xmds-doc-0~svn.1884/0000755000175000017500000000000010770064146013534 5ustar rafaelrafaelxmds-doc-0~svn.1884/latex/0000755000175000017500000000000010770064234014647 5ustar rafaelrafaelxmds-doc-0~svn.1884/latex/fancyhdr.sty0000644000175000017500000003455310007374130017210 0ustar rafaelrafael% fancyhdr.sty version 1.99d % Fancy headers and footers for LaTeX. % Piet van Oostrum, Dept of Computer Science, University of Utrecht % Padualaan 14, P.O. Box 80.089, 3508 TB Utrecht, The Netherlands % Telephone: +31 30 2532180. Email: piet@cs.ruu.nl % ======================================================================== % LICENCE: This is free software. You are allowed to use and distribute % this software in any way you like. You are also allowed to make modified % versions of it, but you can distribute a modified version only if you % clearly indicate that it is a modified version and the person(s) who % modified it. This indication should be in a prominent place, e.g. in the % top of the file. If possible a contact address, preferably by email, % should be given for these persons. If that is feasible the modifications % should be indicated in the source code. % ======================================================================== % MODIFICATION HISTORY: % Sep 16, 1994 % version 1.4: Correction for use with \reversemargin % Sep 29, 1994: % version 1.5: Added the \iftopfloat, \ifbotfloat and \iffloatpage commands % Oct 4, 1994: % version 1.6: Reset single spacing in headers/footers for use with % setspace.sty or doublespace.sty % Oct 4, 1994: % version 1.7: changed \let\@mkboth\markboth to % \def\@mkboth{\protect\markboth} to make it more robust % Dec 5, 1994: % version 1.8: corrections for amsbook/amsart: define \@chapapp and (more % importantly) use the \chapter/sectionmark definitions from ps@headings if % they exist (which should be true for all standard classes). % May 31, 1995: % version 1.9: The proposed \renewcommand{\headrulewidth}{\iffloatpage... % construction in the doc did not work properly with the fancyplain style. % June 1, 1995: % version 1.91: The definition of \@mkboth wasn't restored on subsequent % \pagestyle{fancy}'s. % June 1, 1995: % version 1.92: The sequence \pagestyle{fancyplain} \pagestyle{plain} % \pagestyle{fancy} would erroneously select the plain version. % June 1, 1995: % version 1.93: \fancypagestyle command added. % Dec 11, 1995: % version 1.94: suggested by Conrad Hughes % CJCH, Dec 11, 1995: added \footruleskip to allow control over footrule % position (old hardcoded value of .3\normalbaselineskip is far too high % when used with very small footer fonts). % Jan 31, 1996: % version 1.95: call \@normalsize in the reset code if that is defined, % otherwise \normalsize. % this is to solve a problem with ucthesis.cls, as this doesn't % define \@currsize. Unfortunately for latex209 calling \normalsize doesn't % work as this is optimized to do very little, so there \@normalsize should % be called. Hopefully this code works for all versions of LaTeX known to % mankind. % April 25, 1996: % version 1.96: initialize \headwidth to a magic (negative) value to catch % most common cases that people change it before calling \pagestyle{fancy}. % Note it can't be initialized when reading in this file, because % \textwidth could be changed afterwards. This is quite probable. % We also switch to \MakeUppercase rather than \uppercase and introduce a % \nouppercase command for use in headers. and footers. % May 3, 1996: % version 1.97: Two changes: % 1. Undo the change in version 1.8 (using the pagestyle{headings} defaults % for the chapter and section marks. The current version of amsbook and % amsart classes don't seem to need them anymore. Moreover the standard % latex classes don't use \markboth if twoside isn't selected, and this is % confusing as \leftmark doesn't work as expected. % 2. include a call to \ps@empty in ps@@fancy. This is to solve a problem % in the amsbook and amsart classes, that make global changes to \topskip, % which are reset in \ps@empty. Hopefully this doesn't break other things. % May 7, 1996: % version 1.98: % Added % after the line \def\nouppercase % May 7, 1996: % version 1.99: This is the alpha version of fancyhdr 2.0 % Introduced the new commands \fancyhead, \fancyfoot, and \fancyhf. % Changed \headrulewidth, \footrulewidth, \footruleskip to % macros rather than length parameters, In this way they can be % conditionalized and they don't consume length registers. There is no need % to have them as length registers unless you want to do calculations with % them, which is unlikely. Note that this may make some uses of them % incompatible (i.e. if you have a file that uses \setlength or \xxxx=) % May 10, 1996: % version 1.99a: % Added a few more % signs % May 10, 1996: % version 1.99b: % Changed the syntax of \f@nfor to be resistent to catcode changes of := % Removed the [1] from the defs of \lhead etc. because the parameter is % consumed by the \@[xy]lhead etc. macros. % June 24, 1997: % version 1.99c: % corrected \nouppercase to also include the protected form of \MakeUppercase % \global added to manipulation of \headwidth. % \iffootnote command added. % Some comments added about \@fancyhead and \@fancyfoot. % Aug 24, 1998 % version 1.99d % Changed the default \ps@empty to \ps@@empty in order to allow % \fancypagestyle{empty} redefinition. \let\fancy@def\gdef \def\if@mpty#1#2#3{\def\temp@ty{#1}\ifx\@empty\temp@ty #2\else#3\fi} % Usage: \@forc \var{charstring}{command to be executed for each char} % This is similar to LaTeX's \@tfor, but expands the charstring. \def\@forc#1#2#3{\expandafter\f@rc\expandafter#1\expandafter{#2}{#3}} \def\f@rc#1#2#3{\def\temp@ty{#2}\ifx\@empty\temp@ty\else \f@@rc#1#2\f@@rc{#3}\fi} \def\f@@rc#1#2#3\f@@rc#4{\def#1{#2}#4\f@rc#1{#3}{#4}} % Usage: \f@nfor\name:=list\do{body} % Like LaTeX's \@for but an empty list is treated as a list with an empty % element \newcommand{\f@nfor}[3]{\edef\@fortmp{#2}% \expandafter\@forloop#2,\@nil,\@nil\@@#1{#3}} % Usage: \def@ult \cs{defaults}{argument} % sets \cs to the characters from defaults appearing in argument % or defaults if it would be empty. All characters are lowercased. \newcommand\def@ult[3]{% \edef\temp@a{\lowercase{\edef\noexpand\temp@a{#3}}}\temp@a \def#1{}% \@forc\tmpf@ra{#2}% {\expandafter\if@in\tmpf@ra\temp@a{\edef#1{#1\tmpf@ra}}{}}% \ifx\@empty#1\def#1{#2}\fi} % % \if@in % \newcommand{\if@in}[4]{% \edef\temp@a{#2}\def\temp@b##1#1##2\temp@b{\def\temp@b{##1}}% \expandafter\temp@b#2#1\temp@b\ifx\temp@a\temp@b #4\else #3\fi} \newcommand{\fancyhead}{\@ifnextchar[{\f@ncyhf h}{\f@ncyhf h[]}} \newcommand{\fancyfoot}{\@ifnextchar[{\f@ncyhf f}{\f@ncyhf f[]}} \newcommand{\fancyhf}{\@ifnextchar[{\f@ncyhf {}}{\f@ncyhf {}[]}} % The header and footer fields are stored in command sequences with % names of the form: \f@ncy with for [eo], form [lcr] % and from [hf]. \def\f@ncyhf#1[#2]#3{% \def\temp@c{}% \@forc\tmpf@ra{#2}% {\expandafter\if@in\tmpf@ra{eolcrhf,EOLCRHF}% {}{\edef\temp@c{\temp@c\tmpf@ra}}}% \ifx\@empty\temp@c\else \ifx\PackageError\undefined \errmessage{Illegal char `\temp@c' in fancyhdr argument: [#2]}\else \PackageError{Fancyhdr}{Illegal char `\temp@c' in fancyhdr argument: [#2]}{}\fi \fi \f@nfor\temp@c{#2}% {\def@ult\f@@@eo{eo}\temp@c \def@ult\f@@@lcr{lcr}\temp@c \def@ult\f@@@hf{hf}{#1\temp@c}% \@forc\f@@eo\f@@@eo {\@forc\f@@lcr\f@@@lcr {\@forc\f@@hf\f@@@hf {\expandafter\fancy@def\csname f@ncy\f@@eo\f@@lcr\f@@hf\endcsname {#3}}}}}} % Fancyheadings version 1 commands. These are more or less deprecated, % but they continue to work. \newcommand{\lhead}{\@ifnextchar[{\@xlhead}{\@ylhead}} \def\@xlhead[#1]#2{\fancy@def\f@ncyelh{#1}\fancy@def\f@ncyolh{#2}} \def\@ylhead#1{\fancy@def\f@ncyelh{#1}\fancy@def\f@ncyolh{#1}} \newcommand{\chead}{\@ifnextchar[{\@xchead}{\@ychead}} \def\@xchead[#1]#2{\fancy@def\f@ncyech{#1}\fancy@def\f@ncyoch{#2}} \def\@ychead#1{\fancy@def\f@ncyech{#1}\fancy@def\f@ncyoch{#1}} \newcommand{\rhead}{\@ifnextchar[{\@xrhead}{\@yrhead}} \def\@xrhead[#1]#2{\fancy@def\f@ncyerh{#1}\fancy@def\f@ncyorh{#2}} \def\@yrhead#1{\fancy@def\f@ncyerh{#1}\fancy@def\f@ncyorh{#1}} \newcommand{\lfoot}{\@ifnextchar[{\@xlfoot}{\@ylfoot}} \def\@xlfoot[#1]#2{\fancy@def\f@ncyelf{#1}\fancy@def\f@ncyolf{#2}} \def\@ylfoot#1{\fancy@def\f@ncyelf{#1}\fancy@def\f@ncyolf{#1}} \newcommand{\cfoot}{\@ifnextchar[{\@xcfoot}{\@ycfoot}} \def\@xcfoot[#1]#2{\fancy@def\f@ncyecf{#1}\fancy@def\f@ncyocf{#2}} \def\@ycfoot#1{\fancy@def\f@ncyecf{#1}\fancy@def\f@ncyocf{#1}} \newcommand{\rfoot}{\@ifnextchar[{\@xrfoot}{\@yrfoot}} \def\@xrfoot[#1]#2{\fancy@def\f@ncyerf{#1}\fancy@def\f@ncyorf{#2}} \def\@yrfoot#1{\fancy@def\f@ncyerf{#1}\fancy@def\f@ncyorf{#1}} \newdimen\headwidth \newcommand{\headrulewidth}{0.4pt} \newcommand{\footrulewidth}{\z@skip} \newcommand{\footruleskip}{.3\normalbaselineskip} % Fancyplain stuff shouldn't be used anymore (rather % \fancypagestyle{plain} should be used), but it must be present for % compatibility reasons. \newcommand{\plainheadrulewidth}{\z@skip} \newcommand{\plainfootrulewidth}{\z@skip} \newif\if@fancyplain \@fancyplainfalse \def\fancyplain#1#2{\if@fancyplain#1\else#2\fi} \headwidth=-123456789sp %magic constant % Command to reset various things in the headers: % a.o. single spacing (taken from setspace.sty) % and the catcode of ^^M (so that epsf files in the header work if a % verbatim crosses a page boundary) % It also defines a \nouppercase command that disables \uppercase and % \Makeuppercase. It can only be used in the headers and footers. \def\fancy@reset{\restorecr \def\baselinestretch{1}% \def\nouppercase##1{{\let\uppercase\relax\let\MakeUppercase\relax \expandafter\let\csname MakeUppercase \endcsname\relax##1}}% \ifx\undefined\@newbaseline% NFSS not present; 2.09 or 2e \ifx\@normalsize\undefined \normalsize % for ucthesis.cls \else \@normalsize \fi \else% NFSS (2.09) present \@newbaseline% \fi} % Initialization of the head and foot text. % The default values still contain \fancyplain for compatibility. \fancyhf{} % clear all % lefthead empty on ``plain'' pages, \rightmark on even, \leftmark on odd pages % evenhead empty on ``plain'' pages, \leftmark on even, \rightmark on odd pages \fancyhead[el,or]{\fancyplain{}{\sl\rightmark}} \fancyhead[er,ol]{\fancyplain{}{\sl\leftmark}} \fancyfoot[c]{\rm\thepage} % page number % Put together a header or footer given the left, center and % right text, fillers at left and right and a rule. % The \lap commands put the text into an hbox of zero size, % so overlapping text does not generate an errormessage. % These macros have 5 parameters: % 1. \@lodd or \@rodd % This determines at which side the header will stick % out. % 2. \f@ncyolh, \f@ncyelh, \f@ncyolf or \f@ncyelf. This is the left component. % 3. \f@ncyoch, \f@ncyech, \f@ncyocf or \f@ncyecf. This is the middle comp. % 4. \f@ncyorh, \f@ncyerh, \f@ncyorf or \f@ncyerf. This is the right component. % 5. \@lodd or \@rodd % This determines at which side the header will stick % out. This is the reverse of parameter nr. 1. One of them is always % \relax and the other one is \hss (after expansion). \def\@fancyhead#1#2#3#4#5{#1\hbox to\headwidth{\fancy@reset\vbox{\hbox {\rlap{\parbox[b]{\headwidth}{\raggedright#2\strut}}\hfill \parbox[b]{\headwidth}{\centering#3\strut}\hfill \llap{\parbox[b]{\headwidth}{\raggedleft#4\strut}}}\headrule}}#5} \def\@fancyfoot#1#2#3#4#5{#1\hbox to\headwidth{\fancy@reset\vbox{\footrule \hbox{\rlap{\parbox[t]{\headwidth}{\raggedright#2\strut}}\hfill \parbox[t]{\headwidth}{\centering#3\strut}\hfill \llap{\parbox[t]{\headwidth}{\raggedleft#4\strut}}}}}#5} \def\headrule{{\if@fancyplain\let\headrulewidth\plainheadrulewidth\fi \hrule\@height\headrulewidth\@width\headwidth \vskip-\headrulewidth}} \def\footrule{{\if@fancyplain\let\footrulewidth\plainfootrulewidth\fi \vskip-\footruleskip\vskip-\footrulewidth \hrule\@width\headwidth\@height\footrulewidth\vskip\footruleskip}} \def\ps@fancy{% \@ifundefined{@chapapp}{\let\@chapapp\chaptername}{}%for amsbook % % Define \MakeUppercase for old LaTeXen. % Note: we used \def rather than \let, so that \let\uppercase\relax (from % the version 1 documentation) will still work. % \@ifundefined{MakeUppercase}{\def\MakeUppercase{\uppercase}}{}% \@ifundefined{chapter}{\def\sectionmark##1{\markboth {\MakeUppercase{\ifnum \c@secnumdepth>\z@ \thesection\hskip 1em\relax \fi ##1}}{}}% \def\subsectionmark##1{\markright {\ifnum \c@secnumdepth >\@ne \thesubsection\hskip 1em\relax \fi ##1}}}% {\def\chaptermark##1{\markboth {\MakeUppercase{\ifnum \c@secnumdepth>\m@ne \@chapapp\ \thechapter. \ \fi ##1}}{}}% \def\sectionmark##1{\markright{\MakeUppercase{\ifnum \c@secnumdepth >\z@ \thesection. \ \fi ##1}}}}% %\csname ps@headings\endcsname % use \ps@headings defaults if they exist \ps@@fancy \gdef\ps@fancy{\@fancyplainfalse\ps@@fancy}% % Initialize \headwidth if the user didn't % \ifdim\headwidth<0sp % % This catches the case that \headwidth hasn't been initialized and the % case that the user added something to \headwidth in the expectation that % it was initialized to \textwidth. We compensate this now. This loses if % the user intended to multiply it by a factor. But that case is more % likely done by saying something like \headwidth=1.2\textwidth. % The doc says you have to change \headwidth after the first call to % \pagestyle{fancy}. This code is just to catch the most common cases were % that requirement is violated. % \global\advance\headwidth123456789sp\global\advance\headwidth\textwidth \fi} \def\ps@fancyplain{\ps@fancy \let\ps@plain\ps@plain@fancy} \def\ps@plain@fancy{\@fancyplaintrue\ps@@fancy} \let\ps@@empty\ps@empty \def\ps@@fancy{% \ps@@empty % This is for amsbook/amsart, which do strange things with \topskip \def\@mkboth{\protect\markboth}% \def\@oddhead{\@fancyhead\@lodd\f@ncyolh\f@ncyoch\f@ncyorh\@rodd}% \def\@oddfoot{\@fancyfoot\@lodd\f@ncyolf\f@ncyocf\f@ncyorf\@rodd}% \def\@evenhead{\@fancyhead\@rodd\f@ncyelh\f@ncyech\f@ncyerh\@lodd}% \def\@evenfoot{\@fancyfoot\@rodd\f@ncyelf\f@ncyecf\f@ncyerf\@lodd}% } \def\@lodd{\if@reversemargin\hss\else\relax\fi} \def\@rodd{\if@reversemargin\relax\else\hss\fi} \newif\iffootnote \let\latex@makecol\@makecol \def\@makecol{\ifvoid\footins\footnotetrue\else\footnotefalse\fi \let\topfloat\@toplist\let\botfloat\@botlist\latex@makecol} \def\iftopfloat#1#2{\ifx\topfloat\empty #2\else #1\fi} \def\ifbotfloat#1#2{\ifx\botfloat\empty #2\else #1\fi} \def\iffloatpage#1#2{\if@fcolmade #1\else #2\fi} \newcommand{\fancypagestyle}[2]{% \@namedef{ps@#1}{\let\fancy@def\def#2\relax\ps@fancy}} xmds-doc-0~svn.1884/latex/lstlang3.sty0000644000175000017500000012605110007374130017134 0ustar rafaelrafael%% %% This is file `lstlang3.sty', %% generated with the docstrip utility. %% %% The original source files were: %% %% lstdrvrs.dtx (with options: `lang3') %% %% (w)(c) 1996/1997/1998/1999/2000/2001/2002/2003 Carsten Heinz and/or %% any other author listed elsewhere in this file. %% %% This file is distributed under the terms of the LaTeX Project Public %% License from CTAN archives in directory macros/latex/base/lppl.txt. %% Either version 1.0 or, at your option, any later version. %% %% This file is completely free and comes without any warranty. %% %% Send comments and ideas on the package, error reports and additional %% programming languages to . %% \ProvidesFile{lstlang3} [2003/08/13 1.1a listings language file] \lst@definelanguage[68]{Algol}% {morekeywords={abs,and,arg,begin,bin,bits,bool,by,bytes,case,channel,% char,co,comment,compl,conj,divab,do,down,elem,elif,else,empty,% end,entier,eq,esac,exit,false,fi,file,flex,for,format,from,ge,% goto,gt,heap,if,im,in,int,is,isnt,le,leng,level,loc,long,lt,lwb,% minusab,mod,modab,mode,ne,nil,not,od,odd,of,op,or,ouse,out,over,% overab,par,plusab,plusto,pr,pragmat,prio,proc,re,real,ref,repr,% round,sema,shl,short,shorten,shr,sign,skip,string,struct,then,% timesab,to,true,union,up,upb,void,while},% sensitive=f,% ??? morecomment=[s]{\#}{\#},% keywordcomment={co,comment}% }[keywords,comments,keywordcomments]% \lst@definelanguage[60]{Algol}% {morekeywords={array,begin,Boolean,code,comment,div,do,else,end,% false,for,goto,if,integer,label,own,power,procedure,real,step,% string,switch,then,true,until,value,while},% sensitive=f,% ??? keywordcommentsemicolon={end}{else,end}{comment}% }[keywords,keywordcomments]% %% %% x86masm definition (c) 2002 Andrew Zabolotny %% \lst@definelanguage[x86masm]{Assembler}% {morekeywords={al,ah,ax,eax,bl,bh,bx,ebx,cl,ch,cx,ecx,dl,dh,dx,edx,% si,esi,di,edi,bp,ebp,sp,esp,cs,ds,es,ss,fs,gs,cr0,cr1,cr2,cr3,% db0,db1,db2,db3,db4,db5,db6,db7,tr0,tr1,tr2,tr3,tr4,tr5,tr6,tr7,% st,aaa,aad,aam,aas,adc,add,and,arpl,bound,bsf,bsr,bswap,bt,btc,% btr,bts,call,cbw,cdq,clc,cld,cli,clts,cmc,cmp,cmps,cmpsb,cmpsw,% cmpsd,cmpxchg,cwd,cwde,daa,das,dec,div,enter,hlt,idiv,imul,in,% inc,ins,int,into,invd,invlpg,iret,ja,jae,jb,jbe,jc,jcxz,jecxz,% je,jg,jge,jl,jle,jna,jnae,jnb,jnbe,jnc,jne,jng,jnge,jnl,jnle,% jno,jnp,jns,jnz,jo,jp,jpe,jpo,js,jz,jmp,lahf,lar,lea,leave,lgdt,% lidt,lldt,lmsw,lock,lods,lodsb,lodsw,lodsd,loop,loopz,loopnz,% loope,loopne,lds,les,lfs,lgs,lss,lsl,ltr,mov,movs,movsb,movsw,% movsd,movsx,movzx,mul,neg,nop,not,or,out,outs,pop,popa,popad,% popf,popfd,push,pusha,pushad,pushf,pushfd,rcl,rcr,rep,repe,% repne,repz,repnz,ret,retf,rol,ror,sahf,sal,sar,sbb,scas,seta,% setae,setb,setbe,setc,sete,setg,setge,setl,setle,setna,setnae,% setnb,setnbe,setnc,setne,setng,setnge,setnl,setnle,setno,setnp,% setns,setnz,seto,setp,setpe,setpo,sets,setz,sgdt,shl,shld,shr,% shrd,sidt,sldt,smsw,stc,std,sti,stos,stosb,stosw,stosd,str,sub,% test,verr,verw,wait,wbinvd,xadd,xchg,xlatb,xor,fabs,fadd,fbld,% fbstp,fchs,fclex,fcom,fcos,fdecstp,fdiv,fdivr,ffree,fiadd,ficom,% fidiv,fidivr,fild,fimul,fincstp,finit,fist,fisub,fisubr,fld,fld1,% fldl2e,fldl2t,fldlg2,fldln2,fldpi,fldz,fldcw,fldenv,fmul,fnop,% fpatan,fprem,fprem1,fptan,frndint,frstor,fsave,fscale,fsetpm,% fsin,fsincos,fsqrt,fst,fstcw,fstenv,fstsw,fsub,fsubr,ftst,fucom,% fwait,fxam,fxch,fxtract,fyl2x,fyl2xp1,f2xm1},% morekeywords=[2]{.align,.alpha,assume,byte,code,comm,comment,.const,% .cref,.data,.data?,db,dd,df,dosseg,dq,dt,dw,dword,else,end,endif,% endm,endp,ends,eq,equ,.err,.err1,.err2,.errb,.errdef,.errdif,% .erre,.erridn,.errnb,.errndef,.errnz,event,exitm,extrn,far,% .fardata,.fardata?,fword,ge,group,gt,high,if,if1,if2,ifb,ifdef,% ifdif,ife,ifidn,ifnb,ifndef,include,includelib,irp,irpc,label,% .lall,le,length,.lfcond,.list,local,low,lt,macro,mask,mod,.model,% name,ne,near,offset,org,out,page,proc,ptr,public,purge,qword,.% radix,record,rept,.sall,seg,segment,.seq,.sfcond,short,size,% .stack,struc,subttl,tbyte,.tfcond,this,title,type,.type,width,% word,.xall,.xcref,.xlist},% alsoletter=.,alsodigit=?,% sensitive=f,% morestring=[b]",% morestring=[b]',% morecomment=[l];% }[keywords,comments,strings] %% %% Clean definition (c) 1999 Jos\'e Romildo Malaquias %% %% Clean 1.3 : some standard functional language: pure, lazy, %% polymorphic type system, modules, type classes, %% garbage collection, functions as first class citizens %% \lst@definelanguage{Clean}% {otherkeywords={:,::,=,:==,=:,=>,->,<-,<-:,\{,\},\{|,|\},\#,\#!,|,\&,% [,],!,.,\\\\,;,_},% morekeywords={from,definition,implementation,import,module,system,% case,code,if,in,let,let!,of,where,with,infix,infixl,infixr},% morendkeywords={True,False,Start,Int,Real,Char,Bool,String,World,% File,ProcId},% sensitive,% morecomment=[l]//,% missing comma: Markus Pahlow morecomment=[n]{/*}{*/},% morestring=[b]"% }[keywords,comments,strings]% \lst@definelanguage{Comal 80}% {morekeywords={AND,AUTO,CASE,DATA,DEL,DIM,DIV,DO,ELSE,ENDCASE,ENDIF,% ENDPROC,ENDWHILE,EOD,EXEC,FALSE,FOR,GOTO,IF,INPUT,INT,LIST,LOAD,% MOD,NEW,NEXT,NOT,OF,OR,PRINT,PROC,RANDOM,RENUM,REPEAT,RND,RUN,% SAVE,SELECT,STOP,TAB,THEN,TRUE,UNTIL,WHILE,ZONE},% sensitive=f,% ??? morecomment=[l]//,% morestring=[d]"% }[keywords,comments,strings]% \lst@definelanguage{Elan}% {morekeywords={ABS,AND,BOOL,CAND,CASE,CAT,COLUMNS,CONCR,CONJ,CONST,% COR,DECR,DEFINES,DET,DIV,DOWNTO,ELIF,ELSE,END,ENDIF,ENDOP,% ENDPACKET,ENDPROC,ENDREP,ENDSELECT,FALSE,FI,FILE,FOR,FROM,IF,% INCR,INT,INV,LEAVE,LENGTH,LET,MOD,NOT,OF,OP,OR,OTHERWISE,PACKET,% PROC,REAL,REP,REPEAT,ROW,ROWS,SELECT,SIGN,STRUCT,SUB,TEXT,THEN,% TRANSP,TRUE,TYPE,UNTIL,UPTO,VAR,WHILE,WITH,XOR,% maxint,sign,abs,min,max,random,initializerandom,subtext,code,% replace,text,laenge,pos,compress,change,maxreal,smallreal,floor,% pi,e,ln,log2,log10,sqrt,exp,tan,tand,sin,sind,cos,cosd,arctan,% arctand,int,real,lastconversionok,put,putline,line,page,get,% getline,input,output,sequentialfile,maxlinelaenge,reset,eof,% close,complexzero,complexone,complexi,complex,realpart,imagpart,% dphi,phi,vector,norm,replace,matrix,idn,row,column,sub,% replacerow,replacecolumn,replaceelement,transp,errorsstop,stop},% sensitive,% morestring=[d]"% }[keywords,strings]% %% %% Erlang definition (c) 2003 Daniel Gazard %% \lst@definelanguage{erlang}% {morekeywords={abs,after,and,apply,atom,atom_to_list,band,binary,% binary_to_list,binary_to_term,bor,bsl,bsr,bxor,case,catch,% date,div,element,erase,end,exit,export,float,float_to_list,% get,halt,hash,hd,if,info,import,integer,integer_to_list,% length,link,list,list_to_atom,list_to_float,list_to_integer,% list_to_tuple,module,node,nodes,now,of,or,pid,port,ports,% processes,put,receive,reference,register,registered,rem,% round,self,setelement,size,spawn,throw,time,tl,trace,trunc,% tuple,tuple_to_list,unlink,unregister,whereis,error,false,% infinity,nil,ok,true,undefined,when},% otherkeywords={->,!,[,],\{,\},},% morecomment=[l]\%,% morestring=[b]",% morestring=[b]'% }[keywords,comments,strings]% \lst@definelanguage{ksh} {morekeywords={alias,awk,cat,echo,else,elif,fi,exec,exit,% for,in,do,done,select,case,esac,while,until,function,% time,export,cd,eval,fc,fg,kill,let,pwd,read,return,rm,% glob,goto,history,if,logout,nice,nohup,onintr,repeat,sed,% set,setenv,shift,source,switch,then,umask,unalias,% unset,wait,@,env,argv,child,home,ignoreeof,noclobber,% noglob,nomatch,path,prompt,shell,status,verbose,print,printf,% sqrt,BEGIN,END},% morecomment=[l]\#,% morestring=[d]",% morestring=[d]',% morestring=[d]`% }[keywords,comments,strings]% \lst@definelanguage{Logo}% {morekeywords={and,atan,arctan,both,break,bf,bl,butfirst,butlast,% cbreak, close,co,continue,cos,count,clearscreen,cs,debquit,% describe,diff,difference,ed,edit,either,emptyp,equalp,er,erase,% errpause,errquit,fifp,filefprint,fifty,fileftype,fip,fileprint,% fird,fileread,fity,filetype,fiwd,fileword,f,first,or,fp,fprint,% fput,fty,ftype,full,fullscreen,go,bye,goodbye,gprop,greaterp,% help,if,iff,iffalse,ift,iftrue,nth,item,keyp,llast,lessp,list,% local,lput,make,max,maximum,memberp,memtrace,min,minimum,namep,% not,numberp,oflush,openr,openread,openw,openwrite,op,output,% pause,plist,pots,pow,pprop,pps,pr,print,product,quotient,random,% rc,readchar,rl,readlist,remprop,repcount,repeat,request,rnd,run,% se,sentence,sentencep,setc,setcolor,setipause,setqpause,po,show,% sin,split,splitscreen,sqrt,stop,sum,test,text,textscreen,thing,% to,tone,top,toplevel,type,untrace,wait,word,wordp,yaccdebug,is,% mod,remainder,trace,zerop,back,bk,bto,btouch,fd,forward,fto,% ftouch,getpen,heading,hit,hitoot,ht,hideturtle,loff,lampoff,lon,% lampon,lt,left,lot,lotoot,lto,ltouch,penc,pencolor,pd,pendown,pe,% penerase,penmode,pu,penup,px,penreverse,rt,right,rto,rtouch,% scrunch,seth,setheading,setscrun,setscrunch,setxy,shownp,st,% showturtle,towardsxy,clean,wipeclean,xcor,ycor,tur,turtle,% display,dpy},% sensitive=f% ??? }[keywords]% %% %% MetaPost definition (c) 2003 Uwe Siart %% \lst@definelanguage{MetaPost}% {morekeywords={abs,addto,ahangle,ahlength,and,angle,arclength,% arctime,background,bbox,bboxmargin,beginfig,begingroup,beveled,% black,blue,bluepart,boolean,bot,boxit,boxjoin,bpath,btex,% buildcycle,butt,cc,ceiling,char,charcode,circleit,circmargin,% clip,cm,color,controls,cosd,curl,currentpen,currentpicture,% cutafter,cutbefore,cutdraw,cuttings,cycle,dashed,dashpattern,% day,dd,decimal,decr,def,defaultdx,defaultdy,defaultfont,% defaultpen,defaultscale,dir,direction,directionpoint,% directiontime,ditto,div,dotlabel,dotlabels,dotprod,down,downto,% draw,drawarrow,drawboxed,drawboxes,drawdblarrow,drawoptions,% drawshadowed,drawunboxed,else,elseif,end,enddef,endfig,endfor,% endgroup,epsilon,etex,evenly,exitif,exitunless,expr,extra,fi,% fill,filldraw,fixpos,fixsize,floor,fontsize,for,forever,% forsuffixes,fullcircle,getmid,green,greenpart,halfcircle,hex,% hide,identity,if,in,incr,infinity,infont,input,interim,% intersectionpoint,intersectiontimes,inverse,joinup,known,label,% labeloffset,labels,left,length,let,lft,linecap,linejoin,llcorner,% llft,loggingall,lrcorner,lrt,makepath,makepen,mark,max,mexp,% mfplain,middlepoint,midpoint,min,mitered,miterlimit,mlog,mod,% month,mp,mpx,mpxbreak,newinternal,normaldeviate,not,nullpicture,% numeric,oct,odd,or,origin,pair,path,pausing,pen,pencircle,% penoffset,pensquare,pic,pickup,picture,point,postcontrol,% precontrol,primarydef,prologues,quartercircle,red,redpart,% reflectedabout,reverse,right,rotated,rotatedaround,round,rounded,% rt,save,scaled,secondarydef,self,setbounds,shifted,shipout,show,% showdependencies,showstopping,showtoken,showvariable,sind,% slanted,special,sqrt,squared,step,str,string,subpath,substring,% tertiarydef,text,thelabel,time,top,tracingall,tracingcapsules,% tracingchoices,tracingcommands,tracingequations,tracinglostchars,% tracingmacros,tracingnone,tracingonline,tracingoutput,% tracingrestores,tracingspecs,tracingstats,tracingtitles,% transform,transformed,true,truecorners,ulcorner,ulft,undraw,% unfill,unfilldraw,uniformdeviate,unitsquare,unitvector,unknown,% until,up,upto,urcorner,urt,vardef,verbatimtex,whatever,white,% withcolor,withdots,withpen,xpart,xscaled,xxpart,xypart,year,% yscaled,yxpart,yypart,zscaled},% sensitive,% alsoother={0123456789$},% morecomment=[l]\%,% morestring=[s]"% }[keywords,comments,strings]% %% %% Mizar definition (c) 2003 Adam Grabowski %% %% Mizar is freely available at URL www.mizar.org for the Linux x86, %% Solaris x86, and Windows operating systems. %% \lst@definelanguage{Mizar}% {otherkeywords={->,(\#,\#),.=),\&},% morekeywords={vocabulary,constructors,$1,$1,$2,$3,$4,$5,$6,$7,$8,% @proof,according,aggregate,and,antonym,as,associativity,assume,% asymmetry,attr,be,begin,being,by,canceled,case,cases,cluster,% clusters,coherence,commutativity,compatibility,connectedness,% consider,consistency,constructors,contradiction,correctness,def,% deffunc,define,definition,definitions,defpred,end,environ,equals,% ex,exactly,existence,for,from,func,given,hence,hereby,holds,% idempotence,if,iff,implies,involutiveness,irreflexivity,is,it,% let,means,mode,non,not,notation,now,of,or,otherwise,over,per,% pred,prefix,projectivity,proof,provided,qua,reconsider,redefine,% reflexivity,requirements,reserve,scheme,schemes,section,selector,% set,st,struct,such,suppose,symmetry,synonym,take,that,the,then,% theorem,theorems,thesis,thus,to,transitivity,uniqueness,% vocabulary,where},% sensitive=t,% morecomment=[l]::% }[keywords,comments]% \lst@definelanguage{Modula-2}% {morekeywords={AND,ARRAY,BEGIN,BY,CASE,CONST,DIV,DO,ELSE,ELSIF,END,% EXIT,EXPORT,FOR,FROM,IF,IMPLEMENTATION,IMPORT,IN,MOD,MODULE,NOT,% OF,OR,POINTER,PROCEDURE,QUALIFIED,RECORD,REPEAT,RETURN,SET,THEN,% TYPE,UNTIL,VAR,WHILE,WITH,ABS,BITSET,BOOLEAN,CAP,CARDINAL,CHAR,% CHR,DEC,EXCL,FALSE,FLOAT,HALT,HIGH,INC,INCL,INTEGER,LONGCARD,% LONGINT,LONGREAL,MAX,MIN,NIL,ODD,ORD,PROC,REAL,SIZE,TRUE,TRUNC,% VAL,DEFINITION,LOOP},% added keywords due to Peter Bartke 99/07/22 sensitive,% morecomment=[n]{(*}{*)},% morestring=[d]',% morestring=[d]"% }[keywords,comments,strings]% \lstdefinelanguage{MuPAD}{% morekeywords={end,next,break,if,then,elif,else,end_if,case,end_case,% otherwise,for,from,to,step,downto,in,end_for,while,end_while,% repeat,until,end_repeat,or,and,not,xor,div,mod,union,minus,% intersect,subset,proc,begin,end_proc,domain,end_domain,category,% end_category,axiom,end_axiom,quit,delete,frame},% morekeywords=[2]{NIL,FAIL,TRUE,FALSE,UNKNOWN,I,RD_INF,RD_NINF,% RD_NAN,name,local,option,save,inherits,of,do},% otherkeywords={\%if,?,!,:=,<,>,=,<=,<>,>=,==>,<=>,::,..,...,->,% @,@@,\$},% sensitive=true,% morecomment=[l]{//},% morecomment=[n]{/*}{*/},% morestring=[b]",% morestring=[d]{`}% }[keywords,comments,strings] \lst@definelanguage{NASTRAN} {morekeywords={ENDDATA},% morecomment=[l]$,% MoreSelectCharTable=% \lst@CArgX BEGIN\ BULK\relax\lst@CDef{}% {\lst@ifmode\else \ifnum\lst@length=\z@ \lst@EnterMode{\lst@GPmode}{\lst@modetrue \let\lst@currstyle\lst@gkeywords@sty}% \fi \fi}% {\ifnum\lst@mode=\lst@GPmode \lst@XPrintToken \lst@LeaveMode \fi}% }[keywords,comments]% \lst@definelanguage{Oberon-2}% {morekeywords={ARRAY,BEGIN,BOOLEAN,BY,CASE,CHAR,CONST,DIV,DO,ELSE,% ELSIF,END,EXIT,FALSE,FOR,IF,IMPORT,IN,INTEGER,IS,LONGINT,% LONGREAL,LOOP,MOD,MODULE,NIL,OF,OR,POINTER,PROCEDURE,REAL,RECORD,% REPEAT,RETURN,SET,SHORTINT,THEN,TO,TRUE,TYPE,UNTIL,VAR,WHILE,% WITH,ABS,ASH,CAP,CHR,COPY,DEC,ENTIER,EXCL,HALT,INC,INCL,LEN,LONG,% MAX,MIN,NEW,ODD,ORD,SHORT,SIZE},% sensitive,% morecomment=[n]{(*}{*)},% morestring=[d]',% morestring=[d]"% }[keywords,comments,strings]% %% %% OCL definition (c) 2000 Achim D. Brucker %% %% You are allowed to use, modify and distribute this code either under %% the terms of the LPPL (version 1.0 or later) or the GPL (version 2.0 %% or later). %% \lst@definelanguage[decorative]{OCL}[OMG]{OCL} {otherkeywords={@pre},% morendkeywords={name,attributes,associatoinEnds,operations,% supertypes,allSupertypes,allInstances,oclIsKindOf,oclIsTypeOf,% oclAsType,oclInState,oclIsNew,evaluationType,abs,floor,round,max,% min,div,mod,size,concat,toUpper,toLower,substring,includes,% excludes,count,includesAll,exludesAll,isEmpty,notEmpty,sum,% exists,forAll,isUnique,sortedBy,iterate,union,intersection,% including,excluding,symmetricDifference,select,reject,collect,% asSequence,asBag,asSequence,asSet,append,prepend,subSequence,at,% first,last,true,false,isQuery}% }% \lst@definelanguage[OMG]{OCL}% {morekeywords={context,pre,inv,post},% ndkeywords={or,xor,and,not,implies,if,then,else,endif},% morekeywords=[3]{Boolean,Integer,Real,String,Set,Sequence,Bag,% OclType,OclAny,OclExpression,Enumeration,Collection,},% sensitive=t,% morecomment=[l]--,% morestring=[d]'% }[keywords,comments,strings]% \lst@definelanguage{PL/I}% {morekeywords={ABS,ATAN,AUTOMATIC,AUTO,ATAND,BEGIN,BINARY,BIN,BIT,% BUILTIN,BY,CALL,CHARACTER,CHAR,CHECK,COLUMN,COL,COMPLEX,CPLX,% COPY,COS,COSD,COSH,DATA,DATE,DECIMAL,DEC,DECLARE,DCL,DO,EDIT,% ELSE,END,ENDFILE,ENDPAGE,ENTRY,EXP,EXTERNAL,EXT,FINISH,FIXED,% FIXEDOVERFLOW,FOFL,FLOAT,FORMAT,GET,GO,GOTO,IF,IMAG,INDEX,% INITIAL,INIT,INTERNAL,INT,LABEL,LENGTH,LIKE,LINE,LIST,LOG,LOG2,% LOG10,MAIN,MAX,MIN,MOD,NOCHECK,NOFIXEDOVERFLOW,NOFOFL,NOOVERFLOW,% NOOFL,NOSIZE,NOUNDERFLOW,NOUFL,NOZERODIVIDE,NOZDIV,ON,OPTIONS,% OVERFLOW,OFL,PAGE,PICTURE,PROCEDURE,PROC,PUT,READ,REPEAT,RETURN,% RETURNS,ROUND,SIN,SIND,SINH,SIZE,SKIP,SQRT,STATIC,STOP,STRING,% SUBSTR,SUM,SYSIN,SYSPRINT,TAN,TAND,TANH,THEN,TO,UNDERFLOW,UFL,% VARYING,WHILE,WRITE,ZERODIVIDE,ZDIV},% sensitive=f,% morecomment=[s]{/*}{*/},% morestring=[d]'% }[keywords,comments,strings]% %% %% Reduce definition (c) 2002 Geraint Paul Bevan %% \lst@definelanguage{Reduce}% {morekeywords={% %% reserved identifiers abs,acos,acosh,acot,acoth,acsc,acsch,% adjprec,algebraic,algint,allbranch,allfac,and,% antisymmetric,append,arglength,array,asec,asech,% asin,asinh,atan,atan2,atanh,begin,bfspace,bye,% card_no,ceiling,clear,clearrules,coeff,coeffn,% cofactor,combineexpt,combinelogs,comment,comp,% complex,conj,cons,cont,cos,cosh,cot,coth,cramer,% cref,csc,csch,decompose,define,defn,deg,demo,den,% depend,det,df,difference,dilog,display,div,do,e,% echo,ed,editdef,ei,end,eps,eq,equal,erf,errcont,% evallhseqp,eval_mode,even,evenp,exp,expandlogs,% expr,expt,ezgcd,factor,factorial,factorize,fexpr,% first,fix,fixp,floor,for,forall,foreach,fort,% fort_width,freeof,fullroots,g,gcd,geq,go,goto,% greaterp,high_pow,hypot,i,if,ifactor,impart,in,% index,infinity,infix,input,int,integer,interpol,% intstr,k,korder,lambda,lcm,lcof,length,leq,lessp,% let,lhs,linear,linelength,lisp,list,listargp,% listargs,ln,load,load_package,log,log10,logb,% low_pow,lterm,macro,mainvar,mass,mat,match,% mateigen,matrix,max,mcd,member,memq,min,minus,mkid,% modular,msg,mshell,multiplicities,nat,neq,nero,% nextprime,nil,nodepend,noncom,nonzero,nosplit,% nospur,nullspace,num,numberp,odd,off,on,operator,% or,order,ordp,out,output,part,pause,period,pf,pi,% plus,precedence,precise,precision,pret,pri,primep,% print_precision,procedure,product,quit,quotient,% random,random_new_seed,rank,rat,ratarg,rational,% rationalize,ratpri,real,rederr,reduct,remainder,% remfac,remind,repart,repeat,rest,resultant,retry,% return,reverse,revpri,rhs,rlisp88,% root_multiplicity,round,roundall,roundbf,rounded,% saveas,savestructr,scalar,sec,sech,second,set,% setmod,setq,share,showrules,showtime,shut,sign,sin,% sinh,smacro,solve,solvesingular,spur,sqrt,structr,% sub,sum,symbolic,symmetric,t,tan,tanh,third,time,% times,tp,tra,trace,trfac,trigform,trint,until,% varname,vecdim,vector,weight,when,where,while,% write,ws,wtlevel,% %% identifiers with spaces %% for all,for each,go to,such that,% },% sensitive=false,% morecomment=[l]\%,% morecomment=[s]{COMMENT}{;},% morecomment=[s]{COMMENT}{$},% morestring="% }[keywords,comments,strings]% \lst@definelanguage[IBM]{Simula}[DEC]{Simula}{}% \lst@definelanguage[DEC]{Simula}[67]{Simula}% {morekeywords={and,eq,eqv,ge,gt,hidden,imp,le,long,lt,ne,not,% options,or,protected,short}% }% \lst@definelanguage[CII]{Simula}[67]{Simula}% {morekeywords={and,equiv,exit,impl,not,or,stop}}% \lst@definelanguage[67]{Simula}% {morekeywords={activate,after,array,at,before,begin,boolean,% character,class,comment,delay,detach,do,else,end,external,false,% for,go,goto,if,in,inner,inspect,integer,is,label,name,new,none,% notext,otherwise,prior,procedure,qua,reactivate,real,ref,resume,% simset,simulation,step,switch,text,then,this,to,true,until,value,% virtual,when,while},% sensitive=f,% keywordcommentsemicolon={end}{else,end,otherwise,when}{comment},% morestring=[d]",% morestring=[d]'% }[keywords,keywordcomments,strings]% \lst@definelanguage{S}[]{R}{} \lst@definelanguage[PLUS]{S}[]{R}{} \lst@definelanguage{R}% {keywords={abbreviate,abline,abs,acos,acosh,action,add1,add,% aggregate,alias,Alias,alist,all,anova,any,aov,aperm,append,apply,% approx,approxfun,apropos,Arg,args,array,arrows,as,asin,asinh,% atan,atan2,atanh,attach,attr,attributes,autoload,autoloader,ave,% axis,backsolve,barplot,basename,besselI,besselJ,besselK,besselY,% beta,binomial,body,box,boxplot,break,browser,bug,builtins,bxp,by,% c,C,call,Call,case,cat,category,cbind,ceiling,character,char,% charmatch,check,chol,chol2inv,choose,chull,class,close,cm,codes,% coef,coefficients,co,col,colnames,colors,colours,commandArgs,% comment,complete,complex,conflicts,Conj,contents,contour,% contrasts,contr,control,helmert,contrib,convolve,cooks,coords,% distance,coplot,cor,cos,cosh,count,fields,cov,covratio,wt,CRAN,% create,crossprod,cummax,cummin,cumprod,cumsum,curve,cut,cycle,D,% data,dataentry,date,dbeta,dbinom,dcauchy,dchisq,de,debug,% debugger,Defunct,default,delay,delete,deltat,demo,de,density,% deparse,dependencies,Deprecated,deriv,description,detach,% dev2bitmap,dev,cur,deviance,off,prev,,dexp,df,dfbetas,dffits,% dgamma,dgeom,dget,dhyper,diag,diff,digamma,dim,dimnames,dir,% dirname,dlnorm,dlogis,dnbinom,dnchisq,dnorm,do,dotplot,double,% download,dpois,dput,drop,drop1,dsignrank,dt,dummy,dump,dunif,% duplicated,dweibull,dwilcox,dyn,edit,eff,effects,eigen,else,% emacs,end,environment,env,erase,eval,equal,evalq,example,exists,% exit,exp,expand,expression,External,extract,extractAIC,factor,% fail,family,fft,file,filled,find,fitted,fivenum,fix,floor,for,% For,formals,format,formatC,formula,Fortran,forwardsolve,frame,% frequency,ftable,ftable2table,function,gamma,Gamma,gammaCody,% gaussian,gc,gcinfo,gctorture,get,getenv,geterrmessage,getOption,% getwd,gl,glm,globalenv,gnome,GNOME,graphics,gray,grep,grey,grid,% gsub,hasTsp,hat,heat,help,hist,home,hsv,httpclient,I,identify,if,% ifelse,Im,image,\%in\%,index,influence,measures,inherits,install,% installed,integer,interaction,interactive,Internal,intersect,% inverse,invisible,IQR,is,jitter,kappa,kronecker,labels,lapply,% layout,lbeta,lchoose,lcm,legend,length,levels,lgamma,library,% licence,license,lines,list,lm,load,local,locator,log,log10,log1p,% log2,logical,loglin,lower,lowess,ls,lsfit,lsf,ls,machine,Machine,% mad,mahalanobis,make,link,margin,match,Math,matlines,mat,matplot,% matpoints,matrix,max,mean,median,memory,menu,merge,methods,min,% missing,Mod,mode,model,response,mosaicplot,mtext,mvfft,na,nan,% names,omit,nargs,nchar,ncol,NCOL,new,next,NextMethod,nextn,% nlevels,nlm,noquote,NotYetImplemented,NotYetUsed,nrow,NROW,null,% numeric,\%o\%,objects,offset,old,on,Ops,optim,optimise,optimize,% options,or,order,ordered,outer,package,packages,page,pairlist,% pairs,palette,panel,par,parent,parse,paste,path,pbeta,pbinom,% pcauchy,pchisq,pentagamma,persp,pexp,pf,pgamma,pgeom,phyper,pico,% pictex,piechart,Platform,plnorm,plogis,plot,pmatch,pmax,pmin,% pnbinom,pnchisq,pnorm,points,poisson,poly,polygon,polyroot,pos,% postscript,power,ppoints,ppois,predict,preplot,pretty,Primitive,% print,prmatrix,proc,prod,profile,proj,prompt,prop,provide,% psignrank,ps,pt,ptukey,punif,pweibull,pwilcox,q,qbeta,qbinom,% qcauchy,qchisq,qexp,qf,qgamma,qgeom,qhyper,qlnorm,qlogis,qnbinom,% qnchisq,qnorm,qpois,qqline,qqnorm,qqplot,qr,Q,qty,qy,qsignrank,% qt,qtukey,quantile,quasi,quit,qunif,quote,qweibull,qwilcox,% rainbow,range,rank,rbeta,rbind,rbinom,rcauchy,rchisq,Re,read,csv,% csv2,fwf,readline,socket,real,Recall,rect,reformulate,regexpr,% relevel,remove,rep,repeat,replace,replications,report,require,% resid,residuals,restart,return,rev,rexp,rf,rgamma,rgb,rgeom,R,% rhyper,rle,rlnorm,rlogis,rm,rnbinom,RNGkind,rnorm,round,row,% rownames,rowsum,rpois,rsignrank,rstandard,rstudent,rt,rug,runif,% rweibull,rwilcox,sample,sapply,save,scale,scan,scan,screen,sd,se,% search,searchpaths,segments,seq,sequence,setdiff,setequal,set,% setwd,show,sign,signif,sin,single,sinh,sink,solve,sort,source,% spline,splinefun,split,sqrt,stars,start,stat,stem,step,stop,% storage,strstrheight,stripplot,strsplit,structure,strwidth,sub,% subset,substitute,substr,substring,sum,summary,sunflowerplot,svd,% sweep,switch,symbol,symbols,symnum,sys,status,system,t,table,% tabulate,tan,tanh,tapply,tempfile,terms,terrain,tetragamma,text,% time,title,topo,trace,traceback,transform,tri,trigamma,trunc,try,% ts,tsp,typeof,unclass,undebug,undoc,union,unique,uniroot,unix,% unlink,unlist,unname,untrace,update,upper,url,UseMethod,var,% variable,vector,Version,vi,warning,warnings,weighted,weights,% which,while,window,write,\%x\%,x11,X11,xedit,xemacs,xinch,xor,% xpdrows,xy,xyinch,yinch,zapsmall,zip},% otherkeywords={!,!=,~,$,*,\&,\%/\%,\%*\%,\%\%,<-,<<-,_,/},% alsoother={._$},% sensitive,% morecomment=[l]\#,% morestring=[d]",% morestring=[d]'% 2001 Robert Denham }% \lst@definelanguage{SAS}% {procnamekeys={proc},% morekeywords={DATA,AND,OR,NOT,EQ,GT,LT,GE,LE,NE,INFILE,INPUT,DO,BY,% TO,SIN,COS,OUTPUT,END,PLOT,RUN,LIBNAME,VAR,TITLE,FIRSTOBS,OBS,% DELIMITER,DLM,EOF,ABS,DIM,HBOUND,LBOUND,MAX,MIN,MOD,SIGN,SQRT,% CEIL,FLOOR,FUZZ,INT,ROUND,TRUNC,DIGAMMA,ERF,ERFC,EXP,GAMMA,% LGAMMA,LOG,LOG2,LOG10,ARCOS,ARSIN,ATAN,COSH,SINH,TANH,TAN,% POISSON,PROBBETA,PROBBNML,PROBCHI,PROBF,PROBGAM,PROBHYPR,% PROBNEGB,PROBNORM,PROBT,BETAINV,CINV,FINV,GAMINV,PROBIT,TINV,CSS,% CV,KURTOSIS,MEAN,NMISS,RANGE,SKEWNESS,STD,STDERR,SUM,USS,NORMAL,% RANBIN,RANCAU,RANEXP,RANGAM,RANNOR,RANPOI,RANTBL,RANTRI,RANUNI,% UNIFORM,IF,THEN,ELSE,WHILE,UNTIL,DROP,KEEP,LABEL,DEFAULT,ARRAY,% MERGE,CARDS,CARDS4,PUT,SET,UPDATE,ABORT,DELETE,DISPLAY,LIST,% LOSTCARD,MISSING,STOP,WHERE,ARRAY,DROP,KEEP,WINDOW,LENGTH,RENAME,% RETAIN,MEANS,UNIVARIATE,SUMMARY,TABULATE,CORR,FREQ,FOOTNOTE,NOTE,% SHOW},% otherkeywords={!,!=,~,$,*,\&,_,/,<,>=,=<,>},% morestring=[d]'% }[keywords,comments,strings,procnames]% \lst@definelanguage[AlLaTeX]{TeX}[LaTeX]{TeX}% {moretexcs={AtBeginDocument,AtBeginDvi,AtEndDocument,AtEndOfClass,% AtEndOfPackage,ClassError,ClassInfo,ClassWarning,% ClassWarningNoLine,CurrentOption,DeclareErrorFont,% DeclareFixedFont,DeclareFontEncoding,DeclareFontEncodingDefaults,% DeclareFontFamily,DeclareFontShape,DeclareFontSubstitution,% DeclareMathAccent,DeclareMathAlphabet,DeclareMathAlphabet,% DeclareMathDelimiter,DeclareMathRadical,DeclareMathSizes,% DeclareMathSymbol,DeclareMathVersion,DeclareOldFontCommand,% DeclareOption,DeclarePreloadSizes,DeclareRobustCommand,% DeclareSizeFunction,DeclareSymbolFont,DeclareSymbolFontAlphabet,% DeclareTextAccent,DeclareTextAccentDefault,DeclareTextCommand,% DeclareTextCommandDefault,DeclareTextComposite,% DeclareTextCompositeCommand,DeclareTextFontCommand,% DeclareTextSymbol,DeclareTextSymbolDefault,ExecuteOptions,% GenericError,GenericInfo,GenericWarning,IfFileExists,% InputIfFileExists,LoadClass,LoadClassWithOptions,MessageBreak,% OptionNotUsed,PackageError,PackageInfo,PackageWarning,% PackageWarningNoLine,PassOptionsToClass,PassOptionsToPackage,% ProcessOptionsProvidesClass,ProvidesFile,ProvidesFile,% ProvidesPackage,ProvideTextCommand,RequirePackage,% RequirePackageWithOptions,SetMathAlphabet,SetSymbolFont,% TextSymbolUnavailable,UseTextAccent,UseTextSymbol},% morekeywords={array,center,displaymath,document,enumerate,eqnarray,% equation,flushleft,flushright,itemize,list,lrbox,math,minipage,% picture,sloppypar,tabbing,tabular,trivlist,verbatim}% }% \lst@definelanguage[LaTeX]{TeX}[common]{TeX}% {moretexcs={a,AA,aa,addcontentsline,addpenalty,addtocontents,% addtocounter,addtolength,addtoversion,addvspace,alph,Alph,and,% arabic,array,arraycolsep,arrayrulewidth,arraystretch,author,% baselinestretch,begin,bezier,bfseries,bibcite,bibdata,bibitem,% bibliography,bibliographystyle,bibstyle,bigskip,boldmath,% botfigrule,bottomfraction,Box,caption,center,CheckCommand,circle,% citation,cite,cleardoublepage,clearpage,cline,columnsep,% columnseprule,columnwidth,contentsline,dashbox,date,dblfigrule,% dblfloatpagefraction,dblfloatsep,dbltextfloatsep,dbltopfraction,% defaultscriptratio,defaultscriptscriptratio,depth,Diamond,% displaymath,document,documentclass,documentstyle,doublerulesep,% em,emph,endarray,endcenter,enddisplaymath,enddocument,% endenumerate,endeqnarray,endequation,endflushleft,endflushright,% enditemize,endlist,endlrbox,endmath,endminipage,endpicture,% endsloppypar,endtabbing,endtabular,endtrivlist,endverbatim,% enlargethispage,ensuremath,enumerate,eqnarray,equation,% evensidemargin,extracolsep,fbox,fboxrule,fboxsep,filecontents,% fill,floatpagefraction,floatsep,flushbottom,flushleft,flushright,% fnsymbol,fontencoding,fontfamily,fontseries,fontshape,fontsize,% fontsubfuzz,footnotemark,footnotesep,footnotetext,footskip,frac,% frame,framebox,fussy,glossary,headheight,headsep,height,hline,% hspace,I,include,includeonly,index,inputlineno,intextsep,% itemindent,itemize,itemsep,iterate,itshape,Join,kill,label,% labelsep,labelwidth,LaTeX,LaTeXe,leadsto,lefteqn,leftmargin,% leftmargini,leftmarginii,leftmarginiii,leftmarginiv,leftmarginv,% leftmarginvi,leftmark,lhd,lim,linebreak,linespread,linethickness,% linewidth,list,listfiles,listfiles,listparindent,lrbox,% makeatletter,makeatother,makebox,makeglossary,makeindex,% makelabel,MakeLowercase,MakeUppercase,marginpar,marginparpush,% marginparsep,marginparwidth,markboth,markright,math,mathbf,% mathellipsis,mathgroup,mathit,mathrm,mathsf,mathsterling,mathtt,% mathunderscore,mathversion,mbox,mdseries,mho,minipage,% multicolumn,multiput,NeedsTeXFormat,newcommand,newcounter,% newenvironment,newfont,newhelp,newlabel,newlength,newline,% newmathalphabet,newpage,newsavebox,newtheorem,nobreakspace,% nobreakspace,nocite,nocorr,nocorrlist,nofiles,nolinebreak,% nonumber,nopagebreak,normalcolor,normalfont,normalmarginpar,% numberline,obeycr,oddsidemargin,oldstylenums,onecolumn,oval,% pagebreak,pagenumbering,pageref,pagestyle,paperheight,paperwidth,% paragraphmark,parbox,parsep,partopsep,picture,poptabs,pounds,% protect,pushtabs,put,qbezier,qbeziermax,r,raggedleft,raisebox,% ref,refstepcounter,renewcommand,renewenvironment,restorecr,% reversemarginpar,rhd,rightmargin,rightmark,rmfamily,roman,Roman,% rootbox,rule,samepage,sbox,scshape,secdef,section,sectionmark,% selectfont,setcounter,settodepth,settoheight,settowidth,sffamily,% shortstack,showoutput,showoverfull,sloppy,sloppypar,slshape,% smallskip,sqsubset,sqsupset,SS,stackrel,stepcounter,stop,stretch,% subparagraphmark,subsectionmark,subsubsectionmark,sum,% suppressfloats,symbol,tabbing,tabbingsep,tabcolsep,tabular,% tabularnewline,textasciicircum,textasciitilde,textbackslash,% textbar,textbf,textbraceleft,textbraceright,textbullet,% textcircled,textcompwordmark,textdagger,textdaggerdbl,textdollar,% textellipsis,textemdash,textendash,textexclamdown,textfloatsep,% textfraction,textgreater,textheight,textit,textless,textmd,% textnormal,textparagraph,textperiodcentered,textquestiondown,% textquotedblleft,textquotedblright,textquoteleft,textquoteright,% textregistered,textrm,textsc,textsection,textsf,textsl,% textsterling,textsuperscript,texttrademark,texttt,textunderscore,% textup,textvisiblespace,textwidth,thanks,thefootnote,thempfn,% thempfn,thempfootnote,thepage,thepage,thicklines,thinlines,% thispagestyle,title,today,topfigrule,topfraction,topmargin,% topsep,totalheight,tracingfonts,trivlist,ttfamily,twocolumn,% typein,typeout,unboldmath,unitlength,unlhd,unrhd,upshape,usebox,% usecounter,usefont,usepackage,value,vector,verb,verbatim,vline,% vspace,width,% normalsize,small,footnotesize,scriptsize,tiny,large,Large,LARGE,% huge,Huge}% }% \lst@definelanguage[plain]{TeX}[common]{TeX}% {moretexcs={advancepageno,beginsection,bf,bffam,bye,cal,cleartabs,% columns,dosupereject,endinsert,eqalign,eqalignno,fiverm,fivebf,% fivei,fivesy,folio,footline,hang,headline,it,itemitem,itfam,% leqalignno,magnification,makefootline,makeheadline,midinsert,mit,% mscount,nopagenumbers,normalbottom,of,oldstyle,pagebody,% pagecontents,pageinsert,pageno,plainoutput,preloaded,proclaim,rm,% settabs,sevenbf,seveni,sevensy,sevenrm,sl,slfam,supereject,% tabalign,tabs,tabsdone,tabsyet,tenbf,tenex,teni,tenit,tenrm,% tensl,tensy,tentt,textindent,topglue,topins,topinsert,tt,ttfam,% ttraggedright,vfootnote}% }% \lst@definelanguage[common]{TeX}[primitive]{TeX} {moretexcs={active,acute,ae,AE,aleph,allocationnumber,allowbreak,% alpha,amalg,angle,approx,arccos,arcsin,arctan,arg,arrowvert,% Arrowvert,ast,asymp,b,backslash,bar,beta,bgroup,big,Big,bigbreak,% bigcap,bigcirc,bigcup,bigg,Bigg,biggl,Biggl,biggm,Biggm,biggr,% Biggr,bigl,Bigl,bigm,Bigm,bigodot,bigoplus,bigotimes,bigr,Bigr,% bigskip,bigskipamount,bigsqcup,bigtriangledown,bigtriangleup,% biguplus,bigvee,bigwedge,bmod,bordermatrix,bot,bowtie,brace,% braceld,bracelu,bracerd,braceru,bracevert,brack,break,breve,% buildrel,bullet,c,cap,cases,cdot,cdotp,cdots,centering,% centerline,check,chi,choose,circ,clubsuit,colon,cong,coprod,% copyright,cos,cosh,cot,coth,csc,cup,d,dag,dagger,dashv,ddag,% ddagger,ddot,ddots,deg,delta,Delta,det,diamond,diamondsuit,dim,% displaylines,div,do,dospecials,dot,doteq,dotfill,dots,downarrow,% Downarrow,downbracefill,egroup,eject,ell,empty,emptyset,endgraf,% endline,enskip,enspace,epsilon,equiv,eta,exists,exp,filbreak,% flat,fmtname,fmtversion,footins,footnote,footnoterule,forall,% frenchspacing,frown,gamma,Gamma,gcd,ge,geq,gets,gg,goodbreak,% grave,H,hat,hbar,heartsuit,hglue,hideskip,hidewidth,hom,% hookleftarrow,hookrightarrow,hphantom,hrulefill,i,ialign,iff,Im,% imath,in,inf,infty,int,interdisplaylinepenalty,% interfootnotelinepenalty,intop,iota,item,j,jmath,joinrel,jot,% kappa,ker,l,L,lambda,Lambda,land,langle,lbrace,lbrack,lceil,% ldotp,ldots,le,leavevmode,leftarrow,Leftarrow,leftarrowfill,% leftharpoondown,leftharpoonup,leftline,leftrightarrow,% Leftrightarrow,leq,lfloor,lg,lgroup,lhook,lim,liminf,limsup,line,% ll,llap,lmoustache,ln,lnot,log,longleftarrow,Longleftarrow,% longleftrightarrow,Longleftrightarrow,longmapsto,longrightarrow,% Longrightarrow,loop,lor,lq,magstep,magstep,magstephalf,mapsto,% mapstochar,mathhexbox,mathpalette,mathstrut,matrix,max,maxdimen,% medbreak,medskip,medskipamount,mid,min,models,mp,mu,multispan,% nabla,narrower,natural,ne,nearrow,neg,negthinspace,neq,newbox,% newcount,newdimen,newfam,newif,newinsert,newlanguage,newmuskip,% newread,newskip,newtoks,newwrite,next,ni,nobreak,nointerlineskip,% nonfrenchspacing,normalbaselines,normalbaselineskip,% normallineskip,normallineskiplimit,not,notin,nu,null,nwarrow,o,O,% oalign,obeylines,obeyspaces,odot,oe,OE,offinterlineskip,oint,% ointop,omega,Omega,ominus,ooalign,openup,oplus,oslash,otimes,% overbrace,overleftarrow,overrightarrow,owns,P,parallel,partial,% perp,phantom,phi,Phi,pi,Pi,pm,pmatrix,pmod,Pr,prec,preceq,prime,% prod,propto,psi,Psi,qquad,quad,raggedbottom,raggedright,rangle,% rbrace,rbrack,rceil,Re,relbar,Relbar,removelastskip,repeat,% rfloor,rgroup,rho,rhook,rightarrow,Rightarrow,rightarrowfill,% rightharpoondown,rightharpoonup,rightleftharpoons,rightline,rlap,% rmoustache,root,rq,S,sb,searrow,sec,setminus,sharp,showhyphens,% sigma,Sigma,sim,simeq,sin,sinh,skew,slash,smallbreak,smallint,% smallskip,smallskipamount,smash,smile,sp,space,spadesuit,sqcap,% sqcup,sqrt,sqsubseteq,sqsupseteq,ss,star,strut,strutbox,subset,% subseteq,succ,succeq,sum,sup,supset,supseteq,surd,swarrow,t,tan,% tanh,tau,TeX,theta,Theta,thinspace,tilde,times,to,top,tracingall,% triangle,triangleleft,triangleright,u,underbar,underbrace,% uparrow,Uparrow,upbracefill,updownarrow,Updownarrow,uplus,% upsilon,Upsilon,v,varepsilon,varphi,varpi,varrho,varsigma,% vartheta,vdash,vdots,vec,vee,vert,Vert,vglue,vphantom,wedge,% widehat,widetilde,wlog,wp,wr,xi,Xi,zeta}% }% \lst@definelanguage[primitive]{TeX}% {moretexcs={above,abovedisplayshortskip,abovedisplayskip,aftergroup,% abovewithdelims,accent,adjdemerits,advance,afterassignment,atop,% atopwithdelims,badness,baselineskip,batchmode,begingroup,% belowdisplayshortskip,belowdisplayskip,binoppenalty,botmark,box,% boxmaxdepth,brokenpenalty,catcode,char,chardef,cleaders,closein,% closeout,clubpenalty,copy,count,countdef,cr,crcr,csname,day,% deadcycles,def,defaulthyphenchar,defaultskewchar,delcode,% delimiter,delimiterfactor,delimitershortfall,dimen,dimendef,% discretionary,displayindent,displaylimits,displaystyle,% displaywidowpenalty,displaywidth,divide,doublehyphendemerits,dp,% edef,else,emergencystretch,end,endcsname,endgroup,endinput,% endlinechar,eqno,errhelp,errmessage,errorcontextlines,% errorstopmode,escapechar,everycr,everydisplay,everyhbox,everyjob,% everymath,everypar,everyvbox,exhyphenpenalty,expandafter,fam,fi,% finalhypendemerits,firstmark,floatingpenalty,font,fontdimen,% fontname,futurelet,gdef,global,globaldefs,halign,hangafter,% hangindent,hbadness,hbox,hfil,hfill,hfilneg,hfuzz,hoffset,% holdinginserts,hrule,hsize,hskip,hss,ht,hyphenation,hyphenchar,% hyphenpenalty,if,ifcase,ifcat,ifdim,ifeof,iffalse,ifhbox,ifhmode,% ifinner,ifmmode,ifnum,ifodd,iftrue,ifvbox,ifvmode,ifvoid,ifx,% ignorespaces,immediate,indent,input,insert,insertpenalties,% interlinepenalty,jobname,kern,language,lastbox,lastkern,% lastpenalty,lastskip,lccode,leaders,left,lefthyphenmin,leftskip,% leqno,let,limits,linepenalty,lineskip,lineskiplimits,long,% looseness,lower,lowercase,mag,mark,mathaccent,mathbin,mathchar,% mathchardef,mathchoice,mathclose,mathcode,mathinner,mathop,% mathopen,mathord,mathpunct,mathrel,mathsurround,maxdeadcycles,% maxdepth,meaning,medmuskip,message,mkern,month,moveleft,% moveright,mskip,multiply,muskip,muskipdef,newlinechar,noalign,% noboundary,noexpand,noindent,nolimits,nonscript,nonstopmode,% nulldelimiterspace,nullfont,number,omit,openin,openout,or,outer,% output,outputpenalty,over,overfullrule,overline,overwithdelims,% pagedepth,pagefilllstretch,pagefillstretch,pagefilstretch,% pagegoal,pageshrink,pagestretch,pagetotal,par,parfillskip,% parindent,parshape,parskip,patterns,pausing,penalty,% postdisplaypenalty,predisplaypenalty,predisplaysize,pretolerance,% prevdepth,prevgraf,radical,raise,read,relax,relpenalty,right,% righthyphenmin,rightskip,romannumeral,scriptfont,% scriptscriptfont,scriptscriptstyle,scriptspace,scriptstyle,% scrollmode,setbox,setlanguage,sfcode,shipout,show,showbox,% showboxbreadth,showboxdepth,showlists,showthe,skewchar,skip,% skipdef,spacefactor,spaceskip,span,special,splitbotmark,% splitfirstmark,splitmaxdepth,splittopskip,string,tabskip,% textfont,textstyle,the,thickmuskip,thinmuskip,time,toks,toksdef,% tolerance,topmark,topskip,tracingcommands,tracinglostchars,% tracingmacros,tracingonline,tracingoutput,tracingpages,% tracingparagraphs,tracingrestores,tracingstats,uccode,uchyph,% underline,unhbox,unhcopy,unkern,unpenalty,unskip,unvbox,unvcopy,% uppercase,vadjust,valign,vbadness,vbox,vcenter,vfil,vfill,% vfilneg,vfuzz,voffset,vrule,vsize,vskip,vsplit,vss,vtop,wd,% widowpenalty,write,xdef,xleaders,xspaceskip,year},% sensitive,% alsoother={0123456789$_},% morecomment=[l]\%% }[keywords,tex,comments]% %% %% Verilog definition (c) 2003 Cameron H. G. Wright %% Based on the IEEE 1364-2001 Verilog HDL standard %% Ref: S. Palnitkar, "Verilog HDL: A Guide to Digital Design and Synthesis," %% Prentice Hall, 2003. ISBN: 0-13-044911-3 %% \lst@definelanguage{Verilog}% {morekeywords={% reserved keywords always,and,assign,automatic,begin,buf,bufif0,bufif1,case,casex,% casez,cell,cmos,config,deassign,default,defparam,design,disable,% edge,else,end,endcase,endconfig,endfunction,endgenerate,% endmodule,endprimitive,endspecify,endtable,endtask,event,for,% force,forever,fork,function,generate,genvar,highz0,highz1,if,% ifnone,incdir,include,initial,inout,input,instance,integer,join,% large,liblist,library,localparam,macromodule,medium,module,nand,% negedge,nmos,nor,noshowcancelled,not,notif0,notif1,or,output,% parameter,pmos,posedge,primitive,pull0,pull1,pulldown,pullup,% pulsestyle_onevent,pulsestyle_ondetect,rcmos,real,realtime,reg,% release,repeat,rnmos,rpmos,rtran,rtranif0,rtranif1,scalared,% showcancelled,signed,small,specify,specparam,strong0,strong1,% supply0,supply1,table,task,time,tran,tranif0,tranif1,tri,tri0,% tri1,triand,trior,trireg,unsigned,use,vectored,wait,wand,weak0,% weak1,while,wire,wor,xnor,xor},% moredirectives={% system tasks and functions $bitstoreal,$countdrivers,$display,$fclose,$fdisplay,$fmonitor,% $fopen,$fstrobe,$fwrite,$finish,$getpattern,$history,$incsave,% $input,$itor,$key,$list,$log,$monitor,$monitoroff,$monitoron,% $nokey},% moredirectives={% compiler directives `accelerate,`autoexpand_vectornets,`celldefine,`default_nettype,% `define,`else,`elsif,`endcelldefine,`endif,`endprotect,% `endprotected,`expand_vectornets,`ifdef,`ifndef,`include,% `no_accelerate,`noexpand_vectornets,`noremove_gatenames,% `nounconnected_drive,`protect,`protected,`remove_gatenames,% `remove_netnames,`resetall,`timescale,`unconnected_drive},% moredelim=*[directive]\#,% sensitive,% morecomment=[s]{/*}{*/},% morecomment=[l]//,% nonstandard morestring=[b]"% }[keywords,comments,strings,directives]% \endinput %% %% End of file `lstlang3.sty'. xmds-doc-0~svn.1884/latex/apsrev.bst0000644000175000017500000012617310023511735016665 0ustar rafaelrafael%% %% This is file `apsrev.bst', %% generated with the docstrip utility. %% %% The original source files were: %% %% merlin.mbs (with options: `head,ay,nat,seq-no,nm-init,ed-au,nmlm,x10,x0,m10,m0,nmft,nmft-def,fnm-def,nmfted,lab,lab-def,keyxyr,yr-par,note-yr,tit-it,jtit-x,jttl-rm,thtit-x,trtit-x,vol-bf,vnum-x,volp-com,jpg-1,num-xser,jnm-x,pub-date,pre-pub,isbn,issn,edby,blk-com,pp,ed,abr,ednx,ord,jabr,revdata,eprint,url,url-blk,misc-simple,bibinfo,nfss,{}') %% physjour.mbs (with options: `ay,nat,seq-no,nm-init,ed-au,nmlm,x10,x0,m10,m0,nmft,nmft-def,fnm-def,nmfted,lab,lab-def,keyxyr,yr-par,note-yr,tit-it,jtit-x,jttl-rm,thtit-x,trtit-x,vol-bf,vnum-x,volp-com,jpg-1,num-xser,jnm-x,pub-date,pre-pub,isbn,issn,edby,blk-com,pp,ed,abr,ednx,ord,jabr,revdata,eprint,url,url-blk,misc-simple,bibinfo,nfss,{}') %% geojour.mbs (with options: `ay,nat,seq-no,nm-init,ed-au,nmlm,x10,x0,m10,m0,nmft,nmft-def,fnm-def,nmfted,lab,lab-def,keyxyr,yr-par,note-yr,tit-it,jtit-x,jttl-rm,thtit-x,trtit-x,vol-bf,vnum-x,volp-com,jpg-1,num-xser,jnm-x,pub-date,pre-pub,isbn,issn,edby,blk-com,pp,ed,abr,ednx,ord,jabr,revdata,eprint,url,url-blk,misc-simple,bibinfo,nfss,{}') %% photjour.mbs (with options: `ay,nat,seq-no,nm-init,ed-au,nmlm,x10,x0,m10,m0,nmft,nmft-def,fnm-def,nmfted,lab,lab-def,keyxyr,yr-par,note-yr,tit-it,jtit-x,jttl-rm,thtit-x,trtit-x,vol-bf,vnum-x,volp-com,jpg-1,num-xser,jnm-x,pub-date,pre-pub,isbn,issn,edby,blk-com,pp,ed,abr,ednx,ord,jabr,revdata,eprint,url,url-blk,misc-simple,bibinfo,nfss,{}') %% merlin.mbs (with options: `tail,ay,nat,seq-no,nm-init,ed-au,nmlm,x10,x0,m10,m0,nmft,nmft-def,fnm-def,nmfted,lab,lab-def,keyxyr,yr-par,note-yr,tit-it,jtit-x,jttl-rm,thtit-x,trtit-x,vol-bf,vnum-x,volp-com,jpg-1,num-xser,jnm-x,pub-date,pre-pub,isbn,issn,edby,blk-com,pp,ed,abr,ednx,ord,jabr,revdata,eprint,url,url-blk,misc-simple,bibinfo,nfss,{}') %% ---------------------------------------- %% *** REVTeX-compatible apsrev.bst 1702 *** %% %% Copyright 1994-2000 Patrick W Daly % =============================================================== % IMPORTANT NOTICE: % This bibliographic style (bst) file has been generated from one or % more master bibliographic style (mbs) files, listed above. % % This generated file can be redistributed and/or modified under the terms % of the LaTeX Project Public License Distributed from CTAN % archives in directory macros/latex/base/lppl.txt; either % version 1 of the License, or any later version. % =============================================================== % Name and version information of the main mbs file: % \ProvidesFile{merlin.mbs}[2000/05/04 4.01 (PWD, AO, DPC)] % For use with BibTeX version 0.99a or later %------------------------------------------------------------------- % This bibliography style file is intended for texts in ENGLISH % This is an author-year citation style bibliography. As such, it is % non-standard LaTeX, and requires a special package file to function properly. % Such a package is natbib.sty by Patrick W. Daly % The form of the \bibitem entries is % \bibitem[Jones et al.(1990)]{key}... % \bibitem[Jones et al.(1990)Jones, Baker, and Smith]{key}... % The essential feature is that the label (the part in brackets) consists % of the author names, as they should appear in the citation, with the year % in parentheses following. There must be no space before the opening % parenthesis! % With natbib v5.3, a full list of authors may also follow the year. % In natbib.sty, it is possible to define the type of enclosures that is % really wanted (brackets or parentheses), but in either case, there must % be parentheses in the label. % The \cite command functions as follows: % \citet{key} ==>> Jones et al. (1990) % \citet*{key} ==>> Jones, Baker, and Smith (1990) % \citep{key} ==>> (Jones et al., 1990) % \citep*{key} ==>> (Jones, Baker, and Smith, 1990) % \citep[chap. 2]{key} ==>> (Jones et al., 1990, chap. 2) % \citep[e.g.][]{key} ==>> (e.g. Jones et al., 1990) % \citep[e.g.][p. 32]{key} ==>> (e.g. Jones et al., p. 32) % \citeauthor{key} ==>> Jones et al. % \citeauthor*{key} ==>> Jones, Baker, and Smith % \citeyear{key} ==>> 1990 %--------------------------------------------------------------------- ENTRY { address archive author booktitle chapter collaboration edition editor eid eprint howpublished institution isbn issn journal key month note number numpages organization pages publisher school series title type url volume year } {} { label extra.label sort.label short.list } INTEGERS { output.state before.all mid.sentence after.sentence after.block } FUNCTION {init.state.consts} { #0 'before.all := #1 'mid.sentence := #2 'after.sentence := #3 'after.block := } STRINGS { s t} FUNCTION {output.nonnull} { 's := output.state mid.sentence = { ", " * write$ } { output.state after.block = { add.period$ write$ newline$ "\newblock " write$ } { output.state before.all = 'write$ { add.period$ " " * write$ } if$ } if$ mid.sentence 'output.state := } if$ s } FUNCTION {output} { duplicate$ empty$ 'pop$ 'output.nonnull if$ } FUNCTION {output.check} { 't := duplicate$ empty$ { pop$ "empty " t * " in " * cite$ * warning$ } 'output.nonnull if$ } FUNCTION {fin.entry} { add.period$ write$ newline$ } FUNCTION {new.block} { output.state before.all = 'skip$ { after.block 'output.state := } if$ } FUNCTION {new.sentence} { output.state after.block = 'skip$ { output.state before.all = 'skip$ { after.sentence 'output.state := } if$ } if$ } FUNCTION {add.blank} { " " * before.all 'output.state := } FUNCTION {date.block} { skip$ } FUNCTION {not} { { #0 } { #1 } if$ } FUNCTION {and} { 'skip$ { pop$ #0 } if$ } FUNCTION {or} { { pop$ #1 } 'skip$ if$ } FUNCTION {new.block.checkb} { empty$ swap$ empty$ and 'skip$ 'new.block if$ } FUNCTION {field.or.null} { duplicate$ empty$ { pop$ "" } 'skip$ if$ } FUNCTION {emphasize} { duplicate$ empty$ { pop$ "" } { "\emph{" swap$ * "}" * } if$ } FUNCTION {bolden} { duplicate$ empty$ { pop$ "" } { "\textbf{" swap$ * "}" * } if$ } FUNCTION {bib.name.font} { duplicate$ empty$ { pop$ "" } { "\bibnamefont{" swap$ * "}" * } if$ } FUNCTION {bib.fname.font} { duplicate$ empty$ { pop$ "" } { "\bibfnamefont{" swap$ * "}" * } if$ } FUNCTION {cite.name.font} { duplicate$ empty$ { pop$ "" } { "\citenamefont{" swap$ * "}" * } if$ } FUNCTION {tie.or.space.prefix} { duplicate$ text.length$ #3 < { "~" } { " " } if$ swap$ } FUNCTION {capitalize} { "u" change.case$ "t" change.case$ } FUNCTION {space.word} { " " swap$ * " " * } % Here are the language-specific definitions for explicit words. % Each function has a name bbl.xxx where xxx is the English word. % The language selected here is ENGLISH FUNCTION {bbl.and} { "and"} FUNCTION {bbl.etal} { "et~al." } FUNCTION {bbl.editors} { "eds." } FUNCTION {bbl.editor} { "ed." } FUNCTION {bbl.edby} { "edited by" } FUNCTION {bbl.edition} { "ed." } FUNCTION {bbl.volume} { "vol." } FUNCTION {bbl.of} { "of" } FUNCTION {bbl.number} { "no." } FUNCTION {bbl.nr} { "no." } FUNCTION {bbl.in} { "in" } FUNCTION {bbl.pages} { "pp." } FUNCTION {bbl.page} { "p." } FUNCTION {bbl.eidpp} { "pages" } FUNCTION {bbl.chapter} { "chap." } FUNCTION {bbl.techrep} { "Tech. Rep." } FUNCTION {bbl.mthesis} { "Master's thesis" } FUNCTION {bbl.phdthesis} { "Ph.D. thesis" } FUNCTION {bbl.first} { "1st" } FUNCTION {bbl.second} { "2nd" } FUNCTION {bbl.third} { "3rd" } FUNCTION {bbl.fourth} { "4th" } FUNCTION {bbl.fifth} { "5th" } FUNCTION {bbl.st} { "st" } FUNCTION {bbl.nd} { "nd" } FUNCTION {bbl.rd} { "rd" } FUNCTION {bbl.th} { "th" } MACRO {jan} {"Jan."} MACRO {feb} {"Feb."} MACRO {mar} {"Mar."} MACRO {apr} {"Apr."} MACRO {may} {"May"} MACRO {jun} {"Jun."} MACRO {jul} {"Jul."} MACRO {aug} {"Aug."} MACRO {sep} {"Sep."} MACRO {oct} {"Oct."} MACRO {nov} {"Nov."} MACRO {dec} {"Dec."} FUNCTION {eng.ord} { duplicate$ "1" swap$ * #-2 #1 substring$ "1" = { bbl.th * } { duplicate$ #-1 #1 substring$ duplicate$ "1" = { pop$ bbl.st * } { duplicate$ "2" = { pop$ bbl.nd * } { "3" = { bbl.rd * } { bbl.th * } if$ } if$ } if$ } if$ } %------------------------------------------------------------------- % Begin module: % \ProvidesFile{physjour.mbs}[1999/10/05 2.1 (PWD)] MACRO {aa}{"Astron. \& Astrophys."} MACRO {aasup}{"Astron. \& Astrophys. Suppl. Ser."} MACRO {aj} {"Astron. J."} MACRO {aph} {"Acta Phys."} MACRO {advp} {"Adv. Phys."} MACRO {ajp} {"Amer. J. Phys."} MACRO {ajm} {"Amer. J. Math."} MACRO {amsci} {"Amer. Sci."} MACRO {anofd} {"Ann. Fluid Dyn."} MACRO {am} {"Ann. Math."} MACRO {ap} {"Ann. Phys. (NY)"} MACRO {adp} {"Ann. Phys. (Leipzig)"} MACRO {ao} {"Appl. Opt."} MACRO {apl} {"Appl. Phys. Lett."} MACRO {app} {"Astroparticle Phys."} MACRO {apj} {"Astrophys. J."} MACRO {apjsup} {"Astrophys. J. Suppl."} MACRO {apss} {"Astrophys. Space Sci."} MACRO {araa} {"Ann. Rev. Astron. Astrophys."} MACRO {baas} {"Bull. Amer. Astron. Soc."} MACRO {baps} {"Bull. Amer. Phys. Soc."} MACRO {cmp} {"Comm. Math. Phys."} MACRO {cpam} {"Commun. Pure Appl. Math."} MACRO {cppcf} {"Comm. Plasma Phys. \& Controlled Fusion"} MACRO {cpc} {"Comp. Phys. Comm."} MACRO {cqg} {"Class. Quant. Grav."} MACRO {cra} {"C. R. Acad. Sci. A"} MACRO {fed} {"Fusion Eng. \& Design"} MACRO {ft} {"Fusion Tech."} MACRO {grg} {"Gen. Relativ. Gravit."} MACRO {ieeens} {"IEEE Trans. Nucl. Sci."} MACRO {ieeeps} {"IEEE Trans. Plasma Sci."} MACRO {ijimw} {"Interntl. J. Infrared \& Millimeter Waves"} MACRO {ip} {"Infrared Phys."} MACRO {irp} {"Infrared Phys."} MACRO {jap} {"J. Appl. Phys."} MACRO {jasa} {"J. Acoust. Soc. America"} MACRO {jcp} {"J. Comp. Phys."} MACRO {jetp} {"Sov. Phys.--JETP"} MACRO {jfe} {"J. Fusion Energy"} MACRO {jfm} {"J. Fluid Mech."} MACRO {jmp} {"J. Math. Phys."} MACRO {jne} {"J. Nucl. Energy"} MACRO {jnec} {"J. Nucl. Energy, C: Plasma Phys., Accelerators, Thermonucl. Res."} MACRO {jnm} {"J. Nucl. Mat."} MACRO {jpc} {"J. Phys. Chem."} MACRO {jpp} {"J. Plasma Phys."} MACRO {jpsj} {"J. Phys. Soc. Japan"} MACRO {jsi} {"J. Sci. Instrum."} MACRO {jvst} {"J. Vac. Sci. \& Tech."} MACRO {nat} {"Nature"} MACRO {nature} {"Nature"} MACRO {nedf} {"Nucl. Eng. \& Design/Fusion"} MACRO {nf} {"Nucl. Fusion"} MACRO {nim} {"Nucl. Inst. \& Meth."} MACRO {nimpr} {"Nucl. Inst. \& Meth. in Phys. Res."} MACRO {np} {"Nucl. Phys."} MACRO {npb} {"Nucl. Phys. B"} MACRO {nt/f} {"Nucl. Tech./Fusion"} MACRO {npbpc} {"Nucl. Phys. B (Proc. Suppl.)"} MACRO {inc} {"Nuovo Cimento"} MACRO {nc} {"Nuovo Cimento"} MACRO {pf} {"Phys. Fluids"} MACRO {pfa} {"Phys. Fluids A: Fluid Dyn."} MACRO {pfb} {"Phys. Fluids B: Plasma Phys."} MACRO {pl} {"Phys. Lett."} MACRO {pla} {"Phys. Lett. A"} MACRO {plb} {"Phys. Lett. B"} MACRO {prep} {"Phys. Rep."} MACRO {pnas} {"Proc. Nat. Acad. Sci. USA"} MACRO {pp} {"Phys. Plasmas"} MACRO {ppcf} {"Plasma Phys. \& Controlled Fusion"} MACRO {phitrsl} {"Philos. Trans. Roy. Soc. London"} MACRO {prl} {"Phys. Rev. Lett."} MACRO {pr} {"Phys. Rev."} MACRO {physrev} {"Phys. Rev."} MACRO {pra} {"Phys. Rev. A"} MACRO {prb} {"Phys. Rev. B"} MACRO {prc} {"Phys. Rev. C"} MACRO {prd} {"Phys. Rev. D"} MACRO {pre} {"Phys. Rev. E"} MACRO {ps} {"Phys. Scripta"} MACRO {procrsl} {"Proc. Roy. Soc. London"} MACRO {rmp} {"Rev. Mod. Phys."} MACRO {rsi} {"Rev. Sci. Inst."} MACRO {science} {"Science"} MACRO {sciam} {"Sci. Am."} MACRO {sam} {"Stud. Appl. Math."} MACRO {sjpp} {"Sov. J. Plasma Phys."} MACRO {spd} {"Sov. Phys.--Doklady"} MACRO {sptp} {"Sov. Phys.--Tech. Phys."} MACRO {spu} {"Sov. Phys.--Uspeki"} MACRO {st} {"Sky and Telesc."} % End module: physjour.mbs %------------------------------------------------------------------- % Begin module: % \ProvidesFile{geojour.mbs}[1999/11/16 2.0g (PWD)] MACRO {aisr} {"Adv. Space Res."} MACRO {ag} {"Ann. Geophys."} MACRO {anigeo} {"Ann. Geofis."} MACRO {angl} {"Ann. Glaciol."} MACRO {andmet} {"Ann. d. Meteor."} MACRO {andgeo} {"Ann. d. Geophys."} MACRO {andphy} {"Ann. Phys.-Paris"} MACRO {afmgb} {"Arch. Meteor. Geophys. Bioklimatol."} MACRO {atph} {"Atm\'osphera"} MACRO {aao} {"Atmos. Ocean"} MACRO {ass}{"Astrophys. Space Sci."} MACRO {atenv} {"Atmos. Environ."} MACRO {aujag} {"Aust. J. Agr. Res."} MACRO {aumet} {"Aust. Meteorol. Mag."} MACRO {blmet} {"Bound.-Lay. Meteorol."} MACRO {bams} {"Bull. Amer. Meteorol. Soc."} MACRO {cch} {"Clim. Change"} MACRO {cdyn} {"Clim. Dynam."} MACRO {cbul} {"Climatol. Bull."} MACRO {cap} {"Contrib. Atmos. Phys."} MACRO {dsr} {"Deep-Sea Res."} MACRO {dhz} {"Dtsch. Hydrogr. Z."} MACRO {dao} {"Dynam. Atmos. Oceans"} MACRO {eco} {"Ecology"} MACRO {empl}{"Earth, Moon and Planets"} MACRO {envres} {"Environ. Res."} MACRO {envst} {"Environ. Sci. Technol."} MACRO {ecms} {"Estuarine Coastal Mar. Sci."} MACRO {expa}{"Exper. Astron."} MACRO {geoint} {"Geofis. Int."} MACRO {geopub} {"Geofys. Publ."} MACRO {geogeo} {"Geol. Geofiz."} MACRO {gafd} {"Geophys. Astrophys. Fluid Dyn."} MACRO {gfd} {"Geophys. Fluid Dyn."} MACRO {geomag} {"Geophys. Mag."} MACRO {georl} {"Geophys. Res. Lett."} MACRO {grl} {"Geophys. Res. Lett."} MACRO {ga} {"Geophysica"} MACRO {gs} {"Geophysics"} MACRO {ieeetap} {"IEEE Trans. Antenn. Propag."} MACRO {ijawp} {"Int. J. Air Water Pollut."} MACRO {ijc} {"Int. J. Climatol."} MACRO {ijrs} {"Int. J. Remote Sens."} MACRO {jam} {"J. Appl. Meteorol."} MACRO {jaot} {"J. Atmos. Ocean. Technol."} MACRO {jatp} {"J. Atmos. Terr. Phys."} MACRO {jce} {"J. Climate"} MACRO {jcam} {"J. Climate Appl. Meteor."} MACRO {jcm} {"J. Climate Meteor."} MACRO {jcy} {"J. Climatol."} MACRO {jgr} {"J. Geophys. Res."} MACRO {jga} {"J. Glaciol."} MACRO {jh} {"J. Hydrol."} MACRO {jmr} {"J. Mar. Res."} MACRO {jmrj} {"J. Meteor. Res. Japan"} MACRO {jm} {"J. Meteor."} MACRO {jpo} {"J. Phys. Oceanogr."} MACRO {jra} {"J. Rech. Atmos."} MACRO {jaes} {"J. Aeronaut. Sci."} MACRO {japca} {"J. Air Pollut. Control Assoc."} MACRO {jas} {"J. Atmos. Sci."} MACRO {jmts} {"J. Mar. Technol. Soc."} MACRO {jmsj} {"J. Meteorol. Soc. Japan"} MACRO {josj} {"J. Oceanogr. Soc. Japan"} MACRO {jwm} {"J. Wea. Mod."} MACRO {lao} {"Limnol. Oceanogr."} MACRO {mwl} {"Mar. Wea. Log"} MACRO {mau} {"Mausam"} MACRO {meteor} {"``Meteor'' Forschungsergeb."} MACRO {map} {"Meteorol. Atmos. Phys."} MACRO {metmag} {"Meteor. Mag."} MACRO {metmon} {"Meteor. Monogr."} MACRO {metrun} {"Meteor. Rundsch."} MACRO {metzeit} {"Meteor. Z."} MACRO {metgid} {"Meteor. Gidrol."} MACRO {mwr} {"Mon. Weather Rev."} MACRO {nwd} {"Natl. Weather Dig."} MACRO {nzjmfr} {"New Zeal. J. Mar. Freshwater Res."} MACRO {npg} {"Nonlin. Proc. Geophys."} MACRO {om} {"Oceanogr. Meteorol."} MACRO {ocac} {"Oceanol. Acta"} MACRO {oceanus} {"Oceanus"} MACRO {paleoc} {"Paleoceanography"} MACRO {pce} {"Phys. Chem. Earth"} MACRO {pmg} {"Pap. Meteor. Geophys."} MACRO {ppom} {"Pap. Phys. Oceanogr. Meteor."} MACRO {physzeit} {"Phys. Z."} MACRO {pps} {"Planet. Space Sci."} MACRO {pss} {"Planet. Space Sci."} MACRO {pag} {"Pure Appl. Geophys."} MACRO {qjrms} {"Quart. J. Roy. Meteorol. Soc."} MACRO {quatres} {"Quat. Res."} MACRO {rsci} {"Radio Sci."} MACRO {rse} {"Remote Sens. Environ."} MACRO {rgeo} {"Rev. Geophys."} MACRO {rgsp} {"Rev. Geophys. Space Phys."} MACRO {rdgeo} {"Rev. Geofis."} MACRO {revmeta} {"Rev. Meteorol."} MACRO {sgp}{"Surveys in Geophys."} MACRO {sp} {"Solar Phys."} MACRO {ssr} {"Space Sci. Rev."} MACRO {tellus} {"Tellus"} MACRO {tac} {"Theor. Appl. Climatol."} MACRO {tagu} {"Trans. Am. Geophys. Union (EOS)"} MACRO {wrr} {"Water Resour. Res."} MACRO {weather} {"Weather"} MACRO {wafc} {"Weather Forecast."} MACRO {ww} {"Weatherwise"} MACRO {wmob} {"WMO Bull."} MACRO {zeitmet} {"Z. Meteorol."} % End module: geojour.mbs %------------------------------------------------------------------- % Begin module: % \ProvidesFile{photjour.mbs}[1999/02/24 2.0b (PWD)] MACRO {appopt} {"Appl. Opt."} MACRO {bell} {"Bell Syst. Tech. J."} MACRO {ell} {"Electron. Lett."} MACRO {jasp} {"J. Appl. Spectr."} MACRO {jqe} {"IEEE J. Quantum Electron."} MACRO {jlwt} {"J. Lightwave Technol."} MACRO {jmo} {"J. Mod. Opt."} MACRO {josa} {"J. Opt. Soc. America"} MACRO {josaa} {"J. Opt. Soc. Amer.~A"} MACRO {josab} {"J. Opt. Soc. Amer.~B"} MACRO {jdp} {"J. Phys. (Paris)"} MACRO {oc} {"Opt. Commun."} MACRO {ol} {"Opt. Lett."} MACRO {phtl} {"IEEE Photon. Technol. Lett."} MACRO {pspie} {"Proc. Soc. Photo-Opt. Instrum. Eng."} MACRO {sse} {"Solid-State Electron."} MACRO {sjot} {"Sov. J. Opt. Technol."} MACRO {sjqe} {"Sov. J. Quantum Electron."} MACRO {sleb} {"Sov. Phys.--Leb. Inst. Rep."} MACRO {stph} {"Sov. Phys.--Techn. Phys."} MACRO {stphl} {"Sov. Techn. Phys. Lett."} MACRO {vr} {"Vision Res."} MACRO {zph} {"Z. f. Physik"} MACRO {zphb} {"Z. f. Physik~B"} MACRO {zphd} {"Z. f. Physik~D"} MACRO {CLEO} {"CLEO"} MACRO {ASSL} {"Adv. Sol.-State Lasers"} MACRO {OSA} {"OSA"} % End module: photjour.mbs %% Copyright 1994-2000 Patrick W Daly MACRO {acmcs} {"ACM Comput. Surv."} MACRO {acta} {"Acta Inf."} MACRO {cacm} {"Commun. ACM"} MACRO {ibmjrd} {"IBM J. Res. Dev."} MACRO {ibmsj} {"IBM Syst.~J."} MACRO {ieeese} {"IEEE Trans. Software Eng."} MACRO {ieeetc} {"IEEE Trans. Comput."} MACRO {ieeetcad} {"IEEE Trans. Comput. Aid. Des."} MACRO {ipl} {"Inf. Process. Lett."} MACRO {jacm} {"J.~ACM"} MACRO {jcss} {"J.~Comput. Syst. Sci."} MACRO {scp} {"Sci. Comput. Program."} MACRO {sicomp} {"SIAM J. Comput."} MACRO {tocs} {"ACM Trans. Comput. Syst."} MACRO {tods} {"ACM Trans. Database Syst."} MACRO {tog} {"ACM Trans. Graphic."} MACRO {toms} {"ACM Trans. Math. Software"} MACRO {toois} {"ACM Trans. Office Inf. Syst."} MACRO {toplas} {"ACM Trans. Progr. Lang. Syst."} MACRO {tcs} {"Theor. Comput. Sci."} FUNCTION {bibinfo.check} { swap$ duplicate$ missing$ { pop$ pop$ "" } { duplicate$ empty$ { swap$ pop$ } { swap$ "\bibinfo{" swap$ * "}{" * swap$ * "}" * } if$ } if$ } FUNCTION {bibinfo.warn} { swap$ duplicate$ missing$ { swap$ "missing " swap$ * " in " * cite$ * warning$ pop$ "" } { duplicate$ empty$ { swap$ "empty " swap$ * " in " * cite$ * warning$ } { swap$ "\bibinfo{" swap$ * "}{" * swap$ * "}" * } if$ } if$ } FUNCTION {format.eprint} { eprint duplicate$ empty$ 'skip$ { "\eprint" archive empty$ 'skip$ { "[" * archive * "]" * } if$ "{" * swap$ * "}" * } if$ } FUNCTION {format.url} { url empty$ { "" } { "\urlprefix\url{" url * "}" * } if$ } STRINGS { bibinfo} INTEGERS { nameptr namesleft numnames } FUNCTION {format.names} { 'bibinfo := duplicate$ empty$ 'skip$ { 's := "" 't := #1 'nameptr := s num.names$ 'numnames := numnames 'namesleft := { namesleft #0 > } { s nameptr "{f.}" format.name$ duplicate$ empty$ 'skip$ { tie.or.space.prefix bib.fname.font swap$ * } if$ s nameptr "{vv~}{ll}" format.name$ bib.name.font * s nameptr "{jj}" format.name$ duplicate$ empty$ 'skip$ { bib.fname.font ", " swap$ * } if$ * bibinfo bibinfo.check 't := nameptr #1 > { nameptr #0 #10 + #1 + = numnames #0 #10 + > and { "others" 't := #1 'namesleft := } 'skip$ if$ namesleft #1 > { ", " * t * } { numnames #2 > { "," * } 'skip$ if$ s nameptr "{ll}" format.name$ duplicate$ "others" = { 't := } { pop$ } if$ t "others" = { " " * bbl.etal bib.name.font * } { bbl.and bib.name.font space.word * t * } if$ } if$ } 't if$ nameptr #1 + 'nameptr := namesleft #1 - 'namesleft := } while$ } if$ } FUNCTION {format.names.ed} { format.names } FUNCTION {format.key} { empty$ { key field.or.null } { "" } if$ } FUNCTION {format.authors} { author "author" format.names duplicate$ empty$ 'skip$ { collaboration "collaboration" bibinfo.check duplicate$ empty$ 'skip$ { " (" swap$ * ")" * } if$ * } if$ } FUNCTION {get.bbl.editor} { editor num.names$ #1 > 'bbl.editors 'bbl.editor if$ } FUNCTION {format.editors} { editor "editor" format.names duplicate$ empty$ 'skip$ { "," * " " * get.bbl.editor * } if$ } FUNCTION {format.isbn} { isbn "isbn" bibinfo.check duplicate$ empty$ 'skip$ { "ISBN " swap$ * } if$ } FUNCTION {format.issn} { issn "issn" bibinfo.check duplicate$ empty$ 'skip$ { "ISSN " swap$ * } if$ } FUNCTION {format.note} { note empty$ { "" } { note #1 #1 substring$ duplicate$ "{" = 'skip$ { output.state mid.sentence = { "l" } { "u" } if$ change.case$ } if$ note #2 global.max$ substring$ * "note" bibinfo.check } if$ } FUNCTION {format.title} { title duplicate$ empty$ { skip$ } { "t" change.case$ } if$ "title" bibinfo.check duplicate$ empty$ 'skip$ { emphasize } if$ } FUNCTION {format.full.names} {'s := "" 't := #1 'nameptr := s num.names$ 'numnames := numnames 'namesleft := { namesleft #0 > } { s nameptr "{vv~}{ll}" format.name$ 't := nameptr #1 > { nameptr #0 #10 + #1 + = numnames #0 #10 + > and { "others" 't := #1 'namesleft := } 'skip$ if$ namesleft #1 > { ", " * t * } { s nameptr "{ll}" format.name$ duplicate$ "others" = { 't := } { pop$ } if$ t "others" = { " " * bbl.etal * cite.name.font } { numnames #2 > { "," * } 'skip$ if$ bbl.and space.word * t * } if$ } if$ } 't if$ nameptr #1 + 'nameptr := namesleft #1 - 'namesleft := } while$ t "others" = 'skip$ { cite.name.font } if$ } FUNCTION {author.editor.key.full} { author empty$ { editor empty$ { key empty$ { cite$ #1 #3 substring$ } 'key if$ } { editor format.full.names } if$ } { author format.full.names } if$ } FUNCTION {author.key.full} { author empty$ { key empty$ { cite$ #1 #3 substring$ } 'key if$ } { author format.full.names } if$ } FUNCTION {editor.key.full} { editor empty$ { key empty$ { cite$ #1 #3 substring$ } 'key if$ } { editor format.full.names } if$ } FUNCTION {make.full.names} { type$ "book" = type$ "inbook" = or 'author.editor.key.full { type$ "proceedings" = 'editor.key.full 'author.key.full if$ } if$ } FUNCTION {output.bibitem} { newline$ "\bibitem[{" write$ label write$ ")" make.full.names duplicate$ short.list = { pop$ } { * } if$ "}]{" * write$ cite$ write$ "}" write$ newline$ "" before.all 'output.state := } FUNCTION {n.dashify} { 't := "" { t empty$ not } { t #1 #1 substring$ "-" = { t #1 #2 substring$ "--" = not { "--" * t #2 global.max$ substring$ 't := } { { t #1 #1 substring$ "-" = } { "-" * t #2 global.max$ substring$ 't := } while$ } if$ } { t #1 #1 substring$ * t #2 global.max$ substring$ 't := } if$ } while$ } FUNCTION {word.in} { bbl.in " " * } FUNCTION {format.date} { year "year" bibinfo.check duplicate$ empty$ { "empty year in " cite$ * "; set to ????" * warning$ pop$ "????" } 'skip$ if$ extra.label * before.all 'output.state := " (" swap$ * ")" * } FUNCTION {format.date.misc} { year empty$ 'skip$ { format.date "year" output.check } if$ } FUNCTION {format.btitle} { title "title" bibinfo.check duplicate$ empty$ 'skip$ { emphasize } if$ } FUNCTION {either.or.check} { empty$ 'pop$ { "can't use both " swap$ * " fields in " * cite$ * warning$ } if$ } FUNCTION {format.bvolume} { volume empty$ { "" } { bbl.volume volume tie.or.space.prefix "volume" bibinfo.check * * series "series" bibinfo.check duplicate$ empty$ 'pop$ { swap$ bbl.of space.word * swap$ emphasize * } if$ "volume and number" number either.or.check } if$ } FUNCTION {format.number.series} { volume empty$ { number empty$ { series field.or.null } { series empty$ { number "number" bibinfo.check } { output.state mid.sentence = { bbl.number } { bbl.number capitalize } if$ number tie.or.space.prefix "number" bibinfo.check * * bbl.in space.word * series "series" bibinfo.check * } if$ } if$ } { "" } if$ } FUNCTION {is.num} { chr.to.int$ duplicate$ "0" chr.to.int$ < not swap$ "9" chr.to.int$ > not and } FUNCTION {extract.num} { duplicate$ 't := "" 's := { t empty$ not } { t #1 #1 substring$ t #2 global.max$ substring$ 't := duplicate$ is.num { s swap$ * 's := } { pop$ "" 't := } if$ } while$ s empty$ 'skip$ { pop$ s } if$ } FUNCTION {convert.edition} { extract.num "l" change.case$ 's := s "first" = s "1" = or { bbl.first 't := } { s "second" = s "2" = or { bbl.second 't := } { s "third" = s "3" = or { bbl.third 't := } { s "fourth" = s "4" = or { bbl.fourth 't := } { s "fifth" = s "5" = or { bbl.fifth 't := } { s #1 #1 substring$ is.num { s eng.ord 't := } { edition 't := } if$ } if$ } if$ } if$ } if$ } if$ t } FUNCTION {format.edition} { edition duplicate$ empty$ 'skip$ { convert.edition output.state mid.sentence = { "l" } { "t" } if$ change.case$ "edition" bibinfo.check " " * bbl.edition * } if$ } INTEGERS { multiresult } FUNCTION {multi.page.check} { 't := #0 'multiresult := { multiresult not t empty$ not and } { t #1 #1 substring$ duplicate$ "-" = swap$ duplicate$ "," = swap$ "+" = or or { #1 'multiresult := } { t #2 global.max$ substring$ 't := } if$ } while$ multiresult } FUNCTION {format.pages} { pages duplicate$ empty$ 'skip$ { duplicate$ multi.page.check { bbl.pages swap$ n.dashify } { bbl.page swap$ } if$ tie.or.space.prefix "pages" bibinfo.check * * } if$ } FUNCTION {first.page} { 't := "" { t empty$ not t #1 #1 substring$ "-" = not and } { t #1 #1 substring$ * t #2 global.max$ substring$ 't := } while$ } FUNCTION {format.journal.pages} { pages duplicate$ empty$ 'pop$ { swap$ duplicate$ empty$ { pop$ pop$ format.pages } { ", " * swap$ first.page "pages" bibinfo.check * } if$ } if$ } FUNCTION {format.journal.eid} { eid "eid" bibinfo.check duplicate$ empty$ 'skip$ { swap$ duplicate$ empty$ 'skip$ { ", " * } if$ swap$ numpages empty$ 'skip$ { bbl.eidpp numpages tie.or.space.prefix "numpages" bibinfo.check * * " (" swap$ * ")" * * } if$ } if$ * } FUNCTION {format.vol.num.pages} { volume field.or.null duplicate$ empty$ 'skip$ { "volume" bibinfo.check } if$ bolden eid empty$ { format.journal.pages } { format.journal.eid } if$ } FUNCTION {format.chapter.pages} { chapter empty$ 'format.pages { type empty$ { bbl.chapter } { type "l" change.case$ "type" bibinfo.check } if$ chapter tie.or.space.prefix "chapter" bibinfo.check * * pages empty$ 'skip$ { ", " * format.pages * } if$ } if$ } FUNCTION {format.booktitle} { booktitle "booktitle" bibinfo.check emphasize } FUNCTION {format.in.ed.booktitle} { format.booktitle duplicate$ empty$ 'skip$ { editor "editor" format.names.ed duplicate$ empty$ 'pop$ { bbl.edby " " * swap$ * swap$ "," * " " * swap$ * } if$ word.in swap$ * } if$ } FUNCTION {format.thesis.type} { type duplicate$ empty$ 'pop$ { swap$ pop$ "t" change.case$ "type" bibinfo.check } if$ } FUNCTION {format.tr.number} { number "number" bibinfo.check type duplicate$ empty$ { pop$ bbl.techrep } 'skip$ if$ "type" bibinfo.check swap$ duplicate$ empty$ { pop$ "t" change.case$ } { tie.or.space.prefix * * } if$ } FUNCTION {format.article.crossref} { word.in " \cite{" * crossref * "}" * } FUNCTION {format.book.crossref} { volume duplicate$ empty$ { "empty volume in " cite$ * "'s crossref of " * crossref * warning$ pop$ word.in } { bbl.volume swap$ tie.or.space.prefix "volume" bibinfo.check * * bbl.of space.word * } if$ " \cite{" * crossref * "}" * } FUNCTION {format.incoll.inproc.crossref} { word.in " \cite{" * crossref * "}" * } FUNCTION {format.org.or.pub} { 't := "" add.blank "(" * t empty$ { address "address" bibinfo.check * } { t * address empty$ 'skip$ { ", " * address "address" bibinfo.check * } if$ } if$ year duplicate$ empty$ { "empty year in " cite$ * "; set to ????" * warning$ pop$ "????" } { "year" bibinfo.check extra.label * } if$ t empty$ address empty$ and { * } { ", " swap$ * * } if$ ")" * } FUNCTION {format.publisher.address} { publisher "publisher" bibinfo.warn format.org.or.pub } FUNCTION {format.organization.address} { organization "organization" bibinfo.check format.org.or.pub } FUNCTION {article} { output.bibitem format.authors "author" output.check author format.key output crossref missing$ { "" journal duplicate$ empty$ { pop$ pop$ } { "journal" bibinfo.check * "journal" output.check add.blank } if$ format.vol.num.pages output format.date "year" output.check } { format.article.crossref output.nonnull format.pages output } if$ format.issn output format.note output format.eprint output format.url output fin.entry } FUNCTION {book} { output.bibitem author empty$ { format.editors "author and editor" output.check editor format.key output } { format.authors output.nonnull crossref missing$ { "author and editor" editor either.or.check } 'skip$ if$ } if$ format.btitle "title" output.check crossref missing$ { format.bvolume output format.number.series output format.publisher.address output } { format.book.crossref output.nonnull format.date "year" output.check } if$ format.edition output format.isbn output format.note output format.eprint output format.url output fin.entry } FUNCTION {booklet} { output.bibitem format.authors output author format.key output format.title "title" output.check howpublished "howpublished" bibinfo.check output address "address" bibinfo.check output format.date "year" output.check format.isbn output format.note output format.eprint output format.url output fin.entry } FUNCTION {inbook} { output.bibitem author empty$ { format.editors "author and editor" output.check editor format.key output } { format.authors output.nonnull crossref missing$ { "author and editor" editor either.or.check } 'skip$ if$ } if$ format.btitle "title" output.check crossref missing$ { format.publisher.address output format.bvolume output format.chapter.pages "chapter and pages" output.check format.number.series output } { format.chapter.pages "chapter and pages" output.check format.book.crossref output.nonnull format.date "year" output.check } if$ format.edition output crossref missing$ { format.isbn output } 'skip$ if$ format.note output format.eprint output format.url output fin.entry } FUNCTION {incollection} { output.bibitem format.authors "author" output.check author format.key output crossref missing$ { format.in.ed.booktitle "booktitle" output.check format.publisher.address output format.bvolume output format.number.series output format.chapter.pages output format.edition output format.isbn output } { format.incoll.inproc.crossref output.nonnull format.chapter.pages output } if$ format.note output format.eprint output format.url output fin.entry } FUNCTION {inproceedings} { output.bibitem format.authors "author" output.check author format.key output crossref missing$ { format.in.ed.booktitle "booktitle" output.check publisher empty$ { format.organization.address output } { organization "organization" bibinfo.check output format.publisher.address output } if$ format.bvolume output format.number.series output format.pages output format.isbn output format.issn output } { format.incoll.inproc.crossref output.nonnull format.pages output } if$ format.note output format.eprint output format.url output fin.entry } FUNCTION {conference} { inproceedings } FUNCTION {manual} { output.bibitem format.authors output author format.key output format.btitle "title" output.check organization "organization" bibinfo.check output address "address" bibinfo.check output format.edition output format.date "year" output.check format.note output format.eprint output format.url output fin.entry } FUNCTION {mastersthesis} { output.bibitem format.authors "author" output.check author format.key output bbl.mthesis format.thesis.type output.nonnull school "school" bibinfo.warn output address "address" bibinfo.check output format.date "year" output.check format.note output format.eprint output format.url output fin.entry } FUNCTION {misc} { output.bibitem format.authors output author format.key output format.title output howpublished "howpublished" bibinfo.check output format.date.misc format.note output format.eprint output format.url output fin.entry } FUNCTION {phdthesis} { output.bibitem format.authors "author" output.check author format.key output bbl.phdthesis format.thesis.type output.nonnull school "school" bibinfo.warn output address "address" bibinfo.check output format.date "year" output.check format.note output format.eprint output format.url output fin.entry } FUNCTION {proceedings} { output.bibitem format.editors output editor format.key output format.btitle "title" output.check format.bvolume output format.number.series output publisher empty$ { format.organization.address output } { organization "organization" bibinfo.check output format.publisher.address output } if$ format.isbn output format.issn output format.note output format.eprint output format.url output fin.entry } FUNCTION {techreport} { output.bibitem format.authors "author" output.check author format.key output format.tr.number output.nonnull institution "institution" bibinfo.warn output address "address" bibinfo.check output format.date "year" output.check format.note output format.eprint output format.url output fin.entry } FUNCTION {unpublished} { output.bibitem format.authors "author" output.check author format.key output format.date.misc format.note "note" output.check format.eprint output format.url output fin.entry } FUNCTION {default.type} { misc } READ FUNCTION {sortify} { purify$ "l" change.case$ } INTEGERS { len } FUNCTION {chop.word} { 's := 'len := s #1 len substring$ = { s len #1 + global.max$ substring$ } 's if$ } FUNCTION {format.lab.names} { 's := "" 't := s #1 "{vv~}{ll}" format.name$ s num.names$ duplicate$ #2 > { pop$ " " * bbl.etal * cite.name.font "others" 't := } { #2 < 'skip$ { s #2 "{ff }{vv }{ll}{ jj}" format.name$ "others" = { " " * bbl.etal * cite.name.font "others" 't := } { bbl.and space.word * s #2 "{vv~}{ll}" format.name$ * } if$ } if$ } if$ t "others" = 'skip$ { cite.name.font } if$ } FUNCTION {author.key.label} { author empty$ { key empty$ { cite$ #1 #3 substring$ } 'key if$ } { author format.lab.names } if$ } FUNCTION {author.editor.key.label} { author empty$ { editor empty$ { key empty$ { cite$ #1 #3 substring$ } 'key if$ } { editor format.lab.names } if$ } { author format.lab.names } if$ } FUNCTION {editor.key.label} { editor empty$ { key empty$ { cite$ #1 #3 substring$ } 'key if$ } { editor format.lab.names } if$ } FUNCTION {calc.short.authors} { type$ "book" = type$ "inbook" = or 'author.editor.key.label { type$ "proceedings" = 'editor.key.label 'author.key.label if$ } if$ 'short.list := } FUNCTION {calc.label} { calc.short.authors short.list "(" * year duplicate$ empty$ short.list key field.or.null = or { pop$ "" } 'skip$ if$ * 'label := } FUNCTION {sort.format.names} { 's := #1 'nameptr := "" s num.names$ 'numnames := numnames 'namesleft := { namesleft #0 > } { s nameptr "{vv{ } }{ll{ }}{ f{ }}{ jj{ }}" format.name$ 't := nameptr #1 > { nameptr #0 #10 + #1 + = numnames #0 #10 + > and { "others" 't := #1 'namesleft := } 'skip$ if$ " " * namesleft #1 = t "others" = and { "zzzzz" * } { t sortify * } if$ } { t sortify * } if$ nameptr #1 + 'nameptr := namesleft #1 - 'namesleft := } while$ } FUNCTION {sort.format.title} { 't := "A " #2 "An " #3 "The " #4 t chop.word chop.word chop.word sortify #1 global.max$ substring$ } FUNCTION {author.sort} { author empty$ { key empty$ { "to sort, need author or key in " cite$ * warning$ "" } { key sortify } if$ } { author sort.format.names } if$ } FUNCTION {author.editor.sort} { author empty$ { editor empty$ { key empty$ { "to sort, need author, editor, or key in " cite$ * warning$ "" } { key sortify } if$ } { editor sort.format.names } if$ } { author sort.format.names } if$ } FUNCTION {editor.sort} { editor empty$ { key empty$ { "to sort, need editor or key in " cite$ * warning$ "" } { key sortify } if$ } { editor sort.format.names } if$ } INTEGERS { seq.num } FUNCTION {init.seq} { #0 'seq.num :=} EXECUTE {init.seq} FUNCTION {int.to.fix} { "000000000" swap$ int.to.str$ * #-1 #10 substring$ } FUNCTION {presort} { calc.label label sortify " " * seq.num #1 + 'seq.num := seq.num int.to.fix 'sort.label := sort.label * " " * title field.or.null sort.format.title * #1 entry.max$ substring$ 'sort.key$ := } ITERATE {presort} SORT STRINGS { last.label next.extra } INTEGERS { last.extra.num number.label } FUNCTION {initialize.extra.label.stuff} { #0 int.to.chr$ 'last.label := "" 'next.extra := #0 'last.extra.num := #0 'number.label := } FUNCTION {forward.pass} { last.label label = { last.extra.num #1 + 'last.extra.num := last.extra.num int.to.chr$ 'extra.label := } { "a" chr.to.int$ 'last.extra.num := "" 'extra.label := label 'last.label := } if$ number.label #1 + 'number.label := } FUNCTION {reverse.pass} { next.extra "b" = { "a" 'extra.label := } 'skip$ if$ extra.label 'next.extra := extra.label duplicate$ empty$ 'skip$ { "{\natexlab{" swap$ * "}}" * } if$ 'extra.label := label extra.label * 'label := } EXECUTE {initialize.extra.label.stuff} ITERATE {forward.pass} REVERSE {reverse.pass} FUNCTION {bib.sort.order} { sort.label " " * year field.or.null sortify * " " * title field.or.null sort.format.title * #1 entry.max$ substring$ 'sort.key$ := } ITERATE {bib.sort.order} SORT FUNCTION {begin.bib} { preamble$ empty$ 'skip$ { preamble$ write$ newline$ } if$ "\begin{thebibliography}{" number.label int.to.str$ * "}" * write$ newline$ "\expandafter\ifx\csname natexlab\endcsname\relax\def\natexlab#1{#1}\fi" write$ newline$ "\expandafter\ifx\csname bibnamefont\endcsname\relax" write$ newline$ " \def\bibnamefont#1{#1}\fi" write$ newline$ "\expandafter\ifx\csname bibfnamefont\endcsname\relax" write$ newline$ " \def\bibfnamefont#1{#1}\fi" write$ newline$ "\expandafter\ifx\csname citenamefont\endcsname\relax" write$ newline$ " \def\citenamefont#1{#1}\fi" write$ newline$ "\expandafter\ifx\csname url\endcsname\relax" write$ newline$ " \def\url#1{\texttt{#1}}\fi" write$ newline$ "\expandafter\ifx\csname urlprefix\endcsname\relax\def\urlprefix{URL }\fi" write$ newline$ "\providecommand{\bibinfo}[2]{#2}" write$ newline$ "\providecommand{\eprint}[2][]{\url{#2}}" write$ newline$ } EXECUTE {begin.bib} EXECUTE {init.state.consts} ITERATE {call.type$} FUNCTION {end.bib} { newline$ "\end{thebibliography}" write$ newline$ } EXECUTE {end.bib} %% End of customized bst file %% %% End of file `apsrev.bst'. xmds-doc-0~svn.1884/latex/lstlang1.sty0000644000175000017500000017014510007374130017135 0ustar rafaelrafael%% %% This is file `lstlang1.sty', %% generated with the docstrip utility. %% %% The original source files were: %% %% lstdrvrs.dtx (with options: `lang1') %% %% (w)(c) 1996/1997/1998/1999/2000/2001/2002/2003 Carsten Heinz and/or %% any other author listed elsewhere in this file. %% %% This file is distributed under the terms of the LaTeX Project Public %% License from CTAN archives in directory macros/latex/base/lppl.txt. %% Either version 1.0 or, at your option, any later version. %% %% This file is completely free and comes without any warranty. %% %% Send comments and ideas on the package, error reports and additional %% programming languages to . %% \ProvidesFile{lstlang1} [2003/08/13 1.1a listings language file] %% %% ACSL definition (c) 2000 by Andreas Matthias %% \lst@definelanguage{ACSL}[90]{Fortran}% {morekeywords={algorithm,cinterval,constant,derivative,discrete,% dynamic,errtag,initial,interval,maxterval,minterval,% merror,xerror,nsteps,procedural,save,schedule,sort,% table,terminal,termt,variable},% sensitive=false,% morecomment=[l]!% }[keywords, comments]% %% %% Ada 95 definition (c) Torsten Neuer %% \lst@definelanguage[95]{Ada}[83]{Ada}% {morekeywords={abstract,aliased,protected,requeue,tagged,until}}% \lst@definelanguage[83]{Ada}% {morekeywords={abort,abs,accept,access,all,and,array,at,begin,body,% case,constant,declare,delay,delta,digits,do,else,elsif,end,entry,% exception,exit,for,function,generic,goto,if,in,is,limited,loop,% mod,new,not,null,of,or,others,out,package,pragma,private,% procedure,raise,range,record,rem,renames,return,reverse,select,% separate,subtype,task,terminate,then,type,use,when,while,with,% xor},% sensitive=f,% morecomment=[l]--,% morestring=[m]",% percent not defined as stringizer so far morestring=[m]'% }[keywords,comments,strings]% %% %% awk definitions (c) Christoph Giess %% \lst@definelanguage[gnu]{Awk}[POSIX]{Awk}% {morekeywords={and,asort,bindtextdomain,compl,dcgettext,gensub,% lshift,mktime,or,rshift,strftime,strtonum,systime,xor,extension}% }% \lst@definelanguage[POSIX]{Awk}% {keywords={BEGIN,END,close,getline,next,nextfile,print,printf,% system,fflush,atan2,cos,exp,int,log,rand,sin,sqrt,srand,gsub,% index,length,match,split,sprintf,strtonum,sub,substr,tolower,% toupper,if,while,do,for,break,continue,delete,exit,function,% return},% sensitive,% morecomment=[l]\#,% morecomment=[l]//,% morecomment=[s]{/*}{*/},% morestring=[b]"% }[keywords,comments,strings]% %% %% Visual Basic definition (c) 2002 Robert Frank %% \lst@definelanguage[Visual]{Basic} {morekeywords={Abs,Array,Asc,AscB,AscW,Atn,Avg,CBool,CByte,CCur,% CDate,CDbl,Cdec,Choose,Chr,ChrB,ChrW,CInt,CLng,Command,Cos,% Count,CreateObject,CSng,CStr,CurDir,CVar,CVDate,CVErr,Date,% DateAdd,DateDiff,DatePart,DateSerial,DateValue,Day,DDB,Dir,% DoEvents,Environ,EOF,Error,Exp,FileAttr,FileDateTime,FileLen,% Fix,Format,FreeFile,FV,GetAllStrings,GetAttr,% GetAutoServerSettings,GetObject,GetSetting,Hex,Hour,IIf,% IMEStatus,Input,InputB,InputBox,InStr,InstB,Int,Integer,IPmt,% IsArray,IsDate,IsEmpty,IsError,IsMissing,IsNull,IsNumeric,% IsObject,LBound,LCase,Left,LeftB,Len,LenB,LoadPicture,Loc,LOF,% Log,Ltrim,Max,Mid,MidB,Min,Minute,MIRR,Month,MsgBox,Now,NPer,% NPV,Oct,Partition,Pmt,PPmt,PV,QBColor,Rate,RGB,Right,RightB,Rnd,% Rtrim,Second,Seek,Sgn,Shell,Sin,SLN,Space,Spc,Sqr,StDev,StDevP,% Str,StrComp,StrConv,String,Switch,Sum,SYD,Tab,Tan,Time,Timer,% TimeSerial,TimeValue,Trim,TypeName,UBound,Ucase,Val,Var,VarP,% VarType,Weekday,Year},% functions morekeywords=[2]{Accept,Activate,Add,AddCustom,AddFile,AddFromFile,% AddFromTemplate,AddItem,AddNew,AddToAddInToolbar,% AddToolboxProgID,Append,AppendChunk,Arrange,Assert,AsyncRead,% BatchUpdate,BeginTrans,Bind,Cancel,CancelAsyncRead,CancelBatch,% CancelUpdate,CanPropertyChange,CaptureImage,CellText,CellValue,% Circle,Clear,ClearFields,ClearSel,ClearSelCols,Clone,Close,Cls,% ColContaining,ColumnSize,CommitTrans,CompactDatabase,Compose,% Connect,Copy,CopyQueryDef,CreateDatabase,CreateDragImage,% CreateEmbed,CreateField,CreateGroup,CreateIndex,CreateLink,% CreatePreparedStatement,CreatePropery,CreateQuery,% CreateQueryDef,CreateRelation,CreateTableDef,CreateUser,% CreateWorkspace,Customize,Delete,DeleteColumnLabels,% DeleteColumns,DeleteRowLabels,DeleteRows,DoVerb,Drag,Draw,Edit,% EditCopy,EditPaste,EndDoc,EnsureVisible,EstablishConnection,% Execute,ExtractIcon,Fetch,FetchVerbs,Files,FillCache,Find,% FindFirst,FindItem,FindLast,FindNext,FindPrevious,Forward,% GetBookmark,GetChunk,GetClipString,GetData,GetFirstVisible,% GetFormat,GetHeader,GetLineFromChar,GetNumTicks,GetRows,% GetSelectedPart,GetText,GetVisibleCount,GoBack,GoForward,Hide,% HitTest,HoldFields,Idle,InitializeLabels,InsertColumnLabels,% InsertColumns,InsertObjDlg,InsertRowLabels,InsertRows,Item,% KillDoc,Layout,Line,LinkExecute,LinkPoke,LinkRequest,LinkSend,% Listen,LoadFile,LoadResData,LoadResPicture,LoadResString,% LogEvent,MakeCompileFile,MakeReplica,MoreResults,Move,MoveData,% MoveFirst,MoveLast,MoveNext,MovePrevious,NavigateTo,NewPage,% NewPassword,NextRecordset,OLEDrag,OnAddinsUpdate,OnConnection,% OnDisconnection,OnStartupComplete,Open,OpenConnection,% OpenDatabase,OpenQueryDef,OpenRecordset,OpenResultset,OpenURL,% Overlay,PaintPicture,Paste,PastSpecialDlg,PeekData,Play,Point,% PopulatePartial,PopupMenu,Print,PrintForm,PropertyChanged,Pset,% Quit,Raise,RandomDataFill,RandomFillColumns,RandomFillRows,% rdoCreateEnvironment,rdoRegisterDataSource,ReadFromFile,% ReadProperty,Rebind,ReFill,Refresh,RefreshLink,RegisterDatabase,% Reload,Remove,RemoveAddInFromToolbar,RemoveItem,Render,% RepairDatabase,Reply,ReplyAll,Requery,ResetCustom,% ResetCustomLabel,ResolveName,RestoreToolbar,Resync,Rollback,% RollbackTrans,RowBookmark,RowContaining,RowTop,Save,SaveAs,% SaveFile,SaveToFile,SaveToolbar,SaveToOle1File,Scale,ScaleX,% ScaleY,Scroll,Select,SelectAll,SelectPart,SelPrint,Send,% SendData,Set,SetAutoServerSettings,SetData,SetFocus,SetOption,% SetSize,SetText,SetViewport,Show,ShowColor,ShowFont,ShowHelp,% ShowOpen,ShowPrinter,ShowSave,ShowWhatsThis,SignOff,SignOn,Size,% Span,SplitContaining,StartLabelEdit,StartLogging,Stop,% Synchronize,TextHeight,TextWidth,ToDefaults,TwipsToChartPart,% TypeByChartType,Update,UpdateControls,UpdateRecord,UpdateRow,% Upto,WhatsThisMode,WriteProperty,ZOrder},% methods morekeywords=[3]{AccessKeyPress,AfterAddFile,AfterChangeFileName,% AfterCloseFile,AfterColEdit,AfterColUpdate,AfterDelete,% AfterInsert,AfterLabelEdit,AfterRemoveFile,AfterUpdate,% AfterWriteFile,AmbienChanged,ApplyChanges,Associate,% AsyncReadComplete,AxisActivated,AxisLabelActivated,% AxisLabelSelected,AxisLabelUpdated,AxisSelected,% AxisTitleActivated,AxisTitleSelected,AxisTitleUpdated,% AxisUpdated,BeforeClick,BeforeColEdit,BeforeColUpdate,% BeforeConnect,BeforeDelete,BeforeInsert,BeforeLabelEdit,% BeforeLoadFile,BeforeUpdate,ButtonClick,ButtonCompleted,% ButtonGotFocus,ButtonLostFocus,Change,ChartActivated,% ChartSelected,ChartUpdated,Click,ColEdit,Collapse,ColResize,% ColumnClick,Compare,ConfigChageCancelled,ConfigChanged,% ConnectionRequest,DataArrival,DataChanged,DataUpdated,DblClick,% Deactivate,DeviceArrival,DeviceOtherEvent,DeviceQueryRemove,% DeviceQueryRemoveFailed,DeviceRemoveComplete,DeviceRemovePending,% DevModeChange,Disconnect,DisplayChanged,Dissociate,% DoGetNewFileName,Done,DonePainting,DownClick,DragDrop,DragOver,% DropDown,EditProperty,EnterCell,EnterFocus,Event,ExitFocus,% Expand,FootnoteActivated,FootnoteSelected,FootnoteUpdated,% GotFocus,HeadClick,InfoMessage,Initialize,IniProperties,% ItemActivated,ItemAdded,ItemCheck,ItemClick,ItemReloaded,% ItemRemoved,ItemRenamed,ItemSeletected,KeyDown,KeyPress,KeyUp,% LeaveCell,LegendActivated,LegendSelected,LegendUpdated,% LinkClose,LinkError,LinkNotify,LinkOpen,Load,LostFocus,% MouseDown,MouseMove,MouseUp,NodeClick,ObjectMove,% OLECompleteDrag,OLEDragDrop,OLEDragOver,OLEGiveFeedback,% OLESetData,OLEStartDrag,OnAddNew,OnComm,Paint,PanelClick,% PanelDblClick,PathChange,PatternChange,PlotActivated,% PlotSelected,PlotUpdated,PointActivated,PointLabelActivated,% PointLabelSelected,PointLabelUpdated,PointSelected,% PointUpdated,PowerQuerySuspend,PowerResume,PowerStatusChanged,% PowerSuspend,QueryChangeConfig,QueryComplete,QueryCompleted,% QueryTimeout,QueryUnload,ReadProperties,Reposition,% RequestChangeFileName,RequestWriteFile,Resize,ResultsChanged,% RowColChange,RowCurrencyChange,RowResize,RowStatusChanged,% SelChange,SelectionChanged,SendComplete,SendProgress,% SeriesActivated,SeriesSelected,SeriesUpdated,SettingChanged,% SplitChange,StateChanged,StatusUpdate,SysColorsChanged,% Terminate,TimeChanged,TitleActivated,TitleSelected,% TitleActivated,UnboundAddData,UnboundDeleteRow,% UnboundGetRelativeBookmark,UnboundReadData,UnboundWriteData,% Unload,UpClick,Updated,Validate,ValidationError,WillAssociate,% WillChangeData,WillDissociate,WillExecute,WillUpdateRows,% WithEvents,WriteProperties},% VB-events morekeywords=[4]{AppActivate,Base,Beep,Call,Case,ChDir,ChDrive,% Const,Declare,DefBool,DefByte,DefCur,DefDate,DefDbl,DefDec,% DefInt,DefLng,DefObj,DefSng,DefStr,Deftype,DefVar,DeleteSetting,% Dim,Do,Else,ElseIf,End,Enum,Erase,Event,Exit,Explicit,FileCopy,% For,ForEach,Friend,Function,Get,GoSub,GoTo,If,Implements,Kill,% Let,LineInput,Lock,Lset,MkDir,Name,Next,OnError,On,Option,% Private,Property,Public,Put,RaiseEvent,Randomize,ReDim,Rem,% Reset,Resume,Return,RmDir,Rset,SavePicture,SaveSetting,% SendKeys,SetAttr,Static,Sub,Then,Type,Unlock,Wend,While,Width,% With,Write},% statements sensitive=false,% keywordcomment=rem,% MoreSelectCharTable=\def\lst@BeginKC@{% chmod \lst@ResetToken \lst@BeginComment\lst@GPmode{{\lst@commentstyle}% \lst@Lmodetrue\lst@modetrue}\@empty},% morecomment=[l]{'},% morecomment=[s]{/*}{*/},% morestring=[b]",% }[keywords,comments,strings,keywordcomments] \lst@definelanguage[ANSI]{C++}[ISO]{C++}{}% \lst@definelanguage[GNU]{C++}[ISO]{C++}% {morekeywords={__attribute__,__extension__,__restrict,__restrict__,% typeof,__typeof__},% }% \lst@definelanguage[Visual]{C++}[ISO]{C++}% {morekeywords={__asm,__based,__cdecl,__declspec,dllexport,% dllimport,__except,__fastcall,__finally,__inline,__int8,__int16,% __int32,__int64,naked,__stdcall,thread,__try,__leave},% }% \lst@definelanguage[ISO]{C++}[ANSI]{C}% {morekeywords={and,and_eq,asm,bad_cast,bad_typeid,bitand,bitor,bool,% catch,class,compl,const_cast,delete,dynamic_cast,explicit,export,% false,friend,inline,mutable,namespace,new,not,not_eq,operator,or,% or_eq,private,protected,public,reinterpret_cast,static_cast,% template,this,throw,true,try,typeid,type_info,typename,using,% virtual,wchar_t,xor,xor_eq},% }% %% %% Objective-C definition (c) 1997 Detlev Droege %% \lst@definelanguage[Objective]{C}[ANSI]{C} {morekeywords={bycopy,id,in,inout,oneway,out,self,super,% @class,@defs,@encode,@end,@implementation,@interface,@private,% @protected,@protocol,@public,@selector},% moredirectives={import}% }% \lst@definelanguage[ANSI]{C}% {morekeywords={auto,break,case,char,const,continue,default,do,double,% else,enum,extern,float,for,goto,if,int,long,register,return,% short,signed,sizeof,static,struct,switch,typedef,union,unsigned,% void,volatile,while},% sensitive,% morecomment=[s]{/*}{*/},% morecomment=[l]//,% nonstandard morestring=[b]",% morestring=[b]',% moredelim=*[directive]\#,% moredirectives={define,elif,else,endif,error,if,ifdef,ifndef,line,% include,pragma,undef,warning}% }[keywords,comments,strings,directives]% %% %% C-Sharp definition (c) 2002 Martin Brodbeck %% \lst@definelanguage[Sharp]{C}% {morekeywords={abstract,base,bool,break,byte,case,catch,char,checked,% class,const,continue,decimal,default,delegate,do,double,else,% enum,event,explicit,extern,false,finally,fixed,float,for,foreach,% goto,if,implicit,in,int,interface,internal,is,lock,long,% namespace,new,null,object,operator,out,override,params,private,% protected,public,readonly,ref,return,sbyte,sealed,short,sizeof,% static,string,struct,switch,this,throw,true,try,typeof,uint,% ulong,unchecked,unsafe,ushort,using,virtual,void,while},% sensitive,% morecomment=[s]{/*}{*/},% morecomment=[l]//,% morestring=[b]" }[keywords,comments,strings]% %% %% csh definition (c) 1998 Kai Below %% \lst@definelanguage{csh} {morekeywords={alias,awk,cat,echo,else,end,endif,endsw,exec,exit,% foreach,glob,goto,history,if,logout,nice,nohup,onintr,repeat,sed,% set,setenv,shift,source,switch,then,time,while,umask,unalias,% unset,wait,while,@,env,argv,child,home,ignoreeof,noclobber,% noglob,nomatch,path,prompt,shell,status,verbose,print,printf,% sqrt,BEGIN,END},% morecomment=[l]\#,% morestring=[d]"% }[keywords,comments,strings]% \lst@definelanguage[90]{Fortran}[95]{Fortran}{} \lst@definelanguage[95]{Fortran}[77]{Fortran}% {deletekeywords=SAVE,% morekeywords={ACTION,ADVANCE,ALLOCATE,ALLOCATABLE,ASSIGNMENT,CASE,% CONTAINS,CYCLE,DEALLOCATE,DEFAULT,DELIM,EXIT,INCLUDE,IN,NONE,IN,% OUT,INTENT,INTERFACE,IOLENGTH,KIND,LEN,MODULE,NAME,NAMELIST,NMT,% NULLIFY,ONLY,OPERATOR,OPTIONAL,OUT,PAD,POINTER,POSITION,PRIVATE,% PUBLIC,READWRITE,RECURSIVE,RESULT,SELECT,SEQUENCE,SIZE,STAT,% TARGET,USE,WHERE,WHILE,BLOCKDATA,DOUBLEPRECISION,ELSEIF,% ENDBLOCKDATA,ENDDO,ENDFILE,ENDFUNCTION,ENDIF,ENDINTERFACE,% ENDMODULE,ENDPROGRAM,ENDSELECT,ENDSUBROUTINE,ENDTYPE,ENDWHERE,% GOTO,INOUT,SELECTCASE},% deletecomment=[f],% no fixed comment line: 1998 Magne Rudshaug morecomment=[l]!% }% \lst@definelanguage[77]{Fortran}% {morekeywords={ACCESS,ASSIGN,BACKSPACE,BLANK,BLOCK,CALL,CHARACTER,% CLOSE,COMMON,COMPLEX,CONTINUE,DATA,DIMENSION,DIRECT,DO,DOUBLE,% ELSE,END,ENTRY,EOF,EQUIVALENCE,ERR,EXIST,EXTERNAL,FILE,FMT,FORM,% FORMAT,FORMATTED,FUNCTION,GO,TO,IF,IMPLICIT,INQUIRE,INTEGER,% INTRINSIC,IOSTAT,LOGICAL,NAMED,NEXTREC,NUMBER,OPEN,OPENED,% PARAMETER,PAUSE,PRECISION,PRINT,PROGRAM,READ,REAL,REC,RECL,% RETURN,REWIND,SEQUENTIAL,STATUS,STOP,SUBROUTINE,THEN,TYPE,% UNFORMATTED,UNIT,WRITE,SAVE},% sensitive=f,%% not Fortran standard %% morecomment=[f]*,% morecomment=[f]C,% morecomment=[f]c,% morestring=[d]"% }[keywords,comments,strings]% \lst@definelanguage{HTML}% {morekeywords={A,ADDRESS,APPLET,B,BASE,BASEFONT,BIG,BLOCKQUOTE,BODY,% BR,CENTER,CITE,CODE,DFN,DIR,DIV,DOCTYPE,EM,FONT,FORM,HEAD,HR,% H1,H2,H3,H4,H5,H6,HTML,I,IMG,INPUT,ISINDEX,KBD,LI,LINK,LISTING,% MAP,META,MENU,P,PLAINTEXT,PRE,OL,SAMP,SCRIPT,SELECT,SMALL,STRIKE,% STRING,SUB,SUP,STYLE,TABLE,TEXTAREA,TITLE,TT,U,UL,VAR,XMP,% action,align,alink,alt,background,bgcolor,border,cellpadding,% cellspacing,checked,code,codebase,color,cols,colspan,entype,% height,href,hspace,ismap,link,maxlength,method,multiple,name,% noshade,nowrap,rel,rev,rows,rowspan,selected,shape,size,src,text,% title,type,usemap,valign,value,vlink,vspace,width},% tag=**[s]<>,% sensitive=f,% morestring=[d]",% ??? doubled MoreSelectCharTable=% \lst@CArgX--\relax\lst@DefDelimB{}{}% {\ifnum\lst@mode=\lst@tagmode\else \expandafter\@gobblethree \fi}% \lst@BeginComment\lst@commentmode{{\lst@commentstyle}}% \lst@CArgX--\relax\lst@DefDelimE{}{}{}% \lst@EndComment\lst@commentmode }[keywords,comments,strings,html]% %% %% AspectJ definition (c) Robert Wenner %% \lst@definelanguage[AspectJ]{Java}[]{Java}% {morekeywords={% adviceexecution,after,args,around,aspect,aspectOf,before,% call,cflow,cflowbelow,% execution,get,handler,if,initialization,issingleton,pointcut,% percflow,percflowbelow,perthis,pertarget,preinitialization,% privileged,proceed,returning,set,staticinitialization,strictfp,% target,this,thisEnclosingJoinPoint,thisJoinPoint,throwing,% within,withincode}% }% \lst@definelanguage{Java}% {morekeywords={abstract,boolean,break,byte,case,catch,char,class,% const,continue,default,do,double,else,extends,false,final,% finally,float,for,goto,if,implements,import,instanceof,int,% interface,label,long,native,new,null,package,private,protected,% public,return,short,static,super,switch,synchronized,this,throw,% throws,transient,true,try,void,volatile,while},% sensitive,% morecomment=[l]//,% morecomment=[s]{/*}{*/},% morestring=[b]",% morestring=[b]',% }[keywords,comments,strings]% \lst@definelanguage{Matlab}% {morekeywords={gt,lt,gt,lt,amp,abs,acos,acosh,acot,acoth,acsc,acsch,% all,angle,ans,any,asec,asech,asin,asinh,atan,atan2,atanh,auread,% auwrite,axes,axis,balance,bar,bessel,besselk,bessely,beta,% betainc,betaln,blanks,bone,break,brighten,capture,cart2pol,% cart2sph,caxis,cd,cdf2rdf,cedit,ceil,chol,cla,clabel,clc,clear,% clf,clock,close,colmmd,Colon,colorbar,colormap,ColorSpec,colperm,% comet,comet3,compan,compass,computer,cond,condest,conj,contour,% contour3,contourc,contrast,conv,conv2,cool,copper,corrcoef,cos,% cosh,cot,coth,cov,cplxpair,cputime,cross,csc,csch,csvread,% csvwrite,cumprod,cumsum,cylinder,date,dbclear,dbcont,dbdown,% dbquit,dbstack,dbstatus,dbstep,dbstop,dbtype,dbup,ddeadv,ddeexec,% ddeinit,ddepoke,ddereq,ddeterm,ddeunadv,deblank,dec2hex,deconv,% del2,delete,demo,det,diag,diary,diff,diffuse,dir,disp,dlmread,% dlmwrite,dmperm,dot,drawnow,echo,eig,ellipj,ellipke,else,elseif,% end,engClose,engEvalString,engGetFull,engGetMatrix,engOpen,% engOutputBuffer,engPutFull,engPutMatrix,engSetEvalCallback,% engSetEvalTimeout,engWinInit,eps,erf,erfc,erfcx,erfinv,error,% errorbar,etime,etree,eval,exist,exp,expint,expm,expo,eye,fclose,% feather,feof,ferror,feval,fft,fft2,fftshift,fgetl,fgets,figure,% fill,fill3,filter,filter2,find,findstr,finite,fix,flag,fliplr,% flipud,floor,flops,fmin,fmins,fopen,for,format,fplot,fprintf,% fread,frewind,fscanf,fseek,ftell,full,function,funm,fwrite,fzero,% gallery,gamma,gammainc,gammaln,gca,gcd,gcf,gco,get,getenv,% getframe,ginput,global,gplot,gradient,gray,graymon,grid,griddata,% gtext,hadamard,hankel,help,hess,hex2dec,hex2num,hidden,hilb,hist,% hold,home,hostid,hot,hsv,hsv2rgb,if,ifft,ifft2,imag,image,% imagesc,Inf,info,input,int2str,interp1,interp2,interpft,inv,% invhilb,isempty,isglobal,ishold,isieee,isinf,isletter,isnan,% isreal,isspace,issparse,isstr,jet,keyboard,kron,lasterr,lcm,% legend,legendre,length,lin2mu,line,linspace,load,log,log10,log2,% loglog,logm,logspace,lookfor,lower,ls,lscov,lu,magic,matClose,% matDeleteMatrix,matGetDir,matGetFp,matGetFull,matGetMatrix,% matGetNextMatrix,matGetString,matlabrc,matlabroot,matOpen,% matPutFull,matPutMatrix,matPutString,max,mean,median,menu,mesh,% meshc,meshgrid,meshz,mexAtExit,mexCallMATLAB,mexdebug,% mexErrMsgTxt,mexEvalString,mexFunction,mexGetFull,mexGetMatrix,% mexGetMatrixPtr,mexPrintf,mexPutFull,mexPutMatrix,mexSetTrapFlag,% min,more,movie,moviein,mu2lin,mxCalloc,mxCopyCharacterToPtr,% mxCopyComplex16ToPtr,mxCopyInteger4ToPtr,mxCopyPtrToCharacter,% mxCopyPtrToComplex16,mxCopyPtrToInteger4,mxCopyPtrToReal8,% mxCopyReal8ToPtr,mxCreateFull,mxCreateSparse,mxCreateString,% mxFree,mxFreeMatrix,mxGetIr,mxGetJc,mxGetM,mxGetN,mxGetName,% mxGetNzmax,mxGetPi,mxGetPr,mxGetScalar,mxGetString,mxIsComplex,% mxIsFull,mxIsNumeric,mxIsSparse,mxIsString,mxIsTypeDouble,% mxSetIr,mxSetJc,mxSetM,mxSetN,mxSetName,mxSetNzmax,mxSetPi,% mxSetPr,NaN,nargchk,nargin,nargout,newplot,nextpow2,nnls,nnz,% nonzeros,norm,normest,null,num2str,nzmax,ode23,ode45,orient,orth,% pack,pascal,patch,path,pause,pcolor,pi,pink,pinv,plot,plot3,% pol2cart,polar,poly,polyder,polyeig,polyfit,polyval,polyvalm,% pow2,print,printopt,prism,prod,pwd,qr,qrdelete,qrinsert,quad,% quad8,quit,quiver,qz,rand,randn,randperm,rank,rat,rats,rbbox,% rcond,real,realmax,realmin,refresh,rem,reset,reshape,residue,% return,rgb2hsv,rgbplot,rootobject,roots,rose,rosser,rot90,rotate,% round,rref,rrefmovie,rsf2csf,save,saxis,schur,sec,sech,semilogx,% semilogy,set,setstr,shading,sign,sin,sinh,size,slice,sort,sound,% spalloc,sparse,spaugment,spconvert,spdiags,specular,speye,spfun,% sph2cart,sphere,spinmap,spline,spones,spparms,sprandn,sprandsym,% sprank,sprintf,spy,sqrt,sqrtm,sscanf,stairs,startup,std,stem,% str2mat,str2num,strcmp,strings,strrep,strtok,subplot,subscribe,% subspace,sum,surf,surface,surfc,surfl,surfnorm,svd,symbfact,% symmmd,symrcm,tan,tanh,tempdir,tempname,terminal,text,tic,title,% toc,toeplitz,trace,trapz,tril,triu,type,uicontrol,uigetfile,% uimenu,uiputfile,unix,unwrap,upper,vander,ver,version,view,% viewmtx,waitforbuttonpress,waterfall,wavread,wavwrite,what,% whatsnew,which,while,white,whitebg,who,whos,wilkinson,wk1read,% wk1write,xlabel,xor,ylabel,zeros,zlabel,zoom},% sensitive,% morecomment=[l]\%,% morestring=[m]'% }[keywords,comments,strings]% %% %% Mathematica definitions (c) 1999 Michael Wiese %% \lst@definelanguage[3.0]{Mathematica}[1.0]{Mathematica}% {morekeywords={Abort,AbortProtect,AbsoluteDashing,AbsolutePointSize,% AbsoluteThickness,AbsoluteTime,AccountingFormAiry,AiPrime,AiryBi,% AiryBiPrime,Alternatives,AnchoredSearch,AxesEdge,AxesOrigin,% AxesStyle,Background,BetaRegularized,BoxStyle,C,CheckAbort,% Circle,ClebschGordan,CMYKColor,ColorFunction,ColorOutput,Compile,% Compiled,CompiledFunction,ComplexExpand,ComposeList,Composition,% ConstrainedMax,ConstrainedMin,Contexts,ContextToFilename,% ContourLines,Contours,ContourShading,ContourSmoothing,% ContourStyle,CopyDirectory,CopyFile,CosIntegral,CreateDirectory,% Cuboid,Date,DeclarePackage,DefaultColor,DefaultFont,Delete,% DeleteCases,DeleteDirectory,DeleteFile,Dialog,DialogIndent,% DialogProlog,DialogSymbols,DigitQ,Directory,DirectoryStack,Disk,% Dispatch,DownValues,DSolve,Encode,Epilog,Erfc,Evaluate,% ExponentFunction,FaceGrids,FileByteCount,FileDate,FileNames,% FileType,Find,FindList,FixedPointList,FlattenAt,Fold,FoldList,% Frame,FrameLabel,FrameStyle,FrameTicks,FromCharacterCode,% FromDate,FullGraphics,FullOptions,GammaRegularized,% GaussianIntegers,GraphicsArray,GraphicsSpacing,GridLines,% GroebnerBasis,Heads,HeldPart,HomeDirectory,Hue,IgnoreCases,% InputStream,Install,InString,IntegerDigits,InterpolatingFunction,% InterpolatingPolynomial,Interpolation,Interrupt,InverseFunction,% InverseFunctions,JacobiZeta,LetterQ,LinearProgramming,ListPlay,% LogGamma,LowerCaseQ,MachineNumberQ,MantissaExponent,MapIndexed,% MapThread,MatchLocalNames,MatrixExp,MatrixPower,MeshRange,% MeshStyle,MessageList,Module,NDSolve,NSolve,NullRecords,% NullWords,NumberFormat,NumberPadding,NumberSigns,OutputStream,% PaddedForm,ParentDirectory,Pause,Play,PlayRange,PlotRegion,% PolygonIntersections,PolynomialGCD,PolynomialLCM,PolynomialMod,% PostScript,PowerExpand,PrecisionGoal,PrimePi,Prolog,% QRDecomposition,Raster,RasterArray,RealDigits,Record,RecordLists,% RecordSeparators,ReleaseHold,RenameDirectory,RenameFile,% ReplaceHeldPart,ReplacePart,ResetDirectory,Residue,% RiemannSiegelTheta,RiemannSiegelZ,RotateLabel,SameTest,% SampleDepth,SampledSoundFunction,SampledSoundList,SampleRate,% SchurDecomposition,SessionTime,SetAccuracy,SetDirectory,% SetFileDate,SetPrecision,SetStreamPosition,Shallow,SignPadding,% SinIntegral,SixJSymbol,Skip,Sound,SpellingCorrection,% SphericalRegion,Stack,StackBegin,StackComplete,StackInhibit,% StreamPosition,Streams,StringByteCount,StringConversion,% StringDrop,StringInsert,StringPosition,StringReplace,% StringReverse,StringTake,StringToStream,SurfaceColor,% SyntaxLength,SyntaxQ,TableAlignments,TableDepth,% TableDirections,TableHeadings,TableSpacing,ThreeJSymbol,TimeUsed,% TimeZone,ToCharacterCode,ToDate,ToHeldExpression,TokenWords,% ToLowerCase,ToUpperCase,Trace,TraceAbove,TraceBackward,% TraceDepth,TraceDialog,TraceForward,TraceOff,TraceOn,% TraceOriginal,TracePrint,TraceScan,Trig,Unevaluated,Uninstall,% UnsameQ,UpperCaseQ,UpValues,ViewCenter,ViewVertical,With,Word,% WordSearch,WordSeparators},% morendkeywords={Stub,Temporary,$Aborted,$BatchInput,$BatchOutput,% $CreationDate,$DefaultFont,$DumpDates,$DumpSupported,$Failed,% $Input,$Inspector,$IterationLimit,$Language,$Letters,$Linked,% $LinkSupported,$MachineEpsilon,$MachineID,$MachineName,% $MachinePrecision,$MachineType,$MaxMachineNumber,$MessageList,% $MessagePrePrint,$MinMachineNumber,$ModuleNumber,$NewMessage,% $NewSymbol,$Notebooks,$OperatingSystem,$Packages,$PipeSupported,% $PreRead,$ReleaseNumber,$SessionID,$SoundDisplayFunction,% $StringConversion,$StringOrder,$SyntaxHandler,$TimeUnit,% $VersionNumber}% }% \lst@definelanguage[1.0]{Mathematica}% {morekeywords={Abs,Accuracy,AccurayGoal,AddTo,AiryAi,AlgebraicRules,% AmbientLight,And,Apart,Append,AppendTo,Apply,ArcCos,ArcCosh,% ArcCot,ArcCoth,ArcCsc,ArcCsch,ArcSec,ArcSech,ArcSin,ArcSinh,% ArcTan,ArcTanh,Arg,ArithmeticGeometricMean,Array,AspectRatio,% AtomQ,Attributes,Axes,AxesLabel,BaseForm,Begin,BeginPackage,% BernoulliB,BesselI,BesselJ,BesselK,BesselY,Beta,Binomial,Blank,% BlankNullSequence,BlankSequence,Block,Boxed,BoxRatios,Break,Byte,% ByteCount,Cancel,Cases,Catch,Ceiling,CForm,Character,Characters,% ChebyshevT,ChebyshevU,Check,Chop,Clear,ClearAll,ClearAttributes,% ClipFill,Close,Coefficient,CoefficientList,Collect,ColumnForm,% Complement,Complex,CompoundExpression,Condition,Conjugate,% Constants,Context,Continuation,Continue,ContourGraphics,% ContourPlot,Cos,Cosh,Cot,Coth,Count,Csc,Csch,Cubics,Cyclotomic,% D,Dashing,Decompose,Decrement,Default,Definition,Denominator,% DensityGraphics,DensityPlot,Depth,Derivative,Det,DiagonalMatrix,% DigitBlock,Dimensions,DirectedInfinity,Display,DisplayFunction,% Distribute,Divide,DivideBy,Divisors,DivisorSigma,Do,Dot,Drop,Dt,% Dump,EdgeForm,Eigensystem,Eigenvalues,Eigenvectors,Eliminate,% EllipticE,EllipticExp,EllipticF,EllipticK,EllipticLog,EllipticPi,% EllipticTheta,End,EndPackage,EngineeringForm,Environment,Equal,% Erf,EulerE,EulerPhi,EvenQ,Exit,Exp,Expand,ExpandAll,% ExpandDenominator,ExpandNumerator,ExpIntegralE,ExpIntegralEi,% Exponent,Expression,ExtendedGCD,FaceForm,Factor,FactorComplete,% Factorial,Factorial2,FactorInteger,FactorList,FactorSquareFree,% FactorSquareFreeList,FactorTerms,FactorTermsList,FindMinimum,% FindRoot,First,Fit,FixedPoint,Flatten,Floor,FontForm,For,Format,% FormatType,FortranForm,Fourier,FreeQ,FullDefinition,FullForm,% Function,Gamma,GCD,GegenbauerC,General,Get,Goto,Graphics,% Graphics3D,GrayLevel,Greater,GreaterEqual,Head,HermiteH,% HiddenSurface,Hold,HoldForm,Hypergeometric0F1, Hypergeometric1F1,% Hypergeometric2F1,HypergeometricU,Identity,IdentityMatrix,If,Im,% Implies,In,Increment,Indent,Infix,Information,Inner,Input,% InputForm,InputString,Insert,Integer,IntegerQ,Integrate,% Intersection,Inverse,InverseFourier,InverseJacobiSN,% InverseSeries,JacobiAmplitude,JacobiP,JacobiSN,JacobiSymbol,Join,% Label,LaguerreL,Last,LatticeReduce,LCM,LeafCount,LegendreP,% LegendreQ,LegendreType,Length,LerchPhi,Less,LessEqual,Level,% Lighting,LightSources,Limit,Line,LinearSolve,LineBreak,List,% ListContourPlot,ListDensityPlot,ListPlot,ListPlot3D,Literal,Log,% LogicalExpand,LogIntegral,MainSolve,Map,MapAll,MapAt,MatchQ,% MatrixForm,MatrixQ,Max,MaxBend,MaxMemoryUsed,MemberQ,% MemoryConstrained,MemoryInUse,Mesh,Message,MessageName,Messages,% Min,Minors,Minus,Mod,Modulus,MoebiusMu,Multinomial,N,NameQ,Names,% NBernoulliB,Needs,Negative,Nest,NestList,NIntegrate,% NonCommutativeMultiply,NonConstants,NonNegative,Normal,Not,% NProduct,NSum,NullSpace,Number,NumberForm,NumberPoint,NumberQ,% NumberSeparator,Numerator,O,OddQ,Off,On,OpenAppend,OpenRead,% OpenTemporary,OpenWrite,Operate,Optional,Options,Or,Order,% OrderedQ,Out,Outer,OutputForm,PageHeight,PageWidth,% ParametricPlot,ParametricPlot3D,Part,Partition,PartitionsP,% PartitionsQ,Pattern,Permutations,Plot,Plot3D,PlotDivision,% PlotJoined,PlotLabel,PlotPoints,PlotRange,PlotStyle,Pochhammer,% Plus,Point,PointSize,PolyGamma,Polygon,PolyLog,PolynomialQ,% PolynomialQuotient,PolynomialRemainder,Position,Positive,Postfix,% Power,PowerMod,PrecedenceForm,Precision,PreDecrement,Prefix,% PreIncrement,Prepend,PrependTo,Prime,PrimeQ,Print,PrintForm,% Product,Protect,PseudoInverse,Put,PutAppend,Quartics,Quit,% Quotient,Random,Range,Rational,Rationalize,Raw,Re,Read,ReadList,% Real,Rectangle,Reduce,Remove,RenderAll,Repeated,RepeatedNull,% Replace,ReplaceAll,ReplaceRepeated,Rest,Resultant,Return,Reverse,% RGBColor,Roots,RotateLeft,RotateRight,Round,RowReduce,Rule,% RuleDelayed,Run,RunThrough,SameQ,Save,Scaled,Scan,ScientificForm,% Sec,Sech,SeedRandom,Select,Sequence,SequenceForm,Series,% SeriesData,Set,SetAttributes,SetDelayed,SetOptions,Shading,Share,% Short,Show,Sign,Signature,Simplify,Sin,SingularValues,Sinh,% Skeleton,Slot,SlotSequence,Solve,SolveAlways,Sort,% SphericalHarmonicY,Splice,Sqrt,StirlingS1,StirlingS2,String,% StringBreak,StringForm,StringJoin,StringLength,StringMatchQ,% StringSkeleton,Subscript,Subscripted,Subtract,SubtractForm,Sum,% Superscript,SurfaceGraphics,Switch,Symbol,Table,TableForm,TagSet,% TagSetDelayed,TagUnset,Take,Tan,Tanh,ToString,TensorRank,TeXForm,% Text,TextForm,Thickness,Thread,Through,Throw,Ticks,% TimeConstrained,Times,TimesBy,Timing,ToExpression,Together,% ToRules,ToString,TotalHeight,TotalWidth,Transpose,TreeForm,TrueQ,% Unequal,Union,Unique,Unprotect,Unset,Update,UpSet,UpSetDelayed,% ValueQ,Variables,VectorQ,ViewPoint,WeierstrassP,% WeierstrassPPrime,Which,While,WorkingPrecision,Write,WriteString,% Xor,ZeroTest,Zeta},% morendkeywords={All,Automatic,Catalan,ComplexInfinity,Constant,% Degree,E,EndOfFile,EulerGamma,False,Flat,GoldenRatio,HoldAll,% HoldFirst,HoldRest,I,Indeterminate,Infinity,Listable,Locked,% Modular,None,Null,OneIdentity,Orderless,Pi,Protected,% ReadProtected,True,$CommandLine,$Context,$ContextPath,$Display,% $DisplayFunction,$Echo,$Epilog,$IgnoreEOF,$Line,$Messages,% $Output,$Path,$Post,$Pre,$PrePrint,$RecursionLimit,$System,% $Urgent,$Version},% sensitive,% morecomment=[s]{(*}{*)},% morestring=[d]"% }[keywords,comments,strings]% %% %% Octave definition (c) 2001,2002 Ulrich G. Wortmann %% \lst@definelanguage{Octave}% {morekeywords={gt,lt,gt,lt,amp,abs,acos,acosh,acot,acoth,acsc,acsch,% all,angle,ans,any,asec,asech,asin,asinh,atan,atan2,atanh,auread,% auwrite,axes,axis,balance,bar,bessel,besselk,bessely,beta,% betainc,betaln,blanks,bone,break,brighten,capture,cart2pol,% cart2sph,caxis,cd,cdf2rdf,cedit,ceil,chol,cla,clabel,clc,clear,% clf,clock,close,colmmd,Colon,colorbar,colormap,ColorSpec,colperm,% comet,comet3,compan,compass,computer,cond,condest,conj,contour,% contour3,contourc,contrast,conv,conv2,cool,copper,corrcoef,cos,% cosh,cot,coth,cov,cplxpair,cputime,cross,csc,csch,csvread,% csvwrite,cumprod,cumsum,cylinder,date,dbclear,dbcont,dbdown,% dbquit,dbstack,dbstatus,dbstep,dbstop,dbtype,dbup,ddeadv,ddeexec,% ddeinit,ddepoke,ddereq,ddeterm,ddeunadv,deblank,dec2hex,deconv,% del2,delete,demo,det,diag,diary,diff,diffuse,dir,disp,dlmread,% dlmwrite,dmperm,dot,drawnow,echo,eig,ellipj,ellipke,else,elseif,% end,engClose,engEvalString,engGetFull,engGetMatrix,engOpen,% engOutputBuffer,engPutFull,engPutMatrix,engSetEvalCallback,% engSetEvalTimeout,engWinInit,eps,erf,erfc,erfcx,erfinv,% errorbar,etime,etree,eval,exist,exp,expint,expm,expo,eye,fclose,% feather,feof,ferror,feval,fft,fft2,fftshift,fgetl,fgets,figure,% fill,fill3,filter,filter2,find,findstr,finite,fix,flag,fliplr,% flipud,floor,flops,fmin,fmins,fopen,for,format,fplot,fprintf,% fread,frewind,fscanf,fseek,ftell,full,function,funm,fwrite,fzero,% gallery,gamma,gammainc,gammaln,gca,gcd,gcf,gco,get,getenv,% getframe,ginput,global,gplot,gradient,gray,graymon,grid,griddata,% gtext,hadamard,hankel,help,hess,hex2dec,hex2num,hidden,hilb,hist,% hold,home,hostid,hot,hsv,hsv2rgb,if,ifft,ifft2,imag,image,% imagesc,Inf,info,input,int2str,interp1,interp2,interpft,inv,% invhilb,isempty,isglobal,ishold,isieee,isinf,isletter,isnan,% isreal,isspace,issparse,isstr,jet,keyboard,kron,lasterr,lcm,% legend,legendre,length,lin2mu,line,linspace,load,log,log10,log2,% loglog,logm,logspace,lookfor,lower,ls,lscov,lu,magic,matClose,% matDeleteMatrix,matGetDir,matGetFp,matGetFull,matGetMatrix,% matGetNextMatrix,matGetString,matlabrc,matlabroot,matOpen,% matPutFull,matPutMatrix,matPutString,max,mean,median,menu,mesh,% meshc,meshgrid,meshz,mexAtExit,mexCallMATLAB,mexdebug,% mexErrMsgTxt,mexEvalString,mexFunction,mexGetFull,mexGetMatrix,% mexGetMatrixPtr,mexPrintf,mexPutFull,mexPutMatrix,mexSetTrapFlag,% min,more,movie,moviein,mu2lin,mxCalloc,mxCopyCharacterToPtr,% mxCopyComplex16ToPtr,mxCopyInteger4ToPtr,mxCopyPtrToCharacter,% mxCopyPtrToComplex16,mxCopyPtrToInteger4,mxCopyPtrToReal8,% mxCopyReal8ToPtr,mxCreateFull,mxCreateSparse,mxCreateString,% mxFree,mxFreeMatrix,mxGetIr,mxGetJc,mxGetM,mxGetN,mxGetName,% mxGetNzmax,mxGetPi,mxGetPr,mxGetScalar,mxGetString,mxIsComplex,% mxIsFull,mxIsNumeric,mxIsSparse,mxIsString,mxIsTypeDouble,% mxSetIr,mxSetJc,mxSetM,mxSetN,mxSetName,mxSetNzmax,mxSetPi,% mxSetPr,NaN,nargchk,nargin,nargout,newplot,nextpow2,nnls,nnz,% nonzeros,norm,normest,null,num2str,nzmax,ode23,ode45,orient,orth,% pack,pascal,patch,path,pause,pcolor,pi,pink,pinv,plot,plot3,% pol2cart,polar,poly,polyder,polyeig,polyfit,polyval,polyvalm,% pow2,print,printopt,prism,prod,pwd,qr,qrdelete,qrinsert,quad,% quad8,quit,quiver,qz,rand,randn,randperm,rank,rat,rats,rbbox,% rcond,real,realmax,realmin,refresh,rem,reset,reshape,residue,% return,rgb2hsv,rgbplot,rootobject,roots,rose,rosser,rot90,rotate,% round,rref,rrefmovie,rsf2csf,save,saxis,schur,sec,sech,semilogx,% semilogy,set,setstr,shading,sign,sin,sinh,size,slice,sort,sound,% spalloc,sparse,spaugment,spconvert,spdiags,specular,speye,spfun,% sph2cart,sphere,spinmap,spline,spones,spparms,sprandn,sprandsym,% sprank,sprintf,spy,sqrt,sqrtm,sscanf,stairs,startup,std,stem,% str2mat,str2num,strcmp,strings,strrep,strtok,subplot,subscribe,% subspace,sum,surf,surface,surfc,surfl,surfnorm,svd,symbfact,% symmmd,symrcm,tan,tanh,tempdir,tempname,terminal,text,tic,title,% toc,toeplitz,trace,trapz,tril,triu,type,uicontrol,uigetfile,% uimenu,uiputfile,unix,unwrap,upper,vander,ver,version,view,% viewmtx,waitforbuttonpress,waterfall,wavread,wavwrite,what,% whatsnew,which,while,white,whitebg,who,whos,wilkinson,wk1read,% stderr,stdout,plot,set,endif,wk1write,xlabel,xor,ylabel,zeros,% zlabel,zoom,endwhile,endfunction},% sensitive=f,% morecomment=[l]\#,% morecomment=[l]\#\#,% morestring=[m]',% morestring=[m]"% }[keywords,comments,strings]% \lst@definelanguage[XSC]{Pascal}[Standard]{Pascal} {deletekeywords={alfa,byte,pack,unpack},% 1998 Andreas Stephan morekeywords={dynamic,external,forward,global,module,nil,operator,% priority,sum,type,use,dispose,mark,page,release,cimatrix,% cinterval,civector,cmatrix,complex,cvector,dotprecision,imatrix,% interval,ivector,rmatrix,rvector,string,im,inf,re,sup,chr,comp,% eof,eoln,expo,image,ival,lb,lbound,length,loc,mant,maxlength,odd,% ord,pos,pred,round,rval,sign,substring,succ,trunc,ub,ubound}% }% \lst@definelanguage[Borland6]{Pascal}[Standard]{Pascal} {morekeywords={asm,constructor,destructor,implementation,inline,% interface,nil,object,shl,shr,string,unit,uses,xor},% morendkeywords={Abs,Addr,ArcTan,Chr,Concat,Copy,Cos,CSeg,DiskFree,% DiskSize,DosExitCode,DosVersion,DSeg,EnvCount,EnvStr,Eof,Eoln,% Exp,FExpand,FilePos,FileSize,Frac,FSearch,GetBkColor,GetColor,% GetDefaultPalette,GetDriverName,GetEnv,GetGraphMode,GetMaxMode,% GetMaxX,GetMaxY,GetModeName,GetPaletteSize,GetPixel,GetX,GetY,% GraphErrorMsg,GraphResult,Hi,ImageSize,InstallUserDriver,% InstallUserFont,Int,IOResult,KeyPressed,Length,Lo,MaxAvail,% MemAvail,MsDos,Odd,Ofs,Ord,OvrGetBuf,OvrGetRetry,ParamCount,% ParamStr,Pi,Pos,Pred,Ptr,Random,ReadKey,Round,SeekEof,SeekEoln,% Seg,SetAspectRatio,Sin,SizeOf,Sound,SPtr,Sqr,Sqrt,SSeg,Succ,% Swap,TextHeight,TextWidth,Trunc,TypeOf,UpCase,WhereX,WhereY,% Append,Arc,Assign,AssignCrt,Bar,Bar3D,BlockRead,BlockWrite,ChDir,% Circle,ClearDevice,ClearViewPort,Close,CloseGraph,ClrEol,ClrScr,% Dec,Delay,Delete,DelLine,DetectGraph,Dispose,DrawPoly,Ellipse,% Erase,Exec,Exit,FillChar,FillEllipse,FillPoly,FindFirst,FindNext,% FloodFill,Flush,FreeMem,FSplit,GetArcCoords,GetAspectRatio,% GetDate,GetDefaultPalette,GetDir,GetCBreak,GetFAttr,% GetFillSettings,GetFTime,GetImage,GetIntVec,GetLineSettings,% GetMem,GetPalette,GetTextSettings,GetTime,GetVerify,% GetViewSettings,GoToXY,Halt,HighVideo,Inc,InitGraph,Insert,% InsLine,Intr,Keep,Line,LineRel,LineTo,LowVideo,Mark,MkDir,Move,% MoveRel,MoveTo,MsDos,New,NormVideo,NoSound,OutText,OutTextXY,% OvrClearBuf,OvrInit,OvrInitEMS,OvrSetBuf,PackTime,PieSlice,% PutImage,PutPixel,Randomize,Rectangle,Release,Rename,% RestoreCrtMode,RmDir,RunError,Sector,Seek,SetActivePage,% SetAllPalette,SetBkColor,SetCBreak,SetColor,SetDate,SetFAttr,% SetFillPattern,SetFillStyle,SetFTime,SetGraphBufSize,% SetGraphMode,SetIntVec,SetLineStyle,SetPalette,SetRGBPalette,% SetTextBuf,SetTextJustify,SetTextStyle,SetTime,SetUserCharSize,% SetVerify,SetViewPort,SetVisualPage,SetWriteMode,Sound,Str,% SwapVectors,TextBackground,TextColor,TextMode,Truncate,% UnpackTime,Val,Window}% }% \lst@definelanguage[Standard]{Pascal}% {morekeywords={alfa,and,array,begin,boolean,byte,case,char,const,div,% do,downto,else,end,false,file,for,function,get,goto,if,in,% integer,label,maxint,mod,new,not,of,or,pack,packed,page,program,% put,procedure,read,readln,real,record,repeat,reset,rewrite,set,% text,then,to,true,type,unpack,until,var,while,with,write,% writeln},% sensitive=f,% morecomment=[s]{(*}{*)},% morecomment=[s]{\{}{\}},% morestring=[d]'% }[keywords,comments,strings]% \lst@definelanguage{Perl}% {morekeywords={abs,accept,alarm,atan2,bind,binmode,bless,caller,% chdir,chmod,chomp,chop,chown,chr,chroot,close,closedir,connect,% continue,cos,crypt,dbmclose,dbmopen,defined,delete,die,do,dump,% each,else,elsif,endgrent,endhostent,endnetent,endprotoent,% endpwent,endservent,eof,eval,exec,exists,exit,exp,fcntl,fileno,% flock,for,foreach,fork,format,formline,getc,getgrent,getgrgid,% getgrnam,gethostbyaddr,gethostbyname,gethostent,getlogin,% getnetbyaddr,getnetbyname,getnetent,getpeername,getpgrp,% getppid,getpriority,getprotobyname,getprotobynumber,getprotoent,% getpwent,getpwnam,getpwuid,getservbyname,getservbyport,% getservent,getsockname,getsockopt,glob,gmtime,goto,grep,hex,if,% import,index,int,ioctl,join,keys,kill,last,lc,lcfirst,length,% link,listen,local,localtime,log,lstat,m,map,mkdir,msgctl,msgget,% msgrcv,msgsnd,my,next,no,oct,open,opendir,ord,pack,package,pipe,% pop,pos,print,printf,prototype,push,q,qq,quotemeta,qw,qx,rand,% read,readdir,readlink,recv,redo,ref,rename,require,reset,return,% reverse,rewinddir,rindex,rmdir,s,scalar,seek,seekdir,select,% semctl,semget,semop,send,setgrent,sethostent,setnetent,setpgrp,% setpriority,setprotoent,setpwent,setservent,setsockopt,shift,% shmctl,shmget,shmread,shmwrite,shutdown,sin,sleep,socket,% socketpair,sort,splice,split,sprintf,sqrt,srand,stat,study,sub,% substr,symlink,syscall,sysopen,sysread,system,syswrite,tell,% telldir,tie,tied,time,times,tr,truncate,uc,ucfirst,umask,undef,% unless,unlink,unpack,unshift,untie,until,use,utime,values,vec,% wait,waitpid,wantarray,warn,while,write,y},% sensitive,% morecomment=[l]\#,% morestring=[b]",% morestring=[b]',% MoreSelectCharTable=% \lst@ReplaceInput{\$\#}{\lst@ProcessOther\$\lst@ProcessOther\#}% }[keywords,comments,strings]% %% %% POV definition (c) 1999 Berthold H\"ollmann %% \lst@definelanguage{POV}% {morekeywords={abs,absorption,acos,acosh,adaptive,adc_bailout,agate,% agate_turb,all,alpha,ambient,ambient_light,angle,aperture,append,% arc_angle,area_light,array,asc,asin,asinh,assumed_gamma,atan,% atan2,atanh,average,background,bezier_spline,bicubic_patch,% black_hole,blob,blue,blur_samples,bounded_by,box,boxed,bozo,% break,brick,brick_size,brightness,brilliance,bumps,bump_map,% bump_size,camera,case,caustics,ceil,checker,chr,clipped_by,clock,% clock_delta,color,color_map,colour,colour_map,component,% composite,concat,cone,confidence,conic_sweep,control0,control1,% cos,cosh,count,crackle,crand,cube,cubic,cubic_spline,cubic_wave,% cylinder,cylindrical,debug,declare,default,defined,degrees,% density,density_file,density_map,dents,difference,diffuse,% dimensions,dimension_size,direction,disc,distance,% distance_maximum,div,eccentricity,else,emission,end,error,% error_bound,exp,extinction,fade_distance,fade_power,falloff,% falloff_angle,false,fclose,file_exists,filter,finish,fisheye,% flatness,flip,floor,focal_point,fog,fog_alt,fog_offset,fog_type,% fopen,frequency,gif,global_settings,gradient,granite,% gray_threshold,green,height_field,hexagon,hf_gray_16,hierarchy,% hollow,hypercomplex,if,ifdef,iff,ifndef,image_map,include,int,% interior,interpolate,intersection,intervals,inverse,ior,irid,% irid_wavelength,jitter,julia_fractal,lambda,lathe,leopard,% light_source,linear_spline,linear_sweep,local,location,log,% looks_like,look_at,low_error_factor,macro,mandel,map_type,marble,% material,material_map,matrix,max,max_intersections,max_iteration,% max_trace_level,media,media_attenuation,media_interaction,merge,% mesh,metallic,min,minimum_reuse,mod,mortar,nearest_count,no,% normal,normal_map,no_shadow,number_of_waves,object,octaves,off,% offset,omega,omnimax,on,once,onion,open,orthographic,panoramic,% perspective,pgm,phase,phong,phong_size,pi,pigment,pigment_map,% planar,plane,png,point_at,poly,polygon,poly_wave,pot,pow,ppm,% precision,prism,pwr,quadratic_spline,quadric,quartic,quaternion,% quick_color,quick_colour,quilted,radial,radians,radiosity,radius,% rainbow,ramp_wave,rand,range,ratio,read,reciprocal,% recursion_limit,red,reflection,reflection_exponent,refraction,% render,repeat,rgb,rgbf,rgbft,rgbt,right,ripples,rotate,roughness,% samples,scale,scallop_wave,scattering,seed,shadowless,sin,% sine_wave,sinh,sky,sky_sphere,slice,slope_map,smooth,% smooth_triangle,sor,specular,sphere,spherical,spiral1,spiral2,% spotlight,spotted,sqr,sqrt,statistics,str,strcmp,strength,strlen,% strlwr,strupr,sturm,substr,superellipsoid,switch,sys,t,tan,tanh,% text,texture,texture_map,tga,thickness,threshold,tightness,tile2,% tiles,torus,track,transform,translate,transmit,triangle,% triangle_wave,true,ttf,turbulence,turb_depth,type,u,% ultra_wide_angle,undef,union,up,use_color,use_colour,use_index,% u_steps,v,val,variance,vaxis_rotate,vcross,vdot,version,vlength,% vnormalize,vrotate,v_steps,warning,warp,water_level,waves,while,% width,wood,wrinkles,write,x,y,yes,z},% moredirectives={break,case,debug,declare,default,else,end,fclose,% fopen,local,macro,read,render,statistics,switch,undef,version,% warning,write},% moredelim=*[directive]\#,% sensitive,% morecomment=[l]//,% morecomment=[s]{/*}{*/},% morestring=[d]",% }[keywords,directives,comments,strings]% %% %% Python definition (c) 1998 Michael Weber %% \lst@definelanguage{Python}% {morekeywords={access,and,break,class,continue,def,del,elif,else,% except,exec,finally,for,from,global,if,import,in,is,lambda,not,% or,pass,print,raise,return,try,while},% sensitive=true,% morecomment=[l]\#,% morecomment=[s]{'''}{'''},% used for documentation text morecomment=[s]{"""}{"""},% added by Philipp Matthias Hahn morestring=[b]',% morestring=[b]"% }% %% %% Scilab definition (c) 2002,2003 Jean-Philippe Grivet %% \lst@definelanguage{Scilab}% {morekeywords={abcd,abinv,abort,abs,acoshm,acosh,acosm,acos,addcolor,% addf,addinter,addmenu,add_edge,add_node,adj2sp,adj_lists,aff2ab,% amell,analpf,analyze,ans,apropos,arc_graph,arc_number,argn,arhnk,% arl2,arma2p,armac,armax1,armax,arma,arsimul,artest,articul,ascii,% asinhm,asinh,asinm,asin,atanhm,atanh,atanm,atan,augment,auread,% auwrite,balanc,balreal,bandwr,basename,bdiag,besseli,besselj,% besselk,bessely,best_match,bezout,bifish,bilin,binomial,black,% bloc2exp,bloc2ss,bode,bool2s,boolean,boucle,break,bstap,buttmag,% bvode,cainv,calerf,calfrq,call,canon,casc,case,ccontrg,cdfbet,% cdfbin,cdfchi,cdfchn,cdffnc,cdff,cdfgam,cdfnbn,cdfnor,cdfpoi,% cdft,ceil,center,cepstrum,chaintest,chain_struct,champ1,champ,% chart,chdir,cheb1mag,cheb2mag,check_graph,check_io,chepol,chfact,% chol,chsolve,circuit,classmarkov,clean,clearfun,clearglobal,% clear,close,cls2dls,cmb_lin,cmndred,cmoment,code2str,coeff,coffg,% coff,colcompr,colcomp,colinout,colormap,colregul,companion,comp,% cond,conj,connex,contour2di,contour2d,contourf,contour,% contract_edge,contrss,contr,cont_frm,cont_mat,convex_hull,convol,% convstr,con_nodes,copfac,copy,correl,corr,coshm,cosh,cosm,cos,% cotg,cothm,coth,covar,csim,cspect,ctr_gram,cumprod,cumsum,% curblock,cycle_basis,czt,c_link,dasrt,dassl,datafit,date,dbphi,% dcf,ddp,debug,dec2hex,deff,definedfields,degree,delbpt,% delete_arcs,delete_nodes,delete,delip,delmenu,demos,denom,% derivative,derivat,des2ss,des2tf,determ,detr,det,dft,dhinf,% dhnorm,diag,diary,diff,diophant,dirname,dispbpt,dispfiles,disp,% dlgamma,double,dragrect,drawaxis,drawlater,drawnow,draw,driver,% dscr,dsearch,dsimul,dtsi,dt_ility,duplicate,edge_number,% edit_curv,edit_graph_menus,edit_graph,edit,eigenmarkov,ell1mag,% elseif,else,emptystr,endfunction,end,eqfir,eqiir,equil1,equil,% ereduc,erfcx,erfc,erf,errbar,errcatch,errclear,error,eval3dp,% eval3d,eval,evans,evstr,excel2sci,execstr,exec,exists,exit,expm,% exp,external,eye,fac3d,factors,faurre,fchamp,fcontour2d,fcontour,% fec,feedback,feval,ffilt,fftshift,fft,fgrayplot,figure,fileinfo,% file,filter,findm,findobj,findx0BD,find_freq,find_path,find,% findABCD,findAC,findBD,findBDK,findR,fit_dat,fix,floor,flts,foo,% formatman,format,fort,for,fourplan,fplot2d,fplot3d1,fplot3d,% fprintf,fprintfMat,frep2tf,freq,freson,frexp,frfit,frmag,fscanf,% fscanfMat,fsfirlin,fsolve,fspecg,fstabst,fstair,ftest,ftuneq,% fullrfk,fullrf,full,fun2string,funcprot,functions,function,% funptr,fusee,gainplot,gamitg,gammaln,gamma,gcare,gcd,gcf,% genfac3d,genlib,genmarkov,gen_net,geom3d,geomean,getblocklabel,% getcolor,getcurblock,getcwd,getdate,getd,getenv,getfield,getfont,% getf,getio,getlinestyle,getmark,getpid,getscicosvars,getsymbol,% getvalue,getversion,get_function_path,get,gfare,gfrancis,girth,% givens,glever,glist,global,glue,gpeche,graduate,grand,% graphics_entities,graph_2_mat,graph_center,graph_complement,% graph_diameter,graph_power,graph_simp,graph_sum,graph_union,% graph-list,graycolormap,grayplot,graypolarplot,grep,group,% gr_menu,gschur,gsort,gspec,gstacksize,gtild,g_margin,h2norm,halt,% hamilton,hankelsv,hank,harmean,havewindow,help,hermit,hess,% hex2dec,hilb,hinf,hist3d,histplot,horner,host,hotcolormap,% householder,hrmt,htrianr,hypermat,h_cl,h_inf_st,h_inf,h_norm,% iconvert,icon_edit,ieee,if,iirgroup,iirlp,iir,ilib_build,% ilib_compile,ilib_for_link,ilib_gen_gateway,ilib_gen_loader,% ilib_gen_Make,imag,impl,imrep2ss,imult,im_inv,inistate,input,% int16,int2d,int32,int3d,int8,intc,intdec,integrate,interpln,% interp,intersci,intersect,intg,intl,intppty,intsplin,inttrap,% inttype,int,invr,invsyslin,inv_coeff,inv,iqr,isdef,isdir,isequal,% iserror,isglobal,isinf,isnan,isoview,isreal,is_connex,jmat,% justify,kalm,karmarkar,kernel,keyboard,knapsack,kpure,krac2,% kroneck,kron,lasterror,lattn,lattp,lcf,lcmdiag,lcm,ldivf,ldiv,% leastsq,legends,length,leqr,levin,lev,lex_sort,lft,lgfft,library,% lib,lin2mu,lincos,lindquist,lines,line_graph,linfn,linf,link,% linmeq,linpro,linsolve,linspace,lin,listfiles,list,lmisolver,% lmitool,loadmatfile,loadplots,loadwave,load_graph,load,locate,% log10,log1p,log2,logm,logspace,log,lotest,lqe,lqg2stan,lqg_ltr,% lqg,lqr,lsq,lsslist,lstcat,lstsize,ltitr,ludel,lufact,luget,% lusolve,lu,lyap,macglov,macr2lst,macrovar,macro,mad,make_graph,% make_index,manedit,man,mapsound,markp2ss,matfile2sci,matrix,% mat_2_graph,maxi,max_cap_path,max_clique,max_flow,max,mclearerr,% mclose,meanf,mean,median,meof,mese,mesh2d,mfft,mfile2sci,mgeti,% mgetl,mgetstr,mget,milk_drop,mine,mini,minreal,minss,% min_lcost_cflow,min_lcost_flow1,min_lcost_flow2,min_qcost_flow,% min_weight_tree,min,mlist,mode,modulo,moment,mopen,move,% mps2linpro,mputl,mputstr,mput,mrfit,msd,mseek,mtell,mtlb_load,% mtlb_mode,mtlb_save,mtlb_sparse,mu2lin,mulf,mvvacov,m_circle,% names,nand2mean,nanmax,nanmeanf,nanmean,nanmedian,nanmin,% nanstdev,nansum,narsimul,ndims,nearfloat,nehari,neighbors,% netclose,netwindows,netwindow,newest,newfun,nextpow2,nf3d,nfreq,% nlev,nnz,nodes_2_path,nodes_degrees,node_number,noisegen,norm,% null,numdiff,numer,nyquist,obscont1,obscont,observer,obsvss,% obsv_mat,obs_gram,odedc,odedi,odeoptions,ode_discrete,ode_root,% ode,oldload,oldsave,ones,optim,orth,param3d1,param3d,% paramfplot2d,parrot,part,pathconvert,path_2_nodes,pause,pbig,% pdiv,pen2ea,pencan,penlaur,perctl,perfect_match,pertrans,pfss,% phasemag,phc,pinv,pipe_network,playsnd,plot2d1,plot2d2,plot2d3,% plot2d4,plot2d,plot3d1,plot3d2,plot3d3,plot3d,plotframe,% plotprofile,plot_graph,plot,plzr,pmodulo,pol2des,pol2str,pol2tex,% polarplot,polar,polfact,poly,portr3d,portrait,power,ppol,prbs_a,% predecessors,predef,printf,printing,print,prod,profile,projsl,% projspec,proj,psmall,pspect,pvm_addhosts,pvm_barrier,pvm_bcast,% pvm_bufinfo,pvm_config,pvm_delhosts,pvm_error,pvm_exit,% pvm_f772sci,pvm_getinst,pvm_gettid,pvm_get_timer,pvm_gsize,% pvm_halt,pvm_joingroup,pvm_kill,pvm_lvgroup,pvm_mytid,pvm_parent,% pvm_probe,pvm_recv,pvm_reduce,pvm_sci2f77,pvm_send,pvm_set_timer,% pvm_spawn_independent,pvm_spawn,pvm_start,pvm_tasks,% pvm_tidtohost,pvm,pwd,p_margin,qassign,qr,quapro,quart,quaskro,% quit,randpencil,rand,range,rankqr,rank,rat,rcond,rdivf,read4b,% readb,readc_,readmps,read,real,recur,reglin,regress,remezb,remez,% repfreq,replot,residu,resume,return,riccati,riccsl,ricc,ric_desc,% rlist,roots,rotate,round,routh_t,rowcompr,rowcomp,rowinout,% rowregul,rowshuff,rpem,rref,rtitr,rubberbox,salesman,savewave,% save_graph,save,scaling,scanf,schur,sci2exp,sci2for,sci2map,% sciargs,scicosim,scicos,scifunc_block,sd2sci,secto3d,select,% semidef,sensi,setbpt,seteventhandler,setfield,setmenu,% setscicosvars,set,sfact,sgrid,shortest_path,showprofile,% show_arcs,show_graph,show_nodes,sident,signm,sign,simp_mode,simp,% sincd,sinc,sinc,sinhm,sinh,sinm,sin,size,sm2des,sm2ss,smooth,% solve,sorder,sort,sound,sp2adj,spaninter,spanplus,spantwo,sparse,% spchol,spcompack,specfact,spec,speye,spget,splin,split_edge,% spones,sprand,sprintf,spzeros,sqroot,sqrtm,sqrt,squarewave,% square,srfaur,srkf,ss2des,ss2ss,ss2tf,sscanf,sskf,ssprint,ssrand,% stabil,stacksize,standard_define,standard_draw,standard_input,% standard_origin,standard_output,startup,stdevf,stdev,steadycos,% str2code,strange,strcat,strindex,strings,string,stripblanks,% strong_connex,strong_con_nodes,strsubst,st_deviation,st_ility,% subf,subgraph,subplot,successors,sum,supernode,sva,svd,svplot,% sylm,sylv,sysconv,sysdiag,sysfact,syslin,syssize,systems,system,% systmat,tabul,tangent,tanhm,tanh,tanm,tan,tdinit,testmatrix,% texprint,tf2des,tf2ss,then,thrownan,timer,time_id,titlepage,% tk_getdir,tk_getfile,tlist,toeplitz,tokenpos,tokens,trace,% translatepaths,trans_closure,trans,trfmod,trianfml,tril,trimmean,% trisolve,triu,trzeros,typename,typeof,type,uicontrol,uimenu,% uint16,uint32,uint8,ui_observer,ulink,unglue,union,unique,unix_g,% unix_s,unix_w,unix_x,unix,unobs,unsetmenu,user,varargin,% varargout,variancef,variance,varn,warning,wavread,wavwrite,% wcenter,wfir,what,whereami,whereis,where,while,whos,who_user,who,% wiener,wigner,window,winsid,with_gtk,with_pvm,with_texmacs,% with_tk,writb,write4b,write,xarcs,xarc,xarrows,xaxis,xbasc,% xbasimp,xbasr,xchange,xclear,xclea,xclick,xclip,xdel,xend,xfarcs,% xfarc,xfpolys,xfpoly,xfrect,xgetech,xgetfile,xgetmouse,xget,% xgraduate,xgrid,xinfo,xinit,xlfont,xload,xname,xnumb,xpause,% xpolys,xpoly,xrects,xrect,xrpoly,xs2fig,xs2gif,xs2ppm,xs2ps,% xsave,xsegs,select,xsetech,xsetm,xset,xstringb,xstringl,xstring,% xtape,xtitle,x_choices,x_choose,x_dialog,x_matrix,x_mdialog,% x_message_modeless,x_message,yulewalk,zeropen,zeros,zgrid,zpbutt,% zpch1,zpch2,zpell,mfprintf,mfscanf,mprintf,mscanf,msprintf,% msscanf,mucomp,% ABSBLK_f,AFFICH_f,ANDLOG_f,ANIMXY_f,BIGSOM_f,CLINDUMMY_f,CLKIN_f,% CLKINV_f,CLKOUT_f,CLKOUTV_f,CLKSOM_f,CLKSOMV_f,CLKSPLIT_f,% CLOCK_f,CLR_f,CLSS_f,CONST_f,COSBLK_f,CURV_f,DELAY_f,DELAYV_f,% DEMUX_f,DLR_f,DLRADAPT_f,DLSS_f,EVENTSCOPE_f,EVTDLY_f,EVTGEN_f,% EXPBLK_f,G_make,GAIN_f,GAINBLK_f,GENERAL_f,GENERIC_f,GENSIN_f,% GENSQR_f,HALT_f,IFTHEL_f,IN_f,INTEGRAL_f,INTRP2BLK_f,INTRPLBLK_f,% INVBLK_f,LOGBLK_f,LOOKUP_f,Matplot1,Matplot,MAX_f,MCLOCK_f,% MFCLCK_f,MIN_f,MUX_f,NDcost,NEGTOPOS_f,OUT_f,POSTONEG_f,POWBLK_f,% PROD_f,QUANT_f,RAND_f,READC_f,REGISTER_f,RELAY_f,RFILE_f,% ScilabEval,Sfgrayplot,Sgrayplot,SAMPLEHOLD_f,SAT_f,SAWTOOTH_f,% SCOPE_f,SCOPXY_f,SELECT_f,SINBLK_f,SOM_f,SPLIT_f,STOP_f,SUPER_f,% TANBLK_f,TCLSS_f,TEXT_f,TIME_f,TK_EvalFile,TK_EvalStr,TK_GetVar,% TK_SetVar,TRASH_f,WFILE_f,WRITEC_f,ZCROSS_f,% \%asn,\%helps,\%k,\%sn},% alsoletter=\%,% chmod sensitive,% morecomment=[l]//,% morestring=[b]",% morestring=[m]'% }[keywords,comments,strings]% %% %% SQL definition (c) 1998 Christian Haul %% (c) 2002 Neil Conway %% (c) 2002 Robert Frank %% (c) 2003 Dirk Jesko %% \lst@definelanguage{SQL}% {morekeywords={ABSOLUTE,ACTION,ADD,ALLOCATE,ALTER,ARE,AS,ASSERTION,% AT,BETWEEN,BIT_LENGTH,BOTH,BY,CASCADE,CASCADED,CASE,CAST,% CATALOG,CHAR_LENGTH,CHARACTER_LENGTH,CLUSTER,COALESCE,% COLLATE,COLLATION,COLUMN,CONNECT,CONNECTION,CONSTRAINT,% CONSTRAINTS,CONVERT,CORRESPONDING,CREATE,CROSS,CURRENT_DATE,% CURRENT_TIME,CURRENT_TIMESTAMP,CURRENT_USER,DAY,DEALLOCATE,% DEC,DEFERRABLE,DEFERED,DESCRIBE,DESCRIPTOR,DIAGNOSTICS,% DISCONNECT,DOMAIN,DROP,ELSE,END,EXEC,EXCEPT,EXCEPTION,EXECUTE,% EXTERNAL,EXTRACT,FALSE,FIRST,FOREIGN,FROM,FULL,GET,GLOBAL,% GRAPHIC,HAVING,HOUR,IDENTITY,IMMEDIATE,INDEX,INITIALLY,INNER,% INPUT,INSENSITIVE,INSERT,INTO,INTERSECT,INTERVAL,% ISOLATION,JOIN,KEY,LAST,LEADING,LEFT,LEVEL,LIMIT,LOCAL,LOWER,% MATCH,MINUTE,MONTH,NAMES,NATIONAL,NATURAL,NCHAR,NEXT,NO,NOT,NULL,% NULLIF,OCTET_LENGTH,ON,ONLY,ORDER,ORDERED,OUTER,OUTPUT,OVERLAPS,% PAD,PARTIAL,POSITION,PREPARE,PRESERVE,PRIMARY,PRIOR,READ,% RELATIVE,RESTRICT,REVOKE,RIGHT,ROWS,SCROLL,SECOND,SELECT,SESSION,% SESSION_USER,SIZE,SPACE,SQLSTATE,SUBSTRING,SYSTEM_USER,% TABLE,TEMPORARY,THEN,TIMEZONE_HOUR,% TIMEZONE_MINUTE,TRAILING,TRANSACTION,TRANSLATE,TRANSLATION,TRIM,% TRUE,UNIQUE,UNKNOWN,UPPER,USAGE,USING,VALUE,VALUES,% VARGRAPHIC,VARYING,WHEN,WHERE,WRITE,YEAR,ZONE,% AND,ASC,avg,CHECK,COMMIT,count,DECODE,DESC,DISTINCT,GROUP,IN,% FF LIKE,NUMBER,ROLLBACK,SUBSTR,sum,VARCHAR2,% FF MIN,MAX,UNION,UPDATE,% RF ALL,ANY,CUBE,CUBE,DEFAULT,DELETE,EXISTS,GRANT,OR,RECURSIVE,% DJ ROLE,ROLLUP,SET,SOME,TRIGGER,VIEW},% DJ morendkeywords={BIT,BLOB,CHAR,CHARACTER,CLOB,DATE,DECIMAL,FLOAT,% DJ INT,INTEGER,NUMERIC,SMALLINT,TIME,TIMESTAMP,VARCHAR},% moved here sensitive=false,% DJ morecomment=[l]--,% morecomment=[s]{/*}{*/},% morestring=[d]',% morestring=[d]"% }[keywords,comments,strings]% %% %% VHDL definition (c) 1997 Kai Wollenweber %% \lst@definelanguage{VHDL}% {morekeywords={ALL,ARCHITECTURE,ABS,AND,ASSERT,ARRAY,AFTER,ALIAS,% ACCESS,ATTRIBUTE,BEGIN,BODY,BUS,BLOCK,BUFFER,CONSTANT,CASE,% COMPONENT,CONFIGURATION,DOWNTO,ELSE,ELSIF,END,ENTITY,EXIT,% FUNCTION,FOR,FILE,GENERIC,GENERATE,GUARDED,GROUP,IF,IN,INOUT,IS,% INERTIAL,IMPURE,LIBRARY,LOOP,LABEL,LITERAL,LINKAGE,MAP,MOD,NOT,% NOR,NAND,NULL,NEXT,NEW,OUT,OF,OR,OTHERS,ON,OPEN,PROCESS,PORT,% PACKAGE,PURE,PROCEDURE,POSTPONED,RANGE,REM,ROL,ROR,REPORT,RECORD,% RETURN,REGISTER,REJECT,SIGNAL,SUBTYPE,SLL,SRL,SLA,SRA,SEVERITY,% SELECT,THEN,TYPE,TRANSPORT,TO,USE,UNITS,UNTIL,VARIABLE,WHEN,WAIT,% WHILE,XOR,XNOR,% DISCONNECT,ELIF,WITH},% Arnaud Tisserand sensitive=f,% 1998 Gaurav Aggarwal morecomment=[l]--,% morestring=[d]{"}% }[keywords,comments,strings]% %% %% VHDL-AMS definition (c) Steffen Klupsch %% \lst@definelanguage[AMS]{VHDL}[]{VHDL}% {morekeywords={ACROSS,ARRAY,BREAK,DISCONNECT,NATURE,NOISE,PORT,% PROCEDURAL,QUANTITY,SHARED,SPECTRUM,SUBNATURE,TERMINAL,THROUGH,% TOLERANCE,UNAFFACTED,UNITS}} \lst@definelanguage{XML}% {keywords={,CDATA,DOCTYPE,ATTLIST,termdef,ELEMENT,EMPTY,ANY,ID,% IDREF,IDREFS,ENTITY,ENTITIES,NMTOKEN,NMTOKENS,NOTATION,% INCLUDE,IGNORE,SYSTEM,PUBLIC,NDATA,PUBLIC,% PCDATA,REQUIRED,IMPLIED,FIXED,%%% preceded by # xml,xml:space,xml:lang,version,standalone,default,preserve},% alsoother=$,% alsoletter=:,% tag=**[s]<>,% morestring=[d]",% ??? doubled morestring=[d]',% ??? doubled MoreSelectCharTable=% \lst@CArgX--\relax\lst@DefDelimB{}{}% {\ifnum\lst@mode=\lst@tagmode\else \expandafter\@gobblethree \fi}% \lst@BeginComment\lst@commentmode{{\lst@commentstyle}}% \lst@CArgX--\relax\lst@DefDelimE{}{}{}% \lst@EndComment\lst@commentmode \lst@CArgX[CDATA[\relax\lst@CDef{}% {\ifnum\lst@mode=\lst@tagmode \expandafter\lst@BeginCDATA \else \expandafter\lst@CArgEmpty \fi}% \@empty \lst@CArgX]]\relax\lst@CDef{}% {\ifnum\lst@mode=\lst@GPmode \expandafter\lst@EndComment \else \expandafter\lst@CArgEmpty \fi}% \@empty }[keywords,comments,strings,html]% \endinput %% %% End of file `lstlang1.sty'. xmds-doc-0~svn.1884/latex/loadxsil.tex0000644000175000017500000000531510611542642017212 0ustar rafaelrafael% $Id: loadxsil.tex 1322 2007-04-19 01:28:02Z paultcochrane $ % Copyright (C) 2000-2007 % % Code contributed by Greg Collecutt, Joseph Hope and the xmds-devel team % % This file is part of xmds. % % This program is free software; you can redistribute it and/or % modify it under the terms of the GNU General Public License % as published by the Free Software Foundation; either version 2 % of the License, or (at your option) any later version. % % This program is distributed in the hope that it will be useful, % but WITHOUT ANY WARRANTY; without even the implied warranty of % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License % along with this program; if not, write to the Free Software % Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. \chapter{loadxsil.m utility script} \label{chap:loadxsil} \index{loadxsil.m} \section{Name} loadxsil---load simulation data into matlab \section{Synopsis} \ttt{loadxsil('')} \section{Description} Utility script bundled with \textbf{xmds}, used to load simulation output data (from the xsil data file) into matlab, where the results can be presented graphically.\\ \noindent\\ To load data from the xsil file \ttt{data\_file.xsil}, enter at the matlab command prompt:\\ \ttt{>> loadxsil('data\_file.xsil')} \section{Examples} At the matlab command prompt:\\ \ttt{>> loadxsil('nlse.xsil')}\\ \noindent\\ loads the data contained in \ttt{nlse.xsil} into matlab \section{Authors} Written by Paul Cochrane \section{Bugs} No known bugs. However, the loadxsil script does not work in Matlab version 4.0 or below; it can only be used with Matlab version 5.0 and above. Users with Matlab 4.0 can use the \textbf{xsil2graphics} utility as a means to import data into Matlab. \section{See also} xmds(1), xsil2graphics(1), \htmladdnormallink{http://www.xmds.org}{http://www.xmds.org} \section{Copyright} Copyright (C) 2003-2004 Code contributed by Paul Cochrane This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. xmds-doc-0~svn.1884/latex/listings.cfg0000644000175000017500000000300610141324073017153 0ustar rafaelrafael%% %% This is file `listings.cfg', %% generated with the docstrip utility. %% %% The original source files were: %% %% lstdrvrs.dtx (with options: `config') %% %% (w)(c) 1996/1997/1998/1999/2000/2001/2002/2003 Carsten Heinz and/or %% any other author listed elsewhere in this file. %% %% This file is distributed under the terms of the LaTeX Project Public %% License from CTAN archives in directory macros/latex/base/lppl.txt. %% Either version 1.0 or, at your option, any later version. %% %% This file is completely free and comes without any warranty. %% %% Send comments and ideas on the package, error reports and additional %% programming languages to . %% \ProvidesFile{listings.cfg}[2003/08/13 1.1a listings configuration] \def\lstlanguagefiles {lstlang0.sty,lstlang1.sty,lstlang2.sty,lstlang3.sty} \lstset{defaultdialect=[R/3 6.10]ABAP, defaultdialect=[95]Ada, defaultdialect=[68]Algol, defaultdialect=[gnu]Awk, defaultdialect=[ANSI]C, defaultdialect=[light]Caml, defaultdialect=[1985]Cobol, defaultdialect=[ISO]C++, defaultdialect=[95]Fortran, defaultdialect=[3.0]Mathematica, defaultdialect=[OMG]OCL, defaultdialect=[Standard]Pascal, defaultdialect=[67]Simula, defaultdialect=[plain]TeX, defaultdialect=[97]VRML} \lstalias[]{TclTk}[tk]{tcl} \lstalias[6.1]{ABAP}[R/3 6.10]{ABAP} \lstalias[3.1]{ABAP}[R/3 3.1C]{ABAP} \lstalias[4.6]{ABAP}[R/3 4.6C]{ABAP} \endinput %% %% End of file `listings.cfg'. xmds-doc-0~svn.1884/latex/numModellingTheory.tex0000644000175000017500000025375710620253422021232 0ustar rafaelrafael% $Id: numModellingTheory.tex 1339 2007-05-09 05:07:30Z joehope $ % Copyright (C) 2000-2007 % % Code contributed by Greg Collecutt, Joseph Hope and the xmds-devel team % % This file is part of xmds. % % This program is free software; you can redistribute it and/or % modify it under the terms of the GNU General Public License % as published by the Free Software Foundation; either version 2 % of the License, or (at your option) any later version. % % This program is distributed in the hope that it will be useful, % but WITHOUT ANY WARRANTY; without even the implied warranty of % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License % along with this program; if not, write to the Free Software % Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. \begin{latexonly} \begin{savequote}[8cm] %\href{http://nearingzero.net/}{http://nearingzero.net/} \includegraphics[width=80mm]{figures/defferential} \end{savequote} \end{latexonly} \chapter{Numerical Modelling Theory} \label{chap:numericalModelling} \section{Differential Equations} \label{sec:differentialEquations} The majority of numerical models for real world problems are based on one or more differential equations involving the various parameters concerned. The large majority of which may be written in the very general form: \begin{equation} \left[ A\left(x,y\right) \frac{\partial^2}{\partial x^2} + 2B\left(x,y\right) \frac{\partial^2}{\partial x \partial y} + C\left(x,y\right) \frac{\partial^2}{\partial y^2} \right] a^i\left(x,y\right) = f^i\left(x,y,\vect{a},\frac{\partial a^i}{\partial x},\frac{\partial a^i}{\partial y}\right). \end{equation} These come under three sub-classifications~\cite{Kreyszig:1999:1} according the the parameters $A$, $B$, and $C$: \begin{enumerate} \item The PDE is said to be {\em elliptic} in regions of the $x$-$y$ plane where $AC-B^2 > 0$. \item The PDE is said to be {\em parabolic} in regions of the $x$-$y$ plane where $AC-B^2 = 0$. \item The PDE is said to be {\em hyperbolic} in regions of the $x$-$y$ plane where $AC-B^2 < 0$. \end{enumerate} This model for classifying PDEs is only two dimensional, but many problems in physics exhibit up to four dimensions. However, the majority of PDEs in physics are able to be expressed in a form where one of the dimensions is special; special in that there are only ever first order derivatives involving that dimension. A two dimensional form of such a PDE looks like: \begin{equation} C\left(x,y\right) \frac{\partial^2}{\partial y^2} a^i\left(x,y\right) = f^i\left(x,y,\vect{a},\frac{\partial a^i}{\partial x},\frac{\partial a^i}{\partial y}\right), \end{equation} and such an equation falls into the category of ``parabolic'' by the above classification. For this reason many three and four dimensional PDEs in physics are referred to as parabolic, although technically this classification exists only for PDEs in two dimensions. The more general form for such ``parabolic-like'' differential equations is: \begin{equation} \frac{\partial}{\partial x^0} a^i(\vect{x}) = f^i\left[\vect{x},\vect{a}(\vect{x})\right], \end{equation} where the functionals $f^i$ may include first or second order partial derivatives of the {\em transverse} dimensions, $x^{i\neq0}$. This set of equations can be generalised to allow the functionals $f^i$ to include partial derivatives of any order. Given that the equations are in this general form, they may be propagated in the first order dimension, $x^0$, using one of the algorithms detailed further on. \subsection{Boundary Conditions} \label{sec:boundaryConditions} In the case of partial differential equations, the equations must apply either over all of the space spanned by the transverse dimensions, or else over a confined region of this space. Either way, computational resources cannot solve over an infinite region of space, and so boundaries of some sort must be imposed. Therefore, a description of what happens at these boundaries is essential for solving the problem. There are three common types of boundary conditions: \begin{enumerate} \item {\bf Dirichlet boundary conditions} This is where the value of a component is fixed at a particular boundary: \begin{equation} a^i\left(\vect{x} | x^k=x^k_{\pm}\right) = a^i_{k\pm}. \end{equation} \item {\bf Neumann boundary conditions} This is where the cross-boundary gradient of a component is fixed at a particular boundary: \begin{equation} \frac{\partial}{\partial x^k} a^i\left(\vect{x} | x^k=x^k_{\pm}\right) = b^i_{k\pm}. \end{equation} \item {\bf Periodic boundary conditions} This is where the value of a component (and all of its cross-boundary derivatives) is the same at each end of the dimension in question. It is as if this dimension was originally circular, except that it has been cut for the purpose of discretisation. \begin{equation} \left(\frac{\partial}{\partial x^k}\right)^n a^i\left(\vect{x} | x^k=x^k_{+}\right) = \left(\frac{\partial}{\partial x^k}\right)^n a^i\left(\vect{x} | x^k=x^k_{-}\right), \quad n=0,1,2... \end{equation} \end{enumerate} If an infinite region of space is absolutely necessary, then it can be mapped to a finite region of space using a transformation such as $x=\tan(\epsilon)$, which maps an infinite range in $x$ to a finite range, $[-\frac{\pi}{2},+\frac{\pi}{2}]$, in $\epsilon$. There are, of course, a few caveats when performing such a mapping. Finally, the last boundary condition is the initial state of the components. The values (or form) of all the components must be specified for some point in the dimension of propagation, $x^0$. \section{Stochastic Equations} \label{sec:stochasticEquations} Stochastic differential equations also include noise sources, $\vect{\xi}(\vect{x})$, which may be real or complex: \begin{equation} \frac{\partial}{\partial x^0} a^i(\vect{x}) = f^i\left[\vect{x},\vect{a}(\vect{x})\right] + g^{ij}\left[\vect{a}(\vect{x})\right]\xi^j(\vect{x}). \end{equation} These can make propagation a little more technically challenging, but not impossible, and enables a vast range of complex phenomena to be modelled. As a result an individual propagation path becomes dependent on the underlying noise sources used, and usually many such paths using independent noises are combined and averaged to obtain the desired result. The noise sources are normally delta-correlated in the propagation dimension, though not always in the transverse dimensions, and not always with each other, so that generally: \begin{align} \left<\xi^i(\vect{x})\xi^j(\vect{x}')\right> & = \delta(x^{0'}-x^0)C_{ij}(\vect{x}'_\bot,\vect{x}_\bot);\\ \left<\xi^i(\vect{x})\xi^{j*}(\vect{x}')\right> & = \delta(x^{0'}-x^0)D_{ij}(\vect{x}'_\bot,\vect{x}_\bot), \end{align} where as usual the subscript $\bot$ denotes the transverse dimensions. \subsection{Ito vs Stratonovich Calculus} \label{sec:itoStratonovichCalculus} The integration of a stochastic equation as expressed above is not well defined in normal calculus. In fact, there are multiple ways in which such an integration can be defined as the limit of some discrete process, and they are not equivalent. The two main forms of stochastic calculus are Ito calculus and Stratonovich calculus. Ito calculus is better suited to mathematical proofs, but Stratonovich calculus has the major advantage that derivatives follow the normal chain rule. This typically simplifies the numerical technique for solving a Stratonovich equation with a high-order method. Both types of equations arise naturally from modelling physical systems. Fortunately, it is possible to transform a set of equations in Ito calculus to Stratonovich calculus (and vice-versa). If a set of Ito equations is given by: \begin{equation} (I) \qquad \frac{\partial}{\partial x^0} a^i = f^i\left[\vect{a}\right] + g^{ij}\left[\vect{a}\right]\xi^j, \end{equation} then the corresponding set of Stratonovich equations is \begin{equation} (S) \qquad \frac{\partial}{\partial x^0} a^i = f^i\left[\vect{a}\right]-\frac{1}{2}\sum_{jk} g^{kj}\left[\vect{a}\right] \frac{\partial}{\partial a^k} g^{ij}\left[\vect{a}\right] + g^{ij}\left[\vect{a}(\vect{x})\right]\xi^j(\vect{x}). \end{equation} Numerical integration of stochastic equations is more computationally intensive than deterministic equations of equivalent size and complexity. \section{Numerical Methods for Differential Equations} \label{sec:numericalMethods} We now briefly describe several numerical methods for integrating deterministic and stochastic differential equations. \subsection{The Euler and Inverse Euler Methods} \label{sec:eulerMethods} Consider the ordinary differential equation: \begin{equation} \frac{\partial}{\partial t} a(t) = f[t,a], \end{equation} where f is some functional of $t$ and/or $a$. Given that a ``current'' value of $a$ (say $a_n = a(t_n)$) is known then the simplest method to propagate $a$ forward in time is to use the current slope ($f[t_n,a_n]$) to calculate the new value $a_{n+1}$: \begin{equation} a_{n+1} = a_n + h \: f[t_n,a_n], \end{equation} where $h$ is the time step so that $t_{n+1} = t_n + h$. This is known at the explicit, or {\em forward time}, Euler method. It is very simple, but not very accurate or stable. Stability can be improved to an extent by thinking in reverse. Rather than using the slope at the current point in time to calculate the next value of $a$, use the slope and the {\em next} point in time. But this, of course, is not known until the next value of $a$ is known, so the process becomes an iterative, or {\em implicit} one. Initially the current value of $a$ is used as next value, and then the step: \begin{equation} a_{n+1} = a_n + h \: f[t_{n+1},a_{n+1}], \end{equation} is iterated until convergence is obtained. This method is known as the {\em implicit}, or {\em backward time}, or {\em inverse}, Euler method. For certain classes of differential equation, implicit methods are more stable than their explicit equivalents, but overall the implicit Euler method is no more accurate than the explicit Euler method. The explicit and implicit Euler methods do not account for the second and higher order derivatives of $a$. Thus the error per step is of order $h^2$, which means the error over a given integration interval is of order $h$. Consequently these methods are known as first order methods. Both of these methods can be used to integrate stochastic equations by treating the noise terms as part of a larger function $f$ which depends on a pseudo-random number which changes each time step. This technique converges to the Ito integral with a convergence of order $h^{1/2}$. In general, the order of the stochastic convergence of a numerical method will be less than or equal to half the order of the deterministic convergence. \subsection{The Improved Euler Method} \label{sec:improvedEulerMethod} Here two evaluations of the derivative $f[t,a]$ are made. The first one is based on the current value $a$, and is used to estimate the next value of $a$ as in the explicit method. This estimated next value is then used to calculate the next value of the derivative, which in turn is used to make a second estimate of the next value of $a$ as in the implicit method. These two estimates are then averaged: \begin{align} a^{(1)}_{n+1} & = a_n + h \: f[t_n,a_n];\\ a^{(2)}_{n+1} & = a_n + h \: f[t_{n+1},a^{(1)}_{n+1}];\\ a_{n+1} & = \frac{1}{2}\left(a^{(1)}_{n+1} + a^{(2)}_{n+1}\right). \end{align} The two estimates of $f[t,a]$ account for the second order derivative of $a$, so the error per step is reduced to order $h^3$, and the integral is correct to order $h^2$. This method is also known as the improved Euler-Cauchy method, or Huen's method. It is also known as the second-order Runge-Kutta method. Unfortunately, this method is not guaranteed to converge for stochastic integration when the noise terms are naively added to the function on the RHS. \subsection{The Semi-Implicit Method} \label{sec:siMethod} This method is very similar to the improved Euler method. Essentially the method lies half way between the explicit and implicit methods in that the new value for $a$ is calculated based on the derivative at the mid-point of the step. Similarly to the implicit method, the current value of $a$ is used initially as the mid-point value, $a_m=a(t_m); t_m = t + h/2$, and then the step: \begin{equation} a_m = a_n + \frac{1}{2} \: h \: f[t_m,a_m], \end{equation} is iterated until convergence is obtained. The next value for $a$ is then: \begin{equation} a_{n+1} = 2a_m - a_n. \end{equation} Similar to the improved Euler method, the semi-implicit method is also a second order method. It has the added advantage that a na\"{\i}ve inclusion of the noise terms in the function $f$ produces an algorithm that converges to the Stratonovich integral with global error of the order of $h$. \subsection{The Fourth-Order Runge-Kutta Method} \label{sec:rk4Method} The fourth-order Runge-Kutta method has been the workhorse for numerical modelling for many years. The method uses four evaluations of the derivative to account for the first, second, third, and fourth derivatives---making it a fourth order method. The method is simply: \begin{align} \vect{k}_1 &= h \: \vect{f}[t_n,a_n]; \\ \vect{k}_2 &= h \: \vect{f}[\frac{1}{2}(t_n + t_{n+1}),\vect{a}_n+\frac{1}{2}\vect{k}_1]; \\ \vect{k}_3 &= h \: \vect{f}[\frac{1}{2}(t_n + t_{n+1}),\vect{a}_n+\frac{1}{2}\vect{k}_2]; \\ \vect{k}_4 &= h \: \vect{f}[t_{n+1},\vect{a}_n+\vect{k}_3]; \\ \vect{a}_{n+1} &= \vect{a}_n + \frac{1}{6}\left(\vect{k}_1 + 2\vect{k}_2 + 2\vect{k}_3 + \vect{k}_4\right). \\ \end{align} Higher order methods are possible, but usually the extra accuracy does not warrant the extra computation. In other words, this method usually achieves the fastest evaluation for a given propagation accuracy. Note that even an optimised implementation of this algorithm will require about three times as much memory as a lower order method. Although empirically there is a subclass of Stratonovich stochastic problems that converge with this algorithm to second order, there is no guarantee of convergence for stochastic equations. \subsection{The Adaptive Fourth-Order Runge-Kutta Method} \label{sec:ark45Method} For problems that exhibit very diverse behavior of the solution, say with slow change for large parts of the propagation and rapid variations in others, it is very useful to employ an algorithm that can adjust its stepsize. This allows the simulation to speed through smooth uninteresting countryside in a few great strides but to tiptoe with many small steps through treacherous terrain. The adaptive stepsize method implemented in \xmds in an embedded fourth-fifth order Runge-Kutta method (ARK45). It takes advantage of the fact that it is possible to combine certain six function evaluations that can result in a fifth order Runge-Kutta method in another way to give a result that is accurate to fourth order. The ARK45 algorithm calculates the forth and fifth order solution and uses the difference between them as an estimate of the current discretisation error. The structure is: \begin{align} \vect{k}_1 &= h \: \vect{f}[t_n,a_n]; \nonumber \\ \vect{k}_2 &= h \: \vect{f}[t_n+a_{2} h,\vect{a}_n+b_{21}\vect{k}_1];\nonumber \\ \vect{k}_3 &= h \: \vect{f}[t_n + a_{3}h,\vect{a}_n+b_{31}\vect{k}_1+b_{32}\vect{k}_2]; \nonumber\\ \vect{k}_4 &= h \: \vect{f}[t_n + a_{4}h,\vect{a}_n+b_{41}\vect{k}_1+b_{42}\vect{k}_2+b_{43}\vect{k}_3];\nonumber\\ \vect{k}_5 &= h \: \vect{f}[t_n + a_{5}h,\vect{a}_n+b_{51}\vect{k}_1+b_{52}\vect{k}_2+b_{53}\vect{k}_3+b_{54}\vect{k}_4]; \nonumber\\ \vect{k}_6 &= h \: \vect{f}[t_n + a_{6}h,\vect{a}_n+b_{61}\vect{k}_1+b_{62}\vect{k}_2+b_{63}\vect{k}_3 +b_{64}\vect{k}_4+b_{65}\vect{k}_5];\nonumber \\ \vect{a}_{n+1} &= \vect{a}_n +c_{1}\vect{k}_1+c_{2}\vect{k}_2+c_{3}\vect{k}_3+c_{4}\vect{k}_4+c_{5}\vect{k}_5 +c_{6}\vect{k}_6+ {\cal O}(h^{6});\nonumber\\ \vect{a}^{*}_{n+1} &= \vect{a}_n +c_{1}^{*}\vect{k}_1+c_{2}^{*}\vect{k}_2+c_{3}^{*}\vect{k}_3+c_{4}^{*}\vect{k}_4+c_{5}^{*}\vect{k}_5 +c_{6}^{*}\vect{k}_6+ {\cal O}(h^{5}). \end{align} % Here $\vect{a}_{n+1}$ is the fifth order- and $\vect{a}^{*}_{n+1}$ the fourth order solution. The coefficients that appear are listed in table \ref{tab:ck}. To adjust the time step \xmds calculates the relative difference between the two solutions $\Delta_{m}$. If partial differential equations are being solved it will determine the maximum of the relative errors of all grid points, omitting points where the function is less than $c_{thresh} \times M[a]$, where $c_{thresh}$ is a small threshold value (see chapter \ref{chap:languageRef}) and $M[a]$ is the peak value of the function across the grid. If multiple functions are present, each peak value is determined separately. \begin{table}\centering \begin{tabular}{|c|c|ccccc|c|c|} \hline $i\rule[-2.3mm]{0cm}{7mm}$ &$\;a_i\;$ & & & $b_{ij}$ & & &$\;c_i\;$ & $\;c_i^*\;$ \\ \hline $\;1\rule[-2.3mm]{0mm}{8mm}\;$& & & & & & & $\frac{37}{378}$ & $\frac{2825}{27648}$ \\ 2\rule[-2.3mm]{0cm}{7mm}& $\frac{1}{5}$ & $\frac{1}{5}$ & & & & & 0 & 0 \\ 3\rule[-2.3mm]{0cm}{7mm}& $\frac{3}{10}$ & $\frac{3}{40}$ & $\frac{9}{40}$& & & & $\frac{250}{621}$ & $ \frac{18575}{48384}$\\ 4\rule[-2.3mm]{0cm}{7mm}& $\frac{3}{5}$ & $\frac{3}{10}$ & $-\frac{9}{10}$&$\frac{6}{5}$ & & & $\frac{125}{594}$ & $\; \frac{13525}{55296}\;$\\ 5\rule[-2.3mm]{0cm}{7mm}& $1$ & $-\frac{11}{54}$ & $\frac{5}{2}$&$-\frac{70}{27}$ &$\frac{35}{27}$ & & $0$ & $ \frac{277}{14336}$\\ 6\rule[-3.3mm]{0cm}{8mm}& $\frac{7}{8}$ & $\frac{1631}{55296}$ & $\frac{175}{512}$& $\frac{575}{13824}$ &$\frac{44275}{110592}$ & $\frac{253}{4096}$ & $\;\frac{512}{1771}\;$ & $ \frac{1}{4}$\\ \hline \multicolumn{2}{|c|}{\rule[-2.3mm]{0cm}{7mm}j\;=} & 1& 2& 3 & 4& 5& \multicolumn{2}{c|}{}\\ \hline \end{tabular} \caption{Cash-Karp parameters for the embedded Runga-Kutta method.} \label{tab:ck}\end{table} If the prescribed accuracy is $ \Delta_{\rm tol}$, a time step of size $\delta \tau_{n}$ is accepted if $\Delta_m \leq \Delta_{\rm tol}$. It is rejected if $\Delta_m > \Delta_{\rm tol}$, and the step must be calculated again. The size of the next time step $\delta \tau_{n+1}$ is determined by: \begin{eqnarray} \delta \tau_{n+1} = \left\{ \begin{array}{ll} \displaystyle 0.92 \delta \tau_n \left|\frac{\Delta_{\rm tol}}{\Delta_{m}}\right|^{1/5} & \mbox{if } \Delta_{m} \leq \Delta_{\rm tol},\\ \\ \displaystyle 0.92 \delta \tau_n \left|\frac{\Delta_{\rm tol}}{\Delta_{m}}\right|^{1/4} & \mbox{if } \Delta_{m} >\Delta_{\rm tol}.\\ \end{array} \right.\end{eqnarray} % This algorithm will consume even more memory than the fourth-order Runge-Kutta, but this easily pays off in situations where the rate of change of the solution varies a lot, or when the appropriate step size is unknown. As with the fourth-order Runge-Kutta there is no guarantee of convergence for stochastic equations. \section{Numerical Methods for Partial Differential Equations} \label{sec:numericalMethodsPde} The methods in the previous section all deal with ordinary differential equations quite well, but partial differential equations are considerably more complex, since the derivative depends also upon the values for $a$ at other points in the transverse space. In principle, once the transverse spaces have been divided into a finite lattice, sets of partial differential equations are just larger sets of ordinary differential equations, but there are many subtleties involved with achieving this discretisation. The critical issue is how the evolution due to the transverse derivatives is performed. This issue divides algorithms into two classes: explicit picture and interaction picture. We begin here by explaining just how the transverse derivatives may be calculated, and then outline how the Semi-Implicit and the Runge-Kutta algorithms can be applied in each of these cases. \subsection{Evaluating Transverse Derivatives} \label{sec:transverseDerivatives} The transverse dimensions must be discretised to form a lattice. Lattices with more points enable more detail, but also take up more memory, and more computational resource. The transverse derivatives must be evaluated at each lattice point, and there must be some method for doing so that uses the values of the field from the other lattice points. There are two main methods for doing this. Firstly, there is the {\bf matrix} method. If we let $a_k$ represent the discretised values of $a(x)$ at the lattice points $x_k$, then we may evaluate the first order derivative like so: \begin{align} \left(\frac{\partial a(x)}{\partial x}\right)_{x_k} & = \frac{a_{k+1}-a_{k-1}}{x_{k+1}-x_{k-1}}\\ & = M_{jk}a_j, \quad k \neq 1,n. \end{align} Note the symmetry of the weightings about the point where the derivative is being evaluated, causing the method to be {\em space centered}. Note also that, unless periodic boundary conditions are specified, it is not not possible to implement a space centered method at the ends of the lattice. The best that can be done is to implement a non-space centered method at the ends, and insist that the derivatives vanish at the lattice boundaries for the technique to be valid. {\bf M} may be expressed as a tri-diagonal square matrix, which for periodic boundary conditions is: \begin{align} {\bf M} & = \frac{1}{2 \Delta x} \left[ \begin{array}{ccccccc} 0 & 1 & 0 & 0 & ... & ... & -1\\ -1 & 0 & 1 & 0 & ... & ... & 0\\ 0 & -1 & 0 & 1 & ... & ... & 0\\ ... & ... & ... & ... & ... & ... & ...\\ 0 & ... & ... & -1 & 0 & 1 & 0\\ 0 & ... & ... & 0 & -1 & 0 & 1\\ 1 & ... & ... & 0 & 0 & -1 & 0\\ \end{array} \right]. \end{align} And similarly for evaluating the second derivative we might use: \begin{align} {\bf M} & = \frac{1}{(\Delta x)^2} \left[ \begin{array}{ccccccc} -2 & 1 & 0 & 0 & ... & ... & 1\\ 1 & -2 & 1 & 0 & ... & ... & 0\\ 0 & 1 & -2 & 1 & ... & ... & 0\\ ... & ... & ... & ... & ... & ... & ...\\ 0 & ... & ... & 1 & -2 & 1 & 0\\ 0 & ... & ... & 0 & 1 & -2 & 1\\ 1 & ... & ... & 0 & 0 & 1 & -2\\ \end{array} \right]. \end{align} These methods evaluate the derivatives using only the adjacent points in space, but in principle it is possible to use progressively more distant neighbours to produce an estimate of each derivative which takes into account contributions from higher order derivatives. In practice, these methods are used rarely due to the availability of a method based on the {\bf Fourier Transform}. The partial derivate with respect to dimension $x^j$ is calculated quite simply using \eqn{eq:l_in_k}: \begin{align} \frac{\partial}{\partial x^j}a(\vect{x}) & = \frac{\partial}{\partial x^j} \frac{1}{\left(2\pi\right)^\frac{N}{2}}\int d\vect{k} e^{i \vect{k}\cdot\vect{x}} \tilde{a}(\vect{k}) \nonumber \\ & = \frac{1}{\left(2\pi\right)^\frac{N}{2}}\int d\vect{k} e^{i\vect{k}\cdot\vect{x}} (ik^j) \tilde{a}(\vect{k}). \label{eq:l_in_k} \end{align} This method can equally be applied to discrete data. Firstly a discrete Fourier Transform is applied to the field data $a_k$, then the data is multiplied point by point by the corresponding $ik^j$ values, and then the discrete inverse Fourier Transform is applied to obtain the $a'_k$ data. Extending this method for higher order derivatives is trivial. \eqn{eq:l_maps} illustrates some example mappings: \begin{align} f(k_x,k_y,...) & \mapsto f(k_x,k_y,...); \nonumber \\ \frac{\partial}{\partial x} & \mapsto ik_x; \nonumber \\ \frac{\partial^{2}}{\partial x^{2}} & \mapsto (ik_x)^2 = -k_x^{2}; \nonumber \\ \frac{\partial^{2}}{\partial x \partial y} & \mapsto (ik_x)(ik_y) = -k_x k_y. \label{eq:l_maps} \end{align} This method becomes computationally more efficient than the matrix method when a number of higher order derivatives are desired, for example when a Laplacian operator is being applied in multiple transverse dimensions. The main limitations of this method are that it implies periodic boundary conditions and that it cannot be implemented on a non-regular grid. \subsection{Explicit Picture Methods} \label{sec:exMethod} In the explicit picture, all linear and nonlinear operators are explicitly calculated and summed to generate the total derivative for each field component, whereas in the interaction picture linear operators are dealt with separately to nonlinear operators. Once a set of partial differential equations has been discretised to a finite lattice in the transverse dimensions, it is formally equivalent to a large set of coupled ordinary differential equations, and therefore it can be solved by higher order methods such as the semi-implicit method of \Sec{sec:siMethod}, or the fourth order Runge-Kutta (RK4) method of \Sec{sec:rk4Method}. Partial derivatives of the fields can be determined by Crank-Nicholson methods or spectral methods. Thus explicit picture methods are capable of solving the fully fledged generalised PDE: \begin{align} \frac{\partial}{\partial x^0}\vect{a}(\vect{x}) & = \vect{\mathcal{N}}\left(\vect{x},\;\vect{a}(\vect{x}), \vect{p}(\vect{x}),\;\vect{\xi}(\vect{x})\right),\\ p^i(\vect{x}) & = \mathcal{F}^{-1}\left[\Sigma_j \mathcal{L}^{ij}\left(x^0,\vect{k}_{\bot}\right) \mathcal{F}\left[a^j(\vect{x})\right]\right]. \label{eq:exPde} \end{align} This is the PDE that is listed in \eqn{eq:xmdsPdeEx} with the cross propagating vector $\vect{b}$ omitted. Refer to \Chap{chap:functionality} for a full explanation of the variables. The important thing to note is that the total derivative of the vector $\vect{a}$ is expressed in terms of the general nonlinear functionals $\vect{\mathcal{N}}$, and that this form allows for nonlinear partial derivatives that may have spatial dependence, for example $\frac{1}{r}\left(\frac{\partial}{\partial r}\right)^2$. \subsection{The Semi-Implicit method in the Explicit Picture} \label{sec:siexMethod} Here we use the Fourier Transform (or Spectral) method to determine the transverse derivatives. The procedure, after \Sec{sec:siMethod}, is: \begin{enumerate} \item Calculate $\vect{\xi}$ if required. \item $x^0 = x^0 + \frac{1}{2}h$ \item $\vect{a}_I = \vect{a}$ \item For N-1 iterations do: \begin{enumerate} \item $\vect{p} = \mathcal{F}^{-1}\left[\mathcal{L}\left(x^0,\vect{k}_{\bot}\right) \cdot \mathcal{F}\left[a\right]\right]$ \item $\vect{a} = h \: \vect{\mathcal{N}}\left(\vect{x},\vect{a},\vect{p},\vect{\xi}\right)$ \item $\vect{a} = \vect{a}_I + \frac{1}{2}\vect{a}$ \end{enumerate} \item $\vect{p} = \mathcal{F}^{-1}\left[\mathcal{L}\left(x^0,\vect{k}_{\bot}\right) \cdot \mathcal{F}\left[a\right]\right]$ \item $\vect{a} = h \: \vect{\mathcal{N}}\left(\vect{x},\vect{a},\vect{p},\vect{\xi}\right)$ \item $\vect{a} = \vect{a}_I + \vect{a}$ \item $x^0 = x^0 + \frac{1}{2}h$ \end{enumerate} Here an extra copy of the field is needed to store the initial $\vect{a}$ into $\vect{a}_I$, and a similar size vector is needed for the derivatives $\vect{p}$. \subsection{The Fourth Order Runge-Kutta Method in the Explicit Picture} \label{sec:rk4exMethod} Again we use the Fourier Transform (or Spectral) method to determine the transverse derivatives. The procedure, after \Sec{sec:rk4Method}, then is: \begin{enumerate} \item Calculate $\vect{\xi}$ if required. \item $\vect{a}_K = \vect{a}$ \item $\vect{a}_I = \vect{a}$ \item $\vect{p} = \mathcal{F}^{-1}\left[\mathcal{L}\left(x^0,\vect{k}_{\bot}\right) \cdot \mathcal{F}\left[\vect{a}_K\right]\right]$ \item $\vect{a}_K = h \: \vect{\mathcal{N}}\left(\vect{x},\vect{a}_K,\vect{p},\vect{\xi}\right)$ \item $\vect{a} = \vect{a} + \frac{1}{6}\vect{a}_K$ \item $x^0 = x^0 + \frac{1}{2}h$ \item $\vect{a}_K = \vect{a}_I + \frac{1}{2}\vect{a}_K$ \item $\vect{p} = \mathcal{F}^{-1}\left[\mathcal{L}\left(x^0,\vect{k}_{\bot}\right) \cdot \mathcal{F}\left[\vect{a}_K\right]\right]$ \item $\vect{a}_K = h \: \vect{\mathcal{N}}\left(\vect{x},\vect{a}_K,\vect{p},\vect{\xi}\right)$ \item $\vect{a} = \vect{a} + \frac{1}{3}\vect{a}_K$ \item $\vect{a}_K = \vect{a}_I + \frac{1}{2}\vect{a}_K$ \item $\vect{p} = \mathcal{F}^{-1}\left[\mathcal{L}\left(x^0,\vect{k}_{\bot}\right) \cdot \mathcal{F}\left[\vect{a}_K\right]\right]$ \item $\vect{a}_K = h \: \vect{\mathcal{N}}\left(\vect{x},\vect{a}_K,\vect{p},\vect{\xi}\right)$ \item $\vect{a} = \vect{a} + \frac{1}{3}\vect{a}_K$ \item $x^0 = x^0 + \frac{1}{2}h$ \item $\vect{a} = \vect{a}_I + \vect{a}$ \item $\vect{p} = \mathcal{F}^{-1}\left[\mathcal{L}\left(x^0,\vect{k}_{\bot}\right) \cdot \mathcal{F}\left[\vect{a}_K\right]\right]$ \item $\vect{a}_K = h \: \vect{\mathcal{N}}\left(\vect{x},\vect{a}_K,\vect{p},\vect{\xi}\right)$ \item $\vect{a} = \vect{a} + \frac{1}{6}\vect{a}_K$ \end{enumerate} This method requires two extra copies of the field. One, $\vect{a}_I$, for the initial field value, and the other, $\vect{a}_K$, to act as a working field while the original vector $\vect{a}$ collects the derivative contributions. This saves the final step of copying $\vect{a}_K$ back into $\vect{a}$ that would had to have been performed if $\vect{a}_K$ had collected the derivative contributions. It also requires a similar size vector for the derivatives $\vect{p}$. On most systems where the calculation is not memory-limited, this method tends to achieve a desired accuracy many times faster than the semi-implicit method. \subsection{The Fourth/ Fifth Order adaptive Runge-Kutta Method in the Explicit Picture} \label{sec:ark45exMethod} Once more we use the Fourier Transform (or Spectral) method to determine the transverse derivatives. In order to minimize memory usage the current contents of the arrays containing the final solution are reused to calculate some of the k-vectors. The optimized procedure, after \Sec{sec:ark45Method}, then is: \begin{enumerate} \item Calculate $\vect{\xi}$ if required. \item $\vect{a}_K = \vect{a}$ \item $\vect{a}_I = \vect{a}$ \item $\vect{p} = \mathcal{F}^{-1}\left[\mathcal{L}\left(x^0,\vect{k}_{\bot}\right) \cdot \mathcal{F}\left[\vect{a}_K\right]\right]$ \item $\vect{a}_K = h \: \vect{\mathcal{N}}\left(x^0,\vect{a}_K,\vect{p},\vect{\xi}\right)$ \item $\vect{a} = \vect{a} +c_{1}\vect{a}_K$ \item $\vect{a}^{*} = \vect{a}^{*} +c_{1}^{*}\vect{a}_K$ \item $x^0 = x^0 + a_{2}h$ \item $\vect{a}_K = \vect{a}_I + b_{21}\vect{a}_K$ \item $\vect{p} = \mathcal{F}^{-1}\left[\mathcal{L}\left(x^0,\vect{k}_{\bot}\right) \cdot \mathcal{F}\left[\vect{a}_K\right]\right]$ \item $\vect{a}_K = h \: \vect{\mathcal{N}}\left(x^0,\vect{a}_K,\vect{p},\vect{\xi}\right)$ \item $\vect{a}_J =(1-b_{31}/c_{1}) \vect{a}_I + b_{31}/c_{1}\vect{a} +b_{32} \vect{a}_K$ \item $x^0 = x^0 + (a_{3}-a_{2})h$ \\ (Note: $c_{2}=c_{2}^{*}=0$) \item $\vect{p} = \mathcal{F}^{-1}\left[\mathcal{L}\left(x^0,\vect{k}_{\bot}\right) \cdot \mathcal{F}\left[\vect{a}_K\right]\right]$ \item $\vect{a}_J = h \: \vect{\mathcal{N}}\left(x^0,\vect{a}_J,\vect{p},\vect{\xi}\right)$ \item $\vect{a}_L =(1-b_{41}/c_{1}) \vect{a}_I + b_{41}/c_{1}\vect{a} +b_{42} \vect{a}_K +b_{43}\vect{a}_{J}$ \item $\vect{a} = \vect{a} +c_{3}\vect{a}_J$ \item $\vect{a}^{*} = \vect{a}^{*} +c_{3}^{*}\vect{a}_J$ \item $x^0 = x^0 + (a_{4}-a_{3})h$ \\ \item $\vect{p} = \mathcal{F}^{-1}\left[\mathcal{L}\left(x^0,\vect{k}_{\bot}\right) \cdot \mathcal{F}\left[\vect{a}_K\right]\right]$ \item $\vect{a}_L = h \: \vect{\mathcal{N}}\left(\vect{x},\vect{a}_L,\vect{p},\vect{\xi}\right)$ \item $\vect{a} = \vect{a} +c_{4}\vect{a}_L$ \item $\vect{a}^{*} = \vect{a}^{*} +c_{4}^{*}\vect{a}_L$ \item $\vect{a}_L =(1-b_{51}/c_{1}) \vect{a}_I + b_{51}/c_{1}\vect{a} +b_{52} \vect{a}_K +(b_{53}-b_{51}c_{3}/c_{1})\vect{a}_{J} +(b_{54}-b_{51}c_{4}/c_{1})\vect{a}_{L} $ \item $x^0 = x^0 + (a_{5}-a_{4})h$ \\ \item $\vect{p} = \mathcal{F}^{-1}\left[\mathcal{L}\left(x^0,\vect{k}_{\bot}\right) \cdot \mathcal{F}\left[\vect{a}_K\right]\right]$ \item $\vect{a}_L = h \: \vect{\mathcal{N}}\left(\vect{x},\vect{a}_L,\vect{p},\vect{\xi}\right)$ \item $\vect{a}^{*} = \vect{a}^{*} +c_{5}^{*}\vect{a}_L$\\ (Note: $c_{5}=0$) \item $\vect{a}_L =f_{1} \vect{a}_I +f_{2} \vect{a}_K + f_{3}\vect{a}_{J} + f_{4} \vect{a} +f_{5}\vect{a}_{L} + f_{6} \vect{a}^{*}$ \item $x^0 = x^0 + (a_{6}-a_{5})h$ \\ \item $\vect{p} = \mathcal{F}^{-1}\left[\mathcal{L}\left(x^0,\vect{k}_{\bot}\right) \cdot \mathcal{F}\left[\vect{a}_K\right]\right]$ \item $\vect{a}_L = h \: \vect{\mathcal{N}}\left(\vect{x},\vect{a}_L,\vect{p},\vect{\xi}\right)$ \item $\vect{a} = \vect{a} +c_{6}\vect{a}_J$ \item $\vect{a}^{*} = \vect{a}^{*} +c_{6}^{*}\vect{a}_J$ \end{enumerate} The $f_{i}$ coefficients for the last function evaluation are derived from the original Cash-Karp coefficients (see table \ref{tab:ck}) in the following way: % \begin{align} g&=c_{1}c_{4}^{*}-c_{1}^{*}c_{4} \nonumber \\ f_{1}&=1 + (b_{64}(c_{1}^{*}-c_{1}) + b_{61}(c_{4}-c_{4}^{*}))/g \nonumber \\ f_{2}&=b_{62} \nonumber \\ f_{3}&=b_{63} + (b_{64}(c_{1}^{*}-c_{3}) + b_{61}( c_{3}^{*} c_{4} - c_{3} c_{4}^{*} ))/g \nonumber \\ f_{4}&=(b_{61}c_{4}^{*} -b_{64}c_{1}^{*})/g \nonumber \\ f_{5}&=b_{65} +c_{5}^{*}(b_{61}c_{4} -b_{64}c_{1})/g \nonumber \\ f_{6}&= (b_{64}c_{1} - b_{61}c_{4})/g \nonumber \\ \end{align} % This method requires six extra copies of the field. One, $\vect{a}_I$, for the initial field value, three $\vect{a}_K$, $\vect{a}_J$, $\vect{a}_L$, to act as a working fields while the original vector $\vect{a}$ and $\vect{a}^{*}$ collect the derivative contributions. It also requires a similar size vector for the derivatives $\vect{p}$. \subsection{The Ninth Order Runge-Kutta Method in the Explicit Picture} \label{sec:rk9exMethod} We continue to use the Fourier Transform (or Spectral) method to determine the transverse derivatives. The procedure is \begin{enumerate} \item Calculate $\vect{\xi}$ if required. % Step 1 \item $x^0 = x^0 + a_{1}h$ \item $\vect{a}_a = \vect{a}$ \item $\vect{p} = \mathcal{F}^{-1}\left[\mathcal{L}\left(x^0,\vect{k}_{\bot}\right) \cdot \mathcal{F}\left[\vect{a}_a\right]\right]$ \item $\vect{a}_a = \vect{\mathcal{N}}\left(\vect{x},\vect{a}_a,\vect{p},\vect{\xi}\right)$ % Step 2 \item $x^0 = x^0 + (a_{2}-a_{1})h$ \item $\vect{a}_b = \vect{a} + b_{2,1}\vect{a}_a$ \item $\vect{p} = \mathcal{F}^{-1}\left[\mathcal{L}\left(x^0,\vect{k}_{\bot}\right) \cdot \mathcal{F}\left[\vect{a}_b\right]\right]$ \item $\vect{a}_b = \vect{\mathcal{N}}\left(\vect{x},\vect{a}_b,\vect{p},\vect{\xi}\right)$ % Step 3 \item $x^0 = x^0 + (a_{3}-a_{2})h$ \item $\vect{a}_c = \vect{a} + b_{3,1}\vect{a}_a + b_{3,2}\vect{a}_b$ \item $\vect{p} = \mathcal{F}^{-1}\left[\mathcal{L}\left(x^0,\vect{k}_{\bot}\right) \cdot \mathcal{F}\left[\vect{a}_c\right]\right]$ \item $\vect{a}_c = \vect{\mathcal{N}}\left(\vect{x},\vect{a}_c,\vect{p},\vect{\xi}\right)$ % Step 4 \item $x^0 = x^0 + (a_{4}-a_3)h$ \item $\vect{a}_d = \vect{a} + b_{4,1}\vect{a}_a + b_{4,2}\vect{a}_b + b_{4,3}\vect{a}_c$ \item $\vect{p} = \mathcal{F}^{-1}\left[\mathcal{L}\left(x^0,\vect{k}_{\bot}\right) \cdot \mathcal{F}\left[\vect{a}_d\right]\right]$ \item $\vect{a}_d = \vect{\mathcal{N}}\left(\vect{x},\vect{a}_d,\vect{p},\vect{\xi}\right)$ % Step 5 \item $x^0 = x^0 + (a_{5}-a_{4})h$ \item $\vect{a}_e = \vect{a} + b_{5,1}\vect{a}_a + b_{5,2}\vect{a}_b + b_{5,3}\vect{a}_c + b_{5,4}\vect{a}_d$ \item $\vect{p} = \mathcal{F}^{-1}\left[\mathcal{L}\left(x^0,\vect{k}_{\bot}\right) \cdot \mathcal{F}\left[\vect{a}_e\right]\right]$ \item $\vect{a}_e = \vect{\mathcal{N}}\left(\vect{x},\vect{a}_e,\vect{p},\vect{\xi}\right)$ % Step 6 \item $x^0 = x^0 + (a_{6}-a_{5})h$ \item $\vect{a}_i = \vect{a} + b_{6,1}\vect{a}_a + b_{6,2}\vect{a}_b + b_{6,3}\vect{a}_c + b_{6,4}\vect{a}_d + b_{6,5}\vect{a}_e$ \item $\vect{p} = \mathcal{F}^{-1}\left[\mathcal{L}\left(x^0,\vect{k}_{\bot}\right) \cdot \mathcal{F}\left[\vect{a}_f\right]\right]$ \item $\vect{a}_i = \vect{\mathcal{N}}\left(\vect{x},\vect{a}_i,\vect{p},\vect{\xi}\right)$ % Step 7 \item $x^0 = x^0 + (a_{7}-a_{6})h$ \item $\vect{a}_j = \vect{a} + b_{7,1}\vect{a}_a + b_{7,2}\vect{a}_b + b_{7,3}\vect{a}_c + b_{7,4}\vect{a}_d + b_{7,5}\vect{a}_e + b_{7,6}\vect{a}_i$ \item $\vect{p} = \mathcal{F}^{-1}\left[\mathcal{L}\left(x^0,\vect{k}_{\bot}\right) \cdot \mathcal{F}\left[\vect{a}_j\right]\right]$ \item $\vect{a}_j = \vect{\mathcal{N}}\left(\vect{x},\vect{a}_j,\vect{p},\vect{\xi}\right)$ % Step 8 \item $x^0 = x^0 + (a_{8}-a_{7})h$ \item $\vect{a}_b = \vect{a} + b_{8,1}\vect{a}_a + b_{8,6}\vect{a}_i + b_{8,7}\vect{a}_j$ \item $\vect{p} = \mathcal{F}^{-1}\left[\mathcal{L}\left(x^0,\vect{k}_{\bot}\right) \cdot \mathcal{F}\left[\vect{a}_b\right]\right]$ \item $\vect{a}_b = \vect{\mathcal{N}}\left(\vect{x},\vect{a}_b,\vect{p},\vect{\xi}\right)$ % Step 9 \item $x^0 = x^0 + (a_{9}-a_{8})h$ \item $\vect{a}_c = \vect{a} + b_{9,1}\vect{a}_a + b_{9,6}\vect{a}_i + b_{9,7}\vect{a}_j + b_{9,8}\vect{a}_b$ \item $\vect{p} = \mathcal{F}^{-1}\left[\mathcal{L}\left(x^0,\vect{k}_{\bot}\right) \cdot \mathcal{F}\left[\vect{a}_c\right]\right]$ \item $\vect{a}_c = \vect{\mathcal{N}}\left(\vect{x},\vect{a}_c,\vect{p},\vect{\xi}\right)$ % Step 10 \item $x^0 = x^0 + (a_{10}-a_{9}))h$ \item $\vect{a}_d = \vect{a} + b_{10,1}\vect{a}_a + b_{10,6}\vect{a}_i + b_{10,7}\vect{a}_j + b_{10,8}\vect{a}_b + b_{10,9}\vect{a}_c$ \item $\vect{p} = \mathcal{F}^{-1}\left[\mathcal{L}\left(x^0,\vect{k}_{\bot}\right) \cdot \mathcal{F}\left[\vect{a}_d\right]\right]$ \item $\vect{a}_d = \vect{\mathcal{N}}\left(\vect{x},\vect{a}_d,\vect{p},\vect{\xi}\right)$ % Step 11 \item $x^0 = x^0 + (a_{11}-a_{10})h$ \item $\vect{a}_e = \vect{a} + b_{11,1}\vect{a}_a + b_{11,6}\vect{a}_i + b_{11,7}\vect{a}_j + b_{11,8}\vect{a}_b + b_{11,9}\vect{a}_c + b_{11,10}\vect{a}_d$ \item $\vect{p} = \mathcal{F}^{-1}\left[\mathcal{L}\left(x^0,\vect{k}_{\bot}\right) \cdot \mathcal{F}\left[\vect{a}_e\right]\right]$ \item $\vect{a}_e = \vect{\mathcal{N}}\left(\vect{x},\vect{a}_e,\vect{p},\vect{\xi}\right)$ % Step 12 \item $x^0 = x^0 + (a_{12}-a_{11})h$ \item $\vect{a}_f = \vect{a} + b_{12,1}\vect{a}_a + b_{12,6}\vect{a}_i + b_{12,7}\vect{a}_j + b_{12,8}\vect{a}_b + b_{12,9}\vect{a}_c + b_{12,10}\vect{a}_d + b_{12,11}\vect{a}_e$ \item $\vect{p} = \mathcal{F}^{-1}\left[\mathcal{L}\left(x^0,\vect{k}_{\bot}\right) \cdot \mathcal{F}\left[\vect{a}_f\right]\right]$ \item $\vect{a}_f = \vect{\mathcal{N}}\left(\vect{x},\vect{a}_f,\vect{p},\vect{\xi}\right)$ % Step 13 \item $x^0 = x^0 + (a_{13}-a_{12})h$ \item $\vect{a}_g = \vect{a} + b_{13,1}\vect{a}_a + b_{13,6}\vect{a}_i + b_{13,7}\vect{a}_j + b_{13,8}\vect{a}_b + b_{13,9}\vect{a}_c + b_{13,10}\vect{a}_d + b_{13,11}\vect{a}_e + b_{13,12}\vect{a}_f$ \item $\vect{p} = \mathcal{F}^{-1}\left[\mathcal{L}\left(x^0,\vect{k}_{\bot}\right) \cdot \mathcal{F}\left[\vect{a}_g\right]\right]$ \item $\vect{a}_g = \vect{\mathcal{N}}\left(\vect{x},\vect{a}_g,\vect{p},\vect{\xi}\right)$ % Step 14 \item $x^0 = x^0 + (a_{14}-a_{13})h$ \item $\vect{a}_h = \vect{a} + b_{14,1}\vect{a}_a + b_{14,6}\vect{a}_i + b_{14,7}\vect{a}_j + b_{14,8}\vect{a}_b + b_{14,9}\vect{a}_c + b_{14,10}\vect{a}_d + b_{14,11}\vect{a}_e + b_{14,12}\vect{a}_f + b_{14,13}\vect{a}_g$ \item $\vect{p} = \mathcal{F}^{-1}\left[\mathcal{L}\left(x^0,\vect{k}_{\bot}\right) \cdot \mathcal{F}\left[\vect{a}_h\right]\right]$ \item $\vect{a}_h = \vect{\mathcal{N}}\left(\vect{x},\vect{a}_h,\vect{p},\vect{\xi}\right)$ % Step 15 and 16 combined to reduce memory use \item $\vect{a}_i = \vect{a} + b_{15,1}\vect{a}_a + b_{15,6}\vect{a}_i + b_{15,7}\vect{a}_j + b_{15,8}\vect{a}_b + b_{15,9}\vect{a}_c + b_{15,10}\vect{a}_d + b_{15,11}\vect{a}_e + b_{15,12}\vect{a}_f + b_{15,13}\vect{a}_g + b_{15,14}\vect{a}_h$ \item $\vect{a}_j = (1-b_{16,6}/b_{15,6})\vect{a} + (b_{16,1}-b_{15,1}b_{16,6}/b_{15,6})\vect{a}_a + (b_{16,6}/b_{15,6})\vect{a}_i + (b_{16,7}-b_{15,7}b_{16,6}/b_{15,6})\vect{a}_j + (b_{16,8}-b_{16,8}b_{16,6}/b_{15,6})\vect{a}_b + (b_{16,9}-b_{15,9}b_{16,6}/b_{15,6})\vect{a}_c + (b_{16,10}-b_{15,10}b_{16,6}/b_{15,6})\vect{a}_d + (b_{16,11}-b_{15,11}b_{16,6}/b_{15,6})\vect{a}_e + (b_{16,12}-b_{15,12}b_{16,6}/b_{15,6})\vect{a}_f + (b_{16,13}-b_{15,13}b_{16,6}/b_{15,6})\vect{a}_g + (b_{16,14}-b_{15,14}b_{16,6}/b_{15,6})\vect{a}_h$ \item $x^0 = x^0 + (a_{15}-a_{14})h$ \item $\vect{p} = \mathcal{F}^{-1}\left[\mathcal{L}\left(x^0,\vect{k}_{\bot}\right) \cdot \mathcal{F}\left[\vect{a}_i\right]\right]$ \item $\vect{a}_i = \vect{\mathcal{N}}\left(\vect{x},\vect{a}_i,\vect{p},\vect{\xi}\right)$ \item $x^0 = x^0 + (a_{16}-a_{15})h$ \item $\vect{p} = \mathcal{F}^{-1}\left[\mathcal{L}\left(x^0,\vect{k}_{\bot}\right) \cdot \mathcal{F}\left[\vect{a}_j\right]\right]$ \item $\vect{a}_j = \vect{\mathcal{N}}\left(\vect{x},\vect{a}_j,\vect{p},\vect{\xi}\right)$ % Take full step \item $\vect{a} = \vect{a} + c_{1}\vect{a}_a + c_{8}\vect{a}_b + c_{9}\vect{a}_c + c_{10}\vect{a}_d + c_{11}\vect{a}_e + c_{12}\vect{a}_f + c_{13}\vect{a}_g + c_{14}\vect{a}_h + c_{15}\vect{a}_i + c_{16}\vect{a}_j$ \end{enumerate} This method requires 10 extra copies of the field, $\vect{a}_a$ to $\vect{j}_j$. Many of the $a_i$ $b_{ij}$ and $c_i$ constants are zero in the Eight/Ninth order Runge Kutta method are zero, meaning not all fields produced at each midstep are required all the time, this allows us to reduce the total number of fields required significantly. The 15th and 16th steps were merged together as well to reduce the total fields needed in memory. Stochastic problems when solved with this methods will achieve a significant performance boost many orders or magnitude greater than extra memory use. \subsection{The Eighth/Ninth Order adaptive Runge-Kutta Method in the Explicit Picture} \label{sec:rk89exMethod} We continue to use the Fourier Transform (or Spectral) method to determine the transverse derivatives. The procedure is \begin{enumerate} \item Calculate $\vect{\xi}$ if required. % Step 1 \item $x^0 = x^0 + a_{1}h$ \item $\vect{a}_a = \vect{a}$ \item $\vect{p} = \mathcal{F}^{-1}\left[\mathcal{L}\left(x^0,\vect{k}_{\bot}\right) \cdot \mathcal{F}\left[\vect{a}_a\right]\right]$ \item $\vect{a}_a = \vect{\mathcal{N}}\left(\vect{x},\vect{a}_a,\vect{p},\vect{\xi}\right)$ % Step 2 \item $x^0 = x^0 + (a_{2}-a_{1})h$ \item $\vect{a}_b = \vect{a} + b_{2,1}\vect{a}_a$ \item $\vect{p} = \mathcal{F}^{-1}\left[\mathcal{L}\left(x^0,\vect{k}_{\bot}\right) \cdot \mathcal{F}\left[\vect{a}_b\right]\right]$ \item $\vect{a}_b = \vect{\mathcal{N}}\left(\vect{x},\vect{a}_b,\vect{p},\vect{\xi}\right)$ % Step 3 \item $x^0 = x^0 + (a_{3}-a_{2})h$ \item $\vect{a}_c = \vect{a} + b_{3,1}\vect{a}_a + b_{3,2}\vect{a}_b$ \item $\vect{p} = \mathcal{F}^{-1}\left[\mathcal{L}\left(x^0,\vect{k}_{\bot}\right) \cdot \mathcal{F}\left[\vect{a}_c\right]\right]$ \item $\vect{a}_c = \vect{\mathcal{N}}\left(\vect{x},\vect{a}_c,\vect{p},\vect{\xi}\right)$ % Step 4 \item $x^0 = x^0 + (a_{4}-a_3)h$ \item $\vect{a}_d = \vect{a} + b_{4,1}\vect{a}_a + b_{4,2}\vect{a}_b + b_{4,3}\vect{a}_c$ \item $\vect{p} = \mathcal{F}^{-1}\left[\mathcal{L}\left(x^0,\vect{k}_{\bot}\right) \cdot \mathcal{F}\left[\vect{a}_d\right]\right]$ \item $\vect{a}_d = \vect{\mathcal{N}}\left(\vect{x},\vect{a}_d,\vect{p},\vect{\xi}\right)$ % Step 5 \item $x^0 = x^0 + (a_{5}-a_{4})h$ \item $\vect{a}_e = \vect{a} + b_{5,1}\vect{a}_a + b_{5,2}\vect{a}_b + b_{5,3}\vect{a}_c + b_{5,4}\vect{a}_d$ \item $\vect{p} = \mathcal{F}^{-1}\left[\mathcal{L}\left(x^0,\vect{k}_{\bot}\right) \cdot \mathcal{F}\left[\vect{a}_e\right]\right]$ \item $\vect{a}_e = \vect{\mathcal{N}}\left(\vect{x},\vect{a}_e,\vect{p},\vect{\xi}\right)$ % Step 6 \item $x^0 = x^0 + (a_{6}-a_{5})h$ \item $\vect{a}_i = \vect{a} + b_{6,1}\vect{a}_a + b_{6,2}\vect{a}_b + b_{6,3}\vect{a}_c + b_{6,4}\vect{a}_d + b_{6,5}\vect{a}_e$ \item $\vect{p} = \mathcal{F}^{-1}\left[\mathcal{L}\left(x^0,\vect{k}_{\bot}\right) \cdot \mathcal{F}\left[\vect{a}_f\right]\right]$ \item $\vect{a}_i = \vect{\mathcal{N}}\left(\vect{x},\vect{a}_i,\vect{p},\vect{\xi}\right)$ % Step 7 \item $x^0 = x^0 + (a_{7}-a_{6})h$ \item $\vect{a}_j = \vect{a} + b_{7,1}\vect{a}_a + b_{7,2}\vect{a}_b + b_{7,3}\vect{a}_c + b_{7,4}\vect{a}_d + b_{7,5}\vect{a}_e + b_{7,6}\vect{a}_i$ \item $\vect{p} = \mathcal{F}^{-1}\left[\mathcal{L}\left(x^0,\vect{k}_{\bot}\right) \cdot \mathcal{F}\left[\vect{a}_j\right]\right]$ \item $\vect{a}_j = \vect{\mathcal{N}}\left(\vect{x},\vect{a}_j,\vect{p},\vect{\xi}\right)$ % Step 8 \item $x^0 = x^0 + (a_{8}-a_{7})h$ \item $\vect{a}_b = \vect{a} + b_{8,1}\vect{a}_a + b_{8,6}\vect{a}_i + b_{8,7}\vect{a}_j$ \item $\vect{p} = \mathcal{F}^{-1}\left[\mathcal{L}\left(x^0,\vect{k}_{\bot}\right) \cdot \mathcal{F}\left[\vect{a}_b\right]\right]$ \item $\vect{a}_b = \vect{\mathcal{N}}\left(\vect{x},\vect{a}_b,\vect{p},\vect{\xi}\right)$ % Step 9 \item $x^0 = x^0 + (a_{9}-a_{8})h$ \item $\vect{a}_c = \vect{a} + b_{9,1}\vect{a}_a + b_{9,6}\vect{a}_i + b_{9,7}\vect{a}_j + b_{9,8}\vect{a}_b$ \item $\vect{p} = \mathcal{F}^{-1}\left[\mathcal{L}\left(x^0,\vect{k}_{\bot}\right) \cdot \mathcal{F}\left[\vect{a}_c\right]\right]$ \item $\vect{a}_c = \vect{\mathcal{N}}\left(\vect{x},\vect{a}_c,\vect{p},\vect{\xi}\right)$ % Step 10 \item $x^0 = x^0 + (a_{10}-a_{9}))h$ \item $\vect{a}_d = \vect{a} + b_{10,1}\vect{a}_a + b_{10,6}\vect{a}_i + b_{10,7}\vect{a}_j + b_{10,8}\vect{a}_b + b_{10,9}\vect{a}_c$ \item $\vect{p} = \mathcal{F}^{-1}\left[\mathcal{L}\left(x^0,\vect{k}_{\bot}\right) \cdot \mathcal{F}\left[\vect{a}_d\right]\right]$ \item $\vect{a}_d = \vect{\mathcal{N}}\left(\vect{x},\vect{a}_d,\vect{p},\vect{\xi}\right)$ % Step 11 \item $x^0 = x^0 + (a_{11}-a_{10})h$ \item $\vect{a}_e = \vect{a} + b_{11,1}\vect{a}_a + b_{11,6}\vect{a}_i + b_{11,7}\vect{a}_j + b_{11,8}\vect{a}_b + b_{11,9}\vect{a}_c + b_{11,10}\vect{a}_d$ \item $\vect{p} = \mathcal{F}^{-1}\left[\mathcal{L}\left(x^0,\vect{k}_{\bot}\right) \cdot \mathcal{F}\left[\vect{a}_e\right]\right]$ \item $\vect{a}_e = \vect{\mathcal{N}}\left(\vect{x},\vect{a}_e,\vect{p},\vect{\xi}\right)$ % Step 12 \item $x^0 = x^0 + (a_{12}-a_{11})h$ \item $\vect{a}_f = \vect{a} + b_{12,1}\vect{a}_a + b_{12,6}\vect{a}_i + b_{12,7}\vect{a}_j + b_{12,8}\vect{a}_b + b_{12,9}\vect{a}_c + b_{12,10}\vect{a}_d + b_{12,11}\vect{a}_e$ \item $\vect{p} = \mathcal{F}^{-1}\left[\mathcal{L}\left(x^0,\vect{k}_{\bot}\right) \cdot \mathcal{F}\left[\vect{a}_f\right]\right]$ \item $\vect{a}_f = \vect{\mathcal{N}}\left(\vect{x},\vect{a}_f,\vect{p},\vect{\xi}\right)$ % Step 13 \item $x^0 = x^0 + (a_{13}-a_{12})h$ \item $\vect{a}_g = \vect{a} + b_{13,1}\vect{a}_a + b_{13,6}\vect{a}_i + b_{13,7}\vect{a}_j + b_{13,8}\vect{a}_b + b_{13,9}\vect{a}_c + b_{13,10}\vect{a}_d + b_{13,11}\vect{a}_e + b_{13,12}\vect{a}_f$ \item $\vect{p} = \mathcal{F}^{-1}\left[\mathcal{L}\left(x^0,\vect{k}_{\bot}\right) \cdot \mathcal{F}\left[\vect{a}_g\right]\right]$ \item $\vect{a}_g = \vect{\mathcal{N}}\left(\vect{x},\vect{a}_g,\vect{p},\vect{\xi}\right)$ % Step 14 \item $x^0 = x^0 + (a_{14}-a_{13})h$ \item $\vect{a}_h = \vect{a} + b_{14,1}\vect{a}_a + b_{14,6}\vect{a}_i + b_{14,7}\vect{a}_j + b_{14,8}\vect{a}_b + b_{14,9}\vect{a}_c + b_{14,10}\vect{a}_d + b_{14,11}\vect{a}_e + b_{14,12}\vect{a}_f + b_{14,13}\vect{a}_g$ \item $\vect{p} = \mathcal{F}^{-1}\left[\mathcal{L}\left(x^0,\vect{k}_{\bot}\right) \cdot \mathcal{F}\left[\vect{a}_h\right]\right]$ \item $\vect{a}_h = \vect{\mathcal{N}}\left(\vect{x},\vect{a}_h,\vect{p},\vect{\xi}\right)$ % Step 15 and 16 combined to reduce memory use \item $\vect{a}_i = \vect{a} + b_{15,1}\vect{a}_a + b_{15,6}\vect{a}_i + b_{15,7}\vect{a}_j + b_{15,8}\vect{a}_b + b_{15,9}\vect{a}_c + b_{15,10}\vect{a}_d + b_{15,11}\vect{a}_e + b_{15,12}\vect{a}_f + b_{15,13}\vect{a}_g + b_{15,14}\vect{a}_h$ \item $\vect{a}_j = (1-b_{16,6}/b_{15,6})\vect{a} + (b_{16,1}-b_{15,1}b_{16,6}/b_{15,6})\vect{a}_a + (b_{16,6}/b_{15,6})\vect{a}_i + (b_{16,7}-b_{15,7}b_{16,6}/b_{15,6})\vect{a}_j + (b_{16,8}-b_{16,8}b_{16,6}/b_{15,6})\vect{a}_b + (b_{16,9}-b_{15,9}b_{16,6}/b_{15,6})\vect{a}_c + (b_{16,10}-b_{15,10}b_{16,6}/b_{15,6})\vect{a}_d + (b_{16,11}-b_{15,11}b_{16,6}/b_{15,6})\vect{a}_e + (b_{16,12}-b_{15,12}b_{16,6}/b_{15,6})\vect{a}_f + (b_{16,13}-b_{15,13}b_{16,6}/b_{15,6})\vect{a}_g + (b_{16,14}-b_{15,14}b_{16,6}/b_{15,6})\vect{a}_h$ \item $x^0 = x^0 + (a_{15}-a_{14})h$ \item $\vect{p} = \mathcal{F}^{-1}\left[\mathcal{L}\left(x^0,\vect{k}_{\bot}\right) \cdot \mathcal{F}\left[\vect{a}_i\right]\right]$ \item $\vect{a}_i = \vect{\mathcal{N}}\left(\vect{x},\vect{a}_i,\vect{p},\vect{\xi}\right)$ \item $x^0 = x^0 + (a_{16}-a_{15})h$ \item $\vect{p} = \mathcal{F}^{-1}\left[\mathcal{L}\left(x^0,\vect{k}_{\bot}\right) \cdot \mathcal{F}\left[\vect{a}_j\right]\right]$ \item $\vect{a}_j = \vect{\mathcal{N}}\left(\vect{x},\vect{a}_j,\vect{p},\vect{\xi}\right)$ % Take full step \item $\vect{a}_{Int} = \vect{a}$ \item $\vect{a} = \vect{a} + c_{1}\vect{a}_a + c_{8}\vect{a}_b + c_{9}\vect{a}_c + c_{10}\vect{a}_d + c_{11}\vect{a}_e + c_{12}\vect{a}_f + c_{13}\vect{a}_g + c_{14}\vect{a}_h + c_{15}\vect{a}_i + c_{16}\vect{a}_j$ \item $\vect{a}_a = \vect{a}_{Int} + c_{1}^*\vect{a}_a + c_{8}^*\vect{a}_b + c_{9}^*\vect{a}_c + c_{10}^*\vect{a}_d + c_{11}^*\vect{a}_e + c_{12}^*\vect{a}_f + c_{13}^*\vect{a}_g + c_{14}^*\vect{a}_h + c_{15}^*\vect{a}_i + c_{16}^*\vect{a}_j$ \end{enumerate} This method requires 11 extra copies of the field. An additional copy is required for the adaptive time-step (compared to the non adaptive ARK9EX) since the approximate error in the step must be calculated. This is achieved using the field stored in $\vect{a}_a$ which holds the 8th order solution, analogous to the $\vect{a}^*$ in the ARK45 method. Once again we should note the adaptive step implemented in this method is stochastically safe, making it the best performing solver for stochastic problems. \subsection{Interaction Picture Methods} \label{sec:ipMethod} Interaction picture methods can only be applied to equations of the general form: \begin{equation} \frac{\partial}{\partial x^0}a^i(x^0,\vect{x}_\bot) = \mathcal{F}^{-1}\left[\mathcal{L}^i(x^0,\vect{k}_{\bot}) \mathcal{F}[a^i(\vect{x})] \right] + \mathcal{N}^i\left(\vect{x}, \vect{a}(\vect{x}), \vect{\xi}(\vect{x})\right). \label{eq:ipPde} \end{equation} Although it is possible to define interaction picture algorithms in which the linear operators may have the general matrix form $\mathcal{L}^{ij}$, here they are restricted to the diagonal form $\mathcal{L}^i$. Non-diagonal operators require eigen-vector-value decomposition each time step and at each lattice point, which becomes computationally expensive. These $\mathcal{L}^i$ operators may still have coefficients that depend on the the propagation dimension and an the Fourier space coordinates $\vect{k}_\bot$. The evolution of the field $\vect{a}$ is carried out in both normal space {\em and} Fourier space in alternating steps, hence this method is also known as a {\em Split-Step} method, or a {\em Split-Operator} method. The exact implementation depends on the main integration method employed, as is detailed in the following Sections, \ref{sec:siipMethod} and \ref{sec:rk4ipMethod}. As a general rule the interaction picture algorithms are faster and more stable than their Explicit picture counterparts, but they are also more restrictive with regard to the allowable linear operators. \subsection{The Semi-Implicit method in the Interaction Picture} \label{sec:siipMethod} The original derivation of this method was performed by Drummond~\cite{Drummond:1983:1}, and we repeat it here since it is the most efficient and stable method for solving stochastic PDEs. Consider now expressing the field $a$ as the transform: \begin{equation} a^i(x^0,\vect{x}_\bot) = e^{\left(x^0-z\right)\mathcal{L}^i\left(x^0,\vect{k}_{\bot}\right)} \left[b^i(x^0,\vect{x}_\bot)\right]. \end{equation} The time derivative of $\vect{a}$ then becomes: \begin{equation} \frac{\partial}{\partial x^0} a^i(x^0,\vect{x}_\bot) = \mathcal{L}^i\left(x^0,\vect{k}_{\bot}\right) \left[a^i\right] + e^{\left(x^0-z\right)f^i(x^0,\vect{k}_\bot)\mathcal{L}^i} \left[\dot{b}^i\right], \end{equation} since the operators $\mathcal{L}$ are linear. Equating this result with \eqn{eq:ipPde} we get: \begin{equation} \dot{b}^i(x^0,\vect{x}_\bot) = e^{-\left(x^0-z\right)\mathcal{L}^i\left(x^0,\vect{k}_{\bot}\right)} \left[\mathcal{N}^i\left(\vect{x},\vect{a},\vect{\xi}\right)\right]. \end{equation} Now solving for $\vect{b}$ using the semi-implicit method yields: \begin{align} b^i\left(x^0 + \frac{h}{2},\vect{x}_\bot\right) & = b^i\left(x^0,\vect{x}_\bot\right)\\ & + \frac{1}{2} \: h \: e^{-\left(x^0+\frac{h}{2}-z\right)\mathcal{L}^i\left(x^0,\vect{k}_{\bot}\right)} \left[ \mathcal{N}^i\left(x^0 + \frac{h}{2}, \vect{x}_\bot, \vect{a}\left(x^0 + \frac{h}{2},\vect{x}_\bot\right),\vect{\xi}\right) \right]. \end{align} Finally, if we define $z=x^0+\frac{h}{2}$ then $\vect{a}$ and $\vect{b}$ become identical at the middle of the time step, and we obtain \begin{equation} b^i\left(x^0 + \frac{h}{2},\vect{x}_\bot\right) = b^i\left(x^0,\vect{x}_\bot\right) + \frac{h}{2} \mathcal{N}^i\left(x^0 + \frac{h}{2}, \vect{x}_\bot, \vect{b}\left(x^0 + \frac{h}{2},\vect{x}_\bot\right),\vect{\xi}\right). \label{eq:siip1} \end{equation} Hence the $\vect{a}$ and $\vect{b}$ fields are transformed from one to the other at the beginning and end of the time step using the linear operators, and the $\vect{b}$ field is evolved over the time step using the nonlinear operators and the semi-implicit algorithm. Thus the algorithm becomes quite simply: \begin{enumerate} \item $\vect{a} = e^{\frac{1}{2}h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}$ \item Calculate $\vect{\xi}$ if required. \item $x^0 = x^0 + \frac{1}{2}h$ \item For each point in space do: \begin{enumerate} \item $\vect{a_I}=\vect{a}$ \item For N-1 iterations do: \begin{enumerate} \item $\vect{a} = \vect{a}_{I} + \frac{1}{2} h \: \vect{\mathcal{N}}(\vect{x},\vect{a},\vect{\xi})$ \end{enumerate} \item $\vect{a} = \vect{a}_{I} + h \: \vect{\mathcal{N}}(\vect{x},\vect{a},\vect{\xi})$ \end{enumerate} \item $x^0 = x^0 + \frac{1}{2}h$ \item $\vect{a} = e^{\frac{1}{2}h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}$ \end{enumerate} The first and the last steps are easily performed with the field in Fourier space since the linear operators reduce to $k_\bot$ multipliers. Note that the dependence of the linear operators $\mathcal{L}^i(x^0,\vect{k}_\bot)$ on the propagation dimension ought to be weak in comparison to the size of the time step. If they do vary with time then the exponentials will have to be calculated at every time step, which can be computationally expensive with some CPU architectures. Otherwise the exponentials may be pre-calculated and tabulated for reference. Further advantages of this method are that the forward and backward Fourier transforms may be performed {\em in place} (i.e. within the current memory block), as can the point-by-point multiplication of the field by the exponentials. Thus no extra copies of the field are required. \subsection{The Fourth Order Runge-Kutta Method in the Interaction Picture} \label{sec:rk4ipMethod} One way of reducing the memory overhead on the RK4 algorithm is to move into an interaction picture, exactly as was performed in the split-step semi-implicit method above. This method was derived by Rob Ballagh's BEC group at the University of Otago. It is described in detail in the PhD thesis of B.M. Caradoc-Davies~\cite{web:Caradoc-Davies}. We will present only an optimised recipe for implementing this algorithm: \begin{enumerate} \item Calculate $\vect{\xi}$ if required. \item $\vect{a}_K = \vect{a}$ \item $\vect{a} = e^{\frac{1}{2}h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}$ \item $\vect{a}_I = \vect{a}$ \item $\vect{a}_K = h \: \vect{\mathcal{N}}(\vect{x},\vect{a}_K,\vect{\xi})$ \item $\vect{a}_K = e^{\frac{1}{2}h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_K$ \item $\vect{a} = \vect{a}+\frac{1}{6}\vect{a}_K$ \item $x^0 = x^0 + \frac{1}{2}h$ \item $\vect{a}_K = \vect{a}_I + \frac{1}{2}\vect{a}_K$ \item $\vect{a}_K = h \: \vect{\mathcal{N}}(\vect{x},\vect{a}_K,\vect{\xi})$ \item $\vect{a} = \vect{a}+\frac{1}{3}\vect{a}_K$ \item $\vect{a}_K = \vect{a}_I + \frac{1}{2}\vect{a}_K$ \item $\vect{a}_K = h \: \vect{\mathcal{N}}(\vect{x},\vect{a}_K,\vect{\xi})$ \item $\vect{a} = \vect{a}+\frac{1}{3}\vect{a}_K$ \item $x^0 = x^0 + \frac{1}{2}h$ \item $\vect{a}_K = \vect{a}_I + \vect{a}_K$ \item $\vect{a}_K = e^{\frac{1}{2}h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_K$ \item $\vect{a}_K = h \: \vect{\mathcal{N}}(\vect{x},\vect{a}_K,\vect{\xi})$ \item $\vect{a} = e^{\frac{1}{2}h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}$ \item $\vect{a} = \vect{a}+\frac{1}{6}\vect{a}_K$ \end{enumerate} Similarly to the semi-implicit algorithm in the interaction picture, the first and the last steps are easily performed with the field in Fourier space since the linear operators reduce to $k_\bot$ multipliers. And again note that the dependence of the linear operators $\mathcal{L}^i(x^0,\vect{k}_\bot)$ on the propagation dimension ought to be weak in comparison to the size of the time step. This algorithm has a similar memory overhead as its Explicit picture counterpart, but it no longer needs the memory for the $\vect{p}$ derivatives vector, nor does it have to do the work to calculate this vector. The interaction picture method relies on the derivative Operator being independent of the propagation dimension, otherwise it cannot function as a fourth order algorithm. \subsection{The Fourth/ Fifth Order adaptive Runge-Kutta Method in the Interaction Picture} \label{sec:ark45ipMethod} In the Fourth/ Fifth Order adaptive Runge-Kutta algorithm it seems we would require too many Fourier transforms for this to be efficient. Following \cite{web:MatthewDavis} the function can however primarily be evolved in Fourier space and transformed into normal space for calculation of the $\vect{\mathcal{N}}(\vect{x},\vect{a}_i,\vect{\xi})$ only. The use of the interaction picture does not allow a reduction of the computational effort to the same extent as in the RK4IP algorithm, but this method can still be vastly superior over the adaptive explicit picture method as it allows larger step sizes for equations containing certain derivative operators. In the following the vectors $\vect{a}$, $\vect{a}^{*}$ are supposed to be initially in Fourier space. Note that for the calculation of the $\vect{\mathcal{N}}()$ these are transformed into normal space. \begin{enumerate} \item Calculate $\vect{\xi}$ if required. \item $\vect{a}_K =\vect{a}$ \item $\vect{a} = e^{a_{2}h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}$ \item $\vect{a}_{I} =\vect{a}$ \item $\vect{a}^{*} = \vect{a}$ \item $\vect{a}_K = h \: \mathcal{F}\left[\vect{\mathcal{N}}\left(x^0, \mathcal{F}^{-1}\left[\vect{a}_K\right],\vect{\xi}\right)\right]$ \item $\vect{a}_{K} = e^{-a_{2}h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{K}$ \item $\vect{a} = \vect{a} +c_{1}\vect{a}_K$ \item $\vect{a}^{*} = \vect{a}^{*} +c_{1}^{*}\vect{a}_K$ \item $x^0 = x^0 + a_{2}h$ \item $\vect{a}_K = \vect{a}_I + b_{21}\vect{a}_K$ \item $\vect{a}_K = h \: \mathcal{F}\left[\vect{\mathcal{N}}\left(x^0,\mathcal{F}^{-1}\left[\vect{a}_K\right],\vect{\xi}\right)\right]$ \item $\vect{a}_J =(1-b_{31}/c_{1}) \vect{a}_I + b_{31}/c_{1}\vect{a} +b_{32} \vect{a}_K$ \item $x^0 = x^0 + (a_{3}-a_{2})h$ \\ (Note: $c_{2}=c_{2}^{*}=0$) \item $\vect{a}_{J} = e^{(a_{3}-a_{2})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{J}$ \item $\vect{a}_J = h \: \mathcal{F}\left[\vect{\mathcal{N}}\left(x^0,\mathcal{F}^{-1}\left[\vect{a}_J\right],\vect{\xi}\right)\right]$ \item $\vect{a}_{J} = e^{-(a_{3}-a_{2})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{J}$ \item $\vect{a}_L =(1-b_{41}/c_{1}) \vect{a}_I + b_{41}/c_{1}\vect{a} +b_{42} \vect{a}_K +b_{43}\vect{a}_{J}$ \item $\vect{a} = \vect{a} +c_{3}\vect{a}_J$ \item $\vect{a}^{*} = \vect{a}^{*} +c_{3}^{*}\vect{a}_J$ \item $x^0 = x^0 + (a_{4}-a_{3})h$ \\ \item $\vect{a}_{L} = e^{(a_{4}-a_{2})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{L}$ \item $\vect{a}_L = h \: \mathcal{F}\left[\vect{\mathcal{N}}\left(\vect{x},\mathcal{F}^{-1}\left[\vect{a}_L\right],\vect{\xi}\right)\right]$ \item $\vect{a}_{L} = e^{-(a_{4}-a_{2})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{L}$ \item $\vect{a} = \vect{a} +c_{4}\vect{a}_L$ \item $\vect{a}^{*} = \vect{a}^{*} +c_{4}^{*}\vect{a}_L$ \item $\vect{a}_L =(1-b_{51}/c_{1}) \vect{a}_I + b_{51}/c_{1}\vect{a} +b_{52} \vect{a}_K +(b_{53}-b_{51}c_{3}/c_{1})\vect{a}_{J} +(b_{54}-b_{51}c_{4}/c_{1})\vect{a}_{L} $ \item $x^0 = x^0 + (a_{5}-a_{4})h$ \\ \item $\vect{a}_{L} = e^{(a_{5}-a_{2})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{L}$ \item $\vect{a}_L = h \: \mathcal{F}\left[\vect{\mathcal{N}}\left(\vect{x},\mathcal{F}^{-1}\left[\vect{a}_L\right],\vect{\xi}\right)\right]$ \item $\vect{a}_{L} = e^{-(a_{5}-a_{2})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{L}$ \item $\vect{a}^{*} = \vect{a}^{*} +c_{5}^{*}\vect{a}_L$\\ (Note: $c_{5}=0$) \item $\vect{a}_L =f_{1} \vect{a}_I +f_{2} \vect{a}_K + f_{3}\vect{a}_{J} + f_{4} \vect{a} +f_{5}\vect{a}_{L} + f_{6} \vect{a}^{*}$ \item $x^0 = x^0 + (a_{6}-a_{5})h$ \\ \item $\vect{a}_{L} = e^{(a_{6}-a_{2})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{L}$ \item $\vect{a}_L = h \: \mathcal{F}\left[\vect{\mathcal{N}}\left(\vect{x},\mathcal{F}^{-1}\left[\vect{a}_L\right],\vect{\xi}\right)\right]$ \item $\vect{a}_{L} = e^{-(a_{6}-a_{2})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{L}$ \item $\vect{a} = \vect{a} +c_{6}\vect{a}_J$ \item $\vect{a}^{*} = \vect{a}^{*} +c_{6}^{*}\vect{a}_J$ \item $x^0 = x^0 + (a_{6}-a_{5})h$ \\ \item $\vect{a} = e^{(1-a_{2})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}$ \item $\vect{a}^{*}= e^{(1-a_{2})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}^{*}$ \end{enumerate} The $f_{i}$ coefficients are listed in section \ref{sec:ark45exMethod}. Unlike its fixed step counterpart (RK4IP), this algorithm requires significant memory for the fastest calculation of the Fourier space propagation, as the arguments of the exponentials contain different factors of $a_{i}-a_{2}$ for each application. If this turns out to be a problem, XMDS offers the possibility to sacrifice speed for less memory consumption by the use of an appropriate flag. As the two computed solutions are of fourth and fifth order \emph{only} if the derivative operators are independent of the propagation dimension, this algorithm cannot be used at all for problems where this is not the case. \subsection{The Ninth Order Runge-Kutta Method in the Interaction Picture} \label{sec:rk9ipMethod} The ninth order Runge-Kutta does require a large amount of Fourier transforms, since there is no temporal Symmetry in the algorithm. However the improvement in convergence may offset the extra time required, particularly in stochastic problems. \begin{enumerate} \item Calculate $\vect{\xi}$ if required. % Step 1 \item $x^0 = x^0 + a_{1}h$ \item $\vect{a}_a = \vect{a}$ \item $\vect{a} = e^{h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}$ \item $\vect{a}_a = h \:\mathcal{F}\left[\vect{\mathcal{N}}\left(x^0,\mathcal{F}^{-1}\left[\vect{a}_a\right],\vect{\xi}\right)\right]$ \item $\vect{a}_{a} = e^{h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{a}$ % Step 2 \item $x^0 = x^0 + (a_{2}-a_{1})h$ \item $\vect{a}_b = \vect{a} + b_{2,1}\vect{a}_a$ \item $\vect{a}_{b} = e^{-(1-a_{2})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{b}$ \item $\vect{a}_b = h \:\mathcal{F}\left[\vect{\mathcal{N}}\left(x^0,\mathcal{F}^{-1}\left[\vect{a}_b\right],\vect{\xi}\right)\right]$ \item $\vect{a}_{b} = e^{(1-a_{2})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{b}$ % Step 3 \item $x^0 = x^0 + (a_{3}-a_{2})h$ \item $\vect{a}_c = \vect{a} + b_{3,1}\vect{a}_a + b_{3,2}\vect{a}_b$ \item $\vect{a}_{c} = e^{-(1-a_{3})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{c}$ \item $\vect{a}_c = h \:\mathcal{F}\left[\vect{\mathcal{N}}\left(x^0,\mathcal{F}^{-1}\left[\vect{a}_c\right],\vect{\xi}\right)\right]$ \item $\vect{a}_{c} = e^{(1-a_{3})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{c}$ % Step 4 \item $x^0 = x^0 + (a_{4}-a_3)h$ \item $\vect{a}_d = \vect{a} + b_{4,1}\vect{a}_a + b_{4,2}\vect{a}_b + b_{4,3}\vect{a}_c$ \item $\vect{a}_{d} = e^{-(1-a_{4})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{d}$ \item $\vect{a}_d = h \:\mathcal{F}\left[\vect{\mathcal{N}}\left(x^0,\mathcal{F}^{-1}\left[\vect{a}_d\right],\vect{\xi}\right)\right]$ \item $\vect{a}_{d} = e^{(1-a_{4})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{d}$ % Step 5 \item $x^0 = x^0 + (a_{5}-a_{4})h$ \item $\vect{a}_e = \vect{a} + b_{5,1}\vect{a}_a + b_{5,2}\vect{a}_b + b_{5,3}\vect{a}_c + b_{5,4}\vect{a}_d$ \item $\vect{a}_{e} = e^{-(1-a_{5})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{e}$ \item $\vect{a}_e = h \:\mathcal{F}\left[\vect{\mathcal{N}}\left(x^0,\mathcal{F}^{-1}\left[\vect{a}_e\right],\vect{\xi}\right)\right]$ \item $\vect{a}_{e} = e^{(1-a_{5})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{e}$ % Step 6 \item $x^0 = x^0 + (a_{6}-a_{5})h$ \item $\vect{a}_i = \vect{a} + b_{6,1}\vect{a}_a + b_{6,2}\vect{a}_b + b_{6,3}\vect{a}_c + b_{6,4}\vect{a}_d + b_{6,5}\vect{a}_e$ \item $\vect{a}_{i} = e^{-(1-a_{6})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{i}$ \item $\vect{a}_i = h \:\mathcal{F}\left[\vect{\mathcal{N}}\left(x^0,\mathcal{F}^{-1}\left[\vect{a}_i\right],\vect{\xi}\right)\right]$ \item $\vect{a}_{i} = e^{(1-a_{6})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{i}$ % Step 7 \item $x^0 = x^0 + (a_{7}-a_{6})h$ \item $\vect{a}_j = \vect{a} + b_{7,1}\vect{a}_a + b_{7,2}\vect{a}_b + b_{7,3}\vect{a}_c + b_{7,4}\vect{a}_d + b_{7,5}\vect{a}_e + b_{7,6}\vect{a}_i$ \item $\vect{a}_{j} = e^{-(1-a_{7})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{j}$ \item $\vect{a}_j = h \:\mathcal{F}\left[\vect{\mathcal{N}}\left(x^0,\mathcal{F}^{-1}\left[\vect{a}_j\right],\vect{\xi}\right)\right]$ \item $\vect{a}_{j} = e^{(1-a_{7})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{j}$ % Step 8 \item $x^0 = x^0 + (a_{8}-a_{7})h$ \item $\vect{a}_b = \vect{a} + b_{8,1}\vect{a}_a + b_{8,6}\vect{a}_i + b_{8,7}\vect{a}_j$ \item $\vect{a}_{b} = e^{-(1-a_{8})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{b}$ \item $\vect{a}_b = h \:\mathcal{F}\left[\vect{\mathcal{N}}\left(x^0,\mathcal{F}^{-1}\left[\vect{a}_b\right],\vect{\xi}\right)\right]$ \item $\vect{a}_{b} = e^{(1-a_{8})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{b}$ % Step 9 \item $x^0 = x^0 + (a_{9}-a_{8})h$ \item $\vect{a}_c = \vect{a} + b_{9,1}\vect{a}_a + b_{9,6}\vect{a}_i + b_{9,7}\vect{a}_j + b_{9,8}\vect{a}_b$ \item $\vect{a}_{c} = e^{-(1-a_{9})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{c}$ \item $\vect{a}_c = h \:\mathcal{F}\left[\vect{\mathcal{N}}\left(x^0,\mathcal{F}^{-1}\left[\vect{a}_c\right],\vect{\xi}\right)\right]$ \item $\vect{a}_{c} = e^{(1-a_{9})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{c}$ % Step 10 \item $x^0 = x^0 + (a_{10}-a_{9}))h$ \item $\vect{a}_d = \vect{a} + b_{10,1}\vect{a}_a + b_{10,6}\vect{a}_i + b_{10,7}\vect{a}_j + b_{10,8}\vect{a}_b + b_{10,9}\vect{a}_c$ \item $\vect{a}_{d} = e^{-(1-a_{10})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{d}$ \item $\vect{a}_d = h \:\mathcal{F}\left[\vect{\mathcal{N}}\left(x^0,\mathcal{F}^{-1}\left[\vect{a}_d\right],\vect{\xi}\right)\right]$ \item $\vect{a}_{d} = e^{(1-a_{10})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{d}$ % Step 11 \item $x^0 = x^0 + (a_{11}-a_{10})h$ \item $\vect{a}_e = \vect{a} + b_{11,1}\vect{a}_a + b_{11,6}\vect{a}_i + b_{11,7}\vect{a}_j + b_{11,8}\vect{a}_b + b_{11,9}\vect{a}_c + b_{11,10}\vect{a}_d$ \item $\vect{a}_{e} = e^{-(1-a_{11})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{e}$ \item $\vect{a}_e = h \:\mathcal{F}\left[\vect{\mathcal{N}}\left(x^0,\mathcal{F}^{-1}\left[\vect{a}_e\right],\vect{\xi}\right)\right]$ \item $\vect{a}_{e} = e^{(1-a_{11})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{e}$ % Step 12 \item $x^0 = x^0 + (a_{12}-a_{11})h$ \item $\vect{a}_f = \vect{a} + b_{12,1}\vect{a}_a + b_{12,6}\vect{a}_i + b_{12,7}\vect{a}_j + b_{12,8}\vect{a}_b + b_{12,9}\vect{a}_c + b_{12,10}\vect{a}_d + b_{12,11}\vect{a}_e$ \item $\vect{a}_{f} = e^{-(1-a_{12})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{f}$ \item $\vect{a}_f = h \:\mathcal{F}\left[\vect{\mathcal{N}}\left(x^0,\mathcal{F}^{-1}\left[\vect{a}_f\right],\vect{\xi}\right)\right]$ \item $\vect{a}_{f} = e^{(1-a_{12})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{f}$ % Step 13 \item $x^0 = x^0 + (a_{13}-a_{12})h$ \item $\vect{a}_g = \vect{a} + b_{13,1}\vect{a}_a + b_{13,6}\vect{a}_i + b_{13,7}\vect{a}_j + b_{13,8}\vect{a}_b + b_{13,9}\vect{a}_c + b_{13,10}\vect{a}_d + b_{13,11}\vect{a}_e + b_{13,12}\vect{a}_f$ \item $\vect{a}_{g} = e^{-(1-a_{13})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{g}$ \item $\vect{a}_g = h \:\mathcal{F}\left[\vect{\mathcal{N}}\left(x^0,\mathcal{F}^{-1}\left[\vect{a}_g\right],\vect{\xi}\right)\right]$ \item $\vect{a}_{g} = e^{(1-a_{13})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{g}$ % Step 14 \item $x^0 = x^0 + (a_{14}-a_{13})h$ \item $\vect{a}_h = \vect{a} + b_{14,1}\vect{a}_a + b_{14,6}\vect{a}_i + b_{14,7}\vect{a}_j + b_{14,8}\vect{a}_b + b_{14,9}\vect{a}_c + b_{14,10}\vect{a}_d + b_{14,11}\vect{a}_e + b_{14,12}\vect{a}_f + b_{14,13}\vect{a}_g$ \item $\vect{a}_{h} = e^{-(1-a_{14})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{h}$ \item $\vect{a}_h = h \:\mathcal{F}\left[\vect{\mathcal{N}}\left(x^0,\mathcal{F}^{-1}\left[\vect{a}_h\right],\vect{\xi}\right)\right]$ \item $\vect{a}_{h} = e^{(1-a_{14})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{h}$ % Step 15 and 16 combined to reduce memory use \item $\vect{a}_i = \vect{a} + b_{15,1}\vect{a}_a + b_{15,6}\vect{a}_i + b_{15,7}\vect{a}_j + b_{15,8}\vect{a}_b + b_{15,9}\vect{a}_c + b_{15,10}\vect{a}_d + b_{15,11}\vect{a}_e + b_{15,12}\vect{a}_f + b_{15,13}\vect{a}_g + b_{15,14}\vect{a}_h$ \item $\vect{a}_j = (1-b_{16,6}/b_{15,6})\vect{a} + (b_{16,1}-b_{15,1}b_{16,6}/b_{15,6})\vect{a}_a + (b_{16,6}/b_{15,6})\vect{a}_i + (b_{16,7}-b_{15,7}b_{16,6}/b_{15,6})\vect{a}_j + (b_{16,8}-b_{16,8}b_{16,6}/b_{15,6})\vect{a}_b + (b_{16,9}-b_{15,9}b_{16,6}/b_{15,6})\vect{a}_c + (b_{16,10}-b_{15,10}b_{16,6}/b_{15,6})\vect{a}_d + (b_{16,11}-b_{15,11}b_{16,6}/b_{15,6})\vect{a}_e + (b_{16,12}-b_{15,12}b_{16,6}/b_{15,6})\vect{a}_f + (b_{16,13}-b_{15,13}b_{16,6}/b_{15,6})\vect{a}_g + (b_{16,14}-b_{15,14}b_{16,6}/b_{15,6})\vect{a}_h$ \item $x^0 = x^0 + (a_{15}-a_{14})h$ \item $\vect{a}_i = h \:\mathcal{F}\left[\vect{\mathcal{N}}\left(x^0,\mathcal{F}^{-1}\left[\vect{a}_i\right],\vect{\xi}\right)\right]$ \item $x^0 = x^0 + (a_{16}-a_{15})h$ \item $\vect{a}_j = h \:\mathcal{F}\left[\vect{\mathcal{N}}\left(x^0,\mathcal{F}^{-1}\left[\vect{a}_j\right],\vect{\xi}\right)\right]$ % Take full step \item $\vect{a} = \vect{a} + c_{1}\vect{a}_a + c_{8}\vect{a}_b + c_{9}\vect{a}_c + c_{10}\vect{a}_d + c_{11}\vect{a}_e + c_{12}\vect{a}_f + c_{13}\vect{a}_g + c_{14}\vect{a}_h + c_{15}\vect{a}_i + c_{16}\vect{a}_j$ \end{enumerate} The method requires 10 copies of the field like its explicit picture counterpart. Note no rotations are required for steps 15 and 16 since they both occur at the end of the time step. \subsection{The Eighth / Ninth Order adaptive Runge-Kutta Method in the Interaction Picture} \label{sec:rk89ipMethod} The Eighth/Ninth order Runge-Kutta also requires a large number of Fourier transforms since there is no temporal symmetry in the algorithm. However, the improvement in convergence may offset the extra time required, particularly in stochastic problems. \begin{enumerate} \item Calculate $\vect{\xi}$ if required. % Step 1 \item $x^0 = x^0 + a_{1}h$ \item $\vect{a}_a = \vect{a}$ \item $\vect{a} = e^{h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}$ \item $\vect{a}_a = h \:\mathcal{F}\left[\vect{\mathcal{N}}\left(x^0,\mathcal{F}^{-1}\left[\vect{a}_a\right],\vect{\xi}\right)\right]$ \item $\vect{a}_{a} = e^{h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{a}$ % Step 2 \item $x^0 = x^0 + (a_{2}-a_{1})h$ \item $\vect{a}_b = \vect{a} + b_{2,1}\vect{a}_a$ \item $\vect{a}_{b} = e^{-(1-a_{2})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{b}$ \item $\vect{a}_b = h \:\mathcal{F}\left[\vect{\mathcal{N}}\left(x^0,\mathcal{F}^{-1}\left[\vect{a}_b\right],\vect{\xi}\right)\right]$ \item $\vect{a}_{b} = e^{(1-a_{2})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{b}$ % Step 3 \item $x^0 = x^0 + (a_{3}-a_{2})h$ \item $\vect{a}_c = \vect{a} + b_{3,1}\vect{a}_a + b_{3,2}\vect{a}_b$ \item $\vect{a}_{c} = e^{-(1-a_{3})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{c}$ \item $\vect{a}_c = h \:\mathcal{F}\left[\vect{\mathcal{N}}\left(x^0,\mathcal{F}^{-1}\left[\vect{a}_c\right],\vect{\xi}\right)\right]$ \item $\vect{a}_{c} = e^{(1-a_{3})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{c}$ % Step 4 \item $x^0 = x^0 + (a_{4}-a_3)h$ \item $\vect{a}_d = \vect{a} + b_{4,1}\vect{a}_a + b_{4,2}\vect{a}_b + b_{4,3}\vect{a}_c$ \item $\vect{a}_{d} = e^{-(1-a_{4})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{d}$ \item $\vect{a}_d = h \:\mathcal{F}\left[\vect{\mathcal{N}}\left(x^0,\mathcal{F}^{-1}\left[\vect{a}_d\right],\vect{\xi}\right)\right]$ \item $\vect{a}_{d} = e^{(1-a_{4})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{d}$ % Step 5 \item $x^0 = x^0 + (a_{5}-a_{4})h$ \item $\vect{a}_e = \vect{a} + b_{5,1}\vect{a}_a + b_{5,2}\vect{a}_b + b_{5,3}\vect{a}_c + b_{5,4}\vect{a}_d$ \item $\vect{a}_{e} = e^{-(1-a_{5})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{e}$ \item $\vect{a}_e = h \:\mathcal{F}\left[\vect{\mathcal{N}}\left(x^0,\mathcal{F}^{-1}\left[\vect{a}_e\right],\vect{\xi}\right)\right]$ \item $\vect{a}_{e} = e^{(1-a_{5})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{e}$ % Step 6 \item $x^0 = x^0 + (a_{6}-a_{5})h$ \item $\vect{a}_i = \vect{a} + b_{6,1}\vect{a}_a + b_{6,2}\vect{a}_b + b_{6,3}\vect{a}_c + b_{6,4}\vect{a}_d + b_{6,5}\vect{a}_e$ \item $\vect{a}_{i} = e^{-(1-a_{6})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{i}$ \item $\vect{a}_i = h \:\mathcal{F}\left[\vect{\mathcal{N}}\left(x^0,\mathcal{F}^{-1}\left[\vect{a}_i\right],\vect{\xi}\right)\right]$ \item $\vect{a}_{i} = e^{(1-a_{6})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{i}$ % Step 7 \item $x^0 = x^0 + (a_{7}-a_{6})h$ \item $\vect{a}_j = \vect{a} + b_{7,1}\vect{a}_a + b_{7,2}\vect{a}_b + b_{7,3}\vect{a}_c + b_{7,4}\vect{a}_d + b_{7,5}\vect{a}_e + b_{7,6}\vect{a}_i$ \item $\vect{a}_{j} = e^{-(1-a_{7})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{j}$ \item $\vect{a}_j = h \:\mathcal{F}\left[\vect{\mathcal{N}}\left(x^0,\mathcal{F}^{-1}\left[\vect{a}_j\right],\vect{\xi}\right)\right]$ \item $\vect{a}_{j} = e^{(1-a_{7})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{j}$ % Step 8 \item $x^0 = x^0 + (a_{8}-a_{7})h$ \item $\vect{a}_b = \vect{a} + b_{8,1}\vect{a}_a + b_{8,6}\vect{a}_i + b_{8,7}\vect{a}_j$ \item $\vect{a}_{b} = e^{-(1-a_{8})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{b}$ \item $\vect{a}_b = h \:\mathcal{F}\left[\vect{\mathcal{N}}\left(x^0,\mathcal{F}^{-1}\left[\vect{a}_b\right],\vect{\xi}\right)\right]$ \item $\vect{a}_{b} = e^{(1-a_{8})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{b}$ % Step 9 \item $x^0 = x^0 + (a_{9}-a_{8})h$ \item $\vect{a}_c = \vect{a} + b_{9,1}\vect{a}_a + b_{9,6}\vect{a}_i + b_{9,7}\vect{a}_j + b_{9,8}\vect{a}_b$ \item $\vect{a}_{c} = e^{-(1-a_{9})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{c}$ \item $\vect{a}_c = h \:\mathcal{F}\left[\vect{\mathcal{N}}\left(x^0,\mathcal{F}^{-1}\left[\vect{a}_c\right],\vect{\xi}\right)\right]$ \item $\vect{a}_{c} = e^{(1-a_{9})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{c}$ % Step 10 \item $x^0 = x^0 + (a_{10}-a_{9}))h$ \item $\vect{a}_d = \vect{a} + b_{10,1}\vect{a}_a + b_{10,6}\vect{a}_i + b_{10,7}\vect{a}_j + b_{10,8}\vect{a}_b + b_{10,9}\vect{a}_c$ \item $\vect{a}_{d} = e^{-(1-a_{10})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{d}$ \item $\vect{a}_d = h \:\mathcal{F}\left[\vect{\mathcal{N}}\left(x^0,\mathcal{F}^{-1}\left[\vect{a}_d\right],\vect{\xi}\right)\right]$ \item $\vect{a}_{d} = e^{(1-a_{10})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{d}$ % Step 11 \item $x^0 = x^0 + (a_{11}-a_{10})h$ \item $\vect{a}_e = \vect{a} + b_{11,1}\vect{a}_a + b_{11,6}\vect{a}_i + b_{11,7}\vect{a}_j + b_{11,8}\vect{a}_b + b_{11,9}\vect{a}_c + b_{11,10}\vect{a}_d$ \item $\vect{a}_{e} = e^{-(1-a_{11})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{e}$ \item $\vect{a}_e = h \:\mathcal{F}\left[\vect{\mathcal{N}}\left(x^0,\mathcal{F}^{-1}\left[\vect{a}_e\right],\vect{\xi}\right)\right]$ \item $\vect{a}_{e} = e^{(1-a_{11})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{e}$ % Step 12 \item $x^0 = x^0 + (a_{12}-a_{11})h$ \item $\vect{a}_f = \vect{a} + b_{12,1}\vect{a}_a + b_{12,6}\vect{a}_i + b_{12,7}\vect{a}_j + b_{12,8}\vect{a}_b + b_{12,9}\vect{a}_c + b_{12,10}\vect{a}_d + b_{12,11}\vect{a}_e$ \item $\vect{a}_{f} = e^{-(1-a_{12})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{f}$ \item $\vect{a}_f = h \:\mathcal{F}\left[\vect{\mathcal{N}}\left(x^0,\mathcal{F}^{-1}\left[\vect{a}_f\right],\vect{\xi}\right)\right]$ \item $\vect{a}_{f} = e^{(1-a_{12})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{f}$ % Step 13 \item $x^0 = x^0 + (a_{13}-a_{12})h$ \item $\vect{a}_g = \vect{a} + b_{13,1}\vect{a}_a + b_{13,6}\vect{a}_i + b_{13,7}\vect{a}_j + b_{13,8}\vect{a}_b + b_{13,9}\vect{a}_c + b_{13,10}\vect{a}_d + b_{13,11}\vect{a}_e + b_{13,12}\vect{a}_f$ \item $\vect{a}_{g} = e^{-(1-a_{13})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{g}$ \item $\vect{a}_g = h \:\mathcal{F}\left[\vect{\mathcal{N}}\left(x^0,\mathcal{F}^{-1}\left[\vect{a}_g\right],\vect{\xi}\right)\right]$ \item $\vect{a}_{g} = e^{(1-a_{13})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{g}$ % Step 14 \item $x^0 = x^0 + (a_{14}-a_{13})h$ \item $\vect{a}_h = \vect{a} + b_{14,1}\vect{a}_a + b_{14,6}\vect{a}_i + b_{14,7}\vect{a}_j + b_{14,8}\vect{a}_b + b_{14,9}\vect{a}_c + b_{14,10}\vect{a}_d + b_{14,11}\vect{a}_e + b_{14,12}\vect{a}_f + b_{14,13}\vect{a}_g$ \item $\vect{a}_{h} = e^{-(1-a_{14})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{h}$ \item $\vect{a}_h = h \:\mathcal{F}\left[\vect{\mathcal{N}}\left(x^0,\mathcal{F}^{-1}\left[\vect{a}_h\right],\vect{\xi}\right)\right]$ \item $\vect{a}_{h} = e^{(1-a_{14})h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}_{h}$ % Step 15 and 16 combined to reduce memory use \item $\vect{a}_i = \vect{a} + b_{15,1}\vect{a}_a + b_{15,6}\vect{a}_i + b_{15,7}\vect{a}_j + b_{15,8}\vect{a}_b + b_{15,9}\vect{a}_c + b_{15,10}\vect{a}_d + b_{15,11}\vect{a}_e + b_{15,12}\vect{a}_f + b_{15,13}\vect{a}_g + b_{15,14}\vect{a}_h$ \item $\vect{a}_j = (1-b_{16,6}/b_{15,6})\vect{a} + (b_{16,1}-b_{15,1}b_{16,6}/b_{15,6})\vect{a}_a + (b_{16,6}/b_{15,6})\vect{a}_i + (b_{16,7}-b_{15,7}b_{16,6}/b_{15,6})\vect{a}_j + (b_{16,8}-b_{16,8}b_{16,6}/b_{15,6})\vect{a}_b + (b_{16,9}-b_{15,9}b_{16,6}/b_{15,6})\vect{a}_c + (b_{16,10}-b_{15,10}b_{16,6}/b_{15,6})\vect{a}_d + (b_{16,11}-b_{15,11}b_{16,6}/b_{15,6})\vect{a}_e + (b_{16,12}-b_{15,12}b_{16,6}/b_{15,6})\vect{a}_f + (b_{16,13}-b_{15,13}b_{16,6}/b_{15,6})\vect{a}_g + (b_{16,14}-b_{15,14}b_{16,6}/b_{15,6})\vect{a}_h$ \item $x^0 = x^0 + (a_{15}-a_{14})h$ \item $\vect{a}_i = h \:\mathcal{F}\left[\vect{\mathcal{N}}\left(x^0,\mathcal{F}^{-1}\left[\vect{a}_i\right],\vect{\xi}\right)\right]$ \item $x^0 = x^0 + (a_{16}-a_{15})h$ \item $\vect{a}_j = h \:\mathcal{F}\left[\vect{\mathcal{N}}\left(x^0,\mathcal{F}^{-1}\left[\vect{a}_j\right],\vect{\xi}\right)\right]$ % Take full step \item $\vect{a}_{Int} = \vect{a}$ \item $\vect{a} = \vect{a} + c_{1}\vect{a}_a + c_{8}\vect{a}_b + c_{9}\vect{a}_c + c_{10}\vect{a}_d + c_{11}\vect{a}_e + c_{12}\vect{a}_f + c_{13}\vect{a}_g + c_{14}\vect{a}_h + c_{15}\vect{a}_i + c_{16}\vect{a}_j$ \item $\vect{a}_a = \vect{a}_{Int} + c_{1}^*\vect{a}_a + c_{8}^*\vect{a}_b + c_{9}^*\vect{a}_c + c_{10}^*\vect{a}_d + c_{11}^*\vect{a}_e + c_{12}^*\vect{a}_f + c_{13}^*\vect{a}_g + c_{14}^*\vect{a}_h + c_{15}^*\vect{a}_i + c_{16}^*\vect{a}_j$ \end{enumerate} The method requires 11 copies of the field and has a variable time step which is stochastically safe like its explicit picture counterpart. Once again no rotations are required for steps 15 and 16 since they both occur at the end of the time step. \subsection{Adding a Cross Vector} \label{sec:crossVector} The nonlinear functionals of Equations~(\ref{eq:exPde}) and~(\ref{eq:ipPde}) may also include variables that are a function of the same transverse space, but are which are governed by ODEs in one of the transverse dimensions. These components need never be transformed to Fourier space, and so ought to be separated from the main vector components for efficiency reasons. In \eqn{eq:xmdsPdeEx} they are referred to as the vector $\vect{b}$, which propagates in dimension $x^c$. This vector has a definite value once the main vector $\vect{a}$ has a definite value. This means that for most integration algorithms a current value for the cross vector may be calculated immediately prior to calculating the $\vect{\mathcal{N}}$ functionals. In the semi-implicit method in the explicit picture the cross vector $\vect{b}$ is calculated using the semi-implicit method and using linear interpolation in the $x^c$ dimension to create the mid-lattice point values for $\vect{a}$ that are required. Similarly, with the RK4 method, in both the explicit and interaction pictures, the calculation of $\vect{b}$ is performed using the RK4 method, and again using linear interpolation in the $x^c$ dimension to create the mid-lattice point values for $\vect{a}$ that are required. Note that this use of simple linear interpolation causes a loss of order when implementing a higher order method such as the RK4, but generally the transverse lattice is sufficiently fine for this to be negligible. However, as mentioned earlier the semi-implicit method in the interaction picture need only sweep through the memory space of main field vector once with each nonlinear step. Therefore it would be desirable to use an algorithm that can calculate the cross vector simultaneously in the same sweep. The semi-implicit method in the interaction picture does this by employing the standard semi-implicit algorithm in the propagation direction {\em simultaneously} with another semi-implicit algorithm in the transverse propagation dimension. In pseudo-code it looks like this: \begin{enumerate} \item $\vect{a} = e^{\frac{1}{2}h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}$ \item Calculate $\vect{\xi}$ if required. \item $x^0 = x^0 + \frac{1}{2}h$ \item For each point in space do: \begin{enumerate} \item $\vect{a}_{I}=\vect{a}$ \item $\vect{b}_{I}=\vect{b}$ \item For N-1 iterations do: \begin{enumerate} \item $\vect{a} = \vect{a}_{I} + \frac{1}{2} h \: \vect{\mathcal{N}}(\vect{x},\vect{a},\vect{b},\vect{\xi})$ \item $\vect{b} = \vect{b}_{I} + \frac{1}{2} \Delta x^c \: \vect{\mathcal{H}}(\vect{x},\vect{a},\vect{b})$ \end{enumerate} \item $\vect{a} = \vect{a}_{I} + h \: \vect{\mathcal{N}}(\vect{x},\vect{a},\vect{b},\vect{\xi})$ \item $\vect{b} = \vect{b}_{I} + \frac{1}{2} \Delta x^c \: \vect{\mathcal{H}}(\vect{x},\vect{a},\vect{b})$ \item $\vect{b}(x^c+\Delta x^c) = \vect{b}_{I} + \Delta x^c \: \vect{\mathcal{H}}(\vect{x},\vect{a},\vect{b})$ \end{enumerate} \item $x^0 = x^0 + \frac{1}{2}h$ \item $\vect{a} = e^{\frac{1}{2}h\vect{\mathcal{L}}\left(x^0,\vect{k}_{\bot}\right)} \cdot \vect{a}$ \end{enumerate} This routine assumes that the cross vector $b$ was already initialised at the first lattice point in $x^c$. \section{Discretisation and Sampling Errors} \label{sec:discretisationErrors} In order to produce an accurate result, any numerical integration must proceed with a sufficiently small time step $h$. The difference between the correct result and the numerical result with a particular time step is known as the {\em discretisation error}. For deterministic equations, it is usually (see next paragraph) sufficient to reduce $h$ until the result converges to the desired accuracy. For stochastic equations this is not precisely correct, as a greater number of time steps will induce a different choice ``noise'' from the random number generators. This means that the two trajectories will be different members of the ensemble of possible trajectories, so they should not be expected to converge to each other. In order to verify the convergence of a stochastic integration, it is necessary to ensure that the same trajectory, or {\em path}, is examined with time steps of differing size. This can be done by averaging the noise contributions of a fine-grained path to generate the noise contributions to a coarse-grained path. Many problems represent some localised interaction in a psuedo-infite space. In other words any radiation shed from the interaction should propagate away without ever being reflected back into the region of interest. In such cases boundaries must be sufficiently far away from the important area of the field to have no effect on the result, and when periodic boundary conditions are used (these are in fact enforced with \xmds) damping must be applied near the boundaries so as to absorb any such radiation. The lattice used in each transverse dimension must be sufficiently fine to be able to exhibit the details, yet not so fine as to cause memory problems - or cause the solution to take forever to compute. Further still, field details that are significantly smaller than those present at initialisation may evolve during the simulation, and the evolution of such detail will ultimately be affected by the finesse of the transverse lattice. Therefore simply reducing the time step alone is not a complete guarantee of accuracy. The results must be inspected to ensure that the transverse lattice was fine enough to contain the detail. If unsure then re-run the simulation with a finer lattice, as the evolution may be attempting to generate singularities. Usually, meaningful results only come from stochastic integration by averaging moments of the fields over large numbers of paths. This leads to a second form of error for stochastic equations due to the standard error in the mean. This is known as the {\em sampling error}, and scales as the inverse square root of the number of paths taken. xmds-doc-0~svn.1884/latex/figures/0000755000175000017500000000000010770064226016314 5ustar rafaelrafaelxmds-doc-0~svn.1884/latex/figures/diffusionScilabPlot.eps0000644000175000017500000044467510023260127023001 0ustar rafaelrafael%!PS-Adobe-2.0 EPSF-2.0 %%BoundingBox: 0 200 600 624 %% %%Scilab Postscript File (1995-1997 J.Ph Chancelier) %%EndComments /saved save def /$pictdict 100 dict def $pictdict begin /dogrey { /Arraybox exch def /Arraygrey exch def /nargs exch def /func exch cvx def Arraybox 0 nargs getinterval Arraygrey 0 get func 1 1 Arraygrey length 1 sub {/i exch def Arraybox i nargs mul nargs getinterval Arraygrey i get func }for } def %-------------------------------------------- % [x y width height] nivgris drawbox % si niv gris > 1.0 alors on fait un stroke % sans closepath %-------------------------------------------- /drawpoly {/glev exch def /Ar exch def newpath Ar 0 get Ar 1 get moveto 2 2 Ar length 1 sub {/i exch def Ar i get Ar i 1 add get absolu {lineto} {rlineto} ifelse }for glev -1 le { % filling the polygon with current pattern ( gray or color) closepath gsave glev neg 1 sub WhiteLev 2 add lmin 0 lmax Setgray eofill grestore } { glev 1 ge { % drawing the polygon with current dash style or color % XXXXX : a voir c'est pas clair il faudrait sauver % and filling it with other color (glev) closepath gsave glev 1 sub WhiteLev 2 add lmin 0 lmax xsetgray eofill grestore stroke } {% drawing the polygon with current style closeflag {closepath} if stroke} ifelse } ifelse } def /drawbox {/glev exch def /Ar exch def /x Ar 0 get def /y Ar 1 get def /w Ar 2 get def /h Ar 3 get def newpath x y moveto x w add y lineto x w add y h add lineto x y h add lineto glev 1 ge { % filling closepath gsave glev 1 sub WhiteLev 2 add lmin 0 lmax Setgray eofill grestore} { % drawing glev -1 le { closepath gsave glev neg 1 sub WhiteLev 2 add lmin 0 lmax xsetgray stroke grestore } { closepath stroke} ifelse } ifelse } def %-------------------------------------------- % [x y width height] clearzone %-------------------------------------------- /clearzone {/Ar exch def /x Ar 0 get def /y Ar 1 get def /w Ar 2 get def /h Ar 3 get def newpath x y moveto x w add y lineto x w add y h add lineto x y h add lineto closepath gsave background Setcolor eofill grestore } def %------------------------------------------------------ % polyline stroke or polygon fill or both %------------------------------------------------------ /absolu true def /closeflag false def /lmin { /y exch def /x exch def x y le { x } { y } ifelse } def /lmax { /y exch def /x exch def x y le { y } { x } ifelse } def /drawpoly {/glev exch def /Ar exch def newpath Ar 0 get Ar 1 get moveto 2 2 Ar length 1 sub {/i exch def Ar i get Ar i 1 add get absolu {lineto} {rlineto} ifelse }for glev -1 le { % filling the polygon with current pattern ( gray or color) closepath gsave glev neg 1 sub WhiteLev 2 add lmin 0 lmax Setgray eofill grestore } { glev 1 ge { % drawing the polygon with current dash style or color % XXXXX : a voir c'est pas clair il faudrait sauver % and filling it with other color (glev) closepath gsave glev 1 sub WhiteLev 2 add lmin 0 lmax Setgray eofill grestore stroke } {% drawing the polygon with current style closeflag {closepath} if stroke} ifelse } ifelse } def %------------------------------------------------------ % segments non connectes %------------------------------------------------------ /drawsegs {/glev exch def /Ar exch def % when b&w is used drawsegs uses dash not gray levels newpath Ar 0 get Ar 1 get moveto Ar 2 get Ar 3 get lineto gsave glev xsetgray stroke grestore 4 4 Ar length 3 sub {/i exch def newpath Ar i get Ar i 1 add get moveto Ar i 2 add get Ar i 3 add get lineto gsave glev xsetgray stroke grestore }for } def %------------------------------------------------------ % unconected arrows %----------------------------------------------------- /drawarrows {/arsize10 exch def /Ar exch def Ar 0 get Ar 1 get Ar 2 get Ar 3 get arsize10 drawarrow 4 4 Ar length 3 sub {/i exch def Ar i get Ar i 1 add get Ar i 2 add get Ar i 3 add get arsize10 drawarrow }for } def /cos20 20 cos def /sin20 20 sin def /drawarrow { /arsize exch 10 div def /tipy exch def /tipx exch def /taily exch def /tailx exch def /dx tipx tailx sub def /dy tipy taily sub def newpath tipx tipy moveto tailx taily lineto stroke /norme dx dx mul dy dy mul add sqrt def norme 1.e-8 ge { arsize dx mul norme div /dx1 exch def arsize dy mul norme div /dy1 exch def /depx tipx cos20 dx1 mul add def /depy tipy cos20 dy1 mul add def newpath depx depy moveto cos20 neg dx1 mul sin20 dy1 mul sub depx add sin20 dx1 mul cos20 dy1 mul sub depy add lineto cos20 neg dx1 mul sin20 dy1 mul add depx add sin20 neg dx1 mul cos20 dy1 mul sub depy add lineto closepath fill } {} ifelse } def %------------------------------------------------------ % cercle ou portions de cercle % attention argument (x y w h angl1*64 angl2*64 ) % devrait tracer une ellipse a modifier donc %------------------------------------------------------ /fillarc {/glev exch def /Ar exch def /cx Ar 0 get Ar 2 get 2 div add def /cy Ar 1 get Ar 3 get 2 div add def Ar 2 get 0 eq {} { /hom Ar 3 get Ar 2 get div def /Cmsave1 matrix def Cmsave1 currentmatrix pop %-- on change de transformation pour faire homothetie en (x,y) cx cy [1 0 0 hom 0 0 ] transform /t1 exch neg cy add def /t2 exch neg cx add def [1 0 0 hom t2 t1 ] concat glev WhiteLev le { % filling newpath cx cy moveto cx cy Ar 2 get 2 div Ar 5 get Ar 4 get add 64 div neg Ar 4 get 64 div neg arc closepath gsave glev Setgray eofill grestore} { %drawing with current dash or color unclosed path newpath cx cy Ar 2 get 2 div Ar 5 get Ar 4 get add 64 div neg Ar 4 get 64 div neg arc stroke} ifelse Cmsave1 setmatrix } ifelse } def /drawarc {/glev exch def /Ar exch def /cx Ar 0 get Ar 2 get 2 div add def /cy Ar 1 get Ar 3 get 2 div add def Ar 2 get 0 eq {} { /hom Ar 3 get Ar 2 get div def /Cmsave1 matrix def Cmsave1 currentmatrix pop %-- on change de transformation pour faire homothetie en (x,y) cx cy [1 0 0 hom 0 0 ] transform /t1 exch neg cy add def /t2 exch neg cx add def [1 0 0 hom t2 t1 ] concat newpath cx cy Ar 2 get 2 div Ar 5 get Ar 4 get add 64 div neg Ar 4 get 64 div neg arc closepath glev xsetgray stroke Cmsave1 setmatrix } ifelse } def %------------------------------------------------------ % centred hard mark %------------------------------------------------------ % x y str ShowCString % on fait un show mais string est centre autour du point (x,y) /ShowCString { /str exch def /y exch def /x exch def newpath x y moveto str true charpath flattenpath pathbbox /y2 exch def /x2 exch def /y1 exch def /x1 exch def x 2 mul x2 x1 add 2 div sub y 2 mul y2 y1 add 2 div sub moveto str show } def /drawpolymark {/glev exch def /Ar exch def Ar 0 get Ar 1 get HardMark ShowCString 2 2 Ar length 1 sub {/i exch def Ar i get Ar i 1 add get HardMark ShowCString }for } def %--------------------------------------------------- % chaines de caracteres %--------------------------------------------------- /FBox {/Ar exch def /rot exch def /str exch def /y exch def /x exch def newpath Ar 0 get Ar 1 get moveto /sina rot sin def /cosa rot cos def /-sina sina neg def [cosa -sina sina cosa 0 0 ] CtmModif Ar 2 get 0 rlineto 0 Ar 3 get neg rlineto Ar 2 get neg 0 rlineto 0 Ar 3 get rlineto stroke CtmRestore x y str rot ShowRotate } def % x y str ang Showrotate % inverse du sens trigo /ShowRotate { /ang exch def /str exch def /y exch def /x exch def x y moveto /sina ang sin def /cosa ang cos def /-sina 0 sina sub def [cosa -sina sina cosa 0 0 ] CtmModif str show CtmRestore } def /HardMark (0) def %(Chaine de caracteres) x y flag angle [arfbox] Show /Show { /Ar exch def /rot exch def /flag exch def /y exch def /x exch def /str exch def flag 1 eq {x y str rot Ar FBox} {x y str rot ShowRotate } ifelse} def /L {/y2 exch def /x2 exch def /y1 exch def /x1 exch def newpath x1 y1 moveto x2 y2 lineto stroke } def %--------------------------------------------------------- % drawing an axis % angle [nsep1,nsep2] ,[siz1,siz2,coeff] [x0,y0] drawaxis", %--------------------------------------------------------- /drawaxis {/XX exch def /Arsize exch def /Arsep exch def /ang exch def /Cmsave1 matrix def Cmsave1 currentmatrix pop /sina ang sin def /cosa ang cos def /-sina sina neg def /x XX 0 get def /y XX 1 get def %-- on change de transformation pour tourner autour de (x,y) x y [cosa sina -sina cosa 0 0 ] transform /t1 exch neg y add def /t2 exch neg x add def [cosa sina -sina cosa t2 t1 ] concat newpath x y moveto 0 Arsize 1 get Arsize 2 get mul rlineto stroke 0 1 Arsep 1 get 1 sub { % i don't want the value of the for indice pop newpath x y moveto 0 1 Arsep 0 get 1 sub { % i don't want the value of the for indice pop Arsize 0 get 0 rlineto 0 Arsize 1 get rlineto 0 Arsize 1 get neg rlineto } for currentpoint /y exch def /x exch def stroke newpath x y moveto 0 Arsize 1 get Arsize 2 get mul rlineto stroke } for Cmsave1 setmatrix } def %--------------------------------------------------------- % change and restore CTM %--------------------------------------------------------- /CtmModif { /arg exch def /Cmsave matrix def Cmsave currentmatrix pop [1 0 0 -1 0 0 ] concat arg concat } def /CtmRestore { Cmsave setmatrix } def /Thickness { /th exch def th 0 le {/th 0.1 def} if th setlinewidth} def /WhiteLev 15 def /Setgray { WhiteLev div setgray} def /fillsolid { 0 setgray } def %-------------------------------------- % clip zones ( rectangle ) %------------------------------------- /setclipzone {initclip /h exch def /w exch def /y exch def /x exch def newpath x y moveto w 0 rlineto 0 h rlineto w neg 0 rlineto 0 h neg rlineto closepath clip} def %------------------ % to change the position of a picture %------------------ /cm{28.346457 mul}def /DesPosi { /YH exch def /XW exch def /YP exch def /XP exch def XP cm YP cm neg translate XW cm 6000 div YH cm 4240 div scale } def 0 setlinecap 2 setlinejoin 1 setlinewidth %-- Color database /ColorR [0.000000 0.000000 0.000000 0.529412 0.498039 0.133333 0.000000 0.878431 0.000000 1.000000 1.000000 1.000000 0.933333 1.000000 1.000000 0.960784 1.000000 ] def /ColorG [0.000000 0.000000 0.000000 0.807843 1.000000 0.545098 1.000000 1.000000 1.000000 0.647059 0.000000 0.000000 0.509804 1.000000 0.843137 0.960784 1.000000 ] def /ColorB [0.000000 0.501961 1.000000 0.921569 0.831373 0.133333 0.000000 1.000000 1.000000 0.000000 0.000000 1.000000 0.933333 0.000000 0.000000 0.862745 1.000000 ] def /Setcolor {/i exch def ColorR i get ColorG i get ColorB i get setrgbcolor } def % to multiply all the fontsizes by a factor scf /scf 1.0 def % set dash styles : max number is hardcoded to 6 % /DashTab [[] [20 50 20 50] [50 20 50 20] [50 30 20 30] [80 30 20 30] [110 30 20 30] [110 30 50 30]] def /DashTab [[] [50 20 50 20] [50 30 20 30] [80 30 20 30] [110 30 20 30] [110 30 50 30]] def /Setdash {/i exch 0 lmax 5 lmin def i DashTab i get 0 setdash } def % style for drawing: color gray or dash /xsetgray { usecolor 0 le {Setdash} {Setgray} ifelse } def % default value for colormode /usecolor 1 def % changing fonts encoding /Courier findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin1Encoding def currentdict end /Courier exch definefont pop /Times-Roman findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin1Encoding def currentdict end /Times-Roman exch definefont pop /Times-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin1Encoding def currentdict end /Times-Bold exch definefont pop /Times-BoldItalic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin1Encoding def currentdict end /Times-BoldItalic exch definefont pop %------ End Main Program ------% % XP YP XW YW DesPosi in the following code % will output the picture in the rectangle defined by % upper left point (XP,YP) wide :XW Height: YW % the coordinates are given in centimeter and % are the (0,0) point is the down-left point of the paper /ColorR [0.000000 0.000000 0.000000 0.000000 1.000000 1.000000 1.000000 1.000000 0.000000 0.000000 0.000000 0.529412 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.564706 0.690196 0.815686 0.564706 0.690196 0.815686 0.501961 0.627451 0.752941 1.000000 1.000000 1.000000 1.000000 1.000000 0.0 1.0] def /ColorG [0.000000 0.000000 1.000000 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.807843 0.564706 0.690196 0.815686 0.564706 0.690196 0.815686 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.188235 0.250980 0.376471 0.501961 0.627451 0.752941 0.878431 0.843137 0.0 1.0] def /ColorB [0.000000 1.000000 0.000000 1.000000 0.000000 1.000000 0.000000 1.000000 0.564706 0.690196 0.815686 1.000000 0.000000 0.000000 0.000000 0.564706 0.690196 0.815686 0.000000 0.000000 0.000000 0.564706 0.690196 0.815686 0.000000 0.000000 0.000000 0.501961 0.627451 0.752941 0.878431 0.000000 0.0 1.0] def % Dessin en bas a gauche de taille 3000,2120 [0.5 5 div 0 0 0.5 5 div neg 0 3120 5 div] concat % Init driver /PaintBackground {WhiteLev 2 add background eq {}{ (drawbox) 4 [background 1 add] [0 0 6000 4240] dogrey}ifelse } def 5 Thickness % 3 setalufunction -1 -1 200000 200000 setclipzone [] 0 setdash /Times-Roman findfont 100 scf mul scalefont setfont fillsolid [] 0 setdash 0 Setcolor /background 33 def PaintBackground %--use color 1 fillsolid [] 0 setdash 0 Setcolor /WhiteLev 31 def /Setgray {/i exch def ColorR i get ColorG i get ColorB i get setrgbcolor } def /Setcolor {/i exch def ColorR i get ColorG i get ColorB i get setrgbcolor } def /usecolor 1 def %--end use color 1 % End init driver /WhiteLev 31 def %--use color 1 %--end use color 1 [] 0 setdash [] 0 setdash 32 Setcolor /closeflag false def (drawpoly) 14 [ 0] [5250 990 3730 530 750 1432 750 3250 2270 3710 5250 2808 5250 990 ] dogrey 32 Setcolor /absolu true def [] 0 setdash 0 Setcolor 32 Setcolor (drawsegs) 4 [ 32] [750 1432 665 1432 ] dogrey (drawsegs) 4 [ 32] [750 1614 665 1614 ] dogrey (drawsegs) 4 [ 32] [750 1796 665 1796 ] dogrey (drawsegs) 4 [ 32] [750 1977 665 1977 ] dogrey (drawsegs) 4 [ 32] [750 2159 665 2159 ] dogrey (drawsegs) 4 [ 32] [750 2341 665 2341 ] dogrey (drawsegs) 4 [ 32] [750 2523 665 2523 ] dogrey (drawsegs) 4 [ 32] [750 2705 665 2705 ] dogrey (drawsegs) 4 [ 32] [750 2886 665 2886 ] dogrey (drawsegs) 4 [ 32] [750 3068 665 3068 ] dogrey (drawsegs) 4 [ 32] [750 3250 665 3250 ] dogrey (4) 489 1492 0 0.00 [489 1402 57 120] Show (2) 489 2401 0 0.00 [489 2311 57 120] Show (0) 489 3250 0 0.00 [489 3160 57 120] Show (Z) 489 1228 0 0.00 [489 1138 57 120] Show (drawsegs) 4 [ 32] [750 3250 669 3275 ] dogrey (drawsegs) 4 [ 32] [902 3296 821 3321 ] dogrey (drawsegs) 4 [ 32] [1054 3342 973 3367 ] dogrey (drawsegs) 4 [ 32] [1206 3388 1125 3413 ] dogrey (drawsegs) 4 [ 32] [1358 3434 1277 3459 ] dogrey (drawsegs) 4 [ 32] [1510 3480 1429 3505 ] dogrey (drawsegs) 4 [ 32] [1662 3526 1581 3551 ] dogrey (drawsegs) 4 [ 32] [1814 3572 1733 3597 ] dogrey (drawsegs) 4 [ 32] [1966 3618 1885 3643 ] dogrey (drawsegs) 4 [ 32] [2118 3664 2037 3689 ] dogrey (drawsegs) 4 [ 32] [2270 3710 2189 3735 ] dogrey (0.0) 383 3369 0 0.00 [383 3279 172 120] Show (0.5) 1143 3599 0 0.00 [1143 3509 172 120] Show (1.0) 1903 3829 0 0.00 [1903 3739 172 120] Show (Y) 1249 3761 0 0.00 [1249 3671 57 120] Show (drawsegs) 4 [ 32] [2270 3710 2351 3735 ] dogrey (drawsegs) 4 [ 32] [2568 3620 2649 3645 ] dogrey (drawsegs) 4 [ 32] [2866 3530 2947 3555 ] dogrey (drawsegs) 4 [ 32] [3164 3439 3245 3464 ] dogrey (drawsegs) 4 [ 32] [3462 3349 3543 3374 ] dogrey (drawsegs) 4 [ 32] [3760 3259 3841 3284 ] dogrey (drawsegs) 4 [ 32] [4058 3169 4139 3194 ] dogrey (drawsegs) 4 [ 32] [4356 3079 4437 3104 ] dogrey (drawsegs) 4 [ 32] [4654 2988 4735 3013 ] dogrey (drawsegs) 4 [ 32] [4952 2898 5033 2923 ] dogrey (drawsegs) 4 [ 32] [5250 2808 5331 2833 ] dogrey (1.0) 2465 3829 0 0.00 [2465 3739 172 120] Show (-0.0) 3955 3378 0 0.00 [3955 3288 229 120] Show (-1.0) 5445 2927 0 0.00 [5445 2837 229 120] Show (X) 3964 3613 0 0.00 [3964 3523 57 120] Show 0 Setcolor [] 0 setdash [] 0 setdash (drawsegs) 12 [ 3] [3730 2348 750 3250 3730 2348 5250 2808 3730 2348 3730 530 ] dogrey [] 0 setdash (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [3730 2348 3760 2357 3699 2376 3669 2366 3730 2348 3760 2357 3791 2366 3730 2385 3699 2376 3760 2357 3791 2366 3821 2376 3760 2394 3730 2385 3791 2366 3821 2376 3851 2385 3791 2403 3760 2394 3821 2376 3851 2385 3882 2394 3821 2412 3791 2403 3851 2385 3882 2394 3912 2403 3851 2422 3821 2412 3882 2394 3912 2403 3943 2412 3882 2431 3851 2422 3912 2403 3943 2412 3973 2422 3912 2440 3882 2431 3943 2412 3973 2422 4003 2431 3943 2449 3912 2440 3973 2422 4003 2431 4034 2440 3973 2458 3943 2449 4003 2431 4034 2440 4064 2449 4003 2467 3973 2458 4034 2440 4064 2449 4095 2458 4034 2476 4003 2467 4064 2449 4095 2458 4125 2467 4064 2485 4034 2476 4095 2458 4125 2467 4155 2476 4095 2494 4064 2485 4125 2467 4155 2476 4186 2485 4125 2503 4095 2494 4155 2476 4186 2485 4216 2494 4155 2512 4125 2503 4186 2485 4216 2494 4247 2502 4186 2520 4155 2512 4216 2494 4247 2502 4277 2511 4216 2529 4186 2520 4247 2502 4277 2511 4307 2519 4247 2537 4216 2529 4277 2511 4307 2519 4338 2527 4277 2545 4247 2537 4307 2519 4338 2527 4368 2535 4307 2553 4277 2545 4338 2527 4368 2535 4399 2543 4338 2561 4307 2553 4368 2535 4399 2543 4429 2551 4368 2569 4338 2561 4399 2543 4429 2551 4459 2559 4399 2577 4368 2569 4429 2551 4459 2559 4490 2566 4429 2584 4399 2577 4459 2559 4490 2566 4520 2574 4459 2591 4429 2584 4490 2566 4520 2574 4551 2581 4490 2599 4459 2591 4520 2574 4551 2581 4581 2588 4520 2606 4490 2599 4551 2581 4581 2588 4611 2595 4551 2613 4520 2606 4581 2588 4611 2595 4642 2602 4581 2620 4551 2613 4611 2595 4642 2602 4672 2609 4611 2627 4581 2620 4642 2602 4672 2609 4703 2616 4642 2634 4611 2627 4672 2609 4703 2616 4733 2623 4672 2641 4642 2634 4703 2616 4733 2623 4764 2630 4703 2647 4672 2641 4733 2623 4764 2630 4794 2637 4733 2654 4703 2647 4764 2630 4794 2637 4824 2643 4764 2661 4733 2654 4794 2637 4824 2643 4855 2650 4794 2667 4764 2661 4824 2643 4855 2650 4885 2656 4824 2674 4794 2667 4855 2650 4885 2656 4916 2663 4855 2680 4824 2674 4885 2656 4916 2663 4946 2669 4885 2687 4855 2680 4916 2663 4946 2669 4976 2676 4916 2693 4885 2687 4946 2669 4976 2676 5007 2683 4946 2700 4916 2693 4976 2676 5007 2683 5037 2689 4976 2706 4946 2700 5007 2683 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [5037 2689 5068 2696 5007 2713 4976 2706 5037 2689 5068 2696 5098 2702 5037 2719 5007 2713 5068 2696 5098 2702 5128 2709 5068 2726 5037 2719 5098 2702 5128 2709 5159 2715 5098 2732 5068 2726 5128 2709 5159 2715 5189 2722 5128 2739 5098 2732 5159 2715 5189 2722 5220 2728 5159 2745 5128 2739 5189 2722 5220 2728 5250 2735 5189 2752 5159 2745 5220 2728 ] dogrey 0 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [3669 2366 3699 2376 3639 2394 3608 2385 3669 2366 3699 2376 3730 2385 3669 2403 3639 2394 3699 2376 3730 2385 3760 2394 3699 2412 3669 2403 3730 2385 3760 2394 3791 2403 3730 2422 3699 2412 3760 2394 3791 2403 3821 2412 3760 2431 3730 2422 3791 2403 3821 2412 3851 2422 3791 2440 3760 2431 3821 2412 3851 2422 3882 2431 3821 2449 3791 2440 3851 2422 3882 2431 3912 2440 3851 2458 3821 2449 3882 2431 3912 2440 3943 2449 3882 2467 3851 2458 3912 2440 3943 2449 3973 2458 3912 2477 3882 2467 3943 2449 3973 2458 4003 2467 3943 2486 3912 2477 3973 2458 4003 2467 4034 2476 3973 2495 3943 2486 4003 2467 4034 2476 4064 2485 4003 2504 3973 2495 4034 2476 4064 2485 4095 2494 4034 2512 4003 2504 4064 2485 4095 2494 4125 2503 4064 2521 4034 2512 4095 2494 4125 2503 4155 2512 4095 2530 4064 2521 4125 2503 4155 2512 4186 2520 4125 2538 4095 2530 4155 2512 4186 2520 4216 2529 4155 2546 4125 2538 4186 2520 4216 2529 4247 2537 4186 2554 4155 2546 4216 2529 4247 2537 4277 2545 4216 2562 4186 2554 4247 2537 4277 2545 4307 2553 4247 2570 4216 2562 4277 2545 4307 2553 4338 2561 4277 2578 4247 2570 4307 2553 4338 2561 4368 2569 4307 2586 4277 2578 4338 2561 4368 2569 4399 2577 4338 2593 4307 2586 4368 2569 4399 2577 4429 2584 4368 2600 4338 2593 4399 2577 4429 2584 4459 2591 4399 2608 4368 2600 4429 2584 4459 2591 4490 2599 4429 2615 4399 2608 4459 2591 4490 2599 4520 2606 4459 2622 4429 2615 4490 2599 4520 2606 4551 2613 4490 2629 4459 2622 4520 2606 4551 2613 4581 2620 4520 2636 4490 2629 4551 2613 4581 2620 4611 2627 4551 2643 4520 2636 4581 2620 4611 2627 4642 2634 4581 2649 4551 2643 4611 2627 4642 2634 4672 2641 4611 2656 4581 2649 4642 2634 4672 2641 4703 2647 4642 2663 4611 2656 4672 2641 4703 2647 4733 2654 4672 2669 4642 2663 4703 2647 4733 2654 4764 2661 4703 2676 4672 2669 4733 2654 4764 2661 4794 2667 4733 2682 4703 2676 4764 2661 4794 2667 4824 2674 4764 2689 4733 2682 4794 2667 4824 2674 4855 2680 4794 2695 4764 2689 4824 2674 4855 2680 4885 2687 4824 2702 4794 2695 4855 2680 4885 2687 4916 2693 4855 2709 4824 2702 4885 2687 4916 2693 4946 2700 4885 2715 4855 2709 4916 2693 4946 2700 4976 2706 4916 2722 4885 2715 4946 2700 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [4976 2706 5007 2713 4946 2728 4916 2722 4976 2706 5007 2713 5037 2719 4976 2735 4946 2728 5007 2713 5037 2719 5068 2726 5007 2741 4976 2735 5037 2719 5068 2726 5098 2732 5037 2748 5007 2741 5068 2726 5098 2732 5128 2739 5068 2754 5037 2748 5098 2732 5128 2739 5159 2745 5098 2761 5068 2754 5128 2739 5159 2745 5189 2752 5128 2767 5098 2761 5159 2745 ] dogrey 0 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [3608 2385 3639 2394 3578 2412 3547 2403 3608 2385 3639 2394 3669 2403 3608 2422 3578 2412 3639 2394 3669 2403 3699 2412 3639 2431 3608 2422 3669 2403 3699 2412 3730 2422 3669 2440 3639 2431 3699 2412 3730 2422 3760 2431 3699 2449 3669 2440 3730 2422 3760 2431 3791 2440 3730 2458 3699 2449 3760 2431 3791 2440 3821 2449 3760 2468 3730 2458 3791 2440 3821 2449 3851 2458 3791 2477 3760 2468 3821 2449 3851 2458 3882 2467 3821 2486 3791 2477 3851 2458 3882 2467 3912 2477 3851 2495 3821 2486 3882 2467 3912 2477 3943 2486 3882 2504 3851 2495 3912 2477 3943 2486 3973 2495 3912 2513 3882 2504 3943 2486 3973 2495 4003 2504 3943 2521 3912 2513 3973 2495 4003 2504 4034 2512 3973 2530 3943 2521 4003 2504 4034 2512 4064 2521 4003 2538 3973 2530 4034 2512 4064 2521 4095 2530 4034 2547 4003 2538 4064 2521 4095 2530 4125 2538 4064 2555 4034 2547 4095 2530 4125 2538 4155 2546 4095 2563 4064 2555 4125 2538 4155 2546 4186 2554 4125 2571 4095 2563 4155 2546 4186 2554 4216 2562 4155 2578 4125 2571 4186 2554 4216 2562 4247 2570 4186 2586 4155 2578 4216 2562 4247 2570 4277 2578 4216 2593 4186 2586 4247 2570 4277 2578 4307 2586 4247 2601 4216 2593 4277 2578 4307 2586 4338 2593 4277 2608 4247 2601 4307 2586 4338 2593 4368 2600 4307 2615 4277 2608 4338 2593 4368 2600 4399 2608 4338 2622 4307 2615 4368 2600 4399 2608 4429 2615 4368 2629 4338 2622 4399 2608 4429 2615 4459 2622 4399 2636 4368 2629 4429 2615 4459 2622 4490 2629 4429 2643 4399 2636 4459 2622 4490 2629 4520 2636 4459 2650 4429 2643 4490 2629 4520 2636 4551 2643 4490 2656 4459 2650 4520 2636 4551 2643 4581 2649 4520 2663 4490 2656 4551 2643 4581 2649 4611 2656 4551 2669 4520 2663 4581 2649 4611 2656 4642 2663 4581 2676 4551 2669 4611 2656 4642 2663 4672 2669 4611 2683 4581 2676 4642 2663 4672 2669 4703 2676 4642 2689 4611 2683 4672 2669 4703 2676 4733 2682 4672 2696 4642 2689 4703 2676 4733 2682 4764 2689 4703 2702 4672 2696 4733 2682 4764 2689 4794 2695 4733 2709 4703 2702 4764 2689 4794 2695 4824 2702 4764 2715 4733 2709 4794 2695 4824 2702 4855 2709 4794 2722 4764 2715 4824 2702 4855 2709 4885 2715 4824 2728 4794 2722 4855 2709 4885 2715 4916 2722 4855 2735 4824 2728 4885 2715 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [4916 2722 4946 2728 4885 2741 4855 2735 4916 2722 4946 2728 4976 2735 4916 2748 4885 2741 4946 2728 4976 2735 5007 2741 4946 2754 4916 2748 4976 2735 5007 2741 5037 2748 4976 2761 4946 2754 5007 2741 5037 2748 5068 2754 5007 2767 4976 2761 5037 2748 5068 2754 5098 2761 5037 2774 5007 2767 5068 2754 5098 2761 5128 2767 5068 2781 5037 2774 5098 2761 ] dogrey 0 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [3547 2403 3578 2412 3517 2431 3486 2422 3547 2403 3578 2412 3608 2422 3547 2440 3517 2431 3578 2412 3608 2422 3639 2431 3578 2449 3547 2440 3608 2422 3639 2431 3669 2440 3608 2458 3578 2449 3639 2431 3669 2440 3699 2449 3639 2468 3608 2458 3669 2440 3699 2449 3730 2458 3669 2477 3639 2468 3699 2449 3730 2458 3760 2468 3699 2486 3669 2477 3730 2458 3760 2468 3791 2477 3730 2495 3699 2486 3760 2468 3791 2477 3821 2486 3760 2504 3730 2495 3791 2477 3821 2486 3851 2495 3791 2513 3760 2504 3821 2486 3851 2495 3882 2504 3821 2522 3791 2513 3851 2495 3882 2504 3912 2513 3851 2530 3821 2522 3882 2504 3912 2513 3943 2521 3882 2539 3851 2530 3912 2513 3943 2521 3973 2530 3912 2547 3882 2539 3943 2521 3973 2530 4003 2538 3943 2555 3912 2547 3973 2530 4003 2538 4034 2547 3973 2563 3943 2555 4003 2538 4034 2547 4064 2555 4003 2571 3973 2563 4034 2547 4064 2555 4095 2563 4034 2578 4003 2571 4064 2555 4095 2563 4125 2571 4064 2586 4034 2578 4095 2563 4125 2571 4155 2578 4095 2593 4064 2586 4125 2571 4155 2578 4186 2586 4125 2600 4095 2593 4155 2578 4186 2586 4216 2593 4155 2608 4125 2600 4186 2586 4216 2593 4247 2601 4186 2615 4155 2608 4216 2593 4247 2601 4277 2608 4216 2621 4186 2615 4247 2601 4277 2608 4307 2615 4247 2628 4216 2621 4277 2608 4307 2615 4338 2622 4277 2635 4247 2628 4307 2615 4338 2622 4368 2629 4307 2642 4277 2635 4338 2622 4368 2629 4399 2636 4338 2648 4307 2642 4368 2629 4399 2636 4429 2643 4368 2655 4338 2648 4399 2636 4429 2643 4459 2650 4399 2661 4368 2655 4429 2643 4459 2650 4490 2656 4429 2668 4399 2661 4459 2650 4490 2656 4520 2663 4459 2674 4429 2668 4490 2656 4520 2663 4551 2669 4490 2681 4459 2674 4520 2663 4551 2669 4581 2676 4520 2687 4490 2681 4551 2669 4581 2676 4611 2683 4551 2694 4520 2687 4581 2676 4611 2683 4642 2689 4581 2700 4551 2694 4611 2683 4642 2689 4672 2696 4611 2707 4581 2700 4642 2689 4672 2696 4703 2702 4642 2713 4611 2707 4672 2696 4703 2702 4733 2709 4672 2719 4642 2713 4703 2702 4733 2709 4764 2715 4703 2726 4672 2719 4733 2709 4764 2715 4794 2722 4733 2732 4703 2726 4764 2715 4794 2722 4824 2728 4764 2739 4733 2732 4794 2722 4824 2728 4855 2735 4794 2745 4764 2739 4824 2728 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [4855 2735 4885 2741 4824 2752 4794 2745 4855 2735 4885 2741 4916 2748 4855 2758 4824 2752 4885 2741 4916 2748 4946 2754 4885 2765 4855 2758 4916 2748 4946 2754 4976 2761 4916 2772 4885 2765 4946 2754 4976 2761 5007 2767 4946 2778 4916 2772 4976 2761 5007 2767 5037 2774 4976 2785 4946 2778 5007 2767 5037 2774 5068 2781 5007 2792 4976 2785 5037 2774 ] dogrey 0 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [3486 2422 3517 2431 3456 2449 3426 2440 3486 2422 3517 2431 3547 2440 3486 2458 3456 2449 3517 2431 3547 2440 3578 2449 3517 2468 3486 2458 3547 2440 3578 2449 3608 2458 3547 2477 3517 2468 3578 2449 3608 2458 3639 2468 3578 2486 3547 2477 3608 2458 3639 2468 3669 2477 3608 2495 3578 2486 3639 2468 3669 2477 3699 2486 3639 2504 3608 2495 3669 2477 3699 2486 3730 2495 3669 2513 3639 2504 3699 2486 3730 2495 3760 2504 3699 2522 3669 2513 3730 2495 3760 2504 3791 2513 3730 2531 3699 2522 3760 2504 3791 2513 3821 2522 3760 2539 3730 2531 3791 2513 3821 2522 3851 2530 3791 2547 3760 2539 3821 2522 3851 2530 3882 2539 3821 2555 3791 2547 3851 2530 3882 2539 3912 2547 3851 2563 3821 2555 3882 2539 3912 2547 3943 2555 3882 2571 3851 2563 3912 2547 3943 2555 3973 2563 3912 2578 3882 2571 3943 2555 3973 2563 4003 2571 3943 2586 3912 2578 3973 2563 4003 2571 4034 2578 3973 2593 3943 2586 4003 2571 4034 2578 4064 2586 4003 2600 3973 2593 4034 2578 4064 2586 4095 2593 4034 2606 4003 2600 4064 2586 4095 2593 4125 2600 4064 2613 4034 2606 4095 2593 4125 2600 4155 2608 4095 2620 4064 2613 4125 2600 4155 2608 4186 2615 4125 2626 4095 2620 4155 2608 4186 2615 4216 2621 4155 2633 4125 2626 4186 2615 4216 2621 4247 2628 4186 2639 4155 2633 4216 2621 4247 2628 4277 2635 4216 2646 4186 2639 4247 2628 4277 2635 4307 2642 4247 2652 4216 2646 4277 2635 4307 2642 4338 2648 4277 2658 4247 2652 4307 2642 4338 2648 4368 2655 4307 2665 4277 2658 4338 2648 4368 2655 4399 2661 4338 2671 4307 2665 4368 2655 4399 2661 4429 2668 4368 2677 4338 2671 4399 2661 4429 2668 4459 2674 4399 2684 4368 2677 4429 2668 4459 2674 4490 2681 4429 2690 4399 2684 4459 2674 4490 2681 4520 2687 4459 2696 4429 2690 4490 2681 4520 2687 4551 2694 4490 2703 4459 2696 4520 2687 4551 2694 4581 2700 4520 2709 4490 2703 4551 2694 4581 2700 4611 2707 4551 2715 4520 2709 4581 2700 4611 2707 4642 2713 4581 2722 4551 2715 4611 2707 4642 2713 4672 2719 4611 2728 4581 2722 4642 2713 4672 2719 4703 2726 4642 2735 4611 2728 4672 2719 4703 2726 4733 2732 4672 2741 4642 2735 4703 2726 4733 2732 4764 2739 4703 2748 4672 2741 4733 2732 4764 2739 4794 2745 4733 2754 4703 2748 4764 2739 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [4794 2745 4824 2752 4764 2761 4733 2754 4794 2745 4824 2752 4855 2758 4794 2767 4764 2761 4824 2752 4855 2758 4885 2765 4824 2774 4794 2767 4855 2758 4885 2765 4916 2772 4855 2781 4824 2774 4885 2765 4916 2772 4946 2778 4885 2787 4855 2781 4916 2772 4946 2778 4976 2785 4916 2794 4885 2787 4946 2778 4976 2785 5007 2792 4946 2801 4916 2794 4976 2785 ] dogrey 0 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [3426 2440 3456 2449 3395 2468 3365 2458 3426 2440 3456 2449 3486 2458 3426 2477 3395 2468 3456 2449 3486 2458 3517 2468 3456 2486 3426 2477 3486 2458 3517 2468 3547 2477 3486 2495 3456 2486 3517 2468 3547 2477 3578 2486 3517 2504 3486 2495 3547 2477 3578 2486 3608 2495 3547 2513 3517 2504 3578 2486 3608 2495 3639 2504 3578 2522 3547 2513 3608 2495 3639 2504 3669 2513 3608 2531 3578 2522 3639 2504 3669 2513 3699 2522 3639 2540 3608 2531 3669 2513 3699 2522 3730 2531 3669 2548 3639 2540 3699 2522 3730 2531 3760 2539 3699 2556 3669 2548 3730 2531 3760 2539 3791 2547 3730 2564 3699 2556 3760 2539 3791 2547 3821 2555 3760 2571 3730 2564 3791 2547 3821 2555 3851 2563 3791 2578 3760 2571 3821 2555 3851 2563 3882 2571 3821 2585 3791 2578 3851 2563 3882 2571 3912 2578 3851 2592 3821 2585 3882 2571 3912 2578 3943 2586 3882 2599 3851 2592 3912 2578 3943 2586 3973 2593 3912 2605 3882 2599 3943 2586 3973 2593 4003 2600 3943 2612 3912 2605 3973 2593 4003 2600 4034 2606 3973 2618 3943 2612 4003 2600 4034 2606 4064 2613 4003 2624 3973 2618 4034 2606 4064 2613 4095 2620 4034 2630 4003 2624 4064 2613 4095 2620 4125 2626 4064 2636 4034 2630 4095 2620 4125 2626 4155 2633 4095 2642 4064 2636 4125 2626 4155 2633 4186 2639 4125 2648 4095 2642 4155 2633 4186 2639 4216 2646 4155 2654 4125 2648 4186 2639 4216 2646 4247 2652 4186 2660 4155 2654 4216 2646 4247 2652 4277 2658 4216 2666 4186 2660 4247 2652 4277 2658 4307 2665 4247 2672 4216 2666 4277 2658 4307 2665 4338 2671 4277 2678 4247 2672 4307 2665 4338 2671 4368 2677 4307 2684 4277 2678 4338 2671 4368 2677 4399 2684 4338 2691 4307 2684 4368 2677 4399 2684 4429 2690 4368 2697 4338 2691 4399 2684 4429 2690 4459 2696 4399 2703 4368 2697 4429 2690 4459 2696 4490 2703 4429 2709 4399 2703 4459 2696 4490 2703 4520 2709 4459 2715 4429 2709 4490 2703 4520 2709 4551 2715 4490 2722 4459 2715 4520 2709 4551 2715 4581 2722 4520 2728 4490 2722 4551 2715 4581 2722 4611 2728 4551 2735 4520 2728 4581 2722 4611 2728 4642 2735 4581 2741 4551 2735 4611 2728 4642 2735 4672 2741 4611 2748 4581 2741 4642 2735 4672 2741 4703 2748 4642 2754 4611 2748 4672 2741 4703 2748 4733 2754 4672 2761 4642 2754 4703 2748 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [4733 2754 4764 2761 4703 2767 4672 2761 4733 2754 4764 2761 4794 2767 4733 2774 4703 2767 4764 2761 4794 2767 4824 2774 4764 2781 4733 2774 4794 2767 4824 2774 4855 2781 4794 2787 4764 2781 4824 2774 4855 2781 4885 2787 4824 2794 4794 2787 4855 2781 4885 2787 4916 2794 4855 2801 4824 2794 4885 2787 4916 2794 4946 2801 4885 2808 4855 2801 4916 2794 ] dogrey 0 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [3365 2458 3395 2468 3334 2486 3304 2477 3365 2458 3395 2468 3426 2477 3365 2495 3334 2486 3395 2468 3426 2477 3456 2486 3395 2504 3365 2495 3426 2477 3456 2486 3486 2495 3426 2514 3395 2504 3456 2486 3486 2495 3517 2504 3456 2523 3426 2514 3486 2495 3517 2504 3547 2513 3486 2531 3456 2523 3517 2504 3547 2513 3578 2522 3517 2540 3486 2531 3547 2513 3578 2522 3608 2531 3547 2549 3517 2540 3578 2522 3608 2531 3639 2540 3578 2557 3547 2549 3608 2531 3639 2540 3669 2548 3608 2564 3578 2557 3639 2540 3669 2548 3699 2556 3639 2572 3608 2564 3669 2548 3699 2556 3730 2564 3669 2579 3639 2572 3699 2556 3730 2564 3760 2571 3699 2585 3669 2579 3730 2564 3760 2571 3791 2578 3730 2592 3699 2585 3760 2571 3791 2578 3821 2585 3760 2598 3730 2592 3791 2578 3821 2585 3851 2592 3791 2604 3760 2598 3821 2585 3851 2592 3882 2599 3821 2610 3791 2604 3851 2592 3882 2599 3912 2605 3851 2615 3821 2610 3882 2599 3912 2605 3943 2612 3882 2621 3851 2615 3912 2605 3943 2612 3973 2618 3912 2627 3882 2621 3943 2612 3973 2618 4003 2624 3943 2632 3912 2627 3973 2618 4003 2624 4034 2630 3973 2638 3943 2632 4003 2624 4034 2630 4064 2636 4003 2643 3973 2638 4034 2630 4064 2636 4095 2642 4034 2649 4003 2643 4064 2636 4095 2642 4125 2648 4064 2655 4034 2649 4095 2642 4125 2648 4155 2654 4095 2660 4064 2655 4125 2648 4155 2654 4186 2660 4125 2666 4095 2660 4155 2654 4186 2660 4216 2666 4155 2672 4125 2666 4186 2660 4216 2666 4247 2672 4186 2677 4155 2672 4216 2666 4247 2672 4277 2678 4216 2683 4186 2677 4247 2672 4277 2678 4307 2684 4247 2689 4216 2683 4277 2678 4307 2684 4338 2691 4277 2695 4247 2689 4307 2684 4338 2691 4368 2697 4307 2701 4277 2695 4338 2691 4368 2697 4399 2703 4338 2707 4307 2701 4368 2697 4399 2703 4429 2709 4368 2713 4338 2707 4399 2703 4429 2709 4459 2715 4399 2720 4368 2713 4429 2709 4459 2715 4490 2722 4429 2726 4399 2720 4459 2715 4490 2722 4520 2728 4459 2732 4429 2726 4490 2722 4520 2728 4551 2735 4490 2739 4459 2732 4520 2728 4551 2735 4581 2741 4520 2745 4490 2739 4551 2735 4581 2741 4611 2748 4551 2752 4520 2745 4581 2741 4611 2748 4642 2754 4581 2759 4551 2752 4611 2748 4642 2754 4672 2761 4611 2765 4581 2759 4642 2754 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [4672 2761 4703 2767 4642 2772 4611 2765 4672 2761 4703 2767 4733 2774 4672 2779 4642 2772 4703 2767 4733 2774 4764 2781 4703 2786 4672 2779 4733 2774 4764 2781 4794 2787 4733 2792 4703 2786 4764 2781 4794 2787 4824 2794 4764 2799 4733 2792 4794 2787 4824 2794 4855 2801 4794 2806 4764 2799 4824 2794 4855 2801 4885 2808 4824 2813 4794 2806 4855 2801 ] dogrey 0 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [3304 2477 3334 2486 3274 2504 3243 2495 3304 2477 3334 2486 3365 2495 3304 2514 3274 2504 3334 2486 3365 2495 3395 2504 3334 2523 3304 2514 3365 2495 3395 2504 3426 2514 3365 2532 3334 2523 3395 2504 3426 2514 3456 2523 3395 2541 3365 2532 3426 2514 3456 2523 3486 2531 3426 2549 3395 2541 3456 2523 3486 2531 3517 2540 3456 2557 3426 2549 3486 2531 3517 2540 3547 2549 3486 2565 3456 2557 3517 2540 3547 2549 3578 2557 3517 2572 3486 2565 3547 2549 3578 2557 3608 2564 3547 2579 3517 2572 3578 2557 3608 2564 3639 2572 3578 2586 3547 2579 3608 2564 3639 2572 3669 2579 3608 2592 3578 2586 3639 2572 3669 2579 3699 2585 3639 2597 3608 2592 3669 2579 3699 2585 3730 2592 3669 2603 3639 2597 3699 2585 3730 2592 3760 2598 3699 2608 3669 2603 3730 2592 3760 2598 3791 2604 3730 2613 3699 2608 3760 2598 3791 2604 3821 2610 3760 2618 3730 2613 3791 2604 3821 2610 3851 2615 3791 2623 3760 2618 3821 2610 3851 2615 3882 2621 3821 2628 3791 2623 3851 2615 3882 2621 3912 2627 3851 2633 3821 2628 3882 2621 3912 2627 3943 2632 3882 2638 3851 2633 3912 2627 3943 2632 3973 2638 3912 2643 3882 2638 3943 2632 3973 2638 4003 2643 3943 2648 3912 2643 3973 2638 4003 2643 4034 2649 3973 2653 3943 2648 4003 2643 4034 2649 4064 2655 4003 2658 3973 2653 4034 2649 4064 2655 4095 2660 4034 2663 4003 2658 4064 2655 4095 2660 4125 2666 4064 2669 4034 2663 4095 2660 4125 2666 4155 2672 4095 2674 4064 2669 4125 2666 4155 2672 4186 2677 4125 2680 4095 2674 4155 2672 4186 2677 4216 2683 4155 2685 4125 2680 4186 2677 4216 2683 4247 2689 4186 2691 4155 2685 4216 2683 4247 2689 4277 2695 4216 2697 4186 2691 4247 2689 4277 2695 4307 2701 4247 2703 4216 2697 4277 2695 4307 2701 4338 2707 4277 2709 4247 2703 4307 2701 4338 2707 4368 2713 4307 2715 4277 2709 4338 2707 4368 2713 4399 2720 4338 2722 4307 2715 4368 2713 4399 2720 4429 2726 4368 2728 4338 2722 4399 2720 4429 2726 4459 2732 4399 2734 4368 2728 4429 2726 4459 2732 4490 2739 4429 2741 4399 2734 4459 2732 4490 2739 4520 2745 4459 2748 4429 2741 4490 2739 4520 2745 4551 2752 4490 2754 4459 2748 4520 2745 4551 2752 4581 2759 4520 2761 4490 2754 4551 2752 4581 2759 4611 2765 4551 2768 4520 2761 4581 2759 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [4611 2765 4642 2772 4581 2775 4551 2768 4611 2765 4642 2772 4672 2779 4611 2782 4581 2775 4642 2772 4672 2779 4703 2786 4642 2789 4611 2782 4672 2779 4703 2786 4733 2792 4672 2796 4642 2789 4703 2786 4733 2792 4764 2799 4703 2803 4672 2796 4733 2792 4764 2799 4794 2806 4733 2810 4703 2803 4764 2799 4794 2806 4824 2813 4764 2817 4733 2810 4794 2806 ] dogrey 0 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [3243 2495 3274 2504 3213 2523 3182 2514 3243 2495 3274 2504 3304 2514 3243 2532 3213 2523 3274 2504 3304 2514 3334 2523 3274 2541 3243 2532 3304 2514 3334 2523 3365 2532 3304 2550 3274 2541 3334 2523 3365 2532 3395 2541 3334 2558 3304 2550 3365 2532 3395 2541 3426 2549 3365 2566 3334 2558 3395 2541 3426 2549 3456 2557 3395 2574 3365 2566 3426 2549 3456 2557 3486 2565 3426 2580 3395 2574 3456 2557 3486 2565 3517 2572 3456 2587 3426 2580 3486 2565 3517 2572 3547 2579 3486 2592 3456 2587 3517 2572 3547 2579 3578 2586 3517 2597 3486 2592 3547 2579 3578 2586 3608 2592 3547 2602 3517 2597 3578 2586 3608 2592 3639 2597 3578 2606 3547 2602 3608 2592 3639 2597 3669 2603 3608 2611 3578 2606 3639 2597 3669 2603 3699 2608 3639 2615 3608 2611 3669 2603 3699 2608 3730 2613 3669 2619 3639 2615 3699 2608 3730 2613 3760 2618 3699 2623 3669 2619 3730 2613 3760 2618 3791 2623 3730 2627 3699 2623 3760 2618 3791 2623 3821 2628 3760 2631 3730 2627 3791 2623 3821 2628 3851 2633 3791 2635 3760 2631 3821 2628 3851 2633 3882 2638 3821 2640 3791 2635 3851 2633 3882 2638 3912 2643 3851 2644 3821 2640 3882 2638 3912 2643 3943 2648 3882 2649 3851 2644 3912 2643 3943 2648 3973 2653 3912 2653 3882 2649 3943 2648 3973 2653 4003 2658 3943 2658 3912 2653 3973 2653 4003 2658 4034 2663 3973 2663 3943 2658 4003 2658 4034 2663 4064 2669 4003 2669 3973 2663 4034 2663 4064 2669 4095 2674 4034 2674 4003 2669 4064 2669 4095 2674 4125 2680 4064 2679 4034 2674 4095 2674 4125 2680 4155 2685 4095 2685 4064 2679 4125 2680 4155 2685 4186 2691 4125 2691 4095 2685 4155 2685 4186 2691 4216 2697 4155 2697 4125 2691 4186 2691 4216 2697 4247 2703 4186 2703 4155 2697 4216 2697 4247 2703 4277 2709 4216 2709 4186 2703 4247 2703 4277 2709 4307 2715 4247 2715 4216 2709 4277 2709 4307 2715 4338 2722 4277 2721 4247 2715 4307 2715 4338 2722 4368 2728 4307 2728 4277 2721 4338 2722 4368 2728 4399 2734 4338 2734 4307 2728 4368 2728 4399 2734 4429 2741 4368 2741 4338 2734 4399 2734 4429 2741 4459 2748 4399 2748 4368 2741 4429 2741 4459 2748 4490 2754 4429 2754 4399 2748 4459 2748 4490 2754 4520 2761 4459 2761 4429 2754 4490 2754 4520 2761 4551 2768 4490 2768 4459 2761 4520 2761 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [4551 2768 4581 2775 4520 2775 4490 2768 4551 2768 4581 2775 4611 2782 4551 2783 4520 2775 4581 2775 4611 2782 4642 2789 4581 2790 4551 2783 4611 2782 4642 2789 4672 2796 4611 2797 4581 2790 4642 2789 4672 2796 4703 2803 4642 2804 4611 2797 4672 2796 4703 2803 4733 2810 4672 2812 4642 2804 4703 2803 4733 2810 4764 2817 4703 2819 4672 2812 4733 2810 ] dogrey 0 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [3182 2514 3213 2523 3152 2541 3122 2532 3182 2514 3213 2523 3243 2532 3182 2550 3152 2541 3213 2523 3243 2532 3274 2541 3213 2559 3182 2550 3243 2532 3274 2541 3304 2550 3243 2568 3213 2559 3274 2541 3304 2550 3334 2558 3274 2575 3243 2568 3304 2550 3334 2558 3365 2566 3304 2582 3274 2575 3334 2558 3365 2566 3395 2574 3334 2588 3304 2582 3365 2566 3395 2574 3426 2580 3365 2593 3334 2588 3395 2574 3426 2580 3456 2587 3395 2598 3365 2593 3426 2580 3456 2587 3486 2592 3426 2602 3395 2598 3456 2587 3486 2592 3517 2597 3456 2605 3426 2602 3486 2592 3517 2597 3547 2602 3486 2609 3456 2605 3517 2597 3547 2602 3578 2606 3517 2612 3486 2609 3547 2602 3578 2606 3608 2611 3547 2615 3517 2612 3578 2606 3608 2611 3639 2615 3578 2618 3547 2615 3608 2611 3639 2615 3669 2619 3608 2621 3578 2618 3639 2615 3669 2619 3699 2623 3639 2624 3608 2621 3669 2619 3699 2623 3730 2627 3669 2627 3639 2624 3699 2623 3730 2627 3760 2631 3699 2630 3669 2627 3730 2627 3760 2631 3791 2635 3730 2634 3699 2630 3760 2631 3791 2635 3821 2640 3760 2638 3730 2634 3791 2635 3821 2640 3851 2644 3791 2642 3760 2638 3821 2640 3851 2644 3882 2649 3821 2646 3791 2642 3851 2644 3882 2649 3912 2653 3851 2651 3821 2646 3882 2649 3912 2653 3943 2658 3882 2655 3851 2651 3912 2653 3943 2658 3973 2663 3912 2660 3882 2655 3943 2658 3973 2663 4003 2669 3943 2665 3912 2660 3973 2663 4003 2669 4034 2674 3973 2670 3943 2665 4003 2669 4034 2674 4064 2679 4003 2676 3973 2670 4034 2674 4064 2679 4095 2685 4034 2682 4003 2676 4064 2679 4095 2685 4125 2691 4064 2687 4034 2682 4095 2685 4125 2691 4155 2697 4095 2693 4064 2687 4125 2691 4155 2697 4186 2703 4125 2699 4095 2693 4155 2697 4186 2703 4216 2709 4155 2706 4125 2699 4186 2703 4216 2709 4247 2715 4186 2712 4155 2706 4216 2709 4247 2715 4277 2721 4216 2719 4186 2712 4247 2715 4277 2721 4307 2728 4247 2725 4216 2719 4277 2721 4307 2728 4338 2734 4277 2732 4247 2725 4307 2728 4338 2734 4368 2741 4307 2739 4277 2732 4338 2734 4368 2741 4399 2748 4338 2746 4307 2739 4368 2741 4399 2748 4429 2754 4368 2753 4338 2746 4399 2748 4429 2754 4459 2761 4399 2760 4368 2753 4429 2754 4459 2761 4490 2768 4429 2767 4399 2760 4459 2761 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [4490 2768 4520 2775 4459 2775 4429 2767 4490 2768 4520 2775 4551 2783 4490 2782 4459 2775 4520 2775 4551 2783 4581 2790 4520 2789 4490 2782 4551 2783 4581 2790 4611 2797 4551 2797 4520 2789 4581 2790 4611 2797 4642 2804 4581 2805 4551 2797 4611 2797 4642 2804 4672 2812 4611 2812 4581 2805 4642 2804 4672 2812 4703 2819 4642 2820 4611 2812 4672 2812 ] dogrey 0 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [3122 2532 3152 2541 3091 2560 3061 2550 3122 2532 3152 2541 3182 2550 3122 2569 3091 2560 3152 2541 3182 2550 3213 2559 3152 2577 3122 2569 3182 2550 3213 2559 3243 2568 3182 2584 3152 2577 3213 2559 3243 2568 3274 2575 3213 2591 3182 2584 3243 2568 3274 2575 3304 2582 3243 2596 3213 2591 3274 2575 3304 2582 3334 2588 3274 2600 3243 2596 3304 2582 3334 2588 3365 2593 3304 2603 3274 2600 3334 2588 3365 2593 3395 2598 3334 2605 3304 2603 3365 2593 3395 2598 3426 2602 3365 2607 3334 2605 3395 2598 3426 2602 3456 2605 3395 2609 3365 2607 3426 2602 3456 2605 3486 2609 3426 2610 3395 2609 3456 2605 3486 2609 3517 2612 3456 2612 3426 2610 3486 2609 3517 2612 3547 2615 3486 2613 3456 2612 3517 2612 3547 2615 3578 2618 3517 2615 3486 2613 3547 2615 3578 2618 3608 2621 3547 2617 3517 2615 3578 2618 3608 2621 3639 2624 3578 2620 3547 2617 3608 2621 3639 2624 3669 2627 3608 2622 3578 2620 3639 2624 3669 2627 3699 2630 3639 2625 3608 2622 3669 2627 3699 2630 3730 2634 3669 2628 3639 2625 3699 2630 3730 2634 3760 2638 3699 2632 3669 2628 3730 2634 3760 2638 3791 2642 3730 2636 3699 2632 3760 2638 3791 2642 3821 2646 3760 2640 3730 2636 3791 2642 3821 2646 3851 2651 3791 2644 3760 2640 3821 2646 3851 2651 3882 2655 3821 2649 3791 2644 3851 2651 3882 2655 3912 2660 3851 2654 3821 2649 3882 2655 3912 2660 3943 2665 3882 2659 3851 2654 3912 2660 3943 2665 3973 2670 3912 2664 3882 2659 3943 2665 3973 2670 4003 2676 3943 2670 3912 2664 3973 2670 4003 2676 4034 2682 3973 2675 3943 2670 4003 2676 4034 2682 4064 2687 4003 2681 3973 2675 4034 2682 4064 2687 4095 2693 4034 2688 4003 2681 4064 2687 4095 2693 4125 2699 4064 2694 4034 2688 4095 2693 4125 2699 4155 2706 4095 2700 4064 2694 4125 2699 4155 2706 4186 2712 4125 2707 4095 2700 4155 2706 4186 2712 4216 2719 4155 2714 4125 2707 4186 2712 4216 2719 4247 2725 4186 2721 4155 2714 4216 2719 4247 2725 4277 2732 4216 2728 4186 2721 4247 2725 4277 2732 4307 2739 4247 2735 4216 2728 4277 2732 4307 2739 4338 2746 4277 2742 4247 2735 4307 2739 4338 2746 4368 2753 4307 2750 4277 2742 4338 2746 4368 2753 4399 2760 4338 2757 4307 2750 4368 2753 4399 2760 4429 2767 4368 2765 4338 2757 4399 2760 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [4429 2767 4459 2775 4399 2772 4368 2765 4429 2767 4459 2775 4490 2782 4429 2780 4399 2772 4459 2775 4490 2782 4520 2789 4459 2788 4429 2780 4490 2782 4520 2789 4551 2797 4490 2796 4459 2788 4520 2789 4551 2797 4581 2805 4520 2804 4490 2796 4551 2797 4581 2805 4611 2812 4551 2812 4520 2804 4581 2805 4611 2812 4642 2820 4581 2820 4551 2812 4611 2812 ] dogrey 0 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 4 4 4 4 4 4 4 4 4 4 4 4 4 4 2 4 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [3061 2550 3091 2560 3030 2578 3000 2569 3061 2550 3091 2560 3122 2569 3061 2586 3030 2578 3091 2560 3122 2569 3152 2577 3091 2594 3061 2586 3122 2569 3152 2577 3182 2584 3122 2599 3091 2594 3152 2577 3182 2584 3213 2591 3152 2603 3122 2599 3182 2584 3213 2591 3243 2596 3182 2606 3152 2603 3213 2591 3243 2596 3274 2600 3213 2607 3182 2606 3243 2596 3274 2600 3304 2603 3243 2607 3213 2607 3274 2600 3304 2603 3334 2605 3274 2607 3243 2607 3304 2603 3334 2605 3365 2607 3304 2606 3274 2607 3334 2605 3365 2607 3395 2609 3334 2606 3304 2606 3365 2607 3395 2609 3426 2610 3365 2606 3334 2606 3395 2609 3426 2610 3456 2612 3395 2606 3365 2606 3426 2610 3456 2612 3486 2613 3426 2606 3395 2606 3456 2612 3486 2613 3517 2615 3456 2607 3426 2606 3486 2613 3517 2615 3547 2617 3486 2609 3456 2607 3517 2615 3547 2617 3578 2620 3517 2610 3486 2609 3547 2617 3578 2620 3608 2622 3547 2612 3517 2610 3578 2620 3608 2622 3639 2625 3578 2615 3547 2612 3608 2622 3639 2625 3669 2628 3608 2618 3578 2615 3639 2625 3669 2628 3699 2632 3639 2621 3608 2618 3669 2628 3699 2632 3730 2636 3669 2625 3639 2621 3699 2632 3730 2636 3760 2640 3699 2629 3669 2625 3730 2636 3760 2640 3791 2644 3730 2634 3699 2629 3760 2640 3791 2644 3821 2649 3760 2638 3730 2634 3791 2644 3821 2649 3851 2654 3791 2644 3760 2638 3821 2649 3851 2654 3882 2659 3821 2649 3791 2644 3851 2654 3882 2659 3912 2664 3851 2655 3821 2649 3882 2659 3912 2664 3943 2670 3882 2660 3851 2655 3912 2664 3943 2670 3973 2675 3912 2667 3882 2660 3943 2670 3973 2675 4003 2681 3943 2673 3912 2667 3973 2675 4003 2681 4034 2688 3973 2679 3943 2673 4003 2681 4034 2688 4064 2694 4003 2686 3973 2679 4034 2688 4064 2694 4095 2700 4034 2693 4003 2686 4064 2694 4095 2700 4125 2707 4064 2700 4034 2693 4095 2700 4125 2707 4155 2714 4095 2707 4064 2700 4125 2707 4155 2714 4186 2721 4125 2714 4095 2707 4155 2714 4186 2721 4216 2728 4155 2722 4125 2714 4186 2721 4216 2728 4247 2735 4186 2729 4155 2722 4216 2728 4247 2735 4277 2742 4216 2737 4186 2729 4247 2735 4277 2742 4307 2750 4247 2745 4216 2737 4277 2742 4307 2750 4338 2757 4277 2753 4247 2745 4307 2750 4338 2757 4368 2765 4307 2761 4277 2753 4338 2757 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [4368 2765 4399 2772 4338 2769 4307 2761 4368 2765 4399 2772 4429 2780 4368 2777 4338 2769 4399 2772 4429 2780 4459 2788 4399 2785 4368 2777 4429 2780 4459 2788 4490 2796 4429 2793 4399 2785 4459 2788 4490 2796 4520 2804 4459 2802 4429 2793 4490 2796 4520 2804 4551 2812 4490 2810 4459 2802 4520 2804 4551 2812 4581 2820 4520 2818 4490 2810 4551 2812 ] dogrey 0 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [3000 2569 3030 2578 2970 2596 2939 2587 3000 2569 3030 2578 3061 2586 3000 2603 2970 2596 3030 2578 3061 2586 3091 2594 3030 2608 3000 2603 3061 2586 3091 2594 3122 2599 3061 2611 3030 2608 3091 2594 3122 2599 3152 2603 3091 2611 3061 2611 3122 2599 3152 2603 3182 2606 3122 2609 3091 2611 3152 2603 3182 2606 3213 2607 3152 2607 3122 2609 3182 2606 3213 2607 3243 2607 3182 2604 3152 2607 3213 2607 3243 2607 3274 2607 3213 2601 3182 2604 3243 2607 3274 2607 3304 2606 3243 2598 3213 2601 3274 2607 3304 2606 3334 2606 3274 2596 3243 2598 3304 2606 3334 2606 3365 2606 3304 2594 3274 2596 3334 2606 3365 2606 3395 2606 3334 2593 3304 2594 3365 2606 3395 2606 3426 2606 3365 2593 3334 2593 3395 2606 3426 2606 3456 2607 3395 2593 3365 2593 3426 2606 3456 2607 3486 2609 3426 2594 3395 2593 3456 2607 3486 2609 3517 2610 3456 2595 3426 2594 3486 2609 3517 2610 3547 2612 3486 2597 3456 2595 3517 2610 3547 2612 3578 2615 3517 2600 3486 2597 3547 2612 3578 2615 3608 2618 3547 2603 3517 2600 3578 2615 3608 2618 3639 2621 3578 2606 3547 2603 3608 2618 3639 2621 3669 2625 3608 2610 3578 2606 3639 2621 3669 2625 3699 2629 3639 2615 3608 2610 3669 2625 3699 2629 3730 2634 3669 2620 3639 2615 3699 2629 3730 2634 3760 2638 3699 2625 3669 2620 3730 2634 3760 2638 3791 2644 3730 2630 3699 2625 3760 2638 3791 2644 3821 2649 3760 2636 3730 2630 3791 2644 3821 2649 3851 2655 3791 2642 3760 2636 3821 2649 3851 2655 3882 2660 3821 2649 3791 2642 3851 2655 3882 2660 3912 2667 3851 2655 3821 2649 3882 2660 3912 2667 3943 2673 3882 2662 3851 2655 3912 2667 3943 2673 3973 2679 3912 2669 3882 2662 3943 2673 3973 2679 4003 2686 3943 2676 3912 2669 3973 2679 4003 2686 4034 2693 3973 2684 3943 2676 4003 2686 4034 2693 4064 2700 4003 2691 3973 2684 4034 2693 4064 2700 4095 2707 4034 2699 4003 2691 4064 2700 4095 2707 4125 2714 4064 2707 4034 2699 4095 2707 4125 2714 4155 2722 4095 2715 4064 2707 4125 2714 4155 2722 4186 2729 4125 2723 4095 2715 4155 2722 4186 2729 4216 2737 4155 2731 4125 2723 4186 2729 4216 2737 4247 2745 4186 2739 4155 2731 4216 2737 4247 2745 4277 2753 4216 2748 4186 2739 4247 2745 4277 2753 4307 2761 4247 2756 4216 2748 4277 2753 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [4307 2761 4338 2769 4277 2764 4247 2756 4307 2761 4338 2769 4368 2777 4307 2773 4277 2764 4338 2769 4368 2777 4399 2785 4338 2782 4307 2773 4368 2777 4399 2785 4429 2793 4368 2790 4338 2782 4399 2785 4429 2793 4459 2802 4399 2799 4368 2790 4429 2793 4459 2802 4490 2810 4429 2808 4399 2799 4459 2802 4490 2810 4520 2818 4459 2817 4429 2808 4490 2810 ] dogrey 0 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 2 4 2 2 2 2 2 2 2 2 2 2 2 2 2] [2939 2587 2970 2596 2909 2613 2878 2605 2939 2587 2970 2596 3000 2603 2939 2618 2909 2613 2970 2596 3000 2603 3030 2608 2970 2618 2939 2618 3000 2603 3030 2608 3061 2611 3000 2615 2970 2618 3030 2608 3061 2611 3091 2611 3030 2610 3000 2615 3061 2611 3091 2611 3122 2609 3061 2604 3030 2610 3091 2611 3122 2609 3152 2607 3091 2597 3061 2604 3122 2609 3152 2607 3182 2604 3122 2591 3091 2597 3152 2607 3182 2604 3213 2601 3152 2585 3122 2591 3182 2604 3213 2601 3243 2598 3182 2580 3152 2585 3213 2601 3243 2598 3274 2596 3213 2577 3182 2580 3243 2598 3274 2596 3304 2594 3243 2574 3213 2577 3274 2596 3304 2594 3334 2593 3274 2572 3243 2574 3304 2594 3334 2593 3365 2593 3304 2571 3274 2572 3334 2593 3365 2593 3395 2593 3334 2571 3304 2571 3365 2593 3395 2593 3426 2594 3365 2572 3334 2571 3395 2593 3426 2594 3456 2595 3395 2574 3365 2572 3426 2594 3456 2595 3486 2597 3426 2576 3395 2574 3456 2595 3486 2597 3517 2600 3456 2579 3426 2576 3486 2597 3517 2600 3547 2603 3486 2583 3456 2579 3517 2600 3547 2603 3578 2606 3517 2587 3486 2583 3547 2603 3578 2606 3608 2610 3547 2592 3517 2587 3578 2606 3608 2610 3639 2615 3578 2597 3547 2592 3608 2610 3639 2615 3669 2620 3608 2602 3578 2597 3639 2615 3669 2620 3699 2625 3639 2608 3608 2602 3669 2620 3699 2625 3730 2630 3669 2615 3639 2608 3699 2625 3730 2630 3760 2636 3699 2621 3669 2615 3730 2630 3760 2636 3791 2642 3730 2628 3699 2621 3760 2636 3791 2642 3821 2649 3760 2635 3730 2628 3791 2642 3821 2649 3851 2655 3791 2642 3760 2635 3821 2649 3851 2655 3882 2662 3821 2650 3791 2642 3851 2655 3882 2662 3912 2669 3851 2657 3821 2650 3882 2662 3912 2669 3943 2676 3882 2665 3851 2657 3912 2669 3943 2676 3973 2684 3912 2673 3882 2665 3943 2676 3973 2684 4003 2691 3943 2681 3912 2673 3973 2684 4003 2691 4034 2699 3973 2690 3943 2681 4003 2691 4034 2699 4064 2707 4003 2698 3973 2690 4034 2699 4064 2707 4095 2715 4034 2707 4003 2698 4064 2707 4095 2715 4125 2723 4064 2715 4034 2707 4095 2715 4125 2723 4155 2731 4095 2724 4064 2715 4125 2723 4155 2731 4186 2739 4125 2733 4095 2724 4155 2731 4186 2739 4216 2748 4155 2742 4125 2733 4186 2739 4216 2748 4247 2756 4186 2750 4155 2742 4216 2748 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [4247 2756 4277 2764 4216 2759 4186 2750 4247 2756 4277 2764 4307 2773 4247 2768 4216 2759 4277 2764 4307 2773 4338 2782 4277 2778 4247 2768 4307 2773 4338 2782 4368 2790 4307 2787 4277 2778 4338 2782 4368 2790 4399 2799 4338 2796 4307 2787 4368 2790 4399 2799 4429 2808 4368 2805 4338 2796 4399 2799 4429 2808 4459 2817 4399 2814 4368 2805 4429 2808 ] dogrey 0 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 2 2 2 2 2 2 2 2 2 2 2 2 2] [2878 2605 2909 2613 2848 2628 2818 2623 2878 2605 2909 2613 2939 2618 2878 2626 2848 2628 2909 2613 2939 2618 2970 2618 2909 2619 2878 2626 2939 2618 2970 2618 3000 2615 2939 2609 2909 2619 2970 2618 3000 2615 3030 2610 2970 2597 2939 2609 3000 2615 3030 2610 3061 2604 3000 2585 2970 2597 3030 2610 3061 2604 3091 2597 3030 2575 3000 2585 3061 2604 3091 2597 3122 2591 3061 2566 3030 2575 3091 2597 3122 2591 3152 2585 3091 2558 3061 2566 3122 2591 3152 2585 3182 2580 3122 2552 3091 2558 3152 2585 3182 2580 3213 2577 3152 2547 3122 2552 3182 2580 3213 2577 3243 2574 3182 2544 3152 2547 3213 2577 3243 2574 3274 2572 3213 2543 3182 2544 3243 2574 3274 2572 3304 2571 3243 2542 3213 2543 3274 2572 3304 2571 3334 2571 3274 2543 3243 2542 3304 2571 3334 2571 3365 2572 3304 2545 3274 2543 3334 2571 3365 2572 3395 2574 3334 2547 3304 2545 3365 2572 3395 2574 3426 2576 3365 2550 3334 2547 3395 2574 3426 2576 3456 2579 3395 2554 3365 2550 3426 2576 3456 2579 3486 2583 3426 2559 3395 2554 3456 2579 3486 2583 3517 2587 3456 2564 3426 2559 3486 2583 3517 2587 3547 2592 3486 2570 3456 2564 3517 2587 3547 2592 3578 2597 3517 2576 3486 2570 3547 2592 3578 2597 3608 2602 3547 2582 3517 2576 3578 2597 3608 2602 3639 2608 3578 2589 3547 2582 3608 2602 3639 2608 3669 2615 3608 2596 3578 2589 3639 2608 3669 2615 3699 2621 3639 2604 3608 2596 3669 2615 3699 2621 3730 2628 3669 2612 3639 2604 3699 2621 3730 2628 3760 2635 3699 2619 3669 2612 3730 2628 3760 2635 3791 2642 3730 2628 3699 2619 3760 2635 3791 2642 3821 2650 3760 2636 3730 2628 3791 2642 3821 2650 3851 2657 3791 2644 3760 2636 3821 2650 3851 2657 3882 2665 3821 2653 3791 2644 3851 2657 3882 2665 3912 2673 3851 2662 3821 2653 3882 2665 3912 2673 3943 2681 3882 2671 3851 2662 3912 2673 3943 2681 3973 2690 3912 2680 3882 2671 3943 2681 3973 2690 4003 2698 3943 2689 3912 2680 3973 2690 4003 2698 4034 2707 3973 2698 3943 2689 4003 2698 4034 2707 4064 2715 4003 2707 3973 2698 4034 2707 4064 2715 4095 2724 4034 2716 4003 2707 4064 2715 4095 2724 4125 2733 4064 2726 4034 2716 4095 2724 4125 2733 4155 2742 4095 2735 4064 2726 4125 2733 4155 2742 4186 2750 4125 2745 4095 2735 4155 2742 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [4186 2750 4216 2759 4155 2754 4125 2745 4186 2750 4216 2759 4247 2768 4186 2764 4155 2754 4216 2759 4247 2768 4277 2778 4216 2774 4186 2764 4247 2768 4277 2778 4307 2787 4247 2783 4216 2774 4277 2778 4307 2787 4338 2796 4277 2793 4247 2783 4307 2787 4338 2796 4368 2805 4307 2803 4277 2793 4338 2796 4368 2805 4399 2814 4338 2812 4307 2803 4368 2805 ] dogrey 0 Setcolor /absolu true def (drawpoly) 10 [ 2 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [2818 2623 2848 2628 2787 2637 2757 2640 2818 2623 2848 2628 2878 2626 2818 2624 2787 2637 2848 2628 2878 2626 2909 2619 2848 2606 2818 2624 2878 2626 2909 2619 2939 2609 2878 2586 2848 2606 2909 2619 2939 2609 2970 2597 2909 2567 2878 2586 2939 2609 2970 2597 3000 2585 2939 2551 2909 2567 2970 2597 3000 2585 3030 2575 2970 2537 2939 2551 3000 2585 3030 2575 3061 2566 3000 2526 2970 2537 3030 2575 3061 2566 3091 2558 3030 2518 3000 2526 3061 2566 3091 2558 3122 2552 3061 2512 3030 2518 3091 2558 3122 2552 3152 2547 3091 2508 3061 2512 3122 2552 3152 2547 3182 2544 3122 2506 3091 2508 3152 2547 3182 2544 3213 2543 3152 2505 3122 2506 3182 2544 3213 2543 3243 2542 3182 2506 3152 2505 3213 2543 3243 2542 3274 2543 3213 2508 3182 2506 3243 2542 3274 2543 3304 2545 3243 2511 3213 2508 3274 2543 3304 2545 3334 2547 3274 2515 3243 2511 3304 2545 3334 2547 3365 2550 3304 2520 3274 2515 3334 2547 3365 2550 3395 2554 3334 2525 3304 2520 3365 2550 3395 2554 3426 2559 3365 2532 3334 2525 3395 2554 3426 2559 3456 2564 3395 2538 3365 2532 3426 2559 3456 2564 3486 2570 3426 2545 3395 2538 3456 2564 3486 2570 3517 2576 3456 2553 3426 2545 3486 2570 3517 2576 3547 2582 3486 2560 3456 2553 3517 2576 3547 2582 3578 2589 3517 2568 3486 2560 3547 2582 3578 2589 3608 2596 3547 2577 3517 2568 3578 2589 3608 2596 3639 2604 3578 2585 3547 2577 3608 2596 3639 2604 3669 2612 3608 2594 3578 2585 3639 2604 3669 2612 3699 2619 3639 2603 3608 2594 3669 2612 3699 2619 3730 2628 3669 2612 3639 2603 3699 2619 3730 2628 3760 2636 3699 2621 3669 2612 3730 2628 3760 2636 3791 2644 3730 2631 3699 2621 3760 2636 3791 2644 3821 2653 3760 2640 3730 2631 3791 2644 3821 2653 3851 2662 3791 2650 3760 2640 3821 2653 3851 2662 3882 2671 3821 2660 3791 2650 3851 2662 3882 2671 3912 2680 3851 2670 3821 2660 3882 2671 3912 2680 3943 2689 3882 2679 3851 2670 3912 2680 3943 2689 3973 2698 3912 2689 3882 2679 3943 2689 3973 2698 4003 2707 3943 2699 3912 2689 3973 2698 4003 2707 4034 2716 3973 2709 3943 2699 4003 2707 4034 2716 4064 2726 4003 2719 3973 2709 4034 2716 4064 2726 4095 2735 4034 2729 4003 2719 4064 2726 4095 2735 4125 2745 4064 2739 4034 2729 4095 2735 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [4125 2745 4155 2754 4095 2750 4064 2739 4125 2745 4155 2754 4186 2764 4125 2760 4095 2750 4155 2754 4186 2764 4216 2774 4155 2770 4125 2760 4186 2764 4216 2774 4247 2783 4186 2780 4155 2770 4216 2774 4247 2783 4277 2793 4216 2790 4186 2780 4247 2783 4277 2793 4307 2803 4247 2800 4216 2790 4277 2793 4307 2803 4338 2812 4277 2811 4247 2800 4307 2803 ] dogrey 0 Setcolor /absolu true def (drawpoly) 10 [ 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [2757 2640 2787 2637 2726 2630 2696 2650 2757 2640 2787 2637 2818 2624 2757 2600 2726 2630 2787 2637 2818 2624 2848 2606 2787 2569 2757 2600 2818 2624 2848 2606 2878 2586 2818 2540 2787 2569 2848 2606 2878 2586 2909 2567 2848 2516 2818 2540 2878 2586 2909 2567 2939 2551 2878 2497 2848 2516 2909 2567 2939 2551 2970 2537 2909 2483 2878 2497 2939 2551 2970 2537 3000 2526 2939 2472 2909 2483 2970 2537 3000 2526 3030 2518 2970 2465 2939 2472 3000 2526 3030 2518 3061 2512 3000 2461 2970 2465 3030 2518 3061 2512 3091 2508 3030 2459 3000 2461 3061 2512 3091 2508 3122 2506 3061 2459 3030 2459 3091 2508 3122 2506 3152 2505 3091 2461 3061 2459 3122 2506 3152 2505 3182 2506 3122 2464 3091 2461 3152 2505 3182 2506 3213 2508 3152 2468 3122 2464 3182 2506 3213 2508 3243 2511 3182 2474 3152 2468 3213 2508 3243 2511 3274 2515 3213 2480 3182 2474 3243 2511 3274 2515 3304 2520 3243 2486 3213 2480 3274 2515 3304 2520 3334 2525 3274 2494 3243 2486 3304 2520 3334 2525 3365 2532 3304 2502 3274 2494 3334 2525 3365 2532 3395 2538 3334 2510 3304 2502 3365 2532 3395 2538 3426 2545 3365 2519 3334 2510 3395 2538 3426 2545 3456 2553 3395 2528 3365 2519 3426 2545 3456 2553 3486 2560 3426 2537 3395 2528 3456 2553 3486 2560 3517 2568 3456 2547 3426 2537 3486 2560 3517 2568 3547 2577 3486 2556 3456 2547 3517 2568 3547 2577 3578 2585 3517 2566 3486 2556 3547 2577 3578 2585 3608 2594 3547 2576 3517 2566 3578 2585 3608 2594 3639 2603 3578 2587 3547 2576 3608 2594 3639 2603 3669 2612 3608 2597 3578 2587 3639 2603 3669 2612 3699 2621 3639 2607 3608 2597 3669 2612 3699 2621 3730 2631 3669 2618 3639 2607 3699 2621 3730 2631 3760 2640 3699 2628 3669 2618 3730 2631 3760 2640 3791 2650 3730 2639 3699 2628 3760 2640 3791 2650 3821 2660 3760 2649 3730 2639 3791 2650 3821 2660 3851 2670 3791 2660 3760 2649 3821 2660 3851 2670 3882 2679 3821 2671 3791 2660 3851 2670 3882 2679 3912 2689 3851 2681 3821 2671 3882 2679 3912 2689 3943 2699 3882 2692 3851 2681 3912 2689 3943 2699 3973 2709 3912 2703 3882 2692 3943 2699 3973 2709 4003 2719 3943 2713 3912 2703 3973 2709 4003 2719 4034 2729 3973 2724 3943 2713 4003 2719 4034 2729 4064 2739 4003 2735 3973 2724 4034 2729 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [4064 2739 4095 2750 4034 2745 4003 2735 4064 2739 4095 2750 4125 2760 4064 2756 4034 2745 4095 2750 4125 2760 4155 2770 4095 2767 4064 2756 4125 2760 4155 2770 4186 2780 4125 2778 4095 2767 4155 2770 4186 2780 4216 2790 4155 2788 4125 2778 4186 2780 4216 2790 4247 2800 4186 2799 4155 2788 4216 2790 4247 2800 4277 2811 4216 2810 4186 2799 4247 2800 ] dogrey 0 Setcolor /absolu true def (drawpoly) 10 [ 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [2696 2650 2726 2630 2666 2595 2635 2643 2696 2650 2726 2630 2757 2600 2696 2544 2666 2595 2726 2630 2757 2600 2787 2569 2726 2501 2696 2544 2757 2600 2787 2569 2818 2540 2757 2466 2726 2501 2787 2569 2818 2540 2848 2516 2787 2441 2757 2466 2818 2540 2848 2516 2878 2497 2818 2423 2787 2441 2848 2516 2878 2497 2909 2483 2848 2411 2818 2423 2878 2497 2909 2483 2939 2472 2878 2404 2848 2411 2909 2483 2939 2472 2970 2465 2909 2401 2878 2404 2939 2472 2970 2465 3000 2461 2939 2400 2909 2401 2970 2465 3000 2461 3030 2459 2970 2402 2939 2400 3000 2461 3030 2459 3061 2459 3000 2406 2970 2402 3030 2459 3061 2459 3091 2461 3030 2411 3000 2406 3061 2459 3091 2461 3122 2464 3061 2417 3030 2411 3091 2461 3122 2464 3152 2468 3091 2425 3061 2417 3122 2464 3152 2468 3182 2474 3122 2433 3091 2425 3152 2468 3182 2474 3213 2480 3152 2442 3122 2433 3182 2474 3213 2480 3243 2486 3182 2451 3152 2442 3213 2480 3243 2486 3274 2494 3213 2461 3182 2451 3243 2486 3274 2494 3304 2502 3243 2471 3213 2461 3274 2494 3304 2502 3334 2510 3274 2482 3243 2471 3304 2502 3334 2510 3365 2519 3304 2492 3274 2482 3334 2510 3365 2519 3395 2528 3334 2503 3304 2492 3365 2519 3395 2528 3426 2537 3365 2514 3334 2503 3395 2528 3426 2537 3456 2547 3395 2526 3365 2514 3426 2537 3456 2547 3486 2556 3426 2537 3395 2526 3456 2547 3486 2556 3517 2566 3456 2548 3426 2537 3486 2556 3517 2566 3547 2576 3486 2559 3456 2548 3517 2566 3547 2576 3578 2587 3517 2571 3486 2559 3547 2576 3578 2587 3608 2597 3547 2582 3517 2571 3578 2587 3608 2597 3639 2607 3578 2594 3547 2582 3608 2597 3639 2607 3669 2618 3608 2605 3578 2594 3639 2607 3669 2618 3699 2628 3639 2617 3608 2605 3669 2618 3699 2628 3730 2639 3669 2628 3639 2617 3699 2628 3730 2639 3760 2649 3699 2640 3669 2628 3730 2639 3760 2649 3791 2660 3730 2651 3699 2640 3760 2649 3791 2660 3821 2671 3760 2663 3730 2651 3791 2660 3821 2671 3851 2681 3791 2674 3760 2663 3821 2671 3851 2681 3882 2692 3821 2686 3791 2674 3851 2681 3882 2692 3912 2703 3851 2697 3821 2686 3882 2692 3912 2703 3943 2713 3882 2709 3851 2697 3912 2703 3943 2713 3973 2724 3912 2720 3882 2709 3943 2713 3973 2724 4003 2735 3943 2731 3912 2720 3973 2724 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [4003 2735 4034 2745 3973 2743 3943 2731 4003 2735 4034 2745 4064 2756 4003 2754 3973 2743 4034 2745 4064 2756 4095 2767 4034 2765 4003 2754 4064 2756 4095 2767 4125 2778 4064 2776 4034 2765 4095 2767 4125 2778 4155 2788 4095 2788 4064 2776 4125 2778 4155 2788 4186 2799 4125 2799 4095 2788 4155 2788 4186 2799 4216 2810 4155 2810 4125 2799 4186 2799 ] dogrey 0 Setcolor /absolu true def (drawpoly) 10 [ 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [2635 2643 2666 2595 2605 2510 2574 2596 2635 2643 2666 2595 2696 2544 2635 2442 2605 2510 2666 2595 2696 2544 2726 2501 2666 2394 2635 2442 2696 2544 2726 2501 2757 2466 2696 2362 2666 2394 2726 2501 2757 2466 2787 2441 2726 2342 2696 2362 2757 2466 2787 2441 2818 2423 2757 2330 2726 2342 2787 2441 2818 2423 2848 2411 2787 2325 2757 2330 2818 2423 2848 2411 2878 2404 2818 2324 2787 2325 2848 2411 2878 2404 2909 2401 2848 2327 2818 2324 2878 2404 2909 2401 2939 2400 2878 2333 2848 2327 2909 2401 2939 2400 2970 2402 2909 2340 2878 2333 2939 2400 2970 2402 3000 2406 2939 2349 2909 2340 2970 2402 3000 2406 3030 2411 2970 2358 2939 2349 3000 2406 3030 2411 3061 2417 3000 2369 2970 2358 3030 2411 3061 2417 3091 2425 3030 2380 3000 2369 3061 2417 3091 2425 3122 2433 3061 2392 3030 2380 3091 2425 3122 2433 3152 2442 3091 2404 3061 2392 3122 2433 3152 2442 3182 2451 3122 2416 3091 2404 3152 2442 3182 2451 3213 2461 3152 2429 3122 2416 3182 2451 3213 2461 3243 2471 3182 2442 3152 2429 3213 2461 3243 2471 3274 2482 3213 2454 3182 2442 3243 2471 3274 2482 3304 2492 3243 2467 3213 2454 3274 2482 3304 2492 3334 2503 3274 2480 3243 2467 3304 2492 3334 2503 3365 2514 3304 2493 3274 2480 3334 2503 3365 2514 3395 2526 3334 2506 3304 2493 3365 2514 3395 2526 3426 2537 3365 2519 3334 2506 3395 2526 3426 2537 3456 2548 3395 2532 3365 2519 3426 2537 3456 2548 3486 2559 3426 2544 3395 2532 3456 2548 3486 2559 3517 2571 3456 2557 3426 2544 3486 2559 3517 2571 3547 2582 3486 2570 3456 2557 3517 2571 3547 2582 3578 2594 3517 2582 3486 2570 3547 2582 3578 2594 3608 2605 3547 2595 3517 2582 3578 2594 3608 2605 3639 2617 3578 2607 3547 2595 3608 2605 3639 2617 3669 2628 3608 2620 3578 2607 3639 2617 3669 2628 3699 2640 3639 2632 3608 2620 3669 2628 3699 2640 3730 2651 3669 2645 3639 2632 3699 2640 3730 2651 3760 2663 3699 2657 3669 2645 3730 2651 3760 2663 3791 2674 3730 2669 3699 2657 3760 2663 3791 2674 3821 2686 3760 2681 3730 2669 3791 2674 3821 2686 3851 2697 3791 2694 3760 2681 3821 2686 3851 2697 3882 2709 3821 2706 3791 2694 3851 2697 3882 2709 3912 2720 3851 2718 3821 2706 3882 2709 3912 2720 3943 2731 3882 2730 3851 2718 3912 2720 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [3943 2731 3973 2743 3912 2741 3882 2730 3943 2731 3973 2743 4003 2754 3943 2753 3912 2741 3973 2743 4003 2754 4034 2765 3973 2765 3943 2753 4003 2754 4034 2765 4064 2776 4003 2777 3973 2765 4034 2765 4064 2776 4095 2788 4034 2788 4003 2777 4064 2776 4095 2788 4125 2799 4064 2800 4034 2788 4095 2788 4125 2799 4155 2810 4095 2812 4064 2800 4125 2799 ] dogrey 0 Setcolor /absolu true def (drawpoly) 10 [ 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [2574 2596 2605 2510 2544 2357 2514 2470 2574 2596 2605 2510 2635 2442 2574 2288 2544 2357 2605 2510 2635 2442 2666 2394 2605 2250 2574 2288 2635 2442 2666 2394 2696 2362 2635 2230 2605 2250 2666 2394 2696 2362 2726 2342 2666 2223 2635 2230 2696 2362 2726 2342 2757 2330 2696 2224 2666 2223 2726 2342 2757 2330 2787 2325 2726 2230 2696 2224 2757 2330 2787 2325 2818 2324 2757 2239 2726 2230 2787 2325 2818 2324 2848 2327 2787 2250 2757 2239 2818 2324 2848 2327 2878 2333 2818 2263 2787 2250 2848 2327 2878 2333 2909 2340 2848 2277 2818 2263 2878 2333 2909 2340 2939 2349 2878 2292 2848 2277 2909 2340 2939 2349 2970 2358 2909 2307 2878 2292 2939 2349 2970 2358 3000 2369 2939 2322 2909 2307 2970 2358 3000 2369 3030 2380 2970 2338 2939 2322 3000 2369 3030 2380 3061 2392 3000 2353 2970 2338 3030 2380 3061 2392 3091 2404 3030 2369 3000 2353 3061 2392 3091 2404 3122 2416 3061 2384 3030 2369 3091 2404 3122 2416 3152 2429 3091 2400 3061 2384 3122 2416 3152 2429 3182 2442 3122 2415 3091 2400 3152 2429 3182 2442 3213 2454 3152 2430 3122 2415 3182 2442 3213 2454 3243 2467 3182 2445 3152 2430 3213 2454 3243 2467 3274 2480 3213 2460 3182 2445 3243 2467 3274 2480 3304 2493 3243 2475 3213 2460 3274 2480 3304 2493 3334 2506 3274 2489 3243 2475 3304 2493 3334 2506 3365 2519 3304 2504 3274 2489 3334 2506 3365 2519 3395 2532 3334 2518 3304 2504 3365 2519 3395 2532 3426 2544 3365 2532 3334 2518 3395 2532 3426 2544 3456 2557 3395 2546 3365 2532 3426 2544 3456 2557 3486 2570 3426 2560 3395 2546 3456 2557 3486 2570 3517 2582 3456 2574 3426 2560 3486 2570 3517 2582 3547 2595 3486 2587 3456 2574 3517 2582 3547 2595 3578 2607 3517 2601 3486 2587 3547 2595 3578 2607 3608 2620 3547 2614 3517 2601 3578 2607 3608 2620 3639 2632 3578 2627 3547 2614 3608 2620 3639 2632 3669 2645 3608 2641 3578 2627 3639 2632 3669 2645 3699 2657 3639 2654 3608 2641 3669 2645 3699 2657 3730 2669 3669 2667 3639 2654 3699 2657 3730 2669 3760 2681 3699 2679 3669 2667 3730 2669 3760 2681 3791 2694 3730 2692 3699 2679 3760 2681 3791 2694 3821 2706 3760 2705 3730 2692 3791 2694 3821 2706 3851 2718 3791 2717 3760 2705 3821 2706 3851 2718 3882 2730 3821 2730 3791 2717 3851 2718 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [3882 2730 3912 2741 3851 2742 3821 2730 3882 2730 3912 2741 3943 2753 3882 2755 3851 2742 3912 2741 3943 2753 3973 2765 3912 2767 3882 2755 3943 2753 3973 2765 4003 2777 3943 2779 3912 2767 3973 2765 4003 2777 4034 2788 3973 2791 3943 2779 4003 2777 4034 2788 4064 2800 4003 2803 3973 2791 4034 2788 4064 2800 4095 2812 4034 2815 4003 2803 4064 2800 ] dogrey 0 Setcolor /absolu true def (drawpoly) 10 [ 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [2514 2470 2544 2357 2483 2128 2453 2229 2514 2470 2544 2357 2574 2288 2514 2087 2483 2128 2544 2357 2574 2288 2605 2250 2544 2077 2514 2087 2574 2288 2605 2250 2635 2230 2574 2082 2544 2077 2605 2250 2635 2230 2666 2223 2605 2095 2574 2082 2635 2230 2666 2223 2696 2224 2635 2113 2605 2095 2666 2223 2696 2224 2726 2230 2666 2133 2635 2113 2696 2224 2726 2230 2757 2239 2696 2154 2666 2133 2726 2230 2757 2239 2787 2250 2726 2176 2696 2154 2757 2239 2787 2250 2818 2263 2757 2197 2726 2176 2787 2250 2818 2263 2848 2277 2787 2218 2757 2197 2818 2263 2848 2277 2878 2292 2818 2240 2787 2218 2848 2277 2878 2292 2909 2307 2848 2260 2818 2240 2878 2292 2909 2307 2939 2322 2878 2280 2848 2260 2909 2307 2939 2322 2970 2338 2909 2300 2878 2280 2939 2322 2970 2338 3000 2353 2939 2320 2909 2300 2970 2338 3000 2353 3030 2369 2970 2338 2939 2320 3000 2353 3030 2369 3061 2384 3000 2357 2970 2338 3030 2369 3061 2384 3091 2400 3030 2375 3000 2357 3061 2384 3091 2400 3122 2415 3061 2393 3030 2375 3091 2400 3122 2415 3152 2430 3091 2410 3061 2393 3122 2415 3152 2430 3182 2445 3122 2427 3091 2410 3152 2430 3182 2445 3213 2460 3152 2444 3122 2427 3182 2445 3213 2460 3243 2475 3182 2460 3152 2444 3213 2460 3243 2475 3274 2489 3213 2477 3182 2460 3243 2475 3274 2489 3304 2504 3243 2492 3213 2477 3274 2489 3304 2504 3334 2518 3274 2508 3243 2492 3304 2504 3334 2518 3365 2532 3304 2524 3274 2508 3334 2518 3365 2532 3395 2546 3334 2539 3304 2524 3365 2532 3395 2546 3426 2560 3365 2554 3334 2539 3395 2546 3426 2560 3456 2574 3395 2568 3365 2554 3426 2560 3456 2574 3486 2587 3426 2583 3395 2568 3456 2574 3486 2587 3517 2601 3456 2597 3426 2583 3486 2587 3517 2601 3547 2614 3486 2612 3456 2597 3517 2601 3547 2614 3578 2627 3517 2626 3486 2612 3547 2614 3578 2627 3608 2641 3547 2639 3517 2626 3578 2627 3608 2641 3639 2654 3578 2653 3547 2639 3608 2641 3639 2654 3669 2667 3608 2667 3578 2653 3639 2654 3669 2667 3699 2679 3639 2680 3608 2667 3669 2667 3699 2679 3730 2692 3669 2694 3639 2680 3699 2679 3730 2692 3760 2705 3699 2707 3669 2694 3730 2692 3760 2705 3791 2717 3730 2720 3699 2707 3760 2705 3791 2717 3821 2730 3760 2733 3730 2720 3791 2717 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [3821 2730 3851 2742 3791 2746 3760 2733 3821 2730 3851 2742 3882 2755 3821 2759 3791 2746 3851 2742 3882 2755 3912 2767 3851 2771 3821 2759 3882 2755 3912 2767 3943 2779 3882 2784 3851 2771 3912 2767 3943 2779 3973 2791 3912 2796 3882 2784 3943 2779 3973 2791 4003 2803 3943 2809 3912 2796 3973 2791 4003 2803 4034 2815 3973 2821 3943 2809 4003 2803 ] dogrey 0 Setcolor /absolu true def (drawpoly) 10 [ 4 4 4 4 4 4 4 4 4 4 4 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [2453 2229 2483 2128 2422 1843 2392 1868 2453 2229 2483 2128 2514 2087 2453 1863 2422 1843 2483 2128 2514 2087 2544 2077 2483 1897 2453 1863 2514 2087 2544 2077 2574 2082 2514 1935 2483 1897 2544 2077 2574 2082 2605 2095 2544 1973 2514 1935 2574 2082 2605 2095 2635 2113 2574 2010 2544 1973 2605 2095 2635 2113 2666 2133 2605 2046 2574 2010 2635 2113 2666 2133 2696 2154 2635 2079 2605 2046 2666 2133 2696 2154 2726 2176 2666 2111 2635 2079 2696 2154 2726 2176 2757 2197 2696 2141 2666 2111 2726 2176 2757 2197 2787 2218 2726 2169 2696 2141 2757 2197 2787 2218 2818 2240 2757 2197 2726 2169 2787 2218 2818 2240 2848 2260 2787 2222 2757 2197 2818 2240 2848 2260 2878 2280 2818 2247 2787 2222 2848 2260 2878 2280 2909 2300 2848 2271 2818 2247 2878 2280 2909 2300 2939 2320 2878 2294 2848 2271 2909 2300 2939 2320 2970 2338 2909 2316 2878 2294 2939 2320 2970 2338 3000 2357 2939 2337 2909 2316 2970 2338 3000 2357 3030 2375 2970 2358 2939 2337 3000 2357 3030 2375 3061 2393 3000 2378 2970 2358 3030 2375 3061 2393 3091 2410 3030 2397 3000 2378 3061 2393 3091 2410 3122 2427 3061 2416 3030 2397 3091 2410 3122 2427 3152 2444 3091 2434 3061 2416 3122 2427 3152 2444 3182 2460 3122 2452 3091 2434 3152 2444 3182 2460 3213 2477 3152 2470 3122 2452 3182 2460 3213 2477 3243 2492 3182 2487 3152 2470 3213 2477 3243 2492 3274 2508 3213 2503 3182 2487 3243 2492 3274 2508 3304 2524 3243 2520 3213 2503 3274 2508 3304 2524 3334 2539 3274 2536 3243 2520 3304 2524 3334 2539 3365 2554 3304 2552 3274 2536 3334 2539 3365 2554 3395 2568 3334 2568 3304 2552 3365 2554 3395 2568 3426 2583 3365 2583 3334 2568 3395 2568 3426 2583 3456 2597 3395 2598 3365 2583 3426 2583 3456 2597 3486 2612 3426 2613 3395 2598 3456 2597 3486 2612 3517 2626 3456 2628 3426 2613 3486 2612 3517 2626 3547 2639 3486 2642 3456 2628 3517 2626 3547 2639 3578 2653 3517 2656 3486 2642 3547 2639 3578 2653 3608 2667 3547 2671 3517 2656 3578 2653 3608 2667 3639 2680 3578 2685 3547 2671 3608 2667 3639 2680 3669 2694 3608 2698 3578 2685 3639 2680 3669 2694 3699 2707 3639 2712 3608 2698 3669 2694 3699 2707 3730 2720 3669 2726 3639 2712 3699 2707 3730 2720 3760 2733 3699 2739 3669 2726 3730 2720 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [3760 2733 3791 2746 3730 2752 3699 2739 3760 2733 3791 2746 3821 2759 3760 2765 3730 2752 3791 2746 3821 2759 3851 2771 3791 2778 3760 2765 3821 2759 3851 2771 3882 2784 3821 2791 3791 2778 3851 2771 3882 2784 3912 2796 3851 2804 3821 2791 3882 2784 3912 2796 3943 2809 3882 2817 3851 2804 3912 2796 3943 2809 3973 2821 3912 2830 3882 2817 3943 2809 ] dogrey 0 Setcolor /absolu true def (drawpoly) 10 [ 4 4 4 4 4 4 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [2392 1868 2422 1843 2361 1558 2331 1451 2392 1868 2422 1843 2453 1863 2392 1655 2361 1558 2422 1843 2453 1863 2483 1897 2422 1739 2392 1655 2453 1863 2483 1897 2514 1935 2453 1811 2422 1739 2483 1897 2514 1935 2544 1973 2483 1874 2453 1811 2514 1935 2544 1973 2574 2010 2514 1929 2483 1874 2544 1973 2574 2010 2605 2046 2544 1978 2514 1929 2574 2010 2605 2046 2635 2079 2574 2023 2544 1978 2605 2046 2635 2079 2666 2111 2605 2063 2574 2023 2635 2079 2666 2111 2696 2141 2635 2101 2605 2063 2666 2111 2696 2141 2726 2169 2666 2135 2635 2101 2696 2141 2726 2169 2757 2197 2696 2167 2666 2135 2726 2169 2757 2197 2787 2222 2726 2198 2696 2167 2757 2197 2787 2222 2818 2247 2757 2226 2726 2198 2787 2222 2818 2247 2848 2271 2787 2253 2757 2226 2818 2247 2848 2271 2878 2294 2818 2279 2787 2253 2848 2271 2878 2294 2909 2316 2848 2303 2818 2279 2878 2294 2909 2316 2939 2337 2878 2326 2848 2303 2909 2316 2939 2337 2970 2358 2909 2349 2878 2326 2939 2337 2970 2358 3000 2378 2939 2371 2909 2349 2970 2358 3000 2378 3030 2397 2970 2391 2939 2371 3000 2378 3030 2397 3061 2416 3000 2412 2970 2391 3030 2397 3061 2416 3091 2434 3030 2431 3000 2412 3061 2416 3091 2434 3122 2452 3061 2450 3030 2431 3091 2434 3122 2452 3152 2470 3091 2469 3061 2450 3122 2452 3152 2470 3182 2487 3122 2487 3091 2469 3152 2470 3182 2487 3213 2503 3152 2505 3122 2487 3182 2487 3213 2503 3243 2520 3182 2522 3152 2505 3213 2503 3243 2520 3274 2536 3213 2539 3182 2522 3243 2520 3274 2536 3304 2552 3243 2555 3213 2539 3274 2536 3304 2552 3334 2568 3274 2572 3243 2555 3304 2552 3334 2568 3365 2583 3304 2588 3274 2572 3334 2568 3365 2583 3395 2598 3334 2603 3304 2588 3365 2583 3395 2598 3426 2613 3365 2619 3334 2603 3395 2598 3426 2613 3456 2628 3395 2634 3365 2619 3426 2613 3456 2628 3486 2642 3426 2649 3395 2634 3456 2628 3486 2642 3517 2656 3456 2664 3426 2649 3486 2642 3517 2656 3547 2671 3486 2678 3456 2664 3517 2656 3547 2671 3578 2685 3517 2693 3486 2678 3547 2671 3578 2685 3608 2698 3547 2707 3517 2693 3578 2685 3608 2698 3639 2712 3578 2721 3547 2707 3608 2698 3639 2712 3669 2726 3608 2735 3578 2721 3639 2712 3669 2726 3699 2739 3639 2748 3608 2735 3669 2726 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [3699 2739 3730 2752 3669 2762 3639 2748 3699 2739 3730 2752 3760 2765 3699 2775 3669 2762 3730 2752 3760 2765 3791 2778 3730 2789 3699 2775 3760 2765 3791 2778 3821 2791 3760 2802 3730 2789 3791 2778 3821 2791 3851 2804 3791 2815 3760 2802 3821 2791 3851 2804 3882 2817 3821 2828 3791 2815 3851 2804 3882 2817 3912 2830 3851 2841 3821 2828 3882 2817 ] dogrey 0 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [2331 1451 2361 1558 2301 1348 2270 1112 2331 1451 2361 1558 2392 1655 2331 1512 2301 1348 2361 1558 2392 1655 2422 1739 2361 1635 2331 1512 2392 1655 2422 1739 2453 1811 2392 1733 2361 1635 2422 1739 2453 1811 2483 1874 2422 1814 2392 1733 2453 1811 2483 1874 2514 1929 2453 1882 2422 1814 2483 1874 2514 1929 2544 1978 2483 1941 2453 1882 2514 1929 2544 1978 2574 2023 2514 1993 2483 1941 2544 1978 2574 2023 2605 2063 2544 2040 2514 1993 2574 2023 2605 2063 2635 2101 2574 2082 2544 2040 2605 2063 2635 2101 2666 2135 2605 2120 2574 2082 2635 2101 2666 2135 2696 2167 2635 2156 2605 2120 2666 2135 2696 2167 2726 2198 2666 2189 2635 2156 2696 2167 2726 2198 2757 2226 2696 2219 2666 2189 2726 2198 2757 2226 2787 2253 2726 2248 2696 2219 2757 2226 2787 2253 2818 2279 2757 2276 2726 2248 2787 2253 2818 2279 2848 2303 2787 2302 2757 2276 2818 2279 2848 2303 2878 2326 2818 2327 2787 2302 2848 2303 2878 2326 2909 2349 2848 2350 2818 2327 2878 2326 2909 2349 2939 2371 2878 2373 2848 2350 2909 2349 2939 2371 2970 2391 2909 2395 2878 2373 2939 2371 2970 2391 3000 2412 2939 2416 2909 2395 2970 2391 3000 2412 3030 2431 2970 2437 2939 2416 3000 2412 3030 2431 3061 2450 3000 2456 2970 2437 3030 2431 3061 2450 3091 2469 3030 2476 3000 2456 3061 2450 3091 2469 3122 2487 3061 2494 3030 2476 3091 2469 3122 2487 3152 2505 3091 2513 3061 2494 3122 2487 3152 2505 3182 2522 3122 2530 3091 2513 3152 2505 3182 2522 3213 2539 3152 2548 3122 2530 3182 2522 3213 2539 3243 2555 3182 2565 3152 2548 3213 2539 3243 2555 3274 2572 3213 2581 3182 2565 3243 2555 3274 2572 3304 2588 3243 2598 3213 2581 3274 2572 3304 2588 3334 2603 3274 2614 3243 2598 3304 2588 3334 2603 3365 2619 3304 2629 3274 2614 3334 2603 3365 2619 3395 2634 3334 2645 3304 2629 3365 2619 3395 2634 3426 2649 3365 2660 3334 2645 3395 2634 3426 2649 3456 2664 3395 2675 3365 2660 3426 2649 3456 2664 3486 2678 3426 2690 3395 2675 3456 2664 3486 2678 3517 2693 3456 2705 3426 2690 3486 2678 3517 2693 3547 2707 3486 2719 3456 2705 3517 2693 3547 2707 3578 2721 3517 2733 3486 2719 3547 2707 3578 2721 3608 2735 3547 2747 3517 2733 3578 2721 3608 2735 3639 2748 3578 2761 3547 2747 3608 2735 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [3639 2748 3669 2762 3608 2775 3578 2761 3639 2748 3669 2762 3699 2775 3639 2788 3608 2775 3669 2762 3699 2775 3730 2789 3669 2802 3639 2788 3699 2775 3730 2789 3760 2802 3699 2815 3669 2802 3730 2789 3760 2802 3791 2815 3730 2829 3699 2815 3760 2802 3791 2815 3821 2828 3760 2842 3730 2829 3791 2815 3821 2828 3851 2841 3791 2855 3760 2842 3821 2828 ] dogrey 0 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [2270 1112 2301 1348 2240 1281 2209 990 2270 1112 2301 1348 2331 1512 2270 1471 2240 1281 2301 1348 2331 1512 2361 1635 2301 1610 2270 1471 2331 1512 2361 1635 2392 1733 2331 1717 2301 1610 2361 1635 2392 1733 2422 1814 2361 1805 2331 1717 2392 1733 2422 1814 2453 1882 2392 1877 2361 1805 2422 1814 2453 1882 2483 1941 2422 1940 2392 1877 2453 1882 2483 1941 2514 1993 2453 1995 2422 1940 2483 1941 2514 1993 2544 2040 2483 2043 2453 1995 2514 1993 2544 2040 2574 2082 2514 2087 2483 2043 2544 2040 2574 2082 2605 2120 2544 2127 2514 2087 2574 2082 2605 2120 2635 2156 2574 2164 2544 2127 2605 2120 2635 2156 2666 2189 2605 2198 2574 2164 2635 2156 2666 2189 2696 2219 2635 2229 2605 2198 2666 2189 2696 2219 2726 2248 2666 2259 2635 2229 2696 2219 2726 2248 2757 2276 2696 2287 2666 2259 2726 2248 2757 2276 2787 2302 2726 2314 2696 2287 2757 2276 2787 2302 2818 2327 2757 2339 2726 2314 2787 2302 2818 2327 2848 2350 2787 2363 2757 2339 2818 2327 2848 2350 2878 2373 2818 2386 2787 2363 2848 2350 2878 2373 2909 2395 2848 2408 2818 2386 2878 2373 2909 2395 2939 2416 2878 2430 2848 2408 2909 2395 2939 2416 2970 2437 2909 2451 2878 2430 2939 2416 2970 2437 3000 2456 2939 2471 2909 2451 2970 2437 3000 2456 3030 2476 2970 2490 2939 2471 3000 2456 3030 2476 3061 2494 3000 2509 2970 2490 3030 2476 3061 2494 3091 2513 3030 2527 3000 2509 3061 2494 3091 2513 3122 2530 3061 2545 3030 2527 3091 2513 3122 2530 3152 2548 3091 2563 3061 2545 3122 2530 3152 2548 3182 2565 3122 2580 3091 2563 3152 2548 3182 2565 3213 2581 3152 2597 3122 2580 3182 2565 3213 2581 3243 2598 3182 2613 3152 2597 3213 2581 3243 2598 3274 2614 3213 2629 3182 2613 3243 2598 3274 2614 3304 2629 3243 2645 3213 2629 3274 2614 3304 2629 3334 2645 3274 2661 3243 2645 3304 2629 3334 2645 3365 2660 3304 2676 3274 2661 3334 2645 3365 2660 3395 2675 3334 2691 3304 2676 3365 2660 3395 2675 3426 2690 3365 2706 3334 2691 3395 2675 3426 2690 3456 2705 3395 2721 3365 2706 3426 2690 3456 2705 3486 2719 3426 2735 3395 2721 3456 2705 3486 2719 3517 2733 3456 2750 3426 2735 3486 2719 3517 2733 3547 2747 3486 2764 3456 2750 3517 2733 3547 2747 3578 2761 3517 2778 3486 2764 3547 2747 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [3578 2761 3608 2775 3547 2791 3517 2778 3578 2761 3608 2775 3639 2788 3578 2805 3547 2791 3608 2775 3639 2788 3669 2802 3608 2819 3578 2805 3639 2788 3669 2802 3699 2815 3639 2832 3608 2819 3669 2802 3699 2815 3730 2829 3669 2845 3639 2832 3699 2815 3730 2829 3760 2842 3699 2858 3669 2845 3730 2829 3760 2842 3791 2855 3730 2871 3699 2858 3760 2842 ] dogrey 0 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [2209 990 2240 1281 2179 1385 2149 1148 2209 990 2240 1281 2270 1471 2209 1549 2179 1385 2240 1281 2270 1471 2301 1610 2240 1672 2209 1549 2270 1471 2301 1610 2331 1717 2270 1770 2240 1672 2301 1610 2331 1717 2361 1805 2301 1851 2270 1770 2331 1717 2361 1805 2392 1877 2331 1919 2301 1851 2361 1805 2392 1877 2422 1940 2361 1978 2331 1919 2392 1877 2422 1940 2453 1995 2392 2030 2361 1978 2422 1940 2453 1995 2483 2043 2422 2076 2392 2030 2453 1995 2483 2043 2514 2087 2453 2118 2422 2076 2483 2043 2514 2087 2544 2127 2483 2157 2453 2118 2514 2087 2544 2127 2574 2164 2514 2192 2483 2157 2544 2127 2574 2164 2605 2198 2544 2225 2514 2192 2574 2164 2605 2198 2635 2229 2574 2256 2544 2225 2605 2198 2635 2229 2666 2259 2605 2285 2574 2256 2635 2229 2666 2259 2696 2287 2635 2313 2605 2285 2666 2259 2696 2287 2726 2314 2666 2339 2635 2313 2696 2287 2726 2314 2757 2339 2696 2363 2666 2339 2726 2314 2757 2339 2787 2363 2726 2387 2696 2363 2757 2339 2787 2363 2818 2386 2757 2410 2726 2387 2787 2363 2818 2386 2848 2408 2787 2432 2757 2410 2818 2386 2848 2408 2878 2430 2818 2453 2787 2432 2848 2408 2878 2430 2909 2451 2848 2473 2818 2453 2878 2430 2909 2451 2939 2471 2878 2493 2848 2473 2909 2451 2939 2471 2970 2490 2909 2512 2878 2493 2939 2471 2970 2490 3000 2509 2939 2531 2909 2512 2970 2490 3000 2509 3030 2527 2970 2549 2939 2531 3000 2509 3030 2527 3061 2545 3000 2567 2970 2549 3030 2527 3061 2545 3091 2563 3030 2584 3000 2567 3061 2545 3091 2563 3122 2580 3061 2601 3030 2584 3091 2563 3122 2580 3152 2597 3091 2618 3061 2601 3122 2580 3152 2597 3182 2613 3122 2634 3091 2618 3152 2597 3182 2613 3213 2629 3152 2650 3122 2634 3182 2613 3213 2629 3243 2645 3182 2666 3152 2650 3213 2629 3243 2645 3274 2661 3213 2682 3182 2666 3243 2645 3274 2661 3304 2676 3243 2697 3213 2682 3274 2661 3304 2676 3334 2691 3274 2712 3243 2697 3304 2676 3334 2691 3365 2706 3304 2727 3274 2712 3334 2691 3365 2706 3395 2721 3334 2741 3304 2727 3365 2706 3395 2721 3426 2735 3365 2756 3334 2741 3395 2721 3426 2735 3456 2750 3395 2770 3365 2756 3426 2735 3456 2750 3486 2764 3426 2784 3395 2770 3456 2750 3486 2764 3517 2778 3456 2798 3426 2784 3486 2764 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [3517 2778 3547 2791 3486 2812 3456 2798 3517 2778 3547 2791 3578 2805 3517 2825 3486 2812 3547 2791 3578 2805 3608 2819 3547 2839 3517 2825 3578 2805 3608 2819 3639 2832 3578 2852 3547 2839 3608 2819 3639 2832 3669 2845 3608 2865 3578 2852 3639 2832 3669 2845 3699 2858 3639 2878 3608 2865 3669 2845 3699 2858 3730 2871 3669 2891 3639 2878 3699 2858 ] dogrey 0 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [2149 1148 2179 1385 2118 1632 2088 1525 2149 1148 2179 1385 2209 1549 2149 1729 2118 1632 2179 1385 2209 1549 2240 1672 2179 1813 2149 1729 2209 1549 2240 1672 2270 1770 2209 1885 2179 1813 2240 1672 2270 1770 2301 1851 2240 1948 2209 1885 2270 1770 2301 1851 2331 1919 2270 2003 2240 1948 2301 1851 2331 1919 2361 1978 2301 2052 2270 2003 2331 1919 2361 1978 2392 2030 2331 2097 2301 2052 2361 1978 2392 2030 2422 2076 2361 2137 2331 2097 2392 2030 2422 2076 2453 2118 2392 2174 2361 2137 2422 2076 2453 2118 2483 2157 2422 2209 2392 2174 2453 2118 2483 2157 2514 2192 2453 2241 2422 2209 2483 2157 2514 2192 2544 2225 2483 2271 2453 2241 2514 2192 2544 2225 2574 2256 2514 2300 2483 2271 2544 2225 2574 2256 2605 2285 2544 2327 2514 2300 2574 2256 2605 2285 2635 2313 2574 2352 2544 2327 2605 2285 2635 2313 2666 2339 2605 2377 2574 2352 2635 2313 2666 2339 2696 2363 2635 2400 2605 2377 2666 2339 2696 2363 2726 2387 2666 2422 2635 2400 2696 2363 2726 2387 2757 2410 2696 2444 2666 2422 2726 2387 2757 2410 2787 2432 2726 2465 2696 2444 2757 2410 2787 2432 2818 2453 2757 2485 2726 2465 2787 2432 2818 2453 2848 2473 2787 2505 2757 2485 2818 2453 2848 2473 2878 2493 2818 2524 2787 2505 2848 2473 2878 2493 2909 2512 2848 2543 2818 2524 2878 2493 2909 2512 2939 2531 2878 2561 2848 2543 2909 2512 2939 2531 2970 2549 2909 2578 2878 2561 2939 2531 2970 2549 3000 2567 2939 2596 2909 2578 2970 2549 3000 2567 3030 2584 2970 2612 2939 2596 3000 2567 3030 2584 3061 2601 3000 2629 2970 2612 3030 2584 3061 2601 3091 2618 3030 2645 3000 2629 3061 2601 3091 2618 3122 2634 3061 2661 3030 2645 3091 2618 3122 2634 3152 2650 3091 2677 3061 2661 3122 2634 3152 2650 3182 2666 3122 2692 3091 2677 3152 2650 3182 2666 3213 2682 3152 2708 3122 2692 3182 2666 3213 2682 3243 2697 3182 2722 3152 2708 3213 2682 3243 2697 3274 2712 3213 2737 3182 2722 3243 2697 3274 2712 3304 2727 3243 2752 3213 2737 3274 2712 3304 2727 3334 2741 3274 2766 3243 2752 3304 2727 3334 2741 3365 2756 3304 2780 3274 2766 3334 2741 3365 2756 3395 2770 3334 2794 3304 2780 3365 2756 3395 2770 3426 2784 3365 2808 3334 2794 3395 2770 3426 2784 3456 2798 3395 2822 3365 2808 3426 2784 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [3456 2798 3486 2812 3426 2835 3395 2822 3456 2798 3486 2812 3517 2825 3456 2849 3426 2835 3486 2812 3517 2825 3547 2839 3486 2862 3456 2849 3517 2825 3547 2839 3578 2852 3517 2875 3486 2862 3547 2839 3578 2852 3608 2865 3547 2888 3517 2875 3578 2852 3608 2865 3639 2878 3578 2901 3547 2888 3608 2865 3639 2878 3669 2891 3608 2914 3578 2901 3639 2878 ] dogrey 0 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [2088 1525 2118 1632 2057 1954 2027 1978 2088 1525 2118 1632 2149 1729 2088 1973 2057 1954 2118 1632 2149 1729 2179 1813 2118 2007 2088 1973 2149 1729 2179 1813 2209 1885 2149 2045 2118 2007 2179 1813 2209 1885 2240 1948 2179 2084 2149 2045 2209 1885 2240 1948 2270 2003 2209 2121 2179 2084 2240 1948 2270 2003 2301 2052 2240 2156 2209 2121 2270 2003 2301 2052 2331 2097 2270 2190 2240 2156 2301 2052 2331 2097 2361 2137 2301 2221 2270 2190 2331 2097 2361 2137 2392 2174 2331 2251 2301 2221 2361 2137 2392 2174 2422 2209 2361 2280 2331 2251 2392 2174 2422 2209 2453 2241 2392 2307 2361 2280 2422 2209 2453 2241 2483 2271 2422 2333 2392 2307 2453 2241 2483 2271 2514 2300 2453 2358 2422 2333 2483 2271 2514 2300 2544 2327 2483 2381 2453 2358 2514 2300 2544 2327 2574 2352 2514 2404 2483 2381 2544 2327 2574 2352 2605 2377 2544 2426 2514 2404 2574 2352 2605 2377 2635 2400 2574 2447 2544 2426 2605 2377 2635 2400 2666 2422 2605 2468 2574 2447 2635 2400 2666 2422 2696 2444 2635 2488 2605 2468 2666 2422 2696 2444 2726 2465 2666 2507 2635 2488 2696 2444 2726 2465 2757 2485 2696 2526 2666 2507 2726 2465 2757 2485 2787 2505 2726 2545 2696 2526 2757 2485 2787 2505 2818 2524 2757 2562 2726 2545 2787 2505 2818 2524 2848 2543 2787 2580 2757 2562 2818 2524 2848 2543 2878 2561 2818 2597 2787 2580 2848 2543 2878 2561 2909 2578 2848 2614 2818 2597 2878 2561 2909 2578 2939 2596 2878 2630 2848 2614 2909 2578 2939 2596 2970 2612 2909 2646 2878 2630 2939 2596 2970 2612 3000 2629 2939 2662 2909 2646 2970 2612 3000 2629 3030 2645 2970 2678 2939 2662 3000 2629 3030 2645 3061 2661 3000 2693 2970 2678 3030 2645 3061 2661 3091 2677 3030 2708 3000 2693 3061 2661 3091 2677 3122 2692 3061 2723 3030 2708 3091 2677 3122 2692 3152 2708 3091 2738 3061 2723 3122 2692 3152 2708 3182 2722 3122 2753 3091 2738 3152 2708 3182 2722 3213 2737 3152 2767 3122 2753 3182 2722 3213 2737 3243 2752 3182 2781 3152 2767 3213 2737 3243 2752 3274 2766 3213 2795 3182 2781 3243 2752 3274 2766 3304 2780 3243 2809 3213 2795 3274 2766 3304 2780 3334 2794 3274 2822 3243 2809 3304 2780 3334 2794 3365 2808 3304 2836 3274 2822 3334 2794 3365 2808 3395 2822 3334 2849 3304 2836 3365 2808 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [3395 2822 3426 2835 3365 2863 3334 2849 3395 2822 3426 2835 3456 2849 3395 2876 3365 2863 3426 2835 3456 2849 3486 2862 3426 2889 3395 2876 3456 2849 3486 2862 3517 2875 3456 2902 3426 2889 3486 2862 3517 2875 3547 2888 3486 2915 3456 2902 3517 2875 3547 2888 3578 2901 3517 2927 3486 2915 3547 2888 3578 2901 3608 2914 3547 2940 3517 2927 3578 2901 ] dogrey 0 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [2027 1978 2057 1954 1997 2275 1966 2376 2027 1978 2057 1954 2088 1973 2027 2235 1997 2275 2057 1954 2088 1973 2118 2007 2057 2224 2027 2235 2088 1973 2118 2007 2149 2045 2088 2229 2057 2224 2118 2007 2149 2045 2179 2084 2118 2243 2088 2229 2149 2045 2179 2084 2209 2121 2149 2260 2118 2243 2179 2084 2209 2121 2240 2156 2179 2280 2149 2260 2209 2121 2240 2156 2270 2190 2209 2301 2179 2280 2240 2156 2270 2190 2301 2221 2240 2323 2209 2301 2270 2190 2301 2221 2331 2251 2270 2344 2240 2323 2301 2221 2331 2251 2361 2280 2301 2366 2270 2344 2331 2251 2361 2280 2392 2307 2331 2387 2301 2366 2361 2280 2392 2307 2422 2333 2361 2407 2331 2387 2392 2307 2422 2333 2453 2358 2392 2428 2361 2407 2422 2333 2453 2358 2483 2381 2422 2447 2392 2428 2453 2358 2483 2381 2514 2404 2453 2467 2422 2447 2483 2381 2514 2404 2544 2426 2483 2486 2453 2467 2514 2404 2544 2426 2574 2447 2514 2504 2483 2486 2544 2426 2574 2447 2605 2468 2544 2522 2514 2504 2574 2447 2605 2468 2635 2488 2574 2540 2544 2522 2605 2468 2635 2488 2666 2507 2605 2558 2574 2540 2635 2488 2666 2507 2696 2526 2635 2575 2605 2558 2666 2507 2696 2526 2726 2545 2666 2591 2635 2575 2696 2526 2726 2545 2757 2562 2696 2608 2666 2591 2726 2545 2757 2562 2787 2580 2726 2624 2696 2608 2757 2562 2787 2580 2818 2597 2757 2640 2726 2624 2787 2580 2818 2597 2848 2614 2787 2655 2757 2640 2818 2597 2848 2614 2878 2630 2818 2671 2787 2655 2848 2614 2878 2630 2909 2646 2848 2686 2818 2671 2878 2630 2909 2646 2939 2662 2878 2701 2848 2686 2909 2646 2939 2662 2970 2678 2909 2716 2878 2701 2939 2662 2970 2678 3000 2693 2939 2730 2909 2716 2970 2678 3000 2693 3030 2708 2970 2745 2939 2730 3000 2693 3030 2708 3061 2723 3000 2759 2970 2745 3030 2708 3061 2723 3091 2738 3030 2773 3000 2759 3061 2723 3091 2738 3122 2753 3061 2787 3030 2773 3091 2738 3122 2753 3152 2767 3091 2800 3061 2787 3122 2753 3152 2767 3182 2781 3122 2814 3091 2800 3152 2767 3182 2781 3213 2795 3152 2828 3122 2814 3182 2781 3213 2795 3243 2809 3182 2841 3152 2828 3213 2795 3243 2809 3274 2822 3213 2854 3182 2841 3243 2809 3274 2822 3304 2836 3243 2867 3213 2854 3274 2822 3304 2836 3334 2849 3274 2880 3243 2867 3304 2836 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [3334 2849 3365 2863 3304 2893 3274 2880 3334 2849 3365 2863 3395 2876 3334 2906 3304 2893 3365 2863 3395 2876 3426 2889 3365 2919 3334 2906 3395 2876 3426 2889 3456 2902 3395 2931 3365 2919 3426 2889 3456 2902 3486 2915 3426 2944 3395 2931 3456 2902 3486 2915 3517 2927 3456 2956 3426 2944 3486 2915 3517 2927 3547 2940 3486 2968 3456 2956 3517 2927 ] dogrey 0 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [1966 2376 1997 2275 1936 2541 1905 2654 1966 2376 1997 2275 2027 2235 1966 2472 1936 2541 1997 2275 2027 2235 2057 2224 1997 2434 1966 2472 2027 2235 2057 2224 2088 2229 2027 2415 1997 2434 2057 2224 2088 2229 2118 2243 2057 2407 2027 2415 2088 2229 2118 2243 2149 2260 2088 2408 2057 2407 2118 2243 2149 2260 2179 2280 2118 2414 2088 2408 2149 2260 2179 2280 2209 2301 2149 2423 2118 2414 2179 2280 2209 2301 2240 2323 2179 2434 2149 2423 2209 2301 2240 2323 2270 2344 2209 2447 2179 2434 2240 2323 2270 2344 2301 2366 2240 2461 2209 2447 2270 2344 2301 2366 2331 2387 2270 2476 2240 2461 2301 2366 2331 2387 2361 2407 2301 2491 2270 2476 2331 2387 2361 2407 2392 2428 2331 2506 2301 2491 2361 2407 2392 2428 2422 2447 2361 2522 2331 2506 2392 2428 2422 2447 2453 2467 2392 2537 2361 2522 2422 2447 2453 2467 2483 2486 2422 2553 2392 2537 2453 2467 2483 2486 2514 2504 2453 2568 2422 2553 2483 2486 2514 2504 2544 2522 2483 2584 2453 2568 2514 2504 2544 2522 2574 2540 2514 2599 2483 2584 2544 2522 2574 2540 2605 2558 2544 2614 2514 2599 2574 2540 2605 2558 2635 2575 2574 2629 2544 2614 2605 2558 2635 2575 2666 2591 2605 2644 2574 2629 2635 2575 2666 2591 2696 2608 2635 2659 2605 2644 2666 2591 2696 2608 2726 2624 2666 2673 2635 2659 2696 2608 2726 2624 2757 2640 2696 2688 2666 2673 2726 2624 2757 2640 2787 2655 2726 2702 2696 2688 2757 2640 2787 2655 2818 2671 2757 2716 2726 2702 2787 2655 2818 2671 2848 2686 2787 2730 2757 2716 2818 2671 2848 2686 2878 2701 2818 2744 2787 2730 2848 2686 2878 2701 2909 2716 2848 2758 2818 2744 2878 2701 2909 2716 2939 2730 2878 2771 2848 2758 2909 2716 2939 2730 2970 2745 2909 2785 2878 2771 2939 2730 2970 2745 3000 2759 2939 2798 2909 2785 2970 2745 3000 2759 3030 2773 2970 2811 2939 2798 3000 2759 3030 2773 3061 2787 3000 2825 2970 2811 3030 2773 3061 2787 3091 2800 3030 2838 3000 2825 3061 2787 3091 2800 3122 2814 3061 2851 3030 2838 3091 2800 3122 2814 3152 2828 3091 2863 3061 2851 3122 2814 3152 2828 3182 2841 3122 2876 3091 2863 3152 2828 3182 2841 3213 2854 3152 2889 3122 2876 3182 2841 3213 2854 3243 2867 3182 2902 3152 2889 3213 2854 3243 2867 3274 2880 3213 2914 3182 2902 3243 2867 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [3274 2880 3304 2893 3243 2926 3213 2914 3274 2880 3304 2893 3334 2906 3274 2939 3243 2926 3304 2893 3334 2906 3365 2919 3304 2951 3274 2939 3334 2906 3365 2919 3395 2931 3334 2963 3304 2951 3365 2919 3395 2931 3426 2944 3365 2975 3334 2963 3395 2931 3426 2944 3456 2956 3395 2987 3365 2975 3426 2944 3456 2956 3486 2968 3426 2999 3395 2987 3456 2956 ] dogrey 0 Setcolor /absolu true def (drawpoly) 10 [ 4 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [1905 2654 1936 2541 1875 2731 1845 2816 1905 2654 1936 2541 1966 2472 1905 2663 1875 2731 1936 2541 1966 2472 1997 2434 1936 2615 1905 2663 1966 2472 1997 2434 2027 2415 1966 2583 1936 2615 1997 2434 2027 2415 2057 2407 1997 2563 1966 2583 2027 2415 2057 2407 2088 2408 2027 2551 1997 2563 2057 2407 2088 2408 2118 2414 2057 2546 2027 2551 2088 2408 2118 2414 2149 2423 2088 2545 2057 2546 2118 2414 2149 2423 2179 2434 2118 2548 2088 2545 2149 2423 2179 2434 2209 2447 2149 2554 2118 2548 2179 2434 2209 2447 2240 2461 2179 2561 2149 2554 2209 2447 2240 2461 2270 2476 2209 2570 2179 2561 2240 2461 2270 2476 2301 2491 2240 2579 2209 2570 2270 2476 2301 2491 2331 2506 2270 2590 2240 2579 2301 2491 2331 2506 2361 2522 2301 2601 2270 2590 2331 2506 2361 2522 2392 2537 2331 2613 2301 2601 2361 2522 2392 2537 2422 2553 2361 2625 2331 2613 2392 2537 2422 2553 2453 2568 2392 2637 2361 2625 2422 2553 2453 2568 2483 2584 2422 2650 2392 2637 2453 2568 2483 2584 2514 2599 2453 2663 2422 2650 2483 2584 2514 2599 2544 2614 2483 2675 2453 2663 2514 2599 2544 2614 2574 2629 2514 2688 2483 2675 2544 2614 2574 2629 2605 2644 2544 2701 2514 2688 2574 2629 2605 2644 2635 2659 2574 2714 2544 2701 2605 2644 2635 2659 2666 2673 2605 2727 2574 2714 2635 2659 2666 2673 2696 2688 2635 2740 2605 2727 2666 2673 2696 2688 2726 2702 2666 2752 2635 2740 2696 2688 2726 2702 2757 2716 2696 2765 2666 2752 2726 2702 2757 2716 2787 2730 2726 2778 2696 2765 2757 2716 2787 2730 2818 2744 2757 2791 2726 2778 2787 2730 2818 2744 2848 2758 2787 2803 2757 2791 2818 2744 2848 2758 2878 2771 2818 2816 2787 2803 2848 2758 2878 2771 2909 2785 2848 2828 2818 2816 2878 2771 2909 2785 2939 2798 2878 2841 2848 2828 2909 2785 2939 2798 2970 2811 2909 2853 2878 2841 2939 2798 2970 2811 3000 2825 2939 2866 2909 2853 2970 2811 3000 2825 3030 2838 2970 2878 2939 2866 3000 2825 3030 2838 3061 2851 3000 2890 2970 2878 3030 2838 3061 2851 3091 2863 3030 2902 3000 2890 3061 2851 3091 2863 3122 2876 3061 2914 3030 2902 3091 2863 3122 2876 3152 2889 3091 2926 3061 2914 3122 2876 3152 2889 3182 2902 3122 2938 3091 2926 3152 2889 3182 2902 3213 2914 3152 2950 3122 2938 3182 2902 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [3213 2914 3243 2926 3182 2962 3152 2950 3213 2914 3243 2926 3274 2939 3213 2974 3182 2962 3243 2926 3274 2939 3304 2951 3243 2986 3213 2974 3274 2939 3304 2951 3334 2963 3274 2998 3243 2986 3304 2951 3334 2963 3365 2975 3304 3009 3274 2998 3334 2963 3365 2975 3395 2987 3334 3021 3304 3009 3365 2975 3395 2987 3426 2999 3365 3033 3334 3021 3395 2987 ] dogrey 0 Setcolor /absolu true def (drawpoly) 10 [ 4 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [1845 2816 1875 2731 1814 2853 1784 2901 1845 2816 1875 2731 1905 2663 1845 2802 1814 2853 1875 2731 1905 2663 1936 2615 1875 2758 1845 2802 1905 2663 1936 2615 1966 2583 1905 2724 1875 2758 1936 2615 1966 2583 1997 2563 1936 2699 1905 2724 1966 2583 1997 2563 2027 2551 1966 2681 1936 2699 1997 2563 2027 2551 2057 2546 1997 2669 1966 2681 2027 2551 2057 2546 2088 2545 2027 2662 1997 2669 2057 2546 2088 2545 2118 2548 2057 2658 2027 2662 2088 2545 2118 2548 2149 2554 2088 2658 2057 2658 2118 2548 2149 2554 2179 2561 2118 2660 2088 2658 2149 2554 2179 2561 2209 2570 2149 2663 2118 2660 2179 2561 2209 2570 2240 2579 2179 2669 2149 2663 2209 2570 2240 2579 2270 2590 2209 2675 2179 2669 2240 2579 2270 2590 2301 2601 2240 2682 2209 2675 2270 2590 2301 2601 2331 2613 2270 2691 2240 2682 2301 2601 2331 2613 2361 2625 2301 2700 2270 2691 2331 2613 2361 2625 2392 2637 2331 2709 2301 2700 2361 2625 2392 2637 2422 2650 2361 2719 2331 2709 2392 2637 2422 2650 2453 2663 2392 2729 2361 2719 2422 2650 2453 2663 2483 2675 2422 2739 2392 2729 2453 2663 2483 2675 2514 2688 2453 2750 2422 2739 2483 2675 2514 2688 2544 2701 2483 2761 2453 2750 2514 2688 2544 2701 2574 2714 2514 2772 2483 2761 2544 2701 2574 2714 2605 2727 2544 2783 2514 2772 2574 2714 2605 2727 2635 2740 2574 2794 2544 2783 2605 2727 2635 2740 2666 2752 2605 2806 2574 2794 2635 2740 2666 2752 2696 2765 2635 2817 2605 2806 2666 2752 2696 2765 2726 2778 2666 2829 2635 2817 2696 2765 2726 2778 2757 2791 2696 2840 2666 2829 2726 2778 2757 2791 2787 2803 2726 2852 2696 2840 2757 2791 2787 2803 2818 2816 2757 2863 2726 2852 2787 2803 2818 2816 2848 2828 2787 2875 2757 2863 2818 2816 2848 2828 2878 2841 2818 2886 2787 2875 2848 2828 2878 2841 2909 2853 2848 2898 2818 2886 2878 2841 2909 2853 2939 2866 2878 2909 2848 2898 2909 2853 2939 2866 2970 2878 2909 2921 2878 2909 2939 2866 2970 2878 3000 2890 2939 2932 2909 2921 2970 2878 3000 2890 3030 2902 2970 2943 2939 2932 3000 2890 3030 2902 3061 2914 3000 2955 2970 2943 3030 2902 3061 2914 3091 2926 3030 2966 3000 2955 3061 2914 3091 2926 3122 2938 3061 2978 3030 2966 3091 2926 3122 2938 3152 2950 3091 2989 3061 2978 3122 2938 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [3152 2950 3182 2962 3122 3000 3091 2989 3152 2950 3182 2962 3213 2974 3152 3012 3122 3000 3182 2962 3213 2974 3243 2986 3182 3023 3152 3012 3213 2974 3243 2986 3274 2998 3213 3034 3182 3023 3243 2986 3274 2998 3304 3009 3243 3045 3213 3034 3274 2998 3304 3009 3334 3021 3274 3056 3243 3045 3304 3009 3334 3021 3365 3033 3304 3068 3274 3056 3334 3021 ] dogrey 0 Setcolor /absolu true def (drawpoly) 10 [ 4 4 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [1784 2901 1814 2853 1753 2925 1723 2944 1784 2901 1814 2853 1845 2802 1784 2895 1753 2925 1814 2853 1845 2802 1875 2758 1814 2863 1784 2895 1845 2802 1875 2758 1905 2724 1845 2835 1814 2863 1875 2758 1905 2724 1936 2699 1875 2811 1845 2835 1905 2724 1936 2699 1966 2681 1905 2792 1875 2811 1936 2699 1966 2681 1997 2669 1936 2777 1905 2792 1966 2681 1997 2669 2027 2662 1966 2767 1936 2777 1997 2669 2027 2662 2057 2658 1997 2760 1966 2767 2027 2662 2057 2658 2088 2658 2027 2755 1997 2760 2057 2658 2088 2658 2118 2660 2057 2753 2027 2755 2088 2658 2118 2660 2149 2663 2088 2754 2057 2753 2118 2660 2149 2663 2179 2669 2118 2755 2088 2754 2149 2663 2179 2669 2209 2675 2149 2758 2118 2755 2179 2669 2209 2675 2240 2682 2179 2763 2149 2758 2209 2675 2240 2682 2270 2691 2209 2768 2179 2763 2240 2682 2270 2691 2301 2700 2240 2774 2209 2768 2270 2691 2301 2700 2331 2709 2270 2781 2240 2774 2301 2700 2331 2709 2361 2719 2301 2788 2270 2781 2331 2709 2361 2719 2392 2729 2331 2796 2301 2788 2361 2719 2392 2729 2422 2739 2361 2805 2331 2796 2392 2729 2422 2739 2453 2750 2392 2813 2361 2805 2422 2739 2453 2750 2483 2761 2422 2822 2392 2813 2453 2750 2483 2761 2514 2772 2453 2832 2422 2822 2483 2761 2514 2772 2544 2783 2483 2841 2453 2832 2514 2772 2544 2783 2574 2794 2514 2851 2483 2841 2544 2783 2574 2794 2605 2806 2544 2861 2514 2851 2574 2794 2605 2806 2635 2817 2574 2871 2544 2861 2605 2806 2635 2817 2666 2829 2605 2881 2574 2871 2635 2817 2666 2829 2696 2840 2635 2891 2605 2881 2666 2829 2696 2840 2726 2852 2666 2902 2635 2891 2696 2840 2726 2852 2757 2863 2696 2912 2666 2902 2726 2852 2757 2863 2787 2875 2726 2923 2696 2912 2757 2863 2787 2875 2818 2886 2757 2933 2726 2923 2787 2875 2818 2886 2848 2898 2787 2944 2757 2933 2818 2886 2848 2898 2878 2909 2818 2954 2787 2944 2848 2898 2878 2909 2909 2921 2848 2965 2818 2954 2878 2909 2909 2921 2939 2932 2878 2976 2848 2965 2909 2921 2939 2932 2970 2943 2909 2986 2878 2976 2939 2932 2970 2943 3000 2955 2939 2997 2909 2986 2970 2943 3000 2955 3030 2966 2970 3008 2939 2997 3000 2955 3030 2966 3061 2978 3000 3019 2970 3008 3030 2966 3061 2978 3091 2989 3030 3029 3000 3019 3061 2978 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [3091 2989 3122 3000 3061 3040 3030 3029 3091 2989 3122 3000 3152 3012 3091 3051 3061 3040 3122 3000 3152 3012 3182 3023 3122 3061 3091 3051 3152 3012 3182 3023 3213 3034 3152 3072 3122 3061 3182 3023 3213 3034 3243 3045 3182 3083 3152 3072 3213 3034 3243 3045 3274 3056 3213 3093 3182 3083 3243 3045 3274 3056 3304 3068 3243 3104 3213 3093 3274 3056 ] dogrey 0 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [1723 2944 1753 2925 1693 2968 1662 2971 1723 2944 1753 2925 1784 2895 1723 2955 1693 2968 1753 2925 1784 2895 1814 2863 1753 2937 1723 2955 1784 2895 1814 2863 1845 2835 1784 2917 1753 2937 1814 2863 1845 2835 1875 2811 1814 2899 1784 2917 1845 2835 1875 2811 1905 2792 1845 2882 1814 2899 1875 2811 1905 2792 1936 2777 1875 2869 1845 2882 1905 2792 1936 2777 1966 2767 1905 2858 1875 2869 1936 2777 1966 2767 1997 2760 1936 2849 1905 2858 1966 2767 1997 2760 2027 2755 1966 2843 1936 2849 1997 2760 2027 2755 2057 2753 1997 2839 1966 2843 2027 2755 2057 2753 2088 2754 2027 2837 1997 2839 2057 2753 2088 2754 2118 2755 2057 2837 2027 2837 2088 2754 2118 2755 2149 2758 2088 2837 2057 2837 2118 2755 2149 2758 2179 2763 2118 2840 2088 2837 2149 2758 2179 2763 2209 2768 2149 2843 2118 2840 2179 2763 2209 2768 2240 2774 2179 2847 2149 2843 2209 2768 2240 2774 2270 2781 2209 2851 2179 2847 2240 2774 2270 2781 2301 2788 2240 2857 2209 2851 2270 2781 2301 2788 2331 2796 2270 2863 2240 2857 2301 2788 2331 2796 2361 2805 2301 2869 2270 2863 2331 2796 2361 2805 2392 2813 2331 2876 2301 2869 2361 2805 2392 2813 2422 2822 2361 2884 2331 2876 2392 2813 2422 2822 2453 2832 2392 2892 2361 2884 2422 2822 2453 2832 2483 2841 2422 2900 2392 2892 2453 2832 2483 2841 2514 2851 2453 2908 2422 2900 2483 2841 2514 2851 2544 2861 2483 2917 2453 2908 2514 2851 2544 2861 2574 2871 2514 2925 2483 2917 2544 2861 2574 2871 2605 2881 2544 2934 2514 2925 2574 2871 2605 2881 2635 2891 2574 2944 2544 2934 2605 2881 2635 2891 2666 2902 2605 2953 2574 2944 2635 2891 2666 2902 2696 2912 2635 2962 2605 2953 2666 2902 2696 2912 2726 2923 2666 2972 2635 2962 2696 2912 2726 2923 2757 2933 2696 2981 2666 2972 2726 2923 2757 2933 2787 2944 2726 2991 2696 2981 2757 2933 2787 2944 2818 2954 2757 3001 2726 2991 2787 2944 2818 2954 2848 2965 2787 3011 2757 3001 2818 2954 2848 2965 2878 2976 2818 3021 2787 3011 2848 2965 2878 2976 2909 2986 2848 3031 2818 3021 2878 2976 2909 2986 2939 2997 2878 3041 2848 3031 2909 2986 2939 2997 2970 3008 2909 3051 2878 3041 2939 2997 2970 3008 3000 3019 2939 3061 2909 3051 2970 3008 3000 3019 3030 3029 2970 3071 2939 3061 3000 3019 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [3030 3029 3061 3040 3000 3081 2970 3071 3030 3029 3061 3040 3091 3051 3030 3091 3000 3081 3061 3040 3091 3051 3122 3061 3061 3101 3030 3091 3091 3051 3122 3061 3152 3072 3091 3111 3061 3101 3122 3061 3152 3072 3182 3083 3122 3121 3091 3111 3152 3072 3182 3083 3213 3093 3152 3132 3122 3121 3182 3083 3213 3093 3243 3104 3182 3142 3152 3132 3213 3093 ] dogrey 0 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [1662 2971 1693 2968 1632 2996 1601 2992 1662 2971 1693 2968 1723 2955 1662 2995 1632 2996 1693 2968 1723 2955 1753 2937 1693 2987 1662 2995 1723 2955 1753 2937 1784 2917 1723 2977 1693 2987 1753 2937 1784 2917 1814 2899 1753 2965 1723 2977 1784 2917 1814 2899 1845 2882 1784 2954 1753 2965 1814 2899 1845 2882 1875 2869 1814 2943 1784 2954 1845 2882 1875 2869 1905 2858 1845 2934 1814 2943 1875 2869 1905 2858 1936 2849 1875 2926 1845 2934 1905 2858 1936 2849 1966 2843 1905 2920 1875 2926 1936 2849 1966 2843 1997 2839 1936 2916 1905 2920 1966 2843 1997 2839 2027 2837 1966 2913 1936 2916 1997 2839 2027 2837 2057 2837 1997 2911 1966 2913 2027 2837 2057 2837 2088 2837 2027 2910 1997 2911 2057 2837 2088 2837 2118 2840 2057 2911 2027 2910 2088 2837 2118 2840 2149 2843 2088 2913 2057 2911 2118 2840 2149 2843 2179 2847 2118 2915 2088 2913 2149 2843 2179 2847 2209 2851 2149 2918 2118 2915 2179 2847 2209 2851 2240 2857 2179 2922 2149 2918 2209 2851 2240 2857 2270 2863 2209 2927 2179 2922 2240 2857 2270 2863 2301 2869 2240 2932 2209 2927 2270 2863 2301 2869 2331 2876 2270 2938 2240 2932 2301 2869 2331 2876 2361 2884 2301 2944 2270 2938 2331 2876 2361 2884 2392 2892 2331 2951 2301 2944 2361 2884 2392 2892 2422 2900 2361 2957 2331 2951 2392 2892 2422 2900 2453 2908 2392 2965 2361 2957 2422 2900 2453 2908 2483 2917 2422 2972 2392 2965 2453 2908 2483 2917 2514 2925 2453 2980 2422 2972 2483 2917 2514 2925 2544 2934 2483 2988 2453 2980 2514 2925 2544 2934 2574 2944 2514 2996 2483 2988 2544 2934 2574 2944 2605 2953 2544 3004 2514 2996 2574 2944 2605 2953 2635 2962 2574 3013 2544 3004 2605 2953 2635 2962 2666 2972 2605 3021 2574 3013 2635 2962 2666 2972 2696 2981 2635 3030 2605 3021 2666 2972 2696 2981 2726 2991 2666 3039 2635 3030 2696 2981 2726 2991 2757 3001 2696 3048 2666 3039 2726 2991 2757 3001 2787 3011 2726 3057 2696 3048 2757 3001 2787 3011 2818 3021 2757 3066 2726 3057 2787 3011 2818 3021 2848 3031 2787 3075 2757 3066 2818 3021 2848 3031 2878 3041 2818 3085 2787 3075 2848 3031 2878 3041 2909 3051 2848 3094 2818 3085 2878 3041 2909 3051 2939 3061 2878 3103 2848 3094 2909 3051 2939 3061 2970 3071 2909 3113 2878 3103 2939 3061 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [2970 3071 3000 3081 2939 3122 2909 3113 2970 3071 3000 3081 3030 3091 2970 3132 2939 3122 3000 3081 3030 3091 3061 3101 3000 3142 2970 3132 3030 3091 3061 3101 3091 3111 3030 3151 3000 3142 3061 3101 3091 3111 3122 3121 3061 3161 3030 3151 3091 3111 3122 3121 3152 3132 3091 3171 3061 3161 3122 3121 3152 3132 3182 3142 3122 3180 3091 3171 3152 3132 ] dogrey 0 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [1601 2992 1632 2996 1571 3018 1541 3010 1601 2992 1632 2996 1662 2995 1601 3023 1571 3018 1632 2996 1662 2995 1693 2987 1632 3023 1601 3023 1662 2995 1693 2987 1723 2977 1662 3020 1632 3023 1693 2987 1723 2977 1753 2965 1693 3015 1662 3020 1723 2977 1753 2965 1784 2954 1723 3009 1693 3015 1753 2965 1784 2954 1814 2943 1753 3002 1723 3009 1784 2954 1814 2943 1845 2934 1784 2996 1753 3002 1814 2943 1845 2934 1875 2926 1814 2990 1784 2996 1845 2934 1875 2926 1905 2920 1845 2985 1814 2990 1875 2926 1905 2920 1936 2916 1875 2982 1845 2985 1905 2920 1936 2916 1966 2913 1905 2979 1875 2982 1936 2916 1966 2913 1997 2911 1936 2977 1905 2979 1966 2913 1997 2911 2027 2910 1966 2976 1936 2977 1997 2911 2027 2910 2057 2911 1997 2976 1966 2976 2027 2910 2057 2911 2088 2913 2027 2977 1997 2976 2057 2911 2088 2913 2118 2915 2057 2979 2027 2977 2088 2913 2118 2915 2149 2918 2088 2981 2057 2979 2118 2915 2149 2918 2179 2922 2118 2984 2088 2981 2149 2918 2179 2922 2209 2927 2149 2988 2118 2984 2179 2922 2209 2927 2240 2932 2179 2992 2149 2988 2209 2927 2240 2932 2270 2938 2209 2997 2179 2992 2240 2932 2270 2938 2301 2944 2240 3002 2209 2997 2270 2938 2301 2944 2331 2951 2270 3007 2240 3002 2301 2944 2331 2951 2361 2957 2301 3013 2270 3007 2331 2951 2361 2957 2392 2965 2331 3019 2301 3013 2361 2957 2392 2965 2422 2972 2361 3026 2331 3019 2392 2965 2422 2972 2453 2980 2392 3033 2361 3026 2422 2972 2453 2980 2483 2988 2422 3040 2392 3033 2453 2980 2483 2988 2514 2996 2453 3047 2422 3040 2483 2988 2514 2996 2544 3004 2483 3055 2453 3047 2514 2996 2544 3004 2574 3013 2514 3062 2483 3055 2544 3004 2574 3013 2605 3021 2544 3070 2514 3062 2574 3013 2605 3021 2635 3030 2574 3078 2544 3070 2605 3021 2635 3030 2666 3039 2605 3086 2574 3078 2635 3030 2666 3039 2696 3048 2635 3095 2605 3086 2666 3039 2696 3048 2726 3057 2666 3103 2635 3095 2696 3048 2726 3057 2757 3066 2696 3112 2666 3103 2726 3057 2757 3066 2787 3075 2726 3120 2696 3112 2757 3066 2787 3075 2818 3085 2757 3129 2726 3120 2787 3075 2818 3085 2848 3094 2787 3138 2757 3129 2818 3085 2848 3094 2878 3103 2818 3146 2787 3138 2848 3094 2878 3103 2909 3113 2848 3155 2818 3146 2878 3103 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [2909 3113 2939 3122 2878 3164 2848 3155 2909 3113 2939 3122 2970 3132 2909 3173 2878 3164 2939 3122 2970 3132 3000 3142 2939 3183 2909 3173 2970 3132 3000 3142 3030 3151 2970 3192 2939 3183 3000 3142 3030 3151 3061 3161 3000 3201 2970 3192 3030 3151 3061 3161 3091 3171 3030 3210 3000 3201 3061 3161 3091 3171 3122 3180 3061 3219 3030 3210 3091 3171 ] dogrey 0 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [1541 3010 1571 3018 1510 3038 1480 3029 1541 3010 1571 3018 1601 3023 1541 3045 1510 3038 1571 3018 1601 3023 1632 3023 1571 3050 1541 3045 1601 3023 1632 3023 1662 3020 1601 3052 1571 3050 1632 3023 1662 3020 1693 3015 1632 3052 1601 3052 1662 3020 1693 3015 1723 3009 1662 3051 1632 3052 1693 3015 1723 3009 1753 3002 1693 3048 1662 3051 1723 3009 1753 3002 1784 2996 1723 3045 1693 3048 1753 3002 1784 2996 1814 2990 1753 3043 1723 3045 1784 2996 1814 2990 1845 2985 1784 3040 1753 3043 1814 2990 1845 2985 1875 2982 1814 3038 1784 3040 1845 2985 1875 2982 1905 2979 1845 3036 1814 3038 1875 2982 1905 2979 1936 2977 1875 3035 1845 3036 1905 2979 1936 2977 1966 2976 1905 3034 1875 3035 1936 2977 1966 2976 1997 2976 1936 3034 1905 3034 1966 2976 1997 2976 2027 2977 1966 3035 1936 3034 1997 2976 2027 2977 2057 2979 1997 3037 1966 3035 2027 2977 2057 2979 2088 2981 2027 3039 1997 3037 2057 2979 2088 2981 2118 2984 2057 3041 2027 3039 2088 2981 2118 2984 2149 2988 2088 3045 2057 3041 2118 2984 2149 2988 2179 2992 2118 3048 2088 3045 2149 2988 2179 2992 2209 2997 2149 3052 2118 3048 2179 2992 2209 2997 2240 3002 2179 3057 2149 3052 2209 2997 2240 3002 2270 3007 2209 3061 2179 3057 2240 3002 2270 3007 2301 3013 2240 3067 2209 3061 2270 3007 2301 3013 2331 3019 2270 3072 2240 3067 2301 3013 2331 3019 2361 3026 2301 3078 2270 3072 2331 3019 2361 3026 2392 3033 2331 3084 2301 3078 2361 3026 2392 3033 2422 3040 2361 3091 2331 3084 2392 3033 2422 3040 2453 3047 2392 3097 2361 3091 2422 3040 2453 3047 2483 3055 2422 3104 2392 3097 2453 3047 2483 3055 2514 3062 2453 3111 2422 3104 2483 3055 2514 3062 2544 3070 2483 3118 2453 3111 2514 3062 2544 3070 2574 3078 2514 3126 2483 3118 2544 3070 2574 3078 2605 3086 2544 3133 2514 3126 2574 3078 2605 3086 2635 3095 2574 3141 2544 3133 2605 3086 2635 3095 2666 3103 2605 3149 2574 3141 2635 3095 2666 3103 2696 3112 2635 3157 2605 3149 2666 3103 2696 3112 2726 3120 2666 3165 2635 3157 2696 3112 2726 3120 2757 3129 2696 3173 2666 3165 2726 3120 2757 3129 2787 3138 2726 3181 2696 3173 2757 3129 2787 3138 2818 3146 2757 3189 2726 3181 2787 3138 2818 3146 2848 3155 2787 3198 2757 3189 2818 3146 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [2848 3155 2878 3164 2818 3206 2787 3198 2848 3155 2878 3164 2909 3173 2848 3215 2818 3206 2878 3164 2909 3173 2939 3183 2878 3223 2848 3215 2909 3173 2939 3183 2970 3192 2909 3232 2878 3223 2939 3183 2970 3192 3000 3201 2939 3241 2909 3232 2970 3192 3000 3201 3030 3210 2970 3249 2939 3241 3000 3201 3030 3210 3061 3219 3000 3258 2970 3249 3030 3210 ] dogrey 0 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [1480 3029 1510 3038 1449 3056 1419 3047 1480 3029 1510 3038 1541 3045 1480 3065 1449 3056 1510 3038 1541 3045 1571 3050 1510 3072 1480 3065 1541 3045 1571 3050 1601 3052 1541 3078 1510 3072 1571 3050 1601 3052 1632 3052 1571 3082 1541 3078 1601 3052 1632 3052 1662 3051 1601 3084 1571 3082 1632 3052 1662 3051 1693 3048 1632 3085 1601 3084 1662 3051 1693 3048 1723 3045 1662 3086 1632 3085 1693 3048 1723 3045 1753 3043 1693 3085 1662 3086 1723 3045 1753 3043 1784 3040 1723 3085 1693 3085 1753 3043 1784 3040 1814 3038 1753 3085 1723 3085 1784 3040 1814 3038 1845 3036 1784 3084 1753 3085 1814 3038 1845 3036 1875 3035 1814 3085 1784 3084 1845 3036 1875 3035 1905 3034 1845 3085 1814 3085 1875 3035 1905 3034 1936 3034 1875 3086 1845 3085 1905 3034 1936 3034 1966 3035 1905 3087 1875 3086 1936 3034 1966 3035 1997 3037 1936 3089 1905 3087 1966 3035 1997 3037 2027 3039 1966 3091 1936 3089 1997 3037 2027 3039 2057 3041 1997 3094 1966 3091 2027 3039 2057 3041 2088 3045 2027 3097 1997 3094 2057 3041 2088 3045 2118 3048 2057 3100 2027 3097 2088 3045 2118 3048 2149 3052 2088 3104 2057 3100 2118 3048 2149 3052 2179 3057 2118 3108 2088 3104 2149 3052 2179 3057 2209 3061 2149 3112 2118 3108 2179 3057 2209 3061 2240 3067 2179 3117 2149 3112 2209 3061 2240 3067 2270 3072 2209 3122 2179 3117 2240 3067 2270 3072 2301 3078 2240 3128 2209 3122 2270 3072 2301 3078 2331 3084 2270 3133 2240 3128 2301 3078 2331 3084 2361 3091 2301 3139 2270 3133 2331 3084 2361 3091 2392 3097 2331 3145 2301 3139 2361 3091 2392 3097 2422 3104 2361 3151 2331 3145 2392 3097 2422 3104 2453 3111 2392 3158 2361 3151 2422 3104 2453 3111 2483 3118 2422 3165 2392 3158 2453 3111 2483 3118 2514 3126 2453 3172 2422 3165 2483 3118 2514 3126 2544 3133 2483 3179 2453 3172 2514 3126 2544 3133 2574 3141 2514 3186 2483 3179 2544 3133 2574 3141 2605 3149 2544 3193 2514 3186 2574 3141 2605 3149 2635 3157 2574 3201 2544 3193 2605 3149 2635 3157 2666 3165 2605 3208 2574 3201 2635 3157 2666 3165 2696 3173 2635 3216 2605 3208 2666 3165 2696 3173 2726 3181 2666 3224 2635 3216 2696 3173 2726 3181 2757 3189 2696 3231 2666 3224 2726 3181 2757 3189 2787 3198 2726 3239 2696 3231 2757 3189 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [2787 3198 2818 3206 2757 3247 2726 3239 2787 3198 2818 3206 2848 3215 2787 3255 2757 3247 2818 3206 2848 3215 2878 3223 2818 3264 2787 3255 2848 3215 2878 3223 2909 3232 2848 3272 2818 3264 2878 3223 2909 3232 2939 3241 2878 3280 2848 3272 2909 3232 2939 3241 2970 3249 2909 3289 2878 3280 2939 3241 2970 3249 3000 3258 2939 3297 2909 3289 2970 3249 ] dogrey 0 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [1419 3047 1449 3056 1389 3075 1358 3066 1419 3047 1449 3056 1480 3065 1419 3084 1389 3075 1449 3056 1480 3065 1510 3072 1449 3092 1419 3084 1480 3065 1510 3072 1541 3078 1480 3100 1449 3092 1510 3072 1541 3078 1571 3082 1510 3106 1480 3100 1541 3078 1571 3082 1601 3084 1541 3111 1510 3106 1571 3082 1601 3084 1632 3085 1571 3115 1541 3111 1601 3084 1632 3085 1662 3086 1601 3118 1571 3115 1632 3085 1662 3086 1693 3085 1632 3121 1601 3118 1662 3086 1693 3085 1723 3085 1662 3122 1632 3121 1693 3085 1723 3085 1753 3085 1693 3124 1662 3122 1723 3085 1753 3085 1784 3084 1723 3126 1693 3124 1753 3085 1784 3084 1814 3085 1753 3127 1723 3126 1784 3084 1814 3085 1845 3085 1784 3129 1753 3127 1814 3085 1845 3085 1875 3086 1814 3131 1784 3129 1845 3085 1875 3086 1905 3087 1845 3133 1814 3131 1875 3086 1905 3087 1936 3089 1875 3135 1845 3133 1905 3087 1936 3089 1966 3091 1905 3138 1875 3135 1936 3089 1966 3091 1997 3094 1936 3141 1905 3138 1966 3091 1997 3094 2027 3097 1966 3144 1936 3141 1997 3094 2027 3097 2057 3100 1997 3147 1966 3144 2027 3097 2057 3100 2088 3104 2027 3151 1997 3147 2057 3100 2088 3104 2118 3108 2057 3155 2027 3151 2088 3104 2118 3108 2149 3112 2088 3159 2057 3155 2118 3108 2149 3112 2179 3117 2118 3164 2088 3159 2149 3112 2179 3117 2209 3122 2149 3169 2118 3164 2179 3117 2209 3122 2240 3128 2179 3174 2149 3169 2209 3122 2240 3128 2270 3133 2209 3179 2179 3174 2240 3128 2270 3133 2301 3139 2240 3185 2209 3179 2270 3133 2301 3139 2331 3145 2270 3191 2240 3185 2301 3139 2331 3145 2361 3151 2301 3197 2270 3191 2331 3145 2361 3151 2392 3158 2331 3203 2301 3197 2361 3151 2392 3158 2422 3165 2361 3209 2331 3203 2392 3158 2422 3165 2453 3172 2392 3216 2361 3209 2422 3165 2453 3172 2483 3179 2422 3222 2392 3216 2453 3172 2483 3179 2514 3186 2453 3229 2422 3222 2483 3179 2514 3186 2544 3193 2483 3236 2453 3229 2514 3186 2544 3193 2574 3201 2514 3243 2483 3236 2544 3193 2574 3201 2605 3208 2544 3250 2514 3243 2574 3201 2605 3208 2635 3216 2574 3258 2544 3250 2605 3208 2635 3216 2666 3224 2605 3265 2574 3258 2635 3216 2666 3224 2696 3231 2635 3272 2605 3265 2666 3224 2696 3231 2726 3239 2666 3280 2635 3272 2696 3231 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [2726 3239 2757 3247 2696 3288 2666 3280 2726 3239 2757 3247 2787 3255 2726 3295 2696 3288 2757 3247 2787 3255 2818 3264 2757 3303 2726 3295 2787 3255 2818 3264 2848 3272 2787 3311 2757 3303 2818 3264 2848 3272 2878 3280 2818 3319 2787 3311 2848 3272 2878 3280 2909 3289 2848 3327 2818 3319 2878 3280 2909 3289 2939 3297 2878 3335 2848 3327 2909 3289 ] dogrey 0 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [1358 3066 1389 3075 1328 3093 1297 3084 1358 3066 1389 3075 1419 3084 1358 3103 1328 3093 1389 3075 1419 3084 1449 3092 1389 3111 1358 3103 1419 3084 1449 3092 1480 3100 1419 3120 1389 3111 1449 3092 1480 3100 1510 3106 1449 3128 1419 3120 1480 3100 1510 3106 1541 3111 1480 3134 1449 3128 1510 3106 1541 3111 1571 3115 1510 3140 1480 3134 1541 3111 1571 3115 1601 3118 1541 3146 1510 3140 1571 3115 1601 3118 1632 3121 1571 3150 1541 3146 1601 3118 1632 3121 1662 3122 1601 3154 1571 3150 1632 3121 1662 3122 1693 3124 1632 3157 1601 3154 1662 3122 1693 3124 1723 3126 1662 3161 1632 3157 1693 3124 1723 3126 1753 3127 1693 3164 1662 3161 1723 3126 1753 3127 1784 3129 1723 3167 1693 3164 1753 3127 1784 3129 1814 3131 1753 3170 1723 3167 1784 3129 1814 3131 1845 3133 1784 3173 1753 3170 1814 3131 1845 3133 1875 3135 1814 3176 1784 3173 1845 3133 1875 3135 1905 3138 1845 3179 1814 3176 1875 3135 1905 3138 1936 3141 1875 3183 1845 3179 1905 3138 1936 3141 1966 3144 1905 3186 1875 3183 1936 3141 1966 3144 1997 3147 1936 3190 1905 3186 1966 3144 1997 3147 2027 3151 1966 3194 1936 3190 1997 3147 2027 3151 2057 3155 1997 3198 1966 3194 2027 3151 2057 3155 2088 3159 2027 3203 1997 3198 2057 3155 2088 3159 2118 3164 2057 3207 2027 3203 2088 3159 2118 3164 2149 3169 2088 3212 2057 3207 2118 3164 2149 3169 2179 3174 2118 3217 2088 3212 2149 3169 2179 3174 2209 3179 2149 3223 2118 3217 2179 3174 2209 3179 2240 3185 2179 3228 2149 3223 2209 3179 2240 3185 2270 3191 2209 3234 2179 3228 2240 3185 2270 3191 2301 3197 2240 3240 2209 3234 2270 3191 2301 3197 2331 3203 2270 3245 2240 3240 2301 3197 2331 3203 2361 3209 2301 3252 2270 3245 2331 3203 2361 3209 2392 3216 2331 3258 2301 3252 2361 3209 2392 3216 2422 3222 2361 3264 2331 3258 2392 3216 2422 3222 2453 3229 2392 3271 2361 3264 2422 3222 2453 3229 2483 3236 2422 3277 2392 3271 2453 3229 2483 3236 2514 3243 2453 3284 2422 3277 2483 3236 2514 3243 2544 3250 2483 3291 2453 3284 2514 3243 2544 3250 2574 3258 2514 3298 2483 3291 2544 3250 2574 3258 2605 3265 2544 3305 2514 3298 2574 3258 2605 3265 2635 3272 2574 3312 2544 3305 2605 3265 2635 3272 2666 3280 2605 3319 2574 3312 2635 3272 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [2666 3280 2696 3288 2635 3327 2605 3319 2666 3280 2696 3288 2726 3295 2666 3334 2635 3327 2696 3288 2726 3295 2757 3303 2696 3342 2666 3334 2726 3295 2757 3303 2787 3311 2726 3349 2696 3342 2757 3303 2787 3311 2818 3319 2757 3357 2726 3349 2787 3311 2818 3319 2848 3327 2787 3365 2757 3357 2818 3319 2848 3327 2878 3335 2818 3372 2787 3365 2848 3327 ] dogrey 0 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [1297 3084 1328 3093 1267 3112 1236 3103 1297 3084 1328 3093 1358 3103 1297 3121 1267 3112 1328 3093 1358 3103 1389 3111 1328 3130 1297 3121 1358 3103 1389 3111 1419 3120 1358 3139 1328 3130 1389 3111 1419 3120 1449 3128 1389 3147 1358 3139 1419 3120 1449 3128 1480 3134 1419 3155 1389 3147 1449 3128 1480 3134 1510 3140 1449 3163 1419 3155 1480 3134 1510 3140 1541 3146 1480 3169 1449 3163 1510 3140 1541 3146 1571 3150 1510 3176 1480 3169 1541 3146 1571 3150 1601 3154 1541 3181 1510 3176 1571 3150 1601 3154 1632 3157 1571 3186 1541 3181 1601 3154 1632 3157 1662 3161 1601 3191 1571 3186 1632 3157 1662 3161 1693 3164 1632 3195 1601 3191 1662 3161 1693 3164 1723 3167 1662 3200 1632 3195 1693 3164 1723 3167 1753 3170 1693 3204 1662 3200 1723 3167 1753 3170 1784 3173 1723 3208 1693 3204 1753 3170 1784 3173 1814 3176 1753 3212 1723 3208 1784 3173 1814 3176 1845 3179 1784 3216 1753 3212 1814 3176 1845 3179 1875 3183 1814 3220 1784 3216 1845 3179 1875 3183 1905 3186 1845 3224 1814 3220 1875 3183 1905 3186 1936 3190 1875 3229 1845 3224 1905 3186 1936 3190 1966 3194 1905 3233 1875 3229 1936 3190 1966 3194 1997 3198 1936 3238 1905 3233 1966 3194 1997 3198 2027 3203 1966 3242 1936 3238 1997 3198 2027 3203 2057 3207 1997 3247 1966 3242 2027 3203 2057 3207 2088 3212 2027 3252 1997 3247 2057 3207 2088 3212 2118 3217 2057 3258 2027 3252 2088 3212 2118 3217 2149 3223 2088 3263 2057 3258 2118 3217 2149 3223 2179 3228 2118 3268 2088 3263 2149 3223 2179 3228 2209 3234 2149 3274 2118 3268 2179 3228 2209 3234 2240 3240 2179 3280 2149 3274 2209 3234 2240 3240 2270 3245 2209 3286 2179 3280 2240 3240 2270 3245 2301 3252 2240 3292 2209 3286 2270 3245 2301 3252 2331 3258 2270 3298 2240 3292 2301 3252 2331 3258 2361 3264 2301 3304 2270 3298 2331 3258 2361 3264 2392 3271 2331 3310 2301 3304 2361 3264 2392 3271 2422 3277 2361 3317 2331 3310 2392 3271 2422 3277 2453 3284 2392 3323 2361 3317 2422 3277 2453 3284 2483 3291 2422 3330 2392 3323 2453 3284 2483 3291 2514 3298 2453 3337 2422 3330 2483 3291 2514 3298 2544 3305 2483 3343 2453 3337 2514 3298 2544 3305 2574 3312 2514 3350 2483 3343 2544 3305 2574 3312 2605 3319 2544 3357 2514 3350 2574 3312 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [2605 3319 2635 3327 2574 3364 2544 3357 2605 3319 2635 3327 2666 3334 2605 3372 2574 3364 2635 3327 2666 3334 2696 3342 2635 3379 2605 3372 2666 3334 2696 3342 2726 3349 2666 3386 2635 3379 2696 3342 2726 3349 2757 3357 2696 3393 2666 3386 2726 3349 2757 3357 2787 3365 2726 3401 2696 3393 2757 3357 2787 3365 2818 3372 2757 3408 2726 3401 2787 3365 ] dogrey 0 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [1236 3103 1267 3112 1206 3130 1176 3121 1236 3103 1267 3112 1297 3121 1236 3139 1206 3130 1267 3112 1297 3121 1328 3130 1267 3149 1236 3139 1297 3121 1328 3130 1358 3139 1297 3158 1267 3149 1328 3130 1358 3139 1389 3147 1328 3167 1297 3158 1358 3139 1389 3147 1419 3155 1358 3175 1328 3167 1389 3147 1419 3155 1449 3163 1389 3183 1358 3175 1419 3155 1449 3163 1480 3169 1419 3191 1389 3183 1449 3163 1480 3169 1510 3176 1449 3198 1419 3191 1480 3169 1510 3176 1541 3181 1480 3205 1449 3198 1510 3176 1541 3181 1571 3186 1510 3211 1480 3205 1541 3181 1571 3186 1601 3191 1541 3217 1510 3211 1571 3186 1601 3191 1632 3195 1571 3223 1541 3217 1601 3191 1632 3195 1662 3200 1601 3229 1571 3223 1632 3195 1662 3200 1693 3204 1632 3234 1601 3229 1662 3200 1693 3204 1723 3208 1662 3239 1632 3234 1693 3204 1723 3208 1753 3212 1693 3244 1662 3239 1723 3208 1753 3212 1784 3216 1723 3249 1693 3244 1753 3212 1784 3216 1814 3220 1753 3254 1723 3249 1784 3216 1814 3220 1845 3224 1784 3259 1753 3254 1814 3220 1845 3224 1875 3229 1814 3264 1784 3259 1845 3224 1875 3229 1905 3233 1845 3269 1814 3264 1875 3229 1905 3233 1936 3238 1875 3274 1845 3269 1905 3233 1936 3238 1966 3242 1905 3279 1875 3274 1936 3238 1966 3242 1997 3247 1936 3284 1905 3279 1966 3242 1997 3247 2027 3252 1966 3289 1936 3284 1997 3247 2027 3252 2057 3258 1997 3295 1966 3289 2027 3252 2057 3258 2088 3263 2027 3300 1997 3295 2057 3258 2088 3263 2118 3268 2057 3306 2027 3300 2088 3263 2118 3268 2149 3274 2088 3311 2057 3306 2118 3268 2149 3274 2179 3280 2118 3317 2088 3311 2149 3274 2179 3280 2209 3286 2149 3323 2118 3317 2179 3280 2209 3286 2240 3292 2179 3329 2149 3323 2209 3286 2240 3292 2270 3298 2209 3335 2179 3329 2240 3292 2270 3298 2301 3304 2240 3341 2209 3335 2270 3298 2301 3304 2331 3310 2270 3347 2240 3341 2301 3304 2331 3310 2361 3317 2301 3354 2270 3347 2331 3310 2361 3317 2392 3323 2331 3360 2301 3354 2361 3317 2392 3323 2422 3330 2361 3367 2331 3360 2392 3323 2422 3330 2453 3337 2392 3373 2361 3367 2422 3330 2453 3337 2483 3343 2422 3380 2392 3373 2453 3337 2483 3343 2514 3350 2453 3387 2422 3380 2483 3343 2514 3350 2544 3357 2483 3394 2453 3387 2514 3350 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [2544 3357 2574 3364 2514 3400 2483 3394 2544 3357 2574 3364 2605 3372 2544 3407 2514 3400 2574 3364 2605 3372 2635 3379 2574 3414 2544 3407 2605 3372 2635 3379 2666 3386 2605 3421 2574 3414 2635 3379 2666 3386 2696 3393 2635 3429 2605 3421 2666 3386 2696 3393 2726 3401 2666 3436 2635 3429 2696 3393 2726 3401 2757 3408 2696 3443 2666 3436 2726 3401 ] dogrey 0 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [1176 3121 1206 3130 1145 3149 1115 3139 1176 3121 1206 3130 1236 3139 1176 3158 1145 3149 1206 3130 1236 3139 1267 3149 1206 3167 1176 3158 1236 3139 1267 3149 1297 3158 1236 3176 1206 3167 1267 3149 1297 3158 1328 3167 1267 3185 1236 3176 1297 3158 1328 3167 1358 3175 1297 3194 1267 3185 1328 3167 1358 3175 1389 3183 1328 3203 1297 3194 1358 3175 1389 3183 1419 3191 1358 3211 1328 3203 1389 3183 1419 3191 1449 3198 1389 3219 1358 3211 1419 3191 1449 3198 1480 3205 1419 3227 1389 3219 1449 3198 1480 3205 1510 3211 1449 3234 1419 3227 1480 3205 1510 3211 1541 3217 1480 3241 1449 3234 1510 3211 1541 3217 1571 3223 1510 3248 1480 3241 1541 3217 1571 3223 1601 3229 1541 3254 1510 3248 1571 3223 1601 3229 1632 3234 1571 3260 1541 3254 1601 3229 1632 3234 1662 3239 1601 3267 1571 3260 1632 3234 1662 3239 1693 3244 1632 3272 1601 3267 1662 3239 1693 3244 1723 3249 1662 3278 1632 3272 1693 3244 1723 3249 1753 3254 1693 3284 1662 3278 1723 3249 1753 3254 1784 3259 1723 3289 1693 3284 1753 3254 1784 3259 1814 3264 1753 3295 1723 3289 1784 3259 1814 3264 1845 3269 1784 3300 1753 3295 1814 3264 1845 3269 1875 3274 1814 3306 1784 3300 1845 3269 1875 3274 1905 3279 1845 3312 1814 3306 1875 3274 1905 3279 1936 3284 1875 3317 1845 3312 1905 3279 1936 3284 1966 3289 1905 3323 1875 3317 1936 3284 1966 3289 1997 3295 1936 3329 1905 3323 1966 3289 1997 3295 2027 3300 1966 3334 1936 3329 1997 3295 2027 3300 2057 3306 1997 3340 1966 3334 2027 3300 2057 3306 2088 3311 2027 3346 1997 3340 2057 3306 2088 3311 2118 3317 2057 3352 2027 3346 2088 3311 2118 3317 2149 3323 2088 3358 2057 3352 2118 3317 2149 3323 2179 3329 2118 3364 2088 3358 2149 3323 2179 3329 2209 3335 2149 3370 2118 3364 2179 3329 2209 3335 2240 3341 2179 3376 2149 3370 2209 3335 2240 3341 2270 3347 2209 3382 2179 3376 2240 3341 2270 3347 2301 3354 2240 3389 2209 3382 2270 3347 2301 3354 2331 3360 2270 3395 2240 3389 2301 3354 2331 3360 2361 3367 2301 3401 2270 3395 2331 3360 2361 3367 2392 3373 2331 3408 2301 3401 2361 3367 2392 3373 2422 3380 2361 3415 2331 3408 2392 3373 2422 3380 2453 3387 2392 3421 2361 3415 2422 3380 2453 3387 2483 3394 2422 3428 2392 3421 2453 3387 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [2483 3394 2514 3400 2453 3435 2422 3428 2483 3394 2514 3400 2544 3407 2483 3441 2453 3435 2514 3400 2544 3407 2574 3414 2514 3448 2483 3441 2544 3407 2574 3414 2605 3421 2544 3455 2514 3448 2574 3414 2605 3421 2635 3429 2574 3462 2544 3455 2605 3421 2635 3429 2666 3436 2605 3469 2574 3462 2635 3429 2666 3436 2696 3443 2635 3476 2605 3469 2666 3436 ] dogrey 0 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [1115 3139 1145 3149 1084 3167 1054 3158 1115 3139 1145 3149 1176 3158 1115 3176 1084 3167 1145 3149 1176 3158 1206 3167 1145 3185 1115 3176 1176 3158 1206 3167 1236 3176 1176 3195 1145 3185 1206 3167 1236 3176 1267 3185 1206 3204 1176 3195 1236 3176 1267 3185 1297 3194 1236 3213 1206 3204 1267 3185 1297 3194 1328 3203 1267 3222 1236 3213 1297 3194 1328 3203 1358 3211 1297 3231 1267 3222 1328 3203 1358 3211 1389 3219 1328 3239 1297 3231 1358 3211 1389 3219 1419 3227 1358 3247 1328 3239 1389 3219 1419 3227 1449 3234 1389 3255 1358 3247 1419 3227 1449 3234 1480 3241 1419 3263 1389 3255 1449 3234 1480 3241 1510 3248 1449 3271 1419 3263 1480 3241 1510 3248 1541 3254 1480 3278 1449 3271 1510 3248 1541 3254 1571 3260 1510 3285 1480 3278 1541 3254 1571 3260 1601 3267 1541 3292 1510 3285 1571 3260 1601 3267 1632 3272 1571 3298 1541 3292 1601 3267 1632 3272 1662 3278 1601 3305 1571 3298 1632 3272 1662 3278 1693 3284 1632 3311 1601 3305 1662 3278 1693 3284 1723 3289 1662 3317 1632 3311 1693 3284 1723 3289 1753 3295 1693 3323 1662 3317 1723 3289 1753 3295 1784 3300 1723 3330 1693 3323 1753 3295 1784 3300 1814 3306 1753 3336 1723 3330 1784 3300 1814 3306 1845 3312 1784 3342 1753 3336 1814 3306 1845 3312 1875 3317 1814 3348 1784 3342 1845 3312 1875 3317 1905 3323 1845 3354 1814 3348 1875 3317 1905 3323 1936 3329 1875 3360 1845 3354 1905 3323 1936 3329 1966 3334 1905 3366 1875 3360 1936 3329 1966 3334 1997 3340 1936 3372 1905 3366 1966 3334 1997 3340 2027 3346 1966 3378 1936 3372 1997 3340 2027 3346 2057 3352 1997 3384 1966 3378 2027 3346 2057 3352 2088 3358 2027 3390 1997 3384 2057 3352 2088 3358 2118 3364 2057 3396 2027 3390 2088 3358 2118 3364 2149 3370 2088 3402 2057 3396 2118 3364 2149 3370 2179 3376 2118 3409 2088 3402 2149 3370 2179 3376 2209 3382 2149 3415 2118 3409 2179 3376 2209 3382 2240 3389 2179 3421 2149 3415 2209 3382 2240 3389 2270 3395 2209 3428 2179 3421 2240 3389 2270 3395 2301 3401 2240 3434 2209 3428 2270 3395 2301 3401 2331 3408 2270 3441 2240 3434 2301 3401 2331 3408 2361 3415 2301 3447 2270 3441 2331 3408 2361 3415 2392 3421 2331 3454 2301 3447 2361 3415 2392 3421 2422 3428 2361 3460 2331 3454 2392 3421 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [2422 3428 2453 3435 2392 3467 2361 3460 2422 3428 2453 3435 2483 3441 2422 3473 2392 3467 2453 3435 2483 3441 2514 3448 2453 3480 2422 3473 2483 3441 2514 3448 2544 3455 2483 3487 2453 3480 2514 3448 2544 3455 2574 3462 2514 3494 2483 3487 2544 3455 2574 3462 2605 3469 2544 3501 2514 3494 2574 3462 2605 3469 2635 3476 2574 3507 2544 3501 2605 3469 ] dogrey 0 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [1054 3158 1084 3167 1024 3185 993 3176 1054 3158 1084 3167 1115 3176 1054 3195 1024 3185 1084 3167 1115 3176 1145 3185 1084 3204 1054 3195 1115 3176 1145 3185 1176 3195 1115 3213 1084 3204 1145 3185 1176 3195 1206 3204 1145 3222 1115 3213 1176 3195 1206 3204 1236 3213 1176 3231 1145 3222 1206 3204 1236 3213 1267 3222 1206 3240 1176 3231 1236 3213 1267 3222 1297 3231 1236 3249 1206 3240 1267 3222 1297 3231 1328 3239 1267 3258 1236 3249 1297 3231 1328 3239 1358 3247 1297 3267 1267 3258 1328 3239 1358 3247 1389 3255 1328 3275 1297 3267 1358 3247 1389 3255 1419 3263 1358 3284 1328 3275 1389 3255 1419 3263 1449 3271 1389 3292 1358 3284 1419 3263 1449 3271 1480 3278 1419 3299 1389 3292 1449 3271 1480 3278 1510 3285 1449 3307 1419 3299 1480 3278 1510 3285 1541 3292 1480 3315 1449 3307 1510 3285 1541 3292 1571 3298 1510 3322 1480 3315 1541 3292 1571 3298 1601 3305 1541 3329 1510 3322 1571 3298 1601 3305 1632 3311 1571 3336 1541 3329 1601 3305 1632 3311 1662 3317 1601 3343 1571 3336 1632 3311 1662 3317 1693 3323 1632 3349 1601 3343 1662 3317 1693 3323 1723 3330 1662 3356 1632 3349 1693 3323 1723 3330 1753 3336 1693 3363 1662 3356 1723 3330 1753 3336 1784 3342 1723 3369 1693 3363 1753 3336 1784 3342 1814 3348 1753 3376 1723 3369 1784 3342 1814 3348 1845 3354 1784 3382 1753 3376 1814 3348 1845 3354 1875 3360 1814 3388 1784 3382 1845 3354 1875 3360 1905 3366 1845 3395 1814 3388 1875 3360 1905 3366 1936 3372 1875 3401 1845 3395 1905 3366 1936 3372 1966 3378 1905 3407 1875 3401 1936 3372 1966 3378 1997 3384 1936 3414 1905 3407 1966 3378 1997 3384 2027 3390 1966 3420 1936 3414 1997 3384 2027 3390 2057 3396 1997 3426 1966 3420 2027 3390 2057 3396 2088 3402 2027 3433 1997 3426 2057 3396 2088 3402 2118 3409 2057 3439 2027 3433 2088 3402 2118 3409 2149 3415 2088 3445 2057 3439 2118 3409 2149 3415 2179 3421 2118 3452 2088 3445 2149 3415 2179 3421 2209 3428 2149 3458 2118 3452 2179 3421 2209 3428 2240 3434 2179 3464 2149 3458 2209 3428 2240 3434 2270 3441 2209 3471 2179 3464 2240 3434 2270 3441 2301 3447 2240 3477 2209 3471 2270 3441 2301 3447 2331 3454 2270 3484 2240 3477 2301 3447 2331 3454 2361 3460 2301 3490 2270 3484 2331 3454 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [2361 3460 2392 3467 2331 3497 2301 3490 2361 3460 2392 3467 2422 3473 2361 3504 2331 3497 2392 3467 2422 3473 2453 3480 2392 3510 2361 3504 2422 3473 2453 3480 2483 3487 2422 3517 2392 3510 2453 3480 2483 3487 2514 3494 2453 3524 2422 3517 2483 3487 2514 3494 2544 3501 2483 3530 2453 3524 2514 3494 2544 3501 2574 3507 2514 3537 2483 3530 2544 3501 ] dogrey 0 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [993 3176 1024 3185 963 3204 932 3195 993 3176 1024 3185 1054 3195 993 3213 963 3204 1024 3185 1054 3195 1084 3204 1024 3222 993 3213 1054 3195 1084 3204 1115 3213 1054 3231 1024 3222 1084 3204 1115 3213 1145 3222 1084 3241 1054 3231 1115 3213 1145 3222 1176 3231 1115 3250 1084 3241 1145 3222 1176 3231 1206 3240 1145 3259 1115 3250 1176 3231 1206 3240 1236 3249 1176 3268 1145 3259 1206 3240 1236 3249 1267 3258 1206 3277 1176 3268 1236 3249 1267 3258 1297 3267 1236 3286 1206 3277 1267 3258 1297 3267 1328 3275 1267 3295 1236 3286 1297 3267 1328 3275 1358 3284 1297 3303 1267 3295 1328 3275 1358 3284 1389 3292 1328 3312 1297 3303 1358 3284 1389 3292 1419 3299 1358 3320 1328 3312 1389 3292 1419 3299 1449 3307 1389 3328 1358 3320 1419 3299 1449 3307 1480 3315 1419 3336 1389 3328 1449 3307 1480 3315 1510 3322 1449 3344 1419 3336 1480 3315 1510 3322 1541 3329 1480 3352 1449 3344 1510 3322 1541 3329 1571 3336 1510 3359 1480 3352 1541 3329 1571 3336 1601 3343 1541 3366 1510 3359 1571 3336 1601 3343 1632 3349 1571 3374 1541 3366 1601 3343 1632 3349 1662 3356 1601 3381 1571 3374 1632 3349 1662 3356 1693 3363 1632 3388 1601 3381 1662 3356 1693 3363 1723 3369 1662 3394 1632 3388 1693 3363 1723 3369 1753 3376 1693 3401 1662 3394 1723 3369 1753 3376 1784 3382 1723 3408 1693 3401 1753 3376 1784 3382 1814 3388 1753 3415 1723 3408 1784 3382 1814 3388 1845 3395 1784 3421 1753 3415 1814 3388 1845 3395 1875 3401 1814 3428 1784 3421 1845 3395 1875 3401 1905 3407 1845 3434 1814 3428 1875 3401 1905 3407 1936 3414 1875 3441 1845 3434 1905 3407 1936 3414 1966 3420 1905 3447 1875 3441 1936 3414 1966 3420 1997 3426 1936 3454 1905 3447 1966 3420 1997 3426 2027 3433 1966 3460 1936 3454 1997 3426 2027 3433 2057 3439 1997 3467 1966 3460 2027 3433 2057 3439 2088 3445 2027 3473 1997 3467 2057 3439 2088 3445 2118 3452 2057 3480 2027 3473 2088 3445 2118 3452 2149 3458 2088 3486 2057 3480 2118 3452 2149 3458 2179 3464 2118 3493 2088 3486 2149 3458 2179 3464 2209 3471 2149 3499 2118 3493 2179 3464 2209 3471 2240 3477 2179 3505 2149 3499 2209 3471 2240 3477 2270 3484 2209 3512 2179 3505 2240 3477 2270 3484 2301 3490 2240 3518 2209 3512 2270 3484 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [2301 3490 2331 3497 2270 3525 2240 3518 2301 3490 2331 3497 2361 3504 2301 3532 2270 3525 2331 3497 2361 3504 2392 3510 2331 3538 2301 3532 2361 3504 2392 3510 2422 3517 2361 3545 2331 3538 2392 3510 2422 3517 2453 3524 2392 3551 2361 3545 2422 3517 2453 3524 2483 3530 2422 3558 2392 3551 2453 3524 2483 3530 2514 3537 2453 3565 2422 3558 2483 3530 ] dogrey 0 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [932 3195 963 3204 902 3222 872 3213 932 3195 963 3204 993 3213 932 3231 902 3222 963 3204 993 3213 1024 3222 963 3241 932 3231 993 3213 1024 3222 1054 3231 993 3250 963 3241 1024 3222 1054 3231 1084 3241 1024 3259 993 3250 1054 3231 1084 3241 1115 3250 1054 3268 1024 3259 1084 3241 1115 3250 1145 3259 1084 3277 1054 3268 1115 3250 1145 3259 1176 3268 1115 3287 1084 3277 1145 3259 1176 3268 1206 3277 1145 3296 1115 3287 1176 3268 1206 3277 1236 3286 1176 3305 1145 3296 1206 3277 1236 3286 1267 3295 1206 3314 1176 3305 1236 3286 1267 3295 1297 3303 1236 3322 1206 3314 1267 3295 1297 3303 1328 3312 1267 3331 1236 3322 1297 3303 1328 3312 1358 3320 1297 3340 1267 3331 1328 3312 1358 3320 1389 3328 1328 3348 1297 3340 1358 3320 1389 3328 1419 3336 1358 3357 1328 3348 1389 3328 1419 3336 1449 3344 1389 3365 1358 3357 1419 3336 1449 3344 1480 3352 1419 3373 1389 3365 1449 3344 1480 3352 1510 3359 1449 3381 1419 3373 1480 3352 1510 3359 1541 3366 1480 3388 1449 3381 1510 3359 1541 3366 1571 3374 1510 3396 1480 3388 1541 3366 1571 3374 1601 3381 1541 3403 1510 3396 1571 3374 1601 3381 1632 3388 1571 3411 1541 3403 1601 3381 1632 3388 1662 3394 1601 3418 1571 3411 1632 3388 1662 3394 1693 3401 1632 3425 1601 3418 1662 3394 1693 3401 1723 3408 1662 3432 1632 3425 1693 3401 1723 3408 1753 3415 1693 3439 1662 3432 1723 3408 1753 3415 1784 3421 1723 3446 1693 3439 1753 3415 1784 3421 1814 3428 1753 3453 1723 3446 1784 3421 1814 3428 1845 3434 1784 3459 1753 3453 1814 3428 1845 3434 1875 3441 1814 3466 1784 3459 1845 3434 1875 3441 1905 3447 1845 3473 1814 3466 1875 3441 1905 3447 1936 3454 1875 3479 1845 3473 1905 3447 1936 3454 1966 3460 1905 3486 1875 3479 1936 3454 1966 3460 1997 3467 1936 3492 1905 3486 1966 3460 1997 3467 2027 3473 1966 3499 1936 3492 1997 3467 2027 3473 2057 3480 1997 3505 1966 3499 2027 3473 2057 3480 2088 3486 2027 3512 1997 3505 2057 3480 2088 3486 2118 3493 2057 3518 2027 3512 2088 3486 2118 3493 2149 3499 2088 3525 2057 3518 2118 3493 2149 3499 2179 3505 2118 3531 2088 3525 2149 3499 2179 3505 2209 3512 2149 3538 2118 3531 2179 3505 2209 3512 2240 3518 2179 3544 2149 3538 2209 3512 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [2240 3518 2270 3525 2209 3551 2179 3544 2240 3518 2270 3525 2301 3532 2240 3557 2209 3551 2270 3525 2301 3532 2331 3538 2270 3564 2240 3557 2301 3532 2331 3538 2361 3545 2301 3571 2270 3564 2331 3538 2361 3545 2392 3551 2331 3577 2301 3571 2361 3545 2392 3551 2422 3558 2361 3584 2331 3577 2392 3551 2422 3558 2453 3565 2392 3590 2361 3584 2422 3558 ] dogrey 0 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [872 3213 902 3222 841 3241 811 3231 872 3213 902 3222 932 3231 872 3250 841 3241 902 3222 932 3231 963 3241 902 3259 872 3250 932 3231 963 3241 993 3250 932 3268 902 3259 963 3241 993 3250 1024 3259 963 3277 932 3268 993 3250 1024 3259 1054 3268 993 3287 963 3277 1024 3259 1054 3268 1084 3277 1024 3296 993 3287 1054 3268 1084 3277 1115 3287 1054 3305 1024 3296 1084 3277 1115 3287 1145 3296 1084 3314 1054 3305 1115 3287 1145 3296 1176 3305 1115 3323 1084 3314 1145 3296 1176 3305 1206 3314 1145 3332 1115 3323 1176 3305 1206 3314 1236 3322 1176 3341 1145 3332 1206 3314 1236 3322 1267 3331 1206 3350 1176 3341 1236 3322 1267 3331 1297 3340 1236 3359 1206 3350 1267 3331 1297 3340 1328 3348 1267 3368 1236 3359 1297 3340 1328 3348 1358 3357 1297 3376 1267 3368 1328 3348 1358 3357 1389 3365 1328 3385 1297 3376 1358 3357 1389 3365 1419 3373 1358 3393 1328 3385 1389 3365 1419 3373 1449 3381 1389 3401 1358 3393 1419 3373 1449 3381 1480 3388 1419 3409 1389 3401 1449 3381 1480 3388 1510 3396 1449 3417 1419 3409 1480 3388 1510 3396 1541 3403 1480 3425 1449 3417 1510 3396 1541 3403 1571 3411 1510 3432 1480 3425 1541 3403 1571 3411 1601 3418 1541 3440 1510 3432 1571 3411 1601 3418 1632 3425 1571 3447 1541 3440 1601 3418 1632 3425 1662 3432 1601 3454 1571 3447 1632 3425 1662 3432 1693 3439 1632 3461 1601 3454 1662 3432 1693 3439 1723 3446 1662 3469 1632 3461 1693 3439 1723 3446 1753 3453 1693 3476 1662 3469 1723 3446 1753 3453 1784 3459 1723 3482 1693 3476 1753 3453 1784 3459 1814 3466 1753 3489 1723 3482 1784 3459 1814 3466 1845 3473 1784 3496 1753 3489 1814 3466 1845 3473 1875 3479 1814 3503 1784 3496 1845 3473 1875 3479 1905 3486 1845 3509 1814 3503 1875 3479 1905 3486 1936 3492 1875 3516 1845 3509 1905 3486 1936 3492 1966 3499 1905 3523 1875 3516 1936 3492 1966 3499 1997 3505 1936 3529 1905 3523 1966 3499 1997 3505 2027 3512 1966 3536 1936 3529 1997 3505 2027 3512 2057 3518 1997 3542 1966 3536 2027 3512 2057 3518 2088 3525 2027 3549 1997 3542 2057 3518 2088 3525 2118 3531 2057 3555 2027 3549 2088 3525 2118 3531 2149 3538 2088 3562 2057 3555 2118 3531 2149 3538 2179 3544 2118 3568 2088 3562 2149 3538 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [2179 3544 2209 3551 2149 3575 2118 3568 2179 3544 2209 3551 2240 3557 2179 3581 2149 3575 2209 3551 2240 3557 2270 3564 2209 3588 2179 3581 2240 3557 2270 3564 2301 3571 2240 3594 2209 3588 2270 3564 2301 3571 2331 3577 2270 3601 2240 3594 2301 3571 2331 3577 2361 3584 2301 3607 2270 3601 2331 3577 2361 3584 2392 3590 2331 3614 2301 3607 2361 3584 ] dogrey 0 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [811 3231 841 3241 780 3259 750 3250 811 3231 841 3241 872 3250 811 3268 780 3259 841 3241 872 3250 902 3259 841 3277 811 3268 872 3250 902 3259 932 3268 872 3287 841 3277 902 3259 932 3268 963 3277 902 3296 872 3287 932 3268 963 3277 993 3287 932 3305 902 3296 963 3277 993 3287 1024 3296 963 3314 932 3305 993 3287 1024 3296 1054 3305 993 3323 963 3314 1024 3296 1054 3305 1084 3314 1024 3333 993 3323 1054 3305 1084 3314 1115 3323 1054 3342 1024 3333 1084 3314 1115 3323 1145 3332 1084 3351 1054 3342 1115 3323 1145 3332 1176 3341 1115 3360 1084 3351 1145 3332 1176 3341 1206 3350 1145 3369 1115 3360 1176 3341 1206 3350 1236 3359 1176 3378 1145 3369 1206 3350 1236 3359 1267 3368 1206 3387 1176 3378 1236 3359 1267 3368 1297 3376 1236 3395 1206 3387 1267 3368 1297 3376 1328 3385 1267 3404 1236 3395 1297 3376 1328 3385 1358 3393 1297 3412 1267 3404 1328 3385 1358 3393 1389 3401 1328 3421 1297 3412 1358 3393 1389 3401 1419 3409 1358 3429 1328 3421 1389 3401 1419 3409 1449 3417 1389 3437 1358 3429 1419 3409 1449 3417 1480 3425 1419 3445 1389 3437 1449 3417 1480 3425 1510 3432 1449 3452 1419 3445 1480 3425 1510 3432 1541 3440 1480 3460 1449 3452 1510 3432 1541 3440 1571 3447 1510 3468 1480 3460 1541 3440 1571 3447 1601 3454 1541 3475 1510 3468 1571 3447 1601 3454 1632 3461 1571 3482 1541 3475 1601 3454 1632 3461 1662 3469 1601 3489 1571 3482 1632 3461 1662 3469 1693 3476 1632 3497 1601 3489 1662 3469 1693 3476 1723 3482 1662 3504 1632 3497 1693 3476 1723 3482 1753 3489 1693 3510 1662 3504 1723 3482 1753 3489 1784 3496 1723 3517 1693 3510 1753 3489 1784 3496 1814 3503 1753 3524 1723 3517 1784 3496 1814 3503 1845 3509 1784 3531 1753 3524 1814 3503 1845 3509 1875 3516 1814 3537 1784 3531 1845 3509 1875 3516 1905 3523 1845 3544 1814 3537 1875 3516 1905 3523 1936 3529 1875 3551 1845 3544 1905 3523 1936 3529 1966 3536 1905 3557 1875 3551 1936 3529 1966 3536 1997 3542 1936 3564 1905 3557 1966 3536 1997 3542 2027 3549 1966 3570 1936 3564 1997 3542 2027 3549 2057 3555 1997 3577 1966 3570 2027 3549 2057 3555 2088 3562 2027 3583 1997 3577 2057 3555 2088 3562 2118 3568 2057 3590 2027 3583 2088 3562 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [2118 3568 2149 3575 2088 3596 2057 3590 2118 3568 2149 3575 2179 3581 2118 3603 2088 3596 2149 3575 2179 3581 2209 3588 2149 3609 2118 3603 2179 3581 2209 3588 2240 3594 2179 3616 2149 3609 2209 3588 2240 3594 2270 3601 2209 3622 2179 3616 2240 3594 2270 3601 2301 3607 2240 3629 2209 3622 2270 3601 2301 3607 2331 3614 2270 3636 2240 3629 2301 3607 ] dogrey 0 Setcolor /absolu true def [] 0 setdash (drawsegs) 12 [ 32] [2270 1892 5250 990 2270 1892 750 1432 2270 1892 2270 3710 ] dogrey [] 0 setdash showpage end saved restore xmds-doc-0~svn.1884/latex/figures/advectionScilabPlot.eps0000644000175000017500000044517210034227241022762 0ustar rafaelrafael%!PS-Adobe-2.0 EPSF-2.0 %%BoundingBox: 0 200 600 624 %% %%Scilab Postscript File (1995-1997 J.Ph Chancelier) %%EndComments /saved save def /$pictdict 100 dict def $pictdict begin /dogrey { /Arraybox exch def /Arraygrey exch def /nargs exch def /func exch cvx def Arraybox 0 nargs getinterval Arraygrey 0 get func 1 1 Arraygrey length 1 sub {/i exch def Arraybox i nargs mul nargs getinterval Arraygrey i get func }for } def %-------------------------------------------- % [x y width height] nivgris drawbox % si niv gris > 1.0 alors on fait un stroke % sans closepath %-------------------------------------------- /drawpoly {/glev exch def /Ar exch def newpath Ar 0 get Ar 1 get moveto 2 2 Ar length 1 sub {/i exch def Ar i get Ar i 1 add get absolu {lineto} {rlineto} ifelse }for glev -1 le { % filling the polygon with current pattern ( gray or color) closepath gsave glev neg 1 sub WhiteLev 2 add lmin 0 lmax Setgray eofill grestore } { glev 1 ge { % drawing the polygon with current dash style or color % XXXXX : a voir c'est pas clair il faudrait sauver % and filling it with other color (glev) closepath gsave glev 1 sub WhiteLev 2 add lmin 0 lmax xsetgray eofill grestore stroke } {% drawing the polygon with current style closeflag {closepath} if stroke} ifelse } ifelse } def /drawbox {/glev exch def /Ar exch def /x Ar 0 get def /y Ar 1 get def /w Ar 2 get def /h Ar 3 get def newpath x y moveto x w add y lineto x w add y h add lineto x y h add lineto glev 1 ge { % filling closepath gsave glev 1 sub WhiteLev 2 add lmin 0 lmax Setgray eofill grestore} { % drawing glev -1 le { closepath gsave glev neg 1 sub WhiteLev 2 add lmin 0 lmax xsetgray stroke grestore } { closepath stroke} ifelse } ifelse } def %-------------------------------------------- % [x y width height] clearzone %-------------------------------------------- /clearzone {/Ar exch def /x Ar 0 get def /y Ar 1 get def /w Ar 2 get def /h Ar 3 get def newpath x y moveto x w add y lineto x w add y h add lineto x y h add lineto closepath gsave background Setcolor eofill grestore } def %------------------------------------------------------ % polyline stroke or polygon fill or both %------------------------------------------------------ /absolu true def /closeflag false def /lmin { /y exch def /x exch def x y le { x } { y } ifelse } def /lmax { /y exch def /x exch def x y le { y } { x } ifelse } def /drawpoly {/glev exch def /Ar exch def newpath Ar 0 get Ar 1 get moveto 2 2 Ar length 1 sub {/i exch def Ar i get Ar i 1 add get absolu {lineto} {rlineto} ifelse }for glev -1 le { % filling the polygon with current pattern ( gray or color) closepath gsave glev neg 1 sub WhiteLev 2 add lmin 0 lmax Setgray eofill grestore } { glev 1 ge { % drawing the polygon with current dash style or color % XXXXX : a voir c'est pas clair il faudrait sauver % and filling it with other color (glev) closepath gsave glev 1 sub WhiteLev 2 add lmin 0 lmax Setgray eofill grestore stroke } {% drawing the polygon with current style closeflag {closepath} if stroke} ifelse } ifelse } def %------------------------------------------------------ % segments non connectes %------------------------------------------------------ /drawsegs {/glev exch def /Ar exch def % when b&w is used drawsegs uses dash not gray levels newpath Ar 0 get Ar 1 get moveto Ar 2 get Ar 3 get lineto gsave glev xsetgray stroke grestore 4 4 Ar length 3 sub {/i exch def newpath Ar i get Ar i 1 add get moveto Ar i 2 add get Ar i 3 add get lineto gsave glev xsetgray stroke grestore }for } def %------------------------------------------------------ % unconected arrows %----------------------------------------------------- /drawarrows {/arsize10 exch def /Ar exch def Ar 0 get Ar 1 get Ar 2 get Ar 3 get arsize10 drawarrow 4 4 Ar length 3 sub {/i exch def Ar i get Ar i 1 add get Ar i 2 add get Ar i 3 add get arsize10 drawarrow }for } def /cos20 20 cos def /sin20 20 sin def /drawarrow { /arsize exch 10 div def /tipy exch def /tipx exch def /taily exch def /tailx exch def /dx tipx tailx sub def /dy tipy taily sub def newpath tipx tipy moveto tailx taily lineto stroke /norme dx dx mul dy dy mul add sqrt def norme 1.e-8 ge { arsize dx mul norme div /dx1 exch def arsize dy mul norme div /dy1 exch def /depx tipx cos20 dx1 mul add def /depy tipy cos20 dy1 mul add def newpath depx depy moveto cos20 neg dx1 mul sin20 dy1 mul sub depx add sin20 dx1 mul cos20 dy1 mul sub depy add lineto cos20 neg dx1 mul sin20 dy1 mul add depx add sin20 neg dx1 mul cos20 dy1 mul sub depy add lineto closepath fill } {} ifelse } def %------------------------------------------------------ % cercle ou portions de cercle % attention argument (x y w h angl1*64 angl2*64 ) % devrait tracer une ellipse a modifier donc %------------------------------------------------------ /fillarc {/glev exch def /Ar exch def /cx Ar 0 get Ar 2 get 2 div add def /cy Ar 1 get Ar 3 get 2 div add def Ar 2 get 0 eq {} { /hom Ar 3 get Ar 2 get div def /Cmsave1 matrix def Cmsave1 currentmatrix pop %-- on change de transformation pour faire homothetie en (x,y) cx cy [1 0 0 hom 0 0 ] transform /t1 exch neg cy add def /t2 exch neg cx add def [1 0 0 hom t2 t1 ] concat glev WhiteLev le { % filling newpath cx cy moveto cx cy Ar 2 get 2 div Ar 5 get Ar 4 get add 64 div neg Ar 4 get 64 div neg arc closepath gsave glev Setgray eofill grestore} { %drawing with current dash or color unclosed path newpath cx cy Ar 2 get 2 div Ar 5 get Ar 4 get add 64 div neg Ar 4 get 64 div neg arc stroke} ifelse Cmsave1 setmatrix } ifelse } def /drawarc {/glev exch def /Ar exch def /cx Ar 0 get Ar 2 get 2 div add def /cy Ar 1 get Ar 3 get 2 div add def Ar 2 get 0 eq {} { /hom Ar 3 get Ar 2 get div def /Cmsave1 matrix def Cmsave1 currentmatrix pop %-- on change de transformation pour faire homothetie en (x,y) cx cy [1 0 0 hom 0 0 ] transform /t1 exch neg cy add def /t2 exch neg cx add def [1 0 0 hom t2 t1 ] concat newpath cx cy Ar 2 get 2 div Ar 5 get Ar 4 get add 64 div neg Ar 4 get 64 div neg arc closepath glev xsetgray stroke Cmsave1 setmatrix } ifelse } def %------------------------------------------------------ % centred hard mark %------------------------------------------------------ % x y str ShowCString % on fait un show mais string est centre autour du point (x,y) /ShowCString { /str exch def /y exch def /x exch def newpath x y moveto str true charpath flattenpath pathbbox /y2 exch def /x2 exch def /y1 exch def /x1 exch def x 2 mul x2 x1 add 2 div sub y 2 mul y2 y1 add 2 div sub moveto str show } def /drawpolymark {/glev exch def /Ar exch def Ar 0 get Ar 1 get HardMark ShowCString 2 2 Ar length 1 sub {/i exch def Ar i get Ar i 1 add get HardMark ShowCString }for } def %--------------------------------------------------- % chaines de caracteres %--------------------------------------------------- /FBox {/Ar exch def /rot exch def /str exch def /y exch def /x exch def newpath Ar 0 get Ar 1 get moveto /sina rot sin def /cosa rot cos def /-sina sina neg def [cosa -sina sina cosa 0 0 ] CtmModif Ar 2 get 0 rlineto 0 Ar 3 get neg rlineto Ar 2 get neg 0 rlineto 0 Ar 3 get rlineto stroke CtmRestore x y str rot ShowRotate } def % x y str ang Showrotate % inverse du sens trigo /ShowRotate { /ang exch def /str exch def /y exch def /x exch def x y moveto /sina ang sin def /cosa ang cos def /-sina 0 sina sub def [cosa -sina sina cosa 0 0 ] CtmModif str show CtmRestore } def /HardMark (0) def %(Chaine de caracteres) x y flag angle [arfbox] Show /Show { /Ar exch def /rot exch def /flag exch def /y exch def /x exch def /str exch def flag 1 eq {x y str rot Ar FBox} {x y str rot ShowRotate } ifelse} def /L {/y2 exch def /x2 exch def /y1 exch def /x1 exch def newpath x1 y1 moveto x2 y2 lineto stroke } def %--------------------------------------------------------- % drawing an axis % angle [nsep1,nsep2] ,[siz1,siz2,coeff] [x0,y0] drawaxis", %--------------------------------------------------------- /drawaxis {/XX exch def /Arsize exch def /Arsep exch def /ang exch def /Cmsave1 matrix def Cmsave1 currentmatrix pop /sina ang sin def /cosa ang cos def /-sina sina neg def /x XX 0 get def /y XX 1 get def %-- on change de transformation pour tourner autour de (x,y) x y [cosa sina -sina cosa 0 0 ] transform /t1 exch neg y add def /t2 exch neg x add def [cosa sina -sina cosa t2 t1 ] concat newpath x y moveto 0 Arsize 1 get Arsize 2 get mul rlineto stroke 0 1 Arsep 1 get 1 sub { % i don't want the value of the for indice pop newpath x y moveto 0 1 Arsep 0 get 1 sub { % i don't want the value of the for indice pop Arsize 0 get 0 rlineto 0 Arsize 1 get rlineto 0 Arsize 1 get neg rlineto } for currentpoint /y exch def /x exch def stroke newpath x y moveto 0 Arsize 1 get Arsize 2 get mul rlineto stroke } for Cmsave1 setmatrix } def %--------------------------------------------------------- % change and restore CTM %--------------------------------------------------------- /CtmModif { /arg exch def /Cmsave matrix def Cmsave currentmatrix pop [1 0 0 -1 0 0 ] concat arg concat } def /CtmRestore { Cmsave setmatrix } def /Thickness { /th exch def th 0 le {/th 0.1 def} if th setlinewidth} def /WhiteLev 15 def /Setgray { WhiteLev div setgray} def /fillsolid { 0 setgray } def %-------------------------------------- % clip zones ( rectangle ) %------------------------------------- /setclipzone {initclip /h exch def /w exch def /y exch def /x exch def newpath x y moveto w 0 rlineto 0 h rlineto w neg 0 rlineto 0 h neg rlineto closepath clip} def %------------------ % to change the position of a picture %------------------ /cm{28.346457 mul}def /DesPosi { /YH exch def /XW exch def /YP exch def /XP exch def XP cm YP cm neg translate XW cm 6000 div YH cm 4240 div scale } def 0 setlinecap 2 setlinejoin 1 setlinewidth %-- Color database /ColorR [0.000000 0.000000 0.000000 0.529412 0.498039 0.133333 0.000000 0.878431 0.000000 1.000000 1.000000 1.000000 0.933333 1.000000 1.000000 0.960784 1.000000 ] def /ColorG [0.000000 0.000000 0.000000 0.807843 1.000000 0.545098 1.000000 1.000000 1.000000 0.647059 0.000000 0.000000 0.509804 1.000000 0.843137 0.960784 1.000000 ] def /ColorB [0.000000 0.501961 1.000000 0.921569 0.831373 0.133333 0.000000 1.000000 1.000000 0.000000 0.000000 1.000000 0.933333 0.000000 0.000000 0.862745 1.000000 ] def /Setcolor {/i exch def ColorR i get ColorG i get ColorB i get setrgbcolor } def % to multiply all the fontsizes by a factor scf /scf 1.0 def % set dash styles : max number is hardcoded to 6 % /DashTab [[] [20 50 20 50] [50 20 50 20] [50 30 20 30] [80 30 20 30] [110 30 20 30] [110 30 50 30]] def /DashTab [[] [50 20 50 20] [50 30 20 30] [80 30 20 30] [110 30 20 30] [110 30 50 30]] def /Setdash {/i exch 0 lmax 5 lmin def i DashTab i get 0 setdash } def % style for drawing: color gray or dash /xsetgray { usecolor 0 le {Setdash} {Setgray} ifelse } def % default value for colormode /usecolor 1 def % changing fonts encoding /Courier findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin1Encoding def currentdict end /Courier exch definefont pop /Times-Roman findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin1Encoding def currentdict end /Times-Roman exch definefont pop /Times-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin1Encoding def currentdict end /Times-Bold exch definefont pop /Times-BoldItalic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin1Encoding def currentdict end /Times-BoldItalic exch definefont pop %------ End Main Program ------% % XP YP XW YW DesPosi in the following code % will output the picture in the rectangle defined by % upper left point (XP,YP) wide :XW Height: YW % the coordinates are given in centimeter and % are the (0,0) point is the down-left point of the paper /ColorR [0.000000 0.000000 0.000000 0.000000 1.000000 1.000000 1.000000 1.000000 0.000000 0.000000 0.000000 0.529412 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.564706 0.690196 0.815686 0.564706 0.690196 0.815686 0.501961 0.627451 0.752941 1.000000 1.000000 1.000000 1.000000 1.000000 0.0 1.0] def /ColorG [0.000000 0.000000 1.000000 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.807843 0.564706 0.690196 0.815686 0.564706 0.690196 0.815686 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.188235 0.250980 0.376471 0.501961 0.627451 0.752941 0.878431 0.843137 0.0 1.0] def /ColorB [0.000000 1.000000 0.000000 1.000000 0.000000 1.000000 0.000000 1.000000 0.564706 0.690196 0.815686 1.000000 0.000000 0.000000 0.000000 0.564706 0.690196 0.815686 0.000000 0.000000 0.000000 0.564706 0.690196 0.815686 0.000000 0.000000 0.000000 0.501961 0.627451 0.752941 0.878431 0.000000 0.0 1.0] def % Dessin en bas a gauche de taille 3000,2120 [0.5 5 div 0 0 0.5 5 div neg 0 3120 5 div] concat % Init driver /PaintBackground {WhiteLev 2 add background eq {}{ (drawbox) 4 [background 1 add] [0 0 6000 4240] dogrey}ifelse } def 5 Thickness % 3 setalufunction -1 -1 200000 200000 setclipzone [] 0 setdash /Times-Roman findfont 100 scf mul scalefont setfont fillsolid [] 0 setdash 0 Setcolor /background 33 def PaintBackground %--use color 1 fillsolid [] 0 setdash 0 Setcolor /WhiteLev 31 def /Setgray {/i exch def ColorR i get ColorG i get ColorB i get setrgbcolor } def /Setcolor {/i exch def ColorR i get ColorG i get ColorB i get setrgbcolor } def /usecolor 1 def %--end use color 1 % End init driver /WhiteLev 31 def %--use color 1 %--end use color 1 /Times-Roman findfont 100 scf mul scalefont setfont 5 Thickness -1 -1 200000 200000 setclipzone 32 Setcolor [] 0 setdash [] 0 setdash 32 Setcolor /closeflag false def (drawpoly) 14 [ 0] [5250 1421 2977 530 750 1403 750 2819 3023 3710 5250 2837 5250 1421 ] dogrey 32 Setcolor /absolu true def [] 0 setdash 32 Setcolor 32 Setcolor (drawsegs) 4 [ 32] [750 1403 665 1403 ] dogrey (drawsegs) 4 [ 32] [750 1545 665 1545 ] dogrey (drawsegs) 4 [ 32] [750 1686 665 1686 ] dogrey (drawsegs) 4 [ 32] [750 1828 665 1828 ] dogrey (drawsegs) 4 [ 32] [750 1969 665 1969 ] dogrey (drawsegs) 4 [ 32] [750 2111 665 2111 ] dogrey (drawsegs) 4 [ 32] [750 2253 665 2253 ] dogrey (drawsegs) 4 [ 32] [750 2394 665 2394 ] dogrey (drawsegs) 4 [ 32] [750 2536 665 2536 ] dogrey (drawsegs) 4 [ 32] [750 2677 665 2677 ] dogrey (drawsegs) 4 [ 32] [750 2819 665 2819 ] dogrey (1.00) 317 1463 0 0.00 [317 1373 229 120] Show (0.20) 317 2171 0 0.00 [317 2081 229 120] Show (-0.61) 259 2819 0 0.00 [259 2729 287 120] Show (Z) 489 1199 0 0.00 [489 1109 57 120] Show (drawsegs) 4 [ 32] [750 2819 671 2850 ] dogrey (drawsegs) 4 [ 32] [977 2908 898 2939 ] dogrey (drawsegs) 4 [ 32] [1205 2997 1126 3028 ] dogrey (drawsegs) 4 [ 32] [1432 3086 1353 3117 ] dogrey (drawsegs) 4 [ 32] [1659 3175 1580 3206 ] dogrey (drawsegs) 4 [ 32] [1887 3265 1808 3296 ] dogrey (drawsegs) 4 [ 32] [2114 3354 2035 3385 ] dogrey (drawsegs) 4 [ 32] [2341 3443 2262 3474 ] dogrey (drawsegs) 4 [ 32] [2568 3532 2489 3563 ] dogrey (drawsegs) 4 [ 32] [2796 3621 2717 3652 ] dogrey (drawsegs) 4 [ 32] [3023 3710 2944 3741 ] dogrey (0.0) 388 2953 0 0.00 [388 2863 172 120] Show (0.5) 1525 3399 0 0.00 [1525 3309 172 120] Show (1.0) 2661 3844 0 0.00 [2661 3754 172 120] Show (Y) 1626 3617 0 0.00 [1626 3527 57 120] Show (drawsegs) 4 [ 32] [3023 3710 3102 3741 ] dogrey (drawsegs) 4 [ 32] [3246 3623 3325 3654 ] dogrey (drawsegs) 4 [ 32] [3468 3535 3547 3566 ] dogrey (drawsegs) 4 [ 32] [3691 3448 3770 3479 ] dogrey (drawsegs) 4 [ 32] [3914 3361 3993 3392 ] dogrey (drawsegs) 4 [ 32] [4137 3274 4216 3305 ] dogrey (drawsegs) 4 [ 32] [4359 3186 4438 3217 ] dogrey (drawsegs) 4 [ 32] [4582 3099 4661 3130 ] dogrey (drawsegs) 4 [ 32] [4805 3012 4884 3043 ] dogrey (drawsegs) 4 [ 32] [5027 2924 5106 2955 ] dogrey (drawsegs) 4 [ 32] [5250 2837 5329 2868 ] dogrey (0.48) 3213 3844 0 0.00 [3213 3754 229 120] Show (-0.01) 4326 3408 0 0.00 [4326 3318 287 120] Show (-0.50) 5440 2971 0 0.00 [5440 2881 287 120] Show (X) 4340 3623 0 0.00 [4340 3533 57 120] Show 32 Setcolor [] 0 setdash [] 0 setdash (drawsegs) 12 [ 3] [2977 1947 750 2819 2977 1947 5250 2837 2977 1947 2977 530 ] dogrey [] 0 setdash (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [2977 1412 3023 1430 2977 1447 2932 1430 2977 1412 3023 1430 3068 1447 3023 1465 2977 1447 3023 1430 3068 1447 3114 1465 3068 1483 3023 1465 3068 1447 3114 1465 3159 1483 3114 1501 3068 1483 3114 1465 3159 1483 3205 1501 3159 1519 3114 1501 3159 1483 3205 1501 3250 1518 3205 1536 3159 1519 3205 1501 3250 1518 3295 1536 3250 1554 3205 1536 3250 1518 3295 1536 3341 1555 3295 1572 3250 1554 3295 1536 3341 1555 3386 1576 3341 1591 3295 1572 3341 1555 3386 1576 3432 1600 3386 1612 3341 1591 3386 1576 3432 1600 3477 1622 3432 1635 3386 1612 3432 1600 3477 1622 3523 1635 3477 1658 3432 1635 3477 1622 3523 1635 3568 1628 3523 1670 3477 1658 3523 1635 3568 1628 3614 1598 3568 1664 3523 1670 3568 1628 3614 1598 3659 1560 3614 1633 3568 1664 3614 1598 3659 1560 3705 1556 3659 1595 3614 1633 3659 1560 3705 1556 3750 1639 3705 1591 3659 1595 3705 1556 3750 1639 3795 1835 3750 1674 3705 1591 3750 1639 3795 1835 3841 2098 3795 1870 3750 1674 3795 1835 3841 2098 3886 2303 3841 2133 3795 1870 3841 2098 3886 2303 3932 2304 3886 2339 3841 2133 3886 2303 3932 2304 3977 2031 3932 2340 3886 2339 3932 2304 3977 2031 4023 1570 3977 2067 3932 2340 3977 2031 4023 1570 4068 1140 4023 1606 3977 2067 4023 1570 4068 1140 4114 975 4068 1176 4023 1606 4068 1140 4114 975 4159 1176 4114 1011 4068 1176 4114 975 4159 1176 4205 1641 4159 1211 4114 1011 4159 1176 4205 1641 4250 2138 4205 1677 4159 1211 4205 1641 4250 2138 4295 2446 4250 2174 4205 1677 4250 2138 4295 2446 4341 2481 4295 2482 4250 2174 4295 2446 4341 2481 4386 2311 4341 2517 4295 2482 4341 2481 4386 2311 4432 2084 4386 2347 4341 2517 4386 2311 4432 2084 4477 1924 4432 2120 4386 2347 4432 2084 4477 1924 4523 1876 4477 1959 4432 2120 4477 1924 4523 1876 4568 1916 4523 1912 4477 1959 4523 1876 4568 1916 4614 1990 4568 1952 4523 1912 4568 1916 4614 1990 4659 2056 4614 2025 4568 1952 4614 1990 4659 2056 4705 2098 4659 2091 4614 2025 4659 2056 4705 2098 4750 2121 4705 2134 4659 2091 4705 2098 4750 2121 4795 2134 4750 2156 4705 2134 4750 2121 4795 2134 4841 2146 4795 2170 4750 2156 4795 2134 4841 2146 4886 2161 4841 2182 4795 2170 4841 2146 4886 2161 4932 2177 4886 2196 4841 2182 4886 2161 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [4932 2177 4977 2195 4932 2213 4886 2196 4932 2177 4977 2195 5023 2213 4977 2231 4932 2213 4977 2195 5023 2213 5068 2231 5023 2249 4977 2231 5023 2213 5068 2231 5114 2249 5068 2267 5023 2249 5068 2231 5114 2249 5159 2267 5114 2285 5068 2267 5114 2249 5159 2267 5205 2285 5159 2302 5114 2285 5159 2267 5205 2285 5250 2302 5205 2320 5159 2302 5205 2285 ] dogrey 32 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [2932 1430 2977 1447 2932 1465 2886 1447 2932 1430 2977 1447 3023 1465 2977 1483 2932 1465 2977 1447 3023 1465 3068 1483 3023 1501 2977 1483 3023 1465 3068 1483 3114 1501 3068 1519 3023 1501 3068 1483 3114 1501 3159 1519 3114 1537 3068 1519 3114 1501 3159 1519 3205 1536 3159 1554 3114 1537 3159 1519 3205 1536 3250 1554 3205 1572 3159 1554 3205 1536 3250 1554 3295 1572 3250 1589 3205 1572 3250 1554 3295 1572 3341 1591 3295 1607 3250 1589 3295 1572 3341 1591 3386 1612 3341 1626 3295 1607 3341 1591 3386 1612 3432 1635 3386 1648 3341 1626 3386 1612 3432 1635 3477 1658 3432 1671 3386 1648 3432 1635 3477 1658 3523 1670 3477 1693 3432 1671 3477 1658 3523 1670 3568 1664 3523 1706 3477 1693 3523 1670 3568 1664 3614 1633 3568 1699 3523 1706 3568 1664 3614 1633 3659 1595 3614 1669 3568 1699 3614 1633 3659 1595 3705 1591 3659 1631 3614 1669 3659 1595 3705 1591 3750 1674 3705 1627 3659 1631 3705 1591 3750 1674 3795 1870 3750 1710 3705 1627 3750 1674 3795 1870 3841 2133 3795 1906 3750 1710 3795 1870 3841 2133 3886 2339 3841 2169 3795 1906 3841 2133 3886 2339 3932 2340 3886 2374 3841 2169 3886 2339 3932 2340 3977 2067 3932 2375 3886 2374 3932 2340 3977 2067 4023 1606 3977 2103 3932 2375 3977 2067 4023 1606 4068 1176 4023 1641 3977 2103 4023 1606 4068 1176 4114 1011 4068 1211 4023 1641 4068 1176 4114 1011 4159 1211 4114 1047 4068 1211 4114 1011 4159 1211 4205 1677 4159 1247 4114 1047 4159 1211 4205 1677 4250 2174 4205 1712 4159 1247 4205 1677 4250 2174 4295 2482 4250 2209 4205 1712 4250 2174 4295 2482 4341 2517 4295 2518 4250 2209 4295 2482 4341 2517 4386 2347 4341 2552 4295 2518 4341 2517 4386 2347 4432 2120 4386 2382 4341 2552 4386 2347 4432 2120 4477 1959 4432 2155 4386 2382 4432 2120 4477 1959 4523 1912 4477 1995 4432 2155 4477 1959 4523 1912 4568 1952 4523 1947 4477 1995 4523 1912 4568 1952 4614 2025 4568 1987 4523 1947 4568 1952 4614 2025 4659 2091 4614 2061 4568 1987 4614 2025 4659 2091 4705 2134 4659 2127 4614 2061 4659 2091 4705 2134 4750 2156 4705 2169 4659 2127 4705 2134 4750 2156 4795 2170 4750 2192 4705 2169 4750 2156 4795 2170 4841 2182 4795 2205 4750 2192 4795 2170 4841 2182 4886 2196 4841 2218 4795 2205 4841 2182 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [4886 2196 4932 2213 4886 2232 4841 2218 4886 2196 4932 2213 4977 2231 4932 2249 4886 2232 4932 2213 4977 2231 5023 2249 4977 2266 4932 2249 4977 2231 5023 2249 5068 2267 5023 2284 4977 2266 5023 2249 5068 2267 5114 2285 5068 2302 5023 2284 5068 2267 5114 2285 5159 2302 5114 2320 5068 2302 5114 2285 5159 2302 5205 2320 5159 2338 5114 2320 5159 2302 ] dogrey 32 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [2886 1447 2932 1465 2886 1483 2841 1465 2886 1447 2932 1465 2977 1483 2932 1501 2886 1483 2932 1465 2977 1483 3023 1501 2977 1519 2932 1501 2977 1483 3023 1501 3068 1519 3023 1537 2977 1519 3023 1501 3068 1519 3114 1537 3068 1554 3023 1537 3068 1519 3114 1537 3159 1554 3114 1572 3068 1554 3114 1537 3159 1554 3205 1572 3159 1590 3114 1572 3159 1554 3205 1572 3250 1589 3205 1607 3159 1590 3205 1572 3250 1589 3295 1607 3250 1625 3205 1607 3250 1589 3295 1607 3341 1626 3295 1643 3250 1625 3295 1607 3341 1626 3386 1648 3341 1662 3295 1643 3341 1626 3386 1648 3432 1671 3386 1683 3341 1662 3386 1648 3432 1671 3477 1693 3432 1707 3386 1683 3432 1671 3477 1693 3523 1706 3477 1729 3432 1707 3477 1693 3523 1706 3568 1699 3523 1742 3477 1729 3523 1706 3568 1699 3614 1669 3568 1735 3523 1742 3568 1699 3614 1669 3659 1631 3614 1705 3568 1735 3614 1669 3659 1631 3705 1627 3659 1667 3614 1705 3659 1631 3705 1627 3750 1710 3705 1663 3659 1667 3705 1627 3750 1710 3795 1906 3750 1746 3705 1663 3750 1710 3795 1906 3841 2169 3795 1942 3750 1746 3795 1906 3841 2169 3886 2374 3841 2204 3795 1942 3841 2169 3886 2374 3932 2375 3886 2410 3841 2204 3886 2374 3932 2375 3977 2103 3932 2411 3886 2410 3932 2375 3977 2103 4023 1641 3977 2138 3932 2411 3977 2103 4023 1641 4068 1211 4023 1677 3977 2138 4023 1641 4068 1211 4114 1047 4068 1247 4023 1677 4068 1211 4114 1047 4159 1247 4114 1082 4068 1247 4114 1047 4159 1247 4205 1712 4159 1282 4114 1082 4159 1247 4205 1712 4250 2209 4205 1748 4159 1282 4205 1712 4250 2209 4295 2518 4250 2245 4205 1748 4250 2209 4295 2518 4341 2552 4295 2553 4250 2245 4295 2518 4341 2552 4386 2382 4341 2588 4295 2553 4341 2552 4386 2382 4432 2155 4386 2418 4341 2588 4386 2382 4432 2155 4477 1995 4432 2191 4386 2418 4432 2155 4477 1995 4523 1947 4477 2031 4432 2191 4477 1995 4523 1947 4568 1987 4523 1983 4477 2031 4523 1947 4568 1987 4614 2061 4568 2023 4523 1983 4568 1987 4614 2061 4659 2127 4614 2096 4568 2023 4614 2061 4659 2127 4705 2169 4659 2162 4614 2096 4659 2127 4705 2169 4750 2192 4705 2205 4659 2162 4705 2169 4750 2192 4795 2205 4750 2227 4705 2205 4750 2192 4795 2205 4841 2218 4795 2241 4750 2227 4795 2205 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [4841 2218 4886 2232 4841 2253 4795 2241 4841 2218 4886 2232 4932 2249 4886 2268 4841 2253 4886 2232 4932 2249 4977 2266 4932 2284 4886 2268 4932 2249 4977 2266 5023 2284 4977 2302 4932 2284 4977 2266 5023 2284 5068 2302 5023 2320 4977 2302 5023 2284 5068 2302 5114 2320 5068 2338 5023 2320 5068 2302 5114 2320 5159 2338 5114 2356 5068 2338 5114 2320 ] dogrey 32 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [2841 1465 2886 1483 2841 1501 2795 1483 2841 1465 2886 1483 2932 1501 2886 1519 2841 1501 2886 1483 2932 1501 2977 1519 2932 1537 2886 1519 2932 1501 2977 1519 3023 1537 2977 1554 2932 1537 2977 1519 3023 1537 3068 1554 3023 1572 2977 1554 3023 1537 3068 1554 3114 1572 3068 1590 3023 1572 3068 1554 3114 1572 3159 1590 3114 1608 3068 1590 3114 1572 3159 1590 3205 1607 3159 1625 3114 1608 3159 1590 3205 1607 3250 1625 3205 1643 3159 1625 3205 1607 3250 1625 3295 1643 3250 1661 3205 1643 3250 1625 3295 1643 3341 1662 3295 1679 3250 1661 3295 1643 3341 1662 3386 1683 3341 1698 3295 1679 3341 1662 3386 1683 3432 1707 3386 1719 3341 1698 3386 1683 3432 1707 3477 1729 3432 1742 3386 1719 3432 1707 3477 1729 3523 1742 3477 1764 3432 1742 3477 1729 3523 1742 3568 1735 3523 1777 3477 1764 3523 1742 3568 1735 3614 1705 3568 1771 3523 1777 3568 1735 3614 1705 3659 1667 3614 1740 3568 1771 3614 1705 3659 1667 3705 1663 3659 1702 3614 1740 3659 1667 3705 1663 3750 1746 3705 1698 3659 1702 3705 1663 3750 1746 3795 1942 3750 1781 3705 1698 3750 1746 3795 1942 3841 2204 3795 1977 3750 1781 3795 1942 3841 2204 3886 2410 3841 2240 3795 1977 3841 2204 3886 2410 3932 2411 3886 2445 3841 2240 3886 2410 3932 2411 3977 2138 3932 2446 3886 2445 3932 2411 3977 2138 4023 1677 3977 2174 3932 2446 3977 2138 4023 1677 4068 1247 4023 1712 3977 2174 4023 1677 4068 1247 4114 1082 4068 1282 4023 1712 4068 1247 4114 1082 4159 1282 4114 1118 4068 1282 4114 1082 4159 1282 4205 1748 4159 1318 4114 1118 4159 1282 4205 1748 4250 2245 4205 1784 4159 1318 4205 1748 4250 2245 4295 2553 4250 2281 4205 1784 4250 2245 4295 2553 4341 2588 4295 2589 4250 2281 4295 2553 4341 2588 4386 2418 4341 2624 4295 2589 4341 2588 4386 2418 4432 2191 4386 2454 4341 2624 4386 2418 4432 2191 4477 2031 4432 2227 4386 2454 4432 2191 4477 2031 4523 1983 4477 2066 4432 2227 4477 2031 4523 1983 4568 2023 4523 2019 4477 2066 4523 1983 4568 2023 4614 2096 4568 2058 4523 2019 4568 2023 4614 2096 4659 2162 4614 2132 4568 2058 4614 2096 4659 2162 4705 2205 4659 2198 4614 2132 4659 2162 4705 2205 4750 2227 4705 2240 4659 2198 4705 2205 4750 2227 4795 2241 4750 2263 4705 2240 4750 2227 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [4795 2241 4841 2253 4795 2277 4750 2263 4795 2241 4841 2253 4886 2268 4841 2289 4795 2277 4841 2253 4886 2268 4932 2284 4886 2303 4841 2289 4886 2268 4932 2284 4977 2302 4932 2320 4886 2303 4932 2284 4977 2302 5023 2320 4977 2337 4932 2320 4977 2302 5023 2320 5068 2338 5023 2356 4977 2337 5023 2320 5068 2338 5114 2356 5068 2374 5023 2356 5068 2338 ] dogrey 32 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [2795 1483 2841 1501 2795 1519 2750 1501 2795 1483 2841 1501 2886 1519 2841 1537 2795 1519 2841 1501 2886 1519 2932 1537 2886 1554 2841 1537 2886 1519 2932 1537 2977 1554 2932 1572 2886 1554 2932 1537 2977 1554 3023 1572 2977 1590 2932 1572 2977 1554 3023 1572 3068 1590 3023 1608 2977 1590 3023 1572 3068 1590 3114 1608 3068 1626 3023 1608 3068 1590 3114 1608 3159 1625 3114 1643 3068 1626 3114 1608 3159 1625 3205 1643 3159 1661 3114 1643 3159 1625 3205 1643 3250 1661 3205 1679 3159 1661 3205 1643 3250 1661 3295 1679 3250 1696 3205 1679 3250 1661 3295 1679 3341 1698 3295 1714 3250 1696 3295 1679 3341 1698 3386 1719 3341 1733 3295 1714 3341 1698 3386 1719 3432 1742 3386 1755 3341 1733 3386 1719 3432 1742 3477 1764 3432 1778 3386 1755 3432 1742 3477 1764 3523 1777 3477 1800 3432 1778 3477 1764 3523 1777 3568 1771 3523 1813 3477 1800 3523 1777 3568 1771 3614 1740 3568 1806 3523 1813 3568 1771 3614 1740 3659 1702 3614 1776 3568 1806 3614 1740 3659 1702 3705 1698 3659 1738 3614 1776 3659 1702 3705 1698 3750 1781 3705 1734 3659 1738 3705 1698 3750 1781 3795 1977 3750 1817 3705 1734 3750 1781 3795 1977 3841 2240 3795 2013 3750 1817 3795 1977 3841 2240 3886 2445 3841 2276 3795 2013 3841 2240 3886 2445 3932 2446 3886 2481 3841 2276 3886 2445 3932 2446 3977 2174 3932 2482 3886 2481 3932 2446 3977 2174 4023 1712 3977 2209 3932 2482 3977 2174 4023 1712 4068 1282 4023 1748 3977 2209 4023 1712 4068 1282 4114 1118 4068 1318 4023 1748 4068 1282 4114 1118 4159 1318 4114 1153 4068 1318 4114 1118 4159 1318 4205 1784 4159 1354 4114 1153 4159 1318 4205 1784 4250 2281 4205 1819 4159 1354 4205 1784 4250 2281 4295 2589 4250 2316 4205 1819 4250 2281 4295 2589 4341 2624 4295 2625 4250 2316 4295 2589 4341 2624 4386 2454 4341 2659 4295 2625 4341 2624 4386 2454 4432 2227 4386 2489 4341 2659 4386 2454 4432 2227 4477 2066 4432 2262 4386 2489 4432 2227 4477 2066 4523 2019 4477 2102 4432 2262 4477 2066 4523 2019 4568 2058 4523 2054 4477 2102 4523 2019 4568 2058 4614 2132 4568 2094 4523 2054 4568 2058 4614 2132 4659 2198 4614 2168 4568 2094 4614 2132 4659 2198 4705 2240 4659 2234 4614 2168 4659 2198 4705 2240 4750 2263 4705 2276 4659 2234 4705 2240 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [4750 2263 4795 2277 4750 2299 4705 2276 4750 2263 4795 2277 4841 2289 4795 2312 4750 2299 4795 2277 4841 2289 4886 2303 4841 2324 4795 2312 4841 2289 4886 2303 4932 2320 4886 2339 4841 2324 4886 2303 4932 2320 4977 2337 4932 2355 4886 2339 4932 2320 4977 2337 5023 2356 4977 2373 4932 2355 4977 2337 5023 2356 5068 2374 5023 2391 4977 2373 5023 2356 ] dogrey 32 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [2750 1501 2795 1519 2750 1536 2705 1518 2750 1501 2795 1519 2841 1537 2795 1554 2750 1536 2795 1519 2841 1537 2886 1554 2841 1572 2795 1554 2841 1537 2886 1554 2932 1572 2886 1590 2841 1572 2886 1554 2932 1572 2977 1590 2932 1608 2886 1590 2932 1572 2977 1590 3023 1608 2977 1626 2932 1608 2977 1590 3023 1608 3068 1626 3023 1643 2977 1626 3023 1608 3068 1626 3114 1643 3068 1661 3023 1643 3068 1626 3114 1643 3159 1661 3114 1679 3068 1661 3114 1643 3159 1661 3205 1679 3159 1697 3114 1679 3159 1661 3205 1679 3250 1696 3205 1714 3159 1697 3205 1679 3250 1696 3295 1714 3250 1732 3205 1714 3250 1696 3295 1714 3341 1733 3295 1750 3250 1732 3295 1714 3341 1733 3386 1755 3341 1769 3295 1750 3341 1733 3386 1755 3432 1778 3386 1790 3341 1769 3386 1755 3432 1778 3477 1800 3432 1813 3386 1790 3432 1778 3477 1800 3523 1813 3477 1836 3432 1813 3477 1800 3523 1813 3568 1806 3523 1849 3477 1836 3523 1813 3568 1806 3614 1776 3568 1842 3523 1849 3568 1806 3614 1776 3659 1738 3614 1811 3568 1842 3614 1776 3659 1738 3705 1734 3659 1773 3614 1811 3659 1738 3705 1734 3750 1817 3705 1769 3659 1773 3705 1734 3750 1817 3795 2013 3750 1853 3705 1769 3750 1817 3795 2013 3841 2276 3795 2048 3750 1853 3795 2013 3841 2276 3886 2481 3841 2311 3795 2048 3841 2276 3886 2481 3932 2482 3886 2517 3841 2311 3886 2481 3932 2482 3977 2209 3932 2518 3886 2517 3932 2482 3977 2209 4023 1748 3977 2245 3932 2518 3977 2209 4023 1748 4068 1318 4023 1784 3977 2245 4023 1748 4068 1318 4114 1153 4068 1354 4023 1784 4068 1318 4114 1153 4159 1354 4114 1189 4068 1354 4114 1153 4159 1354 4205 1819 4159 1389 4114 1189 4159 1354 4205 1819 4250 2316 4205 1855 4159 1389 4205 1819 4250 2316 4295 2625 4250 2352 4205 1855 4250 2316 4295 2625 4341 2659 4295 2660 4250 2352 4295 2625 4341 2659 4386 2489 4341 2695 4295 2660 4341 2659 4386 2489 4432 2262 4386 2525 4341 2695 4386 2489 4432 2262 4477 2102 4432 2298 4386 2525 4432 2262 4477 2102 4523 2054 4477 2138 4432 2298 4477 2102 4523 2054 4568 2094 4523 2090 4477 2138 4523 2054 4568 2094 4614 2168 4568 2130 4523 2090 4568 2094 4614 2168 4659 2234 4614 2203 4568 2130 4614 2168 4659 2234 4705 2276 4659 2269 4614 2203 4659 2234 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [4705 2276 4750 2299 4705 2312 4659 2269 4705 2276 4750 2299 4795 2312 4750 2334 4705 2312 4750 2299 4795 2312 4841 2324 4795 2348 4750 2334 4795 2312 4841 2324 4886 2339 4841 2360 4795 2348 4841 2324 4886 2339 4932 2355 4886 2374 4841 2360 4886 2339 4932 2355 4977 2373 4932 2391 4886 2374 4932 2355 4977 2373 5023 2391 4977 2409 4932 2391 4977 2373 ] dogrey 32 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [2705 1518 2750 1536 2705 1554 2659 1536 2705 1518 2750 1536 2795 1554 2750 1572 2705 1554 2750 1536 2795 1554 2841 1572 2795 1590 2750 1572 2795 1554 2841 1572 2886 1590 2841 1608 2795 1590 2841 1572 2886 1590 2932 1608 2886 1626 2841 1608 2886 1590 2932 1608 2977 1626 2932 1643 2886 1626 2932 1608 2977 1626 3023 1643 2977 1661 2932 1643 2977 1626 3023 1643 3068 1661 3023 1679 2977 1661 3023 1643 3068 1661 3114 1679 3068 1697 3023 1679 3068 1661 3114 1679 3159 1697 3114 1715 3068 1697 3114 1679 3159 1697 3205 1714 3159 1732 3114 1715 3159 1697 3205 1714 3250 1732 3205 1750 3159 1732 3205 1714 3250 1732 3295 1750 3250 1768 3205 1750 3250 1732 3295 1750 3341 1769 3295 1785 3250 1768 3295 1750 3341 1769 3386 1790 3341 1805 3295 1785 3341 1769 3386 1790 3432 1813 3386 1826 3341 1805 3386 1790 3432 1813 3477 1836 3432 1849 3386 1826 3432 1813 3477 1836 3523 1849 3477 1871 3432 1849 3477 1836 3523 1849 3568 1842 3523 1884 3477 1871 3523 1849 3568 1842 3614 1811 3568 1877 3523 1884 3568 1842 3614 1811 3659 1773 3614 1847 3568 1877 3614 1811 3659 1773 3705 1769 3659 1809 3614 1847 3659 1773 3705 1769 3750 1853 3705 1805 3659 1809 3705 1769 3750 1853 3795 2048 3750 1888 3705 1805 3750 1853 3795 2048 3841 2311 3795 2084 3750 1888 3795 2048 3841 2311 3886 2517 3841 2347 3795 2084 3841 2311 3886 2517 3932 2518 3886 2552 3841 2347 3886 2517 3932 2518 3977 2245 3932 2553 3886 2552 3932 2518 3977 2245 4023 1784 3977 2281 3932 2553 3977 2245 4023 1784 4068 1354 4023 1819 3977 2281 4023 1784 4068 1354 4114 1189 4068 1389 4023 1819 4068 1354 4114 1189 4159 1389 4114 1225 4068 1389 4114 1189 4159 1389 4205 1855 4159 1425 4114 1225 4159 1389 4205 1855 4250 2352 4205 1891 4159 1425 4205 1855 4250 2352 4295 2660 4250 2388 4205 1891 4250 2352 4295 2660 4341 2695 4295 2696 4250 2388 4295 2660 4341 2695 4386 2525 4341 2730 4295 2696 4341 2695 4386 2525 4432 2298 4386 2561 4341 2730 4386 2525 4432 2298 4477 2138 4432 2333 4386 2561 4432 2298 4477 2138 4523 2090 4477 2173 4432 2333 4477 2138 4523 2090 4568 2130 4523 2126 4477 2173 4523 2090 4568 2130 4614 2203 4568 2165 4523 2126 4568 2130 4614 2203 4659 2269 4614 2239 4568 2165 4614 2203 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [4659 2269 4705 2312 4659 2305 4614 2239 4659 2269 4705 2312 4750 2334 4705 2347 4659 2305 4705 2312 4750 2334 4795 2348 4750 2370 4705 2347 4750 2334 4795 2348 4841 2360 4795 2383 4750 2370 4795 2348 4841 2360 4886 2374 4841 2396 4795 2383 4841 2360 4886 2374 4932 2391 4886 2410 4841 2396 4886 2374 4932 2391 4977 2409 4932 2427 4886 2410 4932 2391 ] dogrey 32 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [2659 1536 2705 1554 2659 1572 2614 1555 2659 1536 2705 1554 2750 1572 2705 1589 2659 1572 2705 1554 2750 1572 2795 1590 2750 1607 2705 1589 2750 1572 2795 1590 2841 1608 2795 1625 2750 1607 2795 1590 2841 1608 2886 1626 2841 1643 2795 1625 2841 1608 2886 1626 2932 1643 2886 1661 2841 1643 2886 1626 2932 1643 2977 1661 2932 1679 2886 1661 2932 1643 2977 1661 3023 1679 2977 1697 2932 1679 2977 1661 3023 1679 3068 1697 3023 1715 2977 1697 3023 1679 3068 1697 3114 1715 3068 1732 3023 1715 3068 1697 3114 1715 3159 1732 3114 1750 3068 1732 3114 1715 3159 1732 3205 1750 3159 1768 3114 1750 3159 1732 3205 1750 3250 1768 3205 1786 3159 1768 3205 1750 3250 1768 3295 1785 3250 1803 3205 1786 3250 1768 3295 1785 3341 1805 3295 1821 3250 1803 3295 1785 3341 1805 3386 1826 3341 1840 3295 1821 3341 1805 3386 1826 3432 1849 3386 1861 3341 1840 3386 1826 3432 1849 3477 1871 3432 1885 3386 1861 3432 1849 3477 1871 3523 1884 3477 1907 3432 1885 3477 1871 3523 1884 3568 1877 3523 1920 3477 1907 3523 1884 3568 1877 3614 1847 3568 1913 3523 1920 3568 1877 3614 1847 3659 1809 3614 1883 3568 1913 3614 1847 3659 1809 3705 1805 3659 1845 3614 1883 3659 1809 3705 1805 3750 1888 3705 1841 3659 1845 3705 1805 3750 1888 3795 2084 3750 1924 3705 1841 3750 1888 3795 2084 3841 2347 3795 2120 3750 1924 3795 2084 3841 2347 3886 2552 3841 2382 3795 2120 3841 2347 3886 2552 3932 2553 3886 2588 3841 2382 3886 2552 3932 2553 3977 2281 3932 2589 3886 2588 3932 2553 3977 2281 4023 1819 3977 2316 3932 2589 3977 2281 4023 1819 4068 1389 4023 1855 3977 2316 4023 1819 4068 1389 4114 1225 4068 1425 4023 1855 4068 1389 4114 1225 4159 1425 4114 1260 4068 1425 4114 1225 4159 1425 4205 1891 4159 1461 4114 1260 4159 1425 4205 1891 4250 2388 4205 1926 4159 1461 4205 1891 4250 2388 4295 2696 4250 2423 4205 1926 4250 2388 4295 2696 4341 2730 4295 2731 4250 2423 4295 2696 4341 2730 4386 2561 4341 2766 4295 2731 4341 2730 4386 2561 4432 2333 4386 2596 4341 2766 4386 2561 4432 2333 4477 2173 4432 2369 4386 2596 4432 2333 4477 2173 4523 2126 4477 2209 4432 2369 4477 2173 4523 2126 4568 2165 4523 2161 4477 2209 4523 2126 4568 2165 4614 2239 4568 2201 4523 2161 4568 2165 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [4614 2239 4659 2305 4614 2275 4568 2201 4614 2239 4659 2305 4705 2347 4659 2341 4614 2275 4659 2305 4705 2347 4750 2370 4705 2383 4659 2341 4705 2347 4750 2370 4795 2383 4750 2406 4705 2383 4750 2370 4795 2383 4841 2396 4795 2419 4750 2406 4795 2383 4841 2396 4886 2410 4841 2431 4795 2419 4841 2396 4886 2410 4932 2427 4886 2446 4841 2431 4886 2410 ] dogrey 32 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [2614 1555 2659 1572 2614 1591 2568 1576 2614 1555 2659 1572 2705 1589 2659 1607 2614 1591 2659 1572 2705 1589 2750 1607 2705 1625 2659 1607 2705 1589 2750 1607 2795 1625 2750 1643 2705 1625 2750 1607 2795 1625 2841 1643 2795 1661 2750 1643 2795 1625 2841 1643 2886 1661 2841 1679 2795 1661 2841 1643 2886 1661 2932 1679 2886 1697 2841 1679 2886 1661 2932 1679 2977 1697 2932 1715 2886 1697 2932 1679 2977 1697 3023 1715 2977 1732 2932 1715 2977 1697 3023 1715 3068 1732 3023 1750 2977 1732 3023 1715 3068 1732 3114 1750 3068 1768 3023 1750 3068 1732 3114 1750 3159 1768 3114 1786 3068 1768 3114 1750 3159 1768 3205 1786 3159 1804 3114 1786 3159 1768 3205 1786 3250 1803 3205 1821 3159 1804 3205 1786 3250 1803 3295 1821 3250 1839 3205 1821 3250 1803 3295 1821 3341 1840 3295 1857 3250 1839 3295 1821 3341 1840 3386 1861 3341 1876 3295 1857 3341 1840 3386 1861 3432 1885 3386 1897 3341 1876 3386 1861 3432 1885 3477 1907 3432 1920 3386 1897 3432 1885 3477 1907 3523 1920 3477 1943 3432 1920 3477 1907 3523 1920 3568 1913 3523 1955 3477 1943 3523 1920 3568 1913 3614 1883 3568 1949 3523 1955 3568 1913 3614 1883 3659 1845 3614 1918 3568 1949 3614 1883 3659 1845 3705 1841 3659 1880 3614 1918 3659 1845 3705 1841 3750 1924 3705 1876 3659 1880 3705 1841 3750 1924 3795 2120 3750 1959 3705 1876 3750 1924 3795 2120 3841 2382 3795 2155 3750 1959 3795 2120 3841 2382 3886 2588 3841 2418 3795 2155 3841 2382 3886 2588 3932 2589 3886 2624 3841 2418 3886 2588 3932 2589 3977 2316 3932 2625 3886 2624 3932 2589 3977 2316 4023 1855 3977 2352 3932 2625 3977 2316 4023 1855 4068 1425 4023 1891 3977 2352 4023 1855 4068 1425 4114 1260 4068 1461 4023 1891 4068 1425 4114 1260 4159 1461 4114 1296 4068 1461 4114 1260 4159 1461 4205 1926 4159 1496 4114 1296 4159 1461 4205 1926 4250 2423 4205 1962 4159 1496 4205 1926 4250 2423 4295 2731 4250 2459 4205 1962 4250 2423 4295 2731 4341 2766 4295 2767 4250 2459 4295 2731 4341 2766 4386 2596 4341 2802 4295 2767 4341 2766 4386 2596 4432 2369 4386 2632 4341 2802 4386 2596 4432 2369 4477 2209 4432 2405 4386 2632 4432 2369 4477 2209 4523 2161 4477 2244 4432 2405 4477 2209 4523 2161 4568 2201 4523 2197 4477 2244 4523 2161 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [4568 2201 4614 2275 4568 2236 4523 2197 4568 2201 4614 2275 4659 2341 4614 2310 4568 2236 4614 2275 4659 2341 4705 2383 4659 2376 4614 2310 4659 2341 4705 2383 4750 2406 4705 2419 4659 2376 4705 2383 4750 2406 4795 2419 4750 2441 4705 2419 4750 2406 4795 2419 4841 2431 4795 2455 4750 2441 4795 2419 4841 2431 4886 2446 4841 2467 4795 2455 4841 2431 ] dogrey 32 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [2568 1576 2614 1591 2568 1612 2523 1600 2568 1576 2614 1591 2659 1607 2614 1626 2568 1612 2614 1591 2659 1607 2705 1625 2659 1643 2614 1626 2659 1607 2705 1625 2750 1643 2705 1661 2659 1643 2705 1625 2750 1643 2795 1661 2750 1679 2705 1661 2750 1643 2795 1661 2841 1679 2795 1697 2750 1679 2795 1661 2841 1679 2886 1697 2841 1715 2795 1697 2841 1679 2886 1697 2932 1715 2886 1732 2841 1715 2886 1697 2932 1715 2977 1732 2932 1750 2886 1732 2932 1715 2977 1732 3023 1750 2977 1768 2932 1750 2977 1732 3023 1750 3068 1768 3023 1786 2977 1768 3023 1750 3068 1768 3114 1786 3068 1804 3023 1786 3068 1768 3114 1786 3159 1804 3114 1821 3068 1804 3114 1786 3159 1804 3205 1821 3159 1839 3114 1821 3159 1804 3205 1821 3250 1839 3205 1857 3159 1839 3205 1821 3250 1839 3295 1857 3250 1874 3205 1857 3250 1839 3295 1857 3341 1876 3295 1892 3250 1874 3295 1857 3341 1876 3386 1897 3341 1911 3295 1892 3341 1876 3386 1897 3432 1920 3386 1933 3341 1911 3386 1897 3432 1920 3477 1943 3432 1956 3386 1933 3432 1920 3477 1943 3523 1955 3477 1978 3432 1956 3477 1943 3523 1955 3568 1949 3523 1991 3477 1978 3523 1955 3568 1949 3614 1918 3568 1984 3523 1991 3568 1949 3614 1918 3659 1880 3614 1954 3568 1984 3614 1918 3659 1880 3705 1876 3659 1916 3614 1954 3659 1880 3705 1876 3750 1959 3705 1912 3659 1916 3705 1876 3750 1959 3795 2155 3750 1995 3705 1912 3750 1959 3795 2155 3841 2418 3795 2191 3750 1995 3795 2155 3841 2418 3886 2624 3841 2454 3795 2191 3841 2418 3886 2624 3932 2625 3886 2659 3841 2454 3886 2624 3932 2625 3977 2352 3932 2660 3886 2659 3932 2625 3977 2352 4023 1891 3977 2388 3932 2660 3977 2352 4023 1891 4068 1461 4023 1926 3977 2388 4023 1891 4068 1461 4114 1296 4068 1496 4023 1926 4068 1461 4114 1296 4159 1496 4114 1331 4068 1496 4114 1296 4159 1496 4205 1962 4159 1532 4114 1331 4159 1496 4205 1962 4250 2459 4205 1997 4159 1532 4205 1962 4250 2459 4295 2767 4250 2494 4205 1997 4250 2459 4295 2767 4341 2802 4295 2803 4250 2494 4295 2767 4341 2802 4386 2632 4341 2837 4295 2803 4341 2802 4386 2632 4432 2405 4386 2667 4341 2837 4386 2632 4432 2405 4477 2244 4432 2440 4386 2667 4432 2405 4477 2244 4523 2197 4477 2280 4432 2440 4477 2244 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [4523 2197 4568 2236 4523 2232 4477 2280 4523 2197 4568 2236 4614 2310 4568 2272 4523 2232 4568 2236 4614 2310 4659 2376 4614 2346 4568 2272 4614 2310 4659 2376 4705 2419 4659 2412 4614 2346 4659 2376 4705 2419 4750 2441 4705 2454 4659 2412 4705 2419 4750 2441 4795 2455 4750 2477 4705 2454 4750 2441 4795 2455 4841 2467 4795 2490 4750 2477 4795 2455 ] dogrey 32 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [2523 1600 2568 1612 2523 1635 2477 1622 2523 1600 2568 1612 2614 1626 2568 1648 2523 1635 2568 1612 2614 1626 2659 1643 2614 1662 2568 1648 2614 1626 2659 1643 2705 1661 2659 1679 2614 1662 2659 1643 2705 1661 2750 1679 2705 1696 2659 1679 2705 1661 2750 1679 2795 1697 2750 1714 2705 1696 2750 1679 2795 1697 2841 1715 2795 1732 2750 1714 2795 1697 2841 1715 2886 1732 2841 1750 2795 1732 2841 1715 2886 1732 2932 1750 2886 1768 2841 1750 2886 1732 2932 1750 2977 1768 2932 1786 2886 1768 2932 1750 2977 1768 3023 1786 2977 1804 2932 1786 2977 1768 3023 1786 3068 1804 3023 1822 2977 1804 3023 1786 3068 1804 3114 1821 3068 1839 3023 1822 3068 1804 3114 1821 3159 1839 3114 1857 3068 1839 3114 1821 3159 1839 3205 1857 3159 1875 3114 1857 3159 1839 3205 1857 3250 1874 3205 1892 3159 1875 3205 1857 3250 1874 3295 1892 3250 1910 3205 1892 3250 1874 3295 1892 3341 1911 3295 1928 3250 1910 3295 1892 3341 1911 3386 1933 3341 1947 3295 1928 3341 1911 3386 1933 3432 1956 3386 1968 3341 1947 3386 1933 3432 1956 3477 1978 3432 1992 3386 1968 3432 1956 3477 1978 3523 1991 3477 2014 3432 1992 3477 1978 3523 1991 3568 1984 3523 2027 3477 2014 3523 1991 3568 1984 3614 1954 3568 2020 3523 2027 3568 1984 3614 1954 3659 1916 3614 1990 3568 2020 3614 1954 3659 1916 3705 1912 3659 1952 3614 1990 3659 1916 3705 1912 3750 1995 3705 1947 3659 1952 3705 1912 3750 1995 3795 2191 3750 2031 3705 1947 3750 1995 3795 2191 3841 2454 3795 2227 3750 2031 3795 2191 3841 2454 3886 2659 3841 2489 3795 2227 3841 2454 3886 2659 3932 2660 3886 2695 3841 2489 3886 2659 3932 2660 3977 2388 3932 2696 3886 2695 3932 2660 3977 2388 4023 1926 3977 2423 3932 2696 3977 2388 4023 1926 4068 1496 4023 1962 3977 2423 4023 1926 4068 1496 4114 1331 4068 1532 4023 1962 4068 1496 4114 1331 4159 1532 4114 1367 4068 1532 4114 1331 4159 1532 4205 1997 4159 1567 4114 1367 4159 1532 4205 1997 4250 2494 4205 2033 4159 1567 4205 1997 4250 2494 4295 2803 4250 2530 4205 2033 4250 2494 4295 2803 4341 2837 4295 2838 4250 2530 4295 2803 4341 2837 4386 2667 4341 2873 4295 2838 4341 2837 4386 2667 4432 2440 4386 2703 4341 2873 4386 2667 4432 2440 4477 2280 4432 2476 4386 2703 4432 2440 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [4477 2280 4523 2232 4477 2316 4432 2476 4477 2280 4523 2232 4568 2272 4523 2268 4477 2316 4523 2232 4568 2272 4614 2346 4568 2308 4523 2268 4568 2272 4614 2346 4659 2412 4614 2381 4568 2308 4614 2346 4659 2412 4705 2454 4659 2447 4614 2381 4659 2412 4705 2454 4750 2477 4705 2490 4659 2447 4705 2454 4750 2477 4795 2490 4750 2512 4705 2490 4750 2477 ] dogrey 32 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [2477 1622 2523 1635 2477 1658 2432 1635 2477 1622 2523 1635 2568 1648 2523 1671 2477 1658 2523 1635 2568 1648 2614 1662 2568 1683 2523 1671 2568 1648 2614 1662 2659 1679 2614 1698 2568 1683 2614 1662 2659 1679 2705 1696 2659 1714 2614 1698 2659 1679 2705 1696 2750 1714 2705 1732 2659 1714 2705 1696 2750 1714 2795 1732 2750 1750 2705 1732 2750 1714 2795 1732 2841 1750 2795 1768 2750 1750 2795 1732 2841 1750 2886 1768 2841 1786 2795 1768 2841 1750 2886 1768 2932 1786 2886 1804 2841 1786 2886 1768 2932 1786 2977 1804 2932 1822 2886 1804 2932 1786 2977 1804 3023 1822 2977 1839 2932 1822 2977 1804 3023 1822 3068 1839 3023 1857 2977 1839 3023 1822 3068 1839 3114 1857 3068 1875 3023 1857 3068 1839 3114 1857 3159 1875 3114 1893 3068 1875 3114 1857 3159 1875 3205 1892 3159 1910 3114 1893 3159 1875 3205 1892 3250 1910 3205 1928 3159 1910 3205 1892 3250 1910 3295 1928 3250 1946 3205 1928 3250 1910 3295 1928 3341 1947 3295 1964 3250 1946 3295 1928 3341 1947 3386 1968 3341 1983 3295 1964 3341 1947 3386 1968 3432 1992 3386 2004 3341 1983 3386 1968 3432 1992 3477 2014 3432 2027 3386 2004 3432 1992 3477 2014 3523 2027 3477 2049 3432 2027 3477 2014 3523 2027 3568 2020 3523 2062 3477 2049 3523 2027 3568 2020 3614 1990 3568 2056 3523 2062 3568 2020 3614 1990 3659 1952 3614 2025 3568 2056 3614 1990 3659 1952 3705 1947 3659 1987 3614 2025 3659 1952 3705 1947 3750 2031 3705 1983 3659 1987 3705 1947 3750 2031 3795 2227 3750 2066 3705 1983 3750 2031 3795 2227 3841 2489 3795 2262 3750 2066 3795 2227 3841 2489 3886 2695 3841 2525 3795 2262 3841 2489 3886 2695 3932 2696 3886 2730 3841 2525 3886 2695 3932 2696 3977 2423 3932 2731 3886 2730 3932 2696 3977 2423 4023 1962 3977 2459 3932 2731 3977 2423 4023 1962 4068 1532 4023 1997 3977 2459 4023 1962 4068 1532 4114 1367 4068 1567 4023 1997 4068 1532 4114 1367 4159 1567 4114 1403 4068 1567 4114 1367 4159 1567 4205 2033 4159 1603 4114 1403 4159 1567 4205 2033 4250 2530 4205 2069 4159 1603 4205 2033 4250 2530 4295 2838 4250 2566 4205 2069 4250 2530 4295 2838 4341 2873 4295 2874 4250 2566 4295 2838 4341 2873 4386 2703 4341 2909 4295 2874 4341 2873 4386 2703 4432 2476 4386 2739 4341 2909 4386 2703 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [4432 2476 4477 2316 4432 2512 4386 2739 4432 2476 4477 2316 4523 2268 4477 2351 4432 2512 4477 2316 4523 2268 4568 2308 4523 2304 4477 2351 4523 2268 4568 2308 4614 2381 4568 2343 4523 2304 4568 2308 4614 2381 4659 2447 4614 2417 4568 2343 4614 2381 4659 2447 4705 2490 4659 2483 4614 2417 4659 2447 4705 2490 4750 2512 4705 2525 4659 2483 4705 2490 ] dogrey 32 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [2432 1635 2477 1658 2432 1670 2386 1628 2432 1635 2477 1658 2523 1671 2477 1693 2432 1670 2477 1658 2523 1671 2568 1683 2523 1707 2477 1693 2523 1671 2568 1683 2614 1698 2568 1719 2523 1707 2568 1683 2614 1698 2659 1714 2614 1733 2568 1719 2614 1698 2659 1714 2705 1732 2659 1750 2614 1733 2659 1714 2705 1732 2750 1750 2705 1768 2659 1750 2705 1732 2750 1750 2795 1768 2750 1786 2705 1768 2750 1750 2795 1768 2841 1786 2795 1804 2750 1786 2795 1768 2841 1786 2886 1804 2841 1821 2795 1804 2841 1786 2886 1804 2932 1822 2886 1839 2841 1821 2886 1804 2932 1822 2977 1839 2932 1857 2886 1839 2932 1822 2977 1839 3023 1857 2977 1875 2932 1857 2977 1839 3023 1857 3068 1875 3023 1893 2977 1875 3023 1857 3068 1875 3114 1893 3068 1911 3023 1893 3068 1875 3114 1893 3159 1910 3114 1928 3068 1911 3114 1893 3159 1910 3205 1928 3159 1946 3114 1928 3159 1910 3205 1928 3250 1946 3205 1964 3159 1946 3205 1928 3250 1946 3295 1964 3250 1981 3205 1964 3250 1946 3295 1964 3341 1983 3295 1999 3250 1981 3295 1964 3341 1983 3386 2004 3341 2018 3295 1999 3341 1983 3386 2004 3432 2027 3386 2039 3341 2018 3386 2004 3432 2027 3477 2049 3432 2063 3386 2039 3432 2027 3477 2049 3523 2062 3477 2085 3432 2063 3477 2049 3523 2062 3568 2056 3523 2098 3477 2085 3523 2062 3568 2056 3614 2025 3568 2091 3523 2098 3568 2056 3614 2025 3659 1987 3614 2061 3568 2091 3614 2025 3659 1987 3705 1983 3659 2023 3614 2061 3659 1987 3705 1983 3750 2066 3705 2019 3659 2023 3705 1983 3750 2066 3795 2262 3750 2102 3705 2019 3750 2066 3795 2262 3841 2525 3795 2298 3750 2102 3795 2262 3841 2525 3886 2730 3841 2561 3795 2298 3841 2525 3886 2730 3932 2731 3886 2766 3841 2561 3886 2730 3932 2731 3977 2459 3932 2767 3886 2766 3932 2731 3977 2459 4023 1997 3977 2494 3932 2767 3977 2459 4023 1997 4068 1567 4023 2033 3977 2494 4023 1997 4068 1567 4114 1403 4068 1603 4023 2033 4068 1567 4114 1403 4159 1603 4114 1438 4068 1603 4114 1403 4159 1603 4205 2069 4159 1639 4114 1438 4159 1603 4205 2069 4250 2566 4205 2104 4159 1639 4205 2069 4250 2566 4295 2874 4250 2601 4205 2104 4250 2566 4295 2874 4341 2909 4295 2910 4250 2601 4295 2874 4341 2909 4386 2739 4341 2944 4295 2910 4341 2909 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [4386 2739 4432 2512 4386 2774 4341 2944 4386 2739 4432 2512 4477 2351 4432 2547 4386 2774 4432 2512 4477 2351 4523 2304 4477 2387 4432 2547 4477 2351 4523 2304 4568 2343 4523 2339 4477 2387 4523 2304 4568 2343 4614 2417 4568 2379 4523 2339 4568 2343 4614 2417 4659 2483 4614 2453 4568 2379 4614 2417 4659 2483 4705 2525 4659 2519 4614 2453 4659 2483 ] dogrey 32 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [2386 1628 2432 1670 2386 1664 2341 1598 2386 1628 2432 1670 2477 1693 2432 1706 2386 1664 2432 1670 2477 1693 2523 1707 2477 1729 2432 1706 2477 1693 2523 1707 2568 1719 2523 1742 2477 1729 2523 1707 2568 1719 2614 1733 2568 1755 2523 1742 2568 1719 2614 1733 2659 1750 2614 1769 2568 1755 2614 1733 2659 1750 2705 1768 2659 1785 2614 1769 2659 1750 2705 1768 2750 1786 2705 1803 2659 1785 2705 1768 2750 1786 2795 1804 2750 1821 2705 1803 2750 1786 2795 1804 2841 1821 2795 1839 2750 1821 2795 1804 2841 1821 2886 1839 2841 1857 2795 1839 2841 1821 2886 1839 2932 1857 2886 1875 2841 1857 2886 1839 2932 1857 2977 1875 2932 1893 2886 1875 2932 1857 2977 1875 3023 1893 2977 1911 2932 1893 2977 1875 3023 1893 3068 1911 3023 1928 2977 1911 3023 1893 3068 1911 3114 1928 3068 1946 3023 1928 3068 1911 3114 1928 3159 1946 3114 1964 3068 1946 3114 1928 3159 1946 3205 1964 3159 1982 3114 1964 3159 1946 3205 1964 3250 1981 3205 1999 3159 1982 3205 1964 3250 1981 3295 1999 3250 2017 3205 1999 3250 1981 3295 1999 3341 2018 3295 2035 3250 2017 3295 1999 3341 2018 3386 2039 3341 2054 3295 2035 3341 2018 3386 2039 3432 2063 3386 2075 3341 2054 3386 2039 3432 2063 3477 2085 3432 2098 3386 2075 3432 2063 3477 2085 3523 2098 3477 2121 3432 2098 3477 2085 3523 2098 3568 2091 3523 2134 3477 2121 3523 2098 3568 2091 3614 2061 3568 2127 3523 2134 3568 2091 3614 2061 3659 2023 3614 2096 3568 2127 3614 2061 3659 2023 3705 2019 3659 2058 3614 2096 3659 2023 3705 2019 3750 2102 3705 2054 3659 2058 3705 2019 3750 2102 3795 2298 3750 2138 3705 2054 3750 2102 3795 2298 3841 2561 3795 2333 3750 2138 3795 2298 3841 2561 3886 2766 3841 2596 3795 2333 3841 2561 3886 2766 3932 2767 3886 2802 3841 2596 3886 2766 3932 2767 3977 2494 3932 2803 3886 2802 3932 2767 3977 2494 4023 2033 3977 2530 3932 2803 3977 2494 4023 2033 4068 1603 4023 2069 3977 2530 4023 2033 4068 1603 4114 1438 4068 1639 4023 2069 4068 1603 4114 1438 4159 1639 4114 1474 4068 1639 4114 1438 4159 1639 4205 2104 4159 1674 4114 1474 4159 1639 4205 2104 4250 2601 4205 2140 4159 1674 4205 2104 4250 2601 4295 2910 4250 2637 4205 2140 4250 2601 4295 2910 4341 2944 4295 2945 4250 2637 4295 2910 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [4341 2944 4386 2774 4341 2980 4295 2945 4341 2944 4386 2774 4432 2547 4386 2810 4341 2980 4386 2774 4432 2547 4477 2387 4432 2583 4386 2810 4432 2547 4477 2387 4523 2339 4477 2423 4432 2583 4477 2387 4523 2339 4568 2379 4523 2375 4477 2423 4523 2339 4568 2379 4614 2453 4568 2415 4523 2375 4568 2379 4614 2453 4659 2519 4614 2488 4568 2415 4614 2453 ] dogrey 32 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [2341 1598 2386 1664 2341 1633 2295 1560 2341 1598 2386 1664 2432 1706 2386 1699 2341 1633 2386 1664 2432 1706 2477 1729 2432 1742 2386 1699 2432 1706 2477 1729 2523 1742 2477 1764 2432 1742 2477 1729 2523 1742 2568 1755 2523 1778 2477 1764 2523 1742 2568 1755 2614 1769 2568 1790 2523 1778 2568 1755 2614 1769 2659 1785 2614 1805 2568 1790 2614 1769 2659 1785 2705 1803 2659 1821 2614 1805 2659 1785 2705 1803 2750 1821 2705 1839 2659 1821 2705 1803 2750 1821 2795 1839 2750 1857 2705 1839 2750 1821 2795 1839 2841 1857 2795 1875 2750 1857 2795 1839 2841 1857 2886 1875 2841 1893 2795 1875 2841 1857 2886 1875 2932 1893 2886 1911 2841 1893 2886 1875 2932 1893 2977 1911 2932 1928 2886 1911 2932 1893 2977 1911 3023 1928 2977 1946 2932 1928 2977 1911 3023 1928 3068 1946 3023 1964 2977 1946 3023 1928 3068 1946 3114 1964 3068 1982 3023 1964 3068 1946 3114 1964 3159 1982 3114 2000 3068 1982 3114 1964 3159 1982 3205 1999 3159 2017 3114 2000 3159 1982 3205 1999 3250 2017 3205 2035 3159 2017 3205 1999 3250 2017 3295 2035 3250 2053 3205 2035 3250 2017 3295 2035 3341 2054 3295 2070 3250 2053 3295 2035 3341 2054 3386 2075 3341 2090 3295 2070 3341 2054 3386 2075 3432 2098 3386 2111 3341 2090 3386 2075 3432 2098 3477 2121 3432 2134 3386 2111 3432 2098 3477 2121 3523 2134 3477 2156 3432 2134 3477 2121 3523 2134 3568 2127 3523 2169 3477 2156 3523 2134 3568 2127 3614 2096 3568 2162 3523 2169 3568 2127 3614 2096 3659 2058 3614 2132 3568 2162 3614 2096 3659 2058 3705 2054 3659 2094 3614 2132 3659 2058 3705 2054 3750 2138 3705 2090 3659 2094 3705 2054 3750 2138 3795 2333 3750 2173 3705 2090 3750 2138 3795 2333 3841 2596 3795 2369 3750 2173 3795 2333 3841 2596 3886 2802 3841 2632 3795 2369 3841 2596 3886 2802 3932 2803 3886 2837 3841 2632 3886 2802 3932 2803 3977 2530 3932 2838 3886 2837 3932 2803 3977 2530 4023 2069 3977 2566 3932 2838 3977 2530 4023 2069 4068 1639 4023 2104 3977 2566 4023 2069 4068 1639 4114 1474 4068 1674 4023 2104 4068 1639 4114 1474 4159 1674 4114 1510 4068 1674 4114 1474 4159 1674 4205 2140 4159 1710 4114 1510 4159 1674 4205 2140 4250 2637 4205 2176 4159 1710 4205 2140 4250 2637 4295 2945 4250 2673 4205 2176 4250 2637 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [4295 2945 4341 2980 4295 2981 4250 2673 4295 2945 4341 2980 4386 2810 4341 3015 4295 2981 4341 2980 4386 2810 4432 2583 4386 2846 4341 3015 4386 2810 4432 2583 4477 2423 4432 2618 4386 2846 4432 2583 4477 2423 4523 2375 4477 2458 4432 2618 4477 2423 4523 2375 4568 2415 4523 2411 4477 2458 4523 2375 4568 2415 4614 2488 4568 2450 4523 2411 4568 2415 ] dogrey 32 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [2295 1560 2341 1633 2295 1595 2250 1556 2295 1560 2341 1633 2386 1699 2341 1669 2295 1595 2341 1633 2386 1699 2432 1742 2386 1735 2341 1669 2386 1699 2432 1742 2477 1764 2432 1777 2386 1735 2432 1742 2477 1764 2523 1778 2477 1800 2432 1777 2477 1764 2523 1778 2568 1790 2523 1813 2477 1800 2523 1778 2568 1790 2614 1805 2568 1826 2523 1813 2568 1790 2614 1805 2659 1821 2614 1840 2568 1826 2614 1805 2659 1821 2705 1839 2659 1857 2614 1840 2659 1821 2705 1839 2750 1857 2705 1874 2659 1857 2705 1839 2750 1857 2795 1875 2750 1892 2705 1874 2750 1857 2795 1875 2841 1893 2795 1910 2750 1892 2795 1875 2841 1893 2886 1911 2841 1928 2795 1910 2841 1893 2886 1911 2932 1928 2886 1946 2841 1928 2886 1911 2932 1928 2977 1946 2932 1964 2886 1946 2932 1928 2977 1946 3023 1964 2977 1982 2932 1964 2977 1946 3023 1964 3068 1982 3023 2000 2977 1982 3023 1964 3068 1982 3114 2000 3068 2017 3023 2000 3068 1982 3114 2000 3159 2017 3114 2035 3068 2017 3114 2000 3159 2017 3205 2035 3159 2053 3114 2035 3159 2017 3205 2035 3250 2053 3205 2071 3159 2053 3205 2035 3250 2053 3295 2070 3250 2088 3205 2071 3250 2053 3295 2070 3341 2090 3295 2106 3250 2088 3295 2070 3341 2090 3386 2111 3341 2125 3295 2106 3341 2090 3386 2111 3432 2134 3386 2146 3341 2125 3386 2111 3432 2134 3477 2156 3432 2170 3386 2146 3432 2134 3477 2156 3523 2169 3477 2192 3432 2170 3477 2156 3523 2169 3568 2162 3523 2205 3477 2192 3523 2169 3568 2162 3614 2132 3568 2198 3523 2205 3568 2162 3614 2132 3659 2094 3614 2168 3568 2198 3614 2132 3659 2094 3705 2090 3659 2130 3614 2168 3659 2094 3705 2090 3750 2173 3705 2126 3659 2130 3705 2090 3750 2173 3795 2369 3750 2209 3705 2126 3750 2173 3795 2369 3841 2632 3795 2405 3750 2209 3795 2369 3841 2632 3886 2837 3841 2667 3795 2405 3841 2632 3886 2837 3932 2838 3886 2873 3841 2667 3886 2837 3932 2838 3977 2566 3932 2874 3886 2873 3932 2838 3977 2566 4023 2104 3977 2601 3932 2874 3977 2566 4023 2104 4068 1674 4023 2140 3977 2601 4023 2104 4068 1674 4114 1510 4068 1710 4023 2140 4068 1674 4114 1510 4159 1710 4114 1545 4068 1710 4114 1510 4159 1710 4205 2176 4159 1746 4114 1545 4159 1710 4205 2176 4250 2673 4205 2211 4159 1746 4205 2176 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [4250 2673 4295 2981 4250 2708 4205 2211 4250 2673 4295 2981 4341 3015 4295 3016 4250 2708 4295 2981 4341 3015 4386 2846 4341 3051 4295 3016 4341 3015 4386 2846 4432 2618 4386 2881 4341 3051 4386 2846 4432 2618 4477 2458 4432 2654 4386 2881 4432 2618 4477 2458 4523 2411 4477 2494 4432 2654 4477 2458 4523 2411 4568 2450 4523 2446 4477 2494 4523 2411 ] dogrey 32 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [2250 1556 2295 1595 2250 1591 2205 1639 2250 1556 2295 1595 2341 1669 2295 1631 2250 1591 2295 1595 2341 1669 2386 1735 2341 1705 2295 1631 2341 1669 2386 1735 2432 1777 2386 1771 2341 1705 2386 1735 2432 1777 2477 1800 2432 1813 2386 1771 2432 1777 2477 1800 2523 1813 2477 1836 2432 1813 2477 1800 2523 1813 2568 1826 2523 1849 2477 1836 2523 1813 2568 1826 2614 1840 2568 1861 2523 1849 2568 1826 2614 1840 2659 1857 2614 1876 2568 1861 2614 1840 2659 1857 2705 1874 2659 1892 2614 1876 2659 1857 2705 1874 2750 1892 2705 1910 2659 1892 2705 1874 2750 1892 2795 1910 2750 1928 2705 1910 2750 1892 2795 1910 2841 1928 2795 1946 2750 1928 2795 1910 2841 1928 2886 1946 2841 1964 2795 1946 2841 1928 2886 1946 2932 1964 2886 1982 2841 1964 2886 1946 2932 1964 2977 1982 2932 2000 2886 1982 2932 1964 2977 1982 3023 2000 2977 2017 2932 2000 2977 1982 3023 2000 3068 2017 3023 2035 2977 2017 3023 2000 3068 2017 3114 2035 3068 2053 3023 2035 3068 2017 3114 2035 3159 2053 3114 2071 3068 2053 3114 2035 3159 2053 3205 2071 3159 2089 3114 2071 3159 2053 3205 2071 3250 2088 3205 2106 3159 2089 3205 2071 3250 2088 3295 2106 3250 2124 3205 2106 3250 2088 3295 2106 3341 2125 3295 2142 3250 2124 3295 2106 3341 2125 3386 2146 3341 2161 3295 2142 3341 2125 3386 2146 3432 2170 3386 2182 3341 2161 3386 2146 3432 2170 3477 2192 3432 2205 3386 2182 3432 2170 3477 2192 3523 2205 3477 2227 3432 2205 3477 2192 3523 2205 3568 2198 3523 2240 3477 2227 3523 2205 3568 2198 3614 2168 3568 2234 3523 2240 3568 2198 3614 2168 3659 2130 3614 2203 3568 2234 3614 2168 3659 2130 3705 2126 3659 2165 3614 2203 3659 2130 3705 2126 3750 2209 3705 2161 3659 2165 3705 2126 3750 2209 3795 2405 3750 2244 3705 2161 3750 2209 3795 2405 3841 2667 3795 2440 3750 2244 3795 2405 3841 2667 3886 2873 3841 2703 3795 2440 3841 2667 3886 2873 3932 2874 3886 2909 3841 2703 3886 2873 3932 2874 3977 2601 3932 2910 3886 2909 3932 2874 3977 2601 4023 2140 3977 2637 3932 2910 3977 2601 4023 2140 4068 1710 4023 2176 3977 2637 4023 2140 4068 1710 4114 1545 4068 1746 4023 2176 4068 1710 4114 1545 4159 1746 4114 1581 4068 1746 4114 1545 4159 1746 4205 2211 4159 1781 4114 1581 4159 1746 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [4205 2211 4250 2708 4205 2247 4159 1781 4205 2211 4250 2708 4295 3016 4250 2744 4205 2247 4250 2708 4295 3016 4341 3051 4295 3052 4250 2744 4295 3016 4341 3051 4386 2881 4341 3087 4295 3052 4341 3051 4386 2881 4432 2654 4386 2917 4341 3087 4386 2881 4432 2654 4477 2494 4432 2690 4386 2917 4432 2654 4477 2494 4523 2446 4477 2529 4432 2690 4477 2494 ] dogrey 32 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [2205 1639 2250 1591 2205 1674 2159 1835 2205 1639 2250 1591 2295 1631 2250 1627 2205 1674 2250 1591 2295 1631 2341 1705 2295 1667 2250 1627 2295 1631 2341 1705 2386 1771 2341 1740 2295 1667 2341 1705 2386 1771 2432 1813 2386 1806 2341 1740 2386 1771 2432 1813 2477 1836 2432 1849 2386 1806 2432 1813 2477 1836 2523 1849 2477 1871 2432 1849 2477 1836 2523 1849 2568 1861 2523 1885 2477 1871 2523 1849 2568 1861 2614 1876 2568 1897 2523 1885 2568 1861 2614 1876 2659 1892 2614 1911 2568 1897 2614 1876 2659 1892 2705 1910 2659 1928 2614 1911 2659 1892 2705 1910 2750 1928 2705 1946 2659 1928 2705 1910 2750 1928 2795 1946 2750 1964 2705 1946 2750 1928 2795 1946 2841 1964 2795 1982 2750 1964 2795 1946 2841 1964 2886 1982 2841 2000 2795 1982 2841 1964 2886 1982 2932 2000 2886 2017 2841 2000 2886 1982 2932 2000 2977 2017 2932 2035 2886 2017 2932 2000 2977 2017 3023 2035 2977 2053 2932 2035 2977 2017 3023 2035 3068 2053 3023 2071 2977 2053 3023 2035 3068 2053 3114 2071 3068 2089 3023 2071 3068 2053 3114 2071 3159 2089 3114 2106 3068 2089 3114 2071 3159 2089 3205 2106 3159 2124 3114 2106 3159 2089 3205 2106 3250 2124 3205 2142 3159 2124 3205 2106 3250 2124 3295 2142 3250 2159 3205 2142 3250 2124 3295 2142 3341 2161 3295 2177 3250 2159 3295 2142 3341 2161 3386 2182 3341 2196 3295 2177 3341 2161 3386 2182 3432 2205 3386 2218 3341 2196 3386 2182 3432 2205 3477 2227 3432 2241 3386 2218 3432 2205 3477 2227 3523 2240 3477 2263 3432 2241 3477 2227 3523 2240 3568 2234 3523 2276 3477 2263 3523 2240 3568 2234 3614 2203 3568 2269 3523 2276 3568 2234 3614 2203 3659 2165 3614 2239 3568 2269 3614 2203 3659 2165 3705 2161 3659 2201 3614 2239 3659 2165 3705 2161 3750 2244 3705 2197 3659 2201 3705 2161 3750 2244 3795 2440 3750 2280 3705 2197 3750 2244 3795 2440 3841 2703 3795 2476 3750 2280 3795 2440 3841 2703 3886 2909 3841 2739 3795 2476 3841 2703 3886 2909 3932 2910 3886 2944 3841 2739 3886 2909 3932 2910 3977 2637 3932 2945 3886 2944 3932 2910 3977 2637 4023 2176 3977 2673 3932 2945 3977 2637 4023 2176 4068 1746 4023 2211 3977 2673 4023 2176 4068 1746 4114 1581 4068 1781 4023 2211 4068 1746 4114 1581 4159 1781 4114 1616 4068 1781 4114 1581 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [4159 1781 4205 2247 4159 1817 4114 1616 4159 1781 4205 2247 4250 2744 4205 2282 4159 1817 4205 2247 4250 2744 4295 3052 4250 2779 4205 2282 4250 2744 4295 3052 4341 3087 4295 3088 4250 2779 4295 3052 4341 3087 4386 2917 4341 3122 4295 3088 4341 3087 4386 2917 4432 2690 4386 2952 4341 3122 4386 2917 4432 2690 4477 2529 4432 2725 4386 2952 4432 2690 ] dogrey 32 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [2159 1835 2205 1674 2159 1870 2114 2098 2159 1835 2205 1674 2250 1627 2205 1710 2159 1870 2205 1674 2250 1627 2295 1667 2250 1663 2205 1710 2250 1627 2295 1667 2341 1740 2295 1702 2250 1663 2295 1667 2341 1740 2386 1806 2341 1776 2295 1702 2341 1740 2386 1806 2432 1849 2386 1842 2341 1776 2386 1806 2432 1849 2477 1871 2432 1884 2386 1842 2432 1849 2477 1871 2523 1885 2477 1907 2432 1884 2477 1871 2523 1885 2568 1897 2523 1920 2477 1907 2523 1885 2568 1897 2614 1911 2568 1933 2523 1920 2568 1897 2614 1911 2659 1928 2614 1947 2568 1933 2614 1911 2659 1928 2705 1946 2659 1964 2614 1947 2659 1928 2705 1946 2750 1964 2705 1981 2659 1964 2705 1946 2750 1964 2795 1982 2750 1999 2705 1981 2750 1964 2795 1982 2841 2000 2795 2017 2750 1999 2795 1982 2841 2000 2886 2017 2841 2035 2795 2017 2841 2000 2886 2017 2932 2035 2886 2053 2841 2035 2886 2017 2932 2035 2977 2053 2932 2071 2886 2053 2932 2035 2977 2053 3023 2071 2977 2089 2932 2071 2977 2053 3023 2071 3068 2089 3023 2106 2977 2089 3023 2071 3068 2089 3114 2106 3068 2124 3023 2106 3068 2089 3114 2106 3159 2124 3114 2142 3068 2124 3114 2106 3159 2124 3205 2142 3159 2160 3114 2142 3159 2124 3205 2142 3250 2159 3205 2177 3159 2160 3205 2142 3250 2159 3295 2177 3250 2195 3205 2177 3250 2159 3295 2177 3341 2196 3295 2213 3250 2195 3295 2177 3341 2196 3386 2218 3341 2232 3295 2213 3341 2196 3386 2218 3432 2241 3386 2253 3341 2232 3386 2218 3432 2241 3477 2263 3432 2277 3386 2253 3432 2241 3477 2263 3523 2276 3477 2299 3432 2277 3477 2263 3523 2276 3568 2269 3523 2312 3477 2299 3523 2276 3568 2269 3614 2239 3568 2305 3523 2312 3568 2269 3614 2239 3659 2201 3614 2275 3568 2305 3614 2239 3659 2201 3705 2197 3659 2236 3614 2275 3659 2201 3705 2197 3750 2280 3705 2232 3659 2236 3705 2197 3750 2280 3795 2476 3750 2316 3705 2232 3750 2280 3795 2476 3841 2739 3795 2512 3750 2316 3795 2476 3841 2739 3886 2944 3841 2774 3795 2512 3841 2739 3886 2944 3932 2945 3886 2980 3841 2774 3886 2944 3932 2945 3977 2673 3932 2981 3886 2980 3932 2945 3977 2673 4023 2211 3977 2708 3932 2981 3977 2673 4023 2211 4068 1781 4023 2247 3977 2708 4023 2211 4068 1781 4114 1616 4068 1817 4023 2247 4068 1781 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [4114 1616 4159 1817 4114 1652 4068 1817 4114 1616 4159 1817 4205 2282 4159 1852 4114 1652 4159 1817 4205 2282 4250 2779 4205 2318 4159 1852 4205 2282 4250 2779 4295 3088 4250 2815 4205 2318 4250 2779 4295 3088 4341 3122 4295 3123 4250 2815 4295 3088 4341 3122 4386 2952 4341 3158 4295 3123 4341 3122 4386 2952 4432 2725 4386 2988 4341 3158 4386 2952 ] dogrey 32 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [2114 2098 2159 1870 2114 2133 2068 2303 2114 2098 2159 1870 2205 1710 2159 1906 2114 2133 2159 1870 2205 1710 2250 1663 2205 1746 2159 1906 2205 1710 2250 1663 2295 1702 2250 1698 2205 1746 2250 1663 2295 1702 2341 1776 2295 1738 2250 1698 2295 1702 2341 1776 2386 1842 2341 1811 2295 1738 2341 1776 2386 1842 2432 1884 2386 1877 2341 1811 2386 1842 2432 1884 2477 1907 2432 1920 2386 1877 2432 1884 2477 1907 2523 1920 2477 1943 2432 1920 2477 1907 2523 1920 2568 1933 2523 1956 2477 1943 2523 1920 2568 1933 2614 1947 2568 1968 2523 1956 2568 1933 2614 1947 2659 1964 2614 1983 2568 1968 2614 1947 2659 1964 2705 1981 2659 1999 2614 1983 2659 1964 2705 1981 2750 1999 2705 2017 2659 1999 2705 1981 2750 1999 2795 2017 2750 2035 2705 2017 2750 1999 2795 2017 2841 2035 2795 2053 2750 2035 2795 2017 2841 2035 2886 2053 2841 2071 2795 2053 2841 2035 2886 2053 2932 2071 2886 2089 2841 2071 2886 2053 2932 2071 2977 2089 2932 2106 2886 2089 2932 2071 2977 2089 3023 2106 2977 2124 2932 2106 2977 2089 3023 2106 3068 2124 3023 2142 2977 2124 3023 2106 3068 2124 3114 2142 3068 2160 3023 2142 3068 2124 3114 2142 3159 2160 3114 2178 3068 2160 3114 2142 3159 2160 3205 2177 3159 2195 3114 2178 3159 2160 3205 2177 3250 2195 3205 2213 3159 2195 3205 2177 3250 2195 3295 2213 3250 2231 3205 2213 3250 2195 3295 2213 3341 2232 3295 2249 3250 2231 3295 2213 3341 2232 3386 2253 3341 2268 3295 2249 3341 2232 3386 2253 3432 2277 3386 2289 3341 2268 3386 2253 3432 2277 3477 2299 3432 2312 3386 2289 3432 2277 3477 2299 3523 2312 3477 2334 3432 2312 3477 2299 3523 2312 3568 2305 3523 2347 3477 2334 3523 2312 3568 2305 3614 2275 3568 2341 3523 2347 3568 2305 3614 2275 3659 2236 3614 2310 3568 2341 3614 2275 3659 2236 3705 2232 3659 2272 3614 2310 3659 2236 3705 2232 3750 2316 3705 2268 3659 2272 3705 2232 3750 2316 3795 2512 3750 2351 3705 2268 3750 2316 3795 2512 3841 2774 3795 2547 3750 2351 3795 2512 3841 2774 3886 2980 3841 2810 3795 2547 3841 2774 3886 2980 3932 2981 3886 3015 3841 2810 3886 2980 3932 2981 3977 2708 3932 3016 3886 3015 3932 2981 3977 2708 4023 2247 3977 2744 3932 3016 3977 2708 4023 2247 4068 1817 4023 2282 3977 2744 4023 2247 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [4068 1817 4114 1652 4068 1852 4023 2282 4068 1817 4114 1652 4159 1852 4114 1688 4068 1852 4114 1652 4159 1852 4205 2318 4159 1888 4114 1688 4159 1852 4205 2318 4250 2815 4205 2354 4159 1888 4205 2318 4250 2815 4295 3123 4250 2851 4205 2354 4250 2815 4295 3123 4341 3158 4295 3159 4250 2851 4295 3123 4341 3158 4386 2988 4341 3193 4295 3159 4341 3158 ] dogrey 32 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [2068 2303 2114 2133 2068 2339 2023 2304 2068 2303 2114 2133 2159 1906 2114 2169 2068 2339 2114 2133 2159 1906 2205 1746 2159 1942 2114 2169 2159 1906 2205 1746 2250 1698 2205 1781 2159 1942 2205 1746 2250 1698 2295 1738 2250 1734 2205 1781 2250 1698 2295 1738 2341 1811 2295 1773 2250 1734 2295 1738 2341 1811 2386 1877 2341 1847 2295 1773 2341 1811 2386 1877 2432 1920 2386 1913 2341 1847 2386 1877 2432 1920 2477 1943 2432 1955 2386 1913 2432 1920 2477 1943 2523 1956 2477 1978 2432 1955 2477 1943 2523 1956 2568 1968 2523 1992 2477 1978 2523 1956 2568 1968 2614 1983 2568 2004 2523 1992 2568 1968 2614 1983 2659 1999 2614 2018 2568 2004 2614 1983 2659 1999 2705 2017 2659 2035 2614 2018 2659 1999 2705 2017 2750 2035 2705 2053 2659 2035 2705 2017 2750 2035 2795 2053 2750 2071 2705 2053 2750 2035 2795 2053 2841 2071 2795 2089 2750 2071 2795 2053 2841 2071 2886 2089 2841 2106 2795 2089 2841 2071 2886 2089 2932 2106 2886 2124 2841 2106 2886 2089 2932 2106 2977 2124 2932 2142 2886 2124 2932 2106 2977 2124 3023 2142 2977 2160 2932 2142 2977 2124 3023 2142 3068 2160 3023 2178 2977 2160 3023 2142 3068 2160 3114 2178 3068 2196 3023 2178 3068 2160 3114 2178 3159 2195 3114 2213 3068 2196 3114 2178 3159 2195 3205 2213 3159 2231 3114 2213 3159 2195 3205 2213 3250 2231 3205 2249 3159 2231 3205 2213 3250 2231 3295 2249 3250 2266 3205 2249 3250 2231 3295 2249 3341 2268 3295 2284 3250 2266 3295 2249 3341 2268 3386 2289 3341 2303 3295 2284 3341 2268 3386 2289 3432 2312 3386 2324 3341 2303 3386 2289 3432 2312 3477 2334 3432 2348 3386 2324 3432 2312 3477 2334 3523 2347 3477 2370 3432 2348 3477 2334 3523 2347 3568 2341 3523 2383 3477 2370 3523 2347 3568 2341 3614 2310 3568 2376 3523 2383 3568 2341 3614 2310 3659 2272 3614 2346 3568 2376 3614 2310 3659 2272 3705 2268 3659 2308 3614 2346 3659 2272 3705 2268 3750 2351 3705 2304 3659 2308 3705 2268 3750 2351 3795 2547 3750 2387 3705 2304 3750 2351 3795 2547 3841 2810 3795 2583 3750 2387 3795 2547 3841 2810 3886 3015 3841 2846 3795 2583 3841 2810 3886 3015 3932 3016 3886 3051 3841 2846 3886 3015 3932 3016 3977 2744 3932 3052 3886 3051 3932 3016 3977 2744 4023 2282 3977 2779 3932 3052 3977 2744 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [4023 2282 4068 1852 4023 2318 3977 2779 4023 2282 4068 1852 4114 1688 4068 1888 4023 2318 4068 1852 4114 1688 4159 1888 4114 1723 4068 1888 4114 1688 4159 1888 4205 2354 4159 1924 4114 1723 4159 1888 4205 2354 4250 2851 4205 2389 4159 1924 4205 2354 4250 2851 4295 3159 4250 2886 4205 2389 4250 2851 4295 3159 4341 3193 4295 3194 4250 2886 4295 3159 ] dogrey 32 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [2023 2304 2068 2339 2023 2340 1977 2031 2023 2304 2068 2339 2114 2169 2068 2374 2023 2340 2068 2339 2114 2169 2159 1942 2114 2204 2068 2374 2114 2169 2159 1942 2205 1781 2159 1977 2114 2204 2159 1942 2205 1781 2250 1734 2205 1817 2159 1977 2205 1781 2250 1734 2295 1773 2250 1769 2205 1817 2250 1734 2295 1773 2341 1847 2295 1809 2250 1769 2295 1773 2341 1847 2386 1913 2341 1883 2295 1809 2341 1847 2386 1913 2432 1955 2386 1949 2341 1883 2386 1913 2432 1955 2477 1978 2432 1991 2386 1949 2432 1955 2477 1978 2523 1992 2477 2014 2432 1991 2477 1978 2523 1992 2568 2004 2523 2027 2477 2014 2523 1992 2568 2004 2614 2018 2568 2039 2523 2027 2568 2004 2614 2018 2659 2035 2614 2054 2568 2039 2614 2018 2659 2035 2705 2053 2659 2070 2614 2054 2659 2035 2705 2053 2750 2071 2705 2088 2659 2070 2705 2053 2750 2071 2795 2089 2750 2106 2705 2088 2750 2071 2795 2089 2841 2106 2795 2124 2750 2106 2795 2089 2841 2106 2886 2124 2841 2142 2795 2124 2841 2106 2886 2124 2932 2142 2886 2160 2841 2142 2886 2124 2932 2142 2977 2160 2932 2178 2886 2160 2932 2142 2977 2160 3023 2178 2977 2196 2932 2178 2977 2160 3023 2178 3068 2196 3023 2213 2977 2196 3023 2178 3068 2196 3114 2213 3068 2231 3023 2213 3068 2196 3114 2213 3159 2231 3114 2249 3068 2231 3114 2213 3159 2231 3205 2249 3159 2267 3114 2249 3159 2231 3205 2249 3250 2266 3205 2284 3159 2267 3205 2249 3250 2266 3295 2284 3250 2302 3205 2284 3250 2266 3295 2284 3341 2303 3295 2320 3250 2302 3295 2284 3341 2303 3386 2324 3341 2339 3295 2320 3341 2303 3386 2324 3432 2348 3386 2360 3341 2339 3386 2324 3432 2348 3477 2370 3432 2383 3386 2360 3432 2348 3477 2370 3523 2383 3477 2406 3432 2383 3477 2370 3523 2383 3568 2376 3523 2419 3477 2406 3523 2383 3568 2376 3614 2346 3568 2412 3523 2419 3568 2376 3614 2346 3659 2308 3614 2381 3568 2412 3614 2346 3659 2308 3705 2304 3659 2343 3614 2381 3659 2308 3705 2304 3750 2387 3705 2339 3659 2343 3705 2304 3750 2387 3795 2583 3750 2423 3705 2339 3750 2387 3795 2583 3841 2846 3795 2618 3750 2423 3795 2583 3841 2846 3886 3051 3841 2881 3795 2618 3841 2846 3886 3051 3932 3052 3886 3087 3841 2881 3886 3051 3932 3052 3977 2779 3932 3088 3886 3087 3932 3052 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [3977 2779 4023 2318 3977 2815 3932 3088 3977 2779 4023 2318 4068 1888 4023 2354 3977 2815 4023 2318 4068 1888 4114 1723 4068 1924 4023 2354 4068 1888 4114 1723 4159 1924 4114 1759 4068 1924 4114 1723 4159 1924 4205 2389 4159 1959 4114 1759 4159 1924 4205 2389 4250 2886 4205 2425 4159 1959 4205 2389 4250 2886 4295 3194 4250 2922 4205 2425 4250 2886 ] dogrey 32 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [1977 2031 2023 2340 1977 2067 1932 1570 1977 2031 2023 2340 2068 2374 2023 2375 1977 2067 2023 2340 2068 2374 2114 2204 2068 2410 2023 2375 2068 2374 2114 2204 2159 1977 2114 2240 2068 2410 2114 2204 2159 1977 2205 1817 2159 2013 2114 2240 2159 1977 2205 1817 2250 1769 2205 1853 2159 2013 2205 1817 2250 1769 2295 1809 2250 1805 2205 1853 2250 1769 2295 1809 2341 1883 2295 1845 2250 1805 2295 1809 2341 1883 2386 1949 2341 1918 2295 1845 2341 1883 2386 1949 2432 1991 2386 1984 2341 1918 2386 1949 2432 1991 2477 2014 2432 2027 2386 1984 2432 1991 2477 2014 2523 2027 2477 2049 2432 2027 2477 2014 2523 2027 2568 2039 2523 2063 2477 2049 2523 2027 2568 2039 2614 2054 2568 2075 2523 2063 2568 2039 2614 2054 2659 2070 2614 2090 2568 2075 2614 2054 2659 2070 2705 2088 2659 2106 2614 2090 2659 2070 2705 2088 2750 2106 2705 2124 2659 2106 2705 2088 2750 2106 2795 2124 2750 2142 2705 2124 2750 2106 2795 2124 2841 2142 2795 2160 2750 2142 2795 2124 2841 2142 2886 2160 2841 2178 2795 2160 2841 2142 2886 2160 2932 2178 2886 2196 2841 2178 2886 2160 2932 2178 2977 2196 2932 2213 2886 2196 2932 2178 2977 2196 3023 2213 2977 2231 2932 2213 2977 2196 3023 2213 3068 2231 3023 2249 2977 2231 3023 2213 3068 2231 3114 2249 3068 2267 3023 2249 3068 2231 3114 2249 3159 2267 3114 2285 3068 2267 3114 2249 3159 2267 3205 2284 3159 2302 3114 2285 3159 2267 3205 2284 3250 2302 3205 2320 3159 2302 3205 2284 3250 2302 3295 2320 3250 2337 3205 2320 3250 2302 3295 2320 3341 2339 3295 2355 3250 2337 3295 2320 3341 2339 3386 2360 3341 2374 3295 2355 3341 2339 3386 2360 3432 2383 3386 2396 3341 2374 3386 2360 3432 2383 3477 2406 3432 2419 3386 2396 3432 2383 3477 2406 3523 2419 3477 2441 3432 2419 3477 2406 3523 2419 3568 2412 3523 2454 3477 2441 3523 2419 3568 2412 3614 2381 3568 2447 3523 2454 3568 2412 3614 2381 3659 2343 3614 2417 3568 2447 3614 2381 3659 2343 3705 2339 3659 2379 3614 2417 3659 2343 3705 2339 3750 2423 3705 2375 3659 2379 3705 2339 3750 2423 3795 2618 3750 2458 3705 2375 3750 2423 3795 2618 3841 2881 3795 2654 3750 2458 3795 2618 3841 2881 3886 3087 3841 2917 3795 2654 3841 2881 3886 3087 3932 3088 3886 3122 3841 2917 3886 3087 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [3932 3088 3977 2815 3932 3123 3886 3122 3932 3088 3977 2815 4023 2354 3977 2851 3932 3123 3977 2815 4023 2354 4068 1924 4023 2389 3977 2851 4023 2354 4068 1924 4114 1759 4068 1959 4023 2389 4068 1924 4114 1759 4159 1959 4114 1795 4068 1959 4114 1759 4159 1959 4205 2425 4159 1995 4114 1795 4159 1959 4205 2425 4250 2922 4205 2460 4159 1995 4205 2425 ] dogrey 32 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [1932 1570 1977 2067 1932 1606 1886 1140 1932 1570 1977 2067 2023 2375 1977 2103 1932 1606 1977 2067 2023 2375 2068 2410 2023 2411 1977 2103 2023 2375 2068 2410 2114 2240 2068 2445 2023 2411 2068 2410 2114 2240 2159 2013 2114 2276 2068 2445 2114 2240 2159 2013 2205 1853 2159 2048 2114 2276 2159 2013 2205 1853 2250 1805 2205 1888 2159 2048 2205 1853 2250 1805 2295 1845 2250 1841 2205 1888 2250 1805 2295 1845 2341 1918 2295 1880 2250 1841 2295 1845 2341 1918 2386 1984 2341 1954 2295 1880 2341 1918 2386 1984 2432 2027 2386 2020 2341 1954 2386 1984 2432 2027 2477 2049 2432 2062 2386 2020 2432 2027 2477 2049 2523 2063 2477 2085 2432 2062 2477 2049 2523 2063 2568 2075 2523 2098 2477 2085 2523 2063 2568 2075 2614 2090 2568 2111 2523 2098 2568 2075 2614 2090 2659 2106 2614 2125 2568 2111 2614 2090 2659 2106 2705 2124 2659 2142 2614 2125 2659 2106 2705 2124 2750 2142 2705 2159 2659 2142 2705 2124 2750 2142 2795 2160 2750 2177 2705 2159 2750 2142 2795 2160 2841 2178 2795 2195 2750 2177 2795 2160 2841 2178 2886 2196 2841 2213 2795 2195 2841 2178 2886 2196 2932 2213 2886 2231 2841 2213 2886 2196 2932 2213 2977 2231 2932 2249 2886 2231 2932 2213 2977 2231 3023 2249 2977 2267 2932 2249 2977 2231 3023 2249 3068 2267 3023 2285 2977 2267 3023 2249 3068 2267 3114 2285 3068 2302 3023 2285 3068 2267 3114 2285 3159 2302 3114 2320 3068 2302 3114 2285 3159 2302 3205 2320 3159 2338 3114 2320 3159 2302 3205 2320 3250 2337 3205 2356 3159 2338 3205 2320 3250 2337 3295 2355 3250 2373 3205 2356 3250 2337 3295 2355 3341 2374 3295 2391 3250 2373 3295 2355 3341 2374 3386 2396 3341 2410 3295 2391 3341 2374 3386 2396 3432 2419 3386 2431 3341 2410 3386 2396 3432 2419 3477 2441 3432 2455 3386 2431 3432 2419 3477 2441 3523 2454 3477 2477 3432 2455 3477 2441 3523 2454 3568 2447 3523 2490 3477 2477 3523 2454 3568 2447 3614 2417 3568 2483 3523 2490 3568 2447 3614 2417 3659 2379 3614 2453 3568 2483 3614 2417 3659 2379 3705 2375 3659 2415 3614 2453 3659 2379 3705 2375 3750 2458 3705 2411 3659 2415 3705 2375 3750 2458 3795 2654 3750 2494 3705 2411 3750 2458 3795 2654 3841 2917 3795 2690 3750 2494 3795 2654 3841 2917 3886 3122 3841 2952 3795 2690 3841 2917 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [3886 3122 3932 3123 3886 3158 3841 2952 3886 3122 3932 3123 3977 2851 3932 3159 3886 3158 3932 3123 3977 2851 4023 2389 3977 2886 3932 3159 3977 2851 4023 2389 4068 1959 4023 2425 3977 2886 4023 2389 4068 1959 4114 1795 4068 1995 4023 2425 4068 1959 4114 1795 4159 1995 4114 1830 4068 1995 4114 1795 4159 1995 4205 2460 4159 2031 4114 1830 4159 1995 ] dogrey 32 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [1886 1140 1932 1606 1886 1176 1841 975 1886 1140 1932 1606 1977 2103 1932 1641 1886 1176 1932 1606 1977 2103 2023 2411 1977 2138 1932 1641 1977 2103 2023 2411 2068 2445 2023 2446 1977 2138 2023 2411 2068 2445 2114 2276 2068 2481 2023 2446 2068 2445 2114 2276 2159 2048 2114 2311 2068 2481 2114 2276 2159 2048 2205 1888 2159 2084 2114 2311 2159 2048 2205 1888 2250 1841 2205 1924 2159 2084 2205 1888 2250 1841 2295 1880 2250 1876 2205 1924 2250 1841 2295 1880 2341 1954 2295 1916 2250 1876 2295 1880 2341 1954 2386 2020 2341 1990 2295 1916 2341 1954 2386 2020 2432 2062 2386 2056 2341 1990 2386 2020 2432 2062 2477 2085 2432 2098 2386 2056 2432 2062 2477 2085 2523 2098 2477 2121 2432 2098 2477 2085 2523 2098 2568 2111 2523 2134 2477 2121 2523 2098 2568 2111 2614 2125 2568 2146 2523 2134 2568 2111 2614 2125 2659 2142 2614 2161 2568 2146 2614 2125 2659 2142 2705 2159 2659 2177 2614 2161 2659 2142 2705 2159 2750 2177 2705 2195 2659 2177 2705 2159 2750 2177 2795 2195 2750 2213 2705 2195 2750 2177 2795 2195 2841 2213 2795 2231 2750 2213 2795 2195 2841 2213 2886 2231 2841 2249 2795 2231 2841 2213 2886 2231 2932 2249 2886 2267 2841 2249 2886 2231 2932 2249 2977 2267 2932 2285 2886 2267 2932 2249 2977 2267 3023 2285 2977 2302 2932 2285 2977 2267 3023 2285 3068 2302 3023 2320 2977 2302 3023 2285 3068 2302 3114 2320 3068 2338 3023 2320 3068 2302 3114 2320 3159 2338 3114 2356 3068 2338 3114 2320 3159 2338 3205 2356 3159 2374 3114 2356 3159 2338 3205 2356 3250 2373 3205 2391 3159 2374 3205 2356 3250 2373 3295 2391 3250 2409 3205 2391 3250 2373 3295 2391 3341 2410 3295 2427 3250 2409 3295 2391 3341 2410 3386 2431 3341 2446 3295 2427 3341 2410 3386 2431 3432 2455 3386 2467 3341 2446 3386 2431 3432 2455 3477 2477 3432 2490 3386 2467 3432 2455 3477 2477 3523 2490 3477 2512 3432 2490 3477 2477 3523 2490 3568 2483 3523 2525 3477 2512 3523 2490 3568 2483 3614 2453 3568 2519 3523 2525 3568 2483 3614 2453 3659 2415 3614 2488 3568 2519 3614 2453 3659 2415 3705 2411 3659 2450 3614 2488 3659 2415 3705 2411 3750 2494 3705 2446 3659 2450 3705 2411 3750 2494 3795 2690 3750 2529 3705 2446 3750 2494 3795 2690 3841 2952 3795 2725 3750 2529 3795 2690 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [3841 2952 3886 3158 3841 2988 3795 2725 3841 2952 3886 3158 3932 3159 3886 3193 3841 2988 3886 3158 3932 3159 3977 2886 3932 3194 3886 3193 3932 3159 3977 2886 4023 2425 3977 2922 3932 3194 3977 2886 4023 2425 4068 1995 4023 2460 3977 2922 4023 2425 4068 1995 4114 1830 4068 2031 4023 2460 4068 1995 4114 1830 4159 2031 4114 1866 4068 2031 4114 1830 ] dogrey 32 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [1841 975 1886 1176 1841 1011 1795 1176 1841 975 1886 1176 1932 1641 1886 1211 1841 1011 1886 1176 1932 1641 1977 2138 1932 1677 1886 1211 1932 1641 1977 2138 2023 2446 1977 2174 1932 1677 1977 2138 2023 2446 2068 2481 2023 2482 1977 2174 2023 2446 2068 2481 2114 2311 2068 2517 2023 2482 2068 2481 2114 2311 2159 2084 2114 2347 2068 2517 2114 2311 2159 2084 2205 1924 2159 2120 2114 2347 2159 2084 2205 1924 2250 1876 2205 1959 2159 2120 2205 1924 2250 1876 2295 1916 2250 1912 2205 1959 2250 1876 2295 1916 2341 1990 2295 1952 2250 1912 2295 1916 2341 1990 2386 2056 2341 2025 2295 1952 2341 1990 2386 2056 2432 2098 2386 2091 2341 2025 2386 2056 2432 2098 2477 2121 2432 2134 2386 2091 2432 2098 2477 2121 2523 2134 2477 2156 2432 2134 2477 2121 2523 2134 2568 2146 2523 2170 2477 2156 2523 2134 2568 2146 2614 2161 2568 2182 2523 2170 2568 2146 2614 2161 2659 2177 2614 2196 2568 2182 2614 2161 2659 2177 2705 2195 2659 2213 2614 2196 2659 2177 2705 2195 2750 2213 2705 2231 2659 2213 2705 2195 2750 2213 2795 2231 2750 2249 2705 2231 2750 2213 2795 2231 2841 2249 2795 2267 2750 2249 2795 2231 2841 2249 2886 2267 2841 2285 2795 2267 2841 2249 2886 2267 2932 2285 2886 2302 2841 2285 2886 2267 2932 2285 2977 2302 2932 2320 2886 2302 2932 2285 2977 2302 3023 2320 2977 2338 2932 2320 2977 2302 3023 2320 3068 2338 3023 2356 2977 2338 3023 2320 3068 2338 3114 2356 3068 2374 3023 2356 3068 2338 3114 2356 3159 2374 3114 2391 3068 2374 3114 2356 3159 2374 3205 2391 3159 2409 3114 2391 3159 2374 3205 2391 3250 2409 3205 2427 3159 2409 3205 2391 3250 2409 3295 2427 3250 2444 3205 2427 3250 2409 3295 2427 3341 2446 3295 2462 3250 2444 3295 2427 3341 2446 3386 2467 3341 2481 3295 2462 3341 2446 3386 2467 3432 2490 3386 2503 3341 2481 3386 2467 3432 2490 3477 2512 3432 2526 3386 2503 3432 2490 3477 2512 3523 2525 3477 2548 3432 2526 3477 2512 3523 2525 3568 2519 3523 2561 3477 2548 3523 2525 3568 2519 3614 2488 3568 2554 3523 2561 3568 2519 3614 2488 3659 2450 3614 2524 3568 2554 3614 2488 3659 2450 3705 2446 3659 2486 3614 2524 3659 2450 3705 2446 3750 2529 3705 2482 3659 2486 3705 2446 3750 2529 3795 2725 3750 2565 3705 2482 3750 2529 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [3795 2725 3841 2988 3795 2761 3750 2565 3795 2725 3841 2988 3886 3193 3841 3024 3795 2761 3841 2988 3886 3193 3932 3194 3886 3229 3841 3024 3886 3193 3932 3194 3977 2922 3932 3230 3886 3229 3932 3194 3977 2922 4023 2460 3977 2957 3932 3230 3977 2922 4023 2460 4068 2031 4023 2496 3977 2957 4023 2460 4068 2031 4114 1866 4068 2066 4023 2496 4068 2031 ] dogrey 32 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [1795 1176 1841 1011 1795 1211 1750 1641 1795 1176 1841 1011 1886 1211 1841 1047 1795 1211 1841 1011 1886 1211 1932 1677 1886 1247 1841 1047 1886 1211 1932 1677 1977 2174 1932 1712 1886 1247 1932 1677 1977 2174 2023 2482 1977 2209 1932 1712 1977 2174 2023 2482 2068 2517 2023 2518 1977 2209 2023 2482 2068 2517 2114 2347 2068 2552 2023 2518 2068 2517 2114 2347 2159 2120 2114 2382 2068 2552 2114 2347 2159 2120 2205 1959 2159 2155 2114 2382 2159 2120 2205 1959 2250 1912 2205 1995 2159 2155 2205 1959 2250 1912 2295 1952 2250 1947 2205 1995 2250 1912 2295 1952 2341 2025 2295 1987 2250 1947 2295 1952 2341 2025 2386 2091 2341 2061 2295 1987 2341 2025 2386 2091 2432 2134 2386 2127 2341 2061 2386 2091 2432 2134 2477 2156 2432 2169 2386 2127 2432 2134 2477 2156 2523 2170 2477 2192 2432 2169 2477 2156 2523 2170 2568 2182 2523 2205 2477 2192 2523 2170 2568 2182 2614 2196 2568 2218 2523 2205 2568 2182 2614 2196 2659 2213 2614 2232 2568 2218 2614 2196 2659 2213 2705 2231 2659 2249 2614 2232 2659 2213 2705 2231 2750 2249 2705 2266 2659 2249 2705 2231 2750 2249 2795 2267 2750 2284 2705 2266 2750 2249 2795 2267 2841 2285 2795 2302 2750 2284 2795 2267 2841 2285 2886 2302 2841 2320 2795 2302 2841 2285 2886 2302 2932 2320 2886 2338 2841 2320 2886 2302 2932 2320 2977 2338 2932 2356 2886 2338 2932 2320 2977 2338 3023 2356 2977 2374 2932 2356 2977 2338 3023 2356 3068 2374 3023 2391 2977 2374 3023 2356 3068 2374 3114 2391 3068 2409 3023 2391 3068 2374 3114 2391 3159 2409 3114 2427 3068 2409 3114 2391 3159 2409 3205 2427 3159 2445 3114 2427 3159 2409 3205 2427 3250 2444 3205 2462 3159 2445 3205 2427 3250 2444 3295 2462 3250 2480 3205 2462 3250 2444 3295 2462 3341 2481 3295 2498 3250 2480 3295 2462 3341 2481 3386 2503 3341 2517 3295 2498 3341 2481 3386 2503 3432 2526 3386 2538 3341 2517 3386 2503 3432 2526 3477 2548 3432 2562 3386 2538 3432 2526 3477 2548 3523 2561 3477 2584 3432 2562 3477 2548 3523 2561 3568 2554 3523 2597 3477 2584 3523 2561 3568 2554 3614 2524 3568 2590 3523 2597 3568 2554 3614 2524 3659 2486 3614 2560 3568 2590 3614 2524 3659 2486 3705 2482 3659 2521 3614 2560 3659 2486 3705 2482 3750 2565 3705 2517 3659 2521 3705 2482 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [3750 2565 3795 2761 3750 2601 3705 2517 3750 2565 3795 2761 3841 3024 3795 2797 3750 2601 3795 2761 3841 3024 3886 3229 3841 3059 3795 2797 3841 3024 3886 3229 3932 3230 3886 3265 3841 3059 3886 3229 3932 3230 3977 2957 3932 3266 3886 3265 3932 3230 3977 2957 4023 2496 3977 2993 3932 3266 3977 2957 4023 2496 4068 2066 4023 2532 3977 2993 4023 2496 ] dogrey 32 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [1750 1641 1795 1211 1750 1677 1705 2138 1750 1641 1795 1211 1841 1047 1795 1247 1750 1677 1795 1211 1841 1047 1886 1247 1841 1082 1795 1247 1841 1047 1886 1247 1932 1712 1886 1282 1841 1082 1886 1247 1932 1712 1977 2209 1932 1748 1886 1282 1932 1712 1977 2209 2023 2518 1977 2245 1932 1748 1977 2209 2023 2518 2068 2552 2023 2553 1977 2245 2023 2518 2068 2552 2114 2382 2068 2588 2023 2553 2068 2552 2114 2382 2159 2155 2114 2418 2068 2588 2114 2382 2159 2155 2205 1995 2159 2191 2114 2418 2159 2155 2205 1995 2250 1947 2205 2031 2159 2191 2205 1995 2250 1947 2295 1987 2250 1983 2205 2031 2250 1947 2295 1987 2341 2061 2295 2023 2250 1983 2295 1987 2341 2061 2386 2127 2341 2096 2295 2023 2341 2061 2386 2127 2432 2169 2386 2162 2341 2096 2386 2127 2432 2169 2477 2192 2432 2205 2386 2162 2432 2169 2477 2192 2523 2205 2477 2227 2432 2205 2477 2192 2523 2205 2568 2218 2523 2241 2477 2227 2523 2205 2568 2218 2614 2232 2568 2253 2523 2241 2568 2218 2614 2232 2659 2249 2614 2268 2568 2253 2614 2232 2659 2249 2705 2266 2659 2284 2614 2268 2659 2249 2705 2266 2750 2284 2705 2302 2659 2284 2705 2266 2750 2284 2795 2302 2750 2320 2705 2302 2750 2284 2795 2302 2841 2320 2795 2338 2750 2320 2795 2302 2841 2320 2886 2338 2841 2356 2795 2338 2841 2320 2886 2338 2932 2356 2886 2374 2841 2356 2886 2338 2932 2356 2977 2374 2932 2391 2886 2374 2932 2356 2977 2374 3023 2391 2977 2409 2932 2391 2977 2374 3023 2391 3068 2409 3023 2427 2977 2409 3023 2391 3068 2409 3114 2427 3068 2445 3023 2427 3068 2409 3114 2427 3159 2445 3114 2463 3068 2445 3114 2427 3159 2445 3205 2462 3159 2480 3114 2463 3159 2445 3205 2462 3250 2480 3205 2498 3159 2480 3205 2462 3250 2480 3295 2498 3250 2516 3205 2498 3250 2480 3295 2498 3341 2517 3295 2534 3250 2516 3295 2498 3341 2517 3386 2538 3341 2553 3295 2534 3341 2517 3386 2538 3432 2562 3386 2574 3341 2553 3386 2538 3432 2562 3477 2584 3432 2597 3386 2574 3432 2562 3477 2584 3523 2597 3477 2619 3432 2597 3477 2584 3523 2597 3568 2590 3523 2632 3477 2619 3523 2597 3568 2590 3614 2560 3568 2626 3523 2632 3568 2590 3614 2560 3659 2521 3614 2595 3568 2626 3614 2560 3659 2521 3705 2517 3659 2557 3614 2595 3659 2521 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [3705 2517 3750 2601 3705 2553 3659 2557 3705 2517 3750 2601 3795 2797 3750 2636 3705 2553 3750 2601 3795 2797 3841 3059 3795 2832 3750 2636 3795 2797 3841 3059 3886 3265 3841 3095 3795 2832 3841 3059 3886 3265 3932 3266 3886 3300 3841 3095 3886 3265 3932 3266 3977 2993 3932 3301 3886 3300 3932 3266 3977 2993 4023 2532 3977 3029 3932 3301 3977 2993 ] dogrey 32 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [1705 2138 1750 1677 1705 2174 1659 2446 1705 2138 1750 1677 1795 1247 1750 1712 1705 2174 1750 1677 1795 1247 1841 1082 1795 1282 1750 1712 1795 1247 1841 1082 1886 1282 1841 1118 1795 1282 1841 1082 1886 1282 1932 1748 1886 1318 1841 1118 1886 1282 1932 1748 1977 2245 1932 1784 1886 1318 1932 1748 1977 2245 2023 2553 1977 2281 1932 1784 1977 2245 2023 2553 2068 2588 2023 2589 1977 2281 2023 2553 2068 2588 2114 2418 2068 2624 2023 2589 2068 2588 2114 2418 2159 2191 2114 2454 2068 2624 2114 2418 2159 2191 2205 2031 2159 2227 2114 2454 2159 2191 2205 2031 2250 1983 2205 2066 2159 2227 2205 2031 2250 1983 2295 2023 2250 2019 2205 2066 2250 1983 2295 2023 2341 2096 2295 2058 2250 2019 2295 2023 2341 2096 2386 2162 2341 2132 2295 2058 2341 2096 2386 2162 2432 2205 2386 2198 2341 2132 2386 2162 2432 2205 2477 2227 2432 2240 2386 2198 2432 2205 2477 2227 2523 2241 2477 2263 2432 2240 2477 2227 2523 2241 2568 2253 2523 2277 2477 2263 2523 2241 2568 2253 2614 2268 2568 2289 2523 2277 2568 2253 2614 2268 2659 2284 2614 2303 2568 2289 2614 2268 2659 2284 2705 2302 2659 2320 2614 2303 2659 2284 2705 2302 2750 2320 2705 2337 2659 2320 2705 2302 2750 2320 2795 2338 2750 2356 2705 2337 2750 2320 2795 2338 2841 2356 2795 2374 2750 2356 2795 2338 2841 2356 2886 2374 2841 2391 2795 2374 2841 2356 2886 2374 2932 2391 2886 2409 2841 2391 2886 2374 2932 2391 2977 2409 2932 2427 2886 2409 2932 2391 2977 2409 3023 2427 2977 2445 2932 2427 2977 2409 3023 2427 3068 2445 3023 2463 2977 2445 3023 2427 3068 2445 3114 2463 3068 2481 3023 2463 3068 2445 3114 2463 3159 2480 3114 2498 3068 2481 3114 2463 3159 2480 3205 2498 3159 2516 3114 2498 3159 2480 3205 2498 3250 2516 3205 2534 3159 2516 3205 2498 3250 2516 3295 2534 3250 2551 3205 2534 3250 2516 3295 2534 3341 2553 3295 2569 3250 2551 3295 2534 3341 2553 3386 2574 3341 2588 3295 2569 3341 2553 3386 2574 3432 2597 3386 2609 3341 2588 3386 2574 3432 2597 3477 2619 3432 2633 3386 2609 3432 2597 3477 2619 3523 2632 3477 2655 3432 2633 3477 2619 3523 2632 3568 2626 3523 2668 3477 2655 3523 2632 3568 2626 3614 2595 3568 2661 3523 2668 3568 2626 3614 2595 3659 2557 3614 2631 3568 2661 3614 2595 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [3659 2557 3705 2553 3659 2593 3614 2631 3659 2557 3705 2553 3750 2636 3705 2589 3659 2593 3705 2553 3750 2636 3795 2832 3750 2672 3705 2589 3750 2636 3795 2832 3841 3095 3795 2868 3750 2672 3795 2832 3841 3095 3886 3300 3841 3131 3795 2868 3841 3095 3886 3300 3932 3301 3886 3336 3841 3131 3886 3300 3932 3301 3977 3029 3932 3337 3886 3336 3932 3301 ] dogrey 32 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [1659 2446 1705 2174 1659 2482 1614 2481 1659 2446 1705 2174 1750 1712 1705 2209 1659 2482 1705 2174 1750 1712 1795 1282 1750 1748 1705 2209 1750 1712 1795 1282 1841 1118 1795 1318 1750 1748 1795 1282 1841 1118 1886 1318 1841 1153 1795 1318 1841 1118 1886 1318 1932 1784 1886 1354 1841 1153 1886 1318 1932 1784 1977 2281 1932 1819 1886 1354 1932 1784 1977 2281 2023 2589 1977 2316 1932 1819 1977 2281 2023 2589 2068 2624 2023 2625 1977 2316 2023 2589 2068 2624 2114 2454 2068 2659 2023 2625 2068 2624 2114 2454 2159 2227 2114 2489 2068 2659 2114 2454 2159 2227 2205 2066 2159 2262 2114 2489 2159 2227 2205 2066 2250 2019 2205 2102 2159 2262 2205 2066 2250 2019 2295 2058 2250 2054 2205 2102 2250 2019 2295 2058 2341 2132 2295 2094 2250 2054 2295 2058 2341 2132 2386 2198 2341 2168 2295 2094 2341 2132 2386 2198 2432 2240 2386 2234 2341 2168 2386 2198 2432 2240 2477 2263 2432 2276 2386 2234 2432 2240 2477 2263 2523 2277 2477 2299 2432 2276 2477 2263 2523 2277 2568 2289 2523 2312 2477 2299 2523 2277 2568 2289 2614 2303 2568 2324 2523 2312 2568 2289 2614 2303 2659 2320 2614 2339 2568 2324 2614 2303 2659 2320 2705 2337 2659 2355 2614 2339 2659 2320 2705 2337 2750 2356 2705 2373 2659 2355 2705 2337 2750 2356 2795 2374 2750 2391 2705 2373 2750 2356 2795 2374 2841 2391 2795 2409 2750 2391 2795 2374 2841 2391 2886 2409 2841 2427 2795 2409 2841 2391 2886 2409 2932 2427 2886 2445 2841 2427 2886 2409 2932 2427 2977 2445 2932 2463 2886 2445 2932 2427 2977 2445 3023 2463 2977 2481 2932 2463 2977 2445 3023 2463 3068 2481 3023 2498 2977 2481 3023 2463 3068 2481 3114 2498 3068 2516 3023 2498 3068 2481 3114 2498 3159 2516 3114 2534 3068 2516 3114 2498 3159 2516 3205 2534 3159 2552 3114 2534 3159 2516 3205 2534 3250 2551 3205 2569 3159 2552 3205 2534 3250 2551 3295 2569 3250 2587 3205 2569 3250 2551 3295 2569 3341 2588 3295 2605 3250 2587 3295 2569 3341 2588 3386 2609 3341 2624 3295 2605 3341 2588 3386 2609 3432 2633 3386 2645 3341 2624 3386 2609 3432 2633 3477 2655 3432 2668 3386 2645 3432 2633 3477 2655 3523 2668 3477 2691 3432 2668 3477 2655 3523 2668 3568 2661 3523 2704 3477 2691 3523 2668 3568 2661 3614 2631 3568 2697 3523 2704 3568 2661 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [3614 2631 3659 2593 3614 2666 3568 2697 3614 2631 3659 2593 3705 2589 3659 2628 3614 2666 3659 2593 3705 2589 3750 2672 3705 2624 3659 2628 3705 2589 3750 2672 3795 2868 3750 2708 3705 2624 3750 2672 3795 2868 3841 3131 3795 2903 3750 2708 3795 2868 3841 3131 3886 3336 3841 3166 3795 2903 3841 3131 3886 3336 3932 3337 3886 3372 3841 3166 3886 3336 ] dogrey 32 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [1614 2481 1659 2482 1614 2517 1568 2311 1614 2481 1659 2482 1705 2209 1659 2518 1614 2517 1659 2482 1705 2209 1750 1748 1705 2245 1659 2518 1705 2209 1750 1748 1795 1318 1750 1784 1705 2245 1750 1748 1795 1318 1841 1153 1795 1354 1750 1784 1795 1318 1841 1153 1886 1354 1841 1189 1795 1354 1841 1153 1886 1354 1932 1819 1886 1389 1841 1189 1886 1354 1932 1819 1977 2316 1932 1855 1886 1389 1932 1819 1977 2316 2023 2625 1977 2352 1932 1855 1977 2316 2023 2625 2068 2659 2023 2660 1977 2352 2023 2625 2068 2659 2114 2489 2068 2695 2023 2660 2068 2659 2114 2489 2159 2262 2114 2525 2068 2695 2114 2489 2159 2262 2205 2102 2159 2298 2114 2525 2159 2262 2205 2102 2250 2054 2205 2138 2159 2298 2205 2102 2250 2054 2295 2094 2250 2090 2205 2138 2250 2054 2295 2094 2341 2168 2295 2130 2250 2090 2295 2094 2341 2168 2386 2234 2341 2203 2295 2130 2341 2168 2386 2234 2432 2276 2386 2269 2341 2203 2386 2234 2432 2276 2477 2299 2432 2312 2386 2269 2432 2276 2477 2299 2523 2312 2477 2334 2432 2312 2477 2299 2523 2312 2568 2324 2523 2348 2477 2334 2523 2312 2568 2324 2614 2339 2568 2360 2523 2348 2568 2324 2614 2339 2659 2355 2614 2374 2568 2360 2614 2339 2659 2355 2705 2373 2659 2391 2614 2374 2659 2355 2705 2373 2750 2391 2705 2409 2659 2391 2705 2373 2750 2391 2795 2409 2750 2427 2705 2409 2750 2391 2795 2409 2841 2427 2795 2445 2750 2427 2795 2409 2841 2427 2886 2445 2841 2463 2795 2445 2841 2427 2886 2445 2932 2463 2886 2481 2841 2463 2886 2445 2932 2463 2977 2481 2932 2498 2886 2481 2932 2463 2977 2481 3023 2498 2977 2516 2932 2498 2977 2481 3023 2498 3068 2516 3023 2534 2977 2516 3023 2498 3068 2516 3114 2534 3068 2552 3023 2534 3068 2516 3114 2534 3159 2552 3114 2570 3068 2552 3114 2534 3159 2552 3205 2569 3159 2587 3114 2570 3159 2552 3205 2569 3250 2587 3205 2605 3159 2587 3205 2569 3250 2587 3295 2605 3250 2622 3205 2605 3250 2587 3295 2605 3341 2624 3295 2640 3250 2622 3295 2605 3341 2624 3386 2645 3341 2659 3295 2640 3341 2624 3386 2645 3432 2668 3386 2681 3341 2659 3386 2645 3432 2668 3477 2691 3432 2704 3386 2681 3432 2668 3477 2691 3523 2704 3477 2726 3432 2704 3477 2691 3523 2704 3568 2697 3523 2739 3477 2726 3523 2704 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [3568 2697 3614 2666 3568 2732 3523 2739 3568 2697 3614 2666 3659 2628 3614 2702 3568 2732 3614 2666 3659 2628 3705 2624 3659 2664 3614 2702 3659 2628 3705 2624 3750 2708 3705 2660 3659 2664 3705 2624 3750 2708 3795 2903 3750 2743 3705 2660 3750 2708 3795 2903 3841 3166 3795 2939 3750 2743 3795 2903 3841 3166 3886 3372 3841 3202 3795 2939 3841 3166 ] dogrey 32 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [1568 2311 1614 2517 1568 2347 1523 2084 1568 2311 1614 2517 1659 2518 1614 2552 1568 2347 1614 2517 1659 2518 1705 2245 1659 2553 1614 2552 1659 2518 1705 2245 1750 1784 1705 2281 1659 2553 1705 2245 1750 1784 1795 1354 1750 1819 1705 2281 1750 1784 1795 1354 1841 1189 1795 1389 1750 1819 1795 1354 1841 1189 1886 1389 1841 1225 1795 1389 1841 1189 1886 1389 1932 1855 1886 1425 1841 1225 1886 1389 1932 1855 1977 2352 1932 1891 1886 1425 1932 1855 1977 2352 2023 2660 1977 2388 1932 1891 1977 2352 2023 2660 2068 2695 2023 2696 1977 2388 2023 2660 2068 2695 2114 2525 2068 2730 2023 2696 2068 2695 2114 2525 2159 2298 2114 2561 2068 2730 2114 2525 2159 2298 2205 2138 2159 2333 2114 2561 2159 2298 2205 2138 2250 2090 2205 2173 2159 2333 2205 2138 2250 2090 2295 2130 2250 2126 2205 2173 2250 2090 2295 2130 2341 2203 2295 2165 2250 2126 2295 2130 2341 2203 2386 2269 2341 2239 2295 2165 2341 2203 2386 2269 2432 2312 2386 2305 2341 2239 2386 2269 2432 2312 2477 2334 2432 2347 2386 2305 2432 2312 2477 2334 2523 2348 2477 2370 2432 2347 2477 2334 2523 2348 2568 2360 2523 2383 2477 2370 2523 2348 2568 2360 2614 2374 2568 2396 2523 2383 2568 2360 2614 2374 2659 2391 2614 2410 2568 2396 2614 2374 2659 2391 2705 2409 2659 2427 2614 2410 2659 2391 2705 2409 2750 2427 2705 2444 2659 2427 2705 2409 2750 2427 2795 2445 2750 2462 2705 2444 2750 2427 2795 2445 2841 2463 2795 2480 2750 2462 2795 2445 2841 2463 2886 2481 2841 2498 2795 2480 2841 2463 2886 2481 2932 2498 2886 2516 2841 2498 2886 2481 2932 2498 2977 2516 2932 2534 2886 2516 2932 2498 2977 2516 3023 2534 2977 2552 2932 2534 2977 2516 3023 2534 3068 2552 3023 2570 2977 2552 3023 2534 3068 2552 3114 2570 3068 2587 3023 2570 3068 2552 3114 2570 3159 2587 3114 2605 3068 2587 3114 2570 3159 2587 3205 2605 3159 2623 3114 2605 3159 2587 3205 2605 3250 2622 3205 2641 3159 2623 3205 2605 3250 2622 3295 2640 3250 2658 3205 2641 3250 2622 3295 2640 3341 2659 3295 2676 3250 2658 3295 2640 3341 2659 3386 2681 3341 2695 3295 2676 3341 2659 3386 2681 3432 2704 3386 2716 3341 2695 3386 2681 3432 2704 3477 2726 3432 2740 3386 2716 3432 2704 3477 2726 3523 2739 3477 2762 3432 2740 3477 2726 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [3523 2739 3568 2732 3523 2775 3477 2762 3523 2739 3568 2732 3614 2702 3568 2768 3523 2775 3568 2732 3614 2702 3659 2664 3614 2738 3568 2768 3614 2702 3659 2664 3705 2660 3659 2700 3614 2738 3659 2664 3705 2660 3750 2743 3705 2696 3659 2700 3705 2660 3750 2743 3795 2939 3750 2779 3705 2696 3750 2743 3795 2939 3841 3202 3795 2975 3750 2779 3795 2939 ] dogrey 32 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [1523 2084 1568 2347 1523 2120 1477 1924 1523 2084 1568 2347 1614 2552 1568 2382 1523 2120 1568 2347 1614 2552 1659 2553 1614 2588 1568 2382 1614 2552 1659 2553 1705 2281 1659 2589 1614 2588 1659 2553 1705 2281 1750 1819 1705 2316 1659 2589 1705 2281 1750 1819 1795 1389 1750 1855 1705 2316 1750 1819 1795 1389 1841 1225 1795 1425 1750 1855 1795 1389 1841 1225 1886 1425 1841 1260 1795 1425 1841 1225 1886 1425 1932 1891 1886 1461 1841 1260 1886 1425 1932 1891 1977 2388 1932 1926 1886 1461 1932 1891 1977 2388 2023 2696 1977 2423 1932 1926 1977 2388 2023 2696 2068 2730 2023 2731 1977 2423 2023 2696 2068 2730 2114 2561 2068 2766 2023 2731 2068 2730 2114 2561 2159 2333 2114 2596 2068 2766 2114 2561 2159 2333 2205 2173 2159 2369 2114 2596 2159 2333 2205 2173 2250 2126 2205 2209 2159 2369 2205 2173 2250 2126 2295 2165 2250 2161 2205 2209 2250 2126 2295 2165 2341 2239 2295 2201 2250 2161 2295 2165 2341 2239 2386 2305 2341 2275 2295 2201 2341 2239 2386 2305 2432 2347 2386 2341 2341 2275 2386 2305 2432 2347 2477 2370 2432 2383 2386 2341 2432 2347 2477 2370 2523 2383 2477 2406 2432 2383 2477 2370 2523 2383 2568 2396 2523 2419 2477 2406 2523 2383 2568 2396 2614 2410 2568 2431 2523 2419 2568 2396 2614 2410 2659 2427 2614 2446 2568 2431 2614 2410 2659 2427 2705 2444 2659 2462 2614 2446 2659 2427 2705 2444 2750 2462 2705 2480 2659 2462 2705 2444 2750 2462 2795 2480 2750 2498 2705 2480 2750 2462 2795 2480 2841 2498 2795 2516 2750 2498 2795 2480 2841 2498 2886 2516 2841 2534 2795 2516 2841 2498 2886 2516 2932 2534 2886 2552 2841 2534 2886 2516 2932 2534 2977 2552 2932 2570 2886 2552 2932 2534 2977 2552 3023 2570 2977 2587 2932 2570 2977 2552 3023 2570 3068 2587 3023 2605 2977 2587 3023 2570 3068 2587 3114 2605 3068 2623 3023 2605 3068 2587 3114 2605 3159 2623 3114 2641 3068 2623 3114 2605 3159 2623 3205 2641 3159 2659 3114 2641 3159 2623 3205 2641 3250 2658 3205 2676 3159 2659 3205 2641 3250 2658 3295 2676 3250 2694 3205 2676 3250 2658 3295 2676 3341 2695 3295 2712 3250 2694 3295 2676 3341 2695 3386 2716 3341 2731 3295 2712 3341 2695 3386 2716 3432 2740 3386 2752 3341 2731 3386 2716 3432 2740 3477 2762 3432 2775 3386 2752 3432 2740 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [3477 2762 3523 2775 3477 2797 3432 2775 3477 2762 3523 2775 3568 2768 3523 2810 3477 2797 3523 2775 3568 2768 3614 2738 3568 2804 3523 2810 3568 2768 3614 2738 3659 2700 3614 2773 3568 2804 3614 2738 3659 2700 3705 2696 3659 2735 3614 2773 3659 2700 3705 2696 3750 2779 3705 2731 3659 2735 3705 2696 3750 2779 3795 2975 3750 2814 3705 2731 3750 2779 ] dogrey 32 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [1477 1924 1523 2120 1477 1959 1432 1876 1477 1924 1523 2120 1568 2382 1523 2155 1477 1959 1523 2120 1568 2382 1614 2588 1568 2418 1523 2155 1568 2382 1614 2588 1659 2589 1614 2624 1568 2418 1614 2588 1659 2589 1705 2316 1659 2625 1614 2624 1659 2589 1705 2316 1750 1855 1705 2352 1659 2625 1705 2316 1750 1855 1795 1425 1750 1891 1705 2352 1750 1855 1795 1425 1841 1260 1795 1461 1750 1891 1795 1425 1841 1260 1886 1461 1841 1296 1795 1461 1841 1260 1886 1461 1932 1926 1886 1496 1841 1296 1886 1461 1932 1926 1977 2423 1932 1962 1886 1496 1932 1926 1977 2423 2023 2731 1977 2459 1932 1962 1977 2423 2023 2731 2068 2766 2023 2767 1977 2459 2023 2731 2068 2766 2114 2596 2068 2802 2023 2767 2068 2766 2114 2596 2159 2369 2114 2632 2068 2802 2114 2596 2159 2369 2205 2209 2159 2405 2114 2632 2159 2369 2205 2209 2250 2161 2205 2244 2159 2405 2205 2209 2250 2161 2295 2201 2250 2197 2205 2244 2250 2161 2295 2201 2341 2275 2295 2236 2250 2197 2295 2201 2341 2275 2386 2341 2341 2310 2295 2236 2341 2275 2386 2341 2432 2383 2386 2376 2341 2310 2386 2341 2432 2383 2477 2406 2432 2419 2386 2376 2432 2383 2477 2406 2523 2419 2477 2441 2432 2419 2477 2406 2523 2419 2568 2431 2523 2455 2477 2441 2523 2419 2568 2431 2614 2446 2568 2467 2523 2455 2568 2431 2614 2446 2659 2462 2614 2481 2568 2467 2614 2446 2659 2462 2705 2480 2659 2498 2614 2481 2659 2462 2705 2480 2750 2498 2705 2516 2659 2498 2705 2480 2750 2498 2795 2516 2750 2534 2705 2516 2750 2498 2795 2516 2841 2534 2795 2552 2750 2534 2795 2516 2841 2534 2886 2552 2841 2570 2795 2552 2841 2534 2886 2552 2932 2570 2886 2587 2841 2570 2886 2552 2932 2570 2977 2587 2932 2605 2886 2587 2932 2570 2977 2587 3023 2605 2977 2623 2932 2605 2977 2587 3023 2605 3068 2623 3023 2641 2977 2623 3023 2605 3068 2623 3114 2641 3068 2659 3023 2641 3068 2623 3114 2641 3159 2659 3114 2676 3068 2659 3114 2641 3159 2659 3205 2676 3159 2694 3114 2676 3159 2659 3205 2676 3250 2694 3205 2712 3159 2694 3205 2676 3250 2694 3295 2712 3250 2729 3205 2712 3250 2694 3295 2712 3341 2731 3295 2747 3250 2729 3295 2712 3341 2731 3386 2752 3341 2766 3295 2747 3341 2731 3386 2752 3432 2775 3386 2788 3341 2766 3386 2752 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [3432 2775 3477 2797 3432 2811 3386 2788 3432 2775 3477 2797 3523 2810 3477 2833 3432 2811 3477 2797 3523 2810 3568 2804 3523 2846 3477 2833 3523 2810 3568 2804 3614 2773 3568 2839 3523 2846 3568 2804 3614 2773 3659 2735 3614 2809 3568 2839 3614 2773 3659 2735 3705 2731 3659 2771 3614 2809 3659 2735 3705 2731 3750 2814 3705 2767 3659 2771 3705 2731 ] dogrey 32 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [1432 1876 1477 1959 1432 1912 1386 1916 1432 1876 1477 1959 1523 2155 1477 1995 1432 1912 1477 1959 1523 2155 1568 2418 1523 2191 1477 1995 1523 2155 1568 2418 1614 2624 1568 2454 1523 2191 1568 2418 1614 2624 1659 2625 1614 2659 1568 2454 1614 2624 1659 2625 1705 2352 1659 2660 1614 2659 1659 2625 1705 2352 1750 1891 1705 2388 1659 2660 1705 2352 1750 1891 1795 1461 1750 1926 1705 2388 1750 1891 1795 1461 1841 1296 1795 1496 1750 1926 1795 1461 1841 1296 1886 1496 1841 1331 1795 1496 1841 1296 1886 1496 1932 1962 1886 1532 1841 1331 1886 1496 1932 1962 1977 2459 1932 1997 1886 1532 1932 1962 1977 2459 2023 2767 1977 2494 1932 1997 1977 2459 2023 2767 2068 2802 2023 2803 1977 2494 2023 2767 2068 2802 2114 2632 2068 2837 2023 2803 2068 2802 2114 2632 2159 2405 2114 2667 2068 2837 2114 2632 2159 2405 2205 2244 2159 2440 2114 2667 2159 2405 2205 2244 2250 2197 2205 2280 2159 2440 2205 2244 2250 2197 2295 2236 2250 2232 2205 2280 2250 2197 2295 2236 2341 2310 2295 2272 2250 2232 2295 2236 2341 2310 2386 2376 2341 2346 2295 2272 2341 2310 2386 2376 2432 2419 2386 2412 2341 2346 2386 2376 2432 2419 2477 2441 2432 2454 2386 2412 2432 2419 2477 2441 2523 2455 2477 2477 2432 2454 2477 2441 2523 2455 2568 2467 2523 2490 2477 2477 2523 2455 2568 2467 2614 2481 2568 2503 2523 2490 2568 2467 2614 2481 2659 2498 2614 2517 2568 2503 2614 2481 2659 2498 2705 2516 2659 2534 2614 2517 2659 2498 2705 2516 2750 2534 2705 2551 2659 2534 2705 2516 2750 2534 2795 2552 2750 2569 2705 2551 2750 2534 2795 2552 2841 2570 2795 2587 2750 2569 2795 2552 2841 2570 2886 2587 2841 2605 2795 2587 2841 2570 2886 2587 2932 2605 2886 2623 2841 2605 2886 2587 2932 2605 2977 2623 2932 2641 2886 2623 2932 2605 2977 2623 3023 2641 2977 2659 2932 2641 2977 2623 3023 2641 3068 2659 3023 2676 2977 2659 3023 2641 3068 2659 3114 2676 3068 2694 3023 2676 3068 2659 3114 2676 3159 2694 3114 2712 3068 2694 3114 2676 3159 2694 3205 2712 3159 2730 3114 2712 3159 2694 3205 2712 3250 2729 3205 2747 3159 2730 3205 2712 3250 2729 3295 2747 3250 2765 3205 2747 3250 2729 3295 2747 3341 2766 3295 2783 3250 2765 3295 2747 3341 2766 3386 2788 3341 2802 3295 2783 3341 2766 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [3386 2788 3432 2811 3386 2823 3341 2802 3386 2788 3432 2811 3477 2833 3432 2847 3386 2823 3432 2811 3477 2833 3523 2846 3477 2869 3432 2847 3477 2833 3523 2846 3568 2839 3523 2882 3477 2869 3523 2846 3568 2839 3614 2809 3568 2875 3523 2882 3568 2839 3614 2809 3659 2771 3614 2845 3568 2875 3614 2809 3659 2771 3705 2767 3659 2806 3614 2845 3659 2771 ] dogrey 32 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [1386 1916 1432 1912 1386 1952 1341 1990 1386 1916 1432 1912 1477 1995 1432 1947 1386 1952 1432 1912 1477 1995 1523 2191 1477 2031 1432 1947 1477 1995 1523 2191 1568 2454 1523 2227 1477 2031 1523 2191 1568 2454 1614 2659 1568 2489 1523 2227 1568 2454 1614 2659 1659 2660 1614 2695 1568 2489 1614 2659 1659 2660 1705 2388 1659 2696 1614 2695 1659 2660 1705 2388 1750 1926 1705 2423 1659 2696 1705 2388 1750 1926 1795 1496 1750 1962 1705 2423 1750 1926 1795 1496 1841 1331 1795 1532 1750 1962 1795 1496 1841 1331 1886 1532 1841 1367 1795 1532 1841 1331 1886 1532 1932 1997 1886 1567 1841 1367 1886 1532 1932 1997 1977 2494 1932 2033 1886 1567 1932 1997 1977 2494 2023 2803 1977 2530 1932 2033 1977 2494 2023 2803 2068 2837 2023 2838 1977 2530 2023 2803 2068 2837 2114 2667 2068 2873 2023 2838 2068 2837 2114 2667 2159 2440 2114 2703 2068 2873 2114 2667 2159 2440 2205 2280 2159 2476 2114 2703 2159 2440 2205 2280 2250 2232 2205 2316 2159 2476 2205 2280 2250 2232 2295 2272 2250 2268 2205 2316 2250 2232 2295 2272 2341 2346 2295 2308 2250 2268 2295 2272 2341 2346 2386 2412 2341 2381 2295 2308 2341 2346 2386 2412 2432 2454 2386 2447 2341 2381 2386 2412 2432 2454 2477 2477 2432 2490 2386 2447 2432 2454 2477 2477 2523 2490 2477 2512 2432 2490 2477 2477 2523 2490 2568 2503 2523 2526 2477 2512 2523 2490 2568 2503 2614 2517 2568 2538 2523 2526 2568 2503 2614 2517 2659 2534 2614 2553 2568 2538 2614 2517 2659 2534 2705 2551 2659 2569 2614 2553 2659 2534 2705 2551 2750 2569 2705 2587 2659 2569 2705 2551 2750 2569 2795 2587 2750 2605 2705 2587 2750 2569 2795 2587 2841 2605 2795 2623 2750 2605 2795 2587 2841 2605 2886 2623 2841 2641 2795 2623 2841 2605 2886 2623 2932 2641 2886 2659 2841 2641 2886 2623 2932 2641 2977 2659 2932 2676 2886 2659 2932 2641 2977 2659 3023 2676 2977 2694 2932 2676 2977 2659 3023 2676 3068 2694 3023 2712 2977 2694 3023 2676 3068 2694 3114 2712 3068 2730 3023 2712 3068 2694 3114 2712 3159 2730 3114 2748 3068 2730 3114 2712 3159 2730 3205 2747 3159 2765 3114 2748 3159 2730 3205 2747 3250 2765 3205 2783 3159 2765 3205 2747 3250 2765 3295 2783 3250 2801 3205 2783 3250 2765 3295 2783 3341 2802 3295 2818 3250 2801 3295 2783 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [3341 2802 3386 2823 3341 2838 3295 2818 3341 2802 3386 2823 3432 2847 3386 2859 3341 2838 3386 2823 3432 2847 3477 2869 3432 2882 3386 2859 3432 2847 3477 2869 3523 2882 3477 2904 3432 2882 3477 2869 3523 2882 3568 2875 3523 2917 3477 2904 3523 2882 3568 2875 3614 2845 3568 2910 3523 2917 3568 2875 3614 2845 3659 2806 3614 2880 3568 2910 3614 2845 ] dogrey 32 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [1341 1990 1386 1952 1341 2025 1295 2056 1341 1990 1386 1952 1432 1947 1386 1987 1341 2025 1386 1952 1432 1947 1477 2031 1432 1983 1386 1987 1432 1947 1477 2031 1523 2227 1477 2066 1432 1983 1477 2031 1523 2227 1568 2489 1523 2262 1477 2066 1523 2227 1568 2489 1614 2695 1568 2525 1523 2262 1568 2489 1614 2695 1659 2696 1614 2730 1568 2525 1614 2695 1659 2696 1705 2423 1659 2731 1614 2730 1659 2696 1705 2423 1750 1962 1705 2459 1659 2731 1705 2423 1750 1962 1795 1532 1750 1997 1705 2459 1750 1962 1795 1532 1841 1367 1795 1567 1750 1997 1795 1532 1841 1367 1886 1567 1841 1403 1795 1567 1841 1367 1886 1567 1932 2033 1886 1603 1841 1403 1886 1567 1932 2033 1977 2530 1932 2069 1886 1603 1932 2033 1977 2530 2023 2838 1977 2566 1932 2069 1977 2530 2023 2838 2068 2873 2023 2874 1977 2566 2023 2838 2068 2873 2114 2703 2068 2909 2023 2874 2068 2873 2114 2703 2159 2476 2114 2739 2068 2909 2114 2703 2159 2476 2205 2316 2159 2512 2114 2739 2159 2476 2205 2316 2250 2268 2205 2351 2159 2512 2205 2316 2250 2268 2295 2308 2250 2304 2205 2351 2250 2268 2295 2308 2341 2381 2295 2343 2250 2304 2295 2308 2341 2381 2386 2447 2341 2417 2295 2343 2341 2381 2386 2447 2432 2490 2386 2483 2341 2417 2386 2447 2432 2490 2477 2512 2432 2525 2386 2483 2432 2490 2477 2512 2523 2526 2477 2548 2432 2525 2477 2512 2523 2526 2568 2538 2523 2562 2477 2548 2523 2526 2568 2538 2614 2553 2568 2574 2523 2562 2568 2538 2614 2553 2659 2569 2614 2588 2568 2574 2614 2553 2659 2569 2705 2587 2659 2605 2614 2588 2659 2569 2705 2587 2750 2605 2705 2622 2659 2605 2705 2587 2750 2605 2795 2623 2750 2641 2705 2622 2750 2605 2795 2623 2841 2641 2795 2659 2750 2641 2795 2623 2841 2641 2886 2659 2841 2676 2795 2659 2841 2641 2886 2659 2932 2676 2886 2694 2841 2676 2886 2659 2932 2676 2977 2694 2932 2712 2886 2694 2932 2676 2977 2694 3023 2712 2977 2730 2932 2712 2977 2694 3023 2712 3068 2730 3023 2748 2977 2730 3023 2712 3068 2730 3114 2748 3068 2765 3023 2748 3068 2730 3114 2748 3159 2765 3114 2783 3068 2765 3114 2748 3159 2765 3205 2783 3159 2801 3114 2783 3159 2765 3205 2783 3250 2801 3205 2819 3159 2801 3205 2783 3250 2801 3295 2818 3250 2836 3205 2819 3250 2801 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [3295 2818 3341 2838 3295 2854 3250 2836 3295 2818 3341 2838 3386 2859 3341 2873 3295 2854 3341 2838 3386 2859 3432 2882 3386 2894 3341 2873 3386 2859 3432 2882 3477 2904 3432 2918 3386 2894 3432 2882 3477 2904 3523 2917 3477 2940 3432 2918 3477 2904 3523 2917 3568 2910 3523 2953 3477 2940 3523 2917 3568 2910 3614 2880 3568 2946 3523 2953 3568 2910 ] dogrey 32 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [1295 2056 1341 2025 1295 2091 1250 2098 1295 2056 1341 2025 1386 1987 1341 2061 1295 2091 1341 2025 1386 1987 1432 1983 1386 2023 1341 2061 1386 1987 1432 1983 1477 2066 1432 2019 1386 2023 1432 1983 1477 2066 1523 2262 1477 2102 1432 2019 1477 2066 1523 2262 1568 2525 1523 2298 1477 2102 1523 2262 1568 2525 1614 2730 1568 2561 1523 2298 1568 2525 1614 2730 1659 2731 1614 2766 1568 2561 1614 2730 1659 2731 1705 2459 1659 2767 1614 2766 1659 2731 1705 2459 1750 1997 1705 2494 1659 2767 1705 2459 1750 1997 1795 1567 1750 2033 1705 2494 1750 1997 1795 1567 1841 1403 1795 1603 1750 2033 1795 1567 1841 1403 1886 1603 1841 1438 1795 1603 1841 1403 1886 1603 1932 2069 1886 1639 1841 1438 1886 1603 1932 2069 1977 2566 1932 2104 1886 1639 1932 2069 1977 2566 2023 2874 1977 2601 1932 2104 1977 2566 2023 2874 2068 2909 2023 2910 1977 2601 2023 2874 2068 2909 2114 2739 2068 2944 2023 2910 2068 2909 2114 2739 2159 2512 2114 2774 2068 2944 2114 2739 2159 2512 2205 2351 2159 2547 2114 2774 2159 2512 2205 2351 2250 2304 2205 2387 2159 2547 2205 2351 2250 2304 2295 2343 2250 2339 2205 2387 2250 2304 2295 2343 2341 2417 2295 2379 2250 2339 2295 2343 2341 2417 2386 2483 2341 2453 2295 2379 2341 2417 2386 2483 2432 2525 2386 2519 2341 2453 2386 2483 2432 2525 2477 2548 2432 2561 2386 2519 2432 2525 2477 2548 2523 2562 2477 2584 2432 2561 2477 2548 2523 2562 2568 2574 2523 2597 2477 2584 2523 2562 2568 2574 2614 2588 2568 2609 2523 2597 2568 2574 2614 2588 2659 2605 2614 2624 2568 2609 2614 2588 2659 2605 2705 2622 2659 2640 2614 2624 2659 2605 2705 2622 2750 2641 2705 2658 2659 2640 2705 2622 2750 2641 2795 2659 2750 2676 2705 2658 2750 2641 2795 2659 2841 2676 2795 2694 2750 2676 2795 2659 2841 2676 2886 2694 2841 2712 2795 2694 2841 2676 2886 2694 2932 2712 2886 2730 2841 2712 2886 2694 2932 2712 2977 2730 2932 2748 2886 2730 2932 2712 2977 2730 3023 2748 2977 2765 2932 2748 2977 2730 3023 2748 3068 2765 3023 2783 2977 2765 3023 2748 3068 2765 3114 2783 3068 2801 3023 2783 3068 2765 3114 2783 3159 2801 3114 2819 3068 2801 3114 2783 3159 2801 3205 2819 3159 2837 3114 2819 3159 2801 3205 2819 3250 2836 3205 2854 3159 2837 3205 2819 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [3250 2836 3295 2854 3250 2872 3205 2854 3250 2836 3295 2854 3341 2873 3295 2890 3250 2872 3295 2854 3341 2873 3386 2894 3341 2909 3295 2890 3341 2873 3386 2894 3432 2918 3386 2930 3341 2909 3386 2894 3432 2918 3477 2940 3432 2953 3386 2930 3432 2918 3477 2940 3523 2953 3477 2976 3432 2953 3477 2940 3523 2953 3568 2946 3523 2988 3477 2976 3523 2953 ] dogrey 32 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [1250 2098 1295 2091 1250 2134 1205 2121 1250 2098 1295 2091 1341 2061 1295 2127 1250 2134 1295 2091 1341 2061 1386 2023 1341 2096 1295 2127 1341 2061 1386 2023 1432 2019 1386 2058 1341 2096 1386 2023 1432 2019 1477 2102 1432 2054 1386 2058 1432 2019 1477 2102 1523 2298 1477 2138 1432 2054 1477 2102 1523 2298 1568 2561 1523 2333 1477 2138 1523 2298 1568 2561 1614 2766 1568 2596 1523 2333 1568 2561 1614 2766 1659 2767 1614 2802 1568 2596 1614 2766 1659 2767 1705 2494 1659 2803 1614 2802 1659 2767 1705 2494 1750 2033 1705 2530 1659 2803 1705 2494 1750 2033 1795 1603 1750 2069 1705 2530 1750 2033 1795 1603 1841 1438 1795 1639 1750 2069 1795 1603 1841 1438 1886 1639 1841 1474 1795 1639 1841 1438 1886 1639 1932 2104 1886 1674 1841 1474 1886 1639 1932 2104 1977 2601 1932 2140 1886 1674 1932 2104 1977 2601 2023 2910 1977 2637 1932 2140 1977 2601 2023 2910 2068 2944 2023 2945 1977 2637 2023 2910 2068 2944 2114 2774 2068 2980 2023 2945 2068 2944 2114 2774 2159 2547 2114 2810 2068 2980 2114 2774 2159 2547 2205 2387 2159 2583 2114 2810 2159 2547 2205 2387 2250 2339 2205 2423 2159 2583 2205 2387 2250 2339 2295 2379 2250 2375 2205 2423 2250 2339 2295 2379 2341 2453 2295 2415 2250 2375 2295 2379 2341 2453 2386 2519 2341 2488 2295 2415 2341 2453 2386 2519 2432 2561 2386 2554 2341 2488 2386 2519 2432 2561 2477 2584 2432 2597 2386 2554 2432 2561 2477 2584 2523 2597 2477 2619 2432 2597 2477 2584 2523 2597 2568 2609 2523 2633 2477 2619 2523 2597 2568 2609 2614 2624 2568 2645 2523 2633 2568 2609 2614 2624 2659 2640 2614 2659 2568 2645 2614 2624 2659 2640 2705 2658 2659 2676 2614 2659 2659 2640 2705 2658 2750 2676 2705 2694 2659 2676 2705 2658 2750 2676 2795 2694 2750 2712 2705 2694 2750 2676 2795 2694 2841 2712 2795 2730 2750 2712 2795 2694 2841 2712 2886 2730 2841 2748 2795 2730 2841 2712 2886 2730 2932 2748 2886 2765 2841 2748 2886 2730 2932 2748 2977 2765 2932 2783 2886 2765 2932 2748 2977 2765 3023 2783 2977 2801 2932 2783 2977 2765 3023 2783 3068 2801 3023 2819 2977 2801 3023 2783 3068 2801 3114 2819 3068 2837 3023 2819 3068 2801 3114 2819 3159 2837 3114 2855 3068 2837 3114 2819 3159 2837 3205 2854 3159 2872 3114 2855 3159 2837 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [3205 2854 3250 2872 3205 2890 3159 2872 3205 2854 3250 2872 3295 2890 3250 2907 3205 2890 3250 2872 3295 2890 3341 2909 3295 2925 3250 2907 3295 2890 3341 2909 3386 2930 3341 2944 3295 2925 3341 2909 3386 2930 3432 2953 3386 2966 3341 2944 3386 2930 3432 2953 3477 2976 3432 2989 3386 2966 3432 2953 3477 2976 3523 2988 3477 3011 3432 2989 3477 2976 ] dogrey 32 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [1205 2121 1250 2134 1205 2156 1159 2134 1205 2121 1250 2134 1295 2127 1250 2169 1205 2156 1250 2134 1295 2127 1341 2096 1295 2162 1250 2169 1295 2127 1341 2096 1386 2058 1341 2132 1295 2162 1341 2096 1386 2058 1432 2054 1386 2094 1341 2132 1386 2058 1432 2054 1477 2138 1432 2090 1386 2094 1432 2054 1477 2138 1523 2333 1477 2173 1432 2090 1477 2138 1523 2333 1568 2596 1523 2369 1477 2173 1523 2333 1568 2596 1614 2802 1568 2632 1523 2369 1568 2596 1614 2802 1659 2803 1614 2837 1568 2632 1614 2802 1659 2803 1705 2530 1659 2838 1614 2837 1659 2803 1705 2530 1750 2069 1705 2566 1659 2838 1705 2530 1750 2069 1795 1639 1750 2104 1705 2566 1750 2069 1795 1639 1841 1474 1795 1674 1750 2104 1795 1639 1841 1474 1886 1674 1841 1510 1795 1674 1841 1474 1886 1674 1932 2140 1886 1710 1841 1510 1886 1674 1932 2140 1977 2637 1932 2176 1886 1710 1932 2140 1977 2637 2023 2945 1977 2673 1932 2176 1977 2637 2023 2945 2068 2980 2023 2981 1977 2673 2023 2945 2068 2980 2114 2810 2068 3015 2023 2981 2068 2980 2114 2810 2159 2583 2114 2846 2068 3015 2114 2810 2159 2583 2205 2423 2159 2618 2114 2846 2159 2583 2205 2423 2250 2375 2205 2458 2159 2618 2205 2423 2250 2375 2295 2415 2250 2411 2205 2458 2250 2375 2295 2415 2341 2488 2295 2450 2250 2411 2295 2415 2341 2488 2386 2554 2341 2524 2295 2450 2341 2488 2386 2554 2432 2597 2386 2590 2341 2524 2386 2554 2432 2597 2477 2619 2432 2632 2386 2590 2432 2597 2477 2619 2523 2633 2477 2655 2432 2632 2477 2619 2523 2633 2568 2645 2523 2668 2477 2655 2523 2633 2568 2645 2614 2659 2568 2681 2523 2668 2568 2645 2614 2659 2659 2676 2614 2695 2568 2681 2614 2659 2659 2676 2705 2694 2659 2712 2614 2695 2659 2676 2705 2694 2750 2712 2705 2729 2659 2712 2705 2694 2750 2712 2795 2730 2750 2747 2705 2729 2750 2712 2795 2730 2841 2748 2795 2765 2750 2747 2795 2730 2841 2748 2886 2765 2841 2783 2795 2765 2841 2748 2886 2765 2932 2783 2886 2801 2841 2783 2886 2765 2932 2783 2977 2801 2932 2819 2886 2801 2932 2783 2977 2801 3023 2819 2977 2837 2932 2819 2977 2801 3023 2819 3068 2837 3023 2855 2977 2837 3023 2819 3068 2837 3114 2855 3068 2872 3023 2855 3068 2837 3114 2855 3159 2872 3114 2890 3068 2872 3114 2855 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [3159 2872 3205 2890 3159 2908 3114 2890 3159 2872 3205 2890 3250 2907 3205 2925 3159 2908 3205 2890 3250 2907 3295 2925 3250 2943 3205 2925 3250 2907 3295 2925 3341 2944 3295 2961 3250 2943 3295 2925 3341 2944 3386 2966 3341 2980 3295 2961 3341 2944 3386 2966 3432 2989 3386 3001 3341 2980 3386 2966 3432 2989 3477 3011 3432 3025 3386 3001 3432 2989 ] dogrey 32 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [1159 2134 1205 2156 1159 2170 1114 2146 1159 2134 1205 2156 1250 2169 1205 2192 1159 2170 1205 2156 1250 2169 1295 2162 1250 2205 1205 2192 1250 2169 1295 2162 1341 2132 1295 2198 1250 2205 1295 2162 1341 2132 1386 2094 1341 2168 1295 2198 1341 2132 1386 2094 1432 2090 1386 2130 1341 2168 1386 2094 1432 2090 1477 2173 1432 2126 1386 2130 1432 2090 1477 2173 1523 2369 1477 2209 1432 2126 1477 2173 1523 2369 1568 2632 1523 2405 1477 2209 1523 2369 1568 2632 1614 2837 1568 2667 1523 2405 1568 2632 1614 2837 1659 2838 1614 2873 1568 2667 1614 2837 1659 2838 1705 2566 1659 2874 1614 2873 1659 2838 1705 2566 1750 2104 1705 2601 1659 2874 1705 2566 1750 2104 1795 1674 1750 2140 1705 2601 1750 2104 1795 1674 1841 1510 1795 1710 1750 2140 1795 1674 1841 1510 1886 1710 1841 1545 1795 1710 1841 1510 1886 1710 1932 2176 1886 1746 1841 1545 1886 1710 1932 2176 1977 2673 1932 2211 1886 1746 1932 2176 1977 2673 2023 2981 1977 2708 1932 2211 1977 2673 2023 2981 2068 3015 2023 3016 1977 2708 2023 2981 2068 3015 2114 2846 2068 3051 2023 3016 2068 3015 2114 2846 2159 2618 2114 2881 2068 3051 2114 2846 2159 2618 2205 2458 2159 2654 2114 2881 2159 2618 2205 2458 2250 2411 2205 2494 2159 2654 2205 2458 2250 2411 2295 2450 2250 2446 2205 2494 2250 2411 2295 2450 2341 2524 2295 2486 2250 2446 2295 2450 2341 2524 2386 2590 2341 2560 2295 2486 2341 2524 2386 2590 2432 2632 2386 2626 2341 2560 2386 2590 2432 2632 2477 2655 2432 2668 2386 2626 2432 2632 2477 2655 2523 2668 2477 2691 2432 2668 2477 2655 2523 2668 2568 2681 2523 2704 2477 2691 2523 2668 2568 2681 2614 2695 2568 2716 2523 2704 2568 2681 2614 2695 2659 2712 2614 2731 2568 2716 2614 2695 2659 2712 2705 2729 2659 2747 2614 2731 2659 2712 2705 2729 2750 2747 2705 2765 2659 2747 2705 2729 2750 2747 2795 2765 2750 2783 2705 2765 2750 2747 2795 2765 2841 2783 2795 2801 2750 2783 2795 2765 2841 2783 2886 2801 2841 2819 2795 2801 2841 2783 2886 2801 2932 2819 2886 2837 2841 2819 2886 2801 2932 2819 2977 2837 2932 2855 2886 2837 2932 2819 2977 2837 3023 2855 2977 2872 2932 2855 2977 2837 3023 2855 3068 2872 3023 2890 2977 2872 3023 2855 3068 2872 3114 2890 3068 2908 3023 2890 3068 2872 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [3114 2890 3159 2908 3114 2926 3068 2908 3114 2890 3159 2908 3205 2925 3159 2943 3114 2926 3159 2908 3205 2925 3250 2943 3205 2961 3159 2943 3205 2925 3250 2943 3295 2961 3250 2979 3205 2961 3250 2943 3295 2961 3341 2980 3295 2997 3250 2979 3295 2961 3341 2980 3386 3001 3341 3016 3295 2997 3341 2980 3386 3001 3432 3025 3386 3037 3341 3016 3386 3001 ] dogrey 32 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [1114 2146 1159 2170 1114 2182 1068 2161 1114 2146 1159 2170 1205 2192 1159 2205 1114 2182 1159 2170 1205 2192 1250 2205 1205 2227 1159 2205 1205 2192 1250 2205 1295 2198 1250 2240 1205 2227 1250 2205 1295 2198 1341 2168 1295 2234 1250 2240 1295 2198 1341 2168 1386 2130 1341 2203 1295 2234 1341 2168 1386 2130 1432 2126 1386 2165 1341 2203 1386 2130 1432 2126 1477 2209 1432 2161 1386 2165 1432 2126 1477 2209 1523 2405 1477 2244 1432 2161 1477 2209 1523 2405 1568 2667 1523 2440 1477 2244 1523 2405 1568 2667 1614 2873 1568 2703 1523 2440 1568 2667 1614 2873 1659 2874 1614 2909 1568 2703 1614 2873 1659 2874 1705 2601 1659 2910 1614 2909 1659 2874 1705 2601 1750 2140 1705 2637 1659 2910 1705 2601 1750 2140 1795 1710 1750 2176 1705 2637 1750 2140 1795 1710 1841 1545 1795 1746 1750 2176 1795 1710 1841 1545 1886 1746 1841 1581 1795 1746 1841 1545 1886 1746 1932 2211 1886 1781 1841 1581 1886 1746 1932 2211 1977 2708 1932 2247 1886 1781 1932 2211 1977 2708 2023 3016 1977 2744 1932 2247 1977 2708 2023 3016 2068 3051 2023 3052 1977 2744 2023 3016 2068 3051 2114 2881 2068 3087 2023 3052 2068 3051 2114 2881 2159 2654 2114 2917 2068 3087 2114 2881 2159 2654 2205 2494 2159 2690 2114 2917 2159 2654 2205 2494 2250 2446 2205 2529 2159 2690 2205 2494 2250 2446 2295 2486 2250 2482 2205 2529 2250 2446 2295 2486 2341 2560 2295 2521 2250 2482 2295 2486 2341 2560 2386 2626 2341 2595 2295 2521 2341 2560 2386 2626 2432 2668 2386 2661 2341 2595 2386 2626 2432 2668 2477 2691 2432 2704 2386 2661 2432 2668 2477 2691 2523 2704 2477 2726 2432 2704 2477 2691 2523 2704 2568 2716 2523 2740 2477 2726 2523 2704 2568 2716 2614 2731 2568 2752 2523 2740 2568 2716 2614 2731 2659 2747 2614 2766 2568 2752 2614 2731 2659 2747 2705 2765 2659 2783 2614 2766 2659 2747 2705 2765 2750 2783 2705 2801 2659 2783 2705 2765 2750 2783 2795 2801 2750 2819 2705 2801 2750 2783 2795 2801 2841 2819 2795 2837 2750 2819 2795 2801 2841 2819 2886 2837 2841 2855 2795 2837 2841 2819 2886 2837 2932 2855 2886 2872 2841 2855 2886 2837 2932 2855 2977 2872 2932 2890 2886 2872 2932 2855 2977 2872 3023 2890 2977 2908 2932 2890 2977 2872 3023 2890 3068 2908 3023 2926 2977 2908 3023 2890 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [3068 2908 3114 2926 3068 2944 3023 2926 3068 2908 3114 2926 3159 2943 3114 2961 3068 2944 3114 2926 3159 2943 3205 2961 3159 2979 3114 2961 3159 2943 3205 2961 3250 2979 3205 2997 3159 2979 3205 2961 3250 2979 3295 2997 3250 3014 3205 2997 3250 2979 3295 2997 3341 3016 3295 3032 3250 3014 3295 2997 3341 3016 3386 3037 3341 3051 3295 3032 3341 3016 ] dogrey 32 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [1068 2161 1114 2182 1068 2196 1023 2177 1068 2161 1114 2182 1159 2205 1114 2218 1068 2196 1114 2182 1159 2205 1205 2227 1159 2241 1114 2218 1159 2205 1205 2227 1250 2240 1205 2263 1159 2241 1205 2227 1250 2240 1295 2234 1250 2276 1205 2263 1250 2240 1295 2234 1341 2203 1295 2269 1250 2276 1295 2234 1341 2203 1386 2165 1341 2239 1295 2269 1341 2203 1386 2165 1432 2161 1386 2201 1341 2239 1386 2165 1432 2161 1477 2244 1432 2197 1386 2201 1432 2161 1477 2244 1523 2440 1477 2280 1432 2197 1477 2244 1523 2440 1568 2703 1523 2476 1477 2280 1523 2440 1568 2703 1614 2909 1568 2739 1523 2476 1568 2703 1614 2909 1659 2910 1614 2944 1568 2739 1614 2909 1659 2910 1705 2637 1659 2945 1614 2944 1659 2910 1705 2637 1750 2176 1705 2673 1659 2945 1705 2637 1750 2176 1795 1746 1750 2211 1705 2673 1750 2176 1795 1746 1841 1581 1795 1781 1750 2211 1795 1746 1841 1581 1886 1781 1841 1616 1795 1781 1841 1581 1886 1781 1932 2247 1886 1817 1841 1616 1886 1781 1932 2247 1977 2744 1932 2282 1886 1817 1932 2247 1977 2744 2023 3052 1977 2779 1932 2282 1977 2744 2023 3052 2068 3087 2023 3088 1977 2779 2023 3052 2068 3087 2114 2917 2068 3122 2023 3088 2068 3087 2114 2917 2159 2690 2114 2952 2068 3122 2114 2917 2159 2690 2205 2529 2159 2725 2114 2952 2159 2690 2205 2529 2250 2482 2205 2565 2159 2725 2205 2529 2250 2482 2295 2521 2250 2517 2205 2565 2250 2482 2295 2521 2341 2595 2295 2557 2250 2517 2295 2521 2341 2595 2386 2661 2341 2631 2295 2557 2341 2595 2386 2661 2432 2704 2386 2697 2341 2631 2386 2661 2432 2704 2477 2726 2432 2739 2386 2697 2432 2704 2477 2726 2523 2740 2477 2762 2432 2739 2477 2726 2523 2740 2568 2752 2523 2775 2477 2762 2523 2740 2568 2752 2614 2766 2568 2788 2523 2775 2568 2752 2614 2766 2659 2783 2614 2802 2568 2788 2614 2766 2659 2783 2705 2801 2659 2818 2614 2802 2659 2783 2705 2801 2750 2819 2705 2836 2659 2818 2705 2801 2750 2819 2795 2837 2750 2854 2705 2836 2750 2819 2795 2837 2841 2855 2795 2872 2750 2854 2795 2837 2841 2855 2886 2872 2841 2890 2795 2872 2841 2855 2886 2872 2932 2890 2886 2908 2841 2890 2886 2872 2932 2890 2977 2908 2932 2926 2886 2908 2932 2890 2977 2908 3023 2926 2977 2944 2932 2926 2977 2908 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [3023 2926 3068 2944 3023 2961 2977 2944 3023 2926 3068 2944 3114 2961 3068 2979 3023 2961 3068 2944 3114 2961 3159 2979 3114 2997 3068 2979 3114 2961 3159 2979 3205 2997 3159 3015 3114 2997 3159 2979 3205 2997 3250 3014 3205 3032 3159 3015 3205 2997 3250 3014 3295 3032 3250 3050 3205 3032 3250 3014 3295 3032 3341 3051 3295 3068 3250 3050 3295 3032 ] dogrey 32 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [1023 2177 1068 2196 1023 2213 977 2195 1023 2177 1068 2196 1114 2218 1068 2232 1023 2213 1068 2196 1114 2218 1159 2241 1114 2253 1068 2232 1114 2218 1159 2241 1205 2263 1159 2277 1114 2253 1159 2241 1205 2263 1250 2276 1205 2299 1159 2277 1205 2263 1250 2276 1295 2269 1250 2312 1205 2299 1250 2276 1295 2269 1341 2239 1295 2305 1250 2312 1295 2269 1341 2239 1386 2201 1341 2275 1295 2305 1341 2239 1386 2201 1432 2197 1386 2236 1341 2275 1386 2201 1432 2197 1477 2280 1432 2232 1386 2236 1432 2197 1477 2280 1523 2476 1477 2316 1432 2232 1477 2280 1523 2476 1568 2739 1523 2512 1477 2316 1523 2476 1568 2739 1614 2944 1568 2774 1523 2512 1568 2739 1614 2944 1659 2945 1614 2980 1568 2774 1614 2944 1659 2945 1705 2673 1659 2981 1614 2980 1659 2945 1705 2673 1750 2211 1705 2708 1659 2981 1705 2673 1750 2211 1795 1781 1750 2247 1705 2708 1750 2211 1795 1781 1841 1616 1795 1817 1750 2247 1795 1781 1841 1616 1886 1817 1841 1652 1795 1817 1841 1616 1886 1817 1932 2282 1886 1852 1841 1652 1886 1817 1932 2282 1977 2779 1932 2318 1886 1852 1932 2282 1977 2779 2023 3088 1977 2815 1932 2318 1977 2779 2023 3088 2068 3122 2023 3123 1977 2815 2023 3088 2068 3122 2114 2952 2068 3158 2023 3123 2068 3122 2114 2952 2159 2725 2114 2988 2068 3158 2114 2952 2159 2725 2205 2565 2159 2761 2114 2988 2159 2725 2205 2565 2250 2517 2205 2601 2159 2761 2205 2565 2250 2517 2295 2557 2250 2553 2205 2601 2250 2517 2295 2557 2341 2631 2295 2593 2250 2553 2295 2557 2341 2631 2386 2697 2341 2666 2295 2593 2341 2631 2386 2697 2432 2739 2386 2732 2341 2666 2386 2697 2432 2739 2477 2762 2432 2775 2386 2732 2432 2739 2477 2762 2523 2775 2477 2797 2432 2775 2477 2762 2523 2775 2568 2788 2523 2811 2477 2797 2523 2775 2568 2788 2614 2802 2568 2823 2523 2811 2568 2788 2614 2802 2659 2818 2614 2838 2568 2823 2614 2802 2659 2818 2705 2836 2659 2854 2614 2838 2659 2818 2705 2836 2750 2854 2705 2872 2659 2854 2705 2836 2750 2854 2795 2872 2750 2890 2705 2872 2750 2854 2795 2872 2841 2890 2795 2908 2750 2890 2795 2872 2841 2890 2886 2908 2841 2926 2795 2908 2841 2890 2886 2908 2932 2926 2886 2944 2841 2926 2886 2908 2932 2926 2977 2944 2932 2961 2886 2944 2932 2926 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [2977 2944 3023 2961 2977 2979 2932 2961 2977 2944 3023 2961 3068 2979 3023 2997 2977 2979 3023 2961 3068 2979 3114 2997 3068 3015 3023 2997 3068 2979 3114 2997 3159 3015 3114 3033 3068 3015 3114 2997 3159 3015 3205 3032 3159 3050 3114 3033 3159 3015 3205 3032 3250 3050 3205 3068 3159 3050 3205 3032 3250 3050 3295 3068 3250 3086 3205 3068 3250 3050 ] dogrey 32 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [977 2195 1023 2213 977 2231 932 2213 977 2195 1023 2213 1068 2232 1023 2249 977 2231 1023 2213 1068 2232 1114 2253 1068 2268 1023 2249 1068 2232 1114 2253 1159 2277 1114 2289 1068 2268 1114 2253 1159 2277 1205 2299 1159 2312 1114 2289 1159 2277 1205 2299 1250 2312 1205 2334 1159 2312 1205 2299 1250 2312 1295 2305 1250 2347 1205 2334 1250 2312 1295 2305 1341 2275 1295 2341 1250 2347 1295 2305 1341 2275 1386 2236 1341 2310 1295 2341 1341 2275 1386 2236 1432 2232 1386 2272 1341 2310 1386 2236 1432 2232 1477 2316 1432 2268 1386 2272 1432 2232 1477 2316 1523 2512 1477 2351 1432 2268 1477 2316 1523 2512 1568 2774 1523 2547 1477 2351 1523 2512 1568 2774 1614 2980 1568 2810 1523 2547 1568 2774 1614 2980 1659 2981 1614 3015 1568 2810 1614 2980 1659 2981 1705 2708 1659 3016 1614 3015 1659 2981 1705 2708 1750 2247 1705 2744 1659 3016 1705 2708 1750 2247 1795 1817 1750 2282 1705 2744 1750 2247 1795 1817 1841 1652 1795 1852 1750 2282 1795 1817 1841 1652 1886 1852 1841 1688 1795 1852 1841 1652 1886 1852 1932 2318 1886 1888 1841 1688 1886 1852 1932 2318 1977 2815 1932 2354 1886 1888 1932 2318 1977 2815 2023 3123 1977 2851 1932 2354 1977 2815 2023 3123 2068 3158 2023 3159 1977 2851 2023 3123 2068 3158 2114 2988 2068 3193 2023 3159 2068 3158 2114 2988 2159 2761 2114 3024 2068 3193 2114 2988 2159 2761 2205 2601 2159 2797 2114 3024 2159 2761 2205 2601 2250 2553 2205 2636 2159 2797 2205 2601 2250 2553 2295 2593 2250 2589 2205 2636 2250 2553 2295 2593 2341 2666 2295 2628 2250 2589 2295 2593 2341 2666 2386 2732 2341 2702 2295 2628 2341 2666 2386 2732 2432 2775 2386 2768 2341 2702 2386 2732 2432 2775 2477 2797 2432 2810 2386 2768 2432 2775 2477 2797 2523 2811 2477 2833 2432 2810 2477 2797 2523 2811 2568 2823 2523 2847 2477 2833 2523 2811 2568 2823 2614 2838 2568 2859 2523 2847 2568 2823 2614 2838 2659 2854 2614 2873 2568 2859 2614 2838 2659 2854 2705 2872 2659 2890 2614 2873 2659 2854 2705 2872 2750 2890 2705 2907 2659 2890 2705 2872 2750 2890 2795 2908 2750 2925 2705 2907 2750 2890 2795 2908 2841 2926 2795 2943 2750 2925 2795 2908 2841 2926 2886 2944 2841 2961 2795 2943 2841 2926 2886 2944 2932 2961 2886 2979 2841 2961 2886 2944 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [2932 2961 2977 2979 2932 2997 2886 2979 2932 2961 2977 2979 3023 2997 2977 3015 2932 2997 2977 2979 3023 2997 3068 3015 3023 3033 2977 3015 3023 2997 3068 3015 3114 3033 3068 3050 3023 3033 3068 3015 3114 3033 3159 3050 3114 3068 3068 3050 3114 3033 3159 3050 3205 3068 3159 3086 3114 3068 3159 3050 3205 3068 3250 3086 3205 3104 3159 3086 3205 3068 ] dogrey 32 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [932 2213 977 2231 932 2249 886 2231 932 2213 977 2231 1023 2249 977 2266 932 2249 977 2231 1023 2249 1068 2268 1023 2284 977 2266 1023 2249 1068 2268 1114 2289 1068 2303 1023 2284 1068 2268 1114 2289 1159 2312 1114 2324 1068 2303 1114 2289 1159 2312 1205 2334 1159 2348 1114 2324 1159 2312 1205 2334 1250 2347 1205 2370 1159 2348 1205 2334 1250 2347 1295 2341 1250 2383 1205 2370 1250 2347 1295 2341 1341 2310 1295 2376 1250 2383 1295 2341 1341 2310 1386 2272 1341 2346 1295 2376 1341 2310 1386 2272 1432 2268 1386 2308 1341 2346 1386 2272 1432 2268 1477 2351 1432 2304 1386 2308 1432 2268 1477 2351 1523 2547 1477 2387 1432 2304 1477 2351 1523 2547 1568 2810 1523 2583 1477 2387 1523 2547 1568 2810 1614 3015 1568 2846 1523 2583 1568 2810 1614 3015 1659 3016 1614 3051 1568 2846 1614 3015 1659 3016 1705 2744 1659 3052 1614 3051 1659 3016 1705 2744 1750 2282 1705 2779 1659 3052 1705 2744 1750 2282 1795 1852 1750 2318 1705 2779 1750 2282 1795 1852 1841 1688 1795 1888 1750 2318 1795 1852 1841 1688 1886 1888 1841 1723 1795 1888 1841 1688 1886 1888 1932 2354 1886 1924 1841 1723 1886 1888 1932 2354 1977 2851 1932 2389 1886 1924 1932 2354 1977 2851 2023 3159 1977 2886 1932 2389 1977 2851 2023 3159 2068 3193 2023 3194 1977 2886 2023 3159 2068 3193 2114 3024 2068 3229 2023 3194 2068 3193 2114 3024 2159 2797 2114 3059 2068 3229 2114 3024 2159 2797 2205 2636 2159 2832 2114 3059 2159 2797 2205 2636 2250 2589 2205 2672 2159 2832 2205 2636 2250 2589 2295 2628 2250 2624 2205 2672 2250 2589 2295 2628 2341 2702 2295 2664 2250 2624 2295 2628 2341 2702 2386 2768 2341 2738 2295 2664 2341 2702 2386 2768 2432 2810 2386 2804 2341 2738 2386 2768 2432 2810 2477 2833 2432 2846 2386 2804 2432 2810 2477 2833 2523 2847 2477 2869 2432 2846 2477 2833 2523 2847 2568 2859 2523 2882 2477 2869 2523 2847 2568 2859 2614 2873 2568 2894 2523 2882 2568 2859 2614 2873 2659 2890 2614 2909 2568 2894 2614 2873 2659 2890 2705 2907 2659 2925 2614 2909 2659 2890 2705 2907 2750 2925 2705 2943 2659 2925 2705 2907 2750 2925 2795 2943 2750 2961 2705 2943 2750 2925 2795 2943 2841 2961 2795 2979 2750 2961 2795 2943 2841 2961 2886 2979 2841 2997 2795 2979 2841 2961 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [2886 2979 2932 2997 2886 3015 2841 2997 2886 2979 2932 2997 2977 3015 2932 3033 2886 3015 2932 2997 2977 3015 3023 3033 2977 3050 2932 3033 2977 3015 3023 3033 3068 3050 3023 3068 2977 3050 3023 3033 3068 3050 3114 3068 3068 3086 3023 3068 3068 3050 3114 3068 3159 3086 3114 3104 3068 3086 3114 3068 3159 3086 3205 3104 3159 3122 3114 3104 3159 3086 ] dogrey 32 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [886 2231 932 2249 886 2267 841 2249 886 2231 932 2249 977 2266 932 2284 886 2267 932 2249 977 2266 1023 2284 977 2302 932 2284 977 2266 1023 2284 1068 2303 1023 2320 977 2302 1023 2284 1068 2303 1114 2324 1068 2339 1023 2320 1068 2303 1114 2324 1159 2348 1114 2360 1068 2339 1114 2324 1159 2348 1205 2370 1159 2383 1114 2360 1159 2348 1205 2370 1250 2383 1205 2406 1159 2383 1205 2370 1250 2383 1295 2376 1250 2419 1205 2406 1250 2383 1295 2376 1341 2346 1295 2412 1250 2419 1295 2376 1341 2346 1386 2308 1341 2381 1295 2412 1341 2346 1386 2308 1432 2304 1386 2343 1341 2381 1386 2308 1432 2304 1477 2387 1432 2339 1386 2343 1432 2304 1477 2387 1523 2583 1477 2423 1432 2339 1477 2387 1523 2583 1568 2846 1523 2618 1477 2423 1523 2583 1568 2846 1614 3051 1568 2881 1523 2618 1568 2846 1614 3051 1659 3052 1614 3087 1568 2881 1614 3051 1659 3052 1705 2779 1659 3088 1614 3087 1659 3052 1705 2779 1750 2318 1705 2815 1659 3088 1705 2779 1750 2318 1795 1888 1750 2354 1705 2815 1750 2318 1795 1888 1841 1723 1795 1924 1750 2354 1795 1888 1841 1723 1886 1924 1841 1759 1795 1924 1841 1723 1886 1924 1932 2389 1886 1959 1841 1759 1886 1924 1932 2389 1977 2886 1932 2425 1886 1959 1932 2389 1977 2886 2023 3194 1977 2922 1932 2425 1977 2886 2023 3194 2068 3229 2023 3230 1977 2922 2023 3194 2068 3229 2114 3059 2068 3265 2023 3230 2068 3229 2114 3059 2159 2832 2114 3095 2068 3265 2114 3059 2159 2832 2205 2672 2159 2868 2114 3095 2159 2832 2205 2672 2250 2624 2205 2708 2159 2868 2205 2672 2250 2624 2295 2664 2250 2660 2205 2708 2250 2624 2295 2664 2341 2738 2295 2700 2250 2660 2295 2664 2341 2738 2386 2804 2341 2773 2295 2700 2341 2738 2386 2804 2432 2846 2386 2839 2341 2773 2386 2804 2432 2846 2477 2869 2432 2882 2386 2839 2432 2846 2477 2869 2523 2882 2477 2904 2432 2882 2477 2869 2523 2882 2568 2894 2523 2918 2477 2904 2523 2882 2568 2894 2614 2909 2568 2930 2523 2918 2568 2894 2614 2909 2659 2925 2614 2944 2568 2930 2614 2909 2659 2925 2705 2943 2659 2961 2614 2944 2659 2925 2705 2943 2750 2961 2705 2979 2659 2961 2705 2943 2750 2961 2795 2979 2750 2997 2705 2979 2750 2961 2795 2979 2841 2997 2795 3015 2750 2997 2795 2979 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [2841 2997 2886 3015 2841 3033 2795 3015 2841 2997 2886 3015 2932 3033 2886 3050 2841 3033 2886 3015 2932 3033 2977 3050 2932 3068 2886 3050 2932 3033 2977 3050 3023 3068 2977 3086 2932 3068 2977 3050 3023 3068 3068 3086 3023 3104 2977 3086 3023 3068 3068 3086 3114 3104 3068 3122 3023 3104 3068 3086 3114 3104 3159 3122 3114 3139 3068 3122 3114 3104 ] dogrey 32 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [841 2249 886 2267 841 2285 795 2267 841 2249 886 2267 932 2284 886 2302 841 2285 886 2267 932 2284 977 2302 932 2320 886 2302 932 2284 977 2302 1023 2320 977 2337 932 2320 977 2302 1023 2320 1068 2339 1023 2355 977 2337 1023 2320 1068 2339 1114 2360 1068 2374 1023 2355 1068 2339 1114 2360 1159 2383 1114 2396 1068 2374 1114 2360 1159 2383 1205 2406 1159 2419 1114 2396 1159 2383 1205 2406 1250 2419 1205 2441 1159 2419 1205 2406 1250 2419 1295 2412 1250 2454 1205 2441 1250 2419 1295 2412 1341 2381 1295 2447 1250 2454 1295 2412 1341 2381 1386 2343 1341 2417 1295 2447 1341 2381 1386 2343 1432 2339 1386 2379 1341 2417 1386 2343 1432 2339 1477 2423 1432 2375 1386 2379 1432 2339 1477 2423 1523 2618 1477 2458 1432 2375 1477 2423 1523 2618 1568 2881 1523 2654 1477 2458 1523 2618 1568 2881 1614 3087 1568 2917 1523 2654 1568 2881 1614 3087 1659 3088 1614 3122 1568 2917 1614 3087 1659 3088 1705 2815 1659 3123 1614 3122 1659 3088 1705 2815 1750 2354 1705 2851 1659 3123 1705 2815 1750 2354 1795 1924 1750 2389 1705 2851 1750 2354 1795 1924 1841 1759 1795 1959 1750 2389 1795 1924 1841 1759 1886 1959 1841 1795 1795 1959 1841 1759 1886 1959 1932 2425 1886 1995 1841 1795 1886 1959 1932 2425 1977 2922 1932 2460 1886 1995 1932 2425 1977 2922 2023 3230 1977 2957 1932 2460 1977 2922 2023 3230 2068 3265 2023 3266 1977 2957 2023 3230 2068 3265 2114 3095 2068 3300 2023 3266 2068 3265 2114 3095 2159 2868 2114 3131 2068 3300 2114 3095 2159 2868 2205 2708 2159 2903 2114 3131 2159 2868 2205 2708 2250 2660 2205 2743 2159 2903 2205 2708 2250 2660 2295 2700 2250 2696 2205 2743 2250 2660 2295 2700 2341 2773 2295 2735 2250 2696 2295 2700 2341 2773 2386 2839 2341 2809 2295 2735 2341 2773 2386 2839 2432 2882 2386 2875 2341 2809 2386 2839 2432 2882 2477 2904 2432 2917 2386 2875 2432 2882 2477 2904 2523 2918 2477 2940 2432 2917 2477 2904 2523 2918 2568 2930 2523 2953 2477 2940 2523 2918 2568 2930 2614 2944 2568 2966 2523 2953 2568 2930 2614 2944 2659 2961 2614 2980 2568 2966 2614 2944 2659 2961 2705 2979 2659 2997 2614 2980 2659 2961 2705 2979 2750 2997 2705 3014 2659 2997 2705 2979 2750 2997 2795 3015 2750 3032 2705 3014 2750 2997 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [2795 3015 2841 3033 2795 3050 2750 3032 2795 3015 2841 3033 2886 3050 2841 3068 2795 3050 2841 3033 2886 3050 2932 3068 2886 3086 2841 3068 2886 3050 2932 3068 2977 3086 2932 3104 2886 3086 2932 3068 2977 3086 3023 3104 2977 3122 2932 3104 2977 3086 3023 3104 3068 3122 3023 3140 2977 3122 3023 3104 3068 3122 3114 3139 3068 3157 3023 3140 3068 3122 ] dogrey 32 Setcolor /absolu true def (drawpoly) 10 [ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2] [795 2267 841 2285 795 2302 750 2285 795 2267 841 2285 886 2302 841 2320 795 2302 841 2285 886 2302 932 2320 886 2338 841 2320 886 2302 932 2320 977 2337 932 2356 886 2338 932 2320 977 2337 1023 2355 977 2373 932 2356 977 2337 1023 2355 1068 2374 1023 2391 977 2373 1023 2355 1068 2374 1114 2396 1068 2410 1023 2391 1068 2374 1114 2396 1159 2419 1114 2431 1068 2410 1114 2396 1159 2419 1205 2441 1159 2455 1114 2431 1159 2419 1205 2441 1250 2454 1205 2477 1159 2455 1205 2441 1250 2454 1295 2447 1250 2490 1205 2477 1250 2454 1295 2447 1341 2417 1295 2483 1250 2490 1295 2447 1341 2417 1386 2379 1341 2453 1295 2483 1341 2417 1386 2379 1432 2375 1386 2415 1341 2453 1386 2379 1432 2375 1477 2458 1432 2411 1386 2415 1432 2375 1477 2458 1523 2654 1477 2494 1432 2411 1477 2458 1523 2654 1568 2917 1523 2690 1477 2494 1523 2654 1568 2917 1614 3122 1568 2952 1523 2690 1568 2917 1614 3122 1659 3123 1614 3158 1568 2952 1614 3122 1659 3123 1705 2851 1659 3159 1614 3158 1659 3123 1705 2851 1750 2389 1705 2886 1659 3159 1705 2851 1750 2389 1795 1959 1750 2425 1705 2886 1750 2389 1795 1959 1841 1795 1795 1995 1750 2425 1795 1959 1841 1795 1886 1995 1841 1830 1795 1995 1841 1795 1886 1995 1932 2460 1886 2031 1841 1830 1886 1995 1932 2460 1977 2957 1932 2496 1886 2031 1932 2460 1977 2957 2023 3266 1977 2993 1932 2496 1977 2957 2023 3266 2068 3300 2023 3301 1977 2993 2023 3266 2068 3300 2114 3131 2068 3336 2023 3301 2068 3300 2114 3131 2159 2903 2114 3166 2068 3336 2114 3131 2159 2903 2205 2743 2159 2939 2114 3166 2159 2903 2205 2743 2250 2696 2205 2779 2159 2939 2205 2743 2250 2696 2295 2735 2250 2731 2205 2779 2250 2696 2295 2735 2341 2809 2295 2771 2250 2731 2295 2735 2341 2809 2386 2875 2341 2845 2295 2771 2341 2809 2386 2875 2432 2917 2386 2910 2341 2845 2386 2875 2432 2917 2477 2940 2432 2953 2386 2910 2432 2917 2477 2940 2523 2953 2477 2976 2432 2953 2477 2940 2523 2953 2568 2966 2523 2989 2477 2976 2523 2953 2568 2966 2614 2980 2568 3001 2523 2989 2568 2966 2614 2980 2659 2997 2614 3016 2568 3001 2614 2980 2659 2997 2705 3014 2659 3032 2614 3016 2659 2997 2705 3014 2750 3032 2705 3050 2659 3032 2705 3014 ] dogrey (drawpoly) 10 [ 2 2 2 2 2 2 2] [2750 3032 2795 3050 2750 3068 2705 3050 2750 3032 2795 3050 2841 3068 2795 3086 2750 3068 2795 3050 2841 3068 2886 3086 2841 3104 2795 3086 2841 3068 2886 3086 2932 3104 2886 3122 2841 3104 2886 3086 2932 3104 2977 3122 2932 3140 2886 3122 2932 3104 2977 3122 3023 3140 2977 3157 2932 3140 2977 3122 3023 3140 3068 3157 3023 3175 2977 3157 3023 3140 ] dogrey 32 Setcolor /absolu true def [] 0 setdash (drawsegs) 12 [ 32] [3023 2293 5250 1421 3023 2293 750 1403 3023 2293 3023 3710 ] dogrey [] 0 setdash showpage end saved restore xmds-doc-0~svn.1884/latex/figures/defferential.eps0000644000175000017500000306672510007374504021474 0ustar rafaelrafael%!PS-Adobe-3.0 EPSF-3.0 %%Creator: GIMP PostScript file plugin V 1.12 by Peter Kirchgessner %%Title: /home/cochrane/sourceforge/xmds-devel/doc/latex/figures/defferential.ps %%CreationDate: Mon Aug 25 11:53:17 2003 %%DocumentData: Clean7Bit %%LanguageLevel: 2 %%Pages: 1 %%BoundingBox: 14 14 667 503 %%EndComments %%BeginProlog % Use own dictionary to avoid conflicts 10 dict begin %%EndProlog %%Page: 1 1 % Translate for offset 14.173228 14.173228 translate % Translate to begin of first scanline 0.000000 488.000000 translate 652.000000 -488.000000 scale % Image geometry 652 488 8 % Transformation matrix [ 652 0 0 488 0 0 ] % Strings to hold RGB-samples per scanline /rstr 652 string def /gstr 652 string def /bstr 652 string def {currentfile /ASCII85Decode filter /RunLengthDecode filter rstr readstring pop} {currentfile /ASCII85Decode filter /RunLengthDecode filter gstr readstring pop} {currentfile /ASCII85Decode filter /RunLengthDecode filter bstr readstring pop} true 3 %%BeginData: 813492 ASCII Bytes colorimage )?9L3s82Wkqu$EmrqcB_p\t'fs8Vuos8)WkquQ]krVQiqq>1$dqu-Hmqu$L6kqu?Qsqtg-a qu$?mqtg9es7ZTiqYU9i#Pn5nr;?Hgq>L3fquuuoqYBp]q>1'frVQTo!<2ur!<2flqt^6d#5S/o r;6C'bq>:Kfo^VVMr;-0crsJc(rVHEgr;?HhqYC'hrW2uqrVc`m$2OAjq"ad_q>'mdr!iN" r;?Hgq"OU[qY^9jkPtS[rqlEerr**"r;?Nmrr)j(rr)chq"jmcqtg-dqu6HirsJc'r:p*_q>'pc r9=4bqu$Bhqu-El"9/5rqtC!drquZjqY^0hqZ-KkqZQcmqtg0fqu?Kiq?$QiqYU-ip&=gjq=sja q>^Kj!;cTi!r;Weq>:3es81dT$2aPmq"ssbq"adbqZ6Ner;-Eg!quBarqc`mq>'pdq?-Qgp\4R\% /BSorr<#squ$Hir;Q]q$NC#(rVQKkrquWfqtC]tq>'gZp%J.Tr;HWps8Muprqu`jrr;rqrr`8to _JIcJ,~> (]X:1s82Wkqtg9ks8Muss8;]hrr2`irq-3jrqHHjrr2lkrrW2urV?Klrr;lrrVZZrrVlcq!WN&i rrW2urU0[crr2irrqZTkrr;otr;HTo!WDrls7uZgrrr;oqYpNpr;Hfsr;?QkrrE&lrrE&ors8W& rr;usrVc`prrE&srs&K#qu?ZprVl^"qu-BfrVcZjrquiprql]ms82imrqZTorr2osq>C3ks8N&u !<)lq"o\Arqu$HmrrN,tq>^Hl!<2fos8Duqs7ccnqY^?ms7uTgrVlg&r;-UEm#5\/nr;Q`pr;V9~> &c_Y+s82Wkqtp?ls8DimrVulrrri?$s82`mr;linrVZosqYU6jrr)lsrqu`or;HTor;Z]urr)cm rr2rtr;linrVHQf!r)NerqlNkrVlcqs8<-!qtp6cq>'pds8DrrrrE&tr;cims82Zmq>('drUKmm qtfpTp%eI\nc/F`s8N-!rVc`prri;uqu$E`rrE&ors&GuqYgBjqYpEnr;QTnqulurr;6BjqYC0e qYp?pqYBs`qt^6lrpp*gq#L9iqu?Zsrr)fns7u]k"8i#prV?>irrE#os7uW\s8W)mrs/N"rVZWm q>K"H!<2!X#lFW$s8Dimrr2co!;QQe"8_rnqYC0kr=8c%q>1!dqYU3hrVZQhr;?Hlr;6Knr !rr,qrVlljq#:TsrVuosrr;ups8N!&s8MuprVlcprVlotrVc`orr`,pr;HTlqYpQpn,ELhrVc`k s8W)qs8W)Rs8W&urV-?krW<&rqt^9frW;`cr;HZqrqcWprqlWqrr;urr;cils8;lqrrW,srp9Xl rr)`mrVHBiqu$EkrW)oms8DrsrrN,tq>:9lr;QQorVksZ#QFYsq"OO^rql]qrr2p"rqlKaq>C'f #P7W_qYgBjqu-QprVufcs8Musr;QTkrr2j$rr)cns8W)rli7"a!<)iq!WDoirrrAuq>'sfr;Qp! r;-HmrVm'#r;ZcorVlg%rr;rqr;Q`qr;Qs"r;6?irr)fqrqcWproa=]rr2irr8R_VrqZTorVc`q rVccprosI_r<`N&qY9g^rr2rtJ,~> !rr,qrVm&orVc`orVca%r;HZqrr2rqrVc]qrVl^"rVZQhqu$?hrVZcpqu-EmrVlcuq"ad`rVHQm rVcirr;$?fs8W$"r;6Bhq>L?krVuoss8Dcnq>U?ks8;ooq>UBns8N&s!rW#qrVliqs8N#r!rVrl qu6Woq>:[$rVQQlrr<#nq>'pcrquipqtgHmrr)fn!<)]lr;HZp"TS>qr;H^Kn s8W#ps8Dros7uZmr;Z]rr;6U3i#Pn8qrr<#rqu6Hkqu?Tirqu]nrVl]oqYp'sgr<<)op\4O^rr2rr"oS5lrVZWnrWW5rs8Mrprr36&s8;flrVuiorrrE"qtgU?mq#19lr;Hitr;6Bfrr;oqs8Doqs8DorrVliqrVZ]or;Hcrr;?Nm !<)op$i0]!rVZTls8N#ts*t~> !rr,qrVlljrr<#trVm0$rVuosrr;rrrVllsrr!*$rVZQjrVZWmrW2uqrVZ`qrr3)rqYU3hqu?Zo rrN,tq>^9fs8E-!r;?NhrqlZor;ZZirUp3jrr;rms8Musr;ZWqqYpKms8W)ur;QQpqYBp`s8W)o r<)ffp\Ojc"T&#mrVlfr!<)fm!r`&orV?Qlr;$6fq>^UKjp\sjfq"agXs8W)ps8VrtqYBpcp\t0irrE#rrrW2sq>(!brs/;oqu-Nnr;6^Bkrr2ops82flr;HWm#lX\ur;Q`pqu?HjpAY9prVcZnrr3'!r;-6ds8E3"qY9j_rVlisrWW8t q>U?lrr30#qu?ZnrVlg&rr)]iq>:-frVca"rquZirr2lps8E'!rqucrrTX@^rr;rrquHWirrE#j rrE&rrsJc(r;?Heq"jmdrU^'drr)fqrquctrr)forrE&tr<)oos8Dro"TSK#s8RT~> #64W!s8)HerVluurr2rprW;unr:g3krn[VRrn[VSrnIJQrqZQpqu-3fp\k3eq>C6mqp5ShB !<2`m"oeQ%rVZZorV6BmrpKdirr)`krVlZn!WDoos8W$$rr;llqYU9i"SVclrr.E~> &-)S*s8)Hes82Zgq>0sbqY^?qrr)lqqu.6,r;6?fr;HQjqu$Elrr)clrr)iorr)urr;HWo!WDon rW2uprqZ]nr;HWorr)lprql`q#6+T"rr<#rqYU9irql`lq>:!cr;$Bf!;H:!e!r`&pp\Y!c"S_cir;??e(]XL5r;?Nms8N#rr;?NmrqlWlrVZTlrV?Enr;HQn!ri,q rqd0&rVccrrr)`iq"Oaar;?Qqr;QTns8DQgq#(^#qt^$^q>'pcrVlfprVZWk!;uips7lipqu$Bj rV?F!p\=OZq"OOVrVl`p!<2foq>L0iqu-Nlp\k!es8N&srVZEh!W;oqrW2uprVZ]m!;uZiq>:Kr qYL0irqlKgrr2irr;Q]qr:g0mrVQEfrquimq#CBnm/IRkqu-Kkqtg0er;HWorVcNhs8E3#qtg3f rVHKsrVlfpr;HWo&Gc2"r;6EjrVlfpr;HTkqYgEk!<2ip"oeGurVQNkr;uoor;-?urquZhq>:*h rVc`p!r`#lrr*'!qtp &-)S*s8)Hes8DlmqYU0fqu$9mp\+C]qu7<.rVZQjrVlcnr;HWps8Mups8N#rrr3&trVlfr!WN#p rrN,srqccprVlfrrqufnr;$Wnq"X[]qYg9grql]ks7uKeq>L6hs82TfrqlutqYL$`q"Xg^s7cZh q"jperqQWjp\4FU#PIfcr;HTkq>'e%qYBp\p\=R\rVcZkqu$Ekp%J.Sp@e7Tq=k!bq#'siq=jX_ p&b!`q#1%!r;HQmqY9mbrVZWoq>:-hrrW2sqtp1!dr;6BfrV-BgrqcZf "nq]cq"aa\qZ$Emr;QQqqYU3hrr)rrqt^6eq>p?crV?QipAF^bp\4I[p](*iq>L*_q>pBerqZZk p\jmepAk!ap\FRhq=aOXqYKsYr;?Qk!;QQis7l?b"98>srVlfsqt^6urVHBgqu-Kkp\Fa`!r;We rV@*$q"=CWq=s^XpA"FYqYL$`q"Xmc"o7odp\=R\q??]kqYBp^rqZfkp@nC[rr)j$rr)iqr;69g pAk$eqZ$Err;HZqqu$Ek!rVrpq>Ua!r;-9frVulrrr3'!r;-Em#QFZ!rVlirrr)j"q>C3jrdX~> s8No7q>:'cr:K[Wr;?Qlq>U9dq"jpfrqu`nrWN2trr2inrW)lnrW)lqrWN2tqYBp_r!rT$rVlcn qYU3eqYU3hrUp*equ6NnrVZZnrVcZirV-9nrVZTlp\k0jrr)co#Q=Stqu$ElrVQQor;QWtr;6?d q>'siq"jsh!W;cmrW)orr!*&trqlQgqtL'irVHNqrVZQlquliir;HTnrr;rrrr2g.rVlWiqYL$_ qYBaVq>:'ap\4OVqu?Ktq>:-ir;6?fq>U3f!quB`rqZTh#64]#qu$Elq#:?krqucpqZ$Tps7lim q"X[^r;$0aqu?[&rr)cor;?BdqtpBj!<2fkrqZNf!;H s8NB(q>:'cr;-gEl rVufps8W'"rVuonrMTYqrUg*iqtU0mrVQQjrrE&qrs&K#qYL-grVQTprp9Xfrr<#prVc`srqu$\ #Q4Gmp%7qOq#(-lrr)lsqucosr;-Ee!r2Wjr;Qfsq>U!pmdK`U48q"OLTp%J.T oC_kRq=sXTmHWlpio9"Zk17Vug@bL?qYU6jJ,~> s8NB(q>:'cr:p*crr3<'qY'OMnFH5Fp@8._rVQTprVlg"rr)`jq>($prVlirrVQNlr;cips7uWn o_nC]oE,!jrqufpr;HNgr:g3prr)fps8Vok!;lcnrV[#qp%7kIo_%qUqu$Nlrq-EdoCDGAq=P!g qYU3grVuosp&OdboEb'^p@IkGoChnRr;cKdp&amXo)A4`nF#rAp&=[bp&=[aoE=j\nal>Mo)eR[ r;Q]trr)fcrs/5kq>0m\p@n+W!r)KcrqcZj#PI`[nac;Dp%e=Ws8VusrVlfrrVlirrr<#orqZTo p&apZo]u5Lo`4X[pAX^`p&4Uao`"Oao]YuMo^_YQp&b*fr;?KonFZ_Rs7?Tjo^q_Do(MeLrquip rVccn#5\,gpA"IZqu$Qlp%nCXo)SF^p'10\p%IkFp&=XcoC;PJs7QBbq=PQon*K?(lKmp0p@e:X qYU6krVHBfr;-3fl3-G?nFZGRq[r]!o^qnBlL"$-mHWs,o_84[rr"):p\+:Qp@n@Rp%S:Xq"=:F kiLd]i8N\Td`'D_o`+X]qu-ME~> 8bi>cp]($3Up7;=_8j^BcHj\Ra3N>pinN5Ch;-l@gX+6jcdL=kd*'YXcHa\YbK\>Ycd'\R`5fj5 ^V.@r_8XF7`P]U5aj&-1cPk'PbKeDZd*^:je'QOmf%/@!d+[70hr3VWk5O<2iW&!=jo=KBk6C&- hr*MVkkX9Mh;7&Jj5oFdio/hQhr*JQroF:Chq?N,rm1Virlt8c44;ae^W+"f\5*9hV-Z6 e^`7(g=b6:hr!8Eg#V>]l/q'fjlGI^jlu'njP\nMg=k<;hqQi9eG[hpeKi_re^i:2k2t[ZgY:N; f[\EtdaQ_&hVHr>f[eWpbg=_]bKJ-*d/V/eao9H^b5fcbbm)D8g"4a$ci20%bK@rJa2Z*;c-Oec da?Ihccs`6bl>igb08/Xrm1Abprs;mb0%fHb/q3)]=bhk^VT`]s1/0>s0qp7s0_j5riuU3[']h? /$cC`ZEg^;X0/_4YH=q1X/`2!WMlbnXfSS&WN*##WMc\rWhlVrS"-+EU].&fTq\9SS=5n:T:qg@ P*M>sR@B_8R$X85SY2[HQ'@]/Pa@i5P+8/5S=5e0Pa%K#R[BD+Q'Rf+O,o<[M2I=VQ'Rc(R@0G0 NK0$[O-#HcM2I7Orf9C+Mi3ORO-#KdM2-_6IXZcsPEhGuOH,BaLP(,,JV/Q)LPLV;K7\Z*K7nl, H?OFSG^4[bI=-?kHE 8bi>cp]($3Ur:XilK.*c i8ESTjl5@`kih0iip?.)na>c1mHj0)mIBc9m-Ep!jlPXglK70ehu2@Yio/hPgtLE4g"bB8e'ZRk d*BhUa2lBFeC;spcd'bYbKnYdd*Bq_q8<6V!6tMgs3C_ug&9V/g">*6f@87Jcj/%JdEp4bc-?72 'ZnD7_SO74ai_iQcd0\Qa2Z'7^V9N[q8Yj_8F77b/q`G`l5mlbQ#W_`rF$X`;[LN^&G\D \cTLV]`,Sp]"#8]]"#2T[^irX[C*KMZEga?Yct==['R$BZEppCYHYC>Xfo13WN<8,rioD$WiE"n U8"H]WMQ/SSXu=DU8+ESStW!NT:h[U3e rVh<~> 8bi>cp]($3UqX[bbKnSad_ii2]>De@f&c#UkND!hjkAA=g"bH>gUbK7lMce$hKfc&Jne^W+!f%8R-g!.jje'l^jc/@R?jlbmom/H)Om0E(G l/q0nmI0l4&)lO.jlbmnlegRTgt^`Bhu;jCkMtCNec*embPoZ[braD+gtgc?gu$Q.eCN:*gYCE3 e'c[nf%8a8iT&tWhqd8PkN:g`iSrhSi8Wn^jPeqLg"4j.g>(?3eC"6@-dgDke'umreD]KLi7lr< g=Y!*d*L(ddbNX4g"4g)eATGPbfRoGaSF'[b5fccc2Pugci)2pcd'qabfRp)`?3+=`5BI.^qe1< c-4AQa2Z6Cb0/#RcHa\ZcHaYWaiO;#q8W`L[^NZT\\#NP])K89^&PVB\,Wo:[JmH2Yl:j*XTGZ/ YPtaVXfJM)XfJFuWN<2$W2Q_nV59u`USFQ^Vl$8cV5C/dU8+W_TVAEZU8=ceri/neSXl7:Q'I]) S=#CtOHGQkS",q7Q^XM5S",h,O-H)rQ'e5+R[oh/OH#0UMN!OVNf8mSN/j!WMM[+AKo(eNOckom P`q;eM2@+IMi3OIKnkK`MF*/SL51SBMiM26n>KS+i+Isuj# Lkg\9J:E)kFa/1WG]e+SH[UBoJ:E&sIf4a:IXQBaH[^KpIXGsHAn,7X@Uj%Q7o4!)q#1$crVh<~> .K0;Gs7Wa-6TdY&8P2c[>@Cc9:fUn8AmJ_M?sm>J?!CK8>$G69>?=o)C>u=8o=Bo!4>$G36 =B8F%<`iL.>@(]F?<^TCB5;3l?smDG=B]*FCM@BmA7/\J?=IGU@q&eO?!LW<>?Y37>[(KcK7J5j I"dH.I<]gQEclSNG^":OEc>u7ChI0_@;9iYFT6([BkCj_?!C/);(GI=:/+\eQ._*='#<#s&LRM<`E!r<**1*>?b95=&r@%<)QRh:/Y"j<`W4!;GBqa;cHar;c?Ri:&[fp9i+;8 /iJ=Jr;$3fs*t~> .K0;Gs7Wa-6VC-L:JO\a=&r0i77pQa>?kH??XI,F>Zt94=^#$5>$"f(\%AM<)HNl>;BGh?!^i@ =]\X)='8^1>@(]F?<^TBAnl!h?XI2?;cR%2An5=_ARSnN?XmYYA7K"S?N+4W>[(?4<`N+)?<^B+ =(#TD=Aqsg9i+_g<`N'q:ejbh=]A-h:01fu;ZC#,>Zk*+:ejgc:]aEf:&[id9d6U4"09MA#I7nH'86:!k$5<_e77mfTA58$:I6qg3;3^#et7nH?I 91hZB6N0:N6 .K0;Gs7Wa-6UjX?9heD_=B&'d6V(-Y=^klOAS#C^@UNPL?XR;M?rpG.)s'Z@G@q9.^ AnPX_?XRAUC&)*P='/U0?=72N>$5!1=BSd1>[1Q?>Zt61r^m#[q+(`pA8Q0o=]82s<*N@'<``@% ;c-@f;,^Fr=^59>>Zk08@V0.X>?b?0:f:D&@pr\P?X$W6=^>BA?[RJ=%q8pO=B/9t;GgM'B5;3l@/4X7=U\;3=BJR"8OZ';7RouJ8GPa`:/+GV91hcI84Z6@ r^J2&7Rfm=8P2TJ6pj:.6pj1$5=A%577'@15/*I1-J#p770@,6V'sL8Ol086:==88Ou<= 6UXI;84>g.5=8":7Rfm=8P2TJ5=%_/8P2QG8kVfO:/=\_<)QOerC[Yp:JaeY8P2cY;c-@g;cHcr 9`[p\r_!2c.8`u@;,U=f:Jk"f;,9qd<)Z[k:JFM[;H-Xr<)QRe:/Fhe<)Z[h9M%bR7LVdV4tJ0@ K(&a8qYgGE~> )?9^2s7)+(+?;e`[CfHraI]oAS,Rf>[:T7 9LqiS>$kcJ>#\F#?X[GTA7AqQ=^#!5>?kE==B\s9??!^lG?s[1?kKB@Uit\@q0%\AnPaiq-sqdN0fc\DI6LV@q&hQ ?!LV5@K0a7@JOFoBPh^+B451W@UWb\EHH2;CM@Bj@q91aA7T7_A7K+YA7T7aBP2!lR%Bn9Q(=hR Y,eLtUSOcbTqVIYrgsFdRZiV`MjU:8T*L^KP`^r]KRs,G.OI=?HdGBS+MEcQ8H JW#b]SY)CED/F0/E,KB$ASQ.%CM7EtF`heIEcH&:EGfN(ARo@aC0t:_Ebf/oEcZDKG^":ODJsN: FDbPj9ODULA8,jpE,0*!C27HkCM7?qD/*K]A3MbZAS>grARo=`C2\3DfBfDI!0^YH$XgbI!'UWH$XgbI/J9hGlM^_Du=JqJV8f3IX?KoJ:N,uIXm*,JUr?&K8,5@ Jq8K)K7no1IJ\HsI>3H.JUm`LreCH.r.b3+rJ(?+!/1<'$\'pes*t~> )?9^2s7)+(+>>c@69dY!77p$42`a8n5=J'?7hJ3Z77Ka86pj@27R][15sn(1r^Se98kViO7Rop4 2DR0P5=A%35<1\a6UaL984H!64[)%o5@V&@8OGg=9M7rJ 7R]`E7fPpV7efP":/OeX6:!t(5=%e8;GTq^:.n,K8P;`K8P2TH84Z6D8kMZGr^IK#>[19->@hMb BkCj`@Us%Z@fBg8?jC1L=\qdh?>94H#@h4N?!1-':&\$A;,C"]91MQI:fLM!>$+j,[CfH@:WbM5;\(@L?LPARo4R;bp@m?b',='/U/>?h#-r`B+q!)EGd+B_oT>?+O!=&`-t;GpIr>?+[&5VP&>5hY,>$5!1rDsA4<'E9&LA(ZCqu6VG~> )?9^2s7)+(+>Z,K84Q0C:f:%W5=.t97oWLe2<)lpt;c6On:JOSU8k_uUr_PFK;cHas;cH[h 6U*q/852rW84#U0;H-[u=&i0r92&#R9hnGZ7S$-F9M.iF6UX@47nHd,?S5Z?<:!#;G^.d='oED>?P$,;,L4j$4d(=Bo6DAS,F]@:3GJ>[1ZHBlJ3> H?sdVCh7#R>mFbLDg6\ZI!YU>pim9oH?aLH@pWMM@:EbYAnLjFs'#\2=]ea+'G?J*R >[:ZB='&L,>$+^!:K1J"[(B7>?Fj%:JO\^<(TV\>ZFKl=BSm8?>9d^lS:/Oqk9h\5U;HI+1@q&kS?t!MS@: *W5s1q>\97-TOh2G^b7!Mg]qrFF&XpJ!?1_QBmg8PV/8gQ'.5lPa@YuOH>WjQ^aD/PEV9!RYm/f LjaGlJ!?FrT9bImLQ.@XQ'R]!OoC^HQN*3NQ^I`>!LT5PRJiTSR/`QVR[]e:q3q>N%@NZSSXuF= R$sP9S=>uCR/EBNQjT7MS"#k7R$jA0Qi33TPE_>uR$jD4q3_JdZFmcMSWo94Rf8lXT)P9,U7e'H S"64HVQ6l#URdmFVkg,eY-4h#SXc.:R$a;0R$sP:T:c(R&>,VhUSFWt`Q?!/]=b_g]Y"0Ss1A<@% Cs'^]Y2"k^r!jt]"Z)XZPL']]Y2%n]tCh`[^EHHYH=q0Yd(I;YPkX'XoGI=V5^W(\@T;``kf6oY HP17\%0,d_o^-Jq8E*H&&Q/s\[JcGX0&V4\A#l$an`RK\d#^T[^EKLZi791Z2_%=XKAY/Yd(L?Y d(LA[Bcm3X0K+AZECC:\$rfR['R'CZa$^:Y-G=@\>#=e\@]2W]">Yh]XkPYX08tC[%DnaN23ngX fek/\>YaYSY`*QQB$lfTUgp^O]kMKVkBBEUnaWUT)P;\T)G;]T)Y`=WN<;+WMHGkXKSk4YH=e(X /rG+YHP16Y-"h0Z*LdF['Hs?Y-"q5ZEpq;[3;ia\[SiIZF7EZ^:h.m_oTd5^:_+n`5g!?`Pop>` l,X,rP& (B"4*q>\97-Q=R%:/=S[;I3U1>Rmb;IO6VCh$XK<*OL!G#^=B)QBBAcH?EB4tsmq.K_=%;'6dC27Tt BkqR'D/="`AGg'=AIE$[AnPagARoCbARtaL#@CkI@Us%^BDH*D?Y==qAm\qVq.otDs(_OI3cAkM BP;-tDf0W>F),>sASYsmCiXT6BPD-lARo=_ARoCdC27U"C27QuC2%?pB4c('Ch70iA7oLcrac%? s(;dSBkhF"Cgq!iARJnVC&)Q]B4u'sD/F*)F`heIEGo]0DfB`rc8!Xs)8crFa&%QFDu,= EGfW2EHc\IE,KK.CMISZB_cQGD$Y'!EH?/BEH6'sEqs\SGQrA8FE;JCGQ)dcFoQPoE,fo>FEMbN FEMbPH$4.BDfpAPG&hYIH[C'aG^"=RGBItIEclSOHtHStI"-HfH$XjcH[0aTDf^5RG[j/p:hY0! EH6,>IVrFp@r#dhB4"nTEGerLAM,0EHZX%?F)l5;D>nAOD>eAPD?"E%D/aQ:D.m^%E-$,CF)c&7 DfB]:F)uGEEcH)?F`r%UG]n4NEcH2DG'A31Gp.0LGBIe>Df]r?FE;GDH%($_F)c2AH$k*iH[:*g H[1$frI"Wns*"Eb'6\VHH['aWFEDYLG^XsdH$=FTFo-LpH?jsR7mT\3s8Vols8RT~> *W5s1q>\97-RCZF>[LiIASl3qA8670Dg-DMH$OZ6G:n/eG]e(MGBItGDJjE7Fa81QEH-&CG]J"Q E+N?aB6&9II<97:AT2[4G^4OWFT-RbGlMsgH$]F9!IB%iGPuddFT6IcG'A.TpN?shG^4X`I!9j_ I=?Tlpj;p]rcANoH[L6iI!^0^F`_^'EX-`1GBeF\I!tg;#CM5cN.Q:tGkQXeJGt$ZIXHEbGBnRb M2m^YL4F`'LP1>:NfT$MIsuclH?spbH@10lJUr?%IXls#KSG5;M3=0cLkpnCMM[/gL]*#iG4MZ/GBMiNm]OH,9\N/31@L5Lrg NWY?(OcfI!q2>64s,@AEMi3INN/j!_PEbm's-!YMOcPN^NKF.#s,R,=A;Q2%N/`jYOH#9]P*1l_ KSYYPPE1W\O-GlmP*(ieNf]9[Mi3UWP*LN=K9_gfP)YK`OH5BXLPUnQQ]ZZ%7qmO:i\WNH\d5tHAI?1K7a)Rs+:3%s+:9).Y`e=MhZe9L5CkKNJraLLPUeEMi (]OC,p\j&X1dH/k`4Wn&bfe/L`lZNSfD4)(e^rL+eC2qBf)OJ(f`TmYf@KrKs3Ubks3h,#e^i@( pt5Dn#Mn1ig=k<:h>,k+h>c=8hr*GOhr+Il&`DR*i83;GhV[8Nio/hRiSrkef_O.pgA0S#f^[Yj h"fV-gtLE6gtgcbg&Kb+g]$"(iVD:)f`0n0hZ2O4h>,b"eG8"tg$.Akh#?.0gBHBghVd>Nq;1r) q;(l(#N"@qi8EMMhXTM!i:5_#iVDF0iVqj4i#gY)f@o*?iSWMRl/^OIg#1`Kkh="ha4',0gX!dQ aO1"$'u7`(^:V"f[^iuXXer=:9t]E3be1jm_Z.IP^];4M_Z.OR_udcl_u@XT`!43$aiMNCaS s8Ni/q>]J`2DIsIF`VqUI=?KdFEDbTJ,+d&JV/Z/J:E+EK)^T*K`d!\K7a)Ns*Xfms*k0%JV&N, pk8Hp#D\%fKS5&6L\Z])L]LPUcVK_^2pK_^H"KCOZk L\ZW.Lk^S:Ll$reL&Zl-L]3,*Mtr2)KE$o1MZAY6M>;l$L\Zl(L%1&rM>W/.M#W56Ll%"JN/dXj q2>'*q25H7Mi3OQMi65Fq2>'+r/:Q5q2-8HJq8T2Mi3FMP*V5bJVK/>OHYE?D0L\mMhQFpDg?s6 Fqo7KH?O@HCMI^*DJ*@#2&Ue!GC=mbrcnHes)nBbrc\ (B=C.q#98\2)nm"P)bflR\HFER[]qEpnn=kV5L/aTq_=Xs/>sq"/_okV#I"dT)P;\T`h*bUnsp_ VYR"mWi;qpVl6Spq5OCos/Q=)Xf\b-Xo5C7XfS\-X/`2#XKAS*X/`2#XK:rhq5!haq60UonYc2c q54FsW2?JmX/c/ss/5psri5dsnZ)Vls/c:&ri>Req5sIjnZ;Pjr3$%&s/?1%X/rJ,YPG9qXnf$n XTtr0Xfeh/XfU3\q6Kh$r3H=.q6;$AWMll$ZEg^4Y-P1(SYE*]Z*^HrP+8V^Z`Ka\O-lR=NYRY> P)bHUKnP5 (]O@/qteuM2`u5te'?:`eCW@(f%Jj:j7q@5h;@)EgYLc_j8\*l[:jT"9?ir@m>i8N\U j5g$nq;_M7"l\CtiSrkmhuDR5huDX7i;qiorS[h9hr4Ols5=7Ck2tddjQ5Odn`9N+q;M/0q;h)) q;_;0!94":s5F+=i8FRmro3b4q;V5-ro=_8j[9]skAc^ULDG X08n.APp+nb/V'm_Z.IO_#D+K_#2"K_u7LZ_o0R9a2Z->ana*Tbk]NZb5'-SbPB6TammF_bK@rJ a2Z*;aiVWE`l?!:q8NfaXDV!)YQ+Y$rr<"K~> (]XL4rVYDU3A"$RKS>>:Ko1\@KS5);Mti&3M2R7ILP^rbO8k4>N;nh9M?&erD3M>rJ5MZJZlrJL`7M2V=is,6l8"cJ7qMi'-q24s+ qhkH5l&5@pq2+HrregN0re:H0MZ/PfQ'7;eKS"l4NJDt.H\$p.J9Z*XJ;&MuFEr@eI!'@DFE))- @:O"hD)!&YK5c$^rcnHerc\9^s)e0]!-eBd#^:TBIXQTkI=M'@q1&3jq0i'fq1AEknUL@`%tT7\ IXQTjH[gNoI=-EhHiA (]XI2r;52Q3&Fs+TqJ3QU9:W!WiN8,ZhUL(X0&J'WN3/sZ2_$-Y5bX(X8oU+ZN%30YlCg/Y-5(7 Z*O2-q6Bt'"g4u0Y-5&)XT,@$XT,F&XoYW+rN64(XKMN(s/lX2Yct=6Y-5(6nZqtpq6'P$q6ogs q6g%%!3lI+s0)R.Y-.`,ril4$q69Rtr35^sq6'OsnZM\nrNZ=*#H=`(XKAY/YPG=$ Y3E7fZ2(WjZMq-)ZMps,YHe)50qL&=AcJP`h;c=\q\ts8;ips8RT~> (]O=2rqP#J4$7]&f$Vmie(<:*g"bKDj7qI2hu2L7ioKpq!9O4@ro4"iW8*#q;MD3ro!e7%H?:'iSrkUi8Z#1q;hA0q;M/2ki;^&!TDu9huDO4h>uNln)=*"pu)D7hqm5Ii:,_$ iq_O.hXBG-iS`YOhVS(f!T;r8i\KQTin`8>gtpi=gXFKugu-o4b0%rPbK%K6aN)66\[T,^^pgGH Y->+3[VAdPf$;LU_Z%CO_#M1L]DfJB]`Psa_>V4V_8F74`l5m9aSF!Sbk]HXb5'-Sana$RammIP aplJ6a2Z- (]XI6s8(>Q4Y9KYLPUqCKSkVBLPUeFMti/0MuAV9Nfa't!0R8Brf7&>rf-r:rJU]7"HAG&OHB!n !KN0<1reg]5%?-.$Miq1&3hq0i'fq1/9inUL@`s*tQ. IXQTkH[^ElI=-BfHN&3gH45.KED0&!\c;L(rr<"K~> (]XF5s7t5N4>^E2UnafZTrb>rX/rJ.Z1tC#Xo5F(Yd4)0!42[1rilI-ric@)rN6+&"L#&7ZEiu) !3lF*!O/j)Y5k['Xo>I4YH4k/YHP+2XKAV-Yd")2#-b;6Y-5(7nZqtpq6Bb(q6][uq7$.*s0Mp8 Z*:I;rj2R/!3u@'nZr.ur3?('q6Bb!q6TUrpp:"+!O8m.YQ(['X9#H+n#uPhpoan)XfSV+Y-7)p q69[tn$*&#YHP+2Xnf4&YH[u11:"6eVP0][Vkp)]SXH1QZ`U*uT:qpMS!K2(Q^!PfLP^tMKm\2q JqAN<9fJ<3R%9e9rg<_Ps-E\Jrfd>G!g]1?rL!nXR[ft?S=?)ETD>2VT^eZMT)##ST_Y/STDtSo TV%gHSXc=ESt;LCS"'DF&=AcJP`hAe=&);ps82cos8RT~> (]O@3rqYG`4@t%?d`KYRda6Imf%Jd3h"fe3g=tH?hr*MSq;223qVhJ6s5F"9s53k2"l.qjhr!Af iVD@3i8=Li!T2i2j8.^Cio&eSio8qUi8*;Lj8S*Dj5AkQhVR/ai;):+hYH.+j8%X'iq_[1iXY&2 j58\Li8`kWio/hRhtc:%i;VR9hr*GOiVDC,h!sCgis"N(io/hQrSIS3!9!k8n`'B'q;MY>iSWJI hr3Vciq_X1i;)7*iqVR6iWS2shVI#`j#H#YjlGF[ioSkGf\><@g=Fd*hW!JId`]tde]u%D^W"I; ]stSa^;$nUYHkOAXergM>.W/-aLo@g_#M1L^Ab\C])K;P]Y2%o^qd_!_SjF4`5BR7q9&NVn]L+; q8r0JrlGSia2c3>aN)?@`Pf[3q8NfcX(tR!YlFb%rr<"K~> &c_k1s81bg4uuhrK7J],K7ejVK`Zp]L&$T2L51VCMi<[Wq2565qMkN8s,I&;s,6o4"c/"mMi3Pi NVJD3MZ&A4MMq:jqMYiBMiFMi3ILM2I4Lq2G--q2+p+q2b?1nW*F,pl5iG OcPEWMN!UWNfK*XN/RLknVmI)"H/4tNK*IdnW)jp"d"e*NJreoMZ8S7N;eh,Nqn\1NX(W)Mi!:K NKLjjZ!L4t)! E,]lAG@kDtC2Rs(AV<)kH@0g[IL (]XI6s8(Yd4[EbKTUVRCTVJjW;3J!Vl6VrXKA\1q5aS"qQBk%s/uC(s/c7!"f\N&XK8Q" Y5#'uX8T%!X/u-#qQ11/XKAV-Y-"h-WN3/)ric[3XK8J&WiN5&q5sIoq5X7mq6BaunZVbopob14 ZEUF1X0&V1YHP+2XfV?$q5sIqri61'Xf\b/q5jCmnZVJeq6:@6Z*:F7XfSV)X/rD)riYdpq6'Os #-b83WiE/'kcjlcq5jCqpose%"Kec+WiGm!33KNlZ*1=6ZD+%dUo:5eT:;IOXfne%TVeckUmI7/ S"5k)LkptLO+2V-Jqf#1H_""sQ(OG3R$R`:s-3PIrfI/BrfReUPa.Q$Q^3o'R@9S4R$sQ@Sb\lA Sb\fOSb\lQSGA`TSd_0[S=?"=S=H(;R@'B@R1PaOPa%>tKN:f<[f?7'rr<"K~> (]O@3qu-&.4B.*WeB6"Ze^E"!g"bE>hYGt4g"P39hr3SSq;_>0!TE/>jT"9?iWnB!i8N\UjQ--p q;V_;hVHuBh;7&aiqhUMi8N\Uj5T%UgtglIj5].Yi8,j5T%Uhqm2Fro!b6!93P/q;V20"leFr hV[>^j8%d3iVD@+j8%d9is"H$i8?nhcbJ_!-^q[Y`^')-\]">TR]F_ch]tV7s^q[V"_o9U4_o9[lb5'6N b3@"CammFPao0<[`s9]+a2Z*:_o);i$d5Sd:dD2`s8Drss*t~> %fcP.rVuJ65"/n5Kn5&4re:E.rJ1H/q2,E3LPUeGNfT7sOSXq;NfsC(s,d8A#E4Y%NfT9aOnk"4 O9^Z"LkgbAM2M(fqMYlAN/`jXNJrdNLl.1PNrG"BN/NRNMi-O8+e@O,T!T N/s(bO84e2MYW;.O8k4DNJrdQM2:tg*/oo>Nf/dRNfB'ZMM6V3JV]8EMhQb8L5CS7J;!oX)gcmW H[BsVCLM"!De 'EA%2r;Q824\TgcU7@pKUSO``W;W^kW!B,pVPgGqXf_E%qPsXuYl:j+Y5bU/WiN2%Xfek2q5a=o #H=Z"VP^8iWVERkWu%e:XKAV+X/`%pWN<5(XK8J&WMlbpWiPs!q6'Oqq5X7nq6BIkq60Rp%^*"; WMc\pXf\\+X/`2!q5sImq5jUq"feW(XK8Q"Y5,0pY5,0hXnf.*Yck43XK/A$ri?"!!3Pdoq5sFp #-Fo)WN*)'l*0udq5a=pq69n&"g4u/X/`/pYWJtjZ*170Xfn_(WhuJ\S=QFPWi;_dUSar`SXQ+@ S=>_*P*;)jM1^,,MMHV)H\-f45F7h(Q'RZ!PEZ!/"Hee-OcfX+&Mq4%GUrLEkV#Fq9QR[KP0Qi (]O@1q>U>D4%Oh=eBH.YdF-Rrf\>6hu;L4h>cC:iSrnXjQ5pl !TN):huVfrq;D>5ro*k7'&V[,ioB(YiSiYMhr3PRio/tYrSdki7ZZ1f%8KsaiMTJbK.WAa2l34\@&`T\?rH=V4sWW =CAkfd)Wf6^V7G]]`c!Z]">TR]E>j[]tXH[#en-m`Poa4`Q-r[l,`\BkK*\D"3/ &c_k0qu?\K4ZQVpKnG23Jqf$ZL]NfT9`Oco6r !KE':MZJcrq2><5rf$i7&rMX,NK0$YN/WUMMN!LRNJs!]rJpu@Onk11OSOq4OP,crOp.&3OH,B_ rK7&?q2Y94q2bQ;rK7,Cq2tK5q2kE7nW*F)s,I;CN/W[PMN7OonW H2W'hHO=ad8k-2fr;HWps*t~> '`\.1qZ$PH4@!PIU7S'JT;8<\Vl9Toq5":mV5:,kXf_B"ri?%"s/l:!rhodns/?1%X/rD)Y48Ro Wi>rq!NE*pW;rstWW&h/Vl?YqX/i8"WMZPjWMuntWNE9#Wr]<(q6'Opq5sInq6Bb$nZDVmq5s\" "g>&0WiN3!Xo5?sX8/jmYlCg'XoGR"Xnf$nXSK!gWqigtY6M/3XfSS(WqrddXSJplX9P`)W2Q\r XQctbY5,0pYPGF%Y5tf.riGq"40>ZhY-"e-Y,nb*URR^GWMu\cStVsXW1KKGR[fk5PEqQ&P`:KQ Ko(V?Jpr#jG(D_BR@9S3R$3_sP5^RHOHGZgP5^XIP`q>srKdJK#+(aGQ^=,0fpql*q4.8Oq3^W@ s-j+ZR@'B@R1PaOPa%>rKi^r8Z2ah%rr<"K~> (B440qu6PG4$Ii%d)jGMcI(+ie_&U1ptZ24h;-uJjQ,=ri!86#ioB([jQ6C$s5O%:s4de6hV[8M iVDO0i!8?'io/kUj5g$rs5F"9s53k5!TE&:ire<"io9sr$KC++io8qTi8N\Tq;M/,q;V52q;qG2 iT(7+jlGLajlGJ#jSe39jS@p5jSe3=jS@g2i;)C.jPo/!iVqm8iq_Wuiqq^(iq_X)iVDR,j8S'5 j#5oUioB+[in`MKgXt3;k24nFg"bB7d*U:me',hNa3;]E]XG5Y]t:\TY-4q$RC['J_TgNI[f4#@ ^&GYE\,No;\c98@])]PC^'MEh`5]d7`5TdUb3@"CammIPa8 '*%q1rVunN4YKWXJUiK'It`Q/re:B,q2,E9MMd@ROcb_#Ns+po:Mi &-)S,r;ZbK4>pQ1Ssu@>SGo2aU8+N\pne:pVP^;mXf\Z"W<]H(X/rD)XfhZ)s/Z.!s.omrVl6Sp WqialW<]N*Wi;ttX/u,ts/H$ss/5mo!NE*tWroB$WiH&t$EC/-Xf\\*X/rG*q5X7hq5X7lq69[r nZDVjq5jn*Y-"h/Y-"f(Xo5EuXSK$pYPkX&Xnf$nW;3LiXmrI_Xo5@!X8/j\X8AmsX6HbVXSK$k Xo>EsXZ!8]XKAY-XJVqoUnON^YG.VYTVnfdU7IpNSsGJ"P+7u*N/!%CNK&^EJV8W#E1'?pSXQ(6 P5^RCO8Y+&=AcJ P`h5a=\V2brr;rrs8RT~> !WMoorY"sT4@jq=e'$"[eCE1&f\>9?iVD=8h:pZ=hr3MMq;VG2"5i%piVhd9iVqa@hqm5Ii8N\U j8%X.iW.s9huVfrq;`XVi8EMLhVI#HioB+\j5T%[jlGF\j5f=ZhVHuBh;7&bj8%[0jmh@+j5Jr$ jPf%UjQ5G#i<&$!j6u()iWnN'io/hRhr!tbq;V5/l/V^&roO(s8`lR\mq9/TVq8iBRq8iBRn]:^Mr5eo\"j+j+ `l?!m`X8ed;*(TQs8Drss*t~> !WW&rrsSXR4ul_pKS#&5Ko,ba!f;elq25K8LkghGNfAtmO8k+?N/`gWrK$u=rf%2BMi3ORNfT9` q2P32!KN0 !WW#qrsJOO4[jrMfgqrhg%!V5:&eW2Zes q5=%f!N;ppV?*Tnq5PO7VP^2cUna]_W2ZesWMl_rX/`+sWN*"tVl$;eVPgBgWqiUhX8/^iXnf-i W;3OjW!9<$Vl6YtWr8k!WN)u!X8/dkX8/k&Wi;trVl-Dhq5a%bq5Eh`q6'Y!ril=#ri,^nl)F]] rMfgql)jKWq6'CmrN>su+g8#KXfo"5Xer%tXK/:rUR.OGW2c\gSu/9SS=5h3Q'@F1O; +9)6:qu6JE5"^FGe]c7ZeC2t!f\>3;hVI#Ehr*GOiVDF%j8%^1i:5k'i;)C.hso\+i;V^8ipYpd jS@ihjQY_#jLO=HiofA%ir7m:i;)Bsj8%X'j8%^)j8IsAi8*,>iS`Slh#?11h&G(ud*'JD^VIXu \?iBO[B6L3YHY12=HLA5_ScAes1SEE#eRjb]",>^]Y=B^rkn]Qs2FuW!6<4&q8iZYao0?^amdCN aoBH\`t-2._ns=0`Q5/t8OKQWs8N#tJ,~> s8O,=rVuhL5W)JfJqAf2KnkDNVSY"OSOn+OSOt-OSt4ENJ`LFNfAtrM>rM5L`hJ,JphuhGBe@T E,0*0DeEWoBkh=!),Yp0H[KpXF`_a)EsQf0FE)8eZ2=Csrr7K~> +92?=r;Z\I5<`YFTUhdIU8+KZV5C,fVl6PnWiN2%XSJpeY5,3qX7<@gX8/mnWq!1kX8]4#Xm`FO YPG?SYN`4cYIUh3XllkeXo>C%X8/m^Y5,-gY5,3iY5PI,X/MkiW2HKkU\pr2US+-DQ&^oeOH#'K Iu];6I=Hg"J:/nXR$F/4R?3MkO8b.FNKK9\Mi*IROT(LDQ2R$KQi +9)6:r;QPE4ACOMf$2I]eC2t!f\>6SK^V.7i\[oGfrke]QrP\]Ss2P)ZaiO;"!Q`C]aoKQYaS*aUaSj-[`l.ko$H0p) Y&-d!X8W(trr7K~> s8W,u%fcH[4ucSlK7f#5KnkD!NfK1rNU`,+O84e*OSOn3O84e*O8Y+=O+ED%OSOt# OT1C?Nqnb#OSOn+OSOt-OSt:YO,]'SNfAsSM2I4MMM[(?JUi6!J:;iiG5cRnG&:c"Bl%HmE#_f, G^Fi;FoQR^EsHl1Ec>u;F*7J-s*FWjrd=`os*i(>q1&KqJGk$!JG=WfJH(,uIKG"JI/\I"I!p6Y 9L2:Uqtg (B=C4rVubI4[EbLTq8!LU8+KZV5C/grhp""WiN5&Xnf$fY5,3qX7<@gX8/mnX7<=jXT,DRY.(S0 XllkeXo5?sXm*"aX7<@gXmrRmY8FCBWMcbqVl$;fVl6MjUS"'FR@'A-PE:h(N"_5*I!^EtJ9ubt AsegPSskb&O,s7"#Eb(,Mi3OSOT(LEQ2R$JQiEHQRE:onRfStIrL !<2ur)uf\d3)YUUfZqaaeC3""f\>6=hqd/Ghr*JQiq_R'j8%^1iUPt(iVDL/iUPq,iW%ngj0n"D io];$ir7p4ip#M!iUPt(ipl(/jo=HIjlGI]iS`Vlh@8B%hUp9%bg+JTa2Gj0rk8o=XKo(0W3Nt; >Ecn:_8F(f^AknG]F2He]=PSd]t_G$_o)Jlrl+oWrl5#[aiXA$#KY$0bKJ&MaSEsRbPoZaao9B] `rO*X`;ddaaKKMU7'$:drr2rtJ,~> r;R-%KfVA#JVAc6KSBD\reLl;Ll.+KN/`jYO84h+OSOt5Nq&5,Nqnb3Nq&20NrP/kOLC8HO62Q( O8b18O6Mc%Nq&5,O7A>3P5g^MP*(ieNfB"rMuS_DM1^;,IXm!#IscQdrcSfYAo)3l@V^+**)qH5 H@0o8FoQR_Esm,4EcH)?FEVqTH@#R;rd=`ordFisaaj2<#Ch8TJqAQ(J,+WjK)U?$JGalsIK"Wo I1(:>:.%XYqtg !<<&t&c_`]3C[hTUS"9PU8+N[V5C0iW;ih"WiN5'Xnf'gY5,3qXRWIhXSK!oXRWFlXT,DRY-tM/ XlcedXo>EtXm*"aXRWIhXmrRoYlCs4Yck43Wi;rqV[]T(VP'EHR$sM4Q^!Yorf.M4IY<<"H@q3, /SCH8R\$#JOT1C@NXLr0NJrgVO-,ZkQ'M?7rg3YPrg +9)39rr2_J2HGg^g<\'ee^W1%g"Y?>hqm5Ii8ESRiq_Qtj8%[(j8%[0j8%^)j8\*lc b5TKbaN)?@rP]/cY]3E,Wr;trrr<"K~> +92?>s8VtP3'gl(LP:V=L5:V@M26tELl71MNK&sZO84h#OSOq,OSOq4OSOt-OT1@@O8k=AOnk+7 Ol;DtOkGi\Onk*LOl;E%OoLOCO8k7!OSOq$ORJ>0Op$o-NfB%sN%'[@K7AI!'UUF`heJF)uJGrc8-_G'Eq3rd4Zms*aorrI;Y7#CqAVJqAQ)JGFclKE$Q& Jc1-!IfOrrI1(:?:dn$]qtp?ks8RT~> +92<(Xnf'_Y5,0hY5,0pY5,3iY5bU'XoGR(YPG?s YMlY[YM$)CYPG?3YMlYaYQ(d*XoGK]Y5,0`Y4&RlYQV/2XK/E#W[XmCTUV=:R[fP)P`q2eL4Xo( I=?]tJ:;\jAXSgPSske(OH>NaNfK3^rf.&@Oco^/rg*SNs-WhSrL1Qm#Fh6RSXl:@S,&TMT)YA\ SGnu[R$X/*rKRbSLKd;@Y5J=urr<"K~> +9)39rquVO2d)3egX"3if@8C'g"bHAi83>Ji8N\Uj8%^!j8%^)j8%]nj8S'Y#j1470j8S->j8S&sj8%^!j7218j5T(Yj5f:_ro3t:s5Z#ii4Wr;trrr2qJ~> '*%t1s8MqV3CI8/LkUbALkphBreUr=M2R:NNK0']OSOt%OSOt-OSOsrOT(=@OT(CE. IXZ]jF&PV'Yl"=rrr2qJ~> ('"72s8DhS3)+FdVP'`XV50o`VPgBkWkLk:)1IsQNq Kmn5_+_-t,R[fcEOoLO>Ns1W-P*;/rrg*PMs-`kTrgU`p#Fh6SSt;LCS,&WNTDtM_Sc,)WQk,OL QBd\j?;!nnr;Z`prr7K~> +9)38rqcMU3a.WjgX"3jf[\U+g"bHAi8jn[s4jl,:r jk8_Zjn[uJjl,5"jo4?@j8\,tj8%^!j7243j5U's)WKf]XbP] rNH7*$EpV#:63<-^qm_"rkJKIrOiEL^V@S#_ScAks2G#XrlG,]rlW@,q9/f\"j>-6bKA!'bkKB^ bl5ceb/h['aUZD3`lYQ1;b*kds8;ips*t~> &c_k/s8;h\4@N\4LkUbBM2@&eM$]&rN/WaUNfT9`q2ad%q2b'-q2aKrs,[2ArfI2Dq2kE8iK +92<;s82_Y4&0jiVP'`YVPU,dVPgAlWN)u!X/rG+Y5,3aY5,3iY5,3YY5bX(Y5YU)YkbHtYi2e] Yh?5EYkbK5Yi2_bYl:j+Y5bW_Y5,3aY48^sY-%]))Qg0GYctC;Yck43Unj`YT:MI?S=,Y(N/<@G rIP!#$A!_B+Cgk+R@KY-rfR5BrJq/EOcbfjPa266s-NbQrgNkVrg_*%q47PU"eD6VSXc5GT(elW T)P8^S=#]CR1>UMQB[879hVYes8;ips*t~> +9)68rV?D\5$F#mg<\-kg==g-g>1ZDiSWPNiSrnXjQY_#jPf.pjS@g*jSn3=jT"?;j8%fqk5",l k3;"'k.0ULjQY_)jo4??j8%c`j8%d*jTsr-iSieVjPo5!j< s8NZ.s82hd5Xf(7LP:\CMi!7Hr/1N5"c\P'OH>UhOSP$tOSP%7O7AA3OT(CBP5148P2VW#P1c&` P51OcYT`O-#KaO8b4dNfB!RLPCP;KS+l.J:2]eF`__MDJ!O! E+r]h'N9X/G^FUXGQ)dbFoQObFa&*0H2`0jI/\QnJH(3"K#rZ@JcUFSrIY-&JbaroKE-`*K`?]) JcUCQrdkW2IsuZd=%c;mqtp (B=C2rqcV`5>H6lV4aZZW26>fVl6Sori-.&XKAY.YN`4cYMlY[YPG$AS!9;2S!&s6OoCIBNrkE+PQ$gGQN*^R$mrB%[iZLP`'!G9Wn +9)67rV6A`6!95mg<\-lgXXp.g>1ZEiSWPNiSrnYjQY_#jPf.pjS@g*jSn3>jSn9:j8%fqk5",l k3;"'k.0ULjQY_(jo=E@j8%c`j8%d+jY,fZjQ#7[jQ5C]jQ5I_iS`YNgXt$)e'YqH_o0I-]=G/Q [^<6@ZF?c9QGgDL_SZ;fs1eQI$,!sd^qmn*_o0Lm`W!mVaoBN_bK8$)b6Q25bg"DVbKBA"s3CYh rlc)"aN;TJb/q]DagHCo8?2Xgr;HWoJ,~> s8NZ-s8)bg6UY:7LP:\DN/<@Ire_#?MN!LRNfT9aOm.u'Ol;DtOnk(.OoCIBOoCO>OSP'uPPLBp PNe8+PIZkPOm.u,P5g[DOSP$dOSP%/Oqa.EOcYWcOck`cOHGWcNJraOL4t<[KbnrYH[L0aF)br4 E,KB'CiO2/=+b[?H[,O6s*"Ba$$133GBeCZH@(# ('":0rqZSd6;;HlV4aZ[WMQGgVl6TnWWfH)Xfek2l)siciNE![q5s1jriZ:)ril4$q68h_q68PW l*0ug\Zkn5l)t#is0)F)q6/2Kq60=m'=+mHY-"k1YctCY,A.lU&CT"O-,WjPE1WYJqf)9 JUiE1Gq<^"P*_`1rf[;Drf@GHO-,ThPa.N"QN!6MR/WTTSGo)$TD>#_S=Q7DT:VUDnXoiSs.B:^ 'V1VZR[]b6Q^3kp@o#e$r;Z]nrr.E~> ('"74qtU#r6sc2'gssa$f\>3:h;7&ghuVfsroF+>U#bb,WTFNNkN:jdk3(sol2B`Yjl>Rgk2taa iSi_Ujl#(Zk2GIbjSn0IiS`YMgtq)TkMtO[ro+(@jlbX_ro!t;iSikrj8\0ejlksolg*j#kj.[* md09,nEK3$kN:mfjP\qPhr3SQh<=(ck2k_'joXZ)j8S$MkiV$jlK[Tpk3(pijlGL^kNDj+"Qnb( j5g1#$0:.&hr<_YjPo.ok4.Wnk5"*rkN:mejlYdkjQ#7Yi8EMMhU^*$dF$(Q_oBg>^ppk_Zb!fZ \%9,VHp<\*]Y:qp^V.:k\[qaO'th5o^;%G$`5Ta:aN2KGb0/#RcHac3c2Ylba8O!ga2Z*;a2lpSprW)tK~> ('"74qtKoo6Ut^)%QWH%LNoI!U'aH[Bs\G^4U]rHf!$I=?ZqJ:)`mIXcluJbaruM#W8.L'E?bKSG8:K`6c1 M26tEM>i8/L]<21M@#)oL4k23M26qArIscos+U]4Lkph@LA-B$KDpH(JV&ORKF3<^Is6-992)Dc qu6Qps*t~> s8(7Yd")0 $a@"EY-"t5X0].\ [^`rY\$i]OZa6sI\$icV]"#/Z]",>[\,Ef<\$`XCZjX=L['dER[^3KS]"7jPril[5Za@'FY-7f. $*UM6YHkOC['Ht4Yjo!_YkbBrY77kFZE^^A[C3?EYHG"0riA;[TV/'TS<]5$R$a%rN/`IIN/37H M1\tRCn$i]Pb+5,P`h/lPEV)iOckolPa%T(R[]h^KrgX=aR?s(r?;=+l s8W)t!<7Q~> )ZK^8r;$5t6XH)'gssa$f\G9FblJq!hl07EojQ,=Yi8`nYio/kUj5].Yqr&=Mj5]:`j5]+UgtCoSkN1a`iSa%ekiVj,ro=LL k3(sml0.9kjlYaiq<%51iTBst!9a:B5Nh7jiS`VOi8Sj_8=+.`Poj9`l?'?ao9H_b66&6cHji4bm2G9bg"ATb/sY.#LCcFda?:_ bPoZaaSF-kaNDfTd*KnYaN;WLcHbn)s3(YkcHa\Ybk]Wbc2Z#`b5f]aaU5Ir;F[P`s8Drrs*t~> )ZK^8r:p,q6:YU.KE?m`L\ZZ8JqSi5L4au'It3-'KnY89mt1dsKnY24KD'uuKDpK#K+ )Z9R6rr)l.85XW&VPBo`V5L5iW2ZetX/rD*rN?4(Ts+!kWN[MNZ*:F8Yd(L;YHbC?['Hs>Y-5%6 Za@-EZa6g;Za6mDrj2s=\$rlV\%&uZrjiuW\[oA^[^EKM[C!?M\@T;^\$`TLZa@-L\G`rT\@8lT \$`QL\%8uV\\#Jb\@/oU['[_q6'Os!4;[18$o\.Y-"e-XfSS$W2cnsU77I9P)G0WOc5!RLk1,3L O=#^06lO-#HgQ'Rc(R@0M4S"#q=StDXKU8"EYV>$hlT:hjNTV%gHrh9OjUo(#cr gj(\rh'"[&"K5aU7n3KR@9V9StMaMU%+cTSctaZTV%gIq4R_Zs.94\r0n1bR@0;!>>.Yhs8W&sr r7K~> +9)3[e roFmUjll!ljPo+UioK7gl/q-llK[Wmir7s=io'gnqqq_dE^%^aN_rL`QHEG\@8u\]XbM\ WEQ+B`lc6B`5BIj^^e2n]Y2(q_8F11a2c9Cb5KKebg"GZcd;L6s3Lqsda?Fec2H#td*L%bf%&6s cd'bYr6>5b&'N5Ee'umteC2puf@SU(eFCocc3;P@d*L"_q9f5fs3:Pe"3\s5bP]KjbdMFc8#ZIf r;HWpJ,~> %fZD+rqcN!5Y,I;Lk^eFreV)AMiC3js*t~> s8;iq)7i:8Gb(b-Uo(#eVl6SpX/i>'Xfek3YHP*kYc4l.ZEaA4$F-n=Xfeh/XKAV/rNRiUXfS\0 YH4k2Za-pDZE^X=ZaHm=[CLkpb;K7,Ft Tp_I:R[05'rK7YSOH>TgPa.T%S"-">StGtS"JMQbUnmd^s.BOhU7n6OSc,5gTV%jLUS=HUTV)(P rgaRiStMdOTqJ$OU84W^Una[ST`:VfTV8'PT:bqQs.KCargs.\!M#YWRL>IA=\28fs8Dlorr7K~> (&n.2s8Dr*5[Tl&h:Bs(g"bE>hV[8ji;qs!roO1@Ol`S*!9j=C&*W0>l0@KqkNM:!lfmWtkl0fJ kN(b(kPt!&md'&ukiqp8mH:fJi8EVUkN;!ll0@U&jlbn-lOiOPlK[Wu lK[^$j5f@ckiV!fq<%5/g#k$NkNM0pkN:mfio/nYk2YC`iS2u:g"FriaNVT<`llQ@^;.RrZ*V*K =ImXNair00`W*po`Pf^4_SX.*`l?'?ai_cLbfn>Wcd:%dq9]/ns47/!&(8qVeC2jpeCrX0f@JO& eGdqsdf.W"e'c[nf%Jm:g&9Y(g%!Mjdfn7Oe^W'sq9o;hs3CVg'[4kIbK@rLbKS;AD,*U#s8Vuo rr7K~> (&n.2s8;i'5=fC;LkgkHM2@+IMi4sQir_< O,T"qP5g[EO:RD4N/`m\OH,B_NfK*XMi.Iq%?QX2NJWXVOcPQcPE:k)NWkK*OH,EcrfIeUPE1cb NfT6_OH5KdPE_5mOSP%/OP,d2OckomP`h/jP)kWaP*:ueNJN1;KDpTAGCkKmE-$2FFE2JGDImI" E>2K*FEi%Wqg&3f(4:IUH?jd\G^Y!hIt3*$Jq/B&JqJ`0pkAa$s+C6$$%mnaK7\`/KnY9\L]<20 L]<,.K`Qs`rdt<-Ll-rcL[KosM$8cpMi*@JpP/^%re(u s8;iq&%b8.H(Ck/Uo1)fW2Q\qX8]1$Xfq`.s0&-#nZSps!4)L,#dU\?Za@$CZ*O;2#I(J=['R$> XT#@%[k5%qZEgjG^UgbRXKJn<[^36DZaRBS[^NTNZEUI4Y-5+9Za6sBY-GFF\?rKArjr`eN/isTItd:\UAq"mV5C,dUnmg\s.TIcrh'4^&tPM\R@9V8RZ:H?9 +929=s8N&,5[]r(hU^**g>1TAhr*JPio9"ZjlY[djIt`+jf.GDkPOKCkPj[AkN1^]m-<`pj5fCf hqm;Mj5oFgk2tjfiSieYk2k[hnF,Z%mcNaiV]Mc-FY^dF%a;%G][he^W1&g"=s/f%/CNeGdu%f@eg0 e'n3Bs3qM,eCE1'g""X&eCE1(g@ %fcJ,s8Dr)5=oI=M2."Jre_/CN/`jXO,oBbP*;&lOeJ!/OK"EDP5CICP5^XTP)tZ]OcPK\N/s3h O,f5!N]rMdNK90^NfK9gNJrj^SY2ItR%0V2OcPQg Pa%>mNJ`OMN/mgsq2t3/f97ABQ'@JpO-5WeP*;)kNJiXJLPU_9H]!`=L51J.C3sr;FoHaoIUj!j MLL#$FoH[dGQ`56F`qs+G6`A?I!pHnJ:RWM"G28ZKn];V)2EotJ:E-&KSYG>L5(D8KR\N(KntVF NJ`VjM%5E!LP:G8Knb22JUrE+L@Bs!M2M7i!K)a/L]3&.L&Zf-LP:E\Jdm?cJU1$[:pL#nqY^?m J,~> !WDrpru&F;;gFt5UnsueW2Q\qX/rD)Xfek3Z*:I9Ts=-kWNlN/qm-7,rj#A*YH4b0YcY".Y-PF9 X/i>(Y-5+4YHY12XKSt4XKAkA]stA[Z`0asWiiS0ZF7?V\[JlIYHkRDZa$^G\?`9>YHt[?Z*h-S ]!o)PZEpsJrj_s8+Lo%r]"#Aa]">Vg^VRCh\[oDa\[],[]XkSZ['dHR[Bok<'=5!P\[]&PYHP@@ ['HpI%iV50mcU'[TjTV.pLTVA6YnY6,]VZ!CnVPX*`!2BIds.K@`!M,b[RLPaVS<$cD:9X]o qY^?mJ,~> ('"74rVli+5[]u)hU^*+g>1WBhr*JmiW8*#roX7BOliY,!U&\Fkm-G8lK7*bjQHO,!:'RN?L$e; k2YLakMtUajQGdljPo4_lfR0Zc+Kj;Is#I6@:a(bKoDFtZb4)ie^;OSZ_s@\Jp_TQAS#RkC27^, Ec5Z'@:Eb\D/sfEEcZALJVAi5OHG]jQC455YHbIDrONoU\@T8^\@B)X\%')f`m)iKbgtS+iTBCb jQ6@&#j(C:kN1ddk3)!kiTU+%rou'!ki_*ikNV9skiUschqQf8f@em0^:124J7D)/5=%k@?taM' G<^Sa]Y_S!rQ,/_`l5ml`W*pea2lBFb0/)Ucd:(fdaS$B*89&qe'casf@&$kd*pLmd+[1)eC)aj ccjVXc-H=7%FNYTf\+s0f\G67f@JO?eHOOUf@JL&q:#Dlrm:\krQYGgbl5cobgEt@;bX=ns7uQk s*t~> ('"74rVc`(5=oL>M2."KMMd=MN/`ksNrb?)rfdAFTp,#/WKR@GPPp^NPEM2nNJrp]rfglYR[p%A SXc7>R@9M-PEhB!S"#e4S"H@DR?`e^CKs+_.O$&`-n.\_>\\G3K7o/R3;b]M<0IJ(i-RgMq /ho+7.4$&Y+snfo1c@EX5!qq;:JXDK7nH?K:f:h9Bl*`d)K9_=FE;JCF+]'rJV/Z4MM@%PP`h/m P`q>srKdJK"d>(0NfT:cOm/)*P51@APq8/`P*(ifP*;)lO,]'SL4b/7Mi:0kJ,~> s8Dor&%k>0HCh(2V5U;jWMunuXT#=&Y-7i0s0/3%nZ]!u!O8s/ZNme@['6X4Y-Iu4@^W_W]=PP^ \@&]P[BZsAYHkRDZE^aF\$N9;b9,02*!`\>%);rLlmsgU7R^1J95O:>?+<_5!D;$6q'X> 9M%T93]fJj7S?NS;H$S!@:a%_@q9.`Bl%[+JqSo:rJ_&@Nf]?`NfK2"Op@2:R@Tt>TrJ$m"L#)7 Z*O>7s0;j5Y,n\*Xfgoml*C,mq6U(+/?uF_Y-"q6Za6p?XfJ=oTV/$UVPT`GM0NDr.N9QW/3$!i ;d*0C?':VISsK>E".GUDQMHgGQ491JR@9S6R[T_9SXuFFq5#(/V4sWTTqeEXTUqgOUnXN[VPU)` U7n9UUSO]^rh^4&Vl?\rWMcVnWMcSgUna^TV>m:oUnso`USIX\!2KOfs.TIcs.07^SGo#XS-k?^ 9i/+pqYC$fs*t~> )ZTg:r;Q`+6=?2,hUg0,gYUfEi8NYSioB+]rT4+AU#tn.WTelpkiqBtl0.R%q(+aO&PtjlPLTd*Bt;T8IPc4>89E0eG"73BB/Q0fM6^7S$';6q9sO?YF;%L759V]t1Y^ [&p6uQ&C=AV[j<`iL-=&`'h928;\:eseS7Rp'G:JW*.3&`]R3^6#%=CH,o Koqq']tV>'cI^t6k3;:%nF,`/q<%51iT^1'"mkR?ki_..jt>rdm-!BeinrG>e'ugg_kM`a/eSX? 5\kF_APYNM2DuI094igCT!l/A^r+.2`r4$XaT'?kb0/#Rc-FV\cd:(fe'n-DrRCkrs3`:Je'?:g eBc:^bK.Q7]!\l*f\+s1f@TiKrmCbmrm1Vh&^JYG bfe2V]6.1NY5eOsqYpMF~> %fcP.r;HW(5tP^AM27(Lreh&@NK0$[O-#KerK@5ETp,#0WK_jpPE_>tP`q8tP`_2uS=#M.QApH: AQ_r4=CQ8tJqoASSY)F;O,oB>AQ1f='FP0T"p+l5%M'$Y&/H6/,pt&]+!N*e3^ZGDC4;>;Tq7^H SX,@nIWTF7ASlR8H?aUNAQ__p3\i/e%d\ (,Suq>u!@-+WhL#%jF)6Anl@.G^P!lJqErLrI"Wr%>'4cKnY86KS5&6LPUc^LAcr.L]<)VPDtBT NK/jKK7SN"G]n1LB4u!oCi+'.H[U?qLlR[cLP^qKNJiXKnV[@%"c/"lLkgc]M>i>2L]3&.Kb9&n KnP)2J:1Bl )ZB[8rr<#37oO`+W26>hW2ZbrX/rD)Xfek3rNQ@,Og1mlI^-2b['[0FZ+%'DZadWVZF-s9S;hu< CMn*;MO'd,WNik?[&g+"V1!Gp8MD.u%i,]b%20Qr(_dc,,:G)q/g_qq0K;Bl:hb*1SuSomVQ6Vf RZ`JUGAM8EJVAi3JpMEJ=\hLN3^#\n6:*q#4#/WO3BB/[2CpF40f:jI+>k8_)]BS5*?I+&8PrSu Cik`"PF8)CZ*gX8ZF%$HZ*3u-nZh>bq6p(*2RB]nYHP+3Xg,7>Y,SA!WhlD_US4-?K4R.^!\%DH5VOW7*sSRQCFSGXg+UrVPpGjUn[CVs.fgpVP^2cV"pkdU]7(fU&UYcSt2FB rgO7X?Vsb-s8)Nerr7K~> +92??qu-Q*6XcA.hq-<.gYUfEi8N\Tj5]4^k3(mhje:i,kGd\MkNM0rlfmX4k[1QEGBe@N?rBZiApTW4TqA0[[C3ckg#M/Qe'cUgbfe/ObK@uQf]Mi(oCi%Yr;ZTm p]($lp\"(Kq#1+Uqu?]np@e=[rV$$_q=O"4gu.,LiSN;>e(WI+f\>05e]GY6U61(SF^&3]?[1K:>#%jj;H-\!=Ai!o=D)u@R]E^+a3N)[d.,ZfgYDb`!SlH*eH"%sdJqSncP+OI cHje\bKA2EG?RkHs8VljrVqB~> %fcP.qu$H'6:tmCMMR4Nreh5ENK0'\OH>TfPE_8pP+e*0P,XZMP*;,rQB[U4P!G4sPCdFF1b9^^% 1Npc"pPMQ*#fk>1H.6H,8Uq'1eVJ-JVB&IQ'Ru@\\lA&_ns4']Xtbd_ns:1d,+-]p\Om^rr`8nq #('i5Pt6Flg+!/o'Po9nE])ee(<4(f[\Bob0.oJaiquN`k/LJM/m!%9J8+Q-m'EO,o[^<(E4SM1 /(hgK92=]OSP%/P3J5,PPLJ>R[BD*P*2#mMNF*dMM-Y;PE1Z[IU4c?()\rAQakT5lLFQ:m-!-J[ \S^c(C3"TIKS5&6LPL\AKS5&6LPUbCq1fQ:Ll77OMM?e6Ear6M83&4>) Z:WT*#BP6*ZlOM,paBE(EFqd9j)+GG_:m5NK!Cb!K2p8N<+urpkf!+s+gW/'82'oLPCM8Jq/;N; -1.(pA"L_s*t~> +8u3=rVuo385so-WMQJjW2ZbrX/rG*Y-+t4Z*LX>Y`Z2iZNd\?ZaI3IZMq*nZF.!3L2fsX3%H:$ .4lMZ,;(f/1cS$!91(Qc,9]9OE.Nb"O-Q0'U9D;PaiD<9^qRIn]"5\l^Ve=Nl1+QGo`#$lpA+[a s$$GUnaZ8Gq""(Np$h/$f\G9S!.8[ s8Ni3qtg-#6Y2e9j4i/>hqm5IiSrq[jo4H@k5"6:lM9]7lM9]?lLF-7kkXN>l1+&:!dq>C'f q>L-e!<)os/,oA9n*KB)k2YFXhTNsV]WRK==@GA87VAIGjmqp)n*K#sn)r`mlKd^#nF>f>kVDGk k2GIcj5odllLF'!md95pe^D[W\?i]ae(WI+hWNbLf@JU-f@@sJO_6p44ApO.k5>8XqYgdZAnqWR@9P1P)Y?PL4ahoFb,LAVQdM;-Fpq4bhD". cd:7qg<.=Tcd:4tdaHOjd*L"_e[g*57BHIfq#16jJ,~> s8Nc1rVli484I-@Lk^eHM2R:NNfT>#P5LIPjt%7PkgU7PkgO=Q2-[7Q)Km)O,8mXQD0b: Nd,)&('G@)5?rT'X1#UJX0B:Q\Y=aa>%Dl,I#k;dmJHq`rVZWlrVlisrr)cZrqZHerV?BerqZNg quH]ps""*EoC(Mjg=Oj&d*KA7Z`TjR@S%j`',N?5Oe7u*O-Z)jPF@i%P*_JtP*b^(q3*RjOH5Nm S!TP+LQ7XXMj0EoQB[`"Km.HUIuT\UOdMi0P`_&jPECoZEDnJ!!"p`-XlfQ]rVHKirVpm8n(c3S K4RCr'*naB!!3K=+uM>\=_E)3H[q*5O,o-UPF%Q&P)PBaQBR;bLOsVU822>,*$64E/OEBaKp/== ^;\1@d*U:oeB,M$PB^(b)$^-I&/cN5/3?@1@UikT>?4Zt:eaAA5>,$gDg?bXHR49"L6S-gL51\H ObJILOGA=7L5(D9KS+l.J9b3q9==fsq#16jJ,~> s8*Q-r;HZ593-J8X/2ViUoC>nXKA\1Yl:p*YkbU#[/%&u[/%'([.1KuZMCm'ZgkE%Z8]+pY-bRH _6gSHNd"JL&Krns@"=cN]"YbZ[)'\oVMJbiBmkVbPcs'5qu?]pr;HQlrr<#trVYpZq>:!dq>C'f q>L-e!<)os/,oA9n)E<`gtC<0eA&W(YbHqb9J@b9-UW0X\$iZG['Qa9\$WBD[C*WMlhtWMc5@BL*[N+?+YLk5>8XqYg?tE18k`>sG_1m9O-#^!U9M). USOliYG.YfX/2PcTV.pLSt2CASW@8^8[A?oq#16jJ,~> s8No5qtg-#6Y2e9j4i/>hqm5IiSrq[jlbh(k5"5Wl1sQ%l)EkYm,d[,jQ,IPH<3'pF-a#Np\Xge !<)lr!WM]grt>,,s7,dXqYBscs7uKfr;?Hfq=4=WrqZKfrV?BeqYC*cr!3,ts8W)qp\"Ias8E#s qu7N4pAa0ZE%ikYV<.+(jR2F%mHo1HIciUEmJ,~> s8Nc1rVli484I-@Lk^eHM2R:NNfT>$P5CC;PJNLZPMqb*P7j.=OHYQeUmF_)%jY8.TY0UZpAXq4 q=aa\r;HNhq!ItOpA=UOo_\1Oq>0p_rVu]hqu$Bhq>'RWq>U3fq>L-eq>0pcq>:m&rVuosqtKdY q"OLToCMPNqYC-g)>*:]ad#O(!&\SXRZEMsP`q8sPED/sOH,FmPkgLXR$Nr$R?WbnNL#iiPb+8& D,Dep#6b#+E<-1K'I,7f+=&Hl1G0sp$3q.s>`ctinG<1aq>'parVcZlqtp6drr)fqs8M`]s8VcV g<7:CNdl(S4!YIA!<<**&/Qf]853#b?=d_Y=]\Ei3@Pm\&.AjU+[0+KOefeDj6Q7.o(DhVrVcZk rr2lqrXntuq>0mSgr$+[Cgp7,0H^l0o)Jdp%K-8S":>\Q+#$iPR#QiXJWPqLNJ`CELPCP;KS+l. JU1Et9Xb!!q>UEmJ,~> s8*W/r;HZ593-J8X/2ViUoC>nXKA\1Yd(J1YkbT@Zh^ocZ`15C\?E<3cX@>LbqmIBuN r?;(5rqZQnrVZN\s7uNkqsjI]nb)_Sq>(!hq>'pcr;6C'eq>C'bq>L-e')VY-s8Moi p&+abqYBm[pAOmbrr!`-mISbu=;237J$?A^XL5@=Z*^a=['d-@Yjo'qZ:VX:Za@3IXf\n@\ZrTW \?:Ep4WkLS&If0+"pl"c-Tb40?Y*tkGBe7GBjt193@c9u*Z?(Q8nN@8WlEiYnb;qQp\Xsi s8Muss8N#t:&=P[r;6'Ca0)%N@T,WO-5R+$%LigS$4-t>"U>/2":Z(R$OdO[)B^7_7rb0,WM68` YH4P!WMZ_iTV.pKSXc4AOCVEbZiC%#rr;qI~> s8Ni3qtg-#6Y;k:j4i/=hqm5IiSrq[jn\'/kkXK5kkXK=kjdp-kkXJ2kR[(SoB5AkSRsT^RFCj( oD&4_!<2ur"98Aoq"t(#rV66hrr)]gp\Fadq>1'e!W)W^qYC-\rV?BeqYC*cquZ`lrVlcsrVZZo qu6frp\4O_r;RK)\9CFrCr,T#h7@1G::-1I4Z/<*a*qS$^N)p\4^frr2p!rVZNfs%DtWq"agbqtg?mp%%V: g s8Ni3rVli484R3ALk^eGM2R:NNfTL9lrq?-es8Dp+qtBgarr)]gp\Fadq>1'e!W)W^qYC-\rV?BeqYC*cquZ`lrVlcr rVcZnrVld;qY'XYr;Q]or;5NJ=XFM.J>\ZgP*q8oOcP]kOcGFcPQ-jsPDtNbQ]mN"PaA,!9-Y)n 1Ib\oJq\2T9K"R^2DQ0j)\`i#/3S?9Vpk>;rs&DpoD&@cqu6U(rVZQhq>^HkqYL-grqudGrV6*d s8D]SfZh6uKl0pK'aG!P#R:bJ$O6e9%36fJ2*XWJH^;(fk489FquuokqY^?lrr3&ur;-Elr;HKl 7/m5anEAl``jhD&P`q;rR$s;-S"6+BUSaQ@H"gP[5Vs_j!$c0BRZ3/QLm*[ON.Zn@L4t;5K7\`& =B/)*s8;`ns8IN~> s8*K+r;HZ5936P9X/2VhUoC>nXKA]#Yjo$pZgk?sZh^osZgk?sZ^A$.]=G2WZ[YXq;j,K"qt^9j r<`Duq=spes8M`equ7-'p\FjgrVH<`q>C6fqYg9lqYB[Xq>Tp_q>C'bq>L-e!rDfmrr)rsr;QZo rrr.^Q:[[(*KM]sbAaTk$5//j<'C IuTP;Dc]4d5X@OZ-RKoS,<&/CN2kD$rVm*"p@J(Zs82fq4T53TqYC0iqYBsar;HEdr;HTkp\"Rd rV,I,c,#g)F'LgJ&/#`l&f2E$&e>Eg-S[MB7o4DaTYB+Gp\Xph"oS8rs8N#srrW/sqYpNmrW2op rVo=crVH9Tk2Fq4\tG[cS"#tAU6h=>T:_gRW2#W/Eb8HH5;3`W1jc:.V6$>gZ)=M$V4jTUT:VUE S=l!T=A-(%rqcZprdX~> s8NN*qtg-#6Y;n;j4i,;rn[b7iSrqtjo+?@kOId3l1+!5l1sQ5l1+!5l1*u:kn*CUkj7,O4ac;\ s8;Z`p%81]qZ-QnrWrArqtp0_p\"=[q>^9uq>^EkrVlclq#:9ks8W)gs7-*YrV?K\r;cirs8Mip qtU'hqu6C,oD/Fdpr/7c6#+'um-='#i8N_\lg3s-kkXHVkiD%!nF5l,jQb;oTG^tA2VqYqB, q>^KkjQPjeg"l,ss8;`hq"OFOo_87]rrDoprtbV4r;?Hjr;$*]q>L1$gs7lQerqI0+s8W)rr;Zfip%%YDpA+XVoD&7[ rrN)trr2utq#:?nrr42?p"7!9:Gl+Af&ti?f[SL(cdU@kdF$=ece5sY?:_@#s82fqJ,~> s8Nl4rVli484R6BLk^bELl71MNfT1$gs8MuqrVlis!ri,qrVm-%r;6Els82cmrsSi(qt^!]qYgBgqYU9i .f9)Ar:p*bq!dOt[LPCYAMMm+BLPCM:KS+o1HWX9C])V^*rr7K~> s8*T.r;HZ5936S:X/2SfUT(5mXKA\1Ycn#0riu"!q6TUsq6Tn&n[%bkq6TUsWO!/?['73O>UXCG nc/Xgqu?]nrqZWlrr!-%rVuoqqtp3drVZ]o$N0r&r;HWnqY:'hrVuosnc/.Ynbr:`mJR%arr;ur !<2rsr;@N2qYL0aqZ$Tc]nA!^7Zk6fXKSn2XKJn:Zgb9rZP0aLYdC^BZDt7DXEm#O7"V\elMCMX )u]g:q=*qLq=<>!iRuW/kP,#Squ$Hmr;-'[qu-NpqYpL'rr)cmqu6Qjq"X^bs8D`nqYpHnr;?Qp r;QX1pZKuD`5As\V4a-7NN0M3gZ7brrVlcor!NE%r;6?dqY^?mr;HNlr!!*"s8Mrorr3<'qY9j^ rVuK^q#(!rrr)`iqY^Bnp@n@]q&&o$s8DfkrquEUe[U,p+#nSQZ`'b"VPpKnTam`fT:VUEToikf 9Xk'$qu6VG~> s8Nc1qtg-#6YE">j4i,;h;7#GiSrqrjT=T-kO7X1l1+!5l1sQ5l1+!5l1*u:kn<@EnA/I0U%86^ q=smcqsjR[q>9pfp\+U^"nCsVr;?Hkquc`mr;?Qo!W;`Ws7-*YrV?K`rVuotrWE,urr;fl+8#=) r;?Hgq=O:OoCMq\o?)Yc>DUVsj6>^fj6#[qmIBE9kmue4lLF*!m-rZ+Dbjl?k55/X%/]V`o_\CZ q"""Nq=a[a#lX]#s8MonrVl`p!r`&qqYgKpq#:-iqu-m"rq?$Yr;?Hjrr2upqu?]p#l=;cm-49? qu$Hj!r2ZjrVciqq#1$dp^-isrVQEgrqH s8Ni3rVli484[?ELk^bELPq(LNfT'sbo^r"Wq"apn qY^?jqu$:'h!WE#r rrN,qq>V!#qu6Qkq>C6hrVuosrquWjrri<#s8;flqu?]qr'pcrVZKbo`"k2glO]=*F"Sg IYs2@NJNCGL4t;5K8"YR<):.+qtpBmJ,~> s8*Q-r;HZ593?\=X/2SfU8b,lXKA\1Yl:g-Yd(J%ZMCisZMCj&ZLP9kZMCisZDk/CY,f@,6pHq# rV?0]r;ZchrVZQjq?$Zpr;Q^"p[\=`s8N#t"8i≺Q]sr:oOVnc&(Wq>^!`s8W,u!r`,tq#;H/ q#(*hr;6?fqYU$ZrVuH#E'69iT>%A7Z`pU:['d:2ZMCgKZE1::WiEMAY_,_/:RU&3qYgHoq""(R q"smYoD/7WqYpg"qu-Qnqu$HjrrW/srVHNgrrDrpquZclqYU:)rr;`dp\Xj`qu-Kip%nXcr;HWk #Pe#`mHaQDrr)iurqu`nrrN)orVuiq$MaMtrVQEgrqcQlrr3#tr;HQtqtU'eqtp9e!W;ioq()76 p%S:Zr;6!ki0Hn].s@qrS#<<\W1p#[TV%gHSYD6V=&$4)rVQToJ,~> s8O,;qtg-#6YN(?j4i)9gtpoFiSrq[jlGLak3(sll1+!5l1+!5l1sQ5l1+!5l1*u:klpMAZ;=H@ qu6m!r;Z`kqYU6h$2aGkp@nI]p%J:^r!<9#rVZZmqYU9krrN)rrVHWnrUKgUrqZNgrqZKfrV?Hl rrE&qrVucuqtg0bq>C(,qu$0YqY]dFo)/Ofm!^a%]A;f=lK.*jm-F3*q<99dlK[O!o@BsC6@%De s8N&urV$!YoD/FUo_A=\q=sa\p$hG@p%S4Vrs/Mtp@nCYqu?Zos8N#t#Q+GsrVcZip\Fghqtg=@ q=saZp\+@WoC;DHrVZKcrr)T`pA"FVo(DeRqY9gXrr)]gq"jmcq>C$fq$6]mrr2lnr;QNl$2=8k p[[nJq"jjdqZ?TfpA+S6q"ssbq"aphp?_8Js6QLl<.i$GgsX["eC;sqdF$=fg:MW88[A?qqu6VG~> s8O,;rVli484dEFLk^_CL5UtKNfTL-gq>C'eq>UBn !<2rqs8W,u"TA8rqtp:$_rV6*\q>'pfrr)lrrr3<'rr2rtrqlNe qY^6lqtL*es8Ef2rqlQgr;?Hirq#[Nq#1-dp](9hq>C6ls8*<*s8W)squ?]oqYL-grr;oqs8N,r rr2p0rVlirrVcWiq>1!es8W&pqu6Hl!WDris!@[@q>UEop%8:^gl>,Q8q<=kL5CeDLkg_=KnP,5 H]Dqa)rr7K~> s8*i5r;HZ593Hb>X/2PdTrG#kXKA\1Ycb.4Yd(L>Zgk?sZgk?sZh^osZgk?sZgk?#ZP'a[N&L-gq>C'e q>UBn!<2rqs8N&s"T8/oqY:!a)#F.+pAY*^l1=iQs5.Q-6^4pe\@&QDZ*Wr*q6N#c[BQX:^o`AR .V-d%qYL6kqYC*fq>C9bq#(0lrVZTlq=O:Pq>:'err;rprr)]lq"FIXq>:3krVulrrsAW%rVlfp qY9par;?Zoq#:3ks!msHq"OOXq"OR[naGu@qtg'[rVZB^q#('eq"ajdrquZhs8Mokq>:*grVZTn r($ir:'4SrSNf<10p3NWhB s8O,;qtg-#6YN+Aj4`#8gtpoFiSrq[jl>F`k3(sml1sPZl1sQ%l)EqQkI!ufjo=`Fq>^Em)#X4( p%eXdqu?]os8;`iqtg']qYg?gqYgEn#QF]"qtp5%onFZSUrVQWprr)cos8Vrqr;-Hmq>UpqYg?l !W2lpr!WDup&"X_qtp?ls8Musrr2oqs83H*qYL!`qtp3aq>'maqYL-hrr3]2r;6Hlr;?Egqu$?g q>'g^qu$Bhrqufqs8Drs+R]1,qu$Komt4VebMCXtcILFoe'cXjd+Q!T>=c(!rql]pJ,~> s8O,;rVli484dHHLkUYBL5UtKNfTL?nqt^$] q#13bmeHhYrr3Z2qtg3hrquQerVZKkrVZ]qrVHEirr)d6o^_SHr;Zfqq>'g]qu-Qpq#1'arquNg qu-Nnrseu)q>C6ks8W)prqu]nrr3*"s8W)trVuitr;HWorqucos83?'qYL-hs8W&qrVc`or;QQm qZQlpqYU6jrt#&+rVlcoqtp6frVlfprr2os)ZBR2rr)Nis8;Zkq;l9E8;`UdMh[(ELkg_=re(N% <)QK's7lKjs*t~> s8*i5r;HZ593He@X/)JcTrG#kXKA\1YcY(3Yd(L?Zh^oCZh^ocZ`1;B^6:BKiW&9@s82irr;HZq rV[T1q"F@Us8Dips8;ooq>'m_p@e=\r;-9grr36&rVZQir;HWbr:0d^rV?Hgr;$<`rr;osr;$Bm r1$fs8)Ngrsnr!s7MpG5)HAJ[^**A[.(EtZo>b2['dE;Cd2($nc/7Ys8MikrVuimq>'aY r;H9Tp]('gs8W&oq>1-krV??js8;oqr;ZfqqYU6jrV[W*naZ;Lrr2ilq=sa\qu-KhrqlNkrV6?f r;HR5qtTp^r;?Nlr:p3dqYU6ir;$BlrVZTls8W&srr;los83]1qYL*frr2imr;?Nkqtg3er;HWm qtp?krt##)r;HQkqYL$br;HTlrVc`q-2mc?s8VNaqtKd\pZ- s8O,;qtg-#6YW1Bj4`#8gtpoFiSrq[jl>F_k3(sml1sQ=lM9]7lM9]?lLF-7kkXN>l'^fY_aRho r9Tp_q>U3iq>L-g !rMoorr2rrmJdjts8Vujqt9aag1Me[h<=%blgaK/l4;k5q#%9e;QB'^s7u]pqYgEn&,>nus8VoH VKG^4Kt[!Kr;Q`rrXSf%r;6Hms8N&qqYpNmrVca&rquZiqYp?apAFph$ig5(qYBm[q#('dpAOp_ rrN,tqu6s#qYU0frr2lqq>^Kop]('es7QNgq"apcq>^Hnr;Qcqr;Zfrp\t9nqYpL4pA^ILHJI]. g""X&e'cXjd+PsR>"GptrVHNnJ,~> s8O,;rVli484mNILkUYBL5UtKNfTPaRdiP93:*hs8W)srr<#tmf3+^nbr:_q>^9h q>LHmr;HWos8DonrVRc9r;-9frVZQeq>C-`rVcEfs7Q$]a\i\#NKo`kPaIg$Pp)3ZTjJ?dRHOGD q#CBjrVHEiqYU s8*i5r;HZ593QkAX/)JcTrG#kXKA\1YcY(2Yd(L?Zh^p&[/%&u[/%'([.1KuZMCm'Z^J08Tdiaq rTj4Os7c?hrr)lor;?HhqYL3e(B=@1s8Mcjs8Dors8)]oq>:*hs8W)srr<#tmf3+^nbr:_q>^9h q>LHmr;HWoqu-Km+8u-6qY^^Hmrr2rt!<2Wj,5_04qtg$_qtopWL+-!"Z^ReeUS=HTT:VXJNaGaZ\,Z:#rr7K~> s8Ni4r;-6#6=6//inDo8i83DOio/kVjo"9Dkiq?oroa=Fs67Abq<=%,&+/ZQjR;9tlY8;uq;:rF s7uX5rVZ]qr;Z`@P[[^.Cm)s@q!n1XfVbk,o)JI_rqc]nnbrUirr2os$2sc"s8Vuns8W&&rrPmmH=*-le1dm0';Q`k4&!;rU&?t2ept;s7l3[rVZTnqY^0gp?JW,:H(-s3@Hd4C[hAq rVl`jnbs'qp%eXcq#Bm3UosOnqZ$8Orr)j=rqu]knG[kWF3DqWf%& (B4@4rr2r584[EKMhd+FLPq.QO,f6^qiV&FPa%=0P5gaGPeiX\P`_4AR$4#"S=-+H5oRNMK9r;ZckrV+C#Am&bYLVEW[nbN+8VlebBrq66erVuofrW<-!rr2p(rVQQns82]ns8B5%s8NQ! naZV/=;[0kMNjC#RdcRpPF\#'R?a2(OHWld>LE'Bq"+7Yr;?Tmrql`jm&P\52`!TS+tXgJm/HVT s8W&frX\kuq>^Bfs7+^ s8W&r&\^_4H_RR;Uo(&hX0&M*XKJf*Ylh; s8Ni4r;-6#6=6//inDo8i83DOio/kVjo"9Ckiq@1kPscGl+uZ\l&k6Alf[BukNMNN8t5bSnFcYX q#2?5oDejFJj1b20L7$2>aFdWqsf(E,oX&[rVl]mr;?*as8N)urr3#urVHPurX\o+rr;ips2&#Y ebnh'iSs@l0'hccn*]E+nb%_hF6ET&r:Tpaq>U?Zq#C6d_f71a:.n8gC1CU0)mfJAs82Tcnbs(! rVccpqtS]$*]0bos8;bVrr)j=rr)clpA=)l5GQl[g"=lta3`5fgr4YA8@8BrrVlisJ,~> (B4@4rr2r584[EKMhd+FLPq.QO,f6^qiV#EPa)-0s-*JI_3Oh\Od-HCOGoTlSZ[AfK_GHDrqQBd rZ(t:oD\a>HoW]$/3=df9nhp4q s8W&r&\^_4H_RR;Uo(&hX0&M*XKJf*Yl_5;Zi.0/ZN%8I[/%%jZk'XOXL>@?_2^:0q#C-dq>^9i +92<2s8U]"4"DO-4WbYAMsUK?n9bZj)6WK,rql]ps7-*grrE&trrN,tqZ!f!&,ZD+s8)cq_E:Aa _m-_V\F?jX[^ZWQqYl"G"r;6?\rX]&- rVuinpshGI0VJFFrVr#ZrVmu=rVZQdqW23:JZGE;Uo'ZNTUhjNQ!d?[])Vd.rr<"K~> s8Nu8r;-6#6=6//inDo8i83DOio/kVjlY^gkPjZFl2KlGkl0h_lM9\,l4<:MiqM%qu6U' qXjgfY;h-tl0R[%n`p/?/`uKkjllBtJ4l'ss7ZBes8N&uo]uGToW)Lm9MJPJ1dant1,M-Q[/Bt( q"O^Vrr)j)rVuN*+"]9nr;6!XOoG=Z+9)6:r:^$fh,?k_gXk$,b/_lZgYg,#<(=1ms8Drss*t~> )ufm9rr2r584[EKMhd+FLPq.QO,f6^P*(liP5^XFPl?jGPQ$f_Q2-Z,Pn07KM4TX"Q7btqrV-?j rquTk*;oj-qu39C*D]X4;as#8*,jL/oQDBM.:M'3rql]pnG`Ifrr2rt"SVforqucoZ2Ob#rr3B& o`+rW'1naYOcl.&Q2d4'OdV`$PG"C2*-^TFq#C3jrr<#jlhpYGU0BfK6qo9_2a8i:+Y#:PqZ$Tl qu?3crVm9(s7F)K.k5E+p[\9Frr)j=rr)cmq"t'<3#m[:KSYVBK8>;=Kn!#l9"Y-&rVlisJ,~> s8W&r&ACV3H_RR;Uo(&hX0&M*XKMQ,s0;R/!42[0s0DX1_6j$EOgP/!%B7"<\>DAkm/QbYqu?]l rZ:t:o)/N_1*9Cr<`_p`6R-R's7LR[9.FE-s8Moqs6oses8N#trri&os8MrqrNZ>%qu6U'qXjgf RN#G;Yd1XIn[/>)/[2asYHkpL<\/des7cQis8N&uo]uGSm\O5U7Rp91/NZ1-] rr)j)rVuN*+"T!`p%\(SOoG=Z+9)6:r:g*geNk^TX.Z2`SXQ4FUnj>c9M)bos8Drss*t~> s8O>Br;-6#6=6//inDo8i83DOio/kVjlY^gkiq?qki_-mkiq>_lGr0#lgsQ7iTuRY`W,i,qt:!h q>MK0s8)]iM(rLP4?H)8A8,6rE:!LF4CCNEhZ*KNrquZ^rW`E%rVlisqu6WqquQcrYl5.4p\t-[ q#C>;6*'>5p[I_C9mr;69as4i,h9PJ!:4qT)mCE=fWP.9oZr;QQn r:0asr;Z`qr;ZW6-;$I/o(;JJOoG=Z!<2ur)u09rs1(.CgXjp%cd:4og#'l#<^sCos8Drss*t~> -3!rCrr2r584[EKMhd+FLPq.QO,f6^P*(liPE_;qPEM)mPE_;_Q,f.#QC3i#Ni61gZMXCjs7uZi q>MB/s8)WcK.C5-.k3DE;,g"/C?G5.2Hi7/gA_!Irr;Hd#64]$rr<#qrr<#r!WE&&rXSu&rr)<\ s7Tq=Cn$BOOn"\iS!0#+P)c65AM8E+rp9CZr;ZfpqtTsdcu_'/>usTQ!Z#cX$P=;([-@Sfqu-Qp nbs'ss8Duqs8'b[5r)C%nFcgDrr)isrr2j8qY]XVU(^=mKS>8@N/`[KKRd&p9"Y-&rVlisJ,~> s8W&r&ACV3H_RR;Uo(&hX0&M*XKMQ,$aI"DZa-mAZ*L[AZ[oL(Zk'XYZF-^GBG%cSq"Fa_s82Wk *r#^2r:Ygr?X#6=4%`RY9dFQ=pi/8u5=+'(qu$Komf!Fjrr)irs82fqs82ors02J4s7cNkn+cqS A0HH0Wk5V-ZnJqoZG!QF^;4qTK`1r:p&4ggs8;chq#Aig2ah(Y9f<4qG?tju,(m;gs8;clrr;Nf &,cJ+s8;ona!3u1=6oDKs,mYS0li3t-@BlJtTq\ s8Nr7r;-6#6=6//inDo8i83DOio/kVjlPXfrojIIkPj]Fl%/->l4<+Cp?_5";dfG!pAY!cs8;Zk *rl*:r.QM*>8L_1F#Ypf9-'>uJh0qX=R6"^rVlZkn,E=brr2ros82im!WE&&rXSu(rVuoqq#B8X A'jW4nF5]qipcU'mGtHK[/KmfoDJReq#C0]s7rls5YPd'4>Rf_;uX0W7kqUTs8MWcrqZ?ZrX\r* r;ZTms4fk23H+rtp%X[Krr;rr%/p+pr;Zef7^h:/cHlL?%+a4TJm1gPrr;rrs8RT~> )ZKd8rr2r584[EKMhd+FLPq.QO,f6^P)tfhrfdGIP5^[FP_#+>Pn0(>Q]IW*/kYR*o`+sgrqQpQpYl5.4q>L?nr:p s8O8@r;-6#6=6//inDo8i83DOio/kVjlGRfl0@NskNM-ol2KrJlbVl^l]LHdn\mJQDPk=opSiQoXFd1"X\aG!qoZMab$rr<"K~> ,Q@`Arr2r584[EKMhd+FLPq.QO,f6^P)k`hPa.JsP*;)oPl?pJQGJj^QB@FeIooDe7UcmM5APD=jOM1^J2J6PoJ]Dh^+rr<"K~> s8W&r*PP!@H_RR;Uo(&hX0&M*XKJe1Yd1UBZa-jAZEpn:ZiIMM[/%+lZj=FN]X,+p2mrS_rr`9# qu?Kk+92*1s8@]m78>5BqUUZl*a_-$^RI>j-@kgiq#C?ls7$!sr;6HlrqlHirVZZor;i-,WusZs8)Zg r;ZQhnbs(!rr)llqu>hA68<1fLEVT:D^NSY2RABi\$>rVZWns8RT~> s8O,dBOrrW2m r:0ass8Dlqqu$KT5?14.s8;]cMuNbV)uB.&p&FfL6c7g2a3W,\g"OQ&?V@^&s8Drss*t~> +9)<=rr2r584[EKMhd+FLPq.QO,f6^P)k]gQ'ISsOoCUEQ2d/dQ2-`.Pn0IQQ'[:aD"df,rqlTl rVuZl(]!t-qMl^j7PW!]rVjW--WUpICd_&>T)SThs8N&snbrmqqt^0is7c![p\=afYPo(1s8W)n r;ZNjs3`PEP*D1#Pq&;fR#[P[5[O!PpA"OarVQWpo_Ij85!<4=:OJ!H.Q/?Ap6dB]'[cjQrr2ou q>^!a&-)V+s82`oj=EPOEV'&,s,6mUru1\4p\a,m*H7."K8YP=L4=bZ;bt%)qu-Nos*t~> s8W&r)88RLa"q>:3hO<[Cl2U)1#&].6o>T-+Q8l[+.r;?HlrVl`brX/]&q>C9mp[A%Sq#:;srX\r,s8Mfk s7c-YcS7#IY-@H'%C`RPZ+?9&EV&hqpA4dertk>'m#XCo?UIY s8O,IdlKd]tk5OWFlMg+clM9b.l4;nJnbBso](tmfn,NCd s7lBg*rl6:s-b3'9fCAuo)&?h5\N848Q&VGY5eD!s82`gnbs(!qY9sfs7PZl^WYX1rVli$rXSc' s82irpAa[_R6$Yul1+$Ijl5n*p6AbAqYBg\rr)j6n,N'>2FM[G9!.j82CpL=!hEaguRK*0Joo/nLru:e-q>C-icp=5QfZMXmf%]!&L0mQXr;Z`ps8RT~> +9)<=rr2r584[EKMhd+FLPq.QO,f6^P)bWfQ'RYtOoCUFQ2[)cQ2-`.Pn/kDMj/6$XT/4rnc&C] rqQ6Bt5s?d;rUBdcZnGK2*B6>S,-(P9s8W&tqsjXrs8)Nfs8VcW^V@tOpAP!jYl5.. rr;lqs7ZK[pjWfURum0*.\)ZeP*ef^\bQ!rs8W&kq>]p`oo(dsFZ<'uq9q;U/0*UFQp!,LeG].@ rr3#qs7-'irV?9frs7I42(""Qq=4KDrqcX2p\;-:8r&L_NfAjNJV%-*::gH&rVlisJ,~> s8W&r)88RUEo*WGp5Q68O^0$4.`r;X)\>qmQf7nb>3r;-Hnr;ZW`rX]&*q"t*kp$0<,bMr6orr95%%f-,( qu?]ioAoIm(hg1Un['aSYICsOAMhR*q=sshrqcZpn,N'>2FM[H9^!a!r_rjrVm/[1Hd@Ks8)0`N;ihV(&e(1s7lT-.;#9PSY`0WUnF/k=&$1'r;uuus*t~> &-)V.qtg2u6=#r)inDr;ir.dCiSrq[jlYail07EqJa1):#O^gGnsD]"o^VoVr;ZWns0NqB74lgb rVuQ^?;+?K.RdquV>p/es8)Hhs8Dfos7$'dqXsmUc)6r]s8VWhqZ!3],;1NO`W,c6q#:*bqtpBl s8;Q_s7lWk\c)j1q#&8h@GgVFl3cP:oC1I>Mu &,uP-rVli084I3EMhd.IM>`DANfT^!brV-aK7(B4@1romrCP(SCDLkgP9J6,WG])M^- rr7K~> &-)V.r;HZ,7SnB'X/2YkWVrk*XKA\1YHY:;Za6sCJ[E8##J.1L\o&kHq!n>PrVu`or3.234sn>M q>BgS=%,h-+?EXFT`=Q\s82Tks7c6erpTmbqXjgP`h/78rqc'_q>ZaD*%3(7_Z0E2q>^ &-)V.qtg2u6=#r)inDr;ir.dCiSrq[jlYail07EqJa1):#Oq'Gk^Qe-q!n>Zqu?Nms19[R7kVsa pAb0gFYHuM,"u/tScA`fli7"KY+;K8p]'[VpA`6E4u52kV#:8jq5-)0>"ChF>K-O;rp9:VpN;RMaT1pd*'qmhoC:S9sOWr rVlisJ,~> &,uP-rVli084I3EMhd.IM>`DANfTQpEb#s7-(arVu`nr3[_=4!MH7 nGW@ZC*cUt'0A].Pl1LRkPkJCV3IRloD\+OpAW$:1FFS2RIgFUpRN]V:H^R!=2Fb/s6fU\ps[*e _Xd`uo)Jac\c)j3q>]&)*e]dJPmWkFOe6VOVt^)crVc^KrV?E7/i@&cHe//qrjsa@+DUN^Bmr;QDT)KCReLl.%DKR['$ ;7cc*rVlisJ,~> &-)V.r;HZ,7SnB'X/2YkWVrk*XKA\1YHY:;Za6sCJ[E8##J@FMZW9EYqsjY]r;ZWnrO4%D5:4;F o)Ja`DCJI/(dUkEQiI*\kl:\GW0a4"o`+=RpA`->2_-LFSbE*]pn02f;aEB.=Mjt3s6]LZpX6ma _Xd`uo)Jac\c)j6rqk)"-CD+/ZjO(FY.TT\YPJ(mrVc^DrVHQ>1co7uI+A2qs1C!F,&6cCIQ&WA qu?TorVH$Sq"DX%+!`46g&:qDr;HTis8W&trVli^6m*bXroj:[le)"4pAb-dp\b'as8VohoDeja p&G'jo)AIbq!S1L_4\*qs6\hGZ:[`7df9%8qY'g^q>^Kn_>YDKs82ios7_g)JYAd1U8OoaQXs2o \,H=)rr<"K~> &-)V.qtg2u6=#r)inDr;ir.dCiSrq[jlYail07EqJa1):#OUg>iE_*9q!n=kqu?Qns2?ik=>@qt rr*js"V8o0f;$tXoJ.qs86RR9354d2n&b\k>EC65q+T="ap@Im/QgW<&#dE 3Glt>p](9j\c)g5q>^)41pc]:$L-m5mXoi]rVQKjrVeDIq<_lX:e[;Hp\X[[[5Bc]OT5?9;DDPY rr<#qpAY*`pTHD>C.]gpnbiFerVlfsq#::IqYC0D4Z>-ps8Vbi92_Vdq>C9mqu-Qks8;oos7H?h pAOd`o!Y(Bs8U5]+rM\"VuH],OXMe3P5kO\q"Xmhr;ZTk_>YDEr;-Hls8UP4JDAc%bgY;&a+@Vl ZMab$rr<"K~> &,uP-rVli084I3EMhd.IM>`DANfTp](9j\c)j4q#Bep$#Z+"Q2d-UM4d76k5"oOrVc^IrV,J]/3uRcmeQbRpTZA((QeXgF?^mH r:U$ep\"RdpA2'O5%6bqAaoTss8Drs8+cf[rV#p`e1)diSc/Q\Vb9pas7uTlrqlZoqZ$Knqu?K7@!$ ;7li*rVlisJ,~> &-)V.r;HZ,7SnB'X/2YkWVrk*XKA\1YHY:;Za6sCJ[E8##Iq1HYW6RtqsjY]r;ZZorkU<^:as9] q"jjY81RCI,#(EKU\=K\s8T`8.Pp](9j\c)j6rVPhg&:q1XZjO+FVRfo;m/$VVrVc^ErV5Vd0h+Tsn+ceRpp)V.)3FmnH:9/^ s8)cqp@7tTn*d5,3FG,mCA%T+9De\bqt:!hrqH-deM&O&U&Y/cVb9pas7uTms82cpqZ$Knqu?;5StW$YU6fIm :q6N'!ri6"J,~> &-)V.qtg2u6=#r)inDr;ir.dCiSrq[jlYail07EqJa1):#Nk=8fg_n>o^Vnfqu?Tos3jA46o<$b s$>tG-ql]H>>IpJYlF7ns0brS9PITk8_$XN?_"[d,!;-9j(B4@3s5#k%2mr[sE[`=`:[nDWs8;oprr4JEs7a'XYk%hj s8AiJ.p:cu@iR*u82*-Ms7CJ"iQqmLO'^%).$rr9h6)u9F.s8Vlnp/kJJf?h^ef%e>u>thU& rqucqs*t~> &,uP-rVli084I3EMhd.IM>`DANfTE%jO1k%r:b8rlf:300qls 3&PI;r:p0h\c)j.p&4lQ!*Yo_PmWkCNfG0-qYC$crVc^frVsDc-9QVKrVuWbri\=:+0bb8?o&mE r;$9dp\t0dqYmTF2c*@/&\IW4rVl`pnc&OdqYp9hg++a'WVa&=,pFU-mf)nZr;Z]os!mmFpTo@L mf*"[qk5Da;q^D@(*c:3,r!45l"W(K&nUh3Z>PH.n,E:bs2"[RrVufqs7Z<[2^OB=LkgV4JUgj" :qZf(r;Q`rJ,~> &-)V.r;HZ,7SnB'X/2YkWVrk*XKA\1YHY:;Za6sCJ[E8##I1_FX[=PFJ s7uZlUFIWkgZr2`-V?ZR1rfR_DE1K-BDM>/Dhu!os8Drs_>YDOs82irp\XPG18:P:TV8'PQtB>o \c)F'rr<"K~> &-)V.qtg2u6=#r)inDr;ir.dCiSrq[jlYail07EqJa1):#O1U<^-072o^VoVqu?Wps5-aO;BrFG s2Jt%7kbcnVGC#@U]:5k^e?+B+?<%n-D1>7p\9Rg002!q8Mnutgd+"l-DKYVaOU+]d7bl[9f+(E =%4RLs7cQn\c)j0q"Xm&*I?]7l3d(Hl*!@ms7lKgrVc^$rVj&O0rOL?pAY&-s//@N3n42s;D0YR cB!C!Y4VbeqZ!]7&K*N:+aj=iiP;tss3$RWX8`.uiC6*^DgsJt8RjP+cN!qDq>L0frVuomYs'L$ W;lVljB!]n-(ToH5W^VW6TfSes("Du,(KXQ3Z9DSf)P4 &,uP-rVli084I3EMhd.IM>`DANfTj*$'1@ KQ;%.n,N%Us/cq?%k(9aF8Pmf\?PH!`Jf2@q#1!B2_l:]F!`;!==PT=rr<#qrVHHjs8Vl!0,cdA rU^!I9H5l-P(+`70-_r*0Pg"KaK7)>a@4p%86#'75OpM1U2,J65TB ]`7g*rVunJ~> &-)V.r;HZ,7SnB'X/2YkWVrk*XKA\1YHY:;Za6sCJ[E8##I:kLQQi[2p@8,/r;Z`qs4^=C7i8-' rP*%e5Ud7PS4#^fSGVpP[6PTc(,8-M+IiB0pEbP7-o*;L68$^dgH.,M+.M3>`R=PUb=3UC7kPf- =%4RLs7cQn\c)j6r:fuf!)g/nZjO4G[=f^2s7lKgrVc^`rVs)I.A,l)p](6ls.i"C2Uq`f73Wt% aGP.^VX40Jo_PKt#nS[k(3]]Ufs\$IouE)AVu$Gih)mV &-)V.qtg2u6=#r)inDr;ir.dCiSrq[jlYail07EqJa1):#Oq->PXX7'q=4G[qu?Zqs6)-BM7k;=Rol;lm0?!ngq"FOVAhQqO,#;]& 9/e68s7u]e\,HR-qp?ftfCA,5oBtt#7HjI=qtp?jrcnD5aut"Lq"44SqYL2R76aN6s5m61c%T@,>(0t9'Z"]4&7Ars2YsQ2eD1Pq>U0*rYte3p\k-gq#@ieVpO#Ce(rg$JlkOK rr2fns8RT~> &,uP-rVli084I3EMhd.IM>`DANfTbi4,e9lU#(IV@O 9/e68s7u]e\c)j2rVul<$S@b9PmWb@TM?TZo(`+ZrVc_?rV+GnD=mDkq"spar/Ep$8+$6.67a-C ;]$5X.#$g`q#93$G?580(LI!b &-)V.r;HZ,7SnB'X/2YkWVrk*XKA\1YHY:;Za6sCJ[E8##J%FREA5W4qsjY]r;Zcrs5mNW;(/-l RQW,g2$H\![l?o!SG;j1AIo\8B@G@f4SQ)^9a71D(*ORJm0YDRrV6?kq=Xca*-e*SVk^)]R:]8f \GuI'rVunJ~> &-)V.qtg2u6=#r)inDr;ir.dCiSrq[jlYail07EqJa1):#P.-5C1Hu9qsjYHr;Zfrs7'_o?nXu, 4]u)X,[K"$YU`d4WrN*o,n`b3*GXi4XD[",q;>Y2F#(Yc7D:R;--dj-V&dLs8W#jqu6UHr;$?J:GHHS /][nTCHYiK>]2Aj,oa&KBeh-Ko4'RU+J8Y10MN^1DFq=jgdrqlQlgd[OPe'Zb(h9(=L 7'cglqu$HnJ,~> &,uP-rVli084I3EMhd.IM>`DANfTf$hrqt4f3^+j._0[.s /T0hMr;Zf-rWiB$s8C^t*h)Va$BLOC2`U3mqYU0grVf=crqO[^o_eUYrVuoqJ35hsq#/cA7iN'c 4[q^V-_UJ=o)AF]cRU+^:#W`?)Bob3+$)b>1q3A"+Z;JM7R]6M1i_1GrquWks"+*DrnU?d:Gs9, rT7lH8JXs*+Z^;GT[d3j)QVps,"331o:76i&9-q5qZ$B-rW2uprr*]/pAW/T &-)V.r;HZ,7SnB'X/2YkWVrk*XKA\1YHY:;Za6sCJ[E8##J.FM92Y*PqsjY]rVuorrp=2b;^+:Q 1Jq48*ELJcVBAJZV>C%T('$1FkY+'>-^"<#l2UeLq#?g47jP/3rgtK>*cC$;s8W&I,X+ODF2`VO :+^AJqu$Ko\c2X/"o@i>,:K\aZjO(HZq3XUn+lkXrVc`qrC-M*dJ*V:oDJXgrII-o?MONR=A9qS -:CHp*$q-OqX=CYs40%X/l1N?0GY];'I,e300$TDa!Ec47ncQ=)EN)ts8W#mrVnGHq>T2G+BL]N _#NS51/AleA1'V\&Z+2g-m,\X==?cYR.m7'5SeJ/rqcZh_>YDOqYgEmqY1$5-YT$IVPU,_RV#8a \GuL(r;Q_H~> &-)V.qtg2u6=#r)inDr;ir.dCiSrq[jlYail07EqJa1):#OLR';h+iHq=4G[r;Zfrs7L.uB.lqX ?qrXoF81;CJjNqYp6d_>YDKq>UEiqYL6\;NK&Ic-tG'bCNSY Z2Xe#r;Q_H~> &,uP-rVli084I3EMhd.IM>`DANfT/kHkSs7pL7'NOCg-qHNTcXld`JUeWCV5!Km?[aX9//,HLe)5$Ga$B:L=/kYm2rVQKjrVh'?s82fnpA=ggq>^HeD_X.fs8L#.7MQV9 3uTe4/;3Kbb^i_iAe$%=.+@!;-oV5X;Gp(L)jU6+*]cSC.O6iYZ2"1\qZ$Tms7c?hp\=ZU%6-HY S,(;_7R7uS>9c0=,O4uA(+=Fs;CGNSU&0Bd4VaahpAXsh_>YDOrVuonq"FUB/Pq+XM1U/-K3(Q4 ])V[)r;Q_H~> &-)V.r;HZ,7SnB'X/2YkWVrk*XKA\1YHY:;Za6sCJ[E2!"g0e'rVQE\r_NLms8DodB1,lH5=nmF -445:s7WZR:E?#&oP4RE=R;e89g]l!s7,sPf"&NJQQ/EsP5YF)/4)EGY5e=opoP/p,"L[n%ST,I [efRpr;X>,#QOeuoA2AMZLP:+YIU`!<;Z@fqZ-TnrcnD@qZ$Tkr;?Tis8M_21H9@Rs2n&0)]2UB +#Gu-Ja;jLJQGff))"*&e(m570`WCu<_Yk%RJjW>5".Fb.Q_:Qrr;E`s8Vopp\Fj`q#$Tt5su?X qp$lh7j4.+.6nRrnGIGL/q3Lr/m8mas+Daf)lWf2rqcZ2rYtb4s8Vojp\`r,A"96eU7n9MAP5J$ s8;clrr7K~> s8W,t)uKKD6=?>3h::'4iniVQio/kVjlPXfkiq?qk^i$8l3HbO^c8@io`+F[:&=khqsJ)Z@n0^/ 0`X"qo_eah_a@ciVuQ3a*$*,t8g7Xh7Ig?B^0NZN-q,g/9G`W^r:P:S>VeFJs8W"Z-=@b"ZR%,! ';+pss7uKirs/K#s8N&sq=Xaa!ri,trr!9*rV6Blq#C0hqYpNpg&;NWs7GaPW'/Vpjm2-omH2cNg!@4jE,H2=a!$n"J',q)>9_Z,!C@S9f\2GR0`MuU1+ 7S#0>@b:YRqu$0ds8;osrr2imqYBr$,ZcF/s(sl:.Y6><2d.#5rVCgd2hU3i4&IWVlV9o754\XI qtg0dr;-*ar:U!-rr;rrr"JEr=O#@>b1kb!LLEcar;-9frr7K~> !r`/trr3kP84dTOL4Y8BM2R@SO,f6^P)tfhPE_;qPC]"8Pm!4]FL= <@n2.R/$[[qRA:S,,+kq8.Z9Al9?(b*'`idl*seL.3^u+'g2t\q#'Z!%8\E*X8VqlNtG"iU7rDF 72)18P84jLp+so0ZkF3h$*'#G`(H<;9mVOLU5YWRQ5=>U$ pnech4X0r*`q0-.s7lQlqYpNorquZiq>!nt65E\n?8,V#E6L'g:C_%3nST$dCsG*h4s.`&8jY0d mf*4mr;-HnrqZToq>\J6s8Drp'C@k&L5h%@LkCOj !ri5urr*eM7T4c1VP'cdWMur#XfSV,Yck:9ZEpmCZ@TC!Zj4.SM%?$Nq#Bm`:AOSYqY'/_2d&@D ==sS1QhUIYr4G!e.AQk+9GA/Sn3\-t+$o>klFL+S.jRD3(IA[hq#']&&l^A;Y5eFsO;Lk)W2LX[ 8J@`gs8Vojrr3H*rVulsrVucps8N&rs8Ms*s8D`ls7lWirqcWos4RAnp\j^Uqk+mu\$ENO[CW`R ['[9M\%0,_[&CD_?iBj$nc&Res8Q\32_o4Ls34G-0MG4W=XGX\D!drH"s?&])]_*a[IeJn>!u4< /4<&8Jc2Vd5X?at=NpU;s8Vils82irrr2imqYBqj'hKBOpL?$h*Hogg0N/Qsq=J\G.Wj6//OUl* j\%ru2XgYF$2aSus8D`ms7lW6rr;rrr"J0V2Q![VStqmGAlVI;rV? s8W,t)uKKD6jOm1JouO5W)^o A((DRqYpNmq#C?krV?Hkp%eL^q>UEirVuimrVuonr;-HHrXS]&p[Ipb6cn`Xl07L"kP4:5X.;! IfK?3q>U9js8Dusrr)`jqY@BE5u9h?84$B.[+mZ27PMINs)TqOM !r`/trr3kP84$pAL4kGDLl77RO,f6^P)tfhPE_;qPC]"8Pm3VFF:=lCqXFJds82fqrUXnk6kU1N 2KQb7rquZg_(nY)RJc&2(FQeV$qDm3Z2O9N0-`DT>#-[u1'!^AlMedl(.9E-]DDG[*]tTT0.'F7 A((DRqYpNmq#C?krV?Hkrr2p+qu?]lrVuimrVuonr;-HHrX\r,q>:2q'ml:/PEV5sOd,g0rKIGJ NKFiVrr;KeG5_@(6nfs"qYnQ.91hf%41/cJ1/!$E*^DnB0fVE`&WuR),Z.An,"EnO,A$V>)*g&8 .lD22s6ojbqu$Hjs8N#rqtg0bS.dG:09A1M6lMiF.QTX;[IO-,+WtmS2)RKFihS"c)aErcr;Z]p q"asir;$?f`r?#:rqmH'9Gi27KnbJ;M-X+V_>a0)r;Q_H~> !ri5urr*eM7SJ*#VP9rfW2Zi"XfSV,Yck:9ZEpmCZ@TC!Zj41QL_?3Rq#Bm`B_h>rqY0Aj3Csu' )`MiSrVcWkqSbEk-(Fqr7N3nnQOleE5I:C^MD?M>='\]W/2m^"s6BX,8fC5K42(RjLF#;8BJh;< +_/t#qYL3kr:pL?lqYgHoq>C*hg&<)grV#p_Y9K1AZaR+D o^_kYqu?Ecs8VukrV4D3s8Drp'CJ[NSZAQ]VOX,e s8W,t)uKKD6<08rhUpE7hqm;Nio/kVjlPXfkiq?qk^i$8lMp;V^HSjsp&FO\9De\fr:b>"?PuY# bQ%S>r:p-efgK("MuWKM,q)qD01d.4s7iEO0O\Kd<+&Zq4q"+bp](9B2DRBL;n)dh3DCD;3*f*= ^A7g"q>UC9pAOa]rr<#po(i.PoD\d^r;HKfqYU3cs7u]ks8W)qg&;NYrr)B^a[iW'kih9tlfRO/ l3HM>i(@_Ynac2Ks8R3#84GCas8U&3>[^SVK(tQd?X6/66Sg&C.4\5!-'8.W.o]UlI'YCr10X^H ,#:R%>!"=%li7"[rVuors8N#rr;6?ep1#@V/MetQ/3i@D0O6hDd/WZ21FK'j9hS#EjD?kN.TlQ? qu$3grr2iprqucl`r?#:rqmH,H;;0&a4/f!c\5du\,?1#r;Q_H~> !r`/trr3kP83UO9LP:VEL5V%PO,f6^P)tfhPE_;qPC]"8Pm3VAF:Y2IqsaSYs8;lrrV1P&:^ogI a8c2=s8)Nbc8/$3L&C=0)&Z'^,UC9pAOa]rr<#pq#C?dp&=s]r;HKfqYU3cs7u]ks8W)qg&;K]rr)]n_]W]]P*2#pQ&tp/ r0.AOO;1mts7$#3qY^D5846,>7lk (IU2I9.Cj4li7"[rVulos8N#rr;6?ej%pCc*$Q@b*AH0]+\jaca8+ma,SlU$3&icNeR:$t(J4>p s8Voos8W)us8N&r`r?#:rVR::'R#FgMhZn@>ZFM6rqH9err7K~> !ri5urr*eM7S%]pVk^,gVQ$VuXfSV,Yck:9ZEpmCZ@TC!Zj41LL_ZNXq>^!a&Gc%pqY0Q"4B2ta M9,_srVulm379f_,DZUEoqY'mdo^r._oDJR`q>1!dq#C0iqZ$Tpqq:uKr#P\-rPL.8]=#&T\[\uU ['[9M\%0,_YdCGY?N9s"nc!G'rVtY=5:^pWs1q0)>"fl^nVetu;EP(E/06,[+@Am@KDp$=9MlUH W?XVU;#cUr8397:0Hc5nQ5!(aX AMH[q:A=J^s7lTn"o\K$rVuc7rr;rrr"J^6/=*H6W1oiOA5u47rVQHhrr7K~> s8W,t)uKKD6:3aq:n]&m-?)"CY6O#+'Kt:s)ftr:E[CC7RAe" s04LZ-ne4u7R)7[s7Z-`s8Drr2#[@MqtpE10L%l42c1H>s0jXk5@W[QWB3@2f(W*=:dg!u;Hktb rVlQjqYg$cs7u]fnc-W.s8Drp'D[DZ^Y6cZd,*$"?q@a'rqcQls*t~> !r`/trr3kP84$pBLP:VELPq.QO,f6^P)tfhPE_;qPC]"8Pm3V=FV:MMqsaSXs8Dorrr%:49HTr) rr;cis7uNeg,DDDA+KM1+sd=:6jul1qn"pC:J)oC)_XiO1^THCl^s[;]eUKf1d%=p'1aAu8gY4K p&Fperr4,=s7l0XpAFsar;ZTms7cBhs8VilqXXRas8N&go_\[gg&;N^rVu]nfITdaQ'.B"QB@O4 Q2QpPR$s?^;#gOpnbtcEq>J5h6R-sWqQ`Ic91CnWp44Pi1_1Zc%U@,]4:4LiBD6!_910Muj>Sk< 3VoI#6l@+.8MM]=hu<9>r;Z`prW<&rr;QRG[NR=Z!%'r?Dt^+P;D(huqjf8m1<&B@4?kWD.mluP ;"stds8)Q_s8Vopp$r(%rr;rrr"JpE'mPprN.$A6>#\52rV? !ri5urr*eM7SJ*$Vk^,gVl?`!XfSV,Yck:9ZEpmCZ@TC!Zj41HM&;i\q>^!a9D\DWqY9f04Ad?! rr<#mq>^6eqqaJ..:r2OCaLV;.S14NaoB(<0iLgr&g&o*7lh-IqWsrLpqSa-5<(p%RMnsO0Mj89 WqHDhr;Q^,r;ZQ_p%J=`pA=mbs8Vlkrr3H%rVH*_s8W)unau_Ys4RAnrVHKcrRWo7\@/`O]!nuT ['[9M\%0,_ZF7"jEi#&n0(q64lm.D>e5t:IlA1 kr^pP56%N6800'B:H1(Ri;`KBr;Z`pr\XTOr;6Bk\gB9n!A$\PF8E!b=>X+6s.M/*2p:PW6:En\ 0M#%f s8W,t)uKKD6=HJ8hq-E7iSNMPio/kVjlPXfkiq?qk^i$8l3H_@_a:F"p&FR]Du]e6s8DtL4ARTG s7#XUrqlNks6`rb79&dVS0h5g;_1D^s8@m"<(@ihJSZl1?:Pa3rLbDhPQ0'.%mMU&OZZWLAj%kn rq?Bhs8W#rqt^!dr7T`js7Z<^s7Ek4i:?m^HmiQL-Ys8)NjqUtiYq"t*bpZPUdjR)3qmd''& q-sf.J/M_nRs8SiA=u'7TFu!2h-.Ms+5^Kfd(I0Ts8DZ2rr;rrr"Jj^;S_#-f$E3rJRD$Vqu?Njrr7K~> !r`/trr3kP84m`TLkLVELl77RO,f6^P)tfhPE_;qPC]"8Pm3P9GS?bMqsaT's8Musrr7U65U*Z7 m.:,Ss82fnj$l0c:?VP;)Fbf8)`>>+npqWN3t`mqY^*fo!Pm\o)A4Us8MuUbMW@"qY:*eg&;N^rVlTlk;k8WR$!$3A*lhU(2&jma1k%?#83Z?!-<\Q6F H"JKu&gf@n;G.[ !ri5urr*eM7T=o6W1p,gW2Zi"XfSV,Yck:9ZEpmCZ@TC!Zj4+DN#A)\q>^!aDu08'qY9o82ao() s6]FSs8MlproZsB2c/f>Po`RD80L(3s7V-c:-T@JH"80f<]UVcqOJZRLB#Ol#W3bTKJ#bk=Y_@D p@eO`s8W#rqt^!dr7T`js7uQcs7<\-h=CR9q>^HmiQL-Ys8)NjqUtiirVHKcqrL+-Y.(aC\@&TM ['[9M\%0,_Z*C_s7K*2_nbt]KqY[0@9Hf/jq5Zn\6q:;Aom@o`3!1BRGOYY,Po34@9^HRF;*H&D p00C4*I_cV:_tZB5?Uo$D9`(Rmem(_r@n0Gr,2s2-:9UEWgK?C?rT_0r;ZWkrr7K~> s8W,t)uKKD6=lkAi7HN8iniVQio/kVjlPXfkiq?qk^i$8l3HY?aZuWspAaU\#lO`"s+<+70=:`Y @K-#rqu?]iE_')1li4a;;d^mg^&S-)>r?1B<7q5T6WdVY%^uCK#;dlks71@j3\jr-5#F]^F8#Y* s8DlhpAb*gqVccM14erorqlMc2)%\Ms8DZjqTN4h^KJrX\c&s7uE[@mS`8m,m^%l0J01 "lJD+F[G*Vr]gG^oT1\31oUHOUcq^P !r`/trr3kP85=,]M1g_FM2R@SO,f6^P)tfhPE_;qPC]"8Pm3J8IM%tIr:'^cs)%`7r;VF,:a;t; r;Zfmr;HWnlX;Y6;W@DX$q*r,"g%OrkYWg5)F_dETeo>9.KHOJ?N;;bN;DdS,:=F!/h&t="(^]o oDedep@eObqtf8u.5HJDs8VujShV]`d/X(5$m-c`U:dX5!'i7dY[JqO0I#BLE>_A+ ('bIL07S^*,=F759t:3%o)JOb0DYUg)(nWM(0C2&YWk65+\X(-4U.VWdN2(P0f)N`3$K?Grr<#l rNRpm+@ !ri5urr*eM7Tb;?WM65hWMur#XfSV,Yck:9ZEpmCZ@TC!Zj4%COr';XqZ$*bs7pO+qY'c7/la:$ s8Dutq"t!hs6jS^6r`:D\I_>5)@NkNs6N`p<=CpAFads4RDNr>bP,n5CR(\$W3%rP"A(O([Uq'b1a_8^ FrjF?)[mNa22.#E.nqoP;7cf,nc/Fa,5V>^*A^Vc*E`(3Zpd>N.T.ZH640RheK[pc2`ar)5q=.c rr3 s8W,t)uKKD6=HJ9i7QW9i83DOio/kVjlPXfkiq?qk^i$8l3HM=cTR`kpAaX]8cSbhqYu-r?nA8V s7QBjq>C9mrKBQP8BCej7R1rJ1:P?O]K\em-?.b^J4Nj880iTXHQlrX-[+t@5WCei=$KPK*+?M3 mHX0=ruh4/rln1Y+>f_bp&FljoNn/qZ!r[:i8Q< *`YPBrhE^aAOn(Hc2[;1q>N&Gq#,=c>tQc@s8LPI8nh3]0O7%0f)ODZ79seM:,3nR,%dD)s7QDP #VdqIT)J]/rr;rrr"JR:?c^R9d+I6sI:#OOqZ$Eirr7K~> !r`/trr3kP84m`UM1phGLPq.QO,f6^P)tfhPE_;qPC]"8Pm/7r[Gd`_@`t%hU/p%ic&Z%5Ta[;DU*r,=_"oVBnN8 1(4U[0<=>r675Yi(ei'Oo`+ad0)t_BC`c>.(n:Hra[.j\3$'#21,@&NdjI%I>?Nd!!?r%YRGn/8 r/(V/.MA3G`W#o9rqmH"<$d*OLPLS;JQ,QB]_qa)r;Q_H~> !ri5urr*eM7T=o7WM?>iVl?`!XfSV,Yck:9ZEpmCZ@TC!Zj3nAQkYDPqZ$*b9)8>YqXs]5,ZZ1a s8;Qis8;iqr:Yq(9glkngcdW/-7,\*`NhEc=r_/&^NMe;5<0O%noYjO-RNp!hDH`2/kIcc2%`os cgC#drVn#;nc$d.*?[22p\"R^Hn%E-Sion<96B1naA43*',<)/'dFFt(-FQ$=?&60-VEn, X"$SL2\?]q26u_99/'I2*)F`WoDeUb0)59],>pWHSGi6-83C!?-6c8G2UDER.m$X;@6G_@.huE[ iW&KKMZk^`':\ju`r?#:rqmGo=?W@XVPKoWP?_$X\blF'r;Q_H~> s8W,t)uKKD6><*NI474,sL,ueG=/j38Y8hEKQ76tZe0I&tU 4_D\/r;Z`qr1brC?QW>EnGhiZ/RB]Hp&=supW5-k/g/[Drqu`JrX\Jss8VuqJL85'oAo0'mHFB2 #OV!Ha>%Z)s7-(Qq#C/?'f62_s8TN7@5K]Qq"4UW_iRq2-W#r@SS2,WA6:Y#'BA6 s4fFt/LJ(/s2P' !r`/trr3kP847-HM2$nHKo:qOO,f6^P)tfhPE_;qPC]"8Pm+>.0,;(qlj+%.4&9nnG_dcKhMXc5VG#E$loC,0a[nE3=03bp?bf\ +#"?52(4[Up;h1r83n2!g].'Hrr)jJrr'GO1FOa+q>K)/.ofA-;)ef?nbq]A'/iWF$#PM9*uk?& meHM.0Kpp0[`&1FrVl^.k=$t\Mi*+=Kn30$9tU?%qY^?mJ,~> !ri5urr*eM7S\<*WMHDjV5^MtXfSV,Yck:9ZEpmCZ@TC!Zj3kBS.^JJqu?3c@JTcpqXjT1*^h$9 s8DQhrr2lqq"p[=:`>>mrIl1Q9.:i0/1hPk8kUj!1K-kA9i3kk^7QE9<]hlk:D5f/0tK;#>t?:] 4@_PH`VKH3rVuej0Mu1! s8W,t)uKHB6!p#,iS)f9inWGMio/nXkN1jhkiq?qk^i$8l3HPCbXHIFpAa[^rr6[*p%bF($Q#*. s7cQnoDARes49/19hin4dUO"YAPl'$Bid,IAR/MR;^s1S=CWdjhfqLp>@0c<5=>ras.h2#@pN)8 <(&05nGi4Zs80c60-V`es[o^h"HS?;GNo(i=c\5=Lg-R'gWTl:e`6oYJZ6DXAM r6&k=7nOEs':o'srV2gO*ss-`s82corVnVOrV6Emc8& s8O,^KkqoC!K1H<,HbZY3*<^Jl=>"Bqb91)!?3=lZ@78Oasb[iJ$9MdSU0Jri'rL5#Y=&)4R 5;='Hm/Qq^rUmp".3'%Qq"jm[\kX"k`;KQ3s8U%g-kKG+rVZTGrX\l$rqQBcPQOdUPE2K&P*Gd- #EtU=SP^*/r;6KprV--e62^]S[<5MPN;E29n(b(5WV#TKq>^K);&'BS',>&@@1a&71'7V@T(i!W bA0728e1n4RJ?INoTVWZ"<*a,p&4mgs"XNOrr;f2,=i)eo_\XPOY[t94;\]Ul2CDUUEp*Y$Ynen RS=P.:W*/*jusCpB^Piqnc&Rg#6"DprVuosqu>mZ)u]U.rr)lsqUZlsM2m.@Lk^L`:J\\(qY:$h s*t~> !r`/trr3kR8m-_BXf&%pWMcbtXfSY.ZELL;ZEpmCZ@TC!Zj44ZSg.Y:o_J%Vrq^I$nFW@i#S`I# r:L$gp\t3is32ua4?pa`c=UqQ?VN"!<(onc65^Rd93*$6dVCa<;,oXi2*(h9s.1Pe>>n0f 7Q2D^mJm"^s7a?*.ioIYqY^]Lq>^K);&Tob(`I+TAePeB1^+%H T_J3YbA0728e:t6Rec[Rop.ra"rs04p\k*is"XNOqYg<2.SpY-p&+jUPW'^H4rP,]li6h]V'cNa% ;b5!S50t6;8rS2lpM^5D=@Mtnc&Rg#6"DprVuosqu>mZ)uod2r:p-bo%GU3U91/dVO`lV9hW(tr qQHls*t~> s8W,t)uKHB6!fr+iS)f9inWGMio/nXkN1jhkiq?qk^i$8l3HPAdnF?Gp]'a^DZ0V5qu>lSI"foH rqcZpqu$Kls6/:)k,-moL9s3Ga81.,/=5:\Ois6Yb%)(8$G 9/R\Te,&b7r;Zek76#GXo_\[grmnj3k5Y5PqYo]886`.ps7c9cg&D$O%0$2)s03<-nET$'k3;X*% d<*B[nLrEpA4[\q>UEoq>N8Oqu?Bdr9s[Xq>L?nq"4Uap\Xd\s7ag1G]&&2nGh?oQ.X]jV8N?5p &4p[o(hWh>@tnTqYpL#addU(aT);=rr)jOrr)Has0Y!^(oI?-qu>lP<@o:iOPTs9p&G&rB3UDOs 8;lR_Qq8Ws8Thb%6CBdna#`E!VZKirrE#prrN)ql2LY](]O4)r51^lcI^^qd+Z?`=%Tdus7lQms *t~> s8O,M^)L,r;6$`&-)Y/rVZ][UNh@5 rqc?er;Q_$q#&u:4u*S"p&<rV4aMbNAj"q>1*SM*4\0pAOUUqUtiXr;6Eks8Jkt7\6'3Tp(`9 PmNe@OdpS=@eoZmrVlopqtU.Up\aUUq!7qKp%eUdo^MkXp\Xd\s7ag&D.@^[jnmMOO4)FRT=t4' p&4p[o(hWd=(9&GpA=ab_j5=e_YX--rr)jOrr)]hrM_D6&Z#F!p\j!88g5-GMV%h%n,<'^@9&-7 rV$$>]WB!?rV !r`/trr3kR8m$YAXf&%pWMcbtXfSY.ZELL;ZEpmCZ@TC!Zj44WUFB.4p%e.W&,H"sp\+IDSU#h2 s82QirVlh%q>]GH6ou';p]&]O'I>.j4t\&q%PhHa$m0>..ifT3>4faH*\'6J7Q2PBUAa>2/eT9j 4[(>044*j!s7lQkSj>2QlL=QFs8(0Uc0#'$q>1*SM*Y+;q>^*\qq:rZs8Donqtd)j?F@,A]WnlQ q6U[=YcbHo0PL@VqZ$Nms8;omr^$SZrU]dZm/QVLqZ$Tgnc/O]qt^!dpWf+FB6g69s4;RZeC1Cj ^]4?,rVuBXqUSjZG?;4)( s8Mfls8RT~> s8W,t)uKHB6!fr+inDo9iS<>Lio/nXkN1jhkiq?qk^i$8l3HJ&CMH`M++s^fN.IcLA*r;ZBgoZYD7s8N&uqtpC&q#:-es5VS`p](0ds8UdOs8NQ)rr)lD,^A86j6u-qlhK`T k3;$eHSO.Po_eU]rr<#orY>J-r;?TpqYpBls8DurrVuoss8V]drr38qme-APqtK^PrVm#ps8Vii rVmN#jk/,Zs7lHis8Vr_oDejirVlcq-3!l>qYu%22aH'rq"=[eqqJuoir&iVqYC0gs6eY;s8Drp s8W&rrs,qF%uBcUo(hhT&,ZA*qYC'eqYp9brVlZjs60G#s8N&up\FiF8@d-shTjL%_L#?U[/U+# rVunJ~> s8O,ts8)`p"QJ_F rqcWl?iC$)qYK8h6SgTtq"t'JV,Acd.786*<"1,n+aE)8V+*pSPkt7!IS`'S(E#u>qt0mRVdVYL 0IAYNGi/H!s8D?_m`*,tqtU-ep&4jdrVuomrqcNlj2f^;rV6*bs4RA^r;QQmrr9qO/WuWfSVFo)Jahs8;fir[IO:qYpKhr;$?kqu-Ehrr;uts7?'ds8MQToCi"Up$M)DrV?<[ rVuWgrVmN#j4;]Rrq?-brVcBOmJQkVrVlcq1&h.Oqu(Rk/32>^p@J7]o$Y"Lh"L^Fo^i%SrTMf' rV-*\rVcKhrV?Dl#68u0rUg-[rX\o*rqcHgr;-Efq#13gqu>p[)uT^7s8Vljs)B<9Lk:V;M2$Ua :J\\(qY:$hs*t~> !r`/trr3kR8m$YAY,A.pW2HYsXfSY.ZELL;ZEpmCZ@TC!Zj41SW\m$#pA+7X%/TVkq=OO[q;^f? s82fo4oG?[qu#Yt838o6q>C9QWE(Vt/Ot):=:lu)-%+qHWCfccR/[*1JlFoc)]_hNs7QEZWFS4Y 1b1U`HJn`#rseGrnArQ'rVHQmp](9lrr3H&rqcNlj36*Es7uEgs4RDOrsei'q>.uC6E%;p\?WNP q6U[?Y->+9>9D,foDejgs8DunrY>J,qtpEnq>L0is8;lor;Zfrs8V]drr3T$mI^/LqY'CFs8Vuo oDejbqYgF,n`8 s8W,t)uKHB6!]l*j4i,U?m!rW&lrVuoms8)ck-hdT?r;$9dr;6Bhr:'1Qs82iio`"^eo_8@b rVQKgs8MopqXaL[pA4dirVlcq$NC"us4U(4.#e-#rr3#rrVZZro`"ji!;HHl"9//rr;-Eubq`&K s8Vunnc&Rg!ri/trVm*#rr<#rrVu-]!rMunrVmT&<+X/"fAP!%g;82<8[SKsq#16mJ,~> s8O,L3fqYfR(a4U@imeHbXr8ZAWgACg'T9Ptmo_eR^n)a??r:p3_n_:a^_UBdqu6Tks82cps8)cmr;69_q>UEkg&;N[rqZTgrSo[FJXhjfOdML2 Pn0:JP_u2f(MEX !r`/trr32?8lpS@YGhDt%]ZV4XKA\3YHY:;Za6sCJ[E8##J.FM7k2dXq=4FhqtBg^p[e+Urr3W/ s8W)uq#($equ>p2c/&F"meQk^:?L6\h>[H3TTu1qp&4dbo'#uKs82iko\RBj`:3g"q"t*kqr$Mr dGjcds7uWks7GdYs8Mc`qZ$Thr;Zfos82cps8)cms8MlhqZ$Tmg&D$O%J]nmpu*tPQ*d[!Ydq7= Zk'LJZDY@%-#inYp](0ds8;]lrVlrsrqHBks7lWjs7nABs8W#mr;$Blrr<#io)JabrU]RVp\a[X rr;roqtg?lqu6H`q#'a]r;HZqr;Z`prVm6(rV$*95W9jDrqZQn!VlKhrs&Jmqu?]qo_ne&qtL!` rr2lrs8;o=/4S%erqufdrrhSW[;R9=k0& q#16mJ,~> s8W,t)uKHB6!Tf*j4r2=i8!5Kio/nXkN1jhkiq?qk^i$8l3HD:muT]Nr;Z^lg!a" LI'Dhs8)Zes7lQus8)cprVufnq#CBis8Dut%Jp#!oCMbMo_\FZrqlWhrs8T"q""4Vp\+L`rs8Vs p%S4Xs8Drqs"XNOn,K%@7O6Oap\Ojfrr;rnp&+a`s8W&ps7GmWp\b'gs8W&sq"XmhnYX2's8)cg nc&Res8N<&q"Xdcq"Xjg!;u$Z)Yj..rVul-3K;;7gtL6'g;82<8[SKsq#16mJ,~> s8O,L^Enrt,&,rqH0bq=t!`p\aj`rr)iortPG.q""4V p\+Las8MrfoC_ePrr)ips"XNOp]$^72]C$Aq>C3hr;66\oD8=XrVl]irpoRPp%n[`rr)`lp@eI` nY3SfoCW(Ync&Res8N<&q"Xdcq"Xjg!;u'[)uod1s7uZfY7k3#L4tA:Lk^L`:J\\(qY:$hs*t~> !r`/trr32?8lgM@YGqJu%]ZV4XKA\3YHY:;Za6sCJ[E8##J.FR?QHWMq=4FcrVZTmrOrVtFI#l4Gip$Y9_N4Akl!P,Z7Zk'LJYcb:F AL>Lurql`is82Wk#QOZ#rr)lpr:p^Enrt"u+rV#s^q"Od^q#1'ds8Moq#lXVpo(`(UpA=jh #lXDfp@e@_rVlcq$i^+kpm3Qn)q"]\qu6O s8W,t)uKHB6!Tc)jP8;=hq[,Jio/nXkN1jhkiq?qk^i$8l3HG;oWUHar;Z%pA=mgs8;fprV6ktr;$?kqYp9drqcBbp\t1!rVQQmrV$3hrr)iqs8NT)qZ$Tio)/Ia rVc`qs82fp%K6;*r;ZZks8W#qp\k*irseu+qt=ts3]-I,r;69crVm`6r;Zcrs8Dujs8W)us7uB] o_JO^pAb$frVuopnGWspr;?B`pAFsjrV60brr)]XrYte3qZ$HmkA3Mjce..-f$ s8O,L:!errrAurVlcjq#:j"qZ$Tio)/IarVc`qs8Dip$NC)& qu?]orV-9irVm?+rVuV-3@lZIqu?]mqYpI:rVl`prr<#ss7QElrr<#op@\(Rs7l !r`/trr3kR8lgJ?Yc4OtVPgGqXfSY.ZELL;ZEpmCZ@TC!Zj44Q\9SpdpA+7Xs8N0"qYgBm*WGg4 s8;iqrq?9is8;feqtg-gs7lQms8;B_s8W)ss!@:2s8V`hq#:9ms8Mfarr)fqoD/F^r;Zforr;Nf r;HWns8Vfkqu6Zorr!9*rqQ3as8Duqr;Z`jr;QiqrVtRM&-)Y-rVH9Y:DJf$\?rQO[J7*=XKK49 ]qHlemf2t[rr2rnrX\i!s8Dfos82ilqu?QgqY:'i$2sc"rr)Tjs8W)rrsnl$s8Viar;HQlrVlis r;Q^*rr<#ss82]ns8;iirVlcq%K?>"mq"F//+*97rqZEis8W'6r;Zcrs8Dujs8W)us7uB]o_JO^ pAb$grr`&jqZ$*b&,Q5%q=XIZs8W&mq"t'hqW[tus82ZkoD7*F,`SFjW26JiSW[;R9=k0&q#16m J,~> s8W,t)uKHB6!K](jPAA>hV@#Iio/nXkN1jhkiq?qk^i$8l3HG>p<#\"rVuEe*W5m8qtKserqu]i qu$9fqu?Nlp\b!fr;Zcgq=sa`rXJf)rqZQmr:g3ir:]a]rVIQ(p%\=[rr)EerquZho_A=]q>^Kl qtg9fs8W&srsSbro_JLdrr2rtrVc]p!VlKhrs&8os8Mroq:Y`Xs8Dijqu$G;0W=4*o'>T#q^Ki q>UEgp\t0l#4VQirVuijnGW^ks8Vons8MEUrr2utrr;6^!rMomrr3_O0P/>Pf\>03ce?6_=%Tdu s7lQms*t~> s8NE(rr;u47RC[?NW+bGKo(bKO,f9`P`V#jPE_;qPC]"7Pm3G=I2ACLr:0b#r;HWlp\Ophs8W&t s8DutrqQEcrr2p5qtg$ds8N&rs8W)us82irrqZTorqQ0arrMlkrr2rt$M=Aurr)lqrr<#qrVm'! s8)`oqu6U'r:BRVrr;uss8W&rrVlonq>UBqqtBd_rrE#Mrqud&q/$CZTU:q)QC%E4%\/]ER?!K' <$A"/q#CBjpAY*l(\dq/s8Mcjs8;fps7lHis8MrnrVlfnq>U@;qtL-gqYg9hs7uQls8)Qjs8;op rquQgq>^Kns8VurrVc`os!IaDs1M&r+(t9?q#(0lrVZZos7uNgs8Vokr;Zcls8Vlirr;`err2p& q>^Bbq=jR^nbrgls8Vons8MEUrr2utrr;6^s8Nu6rV62q*\rV-JUiE1Lk^L`:J\\(qY:$hs*t~> !r`/trr3kR8l^D>Yc=UuV5L>pXfSY.ZELL;ZEpmCZ@TC!Zj47T[uVDlp%e.W(&\%0qtKserr<#r rr;orrr;fmp\k*jrtYG(s8W#srVuors8Vrqs8D`ms8D]ar;R`/q>C0hs8MWis8DlqqY^BnqZ$Tp rql]ks8W#rrsSbro_JLdrr2rtrVc]p!VlKirrW,mq#13mr7V&[s8N&sqtTi"&V7C!Za%!Ipp:O5 Ye%!A[qR=kq>($iqZ$Bjs8Dut(\[h-rr)Qfs82]ns7lHis8MrnrVuoqqYpL=r:g6hqYg9hs7uQl s8)Qjs82fmrVQ?cq#CBms8VurrVc`ort#,-p9I+T*bP*;p\Y!irVc`q'D_M%s8Vokr;Zcls8Vli rr;`err2p&pAb*crV?0enbrgls8Vons8MEUrr2utrr;6^s8Nu6r:]ll*^QEjTqeNbVO`lV9hW(t rqQHls*t~> s8W,t)uKHB6!K](jk\M@hV@#Iio/nXkN1jhkiq?qk^i$8l3?A?pX_j-r:'\up\=dgrqZHhnbi4U q#('err<#nr;63as8Vlgq"Xdarr)iqo_&4Zrr<#pq>^?fqt]dZq>:'arqucjrr2ipq"X[^qYC'c p\Xmfr;Z]prr)iprr2]lqYgEmrVlfpqu?]qrVZWnrr3,upA+X^g&;N^r;69^q>Zj,Qe^lplfmI* l4;k9na6#0kfl,-kPt8Rq#1$f(B!t)qtU*eoDJF^r:p*cr;Z`lrVuioq#:]trr2iprquWmrVc`q 'E7b(r;$9go_eX\rqu]nq#(-irr)jIrr),*3aOJMs8;Whr;-?ks8DlmrquQjqu6TfpAY'fr;Q?\ ccGDHq"sj]r;Qcinbs'ks8Vrqq9"hlbkD)5rVuo^rW;ZgqYpL0Y7lH3db<:0eBcjcHWNeGrr;cl s8RT~> s8O,:*_s8Dck rr3?%rr2]ls8;oprqu`p!;l`p%efYsqu6WqqYC0gq>^KhrVm-%s8N&ps8W)rrri?"rqu`orr`2t qYpBl!rDrpqYq*'s8W)sr;HWorVucirVuoNrW2usrr3?'s,R.kP`^ucQ'hB4&"/fNN0K !r`/trr3kR8l^D>Z)Xb"V5L>pXfSY.ZELL;ZEpmCZ@TC![/[cB\!n=ro_J%V!VuTks#KuTrq-6g q"t*krql`qq#13grr<#qrVulsqu?Zqs7Q*cqYpNpqYC0gq>^Eds8Dutr;Z`qq>^Knr;Qour;HNi rr45@rql`qrr;uts7u]lrr<#ts8W)qs8W)sr;HWprr;lir;Z`KrX/](s8D]bqMb]!WrB4%[e[9@ Z*Ld>[Ap^1-">d3p]('fq>Lj'qu6Tls8Vfmr;Zfor;Q^"rVHKmrVZQms8*3(qu?]ps8W&ps8Doq rtGD+s8W#ss7cQnp](3js7uWnrVlcq/,oM-D(SO+Y5A%ls8Vuos8W#qr;Z`ks8;osp@nUequ-Qf p!ChHq>'sgr;?Qpp$r"lo`+sfs7sg"T?R$/qYgHol2DXss8)ThnsobbUnFEQX/DhcP$UjU])Vd) rVunJ~> s8W,t*W,ZD6!]i(iRu]5i8!5Kio/nXkN1jhkiq?qkj%I4li-7]lM9]Djp:/6l0I^'mHj0;l3$)- jQ6@&#OUmDlKRNqkIKj_m-=/mLWprr<#rrr;bUrX]&.rVccqqtTjarr<#ls8V?_%f$)' rVQQ`a$=_&m.'W5p?E+Qm-a<1muKTUrqcZor5ns s8O2>rr;u47RUg?MM6hBLP^tMO,f9`P`V#jPE_;qPEhF4QN!5]Q2-[DP6dDmkrr)fqrqlK`s8;lnnG)hDrXS`' rr)`mn])eDT:(q-PPCFCQN*6MPlHpP;&I7Oq"OXbao;>?"8r3!rr)j$qu6Wprr;urrsJc(r6m]% 9KCi+q!%b]pP(RoFl2Ze(]XI3rVuorqZ$Qps8Dko-6,eAqt0gcs69M%qu6NnqYkL !r`/trr3qT8lpP>XeqqlVl-PrXfSY.ZELL;ZEpmCZF%"<[JmVF[/%'-Ym@YA['mHP[^EL@ZNIJ< ZEsM:#Ih.L['R'CZ2(lFZj4+L^oB53s8)Qj#Q"Dsr:TpdqiUjgs8Muqs8Mojp&G!jrUTjal2D4g s8MuorUIoU;R3^:[C3O>[/%3:AgGFsq>1!gao;>?"8r3!rr)j$qu6Wprr;urrsJc(r6m]$8iG5q oBH5Znq&ekH0##*nbs@)rVZWos8Dfor;Zfrri7Lm<9XAUrVuo^rYt_3p\OOWD#e=GTqS*UXIbuK AlML7rVQEer;D-~> s8W,t)uKHB6!]i(iRu]5i8!5Kio/nXkN1jhkiq?qkl0lIli-7elM9cEl2BlKmHj3;lNcnHmHs9, lg+N7$gHm=kN_?um-O--meQ+`lMp/Rn(h;ss82Tj#5%los7kmPOo>@\rr*3'rquWmo'#0&rr;6^ &,cJ+rVQWifgp) d*L=mgW5"Q9XOg!qu$HnJ,~> s8O,FTs8N!*s8Mrmrp](.kl(5Q l2D4ks8Dons7k7r7@oj/PE_F.Q2d*KPQ-dNH4Po.r;$*eao2AArVlfr$N9u(rVccrqu-QorVm6( rVWB88Ld:+s8;-\#OlXS1-h`0o^Mh]rVZWlrso#-p[7s\+snDMqXXXas69M%r;QZprVBq(?&aDd KSte=JUgm#;8*#-qu$HnJ,~> !r`/trr3kR8lpP>XeqqlVl-PrXfSY.ZELL;ZEpmCZMq62[JmVN[/%-.Zi.64\$iaC[0=+N\$rfS qm?g=Za6sE['d?N\%&sD[_]?N[fsFJ3bA?fq>LX!oCr1[o',k1rW)utrX8c*r;-H`kMb_+q>]^Y &,cJ+rVQWife6.+Za$pI\GQAN4SY)LLWh>oK AQ)=5rVQEer;D-~> s8W,t*;fQC6!]i(iRu]5i8!5Kio/nXkN1jhkiq?qkir*3s6K^O_-qtpEXrr:3lrV?Bkrr2os$N9o" Kdg4SEW5_)l2Cq^D_"L9LAh#>rYPD-r;HQjr;?HeqYpNpTI!JuhZ*KOp&F:Us8Nu8q>^:o'9^ks g!S'oe_J5t>YDI's82`ns*t~> s8O/=rr;u47RUg?MM6hBLP^tMO,f9`P`V#jPE_;qPEc'3s-E\O_3Oh_rfdGKQN!3RP*;,qQN!6L Pl?jHP5UXDPQ$pHQMH`\Pm3D;PEdafq"Xgnr;QZ(IrKtlOo>C[rr2rsr\S9!W;oqrs\o*rV??js8Dcks8N#srsJ`&qfWuW +)V#Qp?DP]q/.BA-%5[gnbrgiqu$Ejqu$Blrqm0&qNVpa/(4=fq=FXLrYbb8s78h_?As>`Ko(Y; Jq-s":qco,qu$HnJ,~> !r`/trr3nS8lpP>XeqqlVl-PrXfSY.ZELL;ZEpmCZEsP;s0_m8_6j$Hrj)X4[JmT;ZEppG[f3c7 Zi761Z2M'.Zi7E2[J@8IZj4"L[^AP#r;-6g#Q+N#]7b9Yg6)@8rVlfrrr!)d@QQSsp\4UMrr:*gr;6Eis82]lrr&6*7krTpp\OO^l2DY#r;-3bm6q"jTUMIEU8O`W Q=Nle\Gc=#qY^;B~> s8W,t*W,ZD6!]i(iRu]5i8!5Kio/nXkN1jhkiq?qkiq@2lMg+clM9cGkm6S?m-O-,nac;No`+O_ l2BlJl0/*5$h!NSo'5N)l0.?okP=AYl3HG>l0j1&p\=R`#PS,Z>TGCJMNRllOcfrX]&.rVlcos8QP8g$A(rmHs`7s6'pVlKmm)mFsj/oD\dir5npBs8Mrmq>'mdr"]52rqucq rVlfrrr)clI3^WfT`=lel2Cq_E$nR1CA[u"rW)ilrsJW%rr<#ZGr%rhf`(mOrVPjYs8Nu9q#C%] &s:bugXF?nfA4Jt>"c7%s82`ns*t~> s8O2>rr;u47RUg?MM6hBLP^tMO,f9`P`V#jPE_;qPE_=2Q2[)cQ2-aGPR*P?Q^=),PE_@3QN*6M QMm-NQBhE5$^I'GR?a&%P`q;oP51?YPm3A@Yrr3B*r;HZ?(`sf" q>L0SrX]&.rVlcos8PGCR[B5$PF202s-3PIs-!DE#Fuf2p&+aes2k6Es8Mrmq>'mdr"]52rqucq rVlfrrr)clDAXf7SH&Nel2Cn`D]VCd@JTEl!;lWm&,uV.rr(Me,W8!5pA=jdqrdqrs8Dud4TJcJ J:`Q3L4b,.<_cK)s82]krr7K~> !r`/trr3qT8lpP>XeqqlVl-PrXfSY.ZELL;ZEpmCZEpn:[/RJL[/%-0ZO!qG[^NZS[C3RD\Gs&< [/IB5['T_<$amIR\[8`MZa-mAZ2(fDZj3qLZFa-tn+ukZ#Q"DZ;A(3$KTZ66r;Q^(rqu`pd2X>R =Sr-rl2D4nrr)iprVumh5-;2r[C3XA[/%-5Z6rWDrVli=rW`E%r;-6bqYpC,rr;uqrr;rrrr;ur r;1OT/JOcUqrn"aokPXB*G5 s8W,t)uKHB6!]i(iRu]5i8!5Kio/nXkN1jhkiq?qkl0iGlMp1dlM9]DlMp2Mlk8^Sn*TK,l0%3l kj%L"lKRO"mJcDQm-a?Al2U&JlhTe]l3H>#lg+B3s6'pVlKmm)mF"7/q#16mr5npBs82Wks8W)ts8Vuurr<#t rVld'rVQH'@k]LQq>U-QrW`+B+\a=op[J1]rtPJ/q"agdqYK30C-XL81gkHa^&Ruorr s8O,ESmbr;Q^(rqu]nXV!lQ ?Ld^el2C\_rVlio#ld[LR@KJ*Od>g.s-3PIs-!DE#F$32qYU3hs2k6Es82Wks8W)ts8Vuurr<#t rVld'rVQGm=!]--q>^9TrWi7D(dT*Ep&FR]rr3]3qY9m`s8)NIJmL/U.O.o-Kt73[kl1V^$NC(p 6NC,IKS52;re(W.<(p*$s82]krr7K~> !r`/trr3kR8lpP>XeqqlVl-PrXfSY.ZELL;ZEpmCZMq30[/[PM[/%'-[/[Q6[M$'W[Bm0CYH=n5 [Cl"#64Srrr<#trr<#r!ri6"rr)iq$N9ku Z!/Y)_>4-+l2Cq[F;[Lh?i'fmrr2p3rqcEcqu?Nghh>Mt-SQuODMPh'qs"+[r>GM-qW^6E@\]Tj US+?XTTrn[9=Xrsq>1$fJ,~> s8W,t)>j6@6!]i(iRu]5i8!5Kio/nXkN1jhkiq@1kl9oHl2^.\lM^&Il6#E[lg*p)mdT5rjlbgh jlGmtlfdNpkiq[.nF#]0lKPkE#N>1?p9Qlsp\FdnmeHQm7V"5mOT,7Z$iTu!qP,<")MnFks69Ll r;ZfprVZEiHV2o\nalM?s61!Xlg=*-m`%2,p\k-hr5np[rV6?krpT@UrVcZkrr<#rr;HTnrVZQh s6?nio(`4_l2Cn`MChdfEr#2'(B"%'pA"Rcr:0g,/2:4?:,=jg.:r&Il2L__)?'I2rG*0ldbim2 c-Y,#a*h#\[/U(%r;Q_H~> s8O&:rr;u47RUg?MM6hBLP^tMO,f9`P`V#jPE_=1PQ-mHPlR,\Q2R$IPolB[QBml)R@BD)QC+&+ QBdu/R$Eo#Q'Ru2S!fY0Q'AhE#F(X8P[b00s7uX!q>Beg0hiWnOT,7Z$N9kuqMl.>%Y+HRkl)(i s8W#qr:g4r+./[bQ&t^)s-3PIs,mVC'5I@?q=jp2rZ;%5rVulcnG`Cbr;6Kns8;fnrVlcnqtg$B VkNMQs60Fer.u[i/SXtZnGX4$qY0^Yr;Z]br4jI%86A#!/1`#Sn,2GL!<)os(]O,5"%%m"KSbP> KS=nS92<2#qYU3is*t~> !r`/trr3eP8lpP>XeqqlVl-PrXfSY.ZELL;ZEpn9ZN%91ZiIME[/IE2Zlccc[C*HP\@SoLZaI3J Za.0P[^39FZa@BW]"#5W['TS6^pFqu>p[ &,cJ-r;HQfs'dFX]=&,q#AJ8+8u!5s8MKVrr)fnqu6Wqr;?Nlrr)clqYfKW VXaN_s69LfpOsne0lHphnGX4$qY0^Yr;Z]brPBj09jU180JFe^nGMPM)uT[2qY9P]!)K2\U8+HX V4j/]9hMqoq>'mbrI=~> s8W,t)>j6@6!]i(iRu]5i8!5Kio/nXkN1jhkiq@0kl9n]lM'Welg!`uki_6qk2k^glg.DoZ0+gp\Fdnp\b#14&[\SOoGC\%0$5'qY0Z22,PO"s7baV &,cJ-q>L?gs+j(nnaH&6lhTiGkmcqDmHs?0X#HXGqZ$Kiao2kIqu5riKT s8O&:rr;u47RUg?MM6hBLP^tMO,f9`P`V#jPE_=0PQ-l]Q1pUeQBd\uPEME(Q^3r*S=Z1>T:r!Q T:MdQTqJ'QUo'KFrg*PKq3Sp_#F:aL?gs(N@:Ss#>"QM6[EPlHsIOp5b:Q2C@PprNFGq>:0X[=jRKlhCGYr;Q`qr;HR$r;-9Q qXX4KnbiFOrWi4X/P%I3oD.qU(]+%-s8W)qq#C3i`@rAK)+lSP4"+V(s69M%qu?Wpq#5UE."I#& LPgk@L43#l:;6c)qu$HnJ,~> !r`/trr3eP8lpP>XeqqlVl-PrXfSY.ZELL;ZEpn8ZN%8F[.h!N[C!9GZE^pK['R*I\\#>]]Y;.p ]Xkkl]Xteh^VR@erjB2A#IV1Q[?;DsrV?Hmrrr72/4(@kOoGC\%0$5'qY0Z!-:AZJs7Y[U&,cJ- q>L?gs)0-]]!8]M\,!E,[g.L,R/6XVq>JG7&Gc5&m'VM,[d3\frqucqrqu`n$N0bsnc/I^q=ajg l2CqZM(VIVFSPh)rYPG.rVuosqtU3gs2[#B)]qm78j=e9li65K)uBO.qssN*!]?49T:r$VVP9;] 91lbnq>'mbrI=~> s8W,t)>j6@6!]i(iRu]5i8!5Kio/nXkN1jhkiq@0kl0h]lM9lrmHj0(ki_*icca5<[^uUlg4'-n*c6$ci3\=s7aY7&cMb,_,11@9\](:s8)Qis8;fo r^Kfs7H?brTO4bQ9\;$HM[O/rYP>)r;?0Eb.?9qqZ"L&4#A`E@ s8O&:rr;u47RUg?MM6hBLP^tMO,f9`P`V#jPE_=0PQ$f]Q2-jrR$X,(PEM&iL4X_lD/3p'CMe$2 F)l5<@UW_UB5DR0IY!64PF8#9q3]!`s-EnPML5Y_s7uX!q>^D+,WZrXOoGC\rqm-"p$kKg2un`] lhp#H&,cJ-p\b'gs)Ag=S<&krRJE-JQN*6MPlHpP:E7CSp&+gdao2nNs80W0!";QUnGiObq>L?k r;QX$r;-6Xo'6)?rqGXU#QL&J73lmJr:0b&p\FaboAId&fC&A-\;Mg[+raNtOO!jrl2DXus82ig rf@F%G_1?tMi!1CISi[3^An',r;Q_H~> !r`/trr3eP8lpP>XeqqlVl-PrXfSY.ZELL;ZEpn8ZMq2F[/%6[\$i]OZE^X;Tq.I.Lk^Y>LP^tM O,f0WI!^6hJVK)CSY2g[ZFIT`q6IiD#I_4TZCDbgrV?Etp&G&//41b&OoGC\rqm-"p$kg$56-Vi m/6,I&,cJ-p\b'gs*#T`\?<6H](r`/\-HOmaoD)7s8'k:&cMb,_,11@9\](:s8)Qis8;for'pYs7QEhs69LfqiNj0.!GRhnbs@!q>C0^i6&X`n+Z^lO>&%1+^&`Hcia Ssu@JVl-8R>t[f#rV?9cr;D-~> s8O,;qt]ur5[B`'inDr;iniPLiSrq[jl>LekN1ggl2KoGl0%>+na>f6mcWj(l0.9ml07?ikj7g/ o(2A;m-a9*k2k^bl0%0egZt'#:K(G)@UWSI;,C"_;HI.4D/6)l r;Z`prWi)ps+*".*KKsq!;63f0E;%Os8;]ks8Vurs8;ios7u]jq>U0cqu6Efrqu]nr;-?epA+O\ r;ZZnq>^?ds7uX)qsO+SqYUCs8MWcq>C0iqu6Wqr;HBarr2`mp%IhIo]UEo?2jg&rV63fqtp\)u /Mp(mZ)ZT^4pA<&p198[VaihubhoC1J9=Fj!qY^?mJ,~> s8W,s)u]]J77Cg@Mhd.IM2R:NNfTG%FZL9hIuO1+Xe#.465V*$?U\0.nb',pXZY-7^f.5sRUs4#o5Y 0I\.d,V_SY?>Fk>K7o/EQC4,*R%Bb.Od_f(NKKNlP)t`cPEqW*RZrr"Q'.B#iKXY7O-u>^&lnZ) r;Z`prWrB#rGj,P&VKuZrVu`qr:g$e0)knNr;$LX!o_SUcqu?Qmrs\i*pAb0krVQHks7Q?hrrDrprWW>tq>^Klrr3N'q"!4@ ?P#C`(`+iEs8Doqrr2r^rWdX&s8D`grqlTj s8W#hqZ$6\s4"QPWLp]Sl21DCiT01rp?_YRq#9pWqXj@PrUp,]#=hB6VY^#dr:p0dqYgHis7Q3X s8W&tpZqbTrU0XNQ]m3Ip&4=Prr2iqrr)rsrr2jLoT;.0,,P1pbg#DOrpKaapu9Q(XP*UJqtKd^ ZTTK]3FgtCqs$3<(p-'s8)Tirr7K~> +8u6;rr<#78Q1#3XeheiV5^GoXKA\1YcY.8Z*1@9Zi790Zfe\9[Bd-J[BR!K\[])W\[f/SY-PFB [^NNGWi`J-YHe&4?*UQ2TU1dnEa`-Q;GgCZ4#SuV2D6L20fV?^5P.pm s8Drr#l+H"G:?3#L].2Os8;utpA+_@rr<#rq>L?nqu?]orVccms8)Tlq>:*iqYUUmeX?jnS]8gu7Ago]c#@q>^-[qt9RTs7cPe#t[f>V>9faqtKs`q>C9fs7H*U qYBm_p$;PTrU0XNQ]m3Ip]'aWs8Mrqs8N#pq>U+@n;T;!,,bD#c-GVSs6oseq;]`)X4R:Cr:p!c [Qu5l5A0!QrU*$+1K<`6q=smOrr?qsD,rV? s8O,;qt]us6!]i(inDr;iniPLiSrq[jl>LekN1ggl2KoGl0%>]n`oE,mHE]rlg4$*lg!g&mdfr7 kj@p3o]Y/fhUK?EZDs:CC/m\d0I.VY+!;^O3C6\`N2*Vb`Qd)tm-X-'jQ#7Zjlu4'rVZQhq"OLU jk@bYQ@Nsg<(]>56_>]jlbmlkj7a(m.0oAlfI?sm-!Qumd0<.iT^[3k4ePm86tT] r;Z`prWi,ms,/I*,Ei''!<2ut"TJGpoD/Cc,Q%H9q>L?nrqcZms8W&tr;Q`qrr<#qs7cEirqQKa q#9p\qYpBrq=t!as82fq!;uZl')2;$qZ$Tos8Dlpqu?Kds8W&orr45?rV$0cn,E@equ6TnrqlKi rq60]s4q6$)(\KZ4%D(gb5M;p[)uBU1s8)cVE$((be]ZCbf&+Ms=A-+%rqu`ps*t~> s8W,s)u]]K7R^pAMhd.IM2R:NNfTUC=qu-BerVuosqZ$Kns8Duqrr)cmrr2`mp&4pjqZ$6b s7lNkrr30#r;ZNkqu6Tqr;$=2rVuoqs8VuqrVZZls7uEhrV-$brr;rsqZ$Qbrr)olrVmW2qZ$Tp s7cKD=U#-T6;'7-2*oUfrVlfqs69LfC`8V+N0B?iq3;JXP)tukQ(3C>D"mr-s8VojrW)utr^$DX s8W&\aIeEpg\^[6p&DKn,TS$M*\V0*Vf5j996AY]nGiLZq=smerVlBWp;oE9'04>;rpp*hoDejh qZ$-[rVmVuq>^Hkqu6T??6q0K05fD?p\Y!gs8MuurVlco/W_>[4*H-P.l:V/p&=pZc"S@5-:OL* o(2d_1a#^u-68rVrS0:c/6M?9r;$^?lj`(9&K8,)BJqA]+<(p-'s8)Zls8RT~> +8u6;rr<#88lL,4XeheiV5^GoXKA\1YcY.8Z*1@9Zi790Zfe]F[BQmB[^*-C\%&uZ\@8uYYI([? Xg5IJ]!&$3Y,@P>L43uA5qO/q%Kc\2"9o,?,q_GeG`SAgZb+9,g=t<4eC2joe_/g;ZiNrj"ZG!l?-;Wn* r;Z`prWi8rs+)@_)iO^l!<)os"TAAooD/Cc,Q%H9q>L?nrqcZms8W&tr;Q]orVuoos7ZBjs7u]e q>^3drVlg#r;6Ngs82fq!;uZl')V_/qu?]os8Dlpqu?Kds8Vohrr45@rqZTmnG`Ifq#CBns8;]m s82iirn1Qb%OFS=3(GeicMd_@rr2r^rWdHhWO&Y5Zafh<&%]0U]=#/]T,r+Os8;osqYC*js8N"* qYUU+AqMcb!4F)Q\/2^h3pAb-^c>"R8 ,t"1#oCW$e2^DI/.j:hbs56""10j;CqY:!gl2DY"s7uWeqVQ&g@%*pcWL90JQ!d?\])DI&rVunJ~> s8O,;qt^#u6=#r)inDr;iniPLiSrq[jlGOdkN:pil2KoGl0%=>q=3e:md00#q"=4GrTtj&q"O:D kN:g;T7Lrk9/S(=+XJQk3_E@U?"nkYY.Va5k3i!BrrVumrr)isrr2Znq>1*gs82ims7u]i!<2rs .fT58o]OZpGr;Z`p rX\ets._DL0r+aIrVc`pr;-Em!WE#qrrN#nrr3B*s8;oqs8W#os7Z9erri2upAFacrrMrnrr*<% q>UBnqZ$TmpAP$er]0cQrqcB_q>^Kcs7c?fq>^Hos8Mlhs8Vrkrr;ijs8Vuro(W1^s7cNms7D!` +AG^5>X_1*2:MO&rr2osl2CpC8CQkkn`fE7l4*(MlgUEm>lX`qs8VAg<=fH@ $8e">s7kJL.7RN?@Tu>n9L1R$5<:9:pAOddq>^KASW:)Qs76,rD/6QIp%eX`\"Lq:s763epr9kt rr<#ih:2,tl>%SB?;Nd.OT5=[s8Doqs8Drp0E7%]]AF<'PL#qtTm^s69O_rs/N&r;ZJm,&.&%#hI5MhoC1J9=Fj!rr7K~> s8W,ss8Z,/fP&o!"]5@)(@@17oaJbTWu)fk3i!BrrVumrr)isrr2irrql`qrr;rsquH`ps!n$C o^:bd]Uj77,RXh[":m(eH^'hcU8"3EPaR_pO-Z/uOHblgP*;&kPi7l4R?3`$L)i&$rqufprVd#r rKJNn-(+T0!WN#rrrN)tr;QfpqYpL/rr;orrVuoqqu60Zrr2lqpAajaq>UBpq>UBn!W;iors&?" s82Ngs7uX/r;Zfnp%%eQs763aq>L-hqYpKjq"=Xc+T;??q"Odequ?6]s8;okr;QZZFpSO977pKE 7NjeFrVc`prr;6^#A>-BQ]RDlQhcmWQB[MrO-c>\%#b#^s8Duoq>UEm?2sirs8VAc;%*U0"u)/3 s7kGG,XG@#=AV+@4>A*B2(TYYm/6b[p&=s7R>S6?rTs9^B4\:7p%eX`\"Lq:s763epr9kqqu?Za g!K6fk%>`2>"gpqMZ*DNs8DusrW2usrr"JEL*981+>>B91b_J#nGVH=)(S*M+ukMWp=_tQ4rk"Q !/^ILeN#cDB_D?'qYfXWs8Nl5s8DulXp$_ +8u6;rr<#992g55XeheiV5^GoXKA\1Ycb17Z*:I;Zi790Zfe\(^ULMU\$iWK^:_"c[f3`<[CNoZ rjEfSOE=Ss4t.0O!<`Z<(*YLr7nHa"MP%)^i8j7trVZfmqu6Qo!<2un!W)]mrVulsrVufqqZ-Wo s!n$Co^Lqh]qTjL0H1iD(*Z"[O0>gs^;%7cZ+73CYI:sJYI1[@['mBM\Dae"\[/o[UG"^\rqufp rr*H+p]$X181C)/s8N#ts8DiorrN)tr;QfpqYpL/rr;orrVuoqqu?9]s8W)up]'sbq>UBpq>LL-hqu?]nq=ajgrVZ]qq=t!iqu?6]s8;okrVuob HOg`R8PW;Q7j'eCrVc`prr;6^#AtoeZ`gdB\GUEm@fQB"s8VAd ;@Ng4#;MA8s7kAB+?`Ok<_b\94>A*>1FjAUlM'rNpAb0;RZ"HDs6f]fBkO^=p%eX`\"Lq:s763e pr9klpA4[Sg>7.!N;reTs8Dutrr2fjrqA)=K-!Z*,;V)F2DRn+o)IlD)D"9O+Z>2S ptSF\66Qjb!/pXPffqn\D"df)q>C9Wrr<#ur=o&'nYcIOS=ZOYR?sV4?qsD,rV?Hls*t~> s8Nc1qtg-#6X?&*inDr;iniPLiSrqsjo+C-Qf$(I`E`G=`4BuNPV7k.1mHEg"kiM!onEB*&mHs9.nDW[4k6:DKhIAXhrqufprr+,=q>[ld :G8pLp@7bNr;#sSs8W)prql9_s8W)tq=t!gr;Q]q+oVH9rVt?=QFd"oq>]X*g].Nl+cq#C9krr;rrr%J)35$]$D;/nKI5WWW(s19U:>Wanh,!!46\KNUU(.gG8 V>C5J77KOurr2cgqu>p[rVmQ/q>T2E8B&s#eC*.0a*q,`[f6:)s*t~> s8W,ss8E\I84@-CMhd.IM2R:NNfT*. 8N7Im"qVUq4BHHHLmY3Zg$8;(p%eUdrrE&lrs&K$r;?Nmrq-3lqu$HlrrW3"r;Q^?pY3TgQ#]bZ )\No0/4O6#N1-`9SXZ%4Pa@l+Q^F2.Q'@TnPm^Hbq"anL s7?6hp%nUarq$-eo_eUVo)AOWr;6?Xs8DTZrVl0&]&EG`p$2PO`jF@hNtM^J:ea(o,VOT7rVc`p rr;6^#@Sd?Q^!YoQhcmWPa.DpO-uDT%]0'os8;opq>O^trr;fjs5fe-%KI+s2$Y"GnG^We3'o\\ 2`=*(2%pfb3(>MCSc8BUro'#2(Do-5nEBiLk2Z(4oD8$C-8\8aq>TdSXu%_"S+u2c4[O)UbUjf8 91DN4LP1A2<(p-'s8)]oJ,~> )?'U5rr<#:9N->6XeheiV5^GoXKA\1Yck8/YQ1s,ZMq2nZimkFZF%(>[j8>i]",8W\%8W>WMc). =[jPL&K)]@6XFk_N16rfg["J$nb)bXqZ6NjrquoqqYL3k$2sbtq>'aYp\=O_q>("Cq"agbrVcZk rqlZos7kKn\=\1T5:7Nt2*bAmPG5=t\@K,XZEgpM\$roZ\[T&YiNrj$[(*]J4X\&Er;Z`prZ_C= rN%bB-`I(@o_/7`r:]XZs8DclqXOF^s8N#nq#C+ 6C7?+Da-X2n]id/=A;=[3EP;Ar:pU+AoRntt&/%TO0I]%>A&nVW*%k/H0HD/j[K!QO -R&s`0.!@gs49:k1P#B&rqcQml2L\^'`Ih!q:I>CQ(k%QSt)L>?qsD,rV?ElJ,~> s8W,ss8!8=6sZ/+inDr;iniPLiSrqrjT+HAkPj]El0%=tkj%O!jl,7[oBb]+md/ud`1Cm@2(1+A BRm/6jlZ+5qYpNpr;?Qnp@\(LpA+OYr;Q]oq"OR\qYU6jrquZhqtp?is82flrql`ns7l`kq>1*i "TSGooD/=a*W5m*e?u-&A4A@16t_1gcJI^Gj5JtWj6#Rlmd98tl3HJ7nFbsj0=UrYs8Drr'Dqe, ^H+V-](Gjsr;-0ar;Zfqrr2p)qXOFZrr;ums8;forrN#rrr3SjEA&7dVZ6\O=<0Dns7uH_qYpL# rql`#R)f.)qYC*upAb0.I!iQus8VTer;R$"p&G$ir;Z`pruLg49I_#BN9LU?krr2osl2Cp2;qL=*nET?8l4<+Em.'E0kI2tWs7QBds8Vlns8?1!s7W?S'*f*h$S<)' 4QQOG-6s-W>?3[+-71NJ1E[c.3)\].meqSL*C*L\1!ostr;Zfkq>^AP3?(@L*JO4ep2MEN'P.4= 81$2Ze&j(#j:S* o`"d55>ae=s8Mojqu>mZ(A[q/qtL-fJ2!qRbg"brhoC1J9=Fj!rVqB~> s8Ni3rVli58O[6DMhd.IM2R:NNfTpO-Q<0R?)i%1):)s% O"hhS&Nt1iqE$>rr2inrr36&rVZTns8Drrrrr8pqYg?jrr3'!rVQEjrr2iqs8)loqu$Hn+9)04p \Xj_o_\:MmbbjTOB+F_#mM,'F>4h8I) _*_d^E#"#9K5$X51]`4oDJXfrW2usrr"JEJML.f5"A3q(I124LA6BA67i0r9e.DUl]Mu+!)(u&d .724a"T\2OoGC\r;GgX(A[q/r:p !r`/srr3SL9iHG7XeheiV5^GoXKA\1Yl:g+Yl1j+ZMq2nZpCn%[Bm*?Yd([CYI(pS[&T:+66m0O 'dd('T#fU=jnSKCrVZNgrVcTgq"OR\qt^-frVZE`p\Odbrr<#sr;-?hrVccorr)iqs8W,q!r;]i rVn5Bp\+I^r;-Hgo^h1bW0_$d.MigG7qA3k\%TAZYHG+6Z*UmJ['8Mr#J.=P]!5*MWrDqrrVlfr rs\\10/XiXp\k-lrVHKlrt"u's8W#knbW.^s8Mfnr;?Qo(An+2qto,^-PIu$rVtGH(GhHXq=sXZ rr39'quLcps8BTRFgUN8rpBR[rs/GnrV6*Yq#13l*V6*s,Si1jirB&+D%mpDJ[U(^ #TP`G3I\L6s8Doqrr2r^rWc^aX0]1?Za]b;%^rmU\?rlXN#/c!o)JOcp\t3k@Jg)uV`kLh$5E[j% L5/Wr2CYR"=6r?/JT-@,Xj0u&2bn-g@X\+H4_#W:,4EFs7csaq2.'I5rog3nGMck+@?E:o 'S^a/j%:p+Z)qj4?Y#Vf`2!Cr;ZfrrqlNjpF5fc0N15'92R>]6piJ^r.cC_0*!t+.j7FNQ5LtK; ;UB^oD\X/2+0?frr3&sr;Z$\(]X=0rV,mZp1=\ZX.uD_SY;L>D~> s8W,ss8*\I79u8,inDr;iniPLiSrq[jlY[cjlbjkk5OTDl0%=bm-a9(j6#Xnkj7Qc[?#<95=Sdu NhjJDn+$>Us7c6boCr.Zp@IkIpA"CTq#(-jrVuoshuE`T!ri,rrr3*!q"O^brtkM"hTDsU@SK?p FdBM`ip,jnjPf4dm-!?m#NY+=o^%YiWW)hqrVld.p\t*83C#:6s8McdqYpNns8;lrs7ZEk*V]U6 rVuios8W#orU'XLVGg>_-:H)IE7>N[uIrOPf*5J6-<\maSdJ024OW -Wa5<.ga/oXb`Rqs82iK4#B/k<\Z2.s5Z-k81.sJoK#!$2s8=*8Q.kp9jX7]rr<#prVliqrqmi9 JMU&3<\?UC-pM)pF8pbU<>.73`D897_PRr)-s-EJ%J95i^GT4cYlF_"qYL6VrY>J2s8VrhqYdQN K%J;jf%o6(ITT7Orr2osJ,~> s8O,;rVuo78k!?EMhd.IM2R:NNfT^?fra5^%q#C0)=p>3XIX2).'+S1oS5U$ !r`/srr3MK:/cP8XeheiV5^GoXKA]*YQh;6YHbC=Yl:s-Zfe\H[CE]OYd:jNZadNEMePmL*[X!S G`f5Qm-aWHrUTLQnFcVRp[n+Orr;upr;Q`qr<3&oq>C3js8W'$rVZTjqu6NnqZ-Kjrq?@>p%S@] r;$*\rV6*`s8W#om,64$S9.Oe1dYDkPGkq&[^3*9Xg545iNrj#[^`lUAeLL1r;Z`prYGD2pqn^A .(TBVp@\7[rqu]hrr<#ho)8S/p](9ls8Dlqs8;cmmI]8)84G`]:$UJX+tb97m.gPZ$MsAirm*tY 6C-p:q>NDNo9q?@$S,l)q>L*5MkBG;qZ#uEJu88?m/Pm\//]W]-QuF>l!b,B0Gb75iQF;.5Uhuj s8VfkrVlfqs69Lf:cbhcZa@-Kq6^12%CWjU\[RY5T`=lgq#C9frac'*q#C0)=p>?`Jpmq>(D:$I s+V^8%tiZp]6[:ZT]XM&8K^5PZN'a$.3VP_6R;oOs/C[?bl7A6e2K'C6;f9[VZ5I,-:&POo]Rt` 4Ybj2(I:\R'h);ko)&IeqZ$TprqlNjpF5NN,X>I*,WAdJ3*@bJs*6Fm#qNg)7kG^mSdI%i9_JGa o^i$n/PnL,rr3&uqu>p[)#sO6rV#dSpm2IlXehY_R\?!S:/&7tq>UBnJ,~> s8W)r)Z.6('jr;HZqrr)j!rVQKjl2Le_r;Q^+qY0jds7l?^oCr4`s8N#r rt4kc`2nGb4'%K\hWXIql0Ij.iT^[/k4A67V(SA=r;Z`pr^Z_\s5#\%.#Y0iI>P>jr;ZZos4aK* H@=EEs7c^Hlrr;ipq9!D]5sAIV5:*7W00*fH/@b`[lK/!Ep%nWQ-U/MMk5Y8V3WG6f)bO'c 'hPY0oO%eID92_V\0`Rg[J9e%N$L\d2^VEh-Bjl3-6jl]#T_1b8jZ!*bl@M2s8Doqrr2r^rWcb> j6,n#n*0W4%d<6PmHEZJ/!p;8q=t!fq>ME7r;?TMFW1E;Y5bpW:dHG"s86@Z.4s'Bn+HMJq>L=T __=J5O8nWE+'))\,r\cE`\%rE7bRh@WZODH*%5&><:99A7StR]s5Z458Po$*01K539C)3Ls8)`p r;Q`prqnGFG!Jl-4YMuTMFUr2=8Hu.9FQ.FrGFG;P27c=5qJYfs82QdYVfc\^An*,r;-HXrr2p7 rVQNfq:ebWbfe5]hVZA&=A-+%rqu`ps*t~> (&n72rVuo891%Op7#/OHYomOoCRDPin;HP*D5sS=lF;SW.89#S'%5]$]pD rVlfr$N9epp\+F\qYgEmqYq9,q>:$^rr<#trVc`qrr)`iq>:-iq>^'c#5e8orVulorqZm!rVH9a rVlcortGD/mc(^FBJ9u@BdVrK\fq)HQ##q>NDP LD^Ua73Vk%Wr;?h!$5dqs8K;B(+Z'Orr.Wk3(>G;7Q)0?NX$I8(_Qf]_XBcD2(-6%JGT->qZ$Efra5^'r;YPp)Zq4Rq5"fj0GU#Sp0&^_,0'BI p%S"LrVcWhXr/l:LAU""'MCb0)D"V#^aK[-5h#],U_u-0(*ZQo8E/_f3^jm%q:$lS3'ZE;*]6VD 3nj!"rV$0hrr;us!WE#sr@dJM1."Vd+G8*k4&IM$mUnI@!,MN(ALeXRdN02Y)3!8Jqt^,j.8Dk. rr)lsr;GmZrr3i6r;HHfd4m)*M26n !rW)rrr3kV:K)Y9XeheiV5^GoXKA\1Yd(C7YHkL?Yl:s-Zfe[qZ2V'>\\5PXZ_Db3(E5qg\BjL= q?$Wkp&=Rcp\O^_r;?Tns8Nf0q>C0cr;HTlqtpKpb!W;iors\l&qY^?jqt]s\ rVulpq\&\ihnGk+4Wu\!R]3X([B[$F[GeIt\[K)Z[s/ODrqufprr,FbrVP(q3$ s81EDJ9H4irr;`fqt^9kr;Q`ms7sfC=#Da.:GWl]Fsf"S9-gbAs6&D:\1-jiDEs6s7n+DJsts0Nge18jmHs+h^X8h_;Y3Za3B$Q^-*(B>5jnjG>s/B.Y_oDedfrr2os l2CoV6FX2([(*O>Zk'[S[Cs#V[[%_crqlQfs82Wk*WQ'8s4h`9""'fCWuFJc)kI$(>9b+1`V/fo q"".Ws$F+:2CF@Zk=HLd7NU+@l=Vh<:,=2Req-+d02M.S3^3U]rUa\Q*K/Jn*B#"&h#I9HqQ2>K5.:Lh rr;lZrr2p7qtKjVoZ&^KUSOTUS"Z*T:/&7tq>C3ks*t~> s8W)r)Z.6=?'iptg==s;hVR/KioK4_kN1ackiqC0cq>9m\rr;lfp\==Orqd6*s8VK$NG)@R[GL31jmMg#l3H;2o^hRV0U_qY)C8\!s8Vu1=WSnK1K1XQr;Q`ps8W&rr;$BdXWf>C8Q&Gn+?_bMA6D\_O861e<3Gln s7L7TB,XeMqYC+NeMnOK6TS:B%6VST6nC.uJc>V8/5md7nc-g%1eo>S(,/E0@sA>#)bO-e>3G35 7nZ\As8W&trVc`prr;6^#?PR$k3_[-kkXKRlf[U/mH3NM3JRJ,nbiF^ra5U's8B\u!#:Rps,AF# .n\Rrm7]Dd0^8K*qY]p=V-dALcs'O(EV[3p5#!)*\D>s?`[*o++49f^NtjYps s3*Ds6Yl_h73Z)28`]pIn,NF`s8Drrs8Drp0(N49>YHP5i;^JP5WM^9GWnVGVuQd]/hD&CIO$s5 +_K$nqt[Wf@nt#Cq>1$ckl1V\!WMllrt9W[_9($Sj57n+=A-+%rqcQls*t~> (&n72rVuo89LWQGMhd.IM2R:NNfT>%Op7#.OHYomOT(ICPin;LO-5j#TU'h+1D^39@&i#Qq>^Kl o_SL[q#:9ms8EZ2rVQHdqYgHoqZ$Tnqtp6ar;HQn!<2lq!WN&ns8W)trVl`prql]rr;QZp!WMrp s8W#srrDrqrrN)trr3N.rV4s7@5AlfAW)n;O-Q6oPmL3i rVc`prr;6^#<4iEPE:rnPPLISQ][E!OcYlW)fP6Ob!s8W&45l_XKme;)F3uU-0rT$Fk44Yg4/ gb]U<3B5LboBH8Rq>^KorW2usrr"M09/]I+(Ga>6YqIpc7I+bB2]8"XqhlaCB(^'U-R9+.b4u#6 YrP]D\c2L+s8;fZrr;otrqQHl'DYlTI#!W7KnY"U9MiM(qYL-hs*t~> !rW)rrr3kV:fDb:XeheiV5^GoXKA\1Yd(C6YHkL?YPtj,Zfe\DY-GCG]sErH6RNKqBX$IgnbW+S mIU&Ao(i7_qtpn9fXk!57'Oq&s8W&45l_XQo_j@^5p/DF s5ud#)^3r8q#CBeh5=XZDT#:A->iOb+ZDk,=L$H0s2#pB/fW(+s,.IH(f;kK7jc=@0.Ta:M>Fn8 6TAQIi]7lT5^Horr2fjrqA)*9/]L/*B;[N[50cs8agUQ3ZOXcr/;sJCADrh/LhEC bP2#4Z9;;U^&Rs.s82cZrWN9"rq?6gq@i:%0UST1T:_gB?qsD,rV? s8No7r;-6'8R@e2i7ZZ9j5/YMiSrq[jlY_)jU()5l0@Kpk3;3tnEU&?rp9^Rrp^Zile\XC*"j/s Ra_03q>C$]r:fg]s8VisqY'gXqt^3#rYGJ,pAb-IZWet\[GL$5l07[1nEB<2kNV7Amcj6,psM3C s8N&ir;HQls$tit2)d!H>[pN45XUb5febib9ik"A;tp7iq#C?ls8;coqYQsH;G'bR2,>%u7T;'& >s=5)-T*VDiVNT//N,s7_YO31s8P^as82iPB,+;h1b1:I7K]Er.patNWqQHt3ERqnrVs2`80!/< *DI,Ge5HV^0A6'Zk4dRg9eq+os8Mims8W)srVlisrr2lor;HBhs8NQ-pAFsjg-UYUlga<3l1+$D E),3akO7jF[qrr2_O.0i<3s3FV180!N`r4t?f&R4Q"o`+NC1`n2",r%Pd4a[3Z%Uq(eg&L^8 o%,rs;*`h2oO]'r>ipPb:bdRX1.=\j\,VmL7k/ubs.h//?9*f@q"Xmeq#($br\i;#7SQ,NLApr. 9LM6=nSq&h/D:('L-$l's8@Ng.k`#/WVZXf4'kG"s8MfhrVlfirr2TiqXFIarVc^2rVQKl_^'ri ce6b$_0o*E[JU!uqYpMF~> s8W)t'`Z'G7V@@1L5CkHMi3OSO-,TgOcfX)$'CF9Q'7>mPa7X'Q2d-pPE_E#PF%o6H8Ys-%TAM7 q>C-is8;oko)8I[s7uKgqu?Klq>Ii&(B+"$s8Lf[5n#;pSXGk*S!oh/LQS!fk`o27SWK7l$=32n rqHHmqYg<0e1<^*E:No'p\k-lrr)fps8W)trVZTlp\t3k%KH>*s8:(c?D3aNN0f^tPm9Q+ dJs(Cq>^9h?haNrp4a^j46?@W7lEI@If0&P/4'VFm/HSQm=Qes)'9V)E=MarL,TG1:d>^r;6Bfs7lWop](0knbrOerVcfqrqd>5"B1_B NIut9=[korrqcBcrr7K~> s8*K-rVcc9;,ht=X/)MgVQ$PpXKA])Yl:g4Yd1UBZEUR>[C,M2s1&*>,Ib1p]=5>_[#.'S!>8Iu chdS9s8;Zjp$hqXq"jURp\4^^s7uW'rYGJ,pAb-IZUu#pP-_L&XgPXLZ)Fn9YN`Dq[C!KJ\!\"< p@nU\s8MoqrVuiI-nR"n1K7RJ;E-armE-_-4?c;!.o5d5rV6Emqu-BerV62\0hOc)4YKA>!'*Oo /Pn0OeK$4k3nsB-gFY3l1Zr9oCl'H\S>-SnRTEW14g>:E4rs7>gMc RqFO37Icr?kb"kk(=^E-[=)g4$>:%s,eNf*ch)TTd;[#0Rs,sq#CS u86XQ=WQO[eKLiqYpMF~> s8No7r;-6'8R@e2i7ZZ9j5/YMiSrq[jlY_)jU()5l0@Kpk3;3tnEM.`lfdKqlfmL$d[FK$4D9r- kk>&Vp\sd]o'uYXk/GF(rr3*!p\saZrOMnDrVlWbq#C0WrMs3nBX$XdiT0P/r9WS6l08`Gl0ms2 gJM)Lr;QNir;?R_h_mhp4$Fr13B8ra3L*c.5U\67<_,(*s8W)urVccpqu?NiRQFYQ9e[kH.kXmR +=pGRRa3!?><\PVs0*S".9b^1s$?Y_s8)cps0!\04?B*>2d&<`Z)\m@01+RnktaH,3R7ZlOsMM8 LfH_W/#W5\"U?Hos8M`lfe#WAKE(f?qu?WnrVm3%q>^Hmr;?Nms7uZors\o$r;Zf:5*Fskna,l: l3F:DYl*VNq>0pc?iU$'kZ&s,T'>7E>H*r;Q`rn,N"Nq#CBmnbrOerVdT2qtpED 2KI'ig!JKhISiMCr;QHerr7K~> s8W)t'`Z'G7V@@1L5CkHMi3OSO-,TgOcfX)$'CF9Q'7>mPa7X)Pp_cXNfT?fP)Z/i=Xah(=GOiM li$hWs7cQgoDJUG]>!8&s8W#ks7?'b\c*EDrqZ3]s7u'KQ9QBIELrkhPaJ,5NJj1gPsCS"SF\#qZ#YR$jUkLc"JRq0*A9TpPC=h)28(^q#6'k-9NqC2BjA:,[9tJ(ec9= q>TaOrl6 U&Y,TA2#,ai`%Nl6dFofL*%p2K9O0E1Di%d5f!;P/P\".p\Y!jrql0aoCMbWs8DKe!<)lq(B+.- rP]O;N/*=BL4^`)p\OmhJ,~> s8*K-rVcc9;,ht=X/)MgVQ$PpXKA])Yl:g4Yd1UBZEUR>[C,M2-b$LhZF.0LYed,T3ufYOLWSKC s8VinpAOXQqYf?b^YS_^qtg'ep%eQsrYPP4q=OI^qXece(-T^Aej$YOT/AqMQNZK;o HUft',G=aF":$'`rr;`mdj7$rHi3U-qZ$NmrVm3%q>^Hmr;?Nms7uX)s8N&nqt^)t,]C,sZELmJ n[&OV)5dH&q#C6erEoEoqVY$R"`aLgCbA:8#I".%N%I[BLAgc?s,&$N68_"i-R_\<@/F@P:aqV* s6]CWb:>V)1XuHo:+SG>s6)O0.o*i34@:^OmpIJ4)/f9Kn9#:$7P1)/s8;onr;ZTl/%m8r\ qYo_m2CCWL=>E*2dd6ad,;2H?Qc>dZ*'+s)_uGQI;)c/aqu6U$r9s[WoD&@crUKjerVc^2rVQKf `>_LDTV\6VQ"ETU\bPjlqYpMF~> s8No7r;-6'8R@e2i7ZZ9j5/YMiSrq[jlY_)jU()5l0@Kpk3;3tnELPNmI9`8jQ?*0>qo0AfD,7A rtG%prql<[pAaN45Wi&Ds5T2li;`WO\GlO.'`Rt,s8W#smA3T6Dnthuk3hI-s5`G0%IWNIl1!kZ 3T^;4r;?Ehs(1@U8QRi,I>OYH5U7d$(e#H@S3oA)-JAFus8;`ls8MrqqtuR??rf677j'lq6U-r7 82YP94AoZL+#5LQrVulrqu?]os7:(K;^m1oAh$kC:"HPaq>\\_73REcrVuokqu6WqrquWhs8W)srVlisq>UEo%0$&"rVriZU?Ce2mdfl4 #M)"FiVW!=qt^1trq?BE4:)_(s*67f>ndoqu>2)2b,MI2D%$q=YXpg8N^!"`W,]2 kl7V<9Ij'*rU<?8mF=KUH\O&kQ2smq$4B*Dgs7?9[A0s8t2S]:lq>0a]q>N=_-<3q`-c5o` mU\+::&/-D:JSJ#nnT^*#oOgbg"9mn2'Hr'S1IK6fDk:.q>UEhs82irrUg-[rW)oqrYGJ0qu?(] s8W)t'`Z'G7V@@1L5CkHMi3OSO-,TgOcfX)$'CF9Q'7>mPa7X)PpVTTQCOD-Q_e7oL)rR!;M4!#(`*\C&X,%BXs0M3:srUK^I rgb/l)Fr]\k;Xk? s8*K-rVcc9;,ht=X/)MgVQ$PpXKA])Yl:g4Yd1UBZEUR>[C,M2-agCo^V$q_`I9l^2hfHCo_JOb qsj1Ur:TdVrTJSe1.[i/fSFt2s7uW'rrpZT#%M2Yc,%HW9L\h[LB[OZE6eB g\^RAs82iqra5]a2F:1m/9ZW6G<$Zf&IC?*5`ITO4sJPWrVufmqu-Hhr;$2M1fd=*+$UZ#9fOth 76N,8`%jkf1/@37HQ+UhY5J>!s82iqq>Ths(/#`jn6$`&2bMMo(-sV\#IVuHSmdP:*77N oD7\NTdDuH9B,g54YJTrn+:?;3'=B(5;k7XWus)d&rHMOrT@E,0f1]!s8Volp]('g2l%0^:DtOm qZ#ke-8@jW=W^.'Z2a*!+sR+#(JW<(?7mlMC?(U,8jgi&mdp;Rs7lWks8W&is7-'grVc^2rVQKe iA`TQUS=9SQ"E]]^A@NsqYpMF~> s8No7r;-6'8R@e2i7ZZ9j5/YMiSrq[jlY_)jU()5l0@Kpk3;3tnEMCgn)NBtkb_iR?)$Was8;Qi r7fE[s7l3`rVZ;];GgRP7G+:V.CoKKrPAI6s8N#t')MG'q==:Yi1=(*OO`^RlhBuAl09,TlfmX! n=M2Cs7Q8[A*jX"[*iOoP:Wrs&B"s8Vumrr2p$rr)fps8Voos8NQ-q"t'gN'Oc7l1+96 l1+$Di/TIXs7,s`q>FY"rVOSh',PV*0LoVQ4tF,:W@pOZ/'IParhLB&+]6kb[mDWC3FDYP5$KJ^ s7ZKme5%Pm-$B(apf]U>:#l8B&4o!b:IdN5`,7#.9Gj8ALk4.OP<)Af9[<\0s7?$b2mXi16Q'4o s7Q7r,tKiJL`T,MEmg$r2'jau8h+<2nqC-t-`sTk5('hg=cE&q!n=`rVc^2rVQKf s):3(f@87%^joK\_#F<,qYpMF~> s8W)t'`Z'G7V@@1L5CkHMi3OSO-,TgOcfX)$'CF9Q'7>mPa7X)Pp_`[Nf^05A0VmPL=Q2#rqc9S cbSW@q"+Ocr:$1H77n[YaH7&TY5@bf_>XK8rr2p1qYC-jq"aa9NC"C^QD0.pR$3j#Q!0?9R[&u( ?i[>+oDejhr;HWmroZ1"7N%-Yqtp&e0-pT>+T\%W4s:tBl2:8Ts7lQls8;flrJ`F-5o)8.(b%o\ ;X$n-0j3=#/5e2N]_>2H/o'YMqu-QnrBpS\r5p]L0.+4'73+<>F7H%G4<'"Grh'WN*e!\[lq/fN $PjQe>N,VXl'!Cn!(F3fqk,)l&r$5Trr2rprr<#qqYpKo"oeK!rr<#orXSi)s8DurnpV=&TobG" R.-@GT2uDSrUKgbq>F\#r:e&Z$Op]W,Wf(!1*fS!BMg&5WC>P\7-IS5n/pjI` jT"uM<"q8:dXi)p0P8=X)CZOG(d9!Af]IKR,93GS%l>T4r;ZQgrq6$bqq0NsqtBRZ!<)lq(B+.- r:j;)D2j3uKR[6%<6G79p\OmhJ,~> s8*K-rVcc9;,ht=X/)MgVQ$PpXKA])Yl:g4Yd1UBZEUR>[C,M2-agIfYf4>+4Xj$eh#I?Ko_S.- `9.*poDSU`n!cm=9cu75Oq](Fs7-'(rW3&urr3W-q>UEfq"i[-8fqfK];2R=ZaK&)>.;#PZa%#]% 'op*s8W#qs8W&tkrCju*KU*ts7riS.0(D4!Lh:t+WsVIrV-?lp\XmeqYL$bM_%^l)ET>>7"#YP>%F3>X!ao`+l`'LE[,bj;Gk,"F:dnN/R++is]Sq u>&6*C^rao`+GU-7_4/s,[FL18.-"1-<-\+&>*/NkKd^bj1*@6mkOKs763^s7uXQT+t!a(L6"sp A.l04Xns8(-sclb(q)j*?uOj,$NdeIS_C7VPt4g/?o0Sp\Fj_q#C9Ff_bU@nbrOerVdT2qtp'Z= WDshT:MaBBMV@=qXjOYrr7K~> s8No7r;-6'8R@e2i7ZZ9j5/YMiSrq[jlY_)jU()5l0@Kpk3;3tnEMCfiS`nDJ42Vcf)Pd^MFj0gQjR2U'l=BGMkN;(% _``\Qs7cHhqu?]ms6W$6<$^]-s8N&q@j30O*,"Ge+#u9`s8;fns7uZms8Dlms-#*7735mJ.mm&O M#U^?5>q6(+Ce;)QGbpA43.C$q"jpgq#CBmTH$ZSD>Z*s5.fG$jAJls/m\4+e&H2q"Xmdqu$HkrrE&sr;lotq>UEo%K6(us8-e.aQi*_n*fH0 l3H5'>=cj8p[n:[?Msj'eMna/*Z[U?-:(2fL?/4CM,s8)cjq#34N)G3IEK`D)I rH]Vq9:D^h3`J..5;t2VX\(0=051Ba+[d]%]-:$8Cps*9rr;chs.`"g`;f`)rW)oqrYGJ0qsj]E 18*=Mf%Ill>#2s5r:g'es*t~> s8W)t'`Z'G7V@@1L5CkHMi3OSO-,TgOcfX)$'CF9Q'7>mPa7X(PpVNRToVh^&VJ+"rTrhEs6tt? /p6IYs8;TjfOI'<.k:UKF!*?Wq=4F!rr;cnrt>5*s8Mrpqu?Z:DAYj*Z^Qf9Qg'c;OHc3!Oe$n+ Fo218s8Mims7lTX3AaAJhtR$@r:4#/'d*rffQ7ZS0rb-HqYgHkrr)lqr;6MX,tBs+:oG0`64eP: :b=ImjD#3'6RI]$/0cg^rVu`nr^-Y[rVlP[(-rpHkN,5b3?j%LSK9d(Mu2jJ!]_'mo`!Dj1*dYa *BM:Ap\FjHE>\`V19USM'eKuWqt]mXs82]krqucrrr)crrr;fn&,cG,rVuof@iCB"OHP]mQLU4F Q_,cU[J]^kq>FXsrr(5")(?732a/-;5T.05Frs$N7I'pQpl[!m!*o?n]J^Qq1,[Na)GD/iYX;+toWR+[@8Wo:-OT)f)Vm6Rl s8*K-rVcc9;,ht=X/)MgVQ$PpXKA])Yl:g4Yd1UBZEUR>[C,M2-ag%Y];Ap`,)stLs6\t5*s8)NeqZ$TRJ?81KY51+4rprr;fmrBgPZrr;ea(e#QWmH[M&5U1mWTHZN7O8SEU#X9?.pA`_p2CKRu ,WWpFpA"[FE?>;a1U$hU)`&7ms82K`s82]krqucrrr)crrr;fns8NQ-q>'mU@O@YSYHtOG[dg^0 YI$AH]DqTtq>FXqr;=ns)CcI:4$juK6lj#@G9TKX8F-9Tq3*6u!+Q!*_)iW02`fT!+AjG\p&=sL FqQc;-&MBfmr'XJ-COFE(H`eBB.?+b;_UL92\TCV+;IT#pOXYT'mflTs7lBg/!L?+6R%-[qYU24 (KNnfUBiVK1-@KK-8VJb,t'+gpRiBd+)eJ(7knGVp\t0up%JBX6<_5*q!n=`rVc^2rVQK_qKENo W1BTVQ>9Ao_> s8No7r;-6'8R@e2i7ZZ9j5/YMiSrq[jlY_)jU()5l0@Kpk3;3tn*27ce"0f*Ghr>uq"+F\q!I-5 0I/^"s7QE_s0Pd+80:M\FEfi6h>dA).(]XF3s8W#ps7uEeq=":]oqP/][cHcBip#`0p$(Vu m.&qL;=t-*[19rT(c>p7XAK"%'Yu+&jD#de<_8rqcEbr;Q]tq>U?kquH]jrreubX"-_0iqKoC,'hj4ucal:s8_3s8N&_1^#X>gAg^B!<)lq(B+.- nGf:9Ph=U@fY`JM:;-T'p\OmhJ,~> s8W)t'`Z'G7V@@1L5CkHMi3OSO-,TgOcfX)$'CF9Q'7>mPa7X)Pma+UP%QHd?HDp@q"=Xd)#2K9 *uH`Krq$0\riSmc3=e.pA83_UdeW_;q>A).(]XF3s8W#ps8W&trUKpfpQ@3^H^pRpO6Mo]OHZ0! Q'd^f6JVS8s8Vlms7Q-O5;cOrf^8M%rU4,H%icI+QmE:VL@Y<;rql]p,l[c@rqZSf-9j6qA"3ul 6P-!hF!`@RT#rf;C3k6219Umr'".,anJg7NtGJJbPWT4VWePTGS22(:*r8kqODO 4<>'>qXaUB]#F&s-NF-1Z^;.g&7NWKrq69eq"XddrrW#qrVcWorV6@%r;QZns8VIU-_$ThP)l"" Pm<;GFp^h2rV--drr-0j?4o%Q.OHAH0hidjqd(-u#CQFKq>PmX;^*;;.l&S:91:bEEXbnq5&Q@A ;_omm5:Muss8@rm9Hc,h/N#*uaIXDN=S(+M0oRf;jW pU;>#1G5=W+@81H4[(!9qnP'=6R>At#[8Kae1W7?'1^7Fr;QQkj": s8*K-rVcc9;,ht=X/)MgVQ$PpXKA])Yl:g4Yd1UBZEUR>[C,M2-apUbH9WZfci3t@o`+mdnCK`J *&PS5o_n:XY"VJN&iq4IC+qa#s7uWhr5&@Ks8;iqs8;fprVQWmnG`I]QoR6h['mHEl*N7Z\@f5Y \?84ii;`QOrqZTnp%Rc;2d.ujn,)SRnR=0d+Wbcs.MWbUo`+^dqu?]pr;6A(r:g/^-9j@%Br)\> 7hhj#G:G3bV9q7U>'mQ75_0RZEpgH n?`G!^Pa"/pAXd]rVlh%mpHkh4"`!1%5h!.Y52KF3X^H8rqZSF'iu_.2D@'C5u:08[s/Qg/jaT@ PZ'Ck9LUV)rr)eX)c\@J=u&,o+3gQ)7PlqcA3i@2/.*Rr10El4@jiZQ`W,l9rV?FOU(Ah<2P0m6 s7a&N2)d4_3$^sY2aKbUJH*PJ/k7?d:CU\ZC=tEr9c6RHrVQWls5bp70NZj*nbrOerVdT2qtp!] Opu-'TVA0JDcKQHq"+7Vrr7K~> s8No7r;-6'8R@e2i7ZZ9j5/YMiSrq[jlY_)jU()5l0@Kpk3;3tnEMCZfSr'pYOMSdo_A=Ym-soC 84cGtQN-d\qY5b:@nBs7Z?frVuccp[_!6=ZF.qp$r'g3%Gn%2DHs54AOf6rr<#rs8N&tqu6Wjs0=7?1Er@$-q5g- _#LAW4>'mfKHjE!1)_hnT`=rgr;$?kqu?[gm91u-1r]LI6pYH8K)_o%7N@-(;'nb7._#HPs'mNh 9-%[>s8Uqj.SJ+fHo*)l7oVBM,U>^Is8W)oqYBmXp%eOar;6?equ$Egrri4Z:)tQ)1P0C.=?;]EHQ!hLYQ+Uqs/[20>t@+54>SEH?UCrg-Xfad #p(040Ln,S0So`$q7SCE=%4o%6S<$>lVorP<```j67X?)+')#fMpZhl:(sN)r;Zfmr\sk+1_`*\ s8;Ngs+N9X-bcB:*'I%O,[BL(s/e7?8k_cX?mqBAD&lA&ACp_Qs7u]S9fl*&T_n9Y!<)lq(B+.- nbfmHLY(>6fYr_S9=aotp\OmhJ,~> s8W)t'`Z'G7V@@1L5CkHMi3OSO-,TgOcfX)$'CF9Q'7>mPa7X)PpVrfZ@r]65)VlM1>Rr5&C1rt>8,rVlH_rr;Z`s8TDT(4`0:S*?1iOHQ-"RZO(K +/Jl3s8MonrUfjS82*st])2$bri\.+$R-rB,8Mjqg&:^Crqucq,l[]?s7lW"+>4uPM5Cn<,7h3W Sea%*7D<[O6;&O2'b?<$pAP!j:B(.hro[6+3%262`A&oA-@Yfd+$1$Z^dSto738`6p&85==?6de p\t0E?QM>Dokc3%*Bln:8J;q"Qi-g]q>0p]o_&%XrVZQhqYU3hq>Lm"rr)iqs5bXdV3dI0NL94# #*"t=9Hg(sq#+Ouf\cSJ71pFS-[&iS9J2/#GnCQ)VZ-VhrhpSo;)^$M/L25a:c"c''Mppu!#$%j /3>0r++3b]s19I*68KZ01`oiWgdNbd6UX]s0GtN0#=1?lJ&cLA6OKC_q#1!e2u7SF#rAd^q>1-h H70dW]U18^0g[0':tk.1Te%`Y5WMD5)2S&o%QPJ4fDk[Gp&3Z92+T-ap$r"]rVc^2rVQKls/5uk Mhck9KP"4^_u9B)qYpMF~> s8*K-rVcc9;,ht=X/)MgVQ$PpXKA])Yl:g4Yd1UBZEUR>[C,M2-aKmh,"&3ns8Moos8;8,rVuQbs8Vc`s8TM`-'Z$9[HY%u]Xb_b]sG=t ,cL_5)YO09Td-PO&g U)Gm:9uV8k85L]G*Z(%?q#13l:B(.is63Q24=n,Eb;V4[-\)&k,X/j' p](9I@j44Wqf4;4*^NCI:Dk-6RJm-aq>0p]o_&%XrVZQhqYU3hq>Lp's8;`gqVrqk\$_nG)rhs4Q?.b=EBg*%Q>F3D_JirH].k*NB)=pA_*/5?0j%-Sd+m03(!.Or@@g%077^ +tZ#1+!lI4s8T_Y0hFAN.lek\jP`]c;b9S[-nlMP"pI7N++M@O(Inq-s7uZoq>N>BD(?2[Zhj=h s8IHu+X=[j0bcK7.3)=Dm/Nn90LA/k:0&EqrF6L++^We"q#C'fhFTXu.\-8'rW)oqrYGJ0qtKrc $XBO(Tq[ur<_L$to_84]s*t~> s8No7r;-6'8R@e2i7ZZ9j5/YMiSrq[jlY_)jU()5l0@Kpk3;3tnEM+@I8#ats7#RSo(DhPpA4XT 8NTBXG5D74rTd`T;*j:Brre&]TS%I.-@pp?Cr%n`gAL n)[g#H -mqD=9@`:orc]8U=$o_*.`;;dKb$%24@;S5,>0I%.oT+r66\C!.]raNr;ZTl2uWd'R(rRsqYU*e s1G,-p&Cme*u-VIg].9Qs3k:/4]#0-7DAf;F&.2,s7Ys^qZ$T"5pAY%s7-'grVc^2rVQK_qnsh. e_o-5a,F=r[e]mrqYpMF~> s8W)t'`Z'G7V@@1L5CkHMi3OSO-,TgOcfX)$'CF9Q'7>mPa7X)Pp_V\*cL0>pAFsequ?Tks8Uh1 -oVQOo_eC[k>X<*1"#dorIG&Jo`"[bq>@u+s8Drs%f-"toD\aaq>C9)5UUfUk`o/0Oe%f0MP5_7 GOth5rVlWjpAOk`-U],Prr2`72]"4Q'fd9W+u@7:p@S@WrVlfrs8)`pp]%o:*>]U)cQNSt;!.?" (bS&p/ql%t6qA^K(=MsOr;Q^eq>^Hmj%1m[/B-Y-)bE4;FSVjQ0*#6L#Y%rP,Hh%Fn9lfM(F%*& q#$Hl.2YG-o8OY8.g@"[761omp\ssbs8DEEiUm0Jqu-?lqu$9h&,6)%s8MuR'L/U`R$*AoPjt"D R$s;62a#4[q>FX54YMWgf7Qq<^A<7*=#=[fn@l-,l21>Tq"Iqo*u>k0&4/>[5qQKb,qVA4.o985 +rh:O,!X s8*K-rVcc9;,ht=X/)MgVQ$PpXKA])Yl:g4Yd1UBZEUR>[C,M2-_aTkGj51tpAb'frVH9aq;OIg 4:lK*rU]mJ`Qq"Fa]rVlfpDts8/p&2K4*?$$8fIdpF<9j22 *&9o/2N0U:8kgle+5-Sfr;Q`rq>^Koj\%Zp$0-F[95VnB!gkf*Q_Z#*:><$Nqn\MT8m/6\Wq=n2",97pE'h:Co7P\Q#.l0XK02u+A ,9Rm`-pu>Tp]#4E6VKL.(*L0_s*Fo!3\NU-0HrqZTir\j$0a-F@7p[\@\ qY7FfW:^"Z8f%pf@akANp\`38.5aOe*BLP&[:hjG`W,c(s7cEjX?@UgYOMMkrVc^2rVQKgqR$W- USsi[S9.e'\+TCfqYpMF~> )?0[8qY9s$6=#r)i7ZZ9jPJbNiSrq[jlY_)jU()5l0@Kpk3;3tq!&CNj72X3p"e7T;R?;olhgPR r?FH]=!Kurq>($E<_P&[qt'jfNt5F`rVulks8DWPqZ$Tks7uZo!<)lr$2+;so_JLcs8W#qrs&K# pAb-lp&4n%q>^6iqu$Kop&G!js8N&pqV_>`s7ZBI8N+WVkOIp'lK@?uqs8W&tp=^#d*\ljS`*6?^oDeH,)+HJ$S@Up4 ;eVl?u%MH4$,-1ou&Rb*=*Z\:g$4=OoPC[XX?+X+b[#)Z=,=d:D8cg k9DTM.SXPgD)?A4s82Wlmu8_JNUm&?mG?q(o_eUdqu-O*rr;ipn,3+0'o2&Dl1F<2nEL_Lna5_c 8m),kqtp?ls82Oh+>6"Err6(!s8S6=?Vk+us8W#srV?BirVPKA;Dp^^U"e+7%P='qV 9r!"Q81fbls8U&F)@I#W&;]lPs5%N8-REKY\Nh2X,:bfO?<^6F3@VoHrVucjrqZHer?qX8c`EqU j8AWHq"FI:N^5$<;mH#qq"aRTpA"L^rVl]mo$4JXmf2_Ss8Doo')THdDrB-pf#j+c<4;f&p%\Lc J,~> %fHA+r;?T484I3EM2$kGreh#?NfTf1S@PBDM#mmW\_#hspaGp&=dUh!t@Bp&=X`s8DB_qu$?as8Vros8;lnnc&Fb ru1S/o`"C[rVlfhrq-3aq#:9_rqHBeqYp?fs5EqeqXjgI4r00RN0ortRZrs0Q2-aFPPp_EPr1>\ p\t*irr;cnqM-(\&n0h]O"MA=%hB($Ah"1Pq=a^^o`"dfp\t-ks8Dukg'\3*/`ZQ?=&Qd"q;eJ\7S47'0/k.^l*r$2&HED06qoZbL&:WCV]di@)h+9L Ti*%,6jS5:ee/u^)*CA[;^#lMs8Vilm>E;BMt$];mG?q(o_eOaq>L:(r;6-do`+p6$pL,MNg>it Qgp>ZPF@c'J/(*3r;6Bis8Vuj<$3bSj7iEGq#(#E-r<3)n,NFcs8DckrVcWNRo2..E1>D(B*]l= h/];e',VKgaJps*$4[gt4%Vn'C,7*KrV-9`q>U3e q>D]@n^";4^#T%aq=s[XgQ"QI,ZCu@s7lE^p%J1Wr;HWlrUS7<`:!Znrr;rpr"6F=/<#7BL5BP? :q6Q#p%\LcJ,~> (&e13qtpE07SnB'WMHAiX/W(uXKA])Yl:g4Yd1UBZEUR>[C,b9%^3=FZaQ[)*CR%0r:0^\q>D`( -Qku$5k"aOs4C+8-#!/ErUbU?9]bsIrq?Bgn_a!=s7ZE^q>0mXrr4MHp&G'er;Z`qrq6Z*-8K l1OoIqYL6es8%Kk7M9:qk`[bD7hZUM1i+iXRK*-`rV$9is7lTls8W&tp=]o^)_U4G_,s[Pn,)Tq 'gaVgQ*<(_7pmlV(c+-"@I:]V9bdXC7S$B>-&MZts/@5#,oqN0 VPdKA:IknHs4eG94Wd!f;d:\eq>^HhrpG^m/WB5uo^1Mrs7H6cs8)]os8SM*_#O61p\Fga qt^1 )?0[8qY9s$6=-#*iS)i;jPJbNiSrq[jlY_)jU()5l0@Kpk3;3tq!&CRoA]*+pt]Rg^&7Zpq#:?IBms7ZKm\:eaW_#FB*o()\UrqQ*`rr3)r p%S%Vrt,,.e$QISs7QE8Y0>c&s8MZirrW/ss5Z;FSAkOnNq>B/_)DF>r*Xrqu)FR%M ,%=au75l#A<*a&eEW5t8rr9SN$m$OtqV,=(7'?Rift+0=s7HC'e+TDE@ rqZHjrVQTkqZ$Tkh9j[4s8Vuis7lEdqu-Nos8)`p"82QkrU0[brVl^.rVjnmJ(iAqe]En`<42`% pA+[eJ,~> %fHA+r;?T484R9FMMI%Ireh#?NfTS*\o)/C\pAb*krNcT)SXY\*OI;@' Ppqo^OdV7R*3&c1qu-NmqtW3!0O3l;nb;eOr.,td5tUMCs8Dusqu?]orr5=TmeQPMrVb6C[,^u* KgcXX-<7M5rN@4\!Ee^\s8V)]G"QD9l2Ue^s7*Lmamo/qZX>MZa)N%>5Y*%M=PNfFrV63fq>C'e +TDE@rqZHjrVQTkqZ$Tkh9j[4s8Vuis7lEdqu-Nos8)`p"82QkrU0[brVl^.rVs\C4,/BBKns>< :q-K"pA+[eJ,~> (&e13qtpE07T"H(WhlPkX/W(uXKA])Yl:g4Yd1UBZEUR>[C,b9%_S^A[DAq*9X+Dl' 1b)'G0?X=lqTU]W-("Z3l%(r4&k>Wckl:(B>#eIhq>Kj\pTT$UK":[Vrq$-h*V]'tqtTjPn+5uD qXaI[cEFD?rUBj.X3',rrVQ*`s8W#ss5EqfrV?0e\M?+8`MBfKYdUjJq6]t*rjP\3['I!ACD*lM oDSC]s8Vur_aZmM(d05l69Qb4K1..j4p+9C]>iRls7>IRrVccqqu?QTAf^q#g&(gGrVu]ms3ta( 5(`>)SgYCH(lJ+cs(;3*s8;A9,#T[!*@21)3(?Ehh)[Mi2,m6Y%phUQQM(%.@MULU)AC,s"`Co_Yd^jHZLP:; ]=bVcW\G]uq>1!err)`i3[lgjlh^5Pq%*LZ,ZI6/mf!1as8Moqs8;lr6LjL>p\Fjheu6%=s3Z`t )%%p!\E!Uo*utGem.C>Xii[GsB:A)bs8Duf\Z!dGr:II/2l+]B+XBNP,;36Vs7H?fq>U3fq>DH8 s8W)oqu6QkrqlQls7tKudcLN/qtC'bq>1!err<#prr3)nqu?W_rr;rrr"Jbt^(aD:St;UHFB;>J s7uBarVqB~> )?0[8qY9s$6=6,-iS)i;jPJbNiSrq[jlY_)jU()5l0@Kpk3;3tq!&CUk3qO%\Qs$ks8Vcgqu$Ki rA*e;6Vp&mPPk+RfK;P@])VEt@Pq=S4YISrs-u\38Ou@^s7PK-2E+2h;ME?prqH*WpAY(8p!^kA s82T^iVN;f<^&*R\Gu8),XPbsaDd'3hu3NQs7YFN&,c=hp&:p_=QeT)lKIU"lhTf@lhTg;]M!kV p\Xmds8MKZjDHF`,V_285:.k0o;=i/:I[8l2*4NWjT"oQr;HZmq>^KdiK-uKh>70Or:g3iqYooh a8#]7l";kA2UD@%=oJ9uqXOUas1CWA4&/1$*AUbn7bn#W'iJ@@/Or#c7P6sWp]&-**%F*757.;)[KQdRPhKl0mbF,(91[qu-KkqtjDK4CmsZrVZ]koR/Z09PUEorr2rtrVullqZ$Hm s5go!eG]F@rUGkS8"0JOo_JF^n)!%"rqQNnq>UEhs8V`ks5_c)s6d1BBkMX]cN!qBs8Vooq>L-g q>UTss8MijqYpfup\OpgrVlfprrW#jr;HWqp[8%\rVl^.qZ"T!RF]s2eB!\\;mcN!p\FdfJ,~> %fHA+r;?T484[BIMMI%Ireh#?NfTFCF 3\NfZ*g?R"s3`SY&%)9*mo(>r/M8:_bl*hq,!J.UZi0@NJ2&f?01UE2s8Volp\=aeq^Kms7!G< qZ$QQ>U_Ngci*lXrVZ]lnc/Rf]KmYo2^B+B-W`\tdJI2V7oN/,4>\ZP,;mj01D1*F -63j8+"TGm4*`P-0e%YOs7u?e[gkW*#c7C+"U#fGlgTuY(N/mBqYC$ds8ViiL^%pnR$!SnQ]gm( Dj6EIR[u/7C\IQ#rVcZkqaVqe>O;:fs8DHQE[t0RC-YhVn>1q#CBirr)Qirpp'fim$lgjf*E2??)@RrVH6drV?HgrV?Hg rri?$rqZEers/JrqZ$Nmrr2lr!r;TgrVlllmf*7brqmH*s1]IPJVJf1LLj:X[f?*rq>L>D~> (&e13qtpE07T+Q+WhlPkX/W(uXKA])Yl:g4Yd1UBZEUR>[C,e:%'m"DZ+Z2Z9tC3%pAY'kq>FCI 4>9)^+-Za#s3rkd'=Rl2nlR841G^Eoc2O)",sjmd[K#^OHn?s81J<5>s8Vlip@nUer9hb;g\UX8 lIP@m^JHm;BsR^.<$4A,i5BGeT%j,>rr;`OrX\u-nGN)rVccqn+>[Y.Mj-V0JGL0,^J^J3%@E^0-M_t6>kTYmf34`s82Wls7>00;IeMXrr;rls8Vur n$L13s8V+e/NPf9rVpU1r;ZW`s8Du15p8'L0-C`T=@b[,s'ZC1=&LA13&3]G3R[Nt^I]7h3AWNO ((`#F*uYq?0KpUDI6&u>/VF'&q"F`t%mX;)VY[_)"<:J.n<"k2DtX&*qYU0grUp&G$]_p0ZF-mE Yjo)=]",;^[Qb(6pA"O`rVZQi9IVi*mJQt`s7>Z%03^bJn,*.`s8W&ts8Mins8W)ts8VolqXjL\ p&G!J[]IdKs76!QM-E?5s7Z*\r;5s>iVNQKs8VoorqHHmoDejNd.%)!XEe;aF.18Or:pU3g q>U3i"TJH#q>0sf#Q4>ms8Doqrr)iuq=jgcrrDf]rr;rrr"J`!]ch-^URe$JF&l,FrqQ6`rVqB~> )?0[8qY9s$6=?5/inDrMe6W$'([/]n!r;Zfpqu?]ns8VQGr;ZQcq>'p`lgalJ qtosXb%=NpE<#t8rql]or;Q^ppAam";(WqQ:cD$H5#:/;ZmctR+=4b<2BjLRGjbV3hhs*-0,tKG J'OB=+!NEr,;?1uS997Jf)P[Gs8U:m(FBNcs1]Nr'.hT*Lsq"jshJ,~> %fHA+r;?T484dKKMhd.Jreh#?NfTRks8W)urVtcRGpNn.!!Fs(n,)a7)%&/i4t\rK,,>##nbiFer;6Noqu?]bi;EWMpAP!lnb<"^ s7Ql@?qD,Qs8Vuqqu6Tmrr6L%s7a0',Rb\K,!o6b7+V77*YBq<)RHk&(Ekt?s8;lmr8:O8>rZirqu6U0rr)lrs8W)op@\(Oq>'aWp@[tLr;Q^. r:fa\p@/(YoAB01p\t3hq>LC-SrY5;,q"OX` rquZls8W)pp@S=[p@nRZrrN&lrqc`ps6fmdrVl^.pA^p'CkIV#KSO)6:::,qq"jshJ,~> (&e13qtpE07T4Z-X/2YlX/W(uXKA])Yl:g4Yd1UBZEUR>[C,e:&%/jQ]6bc%bQ%J1q>^Hks7uUp co#nf_EUE`%s8Vurm&G/..#%Qj p4G%[F]:t23\!(pff_;_1"`9B/MX'rs8DuliVrlW%JfJgs/$K>ZF[3GZ*UM,Zh_!-\5g#GZa6p@ F>pl2l21GZrr;rshl(fJ%h8RD0nAfopl6@)2bQIp6S^'hs6oXYs8W#os8Vurs6nnDs7l]fs8Drs(!A$A,mpFI^Dn@0/CO5l%6#T5s8Voor=&GqoiEQA]X5#P YICe,Zm!&m\@&_4"C(Klr;HQjr;D0l3&Kjtp\=[dj&eKS4a6Pqrr3]3rVulss8Mifp%8"TqY0^X p@@qTrr3T.p[S:Xnc/OZi:QU7rr;ijrVlg;qt:!hqXXI^pZhGEo)JaameQn_qt]g[s8VN`rVYpZ '`@h&p\Ojfr;6Hms8Mlgo_nX[p\sjc!W;]kqZ6Zqmf*7brqmH#qk>0bU8OcYST7_+[/TgpqYgGE~> )?0[8qY9s$6=H>2inDr"%k89(iuFu<_n3]BVhPl0u61hB?N:)@O:pA"@Zqu>Dj1f-#: q==8i0-iVU=tMoj06,#rpSms59jQo`+gZ[Y:j0BLtuh=5WfHOZ5()Qh16iE*$qes7>j^s4=E6KT)qo s7*jB;):O[X7H/flLt8XrU^$brpY^p*)t,Tk]J9U=R#^*+?:I;r;ZEfrqlKjlpPjVl0%L'lgF$- l6PQZm-!29+aN_Tr;QWkr;OPf5Ua8ClgalP`B@"%4JhuRs8W)tquHKjs8W&pruh=@s8;lqr;$3e qt^$amJd"_s8N#tr:p$[q#'pds8W&ss8;d-q"=4Orr2ljrVlTlr;-3[s8W#erqQKorr)ir"TJ?! s8Mrr#QF]"rVuorq>L )>sO6r;?T484mTNMhd.JMMmCONfT^Hi rE$rl,r\dO39L1M6nL,0ZMXLbLc["+4_UnWE%G'H/grn7M=Tab.U,%t6OmT"q"jpgrVkD^.7>F\ oC;N[,8;k%:a7eB-"jkH8kV&!Q5;_,TDnies8V'W&-)A's6T^UHjsheR?s:)s8W)rs8W)q s7c9fp5274$`X0tqu6Hks(;*(p$VJPqspk0P-e4S:H_J(n*Poa-s;Sqqm0p1A[_U.nc&OanFq@-j*T9qf^KkrqcE`nc&L`nc&=`!WN&srri?! s8W)rrs/Q%r;HZqrV?Ekrr!-#s8W)us8)Njmf*7brqmH+s)nluKnkP=LLa1U[K#srqu-PF~> (&e13qtpE07T=c0X/2YlWi;ttXKA])Yl:g4Yd1UBZEUR>[C,e:&%JdRN@nMtrVc<^s7lBhr;$:m a"\l"="HK"r45ET2]T:)qX'5-/gN_uXQFOV>;n;h6njVlj>&,d69dsPA,#`nqZ$KnfP<'0-W]j- oN`aZ1.P1e2'jS_^c,"a3THPI5Tuj$s82iriVjAfoDS^SrUk[ZHFgGc\$WO9jQo`+gZY]uYN>=21O;;(O0M_ZefOmW.VC/JZRs75a\s44<. IYao_s7*j>9eS\KVsa_YH'eiA+]QorquZkridM#*k(q4o_8C#2FgY#Rf**`s8N#q!;HKms8Dip+T;?>qu?]p qYU6hqY0jQrVHQorVlipq"OLWr:p9ks8Dcn')VIsp](9mq#: )?0[8qY9s$6=QG5j4i,>j5/YMiSrq[jlY_)jU()5l0@Kpk3;3tq!&CWiM]7gn,DhCq#CBnrVZKe rE%!+1iIt928]C"1f@-g5?>#gs/Sg\T)\iT3DEC#Kmbp;,d[2,5#UBjrq--frYt\2rr2`miHJTp]qu?Kgp$VhZ)?"&??U%requ?]Lbi&Bos8VNKqu-Qos8VrprsSZ"rV?6`q>^6N k5+rSs8Dus-M@?;r6i%2s7cQVW/An#s4^?sC$bWlq"=I[s8TJmU?gq(n*fZ3nEMRelKRNa=!*.j qYgEmrVZTW4>&Bgh>[?Pb@*)85![Zur;Zfrqu$?ks8Mrprr3<&q=j[^s8Mohr;Q[IqYU9ls8)cq p\t3krqcHjs8N&ps82Wls82foqYgEgrr2ipr;6KmrVQQip&"[enc&=`$NBksqtp1!es*t~> )>sO6r;?T485!]QN/3=LMMmCONfTLrr;uorVuon r@bH2,%#@M-F<`U-p^!&1JP1Sqj]`)PPb780LA5LG&Al\)6)sX1e&Q0-mXuUo(`4a,l[(Z-q?Z] hYkM\4W$@X1,On^0K>=R4$s8DQhl8U>WV21S#SGABBPl6jYQCXOM "ePYlnc/Fbr:K^Zs8)^,q#:$ero_"fQBdhtK@'Smr;HQn$iBl%rUp'fs8Dukrr2piqu6Wqqu5Dh 90"*Is7H?kq>^9inb`4`q>0dRr:9R@:e5"T>3Y_YrR8d?p%/(Zkhl(3s8N&uqZ$Tpp%S@ZqYL0f o\ea&rVl]mrr;rss!RF8rqb!Kh>[0KkGX9`s8UbI,\QE9q=a[arVQDW'lB\2P*D)nR@!B-.[$!V ,QVu\qYgEmrVZTI0dJ5GhZ*WR_H8*d0/:EFr;Zfrqu$?ks8Mrprr3<&q=j[^s8Mojrr2our;HWp +Su- (&e13qtpE07TFl3XJVhnWi;ttXKA])Yl:g4Yd1UBZEUR>[C,e:&%Js"0kotQoCMn[s82cps7uUH ZS)^88<>\,!?*Zi7EI[^]:'n,N4`r:K^Zq>V'&s7lWokeEdWR@KFqe,T=DrVZ['qu$Klo_SUfr;ZHgrr4tSrVuoorn_Wj 4XA_\o`+ses7uZaqtpEhqXs=Vq#BY\8mj_clhCGZe]?P?p&4pUiV3Ehp\+U_$iHV@ID)tl[Bm6M[ILX([OSSe UFcLbp\Ojfrr)cmfe4Ns9\B4Vn@]s8;osrqlWjs8W)rrVlg'r;$*^r;Zcnp\k*k!W2fo s![aDs7cNmrVlZhs8W)uqZ$Hgs8Vuqrql]pq>^Kns8Dlqs8MrqqXsa`s7-*`rsJc$q>:'err<#t rVl`prVHQmrVcZnqZ$Qsr:g0Xrr;rrr"K&!9.HI-USONQF&l,FrqQ?erVqB~> )?0[8qY9s$6=ZP8j4i,>j5/YMiSrq[jlY_)jU()5l0@Kpk3;3tq!&4Gd8F6+r9a1Lq#(-k!W2Zf rE#U[2R0>d3fS)[C][s.M)0_#OGU-rW!@s3OM40u3-01da^1b/WW;oD\ITqt:!6FO&,ZD(p&G'dqm8eKjQ>ddjn\-9l1sTNo(:O: ;S`&+r;$?l%K6&#qu?]oq"==[qtKpart,&*s8Duiq#:6lrqufrqu?NhquHcrrW<#ts8Ma.s3bai -YrMUs8Duor:fsaj4"&-s8W#rrs@FL;GT?7s7u*[rr5ahrql9ds8)cio^r+Yr;$6`qYg?hq"=CY qYU]_k?-VTnlL430lfms)$K^U; mF4]PS,<-^rr4,>qtl7+1`:bQ^oLom7;+i9r;ZTks8Mrqr;Zfnqu-KmqYp]rqtp?krVn;Fp](9h r;Zffqu?Zms8Dipr;Zfrs8Mlpq>^Hns8N&rqZ$Tlr;ZfrrVlutp%eXXrqQKor;Q]q"8i#lr;?R# rr)lsr;-9frqlZorr<#uqu?Zsrr;Ecs8Drp'E?W8A' )>sO6r;?T485*fTN/3=LMMmCONfTXrq$$es8Moorr<#o rE"t7,bCDp.=(NL$7%tc%fh(Jr/r*V\,H'9*CqVdn\7@Q-+)SV.6'5U^V/\#p&FsarU^$,8i9Bu [Jkh(/JhSZ(2rPd+YH;L>:jshEB63Ba8Yu9rVPRQ&,H5!nc&Ras/@MOS<8toQhcj=Pl6jSQAV,l .6"X*rquTkrser$rqZQmqY'OPrqZ6]rr*Q/rq,saqu-0`s8Dusr;Zfos8Mlp!<2uq)>a@3p%@qP a'hXU*:Z;`9R3p$2;NrqlBbp[8%[pAamZo_nXaq>'[ZrVlir qt9d[q>U6]oD\dgqt^9lo`"aQrVl]nr;HQns7ZB_q>T6]hZ!'ErXSo(rmsFcOIqc&P`_5sQLU4I Pa7H"N>;\Tqu$Elruh:;p4Y(O'R@'tV-+m$>V:*`s7uWnrqucns8VrmrVc`lrrr>tq>:*grr+>D p](9hr;Zffqu?Zms8Dipr;Zfrs8Mlpp\t*grquclq#:9fqYpKlrVlutp%eXXrqQKor;Q]q"8i#l r;?R#rr)lsr;-9frqlZorr<#uqu?Zsrr;Ecs8Drp'E-K-5DFZ=KnY=p;,Fb%q"t!gs*t~> (&e13qtpE07TOu6XJVhnWi;ttXKA])Yl:g4Yd1UBZEUR>[C,b9%]VH_g\p[FBS 1F/Wa:+q1iQ4>B://nc+q$2S/na_BDT)AG=&65q08#,:>B2TYnS+p%8:\pAFR_a%eWp27W[? -8HTH7i676I3UF>6=2HlpiSba43@O#s8DfQrX\l*q""Ibq#7BPBsb%IWNl9)q6U(0%^raMZEUC< V)LTHo)/F]rr3H+p\t$hs82Q_o`+d]q#::+rr;]fs8;lgq>^Enrqufrqu?Wjs8Ms7qu?]ip@S7* APsFPq#16ks8)Zfp\j.$s8N#t?2XBnau`Bs2iR_/lhLM[r:^$_n,NF^s7c0XrVHHfqXs^`rVl`j pA4U]s82E[rr;omq#CBcs8;3^s8;oqrVZ]qpAFRYs51EFs763iq>'gagIjQ$]!8WMZaI40ZjF4H Z_&qso:e.hHj-\#3IT5%$0knc/F`s8Mrqr;Zfnqu-KmqYp`sqtg6hrr2pGrV-?l q>C9mo)&Idqu?Wls8;osrr;uos7lWmrVuirqt^9lq>:3lrVc`ur:Tmcnc&=`!W;rrrr`/rq>C0j #laf&s8;`ir;QTls8N&us82ir!WN,err;rrr"K(\.8?P2V59iVFB;>Js7uQirr7K~> )?0[8qY9s$6=ZS9j4i,>j5/YMiSrq[jlY_)jU()5l0@Kpk3;3tq!&C?>']9/o_/+KpAY*lrql?` rDn>939/1o7qh;.=>;Wg=b"KlpS0K3i;WbZ-VcY6s,9f4EW>Z284#T/s8N&krq60arpKgbJ4Np5 L$`D+00E384duDf-S$i-9JigG;aO#Wj8],Yqr%GSs8Mus$1RWe@S4lAkO.L.kjdmrr:K3h,qZ%h q>UElqZ$TirV$9fq#9p`qu6EerV-!bs8;orp[7qQrr;ijs8W#sqtL!\qYC'_pAYE5<*M$#s7ZKa r;R#jF]-fjs8)Hgrs?h)9gL>:q#(-drr#Uas8Miio`+p[rqZQfr:p*aqtg3eqYBmarpfOOnbW1Y p&=p^rqlNis8Vi`oDACanauVVqY9darr;Tbq#C0bo`)u[I-B\PmI9Q3ki_L$$KgaAo?ooT[Jp.' rr3r9q=O)J.P)AT-5.^t@STtXs8Viks8Muss8DoqrsJW#s8N#qqtp^Eks8Vrirrr?"q#:9ip\t!eq#CBls8W,trr33$q>C9mq"t'j!<2ut !<)orrVm-!s8;]mrV-6Xrr;rrr"Jk;)1p2bfZr'jO^qG"rqcNirr7K~> )>sO6r;?T485*iUN/3=LMMmCONfTd(!"2<9q7l*ZlLsFNa^PQQnKAqY[0067K&4HUK;oo]Sn12_j:gp&=Xap](3lm/HX"4@_2R k?]MW-V-lbNr-7(+!W4".%fls2F:(!`p&G$hs8Vugs8DrsqYC0kr;Zfos7uZms8)WgqYgBh qYgBep96nR(pj89s7?0g'^p0Bf)PdHqY^*XYTl_..'N:krr3r9q=j>M-RT?7)\!fQ=$fF#oDeR_s8Muss8DoqrrMuorr30$rVc`qs8N#t q>^F=qZ$9gr;ZWhs82ilq#CBms8W#qs8;lrq>L']rVZU3gq#CBl s8W,trr33$q>C9mq"t'j!<2ut!<)orrVm-!s8;]mrV-6Xrr;rrr"Je9&7(0CL51M?B2ML8s7lKh rr7K~> (&e13qtpE07TP#7XJVhnWi;ttXKA])Yl:g4Yd1UBZEUR>[C,e:&$%[#hZ!(!`p&G'is8Vrds82fqqYC0kr;ZcmrqQHis7uWjr;Zfp r;ZfnqR&mh+M@aJs7?0g'^p0Bf)PdHq>L9g\LC-=.BrL@qt9sb:@\>\p@e%Vs7--cs7lQgq"jmb rr;urp\k*]nb)GKs82Tkrq6U3gq#CBl s8W,trr33$q>C9mq"t'j!<2ut!<)orrVm-!s8;]mrV-6Xrr;rrr"Jh:'lKqDWi)P_F]VGLs7uQi rr7K~> &,uV/qt^-%5?*oukMFqHg&Bk2i8N_XroX4A)Wp8JlKIBml0I[#kN(mlkiLLVAP9l8l1Y,Vq>PC4 r;HQgs8V5*.nTU'E&fJTs57'L/#N@Br;WHC4lHA>U`N5skGqB5;p#(,<_u1CjT#2YqZ$Ejs8)Zh rkU0a<*,JZ<@LjD=[f7g`t^'K1-lhf__4\LRK*UEmrVlfqs7-'n pU(]UlJM($roa:Cs5j:Cs6'CF#3kI=lKRNrrT=pWj.[tRX8i4irVuThp\t*fqu6WpqtC$hs6fjd rVc]qrVl[>s7CYO2F?I(s8Muqr;6BjoJI2"qu?Nmp\OQ0/5@i`h#I3Mqu6Qor;ZWqr;HTis7uX! qu$Hns8MrnnGiOe"98Arqu6Tqr;HX$rUJ\Ck[\)BmHNmXioKIk`'?93qYL-grVlisoDHI!'JiKN 94CjT;76H(ao;>7s8N2ur;-6RrXS\ur;Zfqs8UfZU:UC)qWRnYrVc^&rVQKlqu?ZqqZ$K`rYt\5 s7uZnqY^AU8ZgXkf$N'eO(q\%rqlNjs8@H~> &,lP.r;HZ36q(gELkUbIM>iGS2^8P;a:3^afM785h7rPK9s(FD!LX1'<=/;X*#rsA]$q>^?lrqHHgrr3)pr;$9irVlfqs7-'n s0VkuX,iL-rf[8Cs,d8Cs-!AF+I&1WQ'@JrP*2/qN0%HM,..7Hn,34[s8)`mqtpBmrqlEgs8VNd !<)lq./j&?o(M$Q;'S!Qs8W)srVZQirUV`PC\%DmrpfI>D^J4:5huD8s82fos8;oo!rW#qq>^9i #Q+Gus8W)rqt^0bs8W$3s8Miks8;ihqYgEmq>]^ZdlJ_%RHTn?P*M;Y#8=fMrr;rrr"&W'_FOtY 4"WEf5or4am.nd&#QO]#rUp$ds69O_q$m9%qtL!abGU]3r;Z]pl2C\]rVd0&qtpEjs8N&ps8;Ed )u9O6q>UBir9nS=B8V5!Mi!'t=&HF+qYC-jrI=~> &,ZD,rr<#;85+?)WhlYoVZ*S"X/rJ.Z*:J3Y8ORMZa@$BYd:aF['d*BY-5",ZV!6is7?0cq#4Iq r;HQgs8V4t+@#AUBeq*>s40n(+e\l6r;W012Ve?4V&i5ki1i^i9ud1s:-p`mi;`ZRqZ$Hks8)Zh rkU0[:/I';8fgGn;*L]R`"XX>.QJ-F]-g!&Nr/eT')VM)qu?Zis7uWns7ZBdrVlcorr2osnGWX" #?JX?Za0S8rilF+s02O.rj!ZQ[C!/js7u]lrr)lps8)lqrVcQlq>LWr r;Q`rrquZhrV6Emr:3ks7lNkrs8K"ir.M!23bH3Zj4(K\$V85(VTYC&,6+@8I[+71d4o0 ,XeU%s2k6FrVHQop\Xphl2D4ep\Ojbp\Xg6X.-Kps82i\rW)oqrX/W$qu?Qnrr;ipr:0b*q>^Kj rr2clnol@/Un+N`T9O7s:9j]iq>UEmJ,~> &,uV/qt^-%5?*oukMFqHg&Bk2i8N_XroX4A)Wp8JlKIBml0I[#hUBn 0`ChIrnC3t>kI698g0Atk?^b:V>pDgs.Cu+h#I5T&48-Y4$>6so`+nl9jL3Ls8;lr3r]*Xr;ZZo dT'"?/P.Wc@(B]:27W[^2`WHR8h5C@6!csUs8MZ[s8Vfmq!\%Ys8Dldp&>!is8W&rrr2osnbrdh j`!i$j6Pq.kPs]Djo=KCkPaWElMp,Kkl9fXkk+3+e8$C%iW&cNs7Z^9i!<)lq /cGSDs8UGO>;'mks8N#rrVZTjqsRYr-H#lYp&G&r/jEYVH0kS(s82ipr;HWnrrE&orV?HmrVc`q rV?Khr>5A*p\b'hqY^?mqu?Zjr;,@Hj).>[naYl/+6VkRlbY\Fi;3C6krrMu`l2D4hr;-Hms8CA/-lQd^r;QZZrW)oqrW<&qqu6Tuq#1!bs7-(-qu?]m rr)]ml!e8@gY(-&f#!J_UEmJ,~> &,lP.r;HZ36q(gELkUbIM>iG=#?EBs7lWlqt^6j s"XKJs8Lb:(es5MI6e^1r7FY$,b4l6qYcX#0\67$Z4K5J<%fjQVXj`]82ECnhtd'Hrr5"Ws8;oo s3an88g6DD2c6MO3@V'*Rk?B<1-Qe$F#?iKPl1OUo)AX^s7l'Ys8W&tpA+agqu6NlrVlfqs7-'n s5dT5I$^"Qrf[;DrfI/Bs-!>Es-^9irrE&srVuofrqZTirW)oq r[n*Gqu$?)7RS5*o)J^grVcZlqtK>R"!"fIl1=fLTcuL')L:]Lp&FphrVZWnrVllsq>L-gs8Doq n,4("p\4Ucr;-?js82iqq#(!\s5-fn?(RDIPm+dWd/K(DRuLCq0-7 m`GJ.rrr>trVlfil2D4jr;-EhrV+Mg*"QE:r;Zf]rW)oqrW<&qqu6Tuq#1!bs7-(-qu?]mrr)]m dm#R6NJ`[OLOs)=;7?N"q>UEmJ,~> &,ZD,rr<#;85+?)WhlYoVZ*S"X/rJ.Z*:J3Y8XXNZa@$BYd:aF[&C@;]W\f[Da:)ps7HqYup.1t_j*Yn0/M=>M``Vt9rb9fts4iVWHLs#0iUr;ZZo dT&e3-:'%BUEmrVliq q>U3g(]3t$r;Z]kr;Q`ns8MfkqWn+:>:"="Zg"h%]"#2VNtNJUq>Cj!s8UPp/.rs@,!'\Uq#Bp, rr<#urVulurU]:Q%f#nqr;$ &,uV/qt^-%5?4$"kMFnGg&Bk2i8N_XroX4A)Wp8JlKIBml0I[#k4J66m-VM^TE"r^q"Xmhq>U?m 0Db_Ia?V"1KR$d"5\0oeB1atIs8)QkROgMQs8L.d4%!(;0Oj\RoD;KY?:s8Wr;Q`rrZqOBs8;o^ O[3/.2G?Dtn7,'IYlAf"4>&rr3&tqX+7]"9%uls7-*as7uWorVc^& rVQKls.r7f.&HtCrr;rrr"f>)G9eM@YlFaSSNSPt/hk3Bqt0jas8;fqrr2rnr;$NFqs"([rVc^"rVQKkqYL3jrrDocrYte8s8Dro qZ"\mP181Bda$@ZNb;7rrqQ9es8@H~> &,lP.r;HZ36q1pGLkU_HM>iGeI.6'`Oq"Xjfs!%IBrVufq lB*u#.P!eBKB,if+eS76+=eZ_/hK+42b>Qjr;Q]urql`jrVm9#s8Muss7>g\rr)fprr2rfrX8W' `>V=9P`LujOcfX)!0@,As-!AFrfmDGs,mbSSs5J8IkUk0bP_A=rrDflrr`5or;Z^9i!<)lq $N9l!rVMg865Q*hrr2rrrqmQ)l>%4Q9q_4Zd#p")74pL9rql?dqu?Tm!<2utq>C'f#QOf&rVc`p s7uWhr!WQ(q>C9mrVccrq>Laf.hR%&qZ$NYrW)oqrW`>uqu6Hgrr2otqXOP(r;ZfqrqlQl Ymt#tM3!FJKRmZ5:::,rq#16kJ,~> &,ZD,rr<#;854H+WhlVnVZ*S"X/rJ.Z*:J3Y8XXNZa@$BYd:aF[&pmGZE^p$,`D9opAb'is7uZm s"F6KrQ$l80RRn@9KZbZl<6>"P5bIVr/r6[ec,Tl,WIq`4=4P1s7>nR1dsmkqYC*i+o_N?s8;o^ OZHDn01@mVkZ0hoV=nUM0deD*0g7-M9f&OArrW,uq#14#q#C;'/rqZKls8DorrV$*erVlZlm:unuZ,!L+[/[`A[()#'/)9t!&,Ynms6[1OK85i0li-YMq8rX8 rr`5qq#BRW&,Z;!rV-9[N$L%kHi*[>r9=1\rVc^"rVQKkqYL3jrrDocrYte8s8DroqZ!r &,uV/qt^-%5?=*#k2"_EgA]t3i8N_XroX4A)Wp8JlKIBml0I[#oC2;+pXX%lq>]pWqt:!fq>U?m /c5SHZT0Bj:..!$8O)\DGXF!5r:p'cOX3*Bs8(A5*DpQI9"Flpq!hH]ANnuMs#g2Op](9ms8;oo a?<L9krr2rfrWi5t s("m@l1+c8roO1@s5j:Cs6'4As5t3Wip5pqn&')VM=U]Em-j`KqYgHoq=jj^rWW8ur;HWoq>^9i !<)lq!<)ln"boHF.F8%ir>bV4Z8O6d4)91A,q)qO'Tr%fqYU6fs8N&urVZWns7-'frrrE#rVlis q>U3g"98AurVca,l1OfGnauYRp3[E1ZL@8Yl08rGm-4&I/R&)KqY^ &,lP.r;HZ36q;!HLP1PFMZ/P=NK0*`PED",O;a7FPa.GpOd)/tQ'dc"Jte2S1$8;tqZ$Bjp\Fge s'bg)rNdsm.760N1dsLgoOT]rH2.C6pOsA:e,K:!5T*+"6T`!]r:oJC/Nc#FrVQTkp%eXfrr;or qoCKZ7RUNB[.@3V0iX0!-m2SM00_?C5WgHWq"4IZr;Q`js820]rr39!n,E%[rU^!drr2osnbrdk rqT86K:A8-OoCIBO8k=AOoLU?PQ-d^Q'.AnOe6qQ!-6upq!\%YrqcTns7uEfp\k?pr;?NmrqZTi rW)oqrX&Q#qtKZ*1-lhuq#)3!qkGJX)^\U29c=mE.hn?Bs8)WkqZ$Qps8Dlorr;Nes8N9%rVc`q s7uZir<**!r;HTo!;c]ps8!'#r:Y13%4 N.6S8M2$Uk:J%nmp\4XdrI=~> &,ZD,rr<#;85=N,WMHGlVuE\#X/rJ.Z*:J3Y8XXNZa@$BYd:aF[(!?ITtdEh7-sm=q>^6iq>($g s'bg)rNe.!/Oqu[2F]gnq.hl3I/3^8q2$%Iec5O"5T3:*7mO`eqtTJL3(c6cs8;oop%\Rerr;or qoCWb8k<>P\+Nlg3*V\?0IU-e1IF2S6pNDlqt0a[rVuols820]rr38un,N.^s7Q?hrr2osnbrdj rqobOR'jC%Yl:j+Y5b^*YlD!(ZMq*EYI(R>]TktgHKG+ukj\HJqYgHoq=jj^rWW8ur;HWoq>^9i !<)lq$N9l!q"9"o7j#kPq>D<$rMD"c+"LQA:ECQT/JOKBs8)WkqZ$Qps8Dlorr;Nes8N9%rVc`q s7uZir<**!r;HTo!;-9j$hsGoqt+t1)2>T%ZK\_$]">>^KF's1q#(9lqtpBm!VZEhrrVogs2k6F p&4m8X/3u7l2L_]%JftrrT%*.6Qqfro)A[RrW)oqrX&Q#qu?Nis7,scmJ[t&rqcKkPm`\MS"udT TpTe!9!\Klp\k-jJ,~> &,uV/qt^-%5?=*"jkSPCg]$(4i8N_XroX4A)Wp8JlKIBml0I[#n*'3*lB53#s8Dcmp\Fjap\t3m D>aG5SMqH7/hA"Y3\JVUP<^XBs7Q3cL`\\1s7>`'),a6^V#0WCs7'&@<%,ohs8;lnrr<#ts8)]o l;K6-;GBUHs,/X75Xea`9"SRq='8?q=?V-5s6]CVh0+4Hnc.ageG&e:r6;e"s8Doqrr2rfrX&W! s._*,lfmQoroO.?roO1Bpuh\@''n]Kle_1&aAt`Od/X.=o_nOZr;ZQk#6"Jsqu$Elq>^9i!<)lq $N9l!roJ,l6o=60q>L?n)=i>3,<@=t3D*:+)LD,Ws8;osq>^Hhq>'mcqt^9frVum$rVZTls8Voo q>V9,rVuimq>:*^p$V,Bs7+ &,lP.r;HZ36q;!GL4bADMuJY>NK0*`PED",O;a7FPa.GpOd)/tQ'.&hQ(Cr%YP\(gs82]mo_8@b s"aNPrgbPM*$lpJ&iM5VqLC.;DZ9P/p3[E)df/q1FqmS:+dMrnkl9j4&2#0FrVQHjqu6USrr;in s6;up5tOR4lMc/S74TuR7k_/O1JUb:7SbFLp]'dUr7Q7AWq$,O_US>UqYJ=?aS>`4rr2osnbrjp p\pBb>bdOGOoCIAO8b7@Onb+>P7jCKR#lreSTH>$;n;f*qYpHfq#(0erW`?!qtpL?n"o\AsrVuon rqZR1q>L?lqYC$ds8Vi]qu5p!:BLo6R?W\ol'2L;Pa%hK!+,L#rr;rrr!W5ts8MihrVlisrVZZp aSlGEq5u=_(09M\rr &,ZD,rr<#;85=N+W2$8jW;`e$X/rJ.Z*:J3Y8XXNZa@$BYd:aF['?X:ZFFU,^&Rp's8)Tlp%SIc s"aNPrgb\U+=JWU'/qG\s+Wk1pja)8eGo12Fr!bB-(=`"kPsj<)ET4as8;cnqu6USrr;in s6<0$78-9>li2M`9/8Cp:cPjg2GmCF8Q%3_qZ$'VrRuFCWq$,O_US>UqtnODbPV8:rr2osnbrjp p]$WsDS*0XYl:j*Y5YX)YkYL'Z4adU]!J9F^6Lc0?GHC6oC`(Vq#(0erW`?!qtpL?n"o\AsrVuon rqZQuq>L?lqYC$fr!i;cqu?''<=9L_YHP%6l*L])]!f=q#[R&tr=AW$s8Vrkrr<#tqtg &,uV/qt^-%5?F0#jkSMCg]$(4i8N_XroX4A'^"WDlKIBml0I[#lg+!4WC2I?q#:6l!W2omrr;n7 rr;orrJ!!LFJcI*7PlZYs0"dKFoV.1reV^Sd/Wk>^Ge&P8YpZ?CsMlk&LU8rs8W#ss8N&urr)]j s7i$97SkaBrqX2N87G^n5CriR-s'SpqYU6\ rW)oqrX/W$qu+$2;_h>Gq>U &,lP.r;HZ36qD'HL4b>DMuJY>NK0*`PED",O;*h@Pa.GpOd)/tQ'.E#WbN8[pA"XcrrMroq>UEl 1B.=Os8@Zu(2KSHM*s*IM"7&i-uAn[q=o@L.a%bds1^?A9Ke\Y=D5qN>lY:&`qoT/r;S_TrVHEk pk^+S7k7gDrNdA(;arMgB)-0c;,fV)9/nu.>OT1ICP5^UCP5gaGPS'1EOcY`gN@OueS*U+Rs8W)srVuZl"o\>pqYU6\ rW)oqrW)orqZa?(66Snhp\t*jrVc^4li#k#2]Di>0I7SH>il"]q>UEoq>:3irr)itrqlNkq>C9k rVZ]oq>U3i"oJ?"qYC-hrseu'm(['K!#T@DU6_.-l'2L7P*MV3!.b%Irr;rrr!35tpA=mir:^'g !rDfoao2PFreh=H-pQYSrr)j)qt[WM83SrKrV?Kll2C\]rVcfqrqcoSR%i.2o_J"U)ZB[6r;ZW[ 2)^SMKR\f6M1o>-6*gOep&"dgJ,~> &,ZD,rr<#;85FT,W2$5jW;`e$X/rJ.Z*:J3Y8"4HZa@$BYd:aF['6jE`.'(PrqQKkrrDojrr;mO rr;orrIua>DPFCn75HBNpS'PtDu]Y/qLKA6bl@J<^GIW@6(;juC!H?[!u4AJr;?His#9rUqYU0HsTOrVc`prr;Nf#lODn a;7=WYd",1s/uC(!3Z=)s02O.rilC,s0<UEoq>:3irr)itrqlNkq>C9k rVZEgq>V9.s8Vrkrr<#ts8W&f`bcn).!`>6Z*^^uZj+%L]3bhmpA+Xls82Nes8W#jr;QioqZ"\: s8N7_'K[g1hs(.=rN>ec5:;nGX@)rr)cpqWp7.URn0N Vl$>^EDT*2s8DWfs8IN~> &,uV/qt^-%5?F3$jP/>Ah#?15i8N_XroX4A)Wp8JlKIBml0I[#mHa)d@T:\Nq"sj`s8Vopq>PC4 r;Q`orV:Io._#BVm>a.]:?K;[6#Q_uq#?O(/].PZp>p62;.EBj1*)b^e$Hd!o)JahrUp'es8Dln rVl]W9g23"MYlr6C,%V"1K363M'Xr04YRaO5=M%0rUb1h=>bK"<^nllo)4.m3BroO.As5j:Cs6'FG([(#Dkj7EhmI\V[4#1WWoCN"^rV?Bjqt^3rs8Dij q>:-jq>L-g!<)lq.K0/@pOZ+H."_Bjqu$BjrVlfrrr2cks6mCN:eNuVTBcIDp%nX_qYL!cs8Vuu rVuofr;ZZmr;ZZiq>'q)q>:$arVuccqsN.8CILEdU;H$ZjQ>grl08`@lgEqV-*@.BqY^ %fQG-r;HZ36qD*IKn>/BrJUr?Nf]EfOcfX))Ng5JQ'7>mPa7W#R[B_-0/L?8rr;ilrr2Zlq>PC4 r;Q`orV:If+g1S=l\meU7G"Ur11g@_q"og^,/!pJpuQ<'7TVi-*tjh;c)@hPm/$\YrUp-gs8Dln rVl]F4u,GQN;rbEC+V"[+?[dEKcr)u3@kn./j,Tos71+d=>bK"<^nljnG.GX0J8jnrVlfqs7-'n o_J:B4qN44rfI/@rf7#>rfI,As,d8Cs-!DG(QFQ:-jq>L-g!<)lq&cMV(pO5G*)0blLqu$BjrVlfqs8Vp.s6Hn>:.6s4PN;c8p%nX_qYL!cs8Vuu rVuofr;ZZmr;ZZirV?@-q>:$arVuccn))-E8fSHi=Eg+&Ocl)ul'2I6Od)1g!2'5hs8Drps8EK+ p\Opiq>^6ZpAb0lrQ5$Dp%)W# &,ZD,rr<#;85FW-VkU&hWW&n%X/rJ.Z*:J3Y8XXNZa@$BYd:aF['m?PV*I5_p\b$dqu?]ks7uY6 rVZZpr;HG31F07$s6P_)01am(3&bOKrV6>L)^`o"/WV!@ROs8DckrqlNj#QOc" q>'pds7uWhrW)oqr[IgCqtGS00s_rVuoq !r`0!nbiFarVZ]mnba4!qtg-es82BYjNNoi.NpZfNj#mlXKo.rZj4"J\$SU1SG)dWs8NQ-p\Fjh q#C*Wp&>!ir5npCp%2i->!H0Ql2D4krVcNiq3i6n0O!]3p\t3WrW)oqrX/W$qu;Nq,Z)V_s7$"+ rVucks8(Up>+qUbTr4`aTQO4*\GuO"qu?YG~> &,uV/qt^-%5?O9%jP/>Ah#?15i8N_XroX4A($=`ElKIBml0I[#l.5!c8$)aZo(MnXrrDrjrr<#u q^hGP7kMj_s8A`A3$?Ma6:>8KqtL,\.jqe)qY0m,4>U8DBkB;prUp3is8Vlns#]uSr;Z`ns8W&o r)PC:3k+nTo^&;a6(R$8s4_0=/#'0o2e!eBr:BZm0/PA`S1dJ_=n)H:.QJrZrVc`prr;Nfs8N?" npM:.ioT;$jSn3=jT"?@jrWUFjlYahkihO#jlG=Sj6Z4-fRGgo,^mo$s8Mins7lQus8Dijq>:-j q>C'f!<)lq'E.h*oj9so,,>26qtp'ja#Pn5nr;?Hgq>'g]q#L?lrY,4sbGoqb1G:XaN7@@clg*s)k2Y^k+6`%YiF+(Hr;-9frVc`q s4?B)q=sd^q=OUbqY'a]prWL?s86[[;_E=ll2D4ks8V`ks,Rq!06@0hs82TUrW)oqrX/W$qq4n# 7NJ*#nF?JsrVlimq>^9B1lKN-f\"d(eAdPW9==cnoD8LdJ,~> %fQG-r;HZ36qM0JKn>/BrJUr?Nf]EfOcfX))Ng5JQ'7>mPa7W#Ru3eB)j:0krVucnrql]lp\t3m s8-U*ANhBWrqlSg-o;aTYV.k9kl:DUO;o7Er;?Bf_DTfP*;)oO-,]jO-H,pSVf`?!"s=rl2UbYrr;cm#QOc"q>'pd s7uTgrW)oqrY,8-qt4/N<"kYuq>:'erVc`qs7cNm)ta11p#t,nmectMs7cKhnFc\Ps6SapaiMia jSAWIr!3&oqu$BhqYBsbq=t$grr*Q.mE;M@1_g<(+&eSoQBdf*R?m'%#EY(4OX't5s8N#trVl^* e)U#pqYgHoo(r=[o_8.Sao2PFpgFt,,BWhHrr &,ZD,rr<#;85O].VkU&hWW&n%X/rJ.Z*:J3Y8XXNZa@$BYd:aF['c^Nu1^s-+ZLZMj[qqnkL'YPtaIY-5%5Z*CU?\[/WMZELXJZ+Hf2'EAbbbj#0,q>UEhrWiK%qt^'b rVu]kq>LBmrVeSNqtp%k3E[2hs7uQhr;HTns8V]gr;6$_rU]:/m.:8WmJckYqsa:UpAaL=eB,eY guS;,q>:KnqYU3gqtg-aqt^$fr;Q[/r9_\-D*8sV)),[)Za-g?['Qs('df,JIsU7\-UV5'Z,=%p4*qXaR`rdX~> )?9[4r:fuu4B@ThiS)o?jkekOiSrq[jlY_)jV$_>l0IQpk3;3tl0%cK4-KO8s7-*es""!Hg.Fdj aSl)1iB9CjJ'p[s>Pek5XWDk\o_To^^V2CHa(.>)Bf?j6up1-kmCncj8Mi"Q2a^>OX75lP m/?q`/b/&dj58VZp&>!kqt9ROoChnPp\+:Tq>C3jqt]s]mFJY'@6Q+u95g63g?\=gl6#Q]j/+S) dd[#2r;Z`qrIm9`c2[S=qXsmfi.4I4Wr)>crr3B's8N#ks8)cprr;oqs8W&trW2uqrr3-!q>:'a rVmT2r:U'fs&h*P/[tZXqYp^?es8Volr;6 $i^,%rql]26;)*LN;eS>L5UtKNfTPa7MpOd)/tP`Dht+G]a]p[S7]s""!Hg.Fdj aSl)1iB8kLF2pOoLUDPAuh>Ng,3'0FRpp11lufcen0[na>Pi^T3rQ@89X&B75rVn,N4`s8;fps8MuoqYU9l r;Zfps8Vi[9,&isU\aZYq"=U`rVQWns7uQlqYC'hqtBmdrqH$_q=sg]hQ))e-4pRo'HenmQ0ePN q>U?k&,PVOhqcu9g>qf%rr;urqu-F2q=aLYr;HTkq"4+Bh85Xu4r++u&M[:-MjU("Q1pL`QYR!l f)PLEr;Z`qrIm3X_YNQsqYU9geTF&cXT.hirquimrr36"s8)cprr;oqs8W&trW2uqrr3-!q>:'a rVmT2r:U'hr_k13-aisRqYp^?es8VoortPJ4s8)cqqu?Wos7uV0(0 ('"70rVHH,5Z)j$X/2ViW2ZbrXKA])Yl:g=Yd1UAYcY(5Za6p<`KVg0q==CPrr)jIqu>AB75W*a rUo,42)][%4UbEcq>^Ji(+kaHq=ja\[T+q7,S(fcq==R_q>Lp&rVuoqqu?]V?;*IHlhpGOq&f;0 n^#b`m]Tu#Q/V<'qYRCVYOge(86F=.s4iTBNS!Fo&,ZD'oWnloX0&G&X0&S.Xo>L'YPtd*Y5b^' YlD!-Z7*&\[C2`O65TeF4)LY+dGXH_o'bbm^oX/XAPuK6COqefo)JI^s82`mrrN,trr5Res8Vrq s7G_R(+^T)r:g-eq#CL?nr:odKm-sJqV0PBZ(_IH$-Se8\l212Dq>:-e lf-gXg"#-Lq#:9qrVZB`rqIE*o^hYFp%@tImd'2q`1M*>*siW/88aKe[_1k3q6qHPZ*Acr6.Pi+ s8;oqs8@X3.)u8Us8)Qkqq66]A?5b#rr(J5j9p\k$gnbrJ4qZ$lYnGWIgr;HX0b8Y/hVPL/nVPKr3>>r!0p%\C^s*t~> )?9X3rV63$4B[lmiS)o?jkekOiSrnYjlY_)jV$_>l0@Kpk3;3tl1!\U@bUkMs7-*gr@RjDqY[iH -C0j!<)`n*rGs7 s8VrnqWU[4:IX"5q>:3lr;?Hlrr;cirVccnq>LHnrql]p%!XI!-a*LIq"O:Xq=FRb!;lZn)?'U/ q=sjbr:g-dp\=X^rVH(]-"0)@iW&lHrYth9rVulss3j#Vd+6^ncc+P[O(2"kqt9a\rVqB~> $i^)$s8;o66:u!JN;eS>L5UtKNfT9aP*(n+O:m\>Pa.GpOd)/tPae148C@D$q=4Iar@RjDqY[iH -V(OT(=@ OT(@FP*(liP5URkQ&LQcTTNtX)\iko'-B21\3,TI[=*?,t@+W1[k)hZo@s8;fnrs&E#s8W)n pAY(+p\k-jSOa;&\Gl!krr2los8Vlbrr2pQr:p-`s8Vlcq#13epZ8f'3#E/@)_=9I5qs_k)ca!- o['_#F\sn;*[2mb8T1'4h!b%:rrE&tr>5+kfu'kTKR6T[*XN,p5Z`2\N0g'(QBCEsq32t`QC(#> B_)3"qtg?fq:@>H'5-n2oDeXbnp)8q(hNO5rr;p.rq?-Znc/Xes8Drsr;QHdr;?QprV?I7qu6Nn s8)ZkkU-YrVcfmqu6fts82fo rr3T.s8VuorVHEdmReHs0M'jqs7-(-rVuirrr<#I)cDr[J:<-#JqRT-:::,uq"jshJ,~> (B==0rqlZ05Z)j$X/2ViW2ZbrXKAY/rilC*'!S[JZEUL7Z*UdA\?o:6eGee2nc&Re/c#AAr4!ms >Nu.es8-ml7T.Ke;Q93^r;X/@!+G?pp%/4Xbc@+\G'D%-q>^BfrXSo)s8Vupr6%u23b\C0j!<)`n*rGs7s8Vrn qrgL&7mG]'q>:3lr;?Hlr;H?aqtp?fq>M$*s82cprbs2J)l3H.p\FI]q""C`!;cTk)#O:+qYC'f rV6?jqYU3er;#eT+'1?pg]-dB)u]g8s8N&udihtoVkTo`USX]/=])R*pA"L_s*t~> )?9X5rqcK)5$F2tinE#?jPA\Mi8WeXjlY_)jV$_>l0@KpkNV9tlKl,YW;lhes7-*gruh:?rqaAu 8Y?%Tr;QSk10cK8q;;2Os82i\IoCphr;HKjrs8>us7cQnrVlB`rXSu,q#CBkr;49/:cY0Js7cF) oD/Fbp&"dhrr<#srr<#ts8Vrlrr35so(E"^s8Dl[rX/;qr;ZLu41j_;hYu=1gBcTkhVdDRjQ5J% jo=KCkPjWDkPaTljlGOcjke_Fbd^Kmp&G'T[[Z=RqXsaZr;ZQcrr3;ff^Jk?rpfj`qYpLcp",Bu0i3M(_U?lai8rqNeA?l55YOpA 5s.Y=AoDR$A8YX;0JlC7H]4;fYcXRWJ8J^k5W:Yg7WsKSZ,P2Ol0@U$mdKT3mG[=Pmcr4k+0PV9 q"aphqu>G*.mc)As7$'Zp@_B9>oZfC0is8DcnkX.*i9(DoYrqlTms8Duss8Dlps8VlgrW)lqs!1r983tc*m/R%MZetfEX+ZZ1s7l )?0R4s8N&96qM*IMhd(DL5LnJNK90`P*(n+O:m\>Pa.GpP*D5tQ(E:JPPtCJq=4Iaruh:?rqaAu 8Y?%Tr;QSk-;YtanCd[;qt9pJGtiYPr;HKjrs8>srU^$frVuNcrXSu,q#CBkr;3Zb6nXo,rV-42 oD/Fbp&"dfq"t$aq#1*brVcB\rVcWeo(E"^s8Dl[rYYV3q#C.i'6oe)Nf8sZOcb`dO-#E_O,f;# OT1ICP5^UDP5^[FN[BgPR[]_1Q%sEa5:R`s+X]$2 (B==2s8Dr56;`'&X/2ViW2Q\qX0&P.rilC*'!S[JZEUL8Z*L^A\<&M8s8;Eanc&Rg+T;?>qS,Hj TE"Q]rqiTC<%+^:g\_$Lp]'?%:OV[/rVHKm#kn;uo`+sis7?'c%fcM&s8VuoqmB!d17S=Cp\Z*( q>^Edqu?]mrVu]is8Dfos7Z0ds8DZ^p&>!krVYpZs836"rUa#-M6jCdWN,isriQ1&ric@+s0;R- s0;R/.'^"ZYdC^;W2cACD,E>I/ic-g=`&_QS"6IZXK&(YI75A4O7rVJr:^'b)"ZkZo'Gf>q"F7X s6$h[j8/WLs8)cqp\"Oa$09S#rVcNXp%S+XqEX>cIkVQf=alO1V5gl3[&g0j?8!cg3%?$m.QU.! ;+sJT4G*.R#H+s6TdZoC>Ku<>\[4nbrUio(`4a!<)os2?*LPs8DonrVlirrVZTnrVZQhqu6Wqq>C0i s8DcnjZP(P7.1'PrqlTms8DuqrVQHhrVcHcrr )?9X6rqlT-5[Ki*jP/8Ain`GIi8N_WjQ>V(jV$_>l07EpkNM0qleI23li6YWs7-'gq#::5r;Z:0hq#1a&q#CBhrr0*$8i4WhqY:$t s8N&urqZHkq>1'hrVm-$s8W)ts8W)srr`/oq>0@T$i'\rq>>R`ZKgQ.g\fe*g^)cpio9"ZjQ5M& jpL;5jlY^gkNM-ljo4 !ri,srr3MJ7Rq*FMh["CLPgtINK0,!OoCFTOcu#oPEM)mPa.Q#9M4+>p\apYrW)`mruCt:n[lO" s7ZKfqqFRk+GTgnqu6TirVl*;eG8\7rsSVus8VlnrqcHhs8Vln%KH5's7lTmSjYak_Z'?*rXAi+ s8W)oqu??_q>1!frWi8urqcKjrqcTn"8hoiqW[tms8DQbs)S0_Q]dAeMiNm\NfB$Yrf%&>O,oBa rfIMMOH>TeP*2#mQ2QqRQC+,*Pa7Z%P)kW[N00?iPE:ffR$a&$S!T(m?m["&TuP[7e%qlDLNHcb 92]Jj]A3DPnG3(^rp0O\s75dWqu6BKN^G$cLq;:1o^LqgY'a.c*%tHIS"?">R[9@&R@9P2Ss"1h 0JZ$oEds4DUnF-@P`CB=@7i@&*#B1o#mq+P,V(lI?#bCNPF8#6R?Wo$Q^*_pOHPiol';(/+.8RB !%-1kp\4Xds8;orPT!(2@dNsaq>8D\.Tm[0qXFIqo)AL'\_6WRs8Mios8;fnrqHF4rqZEis8;os r;HWlr8'4Q/OJb&o)A:Ts8VuhqYL3lr;HTnrr %fcJ+s8N&96rA9(X/2Virhp($X/rJ-YHY81Y7e(FZa$a^Klq>C9mq#1a&q#CBhrr/]c67p.Uq=spt s8N&urqZHkp@nF\r;Q^$qZ$Tmqu?]nrVlusq>'mOrX]&-p%S?&"ba:fX/MtsX/l6"s/Z.#s/uC* ricd8YHP17Z*CU?[C!4^Kmr;HWls8Dm9r:g!a s8;osr;HWlr80F[1.LU0o)A:Ts8Vuhq"jphr;HTmr\jfUr;#bC3\*5@rVQPn?6:-gr;HTlrVuols8)cqUE*#t+Kkb=q!n>&qu?WpqtpEZ/L6^UTr"igW2"H49!SElq"jsh J,~> )?9X6rqlT/6t)S7jkJAAiS<8Ghr3STjQ>V(jT=T.l20ZNlKlqsT`=BRqu?3c-i3l@r:]mbqu?Wl qZ$?jqJ?pihuC9js8;cmrVZNfqu6TurqcEcqYC+$r;Z]pqtC'eP#OY6k5Y/Rli.7h r;Zfrrr)`lrr3&tq>Lo3l0.?rmI'*"ki_0ql/_7*dtL(6/NlB^.iTK_2DIum/1)McA]=]LpGnEf*&p?LZ#nF?/BnET,slL4-- n*fc4jT"*:h>c71hYuILjm;L-naPu.l0n$(kNVI%m-jE4n*TQ%l5o?UNYQ@,o_/4_rVZQcs5c!X 2);oGrV6D\,#(]j\a]S:nc.p:4tBsMo`+mbs8W#prr2lnqY9gYp\=[crtkY2s8;osqY:*is3s+f -ldef_ta0(rVZZp!WN#rqZcihqtpr;QZos6Vp?-sZZLb`4Us.6@=.*^NC^^&S-/s8Doo o_8@^s8NZ.s8M]joDe]--t,=qf)PC:nbsL*rqufoqZ$5"2RCZUd+?b$b`#duY5J(iqYgGE~> !ri,srr3PM8k!?FMM?nCLl%"IN/is\rfR2A!g/\2qi_>OQ]r\Jr9jL[qsjY6qZ$Kkp@nUas8Dik s7lWjA.*8-qY^6hqYg9bqYp?jr;6Hkr;-6drVlfrquH]jrX\r,r;ZZfs8.@71HFCmo_n=[r;I6* qtgbM2[FRN/NUQrego:NfK0]rf@,BrfI/BrfTj; PEM6"R?$rOA'o]O)Z KO\&`n,N4Nrr'],%fHAb&3`]]:IHQ?$lN;sS"uL8Od2#kQ'e#/Q'$ikVOj0ETUqgKS3 S=cIFQ&go`M2;+c(QjuNSXl49Q&h,pP`C]_P*M;uQBd\tOQi&+PTQ9b=TD_"o(N"]rVZQcs5bpP .O27trVlbU'0J<.\,Z!t)Y*gkMDZMSXn;Ylq#CBlr;Q]oqtg*^pA"I^rr3f6r;Z]ps8)Njrr11r ,Sq#=IDbjXp\k$hrrN,srqcoppA=abr;HTn+TME:q;O(h*)Q2'_hB]R,rYIs)EgPN^&S-/s8Doo o_8@^s8NZ.s8MWfn,;fj,$6NBa8GN(nbsL*rqufoqZ$4d(4CmaH%Ua'KjR;>ZN'muqYgGE~> )?9X6s8N&;85X],X/2ViW2HSnWiW>*YHY81Y6(r6Zhps5ZF$SdNrSMDqu$!`0Db_Hr:]mbqu?Wl qZ$?jqI^:Wg\^sIrVQTkq"t*gs8;cmrVZNfqu6WqrqlTjrV?F'r;Z]pqtC'eLIjEfirA]Mm/IUq r;6NorVcZjqu6Wqr;$XK&7uWN)u$ZF@HY]!o)KYdC^P&,Z_2Bs8D`ms8;forr)`jq"OLRo_AF_*;T@/r;Zfnq#C?ncnd-l 'RbGJq#'mbr;Zfqr;-Eg#57]dqu$Bjrr+)>s8Dimjto:D;Y'e)L+a&W/a]5D1d*S*rVcNiqtp6\ p&=der=Ji*rq-0Ys7L.Q>;[ePs7?$UrYte7r;Z]ks7K,)MOU$'V5C2dFAb`9s7uHdrVqB~> )?9X7rqcN18S+LFkM4YBiS<5Ehr*MSj6#M'jV$_>l0.?qki_0pm)h?'s6]XMs7-(4s8Mlps7lNi q"+4XrV-6ek+1N3p@A7Zr;Zckp&"L`s8)ZmrsAZ(s8)]nr;??eq>Lp%s8N&op]'Ak:buqcs7lNf rt>5,qYU9fp\sp^q>:*grVucmrqucrq#:9qq=spgl2DLps8W#mZl"_`inN,[kk2bUdkN(X_o]bT*b_o_);d*^NM5n;, fuLLrJ4D:XB5D?O+t"la/qVjWs!@/o%QBl[Qt&9>/hT.\A:19%na5Drkk"K8n*fW,kNhL"n*/oq rTXgXmdTZ1l0@U!kih9srp0[^q#9t$q"agOlK@?qmdg)9mdfr;m-F$(m/?5Ll/Cn3ki61mT)\Zd rtYA-s76!`O:46#C[(lqs&La[2e24Pnbs7#s-"BM1*^Aps8MfnrVQQnrVHBir;RT2p%JCbrquWm s8)Zno>?#.:c]UT$WGCNrrDlorrMllr;Zfn,l@N )?0R6s8N&@:IAZEM1p_BLl$tGN/`m[OHG\)O:m\>P`q;qPEM,pQ^&,^rq$0ZrUKk2s8Mlps7lNi q"+4XrV-6eh3Zpro^`%Zr;Zckp&"L`s8)Zmrri<#rV6?jrrN-!q>Lp%s8N&op]'AZ5:9n5rq?9c rt>5,qYU9fp\sp^q>:*grVucmrqucrq#:9qq=spgl2L_]&c)G+[/a?nO,JgNMMmCMM2I2iM#`A2 NW5%;O8b7@OoLSlMNO6iNJimaMia*bPa.DkR[BA)Pa7]*Q^*i'R$El"PE)*3P?'%P*@*0o:MkW8 Ob.^k:)s]^7S?>u!C9`q>?6W0cFEZs8Vjd*DIk^kksrL'E=10*?u1pl2UbXs8Dins8DfjrquctrV$!brt52* s8Vrns7=!J*Bbb[/I,5#rr2uorr3#nr;?Tpq?6]nrVlfqs8Vs7r6dDg-5.s8Vrorr2Tgdm5Ze*^JTZp?qntr;ZcmrqgRCArD7fJV/W/?qEtss8;ZgrVqB~> )?9X7s8Du=9i651X/2ViW2HPlWiN8)Y->/0Y7\"EZ`p[=Yck::[&4tMs7--XnGXX3rqcZpq#('b oCi.]p\apHRGRu:o)JRas8MfdqtL-jqY^?m"TAB"q>LM#fHA-,o(DdA_&h#h=H_nWo['$[E\?WHLZEC=7ZEUjEY->7=Z*CaI]"#/S ['d6GZ*Lb9[2?Zl]=GG]\[o/SYck:;\%8cM\@ArPZEpk7Zi@>q[/%0QZ*m(0R/d![s8Voms76!` NsITbA**aiqbAA7/6hB:nbs7$s,n0A-l?(Ns8MfnrVQQnrVHBirr<#p(\dFhq>0pbqZ$Tlr;ZB( GToL,'/0\jci3qJq>^Knp%nUbs7ulqr;HWorr3u8r;Y>-7jhNPQV&VR7l2^Ij_-(h&q' )?9[8rqQB19k^6QkhObChq[#ChVdAPj6#M'jV$_>l0%;. qu?]qs8N#trr;uts8D]lqu-NsrVHO41qWu'AGN.N5f[n^(dact$g"Y?=hVd>kiVqj:jSn9?k'?F_ md09)k2bXhm-3d'n*T2ukNM-lj5TLlkiq?qlgaK8l.XnOiR?E7iTKRqmd'Q8md0,eW-2'2C65X2 \u%D4;Q8ROpmN.;jm(m`dDXDPb1l1Gk2kpqmHa''m-X*+n*B<-mcs*%mI^&;l0@[&lfm[#o(M2. rp'OM+RSUamI0T;q"a:Fo_81Vp%.eGo'Yi/l07['lK@9ll0I9m"4BA'g&1mMrY,>/rqkPM.3p41 s7kP<:0TQBs8VWg')V'F'L6@k.Gk('q>U6drVH?err67!nF?PYr:U$gs8;iprqZTme2/O)@p)o5 /NV8Yq>L?np[n%Sn^G>)s7uNfqu-Nns8N#qs8TGf<@9Cf3BU5I:)cCGs6tYAAuPS+q#C6ko`+X_ s8Viep](9mrr3;/018S[JH,ZJqsjY)s8Dips82`nU*t$*gYU]:fZT=c:pKojq"jshJ,~> )?0U7s8;o@;aOuFM1p_BLl$tGMiEaXOHG\)O:m\>P`h8rP`h2pR"6*jqu?]hs7-'ir:p'crt>;. qu?]qs8N#rq#:3js8Vopqu-NsrVHtPE:ioQB[Z"Pa@r!PE_)kSR;kP4'/Nd9KS+1Y "ZVgsp@b!V5Gjs1N/<1GK7oG\TUM:2P*;#iOckonR@9G-R@0>.Q'e,2P)kfjP*(fdP*hc&Pa.O5 PQ-jIPQ$[OPa7Z!Q'e&0Q^!X3QiWP>rfm_UQ^*f#Q^XH/Q2-XdRZS=Cec5RFs8W)ts82fmge8b( )41C&ehfNZ+cQ6snbs1"msGU%=<\I9rr2`mqYC*dq>:0k0_t5/s8W&krr<#rrVlfls8CG$*Ze-I 8P:Knd/Wq?s8Vico)/%,_:AS]qYL*frr2os2>mFIW@p^^,s*\46r6&Y1W]ITGY;8>qZ$?jqu? )?9[8s82i=;,MY5X/2ViW2HPlWN3,&Y->/0Y7e(FZ`gX>Z*1@:[?2]Squ-Qes7-'ir:p'crt>;. qu?]qs8N#tqZ$Nos8Mfnqu-NsrVHG\]"5>\[^j/d[Bd3L[^EHJ[_0D[ZF%"< ZOjLR\$i`S]"Phf]>)5"^qI>Y])fIOrjE'A[^:0k0_t5)qYKsUq"jjbrVlfls8CG%+X:#] :/39"d/Wq?s8VianG;V$^XN/WqYL*frr2os2>mIMXYWTl-9Nq:7oM\f2pDKm_ nb<"[o'u;NrqlTmri%;28JlUEqY^9]rYtn9qu?]nr;MZ`8=-$HVPBu^G?IeMrq?-`rVqB~> )?9^9rqH<1:hl`Yl.jkChV6iAhVdAPj6#M'jV$_>l0%UEo%Jg&%s7<-Z>:6ZTrr<#o rWDurs7uWnrr*W/p\t0irr2for:g!cs82Zls8;fpkl)@trr2E@0PKA!f[na*e'Z[rf%A^3gthte s58kih3ljQ#:Zl3d-u-[>[\ qu?Tos8Mj,s7H?4.k;EUnb].U3crqQWF+LsmrV?Bi p\t1tqY:*`Zo;#i9-lDL0S\i5LmcZjq#C6]Yu)Q0Pkk.Oqu$Hms8Drss7(t!<=pHI?sc`.2+Wo1 lhUSRrqQH^q![eGXFc&)jSANHs2pdbT&91%,#1TMV#UDmp[S5%s8Dips8;`mdkXb1eDf?9f?9:f ;R?8mq"jshJ,~> s8N&u(&S$U<^C2GLkUVAM27"GMiEaXOHG\)O:m\>P`h8rP`_,oQtI\qr;Zcrs7-(>s8N#rqu$Hi s8Dfmq#C*grV-3bs8V`ks7lNjq#CBnrVlikq#C?ir;Zcorr2rnrr^Bmo;=N>)l1+*rV?Knrr<#ss8Mijs8Vumrr;oos69Lrs8MfnrSJSXN/<@GLl$tDLkgbAreCK.reg`6 rf$i;s,d5BDiTg:NfoZnP`CuoOcP`kP*D/mOHG`mQ^*f"Q'@DnPEq;pSt;73Q^X5&O,]*YP)bTg O+s%"S-%)+LCsapBtlQ'.AtS!BA.PECujOcYQ^PEqN%Ss#J/Q'@Z'Pa@i*P)kcj PV82aQC!o%P*)*!R[92!Ocu3#R$X)&P*2)pP)t]`N/Wm]P*D<$R@9A*Q'[i)R@3<)q325_JH9Kb o(W%Zs8W)p&c_M&_B9g+C[qFn,>gNU]DDKrrZCe2fN]=T1_J@U0bqY0-hP]MGhnc&C` rqQKm,Pq38os?GH8i@5*-7Xc7aG?83s7lWknZbq46^7EBqYU3irr)jRroehU7L0ns<)>hH,!C_Y i9pC*oD&:Sq![eGXF>Vri:Z[8rlCCWR+CMU(.^S#PPXqLq=4G's8Dips8;`maVc7BJ;8i0JV7Q0 :q-K#q"jshJ,~> )?9^9s8)c=<)It8X/2ViW2?JkWN3,&Y->/0Y7e(FZ`gX>Z*(:9[<4.Vqu?Nms7-(As8N#rqu$Hi s8Dfmq#C*gs7lNgs8MWis7cEgp](9lrVlikq#C?ir;Z`mr;Q`oq>UEo%Jg&%s7<-O:`l\6qu?]l rWDurs7uNk'`@b+s8Dutr;Z`jq>^KlqYpNmr;Z$\s8NQ)rUe__7]NA_Unso`UAgtgV>d@kWW0!t X8]:%YPtbN['Hj9YHFq*XL#=>YdLpHZ*:C5Y->7>\@8rW\$WNN\?N9M\?W9G]XY>SYctIC]"5V` WOTpXX.-&p][(*WQZEppE\?rTP]",GgZFIHQ[(*WQ[CE`RZF.-K [C<]X\[SuRZkBgV[BZs@ZamTU\$i`Q[Ca#[[f*W5ZN7JCrj_s6jL"`l$GVl:DZB8%s8;osrq[3+ o`)iT+V/G[s.1W?68cOUnGXO$r7PEu5($bq>0jJ_N]+h[d3_\p\==Ys!@O:s7N`T :Ja1j.4Qm'l,\[KdJs"?q1!drr2rsrr4e?K-j4t)aIG&6U`=jO8nG;s76'\qsX7G nFET-IAYoonb2q'Q\1a[m>2`R5Sfdfp\jmWrYtn9qu?]oqYn8F.>4.eV4sc[H!=4Urq6'_rVqB~> s8W)r%0+ajS#=Qhgu-o>g>)Ya#NFh)j5f=`k5OQDkmZe=kN_G[B(Y]^r;ZWhrW2ooqu6itp$ht[ p#l;Vr;HTnrVmN.rqu]nq"+L_rq??frq-3es7cNm$1;k1<]&G.o_8!orr;foruCaq2cebgf$i'q ccsnbdF6_%gY(B;h;7&JiSrqpjn\'7k6L88ki_0olKd^"q<.eB($b,PmI'E,hTD31=lSjp7*4c[ mH4!(lM9bVl3leDm-*g$l1+A$&'4bM!;lTk4ob80'K7GrmQs9J6Y,W\o()VRs8N&oo)8+Xrpp$e p\3qPYW#`d0Z*beo&/K`p&G'ek&V=I%2C(Em/6bXs',F$or9Db6SU rr*E-r;"0/>@W8BKo(SALPbtg#EP"-NfT9`OoCODPRE\]"8V`brr2pEoDej_ s8Voplhcta3]e+us8VZFf[K*]rUSrf(CUf[)2e"brr;rqs!.IAor8`<1*S$3ZetG3*!Zs:_uK9+ [h'QU1CJ^0r;$Bjs82fq2#?]T1dqm);Eu64.!b%NTe&K;^ s8NW.s8;f8>]Y:aWMQSjVPU3hWYqqBXf\b0YHY::YHb@:YHP7>:f6obp&4phq>LEjqYU3rs7l3c s7ZKml2Ce_rVc`oru_4>rVcclo`+mip](-jp&Fsip](3ll>JjV.FA(erVOG1+St^+p[[;h2P["= TVA3UTVA*OTqnQ^USk#gWN*&$XfhN(q69\"#IC_AZ*L^C[Fqnt\ZVH@"%:`)A0-rWU%]m1O]"Y\[[_?;Q_YX$)p\mAMJIs[^f&o+T;DhVCs8W#sqYU'fs8;les8V]is7lWZ s.:K(6m'GKs75"#fBrM9o]'s.$k<=OJEHRsp%84_>Q"NoWZ)^5-RkRpj84fY$4oD=s763"&g1+3% u(&^q#C6kr;Q`rr:=_b9+s$a8gbE-Id-^+1J)2re8/T&RJ+@$/1j+.NVNDMV(j)#(HYnU.82KId Js"?rUKjerVc^2rVQKVAH["ES"Q@GT6476\,Z:!qYpMF~> s8NW.r;?TFDk3lRhq[,Cg"P6[hZr0%j5]4^jlZR*s60sUkND-tIrG#KnG`Icq>Lp%qYU'bs8)HY rr2YPPqu?]kkr;f$ g""Nud*Bh]cd'tig=b-5gtgiEi8N\pjSe38k5"3?kl9fJkiqBul0A*-s619`lg=*-mcr`n\hZh= qh%;Qn*'!)mHNp3laZ3em-*[%lfIEuD(aN@rrDiirXJW%`A\VdM7P3=;E_2Zromndq>^Klp%\Rd s8N&urquE^s+Ns[02_EBZY1sA5ZjlOs*cLM0Jc?W4gb.Zq#13js8W#sqT<:i/1kl9s8S0F77]a3 ?h"*F5oVIE@R+,^s7Z?frVc<`rVu4s5u0j:1c-^ZJ]IcipM_39)KrG.-R;c`=>33R@4b%.s04R> ;d;gN,6fZ#2+lg)rVuofrW)oqrYGJ0qu s8N&u%K-%?>$Y]lMM6kAM2-rdN!GE+NfK0^OHKO*s-*nTP*2)t5u.1Squ?]krX\o&qtU'gqY'FY s6oIWp\3qOs8DusrVmu5s8)N^q#C!coDS^as8;Wjs7uWfpVoW\.kT0Gs8W&6rX&W$r;-%;OSFt6P5gaGOopo4Q'U["q3V,I!1!PJs-!tZOe-t+1ZSLM &p';$R@KH9Q1:+/Q0FOdPn0+EOH>fmNg-+r):SNYqu$9hA+fi;1D2!_Y96A#.%g5%q"4OZq"X[^ s8W)urr<#tr;ZQhDCJ?q3q`NV@O3*N8"&H8FXAFd00LaI])VO"q#:6ls8;onb"rKc*bF[7qgU:[ 4Zko8nG^cr'dbn@1e6F%q#:9oqtU0j1[&7*6o[(H)E)EAoDS)c$7#jhV\L6l9TVpk2bQsk7,Im> /KmMV4"D3L,srqDi;`iUr:0adrVc^2rVQKeO9S(.N.Zh s8NW/s8;f;@Lp#q"aXZrV6$S s8VNUs7Z0Nrr;rsrr)j=pAb!aoD&@Xrq$*gq#C9drVu]mq"`!$5;G%Fr;Zfm_>YPQp%nCSj;A<*fIA/[_9*E [.1d(]_Sr!]@jP%YI1gM_7?_P\4[sps8;flq>P.&s2$T,."\cN9gp_2p[.SAqtU'cqYC0krr;ut s8Mrnp]#Cm=WKj%s0-#^,;r8ekl5lU-nR,6,W2h$mdTfHrVuoqs8'l=&g8K6n,NEA2*F5h5@ s8NW/r;6NHFe>_]i7m,BgY1H]hZr0%j5]4^jlZR*s60sUkND-tL3`X`o)Jaeq>Lm(qY^Bkp\4=[ q"smWs7tgVqYqW.o`+dVo)JXZorWeUmJ-YXqYpNmZRoZKC%V0!qt7f)-2@E>M@]Wd*U(^ b0J8WdF6\!f@ns5h;7&JiT&tZjQ5Ltk5"3?kl0`Hkj%KulM'NWlKdj)mdB?$ou]]fn*XgmcgU)X nsJ\Mmciftna#5ti(.8Brr2uoq>M$'s6t7@1,VHI>=(s5pA+@SlM:GZ?i9]qs7Gp_m-FN?o_F,% 4!'TgFs/+k84YQ\Zd(?`.3fc`S \,Z1!r;6Ncq"t*B=@c:S3t4m(q#::?o2[qZ+H3cX9eIth*ud"9>s]aos(E-@<*)[b3?C(X.s1I^ rr<#grW)oqrYGJ0qu>,(9>'00g=FB-A5ou9qY^ &cM_/s82W4?sdQ"MhHk@Mhd/fN!GE+NfK0^OHKO*s-*qUP*2)t7p,WdrVulqq>Lp)qY^Bkp\4=Z o_J7Os82iZrqcX8oCW(Zn+-MVoC]5:\aB1lr;-?hp8o]=.UDB5s8Tn6$NL#$q>KY)1P^X8rIGH. KS+l.KSG26LPL\CMi@Ups,[2ApQ>97s-*GF!gAn8l';"/!1!PJrf[hSWJ_Q?lh!q$JWu@_Sr`]4 l'2"/l'0kd&"&N=P*qMmOI-n]kl(AWrV?F,q#9W%"Xto])b_tHb4,<)r9X+RrVle(qZ$3Zs6T(J qY'E!,pC3jdSE"p4>Hms[-@Mfr[-o#-:\MnWu!l=)`\<4+?iCV*8UR!#!57E5!Ue: 0L$Ikp&G'kqsjXcrVc^2rVQKl`YfYAP_"UELh9L\\,Z7$rVlhI~> !<2ut%K$(JB6Sm!WhcPhW26EjWYqqBXf\b0YHY::YHb@:YHP7>>\!X*q>^Kmq>Lp'q"jscp%@nU p%nIRs8)cYrqcX9oCW(Zn+-MVoC]5:\aB1kr;-Bjpoc,I0OaDCs8Vu4r[%C6qXsRE,Wh]mSXuLJ TUqdIStD^OUS=T]VPpJoXK8P+Y-+t3pTXIus0DX/!j]2@fsD9uZGiCZ-fX8d24:eTZ+mU?[->-s [->-SZk'LKZFn)cXK/QSp-n6A['HBXZC$P6`o_eUds8Dorn]3mN,E)U%`Z?Zq*#UCWRK&KP+UnT9 = s8NW/r;6NKHCq7ci7d#@gtLQ^hZr0%j5]4^jlZR*s60pTkND-tM1,Bqp&G'erWW>tr;Zchrr32, Z2FItp&""Qq>V'%s8T]H;GX+^s4]LG5Kj*(r;Q^'mu@]F*fL'jrUp'HrqZNWr[7C(b cd'bXaiDQHbg+VaeC3(&g"Y?>i8EVSj5f:_k2uL$q<%tGkND!jkiqNmc`g"n*0!$atf.Qrr<#rq>Ld%q>J;W,;0]n>*B:-(O32LA12r;?Tmr;$B%78Hl:9eS5XkPsoIl9IC)2p\HR> &cM_/s82W7ARB)(Mh?b>N/*8gN!GE+NfK0^OHKO*s-*nTP*2)t86Pljrr2lkrX]&)r;Zchs8Vbg W:p#cp\j@Uq>VQ1rr0HB:ed\Vrn01@4j!^%r;Zcql%fF%&qKrOs82iTrqZNWrX8c)r:pUEhratp#_AjI>#VJe&Jc#BCjn8WPnb^+P Hc,j\p?R0/?+Bq0GQ8XpHP[P:4[V"X('$09-oiMe4Te@o@KZ6U`\#,U.Qirp9O@0dS_'^mu0--P['j2,?"f2C7J0 2E=\Z)&OAV9Lh)[QiI!`rVZ3b!<)lq')h_)s6VlJA!DY%L59D;:UgB!rr)otJ,~> !<2ut%K$(MCj1E'WhZGfWMQNkWY_e@Xf\b0YHY::YHb@:YHP7>?=j*5qu?Ei&,l8!rVZ9crVkM?Q0ZK`CZCq>]FQq>KRW%ef\oo_@Jk6(aa< S=Z@ErgX^oStD[LTVJ9XVPpJpX/rD)Y-+t4YkbKuYm.M=Z*:L=Ze2Vq\%0;P5UY'K'jA/N[BR-K q6]Cqq6]CqfsD9rZ*_6]\$*'/(Q7t`r;Zfmr]L5UqSO?p-k%n/15>i/rT s8NW/r;6NLH^q+aiS*)?gtLQ^hZr0%j5]4^jlZR*s60jRkND-tNH=sjq>UEirX\r'qZ$Ejs4Vr` 0YI>YrqbmYq>V'(s0=Wt-QtFks1K9n&\J)?rVlg(pp=0\&!R%erq63JrqZNWr[7@p=b0/&Ud*^Cpf\,':hr*JPioB+]k2uL$q<%_?roO7El/:k,knWLLmHs?0mITGsIm;VQ '8l\Nn`/a'RHb=Lkj.[&kNqf62o,:es8W#mrr;m]s86CJ8PEDo43@N8EaY=*s8DtC$mAj0s8V"4 !s^Korr2k!r;XMj>UcHJpk(X]--4Ot781*A )]aOM?:IdmjSnrNr;Zcqr;N9K;b8Q,?p>uQcN!q+2**fipld.);G82fWT.,H,uO<$11MpqLk-?b =%Gb;a8bc1rVuEe!<)lq')h_)nc!t\L"Fu2f#`t];RHH"rr)otJ,~> &cDY.s82Z9AmAr&N.Zh=N/*8gN!GE+NfK0^OHKO*s-*nTP*2)t8PSpYs8;`grXSl&qZ$Ejs4V9< ,dI(:s60IXru_"7Xu-\6*Ab_7\J6+o\,Q@)s8N#gY#?hTNW/YOq>]FQq>KLU&,c8'iu17=Jq&5u IsucqJGt*4J:W<(K8#&:MiUEj5lUOb'L"fV9J=-VZ"I$rkl(8SEs!1ZfDGR&/cYlc q>.-jN:!#62G#\C(EN_j!s1FoIb[@F)]F\4s7lTnrr2oq*W5r=,YK&Bo^-lW,T=>90K)(q,nL]4 [nS_D9&TaJrr]C/H$'N3:-pW[ ^Ams-qu-'a!<)lq')h_)r;LF28 !<)os%K$+OD019%X.uMeWMQNkWYqqBXf\b0YHY::YHb@:YHP7>?s<=)rVcZoq>Lp$q"Xg_qu,/f 0.=7'p](3VrqZR+q#@NU%jW2Qa8`^d*Y,^[r;HWp$M:Q&/d[U=pAapfiVrZOl2Dasq>0d\h&AtX S=,h9SXc.;S"-">SXuIHTqeE]WN,ru"g"i/YHY8,YPGF&Z2Us.Z*W)i&%9-TY?3$hMZ@;,XLYUA ]_Sr![e[;p[b8%fYmn7Z]sY8XHQg'#qYL6lq>UEk5l^Xf(ICPg;)?)g[;/m-li6e\FTradf_kd* 0)tueqYR?oORf"N5#FBc*[M43$k#<;L#P`Y)A\)#qt0dcrr2oq=T&3).T%:Wq!i_g-m$1I1cn%- -kmGC]Mgm[:>u6NrVccnqY0`K/k%iR5$9`_A'=oPh^^6/478"C5X@OG,bE[Z1)imUO=4-S/UhsV )Grm].`)/Ys8;Bc!<)lq#lXYtmdt2n=JGeg#+fm8:UU5urr)otJ,~> s8NW/r;HZMH'bGViS*)?gtLQ^hZr0%j5]4^jlZR*s60sUkND-tQ=&eLqu$Koq>Lous8Mlfs6G:n 82#o$s8M`Vrr2rtrr2j0s3*;O69.1VF8;ON2'pTKr;Z`mrr35bU2dmGq#:$GrqZKVrW)Wjs!.Np -$7S[aiDH@_nj4/a2uHHc-Xqhf%A^4hV[8LiSrq[k3)R$q;qqFk2tdfkNM0plM9cGkl^5:mHso@% e8KAKJUU$2K8$Nn)Wa,l0A*1\EXRgmHs*$md4jpiVEKQrqQ\?B1ifQJK0e%V,WI)qj7i?Kr;Zcrr;HZkpnTKI-`d:3> WXEjs79Ga03KqH8E0ZC3`e;nrqlKfq>L6ks"fZp;)]!t4&f'38&bMb2G$83o6rQ-<\bS?md4LR+ -5br3)UfKs6(dK=&_4Tjo+iNqu?3c!<)lq(B+.-l2.G-E7*@of#`q[:p^/ur;HWpJ,~> &cM_/s8Di;A638pN.Zh=N/*8gN!GE+NfK0^OHKO*s-*nTP*2)t;E!P7s7lHcrX\`&rqc]FQq>BLVs8ODCqZ#1[ 9S@tFI=?WmI"$QrJ:E'"JUi<(KnkPDN/NUQNK90`P5117OU%&3OcY]gPEboI!rRN/3.otp7r9WnMcmUId#Z7.eIr?bd/KV0I'e1/Ikkt;Wp](6mr;HZkplQIg(n^]^ ;)0;BpuG%'*)7ah4Oa+f-U]N8s8P+WrV- !<2ut%K6:QCN"ToX.uMeWMQNkWYqqBXf\b0YHY::YHb@:YHP7>Bgh"]rqZKlq>LosrVZH^rTSkW 3?j+Rrr;fYrr2rtrr2jFDtT\>0d4a?rVuims8W&VT5M=@q#C-hiVrZNl2DatqYKp^ dLoNLS!TM3S=5k4R@B\7S"6.BT:r$VW2]cr"fn`-YHY;-Y5,:,Z*:I9Yd(L?fsD9t\Z3)C'X>h) 9")%7ZF7LC[.1U#\,!Dq[b8"uYHkdT\[T&R91\%As82]hq>P('rr<#98h!bD2d"jn3#*YZGNJl" ="$9P^%;9V,TSI=lMpbInGgum2C/l8USici0f(X3[tYeN)Kb!4p&"C]rr;ops7uGV+As5Ts5I$9 ,_5gW:cT^t-k\ets->6/0\-4'qu$6a2Y[%@Jh'/8$k"d[6mk:;rn&b`1d^GM,?%)Y&9I'u:H&uD k#j9)'6jE5*u.XL/4/7mp](*inbrOerVdT2qto[OQO-*OU8"?QE`5]>s8)Zlrr7K~> s8NW/r;Q`LFHN?FinN8@gY1H]hZr0%j5]4^jlZR*s60sUkND-tVanr+r;HZqq>Lp$s8D`]rT8/> >gs8U.R.QLYurqZBhrnKb%1E`+as)(jt4@sQ14=#RFr:0X`rr;lqs8Duor1,`U.B!3j 3D2BTs6!ol3$:7-O8o3P4A@rsrqlHeq>'pfqLC\-0.&_.0kOQI>K4NC:-MnMA3" &cM_/s8Mr;?Vt0`NJ*">Mhd/fN!GE+NfK0^OHKO*s-*qUP*2)t@33Dfs7cHiq>Lp$s8D`]rT8/$ 5Uf7]qu-BRrZqI?r;6B^I47u@"W%e?np2;p;!IrXs82Zhq#1*ijRW0DrVHEMrqZKVrrAN/ELNNK90`P5117OT1ICO9:W.PEbEQ/"ln" 2)@$AdJEdX%4!`)kl(O+ps:H<+:jJ,r;,hK-n@>j%5ATClMpSUs7lWks8W&tqYZ3q;Au&!_Ce82 ^\$)S4WtOn(kD;HN@?nBh>dNPrV-0brpk4b6ld3s',O>1-r@jm/ib:MhcM(".gJ>ps1(WY+MGN< 0d8HcqTLEI76hboo(W1aq!e7_rVc^2rVQKls1SsrMM6tDLgs+P[/]suqu6VG~> !<2ut%K?CQAncL_XJD\fW26EjWYhkAXf\b0YHY::YHb@:YHP7>Gq@#9s7u]irX\f&qtBFSjDbAq 0i$d,r;#LS(B+1/qtp#8.oIi%)&,U5Hlj>+li6q`rqd'!s8DuYo(r4\q>0(Lq>BLV-hmK4p\Df9 >ah(HQ^O;1Q^*r,R[KS5St2IFU84]dWi;ttXKJb2Z2(QuYQ(j,Y62#6ZEr5k&%0!W[SI-Ukt*S/ ]!8ZP]'6Tt\%/jVYd1gP\\,>B-%,Ies82`jq>MQ;qt'^bO9R[6/>CiY-;Ibo0r+d-3&s&Te,93`% jj/3l2CX-qU@5Q-5D[@s8;L\/hoS*&N(DOkl()JrV6Eis8W&tqYZF(=^!a!<)lq(B+.-mI[t(5+\@BU7Q@&9salrqYU9lJ,~> s8NW.r;ZfLEK-[AgY1H]hZr0%j5]4^jlZR*s60jRkND-tZoGMerr2rnrX]&,nb))qtg0]=?nbdL2n#Br*hf7NW8bNs7cQnq"t!_p\XX_rVZHLrqZKVrW)`ms!.H[ (P9rT`l,d3^qRS#`Q#pA l*r!.(7G3eJ.tUI;CHtno_e^bs7-'grVc^2rVQKYpY%K;eBd+*ac0Y'ZMsarqYpMF~> !WE#srs&DA>YSLVNW+V5Mhd/fN!GE+NfK0^OHKO*s-*qUP*2)tD@WoMs7uTiq>Lp)r:0ICp&D9: 5:nP6rr<#]r[%O@r;6?emSZ)")1ZN6@eO%c*f'^arr;`krpoaUq"am_s8DljiVrZNl2L__-2RQ> `<0:rJ:)]lI=$6dIY!#tI=HfsIt<6,Ll.+IMMmISOHG_%O84n;OoCFDOcu$oQ2-[EQ2m3LPlHpX Nfo`a-NRBC;&bdlOIDArl';(4\Wm\kOcYWdRuqarScAWfq>UEhrb26(q>IE!4YoLNY9GDH#;6in hu6(r1H*_Vpq-qe1jnros7cBh`@*o4&<$MYo&VM`2[:mDo&2hm%i?W,W;5b$0Ju8cq>^ !ri6!rr3AN@qBhUXJMbgW26EjWYqqBXf\b0YHY::YHb@:YHP7>L)dMrs82ioq>Lg$qX=%;oDPj? 8N&HSrr;0\-2mc>qtg0Y<'2oTJo202pg,s'M?!2Gs7cNmo_8.Tq#'jcrVZHLrqZKVrW2ikrqI\P "CdgfQ'Ri,R$Nu'R[TV2R[ot>T:r'XW2Z_pWiW>+Yd+#,q60h&riZC-ZEr5k&%/mUSi-dQlr>F8 ]recN[HY'o\@K!HYmn.P]>:b4'Vk^'rqcZpq>P+.rV66hYR*TW9$jdf/i=8$**V;#8hrLgebT'U $o'YjpAFj[q#AGh6p_TKs7GpK1d!i-+#PH9h>QmBrV?Ekp](9lrVZ\J/7'TlqSGUBdoelL*BJ2jr7SGN_.S!_t1hJ$t/o:#;/O1+"NrS[T4YJ8CYoGb0NrS!]% 7EQY)KPlMs8VopnbrOerVdT2qtosWbSi^=R&?[MEDfK:s8)Nerr7K~> (B=@1q>($09OaC4g=4R*j4iAFhVdAPro4"?rT4+AroO7Ekl0fN[l(Ahr;-Eks8N#tr>5J"NETZ% s5$s[=Z4\-q==LZr9O4Qq#C0hs8OPAqu?Qnr;?9^q=+:Rp=i2+-W9]HaLO[5Aq>1!drV?Hmrt##+qY1$f s8Vomq8jn?`P_\k!l2O^rk9&\^r"%/cHt%ieCE4+gYCWAi8N\nj8\3?jU(,4jlGOckiq3jroX4C #O1I9kNM0qlf%,1e(sK=9Ik2\>$TbPl1sE-k3D@$lg!d$hV[Vjp\4:Cmd0)c[?cZ,O-?$0Y.N-F o^V>8lfmKhnF#c4mIg/8h:q&Wjm;NtgZRkcmdTW9hrEh\kNM0siT^s?mdT]5k3e6NciC,fTdl2bQ?qrr92=0eSglrVlNbrl$^%;^o0PrqlFZ0hX<)4?g=I rqZTnrr;poHoPq'^Al/:=&.'@b"4B=+=JPGs6XAi7V_Ysr;ZTfq"4LUC/8V"U@j@76W[Sr3?'bO .ur^I3^*m_iW&q:5oX)/LD`2h]^9_L-<48H,,G2;/boACoCi4]nc/Rer;HWgrr2lrq#C-cs8Dig s4T,KdFQq'b)BY([f?="r;Z_G~> !WN&srtYOK5XoC?Nf/jSKntSCMiEaXOH,?_rK.)ArfI5EPQ$dKGQj6)rr2utrr;uss8<`5mYt7I ZMVs?6:<'8r;HTkq#BmaqY9jbs8Q3pqu?Qnr;--\qt0pbr7ah/,>@7V\)cR;3Zb!lo_na\r;H*Y q"F.Lp@n:Wp\F^Vqt'R^s82Tfrr2`koD8=Wl0A9Fmc4$?r:SR6`:!N\\qtjKpA+R^r;HHjs8NW, rqcBhr:p3fs7j,-@"3V(HNJMO8k:JP*(ieOHG`k OHBI(rfRMNPEV/nPa.R!PlR-KQ2["-VO3`s&IrLG3\?P`LRF*lOHc)uQ'7DrSX#D&O-5chSXl:3 F]qU?78$crDg-u'S!fY4SXu@>Qi33LS.(FJPa.MlP+.JoR[0!5P6dV@Pa7SuP*;-hPn&q! lT-=S,"3q0^%MF*rr2flrr;uss8?J@,?H1jpol573P"pm1`dAB(DNeAgf-9g=6KJUs8Drrp\aAb 4]i\jl?tfP7S?/q"s,lBH-dT_0*#)%qXo7j$;9f1#V-%OemSUu6prmCPP"PBrq??goCi4]nc/Rf rr<#nrVmf2s7lHjrVQWp`W\D[Lkgb??:RYss7uBds8@H~> )ZTd9s8Dr66rJ?'WhuYlVl$AjWN3,&Y-"h0rNH:*ricF.ZMq06N>7r[s8Mrrrr2rr(]Wl^='2p2 e5/\/.EDGcq>C$fn,E.Xs7uZos&f!ls82ioqtBa[oDeU^gIaaW:?^ZKkiYK#,,P>7p@n%NqX+"O p[@kOqYL3gqu--ao_8CbqtU'gs82iiqtp-Qli6nOjS/]Qp=5qWo)7OXLjm,8q>1!drV?Hmrt##+ qY1$fp@n7Vo=50AR@!oV7sUO UkN>\=Bo9OH@h*IYck74Yd:aCYH=l)Xr=g]XLbdK]!8c^[C!TVZ*LU9Z`g^C[^WfY^>ZI!Z441I ['[_`&B+V@s8Dorq>NDOs8;coGpHH8G2-gX"UmUC/fhe,=tDfti;3JT'.k]$s8N&mq#A>\;b/+< qZ$Q`4t/cG9.r!3o_ngirVlirrr;q/DCSsDYlD0e8O1)k]K7DZ'ce3prSh!F3*knNq>^Bjo'Gr. =ZKG!S*khn3D<:C.h*dl*Iu`f0Jic7fDk]!2@raXHk%k (B=@1q>($19k'L5g=4R*j4iAFhVdAPro4"?rT4+Ar9+(C#/E:)s8;ZkrVulrs8rd@f^o+B 1\Uk=_Pu5es7Z!_pA+a[\=LM7s8V.n2-lN+4>TpAs3!PR,f0J8+t"L-jnelPrVlfprV?Hmrr`9# s8Dor#Pn;rZQtOL_Yq4c]t;"l^:qD"`5U!Je'umtf\5*8h;7)Kro3q;s5a4As5jRJjQ5Ofl/h%+ k5ONKl0.?okiqBuiT_*.hsfK$(S05=H/J,[oB><)lK@@0kWA(ikjS$,l/gd@Tla:'4#A`R1+Y1> 5YP@5O/B_DjR)F9r:fXDmI^,3mIBlVeuR5TM4K6AN2t9e7d%s8V@f9dk5cKd/bo@UUB)9j1@c+gV.Hp](9lnc/U\r:oaZrr`2ts82]n (A[n-p&EZ"HIL?ng<,C^;76H&pAFshJ,~> !WN&srtYOL5t5L@Nf/jSKntSCMiEaXOH,?_rK.)Ar0%&C#D!5Gqu?Zqrr2rsrr;p5pqn[)(K^4l @5gCp]_MO+l.Yn3qXaa_q>LBlrVp'rrV>mSpA"OWs8UJ173QC?r:g'?5p[D8p%JFPr60k:Kui`^ qu#jYjgLr5p\sgTs7lEhn[+XnoCr4AA2.5MLH$q_Y5ZI%,TsMfKd8)g7+qG6r;HWorVcQks8NW/ s8W&ts7lQjs88Pk?[mJ%GoCmLG^"CWH@10kI=Qs'KS>5>Ll%"INK0'\NW+tqOI)K-J6XfE #6"TU!<<--&f;cB:g@mgNg?'#Un='9Ll@O\PF@r1QA^QULmXcuPF@bmR$a2'OcbfjiKXn;PE:id PG1GL_>3j*p\agcs8P7[rpEN45Tcc*5R.U5^IBmmWqfX>0L,@,qO8Wc/?\aCs7lV@Z>)&jKDgNa,n,`2$bqZ$Kns8N&] =XuoeL%j]89dD_g/IE1T06F0(5p.5JqYK&D4rJ&-FqcS385'O25tO-l%\`aimf*1`nc/U\r:oaZ rr`2ts82]n(A[n-s8U"C5Dt5LLPB/,9==fqpAFshJ,~> )ZTd9s8Dr778eH(WhuYlVl$AjWN3,&Y-"h0rNH:*r3?7,"dU'trr;oos8N#tr>54F/KYm8p[)TV 7Oc1Ms8)$7pAasZs8)Qj!;ufq>58'ln+QJMqXaaedQ^2FC\n)-rnKpk*Llm$q<%FmK5uXdnGiId nGhaaV:GDAp$r(Vq>^#nRCr7iro%ED>*Fb&0MntQa>tUj\bLn(-m(t8qYU3hrr2lpq>UEo&,uV/ rVuokq"=LXTa,;"QMm!cOcPZfP*2&qR$jD6TV8'RV5L2gW2Zi!Xf\](XoGR(YQ(g3YHG(5ZEpa< rilC,#IC_AZ*L^C[HY%$Yd1RA[f3a;]!]&H.fk^T+Bc%][(<]U]=5/U\\#Jf\@B)VYHG(/Q#Au4% g;q5%LNOU)'CCd=_2rAU9:o4]t1SQWNWb=Ydh9W[\ojnSZfN-ZFdTH[C*KP\$ru^i3X!#['R-K` b#\#r:g6brVu]ms8P7[s6ro?73eb?8IuGS_bE$-XSZ-L2a[E (B=@0q>($1:1BU6g=4R*j4iAFhVdAPro4"?rT41Ckii!.s5jO.6EpL`p\Xphrr2rr(]Ml26o?ga pl@^A2T,RgX%Pp+h>dNOp\Fdgqu6V"rqHHhs8M]as7$$cehKT6R/d3YaF>Zm,>6r0A$:'Eg-D*u.MmaXT_%?1iXk>LQo q=jjfr;HX?qY1#M-^;Qc]t:qi]=P\g]tM1s_o0dEdF-Ilf%Aa3gtprIr8Rb:roF(?#3=n.kNM$h roX4C#O1I9kNM0qlf%+BhrsLj=VST533MN5o^)#)mc<[u6Ic&0mf/ap2DQtd s7c9[s8N&uq>UEnrr;pFSh484/;`7X1Hdlc00gjW>q8&h3u',54PBc1s8Dcjq#16\F##NpK)Ych b(35>7i`U?7=(LC2%<:Ks8(V28LK;nJL=,9rYdaV.i^<=.$Wrao_n@[s2B_ !WN&srtYOL6:PUANf/jSKntSCMiEaXOH,?_rK./CPEYs.s,dPE&sE1hrVc`ps8N#tr>5La-U943 gZa/<59[?0pp<[`GME,sqY0gb!;lcq>Q4BsqYU-ZoDeC]s3`J`(R"aqm_!T^,8WUjQgOgY0)uau .?`KQqYSuc67YcfcMmhCqu62H-4_iBq"BdZ((L><:TpD")Q]RVrMNF*gPa@H&S!'87JQN(&X!%,b`F#"Pkr*LdKSs8;]--V$K^ cMmY1qN)1:,9N??p%@nTqYpKerr;uss8?kq*)/"(Gg8Ap/1`Cp0,6NF+#+lk#obrXb4kN+rVQWl rr;4t,U )ZTd8s8Dr77T+Q)WhuYlVl$AjWN3,&Y-"h0rNH@,ZEjG6s0)^#,+S]/qu$Emrr2rr(]Vu45qahI mY!Ad.(K9NYtIQ1h#IENp\Fdgqu6V"rqHHhr;6'Ws7--hdk3p(PlLdQ^iptM)ao+Dkk_G5!#,nk PMYa+s5%ie/Ph>Os8N&ps7D="&N%6"plZ1*&-+:4)\GZ]`?mkj<M`; q=jjfr;Zflq"FCWHO4PVQ'%,hOH5EaOHGZhQ'[l,S=cIITqq[b"fJ?"XKAW(XT,F%Y5YU/Y-5(7 ZELJ2Yl:m4Za-mAZEppGl*LStZEgjGrjOGg\$N=s!O.4pLq0t*ZF[&0T-6+sDI\sTYYJITR['mHR\%(D(&%8gP ['dKd@1gZUp&FddrV?FWs8)Tl^*lE-?fm%o"Y@mtH8lk)raR$$9`"GYGpta6h>dKSs8;]-/knku d/Wn2rfe$J-mbMVp@e+Xqu?]irr;uss8?l",#^9@IagY31,:[32&ee\,;g`&%3IeichmD7rVHNa p@mTY+X%;Dr;ZW1GsWf>&e[;fDitV`#"IhVo@P]\*I[s3*C:VO%2(HC'I>p`MW!^fqXXXc`J/ZB r9aO`rr;lqs7H6fs7QEko`+q)p%l<:=eqU^TUK^n9=+TlpAFshJ,~> (B=@0q=ss1:L]^7g=4R*j4iAFhVdAPro4"?rT4+AroaCGk5OHHcq:59o_JC_s8N#tr>,1d2*sPU ^&Oik?TGOofL@#0*,*e#nbE)er;ZZnqYC0ciI"Xso`+abf.B`8T)JE43ZBPB4X_Bi[D+gT?>*S+ 'Rg#VaBoT8:I$jNhsp^Fs79eD1D#*:s&p[L.i2&Q(D[cr\3!D0B`**":cTobrVc`prrE&nrVZ[. r;6?jrV?BkDE=Q1^Ugqc]"5HO]+_ij^VRh0bKeG[d*pS"gYCWBi8OXoro/"o[\h]P)7kfPpQ5DY*+!3%"0/>^S4$5;fU\b#`o2u\@6f%_ )ZK^8s8N#76Uk^BNf/jSKntSCMiEaXOH,?_rK.)Arf[AGOoCFIOW')Sq#CAG\71bj\n]`Zs*^DG"'+M(Q1*T\& :bWB'q*7k)err2otrqQHi rt>8,qYg?ks8H"1D1-\OEcZ>EF8g:rG'A4YI=6TsK7ei4MMI"EMN!OTO8b.ul'277rK[>G.?][R0Gfp76D1-=QAq>rQB.)nR?Wo&R>mH1Q:q_f'K9WYMLBJ[ 0,k,o!!33,!WE*!![%L_-Tb=FGCu0FKL-(Q'eVQf$3iSMVj34.Q^3u(P`_$cPn0=LQ'IT$V*>=" qt'jfrqZBh5QCHQqf`rQ.\c6**"$!?nVSb;F8^Fq+Bn:3l:Wfe7caF8o_SRdXV!r`.Eh_cpADfR /LipHq=sparV?0drr2rsrr;q:ZkH)@"?tXZ&OSf91(s_OU)lfjrr;iprr;ukUKou* Yl*h\r9&_d#lkc)4b9CW#7PYDnFkWZ4!]"HM@;*O$4\4@.46\q/1i53TD8H\o2u\@6f%_ )ZTd8s8;l77oFZ*WhuYlVl$AjWN3,&Y-"h0rNH:*riuR0Yl:g1VCIf0p\k$gs8N#tr>5:g2*X,E [JuOH:b&FDfLd>5)._%mnc/Fa>5\EtrqcHjpY0jgS+6OSr6Qc]':SagcS?.X6o?)'&Z`;o+]DWB 0G&O-n\A34-VHQXA)?bTs8VRs)_DAAq=ml/:a?TE5S+G:>d6+T*+&;\,>^9@g\q*Mrr2utq#1-j ')_Y'q=jXYqH+V]Q]mGgNK0$Yrf7bTOcu&sR@Be?T:hsVV5C/hWiN5'riH+$r3$('s0)R0YHRr0 ril^7ZEga@Za@.)ZimV=ZF%(>[jnr#ZE?>.O?$+B]A('P7+AVQ(k F)Eu_$N'l(!WE'@#7hI]-oXe4KTM_/R>acT&KNVk*"iNs!$ZaR2bN3/nb)eZs/m2267pI^p\"R+ -o!>@mJm(`qu?Ner;Zcqs8?cD(JeTJ6K)r"7mo*j(C$/%,!@b:3)'otp\XX`s7u]iqYB]T><3k2 rTs=Zl\I>+!#n3iKr?O0%s@R:q;3A\.!koR&2G(7'I>mm.l/h51+PS^q>^0[=V;H:h>R6NpAb*a q>UEorV$9k(B4@1p\Lg)A#5]jSsjOn9="NkpAFshJ,~> (B==.q=t!3;.>p9g=4R*j4iAFhVdAPro4"?rT4XPkih3lk2k[bdT;Y4p\Odcs8N#tr>5=r;_:?g I/guRB0Ma`_')BQ4>1gGs7Q3e=o\HprVQNjic#e@4FZtts5l==*2`c9[P'I4dqSa\[T'I\G`uN]Y;1ta3)WNc-F_dg=k<;hVe@kro3n:s5a4AroX7BroX4C #O1I9kNM0qlf%./o2Y>3=u]\P_s-:Im-3s&n*TQ4m,mL!h<*Y,Gtqn?g#_VZ_l&rgOcl*)SX#1m G@O?33]&9-'G1cf+XAHm8jlLCeE6>ljM$7KEP1)Ck2tjil0e*5iT^p6jm)0ph;NboY5eLnrr;cm 5Pk0Tm7]]B6.Y'j/2Egsq3s)pAH/GC5#M4WTdsG9=RuLlq>1-kO"G3O/^==hp\"/h.ml(1W4:4% k5Y>Rrr2rsrr;p>c7pJ.,] )ZK[7s8N&977LpDNf/jSKntSCMiEaXOH,?_rK.YQPEV/lOcYWbP:(MNqu?Worr;uss8UBls8Vuqr;Zf`4=tl,G]RkErc7sZ'm=hJH[UErK7ei4MMHtCMMmISNf8qrNW"n;O8k=@OoLOB OoCLKP`q;oPE_>ul'277rK[AH:6LX$O>8"H,(uh`QBmW!Pa[u-S!K.uR$j_=F"m\/8SiWuBh0Wg &fMrN7SH984?"Pu#m^e;!!*'"!tZ+^,:F9;5AG%TDIuNd$T!R!g&P.iKXq@QBml'PFt5B Sc&K^s8Mljr]g8QrT$6t68$X;4;T#tq=B=`-slk?#Ur42qir7$2GEQ9GjO@%"+7`ngUhpAY'krr2rrI)@9H2Ap$%_CZTc0,b'kd+q,/3E.gQ27`\Yq>L?is82fmrqbg* ^[2!oqYU6VX@YuE)'"n/Z'2'@rq-38&O/$8c);I14 )ZTa6s8;o98Q'l,WhuYlVl$AjWN3,&Y-"h0rNHg9ZEga>Yck44W&K5+qYpEks8N#tr>5@t;^spW FT8X-<\9:0^a)WW2CE>+s7uKi=o\HprVQNjib/u*2L=rds4]1u'qkL'ZR7:n9g23=*D8O>3C58R 1a+[7JiF&h=$fqD2T5Cho)A2i3i`NJi_oN;\bDOHPinR%'Y[kbS*\#MS;67%o,YctI<\$`]S\@fA[[_8iOXarVC*)UEmHYZ8- *uZ^d5Yk9N6U<[Y'E/:]!WW<&!!X2X+Y=cH%7+lPG&qCp-PJb5_l]u?XKJb6\%1G(%^WXS\$WqY "/Gnqp](9jq>NVTp\s>E1e9IOgd3&-PPt06-7iR)SIR>FoDb4'<]X(Gs8;Tbr;MWs?qr&js7cB[ n6RA%.V53UaNEH@qY1!gs8N#trFX)")EJmOs2Hc54u45f;q0\p*'71Z)`PA-pA4dgqZ$ (B==-q=jp3;IZ$:g=4R*j4iAFhVdAPro4"?rT4+ArT=(?#1[C3rqcHgrVulrs80@K fge8%>riZQ&LP!\rVQWph_cfT/`jT+=$IT[/Pkkg2]Ys[5;eB!CF2S*@/p3)s8W)sr;6bfn>Ye(NI0gtprHrSde9ro4.@j5f=ar8mq? roXONkih3nl0@Tnl4*COoZ0]Y2Lt#Jg[".krp0UN'^FoIn+5YqT2]*umJPYTTobe[iUd$J/,f2: s6S[i_6&Pu3@#RV%MB<]$lN$9li6k\p&F^IOZ$O_hs'InlK@MQ2rr9Si=?]j[hb"nIX8i3M2`=k>\/e4)p?Y'lHU^]TlMUZ!O=jm6-H#lYr;ZfF2\7Ph1ajt" >hT/Wrr2rsrr;pa0Mo@Z s8Vrmq>#7kVUNuGe]Eq`;7$<%pAFshJ,~> )ZK[6s8Du97Rh$ENf/jSKntSCMiEaXOH,?_rK.)ArK7&?#F7>Qp&>!jrr2rsrr2j3oQMuZ.4DUL 6UrG5m&)R19N=5/U]:&`r\a`RqZ$Too?8RH<%S]irVFVr66MWcrl?/o)d"p;'a5?c3t4PL)F>B# br[UB9IC@7P4ul*'W8#-4E?l/gP];@Nn2e;==D^s8W)sr;6E;jklF*2\OH@13nJqAW0M2$eAM2R=PNrG";NW+q@NK0']Oo1=? OoCLKP`q;oPE_>ul'277rK[AH&!Mj@LaEcG8>2<1SW#no-q ATiESNfJpPNIuV"E+Vcj#R:8.)[$EP$NMV]Od133ATN*I8HLc>\sf.WQ&q&fP2MT8QB[]#NLj)L A*sH$oT^#h(fd_2a,:DrVcQgqMH.a3ubm4qZ$Hk bUs&C*%2OB&lI-Wr;Zcqs8="rI1H?W])D5u2%fm4>/9V+]20CS+&pqcq"FXcs82fp#5.`js8Mfi rr-!qr;Q]]nutq]WquGhr;$'Ys3!P8)@r7Z5Sl",-oQn=rn!u"+t-U,s8Vl\=X+q0^&PVc)c52] rQT"0:qHW*s8)Wmp1+JFMhHn )ZTa5s82i98lBu-WhuYlVl$AjWN3,&Y-"h0rNH:*rNQ7("04t'q#:6js8N#tr>5D'G;2]A/@sD+ :bHPQW%^_8=[P'Es7?'c?iU'#s8W&hbUc.a0bq4ur6RZ!,b"B*aWhQC>W\;73=P; 5;bf+/J'EA,I[=Er;ZfM/g*M+gTWA*1_2#Z7-/YE&kjo7.XqA.,=O%^o_ndhs8Mupqt^.+s7lTm p\t3mq"FFX\1_'KP`^r`N/W[PreqPNO-,TiQ^XG8SXuONUnsrdWN*##ri?(#riH=)Xfek3r3-+( ril^7ZEga@Za@.)ZimV=ZF%(>[h-3X^S!:u'N;?:V6[A4['Ht8Zm3&m_QKVA%h2j>R?s&!Q\U$3D.6!X!NMLqtmcT9ef<3fg$)tU&G"3/2('$YnB2Tm,BrDEBHS2k5YJYr;;Kr;F)D>s7u]m s3<>*-6OiY,8XA1qu?Zps8?fnIh;c_]`7Z(2\Z9;>f-%2]MTUW+B@.fq"FXcs8;ooqssCVqtfs\ rVc`mrVuoboWh@eXShknr;$'Ys3!P;*>4mf6Q.X:/2rCBs4aP0-7`95s8VfZ=X+q0^&PVe*E(Ve s3GF6:qHW*rtYD-qXJ,1IA (B==-q"Og3;du-;g=4R*j4iAFhVdAPro4"?rT4.BjSe3>jp'Uf?L[jbr;HZprr;p5r:kn$8k:jh a]`%@?h'79=%Z%c3Eb56q#:lXg$p!"j=4>J"5s0Q`(8g6]OiUk3C-=nqqI&19s.l,##0g62; pJOdm8gc2[9Sr$6oCD_Vs+2Fj2/d2,=>E*&/:dbf3]L(u3&,[XC*uY$G5qO>rr2loqtg-d(]Wq% s8;`lr;-Bcq1_,1_nWjp\@K/Z[/RNI\@K5b^Vn18bKJ,TdFm7.gtgldi;_d8iX4`)ioK4`jlGLa jo4EAk6L88ki_0olKdEo=7k_IUbsQ2c0aBEn)s')mHcBj5s74]Z+)c43?qXNtOqsVeGPs-s?N4d?lm-a0#k2>M7mdK]9h!VTu0r4^@ pAY*fr]g8Zm;G0t0T?%f72R_Hs56sL3+Dm%,YUJ,SL[?@3BC/]jT#/Xs2@&^1GZrHrqufgs.)/* 4ZGYZ$ST'erqucqrr2rr*rOuVFN4@VqYn["IA+pWrqHHSZ&ZKXs8;Neq>^Korr6F)o_AC[q"FLX qZ$Tfp$i"]iT'e7rVlBWp&=sXWA[=abl3e\+#R,bmJceMs5h;BlMpYCqu )ZK[6s8Du:7n.-FNf/jSKntSCMiEaXOH,?_rK.,BO8Y1>OU%FM5j/1Err2osrr2rr(]O8`0L7iO DmDVo.nJZZ2e#BB5U&qZs7lTnrETC%r:S;M+>"fOHi'jE+?'rpG2Mr)FrFL10lWOR$lC.sJ1*A] NpB%r9K*Y55XpIjs7>mPp%W_H5U9Z:5=HYF-lHmrKdS04,paUDojK(8*G=p@rVlfpr;6?dr"oD$ rVuflrVZKkqtbX]D16bRF)l>CEGkbq(ij\?GBnOaJV&K+KntJ=Ll%"JNK&jSN/[aq$BC()O-#Kc O,oBarfR2C#F(F9P*;,qQKaY7QMm*JPZO-/TkY/C/:a=SOeJ,/Q^!]#Q'.K)Q]-V_$mf;-?oSZ< 1f%q=Kn"Q#Jr,;8J:rl>N009\H#,l+*squJ!Ws9cUR-OQJ:)BECK1cG3`L0PQ(ak>Q'1*k&!N9@ PEgruE"X:_qtp0dqt^4UpAUC,m6_5,N.cq9Kk*nNZi9gpr;Z_G~> )ZTa5rql`992^).WhuYlVl$AjWN3,&Y-"h0rNH=+Y5PR'YQhC;9'ZEOrVccqrr2j3q1CCi5q[8j 8P:m:kDhH,8jPut;;V?Jrr;pPs8MrhboA&c-l7C5Y$WS?(d<3&oY>bo>q.^RSPp4D-bG$^3XV&= 846?=)C\!DL?S[:o-X81HQ#=&A6_Pr,r.(pF8_"K.n;*?,]!6e,Y0%op\k'irr)clqYC%*s6fjc r;-Bio_J.OGpI]tPE:c_NK&jPrehVPNK93cQC486SXuLLUnsrdW2co!WiE,#ri?I/X/rJ-Yck44 YHRr0ril^7ZEga@Za@.)ZimV=ZF%(>[l_:0_13I52j1G@V73\7['Hg=ZE^jP]!$fM#U*Gu@6P/A 2,nUSOG\gJLl@7HL5Uh@LlRONGA0`7,nBkR(E%UuRXf@'F`q5/;[Wgt@>C/K\@T/TZf/8%ZaI3M \u`o7)((sPqY0sdq>NVQr9%`M=!N1nf/j?bO8[m+4Y^:>\/@IgV3<&g<\H.(DrCNfs8Tne0.8?e qZ$Tonc,"5.lB"8+TNmtq>^Ems8N#trH\4qMK-Q6p@nI*NI%2=nGDqZjKOWUj8]/RrVHQnrVu`j p[RqRp\4O^qtpEnoCVGMs5)].r;-Hbnb3"_m]%s.B#aV*.iBs (B==-q"Og3<+;65D2L+YD] 8N_Gi?r0\eJM^"o)ELhXZM"%m=8i'qs7Zkfl0@F$jlu@-mIKc6o(1YNF).B.jK"ZLa5d-uqY'a_s7l6Z p\Faeq>L3j+8trp]SpQ#2g=3Yq#CBljI:0_4ZPf!8i^:G`nohNVYrmibm@55IqfgHr-GP@Rb<]P1"^F)Dr.k`Yg+s\iN-.Dnns8VDQAmB05s8Mcfs8Vc9:*1Z- 7p(T3s8Mcls8N#trVum/rVZ]qmf3"\p](!fs8)Znrr)j'q!n+VpAasgs8Dor%0$/%q2]GU s75sM75_m1daQ[eP@[Uss8M`is8@H~> )ZK[6s8Du:84I6GNf/jSKntSCMiEaXOH,?_rK.YQNfK0^OHG]hUf]>,rqHBjrr;uss8&GBoNEh,/K2q+p\jscqu$9_m*dpL6i[`V0eZQ?!e0d4'dHO5,T9\H?RA)WK_YKD!rMiiq>:i/ T$7-3r;Zfks7l(Y)1HjUG5cRbF)Z$qE>N\=GBeI`J:W9'KntJul'277rK[AH9p_':8H8p*T9bn5Um@=:R$jP9R%9h(BGD(IML@Ap)F\.c L4b,9Ng5cjR$s;'P`LlbMM-J)G'S=P=>h?:!$d5dNL?5uIP_lE"9o)0!!XB?I[$7fQf42?PEh,h P_H&j3WMh5s7cNfq>NVUprt*D:)p53dl7jNC[mf974rBSZkb;0)BL&#&JH5j+3j`Yr;5T/;bLQU rVucgrr2B(6PL=J1.?TKrr;lps8N#tr=],.qtgMDrVc&hU:ojls7H-cp\Xmeo_ngeq"Fa`p\"IW MAJVpYl4?G-s7j"i;`TPo)Il-$\aOmK7JYe:.qnlqY'jerI=~> )ZTa5rql`99N$2/WhuYlVl$AjWN3,&Y-"h0rNHg9Xf\b0YHY::\S+%^rUp*es8N#sr>,Ef.ksU] 12Sd?4@/"V2,[-[.75bor;$=JrVZWopA4gG:+dVI3_.OS(F2Hn$6?)Es4]e4,FJN1AelJ/\K4$l 2r+181I!Z=d.R56rVI]7q!clu2bF2g4ubH+)$u#oU`:jc4Y%[\mUIY5*K'mpr;ulmq>'q#Yb'): rqufrnbVe@9co=PP*#['!f`(nrJMJOO-,TkR@B_:SY2aRUnsufWiN2#WiN3!X9kr/Y-5(5Y-"n2 rilC,#IC_AZ*L^C[HY%$Yd1RA[f3a;]t(j_$4_-bWiW>4XK]7EZadHO]YCD''+I0WF>"+B6XYG# LPh4\Q&q&jQ'7ArItE9)Jq8>uNf/Eu5:@6K0Tr2pRZiGD2&?5m!XK/>#;0SPXg>C@i3X!'ZaRHG c)Eu/:?2BJs7uKi5Q(B).6LQSYQ*-8'c:l\ROCfaD?%*c2B*ba-Wq6',mY[?rqcWmkDNJ?A`3Rf qY1$in]"'9)]1S.JE-\0qYpNorr;p0s8Mrns8VKdp&FacpAb-fr;ZcprsJPoqu?Ejq#:2]GUs76!F1)6.OStMO@E`>]9r;$'as8@H~> s8O,;p[%Og7V8%/f%Am>hV-cAhVI#Fio&kYjl>=Zj8S3@jo4#.S=WfS+09Lu1'pelk,Tq514#:$k5:T>JV>pQYq#0$- J)LA![$eQ#qZ#kd2c\E.p&+CIq#&JYIacNRZFmr`[BI'CYG\8"Ydh]f^VIb/cdUIugYCQ;g>2bc ro!e7roF+@roX7D"m4q.k3(q'l07JBlg!`ukj%O%iTech-]m6Rk3;C/p[@5(l0@Kti4+,6MUh:> RZ+K;rr;c`p\jX;Y,nIdLk'u,HA@lbZbtAUp](9ko\m-3?>uIAcf(g?59^]/-#VEqZ$T_fLQ`kjSf"i2Ei:5 n,*%WrVtG! ,l@T@s7lW783LUCN.m(GLPL_EMi*CNO,]6aP)t]bOHP`gOHBI%$']oYcN!b@qu6TmrE&pqrfT5p #:iFk$p6[,c[mfQ-nUrL0R**dr;?EkqY0peq#BpWrU]*QZ+Mh8/YtW@,u-BC#G(Sfi']mIXo7ok !%g;i.5MU$o'q/YU6is8P^js7c?^C_KMT,YB,.FU\J-q2uR/BhC$+:^K8!(DNWIrKIKChmd0FEme/&TDN(G'8(UJ;/r@L5:\BLPLcd N;eh9NrG+>OT(CBOp-u0OHG]hq3:]?n"s?P+ZW=A6;&k$ 3uS>L^\dd*pAaUMnFH8Iqu$?jrsSJUaL]",iUQ^=qYRi&q>9^]/-#VEqZ$T_fKp*YhY6`Q0KpY/ n,3.Zrr:.O-]O=HK85.h9h_hls7ZBjrI=~> ,Q@`Crq-*,7nn<'Vk^2kVkp;jWMlbqXfJV/Ycb(0Y,ne/YPk^4Ya$Wbs7ZKhrr2io=8`'tP;tB* 02F&36UNc^LGW3b0:k6\H1^t/qY:*dp\b!bs7>p`p#`Th_)E\rW^@[Z=[=PKV#:8P84X`*s7TLs 0gRiR3>n1VoRSSr,;nQYs8)`ps$ZhcpA+E#(Jtqt:aCdB'+0ZrQ5g`Y:,=Cuco<7=(S:O'p\`g) Ic(1tZ')BZoDe,O.SJ(ep&FaVrVaeA^K&Ydga8XKSq6YHb13Y-"F?1CGaQ K2a$/4FE$FMM[OjRYQ$,CgKn-7S,L'9iYD.F+87UGB._:6m3Br<,$uH<#>`?#p`,UEcPA=!%33% _m?e[[/I>p[/%09C'k-&kk+fFrVlfrs8F\OQQ/pj<87?3:DkH.:cB1W,b"bX,9^]/-#VEqZ$T_fL-<_i;*/Y1-d"3mJ$AG q"i)F17tVAT;8#t s8O2=p[7^j7V\I9f@\s>hqHlBhVI#Fio&kYjl>=Zj6#M'jo4LNsU!)CCpQs33Sh2k9pJnFuMHr5CRC\AkS[XguEVXKAJ(V5()q]#Vk/^:_1tb0JYoh;-l@gthte s5>l0.Bsm-X65X?g(0m-j!"o(2>:lg4$*iOjM;K?ro%OGgg@ rU]FNs7k:*frVu]lJ3@R)K)5NI[58aT.kFm[8(.@jBJ!"e<[1Gj `GS+LdJj.Hq"Oa\"o.ojr;?QmrsAZ$pAFsjrVHEi\c2F&nGWaorqucpp$1VNg&D!ll`4Q2]Dqj. o_&6s-u%#Uda6doP%@OqrVuThs8@H~> +oM?>s8)`67R(UENJ3.GLkghFMi*CNO,]6aP)t]bOHPb*OT(7EOc(rOnbW:^rr;q!r;N'8,oo?$ )&l:6,hAnJ:)mNk>W,=?s8W)ps8N&ur;ZTbro&;],!9*E0c5`$FYlf2+&TWFpub.)(q0;3EYB]# .mY=;h#-o&+&!G:mJ[%[rVulss'GHmrgalQ5=HtF`b,>bMY)KB"FjZ%2D/MW6;/8hqtL*g?2tdE kL2C$(Q81ibpP+oPQ(USrVQKk^E6?tG]nUSFF\@MG&V\KEcc29EIN4VF*2e[KnY>?MM[.GMZ/S7 NW+t;O8b7@OoLRJOcYZeP*5X*kERfePE_?!R$jsl%Od+,R['2(O,K$aSXPt0DCYlDH%]08%R>.!=K)1!$qd[(GJKlBObRdBMC#p"U5YL!!"BMH&7ZJPFn+J'F@g.SsPe/ rKQH0s-3PIs,o=,,6/46r9XF[q>'pcr;HZipMhZ],]iGJql2(T,p4@2/4%MSeRBmn;b@ioaLPb8 9?$i.s8;iop'(6equ$BkrVm3&qtBsfs8DfkrOMq'r:'\8s8Mrqrq5R5[aY3QqW4PaC:jNFrq6!` XpI+ON/3.AKjmeNZN'sur;Z_G~> ,Q@`Crq?6-7SnK,W2$8kW26DkWMlbqXfJV/Ycb(0Y,ne.YPk^2Y+e.AnFun[qu6Tn*rhW\-Qko1 +X0lR.bh'_;'00"?TCsKs8;fjs8DutIf'0@p&F'&1abRt))`Lpi.+!l+spC+rV>\N4!)!2o6(ou #Vegs4l?;9M]tq77IL0Tq>L?lrr;]bs.C>]6qT$ZbA7D!O8+GS#_QM53\k@g7Sk,#s7lWn?N:pH kgMO**0C4#bq1b*QN.!VqtBd]^Em6FOFE%5LR!^Q(la*(KnYGBNKfirOH,EfS=lXSW2QVkVl9Tp s/Z.#riZ7(s02O."gG26Yd(J/Zh^uuZN%9jZa-pE[^WccKcrOL]t(8LZE^U;\%K5YVgL<,06i1Q *>1bcM1g>9R[AY00+n9k%hAsI!!!6*rW"5P(EYG0C2e'/EH,2A*X;f\$31&V?%7m#S!fM(AK;Is Z+m`U[/I>p[/%0dTe-K_OT"MDqt^'br;?Nnq"](e=t4dgqZ!]M&h,(P="Zkcq:B.+7orG)8BebZ 3)Rfss8Vupp'(6equ$BkrVm3&qtBsfs8DfkrOMq'r:'\8s8Mrqrq5R7\CLWYr9'tiC:jH?q![_J XU[dqUnOHVST7b+Z2Xdsr;Z_G~> s8O/=Zj6$@&s5a4?#O1)d7b@Y/rqZRcr;WcO/Qe<% 4=a3%1um(>;^$DcLefqMqtg6`qu$Korr;Wjl$4Tt3$TFX>:sFch*P3b;r76Grq]eb0Z3niN@77A 83A'&rr-g8Y:a*%?i9s'q#1-br;QW`s6s_@6tA5Ss*PS,OoJc?,dDMJ65;++>u>.LZ>_9?Aq>^Kbbai*$5>7Zkp&Fd\qYfm_s3Z*hJ*ZIf lM]u2lMp)slKdj)mdAPK0GIF:rr2rpqu?]pr;Q`^6pP?(TDANenS/XtKj_!;uir"8r,srr)lsq]5_5jmW6L o_eL^s,o1!f$;[gg +T;<>s8Dr676bIDNJ*%DMMI%HMi*CNO,]6aP)t]bOHTU)$BL4,NKfeu0@Bglq#;0,rh_7p:Q$tU (-F](eArn-(iT>%7P2CSs)n/9r;Q]qs7HL'Fk:?+&r*V/O^1?eaWA3oM.+_\+orS*BG#t .hJEIp&([5<#&I/rquQirql`qrp]pM?4Jhm-q!WD#8Ddc;^!!SC*khF+sTrR/!p#)q!U]f9d76R .S(@RnFl<4&eU0"r;-Hn-h[M4&MQOC9KbI*5"/@TfP51@+Q2QqQQ'RbuRm.0`SWo8#Q'75jS!]/%JO'GP>(CQG&g_4PNfg!6 Kig,K&KNN+@rm*MIXHKoF^n<90H:N.#nS=Gt2s-*JG3i>^[!'SEuqZ$His8W&qrr;.A02i7CnG)bA@0eV^=[X0NqYg5p/1jCO,Dc6nccaW* rV?HgpAY'hrqd<*rVcWhp\Faes82`lq=aOZs1/.)rUKjer;Q]ur;HWorVcch*Vo?hn,NF\rV?Ef ILoeOL51G8Kk!nQZiBssr;Z_G~> rr4MIq>A*!;154=USb&jV5L;lW2Q_uX0/\2Y,nb.XKAV.Yd(F:Z*71de,T%7ruM":V_0DrO#AU2 6:*-SbU?1)ErU__0Z*khs7lNirVneJs5nGJ)_N!A$;i'Os3L"b2^Q*4s+V[\*'Q(m Vtg&eW@1gb=o&*rq#10fs8QI)nGhc_&is2J8GR97)2J/l,oin%.QS"c-WN_kS,^B`rLXc_9ik.Y78Zf[@oRl;LkCJC1$;&gh@S Mi*jlI8`!G+"ourG(u-DOcPNYHYHVT3$f=M%2:6^?tWu%E+)9T!!*L!F.&S^N/NXRQ_o'g*DlaD !4;^2kd:/p3j`'*!(+m(q>^?hs8W&qrr;1F2-CNYoDACMA.(7j>Xf]Wr;ZZ#/hp$]-]J*)e'QS< s8)`ip&=sgrqd<*rVcWhp\Faes82`lq=aOZs1/.)rUKjer;Q]ur;HWorVuol*W,Qnn,N@Up[e.R IhlauStM^LST@k.ZMsdqr;Z_G~> s8O,9p\"I':iN#MgtUW@gtLQ?hVI#Fio&kYjl>=Zj8S0?jSn0EkN7^HZ2a=fq>VE4s0apBFl@U9 .Rm>mcgN\U12-]T9f\O6r;--dpf[Lls8N%^.kG(78j#OI11^FD6XqNEs8Mfns'\GSYPnL((d_Ci ->`_^q#@uQ>U+%as82Zmr:g-frqH0ecp/aE15Psf'd$AO0Hi!pHp:M'5"8mY05ggi4n\f',W?X\ ]08b&>l+Ku^NOqTqtU0`o_AH,"u/G(3BL;NS>Li`Q#k+9?(_p?.s8)]o "T8/rrqucqrVZfss8Vuq#P\)nrVZTns.TDlrVlg%rVliso`+shqYqE,s8W#qp0LP'da$7cg!5jp ;mQAupAFshJ,~> ,l[iCs8N#67lt48NJ<.DM2-qGMi*CNO,]6aP)t]bOHGWdO,s:"#EG6Q!20;[p\Fhiqu*fX.rt2s-*JG2lD6_"9;BUrr;fhrr<#trVu%D/jq#*q>'^^]LEqj*Xu2urquc]Qn&[U<6kF3r;6Ej q"aphrr2rrr;uuus82d#p\Ojer;?TpU&G&jrr3B)rr<#frVcNgrVQQmrttM1s8DrZ6mmMIL51G7 L1O.T[/^!rr;Z_G~> s8W,t+8c#R8l'`*WhlPjVkp;jWMlbqXfJV/Ycb(0Y,e\,Y5PR0XL)XKVZ6/[q>XCkrj+L7Dq]4m *BQe@a6,$7.q/I?7P^&$s8D]ep\4I]s8N%[-R`5!5VbE!-sHZ&4'Wt-s8Vopr)l02Vtp@k&j'#M *+AUAo)H-?29IFHJrq-/;,;pFX ^-4ps?Uo()hVP^9jWW&ps X8]7$Y5YX)Ym%A8YHY::q6T=mrNe2b[C*HL[r>u_]<8l^\A#bcWjBF@8/P kd:,o/Wr@1$!?$^s7uHhs8W)ss5uX'8L_dXqtL-)80BB)%Tq0ZrVu5P/eS[rdJrk;rri/orr;rr s8Dltrr<#qrWi2orVcZls8Sel!<)os$iU))s7-*fq>C6irr2p7p&"U[puY("Nhr>?T:hcu=&61% qY'jerI=~> 0E;%IpA=m3>B?C[hqm2Df\5-;hVI#Fio&kYjl>=Zj5oC`jQ#:[inib(4`'fknG`Fas$upq4Xst? \4f%nA1Fb^AK+*Ds/%hIG4>D)r;Zfrs7cKlk"S$64!6s\>>QDQs6!Qi+#`EYoDSZ%5q\T*oADSa BJ2*brV](Gn\-DM*E;n8qu$Knq#'gZs6ojbJ1Wi5`;cYM1,(75*]`e?4(_K!@7!LL4.bg8s2S/* >i"Y*B3qkCs6]a\n+?VZ./!?7cn@Jjk3;(/l2L^7)\tejQCk4ZYcbLL_SsO7aNE/gg=k66h;J:h rnmb6s5O(=s5a4As5sRJjlPXfkP=B,l3$87l0A659C;2rh!a7ep$:]"ioKUrf5?;bqU(4VXmlAj qu?#_G#;n7_W:"Ag%"S#m-3`ulf[KqkN1gdj6Q-l\V4X2ID=@[M)Ii&mJ$GRrr)j(nc/X`s.r#P m-O$9l0.F4krJ%pmHs?0h;#>@+XM0kqYBsarr<#snEb3D*_>Dmo`+sib&^'>Fjg<]o_ea\c`O7u s8V`ko`+sgrr3&ts8N#r"9/?#rUTu^rWE3"rVlZn!<)os*<,g5p\b'go(^9[EQlMOdE^FlQ=Wt" rV6*as8@H~> !<2rs.fI.V3F7;rLPCV@LP^qIMMd@RNKBRrklqjK-!C@qK%r;Q]lrqZNmj@M=$2%_`)9L04jq:nbD)`I'[q>9ql0HH/On_,`J >pCZ0me#B"[3&!T9D88Yr;Ze*r;ZNes6K7QF<3+Y\bV[&-RBl\&hW6d03Uh@;DU2/G*@o]K,s7,mXlgk&Ts7Pp[a!N[NjltXog$.gC%h9=M?X[Y[B4Z"'H$k$gIt<<.LPLV>MN.Un rf$f8s,R,?s,d8D"d+n.Ockn'Pj+G8PE_;sr0CKTK9)ajQ(F;)P`h<*SV/@LDNSBI)b#.DT:)L> <$2`!;1YF?TU2"2Q'.2gO-,B\NfoWmR$a#(Q>ehp#ST.)G=_c<=ceW)OHG]iOH#X#TVBGO'5!St Q2Qs0Q2d*KPQ-e+TV$BO!!d#nqYBsarr<#sq4QnG`F_`c"4.F3spVo(r@UbGhDerr2Ed nG`=\rr<#rs8N#r"9/?#rUTu^rWE3"rVlcqrr+&;rVlfoqYg0ds8;KaY7O'aK8558K8=,79XOip pAFshJ,~> s8O\Lr;Q]5;,;A+Wi)_kV5:)hWMlbqXfJV/Ycb(0Y,e\+Y-5(5YG/4Y+Bn+2n,E=`s&Ag%3[S/+ Ys1!D=sBmE?P>V&s.1u1DY*f&r;Zfos7lQmj[qR*2\nJ:;+;:)rnp^T*&d-Zp\akq2C"@ao%Z&R @4*MAoCq50\0=W`:A=\_r;ZdSqu?Bbs6TFYGU#$j^&=N6.k)_l(,>)t1L<^R=#`B$0pM#"s2J&' >MSS+A6>o4s7#jYm.:5V./!-/a]q_dJZa[cc]",5U^:9gr7t%"C)%eiU R@KS;P#EM2,#X9'^Upha]",8UZEpsBYd(OA[C3NO\ugNN'b(s@?u\F3$"fs!Q^F,,R$Nr#Tr+a- GSP&'[^?">kd:/p1U=9A1B7qtiVNBGqu6WqrV#Vt+;R9&s7--hqT!PC5BP s8F&7q#:=Zj8S->j8IsEjk=r8WrMklrVc`ns'PW25;#V/ m<;!!BeY8@V%lHsl)R0EAF0'hs8Vurs8M]ke1jKZ/R"jn,D@p hr5rqZ?hkl9CS?m%I_S=lsdZEM']`PfX3aj/Acrn%G/h;I,F hVS7h!9!k9s5X+>s5sRJjlPXfkP=B,l2p26lM^$-lK@O#mGQmhiU5abjR2TWHsaSOW,nNhr;HZq ouhPUDR7XOkM+MBlK[^%mHs?1nFubRo'Pi7rq7K-ldDM>3a-!-68*T4rV?Els82K`qXXUbg::fB K^A'jrTWP2s61Wjlg=*-map=[V,&'MBAiOas82]kqt0^BZ)"u+pA4O_rs&>Wj8ArWnc&Osq"OR` rUog_s7u]pr;HZnqucrus8;io$2j\ss8Dijq>1#^rXJo*q>UEor;--^)cm e'ZOrd[+K@ZMjRlr;Z_G~> $i^2+rr;r5<^C/DMZ/G3LD,N&Mi*CNO,]6aP)t]bOH>NaNfO*t$\a\*5n0%To_e[drr)kHrqNc\ -pmXeAi<+a-$oKZ"uem&S2uOctujNK9?nLle'pMdRq5!"pdk!&]7rS=lXNR[',(W2lqZ Kg,Q5Q^=!9Pie82PlHsIOs?0VT3rE7$Y/,hs8Vunr;6NohQ*-QpA"@Qqu$HegY_r/s7-*g&GZ"p s8DW_s8Vops8;osrr2in"9/?#r;HR#r;6?jrVQEdqY[#c%KHA%rr<#rqYU6kqXj^_rtkY)s8QL- @#oYkLPCJ>B2)"*s7l ,Q@`Ar;Zc9>ZlBBWMl_lUnsugWMlbqXfJV/Ycb(0Y,\S)Xo5F2UogXr)Opd"r;HTnr;TjoZTK^+ qW;TU9498us.9Z]8)L"#6!E[NrVufjqu?]hs3iSg4=H)?2a1:ds66n2?s7l6`E$6K\s8VeI (b$m;:fUq)C5+-"+]%V(r;?TprVun"oDeFHrJ*6j;!@]&-PmdR-m*[3IPb#*;a_*3//Ub.qX4=A d+msbrT`nPq>'m[s8)6bs7cNbnSeM`p\k'fs5O"'@TXNfATi9LK8GAHQ'[f$QCFP=T`1\jV5UGn W2ZcqWW9+!XT,F%Y5ba1Yck77Z*F,2q6]\$!j]/>rO#k:[CWr^YH>F?^p^Y\^:f@e(2f!m!\/2L Q_gXVIkD!SHC(qEWMH`3[^WcW\[oDc\\#J_Za@'mbT`,E#r;$?ls8;`jrVu`dr;?R3rV5aUqITtJTTPtA TqS3) ,Q7Q:q#CBEG*oS^h;@&Be_8g8hVI#Fio&kYjl>=Zj5f:]j8IsGkiLg8;,u9Iqtp+1Im%;=?^3^p]'Z`O/0hqo)HTS4!/#4YtR/\.p`2RE)]R`bl@S6s-P)n@`eQJ eP.#a5:nQN,US+3)%]F/s8VrprqcNkqtpElm;56CPQ1IWIj#sZ)._k/\k*]7+?k$u74iBCs7H-e q>^IRo)&(Ys82]gr:'CYs7l9as1g3Ch#I0?me?G&6W:io30'i3Z*LjG[_'>l_SsaIbL"hogY:N? rn[V2rnm\6s5X.?s5sRJjlPXfkP=B,l=/r?lKdg&lK[R#o'PT,o&fQ&j5.5,Hu$<_K::?js7bpZ ep^4qU?C\%jl>LinF#N)lKdg&lKIEsn+-# rr36&s80`A<,$m^L_bl)LP^qIMMd@RNKB?j@nA=Pme?_IWJR+Ys763++uL6En"Mrp8fUV&lsWFR-HcAeo_j^_.9=@_ rR"+N9f+"=1)h6Z4:h``lhg\Xrr;uts8Dilo\s::,`;?coQD&g((FC!qlW'i4UioQC,-]2lMgAK rV-jq#1$fs"@T?+3FHUq"".Ka?*5::_I,O@:j4oEc#i@H$OdiM0OH$LPUbC MuJV6MuJ\6NW5%=O8k@HOcYZeP*5X*q3CK78^6hmf*"Nrr2`npA"Xe%K6;+ r;HHgq#C'ds8W#rqZ$Qpr;uoqrr2rsrqcWrrVZVdr[\$Iqu6Wnr;QEds8MllrVZEbs8Viirkos( IuAl5KSG2>BM1n's7l ,l[iCr;Zc=B5N9,Iq>:'erVlfrJ,]DO 4#oItrk1lW>WH0[c7(2*G\Bi/=RPq`mAc)9_>j*+_BUuY@.^?`02E`is70bq81;[]r:U)O)D>:5 qu5#8(f31<-oE%gHp88O7-sjOqYpNnrr;onr:f>b3[]p`oCmML)]B;nh>acH%mq!bCN)6U@-dja q#:'gs#9`PoD8L`rr2rhpAb0eo_SKo+=,51p@S%TouT3c\O7HVIsQd'O,f$UP*D2tStq[ATr"W` VlBZos/H!trN-%$s/uC,"gG26Yd(J/Zh^uu[n*d0['d?M['[p[/%0?Z`:7)>SdYTGJ*hQq=aga!:p-h%Jp,!s6p!`nc/Xcs7Z6ertkY5rqlWg qY1$_r;ZfoqYU0irr)fnrVlfrrr2co!r`&qTDgA@rVQTor;?QfqZ$Qkqu-Hgq#C<`o_?-K.u^!c Tq7sPUj,g1ZiBgor;Z_G~> s84&;q#CBIJ#U-0h;I/Ef%Sp9hVI#Fio&kYjl>=Zj5f:]j8S$IiT8tNm%,Ado_SF]r;Q]q@K$52 3(6!sr;Un*?U7lbm7es$*["Z>FS#>.b!H4N:#,UFSf^`AFG)kF:gc+amf-Tb<@,ceo_\Zr01.!q eGoQY-5&jB4#SBCfXb-dT'lXYp\FgbqXsjas8U_K;Bi1@ruCZf>#g=9s762n?Qq(^r;Y9bn+QVU q>^Hks7H!_rseo#pA+Xcq>U6fq0NU%rr4,8n,E60(odLL)LS3U\$rlOX0fX\`Pfg>`QZoghVHr@ rn[S1s5*h8ro3t+q>Kj_/-#VIs8Dcls8N#pr;Q]lqZ$No qXjgQC+Ob[cIgRjd+m0=@8+!+q"FXcrI=~> 2#dOTrr;l8ARfe5L51VDMMI%HMi*CNO,]6aP)t]bOH>N`NfB!VMhZn?W+uEfmeZeWr;Q]qIf',H 1d_Ko(i6`*\nR= df'*N+:11r0J+7rc`p5@Q0SAJp\FjgrqHHhr;=f.6QDs$q>9T4<(VDdqW@[M;\'dnl1`$!h":C< p\t*ds8<2urr)]ms8W#rs"!pCq"OAu!,)&rr;$!bpMUV?s)J*9ART@jF)YT(G'n[aIXuNbK8GMD Lku%frepc7rf-rKd_7[b)]tD8#X,U." !!!'#*f-/LQ2Qs0Q2d*KPQ-d_R[/quK/N]8!+XLRoCMkXrr<#rqY1$iq#11'q#:9is8DupqtU3h s8W)ur;Q]rqu6TsrqZHjrrrE#rr2rrr;H]prqlcprr3#ur42h&rUKjks8MusrV?Ekruq@?s8W#p s8Duop&F>n"AYACNeW.?L5fk=7^W3jpAFshJ,~> 2#[ISr;Zc?DLIP;VPgAkVPU2iWMlbqXfJV/Ycb(0Y,\S(Xfek2Y,7th^O-HJnG<"Yr;Q]q=8`*$ 2*j1_p%<)\=?BLKks?@T',==gC%M0"a$'J=8)=%ASK(95E-aB$7TM!9jS)S;9cqCToD8Kh,WHcO e,K[YH4_$rj)X4[JmTa]=GD[\@8oRZamQM[(j>\C).$_8[HRXd*BYMbK-iJ >p]j\$O%uH[^NRAZfndl[huBSWN_dX":"p:e+rV,qu-?gs8Diis8VonrtP;/s8)`ms8)Tds82ir rVucps8DclrrMuorr30$rVlfrrVZWprVl]prVlftrqs>+q>Kj_#64]$s8Dclrr4/>rVuopqu?Wp q!e.AAIM\ s8;iq("7#PYL_[ef\+m1gYCWAi8NYOhr3SoirS0"ro3t:s57D>`.s(]0-$;Ts8)cmq"s[_s-b3= 1Xu@&[l?]S0%]d;1G)-q5;]\Cr;3lH6;JVqs8SQ><%K(Q9/8A+>r1LPr;?Qmru_18Pp!&k*EDQZLcc7s7$E^ lf>Wk-RTU,^\[s5qYC$ao`"dgrV$3qqu$Elrr)cmrVlio&cM_.rVcZlrVc`jqu6TlqYU3irrE#s rrW2urr)j)rr)lsrVlfop&"FVrqQrsp\+O^q>'g[p%8%Xrri?!rr)foquQ]krr3-!qtpU3i #QFZ!s8W)ss8Mp!qt^'br:0b2q>^?drquTks8W&kq rr3i7r;"?<=)3/5KT(nGLPUeEMiEaWMi<[Wrf@/AOT(=@NW4rIO+gYH:FOWZ[3-AF5:dtMq=s]f)E1%rTDnhT,=s$k/Nb7)85:GZn9YZe*4Z"Drq4uD'+YJ. q>L$+F=n1@(dakbs7#OTqu$BkrVml:s8)HeUGb"`fD#=Cs7,aDo_\=Rq=X!W^@q*lrr;uqs8DZj 0D,5;s8Vrpj(/uhea`P:s6fT-/X#i)Du`+(>\.5LCN+HEIXHEbGD(HmH@LU'M#E52MuSb9M[bW) NfT9`P*1rhOHG]hq3)SYQC!o$P*MApPaIi&OHGckOH>ThQ^Ri?-'t'mTqS-OTpqF@Q]-fN8f/O< ;_\k8?\3ojV3Ys9(,^3&R?Es%Q2[!JPPgRZE@1`se%s>Pd*fk+CG?.r#7`^q%V(aVPo#RHQ(".e .f]nV3ihiKp\Ojer:p-gs8)`ms8DZj#Q+Gtrr2lor;HZqr#>Y8rr)fnr;HTnqYgHorVZWnq>L6c r;HHdrVlcq$NC#%rVQTorV?Kmo)BNtrVc`qs8N&nq"jperVuoqrVZNhrVuonrqZR!r;-9hrquZm rVuors8VWg,PhB:p\t*drqZHjs8VVO(c-8nK8PP;Lk^^p7n0obp\Xphs*t~> !<)iq(!pW-KUeg5W2ZShVPgAlX/rD%WiW?%Y&(5?X/iA*YHG%.RV-M>+:jA#q=ajes8W)us-Fm4 0[]^qZSXjC.b!q"-6PB=1+/ppq=q384%L*Zs8SE49dLQ15q"6X;^pAkIhNtH\c;O+p=iO\&.FKo s7jWX0GGPr;?QmruV.=qY1#f3]f4PpA=LXlL+!6s8)QjqX1c-q""4Zs8DlqrV$4D qu?Hks8)cZCE,[no(i7_q#,asOR_sW"ASYDsXrM]aqrMg=-XKAY/ YHb@:YHP18Z2([i['mHPZa.!JYI;'T\$WTS\[JoT^;7_(`l#U,^VIIm^VRUr_7[%VOBWnQ8l@;P 1M2N'Q)9[U,U#L+WiMttiNsDuK/*F?e\oq`f%A-CEAnF/#7EIr*I4sDZk'XU\@T)/5QD8o4fn5N p%\Od"T/,ss8)`ms8DZj#Q+Gtrr2lor;HZqrrC9mr;6Ejqu?Zkrr;llrVlcq "TJB"s8N#t"8`&nqu6O0r;6?eq=sa\q=s^Qq"X^as8Duqr;HWlrrrAuqu$Koq>U0hs8Drs!<2cn nbrdhs82Qir;$?krttb6lAH9NOK"kLVOaNXTlX%&[f?4$rVunJ~> s8;iq(XZoGXOlIdf@\d1gYCWAi8NYPi8N\Uj87j9iW%gAgTEp[.5M5NdJa)3p%J7^rLYH$,/O-S mVaaX18OsMB-AQF).349rr:bA,?cCLrVs#G-T51.-n?i%?2rkJuX^r+49da-.^db!7.h#?.0hZ)L5i!nZ)j5f=`kND!h jlYahq<7hB4R28"mdBi;k3;I0n)rZklKREhh;$N0e'ZFY\?NBN]Zo*>G=s)09m))@U!rf2qXi:) >rcu'g$S%dmITT-s6C]mmdBT7nabq'1n+I;s8V>oI7G\3/j46im\FpIs4QZRo^M&-ldhP7,VC-$ ])VR*pAP!hrr2ilrqufpp&=de"o\>rrr<#trr)fqrr;uurr2p$rqlWms8Muss8Muss8N&u"o@rj q>'pcs8;iqq@!,qrVZ]qqtU0gp\=af%0$5&qYL3ir;HWoqtKpcs839(s8Dfkrr2lmqu$ rr3o9qt\38<,6r8KSteDLPUeEMiEaWN/`jYOHB@#s,I&;:m,`2!#6d['Z]nCr;ZKfs8Mh`,o^!ta-s8VW\qYU3hrql`qrYtW[,9KGFrqc'Tr;Q3[q=XO\r:os^rV?-XpAb-is8DZj+8l-: s8N#hZO%>Vr:Bm[q"SncO7<,*49.rW:fgt=G5c[pG'A7]Jq&/nH@LU(Ll)+gs,6o9s,.>FNK0'] OHPchOH>TfP51=@O?AYgPa.N)P`1ZhR?NPjQCFG6QB[SrP*(ibKQqHTFFB=ILe8]m$QqGc+"p]= H@h!!:a69&A!E^VP*MI"Q2[$JPQ$^]US:WkF5tNtgqo4T+9;HI+^M5'JN7tHfp*,5P)u$(P$B:5 $NVWTq"+O\qu6Zqrqufpp&=de"o\>rrr<#trr)fqrr;uurr2p'rqlQirqu`orVlfps8N!#s8)Ni rVHQnrVu`oq#U?jrVm*"q>^Klrr2co!ri/rrr3#tq>($ir"]52rVHEjs8W#qrquWhr;Q`rrr)`k nbsd0s8W#ss8;odrVl9c[N?2oLQ-qCM1gkAMIf=K[/TjtrVunJ~> !<)iqEmJ<.K:\p8Vl6DfVPgAlX/rD&X/rG+Y-"h*X/iA*YHG%1KHpO6,QJIspA4afqYpNpqOAfm +27LFl>%nH/ti7??Psk&&QeMurVtM6*E+#7r;Wc<+YQeg+=EnalVSr;HWnru_7?rr;kG-R;IYs7Y[Dp\OLXr:p0hs82Wls8)EZo`"jfs8DWi *WQ';qu6M3+UDSR+&Z&0j1j+"gWD Jr>\=;'H02FJcLMWNEJbZkp9[?k.A?cIq0sQWka?!t6;UX4W1uP.fPU'=tZZ\%J\[2[0it.B<+1 qY1!hrr2otrVl`prUp0crrrAur;Q`rrr2lps8N&u!<2ut$i^&#rVuiqs8N&trr)lsrrU3op@S=`qYpHnr;Hp!r;Q`rr:p*es83?*s8Dfkrr;upr;HNgq>:3\rZh:> s8;osr;ZZos7#uo*u'7#WLp#`TW+WZF\tf>s82]ls8RT~> s8Mus)9ZE3WS$=de^rO/gYCWAi8NYPi8N\Uj5T%sirA!:i)/:K9G^*uX:8(as6fU[qt0pZSh26: ])Vd0TH5X.FT;C)QVp;&gAh'Es8S9<=;[b3s5RoN)'9GIXHaY6,0Kr_ZD?.QoD8L_s8V<9li7"` p\t6jrr<#r!WE#rrsS]&qu>qc.3aNHp@J4^%dqQDTqn`m[aEako)A=ZrqufppAQ]=r;-!as2nFY EW>q1oCr9R;0hU0rU3H9M4p*"V7!nN^:_+o`llZPbfnD_g"ZJ\s5!\2s54@FioB+]jlbghjlPXf kP=?@lP&XPm-3Zrnb;S:iofahj5/"aNcP,.s'm9^>#7dY7n$-R8LG5i.Rmp.an>]/roKk[8nNgs i:,jho((l*lMp/imI'K5n_ir:3dgeqcAPgR'+um6Y4p?1mp:n;n#I35,@W o(`%UoC_tYr;Z`hrr)j)r;6Kns8Dins8Vrfq>UEos8N&u"8qugp\k'lqu6Tps8N#t$2XSqq#(!] o`"jcrrN,trVm,trVZHdo^hkVq[<8rq"XFSq>9s_rVu]ms8N]1s8Vrms8;]eq"t!equ-HjrU'U` ruh4;rqucqp@&%QBe57qgsj[$eBut%d[+NB[K$:'r;ZeI~> rr3u;qYA'1;/:`;Ko(_CLPUeEMiEaWN/`jYOH>N`rf7)?NW+l7PD1%W0V4s?7b%A$o`+serpZF. ,:9r"q#-Wu-6-q!roB8<6@7;_qt9sdN@@X4U&FuJAgn9*"t?7'%KmT_qsp_XeGf"7rqHBik1Aks qY0gbr;limrVllprr<#r!WE#rru_1=qu5PN*>^Hls8DZj 0)P\Kq#C9&5lb*`rVcE\p4bhIjSo)H:^:'6:/5#0FEhqLF*E%aKmJ#iI"@$.rJCQ3r/2#CNK0'] OHPchOH>TfP51=@PWY4sQ'.2fQCXJ+NKT^(U7-jM6m`Tf*$$%>'at6G!XBJi+pS)J!=T\o;fHr. ML\>7#qJ`"R\lL;SXbW%Q2[!JPQ$^]N2C@u=PVN6EBap5!#Sk-kec0/2G9?qfTd58OHQ60Mf1$N "TTsYs6opds8MceqYL3hs8DZjrVm9'qu6WqrVQQns8)B`rr<#urr !<)iq*R%kuJt]-=V5L/dVPgAlX/rD&X/rG+Y-"e)X/i?"Y#1Z>!&C+;!CkQ:l1P)Vr;Z;X/0lUR s8)bc)CQYGqu>cB:IBN]s82NirJrL-&Y]4(i+OYT(^_jkNY2U:_uKD2T[j)5qZ$?iro_r!s8;]i rr3#ur;HWqqu6WqquQcqrVmu:s82iW<$<*,q==%PqYKdUhn>YFQ(4MMb0oDAs7lWnr;Z`hr\"'I rq?Bl^I\E5q>0pXo(S27Drpljl:DRtG\(N2M3*p_NfK9iSY2@:Q^XPBVZ!FmW;`drWXZ#1Xfek2 Z*CO:YHY::q6L",$amFNZEL^O_nECZZi7N>YF9]51*QWE$RHr5%0ck=$lLQ?#lXf=$54pgEHm5% L/Acs02n4C^U(,T\Z+Pp(SnZh'3s>BYAul=!!!g;RH)'9gHT#LYM$9!]!o#P]=FYg1_U8t.'i^5 q>^Kmp@e@[rqufppAY$j$iKo$s8W&prVuooo_JLds8W)urr`2pp\=^e!;ufqs8N#t#6"T"qu?Zk rqHNiqYp@'qY'URo_81XqXaOXp\Xg_s8DrsrVud#q>UEoqtg9kq>UEo%K?D-qYU B`A&3rVZW6;gY1E;h;7)KiS`\Sj5].XiSrkUiS`YOhpC>/*[uQ[Fp_p2r:g-gqZ$Td a1/D;qYL6VAf2A;qXXX_l/M(/o(i"RrKeKQ-dDD[s5gG&97jYQpOcsfh#73Os7QEl#5@fjs8;om rVm9%pA=mfqu$?is8Voor;ciqrs8Atp&E3(3@qH6rt4.kMI'+D2)$R0-RCf99QK+brVZ]opAQ]> q=t"BPr*HKS+o3N00nEf5pjQ,3s ?T9/D;RQGmo(i1^rr;uqs8DZj#5S2rrVQHiq>UNprr2lrs8E#srr2utrr3<&p\4.Gq=jges8Drs s8Vurq'Gt:0jr;-Ekr;?Qnq=aU\q>0s^p%S=Yp\4I[rr2E[rqHQjrVu]m'*%k*s8W&s s7Q$Yq"FU^q>^KnrqlfoqXORbr;ZU8r;HTnp\"RWJ2r#$f@/'of$r'qe^0[n:pg9&qY^BnJ,~> rr7->qYJ*.9l#H=KntS?LPUeEMiEaWNK0']OH5E^O,o<]N/W[QLS@EA'l^m'!+!\>oDJXfs8VZ1 \?Y5npAX/_'bZ&jo`+mUjR3'?q=aLYP858^c1go1iMgEUH*7)5HWgOcYZeP*5X)"Heq7Q^.Q62jBA^OI)E%P&FG\)@Hoc(E+//*$QaZ.l'(=,T$de!"pMD?ZCF; B6%!"";+1TS=H(7OcYimO62`-PlHpaP*hi%4<@a?3!''`+Bk`,s,0!/=r_XZMqO@,P*VApP+%o0 BdF#b!(aKsrqucrrVcZorV$3pq>C6jqtg9frr`8urr2lrs8EN*rVlcnrVlfrqtp!WrVQTorVl`p !<2ut'DqOuq"jsfqt^'_q>:3lr;$6hrqcWsrVZWmqu6`qq>9sd%0-5$s8W&ss82Zkrqu]o!<)op !W2``rr;orqB,Y6rVlchrSqH$8X#'fK8,8>KSP)8BhV%&rquWjs8RT~> !<)iq0?RI&JYT6@Uo'ubVPgAlX/rD'XKAY.XfSV'X/`8'Y-"h#[p'%QDnKfb>K?I.r;HXKo#J8F kPFrQk$o/?JbSd9r9E>0s7?'[pAC-l,9b>+pAa-QBgmESs7(MC@+P)Nrr3Aup&G'dp&G'is7uTl rsSSmq#C9hr;6Hms7uZm!<2rs+8Gj.s2@/V,,kG>q=i@.G"4P@*Z5\)&0!A^88mJ\s8MrrrV$6j r<_uarQ/"A7*"l`rq[_,.@TVtmdg43%qC*0EHZqkMi3RWQ^X>/R@0P9U8=acVuEXpWW/t-X/rG+ YHP49Yck77Z*F,1"L,5?[^?%>2n6,oY-PC9VLiPO,ngh)(E=A5*[2s\-oF%@+qk"X!"C#9@<6pF BmsGA#o6?qX1Q!PZ*LmKZJi/,ZaZZ#,[P"bmCfsD@#]"##KZa?o^1_^&p 8$Mmbq#1-lr;6Kks8DZj#Pn;srVQHis82`sr;-ElrVuos"oSB"rr)iqs8Voto(2eUrr;rrs8W,t !W2`mr@%I6p%J1Xqt^!Zo^qkQq=X=Np\4L]rVZ]nqt^$_qYgBhrVuloq>C9grY#8.qZ$Torr;`d q>0mbrVQWprVl]qqtfj^s8;on+8l*9rr)Wlk\_ABUo0u[U8F`ZURe-)<(aLsrVHHls*t~> rr3W/qY\9/BV3i9g!eU/g=tE=hVe@k"leS&io/hpiW%j8h[e8qRk/Mk7@cjS?g[maqu6Qo*rGs: qu$6hdX?Ans829Xqtp'SqtKd`p0n7FDY!Vrrr3l#k4JTGr:g-Us8VQbqtfaZrq-3irUogYr:^-j rVlcss8Doqrr3].qtg>m6q'2gs8S^*8gGcZ:/P/%ra?%!5;*X!h#@ rr3W/qu+K39PfHAL51S=LPUeEMiI[q"cnb,O,f5!NWG,ureh8FTkb$@=ZVa*!*&(Znb`7a4T#-X qtg$cd!Krfrr;Zgs8Vugs7uEhoO%b8B_;2prr2lVi:-O5q"+:Er;5aQq=sCXs7HiD4M[bW)NfT9`P*1rh OHG]hpldn-Q^!SoR%C.OW2,Jc1D'Tj(b\@(<6>$5'(3&+39DJNm)E*bC&!&fD! R[BG*Q'n#%PFLg%s-E\Ms-3PI"J(OIM(JT*%PiUWo`+pbFUeBmBV1?Gfp*>9Q^JiE`1 !Ap\Rs82Nar;QZms8DZj&c2J+s8Mliq"agaqYC$frqu`nrrN)rrr*'!q=sjdqu6]lq>UBnrVc`p r=Jl(rr)lsr;-:0kJ,~> %K6>,rr<#@='0sIX/)NiV$*ZnW2ZirX9l#3Y-"e+W2ckurN-R-[X/]p=?)F"!)hkUn,*%_4T#-X qtp-fd

3O qXsRRrOFD4nGi%UnaW(W>'bRDFaT%$Ll7C]Q^!T%StVpTV5C/fVZ*LmW;ik,X/rG+YHP49Yck77 Z*F,15I%T'ZECC>]Y;1q[[qG$)%.0*3D3CT=B&-l:fUb/A6WDI>[0lY/6$,$F)Q5B?:,,$5)lYG YIh9S]tCe`^u;X'\u3-.3;ige14dL9qt]c)&-+2*\ZiBmZkp0_]!AB=[C<]68dGJ'2lHQMp@7bM qt^6hs8DZj&c2J+s8Mliq"FLXp\+CZqu$EkrrN)rrr3*"qYC'frri?$s7c0pYnb)eZr:p'_qY^6js8W)trrE#mrY,5.s8DZcr;6?fqt9[[p\t0j rr2osnGXX0s8W#kq#'d_phg[JQCaVh& rr3W.q"qp#A=M$+g!eX3g=tE=hVeCl$KC++io/hQiSi_Qrnfutg"r8N[BhhF@kA^;j8\lRqt0[\ p&=g[s7Gs^na$5Rna68IpAFCMr:9jG/dYV0r;?Qcp&FphpAagcs8N&hrr3],s8Mlaqu-Ecrr2Qf s8MrlqYgH_/=ArVlg#qXaO\p%n[f"8q`Tp\t0pr:^$fq>UBn$NBkrrVuol r;ZWkrVm'"qt^-hs7-*frt>>(p&4pjl%:s@dF6Ffe_&?sdJhT%bE,t#YlFXsqu6VG~> s8E]3r;?T8;GV+`MM?nCL51SAMMmJnNXCi/OH5E]N/ipXNW+hiMNFHI$_aCK,ZGiu@c%+Ys8DZf rV-?ipAadWrUK4RrUo^\q>1-_pAajdi@G44dJj1Go-4/-rq?Bbs8W)uo)&Fcp&G'ko_nggq#CBf rr;uqq>1'ep\t0qrr)Tds7uZnruCNQ3\a"kro60J+FNK0'] OHPchOH>TfP51;+QC!u*Q^OD;Sr7;J+VPY75tFjP;GKeR8k2<<77K[37nQ9H?=@)F=Bns-B6I,f !$>@'Tq%O@S!K5%R$s>(l';:8!g]+:rfe4]OI2M_6lcGW\b#^qr;Zer0IKkhT9>GkPno[NPa%N' S!'%i8/W0_.APAir:fmYp\t*jrV$6jrrN)qrV@3$qY^9fq"X^_r;Q`rrquZboC_qYrBU5Vqu6?d qsj[_qu-NnrVQKcq#C^Ehm,6I]p\b!bo_\[a rr2p3rqZ?fs8V`es7c?hs8N#qqY9pes7-*fruh=6p&4pjgLq![OH,-LM2[4BKnkG9MIoFKZN'ds qu6VG~> (&\+3rr<#A1'ep\t0qrr)Tds7uZnruCQU4uGn's5Q3F*[ qSl2/3N2WJo_AC/4BV.Rp@eCQnWOboGC"USEdie!Ll7=WPa%c4U84Q[VPjEjs/5jps/HO/XKAY/ YHb@:YHP18Z2([h['d?M[Cq70K 1nrFpqXj=Lo)ARerV$6jrrN)qrV@2upA"FVo^qkSr;Q`rrquZdp%S@_s8MpZs7lKho)JUarVlfp qtomSqYKpFf$CUpMKE?09h.TC;-Rt&^Y\PVqYTsVq#9dTqYKsQi7IJps8Vofqu?Kkrr3]3q=spg qX=(Qo(;eTr;?EdpA"Ubnc&Of+TD',rVu`KD])QRWhuDbW2#uYUSFERFAGB2s82Whrr7K~> rr3u8q>%itA=:a"f[S[6g=tE=hVdAOio9"Yio/hQro!e5s5$;mh52LQo="b88j730DpA+X^ qt^'frVQWprVu`nq"t'ir:p9hp\30/3jJ_Yq#('is7uZmrqucmr;QWis8Vflqtg6drVQckp\b$i rrDrqrrDonrrDrqs7uX7s3jb007a&rc7/r=*#ge7E.!1jLk^tJMKsX8rr)ios8DZj1]RH\:`3!L s7lh;I5MioB+]jlbgh jlPXfkP==+iSs"embu6oG@k,uQc.qQpA"IYp@nI`qYL*gs8W)qp](9jqtU!es7H0fjGlnsM8o)N guR_Zl0n-/kiV$gl09>PkND*plg*s!n`Js&kI,)&Z1RMLnB$DX9s3jQj6bLa'("rKlKms+lgX'. keDsQ4u.W@rr3#tq#:3krV$4,r:p!Zq"OCKs8W&qs8W#lq>1'hrr)]hr;SDCkh`,'O*GktQ.l!. r;Q]nq=jpRc*N+(3@QR73(RCsI=ZTcEFr3;2(r-a_XdX)%f4thNFkaADNrB=s8V]Uq#1g(rVHNn qsNdnaP#G4o'lDPrrVuhp[S7_qB>b0p&FpOfS;8!cIg:de(NF'daQ[pe]NhP7'HUdq>:-jJ,~> +8l-;c%=bM1pbAKnkJ@MMmISNfT6_OH5E]N;ef2N/NUOMM@^G!/TjiG;i&9$Zt:qs82Zk s8DurrVuins8W&tqZ$Ejs8W)ps8Vunek%j)rqcQmrr;ulqZ$Tps8Drsrq69ipAb0ls8Dor"8_op rr2otqu6TqqY^?nqu6Wmrr2p;cUKf;EW>pc0ErF("Xc]HD/jcFGC4[_DKP%=rVl`prV$4Hs7W3H !&qOfrql9[j_coqqY^3hq=X`M%8gP:?!(*/C27[)Ecuh\I"-a#K7o#Q K;b5qOI),lQC=0>P5pj3Q2[*NQBhH6(Qk/GN1H\l3\HTKg=k`/KbY58U7R=,O4]^5P`qB!R@'>+ OJ&+h8f@pD?bGk(q=s^`r;Z`hra5Tup@e:UoC)\Wq"OX]p[e4WrVlfpqYBs`r;HK]in0ZZKPbOH MU2%mr;Q]nq=jjH_P;$2)@?ZS&0No(M./k>Z2a[r qu-PF~> E;T\8rr<#C(XJ)tT#`@fpFYcB+#'&GdrVH?f s8;lor;Z`ms8W&tqZ$Bhs8W&ns8VrleO_d*s7uQlrVuomqu6Wos8;iqrV$9kpAb-js8;iq"8Vfn rr2otqu6TqqY^?nqu6Wmrr2p;cq-8GG5qEe/--Lp#:rGYEcuhZI"HiuEd-^FrVl`prV$4HqX^IC !]djgqY0IOk&EH-r;6?gp$hg<(L;*$G&q\GKnbD@NKKQsR[p+FTq\B_V5:&drhg=+WiE,$Xfek2 Z*CO:YHY::q6E,cYHtgPY*FPs+:Jc28mc1&8kDH:5!_Or3BTZ!91h`G;cZq(>[V>`?Y=k+/cl#T Pe=?#ZFdNI[(!EHrib:f(U(ENW400m6o^XnhqdM7K-MXk]=b;SZIuSc\@;FF&[emNXh;*)?S*01 AAIa3p[n%Ur;Z`hra5Tup@e:UoC)POo^heMoC)MOrVlfpqYC$drr;oejP$/fLiIBXNmmaur;Q]n q=jaB^nYm5*tJqs)_46T?t<8::dm5e(_TG\ZfLfWrquW]c_bt`0-48J^$G^so^2GQ(B=@0rr;l` hS-VGdFmXAnG)nXq!mhBnc&Rb+oD!+s81ruE>1g;Y+_kjWMuYeUSFWXT5[CiYlFRqqu-PF~> rr3`1q=qfrA!bEpf%8^8g=tE=hVdAOir7s?io/eOro!h6rn\XJbcr[ps8Vb#4BOug>K$:.qYL-e q>C0hpAY'`rVcitr;HXSo_%tGrnkHio_JF]q#Bs`s8Mloq=sm^rVuiorVl]kq>1$[q"aU\q=X[b r;?Qlp\t3iq>^KmrVufp'`@e!ZRS'fYOqDCChAX+^(bKA,XdaQb#hqHf=g\oq-i!nZ)j5f=`kND!h jlYahpui4Mkj@E@Gt;:cT>p'ep[nI^!<)lr-hHp#pA=jgrU0IWp\FLRr:p!WfTA]uL"G)=lgXE0 jRV^&lg*d!n*0-;jrNXLlK[^$l0Ig3kN_EC=["c>>Xp7cI*qZTm-s-,g$8V$'^=rLlK[a+lK[Hq jeQ?B6!]5KdHpi0s8DThs8Q="l-[80M2.P6j8/fNq>C6kr;$-frpS:4G"jk:*?G_!$6OWfq"t'i qtTi\BK@h,9lZ#`VmOIph:gB5f$`$o_5NSc1ceW]S#rT;CJQlF4AfKY5XT:eir8iNrr;rsq%Nf+ eYuY!)_aBF;GLbW[bgWQrVuBds8O5 )#O=4r;Q`@<)RObLPCVAKnkJ@MMmISNfX1$"-8J$MuJ\:N/R[m'p+E+$Bb2_lVK0+3=o90pA"Xd s8W&srr`&rs7ZHl,Q.Q;rVlcpo)&=Ss51Qio)JahqZ$0`rr;orqtgFNK0'] OHPchOH>TfP51;+R$O,1PA)HG!"^\O-K^Q*u!Q+>cErV63drr2ikq#'pObb/oF0G"^)rW"qi D"[T#rr2fiopT&4)B18%@:3\gKpA0rPEq>lOH>*1="PI?6=l%GQucOr+Vl%K3$&k[;k2_Es7uZo rVu[,s8:EH7MZ:O.Q0OS@"P] )#F:4rr<#E8LR"b%91+7p\k'j rqufrrqHHmp&=tTrVucos8N&iq>0U\hnK-^rVuils7?-fs82imq>L*fs8;fns8N#rrVuQfr:pTV\ZbV5C-gVuNb+X/rG+ YHP49Yck77Z*F,15IIi*]!-oY'b)0D;I<^/8Nf4#5t"1376E[s7SZl`<_ch(?=I>OCiF<3?7Q!k ?*:<4ZF7BY]sOuEYd(C;\Dae2[^V*9KOF99V0).Zad0MfsLdes0_p7rim!AYd:LA [<=A9*'J,.`8p[lr;Z`frr<"&qWZDBML^/<[G(0Hq"ajerquTerqbs+U2ig\'b_8b!<UEms7m?. r7.c9('u$32F'B1J$7Jjo_/(Lrr &-)V-rV$*,9kU$Fi7ZW6i;MCagtglGj5JnRj5f4Wio/hPgY(92f&b@ZN;reQeWN:DB-%t/i;`iO me$5IoC_bIqY'shq#L9jqu?Nlrr;rrr:0darrW/sqtC$irr2p#r;HTlr;HNlrrdTs65m`>q$-]m r;?Egqu$@erqlNeqtp6cqtTjZrr<#qk4SWIp&4dYW\b/jd/X.BoDJX%.YRitqt^*cq>^JC4c#;j U9V5+R]O3>^qde&`lQ?KdF6UqgtC9.e_&[Vh[eZ(ioB([kND!hjlYahmHa`9&aSi:k2*%>0Lp'0 jnANHs8W#qrs8Q"p\+1KoC_eUo`+h(rr;uop\"Rdl&$`ASE9J6naP`.nEJ?c#L9]FN/:-iJ,~> &,uP,s8)c=;c%:bM2$hDL]*#9M2I7OOH,9ZOHGV'N;nh8MAD&(OFnHos8DiIO#:?@$4gk&q>U-Z qYgEurqZHjrV??cr;cirs8;lrrVl`brqud'rVZQlrr)cmqtg'dr'g[s8Dimrr5pnq>^Kjp&>!hP90d"`r,`-q"X]_&T@R:0kqu-G. $;XPsOf>O8 1&q@u5tb$F5s[h'8H)+(84cBD;,^P#?XdPV@:X%fD/O6-@;KmG!"E4nR$*c%OHl<$d?OriC/IGf 86p?5PgPa5QB[PrQ'RYt'pdrdX~> &-)V-rqZQ8;-JIDWMH>fVuBbj;%!hEgACpE nbE(^s8W&nrVuorrVHQorql`prr;rrr;$?fr;?R%rVZQms8Murrr)`nrrE#srri6!s8N#rrVlg" GUYor_>4*4rVlfos'ks'q"X^^q=t!iqtpElqtB^_s82Qjs8/30!)^f8qXsLTrN$fWrU]s`rVcHb qJ-sXBP_dENIPbnO-GfjPEV<"S"?=KUnsubTqA!QVlH_qWiN5'Xfeq6Yck77Z*CI5X8]1[XfoF\ _1XB?"XZ?';GKeV9M.]A6q'U984Q]^>$YNF@q0M"F*)AVmDGMAT$m`[dq=O4UfOb7>BTSj[VQ?o$Wi)]mV#RLoWrK%aXcd^+2AcuD'dlLe MP72ZXHRd#-Uag,oDAFYp&"XXqtBj_eq,RZ-;n_o?X#c6!='Ao?(':?nb`4[o(;_QrVZZl'`@q. s7c &-)V-rV$*,9kU$Fi7ZW6i;MCegtglGj5JnRioB%Vio/hPgY(61fAtLcL]72Jro:(WJsf%=7!uf= s8MigqXjCUrr)`krVccqrVcWrqtg0bq>^!arVm-%rVcZhq>:0jrrE&trrN)rq#:^#rVZNfJJ8q@ `r#]3s82fns8-F)q>('jrqlQhr;HNgp\=U_s8Vigo_&7a`IJmGC0[\oOW40rV6Ekr;66o$>A4ABd[W3N+fXLPHuH>[S,4K7el6MiEUOMi6A'Q!]iAP*;/sP`hf!BLjTc"9JQ:-r>/OSWSl$W1S`X?L2os7)'3OFW4][2 OE)` &-)V-rqZQ8;-JIDWMH>fVuU3frVm9)rVcZiqYU6jrquWlrrN&pq#:["rVQEc J.i_<`V0?3rXSo)r;Zfrqtg3frVuoqq>U59qu-HanGW7%JIW/t`9m6kq!n.C_<(fnX8P2]M7n#s?9M\Pbp2TS7/g?;2jT#pDKDMM2IOYIUk>H"-WWSp&3!=(h7lWUnj][ri$(!VP^8hW;3GrZE'n!Q\Bj>UCmlMlEeNV5Bo^USIg_rh0^oST%CtZ2OIoqu-ME~> &-)V-rV$*,9kU$Fi7ZW6i;MCqgtglGio/hRio8qTio&bOgY(61fAYIqJ,0$=q#CB&@*JJJ3Z&lF ZKV5dr;HTkq"FU_rVlcmq"OR[rr)fnr;QX"q"ad`r;Q`rnbrUirr2lp.K92>q"OU_s8V`hrr2ck rVlQfr;?Hirr<#rs4rlqNUQZ(g].6Os8DfkqZ$P+5_bGlR[pO^Z*(=@]tV>'ai_lSd/MEBeCE1)gtprHhr!ANioB([kND!h jlYahgZ@MOhrs+LTm:+#_!CU[qYC*hrsSYsqY^Bnrr2rtqYU9j)Z9L/p@nF\qtTgRr:n`M(2_gd mdBQ3lgF3&dHUu!ioTUrk2PRGl0(VM7)`.P3;(4Z#'LWjg!^_nF1,\?ri,1C\!sp\+B/-:u5%e(2srfA6G\"PhhjiSs[j =kVZjjP\_Adam%(gu%)Mj5/>8f?h$iDCe(`MlO=sZBT/i/3IaIe(!+,g"4s7i7?E&[ZYK$4?QG^ T#'4OrqZQns82$.`2.H9.5Y>(hU^Z:cIgk!f%&=MeGdo)eB*b[:pU#nqYU6kJ,~> &,uP,s8)c=;c%:bM2$hDL]*#;M2I7OO,f3ZO,o<\N;eb8MZ8MSLl@6CB_hZ'q>^Ai:;$%j.h!"i WT*^Np@nCYq"Xgdrri;sq>1$gs8W)trs/>pqYU3is8VWg!rr9!rV\2Es8W#oqu-NnpAY*lr;HZq p\Ogcqu$HnrqcWKOb\k^q>1!erVZQhrVlfprrE&prrE#ss8W'VrVZEbrqtQ52#oOej8T)Yr:BLT CGX01o_AFcrr;opo2?)m;,^4f@q]OeB5_m7G^b'iJV/XTKi`eUK8,2>Mi#7sc7S$-C8P;fW='Aj8A8#XkDKBrFH$X[ZH$OUSD/)jP>T3Z=Ul^h* R$X&(Q]BIY#EOe)S">q0R/)unPsCRtPEhDtPG"D2P)+i54LPUhHNVSN9 M2mjiR[BD*P*;#kOH,WEf6%O=f! Wm'Vuq>UEoqrlJHMcLbs"=@`QOI2#\N/N:?M2D4freCl7Lh0=T[/Tapqu-PF~> &-)V-rqZQ8;-JIDWMH>fVuU3f!rr9!rVccq-iNr=qYgHop&4pj qu$Hnp\Ogcqu$Hns82iOP),(bqu$Ems8Mupr;QZorW<,trq?@$rVH?WnG)e3N%Y/iK]E(1-Md0$ qJA.9rUoscrr)fiq!h9&?tX@nEIigrJ:`Z>OHZ*#R[p(DrLjq"Uo12mXKAJ$WiN5'Xfeq6Yck77 rinYt\?<'FZ(Gkj#nT!n-8d+t-nI)55t4sL:Ml5g VP]]JSYDsIFAs+f$P!d[,8qM3KSu.VP`UuhP`h8G)ZX+=p%S0"&2'WQWiDnjVQ0Wl"K&)rX/u,s% &Bl+Za-a7WN3,%Xf_T(8ZADXWhtqs9G&XGGFGV8WI@hn%N@ogWhlbuWi2u%Z)"1eMJ5L,(E5)3L To+fpA+^fs82$.`0=UU%MUpL[&UI2T;\]\TqeC^UAghoT:U+'9saflqYU6kJ,~> &-)V-rV$*,9kU$Fi7ZW6i;MC5gtglGiVqd7i?@.:3fq>^9c mf!(^rq-4!oC_kQp@RtJrVQHgrr)jNp=c?B)_,"+o`+IUrV6UBir;ZfqrYtn9rVQ6]q>:$_o^VnPdqKqHhV7;ZmI'B.mHi6c#4q3Kna>W(_!4_J g"tiWn*]T7mH!9AQa#,j_R-blf%S^'bg4qtgY(EFiRlQ0io/J#R!Nk-PG!@hUW^m&]"Ybo\?rQW SNdirs8DrR5oG0maii#Yf%SpYgBQHhhr3VPhYl@3i!80!inN)jlYCG`4hF_?VEdQ:ge6eIX,^39L_NIA;IM=hVHN/da[() dFZq!rm^qr$e3@_@SjH2q"jpfs*t~> &,uP,s8)c=;c%:bM2$hDL]*#3M2I7ONrG%;NWb?"Mi*DkM>rANM2s])p&=aVrq5eH=SqmBKJsPR /p",BnGE.Yrr2urqZ$NmrVuiqmJ[(a#6"JtrVc`orVlrtq=Xae"oeH!s8W)trsnu%q>:0cp\sp\ m/-_Zrq-3kr;Q]q!<)op"8_feqYpF0s6n3q57/E-_"@Zuq>^L4t2)F),A];cFY8;l>S>Q'du*Q'Ta]#*G(9Q]mT!q399l q34[6NKBKsS=,b?SsG^d;JVPXIW0=[P*V8iL51eONJWOHJpDHeN/W=8=Zn]8>%^A:ClF$pDK^,> E-?;K?5!<8q#16H/c\b&KS>)6KnbB^L'EEhMN!RRMuAV7N@0RBNJNFNNf&RGKnP/7Ll%1PMireUQ/$\XCN:JA4spA4^ds*t~> &-)V-rqZQ8;-JIDWMH>fVuT$W2HTnW?%q8WiSp-oD/%Gqt';B=SqmGM*)Rd 13]tQoDSX^rquioqZ$NkrVc]op&4^`s8E9%r;?NlrqZKkrrW,np&=mnqt^-frVZZn%f5nnq>^6b s7l?Ur;?Nmo`$]Bqu-NlqYBses82TgrVQKaji*0>!u4>?o)8(Or:g0gY8iQ!me6PWqYL-cqX7'' @:]@T$[I5ZK7AN3OHl9+T)P?cSXc1CUSb#kXK/D$WN*##Xf\b2Z*:F8Yd(I@\$2pB\;F,d$nY@Z 8O#[25t+LC92AYj>\%P^CijuOIXm')L51P?LkUA'De3?V>?`*J>.grF[^iuZ\%&opZj4(GZadKM Z*jD:dBr_Y:St%iZ+%6O[CW`HXGUS &-)V-rV$*,9kU$Fi7ZW6i;MC3gtgl_i%O'Hhqd#=f@AI,iI>b9r;$BXp]#Rjg&M*NiLr^O'.R7L bNf!)s7uThp[dnEp%eU`%/]u$rr2`hqYU3hrr;Nes8N&srVRu7o^VD@p\b'ap%\LcrqH!UpA4dg s8Mrls7H*`s8W#qr;?Hirr)j.rVQEbp%8.Yq=aIPo^qtTqu6V%oB)id/e9+5Yitr_q"=R]p\roF Hh6q1p\k'ep\Ogfq,C4HMO^B4UnY9'Y-#+I`Pp!BbKS5TbKJMigYL`BgtU`Di8N\Uj5fCdk2k^e kND0okips2CGU4CmJZn\s"F1fRlJpOBh;IJ]k2"bJjQPRJ^;%k> g!@^Xd+#^I:TM.>`Pfj2aM#'h^o'pC;t]e_i'&TPbfe5Vf%Sj1h>Z2@h;7)Kh;7#Ghr*GOkNhBl iTK=Zki_-kki_-mhWO%[j65[clI`b9D+HcVHCr@=j58\LioB+]inrVMj5f:\i8$>'2?#>4YZ,PDTi8 &,uP,s8)c=;c%:bM2$hDL]*#1M2I8eN<"n9MZ8P5LaRt4O[`FCrqQHSoDWkVc1_&*eWi/q"<0gY ]AE/Ys8)cpqtKaUq>L:*es8N&d668ln;cQe$?#47eA8HI;I"?j#K7nl/JqJ`3M2I.GLPgtIN/`jXO-5ZgOH>TfP )k]iSsss_!>Ib&:d76?;--Ib;d*F5A8#h%G'5'TIt`Q1MN!X[PEV;rO,&+%Am\7t7O\H%;$>KntbRQ&^KBLl7C[NJ)k8Nfo?HC M\6IML^&#LPp=*(i=G6GBeX^G]e1HEaKjf7-sOFf-^Q'LP1;5LPCJ6M#N08Ll%%KMMmCON/`gWN g5feN09?^PEM#gO,f6[P*qVrNfoEXQ\]Z_1)1?<10&dePDk &-)V-rqZQ8;-JIDWMH>fVu:3ks8Doo-2[K1o(2VRs7,XOq>:$[mdTf@ qYU0dq"Xm\p\Opiqu-Hjqu$Hls&Asoq=jRSs8W&oq"ORYr;-9hs8(s5Q!>()"\+m.qu-9]qtTj^ c:2jAnGVqQrqlQiq>0GE/R`"(F)uVQLP:8.LQ\!jS=H.AT:VUEV5C5mXK/B#WA:KSXKAV-Z*CO: YHY::['I$GXF`P;(-c"s3&a/l!Mekj0+"'ZuR'!NiV5:8qY-4q+W2ZZnVuNS4Vl?r" T9at67637^1GUmZ?#G=^W3*%rVPU/irhospU8ju`rhBCc$_X8>;G+=rqYU3is*t~> &-)V-rV$*,9kU$Fi7ZW6i;MD$gtglGhVdANhqm8Li8,*>TPI^S?6Y3>NGkJ'S&ns8MfkrqZTl^Jek0 qYC-err;upqYU>Z#4hk4/"Qmc=WeC)[f b/M$&`R*;bcdK[R>.DD__ns=%_mcq_agc'u5kP$T`]Hu)dJhH(e(<:+hVI#CgtglFh;-rFhr+Lm -fj=GiofI^ioB._kNCsghVm5AjR2 &,uP,s8)c=;c%:bM2$hDL]*#>M2I7OMiEaVN/NXTMMd7IreNFeKnPR`;tBn_mJd"UghAgao_\UX f;rmO#m(AT8:%]%nFc_YrquWgqYU3hr;6?dr;?Nmrr2rfr;HU2rVQEco_%tUrr2]ao^D2;p%S7Y s82Tgrr3E*o)AX`p%A.Ps8W&qrVQEgs7Rf7r;Zfop\aF+[$Pf(.h`FBC::3grVlfr*rZ*%3@%Hn;--q0?Xm_^AnuO8H$asiK8#):LkUP;r.k<09oFsiNfK0`P*(ifOckld RAQ-E%g=%M9h.K?rQ'R]$R$3MeN.H_FP*:KEIY3E4M2-h=JqJi9MMR"C L4b&+H#RG:I#*?(L3G-iG^FITG^Xg`G&q\IDDqPMlhUOk*?TWcLkLA2K7e`3LkphAM#E2CMi &-)V-rqZQ8;-JIDWMH>fVuO_F\nGiCXghT*mp&+j_ gTY``$3LPV7sMAsnb2q]s8Dikp%J.Tp\+:Pr;?Nmrr2rnr;$3frYPP1q=sRRp\b'kqXsCFlL+68 p%\@Uo(E"Y%/9Ans7uB^qXjabqtg9eq>L?e8GN,_s82Qjo[^OAF@[nj$79JqkkOrOp\OdZrUdQc >i5;NrV69is8Mrkq;s[nA7'.qH%13jJqJW/OHl&qQ^XJ;Tq\9\WN,lss/@cRX/rG*Y-G79YHP18 Z)k=HUg+W>*`#R%5=SLJ93tRo?#On+C3kD`L5:bKP*MB%S"0JK(R^VNL3RH==%t\E7hPnsR)m4V [CWuZ\BqV_Zi@E4ZN.E/\'_R,[^WcV[^NZTYd1XC[^`]IWN2\gYHbC,SY2gYX/i4uV5'ibX/`+q UnXKPR[&hcP+APET;7`D23=)`PEV>pPDkE%W2-GuYFgi7QERHlVl-SuYH.N$s02U.Xo>C$XT,:" X;n7>WiW(iS=c[]Za$I*X/_kaU8t>nVPU#]VPBpcUAghoTVQg/7^N-lqu-QpJ,~> &-)V-rV$*,9kU$Fi7ZW6i;MCigtglGh;I8MhVI)Ji8>(jfDG=?rr33" p@SCTqYpHn!<2Bc8akqsXOas8MrmqZ$.ZB:P9W S=c[QU8kQ.\@TGl_SaC8bKS5Ug"=p-f\50\hbE%fioB([kND!hjlYahf&"oPC0m%KrU0%Kp>*a& T;/Bqc0+cqr;?Njr;-?grr;usrVZKdpA+UarqlNcqY^Bn`,o7)cK+C`Bgt^`Bhr*;Gh;7)KiSrnVhqd5OjPf1]jQ,=W h:pZol0INoiSEPXjP]([jPo(rh>c@@h;7,KhVI&Ghr*MRiVq^[hV[5Hi8ESSkj%Nli8a(hlf6aP f@f!6dad41hV?f7e^Danec+(sdgFEd>tD7"qu$Ems*t~> &,uP,s8)c=;c%:bM2$hDL]*#hM2I7OMN*XUMi*IRMMd7ILkphAK7f4a;=j_^qu-*cs4'4ojSSuK q#'^7WHUNF"TT&\?[8?djn8WM!<)fprr2iqnb`Ccrr3`4qtB[[q"3n*]9n(I:JP)6R)eOfrVlg$ r:fm`n+chZrW2lnoD\^e#l3`5_1#cM'a4L9(b&jog!?n!Yd(TfP*VPk9EkJ8<)>hB 9i=JH6S'`>3)=CEN/Q'7AqQB[c*rg72XLP1J?QBH`MLRO3OG'\h$Oc"mHM3*saN.cS&I#!Q)C0Y7j G'ACY0HG=YF*r7YE-lkOF`DM(!A34.p36jLPUeEMi!=KMiEaWO->]bMMmLT MiEbrO!fsIN/3deP)tTWNK]E^O-GonPDk?TMi3FLNKB0[NfT6_P*1rgN/IUk+cMJCNK0-bP)>0X PaIbsL5^tINJDq3Lk:>7KS>/8KSbQbM#N/;K8s_>7'lphr;HZqJ,~> &-)V-rqZQ8;-JIDWMH>fVu^0CW-1?D"oo5b@st2tl1tAZpA"O]rr2iqq>C'b!<)os(&n+(o_nX[mbPXJKN(`B>&p"NlgjfL q?HZ`n,MnQrVc`sp\F^`p&?96ldWh,BKR.=!WW3J@'8>8[&C75X-\?WGAKN5`qf!"nbrFcs)e25 q;sY(G&(r4F*i4TI"dB6N00?jQ^XJ;TV8'[Wi;qsXKSn.WN*##Xf\b2Z*:F8Yd(I1WK^Kr!$53@ 69Ih97R9Km.P3YWCk.;"NKTKlR@KnBTqeH]Vl-D_S!&PNB3A+q2a:"n&/RL0^VdUo^V.;,ZiIH3 Z2q>@pp\YX$FR@R\@/fS\[Au[rjakkW1g&c[BZIOXfJJ$Up@A2Xf/%q['6[:['[-DXK&;%XK&>(XfJJ&XK8P-XfSP$VuEP:XKSh1YHtXEVl6Z$ [Blp/VPBudURI^LUSXf^U8+HTUSIg_rh0^kUj5d*ZN'e!rVunJ~> &-)V-rV$*,9kU$Fi7ZW6i;MD'gtglGh;I8MhVI)Ji83>Gg"4g)dF[38BD)-!qZ$H_nc.ot6`9\V oD&:`s8VuabaN6?(Dn/@5$WJs\%KW$cdC.ecI(;&l1+QGnb`CcrVq!9p$pJ/CH3OY,:=of,p*pA 0h[kCiVEBDp%c@MNMM#Khr*JQ j5]4`kN:mfk3(pV\qF4+\*3>\maJM2LN$O'B5MF.T$m90rVlcos8N#srseu-r;6FhVdAPio&YKhrNnZiVVOiiS`_Yio97cgu$lEjl>:Ui8WSKi8NJBg#:rIh;R>Kgtpc= gu%)NiSiADhq[)Om-ETdh#?"@gYCH=hUpK;iStD7"q>C3ks*t~> &,uP,s8)c=;c%:bM2$hDL]*#;M2I7OMN*XUMi*IRMZ/J4M#W81Ji/Ng;"ab`n,*%Zp\s#W:9siu oCVeMr:]O5[X^t%#RLtY026;7[(3umbg+MYcI(;&l1+QGnb`CcrVp*up$p(n?S)m!&/5im&IS[F *B0@riqiTHpA2IKMkI&S^'b(Wb !!*T1*IHW9p&FjfpAb!gs)\,Z+3l@:W;AC34K5EI*7iKS>)3Jq8Q*Isup%MiN[PMiH)q;+EN( .ksgo,RHPTR[98*Q'0LZ#*tXDQ^F,)q399l=-Af6Q'7AqQBIQ!Ocu0!OHl2mNf8dXP_k9SKn+], M2dOTMi!7DJp;cuJ9lNjJTk[:D0^e]2\^I_H?sXYIsQThGA;>H+qgX6lr=jXJ9uj%LP1;6L]3#A LPUhHNJWLLMiEaXO-GcfO-,N`rei(^OHGcmQAq&eO-c&eN/E[YO,JjQMiM2D4freCl3Nbh &-)V-rqZQ8;-JIDWMH>fVuh9!8'k oC_qSqXj.0\:[R4%1X$m1fA@KYI(pYa2uHEcI(;&l1+QGq>C'b!<)lrFSb\#bFrE#(D7K%().Ai ":#u-P-`s9p@.SD^3bg4Wj9Caf\P]WnaZ)8n*TB"hUp?+`42V'E(M)O'b_)g'GV;q/iY^5)BKh0% 1iL@&ca,,jnncMoDJ4YrVlfnp\O/<7X];oBlJQQDKgeqNJNOYS=D1%St2C@R]<<`V5LE#[Ag.*X /rG*Y-G79YHP18Z)rpP"U-ed=%tk,'Fk`f%/g/:"YXJFQ'Ic-T;8B`Vl6VrrN-m.S"WiN8)Yd(I5YH"Y0YGJ1tYHkC6WiW>(XKSn1VQ$i+Y-"t6X fS\+X/rG+Y,n\'YHOn&Xg"q/Wi5oo';qe+XfS=nWN)enX/i%hUSac\U]."eTaR?cH;I&9s7lNjs 8RT~> s8NQ+qt^-,:god>j5&>Ai;MD+gtglGh;7)KiS`SKf@f!9gt:*&db<$FB'oTiqYU9lr:opR:dM5\ qZ$TgpA=^\rVu`Wa/4#R1*deR-R9l_.kE(n.5EkT;OueHm.pGRrr2utqu9gupA=1/afL,#8f&6f 89C6+`l>g'XEGup!!jifnG`7`l<"Mr&.K*j,;D>W?=d\Y@p<#283Spc/0Z/Q%h9O<9k\<[DJa60 EbfYd#=L9j'ceG:&02Ba2Z$:rl@"XO7ilLXrNk+Rd-WkZ`\]s!H8:i4V[s7uZb%JBPirr;uprVZHe qYU3irt,//s8DinqruOHDTh1mh!46Wl;R09jQ5UijPJ_Ok31sbf$N=9ki::?c-YP1f[/!qe'?.d a0Dqh^L0L6`l5d-\@08cY.)3ZVg]UHdBY9aaMc?JcdUFqg"P38gt^`AhVR2KiSjdq!9<>'q;_;1 q;(Gt!o`%nrS@J0s5+.=gt^W9f%/@$ec+(tdgO[IPZp_drr2Tfs8RT~> &,uV,rVcc<<_@%ZN/EOOL]*#KM2I7OMMmISNfAsSN/NLHLP^nHNJi:"7d'gErr2qIr:]XH;*h>\ p\k!WlgXH6q#0sJ]:*J"-5[7"#R(;8$k3LG"qMJ"2MfcXrVuW]p%eRdp\"1Qq=X+8iR,KHQZ#MV% 1F4BDj@ZJ`P8j^FXI7k!#fVBs7lTS8-Ao-%g`XN+=oZI:JXYX6pNae-Qa3@'bh2e%jF8?I=Qs&s +1H/LR=N;!#bb9#7V7O!!iR"k5P;YrVld5r;Q`rr;Q@a#u>8<>?Oj5?sdAZG^b'eIK"_#IXd!)K 7ei2L51SANfApQM2RCUSsYh&NJiCRN@t8I5".e-7lghU,;r;%:L@$Y)uq(5V5^;eVPKlZT;S`gV l[##Whl8LJo4df4?>;R5>Y0G$Pn2gQBmr%JX&HgP`LoiP`LZWN00+^1"E?4;LWrkK+N]iL5(J>Ll$tGMMmCPNK0%uNrY:+O 84h3O84q*Nrk?#MuAP4MuS_9LAlr3LkgbAM2D4freCl7Lh]IL[f?9uqu?\H~> s8W)r$NJ.G<-t=?W2HSlrMD6GW2cnsWN3,%X/W%mV5:&fWMlbpWgnK7kPOcIrr<#rp[RWO6`]nN rVuT[o_/%Ys**kDS8:M?)A*>g%1<[\'bLi_',;rPL!fklqss%?mHj3,lg!m+lf-XXd_W2SDFl`% 'dQ@oS@Qhd`OrI&/I;Rd,&-<9oDe#F$k=d9*?#PE4AAp_>?P!%8jbZp.3foF&.T*_/5'KQXg#%5 YHkOCY%e"_#mgkI%1rmH%09N!rqufprr2rr(B4@2s7oV5@t&E@F`2bVH@:R4R@'8,rgEnVR\'MP O6Ye%>qZr=NAY-5.;Y,J8!Yd1L4TUMj`ZE9gfQ^Y+ZURRaG Ssc"=O*Q/ s8NQ+qt^-,:h-!BinW,>i;MC]gtglGh;7&Ii8"_Ohrd4s!H>["b3\MWT)c7Uu/OjWATph%# JUMZ]>;n&]#6>I8qt^9`5;b#@0eY%+.PEV;=CQ&fH\RfZOd)/tQ'I`*Od]l" ?:lps+rVUQC/9fgrqufprVgs1-ck3ML#n+uANiT9(pj8%^1hsKD)iSWMj h>Z:2h[/,ogtLE3f$r7#rm^qr$e3:^>Y2:$s7Q &,uV,rVcc<<_R7^Mi!=LL]*#JM2I7OMMmFQNJrdQN/NLHLP^nHMhZq#1"60urVmE,p[dnJKLpQpE9,)q=X=FhTEI:V3-7H@oc?%:JF%R!(b<5q#7Qq7o<[nFBis/AlVAU,oIC4(`XVR 9Qcf(VOa-4L44J[5Vt4s!"u7.q#9YZ+^0,8G&D"j;H$@\4#&9F2)-a<2**m0Cj:YrTX2DB]"G\f ]=u(o_L)hL'aY?V":GoF5(!,)r;Z`prce;?rr;lonkL#n>@1&q@T?iF@Us7rG^"RbJ:E'"KntD8 KnY8:LPUbALPUhJP*M;oOHbWgR:IEQ*^j(+7RTpD8mcRYI#!]ESXbI:-PqKBWi<+31/=L?X/W&! XfJM"T9FqH>YmF=1,:p`/8LPUbCM2I1KMiE^VNoc>tNqnb3 OR8)1Nf8npMZ/P6Mu\V3LBWKhLPUeDreUQ/$\X=M8O^&erUp*gs*t~> s8W)r$NJ.Gdg6q^Y]Ea3[)A5brX/g22T+!N!u >_T2g[&U!kQ&UZB:I@DY#83d'oDS2[.Vb$.Mgf_VA7T"I8Nf%#5s7:l5t4F^G_h]`\]rmciT&tX ioT@]gPHV,*tf:s"q;>P7"PC;r;Z`prb)3/rVlZmp/EMIE-Gr+Ir]paI=I!4PEM<$S!oe9TVJ6U USFW]V5C/fVPgDqZ*^^;Yd^dJ^5+B[*'$Y`8l/Me:1A6cIuKDOSXY=4,85a6VP^D)2,^-M['mBK Yc4@jSsP4Q>"noU$p-mS<`Wor.!in=Z+,@l;n'-d:jU]."eTaRKaG>C]8s8M]hs8RT~> s8NQ+qt^-,:hH6GiS)i9i;MC6gtglGh;8+fA_u7pg"kK>f[J3mdbCffa8Z&7r;Q]or;6?ioU/5[ #qS5`I?'klU9VVP`6-KWdE08D]sF`4QAL,s;,g=7!>E-GqtY+8*u#1h!<<*#"pbJT.mI$JH\@') KnY,(Ed32)R?E_#PEM/lOe#_k@o"Hp1`S#)\rrVHBdrVL,2Pa@l4PFeJLYct..[_KVsa2uKHbg=i< f_jG%g,IgEj6,^gjknqMh7$j'QI#+"qXsIVr;$6bo(`7Zm.gV\q873AnFl_AC-.@JrVuoqrVZNk rVZZo"8quprr2rtq?[)kaC]DHki;#\l3HY?l0.\\\G7(/]VK]Z-()2c-Okhf%Jd3gYCT?h;7#fi;_cuiq_X1iq_L!iWA)r hYl:0hZ)I>h;$f>f[eX'e^aZKrmM8)b*-.'Yl4Uqr;ZeI~> &,uV,rVcc<<_mLcMMI%GL]*#4M2I7OMMqFl&W;O*Mhm+CM2I4JK8XOg_>jN6s*jtGqY0^`oU/2W ""#p5B6]8nOeB(e[Ca;p_Rd(j]F5,uT@beUs5`50*rZEC4/X/`5([Cj;m`lcE@]t:nf]`5\Z ]tV7t]Yndr3?%r-%fd(_We$oCrqufprr+#>RVmCTTYUlPmI=[32J9Z6OD0Lbi G&/N5DgZ\KEH6,@H@'sRDhs/f,g0U1F+AZ;K+*EeL5(J>Ll$tGMMmDlNW5%$O84h3O84n)Nrk?# MuAP4MuS_9LAlr3LkgbAM2D4freCl7M.oUOZN'msr;ZeI~> s8W)r$NJ.G=am*FV5:)frMBarW2cnsWVri.WMlSgV5C2jW2QPeW.?J8qt^6ks8Muoq"Og^QU1lY .R%3RHAdrQVRs%;\A,nq\$3c_ZDjL^Ljs,F?Wef_'YX83oktI"1c$6n()@i3+sK6H@X4$/X0&qE ]t1MO[(al3a2^Qga2u;=1'_[mq=slJ9u5oPkgn&:gXsru`PK4%^:h7taNr>ok3MC!kN:s^h;@,H hr*MWj+7k+*ruZ`!>6Z[Kr"bJr;Z`nrZ1t:qYKeb1i7,OH#7_MIY*0!I>F#KQ^O>5S=ZIOrhK:b 9W"ekZ*^dCXfnn2MDYkr8l&&H6UjjP@;gF:KT2OcT<>;mE#qB:Vm2s@!(!?\ZaR9JYc=OqU7.!^ ?VigB2)m`e;-\uo(bqquZFPOn#IUqFZE^X:Xo>L$Y s8NQ+qt^-,:hZHKi7ZW6hu2:3gtglGq;,!#g"kK>f[J3ldb1ZjbPqP>r;HWnrr<#fs8UV\)$C?V &KE/A)C.3u1GUX;/h\jt+tP]>6U!M,92\et2ZSI0s044FQA^9?EG&crGD2!'M#NPbP`^cfPECob M2@+PP)kZeQBmW"=:$n?rUKop,(Pl.L4b;>LP:MCrfI5>N;eeAN/NUUNfK$TreVGHLl$tGMMmFO QUqj3AiE.H,VUUnOIc"Br;Z`prZD1=q>:'eqe]i+SXQ^WPGP:d\$)pC^r"%0aihlPdFA*Irn.2) 0](dKjm;Ene(_*58&"!Yq>1!_o_\=,h#6j>s7u?^p$i"]]j\VHs1h?@eG9(Cs8Drp!<;ur&c28% s8N&uq=t!Yotb'uk3D;al;d-8m-$9ioB(H`6$Zff$1J1a4/5;VIDom ^V7Fp\$Wl]\%9&ZZ%sBLp1,n`_TL-JcdUFqg"P38gt^`AhVR/Ii8ESQkMl &,uV,rVcc<<`*^gM2$hDLAco1M2I7Oq25]@Mhm+CM2I4IK8FCk`VfaRrr)cmqsj^de7''k"U#,I +<;7A2)mKO1GU[?1+b:F8Q&M`8mkn6Ao'[3JFWK9/l/OJU7.0uJr,ehX.ur3^;%S$]#;P(_83q& _n<[o]"Pqr]<#WY3SO;rs0FAN`4s@2`Q#g3_T'[UK84u`Y=$KoDJr#ehTqeh=/N/RXl repf8!/CK."c.qhLl$ufM#N/;Ko0P<7^)jjp\k-lJ,~> s8W)r$3/%F>C`HIUnjpdV?<`pWiPrp';MD#VPpJmW2-/bJMG.@qu?]qrr2k2r:^0hcWq1c%1s@$ 0J4b17mT@'4?GSc4$>r*=^koK>'Y:>It(,uL$nfB4CcISa0r(DSu&a.a260UgYC]Ae`PuRio/eP iSWSLh;IAThSjja51oSorP:h7m-*itiTTC`ioK7aj5K"sj!*LAiTTIglKn!0oA\fkjQ5LckN1ZB &5+\a-QiI('#fj%q>U$(0.WL\Uh+>['d?LZ*1C:Yck75Y-5+8Y,S1jUoCGtY+1Q;USslRItWlQP_+6D+bc/A O,j3us,\FcKnt_,$[MPU)i9]FSt;RJU8+N\VP^8hW2Q\pWiE,#XK9%9!j&E$rM]^ps/Q'qs/#^j s.fRfrh9@b$$K6;Y5\FprVunJ~> s8NQ+qt^-,:hZHKi7ZW6hu2:5gtglGhVS4es5"7;g"kK>f[J3lf$^U(h#76M!r`,trr3]3kOAN+ C]l%iA8cdBIYE`;MiMR$j>0U8!jECB/ASr`U+_V4*gCS!TD)PECocPEL`RKS>)9 K7AE+Mi*:HMiWpZNJrjhL.i&7qtC'L-=rX!IXd$0MMI%INrFtINK0'\Nf8mWNK0*_OcGG"NY@J8 OH5Zn3>RC)?A_lP:+"YSR.UCUs8Drr+92?9qu6NkGA)DlT:VaMS"d'nZa.*S^;It5bKS8Ze,7nu f`0\;gtglHj5fXiinV1f:knQ=rr2p)rV-doDe=Zs"!pFs5.OVkO*LZU\F]bs8W≺Q`r rVlfoq=ajeqZ$Tlp%e7Sr/>=%lfWia#O1RAlf[Bml2Kg5jlGI^ioT7\hV-Z=i8!,>d*9qdeCMaN Za[]bG=SdN^VIRp[_BA\\%0/;76&ZhCFug1aN_uUe(*%&g=tB;gtgfChYuF4i;V^"iq_WjiWA)r hYl:0hZ)I>h;$f>f[eX'e^aZKrmM8*b`ZF.Wr2nlrr;tJ~> &,uV,rVcc<<`*^gM2$hDLAco3M2I7OMi7Oks,.DHMhm+CM2I4ILOs>)f)P^Js8W'7rVlfrkOAN( AcNlkGD)!@QCXnNWN)qqrhWtqU8P-#\@K,^`lY[$HNJ'XmoLWk`PBC7ai207_8!\$ai_E3^r4.+ ]t(bnbK@l<^;@b'^q[\%Tj&+cp\"R6,'^o7]=bo!_na((_SEn#^qmn)_8!^t]tV;"_SX.f^(\8s ^q[Xt:((?+3Hunc.1=:WT)S`es8Drr+8u6PkpU9?QY?*C-&WN)qtXg#1: WLo<'DIHI,0/GOG5"f'pLFj?_SX+hl#F(OAQBI>mPl?e%OH5E^NKB3\M1pV=Mi!:DI"D14:lO\F`qnNG&hnSG&;8,+!/K#AINX,If=s.KS>/8LPUbCM2I1KMuJ\8NW+t&O84glNrk?# MuAP4MuS_9LAlr3LkgbAM2D4freCl8MeGmVXT&4orr;tJ~> s8W)r$3/%F>C`HIUnjpdV?NlrWiN+urM]aq&Yl2!VPpJmW2-;_JOe;fq#CBmrr2p2l0eDsAca<> Q_Uam]"uM+`Q#m7rkV4IaN`2fhV[2Dk3COKM[OFqnmF2Nlg=<2lf[Bjj5Jn[n*fAsjQG[ijl,7c naPr/l0[m)lg!fq^2=pLo^Vh;3LT:!lKIF&md'l:&a/3>lg4$+m-"5YDbCD1/V"E7SZue>\[XY3L>qiR@U^oYGJD.M%iCJW&+K[Yc"S.\$iQGY-+k*UQg:C >#.792EUm-@UJrZ*m -&@hJOcYWaN0'$XLPp1(-d)=!(Pn s8NQ+qt^-,:hH6GiS)i9i;MCQgtglGhVI#CgtgfCf@f!9gt:*&c.:7DBB9!fr;?Nmrr2p(r;-6e rjWP4PEu37@[3%5O-#KePEqW+R?j"tO-,WkN/`dRUMgI!s1'.:VNd.-Ocu)tQB@)\K8GMCKnFr, MMm:ELPUS2Mi!LTMM[1ROJ7^F6KnIDs&W7#R>Hi_N/WdWOHGWcPECodO-,WkrfR5D)Ng,BP)t`d OckifR#rU&LQZ_f@q9R4gR=c1rqufprr+#>rqQBiq"]>MOH>j&S?/TZUoUc,['mK^`lcNLc-Of: f_jD5f\,$9iT0.ap#"ogKi=8er;R$$o^h\FJT0':rtbP4p&"dds7P!fr7"hci;W]Rrr;upr;Q`r r=f2.qY1$ao`+shp\FR[s3,D0io>UT:$V*4m-3]tlf[HnjlGFZhrh;$f>f[eX'e^aZKrmM8+c&lL/Vu-Mis8W(K~> &,uV,rVcc<<_mLcMMI%GL]*#JM2I7OMi*CKM2I1KN/NLHLP^nHLkgLu8)F7Crr;oq48o$OqtmZ, 6bU:P_SjC.]=u%q_8=14b/;$-]",Gd^V.M$]#]I1K__bo)%s_S3^sa2,il'g:RVqWgg^`l5X+_S)%k]">Yj_>_1K^Dahu]"GVb]">Ve \\u$="'o8.Ubk),(s8MrrrVld%Lrc\osEHueOE->(Y>Pn5@&S?N?rdtQ2Knb>;LkpnEMMhCkrf$l:s,Q?)q2Y93q2Xj' !fi4trJLT4s,6r4reCZ5LPL\BM>i>1LC8iqB2D*trVlWms8IN~> s8W)r$NJ.G=am*FV5:)frMCU5W2cntW2QVlW2Q\jV5:&fWMlbkVO`?;hYHpGs8N#rs'GWtp@bd& 9BGC(mI'K3l0.Bslg4*2o^hS=lKRX%n(m'ehW9q3K);i'B&Vb6o]kf3nF,Z'i8Nkbl/q-ijQGah jlbmji904flK73in*02N,t-bhoC6(5me6&9mJcG\lKRKnipQ0ul0@X'nG_>Fi#:G+g>_&Ji8N\S hs8`\"C>D,SN]A>)UFbEs8MrrrVc^9s82irp$luaBkMC1G(b<`G(#!sL5:_PR%0b>T:u4Yr1l3E USXoiY->1?W3iTr!%D,N:eahl@:a5"Hkm6>Yd^j=[\Ke(V5g,:Gccl;-C;*rqri,pt rhf^lrhTRhrhB@b$DMZD8>uIdq>^KoJ,~> s8NQ+qt^-,:h-!BinW,>i;MCKgtglGhVHuAgYCWAf@f!9gt:*&cI::J?.o/TqZ-Wns"XBFp$i"< ),QBWOH5HbNerUKLl%%LO,o9\O-#HcP*2#^H\J#&+2Rtp&8S2#MiWmYrf&dqO-,QcO,f0VNK90e QB7,gNJ`mXO,]'VMN`OWSN%C`rq?AQ2NZi P)krn,T2lEK[+.RIk8g6RJm'`rVld7s8Mcir:0?)@A9*NW1g,nW1fugZa-sL_oBjub8JOLf@S[- g"P07g=tHAioK7aoB=u2@XdA8rVmQ0o^M; &,uV,rVcc<<_R7^Mi!=LL]*#JM2I7OMi*@ILl%"IN/NLHLP^nHM1gP&4k'E.r;Zfr1B%+Fp$_q5 '1p$Y`5BO7a25Eu\[oGf^qde'_o0L4`l?6<\\H76*OGNW*J_tK\@KDjrkANM_8H8grk^#$b.PU/ ^qR\%^;@Ot]t:qg_n0NqrVZ]orVd]7qu?Z_k%H)S=]&d<@V]=Q>%DA^CN4ZKJc:7(K8"u3KnY8: LPUY=Ll77ROcbZfR;WoW;H$b!<`r^AH%VV=bVPq#+Yuq`KWhl\lW3!&!XgGI? XeqSGHZ<.[4?,5W5YOFMF,3*qK:@FW!1*VN-C'g\QB[SrOH5E]NKB3]NJr[GJ;f54I=HfrGA_\S H?*qH2AgXercSlrF)Z>LGB%q3!+c$$A.`!rIK"j+KS>/8LPUbCM2I2hMuJ\7NTlN"Nqnb3NpVl/ Nf8npMZ/P6Mu\V3LBWKhLPUeDreUQ/$\jXR;Fm\`rqcZprdX~> s8W)r$NJ.GQ'e*@SQVPWU8"EX UnsobUnsuhXKJe3[^)oT'bXMM<`N=3ASH42NhBMa4-QnJUkN$,YFq_i\#HK1&R_`?WiWJ9\?N3C YHP+.Sr.Z(?;O'W4utks7V$\&8gBe6J[>EbrjF/\Za@-HZE^U9XfSV-Y-"e+VkTf`Un+!GT:;+% Pa[quLl4kWNL0X,+-)8:NK0!VPACYEs7KtDDjlu`StD^NUSO``VPg>jW;W^pWrB'4XTGT(WVrdp WW0!tVZ3LlV#R4hUA^bmUNK[1V>UAis8W(K~> s8NQ+qt^-,:god>j5&>Ai;MCOgtglGhVHuAgYCWAf@f!9gt:*&c-G%O:!3D4qtpBjs"XNMs7ZBF +%DEXP)bHYN/X0jPEM,pQ'@/bNfT3ZMM[@KL5qC"3W@l!-A.nRR?s"srK16GPEV&iQB[DfO-uW2 Q]mYuOd1rjOd)8sQ&L`nE"HjRr;XASG`n2LNJ<:LNJi[SOG]!XOcb`bN.m%ENJrgWOc5-PLl.+I L67cS/?$.?dsRFD1LYGQD(1L[\f_![Bm5/nTem%s7QEjrr<#pqu?]p r;QX#qY9parVlTap\t0qpA`NXZ[qBAlMg/IlU:"#jQ#=`kO%<_f\PKBg=49bd+d=(beqWUhU/s9 @SjDJ^V@LlZ+@HS]=c+T5[!d7/LR(6`m)cSe(*%&g=tB;gtgfahZ)L4i9B7sj8%^1jR(q.iSWMj h>Z:2h[/,ogtLE3f$r7#rm^qr$eEUcAk\uss82irrdX~> &,uV,rVcc<<_@%ZN/EOOL]*#JM2I7OMi*@ILl%"IN/NLHLP^nHLjt;+/]@Yfr;Zfq1Aq1Ls7Q3< )*c$X`PB:*`5KX3^V7J!_8*q+`lH*;_SOF9a3),52=&dW2l4U2`PB=+rPD^T`4`dr`5KC'_7db( ]t;%q^;@Lt^;7h(_Tp!.Fp_jKs89btUWL]t_84(0`5'1)_nX%+`l?!7_8*q+`59=+_oK^4_o9X6 _8*iU,(>5X^0,T$*4h]/q#:3krVc^9s82inkMKes9k7C+?X[2V>utNPC2J-?I=[!%JV*lR#_[nd LPUeFMi@Uo8;r%eLaid*?U%Cc>@VDrOHccMROnLZ,qq@l!+raAWMlAlSLYb=Wh-5fW3!&!XL5F? XeqYMIs#$r7lrL^5u:'VA=.HZBV9pArg3MJ+dA.NNfT;LkpnEMMh=is,?r:l&YY#q2b?2m>h=/N/RXl repf8!/CK."c.qhLl$ufM#N/;L5fhE8>Z:aqu?]qJ,~> s8W)r$NJ.G<-t=?W2HSlrMCU5W2cntW2HMiVl6SiV5:&fWMlbkSu7N,`;06.rr2rtr\FHPrVc6X eK%0=jlGC[jlbglkN([ak2td[h;@/Jh:pZIlL"&pHSXF26pIs5hsB^hir.n>jQ5F[iooUci8ik[ kMb:VinreOiSWYXi8ah'fo-VWkkO2F6+6"HlK7'djQ#.Qgtq#Mk32$ljQ#Olm-ElsjQ>XdioB._ jPeV47Nd2=DT,t/Gos_nS,N9brVlfrs![aBqWQsS3+7)PDgQqYLj3rhLP:PHQ'e)4SXc7BTqS3U UnsrdWiE,uX@TCh\<\]Q94gaf:gn6aJW5VaWfe\/(aLjm$34MAWMl_cYF?s^MQ`hVXKf=GYckC< Z*:=%Nd,>O?;sKZ3^?D8@:u0Z/:G'[[/RN2[3;l]Y-"k2Z+$j1U8P#iUnTq\d:jU]."dTaIQ;=\5Fes82irrdX~> &-)Y.r:g*/87@q5iS2o:hYl1:gtglGhqm8IgY(60r7:kt#K"j>Zq/:1p\=^tq>^Bhg)EnNMM[@V Q'n-;P5(+KNKKQo/ob) M`]+MRJm'^rr)j9rr;omq>UEoMIMC*Tqn*QTWYH"X/iJ6^;.\0rlkVlcd^Lsf_sJLinN,1-erVlqSFP_T6qY1dhr:^!ds*t~> rVd3%s34;2BS;8!M2I#cL^T&sN/`XMMMmCMM2D.cre1T5KnO=f^\e',rX]&)s8;W@'M6B_^;.P! ^qoi^q8*-Ork]&N3f3$+'6Lgp_oBOg^\PbB_>1qY_o0-t?c0(Mk$HI>Ta^`!!!'G5]3I$UU%/-Y'L4O\"TRoVPpJpXg#(:\$W3/P_F?g ;b0/83'Kc$ &-)Y.rVHQ;9N6A3WhuVjV>[81Vl6VrW2Q\pW2HMhUnjlbVl6VqTVJ690>R5Uq>Lp)q>0aSef7fV j5AtYjlbk'jS@gHhW4"^^H.AI>oJOPgu[DCq;Ur&q;2_HlJ:*/,+%]jnS!78kjeB*j:^D-6roS= N6k\=Hn]k7O-EEH1=?sR`'K9M_3@OiT5rW"Sr5A[0sT<><%Z?ujVZ^dVbVl6]#ZaI9EYHFanP_sos <_Q"M4[2D7?>4VI1-;pq[/%'nZE^X:Y-5+9Z)st"U8+T`U7@I4R\?ORPb42$O-#Jf/r5XNP)tZ_ P)b]hNf]-@,F=5s08Q'bSt;RJU8+N\rM]aqs/Q'ts/Q(!]r_CR,$US=HTTV&$Q Gu$u1s8Vfhrr7K~> &-)Y.r:g*/87@q5iS2o:hYl1;gtglGhqm8IgY(60fDX;"eH`t5)`;]T*rVnbGp&G'IQ@PmCQsqeWp]'d\s82Tcs0#VDs7H3bqYU0frr2rnrr2fns8W#s rVHHjqYU9ar;Q]tS7foolM'R-l0.9jio/hWl0%$[f\#$7e]c(VeDAKlYGntOc?Wc@0hu;R6iP"4QiSWMJq;)A4gt^W9f%/@Mec421e^rC, c'DU+V>L/bqu?\H~> rVd3%s34;2BS;8!M2I#cL^],tN/`XMMMmCMM2@&eL]2u4L4tA(.Dc#`q>Lp)qZ$Khg)W`$`PTF* ]t_8V_"khX^VIP(RPN(('.o`t`PfU2q7laBq8)mD&'M`"`.Smig%t]<7^0nI]]m6-_%Obu6Z]T5 R)E[TJ17d\PQ(LYrr)iurr)iqs)J#/GUR-7='o9BARB"_BOtjuIZ>!LK8Gtu[$ju]D1ZI[#]R&_Vld8'V5:S*#]d2FWhcMiWN<8+YdV0SYbdeH Iq2VQ6U!Rr6paa[H'1NAJX,qo30]VhO,]*VOHboeL4b,9Lk9nnG(>HuG@4]mIYKQrFEr"QF`VYG EHQJJH?a-O*uYY_H$tF"K7s5Y!f)Sgreg`6r/CW7s,OdR"-/=uMYW/1LAlrELkgbAMi3FJL4t;5 L5BY:8#u[iq"t*kJ,~> &-)Y.rVHQ;9N6A3WhuVjV>[81Vl6VrW2Q\pW2HMhV50ucVl6VqT;/3@2T#4aq>Lm(qYKjVga-%_ kN(^aj6$-tq;W">jlPEj.*0RK41=VFki(=mipkt&h[f;?i8^7J4O_-lg*Nj'&Cu9IC#`9 a_o1U0t<4-rVZWnrVuosG5_F=s8MbA5'qZqGBS:]H%1HuItEZHP*VQ-SXuIIWi;nnW2m)+Z)jq- YHP46X-YRP:M3a1>@V])K9<(7S6J^7O)HlWDm?sPX0/7lWOZ@CENYq2USOfgXg,7@Yd:X8TpUjm A6DVu76j+,:0D1TP".-rJ[G0Y,I=\[Y,n\&Xg,(/US+9UUn3p;R%g[QQ[O(3Q't,qMNX'aOT(1T MN3dYPECGG,9e.6OI;l8StD^NUSO`ari#jrr2Tass/`o9"0AN%W;3FlVZ3LjU_0ArTqJ'NUS)m. 8?)Xgq"t*kJ,~> &-)Y.r:g*/87@q5iS2o:hYl1:gtglGhqm8IgY(60rmq/$rm_;(_TprR=NUI8q#1a"rquf\1.[(a QBIAoQM?X=OUmeGOInrorf@7rXJ2#;N0a!tq3:]:&"/B>U8BjRY5eOD+`FQJOQhr(O:m8.<2&-e ]%WhAWCXmmS,N9`rr)j?rr;onq>UEoNE;=:P+%r;Xe_u#YcY+<^VIb,aN;TLce&0I;qTj]hqd)= f@A:$hV!uUM=16?s8;TjrVHNfs7bU rVd3%s34;2BS;8!M2I#cL^T&sN/`XMMMmCMM2D4f%#9RkKnP25LO(Vgs8Voo&-)P,r;>S*5e4tU ^qIFs\bX&:_@OE#_U*$\oQ("L^rOF,]YaKZl+mnP]YM_+5ldMRs3<9QdD!BS^_4bo:kllpXNHUT Otj.uQiI!^rr)iurr)iqru:q/H5p$r;H[74BjP=aC1h7#H$=R_It3*'L4fJW;hTp`MhQtAN/E1< KV2QN-t#eH>#eaNLR4j8\$`!1_Tp)a=WW:7XK8n,V5^^Z)j6tgV5'i`WN3/(YI1sPZDa@WKPXpi 845[.6psaTG)9QAI=[[ZQ2d(.Q'@JoN/EINOHP]`KR\W/LOaSiG^b-kD.R@%JiXoqHZjXVF*)GC G'7tPHZWZr!)7uoH%CU#K`6],LPYqds,-f6rJgi;]8m&SN/NShMZAM2LDPc%LPUkHM26n?KS,#8 Bh:jqs8Vups8RT~> &-)Y.rVHQ;9N6A3WhuVjV>[7uVl6VrW2Q\pW2HNlV%'?"VPpMoT:r-F4i$phq>Lp)qt]mYjYK]e lg!Qjj6#:qjS@gHip>da@OgSa%>3X0oB5,pl/MNt&+SZ?l.8W4T(W'14J290mG[+=i6#Jh_QBf^ Q/%fg[?$^Sr;HWns8W'?rVlcqrqM"!DL#u:FErI_IY3<)K8YqVQ'e#0S=cLQrh`VmX0/Y,XJr>& Uo15tBF-D2>ZtB &-)Y.r:g*/87@q5iS2o:hYl1JgtglGhqm8IgY(60f[na+e^`1!`Qd/T>/C46q#1d$rr)ld4Z@bW Sq[7MiX(lPkgU?OUm\=P*<7q'2e#okXS7OR@3<'q2l;LPu37^ _8bZXp9dW2U8@kerVlcq=8r6ur;$1:ZEq?``Q#p=bg4\dg"kQBgtLE< h;?c)eCq<6:Vm)-s8W&ps6BCZp&Fjfs8;U6jqu?R&rVlWkrqQ6` q=FXdqYU9srqucfcVpcnlM9^0jlYaikND!hk2+_BhrESGcHt+of?hIK^s^o]Z_X^H,n4h;$f>f[eX'rmh&" $e rVd3%s34;2BS;8!M2I#cL^AoqN/`XMMMmCMre^Z2$\sIjKS5,3KR#8\s7lR(s8;oqrouBpWlW>u ^;%Osq8)gC%ElmVF3c!fWPc-Y\\>fR_!/]H^qR\%fSC84jo=R?>L("%iP?/S\P6kL[(kG)j.803 QD+?VrVlcq!WN&rs)S&1HlkOT?W^B8?tBOGJ:E.O;MPrb"hP*;&lOcY]^JqJr@M1^/'Jq\i)E+j0@MLoPGAM,'LI!9jYF)uMLH?jXT G'.Bs.!^MqI=Hm%K`6],LPYqdreg`6s,I&=rf7&@]oN8UN/NShMZAM2LD5Q"LPUkHM26n?KS+u7 Bh1gqs8N#ss*t~> &-)Y.rVHQ;9N6A3WhuVjV>[81Vl6VrW2Q\pW2HMhVPU2fVPpJnTV&$C5.LLbq>Lp)r;$$]lomVY m-`uqjQPRujn[sJlKdfd/6T_0:s&%_nET<'l/VU!&*N':iprK\:ZD?=G'SOeJqSi4L51qVQ^F//StVdNVlQr$Wi2brXg"ao V5p(=#ZPhH?t*efJ9mNfUU7SPeB>SE]qZ`3RCoDoU8b>J)F19lStDLDT;/9^X/rA)YGe+^ObIa` <)HC]6q('U>]5(8'7#/9q6WAiYd(L=Z*:F7VOsNZX/;PTR@^1LSs"tlTr4E4EHsl-Ng5clOGo*Y OctrgNK9*:!&]Y%QC=A9StD^NUSOacVuEXpWW0%!XT#=%Y.^q>XK&7uq5O@js/#Xh%\oblTV.pO TQs@+WW)kqrr7K~> &-)Y.r:g*/87@q5iS2o:hYl1JgtglGhqm8IgY(60g"=p-e^W'saN`JUdjlPXfkNLmXeCE4+h:L*$eCiHs^ph)%cb60C=]VlE_8F!rZb!ib ^:^q`\U-,d^9tYrrlbVmd*gIrf\>0[h#?.0i;_d8iW/#PiWJ/shVJ"a#Mn1jg=Y!-eGe"uedBsZ f%eZA?r!a#rVcbH~> rVd3%s34;2BS;8!M2I#cL`;2.N/`XMMMmCMM2@+HLkg_h0W"H)pQU,T?o^#?jAdE,'Q[Cj`N bi56QWLp-gr;HWnrrN,srr7'=r:b[o79a2*>?k0;A7fRnDJX*3H$asfItEB'JVK#>MMHn>Mh[+C K9ML8".7mod@:g%aaHjabAQ2-\+PEM&iOHG]hPDk0EJ:iT4KR\B#KnFScAoOM-\WNf8mRq256-reD/CLPL\DMi!7E KnP)2LMBCOWrN%rs*t~> &-)Y.rVHQ;9N6A3WhuVjV>[81Vl6VrW2Q\pW2HMhVl$AhVPgAkU7J$?3N;oOq>Lp)r;$'_nOY7L lgEotkNq=+kP4-Kip3riQtZ\jj5T.no(DJ1jo4EOhW2jo'8Z;ZUdE)]k2GJ9ki#fDZ*M=6dcdSm YG8)qr;HWnrr`9!rr;urEVkGY>B5"2F*2AJIXm*,Lk^VGPa7](R[p+DU8P#mX/MnmXJ`(oTs1_= $7'4i>%:uYHA,3lR_#r:\\uP(^;%Bm&RVuDTVJ?T1Cn9)U8XfRQ^O;5TqeK`X0&:nSVPT]@L5q[mN,iJU1ldiaP`Ui^O-5`k Oc53Y=qG)/MijP/Sd1m]U8+N\VPa?jri#jts/c4%!3X#;"0AN%W;3FlVZ3LjU^a)nTqJ'NTqH^/ 8uhmhrVqB~> &-)Y.r:g*/87@q5iS2o:hYl1JgtglGhqm8IgY(60g"G$/e^W'rb0A_X;Q'Nlq>LEnr;Q^&qGeDU TV%[BQ_!W5&!2pPD*"mS,_r+]TqRd@Qhd'FQhd$ER1GmTPEh3)M%UT7s7&I'W1<+>q3_kMY>nNQ bg#G9n%)<&X0)0prVlcqs8G=_r;$9js-7&OPDkm(V44*QXKf(<[^j/i`Q-$?bKeenf@S[/gtg]= d+-Y!i58l"^]3s%p\sUSp7"sZs8;fjq>U4"q=_[AV>L;ir;Ff6HK=u'"TA2mqYpEm#6+Z%q>^?e qu6m"s8VoA;5f'2qVh \[]G76^5U(_SsgEbg+S`e^rIQg]-(.h>Q:3iOe(OiSWMJq;)A4gt^W9f%/@Mec42-e^rC.d%"TC WrDtqs*t~> rVd3%s34;2BS;8!M2I#cL`2,-N/`XMMMmCMM2@+IM2-h=K7\o,K68N.s7cL%r;ZfroM-!c_o9I2 _oqhpq8ZkcfMEh8Q`ONUl\@AuV\$^H'=0&F!U8*8@.Z^F"Tp_43rfJ+`Q^OD@WMubiRZVo4 >uaZk77KjD>BGI;$?(K\q3;&LQBRF0N\$6MP*ClRG^bF2M19l"J:`Du@U=#)Ht3g0G'eCWF`VYE G'A1WF``"6%9\JcGlrPKK7s5Y!/LN/s,$`4rJgi;]8m&SN/NShMZAM2LD,K!LPUkHM26n?KS+l2 Bh:jqrqlZoJ,~> &-)Y.rVHQ;9N6A3WhuVjV>[81Vl6VrW2Q\pW2HMhVl-JjVPgAjUR\*?24OILm(r;-0`p/WA"W2$Bgr;HWnrr`9!rr;urEVtVUAo)!rH?sOOG^tL&Ll.1SPa@f+R[p+KV50o`Vl?\qW19QV XLXub$:ec0?t*hfIYp>i@)TUc\\>qs^::Fn,$1kIUnON7"=oY5USF?AO,f6^P*h]5VlHYhSsYOX Am&/491DEK;-IsgEXm5C[/%'2\$`NFriIiVWNWS*S!BJ=XJMDSSYDpVR"B[BRZhtB15qH[PE:`^ MN &-)Y.r:g*/87@q5iS2o:hYl1HgtglGhqm8IgY(60g=b-1e^MspbKf%d<1`j`&,cD*rVun0)L8'L SY)7=R/*3HRgt:CTMKfS).&`%S>D^@QM?sFRJEfHmQ)El8q4&(RX]/6Z d*1\BoZURGWNQ*qrVlcqrr-4$q>:3lQW8^!NL6HCUn+6[YHkRG]"Z&$aiV]Kc.q%)e^`:*gst!) h:p]0O[bGus6e=Vjn8TKc?OZerr)lsp\+Udrqk=3s8Vulrh)rcrV$9dqZ$Tmp@ItRr;HX"rVulm q=j[\rrrE%r4,n;Ja3'r6gO%%kN1a`io&tak2"Y@g>C`>e'?:hf[I[E[(so)I8[8^^VRXn['mKP \%]Gb`KN9:`5BX8d*0_Zd*gIrf\5'6g]#t.h>Z=2i;_cLiWJ/shVJ"a#Mn1jg=Y!-eGe"uedg6^ f%eZCA5fQ.rr)irs*t~> rVd3%s34;2BS;8!M2I#cL`;2.N/`XMMMmCMM2@.JM26n=JqAi-Km=u)rVu]ms8T]=5&'S$B&iT;,Kg>Gmp\OcbZ]K7JH(LPq.YSXuFDQAp0+ ?rp,n77]sC=E9!t%srkmq3=",Q'@GnNfB$VOd2&bJqA]8MM?Y-H[pd$E+Wd,JpfKqFEr"QF`VYF FE)AJG'8F>!(_WeI &-)Y.rVHQ;9N6A3WhuVjV>[81Vl6VrW2Q\pW2HMhW2HSlVP^8hUn+BH23I_2q>Lm(rV?-\qe%(h m-;ni9V*:l!m32`QRT/ kIjTdTr\(grVlcqGlI[As8DlnrJE:9B4Z",K6_H[IY3B3N/j!aR%'S8SY)gVU7e0RV5L)`S>N0c WGiP/?!L/m6="tuQ?Oi:QbU)K`4`aq]sY/*S$T2jSt]?h>cO?fPa.,\Jq/?'MN+!oTq@jDQ&BNk >?=]o7S-n['R$@XfSV&Y-P4,T:_jTVP9ZOSYE!UOFr.GR?:&pMNX'aOGo-V NJ`[YO,o`C$X8s]R$OD:StD^NUSRmcs/,dn!3#msri?(#]r_CR,$US=HTTV%mL H;[G:rVQQms8RT~> &-)Y.r:g*/87@q5iS2o:hYl1HgtglGhqm8IgY(60g=b-1e^Msoc-bUq6R%]q@q47>Mq4%2O&!rHHSM= iRPAF:"0.=foCBYoDA"Vcs)1ms82Zms7uEdqY9s_rVucdGZ;ldoDeI^rtG1tnFH;Lr;Q`mq"sjY p@J"Ws8Mus"oA5lVd75llM9^4jlYaiki_'gkMY.SlKdH^c.1Y+f$27Ta3iDGTruD+:p%CE_7mFe ]"55S]=>AjVaZor`5fj?bfnAZdact%g=k<9rS7D/s53h6^#B.Qhqm2bh?VllgtLE3f$s]Ls4.\1 f@Jg+SRka#rr2ios8RT~> rVd3%s34;2BS;8!M2I#cL`;2.N/`XMMMmCMM2@.JM26n=Jq8`+M1$_-rVu]m&,lM-r;6G.(nAU^ `6?*>aSF!S`t-GATdl!E,b*#t`Q5m;`Qe5#n]1FG%`?9+^r4:(8cW/Xau,!ul,rhC'%G&u524E9 p#t_`tcs8;iprVlotr;Q^4rVQDE,t(mO?sRea?=%#OD/jN4FEr=drdn7)KnY89KnP)1IYN]E Nf8?>"'Sr%72,_FI#X2sM&Spi_Rm=i]!/fh%FE_kL F`qqHDg-;FJnP &-)Y.rVHQ;9N6A3WhuVjV>[81Vl6VrW2Q\pW2HMhW2HSlVP^8gUn4TQ2N7J.q>Lp)rqZ3[s)TR- n*960kNqR2meQ,Yi9S6JQnC\Jlf@'fhsBY%q<[Y>q="pWjR2U*lfm"q!*%^o5,%?%mLnjF>t!2Y bjOohd9WZDY5eFurr)j:rr)lsrVZTlM`Y*]K6VNsIX$*`J;9&?Ll[dgSGo']Sti'VUnaZXTUMXT [B-9h6P+$L9fW@W.tE_C[>,\kZb*c\`Po(1W2Q\gQSAkqZ'qAIR=g$8F`r(]KT2.]QB[Sn Kkt:(=A_UY92JD_Ap6]]NIeJ4Zp([tZ*L[?YHG(-UoCZ+Wh>TJVPp8ZQ'@T-U4mQ5P%cP)OcPZe NK'![Lkq.PNLP2/B:kBSQ(";9T:r!SV#I4jVZ!FlWW0!tX1bV;XK&7uq5O@js/#Xh&Yl(oTV.pM T6aF0Wr;hmrVunJ~> 0DtkIrV--07phY0i7c]5h;$f?gYCWAhr3MNhV?i=f[eX(eC2jodE0_^_chuup\t*jrVlfrs8Vop r!@9fMm/bFS=-%Fq4/%kSXuULStr6-VI3.k(f?k"TAc@:Qk+m1#C,Ej0rgb@Q^"&0TVhOTnXU/L U-2iNk4JH7oCIO8Yd4''=9&:!qtg6jSlhh_MkQr-3e_0!8 hU^\h.=(Obm#l(_YO__boD-U?B"d!nq"=FVo_nghqYU6k]2Q-,q>UEoqYpKtq"t*kpAP$krr)j+ rqcHerr;Zbqt9)hB(CN 0Db_Gs82iB9h8oLM2-nCKSbPALl%"IN/EONMiKn4r5I3ib/s8MrrrVld,rVl]m s8$7AU!(6maMc3AprO#``6$$;b07uP:EUnpAA@r]i5tr?rlYhM;@HsJD`Q7feB5kX`P]^kaRR@_ cGi1Ml0.^-l0[VPSYWCdq>PU:r;ZfrqYQM/EA#OoLOBO!'XJN/34DM2R(/8reCr=M2I4MN/ELNN/WaVNkLJ^Nf8mRNJrgSMMd7I LAlr3LkgbAM2D4freC]+M/GmRX8i+rJ,~> (An./rqcT<92^).WMQDeUo1,fVPgAlri5ssri#jo%AfkqU8"?LStM?-GQ7X@r;Z`prr++<_VSmJ5u)lkf3\n*TH+lKH#l&7E7m442jMl0\67mI0l: na$e[kZ(O3e)p&ana1LmUoO4crac'-s8Muos-,-cIVO=\E-QeOI>i`,N/s*aPaS,8SXPh2SY;jS TUqCHW2lGfIg7*7A3L>#5rX+TPbYRB+!H?4]XtS\['-X;W1fr`X_[uDQCXD+ML0nm@U3;NCN=?7 H$ju% I=b$KN0'!ZNf/gSrJLu@NfJo?:6Up)Sc52`T:r!SV#I2"VPgAlWiE"rWN)u!XK9+;$`pA-W2lqu WMlbnVuERnV>d:jU]."eTa.*]Hqd#-s8MuqJ,~> &cMb,rV-038mn%4i7c]6h;$fbgD\l(hr3MNhV?i=f[eX(eC2jodE0_^`E\6!q#:3krVlfrrsef! r;:LZN3JnHSXQ4Hq4/%hSXZ7DStDI@OA%2E/q]\iTAc@:R1H6N,T2o83gZM+OHc3'Su2=RnXU2S VFY(fmeZtPp@aOHrVuco[q.s4M8/'.^Ra3Yq>^BepQAk/rq-'ds8Vins7Gm^r9O@^s8Mol rVlg+rVQKjs8Vokr;XlCM!KWWq &c;V*s82iD:e>;PM2-nDKSbQbL`2,.N/EONMiKn4r5Ij]"0s8MrrrVld,r;QTk s8$:AUg7]/tU&XaPFu:aq)al/Hp!93O?uN_og9G`Q@qsn];=s8W)pqi;Xb?t!)#J'e84ZBC;Klmk3fa3(rKRAKJX-4ss,d5@s-4XfM1L23N/NC=H$XpkKP>":Ll?Rn,URh` EccACF)q5!$?C61Hlt+iGBJ@drdt<+Knb?]LCK&rMMmFPMMd=NN/`jX]oN8UN/NSmN!5,sMM[1E reCZ5LPL\BM>i>1LC8QeD+R3ts8DlorVh<~> &cD\+rqcW?:/cJ2WMQDfUo1-iV?*Tori5ssri#jo%AfkqU8"?LStME1FT;@>r;Z`orXSu)qu?P- )S5.km-a*#jn\6Rmd'-)mHj6(qS>N%!'%U\q<6f(s6p!T'C4rIki]9/#B>/U[c$!"me-,:n+l;> ljs!Y>Z9S:nG)MFmX(S&WquPjGQ7XArr)`oPV6EnJTPpWCk.+ZFbkm.P)kfnR[]e;Ssu:BS=5tB W1KiWTVAN+#s`$%7hcAGK8H+mZa[Vj+:9;fJ>&N[\>@_Gd EcQ/>EboDr?&NeoDXQ'7B$rgj7bTq\ &H;_,rV-37:10I8i7c`7hVA(a)Vj0*iS`VMgtLK7f%/C$e'c[lbKnSU?\/7Qrqufprr2rt%Jfer r,Es?Z(I_\R\?PPSIV6ZS=c@BQ(hh@(a*ImRe`W8Sb\cdTW`2<1N5I!Vj`j=SXQ(El(&?LW)6gr o)A[^qY?;PZ*XK+raPp,rqlQis.388S#VjAWhZPtUReNlYIqQca2l9?bKnkmda6Clg"bE;dF717 KgEHBs7i@'_Z0?,rr;3Ys5&Q?5!DhH;bP=0p](3dlt_43`k2tXVf\538f[\ &H)S*s82iG<(U_TM2-qEKo,ba)Ms?0MMm@MN/NUQMMd7HLPCP;K8#)2.V&GWrqufprr*E)rqlWn qIUG9behKD`QItt&'N2;b0A,P_pNTA!"a;#b1Oi7b5TQpb0k_=%S/."e]Q%_e',nWl,aIab>_@2 p&G$_o^7@"Vlp'qrce>=s8W)pqi;OP>%q&=CLq7#A6`e_BQJ9@IXccoJqf#4IslctL5CV?Jq&c= 5n-k#7nb37:OmnUVRinF_jj=A!!!HA%0_9^Tr=`[SKK>BWf;mgFD5)U5<1_c5#"jS?tEt`AnG7N "$?C61Ho3*rGBnUfrdt<+Knb?]LCK&rMMmFPMMd=NN/`jX]oN>WN/NRPN;eb7M?&D1LBWKh LPUeDreUQ/$\*qJ8k5r^rVZTmrdX~> &H2Y+rqcZC;H%n6WMQGgV5O9h"K/2tWiH&tri#jo%AfkqU8"?NStMH5D?'Y8r;Z`prX\u-qYU9h C)OVIipH0tkiV^-&+/fLm-j?.jm.jO!#'nLo(hP/lkf0Zmd09(l0%*gL]S>j2ML5KjR`-9lgO*) &,53#hKSYAFO-H'$R$aG>IUE2aBr6='K-F ral^S@:*/89LhN=4%<=p59#KgrjN$=['I!AJ[GE\s0)F)+K_fLWM6&[VP9cUR$Wi;qsWrB!s W;`[oV>d:jU]."eTaRHaH;6r.s8Mrorr.E~> s8O\Jr:g*9;IGp>iS2o9hV6f=g=tE=hVmDMhV?i=f[eX(eC2jodEKn_aC9Anq>UVbMU"Q%KUS=>\*B>u@NMW)3SW]P:l(8HKX&rKu o)/F\qY["ZYd4''0`V.Oqtg6jSmIMIS#)XGWM?5oZD+8+\%fbt`Q$!BcJ$dpeD&g2cdUS$e)SS` @ak>V1=1]?c2R\3r;Z]ps7aX#F_GTBQJM?7rqlZFA\@g 0E(qJrql`I=@m1ZMMR+GKntP?LPUeEMi*FMMiKnP,6Jh:.'s8MrrrVlcsqYgEk $2\EMUWpZub/VX"aq)_Aa3;fNd*A^\!!QT;f$)gis2k5^s2tr"bdpaR&0!R;e'-1fa32]kaq)_= >#"P\s8)Nanrf06YQ+FtGQ%I>s8MllNuq2$>%ClECLgssEEuskDK^8OI!pKrKnk5-JV]2:I"-m. Js1U++^JkY;b@lN6][\/]ue73_R5.r0-V]$9TQ*JU7\99(LEErBtbEccDN9cJG(H[LACK*-d\L5,\_%>]juMii>1LC8ZfC._$ts8Dimrr7K~> )?0[5rVHQE<`=@B!\E5n"u9QCXYX`5':.[u"!9+sSp9Mkm/DTVR/Q@@NjDKRI`C83JXP/2o@L7nci_ =BJ^0<`N$n91;371.>YN)G%W[rjN$=['I!AJ[GE\s0)F)+Jks6WiW4sTpD1?T:;(+NN/h s8NT,rV69;;IQ!?iS2r;hqS+`)Va*(iS`VMgtLK7f%/C$e'c[lc-4MUAShDBrqufprr*H.rqlNc rcfWIZ_4(cS>2tWTb!ZcR%Kn9W2Y7f$9F$FPag$n%[j2m;BdM8=fe3[S;s87l(JWOY?kT-o_A(S q>RL`Ycn!#rau30rqlQis.3l!SWTkEPF8/=YdL=*[^a/g^;7h3b/r2af@o!4eBle$g3ZhVI)Kin`;5cdC7ld)j/KdEKG8\\a&+[(<`[]=55YrO3BK]"5>@ =0B0Ra32`PcdUFqg&B\7gYCWAhr!8GhV[5KiShK0!o`%nrn[J.$/OClg=Y!-eCE+KeGdo)h9D*` 7\]k]qY^?mJ,~> &H2Y,s8;oK=A!7[MMR.IL5>e`!/UW3(5n'.N/NUQMMd7HLPCP;Kn>#20M_KErqufprr*H)r;HTk r,!+CcGRiKa3;a&aq)\@a3MlKf@Yru!&9qma3E;[rlP)\&'r>@[6Xg'(jjZRa3VNFbN[.[aj"-k nGE4XqtTlZNN',]q>NVWr;ZfrqYQ=%A6_rD@8pH@@W?Kt?uKt.G'/%XJUr?'JqSo8L4Oc.LkgDA D@JL3AO]I.7iMG;R]aH#J$m/m\hpdoUSk;qT;e#OoLOBO!'=:Ll.1OLkL,&IY!&uG&MbZIW]IFH9Eg/HuX4J F*2O%E=-`.FF7R/8reCr=M2I4MN/ELNN/WaVNkLJTNf8nqMYi;3LAlr3LkgbA M2D4freCl5KkO(NX8i.pr;Q_H~> &H;_-rql`G<`FF=WhuYkVPaZ@Sj6uL&lKJ'/&*`HBm-3X)p7nRbAS?72L5^M/NK'-aOHZ'%S=?+ATVJ5<^kn?Q]`/beX4e"Lb\CZESnerilF+riRBAVPU2jWhlDUR$sS:R?EJpS=#@kLltb& PEUobNJrjUrJM8HNfK$ s8O\LrqQB::gog?inW,=hqHf;g"P39h;R;LhV?i=f[eX(eC2jodEThYb%G2^q>U_mCV%/ZbQarPN'act&Z([qYV!+QaQaL4H q=s^Uq"Xm%Pd.Fgq>NSXrr2fkr;W?pO-uB0V4a!JX.l>pZ`^sT]tM5#aN2BKg#1Z6cILe(gXOF' X%e]LrVQBYj2dj-P-*2f;W% 0E(qLs8;oI<_@([Mi!=KL51P=L51SAMMd=LMiKnY&0KJGsis8MrrrVld,qY^Bm qYkFIV9d*'bfJ#Pq8s5kc,e2OaOnU1!#g0ufuM//bMgVAao9En^=^Q[RkP!H:WCo*cGIfHl,jO\ cX(D\s8Vilq>7LVXg.p%rb)3-s8W)pqi;gp=BApB@8piT@ps7kB6/3;FE`+^Isld#NJW.3Jr>VE JUa/'!B4Ih7RpKd9d:$/BqABLVo6*V]!o,VZECL$V4!s1/OZ:pN0/?q?U[.-*#0kN$P+dD4@2G' 6:1Z=$pd*@4$#Gm7fX*\Q](j-rKRAKJX-4ss,d5@+HqnGL4b,4LkpY0G^P$nJnnt7IY)cc1b!j" EH?/@FE7>"$?C61HZLTCIXcfprdt<+Knb?]LCK&rMMmFPMMd=NN/`jX]oN5TN/RXlrepf8!/CK. "c.qhLl$ufM#N20KF)6`9<8'jqY^?mJ,~> )?0[7s82iF<)e7=X/DhmVPU,bUnsrdW2clsWW&jrV@BAtUS=KVSXH"<6r*RXrqufprr*E*rVlck s)]*km,[X*lg"90&*W&O:#s;&uUUrjs;^['Hj6Y*YuRTS=s^VNm+#F'`'92C'@c-m/^12EF,l r^?fVr]prX5sIOr8P28K)5k<_rjN$=['I!AJ[GE\s0)F)+L%uIUS+9SV50]LPaIu4Sq_fNR%'1r 9K\H#MiNdTN/[^n&WDa1Mh3s1P*hc1St;RJU8+O`V%'<"W2ZesW2Q\qWiN5&]r_@;Wi>rqri,pt rhf^lrhTRhrhBCc$_s56:J.SarqcQls*t~> s8NW.rqZH99OaIhqHf`fc&T"h;R;LhV?i=f[eX(eC2jodEK\Tb%Y#Tq#:3krVld,s8N#p pA]UdOL1aXTq8'Xq4eIsWMHMgWNCRa%Vi&CV4OR;U\UeuTr*[B]952T+GdS1Vl$>jq5!PU&"Kq. P5kCNpA4XcbETE@r;$>!s8N#pqY^Ab=+?L.U8+feT;nWZ[(3HO[Ca;n_84(2e_/^0daHb(ceI1( hOR3(s8;osnFutVYAuj&4$V9qs8MfeqYp?^qt0^\rjl^Qs8Dfoq=aj`q:*i rVHQks83-%cu24%lfd\dlM9`Ek5XQBj<3^LiS<,=f\,-9eBZ7^dauOP[(F2n`Ih6q\@B8c[^d*9h]e(*%&rn7h9gtgiEhqd,Fhr!ANiP"4ViSWMJgt^`AhYuC=h;$f>f[eX' e^aZKrmM85b`>grUAY&equ?\H~> &cMb.s8DuH;G1_XMi!=LL51Q`L)Pi(MMd=LMiKnOo+KJYd_s8MrrrVld,qu$Ko qYkRMVU*6*c,n5Sq8s5hbf@rIbg7$!fZM,-bi-_Dao'9lbM'h\c&jse.@8B)b/q`Hq9/R\$E*6X08LrWh,cMSmDtBSs51kEa2[52^B7P+X@[L,qCf4 4$#A]r]1HJ3]]>a69Q;$9qdZ0rfmAH!1&2$rfR5Brf81dOc5'KK7ei8Lk0ntH@LTlCh@U1H@7k% H?sURF)l>BrG`0bFEDeU2c,'UIsh6J",)A_LAlr;Ll%"IN/WXOMi:3lJ,~> &cVh/s8;oE:fVn:X/DhnVPU-gU]dNlW2clsWW&jrV@BAtUS=KVS& s*,Bpm,da-m-FH2&*WBCm,m[(^`XSJg@+e'lhTo+klgG@m-UnO9I TVnBYUo(>,!'":b>$G$DIho=@Eu6;nBELrjN$=['I!AJ[GE\s0)F)+L/)KUnOHSTr4]WQ^!f*TTY(\M34!e ;`Tl#N/s!WMi@Um&WDa1MMju5PaJ#4St;RJU8+O`V%'<"W2ZesW2Q\qWiN5&]r_RAWi;qpVl6Pn ri5sps/#^js.fRfrh0^qS9%J!W;Z_kqu?\H~> &H;_/rqZH78n+7:inW/?i7e._)VX!%iS`VMgtLK7f%/C$e'c[lbf@iJBiOp&rqufprr*H.rr2ih s+)DV[A'IjStr=\V%9Q.WNE,)Wa?!!V7`LiS?VgaiMH@K&#GJRSYsJg0`Y%JW1gGoZMCBfV%9&p :S@a]meH\Vs4*IH[JTe!5QC`^qtg6jSmmYGTr4BU]9]"lZ`:IIY-,CWa1f.$bM:XoeD9':dE(8+ gs_3QWW2hps8Mfgs6nmQ?o9KSXT&50rVZWmqtC'^rVW3ogAV'Nq@`W(q"*bKs3GmcP5YF[r;-6d rr2U"p\Fads89Aq?bZ:#n:Bm#lMfrGjo4<`inrSLj5J\>f%f09c,@N>f@RsDY/J\C<3^:^n] \G`lK\@T8^]68>,^WXsJc-Okhf%L&V%GT[ohV[5Hh;7&Hi8NY.iYCG0hVHuBh;-rFhr*>GgtLE3 f$r7#rm^qr$fT9h=%K(_s7uQls*t~> &H)S-s8DuF:ePMVMi!@MLPPh_)Ma0+MMm@MN/NUQMMd7HLPCP;KRJ?'1cFt*rqufprr*H*r;Zfn rcT!Qd)F5Raj&*+aq)SPU:r;ZfrqYQ@i4a??(!sDg#]'EdiI[EHm(lJp`-,NJDt5 NK00i:B3^j9hS>eB6fN+Q?Y+m!'5#)[Bm'=XK&4qWgK?I5miI6RuDl9>Z*g?*Z#8$'*]s1-ndG9 2)@$G1c.'K3BK>a0EOD"Xc\bFPl6jIQ@Y>#OoLOBO!'F>Ll.4OKRJK0N.uXuE-$eiG%,!.Ld320 H#e"JEcZ:"E=-`.FErF'7>$)?HiAX"KS>/8reCr=M2I4MN/ELNN/WaVNkLJ^Nf8mRM2@+IMi &H2Y.s8;oC:/u\8X/DkoVks?f"Jr#oWiH&tri#jo%AfkqU8"?OQC+135kY*Tr;Z`prr;rsrsSZ& H5XHajm_j-lg"9.%d`BEk4%T*%8aq5nF5Z3q<[)'s6TdN'BnT@jnS<5le:3`2\9fQhVRVYk5"62 k7?e/u7F1/K_Xf87rU8"WTT:S@UL7FloHY?>L2D?9t*?,+]0.S_6 3&iiT2_[!B2)m`b6<-,J1mZ(e\c0&@[^5:J7YarqZHks*t~> s8O\IrV??99Os[Aj4r5=hV?o@g=k<:gu.&Gh:gQ7f%AU)da6:`bg"G[a`C/Hqu6NnrVld,rVulm p\]t(R^&chUSt5nq5Fn#W1U)i\Xj]ZPI%'cXK88oVW"KLW=Pr)VQ-btSs;J>>JR2/VQ'*aq5G"# Uf8qu-Km;#UFor:p3hs.EqtT9,kNWi)kcS[>r-X1lKZ[):#(a4&/Te(NO1 f$`"#hpf8;6+d0sqYL![p\jU[s49DE;`f3;s8VEWrqQNnq"DmFX7?2_!;cZo+78k'i-Zh)M!=R3 s7c'\s7,UKrVuospW6W6_t*3]i.:1nlMg&IkQ:#4k5OKBjr`U?hVmPTgXX[#f\>*/cH1Q=g=tE>ro!h8s5O(=^#B+Phqn@gs5"4@ gtUQ=gt^W9f%/@$eG[i&eCE-oQX3=^rVuiqJ,~> (&n70s8DuI;GCq]N/iA:M2I+ELPCN]KE$N+IlJe6q>U:'cs8(Z$Wjr*+qu-KmC&Ro-rqufoq2m"6?r:KQCM7Hd?#t.!AT`<8CO1MXIYr;pJ;/o9K7Al6 K8l-N!)Zp!<*NpQJ;p,(]:9*\*X+HJ_S2\?Xf%_\S=k'>;3R*$KmIN;7QNaM&0E"u!$EX9/2T.; /h&FP1^c#o5u0oL%YL+"P+.#fs- s8Nl2rqufE:fi+?XJ_qmV5L5gV5:&eVlBZos/5mo#GIlcU8+HVU&LPbQqT=!qYpEmrVld,qu?]m p@a"[b3/$[n+,o/q!S^akj7?n^c"p,lJ_1&p[\.KiU6O1&+/]Kn+,o,g0b\Lo&8Nqp@7SHmh5BO B8cZZr;ZBbp=shdXn;MfrVc_?rVZ]oqu?WnQ90>6ApT)[I=cK^MiN79OHkTUQ(+)-V3I@=Uo1&_ SZ8ZjXe[fT>@q,@='fZiN0UESSd-kb!&Su:]UbdrUS=HQT61cDPadnoHYZbR4XLa_1+`b3+##H/ 3]&NH2)["09`E$Tq7jJTq\urs/?+! Vl$ s8O\IrV??99OjR?inW);hV?o@g=k<:gu$uFh:gQ7f%AU)da6:`bfe8Zc>l8:rr2iqrVlfrrseu& q#?I8S$T#iTr4uoq5Fn)USX]lX&B+/Xg4_%WNE5sVr=TMW=Pr)V5UDnUn=#<9U_r\Y+bBaq5G!u X&j]KqYL0cs8V2-UU:'uqu-Km:!]p\jdbs4U_`_5M6^NnFC1lhUSWo]ViffD#+7pA"Rbru^q.s3+L\1NVaR s8Vlcp\smYoDS^hp#hcOIadr[n(rW\s6BUJroaFJkiVm+s5s@@+5l#3h;7#Ad`g"eg!n<\\@'2t b.VXlZ+IT\]"#8Z\,No:\c9MWM+*oQ`mW,VcdUFqg"P9;rn@e9hV[8LiSieUj5[i4!o`%nrn[V2% Gfgog>1Q>g=Y!-eC;tGdL"CPf$'Ie9;_[frVh<~> $i^2&s8DuI;G:h[MuJP@Ko(YBLPL\BM27"Fre^o:MMR%CL5#VZs+13'!]M+PrVZ]orr*H(rr;rq reDr0cH+5Oc-OW0bmr+DcHOkW@LI_1d`'JSd.koFbk]Koccs\[dEp(VX]&f>bKne_n]^gR'%b6* Du9J3r;Zfog2<@`s82]lrVg7(qYpNns82\Y+'N>^>@M>XD.m<_Ao`$3FDl)AIXlflH@U^%I=-^, OF(u.QQcE.>#eL+Ao`H`U:%h/,^bAa.Nh9B\?;9tQC!u%7iZlBOc+j:BN7AV2]!S^%fuhI.fLq3 0et:-.PNP/.Om>@-4<8,RYd8rJX-8#rfmDG!gJn2rfI/Bs,A+YM26tEM2$M*H\.!'HZ=.NG]@S= 0-YXeEcH&;FE)="ErC%`HVY>gL3\.FK*I!_L5(J@M>i; s8Ni1rqufE:f`"=X/DekV5L5gV5:&eVu9.Acsrqufprr*H,s8Voh q1U6>l0%R'na5T:m18mXm,d]jGp8L3l/:suq"X[PiU$C-&+&TGm-a9)j1]&Lbi\9dlLF6:m1T'Q C3]RKs8VlkpXX#AV=aZ^rVc_?rVZ]pr;Z]pRP\r2E,^#NH%gcnFao@2M3!OOP*qf+Q'e/\./?=C5onNgd/eTI"o:ALS]jNOGjQU77U>O[^:;R@9=qH"^2E3%5Ro1D^/p&hu:# 0.nh00/G=4-7'uk1bTJ8VnKCFZ@TC_[/RE2Z3%A6$^$O0 M*s.XOG\sQM#N>3N;ee@PF6)6I\E2/Sd1m]U8+N\W2KWl$E0r(X/i>'Xf\b/]r_@;Wi>urs/?+! Vl$ s8O\IrV??99OaIZaCQ*dQiUo:;qq5Ot+TWO`pR33NF]r\'3W3!)rW8X`OWW8pqV$j3"WN!t&CmM9#Y+kHcq5P't Zs@/:rVHNhs8V8.T!87lqu-KmC]4;5rqZHis/B1XUo0TEV5C5pVjjEj^U^\`^q@A!`l$K[d*U7m f\+U+f@[B"=P!NMq"jg]qZ$Bkqo3F0s6em@BPOgBrV-?eq;6"Bp@\:Xp%J4Yqtg'ajGQ,A-UC#pYfRn]%l`HoAkJfs6BUJroaFJkiVm+roO=EinrPigDAGeb0/)Ze^hL7XhMp! IT3M\\@oMb\$u@Hs1/0@#/.mA>F!(Jrll2(e(*%&g>(Kc=N h;$c=h;$f>f[eX'e'lamdF-Lmf$'Ie9;_[frVh<~> )#jR3s8DuI;G1_XMhm4HKo(YBLPL\BM2;.f#`=IqMMR%CL5#VZs*t9,LcH0trr2iqrVld,qu6Wo rr7p0Y0bAUEms82\^)bFUS=]K'HBl7Qe??1=1C3+T?FF/F^L4Xi%J:iQ1 JqeiBLDL&$=Ar1)Blo#jVR*[d0W)moS6R*V@A'WpS<]Y#(+Y]4O,AL1APkZI,p49<%i#0O-Sd5! 0Jb+',:b>s-S.>B#pbA$R?3f'JX-8#rfmDG!gJn2rfI,A"-AM"L]3#ALkC)!G^FsmLj;M2@%EM2I4MNK&sYO,oBa]oN5TN/R[ms,.#; M26qAreD,BLPL\@LPCM:L51P=Meu*WW;lepJ,~> s8Ni1rqufE:fVn:X/;_jV5L5gV5:&eVuEXpVuEP(Tq\6TUS=HUR@9bA9d/0hrqufprr2os%/K\p MCld1lL=93lfe04&+f#WhtPAf6eCqkj6uC.p%e%7mJ6/MlMg#Ulg4$+n\C[=m,ms+na6/?'(YI0 ?LRajs7uQefOp5qu?]orqueg0OB'RDJFNGJVJYpGDq`DKoV=VO-Z/uUnF3HStVpT U8t/rOW"F<@p2l7@;g[XSuoDY18VpfS6R'U@%F0eTU;=*'e>Z9Q&pT>APk]M-6soO'G^]O/NPR1 -7L2g.Ouhk+t,3$%47.D]"#A'[/RH3Zi763Za-h7YQ(g0Y-"_%V#I,+Un=$'Xf\b/]r_@;Wi>urs/?+! Vl$ s8O\IrV??99OX@:iS2o:hV?o@g=k<:gu$uEgtC?3e_&L(da6:`bf\/Xe9O19s8MrrrVlfrrs\o& qu;m?N3odjWN2umWXkr"ZCeLi6?'EBVQ-l"Wi+7E%]?8)WMletYd_08YdL+(kc,8a\7SM.rqQNe rr;PGVm?@"qu-KmC]4;5rqZEgs/fa[Q)LFATraobY-4k)[)9/_`P&XiaOAklcdUY)f$2Ishq4/^ HKkG)q"jj^qZ$ZdUs763d\mf0rs7--^s3=rQr:g3ep@e:Xqtg*\VH%&")aq-rrr)iime-V[ qu6U%p")NGg", )ZKd5s8DuI;G(VVMMR+HKo(YBLPL\BM27"EreUi8M26qBL5#VZs*t9+MEVg'rr2iqrVld,qu6Wp s8Rs+V9mW>daH=]q9KSlaP4ehZr_b-eA]Y\bg+DZcO\7EcHa\[dFH^r^!PBLd*_+('%>EB61"XL rr)lqkBrl(s82]lrVh'?q>UEmrqcM`,=#:D@oZuT?tX@pAn,_)BQ\]ECN4i]LOac&Ll-h2H&7WO AI08g=&N")CNkPuVm3@X:TM.1^T_Sg&pgsPTTuBt"AbAENJDt'@Sf6E+tsE*7RmF`+#c#)0JY"' +=Scj.5=.P!&psKP*;9&JX-8#rfmDG!gJn2rfI/B+-htKNfT'KH%Cg1JT5LLK8P8&ChR[466LDp E,p#?FT-=\F8g7dEHuV%D1mC_rdt?,Knb>;r.tc s8O\IrqufE:fMe8WhuVjV5L5gV5:&eVl6PlVl$>fV4jWWU8+HVTp_@@UJ`>gs8MrrrVlfqs8Mj$ LafmsmIg&?kMuC)&*iETjRgf@SF>n)kje$/n'UJ4l0@U#lKdm/l0Hmao&9!*l0K&Pnp*jmqu-Qg qYB/pQ_X0Lqu-KmGl@O>s8;ims._PRCOUMCGCk'hL5(2+Lm3s0*TNY,eV)Vk03FV5KlDLm"C,RYuoTMj.3rLlI4L N/EPmN;nn:NXq5'Xf\b/]r_@;Wi>urs/?+!Vl$3rr;rrJ,~> s8O\IrV??99OO77iS2o:hq[#Ag=k<:gtplCgY(31e_&L(da6:`bf\5XdXO[Gs8MrrrVlfrrseu( qu;X-MRTjkW2ci"q5Y%(W2ubrU5lI_Y,AJ-WiW)nXP'WaW2m)'X/`8(XKet8ZE11lWtLo2E^]Nt p&=U]s7qbTY5J1orVc_>rVuosq>1$hX_j#ZR\laOUn=?][]u^4_nEh%_S*S"dEpFsg=Og%db<7$ aDjA*nbr7XqY^0cs7cQkl.H%2r9*nU]4dGsq#1!eW,(Jns8MoipA"O_qt7sOA[.+71k`a;s8Vi_ p](9gr;69S]Ja`be)g2hJa37"rosFG!pSq2roO1B3p5S`j5o7QdaHe'f?M:Sai_iQd`oJ.?Vml8 ]>2.n]"#8\\[oAa]>)"p[_U,/cHXV[e(*%&g=tB;r8%D2s5F";s5UfP!o`%nrn[V2)r9<(g>1Q> g=Y!-eC)dmd*U1gdalX/?;%0os8DqI~> )#jR3s8DuI;FtMSMMR+HL5CbCLPL\BM22(d#`4@nM26qBL5#VZ#CqDXLdW<5rr2iqrVlcsqYpHn $%j=qe'lamdETu4ck"4Ae^)a`Vo6p)`mN8[d)u11g!C5PcI("ac-Oe]e'Z^rcdM%('%GHN2s^M> rVQQmmXq.3r;6BirVh'?q>UEmrqcM`/ko5JB457\?X[_mD.%%'FEVqTFE2_aI=d3/KReQ%J:EK< 49-U;=&W+-D0h&)Vm`t1QFa6%S#W`-&j2AKR[U$I%tU"/MM6Cr@SoHM1aN;QO`:@-'/;R(0eXt* +tP5u/iu]b!^WrPOd2,sJX-8#rfmDG!gJn2rfI/B)j68ANf]3QI=Hs-KR.Z[G'/=kL3.'A/0/hW F8g7mG&hVEF*)MHF`qnWFFJjiIK"j(KS>/8LPUbCr/1N6s,R,?s,apT!fi4treg`6"H&%lLPGe` $&F@lLk^Y s8Nc/rqufE:fD\5WhuVjVPg>hV5:'eVuNXnV%98oTq\T%qo+SZT25'0DAISXZEM&;6L?MM$1k@8]NW74SHiTS*IM'f7p#,9eBd/M8A! .5s[J"@p)+ZamBHJ[GHarj2U0!jf2:ric@+0!D@VX0&@pR[^"ITU(V!P*29,TTXtY4YDMMMiNdU NJrgUNK0$[O-GitOIDl5rgjCfTq\d@lV>d:j TFINbStD[KTqQg18>lIerVh<~> s8O\IrV??99OF.4i7c`8hq[#Ag=k<:gtplBgXt-0eC`C'da6:`bfe;XdXjmFs8MrrrVlfrrseu( qu2?sMn?6jUSt6$q5Y%0Y+henYIqBMYck=5X0AW"Xl6AVWsu5:Z*(10XfJ>(XK/Y/n>uGd&tcR` 61OjErV-6ipkkW>r;6BirVe&?s8W)oqu-PoEhAnaSZ&EPUna]`YI(^FaM5I0bf7H5e^`1Kdf7fB g"tAX85Q_nr:p'br:p-fqZ$Egs8Vops7$'^T:"[=r;Yl,MZ*Q%r:os[qYU0;FCV96[6#=#NS4:/ p\=Ubs7ZHlqW"G.J)/oHoB5.blMp/Kl2KlJl0.:/jo=Hbj5T%Uhr!ANf[.ggg"FTaair,^cb[&* 8uoS;_7dIlrji'?rjs8d]#)D+aMZEMc-Okhf%Jd2gYCWAhVI#Gi8NYSioB(4iWA)rhYu@2hAb;+ gY1K=gtLE3f$r0tda?Ije'lmlQX3=^rVuiqJ,~> )ZKd5s8DuI;FkDPM2-qFL5CbCLPL\BM2-nBqhY9-!JZ=-K*QsZJVZf;ci*k@s8Drr!W2lqrsJ^Q (T#a4bfnDZebIK#dEBthe(W0oc-Fb`cIM^9iR.JJ&'WAJda-1_cHsbcdE^:hcgfEYck>![J2HNh q#(-irp>,uUAXocrVc^?rV?HmrVuclRPS>X;-msL=CboOB5;C'Ck$VNIY3&mG(P/8LPL\BMMmCMMN*UUNfT6_OM-\VNf8nqMZ8S;MM[.E LAlr@LkgbALPLV s8Nc/rqufE:f;S2WMQGhVPg>hV5:'fVuNXnV%BGrU7n^3aqWW3`QgjnLrVc^?rVQWpr;QWoT1F*GAoiEKD1$\WItWW7LRO?eR@]e/OeAA>rgj(]:SFqr J/&&DB44tG?"S22PG,4e\\Pq\['QO:UI[P%Un4?>,;#XWP_=I+C0a_-5"PbgGg;j"!"'r01*e2# 3ANNK4$lhK2$[3iYe%HLW.D>U[/RE2Z3%ASt;RJU8+N\V5C/hWMuhpX/i>'Xf\b/]r_@;Wi>urs/?+!Vl$ s8O\IrV??99O=%1i7c`8hq[#Ag=k<:gtgc@g=Y$.eC`C'da6:`bfe;Yeq#g1rVl`prVlfrrser% qYl6sL:jmlVQ-Z'q5Xb,YG.nmYe@.;Z37D2Wj&T#Xl6AWWt2;7YHY45Y-4h%Z*((/X0D,qq5Y.' [#mT=q=smbqu?JPTW%kequ-KmL0ip%/.Xrr<#iqu?$CqY^BaY&:iNs82ipq"47Yp)f8YGh;fNEYKNr [IX.js7uTko(r1Laa#V.ip#n#ki.0Ys6BUJroaFJkiVm+s5kQej5T"Shr*JKe&ok_f$MLb`k]X? beJ'^VRsRW\[T)Z\[oBN]+V]f_o9R:_U$KOcdUFqg"P07h#?.:h;$rHiSieUj5[i4!o`%nrn[V2% Gfgog>1Q>g=Y!-eC;tGdL"CPf$'Ie9;_[frVh<~> )#jR3s8DuI;Fb;MM2-qFL5CbCLPL\BM2)"bs+gl7LkphAL5#VZ#D%JYN(+Gtqu6NnrVld,rVliq s8@?_T\7oBcdL+gq9]/i%Em2KfA4Nocd:(`c.15;cf*:Ick"CId*^4dcd:+df[J-nc-l.0q9Tc0 dZ60Dqu$?kr;>u6Q_aWXqu-KmGl@L%M]$MNt3JX/r\.WN37sVQGr6R[Tq9<"rN(O+W4:9JSQ]mSuP`pZ`s-iD>MM[=PNfK0]OH@/:!fi4treg`6 "H&%lLPGe`"c.qhLkpibL'WQjL5TnA8#ZIcrdX~> s8Ni1rqufE:f2J/WMQGhVPg>hV5:&eVuERmV>m>$Tq\6TUS=HUR[fnE=s(lbr;Z`prrSn+#r=nEB-*lhTi)lhTfVm-a?3n*]W4o'c>BlgO-5cpS",h,V4O$?S=uUH Tb7:AJ9l3H>#%CH/c\/9bd:(E"VE7@ -7h>E4@28*;dN]S#&L]W\[elAJ[GHarj2U0!jf2:ric@+,HRrGW2HPlWMQ,KPanA6Od(uhPEhAt ;BLFNNfAjMMiE^VNr>%=PlI*\Q^sD9St;RJU8+N\V5C0iW'Xf\b/]r_@;Wi>urs/?+! Vl$ s8O\IrV??99O=%1hqHW7hq[#Ag=k<:gtgc@g=Y!-eC`C'da6:`bf\2Yg4(WprVl`prVlfrrser$ q>Z=$I(HkmY-"V(q5aOt"KA2mWiuE)"g>).WiiATXnf$rXUD;8Z*LO7W2d)*X0M2sq5Y.+[[KDA q>C-eq#:8^Xg%j&qu-Km:At4mr:p3hs.F7cV6H5CVluM_W2Zr-Z`U4Cbe^m0cd'e`f$hmfdb*p0 IPOR5o`"jcq>L6dq>9mcr;-Hks8VlopAFsequ$9>H$&3CrVn2=oC;AAnQeDLjo>@],6]rpkOnfR q>C*Vn)Vc`4Yj5,o'5W0k^i%!lMg&IkQ:#4k5OKBjs0*Oj5f@^g=+g3g!7LPc.UjhY-u?kZs#Pd ]"Ykc['mNU]"7mQ+M>,!a2Q'H`66EMcdUFqg"P-6h;7&Gh;$rHiSieUj5[i4!o`%nrn[V2%Gfgo g>1Q>g=Y!-eCE(Idg=OSf$'Ie9;_[frVh<~> )#jR3s8DuI;Fb;MLkghEL5CbCLPL\BM2)"b#`+7kLkphAL5#VZ#CqAYO@08^qu6NnrVld,rVlip rr.EeQIjpEf@A'hq9TYrd*g=hda?7\b0A8VcI:/9cf*=Jd/D5tcd:+hg"+Que^D^kn^@6['&_9, 1#;a,qZ$Beo8]WJs82]lrVh'?qYpKls8;\T01fbq<_R1G=^l&XC2[s"@!I$,!@EdWb0VR!M4[&^X1VQ-;_V4*g>Rs6"nL5_=OL4FD[=\1V,(DM.eMj7`_"Tor/ /ho701I",t8P)&F!,%U]Mj'U!JX-8#rfmDG!gJn2rfI/B,En4LO-,EUIY`i8HZ3nLL44)PBQ/*: /dQ3;G&_;6EcZ;DFT-CgG&r"XG'/F]JGt08KS>/8LPCVBMi s8Ni1rqufE:f2J/W26>gVPg>hV5:&eVuERnV>d8#Tq\6TUS=HUR@BeI=;&@Hr;Z`prr]Qqu-KmGl@R?rVQWnrK]iXH\Q)ZeJ:N9/LOXZ7Ss,,"TqIdDTq7X$krbK9;_+ZadWQ]V_^4USau[R[Tal*u]ruS3ridTKX/rJ(U77sTU6ggsQD0q/I=dH@MEMi* O,f-OKSb\JNfO+"+HVYPS!KA8Q_0k@T:r!SUnslaW2ZerW2H\sXK8P+Y-,I?!j&E$ri#jr"/r,p V>d@lV>d7kUS@^\$)42gTmKX-VuH_prdX~> s8NQ+rqZH88R%V2hq-E5hYGnEh;$f?g"=s.f@JEsc-=JW`5p?_OuBlKqtp?jrXf&-r;??hq6D)P \u`$8Z`pD(WrK7CWiih7UoCN%X/WA-W2Z)`WM6Z*Wia";Z)Fb+ZaT\3nZ!tBY,ek:Z)O_$Y-P44 Yd1F7XKT1J\?Ds=XfSS#UT:u6YdLpCZF-h0WY)mr/D^@'qXsmcn;*^`ZDFP?[CNo^_T^9gXs8Vbg/Wf&YjlY@%-mUflWQs`'n*fGYL.s]qMoY/HjSn@ol3HY?l0.NiVqg:j1XFciSWMJi8 s8NQ+s8DuF:.&]KLkLVCL&$N,L51P?reV;GLPCM8JqAW.K78B3:CXK,qtp?jrr;p,rr;utoqi.6 f%Sm(bgY);df7W6aNE)`cIUCmcHb(pdFHItg!JL.cd^Oee'6:ed*DI7n^8f0bKJAff@&*neCDsm daHIqda-:ieC2sld+@()cHaqhcd^LjdF?D9dLsp[O"&NTp\X^br9o?.W:Ki_rVc_?rVZZpr;?Qj W\$21B3nSFBQ.BaBPq0eIV`tDF*WClJ8BXkJ9-'jIr&j4#!?a3@9lu<@W$OLQD:.XYc=q/W2Q_l Ssu(4S=MbB?'LJ1MM6@l@7WOG,lgVuNg,ug;%3L*))OND7n-6S80@m4#rm$pQ'.H"Q[tD,QBd\u P*;)orf[8Cs,]!uOH#0SL4k2;JU)a!GA;#AGC*I[BTOSUAqPGZIX,[@G&_JCCi+B=F`r4\JU2m" K7s5Y%>TaoLl71KM2I4NNK0%uNrY9TNt@>1Mi*LQN/NRNM2@%FLl$ufM#WABM26n?KS+u7BgtIe s8W&sJ,~> !r`/srr3;T;Ghn>WhQ8cU%+umTV8!MTV8'RS!TYC@25m?qtp?jrXf&*qu-BioV`=JjQcF.o^hPI li6Z!mdKi;kO%a/m-F?:mI9WDmG6snl1=K+mca$*o()&2-MmE*o_%Y7jRDsCqt9C?hXfpehW4%p qrQu*mHENimITc;o^2/>q!/RSl^]f^rV6?`rV,W.Pb74;qu-KmGl@XAs82]nri\XaD1HeFEdEF_ E.3LbH^9GFNK06pTUUh.W1T6BUn='&&-+e-?XR&=>%MZ#M3Og/XfSD%X/W)!V4aEKR\69:!+;.X NJrR@Ea(dn9/6f^Xg>FDU2(MJ"X6*#9N,)%B3$Sf!>&_3_7R.e\@@*s#IUqFZE^^@Zi76/YlCmR Y-"_&V5'`WVk'*BTp(4gPED,O>'uu#*,ppoNf]6MKp7XYP)>1sPo5mYR\6%?St;RJU8+N\Uo(,j W2HSnX/i>'riH1']r_pKWi;qtWiE%sW2HPlW2HPjV5=0e%ATYkTV.pOTQs:$V>gMnrdX~> s8NQ+rqZH88R%V2hq-E5hYGnEh;$f?g"=s.f@JEsc-=JW`Q?K\OYX3>qtp?jrXf&-r;?\$N%/Y90pQYcb:8WN`_$USOii XKAY*Xg>FCZ)t(5Y,J4oV5pl+Xfnt2[CNRZ:>hVI#Cgu$uEgtC<2rRLr!$J!bZgX)Br9;VUerVh<~> s8NQ+s8DuF:.&]KLkLVCL&$N,L51P?reV;GLPCM8JqAW.KR\N0:'mftqtp?jrr;p*rr;rsq6(QH e(EF&dJ)-4cdU1`e'cUrbL+SYda?@igsOa+bgY=qcd1Fqccsb\l-q*'c-aqbcI(1icHFJYd*U4i d*L"_cd:.gdact#da-7dbg+PYeC`.De.U0aQ7gV_pA4^es7M8BYPJ(mrVc_?rVZZpr;?QjX=?,# ?u'Ib?#"4e?>"+iCNaQ4H@L6fK7eDjI=m)tF,"BC1M1H+>[1B6@VpFIQ(,+d]"#)IYGA"dStVU< Q\m(4JsM:RLOO;U>X^_8)\?qZOIDi2Lgi=L!!!QV1I! !r`/srr3;T;Ghn>WhQ8cU%+umTV8!MTV8'RS=#e@?kK42qtp?jrXf&*qu-?hpot`\ip$+-p@[nM mN:rjnF#l:mIfr?nF#r>n+?MBlK$[]oBtl,o]k],n+5c2-LpZrmHNs*oC;DGp[[b=oBbSuiofb' p\+=Tp@InKn*BB/lgsl>q%MW!Lm+@7YdUpCWj&=sT:i!NR@B-_,(l5A O,A@3CKEY^66mJ&^9tSc[%_;!%0-A?-8@e9&c_nC7]#7[QACKYPF.N(R@KA-Q^OG;St;RJU8+N\Uo(,j W2HSnrN#t"]<)1:Wi;rrWX5Z'W2HPlW2HPjrh]Xj%ATYkTV.pOTR'F)VZ-VordX~> s8NQ+rqZH88R%V2hq-E5hYGnAh;$f?g"=s.f@JEsc-=JWa2uWXOYY7",-n.2]I\=X=o())/m-Ekdl3Q\@lKRNq kih:1kPjWDjTOW&hqZucg,IC+d*C"hcFoO@[arlB/jN926:4".GE]b@]"+c*LRtWf^r=(,g!Ise cHt"if@\d2hVR)Dh;8.gro!h8^#B4Shqm2Hhu;L3h$2`lh:pW8fDX8"edBsZf%SN@@83Zus8DqI~> s8NQ+s8DuF:.&]KLkLVCL&$N,L51P?reV;GLPCM8JqAW.L4=Z,:'R0eqtp?jrr;p,rr;orrOO+] e(EF*e^i:Hf,rMqf$`+"fA=Zscd'n`cdgq"f\4a-h9XKpf@Ja1d)l+7n^eB*g"P$'cd^M#g"P9? hUg-!dJ_SpfDjM5f\,'9gXaj&f%&4#g!TWI'%Gd-0@0Lfq"ashnqEU;q>:'frVdZ4qu6WorVl\t 1eLS>?>O+Q?>jXeA8c@!rH2=iI=-?iH[:0lGB\\&@g,,:@9?T8='9!KG_VHXUN2L"ZE(+&Umn!P S!/qO%8EL[L6749DI?[>4uO#eLnfinQ'.]CQuGSL+;"\U!"LJMB8NFTSX#D+Q^!eePmDM2R:KLk^V:K7o(s8k5l\s8DqI~> !r`/srr3;T;Ghn>WhQ8cU%+umTV8!MTV8'RSsYqAumHsQ=na,K0-M7!%mdTlDlfm^%naPl-p@n7LmHjB8 q"F@Pp\FUWnF6&?n+?>Aq=,*^n>SCrqtBm[rV>l3QDX0Kqu-Kms8<`5rqu]os0P:'B4c==GA;2P JTZEkMAQ'RZ"S=Z(8V7CRJ5&t%0<*31)ASudJP,+gkNiTCaY,%naTr4KKP\pt+U6ULt L3[uW<^/]-(`f0bYICd<\%\Yb:c'@.!rr<1/lQq_\]2Y%\%K8Z[t1mk[C!9GZ*L[AriuI,s/uR+ WMcPerh;?>R[KM1T9k:`0AJs):LEFXXK&7uWiH&tri#gorhf^ls.g+!U7n6QT:qs*;G!hds8DqI~> s8NQ+rqZH88R%V2hq-E5hYGnEh;$f?g"=s.f@JEsc-=JWa3)]VQS=p,qtp?jrr;p,qtg$as33H) ]s"WK]sk*=[K!cW[^0 \?i]U]=u"i[C*'YHG4>\\#D][Bo\:'!f92/_9t!p@eI_nqs8W&nq>^K3 AWi[EOJ/J@Q_UL[YH4qC]>;:p^W=I1YJnl4bK\Z"eq#-7oC_tPq"=FZqtKmbs1!$\nGiObs8Vuq s8)Q]Ui"NZq"Ogas8W#ns8Tu;8(RM'n)`X+hWs^of>b(aDgnA$k3hX(k2k^im-3\al3Q\@lKRNq kih:1kPjWDjZ_V]iS`SHf$i[:f>tbNe'#A7^X8KLJ):/&p$K>DB/>aa\V4*I2*,5iQcdXkbgjq] cHt"if@\d2hVR)Dh>Q41hu;QIiWJ/shVJ(cs4mq:h;$c s8NQ+s8DuF:.&]KLkLVCL&$N,L51P?reV;GLPCM8JqAW.L4F`*tm[F$lP5&Oe.u&Rtd9(SsYRfCHtR+Ln'ruO-,NdQC*r%Q[tD,QBd\u P*;)orf[8Cs,]!oN/W[OKn4]7N.c=jG^t$OAo*6.-=Fseo&\W%C.K"CLPAeW&.9($4'RMtG'edm K7s5Y#`"4jLl71KM2M7is,?r:]oN8UN/NSjMuSY:LPU_AreV2DMi3FJL4t;5KSaP>8ZMgjrVh<~> !r`/srr3;T;Ghn>WhQ8cU%+umTV8!MTV8'RSsc":Ae0puqtp?jrXf&)qYU'brPL!uiT]n,q=X4P nfR/amd]o?o_J.OnaQ)?o_72-o&/'Jf'N5'lKS!lhgPSq"F:K o'>Z,k3)$pkO7s6p\".Jn+lMemI$i-ci*Y7p&"OOI$CQ!qtp?jrr;q?s8Mros8TSqCis)oG'eFM H%(9qIY!T?PELofR[K:qSu&!FQCFeQA,nZ"fcZ*'juW1KZVR[B1.%s"A( Lld=6F_OrF5roH"Vo#mW[ApX+Y.1j@Ulg-t=*C+A\[JiS\$`fY[^*;lZj4"GZa-jAZEsP8rilF+ 5,bH[W2?;\S#iQ]OboSo6DucLLDcgSSg^(iPh/AN1bL+%&tKUSX3EU7RsKTq\ s8NQ+rqZH88R%V2hq-E5hYGnEh;$f?g"=s.f@JEsc-=JWa3)]VTJ_u3qtp?jrXf&+qtg'as3WW& ^pC2P]sk3@\0&;j['Hp@]"l.r^;%=k[B@T;Bh1T[9Pfrt^U'fB^V&g@-ap.`]XbVd[C`oW]",5V ]?%gt[^EHJ[&C.9]"5AY['[*@ZF@9L[e[EG[CV,?dJs7?r;ZfkL8)<[qtp?jrZV7?s8;`hs8U,> I[ZdpS>3-WStN0nXf]CS\@BDq_841)rlA$bf[J3uF"+'_q>KjXpA+[ap@nRQI;\'Err;fls82ck q#9Z-N:$N=rquWms8;`mqR&RmfBqtlm-XE?rVQ-Tp%@h7j6#h"n*fi3lL+**lL"%kl3HY?l0.0:e&0)Gak4k_[SLSms7Q6`s8VrHI5usp:jKD'aK0>pQbUS[aiquS d*gIrf\,$9hVHuCrSIS3rntKL!o`%nrn[J.#Mn1jgY(64fDa>#edBsZf%SNB@o''&s8DqI~> s8NQ+s8DuF:.&]KLkLVCL&$N,L51P?reV;GLPCM8JqAW.L4F`*>muSiqtp?jrXf&*rVuiprl$!b f%Sa)eC<+FefNGsh:C!"cemO7hqm2BeDI'42_6jXEN71=g!%q!e*5F%gsXd/f$r3mf[\X/f?hdg f$VdieCE1(cI1DFg'QHde'Q@ef%&7"q:625f97H!r;66fs8VeFS[\Xrqu-Km!WDoprr;q:qm[tE ?X$N4A8kp`@;BmrB6\W=Dg?bUG^b4$LOXu2I!:fN!'XI]?;t'0>@_PnK9DBF*ga7:Yb.SbSXl+4 R>;tLpQB@Z0R?a#(R$*Z&SX>t:R[]_-NK'-dR$a/(R$rSk#F:X>PEM,n Pl?jFOoLOCM_L$ELP:D6Lkpq=E,^#EJpDca)+;XFo_7tUr9VLA%9c"J=d[+3Le9g>JUr)mK7ejV L'WQjL5:bGMM[5hMuSb8NP1ASNf8nqMYi;9L51P?M2@,hM[bN!L4t;5KSaP>8ZMgjrVh<~> !r`/srr3;T;Ghn>WhQ8cU%+umTV8!MTV8'RSsc":D\S!'qtp?jrXf&(qYU*brPp0qiT]b$p@@_K nfR2_mI9N.mdU&Gp\=LUna#SOJm28]CQZHlo^:c-p[dY?*U2SKp%8"To`+[Minrkfs7u?WnaZ&7 m,RB=e#Dg@"Y FEW4lIt*QCMMdXcPEVE$Tq@dHUR[[T=TC]m;-6On='TBUGCu!A-lnPWXg+RnVOjEKR%90X/;fXM NJN7.Eb8B@5rJj)W4'.I]X+fI[^WWR_8jF%[C3`[[^ s8NQ+rqZH88R%V2hq-E5hYGnEh;$f?g"=s.f@JEsc-=JWa3;o[W&]e6qtp?jrr;p,r;-3bs40#$ ^9t2T^UUWG\f\YqZ)k+@bg3_pQALBb[`!#23c9Ca3Xlm7XiI]P]X@RFn[^*YZFIHO^<4C7Z^lYO :jomqa2#-f['mHZ_8XXA_na++^U:AW]!o3F\e;?\N$lmMs7lNls7Lo5])V[)rVc_?rVuoqqtgKWN)keTX2/4YIh?U^;In.`l5p8`Q?9Lg#?0ZX8;_cnFu\Ts8;Qarn(\Ns8V`ks7ZBd qt9jdf4V\nq#CBiq=t!bp\XQ^0R;aBlJLamn*K?*mI0Q:ptt&jjlY[elKRU%m-*m.mXaX.lg!`u kNM-oroa:Cs5cK)hqH]6gYh/6cIgjs`59CEbK6,Ka8`^8s7c-Zs8V2HE_2Yos8VWhkcAE4YLL;1 bg+S`e^rI,gYUfCgtgidhu;R6iP"4PiSWMjh>Z:2hZMZggtVh]!8%5#s4.P-f@J['Rpf$hrVuiq J,~> s8NQ+s8DuF:.&]KLkLVCL&$N,L51P?reV;GLPCM8JqAW.L4Xr/AIsClqtp?jrXAc'rr;uqrlQB] eD&RRdfA(seK*)e_\p&]Vpg' =Fds.eCN.!f\>-2e'ljsdF-Y,hpp0-g=P!QeIpQeQmBQHr;$?ls7C`,[f61$rVc_?rVQQms8Mrn ]JMoTC1gFDCMRTi?Z0t"B6%s1FaAC^I=Zs"It3*)O/P&=2bZkB;d!70Ao2[CP'dR0\[&!3UmdsG S!'/.EX>s !r`/srr3;T;Ghn>WhQ8cU%+umTV8!MTV8'RSsu4?G8Pf*qtp?jrXf&)qtp6crQHQmhrsIto^MAG nfRJmmcs$'na>2V]Wn]ZiUDO^7 s8NQ+rqZH88R%V2hq-E5hYGnEh;$f?g"=s.f@JEsc-=JWaN`,_XuV%1qtp?jrXf&.rqcBas5,n& ]=,&X^pplL]cY)%ZE1@K[#da,iS>s')YID6[\\6)+^Vn49_nk?)p>4fmil%q5jQ#=`kN:g_hWsIqn*06.jal\%lg!`u kNM-oroa:CroH?'hV-Z;h;?K&cdUFh`lGj9g6QgDOV!'-s8;`_s8W%,@GpFJ\,5Ijs/T[K]>Mk: cHt"if@\d2hVR)Dh;8+gs5CTL#iX[th;$fAh;8.g!8RS."5;G^f`'G$edBsZf%\Q??V@6os8DqI~> s8NQ+s8DuF:.&]KLkLVCL&$N,L51P?reV;GLPCM8JqAW.LP(/3CCkXgqtp?jrW)orrs\l&rmN8^ ceR4)eC31Je0!;qgtU]D_NI&:-Pm19;/II&FfMFX1to C0*ch^"_Arh:pB)Uj$B_FcrlNiT/\FgtC?Ue.Uj^qu-HirpY)oZ2+:orVc_?rVQNks8Mrn ^HPM!@Ui;1@VKal>@qklB5Vj7E--S[G'JCbI=$U+OE29@4Zl5/=BSg8BPhmEP&:JIZD=1jUn"$F S&6Q:`HOctf]K7%`J<(&l&!(s5XRZj/0R$3l/RsN.I6!QBd\u P*;)orf[8CrfAjoM1pV;Ll-M*I"6fpF*(u7N)`BsOWB# !r`/srr3;T;Ghn>WhQ8cU%+umTV8!MTV8'RT:DFCI2I&%qtp?jrr2j)qt^!beLXAGl0e09nG)Ss rqQ-Ol0?H`:dd;m*Ah2Q4%ldKq=)Ls5"("]qXa:Dl16:snau>p'\&1cI4S^ZP%To^V%u ZA-l5IY<#e I>NZ-M3*gWO.)Q#PaIr,PFJAFM&cR`85)KJ<`rjHDg$bpEZi['R'CZEgh9Z2V!-Y s8NQ+rqZH88R%V2hq-E5hYGnEh;$f?g"=s.f@JEsc-=JWaNi5aYW$h&qtp?jrXf&.rqc?`s5ua) [CE]]_n*AR^E:,"[^!C#k1IosUp>t2oo^(PWN^5"-an"uhmdp2Jp?q8:oBYf8mXaX.lg!`u kNM-oroa:Cs5cW1kN:j`g=4L+fZ_Umf[%gZ[B4,$s'Yn=li6YXo_AF-8@JPP#".GDm.(+n98:L2 bg+S`e^rI,gYUfCgtgiFi8NYoiW/#PiX=`&hVHuBh;-rFhr+If"5;G^f`'G$edBsZf%\Q>>tLjj s8DqI~> s8NQ+s8DuF:.&]KLkLVCL&$N,L51P?reV;GLPCM8JqAW.LP185D%:F^qtp?jrW)orrs\i%rnB+a akYY(f$rLNefW;lhr<_FIiAYD>@p/?"TSNuW1oKVYdCu#'pRP/fA?>Un^])Gg"Y<=i20.3LXGbo s5:FaR+0sDgX3Z-3^$SX=$Sa/aQ(q%f\+sRecsOZ[5u+rq>Lqtp?lrquZ/ /mrBm=BSX4?>aXh?Y"#!G&VDEH?aX\ItE)mL7O3*'*C7&4&/XX>$GELDK^Yr>RQgsVQQV^US+-K PF@%?3hD@pOH#BUKR%-176iU.)3BiHP`q8rV4<<>$iiSeQBRAjP*VAsP`_<$P*DDdPmEY@Q'@Jq PEV71P5^UDO>;r]OcPESIs[*-H$Y0uI!T@/?R]I\Ad2l6s7ZKcq>[cXVYu/U:@S;XnbT(*;2g-[ K`6]8LPU\@Mi3ILMMmIRNfO+"!0FmT,E@_@MM[1IMMmFPNJ*%@Ll.(JN/NUNLk^V:K8#+q7RO'Q s8DqI~> !r`/srr3;T;Ghn>WhQ8cU%+umTV8!MTV8'RT:MOEIhlhoqtp?jrr2j*qtTpah)%=DkjeE@n+-;I s8F#8n`nYU+<<^dHW;[8#oS0Wp?qtWp#KC'q=jUVot"H20iM1W@p28`N7@+Xn`S:R +=9KT5UIJNhtlg,n*oiBob-EW_aDB9qZ$Nmqse`gXRl>drVc`qrVue;s8Dor`B%m_Bl@s+G&r:g GBS@fOcbQ[P*M5oQCa_:Oe/nND']EEAP#fn:fgh0CiFTNO^JW`WMQbmT;80OTU).&*B'CENfK!V JSfF>;EmK/"XBkG^U:8HYf"#FBcI4JWOoXEZ*UjDYdh'O]!/EIZ%97e[C!9GZ*L[AriuI,s0"&X YHFt*U7@UKTp:q;TpV-tG]u8frF,b7k5+TDn+6Ca2Q-G&"\.\RnaHFY/ReXM&YGbkUSO`^VQ$Pn Vl6SqX/rE%XT5N;XWspIWMl_mW2Q\qWiMqlV5C/gW2QMfUS=HTTV%sOGtpf)rr;rrJ,~> s8NQ)rV??99OF15iS2rZ78hr*JQiSi_.iWA)rhYl:0hZ)I8h;$f?rn.;'rmh&"$.[YYgsDHr9rS$grdX~> s8NQ)s8DuH;+>/LMMI(IL\Z`BKnkJ@MMd7ILPCM8JqAW.Jq8Q/D$jkQrqufprr*W,r;HTkq;F"\ aP#"jgt:0/g>(K;rn&=Gh;dYMJJS;PJ<56V$?>?Y!(='\j;CM@[:N/]_RS$&Z` TVn?KSX5n772gl>Q'RJfLl$=o?r'9d3>)ZiK:8?pO-t)U)\4&($BCR@PEV<"Q^32fq3=F8Q'@Jq PEV5qPEV/lOH5HfML^54MM6M#I"QomFFAphBkT;XpsF2tlh^5Ns8Du%5MZ1jJNK0'[NfC`5!fi4trJLT4s,7/:LPL\BMMhCk%#KdpKnP)5LhTCMWrN"r J,~> s8*,trqufI<*=dJXo>7!Vtm1jV5F3h&Z2CtTq@sMTqS3MR@Tms&n^t=r;Z`mrXo&$p#%Mbf^J.p p[[\>o(;VIrpq63p?LS_KI@h9k5>2F`GI+QJDB\_oBYM\T.5KViTBCpoD.i&rU9@Hs0`pn5Y3ge 3&X$"A,qPfr;;F*(f!sr4@).F+):ZLp@72.q="@Q&'6uZpAP$iq"a?.NMuRLrVlfqs)7c3s82ir rQ$R$LNdo`G]n"UM26k9Kp@F@OeIksT:i6\Tr=iH:DNp^>[^i:<**15ChIO2LkmfARBYHG%6Vk'BSVkTZAR%Kk3OI;l-J9jG>q9O&nl1jfFrVQQ$6JM:dI?Nmjr:9CETdZ%uVP^2b Unn!es/5mqri$+%X/rG)XK0%:!j&E$rM]^ps/Q!orhodl$_sGiTV.pPTQs@*WVc[F~> s8NQ)rV??99OF15iS2rUMlo'Yc+l0IYdlM0WRlg!`ukNM-ol0.?o k2lU'-/[G/f\+p/f$MR^c-OYVc,dhBN;EDCli7"]s8VfjdOMa*r:BIXs8Vp&s6O?NbKeMbeCE7O g]-(/h>Z78hr*JQiSi_.iWA)rhYl:0hZ)I!0rmh&"$.[YYgsDHr9rS$grdX~> s8NQ)s8DuH;+>/LMMI(IL\Z`BKnkJ@MMd7ILPCM8JqAW.Jq8N.D$jkQrqufprr+kPr;HWlqVs:m cJ-q%gXk!.f[nd.g"4g/gt(P`,S*n@TpDCYZ=P$V(0P66.Mr=,#67<&j58MRf-f"ugYLY.7Gm\# mJ?D;nbMR#<5I^Z:ke62q"F=Rs7W[/W8?"Qf%TrO&_c!N2p(jks8W#pnUm%0s8Doqrr2q8qu$Kk rVcW6.nFAeA5l]J=(H#[Ch@*gG'%V8CNb/W@r[H`7g&f(5?q`%LlR[`Nf&XKH?SXG_+Pa7VdQ2$URQBd\uP*;)o P`q;oOc]R'22[*?K7nl/K7.rfH@1$^H$Y04EUNYrli7"]s8Vfj^E0`]s7>RSpAFdbrRF#*ItE?- K7o!YM#W>3MZ/M s8*,trqufI<*=dJXo>7!Vtm1jV5F3h&Z2CtTq@sMTqS3MR@Kgr&n^t=r;Z`mr\XNGp>I_rh!a_% p@%A;nF,l9naQ#IqW[LX5sCD!rU]jbmZTjQ3eNcA@8K'H,SaV*p$h;;o(hc&n*]Z;oQh^P2C9Uu ,9JO$@jq!I2+q=#!bm`7W9p\Fjfq"aB0NMlLKrVlfqs).]2s8;lr rQ.!#I"-ZcFG=mgL51VjS>DpJ Tp2=0+Xi;4QC!_lM2?=j@S]?`7kuV:$P4^?-6F*?/l67G%X5RqZa-pF[=P^[ZpqI1Za-jAZEpmC ZE^X;Y-+k(U7e0QTV%jEPEV<"QBIGpQr/+tp[dYJrV6?io_QHJZMjalli$STq"amC87&'gVPU&` V#I7kVuN^pW s8NQ)rV??99OF15iS2r2mXZEgR5[(E]Pb0@Z3dE8\73Br#!n+lq\s8W&rr;HNdqu?ETKY@EZs8Vur s7lQ]s2A3ApA+[_ru(b'nb)A7c)?qmOcu?Qa5H[^RQQJumcs$"roo"!q s8NQ)s8DuH;+>/LMMI(IL\Z`BKnkJ@MMd7ILPCM8JqAW.K7SW.C^ObQrqufprr*H(rVc`mr8f_1 e_Ss7gsjpSf-K)*hV[2Cf&54X!)&9JUR@'Y?6fLW!!+#r94Wg4*(lI=k1&)JfI#>2c]'//jo+oQ s8Dcgr;X](]!*`:s8;?VqY9m`p\\oGgsO^-g\KM%g(1hY`qf<-s8DoeL6Sk@rVc`prr<#rCB+20 rVXej7VHIHNK0'[NfC`5!fi4trJLT4s,7&7LPL]bM%>K%Mi!7EKnP)5LhTCMWrN"rJ,~> s8*,trqufI<*=dJXo>7!Vtm1jV5F3h&Z2CtTq@sMTqS3NR@Kdp&n_">r;Z`nr\aZOp@mT'=QArA p@R_;mdBK2nac8@p$hhOGqG?AmdB,`Wes(O*=NfD:hG-JRP.pBh>H^6nalSF-hm-&k,'[LX_1a9 9fk'^0/l!6f@qQ$EBc*.0etaT7!Te[rr;icm.p/`n*S7caS>E,rV?YHG%+WMlVaS=cROS s8NQ)rV??99OF15iS2rm=Is7&NT bK7W;^Uq@t^q[Rn\@/oP`n%"SF7\eF\!^t[*t&Pc$W*hbs7=aQ302:u\@KZE^F-t1ae^ut(06$T Z,,Doo_JO\:PiTr])VO"s8VWZo_8-E5I&,I`PqYf&[oN`7)],rpA+Oar03\Rs8Doqrr2p"qu$Km rr3,N;L>C9rh1I)TV\]t[dF?[r g&Bb+h#H40h?MlqiSrhTi4\+OiSWMjh>Z:2hZhrnh:pW8f_sA#ed9mYf%eW??VRKtr;M3~> s8NQ)s8DuH;+>/LMMI(IL\Z`BKnkJ@MMd7ILPCM8JqAW.K7\].CC4YPrqufprr+kQrVliproZ4D fA,3>gXOm-f\>3:h;@2Hkinih3MDIiE`t:"!<<0$!'cduo&7Qm24!+PeC=Tp&+dW98@!i\GuI's8V]_q>C8\7(CY!h:qbYs4e.$6b`Kjs8W)soSSm6s8Doqrr2p`rVZ]m rVZT=-qeMe>[LoI>@:Z=B5VU,CMn08F`DJNO^'(7*EIcHF)uJMIsup'M2[@LNgQ?)Jt]WFTr46I Ss&3_Q^=$;Pl[,5JX-%r7[B=(PEM,n Pa%AqP*(ieO,T*YM1gJ6LOt89Ir]@EGB/Re5"Fc3o`+m_qu?Zks5cXEoD8Leq#($hs8;_'.=Zr& KnG&5reUT2s,-f6#)nP%O,f6[]oN5TN/RXlrepf8!/LQ0rJCQ4%#KdpKnP)5LhTCMWrN"rJ,~> s8*,trqufI<*=dJXo>7!Vtm1jV5F3h&Z2CtTq@sMTqS3NR[fjo&n_">r;Z`nr\aZOp\Eo/@H6bG p[d\;n*ol;nF5u>j7<&`<-IZg]r7!',o[!l#6dVffCIn;\NHPOlKn*AnacMF-NEQ0e7&gg-Tt+$ :Kh+$9i--^SV%,^Kgn[@>":kA4]s?`eGoREq!o$en'=YBqt'gcqYKc=NhZ7GrVlfqs8Vuts8;lq A'd&:K6VWfI!U$cG^"h!MiNONOHl)kNg?MX.gm4jG'J=[I"R0)J:rf=N/3FZS!SSp[%YHG%-X/`%jT:r'PU8+3 s8NQ)rV??99OF15iS2r[.Ds78`Z b/V96^qIb(_SNst]"YtkaK/Q0GDB\L=^4DhNmJHq`rqHB$*J;AK^VKZ]&\>op9"4ioq"addrKs(Ts8Doqrr2p"rVZZn rr5C>:i`>&TVA-LUop_mWNWS7Xg?-p]"cY>C-P7Ug$%Ycq=OL_rU]UQq>C6hqYU*_oCi4arVucm s8MWifQ)Q5s8Muqrr33%s7Z6ap%eUe#l!r`p@S(SnbW7b$EGjMjQGjrmHj-&Ja3'r''niIki_0n l07EqkN:mejQGU_rnfEcg=b67d`98GcG[5lP?cE5o_A=\rr;ccr;Vj,ci s8NQ)s8DuH;+>/LMMI(IL\Z`BKnkJ@MMd7ILPCM8JqAW.KS"f/CC+SOrqufprr+&:rVliqs6DdP f@es;gt(<8gYCN9gY_&SlFg1C9MlfCr;[HQ.97HG[Jp%&`?,dZalq7'iS98s8Doqrr)k7r;QTk qu+tj6>Bh2?t!DLBk:U]C2@j(Cj^YIFcMSM%LPdSJU)TkG^YC*M3+0cP*VH'T:qmQVlQelUmmmD R?3ta'IB$.O,SsSM1pOtBPqZl90Y6h/hoFR69[Cm6p3Y763&X!P*VK&Q^*edQ2-[XQBd\uP*;)o P`q;oOcYWbP)kS$MD0j?L5:V7FDu>KEFiHS/@53MZ/M s8*,trqufI<*=dJXo>7!Vtm1jV5F3h&Z2CtTq@sMTqS3OR[fjo&SCn=r;Z`nr\aZOp\O)7@GpA> p%%D:nF?&;mI'Q=i9A9t7sBP]1*I\V$nEf(+#C4tnaj4%(.-=;ip$L@nacMG-iWT.kaasA!"oA9 !X')M)bbc)-oh>f78%!8MMHIa9O(?nTDeZYnG2\gp%$a4Zi0XurVQH_N/jP(rVc`prr6p9r;QWm rVtD';LN_4I!g3eL4Xc'LP_"IN1?GnN1cn8&e.EXH>[SPJ;'&HNKKWeP*MB'TV.mLUT(2eV4F3M SWf^m'df66Q&q&fN/*( s8NQ)rV??99OF15iS2r:"!nfs :P*Fa9K"XL*YU"<'cIoN<.1sqli7!e")#ol]tjH\&\H*(9VVRaq"ages.#RWs8Doqrr2p"rql]o rr5^K>@NkmV43sQRB*KiXg57?\[9#d_9BNJ04q`is7>OLho<+)R#6`YSY`O(d,t0(s8Mcmqu?]p rr;lnZY$9.s8Doqs8W)rs8Vrmq>UEorrhVR&@f@JINec42,e^rC-d$\68W;ZYnJ,~> s8NQ)s8DuH;+>/LMMI(IL\Z`BKnkJ@MMd7ILPCM8JqAW.Kn=l.C'eMOrqufprr)uqrr2os1%%50 f\5-=hV-lBgY:TDhq6;hJ40kH#64f+!"1;TKOfuSFS,V,s1&sKPjRGhhVHiKh'^q4fAtb#!?V^Q 5]U*u4!l![&d]Za!!!BY7W5*Ckl:IV"`WJRgtqk^#3"Rj9:Z"[rr36%pQCc;s8Doqrr)k5qu6Nk q>Jo"10eYR^N1cIN`8l]JNPc;!tYG81mUS46H T9u$F#Z$_JNf&[LL4XkuD/&3 LAm#/M>rJ4M[#-"NfT3\NP1ASNf8npMZ/P6N;SMELkgeEMi!7EKnP)5LhTCMWrN"rJ,~> s8*,trqufI<*=dJXo>7!Vtm1jV5F3h&Z2CtTq@sMTqS3PR[]al&SLt>r;Z`nr\aZOq"j8<@,U8; o^hD;n*]Z9p@[k:_Mh\I(a0P&&e,jB?&<$B&9.(2lh7Lm"decDmI0];nacMF-iWi&p\97C&JGXQ NIGME6PTn?&M"J&%0-SW88`X$L4NP/Jc5*.pA+@np@[BCT)JTerVZNbOH,k)rVc`prVp^2rr)fm s4KP%DgQkSG(t!hL4P&9MN*mZO-#?iMHg-,AL4OZ*FWuM;oCD_Vr<`;pqu!oGI/pr#-+`*XfSV)]r_@;Wi>rqri,pt"f\H!Vl$ s8NQ)rV??99OF15iS2rC9mSsuVWrVc`prr5Lfqu6Tp rr:nkB9f*^R$t%=V5^;p\$i]V\[0#p[rjoE_Z0W.qu-A@DJX?4DK0T(?kG6bh9@5B[$AJq>L3j(%-91`;fi,s8VulrmXepbKeMbeCE7O g]-(/h>Z78hr*JQiSi_.iWA)rhYl:0hZ)I s8NQ)s8DuH;+>/LMMI(IL\Z`BKnkJ@MMd7ILPCM8JqAW.KnFr.C'eMOrqufprr)oqr;SJ?6!N+$ h;RALi8EAEjQ+CKD\X'L@8]I4Unas&g\&uA!"lF7jikM@Q@db!ZA&.p[;_t*Ei oAOck86e.^+ojQC=>M[L]9>&I)CA70.mEH#u;AoE?F4:E3HQ[s(#L5[An(aLFU.OYl=$3q+k:1p'(WN;V_SX#V6S96+o FH_cFMi!1?IX6*OBOXt;8NJd]0K:jA2)Zg62aKYI!&]h#Q'R]"Q'[&eq3L3j($KEd[Jg.%qYg3 MZ/M s8*,trqufI<*=dJXo>7!Vtm1jV5F3h&Z2CtTq@sMTqS3PS"#gl&SLt>r;Z`pr\slVrVQBdlp"e9 mI'Z>mdBQ0mJ-P:Z&1k?FddhbFd]/4_rLXC,QJ7NptioR3tQ/Zi8!bcjmM[1qW3l:+>HkS!,D#go(i+Ts7Hoc;Mk;Nrr)fmp6(H)pAOshrr)k7qu6Qm qZ#>E7rNTqEcm1RI=Zg%O,f3eP(np_K1-@bBUO^'K8bj9'G_rA.kiRc%1!1O/Q$8LZ)=XmTq@[B Tq?QW(j2(.PE:i`L4Of*FD"cN91hH+/MT.7-o*k5.5O1S)ur=.Z*^pGZa@/l[/%'Y[C!9GZ*L[A Za-mAYck44YH+S!WMlVbTq%OAUS*^#KT_pT3)7Bip%S@\r>"O51:[;]p&"[_q"V`_=ehjkV5'i^ rhf^ns/>pr#-+`*XfSV)]r_@;Wi>rqri,pts/?[1Vl$;dUSO]\U7n6QT;/'):e@Y`rdX~> s8NQ)rV??99OF15iS2rZLu/13q=FL3-5I\XP=lqs$$j#0^;dq+aNEbc-d]f]aO/1?#Xd,A p](9^gL;A;op6_87[X5UkgYu**u#=i1:4g-Z2)C9mTUVbWrVc`prr5Lfqu-No rr:tuHD6XdS=cCEWhl;d['HmA`kfd=KgSARnbVkWs8D>q\^9[3n*8chi6\EG;b0T@iqrcOs8Vrq rr003M!4L1rrO0ROZ78hr*JQiSi_.iWA)rhYl:0hZ)I s8NQ)s8DuH;+>/LMMI(IL\Z`BKnkJ@MMd7ILPCM8JqAW.L4b&/BaJDNrqufprr)oqr;SMB6TU9@NY5SSM#$bp_1kVo!XAfqe*6#LptcS@gdl_ds8DutrqVkEU&Y)irr2lrDYsD1qtU-F 84mSq9Nke4=_1uDA8c="CO1)KJ40k^FGkW]Fbk^&C2Ss0Za$L!R$NJ70FS$g4d2eHT;J9MR[KX? !\0.rNK&jQKn+PrBOtg_:eO8:3%Zj:&I'@@.4R2:.Kof[Pa.MtOcblpJX-%r7[B=(PEM,nPa%Aq P*(ieO,]*VMMR"?K8,,5HZO.JH$3KnG&5 reUT2s,-f6#)nP%O,f6[]oN5TN/RXlrepf8!Ju^5M>i;1M[YGuL4t;5L59P78#lUerdX~> s8*,trqufI<*=dJXo>7!Vtm1jV5F3h&Z2CtTq@sMTqS3QS"#gk&SLt>r;Z`prZM7?rVQBdm6Ft= nF6,DmdKc6mJ$(X=;R+bp=P0gK%g)"rsm?k!!-tn9IL2]J_9b[mf)ALk4/$n+$5J&bGY[:j`!;r;HTkpQU]*pAOshrr)k7qu-Kk qZ#DO>'t."G'\OZJphfnN/ECPSs5S+;\Bs_L4XN%R?NS@BniLj['-9jQ%`X%&-`J%O/8tNVkT]Q SXr[].ufs\PE:i_KR\DhC1UO>8P2322``W%!$+9R,qh8/#7#7T['[-CYd:ch[/%'u[C!9GZ*L[A Za-mAYck44Wi;qpV5'`WU8"9HO,T0cOFMM0M_@TIrV?0^qYU6io_m;K>3,MXr;6Efepe^2USaob USO^bVZ3RoW;`b#WiN5'XK8J9XTGT(WVrdpWW0!uW=u5.VPL#_Unjc[TqJ'NUS)m/8ZDUdJ,~> s8NQ(r:p058R\%6iS2o:hYGq+g_JZ#g=b-/f%8L$cHXV[bfS5WX#>n9rqufprVeGLrr)`onO?Bs ai2'8bJhE(b/T6'4GqLm?m?Wq"u2+imGPBH&0hPi#Rr+_Q,2G#-c`qd[f`6Q\8LB%&=r;ZWnURA[mrVc`prr4SKs8Durrr(htFet^q Pbae'9%D;bHnrqcWp rqHF$_Gh7(H-@S<9is8Drss*t~> &,lP(rqufE:J,;RMMR+HL&$N@KnkJ@MMd7IL51P=K7\`0Lk154D@UmhrqufprVeGLrr)cpnjcs: hrQ./gC`H*em!S%r;6HmqYm+O[/9h#rr2osBDql/s8Drq i^Z=M>u"+&>#ns?>[qV`Dgd%FBR)0A;Kd80H[UR+P+\nh[Dol!beV99]s3rK<"0@8T;\$CU7.X5 +V/d^L4t>6J:)Q]E+ifi<_PkA2C]k'0cC-".i90L,n9o#GCc%LPuj9:P`q8oPE_;qPEM&iO,oHb MMR%CKnP;@Lja;^GCamUE,:)>.Pej4qYU0as8DKQWdm&cU$17[]QQ"F98.qTMgKu2IY!?3LPCS? MMm@LMi &,uV)rVQWA9iQJ4WhuVjV>6thV5F3h&Z2D"Uo'r^USau`R@]ms(3oZSr;Z`prrK[VhHg1P\c(m!Ag79p XS:@;:;c>^o_S+Jo?h+h+^*akrVuHZo^qhNq>'m^k%'#@qtg?mqYZkFYkS+prr2osBDql/s8Drq i`9!.G\h/GG]S4_H%:d*N/a<`KnM&q@XWZRIXd!,NiBA#[`,ktbe_B<^9X/O<+Rqt^!XrV?K\SoQSBQdj+$^N1Y-;4O>XVNm^NU8=cbV50rb W2Z_oWN)u!XK9+;!j&E$rM]^ps/I$:VPU,eW2HJfUnaZXTV.pOUNTR+T)J]frr<"K~> s8NQ(r:p058n".7iS2o:hYGq+g_JZ#g=b-/f%8L#c-4GYbfS2UX#Gk7rqufprVeGLrr)`onjcO& c,IH6`lP^@`dg'5OP6[2*#B%m%KmD*689K"?aPr[RARF4e(_cI:4mh;d;Frn7_7h;6uDhV[5K iShK0!o`%nrS@J0rndb3g]#n,g&9J$edg6^f%\Z>@S<9is8Drss*t~> &,lP(rqufE:eGDSMMR+HL&$N@KnkJ@MMd7IL51P9q,r>!!!'*$31&T1*dMI>-aBZT<,cRh;e=el.dZDh;$r>iS^=^%P)0q*WZ?N !'$t@E=mB`q>:3lr;Q/.$q6uSi9T;"h>Q+AgY_&E=EOQ=s8N&prg\qLq#10jrr2q1rVuirrVlcT 8MXO^>=_t-@hAhB6.d'=qiK'BPhj:R\!q) 4c#;XKnY,-G]I\;@UE8983f*i2BXLj!tl(D!!<<'!$>dOJX,bj%@39DPEM,nPa%AqP*(k*O#W)U MMmFOM2Hn2H@UQoFa8ms='^5_1+\XAqu,sTmDNEpP^O;T3Bf2>"9T$(PC7h3L4Oo/Ll$reLC/lq Mi*CMN/WaVNkLJTNf8npMZ/P6N#RS.L51YEMM[7LM26n?KS+u:AkPRbrr;rrs8RT~> &,uV)rVQWA:/lS5WhuVjV>6thV5F3h&Z2D"Uo'o\U8Fl_R@Tdq(NoTRr;Z`prr nFQ5Co'biCk`J"mRd@Rl-QNg/#lk8f4=qKk@(2o.Xh)^2l0nH9l1I@9p%8+Orr9\l(,Kl<-4(%e $WbOPIh6J_o_87]rVuG'%p$75lML>Fo()GGp\4LXpuu42rV?Hms8)Y]LoL%FrVlfqs(D<1rVuiq rSgpHEd`.DH@U'aK6DKkJs1MAMM5LS0mn"aH[g[(O-?uU]tqG#`P8st\[]Aj]rc!*!\9)+S=6+G @i@OiQ]?r\Kn+DfC1q$]=AhXQ2D[-82'`8:(^L-M#QOiPFM*13n[(lq['R'CZEggCZEga>YHG%/ W2?GiW2HJhSsG\4SX>P*V42LOQZ5&BRG7Z s8NQ)r:p069OX@9iS2o:hYGq+g_JZ#g=b-/f%8I"c-4GYbK.uQX>tn4rqufprr+SLs8W&os78fK bfdoC_o9gCe:0;CT&-ec=\(1U"!L?T=%QA)O2p>*dF[+'d*0SiaX>'J_TpKRh:'&X6U3OP%g*U[ "tR.>5nlbUdcBB6WcT9bTo4'q>C6lrVZTms8W#so`+mfru_",p](*RQ=,a.qt0LRLN_;Js8W)u rr;rpqYU!]q>(!c&,jb<9h(,+?6^pH/RG.$mt'col8S%ol0. &,lP)rqufF;G(VUMMR+HL&$N@KnkJ@MMd7IL51M;Jq8Q.LOau.D\6mdrqufprr+SLs8W&ps7AoW g"tTEhr!GUk^jNN8;Lpn',D2^!@CZX;b'f%PKW:DguRY\iSE8ahW`iDhVcuCh:^lA]lHJ*2BWM4 #m:5PZ/.hb8"8#jimFfL-3-`ZleCU`rndP.&EDPHCA[i,s8DcnRY%@/rVc`prr6X0s8Durrr(hF ,>2EN8m,P&?"-rBARf^jAoiDc!&81j?u1.COIDlH[CXGnd)XY\aMu!&YHtjGSOa8PKV=ctROoM) P`L`VKReAiCh@0Z#1%0A2,JU;g&Kn5/`5;M2I4K MMmFPNK0%4Nrk?#MuAP4MuS_TLkg_?MMm@KMi3FJL4t;5Ko9P97A'SZrVlisJ,~> &,uV*rVQWB:fMe7WhuVjV>6thV5F3h&Z2D"Unsi[U8Fl^R%0Ro)/oBNr;Z`prr2pKqtBmS6r)_- nb2VEo)J<<2+ae3]4b>;/dqe*9m:#F@!8-mp$(o;q"F7FlM9o5og/6DmeHPKs7OK_:J=)+)\3i& &3%Sr:a8AqdH0H>YBgZY<7h'2n*BN6oC_eMq"XOWlsFW+q#CBmq>HY/T^r'[rr2osBDql/s8Drq i_hO=G^ &,uV+r:g*6:19R;iS2o:hYGq+g_JZ#g=b-/e^i9uc-4DWb/hiNY<7.2rqufprr+/@s8W&os7AuH bfRiG_nsUIRR'0-o$^uV]=qJY'5>VFbfnZ;e-F.>d*^"O^;AgN-caHKcI9eWd+R1#]=5%T!"1)> -!/a4>o+>!0eF1M!!!NFHd'70_>24c_9LS5Du]P+rVZNlSqEs?rVc`prr4,>s8Durrr(hi<.L1& QCaA3Str*_ZDO_ &,cJ)rql`F<(^hWMMR+HL&$N@KnkJ@MMd7IKnb>9Jq8N,L4Fi+EYN-brqufprr+SLs8W&ps7K)R f%]'ChV@&OSL=J&Li3@rAUl]>(3J6of\#6CiT/_Ii8`_GeD'$Bh^@@Af\kf?f\GTOgrI=GDZg%U 3$2#J_eU86,;q:s&-)kC%!pjmgZJIlrSA.DindXHr;-Hmr;-G^I\QZ:rVlfqs#'cTrVuiqrSfs` 78d/_>ZFj.?X7>^@:sLYH&"$Q-;IHCC3YN!U8k0*_Q%4G_SJA4e3e"T\T)$NpGSI;^)7!!Ef@!!"KnLOao1MiNAfM#W>3M?o,t MMmFPNK0%4Nrk?#MuAP4MuS_TLkg_?MMm@KMi3FJL4t;5Ko9P97A'SZrVlisJ,~> &,lP*rVHQB;H/"9WhuVjV>6thV5F3h&Z2D!USX`ZU8=c[R%'Ip*,#-Ir;Z`prr2pKqtBmT7n2D# o(qtFnc,[P25L90>\Ljd>7hm%i;)U#oC;ABl14TEo]tc1p\F=BoITb(pA4.Fo_%tFf@.uo'GCuk !*/UGFr_VN3Ar'!#lju6M#%&9m-sN8o_/"WpCH[tC&@`+s8;`lQ[57rrVc`prr6X0s8Durrr(hH 0NVq,Cj0f>G'nUiMLL57Di^#8!%qP`AoiHYQD(1Y_8E3\UVFLXZaRTe_6^JLZ^F8c6(jj6Nt=(= PE(f`Lk0hiAmS_A:eXDE3&3-<.h;VT_o\KhDKh;O`4`L.[.1Ln[C!9GZ*L[AZa-mAYck44XfSP& WMcJ_TV%^>P*;9(Mg'NCR=fZ=6?-'a-4gLa!!s;O2iiYP$3V(`&-*JFU:.D2XfA:frhf^ns/64& W2Q\qWiN5&]r_@;Wi>rqri,pt)lTX1V5L8iV50o^U7n6QT;&*(;b*GXs8Drss*t~> &,uV+r:^$7;.5m>iS2o:hYGq+g_JZ#g=b-/e^i6sbfe5UaiMcNZ9N:-rqufprr+SLs8W&ns7K,P eC)R]_8ss::H49ihN_``k/U11AB!BCajekca3)oQb0/#PbKS8ib9kZYbL=eee&L"mb0\k@=VE.# ]g,ugd'e*c6Ua[5":5SJ/t18#`;.Rg`m!(:Du]V)qtp6iT7s?GrVc`prr4)=s8Durrr(hh=+up. Pb=M9TW+fiY,&;p8grrrE# r;-6crqQQjrqd<(q>]rT:h[Z-hXKdsp\!tEqLRr%l5T'Sl0.@S<9is8Drss*t~> &,cJ)rqcZG=%[.ZMMR+HL&$N@KnkJ@MMd7IKnb;7JUi?*Kn+c+FVe9Zrqufprr+SLs8W&os7T5W hW3\Ug>Co(3s.B^D(#BWM1d5]CY&%4j6Q'mgu%AOhVmJTk32*hi$dUJh;IDRjlG(YleLLd\n_Bg _n%g1m,Gg19h\;]7gok5!%"N3h@_/TBjYXm9R:Cf!&.#H?Yk(GR]*Hu\Aa7+C=1/:aN'g3WNE8)R&>WK%!e>4EdtGH%7k)G(Y$R66la?$jltH@Y&_p#64`6#ndeDJr"T(PDb$KM2@+Irepf6 "cJ=uNK0%4Nrk?#MuAP4MuS_TLkg_?MMm@KMi3FJL4t;5Ko9P97A'SZrVlisJ,~> &,lP*rV?KC6thV5F3h&Z2D!USOWWTr"ZYR%0Ot+'eR>r;Z`prr2pKqt9gT8P/+9 p\41Io@d8!L[4Q(?cr#ggOr:K^Xq>1!es7u3Lo.9P1nFQJKq=s=Ts7#a^c@6r: ='Hhos5LnK;H$Y(;AToF!%,AYqtTXMnalGQpC[>smp0Z+qu-NkqYce/UAFierr2osBDql/s8Drq i^PY+BP_@+F`_kZIYqE#&F1<+'St0m+ 8uIZ2O,JgDG&(Pj=Ahpf83f0k0fV9D$p']eZb3`[a2GX&_1Au`Zl?E[Za-jAZEpmCZE^X;Y-+h* W2QVjTUi$UR?dc9*0Q5DLm!gbPsmZeQ&C#g1(jQr)$gROMj.?c$j?P0%1?L5ZDOb1VOOH\Vl6Qn WW/n#WN)u!XK9+;!j&E$rM]^ps/I$:VPU,eW2HJfUnaZXTV.pOUNTR+T)J]frr<"K~> &,uV,r:^$8;dl*@iS2o:hYGq+g_JZ#g=b-/eCE'qbfe2SaN;cQ[R"I$rqufprr+SKs8W&ms7T;L eCr9da4A=f0P8elQZTUtcYah(^>$EA_7I;*d`9MRaN)BDaMu-VbU:EXcHFGYeBQ1ZaN)BHbJSE@ XoF>+UZL(Sc,n,eYU]\hE]Q1ae&(q)&]i/K.Os8Doqrr2p=rVuirrVlcTBiKqb U5PPAS>33_U7n?p\9Iorri?!qY^?lrsIn0CTm'oqqH[Og]%3]pAaogPM-!9Vej'Fq>UBq rr)cnqu-L-s8Diks7Fd%8UB4\o'GZ&g">6CJa2dj9'bd,ki_0nl07EqkN:mejPJ_Igtgf@f[ea/ e]l.R`m<2O`Q6?>CNckc]?RX/3[,UU!sM,M\C5jX$QUT@'IS=Sda6RninN8ErSIP0"lA.oi8NY. iWA)rhYl:0hYuC5gtVh^!87>$s4.\1f@J^*Q= &,cJ*rqcZH=\<@\MMR+HL&$N@KnkJ@MMd7IKS>,5JUi<(KRnc.Go9HPrqufprr+SKs8W&ns7]DQ hqA%TmG7d$rS\CIk2>/rA,cH*qY^6jRtRg@rVc`prr6X0s8Durrr(h? ,#;`T79aM.?>*_P>[DVd;f4Dl)+7G4BQSifSuf<6]ud]R5_?V^`h>[[OL)*lTW"AT0Q`_X9G:s0 OdV/aK6hHH>#eBk8Ol043AiQ>.m>Kf3KB2bOHPccO-uSjQ1:,3QBd\uP*;)oP`q;oOcYWbMi*=I MMd4DK8,,4H?=1KJW"_kBm"kj89f)nJo3p_"U>J]3bWb`GW#mB9lYPu2e7YhIuoGBLl%#fMuJS; Mi &,lP+rV?KD=&aO>WhuVjV>6thV5F3h&Z2CuU84NVTqnQVR@Te'+]7h0r;Z`orr[eT4Pj5Atqb=E*C1']\ms7l'PnFH5FpA"X[n6BT(rVQotrKr,4qYgBlrr2q1rVuirrVlcT 7kJ%iEa &,lP+rUp'9 bhUO[daF=Q?aSjhAMahl0Abg+>J`m)q" 4LsZc9[V82ce$Ioe!_4Fm%c(8c,f_)&]W#M<+>n&p\=^bs.,+Qs8Doqrr2p@rVuirrVlcTA4_UC3a[IXsJnnU`OoGCXq#C*anF$>Vk^\`No_n^f !ri/tqYq3,qtg?em]JTLf(JClkNV3skLkFOn`ia4lKRNqkih9qkih3ljlGL]hq[#ChVHr3e_8Tu `Q-3D]t;_?b-Z(hU:7YBX.Or;*YVjt;/*8d\6pIG82`4G32ticf@8m9gthte!8d_2"lA.oi8NY. iWA)rhYl:0hYuC5gtVh^!87>$s4.\1f@J^*Q= &,ZD)s7u]I>=rR^MMR+HL&$N@KnkJ@MMd7IKS>,4J:E-&KS"l2I2b]Hrqufprr+SKs8W&ns7fPC e*5rHkiANX'iKHL$7^:>63/UCoAefkk31jikhP1\k2kU]iT'%Yi@!CAjPSkSj5/_Pj5o4Qh;m$P 2mM7G9@DhTi9/t[j/NhPe?>]F.K8/)Uo;-.INI>aJgY-tXTd+t?9!('OB,n3MQ];_O)SXY^tT:1W`2MIK_ Q]6iSH>d=s;botU7RB6u2)6m94uNBkR@9Y1QC+#0SWSJgnWc_4Q'@JqPEV5qPEV/lOH5H_N/ &,cJ*rqQNE=]Ba@WhuVjV>6thV5F3h&Z2CuU84KTTVSHUR\$%/,=q5$r;Z`orrCnFu\DoCqtNnaGr:i:92#p@[qDnac&9nFQ>BlL"6D56+/t ,=h:hk3DU+p[bs@&puP:B(bcan*oo=o_/"Vp%2EmqYUG_hZ\Z+7<_cIeR%!'O"4+q.2S_69Q3SXbk&US!Dh14PCK Q&Uc[Is#I5=]\Nu9h@W31bpX98O*>5X1?!T\%&oY\>b%dn[(or['R'CZEggCZEga>YHG%.W26>f Vl$8VSthpCNf]NjNJj6fN/(4jI> &,lP,rUp'91IAnBin`npp@eI^Ja2dj:@%30ki_0nl07EqkN:mejQP^`hVI#Bg=jopaNr>^ b.GL5d)OSK@7Qct]X4fKU2N%->&dADOODj&$nrq,!)+#`kM"_ChqQrChr*DKrnRb7hr!ANiP"4P iSWMjh>Z:1hZ;Nern7A*rRLr!%b91^gXDHt9:c"\rVlisJ,~> &,ZD*s7u]I>Y8[_MMR+HL&$N7KnkJ@MMd7IKS>)3J:E.LK*?s`IiLcArqufprr+SKs8W&ns7oY? d-B`GlH3918T.TE).e,'!!.oPj5T%Vi[c1ZWB`9I6\rSeFJi9!d1o(rC]rqu\[LT:(HrVlfqs(D<1rVuiqrSfF= 3a,rc;cR7(:/Y\>>$Y,k)\+r/=&a!YKT_t+Z*q0_`Mdkm!W`9$7Y.\UU9(/fRAHO:R[.On>,7FK O-#3NH>d:r;boqS76isp1bh*K-QN7EQ^4&$Q(!kuQ'?ibnWck8Q'@JqPEV5qPEV/lOH5HfP)YBW MMR%CIN+5`(q=aj-6Xu+&M1^A8M2R=PN/R[m "cJ=uNK0%4Nrk?#MuAP4MuS_TLkg_?MMm@KMi3FJL4t;5Ko9P97A'SZrVlisJ,~> &,cJ+rqQNE>#]jAWhuVjV>6thV5F3h&Z2CuU8+ESTVSHTS"H74,XUbpr;Z`orrp%\.Jrpq9'o^_MBoC25@s5Yp8 CfMA(m.9f>l1"T41]UHl,SA,irpU]noC_eNq=XG_;XsS_qYpEhPCob'rVc`prr4SKs8Durrr(h6 (.`1^@;0J*Dej9DLj+/X9-b9>=&_k$C4)#1WO'.IaMXci%K-8a6\)AWW3`7rR\lgCT:9?s>5 NK0!TIs#I6>$+^"9LqE/1GLF:1F<)ST<>Z-[_/uP[^(Ikn[)'!['R'CZEggCZEga>YHG%5Y,S=r VPKu^R?ZXXJ&.gd8$!a2M#Z_sXsVl?\sWi>ur "f\N%X/rD9XTGT(WVrdpWW/t;W2?DfVl6MiUnjc[TqJ'NU8)m18"T\ZrVlisJ,~> &-)Y,qtBp6>@*`Gj4r5@j8%F;hVI#Bg"=p,da?FerQPSq_8j=0>Yt1oqu6Nnr?(t6r;ZTms(NCn ccrrCU,SRgc#@F0h=+tgHbS%T`528odEhX21=5$`*.S!O9@25F`QHERdtK-Ms8Q,'h9O6Z`QcBC d`L>2:fmPls8)`prhY7Xs82]lrVcotqZ$NmrugH$;2UL2S>DL+Q+*X3/Mn*fE0 jlYmfJa2dj'^P&Kki_0nl07EqkN:mejQ>O^h:qq^0AP:2cHjqa`kKO-[DL5.G[.)VW2?r<]UEa_ '00)u4/g!=Aec[>$S!tfXRaTiao(#ph>cF5iVqg:j2'^[jQ#4VhVR/Jq;)21gtVh^!SQ$&e-jjZ f%AX2cC&!/QN$g^J,~> s8EK*rVHQF@7P!cN/-,I#!#o*\Qm[qu6Nnr?)(=rr;ios(37r iV)^.QNJC?D]00`@;._%JC*H=kOeT3q;^/fq;X*el(eW)s,9(chXp%#m-*G])P-]q6WEF6kM>:f i7m5Jme'IWq"t*hrr;qjIC&qM!<)lqB`7l/rVuipqqrhE;,LY$AQDB&E`QCV>%gtG!'FIb;He0d L7,$I[^EW_aBB*YQAe9IJ'kNs\>67"Q^!f#ToU`MGbU4_OcPEUIWK1/=&Vpi8Ol374#T)M/e.j] 6DUEMOI;&kT9t1pnWafSQ'@JqPEV5qPEV/lOH5HdOcGOMQt_OcYT^Mi3ORq25uDLPCSA Mi*@KMMR(DL4t>:L1s.DR/?o6~> &-)Y,r;$BB?Vu0EXJ_qpWqiOkVuERnV%9;oU7e0RUnjiST9#$`0BN31rqufp!<<&s)tj%'@2IG^ qWRI[6^ZcqKkdjJs(WgMjS&$+n+lMLmb..+pFbh.`Z-pp/1KWHr9j@Uq=U*p5W)7[E9Z3]jWpJ4TTp\jpcrVN79Zi9h%rVc_/rV?EhrVZWki$g!V?Z9b'Bi\euBPi!0G\nH.4]P!=7rWNt Oe8b[Ye%]h;$0XSKf]]id^Q &-)Y,r:g*5=CI]Jj4i,`.^>I_td)Pn,dF.j61="@sJ4[-,?]#jq[b9'P`Pg!I e'-P+;-IZF.qI^o)&I_pA+[` oCMhXruB"UirB&)GBC\$s82Wgs8Dutqte98SEon>s8W)ts8Dm!r;QZnrr2p/rU]m^e=:>YGLYpA oBbi3jFQUdl4iRLl0.Z:2h>cF5iP"4UjQ#4VhVR/Iq;)21gtVh^!SQ$&e-jjZ f%AX2cC&!/QN$g^J,~> s8EH)rql`E?:nsfN/3=JpkSp*reUT2"c/"iKnP'VJ-UseK3r%31Z890s8;lp+92?>s8)]oBdV0l lLW"o(IN(8";b'>9+!brlJpa^kOIZ]j=]TRcZ(tFfMRIdg?.b`kMX*1B^bG<,/3C*kN:jgjPo1b m8I$`rr)cnrr&UAZi9h%rVc_.rVZ]os8Dlmh^KO=;-$(iAPlcR;-74&>9aq:;H-:f?>=J5S#*'d [(X5sQ@-*fbGe#nHag>YVl6M`SXGV*@1Z5%RuWo!MN!@AF_bDh<`)Xb7n#[)2ENlX.3&p4234Gr RZj#*JX,_i'UG#KPEM,nPa%AqP*(ieO-5TaMMV7e&;,[jJ9Z-YI!]mIE-lbK2E1V>*boS0BQ%#n 'l)7aVHA@sF^g$dq>';q06*,&N/3:Hrepf6s,I&=]oND\OH,9XMi &-)Y,rVHQA>Z?-HXJVhlW;3=iVuERnV%9;oU7e0RUnk#cRrig-1tVa(s8;lp!<<&s)tj"&A0KM! n*eMK?dA)VFH+]"bV`YYrq>jMmeQJMo[3Fdo'GXt(e]2uRJ#e6q"+1Kdl\X14ZG"7n*BE1oDJXg nFc6H;"jb_q>:*eU49NKqZ-Tnrb)3*rVQQkr;5A',$82c=)`CqEe\(=EFEW=,W/Ls6V:?jCjhJ< U8bH7_8q^\YKY%[69'D,\ZN!6X.uPeS"46s7?EgoR?NVhM1Keb@Tul3;,'VO6TmFc3C>eU)BD&: [BI*F[C_!sn?`Y4['R'CZEggCZEga>YPt[,XJr(mrhD-=TqS!@O-5lrNIm%PO,?\,EH6,PL5(8( CaT2s !<<&s$hsP?;Ic6HjP/2;htc"7hVI#Bg"=p,da?FerQP_nah3b%>"mTGqu$Bkr?2+;qu$KjrVpjb `nn>SIPcZJgjNYCn[rZjTAJMVfA,*UdF$M?bqdMgiSR.%pSUa'f?)@[daR2m2;7fR0oG&?d`f_Z e^`!tgf@JUs8)Wkqu*RO\c;R(rVc]trVQWnrVm\p>>L$BUPGAFQ'I_gTW*m+C7j;UoCMt\rtbV6 s8Muss82imp\s^Ko]M[&lh]rIp\k*sqriuIdJr_0rr2utr;Qp!s8W)rrr3T0qsaUbq<5PH@C>=\ m-sW7kCMpgl4iRLl0., f@JU,gs2 &,uP+s82iB=A3LdNJNCILA?W*L]3,0M$8]lL4t;4rI>9)KR?Hd*%K;3qu$Bkr?2+>s8N&qr;UX] b4=KaL(61DBIsHOAPa]_OlbiYe)9Kdk0`Afjtc2_kgh[XkaFlUk2c!lk2GE3,gZ),.u"8-ptO>t[U_>B+tI TWki6^:CYj_o0a2[)9+M6Cb*K\"fppT:1st/JNc;PEM;oNJr^FH#I8#>>e9k84Gp.2`3QR4%;=L !-k?/QBd`!OF`\ePn]OLP`q8oPE_;qPEM&iO,oB`NJiYmLc9p9JV/DpF*DnQFa.e0Bgbj':L%sV A7^%#3=-IQjl;2MFb!gpXSDDecVR;oI"d6.Ll%%JMM_=ls,OgS#Eb+.NJrdSN;8AHLkg_?MMm@K MMd4GLPCM:L5'D56(%QLJ,~> %KHD*rqcZ><`X[FXeqogVZ*LmVZ3J+U7n:!dg&LmE*;SpqnN%2E5"j9"q>TmRmeD,/2(qlAT`=Z]q"=Xd '(b\X\J+hFGkd" IXQWG('#[c5o!4Z]m1JB6Ol+C$V@S'YGeD"Wi;nnU].=oXM1eAYHFt-Wi<"uq5F\!VPU,eW2HJe U]."eT`q3_Gu-kpqu;0~> &-)V,rqH<0:1BaCjP/2;i;)+8hVI#Bg"=p,da?FerQPSiaMt?`AP:t\r;QZprZD%8r;ZZls*,Qu fYl9A3OAXo:-drND'es82]lrVcotqu?Wnrtj^%;2(@:OIN5CR?3*$VKljOdImD4q>LdVqu6Qos358LmeQ>Nqu-Qmr;HZqrr2p'rr)irs8Dfdqu6U&pX,"c jPo.foBu$tlLF.>lg!`ukNM-ol0.?ok2k[biS`VMh;$c>f@&'tf[@jX_o^$:Z)G$`RB!$_\?N-B WM$>X3Y!i;9KJ &,uP+s82i?<(h"_NJNCIL\Z`+L]3,0M$8]lL4t;4rI>-$K8+&J-Rm[Hr;QZprr&%8B:do)*/Jp!2>uO3^9ic@aKT`=B ['[ZU\%ohn]"tGiKXJpMEM@9ll19hIrC4?,/R0/Q$o64I># RZ*GpNfJ[UnWd+?Q'@JqPEV5qPEV/lOH5H_NJrdQM26t@It!$(Is#[NH$a[H?>Mc,BjYFlBOkgi >\$G7,+nnqM0aA\>%>GLnGg3k?C#eeKSG>@Mi*@MN/`gWNk^VYOH5E]N/[Lh)i09(LPh"IM2I1H Lkg_=Knb:q8OAgEs8N#ts*t~> &-)V,s8)c<;H81AXeqnkVtm4hVuERnV%9;oU7e0RUnjQRSpbc=.aJ%krr)lrs8W,t)u'(&E#Hjp lLSda`;e2)QN.!"7lJlcqZ$Hks7uZAs7uLHqtK7Q[k(U./7\_Ws7>dRpW!=b1/0iEpAXsgs82fo p%.BU7dp6KqYU$`We7SSqtp?jrb29,rVQQjqt]&/-s:50?uUUFGACB.D)rsm8mG7c9NYhGH%1aH YHbCP[^j5j]XbhWa]TF6\ZW'/TqIpITPtE/P+%>qOcYifM1g4sBjtCL;bp%W6p3Od2)I?c=@a'A \$2j;[^3;k[.1M'[C!9GZ*L[AZa-mAYck44Wi;qpVPU)aTUVCBTpq1&Ng,fiJ9QZHDLZhXML^,, EHR4]'*'@^1*C\LZ=Fb4((!8e(N[["VPpMqX/W%oWiE,#XK91="g4u/X/`2oW &-)V-rqH9.9OF49j4i/?iq_=:hVI#Bg"=p,da?Fer65M\^;%U08`BUFrr)iq+8Yp5rqlTmIhK9= e\FRpdd33$RbYu1$:!._`7Wbpe+qP9e2#A$a5?ZN@.oX,[+<^Wf\kQ@4*12pfgD:ign5NBsm]_8/XB#(I]WLj5\bDg>(N@h;/(fs5]:Si8 &,uP,s82i>;FkJUN/3@MM>;r-L]3,0M$8]lL4t;4r.#&tIX69!-eS@prr)fp*rl6=r;-G@#JBsKDM<`Vm`8kD]ZE.3Y2 XgP[V^pghi]tVV+_7!H.Pd7?dVO+$DStSjdL7FHnR#RDoMhm"6F)#2l=B&*j845U$4#/KC.S3MO 4.`"&PELrjJX,bj&!iKFPEM,nPa%AqP*(ieO8b,!N/NOKLP(;6IscZkG^"+CF*W"L+Am<$ASZ$o @Td5jGr,LofD_k*E.<1+B(YcrrbaHII=d*+Ll)+grf$l:rf4^R"HJJ#Mi.=g%>]doLPh"IM2I1H Lkg``KaDKc6^[oRr;HZqJ,~> &-)V-s8)`::f;Y7XJVkoWVNFjVuERnV%KGqU7e0RUnjZJQB.%p.*qhhrr)iqs8O,X/`.tq5F\!VPU,eW2HJe U]."eTaRTcH;R+ts8W#qs8RT~> &-)V-rqHCfGG>./jqH[1Zl-Rl' g!8"$j*s,Jqtp6hq>IROY5eCrrVc^VrVQWns8N&siEBTDI$'AVSqs/BO,]("h>I$>rr;cbs7H0d rpn@Le_fWWn)Dj9R&6FYi;`NDr;Z?es!m>aFSb_)s82]np\4I[rr;usr;ZcqrVulpqYp1LS5^TfF>c(+_EkLYphbgB$*crndY3s5 &,uP,s82i>;b(JTN/0,EboT85pXSMrr)lrs8O2?s8W)sq>Z'K ]BesC&P?50*ZIL,(D-X>mf2\7hWF"skgAPgkq;DbmbIZW8po;b?f:5;l0.?iD*?nRp.%m4nDNKj mbm9rm=@4PqYU3iq>@@DW;cYorVc`qrFZ*.s8)QcgFk-P4%i%F?:\^G9faIO:g-U[786BMAnlXO TqdEnQ*7U"Z)!eJAoV6oOg:[UX/2/]S>;5t-(UBeSX#>-MiEXMJ9PjA?s-N.9hIf;3A`?H3A3s" '-<@1QBmYtS:QsqPn01GP`q8oPE_;qPEM&iO,s:#4cPAVLPCP>K6VH^It;ZTD1$n]DAc,lEF3?t C04e\BO+pu*+7O\O(kN;nn;NkLJUNf8mRq262JLPCSAMi*@K MMR(DL4t>7Kka4IRK*9`rVlhI~> &-)V-s8)c;;,MY6XJ_qqX8/XlVuERnV$3TeU7e0RrhKdZKS#(V-,BHXrVulqruM+:q"4E3$cDQ1 Th`;ni+tK$V2nCP0)P>8ir@mq06\4^JK*_dAC%V,#.nG)YU o_&"JIPTLJq>'s_qQ,.Erqc]orVgL/qYg'd>3B:DA@pjA&C4h+@674Qi=A(eD9h\T*C3b`- T8%i]YICmIWL]/aD.%1G\YuL4UmA!OV2m#IR$3Z%PEDAnO,f*MH#RG,=]SEp8OYg(1+4\-/591c /u?%`[Bm?VJ[FsS&%/dNZE^^@Za6sCZ*:F7Y5YF]WMcSfU8"HUP`M&uSW8AYQC=%m0k-,uGCPF$ EJ'@.Kn__j'JrE-5ErC)//(5i3BIp_XKJb/X/u<$!3,sts/Z1$]r_C !<<&s$hsP=:LKX?j4i,=iq_=:hVI#Bg"=p,da?FerQPT!a1/=ZJP">irVulrru_(7rVlcks,.Vq fZIT5f&O)1-T4"E+:(K:ceIXCiS"%YdFJ'D1?$d@bL"t"1[Vk8T\A,QgY(,]50!O!WA;3Sf@AC' dF$_,L,RldqtU3friq!Ps82]lrVe/Br;Z`qrr2iR?>5RTP),R*NLPuPLSWT"p%7qUs7Z!Zs8Vri e:RZi$>X0`Am8"R,<)(Wrr3≺6Kn%*3:ar:U$grVuoqqYU6k)#jL6s8Drss82Tfqu?]ml*"H2 hXBq&lgB>hnELPMlKRNqkih9qkih3ljlGM%i]c;WgXt-0eBc=]bg"DJ`lc-)]"W'B[^<$<[C!!H ZD!c$X%q$tMeCp0:6SKQJ3^Bh)h;$c>gtpuGhYuF3i5+CQiVqg=iS`SJq;)21gtVh^!SQ$& e.C3_f%AX/c'i*6Qi@!]r;Q_H~> &,uP+s82i@;r-L]3,0M$8]lL4t;4rI>-1Jp;$D6RU%UrVulrrt550s8N#ms+gfd oA*(X>u=c4qZ$jWVr@+7kO.d.kgAWMlf%Erjl2+Qh6A`5m-a)tj4p[f^An"m-b8d/l0@QokNqJi 1YVd(qZ$EjXa6` 68C#@,TZpc!a(tqV5BfYSY_pPE#r>SPF8&.Q'm_tOc5!AEbT&f=Aqsf76`gb0fCsL6otu/Q(4/, Pa\(mQ1:+KQBd\uP*;)oP`q;oOc]L%5)kJVKnP,1I!Bm]H?sORI!'1CFs]q+E+ &-)V,rqcZ<;cA(=XJVhmWVNFjVuERnV%9;oU7e0RUnk#^OFM[T.)Go]s8N#t+9)<>r;#s\K+>]n jC_u\r6S=U-9O^F!`$Dqq"s[VoD.tQpY#37pbML=s4lQ*P8R8(,.I@9n+cqO_D+n--mL=Yp[7\K rqZ6\m"I(@q"a[_q"q.=UAFcarVc^KrVQQjr;$-]g-%l==Ctl\Jo5jD2(Bt::J+#95=S7FBmP>d Q\%:($6VSi/h\RnrW"fYTsh,-VOs?RSY0d83[c@&.5ORc *]p@0['d9Q\q.6YZk'ROZa-jAZEpmCZE^X;Y-.c)5,kHUTqJ'LR$ !<<&s$hsP?;.?'FjP/2;htc"7hVI#Bg"=p,da?FerQPYkcGlrVDa2VIrVlfqru_(7rVlcjs,Inn hR>[sj6;[q4\/ah:-pWi7rFcsd-JO"1>_'CgsFs+8uM8:;V0XVhU1-16`pC`jY3.^i8*)6f[AF, M)F2jqtU3griggIs82]lrVf1_r;Z`qrr2iQ=_*YNQ%>$kH?ELuT\KJH#`5TQm6=nREq"XmhqZ$TopoA;er:9gcrrW,urqZTnrY,>2qtU3kpZgnYG<1iQm-*g%lJ@*W n`ip9lKRNqkih9qkih3ljlGL_j5T%SgXk!"bKn_gbJ_S\E(Z_hL,N 6r5+?bLbWf+?UMuBea2Yi8*,@gu%)ihZ)L4i5+CXiSrkWio&YJq;)21gtVh^!SQ$&e.C3_f%AX/ c'i*6Qi?s[r;Q_H~> &,uP+s82iB=%d=bNJNCILA?W*L]3,0M$8]lL4t;4rI>3&M2#Y@0ce=5rVlfqru_4>s8N#ls,.&` q8ad0?r0K'#o"O<-7K-;6Z89dchI8!dHgVm1?7W^qd3=k;md]c+ lKIKoM_a)fqtg?irN(48qYU0grVgI.rr;rrqY9d;/MU9r:HM<\6pN"33`/^/4$5Ma6rI?'Dg$o9 XCW.I,@tJ*N00BY)Dm\_SsZ4CT;A*JRT:SpR#[N'R?`r+Q^*\iJ9G^?>Zas%91D-,1d*T?.k)26 7@og+PF.qmQ11&7QBd\uP*;)oP`q;oOcYWbOH>N`Mhm%Cd@WY?W:t#BNLPg/'9N'R;s5csCNJiUHL5:bIrepf8rf+aT#EFk+OH5BYM><&KLkg_?MMm@K MMd4GLPCM:KS=/67%+)RqY^?mJ,~> %KHD*rqcZ>s8Mrlo(n(Q\GsoB GO#4K?o^PcJ7;)&3a.*1YLWCCn+l\1o(i#8l2UeHeGJc:!.YYknEfZBs7,AG:Fcl<+-GXSq#1$g p@II'/_0aop\jpbX*:34qtp?jrb29-rVQNgq"EB%5\aS==)!(e;CrVA:/7d@:jP@PE^V209`fAUTCGbUR[d?;&P4VN0Tj!Q'.],R?NS^H#ID$=B&'g7Qrjd0cq,W0d704 ['?a<[_/ns[.1M![C!9GZ*L[AZa-mAYck44XK8J&VkfuWQ'@Z-SWo+mQD9jjBoJWMArDY(L4+]6 OE,f$NhgY>!D63"30L8V+ri,ptri &cVh/rqH617qA7Bi7cl@i7m#bgAfk+g_JStg=b-2e'QCcccsSO]thq5WD>V%q>MrFrVlcmq>HEj XnRr:UtjRU9np:"bLYaPKi^`03G#DPlHIT0db)h"g=k64cIQ(Hf$r7"hp7U'kDUFkl.Xk@dcY=a s7H>@A*`",d+-_$h<'k[hu*BDp\XusEO,WBrVc`prVcZos7c<`p\!'9C4_\GKR8hG3I/pLs75rV#[Yrs/Q%p:+0kf)#@F(WK+Rnb_nTrr<#tqYArkVYL/jr;Zfnr;Q]uqu?TgqYq0+q=a@Y s6H^b,t@4`ki^m_l(I;SmI'B.lKRKmnEoT1nal;>jlYe+l2g/5l0A*/:[70-k2YFYhVdANgt1*. g &cD\-s82iB9hfM^M2.(NLPUcbL]<,/M%ti%LPCM:LP182K7SGsFaoL'>mh:\q>MrFrVlcmq>HE` Yl'(Q6=j=h!$Fm29LV92,6.]J%RcN-oBYr7h-?!13* 91(m12C]jh"99d2Od2?!Q(",7Pm!/0P*;+/PRNPm_DfTcP/qO!!s3FD^O*uG]doLPh"IM2I1HLkg`aKaNWN:I( &cMb.s8)]=936\@WMQSpVl$?iV>m@kVZWfmV54*c%\TDbT:MC9NKp?-G9S0Kq>McArVlcmq>HEk [JuXSYQ+Wb:57$^qu$6*S82%o4(5,SqW%/Hqtf[$q-!=^p%J(Yn[M)&//Q2's6&V.s)TP^*'Fj* s8VNNo'#rAmZ0$Op\Oa`rr99@XT/4srVlfprVZ]pq#($an^&dP??Cm1R#mJdH$j^JA7/P=90ta' 3B/Z;#6?W]Wirb3Z+7E=ZiRG;rNcp &,uV-rqH6187A%:hUpH9hYGn*g_JStg=b-2e^MpmccsVR]N&IrVlcmq>HHaWpFF` `8K1)@C4A%c+M$8`3#T!J72Q0bj3a'h;-B2gY(63f@AF!f6G`rgY19=q\IeG0(9^knSu mJm4`p\"L`s8)Bdj/PLOdf9+Brm4Tap\ad^q=ajgp\qm<^&S'1rr_ujs7ZEk)uf^6r;Zfrrr;up p[/"\lF(%VH0XPTlK70ml(RD@jqHtDm-X?2m-F$)l0%9plKdd&lg*g#q<:Z>kih0hiS`SNiS`MD f%A^4g=4Eoda?@D^s1$2Wj7#3\$`WKY,%et\@SuDVQmj]1E8A$9"a0/LF4u1.ptq-XQJTucI_I> h;7&IiShT3s5O4@iS`Vfh?)Tig]#n-g"$)O&D#Iaf\"d#RqYB[qt^*ds8RT~> &,cJ+s82iB:.f;VLP:YGL&$N(M%ti%LPCM:M2-eMlDrVlcmq>HHYX7'*k @Vf7;#=r92@6ceC90+mk-kQna\bPXSlgEs"kir*3s6J(t3U-#$m-4'+`\G&u#\huNlKm^'HsupI orqB7kjS0/lKd[!OYbeirVZZprip@@qY^FgS7kG_u01\Ah5qs2X)`9fF 9j_^VG`7r\YF&]0-^Cs!X0\<=NNoLRSt2=6St;F>R$jA.P`_,mPa%GtPj+J/Pl-_;P*(oeNfAmLK8#)< LOjf"Isu`OE.<=R?tqMgEGoc2BO4qYE,o]#?>4RN30*s\Faedi@ogkSs6c+5K9(YFO,]3WM2I4M NK&t7O8k:DO,f3YpPTuHLPCSAMi*@KMMR(DL4t>9LhKFCQN.!]r;ZeI~> %fQG+s8)]=9N6J8Vk^/ipne"g'rIh(Una]]US4?QSXPq(M3js*5qL:Vr[7aErr)`irK7Ypp2NFH s8S9q^ujtRgu%Yke\o.oJ9He$rp]LYs6e#(2t?Y=qY1$hfeH>o"F'G:jRDI7K+p]o2`]&U.ObZ. ?EL61[Bd*L\=p;/ZP'XR\@T;b\[T#V\$WHGZEppF[HFplZi@=)Z*:F7Y,SG#V4jNTUSafWQ^F82 Q[4RXR"fm<9OEX3LP(,#FFo=+Jp2BhNa*JC:+7KG]VoHU1c@6u3?X6k[]Z@%[&^7/Xfek2YedIA Xokf-X/bon$)j_tV5L8iV5'gbUA^bmTQsO%Qi@$]r;ZeI~> s8NQ,rqH938R@k4h:L64h=oVk1&#;h;$c>g"=p.e^;uudG:3fn,<:TRm(TQrq?#b=5*HFrr;uls8M]cNa:B=s7lWonGE7_s8O,;s8W#sp\t*hrr<#s qX4C`mEp>OR-Nktmd'$%kFq/@ir7mEioT@ek2bR_jlPR_r9sdXo(2,2q<:W=kih0hiS`SOiS`PG f\"p8g=Om&bfe5L_mZ_V`5$2;X0K1AXei#2[]QR5[CNiR@j+/s(j49_bs3C30MYso>KuNigX=g3 hVR/JiP4CPis"H$i8EMMq;)21gtVh^!SQ$&e.C3_f%AX,c^A?4QMUFTrVlhI~> &,lP,s82iC:If,PL4kGBK_^E'MA:u(Lkg_>LPLV;Jq8N*H>@AIM)-*dq>McArVlcnqYlZe]'M6e Ec5eb!%'$N9-PWD9gCX&3$K(? &,uV-s8)`?9i6;2VP9rdV"pkeVZWfmV54'b%AKMeSXuF9JV'5`8h%aTr[7aErr)ckrf\&1nPNKP s8SI%Z*1"/Qa$5arV$9cjOnC@k5+TAs8U49DY!`'q=smfpd$QQ(Gk:Tn+H,KU]WOo,t]5cs6fpe q"sdSN\8oXqYC*ir3CFMrVZWmrr2lpr;ZfrqX=.QcSIpqCgeCg&jT8l69msd"9fu684H9XBQnlc OccE=Qsp4OUo^H"GoiK\WMlYi0V"`,R\)J>H_H[bR@9/)VOa0FQ(!eeK5tF,=A_d^4ub;T1FkF% $?<8NY.(dE]=+E?&%8mPZEggD[C3HKZaI3JZM_05\@K38[.q!-Z7<,`YHG%.Wi;kjTqS6[US+3I Q'@PqNe2Y4PE7n&I=mE3Is67"L4+AtL&QoM3=AGH%99F4Ua-^?4&K)s9WZ+7YGnk/XK8P,YHY7I XoGO-XfSS(WiGlo$)j_tV5L8iV5'gbUAghoU7ld.4I,mFr;HWpJ,~> s8NW.rqH9593mt5hUpH8h:^K[gAfq-g(i;nf[n^*c-Ob_c-=S`f"/#p`cY)4q>McArVulpqu;lj YIl`BgsX#LM9(ND3aot_l.FJ5_SONuJ"#u"hWB)Xmu/U*g"b65 l+B:4s8Ve&E9c!2g>(KCl&[g]rqc?es8TNT]Dqg-rVlfprVZWorql9ds4BbCH[fZpGgZ9cs8L5n >A*-nqu?]k&cMUsqZ$TfQnF9^s7L#?nbMnXruCn8q>&fWFR]2-p](9mqY1!hs7?-err;flqtp7kihL&kj@K*lMouNkiqBumdB?=kl0fPkj@a&lK[^&mcj$4ktUI,kiUpai83JQ i838Cg"Fp)f%SWp_St'DWM-Z=_.S%mYHtC6XgPO=X0B+DYGK(C?nO/K1oKAOW$ap\k)A~> &cMb.s82iE;+>5QLP:YFKSG6[L]<21MA:u(Lkg_>JV/W.JUrH/Nd5SbH8-bkq>McArVulpqu;lc YIYW5H"^Cq-sS2%![)SnBiIM`-6O`U&nKenjll%/klC"olQ>B\mciorlLSUTkC+2Ohsp%"pVTDT s7l@nAaSRJlgFc=I#g#?,BcGonhPBl.NrB5_Tu@q]h#B3fmk1PPklMLU&.AlQ/;q>[fdC6:MJ,L?QiI*ardX~> %fZM,s8)`A:JcD3Vk^/hrhTLhs/,go'rIh(Una]UT:hgISY)[SO+iLV82Scjr[7aEs8Mrns-+"s ^HISGmc%WEn?,hWEom&qq"as`qZ!sYU@%a@rr:+9*;BI/p@@bIr+Z4X1Bu)!m.'EAbm,g9%mLVH roa:\"oS/cN@i`\q0)c;r3CIOr;?Nlrr2lpr;6KnrUKa\b9oJ[>;-$a:f0YJ8jt'<*&'KD77L'Z AU&Z^OH,g,Su>Wh:T;(=2(bo3TrFibT:qaHKao#aRZri#TUhO>U7Rm;Q^!A^G[OfY:eF/?3&E9C /k@](8?K,"[^MiOHkF`2ktOZ,p[JVAW(Itr]+H[pp.Is$g&2C:^6-\/P-C_J0i2c*iuI`/=mYHY(.XKAV- YHPdEs/uC(!3H1#q5F\!VPU,eW2HJeU]."eU&UhjGu6_lrr)fpJ,~> s8O\LrqH<79jaC=i7ci=h:UE6g=k<9gtCB5f@SU(e]lFecH=8ObgOAPPFeY[Ail/(IbiSi\OhV?l?dG.XSh:gT?gt_+b-1&PsT]+_Z g#gaP^]462M,39cf%em6jQhjaiW&cLrVuo-HFs4TrVc`prVcZos8Mrhs8UP)7o;loS_X8Bs8UJ] /nDulq#:6l2#R%:-j&,l/#rVtMq=O-*pmdTK-je:rEnFH2Dq"X[[rq$Wjo'u5=m-Es#kiqF!l0A*/:[70-k2YFY hW*VShqm/Bg"+Nsf@J3d`Os./^94?8FbI'*YHG48Xe)].] 0E2"Ms82iF;b1YYM2.%KKS>/8LPL\AM2I1ILkph@L4Ou1Jpr,sJ;So(BjDrC'Ko**l_c(*>G6Ck-G2:bj=@,8M2YoCD5.lK\B7!po=Ad-MhBlKIU!kOXlVk.27hk4.j, pt83Ws7cPG7Hijplf\98I#]o;rquWkrqrs;XSD_lrVlfprVZTms8VinqSOF11)LlQ4A.L`1-6c^ "!o`\2`F!"?=J50MNj?kR?a5+49\?eU(:)3W1'BLTUMI@VdKKpS\,KNChm`uD/!W`Aor*,?=IYlDFZY!s0n&CIZ@0?li7"ZD`r,m H&7N=MiNrY:?O8b18M]7J-L51YEMM[4JLkph@KnY8>C.^XZs8N&urr.E~> s8Nf3s8)cC;,Vh;WMQPmUna`]V5:&drhgL.V59u_URe$MSsl(9S>)@2JTj.>htd7!s8DusrVZ\\ #F]ri\+nX;?H;#e>YB1Gbj+BXp$;&=kHo]Jp$r(^ann$prV?'Xna6.?!,Oq$Y5IbXjo"?^-Q!"? +[bnaq#C?mqX]XsfD>==rVui%Ej>T@rVc`prVcZns()*!qY7rW1bT@L)a$qU5>"Ee!"MLV3Bf`# EtW s8O&9rV-37:LKaCinN,?gXt03g=k<:gt10/e^`1JdgaaOb/M66`5BU%Sm,.Sq#2oEs8Mups-5d=P$#^R`'ab,:0FhU9]nc+_9HH[OT5h!X7aj5JtThVQZ<;r?Eehrj4_m'eM#i]Vk^jPASN fiG-Ps89)_guI8SgY_/[N\f\pq>1$hs1!0Ys8;iorr2lpr;ZZcpA+agh(:6EBtEg6q"*mgBcf:1 qsjFYrr)jRrVZTjp\Fggs7b)_6[Wo#]Dqa(rql`jq"OB6@)i$6qu?<,fDkmCpA4dgnF$>Mqtg'` rVlg-r:Kpes6ZIWX5WF4o'G`)U$ *WH*:s82iG, >?"9c68pJL.kj(2!-4[!OHGQiQD'Q[NfT6]NJrdQNK93bOckrpR@'>-QBml(l';(/r0'a9Ockig NfB$VLkUkAH@(0nIX?-TEd;\7?m@gLBPDF0Cg^O`F)GDnD1-;*>UX(Om]MS.P\*[gs7lQ800teM L5:eINK&sZOH@#6q26&FLPCSAMi*@KMMR(DL4t>7MJ>aJT`>#jrrE%K~> s8Nc1rqcZC;cA1AX/;hoU8+KZV5:'fVZWfmV54'b%AKJ`Q'.8oR%8tJ/i_S[r[.UDrr)cpQ3*4U 0ua%PNC:J.Y/S]0Y)C`jioob#kND2lM<=X+s2k4[s8Dfgr:fXR]*D7p!0$sOoAfT@67!od*&o;) n,E@cs8;MI.bOXnqY^BnZ#$K?r;HTnrr)fns82Nap%nO,)[lcQ1eUIt4$YV:!!"K;0fM9`9j2(< G'\atN00EnOdqOk$qA/GD2<6L5mS]:.d-fS%X+h.T8$2AJ/.XUoLPqW2ZbrX/rD5 Xneq&W2?DfVl6MiUSIg_rh0RhU3fj,U&Y#hrrE%K~> s8NK)rV-38:gfgCiRuc\fDjJCg"Y<;h:C0-eC;sqdaZaodE]kN^;7n>bdhCgmJ-Z5rVulrrVr2p JQFq:f>E(gDjdQLcb6$7g[4+[e^MCYeXUQcl.>Ffk2tdcio8nDi`4moio0+dj6XlR[dS!4gu%)G j5"pMrVu]736UIKl/CO`m>`s]s7uQhs8TTHYlFY"rVlfprVZZinc&RfjJY.@Q-]-mnFFbd<&-Fb htd*Js8Dior;SMGp%S7Vs82N?KKCP>fD,(>rVlipo_m'BL>r.)rVc;_QgXnNo_SUS[Di+>qt^$_ rVlg-qYC!fs7XK8_;]">2Ca-\>)8h"PSeC&4X;b]l34\33L j8Rp>i8N\Uj5do5rT!_1!oMefrn7D+ec+&,f%8L*f[A'6@n *WH*:s82iH<_7(_MM?tCIY3Ds7DMeYIPPamMN>u3Qt/Jo\+p#P]1mHs?@mf;k)mq2"Tn*T`=mIe[aZg1XYi:Hg? pZ$Ffr;?T50?j"]q"!nEn;T$Ws82]hrVWd)TDAE`rVlfprVZTgp&G'ad#S;)dEUO*P2O.r#1R?0itOKY:ETrX>V>DRZJ D.?aJ912$"1,1C.0ero.R%02#OdDH/PlQpFNsh/q6R[j;D!go=?l';(/r0'a9Ocklh NfK0[LkUbCJU)HeJ:WW!?tst3C`GEGBPha2CM%L!A7TFoEcYo#FA=K]qq.=(L4+n76I:@s*t~> s8O\KrqcZD<)\7AWhcJeSt`!TUo(&fW2HPjV59u_USOZZTq7[8Nffm4SqfBij7rU"rVulrrVr2k Gu7#Sq:LpJlrVlfprVZ]jo_n[Xd?4_B.6gKf4?kqN%0m"Y4=N9U7S$9WASH@8 JV/f=P*),tW09^R!#(0`SY;OB0qb)'U3?u#MkQN'Q]4?mOg(ROV6,t`?]Ke^E+`KX:eF/+.k*#& 3\pb@WO8n:ZadH;Zk'RNZ*1C;[C3HN\$iZM[C?(@!jf2;l*U5ls0;^2Ycn&/7BEMhX/VngVkflK PF.l2VN#nTP*(DS:jmkJM2[(9LOji#Jr#;BIX[l,(cPA0=GsDc;[u,U6[LpROK,"KW2Q\qX/rD8 Xo5EuW s8O\KrV-39;.#gAhq-?,e(<4(g"Y<rVuosrVr5i 6RY11!brVlT`pA4RUs8)4s$jkntRiSrnYjM'XOj8%O5hqZucg&]mWrmVD.f@JU,dERt`7%sPRrr2qJ~> 0E2"Ls82iI=%I(]LkLP:HA$s*L5:\DMN!LPMMd7HLkC>5L51G1GA)/VMh!K9l1k6-rVuosrVr5e 5T()OI6di@!!O;d(G'!fZC$]3EbAW=+tsmNoC;27mI'Gfn7h:XoBtu5kjRk>U&U9+c2.;3qrj0/ p\=d;2o=qQm-X<6nVf'Ws82]frVWd$S,*!\rVlfprVZHdqZ$)n>Q>[(<^oA@7l_Ri#V$])0JkOG 5X\:MAnu:+H\.4LLWS/TE"rjrr7K~> s8O\KrqcZEK]e?3;B<=[t\A75c7g!@oN?1Fb:H77^0U@V':o FaT".P)kE[S>`)O"$N3ISZ%sDQ^*u9;ufmdV4*U2V,.S,U7nciW>oaf1m=5QG&1Vl;b]b00e"h2 1cP_+U:.57[^il@Zk9XMZF7KheD&O'dE0/4['[uurlYAba2[ANpp:"+!jSu5riS_lWiN2#V4j6O VjWI$Q(480Oc"dDMG$s&Ll$Y.H%Um%H@Um3Jp2a2WhDNn7MA"-V8[oe(e-K!O@)[7R]30]Vl6Sp X/it:r3#jp$)j_tV5L8iV5'gbUAghlS=amq4J;`Rrr2qJ~> s8W,t/,/qe:gBL>h9jKsg>(9,e_]?Dg=Fj,f@JI#dE9ndbK.oRc+L<^`lWj9o)ARerVlfrs!@XA p@nKS)A+`rk3:3mA4Ak2Y//ugqu#sPm,[-OgXFQMCZ"XHali]ds5blnio&baLjoBf>IjLikN_NF JbT'_s(dJNkA s8Mlkqu?]foDS^as8V`es8Vomhl=![r;6Bfq>'gUpk)Yno)&@]mf2a5@%YHX[";D0jSnrQp[e.Y rV?*cs7uWns7;R]a6VdVmcEfOl9F._ioTFkm-`utk3(mgjQ#.Xk2tjilgOH6n+-5LqtpC`M"nF+uXT!o[JsU9f=kKD)%a:inNDJhrNeSi5+FN i;V^2h?)Tig]#n-g"$)O%+a%]f\"cqQ!HbMqY'mfJ,~> 0E2"Ms82iH<^gbZL44],JVf#.Jr>_LLPgtIMi*=GKmnc3Iscd!JSo=DLkA)Kg]%-NrVldDq>UEo qXsB;&HDf$I=ZHA-OU5HE.FOh\%8fKW0W9Y?9U8)3oU&)amT2r!q,OHrpaUmIX(nW:93gMmITtW IJa'*b7L36s, :e s8O\LrqcZD<)7qrs#i,W;HAcr;Q_1rqQ6Ys5JYL!$"*]5;kl%66[$Q1+qB1CAT%SXH"4Wh2Nr?\aG[4q&ifN.-A$B4"hB 9h78l+=8Qp;CXAf[A^L>XL>sPs0!eICFHME0Jq&K4J9ld-NduV s8NQ*rV-3:;IlHLg1'\rV>FErVZTjqtg0bp"F;/iV!6IpA+abZX#sb:LfB[b5_M8qtBXQq"X78 nbr%Es8VY\;nqSYnEoE*^Ztj`"7#:Bo).nmn*ol4lg*`mhr*GSiS`bYjlYgdg["D,r;HWrq"+F`% fZ>)s8;Tis81s1dc0ldn`p/G &,lP*s82iJ=A<^hK6r0+M#MuGKSPD@Ll$tGMM[.EL4t;6JpD?ZJV%]JJ;$QEb5V>=rVldDr;HHk qYg8G!"1]1L2hg7ML%u;+D\*VUp[\CZ([SBCe[;[,.@41amT2rs6k=(nac8IQu2lrBoD9Fmdp.\ GP(q1oQ>NJnEol9naW#8l2CVSqu$An8uhpjs7lHdoD&7`rkh/41/h+?4@2>#-40_R+%S.+1d*r^ 4[MV4e(&FIehPJTPF' ;+`u,-nd)"0J5U?)hFZGQ^!W!_3G+oS=,]BPQ7!HQSOqrRZ`r%Q'@JuR@0;$OcYQ\NJik%bNJHq s82`fo)/4KlhL,Ar;HKarT`(OW0`pDOR\T;OHYonQBm\lRZs&(S!]J+HUebM%3[HHNJ;k2J:r)b F*rC\Fa%pT95%gDChmm)@qfgs@p`tqB5i0FA3#VKk,XGkNHn*]pAb!=B2Y%NNg,WbNK0-__2nJQ s,Qo5'o7X"LPh"IM2I1HLkg_=Knt=i4uSu/s*t~> &,uV+rqcZF<`amJUR@[MW;`G0U8=ccVPU,dVPU)`U7\$KSIoC!orUB1Nqu?Zls7lWjp;'q?mIA?hP0c`;C6:415 92Sl(CN+?>J;B5LQ'7K$OIi"tR@g(BSXl:@S">?U/!-?tR$]4kX/]eL!W`fV8Q^&&PCA%*BO+b> 7l`Oh-ljp&:+n#WZ`:@;Y-u0R#Iq4LZE^^A[/@BM\@K2^]Y1qe\%0,a\@&fT[C!BJZcqA!qYgF" qtL-iq"Xmeq#::"q>^3Pcap6c]s@18=1l&IX/iS8[Bcs<[(3TOZ@u@)!!!?^O0>OSSE\5%]FrI#!H4Ljk#6LOOQ'PE(?SUQR>K2'>JNS"Y`i-W3Q;D*1:`Y,nq3X/i>*Y/.7;X8f9s W )>sO2rV69;;J)WQgsOL'im6--g=Y$1gXF[OeIpB\daHCdd`&Q"_qrA0VPnoFiVrcTrVlfrs!@C: p&G&@'P"?,n(Z41`lPN/6@%/LnbVbDnF#i/m-*NC7#C6oalrcfs5lB'j5Jtl_.W6:ST+,ak3;NT Fm8o*pmZ!Wk2PU_lLgfAli-eZq"Og0C:aH@r;6Noqu605M,7UBgbKT2M o_ndip\k+!qtBpds7Y^8i90%glMg3Nl/LLRi90Iee',L]9-PN,*_B9a@(+J'_Sa4)b-\[obKRl< GD`E"X1,LDZF79LWiEA5ZE^L9aOZ7l:)>^Xf\P/!#!>=IGAAUbk25=\hqm>SiPFOLi;)42hqZuc g&]mWrmVA-f@JU,g<#Ub6(n/OrVqB~> )>aC0s8;oK=ANmmKmn]5M0sl/LP:D9LkgfcM%YW"L5(83L3[EFGE@AkBOX.Xb5V>=rVlfrr?_7= q>U2.!'"VBIrKFPGC+-W!&9M2[_oho^9k#5JmhJH&W-;Lam^qNn*oi:o(2JN\6ek.Q"B1NmIL%b DX%/rpmYpVna>r6oCe_Eli7"Zr;HPs9W\6n3W&dPq>^9(CE\43eNN@GDM-+IV

JV8Gr1I5GW@W$!tBl.d'@: )>jI1rql`G<`t'OV4=3WWLBHTV5'c\VPBsdV%TT!U7e!HTTaqYOfFduI:+RBY8QW0rpBT9kps L5q^mQ&nUCI!^9uLPCJ>N/)k2L5L_s*t~> '`J(/rV699:gT^Ej4Vr6f[/1%gY2Y[!RfHre.U6Yd`p+ccc oD\W!,a?pBkf\rZ=]SsLK!jXtg[OY"o'u;8n*T/V:NQ0qam&ihs6!&:jPo1kf3mhB_cQ0ljluH] DW1Wqr4l@`kiV'emJ!5Al2LS[r;-H7Bt+*@q>9sZs72[M6u]j0p\+XegS%^u+['Y+Kj%BUrVlfq rrW/sr;-F%rVQ<`qu?B`rUfj_rVQLGmXo3-qY0s\rUuLgX68d*R:'s&mJHYXrVuidkh*A/Kq66E r;ZJ^5,mW.m-F''_#U'DM.mp$_,1pA=O[r6J/!KDYWI qu-NqqtC!g#P@i`qYB@4f^\6.nEB02p?CMoqX`O:8.Qe<>C;6KLkn(rHct$^ahka3a1o=+^pgt0 OL)6r['$U<]X=iB[_/l<^:1Ggf<$Gd$QXB6gZ,:S2*aQ&C,\8tgu-oBi8E_O_;bIQrSR\5q;)21 gtVh^!SQ$&e,n4Qf)F;/ad6@'UAXfcrr<"K~> '`7q-s8;oI<_$taN/!.DIslp'Lkkq`!/LQ0&r23rJV/Z/HZ*S1G)V#R2'X[!rqufprr+;Drqufj r:!bf>Cq0D?SDH\!=p>3Cmpfg^;J"6_7Qh9F&Z*VE<#LNnc/+YnR_:_o^qq)<9jM!:ZM6;o(^.7 hZ!BK_c>:XnaPr>pma\8s8W&ts8B,pWW3"qrV?*cm?SXq(.)%i1cdr^/JA3j+A-,% P'Uq0hs_5CR^]TP*_ELPmiY6PF%W%P`h>uP`q:0OY;ZQO.!&dg["Isj5AkQg!\I8p@eOdcV#j9q >L?fp%/(XnEp2Qrr2lrr;,]qUlY&2=.PM8QBd;ZL4te\K1[CREN7:Hk5XXV#Z?\ $iL&%rql`E<)J.CXT#"!T:;LLVPX9f!MZ@gU_9GsU77^GSX#%`JWQXmCJ?cLf`(gKrVlfrs!@RB pAOVg0VIV+s6-:fAR&Y[J\175kPP)Nrr)lks8VuL=*OK8ao)2;BD_Q#q"FFWk:/\Z90E(>qY1$P 85VN35!V'mq!InQrVDjBiVWTRs8Mu);5jXpqB 77^*L=^Yo[EHZb[K8"u:OID5lRZj)/Sbnp1RP,A0U7@j@TU@kR>FV:Q;B$uZR@TD+LP:"_;*>`r $kb!I2*=V]'7-gbYHYC?_6aWUZaRET\$WHM\$`TLrj!cUZE^jTe`uo/p[@J9m,m3ep&4aes3F@n IJWpBq"a^bs7GgZrs/K%qu$!3\uP;-=1PN=]YM(f^Uh%]JMdTL9M]YXCj^Xa!*YtiQD'q8R$EYh PE:W]=(6l:JVJ]+KTM%@J;TGBFGbp4S#hJ^3>a#APH_WL$o:(38T$XDUo18iW2lu'VSTD6XSo1" WqiV#W2?DfVl6MiUSIg_rh0OkRrq@eU&Y,ks8RT~> s8No6rqH9593Rb6j4_u3db!(&gYUfAf@&+Hdh:*Vd*1"e_nsO2Xffak\"%D;mf*.arVlfrs8W!A o)JQ#18`sdjOL>ePI\WCcf2BUVq:A1p?qJAkj.-QA7b?"am/ojs6*);jl>Clk%UBpr;$?l$IHrEiUuR*qXj.1n`j36kO.m2o_eac^MPbU6!Io1G%t&UDIWr1Z0BrmcG[u[cb$9\ ]#9&i^::APXg#1;Xfo1CZ`^FJ]sPi)]hKgm.q-qjOW#BhrNP,ir@s;i;VX0 h?)Tig]#n-g"$)O&D#Iaf\"`qRUf$dqt9mcs8RT~> )?'U6s82iE;+##RN/*1AH%^g(Ll71IKSG6\LD#>qKRel4GBSCV@:4bQGucXMfDb^JrVldCqu6Tp pAXMa!*t"hChHU)3+$T>L7NB@Dl(@ud`05@Tn$3M.:)hloDe@\nn%Fbp%A%9=Pj)58C%,#o(gO> fDkdHhb1uZo^;8FpQdr&rVlfrs8B/rWW)qrrUp3WFq+[@A5tWL6:+-Y!!!H_3'^;%&ICU'7S>j. 6qU9W?tO7hFa/+_LP1MCQB.)rR[oe3qj9$a%ksE9R?j>AOB5tfZDt%,A0hLnX.P<%J8edo;F)cN !tm1@2,?C=B:G"li7"`qVAiWnWd1FR?NM[K8l4QC._$9WRpG#s8Musrk:E0Fc^]lJUE'.K5Y41 FFH8OF`1l+A7o[kA7f[sC1UpnF)H#:GX"jpot$E6GDA;6irAiSgeM=(Zs8Mrps8RT~> (B4@4s8)`A:JH24XJM\cRA-CMVQ$PlrhBCe&u)(mR\HF:OI(uSHCLjnDFQYDrqufprr+;Ds8Duj s79S^\+ok#m`;/q_ofX:i4=EHjSAiUq"t$gs7P;cB__DDr;ZWpq=jm]@.?ET.n:fDnG2hYnjcJB 4Z,hPf)+t.rVu\U2;J!'s8VupZr*^oq"XaXrTJ/'!'Fpu69dt.9H!m2&3s3)?pk_96=*,N5XS(8 :f^k4CM.d8G_V*3N/s\$WW]bJ&m(*?mseG@,E);jCQ_p=1H[Uj= ;/q\TJV8N)L5(;5MiEOFJrP_HS"Z*&(`kD$OLW$)0IB1E/736 s8W,u'DM=E87.h3g="?tf%Sd/g>:`AfDX/3da6:ad+6FP]ZeO-[B[ (]OI6s82iB:.T)OK7AQ-I>L4k/0KSk:tE.ECQB5N-_OA-k?rqufprr+;@rqlQh rp!kkBeQ^X5+Q^@Z<02_sTT8]8-V4acZVP]ZNYcFs\(a4sAQ\pK=@9?Gu 2`_cY%PBn<5mhCsR?Nl(PeiV-PEM&kQCXhMX08nA]Y(ke_8XXOkO\TMq>:-hqYU9lrr2p:r;,58 !+G[#o`+[WU:A[C?77'2GME/nqX;h*nWaNHR$*8`PDsrX1/F\2rr5LbqtpEnqX/tD98%S8JUN-( J9,F7B6HIBF_bN(C27Wl?tX:f?ta^uDJsf@HWqcGqmqH.IXrnejm`9Ls-cc=R>HWWMj'1;Ns1W+ O,f3YpPTuHLPCSAMi*@KMMR(DL4t>7Jn[eBV#UAirVlhI~> s8Ni5s8)]=9N$81URe'OSY`*VV5^JlUA^i#U7e*KStqg2MOKodJV95dW+%C-rqufprr+;Bs8)Qf s6aGg^A.O(rT`.QbGB6'J7DI*q"a^arVlZcs7YT#=6fJ#rVufqqIfTsp@\1T=&9kr(;9D;pAatY 8j5Eg71R<8oBuYYpl.#_p\4R\p\D-mWV5oZq#0i4$5H`P=&)Xp:H'9o#UN#R>['W7!$"j>69m\! 7S?HT>@2&NDfL#SIYs,EOc56_PEhT*S"'AH02MgTUlqFCWLTcUV59NPZ`gZf(E\X=RZ`\[BO+P' 0L?ld%5ps[2A^\BYck@AZba!c\@/`LZad]a^;@q8cd0n\f%JpCnbW:crr2rtrVca:rr;iigHbmM p\F=Wp%"rkeXp1t,nYLZrV$'\i3r0_=/`L7[(*]IP"d)53F6&n>Y.^`<]ruf,lgQ/Uo1,XR%Kh, JpW!- 'E8%1rqQ?487\78e]uLmg=P!2gA]b*gA]S9e'ZIbb0\DS`59C/`58I@ZdOji\c2O,rVlfrs!@I3 r;Y5@>eB+^ijFJXB67fV1Fu(ShY?Bqo(VtOjmD6bHV<8eamB&ms644[k2bUoq00=>lWBPIl0@g$ EngWoqs%(^mdTK'nar)1kkt&Op@J=+CqBWGqt0]f7rQcAp%eX_ab`h30k5Q]Q&:iF2*m_ss8;He s8W&pq>1$hqZ$6ejL*M:qtp?lr:p3frVc`prr3+MB\<@Zrr3Q's8Mfjs8Vrar;;dSa8bl4rVmN, mcFK7[u%H_o;tZik3D@%n*.[R$KU4*hr*SYlLjrMr;SGIr;HWprqZ9frqQNmp[e.ZrV$6^rVpgU U&F`[qtg(d/Mf%ZH&u5Q\,5[ds7t::l6,KXkjIE;F\"#U@TPfR2`aAm4@Cta>>-:uVr$7abf\$+ `=fPOWd:)AZ*(RBZE^U,n/hqZucg&]mWrmVM1f@JU,e]F=o9r@j]qu$HnJ,~> 'E%n/s8;oD:/,MTIX?^&JV8`4L]3#.L]3)DLP:>1IY<9"G]n7SG][J&Fc9*&UAk)jrVld/qYp?c s8L)(%UF*fA4\?t&K_kh!"g#ORCKZ6b0\DO]U3MJ4?i!'an>]*s7C(!p@n=To45$%p/dFWnauM4 C>/^bqX7Ccnb2GBqXp"5kl1DSqtg/o:TaZrrr<"o)]rd.?:m^Z4t7'G(-P;_=A2dX!WY2a<^o>8 5"%t<hR]Nbd"*Ul7PDad% <^nqq1b0LM*Bd(O'69Y2Pa.Z$_3I6KQ("JO]#DkOjQPsumd9B1nauYVs8Dflq"+Iaqt^9iqtL-^ q!q\uQ21@Ws8;UY*@2q&DhqLkg_?MMm@KMMd4GLPGe^$A3%a6)=P[qu$HnJ,~> 'E.t0s82f@9NQ\6Ssc4HTq\d7jV>d8)US49LR\$"7P)tcfP)am0MPOc!WrDqrrVldDr;ZTd s8U;2@aG)Sp;Y#5*4'u)W2EO,j 853#b>[h,ZCOC"gB8;1rMNN`JBg`.@5n=bU5"Z!%Y-+Y&Wj8eDXoGO-X fSS'WMoWl$)j_tV5L8iV5'gbUAghoTUU7+7A^%]qu$HnJ,~> 0DkeIrqQB78nFO\oV\Y`P7mM5WD&AZK(67nacMSmdBAsJkbA'amB&ns6=7\kN1glq0&P.o4!XNlK[j' Fkm#sq<(hXnF>c(n+;o4mJc_WqXjg.Bsmd:o(D'C2p^paqZ$TCFu9s[?B:"tR!s?t3*jAos8Vup s8W#nq"agbrr;Wjb&a9Vs8DrsrqQKkrVlfprsa!rmJm4`s7>mZp&4mbrr38js3b5is82cor;R<, s8Uu@QfRq8;75TOmdKV[l3$&/n+ck]!;l`m1AgqDp@IeDp%J.PiP`OhqYBj_s8W&tqZ$Rn4Pg&- p\FUYJI<$>pAb0*,JF-Ko)/FGn`j3ClL!8`2_7g"90+47/ji8j5!CYR1d+Q$#(4qRe\f&3^V7Fo \?fe,Z*U^DY,n_6]\?ML5[(Wuh^Wr)d1+3GF'akZr4=h^,/6OcRdH9?HiTK19irA$Bio/hP hVJ"a!oMefrn7D+ec+&0f%8L*f[n99AP8oup\Oges*t~> 0DYYGs8;oF:ekeXJ:3*+JU`B2LOai,Mi!:HL4k,,I=HEeLk'8VIY`Md?$T?TNW/kUrVldDrVl]h s7Mup6>'h33sHEtEc"Vo#mqM3BV)N?`lQ]+s7L.#p\=OQoO=6gs'g]^o(;S9 DVY9gq<_@`o(VYCq"9h8mJm"]s82Yr9rRshp]'PG!,lme<_,Y1!rr<:5[?oE>#A<[!ukKV;b]kE 4[Vb87<]UM2.%SP)kroPa.N"Q^9@m-Rb"MOcl6$SYMaNUn4KaZ^\[b'QLLPQ&9p( =[tP3'e;B^$T:g%)0_[=Q'RiRPmEePZcC_]nFZVVr%e0Gq>^KkqYU-ap!U=Wg%G18s7cEbrq?9V 4=S\TpAb0kpi-98EpEStZiI!#rVQ3AZLO2]P)krmA2mMMiUm*DpAOs_s8Mf`qYosII1oA-J;AW" Df]r@F)l+A6tg=KD.R3eD/j;t@r>mVF)l\OIsI#W@d)oX-4gD*J_^2%rpfH=-%;&:OH,Qc_2nVX "cn\'Mi3JgM]7J-L51YEMM[4JLkph@KnY;8Bh(C`s8Vrnrr7K~> 0Db_Hs82iC:0;t:TUVUMTq.sWV4O3OWMQGeU7e'GR@0/%U7-diR%fpnEfk#OQ2^^]rVlfrs!@O9 s7W3%R,%Z:b'e`LcHiV(0d\qtbP1u.qtU0jrr;ucMGid?ao)/8C\d_up@RhMCH<4\)O'pqpA4\P 4=`W:0aXr]p$)DSpPq5pqt9p`o_,I^U@.gGpuFU=F*^bY77o:!frr;fop&"/@ /(+.]q>'dVEW?/]lML:\%']d0qY9 !ri5srr4Fq[Yg!83C?AQYCoASW_[W-/t[FF::m2>TaoBYGeTP3KLl0@R"lg4$+lg*j$l0.?ol0/03r9+.D q<7Y?8bE%-UAsb9L%"6hkLk:Is8VcY;PisSipQC8TfhB8p&+Ras2.@(s7uHh[P`Krrr)<&Jij8V F]NOPPaI,\MF&nSp&>!kr;HNjq@NQ(e(+*jX_GZPs8Drqq=sa`rt58$rQJ*1kl0r(hrt+=oDeje rr3,tp$1;trr3c5qtU-is826as3ZV-j*j;=iU$=,lf#tNHKF>Mj6c:!l/Ujmo`+p_nGiOdp[n+T p](9fnE^#PRP>Bl22D5,r9aFQs7--6,]rb[oCVq[rI+i,ir/fT],\TVo(;q]mHs6)lL"!)k31gj kj\0-s7kiG41-@9R.P*%Z/M$lVVp`E"cFgBc4Lqo1^O:g?['$X6YHk=,Ye70@ \@0;obKeJ\`kOPm6PhX2,8qaR,T@gU-Q*hPirAK$dF.%7h;%/QgYL!2#NXq(hqm5Ii;)42hqZuc g(i;kdaZn$f%/R2dEeFp9W.g`r;HWoJ,~> !ri5srr4FqOq#'jd pA+I]pAO_ip@hjPs87Fps8W)fep6HYrV6%YRIg7DnaZ:<1>`'.rV-?l^I"XnrVZ\o#qKq2=C+TH $ih2Z5=8=9:IRfA0`X"D:.@?.4[2;):/tM)@Q[A4Q:D0fMM[1Lrf9%$PE_#hOcQ5\%ongcNIm7a SsYY8U780ZWhlS_MjC94R#uo9@9?&\3@QL4#VBO''pP#FP`_H'ad!I,S!B2*R$*W&[+O[@q#16g rque9q>C6hq=O^dPVERV-@#7Ur:Bs[rp9R"(M2q3p\=^dpN6HpjSnoKX9Q02s8VcN\X/PBOHYus Q'IN%Q'[\eQ&V#C6=6>6r;Z`lrr;los7u9dp](9Ws2.8<;La1HIroF?F`ht[5!Ne"BPM*mCht_2 CNX5tCM@O#EHQSTH?:`jnDW'$Wk7m$s82Wgl-^kbN/`OHOdV;nMMR@TNfqMF#Eb+.N/NUQNVSJO Lkg_?MMm@KLl.+JL5(J@JVe235c+M\r;HWoJ,~> !ri5srr4Fqu;o[F=U@s7u0Xm/R"Ri2Leio_A7XqYL*er;HTlr;6?eq<@bUqu$9j q>'mer%7d?p\4@RhWeoL+ri4gs5Vi-lUahr1)1i4XnDSMqYC)[1YVWms7cQl]KVn_rr6f5$8$49 ;HZXA$igiJ7oO87D.$sc2ZkjL:ejPS3^#\q8l8SiB0f=?PXPjdMi!=PP*(rmQC!f&Q^"Co%8r:W MhI@oY,IqpXeW,#W1p#TN16uLS!8PGAR8.u5WUtY!A\U?,,MECZ`^[=ag?B![BHgG]=#&ZbiSHr r;-Hks8W)rqu?Hjs8)HZs8SB@&/6^Gr:g3^s7QE]s2Z6rn,N+Ur;ZS9!&EI,na`Ra[J'XuqXMnC \$WNO\[f/TYILpJ[A^^J[<*f6-8IqC.k`qJ5=8(20J4%T*=atg!#KpMNL?l,Jq?+DMiO'$=+Z0W Jpi3'LjY#BKReu;R$EnuPEqMu,W]Bn4sM-l'H\SD-nm%a'PtJ(Xdbr_VPg#XX0An?afPfOY,nY& WN*#pW>he5V5:)gVkp)^V50fYUSaQTI8<8.s8Mrprr.E~> s8O_Ks8N&I=(RoNi76*'hV?`3eCrd8gYLT:f@86qbgXq[`6$`\=cG.$,['$X9YI&;9^9sW1Y-P(*X0/\-VR47J^:_"j^V:o3E"OKB 00D*@)B9\3*[rQ_*#)Vcdc'][hW s8No4s8N&I=&EpoMh6M4K8G83JVT/@Lk^W_KG/uhJ:iAuG^kBrFDu;GCg016U&=ies8E&squ6U> \e-N#BOiS&8ptl%G'SXr>VAd9YI)!de(N'^Y)[a"0&?R+pAOa`q<%JNp\"=[p\jl/nb$LIs8R:c qXjgfcZo$Zs82OlPP"YDo^h^=.b4OqrV6Bj^He=cqu-PU#XNWM?;N$M!'-G1F\tq$:In,Q2$,UM :I[E,4?c,&9iP8$U>A)ia[np%s@U`;]dWrTh.]PEM,oPE_E"Od;>qQCX1t;a,ZX o_8:\qu$9RaJP/Vddm>6p]('HH3tsBL3[`^DJ3j'E-3p5G]-bmBP_3gAnbsg?"nP#G'.kOH[giD 9[`h1jl5Xsp\FU]rU],N,<'OmO-tfXN/ijQNL#[JNsCf/Nf8mSN/[Rj)i09(LPh"IM2R=NM1gJ3 K78Sl7RF$Qs8;iprdX~> s8QC%s8N&I='C0OWh>oVUo0rYT;ANcVP^/aU7n6OS=Z47P*hf,N/3CTKPsU"V=sZXq"t$hs7?9j punk>Jc,H*KhI$?g$JA+q=V4CMsC?Brr<#smf3=]kc&.XnGW4^qu$BSqu-Baqu?VCqt^$^p@dkH HUB#'.>.ZOh#H1l:)GVu*=]"DrpBUYqjAt_q!nCZrqj>jR.gIWs,[RRG\pVV-ia6)Olh(#C0tde Bl,j72/5u]77oR&5=8"=<*!0G"tEY1+aJp$MN*[XPEqQ"PF%],P=?:(TUg9c04/d[T!#K(XK3MA Xg,%/ZEg[(Q%sHp?;O!S4?bS--!(j=X0Jk9YdLaXZmr>gYHYUL[CF0.s8Vuqs7uThnb)qVo`+[] r;Z`pk%+N#8L5M&s75p]pAY(eOoV*Rs76'^s8RQeM"LQ4omR[nrVl`pqU)[W[C/VcDF5rpKaP!:9[OjmN06"7,=@mJ$&Emsk-4 K8'7'L5#Hnlho(YnFQ\XoPp8lnEoi?r1,FdqXsg_rVaZ'Sbi0[pj>!&p\j&o1Gs'epA_IINff`g P+YT4TDnljrVZWjqYBs^qYL6U^oNB&NTp97qu$?erVuops82Zmdp[mls7kc75Wq4m:3)f/]@5?` c/AHupA=mh(&[t.s8Mcbs8Ul5F*]ifhWO7sm-E`Sl8n.ojlGgpkjRj;r:g6knGN+Wr:fj\s8Drs rV5s]nr4Mlf7+[Ns7l,iGDG_\@PR!Eq"FX^q=nYei;W_$s(4mbqsWnOs6SIqjR2L#k3;9pkNgsd lFel4:/3Pa)'1k09L(6[.khq_0JF%H*>fh\&3$Z5] s8ObKs8N&K>#9'jL4=`,KS+f)Jr#>CLk:;7LP:>1J;/T!FaJapJ7;](M/l-(YPnFtr[@gFr;?Hl HN6TBB0cLt&gJkm:1/(+Q;el]X0B%Qdaud[\<28<-.W%pp\jdcp&4[Iq>^*ip@n@Wp\Fg`r:t:* phOjIs*](jrV-<6Hh$h,s86Sgo_/%Qo_+Fmb5;&7q>L6,5a_6Cs7gC6gI34Iqn&P`_?#ad!I*R[',*Q^!uTkkFcHq<%VHpAFr6q=Xae rqQK\KGR\4D@!KFp@GS4KBVMt,1cYbqZ$KfnmFK:s8Vom=#\t8rqH\J"k@:a7[>%q\"C3"KD G(#C0JV.2RX8_\dlLX`Ap%\LbqY%jK911mLN/N^PKSt_GQ&WnH#Eb+.NJrdSN;8ANLkg_?MMm@K MMm@IK7JH%I"lH-6`C%br;HWpJ,~> s8Psms8N&K>$6?LVOa6NUnOBNTVe]fVP9i^V4sTQS=uF8O-H0*R!Ne5TnZPiZhO4hq>C6ks7H?k oBUTQX7Gb`8g-9!DPjbYcfa/H;:bF7o`"jrq#(0fn[)`cn,E7`qZ-Kkr8mnWq#gKjr;?qSreU`!!NlC *'7PKGE.N?L7,!0a1@ZZ`pg@['If\:9h42Z+@KS^!ucSqZ$TYqXsU_ rql`qqY:*ir:^*XLDX.>F:P\Xp[YV5K^7u,-en[qq>^?eoO0`7qt]jW;EQ_&V&8#cOfr;HWpJ,~> s8NQ)s8DuK>\fkSgXXa)h#>bBfA#-:g">$6g!nBqcdC.caMc';aKVMIe((0e`;]`8rr)jCr:'IR ?q.TQ^O0.&BLkol7pK;1LN5GWhWa7nnFcADrT<7K=P3WB%I``QmHj3,mdBQ5nF?&5nGheXm-X92 naZ/=7e6G,IJs,*BCG]\oZN?gs7lThI$4Bsm.9rMU+=Ibq#'scrQ.X&qtg6X>Vj"br3J=JU#,_C n@3M!QBm>eSkhkYs8W&prqoLfqYBs`r;-Hll(DmNR,[<$s8Vier;HEjp[nL#9W8!knc.9i0I&;P 9g)3N>?k8pPNMi=qu-KiqYgBhp@nRdkEf+2+IVKYmI9H,kK3!flg3ftlfdR&kPt;Qor!,]s82Q_ q>S?fW9jQZoDejDWlP.*(8gj+a>a8/I#B.MeE-`,nbE.I0k11ZpAanUDY3kumed%Sgt:HJna#?! mHYIh!;XK8e* V6m\;Wk5p[_Rm:pf&0%>+TiG`%NH/r)&sP6+"f3-4=2IqamA?JhrE>CkfMffj5T%Uhr"1b!oMef rn8+?e^;dne^`1"e^)O5A59-%q#13ks*t~> s8NQ)s8DuK>Yf'_JqA`5L&QTBKSYMBL4P&6L4k,/K7ST(I!U-gJ8ek.KoKgnVuHYrs8N#t2uNOE rq&P]?!gPR$SNt8%KHJC)(/0A#&^0@[DU,5d)Wh[JQjDGs7uKcp\4CSp%J.Sq"aa^qW[hUoEFp] q"ad_pA+X_s7KW4CA\$`;saDFm_OkUs7?9jFG0G]p@n:UQQXtY/? O4F:1oV+`C7SQKM=>0e7@noHT2`a&c6qgHZ>$PrdCb5W)-Y@1BNf]*S30KJ`P),$gB`L_qQA;2g 2uj*n/fk90&JZ<*"B_S1WMQ8SM0NZ783B'r5>3U=&HQ",R?Wu"Q^Gm[CR:HRPa[r*Uk(BE+O-=Hu<;'3EL!,Bm"-" AnGpf?uL.,BR>5^L3mi\Jm^9sq"Xm_s8Mffr;ZZiqtK$jWGt-oG*\/5K9_FRMTLn_OH5E]N/[Lh #De.iLPh"IM>`2?KnP&0Iu%o16Dsk`rVlfrJ,~> s8NQ)s8DuK>[)TFU7e6WV>d&+U8FleUnOT]UnOBOT:DF?QBRQ!R##s;SY:6ZX8_kpqY^?m*;0@1 pYn_6e,%p^>A%)$85)W^?=nn.1q2]Bp\t0l(]==*pVUV$pAY'ir;?HgqYU3grVlfrs69O_q$$Wl rVlisq>UEoG5hF:qt^'fs*c@G2b.ccrUU!10f'1V&g8]ps8Vigq#$U,`qfH1q>C*+5aCp=s6l#:/Y(tDfKMA!#mG%DLR_5N/j3hNgPigUMKp- URHt4KfK,5-4)%:":YhS(`!*JTX(DiS!/PLAlhMd6UF:8,R+YWE4`Qc[^*rj[BQsJ\@BE/ rVlc_Q>4;8qtg0hs2';\l2UYSs8UQE^\romRd^3o2#m\uIhYJshZ*QHq>]J(?2OBdpua>g^9P$RA4$YAL+pn;g>*l^U,9KW>*#qKg+&!LO:lgN\I>jDSKQMQ9 DhEFgNIcG*Jr4o&MiWgLPED&jM1^qfP9(\t#7LSB'FbNf)AsG82)dWQ&d_7-]t1,I]s+N s8Ni1s8;oI>BZdeh:^E4f%&=%g"Y65f)FA;f?qpmd`p.fd)a#7]"Gnd[)Se,Z2X_%rr)jTr9sR2 6$1:ndj\r7O=m^@_Gs1kGK& m-a\WFISk_JVTIap\ajYp@81Ss+DT/rq_!F6T,l)'lH6FnbM8Fs0NW7s7Q'bbqYUarV-3gs8D0;g?%hn kMbdln)ilO s8O\Is8;oI>?#<`ItW`:JV&K+L5:V=K7el3KRnZ+L4+T+KRS)cEdW7IAq"G5PlCX_s8N#t2uNOC s2Q$)@U)A5,D)A4JSo(&5:6p@)h5$%]Z/(>ccX"]I9RW's7uKcp\4CSp%J.Sq"aa^qW[hUoEFp] q"ad_pA+^as8-R(pi:HUm=651q=sZ^On/PBs86\`q"OXYp%tC.`rH&9qY^<99:YeSs4Ah%>%h2& !I4M@n+QdR7T3&P6Uslu"Z]d\7m8mn4$Q,+;-$k%A8l01+]:mSXha3^#f(3!oWsEM8\`P`q>uad#/XQ]m]&QC4`joC1o?lhbZ4Y4hR6!';_@$NXEb=7?+Os8K/3RfE-Urk]k:p&=srr:oNs YaCQ;rg%2bPaIT(KI$Vi^;[O[ImG(b/Pg&0P)tH' ?=7MSCMn'(DLH29ATW`\I!]sW9R#ats8DutqYC0kqY:!cs8W#^Y&$pUQ\g-TPD5"8Ns(K&N/NSh M["umL51YEMZ/GELl$qBK7\`5Cd^Las8W&ss8RT~> s8NN(s8;oI>@N)MTqeN_rh(:*Uo'u`TqeEZU7RpKU6qFBSsPLrMNj?VIZek!R/Zj]qY^?m)ts=/ qn"D*nGh6uK[f,%a02;(F]q$c9[!21rr)j1pAa^Wb$i]ms8W)srVZQir;HTnjo>AW!rMopoD]9u r;?Efp[ino4>&c@l2L]NW[T.m*>]kEQiI*]o(2aS.E_\jrqcQia[_`jp\iSk!*j;J63)$#s7H*d U/>Q9?WpfO.18@D6pNn"3'08h85<&_""@8uU;+[ZeUSPu9H=fM+#kSI,(>i+Kn+T0Oah0pG`76(Jp)BjH%q-2 J;0;;ML1&DR@U4R\PaV6)A!Q,)\`u**>TA-!#-h;2C0D"KsnCn_RQJD`iTBFX/`.tq5FUtVPU,e W2HKkUAptuTq@pJU4#d(VZ-Snrr<"K~> s8OhMs8;lE=+%!siRuc1dFd.*g=k62e_Ag1e^;dne'H@ge',V9ZaSAuTq6]aS,E3_rVlfqs!IL? P<#8ad*J,-S>;7*NMa#2nX*4Ah!s^sq"jgWn+Z&+ZqIe"o_nC\nc8=\p#buJo)J:^o_%tPq=Pit q13qnotOtBdf8usW;cbqs7L,qrV??]p&D9QbQ%D;q`b#0<2'<[p;/@B_#+/13/@2#nalI[GG(Rh LlmusCtAXap\=dgrr)cmrVlcos8:?.XoJFOf^&S;qXjadq#::6l\8a&q#CBfoCgalHb'1VrVHE_ Vc_CIoDSIas8Mrr%f6,&r4ki@9A9"$lg!cuaQifoDsHTPiog1 s8ObKs8;lE=&s*bJqSu9IYEN2LPLV:JqSi1Jq8N,LOXf,LOs\eCNb_Z;cZ?jIf96Cr[ImFrqcYH #=Vip>rL0iqu?SA E+].BZrq>ZsV=AVL[ ;,A;E6W?]N5<(\b5X\4AsDpPEM5uPaRf)M3iAn !%U&_+<1e,7q-q4QB%#gN..!b7_ANgp]'p?Eu-cZKnjGD@sWGLA.;F]E*cm]CMRHnBQ%O,J5."# -Tk.:H$k0>B]8jes7uZhq>^Kmqu6U)p$V_WeV?\SRt-6XNfD#="-/=uMYW/LLkg_?MMm@KNfAsS LkU>*JVe235c+M\rr2rtJ,~> s8Psms8;lE=(QuSUnac]S>2mUV59u]TVSBXTUqdLURIXCTpq*tK8uggCMHcVK(o$7q>C6ks7lWo qKa?bqu$&jP-V]lP)5g/aQAXaSaHISqu6U%rp9RVprQXIoDedgrquirirB&Vs8;rsoD^-9rVcWj n*toc6n1eIKrt@SCagb7.j,uOT)S`anF?IU0$4.nrr2e9c:aPtn+F:*!*a8N8HjV@q"=CZSl9H; ?!h;\+W!dN5s.7n3BKDk85E/a?tO4L'/GE*>$c91QAg`dR?=)0UQRGFLRF^#NgQo89KdR/^9+6. \o&RP\"]R^R#QW9@8TEY3^?/36O<`MVnf^M\$rcTag=F?['@!K[CacbqtT]8$k9T>rV-6ijAQ$p [f$1)p@\I^o(mJH_"khq,-YPW!$RSd:$)ENs2Sjsd.m;0pl$<+qtBjbs'Yiqg;1/*]=>/TZam*D Nue?2'*J:=&j1W%WklQ_\$W?S]0QES4UqH6+u0c2:6C^3K5GprO*MpaOGJ((H\6s!It36#MN_Hs ,V25cJ>03P<$=mg+"]8j)]^.J)]0Ll!"0/k2A.s1]s+rWY,oUE"0AN%W;3D.W2?DfVl6MiVl$;d US+*CS=t@,7&L"`rr<"K~> s8O_Js82`>;KA\gjO_`+f\5'6gY1<3f@nm/e^W*td*g:fccNr6^TYYqYEj8ZJc#HEs8Duss8ODA kYFa\e(`HLG%u/SN,)d#F.nb`nDWTklhC/Np$V>:jh=Tiq>Ksao`4gdpu_>Lp@\1Uog\9>G?4G; r6g1WTRp4br;6Noo4YW5pAF[Zs0FK%s7Z?fqYeuESb_jLXrg$Ms8TDaJ*Zh-p@,J6R%0S2Ru^@! mf37[p\k+%rr)irs8)KbilU!Lp&G$jrri?$s8Mins"_r6Jb&C.s7u9_p%tG!YQ+Xps7;Lkmf3(\ q#C3cqYU'ds8)Zls4(0uHgL@clKRQqm)eN3nac&4l/:\$rVc!SkFXM%oDJ(Fs8-^cRIL7Qrr6L- gWn;d1Y_r1&9$K&&KF[0p0?8Er5Co(9^DZRs70q]_uKT+q=jg_r;-$NmI9>ojQ,q!m*12u5#l?Q Z-VG'lgXB.lKR6Ume44P.o7Q,+VH%O#r&+*_S*=VUo_+OL:+EGVld>6X15F1X0B(*9Fa0H%fdA9 IVLJ_8NSdi1aXV'0J4Rg('4I?$31&E/h(P[n`&?\j2p9\iVqg=iS`SJq;)21gtVh^'%tgef%&C( eBlC\b+<3BX8Mblrr7K~> s8O_Js82`>;Fb>LKn+f1KnkG>Lkg\;KS+o/JqSi2KS"`+K7A#bGAi"V@88ocAGlB(s8FDDrr)"A% ouM0>r`Z5+##Yq&dp-i7nTMFVPCK:bgb"`[Zu/D&L*Np\jgYp\jmcq/-$)A3]S`q 9OYMQubj;rVH3_nlqpfq>^Egri%9]rqZKiqY\c;R.U4NWs&Z/Cg8juKD>$1qu36\;,'nk>Y,kW; ,U+_5WLke5Xe=D='As?D-fnBF`Mt^K8GPFNffZjR?sRg'fDDBOHbZ].A3H=<#oALXeN)/=YI%kW 1]E:JokO%5W1MR4utnq'*h0SP*(WUR s8Psms82`>;HSC@VkBZVUSXfaVPU&^U8+HVTV8*RTUhRBSX>FqO,'*cH"'>OB_M2pq"t$hs7cQn i\WF1s7bZXJqB#JOChNaA<`%Aq"t*cr;Q^%qrdMHqpf)SoDS[Es8Drfs'G[%r;-9[on"8F,#UZ+ ->IE<2'WDd+X@l6q=r;-9999er:oVM`q>B++A!-Rc%p@[sJ;.F*KCiNl(-s0A4 4?,G`4?l2):fLJ"?>*J4?[6jJK0>!MP)topR$+#0Uj!V4T9b_-NfpBF[Tk%g['?F6]3?qiZ_g]ojf)(l2:DXs)e)/ d)!S&+3F8M"CfbC!!kX2lrD[6s2I8'7-==>qWD$(\GQ$or;-Hkrp\IN[(3]N[B[9FYa\ol+#ZSq LnqT+\@K&OYdCX2]uZH[)G2:m+;QUg"W2?MP)k?GH%M)P=GMZWIti`,L4FGtLQQs6!&#uN!rr?P >s]GU8MDJL5:@m.-m^#X*X;ZO#ljrE1a,APZE^jEX3%IDXT#=(XK/=uq5G40VPU,eW2HJhV5'f[ T:(q.S:"4+WrN(trr7K~> s8O\Js82];:LTsOk0qN)inE,@g=k65g=b'.f@SU%c-k"ebeh$1dBTjhaf^LZC]=52r;QXRrqZ<8 -=+^?\<:unZHqUfd&!7_;ec:-q>U0^E7FpYp\ajeZ7s8soDJR_qpeT4o_SE\)G8'Ms3*]Xp&G'i pV)!)XAGZ0q-rrMriq#;6+q>TgPq!S1TqYg?js8Mfgp\t'f[ooTop\b'kq^2-.J'.HVn+20T q>1-krqGpMnF5o=rV?Bhs5@EGSbD^9l/q3lm)ePmnjr07khkP%s8D9Ys8Rp$DX@5dr3eD1pAasZ ldM)$4]+g#1o_p[74t a3!!'r;6'GdcTl_m-*Qgf@epDU+RlY%5JP+3#rii`5p!5WLKinB8a"!YICg s8O\Js82];:GlF.Km\B-P)"gKLPLV=LOt).KSP>8JV&H*J9Z*]M/d3MHY-.c:B(.lrVZZn0)GA> bmkh&8Mq:j.TCPIK7-Zk/d!81Q^O_Q^W4=@e'>4aIV9jcs7Z0\q"X[\rqcZj"8MWbp?D;Oq#'md pA+I]q#1$gs'04_h>RBRrT0G;@/furmdTjW_>a*,s8)\m-,0?OrVcQgd7okos8S_l$<_7G6ND`< rV?ElWD6,]>%1Pg*%bAm:/=,83]oYs92\kr>\%efEHl;HFF8UiL5h0PLQmmcP*]GZ>+(kHQ'@W, TW>%e1OlI*W3euQ\?W*+Q%=$f<^SPi.OmV@3("JlA!WF>Q'I]!QH>CpPEhB!R?X>Sp\FO_r;(a^ E:Enur2h)PkPOrCld(D[1`.DR3TKOY#(kMY!"E!%a[t[os1'?cAF'9lrQmG;Mt?fBrqZK`s74L2 NKKNiRZj&"MNX6dJV=#[!L&uOQrTE4NKB6]LP1t/3/dV2rV??XB`L,,J:VrV>%r+-7;?UPEGT2l AoD@&H?Dj\ABEoJY(&\j,#cDTs8Vlls8Mojp%S:Zs8Vfds8VfaO#9^kL4tSHac?[eO,oB`NJ`Sg M\q8*L51YEMM[+CKnb>9IX6$aCJ.7$s8W)ts*t~> s8O\Js82];:I]N$W19?SYGJ(mV59u`V4sWUU84TXSXl:ARZWMlTo";ZPBpRO;Z?A0q"jsfs7cNm a9kDfs21%=NPaiIgWQ.JDF\W_qu$I'q"jaJlhpeDE2rX1rVlKi!<2$Ys8M`l,5qH;qYL6lOq&fC .l9%J4WbVQ*tC:S.Nm79kMc.*q5Gmarr70?q=r6,OR)`;S,`n$EEH9BFSGY+p%51_?=IeoCe>d+ A5GNT3'95b5=A+@)J]8OF2"rMEP6sK7Sl4I*W6=o\kEJR)87 $O-SG?sboK/k.WQ0e=Xq*ZZ%?(^L9I%OF7E=1,TDXfKRG#HY&0Y-"b'Vtm;/W2?DfVl6MiTV%jL TqIj?NL,#m9s4Nqrr2qJ~> &,cG'rql]=8S4OBjP8;=h#?%-g&9S'g,%=+bg=e_d*KeL_8F:0R#AlK]Lc;ks7uQlrr)lsq"0k* S_)JlR(]_BRbl#$>,]i*L0ir!iMpo(DM:mf-cV ec,CEq>*/Pq;>)tr:os_qu<]Mf)P[Bq"asE:mL\EnYI:$d.mXc8n@Sjs7u8tJZ>lBM0N3Lh"1CB q#C?hq"k!i"8hihrql]qr;-F3p\=O^m!<[9qYKs\pA+R_p[8'i>H7_nlrp[mrrr8as8VZMrr3K$ k4J'7TKA@thrjV*mGu@R8+,[,mdfW,qssaarVQWeR0[U+s1oXZm.g#Ks.V=U*>B,!%T*2l575TM *?#WSs0YnjroF!paQ<*irp9Eq;i(JNp\=^es)7B'r:9@PqXsXRnFH#6nFc21j6>sqk3(jekN]Qs ;FQ)\_[$kjBi$O.si5jn-ngu6B7s5O:BiS`VMh>#k,h&+o"f[n[$e'l^icI(.n^O/sSWW)Sh rr<"K~> &,uV,s8DuC91WZIM2-qFL&Ql-LAlm&Jqf#4It!!)I=QlrGB\C_GZ7:\RWBB5lMp_Ys8MusrVun\ !'*nE,99QT)+]g2,nXL>571qlUStE.`6Hf`cGu&p>VmtqqtB^Vp\OaaebB.?rq^R-q=jRWrr2]b r`Lr*s82ikp@RqHp%S:Vp"i3^s8Vuqqu7uHL/pRD3kA8#7A!*K:$r:g2u:J45W ?;rNW=C>0+4$Ykl4$,c$:f^\+A8#^nC2\9BItNH1MN!IOOI;r5,SuI>QRnPnSY2^OS@)uAAAG=M (i$7WSXb[f=[khD0de"j,X"@o.fb6lOGo9`N/a:RQ2-_aR[0/*SsPqMiq)pCqu5l=!+5m..MNK`:`;o_JL`rq4jDP)tifR?E_t PED3%RZ`buR[0/%QBdi1I7HC\<.^X3>8_J[rr5Ccf4+kUIVj+TFCo2795\TbB4kmmCgq:$BQ,C4 R.1.NrUf:!`SBqTqu?]oq"aa\q>'mas8;`hqu$?fk]%\nKoqXOacHI`"cn\'N/NShMZAP3M#W;H Ll$h@LP:>3Knt;(9KYhGs7Q?is8RT~> %fQG)s8;oA8lU/1WhuVjrMBOirhCO*TV.jCQC=D4S"#_*OHYuoCLE7/L*T1JqXjO\rr)ir-i9)R SF6EgXOP:FXR"/R@^4dWB>acHqYgEns8N&ps7$'\XCCGdp\k*mq=<5bq"V$rCMdj# <%SSkAlVM`4#o\p6:X^G;Gpn5C2@d+G("moLP^nJNfAmVQ(aHf(Qb)S/X`&sStMgUTX\_LAA>4V ,'()oS!]"F=\qUN3AW!,)DBjnZL#h=1.:lLMAQKDkN7oD&:\qt]?n['dBM]*%2'oL5^J-NJDt97q.1*L44T$JV8Z=ObJTB !&[bJ>^C7$BlJEID.$I@6pa@568p8.&.f3P!!*!"#<)o(Ye.6JVTGt?Xp(r/X/`.tq5O@krhf^l ';(tlT:DFDU7REN6qOEYp&4mis*t~> 'E%k+rql]=8S4OBjP8;=gtUT;gA]bgf\4p+e'umrcd:%`aN)?8[D0\aTs(Uu60&"Bqu?Zos8DQU G;H,Gda-=eXa"JoAl=9$jkIr8jlu$sn+$DKs6gE[lIi+9`:Wa"o(N"Tp=&m;q[WAsrq>aMp[+Fs >3,JTrqZF:s7a91kPY&NqYgGt4Q-8:qY^*di*E#Po_#RB9ZZr-hH3hCp\sq$]md)[P`^/^NT9^. s8)cooDJXgrr*9)nbVtOrr;llpAOph3;EOQoCq*ONqW>Gq>'g^qu$9go_,bA\GaBM[IsS!s6f"J s6%,;m.g8HqXFO&<,(ILlKms3l0$1RHgU1emcrW`jQ,OkqXO4Xm9q,f`D'%Is7uKjV)VGEgS^Z4% SQ?M3$$8b+#QoO]rZ)Pa7Q+M[_M3Q^9:lS"-(DU84``Ven82 \W@tUVPTT=G\^8E/fG]U+<)Xg4((Yi8YD00NJs9jRE:_BP`q>uQB@K/eD99Vg6q5,o s8;kb-q9?JR#j6/6Km)W)TB8q+$FkSQ!NSDp&F^XnG`I[pAO+6j8SfIqV%Rms8:f_Q][MtQBdl+ Q'IPiSWo2!R$X,+R$XCZ+WWI&/k/B+.h#b0rql]nn!kRDE--# 'E.t.s8;oA8lU/1WhuVjV5C,dV>d7uUS49LS=cIHSXZ+:rg#j1Koh[TDKL+V/)L-rp\k*is8Vrc FY'Q[s6]=CaGk4X@p"Z9o'5''qtp6grr<#ts7uZls7X37`UEI!r;Zfnpt#Igrqu]kqu-Els8)3T o];\c'1*H>'+l!%+s@j:$5+C;2=gJ'r;6HmXuY;:p\F^Xp=2s"kPP(V%1HKQ?=aC(lML;LrNKCB B4c'Y(ER7#;bB&63'BW$8kD`V=^,EIATN*>G'npuLl.1LK9DL]RthD/SXQ!!S"-%ATq\NgVlFVl Ek%D_GH%C%MKE*':Gs(1/1VSZ/MLI/)d'ML\[f>h[^4Agq6El%YI(jO[CXE8jm2d5n,)!D(3dD[ 7`53$p%k%(7?>f\NALVuj3oLn_RU'u5'X<$@-@%MrV$$VrVc9YrTEA'rV#s\fq-anrThS1Y-G49 Z":>OZEpg7\Zi-<['R'F\$`Yf)Zg3D/3QI9=:trn$PFR/1*HfmL5LVDK L4L]V78l69@Ua/$S"H!qCLgXF92&&N4Y7Zh%g`@=!X/i92]WEk\?E$9afYTG"0JZ*WqWLlVuERn V%]PsU7e*JS=QFD><>KZs8W&ss8RT~> &H)P(rql]=8S4OBjP8;=gt_n`s4[M+4PSB4db*:(bKnGUb0J2CXg#s]O*mO645'W4qZ$Qprr)HE ;ae.GdE^(hcD>MV7U3+Pki1dkoBGN,n+$DK&+T#Ukh!LPOo4eEnF65Ip"B3>r;QR(rVuihp&+^] TdC_SqY1$iq>l/V:(khjMI*UiFblf-pmq=o(6F?;O!.(b\>4p[mnPs*ae?s3QSMs8DEdb=iM-oDej_k2G4Qi7Q`?i9BdulfI-f lK[Wup$L@>-!O\E=\'SO(^1sH$n+%Y,W-tuUWgWRXLGlrOgV &H;_-s8DuC91WZIM2-qFKo,ebs+gW/9SItCIu'&=It)loIY<8oAS-[E74M;!,23(squ?ZqrqcQW 7L)X_5XeL\CJZ/V!!ukdP`:ikSYN-f]#;kCf?qF8K3hIsHN3g?q=sshg%kUD!;uin"Shuop\Fgg #FcYFU&P&kqtp>9rr;`hP?ISVr;QQls/ABFqtL-jp\3EJSFcd\^)[DUAn#k 3<:X??;aK_5W:nk5=A%38lT>6ASQ@4H%g]sKo1bBMj'NqQ(`*r?DTs\BF!nkl:\UrVPGA'.=!HrqlKg hE*a@r;QTM5mn^;r)a]Di^u6d%1X@:e+WCurVHHiqtpE9I)>jVl2/Fh$]"`[mE;c7XK8=gR$Wu# R$!c!O-5irQBmDdN&rbee_.X7C-X1"L>r%'p[nLFActeKCfY%eEud/5EG90)Ch7 &H2Y+s8;oA8lU/1WhuVjV5OX<$l-.MbdpAP!is"='% :I;ngrV--blF;(33b,Y^p@A([s82Zkrr<#ts7Z3es7t8[Pjdl1q"t*krmh#SrqlNerr;`Zli-M_ W@7j98J2^X#n-_@@L32>$o9"ns7bs]q>UDo7-+=Br;H3YfN=I,r;OGP#Z>5AEYL%`rU0CTZ<_Z_ A8aO13GWN]0r5sRe1:J4JbAS5OdF*2\YJqJl=N/3FWQC!`)CB.\;S"#t@TV8*S-`j>F[]s-m C/-:=Vk/otCK=1u.gH%k3#Wqm0j&?V*0n.I[_fqkYL0`QZ@9$_ZEpjNe`H5ali7"Vqto;C'Ia3K rVH'YgH%@;qYL!A4U2h(p/2I0iCc9f$k+19dIQbhqt^3fq=sp2I`;9[l2/Fh$]"TXo\%-q]tCq[ Y-4q3[]m-AX0/e8ZEh!GUGrQU?VOfo&do0P,=__W5Vk5V)\-\JNcol1N$(r-Lk(&0K7&3(KT1tG HQs+n81Z`$<+^ZXWMPi:Kmn(A=;4_+3@GsY#m()2$P3t$1_=Q6X.lW9XoGO-XfSS(WiGlorhoam s/#ai&YYqmSsl"@VI`%mXS`%rrr<"K~> %fH>&rql]=8S4OBjP8;=rS7G-rn9Khf$i1&g!e*fb0/)Ta1o="[(ErAXaj'lrVu`orr;rrq9qH4 bLb>,^_no-BRAJ(l/;=#l0[s0rppZkmI')gbAh@rp%.qJn+ZD+qu-Klr"&Z%q"Ogfd$Z0c B^Pims8Mim1\gohBD_Q&p@nR_U.t(Us8DrmrSUqQs7Q9?8O9l_s7L@tj8\`HhRA0BP`^\t:=/_/ qu6TtqXXIZrVmi9rVHQfc*G@Ss8D`equ?]ls8DfnR;:URqu-Kmr[.UAr;$9[s721F.qIfBs8Dus qssOY\mTBtrql`noD$%"NUc2goD[gml36\Jp@%).rr57_o)/Fas82iV2@"g(s7cNm\h96Is80l6 >"T@(rP!.%rHpRF$mQQ/Hh@@3s8)T^p\Ooh1GH]Gq>Z6T5M5K'rr6a3p$M_DjlbRZj5T4_jll!o k2c:8gGodP8LH;Z2a9Yb.jQ-!5p6jd3>cD:e@;-E[u? &,uV,s8DuC91WZIM2-qFL&Qr/M#N0*KRnT(M2Ht8I!U3mK7.rdEH$5D9Oq!Udf0:Ds8N&srVtV" (g'L%>X)P)*t(/+2%q9hS!&T"UStE.`6Hf`cGQlCA6pTJrqZHks8Duqg%t^G!<)op'E._'q"Ogf c^,IK@-mpks82corque)q#"r:q#(*`q>U5`8a-!Gs8VrkfMe%+s8U=m!).-8A/Hc]s6B@CU.ncT u1UEUWnsrq5gKp\b&d-QotonG7V72UD'nqUEaq>U?m)#4+/r;HWps8N&urVZWnrr)l]B2k.ZNekfL4FW'O_%-aW;-;hrr<"K~> &,lP*s8;oA8lU/1WhuVjV>dCmVZ*D4UnF9OVPg,VQ^*o-Ss3<(p9PIgS)B[o;n+bq@@!c9r @N,PMD-Te*5!M"i5se+E?uVaUdi 0;>D.Hu`k"6S^2.!!GJ,*%Eg`B"5:VamT3/rq-6jqtom]fe!2Lm/?MMq5k]i qYKcl5ta9gNl/gd`d)No.X/`)$ Y-,%9ZELC@`MsXQ>Z*O@:-p`t6p!=^&2ZX',;D=p2h@WXG'J[9@#K\iK7J9%K8#5=KQS=Q6p)_Q ;+k&8T;o)tWM>c8C27Qp>"^k-'+P9N#S@jj'0R@>[&0LkafYTGs/c:&ri>jorhoams.pC%T:hmQ TUM.=WHD*>Vt^,frr<"K~> %fH>&rql]=8S4OBjP8;=rS7G-r7X3dg""Krbg4S]d)N]5cciDed*fR?4O3j(qu?WprquZ30Qkms fZfGJ]:#MIg?u#*]uB("lfm[$n+$DKs7$Q[jP&%GB%6kXo^qGCp"B6Gs8N#rrVl^*qu$Knh3^_H $:hu5p%/%Uq>LKoh+<%or%.X;s8A]qq#CBkrVccH7#q-:qr(L9[K$:%HTTp\q>&"4Loui$CHm.2 qYL-hs!.C,rr;ijp%A@brr;AZH]FfHn,N=\s8VlmqYfl%T(DXQrr2os.K9;:'gp$i"[2"%bHc,VC8_-n6S]6o#Gi&dC*9,]piK[%smJNju?uZ)st1Wk,gBWhhm#7Q_nK77UL&S>`m- ]!A)rKnFl#DI-(),om[,"p4l+!$ &,uV,s8DuC91WZIM2-qFL&Qr/M#N0$K8#&6KS"`)It!!&HuXCdJnAVLJ9*^qci!h@s8Dusqu=YL -!Eo57hICV6;rYrR8uI`DN0pFUStE.`6Hf`bK@#NCgoCNa8Z).m:0L%i 5li6;AQVYt5Wq"c84Z$88lTA(>&@FY!#$kcG`IZ9O-,<^P+J!\8H,#0S"?=KUSOZSVP0rgXbRbo 9WFYKm+t,9;CN;W[G+b4hP*2!rV??grr)WambZ!o WL0'AR[BA(P*(3RR4Bi,qYp*ds"=';nbDkNTN?j+pudG52fF.`BP]%gFDYi2Bk2*sC2.Eo?lq8Y s8Vrmqu?]gqu6U6rV#^XqYC!drquWmrqu]ms8Musqi+F1N0K+>NrY:?O8b18MZAP3M#W;HLl$e; K8,2;Jpr3+CK!s&s8W&ss8RT~> &,lP*s8;oA8lU/1WhuVjV>dCmVZ!>2VPg;eTq@pFR@Kk6MNFI$I=.TPL-m<0pA4O^rVlgLqRJ&$ lhg_EWP$ih\`W#I[%>FkpAb0iqYgEns8N&hq>1-korcgm[UAk2krr<"K~> &H)P(rql]=8S4OBjP8;=gt_n`s4[M+4PJZMgsXElce-aqc+pg&cc`\]Ygg6U/CF=or;Z]os7cGg .YlU(f@$%2MlO_Ce(*$QFEl.*jlu$sn+$DK%eB8NjPJInIZja2lh']>f_tjM(&n10r;6Bbs8BN0 $j[A]\+0:cr;$BgrXAh$/#rXLqZ$9hs/K]1s!%@9s8U+nKD"m4mq4_brqueT0t[D]la=XrRY79Xq#C$^s8W#l_IM!kq#13ks8N&ts8Vurs7Q9\`/2G2 q#CBlp%J:Sp%#J-?+B1orVucemrEa3n_Nm*p;uS(m-jN5k32^As*OV>q"+Lbs,8>3rVH?arr9qg% idK$Mr4Q7*^H(Or;W9-$\[sIs6XM`kPt8Qgp#`9qu?\P(9m[?(sD?[jNX`bIX-*YMlO=q^Y@r4i 9B[qjlGUgnDEAO$oLsQ1+<_:'IYFK3"Q'45TMF/%OGhfYH5-QPII]uZEc3cY,]%DX/_jS)b2n4. mQL%D3Ug(_op*8\"]L_P)"6m<];TO%g`=?!WWi_@cZ1ni5+FJhZ)C8gY(62e^4 &H;_-s8DuC91WZIM2-qFKo,ebs+gW/:P4I\Lk0u(Jr#)5JTbmRLOjDEAqG"@'@QdXrVufps7cPh ""dJ>8PL02-rY,9JVT%h,q+8>PbY1]]#;kCf?):DS9SO:.!"nXp&FscqUtiIrrE&trVud.p&=`l 9)nqpA?te)q#C0iqu$ElraPj(s.1C0s8Vopq#CAm@f#rsrVQWo^F+9is8V4O!((R*?mH5oq7P$52'.bI;!Z3gJ0hl+tHQO`"V2_+0d$=EkD3pHJNfp[)qtp?hs8M]frV:sa WV#iUoCMja('"h!97kaoV&;F_irB%A%fge6q>TGZ0%p'ormRt,s82`kGRUJ>;%CG'ZJ*3iKm%QZ EJgTnS=H^fXGrO8R$*SrQ'$]b8/I!Bs8)cmp](7bqVmr&"BXLZr6cc%.9UJ1I4nB;C27^)B523r C2%9b)`$1Js7uHes8DcjrVZTlr;HTipA"O_qtL-hr;6HlrVQWoUI'<`R#AeAq256.reUT2!f2\d re(6(%>07UI:H,IVZ6\prr<"K~> &H2Y+s8;oA8lU/1WhuVjV5O$QqYl1ehM,LaP-Z_m7:l^ *ieo*o^_PKZ5L\$W8jSXbn/F'256s8W&ss8RT~> 'E%k+rql]=8S4OBjP8;=gtUT;gA]bgf\>6=g44j?-rVucms7uDC .$NE9f$M:&F_4ulHtQkh?)?E@jQYprn+$DK&,,PTjl5%4U1i!ToCDeRs4RDOrtYP3r;6?ds6HXU #RWnMhYI$FqZ$Noq>E,FEAQGLs7ZKgs8Sj%rVuorpAP!&/;Nrkq#>q3UA4]eSL'a$pWokVLT6S@ /n)g#p&4pir[.RCp$qt>RXV-ol/q+#psZ4/JX>3mq^9ds7>sE q#C3js82QbqtTaTkab(d`:GYElg*`mli-q]p%@tMqtn`%@/^,us7GWL E]Q^2V!\3^rmkNc*6.gBAdp`@s8VEbUEHf@s7g%FSb_pOs/H?%L)2N;WuWuF)@QiU$k`OM'bVH; 6X?e4hWO%`kiq!ZmC5_15$CQC.O-Z55Y*LA,!6r22BX%m$R^.kUoJBu[BHm@ZE:71Za[->SM_6L 1F"D87oa5]T!unkda$"M\Zr0,Nd5D54Xh*R"pG55#pr@,iR-H"ir.p4hZ)CKgY(62e^Msnc-+>V dF#pd<`,gprr)irs*t~> 'E8%0s8DuC91WZIM2-qFKntP?L]3$)KnP5;L4Fc)Ko1M0Fa&.WFa/FTB6%]),1uelrr;lns7uVC !&IPB91VH#&J#ke'js7lTiZQjk^s8Mb%!&eLn>quDFo]jW/ Rn-mc/d)toBiS#(4ut`$3Cl7q;b7W04D&GHDh3^U4!tUhDjc]AOHu5q2(P/fTUVIBT:hpTVQ-8m V5Ur'XcAj:IU2+dXPn'Mas8Q4@Sbr'KqjILRH4(t`T+N4a$j$D/ !<`H7&-N.J+>m;BMj0EhQ'R_pRW9f7M9,2\q>UE`aIOL\%jRq@q!`_W!%qZ%Im$VJCMn!,Bk]5; @qT[m=V`[?qZ$Bbrr)Tirr2ilqZ$ToqY'^]rVQ?gr;-9frVZQmq5c2lNg5RBO8Y19MZAP3M#W;H Ll$nAKRnW'Jq\Q"<'O$Us8Murs8RT~> 'E.t.s8;oA8lU/1WhuVjV5C,dV>d8eUSk,mW1fiWV59cKO-#QfNK]]_IYiFt-.;J]q>L3gs8VV/ *23?2s7#-_Q%F'tK5P@1BsmI,q>:$err<#ts8Dfdr;Zf[`FdQuq"Oa_s4RDOs*4J=q"F=Mqs:O^ !!!6]@:`"j2a92W*#9+p$4RR\2]k6Mo(2;>qZ$Si?2=Bqr:Tm[YT@uJqu$5!!B+RlE]O2]p@6A2 Y[r?'3X$:+CK4(t3BKDh6TI>29G\(!A8>stJVRi"-4hSCQ]6WWPa7:`-^pX%StDW+TV8-WVQ6>m USYAnVi-q,H$*@^4@R[3D*:aKNfd>[(aJk\C%\Z[n=KL[^36$(`q=ikCOpmrTq"7f/S+uRDrLEpYHjqChTbARe$iL'= !rrW9!s]Me4`ud_Yck78ZDstDQST75=%GV1/jUMac.CLlah5-iXe_24E_8JG)%d>h&-++A,FPX:Zc0'FY5,'rVuERnV%]Pq Ssu.:S=c16A4K@ns8Murs8RT~> &,cG'rql]=8S4OBjP8;=h#?%-g&BVdh:pZ8e'ZXnf$1n:`mr/5XM*'-[$sKGg\UgHs8)WmrqC=Y S`&;XeCN'_VkKWAS"Q^TdbNX=l07U(nc&+jr9`k6jl+:m@?p`inc&Rgg&;ffrr2imqYBsYM&Q[K GKKmbr:Bsbq#(!arI4';9`O_ap](0gq34bIr;Zciqt[ZROSSPCs-H3Cnc&Kc*ejOa[%b'GS<#rh PjeYCrVufnrVlNjq=4+*Q#h>EV5CG_I"LV>i:$R?r;Zcrl>!$lnbiFer;?Hjs8Vopqu?]hoC)_Z rV$9ao_/=YqY'U^_F6VJirB&Tp&FLcSSQFHir&etl@7RMo(qat[_'6,oC_SHqsI3;f)O]mKP`mf *uKb4q"=F^rr:`Y\``n0-4"Pcs8Du]Bb,dnn`E"T`W#B,rH]+i#RPAJZ6M"k@X3HMG]o1/JTY3O .oUMZbN8'TkN(+Lj6Em0";iL4*uuIK*Y1o6`@`B.-5f]).t=[jN`\6'['R3CXfen2Y-bOg7P>Yh#m^e@"!^+ulc[huir%j3hZ)CKgY(62e^r@!bf@fL dGiMq5>.pNs8Drss*t~> &,uV,s8DuC91WZIM2-qFL&Ql-LAlm&L4t;5JqAZ1L4*uTI#EMe@X4)h@T!sch#%$Ls8)Wmrqg=. 3EJjM8lf>(:f'qR?"%GWP+.r8UStE.`6Hf`c,[i(L1sIV-"c6;p]($ag&;K]rr2loqtg0ZK+\/, E6%tX#l+Gsq#('grr2lr=T7to4o4sRp&G$gq3"J=pAFscr:R3>L$\jJ/=rK-V5BidUT1Pq W2,uQLN%$'5s$_8+t+!:+U\8]/Mob"G(5H9'6^7*P)ReRq3:oI6'n",NgHrXf_>C?r;,YE.a7eB NIY^o!+gmeHYYiE?5"o^hK.(rcOErUFV-"onXE@J6Q7))5$)EGK)m PE10.9H4[*+A$g@R$X&"R[K/!E?cK"M4(BKTlrF!,[>d5B'K6nb>o-5D/a8C:2k,lBk_ %fQG)s8;oA8lU/1WhuVjrMBOirhCa:$err<#ts8VfgqZ$TbjCOe[s7?3fs4R;Rs8Mrkp@\FU&WJ"?&NO:"ta4bD*n;Jq!PDcV+YoI ,R-_hBMM5j2`X#g2+:#1A6CK"%l$+/82(i%G].SQO-#KhOI1e58uJ#NT:[^,T:hpTVOaf^VlZSd St2=(D.lO(2C&V=&Ig6H$32,05!VtXDj3mDQ-6AH^!X4_[k5;/^r!XWT!!$O(W#6O0;JL/dAR^UT H"fqm'g+TiPchC"YcX\*]#^0a!"Kti*?QLO)@B<$W"Bh>-l$/%!(_fpE\_3]L5CG20nFt,GCPL" A.9,6/066(7o<`BP-rZkg!S*ib/;!$V3$7082D;!$jd7@,!?g:\?N9YXo,?tWW&gpVZ*D)US"!? QCFMGTN*[9W;HVnrr<"K~> &HD_.s8)`9:gog?inW):gthtb!8IM,;W$*Rdb!1&c-4DTaMu3;`NcYbfZ978:uq9GrVZHfs8Mdr +fs>OcI(4KL4=Z!KT;=7;P;e.jQl*sm-sN9o_J=Vmc`'D`iO (^NC"o)JF]rVlctrVZQls#C#Uqt^'V6]D'9q"sdZp]%'nqY'dcnFcUc3/.8)o_?d$MY@)MY;0GO goSEHB8UdbB[6AGnb2t\rt5/'s8)?KZ@=,K0M,YbQ0%c:qu7*!rkW!fp@@nQqu$Elp&>-mqtg6i ru_.=,rr&N$S,`M*"T\rpT1]Z\s8VrppAP$hq#(!fOpV='B"-$PC(VhjrVs>IN;3GFs2Z2q 2GONbs7="cu7Rn1l gk$qUQG9Z2YGSJ2T!#K#Y_tLe3^O`55XS+AH&8<0dbjOfo'+rcdGk/aro!h6q;*(Hgt^W9f%/@"e(3'k^VnONf:G&FP5b.Or;Q_H~> &HD_.s8)`9:eGGUMi!:HK8TYb!/UW0#DdqXIYN`7JGafpHOkLDC3PPc>7WOPpA=dbq"t'j2-0cW >#e0g>!sl#8Q'#.C-NbKQ_9eFWNNbHaO&G\c,R/_Dd#Op,)lI"q>^Kop\+Ucr;?QQq\9&0rV6e@3&O)j;-.1=73)I5":c"D)IJ/RNKKBfQ'\&;B*NIJR%'\>TV8*T UnsueX0&M(URd^0HY?GJ2D$'t,TJ6M&LSP&!$"6r=(c&hP8,4/Um?e!Q'[l(Q'@O/Q2-a9Q2d1i R[]_1Q'[\pO,JdYUnO?(ASbU&$3^YYR,e5HpQPZ7q>P:;!!Ys7/rVHBgrr;uts/8_+M1gnSP)>'UMi!SDO8b1=NW4t5MZAM2LDPc%LPU_@MMZb&G_L[/DBp'` s7Q9err7K~> &HD_.s8)`9:fMh9X/DejUT"0i!2fal#HOYlTVnfeT`1?4R$X,)Q\gC-erV?Nkrr3?$p#tr7kDH5)n+H\["o.ils8DoSs'PEqr:0+: q!"(b!!bA\2@i8K91hZ91+X@^)&F)('bi\0UAs?An_O*:qk$dYo_JIXqt[-6EUNl*qnWjmCKtF1 !)`7?U9hC(F'8YeApe;o9gq0)5!M:s:g.CE807a18-TM(+(g(ZN0'6hR$sSAB*NIJR%'_@Tq\Wp^p<"qp$qYDn+?8CqY4k?QeX;bY-YONYd_'L\[@l;3"lo; ;\p)R-=*FUX`u!270>_3!%,U4&ftJ>J;8f)JV\H"JTQKX,oS=.+r)Il;cIdjT"NM2lgNiheB>S0 T9X.o4X(F?!!!3K"qcU<^ojW8UoCZ%VpMRFXT#:#WqiXnVZ3LlV#R,#Una99P+S;CIOlD$s7Q9e rr7K~> Du]e8s8)`9:god=iS2o9h:gW[>rr<#tqu6G$ /$@CRcdL+-?:?h)/h&AHO4iXQkhtjsn+QDEqsa+Gnb)#'d_CQIOR<);o(N+`rqcQmrnm_dqu?Zq s+Ck1FiO(Pq>^Bkrr-O.r;?Tprr2ilqY9qo9ZmD3mIU,Js/fi2s8N&loD6j+FnbY'q:n\kmf3?=uAjUo(2PCo`"jerr;]ls81iWKo9YF3(f[ro`+^`s8W)ts8VubT6B/mrVQKirVlKi "T8/mq>C3k*r#:$s8U)2%i\iho_S4Up&).)U@IF>md'0(m-F'0l0A*//ahcZjm)*nkP+`;m/6V# Rq5`!?@JKS`3=#E:RCmu7:=aIn6,ogXmsFkC@Crss)e&7s8;]jqZ"umC/7)J&/PO8VVhFQHkWaV rr0>m&kUL873fnRpAb0ipA+IUq>L?k_K]%-`+1rllK[KkhW*VRi9'4Wbbh&%Sstn9`6$00^h"HS +>Z;+-(2rS:P?,dEmHiBYj5\tLh9b0\iVqd8htc+Jh;$f>f[eX'e'ZRkcH*uDeC'mW/!Ku+qu$HnJ,~> 6N@#`s8)`9:eGDSMMR+GKSPA>M2@%ELOt&+Jqo,4HujdmJTYsUI=ZBPEe/]k0B;g%rVlirr;Q_( #$+c$91_f*r;\5J!!!m;QCF#'R]3O"_SsUG_o0F%Xb^pr:+Rf9jo>#Ip&>!iq>:3jiVrlW&,ZA& rqUjA*Gr[brV6Eir;QZprWN9!r;HTnrXo2-9JEsTqt:!hrr/]tq#:_0k9_Qrr(+](gKj= 2?6hFab#Y72_PLG>CLBu=&2OX3BKPl9Mnhc-kmpX(]XP*G(#$uM2dUYOd)3+Psl[IWhZ8[TV8*T UnsocW2m&%W1ocBKlpm(6T-PG(*>+F&gA,$!"V7j:/tkDJkck[VNR@8QBd\uOHPjmQ2-YkT9YJ" Q'@AlS(>Qd`ukIW9OjmW-Is7lQmr;$9es3Z1)7lVe!% feP[fDYDb#H.1ns0Xik35XK4*Q7sNrVucgqYL!erVuW$BL$(,4pjuKNfB6eP`q5lQ^E_[F)>K"2 IKHjK6_]NF$E(Cq"Ds-"E1r:)E;\MCi*ZlBOGRg?uK-_".8f^qXj[bq"OX`rr)`lrVQNkrr3i4p ](3hqYgEmrVuTXUIeOEJrPqYOGJUJd#\0drf-r:q256-reD;GLPL\@KnY85I!L!dMJY!mQ2gRTr ;Q_H~> 1B7=Ps8)`9:fMe7WhuViUnsrcVl-DhV59r]Uo:2bS<08:SWJemR$ie`MNs,W1Y(jcrr4,=pAaY[ -cH&bp\F6`D,3DS3'8ueMrjs7rU^'hrVuflrr3`4r;Z`qqt-^oI+n;ap[J"Tq"4:Vpu2,eq#10k p\O];!XC>W>=C.s84lTN8jPElrYPSLrY&g$!_:N1p$1WV;-P@"2(a^g=&c`P/;GL,"A:IQ%FN:r/\@&]NZa$jFq6]t'q6]t& J%i=oZF70HZG!oW[E$1LAi1bA$m@Mt;/%Wu155&*2G(g]lW4'YVs(fH@-6tUrVcHerVH9bq"i3X @72st":P8eS(.<+E=&T6rVa&`#X6;f4s.cDp@e:Qmdfo:p%.nI[:qsAYY?-O[^3n\Zhp2YHFe!W6h[GXT#:#WqiXnVZ3LlU_BGoT:h^?PEVK1I5`O< s7Z?frr7K~> '*%q0s8)`9:gf[:i7c`8hq?`C2, 2R:`[dGO!.Xe1YuC.pQdVVgLuo'>c2lgaT:o(;JAlh'T1gWcg14GE,$n*KuMqY^?lqVhAhp%nUb qWk$m.[oZ&rq-$dqYL*er;6?err!K-qtg-as.(rVjo"QDpA+`lD>F22-i*6.o35Dgq"F[R>@QLe s0t$gfY`?8Z!01BKBiL3s8DrsrUfUNq#::8erlW]h78MaOPg*.qu-Nmqu$Ems58R-p&G!dr;HTn qu?]qrVm&rp\+=Xrr2oumem(a)7;X:#97j6qu?]pqtZ(\a6)RPkN;-tlKds(lM9ZHn*0$#rpC6a lM1/Ci3Rc;I[d^ckl1Ssqt7-[0puGW^]49*W,TKNs'ZbMs760h62UW\rVQNho)J=]p"R$@'K!`- r;XA]0&QZt`_cb2a8c1>4$gLXqu$?js8)Njr5a7q@X`tj5BY<>l0.*gi8s'*iSW_Zk24e>guR)/ `j3J&jdRME9H,rU(-9J8@;rccZa-O+Xei5-Ydfrd'er9,/NPmU:2bWM[EI:cl/q!YdDri$V0QcN 2BrnD#QXo:*>CB*s4#WTgXOd4l-\MiiVqd8htc+Jh;$f>f[eX'e'Q@adaH7NbKZbd5*PsEqu$Hn J,~> '*%q0s8)`9:e>;PM2-qFL5(J>reXX1L44Z*L5(>0H?FdoIs#gUGD1?X@WmYj-fY*uqYpNpqY^A,% Tu\%92/Pb5=.Xm/eS.'BU=sFRA-RWWjTLQ^rXL1['#UBA6)&2$>ef'oC)_ZrVlfsrSdbeqY^9gp >r"Y*g>des7>j^rr)fprVqBHrVlcps,e@#g\LC>rV?Df@IX9rqu?Toj$QB&rqufT1CR;\<&t"Pf t)'TLG0&81k:!e@p2c(6p!@j6;UKZ3sm4P:.27,tR$s8%Q'IJnk`tt.".GI9PQ$naR #@N/RuCVs"!olf4%`^];f-n^%2Ft5$a'=$p8W,DrVKS)WVu2_r;ZZms8DimqXaaXrp\CAM$trIr Ug#o-7IaNp<6G88&"p"VE$rUs7lEbqu-9^s7`4H!OcY]^K8GY?E ,B'&EK+6LJ`Q\'Xs"COloln?E,BE#@;0=hBk2hE=bDTiOd2#eNK2DIrf6u;s,?c3!/CK.(Pmj%LkgY7JVJo-EHQtU76$S4rqlWms *t~> '*%q0s8)`9:fD\4WMQGhVPL&crhga4UnOQ\W2HD^RZa8m4)i^Co]Gl@o_/(To\oWIo_\Xf '(Mh,!'".M/0-<58kr8a;G0GDrYQ%Y'+kcc-5cn`gAgmArr7;EAb#ZpqYg$^j$Q5orqucS1C[Vm ?p+KUe%KsfSO4+l2hZg$Am8)%5<(\h5>b<_5n5;]I9\K>06i\2Ll77SOcl'"VM6QoS#W6UU8+KZ V5C,fU8FrnY,.JFJ9Pa7;+<]..17";+#YbP"onWH;-I(/ATWnj.[U.E#-tJ@[B[!Fq6]t'q6p+( "1bbBZi7FL\>d3\]rcN;&g92!6s+,9?\OJG%2"@u"0(tan>0s3rV]e.Wr;;_qu-?frVQEeq!IqF qqXOBc,:M@Go#OW-8&>6*V`I,Vs7,[Mo_.eBp[#A):ebM;+!OXY\[&ZO^9+]H>ct05 ['Qg.Su&N[Nf/CHPI5Q>'0-gj2uji#o0Pd%LkUM.G^t-mJprVu.g-qk0HDH"8PNuJR'b)ljm)3p hUTf`Ybu\Y9/7Is#Qt,-(b$=HC:1+DYd(1*Y-HBVriH+"s/Pmorhf^lrhL4$Ssu4BTU1S"SUsQs PlC[Zr;Q_H~> Du]e8s8)`9:g]R7hq?Q6i7cr@h;$`:f@Sa3g=+?lc-k"\_8aa>\@'2p]!///37e-(q#:_U>ip?:Z*lK.I/p$_MEkj.HuiR,fL@5N,UpA4d]q>UBiq;M6Ho(i=S pSTbnYPS:ioCr:bq>1!drVZTjr;?Hiqtp6dr9JteMtd5Iq"ariCukWiq>9UZs'eCaqtgm2F.hm$uF'c)XY,S1lWNNP2YIL64-RqkG0/t^H94i@0XM`WIkO%KjfZq=?Y(Ce%7P>eo #ltD6!$NI[^>nM>g"+d3m*XhliVqd8htc+Jh;$f>f[eX'e'cL_cdpL_^;HX];O.+Yqu$HnJ,~> Du]e8s8)`9:e52MLk^bDLPL\BMM[+BKRec3L4Xo(JV&GuFaSgiDfpGTChRf8)qb2bp\k-kr;?P* $s?Iu91DTP>ASM.H$W:/(,p>uQ(=J@VPLH/]#;\1[&TCHE`Z:0&HZ4[pA=m`qZ$TmqVhA[o_\XR n=VB[W:g2ioE"shrVccq!WW/trrE&trET9\Eu]Sqr;QTgq41gDq"+1Yqu?.V1$/H4rpj"i92SDP #!0;sAVlTe!%_o3B4kCN:dmW4/fdDWAh=FYR+CISmmFGPp;O,f3\PEqhZ++L/[StW!WVP^9j W;ihKWi;niR#uc:@T,]U0./%`/L`/8-iaP]"U?GQ>YnmAKk:`LS!]M'P+%o+PEt0m"-K"BRf8[m QCjV-E&@k:6tKb)9M\P`;,_q)56`#037n/ts8VKbp!k45r;$Blo)J[err)fnqsaX]s8Mlgd2n)@ nG)3I!.+>4Uam9jf)P@2s-OLAs8;inrr2)eL.,BA=B$IR!+qCnOc>`gP_kTkPDtN[=GhNOFF&Rf CL(@iKl1Nl2Pg?Pl"U2cfNf_AE+WH]?taCnBP2F$1BVCSs8;K_r;$3es8MuprVuckqu-QoqtL-j r;6BirVZ?gqu?M[94NsAMMdX`NJu8Grf6u;s,?c3!/CK.(Pmj%Lkg_9I=mE2H"_PE<_SkXs82`n s*t~> Du]e8s8)`9:f;S1W2-8fVkp8gW2HJeU8"N`VkTcRT:_^@OdDZ,MN*jdKRA5$+3Oi%QGF.Jc5UIrr8d'g@jt,rUTjT8M/g!rVl7^!)Hd$ 8,tBQYAB>q+pBW9I;Eh1?;EjL3@u:A;-.U93*^rjFEU@o2Kk";Nf]BdPF.i3D]aJ+T:VaPUnsob rhhEDVQ-_uU6CIZDdla=5rUPD'I4nV9eQJP!WW?X@VJkNBT$dK7^9/'Y->IL[Bm=3[/%0+ZidPA ]=@jJDmQjVW.mhZ,#26@;,:.l;GghWOZWUX!]AC!k5"o0qX4(>;ZM(5o:@6B?I\rDmerFaEW,V*pA"FBY(8lB9jM!T)@_(oa0Mta[CNEK]XP/MYZS&t Q]mi3S;M]F`1di2]=6EsML515&F*E(cKReQ1HpS>ZF$X8f3qWW&dpV>d8(TqImASYVmAKp.'o:6teW qu$HnJ,~> &-)V-s8)`9:gB:1hqHZ9i;VOrgtLE2eDB$:f$DUge(N'a^<+mJ]WSikcF96&.(0*Oqu$^Bir8IY`r;Zcn ku&@qq>BUUrVlroq>1'fs8+SMqtpsXgYFHMk7;p>4?.JNc9nFH2#Vs3sQs8DTbjo>,UpUZHfp&4mhr;$0crq*%/nc/=\s8N#orrW2u rVlgFrr)]ep%S@]r:opas8:/W/JAa/(.tt1q=jXWs/]tDmc`frmdKN.n_rb6mI05piU$$td[kV] 0MAG>s7?*ejLCV;L3e%s0HUWahuEHCr;6NoPrdRqh#?[?qu-Kkrr2inrquKdoD8L+-E[=JrLFZF ]__/k/7Qp)nb`%[kcE)/s)n4fSoRgu@\o1j]?T*imc`W^cGR,qN.>\C4X_'R "q(\:"tMqt^[qB\f%Jg?dGk/aro!h6q;*(Hgt^W9f%/@!e^;I[db*-f\qs`oSGE$Yr;Q_H~> &-)V-s8)`9:dnoGLkgkGL]309M2-e:JVT&:K7A?%LP^M%EdrsuF)H)OJ8\m/$b-04qYU-err)\# "BAJn8OuBL>$>6JG`R%q!!QkiKpJ@/Vl6c$We$k]]!@rlKj@kV3Y)3NZ/GTYp\jsaqVhDar;ZWa gdi-Yq>KaXs8;oorr*'#rr2rsrVp1%r;?Hgs5uL!hu!$Fr:uUX\a&2?q#(0O5pP=fqu$>:"$TUR ;\C=2R9t>j!"*$\VZ*Lm W%Y0MWMlV_PDaU#>YI=:.3g/c/L`\I(]XOF('4Lo?;jp2AUlrUDQoOpQ^aG/PaM!+q3:]?'p=lF M2n+"S!\"c/-#fFKj@AL>u*HZ/q,NA&K_\e/DL1#qu?Tmon"gGs5O(Br;6Hkr;Q]nr;Zfkq==:X ^`0$Fq=9[U'YF;;X#F_=s76*\s6$?'rql]caH0n!00rPe#6OrOJY8g1N09WiMiX'bNJs!aPD+[< EG9?;ItDo`95Jf/5k"a=W[\F68g\7_=]/@2@NfT'Anc:&5QX[6s8DZer;$9irr)clrVufmqu6Wp qtU3krql]n!<2rs$L43TD3L-2M3NsTd?"9erf-r:q256-reD;GLPL\?M1p>*L5_"+E`kn/T)8B] r;Q_H~> &-)V-s8)`9:eu;+W26AiVuEVcVkp/]T;STaTq%UEUSaQCNgcf8NeWL_R"K;p&#o9ts8W#nq#B\X -H,rap\XRKk1\ADmH:oN'19S4rU9LYqY:!boX!$Br;HX$p&Fd'?4]Q>le;Aao(MnZqG@5p*ub=k *@*X/?=[koGBS(H6:!R`,8q1(#;9*\3VNLGqYBoP=1[_Xlh'iHi^4jBs8MukDu`();cX;GKpuV( MZXN&K5YF<>$4K[4$b=u6W$orAnQ:%F`3.i9e&YpOHGcjPEhT-RS+QcVjsK]V5=0grhhEEVQ$Vq Sre\JCKsY&3\i64+"&F!7N;F/#nR1I7Vl@5?YY9b*.5N0Za@9R[C!I>[/%0+\,!HiZ*^[2WjfUJ VKZ&u"UIeW;aa;]8M(u'/1Wad(D$R"de3/%qtL'_L+q*ThYlX9q>:'cr;?QjJ,&R+mIL%b)5-g" n;mng\bYin0kAQ-mJ$/Jj/'fnp%[pmNF5%)6<,ZM%g=hS\\Gh[[D92UZa[BJYdM!MU7n$8Ko;4b R#-E5RZo-,.PE/%!u72!2gfplCiO`EKS"Z(Lk&>8$X#kG.5aC\>]#:n]Zf$dlf[3Zd)`r2Nu!1U 9/S"7'aFd?!"(5-&qdBrUT(N"XO40LXT#:#WqiXnVZ3LlU_BDrT9bh:VPK'+BhqWtqYL*err7K~> ,ldiBs8)`9:g&t*i7ll!d)o(hU.F6)]Slf[BllL*p%pZlVZk2tL3RU.p&/3&1/mf37a fSEj45!CiCQ+UWS?gmjgnaQ)KhEcJ`q!c18\+9Irr;Q]mrVZBes8W)uXsM6jh0gdd-dVPbp>>`H q#CBjqZ#p'ZZ/Pp<.9jK:cq-//QS@`m-*?fkj%O6k?dB6hr!DLf\G63`O*%h`72c6`R;qk,V_"m 4?3gI5[^7YVlR).Uogf%Z*'sS1EK[a1cR-C78[H@RBsudhs9F]e]Yh=YEF]c@S&f[eX'dalpl`llrigV.Md7@jGSqu$HnJ,~> DZB\7s8)`9:dST@M27(JLPq%HLP:D6Jr5>9J:N6*LOsu%H@10kIsZ$UKS":[!0[3Vrr2ios8Dh% !)H]h84uWY:bL*_rr2lrr;ZXpoD`tPdJc%kLLH>9ODMLg!\2! CD=D2Uu-Dd9(S!T;#Q'_<3nW`g631#quS<\;!0+7p_!%MJp< )?mq*"jM>)&QhH]Nc4An,<:`p[\(,/8k:`qoE?Lo)/Lbrr2fns82fqIf92F(VKXkD]JruanG`3j o#/Ls8Vidr8PDgC-X:mPa%5iOckc^M2R1ANfAmBCi=ZNKQq$>C3!SkX ml/=F:C8Q2f3#.>@h\aB4u!uDehiC1sl:%q>L >Q=[$s8)`9:eYu$WMZSlVl?VmV5'cYTVnTYS=?%@Tq@gAQC"#.RZiGeS]h[ +M[sVp@IP2baj9(9jq@;Cisr@GC,1'2@t"oPl@!UR@BkC/Ld*\Stl(X0;GDC WMc5EJo>:(8No$c.k;ef0KgWe*]uqn3sQO"F^S]_CN1gVY.D3S['6dA\,!E,\,!T1\9+s[YctI7 N,(9a#Qt,X@Vek7>"B8/&-rjZ=,+"`(JNr]q"!qAps_$;p\jd'A?G@tr;-?hq>:$\q"jj^pSJ_< qT`su!uT/PqtT.GrUTg]o'uP6];B+#-UMNj=u@'8'Efk$R_#o.Z*_!O\$r`PZE1-2Y,eCtVk]K0 LQe'qMK=NASnnQ\4t8H9!(&)&IWopXIt`6!J:NB-Ip*?b>YQn)3'BT.A:U/V`R3?"iS)f,`kJpL Li?E]0d[tH!!`K());[MIBKQN[]ldZXo>F$X8f3qWW&dpV>d8(TVSKU5hr!6(\,Qqu$Hn J,~> '*%q0s8)`9:fWV$iSE/@hV?l=rmr4Eg=k*+e'umoaiV`Qcc!E/bK76(`QZ.m)2.h_s8W)ss8Ors /$%IZdGip0Z?p5(EI2h^`6[]2mE15gBqaJEZlO&.j6Gpql/LLRg;p[K+sju'qu6Wqro*ehs8Dcn M_r*Bo_AIbnbE(\q"agcrVliq"8r/srr2pHn,K"3dJ!V2qZ!*lRc;iSeaW.A:,1;ts8Vi(3.U;o mtEG\TQ2V+Cu5-j..ciZiqN?Lo@KPFnc/R\lM1DZo^Va]IFA&ms8W&rr;Q2&WqlDcqtpBjr;/,G qtg3hs8DorrqZkNM3tio]Icio/\ChV$Z9cH!]) ]>256aLe``+u:r56jt%q>GA(&]=PALYct::WiMCT)dGfj3A3-V86L%tXMN<dGk/aro!h6q;*(Hgt^W9f%/?ueCN'j`QZolc?_Q;Rf '*%q0s8)`9:d/6:MMd@NKo(V?re+C.LP12,J:rZ/IlHH%LEpO%0gnO-,]nQ'I](Q4m)eSY2[Mri#am/uu"O V4X$0JSALg68pMF,;1`'4>RKa4c>#RG:NY8>@qMTtpm(B6q3<.lQ^*VX:a#l? !!a#Q8Sr'?=]m!T=c-!/NTgEBd]Ugos8N#tId1nb\,Z*hKEt!1qZ$KmrVQWpq>L?np\V?,K;DHd ;HbI2q!n.Zq<-AJTRCEK4@3A(Lm*Kq3%?$_&1'8AS>D4*N0T]kP*1rkQ^O,&P)Y3QL5V"DJU;6M GBe[M?ZA&#^]3o32%BdNF(o3!CiF<+C2J'/D-%#ea8c/:s8N)urr!H+q"Xabs8Murs8W)rs8;]h r;Q^+q=XFXr:opXE,U5dN00CPO8b1=NW4t5MZAM2LDPc%LPUY?MM?S*J;T8>8gHHfs8Vuorr7K~> $ig2)s8)`9:e5VsWrAq!V5L2drh:C.V4jHLS=cIEQ^4#1T9Y=rSY:mqO-l4b!-n#/rr5"Uq#9ki +hRdSp&FgO^P6`VI>iDs^=`J`rS!WQG-:3!]c;%EpAb0jo_eCWrU&!_'aLDlh;IAXi8NF7dE9Vn F9"$J%2(!9.6g[2I>*fRUo:5hP_s]n7P5\p*<7KB)U.$o_opMO5_n%?f$s9XW%o1+s8DrkZO7RG ;dLjP,)K\L$9*3O>#Sm>>!>&>7ncK.&1_.0Dej!2H\-ZrO\6O.P*DB(S=H4FQ4m)eSY2[MrhfUi /u,;BW25o=IqrIk7m/[_/M8Cs4"LCH;4F&PMD>/VAS5X\<,YMP?E:NGZ`^UBppBk+q7HI4H`sQO U5ND5&-`:M)C/*sB3APE,6Lbj5r+G[qYSO?cLg`"p\XjRF;MLdmHB$*8*B[GqY^6drV?$Xq>0[U YR?&Y;&iG9-L(?pp&4XKfta/*APbKW@![KfK3C;f,T%@Q7WGZGVQR#/\$WWU]!JlV[Bm0@VP^)b VGj%RP(\dPL7FKkO['dF3AN`*%MD3_IXd$*LP(,/K8G/2C`WR`;DU*j4[;bKH'YSHbL>;"d`ohL \[A#iG[O3+/LUc0&.JX?&L\GVH`a`b[&_TVriH+"s/Pmorhf^lrhL4"U84HLPFA;GSm![-S,`Nc r;Q_H~> Du]e8s8)`9:fEG!ini>BhV-W5e^iF/hpTiseCiHt^rXUBe&Jf(`Ql93\A-!b*/spoqu-EirVlhG 0WEdZe'QIob-A_3cEr1WccY/*lEEc!,nEt%nFc;An)s(W WdP@6U\4H_s6SscTsj(No`+opM88c]rU9ITnb)JIjO*u(r;Q`rr<`JMq=!75;T%8UkiV:#kNV:,lOM"&BL"4;?\4]W eDp<'s*=P/]37kAYlJmrnFQ&FqZ$$]o'lGRkqbHH`D\f:"B"4Ts8;loqZ$HjqtU3es4^Qp*(..6 `.djNeY[:U9L_0EGEJuTf=Q`?/0736SV:*bWo)ajJ_fir7p9i;_^1hAb;+gtLE3f$r*pe^r*a_TL-YT3Y3\rr)`lrr7K~> Du]e8s8)`9:cr'7Mi3OPKnkA7JqJf7N-ou!JVf54Fa/.\LOU9kr)i^nplQ/miTKClmY!rM`k9U@p?7eo(VTYb,Uo:6jVuEPH XfA@sSWekZ@p;Yl2D?U..Q0=S,RH>)Y1GE8;_QC=5)q3CK7q3=ZufnS>?3g_s[Hts7c?^s8Mrrs5,(H_9-:`,QL0kq>^Blr;-BlB`%i+s4TpO $o=aVZutHgc_YPG5W1DiBn)GZ]q0UI*==9.H=7gPCn.GkOID5tR?3GoP)5?fP`C]bQ^E>NKoCnE IrB+GJT,%4Df6>>mIfFS"op&iC1_$b@r?.$E-5o;C`jP2s8Dors8<6$qY9j^rVuosrVuos"8hoi r;HX*qu$EfqYpHJF^C&hKohGEO8b1=NW4t5MZAM2LDPc%LPUY 5QC]]s8)`9:e#GpX/W%rV59r\TV80ZWgB!9S"cUBN0TZuUR-^kQ_oq'Jr?'W"+^+?s8W&oq#'_s -Fs0Vp&=tBmEXDRl,/:0e_pB(qnH,[0h\bCa$#IJqu-NnqYojTs8VGj9`T7E]>2%l]&C2E]sPY_ 66f\:-m'i`/kfPnLQJ%)Z*^sHXe:Sk;E#a6,m4`.'XkidUp@gK2L!QmccY_)5T0VUH$>"DZ=j=?2.0Zq]YL7c9,\*eBmsV?5^BNFY,\k6\@]#M]">8Q[Bm!9YdV$6 R\HdXTpUUuNf]*YT9Os>)($Y/0`_e?I=Hd!H?k)@L,=d;M1IPb?WAp?5!D5(>'5t,]?&COd`fbK ]sb2?P^[4?5Vai#(a9t)!!E[/)b-[8XKJPMXo>F$X8f3qWW&dpV>d:jT+RipS<8o#PcT@08t5kZ qu$HnJ,~> s8Qs5rql]>8m%#!gtgQ4gt1*,f@ed)cHt"jf@80laNquH`QQHB]"u;/]Y:mR(m=poq#(!es8;ee ,E14,d+Hq$f\PHAg5IOCXPqjgl)[$PM-il'QnMUrjmMX,mdof"gY0u\IOgHOo(;VRoD.q@neCch q5-@+s8Mijqu$9aq>C!es8;WirrDfmr`oL#q"jCXNA&]XlgFB5ND=QAh8[P#l*30*b5_>%qX.$N d...J3#8*#0V$ntp\+XerOAZ>iqWQMs7*UPQ0/&AqsOL_oDS^hrV-$]q>C6hs-e&eqtp0gs8Mur quH`qs)@o3q"jsfrr)cmrVuorqr@\Uq27V&a5ZLNiS0#+*P;.Hs8)0?J60n^m.U&Alg!]rjQ,Fc l0@[&lKe$0l0%6nl0@X&mchJdNRrV?0[oDejGKh590!%]g2KTiLZjT#6M r:0g^INfLY.N^ENS(mW1qYU-frr2rqp\XgWk2O=2G+,G)MIU(!:f(D5Ohf5\]X+)L8Ll8fMm]pT Eauc:n*9''nE8rsrojXMjlGUejl?=!=5M]\bf7WEccj/.ZGtD6X^W87/4)W3(e9pjW48_!ZE't, ]Xk,FIhG(B4Zk\\5YY?pI$1G?`nfS/eBGqI\f%8X0cHjkdda#qPgt%fu8tc+VrVlisJ,~> s8Qs5rql]>8jQX7Ko1bBK7ni.KSG/1H['pgJqAN$H[g<`H%CNmEHQ\dEG0,/!/:CGr;ZZlr:g5d #c=@ h;$f?g=k'/jH;(?s8)`ns8Hj5qtg0sfr;-Ees*GEmmbI!ji-RCc[D&u^khVC3 'XIE.nb;&u!'+"`0)uZM63&o[JS%hY9L^!1-8[VE6XXFe(b'6HH\QQpK6rE;NJj$bR@BkDTrUX* M5-i;USjucrhMiWW2ZeuXf\FdKm@'-8Nem_.k*S:-UK$lAqtqnJq8n\#olc\<)[(;CCr+YTo>"n R@9M/P`h2nQ'[u3S8eD%b:DXfc 8T'$L_Vat\r:9jO@fR;u/0QiVS_a2AqYr8Jq#(!Yk2NIZ@uHnFK3qe]7n$3ZJ$$8dWhG>]3?9;6 I@ljE82t7:R['#'S!&nsrfdVMOH5QeOH0:!=,VleI!BpeKn+5TApT8Z@1X]to`)KU!uu)uCj'5n Ebo;uEc>W280b)2qXs^^s8;ior;-9gs7cHiqYL0gq#:0dqY^Bnrr;uoq>1'fqu>f"AL5:bJJqJ`3L4XetJVmu+6(n/KrVlisJ,~> s8P@]rql]>8kX#pV5U8dUS=ESU84NTR@p=QWMlYfT:D41Q(4A0N00BuLk1%*!.=M5s8W&oq#9fB *MNK4q>1$grr4G?m=luKZh!_bs11O"Nc8?^Qm5Vip](9hp$D_Yp@.hG84"=),W7hT79WnL$Qj5;L6$bENeNUbQBRZ$S"-1ITrUR& Ln^UHStr<]V#I-9V5L8qYH=arQ%sfi;+3T+0e=e'/MBU<)M5N&[&p4'@LEuQH=:#[?!..IOh83B ^:CALXfJG#WiWA5]=G>Y]=>,Y]"#/QYH=n?]t:hYQ$-In*=j;aCP7k3NJE(+@oH$*@oO?O5"lS/ *DCI'S\3YAnau2Fltd"95U%9a-W,uPnalJKp@n@Wna5W0mcWH\WbPmqQ]ZVq;G9>?8Q^>=]!A?0 Me"gf+@^dRS9@dsL8DGfYdh9LY-7i0#-Y/1YHG".rMiqsUn3p9PF8#2NIHDBU6L!O!'iP30`VV9 H@9meFE`[pI!pp0I>1r+79M]26:OUL@<%!hY/&9.f%AHp_mZS1N.#JC6o$2)&./^L#R:PD)ZWmZ _7-$8Wr]<(riZ:%s/c4%po`k`s0)I*rN-+#WVrb9WN)qqUna]]W2cAYStVgIQBIo:F\P8sr:^*g s8RT~> s8Qs5rql`@93-u!h;6c8gt102g=k-+cI:@se]uCbdFH@P^<+^C^ok8s`Nkag'nQDZq#('hrr;ql ,)4Oud+6[qf@JI#duc:>U#tk-ft0I;T=TSH0HF!;jmV[*m-a,kg"4WiRj3=DnFZDGo(he>nIbQe l%i^1s8;`jr;HKeqYg-^rr3-"q>:3jqYs+_pO50No&]E6o9N9qaMbs5jR0]G1;s1XdG!ef9Yg,s a?1Mj9O-->r:BUYqY.Y0iV30Jr9jRQ`INH6amJa#rVQWkoDSI[rqmi9qYZJ2lM^YXrr;usrVZWn s8W)rq>1$gs8N#qqY^?m,5pd&s6YSQ_rKD2kND6A9*fplr;Zfeo#jCOh!3b`m-*^!rTjmYn)9% ;NQ7o'u)=hr*V\khje.Vj)^SC0*_[;ajo1@U4)-NK]d)T7q#l-mB`\6>rL3o]jMR;d?*^ipcO&j 6Gmfr97\SkNCmdjlPO]hVI,Hf?D(HaO88O^qI@l]tq*C%Q6CH1^-77Z_Xb,V5pc#WO049XF_-T: Hq-+2F1##m_"N,#-GAh:hkd#iXe&j5](UiSjapq ;^`!s5a4?ro+" s8Qg1rql`@90ZU7L5UtFK7no4LPLM3H[C9pJ:)`oKS=\hEdrdnG@GZSH<`uD!-J#0r;Z`oq>1,h "uod]7mfU4:/k>$@8$Y%@ZQJ,MM)-;>'*"C!!"C8T:_UASVi,<>t@1K1]V"7g&BV(eG7befalik g=b-2f@JR)drS:Ds7cNks8EQ-qt^-cs8W&pq#('brr)ios&A`-)n4k[iSraF3*ED`YI`cRSe_m= lKmA*#_:@4@Mh8C2[)a"! UnOO^VDk?IV5C2jWN<8(Um-LS?r]]X1G1701FanC.QEQZGCY4!Sq8Wr.U-7a=^lJQ#="?'#h&UR$dkH>dS5B4YXQ;I<6=!!<<6#mC;/% 2:3c?_#EkM]2Wr5$P/;j5SnVd*gP#g,`o>=^Ot0I8k]8k];*10om@i 7+f=.4fDDNLQK&Ng5ifr01!@P*1idOH>K]M27.LLO=/bIY`K"FE)5;EHP\F@c%(GGmtU(F^J]k@ ;9^o@;9^mED%RVqtg$]q>C0hrVZNgr;QHgr;-9grV?KkqYU3hrso#(q>1'gr;YrQ7s]lQOT(4FN fT6_OH#6[Nr>%7OQhi+OoLOBNrk?#MuAMRMi s8OeMrql`@91`upVQ$JhUS=KYV59lVRA6[ZVkTl\W1oT9NgcW1P(&@dO`an?!,M,srr4tTp&FTE *1Qg)q=O@Vrr2W[m#N_TWV?Gmo@Qo7Wm$]*.Mkn8p](3anEU&RoC)PL_]D*tQ)L@BpmCT>J!-%^ S"HFPVllhk=;X^Y*t0/G5Y51,Q)V+5g>(6"_nrd\O)S2a0eE_g.k7EfMLpqa>:Ead\?ig)ihIJ* WqGf2eCcti:IA>S!Y]Dt-?k5m>"V7L4<>D/:.%`L7qQ@*$3ht]Jr5kZPF@btR@'D6T:r!PU,t)n UnaWYVuNSPUna`^Vl6c#X/M\UKmZrt6TR+[/hA:q0LmENXN7-;X/rpr2#o1;C1UOOBLr1iVS9FN Z`(.7rNno!\$*6N[^NIc@qDe`Z\:fC;'=!@\I!"fSF !!*ZJ/5p&Lc-q[r!!#2^VT[cLf&"ZteC`Bu^p]8MBjXn.0I/J'5?:BH?Z(.=KoLt/X/rG*X/VtmWMcJWNK0@!R?W_iM2@.OGp<__4\-t$/:ECr G^4OcKR\9"Ljat`!(U*P3C#r';d4*iQ)_L;d+6gsb/:ZfQAp?0=@G(s'G(TX#RCY>&/5s+T=_P( ri6=+Xf\b/X/i>'rN5mul)juhs/u@'!j&E$rMUa9Wi2hlUSFW^VkKZKQ^shAR#[bf>Y:Oas8Drs s*t~> s8Qs5s8;oC9N?tuhVd&=njhU8NsW7]po=t\ p?pUAMY[2Kqu$Hmr;-?irrMrmqu:+&q=jOVqY^;I,*LXCqtKo\:gLBA[(4`H]hL5ae'Z.Tl"`AW o)I<1,t^+cp\OLMpA4U]j0c\_q>^?lqY0d7Ya'm-X1c^1gq^/7qYgHnqYg9[J"ui>rr2iqrr2lp rr)j!r;6BirVluuqYL0is$6S\s6Oo#TZP+%f?hmcKcrRGo)Jafqt-LkT]+_ho(;;:md00#l0Ig/ nE]<&m-NWgjQ#.MccVf2AmB;C_qk+as'kj)s8;fpqsOLYs7sQZ7k-em9fX:+$Qp]82b6Lq&frH. KSP/#Bl@g!?'gYCK/ai(j"Q]Qi?>sp7d'+YBT#7(P>'F,j*P47GYro!h8ro3q8s5Dhoro=%< ro!n8hYl7NhV[2FgtLB1e^Msl`l--Tf?V:QQu#Zjqu?Wos8RT~> s8Qs5s8;oC9KlU6LQ.7JK7nu9M2-_5I=Hj#IWp$eM1BhlG(50sI;s1OFDYM-#%-lpr;ZcqpAFrr #r,OU7n?*?:/FhpCf16?@u#\pPE9NY>`+bM+oisHPEhE#RtQE6A4\^E0`YA!eC)mnf(mhcf)F5" eGmu)dalsd9RZ[6q>L9krcA&8qZ$TppA"Xes8MusqY9p_rqcZnEWL@'gYLN:KJZ&cWLpBAe=@cm QG_>&b3<75-W!i8#9Gc':PaR;<_Z(L4usE)4[_qABjPY/@l5#1.7REQH@B=&CR:K^TUqjMQ7Gb+ Vl$8_V5C,dV5C/hWMr+^XfS7ZHuN=f68gPO0JG:35[>`VATD7$Ec?Pd>mLj*C1C7MDK/&W=J)%O S!K5%P`h&dO-,WmR$Eo'S"5oFRWasVKn*,_(^h3EA:'H&PDk3EF_kN$BOG.U>YnHs?=l_O$NV4j /ft?!!"],1)`9Vt!!iotAnbdU92S5H4#f5b7S?]X=)*,:KRfJNP)sll8j+[T,8qC?01:>FT$6g$ hSXYE5tlHlUR7L@R?EYrP`_8sPl-_=O,f3YMMR%BKnkJ=Jp_ifH%CQkC1_:'HWMehli"du!_.!3 ?#=7fDJWWfCh7Q_,HLY9p\4CXrVc`nqtp?lp\b!dqu6Tks8MomrVc`urVH?drr!)sn_$r@L5D)m N;nn:NrG% s8OeMs8;oC9LruoVlQblUS=Q^Vkp)XS#*$\U77XIX.>N;P+R#Ql`MhZF($Wp9?So(pP3\*`[V;(uJ3o)8CXo&TfMq=ajgcQt]'P+\5"PkgI3PCJLM O-5`pR[^(9OXi%V*?,Y<3_31]LS)E'd*pUuc-*`*VMf1^/KuSR3A2(hNf8C?SR*X2V7*2(cIAR; &!Y>jbJW49!'N\O<tdI6/0c#K*%XC&JXagR qVfJMBi&&jYdgjJ^:LYU[C*3?`^<.WMcSgUS4HXTq%F3OHZ0(ObA7>NLFSq0K2?j'b+E- IsHWpIY38rHA-a"A,o5&3B9Am7nQ`lG`JN+_9^Z`d`TJ9WgSltDd,dl/JSj*$4$nA"q)%s$XgHI UAh:pY5YX(X8f9XXo>L'Xo>C&Wi>rq#-"W#VP^2crhC."S s8Qs5s8;oD9iR"uhVd)>h:LB9gXt'-f@SU'ccaJVccOGWaMPg8d+#CoVpa74(Ld+;q"aphqZ$Q/ /UPjpce6k!f$MRfi1rP"WTiU(gtgfAg$S4TaH!+Yl0@NukNCjRioAS3Te1r\lf[g)pA+.Hn+l>b nF"^rYl4Fur;HZqrVZZpp&G'grVlftqu6Qo=o8!ko_GR:/rTN#na)`?6AVGH^Wt<6=#-2I^qmhW F"*"?s5-Tp.8\@`o^VVKp@e@W`2q,]s6]LZq!%AElb8Kl@p;if\mmIol6o();>o(DYD lKIR#l0%*ei6eolC/oG<[+=X=qYC0kqtL'hs8Dlmp[n(Qrr54]qY9gK]ob'CU!]cH.N']]-6!X8 (*k=V,Vi"rDMu0C^ppJDWj&:hNdu+Z>#e?`0e"V<>A8b]\&ZqSmJ6PVs*NUnD-D@deEQ8_ki_!g l0@Nrkj%?okih3ljlPXchqQi@'-pW?l-B7crSde6s5 s8P@]s8;oD9g)X6LQ.:LKS5,;LkUG5KReT%H[:$gJpDcoI!BmcLPTeO>^VJf!*&Fbr;HZqp&4p- &M7*X7S60Dr_P%MDH6`@C6a[8Q^F)#LRFcmMGdoLOc"sRNKAp4A4eR7,m@o-e&g(bf_Nqadf7_o d/VDrdFGiaVZ-DjrVld$rVQHas8Viirr3#rr;6LlqY9oW$P7C=d`TXW0e.:.TX2bZO":cjU<1]u oPadO;Gg:'((CUkHuWRn83]-t7j&Bp=C+d9@Vp1QV?*?d rMKUmrhquZX/V\LG%arO5;OrF0ek.;6TG]"BnCttJ9ca:R9BS5Bl6jQ>@DY,#$In!R$!>gPEV,k PEqGrO-#^!SUR'"SX>4J66-7J/l-;2JUVuaD.[3eCMI6qC11+<:fUV$;G9kk@o"ic-%iam:`9QK #n@.>!s&o?#mM(q4A]mYQ^O(sM2d^TJ9#1"7Qi^g-5R1*-ULaNM5@c(fBDr(rquW3IRl.TA<*:P QBRGkOd),qP*;/oP*;)mOoLLtOcPBSKS>2;Kn=o2MM?FpF+8^^Ed)A';fOueb5^t8#oZ]P?>=1h Ao(dYB4>ja,d.+@(AI\'rr;onqu-QirVl`mrr;iprqlZnrVmB,qt^-grr)BeqO9QlKou=mrJgi9 s,I&=hiIf!rf@&=!K;s8MB.V6L51P?Lk^S8JqJT#J;T5:F`C,?8"fbUrVlisJ,~> s8OeMs8;oD9h0#oVlQenUnX]`VPBfXU8+KWSXZ+@U6_7tX-S'51a+1L+tWd)=hAg'N)q5RI@d=D`l43! &:U\$a1UYF!%pfD>nRST&q,CU@8KoG?eK[@!=@9B"P^b Z*q3V]t:ni^r!gq[^iu[[C`uRS9[jU$m@K,E.3@cG]%A3@qTe#B4tpe=\q[[78Z]N4]5[":bVkf H*rr?-Pmd?)[uiO!"95A"r&XO:i2VkSsYRsO-PBHDdug?5s71V)A3c779+>bV7=OpjRMmAqg6G< :c_L$VRX(?Ycb18[C3KL['m0AYct=6Xf\b-Vk]r[UnscVSY;jPPD>-cRZ<>hLN@U4>7<5K9g\n, H'Eo2I=cfuG'/=\Kl$f_;`?a'6V'R=??1jmYI`'1f@%gY[],dZK5k6l4"h?^$jm:H"pG,B/gD^6 X/#WqrN?1#s/Z1$hlZp]riQ1$!NN-tVu`ltrMCC-US4 s8No5s8DuF:0*;%hVd)>h:UH8f[eX-hUU$QcVi'2_p-ZY`jiOteBbb,XNo@1(1R7Bq=spgr;ZcC 3-`m$cIL@ida64af>VoT^ZF%b]XQn4`qmGd^'nbMVCn+l;Z n*\:dbl.DHeo`+shp[n.Sr;$Bco'`2'.[]`*o85akHBuLcc.8dn2k6na\?tjM ++F1giDp^BNU?H5qYBgSoCV\<_lD)[q>L?KPfin's5M#-TUDCG^[M4&qu$*ds3kN/s8Dlqrr;us qYpWqqu$Bl5l:?OqYgBlnFsG)BsI$rmIT8rmdB5T0IW4Squ?Efq<`?"Vr6h.m-jK7mHWs#n*/il jl5+J_lAE*ApBZDk4ATP:&Fecs8W)ho(2(taM5dWp\+I`r;?Qos82EWO%iH7`OKJ!&.K?l)B0\M .3BBQ2E!BR;H-^u;GKnY3^,l$;-dpV?[e`Y`7=)ErVZTms!@[;p!9=Y@V(V8jmDU'kj.['k3)!q lfR4O+hae9fOU?'b1NT"TeZ s8Qs6s8DuF:-Vp;LQ.:LKS>2:KnG#5Mgg&"H[^HkGC>*rH>[VJMh?.a@h c3Mq(/B%S_rr)fp!r`&nrr6["n+Q>Ps82K\p&"dhr:]gJNti.Mb1k6U,9^ZRX0p$gKIII_S]ARQ ol^#\j[pr_R]jBIhWsk,p\b$js7YQeLfuhs=b`34Ss>@uOcPTd PEqJqO-,E^OHGZdN/EXSMMV4c7#ZhKH@13oJol-UEd<(K;dFNO*JX4ZiCaP/@:EYSAm8nV?=I8` ?7<2Uq"sj^rVc`prVQKjs7lQlqu$Koqu?]orVlcq"9&,nr;Q^#oD\dG9M^H:N;nn2NolE%NrP(> N/RXl#E+OpLPL_BLAlf'It`Z0F\"P`V#0larr<"K~> s8OeNs8DuF:.];tVlQenUnac_US4BXWM#fOS=Z=@Q("A=QALHbVOrirG`eL^!)2eYrr5"WoDeEq 16)/1p[ReHr;6-XpX+P=`U;U*^rFpus8W)jpZ:T4o^VA:k24q4fD#=;Xr^VrL5(_QEH#@"b4>\oT4[(5*2.10CIpXI-M2maHCgTb#85u?CdK9\+ZrM7Fanm^BObOdB4"hPChHpO853E!9gM-?8OlKQ>$kf.$Q?#kXgXLZX+f$VUV[Af^\KQCTs4u3ug%1D8u2@YrVlisJ,~> 2?*XRs8DuG:Kie-h;6c9hV-Z8f%&C+h:0iucd9tY^s:9Na2#F'_84.2]t17H-"m8XqY:!fs#0l5 5',0%cIL7_bgP.tfAX3*NI>D75YR!XgtV5EZ-gh8_nj$qX,V:6T@2,uHS`(um,[a)l1sc;n+lAX nF!b^iVr`Squ-No!<2ut!;lcq"RaUqqtpBm=8Mpgr;HHks/SmAK$Wt@/1uIEXJ3>WP=dd)V9$0Q o55Ops8V(]%n+V9rqlZko_87YqtK$QS$q/Fs2effrpKRXqtBOMq"4+Ls8Voop&G')C?GKoqYpKq rVlZn"9/,kr;Q]srql]irqR>^X)W3sq!dM&kN;7*in)nJ3DZjKs7ZHl+Q7QO\FTCZl0%6nlgF6' kNV3][[;b^F,?[.h=COEs8Dor')DG&pZ^27OEEleCmE'4s8Vojrr3?"q>]0C?8Xo;4%0'3+@TUL 8M(Sq*?I1SQa*-OS#*R1`5C-ZhrO2"rVZ3[rVc`q,5qQ@rqbZkS:5$G;0JhUg?7GVl0@X'md'B. kNM3slKR6cro7MIhqm/FioK.WgXjp,f?qXVbLFMC\\Q(n['duibB=R`3\r`%4.Nj]Tr=9QX08V# Y_a&j7QX716Vp3J@!.C#[(k)?dE'/:[]G[QK6Cd$4>.]k&ISgG!<<]3!#cnOh:giei;VX6hYuF4 i:l3mirA!:huV`lrS8LNhqZuAgtC9.dFHjub.tg8f%nW6@oT6%r;HWps*t~> DuTe7s8DuG:IAECL5UtGKnkD:K7\c3MLBkuH[gNjFFJ^gHZjLRG]eOgEb&K%#[7!&rqu`pqYL6O +sgDb77Ta48QTG]k d+=^Dg].$ErVc]o"8r#qq>UD/lce8`q>UEmr;ZZhrVHQnS2LR^Z.!G$)JtItPI&,D)\.@[`ji#: DZD(]9MlZ-(i";9Am7qj2)[9L7n4X*,?B2H>6e]'H]4;\R$*c,S=-"?Ssc7>V5@];P,G1OV50ra VPgAlWMlb*Vl$8\OF:eG8jP?e.P!)(1a!)OIBArpK8tkSRYZHFA-W]FF(nNW>]F^2*He*HP`q5l P*ME&QBmr)K47/#!t?>1:1\U!A7K%WARo%H<*E[;=@Xq\!XBAd6X*r$<)#nS/OMd!AT^NZ!"KeK #o+$\%OX(Q"98K*"nR['"uPa.JsMi@Xq4,f&RLP_"ONf&RCJ;&c0H$=gsH#IPAG&Cu-Jn&L_4MU@[Pp[)5B4k[^ =(#NL@UO=V1r0%bs8)WmrVld5r;6KnqYpNnrVuops8W&qrr<#ss8Dikr;Q^%qssdZIOBc&NW+n9 MZJ]nrf$l:pQ"Bss,R)M2-e=M2R1=FEDthJq@<#9;DI^rVlisJ,~> %K?D*s8DuG:JGf'VQ$KmV'2Y0TqJ-VW1TWMS=cC?P+.u2Q][>jPED6#M1'Cu$rQNmrr5"WpAaa- 3/IG2p\X^Yq>L9enFFMjPD!XG4&:UMiUd*=`7E;T`P]X3]9\S3\bQ3aJe;7-GCGl&OEKcfVZ,Cc0&q?Fn [\r7p!%q#H?5W_XEJ8OK=\1S2r]Mf(66$7[>()B8!ah1@MNXNuPF%l1R%BtES"Z:JVIC7$VPTu_ V5C&bVPgAkrhj%tT9tUfD.H4)2_Zj9/1iq2&29'][ATXsWjTOAV5SVP(0#Hp=^u#eE[`;h]t_%b ['[6N]=bS\[&oU59fN_'.6LI>FF7k:AS,[h?WUQFBkUmJ1*-Du(G\j#B/Emh91hoN6r.<057.An '*SgU$k!Xu3?JM,"U52T;Lk3eItEcX[(3`jd+@.;oD8:QpA4Xbq]b_/o^qV(Z]/lm0J61LR&[Tq YHkL@[C!3R]!f)Y]",>LWW&r.WMcVhVQ-_uVk]lSTq\'@Od`&/M2.+QLk:8NPb_Rl5sdLT!$HQF G]S@NGC+dcGDTl7<)5;45!qq2:LA1!S?KNLeCN$h_R6>4Q%jEj:dHuV'FkKW#R1G:!!t.g(S@_4 rilC*!NrF$WrK-oXQHYbXT#7$Wi>rq*N?'8V5C/fUnXQXV4s?;NgQW9S8V;#U]()grr<"K~> DuTe7s8N&I:g]@7gt^K4hV?iAW4^3r^oiki*bt]Sqtg3is8;iW 5&8KncIL=aaOJnaY^1.g^aQTj-5!qq3=^kuYAqFSlQd<[E^>dHhI16qYpNp rVlZn@K#upqYpNprVQ?aq=jUSWc;jHbK$p)e(j$AhVHuRifQW8_Y\nS]]%-0;m-F&uioT=`j65ptlf[G/oro*n8 rnd_4rS7M2hu;C7gY(62eCFQG&';T'cJ.!ECK$u-s8Drss*t~> DuTe7s8N&I:e4uMKo(\BKo(S>KnY24Jq/E&I=$6dIsH3\IYNDl?Z:URF]_*F!F>Bus8MrrqtL-T +rs`V77]m67p9M.7NETi'HSeZ.gZ2.Kq`H'$NU>0!XK8N&hO^r.ni2c#X,rPdE9\W`qdaHbPfT^ b6Z>EL-t;,pA+Xcr`0!tr;-6`s8VDZ4sF9NPI7sJq#(-fo^r1`a&3C-Gu,%eAU/6@V6Nl3#?,ub XJP<"!$=g(;\]9jJ8f@3;Fic*4#f/h@:25?)^oH<*ak4sQ&_E'rg"IkR$+&5R\ZLOTh$Q)U8jr` VPL&cW2ZerW2P3DV4a04G%"??5;Oi=.4Ql$$m8]#D-(M"L5q"@I!::+;%k*_ED]V88pO_V/T[5A P*;6'T:D:*C-WpS'-]/#:ge*YC1(.B<`rX0=BATs3[PLI#o"OJ82q@o.nj/H9LCs-7nlZWAn+Cs 2)%j5Bl.a5A1%?f,:=C3fs8N#rr;#X3_jb^G2(U[O=_`YYS"McPdrLl..ONf8jOH\%!0Kn"JsGBS+LCM.L.Hdr5j? ?Z9O^>ZtTQAnH0J6dG`1s8)Qkrr<#tr;6HmqZ$TorVuoqs8MomrVlcns8MllrVca(o)JTm12;K$ N/NUOre^Z5rf$Q1k`>_'s,I#:!/pf5$B'jsLPL\BM26tEre1l2F*<.cN,;EaUAt5krr<"K~> (B4@3s8N&I:f;A1V5L2dV5L/cUSFQWrh*2^S!]M/S!K8%R\?7/HAn;cN,`#A"]Xpgs8W)sp\sa3 3.Uc'p](9jq>L-F^lX"V??:[9=$\TMaSC FE2DTCh,.^#pCN+-:(R?I%\.!d,!L&N%Pf*:2tu'<`D=)-m9!33(jb^(h?,I(MA)=IAF2P*=Gf% `N?!">Q?*C<+$F@1PgL!?;X*L3'otu8mGRa,9JCQC`$<;PEUiuSsu1;(nI.\Tq\'RSu88Q-(gm1 TqnT_UnsufWMofo:8=>ALj3W?7R/ga/Lr8!2A@][Rur#QPb4qPVPU&n[V6Nt?#j(R@SqP_)a01i XfSY0\%/rQTRTfl)Aj\S:02"EDJ!$J=^59<=]\X)C/RDP*>9&,.R?fu.3UiV@T?,n77U!F7p^%B 6ocnQ:g%CJFFnBc"rT!I+t-HNXi&B;lLaiEoCVhQp@eF_r;HQkrVcW\h8l:9>X:D@:ih>`[CNZM ['-[=Za$^@]"Pbd['mTZ] DuTe7s8N&I:goREAVr;?Hls82]V 4Cl[`cdL7ebgF=l@sO04^uk@Th5>USg$+DS@?mUYZF7?[^<)m`T?+I$6BM$%jm(snmJ6&;m.osS l1:E^p&=piqY^?mrr2rtrr<#ns6uk@@9-<'6ZpfSs8N&uq=t!NF;,?.(+aZZLQo?^B1jX3OiFE, s*#\upAa8P'8#iUs7cEjp\"F[s8V`_s6$%nDLG-TpAad_qYq3-s8W#sr;ZGOMZ3;Kqu-QprVlZn )u]O(p\k-lrVH<`q"=4H=F&*MbfeGfin;r'eGf1HlK2k2M;Ib$s#oiEa^ShnjlPR^e@M*$;+sl+ QFbW0o_/(WrVlisq=X4=f>+8LC0t%LE/_'McILCMHt!W/P@Z;Emm'VTe2jq>9pSmI9K'l0%Z:2 htH!mir.j9i;VU6hYl72hV\=f!8IM+'\CXQceI$h]YWIZT4Lcms8Murs8RT~> DuTe7s8N&I:eG2RKSYJ?Ko1\ALPUV4H%Lg+IW]a]Mg9;\I#Ebto?h2-+']?t!S`DKJGd2bZ7d"`WGHcHO8Nbk]6Ja8a0Y a8X-da4ko7nGi1ZrVc]o(&[q,rr;Zkl^iW6;,'SFF4C6gp%A:_s&7Qc$3Uh@).dT"KWh==)#tIm \!rfRE<6eA7o^-$9n@.q=].gK/i#1=93Z+V@OD3k1(%HZQ&(`eOd_c(Q^a83TU_sRVjfS&Wh6Dg USsraVPsKoBrS&/URm^)EaDU14>A?6-R^AC/<6EHBQf8mK7Rl_P)P0HRm@$:A5cH$>$?2]$Q3rT SXc+,E`+t8%LsaM>]G:,B4G@V=]SO%'?RSaOfM5iSrkSjO(ZCPB0DH/f,TsAV$&4Q'[\oN/rsP R$O23R?3Q!Ng5rkLkpqEP`^o]Ll7=WO,]!OLl7=WNIlJ)Ll$V%EIi[XA8la6C2e'32B^*@rt)ad !(q':>\$lCDeX$1.S\UqrtbJ,rr)irrquZns8)`prVlisr;ZcnqYpEsqu?Zmqu-Kn%fZ5&d8j%q N/W[PMM[.Frepf8p5S`k91>WUr;HWps*t~> 5Q:]\s8N&I:fMS6Uo'uaV5U8fV5BuWQ_L@RSE%9)Tis8W)sp\jU2 2L4rnq#::ErqPEJClkEsaQiBTc`qkIfC>+d]t.2IJJ!TG5l]6 F)c,9Ci"T!*>JML67gjTq\!HTph[MSuJE^Rl3+% SueZ]WMH@1nD=PQCFeJS=GM+]XkYY\O?KR@9R&>@UO\' *]&taZ*:@'L1X4.)]:.o>]4t+CLppX;bftf=&_sb1E6i4"pc&'>D]Ml]XNhh(F;jW9h%B16:O=L ?"RebARg((C27Tk9G7q,N1m>]u^P`7*`+iT0.]jjLrKR!DUb3$KnQH'k_?\\#>T YHk@0\@/r\\?E-H[Cj5]YHP47Z*(('V5UK!XK&.nV5UK!WLfBBU8+*6Mjp28LOP,CNHp&2TNhO] +?;h%)Imu6JU)*WLk:894VhU01HRTZ6qp`qI#t/5_p-Z\d)a&1W1B60G%=K:3#WPC$jm7E"9AK& (+^;2\?iNIZ*CO:YPtO$WqNLXXo5@$X8]+!WVrasWN)fnVZ*J,S=#kHUlpUrU8`Q?8>H4`rVlis J,~> 55kN[rqZH99N@"qgsjj&hVR/Jh:^B1fA>-+cdL7c`m2fJ^:qP,ageXfa2l#7-?9(crqH0ds8;Wa 8P#u8ro5lkd\CW'U>5"oo\f/oj7)!qmI%tcG2D-8j5K4ceE#-%d*dqOHJ.WEht6O*p$V57lg!a! kP=B=;qQYLWXJs8DN_rr3`-s8Duh qWq=RpAOLWs7ZEfrVuosrVlisqZ-Wps#'ZMs8;oms5Icc_Xm3[iTfUpinNDRjl,.]l-NTKIJ]R=k2Y+%Hq\peh"CRD qYu'Bo^ML_I82CgU#Pk?naGi.iS1uTZ_j(GJUV*EFE_hHF*DA6CN4c_SuBrejQc!ml0RBjl0@Ko jlYdhjQ,FaiSEAOl0.-^gYCfLk3(mdh:gWBjP\_Bg>M#NgsO6bc-sY@XgZ6hZ(&5=U91Y=-"Jeq /H@l)Ssu=AU9:X[d>fIi:/ 2uEXRs8DuH;F+ZCLP:YAM2-nDL4Xo)J;Su,H[^EgEdiC[EccVWJ9,IDI"R)9!+5I"s8Diprr2[T 4Vg^_4$,_s8Lt&f:3MMWX.QM_SZ/$WWNCsc4I_RnIrT@=:ea&,3_L\'8\i`n^!Fj6a2Q'r;HQns8E#srVm?*r;$0cn`nr]iU?L=rr2purVH?WGR"3Y(LD#t G)iUt2\$FIc\eCdCDdRH87325?@?m+=\D%A2)mip<*jE=S>2L@V5:;h Wh9_jUoTu\WL]f\W2lt*W2HVqXJ1o5H"g>P6SpAS(D/A5(P/08IsmHGR>ciWOH5Z4C+E)Rto8kqPs(CUcp5#u?1A7T(K?s6Z@Bjsn%2CBUh&d&Og4B$6TO-#KfS"-!pR>u&%jmP*;#hO-#H^Ll%1WPDt?PLQ.@WP*(`[KnYGFMM$G4MN3[QJU2TmLOF)PDLR$YBiASk @:!;3;:PX6Rhuc>>\SLn?YN\d 2>mLQs8;oE:eG]!VP9r_W2HSnVP9]TTWFu]SY2XEPae)*NfTHoRtuZVSY2?A!+5Bpqt^*fs#0`: 4]0K(s75mWn]$TU^@V@"s7?9\p@[VGr;G#;GPq:5q=jphnaPGpquI@s<09I/.LPD>A,G CjU>73^Q^f/KZ/^/jW`lT!HMcf\bZDf@8'd_5`6%8iJ1E*Z#G#&.q/E!ZWL$>'bCGRB0%=#6T\0 PGmnP$k5A/57K6f$Q!$=I;JYS^8Ss,J3VOXBYUSaQ\U_Q_+Z(S"q T;A3UW2O@,W3!/!SoT&Jc]K:1S-XFE;7s:/>#'@Sf68)Aa;+#o>"R/UAt2jrr<"K~> GQ%R?rqZH99N@"rh::$'h:p]^Hos8Mrc pXC9mrV?0cs(hVJ;KTq=meQJ?g#1lRmHW`lkj@d!Pr2LWs7Z6^ q"s3M?q+75KVu]:9WE+V](6UnXHNUTUb!+?EIo4?Y\h:K:\;IZgV?`6QWM`P/gbXH\]pEFD^23?]:P#R(G>#QY/B &JPp1e_Jg9i7d2OiVq^5huDX6huDX6iW%j9iUu4+j8Is>iSWMJptl&,'&;0ke^Dakd*'\_d`TVG QWZtVrr2osJ,~> GPhF=s8DuH;F+ZDLk^hBLk^YC*cpA+LYs8;ips*O_AqXWZk%Km>38l/uJ T2n`-!*#DFO4dA2*^N>'(C4MuDIZa>5s%%g6Ujp[D17D%L64eb>\8r0(7VkBNSSu/WeWM$5G &8&#HUoCJnXJVqsX/MqpWi2MNJokL#76WU`2(Bjq#^pPorr7K~> 1&V(Ms8;oE:eG]"Vk^,`Vkp5cUS4BUUSOTUU8=WTQ'7`+M1^q`UQBtXR&6WS!+#3pqYpL?q!;0S aSZ#.rVYoqW6G,1s8VTfns?l`o)J[elYTJJkOSTOqYpL)rTrh"?klm\>%DJV@WH8[C%5g2AQ`kP .R$cM/gDMb/3[6bRB+BPe_K';f@7g[`3ktM6THYD*>T.q%M1!a/cZ"c6qU^(N1Nj?)$!m2NfhjZ !%'p/C(g_dKk=q!8jPR%6V9dC?#+nLP)PYmrW$4+-r,PgUo9uWV4aupUnO3SM]-K=[&L.1W32hh W2QVmX0&.bNIc:e>#%1:.P*200*4t[C`E@pr@r'E.ta&hcd`JYK0L\@8`DWN3>1Z*Uj>P'@33*`Z]A5#,!Q<+9`aA6(,d !!"*^YH"r.Z<4B8XK&M2['Hj8WiM>HNJ)\*IY3lNR\-FVYHb7:\$iTFXfo.>Z)k"*WiW>'WiN8) XK&"gUT1T)Xf%hgXg,.4VPBr`VPg8cTqA$QUSFQTR?WkqMhm0eM2I4JH#f"8=p7)\:f/)1;ji,m De*sDJhe$%=&;:R5!VhC?ZC^cX1lU&dE]hK\?N'"NIc+[;F]XWj/b+ Y->#,WW&ptX8].!X8]4#X8f9oXnf-uXTPZ)WMoWlrML@,UnaZSTUqR@TqId5OEX;eV#UGnrr7K~> *<#p9rqZH99N@%thq$?+gt:6/f%8U0gWn0pe'\0@=3/S*]XYbtb/1Zo[_g7;.;f(arV?6fs8;Ti N\I0Rf[A@"c,I`Vio.u9mI??)[eB%Vlg+#$42Bt;g>1K=gWI[NQ"am/p%7>%j5fOojQl'pki_'h jSA!7j]CX/kj%L#m-`roDLh`Urr;onqtg6grr2ckrVlfoqY93@^]*irqsFF_rVlcps8VlohfU"V =B'C'W2!I2=?K2UJX+_Q0rY-PhaK-?s7,gTq#CBmqu6Tp.Jru>qtU3-J>o/T?X.K7`Us3$pA+F\ q#1$fZ";Sfr;Q]qrVufps8W)srI4Y=qu6Wnq!e=`p\ilr4b'ZReDJs4dGW.kf1ZUS98.FBS`+fg?RqckiCgdj5K%^lf@'`i9'CjikLLi K=Tt4q!%/4hS5=o=A!@'8Yb;/r8m,*l0.C_k2tmhiSWVSjQ5L\g=tQHj5JYFrn_PMjQPUYf@f$ *;fd7s8DuH;F+]FMMI.FLP(2/JV&Q0L4+Q'Jq3iL:j@>3E,KiJJUMKMCOM==!*f'os8W#srV?6g KEXq?2a'W"84ccsH@KdnWO,\-FL\EVWiE7#!+^Y#=]8*p<)$1[.LmVHf%A'\`Pfm>]uBuj"38L( ana-UaTKf3bfg".$-C64<,2C+qu6Tms).i7rr2rsrquWfi01_HnFlnVrr2lprr)fnp&F,t)$;oU :gf-S<(%`7$oW?leNa*j5tP8u%VC$#?W9Q^5!2/';I!sZJrYtQVJA&$>TO1O+%LFGWgoZSS"laY Wj$%PKrqASW2QMhVl?_tW;`]EUmd3gCg9Uu3&N980d6Z'6"t7[H[:PMi"*m6NSHD =Ar$f8R5O]6;1?`ARSY@('bn6R$a5(NfK9fR$Nu$R\64;JjTnR 02Z1m?=[_Z;EH0@2H2CWD4$-P`q;qQB78pQ^F)&Od22rP*(ig Od;2mNfK6bP*:udMN!RVOH>?RL5V+QN.ZlaM*m/]PDt?LKSbS?IscZqL5L_4EHQPRFDGT2Ht?r1 Bl7iQ=6K5GYUBiZ<+]H=>urm7P4\YGrVufjs7uQkrquZjr;QZp"oeAos8DopruD";rqu`ps8Dlq rV6$bheZAPLkghCM2R4JMMmDlMueorrf$l:s,R)q2k91"-/=uMYW/HLPUbCM26n@KSP83 I"7!2FE1GC8>uRfrVqB~> *;oj8s8;oE:eG`$WMHGdVP9cVTV8-WV4O?TUS7[Z'pY/ON/<[bSuXa$?"I@<@ej@+>khZT :)Q,p'eh!Y,UtiSFHE34a3`Jog=F]L=aR0&@7MRu/0P`;$k*RP1-HYA5=\IJ?>FY8O-Pp/CbfC!)[ZTb6ZJ]sS"64HV4aQXY%],?Z`pU5Whu_h Uo:5iW2ckISs5%YDdcR:3&N011bB%8/ZEUL7[(<`NLIrTS5t=71;dO0bNM3Vmb1+kbahkQmY*FusEFVj54!5IV%h/gM"98]9!Y$4pFg8*O Y,nb/XJi(sWW&muX/Z)us/Z1$ri?(#riQ"!orS=tWi;rmWVr_.VPU&^StVdFQC=MEOc!d;8uM^g rVqB~> GQ%R?rqZH99NI,!i7HN,gXam'e_&U.f$W!sccO;Vg!R^O`luB3[_0c'Yc,0[->i_]rVH?hrqc?f YTK(TeB?7ed*g\+fqMhpZFjO[kPt2CmHO/_K#Hp3gYgJtWMbD^:f!SDi7cl@iSik[io/kShqd,D h"fn(huD[8i`"q"k2tRZB7p6Rrr;rpqtp8G5Cq*s7ZHkr;6Ejrr<#js5A#6 1.lkLV31*j(]=%&qY0p2HbSpm\su`&?_QfZnb2t^ rr2p*Q#uKnoDSObs8W&srr4JHqtg:-irVH'as7uE!?>6sqdb37!g=YHAf%&I1j6,1IlgDAf 2hh20"S;0Op\k!h(\-A"X.>K2Ir8Rc8R@4\dH'BMjQ#:[iVVX\.u4T!,`DajJJZa2,9kY*=oqE+)R/3$K:Q#mLV@#ljr2"pl%j =6&K#s5!_,!7Ur's5*b4s5*b4ro!h6s5 Du9S5s8DuH;F4cHMhm=GL4b&-Jq\u6K7JT,IX$*fLk0VcH@gH^D0LSZARg6]!*f$ms8W&tr:p'e VuT+\4@)M29N5G8AjQbOEIfGjWlDWVY,\^_6>VBq?=6o96UrX@"VPUg`4*7k_Sa@2^](qM^VIY$ _>2+H`Vmge`l5m7_otkms7cEfrVc`prrN)rrVd6(qtg*?2K/3XpAb*jrVT4crVlins6+4u'.6RY LmBh.'K?s3?C8e[&kP8Y=W%ZVFD"lW7mfO,7SmH-GCG7+OcZ5V.s.S8@6b/1'ipm&Tr"TcWN`h> =\:37X.cJfV5UAlWN*"uVkp2]P_O#7mZ7TNqr='A^-<)m"9>!t(p-Qs??!rr<97!4^mPn0+BP*(fbNK0*aQ'Rc&QBhH5%[<0TO^0.= )_j904#e]&rW"-C=XZ8"X+QRsPE_5kNK0*`PE_8nOH,?XMN*daP`L`dP*#X'#`t=7NfB$YNJmdr ?'1A9OH#?_NfK*XMM[IYO,8I>LQ.@UMh?J.LldaUJUiH1LP180It3-%HZjLRG'.hBBkML:Gu7Fd A2gILp?.)7'NemU>$sK(<9F2UpAb0lqu?BcrVl`lqYL3jrs&K$qY:*hrVlg7rqufqr;HZqrVZ]q qY'sZNC\_\KSPJCNK!jos,6l8s,6l8rf-r:s,I&=s,Zu;ooB38N/NShMZnlmM2I1Hre:o:KRnQ" K8P,$<&[OPrr)fqJ,~> 2>mLQs8;oE:ePf&WhlVeV4jNQTVJ?YTqJ0USsYnQ+=ZPdb!.$dA[@1X,_"*4[(_O)A!>d%13(R67N$].q!(NM^8iO4<+?$ PJeX_?p[t+'*Mlk?"?u.69db-;.XZkIt`uLPbW=MEM7bi6O+#4;k'VVUoUSoVlm@$1o.CSXf&(s X.uJgrMWquR?<,FB3\5%3&`T@4=^_%N1HE,R$=;>Whc2UTV\ZkUn>03N@4coBi\#'7S6p"<*1XYd2_[\Iat*%'Y-5(5XfSP&Vl6Z#Za-^4Z*:D0X^80;Z)t+/XfSP+YH=t4Y,J2!XK/D% WMcVrYH4UnStrBfXJhe]S>E?iV4F-MUnaTTSXc7BS DZ0V6rqZH99N[>&hq$?+gsjg&f%AU'ce$[mbf\,Sd*'>Daj%f6Ydhp,]VM?9+`RG\r;-9hrqZ9c `?0NQf$2RgdFR+/il\0\=>hsrjm2L3p$:`*g"G94h77Z24?Z2APJGr4abGA]p>ON^rnmt;h;-l? gA0FtgAfe7g=tB^Hmrql`prr4M>rRjp\ 3c';3F>$h!kF^Km q#Bu=L&_2Js8)`ps8N#ss"+-EpAb-iqu-Norq?*dqrN]-ORqr"jQc*ui8N_Xkj%EnhWWhYj6)dS 3T0H+s%r@^s8Dikq"OIPVJSk,BN%&R?>>1makY\'jQ5I^ioK.Xlg*g!k2G+JiT01ck2P@[hWF4a [2a:)MGBILu01qhtle^^ck3(siio&epj8S+)j5Jq]kN1jjlK@6mkN1aajlbmjj5K"Yjl5.S hVdGWkiLdXhrEh[iniGBhW*VPgYUoLk3(aVdEp=qg"4g)eG[p/e',eI_o0C)\[]2ZZE:mIUo1T9 W_X@183U!!.[Qs7VkmQ(2+pS.4?c#$,nDhqm5Gg=Y!*da$(^ cHF;KhT1[W=/u/qrVqB~> Er5n8s8DuH;FFuMMMI.FLP1;5L5:V;Iu&f/I=$?kJU;HZI=llaB6/`_EF3E;!+,9qrr;utr:]pc ^]62m77TpB:KV"8CMcs=)ZTk=Wk,mY\>uC&Q&LN;DGM5d"98o`B:HHHVHHrgeA8T3^qROtrkSQM q7la@s1n]NrkJKI+i)AuCB+2/p\k'is8W)sr;QZorr)`iq"@-jmf3(Ys8;cnr;Zcqs%iUnd5CtA 6Vr,O*=t/F4oeNZYmrQ]4%WEc#?>YS>Z"$[6UXUK?Yk%@N0Tm%VKMqcK;#60OAGomMmB7]Xf\S& Z`6)NXL"e*Unt,nWMrdqX/W"lTUM!nDdH4*3]A]A-oVtLAZ)/ZMij3iNJidWP*D/jLm*a[O.0AS ,@b=k;G^%]>$4s1>[CiK@S%45$mQMj";)b=@u-\LSaUe2N00OaE1MNKK6[NKB9_Mi`sXMMd@QOHGQ^NK90\ M2I.JNfoWhNJ<=NOH>HYL4b>CNJWCHN/j$`NIuV*I>Wl:L4k56Knb>8J9uNeIX-'UE,ff2AUJQ. =^?/o2HJ3(s5-cZ6uup<@k\FYs7uEfs8W&or:Tmarr)`kr;QZp.fB,:rqu`os8W)rs8Muqs8W)s s8Mrjs89&mG)V*/NeraSM2@+IMi3OQrepc7s,I#:s,I#sD2frVZWoJ,~> 62^c]s8;oE:ec#+WMHGdVP0ZVUSXcZS>DsNR[BM5SsYV$R@]_$Jr#qqP'h[C!+,3jq>C3ks8DWa ]GZIis7Z?hq@*)bld`2&="l+Vg?J5.ru1b5lLOiDq9=4[-QsW[5ZM3%9JRbbF&Y\9?27b$;"7D/ >#?"uA/d?A:II)e(_RAj'`e:iA0(^tj%hCmG56+6M Zk5B(6!7V(!*4&EA62Dk5sn=FB68ZXN0^$,WH\CgJt]34N_TQhMR'.\Z`^-tX/A-N[(39CVl-Z" UnjpfW(X"_Q&^B6@TH,i4>JQB3>`3C_7HVFYHbI6W2cr&Z*::*Yc5"7[:fOT?Xm;?=XK&8'XK&>(YH4_+XK&4tWiWA-XfJP+YH4\'WiE,'Y,S7mVlQr% WhuPaVQ6_oUSb#kY-4juR@'G>UnXQTT:hjPUS43DPEhMtNJWIJLOsrFLi@9_PC=\i8i]%D.LfL7 J9Qc>!&IqR6:*e&8PWAtGCu3[\&6D9g=Xm"`4WFZP`1-3@SfBP+WD.,%13@E!X]M?"!&j2T!PGs Z)Xt.Vl-JlWMuntri,mss/Z.!s/Z.#q5sIorN-1'Wi;rmWVrb/Vl$8bTU_I@S=,\-V3l*i;lfio rVqB~> GQ%R?rqZH99O!V+hUU-(h::',f@SR#c.:1^bL+_Y^V%_8_na_kChVdke[6Zii`q8TUip#^jkN:jc j8%[0j8\'TioK4_kNCjiCNBCMs8)cor;6Bhqu-BgrVlg+rVZIgIeWmBrr)iqrVZZn63$]ZnFQ[` 4s*$sD`oe8hWo\68dB8Hr8St<=ZCmf,e`ZDbh:U?AjlGF\jQ,@^j5T(WiSWPOiT'+ajQ,LmiSj:qe#o1' R]t*!kh!bP[,1B3h$0ec+A(h>Z:2h>c@2hZ;Zlrnmb6n)=6)"6&.oh>,q,h\b5)f[eO!cHOMZcc3WPcC80AV u?PlrVunJ~> FSl+:s8DuH;Fb8RM2$qCLk^Y>Lkpe;IYr`*It`T(F)6/QGB.kPG'.nUKQUoW!+Yd%rVulsr:g$e f,>i69hS&J9NYJ*G_1BS'cT@s,tE!X\Zq^"W1&QY?R5b38U-E)aN2cGK*MKAT$bd!`5fp>aN=G( q8iBSrlG\la2c3>_U;1_qu?Whr;HTnrr;rqraYp)q>'DHF6i]!q=j^^qu-Nns8V]jp@\HW+oicE :brS7:fo1K;N#W%76We(9aq5#BOk4?7R]d<;dNsSJ;TM[TUqXA8lCP?V4P2K,VY:^U8albWi`[m -n^U\W3E;$W29Kn=f\O!Tq.C)H>$>L4ZPAH+XefF%UaC$EHctgMM$bKQ]d;bMi<[WNd[=C%KISZ I:Q;V;H-OpATMj!66ugG2K4\1G'&(jTrFcRPEM8uQ'7DsQ'@;gNK95$PQ-acPF%W#Pa@bqOJT%D G@k>sEep3VNdau7KU@LLR@!l7s,[8EPQ$RPO-,QcNKT<[MiX'eP`:\%NrP(ON0''[OHYliN/NOJ LPh+RObJPhLDYl-OGJUCL5_1OLOFi7O,JaEJUrT9NerGgJgcA/K6qfeI!p9\CM7O+H>6P[D0BlB .2&3HrqWlj.VWEqD(H@4s7cBhrsS_sp\4O_rquZlrVlfr,Q@T8pAY!frr<#squ?]prr<#trVufn q#CB<>%3PKKoUqJMZ/J4MZ/P6MZ8V6Mueorrf$l:muI@-"-/=uMYW/LLl.(JMi!4EKn=i*KS+Si KnaA6:oXKmrVccrJ,~> [f2` 8WS<18k)3R=9S\#BNJYC8jl$9:g%ddLQ7RhTqS$I9N6tGVkCJK+to"[U8k/iVPC5R.Q3ZtY-kC4 Wi)\iVl6OqVkfuILO*Z>:Idc8/1<8,"r)6CP)bcuUSaZ\YI(L4Vl6SsXfnJ2OUqL3?[QHg=]ep' ;ION_>X0JM,"[H_RYludV7XXZ['6a9XK/>"X/`/"WiE,$riQ4%*Nl]RYHP7DY->g_XGV7HI#F`- \Z(sAK;uYcWk,\_&-'M^nck9fZBT (Ck2$H'Uu$9M%B26pjIB>A/eUUU7k]e(prs/>ssri-""WW&ptX7*.gXTPZ)WMoWl!3#mr(T=4,US"'FR\$(7MP?\h:f=7k r;HTos*t~> $iU,(rqZH99O3e.h>Yk'hu;59f$r0teBlC[bKnJQ]t_b:_md.mbIt'ec-3b<2gbT)qt^*fs82Qf lW[/ke(WU/bf6oif@Q9dBZBVQC`$'hl1*otkhG"Fb_C,[kOnE@l/;U&F^T&eBuKZ,l14?5n*U,@ mdCt]o(2JGm.,$tkktJ[s8W≺6EiqYU9krsA]'a?>I]r;6Norr2oss8F_Nrr;cmoT^OG7SkI* ^%9lV1KmagKBE41r3R@VZN'b!qY^BnqtU$ds8W)qrVl]kr;RK/rVH9@i;`fOq>^Kno^&VO8AXfi p]#"+p@8(Yq=j^`s8W#gqu=KR`ioKChk2YI\jQ>Xai8j"ZiT&q\iRQE6k2lU+ETZ9=hr!Vn mGI9lf&>ZKi8EVUjlP[ejQ5Odinr_Qi8N\Uio/nWjlY^ejQ#IdjlGL^hqd5JhV?l@hr3GJgXk!. hW*_Tf\#!:h:pB-f\>6>iSr;9f\"a&d*Tt[bfRl?]Xkkk]=,&Q\@eW0W3`g&Y,kDK1.F>d>Yc>= N2j3j%8SoG3]f>d:g@jsT"32&h:pT6f$hj]]="l+MgfSO:I$i`*"iS`#n%(M!t#G>""=JBgtC03 e_f*Zh#H41hYu@2hYuF4hYuF#i;MX;iSWMJq;*(Khr!;Ff[nX!da-([dEB>Kb+rTFU]1;hqu6VG~> &,ZD*s8DuH;FtGULkLY@MZ/E;LP:D7Knb/-JVAc(F)QDUGAV5CJp:mCJqnh>%;G\S7n5X(C3r2R/<[c#2#o%hZ*U3rSqMH$=>Wqu$Elrr;q3rr)iqr;6'd>4> (.qUa&L:sR)\bt75=S$H#ZGA?;+X,D8P`Q'E.*V+R@g.ATsgblU8"%X/`0bX/`%iRu;l>@8K9O2)?^-1+!SkAS-+;Lk^M=Q&^ueKRe`6NdlnCK91sZ"9:>p D-gIWB5)'s@m_LN!%2*:U&LP`Q^*d5OFN=OO,f'sfrVZTlr;R<+qtKd^qu$Hns8Dips8N#srrN)urq[$& rS_]jOcG0TK8YK_M>rJ5MuJV6MuJ\8MuJ\'NW"n?Nf8mRq262KMMd=MM26t?L4ar*Kn"2eJoja[ V>pSkqu6VG~> &,cJ+s8;oE:f;J3VkKr^WW&_ZUnXQVU7[m@R\$(7N/X-pPDG'[SW/)UUSO)F%r(h7q"t$is7Z0_ jA/Los8N&up?^/FlftP?>nBiVqYgF1p]'mEKM[PjLQ\0ZBo7BdEGI`QcfXd$kSNaLSCLTlOdH6o-56*?Z70!#.dV!$SYN`oVl$>&USY5uNg-oUWiN>(WL]Jc#7>XMX08Y/XfSCr Vl6SmURm6jEar*B6pa$l/3YTs6]$M]T;80OVQm2)X.c)XW2lVjXK&e.:&k8LB5CsaBl.NsCLTUT% 0/S9XM)6[^UphWYd",32R'HiZ*CO6WN3G6Z*(..Xfnt/WNE>(WiWD3ZDje/\[]\u]sOuFYHP:R] W\uSUopl&X/iA+rigmTXfek2X/N2'Xfek3YHG(5ZEpmCZ*:O#nmLC"u-@$ZEL41V m!-!VuN^qWW&jrWW&ptWW&pcX8T.&XK&7uor/b+VPU)ZTUhI=T:(_&RY4^8V#UJjqu6VG~> G5_I>rqZH99OEt1gsX[#i7?K0dEg.gfZ_Uab/VE?aO%oEbJU]sbe1$Y^> q!\%H%INTOn+#r=o(D`p8(RS9s8W$%qtg6hq>:-irsSi)kD71Ynudn]rr2iq.K9ACs8;Tja\WX" 2Bc8AlH:\KIlp]Dp&G'gX;)P[s7Q6`qu?]oqY^PFqtKpd7JuiIq>'aXp\Y!jr:^*hX]C.mc.:S$e'$8&l/pp\jm2'_l/1%TnEmbN(a@\k2t_'hZi#tio8qTh#?%1h;@5PrnMnWhVdAPgu%,Mh:^H5 gY_#LgXXa"g"kTCg">* EVoe7s8DuH;G1VXLP(J>Mi*CKKnG#6N.Q\6J:)]kIXlQ`IsGdIK6Lj7F,6/f+Dq&Vr;Q]qrVcTm rFQ=(:dRN;;.)Hn'N.[`EFLCG!tdJeZE9snQ\KWk@NcSTf[A=#h<2^g&7(&l""^>)c-t/@eGn&! f(mhhdg=IMdEp7dg.a-Hrr3&sr;HTns8hQCanISu/*NVOXKXUo:JsXfA8$Vlm,)Xgs?l ?\,_oVP0lbX/i8#G,qX?T:(F^DHodt2Dd*@-SQ;I9OVmeKSbD0JWc4YMMR=YOG&1@MNa*eL+s&: ,[PV9G'.n>;(;YX5@]D;UQgUpOGJsZP*(c`NK93]O-5WbNg5`iPE:c^NK9BdNK]WiN/Wp`Q'IPp NJiRKMi<[XPEh#_*flYUOH#NmP`_&kPa%>oOH5KePE:`bOHG]iPEM&frepr>OHYq.LL5joMi0K8#&0I!L!cI:P)mTGBqYg0pe qX&i"P*(NXJr55;re^Z4s,6l6repf8repf8rf-`4q2P?6"-/=uMYW/LM2I1KMi*=HJr,5/H\@*$ Ap\c!7A9b]p\OmhJ,~> ;uH[os8;oE:fMY6VP'c\WhuYiTq@sQW0s*BQ]mSrQ(=)$S!8VaSrA&IPbkEn,&R2Qp\Ojgs7l9a nnUG*s82]is8UH1Pf0qc[$F]i/Lt)Zq#::1r;Zfpq2dphNHgAGP`U2Y']A>9#7>FDPkg".L[g++ SrPiN4XDj,,9\-U1J(kfSu8p3bgFb^YYU5%X'[emH?*Fg4>%p(/05T-!$OWD&/5l['MD7P!'Q;n '1GMN;-Z`o!*!N"=A;7P7o!9"KT;CgTV\HVW1frdTrFodJ#]fVYcb%5Xg>(.UTfJUB8O@6X/)\n XeqqmW2Z\hS:c0+?;O'V5%+V6$u)TqnWf]"#88/d24u>]tC?I!BF, /HubPAt??G[&g[G[BQsD['HsBZbF#]]=>,O\#ZU4X/W%tXKnn+YHb4.W!'?1['d:?ZRE)c[C*?H Yct71XKo+0VQdD1XK/M-YH=t/X/rM.XJi>+Yd(L>Z*:>/WroK-ZEsP-2Q*LRX/r8#XJr%gS=H@P Wi;baR[KkGW2?8]Uo:>mUS+6PTq\H[SXQ%=T:h[?Pa%N#P)Y0L 6X)D\7W!ra#s^j<1c79b?"e\UV6n(`f%o9@h:^/r^ULM4MgoYR:I-ub*#9(q$OI"?$PWgG!&P'k Z*C71VQd(trhodps/H!rri,ptri,ptri>jpq5aIr"0AN%W:d,+W2HJfS>2aBQ(FV7K9M*n8"fn^ p\OmhJ,~> 2>mLQrqZE47p2/(gXFR#daQXld*U+^aO8DW`PTO5bKIQ)^!+[0V7=IX[DC=f2g><$qY^?ks#olI VD)]1e^<1+gVe+huEEAfmZhhleg-2,_Ysbo^hYDnF5u< l0\cIm=$@us8;lr#6+Msrr2rqr;R9)qu?]lrVp(0NVMu@rV$6g'`%P's8)cdYlZC6+cu6[INjYh 6`0k_#lX%/*]_OGr;QZp$N'Vmn+Q_[s8Dlmq#:9m%fZG+s7c3^qtK[Ss8W#orVm9(s8Muqs8Mrn qYU3is#L&Qli7"\*g'QNhgtgfJjQ,@\ro*k;!TW2=iVq^6hu;L3jo=KBkPjR>jPo(Pg>1WD iSrkUiT9.\iS`SKgu@8Kgt^`Ci8NMCda?V!hV-Z9gYUfBg""a1hqm);dF6Rof\G<:fA"s0f\4s' aP#8!e^;[``mDuM_>_.V^qmh![BH^9Zad'7b/:coWgSruD-BIi0.%hZ&./^O$j?kI%0d=]'iNBJf?)LogtLK:g\T\.h;7)JiVhU4 hY5q$i;_^5hBLb/gYUiEgY(62g>1W?f[nNtd`B) 1A_%Ls8DuD9gWEDL4kJCJr5D@LPLV9Iu9#5I]>"-ATWuJ"DRW/rr3`4qu-Qj s.p)@?qKfNgT`pB0Oe^?1]V+Bf\5$2f@JO9 fDjM0?NIJ4o_n^crVcWrqu6Qmrqf"Wp@nLQnGQ)^JF`..s7Z?frVlZlrq-$OWXU-t!$ap2-OG95% k^L24@`0e!s_M'?V!^W7SHs"Fbc!CStVjPUA:`pVlHetVl$AlZ*1LAZ)k.@YcFb)YH=^uX/rG*W 1K-.J9,*m6TdCj/hS_5)-refL4k25MN!LOM2md^MM6b>P*2,eG_V0!*WQ0K1eq+V:*BZY;LXn%M N!RXOcYT^q2P]AO,f3[OHPk-NX:c.OHGZgOcb`drf.,DOH>N`rf$i@s-rfI,B?]gD.M 2-tHNK0'\NfK9bOH,27I!(*qKnY,.I!U?mH$"+MGBnFWF)5H"B5;U%C&VltBJN4?;oAY8o'sb:,V:)?PQ(U^rquQbq "ja`s82Zjr:p-aq>:0jr;6HlqZ[!!s8DloqZ$Tm$iTu"maFIQJ:NW=K)UQ*M#)r.M#N/0LAd#0M t`2(NW4t9M^""5Ll74MLk^V:LPh"GKo(G8LjjGnOFUq<6W:#bqt^-gs*t~> 2#I=Os8;l@92'T&V4j`_T;A?YU8"?PR\HFCQ'.>tS"5RnO.Mo"GD;Lm/`MM[1I MWp=+W.7MA.l8n-,T[gA,W/.nK:]j&bfe;_bh1A"m61Me[$#rT=AqUH*Y8DR![p2F!&6_=%Q@ce *edf$/QYJ@7T16+#$>/+77Kg=9ibY7L5hOlU8"HZq57T%Yd(F7XKA_+VlQr!Uo1Q.Z*1FBZ'tO(2U\eD8=&GUJREqXX4HrpTmV l0ecMnqng-r;Qp!qtpBlq#:TcLgs@n1,m)KrrDloruh::rVu]ns4oXQ1+ACSa'g/g=E`*io(E"7 =r'T_s7ZBhrri5pp[e4ZrrN,sq>UKorql^*qX!\EoCVeOqtU!crqu`orri9"s8Mrqq>gHms#BuP nGiO1CQ6NjZG"B+cd:7uioAtNe^iU>kMt[^fAPlKV/eO;+!rd.0Md>/fAbZ>ki_3pkN1b!ir8$= isOf)iS*&Ah;7&Ii;V^5ir7sBio/kSi8*5fh#H15jlGL_ir8!h;$f? g=b-2rSAdTgtUQChUg0$dFR"%f\"g,f\PN?f@86se_&U(dEg1hf\>3\e8<[_e(*$sdacjrcH=2K aMl'4^:Cb_]"55JVlmJ1Uo:;r[C:XSPqb9u0fDm->=Uat!@oEH0/G^aA:'9=_V+,@na,;lf?qaY \Zi'&Oaq=S8ieXP*u>Fp#n%.E#S@LM%2p'L]'S5!f\5*6rnIJ.s5!_/#2J%khVd>Irn[V2pYY`' rnm\2"5MYch#?+Kg=Y'2gtg]:g!nL!ahGL,gVS\:8YuIcq"t'jJ,~> 1A_%Ls8DuE:.AoMLP1M@JVAl9LkUG3Jr,57JUi/pG'A1TG'\RZBl/BIBk`*0%W;(>rr5+[qssU\ s3Wh0;,L%X6;Cm6Ao1X<5ttg1I!qHZR?a>7R"Km-=]S*:$9_U1?76I@Alr/e3rj3NgtLK7rn$>c #N=TU"02D!s82`qr;HWp!;lcq%K,::=\)XB/\1`Vs8Vons8W!JrU]m`feNXG">j1K+s9-"(d^nQ 3^cFN!")P*<^oPI7SR-(GDhWRTqnN]VYR1lVPjBl7&m;kTqn`fWN<2$Vl6YqVPgDnWiW;"SrnhW E*Z.'4?>MT-nZq^=b^m$BQSQHH\$s5OH#$IK8YqVNf]0NMj&sB8Jh=*&-W%L7sC/bPDtHXNK90^ NK![mrfI/@$BC+*N/`jYOHG]hrf6o;s,[JHNfB$VMia&!O8k:ENfB$WMuJ\8OU.&0NJiXLMMmGm NW4qBMM[1GLPCM:rJMnXM26qKMhHP+I=d0*KnY24Ko1nGKRnW&Jq\u0IXHQpKntTbJMVh+J:`E$ ItE?,Jpr,nH$FRXF`MJ@F)u2/@;'Xp?tEq=4(V^j^/V!/UXS*<#g0pA+U\rVufm r;HKgq>'perquZkqYL*fs8W)s!<2lq&,Q5&qtom92KOD(P)k9OL]3,0M>`;4M2;+c!/^]4s,6W1 pPo02rJLc7LkpoeMAq>)KnbGALP:Y@Knb)#G("ma;_LD4s82Tgrr7K~> 2#I=Os8;lA9Mg)/VP0c\StMgRUS+0JSY;XER@'8&NfoThOd2;qKS,\^N/LNdJ<\9p%S(Rf"@i?LlnL=]%6EMoC;_Wq;q>Ms7k#u=\N16=#s-FmJleOIM#tkVNR+(rf@)@ l'5>PNaE#@0/k7$)AO#10h"ooS@6/Kb0nnV?9U28',6tSWg%^;?VW[2'a+L:*^DCl%6>4T:/*Yn 5Tp\&:Hh3;8IYY,?!^&h6q9jG=^u9*PFJ;CVl-NiVua!%rN?g;Z)X=dVPBrbVm3A,YH4Y#X8\kJ VPTrPOEk_PR@U%IV>d$& S=?%?T:;CETqS'HR$jA0Q^*brO,f?bM10`#L4FJpI=[33;J'\]10QRk7V#[a2'N2_4$#;X3CdS. Pc;:Bh<4.jk2bIPcGmK$WLK$&EF2I)2BX%X'bCf]$4m@A!!!TR*$CN\W1U)fSu)F`s/5mqpo"+i s/GampT+:nrM]msVP^9jW#MS.USOfdV5'l[T:hR3Ng65uA2lrQs8;Zhrr7K~> GPqL>rqZH78R\+9gsaQsd`p+bc,drKd*'PQbK\/E\@BGt^q7A!_77P/`4EFC7u.-CqY^?ms8Mum q>6@4J&Ksfe'uLiZDOG%]"uk6Q:$M]q"3t;h!a+Pg>1>iRtl01KTEXmcIg^s>C-fs8VonqYgHjqu?YX+s.q\aFbuS 3eGTGlK.U8\2tF6mJlbQrVlg"qtg-`qu$Khrr2fqrqud)p%n^fs8Vokq>C9mrr)lsrr(NDi80JB;\ch;Fio6,u7lZ6NA,G.P*A=:M>9@[`I:inFGr, h:U/u_RZnMSt[45+rh=-$OR7P":>bN"UZ+h1ns0gcI^e*rn7>*rnIJ,s4d_4hVR2ih#H4( hY?%.huDR5h>c=Th:pZ 1A_%Ls8DuF:J,AULP1J>JqSl6KR\H&LP(//K8"l$E,U&PGB.kQG]8(YFDZ)''RBNPrr5:_r:p3i s8.!?.7mQ378?g'>\@YhI>*uB=TCaEUnFBSR@/M>@qB@U6S9K+0f`BO?dbSX7lSlqu6Wo!;uir6i-`TomRoqRu)BQoD/+Yr;-Hnqu?Qjrq6'drcnJD!]Wdi!"BAT 2+'A]6Tm=6!YnR5:d[W=7o*K2I?BkhVPgAlWVNRnVZEctriK)-VQ6u*[Bcg5WiN8(Wi<%uWiN1t SWJVOCfs:n4$#DX.PVSD;drUCLkpq[Kk!P#()\A_C6G*NN/NUO Mi@Xp!KN08NrP4@OV^Km qu-Qmrq[0&rVuinr;-6drVlfor;HWlrsnu*r;6B`jYp\"M3*aNM#N82MZ/P6MZ8M5M#N2/M>rJ, Mti;2N;nh9MZ8SXMMR%DMN!CIKnY8:LPCP:K7no/H?>"'?m[b-s8Mchrr7K~> ;Z$Lms8;oC9iQP7VP0`ZT:_gOT:21=U77R=S"5t/Ll.IdP)YThPD5BnQ]6l:)0koMq>L?ms7lWo o\jmBMW":(q>Km^f=&$!_o:'@P#.G'rVn#8s82Tis8(H]R"KmHRa(Ens8D4h.@.K>SXc10Z*11-XSenV Ss>=WCL0h-69[Fb1-Zop?@7$QOIDf6TrG qlg((q6L%*s0=YhXfA=sVPgAlWiN1uVl6PnWiN2#XK8P,YHP47Y,n\)XKJb/X/`+rW2Q\rWi;nn V59udWMunsW;!2FSY2dUVkg#YSY)OITqS-OT:r$TTqA$QTq.R8Q("DCT:VR@QC"#/S"H@EQ^*u1 St2AMR/rbGrfp`QP)kT\NJW@@JUrE'I!UBqJr#%H2hF=N<_>;*3EBU0;$/-r2`*t[:7*uc"/%giUK%1!%9!"^1o(k/umS#NB[rhf^nri#Ogs/>XjpoFCo s/H$ss/@0?VPU/gWi)\gUSO`_UnOEOSt;C6N2WXo00#g.s7cBhs*t~> 2?!RRrqZH894=77h:0`ueBlL_`l6$Cd)*`Bb0%cB^qRV#^V%1o`PT:#ai_5U5aDBIqY^?ks#BoF s3+8.PJtu%grmg'5s%>#5YFp>=JFa>kiUsbj4N>TfYFr$^WFjVg!S'se_6BQIe3F2p%7hSnc/1E n.+RULEah:s8;osrqlTlrqud$qu-9fRR*,(rVn>Gr;Q`rrr)`iqZ$Tpp\F[8>SRTUO)IC6l2>m4Ap?eK6e)0`]jPAPFhr3PGf\>ELk1nG?g">0?f[JU6i8)biUnt?Hjm1mWh;dVYjPo.t huM[-h?2Qef[orX!8@G,s4mY1r7q;+=5Mceg"G*8hVHr>f\"m3gtgc>f[nd.g"P07gY1?4f%\s5 g"=p-f#u@ff@eg-eB#hZdaQ[md*Bn]dFHdqccsb]d*^7fd*L.id`onS`m3#`e^;U`b%T8NbK%N; _o0I/]stJV[C!?CV5CB"Xf/8#ZE1(0VI4/* p>>o,rS8[ThV?f;gu.)Ff[\O(g"Y!'cHaqmcb[fFN^cI4rVuTerr7K~> 1Ah+Ms8DuG;+bMSLkUY@KSP83I=-NsLO+>uJqAK!G]e4TG&q\JI!TgMH$sm9%>XiXrr5+Zr;HTo qZ")M"tEPK:/t2!1B7CW#mV+\$Q398RZj#(RYuK?Ir/Fl>#\gAEH#JsBOc9a%q48Qh;$c6K8GP>IYNfCQ'-cDI>O#TTTOq_MMd=LMi*FO N/mRj",i"kLA?`-MZ/P6N;nn9N&HTOM2@%DKS+o1LPUqJM26tEMiL4jeuJ,Y$iJ:E#rIY!3,Jq&2tIt3*$J:N-$KS"VtGBSFeL4t2+H?t3oI!Bj[ H@'m[Ec5i5E,oo1?t!bdBk1pmEGK9+AKN74CeSp/rVm'#s/?u_q#:77qtTs`rVHQorVQTorquZi r;Q]nqYg9dqYgBjqu$Elrr;usrqufn$MNpX=+H$]LOtD>re^Z4s,6i5",VhhL]3/0MYE&&N;nh7 MB\";M2$bANJr^JJqAZ1Lk(&*J;B2=GAqn5/3K^+rV$'ds*t~> 2Z3URs8;oD:K2\5VkTo\Tq\3LR$X85U6:b.R[TS,OH>WhOcGEaQ]R,bS=P[L&r-5Uq>L?mrVnhH mBSrDWo*IKs7u8s697:n1cd]K@&rYiq"t!cs7H-cmb64AhWXS2s7Z!Zp[b(4>Iq,;VPU'eUAq"Q TN@GbD#cg\2]NVI%1O+'4@spYU8+E_\'91BFjT%'d`p@XV3?XT=@=nh&H`"5&g:$\'I#de"pP,B /M\Ok0Le\W!!+`]<^T&;7o!3!GCQ!NUo:>qYHRc$?E^K4Y-G==Yct10US=ffXKSk5YHbC:W2QSk VP9QBLi-d+91;$+3$L"A+[Vd#['Hd0U84]dWM#r\X0Jk)S>2dNVQ$5XUT(5nToFGKMQ+/$[&^F> []Za7XK8P+poaRt"08E!VYR.jV>d@lVuN^qVuNarX8f;;X/`(pVPgGpWi2ekV5C2jW2HJeU8+KZ Vl-JlVl$8bW2QVkV50l]QC4>=UnaWUOd;H.U8+ETS!oh ErH%9rqZH:9jX.1h:9g"f$DIWa3;iO`P]a=a2,R0aih6#]Y_:j]uIan^<4N]2PgBNqu$Hms8Vrj m/?mL/m5+%f@\[,W-r>_<_5>99!74FhVdMQiU#O?P&"T>>^_I2dG*C2iRb>1?e>,9s7Q$Trpg$Z l1$4gqfFULs8Dors8Momrr2rtp\FR^s82flH7i-cj8\lFs8W∨?BerVlg=rU]IEWZVCGK<;/] h"LR;o(`78A/eXfs8W&kqYpNprqcrqr;Zfrqtg0brX&W(r;HZqrqu'ZrVm2ps7?3gq>('jr;HX" rr;ljqtpZ4*g],q,f`'M&g&L"8i83;FgY1B\g&K_)fDO;#fa-Bff[na-gYC?Xe-jjZf\"g+eC<%" f@KoPGh(UaiV`P e'lXca2uKF`kf@!_S<^kZa$d@WiN1uUnacbVkpAeU9(>,Q'mtB)F%"W0L%'E3=7K!,:G31tcg"-/Ss4IA)s4.G- g"Y9:gtUT_h#?.*hY5q-hZ)F3g`t\5hqd#>gYUoGf[J9uf\G'-ccOJ^c+]C%D+IO#r;ZNfrr7K~> 1Ah+Ls8DuI;b(DMLk^_BL5(5+IY3?*I!^?pIsH9dJV%iTF*VeEFFJ:CDLI1A".&l^rr5+YrVlZl o)J3)!sD)%* l.cWujAd#CrVHKmrr;oq8,rA[p](9kr:P.[9pX]8p$VeYr:]j[qYL*erVcZgp%"Rb!$D=^2BaIl *%*9`,!?>7+%B+"8jG^28lfVRMOL-4W2ZbrX8/l"Y,nY(Xfeb*T!5o7['QX9W3NY.WN`V*Vl-Jl UR@*pCL9k&3B&lV,V^eR5Db#LL4FPnH@CEsI"m`HO,/LDOH5-LM1pVENf/mWNK'*hO,J[BL5Uh9 MZ/G7MN!LRq2G?2!/^]2s,-i8#)e=oLPCMArepf6s,$`4s,$`4#`+7hK7ei4Ll)(d$]9k$MM[+C L51SAL]*$;L4t;*H@10mKSG82J:W<)Jq8K#H[:!cIY*6!G]n@]KSG8.I=m9.JU;T`H@CBnI!pHj H[UI!Kn4VrH@($eG]\"NG&hM=Df9T.Bk_-g@Us+bAnkgcD/(Iu='@@&MWXp<')VHp&T@CArr)`j q>C9is8W&prr3T/r;-BkrquTjqtg3frVZNhrVZX,r;HTkqu6NfpJFG3Lk^S5M22(ds,$]3s,$c3 s+gW1re^W3q2>!+s,6o7s+qtYN/WXLL5:bJMhQ\2JVAr3JUD`nLk0Y-696_iV>U>eqYpMF~> 2Z3UQs8;oF;,MS/Vk]u^US40DR@^(AQ]mc)Q][AoR@T7hNg,N\O-GTXOe%tT#aP8[qYgHmrVm,j n`YZM@_)(.s!uBHCKXIu/M&icli6JIr:]mbq9G4=ASu79PJQV]pA"FJ\OJ`TY`kueXK)9!s/P=] =.R<9!)5X1+Vte$%2UKV8UH#VTrGE1ak0c02gN!]_U-H7U6C7F<&cEI#lt&0#sLNb*'Fua5qOl; ',;T>2G+5T(f4X:6Tmb-;I=BoN16H9WiW>)Ykb;+ZEUL8Z*LU:T!5o7['QX9XgPU>WirV)Wi;nn TU1UkC1't25WUh^,W.Lt<26.eURd^8Q^aS=R%g[cX/)G_XfS:kVP9cdVkp2dUnaigYcOe#XgPI6 Wi;trW2Zbrq5aOn!2fals/5mr#,nDqUnaZ]rh]Xjs.fUg%]#u!WN)ttW26;cV5UAirM0guVl6Dd TqJ'PU8+O_V+.5STp:t4S"?=KUmRU?S=Q1>S!92&Q^aS@UmI@1QCFSCUm[aIV50cQQB[f.T:MIA SX#J,S"H=BQBdf(R$X"tNL#fjNW+i=N.cn=J9uNeH[U6jG^+gi4_f%c9G'-L.PEk64?ENg0e=k. 3)4@PV8UjDm-sW6ki:OMbegfiUm$UZAQ1uN-PmL1%LE=C"UkeH#RLnR*ZS"ZTT>hFUnn!ds/,go pSRqfri#XlpT"7ms/>sq,H7]CW26;eWN<(oSt2LKVk0HHPa\>9NE9@X2bU"Fs7cBhs*t~> 1&h4NrqZH;:Ks"*hq--#e]GkQcI:1\]Z\RE`kB""a3M2t]>VCj[D0bqZFnGQ19plYqu?XWs8Dfj o_&745V@Z:dE9trd)XDV`kJHu9jOCDl0I[!kKBT;='KQqN-J?=I=o0'f?JIeM#[MDo_%nKrUKs[ l1,&Tl<[lds82fq)?0O1rr2rgrr;TVrV#pUGm4Hl06u=Hs7l?frrE#prtbJ$p"hk7Cq&ipqu?B\ qtTpcTL(/fm/I"cq"t'j$N9kuq"t*jqtTp[q>M31rr)fprr)`op#X<1_o1O"rVuolq"t$fs!IaB q#('gs8W#jo)J?bFITP9Xgc'b`l#a?gY_#KiRlAnaOAktgYVqc "5DP_g%j28e'cXkdaZn$gY:H7f%&:!f%/C%eC2jormUnsrRD,%e'c[neCFQFqpGAhEm`=adF-Il e'cUi_o9[=cI(+jdEp1_aiDE?b/q`Fa2l?DaND]Ka2Z3DaihuUcHF8HaN)<>`5]pCcH4#DaiqlG ^qde'_7mUp\[oA_[BZg4VQ-_rTU_^RTq8'RTr4VpOH>?R2%_uV0Kps@3tXG32]sA!5Zi2oVp!fZ nauD;io&P>bJLclViQRS@8/d2*u5Lu#mq+R'aP<]$3L89+rs8$fZDRlec+%teG[qtecOLWg&0V) h"KRthZ)F2g`t\5hqm/Bg=tNAgXaj&e_&[2dDs/D_7.4_JQH'TrVu`ls8RT~> 1Aq1Ms8DuJ&AkPS=uhZW<''$pobL:Xf\b/XfK@CT7_E;I[d"9][:fREH,l7G(,.#M2$V7LlI1IK7NrU&<H@(3tKnTG] "H&+pMi7Cg(Pda!KnbDAN/`gUMMR%BKo1bEM26qALAZl+M$AckL5(J>M>i8-LB*&,KH5c$LP:J; LPLV;KQh]gIY*9/LkUM6J:2cjH%16irHnQl+b"oiH[:'hI"$WuJUVohH[9s^GBnRcJphlhI=Q`k EHH@&GlMtpE,fr@F)Pl/Anl-q?sR5T@pinY@qfI":f0eQ%O.D6n,!"ZQO.I$r;HWlqYL0jqZ$Tn q>UEorr)cnrr2fjs8Dlnrr2ilr;?Nmrr)`krVZHfs8;WfeMMH_:reLN0reU]7MMhCir.tB0 p58R%s,-f4,E%M>Mi!4ELl@7JK7JK(KnkA2FE;YICLpsM4]89XrqcQms*t~> ErH%9s8;oG;bhG(WMQ;_U77R>TV\ENNglT1QApfaQ_94dNL#W\LQ.U[Ko_mH"JYbcqY^Bls8)]o q!n-s0e%h@p\4^fmc!9ef#k4F9jX[Yrr<#spu&Aq:ekMON+u('KosX[kM(7r?HTdIS?B#rrN#.` )6q(H%no#7.iT68&K<>f9PKHmXf/_=^<9OU!'1E]XO5;"WNN.XCI0g#$jR4L#TQST$pcU882Mh0 #T4a44?hUnXQUT;89XUS=HTTUhXGU84XbVZs#pUnjiaVuECfU&^haSpm<) TqS3TUSFQVTTbY-R\$4JUn=6KR[9;(PEqQ$Q^O>4S=#b7R[9>-S"-(DU7n0IQ^aG3R$X52T:D72 PF%`)PE(`ePEV/lOH,BaOcPEUKRni4Jp;<[H['[[G^+[_3alW5BHR:,:a\%E0JWVT1ajb'3)=O[ XNoSbmf2hrmHEQceB5S7WMGQ.FCJ!-.j>]B%LWOH"9T#1$jmLQ%N,s;W1oKPWVrUlV#I4aVZ3Rf W:m4jW;`\>WN)ttVkp5eWi;khSt;UMUnX<>Nff ErQ+:rqQB;:g9(*i7Q5tdE0SVcHXJN_p?TM`l#X.^r!gt]YD4m[(+2t]tD4I1q`kbqtpBks8W)r qt'jUKIC3KccO_dh:^QBj5od`VFFLXjPo%P^1h+uW70V[cqnht["=t:lb6RLA%1OroCqtOrq$0^ l1"uP[76qgr;6Kn5Q:QWrr2rls737hli6hBR9!p'4^H>4s7ZKjh<+b;rVulss8DZboS"9*jo=fL q=jgcp$:mJ0ibmdq=t!drVlg(rVHBfrVuinp\4CWrtkV3rr2lprr;\dH!Ng,9OFO0kPY8MpAOph 6N6lWrr2rtrql?VptLsmc,nJ[e(Wa:f[\^6g==Qtf\PBombf[uFbKS5VrQbPi cHlL:HI'mbdEp.]aiDEIcHOGO`P]R3`lZBGa2Gj;bg+GQ_Sa/^qmh0aMbp1 ^:h1q^Uq%e]"Pkb[C3NLXf%tpVkg)`UnXNTS"usYTpA`8W2H\C3&+N"8Lu8A%6HKh,;)5bH^V"_ hQ..hZ)ISh:^E4gtpl?eBu[tg==?^^r"%Hb_//JT_A9]rr<"K~> 1Aq1Ms8;oJ<^^>FMi!.?JUi?*KnOu)HA@3+IX??bG^4FPF*;_HCN+`ID/Xl-!Nu@rrr3#rrVcaS p]'K)!#o]Y7oNN'D/k#YNLc#5'cC5>M2$h&)&F`/MNj6R*&hh>+$>@:BGLS@Wn?LhiS`Vmh>c?r hZr;6/!g&3qu?Ql/H#JEs6ZYWkl:J=Qr@Hp3a0`,s7QE`e_pK-q>0d[s8W&tmX,[%5UI0N%2Jja 'IP[W!=h(l<(]5?77g<^EJB^OUoF?o!N`I"YSaIDY-+n/Y-5BI42o,K`?`-L5:]bMZ8P1M"lc*L]N?greLN.reLN+s+CW0JUVutJqJaTK`Zm[L&QgVKnP8; L4b&,I=-a%Jq/8rH$F[`It3#rH$=djKS"VsF`i%XI!pBiH[:3iG]n4PG'/@bH?XOSF)lDEEH#l= H$a@FEH,r7BOtpkA7K.]@prhPAnbmf=;XMBBOWb8 ErH%9s82iG<).M(WhuD[Ssu:CTV%^@Q(OV9QBRGmOHbidNffH_L5)%^OH5Z@#-IaoqY^Bks7Z6d s7ZEQFqe'0n+$;Fp%J.Vp[e.9WC0dlr;HBZc>I98UsIrWeP1,!\W!cjrRY[$6%Gc=Xfnn0ri?(# l*4)`OVIagJpoNIHdR2'rqF'bM#Y5!'007lMn< )&=#,+"K;f!")/0>"LnC78I-'IZ^7tVQ?u(YHbD/XC&08Z*CO;Z*LfI3?85+$m/f&TX(_rV6$l( Whl8LKRIB79gLcq0J"J(+A&5uW1]WSW2?5YU8XiYR@9hHVPKZPSXuUMT;.sJT;&*XVPL&^Tr"Wa VlQPeV5C,dUS@RZs.01]".u9]U]."fU&L_aU&:S_Rfo=VUSOddU&UebU&U_aT*LsXR?sA3S=TSL !M?%aTm!*$US=HRS=5h3St2@=QB[PpP*ME(SXZ"4S"61BR$3VnR[T_9S"#k7T:;14Pa%GtR[95" O,]*VOcPHZMiNsbMN!RUN/3+:Kn=f&I!U$ZGB/%ZI!BK[<-?:d+(*>9"o#R:J6!XfMJ%hfW2-/_Vl?VjT:DFFTq.C+MiNmnRURj4T_A6\rr<"K~> ErQ+:rqQB<;-T1,iRl8oc-XncaM>R3dE]hO`llQC]n,E@e pAassqqnA".sg"Nm.C>TrVm6'qtg6hs8W#lp\=R`(\mn+rqu`ps06@,gYBlCI6;&?k5=uHrquct rVH9es#^5Vo'Q+oI\#?/cb@]I`l?3Ke'lRddFmLC9&cI(+b]s,]'c-XncdaZq' gY:H7eC+0?!mJp8rm:bnci2)gbg$+3s3C_mdJhSncN2D?rmLhdrQ"rX'$/2;b/_B4]#`%_8F73`l5m2^;%M&_nWjp^Vn(*]"5Mj^qI=g [^WcS['?^3W2?FmX/)>[Vl?J_SsGtCU7@BINN9"=RYNC82af/K3#+7k*$R"$>C;pEdbsQcoC;)& i7cZ'_RHYEJp:m+4t@N_&e56S#n7Rc$5!aS"on`C.Po/n_9LC,ci;Akd07tIeC<%#rn.8)s4dM- q;(f%s5!\0*o#Q-h;@2Jg!nL)iT&eFcH=Pbf$_[[cIq"*LG2#tqu;0~> 1Aq1Ms8;oK=%$GHN/<1:I>c9(cfe>q#9^JnF-D?r;6$Ys2/?&p\ja[p@\C\q=aI$0H3@r'bqB( *u61Z,6S/q5>k6L3^lP2;."C#QD:@YriH1(pon)(XKJb/Y->6Y1h!2VO_I8b*+,5?WMQbnV59u\ QAL-%=%52)0/,(..MPgJF,GKnF`DDEH[^EiH@CU/O,/=BL4k;;KnYDDLOb#8OcbQ\Mi,5 KRn`-r.Xro!I]FrIg(:LI!L$br-_IlH[0maIt)oiG'J=[H[9sZF*)SNG][qDFaA@VE,]f?G&qYC EcZ>?D/@V>Z@94C>E,@s09.a/so)JWN%XJ*PrVc`ms8N9!rr;fhrVlg. rVZWnrqlNks8N#ts8Mupr;QX1r;-9gqt0^as7Q2308#(4JUE*(Knb?]LB*/0M?&M3M#W81M#E2+ MYE&/MZ/GTLl7.JN/igNJUiN9OGe^;GC+gjI ErH%9s82iHE!SUSX]ZVk0W3ZV4sNL S=ZCJUnj`XT)#)^R@9ZFScPCPrgj._T`1VfSXuFFT`1VkR@9S8TV8-USt>nQs.0jnSXuFBQB@2o R@Bb=St2FBSY#bPq3M,JQi"u\Ca,:PTNG+H%m jR;^2oBtf"gsX9XZDXCOIr/@Z1a *<#m8qY^9?;-8IpgXOBhcHshX`50C8d([E=bK9b('>_E"a1JCZbJ9sYccs.J4O!Tuq>UBorVca` rqlNdE^-Pjd+m3nHX']V<*WjC=\tX8dauONji^n1Pak]`dI,oFjluI)hS!SN4"aXaqYBF:lKRO* me$2EoC;DCq=d5Jp@e.Lo(Dgn)eA^Ao_S1Qp\=OWoC`%]\1%f?melnSrr;cZnc/R]nbN3R-?f1a s7l3^rqlQfjm6t:Au<;VeFih@+jc#dEQdtHo_A=[r;66\o_JO`p\jpNRYm1T=f$_pnf@eWraj/Jid`]bVd*^4keC)dpeBuRjdEg%[b0.uPbg"GXbfe/QcdL=lda6=\bL"\a qp&Bibfe/Oa32cRbK.`FbK.`EaiVQ?_7mV!a32WGaiD?;`5g'H_nWdm]"uP9]tM.p_T'aBai2'. ]YMM.c,d]3\\,f!_8*e!^V[t1_S3Ul]Y;.q\\#Ph^V>63]sk>RZa?s7T<5Q4Yc+P)ZDsjuSY4WYaq3)b!gYKke\lK[Qli8*,;cGHl\Q%!d]82__0%MAjP -7fB%!"0,?#R:V@#oPVDeB#SEb08,TcHjkbdF-Lne^rI+g=b05gYDhbrS@S2h#?'uhYl7.h&Fts fA#3=eBPqMcJ.+"`4sI6S5__Hs8W&ss8RT~> rr3l6rr1GH7p(M(LkL>+LP12)G^G$tFaAOhJGt!2G]e:\Eaig9I9gE9K6ofibkV,3rr;rq7/ZoU p%2Gu;fbQ;CMP:'"U>2?'Gq,\>a:V=G[l_Y'H17h)CU$(Ne`RKM0aqr-3+eq7)AHbjk\tQf&,?F jlGI\ioBjo$fg@1j5JtXkb8&QnG`Ffq#(0lqZ$R1Xqq(alMLDMr;6-IkkaiLp@nQH+*mkcH2IC7 rV6*\o`'.I+uqCp)&Nek-nZ,4(c4TU<_u%K8lfAJq8N*KS5&6KnP)1K8,5@MM[+CItNQ7M#2p) KnP)1Jq&E-L4b#+J:`9"IXlrsH?aRSG^b6qIXuurH[L,:M2I/hL^/]iL51SAMMh@j!K)a5M"-E%M>`;NKS+r6N/E14 DJsfVMh-%mDg?%X2PL0LrVlisJ,~> *<-!;qu-KC;GV#"W2-#TRA-=CQBRW*U6(Y/SX]VH'9eNBR>lWLSW@oHVP]\X(UBorVlda rVQB`oi!B@s7ZKmpO-@O>?G9FC1:JQl0e9,f)+9:?^@'R>hf8PpAb-loD$[L*[_U_[Ag=2XgtjB []6R:Yck13YP>U,\NRF0[CElF!$H))!"g[d#7:tW+=oRHGnU6o]">MfaihW2^!b$7Zb4n7"%9Ou 9/%1q%h0$b"$n=K/N,=#@UF1+t428KA4GFbQ'3G^bO9R['/-T;8E^Ssu@J TVJB]32<+8R@'V@TUVCDWN2keS"-(BS>;mPTVA0QS>E!SSt2CBSXc4@St2C@R\$4KVPU)_TpM7A U7hLWrg[/]R[KP1Q'n/4R?j,(SXPt7S"#e1PE:ihR@Tk9R?s/%Pa@l2Oc>0OLl[ppO,o<^OHPor S!T:uNfo`uT:1q%MiO$hPEM#hOd)3#S!T>%Q'[l*Nf]EfPa$6QP)4sKLl7(=GD2'>LOFQ%K7A;p F)Q&BI<0XYDe+*61gOWmDM3I8,6KqP1+<2?0cV>h5[Ai3Zd@Iknal;m=oV5C/hW;W[rW2KWlnYuJbrMU[. T:i!YVOa$2N0^9:RuiViPBoSVU&Y,jrr<"K~> )u]d7qY^c,R]A^::PS\ZElTIA>TVk2GF3K0)%_E51_uhWN_Yp"eN&:MbY_7BG/;p#kf? q"==Pp%A%So_J5`p@n=SoCM\OWZQoomca]ApYkQ?p&+jaY?q`:f`2!Ks7cQC?6Gbim`rSj>N4H\b*o'c>Qqu$Egp@\:^p&=u.\404\9NQY>`oQ7(oDJXf qu$Hl\T#@Ts7l0bl,.%CaoDA=s8Vulrr<#qqYBs`r;QNegld'"_nXFAg=Y$.d)sV`gtC6+d*^=l hUp6%daZgsdF-LhbKJ>df$r*mbfn>Wbfn>XdF$=eb0'Y($Hg`Abf\&Mbg";Rrlkhob/qfJaihuT bK.g)a;)h?bg">O_SO12aiVTB_ns@3a2l-7rkSiWa3)QHa2Q!r_u@R[_nj'u\A#_m_#;(c_Sa=1 _SEjs_SX.*^V.:l^;%J"^qI=irk3Ec\[oMl]",>[\%'#]\[]2YZ)k"+\@/WAWii@sW2HG`R$El! S"?1=R&-*MK<2#FQBQo7*>otu70+tY*[)sm;g4\7dbEpOmd&uph:gH(^p'GpH#?hU2'WkH)\*_u -QE6u$OR1G#7(SA+tpURb/qQFrltJg#g^lEdF$Clf%0iQs4Ih7gYCW@hVI#CgtUT;n_X9$qqN+C e^W1%e^M[`cIC7^] rr3i5rr:SM8Q^Y%LPUkFKn"DqJ:`8sIXcltrdJ7)Irqucoq>'ma qtg-`L(cRZ:0hULBkM6p@pr\YAVG+jA!2b,MNi'L!<^#_;#j#2r;ZTmpAWE>;9St4q<@T5WK.4Hc"2&%d-P'hV'LP:D6I&.H?jmfJUr8tH?jjcIXcWgrceZoIY!*%Isl_DHiABuH[0dTE-6>IGl2h&H@(!a GB@kNH$FRWFE;JFG'A1TFE):!F!5OAE-->JF`_\GFEVkIEcZ8?Chmd,EGK,tC1^gcAn>CVr`V-` ?X?i6@8IP$A6r>6=%tb)HctoM7C2O]rVc`nr;Zfnr;Zcpr;HWprVZTms8MoqrV? )ufm:qu-NF<)IA$V5'c^VkBKDQCFG6Q'n)1Rf8^VR[BA(P)kNXMi`LDOdMtY+4U5ep\t*irVHBf r;?Hgq0XfUo_SUfps[R9`k]-k]sZA)Pe-J[qss?qM``sgDThhHnbMPDs82Gl8mcO&0lNW$_R$V[ riu^4ZEggFZ2(jf\[oA^[^N`ZIfMQc.ge4)>@mf8jZ-O@rR$`T;oH3\T@o_!sK;s@Y:AMM5dei ['?pDZ[Xi\X087bWi_"$+Fp_tWMcbpUn*d'EE>n"1bUF2/3Fb-SuA-JQ(t%GT:(n/Su&0QS!f_8 SYr0MR%'Y8G\AO(G]e%CF(nVS%OYII!&,l@+Y5i^I@mmshU`,T[g3 'dO%t&-2q@$P3p_%g`Ia&"'8WPF@d9S,\u[SXuGPU].(hV%9>sUnsrdW2Q\oW2HPjVPWg^ri#am )l9:#SY)RHS<8u#SXbn!JWuRV<_9(dq#13ls*t~> 3W/mTqu6TH<`jpof@%pngW%4OaiqoG^FSAV/I.?oqi(nFPi. lMC2HqXsITmeQX-p@n=To^qkPl9.hfs8V;r;b:>JV:L?L@M;%9EctSLEo[2f s8W)rqtpBmrUfO?;GimUOhBQAo"&U$I)5a\m-=HIqu6Tlq"Oaeq>^?iYWm0s_pOaN;TJaN)?@`l5j4aN)9> aN2B=`Pf[3`5]m?aMYa)^;7\'^qmn)_84"+`5p'?^Uq1qrl$8'_na""_8F:4_n<@[]=bkm^V.7i [CO#h`597#[CEoc_8*aq[C<^G]R%0"\[oD`\%')d[C!9HZEpmE\[]/TX/N)%WhuG]Uo:)[U7n6Q St2=;Q'[o1VQ>k[JuGH4N0Tcp@3Zg_1^GQ2*Zuml<-Xnrco'Yf+i8)u.^TO&fEFr-80d7AE )&OV!-7TZH$OR1G#7(SA.O_=5bKe/Tbl#`cc4/%EcdC1ke^r@&f%8R-qqD)'s4Hkts5"pTgt^Z< g>:N2cHjtlgY'up_oU0MaNhc!D-<_7qu-Nos*t~> 3WB'YrVuoN=@ZDDLPCSALjaYuJ:iE"FbYNuI!gBmIt2ofD0()JC34K7@q^j3*o?qpp%eF^r;$3g qa1/Tq7IXg?<(-=B5DpEI#3Z$EM8OE!)S`:MN<*b3"@N$0I&#(Bn0i5K6`W7+$boi&d:4[iU,di jQbjglK.'ihYH1bjlY^ej5]7adj@&ms8V,b5;c/TQ,LOr*X!Rds7cQbq>L9E=U$TWBkg0e>LWWB r;V0BrVuZms7&#R,nUn;*?-CK#m1u,>$+Qr9L;@2#[;&;T4>u4!j?sbECF.6o@bl%A9rVlcos8VlkrVcWiqu-Nlqtp'pdrVlcg iKq[^qt^9jqtg-bqu+Gd?[7$GI=-SCJcC<(LPCP=re:W4Knb>;Ll)"ds,$c3nV[@)+c;,5LkgbD L4=PtJ;&f3Hua1NJUr2iH#HVXV>g;hrr<"K~> 3W9!Wr;ZfL=&3J!UnXQZVO3^:S"?.9OJ/87Q^=,/R[]Y(LlRgaKnbJFLPr-T.c14'p%eF^r;-&ISk0?JV&H*ZHpGAq>C9PBR\:#?6)=l_Rl\; R^of4\[8ZOXnfJ&\[oA_\$ro[Ym(;]>;Xm3WLEr>#[*d8[?=$ Al_)B'FG6[)?C[e)B:[L%N?0!,T?ph*CsgK8kMiRECWi1C3bW'UTV/6[ql%&Jl=KJ)AEo.,b2!I \$3'B[_P-Q:6r8gWOTPt!,T')I9Pa\58R?j5-S"HCLUn46RTq.XAS!96;Qj/tJQ^F21SGf!(S=5h4R@9V6R@0G0Q^*f&Q^*l( R$Nr$P`q;qQC+)-PE(T^OoCLRPE_;qPE_>uR[]\,NK9;&Pp_f[OH,<_PEqMuN.c\AOH>TcMhd"A Mia3iP`Ul[MNofM26tCLkpnGN/WODJ:iT0J9lHeIq"+%8gsX0PWh#DqA5,'5*>]Cq )Ckdr(BjmI$P3p_%g`Ip%>pa?Q'dc(r1!_Vrh9@ds.]doU8+KZV5F-fs/,gmnYlJe+fM<:VPU,e U77L:S=uaOR?*;jS"#_,PCQn:V>g>irr<"K~> 2uN[Rqu6TJ=&jdmf[7a\bJ2-EcGm]j*Zadlj^T4iZ]!TA;<9!oTp\FU`r;Q^a rquTdp>\DCdHBE@f%9'Mkj-ZZ?>WS4SD;l_lI`7J>as^.e@i8jO^Mn:m+pUVB6*%tg6GZ$El7_M l1OT;rV#aUnG2hWp&FZ5p%J0k@ofn`F=T7ZF'1XY,pFTFE:Ehss8W#sqZ#TGFAEPc(gc,"p\Xpa q#C9eqZ$BahY)OuWRg&)rqtuI:eSgls7tpIs8Vurs8Mokr;ZTms7kE&B=%O9nC=RX?\@S:s8Vun rr;iPW*rVQX2;KL?=CkFq#C?nr;-Ems![[=qYC!cqY0Z]C4DG8Z+@TZ\\lS._TL6?^Ve7De^;R] aNMr[e',i2bl>ujbf.?r`YZb>b/_H9`QQKI`507.a2uNKc-4DK_o;So"3&@$_u@LZ_8!h)a2c*6 ^qp#e!l;[erk9;e`5B=#\@9#__Sa1%]",Mka2c*3]=PVe]taN]r4E!A"MM:S]"@sS%D0$V\@T>d ^;%4h]"5NQ]RR>rZa7'L]Y:qb['dET]=P2MZF$sBXfJk7YH+RuVPg5eW2?AeVl6)QQ^F54S=?+= P`_5nD*N9/QDL=GQ'/F`.i&m5/-$\5.61@PS?pr0me-;DmHWZdf#t_+QAT6X9KXpN(D7&m-3H(I &Jtl_#m^bA#RMq$T"W=j`6n>%"3o-;dJ_Pte^i@)f_jG$f^[cBhqm2EgY1?5g=Ocuc-b.tgsX0T `n&kk`3YD1>,_H#rVlisJ,~> 2u`jWrVuoP=[Z8BLkUD/G]nRkKme2lIt`E"H@1-iI=6?ZC2\BEG%bf:D/+W(,3&V"p\FU`r;Q^a rquTdp>dG3?X6W9A7BY.Iu&80$9o[G>EFJmK7mSL)-NDjK5G@7:E(9bNHKc.*$gAnC-`@;;mYuf j5f.Wm,d-fht?(1j*TkKjJ>[CVoN?c*(jF&-Q!=$$iji(rU^'erVuWjfoBN(!WiBi`;K'"rqZKl s82]nnc/=_C'm(%/h@bR.2E(04AJsV:JjhT9ikkGIuKnpWj]=>R6rHI]YCV5B.FoaRAdHtXK8V0 \=7"J$T2@;I;9][:uYDJEm,H?=1RJ8]@IH\7$'H['d^ J:rQ&G'n[dJ:iE#G5ch)IXlrsH?OXdJq&)jG'nahJqJ`/K6hlmrI+isIslYBGmJYgFLC-hqC)7?r;6Ekrqu]orqcEfrVl`no?2d3o_\1Y rVQHeqYU68/m 2uWdUr;ZfN=A3=tV4jBHQB@W0TU:q.R\6.9Q'[l+R$a(qKo2+\Oa;eIOc>oI0&lm.p\FU`r;Q^* rquTdp=)*6li7"`p\t0l1]6!n?uB(HX6Sm9m+S[R@%llOim,<>N*L8Fs8W&eEHpaAlBY0q;3JDm QaX3+^:1AXZ2)!0\c90^\[oV1-jEC]+oiWQ:G*1Z!!!o;0TV3OZ,4&h_UZGS@R:J(!&Ch4X.FE? 7ktti#7M:H!)G'];cke5,U4uW!#\@3?rKQf;,U(hATNE`TW>9-\[._l.[P(.:F8NSXY.k3%q#"*;TUM,ERMVK`R?itrPa\)/PE:ilR@Bb=T:VX;PEl*4"-o=BQ2[!SPECulQ^%NJrdSNK=%"r/L`:'p"<5NfB'XMM[+EMN!RV OHGHZN/WbqNZ3b.KnY;>Nf]9ZM2I:ROH5'KLP^h@Jq/W1K7NrM@"3WUJq&,nI!]gMD/XK=G'.qK D/+!)8K1QDCNjrCE,_%9)[Quk6R!!f0`W=0 "98`9&/#Qc#mW 0`:qKqu6TJ='(!rf[.UVa2Z?LbJV0:cc3o>_SsO5_S*Xs^Ugkd`j2eV_7d=+:?)9L"8r#qr;Q^a rquWfp@1RRcKNJiS`LtGXUCDmt`/.*%>="i;!!4 mem+bp\ashjS6VhEieBrp?otC:3H7)qY'INrr;ios*O_ArVucprqcZIG?(Ehq>^$=f(/M3s8N#t s8;Kgr5GV0HrWm2A\S$:qZ$QprVHNns7ZEhqtp?iq"B\bUoh)F`4<_"c-jPD_83k(bKe>Q`l5j: c-=DPaNDZH`l6!;^q.P$]YDG)]sP>caiqlD]=>eua2l?B`l7nh:VFN[_oK^3_8F4.^q@J$`PT@% ]Xthj^V7=i[^Nib_n`mn[^EZY]XkV`]=>A]^;In*]sbDZ\\#Sk_7@%^ZaI?X_Rd:f\@K2_]Y;%h [f3W:[D9Mg\G`ic]=GAWZa@-K[^fTUVF@St)8KRo>Z< Q'RYoNe1@eI$^1pSX5\6XcR!9(*kg=*Zuml<-Xn;g#DDlp$hA5hqQW"[\8\2=AV@B.NfWE!$!7( 8IYh;$OR1G#7(SA+W6f_a2G^<`Pqhrrl>&Y$cpN8cHsqcdaHUoebdqrfC@YrhBC_1g=b-2g=b-/ da-4adaZU__oKg4bHcRk;Q0TmrVlisJ,~> 0`M+PrVuoP=[lJGLkL8)FFAdrJpMZjL4+DnH$k$eH$".NG&_A?I;`b6FE;Rm*9-to"8r#qr;Q^a rquWfp@9UB>[101ARoOrGCP3P.2W$uG*%99CMJ3:J"<0fPF/%o1^cp;IX$-l+iW%mgiS`Mg[7Mni)cWron)1Tn6JQ3@uX//he1W@W?@2G&hYEItVu`F)u;DI=QcmG^":V It)ilH@1*dG^4[a)0^.MGB7qTI>E,ol8E-6JRG][hADfKiAG^47GCMI[)Fa7s*D[16$F*)PG E,GSi"Di:)Ec:nn%WZN*CMIX$D/F'&C2@d*rbVUO7r2sTBP2!kBP1me@qK@dA7/YI?!UZ=?!q&H >?Y<:=BeZP!D?g'>uXQt>Z=KX!!Z`gs82corr)irs7c?dr;$0bqu?Znrr2pArr;upq>:*fqu?8o M<=I1p&G!fqYC!brPg?jH$OCMGC=o=If=iqJcLH&KEZs[K7nr5qhP-+nVR:(+c;,3L4t>:L4t5/ I!^3fIsQ0WH$OIMAkOpOW;cYlrr<"K~> 0`D%Nr;ZfN=AEP$V4a6BP*hi7SX#D,TpV.0Pa@c'P`LleOc5*VR"9aER$Nk9.,t7&"8r#qr;Q^) rquWfp>S8Ekl:\[q#::MqsrmZHp0,`b4=fld_O/CaQrTer;HK8F]"h/q#C!OFa<3Ns8C&X.lhXE ]!f,S]Y(_i^A5J@\c96Q\[]K9SLXsG%9/tBgs)a4=akVu6\9?;V8'XN^X_<7i-ujV!!"`uR%]"B 9KXjA#RM.K!%UGB.nN0#4?bh8!&%he<)-([:K(.sCjh2-VQmJB\[KAB3Z)Is]>(V:P-(dj[^N),FoP*;<"PEV8tP`guePa.Dl N/WgZP*;&iN/ELSQ'[_rMi*:JNfK'UMiEUOMia3iPE1HRLP^qLOHGN\LkghHP*V5lNJrdSMi&R]g'H#ID5Ef=j!!!!iu&/Q<74BQs$Z.7aup%\1LmGm$L_6BPlK3M&3.3'*9&caIA *'k&:"UPPJ&ePW\#;-13S<&SgO8kLEQN!6NRgYaWStD[KT:hjNU8.U]rMB%^s/?+!Vkp3gUDfl# Ssu+6Q^OA1O,fEfNK8Tp4A;^Qqu-Nos*t~> J,K'[SKQ5uNn,N:]q>1-\p%+Oo+BjYkE]%=V s8W#js8;Tfs8VfirHgV+!$3+rqcHhqtL!fq>UC1rqlWms8Vih^R^*Q5\db%s8W&frr;uq rr5mno^hPOs7k@2f$W@Ss7cQnrr;oos8W&jrr)`mrVZKaK71nid)!B-_S+%6]=>bu]"uJ-^q[h3 b0%`;[^a9&`PB-r\@K>h]!SZJ]tq@h\[qdP!PH/E^HKD]rjNNM]">M_\$`WN[C*][\@/fQ[^Z7G #Ih.KZE^aC[f3d][^EEI[CqpPmS=lIMUn3F6Ugttt3sH`L.6(4JR'+usl1+<2l/gUKbIssAJ8nCU4#&--*#Si* +Y6Cn!##_I#m^bA#T!dd(7i+T]X>bn^;%J"_Sa=._8OC:bK^%3"OGHBdaJ'Bs4%)!n_=9'gt^Z< rn7>-);NrsccF#Sg=a]`]>MeOb(MuHV>pPnrr<"K~> J,]KJrVuoN=@u_LL4k25Jr,,-H@:?rJp;NcH@(!aGA_JLJTkd?E.2J.D0C(e)<1AcrVl`pqu$El s8W)sr7rM0<`;t(B45=bF+0CpW_* rr;lks8Vrpq>^HooiVJ8(D$oe%fcf#>uaj,=ADCW[kQH?=4Q J:;rnEGB<7KQhNWDJsQ>HZO%;DKgGNE-$.#FTQ`2H2VnLF`_\FG&hG7C2\6?GBItLH@'p\EcQ5D GBRtCBl%^-EcH#8DJa6/F*2SFChm`uBl8$EH(nq&TDc3E,TW1Chmj'F)c)7Ci!te D[1/sCM@HsCMj&h8o8BYC2@d*D/3j!C27QtB4u(!D/*]rBkqQqBl.^%An>Rh@U3DQ@9Q`5='Aj8 >Zk*6?t3SU?o/6aBjb.E=^"in=^3$S;;V9Lrr*H+qu6WjqYgBiqu$Ems8Dros!@RUs8Dikq>1!e\Kk='GA_DEG^+L[H[L6jrdb$"$%de_JqAW.Knb?[L]<2!M$/]mM26rdLB!,K M2-_2F`;haKR%EOFaf-q;'e9"s8;ips8RT~> If9V7",@YV"OIW8R\&?&-fRaYM6!\.j"=9&& Q>K)H*XrVj;AK6G;B,`V#S%Oj'*&D7AQ_o-:J"5WOZeeeNfB'VKn=o3NKKBcNf]NlP`^i\MiEdX M1p_BNK90^NJrgSMiEj_P)tHRKS+r7O-GifLPLhLNJ`RKreD,BMMmLSN/ELLMMd^_O,JjMLkkte #Dn7kKS+u5M#N9GLkgY;LP^kDL4k89Lkg\;KntP>K7JK(KSFr.LPCD0I=?luG^=^[DeX$)DfKf: Ch[m1F`DPA65X0`H?X:KEGT3*E&%V+2[gE?-95(NR&nTbjR;U+l0%$[be0sBKm?]j2CBL^()AM& 2)6g]%gE@I$P3p_%g`Id!.p`"L5LqOOHG]iPa.Q%R$jG6SXuIFStD[LU8%R\s.o[knYZMgVl-Dg rhTRk)5X+#R$!>tU7mj.LQ@h#Qsq[2V>pMmrr<"K~> J,TBFqY^mR[CEr(;Wd]Jrr2fpqt^'a qtp6cppW>.dad$uakPk.agn=)>!94Q\qlTqfuo(\AoiZgHAR<>`9#e+kN1g)4&M`pioee=jO9E' ;lTQlnFlGGp%e;:p%7nMq"XOQs6T@Wl.YS(o(DqNli6ar>.ah7nc/Xfqu?]hs0F:0V"af`s2]Lb `qfZ6pbhdErVufgs0X3e#7_Ue"!39mqY0gcs82]np\k-lrqu]orqZQI=[-7\/2(A'aQ<9ur;Zcp rr64"s7>[H^6Y5Rp\k!hq>('irVlfnrr;ofrVZQhqtg!WBkjcJX-THV[B-gJWij7]Z+.Q`]tVM3 aMu!(ZEq0[]=b__Z*:[M[Bm-D[CNo^]stAOZ*q<[]=PQN\2_48\?rTK[C3T]Xb5V\[oDd^VRe)^V@S&`lcKLbfn>Wcd:%dd/VMndf7breF2/hg&]s] rn&"9c,\8_f?qRPaOB&!Ps[g7s8W&ss8RT~> rr7BDrr:SM86:CtKnY>;LOa\sItE2uH@1-gH?aXXE-6DMG&_8+G'%V8DL>)"k4\TLrql`mrVc`q s8MupV@XqU9ibV5C3FZ7AR7eE$$;MB.QMd3FYjjQ,qgtf*Z[%ON.,l!G`$&=*a`c-F^%jY@Q,/A Qfd\ljP](Yq<*7fio9%]k2YCfguIqWakuRKkjIHanDgNAZiC'srVu]ls8VWgV]?eOoCVGC]m!Ml oDeX`r;$BfrVQKlWY5@D!<DeVU+N"(OG7mh:-p`a,Ub9#'dI[.>Lc?s[AU@9m/A=B8?t;,p[m 7RB4.:F#oZ7osD>AlV6">$jN:6I,Q.rr2lmq>:-frVuosr;HWpr;?Nms$6S`rqlQfqtg0hf3qCl rr;iprVQHeqYU5r+&m<'EHHAFFEMeQH[L6jIXcluJV&N+JqJ`1L5(J J,]KIqu-NF<)@7uUS4EiAN00K6/EZ[$rr2fpqu$Bj rr2loqj]0]l1tAWo^MV@f>XtT@5+hJbG)6*o@fCHDL%,'I?K\hh#I0@s7c,f5$"lFs8VTYs6-"X 7!$5e]"ktn^\PZ.]tD"l^qdXpd(7!=]W8KTZ*_9V]]%kU$:nu<@>q"T[)9o"g5c^WNmPb]e=TDT H^fmn3$T+R#T*pL1I1m=8HK5!!%r+u=]/'j8PE#dApB,tUp%;;[(;YC![A!O!$u-2Ts_J;[C!9K ]"##PW2d%VAo5Dq]stPPVm*+nV59lRNd5/.6T-Oq.m#Mij6dNJ<+DJNosAS>ge =]8!p>;#t3?ugsUIVW+tD1?.K#;[>8)^[OCFHriFceR[Hk2>.Sf#Y7lNHoGA82ht@*ZQ1&0d7Jq ('P-R$P3p_%g`I^!.U;jLPgkFN/`m\PE_>uQC"#.S=Q7BSXuIHTqMadTq\9VUSO]^n##uY!MlIh Tba2bOI;Z3RZNGlTqeK+1-2?5rr)irs*t~> 2uWaSqY^9?;,Mb_f[J!ed)F&Iai;9;`lQ9D`koL+_7m[nYIV]fVk_A^\?_;SdaI"1i8U.[.Qh=@eD9-=h;u:j g]o^)5BnFlPLqR9"[s7Z$`o`+siq#CBfC)FDTrV6Bl*T_'' [f6=,rV?Hks8Viekr/bX$P3C?,G5#6p@e@^rrW2orVlg4r;6HarVroqTuXC+JQ"9jL!p"prVulr s)S)1s89c8/P*2BoC)VWq#CBns8Dlqs8;KdqtU$`q"+#gDP<5nVnTgSXgPO.Ts_J9[_9Mm^;%It ]tV4n\$2p>\\G_[WN\\\#Md]Y;+k[&p=0XKAkB^V%%\YnaLF X0&_<]!o&OYd(RC\@K,WYcb17rjN`S\[AQ;W3NtK]=,&P['mNV]!o&OWN<>3rjP,#XKJe6['[0G [^EHHZ*UjH[^;..jlPa *[!9T"X4T[)%-cX#R:V@#p("SZ+.bKJ,Rc-FZ5ciMPBrmUDl!87;( s4\LBdEpCrgXjoi`6mAma1JgqdA'W7YlFLsrr<"K~> rr4hQrr1GH5Z32iLP18-I"$TrI=$^kjl5:kkiVL$jR;6kki_-mUbdf*q"FaWr;Q`ls8VOp$)db%pAOabj`*;` qu6VZ=Hk9M\c$FbGpKW3E>1]kJ0lNHo;9*WQ:,LUa7bZ*1C< ZEC(2[Y#V$)i(VpT;\TUUns`WSsGIlFCRp-0I7ni/2/"pAkuN*F+/%;CMHjNCN*m%F*DeLF`qkJ FEC/rD.[3iDfp&7A7o_*H['LCAnl:*E,BH1Df'60EH#i7E,p#@FEVhJCh7$c@q9@rG&qP8BkV'f ASZ7)DJNouBPVF&E,TQ*AS,WTDA[;2Ch-jZBQA69D/*g%DK0];Des,q@qTWWDJF#tA7fOkCMIU$ ChdWsC2@a(CM@Bj?sd5TBkCmdAS5^mBP(jhAn,4S@VTk%Ch7!c@U.D;ccsl5 2u`jVqu-KC;Fk;fV5'WQS!TP4S!]M-R$sM6R$<_rPE:o`JW#qXH#f=MO,'0>2sU/4rquWmqu-OP rVQEbCE8<)q#C-XhVPAZ>tm^J/p4r)s6oa\q![1b`Oj.s^r"(0_7m@oZEettZ^[2o\\Z/-g7UDQGYC\SKV"aC[DU;/5ld/%cF_-Gik[t` @u=kd/fPc5*ZG(lA.SqX#S\6f(J8a^>u4']8l&JmB7#Q(V6[\8\A)blA;bVB9,[d46&WCWZaR6K \@8fAZabZ3!$I<5Z`:F8L4k,;N/NRNMiEaTN/ipUKRJ,qIXd*4OcG9LJUi/q I=m?:N/<:CL5CeINfApMK7o!YM&;,.LOXSqK8ktPLkUP9L5CeFLP15-JVB!\N.6b@LP^nFLkg\? LP:A5KnkJ?L4k,,H[9skKRnW&J:`H/K7ST*JUVrhH\704Kmn;tI!BsdIsQ6QD/jH%;c?k!9Kk-X .5EqT6qpg.M-1i15$WGVBPMd5BQ8Q+'f.HW)^RI?Efm67b1GS3i8*&?d_`2XLN@*.7lVtB+ J,0*Bs8N#?7oOoWgWn$ccH=;N`PKF2b0%iI`l#X-^;ICaYHPUU[^N!=`4Ps8W#s q<\"Qh)7O&i7cN"fZA\QLn(9IW0;!uFM?hhk1\SHd"m=K`SoM3hq$`Eh:p>@3DG*99shsak3_'V T1$0go^MkXrpfi7nacDIs7Q0bp\44OgOiILq"t$irr)lsqu?]loQt32s82Efr;Z85(.6dRli$k` o_SFXpA(d.+qY%p)/nI5s7u?]q=sd`r;Z]eq>^0gnbN+FLh40Yr;50YLhWpdr;Q`rr;-?js7;sO &0<$#eFNA(qYp9grqQ-XqZ$QorVoCcq"4)qDm6pq_7dFjUTq>.US4W\VSL8NYHbJ6[K!U!ZEL@1XKA\;\@/fRZ`^:8\%0,^ [^**BZa@'EXfJD(YHG(7['Hm8W2?JmXK]"3XeqhlXKT1F[C!6EYHY1=Zi77TYH+P'ZF76IX/;_u [(*ZUZ)ab/[Blp.SY)[_ZE^U7Wi)_iUT(,[St;"$KmRfP?<^Z:=]\Bg6:=@-7o`r,AnYt1LPD8$ ^St3C-7i>JOI;GrVPq"I(aV0l*?ujoC3tlQ`mE>jf$DLNZ(d>.CKaS'2`NB4+W2.1726I[1EHN. &If!K":#>H0G9JRY.V*ArjrfU]tM.o]Y(tn_SjC4`Q#s>b00_,r65;of@^&T$/!k^g"P37g=b-W fcJetf#u:^dFQt$eBPtOdFcgYY0+bSB2>Q,p\k*ks*t~> s8PC^rqcZF<^^)BN.m(=It<0#I!BpbJUr?$I^?lrqlEh rUKpbi@tU&<;o`S?>(D\+>PoJ4tmKP07&t4IY3E6J35krIXcNiF_G]3CNFSe!#J-J"&W>u:eO], ?m;',k2Yghi;)U4k"b+#jlH:#kj.L!j5Rpi5\p)gqY^?lr;6Els7l//@G^tUmJckZk]6thf)P4< qY'gds8N#lR/dd'"qgn_C3")s;bp.^;-$b6G(Z?oY5Z:`\sbVtG,Mp\O`*B-CV?mTZE^R6Y->(- E$k]!%mlG]YGJ7tT;/$LS!T1eCgKLl/gMP`.4ui#G&hJ>GBn14BlIKb=^YE>G_'jF?tNh]BQ\K> >ZGNIC3"?2A8,CcF*DeJDeiokAoi*6BOG[nCi496DerutBl*cc+)G_,An,:[A7fasCMIWu@pW_Z BkqHq@UEe_C2@^$B`;X,AnPjpC1h*f@:Ee\CMda!@UJ8PX,E F,-9eQ9kQ\"3DeWHmrc83aF`_bKrcnHgrd"`qI=?ZsK)C9!KE?m`M#E/:LkgeCMMm@LM2;+e*f,T+ H[L6mL5:S;I %K6>)s82iD;+kSlWM#s`S0OJhPE_H)S=>t7Q'7>lQ&('DJW>tNKQ`]`4WjsSj"3>VRs@&F$V*f]WA9?YH4b*Y.1ZR +92]S>X=UYZ`1(-USX`[Tq@U(D-f:^/LDYc,q']kN00!MO-tiGJV\SmEHlMIOI:rQG^b!lJrc"Q G&MtXJr5G=I"?KnMiWmULP(,'JW>hMK6rE0LP_"MMMHV0JV=#V4+rHGKRnZ)JqT/CMM[4GJpiN8 Nf]<[LP1SENK0$WM2.%KMi<^ZO,S[@IXcs&Ll-\4H$+LaJrGPALAlmFL4tD:KS>/7JUN*'MMm7A It!!'M2I+@I!:0qKn4SsItWZ8Lk^P5IXQQhJ:2H\F_5,h<(]G;3&r]K0IS"^*?c%:/j)Km:/Z(V GDi,uRRR>l%l-phCi!s1C4fY&-T31i/1WkrJ!\!lc-t7p5L\$$]W7BOE*lU(0/ka=.3B[7tV50rbVl6Mk VPF*c*i#I'QC!u/Tqe J,0*Bs8N#?7oF`Ne&K>EaiMQD`P]X6aiVK9^;.V&_7I.i\>cOA`P/7E\]).-<9sS]kP4rLrVuon r;?Ehd5#O]hUKin_0L[$`7j,3gY'E8CLaI-jP&>CcA-%6:NLE0XjQ@mgZ7"W6;k(e<.`$8gu-uA W\qS,E'YrVuiprVm$!nc/+Grr3?(s8;oaM%iq?s8Drs ;#:+cq"Xg/<>$#S%O@#)s8Vofp\OXZrVQWoqtAIAiU6U@s1_]2Bu005r:fXQoDALdrquZls8Ul! ,oRg>-=k'pq!7eVs8D`bp%eXfr;Q]q62^QOno&3C_8j$hYbI2V]<\K:YaLua[A]k"ZE^[0WNj%= ZE^4&Yd_!AYd(R@Z)t%.Y-k@0X0/b:\"0(_VQR9)ZnnthWi<)'ZF.'EYH=q0Y.(dCZ*L[>Y,JA' Z*UdBZ)t(*WMuu#Xfnh*Vl$Dq['R!=X/c/u&[JjKWiiD#XLPaHZ*(11XgPJ5YsbaqVl-JjV5:)g XKAY/Z*UjHXK87dN.68)J:N,rFDG;i:/+kl6V(-J6Xt7XBOt+).PEV91GUjL=]\jDJXE:6a3i:. hWOS'\j'h%0./_Q?&+rJZ>'X[6T#l,/3R9]IBBllb0J8P_m680Lj*E3:-( s8RNErqcZF<^To9KRJAtH@LEnI!U-fJ:MuiFa&+VG]@YDDd[$qI!K%"D1@",.d-j3nc/Xbqtg9e s8W#oc5\31:J"Da;&LN5=`8A-DfoVd-6QZPI=Ha"Gr$6D!u2G$<-e7nC,7eO\-NFOS8GEqu-NorVZ]qrUBjRkl:Y[q#C*ak(*\.e,')_ r;Q]m[l4$53FE+Wd! ?=7MfDJ*^"DJX*$A7oRoAn#=bCiFAq='B!FD/O6-Bk:a^A7oXnCM7L]?X@)KAnc!k@UEDG?=[eeBkCmcraK>QE+rirART1eCM@BlAnPdkB4bgmCM@Bh@Uiq[B5)*r Ci+'/EccG>D/*N_;c?[h91hZ<2Cp3n(aL77'-7l'2+g;$4Y@NP#7M%L$4[\$/i6+0J!$,1`Pp9[ l0#3,;CqeI'G`)k>ZtGb%XII=o`+scp\Xsbqu-No)?'L5rVZTns8MrorV,mYrV$0<@7191kl:V[ rsSi)qtcBh6"OM6?u>m^#&eL%FEMhPrcnHg#^UiFI=?ZsJqErRrIctZKS>/9LPCP=Ll%"IMMd7H LP:D6KS>/6Jq&9$K7e`1HuO%OKS"PRBjXJ%VZ-Vorr<"K~> 3rT*Vs82iD;+bDcTpV76Q^XA2Q^*l(S"#_+OHPimPDkB[ML0c3Q]??9PG=IF0'*!2o)Jaerr<#m rqf"]f-u=Bq<[kMiI-fnj88cMkN14#G@doKs7l<[i/qn\:2=KrYhJjFnGV^M7T[12C5LR4rqu9S `"S9^_nJUMiiI"-a*M2$\8JqJ]7M2$b?LP:A1 JVAo;MAD&)KnFr.KSYMDLkUG2ItnC1:U]?!U];;+Nl2.k3G5+=/]h+@&n%84GKZ$4dgc'+u'!2`$S;Ao)9_J5HFc67Np%1H\fbLpae0`lZBFa1JRLNI,;?:Fn+K,:4NJ(,?_( &.K]l"UkhM%hTKk)'AokK6iK4Fb>=#LP^tOOcYZeP*;,pQ'Rc(R@9Y:Sc,/YT/3.6U8+N[USFW] VPgAjVl$5`TV%gJTV8!KR[Tb 2Ym@Ns8N#?7o4KEd)3c>bJqN>`Q#s=`l>m0^V[t._R?qg^TjiK_o'0eYIhK!4N#qDoC2\Rrr5FZ r;Q`rTK/ItgpA"IYq>C3kqZ$5R;3U_No).$R0/$"VbPqP6p&Fmdrr2lprVpHZVM6`N 3'qJjmJ?bYqY^-[o_SRdrVZZps8DfgoQ=AuS>)+-T<*j2S<9#0[ABb&WLTN]Za-a$R\HjUUU@/# Y-4[tY-kU;X/MhpY.D'FWi<)&YbRqfVQ6l(YdUm@WiE2+[/R9.Y5b[eW2?AeW2m&&]=+l@VPpW% YcFb&X0/\1Za$jDXe_eqW2cksWN3,%VlZhoX/`)!WiiS0XfSV-Yck.0ri82]Tq@d;N.Q:qF`VM> D/F0/CMRTo@:EtjG^FsoLPUbAMi*pfH[q?BL8MAVSYDX5I>F8gZFn3$kM=eJn,E?#qu?Zqq"k$H :Vu+eB0dsg1fAU\=oeU]5U[R#2G\.)OdN&Q]">M]Tp^gcCg9_'/i=sp*Z#\B-:Ya.'I")$'+YBQ "UGMJ-O+h'W3Eb9Yck77ZF%*N\$rr\]thJ$_Sa=2`lQ9Db5TTabl>ohcd:,>e,Rhte^iCPg&K\L f$r'lcHjqff[J-ic-Oebd*9PC^;nC;XfR4];lflsrVlisJ,~> s8RNErqcZF<^BZ0JU2fmI!pBhI!pHmI=6B`G'SI^H#7GBG%b?&H@BsB@s3Du&[g'Vq"Fa_rVQTf s8W#mNX/!Y84HEX1B9gTE,of2@X!NI0*!AGJ:i?*NH/`-.Lujp&/lu`@:j=i2?51'*",nS8O-0m :`-5!l0IElkP=B<;o^DM6j^eWO]+5Yct=7Z*UC3 Q$-I?!"&]RCS%K"U7RmCQ]m>SBN[V]/L)Da/28.`<)l[\9jD9s93+\[>]3tWB4FtDB5MX*='8sH ?Xdqb@;'@^?>+7oAn>FXAS?1)Bk1^cBPLgX?!q5Ws(VdXD.mHjB5;DaB`;ZEBKTd5?XRAUBP;C% A6rMI@qT:Z?=.5WCMI[#Ci*ci?=m\YARo=`B4k^fA7B1`@q]7\B5)!lCMmm$BP;/[CO]r,?sH]+ 76j:/5X%=o5!M+k5!(no9N=tj>$bWH@UWhYF)P&^DJEa:QAL3KK6(aKKTi"+ZFJ3#`6[N;rVcKi qY^!Zr7OQGbC`"s!<iSre1<(!euJe reg`4,D_)+J:N3(Ko1S7IXcp$K7\SsDfBuLH<4WW789oas8Drss*t~> 2Z<[Rs82iD;+P/ZSs>\/R@'>,Q^F2/R$a,"Od)2uP_b0YOb8(=Q'78WLR"<8)m[`So()hZrr3Q& qXjCVRPhPRs7uT\WG8s1rr4_Nm.'r+Il(oqrVuiqs4b\pJlG<07Tju1ci!LrSm[JfNE%;G[ATW]OG^k'XDh!IrK5GON J9?*lI9dVqq+EId>U[C$j7@p6tJad!&cVZ+ttlGD0);DWN`e=['Z^#NdYbK9g^0X,9A$F(*jkbZ5`ol 'F#$X%h90`',Dbl?'0buN-p)&ItE?0NW+qJO-#KeP*;,qQC!u-S"#rISc>;]T)tRTT`1YbTE:ma VZ*LnVB_h.S=5n9StDgNR[BM4SXl:=ObnsZQBZK=APGt%rr;rrs8RT~> 2>R7Ms8N#?7o+HGeB#bTdDWr?`Q60A`5BR6`l,a0^V$q[]>D@mY.N#tX.-MY0KVgms8Dcls$ckZ mJlN[BXc^Id)i#>Lq=4@^q=sd]/beF6-=D.GJ!mV!qY^BnoD8@^rVQKks7c?`s67"i\&m1Wo`+sXXd&AUoDA=^ rtkY0s8Drrj$OP&'Md3Yrr;igp\FRYqt0mf&GjqYci=%Drpe@/F#Q6bT]Z7R"T/,qrr2co?eeS* Z[bhkfDkjGqu6B_pA4aeqtg9js8Dijp4$>%QCa2)XKRVUZ(RMWWM->oWLB9SUSt5^T;ecMMm0:X X/_V[X/r@uYHOh*Yd(RAY,eS$V6R5+X/`2#X/;hrXo>J7XehnnWiN8(Y,S@sVPgAlWNNG/YcXn$ U9Lf'YHb:3VPKuf[C36>Z(\%mUnac`Un42pWXK8V3Yc4CkUS=q7&AGp'c+_-Jg>qJ\jQ#P#s8)Eg;Z6Fbrr2foqY'[?3k#(go[8IX )Aa_f7M>b43^P)1/43iTEdW_1Tr"T]Mh?4g?;X-T3&E*1)BCF]+dr3i(,-(2'G(WV"UGPK0a;*t Z_aY"ri6s=Y-G@BZa7'L\\#Ph^VI\&`5Ta:aN2KGb00e.!R8sid/VEBdaQ^rf%/C%da6:`bg"G[ da$"Wbg4Y_`QliM\[K,df>;l$7&p.[rVlisJ,~> s8RNErqcZF<^9W2Kn"f.JpVfiI"-ZqH[:'fI=$6`G&qG6Ed;kHATiiS?rhPX"kR#ljrC6ZZjVF#bC61B]d<;*dud ,=0B;l1!`rkjdpKjjZg7:i'ocNiLh-qZ$Tprquirrr3r:q"aX`jg(Pa^s(Brq>0*FM!G$6s7lQg s8Dfns*j[k3XH8r+G>SiBjFY8;,^S(@XEp$VMf,IZE^[CYEj&o%h'FXQ*%3oXfek3Yd(L?Xg>RW VAqjE3X7$fZ)4(_R[BA&M0NQ35<(2=+XJ`s+VmaK:e+Q#CIq`I>ZG!>?"Re^<`WaUgAmf.W?=db^DJ3p.EGK,tBP1dYS \>c[K`R35ee(!7@p@eC^rW)oqrr2pArr)lsrVufj q;=*2qt8jYD^Pto!"^(Z+'[4ks8W)mr:U!dr^Knr;QZlq#10k4nna:5-4_YrVlisJ,~> 2?!RQs82iD;+G,\U7.[ET9bb-Q^XD3QBdf(R$Nu"OcG0MNKfT_J;^%aIWLZm'dGPlq"a^_rs&#J n(:NOgA_+5r8D[D_W'D$a1SF=R!)L\2lZ`Nq"F:Fo]af?UMMn<5'3n+r;-/sS&)3rOO3t+s6"qa YKk/0^;S%e`VIDqc,N*S/jDZt4?leM9f*7Y&0Nbo86^A'W3VM]#H\$i]TY`rld#6u2NS$TK2Xfek3Yd(L?\%98m VB89U4:!?kZ)+%`;k0;EQ]6?&<&QK^,pO]c/KZ$CDJ3-gMLo5VKQCsMHusdeHu3_IG(5*`G(>'S @Y9/RIXQ'QIXcfkJqA8uK8,5=K7JH"HA7*)J:E'!J9u]pK)UC6Jpr3#K7nu6LP(2/J:W<)K8,/; LkUD.HA$p'L5Cb@J9uToN/`ODLjXc*Isup!Is$$ZF*`4]K7AQ1L4FSrI!^$TBOP.J<`2FK1cn<5 @qKP#K92RtVm="YdEp%R^:^t[WMBHb&[8OS^Tb/gbh(V)g"GBSqXaL\qZ-KiqfVc1pAOsdrV?-[ h))84q;fA7/Hl+S+#Xf5&1Kal+Y,`aB8)2(Q^XJ9S;`)FCL0e)4#&?8+rM:I,ScU7,mH4<$5*p^ &.]ZRZ`>SGC"R_ItL J,0*Bs8N#?7o=ZPfZ_L[cGRN:`Q?6A_o0U9_7?q^]>(n][)'bmWij1\[Zmt]1b^@OhuEEMqu?Ti l2L^S9<-._gC3krVZKcK4:"E[\0(`R"1pFYGS.mKq5';R?sS*QCjA3XfIMA V4s-JXdbubUnF0WY+_hsV51#fVlHl#W2HMhUnjldR@KtIVPU#[USO]^rMKUi7AQ]PSt2C@SY;mX W2QVcT:i!XVPKo_SsuCKUnt#aW2H5SR$Wu2V4EpV( bR)J8aiMQ3\\,VgrjrTW`Q6BYjm`$;p\b'jrVm<(qu?]qs8Volr;?EdrqHHj<;Z@YpA+OYo_\O] q<15/q#16mp;*8D8Ke]L!!sTE3Yj#%:Kq"2E.*J!Mi)Ok@TZGr4Z>GR,Tdpf7h&2VrAPHP%36/q $jd1G$kPQ05GbE@NL9^D+/u?EZ*UX=dJhVp df%MlcMu-.cHOGSc-FSWb0SM[^:(_tgW"Fm1o1*HrVlisJ,~> s8RNErqcZF<^Ki;M1^P5IsQBdI"6`qH@(*iG]7G9EcuD8CNt8H@;1";Cf#1]"p+oaeGo:BqYpHn oDeB$$:7`c91(m;!!=/U%1jO4-S[q_Cc;>UG'8RjF+/^hG\]qh!ua9j4\K0kFD4ii9GA+"<^95J #DVC0kORd"k5"B>lODjA&Q[okq#CX/l`dJj/$rr;oo rVQWpq>Bl4"9SW`SV;)t>Z=X$=']?Z=^R;s_6U_XZE]da`m:WSE$bldW4J`&XT>W0rN^16U:c^. EkJ?!K;><8TTtn1PE1E@@8]9J.jH2a/i4O`=DM_X=^P5p@=<$)A7S)5A7\kD?V=U6=CQ;i<)I17 ;.=?F?Ya.Y=__e]BP_3hAnP^iChmZqARo:\AS54R@qTIfA7B+^AnV!S7;6FI@q&kP?Xm__C2.Hf ?!q2WC1q6q@pik^BkhL'F`_D1ARo.eEb])o>?"X.>?4Hb4?c(q6r73-IuT__Su8p2b0SE5]Eu3] \[]/LXg,1o_SI]oCDbWr;HZprVllrrqucq!W2`mrrN)prVm8n3f*8! r;>ojSo67\!"'#\M!G$:s8;fnrVldUs8Doos8W&rrr2fjs8Dutp\j9A>MdgL>4VIdr;HQlr;-6a eQt+;?WL<3BP;$lCMe!0EH6&>ErC%kFEMbOH$XgbI!pHnJ:W<'JqX,Ws+CH-L55bbs+pW-s+LE) )h`fnJV/W.JUiH1JokgMJ;&GB)_S#fqYgEns*t~> 62gi]s82iD;+Y>eVOjELS<]>(Q^aJ3Q'Ri+PDb0PNKK-OL6J!_I"%-CKkZNn+<2+Wd.m23s8Dut kj%>e6FH@_s#Tf';GhOeKoVOoPdJ$*XC2+H`*_Jm#VVC0Kp#Y53@l3]!!ioO/iZ-qF,[95`Oo.\$kX[1-T4Lh2\$=d\tF[S 2^&bD"U"i.,Vq"P,T]+5KQqWM=&Ddn?"SLjA!+%2Ye7HT[@*B!bGCM?,mmPQ_5[F1B5_[$?;aHl;GC(rCj_20Tr+fo]ungU fD`Gi]Xtbc\ZW3F[^Q1C*PK2'aO8r0nF#f=q"OR_s8DZar;Z`ps8)ZlrVQEiq#:58p\"C]qt]sa rVQKW4,NJ$r;H#mOC0F="pP&5#uEo0,rA8"Ci=KFJ:iN-FDbVn;+No22^fgi(,eA[60@ng#soFE ()7Jp&.K'Y63JiuODe]EH$OacJVAu?Ll$tGMiuQ^=)-R[]h J,0*Bs8N#?7oFcRf>tnH`5BL2`lH-=_o9L)ZE(%2\@]VlZa.$M^8e-IcF0]o3Nnf6OoP4OrVcZg lMoF7:D"DZH1VTe_Js3cZ<(#mc*ELYM.0gL/_W)Pe,8NG]1d^g=aj-c*)2F\C00, ?e>>Sme?DMqYBj\q?ZhE+0>M=q!n4YrrN)urqllqq"Xdcs%(*Y=O,7/[@)&24#/=Dn,MtMq#C!'rp&G'krVZZls'Yj+\6R,Q o^DbYnb)q]s8Dcgqu?]oqY^oUnso`USFZ_TqS.WT*hKnUnXNRSXl"3S,T!VT:i0\U7RpHT:r[[ d+6q/lLXiMrr)fq'E7q+q>U?hqu6E_pAb-gq>C6ho_n^eqZcuoqu$N44%r.>>%MJeDJWQY:eF/>3&3EA+ s8RNErqcZF<^Tr=Ljsr"FaA@\I=?WmH@1!YBjtObDfU,GC2%O(F_"m(KlV#o$?0JoIe`[4r;HZq pA_W<+C//J;arf7!"h+[=_rG=I!1!qN\q2VLjFY]9R1D:.0'_q2d:9&(^aYd@:3>V@mgbL5>,3H )8u:=kje!'kP=N@lj2N_%AEb"rqH9errMuorr<#tr;Us>^EZUsb-e70BLOU%*e`q\p\=U`qYC0h s8Vfhqo9r^"]M.DDJ*3R;cd+1BRVK@3dJF*74;W8_nP19O:IpAS=PDB4P(E@ms[6;,q4B\n"X:LRd5@;04S?YF"_ChdKlARo:\Ac?9AAc-'GChm`tARf1Y?XdXHBdme4Des)t@q0(_ FE286BP;*pB44n?:JOPS;Hd:$8ki&Q1d!oc7moO-r`:@LApB?,]Y2(q^VRn0ah=jMR@9_@Tq\Ba [(aW,f\Yi^p\F[]rVdK.qY9g_qtU!bp[RnPq=sdas8VlfrrW2squ-O9r;QWhq=6t/rVl$Os8N&h ^i;.H#m!&oq>UEoq>^Hns8Drsrri;urr)coq%!E&p?S\BRet)OAG#p%rVld0rVQEcopIp5=^GKC AnPdlCi!s+rGV^T'QJ)3EH6/DG'A1UH$XgbIXcitJV3rTrdtB-KnbA;LAlo+L)u&$K8"u2KS>#, H@:6qL44,XDK(&00JfU+s8Drss*t~> J,TEFs82iD;+bGgV4*g9P*M;uR$jA/Q'[_pKRJ9$MN*j^KnP8?OF25/R"pH'/>nI^K(AL-s7QEl m-V;SI-U\0s8DQ993R4P_qF&/d.?ed``bXEs7cHE_i$bjb8) ut36=$]DM9N4k^:]=fKAT**bV8C-h`Pfa:b0@c-UR[jH U7S!OW3NtRbLte;o(`(YqYgF)rVQEcrVZKfrV5sVrr)`krr2uorVulrHiO'Es8Dfjs8W&rq"jdX p$PA,rVYdGrVcEP\T0\N$NL/s<\>XG2+^bM?"7M]Bkq-`<_uFX5WUeP*>pA#3WP3?g`6ep.O5uO 'b_)f$jo*-%rmPFB7+oJH[gU"LPUY=L51SAMMd@ONK90`P*;)oQ'Rc)R[T_9T)PA]Sd:s]Tq\6S TUqbST,sSoS=Z:ASXu=;PEqQ+T9kFgLQ.U93&RQ4s8Drss*t~> '`%b,s8N#?7o4QJe&B2?`l#d8`l.koB>hBbXK]+?['mok\?N'Aa028CbKcVN=lI[q?1n6jqt^-T p[!TE[+s0M]ZAI-=*DXEd_;B.EHlJ4CeJ-YhW3IWDRQ9Q?BVSGk2+n0H>:OWf]Cr=bM]:]MS7/f OS8_MnFcPPrV?0_q$d"G1Y)Hhr;-Hip%J7]s8W$,qtg']r;Z`mr6R0gYqZ#32=(TA@o_ea>D*M!5PM#'onFlnTs8W)srr2q6rqcHb r0;*Tq"sIMs8;]ir;ZfnqY^BnrqlZns8Diiop/KfIZoGATV$h&Sr&],T8K_LUmIIIKVPQ0O.Do% R&@*NTqmC,Whu5AStM+7V599DYG\+lT;\ckWi)\iVl?PgTV%pRVl6JfT`(HPS"64FT:_gPTV.pI Q]R#VH?jXK@U!&B=(lf(I=m6*Nh32LZGk8Ae(2jeb/D$2]XG&FXKfFV\%B>g^qdh+hVmY`n+-8M q>VQ7rqlNfrVuomq>:*gr;6?fq"Xdcq"FR`s7u3Tq"sjbrr)isrqcZorbqc4qYKqmMuWeOqYBUJ s8Vi8SS]hj/3ts1,qqA@5Y4dP<)ZRa7mT:#3&<6M2C'bB3@d_ZrkB'd2A[\[(_R5b%1s9h,8b0c P*N>IUo(,kWi;qqWN3,'Yd:[G\@K5a]tV7q^VI\'`5]g;a3";&"3J^.bl5lebQ?,9c2#R#c-FPR _nEk*bK7N*X2E#J>!\t`rr)irs*t~> s8N`/rqcZF<^B`5KRA5nGC"XbI=(s>B7"W1@qTUoCMeEFDeEQqIVE#"Jr="O.?f],6gF^EqYU(-bkU =QK)BlL+$(lLF6Vib9X^rpg$gqtBXSq#13hs8W&qr;Q]q)Z0

qtXS!#ATcVD.d'PYI(X< YXTXqX0JCqXe_GVR[BA&NJ)=Y:I$lj,9\?b1*HWK6rHKH>$s^"?V4=/?qY?OAQW)L7:Kt-:0_*u =(lMO@V&#/CM-jD?QW]P?=mbF>]47aAm]4dChdToAS5t!C1h-lCMn'-C1mKV7qcXSD/=$+E,06( B4>(D:JOVV69-n^3AsB.=^5EH@<[KhPFJ_e]tD+iZEp[2X.u>VQ^OPK['-gG]=bnr`n&i#k3MR3 qu6Trrr)cp*W>g1qu6Tiq>:*gr;6?fq"Xdcq"FR^rV5mQr;Z`or;HQqrr<#trr;rqrs&H"r:r^) p\t1$qsO:ZqsDS#AePnoeGfLJqu-EnrVlfr1]@4KrVlfnq>^Hop8hS#h#G/=JbB'Crr<#trquWg rR+\.D1HCh4/W&WrVlisJ,~> '`J(0s82iD;+P5_TpM+0Pa.T&R$R`:B9nL-IY*?1L5;.]MLp;3R=T:%PF["Y;VAh%s7PfVI`8U;D5G>Cs7c6?O_N23pAb0dl2S8\PKqm9 IC.)=b0eGQ_"l"G`C/Zm!-iTO8k`#F/05ZK+X%75/N,agEf7$,aJp(fiR6?*d*'DJ_nr_&\Y+Ue 3[5(H":#MG#6@^>'.IUMH%:'O>#n[R>%DK+AhF'%J?QDh]9b;W(*lP7UV!tG^9+ZL['R-K\@/cM Z)k6(,F>a@T;/H]R@9J0Q^*_gFBhKu1+OXq,q1Am$US-2;dXop=D`.eC3ar0Jq&)`DLPc6IqE53 FCB$7KP>XV>AA\9E*m^1A93*GBQT#ZH@C'gJqS`*s*Y<*K7JArH$b!kJq/8qrHLhXH[^ElI=Hft Isu`fDeEQe?<^pEerqcZp)Z9F-r;Zflq>:*gr;6?fq"Xdcq"FRas8DWarr;rqr;QQmrr$d5qYBs\8ppF4 r;??VoDACM`hI>s"Y!53+W_sc6UaRA;H$Rpq+&+C@+<;=6&.K!R *?,5cLimZpFEVt[J:`E*K7no3L51S@MMd=ONfT9aOHG]iQ'Rf)R@0QCS-,7NS=]_Ps.0:aSt5\I (nI7gQ]mDjQCF;'K6rKCHV6Mus8Murs8RT~> J,0*Bs8N#?7nn3@dDj5LdDX&F`l#X0`5&a\ZGFPoYd_E`]tCVS^Tji7Y/l\hO7Lq(;!%`Us7lBN pnU6HeC`6TNNh3WF'HQ#K4J(lFF]'P>=_JjiSNRY@'mA@eC`XHmb[*XMe'KWhs01Od,*9UBTJKg _u9?'nacJNs7uBaqB>ct.`;;Vp%SLWq#C?grqu`nqtg']qu?ZorTQ^Xi;`HCrr2utrr3].q#C3f p&G$kr;-Hnrql>G)E,;)rr2utrqZTf*;T7,n$6ClES's[o?#(uNG2OMTnoQ2rr2rtrVlfr%/o_g p\fDNjo>2Jo(r@c<;cdrqYL3ks8Mrqrr;roq":[j@XF>oP-hBTVPfHCVjqh"U849KWILJ>QBe5< Lm+j?MOUDtRB<9QMPR26T;S?8Pd%-_WhZ5_W2Z\lVl?5XS=E6CTVJX2QT;errZFIWdiq`?;md&rch:KKJYcan;]<.j+WNaN)?Bai_fNbfe2VcHF;M*m)UMaN)BE c-FPT^V[h$^rOU>XKIOh9s+EjrVlisJ,~> s8RNErqcZF<^'B+Jpi9&JpVopI&JB5Vp;FE;,.G&(SlAqa1j?^m'!0\?7%s82ie s.'om>ZFoj&0aeC)%1D&/.;Oe+WW'H*")mIG^tH,#[Lh:J:i,e?VG!F/JDT6B5VO"CJS%t!#R7& QL4#+m-X9-meQ8GmOIIL*5)=Gr;HT[p&G$frql`qrVZTlrr2rqq;OM=gAC@0s8Vumq>^Kjqu6VF p&FphqtU3gr;6ML!!R\;L37*5<)m+.Ao2sZOC9(51n(\Z\Wi575nj;X@9%?OZ`1:9Y-5.;Ycb:< Yd#\qR's5sUSal^SsYk0Oc>!6>u*aH/0c;a/M]-b-pq!,<,QVQB4t(FBO*H%@qAnNC-Yj3:etA# 6;;6493c%"A6Nk^>"`F@;da9H6r\,>A85U^A8#[iAnPgiAn>OcBl%X&CM@EpC2Im+ChI'R9hS/a ;b0/>8loA J,TEFs82iD;+4lUT9u.=T9bk4R$El"QBHuNKThdaJr,YRO,ejEOb7jlFI$erM>uU97G%5.s60IY s-51.nbN%-R)K$gHZ%QsTmC0QAVuIQ7k?d7s6fHQE5ff+iooq4s7Q>(=un2X"onW($lpoY5#H+>\I/POG%:pI:R;FE_1@tH?!tT>nL,C3"cZPF7r5VQ?oDj5J\De]u@cbI+1BU78KoUR@[FU9(c4^;n[Wj6,h"p\OacqZ-KkqZQ]i qtKmaq?-Ndqu-Kn#QFW#s8Dilr;Q^"qu?]pq>L3j!<2He,kV$5r;HQfnQ_+QpA=a]qu?KVo_ACT V^)a5733i:H`Q!'=%,1Emq]'bLi\#QQ.V8Uk_kHZF4R If=gjI=d*(KS>/9LP^kFMiEaXOH,B`P*;/sQ^3u*R@9S4R@9V8SXuFDSY2RDR$a;2SX>b2R[p%? R?*MnNf]TrR<*go:J%_hq>L s8RECrqQB;:f2q]b/;6>e&TAA_8O:-]e_8R/e(E'nV+)%l lM15Pqu$Hm+T;'.pAap[q#16gr;>pXl28:FC@V6!s7cQgoDeI\s8Drr$iBf!s82ioqPbf6eb]:G qYC0krr;rsr;ZXAq5b)maoDD8q=sgcrqQ9eq#C?fk.u^JKsg7Hs7G^FT4gG_,q#:iMkjsI` mJm"^s8;`loCVnZ7/[)brVHBfs8UM^8U$8WNf0EHMkZc?VPeg%VPAj5RWXjpLjZ+jH]bA.N1cl" SZ\ucSY`'LS>_j+R\l[OT;JWbTqOiLURmj4Lja/VEcZ,?F`V>-?!h)FEmTrGB3a3W5ql0n?Bqtg-Yqn`7@s8MlgpA"RcCmk=qqtg#9%4$>M^/3H9\3^lS(1cnK5,=^2_jSun/7RAFU,pONR)Aa/)%P^$`Ju><1WL]HF QCaqDUnjiaW2Zetr3ZI2!4i*?s1Amsp\jsdrr7K~> IJs3Ds8;oJ<]jQ8JV&W)I"$BcG^Fd]Eb900FED\KEH,]"GCjR;@V'Lk?X#)oFHD5.'&3Hcs760h gEn.U8l7_V+%A7R5;"&e&N*9cB4Y\)ANhkKG(>6C'P!8=F*2##>?59B5mph4Ci=39EF2F54U_<[ h='atlg!aZlg4*(kNM[+jQ>dum.0i4q!.FR&mk51p](-jn*0iEqu?Zps8W&trX\`&p$nUk4N@?t r;6Hms7uZo!WN#ns8W)uq[3A(!"sI:IWf:1?N+:LB5r?ZR\,sn4paGlV8'XFVl!ZH"TUd"^9RL> >HN=DX#rM6WMHJkR@'V9TpCk$KmIN<:HL?]+%(0%=Bd=H>Z>!4><#5a@RXL+3a6T" 6Z-C#=C5?#YI#*lCLl.asWO':YcdUt>n+QVTqYB[Y_>XK6rr2p@rquXrNW&SN s8Monqt^$]q"acJ$p`G:p](9ks8Voos82cp)>dATE?TIsbp:2DRt(q>L0frr7K~> @K-<)s82iG<(1ShS=6%:S=,Y*PEqMtNIcnGO,oEbN/<+0O.(ZFH?kF$F([d(])V),+jfcOs8Vu] b!^jUp\)CHW;chU\>"t#Dj@l^kl:DI]TSN's8Vu+EQ%nGs82Tjs'P]_YY;OqrVc?er9WkC``IB*VY!51FZ)=\)S=-"9S!9,"NIYkJ8N&7N+Wr$[/l)ln>]F@dB6-LLG&MVKG>VjsHW`0JO>*CIX#^D?;XL!=Ar:'<(oS=4$P\\ 4AoQqASm?jUTqJNbgOt]]!JTn+QVTqYB[Y_>aH3s82fl='^mb oDSR`q>C-cq"ORZqQgV9>!!`W*@a*75tFC$1,VNm5<1nk1EeJN?S+mns8;no!'N[m+Y5#c*>T1o $47t!!+:@r?%R6?Ec6/NG("dfIt<3(K`$f.N<#+?P5gaGPlHjJP*;,prK[DK!LK2JR2_W_QC"#/ R[KFoI>XG_Q^!2J7QO;Aq#1'err7K~> s8RNFrqQB::JZSVbJM6;d)s;@^VR[mXL,m_Z)P.G]X>8R]>CkUXfAk9X-m0a_suT!0&6Hsnb_qX Rmi^ph;XQ,U"J,N^6jD*Z.A("gX#*+G(nE;khY(+ApqkZi7HQAlf-^=RSKp8hV[&@bMCh']PAoi lM1/NqtpgqZ"cq;0^jb r;$@'cZG3InC.+2s6nY@s6K:Jqu:m>qu?]pqYBscs3PF8@tff$I?@rmTT>YDVNI^[S8a+@GbVO/ Lo[2%QDUF8S=P1kR\cRDU8=KTUlTe]PDYH\O*c+pG'.Y1=BSs>B5MX.DK^>VKSbndX2;NccIC1d f"/8gRZ)lMJS&J-G(l*DPfLS[hXUF=s8N!'rV66dr;-0ZnF?Fmra>d*q=aOWr;Ubqs7Z<^q>U HN!mAs8;oIl0F*_S4AR]OnC0_qjKT(aA&(LXYrVlZn M\A0N78=a$0LI`f8i[h05@8DPC0l='*@l)_EI!%H)_uYgH?O+@BjbXb70$8+EcQ,BC1^LI;_&8@ h!XRrrp'LK+6i"Zk32a3lLY/"+?;4jI>;8QF4^iA0 7quBu$XHl>\%)D@q]CaCKa,/?<(32>"hLX7n,Zt.53VA5tOmM:0Ck4B5MjHO/\nQ[(Y\3r:om(6oe+H @olK,>?P9EAn>ReBkqR'Df,GjrbhdXrcJ0_s*"Eg%= Mir[?IuBOPdn?De%Jco1lSp# gs4$ecc_G82W(L+WhmV/5-BR8nhdI=_BWsF('!5G%>iPECO,E ;0Rh1?%@'#CO^bBF`gi!EHlG?G'\=UHu)i!E+a$%Cg:+E=&r'_3Bff%:/tM'=^GNLBl%mCMklu@ Zb*`W^oO?$Mg]\fEXuM`@rR![PEW_i^=DH:p\Ojgrr*3%q"jmcqY0UNnbg6&s8;lnrq]`+K)PB? pA"O_r;6?eq>0s]AH3]G4!#^n/iGm_5;FlU3]TAi4#/6C6XCoPZ2a=as*P&G3@QC1/1)MX'FkNO (,-"eJ9>@;A8,t!EdE%WH@('iJV&N3rJUZ6!0I2Bs-!DGs,mhTPa.Q#Q^3u*R$jD4S,&HkTq7^> Q'ISuR@'+mMNa9aR=7O^:9"0kr;HZqJ,~> IfBBGrqQB89Mg5ObJM08c,@Q>`4rgdWk?$RXg#INZa7N[[BZ^;];D[1[&@>&amJ&+/_9pome$;+ ;f9_.jiDn%^X(E[[t0RMg!.1Kf&F&^>b9p>j58MCLKBkf`5]a;_Ps#ZAQ,Y\iT&kTdc0'9bDeV@ anPT*qYU3g-N=&Dp&Fmgkb=pT7MmIW Ut>PErpKdas8OkQqZ$QorVcZlqtp'=5YKT)s82]ir;ZfoqZ$HmrV6?ks8M5`F(Tlueb]=Go[;Cg pAasf'(UBEZh4(ns7)Y+f`1aHo)J^grr6j6qZ$Tnq=sa^rQAt,Aq+]VMj/(DRsC0hM2[t$P]`(Q GF>7hN2EA5T;n`GQ'ZrSO*>hmF`2/9E_o55Bl8Q[NJs$mZcCVNh!44mm,?C5_Rd7_WM-#`Xd5-9 StDC;TXuFrV?0[q"t&LJcG`Dq>1-hr^>ei;N+A*`OdQ3AE0<-mKfR)$11&+$u6WIZ]VSS=5k= V4F3MTqeH^W;`t"YPtd*\,Wu;\c9GS_8=+.`5T[5`Q#s>aiXA$s2u(s`l,g8ahuAh`R)b\ 4uo87rr2qJ~> J,K?Fs8;oG;EIj*Jq8Q#G'eR`HZj=?@<6O-A7ot)C28-9D/!EoF'`?fF)3*/MMR0J%F"kPqY^03 .jJ.f8j`ju6THnh2[0aK;bB8PB7a5-!^D!VBm4fR3Y"l5EcYo&:c^Hc('%'HE--8OEGSoa?:#8G \F8hOlg!d$lSnA%k5"<6f9)$=q=3V;m/$,>Zn<\rm/OJ%>.=;%rUKgbs8W&rrr<#iqYL663Xd$. SC$s/q!%eS"8i&mqY^Bnrr;jCrn/h>HA-]gB4>7W@:EqlJ;]_bXh;7iloSR&6=9OGea9Bin(j1+44a+=AZp"p.\,1f@OY03;F@;d`3j>@pnsV4a09O-Z;mKo(nR MMdOnWj0.QcIq+Tmg\dZqu6Tprr2forr)`nrVuoss8Dor"9/2nq!n=!rr;rrrsJc&qK[5_s8Drp rqu^/r;6?jeQ*lPl0n':r;6?coCr:Vp\t1*rr<#fb%G2"oDJXaj&KOPr;ZZnrr;p8r;6BkrUG"Z 6V:<[<*Nj@?tX:b@q91bC2@bdD#\AODZ4\VF8g:]GR\qEH[L3hIXZcsJV&N,q1AX!(4^j]I"$Wn K7S,]F*i=]JlF*RU&Y,krr7K~> %fQG+s82iD:delZSXGt4rg$iVQB@&VI#a8DItE]@KnGPGKn4N%MfO8tLNkd=d/WTP*5_4=qYp$' 7X!khs20GNhu*NPerlZMnEAKao^0>A@]/\nq#C'WRV8eciQocubd4%#B2cM>s8Vrqr;Q_DpT$P& VTR03f%/9ob0J8Rhp^K#I?N+RjODo3hq@>,5UffGE-WK)-8?/N*#p4Y6ZOdEM[ ]_T!GW\tK77BMDcU4W;cHar:esqf2_@NrXH4rql`ls7lnJGQ%L9 qYC'erC["bqZ##6!&%S=-6=Ha0et733Ai]U4#ScK4ChD,1p-3>q>0,8'NmLW.5`k4-R'ED'*&Y. )C907?>F1kG'%eOIs-$\H@10lJc:K*M>iD3O8k=@OoLLPOckomPa.Q#Q^F20S"'5Bs-jdkQB[W" R?O,.N.m1RQ'[qM0/]F&rr2osJ,~> GQ.X@rqQB793$JRbeV*7cG.??_mm%^^9t#D]u@ap[C4#c[&KY'aetl&Zb:HR^?aa!0@]ssna-'u 9Xip5fp%;ud)a_aWK+OCe?""=O0359[cZAlkig^\V+aNrA6ND[Eb]E+>_9W@gu78Rg"tK5b,J\q V#L*:*grr)fps$l_^pAN9(#RCne :Qj3#s8;osrVuops8N#rrVZTjqt98Y:#,^Ir;?Hjs8W#os7lNhoC;VRqtC'gdYhCBL!9#br;Zfh s7uU+s3u$aCQc$0JQ\9+s8Vofrr)fpraYm%s8Mokq"OU\ghn*2@6&:dNb4'+G)r)PL6J!_G*.l& Mii^DMM-2"G][>.E+3I!EIa")KoVb(b/W&cg[Xt0s7bd5d`TJBQBIDnM1'\uOHc60Y.`-6kihL0 q=jddqu6Tp!ri&jq#CBks8N?%rVu`jqu-Nns8W#trquf4rpfq!s8Dcdp%S@_Uhor-p\b$jrVlfr% 0$2%jo<+K!((!5s@4a5uCKJ6m+G6s7Yg>s-alb;DC0s3]]/Q/1)M^)@%N=/V'.BU RIUBSX>kL%[K!]8\,X/F^VI\&_Z%FV`5Ta:a2n(u(WFG9a2Gm8aMu0=` kA[e`5U,i4YWB)r;HYG~> HMmgAs8;oF;*\*-K7AK"GBS@aH>dP9F_kMtFF87KCi4WACgg@[JR;P[Ee-4[ItWY:%EJMKqt'>\ #>\Yu6m*+$7kZh`*<[ui8h15]2dI7=>_I3-FF\Ig;ZR"H+V"nm%L*=U$mAYbC2eBIG\ghk=&'qE P4.i+rp0UN54e7(m-<_W0c!^*qs*qDnaGc;HN7:>^+`s)q=jX`o_\RcrVZTms8V`ko(U0d!!!-A 7Z,CWs7lQiq#('er;Zfrs8+2BlUMkEJp26K@prhU@qp+4Lm+7#XKo(2[^(ZR&fNfTT!Pl?\"g)$ Z$F!F2&J/NEGRE94-$),S",Y&MLp%c=%kS.-Qas)4q ;GC4i6q9j=2*jeq6VLC3js8W#kp\b!bq>L0dqu-Nns8W#trquf4rpfpfr;HWp#Q=PrO^Rq`rVlft rVlfr/,oJDoDc9Q,+%ilo(DeWs7uBas8Vris8W)cQs^@:3YW?X[PV@q9.`BPD0oBk_ 4T5IfT;cRJ_"I0Wqu?Bd\R&ZpJn]4SJpMZaAVeh3s8;]js#^/'C)ViM cd^V"eBc=fcGeGogg1C!;9&7Xf?VsniqScQ*-Z6-+@]-K$m?B0-oO\-I@$kI\&cJ9X![fG4V0Pr [b'`kcF]Tq=ZJ)D#m:>4#7V7R:CS2!Km.HG?t*_\Ao2[?M3OC#XL#:;]!dMb(*5YgUpmkM];`15 [<]KM1_h`FEc*Z>4clJ2R@'(tO,A@#9s8;iqJ,~> J,]KHrqQB89jE1ZbeM!8d)b;d)XV\]u8@Hai'um9MeN2Zf(,sb1t_5cBNBfG(l*WZF.<\]t2_JhW!GLf@ns,a2=!& T(i!Tq>1$frGVT3s8DuZA!"6+KE(f>p%e@Ts(a'dkY,jWs8DQbs8Vuprr;rrs8VujrqQ09O*G_S 9Ih,6=J4[Ns8N&ur;ZcqrVcZlqtp6ZEDYcsrqlWkrr<#rqu?Bgs7u?_qu$Korr)]OX*\`(BSY%2 rVu]lGO>7#82)Y^5B*Fas8Miap&=pfrVlcmq#10gq=s^[qV63AI%5,,J;%*3>YeO/ARKS(CK5D' Dg[1pPF\A>U:\7Xe`l>dq"+:Ni7HW8fuqFZ^:(hj\%]G][CX9!d+m@2jQ>UnqZ$Tpr;6Bis8Dlp rr)TdrVlL!p\=R[q"t$irr<#trquctrVlimrr2rtrW)o3rpfpus8D`co_84\ZrcJjo_e^grqud^ rVZ0Zq5,/45&47q5<1ns7R'.'79XbP8/s^!aoD/,p%ZQ\)IcE"2G?S.5W^eR-6alI(HNaBP+8,- MN![ZO-9C5s.TIi$)a`$WiN2+ZEpn9Zk'd]]Y2%o^qde&_Sa=2`Q%_p(<=P?ai)!/^VR_(ahtTo \&uIB7nTZXr;V9~> Hi3pBs8;oG;b'f5K78B#H$adXDJF$1H=(0$H?F"@HZ=+AEGJWdHY$S`Bn/GXFFo3(%E8;GrVsG4 .pPnF-NGD\3%[3N,X"al8Pqo$$O-VWAor0KEBb`s1GV$`:JOqs?;P0CB5hs>G&:ns;-HC6jr;Zfrs8+/An6[&dJobmEA7B%X@qp.2L6\@+WirY9[Bd'?P[?'[*umM&XK2-% DQ13['*&"5!%([.UmdR3Q]dDdJTka-9/\IO*ul@K-oqe@FbrLa<`:=t/gN,.5Vbc&5qP]28n)LR H%Uj+Ln(38\^8aXjP].YdE'PYcbR3/Z`CL>XLGO=Y-YdZak"tni8j%hr;ZfrrVZTmqu6`nqZ$Qi $2OGpqtg![qu$HlrrE&trrW,ss7uZns8W&urP/@%r=&W&rr<#sqY?gXjT#)UrrE&rrser)rV>iG *?p[*qY0^\rr4\Ls8Mrrs6d.;8o)ZMoC2VV_aS(rrVH3er;HWps8Mupr;$363ugn0B3\A8>$4s3 qdo_<$"mpcC27U&DJsIlE"6o0F*)PJGB\C\I!pHnJ,"O/It<6'I!BgYH$F^fHZ*\ %/p5)s82iD;,CheSsKADCmL9GM1pbHQ$Rn;Q&p`WQALNOM1]_oPBhLnI>h,f])V)6*k^n:s8'Vg NUd#D``Skur;HZqmc!m;p?K>991;O(_=IK_f)>FEj/7]gP,,>$d*^G"f#mF[s7u?cs8N&uqs0q4 K?r$!gtZr&e'HIed+n-6/ja:s@d;CW_pH9XpL"1pGUEZ&?m,RR%21!=4A]dKU9_DC`Q$$'Dd$F> 1_U$)5)-Vh]pj:H2'rb="9S`2%1s"6%2+q\DJ`om@qTFdD0C;_Q^snOZ*_-R[^EE.@l#2Q+@;'l Z+Bb>GH/5c%fcS1!$tX0VOX!7Q&q)fM1');756A@+liT94jqu?Wmq"F@Rq"OLW qYKp[rr2Wtq"ad_q=j^_rVc`srVZZn!rDfmq>UBns8E#s^]*d%s82ims7u]i"JniQrV$6h!<2or 62g`Go_GC*!'4gf6p*Ot9M.W43'UD]E(V6/>K-X:nauL`*ti0j6oI8#7m]?q/LDYX%4!k5->A-Z De<["ChmqcH2i3jIL1LSJV&N,LPL\ArJ;&GOH>TfPE_;uQ^F20S"#rDQkbsUS!fM&NfT s8RNFrV69;;I=g]c+_!6cG6on[(X5^WjKCIXK/hF^:1AF]Y^VDYckU6TrN$#Z0^:f0$aCmo(7?) dF-LZD,dRdcH=)FfZhFWcIC!r5ZDfEAr3:0A&R3cki116d*C%je^)F^b0JSjiooI^gYUW5aj@1a U%nEYqtp$'mamsu<#2'tFC2C^[92edPbRB+!Ab3Sik lgFKAoC),5f@S1!^q"jpfr=/c%q>1!cq>1$g r;$-brr2rt%K65$q"FI[qu$HmrVlirrqZQorVcZ1rpfmss8;Zao_/.[c5se=ODJi3#-onEts6f7Qq:S4H:N/Qj85)iU8OPZr/137p(H<$K=)`tNJV0#J PEl*;rLO7fU8+N]Vl6QnYlD!-Z4FLW]">Vg^:q@s^qde'_o);j(rF52`l,a1_7IM'_ns:%Y/nA@ ;,jRorVlfrJ,~> HN*sBs8;oK=@uG8KRJB!GB[q;CNO`9@;Bn$@q'>!F`1u$FF%>#BP29k?u@e,Ee/ft$,HE;p[),a >"27a%g"XO.53P21IjYr:h+?1!s]n_"t3"h'OZ06J:;cbJSoCFBjOqD;d'serVmK.qtBpaj'3EX:fC7c:0M"2@/XR4 @g6ITAnYmnCAr&LD>nD`E,fl s8RECrql`G<`QBGFIB=`A`ipirV5a=me6GSqt0@HmH=-?s82Hfs8DutqY.ci K[\N+hVN;,f$i?rdbXJ_#BFr(-.L\ibJ_0NcN,GO9.W\,(Bb3W!!"K)6q#= d&_FD!!&M#\Wps" ]_c#rqZ]lq"Xjb*<6$;s8Mrps7uKfqtg-aq"=CV qY^9is8W&oq>C6lrqm3%qYBs`r;6Ekrr)irrr2`n!<)lo_>a!&rqcZjrqH`5:u2*GqtU!bs8W'` rU]7QrIFqK-sC.s@o?'#:eOr+BLa?l0q7>*q=jjQ_E7onG>1t)5>k s8RKDr:p0>='KjUcG%$1a0`.Y]YhOhU;4@?Su]]BXL#1/[(WN;W2ID5T:oscY3Oka.*),[jeGM. kg%SB6".@Ud`]/=g<7gpf#YOrF0`m'W/G+B8BB]GiS`VBd+R(%e(31-im#m'iT&nUhqli5d*]-o WVQDequ-Nnqu7S>Du'7B:W2i"s7Z'U],%Kn7?.9=p]'^Ws76-g!WN&srs&>pr;66_qu$I;fRmed p](-js7cHjrr)fnr;6Bkp9Io]s8Dooqu-QpqtpBm"9&/qrVZ['qY^Bnq>]ERVWe'[q"u!-Y%a[* m(dmZfDGUJq>^Horr)irrquTfrqcZls8=V6LasrVaG/nb`ptr:fjTpA4a8:W`J0p\F^cs8;jps7Z0^f5MiD&Mdg=C1hU5HY#M\!$[6_ s8MK]lM^9c#Xi]=7orqi=]SHo69$VK2's4i)B1"RFG>d6Q(+//Q'Rc(R[]h IK'9DrqufN>t.J0KmeDqE,00&F*`%C=a+jo^?er;-*Yq#:3k s8LGo?dn]Jq>^Klr;Zfrs8*0%p7`aVK5YO=@q#@G)/=8BKohh%Xg#+;[Bcj8['H^CQ"4F&^9js: [SO2B-YBriH7gG%Vkp)MSskk)MLp(d=%kA$-6OBT.4[S@XJ":?M;AmoP]ah>!dZ+7*JVilmq Q^jD0T:iEr\@]l5g#qtokjA6Hs82fq!<2rs!<2or$i^,%rVcZns8Monrpg$grr!a78]eo()"dO\d,P K\lP"nGVkTkZ'@&q#Bp_s7Z?grVn2Cr:pF*2YLGBeCZHMMt.GBS.RH@:9nH%:EkG^=IIAT;6<9!/-ir;HZqJ,~> s8P=\rVQWJ>>JL`TTth-OG8FBNg5cZFHVT1E.*q4IY32pKT1>%G]T"#EcFE%[K#K,'<^NmmAWd? p[.IK6>FsJs*sG-s7?$cs6eXLKt#CR[[:\^5O&+@q"OXUnGN1Xo_/+Zs694Ur:BCVs82Khrq4&k LXk&6iSiYGe`bN/iV/3AC,e0fYh77NcGA5B!*t0i?pl=U,T\BX!&$9$?$DR<_oKU1b0J;[f@nm5 h;5GE6DM2sN,1m'&If$L!s:"X%1s!o-kV]$@r#U_@V07aD0:JePF\VSZa[HU\$30K\$*T8An@mU \?Yk>:UY!dA\"jh1*DORVPBEKRZW_nMLK;?7P-)9+X&*Z.TIbp$4d@S'ehskAoP*!]s=rJ\$!*6 Nf9$fT:27DUU.J@]>i4Iht-6ulhLGWq#:9nrr)isrqud,rr)corqu`prV?Hms8DonrV?TmrVcZo s8N&u!W;firri;ur;HWhrri?!r;HT-rpfpdqZ$Bip]SH&`;0?1q#:O-5cpR$!c'P)ticK7\r%4\VsWqY^ s8RHCr:g*?>#oXMd([0,^ot2\^q@.b\$`E*1\m-sB3 rVucps7lHfo)&=`s8W#lqYU6hrVZZor;Z]ns8Murr;Q^!qY^?jq>:1#rVQTmqYC$eqt^9krVca2 r;HQir;HQkqYpKmr;HWmqYU0frVlfr!<2ut"9/8rqXOO3rpfmrs8;W`oCi%YZ72@'p%\Ocs&o@" r;HWps8;0NrpHFS()82T1c@N^(^L:#K@0YtlM(&Gs4(cr+ba`+@o-?6>[(3(76<4T.30-D4\RIE Bo8@FQ^ IfBBErql`O?pR8(LOFPlBkD4)GB7Y=DJWol@;Bn!?>+7d@:`bTAQ3Y]?Y_J$BRGCc!3YqihE)W\ ;+st8!$Oi\+#5W0+uVSE3(HhH?[6U5F%$oV7X9;uE+*L'EG9&q?sQc,8Q&Sl?!q>eGBde=?Vs90 W;$#YoCDME5P4@\gnF"NMpAb*ks82Wdp@nCXs7u<`q>C*h s6]U\hr=D1qt'jfrVZ]qrr;jBrVF,QE.`%DB4G=Y@:EqlH\%0HW33;*YHG%5YcOk*Xh;BT^TX[4 [p62GVQ@2/[t>\nO//&-QB7;lMh?7g=A:M$-6XKW.P3Ro&g\qJ+ttf-Dgl>GK6rB4Q)1:a^;A+@ gY^cDm-s`HrqQEip]'p_rr;omr;Z`nrVZZor;ZWjrVZQlq?QrtrVHNns8Doq(]XL4qZ$Tnqu-Nl qYpEirVlfpqYU-cr;6Ksrr)irrVlZqr;HWorrE&trr`9!qtfj]dJi\6)>j@1s8Mrmpn&Rpj88fT rr<#trVZWns7cEis!6[LoK?t!MTAnPfVC&_rICCk<"DJsH4EH6)AFEMbNG^+N0HlIT_F`V_P I!p<`G'n[^I"l$-5Uf[>s8Vrnrr7K~> s8P=\rVHQK?:n:XU6Ut(M1LJEP)bBTM2-Y.I"mW8H%:ZrH$sj_I;"RkF*C/2Y5dd&%Ar4XiEB:* oDRio)0+I2rtk/#rq-3dq#:3`o]4rrk,;]N@J0Qqs7lTnFT2.1o_/(Tqsj[cpu^T-s7>LTs8'Z( SClTRio8kMf]V,9f]du><"Mb1V=rThh9>/a!G#%-@6uO`.O?Pj#r4P6?[J3K`Orn,a2QESfZVgr _pI&J^;S'jIq_4f$4R:E!s8c;&I]d@&rqiZCL^a\AnDrmCik5]OI`ASZ*UgDZaR9HYHY:H^U(YY Xh4D>%^rpGXL5:EL`&dFV3ma=rfKU1MgfGB7k?)8+sJ<^/5I8n)C[0i3]f?EJnfXaH%Up7TV&Es ]@,9hjl,@mpAFsjq"spXqXs[_rVH9ar;HQlr;Q]nq#:Tts8Mlns8W#qru:q5q"=L[p\=[drqufp r;Q`rrqlWjqY^?ms8Mlp"o\>qr;HWorrE&trr`9!qtfj]dJi\6s8)ckrqL$uUE>l]p\Fdcs8W)s r;HWpqtKa[s5T5/!s9/V((h/j)@6NtH,/V3l1XoEpV]i-.ueLD@nfp$>?Y')8j>GG^4U^IXZcrrdYQ2N/WaUNfT9`P*2#nQ'R`&q32hcPDtK\P*D5p NK06fOHc>bCJZ`dZiC(%r;Q_H~> ?iL*)rqQB=NhVHo;ec"5%fh'iLe^i@(e_&X4kMbaZf9f%D o(V\Gq>($io_na[s0J6ooAX#;s6p!^p&*-#)C%u^Hn s8Duq3;`^SrVcZlqtp-`ght^Cs7QMDoqY^9gqY]j]q>@f& s8;rsrr36%q>^KorVcZnqZZrus8Murq>^Kn#5n;kp%%S?o`#!hp@S=`!<2op#5nApqYU0Zrpg9b o_A=Vp@eIZIeNI0q=sjbmaY2G)41C'qY^9bmca!3s8Vilq>C'^pZ8r89g:B^,0&R@TQK-=BoNTAm8%u2(0aq+W_^Z1E?]OHa0K0Jp E;]b8s8;oL><"lgMgTGS@r-I=Bjkk#Ea)ghJTkjEDes#mDd5qSI8X-FG*-56@D2`FEB6MCg:aM *jPP>o^_V?lgF??pu_%>PPY=A:43*,qXjIU`@_3$52Q,'s/JDns7Q?irr2rtrVum%p:fVdirArR qZHcprr2]mCB"2.q>:36.qNa8BN\VL@Us(cD1."oQCk(VY->"6Yck=3Y->1:Z*:I=[CW]Q\u_X) XK8e?\#lR/ZXFf)TU_I%m.gGTr;6?gnGW1\ ao;,6q>UEm!<2ut#Q=Jus8Muqr;QQurVuosrVlirrVlrur;-6h!;QNe&,>tspA"I\rVlisq>'g\ p\smdrWW8uqtpK_>??rqu]mrVlirqXsa[qY0XTj10It,SLb*3EV3[mJ6VP o)J:RqT)/NDXd8mr;QZmqu$KnqYC*i2#[FInbDM!'HTYH912iiL_@V':k Df'9(FE;G@Df9T7EH?5FGBj%2r-00+I!g$PDL@:\G'J7[JTka(>!tGKY4qbjrr<"K~> 7K*8cs82iI=[Z2IVNlpeJqoVXKRAT:NHTQ*SI'#:)fu. s7M$T*GWgps8DEcrtbV4g7t":Zb-TP"'R93?O7?`:)6md^qdh%g@,6!%p_K1G&SU1-eraP,l0o[`>2jiO?tObgY1q e',qQ\=S"I1`?c1#m:A7$kaBg'L!@ZM/l=Zf[o$Jq"jpd qtg6[rV?B5rqZNgrqcX,qu?]qrVcZkqt^-frVZQjrV-9c$hs>co^qkPq>:-jr;HKor;HWmrrW/q q>C9lrqZR$nauVQqY'OOo_%nUp(d8qqtg']pu]gd!!7W;q"=O^qY9j`rr6X+rqcTip\$k]MCMRB]:-pfs2)R$<2D>mJ*asqRARJYUEHlbOEcH,? FE`"VH$FOWH@LO"Jq/<,Lk^V:KS>/?O-#NgPa.O5Oo1:[Od))hKSG_bM2m[ZQ'm\_D/rZH ?N1!(rqQB=q#BZ!N4_ qs!tVnc/OXs8;Wk[WV$7mVIISs7H'[q#?p79[*(ps3PDCr9jU[q>'mbr;QZkq4LdJ]4TOfs#9rW rVcZmr;6KmrVcZlqtp']j([!BrUg$es8Dlmr;HKirr<#sr;-His8W#srqlTks8W&qrVlfr(".Y/ >^1ddVQ./Id*uZGlMphYqu6NmqZ$I-qY:$dqY9g\q"hmB7$>70;@N^1.XAu's7Z-Vmd9K4nG`Iar;HHkqu?Zkn_)RFh:Coeq==+Rs7lW[IkDgEUMspU =]S[3@;g1(@8f]W/0l;Z+=&^$.QnRnBTJ10M4U3(Q'%/lR@Tk:R@BeBV#I7kV>d7lYck8.Xp;>B \@K/]]=n3[r4j8b^;%@m]">Yp`4`Uka2bmHcAYOlYQ"Iurr<"K~> =oA=!s8;oL><>E"J8At6AUAK4?tF4j@qBM#E+==X@r5ObCKk7KBng%$=aPB]!-7@R"r'm> :IZ$#":$k<*[W6a-R^Q>9GRU.(_IAl*\9NhKl1o0F[U:iDeN`m?TUEGf9!?"mIf A,Q;lr;GpOlL=`GmId;mn,N#fD#X:to_%hJM\A4mo^i+":k%s$s8Drrs8W'5rVu_\7aS>Jebo=A r;?Hhr;?NmrVlZnAH)Q(q>:3=-"(V#@96Z?@:Ee]Cj^ekQ(OqSXg"b1Z`pjEZ*:O@['HsBZa@9S O@0p576t'hCNkPqPUn&9R\-1=OH>K[K6Cj+8hqtF+sA9`0Ja:lPI/6FbfnZ(rVlcorr)ir!r`&p kl&'krVm-%s8W)qqu-NerrDopq[`W'rr;llp\+:Sq>1'gr;6Hh#Pn/iq>0p`qYC-np\=XbrVn)6 p%\F]r;-0frUoO;h:^Dm[A&J%D-KRI#m2Dh[,:NHpAY'k-2R<4rqQ?ep\t!ap$:JP`m!3!qZ$Th nalPNroS_n6B:1"p\Xshs8W)us8Vuqru_49rVQ?ep#:Td)`'rU=(YrM?!:9/=C,HF?X@,MB5.?Y s(D=C!c`0uqel[YF*)MHG'O"3r-00)G^4LTFEMeUI!'=JIt)TqL0#ugX8i4urr<"K~> DuK_8s82iI=[u_YRtZHHKU.XOH[ps,IXm6:Mgg2/H%L`fH\HWmK5H!TGD^Q4\c;/g,\GAH(g5#] s2J"R"^AqBs8VTfs8Vcde9Wu(2c:'cq>C-er;?Hhr:p*aq>1!gs*OV6s8N&E ?ZFTJc/e-CinW/?g#Mji*+pKW-@P15iR,Wnn=Lg?<_Efb7h$kdW\c2R-#QFc'rqlTkrq69kq>U3tqu$Els8W#nq>1$grrN,trVQosq>'dXo^h\Oq#C-l nF?/FrV:WrkOA9Cp?q,9n`eu`dETkK[\Sh,D-T[Z(C_j6[GgcBme$8LqYBpbs7uQiq#C3jp?:Si gsOEmkPG5Qn*ol:rT\td)G6$*B4"hF?"7MdFE2)$;FEDs/1rM*1bg+7&/7o[Dea*4FE)25Bl%g5 F`VSFGC0::s*Xfm!euD_r.G<5NK90_Ockt.Oo1:[O-#KbN/WaWQ'@8_MjKciU7Q'Z5ck"crVlis J,~> AcD`/rqQB=@Eb"52qu?Hfrqd*%rr2NgK.ZhI'$:.M s"aTPrr2lqr;HTnrr)fnr;6B`q!;P:rV,mZr;Q]mqu$Kjqu$KorVQKlr;Zflqu6?frr2rsrVum[ rna)H0d&(l0KV*U9/o4sp\Fdbr;6Ehqu$Bjq=sj`qYBs`qYS!33KUDS\A6YSo)8Ueq"X[^rr;rp rLNogrVlTls8E'!rr)fqr;ZNqp\".Lo_&%[s8*9%q=jUTo^VMFp\F^arVlTlq>U6gs""*Fq#CBn oAn<6ZCR55Ea_sC8hhkA)AEl%(`t":!XgrCfDkmHoC28[:cNC3tDTCL'_!0I7ha,:5$$2./EV)-*!!OdD,eOHYloSXc.9Q^F>;Un43O TqeE[VQ6cqX9bl3['mHO[^j'G^`'nt]=ttgZGso"[^EliaN_YV76d^Jp\k*ks*t~> 0`:tMs8;oL>=;D8H"V);C3a8pB5D*_@r$=7@p!D\=D;YQ@W5XX5TKh[0cq_i.4@,39iWJ>(dUerB75PeHZ=CYG^"CVF)>W(@pW;;:JOMV;,pb,BPqp/CLCIU 1)IItp\+USp?qSPo^_de:uV3LISSerkkOWBj\/+ip%\IH$=m,>@(ZHAncR@Lm":(WiNG,[^E3A['-a@[^NRBZ3IbH \tN[b$2ji[$N^eT"U@>ZPb4V:NKB0XJp(^(82)SA,9nQf0fB:^Oen\F\'!=ep\Xd[pA+Ubs8Dlo Sc/ZgrqQNnrW3&urVccorr3E+r;?Nmq"X[]q>'g\rVm$!r;-9gqtpHmq>VuBrVliqqY'RKkMF_1 ]<%]NDdQ4$0I\:M"9Si:(F(D0;Do-n+CqSHq>1!errDrqrZCt*p$hbHl0mg0q"Fafqt9a_r;?&\ 7P8r1oD/7\r;QZp1&h4Qr;?Tprr;ims8;fknaNAF(+NL$[:fNBjb@Y@qB7b BP_M_D$OloE,p#>Ecq/%)gZ^MFa/+NCjphXDJaTHJ9lT=,VGkkqu-Nos*t~> EW,q:s82iI=\r^oP^nRMM3NF6Jqni!IYa8TJ9?R&Fb,9aHAH`cD0(\^D1-A'cMI"I/i%W%.'`=B onFh]&43_ts8V]gs8VrccZCKX4)'&*]%cZNrUomXp\k-jqYgElr;6EhqY9m^p\=R_s8Voos**dj ;l/X4gYgT80.R?e=;ndaI=<8gJ7<"qG?)&kab\!@00U:i(u`Z)kfC%GbInTZ51$ daH@Y_6^)%E)&&'$4@.C"9f2H(]Xt<$YOZp9itV+?smGTBR,)aQ(b4_['d*J\?<-FYdLsO]"%aJ s11>)TOB)H!!<3&$NUSL!C*`p\F^c s8DloSc/ZgrqQNnrW3&urVccoo`#R'qtp?jr;6m.9uJrVZZp#l=)bnc/=Fnb`=c8c&D_q>C-` nDp&u'hX%7J7i@r>$GKPEINIgF(A?@2_6=).k3,'-s\\<%n;),Ec>]&Bl%U(G'.kGE,g&II I/a0FrqQB=;;,Zd*KePb1t4b_Neb7<)m.3FHNlSh;7&Egtq#Ff%\s5g"+^&eC2prd*L(hf\tuSj4Vtp Iqe0IlKU1rp&4abp&"dL?HM^0LiN@mr:L$JBKs00nF6+%UBsr;HZqrr2pbrr)irs7GmZ o>c#(/<6fgNhDc$:qH]#q=jphrr)`lr;HKcr;?HgqYBp]UfC!lda?1YbgP%nhs0Ojm-s`EqYU6k nc&@adJiD/%/9Vsrr2lor;-9er;HWos8W,urVuosrVccq#PIicq"a^Yp@nS]rr)WboCD\Lna,Ds gtLB.ah+UBNJ27Y;FNVu+W)=D*??7K.k_JI)':"F.5iV(-S$;F->]^4r;Zfko(r4\s8Vchs5fPV 0/,Y=1$Z]TALJ@#SX4>'?sd5JA8?71Ll6t1AlM)Q.3]l[,ptB+4&S*G)e>+qO,/[ZSXGfC Qi`\ES,SooR[g"EUnjc[V5L;mX/`.uYd:aFZa@6TrP/ 7/[)as8;oL>&?YAGAh2.'G2bo0NMF^ :C/AHD#c(C+XI%9C,n+=:cKL7+;G_6.R.*WI=ZosG^"@MB5)!f>usou91V]M;,ph2C34T6@TQc. )G&6Tn+?JMp\OjYoC^a=anu*i>j_L^o((441:@/UqsnP]ZN'CnqYpKos8MupqYg5=,hu9Ckkk;T rqm*%rVlcprVlfprr)k4rr)]hr;Y1^=CtH0;,gY%?!h,TGC>4-S"cm_WN`e:ZF.3SZaI6LZa-pE \?)pN_Ojd9!+:1U>A.>D(2fk/S"-"4OH#-KF_+E>0.S=l+XAHf-4)Q9aLAUs_8jdIgZIb^m-s`E qYU6knc&@adJit?q>^9h%/9Vsrr2lor;-9er;HWos8W,up&>Eur;HQjq=s[[qY^uX:3l o_SUKMdeY/6uT6\p%S1PldN/-?S*sln,N7Xrr)fnrr2p=r;Zcnqu?Zms8Dors8)Nes7Wln>>@/aRN>[CiLAnGUbAnYppChmd#Ci=<5DfBfCrHJ3b)h3-RE,p&BF)Z>OH>dM9 H=LV_2aXPDqu-Nos*t~> ?iC$(s82iI=\2_KO+rd]O*H&0Lk0u!JqoDLK7&T;H[U3\L4'p`q"FO_rr6I*s8W#D JlC.edEg@phqm5BkjQ(g;'db9C\%#[bOWhA!)$]8!(/=`83I8)!$3FB8nEXFWO9QM)V[gl`5KdA c-4/@\u(mKB1OQg$4@.C"9f2H(]Y(C$Y"$^:f^_(?=$fCA7g"5L6J4,YHb18\@&ZO\\#>]]",;Y \%')SZ+mu=8c\p$Hra?^>Z;DVWL'*BQ]dDfL4"#P<(So!,8qC=,UkGS/?R%0]#)G0cdU\4lK7I& pA+R^rVuEeq>\kAq>L-gq>CKiq"t!equ-?mqu$ElrqHHkrr)j'rVQ<[mHjK;p@nO\rqfCeq>'dY q=aCHkMk=PeBc.EW0`Bn@pN/69gpum0.ne,0/P^R1cnE?EIO(H]sF;b<#69AJ[+)'p@IqSp\Fdd o(`1CS7!Ql7>&YNrVnYNgTZc.%gZ4,QZ$/>?<^T@CNk5eOGeL%=[b4t,9eH\+s\Qg82^Yb:i^;a @:O5!Ec:qs!ci@(rcJurF*;hUH[9saI=HcuJ:E'$L5:Y?LPu(krK%tbOc"sPN/W[NO-Pl`JVTD< J6tW6X8Vnnrr<"K~> @K-<+rqQB=6W3ih;\$3'USYg!g\`VA+5TVC[ZdmF> FWtMBB-hf=dEfqO`lH$DhVZr%WLJ`]:dRf\Cn8/ii835Cg"P.Fg"=j)daQardEg(]dam%-f\bK; i4rQbp&=7JpAas^oD8:\KU`#1I=1n_s8U\P8AkApqZ!KRW;lnps8Vumqu6L$rVlTcIll4_AG?'% rVm!!rVc`prVZZprVufqq]GP2f4NY6q=ja_rr2lprr;`fqu-Nnr;69hqXXFVo(;q])ZK[4s8W)k o(W(VcBq4pnc/@Xs8Huds7l?Zrr4;Cr;?QmqY0sdqtg*\oC@Yt*HmsW]uS^\iSWbeoC(r3p%eL_ rojC0rqZNgqt^3irs&K$qt^$aqu-Bkq>'pgrql^$rqZBbp\=U_rVHPDrpJaeW.\\T5#>!H6pE[h 1FX[s+<)+2'.4q@(`abC+;5G(()\)6+W)(:+W(On&do?j.R5a-(Eu_4_u0Q7q>L!bs7ZKMG5rEp ('"=a:OeV*Rr^k8$kPmbViYUs?s-cDC3+`SLR4BlJ8JL[2CTgk+ <;cdqs8;oL>;S6GH#n%GD,bA#@U!hf?Ya=kDJ*Ql>$tN3DJ)LFDb4),>')S$?$L-K#64oG;H-e* /HAksEW@7<+sAEa.PNPA6U!.?!!$@3*A0ikH[pB]ChRHn@9Zc/9M.fH92/5a?Y!nh@q&VB @n.MThu<)R,rVXN$4hppbqu;p(PlLdZrVulss8N#rqtg!s?MF^9hrVm'#r;-6dqu-Bkq>'o5p%J.Tq"OLTq"XUXq"jpfp\4IWp@RnEj4VJUP^I4R @prYE;G9VN7RTO*3&E?D:eO8L;I!X>B4u!oD/aQ=I!gR'K6VZoK8"`!E't3:#WHY$kkb2Fr:Kpe p&L6es8;fps7lBgs8V#B56V`l @9Qc ?iC$(s82iI=[5Q)P`1NYN,ON>I,4;&oM`rH)0 P:9kS@24CVs8M`es82Nds8V]D^o3<075[/&?aA&Hqtp3bq#:sThN#R^qA"9f2H(]YOM(1q,];c?_#>[:]HAoi6NOIW5MYcP@=WNi_0Y.2$Q\$`WR ]=P;R41iMOTPP?T\&bt_\?n)LWL90=Q^*ViL4"#O;b/_s+rM+3*[2[+"EBTqY.r<7gY:`Uo'Yc1 p%eL_rojC0rqZNgrqZNlqZcomp\"1Uqu-Bkq>(&:mdKZ8naQ#8o^q_CmdBT6o^qhKoC;89n`J?4 Tnmi+KS"YtF)>W(A7AnM<`2^gA7T=mI"[0)MiDgd"ZGBJ"KF*DnVI=H`qIY3?/L4tD?NrG% C&\/3rqQB=LMoDJ4[qZ$Kkqu$Bhr;?']BK`UeM?!PR rVllsrquutrr)irrr2rrs8;oo$2=G*DVtEkq>:-fs"=*BrVuosrr)`oq"+Lbs7uTls8Muqs8Vum q=F+Us7+!ROQQT@rqLfcqYg6\qu6Wqr?D7>q=jmfqt]sWo'grf,(-;pYcZ"$lKdWsjl>n(qu6Wp rojC0rqZKfq>'sgs8W#qs8W'.rVQHeq"OR\rVZH`p%J@Zru1k+f[f6)fL"45;4Q'',;>s$kk-XEJfs3E,0&g=C5ihLQRpmVP]uGG[a?.,U+0J+X&3h4u#,t5nG&B R?s+tMiEjaR[BD*Pa.T&W2,uOQ^XP@TV8-WVZ3SGWN`S/Y->7?\%9/_]Y2"m^:M(r^U^hc_7Ht[ ]XY#?Y/@rL If06Fs8;oL>=qP2Lid9[hbc?Yj7bBO+Y:95\QAATUaHD,OG,@#@)I6tUL,'`\P*=$BSc )C2N\NWU%H,9A<_.lom^7S[0!A8H:4Bgs3H!!kf5L3[WPDe3Ec>#eBm8k)?B8PN,g@V9@_@UDu= =@F$]qYg6c+7]-tp%\"QX(U)bMHoTHnZ"9"\c;1!n?40WmJlt[pAY()rr;roq>'a\>q;L'KE(iG r;?Nms8N#trVuisr;HY1rr)]hr;Dft?X?Gu8kr;c=^5BHFErM"RA-U[YIC[8[_9>]Z*UgDZEgmI \[oG_\]W45JiQDlZ_sXj5_GJlS!TM,O,\pFEa_a1/L_qd*$$(C&c`YpR$sbR^!Pa"j5f7Znb)eY s8N#]s3^iAr;$Bgr;ZfsrVccrr\FHLqYBp\p\Ogbp[n+No_/(VqYBp\n+#r1dBf'h@:E_V@UEDF 9MSD_='8d6A7]=aB)ZEEG'.p+F8p>MF`VPEGC"OYIt3-'KS4u1IXHQnH?++SJqe\sHu;eG*YSSm BXHgqqt0UYq#@Z325AULXF=%n()%)Z";jF7[bLTTr;Q_3rVZQgq>:*gq>L9gq>C-`q>'gas8)Qk s7l0LUGiW4?LEbfK5E+<6eE-5PX5c"DXrVlisJ,~> 7fEAds82iI=]SjiUQ'bNKStML%HB!W6M10YiClF6gK9C+kMedNNFd6&nXT/=8C,SbglLa\l >s#7]NXKOQs8;Zdq#:iqmGPC"7irC^Vs"'Tp\b$jrr.9Bqu$HnrV6*]rVuoklM(>Xs6umjTBXtV i8`PDi9B=eNBCE2%po;3m#`Y#:0]#1:bNA(57.B7)$^cm-U([UNh!8h59ZIEC"pMCa2Pp+YGm;+ Cf<>>&-iRL"9\l:&f;$14t:GS=&W!s=^,0=@qK\'JrZ@tXg,-*\Z`*D]t:YZ\%&oU[^j#]]">DZ `lboJ4\_T[XJqpXKqP$,P`q;lN.lY!@T#]P/Ku#F'cS25!"F.AStDjqeE#fRjlGFkp&"agrr2-] dJit>q>L-es8)cirVHQn#6"Gqq=s^_rr4DFqYL*XnalGHo^hYCo(2.s[[DngDfBZ6ChdX#DfBc? GBnOuPEV5qrfmPVSXf\Ks-u!2QCb%[['?^;ZF%$J[^ENFY-GUM\\QA"_7I(`T64En,n__Q_sboZ*1'iH=02u,9e3S-R0lh-mL]N4obR> Ec>i-A7fRoF)c,8D/O<4IsZ9UDK0iFG'A4YI"$NoJUi6"JV8c6MMd=NNK&sYN00?eMi!FWMM$S@ LjO>pN/_jT7]$(]rVlisJ,~> ?iL*)rqQB='uQnI:uec>$u#IA9Eg"VQ6i+[&f[ICK!JG-QX3O,:"ir-6kE:1Dp^AJWGkP PEqL5P J,K?Gs8;oL>?4sXKPP.2B67Bd@q]RZ@q]OdRq2d,980].P6fDJp)'MCh$m[=]J6k91DEA84l]]?ta(bAmn\B ;ILn1Y5%bbn,N/7q=s[YiEpd*X\\HVQTH8*oCDAE`%jL7rV-0]s8N&ts8Muoq=smS1c'%dVuQbn !r`,trVuoss8DuqrVn;FrVH?apLbIU=\V@V9i=tn>@:u_H%V0GUT(8sYI1g=[`>eUY-YODrj4`! \@]A^]Y:ecQU3Zp[%=0WH'OheSq>U3f!rr2qrr3#tp&4mnrVZNgq#:7;p$M,5k2Fq6\uVKmL3dB*4uG)O;,g\)@UiqY C27d1H$t6rq1&Bt%toReJUi?(JUi2qF`DPIGlDtsG^"gjI=$3]G'SI^I"HrqIZn\W0F%h3El%&@ s75dPP5oFSmdBiEhmT21A6sALc0kW1o^VVKq>C6kr;6Bfr;?Hks8;for:p*dqY^Blq#0^Pq#BiZ 9H#`W<)cdu>?_#.5Zq8p?!U]>=]em8A7o:Y@Uj"`C27WuA7]LnDf0K4EH6,BF`heNH[0^PEH?GF B4l!rCMRI'D,j30s8Doqs8RT~> A,ZH,s82iI=^l9:T7hWDL6$P*IY3;qIZ',>G\qVOE/B]rH]E&ZF)lkLD3/!t[JU!k[!n1qqtJs" ,=83)(9E4OJ/HB?t5VQ8H!"i0K"W.a]"qD=k3)X[NQ`dP)-"mO?g;(SD `4iUZUOI;q:,X1)"UbV>"9f2H(`bjj5'Bn(;,L=r>?tTGAoDdANgccFYHY7>\#QjUZ`^UC\[h^L 3kMl4]!oAf[_8%r4-d:LX>tWtTUM:2P`LcWHuWRl7PZM=)&3r-*u=n_H`aNU]%H8i6oNMWM>N-E*cF99i#nVI=d3/Lkh.Y R\6U^Z*a>3rj33BZE^X;U8YB1^qR@cZa@1?[pc_Q^:Uqe]=GVjWirnL^8n-=MgS2A*'&Aejnei@ md6#72g8"I2c3L40cLE.-VJHO.rkj_8!CMK4dh8-n?Vk/Li,".O?Q3:,3.V 86T\?B5DL(rbMXQDK#Mo3cJtRE--AQF`qtRH[UBoIX-*\I"6cuLPUeEMi ?iL*)rqQB=!WN*A.O,'XBVOX]VUSsWPP*<,>L72LR^Za"naKWV@j5djG .##IVVBna.d`fkJ]tVG,cdg:CO)J<3EJUC'arr3Xe/*b>?N)Cs=eGK%@s5\Sn_#O!)r##G5rVZWlrVZQirQQa5N&8uWr;HWp s8MurquQcqrVuoss8Duqs8*)oq/U`GqZ$EiqYpWlqYg[Buj4uY,E-7'EF+!MjM)]/\^#RUnF"pGDD#mCA/ !<3*#!W2p$!sJl6"p=i)!"U"o/!=&`/!<`T2"<.jPrW%EK'G_f:/1_85**TZ0oDeZM ""\Ud'aP6q4[DD3C41\_Ht$Yo=C,WXG$Sj4QD_(!\\5Y`To!_i74p5<*$QRK,rmRl$Rn\8.7S-8 S"#k0Knt_PR@Kb5Q'%Q_0nCTqeNcXKACoUT1N$XL>RH\@T;b]YM:q\[JpGZkL J,K?Gs8;oL>Z5*0>$k-+8PWbg6>.tb@Ur)5?rpfE79<(` #'[>OHl*#-+ri![.Q':Q8R?(88KJ9R,sYUML5LtFGB.hEA7AqP=B/-j8k)9?7nQT[?Xm>[Am]"W =&NZB;bURs/)eRFio_\[:?Pp!Gp\ajds8W)trt,/+q"Og5+(T[FcM@>6 r;HWos8W'%s8Drqr;?NnCB"2.q=F/K*G/>F6:adIC'eq>:9nrr2pJqW628Z)*b?G%tQ,GC4RJ?<^]A>#S*_5$$JV&N+IscSAJcpXRH[0l8Ij]\nI!^0kIsl]oJqAN(ItEE/ItWo7 I:cDA'ET1UZ/kKUq2k_ii;*BP$MsSuo]YT2p\b'dr;Zfq#ljo'rVcWkr;HWp%K?D,qZ$Tpr;Z`f p@A4^s%`$\A.(+l?sm>C8ki2c?=@5H>#SI+?XR2E=^YWG@Us.fD/*Tf?tX:lBl7g,E,p#AFF&4V F)Z&8DL-G?A8-+.EF3[$=%T@jrr)irs*t~> @f??+s82iI=\E"PKlr'2PAPK&Is?QhH\7?5BOH@PIrU!XG^XLNB53-<=`d;>bl@5.l-%iUqYS9" 'Q1(cTEn!&rqcB^s8W&gk2=UhO)8$(D2PC6k2u.%m.12Vq>LUD@nal&`9FC.pN;BZTQ63Sbk#65,?&g0)0D2"1\N;ujo'W]Bk_Sa7( Z)=:>D-fgk*Xr8\#m:A7$kaC'8fL?K9i+M\Uo^f1Y.1EFA:.X]YID0W6+OJ4 ]=#;h]=5A_[(`VR3H24'2L:sgR%9A,O,Sd>EFD^60e=Le(E">?/e&&1W1]T\Z+7`k`llrklL4KF rVlfcs2k99r;$6cquQWgrq\SGhp&X8V3ZgYC1ML9Jp_KI@:O@sBOP%C:es\_A9WioS=[!l[CVOmY-Ogo L2^0=$6<*IhsL:4MuXo02\[)T2F:&-:LS3bFEDPIDeNj%D/sH5H]">s^W4I;^8?a&:,t'f/h/P, -7M/>-mUuV6mNjCBlnH C]FA5rqZE@:0`"2V5gN+WM$l6VQ%,"T=UqjSsc@WR\Q71\uU[fU5>+jA5-d%<: @_CONb;_S=ajJ5KaM?!De_RQK7oP>Me`PfPj5AD`rWOcloQA.m)V=Ucj5j8SiDpXX12T`>&ks8VfiqtU0grs\Yuf5[e1Q.Z$2qu$Hh ru1n8qu$Kkqu-Kjq>0[U=H`U^s8)Thr;-6drqufrr!iW(p](*O1!eo)AgaoCV\Ro)A7ao'l5Cq"F_7rVQ3I f[.^MV2K([1(Om*%hK?e'GD#e%i$$)*XrMe&/#Wf%L37<#m(A:"o\W5#7CnF":#,6!s8Z1#Q=lJ !s/N-#Qb#-":#2;"T\W*"9eu7#R1J:"U"o0!WrN'!G)?:"q(bE#RC_D$P='[%j)Jc!X'K\_s@?S 4Wn9:)A")>,VM8F:gdaHBl.Qr@UNYYDfLAmTsDS\cd1Cd[@DJT:d?ce(agFI*@`Nc+XS]k0,"[S Ef-3EJ ?2jg&s8DuP<(K\]N/JE6\/*7%auK_P6@M8\FG#^HUoCJs['6)45tq?>]"PNK]/mU< ]tCthYHtLEaVU+-mBQG)BBtF0*2,6MNWgUPbu%9eC!(Go_/+Zrql^% rVZTlrr<#tqtgEGB4tmf@p`_Yrb3ZnCM[p4 HZa.BG^4CMEH?2>CN=cJCgh"#IVrq'7ms0PrqZHjs*t~> ?iU*)s8;lL;Gg_:F*rM!H>ne!G'SpaDiAs\Ec-2XF+8%0J8S2-FB2m[76>%_li6SMqZ$Tkq<`\M 6)DrS]c\ShqYC!fmf3=[n*@T+:/R"[i:Z[:p\O7Ir;Z]dmJ?h_rqueFr:p!]s8Mc^lKn*@pnBmA rVuTK`1r`bZ+kYd@V#uK#VgdF<(h@h2ul!&.M`R5%M0'`)^-b&C58"]Qp#niBVr_Z]=YSXVOE`i C0O.\*"2o[$4@L]&do!\AeIRL6:4R?9i"Yf?"7VhHA7NNU8b5r[]uD85th9>]=t`P]`5T,]Y2"k ]=YDY['=Ns9SsmKW0s*ETTtFjIs5d<:dd&g*>K;,+X9/X!&]LiH[:gL\B<4Fh"LO>r;HQiq=ssh "9/8trqQNnqZ-Klp]:3erVm$!qtp6hqYpouqtpBmrr<#oqu6Tp!WDokrs85gp%J+Rp\=+SmlU(3 q#0RIn+$&Bp\3\(hW!ebhq$B)`O):jAl2`9?"%>\DfK]4DfgMfOHZB2TqnQ`UnY&tZa@0M[C#qB% (a0e]=5Jd]",A_]Y48RZ*CO:YHGIIrjX;d]Y2(o]tD"k^ ;%J"Z)4+;7QD2)>c,m8[hoKU=<8(t-RgK+79]\*94r<_ARJhUEd`FsR%^b%cdTqa^p'/G@S/@55 :.Qb(EjqH+<;UP,psE62eRDcEF*'kCgL4MD0L8LF`VPADf9Z=H$k$eH$FFUI/\R@It3*'Mi`gIK 8l"PLl%%JLP(JJP(\+2Ng>NSC/R[%s8Volrr7K~> F8u4=rqZEA:Jt>L\%7g#\#-.$Vlm4kWMu8UY,S+bM5@DEXeq&SU4n5QOJftHhV-<+gYCE-e=ff= U<1NmUbXi`b0eDQc+V:-gs8Vooq[38tqYU*`p\F^brr2d'qYBp\p\F[_qYL!]p\Xskrqu]o *r,'\eBYk8UR-ssFDP>b8jYU!/Lr.j)]BV8*?H1=rYZ@g*#KA$&J,BZ%h9!W&/#Qd"U,,.#lb#R "U55=#6kG="Tnf.!sAc3"p=u/"UG87"9f&:"p=u0!sAc3#7(/1rWN0$rrW9)"o/IP$k34?(E=SW /0Q/_/U,Ig-osgD%j3&7,;D/I;cmI;AnZ"!Ecc>AJrcJ-`66K[iSMkeRt"mI904d\-kd[A+=A:0kJ,~> ?iL$(s8DuQbg%Bj+8/;,'YQ;*"n0 Q,phDKe3<6+sJ6U/M9+I87>k"97)GEI=6?iMISkVIsQ3PFT,c1@9cl29h.Q74$>o':f^t7Amn_A ?t=7V$TMg,8g5,b,Vheo98)-u`3.;Ks7c-aQ:ME(a856#q>:-j'E.k/rqlTmr;YgUs6KU]rVQNj qu6ErrVZWnrVlirrbhc3p&FsarNZhh@noN\77U!G;HI49CitGpSYN-bZ)>$Y(2HVZQb'i<]Xt_c ]=Y_h]tCth\\##UZ$o%D%sFD-R@0V1Nf&I;Ea_[,.O,oM)''eC3#;rfS$&TnWNs4^f[A4-jQ>h" p\b'krr2otrr2p(rVlisrr2`frVcZl#lXJlqYU0dq"Xde$N9kts8W)qqYL-gqu?]q!rMoor;Zfp 62gf_s8Dihp%7kIm,6LAah=sSQ]I&WIWTF>@pWGE=B8C$=Bo3OE-$/JItNH%H$4L_JV&K#H?a^_ IXQTiH@()=I/eL;H[L9lI=-[!J:;oqIXccpIXHHfI=Q`nI!pNqIXHBcH$XgbqL/?jrI=it!J,ju Iis/oJqT/7Dg,_[/h&Q"^U>)/li6YUrVuQiqY^#SR)<)Qh+??[V)RAnYjjB5)."DK']>EH#o: EH?2Arc&ThD/aN4BlA<8F_XrJT_e]aqu6VG~> >6"R$s8;lM;b'&TKoBenLj"&dGCG$UH$!DGA^hc6o-;6'bhN.,>''c3g?J/T;Jg&bLOtdioo[pnFcPO qYgEnrr)irs8)WjrrE&orrE#rrrW2sqtgbh\[]2\]!8QHYcb.6['?j>Z*^mDYdLpJ\%&u[])8i4Yl2-4\cKFUq7V0tbIk6k Um%9j=@"f&GJC^&1.`o**[;dM1I4oF?tE\^D/4!.G^Y+(R%gh$b0etqf>k(]HXBZ;4ZPPM$Q0`r *>oA")^$Ft/IWCpH>@2.A7&kbE,g,DE,KW9F)Yr D?'S7rV??B:ek8Y`4C\o`2BW2UT(JeVNmpbZ_XOqMk.)5RBE-JI[dIZg>_)A`RrPchUg-#^hko` n*B&q_(dd(c-OPQcG\,XdbWX.hq$<0gumhHac9i2mcWTZg""a.g"=p/g9+(\&KFDaT@*≺Z`hqu$KorU9ddhE_hrGQ7^;rVuoq!W)cnrs\eupAb0dpAOg^qY^^Bgr;6Ejr>kh5 s8Vces7j6:MV7Uss8MuirqlNfrr;ols8W)srr+;Co;t.h;0RVYY->@Wi8s.qp%J+Rq>'g\q>C6j qt^-frr)`iq"adcqu-Hmqu6L%rVlisrq>sRoChtQo_eafrq?@OrqQ'RnEf;thUp/s^pBi)NH\Vr )&O/)(E4D=#n%1O%MU!2)B0M)$4@Ib&ePQ]#mU\>#Qt2/!WE'=%13@G$4I@Q"9\l3#71_F"9\l2 !sAf5#R:M9!r`32"9eu4!WiK0#R1G:#RCS8qum!&r<3'&!W`?)qum!(rs8T/;[Ng2!!`lG/.s$O *WQ1#Ah"*E/drmA%O3Ye5tk9a>@:iIAoN0QM4CWW`6R&sm./iU\=A.T6U=-]/g^oC)]g+4!X]VV 'a5jC00O--MNi\LToY;"R%C%IU6M+cRi(q"jshJ,~> HN*mCs8DuR<]Vs/F`BiQH=(,d>@D2D?;=aCCKt7O6;hD`:16ja.5FA(H\-NR:g-Xf;G0S[9-s^Y mdAlUTe$0S,p4BU/hoRV86oqLK7S;lFFSpcE^'t)Km7WPEFE9`>?=^!:e=&=3]fW!:KM"1=^GB= >Zj!1rW!<-#X)mhb2qjZq=jU\rsS\tqp-nq"D%*'o)AC`s8E<%qu?]jpAOg^r;6crqYU6hrr)fp 1&:kLr;ZfiqYtdF9k[?m5sRb+8PW5i@;^=FPb"VKX0A>3<@Wq[,Gr)a\%]G_]">WR]g06B\&#>V `41:E6]7M'Ssq"ad`q>^Hk#lO]#rVZ]pr;?Qo"o\H!r;-6gpB(6irr2otrr2fqrr2rtr`&1FiSNABd*&Vh R?EMW@o5BO4?Yqt8k_uW<`iX?F*i7_I1It<9-LPC>-H[:*iJ:MojH?jjc IXc`mI=-BhIXd!%J:E"HHk1XSIslZjI=QluIXcp"IXD!?qL/9j!IoXtJc:0!JGt$8KoCeBNe`1H N.Z+O-l4sC)Fi6Vo)Jahp\XsorVuimq"k!i"oA8uq=jdcrrVffqu6U(qYofhg%tLDq"OgcpAY(6 q#9j!B/DV74BGZhA8P^P=B8L+?!q/O@9$N=? >6"R$rqufN<'ruaP)N[eQ$7OrF*W:OG$o3>Ir]dW?$V90= @MSkBEX*.+5ZV,e<)uX9&gp%=0c*Q%H5d7m(i(<,().8j$4Ist,;2DgF+1$s_nEq1a2GU&]="]1 O+q7S;a;rT%0lq?$ig;7#oR>$#AJ$>4\eF;928Af?Y4A,Lln1#W2m5"^/c_B/L%+*]=>Vf\@]Ac rOk#"]=Pnc[D]S(-:*K[S"?(;P_t3FGA^ke7Pu_=().W/,?d#+!(C[BJXW+*^=V6&o^qbRob$oi qYgHnr;-?jqYBmYpA+Xbnc'7#qY9marquWkr;HQlrr<#lp\Fgb!VuKfp+5h)n*]K&inrJ]`5\E]OoUAaMPp0 \]CP:OE<]<<,NWW3ACm]*#0eY5u1Tg?Wh#R@V'P3OdN#O]>;\Ck4%Q\ag@Ul>XgqD*AT/S&e,Bb !<<*1'GVT>/.;nD:Ju4ODKU>HAo)0rD/j]CG^!nAFE;A>GPut=I!U*eJVA]*J;/u;It394N/34F NJW4>OH>$>IuBA;A5T6(s7lHhs*t~> BE.r1rV??C;HS7h;m:Q>``6[khY+OdbW^6f@AC)hYkk%dMC<]gZ6l8hohU1 8glAZqY:!cp%eL[s8IEZ(08`YrquWmqXO(Tqt^*bqt^*cp$r(ZrVuWhqu$Eg s8W'2rVQQhs7uZooCDq7C1GchrVZBfrr`2ts8W)t'E.e'r;Q?bq0SR_:P/9:3lr:^0jr;6Els8DZCEA).?iV;m)g"P?8e_o/M/Y30J"7[% h]d$)A/!!EoH%17"9\T(%g3%=!W`B,"pG,6#RCS9"o\W)"9&?>!C5B~> ?2jg&s8DuS=@>qg@:2rAAlj"m=&a$@;-@UY@nKa+d_9<``6m:ek"r3"H@M ftkPDTJ?Ta-lsHO.5*hM7oj#5IX?-]Ed`0m$:>([J8T7)EG9#r?s-B&:K'kS4ukYg85;l\9ic"; 4r"V/&2$UiNjI@,qt]mSo'u;AqYKm\rVQ9SAcMfr`;0?,q#C9bo`+siq=jUYrVu`es8Drsp\Xpe r;HTl!WN&prb_Q4r;Zfin,CO!(1(KL8O,="6:OUG>$uE#MO0s2W2cf!Y;9.@$U1o/\@KAc[CX#` ]tV4o]Y(ks]%t&hUIXcfoH?t$lJUi6"If=a,IXm!"IXQ]sJq8H(KS4o+JGt#uIf4]pIPu\+J:W9#It<3( Jq8H'JU`,tIt<0#K7S]6JpN$.NKBBH:I?rO1!Tafs8N&lqu$:>[UuJ@:Eh^BP1ph BkqR&BkD1'EG&s$EH6#:E,p)=C2Ip,Amoq2B2(mqrqH0_r;M3~> :&k1lrqufO<_ZtDIX>dUJT$F&Det,KBkM^JF^Aj(D-(ppBlnN`U%83_rqHHmqu?K[qu?QUWAG6+ \ZiuuXWJ^]s7Q0dn+m"_q>C3jru_+;r;Z;`DNeS-rV?KnqYpHmqtg3is8;forVlcoqtL'hJ*3hP 9->/o-p_U4H[BoH(F:X[5B&at*[jZ@#n.=X"TSiR,pFQb6="nrW2RDB`6Z?C^:q4c V3Zjb?<0`^/0#61":Y>2"oo?"C_n4;A3rUV6:OO?;-7.9G(5C5S=um]Wj&]a<0@SO[(Nr\^q7%e ]Y(ql^&YkG]P#DX^;-7\C0hSS1boC[((qrI2a9f/=&`^H FF&_0VQ%)Be(WOBp$CSee%qDsAlhJs!$*j-#6bPAr;]Op%g`Un1Bmh3I=R'%F`D,'@r-..G&q\J Ht@)5F`qnNGC+adI!^3hJ:`B%H\%$.I"6m,MMR%DMN*@BKntG3H'4;6=%oXnp@nC\rdX~> @fQE,rV??D<+(*:S#;mWSscstVO=KURBrZdSKgLn,!%`"Sh`fq>C6l"ShomrVlZn !<2ur&c;P*s7cQhnc%N^9TnZ0q#:0iruV1;r;Q`nrVcZiq>L?es2\?W_FU^*r;-&5#7(S?"p+]'rrEZ5"U>22!"B;B#RLb?!YlC_r=C4d&eGK[#RV"O!s&E("9\`* #6k;5!sAf5"U,#0!!!*,!WiH,r<3E-"9o&5!sAf,":>>>$4-qA"pG/5"9&B%!s\r4"U5/3!sJT- F9MdR#6Y&.":#5B$j6\;!C5B~> IfB"hde9O;%9<)IIQ?;Y34;/BKF<(p1b;I3r:TFJrVu'QqYgHkq"k#n(]XPer;ZQjo`+R]r9ED,n+lt\qY^]>(tl\ZW3>W3)Y[R?a,&NJW=>G\UAT2D$-m)&aPt6_"0/5@J 85``&H?F+CFT-OqMM6M,IYL5(J;K7JFMI1LdYKS"VtJU`)sIt2rmIXV0B-%15nIscQfH[pZs I=6QpJ:2cpIsl]kI"$QqJ:DrlH@CKpI=?\EJ-ULPJUr<"It7NJ$A!kaKS"c+J:N,urdFfq#Ch8S JUr9#Jc::/Jq8T,IscWnJqSW*J:iZ0ItsJLJVf&=MHL?]g&CL@qu?Wps8)EZpAXdcs8;Tcq=jp\ pAXg_s82`oh?,'@BDuQjBkq?tChIBtDJ=!)CMe$1DJO01BNehfH#7&-?:@8^s7H']r;M3~> 9E4tjrqufP=B/gBBmFlMDeXl_G%l;?Bmaf=BOY^gC2@WgBn;u6p\F[Rd)bDKo`+s^p\sp0E\nG5MNNI&:Hg]o,nq=L.N]]Z4]5BQ&0hfL:CmL7$PNLN/imEK@Vg1:N0q2e]YVY/_T9R.]!.id HuN"Z6oZV:'+YE`!!*'#4%'tg5^6?t7S,g47nZ]]?tXb:NKp'/WN3,5IhI!R"(f-W\[oSh[_'2c rOt;*]Xtqj^UgVSY+hndS!oS*Nf&RAH?*V!9KFjN()%K+,!8sU!";tJ??CICP,5=qf\bfWoChnK nG`)!oC;GHqXjCJmI0Z@qo(2GBnal;?o(MnYpFl+)mI0N/jl>:NbeUTbV4![4Kl^Nl5$(ij ?taM(IA36sPaS,7S[c&.Wi`V;]sdpM(:UZWZEpmH]"YhdZb!`X]=ktl]>21qrk0Vl^UCMUZ*C^I ]t:hc]"G\d\$rfS[C<][^:V"g\$WQR^::\`])B5G[^`o[\@8uYrjWcU]tV1l]Y(kg]",>\[^W`U \[f;_\@TmI"?irI"I!"L4k25Ll$k=LP^P%H&e#@I"H638?;d^p\FadJ,~> I/j3Fr;$6E<`j7#XgOFh\=&haY+M&?US+0QOIs=cLn]TPW6jf(kN'72ASnR,jNZK5f%A''6PFOP YGSnRdm5sYd`]kUbgXq`bgP+thVRD[h;dRg8tg-:cf*O>i7ui-db];I%iu\-s8Dorqu?Hkh2U*fnqJZ-dJrq6rVm<*rV??hs82]lqt^-grr4dO;o4Vp_#F3-qu6Wkqu-Kms8W)s rU]g[rVu`gnFcPQs8W&trVuoqrr<#rp](3fq>:0iru/O>-^!`cp@n+=d'^$k[(a`"9eu6 "U,5<"9AN+#7;"S&J#0L":Y>2!<<*7/cl;573ig!'bDW>1-SWKI\rO1YdD-hf%/R;o`+shp\aL3 >>h`>V3>X@'L*iG&ekKV(FLd_(^Ufp"98ui.0*7mUoL&WSXPh.PEM41QO9LZR[Th@Ssu7BV#I5; Vl6>hXJr(pWN3P8YHYCAZE:4<[%sS0]WR?eN+Pkcr;-3brVqB~> rVgp;s5@3N6V1U#<*sN?;dX-<:ISJiQ[@l"N&5\O\/>u4'l>sSl*DnNBM Y.)#*!u`X/,U4il1H\31@q]\(IXQ0^LJ%VG)$sqsBmk8IC11LZ?rfrm76`jq5=A%69N5FY'OJ99 r;R-'s8VQcroMALnGE1as7[c8i(3nW%`&,ErVcQlq>\uk*DqWne+WLmhuEQIrqQNnrr2lqrr2rp rcS2=s8)cks5Rqr(L;#]91D$#3'Tl.=CZ)qLm4L,W2cr,\m,Vj8e6<^\@K/_^:1Yd]tV7r^:h4h ]=GVg[]ud2VP'NIPaRktMM?b2DdH=&0dRbU)BBkM9KE=pPiLQYjP\V.Y,T":]#rgmo(MhUqtg0f rr3)sr;HWns8Vj?p@.>+gtBQZ]="c6OG&.2F),>k;+a)<4Zu&!9M\Pc=C#BKCMj&l/p;PlKo(kI K7\i8NK'!ZMM$;%H[gKpK7nr2J:E#pH@:BuK7ST$GBeLaHZjskrI>Z8K8,)3IscWnJpr,sIt<,t H%LTtIt.HH%"j.^IXHQoK7&)sJV*lR(k7*hK7SQ'Jq/?$Jqf&8KS+o/JUr?%It7KKrdt0#G_(I! K7\]0K7JAuJ:iT/L51V?J:``4Itir&/+_>?Fs.=B8I5?X$`A@:*8F?tK=M -"q"&C2I]uBPM@(D/!a&Des&uEc,2kF*;4d? 0)tqMrVZ]Q>"qt+H\ZE^M.paLIW&k)F)Gc7@WRc\?$'IfUY,MEs51;AC3dShrr3l0o_[gA71*P# Tqf34\LA]#s7?3ho)&@^r;HX/oDAOUo^\tZVfm4Bq"+Ocp@.MBrr3)rp%J7\rrE#ss*sa/0KEl4 ;H-If@UWu+@fdfTr4-]eASu6\]N"5_Rch; KlL]r6p@VGsKohXnUoLN*]Nkqn8e-3]\[oAc^UUkg ]tXN]5JFhE[^s#_^:1GLUnXEOQ][SsMhlt4F_Y,W4Ye2s&f2W60i9t3%ZB9%gYLQ/^Smp9Xgc:! iTKFhp\+:Qq#:*kq>1'ds&]0nnEJukaN)68]Wn5uN.ub&Cgg@>9hS#K9iP8&EccPSJqo8DV59ua Vl[,/`k]-p]>)1uaiMN;]",Jh]">bp`59@*['?d=[^ioV\[8ZK]"Yhd[']h=-a^=kY-4t/XKJh9 ]",Da]tCk_]=PVc]=knm]tCqd[^Wi]\%'#^^&G__\%0,_\[]/\\@8uZ^;%Cp]tM(j]=PSa\G`u9 \p1j"]tM(k_S D#aM6r;$6F=&a+(\@7Eh`136hVOEs6RZ!rSS=I9eMM7M7lLjAm_3%tj?]iOogWe@*f@R030T4K@ a1o*m_b3(Xe'$%YbLk:ibg+bni7R2TinW(kFe=YId-0B1^T+0-WO0LbdEU"ceC6q8ccjkcbdh+8 QN-^Sp]'dA\u^'^?!'WT>e^+/q>Bm_rmbEn%1,#Vq=t!hs8VilNC\_kQ$."hDGZhnq>:3hs7lQl rr)jErr)fnr;HTlrVZNiqZ$Su6u04.s8Vins82`kq=j[]s82cor;6Birr3MOPK%H`f)#1?qY^Bk qu-Nmrt58/qu?QepA"[frql]ps8N&squ:7*q#C6cp\Fdfs7cQVJ/V"8FGZ6QV5L,obLPA+kjS'1 n,N=_rVuopp](3ajj(3$MK!?@=A;.E2^BUl-7'fO%L!+H%MBBc%Moos(E"5:,o.1+$jm=L$j?b; "9S`-!Xf8:!rN$)!sJi1!X&Z.":"f2&-`7@"U5,8%1`[J"pbSE$k)t5'a+[E!!39,"9Sf4#mUY= #R:M8"U,,/#6kA<"Te]+!r`9&":"f1&dJF?"pP24!sA]-!X&`6"p>)5rWN3&!!W<(rW<-(rWN6) !sSu8#5n^@"pY,1#Rh"?!!NQ3"98EA0anY!9I;/7+;?@Y1e(_H5['V]bhhI3XG327mD%]]p$_e< AL9rQBmVTL4$Xu&&/#!U+QBI/aNg-*.T:;.6R[]e;Tr"?RrM([7 VPL&eX/`%oWjT1;YHP18Z)t=?Z`L+)XJ;VPCJpl#q>'pes*t~> rVg1&s5I'*Y?F'(Xc8o9iaN-]&1)?:@.?>3A?=AVRg8KJ.bb1skA WMd$k"ro-5-6t)o1d4Q7@VBOoG^".JF^6=j2^E'_EFN'H8ju0D8lJo"84>d,4?l/#6UjmN(B]9h qYBd]k1$K(F^JBN3@.V:3lqZ$N;C`*HZ2X:89s82`nq"fFkG)Co_>ARqHQL=MEs8Dunrr2lq rr2rrr\XTQr;?Ehr;ZMY+t6K5BNIVe1Gh*X8Q/r1EeTL?U8Y)nXgGEb97SBGP.7s4\@TJe\\5`U ^ONu2_8F!qZEgsIZ)FFlR$F/-NJiUIIrf+#4YnE)(`=86-UUre!(;9?Fb#@8S=?OudFdCAnb)SK r;$-arVZH_q=sRFe\.rOJphcV?WBfl3&s#c7R]L#6qC'S?Xm\ZB4bmsGCPC+N/E@AJ:N3&J:W<) KS5&5LP180J:[`Q%to[lK78,jG]e1UI=Hg!JGt*)Isum"Kn+Z&rdFrtI"[1PJeiulKnG,9LP(21 KS"`(It<-!I"6`uK)U*XK56-oJqAc9LkCGAK7el8Ll--s1VW_`rq?6hrr;uso"9a8cK"^"s67%QU\=#` h#I*?s6=;J<-!kl@U#ttpAP$ds7Og>UF='8a4>[ClO ?X`nD-"U_#Anc'sB4l!uD/*d!C27TtCiF6'@Uj"SB4=_.U&4lcqu6VG~> C]FD5rVZ]R>=hh0L5BD^Q#(/SG%tbuC0u4KF*3juAoj$JoDeREb'?N9>aaFJq>^Kjp%ZXD.t>L_ ^;.=[W&#^!s7?9jnc/XfrVHEeq!\1]rV5s/O0"k:j8JW0euu3[\]EFcn*flDrr2p:r:'IYj`;54 T2eopD.[j%KR)$2$kd;J8eRW5WLnl7SHcfB5iEYPFA5CX0&hp%\:Qn,NF`n(l!fUR%%!IWK43>u4Bt?>!t`?tX7oGC>!mJ;fJKQ(=eSZb3lXZEUR< ZFRNW])B5B`PTCh^&Pei\%KDf]",>_Y-PIH]tV:s\[T&TZa7'K\%&r[]tM1p\$u@F-+LLsZaREV \@K8d]=GG]]",;X\[fAe^qdh'^qI=i]"5Mc\[oHP^(S,i]Y;+m]=Y_f]"5Ph^qRIp^&G\D])]PC ]`,MC]`,PC]E>j]^q]i^CVRZk[CX)c\%BJe^W4O4]:;b/>>$.a-7pl$/iH7)9K>q@ZGk2@`h7aC kMNMpq!d\@g05L[:0VN[%m3,p!sT8J*$uXC/M%;Q'+bWW*&JTG)G>L0E,BN)AS5k%GB@e?DK'T8 F*DtQG5Z\4H@1$cIY!#sI"7!+Jq8K)K7eZ,LkU;(H[^$`EEZ#/qYg6err7K~> A,lQ-r;$6F=C$*/T<4BKUn"QhQAqr8LR4d[]9IY^SAsLVmb+k%E'Q'[VU!rSgdi7R,MjkA29]$/gNhVle=Aku<)K&rqZToq"jj^pA"Rbqu6Qor!<<%o(rCPghs+jpBU]nqZ$Ql rVlcq%0$5&p[\(Wr;-0boDALd!;66h:B(%gqtKj\rVuorqYI*@59#RUtL!s];H$jQtA%h&^K#RLeC! ;9" pbMA#R1G2!-\PL!<<*+"TSQ;-R]*=F%n,>-7Tfd/iHXE6jF&$+\Zp1E&%WGrNdnpp&=[Wr911t3 uJ&%05`g%-4(4`+ZU5:'/C[1!WrlG$jd&8)_?H=UQL4kPae>@U7Rg6RA6LGQC=J?U8":0kJ,~> rVg%"s5I?V91D`g<*3='AS"V*@oPZe=b:Wb0IBYU9A%<*j6T DF?>u"TS]7"9AX$jo5,VrU^';2]kdO!+5Bsp\b'kpAa\qD#aM0l+1pp*Lls*q>^Bms8Doqq>^Ko s8=_NrVcchs3jOYI>;T2:dR8r1H7ZnM1pG-JVJZ(IXHKhI!p9gJUi)jEcHkfJ:E*#JUi3" JqJc2KS,&5J:N6(JUi<'K7no1JUi6%KnY/1JV&N+JV/W/JUdKIs+LE)(kR3 'Pcn"s8VWbrr:Z&ZY-<@UinV?smJVBObUj DeWfsCMdp&AS,^tCLUjmA5ccYH>m+b8u)=aq>:0kJ,~> /cYhLrVZ]R>Z+g7D1?AAF_lJSAmKb"=)`PbQ>fu(I*M$Xs6@(JAg/!^U"8`4ru_+4p[tg^,CQA[ [+`j/nmdg5Qrs&Gco)/$6(]FDZ &L9:Z-5d;J,`4N"4 HY-DE3]8T;*uPh+(Dd)l-3>HHO)e&p6pNOh5XnIK@;9k9Mj0a,Vl[&"Yf!9&-tKWl[_92]_nEXp ^AYf\^:h@p[C<`VZ`g6pS"5h.P_Y6UKn"Ac?r]HK,8Ln-*[3!l@7C5eTp0eOLQS.)^#&GUp%S.N nF5c*gsjQ^XIkT&@nAgL:02U^GBnRdK8#>DNg6ECZa7$J]=khd['IE^`Q#s;_nc/gs2G;W^r+13 `PTIj^LY$i\[T&JWi`G0['[0L\[]2^]Y(kd^VmpsZaRN]_o'@+^;S.-^:h1l]tV7j]>DM']t:nh \[AfP[^NTR]"Geq`Pfd4^:Lng]t:kg]tV7r^:_(g]YD4p]=Y_h]Xtkk^:UrO]`5_G]mm],]=P\g ]=PVe^;%@r_8=(*^V.b+_T9a7_83Rj\Auh%HnZL[9ID;:3&E3<2,J!N!!!3F6t1.B,62cRU_[P- q"*eBhO\%("TSNPG 8cSbhrV66?:etkWNNAqFT8TnZR#@r/VMq1PNa6V4ht#mZ[WlY2DcgVYj3tl]aOJo.fXsp2LYUG* `PKX0U..A<`l#U&^7e'Zdldad%,gsEKp G@k]-F,$L"=="C_$P=%Jg&M'Nq"+1;7fXDa(']fko()_Ys8)Kfa`6eLq"FafgYD)ep@nF`s8Ef4 r;-Bjr;?Nkqu-'br;6Mg=igXCqYC'h#lFZ"jQ?.(p[\=`:&b1grqlNiqWdAGp\+I\q>1'fq"":] q"FOXq"aa_r;HWos8N#rrr)cns8W&rs8W#ks8MrqrquQao)JX8CJM:TRZ!?1]Y;A0aiqj*^`feA OFh%80I8"o(_I&]&/H&s"U>>="9Sf4&e>H\#mLP9p]^[%/-Q.X!!!3+!W`9$!/":#29!WW<-#6b#+*ruEG!W`9(#64l5$OI%B"p=u.!X&W.! F8l.!-2'8Ng9J=AE7C9c5L&R[8t]?R$I7+<;P1K5kC2C10t<9j&/@E6ZD> ]"#MbS2gd'0.&.p.4$H#6r[Q/EHPo&Des9AIX5s\J6jH#&0!5d3>DQ)%j"8.5=@Lt6pO:>:_Z>R +;Q=I,;WDF,le/P!Wi?]`;0!'s!%:%us`d 2`<]]7RKNW:1%paH@UU#Jq&6"Jr5GBLkgb?L&$KWL51P=KnFr,LP:A4JUrE*JqSl7LP15-I"$[$ L5(A6JU`,uJ:DoiI"-]uIt*$&r."iuIXV!B*eK'"LPCM:ItNN4K7A8qJqf#2J:rQ(I=[-.LPCVB q0t&MJqJf7MMHk:Ko(Y@Jq8N.LPCG2IXm&uJ;&c4K7\]0KS+r4L4t85K7ec-K7ejVK78K-Knb>? N/`aNKnkM>Jq\u>P?\2Yh#I9OpAa^`p%nUUm*D)8=@4#0!#&Jfq6gGfs8Mces7cEaQ6utlC9m(# o(W1aqX;ps?@'0Sn,<(Mnauk[eS$!Z9i>M1@p`>;=C,E??!guH>?=d>AmntN?=.)OA7B(_BkV*` A,gaUcEdVIm9;qjiqtp 0E;"Nrql]K<(0nuA:8T>G?fWMAlj+^E)UY1F]*A&p%IV!Y%CF#4V^K%s6S@po`"k,o#=6EGgadT ^:V7nSgZCsmeQbOpZCuDrr7-9p$CDZg"+pPq#0XOlb@aA>*,P]ND2'!@)2:)qZ$Nos82irqq\N5 DeoY-5dF2)'(=q844.=X2K!lGE%lUWkb'o R#[1NNHe`JC0aY+7SQiqAnZ7?Q_L:g^;.Ip]"Gbt`l5m5_8*h]_(WU?_8*h!]=P_h]",>\\[oMj _Sj@-]t1_b^;7\'^q[Ur]=bhi\?rfZ^:q7m^;9`\!kc.Vq7Rl^]Y;1t^q[Xr^Ve")]=>>^^V@@j ]tChb]tqS%^qmqa]J$t2]thP(_7mRs_o':&]=bno^qI=i]YCth_8F+(^:qCs]tV:t^V.@p]tD"k ]tXKXI_Df9T8FEM\ECh\EHG&hVE FEMnTGBnUcI=$$]s+12u'n_EhJUVT^L4sc,OE=JuWW)qpqu$DC~> C]FA5rV66?:f_b-WkYL*X,2t2WLArpWLo,]>En++/S^27,2QbV5!c5G3WcI(.mf[nNn _njU=c.:[k=:3lr:Tg`s7l3^rqQ9g qsa@[qY:'gqYL-er;?Qms8N#rrr)cns8W#qs8W#ks8MuprquQap](9hSL>^/7lrgs1FF4Q&ebcd )'pF@r>Q[r+!N!Y,9.O:'bUrY#7(S>"U>>?"pG,3!"p>&4#6tA4"9eu6"U,)8#6k>1!t5;9"U5/9#6kA9!>>"p=u/#7CnD "UPG;!X&]5"p>#1q$$`u$3LG9"U"i."pP54rW!Z6!s/Q,"U4u2#RLb@"pY84!B)-;#Bd'atNZ%Oa.Q-A/t(Q'7DtS>)[HR$a;5USONNT:VRAR@U.R VPKu]USO`^VPpTrXqn(9UnP'&YH+e&R>.N"?V79op&"XarI=~> "9/9!s*stHgf?L4?X[_O;e/6g=^tE)1h9l`,T0CJYE;^?',`Gf/K[5qLO4D>'M)h=9j(6l2P7Rt dG*UDk12Nq-Rp2c-nHDt6q:9k?UQ=`!XU&5AqYnlI6[oP7Ta_MIUs5o+X]$<5<_Lt5!_G%9iP8% ?t"4rDgI:s.KKMQ&M>;Sao:l2oDS=]U(T8)C*3eWs8)Wjs8W&qs4N9eebT7Ap$hqYrrW&frql`q rqucrrr2jVs7uEhfMOGnMg]5<83f-j4?#c),n;]$KFiloM26q?L5CbCKnFu3LPCH\Je*K_Jq\r5K7ei4KnP/8M22%as+gN,s+PoT K7ec4MMm@JLPL\>J:rc=P\VO"^An3-qu?Nhq>L"0.2fN8:?$GBGAmnqP?X6l>?=dnbARo:] AS,L_A8)!X(2%,b>AJ4mAS5CL6>:($5,A)Mqtp I/j0Frql]K<(^VEIuS\oJmW/5I;E=`GA18G5D@qgiLtg&;daHC7VK-pkh`.`_#FB6pUDnIUVFh! hrF%df.8kameHeZs7H?krV-!;Z\3U3C5&G2nc/X[X(?==V;gP(_dc;dQ.Yd$q#C3cq=spgs7kg0 c/7IFp@`mb=WAFt#QuSN="u$)$5u\g!,nI&:B3:<)Aa4s%2Bg62'bD$CM8!]Z-:51f%SEc_SsF- [%`Fu>>77A1b9mk'G2<%#88j62O&o?B2qPi3&*`]926fB7@':,SY;mb]=P8R\\5MX[(F2aZF[i` ]>VIk]>VFr_SNq!:V=9K\$i]BVPKoXS=5k)NJiaMG[siG4=M-^'cS/K4ABQU!#6b(+tPDp,:b2e +s%^M0.S,6:0M@TJ;K;XSXuUX['mET^;%Fr]Y;1q^&>SE]tXU&Ii[+qSs=(gZSA# jR_Sh(`$1g57IlK4!Xt4!tce1*= F*`@aH?ja\H@'s`H[l'H(4LRRF+]=#I=HKW=abEf6DaSQqtp GQ7XArV66?:e"uPTWjlSY`P!0Nf]rmU9^5&Cou!VD+\&BFaRh!Dqj:?cB;%$T>o=,iKksUoCV>* c+0pNR7BK9b/h]Gbg")Bai^l>>#&L1>@CuiT=3P1M,AoHhUg5lK3OPef[SWucIL4bdFQgpd+$Y# g,I%0gsXud5T*=DWl+B(o`+L^rVHLo!&"X%%40*oq>^Kns8N&urR('ip%n^co)8L\rVuW` q>UBrqtg9krqnMLr;HTns8N#rrr)cns8W&rs8Vukrr)`lrVZNco_&"ZaZgP?CG7/09Jn.7)&"U>82"Vh4F":5;9!)7#RCY="9Sc1r<8"pY>9#RUnD #71Y?rWN6*!X/W+q$$j"!WE-,!sJo3!sAc3"9JK%!6"9o)9 "p>&,"T8H&!c8#C"pP23%1a*V!"L(c$qk)*6o68V0fMI)H]bGPf]VZ#n=iJdGiR[(.cC$hoCW'l 0dhgrX*mbl'dkaP*"DrK*&o/C!Biar!WWNC%1XsD)Ff[UJ;98UTVJ ErQ%;s8;oP<[Tn%;d)R_APc6$:JkRp@r,*j->89C.1.(>2EN,l.!:05L/A,6gqAQ;>f3&33E792GX)HE/tUnt)nX/`;(['m0F]XP&U]!oJm]=5PqbJqB6 _oBL,]XbJVZ*11,VP9ZOR$NnsN/<45C0sCi.3'0A*$-R_6?-fP"&2B/,YV$+9K7\c1LAclEL4b)/JV&N+JV/Z1JqAZ.JV&K+ KntSBM"uW'KSBD[%#9[tLPL\BMMQt=L5,Y\)2*WnK8##3K7nu8L4tD?Mi*@HLl.+KMMR&dLAci+ L2D^&MMd4ELOt8Tl^'O1GMq'f,2N.lrqcZ(4$TtCoA.[# XjQn9pA4aes5]8&+Fh 70!5crql]K<&[NaF+%\;KPG::A7TggFG+Nu99d,SA3NUS;cuXQ@+a`DfTAd(X7?)_s/@Q.kj7<] a0V_;Q7Fo#oD\[f0CJ2g`/S.l>$"s=A::#noC//TNR-\Fjk#f4S`923rU]jbp@.VLr;6Bep$qJ$ rr2q.coM.N2ENNY5;G;=0eXt\)^guSUe1b^4VehU$k![]+Z;J*0L8olX1l?f\$!Eia1An!]sFGl FBqa04>n`7)&!Mo&.^<4%re@pF(J?F5rUGU3(d:6$5QL'S>3!aZa-pBYpHojZ*q?UYIqKV^V[Rj ]uA+3^V7P&^V7@l\@/fPVl$8`T:D@qRp@CLh7$HZjCL GC=meQC=GBWiE"pXfo%=])B5@^&>YH^VRJ[\,s4R^A,GL`5'$u^;.P!^qfra!l2XhrP/BHs1K#[ ^:_%h]YD:q]=Ybk^V7@p^&GYZ]tCtm^:Unb\\,Vh^;.S$^qRLr^VKfa(r3o#]tM.p^:h7r^qIFr ^:^k][^`o[\[_ID!O]B8[gKXV]XYJ^]">M][/RKR\%&rW[^"jn@o'1B;IMe.WqVo^M_NqPth] K>X^773)gc2BEhM!!"*!*<6's1E->p#nm:Q5rAWZB8CbUG'%eHFEMYGFE`"VG^""DF)uADH@Pp= s*#N/H@13hG^FpiGAh_YLjsPgF`q2:BhLprs8MonrV_6~> D?'S7rV66?:e4l?OJ.i,ZAGHYMik]ELm*g69hn>H6:u*>E(;]h\FSt:PWgRK`2pAsl\#n!_7@%e `5p*Da\+jld*'YWc,7NA\W(')FI&`-_n2UuA88j=`2AK6FIAeR@#iL^ce-jpcdU?0f%SX&dad(- hqdDAf\j/>0mE0WpAXj!]_CmpkPrL>)Bf5*%R]=Wrr<#rrVZNls6r)b2D._Fq>1&h94,m;m.C8U rd=bFrVQQlr;?Nkqu-Egr:tn,e+ES6p\Y!jr:p0hs8DH.N*VY$s7u6as8W&mrVQ-XrVH9gq=!qM q>^HjnFZb\q=sshrr;rqrr2rsrr)ipr;HZpqu-QprV6?gr;HWmq=jFWq>TSi+aA;["s4ou%0dOX &/H)s',:WI!!*0*q#CBtqZ[!(!!N9*!X/c4q#^j,"9AQ.#6k;0"TJW7"pYD="pG,4"U5/;#6k)/ !!W9)rs/Q.$4$e;!sJi1!!rl6rWTVA0VUn=$?R\61CU84QWS=5q=rLt=.VlQYc T;8E`Uo:8jU77[LYG6bS9Mh_crqu]mrdX~> G5hI?s8;oP<[fdg5tX:4B1$';7SJ&06VU#s$4R=B!ZF0m4V7Z5Ee0(+>7:KfB4b:WK093U^ojcE ]>DS/a#X2I0-MYf,;(oE73_g;+[/Y-De;Nk"U8.]AkOs%+]2<#&iOE4;ccmf77]m=91_ZE8l/Gb 3)Xa)COg%@&nK\Wp](-$\b,Rfddaac4_/YF+Z7gGp&4phs8;fproG+"*ZRG]pA=TZ7U4%0mIgJY !WN,urW3&urr;usDu]V.q/m=&O+21Y;b0282)IKk?Y!"Y!'#M4X/,5KS>,5 KS"f/LPgqDq1DIrKnkA8Ko(bELPCVBMMHk>KnP/:M2$V8Knb;6KSG>>LPCSAN/NRJLPh"JMMHq; JqSl7MMmFHK8#,?N/<7EKSkeKNIu!Y6I>c'r;$$bs!@R=r;63_rVuosr50olT#hoqdJ`e.rr1$" b5_;2o)I[3U$2==rVnGIeu'f,ZbNKAmnkF>[guH@qB1Z?!CQ@ rF6jZBPM'`?=RV[@q9.\?<:6;CL9Xe1.7u9s8;fnrdX~> 6i[,brql]K<&d@EG*u2.4m(q,rACp66@(F]DqZ\N\Vf3ccOi9s-XgQ]<\ZK ^;S(6a>,]]q>C7Jqrl>!F_lDhVn13mUk)U#f(dh)Q[F4NW0);$kk"?BrqZHip\+:Xqtg3hrqcBG iW&q'iF3?Y>$[nkCdsiJrS&D\E^:U_I O*G2:69[:Y+r:au"Uu5)&K@[4HZ*@l8jPEk3C?VN@ne$F2h8*4W3s1C[BR*JXg,IH[(a&R[Ca)i _S3Ce`l:Wa]YM:q]=>8UZ_s[rTq@jDR?#.F:*uGe5*Zm(#@sKL2H'1c]?tjG/OK54R WN2nkV5^AkX0B(A[]-C7[^`lZ]t=0S#edj^]tV7s_85r^#/\-f]tqS%rP&\l^&GVO]tV4q_8=(*^V7M!qnX)_]Y(tp_SSc\$iua ^r"%0a2l3:`Q69Iai263^rXmO_P%GQ='n3X0ekaV7oO,[UTW80meZhX^a'/Q`YfoDp[@SNrPO#Y f!LBSC-M[u%k/b<&cht8/NPEs!"9qj)#XFV&i1[2(j_O2JSo(9FaJC\HZj=EEHcGGG^=XYEc?#? rHK?/I=QWbFEr:^H$apbF`),BJp(E`4%Q7Gs8;fnrdX~> J,fKIrV66?:g%RkRAH4:VN7XaS<9_7Q[+LGC.h6,B5qlh5;m)Sh=LT=6RY@*eRhp[drc^hhbo6SjO;Z4f$DgrfZ_XiguR\_ k1eM;TjqE"k5PAmi/pNrqu=@GrceVe'*]NpC\Rf-?2X["q"k!fMHn#aETmH&l!Ff]`W,l9r;HTn s8MuprVcZlrVZQkq#:6^FunaSr:osZqu6QjrVZZgo).@8>_0TZs7uKjq#16mrq5s_s7uNks7l*X q"k$jm-+#R(51!WrT("U>8:"9S`0#7185#6k>6 !XK&:#5nZ2#6Y)0"9ei,#RLD7rrrc5!sAc3"pG,3#Q=o-"o\`+!u1tG$k*CD#6kA;#R:S?#R1A6 "U+r-q#q9/!WrK(!3!X&]3"9JQ'!uab5_D8p\k'[il@dL B44OS'-7Dc&ebNN"r&%()E0<%/d;Ob&.B=!%i\Td^9F,nTr4c\Tq@a:PFA2EV4jWZU77C;TVSEZ TV/!TUnXQVUSk)[RLu-fVk]lUT7'j<;5jBjr;HWoJ,~> D>sM6s8;oP<]rlJ:JsPR>sDD'9L;iN83'=9/.`I@0MG%g'*Bb"Q\hMH&c`/BFtj=hF#=)Shr3,& Z`9alUJ:n7/0?,`,qq;2&d&t?C4(MfGXP2E?qPBhK6g9=*Y8AQ&56A+Bj+VB;+=#A84c-:85E8i =B8pDE).rFOQ?<=s5/DcNW&m`Wp4XD<,-Mc-X5U(pA=mgrr)]lrq(;&YD?fOs8U_L!&VOlrVuos rWN9#rVlirrcA,=rr;urr:Fb4Ne2Rp>YdjV4ZY\n<*jI#HU7ffF0rI=ZourdG3&I!gHsKnkJ?KnT8Us+C]4Ll.%DJqJ]/L&H`2K7\W' It<6*rIY?,JU`-'L4t/7Knb>8K7o#:M21n\BS;+qL4k8;NJWFFLPh"GL5(D8L5CeBK8#&7KnG&7Mi!4DLl.+JM1gV> MMd4EKS"i0L5:_GN.Zb9Ll@:LL4k5<^1LFTs;c[FEBjtR\>?+[.@qoUb @qB.T F8u4=rql]K<(U&$C2dTpGZo->o*B6R4!<6W?`.'GONOn,NEQ0,[-il?.$^nV\iQeE#9$ [B$'qUHg]9o)&Ids7P:7ae^m9;(E=r+q+eh!!%3U2aSF:>:uJSYg,Q8(S'+)e%E8t Ulg%;>=Ln=/g;#>#QP;J0bGM4U3]^Xh_8UZ_s[rTq@jDR?E\rP)Om,>uO0I+;u.K*?QRb4^*P0!&\P(FanauT9?1L VQR,$V5^W"XKJe3XJi2&Yct75Z*h6VrjiHI\@B5e_8F1-^V9NYs1SfS_Sj@-]Y2"m^\tqQ^V7@m ]=ktprP&TO]t:kl_8*ha]a;Kf]=Ybj]=GborkSQKs1S`Q^qmk&^V7Sa_#V:M_>h+]]tqY*^q7Cs ^VI\$^qmOh['dES\G3Kq['mHP['dHX\[T#V]">J\[C!J[[^W`S['dHW\[T#W]">Pa['mKU ]"#2U^qmn+`lQ Du]e9rV66?:g.[sTW"'8OdhT.R?O/+Xal+hOEP;OAS#!k*D!0tkjtW`<)ReabssO\dr5n5_QgV_ ^;nXUk$g*&a32ZKbeK?[H(i($eBHk)PBf@o'; i7$576AaOrrUKpGKGb;pr83mpa=&#=(()0-T)AU/rVuorr;ZeR5hH&.s5D:?,<)Xps8D]irVc`q rr2oqs84tWr;6Hjs82AC1=?."q=OFYrr)]no_.k:o`+9tEDMbVs8W)fs7l-ar:0gbqtfU^Khp&Din-8R(k&I]Bg":>86#n.(H%Kut; ":#;C%0ZY6'*A@D%Klk7!WrN+!!if9#m^V5!;Q^(!<`Z8$3pY6!WrT)"XjKU#6k>7"U55="U>>A $3p\7#6tG9!<<-%"9S],!s8T*"U5/9"pG/)"9/T+"o\Z)"VLk>#7CtK#6Y55":#/8"UGG@#6"c, !s89#!)5"9JZ0#mLM7!sJl3!W`?)"U+u0!Vlp!!%nKu\#*15aWp&=tup>![.P':;:SSt_mKUSXlcURmsCTV\Wd URn'LQ'\,CYc4%MTV@BY:os]rrVc`qJ,~> D#XD5s8;oP<_#hh?X?;q;GBVY91D]J?qO4%?:6e93(5b+!"s+ISt]RH,9&:^D&NC=GVT8/_PjcJ ]#E(Ok[FZ70IS=r,WQM<#;T@sG%uhl:&krLPa6fGK6i*%B+Y[r.3/m3-UpU1=%<-Z-qR$+;,gOo ?Z%k5CX`=`nc.Kl!9h.W=5=\";?tY:kQZ42Y8 KJ6`@_7mUo\$WEDY,\IuU7RjAQB[PnNJW+'APbcL+rM47)'^gr:jcpr-?"$REF`g+EIN.TH$XXV H#ReHG^4FNCO?)/'RG"LIXuutI!pHmI=$KrKS>/6JUdKL$A*tgMi3CEJqAW.re2eSK7ec,J:W<* Kn4l1LPCG3I>E]7Kn=l-K8"u2K7no1Jqf&9Lkg_=K_^?%L]E2/L&ZlDIXm'+M2-_6L4b/7LP:G< LP:G8L5:\Bpk/X$re;nXM2R.DL51SALkph@KnY;;KnG/:Lkg\=M2[:HL5(M@LP:D8L5:Y?KnT8W s+GcSLl71KLjt)8NJWORO]2aCr;$3dqu$*_rVlYs4qA\T*?H.8#@PjA/e!Wime?b[rr;fhs8W&j naZ;Ms7uHes8;Tes5eQCF@L3$qYpBhrr;5Q7PdbOE,&ro@U*)==Bo6DASl!`>@1lK?=[Y]B4P@S >%2,[C1Ud\'Ob$E?u'as>#&=8@ST=is8W&rrr7K~> GlRaBrql]K<)$G3Fa%;'B4kOc@9R)CE*-C^Bhq#^5=RO4!&UVOs8SW_2FDlTkX@Mi7Qk=R7omJHeTp?&5mK>6gFkje]KX&3]^p]('\q!@M@eQGsjMj]p&XO>i!s7lKfq#C?gp@e@] s8RTGN>3[%0Ga^13BJ#W3Bg7>2,+d*Pa0=S,V_h5()@u$%MT*I%5fR7L:3nqX//i&'nOETd`oA5 ZD<_6Cgp"(3A)Eg$3g_C$7Hc'Sr%W*>Y[gW4ZH&%;da0jT9=FH%TT==[]QL>Z)kXKY._BW\Z2LA c*tF0c@RZR[(j@V^:_%e[^EK?VPKoXS=5k/P`q>mK5Y1!8MhY3)]p4K/iHIQC`XpfR@Tb1UTUT" WMcf!WN!"qV5L;nVkg#`Vl-DfV5^T/]"#;^]",;`^;.S$^:UrO^C%Wg_o9U3^:_4r_>_;#_8*h" ]tD%m^qm_!_8F.)]Xbnr_8!Xp]Y2(o]tM.o]tD.s_8=%(^V9NYs2"cOrkJKK(V78o_o9O.]YhP$ `5KO0`P9+!]=kqm^%o8@]"@sS._WU5]tD"k^;%Cr]Xteg^:q:m]tV4o]=bnq^V.:m^;%@n]">Vh ^:_(hq8NBPI)a7NbK@oF^:hM1eBl9U"u9^\76j1;:0;4^Q!s^n#ne*t)\`?VaQ>&_M:UtWq#16e gV^moG[40C5p6@5#8/!m$O@/!"[mYs)_)F4&J,^.5VE:" EW?";rV66?:fL>+HA$6TDJEQpA7fdb>>.1B5s7D0A7f='9U+&pfW%;WJTnHZXYDo;ctFJYk3;0[ \$<9G\Rd(3`6ZZJahF.*\BMR`WQEhc=]q-Hn'oY@m+L=IO)_/KdClupV20u^Ko'`J%0r;HWmqY^BnrVHBdqYU9kqtg !s/Q0%2&gK"pG/8#n6t;!!3?1#6bG?#6b53!Wi*"%futD$O6b8!sJi4#6tG9"8i?E#RLe@#7:kJ #mLJ7"U+u.!!39)!sA`/!sAc2"9\i+![n-R!s&B%! $4-q?!s8`#!tGJ>#R:P9"9er3"U556"8rB:#7(G:#6k>8#7:\>!s8Z/!WW?+r<<3(rs&K,!!N9' !L (&n13s8;oP<_5A:5sm:Z2_QI3.P*LW,#f3g)&=,C6:O3B)Hi/sLNO.m8i1(8;$d4sF"%*@jQ#=I [BHpE]5[id2`*6<-8u_W5Z^K>7V[T[*Z\%+LO+#qNdQD"/db*kF';7*1*@W,<(g'e:+&h8<*!1/ ?udq7BCc)mp$JG:!"3r6m*F"(pBG]?\:](5Imrr2fp')nmh7rJ)IR)lH\$KS>,7LPLV;KD^,2 K8,2,5KS>/8KnY3ZK-5i%KnFu/K8#&9LPCJ7KS>,0Jq\u7KS+l2JqJi7 KnYB_LAuo.KnkN\KDpQOLP^nFLkUS=LPCS?MM?nAKn=o/KSG;>LkgbBN/<=DKnb>8JVJpXL]<,/ L]<)/L&Q`+KnoV`I>Wr9MN*IIM3=67$?>\5q>]pGm.Bi8q=WL`f#F/2LS<,ko$Ale$nY%u\`iS[ s8)*^qsW+Wg\UsMqtU-is8Dorb^au.CgFjDl1OuOs5pLV93#>,=]f$=?XI8SB4>1T??=IGY B4PL]@:3DNAnbsi?X$ZD@prdVAS5IU>A\7W5GA,SrVlisJ,~> D#aJ6rql]K<)#_R<*;XY8jPC$3&j5T.jG`B)Aa;G6UsT^5Ejq'm^kJR?Y[@M^`bYGja&,'e`Gr? []m*F\kO3%kkt8Gn(ab'`qJf?ZejrH?"U\"*$$+G+"9_@^^n,q`l>m0]tVG'`Q#p:_nu>c*l,V. ]t_G&`501"^VIY!]=P\j]tV7r^:q@t^q[Xurk0Gg^q[Rq]Y2(q_SO%%]tV7r]=u,!_SEq#`PKF2 a2Gp;rl,)Z_o'I6q83-K-H4$Ha2Z$8`Pod7`lQ*;`PfX1_o0L5a2Z*;a3)HA_o'F2_S=%-rPefT s2b5\!64uV!6>&[IEKa^bJD$;dEosj&1CpY77]I9=(Z;sSZeio_Rl1jM4W#_m*.![$nFh[X5igD ma8MUUjlT62'WML'bCrh$O6hM)^T-l<=(c;*#K;#/ib!_,"QNtF`)&=FED_RI!9XSF)c/=F*DnX I!Ks\G'.kMH[^EhFDu,CG]n6@H@0pTEe/UD6_aVWrVlisJ,~> FoVF?rV66?:e)o[0gIHJ2CL%;1-8]E@=+!&V7t[NpA`65Gh)0AfL&iRDg^ikFWXi+c<1sGeAfkW ^s:`hf5)LC]?JF>c,[T9eCVBtF`X!S23?YUi76iHfZ`!nRC2&-a48_ifQhS*]??"0hs71P#U@n3Zr;6N*;d,p+ V0P1#]))3qq#CBn2ZC9mrqlQeq>:3kr;$Bjrql]pRLoi@#QOr2!<`E(!!!-(!!!B6 #6Fl*#Rgb8qZ%--!!!-.%1N[T$3p\9":#8/"Yg,d%134"p+l4#mCJ>$OdCL "9Sc3q#`&K!s8`7$4$e:"9o#3"9o/7"9o#3!sT)7"U5/6"9o,;"Tnf.!WW3*#Q4l,#QFl*!rrK' "X*sO#6k;6"pk83"9JZ1"U-1T2I/g<4=Va;94iaD\CL?FrVpa6r:K^20d^F>1Dh60MmLdeft3;X .KBl+&02Vr!!!<@*WRE/$'Y!t!!=/`)&aM7)dP!+04TZrQ)LadYH":_OH5d%Tq%O?TVeERSY;mW VkK`RS=H%8Q*76\PEhlEYFCT&Dcs+?rr)irs*t~> D>sM6s8;oP<^@Q'!!<3$"on]=$5>\qU6'\1/Kc`121GY23)ZUdiEYne1cG7ZC ^RhA2Eu5#?u'IeBb_%9;+sY269mk-9iG(s ?t;eCIJ*U*s4(cs!"+#8qmIj"`\U/*IV`jn0\H0kr;RK1s8Vuin@`MM?nBL4b/8MtqrRKnP,7Mi3FHK8#)8KS>2=LPU_=J:N3)LP^nGLkpqIM2$\9KS+i)Lku"b s+p]-s+CB+re<^oM2R7ILl.1OPECWPLQIg(#\ii)q>B'K\B3Cakk+oPpAb-grqQ6bpW=]p;H"tQ ),?=/iUQ?ra0:2(SF6FIqu6Ujr:B.Ms2.Kae8mOSh>7*Kr:g$-FX@\I5#G^&D/aK2@p)]+=^bcF >$PKK@U D#aJ6rql]K<'_H2$l&sS'FP9h&fEVe4&07)J"4*rg#]J-Gi/Dmm9E\[9l]jWI0NNkhe3p^^r"@9 ^WtZifMWH0h=pU2n`J'8kl:.QE-%::-AUUWs7ZKmo&]9!X2j_smJm4\l%Oo2nbi=b./3/nlh("2 +Ym1[-!EY[+@&%S:eVc/A5F1qZaHgBB`hO#',_]+%hF(*%KHhgG&'Me$j%.Q.\+YfZEU@@\$`H; Q@a-i9h.?"+;+q^((L>7+)*??7H+uU`,95^SJ&9X5-R\ZdSWiiG' Wi`A#U9Ci+Xf81qWO9.?ZE^X>Z+.9P]>2A'_Sa4(]Y)"r`;.5V^Vn44^Uq1q`lH0BaMu09^:q@s ^qmk(^;.V(`59=(]Y;+n]">\n]Y;4u^V7P%^qRFk\[oGf_8!Xo]"Geo_SO"#]Y2%n]thM$^V7J! `PKF3aMc$=b0.uM`l?-Eq8Ff'`l?-Fc-+2Ia2uEBa2uQHaiVT@_o9a=b0.uMaihrPaMu3=`P]L6 b5KH^b5]E[`;mpVa*YqOb/hZHc/REs^r=UB_hAdO?VOh9#g_o\9Y-NF>p"sP*%!<<*'"opJ=%Y35@#nSC/&e5a)10Gk()+S(HC4ChhL4OSeB4Yt( GB.VAG'nLTF*DtYI :B1:mrql]J;b%fY5>l3GL8D?!cIhCWs7c3Jj5A%XIVVVS`8^1/><_5(P1&33-Q.p,fL7XGn^cLD bIssKN1WR&O2&ope_Aa2f[/1!8B#3t4'6Zr^#S#.h:T,dM942lcH!GuRsS8$`6QTXf?D[tkM=SA b*-2Sq#1'SSP]S,*KfU\^IYs04VSnF#m)(OAGYrZq>L9l'E.k,rV#j_`&nDD%P`+YoDed\qYpNp rVuosr^-S]r;6?fs8N&kk>Zj/qY^$bs82WYs7=]o;HRan[EeUJl&'P^qYP^dF8#J+s8Vl`jI/Iq 5!FkOqu$0br;HTnrr2p!r;6?iq>^1$frr`/us8N#rs82rurpp'g)ULtZ.i&-k$4I.A":,89 !WrN/"pYGB%M97!WW3$!sAZ*"p4i*!sA`.!s8Z0"pYA; !sAK'rr`6#!J;!!ZIWpoJ@SFpY;W_ 4<#J(5ZTTd"pbSZ2@:-/"p+c,#n6k7+Y+"Rs/JgH(_mc1-6=6Q+peN-:hYf_YHsj\S?JTOS#WQ^ R@gFXVP'TYURRjJU7rTmgNSVZ6Yos*t~> J,fKIrql]J;_eRo.QpaHEL*N4^WG3pn`8]Xd*/n^C1]OXMP.);.ji##6\Cn#"oq&8E![c4iRHT. ah+REMi/k^2+'2S*%EEt6VLj&@lXSj&0X,6F+o0jE).N/FE)8>D.?sL0Ea12:.%WJ7Rg!D5^mkPtMUrr3&u qtg28re:W4 Ll$qCKn]JYs+UK(!eQ&YreLK,s+^N.&qu*sLP:J>N.m1JK7JW2LP1A:reUZ3L\Q^,LP:G;LP:A8 LPU\BOGo*YMiF<6$=N?%n`RE1C0*_g3DtC$Q(l.\[nT;Rn+ACC F6VGVD)iFS0fMf]-4M>-Z2ae#s%*.fr;H9ab\!C?Q;2\Ao_eO]p[%4iF!VJF5\k7MBOFbEAS#(P D/ET]?=[YW>[1]E='oBG@q&hN>$PWTCL^UT@9@,@8kbuVs*t~> EW?";rql]J;`P=/0go5dG`e`,]#<.\m+pF?bfdAYCJmN+huE`';#n"DT'l<%+WZmAj$bQ@jOrG> b.O[ALN5(?]D;L,oBbf9p[IeCgd;l*:jfJ$s5iM2lcu$!l1FQ[B/-4^dh&T&:*-n[D_V3E2)(`!KT[*@:G[^X,f Z`':OJT=[^4=hQi&ePrs&.VMS5_s&a='8^*;FaPa<#krA,u8ZAZF-5c-XN=J8,tf[ZEh0Z[BQN7 $31)-:6iT0]"bnj]",;Y['Zd/US49MS=Gq47[]X+L3@?<;F<2e*>oV7.4n2&Kn1!pHC(G5Xf.ng VlQo!WN*"sVl6VsYHkL;YHY=J^3Y*AP%gN+;#7Cq?(FBoYs.M>&/gh2<%hKm7.l%5-$p.pAJ:2oi COD"`D/auTEbocCI>H@^TkEH65@H=BfLU\k(A~> J,fKIrqucL;`Ht)f(K(Crr)]_hp&m>VL*;i=AM[i3YtGRg$7L>)Pj6H^$`9s0gMDpg.t?&qUa?H fA,6Fk14,l?)>-SfA>!+f?hg]XBfD%U4ZuaJC*-1hp\34?]K_hI;ik3?&Q#6cct"ndEU5"gt:Dd @\*Q!prn(6$i^bPGNekn>>Y.2.hiNt!!"GROT5"BpAFsjrVuaam/QjF+=(WM5r(Z`aSG`.nale\ rqHHmrr2lor;6?fs8;ogh,/Ifq"sa^rqcZis8Vr3TXE2:'fq>1'grrDurruCt8rr)`orUBabs4qPs/ggo2'+>3O"U>88 !WiE$"U#&:$Od.9":P>3!!`Z1"U>>>"pbG3"Tnf+!sAN*"9SZ*!X&B((]sgB#RUkA!6!W`H+!!*0)!WW?*!WrQ.!s/K)!s8]*"oe`( "9/K("oJN'"9&H'"o\`*"V1_;!X&]/#RU_:"U5&2"U=r3!=&i.#QG#-"WIaQ"U,)8"Tnf0#6tA5 !WrN."pP25"pkJ<"U+c+r;^[4<3sZgViV7C,BD_T%s6#=f #SS6f"qt1"C,$SA&.&F>!sf;8$5,*<4iIB;6l7^7)\jPH-oX(1&f3AVH'aVUVQleuVk^/kX/)DZ USk#dUnXHQTDkM`T+IT]SY;^GR$jJFXFk(cVZ6Yos*t~> 5QC]^rqucL;^ErE_rC%QlgF)td(Z]WQYg2.8O,I+.KCo,Su\e^!/c+RCn>hm)^&1*EYUUklIFG2 e_8j@jaP0A!"Ut>+s\lm2FgMI?VD(N85_2V$nQFHG][X^%gY0H-mTN:#QQ5?&Z&8/q1V/qYTaP rVu`gs8W&rrr;urr;ZY.p](9K,TM#BAQ;Z+9iOn`C4BJS=b3ZiVNd"DQ<"_aMI[8VUp.DA]f]=PGWYcY"*V5'WOR$O&'OcG9OI<9@2:H^9R*#TP2.5+7rH@R^[5K7ejUL&[#GM26q@KS,&5JqJc3KS"r4KS>/8KnP-YK`Qp` rJ(9)s+UN/reCH,s+LB*s+^N.re:r;K7el5K8GM@K8,/7KSG9]M#iEfreUT0re;DMLk^Y>Lk^S; M2R:JL5(J=M2I1HLl.1KMM[.EreNLbL4b/:Ll.R0&p!O>qu,^5cEWO]>sT)'&-E/#0`Vc$g%fLe ;=45RrSiMO!!j,A!Yf_+nFQYXs8W'Sr;60epZn/^_=>W^FO'mao_.kGp!A4B"UYW.=A`@FF&d@! AnYsm?s?c@@q/qT?@(r^=\DD^qu;0~> C]FA5rqucL;_'SWalrFEV(rVlg`p%eC]r;-/p <'+YR-8d1O!$31K5UBhQ(/RICLUNS2WMC[k?o]e\&eY`f',i,J1d6,WAHNHHG9e"PEN.C/_QpIn ]""AhJU(6g4tIci&e>Zk$OK353HetE='/O&>#\L9G>^S-Jul_bQB/JE>T5bZ?P#B'[(5)AXDC.RdZpLc-DpStiX'XJVkn WiN0!WVrb0WiWA,Yd(L@['R'C^:_(j^;.Ls_#D%O^qmh#^VBc`"M_X`^;'W^(r*f)b08&L_o'I1 ]Xknq^qRV"^V7Fs^V9]\$,40i^q[Xs]tM/Y^]24o_ns7)^:h@s]Y2(q^:_7r^;%J!^V7@o^VRk- a2c'6rPANN#K+Eq`5]j;aSs3Za8X0Z`t-2.`5]m:b07oEa2l6=a2n8&!QiF^aoBH]`uN:Ea2c9C a2Q'?bKIuH`lH-Ab0%fHb0A2Sb/hR$_f DZB\8s8;oO<)Q2:RZ2Q+>A%)6;e:?cq]JXs28b+K>h)^kJh0iP[CQOdnNd+p$1DX _mH,)PGNmt4GU_mccaYbb/;N4H&&NPe&%_b40$Z`g>UM\Nb2I!C3"iq\&["Pe'QUo/'QAhf@/=! PruSLhkP!?&Kqp)mf!0e408Hp(`EVZ!!XeZ\Gu'ko`+sjs8Musr%7s?nEorIo(988;J4DWs3[3Y4?&o4qu?B\s88'Y O2JqYB?U>Is82fq#lXc%rVZWlr;-Ei"9&,or;Q^7rql`qr;?Qor;?TnmeHe]n#-pH1(=6n!!*E* "ulbg!<<<-"U"u5#7(J;"pG/5!s/c5!s/W2#mg_=#6tA7!sJc/"9\f.!<<0'"U5/7!s/Q-"U,#, !WN-""9&K2#Qt;7"9JT)!X&E'rrW9)"oSK%!ri?=#m^b>"9S],#R1A3!WrN+!sAc2"9Sc1rW3$# rWDs"r<3n!3^Pr6Dht!cTJQpaLlmZ^(K/ias0F7Bi;`cU s2[&9Pgc%5.l)3k6oQ#"%0cn;#7(JB!uE-]:B0tJIM *<6!;s8;oO<'`B\M0rr<8mG+Y86U"eP-;+#`Pm5Zm)U#AV8J6Y&9+Ku:m6)W(6(:[EGuabj5f=T a1njLP`M;Q*rmiX.Np#h4[2GG<$!/TH%'sC,m$SNEGKZ49Jm^o":>GE,s"^u;+!K88k)ED7RBaN 1'!iu_LY)\!"K!4l2UdT.'*5X3FQlMFELh7[K#n!qu?Worr3u:r;6N_L)Ve8kPF%p"9:U)oC2bQ nG)hWs8Muqrr2rrB`%T%s8UOg'4tifZt69G(u'EQ_\dg&g`IJ\:Qju#mXkKXLPF7_7Wec =H8;#/W\/b^Uq1l\[A`FX/`(pU7RjAQBm_sNJW=:G&gqg689f/)Aj;=.m[-TLL:3ADJX9@E-D5& *d)[NF`heIF)l>DF`r1^It<0&Jq8T+IXQ`uKS4l-re2/CLl-n?L5(D8K7\c1LPUbAKnP/7LPLT_ K*-^TIt[fV$&OClLPCJ7K7nsXK`?`,L55_[s+LE++,c#5LPCM9KSkS>K7nr4KS>/9LPCM;LP1>5 KS5&4K_^E%L]`BcKnfS\s+^K-!JQ1)Jh_h/Ll7+FLPCG8L51SALkphBLPLV=KnY2;LkgbAM2-e? MN3aWM26qBM2R7JM2I7Lr/:T4E/fm9N/iaOO%]q8q>:3jp?qV@o)/1*8.&maOGQ%39#CQ,YSo%? s7H-b]dF2A_2qqL5HO2@s82`mrr2lnqXX[[n\nI1jSn.l[LrM>%UZ(9qqRbrVqB~> C]FA5s8;oO<(B#nO+M4T:fp=S6rn/UNhrVX^VAFd`]/P5s3kp2Co^9rlc^/c 3D!pM+=\NL+s]0_,r8U?5B%W0R@o\.XbIB\=Y29ErXpk!(a(Ci5&,F5!#9t+jk>Un!&Lk.aiV<+ [&97MITK6-/fk]:%1O!V#W`8E?t3aH=)CrF?=I;^JWQ@kVfb-8-B5dQLH7!j#AD#[\Zr`rlTrP)k WiN.uVl?VnVl6SpX0T(=rO!rY^qI=i]Y;1s]Y;1s^VI\'^V@S"^V7Co^;%M$_SO"$_o0O5_u@IS ]XbSerkSoY^qmk&^:h4o^](tI^B)-drOr6Fs1]Yp`5BF,^V7G#_Sbf\#Ja2H!_8pp4/4V6J2)S9EEfI$+U+?ITKT(XF%nOV7qPtMd dJE>(pphXUK"mFS,:dVO5W'i/'FFpE1'S!m$NLkl%9*;ud9Zi#749`7*\K]?,R=B67P[57C3kM_ IWfaVJUDB[G^Fd[E,p/GrH/0bGBj+($u^--GBe+R?rBjsr;HToJ,~> '`\.3s8DuQnqn'P3pr7!/6)uosA&g90brUBRRrr3c5rVZWlrVtq`)ia^oqu?G?%LSm,s5!SP 5PY6WrVZTjqYU$eq>/]:E9I)qo_\[brq6<_lKRK^Y*RAj =`4!!*K5rWN`6!<<9, "9\l4#7(G9"o\Z)!tbhD!s8]4#m^Y=$4-e8!X8c1rWNB,!WiN%"oe`'!s&H(rW!E0"9eu7"9o)7 !WW6'"9\W)!WrT1qu[oA"U5/7"9S`0#7(\C"Te]+!sAc3#6b/1"UG24rW<*%$3UM:"pYA;"pG)3 rWWE/#R^P6rrrB+'*eX@!!39)!#RL_?":#8@#R(>6!X&`5 "pG29"U52;#R:M9#R(81"9\o8)?<)j-p/q.1fS(CS?fCE*m4K^s5Jh\U$qm;?7O.ss$k9a0AZ[. o:7WW>&$#A*Y\tc"9eu<#mgSU+<$X:s8I0J*(M\4/M/(f2)#JP]t@u'05m2OWN2b_U9M50V5'i\ SY<'WU&1JcV4X0BRf8i]S==P%;Pj?ks8RT~> 9`P(ks8DuQ%]$tj0_<)lsu>?,*KK92%8=@FPT#;_mNXJ)"]$34G8V7*h/\\DB8 VT?l<*_OGj]>2+l\$W?>W2HPiU7RjAQBdSnMhm%9H$!S!7l;_>)]BJ:-oah/KS(?[<,?;sD0'oD F*)VNF`VYHF)uGGG'A=^IXltJJe:M2I:MLP1;5KnbA=M2-b;LPgh@re(o2; Ll$tELkg\=LkphBM2V@es+^N.'8V?oJV/Z/Jqf)ra-%8?q B)hi0s8DuQf/GLu`3d%i ceI:3hT3l\)-FuRs8N&ug;D\+_rL.HcED^o7FCo1q=sF5dC$'\_U.38rVllrr;SkToCW%X]4N)u% m6Gk=r]Io,7ZgW6;phuFJXqQT<;99=@"8_'Fu#t)^6mr85P.r*WTNbb/iu+BE/$]K@o(_c-*`(T TFV+;*Z`T'+>3P(BP.2"t!Ye@oc`:=C,'EDLRJ$H,U50@Bo7Wr-[(uOYah8dWi2osW t)))WMuhpWN*##Z*L^C[/RHF^qI=j]YD7s]YDA$^:h>#^qfrc"2MXb_#(qK^r6/g'>hSs\[oJh^ qmn'_Sa4(]Y2(q^](qK^VReb^Dao(_SX.)^V@V&`5fg4^:h7q^qmn*_7mY"`;[Ib^r"".`l#a5` Pod6_nj4.`lQg3^:_$a">rUm/gMW4?"Jb`[&OZXa8Ys8h16W-jS%8#(;0M?p A2KB*Qn0Sl]ih2;.D@3,oI3u"U,,F#Qt,[/g-DGrT@`".onYT*ZH+O75=jKY,G>9)+7YVKS+JdE didoH?a^ZEcuqVGPcOdI!0IHEW1%fDff#N8tu=brr2rtJ,~> %KHD,s8DuR=%c)^ipm$DrrN-!rqT:Yn,C?[F8sHl)fF97>/B?f2EBUFBuB&P/O\:Wj5f7UeBZ%I Y-`*^3Lmk/dEK\4I;aXmF)G/[;G_8'c.^h&eZX=6K8Z"n^!5'[fDaDQg=OfucHFAPai_5hJW6\7 _1:"U"u5#RL\="9S`0#7(\D"p4l-"9f#8"TeZ)"q(Y?"9S`/"U5,7#7(S? "pG&3#6tD9#7CG5rrrB+#mUS7!X/i7"ptY8"p+r4#Q=o,#6+p@#R1J<#RLkH$j[(A"pbM@"p>,8 "p4o/"T\`2#R1G:#6Fu2"pP56!s8N'!=',M'c[r]2Bb7:/4!NYOe]SABb6p0p@J=PN\,bAs-",' rV?aUSFNSS!g(DR$F&.SXcROG$@tErr)cns8RT~> (]XI6s8DuR=%,HLh!=b6qu6Qmrr2cirVl_Do^Vt'0Is_t1&tJ"Xs/Fi^?gs8N!>s8Mupqt^6k`N/A*o(M)(cqldFmtX3G r:fsXq#C6hr;L[6qZ$6gaV>D-B4=b>>Zb#s,qgbh'dl[dR\<>5Up$_lXfPS(2O^hQ]"PDd\#RH_ _U:jqVT--Y]=PGWXfJ@rVPTuWR[05'OH#-QKn4VrBjOIp/L;GW'-JSU5ui)g;LPUeEMM[.EKSPD@L5(MBre:B,reCf9KnG#4M26qFM>i83L51TaLB!&/La.b3LPUeEN/WaQ Lk^\AMM[+EMMm@IL51V>Ll74LM2I4FLPc"f&;c3qJqf/AN/)m=-a`pEs82fq.ImB5qt4h?UA"9L s65@XGNJjU!2f\_nGDZZ'p@qSq"h]rB^#']p\F^cquZckqYpLanUrmCl20^k5FUp/q>^Hlr6U'$ )I0_sPYE;O6"4nSA7KCk@ps%dBP2*i@q9+Z?X-cH?s6W8?!goIB1tT_U]1;krVunJ~> (]XI6s8DuR=%>ZRhX11>rVQHfqtp-]qYp(_mHjek05C=,@2EChQ=%o1QQ[6db];&$cRV$#h;dST f[.^Q[]cfB$9>?Ts8Mlee=;/IMIKpg:/k5_mr;Zfrrr)k9rq#XRs8V/m P+BVTs10Tn9J$6.)ZWYo.lX)pItj\a-:M?#0.7_L+8$%)&XS@/jicgO'WGsR\-[XVlctt W2ckrVZ*OtWiN8*Yl:g>Yd(OA[(O#_]thFt]Y2/#_S*OorkeZP%`6#s`59=(^;.V(`5BL0rkefS ]=e-V9"r'T^r""+^:h7r_8*h"^VI_(_SX.)_8=.0_SO%&^VRh+a2Pp1]tV:u_o'=)]Y22&_SO%( _o0U:_o0O6`l5m6^r+.3a2lELrl4uYrl>Df`l,g9b/q`Kb5TH`a2lC%a8a6\a^rW9aN;TJc-=PV aiDKFbK@oIb0.rJ`lH3?aNMfMai_fKaNDZH`Pf[2^;.S'`5B2c),!LH2D?jZ>[rMY[Du#NS+,q5 qW3DLFPlqG!2]GXn,)QZ(6n7Ur;X>Q&n"?k/g1o9rWZ",#R:>O8h_F3nc/9%#;'!u*ZGb25!Tk` (1P&-PY)rS9lGZ9G^+djG]nLcI=-QhG^4RYFE)5GF`2)7EccAJHWj$9V#LAkrVunJ~> &c_h0s8N&T=@Q61s8Drss8;lqs*4PCs7cKkq>:/p"*CbB/n=)D8!WJ`3@9dda)]l$_^eaVs4cT$ lK[p2p%8*r4X5^#e]>kZc*W[W?rpK,@tgSqgXt'(gYo`%I9g)U<,@GeZc(/Bg""Qsb1"bfe',qV bK\&J^8jL2Mu!D9JdPr_`$QKJ!rr<,*YKp6r;6Ngr;Q]rrqucsp\k*k%/BPrl"uE`chP1&>h])T s8G.Zr;?HgqtL-\s1(mis8W&gr;ZT]gNQ+KL<\T@p&"cC>i5JTqu?D@3hlELs6]g_qXaF\q=!g) CZPNnqu7-)rVlfpr;-&4"p"l3!s&K,!WrQ/ "U"r3"p>&2"9\l4"pbG;"9eu9$4-tC"U"o/!XK&:"9JW-"pbD8!<<0*#mgh?"9Sc1#6Y28#RCY= "9f#:"p+c*"9&H'"o\]<#6b56#71_E%0m">"pG2:"pY&1-3je^#6tM@$OdIR#6b57#RLb@"9er2 !<<0(!<`W5#6b88!a:J"H, Q)(=TZ)dl%!2TUf)PX"%Tq.R9QB[SsQ'n5;S!\(q &c_h0s8N&T=@?$+rqlWmrqQ?hra>U#rqcZpqu-Q""?qAd'Mm?I2FsX"#ml1__Cp1`C^=&/nBoqM iSj"dmHjP[/H@1[0/bg\:I-ED"V(q@$n+>IF(o,d?YE"S)?p8k`%b!0@-Zp4!'Es26c[BlJ-.Dc8F-s82iirVuoss8N#qqYL$cqu?]lq>]\oM5\D[Y8gWp s8)]ms8VunrVlirrbqc7s762i&12^:@8^04=]Im#!!6,^R&.6m^I99>Z(d\[WC[2!VR3S(\@9&X ][=[7^J?S[_mHh]\$WBAWMZJfU7[pAP`q8jMhm+AJq&/d@o>TJ-m0HB*$Qpo88!d/!Z#EmH[L-_ F`VVHG'eb$AaFkMhm% Jqf&6JqSi1KnbAL5(D:L51S@MM[+CLPUkIMi*@HL4t;6MMd7FKS5)9MMQt=JqSrMM[+EM2@"AKSG;:Ll74MM2@+CL51P?M2@%HM2m^\OGA$+:t,I@qYU\#T/pup_ n,3&e'Q3EF!f$aNp[nEu2'l_Sg\TSk;XFGYq>1!dr;HTks7H?gm`7b.q>BUDF$Z/`n+-MY'`.1E 3>!)nK\GXq1b1:RASu6qF)Cnj*bJnl@UiqZ@U<2<=B8F%='K'B='\3X8uDUcqu-NoJ,~> &c_h0s8N&T=@H-.s8;iqs7Q-cqd&slqsjLYpA4fn#&gV=/R-rm/roVW3t?6$aF*+Ib:#sAq:X`k jQ,RilhC(Z/fp>Es7,XRn^=7^@QZt@>(`d'm.U/Cqu>?KRq,_o6M0K0_9C1h!T>@C`96kTJ"8Vrb.Z*@3D73A52Whl>c7L!P3]!J?H\@T)Z cG7-*9JE<_\@T;`\@&ZIY-"=eR[9;'PELocNfT'MG]%/":d6`_*uPq;*[j'CC5IEK0T2X&X/`8$ W2TZorMft$Y->21XVJ"BZ*UgK]"Ghq_7dCm_8O1&\\#VnrPJuZ^qdq+^:_+m_SuMm<5QGd_8YccO5I aND]KaN2KFa2Q!:aMl6Dbfe,Mb/hWEa2Z'9_o]g8`l6';[k91281Z\W3DNgrNi0SKVBRC2j7qp7 pKS;Dl`gSHqY'ROqn4j5@`@1'g*mAPDF?K6(_-HL.0U4`#QPf)!+>O#rqL%.2`rfD.4[/91_0R! 8<)B_W]N!t=*&h &HD\.s8N&U=ZT0trqlQkrr)ir!<2ut!;ZWoH2RNA+W)4LPkY3g3T&JA+_9R3_K+Su\LhOjs6Aq: fYOkiVk:?&9I,J=cGmo@_9plPX0/_:daQ:^`4F:Gf&,$!beU?;D-T\)=G!Bkf@\^+eD8p4eBc=] c-jn__hB^Kch61e(^l>?>RMYe!!!?O%qXVjq#C6brt>)!qY0XSp?"+c\^#@V;qD!KqYpLXo`"jg r;?Hgqu$Bapkh_Ts8Driqu$'WkdGM*QL4_PoDeiDDX6ihs8VY/?KM%Zs8Vops7,dI\phn\.b!!X&A"pP22!!sSu7rW!!#"9e]--3F;M"pG&.!!3<.#RUnC!W`B-!!W]2!<`Q/!s8T- "pYA;!s8Z0rWY1_"pG)1!X&`7#RCY>"Tnf,"9eu5!s/T0"Tnf-!sA`/#R:J6!>"U>8:"U"u5#l"]B"p>#2#7(S>!X/c3!s&H*!!EQ6 #6k>8r;pp?"9euC#6Fl*$k`dF:JVr[5;"K^C5AIh`9Q^VE$%,laRJJd"rb\F2d>eErqlBggjLpf 5$]uN<1dr&6nfVk#6b;3&.93Q!%eU,^&Rg+ms,p78O,I/5WUhL)3N?q8pnVQbD&hZ>()R5YHY%$ rgs(](S7+aQ^=/2R?Wo%S!B"B92;GcrqlWms*t~> &HD\.s8N&U=ZfC%s8Dlqs8;lr!<)or!;QQnHi*T>*rlWhNpc_8)1R?4#%$9cYpb!EA.NJNnDE0_ c*jR?SWg4\4TI#t,qq/54B,in6V^HWC1p^R;G1>$=_(uGAR%qa*>/P\(Deer8O>a47R9C05s$ta 4YJQV:+u]Jh>HH-%K_X,:F&ePE-#Vt2.PVBrVuZks8N";s8Dikq#C-]q"OOYq<'F`Z+srs5go]0 o_SLco_SI`rr;utrr;rgpN?g4G%G,_<`rL0=&L:W@B?oDVkpX^0r^n9S>rAC-_I93\$r]V^U1VZ Ki=&0R'aH6\@/cMYH4\"V4sWRR?`tuOc50QKnVgFJU_]Q;9JqAZ2Ll..MLkLD7 Lk1>KS5):Mi*CKLkg\;K8,/;LP:D9Lkg\;KS>/8Ko:hC KS+r3L4tA=MMd7FKnP8>LOaf&K)UK(LAlu-L_GPuLP^nKLP:SCLk^_ALPCM;LPbe`(l*fuKntSB LPCYCM2-e>LP1JBNJi[NM1tq`4bnlOMi3CLMhcq.?R:?hs8V`_s7cBeqZ$Nomc7pn/98;XfSTYJ aO)/*n+ZkZo`!Ke//UQL/fKiOnbrCbqZ-Qms!m@7rq,lV-,'?JqWikq^uOt_s7u9YC-RcmCI!*V m(70k)_=NbCN4B2AH$!8@2E9U>$+p4?<^H1=^=m'2_dXps8Vuorr7K~> &HD\.s8N&U=Z]:"s8;cos8)`n!;lcn;Y0b^rV?8m+r;:MP4/FN-HFZ!-W8"_d=(HX_(/gXq<-u) dCQ!0b5U)Q_rq#jQn+cY2]Y))%jltXahTb-Knb`"Cm+T(,>XLA/:Q)aGrr3,ro)J[`rVpm1 r:puk<(E.!uA7J\E>Zb61=sOMZW4'(2Y.$YMWi)\oWM24!WO&Y:\j!O8^U(JT JPD#sQaOQ?^:Cb^['Hp>Y+;&MQBRJoOc53XN/E11DeNKU5rC&5)B9Y8,;M_qIu>QoG+k_3UAh," W2HSoXK/A$WN*##riI!_;1_8=%'^:qD#`Pf^4_SO"$]thJ$_8!_"_SO"$^;%J!^Vdq( ^qmn-a2,X3`l?!7_8+"/`PK=*rPnlXrlG)\'?J58b0/,P`lcNIa2uHEa2Z0@b4s-paMu3=ai_cI `lZBFa2Q'=`5p0IbKBh+s2T-!`Pfa8aMPd/]=YA@#!#=3.4Zbu;It6B[`[gohdI'FDmnHPMZ=L0 d3D?Mo_nUVr7?-D&3a>S"B(e*;arG^%g`LJ!#H+_!!"b]%^H'5s6+8,3DE%269-n],S5LEG=Ze] m_3g)-951EJ;/i1H2_sbFr,7?Df'B3F)Yo0DK9E'763o7s8Vuorr7K~> !WW)rrs@Rc6:o#kq>C0crr<#rs8R6>rVuonq>]cJE.,Ihs71APrkC$Wc2@U4JaV^*.:V)`eC<=( `4ECpbEmiL08n*.aNr#Jai;9DbL4MSbgOF^O2]i$eCMdYai;-)P>NVR8V"D'g=k3.gt0otd*g=e l.t%,>"6d-ka!qZ)JE^n,:a*$!"&rO$b?<7r;-HmrV?INpAb0frr2ZlopmBY-k@/frVu`os7u]m rr2lor;6?frV60XAOt>Kr;ZNep@%hQf%$("K@Ko#,Pd+Mq"+OcpA]8:jSJ`NmdoVa\XmS307W?g s8;lrr;QZprr2rtr%S$EqYU3gs8W)ts8W#no^qkQrVulos7c3]s8VlorIuF5'EAOU"pP;8!<<6- "9S]'!<3)u!#u"A"U"r3#RUnC!s&K,"9AK&!W`?(!s/K'!!EE&![@dM#7:eB!!!$(!!W]2!7"9\W'*7!<`T2!s/T0!W`<)"pP,/#6b2.!"Au3!X&]5 #R1D5!!*3)rW)m"rrrB+358"9eu8#n%+I#R1G8!sJc."9o,:"p"l5 #mLJ5!WW?/#m^_="U"sR!s/Q.#7)%N!s&H:(^q(!8H^D*1H&$DMNkB\f_#4:\QU447St`X>3Z&n 0%9^dqu$*doZi,! !WW)rrs@Rc7SUl%rVuoqrr<#rs8PjlqYpBbp&4$:COO+mro$mEPA("Yec5>q15C'Z$YJ53aiVuQ \Zi0G]oIP!!A-Me0/kgM6q^B_;-?aq=C4r=,#ViJ=(#37L0grVg[4qt^$bs8Vlos82iiS0&gi!!8&Rr:U*g p](3gqu-Norr;utq=a5M!aokSA62`/;e9][J6"0ZH*aBDU-(lMTq.R6YWEquVPUAkXeUc$A2G/, ;S1)e[B[-HZa$[7WMZPeT:D=6P)tcaM>`,RJq8#Y=%5,",97R;+=&U+=F$T.'2aF5G\1r;F`VVG G^Xm`GPu[tGBnFXH@(-nKR\K%K8##1IXQ_FJdd3aLP(85KnP)1JVJmWKNNq_MN*UPK7S]4J;8u7 Jqf,;KnG#3M2R:KKS>2;M26qAL4t51JqSo8KS>2^?SW^m[@0f^*d >NY?E+O^;_s8VfmoZ`M1:1g?_qu-Qor;-9grr4bPme$PZpu=VDf_b%8hJ5s,r;$Bjq>7ZXEU)f* Q>puTl-+]E+;7L\F`V8/B4kU[?=!M7'3emW@Tlf9?rpJp3D$1Ls8)Zms*t~> !WW)rrs@Rc781Z"r;Zforr)lns8=qRp&"OVpAaEEEdtdiqrqm'fsEb9_!(g)NVrO[,ur:7dF$Uk ]s4WJb`R340:VA/r;ZfrrUfIFrr3f3p\jsrrr)Ys7YjSrr5%S rU][:B.J7O@S9jY+urI8JWYSEW24ho7q=1k,s+"86:XgWF,-3]JuH5i^:qD0e:8&I)#si!aiSnC _5ribIUcJK0,tE'![h8I=B8C2ApB#/-oladWirEf7^T(nWKOGF,,hiLYGn_$ML/ee '`^t;ahbNs]=58W['Hs?YF:iEPE:icNf&aPN/3(0E+r]Y68g89)Bft<+>?2cG*GEADlKb9Su8Qf W2HNrX08V*WVrb>WNNA*Y-5.=\%B8b^VRb"]",Gd]tCtk^qIIr^V7Co]>22[^0/4d_SsL1]=GSj ]"u:u]YMG$^V.=q_o9U4^;%M$_ns7*^q[Oo]Y;5!^;%M%_ns7*]thM%^V7M#^:h4q_SX$u_SEn" ^VIe,^r"%0`l,a0]"c,"^q[e/rl4uYrlAlsbKIuG`5]pDa2ZBMb/VKDaN)<@aND]Nc-+8Na2Z*= `Pfd;b/q`Dair#Pa2Z-;aNVoQb/qcKaiMK@`Q-'A_SX.%^pg!>9KE_&*?[%;CP7tedH(,siMApN )(mid&lmoY8fu=VnbrDVoDS7'LLjM&PGsgp>"^^q&depQ!#$@g$3h1i*(nucmJkO@!(pg!8jYBg @K9[(q9>1 !WW/trs@L^78Ul$r;?Tnnc!J)oCqDI[p[GD6SYq9rqUrLhr8iEan"NTeCN9scHNc3ZF5!?Mq$V) air&YeC`HpQ?$qdE+2^KT?lBIg"t,r_m=`%>@;E0W6*lOf@Sa,eBlLfd)EN2`l!NV4e.Z[%N-`6 $4$k_(BY!P-36j?q>pKlrr6='p&G'krUBU\pu^;ns8Vc^s+1^t5t`c-q#Bg_s82Tgs8Dlqs8)Tl r;5GRP4S_Or;6?frVuomr;Z&[Eg##D_-t=\nbrFLph4:2o;Qt]AQq`&J?[7.=TAEkp\Omhs8&2#6k>6!r`14$O6b;$OmIK"p"],"98H,!WrN-"U,)7!WrQ0#RUtL!X/i7!rr<% !sJr;$3pV4!!EN1"UG;4'*epL!#R !WW/trs@L^78Ul$r;?Tnnc!\0q#Bm`Rjj&]&LGBqs56R2F-B!>_=[$NcHt"[aMtKiWO$@K-p&Y1 2E=$;2NrSQ5?:W! !#7;$An,U_>8^<4p\=U_rr2pAqZ$TnqsF%ImbQ7Iqu?0NqKN&L1HceUp]'^]s7uNks8)Kgs*jV6 q8a3q@q&SB<`N1&>?u)iLjr#C:7/hS+*F?ETVJEn,Ts%]==-Wq,7=i8?[+j\[DK&TZF6s>X/Mkj US=BMQ^!\sOH,!*Z,b2)C-pu;eM5&%Q\?HEcH/CGBS"HEclkZG]e+NGBe:T H@:3jIMdK_JUi3$LkgP7JUi9(KnY/5KS"c*JV&OPKdMJ*K85,2JV8c5L4t;4JV&Q1M1pS6Ko1kL N.ZereOs;L4k//JVK&; Jq&E/Mi3ILLP:G8Lkg_LkLJ>L51P?M2@+IL51SBN/j!^L5CkILP1>7 LP^tMNf/XEJV]5@M2dFIOF`=KM2?R>MrXR,rr3&rr;-Ee)#=(,p&=dE]9$2K3K2ScnW4Thp\Xsg qYL3k$N0\or;Z`kr;?Hkq>Us(qtg,`1S=.5s8UbE/].Me2>Qq0BcX;GmJl@WF&@tMk-8D9,s,7K F(eihD.m-Y?t="T<`WL9?rBBu=ZIlnS,`Hcrr<"K~> !WW/trs@L^78Ul$r;?Tnnc!Y*o(hPMZ;\H[/g[dlqt5!QlfN+B^[L=Ed*gFcb/gp$WiU5)Sb<$X q"ad`r;Q`_\r_VrF(%a%QK%r?oDA(Rm*(5q=']dQd.75:rqlZfqu$3[o_81\n^i[>,\g"HB8q9b !$4t=SrKD9Nu]c42DHg:G;MEJ;H@mpR&6OW[^2d#Yg:qD][^9f"Yr1ZGeUkh\[%BH?rf?5)A*/[ 1&r/$,Yr8V?[CiKE-dFr;Cu%H`/c-fV3@=9VmdrrXJoMW:,aL0$oD:64X.P[Y.(aKZa-d: X/`.uTq7[;PEV&eMMQt=K1UT?G]IFt7Q2h?)]T_6+=]HOAqXJ):lV6JWMlhuX/DhmWiiJ'W2cr% YGnP)ZaR?R\@]Ge]"Z,#]th=n]=u%o]YVCt]tD%mqnFDj]tM7r]=Yem_8*h"]Xthj_8F%$]YDA' `5B:&^r!q&]XkhkrOr6F+2Pb-]tD%m^rXF.^;%Fs]XtnraMYX%_77+k_8=()^])*"_8*dt]">br _7[=l_T0^:a2l `Q-*EcHaVQ_o9aAaiDKB^rjUBbg"D17fZ"@,q:8q1KJ7JVnUX=lgaiEgUE,B.QNI>q=0O`XS)Db @/'3ZnFcMGmcE*>WgIX28i.V%!rrc<"Tef5&JZ>eZiB[UoBSUP@T>Ba7NYPD*7=fLo@:3h;N]f% \SEEA6tLh"H>n(ZI;j7QI=uKQC2e?:@o[J`82EW)s8;ips8RT~> &-)Y/s8N&S=%6')s8;fprUKl+rVZ9^oQb69HUX.dk4@h7^$i=Rf[J9rg!@XZf@nThgY.]W('"j]-57:; "p5P_*=W/U'H..0rVl^8rVlisq#C?is7Z;5 !!*3$">Ku]#6tD;%1NRJ"Tnl0!WW3.#mUV:!sA`1"9\f/!WiH-!rr?("U5,:#6b/1!sJl4qZ?g" quZp#rW*B,!7!rr?*"9JW. #RLbB#6b55!s/Q-"U52:#R(80!XB&<"Te]-$46n:!X/]/!WrT2#QXu.!sAc3"on]-"U+f,0a\0i !s/T/#6>#8#6tSA!tkeD"9fSe"tNb@,9S0d3_jIU\'3XmpA=mirquQVg>Vf*s(9A&>O;%]r:faL m-F$)kM4"VR>,`\2'pZ\&= 4C3T*U6M.;SZ&HTQ(FA,O-#KbNdlb#=^%Qur;HWps*t~> &-)Y/s8N&S=%6')s8;fprUKjerVlh?nmFPX2A_/Hq=W)\8VVp49]5:&hUC--_o'a=VjNN7""l\U 1c@?W6qL'J<%SOb&/Gld!#mn!?rpB(-O(/"-9YI?;cHUd5s.:r69m^p2`NfZ4\?q1'cA>C9M]"j ('H6l@q04c?q1obqYL*dr;?Nmqu?[3q#9mXs5L4n1H^'.rVtb3"a8PF=#IYirrN,rrr7KS+o3KnFu.JqAW/KS+r3rJ))?JqAZ1KS+l0M2[4@Jr"u0K8#&7reLN06&CDQL4t/1 LPCJ8LPh"IMM[(AKnP)3KnbA=Ll$tCK8,;EN/<:CLlRLOKnbG?LPCS@Mi<@EL51SAMMd(ALl$re LDu84M2-hAM2R%ENJi^UNJN[ILQ%4KD`5#srqZQn"TJGtq#(*j,PM'7q=jLBe_BWlq>J2V$t]EBOt:B?WpH/='/R+7SlE38"'>UrVlisJ,~> &-)Y/s8N&S=%6')s8;fprUKmeqbm+aolX]u@PNZ(k4%D%cM#[I=l/?(iRZc9`l?BIZC-MC184=< q"X[]qu$Emn\^cLI<9+)9o7!hs6oC@VgWr=LSi5JhWjq:s8Dijs8)?Yq>L=kqPn!^*?5r(GEmG# #!7%-P`;!!E=G]*2DHj=2*=0&E-I)2VQn+RN'\*r>H?T4\etK_becjWKYP+4Z'U8Z?U>kK#QY&M !&ZMZHZW:p?!LWa?!h&ODfgZ#QZc%W5p$huV4X?HYal^dWhEE,"pm.pKW2A\;^ef`[Ci`EZE^R6 Wi;trTU_C6P)t]^M26h:K7J8lEbJNF3@uBo*ul4A-T=e.H<_%NKqYBDWiW>(WMlesWN)nrXKSn7 XKAb8\@B,\]=u"l^;Rt)^V.:nrk9Mg_nj+$]Xthh^q[Xu^:h4o^qRFn^;.S#`59=']tV:urk8EJ _>_=L^CS&l]t_:p]Y(ql^V@Lr^;'W_'Y_5m^;.Ir]Y;;'_7R@s]=bhl^qfrcs2#;a_SO%&]"Pqq ^:qG%a2Z-ta">BN`Q#s>aiV]I`l#g>cHODM`Q6?MaMl0@aN)<@aihoI`l?'?ai_cE`lQ9Crl77K bfRoFaN;WHbKe;Qb/hKD`QZKJ`/cf#;a;WS,VqD_Cl>C:hrsM!q"j[Tn);[Knbi4]_^&7Ho(i1X na5^Jo^V;0f>F\\G\gDE.iJj$%giOC":5SO-jNiRpZV>7Ri!J@5Yt*+9d'L-kl9uFrSjr4F,.Hi fnVI25[SPZBl\38J:M]WFDko-C27U"=^k5r9q;1^rVlisJ,~> &-)Y/s8N&T=@Q3+s8DlqrUKl,qu$![Z8??]3KNk/n+Omf`9)t'XoJ"XhV7,Oda[77mFo$T0Sn', aND`QdaQdua2Ga-`5B*gJR`&Vd+6U]Nb4Kkb0SYVf@A@"f$r*md`fnai8W8,ikA83-kcq.+:eqp $4e1#%fc\6*"3e3s8Muq,6%W6s7u]pq#C)5.h*RK'eaCJr+8CFs6kRISG3!\r;Q`pr;R<(p[n=2 <.XT>s8Dlnqu$Els!@U:pAb*M^MHZ"nFch\q!l6mD=mkh`c=Ctp]'^Hs(ba*s8Dunrr3#urVcX. s8Momrr<#tqt^-es8W)rs8MomrVlgAp\=[dqt9XZs33kO+rq$k#7(VA"pG29!!*0)"U>>@!"p4r5"p4o."UGJ2"TJIE!$4.%I$3h"C"TnuE'Fm6$3$K:a3BL5YP-N$Zkk"iSrqcKis8Vrqs7H?S>=duJr;?B^mHNs& lK6a;ZD<\7A4JC#*ZG7d"pbJ@#RMY&--uVTq"OJH(e?kg=%>S=%KKf"s8OV;rr;l[^4&hHgAT66 3'C8uS"l^LQBn5>SBrbrr<"K~> &-)Y/s8N&T=@Q3+s8DlqrUKl*qu?QnYTH5>!,:d!rV*]<@#mn[Qh^%7e^E4+aii>hf$:Qu"Y;ne 1cIEY6qBsF:/=Va@V9.S65ft^?Xd86.0(o!>[M#;>#IpY5X@_'5=%Op1bgaB2)G@M=^+Nq>ZtQ6 /h9Y.@:4"`?7I#9r;?Qk*qfR.r;6*bn7EO<&0)'+A]=:I43%<_HNor4r;$-brVllorVo"Xrl-BA Hu<.j='&L,>[Lr_GBnn2Ul][N#re3;TqS'XGlSq^[ZYVg#"#Z>URSSX*MBpM]QP[3@pr\eGBe=SFEMbKFa&(TH@1-hIXh/6JqA]2L4tVFLkbn^+GGH$KnY26LPU_? KnP)2KS5/9K7SQ)K8"u1JV8l &-)Y/s8N&T=@Q3+s8DlqrUKk:q>9a[YqTaI,C\qOmde:SddE&8U\X9?f[\j7bg+ttk0U2017@Y3 q"aabq]5V5p$Unth:0ESOb8Y9p\F^[O_C0,hspaAp@e7Xrr3&us8Mrr;>fn2F]j$3CO:5XQ[hO` @>LD/Mi!H^!-:4\1+k7;4?ukcH'PD7a1PXd!!!3'$V6l95U*Gn`DutO[_',SRZ28u815;b#RC__ 3X/?IFB)ZH>q')gA7g(4I>OVsQ[:Fq4I__1SF.3]SJs7H0Vo.pV=7orPF83RL`>3>kZn,<25p>`Q&6BTR] \QKsr2e@,\H$!e8F*M\>CN"-)?tWtB6W'KPqYgEns*t~> &-)Y/s8N&U=\)K0s8Dlqr:0ddqag;TNsI3dB'0-[qu=Gke]gKZlhg\Lna#W0hV$K(Ss"L[,D=:_ aihuVdaQ^qa3qu2X0]4CW,u-pZ+RcRQAE-%cct(ff[\IMdNHcTaN`)_h;Hl.`.'BQ$NpkC&Hr=I &fMSo"TSQ,+::pDrr2j;rr<#np\t0is65=`5BX$:QXW3NUW;NgrVs]if`1mKrrW2srr)j)q"+.X Ki,h`s8W)srVQ`rs8Drs,5(R's4+C&s7#s_p@ZjCF6NZ%s4ii]QHoO1l;CUKs8;clrr3H,rVQNk rVuimqu-Qprr2`orVlg"rVuorrVccrp^R0$qXaCXs4^?d(*!\^r&-!ZMFN"9JT+"U5)2!"9JZ/!rrE1!rW3B0lRQakB!nGW@cs)7c.q#1'grV#sbf[oZeqtg!Vn*TB*l/C12 \?DH`F'(ab.3f-+$4@1I#m^\h.;f+Vn+H]P+A"P"@9,]]3[+W &-)Y/s8N&U=\)K0s8Dlqr:0c)qu-?jNW9Oo50Efos8T8CJqjjifCAOtk2>:Ye'?.QK7\7r!%pYa 2)mZ^6qBmB868YQ5uC`g@OM7':g@@*0H*VMS`,TT,D1S#(ZJ,*]:0ZC"B?:5$$eSgP;DZ*:X=Xf/.mTq@mG S=#S'NK&jQL5(A5JV&>tGB.D(:I6le+WqaC*[<1!:N0hM#ruL-Ac6cPFoHIgEclVQH$XgbIf"U0 IXQd"Jq/B(KReZ/KnP&2L4b,1J:IQI,DUu)J:E-&KS>&1K8#)8Ko1\@KS+l.K7SZ0Kn=l.Knb>9 L&Q`>K8GA9J:E0(L4k,.KSbVBJpi)uK)UE:K8"r2L4k,2Mh?Y8KS>,7L4tA;reUT0#(qJXKSYMC re^Z2!/CK,reg]3s+gu@Mi*FQNf8gQM>`5:M2R:LM26tEMi@Oks,8I^KS,#;NJraMMN!LOM27"E Mitq"t*hq#C*gqtU$ds)\)8rVZE^p%nCYq==+SeC3p[r;ZfrrVlirr;6Bj s8W)rqtp?jqtg3frr2lnq"FaNF)UU;p]'JB@-ddknG2nZk*.8niTL+5o(;t^j1/u#eU+>[:K4;G^^t1GD@js8W&ss8RT~> &-)Y/s8N&U=\)K0s8Dlqr:0bZqtfjZN!1RW1!dqtp6ep]'a2aiqoKWe5Jme)L&qQAifHme6\\p%.hOrr3#tqYgForquZ/NEg(GNh;kmMNis5 ApArlK8"l%*t*BR2)$X:2aBf=Ck\F`c*pj_-!5qbCGQJ@H(i$qbg1uMUVXOT\=SM#AP"Hm&.8pV :)Ok'OD\-+?!T0k?t3e_GCtg4NKp6>Me%73OIM])Ujs""Pcq$kR8>V6KsnUb+W$l]ZEpX9XK/:s V#I,:R?iqpN/NIFL4k,-J:)Q_EG/QO5Vjc1,9@dD+Y?#ZEbH+)k^qI@k]Y;.q]tD%n_8*h)_nj+%]tM.n^VR[t ]=bkn^q[Y`^(e8t^qI=j]thM"]Xtqs`koF!\\#QS^D">r]tV:r]=u7t]tV4q^VIY"^qp#es1o)V ]=Yeo`5KR4`Pfdq`rO6\bPoZaaU-58b0/)UbfS&MrQ#;ebKJ&MaN2KHbkoT`b^IIK_oBmEbf[uK bfn5OaN;ZMc-=GSaiDQHcH=)%:*;nn1FaLm3]LJbNNg^fn+68Iq"O@JnFcJMq!mnOe'd[Up\FOR mdBB*khsn,[B>jSG@4*).NoH;#mLP;#n.>"*b,0Kq=jnP$pHdb?r0?^3[+Z=rV?3[md^8S-/uIO B8+4XXB$2`87?1OG]e"ADK9f;Ch[R'@mW7PT`>&jrr<"K~> &-)V.rr)lS>"M]4s8Dlqr:0c!rVlKf_Bojuci=%9rVt%aS:!)dp#bZ#g!eL*gYCE)f>!nJ+*#:0k2YZk?rqH3frVcQ`q>.qDp@n"Ms80rgD6`^.=Cq""q>L6is8W&rr;HQl rr)`krVuosqu$?hrr3)us8W)trtGD/pA+[eqt9^_r8:]m%NlDj"pY&1rr`W1!!)6!r`6" !YGM9!sJi1!X&`1#71\>!<<-&rWN6)rra&C#6b/1!sJo3!W`B,"pG)5"pG/5"o\]-#71V6!<3'a !sAc2!rr<)!W`9&":,AA"p>/=$jQh9"U>;="pP59!s8]1!X/u4!7!t+u5-jKkU"U,#1!X&Z1"9eu7#6k;5"U5/9#RLeE"Tnc-"pbD:!!ET9 #R1/0!X/c5rWX8A"UP><'Ep?P0IS7j-9=.aFJ6Rug#r#+r;QWoC\m_qqtBmbs82cnq=O7In*0&t h9s?U[\K+;Al(]H-kHq#%L`^P#ll5.)6Nr)oBedq9K?WjE_ehO8h^p0s7#OPrqH]@"1 o6sOp=c]5DS#)aGR@Be &-)V.rr)lS>"M]4s8Dlqr:0bErVu`o_]SqI\+KOgrqsJA?UtN\jkA\Dc,[rOcd9kN[]5NS!$Olg 2`a)f7S$*C92RGH!!Ec1$T/YL-R1Q4!$4g'69RFp3BTGd3&<@q_]65G7MrqcfqrVlfps)@E+p4!oq]Cksqs7=6M0hf=]r:TjXs8Vlos8DrpqY^1K8588IXcp$KS4r/JVAZ+K7e],MLgD6LPLV;K7nr5L4t;5Jqer1 KSPD>KS]V_!/CK,s,.)=Lkg_=KT?"j/rPO>M2@%CL5:\CLl%"IMi*=GM2I1KN/`gWM2-e?MN!FL K8>MJN/<@HLPUeErJM8JN/`dQH9kR%pA+acq#C*err2p$r:p!`qu-Hm$2O5aqXs[^s8)Zkrr2p- rVZWns8W#nq>'pbq=sjcr&+BIq#C?"6)O>@s4KJUoD8.+lLb#NoT:_ImIg/Ms7uQlrr:B";eDoX j(:4c04/?q>&%SQr`Tb3<*<6e3CT//s8Drss*t~> &-)V.rr)lS>"M]4s8Dlqr:0dds%)eW^*F7o`;KK!q"r#KRX$KVn)!*VdEBe_e'u^^afg[c*J!>J qu$ElrVQHfs8UiGLPh"CG_D?VMgUkfFeRmgr;?9]qYU.pqY9g]r;$Blqtg*OeR)-UF*I:!F8?SO2c/i,OW9l"p7R)-sQ!*Z2Nd`]k@KhW+1TA.Z)\]i:3[D08?L3dB$.hW1$ ))+)_@%)R^>lJ&9?XdS\CiaiROHGK_Q_p4MFt]=Ybl_nj("^Ve")]">Yj^qd[u]th:n^:q4n`Oigu_83q$]tV7s^q[Us ]YM7o^;7_'^;Rq,`W!maaiquPaiMNB`QnG,0?_GUaiVWD`lQ9DaN;TJbK@oHai_cLbg"DXaiDB@ b08#M_oU*KbfRrIbK7oLao99u`6QoY_kK@B76N7P+X]?7?$2OGd+mdLp\+C[qJ5irnG)VLqYg3c q=sXRn*oK$j5&/&\?V]kJnnFU1b'CX%L*"<"pk8T/.\o`oD%r:*'l`(@;et*0248;Hh[(#q#0p^ rVZW@KiD]`g#cm+)`_b[DfC/MEGof9DJX-&:IIjAqu?Wos8RT~> &-)V-rqufS>Y8#9s8Mrrr:0dds)%]0qQ5Y%s8Vins8:nI/0J*Sn*/NUeBPtI\$2m-[&Tj(-ssL3 c-Ohgf$r3tdb)[CU8t,UXh)?PDETs5I'(uCg"b!(h;$W-`l60McG[TFfY`G=+t=B0!!!'0!!!30 "pG,0!WW33'K"29rqlcprVuos2#@1NXtNT;qZ$Ndp&"dhV)C*:#mUV:!sAc3!s/N+"pP23!WrN-"pYA=#m^e@!rr?% !!3<."p4i*"9JW*!sJr;$3pb?#mpn>#71_D#6b88"p+f/"Tnr:!!*3,"p=r,!WiH+!W`9$"p4l, !sAW)q#pKt!!W?+!<`K'!!!0##8RFB!X&]5#6b//!'Q[Ob1lFcs8D`dq>UBjr;HZfp&G$ar;Q`oq"4%@lK-sVd)a#7 V4*0Z>Xp\')AWtt%1G1cdrVlisJ,~> &-)V-rqufS>Y8#9s8Mrrr:'\9s8DfkX,"jrqXOR`p=_\4!'nligrR@O^:(8ETpq:,Od/]I(IUMK 4?l5)r^eb6;F`Dn4?G2B1daG@!!`fN5uTU!3As&X2E<]M/MAk80J>CS7l))"6=4A8<`;us?P6UF >$bK8AnYR).),KRqu$Elrr)lspL+#t,=:8Rp[dhDqu?\e/Ldn'n,)nQpA+afqZ$Kls8M]ar;Y;> 2hcKsC0jqB=Bf3HCi=`IH@gp/Ng>ZrOc>`mR@083TqeEZWMPiS[%UPJ8:2F1V5gPsWMH;_Ssl#F Q8k"eMMHq?K7SQ&I!^3cF`D83?W9QX0.%_X(`=>>2Fh+d('#UlI"?H`F)uGGF)lDKI=-9^G'JH6 Hk1XSIt)lqJ:DrpJUi?,LPPk_-%15mJV&N+JqS`+IsultJV8Z.KSP>:K7/2tIt<3'K7SZ-Jq8LP Jj+jCLkpb:J;K&7Jq8Q-L4t51JqSi0IY*6,KS"`)JV8Q'K7e`.M1L;6LkpeiA9Lk^P4KS]Sb(5RWuLl..LM2$\;KnbA=M2I1KMMR%DreVYMM2[@KLPh+I KnbG@LkptOOHGKVHoG(&r;HWkq#13pqtTsarr3Q/q=jacs8;fns7H!arq60erVluur;ZcqrVlg& qtg-aqu$?er;QR8r;6Eis8U_Y>41hYehqsWr3]aUg%PF;o8G_sr;#gYrr48?nGE.hBP1sg?WpB*?X#lY8=0,LrVlisJ,~> &-)V-rqufS>Y8#9s8Mrrr:0dds!RU4orO2)rVH']qY&Z.,8aG:lf6:1b/:j!XeqbZUR-s5,]265 rVlfr)Z9I-rVuE7_oKTscf!m#CG7S'PKWdps8VZZrr66snacVXqtTp_p>)Qh4C2lGGC5:6L51V? Jq8Q*P)Fg:7hSW^0.e_,1d+E+Ap&j%aF4FK]>r(0ZELUBg3F/8Mq5MVa1&.P[B#C@FC@]h'Gi5Z 712DOJpMHHra%TqJ6UPG,:T=!pUg(bMelWMl_jUnXNQ S,Sk!P)YsI!KdPD.d*O75ub@+WM@;*\'?L@:g2R/q9\&X/`+sWN)npUoLT$Y,nb/ Yck::[C3WW]=GMc]=>Db]Y;5!_8!^u\[oGe^;%Cr^qRIn]">Vg^:h4o_83n"\[oAa]tV4q^;%Fs ]Y"0U5/+kM_Sb08&N`l,j8`lH0Bb0%oMaN)C$aZ.;^ bfe)Jb0J2Ma2uB>_oBO &-)V-rVZ]S>t\5=s8Mrrr:0c-rUg-es8Momp[n%Qs7l&]0/A[Df@IsZ]=YV\YH"P"[[;P4,ZUqn cdC:pf[\L"c-Ob[_oBd8gX!sQIRumhH^MUdeCMsmf$_d_`llofcGmrJ[=::O*\.a$!XK/P!!!65 $j?V2#QOi9%T;forr2lqrVmf4p@81E;E)SorVHEks82E]s4:@8\Gu$mp&=sj&cD\)rr<#ss8:uO AC(;Ps8Voos""'Fqu6Tdq#:8#6"iN"pYD!!;\1!7+XY)+r:g6er;-'Zq#: &-)V-rVZ]S>t\5=s8Mrrr:0agr:L!crVmB*p?qJDn*?kb)h?5Xa0YcH(TO=)S!f\%H>kkK&jJlJ 5!h_28kDT>7K,pb;d*9q5/M8q0.kiY1/M&M)/iQ!U.3'0lBkq!\<)[=7>$"p8 ?5tJUW&tJqAE!JqJW+LP(86L5(D7JqAW.Knb>9KSG0Y K)pRSrJ(9)re;DJLkpnEKnkMBM2-b:L5_1RNfT-RL51VBLkg\:q2#$-+,G].MN!=JMi!1CMiigL Ko(YALl@X]OG\gF.n0(0r;QNkrs/Gpqu?]ppA"Xe%fZM.qYC!SI>mdps8)Wlrr3H+r;ZcnrVuor q>L6gr;Q`rr_!+cqYL-gs8Vr`UJ%QSqq4;fp[E//&=)#Mn,Md*9"F`jnc&=\q &-)V-rVZ]S>t\5=s8Mrrr:0b6s7Z<\q"t*kp$qG?p@.:?+!lfseBYV1Z*CL4V4aEOTn6u7+C`Rm r;V0CqYB[Qo'52niS=D*maHbT77N-:ipd!Jq"Fadp@7YGs8V`_q"2t"><#o=KRJW0K9:t>I"I96 JU3WBJ9a*t@P9>d.kWYC8Pic.H``tc&Z*Uh_7mb%\Za!,XYLTLe[`DuXfeh&ML')C6n''+3\i6& Lmi$tFCJQ_IpZVpBl7m-F*`@eItEE3QB@)jP*_T!NgZ>rOdhf1OI*5TLIqaN-)[rFUSXubTUq[B R@'A&Mhcq;JUMlrIscQhGB.V;AmA8)3@c9u*Z>n:-p(+.@i57fE1!T-XK&>'XfJFsWiiP,X0/_4 Yd(OC\@oVk]=P_k]=P\i^'MNk_ns1$]=blW^BVEc^:h4m]`,MU]tD%n_8Vg^;%Fu^qRM] ^&u']^;'Z_&&,`i_8*h"^;%J"^:h1l^&G_h]tV7p]"5Mf^:Ceg^V.A!]tV7s^q[Rq]Y2%o^qd_! ^qTc\!PH#C_?@fsa2c=$`uN1Bai_cFa2uKGa2Gm8bg4S[ccjDKa2uHEa2PslaSs=6aN)BEbf@lL ai;?DdEKVMaiD99a1ojPg!mYq-:UE^-mUB0:M"[3[aaL.mdgARDts/(o_8.GH]%@hrV63aqYBdO m+g@Kf[7aLY,7\HG\']91aa@X#Qb#2$4R1W*[J>sp>I;-1,fpJ!A7SX)C7Wg*kM1@nbr1Wp[%>; pAOKdEF+XGfqL_A'hDPHFDY]/G&_7h4A_sUr;HWps*t~> !<<&s$iL%`>t\5=s8MrrqsjXdq#13lC$Y6^kOJ9,kMtIOdDk(sgs4g7g=t9+_m?88WfD'W'fVB$ dF6\!g"+^&da$+PSUl0;WMI#GRqZno>%aVKd*'PSccX2Daj/>bcH=57HTE,g((:0C#S7IL!!N`B% 0HV:$NL/;$YB56rrE&rs"=3Es.:fgs8Vums8Vujq"Oged:u1Ss8D]ip%JF`p\FdfrqufUX&Y/Zr r;ilo`"mir!WK's7u?^rr<#rrqQKm)>j-ts8;fps7c$Vrr)ckmI&l*5@`jOrqQEjrrE&rr!WQ&q YU6ks8Monqu6Tps8Mrr48\^Jr;Zfrp\Opir/j/Z,od@($OI+I$jm4>":,57!5?#6b>;"pP>>#6=f/#Q=u1"pG,-#lb,="pG&/!X&`5"9A`5#n$S<$jd.C#RCV8"9\f.!:!sT):!W`K0!sAo1!!<<81&rga8 jbNp1,V9tGG`O4^7Bn\fD>LCr;Q]hq;!,TmITuIqY9aTo()88j4Vo.b.tQaSWJ86;a)r_+W1t)% 1`sg(Btp;.p`/Il:2d6.iB3q$:R`=!$+ue:$;QTp&>uZUN(^mg;K^s<)$n]URmO,O`OT+V>pJlr r<"K~> !<<&s$iL%`>t\5=s8MrrqsjXdq>L2%fdPB;-7(*<)Q^r?s-H3 ?<^Q;9j;%)(JaArs8W)ur,qo:rV-;X,&d,EmI']Dp%7qHq=M^85,SAYqZ$?as8Dlns8Voir8":a 1QZm1@:N\F<`iX;C3"HBF)Q)EIXQNuJ;]2EP*VH)PEq`3SX5tJqO&U!ePuQrIFot%=W_XJqJc5LkUG1J:W=MK+``bJV8c2 Jqf#6KS+o1KSP>:L&H]'I279^K8"`'IslZjIY*-!I=d-(Jqf#6L&HZ.Kn4i/L5>hcs+C3#re1?, rIt'(8VMqXNK&mSMN3g\Mi3[ZNeiLHL4t>7KT;(PN/NRMM27"GM2-kEO+W7JN/37HNerLEMMd4H Ngc&hLPU^22<4K0p\Xjcs8W&srs.G^K!X20s8Drs%J]hX+[5AfpA4U\qYgEmrsAZ$rVuopp&G$j qu9:eqt^'cs8V`[r6&PFj6H,JQLaTe&KaZDmf3=df3pktr:Bj`qu$9bp@\4YqtA*uBQUN-]UVDH -TG=H@o6627lNl,s8W&ss8RT~> !<<&s$iL%`>t\5=s8MrrqsaS3s82TdlLt8@n+#5kgXjfd\(K-o/ra'#?@:a1lEdDhHF*`:`HAI04N0T]rQ^NquQ^X2#QBmo0URe2:t]Y;.p^VRk+^Uq4prkJTL]t=6Vs1AfQ]"Pbi^V[k&]Y(ql^\kkY^:_.p_8!Xu ^q[Us]tV4r_#;%J_#:h[]=l"s]"G\e\@B/c]t(\f^qRP"^q[Y_^'29`]Y;1urkncLqn2pE"N8=# a3"/"@E$:1c-=JTb0JD]bKJ8[cH+)I`l5p8`6QZQbfe/NaiMTHaiDHFcbmiKbfIiIcHXDLb/hK= ahZ$Ng>'h3*Ap,@-7U`7;.P!E_:$8lIB:okqY'^\qXsX=*]r`ZoD&(ZoNq+YnCuUJe^DOJX/DMK HY65B2C]jb#Qb#2$4m1P/h:3#kjUtX-9WO`0*"7<1^+pq,!k&`o_n[`qtg-_pA+[bpV2l"Dm%Hu S5;C+7r*TuAnZ'_6;*sNs8Drss*t~> rr3E+q>]Jc:ft[9q#13fq>UQmqu$Hls)%Z4s8Vuiq"asdo(2JCo(VtRoBu&9oCr"Zs7Y^^KV?7jG%q>:3ds82Hgs7PsV s2n#uhuEZSrso#*rVZZnqtp3hr;$3hrq6:'p%SLdqtL-jnb3"[s8Tg1f_bOFs8E#srr<#t!;uip !<2Zk!<)lr+oD3;s8;fpp]%!1!#R*a#R:M8!W`<'"pP54!!!**#6k>1"9/Np!sJl4!s8`6#R:J7 "9o/?#RLeE#mUV:#R1D8#RL_>$3p\;#RUnE#R1D6!WiH,"U"l.!&6#m^b9!Xo&5((1^D 9JAO\-S\eENMaMQ`(0k83G+l"gYq)DqsQL,mJm"Zo(r4Pq"j(,in;5kb-ndXSs,+R?sQ,T.3&m) "U58?"TTnY"K)5!2g$9F-kcTY?5?jS%N[bu)Nk("md0fMr;HTnrr)fns8VMlF`!c$pWeR_2I_Q% QBc&H8?;[crr2qJ~> rr3K-q>]Jc8lWV*q#CBkrVlfr!ri/rrr7'=r;6BfoD&7_qt^-grq>^Dl/h'kp[dh:jlYdle`>rL d*KtX^Ugml%0-`%6q'UD8jGm3;F)'"#7qLN$4\*t$PtKP+9E6,+WV[M*?ZRN*ZZ=I4>Rua'/`Wh =]ea,=BJR$>?Y03=^#'9;Hd'j&VBu[s8W(=rVQKis7u[`(X):Bp@e:Yr;-3cnG)t8;'3ONp&>!_ rVZ<`oC`+_p7;^NGDCo4@q&bG90FpV+WD49*?cmg;-#4M$nQ4GI!^-_ G'.qNH$FUZGBeLbJUi1JI/eUKIXm!"IXZj$KnP#-JV/]5KS>,7KnFr,KS"`*KS>&0L4b#-KSG57 KS"`(IXZcsJc:05JqSo8MMQtiA>Lk^S@KRnl7LkpugNOH#3\ MhHk@KnP2;MM[.GN/s!WLkpnHMMR(HNJrdZM2I"KKg?I#s8N&srqQNis8McmdSg8Q2.;f\dFHao oB.e`jS\NIq>^Kis8VH^s8VWgs7lNgp\Fjfqu?-[q"agbrr)ls555)S8u:qJI:_sC[jY`p1pm;M s7!lPLA(?@s8)EdrVc`prVcZiqVn>c@?\gs^2ke@4CV`:E_.cDVuH_qrr7K~> rr3K-q>]Jc9NAq/q#:Z`ADOT;RWKasSlLOfMq>0mZnal\YlH+u^5ZMcMKnP)2 KS4i+IY36'J:W<*KlN@J?o 5<^!;p$hVLq#1-hrVlfprVZWnk,E3/Qd+j4GVL:1D/FH@9eAQ-rVulrs*t~> (]XL7s7uZP@7sY:s7uTjp\Xjaq"X[^qu6QqrVZZl&,#\io_8.XqYBdWqu$9aq>C8"r:0(9lf-4* ]X+JK?WAHR"ZWF6f[AC"c.:(-Mh[n.[)C"lVj`3PK!bg+PZb/_JK="tsC(CUHO "9Sc1"TeZ0#6k>9#71_F!tu:IN;reTrr2lqrr3<$s8UP.6eghjp%JCm`FNWOr;$Bgrr;fns%`7] c"g/"q#C3js8DinrVlirrquZnr;$!!*K2"r.g^4&nC03%mBuFc!ENmebD$C0a.V(*P"Z0/m#V38+?3o)8O_qss7Uo\SWc dDVl?O.MMfG%=]B2(Tg^#mLV@"U4rA+okL?ru\Zm+"oVf@Eh(T76D_F5p]"Us7,RWs8;iorr2lp r:^-i([oA3I!VUFlEP.t6?6=,:.:uXn,E=ds*t~> &-)Y/s7uZP@7aG6s82irrVlisrquctrr)`nqYpNnrFl-/rVZ]qqt^'Xo_8.OkhXh=f?h7=Z)O@. :H]a&!!"uM7n?TR6:sTn(C_Q=.5a"/+X@d&"X,6E',Vc/+Xeri,97^D,:bJg$4%e?;H-Rt=&rC) =B/7&=]ea-=^,-=>%'r4Mu3GOs8W(GrVZQis8C"e1sO_3lhLM[r;-6bq"FL_\Q;tsqu$Kgs8W&q p&G'j[lFt3MM,k[?4JU`,uIt7KK #(hM`LkphAreCH.$A*n`Jq/B(Knb;6rdk*$-@UQ"K7A?#KS4u/J:E*#Jqeu5KS5&5L51J9KS>2; Lk:2/J:W?+qM"s&"H&%lLPPk`#E+7eL5C_BMuJ\=N/EFHL&?lSMM[.DN/EFNMM6kCLPCS@MM[+H NK&mRLP^qKMMR(GN/W[TreM#FLeo"npAFsgqtKm_qu-P;d[FcN4X1@O)C6aa;&Ct5qtfsbs8;lh o`+sarr;oigr8=JqYpNprpT^\r;HTnrr)irnb:F>@c[I(A%2L,?VJF5 )ZTg:s7uZP@7jP8s8)cqqu?]qr;?Nns8Doqr;Zfq.Jii8q>0pcq"Xgdq"FIWqu$<^l.jh;f$M7C \[&,M>Y6(@)cjrWs8D`ls*`q>XJWhZcJ77)^p'&PS^Zrbd,=E]o(2SLr;Zfon)iMqFB2FSFF8Xn K7\`/KRnT(JUi6#JV/W(O/mpH4'sfk,paok3CQSC=a5f@+gT&1d*^.\`QHB9]t_V;P;PDDTm)'< EEuF'4"URU5SsfEPE'p.Am\eM?t3b\rb,MOB4GXkA7B+sI=Qm#KSbYOP`LibO-,KcYb[eRQ)pCH Oe88.P)kciP)kT]Mi3OIK7JAsH$FRQE,fi9DJX*%ARJJ/4"r*+)]BeD,qUrR@57fg5)>Z1XfJK$ W>_e6WiW>*YHY=;Z*LaG\@]Aa]=bbe]"Pnn^AYbF^AYhf^V7Co^qRLr^r!n$_nWjr^;7\'^V7Cn ]">Se]tOEX"hqdg^q[Y`^AkqT_Sa=/^qdk,_SO"d^&Peo]"Ytp]=PYj^q[Rq]=bhk^q[Xu^;%Fu _8!^u^VRe(]Xtee]=kqnqo8ZT"Nnj-a2e2!#L(0)a3)NGbl5iibf\#I`Vdr$b/q`Ebf\#Ob/MHD a2Z0Ab/q]Ic-=JSa2uNLb/hZHbfn8Q_T'^C[qmBX:)t6(6r$[*M6G%^o?H0'>uX0D,oI-t#Rq:G"99>k##P@"3jp7[4%'lj_`8>t5US0L ,rij>q>L?lr;HTnrr)fno)&Ielb\p3ELP>0SlRTp<'`K+4/)]Hrr2rtJ,~> s8N&u+Su&m>=MT-r:g!^p\"1Mo_/"OoD/4Up@\%Jn+#f3nbVtZ:]9h;]9mhM;(O.:%h9-W!!!38 'GqE1P1eO>gXF^Jk36)!qqYL!`pAb'^ qWN5jN:m5Gp&G'js8Mrr$i^,)rV60^o^qkMqYpL/r;-6hq=++Qp\FF\jgM>.g@=G(rVlUcp%eOa r;?HgqY^9irVZTjr;?QlrVc`qrr)cprVQHequ-Qpqu$KoqtpB]s116#+YO*)"9S],!sA`."pbM= !s/Q*!X&]4#RC_?rWWN/"U>A<#6"i2"pG,7#6t)0'F+gG#71_D#Rgt@!X&`8$jQt?"9\W+,6e;S "9JW*!WrQ0#6k;3!!WZ6"p>&6#n@=K"Tnl2#6b88#6"f*"oni+"9/K2!8"9o)7!sf/; "Tni2#RL_="9o)8"TSW3#Qk_`%6%cb6:!\-@WdI4d,4a#s8MongQu"X%PU%!%0p-lhurqlZmrr7K~> s8N&u#l=MU>=MZ1s8Drs#Q4Jqqu-KkqYU9rrr)lsqu$Hn=T89tr;HQfqY]F,_l/E--J;@UWG@>$bQFA7fLgB3eV=='Jm:A93'KLP^hBLl77ROG8:IQDBLO?uq6qO-#S) O%YIrQB.&bM26n?Kn4`$GB@hCDf0E/ChmcuAmS_E:dm;n,U"*C)B9kK1.4o!'bVm)M0X>iG'8(S G]e7YIslZjI!^6hIt3*#JUm`N"b2&SKn=sVKE[![JV/T,r.,Q7Jq8Q.L4t;:KR\H$K8,27Jq8H% rdZ5FJV&K+KSG8:LP^nFLP182K7ni,J:iQ7M2$Y6JqJc0K7npWKDpN(KDpH%Je*KeKS>,5KS,,: Kn=l-Ko#_["+c&VK_U64MMR"@KS>2;MM6\ p\XX]rVc`prVcZoq"4F_s828O>Y0h+n\0Am!"_RkT`>&jrVlhI~> s8N&u$i9hX>=MW/s82fqrV?Knq$m,qr;HQlmcs$%o(;YKr;R]5s8VB@bH?qK?;NaE0I8(u.3(6, 5XnO>9W%[d0[?2b`UW]fnEg,FlIEJ[cHc.UqtKRHjl5Rqr;ZfQVg_iF;J(0%K9(\;JqJ`0JU[TJ H%(6nJV&5tT6CZ+?RR6H+X8Ej4$cqRJPQ7G'*L[$Ap8uu[)oAibJ_iMEX7nuAn5LK4>SK@&IL67 !AB7iH#.8)?!^oI@qB7bB4b^^>?kK??t=>*K8GMEMN!RRM2[1@NK9op@U*i,RZE]"Ocb]^Nff?] Mi!8hLBiB\IB4bUY;+)+pr4NfZ^:h:t_SO%+^q71j^V[q(^:h1krk&6FrOj8d ^VIRu_8=%']Xknp_SEn"_8F=3_7mRq^;.Is^VBc^rkAHIrk/6Ds1\NJs1ScP_nj+#]=bnqrk&BG ]Y2%oq8NugaMu3;`Q-'C`l,s@aN2QJrlfQ/b/q`Jbg"GYc-4ALb/_KEai2EGb/hZHbK7fKbfe,K a3)WNbK.cIbK@rJ`P]pE^PFp%:`^<&93bSHMQk1MlgsT=oCL=e9F1_G1*cr%6@9QVe.NT0.#7CtL!!#7k4Y7_[s5l$;5>3=dk+;o!?8OAs7K@]3rr2lgr;HTn rr)fns7l6_s8VubQh"AR:,QSNI9;2CcrVc`qJ,~> s8N&uDu9Id0s`q"aa[pA"IZq#'mUmI9fFqt01,_P2Qq@kK/O(DIT%*$$"9 (*>%X,o%[R+;=#7(54rrii9#RLV:"U,)7#6tG:"TAK'"oSW+#7:A:#RL_=!sAi8$3p>1rs&K,-j'MO !&6#nIFM"U"u7#m^_="U>;<"U5,6"9e]+%fcV3!s8T*!!#6tG>$47.J#m^b<#Qt/5"Teo9#R1J<#6b27#6k>7 "U52<#6Y/5"pP21"pt\;%4i,F@RE%92c!b$LT8GOn,!"^s&K$tl!+[ama64a)]hMJli7"]\jm>M 6=,)6CDIqPUm-FS@9-2c0d@D?"U,,8!#u7U.24Jjs+^RsHW(=%s+:tW@6#H0"utN?p&4dcrVc`p rVcZhrqdN)oCr.WhR.T!>,LKOS1b3oQi6UTrVleH~> s8N&u$2aYSrOb_,:P&f-87JeHA\ZDkIj'"oDe[d qu?]ls7$&_"tG7OF'r'R=&E"'?!q)M@q/tK;+s\_?>Ob*GC4plK8,2=LlI[RI?0Ie.ME$r(c6Yt R>6`jO,f<[MMR"?K7ST$H?O@ID/3m%CMIT?BP1jc>Zt0'6T$D?+WD49*$6R`4@_FF"qjRVG^"@T G'A1VG'SLcI=-EjI!pHoJUr<#rdk*"%=s.bJUrE)K7ei1Jq8IOIfP&uJcULXre:]4K7JH%K8#&3 qLSZus+C?)re;YRMMm@IK7JQ+KS"`)K8#;BL4b)1L51M:K7el4KnG&2K7\^SJId?bKS>,5K7\f3 KnFo+K89;UrIk-'",;SdLAlluL51Y?KntS?L5CeFMiSJIlhN/rquciqsOI`.K0#:rVuosr:^*I;$)g@a_q.l'gADT rqc>s6Oao"@YV(5.Q->frr)lrr;cirs8W'JrVZ]]s7u]YF@3Y2MCkD!W%G=DGV>]_s8V:s>1rN< rqu]mrVlfprVZZortkS.rVu`P[ s8N&u$N'bT0s`q!mnCmdT`9nDN'Rg"k`TmIBAj^n?0k@R<:@3^6,4=`&%k Bl\`UH\RK?N/M.3EUNc)"RrRT`pE^)./rc:rr;r`i6]!bn,E7arqQ0Zq>0BsQtK&sAo29uG(Y[& It*!#Jq*]H7t,r;J9#diD[J.0/LVqi+=&Hn3DE1^-S\C8*sW2b$j6_E)'VdhMPe1].S5D!;,o_2 -RB`4.l%)dEdN"B?XmDC>@1cIA,^!u@pW;=75uqL+<)4@,9n]o6;]`E!%W&XX/`2!WN*## V5pctYm@Y=Yd:gM]">TR]`5SL]Y;.m]=bei^&G_H]tF?V!58?F!PcJM_?dum]Xthk_8Si^qRIo^VS"1_7mUs_8=%'^:qD!^qRRt^:h5Y]FMWh^V@Lr]YD7s]t1eg_>:hF ^Ac+M`r=!Y`rZXi`0Hh&7"9o)G!!WEE5T:rus,d:0J5ZfmrcSN5?8s*+!%?P"rsADsrVc`p rVcZlrr3f1p\Y!bh6V5j;P)auL`HI7QN$aYrVleH~> J,]EHs82cI;a+@(rpoLDo`"mho]kQ$m+9Y,`l?'>`kARBG?e!C=?A5`*>TG7/f>QI*$$(A*u>b0 &e>N`%1!)i@er;6Bfqu$ElqtTGkM#?K+eC2[YY*t2s@p;,[3EUAP;sXAV rqQKjqu$3TF\^6XrVl]ks8DZdrq?@3qsN@niTg1;s8Mlgq"!nPs8Vo/?_b`i`Jdr&f)5O^q"Ode s8N#rrr)iqrVcZmrVuiqrr2otrr2p"r;-9grr<#qs8FPFq>Ba]a%$OM)@HZM!s/N+"9er6#R:J7 "9nu4"pYA;"U##5"9\l5#RCP3!X]#6$4I(@!s/N+"o\`*#6bA>#m:D9r!33)r!*0+rrrT/!rr<) rWX8E!rr<*#7(M:":#5>#6Y)0":#8="9JZ0#R1,.rrW3$%fcV3!s8T*!!!$%!WW3$"T/?#!WN6$ !rrK'"TeZ)!r`9M!W`Q1"UPG;":,,6"pYD=#6kPE$O[7G"U#)>#6Y;9!bb-p%J(Lnac;Cp&=a*Kig[Md=<2@I.dF8rVleH~> J,]EHs82cI;`n.$s7Z$SqXO.GkM=eEho`dDX.u8SQ&p`A>Y@R`>"Ch6/h&>386/l"ASZ:/G^"CU EGf]3Bm+E/C3jD@$8kIO76g,h]s4/dH>lt]0.neJ@MD/irqZNg s8Dips5-BMC5?_?>#J3m8PWJn>Q.kf>?Xiu928Mj>$Y`ZI>eKSPD=r.P*&rdkW4KS>,5K7\W+KnP&/K80;W r.G$&!/:E,!ec8^reDnVKo(P=MM[%@M27"GMi^0!4De(\0PsO(DMJorq-6? N^Oru#mUi3\FoXeqZ$Ekq#:6mrVl^_qu?6ds82i3;bOO>74Ve9-G]<591?tnqZ!ujQgshKs8;io rr2lpr;HWprqlQhr:p-gqSe.j6);>>'EW[Vs8;iprdX~> 8cJ\gs82cI;a"7&s7PpOq!7;3iRcN-ft"AdTUhUBR$Wh]AQ;W6AnYLL9LhZS@rlmFLln*sU8b/i Tq7gER%Tn5Odq>87EG3$rrqMCL",birr3H)rVHEdn)r<=QG)/Cqu-O5p\E6T5c!#Qk&G8eDk[;FX;8 .3g>J#Xo^=FGamK?WU?.9i55'?iFFn?X?`5?YHNHA762KRnl3KoCeINaNl7JqnY<%M!WR Q]IAgL5:P;KS+l,Isu`jGB@kEDf>Sc4Chr1?tNhP:II2s.j5iL*[2gY0fqi^!!!mCOfPL^WMunu XJ`,$YHY7:['?pD\%0#Z\@fGb]">Yi^:O#_#1qH^&GYS]tV7r^:h1j]t_:o]=l#X^AbhG `;ddV`r=![`5Taqa!esHb/_QGb/VHDaN;TJbfe2Pcd:"ac-+5Mbg=PSbfRiHcHOGRbKS-.a?[ki bK@rJbf[uHai_cJd)`uFaihDH-W`2C/36a6OJ0/+iU,!\]BAhIp=2G/ZMOF+-#o"d&V'?Glh8GQ 58OD#!"q&YUn!$]CKjk94>A#k"on]+'`J(K"#Vt:;:Ou+!#udmcN!<$(0j6K74SA!rr489r;HTn rr)fnqYU3fq"ORZo_/7X_h1uSUqq*b!IXV@r;HWoJ,~> 2?3XTs8;lL;aOB^e[hB,I=IHXVNcaaKU@jTIX?<^ECN;T-P[::.hE4*)As2$'FtZ`$jQn5!!*0& quB"c$31&:(Bo,lg>1<*X_CChVm=CUX0/qC]!SWEYcCN5NNp@@b/U00>!!s2H#Qb#, !!39,!rr?&"8r?0!rrW0'a?5-s8;foq[NK&rql`lL3WaupAY$hrr3l8q==1=g9@-..V%fEqYp9e q>BmbY>:\crVlisrWW?!s82`nq#;Z1]o\#0S[?T!nGE7`q=FF^s6>2frVucpn^N>>_#+--s8M`k rr2rtrX/W(s8Muqrr2rsrqud#rr;uqqYL3js8Vs8rr)ZfqtC$8;A^Aq)$L-F!WiH,"9f#8"p4o/ qZRW9!s/Z0!WrT1#6k;4!<<0*$4I(:"9/K6"U5,8#R:M:"pY/3#7(S6"p+o2#6"l-"pYA=#6tD7 !!)s$0*D@Y!&6#mCD3!!!'(#6k82!X/c2!W`?(!s/K'!!*-&!s8T+!<<*$"8`0!"&K%" !!*-&!sAc3"onZ+"U,#2!=&c5$4$_9#6Y/5"pY>9"Ub\F#mUV8!=92A"ptP8"UPD;"pYD<"9S`/ "pbJE=H-^D s7bWsPYN8?@F2*JKR.QE>>.%1+VP+`!sJ`;#R^V:0J4J)R[dM25HXYLs2Zr:?qELg)-5u$qXOL^ rVlfprVZQiq>1'e'E@^rrr2c?S4$jQ/3g!0nbrFcs*t~> J,fKIs8;lL;`RFFcaKBsI;st.R"fd)G'7\,:e*`01++P#,9eX(;eB]\H$jscJ9Z?cH?jd[GAq\K FDY`+C2R^!BQe>Z!$Xp276!Ut&I(0F)Bft7,oRdF)AaA6)#t!X*?H7J,UXE7$6MH4@oH)o:K1Cp ;cQdr<`iL+<<#ks:!fN=.q(FC\]Z8OlBG;H?k$=&r=!;G9\P9hd>\+;Z@f<+gB)L4tA4I!(6m.8@[oZ*g?_ 4Y191KmSQ/K`6QKJ:DrlG][tEC1h'd@V04`ARo7W?<^Q29L(Kd-6aBE)&aPC0E+!>'EA+fFEr+T G'8*/GR/SAI!^0eIXckHIM7-VH@^QoIXm!$JUr<"I=Hm)M1GSTs*tT1Jq8Q-K7ST*K7/9&KS08U !e>iRre(6&#D7\`Knb;8K`-][LPCM9K7nr2JUrK/LP:A4JqSo9LkUJ7LPU\Ilf)K3((TL]&8 dI?kV+^t;l81'Dko_\[_mEqP0/1Y`!s8MQ_rr2usrqn>Gr;HTks8Vlos7uE38NhZR9-u9Lm-"5W 3*G>BqsIg!eG/h;r;HTnrr)fnq#;!!p&G'id@NC%3@@"es7Q?hrr7K~> J,fKIs8;lL;`maNdC5^#I;XY%Q%O-rF*DS4>#\6h77Kg=6paUYG);*W9aX/i5!W3*A2 Xeh\^T:D@BTW4Pm)j&_Or;ZfOF_RtqdI$2[n(ZdZgsjcs`(Y'Be*cu-oZa4O91N3/LNmlYF*DkN EI)nUH[U?jH2i3kIJnU]I;FI[E\%DqE]c64.46Su0fM7$-p>;LP`CllS=lC9Mi*j]HUpM-'c(7F 2**')*@(VA1^H9rKOA%d:/"GY<*EN*>Uir\=]%sj<`Cmm)\3uK:hFj%Ll71FKS#D;,t5JZYdL6^ 4=4[)N.QqBKDpB0IsuckH$OXWEc>o5D>ds4@UWVMARJ\:6THhN+WD:?+X/?h3Bf8"!#J_!XK/A# WN*#"VlQo%YHP4;ZEggE\$icS]XkV`]=bhi]=GG\\\5hs]`,PC]FMWh]t_@t]tM.p\\,\m^](qK ]Y2&Y^]2"J^\tqL^V7D[^b"^qRLr^;%Cq]Xtkk^;%Fs ^:h+j^;'QZrkD%=]tD8$`5Ta:aN29S `Q?BJai_fNb/hWDaND`NaiDQF`l?-Db=0S'aMQ!@d)M[u5WL&J5?rT-ZHV"[l(fO9B!&e85l`=Y mISUIAH1"E,)YgRnau/,`/dA&&QHTRUkEr.@UN1u1EmG7rW"GT#QOi/'fmiM.\*#%'.0.5kl8RP )-oin /H>\KrqufN-j!<2lq!r;]jqYq-)rS`oPI#j;IOIN>ec/RUHrr3l)P]"tCq=smfh,\sgs8Dur p&+dfrVlcmqYgEorr2p,qu$Ems8Drqs8Dcgq#13ls8*B,rV6-`qY\cD*ul.4#6k;5rW3E/!X/i8 "9JT*!sAN(('=[B"Tn`*"9o#4"U"o/!sAf5!WrQ/r!!`<#R:G5!sAZ.#6tD8"pb;6#6"l/#6t,4 "U5&/!!&6#m18-!<3'+"9S],"9\f.!qesn/m-B\-%rr2rtJ,~> >Q=[%rqufN<=B./IY*9"H!P3.Cf<>F.Pre..4d#!,X4gu?"Ir&LOX`&LPpqBLOFGiEH$#FHujFR FE)28DJj6*A8,a[.g\1.5r:\\"ooDI#6t5/!rrK2"T8>IjX6VC-R;cH[n:eaST91D3@64a,F)AsA0+YZ;]C27pGI"6Z,4diLRUT1qi +ZYIHH\R#rI!pBhH$==MEc5c-A7AqR@UikU?s[)B=]S?i4u+T5+r_:8)BC+V3&ET/!!"0RH[9p\ rcSWmFa&4^I!U*cI=;*Ard5B0IX?HlJUi6%JUi6#JV/W)It3+JJe/9LkUS=Lku%es+^i9N/<1>LkgfcM#rKgL]*,RM26n?LlRCM Nf&OHMi!7HMiMN!FKLPCJ:M>iGqNeWCHNK]0K+G&nWn?eUb^rkEspAaTI8NRq0&f=6B iUu[->dNPrr2uqrr)lrr;T(Zs8VK]s1VVf9Sg4$k5Y#Fr/E\- nb2F<5*u!;s8;iorr2lpr:p0frVZQjrV- IfKBHrqufN<>#d@K8,53Ht[\RG@!Zr2+pD*5X\%.5%\haM3O[;]!ANE\%/lNZF7'>W2?JmXfS\, WM5uSS"-+NWihq82,^F9oDS^9A2dY$Fbkj6R#7)pQ'Rl2U-VIu]@PKSZLN7'BCN4B7ChR^/Df0!:PWUZn *uQ@@&/Yio3triOCj/iN8Oc3H:fg`t=?KYc<)ZF]85r(l!$2^`%hg!<6rS/II?TYOKK1rUYH=b+ ^6B9bM49-VJp_omI!^0aF`_kOFE)28Ci!DV?6$5?A=%bh;0.J+a)'0qE-ndJ:0E;(`7Y@kG X/c/u#HFT!Xg#%5YPk[BZF%$L\@];[\%95a]"GYd\[oDd^:Lqh^&5SV^VIUr]">Vd]YD4p]Y;1n ]Y=B\"2DRc_#D.Q^V.:o^])"X^V7Cn]Y1qf\\,Yk^:aHWs1J`S^V7Ft^q[Us^Abk]]tCql^V@Ls ^V@S#^V.=p^:h4o^])"Z^:_(q_o0O6a2lBA`lH0ArlP2]#Kk<6`5KdZF'J,81:[!($hh!!*'7,SL.m?';\CqX!,+ s-FcqAN!OH(mOsjpAFmfrr2lpr:p0frVZQjrV$3gqY0sen]d7@!$ma(s8N#ts*t~> ,ldiBrqufP<]^g4,p4TZ+sA!F'G_iG4=2o\0%gW(69bIj@%1EFA!=TAE$kOV1G^4gmKSu+bSp".?LlHao6Ot+Z)$^0O)$pQR"UPJ4 !#>S<"Tnc*!X&Z2"U"o9!!sDl%3M,=rVl]prVlg&r;5hqHd;?[r;HX,rVHEirr;N]`];QKq"Xdb q>UC"X^%jtnGiOcrr2rtp]U?equ$Eks"=6Gs5/id_=-^Nd^u66K7SNXs8W&tg0[[>dIR>3qIE@> s7u]mrqcKir;?Efq"asiqY^6qqu-Bdp%S@_s8Vurr>YP*q>C9GAhbk`+UA;V!s/K(!WW<.#mLJ3 !!3'!$NU>6#6b//!!G"U55="p+c*!WrT1"Tni2$3LD8#RLbA#71;8 !&6#m'l&rrN-"rW2uurW2uu3<]Nf!WiH,"UbP9!!!$#!!<<+"U"l, !!**%!sAf4#6Y,1!WrQ1#R1J>$jZn9"p4u2"U"o/!!!NK.$3gJ5"U"o1#7(P="p4i+ ":#/9!WW3$"UGD@!"0kX!!!$G-5/:):D3^9#8o4%OhBN/ipP!jXkD=/5I^[mE@BTAPm(.OnETT" ^8h\r9*,*o_a+;C3i rr2lpr;-F*rr;ops8D]eq#C#/)^^mLr;Q]qJ,~> HN3sCrqufP<[7YN&e,Wi'.k[[+Lk^P5J9#OGG^XpcI<]pXFE;SKH$"%D CMRWqA7T%O=CbiJ7fXl%4>/H=!!Wl<#m^hP&K2]0'GVQ/+[6SD+sIg7!#.+`>>n'^8m"q\6V('R ;H-Rn-<4/N=&i-t<``C)<`NO)>u!B[#E&6Lq"jmcrr2rtpto7qbP1i0rr3*!qt^6js(qK(\g,8q rr<#tqZ$NoM&oH>>@1E"69dh.6qC0O:esbW7n$$<5u0l]+EW$WDd,LS&-W@K3dc-jOao&"8q381 Vli2tDj>NsH%:-aH$FLQE,KZ5C1^s`?X7#G?=$o@=BAO%9gq)s-mBif)\s8/*@*3s1HZ]e"t=G; H[0gYF`hkIFaS[fH[0j_H?jd^I"$QqI#,I!pHnJV&H& ItEE)J:`H.KS+o1L&QiKKnP)2KntVDLk^S8KS>&0JV8c4KnP&/J:E''L4t?\L'!'^L&QfhKS"c1 L4t;6KnbABM1^A2K7ec0KnbA;KS"c,JqJ`1LPL\ALPCP=Ll74ILPh(JK7er7LkpnDLPCM;L]*&/ L/ES[Lkq(KKSYJ@LPUkIMi*CIKS>5?Mi*7BK8#/@NK&mNNJ`m`JVPFfk5*t^.OHJo1/<.oce@=D a/#NXc(m;%p\ebIdeoUD>OhLZqW-Gurr3;rRQ#iWs8)cqr;Q]irsSc)s7u]LAJGD@WS7@O'_U^= 2o5OVa>.#`mf34`rVlfprVZZo(&e.2rVZTep\t*bqYL6aEuZNos8W)ts*t~> -3*rCrqufP<\+4](_[o+(e$bS3''K-@!-[?LmOg0T;o!!\%0-M]`5H:^;7Or]sb;OX/DhjVPKoT R$E_iLQRgmVmDh974!]7l1b4t=W/\?5Ytj7IY*9,KTDk8]lm\!TqmTa6Pq[]B4G7XC3F]?G(,0u IX$'\IX-o@G&qV?Ci!nc>7?]">Sa[C3WX]=IpS#J@[[\@B,^^&Gc0^:h7r_7mLj\[oDd^:h.j ^;@Lp^;.S#^V@S#_SX.(]tCtj^r!t(^:_(j]t:hc]Y;.p]t:kd\@B;g^:sT]!ku@^rkCS/]=Pho ^V7Fs^qn(/]t:qj]tD+p^qmh#]Xu)!`5Ta;aN;ND`l?'?bKS&KbKe8K`5p!?aN;ND`l5sJ"p>DA!!Otq$3ir" lK73sq>GX?<)$(r!`%k@o_e[drr2lpr;Q^2rr<#trVcHarVH3]p\O>r(F5@Hs8N#tJ,~> 1B7@Rs8;lK:bWRa!#-:W%j*,C*[)UH-OgIm%M0*V"9o&9#RUkF$3LA5!sJi4"pG2:rWrT2#Q=lt "pG,2!g03jgfmJm4cq"Xd`s4;srrVlZpr;HNl"RZ608pC:-')2;$ rr;cmKT,@!qY'shr;-9fp\uH6s8Vi]c&.>;q#CBnrTMAT_qFh`q"=[KZ@7F_H$XIQXloW^"9&/q rq6:+rquZjrr<#rs8W)trVcZls8W)qqu6Qo&E[F7.4,K/$OmFM$O6\8"U=l0r;um"rWW<+rs&W4 #R1G2!sSl0!WrQ0#Q>#.#nI7E!W`Q4#6kD<#RLY?$3pJ0&d&1;"9eo0!!!0*#7Cb:!!N?'rW<-% rW)s!"p+l/"9\`,rW<6'!!!'!!riB&":G51!!3?1#R:D6"9SQ&I00]X"U>>?"Tei3"p=u0"UG/4 "U+u1"pkM?#R1>3"UG87!s/N+!WiN+!!3E7#mCD6"U"i-"pk_I$3gP5"ptP>#RLeC"pG8:"U>>A $4%CT"9JQ'"Ut\V2&/"q/Lq\Q$3^kT'b*'DGCl`D9,L(Ks7i#o]`6!+V#UH5q#?:"8RZ%#5p[(& Ng5KGC0sOm0Hq5>"pPD0"pl#&)?:+/+rG@:rr3>>/MpmA=W8mjrp0R^s82lqn,<^pr-hC6Rf -ia2Gs8;lK:^-n,)`g\iApJoTH@LEnM2dIQNf]9XKS"f,J:E#rIK"QoH?oI6"aP?$+g+=&r9t<)H7R3A;m.)]BS3)BBtG1atC,"qrL`BlJ-7G'S@S FEMd)GQ2gjG^=acJ:N+JJ,b'!JHLX\K7X#O$%RGPIXcp#K7emWL*_M)It!$&Jq8N*K7nf/LkL8+ Jr#)6L51M:Jq8`5MN3OFJqnu3re:i8K7\]-K7nr4L5(A8re:N.JUiFQL&Zo-LGaa;K8#/?Mi*.@ L4k,.K8,5*5'aQtkl&[i7,IFrCF@U! s8MusquH]arX8c(ISNP)rr;rrs8RT~> +8u-9rVHHC:'V(E/4Ec\Ofc!qXg549]#r.:bK\5M_>^nC[JmQ5[k5"pZELF6V5C,fVPKr[U8"Y)Pa.Q#Q'7>k=\*eZqu>T7BU[&uh;I;Mrr4DBn`/-AA4n^//M&A&:/Fnm@:j=oI=$6aGB\:W GBeF\H[9p\H?spbrd90CD/=NMA1\?*0N;Re8iSFM-S$rN5QD7%1,_3Y5X%1c0g@`FB4_2b,p3s3 "p+c)$WJKCLMTC@779C+6:FI@9MA/V;,L7j9hn\W8O!h0Cj:8CC3!l]=@#l)GB\:eJl*[C3ANZS !B>"NJU`3#G'.nJEH#i6D/2G(]Y;:q]`,VR]t:kg]tM.p^VIXt^&G_J]XbPbrk8?Gs1`'V]=Ybm_o'@0 `l,a-]">\o_84%.`PK:/aN2B>`Q-->`lH-=`Q66Gbfn5L`lZHHaN)_na45cHF8KaN;NB `lcQPcHOAJ`5p0Dai_fMb/hWGaN)EGc-4>]ccjUCbJqZK3"Ihk69@+f,TI9s#nIFJ/S]*FRW:Lr 43m`oPmb/#]R6.Bo',Xj'KAoe5;aAb226g0B4>4D3A2Eb!rr<%! )?9^9s82fMG+-n[1q+Vu+5&/#HZ&.&XA#8IFG!XK#9"U58@$j?b9!#RLeT$S-%ldDh8VM6t@JbK@lH]W.3DA5brD*#0/)+"&WW(DIDi$OI+B!s/B$!s&H' !;uru!<3-#"8r?+&-W4O)\`2X1D;`MYQ+Y!s8Vops7,RVqYU0fr;HTnqXsmggO3u$o(;eYrVHEk rLmr@qYU^"Tni*"UG;<$4I@K#mgh8!!!-#!"K&5#71_?!sT&9 !!!0(!r`<%!WW9#!X/Z/"9er0rW30("9f#.!riB&">9cU!!3?1#R:D6"9JQ'!X&Z0"9f#8"9AZ1 "p=u0"UG;<#mgh@"U,,9"p=u/":"i/$j6Y6!sAf1!<`Z8#R:82rrZ^5"pbMB$3p\9":#2=$4@1I #R:bG#mq+O%1<^Q!s/H&!t,qd2AeD;@sXB6[(Nf9F&=@j&dSaM3hkj;s8SVuU&Y/1H*?W6rP;lK Z!L8+r(Ii"pt)0)$h<,,9Jp5)uq!]S+?TJ*$]'?.OacckPkJYrUBdos87=@ 9:Gk[rVlisJ,~> )?9^9s82fMT/j)Ed5t4@78PDoY?b625+X8Qd2B)W"*)(4 J:r`/J:`H/M2R=JL5CkFJqAc2K`6]*KE-Z(KE['aL51P:re(B-L51T`K`?c+L+e12JqSr;MMZt> L4k/0KnkGM22(ds+`If MN!FNMhm(?KntSCMiqR7"sk)QkP;>s+E>_ r;Zcqr;H-a$ig-R:.q&Ts8Drss*t~> )?'L3rV?BE;a+'&MO:*:^U_(h[(!EI\AlMe`$`I=^Ugtb[C*HP\@K,VZEUL8Yc"CrV50iZTVA0R T:D:5PF%T#P`u*0.X4EHEk1VmQADj)q>^Hmq;^/KYaL#Y@Pfo)8QK,)@U3;LAnuF1H$jsarceNj H?a]5H2i-hHN/?jHj=t?G_:*0)?]p5ai_fNc-4ARaj//Sbg4Y^c-abWbKIoDa[m('-::UFLRY6N]!.H98K\!G>)YZ=h#=%Z80NNJFlI;<.o=#hoV&-W%6!;=$5jO$2'GG '`S(2s8)`O>Y$e.+Vu%0&.&^I!!E3#rs'GH"9JW,":5;:"9f#<%0m";!!*3-#m^b@"U4i/#R(>5 !sA]/#RLA4,7+\k%1XLJEJAd+>^r-4R?EPC>td:.)ANr#(`!Yh$4[[Z&,m";$N^_(cEBb02cY7R).qbs7trF'5F%U3^_?qs82i5*JXUgZm6#MB9T^.bK@l:Z)WUN/l$V+ @U)\h0Hq5>"pPD0#6+Z<"XP'"4r5jp&1M2.jcogCK23Djp>Z#Lrr)Bd$ig0T9hUuUs8Drss*t~> EW5q:s8)`O>XhbBMi3XSNffNbMiWmUNJE:DKS"f.KSG/2I=-KnJU`&mGBJ+TH[C'_F`VSBE,or; D/=!&BkV-i@:*AM@W#!j$3hY0/H?+q+<246(_[Gh$OdO]*%sHK<)lpr:f:1g;,U=l>?jg'ES776,!9qp]'s^r;6Nmr#GV3rVlfprqZ<-PeHtor;Zfo nFQUs/0AnA84krB1.F)Y3B]Pk5sn%/7S$*Q,8 M#Mo4Jqf/DObSUGM2-\7reCB*s+^N,reCE-#)7hcL5:_Gre1<*re;qVK7el6MMd4CKnb;7KSPG= KS5&7LP:A8LPLV;KSG;BMhm+AKnP):MMR&eL^AimMN!IKKnkPAreLH."GqqiLPc"f"G_hkMMM1b !/pf7!/pi58V`%TLkph?KnP5ANf&UJ.6unfo_S@Yo(i7as8Mf\O:,N\A1TUTr;?-a^);Y)o<9AD 7:_Od_qsD6h:gJiUlrC`p\b$arVlfks8Dp5r:BaWK/7CS@m1SP@_U<719UGS4KS;Sr;Q]onbrpr rI7O7S,`Nerr<"K~> EW#_4rV6#TLGa2Z*:bJhN<^;@[u^Vn(._8!b#_7[@g['[9O]">JYZ*(75Z)Xe$V50l\U8+HT SXZ"3Q'do&P*(ljP`TB60iNU\EC+#fVQd;'Uj-cb;*m2u1JLt`CMe*7F_tu7EcueXJ9lP@Gm\kE I!Ks]GB\:VH2`-iHiACOH[1$oKPWt!*")uO(gLK-1GL1/5X@=O-nI&/2)-^5,r@J;+rO!s*"E,W !XKl+=9'(jE_/\Vr[rRR2EO)g6q9d?9hnP`=]J9u?uB=6!#e+.E-QPECi"*-CjC8FE,nT0@s2=# GCP-fFa87RDJj<-C2%?oAn>I\?sQr>=&`$m:/4DP9hRo>2_Z[.+fUnaZYUnjohY-5+9riZ:)ricX6[C!BP\\#NQ])0,=]`5VC\d5p]^r+14_SX.g^B)-d rjiTP^r4@<]Y)"s_7m_'^qfo`s1nWKrkSNL#/J!g^r"%0rkAEIrkL%u]tM1t`5KO3`l,d1^;%P" ^:q@u_8!\(aN2E@`Q-*GbfRoF`l5m>b/hX&a9fo.b08&L`Q--CrlG#Z"3AO'ao9EcaND]LaSs0Z bl,cdbl5b&aN)?CaiMKFa2lHG`5BJm%Q5dn5#ucUR_RhVqt&g+#[`[&.l>-ArU^!$(k_eVXW.@( >D8rZb0%`:ZE/mY1/)Xs?<^5f0d%#2!!!'$!s8]3#RCb?!!+Ym/=)cM=uSin`R/Z*;h%+@W;QDf rr2ldrX8c)In`S*s8W&ss8RT~> &,cD+s8)`R@7DXe$igD8#l+H8#n%.K"pG2:#6tD9"pbMA"U"o/!sSZ/rs&K+#mLYA#6b22!X&Z* "s='P"U5/;!!s>N%i$*/$l1?Z84#:!cs8VunqYL-grVlfq r;lorrr*#uqtp;\g]'+p/2a#m12.!!``+"T\f0rW3-'"9SK' rri?*r;d''"9o)7"oST(!s8Q*!X&<b>=$k3"9S],!sSr.!s/T0 #Q+Z&!s8i8"pOu/&-W+:!s8Z/"U+u0!#3#7h+>!$_LH ":588"9o)7!s/]7#m:82#6tPB#mLP;#6k;4!sT#9"UP)6!sf,9#6"u0#n.(E"pP23!WrN*!!ic- !ZM:M$m-->-7^Q0;Jh>teaE8+l;fe#s6\!B0Wb9R,O@'[meug]Jmg2M'H8#6'G:c[%M0jZDJ*?] 8i\RL'ak3M$2FcC!!<39-NYYA(cF/s"qP.&(FO*Q-\DBqrVc]o!WDrdrX8c*J4rS*s8W&ss8RT~> /c>SIs8)`R@7sUMOG]'XNfK*XNKTNiPDP3VMM?h>Lk^S7J:E'!J:2fkH$=N4Gm\e>FE2AAF)u>> D#J-"BP(gc@:3JO?"I(o'aFsP!!!3:(D7;o,pauq3^cnS#Rs^4!,.?=6TP[rV6?fp]('grVZTlrVlfrB(Yico`+I]rVZKe s8(n]'g6/$69?eK.P3;02)mT\5XIh-84lKT>?"j%/0Pf0!!+',@W?I+C2.HuFF&@`9F_%YI!BLM GB\+MH$4+AC1q3g@:*;C=]ea,W&+K`d6jLkkta(l*ctKnY89LPLS:K8#,=M26k>L4tA; MMqFc1k^R9KS>/:LP:D9LldIEIXcs&KoLtGLl.+ILPC_INJN:DMhm7KMMHqALl."CLPh%KM2D4h ",VhhL]353MG8q`LPLS9K7no0J;&`8NK&gOLEAA-s7u]lq>1'iqY0^SlVT7dr8PCm+JSf0rTGb- mJQUYJmg2M'I+kS-7L8h/o-9[o`"mjnbrFcq#C /Gf8BrV6d3`P&pq\[]2]]",>XZ`sG4'Ane:G^+XhKQ_K]G^+XcJc0m%H[L6i H$FOVG'A31H2i3jHiJI@G^kF&Km[ZA:f0VG(FWfT1aa+^-6jZ>+!W0b/L_qf*@N!U,W&(;r;\&G .RQT`"[d?076ECO-7CAu1c@?Z6UXI<:Jatj=]/Bp.O,l2!'M)_ApJo=AS5[nGC+dZ63R?CI!]gQ F`h_HH$=4CC2%?nARo:Y?s[/D=BAL%;GU"\9LqWD76rsj.jlP`rZ2dr+:(R@g%> S"6%EU\phlUS4KZVlQu'YPkU'Y5b[3Y-5%6[(*][]=\$Qs1&6A\[f@^r+.2c-",Kb0.oI`llZPaMl3CaihoOaN)BDb/hTCb08&Nb5TQd b/q`GrlkDc&'E#8aMu0:`Poa2aN)BC`r+;TI=OI_)=3%SN`*@PT@% <2@IrVc]o!WDrdrX8c*J4rS*s8W&ss8RT~> 0`:nLs8)`R@88$_$31>C&H`"6!sJo7!XK/E%LWLG#6Y27#7(S?#6Fr0"U5/7"9nc-"U,/>$jHk6 ![RsQ#6Y/6"U5/6"98iC)'Kt1$ks3d+XeNU+:enj%h&XJ&-`CCrVup!q>^[$"98E&!rW3%!Wi6" !o_JF`r;QQbqYU3f rVuosrVZZnrVlcprquZjrr2rqs8)]k+T29>rqu]mrr2NhdS1B%+!(Ce%giLC!<<3(!WiK/#RUJ4 r;m*&!s8Z/r<<0#"9AQ,"pb)0r<*$""9JZ."U4i0%L<@K$k*CE"U527!WrQ/rWWr<"9S`-!!XB)>"9AT/#7:hF"Tno6"p>#3#RL_>$k)k;<P5k-pCL@KsB1sqt]_^/t_\6s2\>DhuEZS;BF<^r;$?]gs;ZB'iSL<+:qM*Q[rp` "pPD0"r[^Q!Y@C+&M*ng%js(L%2'od05;_Frr;ilr;QZrrVZ3bs8NCU91bZRrr)ir s*t~> %/g)(s8)`R@8BXBPE5^+08>18MN Chmg&D#S&HAM.G"?=.DY?s?5_0gRf\6qU!A9hnDY<)c^p>uk3:=]ep6r!!bM''F=a>'K]Q4DJj3)D/3c9$O6YAZt92sBL:.n5R8k;E@69I+W,p"!B(`=52*$67W/1:i+"r1!=AoM[* DJa0+D/=$+E,p#?F)uJIG^045s*FWjrcnHg!df?DrI=Zm!e5`Oqgo<1KSG8@M26ocKa!6fMMm(LPCP; KoCnFLl%"FL5LogN!G5sLFZ$Ss7cNm!;lcqs8+A@nPLX"kOeV^8PI\2p\IW*de`t@s7>-sV&]t< >YlX[>1)s4p&Fsiq#(*hq#C +o;*7rV6`4We_^'qZd]!f&T[^33?XJr/tVEUoWWhZ8Y S=5h3R$Er&Q'IPqOIqeeEcZ"s91D?G?u9^qCj0r@F)>T)Dg-Y\H[^a,L3n;pH@1*gIsQEfI/SHu H?j^XG'A4Xrd"Nird,o?Jqo)2H['d?AnQHZ$8b:',T%OI,9[C0)BU1J*Z5\,#RqmgrW$RU-n[GT B12n=-=9k@68();,pt/q1,CdQ5t+:::/Fkh?;k)m!"1t;)[l]H'0]l7CM[d(EGfP>"pFu<=EJ+f D/aH4DeiorAn>I]@:3GK>[1E4;c6Ij:eaST8OZ!85WgqX-R0f5*[`$P+sJBT)$'^B*b9tfS"#k: S!fn@St;ULUns`XTqnTdWi`>&XK;B&s/Z@*Y-GCDr4;j;rjW*A]">VfrOrcV^r""-^qIIu_ns4( ^qp#e#/S*i^V7J"rl,2^`5KR3`Q-(!^&5MC`W!jZ`PfX0rkncSrP]&[_SjL9a2Z0>rkncQ!lM[` rk1/&^VIh/aiMK@a2lKG`5K[;aiMcOb0/&SbK.]HccsPMa3)NJc-+/Ha3)QGa2uQMbK8&Sq9'Dn aN)?@`m)]Kai_fKa32ZI`P_\n@SILi0J,%@:hPH_cfaoilV/Ugjmr5X8PRe5p\@N&d.R5-pup5H QQ$/t:dGQk5`)"cDIupJ8j"pT'F=jD"9AT,"U>;=$60QV!%8RZ[[NM?Q]kr>-T)#\=p7[ks8)Wj rr)rsr:0ddrs=3K8Y#h[rVlisJ,~> AcDZ.s8)`O>Y#nL%0R"I$k*CK$O@%F"9f#;$OHt=!,;(q"sdUpAac\>/IW)% k5YJXo)8Ugr\FBIq>:'er;HTos7QEgs50*.fCnLVX+bD'CX2JJp\Om[fkXAJ*>Vu)s8)`prqcHc p\t'ir9"9Sc. !!3?/r7#6tG:!s8Z/rWW<+$NpP7#7(P="p>#1"o\]+!<*$6!$jm7G$2k24#R:P3"!\*W "pP>>#6bGA"p+o8&JGa;3$fsr3_sjXZIA1;rV48^*M`W6.,R4Prr)hO!gWZSlgjcIr7NH#q#BQj @5V\hRVlA,:e 1&h.Os8)`O>Y%8#NK0$WLkgV;MM[4LLP:M@Mi!.?JV&Q/L4t80I!BsbIXHHcFE_p*FTZT$DJfAh 1M^T8B4bac?s[&@Za]Z*=E)[6t9n:@;04H%0mRL!$#9lBP_R( C2%?o@pr_M>$+g*<)Z[l:f%'b/kSW(84Q*969dId.O#iN(Ddo,)]Tn?/M8R_#8Se"?Y4"cB5;F' C2.HtCi=?9rc/*^FEMa)GQ2peH2i-hG6<)8H[P[=rdXrs,Cb5qK7nl/JUrE)K8"o-JVAl8L4Y)5 Ll$qCL4tA8JqJi6K`6Z.L51SAMZ/8-K)^B0JqSl7M2@%DKnY89reLN0#DRqeM2I.GL]2u1LPUeD K)UE;K7o#:KSG;=L4t>9KSPJIP)tWYNW+kMNJraOKo(eKM2$b@Ll.+IL4k;;reUr=N/W[PNJiXM MZ&G7M26obKGTN%LPL_DLk^kKNf/aNLkId6nc/:XqY^?m0`(SArVO;T'q+dmqp.*Up%S<8!L3WZ nG)q]s5+M[k4761<@jd)s7H3ds8)ZlrVlWmrVdo5p&+a]N&"gpGB\(GG%XMu%3R>0:Z(m=p\Oge rr)fcrr 0`:hHrV6!,ZObg4MQ`6HEJccsb^bJM3"KH[L8@IfFir HMr-hH2r3hH2i3jHZaa]G^FmcG^""CIZSgq!*W#T)BC%@)%mGn'c@i&&If3O$69f^&M\Vk"pu\D 6Rrj!:dmZ4-RgAj.P^:"! DJa*$B4bU]?sd2Er`fD)'NJ%.:JXe^8k;HB6U#`Q-*Ba2Z->`Q69Ne'ZF^c2Pp"c-4>P`Q?BLai;?AaihoNa2Q*taU-,6bfe/S bf\)OrQG>caiFA!GK\+LaND]Ja3)WI_SX4-^cNr#0.n_596H5sc/eKho"$"XQh:.NcS^URp\BC@ P5=b6mdTrBd2#:6mEq_")e,8'DdZI=7m8aU(((3K"p"f."U>;=$6'6N!#un5TV.^ER?*DYAm6Pu )ZWb$s7Q-_r;Q]orUKmers=6K8=feZrVlisJ,~> (]XL7s82fM)6#Rge;r;Zp#!W`B%!sAZ*!!36#"9/H& !<*#u!WW9#!!3B0!WE'."Uc1Z,EVg&nb<(]q"aphs8N&s,lI60p@7hSl+UaR!tu_!-RBaXlMpnU oDejir;6BfqYC*hrVlcq,kCg3s6HqJNS`plqtAjTRa1L$qZ$TolJTp@:.ST^oDejirVZZk"T//r rr2os%K-5(rr2rsrr)ckr;Q]pr;ZWorVc`prVud0rVZT`s33_0+r_!u$O?e6!<`K+!WE'+!sT#6 "9S]*!<<-!"9/N'"TSZ(!Y#57"pY/0!WiH,"9eo1rW36*"U55;#6"c."pY;6rW*c9!<<-%!WrQ. "U,#4!rrB.#m:81!sJQ,rWEK/!WiB'"9eu7rWiK1rWN3(rrtFf"U"u6#R:M="Te`."U+u0!sA`/ ":#;9"U>;;"9\l/"UbhO$jm7C"pbJ="9\f."9o)8!s&E,rW`]4"9eu3"U>;=rWcd9"pP;>$4$eD $4$e8#R:G6$kNpL:,sX\1J_>&Q+G`BrV,XXQRWtbY1gZ@G5_C>b:mJjo'uAG n)rLW6gOdGs5&8F8r\7';GBM=0Hq5>"pPD0"s4T\":#bo$RGlW&Hi(8*#(=W%fd,PgAg[6p\Xpg rr)?c$NG]M8"TbYrVlisJ,~> (]XL7s82fMrH@1*eH$=FXH?jaYF`MM?DJsE1 D/=!%BP1pf@q&kK>$kK4=^u#Q?X@)H>[(H=5h_/>$+j* <;fhs<<#kq;uT`7;+jGT@9B*$jS7mBkV0o rb)aU?XI)C=B/=!;,L.c:B!pD8k2?>7RTU/5X%.^.3]`L()@`*)]Tk=-R^;E!Za%,AS>aeA8?+$ C2%F8g:\FoQXaG7f+FG^"CWH@($eI=6QoIt3*#rdP*%JqJ]-Jc:0$JV&IPIi!]i L4t85KS>/8LPLV>Kn+f4MM6Y7KSBA[re:]4KS4u1KnbA=reUW4re:?+s+`RiL4tA9L5CnBL5:\AKnY85L5_4UNJiXLMN!LOLkph@Ll.+JLP:G;reLi7KnbAAt p\Xpgrr)?c$NG]M8"TbYrVlisJ,~> (]F:1rV?BE;bCPrb0/&QdEK\WccF2M`VdU]_SXQ;-IRNDdPdY5%%u4CijW)?=lSM('bs\CMIQt rb*Bf?sm>J>[(B7='&@#;,9kZ:/"5L7R]U-5!1_Y.jQ28*!.-%+9!B),pOH5#:)WaNffKbOHl<( SXc.;S"?=KS=H4EU8+Q]ri,ptri6X1WiE/'Z*UgH\%&rY]"5Mc])K5D]"G_k^:jNY*PK2#]=PSd ^;%Cq^:q@t^qmk(_o'=/bKe5I`5TapaSrs\^V7Fq]uJ+6ao9E_bPoN\a8a3eaiDEAai_`Gb/aLu /&B$8^;%J!^VIb-`5g!BaMu6?_oL$LdE]tYaND`Nb/hZE`lQ+`6oH qSk*qlLaZ=oBbJh+Z\HMjR^K-#uaZf5W0o($3^S=! +92??s8;lK:eibm'*/4#64`)!!!03$3C>>"9AQ$!"T,5"9\f.!!!'& "9er3!s8H%rrN*#(BagC"9S`/#Qt,-!=^;,*Ko^fqYL0jqYpKqrr)io+o;*0p=,RB+W)(G/0?)U !$I?ps8VZer;?HgqYC!bqu?Zms""*Gs8ViLRULrTiVifVrV,[YrVuonp@SCbUO]G5V"juirVZWk p@J7]rr2lrrVd?+rr;urqtp/!sSZ.$O$b?"pP56"9T)A$2t/1#RUJ5rrrB+2[9Kh"U>;<"UP>6!X&Z/!7$OmIH@5&BN0iDD,QFPT;rV>mPs1h#9)($IDR/cp\rI/,:nEofAmHF(\ &"rsokPt-N+DZ:&8O,I"0Hq5>"pPD0"oo56!#l+g"DDP7p%nXdrr)?c $NG]L8"TbYrVlisJ,~> -ia2Gs8;lK:g@I]Mh6_?Mhm+JOb\^OLl@.DKnbA:K8,,6KS+l,JGslrH?oL7s*Y-"HZsRNDJa:j D[(&pC27QrA,]p[@p`JL?[LZ?Y69>[(B6 <`E("='&F&<;oeq;uT`2=B8?s:Jk+q?X-f;:.d\mJDL8!q#10kBE%l-qu$Ems82K7Pu\+k'g>]! <^Rf,.Q].1-S?Vg,q(B(4[MV192&)W;H$Ln:f^Y$<$hS]1/1kO=Bo3_(5sIRs2_ZX(*#TJ,(`F>5*??OT+p/608TABWBk1gk CM7O!BP1slCi92k!-8'[s)e9`rcT3(H?jd[G^4R\H@($fIXcm!K7\W'It3-'JUm`L!e>iRrI,Q5 JqSi6LP:A4K7nr6LkUA4Mi3:>JV8dWLC8inM26tCL5(DBNJd^k!Ju^5L&Zo,LGt$DKnbD?Lk^eA KS5)8L4k89Lkg_?MiWLFLl$n@Knb56L4t84LPgb@Mi*:DKnb>;Ll.(GKnB)S&rDU.Mi*FOK7el6 Mi*4>O,]$QrJ!q'Mi*FQO,f3TNf]3UL448NbQ%M7q"jXWqYBjZrVZEWq7&Hk$Q'EcNr8GFq0cT> qY0pfq"+E(&#'$pkPt0^8A+]fqtg3frVc]or;Z`p!;lcq)uHm">]XLgFEV\MF)H,61(Y4$NU?6. qYgEmrUBdns+3g4T)\`err<"K~> 0E(hIrVHHC:1&:Qb/V]VhT3^]cc*lG`Q?*9_Sa=/^r!t)_8*k$^UL\[['Hm>V?3a-;@iYC2@clCM%3rB4ks_Gs*rf.1/C[ C1_*lB4PFW?!LT:=T);><)HFd9M8)Q84H$:5X%=n2D6I(*ZQ+=*?H=%+`=c-PE(`j R$=56S!oe9T:qdFSt;ULUnjrfWN#ls)QTm;X/rG,ZEpsI\%&u[]=bhi]",A_]Y2"krjs5a]tV(h \[f;a]tVA"^V.:n^;%S*_nj@=ccO#?`Q.u!$cg0&_SX.)^q\4@bPoTab00e(s2Y,[$-C6-a2uKG a32O&_CEC9]YD;"_8*n+ai)6Ab/hTBa2H!<`l,g:bJ_KFb/_K?`l?'?b0%fE_YM4c`lZKNbKA#P `5K[;bfe#Cd*BhVrPs-,bfe5Vd*L"SaN)36^UUNn7jT'24\oI;R((T0p$q2/p9cja$5X6bO8\VG pj691o'Z&@lJq5O%@m:Zg[X>^$"%mV9gM!/2CB:L#6tM8!s8]3#RCb;"q(_U1cCqqQ^XtPT;Ak9%-s),inFcYVrr2lcrX/[W8OoBPr;HWps*t~> s8PObq>('L@6tkJ&IT$N$NL54#mq"G#RUbYW?S2j!*Z,q3!WilC">68A r:L!_p%nO[qu-Qpq\/r.qWZPQkktJ\nZ?4e<`Eq!`qB?2%eoShq"Xdeq=U]/nac>Mr;Zfr!WE#r rs\o,s8Munr;HWlq>L"98E&!X&]5#R1D5"9eu6 "Tnc*#m^eA"pG,4!!sAf1 "UGG@"TSN,#n.4L$4@=O#mCA2!X&]-":>J=!UbR/ s7--N?RBc=7S?fB0-_5@#6kJ0"sO$O#nIRn$lfc^#RCJ6"98oH)]g+H)\6Gdrr<#sq=FIWqY^@, rVlcms8W&gqu;U?8YuIcrVlisJ,~> !<2or:>AlC6Yh4%J9HHrL5LtNNfB!ULP1>8Kn=f,K7\]+J:N-$J:2]eG'8(KEH62EFE;JFF`_\D DJNs'Ch[Hj@UikR?=.)K@U`bV@prbPrE]J0rEKS5?=RGQ?X-h7=pA27=BAO+>l7b)=9;W(<;ol# ;c6Fl$4g';Gg4b:/+S\91hfI7701$5Q4#8?1*#TP,'c@u4*ZuRD+rg^t3DjL%raYt?'kLog B4bdiBkqNuDK'H2FEDJIYWf?NJi^RO,SsNK7\`0LOt>BNeiCDMM[1GLkg_=KntQ`M>W/AM2RCU Oc#!OL4t>9L5V"LMi%Fh.?9mON/!+O;Pi.qtBmc ru1h8s8Dccp&4mgqu?]po)&HG5Y7gPrVc`qs*t~> rr4eQq>/`C8l_+c\@8c]`5]sEcHa\YccO2G`501"^V@Ls]tD"i]Xt\]['R*GXfee.XK/rG6NfF!r&WMg6P*(idNJrgNLP:;0IXctKKEd!WI!g9g IK"ZuI!^-bHiABoH?j`6HN/9iGXd.0I=6EbFE9;i.6:*p6Td[n,TS!U0f)p&3&3$<8S!L6Lk'kl 7ihg^4!u:*+69m[s5!;"h3B9#T/gqqe+!)=>*ZuXN,9ng%.KL/[H'=>MN/WaU Mi!pmR[]h.3Xo5C'XfVK.(:CTY[Ca2j_S

(`QQEHaiMNB`kT@,_SF"*`luTG`5KX8aNVoScHXPSaN;O%a"YNP^qmk& ^VIe.a2uNIa2Q'>`Q--Fb/_B6aNMlSbfn>Yc-+/G_o0R9_T:$JaMl0ub5]QeaN)%s2b2] &^&>DdF-1ZaMu3<`l?6Ic-4?0a[G"=\B<@FY='3k3\<-K;eLTBYg2;"q"sgZp#`f8?X'Gks76$W ilgu^p$qD9l/orb,DH!omf1U)'lSk+8k(ir,Spjf#l"Wc&.o6e/gd!^S=ZCCSXu1pMmrr<"K~> s8O,:q=t!K@6PeX*#9:q#lt,4#mptD"q(\@"pbJ="9&K7"U"r1!sSo2!WiH+"9o)0#SmXL"Te`. "9el.!!33(!sJo8#QOl+!rW3-"U5,5"pP>="9\T($NgM9"U,)7#6tM8!r`9'"9o21!X\r.!!<<+ "9S]+!W3!#!<<-!#QG#-"oeQW!X8r<%1XX(*@a6N@r?('J;o_KGA%s/#7(n],q9]N'E\CF$ihrM qu?Hkqtg*br;QZp*VTL4s7P0QN3D=BrqPHfZDN_7EI"(jlMpbTo_/.\rrqkmg&1O>qu?]q!r`0! rr2lrrVQftr;-Bkqu7!#qtp3crVuoprVld/s8N#tqlMFP+s$gs$O?q>!WW6!";V.F#RLJ6"Tnl5 #Qt84"9\f.!<<6)"TAH1!b;IY0@[FFL8qY^-arr3E%pAP!js7Q9br;6Barp:WgjQZE`?lDqW oCi3!#>0&<<)GV.,8L[m"pk#/,le/W%h^9#)%?`S#6Fu2!"'2H%i-B<-k7,!`;fl0nGE"Pp\=X` rrN&rrr3B(s,0*4V>pPnrr<"K~> !<2or);J7_8U$)MM0aW)LPh(ONJi[QM2-kDMMQucJeN]cJ:E'$J:;fhGB\:RFEVkPG'3b*&9;`- CMI^%C1q0g@U`\P?t'"C!bGkNqd0>0rETV6?X[>M?9=BAX0r`T8)$<^J5_0;+FD[<*`QY!X0c/0.84k .3^)k2EX>u9i>"m;bo\'""@&N:f'nU8NeL@#RDM4=^"m2?X[>J?Y`sh:2XHHAmJ\I>?Y04=Ai$o :ej_Z92J>T8P)H@69IFr5X7V#5T`-K0e":d(`*l%)&sY<+!2OG'`]";=(YrO@:EbYARk[M)J3Vr C2%R(D/OB7DJX0-E,foLPCM:L4Y)5LPLV; Jqf&:LPCM8Jr,>?LPCM9KS"o6Lkg\K7\c2LPh"JN/NOKL])rJLPUbAKnkJ>L5(PCL5:\A KS+u6KSG>BNJr^MKSBA[,D_24LP:D8L5CeDMMd4DKo1qNN/EFFK7SQ1M26qBLl%"FL]3#:LPUeD Lk^V:KS>,8L\llFOGo6QK8ahKaR&Qos8;]ir;HZpr;$-aq>1*j-2I<7q#13aqYL6ks8Vols8W)u s4hH8=MaY&qe.=IqZ$Thr;?QnrrN,tq>McArr;ip_DlCPCMe$-DfKN)D/jN5DJ3>l**'NDqsNnP rVQNjqYU3irrN&rrr3B(s,0*4V>pPnrr<"K~> rr3u:q"iWB7U)P'_n`^s`Q--GcHXPTd*'PPaMu07rk8fS]Y(kg]t:h`[C!,Q2[!MMi$Y0!7QD_-!Wj<$>[:H7>?tQA@VT*e95S3NDId9f@UWYP ?WL3+;G^(\8kV]Er^@Sh5Wq7o4ZbY`3&NHC-R0`T*Z?">+`eX R@9Y:S"QIITVSBVT:_dMU8"?TV5:&drhg+%WiE/%Y-,"5WiQ*"#-4c1Za@*IrjEKS^VIY!]tM.m ^;.S$^qRIu_oBds`urCEb/q`F`l5p2_8O:0_84"2aMu09`Q-'Cbfn>Ub/qa'`uW7CaiM<9`5BI/ `Q-$@b/hQ?`lQ->b0A5Vb/qWBrQ$5*b/q`E`Q#s@bK.iKaMl-@cd'eYai;99_90m@a2c9Cb/qa( `sg&2b0%iH`l5p:`lQ6uaVijXb0&5UJN,JY4#&c`<+CNEZHhV'q>KpWrq\#6nbE%^s75mUq"Oa] n*KH+j6#mP>8'cCn+6pPnrr<"K~> s8O,:q=t!L@TP]K*Y]J('*JID#RCY>":,5:"pbJ>#6"f+"TAN'"p+o2"TAQ)$N:D;$4-qA!WiN( "8r6$!sJT-!!iH'rrW3&+TqlL"9\l5#Qk/1!)7#Qb,-":YD5!!NN/ !s/N+!sA]-quQg'rs/N-7!s/N(!s])9!s&E+"9JT)!sJl6r#71S= "Tnc+!sSl3#7:A:/-uF^!sAc3"pG)2"9o);$O[.B"9S`0#RUnF#R1A3!!!<1"9JW-#71_C#6k&. "U>58"9Sc("AAt'#7(SB#T3UR*rmZa:cgO';."9uS@dJAq"t$iqtB^Xqu$BjoD&@[qZ#['p@R\: l/UmZn(jR<00O*31CHih:eO&50-_5@#6kJ0"t'BY%1a.)%i,QV"pY24"onc0!<<*-(E5=c*@u*J s8Vllqt^$[oBcGU&,c;%s8DtT5=hUMs8Drss*t~> !<2or);SA%Ar)G&N.ZqBM2R=OMi*=ILkgbCMM[/gJcC9"IftCTIslYBGmAS>H$Xa\G'3e+$Zg<* Chmp+Chm]rAc-'?Y05>[C]?>$>-5>$G6:>$5!0=&r=# <)lq#='#6!s&]5$r`')#='&F&rD[f6:.7#g,pX`Y*?-%D,pOQk4?u/&;c64_;cQe";_7tS+?;,( -Qjf]-S@;=3&<0i?[^l6:fK_3+t,fa?!gc=>?4m=8Jk?A>?kT?>$4s/=&r?u :eseY91hcM91VQB7RKI(5!Js1+[/%L2(g7")]0D,()\)4*ZlIJ*"Dre9jM49?X@)K@q&jE@iJrj B4u$sDJX0.DJO'*Ci"!.EH,r:EH?2CF`mV+s*-hTG'A1VH$FOVH?t!gJ:N9*L4t84KS>,5JqJc3 L4t83L51P?L4t;5Lkph@KnP)2Jq]&=LkUJ6L4t83JqSl6M#E/OLkg_=L51P?M2I1ELl.(HLl%%F LPCJ6JqSo5L5:`dM_'a>KnP/7LPLV C:ip0qtC%#r;-?krVqa>8>Q:crVlisJ,~> rr3u:q"iZD?[/ip_8F%2aN;WLbfe/Mc-"/LaMu3;rk8?Erjr[^?G#p.Ng!$?!LZ:=Bep6C.fFBCgCLa@:"X/i8"W3W_9[C3NR\\Z&Y^&P_m]t_@u ^V.:q_o'L7a2Z0AaiMNB`Pf^/_8XF4_8!b*`l,d4`Q-'ArQ62'aN)<@aN2KGbKI`?`l?!9`Q-'@ a2Ps6`Q6'>aij\-/Bc&Q`Q#s>aN)39`5]j>bKJ&MaN)?Cbg+GUb/hQ>_SOL?aMu6@bK\8RaiFA! #Kb'-`l5p:`r;0?/?3]\u@(CU3Jq$.r@$4?hH/KotER[g">StMOIUS43IT;/3EGZ.1Y _t s8No4q=jpLA4SO&#lkAA%gE4C#R:P:!sJi+"9/H!":!YQ4O+b]%S o)AUdrr3]2p#3ikY0cY/m-OKHnF+2SQ,;MJrr3]&kMt_'nb)bNqZ$?js4XjEs7lQjrVlrurVc]m *W>p6rr)lrrVZZprqucps8W)sr;6Nmr;6Eirr;rqrY#80rVZ5e2@hDb!"K>@"U5&/!JC"9Sc/!<<0'r<33( !rE0$"TJZ:"U"o/!W`?+#RCS8!#RLP9#RL_>"U528"9&9)!sJl5 "U"u-!u;4K"9f&;#R1>4"UGGB$OQq:":#8@#PnT'!t5G?"Tni1#7(bH#mU\6"Teo5"o\X%"U5,5 !sJl7#6kAD'+#]m#[0ki2`jiCDh=4O_VXeXrVlisrV66hrqQ6\s8Tp[p5OOhq"+ 8LGK.8Shj/90bHi,8L[m"pk#/&c`@N&JZu3'ak*J#6P,7!<<0%qu@rM-86;?,^mi1s8Vl`naPrD r;Q`qq=sgcs+s!4U]:Amrr<"K~> !<2ut)uflo=]&IMG]\F`KSkYFN/NRLLPCM9KS>,5K_g30ItWE)IscWjH[:!`H?aXWrcS6_%>$G6>\$d84-9L8OuHJ9hn_r?r^!":In;Z;cHap0`_Fo0eO^p )C-UV/ic'P+:fbc>?FE`8l/Ab0*);07SPs19LhH;6sE\q?WL62:/Y=W)Gk!I=&2q#=&r=#<)ZLc 9M.lI84Q9C779R469[Lor]LcS4$#2P.O,rP(Ddi')&s[r*Y0G5%fdA7=C#3:>$YKD?sik?#%:tO AS>gnrb2FHASV3Y%;KZrDf'B1E,]i2=N/WaTL5(MBNfK$Rqh>''%#g+$LPL_EN/ijSLkkta!f)Mare)DJ L4t;5KnbD=L4Y>@H]3,VXoA:lqZ$HbqYC$er;6Birr4DGq>:3lq=X@Wrk->BKnK!sqYUu9F*)JADJsN-GB6A!0RUh3rVcH^ r;Zfpr;Q`qq=sgcs+s!4U]:Amrr<"K~> rr3u:p\NTF:iE)4XgYd\b0%oObK@oHb/_N@_nj.(qRdBO^:h1k\[f5[\$r`MYHFq+rMC%#US4?N S=Q4@R[BG*PQ$^KPE_;oOH9@#$'11/NfB$YO-#7sMuSb9M]Ih;M2-bkCIoKK)DEQb .Nol^.ks+K2'3;K4BGQT7SZr`="aOX01o5>;HZmk9i#A#=C"p/>>\F04rdI3>$4d0?!LT;=]nj) ;GU%]8Ol6?770C/6Rb;b4Zkkh3&NNK0J+_!+aN)$@hU0N#1K@(<3BL#>ATa35^"DZErVuclq=OCXqXjRTrVa:Fm=KiTqX!J5 jk\S4`R;tj6m*?t9lt8Q:d6uq,Spjf#l+]e!!`c0%k8WQTUD=BS=cLER\-:GStDdSTWF`"2Elf8 rr<#ooCVkSr;?QorqZ?crr7g?8Yc=crVlisJ,~> &-)Y+q"OgLAO/:,'G))o&cN%8"p+o0!r`B,"9JT(!;m!!"ZHVj#7(SA#RChH$4$k@"pFu-!WrQ- !W`9$!X/c4"U5&1!<<*#!WrN+!WrK,"U5#0!<<*#!Wr6!rrO)="U>;<"pP>:"pP;:"U"o3"Tnf, !WrQ0"9\W(!s/Q-"TAN&!XA`-!<<0(#RUG0+T`&]"pG5=%M&sQ!WiB&!!*B5#64i4"9B,O"W2C; p$hqVs!I6g`flt'g%"e1qZ$KDWKWI4U[7LFq#CBfs6K1Mp&>!as8V0%nG`Ffo_e^orr)fnqu-Hj rqus!rqucprrE&srso&+qYC0krVZQkrr;rrs8N!1rVZH^]M'"b)up?R"U,#3!<<6$!ZqLJ#7(M; "U5,4!)7#mptE#6P#0"pt\A!r2up"Teu9#Q+c*#:9WY"U52;$3p_=#7(M9";;+`(B?"*4 ZYPiUCErVuoss8VreAqJu+@IM%M'0g/J&^+!sSu4"U>&.":GSD"9AQ,!!!l^&I]R]T^Mj[q!mkLq"Xddrs\o,s+s$6U At8lrr<"K~> s8N&u$i^1`>"W4SK7o/9LAm,2M?8ThLAlr2KnP)1K)C/uJJWrjJq/;uI!g6cG^"=RF`_eNG'.nJ E,Y_r*H?"6BkM6tC2%BsCM[a"B4YUbA7]:^@q&nWA7T*G?iOF8?X[GS@/aFE>[:WB??Y-1 <``C+>$+l*<#e9l?+L(=]8*n='/C#;#O9c2$O6s /M84f(a(%M00;Th1Fmt%I@Uj(aB4tph@q00NAeermCM[d%D/F0/E,]iL]2uTLkUG2 JV&Q/LPCM:KS>,7N/31ALP^hBL51VDN/NRMLPCSANfK!Oq1\X$!fDhjr.b6)-A-o%K7nr9LP:J< Lk^P6N-U)#>F"+Gr;-Ds8W)urqPkeGh+]]o)JRas8VumrqQ3es75=( mJR"^qZ$Hjr;Q]q!WN&nrr2pGqu=SnAoDC"E,KZ:D/*p-F)c,9E.Vh9F_aH$2HcO0qu-6bs7uHb r;Q^)rr<"T5t[mOs8Drss*t~> &-)Y/r:g'B=@mS6]=l(sao9K`apQ51`llKG`koL)^APY@]a_Wd]",A\[^30>XK&7srhh!S(WH?aXXH$XFIBO5"YCM8$@H@($eHZsgbIt*'(Is60aI<]^H:EfiP.OQDf +DW0eb..-6aN1*ltrg*hWR[]h;SXo_Nrh0OlVl?\tWiQ*"'>%^Y/]Afq>UEgrr"8BrVcZos7u%eG189Tm/$)7mH 0dIPCrWr<).f]e[!"UFsKV4a'T:DOIS!9A8VPpDjX1Y'hS;13-3aSHAqtTI@lM:5Mr;Q^) rr<"T5t[mOs8Drss*t~> (]XL3p\+XJAk,!4&ePrp('b$J"U,#2"9&Z/#mL;1!!N9)rWWc9"U52<#mptE$4-tCr<9aXq>C7&rr)fmrVZTl rVZWorr)fkrso&+q=t!irVZQjrVulss8N#tr"/VudUa@9('P'P"p>)3!<<9%!t,59#7(M:":#,4 !7!X&c5!W`E.#m^\;"9eo1q#qQ="U,#4"pYD= #6k>7!s/N,"U,#1!;?$k3FF !W`?$"!RmQ#RLbA"pG;:!<<3*"U#):#6b53!GHfBi;0qYC!fs8D`js8W∨BTEp-F-(p$_S@l0I0Sb/V#jTW=T@ CgpmV9gL`l,8L[m"pk#/(Bb-X()JA/)@Q`Q#6G#4!!NT8&.]'N#5nN0$61B<$62U#iW&rJrr3Q+ qu?]qrr7dB9qq[frVlisJ,~> s8N&u'E.sg>>Sp[JVB#:Mi3IMM2@%DL]355MMM1b!.b'"rdkQ2Jq8N)IsufnG^"=SrH09/G^4OW F`_\JG'%eFDes60E,BE,Ci40/ChdZtB4tsmB`2QRBPD$hA7T1[@UWbXARo6I?i445?X-f>>5hY- >$5!1=8l8#=8l8#?WBa"<``F->?kBA=A_mm;Gg7m;,L.b;`kHr&1fO] *>fq@,:bW86:F@((^(U/5Y"R:7Sd5j67Ere*&0]S7l<\2928)]>"W"(;+b8+Q.e6>?tQB ARf4^ARStTrF?4GB4u$nBPD3tD>nGQD]Eb;F*)MIGBeCYG^"=PGC+X]H@:BpIXQ]sJqARLL)5]& Lk^\@M2I+FLPCM9K7eo6LPCJ7Ko#Y[r.Y0(.#!D2Ll..NMM6Y7L4k;;LP:A6KntG7JV&N-K8#&7 Ll%%LNeiFBJqEuT,):u3Mi*@ILQ..EKSPD@Ll$tEL4t83Jqo/[PkNs8;oqp@.JGqY^:3lr;?QnrrN,tq>McArr;or]eO5?C2@j+E,oc2Bk_?tBPMF)H$jaTG&h7B/PClG qu63drt,&(s8W)ts+j';UAt8lrr<"K~> *<6$\\>qtcHFAQaiVWEa3`,WbJjIs!5/+l='JQ\)%?][-p17#6W[,Z;,1>"8QfV-9OM.$9hAAdVf ]D95Y^V7M!_8OC8aiVWE`l5m7_Sa:.^q[_(r5JTRs2?D+a2lBGc-FMP_o0U2_Sj@.^VI\-`l#[2 `5T[7a2cL?is8W&mr;Q^@qYU"YE98g#q"*e@ l/^p^dE0;7TUV^JP'C_N<(oY?0dIPCrWr<)-NFG\";)q!MP6K/T:;FFR[KP5TV8$QV5(,nTTtUj F"B1JOk0F)kl1SnqYU '*%t.p\+XKBJUq@!!!-,%gE1@qudE6$4@.D!sAf3"U5/9rWj/?"U58?$OI(G#m^b?#7(V:!X&]* "onZ&!9#71M3 ":G;5!')Kp'OVp\ashl+Y42o'Q)0bM3!nrrE&t r<)urrr2oq!rr5uq#:QsqY0^`s8N#qr;Zfr1B%.Jr;Yc+.M`^/$4$h>"U"i+"9\f/"9o,<"p+l3 #6Fo/"U,)6"9S`,"pP56!sAZ,rW+&A!8!/3!X&W. ! s8N&u%fQFc>s(kgA8laROb>=]nj/=]ed-<`]3%s&],!s&]/$(fjI.;,U=kamA8QA>34B5Ha?r/X@=\hdf9h\4Z 8hN\+7n#j66U`3B&fN0dIn_)Aa,(()Rl-*$$">*#ohH+pA,uMA7T%R@:*GPA7T7_ramNjBPD3sCM[g(DJsN8EccDGG'8"MFE2POH?OIXIsHBhIt3*% K7npVKE$T*M2;.d&r;F'M2@%DL4t;6K8#)9L4tA;rJ(?+s+CE-L&Q`SL5:\AMN!FGJV/`6M2@"A KS>2;KnG#3KnP&2KnbD@N/`jRLk^P5JqX,Y(Pmp)LkgbFMM?e;Knb>>M26qAKnP)6L])u-LB<-] Jc1,uJcC6KJV&Q/LkL>2L5:P7N.lXl=IJaZs8N&rp@\(Wqu$Ejq>1*jr;Zfpr;Q^?p[\+J8VQ=Y K`CcBs82Zlp&G'gq#CBlp\amfs8;Wkr;?QnrrN,tq>NJUqYgUAt8lrr<"K~> '*%t2qtBmA>i[!a3)NGr5eo_$I6i6_8=.(]tV4qrkSQG)SEbs]XkY]['?d8XfSY(WiE,# Wi2knV50l\rh1(%Tq7dDS=Z@CS!ob4R$jD/QBd]!Q2[*LPnfOIPEM)rR?s+tN/`jWN/<:AJqJ`- rdkN/J:E&sI=?TmI!^5>IK+]oHO5.KI!^-^G'/@_rd'';$!]+XeN\+:/=eb7mA=;%0d(@&P#hp:JY+b-8f.9=BnBF025AC ;Gg7d:/4V]9h\/L6ps=*5!D4s5g.rg<_RrgNkS(n7(hTqnK`WN*#"Wi;u!YdCa?Y-GFD\@V[O "2)=]^AYbF^)+Js]t_D%`lZBGaiMNB`PoU._o'@-_Sc>ms2P)X!QW4Z`C.bgb/hcNbJh?:aMc': _nj.)_o]p:`5]g9_o9X9aihrSccO;L`59F2aMG^0_o'@-_9L-B`5KX7`llNHaN)<>`5fps`rF'\ `PfXl_(EOB`5BL2`Q-'A`PTO5ai;3-aj?D7+Zq>.1.>&HDL7;K_:7]@qu?]os8W#prr48>nbMWF L$1+?qsWqEk2PFMgsj'@XJD5C2J7SfcYs8Drss*t~> &c_k-p\+XKBLOp('H7r((Bk!?"=OES"9o#2!6!W`<'"8r?<"U"r3":,;?"pG/:$OmIK"U##9$3LG1 "UY>4!!$3U>>(]aeA `9lmds8Vihqu$I$pA4I@aKhM+]\<2[rsJZ!l/:+*OFa_;qu6U&e"U"r.!#Qk&/#lY,M"p4r2#R1D5!sJl2!!36*"U5,6 ":GSE#6P)6$iU8/"oSWE!sAc2"9AK&"9er5#6tM?"Tnc*!!*0*#R:M8r;cm&rWNE/#71_?rW!uC #6b,.&1e#+@7;;"4A&O^H]4E0d,X`or;$'ds8Drs.K95Bqu>n[X78#^s82TemHWcjf?:t?Z(mYC JnA>)BMq)T0-_5@#6kJ0"qCkE%N,s##UBob#RCJ6"T8#7_b05<:MX7`"6e rV$3iqu$DL85Z,\rr)irs*t~> s8N&u%K6=b>u"jOK9)"GN/F?=@>J >lJ"9>?P'0=BSg1=B8H$>5qb)=T;EG=B\m1='&O+='Ja$:KCOs;,'\V:/Fhc:JFGT;Hcpe84lQ[ ;'lMN+Y4WI%iHB/,V1`13&WW^;,9J/)@[iG5Wgqd4uc5(8P2/\"uf=F84lc<"qaF&_&ihm/1GCI**ul+5'bqK$)&jS:rYu=f)(m?=%/Q?EF)l;@G'S@TFE`.U H%(9oItE?)Jc1-!JH:U`reD#@MiLP:A6L51G5K7nr5LPCP;N/W[NKS>5@reCK0rJ:u=Ll$tEKn=f.L5(J>M#N5)0I=Hs+Kn5&8h&^>2rr<#rr:p &c_k1qtBmA>>942]?%q,ccO<,a[@s*jrqF+/LbI\a3`\mM;H>XT#>nH$;D/"]9N"_b :esh\9i+Y\9M.fC6pNq!4V'bB5!1tj4#\rJ.k2hi+USF`bW2ZbpVl-W#Za-^7YI(UD ]=bbe]Y;"irOW$@'YV/m^VRh.aNM`KaiMNB`k0"(`PhbmrQ#Ym`l5m:`l5p:a2uNDaiqoH_Ss[s `uN%6_8F:6`l,j:aMl$7`Q#s>a2c3Ec-4;K`lZL)^Au(J_&LG9aiVWC_S=+2a2lBEb0%iH`P]U4 a2uKGa2S"p!6"lS,K.RAaMl!0^rFI8_R%S?D)"I5,UtK:;Ib$/PISWblh1/SrVHO?rVufqiCKBn +DCZHoCV5,h;m;6_7-P>P)G09?X?f'5WUVF(CU3Jq$/tf%1s*e+<-fGS=ZCCSXu19m\r;Q^' q!k,PV7G1Dp%@nTrtPA"k26.:s8VldabF2BH\@6]nc/UcrrE&grrW/urr2p%qt^9kr;?Nmru(_4 s8D`fr;ZH`nYoG+"sXTf%grUE!X&W.rW3*'"oJW(#6+i0"pYD?$2t;3#mLV="U,,8#6"`3"pY87 "pYD@$Ocq>r!=#?"pYD?$OdFL#n%1R$jQe9"UGJ7$QBEX#RLhF#m^bA#6tMB$OI%=!WrQ0#71\< !Wi9#'EndO#6P&5$4-n>#64`,!rrB+!s8H%#QXu,#mgS3#6t/-!W`B,rWWQ.!sAc1!s/?#"p"f. "9\f.rW"t\"U5/4!so;>#n@CQ$OI%A"9Sl5"9Sc1#7(eK#mUV;#6t5B.0(VM,t:$c:LJ7#Sufrb nG)_Trq6*c.J`l@k$P1c.9uf@q"*b:khb.Gah4mQQAL .K9AIr;Q`O?;b6bR?WVeM2mLQOH,'JKntSBL4b)3LkUSZY!/=BAO'oi1rir_ibq"]J;s;,C*b97BW/85)iT7mJ'u%3QAm(EXP9+=8Zs3'&lS3Bf\k 1bBRY&frep76rUk7mf?u3&F8q5W:`!5n4tX()7Q9;,0MJ7Ros<779I/5s[b#5<_+f2`Ni[3]TDf 4?GP[/L_e`)AX#"'+u0'+l@n+?OU=N@UW_W AS,OeB4tuWBaJQlDfBW6EH6,Crc\85I=Hd"L&Qf_Kn=r1KnY24 JqJZ,K8,,6Jpr3"JV/W1L51P=KS+u9NfAjJKSYPDLP^tBJ;K)7LPgnCre1i:LP:bKK7f,@JV&N. LPc"f$&==nMM[.DKnkH^LAurNKS+i+JV/]4KReW/LkUVCMi*@HKnFu.KnP&/JqJc3JUm`L'7kdi KnFG/W;lnrrVlfnq"amgoD\alqu6Wjq>L rr<#m,l6.uBSX4RdDEiBcHFGYcGmc@ai_cH`5BU:]tV4o]">\n]tOEXrk&3?*OiAXXfo%;[C3QS \@/cKYHG"/XKAV&VPBiXTV8+UTGX;mSt2FBS"#q=SXuFDS=>t8R@'>,Q'@L3PR!D8OcYBSKnK>U s+13#rdP3&I!g?jI!^0bq0)a`s*=Tgs*4clG'%_CE;=EhEGfT3F`_J4(BbL,+qbP()'0tN0JYF? 2)dZb7R]L"%LEI[0LA8t/j)Qg3&<3;4ZYkn7T`(j)^6=C'dQ4777Kd<84Q-<7Rfg86pj=.5X%=p 5X@Y"5<_4m3AW67+Wh[A(`4,.)BBqA)]KG5-5IFN,81kG@rQI3F`VYKH@1)=H3/JBJ,OrsJH(9+ LPUkKO-'1"/!,pWPEqZ-T:MRGTV8-VUoUW"YHbF?[CNl\]Y2(q^q@@q_oKa3]=Y_j_>_;-_7dRt ^qd_!]tV1n^;7Y#]stVa]=kqo^q[Xu]Xtko`l>j.]tqY)^qmt$\A>tm^V[e$rk/fU^V7b/]Y)5% ]#)A(a3">'#/@si_SO%%rOr-C5J=_@\[oGg^qRCl_8@ 0-:l:$OdFL#lY).#6,,='aZT3;4El s8N`/o_AIFBMU/rs&Z2"9JW,rWNH.!s/Q.#Q+T4!X&W0#7(M8!!!$"!!*3# !XAf/!WrQ1#mpS7"9\l2"U+W'rrE'#rri?*rrW0%!WiB&r#.$3(2G#7(VC$4@+F$4@:M"p"l3#RLhF#mghAr7"pt_F$2Of1"p"f0"Tni1rWj&? "pG/8#mh"D! $j[(:#qZDe"Tnf-#6k;5!sAc3%LrjR#mUY=#9Xa*4#ABI5=\aeI$1A6fA,BSqYC!cq>Mi=p]'t_ K(:m,s8)BWlg!Hbg -iX/GrVuoQ>uY'QNfT-YM2I(EN/N@?K8>>=KnG#2L51P=KnP/8M>VuMKSG54K7ni*I!g?hI=?Wn H?a[^H[9jXFE;MKH$=FSEc>smErU1cEcH&;Df9B*rbDpWBkV3pB4kgfA7K(XraQ+@@:3VU@f0X6 ?iOI2?2n"*=9;Q(qL5:Y?L5:bEM26qAL5:_GO,/IGLP(A=Lkkt`%>KXlMi*1?M26b9KS>3[M#<)ILkg_> KnY26KS4u0Jq8K)K8#&6JqT#=L4oP]%>KOgJUi9)KS"c+JqJaUJII-]JV&K(Ip.'@s8VoorrW2s r;Q^#rqZEhq>:3frY5D0s7&Epg`BVurVZWns8)Zmr:p-fs8W#sr;liprr39&r;HZqrqufrrr2oq &-)S-p=E>8C2Rm(C2%BtD#%lHD'3%6Xt\F9:^nbS&+:n@U_rVlisJ,~> rr<#n,5TqrBS!A2b/;9Bb/_TIbJ_67aiVWD`5KX8_83q%^;%M%r4NiZ^qdFi]"#,QZEpsJ\@K,X [C*9DYPbO&WWfB#Vkp2ap7V>Us.0.\#+_9RR@0G0rg*\PPEZ!1"d>+3LPCN\KE$Q'Jc1-!I/\Nq I!U,7G5cgfH2MmhG'.kFpMU^bDf0N8F)G\X'b)NC+VkP&)BpU./1EG52ENK9.rO9^f-OHGcpR[sAK rh0:k+0D]MZ*UdH\@K2_]Y(qh]"Gep_7dCl]t_A!_8*k"^&>\F]a)3^]"Ghp^q]`Y)ninu^qd[u ^r+%+_8*h#_8F43^q@Lu]>)1t^](nU^;%G%`4iq&_S!h+`lS,#r4rHM^V9ZZrOr6Cs10;a]Y;.q ]Y;>&^qRY%_SO"$]Xtek^V.:m]tV7u_SO(e^_b&#C-Fg>.5 s8Nu6pA+aHB077C!<<-,#mCD7#R:G4!XAl3"9&E0!sf)7"9o&8"p4c),6J)S#m:G=#mUS8!rr?* "T\T)"9er2"9Sc2#6b><#RL\knA"U>8)4!WiE% !!**%rWW<)qucp$!WiB&q#UHrrrN*!r;m!%"SN!P"9o&8#RLbM$n6#!iqWQGp%J4Yr;-3^p\=OZ qYgHanaPi&eAo>Cc.Cq@oC1uArr3E'k.?b5V4EgKg].$Irr3*"rVZQlr;ZZnq?QusqYU6ir;-Ei rr!i5pAOpdqYU6ks7lHfqYBs^q#CBkTh#q")%?rYrWE9+!s8E%!6!s/H)#71V="9\f3$4$_7"q(bI#mCJ7!!EH/"9&B%"9&H("T8E1"9eu7#6k>8#6k>8rWE3) rW)s!"Tef0!!!&u!XA`2"pk_I#6au/$j6Y7!WiW4"U"o0"9eZ2)[QcT#8\Zk9Lpoq0geZCFc !<2or(#)t\9ko<9Ll7.ILP^tJLP:J>LPCN^L'`QkLkg_@Ll$q@rduGLLP^q>Jq\o2J:E&rItE2u G^+O`I=$6_F`heQH[L-bG&hQtErU4^F*.D&#BFWtD/O3,C]8&SBkV0mAnGL^AH$-CA7K(X@K'X8 @:K4Cs'G\1s&f8'!EW=sk:AIO":/+DU91_]G9.(2a,:=ZU+a4?GP^ 2)?s?.jcAX)AX%d&dB!d)B9e?+9!Do.Pr%F!"q[q9h\8X;cQjtrDO&&?q/6$=@1L ?t!MR@q0%[ral+?"D)1YC2M31r;,D7CZ?j;q#C0gs8W#os8Vuns8W)tq?[#ts8W&trVZZorrW,us8N#s r=Ai's8:,37qujTB4YXdBPI9W,A_47Df9K.C2n**D01,OH#$PA)^/1Uhu rr3i3q>/]H;f8/@_SF49aiDNIbK%TAa2Q!7rko,\`59@+_SX4-^Abe^^VRh,[^`r]\[JoR[^j&_ \$WQPZa-g=rN-:)XKAS)W290^r1jRhT:_dKSt2DLRJrQTP*;.0Pm!>8LkpicL&m'crdt0$rdb#s rdForH[>L5rd+TircnHes)\?_Df0IgDZFeUE;si:DIP^K*?uaH&JZ#t*?lgX-S-i'0etUI4?5D] 1+4(O"r/.,1-@f`1,V'U6UX3d";i[4(+E!b5t1cB"%>UF6N04L55dV^4?>Pe4Zkbc2Dm6C.O?,V *#TP.(Dn#-)]eo!ruVL]-TN:V$mJYhrbVdWFEi%UrHJs#H@('gIXZcsJ:W?*L51YGNfX!r#E=b( O-5cpRf8oYSc5,aVl?YsXg#%8rjhj9%_TNi]Xkej^VIY"^V7CprOi-C.D*1']t_:p^V@Lr]Xk\b ]"Z&"_SEq$]tqY(]t;)!`Q6!5^qRFq^qd\`^&PhG_#V:L^C/!!`lH->`Po^1^qfra!5SEC!k5\M rON9F]Xtnp_7[=irk/`Q]=YYc^q[Rq]=Y_grOs5a]XtemQ8DH(-o3hI9k8[;VRF1cjQu@2r;-Hh rX/]&qVjPOj=T_"legLPdD<5nWM"ikF(nrZ8jkWj*>/be$47%ErWiE,%g*+L)(>o%Z(.8L Q'IZ&RJE0oS=Q7DT:MI?Sskt4T;ABZP^6.S,Z:2ep%F1u9rJ$irVlisJ,~> s8ObLp\OpJAj@gb&dS^P%L34F$4@.G#RL\<"U>;;":588"9o)8!s8T*!1#7^qA"TSZ2 "p"]+"pbG="oSQ("o\c,"p"i/q$$cu"p"c/"pkS=rWNB,!s&E$":,/6"U,#1!sAf,"p+r0!r`35 !WrQ0"pG/5"9S`/"9er3!s/Ms!ri<#!;up#!WrQ-q#q93"U>26"UPP:%N-ZrR+(a-p]19lru1h+ pA=dbq>1!aq>UEop#t;>ZF%3ag?J,'rr2p)kejO_lK#gHWp0'PrWN2tqYBs`p^6usq>1!dqY:!d qu6O=qY:'fqY9parVlWhq>1$cq"OggjFoH(#9+'X!s8Z1"Tnc+rW48G"9\c."9eu7#RLS8"9eu7 #7(M<"U+u0! "9er3!XK&:"pG)2!W`H2$4$h>"Tnr7"p4r2#R:\D#6Y)0"pG/5"T8E?#6Fr2"p+f0#6tM?#6k>7 #R:M9!sAc3!!*!"&-N.?!!*0*"Tnf+"pP;<#R0r*-O9q]"Tni.!XAo7"pkSC$n2o/ !<)iq/)+9#=aQ?oM2R7LMiEaXNJrgSLk^\AMMR"FLk^Y?M26k>KS+o1L5:_$4s/pf@Ans&8nps&&els%WSh9_h=F9hnDU84H0D6:NdJ%2Bp0*#]V1*$6:F +=&Bc-mg;i,:4uu1bL$o#7(_L)C$^`1H%6W5VNrV=&VXA$mJLF7g):M6UF'758ujO4?Ykm4ZbJU 0.e\%,9@[;'G:uj'GVN**?b>*&g8&;.h2O[)+dOp84lZU;c?Ojr_`_pr_s)%<``C+>$Lu3'OG-S ?XR;N@U`hWA7T7_A7T7aBPIB[rbDIRrcA*]!-S9g!.4]k!."Ni"+>ZKJGXruJMVn/J:E'!JV&T- J:E*"Ism$)KS+l,J:E0*MMm=HL5(A:M2-b;L5C_EMhm(>K8529Kn]JY#)InaLPLM6reLN0$\sIj KSbM>KnP/7L])o,KDpH3IXm$'KS"c)JUrE*K7N]G$A3q]J:;rqI=QfrrdFfq(N`A`lMpMVs8Mur r;HTos8Dutp%SIcp\Fdrr;HQgR)Abq=mH%drVllor;R6'pAb'eqYgHorVuiorr2p!r;Zfrrr2j* r;6Ela?`:/D/!Qj@qPIK!buLdr+m rr4VJqYJfH;g#4ebeqWNbKJ/Uccs\Xai;9q6R$Wu"Pa266!gSRtreD)A M2I"@KS4u1JqAH#It)oqI/&'fHN/9iGlMseEs$B!D/B#d5B(U^Df'*X;rY&/uuO2)$pM6:X!T$V!`[0b,C'9)V*[6:!h"4o.8n5!1kf4?Ybd 2DQs<.O?5Y)]9G,'c%W(*?H:G,9nBU'.,CE!"1/VD/*d"Dfg4&G5c[uG^4R\H[L6jIt3*%Jq\r9 N/`kmNVg^qI@k]=YYa ^V@Lr]Xk\b]>)8%_SEq$]thM#]tM1t_8O:.^:_+o^V@LsrOj#a]tM7u]tD2$`lH->`Pf[2_8!^t ^;%J^^&>SS[C<]Y]=GG[]"5Md]XbP^q77rf]tCtf\[]/[\@B#X\@K2Y>TQEj+[&1Y;J_/^Zc1/L oCM>?s8Vrkr[IgDr:cMnq+b&Sq!mh;lf-^Uf#P>(V436iF(\fX8jkQf*=rP`$47%ErWiE,%fltG *$GJt[\'%UPa.W)Re`6NR$jB?RN%faQCX_?R[]_:PAE?'+u-(>L.4e's8W&ss8RT~> s8NW,p\OpJAiqCV%g<1K&-`F>#qcPk#RUhA#RUqG#6tD7"9o&4!!<9'!!!$$!s\u4"9eu7#Qb2: #6=i.#R^tF#6"]1!XAl4!s/Q,"o/<#!!E<*"U551"qLk>!</3!sf;8$P3Xc98L.EpA=kCpA4ad qY9j^s8Vofp%S=[n)W$;]>E.]s8;N^r:odTqXjOGYG'D,r;?Nlr;6?drqcQi1B7@Or;Q]nqZ$To rr;urqYpEiqY9pbrVHEgrVcZjq>9Wo@3H6s+:ADW!sAf1!W`<'qucs")?L!E"pYA7!WrQ/"pP;9 "U"r0!<<*+#R1G9rWN6$*WZ8!sAf5"p>,7qZRc?#RUkC"pYD<"9JZ0#6b/2"UGA:"9o,0#6+l,":,87!XK&5!XK)2#n.(E "U#,;"p>&4"pP81"TAT:#64c-"pG)0!!33&!!!''"TAN&"TJW/"pG/5!s/B$*WZ6C"UPYM.KDY$ -n@G786U/!Xh`96lIP(ss6fLTq>Mi?qY:*]s8TL&o)&=Vjlk^\gs<^AZ`gEhKQh0;;b9A9/KPK2 "pG)6#Q=r,"V1_P&I]Wc+!;!u!s&K.#7(&,,6e;S!sJr=%L*.H&e+pG%KceA+>br"%Lk<\8Qqne q#13ls*t~> !<)iq$enlX=a?*fKnb>>N;eegNfB!VMMR.KNJiXMLP:J=LkUG7KS+l.K7nr4K7\]-KS>/2KSG)+ H$XpiIsq6A"+P`FGlDgcFSU+ZF9HZ,F`_d)EY!/.D/=96EGfN(An>L`AnV*V#\RXW@UW_UA7Y[H s'G\1s',M."'\r3=SZ%t<<#nr;ZBPs:JOYZ9MG7T7SHQO8k)3>9L;`R.LlRh)\s;3*ZH";*ulCJ ,9IpH+!)=;(`anO/NY^4&d/:I)D*Qm1-IWP1dj>e591Y.83fF+5sRXurB:'B1-e#c4?bqk3\i<< .OZPa*#0,"&J>cn(EFP>+seQ^,T.^J#65)Z;+aAK852oX:esk`r)*Jm"]SK'=BSf+>V05f?X@)I ?t!JQ@Uin[AS,IbAnbpjAnPdkC27U'E,fo>F*)MOI!^0bH$FR[rd+cqI=?a!rdk'!&qPXcIsuir JV&H&IXcp#JU`<)qgoW;L5:V=KS>/9KnG&6Lk^P5K8,,4JqSjVK`?])Jd@*]J;/f/J;/gXLEhP- K7\l5KS"f.KS5/:LP:D6K7\K"JV/Q)IXHTnI=-EkJ:RWJrdXru*J&`kIsuclH[L-bG^+O_IptF8 qZ$Bkrqu`mqtg3hrrqKLs823Vq#1j&qY'pUrVW[gnc&Rgq#C6gr;R6)p](9jqY^Bnrr;uqrr2p! rVuosrr2j,s8)Tjb"k<4DJ rr3K*qYJfH9l?iM`komFb09k00$__caMu0p3^V7Co]Y2%o^V.:m]tV7s]"Ytn \$`]W[^EHHrNHC1Z*1;.X8/^oV#R7nVPg>jrM'mtTUq^JTV%dDR$X,&PEhI5QO&n8Mi*@KMi_)]KqJ)]p=N ,9nK^-mToW+t+uq4>J,o"pbth0JY:>69mOq3A`uh*Ypk,5!D1q5!;%,48_2r55?N/dXl !0@,@,a4L[R?j/*R$jD4S"QINVl6YuXgbdJ[C! s8Ni2pA+aHB/CA)!!!'1%fun4!WrT/!WiB)"U=c*rW!'%!WrT0rWX#>"9JQ'#RCY="9\f.!sAc3#6kD3"oeZ-!WrQ. #Q=r-"oe]1!WrQ.!s/K'q#pZurrN*!"9AK'!p.5s(Y@=b,b ceIC8Eb!2js7Q !<2or&_gPY94WBtI"6a%M2@"CMMd2gM?SotNJraNrJ(H/KS',T'SD!hLkUG4KSG8;K7nr1IXHQo IX_9E#(D)RIXQNdrcS9cq0;m^!d/U-r,`s#Ec>o5FEDPBD/*]qAS,RgBkV0mAS#@]@UiqZ@/aO5 ?N4:9>[:ZB?!LT;q,dPps&8np#>n;n:JOYY9__7H9M7rG6UjXC;G9>-%K[+P*@WK_)&XD7)]9D+ ()Rr#'cJ&1)&XA>.4cnj(`XbJ.4?f-0dnV21GV3L(FMC)2E1Up!]N"rr]'m;1HIZ\3B9,]3&N?> -m^)\*#K8!&.oNi(`FG=,:+Z`-R^So*=Dra0LeN%7nHBL:JOVZ:]4)q:Jt(h;cHas[:ZA ?=7/L@:E\U@qK:`A7T7aBObO_AnPgmC2Rs.E,tr!&UShMH$OXYGBnL]I!g?lJUi:MIfP#uJcC9# J,b$)JU2WiItWQ1KDpE)JqJ]/K`6]>KS"f/L51D3K8>ASr@U`k^DfTu?E,of/Bl\'0FEVeHD.t:7'.HSKs7cKk s8RT~> rr3]/q>/]H6!K>S\@]c+`lZ?Ca3)QFrknuZa2c3<`r3jX`59=f^(n>o]Y_Fr]Y;1t_7dRt]t(Ya ]sY8Sriuj:['R'AXfSY-YPG6sW;`dqV&cA,Tq@pNU7e*JR[BG+Q'Rc(Q^=#!O,]-XNK0$Vre^Z2 s+^i/J:W9%IsuhAJ,XcoH2`$nG'.kIE,KK.q/8T;Df9K-Bl%^2G\gMH)$q!01c-a(()e;7*#]Y3 )BU+@+!`*T*ZcCN.P3+o)^$O^0.S\:2D[BH1,q]V&0Ehf1c>7j!];emr\sg9&ii'83&ioY2`*3? -mU#[)Aa2*rY5SR)B9tJ-iPOo.2"Wm*si3"7U'P>C27^,F)lAFG5ZUqG'S@ZH@($eI=Qj#KSPGC pl$Y_OcYZfQ'Ri&Pa.T&R[]e:SY2aUW2lu+Za6sCZ*:I^MsK c/%I>EF6N[qY'sbrVumFqsj4Op$CorWiE,% gWIM&0`&\Padu$OHYuqPk^FdOcPQcQCOS;R@0S5Q'e8=Uo1)_P(nEI//fp+TE"lgrr<"K~> s8Nu6o_AIFBLXE_#6G/D&HW.?!8$ks?i,$T2\`oH[dqZ$Nj qYU6jrVn#>qtpEnp\=Xcqt9UXqtT[Nq"t$in+lM=dC[s'q"adarVccqq#;Z>s8W&os8Muorr;rn s8W#nq>'pcq>C0fq"X[`iM^32#o"'S#lY29#6Ou,!WrT)"oni*"T/E,!!**%!sJQ+rr`Q.!<<*- #R:P3!s\l0!sA`1"pY&,"9AT-"U=r0rWN6'&Hi:E"p=r/"9\f.!WrT1#R(D1#6+i5!!*0,$O[4D "9e]-rW`?-"9nu2"UG#.%Klq27"pY>9"9Sc*"TJQ@ !W`E,"U,#2"U"i-!sA]-!!!0."onW+#5//u"X+!N!WW3'#Rh.P%2q)j*tf_O5Z;BUYfbb`lL/O' 9"=Nmq"uT;s82]nqYU0is75XNjm)-feA8AlZ*C+;kb85b%fNrVlisJ,~> )ufm;rVuoQ?!1KUL4k).IYN`:KnYA?KnY;>MuAMdLP^nFLP:A5JqSl6Lkg\;LP:A5Knb;6KS4u/ J:E*$I!pElItE<,IXQTkH[:$cq0;pbs*+QgG5QImFE;G>D0'c`A(*4\D*?#b2 'bV)k'GVB#(D[Ys'cA#2)&sb@)]g=B+"/g%/fu#g1FOau&03GS.kE=O0E3a+1&j$/1GUmH1GUaB 0eOt',9IsG(DRMn%hTHk)]TnB,U=TZ-S$he&.]?Y69 ra#P3s'bq:s'l(?A,]s;@h<3^AS#IcB4tsqD/X?4EcZ=$H2`'gG6)r7rI#''JU`,sI=?]tK7JLN JcC6,H[L9oL5(>2JV!fPre(3("G;8UJqX,U%Y]XkK7S]*K85)5LOau/re(r:JUi9"It<3&JV/N) JqJZ+J:E+KJcC6 rr<#n(AcZf;f%r8^;%e:`lcEB`Q?6@^VRk-rPTl#b0.rK`l,g.^;.S%_8!_#^V.=q^q[Rs^:h1k ]=ktd[/RB7[C3QMZMh'.ZMC[$Xo>F$V@KGuU7\$MTV%gHSXc4:QiD/K)e2/I,HCMIQuCi!s(Cgojd.P<1s*Z#J))&3et'G_N) *$-+>(`!r.+<;FD,9\$J,pXlh0fUug.LIp`1*d/@.4Qi!0)[I'0`Nm-1B0-[2Dd0D1,:O8/LMec *Z>h-(D[`#()\)4,UY#i-RUAr4X(LK(cYDnAnc,]DuXbXFEMd+GQE#3rd"Ef#Ch8UK8,5@Mtr;J NfT3\OHYloQ'R`&Q^F2/S"#tAUo1/lrj)O.s0**?ZaR9KZaI9S]",A_]Y2(l]D]DB]*>^Q\\5hq ^AbbD]`,VD^BD6^]"GcV]FMZj^:_%k\\5hm^VRLo^&G_Z]Xtbf]">Yi]tM1o]tV7q]tCtgrk&3A )7d8k^:h1k\[f5SZ*L^AZ*(46['Hd7Yd1J,ZMq3TZa-j;Xfnt5Y-"cg6T>r6:.mQB@t^Ypf]_eo CC`b9n,3.[r$hOCqY9pZp%A:\mcs<$kN:UPb.P0dV3ZLSF(efT7mo-\(^pWP"U,/;rWiE,%grXT #V.SWF-;K<;ZOH5E^O->ouQB@2hPEhN)SY2gZWh5H1MJPU65*Z*IrVlisJ,~> s8PC^oCr:DBh0s$((1K_'F"mN"9So8"98N/#R1D8#6tSE$O?k<"TSQ,#RLb@"U+u1":#,4!!`]3 "U5;B$k!CJ#5nZ0!R5jmW$FeC;mna3jMTq"agcrVuor!<2]l%/p)'rVHBf r;?Bjs8;lm,Q.N8q>C'\oD&6lFYsR3*?YIj$k<^P!WW3%!sJl6"pG,5"oJK.!rr<%!WrQ.rWW<) #6Fo+!!ro7"9&<&!X/c+"TJT&!!<9*"U=c**s2]S#Qt/1"9S]+!1Zbm.pN-q;'3as6fjas8Vi\n_W-^h:'C3js8RT~> 4T>B\r;Q`O?ppDuanWDuaYPCC=lkB4bgiARf1X @Uf=Es'Pb3s'Pe6"(,A?>kqM$<<#nq;?fup:esk]:&.H^8-2:N7K,Y95>=m?5t+("&dnpR)'L%;% 1Ng](D[Vn'bLlb',;/l)A3Mm()7Z,()e2:,T[U/.3/s4%hp3&,:"Tar@7gt#:qGY/h\k50E!IY. k)hj*ZGt6'G1lf%hTKm*$-+D,U+ [:T??smDO@U`hW@U]4C"(>YOBDlHBAI!$gDJjE6F*.5'+*`-^J:2iqJpr,qI"$TtKR\N(K7ec+I t<3(Knb5.Gklq/K7nr3JUi9&IY3H3K7JQ-M1LA;KnbA3JqO&U"+l)RIf=g#J:W<(J:[ZN,(Y8nI t3*#Isl]sJUi5uH[9sdIXcirI=$9iK7\JtIXQEdrd"Kf(jC7OH[U rr<#m48RT7;fen[`kfdEb0J8Qa3;cK]"Z&!_8!e&air&Tb/VHA]"Pqu`PfX0_SEt'`5B@&^V7@m ]Y;.q[/RB>['mKTZ*LaF[^EKKq60h'"gG26Y-+o+V[]N!U7e*KSXuFFT:hjErg=.]Q^*f"PECod NK0%uMZ8P4M#W&+JcgRSIt%3Frd+TirceZlG'%hGDf'@eDuOPPCAqp/.*>T;))&2WUASQ1(Df0K3FEMePH$FOVH@#L7#^CiKJqJf7 MMq7g#`Xe%Nf]BfR$di=s-SrgYUZ8c,.&oQ[j$qE+rTS7RAmY(^pQN"U,/;rWiE,% grRU"u/:U?AjPiK85;;JbbH.O $N:#)q>1'F@Q67erW!$*!sSu-"UtY9":btO#R(57#6k>8rWFkX"9f&<#mC>2"ptS:"9\]2#Qk57 "pkSA%M&dU&.0Bc$jm=J#R(A6"pY82!!3E)!<3*!!tkS;#mpk=!Wi?%!W`?)"9\l1!rN$.!(!gq=*Y;oD&=brUfLTh5l9SO1#1"9o)2!sA`-!X&`/r;\>K!s8Z0"pP55!rr<&"9el-!!*0("pG#-!sJl8$4$b;"UGD"UPG:!,2#6"c* "o\]D"9eu7"pG)1!X&]2!WiH.!*@1^j;`u$;-;Ii`H'lM.lgafLs8Uql*@P.,kl:\\s8W#rR7ZcFqt]j_p@IqHkMkOce^1h* d!d$)Is#@283\g[,T.!o!>9!sA`1"U5/7!WW3'"pY>5 !X&]6$k@#mq%X(_\;jV#L,frr7K~> &cMb0q>:0I@o7<+Mhm=OM2R8jM>rA@M2-b;K7\l:NK&mTMMhCi+,>T+MN!IKK6r0-N/&0Ir07MG(bQlI/S?lH[Pg>$@[JPGBS:^I!^0crHJQeG'\O\F`_d*EWL0!rb_jUCMINqrFQUP AnGUbAS#C\?XR;M?!:ZHraZ%#nd3?=$uKAmkRE#%1nLAnPajrb=E,Anl4%DJjE5DK0c?F*)VQ G^FjeI!^C[A7fOlDK'B/EccADFEN.N912aUs7uZns*t~> rr4/9pA!6F`W!dt_ns=2aN)35[(=2p_8F*u]tCe_ ]">\k]>;Cu^T`ugqmla:(:Ule\?iKL]=,/SZ`pU7Xf8J/ZE0t$rM9Igrh9OgSt2@>rgEeLrKI8G% [WEBOH>N\LOXl-KS4o*qgABis*P]2H?aXWG'J4TG'.nJF)>f5E,TW1CMITuC&VcIB3S^A?kcsUA 5GN=&e#Er/0PlI)&Nqo%j)Yf&g@nt$P!XX'c\>>+XJ!4"UYkY(Dn;G3un;7',DH)+!MsX-N55E, UFfd.P3+t-R^Ai,9n?O(D75e$m?N)(EFVA+Y"lf/hf7M/JA3g-;.WRART+[Anh6[+D>J*DfKc;E ccDHG^+O_I=d$"IXZctJpD`nJ:E*%L5u4l6B7.hNK0-aPa.T$S"HFMU7nVh\[],Y]"5G]]tM(j]=bhjrk&3As18]P]t1hj^:C_`_8*dtrON6H[ ^6g>p&FdWn E\ucg=FR&be);@!*P5+@TPl]1`dPN&./XG"o/6[-4'tY0MWHJKS4r1Ll.:WKS5&5L5(J=M26kAN ffKgPE_B#S"?:IQ'e)5SXl@E^7/Y(:S@afrr2qJ~> (B+:5q>1'G@QZ(S"TSN'#R(>6"U58@rX8r;%hK*N!W<<(#;-2a"pG/9$O[4D#6kD;"UG>5#R:M= #Qt83#n7"M-5$G)&Io6W#Qt83"Tnc*!<*#u!<3-9"9S],"UGA<"pG,2 quH]srri9(rr`W0"9eo/!rWEQ3"p4o1#6k>9 !sAN*r<<0)$O$Y8!s/Q-"9S`/"oSN,"U55="pOu."9\o7!sAK'rrE61$4-q@rWN6&D$1"G"9JW0 !WW6))B/Z(:,q!@YDq=O(Kjchg1kgI2j Ql[PqIWT.&75unL+r1Rj! &H2Y/q>:0J@o6ffNfJjMNedUg$\sUuNKT3QJV&W7P5U:'JRhf(IsufnI/\EpJ:;lmHiAElHOG4IH$FOSG'SCYF`dS*!HiM`EW^/pC2!QYs(MRJ An>NP@gumU@:3GJ>\%AT@UWYNr`o\3>$+j-*#&u%*?5q6)\ihk%hfZl(`*r)*$?CJ-5[I6$322FB4+hC0bGE@)]Kgm *\/_u"Eep8G^B@: #C:fJIscNdHN&[(?6>$:i/s'5P/"^tbE?!q.<@hE6_ ASH"#EcH)>FED4r9iRecrr2rtJ,~> rr3u4pA!9G`#6JUi6!It)orI=-Ehrd+Ng&9rDCG'.nKF)u5:DfBW4Chs#ds(hUK)IHo_ @:!2F?YE\:2^ogh*#f_8,UFKL)&sA%rXC"V"r.jg(`=2,'IFe<)[HEg=^trK>qla(&Jl9(+!;dQ -2eoH+$kZJ@q0%\B527"BPVI( EH?1"F9cu6G^FjeIt.EIs*k?&IY!'#J:iQ9NrG"cNf]B^NKBYd\@8uZ]=GBL\-0@R]=bfT])TDB]F2?]\\>be\%9>g]t=9T $G3s]\@]Ge]=b\brjr'?rk&TM]",A`]">P_[C6(B#I:S;YHG(2XT#4&X0&S+X8T'uWY*a'*;4dgfrr2rtJ,~> $iU,*qYL0H@QPtS$N:#*"oSQj"pbPD%LN7F'G^lQ"pYD?#mUV:#6kA;$4@1H$jZq>#n$tB!X/c9 #lt)0!!!3R1(+=/'G:l_"Tnf,#Qk&,"9nu-!"8l2"9el/"9eu5!s/T(":589"pYD>"U"l-r;Zj% #5n]-"9ei.rW#1"9ei,!!gSK4^eGT=G#h$W\s7c'mbrr<#mp@nC\r:osXmd&Q4KNC2H&f)At!s/i6"9S]-"9o)8#Q=o/"Tni) !<*$!!ZqLJ"pP55!X&Z1"9AN)!s&E&!!*-'"9JZ."9S]+!!3'$%flY2"9eo4"Tnf/"U,)8#6"`) "UY>4!X&Z0!WW3$!WE0#!sJ`,!sJi0r;[-)!WrQ.!WrN-"o\]5!rr?*"p+f.#6kA2":YM="U5,5 "ptY?!WiH+r<3-)*!s&B&!sT&0"8rB%#R1M<"9S]0#Q4pB #6k>3!!*HE&dUH`.jQAo9ga#qcJn*Zo^VVSq>^KohO,5i";3nLbl@G9F%kWlh_UrVc`qJ,~> &,lP.qYU9K@nL'TO,SaGN;\K0LP^qJN/2q2J;K;PLl%"IMi!4DM26tEN/`dRQApZSM2R=MK7nf0 KRST0MN3FGAhu_iL4k)+H[C'dK78)lIt<&pI!^6hH[9p\GBeCXGBS1TrcSei:((C]d(`ae>)As>+r=U%`()\&6-7LAg/iOmU)GF79<_t%F'bVB& )]Kdr)uUT`)&aJ8*uu=?*#ok6&ePZR%O;Sr'G1if(*"A91G(FA/0GN1"VN@S8jl$=91hcG84cHJ 9hnL_;#jGk;ZBZ(;H$Rr=BSd/<`N:+?2e.f?t!GN?XI2L@UinYAS5[jBP;*qD/F*+EHH/?FEDYK G^FXZH@(!bI"$NlH@('hI=$?hI=2!A'RkIXIXlrsH['g^I!pHnIslcpIt7NL$@[>LJ:W,rItE6% rdPB-JUi<%It<<,J:2ipIf4crJH^RRIsulsrd5E.It<0$IXQQhH$OaaG^":PFa&.ZrH7s[#'G$. EH#i8rGbPNDfKZ4FDkej8^m5*s8V`YbfAfAqXsX`s7-*]qu6HGPnO?%$or^UqY0l(6f7q.r:^0f o)J`g2_SisQ@qgmRfDgRs82cirqcNirVccrrql]qo`"juo6h?2=BSd1=BAO&r`K/&s'#;)!FK:7 @fBg9?k[0fD/X<0E,f`1@TcZurVuiprr7K~> rr6O(pA!9G:O'+lbeUs4^r!t,aNMiTa2>L$_90pE`5Ta:a2Ps5`Pf^6aN;NCf?VFU`lQ3Aa2uuQ=k90`597#\@8oU^:CVY]"GS][^NTPZ`pR5Y-5(4Wi)enri#jprh]djT:MMNS,\lh R$O#%PEM5tQ'./eMi$G]P?s$/n5Rd;*?QCI+!)FD*ZQ(2&J,E^%hTB_$k3dc*?QC[0KD3M+qF\\)EM&5@Uj1aA7K._BP_O$ Ci=<5F*7J(06_YdH[U?kIXm!#J:;oqIt<0$J:`E6NfB$YO-#K`Nf]BfQBdf.TV8'PTVJB]Vu[6p*^Q(_R8_"pF]'%flh6(.BJ[@=!?MIt3*%KDpB"JH(0*IY!'& KntYIrfR2As,RhTPEqT&Q^O;>R=/OCQiI*arVlhI~> /,oSKqYU9J@m`=.'EngR"pbJ@#m^b>":554#n\En!!NT6$47%C":5>=#5ncX"T\W/$k*UW!!ic8 "p"u7!='Q#)$D$$'bUo[!s/N+"p4i+!sAZ*!;p%n[errDurrtFA'VkqZ#rqFIFm/QkUqu$Hn rr;us!WE#mrrrE#rVulrq#;Q:mGG@ENc.TD'bV]0'b1HK!t5;7!<<*$"U>/6"U5/6!Wr?$rW3!" $3LD7"U"o/"U5,5rW3$#r;d`:"9\`,"9\c,!!!'&!s/H&!*032%uXeTDk7VA3I4Mq-lmdBf@n+c_?]7Ed2-5/.f^5mAM >":Y/0d%AG#QXo,"o\`*"oeZ2%0chc5n3oE#7(54rriN.! /,oSKqY^BMA5-crQ&h&kMi!:JM26q@K7JW*H#A:sN.m%DMMd4EKSt_EM#E/\OG\dJMMR+JItWB+ JprN5NK9*F1)O&K02+GU(CgcW"qM@`)&X>6+WV[L+s.gH+!r6]0/"Og(*>D/;C;bd',MH&)AsD0 (B+pN&J>`l()Ibb'eL+5&J5Qb&.fHf)A!/`)C6^T0HLu;!<<-0/hf:Q7n$!I9M7oG7nH?J9hnM^ rDNYo!)i_n&62b4=BJX*`X+YZi0[ko_eRYs8VQ. O&7#1"#m%Ds7#d]rVlZmqu$Ekrq?@*r;Zcrb#0Y>$>3>?t!MS A7]:^Anc'uCi"!/>[1H4:RD+]r;HWoJ,~> rr4DAp\EHJ:P$72cH48J_o'F4a2l9?_T0X-X1l]o_SjI7a2Ps4a2Z*:rP^_GcH"#H`l6$9b/_T? [^WWd^TEf*99-6r_nWgo\@K2a]!o2\]=GA[\@&`MYck78Yck1/W2Z`pV>m@jUB7*\T)G0%SXZ(9 R?s8+Q'Rf(PDtN[Nf&^NLPCM9K8"u2Jq/;uIJJ0oGBS.PFE;JCrc%mUs)%jSDuOYSD?"E:B4YX_ ?B4kab?sd8I:..#f(_I5h#7D+Z()S#7-n-Ph(_6u]*$Qsl0-1c>+[&q0-O1J+)]Ke;*#fe6 rY>\Q()Ii,)B&Jj+r;",&J,Qg()Ro(%LNgl.OcVj(_mJa"To?!5uD*+Bl.s'ra[9eBl.d*DK'T; G'A.QFa&+VH[^ElIXcluIsufsJqJ]-JqJ`;rJhJNOcbT_OHYrrQC"5:TqJ$NU]./?W2ZesX/r>% Y-+t5['d /H5\LqtpBL@mi$o%Km+J!!io@%h8pM!Y#D@%1"I-!!WZ8$k*IK#71\B"pFo-rr=DK#R_.W'Fti[ !sJi<"=P`F('#")((Ui["p>#1"9AW0"9AK'!sJi,!=/i6#R1D4!!!'!!WW9#"8rB("9\W))Zp3C !!36*"pYA9"U5)3!X/i0!!jnelS)#j-`aL0:NgU=KKo_A7Yr;HWn rVulrrVlfrrVcotr;?Nls8W#trqud2pYE?N8NACM+rh./,oI0t!rrB-!Wi6"#Qk55"9o&5!sAN& rW3!"rrj_P!s8Z0"U5/6!s/N)!1rW<*% rr`B-"U"`*)$:!D!<<-'"U"l2"U"o1"U>;:!s/K(!sT&1"T\f4rWiT-!sJr/#Qb5=$iLG4$R#]] #RV._'K\W9,pFU)@S034!#]7Kj7rZK>6G6hL=bD]rr4J=\pH_42&1A>cK43Rmd]W+m.C)/J1ME\ @\o3BA4f*D/0Z&K$NpG0":"i/rW`B.'+YHm67)[K+pnS["9\l4#6Fr/"9&EK"T\`1"pG/8#mLV@ $4@1J#mLYB$OR7O&.os<77rpDp&+dfrdX~> /H5\Lqu$KOA4'CBMMdLWJqf)>NJrXEIt3H9G#*+=L4k8:MMd4EKo:kHLkbn_)M!EqN/3+8G_(^% J:`B.HAmYu5nZ#(Lkg\:rdbu@Kn"]-Jq&2uJV&B!H?aa`I=?QhG^+O]HZ]7.#'"U#Df'<+rb;XQ Ch[TsB5%9W/7iF*@p`PM@q&qYA7AqO>%(fF?!:?2Q\#o"L.*>8t_!#l:[(aVdA5=%\-92J;T8Ol9B 9MSAZ;,U:j;c?b?;?=$uG@:oj_q>UBgo_AIdgMIH%.>H[Xs7Gs_rqc3_qu$Hfs8W'3s8Du`LFtGP=B8C!;H-Xs;,L4hr_k(A ='Ag4>$>-9?!^oI@UW\QAnYppC27^+HZNk-;4%7Wr;HWoJ,~> rr4GCp\EKK88tTMa2Q!,^r"+4aiD?9_pQuCKqcH!_8=13a2Ps5a2c3<_Z%A2`5TpEaM>KnFr,Isl`mH[9s^G^"@TF`_\GEcH&;Df>Vm!,_^Os(hXL $>3p]@UWVM>[q2Jr`fe;@:3AB9Kk-T)@ufU#S7R[%Nm#F.OY3@ruiC$'d+qH$jS"F9.(Do'd"G; )As;(&eYcg&.oNg'E&UZ'+tok&J5Wh()Ro/&.fO#0/"Oe!WE'9&KrGW?!CTHC2Ij.B4badB52@) Df9W;G5cadFU`S@H$k'iJ:N,uIXclurIk-'s,[2?#EOt/P)YQdQ2R$RT:hmNT:htXVZE`rr2U"& Xfo%;Zi73E[(!NOZ*1F;['mKS]!o/Y]"GYb[(?7I#.V.O[^WcWrjrKJ\[]#R\@K&W]D]5J\[oGe [^s#W\%]Pa\,No;\c95B]Xt`R\/Dig]XYDZ\@8oP\@8fKY-+n0WMcViV5L>prh]^oW;`auU8+Q_ rhomrU8%U[s.W;VXf%JTT3*g2.NffV7Uo.W&HE5AW8[OMnPoPk/qD@+q"sp^lEG7]1EQU,TZ#^T o(;VClL+<5b[q4_$W`pWJR:u83\r6$&e,'L!<<,p!tkkc7Of*HFFJU^G'8"OGBe@XH2`+8H[:*j Jq8Q0M27"HN/`dTMia*dQ'@Q$R]Ds6E*8V,q#(*irdX~> rr<#q-i`%680ADbC"pYGA$OR1G#RLeC"o\TK&df$S"Uu"F+X@`"$4$h=!WrQ/!!7rWW9&rrN*! -isDL!!36(!<<*#":#8C%KHbE$NgA/!XAf0%Nd#A)F@"uEKRWXkN`$G'`Ik&cbm&WKqdDqq>C0h rr)clrVZWk.fB8BrVlcnqu$ElrVQEap%@tWr9Vt>LL*CX#6tqk/0>f>$O@"C!s&B&qu@'*!sA`1 "9\c,!!*!!rrW3&&-iCB!s8Z1#6k>5!WrQ,!<`9%$NgM8!WrQ.!s/K'!WE0*!<<-'"Tec(!s/K- "o\T2"9JT)!!*3,#6b2,!;lj*!X/f5!< rr4GEr;YYc5<`D,Mi!:AK85>ENf8aHJ;]V61KK?rKS>2;M26qAMMmCML]2uaKSGVRLO*N'J<#24 LkpRc;,/SG,]/WlKnY/2K8,/;ItWW4J:<$%K7JAsH$asgIscNdH2`0jGlMsqF`__HD/F*)CM[g( rFl:GC&VcOB4YR\?t*VR@fBm[@U<8I?s[)A=]ea/=]e^(;Gg7h;c-@d9h\2T9h\2Pr_*5[s$clS $U[6I6q0U55X.Is4oIJj3]T>m9L_-+2`Eoh68Bet&J5]o*$cpk2`*0?0.7tY',D>l'-7VurYGMK !tu:X%fHhq%M''^&ePZc&.oQg&J,Ha%hT3[&f)5n!rrW3$QV5p4$,ku6UjU:84ZEI8kDWI9MJ;Z ;,U@mr_ikt;cEWo&6`4<<`W:)>$>'3>@1cF?=NkA&n5?]@q9+^B4tmiBkqR&Ci+06rbqmYFoHRe G^"=Urd4Zk"aPEBIt3"FHiJI'H[L3hJ:`?"H%U]uI=-D@Hk1XTJ:N,tI"-HgI=6EhJ:7EE%t/nV J:)`kH@16mH[U$#I=6KjI=H_FI0Y+HH?aXWFE@A#!-A*WrG_dSs)0Q.D/=$( C2.HsC2.NtCi=9+@7bbBnbiFeqZ$Nbe"L1u(dE#KiIX+CebB"Aq""1Xs!%$ZOL9g p\=KI2(`QM86jU8q"k$irUTj`r;QZrs8Muss8N&s'DqCeZpl0-:0(=k:JXhdjAos8W&rrr7K~> rr3N)p\NQM6<9,`a1]*m]"Z,^aVMq8^XClB?[K<-_8=.0`l5m6`lH->_u@J6_SjmO_m>h[XM2-S ^q[+/EG.NQ4dF((^q[Rq]Y;.r\@o_n\[T,_]t:_[Z*CU@['?d8X/`1uWiE%trhp+#TV.pKStDXJ rgEeTrL3kWQ]qE0-'4"CO-#H`Mhm7ILkg_=KS+c'I=-?dG^"CWGBS+NFE;JBE,TXnDuOPPCAqoJ B4h-R)Im5`=BJU)=&i:%>?tH8<`Dga8OYs::/*r,rYut#+Xf'(1H.0B,pFKS(`!u%!t?In+sJ-L (_[Dh%hAOI;@X3J&J>Ze%hK<`%hKBh(E4>1)^$FP)[l]H!=C#<;c$:n?=RhkChRSc\@9&W[CE`S\%B0L [h$!Z]">G\[^ETV]!f,Y\[h[M"1u.T\c0)O\\,J_\$i]OZ*q*IZ*1=2Wi;rpVZ<[oVZ!FmV>mDp V50l]TV%jJStDXJO/Jb;S"EP26S'Q7/4!ikVNc3q+;I%W\)N$%K\#qsqt'1Cq"F@Nm)b20!##lS i8EY\lfmTrgjLIi;E#.'AU%`[5;4N+&e>6? It<1MKF!9dL4t81IuTNgO:ID;Q]?H0?rL9ks*t~> rr<#r*rk,.=>:p@&If?^$4@=S&.T-W$NLGV$77DH#7(SAr;#Q=f."9Sc1"o\W)"8rB/#m^_="9eu6"9&B%!WN-( "9JQ(!sA]'!!WK*!!!*,"o\L("UPSC!sK#<"TTS`)^$n-?Ykt5f^%eco)JUH]8q01kl:SZrr)ip r;6Bfq=sa\q>0parVZNfqu-Kkq"=:LnaPVcY(U%@+r1V##RV@a$j?V4"pkVB!rW-!!WN6$"8r?( !WW6"!WN6#"9/W)#6+o7"Tnc,!sJf/!sAN(.K]hY!sAc2"9S]*!!39+!WW3%"T\T(!WrK(#6b23 "9el.!<<*%"pY>8r;ciurrNN-!r;63[q#'g[r/`%73f;M=e(iS9h? 6*f^eF"f@?>Y?Xo+s@R/"o\K9":,&2"U58?%1N=a5U-@@*#8eb#6"`+"U=r0rs&H-,6@rM"pbJ> "p>,8#RCS9!UBns*t~> rr4,=rVtee8P*f_P)PQbLPUkIN/EIIIYX28+t[MjK7no3rJ!"]MN*XSMMd=FJWZ7UIp=14N/NOP MgIr,$31&hM2HJ0KS+r3L5(M9K8##4Jq8K'rdXrrs*P'$I!L$cI=$>?GQE#3rcA0YD>n>QD/O7j CB/)JBF8BeBOkR\@UinT@/aU8@JsR8?5q\+=&r?#;u]f,;Gg7d9heDY9M7uN9M@tU7fPpW 6u,4Y6:412770C.5sRXt4?H"s2Dm`l7m&go5=S421ab+4,omg;&eQHD4$P\V,TeQY'aOdL+;GV- (D[`!&J5N`%1EXS%1Ws`'bh8m',;8t'GD,o'c/&8(_[;^"9BDc,;)DY7m]U377[>J!([#]#>@ca 9MJ;Z;Z9Yq;u]f%;cH^r<)d%)rE9/($!C>3>@1fI?XdLD@3/lgARf7^B4tskBP2'tDJa91Ec>r7 E--;IFa81SGlE(SH@'saI=Qm!IX?HiH[L3hI!^6hJ:`?"G_:NpH?jjcIslfsJUi/qH%C?iI=6Eg J:2fmH[L6jIt)fkI=QhGIf=irJH()uIg:FNI!g?lIsq%"`n^'DfB[oDuOYS D>e9)D/=$'Bk_sAk;#X<5 ;H$Oq='&F&='8^2>?Fp*@:EbW@q97gB37u(6^.QLrr<"K~> rr4,;q"i]O9OXO>bJ1m/]thP*aN2EB\&d:06qNN__8=(,rPTks`lZBD`l?'1][#!E[#%D0Xg5FN ^p&2((C_!UY/J8m^AbhG^';?a]Y;+n]D]>@\-o^NZ*C[@Y-"h-Wi,irs/H!r!MQ1cT)t[ZU&LV\ S.qN`QBI>lOH>E\O-#KcO,o-SLkpicLAu]%HiSNmHN/7#G^"@TF`hbGE,TW4E,]XmC]A/LB`W!` ragRk@UNPN?G 'S@ZH[BpZG^=Z=I=H`uK)L9#JdI-`K8#,=MMR@Urf:HKP*;)oQ'e#1S"6(AU8"?TU84Z^USXohW Mcl!XKAb7[Bm$ZF%*N\\#;Z\@]Ge\$Nf\\@&]P\@T2]]=bbc[^<]V[^`iT[_'&Y\ $icU\[oA\[CEi[rOMp=rk&3@s1/lS\@8r[]=YS[Z*CO>['R$@Xf/,qWhF:F/Ff0JYOMsZ3/lbMg "kfTk22%+2Q5TCE%`t=@8\j*)\ikn#6au*q#_->-SlYT6u[KtF`MA8BkV2ZFT6L_FsD-QGC+dhI t3$"JqJ]+IXHs.Mi*CMO-5NQEb87;qtL*hs8RT~> rr<#r)ZS]*:HUBQ!<#/rW!9/!WW9+"p"](!s\`3$O-_;!rr?("9AK)!r`?$"oni+";1kB#6P&0 !WrK*!=K,7!X8o:#lXf#QXr-!sAf5#Q=l<"9er5"UPG="U"u5#6P&0!r`3* !!`W.!X&W-pAcoL#6b;@&ePon%0HS4&/tcR!$46\3!!3$"#m:;4"9JT) !!*-"!r`93"U>;>#m^b>"9JQ("9o&/"9/E:!sAc3"9eu6"Tni,!!39,!rr<%"TAB7!58rW)s!rW<*"#6G)8"p"]-"8r3C!sSi1"pP54!!!9,!#JV5f=g)G3=:*?#q0$O-M0&d/IA!sJr:$k3^L0/*A6.1ljir<<<,"9\W,rW`B-+9;HB !sSu6!WrT4$k3UQ$3UM:"pG5>%L*Im5XUk:r;Q]qJ,~> rr3u9rVtee5>llhIt3H3OH5BZLkgb?KSl7S)[/6ErIdRmL51S=M3!d\NfT9FE.a@:OCfJ.L6Rm^ M0_T#!!!?hJVA`0KS>/8Knb;9K7SZ1LOsr&IY!-&IsZHiI!L'eIX?B`rcAn>nD/O91 D/p77Rfg56:!k$5XS%59L_617S#Nc.5*J71cIWe5X.Lu3\V`p!soJU,r%&"(a:X]&/62u()I`% 'bh8l&J,KP%Oqu#&eu2u'GD2u)]BS4)B9e?)\<)O!=0,H0LJ#d7nZ]Y;GBVI6qL'H9`@cc:'43e :f@6k!)rep+&u9>=B\p6>[(B6=B8L,?t*SQ@U`bS@Uiq[A7]@cC&VcfAnl4%DJjE5Df0E1F*;\J H?XOWI=6KhH[:!cIt<-"r-\Nm0RS4oI=[$%I!C0jH?XRZIXurtJUr?"H$=miI"$KiH[gHlI!^3f I=?cpH@UWtIY%KJs+(*"!I]FrIiOLg38S9qX44TqYpHkrr2rtrr;m(qu,K-)BDL?6V:!Fr_3De9E%`d;#X>l :`WJ7<`Dpr='K! rr3H(q"i]O5\[@C\Zr`T`r*t`B5)$i?tsImD/aN9FE2JHH$Xjc HZjRXH?t!hIt3-'KS4u0J:rN+KSbVFM3*g[O-#KePE_?"R[]h=SXZ7GUS=HVUSX`[Uo12jVQQu$ Xg5@BZ`^F44Kl&tZa-g@ZF.0P\\#;Y\@fPg\$N]W[Bd*G\\,Ja]Y(kd['IEV\%0#V[^ruY\$i`S \@K;][Ca/a\\.pQs1A9C!P#]>\f/,g[_08d\[/KDYHbF?ZEUF.UoCApX/`(nUAh&uVPU,bUnOHS Tq\B]WLocPS"#q>T8T2.P,#B[*)/p`.lBn#FbZr!tQJ0*<76rD0'c=E,BB&A7>IZrcS6a+EDOE G^OpfH@('kKS>)3Jq\r7LPCVDO-kfTFBb73q#:9mJ,~> s8P:^q"k!IA3i*l!sfSO"pbhL/0tf,!t,/:(_%`0"TAKB"p=u3$Od7C"pbM?!s/Q.$3pb>"pG20";Cq#m^b?"pYAD',i2U86BAhS>30qbN&6d o_A=^rsno$q>:0kr;$0er;-Hmqu-O8r9;D*P;k0;'bV)h$jR"D$4$h;!!NH*!X/f5"9JH$,QRrL #mUY<#6tD6!!!$$!sJi4#m^b@"Tni-#6k;6"UGJF!Wi9#$3:86!sAc3#6tG:rWXPM"9\l2"pbVF #R1PA!sT#:"U"u6"Tnf,!<`W6!!!''"9SN%!6!sAf5#6k>7"U,#2 "9eu7!!33%!!EH+%g)t?#ojob.7lQJ4?to#FFfjdbi83lrm!;8/.WamCK5'4s6fOCgX!I=0Kle: HXi/PcdKbLQ(uF+MNa-TIjPCP-5@aE(D7&Y!<<-%!Y,VE!t,;5$U#XE*\/9?%K-V3#lb,Y#RLeC #6tbH#mgqG#R(>;%1*1=!sSr3! !;ucp52KX4B82>$N/NUWKO]IbKR/<1KTh!/!'Z-tLkh:XLm4$PItruELk:b-2L:%?NGT=6;HI:U JpUB%!Z*e)rdkZ:Kn4f-KS+l0KnY/1K8GWfK)^E$J.mEZH@(*iH$"1QG]n+IEccSMEc1km)JsM6 D/*`sBP;*oC2.HpA7K.]An>CY@qT+Sr*B;,F'W$S>#nX)<`W4"<)Z^j:/+JX:/4MT8k_rS9hS)K 779U877'1(5sdn*6psI25sR_'69[Fk3B9&Y3B9,^3]T/Y2`NcL.O,uT*Zu[=)^d3f-6jcW*>oS' $jm:O%Ls$`'G1fl*#KJ3)AaA3(`"#3+#OlK$k3mm/2K+<6q9jD:Jah]91_WE92/)P8OuEF9M\Pc <)QRl='8U*<)cju='8[0>[(E;r`p@I?sd2F?=@AVA7K%U@:Nn_AS,RgBk_6nrG!]rDJjB1EHQGJ Fa&+RG^=[[G'A4XG^"=SH$k'dH[UBnI=$6dH[UABIh.!XI=-?dH$XgdJV8Z+I=;*Ds*Yi6H[C'` H[^BiH[UEtJq/B'JUMikI=?WnIY!1OHN\bHIsf>XfR@m.BcHs7?9erVuoqqtg3d`?>3n!"(e`4&ao3o)A@_ r:9Z3P5kQgQb`"ds8Dr7]^5Xt%/fqCR'?Dcm/6\Rq>C0j%fHA)q#C6ds4)WM)Da]Jr($]Ts%"&" 8kMZG85N#S:/Y%h:f17u>?=d+>?+[(>[mYF$<^8%7?mZCrVlisJ,~> =8Dajq"jmA>[rSk]unO7[bJZ_Y//5p`m2o[X?%D/S]\pb_S(`][_nWjo\@T;`\[oDb\[T,a`;[FL]DfBk[^30A['Ha0WiW>'Vl$AkVkg#XS=H.A WMcPcT:V[IQBml(QBRGmOHPfjO,oHiOH>H[M2@"BK7ni,IslQcI!^-`F`MG?GBJ"JDf0H.BPD6u D/?Y03='&L+4$Yh^.3g#],T7dO-6aQT ,U=QR(CpiV!Xf>B$kEmY$5ONp&/,Q]%20Hr,qUbu+rqdU3_)q?8RQ">CAr&VCMdj$C2Im,CiB;j 3H0%^GC+U[H$k'gH?a[[H@('gIY`c7KnFo+Iu9)XK/A&Y,SM*Y,eS'Xfnk.X/iD.Za@0N]"5D[['mEQ\c0/N\[o;[[C!)%k]=kke[C3TU\[]2_^](]k\\#D[Z+@HT\$iZNZF7*CY,nV"TqS3UUnaZW St;RJU8"?ST:hjLStD[LU6M%4Q'Rl.Q][?!T9+Y2.5k$^)_XEHBml&A_:7?$jS?qM&0_5e3*Sp_ lMpDIjkeP*^c=W`S7ko_aPGn+d&*DI\=K1VO`2Zc689)j&d\mD#lY&>"UtS7#6kAL9Hjfm=CtoE rGMRNs)'9(E,]`5DL-MMGC"U]GC+joK7A8uJp_olItWW6LRWs8>t^Ucs8Drss*t~> s8Q*up\OmGA2PVH$P+!`#64r22DZ<[&.esZ//p#r'G_Gm$OI=[!<<`=""->_(bH+M%0-u")DMR! !<#4#mpq@"pbM?"9JZ/#mUS9!sA`2 #6tG:"9JT(#6tM?#6k;5!!3<,!s8f:rW`?*rri<&rr`Z4!sAl7#6k>7!sAN-rs&H+&HW%;"U,#1 !AG(EXqP84H$?=`ot._ogWp nFlkV!r;]jrVlloqu7Z7h9WNuI9o5n,U+6B$O$\<"U>>>"p=u-!s/N+rWNW3!WrN."9\c-#RLA4% Klk7!WiH,"9er6"pY;8rWEi;"9JW,"pkY?!s&B&!sJo4":"i1r!!-(r<42H$4@4H"U"u4#7(P<" 9o,9"Tnc,!sT#2!!Ts'kq=#Up:-R'`P'bLcV!<<-%%K-86$5a]n!!shk%0m%7#Q4r."t9c_#R:P<#mLS=# 7(S>":5JC"T\Z/$OR1K%hT<^%M'U:4-]dFrVlisJ,~> =8`*urr<#S?U7tLPEUrWK8XhFDKKo;I#EuQHl!/sS;i/ONI5GeM2R@0<-b!rLIj=NM40`Y-NOQ+ =*KjW3:MZ/5,JcC66IslWiI"$BbFa&(RF)c5BG]n.IrbWTj Df9N1ChdZtBk_[(?5=&rC' 7n,j36:1Z=r^9sZ6:!n)69dRj2`Wo[3B&iY4$#A]3B9,\2`3K(l $OdLW',(ul(`XYD,9@mW,8^q"#6=fE,VCr74$,Pn7nQKP:JX_Z91qtX:'aQf9i"Va<)lrt;^YOG ='/O*=BJ^0>$G36>$G9=?t!JO?X6rD@:Wt^ARf1ZAS5^hAn_0Xs(MFIs(h^QDZ4SuF*;_LFEVkP H$Xa[G'J=[H?aUWG^FjbH[^HoIX?BfI!u!Cs*Y$!I=-Ehrd4itIt<0$r-nZos*Xin.=$;iIXHNl J:`<$J:W9"H@10kIXQZrK7&#mI=H`oH$4@TG^4U]H[L);FTZ`+DfPbsAoVa+Chda&DJj<-CMITu BP;*pCM7O#BPD=#Bkh*jBO4q;-?Ii>p\4^fr;6KnrqlNcq>\no<3L-`!!3mYl1Y/WqYg'\pniGk q5ddb=d@b:rVuibnc/XN\?EB`nc/I_p\=U_r;R<)p%n^bp$q6`2Ad`!6:j]G7K#^U81@,&8kDQE 8kDTJ:Jt(f;HI(,=&i=+?X@&IB5;=!AQi&07[*fFrVlisJ,~> =8Dajp\Od?>[)HL`RN>P\^IHtO.<&AXj>DDTeIdD_U$68_6^&K\]`'jQ,Vq3[9ch8akb740F\^c OM]D970"ZQRB*p4b.kU"\\#Md\[]8b]Xteh_#D"G]DoGU[^'W2?JlVPKoXrLNtc 8#<#VTqJ$FR$jA0Q^*f!Q'RYtP*MDtP)t`aN/P?X-T3=BSd/<`N@-=]ea-=BSEo7R0$n1bp*k((^od)'9e< +sJ'F%giXO$k,CFfaH[L6iIX[*/LP:J:K7f,@M2@+LOHPlnP*(olQC+#*RJrZTRK&d*SY)XQVPpDm XK8G$WiN2&Y-"b)XKJe2XfJP*Yd1[F\[oA_[^EQQ\Gj&=\-0@P\$rgF[fj7Q]Y(lS\c92>\,Wlk [(!TV\$ro[]t:kf]Y(b^\%0)\\@K8d\@8rX]=YS\\$`ZP['R*DZEL@1Wi)\dTq_O]A>,ZgSXuLJ TqJ$LTV.pKStD[LQ'n&*QC=8.OH#^"O+Lt&'NeK^(c+]_EIjUca3rYqn\cbVZu$ia!u?+Gn+5hq cG@3$=!MmO;$d4KCUD=3eC)%3YI:!@90=XY0,kT6#mpS:rW`E,rW!<0'IG=I!>@q6ChmMYCAVcq Ci+$*CMS$5F*2\PH$FU`Jq8>rI"6m&K8,;ENfBK\E*c5*s8W&ss8RT~> s8PRfp\FgE@nnp*$j@(K"pPhC$jR4_/eJ'u2^g%)!"TbT(DI?!,QJ>d!>RFA$R-99"TS``'/gCN +pAVo%KI>&+pnJY('aa@rrii6!<<0)#6b22!X8i4"o\W:!sAc0"9o,:#R1M="p4o.!s\`.qudc> #7(P:"U"l/!sA`1#7LM:rs/N-!s8Z."9&E3"pYA;"U"o/!XAr7#6"f'":G83!!EE. "9\l5#R1/0r<*$"'a"RB"9AT/#RCV:!=/o7"U"r3"p5#-"V_%>!#l[d&/QZR6XsnXNM3_sb1>2D fI5G-gt1*-e'#V>Zt#2#6tG9rW7NN"9\l3!W`9%!sA].!WiK/"pG/5!s8Z0"U"o/"U,#2!sAc2 !X/`.!<`N*#QOu2"rSKo#Wk^4)_43I?"n\MVn:.%g9M#is7EI72(tj)jP\V8\>5maD[nX`NcA>b (Eu.QBX#[mY)uWk*(Vn'+!2ID'G(QQ!W`?+&d847#R2J!$4$VL.hM[[rr`Q1"pP;<#Qt>0"sjEU !s8]1"9f#9":,>?"9AQ,"U,):$kO!^%21'L6'M6BrVlisJ,~> 8GiGerVuoQ?"@o3O,A^AGER5'+sKElMh@(T@gNoiMM6S1NH7]sJs)L@2`4cR@2L/)L7"OJ(1CTX?=]nj.<`W4#:f1%c:Jak`r)3u# :es_W8kDK@7RorH7K,\084H!66:4(*3]oVm5sIIm4Zkee3B9,^4?Ykl4Zb\a4uk>E)%?]L$k)\s)&)^$=J0g83)8OZ'>77TsF:esk^928;\;,C%a:f::q=]ed- <)luu$>0<@:Nh[@:3GL?t*YYBkM$hAS5^mB4krXCB%uOC2@^(DfPbs+E_jNF`VYI H?sj]G'A4ZI=$6aG^4U^H[L9lIsuclI!u!C$@R;KI!pHmIt)orrd>!#J:N,tIX_9Erd5f7I=?Wn I=?]rIXZcsJ:;lpIt2urI=HitI!^6jIsueEFUWJ=G^4UZFE;MDEcH$rEXHc(D/=!'Ci+$*C]8'N BkV0oC2.I!ChRKtCM.3eAn>4RsW 8.e?]6q9g@9M\Mb;H?q(<`N4(r`Tk;?=.&G>ZOd#8sfSWrVlisJ,~> 8GiAaq>:-E?#kUu_p-WK]?d6<0/mC*[*$J)IN'`&`QQ?@b-R2"[DpFfF)m1qE#16oa5PUG1'ntT `6H>D)$!@/aMGKt`5)Ads1\fP]=GVj_SEna^&PbE]*#XS\$Q(=riZ:)*3Q?BWiN"nUnXQUT:_pV Vl6MiUS4'BR@9P3R$[f<,aFUYQC+#(Q'.5iNfK*XM2$Y7J:N3%IXHKeF`htSGBIqFE,PSo!cW'q rbD[PBP;*pAGp$;@PMG(@:3MQ@:32@?!grE>$,'8>?Y04>$G-5=]nd':/"V\6Sp28*ZY:d#nRjk +!D[IrZF6F,:"il0Jt[@0.@_P&/-!--7CoJ?YX1^?t*VWBl%^+E,T]:F`qqNFED_PH[U?kI!^3f I=6KjI=M*D!.k-+(Q40-Ll%(KMMd=OO-,coP`q;rQ^O5.Rf8fVROObtTVJB^WiE,%Y-+k+WiNA. YHFt/YHkL>YHG%3Yd(XG\[oA_\$icUrj`BG\$icU\[f;_\[h^L#.hFY]"#;]rj_s:+L\ej\[]/[ ]=PP`]">Sb\%0)^\[]/\]t1__\@]Aa\@2CDFgJ?YYcXt+WMcSgTVA0UUS=HTT:VXHTV.pKSY2XJ St;RITU)"6Q'I`(P`C]hQ]$Q;:]NLW3ZK7r4'H?KRB=-Cc-rZn<;PjO@iZPYp>F`O`OMkISTbZ' Lj s8Q*up\FgD@6c7]!WWN=%0/-r!<=#^*?tUm0/"k1!!*N:*$c+93Wog0+Uebp!$E7=)?9ai%OEAT )]9Y#'*&Ii&c_n5&d/@A"pP55!A5#QG#-"V1e?!s8T,"pYA;"pG,3!Wr?(rr`6%#R1G9"9SZ)!!E3( #Qk,5$3g\<"U+f,&d/7:!!36*"U,)9$47%C"U5,4rW<*%1^OO!%1#0!WrN*!WrQ.!s/K*!sA`/!WW3$!X/K,rri]1!!!$'"p=u0"8W'"!sJT*rra,= !WiH,"9S]."U,#1!dHT?0_krWPH$(;IG&M;IMMZOU 2]NMW*?cR+!#nWk&JZ*!*>&be!s/N-#6t>2!$j? >8(;I"%'5Irp;p!!l,=M3!pU5liHlJVJo5Q[V%^GEnAK@3,n+,QJWqR%'4^(]Z^U LOjV#";!nLN.m%:K858=M2@%CKS5):MM[+BrIb-%rdb<)IsuclH@(&=Gl`/6r,i6dF)c,9D/X@k E?b97U7s*"KgFT-=^Ec_2"s)A-[Df'@gC]A-QCMIQsB4u!nBP_Hs AnbsjA79%Z>[CW-)Dd35s82Hcq>:*eq"OLWs62HgZ2=CLP9`QGr;6?bs7c9]oq%-'q=agfn'.;D @P9,c5r&lgQgXnMs8)HfqY^ =8i1!qu-QL>ubI"YJ8]=`h]7a!Z,UI]%G-%=UmEtccOGQe%L9ZUr:6bO$Y'E,lesEe)]#S1B::a d`S4F#npjfhpBLP1>3IXHKfH?sj]G&qYCGBS.PFE2A@ D/O6-BkV:"BP;$kB)Z?CBkM#VAH-3J@:EbZAn5@Z@:3F@?2n5!ZFEb+rh7) #R_7\%1WgS"p>/;$O7"M&/c]:4$,c%Z[C9qr3uAVT6;1g3NM*JbaLN0*Y5eOUQmkJKk17M\VNm'iHmT_PBPW$T M0)?>,6SMs.N\Wj&Q21G)%-NO#mpS:rWb(V!WWfl5p6=N/6[78B4kIZA7]@cBPD0mB4u!nBP1pn DfTl s8Pjnp\=^A?of>U*!69O&iXJT"qEF0!ZqCB&f_oK!!!9)'J0q,.Nf001,^0f";MCr.for&$5jZ_ $9'C;*=EW'"TSQ0'*A@A"pG)1!?S#nRX[%0lt>#R_(A!X8r<$3gY:rW<-$rW!B."UPMA"pP;<#R1D5"9&E-"pbD8!!3<& #5eZ)#lb)1"U"u,!XA`-!WrQ,!#1!WiH*!WrQ.!s/N,"9er3!s&B'!sSZ/$O-b:!<<-'"pG)1!rE'""oAE9!rrB)"9\f/!X&Z1 "9JT+"pkJ9rW<*"%gr^N#6b22!<<-%!sJl6$2t#4"9er5"pG,4"8r9&"pG/.![\!Q#RCM7"pG#5 "U5/7%MKC,$m8D>,T%CU5"f'qI#O>r`+9?Og&D"(M%bm9cb[)MKP"V!7MnWj<)m7BI#XJ0"!8Kb $4giS;'H;[)B9G$$O-\7":#84!!aGr*=Wr4,8L1X+:&JX! ;#C7lrVliM=uA*IL5V7TKp/,c!$?9AMi3[;-ib][MNNsRR>O!M?h&-s&L:E<``@'<)Z[m ;,C.g:J4;S:JFMV91hfJ8PMlN84Q->8GP_76pj:,5X7V$4[)(q6:*t)3BTSr84Gp14ZP>O/1iM2 0JG.2-RL5l1Ft181He?':/=hk=&Va[:&[id:&dis8k_rT;,U=k:fLP"=&i7$r`T_5>$G<>='Js: >[1TEraYk8s().@"(l1YB`;NI@q9+]Anbplrb)7E!blCcrb_[O")`$sFT-CnFDu5AG'J=[H[pQl H?ssfrdPc5I!g9fI!pElIt)oqI=H`sJ:E#qH[U?nrdkN/J:;llI"-]tIXQYAIK4oqIhR9XI=?Zq IXZ]pJ:N,tI"$WtIXD'?*HuXTI=-BeGBS.PFEM_JFEM_IF)c/;Df0H0Ci!ncC'&0cC&M[+BP2'p AS#Of@qB1^@pE;G1=Ai!mScA`grr<"K~> ;#UFoqu$HI>WbK3\AutA`43-4!&L=mdF?.#5R9BfiQTWcd_g*%EONX#\7l]c$31c`bgs^n-kUa@ bIVXA0O9pni7?5k_nj4.`5BF,^VTob)o9>)^V7Fq]tD"i]=bbd[^*0DZa-j?YHP+2XSo"(V50l\ WMlbnW2Zetqk*n]!hPsPr0mYR4d_S$P*1onQBI8fN/NXQMMR%@JUW&tIscThG]n4TH$FLTFEDSC EcQ)7Ci=?2Ci!m%C2%BuCMINqB5),VAlWDQ@q&kT@U`24CW@:NhX?X$Q/91D697n>j/ 5!(Y[2``T@/i>X[<`rpDBPhd1Df&oqDKgDOEc5c2E-$,FG^+L^JV&E$IXcluIsuirrdb9,L5(A6 Ko#_gr/L`Cs-3\MOcbb)OU$u1OckooQ'M?5s-3YVStQ(Vs.BdqUo:;qY->+/WiWA-rimZTZ`pX: Z*UgI\@/fQ['[6N\@K2^\[]/\]">Sc\[T#W\\%jS$bX*^\$`]V]Xt_a\GNf:]DK/Q\[K#Y]"5G_ \@T;a]"#5[]Y1ncrjENIZ+mr`\?rKDXK/D'X/W"qVPBo\r1O4cT:__RSH>LXTDb<-SsGe4Pa%N# P*(iiO,&C;FC,mm2F9)B)_O$9$)YDn3MAn=LO7p050CjLbpQ$*-9 )[QQG=A;[K)]&tj!!ru2#lY&r!!3T[4$>!+?t!MSA7]@b@q9._An>L_DK'W:E,T`< G'J=ZG^"@VI=6QnIt*!!NeD@[ s8Q*upA"U??Xu;o7i)=@.DW)R#7`#6b23":#&2!X&Z2"o\c,#6"c+"TAK&"Tnr4#m^D4!!E0$!!3'$$O-kA "U"r4#RLY<"TAK0"9f#6!sAf4#6t/0rrW0#&-N(;!>2"o\W0!!33&!!36,q#CX&!s/K'!!*-!!"8l2"U>PJ$OHq:!!!&r!<3Q:&.]6\&.o?Y #mUM-!"]8?&JYHN":,JK$3LG7"9JW'!"&`0"pYA;"U,,8"9&?/"9er6#6b23!WrQ$"TJc3#R1D7 !Wr6"rrW0#qu?d$"U=o1!X8o:rX&Z3"o\T5!X8r<#mL\?"9Sf3#6t,/r;ucs!<`T*"pG/5!sAc2 r!!H1!s&H*"9eo0!r`<$">U2d"9eu6"9SZ,"U,#1!WrN-"Tnf-":#2:"9Sc.!!!E8$4$h=!W`<( "9eu7#R^b;"9&H'"p5)7"9\T(!sSo3!r`4K!X&c7"9\r7!sT#:#6tPB#T![R)^R3g$RI>^5u1d$ FI8kb0`sq3pA_6,?-omTTlOsE9LMo.)EpbW4%E.ZDG1S1ihTm%8Sh3N(DIGu%LiaK!WrT4$igba ,nU4l-ls<1!!!B:%KQV4!sA`1"T\Z,"9\f.!=9#<#6b#.)[$ =8`'tr;Q]J=^+:=U7%.%NUt+P!%EAXMKOc%7N<@jJ<5bCR>Wd),#*QEO_PL/*%;OPAqZ.@!&B&! P$AtU@toYnItE`J?X@#D>[(H+=BGE#r_s"u :JXear(d5cr_=>)8OuEF7n6$;77Kd;8Ou?@77B[89h\/N8H)*[4?ia/90PL%6UO727nQEI77B[7 6psL791_fQ:/Fkd8P)NH8Ou<=;G0GI8l&2U9hnM_;cQk!<**4+>$4s0>[(E9>[CfJ>[CfH?smGR AGTm;BE)ZDC&;TDC&VlIC&VcICi+(gD]!A4EclSMG'7tIEH?>OIXQWpI=$9fI=?VCIf4]jIK=qK rdb6'IsultJGas)IsucnIXcltI=;*DrdQ5GJU`3$JU`,rIXlruI=6QnIt2urI=Hj!IXHKiH?XL] IXQTiGl;gcGQ2dhG'A%LEH(ko")i'nC].uMCMIQrralFKA8#XeA7oObraeQ.?X@&B:DEjPFO^?` qYU0cq"OU]rqjuA&k7fAk*QQop$MDGrVuZmp@knZkkt2Ns8;osT.>oPTiNCLjmVjAs8)]fr;Q]q &,lD%s8VAe=r./=,WnO]5lO%Q5X@\&6UUi@#Xq3Q7n,p892,=Zs%WYl;cHcr$5'8 ARA5*9:>eZrVlisJ,~> rr5sqrr:_Y?ricEbJ_-2s3j1;7'k=j]>pm_/hsETa2kp;\m6L/K=f",E=N1.4t]]s\@?>`6^lEK O$H@$YJT#Bb0@uO`5]j<`P]U3`PTF+_Sa=0rkAEGrk&QN]=GG\[C*P`\Gj&<\i[U<]">Vf]",;\]=YYa\@K/]]=GG]]"Pbf \@8uVZa%;-I:CFB8R%ii5o\10@4+ -Q*:#":5D6#lY&R!#I7=&HE+X3_`RM s8Q*up@nL2:(Es:o$lg8o+!Lk+0-M;F%kC-d"We'W )B'A8*YA\g"pkbB!sJo8"p4o0"pP/1!X/f6#5nf,#6+iE"9JQ)"pbA6#R(;4"9\c+!W`9$!WrT1 #7(,1&I8UF!s/Q,":587!sT#8"p>)."9&B$!WN3.!s/N."U,#2!W`?$"9/H%!"p>&1!WrN-"U,)9#6tG: !sA`-r/r<3-%%0H_9!s/N."9Sc/"9S`)";h1B!<<*#!sJi0! =8W!squ$EE=%bVqOb&4?Is+Bg!$-0DMg^YJKju<8JVf,6ODPm9&R(6cP>;NAEG\N+4)0I.#>^&F FY>1[Q]-NKItj#?L5V%ON/<@JN/31?KSPD@M#E#,KDpH>J:[(?5=BSg3 ='#9!!Du\l;>jB!:/Fe`9hJ&P8kT%Ts%<;b!)!5^s%<;cs%Enq8kDQ>77g'@7nQKN9hbLY0MP). 84cEH8kDZP;H6h!:JOqj;c-@f;,UIl8k;]T<)QOh;H$Rs=B\g/='8^2>$:i1$!q%MA7]4Z@:EgI B)cEAAIN0`B4tpkBPM=!D/F%dC]A,LC&W&ND?XlnCMn'0rG`cqFEVnSH$FIQFEDYMI=H`pJ:;lo It3#sI=?YAJ,OiqIgCRUJqJZ+JV&IMJH(0dJ:;opIt<#rIXZcrJ:N<)J:N6'J:2ltK7\T$I=?Qm IsufpJV/E"I=HctI!L'cH?sj]GBe:TG^"7NFEVbIEGtho#&eL#D/3m$rbE$ZBkM$hAnGObB4GFb BOkWP@O,Gl?X@&2.hX=cg%PFErVH6\p\=IZs4MWZ-WF;6%<_%5s82Wkrs/ApeX+8Gp\Ojg&[G,p qt\-E/t^bks8V]dr;HWort>;,q>U?+<"&a4'L+rW7Q`k&7K#RO6iTRe7Ros<77Ba<7nQHN:/4_d <)rous&B&#r`Te9?=@GO7m9A+qu6Qns8RT~> rr5sss8Uk\91b;WX0&S+NE$5e2P8")^t6u;HUF1C]tq=qQTY]`M9Y#!A.V.mTn$EXNLiH@E3Rro 9KJBoaN;oP^rFLIaND]J`l6!?`l#X0`Q-$=rP&X/W%rWN*#! Wr&b0W2HJeU8+KZV4sTRT:hdGTq@pHS,SccS=5n6Q'.8kPEM#eMi*:Fre:r9JU`/tIXQQhH@($f H$FQ4GQDu1rGhdV$#FO!Df'9+D/!__CB&#JC]J5LC&_rJC&_ipB4bX_Bl.j0Chmm+D/F*+D/XH9 D/=',DfBW4D/s`AG]dqBI!U*_G5cS"EH#uCI!]mLGB\=XI"-a#L5(D;Ll$qCre2AILl%"IN/NRO NK0!XOcbfiPE_;sT:_[ES=>t9Qi38USRjb#c+N&Yd1XAZ*4/3&%&jX\[T,Y [C3TU\@/oX\b`o9\c0/G]=bhk]tD"k]_f>@]Kj*>\@B,_\@B)[]"5Mc^V.7k]tM%f\\,Yi]"#8\ \%0)\\@K8d]",A`]Y(b^]XkY_['?jf#RdO3DMpX6=X(j;,CJ' 71"SGs3=dQ(-+N2)[Qr^#mpS:rW`r7/2S"?#SJ%W='T$7?t*@=@JaL_@q9+[@Ua+gC2@a*DJjQ< F`hkMFE;bUIt)orJ:ir7@S][aqY^ s8Q.!p@nLUDR:?PO1m'*&Xj&doE](ci9]*#'>-'F+a`1,0.?/.qq4,SWBp$5Y8o'It+;% Mq>a!!<30%M'*O!=&l9"p+i0#Qt20!s],<"pk25rs&K,&H`%6!XAu7!!ri3!sJi1!!<<%!!E?-# 6Y50#6k>7!XJu5!r`3,!XT)6!s]&8":+o1rrrE*rr$j[4B#8%X_#ljr+":,DD!rr<+"9\`+rW!`;!WW6("pG)2":#2<# 6k><#6b;:#R(>0!!iT-"9er5"pG2/#5eT'!WW9"#6kA9"9Sc1#6"o.#9+$[$k3RL!WWK1"pbPB# 6P27"9f&:"p4i+!X&<&r<*$%4p;/s#mgkC#mUV:!s8Z0#7(P>>"9AN*!!36)!WrW5"9eu:%1NXLr<*!$'*&+<"Tni1#mCD4!s8Z1#7:bA"TAK,":#)5!Wi9#? i^E8!sAl8"Tef4$4@% =Sr*tqu$EE=%ZVdWg9Z\Jd_VZ#R=XoLPq%DQ%^VkO,8RCIRO8@-%CQ2N[t9AS:l_r+?IY!B2N/`jXN/3:JNeW4>Ko(_FLkYh]s+C?'&qb[^IY*3$G^t3gH@1*dGBe=Qrc&$] FE;R'Fp<&0EI2tTFoHL_F_Yo5CM[g%BQ%d+Df0H0D/!^!BkV*g@UinW@UW\Q?t!MQ@:3JO@:!5D >$G6?=d$;H?n';GpFm<`o?*-?tK;>?tWI AnP^gARf1ZB52*lA7T7`BPD3rAnPdlCi=<5r+uCK!,DIQ#'"U#DJa90rc.sW)g6IOH?jaWEd;kQ H@CBnI"6ZoIY!'"I!pHnJGk'!J,OiqIm/C7K7no1K7ni,IsuirJ:`E*J:)`oJpi&rIXcluJVA]+ J:`B'I=Qp&K7A8rIX?KlIXQZrKRA2sJq\o1J,XTkGQ)h$H$+:TGB.\EF`hbEDf'B0DfTi8D#S5M C]eEdB4h-S(L^le@q97dARStT@V'"U?X[SP/d!2Hf)G[bqtB[Sp&Fs\p?pUt=>q7&bP:`/qYU*f ru:CrY)V0-q>^9hq"ptqr7lWh(0Jc0hr'^NOs$[#Z 7n6&J7K5a]7nc]S:/Xtg rr6!ts8Uk\6XdRQ]?SI!+U.oT)18WdbhCLaUed6%^VRRcDBKE(V8(p6:D8#icGtK);IL%CQH%@) 4*&^-e]uOUZb+?E,KQ3D/XH9F)l29DJa3*C27U$G'.nKEc5`.EHQMLFE;YR @: N/`dTNf8mTO-,K_P*2#nQC!u+#G@Z\St2IFTDY2YRK/cSSd(aUS!p.LVZ*OoV]2_AZ*UgEYctOA ZaREU\@&lV[^WiZ\@&fU\[qaOs180>rjl:F]tV7r^:q@q]=PP`]">Yi]t:b_]"PV`\[f;`]=bqm ]=Ybi]=>Jd^V7:g\%/rW\[f5\]YCte]"Z"s^:Uk^[C!9FZ*141YH=^uVP^2bTqJ$NTq\BZTqD=U "eVN^T:MMORnSs0QBRQ#R$EepNJ`UMLP^b@H:S>B(d0Dr*uZ+H2aT/];L"4`=X+X]-%qS-B3%hq 5;+rY>:UXr>YIXP8PEA(,bt#3npCE_1Ed_:'E8C<#lY&>"""`a)^5n7AQ2lF>@VSbr*]M2s'R9a @U`bR?tX%^B5DI'CiaZ>F`qnLEdN7dJUi9'L50qQ7S/pDs8Drss*t~> EW5q9rqcWN>>.4\:-D30+p\hg'+u0H!<8!!!'&!s]#6"9\l4#6k81!!39+!s\r1!WrN*!!<<$!9"9S]'!<3-"!#kq@ ":,28"U5)1!!`W.!X&Z/!!<9("9o&4!!N9'rrrE-!!WiK."p>#2"pG)/"pYA9!!!$&"p4l.#R^tG!!39-#RCY>"pG,.!;"pG,2r;]^r";W=$!!t"e*@<*Y,qV#04\8XaE--&ABP;6m;*Q]n1cIKX2E*`;'L"`-.k`YS 6m!FQYMn)P+W^mh'.OY#!sT>P%Lj%2&Io`a!!aGM#n$V;1^F9i"U"u2!WrE'!s8T*!X&W,!!39- "Teu<#R(DA$jQt@"U,)9$4?hG)]qAEs8Vrmr;;'~> rVpa4s570E5C&EOJ3sPJ)%-NH,*.e?MN!XK7no#2L35We!"`k/Od]D\,^G'#M2d'M"9\m4Ld`q; Od))\It33/N/EFCK8>SMN/j3_LkC81KS>,5K7\Z*JqJ`/J:2iqJUr?'Isl`oIXHHgHMr+-H@'[S Fa&%QF`__KG'%_DFa/"ICi+37Ec5goDA[5+BP2'qC1h*iC2RKkAS5XeA7K.[@UNRB?N4=1>97$U ?X$Z8=BS^);-I%$a6/:JOVY:/=\[:/Fec;Gg7g;,9q^:Jk"e;,UlS+.>lS(@<`iO1?=$oC>[1K<>[:ZBBDuKOB5)-uB4kgf AnYppBDuKPB5)1!BPhX&CN+3+EcV+us)JFE;G;CMds+CMIR%DJ];e HY[G4BP1me@q&kT?sd2D>$4s3,%#ONG^CADI4\nc/4\qY'g_o_/=IH6`ar%51%04$5\l6:+%'5!VD#6:4.+6UaF3 6UXC4734if9i+V\;,^@h<*NU/>$>'3>$PB@;cQ184J2WQrr2qJ~> EW?%Y\4[\%]"O&-NdV!rsdCVp42bh84YhXj>4u>8RSrNmZ4qAdU8kaPY:SRS+8.)M#MV FgB!+a2c0i8N Ll.+CJUi9%IscNnIsl`pJ:;ilH?ssfIX?9dH[5U8s*5Q-G'.nKF`qtMFa&(UH$FOYG]n4PG'J:W G^4T5HN/BsIXQWkH?oF:!.Olrrdb!!s+C9%s+:l1IXm$'KS+o8Mi*FNN/`gYrf7JLP*D9#R@'>. R[fq9rg+(]R[p%?Tq\3SW2HDbUA^ecU/._cVl?_sVkg/cVPgDnX/iJ1['R!=Xfnk3Za@*J\%0)` ]t(S[\%'&\\%0/c]t:ne\%0/c]t1tm]tD"k^;%4k^:q1g\\#8^^Ugqe]Y"0Vr4E'B])B0%]">A[ ]=YS\[CGZ['dBO['?g=YcXn&Wi`;!V5C5mWi2VcUnso`US=BPSGnsT S",k4QBd]!PEV)hNf8jPLkh%GJp9s,$Qg011d!rd6qU3K6paUTE-H;6CNFe4[L82 85(cu3]fkn'+RO"`O]=h('O[D(B=d>!#5YL[1Q@?XR8M?XI2KraGh9.V37*An>Rf CMIR"E-$&=H$ag\H@^WpIt)orIt<6*Jp^ia6D4;WrVlisJ,~> <;ujqrqcWN>?<=<5o'G#&LVa`64jh>)$:="U4l.6NmPm!WrT/!X8c/!X&W-!!EB*!7!"&u9"pbM?"9eo2"UGA;!X&T-"9\l5#R(>5!WiH,"TSN'rW<*""p+f+!!!$#r ;us#rWE9+"pk27&-rFD#RUkD#6tA6!s/K'! rVo^ls570R/n9fW3<]C)G*"HZ(/L!CLQ%%@=[IV"N-\JC!$6EKQ]=9@4,8?JO-5Q61`uj@?SG<< QAgNNK7ei4M2I.CKo1tQMi3[SLP(56reL]3KnP&0rddCfJ:;uuJq8E&Isl`pIslZjH?ja[H$Xg] G^4U]H$FOVG'.nJF*2\LF`_YCE,fr;E,]`6D/=$(C2%raYt;s'Yt>@U]7C s'R<^>?Y69>?Fm4?!CN=?Zq&1"'o5??hn"0>?kM6@/jR9@:E\UrFGqBrb*9dCi*p%BkV3r Ci4'*CMRa'DfBN2Dej--EGfi=rH/'\#((T;Fa&(Src\6as*-bUI=H`pI!^3fIY!*%J:W<%J:`E) IXcruIXQZqJUr?$I=?^"KnFr0K7\Z*JqJ`(J:rT,IXQWnK8"f'J:`=NJc(-"J.7!WIXcluI"-Zs I=$?ird+ouI=6QnKnFr+rdH,BG^+L\I!^$XFEVkNF)lAGG]n+JF)u>=D/O3.DJa0)DJj<-rbD^S CMIKnA7Y[L,[t1h?!6:4++6UaF36UaI6 77BaA:JX_Y:Jaeb>$_&0$sR"F@9m)00fkd#qu6TpJ,~> 6i[/cs82iR>YR"nUlnjp!$-6G1B8S2Zc1YZeA7;eT?#9hG:*MTS^>m!:D6L2^u3Y][t.73)3Thf LW.ER_og*Aa8X-fa1f=+aiD98a3MfGr58`P]tCqfrjbS2\@/lV]",;_]"#8]]"#2TZE^X2J:N3(KRnT%IXQTjI!g?jI!^0cH[L6dH$fOj/s-*GF*0cbUS"#k7R[fq@ S=H(J_]=b_a \@]>`\[oGe]tCtf]"Ghp^V.Ft^:h4o^VI@l^qdXp\[f;d_7R7j^:aHWr4N'A%D'*\]">S`]">Sa [^WdG[Ks@P\@K/c^:_&V\Jr,f[C3TU\?iE@Y-4t.WiWA)Wi)boWMlYgUnn!ds.o[d!M,b[Rfo7L R$O$9PRiq>OH,8,==sl5sRn9>I^S5r1/L3'9;g7huIe5Vk;S 2)\&s/.De(-OKho&J5`l!!*BO6$%4aV25?hAt?!^lG@/aO5@/aRM@qB:cAn>UgChd^$ E,ou 7/m/arqcWN>?t*;?B-EoIPW(l3&/Gu`!#[5":#5>#Q>#g#R1G7!X/Z-"9o&5!X&T+!X/c3!sA]-!"pY;7!sAc3"U>DD#Qau.#6Y/3rW<*%&dS[D!WrT1"onW*"U,)7"T\Z-rWWQ0!so5; "U"`*)$^?L#7(S>!t#;=#7(S>"UG><#RLeC"U##.";D%F#6kA9"9\l4"p"c,!s/N)!!36#"8r<$ "9/N("UYA9#71\D#mg\<$2t;=#mUS9!Wi?&!!*!$rrrB)rriB,rWiH-!X/c6rX/Z2q>^j'"9\f/ "9eu6#7(54)[?WS#mpn>!<`Q/!WrQ/"U"o/$jZq8!X&]3$2t51#QG#-!u;%E"pG)1!s]#5!!*-' !<`c;"9])7"T8KO"pY86"U>AA#mU\>"pG/7"pY/3#mpqA!W`N6$3UA5#6b/1!sA`1rWW?+r<*E1 "pG28"9JW,"o\T&"9/KH#R:P;"9\f/"9\o8$O?h7!!39,"9Sc1#R1J:"pY;7"TAQ-"pbMB"TAQ. "9S`-"pY&0!)A`_\*$#q5&Io6\%P("A5rq+m5X.=j2(g=0/Li>/3^,i! =$T>H3BT;h%3dc%4cRY+V#/2)\*/U#Q4i-"U=r0* rVogos570Y;i7Zke"BVLPkT_M4u$Z(L4tA;D`E$#Mh#h*!%E\eOCo187Yu_NJqK):F]ot@.ntPY PE1?OLkg_>Ll..JMN*[VLkghAKnP/:Mi3GkL,Xg=Jq/?&J:E-&K7SN%IXHQoJUi2tI!^0cH[L6g I!g?jI!^3cGBS+PGBe=TH@'jUDK9oAF)q8"s)J?^Ch[QsCM[hdC&_oOBP1peA7kgS#%hF[B4YU_ ra@Nf?!L]C?X6iD?X@&G?X6oA>?b?$4p,aTt D/F0/E,]f:rbrfrEcQ/?EGfZ6FE2JGG'A.RF``+[G&qeMH$Of:HiJElH2`0qIXcirI!gGCK+*<_ K782tL4t,,L44XNJ1H2&J:N3'L5(D7KnP,3K7no3I=R$+KRnT#K8523I=[$%It*!"JV&N,JUm]K $%RSWJUr%Ze9i"bl=T2G4>$PBA@9c`!.4^MZs8N#tJ,~> ;ucjss82iR>XhJM^te4O8._0dK-F)jRDmV*cGl_lR_[+\QU(jGVp`hT-lHO+^!"C4b.aa"3^,uM VS:'qbKS2QaN)?Bb.tj3a2Z!4_og$>`r=!Y`W!Y3^V.:k\\,Ma]=kni\[o>\\@]Dc\[8]KZ*CU@ ['6g?ZEga>Yck11X/rG+Xf\k6Y,J1rXfAD#ri#jr#G.HRR$jG6SGnrVQj&b?kH??XI,G?XNe?(h$re BP1phBPM@!CMe$2EcH)BGB@tSIXV3E&:]7`KnbM3>rFBur;Z`ps8RT~> =oSC!rqcWN>>4#o!UJ"9eo2"pYA9!WrK)!sT#9"p4r*!;<"U55<"TeZ*"Tnf,!!!'&":587!sJo7"T\Z+"9&H5#6G#5#RCY8#RUqG#6k51!W2rt"o\Z("oeo/#lb//#Sm^O"pG,4 !WiH.#6tG8!Xo>:!#8$jct8"9nu0!>@$NpeW+=i]Vr;HWps *t~> rVoFds5709.9:VJW0h-#9UAKS8P(spLOY8CHouP3L4P(Z$7LarM+[gh8q`%OJ:<63P^GLl(2&tm LPpkAM2I1GLPq4SNJrdOrIt9)#)A(oM2-b?jL+I?sQu?>$G5)?2n.:>?Y06>[CcE?lS++?41%D>$5$6?t\5MF8g4ZF8p@^F8p:[Es$N,F*.D(%s2r=H$OXW FFSX\FEMePGkc^eHjG4RKRnW#J:rXUK+ruiI"7-4It*9'JV/Q)It<6*K7\^RKE$Z(K`?`DJ:`H. KS"`(L5:P4I"6g!IXZcsJV/T.K7a&Q$%de_K7\W'J:W@NJ,XusJU;osIXZWiH[U?kH$+:TH$Xd^ G^"FYGB\4PEc?/CEc>r8E,]W1DJsE0CMId)C1h*hAnPXa@UWYO?=$uG>Zk9:>#\*f91M0!*u=nh 5(CWLs8;WgqY^Bmp%JFcrr2lmq"Xmas82QfpAFsam.U>Dd_ 8H8\hs82iR>UV%3Pci'#?jfu.<"XfJJ$W2Q_sXJ;GZSY)ULT:VXES!fY0QC"#0SXl:=R$j>.QBhH6 $'(")O-5ZfNfB"rMuSY9NfB%sNWY8tM22(bs+gE+reLN.$AF.cKnbD?M26n?reCH.reUN3$]Bmu LP^qLOckigO8b.=NrG+>OSt=AOSk:@OU@MGStMdLSXc7@SG\lVVZ*FkVZ3UpVuNXnVuNb2X/rM. Y,\P*YHP+0WjT+5WiN8)Y5,@JZa-mE\@T/WZ*_*U]tD%m]=,;i`4DM&]"#De]XYJ^]">Yh^:h2X]*Z-`^:h1j\[oDdr4;m>rO`lW]",A]\%'#] ]!eoGY-5(6YHG"/XT#7(WMl\oWMf`m.As,@:c@>$G6;?!^n;?N4C3?jpX[BkV*jBkqO$D/O=lE>s"FH?=1MG^"L^I=?]uK7o,* ?p-0'rVuiqs8RT~> >5nL"rqcWN>@UK=6j4iqi(HR)/J:uc#9G9)&J6)n3\CUE+$3g\>#mCG5!!#6Y/3!WiH, ":#/9"U4l.&-rID"pbM?"9no-!!:!WrQ0!!Ec?!<56!X&]9$3p\8 !X&`'"Teu9#Q4i>"UPM?!!!-*!W`?)"9eu7#6kA1":559#R1D6!sA`1rW`3&rs&K,rr`T5"p>&4 "pG)2r<*?,!!!$$"U>>4#9='S"p>)7#mgb>#7(P="9Si3"U"o2"pY85!s/K(rW!!#!Wi9#!!3'! 5QV3#%Ls]t!!!'F5"RUg-649[1I*TG/i5ji>$l8\@9-<+:K0J?1a rVoprs570]9S&XaOLrt!1+=+M3.3sM-O&H)5KS>2=M2$Y6JqX,X!JQ4+JJj&mKRnW&I=6TsKS4r,IsufoIXcit J:E#srd?&=H$FU]I!U!`GBJ%QH?j^XF`_\GF`qtRF`VVIGBS(JEH#i7rbVsZDfKf;DJNs!BDcEK B4b^dB523rBDl9>@K'[5A,g!B@q9+[@UW[C?i+46?XmST@K'X??XR;PA7T1Y@/aU7@fBm9A//T` ?sdGUAS,LcAnP[dB4kpnC27NurG3'\BkqL!C2%BsC27[)EH6&;D>\DQE;On[GPlXaFoQP5Fa&.Y G]n4OG'J=ZG]n1TG]n7TG]n1UH[L6jIt)usH[C3nKS"`&JV/XTKE$T?IY*N9It!0(K8"u0J:`H1 L4b#*IXm%FK`QjZrIPN1Knb2,H[pZrIXcm!JqO&U!/(6%$%mncKS"c+JqAXSJbjosJcC9#IgCRR I!g?kI=$>>HnTeiG'A1VH$=FSFa%tMEc>u;EG]T3E,TW1CN"*,BkV-kB4GC[@:3JM?XmVW@9rk8 (1(3I<)?7Y73WQY)G6(7lh'uFo(`(Xrr3*!q"amfrs8W$nEfDrhs0q4s&8[frquchs8VT`qs1qA 3"I,[3C5hf3]B,^4[)(q6:3n"5?bWA >>.8Ls82cos8RT~> >6"U%s82iR>Z=n"bIG:8h)@DQ+:E.pNg7)ccHNnBH,IA;^5"pES^b]'*E.X)]>)D0gZ7D'?2t4& RD6_X_oKpDbf\)PcH+#B^:qD"_TBg+3XK/A#WN3,&WMZJeVl6MiUnXQSSc5&^StD^NTq7bQRJ`KZ R?NesPa@c'Pl6^EOT(=>OoLLGOckfeNr=qrK78F OH,>!PP^OCPQ$dJQ'@R4QP#LIQBmf$Pa%GuR[ftBTqJ!Ir1X+_ql0Fjs//DbWN*,,['?m?Xfo"9 Za$^9Z*1:3YHP(/YctCVgrk8BGrO`HM^;.Iq]=Y_g^&G\@]DoPD]DoGJ]XkV_\[o>\ Yl1gJYH4e(WiW>(X/`2$Wi;nnVl6PgUSO`^US4?NS!fWBQ4]IGOH>N`NfB$UMi3FEJUW)ord%7] D.6[B1CaBb,">X#4t@To+tGQ,0JPIQ:g7:GBOt@H:IIT;6Tlq?)BU=[*YAbp%h&FF'I,7`,8(89 4]c-#>@:lC>$G6;?!^lEra5\5s'Z4IBk_6mB52:#DZ4PqE,fo>H$OLOFE_nRH$apfIt3'3J94m\ R/Qp\rr<"K~> 5lU`]rqcWN>?"L.2?41_AJZ6s'GN>l$4S.!'*K-e,!6;B)'C7J,QJQ%.r-dM!!!B="oo&\(]sa< "!fNB%0c_82['Bk$4-tA!<`Z9#mCG7"pbJ5!WiH, "U5,4!rW-1#6kD=#m^b>"p"](":#)2q#CL'#R:Y7#mgk?"Tni0"9er7rWskU"Tnc*!#mCA2"9nr2r<3c9!t,A<"9eu7"pYD;!!*9-!WE3&"U=r2'*SL@!WiH, "U5)2!WrN+!=&i6#5n]*#5SK0#mLJ5!sJi2#6t/1!!E3#$j$S<#R1P?"pG27":"f0rs/]3"pG20 "TJZ-"U5/0!ri<#!!EE*!X&W%!([.r$4@%Y-5-@Z'.u()69@%]3'KDi9Nl.SH$+C<75lqO+XJL" <(oA'&d''d'HeD4,TJj'0d?l&#:'9L"Tn`)#8%%@!WrQ(!riK,"U##.!uhCJ"p>#2#7:Y>#6k83 "9\]."T\T-#R:>1!sJT,#m:D@/NlLnrq-3hs*t~> rVq*>s570N97;nNMhbIE#ljr48V(21DMX4.Pu]2eM2.7T4rnp*QWsbZ>)eJuNJWIGObm$<$l1X) H]=8JN/WXNMN!RUNJE+;L51J;KnY;>MMHk9JqJc4LPUb=Jq8N,KnFo+IXZg"KnP)0J:E#sIt3*% JU`.II1gmQH[L6hH[1$aFEMqZI!BjZG5cXaFp!#7GBj+4"F,*4F)h.t!-8'[2KEcZ@%FUWA5H[C-f H[9s^F`hm,GQ2jdF[p_+IX60\GBeF\H[9p\G'8(TH[9mXG^4U^I=?ZrIXZctK7nl/It<3(JUrH- Kn=u9M1L55Knb>9KS+r2Lkg\8IXQ`uKnfP]&Vc!pKRnZ)JqJZ-KRnN!Jq8@LJH:@Tre(c9KnP)2 KS>/9KnG#2KS08Us+1-!!.jus$&!kYI=?]sIt)qHHm3o^G'/%VI!U$]GBe=SF)l8>E,TZ6E,TW2 D/X?0D/3m"BDuE@@fBdSB4PL_?WL')? HiO*Fs82iR>Xr(rbe:`fC'kOV#8LXQVJ;L,a2c/H8@cL[aeMs,QI!`t'jH[8\AlS/eD9&qDup\( >ElV9`6-9Hb/qfMcH!r@]Y2/!_90g=aN2B=^q[\$_o9U7`kfI*^r""*^:Uqd]=u(q^:h1k]"5Md ]stPZ[/IR@'D2Q^F/,Q'I](QBd\uP*2#mOHGZgP*(lgQ'@L3P5gaGP5UUCP5gaG PlI!PR$jG7SY#hO!h>^IrKmSQrgNkVs-t!sS=Z@FSt):?S"#k8S"-%>SY)RKTV%gQVl9To%&g)+ Xfeh/XK/A#WN,rus/Q+""0f8D[/R?rZaI6M[Bm0BYHY=>Z`pR9Z*L^D[^WcT[^WfZ]Xtbb]"Pei ^;.\(^VS"2^:qP#^qd_!]tV5!_nj$t\\,Yo`;RXe`5BL.]tD%m^V7Iu]stVe]t+-S!PH,F^(\8q ]tD"k^;%It]Y(qk]Xtkj]Y+3T!5/0?$,=-`\@K5`]!SgCYm7M8X/Du"YHIi*!ir?"rMT[ms/-7% V50oVS!oe6R$X-JB.%hL*Q<_u%7(^DH*%M]cs.O6c'.j5?,+[o=3?X[5G?t3AE>?kH??XNb>s'bq:)ej&%BP2!o DJa<2E,TZ7Ec?/EF*)_VI!L$cIK"[(I>rVq>Y1F`r;HWps*t~> =8r0trqcWN>>mIH0E;(o*=rom56r&_,TI4<'`\gX)))j3&/H'&*sWJu+C5ro!WWQ=$NLPb,QK,* !sTAc+q+b[!!!*,$4I@M"9\u8!!`]4#R_%J$2t2Q#mq%K%1*7C"pbM@#6k>7"pbPB#R(>5!WiH, "U>57!r`3-!X&]5#R:P;"UG>3"TAT'!WW9#!!rf5#6tG:"U5/6r7"U"o/!sAc3!sAK'r<*$%r<36, #RUG:rs&K,*s;TE!!<<)!s&E&!!*-)"pP54!58"ptS> "9\l2!s/`8$OR+C#7(D7"U5/7"9Su9"9\o6"p>/:"p5#8#Qju0r!36*!sA]."TAQ4!s/N,"9JQ. #6kA9rWF;I"U"o0"9o);#6Y/5"pG,7"9AN*"9JQ'!XK);"U552";V1F"pG/:#m^b?"pYA8"9eu7 "p>&2"8r<$!=T&2!X8l4"UP/0"U>>4#=&7q(a'n7!rrKE2b-PA?t!\hIt`T%?q;j_"Tnu:#nI": (FqjM6T$5>+X\Wf6Td7D!!!03'H@)R"UGD?$k`^B"9/H&"9/Z+"tBcZ"9o)8"9Sc4$jR"D#6Ou/ "T\`/! rVogos570O0OBj%LgV&5#t-!A5`D-o:kspdRoK`)MLgeP2A'hcPZ\5WrcJ0]4E>F\D/O92Df0E. D/=$*E,]]2C2@a'BkV3rBkqKuB4ksrD/%`g"\Nj8dcU,no'5`5jjgl)G!-rW#RLnM((qfa I'r)-p@\.Lp[dV4cBi0$*?6:Y5!M1m4#]&X5!;(n5XIh+6pO"'6UO7177^!@7R]d=:.S#P9h\2S ;+XGV9Mnnr=BJ^0>?_S@=]em):dmX =9&:"s82iR>WOfm_oK*,*XiQX1([Eqg1>?.^rXZE/=+,rbH"Q+N7Z$a%:+k0]@b39aOSeDA/eQW ?"ehm^XUTO`Pfg>beqB8]t_M'^ai206_SjF3_nS=5h4S"?1@Rf8`TRLtmRR@9S4R$X;2R@'D2S",n7rL!POrgNhU ".YpST`(S`T*(aYSt>nOs.94^':thjUSFQUStM^IStD^NUna`^V>[85WN3,'YHP+2YctC!_ns1&^VIh.a2l?B`l5g0]Y(tn^:_4r^:V(p^q0NYr4`3G"2;I^^AbkT]tD"l^:_"i ]tD"irjj5b]=PP`]"G_k]t1ee]Xtb_ZELI:ZEUL2XK\t4X/`5$ri-^3Vl$;jWi;qpVl6P_S"-"< R?s2%P5UOCOB7R'MM[%9H[]mTH[^<`Ch@^3Eaqm'*!mQ;7o?Y-1>%(W?>[:ZC?srtBs'kt;.r&j7BP2!pE,KW8EGo`6 F)c;EF*E(`I=6QoJ:N,uI>;oW:d^WKs8Drss*t~> 62pi^rqcWN>@^rT8cT?La%JV`U'h;E"Zl],)?C-O+rM:!#RCJL)ANeu-tEko%KHM?'aYBs)\ke4 7OeBO-kd!e!!ri8%1isR#7(D3rWahX%1j']$k!CJ#RLkI$O?n>#71\B#R1G:#mptD"U,#2!sAc2 #R1D5rW*`8!sT)>#6b89#7:hE!WW<-!s8Z/!r`02!;=#6b55"9&?."9o)5!W`9$!!WrK+"U5/6"9Jr;#lY#9 #7(>5"pbM>!s&Q/qZI9."UGJD#mh%I#mUP2!'gPe"pYSS+<;+&$PX?k-p0aW4ZbPU.MrC%%N6WB .jc8W'bq/c'dPk%82r=S,pENn";2q-('"=A#RV.Z&ISsF!rrK&"9/],#6G)5"o\`P"9Sc5$jR"D #6Ou/"U>;:!X&l<"U>;>$4-tB"U#/X1dIN*oDS]>~> rVoOgs570bKRn],KnY24JUi<)KnP&1K7\Z*JqJ]0 K7SOOIO'DhI=ZruI!gBpKnb5.H[^QqIXciqH[0jYGC"OYFa&(XH$=B.F8^,,F*)MFFEM\HEGfW2 D/F00E,KK*C2@WtAnPjpD/O0(Bl%a,DJa0'rb;aQBkqO$CM@I!D#S2VD/XB0CMIQtC2<``s)%dR !,_^Q&8c5uBl7m2G'A+PF)Pu9E,kku#]Xp.GB\1NEHM2$"E\g4H@,X;#CCiHI@]KS4r.JqSZ*J:2iqK84r/ re2hXMiWrIb3,LAcfgL51J8 JqSl5Jpr<'JUi9#IXZm"IXQWoJqSf/JqJ`0JUW)rH$OddIXQNjJ:MuiFEMbNGBJ"JDf'N6DuOS] DJsE2EH,r7BP(miqe#k:?"75F<)HOk;c-:`9i+e[84>m44tRfU&NX-9M4'`qNdthB3ZJ51#7V@b *?H(3$kaF4?]M\[p[.A/_j=UW*>TYG2EsPj2)$dC1cR`a5!VD$6psL15sdt-77KcG8LR%s7S?KI 92/,S92/8Z:ese`=^"g0>[:ZA>Zt9=<`DUXRf<9`rVleH~> HiO*Fs82iR>WtoVfu1\P_+m,PQPiZ#c?WNf_T^,D/9J_Ja/MHcK]Ks\)/b>Oa5+V;`n/M+9L+?+ WJY2BY2%LH^qdn0b.kg1^V\".]?JF?bK\>Xc,drF`5KX8aN)68_8F72`4imr]YD7s]thFu^:q@t ^qI@j\,Nf^\$WWV]=>;X\@]Ji]XG2V]=58Z\@/cMZ)F\)XK&5!X0/P(VPF-a!2TRg1o-tEWN*#! WMcPeTV%jLU8"^TadZeSXc@IUo1,fUnXNTrh9=c#be#iVl-AdTqq[_"JhooWi>ur!NE*uWrfB+Z2V$1 Z*:M4Z4sOGXK8P-ZEpmCZE^O9[CP_rjr'=s0rWP^:q7l]Y;%k]=GMe _T9I.rkp;,b0.`>^V@V$^V%1o`Q,s8_Sa@4aN;QF`l5^+]Y2+r]Xben^V.G%_n>r_rOr5QY-,%9Za-X8ZEgX5W2ZbrX/`.sV5(,l WW&e$W2Z2SSXuC@QN!-GP?3m.OGea=GBnOcJqAGrF`_>4C2%?j:Hf'i$OR(T/i"[u,8q4'!!!<8 +Z)>G2(C*u)\32g,!.qU/gi"n+p.fM+$Wk5=&3@3 0`:tNrr)fK>$3?h,oA:AF\3fR@Nl@($S`Iu0*M=o#p2G>!$iTg1)gE*.$GYW":+o+?O%H!!#I+& !!akq%4F7S!!*K1#9*XC((:6P+Vb4^":5D>!<<*#":,;<"UG>;#7(P;!<`Q.!sAi8$4[FL"U##8 $47%A!W`B-#Qb)2!s&H-#m1;5"U,#3!s\u3!Vl`q!WN3&!89"UGG>"U,)8"p4i.!WW6("Tnc3#6b5/!WW?$#QG)0#7:Y;!)7#6Y)6!s/Z2!Wr]:$4-tC"p>#/r;[`;"pkYE#mgqG#mpk>!sAf4 !rrN.!WrQ.!s/B*rriQ.!WiZ5"o\Q(!s8E$2[0X#',MDt&ec'"*$QC>&.fEh)$1$P&eu&k%1!CW )&a8&%2U?I0,arn!#6Ls)%?ZK!WW3$!WE-%!sSu."T8BR!sA`/!WiT1"UGMG$jd(?!s/N+"9ef- !s/H&!<`B("9Sc2$P*4F*]ZlWp%eRcJ,~> D>aG6rr)fK>!t>HL4FZ'HTN3?9`u#8Lji#JJVetg&e]5GNf,_'@!@K<(4'qjKnPJSMiipA,nX@> MM?CN,>a,XK92=TP)=mUML:>>IYEN:Oc,!QP)5!NM2I.EJr,;>M2I.FKS>&0J:E&[JV&W/J:2fo J:`T3Jq/?%KSFu,JUi3!K8+l+J:W<'JUiH,JU`)rIXZThH[L6iIXZQhH['[UG^F[\H[L3dG'&+Y H$=FSF`_PBFEDPDFa%nIEcZ>DE,BT5D/O?6E,Ki@EcD"r!-%mYs)n?`(NXP5DK0Z7CislBEGfW3 EH#l8DfB];FT$4jFEMePH$OXYF`_\GDfB`=rH/cqF)l8AGC+a^G'%eGF*)PNH[UABIg^^RI=-Bh IXm!%Jq3iL%"EeWJUi9#J:iT.Jq:Jqf#6r.G<,Ko(\CL51TaM>rD1LB*/0M(j^=K85/6Knb>8JqJo;KnG&3JV/W'I#SK7ec+IY<<'JV/T*IXH?`H[C!_IXQQhH$FOUFEVeJEccMP IX69aG'.nJEc>o5DK'Q3C2n0.C27Np@qB4]?s[)A>$+g(:ej\X92JAV84>s86ma&n%gDb/-3O_h +!iO!5!_M$4$5Vb0-V,@7oj))7kl>9,;(u>4$,`!5X7V$r^-TO,t(0j7n?0B8P2WK8kDTD6psO< 9M7oR:esh]:Jang<``=$;cQs!?4:%@=B]$6 If06Grr)fK>!G;iZa6[/PsQ]n<"LO=_R+;NVoQiF1F/I6a1,>)GM_,=-@LEpiOZtZcd9@p73@32 fu^:>;O,,<\'!.Ae'GeVe\o><\^AO?a2Q*Ce%NE/_8O@4_TL!?a2Z$3]Y;(k]"5Me^;@Xt\[]5` ^:Uq`Za-sIs1)%=]=PM_]th=q]Y1tg\$ifT['Hp?Z*CI7YHY::ZEgX;YcXq*Xg#"5ZEpmAXfJ_2 Y,n\(Wi;nrXK8G%Xfne*WiN5%W26JkV5C5lW2?`!Wi5op!3#jts/l=&#-4]"VQ$PmrhL!uTUhUE TV\K\UnsreWVrh-XKA\1Xf\\*WMl_mVPgDorN$[5Wi;qsY-PFh=M^B)EtrlT?(`l,s<`Q#s=`P]0u_7mV!_8*[q[^O,p_o9@) ^qRFm^VdXo\[]/Y[^Nf^^qdXp\@B2c^qmk&^:^ta['dBP['I*DXg#%0WNNY8ZE^X;XfSV)WMli! Z*^gAYcb%*Vkp&XSXuLISXQ%9QBdc$P)tfg8WSgdKS"`(I?kG4>l\41@/j[7@fL-oC27U" Bk_3kAS>msCh[m.Df0H2E,g/LH[9p\H$k3rK7SQ'K84em>Z+7Uo`+mfJ,~> ?i'd#q>(!E@9GE?0G-g=X#^P!+qbM-)\aD.%Ls=4&/$K&#W!P04Wah.)N6!L%35NN!!OT.%LEdi ((;6=/Ir-j+?CPM-6*!d&J#Ec(_Rl*#R_"@!!`W,!!:#71Y?!sJf0"9er3qu[B2"pYD?"p>#2"pYA;"oSQ:!s/W1"p=r,!"9o&6"9\l4#6tA5!X8o9#7:bB"pG/7"qCqB"UYV@!!ic4"pbPB#lXr+":#)7 #6Y27"pFo-rW`B+rWFbS"9o)9"pG,8"pG29#6b//"pbA7"pY89#QXo1#64i2#mge;!!*0+"pG/5 rW<9(!sJf.rW"/E!sAc2"9S]1"p>#2"9S]/!Wr]6!s/W2#RCY>"U,);#R1D1!ac$8#RLeE#mgkC #6kD>#R(85!s/Q-"U"l1"U5)3"9S`5#6b56"U5,1!!*3.$kEmn+Wq^@'bV)o'bh>t)BU.<'+YHX #m^e?#nRjh((q/Y":>PI'-&52(E!hk!!)rurrW0%!!rQ.!!W?)0*24Y"U,#2!WiH,#71_C"q(bE #RC_D$NgYC%L`XK"pPAA$4-tG%KR+X-974cqu-ME~> B);N*q>(!E@7M2R:Kre:E+r.G!#r.,c?KS+l- JqAW(JV/T,JV/Z-JUi9%JV&K)JUm]K!.b#srI$;GI=6EdGC"[_H@1-gH?XLYH[L3fH$=FVH$OXX FEM_LF`hkPGBIqJF)l>DFE@A#%FG5cUd G'A4Xrd+ZlH2`$iF*)R&GQ)mfGlN$jH?jc5G63# LPUb@re:?-s+gT./;/_4Lkph@KntJ;L51P?k<2;Z9N1:f:1e9M%`D78?E>1aa7W%hfWn)^6ad2?#QT2`Wr` 5Wh1n4ZG/E+rMFI,pk)s3A39Q4ZYYh7K,UQ6N0@O70,nLr^eb68P2WK8kDQC7n?9I:/"8U:/+DU 9hnJX;,p[t;G^.j>$P96='Am>?V ?2FR!q>(!E@74"\c*tO7\hXX,'ETb9`5%IPe^V@Lr^VRb$^:_(g]"#5Y[f*T6[f*T3ZS&Vm[Bd$?ZF.!E[C3KLYcb47Z*CO9XK/P/Yck10 XK8P*XKA\/XJr8#WN*#"Wr/h*WiW>*YH4b'WiW>)XK2<"&uhh-W2QSgU8+N^Vl$>hW2Zf!ri?4( Y->21Y5tf.ri?1#WiQ'"ric@)s/uL.Za0M6!j]2@rjDs;['[BRrjN'A]=b\a[f3Wo[C3BJ\@T;a ^;%M$_SO"$]",Mf]Xteg]tV7o]"5Vk^q[Xu]Xtbd]=Ykj\@TGk]sttr^qmq-`5DSgs1\fS_8="( _SX+f^])+M_>_5$`Q$!@aiMNBaiDEAaN2B=\%]Ym^;In*]Y1kc_SsC2_o9U3^:_.o^:q:o]`,Mn ]Y;1r]Xk\d]">Vg]tCtg]=PM]\@B#V\[JoW\?W6CZEpmCZ*:I;[Bm-@riIcTZ*CO9X/MqlU7n6R US=BNS=5h3R$a/&P*1lbLkgV8Jq&)kF`VPAH$=FREW0l0Bk(:<3\2Em)B9kG/iQ!_91r#V?t`Rr`oJ/ra,S7s(21A05>9=D/F*)C2%EuDK'T6D0C&DF)uGG G'A=aJq/8rH@gj+L4b)3Ll-^j76Z\,s8DkG~> rr<#oJ,A#276O-l%7t,(,R+>\)%mB(!@KH#+uD\-$P3ak3?/Sk,S1@pF!h5**"*/i!@'E$$47_" )A3u5,RXSg0Gt9J-5I=*'f.6B"=YW)$P*UV$jZt<"9o)8!WrQ2$O[1B"U52<$4@1L!sJr;$4$h> "U52:"pG,3!X8r<$2t/:"pG)1!WrT1!WrT'"[*%n"U"o/!/6"pYA:!s&N/#n%(G "To/?#m^hC#6b>:"U>>@#R(>7"pP56"U4r-!sJo8rWro7!!!$&"U,)7#6t/1(^16T%1EOJ#7(J9 "9Sc1"pYA;"pG/7#7183qudE3"pYA;"U,,:#mq"GrWrN1rX/Z3!!W?+$3^M5!&2";)"H"U>8<"ptS<":#5? #m(23"U>>4#lt87rWE6(!r`E("o\W,!L#6tM@#mLJ3"pkJ;#RL_@#m:>6"98Q0#RLb? !s/T'#QG#."Z-8_"9JQ'!X&`4"pG/7"pYD="p4l+!WrK*":5A;!Wi?("U+r.":#GH$OI%A!s8c5 #R:V6#VQJi#RLhE#6Y/2!#2!sA`/"9],="9\l6$4-\5!s])>$k3CJ%2'#71;5!8%hB-Z%1WmZ#Rh7W&.SUH%Ls*^#Qt;:!"9JT.ZOB)rVh<~> rr<#o%/\gi1g$qm3TKThR1AX7g*)In\`NfAjVO,JdJL5:V>K7nu:NK&hpLDku(L5(D8IXm')KnFr, JqJ`0K7\Z)J:r]6L]2u7K7\Z)J:WB-It3+IK)^B_J:E#rI=Qm"Isl]nJ9uZlIXZZjG^4XbJ:Dun G^XpbH$Xa\G'J4SG^=^^G'.tPGBS+PGB%YFG'J<3H4"e7E,p)EG'A.TGQ)_%G'/"RGB@kGF*DeN F`qtRH$FOWG'8(SH2W3jI1:CFH$Xd^G^+O]I!pEjrd4ZmrdFfo!.k-$2:L5C_@KS"f,Jr,56Jq]#;M2I(AKSPDA M1^J8L5:\DMMm=Hre:H-K`6f-L]3#1JqJc3rJ)JNLPL\BM2$Y6LPgkAM2@"@L4Xu2L4kA>MMm@I KnP0YM#W81L+S%2KnFr-K8"r0Jq8K)JqJZ+J:2cjI!pHmJ;&`/It)iqJUr8uJ:iN,J:;llrHKT3 G'.kIEclJGF`qnKE,TT.C2@[!An5C\@:*AI?!gf:<)lt"r`(dQ;,'\R7o)oU91M6.2DmES5!_S* 7R'(!4$>ht7m&t$6UF(&4?tqa1H% rr<#oAGb.l3bc=_]>0Cg*!ZWL#UZ*^sIZ`pU? Za-jAZ*:C8YHG+8Za$[8Y-5%3Xfek,WiWA-Z2V$9Xf88!Xfeh1YHY50XVe4?X/rA#VP^8nXK8J( Xfek3YHP+3YHY;1Zi.0BY-5(7Z*:F8Z*L^C['R'D['d=@[f<`8\,NlP\$`TL]=PSa]">Vg\[f5Z [^NZS[($"I"2)Cb_u@S3_S3[s^:_(i]Y2%r^q[Y"_SX.,_SEmu]Xthq_7dLr_8=%/`50:.`lH*4 ^;%J#_o0L4_nl>f!PcAJ_Z.IO^]VKm`lJ&!+3DUFai_cH`4Nk(_8*t.`4Wgs]>2;#`l#a6`504& ^\u"K_#M.c]tV7p]=Ybk^V7Fq]tV4q_8*gu]",Gcrk:_8^q7(bYd:aFZE^dG]"#2UZEUL7Yct=5 Wi)bjVPU,dVl$8`S!fV0R@0D,OcbZ`Mhm.BLP'u"G^=UYI!U'_FE.:u-uNd3>uaQh77KmE;cd.+ @UNJG>[ClO?t3YU?s?Z1=&W!p>%;8` rr<#s;Z>Nc=#:g%'14Dj$3^bJ('"=T!#-Xa(FCL='ESCY-l3OA)^@Kn;]H5_(CM!*!"gU[)A$4.">!sT&=#mUY3 #9j?U"9\r9#m^_?#RCV;!WiK/#Qt;9#RCY=":#/9"pG/5"TAT*"o\W4"U"u5#6k>7!s/T0rWkRi "UG;9#7:kI#mUV;"pkVC#6Y5:#6b56#R(D;#mgkB"pY51!!":#2<#6Y/6#71;8 #7:Y;!sJo6"o\`+"o\W-!WrN-"TAQB#m^eC$OR+A!soAA"pkS@#7:_@!s&B)!sAN*!X/c6r?#mptD"U58A $4RFMqu?p3(*,5rs8)]nJ,~> rr<#s$3&do9N-(kOcMO%!*94&!<='JRYPK47oVbf!!tc*,5Jq8N*JUr?%It.HK!.b&u$\3YSIt3#tI=--ZL)Gi(Ll%%ILP1;:N/34GMMQq@L4k54KSY>9re:K0Ll2.e rJ)hTKnP&/Jq]&=Lk^V;L5:_?KS+c$H@CEpJ:iQ0K7\Z'Jqer/ItEH+JGt*,J:;okG]n:RFE;R' FoQV6F`VSAD/3m&ChdWo@q9%W?sm>N>ZXs-=]ng,=&i0q:.[uI8ki#T9M,4R,tLNr770F,5XRt1 7n#g26:==78P2QO:.n5R9M%ZD7mo^25s[j:7K5jV8,c*r92&)U:JFS[:f'q_9hnPa<)QRk[CrUAnY%$3KsI=rVh<~> rr<#s>5mAk<+V<"\Z%pr!^]">Sc\[],^rOi-C!5/`P]X4_S!Y!^:qA!`kfLj_?.Wn`r3dQ _&9u%^:_(j^Ve",^q[Y"_SjL8`koI'_8O4.rko5\]XtGV\[SoN[CWcRrjE0AZa-dCB&)KC^tE(EcZ;BEH$,JI!p?fHiAKmIK+a4 KS>)2J:WB/Ko1kKLPLeMS!7h_4d#U9rVV0~> s86m8rr;rOA2ZtC.8lpl2\-'!%1N=<+;tn+'EK'_!#l%@"q27b$kX:1*AAHJ!WW381BRk$$l0Wi $k!#6Y/5#5\WG "pG,4"U,#4"p=u/":#/8!s&E)"U>;=#mgkA"9\W-rs/N/!!`?)!sA]-"8rB&"9/EF!sAc2"pY;6 !X&`7#R1D5!#RLbB#6Fu2r<<6*rWE3)rWN3&q?.T<"p=u. "9o#4!s8Z1#71G7"pY>8!<<<n]+"pOu/+pA/T#RLb@"9S]."9S`/"pP/1"pYD?#m^b?#6Y)1 #7:eErW`B+rWE<-"U"u,"!7gT#n%.L#6P2?%giOI#6Y;=$4$\5!X&T,!!!$ᰏr#7:kK%1ELG":,A:!s8T+!s8T+#71V:!!>?#R:S5"=jW\"pYA:"pYA;"9S`1 "9\o7#mpq@"9eo2"pG2:"TeZ,"pYA8!sJl6"pFo-rWN3)rr`-!$NL86$4$e9!!**#!W s83H,rr;rOA2%MOQ+,V%&dJC/9Lkg\;K7ST*KDgK' L'*-_K7j/V(57KrJqAZ2L4t82JV8c6KnY89KnFr,rdk*$rdt3%r."m!IXcnHJcC9#HQ[]aIXZcs I!U'bIXlorH[0j^I"$KkG^FgbH$FX_H[L;AIhmK]H$FRZH[C!\H@1-gH$=O\Fa/4YGlDmdJ,k)u IKY.NH[9u:GlN'dJH(0$It7NL'nCd_I!g9fI=R!*I!pKpJUi9#J:W@OKE-Z(K`Hl,L&Qc%KboK! Kn=l/L4t;5KS>2;MM$V8KnY89KnbD>LPL\CMMHn?LPUeDLkg_A L4k8;N/W\oM#W80L'*3cKn]JY+,Pf1MiGMMI%EKnY8;L4b)4LkUM6JqJf7MZ&8+L,4O9 JV&W6M2-b:K7o#:LPLV9It!!'JV&N+JqJ`/JVJu8JU`9+I=?]uJq8H%H$OUXG'=^"s3<``@';c$1^rD!;cs%<;Yr^?`T&j8NN92%rJ6q0X97n?3D 90u$9r^@8d8P)HD8OuBB77]s@8c23\9*7m`:J^sd$rKo#;,C(h<``:";ci`ts'6@E>$+p5?s?rH @UWe_EGTDm7nB0Ms8DqI~> s86m8rr;rOA3+h/ZIA5r$j?hE#64lTCu!@DHmp$M&IA[c5;!T_*Aq_g0K!^V]$%prT1:Ug%giLR :o`:)d_!?4Y'`28!%D?%4<$.1$QDU!`QcE@]>;>&a2l??^WFR:aN)66]Yh\,`l?!9_nj1+_u7OR b8naIaN2KF_o0O3_84%/ai;97^:qD"^V@S"^V.7jrk/9Erk8BFr4<'B\[fZN%9.\c95A\@MUM'tLi`[C*BK[^j)d\@K5a]tD"i]">ZS^&YkG^&YqI^AbhC^)4Mt ^q[Xu_o9R3^qROu^VRRs^qmh#]=GlZ`Vm^U`Phbn"2r0t`;[^p`5BO5aN)?Bb0%cD`Q#s>aN)<> a2Gj4a3)QHrl4uWrkno[a2Z-t`?37Eb08,SaMc9Jd)j5D_7mUs_SEk!`5]^3^qde)a2n4trPefP :qs]U]YMJ%^V%1j]YD;*b/qW>_8XL6`PfU/^qRLh\\#DZZF.6KZaI9O[^EKGYHG".W2QSkW2Zbp VPU,^St2FET:VR>Q^*_pO,]-UL4]AQ&q#.UI=$0ZE,U&KG]n+HD/F30rbh^P,BIsLF`1u&?"IS[ Bk_C$Dd-LS@: !<2ur-Mm8T;+3)_0.oCH+r1Fp&e,0O'/^pA'EB3h!#H(G!!!fU"UGMRrX2CB'E]!a(Bb9o*<6j- .1QOm$igAF.kr=^!"fPS'ak-M+<:_(/g_V^)&Enr$k*FG!so5;#7(P;!W`<("U,)8#6b54!WrQ/ "pbG;rWN3(-3aVT!!!**"pG)1!WrT1$47(G#6b54"U5/9#RLhF"U"o1"U+r-rWE-&rrrE(rrFYP !sJl6"U"o1!s/H*!WW3%"9\f-!WrK)! #6k>7"U,)3!rrrB)!sf,8"T8H&#TX3Z$k!7@#nIRS"pY>7#R:YB!)4"9S`0"o\]_"U5,5!so8>#6kD=#mgkB#RLhH%0H_: "pbM@#R1G8!WiB'!"'/G$j?\7"onW*"U>;=#Q>#/$2t8<$OI.H#RCY@#7187$O?tE$4-tC#RUtB "T8KA"9SZ-"pY;6!sAr;#R(;3"9oGW+YZ !<2urA,>`<;+*ZKEG8`8"q^k@#6P/>,']?CH40cV%gr@;&IAOF#662E*"+EGN09KG4U;9)!!+-6 B5rTiPE1HPMh#+b"T]Sm#lk;/; Lkbn_s+VnVLkgY8Jq]#9L4k24KnkJ=L4t>6JUi6#JUrE*KS>,2J:E*#JUW"GJc:9$KE$B"Hn9\p J:W<&IsulrI=$HlH[C0jIsucnIXQTkI=?NjIXm$&K7nMtIt3&uH[:,>IN*Z]I!g6gIsuclI!p[# Jq8H'JV&;tI!^3fI=D$Es+(i8K7ei0JqAZ-Isl`pJqSQ$It3+KJc^RXLAQc*L]rQfKnG&4rJ!"[ LPU\=K7eo8Lk^P6K8#,=L51VCM2$Y6K8#):L4tA:KnY25KnbA=K7nu8LPLV=reLu>Mi*7AL51VC M2-e;KS+o2LOt23J:WB-K7el5Kn=i,KnG#2KS"`'I!U'`r-/?d Fa&%Prc8`pEc>r9Des0'Bk_3lA7T1Y@:3C>>9$dL=BAO';c64[8OuHH:/=MT8OuEG9hn,I84lMQ 9,:,k8Ou?A84u]S9h%K<7n?3C92//T9E%Zc:B"&h9a=Eh;,L4i;cN]q$WL&,=BAO'<`iO1?2\(I ?!LQ=?XR2F>[:`H@Us"^Ci=#s90P\+qu?WoJ,~> !<2ur<;Q.-;+aGiJTk``!Y#DL%flhP5HW)PTHsmI$k!+B&do0c',aej2CDk?_9Bi\<"oZO!#@G- R'b/oe&]\]fYWP:'al!6(C(3G!#dD/[Dg56c,Tb#%E6B/`llNEa2Z$3]u7kf`W!d^_ns7,_o0O; b/jS&s2Y\h`l5g1^r+18aMu08_8H8hs1oA`]tCti]tM.p^qmk#]Xthi]t1`Q]`,VE^AkYA[4Jbq \[oD`\@8uW[^I _#M1L^b!=:_8j^<`4rss]tV:r^VRe'^:Uql_o9X6_o0L6a2Z->aN;TEa2uKGaN)@#aUH>9bK%Q? `lQ9C`l,do`!"'#bKS30`rF$W_un0(a2\(ss2c;(bg"AP_pR#abJh?4]=kkn_7[S(a2l6:_8=+. _u7XUaT'B^_C`U<]Y2,!]"#2U['mKU`l?!8_SX72_Sj:']=ttj\%0,][^PPkIZr."~> rVq$9mDM[[-k$[f!"0)=":bkH"p"]G*!ZZT)ArMc*[;7#(**_i+"&HL!$F?D(BkF**#Bb&'dt@= $46b9!W`<3,Td"3!!!KC"ooVY!&2"9\l4 #6"i9"p>#4#7(M:!sAf3"oST("oel/#lFo+#Q+i4"U"o2"pP/0r;cs$!sAN*!!W<*(Bk$K#R1D6 !sAl5!WiH-"9Sf1!s8Z0"T8E4"9eu8#QOu5#Qt22"U5//":bM8"9eu5!s8]3#m^_="TAT)"TJQ* "9o,1#SdRK"pG,4!WrT1#6tG;#6k>7"9eu7rW?[6"U55="9\o5#6k>8"9er5"U"l-!!*0)"U"r1 !WrT0"9\o7#6b53!WrQ/#6k>7!s/K(!!7!sAc2#mU_@"pG)0#R1D8"pP22!sJo9 #m^_=!sJr:#mq%KrW`B+rWN6+"9eo2"U=r2+p\Pb$3gM:%1`dM#R:J="UGG:":,/9"pG5<#mCA7 "pYA=rX&Q0&Hr4;":#/9"9S`/"pYMC#mq(>$qps;%LWXS%LELO%1N^T%1WdT$OI%@!WW<)"U,)8 $46n@#mge="9f5B$4@7O%13CJ#RCY?"pG)5$4-n rVq$9mDM[\0H)/G!X/Q-!!WN*!<<*[HCB@>!s&K3"Uu(J!!iu_BS'Y='4RMgFZLLk^V=Ll$n@KS>29LAll1L51P/8KnP,3JqAN(K7nr4KS5&4K7\]-KSBDVA:fGeL51J:LPL\@L5(J>Ll$qCKnP&1KnbA;L4t;7 LPLVl\.->6%It:*38/;,pRn;,9q_:Jt%c9hJ#L 8PMoQ9M8#M8kVoU;,I6e$V3i]92&)X;c$:f;>sGs;c6Ll<)rp!s&B5'='&F&$G36='8`* >T$^J=B\s7>$5!4>[1TDA7]:\?r]?E2Mq)'rVh<~> rVp1!mDM[^1*%YO"U>#-!YYqA!!a06T['`7$NUA=$P3aN$l^-UQ*,R'7$bcsO\-W6"U>Z9J]$6f `Q?'BbL"_f`K!S*#R_(P$ig84$oMdQQ*.p@_o'F5aiVWIao93]_ns42ao0<\aoBE]`<*us`W!mV `tcV4_oTsBaMu3=aNDZG`l>s7_nj1)q7cdA#JRma^;%Fq\c'2G^;%Fu]"5NP]GJ2o^;%@n]"5Mg ]XbSa]Xtbf]=PSc]Y"-R%_KBe^V@7i^V@Ck]"G_hrOWQN\[AlT[^l2 C2.^,DJX'$B4c4.GBe4KE,PYts)SBbFEDMBEcV/#!-J3_s*"Bcs*FosI=6KiHiA9pH@(!aGBS3/ Go:gLFa&+VGBS.SI!gBoKS>)2H>6#/2N%>1rVV0~> ;?-Rls8ViB?;3s&',:f]$OdFS"pb_H%g3a_#V6o=(CMl_.hNC1&K;Yr0KBCC&K:m$S)Rob(ap4$ !!;@%/pJ2"WRXI !s/T0#RCS8!!EN5#mLM7!s/Q,"9\f/!XAu0"VCqE#mptF#R:P<"U>58"pkP6"pkS@#71eI#mCG8#6k>;"p>)8#mUV@#R1G2!uqFF#7Ch?!9r_"9\l5#mpk@#R_%J"T\c7%1*7G#mL\<#7:M9$3^G4 "q2%S$O-kB#mq"I$k3+A"pP/2"9o5@r"$O-b@rXAf9rXJo=rXo,?0b+^"#RLhF#m^eH% hTKk'FkEh*?QCH*uu=D*uu48)'1"D+!W6j1bU=(.P!>DQhg=QrdX~> Du]b5s8ViB?;X2u"9ni0#mge@!!<(a1@q?@dccNKTB]Ll$k>KSPGDN/s!WM27"HN;eS3KboDp K85;ANK&gNKSYPGNJ`OILP:J;Lku%cs+C<%&qYdjKS+o/JUi9#KnP)3LPCD1rIZJNKnbA5Jq\u8 Kn=l,K8,,6KSG>?L4Xu.KS+l1K7SW.L4k/6KnFsUJ/j,iKSYA5IY*?1KS"f0KnFo1LPLV;KntYA KnP*XJcLH%KKk0GM2I.HLkg_KS,&9M2@%C KS+l/KnkJ>L5(;6M2D4f!/g`3(Pmj&LQ.4IKS"i2LOt89Ll.+FL5:bHMM6V5M2R1FMMd4EJ;&f3LQ74C KSPPLOc99p"c/"lMMmDlM?\ihK8#);M#E)cLl$e;JqSr;Lk^G8MMHtFM1U,&I=?a!K7f&sI!^3dH[L'bIXQNeG^=[\FT-;:DJX92DJX'$ARo=cDJEWd?!guI?X@#G@:E>@=^#$7?!U?, ;c6Ih:ej\Y:f1+f:JX_\rD3Gg#uXSp:fC=m;G'U]8d8$h=Ar-t<;olV<`N.$=BSd1>?4d+=BJX* <`iL/?=7)A;cQk#=]nj-ZY$2?XmPL AH2T*s8ViB?;Nuk!!*')%KZtO"on].'b5lG_h]3;$k4.%*=N8l,`KUSW-CpCG(!.PLV?Il,a?$s h:9KX`Pg-`j3biIKb>"9%h&aE"TSN((G/$cK>,.?aj&&N`6--;_ScAk#L1K8aiV]Lc2Pc``Z2t9 `5'7.`l>p3]u\CAc-",Ja2uKHaiMH?_SO(f^Cn?!_o'@._8*h#^;@_%_8O7+]`#Sm^qmn*]"Geo _8!Xp]=l"q^:qD#_n`ps]Y;(l^V.7l^VIRr_8![qrjj)]\\>qr]"#Dh_7mRp^V@In\@K/[[^Wi] ^:h1krji*ArOuXR_8F4/_ns7*^:q:k]"Gbl^qd^s]Y;1u_o0L0^q[\$_o9[7`5T[5_SO%&^qmk& ^:_(k^;.V'_SO(#^;S(3aN;WGa2Gj1^V.;!_nWjq]=u%s`lcKIai_iQc-+6-aN_U@#cc,R]<]Y:nj_S*k2 a2>m;cI1.caNVlQcHab_d/Lrf_7mUt_7[DY\hq%3\@8oV]Y;%i\\Q"n]Y1k]['[6L\[oDb]tCtg \@8lRYd(I;Y,nb+Y-G@?Ycb.5XK&2tVAc5'UnOHPR?`u!Ng#cmM1U81LkUM6IsultErL.ZE\)3V H['^RD/*]tC2Is3F*)MFFE288CM.4$F)Pu9Des09I!BdREHZSJF*)O'FTcl6H@(# s8OtUs8;oP;b8ns-RBo_1)h;P#mLnQ$O77r5qWKE%2O#NB.X;i,9Rg0$6CK-"rT.rf$Bj3'`Jpr (D[`!',2)m&J5Zk(GQ:!$jHh>!"KPP%LNLP',23--6Fj!,7G"[$OdFO$P!LJ"9f#8"pbM5#6+r0 "pb,6rWrN('`nOH$k`P&GZb7%L!@U'c@u4q%4,R'G;&r)]Te=*ZQ%6 'G;#R(_7W+(DRW")&aV<)Aa,((E*#e#8eC")&*`#*;piT)?V$$)ArGi!#YMJ#87dd(E"/3*VgI( *?,h2()Rr0',;B(*#fe5*#fb4(`=84)]BM.(Dmu,$4@@X(`OP>(`XV?*Z>k3q&9&J#9"Hs(DRVt ')P'Z,UFZZ+WhaH4?>DX0eY.3q)9rf3B&lV4$Gn^/Lr:u-7:,R&J5`s*#K;3+ s8OtUs8;oP;`Zn;^D.dHmARf.V ?XR8J?!LQ9=oMD!;ZK_k=8u;# s8OtUs8;oP;a2iU*?,e7-l3g:"Tf&A#8Kdt_jj@2!"3M%@k@un.]U"udE\@^)[dpbcchn,)#h;P ^V7D\].gh,\@B,_^-`hL'ab'G!"KPP%LNLP'1#/uFa]^_U;=[__o0O6`m2`H`5Td;`l#^m_>hCR _8?2irkn`P'Z7l,_SO%&^V7Cp]Y(GPYd(L>Za9J4q61+1ZE^X;YctD.W"5VpSXuURVl$JnVkg&Z SXfMM&#Z7tT:V^NUoL>gTqA!OU\U\jUSarbT:VdTrMBIg"0&5qU]-tfU\USgSXuIIUSXicq4KC= V4sWUU84ZXTVSH_VPU&cVPKu^Uo(&eV50o`Vl?\oVl6SpWiN1uX0/Y.WMcWhV>6tnV50l\TV%gH q5!h_q4T1$V&5 s'Pe6s'Gb4q-sA2-"((b=&Md\6q'R98P2W>5=%V(7Rp!L:f1=t;+jJN2]XY1JcGZHs*t~> G5M=:s7Q?C:H^d&5WU_e<'`u=0I@t]%2Ts63A_lu,Tp-)>!aPM*\J`V)Cm^#-71<>6U=C#1*n.e *??1E+seER)B0bE.8Dl`5;=N2(EP>!4!PFY-o`Xs%0IP-0d%V`,:+W_-RBrY+!DmV-6aTT*ZcCH r?D4c"!Jd/,5WYc/,q(!.K1ap.J,+c./t=l+!;aQ-7J[L%lZC)2`a&a4Zb_d3B/rU2>K6C2Dm9F 0JP@?3B/oS2)dQXq)AU93'&uR0f1le2ubiB3]T/X2)R3Iq)/I61c70N3BB7t2D79X3]AoS2`NKH 2)mTV3&``Q1c$pE2)[?M1G^a@1GggA1,_*Q4?YMZ2`EQL1cG.eq)n[7"Z/"j0ekBX2#/p&4"!0R 4$#>[2Dm6D/hSe20.nn41cIBQ2Dm?E0K;'J1d*iZ3]fGd4[&U&q)JL=4$3F(!BN490afis2`Nl^ 5!D+l4$!6uq)C2o4?>Mb5!_P"4Zb\`2` GPhF;s7Q?C:GOUZ2(pC98NT0u.Nf]E#7<+pIV(GT(_KAL<'i&T.G'\@SFEVqVHZ="BD/F00 EW1@bI1CUMI!g3_EbfB%Df9N2D>nANDX;9HFE2;8BkCpeq.1(C?!UcF@q9+Z@UWYO??Y38?XW\8#?tPD?m4YE?X6oApKIl)=^#$8?=.+9>8Um[?X-c=>[:E6 >[LlH?X@#C>?Y37>[:Y7>SCCN@Uj1gBOt^_?X?rB?=$i>>@%&0q.'G0"^>/5=BJZ#>PVV$@O5`% B4b[a@UWD@?Y93='o?<>@_&H?XR;NpL?P*2='&O/?!16/<)Zdu=B&3s;Gg7d:K^h( >$Lu2q-3hmr_EJhq+q;i8kDQF8k`"U9Dqig;ZKMj:&Rft92&&T:f1+h GPhF;s7Q?C:Gt$f3AW6I9g(g*/0Z,M#p`&kSVKre)AZ([<^J5R-&7PKTUp^1,oImr4[)Or2Ns8_ Mi3OTOGepIJ:WE4O'Y=E7PuP9&fNAe2]iSI,X=4C0/?XXI?B\WQC+,2SY)F?R@Be@TU;(2Pa%H" R/W`WTFRQaStDUER?`u!QBmf$Pl?mGNV&8+N<>,sLkk\Y%srVKH[^KrJU`/uI=-BfH22dtG^":O EcZAHH[9p\GBnRaq0E9jI"$EcFa/<2H2i0oIXQTiH$T./#Bb36G^=^aIJJ+*JU`&mGBeCZFEVqW I=6KiH?jaZGBeCZH?oL7&peqRK7ec,JUi6"H@1-hH?jgaq0Ddds*4cmGBS+OFSU1WH22q9KS+l- IsufnG'%bFF*)JDEH?;KH?jaZH#e"SI?Y3?kK?>[(E;?!d>-#@(P@?XR8M @J 3W&jUs8DuQSbl 0M4&U2*O,_3&s,f6qK^;9L(m76VC9W;bKVP:0CCg6T@P78O,L*5X@Y$69$k[2EO,h5sRUq3]]>d 5WUh^2`WlU0g@rl6U*[r5Q4+N7/oXS8,c!W7JTFK6O,P.2`3KQ3BHt-#=1^H7n6*A9)_E]9)hQ[ 9`J&l;uT\o;$Kil9hnJ^;u'3"928>[91_cN9MA/U:/=\_rD*Mj9M8"R;#X5n:f1(f;Ya,l>?P!) :]=*292/5]<)lmr:esk^:/=Y^;Gg4b:/+GX6q0X:92/,Ur_EYj92&/]q+pf\qbQBMs%NGcs%<;_ +%o*j5sn+58Ol?F9hnGX9LqWE:esYW<`N1$='/U.>5:ed:'XZq<)QOe9M>1V#uX]%=Bf-@@ST\t 9`e'c;#*j6$4s1<)QUo>$G',85)fZ>[h;Y91VK=6qC$LqFLr`9heAZ;,U=l q+LZ_rD35_#?Or+<`r[6@JN\09h\5R8kDQE9MJ8Y;H$Opr`B,%s&fV2<`Dpl:Jk(lq-#+<9MA8a ?=[bP=BAO&;c6Lo .Js/Es8DuQ?4^#:f("g B@=].pc9)_Tb:&doe;#X8i:AI]];$U9-8k_rP8kDK@6:!m97g)4I6qC#I8,5UN8,#LK8G>UR7K5dT 6QSHQ3BKDj5s%4o5sdn(5X7M!84Ps7:.\&M92&&S:AI6P7L)OY9M.iE6ppc>#tRW[928;\;G^3h :BF?i;Ya94n;n:/=\a;u'B&9M8#N8Ou?A:Jane 3W&jUs8DuQ?Wfug6Tdh.8Pho=4Bblk=]S<].4IDE2)R`o5?V+f <_?Fr>>e9l9MJAa=B/*p;+*]>5=.n88jY^,7704(5Wr%Y?X@)I@:NhZAm\hJ?".DZBOkRZ?=$uJ A85ahB5)'k@;'CkB45%L>lJ+0?N4=2?iFC2?1D5(?sd2C=T2Ct:'X0V8P2TJ9MPL[r_5:ng;$U*%=&i0q:JU[^s&'&#?Y04>$PBAq-";.;c?Rk:eskV7n?6G9hnL`>lS+0?3jnD>?Fp,=Bf),;ZBo.=^#-@ B51^X>[(?5r`9h8<)HFb8kD`O:Jjq^9MS2V3]T6Oq#(/B~> s8W,sI/3cd==bpT5"J467o3/`:JtA&>?k0'<+9]\B68!"@:Wq^CM@?k?WgZC=Ar9r:eErA6sO)/ B4tme@;0OrEcZ;AE,KK1CLhC4H@BdBAorNNGB\+LDJ4*=Fb>9sIscTgH$ag^H[pd'KmnDqG^+O^ IXc]hH$k!`EcMA.I=-h\s+:B+ Kn]>W%uH1%Mi*@ILPq%FKnP)3K_^<+JV8f5K7SUQJd6p]L51S@K7s5X!eZ&SnV?pr%$?U1M2-h> KnbA?NK4"!s-EVKs-E\Q%@39EP`q;jNKB9dQC+-?PQ[/3P*_[6Q2-aFPlI$JQLU79PkgRdP)bBU MiX$aR[]k>T:_^GQ'Ic.R[';8VPU,bUS=KVq5*n_#Hb58YH+V"W;3OpXTku6ZEpsHZMh$0ZF%%8 ZO=:P\$icV]">hr^:aEU-GI1,^V[n(]t1nm`5g!Cb.kU#\@K;i`Oiap]Y2"m^<"F=bKS2Tps',o e'lamdEp89e-F:FcHjnfe_']d"jbQDeCE.GdKe:Md*L%bda\*A-dU&]c-XqlgX+ s8W,s?2=KE=>2?`6;1'F92&/X928Mk='8pFCM@HtD/3Ze?".AZDd?OM=&N1.=@c1X9LqB=7T`l% @q9%U?!CWDA7]=^@VfgtC1M:3H@'I9@rZmBFEhnME+sEAFa&$.G9V3QFa%tNGC4plJU)H^F)uJJ H%pp#J:iK'H#n.SGB%J:EVs_RD>nGVDJa6,D#%uEE!1`AI=$5Yct=6YHP49\$i`T]=b]R[K*f8\equh\$`QL\@o\e\%&rY\[oAf_8=+.`5TalaToo-a2Z*; `5MJn#Kk00`l?*Aana-Za8a0Y`W+'abg"J]daS$;#Lh)HcHab`e+q<;dEg%[bg"J\cd0n]bK@rK cd0n^c-4ASa2uNJaiMWMe(r3g^XW;YrVqB~> s8W,sH27Ha=>)6]5tajB8ki/Z9M\_o=CblM@:Ee\Bl7Qi?=RP[DJ79*Gp ?t!DI>$,!8@:E\R?[$R5De%htsCM%$gARfY+GB\4RF`_\FEcc>BFEr:`IWfgRE,]i> G(4j`H$juGGB.SAG'%Y=D/oJkrb_XT"EAC"Df>Gkq/QRdI=$;=GklUiFEi1]I!^6ircnHg!d]3? q0Z`O-l?&R$X,(Q'D*6q3hP`VPg8aSt2JKUAq(jV>d7iT`CkdU&q*dVYR.tXfSV) XKJb2Y-+l*X8f7KXfSV,Z*LR7X/rJ/ZEpmC['?g:Y-POJXK8P+Y-+t3]tV7s_84"+q8ET_bKJ&M aiMR!dJqAnb/qfMc-H.-rlP2]rl>&T"iJ9uaN;U#bm2YBc-4DVcdDR.#11Z>bg"J^rmVt;da6=c cHjh^cHXSVbJM3;`l,d6aj](haM67)q#15C~> IK0'j`%/BYp qtg-_p%.bDn*U,@q'^QoD/@^"8_igq"aa]p]1'fq#gEbp@nCYs7HQfp%J+Pp\Fjbr;?Qms8W'' r;6Beq>:$br;-fsqtpU3is8M?aq>LX!rr;ur rVZZjrrDuprVuisrVlfsrqucrrr)isq#15C~> ('":4s8)WKQ#(](SYiO$aj8>Xa2lU+e8F42mHN`ojR2F$ki_4!n_i?agst6DjOhPg^Ug\Y`n/r$ ioB%VhW!V[lg3s%kO7m/m-=38lLj]6mI9];nG2_HlfRX/oD&(Tp@\+No^_M?nFQAIp%S1Oo()DG p\+1HnFQ8>l0Ij3o^M>=o_n7WnG_kZmd9E.m.p)FnH\IIlg!d$lg4HB!W2lXrs&K#qYBmZo`"IW oaplnq=s[Vp%7nLp@n@XqY'[_p]C3_o_J7]q#:$epA+L`quZ`jq#:!iq>1!ejo5>ZlMgqarr1[P !ri,qp&>$krVloprQtTEr;ZWpqYTj]!r`,tkPtP\rr2utqZ$*bs8Duq"8hrkq>($drrE&orrDop qu-HmqZ$Emr;QZjs7uTgrs/Q%qtg']p@\7]!;ucnrr2]m!<2rs!;QNmJ,~> IK0EZaN;fZe_8g9hVI)JhXKt"l0.F$naPo.g!8+(gtBfb^q6k[`mr_s i8NVNgt^cGjlY[biUld8md0Q0m\q"aIV%/9Pm qYBp[o^_P@md0r=q<\@PmdT`7mJZAVmI'H4nac)8rpKpVm-FK9s7$$VrpKUOs7?B`naQPH"RtsP o_/:Ys7lQgrV6Bfs7d0"p%A%Pp\=R[o_/(Tp@e=Ynb<=\p%A%Qq"XX[q=sdZrqQNhrqZrrp%.eK q"a^[q>:!mp%S=Zp@7eQq?-Qgp\4L[q=t$crqZ`mp@n@Xq@EQ%qY9dUo'lVVr;?HirVcQgr;?]r s8Von!r2Nar:g9dqtL6erVc`nrquooqYL-enc/Xes8)opq>'g]r:0^cqu6NlrVucpquH]prqZEd q"appr;6?dp\4CTq>UHmr;HZp!;ZWk!;c]ls8N)urVllmrVqB~> !WW,rrsA/iqu6TmqY^?krr2iq!ri#prr3,orVuosp\t?in,N@brs&?"rr)cmrr2rnq#LEkrs\Z! rr<#sqYC!aqu$Hls8;Wko`4X\p^$Whp\4CTp\4IZrrN#jrqQZio_%tNq>U0bq>'gUrrN&rq>LQr r;?HgqYC-frrN)rnc/Faq>^9iiVrrVrVQQpqYU6h$2aT!s8DonqY0^^rX/Q!q>'d]rVcWiqY9s` rr;`mp]L?gqYTg\q>U3i"9/5qr;QZqr;$BkrWiDur;QWlrVlcqq>L-g"SqrmrVZZlq>UEks82lr rr;rrs8Dusq>0j_"o@uep%@tTr>tt:rUomZqYBp\p\=R[qYBmZp%A%Pp\4IYq>:'cqYg6cp\Fa_ p]gEbp@nCZqtU-[rrE&rrVufks7uBbrs/Q"qtp !WW,rrsA/krVuosr;Q`prr2lr!;c]p#Q"5ps82cnr;QZsqu$?jqYgEorVca#q#:9kr;?QfrrE&q rrMllrr3*"qtg3grr`9!qtT1N!;kILnbrRfrqZQtrr)fnqtp3gqu6]qr42h.rVl]o!W2fnr<`E! qYL*fr;6Bfr;R-'rVcQis8W&qr;HHhq>^Kis7lcnqtpUTor;HWnrqu0`s8Mcmq>U3ir;?furVcWkrqud'rVlfrrquZirVlfos8W)urVcZirosIY r<2rmqtpUWorVl]krr)j!q>:3kqu;0~> !WW,rrsA/jr;Zfqqu-Qnrr2lr$iTu!q"FI[s8;lqrVlfsr;HWqqu-NprVc`rq>UEorq69krql^$ q=aX\qY9aUp%eXeqZ-QfrVufqqu?NmqZ-Qjr;l`jrqurrq>1$-rrW2urUTsgriuJ(rVlcq!WN&s rWN9#rVZQkrsSi)r;??err2imqu$9hq>^Kks8)orrVc`ks7uZ_rrE&erri<#s8N#`rrN&srr;us oDejhg&D-Nr;QEi!WN&^s7uWhr;6Bkr;$3mq>1!cr;QZjrrDlmq#C*aqt^9hr<`E!qYU0fr;HTn q>Ccsqu$9cr;HTos7uQlrql_G~> "onDts7uNirrE&srrE&rrso#(q>^Ecq>^KjnGWCcr;HX(o)/Lcs8D`aqYL3bp\t13qY9dWpA"O^ r;-0\p%J1Ws8W)srr;uprquZlrr2usq>UQnq"aaap`TS6qYL*dq"FLXq>0s`q"X^]qYL*dq=jmg rr2cgp@eCKr;$0grr;iqqYp'R\q>KRXq>SeAq>C'gq>U3i!rVrlrqQTkqsj[brrN,srqc6ds8E#sr;H`pqt^0crqZHkr;HTo rqQBjquH`ps7H $ig&%s7uNks8N#qrVlcrr;?R3rVH?er;Q]ko_AFas8Dfnrr)]grVZBar;HU&s7l?frVccpqtg3g rr3W1qt^'ar;Q`rrr)irrql]mqu-No"9&9!rr)`srVZTlqu7*(r;?NlqY:!drVlfprqm#ur;?Nl qt^6jrr`9!r;>7Jq>CHqr;6Ejqu6Tno)&[gqYBs`qXj[brW)opquHTiqZ-Qmqu?QorV??dqYC$g q>:$gqu-Bkqt^6iqZm&tr;6?fqYL0dnc&@]nc&(VrVHKgq>UBjrV?NkrVlfp"oe>nqYL*gr;$?f qYC-`r;HNmrrE&tr;cids8W'%s8Murs8Vom!rDinrr2rt!<2or!WDr\s8W&rrpp*hrW)ohrpBac rr;rsrW)uorW2rrqu?Zos8Mios8EQ-r;Zfprr<#so_SLbs8Vrns*t~> "onDts7uNirrN)trr2usr;R9*qYC$brVuosrVlcqrVQTo(&[e*s8N&urqcTls7c9frr2rtrr)io rt58.r;HZqqtp^Kl!rW#rrVm<)qtpU3irr)lrrr;up#l=Al q"Odfs8Mus#5%cirr<#pr;V9~> !WVuorrW,urVlg=rVZ]qr;-9er;HWos7u*Us8Vi_qYpNos8W&toDAI]rVm6!qtgC3ir;6Hmr;Q]o#5nGurr;usqZ$Tpnc&Xbq>U9jqYU9nrqtaTs8E)tq>($aq>:3i s82cms8)`lrquBfs8Mrr!r`&oq>^Km"oJ/nqu$Birr2j$r;6?dq>:*fq>^Hms8N#tq>UEms8N&s !W;ijquQWirVQ]mq>L1$bqs"%SrqZKfs8W#sq?-Wmqtg9ks8N&u !;c]lrVZTn!ri/snGELfqYU3gq=aX^p](6lj8T5\rVc`Zs8W)as7uZis7H9lrVZThqu6Hiqu6Tp r;Q]js8W'$r;6 !WVuorsnu,p\b!gp\+L_rqu]mrr2p@q=j^`r:fs_r;Zfpr;$*`s8W)lqu-KmrVulss7uEXrVl]o !;ZWj$i0Pio_SOcrVZQkrqufqrWE&qr;HTorqu]mqtpiup\=R]r;?Hfq"jmerVl`pp(@&pq>0m] q>0sbr;?Nlr;?Nlp&=dcl2Ue_mJm4cr;Qisr;63f!<2rsr;Q]os8N0"rVcHirr)lrrr;fns8Dus s8;urqt^6mrVlcq"9/8srVld!rVQHjrq??lrnmbOrpTmerr2otrr)lsrr;uurq69mrr)farrE&t rrN)pq>^Hn"T8/nq>0peq>L0hrr)iqqu6j!rVc`qqYp?lr;6Hlrr;rms8Vrsr;H !WVuortPD2q>UEoq=spgrVQKirVlisqtU-gru1k5s8W&rqt^3\qYgBms8)Ecs8DutqY9RYrq??t rquZcp\F^arV-U3nq"Oadrqufrq>^pq"ssfqYpBfqYL-jr;$6hrr`9!rVlZns8N#orql`lq>:3_ !V>s^pA+R pAb-ks8@NJ\c8B&JcC<$XoEn~> pAb-ks8@NJ\c8B&JcC<$XoEn~> pAb-ks8@NJ\c8B&JcC<$XoEn~> pAb-ks8@NJ\c8B&JcC<$XoEn~> pAb-ks8@NJ\c8B&JcC<$XoEn~> pAb-ks8@NJ\c8B&JcC<$XoEn~> pAb-ks8@NJ\c8B&JcC<$XoEn~> pAb-ks8@NJ\c8B&JcC<$XoEn~> pAb-ks8@NJ\c8B&JcC<$XoEn~> pAb-ks8@NJ\c8B&JcC<$XoEn~> pAb-ks8@NJ\c8B&JcC<$XoEn~> pAb-ks8@NJ\c8B&JcC<$XoEn~> pAb-ks8@NJ\c8B&JcC<$XoEn~> pAb-ks8@NJ\c8B&JcC<$XoEn~> pAb-ks8@NJ\c8B&JcC<$XoEn~> pAb-ks8@NJ\c8B&JcC<$XoEn~> pAb-ks8@NJ\c8B&JcC<$XoEn~> pAb-ks8@NJ\c8B&JcC<$XoEn~> pAb-ks8@NJ\c8B&JcC<$XoEn~> pAb-ks8@NJ\c8B&JcC<$XoEn~> pAb-ks8@NJ\c8B&JcC<$XoEn~> pAb-ks8@NJ\c8B&JcC<$XoEn~> pAb-ks8@NJ\c8B&JcC<$XoEn~> pAb-ks8@NJ\c8B&JcC<$XoEn~> q>^9iM>d8LJcC<$JcCH(J,~> q>^9iM>d8LJcC<$JcCH(J,~> q>^9iM>d8LJcC<$JcCH(J,~> q>^9iM>d8LJcC<$JcCH(J,~> q>^9iM>d8LJcC<$JcCH(J,~> q>^9iM>d8LJcC<$JcCH(J,~> q>Z$Fq>PsFJcC<$L&ZZ~> q>Z$Fq>PsFJcC<$L&ZZ~> q>Z$Fq>PsFJcC<$L&ZZ~> q>Z$Fq>PsFJcC<$L&ZZ~> q>Z$Fq>PsFJcC<$L&ZZ~> q>Z$Fq>PsFJcC<$L&ZZ~> q>^9iM?!DNJcC<$JcCH(J,~> q>^9iM?!DNJcC<$JcCH(J,~> q>^9iM?!DNJcC<$JcCH(J,~> q>^9iM?!DNJcC<$JcCH(J,~> q>^9iM?!DNJcC<$JcCH(J,~> q>^9iM?!DNJcC<$JcCH(J,~> q>^9iM?!DNJcC<$JcCH(J,~> q>^9iM?!DNJcC<$JcCH(J,~> q>^9iM?!DNJcC<$JcCH(J,~> q>^9iM?!DNJcC<$JcCH(J,~> q>^9iM?!DNJcC<$JcCH(J,~> q>^9iM?!DNJcC<$JcCH(J,~> JcDDC$iU,*rVuooqZ$TnrUp0kqYpKo#lXf'rVuoqrqb4G!<)os!W)fjrrW/rrVc`srqu]o!;b(B #5eH#r;ZcoJcC<$rVqB~> JcDDC$iU,*rVuooqZ$TnrUp0kqYpKo#lXf'rVuoqrqb4G!<)os!W)fjrrW/rrVc`srqu]o!;b(B #5eH#r;ZcoJcC<$rVqB~> JcDDC$iU,*rVuooqZ$TnrUp0kqYpKo#lXf'rVuoqrqb4G!<)os!W)fjrrW/rrVc`srqu]o!;b(B #5eH#r;ZcoJcC<$rVqB~> JcD;@!<)fp!rVomp](9is8N9#rqufrq>LL?mdJj7FqLSZt s7cPD~> JcD;@!<)fp!rVomp](9is8N9#rqufrq>LL?mdJj7FqLSZt s7cPD~> JcD;@!<)fp!rVomp](9is8N9#rqufrq>LL?mdJj7FqLSZt s7cPD~> JcDGD!W;rprrW#qrq$-irr2p%qu?Zqs8Drrs8W)Mrrr>pqu?]jq>UWtqtp?ir;Q^!rr<#ops&gA qYgHjr.4m!s8;nI~> JcDGD!W;rprrW#qrq$-irr2p%qu?Zqs8Drrs8W)Mrrr>pqu?]jq>UWtqtp?ir;Q^!rr<#ops&gA qYgHjr.4m!s8;nI~> JcDGD!W;rprrW#qrq$-irr2p%qu?Zqs8Drrs8W)Mrrr>pqu?]jq>UWtqtp?ir;Q^!rr<#ops&gA qYgHjr.4m!s8;nI~> JcDGD$N'\sr;?Nnrr<#trr2utp&>$jrVm-$qu$Bks8Dl:rrW2urVlfurquZmrrE&CrrrE%s8N&t JcC<$rVqB~> JcDGD$N'\sr;?Nnrr<#trr2utp&>$jrVm-$qu$Bks8Dl:rrW2urVlfurquZmrrE&CrrrE%s8N&t JcC<$rVqB~> JcDGD$N'\sr;?Nnrr<#trr2utp&>$jrVm-$qu$Bks8Dl:rrW2urVlfurquZmrrE&CrrrE%s8N&t JcC<$rVqB~> JcDAB%/p,&rVuooqu$BgqYp6h#Q4K!rV69hqYpKprmq)Lr;Q]trq?'\rrW/urr)j!pAb0krVlls dJjIMr;Zfoqu#i4s+14Ks*t~> JcDAB%/p,&rVuooqu$BgqYp6h#Q4K!rV69hqYpKprmq)Lr;Q]trq?'\rrW/urr)j!pAb0krVlls dJjIMr;Zfoqu#i4s+14Ks*t~> JcDAB%/p,&rVuooqu$BgqYp6h#Q4K!rV69hqYpKprmq)Lr;Q]trq?'\rrW/urr)j!pAb0krVlls dJjIMr;Zfoqu#i4s+14Ks*t~> JcDGD!r)Zmrr3&trql6c"TJH$q"age!W;cFrr`,trq-3i!;Q JcDGD!r)Zmrr3&trql6c"TJH$q"age!W;cFrr`,trq-3i!;Q JcDGD!r)Zmrr3&trql6c"TJH$q"age!W;cFrr`,trq-3i!;Q JcDGD"T/6!pAFjg"oe,gs8Vlirt#)+rr;lqs5`b=mJm4aqY8bD#5\B!qu?Eaq#:m'qu?]qo(N+K s8Voms8W&ErrrB$q>^KUJcC<$r;V9~> JcDGD"T/6!pAFjg"oe,gs8Vlirt#)+rr;lqs5`b=mJm4aqY8bD#5\B!qu?Eaq#:m'qu?]qo(N+K s8Voms8W&ErrrB$q>^KUJcC<$r;V9~> JcDGD"T/6!pAFjg"oe,gs8Vlirt#)+rr;lqs5`b=mJm4aqY8bD#5\B!qu?Eaq#:m'qu?]qo(N+K s8Voms8W&ErrrB$q>^KUJcC<$r;V9~> JcDDC%fF7n@qTIcEc,K0Vs"*Zp&>9rs5\u=@"cnVrs&E$s4MOIq>('jrWiK"^2-"sbk1i5!<1CG #P\2sp&E3LP(EXas8DtJ~> JcDDC%fF7n@qTIcEc,K0Vs"*Zp&>9rs5\u=@"cnVrs&E$s4MOIq>('jrWiK"^2-"sbk1i5!<1CG #P\2sp&E3LP(EXas8DtJ~> JcDDC%fF7n@qTIcEc,K0Vs"*Zp&>9rs5\u=@"cnVrs&E$s4MOIq>('jrWiK"^2-"sbk1i5!<1CG #P\2sp&E3LP(EXas8DtJ~> JcDGD)Z'I'f=q:cY2J0M?OK-ds8)cqrVuoos7ZKhrr3^o&'rN&OoP=Ys8;oms82ios7cQnq>C6r qu?]os8Dor55bH\rVQ9a]s8W&tV$TTbs8W#prs8T!s7cHk qu?BhrsJSurVlisrVHNnr.4m=s*t~> JcDGD)Z'I'f=q:cY2J0M?OK-ds8)cqrVuoos7ZKhrr3^o&'rN&OoP=Ys8;oms82ios7cQnq>C6r qu?]os8Dor55bH\rVQ9a]s8W&tV$TTbs8W#prs8T!s7cHk qu?BhrsJSurVlisrVHNnr.4m=s*t~> JcDGD)Z'I'f=q:cY2J0M?OK-ds8)cqrVuoos7ZKhrr3^o&'rN&OoP=Ys8;oms82ios7cQnq>C6r qu?]os8Dor55bH\rVQ9a]s8W&tV$TTbs8W#prs8T!s7cHk qu?BhrsJSurVlisrVHNnr.4m=s*t~> JcD>A"Sh!n)X@>%)"jXB9&TaAqZ$TiqY1$ds8Vrc4,!?q(97B6&cD\$s8Vfhq#::3cs8Vln rrDonrtbD0s7cEjs7>p`s5/b&s8VopqmF'8q>L=0rqQNfr;Zfqs+(Whs8Murs8W&tq#CBjrr!*% o_SU\rr;lprr`8srVZZp#5J/ss7ZKir;S;Crr<#ms7uWgHM%7;q#B]Rec5C@s8Dlqs7u]pqu6Wf s8VrfrVufqrr;rrrrN&sJcD8?J,~> JcD>A"Sh!n)X@>%)"jXB9&TaAqZ$TiqY1$ds8Vrc4,!?q(97B6&cD\$s8Vfhq#::3cs8Vln rrDonrtbD0s7cEjs7>p`s5/b&s8VopqmF'8q>L=0rqQNfr;Zfqs+(Whs8Murs8W&tq#CBjrr!*% o_SU\rr;lprr`8srVZZp#5J/ss7ZKir;S;Crr<#ms7uWgHM%7;q#B]Rec5C@s8Dlqs7u]pqu6Wf s8VrfrVufqrr;rrrrN&sJcD8?J,~> JcD>A"Sh!n)X@>%)"jXB9&TaAqZ$TiqY1$ds8Vrc4,!?q(97B6&cD\$s8Vfhq#::3cs8Vln rrDonrtbD0s7cEjs7>p`s5/b&s8VopqmF'8q>L=0rqQNfr;Zfqs+(Whs8Murs8W&tq#CBjrr!*% o_SU\rr;lprr`8srVZZp#5J/ss7ZKir;S;Crr<#ms7uWgHM%7;q#B]Rec5C@s8Dlqs7u]pqu6Wf s8VrfrVufqrr;rrrrN&sJcD8?J,~> JcDDC.fTJJkm@slrVZHjs'GbSpAb0dqt0pgp\FjdrSmm]s6S_ErqHBks7cNbrr42;p](9mr;-Hj s8Vlgs8Dutq>^6[qZ$Top&G'fs3b*KqYU9l!;HKm,Q7N8s8D]kqZ$Qprr7uY\GuR,rr<#ss8Vrq s7u]pp\t3kq>UC$qu6Nls8Vles8W&srsST$s82`mrr;rrrUTpe!m4O6rr3Z+s7QEbs8W)rs8W)u qZ$Hcs8Vlnrs\l*r;Q`or;-His8W%Ks.01?~> JcDDC.fTJJkm@slrVZHjs'GbSpAb0dqt0pgp\FjdrSmm]s6S_ErqHBks7cNbrr42;p](9mr;-Hj s8Vlgs8Dutq>^6[qZ$Top&G'fs3b*KqYU9l!;HKm,Q7N8s8D]kqZ$Qprr7uY\GuR,rr<#ss8Vrq s7u]pp\t3kq>UC$qu6Nls8Vles8W&srsST$s82`mrr;rrrUTpe!m4O6rr3Z+s7QEbs8W)rs8W)u qZ$Hcs8Vlnrs\l*r;Q`or;-His8W%Ks.01?~> JcDDC.fTJJkm@slrVZHjs'GbSpAb0dqt0pgp\FjdrSmm]s6S_ErqHBks7cNbrr42;p](9mr;-Hj s8Vlgs8Dutq>^6[qZ$Top&G'fs3b*KqYU9l!;HKm,Q7N8s8D]kqZ$Qprr7uY\GuR,rr<#ss8Vrq s7u]pp\t3kq>UC$qu6Nls8Vles8W&srsST$s82`mrr;rrrUTpe!m4O6rr3Z+s7QEbs8W)rs8W)u qZ$Hcs8Vlnrs\l*r;Q`or;-His8W%Ks.01?~> JcDDC&cMb0lN[^brVuoes0;kSk5Y&PrrDoprtG)*s2#/Iqu?]bs8W&pnc/XYs7ZEk&+9>ps82ir q>^9joDeabqYpKrrV-6grseOS8H8__s82Ths8Vljrr3W.s8N#tq=ajdR0'nurr)irs8Drs"9/?" p&=suo^i+_p\k-lr;Z]orsAQ%s7Z9gs8Mcarr3N(r;Zfos7QERA4HUso)J7Xrtb/"s8Vrqq>^9i s7u]nrV6Els8Vlop\t0mqgnd9s*t~> JcDDC&cMb0lN[^brVuoes0;kSk5Y&PrrDoprtG)*s2#/Iqu?]bs8W&pnc/XYs7ZEk&+9>ps82ir q>^9joDeabqYpKrrV-6grseOS8H8__s82Ths8Vljrr3W.s8N#tq=ajdR0'nurr)irs8Drs"9/?" p&=suo^i+_p\k-lr;Z]orsAQ%s7Z9gs8Mcarr3N(r;Zfos7QERA4HUso)J7Xrtb/"s8Vrqq>^9i s7u]nrV6Els8Vlop\t0mqgnd9s*t~> JcDDC&cMb0lN[^brVuoes0;kSk5Y&PrrDoprtG)*s2#/Iqu?]bs8W&pnc/XYs7ZEk&+9>ps82ir q>^9joDeabqYpKrrV-6grseOS8H8__s82Ths8Vljrr3W.s8N#tq=ajdR0'nurr)irs8Drs"9/?" p&=suo^i+_p\k-lr;Z]orsAQ%s7Z9gs8Mcarr3N(r;Zfos7QERA4HUso)J7Xrtb/"s8Vrqq>^9i s7u]nrV6Els8Vlop\t0mqgnd9s*t~> JcDGDDZ0V7s6gO0mf34brVt.I!l=[3s2C^cKr=/7mAXXsAt?g.s8JpRJY]gRs4WrcM>tAVR.((R l)&f_T[a#?e^)D!4`(.rVlis=T/6s m\b;[W:g#bqZ#iSR?Yqqe`HhGH\89ms36jNVu-Mis4Xi4Dg&hos8Cno"XKS2_#1a6Krk:Ls8Uf4 H?uFTs7F["CrcR\KR9s's8)cnadRFXa1m3*Sc=3~> JcDGDDZ0V7s6gO0mf34brVt.I!l=[3s2C^cKr=/7mAXXsAt?g.s8JpRJY]gRs4WrcM>tAVR.((R l)&f_T[a#?e^)D!4`(.rVlis=T/6s m\b;[W:g#bqZ#iSR?Yqqe`HhGH\89ms36jNVu-Mis4Xi4Dg&hos8Cno"XKS2_#1a6Krk:Ls8Uf4 H?uFTs7F["CrcR\KR9s's8)cnadRFXa1m3*Sc=3~> JcDGDDZ0V7s6gO0mf34brVt.I!l=[3s2C^cKr=/7mAXXsAt?g.s8JpRJY]gRs4WrcM>tAVR.((R l)&f_T[a#?e^)D!4`(.rVlis=T/6s m\b;[W:g#bqZ#iSR?Yqqe`HhGH\89ms36jNVu-Mis4Xi4Dg&hos8Cno"XKS2_#1a6Krk:Ls8Uf4 H?uFTs7F["CrcR\KR9s's8)cnadRFXa1m3*Sc=3~> JcDABGl@L*&.%CqpA4Rakm.9\qu JcDABGl@L*&.%CqpA4Rakm.9\qu JcD;@"7Zs2nc&Q:q#Bjt!gN`K4^RUWpYI$Ws8BS JcD;@"7Zs2nc&Q:q#Bjt!gN`K4^RUWpYI$Ws8BS JcDGDDZ'M1s6g-opAb0js8M9u!2':l!4W""s8Na#qu=/+X8Dqc71B4rrVsM4ZiBrO!`Ja[WTj$Z ;?-Ups*5+Fq"?HTh#I*F5o&nhrqIX%s7lWooD_nmo(`6O"eGGbs!^)(s7uJJ!kA:0rVlis=T-qT D?&u&ra,ZhofirZs7u[\!T3qPnHVkiqu?475QCW\O9CUBr;S*(oDed]&OcQss7lWo*C9K!cOEhQ mf3;?+n5O*8c[HAq#` JcDGDDZ'M1s6g-opAb0js8M9u!2':l!4W""s8Na#qu=/+X8Dqc71B4rrVsM4ZiBrO!`Ja[WTj$Z ;?-Ups*5+Fq"?HTh#I*F5o&nhrqIX%s7lWooD_nmo(`6O"eGGbs!^)(s7uJJ!kA:0rVlis=T-qT D?&u&ra,ZhofirZs7u[\!T3qPnHVkiqu?475QCW\O9CUBr;S*(oDed]&OcQss7lWo*C9K!cOEhQ mf3;?+n5O*8c[HAq#` JcDGDDZ'M1s6g-opAb0js8M9u!2':l!4W""s8Na#qu=/+X8Dqc71B4rrVsM4ZiBrO!`Ja[WTj$Z ;?-Ups*5+Fq"?HTh#I*F5o&nhrqIX%s7lWooD_nmo(`6O"eGGbs!^)(s7uJJ!kA:0rVlis=T-qT D?&u&ra,ZhofirZs7u[\!T3qPnHVkiqu?475QCW\O9CUBr;S*(oDed]&OcQss7lWo*C9K!cOEhQ mf3;?+n5O*8c[HAq#` JcDGD:]::mrTt%-nGN:cr;GLY#/U:M!-aKhO,",rkl8/>@ 1m4&cO#%-Vs84Vkp&G'h72#%eqtM["rr2pIqYse,nGiOWj5.&%D@]/8qu?\T!PJI1s8VurrjVr" R#[A`,mVEV#=nIds%$GuhuE`?"'G?prq@R!s8V`_e_dKcEt:81s8MR/6N?l\s8):+9E+sk#(-.F qtsCrh>$n=*;070pe_LlrqWDt-"DqMoDeXbrrDeEs.o[F~> JcDGD:]::mrTt%-nGN:cr;GLY#/U:M!-aKhO,",rkl8/>@ 1m4&cO#%-Vs84Vkp&G'h72#%eqtM["rr2pIqYse,nGiOWj5.&%D@]/8qu?\T!PJI1s8VurrjVr" R#[A`,mVEV#=nIds%$GuhuE`?"'G?prq@R!s8V`_e_dKcEt:81s8MR/6N?l\s8):+9E+sk#(-.F qtsCrh>$n=*;070pe_LlrqWDt-"DqMoDeXbrrDeEs.o[F~> JcDGD:]::mrTt%-nGN:cr;GLY#/U:M!-aKhO,",rkl8/>@ 1m4&cO#%-Vs84Vkp&G'h72#%eqtM["rr2pIqYse,nGiOWj5.&%D@]/8qu?\T!PJI1s8VurrjVr" R#[A`,mVEV#=nIds%$GuhuE`?"'G?prq@R!s8V`_e_dKcEt:81s8MR/6N?l\s8):+9E+sk#(-.F qtsCrh>$n=*;070pe_LlrqWDt-"DqMoDeXbrrDeEs.o[F~> JcDDC#l+5qoEGE`s8N#t,J=-jlhY2nN5Mm6Ye@jPpq6[)s8V3l,e'kiZ,+6Ap%F%=[Jg,(_#R*> Z+@HU^\%?t0HC#hs8P1soD\dU+\2M,p@nUe56U?Ms8Rm.DS=:36i[2bp4NR^s8)TlrVunj"),-P ^9>;hnD4.0s7Q?j>mAs[r9Xkarr54T,u470s8R^4F2? JcDDC#l+5qoEGE`s8N#t,J=-jlhY2nN5Mm6Ye@jPpq6[)s8V3l,e'kiZ,+6Ap%F%=[Jg,(_#R*> Z+@HU^\%?t0HC#hs8P1soD\dU+\2M,p@nUe56U?Ms8Rm.DS=:36i[2bp4NR^s8)TlrVunj"),-P ^9>;hnD4.0s7Q?j>mAs[r9Xkarr54T,u470s8R^4F2? JcDDC#l+5qoEGE`s8N#t,J=-jlhY2nN5Mm6Ye@jPpq6[)s8V3l,e'kiZ,+6Ap%F%=[Jg,(_#R*> Z+@HU^\%?t0HC#hs8P1soD\dU+\2M,p@nUe56U?Ms8Rm.DS=:36i[2bp4NR^s8)TlrVunj"),-P ^9>;hnD4.0s7Q?j>mAs[r9Xkarr54T,u470s8R^4F2? JcDGD!;uir''Tf6mf*7WrVqTV?N9kH"/u7crVoXdpTst-pAaS%+oD<7n,N4[s8@KKd/X+>s4.QF s8W&ns7cBdpcotps7,_T&cD\/qBnZ-s2*"Vs&'n0Io`+qW $fCpM:F6&?o)E%uo_\3`q#A[RGR2"XrqufrrIP!Es*t~> JcDGD!;uir''Tf6mf*7WrVqTV?N9kH"/u7crVoXdpTst-pAaS%+oD<7n,N4[s8@KKd/X+>s4.QF s8W&ns7cBdpcotps7,_T&cD\/qBnZ-s2*"Vs&'n0Io`+qW $fCpM:F6&?o)E%uo_\3`q#A[RGR2"XrqufrrIP!Es*t~> JcDGD!;uir''Tf6mf*7WrVqTV?N9kH"/u7crVoXdpTst-pAaS%+oD<7n,N4[s8@KKd/X+>s4.QF s8W&ns7cBdpcotps7,_T&cD\/qBnZ-s2*"Vs&'n0Io`+qW $fCpM:F6&?o)E%uo_\3`q#A[RGR2"XrqufrrIP!Es*t~> JcDDC,l.B\ti;Yg@js/ol*s/ZF&p\k,/#J0p7);g=Up\&_4a8Gu5s8Gb% mJQbZjc@jis!K/ls)(:Cq=sRJ.k^l%LrB>l>QXEplkD,Js89_68H8_\s-3]%rVufkqu?]i2^IVe n,N&ag&G4U^Amr`0a6J3qt(jSoDe-L!(d.en0T.Fs7atB2ui^Robp$onl3L?j9FC4fnj]5Nq#'krV=sqtZ1\+kJcDSHJ,~> JcDDC,l.B\ti;Yg@js/ol*s/ZF&p\k,/#J0p7);g=Up\&_4a8Gu5s8Gb% mJQbZjc@jis!K/ls)(:Cq=sRJ.k^l%LrB>l>QXEplkD,Js89_68H8_\s-3]%rVufkqu?]i2^IVe n,N&ag&G4U^Amr`0a6J3qt(jSoDe-L!(d.en0T.Fs7atB2ui^Robp$onl3L?j9FC4fnj]5Nq#'krV=sqtZ1\+kJcDSHJ,~> JcDDC,l.B\ti;Yg@js/ol*s/ZF&p\k,/#J0p7);g=Up\&_4a8Gu5s8Gb% mJQbZjc@jis!K/ls)(:Cq=sRJ.k^l%LrB>l>QXEplkD,Js89_68H8_\s-3]%rVufkqu?]i2^IVe n,N&ag&G4U^Amr`0a6J3qt(jSoDe-L!(d.en0T.Fs7atB2ui^Robp$onl3L?j9FC4fnj]5Nq#'krV=sqtZ1\+kJcDSHJ,~> JcDAB%dD9B&I4]Mf"YiD:!Ds7Z)-!a^V:Kci"Vk JcDAB%dD9B&I4]Mf"YiD:!Ds7Z)-!a^V:Kci"Vk JcDAB%dD9B&I4]Mf"YiD:!Ds7Z)-!a^V:Kci"Vk JcDGDC\e"SEc,/jF`q\IQcSXqrqu9cs.V^r/98r2o6bIbBOe"-s3tg=*_Vmbs294mB4c_"p@81_ d9[_=?E=#'^j'HcG/2CP?Y";^n,MEY2gEdLTP\[]@&s=I68^`Ag#4G8W5j-WEa4a]r;Q^&q"k$2 >958$^\n*2;RT+G8A\LAh>dHRmta%tWUuB8E4Z(i5Vto\e[74lU\XrDEAE4&s-RA%De-*Ps/K?d 2f[:Bs2K1pB6gu%J7)2sVtQ:AF[/02`W,u+5:P"YJcDPGJ,~> JcDGDC\e"SEc,/jF`q\IQcSXqrqu9cs.V^r/98r2o6bIbBOe"-s3tg=*_Vmbs294mB4c_"p@81_ d9[_=?E=#'^j'HcG/2CP?Y";^n,MEY2gEdLTP\[]@&s=I68^`Ag#4G8W5j-WEa4a]r;Q^&q"k$2 >958$^\n*2;RT+G8A\LAh>dHRmta%tWUuB8E4Z(i5Vto\e[74lU\XrDEAE4&s-RA%De-*Ps/K?d 2f[:Bs2K1pB6gu%J7)2sVtQ:AF[/02`W,u+5:P"YJcDPGJ,~> JcDGDC\e"SEc,/jF`q\IQcSXqrqu9cs.V^r/98r2o6bIbBOe"-s3tg=*_Vmbs294mB4c_"p@81_ d9[_=?E=#'^j'HcG/2CP?Y";^n,MEY2gEdLTP\[]@&s=I68^`Ag#4G8W5j-WEa4a]r;Q^&q"k$2 >958$^\n*2;RT+G8A\LAh>dHRmta%tWUuB8E4Z(i5Vto\e[74lU\XrDEAE4&s-RA%De-*Ps/K?d 2f[:Bs2K1pB6gu%J7)2sVtQ:AF[/02`W,u+5:P"YJcDPGJ,~> JcDGD"9/?#oD\dipBCTmo`+s\rr458r;ZWCjo=uQqt0pgq"k$fq#CB^f&cr*rr<#prVuZis8VZh ruB_KmeZtXq"=[eq=jpbs8VQfs7?9jme?b]q>9mbrsIrhq:Oj+rr;$?r;Q^#r;$0gs8;cns'>6r rRU$%q>^ JcDGD"9/?#oD\dipBCTmo`+s\rr458r;ZWCjo=uQqt0pgq"k$fq#CB^f&cr*rr<#prVuZis8VZh ruB_KmeZtXq"=[eq=jpbs8VQfs7?9jme?b]q>9mbrsIrhq:Oj+rr;$?r;Q^#r;$0gs8;cns'>6r rRU$%q>^ JcDGD"9/?#oD\dipBCTmo`+s\rr458r;ZWCjo=uQqt0pgq"k$fq#CB^f&cr*rr<#prVuZis8VZh ruB_KmeZtXq"=[eq=jpbs8VQfs7?9jme?b]q>9mbrsIrhq:Oj+rr;$?r;Q^#r;$0gs8;cns'>6r rRU$%q>^ JcDDC'D_\.qY1$hs8;osr;ZZos82]nqYpKrrVu`lrrr;ps8N&jrr<#q+oh66s8;coqt'jfr:fd^ oDejds8;osr;ZZos8Dcnr;Q0`rrDins$lterqcZorVu`oqtpEks8)Hhqu?HjqZ$Nnr;Zfls8V`k rVuKhq#13js8Q=(nb`@`rqu`pqY1$iqZ$Nkrr;cnqtpEnqu6U.qZ$QppAb0is8Duqr:9mas8Vfl ru(b7qu?Hks8)Njqtg?]s7lWor;Zfjs8VfhJcDPGJ,~> JcDDC'D_\.qY1$hs8;osr;ZZos82]nqYpKrrVu`lrrr;ps8N&jrr<#q+oh66s8;coqt'jfr:fd^ oDejds8;osr;ZZos8Dcnr;Q0`rrDins$lterqcZorVu`oqtpEks8)Hhqu?HjqZ$Nnr;Zfls8V`k rVuKhq#13js8Q=(nb`@`rqu`pqY1$iqZ$Nkrr;cnqtpEnqu6U.qZ$QppAb0is8Duqr:9mas8Vfl ru(b7qu?Hks8)Njqtg?]s7lWor;Zfjs8VfhJcDPGJ,~> JcDDC'D_\.qY1$hs8;osr;ZZos82]nqYpKrrVu`lrrr;ps8N&jrr<#q+oh66s8;coqt'jfr:fd^ oDejds8;osr;ZZos8Dcnr;Q0`rrDins$lterqcZorVu`oqtpEks8)Hhqu?HjqZ$Nnr;Zfls8V`k rVuKhq#13js8Q=(nb`@`rqu`pqY1$iqZ$Nkrr;cnqtpEnqu6U.qZ$QppAb0is8Duqr:9mas8Vfl ru(b7qu?Hks8)Njqtg?]s7lWor;Zfjs8VfhJcDPGJ,~> JcC<$WW*J+qu?]ns7jiu.0 JcC<$WW*J+qu?]ns7jiu.0 JcC<$WW*J+qu?]ns7jiu.0 JcC<$W;dA,s8Vopq:KRt@ JcC<$W;dA,s8Vopq:KRt@ JcC<$W;dA,s8Vopq:KRt@ JcC<$W;d8$rVu]ns75j_s7l5;s+14(s*t~> JcC<$W;d8$rVu]ns75j_s7l5;s+14(s*t~> JcC<$W;d8$rVu]ns75j_s7l5;s+14(s*t~> JcC<$WW*,#p\b'hrVm&srVuoio7?pms4mX)~> JcC<$WW*,#p\b'hrVm&srVuoio7?pms4mX)~> JcC<$WW*,#p\b'hrVm&srVuoio7?pms4mX)~> JcC<$V>gf!qu?]qqY:$grrE"Ks+14+s*t~> JcC<$V>gf!qu?]qqY:$grrE"Ks+14+s*t~> JcC<$V>gf!qu?]qqY:$grrE"Ks+14+s*t~> JcC<$V>gi#r;Zfqs8W&sJcC<$gAc[~> JcC<$V>gi#r;Zfqs8W&sJcC<$gAc[~> JcC<$V>gi#r;Zfqs8W&sJcC<$gAc[~> JcC<$WW*+rr;QWmrVm&urVuokq18Qss4mX)~> JcC<$WW*+rr;QWmrVm&urVuokq18Qss4mX)~> JcC<$WW*+rr;QWmrVm&urVuokq18Qss4mX)~> JcC<$WW*>'s8Vojrr;rsrr2lr!;h?IJcFR+J,~> JcC<$WW*>'s8Vojrr;rsrr2lr!;h?IJcFR+J,~> JcC<$WW*>'s8Vojrr;rsrr2lr!;h?IJcFR+J,~> JcC<$JcC<$JcGECJ,~> JcC<$JcC<$JcGECJ,~> JcC<$JcC<$JcGECJ,~> JcC<$JcC<$JcGECJ,~> JcC<$JcC<$JcGECJ,~> JcC<$JcC<$JcGECJ,~> JcC<$JcC<$JcGECJ,~> JcC<$JcC<$JcGECJ,~> JcC<$JcC<$JcGECJ,~> JcC<$JcC<$JcGECJ,~> JcC<$JcC<$JcGECJ,~> JcC<$JcC<$JcGECJ,~> JcC<$JcC<$JcGECJ,~> JcC<$JcC<$JcGECJ,~> JcC<$JcC<$JcGECJ,~> JcC<$JcC<$JcGECJ,~> JcC<$JcC<$JcGECJ,~> JcC<$JcC<$JcGECJ,~> JcC<$JcC<$JcGECJ,~> JcC<$JcC<$JcGECJ,~> JcC<$JcC<$JcGECJ,~> JcC<$JcC<$JcGECJ,~> JcC<$JcC<$JcGECJ,~> JcC<$JcC<$JcGECJ,~> JcC<$JcC<$JcGECJ,~> JcC<$JcC<$JcGECJ,~> JcC<$JcC<$JcGECJ,~> JcC<$JcC<$JcGECJ,~> JcC<$JcC<$JcGECJ,~> JcC<$JcC<$JcGECJ,~> JcC<$JcC<$JcGECJ,~> JcC<$JcC<$JcGECJ,~> JcC<$JcC<$JcGECJ,~> JcC<$JcC<$JcGECJ,~> JcC<$JcC<$JcGECJ,~> JcC<$JcC<$JcGECJ,~> JcC<$JcC<$JcGECJ,~> JcC<$JcC<$JcGECJ,~> JcC<$JcC<$JcGECJ,~> JcC<$JcC<$JcGECJ,~> JcC<$JcC<$JcGECJ,~> JcC<$JcC<$JcGECJ,~> JcC<$JcC<$JcGECJ,~> JcC<$JcC<$JcGECJ,~> JcC<$JcC<$JcGECJ,~> JcC<$JcC<$JcGECJ,~> JcC<$JcC<$JcGECJ,~> JcC<$JcC<$JcGECJ,~> %%EndData showpage %%Trailer end %%EOF xmds-doc-0~svn.1884/latex/figures/lorenzMatlabPlot.eps0000644000175000017500000003104610022002262022300 0ustar rafaelrafael%!PS-Adobe-3.0 EPSF-3.0 %%Creator: MATLAB, The Mathworks, Inc. %%Title: lorenzMatlabPlot.eps %%CreationDate: 03/05/2004 14:24:15 %%DocumentNeededFonts: Helvetica %%DocumentProcessColors: Cyan Magenta Yellow Black %%LanguageLevel: 2 %%Pages: 1 %%BoundingBox: 55 200 562 583 %%EndComments %%BeginProlog % MathWorks dictionary /MathWorks 160 dict begin % definition operators /bdef {bind def} bind def /ldef {load def} bind def /xdef {exch def} bdef /xstore {exch store} bdef % operator abbreviations /c /clip ldef /cc /concat ldef /cp /closepath ldef /gr /grestore ldef /gs /gsave ldef /mt /moveto ldef /np /newpath ldef /cm /currentmatrix ldef /sm /setmatrix ldef /rm /rmoveto ldef /rl /rlineto ldef /s {show newpath} bdef /sc {setcmykcolor} bdef /sr /setrgbcolor ldef /sg /setgray ldef /w /setlinewidth ldef /j /setlinejoin ldef /cap /setlinecap ldef /rc {rectclip} bdef /rf {rectfill} bdef % page state control /pgsv () def /bpage {/pgsv save def} bdef /epage {pgsv restore} bdef /bplot /gsave ldef /eplot {stroke grestore} bdef % orientation switch /portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def % coordinate system mappings /dpi2point 0 def % font control /FontSize 0 def /FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0] makefont setfont} bdef /reencode {exch dup where {pop load} {pop StandardEncoding} ifelse exch dup 3 1 roll findfont dup length dict begin { 1 index /FID ne {def}{pop pop} ifelse } forall /Encoding exch def currentdict end definefont pop} bdef /isroman {findfont /CharStrings get /Agrave known} bdef /FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse exch FMS} bdef /csm {1 dpi2point div -1 dpi2point div scale neg translate dup landscapeMode eq {pop -90 rotate} {rotateMode eq {90 rotate} if} ifelse} bdef % line types: solid, dotted, dashed, dotdash /SO { [] 0 setdash } bdef /DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef /DA { [6 dpi2point mul] 0 setdash } bdef /DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4 dpi2point mul] 0 setdash } bdef % macros for lines and objects /L {lineto stroke} bdef /MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef /AP {{rlineto} repeat} bdef /PDlw -1 def /W {/PDlw currentlinewidth def setlinewidth} def /PP {closepath eofill} bdef /DP {closepath stroke} bdef /MR {4 -2 roll moveto dup 0 exch rlineto exch 0 rlineto neg 0 exch rlineto closepath} bdef /FR {MR stroke} bdef /PR {MR fill} bdef /L1i {{currentfile picstr readhexstring pop} image} bdef /tMatrix matrix def /MakeOval {newpath tMatrix currentmatrix pop translate scale 0 0 1 0 360 arc tMatrix setmatrix} bdef /FO {MakeOval stroke} bdef /PO {MakeOval fill} bdef /PD {currentlinewidth 2 div 0 360 arc fill PDlw -1 eq not {PDlw w /PDlw -1 def} if} def /FA {newpath tMatrix currentmatrix pop translate scale 0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef /PA {newpath tMatrix currentmatrix pop translate 0 0 moveto scale 0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef /FAn {newpath tMatrix currentmatrix pop translate scale 0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef /PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale 0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef /vradius 0 def /hradius 0 def /lry 0 def /lrx 0 def /uly 0 def /ulx 0 def /rad 0 def /MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly vradius add translate hradius vradius scale 0 0 1 180 270 arc tMatrix setmatrix lrx hradius sub uly vradius add translate hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix lrx hradius sub lry vradius sub translate hradius vradius scale 0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix closepath} bdef /FRR {MRR stroke } bdef /PRR {MRR fill } bdef /MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def newpath tMatrix currentmatrix pop ulx rad add uly rad add translate rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix closepath} bdef /FlrRR {MlrRR stroke } bdef /PlrRR {MlrRR fill } bdef /MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def newpath tMatrix currentmatrix pop ulx rad add uly rad add translate rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix closepath} bdef /FtbRR {MtbRR stroke } bdef /PtbRR {MtbRR fill } bdef /stri 6 array def /dtri 6 array def /smat 6 array def /dmat 6 array def /tmat1 6 array def /tmat2 6 array def /dif 3 array def /asub {/ind2 exch def /ind1 exch def dup dup ind1 get exch ind2 get sub exch } bdef /tri_to_matrix { 2 0 asub 3 1 asub 4 0 asub 5 1 asub dup 0 get exch 1 get 7 -1 roll astore } bdef /compute_transform { dmat dtri tri_to_matrix tmat1 invertmatrix smat stri tri_to_matrix tmat2 concatmatrix } bdef /ds {stri astore pop} bdef /dt {dtri astore pop} bdef /db {2 copy /cols xdef /rows xdef mul dup 3 mul string currentfile 3 index 0 eq {/ASCIIHexDecode filter} {/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if } ifelse exch readstring pop dup 0 3 index getinterval /rbmap xdef dup 2 index dup getinterval /gbmap xdef 1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef /it {gs np dtri aload pop moveto lineto lineto cp c cols rows 8 compute_transform rbmap gbmap bbmap true 3 colorimage gr}bdef /il {newpath moveto lineto stroke}bdef currentdict end def %%EndProlog %%BeginSetup MathWorks begin 0 cap end %%EndSetup %%Page: 1 1 %%BeginPageSetup %%PageBoundingBox: 55 200 562 583 MathWorks begin bpage %%EndPageSetup %%BeginObject: obj1 bplot /dpi2point 12 def portraitMode 0216 7344 csm 445 341 6094 4593 rc 91 dict begin %Colortable dictionary /c0 { 0 0 0 sr} bdef /c1 { 1 1 1 sr} bdef /c2 { 1 0 0 sr} bdef /c3 { 0 1 0 sr} bdef /c4 { 0 0 1 sr} bdef /c5 { 1 1 0 sr} bdef /c6 { 1 0 1 sr} bdef /c7 { 0 1 1 sr} bdef c0 1 j 1 sg 0 0 6913 5191 rf 6 w 0 2337 -2326 -1070 0 -2338 6255 3797 4 MP PP 2326 1071 0 2337 -2326 -1070 0 -2338 6255 3797 5 MP stroke 2326 1071 3030 -822 -2325 -1071 3224 4619 4 MP PP -3031 822 2326 1071 3030 -822 -2325 -1071 3224 4619 5 MP stroke 0 2337 3030 -821 0 -2338 899 3548 4 MP PP -3030 822 0 2337 3030 -821 0 -2338 899 3548 5 MP stroke 4 w DO SO 6 w 0 sg 3224 4619 mt 6255 3797 L 3224 4619 mt 899 3548 L 899 3548 mt 899 1210 L 3224 4619 mt 3295 4651 L %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 120 FMSR 3327 4777 mt (-20) s 3982 4413 mt 4053 4446 L 4084 4571 mt (-10) s 4739 4208 mt 4811 4241 L 4842 4366 mt (0) s 5497 4002 mt 5568 4035 L 5600 4161 mt (10) s 6255 3797 mt 6326 3830 L 6357 3955 mt (20) s 3224 4619 mt 3148 4639 L 2912 4759 mt (-30) s 2836 4440 mt 2761 4461 L 2524 4581 mt (-20) s 2449 4262 mt 2373 4282 L 2137 4402 mt (-10) s 2061 4083 mt 1985 4104 L 1886 4224 mt (0) s 1674 3905 mt 1598 3925 L 1432 4045 mt (10) s 1286 3726 mt 1210 3747 L 1044 3867 mt (20) s 899 3548 mt 823 3568 L 656 3688 mt (30) s 899 3548 mt 827 3515 L 730 3544 mt (5) s 899 3256 mt 827 3223 L 663 3252 mt (10) s 899 2963 mt 827 2931 L 663 2960 mt (15) s 899 2671 mt 827 2638 L 663 2668 mt (20) s 899 2379 mt 827 2346 L 663 2376 mt (25) s 899 2087 mt 827 2054 L 663 2083 mt (30) s 899 1795 mt 827 1762 L 663 1791 mt (35) s 899 1502 mt 827 1469 L 663 1499 mt (40) s 899 1210 mt 827 1177 L 663 1207 mt (45) s 4600 4882 mt (x) s gs 899 389 5357 4231 rc /c8 { 0.000000 0.000000 1.000000 sr} bdef c8 4532 1091 mt 4339 1690 L 4377 1289 mt 4237 1731 L 4339 1690 mt 4005 2167 L 4325 1405 mt 4174 1810 L 4296 898 mt 4532 1091 L 4247 1205 mt 4325 1405 L 4240 1544 mt 4102 1883 L 4237 1731 mt 3990 2133 L 4237 1138 mt 4377 1289 L 4217 1593 mt 4076 1921 L 4217 1340 mt 4240 1544 L 4217 1374 mt 4217 1593 L 4174 1810 mt 3953 2172 L 4102 1883 mt 3923 2191 L 4076 1921 mt 3905 2215 L 4052 1473 mt 4217 1374 L 4031 1489 mt 4217 1340 L 3773 2448 mt 3690 2633 L 3780 2436 mt 3691 2629 L 3905 2215 mt 3773 2448 L 3953 2172 mt 3778 2447 L 3990 2133 mt 3789 2430 L 4005 2167 mt 3749 2476 L 3988 1486 mt 4247 1205 L 3933 1553 mt 4237 1138 L 3923 2191 mt 3780 2436 L 3870 1551 mt 4296 898 L 3832 1927 mt 4031 1489 L 3856 1870 mt 4052 1473 L 3778 2447 mt 3670 2661 L 3789 2430 mt 3664 2656 L 3770 2064 mt 3988 1486 L 3628 2854 mt 3666 2562 L 3637 2709 mt 3722 2209 L 3661 2667 mt 3714 2372 L 3671 2614 mt 3730 2308 L 3749 2476 mt 3600 2690 L 3714 2372 mt 3832 1927 L 3730 2308 mt 3856 1870 L 3722 2209 mt 3933 1553 L 3691 2629 mt 3642 2785 L 3690 2633 mt 3645 2780 L 3616 2788 mt 3630 2816 L 3638 2811 mt 3661 2667 L 3645 2770 mt 3671 2614 L 3670 2661 mt 3612 2837 L 3666 2562 mt 3770 2064 L 3610 2980 mt 3637 2709 L 3614 2757 mt 3604 2891 L 3664 2656 mt 3598 2841 L 3645 2780 mt 3623 2895 L 3643 2434 mt 3870 1551 L 3625 2848 mt 3638 2811 L 3642 2785 mt 3618 2910 L 3630 2816 mt 3645 2770 L 3623 2895 mt 3614 2975 L 3618 2910 mt 3607 3005 L 3615 2985 mt 3628 2854 L 3614 2975 mt 3612 3012 L 3612 2837 mt 3585 2990 L 3612 3012 mt 3615 2985 L 3612 2813 mt 3625 2848 L 3607 3005 mt 3603 3066 L 3604 2891 mt 3599 2997 L 3602 3093 mt 3610 2980 L 3603 3066 mt 3604 3080 L 3530 2817 mt 3557 2956 L 3540 2608 mt 3588 2729 L 3591 2707 mt 3616 2788 L 3600 2690 mt 3524 2854 L 3599 2997 mt 3598 3074 L 3599 3112 mt 3602 3093 L 3598 3074 mt 3599 3112 L 3598 2841 mt 3566 3001 L 3588 2729 mt 3612 2813 L 3573 3302 mt 3582 3014 L 3585 2990 mt 3572 3127 L 3582 3014 mt 3643 2434 L 3579 3409 mt 3578 3448 L 3578 3350 mt 3579 3409 L 3578 3448 mt 3577 3459 L 3577 3275 mt 3578 3350 L 3577 3459 mt 3575 3423 L 3575 3185 mt 3577 3275 L 3575 3423 mt 3573 3302 L 3572 3127 mt 3566 3252 L 3570 3079 mt 3575 3185 L 3557 2956 mt 3570 3079 L 3566 3001 mt 3551 3144 L 3566 3252 mt 3563 3368 L 3562 3381 mt 3561 3489 L 3563 3368 mt 3561 3478 L 3561 3489 mt 3559 3585 L 3561 3267 mt 3562 3381 L 3561 3478 mt 3557 3573 L 3559 3585 mt 3549 3641 L 3557 3573 mt 3545 3625 L 3556 3146 mt 3561 3267 L 3551 3144 mt 3542 3272 L 3549 3641 mt 3511 3580 L 3546 3014 mt 3556 3146 L 3545 3625 mt 3502 3550 L 3542 3272 mt 3533 3380 L 3540 2587 mt 3591 2707 L 3533 3380 mt 3517 3444 L 3524 2854 mt 3485 2982 L 3523 3248 mt 3517 3349 L 3522 2871 mt 3546 3014 L 3519 3123 mt 3523 3248 L 3517 3349 mt 3498 3396 L 3517 3444 mt 3476 3408 L 3511 3580 mt 3384 3256 L 3504 2983 mt 3519 3123 L 3502 3550 mt 3366 3208 L 3498 3396 mt 3447 3328 L 3494 3203 mt 3482 3274 L 3492 3091 mt 3494 3203 L 3465 3005 mt 3473 3118 L 3475 2957 mt 3492 3091 L 3485 2982 mt 3458 3071 L 3482 3274 mt 3446 3264 L 3476 3408 mt 3370 3177 L 3473 2713 mt 3522 2871 L 3473 2660 mt 3530 2817 L 3473 3118 mt 3464 3193 L 3471 2830 mt 3504 2983 L 3464 3193 mt 3434 3199 L 3451 3012 mt 3453 3106 L 3458 3071 mt 3426 3104 L 3453 3106 mt 3437 3152 L 3447 3328 mt 3325 3064 L 3446 3264 mt 3364 3115 L 3444 2456 mt 3540 2608 L 3439 2436 mt 3540 2587 L 3439 2871 mt 3465 3005 L 3439 2809 mt 3475 2957 L 3437 3152 mt 3394 3115 L 3434 3199 mt 3366 3090 L 3430 2890 mt 3451 3012 L 3426 3104 mt 3373 3053 L 3408 2668 mt 3471 2830 L 3394 3115 mt 3310 2962 L 3388 2725 mt 3439 2871 L 3386 2753 mt 3430 2890 L 3366 3208 mt 3076 2574 L 3384 3256 mt 3098 2620 L 3383 2542 mt 3473 2713 L 3373 3053 mt 3285 2894 L 3372 2651 mt 3439 2809 L 3370 3177 mt 3160 2719 L 3369 2488 mt 3473 2660 L 3366 3090 mt 3243 2841 L 3364 3115 mt 3215 2801 L 3325 3064 mt 3114 2616 L 3315 2611 mt 3386 2753 L 3310 2962 mt 3184 2704 L 3306 2574 mt 3388 2725 L 3303 2499 mt 3408 2668 L 3285 2894 mt 3167 2657 L 3271 2277 mt 3444 2456 L 3268 2492 mt 3372 2651 L 3259 2257 mt 3439 2436 L 3243 2841 mt 3089 2525 L 3236 2363 mt 3383 2542 L 3216 2475 mt 3315 2611 L 3215 2801 mt 3035 2433 L 3202 2305 mt 3369 2488 L 3195 2432 mt 3306 2574 L 3184 2704 mt 3061 2446 L 3167 2657 mt 3068 2441 L 3160 2719 mt 2921 2249 L 3156 2336 mt 3303 2499 L 3135 2348 mt 3268 2492 L 3114 2616 mt 2915 2223 L 3111 2372 mt 3216 2475 L 3098 2620 mt 2789 2046 L 3089 2525 mt 2991 2303 L 3079 2326 mt 3195 2432 L 3076 2574 mt 2786 2036 L 3068 2441 mt 3046 2344 L 3061 2446 mt 3018 2312 L 3046 2344 mt 3111 2372 L 3046 2195 mt 3236 2363 L 3035 2433 mt 2943 2217 L 3020 2082 mt 3271 2277 L 3018 2312 mt 3079 2326 L 3017 2260 mt 3135 2348 L 3006 2214 mt 3156 2336 L 2999 2060 mt 3259 2257 L 2995 2135 mt 3202 2305 L 2991 2303 mt 3017 2260 L 2943 2217 mt 3006 2214 L 2921 2249 mt 2853 2061 L 2915 2223 mt 2895 2102 L 2895 2102 mt 3046 2195 L 2853 2061 mt 2995 2135 L 2786 2036 mt 2785 1931 L 2789 2046 mt 2766 1914 L 2785 1931 mt 3020 2082 L 2766 1914 mt 2999 2060 L gr c8 0 sg 1963 4820 mt (y) s 581 2410 mt -90 rotate (z) s 90 rotate end eplot %%EndObject epage end showpage %%Trailer %%EOF xmds-doc-0~svn.1884/latex/figures/diffusionMatlabPlot.eps0000644000175000017500000161541010023260127022770 0ustar rafaelrafael%!PS-Adobe-3.0 EPSF-3.0 %%Creator: MATLAB, The Mathworks, Inc. %%Title: diffusionMatlabPlot.eps %%CreationDate: 03/09/2004 16:07:00 %%DocumentNeededFonts: Helvetica %%DocumentProcessColors: Cyan Magenta Yellow Black %%LanguageLevel: 2 %%Pages: 1 %%BoundingBox: 52 200 557 583 %%EndComments %%BeginProlog % MathWorks dictionary /MathWorks 160 dict begin % definition operators /bdef {bind def} bind def /ldef {load def} bind def /xdef {exch def} bdef /xstore {exch store} bdef % operator abbreviations /c /clip ldef /cc /concat ldef /cp /closepath ldef /gr /grestore ldef /gs /gsave ldef /mt /moveto ldef /np /newpath ldef /cm /currentmatrix ldef /sm /setmatrix ldef /rm /rmoveto ldef /rl /rlineto ldef /s {show newpath} bdef /sc {setcmykcolor} bdef /sr /setrgbcolor ldef /sg /setgray ldef /w /setlinewidth ldef /j /setlinejoin ldef /cap /setlinecap ldef /rc {rectclip} bdef /rf {rectfill} bdef % page state control /pgsv () def /bpage {/pgsv save def} bdef /epage {pgsv restore} bdef /bplot /gsave ldef /eplot {stroke grestore} bdef % orientation switch /portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def % coordinate system mappings /dpi2point 0 def % font control /FontSize 0 def /FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0] makefont setfont} bdef /reencode {exch dup where {pop load} {pop StandardEncoding} ifelse exch dup 3 1 roll findfont dup length dict begin { 1 index /FID ne {def}{pop pop} ifelse } forall /Encoding exch def currentdict end definefont pop} bdef /isroman {findfont /CharStrings get /Agrave known} bdef /FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse exch FMS} bdef /csm {1 dpi2point div -1 dpi2point div scale neg translate dup landscapeMode eq {pop -90 rotate} {rotateMode eq {90 rotate} if} ifelse} bdef % line types: solid, dotted, dashed, dotdash /SO { [] 0 setdash } bdef /DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef /DA { [6 dpi2point mul] 0 setdash } bdef /DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4 dpi2point mul] 0 setdash } bdef % macros for lines and objects /L {lineto stroke} bdef /MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef /AP {{rlineto} repeat} bdef /PDlw -1 def /W {/PDlw currentlinewidth def setlinewidth} def /PP {closepath eofill} bdef /DP {closepath stroke} bdef /MR {4 -2 roll moveto dup 0 exch rlineto exch 0 rlineto neg 0 exch rlineto closepath} bdef /FR {MR stroke} bdef /PR {MR fill} bdef /L1i {{currentfile picstr readhexstring pop} image} bdef /tMatrix matrix def /MakeOval {newpath tMatrix currentmatrix pop translate scale 0 0 1 0 360 arc tMatrix setmatrix} bdef /FO {MakeOval stroke} bdef /PO {MakeOval fill} bdef /PD {currentlinewidth 2 div 0 360 arc fill PDlw -1 eq not {PDlw w /PDlw -1 def} if} def /FA {newpath tMatrix currentmatrix pop translate scale 0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef /PA {newpath tMatrix currentmatrix pop translate 0 0 moveto scale 0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef /FAn {newpath tMatrix currentmatrix pop translate scale 0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef /PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale 0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef /vradius 0 def /hradius 0 def /lry 0 def /lrx 0 def /uly 0 def /ulx 0 def /rad 0 def /MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly vradius add translate hradius vradius scale 0 0 1 180 270 arc tMatrix setmatrix lrx hradius sub uly vradius add translate hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix lrx hradius sub lry vradius sub translate hradius vradius scale 0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix closepath} bdef /FRR {MRR stroke } bdef /PRR {MRR fill } bdef /MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def newpath tMatrix currentmatrix pop ulx rad add uly rad add translate rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix closepath} bdef /FlrRR {MlrRR stroke } bdef /PlrRR {MlrRR fill } bdef /MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def newpath tMatrix currentmatrix pop ulx rad add uly rad add translate rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix closepath} bdef /FtbRR {MtbRR stroke } bdef /PtbRR {MtbRR fill } bdef /stri 6 array def /dtri 6 array def /smat 6 array def /dmat 6 array def /tmat1 6 array def /tmat2 6 array def /dif 3 array def /asub {/ind2 exch def /ind1 exch def dup dup ind1 get exch ind2 get sub exch } bdef /tri_to_matrix { 2 0 asub 3 1 asub 4 0 asub 5 1 asub dup 0 get exch 1 get 7 -1 roll astore } bdef /compute_transform { dmat dtri tri_to_matrix tmat1 invertmatrix smat stri tri_to_matrix tmat2 concatmatrix } bdef /ds {stri astore pop} bdef /dt {dtri astore pop} bdef /db {2 copy /cols xdef /rows xdef mul dup 3 mul string currentfile 3 index 0 eq {/ASCIIHexDecode filter} {/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if } ifelse exch readstring pop dup 0 3 index getinterval /rbmap xdef dup 2 index dup getinterval /gbmap xdef 1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef /it {gs np dtri aload pop moveto lineto lineto cp c cols rows 8 compute_transform rbmap gbmap bbmap true 3 colorimage gr}bdef /il {newpath moveto lineto stroke}bdef currentdict end def %%EndProlog %%BeginSetup MathWorks begin 0 cap end %%EndSetup %%Page: 1 1 %%BeginPageSetup %%PageBoundingBox: 52 200 557 583 MathWorks begin bpage %%EndPageSetup %%BeginObject: obj1 bplot /dpi2point 12 def portraitMode 0216 7344 csm 412 340 6060 4594 rc 91 dict begin %Colortable dictionary /c0 { 0 0 0 sr} bdef /c1 { 1 1 1 sr} bdef /c2 { 1 0 0 sr} bdef /c3 { 0 1 0 sr} bdef /c4 { 0 0 1 sr} bdef /c5 { 1 1 0 sr} bdef /c6 { 1 0 1 sr} bdef /c7 { 0 1 1 sr} bdef c0 1 j 1 sg 0 0 6913 5191 rf 6 w 0 2338 -2326 -1071 0 -2338 6255 3797 4 MP PP 2326 1071 0 2338 -2326 -1071 0 -2338 6255 3797 5 MP stroke 2326 1071 3030 -822 -2325 -1070 3224 4618 4 MP PP -3031 821 2326 1071 3030 -822 -2325 -1070 3224 4618 5 MP stroke 0 2338 3030 -822 0 -2338 899 3548 4 MP PP -3030 822 0 2338 3030 -822 0 -2338 899 3548 5 MP stroke 4 w DO 0 sg 3224 4618 mt 899 3548 L 899 3548 mt 899 1210 L 3830 4454 mt 1505 3383 L 1505 3383 mt 1505 1046 L 4436 4290 mt 2111 3219 L 2111 3219 mt 2111 881 L 5042 4126 mt 2717 3055 L 2717 3055 mt 2717 717 L 5648 3961 mt 3323 2890 L 3323 2890 mt 3323 553 L 6255 3797 mt 3929 2726 L 3929 2726 mt 3929 388 L 3224 4618 mt 6255 3797 L 6255 3797 mt 6255 1459 L 2643 4351 mt 5673 3529 L 5673 3529 mt 5673 1192 L 2061 4083 mt 5092 3262 L 5092 3262 mt 5092 924 L 1480 3815 mt 4510 2994 L 4510 2994 mt 4510 656 L 899 3548 mt 3929 2726 L 3929 2726 mt 3929 388 L 899 3548 mt 3929 2726 L 3929 2726 mt 6255 3797 L 899 3256 mt 3929 2434 L 3929 2434 mt 6255 3505 L 899 2963 mt 3929 2142 L 3929 2142 mt 6255 3212 L 899 2671 mt 3929 1850 L 3929 1850 mt 6255 2920 L 899 2379 mt 3929 1557 L 3929 1557 mt 6255 2628 L 899 2087 mt 3929 1265 L 3929 1265 mt 6255 2336 L 899 1795 mt 3929 973 L 3929 973 mt 6255 2044 L 899 1502 mt 3929 681 L 3929 681 mt 6255 1751 L 899 1210 mt 3929 388 L 3929 388 mt 6255 1459 L SO 6 w 3224 4618 mt 6255 3797 L 3224 4618 mt 899 3548 L 899 3548 mt 899 1210 L 3224 4618 mt 3295 4651 L %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 120 FMSR 3327 4777 mt (0) s 3830 4454 mt 3901 4487 L 3933 4612 mt (0.2) s 4436 4290 mt 4507 4323 L 4539 4448 mt (0.4) s 5042 4126 mt 5114 4158 L 5145 4284 mt (0.6) s 5648 3961 mt 5720 3994 L 5751 4120 mt (0.8) s 6255 3797 mt 6326 3830 L 6357 3955 mt (1) s 3224 4618 mt 3148 4639 L 2979 4759 mt (-1) s 2643 4351 mt 2567 4371 L 2297 4491 mt (-0.5) s 2061 4083 mt 1985 4104 L 1886 4224 mt (0) s 1480 3815 mt 1404 3836 L 1205 3956 mt (0.5) s 899 3548 mt 823 3568 L 723 3688 mt (1) s 899 3548 mt 827 3515 L 730 3544 mt (0) s 899 3256 mt 827 3223 L 630 3252 mt (0.5) s 899 2963 mt 827 2931 L 730 2960 mt (1) s 899 2671 mt 827 2638 L 630 2668 mt (1.5) s 899 2379 mt 827 2346 L 730 2376 mt (2) s 899 2087 mt 827 2054 L 630 2083 mt (2.5) s 899 1795 mt 827 1762 L 730 1791 mt (3) s 899 1502 mt 827 1469 L 630 1499 mt (3.5) s 899 1210 mt 827 1177 L 730 1207 mt (4) s gs 899 388 5357 4231 rc 1 sg -47 -23 61 -20 6194 3723 3 MP PP /c8 { 0.000000 0.000000 0.687500 sr} bdef c8 6194 3723 mt 6255 3703 L 6255 3703 mt 6208 3680 L 1 sg 61 -20 -47 -23 6194 3723 3 MP PP c8 6194 3723 mt 6147 3700 L 6147 3700 mt 6208 3680 L 1 sg -47 -25 61 -20 6147 3700 3 MP PP c8 6147 3700 mt 6208 3680 L 6208 3680 mt 6161 3655 L 1 sg -47 -23 61 -19 6133 3742 3 MP PP c8 6133 3742 mt 6194 3723 L 6194 3723 mt 6147 3700 L 1 sg 60 -19 -46 -26 6147 3700 3 MP PP c8 6147 3700 mt 6101 3674 L 6101 3674 mt 6161 3655 L 1 sg -46 -29 60 -19 6101 3674 3 MP PP c8 6101 3674 mt 6161 3655 L 6161 3655 mt 6115 3626 L 1 sg 60 -20 -46 -22 6133 3742 3 MP PP c8 6133 3742 mt 6087 3720 L 6087 3720 mt 6147 3700 L 1 sg -46 -26 60 -20 6087 3720 3 MP PP c8 6087 3720 mt 6147 3700 L 6147 3700 mt 6101 3674 L 1 sg -46 -22 60 -20 6073 3762 3 MP PP c8 6073 3762 mt 6133 3742 L 6133 3742 mt 6087 3720 L 1 sg 61 -20 -47 -28 6101 3674 3 MP PP c8 6101 3674 mt 6054 3646 L 6054 3646 mt 6115 3626 L 1 sg -47 -30 61 -20 6054 3646 3 MP PP c8 6054 3646 mt 6115 3626 L 6115 3626 mt 6068 3596 L 1 sg 61 -20 -47 -26 6087 3720 3 MP PP c8 6087 3720 mt 6040 3694 L 6040 3694 mt 6101 3674 L 1 sg -47 -28 61 -20 6040 3694 3 MP PP c8 6040 3694 mt 6101 3674 L 6101 3674 mt 6054 3646 L 1 sg 61 -20 -47 -22 6073 3762 3 MP PP c8 6073 3762 mt 6026 3740 L 6026 3740 mt 6087 3720 L 1 sg -47 -26 61 -20 6026 3740 3 MP PP c8 6026 3740 mt 6087 3720 L 6087 3720 mt 6040 3694 L 1 sg -47 -22 61 -20 6012 3782 3 MP PP c8 6012 3782 mt 6073 3762 L 6073 3762 mt 6026 3740 L 1 sg 60 -19 -46 -31 6054 3646 3 MP PP c8 6054 3646 mt 6008 3615 L /c9 { 0.000000 0.000000 0.750000 sr} bdef c9 6008 3615 mt 6068 3596 L 1 sg -46 -34 60 -19 6008 3615 3 MP PP c9 6008 3615 mt 6068 3596 L 6068 3596 mt 6022 3562 L 1 sg 60 -20 -46 -28 6040 3694 3 MP PP c8 6040 3694 mt 5994 3666 L 5994 3666 mt 6054 3646 L 1 sg -46 -31 60 -20 5994 3666 3 MP PP c8 5994 3666 mt 6054 3646 L 6054 3646 mt 6008 3615 L 1 sg 60 -20 -46 -26 6026 3740 3 MP PP c8 6026 3740 mt 5980 3714 L 5980 3714 mt 6040 3694 L 1 sg -46 -28 60 -20 5980 3714 3 MP PP c8 5980 3714 mt 6040 3694 L 6040 3694 mt 5994 3666 L 1 sg 60 -19 -46 -23 6012 3782 3 MP PP c8 6012 3782 mt 5966 3759 L 5966 3759 mt 6026 3740 L 1 sg -46 -26 60 -19 5966 3759 3 MP PP c8 5966 3759 mt 6026 3740 L 6026 3740 mt 5980 3714 L 1 sg 61 -20 -47 -33 6008 3615 3 MP PP c9 6008 3615 mt 5961 3582 L 5961 3582 mt 6022 3562 L 1 sg -47 -35 61 -20 5961 3582 3 MP PP c9 5961 3582 mt 6022 3562 L 6022 3562 mt 5975 3527 L 1 sg -46 -23 61 -20 5951 3802 3 MP PP c8 5951 3802 mt 6012 3782 L 6012 3782 mt 5966 3759 L 1 sg 61 -20 -47 -31 5994 3666 3 MP PP c8 5994 3666 mt 5947 3635 L 5947 3635 mt 6008 3615 L 1 sg -47 -33 61 -20 5947 3635 3 MP PP c8 5947 3635 mt 6008 3615 L c9 6008 3615 mt 5961 3582 L 1 sg 61 -20 -47 -28 5980 3714 3 MP PP c8 5980 3714 mt 5933 3686 L 5933 3686 mt 5994 3666 L 1 sg -47 -31 61 -20 5933 3686 3 MP PP c8 5933 3686 mt 5994 3666 L 5994 3666 mt 5947 3635 L 1 sg 61 -20 -47 -25 5966 3759 3 MP PP c8 5966 3759 mt 5919 3734 L 5919 3734 mt 5980 3714 L 1 sg -47 -28 61 -20 5919 3734 3 MP PP c8 5919 3734 mt 5980 3714 L 5980 3714 mt 5933 3686 L 1 sg 60 -19 -46 -36 5961 3582 3 MP PP c9 5961 3582 mt 5915 3546 L 5915 3546 mt 5975 3527 L 1 sg -46 -38 60 -19 5915 3546 3 MP PP c9 5915 3546 mt 5975 3527 L 5975 3527 mt 5929 3489 L 1 sg 61 -20 -46 -23 5951 3802 3 MP PP c8 5951 3802 mt 5905 3779 L 5905 3779 mt 5966 3759 L 1 sg -47 -25 61 -20 5905 3779 3 MP PP c8 5905 3779 mt 5966 3759 L 5966 3759 mt 5919 3734 L 1 sg 60 -20 -46 -33 5947 3635 3 MP PP c8 5947 3635 mt 5901 3602 L c9 5901 3602 mt 5961 3582 L 1 sg -46 -36 60 -20 5901 3602 3 MP PP c9 5901 3602 mt 5961 3582 L 5961 3582 mt 5915 3546 L 1 sg -46 -23 60 -20 5891 3822 3 MP PP c8 5891 3822 mt 5951 3802 L 5951 3802 mt 5905 3779 L 1 sg 60 -20 -46 -31 5933 3686 3 MP PP c8 5933 3686 mt 5887 3655 L 5887 3655 mt 5947 3635 L 1 sg -46 -33 60 -20 5887 3655 3 MP PP c8 5887 3655 mt 5947 3635 L 5947 3635 mt 5901 3602 L 1 sg 60 -20 -46 -28 5919 3734 3 MP PP c8 5919 3734 mt 5873 3706 L 5873 3706 mt 5933 3686 L 1 sg -46 -31 60 -20 5873 3706 3 MP PP c8 5873 3706 mt 5933 3686 L 5933 3686 mt 5887 3655 L 1 sg 61 -19 -47 -38 5915 3546 3 MP PP c9 5915 3546 mt 5868 3508 L /c10 { 0.000000 0.000000 0.812500 sr} bdef c10 5868 3508 mt 5929 3489 L 1 sg -47 -41 61 -19 5868 3508 3 MP PP c10 5868 3508 mt 5929 3489 L 5929 3489 mt 5882 3448 L 1 sg 61 -20 -47 -25 5905 3779 3 MP PP c8 5905 3779 mt 5858 3754 L 5858 3754 mt 5919 3734 L 1 sg -46 -28 61 -20 5858 3754 3 MP PP c8 5858 3754 mt 5919 3734 L 5919 3734 mt 5873 3706 L 1 sg 61 -20 -47 -36 5901 3602 3 MP PP c9 5901 3602 mt 5854 3566 L 5854 3566 mt 5915 3546 L 1 sg -47 -38 61 -20 5854 3566 3 MP PP c9 5854 3566 mt 5915 3546 L 5915 3546 mt 5868 3508 L 1 sg 61 -20 -47 -23 5891 3822 3 MP PP c8 5891 3822 mt 5844 3799 L 5844 3799 mt 5905 3779 L 1 sg -47 -25 61 -20 5844 3799 3 MP PP c8 5844 3799 mt 5905 3779 L 5905 3779 mt 5858 3754 L 1 sg 61 -19 -47 -34 5887 3655 3 MP PP c8 5887 3655 mt 5840 3621 L c9 5840 3621 mt 5901 3602 L 1 sg -47 -36 61 -19 5840 3621 3 MP PP c9 5840 3621 mt 5901 3602 L 5901 3602 mt 5854 3566 L 1 sg -47 -23 61 -20 5830 3842 3 MP PP /c11 { 0.000000 0.000000 0.625000 sr} bdef c11 5830 3842 mt 5891 3822 L c8 5891 3822 mt 5844 3799 L 1 sg 61 -20 -47 -31 5873 3706 3 MP PP c8 5873 3706 mt 5826 3675 L 5826 3675 mt 5887 3655 L 1 sg -47 -34 61 -20 5826 3675 3 MP PP c8 5826 3675 mt 5887 3655 L 5887 3655 mt 5840 3621 L 1 sg 60 -19 -46 -41 5868 3508 3 MP PP c10 5868 3508 mt 5822 3467 L 5822 3467 mt 5882 3448 L 1 sg -46 -42 60 -19 5822 3467 3 MP PP c10 5822 3467 mt 5882 3448 L 5882 3448 mt 5836 3406 L 1 sg 61 -19 -46 -29 5858 3754 3 MP PP c8 5858 3754 mt 5812 3725 L 5812 3725 mt 5873 3706 L 1 sg -47 -31 61 -19 5812 3725 3 MP PP c8 5812 3725 mt 5873 3706 L 5873 3706 mt 5826 3675 L 1 sg 60 -19 -46 -39 5854 3566 3 MP PP c9 5854 3566 mt 5808 3527 L c10 5808 3527 mt 5868 3508 L 1 sg -46 -41 60 -19 5808 3527 3 MP PP c10 5808 3527 mt 5868 3508 L 5868 3508 mt 5822 3467 L 1 sg 60 -20 -46 -25 5844 3799 3 MP PP c8 5844 3799 mt 5798 3774 L 5798 3774 mt 5858 3754 L 1 sg -46 -29 60 -20 5798 3774 3 MP PP c8 5798 3774 mt 5858 3754 L 5858 3754 mt 5812 3725 L 1 sg 60 -19 -46 -36 5840 3621 3 MP PP c9 5840 3621 mt 5794 3585 L 5794 3585 mt 5854 3566 L 1 sg -46 -39 60 -19 5794 3585 3 MP PP c9 5794 3585 mt 5854 3566 L 5854 3566 mt 5808 3527 L 1 sg 60 -20 -46 -23 5830 3842 3 MP PP c11 5830 3842 mt 5784 3819 L 5784 3819 mt 5844 3799 L 1 sg -46 -25 60 -20 5784 3819 3 MP PP c11 5784 3819 mt 5844 3799 L c8 5844 3799 mt 5798 3774 L 1 sg 60 -20 -46 -34 5826 3675 3 MP PP c8 5826 3675 mt 5780 3641 L c9 5780 3641 mt 5840 3621 L 1 sg -46 -36 60 -20 5780 3641 3 MP PP c9 5780 3641 mt 5840 3621 L 5840 3621 mt 5794 3585 L 1 sg 61 -19 -47 -42 5822 3467 3 MP PP c10 5822 3467 mt 5775 3425 L /c12 { 0.000000 0.000000 0.875000 sr} bdef c12 5775 3425 mt 5836 3406 L 1 sg -47 -44 61 -19 5775 3425 3 MP PP c12 5775 3425 mt 5836 3406 L 5836 3406 mt 5789 3362 L 1 sg -46 -23 60 -20 5770 3862 3 MP PP c11 5770 3862 mt 5830 3842 L 5830 3842 mt 5784 3819 L 1 sg 61 -19 -47 -31 5812 3725 3 MP PP c8 5812 3725 mt 5765 3694 L 5765 3694 mt 5826 3675 L 1 sg -46 -34 61 -19 5765 3694 3 MP PP c8 5765 3694 mt 5826 3675 L 5826 3675 mt 5780 3641 L 1 sg 61 -19 -47 -41 5808 3527 3 MP PP c10 5808 3527 mt 5761 3486 L 5761 3486 mt 5822 3467 L 1 sg -47 -42 61 -19 5761 3486 3 MP PP c10 5761 3486 mt 5822 3467 L 5822 3467 mt 5775 3425 L 1 sg 61 -20 -47 -29 5798 3774 3 MP PP c8 5798 3774 mt 5751 3745 L 5751 3745 mt 5812 3725 L 1 sg -47 -31 61 -20 5751 3745 3 MP PP c8 5751 3745 mt 5812 3725 L 5812 3725 mt 5765 3694 L 1 sg 61 -19 -47 -39 5794 3585 3 MP PP c9 5794 3585 mt 5747 3546 L c10 5747 3546 mt 5808 3527 L 1 sg -47 -41 61 -19 5747 3546 3 MP PP c10 5747 3546 mt 5808 3527 L 5808 3527 mt 5761 3486 L 1 sg 61 -19 -47 -26 5784 3819 3 MP PP c11 5784 3819 mt 5737 3793 L c8 5737 3793 mt 5798 3774 L 1 sg -47 -29 61 -19 5737 3793 3 MP PP c8 5737 3793 mt 5798 3774 L 5798 3774 mt 5751 3745 L 1 sg 61 -20 -47 -36 5780 3641 3 MP PP c9 5780 3641 mt 5733 3605 L 5733 3605 mt 5794 3585 L 1 sg -47 -39 61 -20 5733 3605 3 MP PP c9 5733 3605 mt 5794 3585 L 5794 3585 mt 5747 3546 L 1 sg 60 -18 -46 -45 5775 3425 3 MP PP c12 5775 3425 mt 5729 3380 L /c13 { 0.000000 0.000000 0.937500 sr} bdef c13 5729 3380 mt 5789 3362 L 1 sg -46 -45 60 -18 5729 3380 3 MP PP c13 5729 3380 mt 5789 3362 L 5789 3362 mt 5743 3317 L 1 sg 61 -20 -47 -23 5770 3862 3 MP PP c11 5770 3862 mt 5723 3839 L 5723 3839 mt 5784 3819 L 1 sg -47 -26 61 -20 5723 3839 3 MP PP c11 5723 3839 mt 5784 3819 L 5784 3819 mt 5737 3793 L 1 sg 61 -20 -46 -33 5765 3694 3 MP PP c8 5765 3694 mt 5719 3661 L c9 5719 3661 mt 5780 3641 L 1 sg -47 -36 61 -20 5719 3661 3 MP PP c9 5719 3661 mt 5780 3641 L 5780 3641 mt 5733 3605 L 1 sg 60 -18 -46 -43 5761 3486 3 MP PP c10 5761 3486 mt 5715 3443 L c12 5715 3443 mt 5775 3425 L 1 sg -46 -45 60 -18 5715 3443 3 MP PP c12 5715 3443 mt 5775 3425 L 5775 3425 mt 5729 3380 L 1 sg -47 -23 61 -20 5709 3882 3 MP PP c11 5709 3882 mt 5770 3862 L 5770 3862 mt 5723 3839 L 1 sg 60 -20 -46 -31 5751 3745 3 MP PP c8 5751 3745 mt 5705 3714 L 5705 3714 mt 5765 3694 L 1 sg -46 -33 60 -20 5705 3714 3 MP PP c8 5705 3714 mt 5765 3694 L 5765 3694 mt 5719 3661 L 1 sg 60 -19 -46 -41 5747 3546 3 MP PP c10 5747 3546 mt 5701 3505 L 5701 3505 mt 5761 3486 L 1 sg -46 -43 60 -19 5701 3505 3 MP PP c10 5701 3505 mt 5761 3486 L 5761 3486 mt 5715 3443 L 1 sg 60 -20 -46 -28 5737 3793 3 MP PP c8 5737 3793 mt 5691 3765 L 5691 3765 mt 5751 3745 L 1 sg -46 -31 60 -20 5691 3765 3 MP PP c8 5691 3765 mt 5751 3745 L 5751 3745 mt 5705 3714 L 1 sg 61 -20 -47 -39 5733 3605 3 MP PP c9 5733 3605 mt 5686 3566 L c10 5686 3566 mt 5747 3546 L 1 sg -46 -41 61 -20 5686 3566 3 MP PP c10 5686 3566 mt 5747 3546 L 5747 3546 mt 5701 3505 L 1 sg 61 -17 -47 -46 5729 3380 3 MP PP c13 5729 3380 mt 5682 3334 L 5682 3334 mt 5743 3317 L 1 sg -47 -47 61 -17 5682 3334 3 MP PP c13 5682 3334 mt 5743 3317 L 5743 3317 mt 5696 3270 L 1 sg 60 -20 -46 -26 5723 3839 3 MP PP c11 5723 3839 mt 5677 3813 L 5677 3813 mt 5737 3793 L 1 sg -46 -28 60 -20 5677 3813 3 MP PP c11 5677 3813 mt 5737 3793 L c8 5737 3793 mt 5691 3765 L 1 sg 61 -19 -47 -37 5719 3661 3 MP PP c9 5719 3661 mt 5672 3624 L 5672 3624 mt 5733 3605 L 1 sg -47 -39 61 -19 5672 3624 3 MP PP c9 5672 3624 mt 5733 3605 L 5733 3605 mt 5686 3566 L 1 sg 61 -19 -47 -44 5715 3443 3 MP PP c12 5715 3443 mt 5668 3399 L 5668 3399 mt 5729 3380 L 1 sg -47 -46 61 -19 5668 3399 3 MP PP c12 5668 3399 mt 5729 3380 L c13 5729 3380 mt 5682 3334 L 1 sg 61 -20 -47 -23 5709 3882 3 MP PP c11 5709 3882 mt 5662 3859 L 5662 3859 mt 5723 3839 L 1 sg -46 -26 61 -20 5662 3859 3 MP PP c11 5662 3859 mt 5723 3839 L 5723 3839 mt 5677 3813 L 1 sg 61 -19 -47 -34 5705 3714 3 MP PP c8 5705 3714 mt 5658 3680 L 5658 3680 mt 5719 3661 L 1 sg -47 -37 61 -19 5658 3680 3 MP PP c8 5658 3680 mt 5719 3661 L c9 5719 3661 mt 5672 3624 L 1 sg 61 -19 -47 -43 5701 3505 3 MP PP c10 5701 3505 mt 5654 3462 L c12 5654 3462 mt 5715 3443 L 1 sg -47 -44 61 -19 5654 3462 3 MP PP c12 5654 3462 mt 5715 3443 L 5715 3443 mt 5668 3399 L 1 sg -47 -23 61 -19 5648 3901 3 MP PP c11 5648 3901 mt 5709 3882 L 5709 3882 mt 5662 3859 L 1 sg 61 -20 -47 -31 5691 3765 3 MP PP c8 5691 3765 mt 5644 3734 L 5644 3734 mt 5705 3714 L 1 sg -47 -34 61 -20 5644 3734 3 MP PP c8 5644 3734 mt 5705 3714 L 5705 3714 mt 5658 3680 L 1 sg 61 -20 -46 -41 5686 3566 3 MP PP c10 5686 3566 mt 5640 3525 L 5640 3525 mt 5701 3505 L 1 sg -47 -43 61 -20 5640 3525 3 MP PP c10 5640 3525 mt 5701 3505 L 5701 3505 mt 5654 3462 L 1 sg 60 -17 -46 -47 5682 3334 3 MP PP c13 5682 3334 mt 5636 3287 L /c14 { 0.000000 0.000000 1.000000 sr} bdef c14 5636 3287 mt 5696 3270 L 1 sg -46 -48 60 -17 5636 3287 3 MP PP c14 5636 3287 mt 5696 3270 L 5696 3270 mt 5650 3222 L 1 sg 61 -20 -47 -28 5677 3813 3 MP PP c11 5677 3813 mt 5630 3785 L c8 5630 3785 mt 5691 3765 L 1 sg -47 -31 61 -20 5630 3785 3 MP PP c8 5630 3785 mt 5691 3765 L 5691 3765 mt 5644 3734 L 1 sg 60 -19 -46 -39 5672 3624 3 MP PP c9 5672 3624 mt 5626 3585 L 5626 3585 mt 5686 3566 L 1 sg -46 -41 60 -19 5626 3585 3 MP PP c9 5626 3585 mt 5686 3566 L c10 5686 3566 mt 5640 3525 L 1 sg 60 -18 -46 -47 5668 3399 3 MP PP c12 5668 3399 mt 5622 3352 L c13 5622 3352 mt 5682 3334 L 1 sg -46 -47 60 -18 5622 3352 3 MP PP c13 5622 3352 mt 5682 3334 L 5682 3334 mt 5636 3287 L 1 sg 61 -20 -46 -26 5662 3859 3 MP PP c11 5662 3859 mt 5616 3833 L 5616 3833 mt 5677 3813 L 1 sg -47 -28 61 -20 5616 3833 3 MP PP c11 5616 3833 mt 5677 3813 L 5677 3813 mt 5630 3785 L 1 sg 60 -20 -46 -36 5658 3680 3 MP PP c8 5658 3680 mt 5612 3644 L c9 5612 3644 mt 5672 3624 L 1 sg -46 -39 60 -20 5612 3644 3 MP PP c9 5612 3644 mt 5672 3624 L 5672 3624 mt 5626 3585 L 1 sg 60 -18 -46 -45 5654 3462 3 MP PP c12 5654 3462 mt 5608 3417 L 5608 3417 mt 5668 3399 L 1 sg -46 -47 60 -18 5608 3417 3 MP PP c12 5608 3417 mt 5668 3399 L 5668 3399 mt 5622 3352 L 1 sg 60 -20 -46 -22 5648 3901 3 MP PP c11 5648 3901 mt 5602 3879 L 5602 3879 mt 5662 3859 L 1 sg -46 -26 60 -20 5602 3879 3 MP PP c11 5602 3879 mt 5662 3859 L 5662 3859 mt 5616 3833 L 1 sg 60 -20 -46 -34 5644 3734 3 MP PP c8 5644 3734 mt 5598 3700 L 5598 3700 mt 5658 3680 L 1 sg -46 -36 60 -20 5598 3700 3 MP PP c8 5598 3700 mt 5658 3680 L 5658 3680 mt 5612 3644 L 1 sg 61 -19 -47 -44 5640 3525 3 MP PP c10 5640 3525 mt 5593 3481 L c12 5593 3481 mt 5654 3462 L 1 sg -46 -45 61 -19 5593 3481 3 MP PP c12 5593 3481 mt 5654 3462 L 5654 3462 mt 5608 3417 L 1 sg 61 -17 -47 -48 5636 3287 3 MP PP c14 5636 3287 mt 5589 3239 L /c15 { 0.000000 0.062500 1.000000 sr} bdef c15 5589 3239 mt 5650 3222 L 1 sg -47 -47 61 -17 5589 3239 3 MP PP c15 5589 3239 mt 5650 3222 L 5650 3222 mt 5603 3175 L 1 sg -46 -22 60 -20 5588 3921 3 MP PP c11 5588 3921 mt 5648 3901 L 5648 3901 mt 5602 3879 L 1 sg 60 -20 -46 -31 5630 3785 3 MP PP c8 5630 3785 mt 5584 3754 L 5584 3754 mt 5644 3734 L 1 sg -46 -34 60 -20 5584 3754 3 MP PP c8 5584 3754 mt 5644 3734 L 5644 3734 mt 5598 3700 L 1 sg 61 -19 -47 -41 5626 3585 3 MP PP c9 5626 3585 mt 5579 3544 L c10 5579 3544 mt 5640 3525 L 1 sg -47 -44 61 -19 5579 3544 3 MP PP c10 5579 3544 mt 5640 3525 L 5640 3525 mt 5593 3481 L 1 sg 61 -18 -47 -47 5622 3352 3 MP PP c13 5622 3352 mt 5575 3305 L c14 5575 3305 mt 5636 3287 L 1 sg -47 -48 61 -18 5575 3305 3 MP PP c14 5575 3305 mt 5636 3287 L 5636 3287 mt 5589 3239 L 1 sg 61 -20 -47 -28 5616 3833 3 MP PP c11 5616 3833 mt 5569 3805 L c8 5569 3805 mt 5630 3785 L 1 sg -46 -31 61 -20 5569 3805 3 MP PP c8 5569 3805 mt 5630 3785 L 5630 3785 mt 5584 3754 L 1 sg 61 -20 -47 -39 5612 3644 3 MP PP c9 5612 3644 mt 5565 3605 L 5565 3605 mt 5626 3585 L 1 sg -47 -41 61 -20 5565 3605 3 MP PP c9 5565 3605 mt 5626 3585 L 5626 3585 mt 5579 3544 L 1 sg 61 -18 -47 -47 5608 3417 3 MP PP c12 5608 3417 mt 5561 3370 L c13 5561 3370 mt 5622 3352 L 1 sg -47 -47 61 -18 5561 3370 3 MP PP c13 5561 3370 mt 5622 3352 L 5622 3352 mt 5575 3305 L 1 sg 61 -20 -47 -26 5602 3879 3 MP PP c11 5602 3879 mt 5555 3853 L 5555 3853 mt 5616 3833 L 1 sg -47 -28 61 -20 5555 3853 3 MP PP c11 5555 3853 mt 5616 3833 L 5616 3833 mt 5569 3805 L 1 sg 61 -20 -47 -36 5598 3700 3 MP PP c8 5598 3700 mt 5551 3664 L c9 5551 3664 mt 5612 3644 L 1 sg -47 -39 61 -20 5551 3664 3 MP PP c9 5551 3664 mt 5612 3644 L 5612 3644 mt 5565 3605 L 1 sg 61 -19 -46 -45 5593 3481 3 MP PP c12 5593 3481 mt 5547 3436 L 5547 3436 mt 5608 3417 L 1 sg -47 -47 61 -19 5547 3436 3 MP PP c12 5547 3436 mt 5608 3417 L 5608 3417 mt 5561 3370 L 1 sg 60 -16 -46 -48 5589 3239 3 MP PP c15 5589 3239 mt 5543 3191 L 5543 3191 mt 5603 3175 L 1 sg -46 -48 60 -16 5543 3191 3 MP PP c15 5543 3191 mt 5603 3175 L 5603 3175 mt 5557 3127 L 1 sg 61 -20 -47 -22 5588 3921 3 MP PP c11 5588 3921 mt 5541 3899 L 5541 3899 mt 5602 3879 L 1 sg -47 -26 61 -20 5541 3899 3 MP PP c11 5541 3899 mt 5602 3879 L 5602 3879 mt 5555 3853 L 1 sg 61 -20 -47 -34 5584 3754 3 MP PP c8 5584 3754 mt 5537 3720 L 5537 3720 mt 5598 3700 L 1 sg -47 -36 61 -20 5537 3720 3 MP PP c8 5537 3720 mt 5598 3700 L 5598 3700 mt 5551 3664 L 1 sg 60 -19 -46 -44 5579 3544 3 MP PP c10 5579 3544 mt 5533 3500 L c12 5533 3500 mt 5593 3481 L 1 sg -46 -45 60 -19 5533 3500 3 MP PP c12 5533 3500 mt 5593 3481 L 5593 3481 mt 5547 3436 L 1 sg 60 -17 -46 -49 5575 3305 3 MP PP c14 5575 3305 mt 5529 3256 L c15 5529 3256 mt 5589 3239 L 1 sg -46 -48 60 -17 5529 3256 3 MP PP c15 5529 3256 mt 5589 3239 L 5589 3239 mt 5543 3191 L 1 sg -47 -22 61 -20 5527 3941 3 MP PP c11 5527 3941 mt 5588 3921 L 5588 3921 mt 5541 3899 L 1 sg 61 -20 -46 -31 5569 3805 3 MP PP c8 5569 3805 mt 5523 3774 L 5523 3774 mt 5584 3754 L 1 sg -47 -34 61 -20 5523 3774 3 MP PP c8 5523 3774 mt 5584 3754 L 5584 3754 mt 5537 3720 L 1 sg 60 -19 -46 -42 5565 3605 3 MP PP c9 5565 3605 mt 5519 3563 L c10 5519 3563 mt 5579 3544 L 1 sg -46 -44 60 -19 5519 3563 3 MP PP c10 5519 3563 mt 5579 3544 L 5579 3544 mt 5533 3500 L 1 sg 60 -17 -46 -48 5561 3370 3 MP PP c13 5561 3370 mt 5515 3322 L c14 5515 3322 mt 5575 3305 L 1 sg -46 -49 60 -17 5515 3322 3 MP PP c14 5515 3322 mt 5575 3305 L 5575 3305 mt 5529 3256 L 1 sg 60 -20 -46 -28 5555 3853 3 MP PP c11 5555 3853 mt 5509 3825 L 5509 3825 mt 5569 3805 L 1 sg -46 -31 60 -20 5509 3825 3 MP PP c11 5509 3825 mt 5569 3805 L c8 5569 3805 mt 5523 3774 L 1 sg 60 -19 -46 -40 5551 3664 3 MP PP c9 5551 3664 mt 5505 3624 L 5505 3624 mt 5565 3605 L 1 sg -46 -42 60 -19 5505 3624 3 MP PP c9 5505 3624 mt 5565 3605 L 5565 3605 mt 5519 3563 L 1 sg 61 -19 -47 -47 5547 3436 3 MP PP c12 5547 3436 mt 5500 3389 L c13 5500 3389 mt 5561 3370 L 1 sg -46 -48 61 -19 5500 3389 3 MP PP c13 5500 3389 mt 5561 3370 L 5561 3370 mt 5515 3322 L 1 sg 61 -16 -47 -48 5543 3191 3 MP PP c15 5543 3191 mt 5496 3143 L /c16 { 0.000000 0.125000 1.000000 sr} bdef c16 5496 3143 mt 5557 3127 L 1 sg -47 -47 61 -16 5496 3143 3 MP PP c16 5496 3143 mt 5557 3127 L 5557 3127 mt 5510 3080 L 1 sg 60 -20 -46 -26 5541 3899 3 MP PP c11 5541 3899 mt 5495 3873 L 5495 3873 mt 5555 3853 L 1 sg -46 -28 60 -20 5495 3873 3 MP PP c11 5495 3873 mt 5555 3853 L 5555 3853 mt 5509 3825 L 1 sg 60 -19 -46 -37 5537 3720 3 MP PP c8 5537 3720 mt 5491 3683 L c9 5491 3683 mt 5551 3664 L 1 sg -46 -40 60 -19 5491 3683 3 MP PP c9 5491 3683 mt 5551 3664 L 5551 3664 mt 5505 3624 L 1 sg 61 -18 -47 -46 5533 3500 3 MP PP c12 5533 3500 mt 5486 3454 L 5486 3454 mt 5547 3436 L 1 sg -47 -47 61 -18 5486 3454 3 MP PP c12 5486 3454 mt 5547 3436 L 5547 3436 mt 5500 3389 L 1 sg 61 -16 -47 -49 5529 3256 3 MP PP c15 5529 3256 mt 5482 3207 L 5482 3207 mt 5543 3191 L 1 sg -47 -48 61 -16 5482 3207 3 MP PP c15 5482 3207 mt 5543 3191 L 5543 3191 mt 5496 3143 L 1 sg 60 -19 -46 -23 5527 3941 3 MP PP c11 5527 3941 mt 5481 3918 L 5481 3918 mt 5541 3899 L 1 sg -46 -26 60 -19 5481 3918 3 MP PP c11 5481 3918 mt 5541 3899 L 5541 3899 mt 5495 3873 L 1 sg 61 -20 -47 -34 5523 3774 3 MP PP c8 5523 3774 mt 5476 3740 L 5476 3740 mt 5537 3720 L 1 sg -46 -37 61 -20 5476 3740 3 MP PP c8 5476 3740 mt 5537 3720 L 5537 3720 mt 5491 3683 L 1 sg 61 -19 -47 -44 5519 3563 3 MP PP c10 5519 3563 mt 5472 3519 L c12 5472 3519 mt 5533 3500 L 1 sg -47 -46 61 -19 5472 3519 3 MP PP c12 5472 3519 mt 5533 3500 L 5533 3500 mt 5486 3454 L 1 sg 61 -17 -47 -49 5515 3322 3 MP PP c14 5515 3322 mt 5468 3273 L c15 5468 3273 mt 5529 3256 L 1 sg -47 -49 61 -17 5468 3273 3 MP PP c15 5468 3273 mt 5529 3256 L 5529 3256 mt 5482 3207 L 1 sg -46 -23 60 -20 5467 3961 3 MP PP c11 5467 3961 mt 5527 3941 L 5527 3941 mt 5481 3918 L 1 sg 61 -20 -47 -31 5509 3825 3 MP PP c11 5509 3825 mt 5462 3794 L c8 5462 3794 mt 5523 3774 L 1 sg -47 -34 61 -20 5462 3794 3 MP PP c8 5462 3794 mt 5523 3774 L 5523 3774 mt 5476 3740 L 1 sg 61 -20 -47 -41 5505 3624 3 MP PP c9 5505 3624 mt 5458 3583 L c10 5458 3583 mt 5519 3563 L 1 sg -47 -44 61 -20 5458 3583 3 MP PP c10 5458 3583 mt 5519 3563 L 5519 3563 mt 5472 3519 L 1 sg 61 -18 -46 -49 5500 3389 3 MP PP c13 5500 3389 mt 5454 3340 L c14 5454 3340 mt 5515 3322 L 1 sg -47 -49 61 -18 5454 3340 3 MP PP c14 5454 3340 mt 5515 3322 L 5515 3322 mt 5468 3273 L 1 sg 60 -15 -46 -48 5496 3143 3 MP PP c16 5496 3143 mt 5450 3095 L /c17 { 0.000000 0.187500 1.000000 sr} bdef c17 5450 3095 mt 5510 3080 L 1 sg -46 -46 60 -15 5450 3095 3 MP PP c17 5450 3095 mt 5510 3080 L 5510 3080 mt 5464 3034 L 1 sg 61 -20 -47 -28 5495 3873 3 MP PP c11 5495 3873 mt 5448 3845 L 5448 3845 mt 5509 3825 L 1 sg -47 -31 61 -20 5448 3845 3 MP PP c11 5448 3845 mt 5509 3825 L 5509 3825 mt 5462 3794 L 1 sg 61 -20 -47 -39 5491 3683 3 MP PP c9 5491 3683 mt 5444 3644 L 5444 3644 mt 5505 3624 L 1 sg -47 -41 61 -20 5444 3644 3 MP PP c9 5444 3644 mt 5505 3624 L 5505 3624 mt 5458 3583 L 1 sg 60 -18 -46 -47 5486 3454 3 MP PP c12 5486 3454 mt 5440 3407 L c13 5440 3407 mt 5500 3389 L 1 sg -46 -49 60 -18 5440 3407 3 MP PP c13 5440 3407 mt 5500 3389 L 5500 3389 mt 5454 3340 L 1 sg 60 -16 -46 -48 5482 3207 3 MP PP c15 5482 3207 mt 5436 3159 L c16 5436 3159 mt 5496 3143 L 1 sg -46 -48 60 -16 5436 3159 3 MP PP c16 5436 3159 mt 5496 3143 L 5496 3143 mt 5450 3095 L 1 sg 61 -20 -47 -25 5481 3918 3 MP PP c11 5481 3918 mt 5434 3893 L 5434 3893 mt 5495 3873 L 1 sg -47 -28 61 -20 5434 3893 3 MP PP c11 5434 3893 mt 5495 3873 L 5495 3873 mt 5448 3845 L 1 sg 61 -20 -46 -37 5476 3740 3 MP PP c8 5476 3740 mt 5430 3703 L c9 5430 3703 mt 5491 3683 L 1 sg -47 -39 61 -20 5430 3703 3 MP PP c9 5430 3703 mt 5491 3683 L 5491 3683 mt 5444 3644 L 1 sg 60 -19 -46 -46 5472 3519 3 MP PP c12 5472 3519 mt 5426 3473 L 5426 3473 mt 5486 3454 L 1 sg -46 -47 60 -19 5426 3473 3 MP PP c12 5426 3473 mt 5486 3454 L 5486 3454 mt 5440 3407 L 1 sg 60 -17 -46 -49 5468 3273 3 MP PP c15 5468 3273 mt 5422 3224 L 5422 3224 mt 5482 3207 L 1 sg -46 -48 60 -17 5422 3224 3 MP PP c15 5422 3224 mt 5482 3207 L 5482 3207 mt 5436 3159 L 1 sg 61 -20 -47 -23 5467 3961 3 MP PP c11 5467 3961 mt 5420 3938 L 5420 3938 mt 5481 3918 L 1 sg -47 -25 61 -20 5420 3938 3 MP PP c11 5420 3938 mt 5481 3918 L 5481 3918 mt 5434 3893 L 1 sg 60 -20 -46 -34 5462 3794 3 MP PP c8 5462 3794 mt 5416 3760 L 5416 3760 mt 5476 3740 L 1 sg -46 -37 60 -20 5416 3760 3 MP PP c8 5416 3760 mt 5476 3740 L 5476 3740 mt 5430 3703 L 1 sg 60 -19 -46 -45 5458 3583 3 MP PP c10 5458 3583 mt 5412 3538 L 5412 3538 mt 5472 3519 L 1 sg -46 -46 60 -19 5412 3538 3 MP PP c10 5412 3538 mt 5472 3519 L c12 5472 3519 mt 5426 3473 L 1 sg 61 -18 -47 -49 5454 3340 3 MP PP c14 5454 3340 mt 5407 3291 L c15 5407 3291 mt 5468 3273 L 1 sg -46 -49 61 -18 5407 3291 3 MP PP c15 5407 3291 mt 5468 3273 L 5468 3273 mt 5422 3224 L 1 sg -47 -23 61 -20 5406 3981 3 MP PP c11 5406 3981 mt 5467 3961 L 5467 3961 mt 5420 3938 L 1 sg 61 -14 -47 -47 5450 3095 3 MP PP c17 5450 3095 mt 5403 3048 L /c18 { 0.000000 0.250000 1.000000 sr} bdef c18 5403 3048 mt 5464 3034 L 1 sg -47 -45 61 -14 5403 3048 3 MP PP c18 5403 3048 mt 5464 3034 L c17 5464 3034 mt 5417 2989 L 1 sg 60 -20 -46 -31 5448 3845 3 MP PP c11 5448 3845 mt 5402 3814 L c8 5402 3814 mt 5462 3794 L 1 sg -46 -34 60 -20 5402 3814 3 MP PP c8 5402 3814 mt 5462 3794 L 5462 3794 mt 5416 3760 L 1 sg 60 -19 -46 -42 5444 3644 3 MP PP c9 5444 3644 mt 5398 3602 L c10 5398 3602 mt 5458 3583 L 1 sg -46 -45 60 -19 5398 3602 3 MP PP c10 5398 3602 mt 5458 3583 L 5458 3583 mt 5412 3538 L 1 sg 61 -18 -47 -49 5440 3407 3 MP PP c13 5440 3407 mt 5393 3358 L c14 5393 3358 mt 5454 3340 L 1 sg -47 -49 61 -18 5393 3358 3 MP PP c14 5393 3358 mt 5454 3340 L 5454 3340 mt 5407 3291 L 1 sg 61 -15 -47 -49 5436 3159 3 MP PP c16 5436 3159 mt 5389 3110 L c17 5389 3110 mt 5450 3095 L 1 sg -47 -47 61 -15 5389 3110 3 MP PP c17 5389 3110 mt 5450 3095 L 5450 3095 mt 5403 3048 L 1 sg 60 -20 -46 -28 5434 3893 3 MP PP c11 5434 3893 mt 5388 3865 L 5388 3865 mt 5448 3845 L 1 sg -46 -31 60 -20 5388 3865 3 MP PP c11 5388 3865 mt 5448 3845 L 5448 3845 mt 5402 3814 L 1 sg 61 -20 -47 -39 5430 3703 3 MP PP c9 5430 3703 mt 5383 3664 L 5383 3664 mt 5444 3644 L 1 sg -46 -42 61 -20 5383 3664 3 MP PP c9 5383 3664 mt 5444 3644 L 5444 3644 mt 5398 3602 L 1 sg 61 -18 -47 -48 5426 3473 3 MP PP c12 5426 3473 mt 5379 3425 L c13 5379 3425 mt 5440 3407 L 1 sg -47 -49 61 -18 5379 3425 3 MP PP c13 5379 3425 mt 5440 3407 L 5440 3407 mt 5393 3358 L 1 sg 61 -15 -47 -50 5422 3224 3 MP PP c15 5422 3224 mt 5375 3174 L c16 5375 3174 mt 5436 3159 L 1 sg -47 -49 61 -15 5375 3174 3 MP PP c16 5375 3174 mt 5436 3159 L 5436 3159 mt 5389 3110 L 1 sg 60 -20 -46 -25 5420 3938 3 MP PP c11 5420 3938 mt 5374 3913 L 5374 3913 mt 5434 3893 L 1 sg -46 -28 60 -20 5374 3913 3 MP PP c11 5374 3913 mt 5434 3893 L 5434 3893 mt 5388 3865 L 1 sg 61 -20 -47 -37 5416 3760 3 MP PP c8 5416 3760 mt 5369 3723 L c9 5369 3723 mt 5430 3703 L 1 sg -47 -39 61 -20 5369 3723 3 MP PP c9 5369 3723 mt 5430 3703 L 5430 3703 mt 5383 3664 L 1 sg 61 -19 -47 -46 5412 3538 3 MP PP c10 5412 3538 mt 5365 3492 L c12 5365 3492 mt 5426 3473 L 1 sg -47 -48 61 -19 5365 3492 3 MP PP c12 5365 3492 mt 5426 3473 L 5426 3473 mt 5379 3425 L 1 sg 61 -16 -46 -51 5407 3291 3 MP PP c15 5407 3291 mt 5361 3240 L 5361 3240 mt 5422 3224 L 1 sg -47 -50 61 -16 5361 3240 3 MP PP c15 5361 3240 mt 5422 3224 L 5422 3224 mt 5375 3174 L 1 sg 61 -20 -47 -23 5406 3981 3 MP PP c11 5406 3981 mt 5359 3958 L 5359 3958 mt 5420 3938 L 1 sg -46 -25 61 -20 5359 3958 3 MP PP c11 5359 3958 mt 5420 3938 L 5420 3938 mt 5374 3913 L 1 sg 60 -14 -46 -45 5403 3048 3 MP PP c18 5403 3048 mt 5357 3003 L 5357 3003 mt 5417 2989 L 1 sg -46 -43 60 -14 5357 3003 3 MP PP c18 5357 3003 mt 5417 2989 L 5417 2989 mt 5371 2946 L 1 sg 61 -20 -47 -34 5402 3814 3 MP PP c8 5402 3814 mt 5355 3780 L 5355 3780 mt 5416 3760 L 1 sg -47 -37 61 -20 5355 3780 3 MP PP c8 5355 3780 mt 5416 3760 L 5416 3760 mt 5369 3723 L 1 sg 61 -20 -47 -44 5398 3602 3 MP PP c10 5398 3602 mt 5351 3558 L 5351 3558 mt 5412 3538 L 1 sg -47 -46 61 -20 5351 3558 3 MP PP c10 5351 3558 mt 5412 3538 L 5412 3538 mt 5365 3492 L 1 sg 60 -17 -46 -50 5393 3358 3 MP PP c14 5393 3358 mt 5347 3308 L c15 5347 3308 mt 5407 3291 L 1 sg -46 -51 60 -17 5347 3308 3 MP PP c15 5347 3308 mt 5407 3291 L 5407 3291 mt 5361 3240 L 1 sg -47 -23 61 -19 5345 4000 3 MP PP c11 5345 4000 mt 5406 3981 L 5406 3981 mt 5359 3958 L 1 sg 60 -15 -46 -47 5389 3110 3 MP PP c17 5389 3110 mt 5343 3063 L c18 5343 3063 mt 5403 3048 L 1 sg -46 -45 60 -15 5343 3063 3 MP PP c18 5343 3063 mt 5403 3048 L 5403 3048 mt 5357 3003 L 1 sg 61 -20 -47 -31 5388 3865 3 MP PP c11 5388 3865 mt 5341 3834 L c8 5341 3834 mt 5402 3814 L 1 sg -47 -34 61 -20 5341 3834 3 MP PP c8 5341 3834 mt 5402 3814 L 5402 3814 mt 5355 3780 L 1 sg 61 -20 -46 -42 5383 3664 3 MP PP c9 5383 3664 mt 5337 3622 L c10 5337 3622 mt 5398 3602 L 1 sg -47 -44 61 -20 5337 3622 3 MP PP c10 5337 3622 mt 5398 3602 L 5398 3602 mt 5351 3558 L 1 sg 60 -18 -46 -49 5379 3425 3 MP PP c13 5379 3425 mt 5333 3376 L c14 5333 3376 mt 5393 3358 L 1 sg -46 -50 60 -18 5333 3376 3 MP PP c14 5333 3376 mt 5393 3358 L 5393 3358 mt 5347 3308 L 1 sg 60 -15 -46 -49 5375 3174 3 MP PP c16 5375 3174 mt 5329 3125 L c17 5329 3125 mt 5389 3110 L 1 sg -46 -47 60 -15 5329 3125 3 MP PP c17 5329 3125 mt 5389 3110 L 5389 3110 mt 5343 3063 L 1 sg 61 -20 -47 -28 5374 3913 3 MP PP c11 5374 3913 mt 5327 3885 L 5327 3885 mt 5388 3865 L 1 sg -47 -31 61 -20 5327 3885 3 MP PP c11 5327 3885 mt 5388 3865 L 5388 3865 mt 5341 3834 L 1 sg 60 -20 -46 -39 5369 3723 3 MP PP c9 5369 3723 mt 5323 3684 L 5323 3684 mt 5383 3664 L 1 sg -46 -42 60 -20 5323 3684 3 MP PP c9 5323 3684 mt 5383 3664 L 5383 3664 mt 5337 3622 L 1 sg 60 -19 -46 -48 5365 3492 3 MP PP c12 5365 3492 mt 5319 3444 L c13 5319 3444 mt 5379 3425 L 1 sg -46 -49 60 -19 5319 3444 3 MP PP c13 5319 3444 mt 5379 3425 L 5379 3425 mt 5333 3376 L 1 sg 61 -16 -47 -50 5361 3240 3 MP PP c15 5361 3240 mt 5314 3190 L c16 5314 3190 mt 5375 3174 L 1 sg -46 -49 61 -16 5314 3190 3 MP PP c16 5314 3190 mt 5375 3174 L 5375 3174 mt 5329 3125 L 1 sg 61 -20 -46 -25 5359 3958 3 MP PP c11 5359 3958 mt 5313 3933 L 5313 3933 mt 5374 3913 L 1 sg -47 -28 61 -20 5313 3933 3 MP PP c11 5313 3933 mt 5374 3913 L 5374 3913 mt 5327 3885 L 1 sg 61 -13 -47 -44 5357 3003 3 MP PP c18 5357 3003 mt 5310 2959 L /c19 { 0.000000 0.312500 1.000000 sr} bdef c19 5310 2959 mt 5371 2946 L 1 sg -47 -40 61 -13 5310 2959 3 MP PP c19 5310 2959 mt 5371 2946 L 5371 2946 mt 5324 2906 L 1 sg 60 -20 -46 -37 5355 3780 3 MP PP c8 5355 3780 mt 5309 3743 L 5309 3743 mt 5369 3723 L 1 sg -46 -39 60 -20 5309 3743 3 MP PP c8 5309 3743 mt 5369 3723 L c9 5369 3723 mt 5323 3684 L 1 sg 60 -19 -46 -47 5351 3558 3 MP PP c10 5351 3558 mt 5305 3511 L c12 5305 3511 mt 5365 3492 L 1 sg -46 -48 60 -19 5305 3511 3 MP PP c12 5305 3511 mt 5365 3492 L 5365 3492 mt 5319 3444 L 1 sg 61 -17 -47 -51 5347 3308 3 MP PP c15 5347 3308 mt 5300 3257 L 5300 3257 mt 5361 3240 L 1 sg -47 -50 61 -17 5300 3257 3 MP PP c15 5300 3257 mt 5361 3240 L 5361 3240 mt 5314 3190 L 1 sg 60 -20 -46 -22 5345 4000 3 MP PP c11 5345 4000 mt 5299 3978 L 5299 3978 mt 5359 3958 L 1 sg -46 -25 60 -20 5299 3978 3 MP PP c11 5299 3978 mt 5359 3958 L 5359 3958 mt 5313 3933 L 1 sg 61 -14 -47 -46 5343 3063 3 MP PP c18 5343 3063 mt 5296 3017 L 5296 3017 mt 5357 3003 L 1 sg -47 -44 61 -14 5296 3017 3 MP PP c18 5296 3017 mt 5357 3003 L 5357 3003 mt 5310 2959 L 1 sg 60 -20 -46 -34 5341 3834 3 MP PP c8 5341 3834 mt 5295 3800 L 5295 3800 mt 5355 3780 L 1 sg -46 -37 60 -20 5295 3800 3 MP PP c8 5295 3800 mt 5355 3780 L 5355 3780 mt 5309 3743 L 1 sg 61 -19 -47 -45 5337 3622 3 MP PP c10 5337 3622 mt 5290 3577 L 5290 3577 mt 5351 3558 L 1 sg -46 -47 61 -19 5290 3577 3 MP PP c10 5290 3577 mt 5351 3558 L 5351 3558 mt 5305 3511 L 1 sg 61 -17 -47 -51 5333 3376 3 MP PP c14 5333 3376 mt 5286 3325 L c15 5286 3325 mt 5347 3308 L 1 sg -47 -51 61 -17 5286 3325 3 MP PP c15 5286 3325 mt 5347 3308 L 5347 3308 mt 5300 3257 L 1 sg -46 -22 60 -20 5285 4020 3 MP PP c11 5285 4020 mt 5345 4000 L 5345 4000 mt 5299 3978 L 1 sg 61 -14 -47 -48 5329 3125 3 MP PP c17 5329 3125 mt 5282 3077 L c18 5282 3077 mt 5343 3063 L 1 sg -47 -46 61 -14 5282 3077 3 MP PP c18 5282 3077 mt 5343 3063 L 5343 3063 mt 5296 3017 L 1 sg 60 -20 -46 -31 5327 3885 3 MP PP c11 5327 3885 mt 5281 3854 L 5281 3854 mt 5341 3834 L 1 sg -46 -34 60 -20 5281 3854 3 MP PP c11 5281 3854 mt 5341 3834 L c8 5341 3834 mt 5295 3800 L 1 sg 61 -19 -47 -43 5323 3684 3 MP PP c9 5323 3684 mt 5276 3641 L c10 5276 3641 mt 5337 3622 L 1 sg -47 -45 61 -19 5276 3641 3 MP PP c10 5276 3641 mt 5337 3622 L 5337 3622 mt 5290 3577 L 1 sg 61 -18 -47 -50 5319 3444 3 MP PP c13 5319 3444 mt 5272 3394 L c14 5272 3394 mt 5333 3376 L 1 sg -47 -51 61 -18 5272 3394 3 MP PP c14 5272 3394 mt 5333 3376 L 5333 3376 mt 5286 3325 L 1 sg 61 -15 -46 -50 5314 3190 3 MP PP c16 5314 3190 mt 5268 3140 L c17 5268 3140 mt 5329 3125 L 1 sg -47 -48 61 -15 5268 3140 3 MP PP c17 5268 3140 mt 5329 3125 L 5329 3125 mt 5282 3077 L 1 sg 61 -20 -47 -28 5313 3933 3 MP PP c11 5313 3933 mt 5266 3905 L 5266 3905 mt 5327 3885 L 1 sg -46 -31 61 -20 5266 3905 3 MP PP c11 5266 3905 mt 5327 3885 L 5327 3885 mt 5281 3854 L 1 sg 60 -13 -46 -40 5310 2959 3 MP PP c19 5310 2959 mt 5264 2919 L 5264 2919 mt 5324 2906 L 1 sg -46 -38 60 -13 5264 2919 3 MP PP c19 5264 2919 mt 5324 2906 L 5324 2906 mt 5278 2868 L 1 sg 61 -20 -47 -39 5309 3743 3 MP PP c8 5309 3743 mt 5262 3704 L c9 5262 3704 mt 5323 3684 L 1 sg -47 -43 61 -20 5262 3704 3 MP PP c9 5262 3704 mt 5323 3684 L 5323 3684 mt 5276 3641 L 1 sg 61 -18 -47 -49 5305 3511 3 MP PP c12 5305 3511 mt 5258 3462 L c13 5258 3462 mt 5319 3444 L 1 sg -47 -50 61 -18 5258 3462 3 MP PP c13 5258 3462 mt 5319 3444 L 5319 3444 mt 5272 3394 L 1 sg 60 -16 -46 -51 5300 3257 3 MP PP c15 5300 3257 mt 5254 3206 L c16 5254 3206 mt 5314 3190 L 1 sg -46 -50 60 -16 5254 3206 3 MP PP c16 5254 3206 mt 5314 3190 L 5314 3190 mt 5268 3140 L 1 sg 61 -19 -47 -26 5299 3978 3 MP PP c11 5299 3978 mt 5252 3952 L 5252 3952 mt 5313 3933 L 1 sg -47 -28 61 -19 5252 3952 3 MP PP c11 5252 3952 mt 5313 3933 L 5313 3933 mt 5266 3905 L 1 sg 60 -14 -46 -44 5296 3017 3 MP PP c18 5296 3017 mt 5250 2973 L c19 5250 2973 mt 5310 2959 L 1 sg -46 -40 60 -14 5250 2973 3 MP PP c19 5250 2973 mt 5310 2959 L 5310 2959 mt 5264 2919 L 1 sg 61 -20 -47 -37 5295 3800 3 MP PP c8 5295 3800 mt 5248 3763 L 5248 3763 mt 5309 3743 L 1 sg -47 -39 61 -20 5248 3763 3 MP PP c8 5248 3763 mt 5309 3743 L 5309 3743 mt 5262 3704 L 1 sg 61 -19 -46 -47 5290 3577 3 MP PP c10 5290 3577 mt 5244 3530 L c12 5244 3530 mt 5305 3511 L 1 sg -47 -49 61 -19 5244 3530 3 MP PP c12 5244 3530 mt 5305 3511 L 5305 3511 mt 5258 3462 L 1 sg 60 -17 -46 -51 5286 3325 3 MP PP c15 5286 3325 mt 5240 3274 L 5240 3274 mt 5300 3257 L 1 sg -46 -51 60 -17 5240 3274 3 MP PP c15 5240 3274 mt 5300 3257 L 5300 3257 mt 5254 3206 L 1 sg 61 -19 -47 -23 5285 4020 3 MP PP c11 5285 4020 mt 5238 3997 L 5238 3997 mt 5299 3978 L 1 sg -47 -26 61 -19 5238 3997 3 MP PP c11 5238 3997 mt 5299 3978 L 5299 3978 mt 5252 3952 L 1 sg 60 -14 -46 -46 5282 3077 3 MP PP c18 5282 3077 mt 5236 3031 L 5236 3031 mt 5296 3017 L 1 sg -46 -44 60 -14 5236 3031 3 MP PP c18 5236 3031 mt 5296 3017 L 5296 3017 mt 5250 2973 L 1 sg 61 -20 -47 -34 5281 3854 3 MP PP c11 5281 3854 mt 5234 3820 L c8 5234 3820 mt 5295 3800 L 1 sg -47 -37 61 -20 5234 3820 3 MP PP c8 5234 3820 mt 5295 3800 L 5295 3800 mt 5248 3763 L 1 sg 60 -20 -46 -44 5276 3641 3 MP PP c10 5276 3641 mt 5230 3597 L 5230 3597 mt 5290 3577 L 1 sg -46 -47 60 -20 5230 3597 3 MP PP c10 5230 3597 mt 5290 3577 L 5290 3577 mt 5244 3530 L 1 sg 60 -17 -46 -52 5272 3394 3 MP PP c14 5272 3394 mt 5226 3342 L 5226 3342 mt 5286 3325 L 1 sg -46 -51 60 -17 5226 3342 3 MP PP c14 5226 3342 mt 5286 3325 L c15 5286 3325 mt 5240 3274 L 1 sg -47 -23 61 -20 5224 4040 3 MP PP c11 5224 4040 mt 5285 4020 L 5285 4020 mt 5238 3997 L 1 sg 61 -15 -47 -48 5268 3140 3 MP PP c17 5268 3140 mt 5221 3092 L c18 5221 3092 mt 5282 3077 L 1 sg -46 -46 61 -15 5221 3092 3 MP PP c18 5221 3092 mt 5282 3077 L 5282 3077 mt 5236 3031 L 1 sg 61 -20 -46 -31 5266 3905 3 MP PP c11 5266 3905 mt 5220 3874 L 5220 3874 mt 5281 3854 L 1 sg -47 -34 61 -20 5220 3874 3 MP PP c11 5220 3874 mt 5281 3854 L 5281 3854 mt 5234 3820 L 1 sg 61 -13 -47 -38 5264 2919 3 MP PP c19 5264 2919 mt 5217 2881 L /c20 { 0.000000 0.375000 1.000000 sr} bdef c20 5217 2881 mt 5278 2868 L 1 sg -47 -34 61 -13 5217 2881 3 MP PP c20 5217 2881 mt 5278 2868 L 5278 2868 mt 5231 2834 L 1 sg 60 -20 -46 -43 5262 3704 3 MP PP c9 5262 3704 mt 5216 3661 L 5216 3661 mt 5276 3641 L 1 sg -46 -44 60 -20 5216 3661 3 MP PP c9 5216 3661 mt 5276 3641 L c10 5276 3641 mt 5230 3597 L 1 sg 60 -18 -46 -50 5258 3462 3 MP PP c13 5258 3462 mt 5212 3412 L c14 5212 3412 mt 5272 3394 L 1 sg -46 -52 60 -18 5212 3412 3 MP PP c14 5212 3412 mt 5272 3394 L 5272 3394 mt 5226 3342 L 1 sg 61 -16 -47 -50 5254 3206 3 MP PP c16 5254 3206 mt 5207 3156 L c17 5207 3156 mt 5268 3140 L 1 sg -47 -48 61 -16 5207 3156 3 MP PP c17 5207 3156 mt 5268 3140 L 5268 3140 mt 5221 3092 L 1 sg 60 -19 -46 -28 5252 3952 3 MP PP c11 5252 3952 mt 5206 3924 L 5206 3924 mt 5266 3905 L 1 sg -46 -31 60 -19 5206 3924 3 MP PP c11 5206 3924 mt 5266 3905 L 5266 3905 mt 5220 3874 L 1 sg 61 -12 -47 -42 5250 2973 3 MP PP c19 5250 2973 mt 5203 2931 L 5203 2931 mt 5264 2919 L 1 sg -47 -38 61 -12 5203 2931 3 MP PP c19 5203 2931 mt 5264 2919 L 5264 2919 mt 5217 2881 L 1 sg 60 -20 -46 -39 5248 3763 3 MP PP c8 5248 3763 mt 5202 3724 L c9 5202 3724 mt 5262 3704 L 1 sg -46 -43 60 -20 5202 3724 3 MP PP c9 5202 3724 mt 5262 3704 L 5262 3704 mt 5216 3661 L 1 sg 61 -19 -47 -49 5244 3530 3 MP PP c12 5244 3530 mt 5197 3481 L c13 5197 3481 mt 5258 3462 L 1 sg -46 -50 61 -19 5197 3481 3 MP PP c13 5197 3481 mt 5258 3462 L 5258 3462 mt 5212 3412 L 1 sg 61 -16 -47 -52 5240 3274 3 MP PP c15 5240 3274 mt 5193 3222 L c16 5193 3222 mt 5254 3206 L 1 sg -47 -50 61 -16 5193 3222 3 MP PP c16 5193 3222 mt 5254 3206 L 5254 3206 mt 5207 3156 L 1 sg 60 -20 -46 -25 5238 3997 3 MP PP c11 5238 3997 mt 5192 3972 L 5192 3972 mt 5252 3952 L 1 sg -46 -28 60 -20 5192 3972 3 MP PP c11 5192 3972 mt 5252 3952 L 5252 3952 mt 5206 3924 L 1 sg 61 -13 -47 -45 5236 3031 3 MP PP c18 5236 3031 mt 5189 2986 L c19 5189 2986 mt 5250 2973 L 1 sg -47 -42 61 -13 5189 2986 3 MP PP c19 5189 2986 mt 5250 2973 L 5250 2973 mt 5203 2931 L 1 sg 60 -20 -46 -37 5234 3820 3 MP PP c8 5234 3820 mt 5188 3783 L 5188 3783 mt 5248 3763 L 1 sg -46 -39 60 -20 5188 3783 3 MP PP c8 5188 3783 mt 5248 3763 L 5248 3763 mt 5202 3724 L 1 sg 61 -19 -47 -48 5230 3597 3 MP PP c10 5230 3597 mt 5183 3549 L c12 5183 3549 mt 5244 3530 L 1 sg -47 -49 61 -19 5183 3549 3 MP PP c12 5183 3549 mt 5244 3530 L 5244 3530 mt 5197 3481 L 1 sg 61 -16 -47 -52 5226 3342 3 MP PP c14 5226 3342 mt 5179 3290 L c15 5179 3290 mt 5240 3274 L 1 sg -47 -52 61 -16 5179 3290 3 MP PP c15 5179 3290 mt 5240 3274 L 5240 3274 mt 5193 3222 L 1 sg 60 -20 -46 -23 5224 4040 3 MP PP c11 5224 4040 mt 5178 4017 L 5178 4017 mt 5238 3997 L 1 sg -46 -25 60 -20 5178 4017 3 MP PP c11 5178 4017 mt 5238 3997 L 5238 3997 mt 5192 3972 L 1 sg 61 -13 -46 -48 5221 3092 3 MP PP c18 5221 3092 mt 5175 3044 L 5175 3044 mt 5236 3031 L 1 sg -47 -45 61 -13 5175 3044 3 MP PP c18 5175 3044 mt 5236 3031 L 5236 3031 mt 5189 2986 L 1 sg 61 -20 -47 -34 5220 3874 3 MP PP c11 5220 3874 mt 5173 3840 L c8 5173 3840 mt 5234 3820 L 1 sg -46 -37 61 -20 5173 3840 3 MP PP c8 5173 3840 mt 5234 3820 L 5234 3820 mt 5188 3783 L 1 sg 60 -12 -46 -35 5217 2881 3 MP PP c20 5217 2881 mt 5171 2846 L 5171 2846 mt 5231 2834 L 1 sg -46 -31 60 -12 5171 2846 3 MP PP c20 5171 2846 mt 5231 2834 L 5231 2834 mt 5185 2803 L 1 sg 61 -19 -47 -45 5216 3661 3 MP PP c9 5216 3661 mt 5169 3616 L c10 5169 3616 mt 5230 3597 L 1 sg -47 -48 61 -19 5169 3616 3 MP PP c10 5169 3616 mt 5230 3597 L 5230 3597 mt 5183 3549 L 1 sg 61 -18 -47 -52 5212 3412 3 MP PP c14 5212 3412 mt 5165 3360 L 5165 3360 mt 5226 3342 L 1 sg -47 -52 61 -18 5165 3360 3 MP PP c14 5165 3360 mt 5226 3342 L 5226 3342 mt 5179 3290 L 1 sg -46 -23 61 -19 5163 4059 3 MP PP /c21 { 0.000000 0.000000 0.562500 sr} bdef c21 5163 4059 mt 5224 4040 L c11 5224 4040 mt 5178 4017 L 1 sg 60 -14 -46 -50 5207 3156 3 MP PP c17 5207 3156 mt 5161 3106 L c18 5161 3106 mt 5221 3092 L 1 sg -46 -48 60 -14 5161 3106 3 MP PP c18 5161 3106 mt 5221 3092 L 5221 3092 mt 5175 3044 L 1 sg 61 -20 -47 -30 5206 3924 3 MP PP c11 5206 3924 mt 5159 3894 L 5159 3894 mt 5220 3874 L 1 sg -47 -34 61 -20 5159 3894 3 MP PP c11 5159 3894 mt 5220 3874 L 5220 3874 mt 5173 3840 L 1 sg 60 -12 -46 -38 5203 2931 3 MP PP c19 5203 2931 mt 5157 2893 L c20 5157 2893 mt 5217 2881 L 1 sg -46 -35 60 -12 5157 2893 3 MP PP c20 5157 2893 mt 5217 2881 L 5217 2881 mt 5171 2846 L 1 sg 61 -20 -47 -43 5202 3724 3 MP PP c9 5202 3724 mt 5155 3681 L 5155 3681 mt 5216 3661 L 1 sg -47 -45 61 -20 5155 3681 3 MP PP c9 5155 3681 mt 5216 3661 L 5216 3661 mt 5169 3616 L 1 sg 61 -18 -46 -51 5197 3481 3 MP PP c13 5197 3481 mt 5151 3430 L c14 5151 3430 mt 5212 3412 L 1 sg -47 -52 61 -18 5151 3430 3 MP PP c14 5151 3430 mt 5212 3412 L 5212 3412 mt 5165 3360 L 1 sg 60 -15 -46 -51 5193 3222 3 MP PP c16 5193 3222 mt 5147 3171 L c17 5147 3171 mt 5207 3156 L 1 sg -46 -50 60 -15 5147 3171 3 MP PP c17 5147 3171 mt 5207 3156 L 5207 3156 mt 5161 3106 L 1 sg 61 -20 -47 -28 5192 3972 3 MP PP c11 5192 3972 mt 5145 3944 L 5145 3944 mt 5206 3924 L 1 sg -47 -30 61 -20 5145 3944 3 MP PP c11 5145 3944 mt 5206 3924 L 5206 3924 mt 5159 3894 L 1 sg 61 -13 -47 -42 5189 2986 3 MP PP c19 5189 2986 mt 5142 2944 L c20 5142 2944 mt 5203 2931 L 1 sg -46 -38 61 -13 5142 2944 3 MP PP c20 5142 2944 mt 5203 2931 L c19 5203 2931 mt 5157 2893 L 1 sg 61 -20 -47 -39 5188 3783 3 MP PP c8 5188 3783 mt 5141 3744 L c9 5141 3744 mt 5202 3724 L 1 sg -47 -43 61 -20 5141 3744 3 MP PP c9 5141 3744 mt 5202 3724 L 5202 3724 mt 5155 3681 L 1 sg 60 -19 -46 -49 5183 3549 3 MP PP c12 5183 3549 mt 5137 3500 L c13 5137 3500 mt 5197 3481 L 1 sg -46 -51 60 -19 5137 3500 3 MP PP c13 5137 3500 mt 5197 3481 L 5197 3481 mt 5151 3430 L 1 sg 60 -16 -46 -52 5179 3290 3 MP PP c15 5179 3290 mt 5133 3238 L c16 5133 3238 mt 5193 3222 L 1 sg -46 -51 60 -16 5133 3238 3 MP PP c16 5133 3238 mt 5193 3222 L 5193 3222 mt 5147 3171 L 1 sg 61 -20 -47 -25 5178 4017 3 MP PP c11 5178 4017 mt 5131 3992 L 5131 3992 mt 5192 3972 L 1 sg -47 -28 61 -20 5131 3992 3 MP PP c11 5131 3992 mt 5192 3972 L 5192 3972 mt 5145 3944 L 1 sg 61 -13 -47 -45 5175 3044 3 MP PP c18 5175 3044 mt 5128 2999 L c19 5128 2999 mt 5189 2986 L 1 sg -47 -42 61 -13 5128 2999 3 MP PP c19 5128 2999 mt 5189 2986 L 5189 2986 mt 5142 2944 L 1 sg 61 -20 -46 -37 5173 3840 3 MP PP c8 5173 3840 mt 5127 3803 L 5127 3803 mt 5188 3783 L 1 sg -47 -39 61 -20 5127 3803 3 MP PP c8 5127 3803 mt 5188 3783 L 5188 3783 mt 5141 3744 L 1 sg 61 -12 -47 -31 5171 2846 3 MP PP c20 5171 2846 mt 5124 2815 L 5124 2815 mt 5185 2803 L 1 sg -47 -27 61 -12 5124 2815 3 MP PP c20 5124 2815 mt 5185 2803 L 5185 2803 mt 5138 2776 L 1 sg 60 -19 -46 -48 5169 3616 3 MP PP c10 5169 3616 mt 5123 3568 L c12 5123 3568 mt 5183 3549 L 1 sg -46 -49 60 -19 5123 3568 3 MP PP c12 5123 3568 mt 5183 3549 L 5183 3549 mt 5137 3500 L 1 sg 61 -17 -47 -53 5165 3360 3 MP PP c14 5165 3360 mt 5118 3307 L c15 5118 3307 mt 5179 3290 L 1 sg -46 -52 61 -17 5118 3307 3 MP PP c15 5118 3307 mt 5179 3290 L 5179 3290 mt 5133 3238 L 1 sg 61 -20 -46 -22 5163 4059 3 MP PP c21 5163 4059 mt 5117 4037 L 5117 4037 mt 5178 4017 L 1 sg -47 -25 61 -20 5117 4037 3 MP PP c21 5117 4037 mt 5178 4017 L c11 5178 4017 mt 5131 3992 L 1 sg 61 -14 -47 -48 5161 3106 3 MP PP c18 5161 3106 mt 5114 3058 L 5114 3058 mt 5175 3044 L 1 sg -47 -45 61 -14 5114 3058 3 MP PP c18 5114 3058 mt 5175 3044 L 5175 3044 mt 5128 2999 L 1 sg 60 -20 -46 -34 5159 3894 3 MP PP c11 5159 3894 mt 5113 3860 L c8 5113 3860 mt 5173 3840 L 1 sg -46 -37 60 -20 5113 3860 3 MP PP c8 5113 3860 mt 5173 3840 L 5173 3840 mt 5127 3803 L 1 sg 61 -12 -47 -35 5157 2893 3 MP PP c20 5157 2893 mt 5110 2858 L 5110 2858 mt 5171 2846 L 1 sg -47 -31 61 -12 5110 2858 3 MP PP c20 5110 2858 mt 5171 2846 L 5171 2846 mt 5124 2815 L 1 sg 60 -20 -46 -45 5155 3681 3 MP PP c9 5155 3681 mt 5109 3636 L c10 5109 3636 mt 5169 3616 L 1 sg -46 -48 60 -20 5109 3636 3 MP PP c10 5109 3636 mt 5169 3616 L 5169 3616 mt 5123 3568 L 1 sg 61 -17 -47 -53 5151 3430 3 MP PP c14 5151 3430 mt 5104 3377 L 5104 3377 mt 5165 3360 L 1 sg -47 -53 61 -17 5104 3377 3 MP PP c14 5104 3377 mt 5165 3360 L 5165 3360 mt 5118 3307 L 1 sg -46 -22 60 -20 5103 4079 3 MP PP c21 5103 4079 mt 5163 4059 L 5163 4059 mt 5117 4037 L 1 sg 61 -15 -47 -50 5147 3171 3 MP PP c17 5147 3171 mt 5100 3121 L c18 5100 3121 mt 5161 3106 L 1 sg -47 -48 61 -15 5100 3121 3 MP PP c18 5100 3121 mt 5161 3106 L 5161 3106 mt 5114 3058 L 1 sg 60 -20 -46 -30 5145 3944 3 MP PP c11 5145 3944 mt 5099 3914 L 5099 3914 mt 5159 3894 L 1 sg -46 -34 60 -20 5099 3914 3 MP PP c11 5099 3914 mt 5159 3894 L 5159 3894 mt 5113 3860 L 1 sg 61 -12 -46 -39 5142 2944 3 MP PP c20 5142 2944 mt 5096 2905 L 5096 2905 mt 5157 2893 L 1 sg -47 -35 61 -12 5096 2905 3 MP PP c20 5096 2905 mt 5157 2893 L 5157 2893 mt 5110 2858 L 1 sg 61 -20 -47 -43 5141 3744 3 MP PP c9 5141 3744 mt 5094 3701 L 5094 3701 mt 5155 3681 L 1 sg -46 -45 61 -20 5094 3701 3 MP PP c9 5094 3701 mt 5155 3681 L 5155 3681 mt 5109 3636 L 1 sg 61 -18 -47 -52 5137 3500 3 MP PP c13 5137 3500 mt 5090 3448 L c14 5090 3448 mt 5151 3430 L 1 sg -47 -53 61 -18 5090 3448 3 MP PP c14 5090 3448 mt 5151 3430 L 5151 3430 mt 5104 3377 L 1 sg 61 -15 -47 -52 5133 3238 3 MP PP c16 5133 3238 mt 5086 3186 L c17 5086 3186 mt 5147 3171 L 1 sg -47 -50 61 -15 5086 3186 3 MP PP c17 5086 3186 mt 5147 3171 L 5147 3171 mt 5100 3121 L 1 sg 60 -20 -46 -28 5131 3992 3 MP PP c11 5131 3992 mt 5085 3964 L 5085 3964 mt 5145 3944 L 1 sg -46 -30 60 -20 5085 3964 3 MP PP c11 5085 3964 mt 5145 3944 L 5145 3944 mt 5099 3914 L 1 sg 60 -13 -46 -42 5128 2999 3 MP PP c19 5128 2999 mt 5082 2957 L c20 5082 2957 mt 5142 2944 L 1 sg -46 -39 60 -13 5082 2957 3 MP PP c20 5082 2957 mt 5142 2944 L 5142 2944 mt 5096 2905 L 1 sg 61 -20 -47 -39 5127 3803 3 MP PP c8 5127 3803 mt 5080 3764 L c9 5080 3764 mt 5141 3744 L 1 sg -47 -43 61 -20 5080 3764 3 MP PP c9 5080 3764 mt 5141 3744 L 5141 3744 mt 5094 3701 L 1 sg 60 -12 -46 -27 5124 2815 3 MP PP c20 5124 2815 mt 5078 2788 L /c22 { 0.000000 0.437500 1.000000 sr} bdef c22 5078 2788 mt 5138 2776 L 1 sg -46 -23 60 -12 5078 2788 3 MP PP c22 5078 2788 mt 5138 2776 L c20 5138 2776 mt 5092 2753 L 1 sg 61 -18 -47 -50 5123 3568 3 MP PP c12 5123 3568 mt 5076 3518 L c13 5076 3518 mt 5137 3500 L 1 sg -47 -52 61 -18 5076 3518 3 MP PP c13 5076 3518 mt 5137 3500 L 5137 3500 mt 5090 3448 L 1 sg 61 -16 -46 -53 5118 3307 3 MP PP c15 5118 3307 mt 5072 3254 L c16 5072 3254 mt 5133 3238 L 1 sg -47 -52 61 -16 5072 3254 3 MP PP c16 5072 3254 mt 5133 3238 L 5133 3238 mt 5086 3186 L 1 sg 61 -19 -47 -26 5117 4037 3 MP PP c21 5117 4037 mt 5070 4011 L c11 5070 4011 mt 5131 3992 L 1 sg -46 -28 61 -19 5070 4011 3 MP PP c11 5070 4011 mt 5131 3992 L 5131 3992 mt 5085 3964 L 1 sg 60 -13 -46 -46 5114 3058 3 MP PP c18 5114 3058 mt 5068 3012 L c19 5068 3012 mt 5128 2999 L 1 sg -46 -42 60 -13 5068 3012 3 MP PP c19 5068 3012 mt 5128 2999 L 5128 2999 mt 5082 2957 L 1 sg 61 -21 -47 -36 5113 3860 3 MP PP c8 5113 3860 mt 5066 3824 L 5066 3824 mt 5127 3803 L 1 sg -47 -39 61 -21 5066 3824 3 MP PP c8 5066 3824 mt 5127 3803 L 5127 3803 mt 5080 3764 L 1 sg 60 -12 -46 -31 5110 2858 3 MP PP c20 5110 2858 mt 5064 2827 L c22 5064 2827 mt 5124 2815 L 1 sg -46 -27 60 -12 5064 2827 3 MP PP c22 5064 2827 mt 5124 2815 L c20 5124 2815 mt 5078 2788 L 1 sg 61 -20 -47 -48 5109 3636 3 MP PP c10 5109 3636 mt 5062 3588 L c12 5062 3588 mt 5123 3568 L 1 sg -47 -50 61 -20 5062 3588 3 MP PP c12 5062 3588 mt 5123 3568 L 5123 3568 mt 5076 3518 L 1 sg 60 -17 -46 -53 5104 3377 3 MP PP c14 5104 3377 mt 5058 3324 L c15 5058 3324 mt 5118 3307 L 1 sg -46 -53 60 -17 5058 3324 3 MP PP c15 5058 3324 mt 5118 3307 L 5118 3307 mt 5072 3254 L 1 sg 61 -19 -47 -23 5103 4079 3 MP PP c21 5103 4079 mt 5056 4056 L 5056 4056 mt 5117 4037 L 1 sg -47 -26 61 -19 5056 4056 3 MP PP c21 5056 4056 mt 5117 4037 L 5117 4037 mt 5070 4011 L 1 sg 60 -14 -46 -49 5100 3121 3 MP PP c18 5100 3121 mt 5054 3072 L c19 5054 3072 mt 5114 3058 L 1 sg -46 -46 60 -14 5054 3072 3 MP PP c19 5054 3072 mt 5114 3058 L c18 5114 3058 mt 5068 3012 L 1 sg 61 -20 -47 -34 5099 3914 3 MP PP c11 5099 3914 mt 5052 3880 L 5052 3880 mt 5113 3860 L 1 sg -47 -36 61 -20 5052 3880 3 MP PP c11 5052 3880 mt 5113 3860 L c8 5113 3860 mt 5066 3824 L 1 sg 61 -12 -47 -35 5096 2905 3 MP PP c20 5096 2905 mt 5049 2870 L 5049 2870 mt 5110 2858 L 1 sg -46 -31 61 -12 5049 2870 3 MP PP c20 5049 2870 mt 5110 2858 L 5110 2858 mt 5064 2827 L 1 sg 61 -20 -46 -45 5094 3701 3 MP PP c9 5094 3701 mt 5048 3656 L c10 5048 3656 mt 5109 3636 L 1 sg -47 -48 61 -20 5048 3656 3 MP PP c10 5048 3656 mt 5109 3636 L 5109 3636 mt 5062 3588 L 1 sg 60 -18 -46 -53 5090 3448 3 MP PP c14 5090 3448 mt 5044 3395 L 5044 3395 mt 5104 3377 L 1 sg -46 -53 60 -18 5044 3395 3 MP PP c14 5044 3395 mt 5104 3377 L 5104 3377 mt 5058 3324 L 1 sg -47 -23 61 -19 5042 4098 3 MP PP c21 5042 4098 mt 5103 4079 L 5103 4079 mt 5056 4056 L 1 sg 60 -14 -46 -51 5086 3186 3 MP PP c17 5086 3186 mt 5040 3135 L c18 5040 3135 mt 5100 3121 L 1 sg -46 -49 60 -14 5040 3135 3 MP PP c18 5040 3135 mt 5100 3121 L 5100 3121 mt 5054 3072 L 1 sg 61 -20 -47 -30 5085 3964 3 MP PP c11 5085 3964 mt 5038 3934 L 5038 3934 mt 5099 3914 L 1 sg -47 -34 61 -20 5038 3934 3 MP PP c11 5038 3934 mt 5099 3914 L 5099 3914 mt 5052 3880 L 1 sg 61 -12 -47 -40 5082 2957 3 MP PP c20 5082 2957 mt 5035 2917 L 5035 2917 mt 5096 2905 L 1 sg -47 -35 61 -12 5035 2917 3 MP PP c20 5035 2917 mt 5096 2905 L 5096 2905 mt 5049 2870 L 1 sg 60 -20 -46 -43 5080 3764 3 MP PP c9 5080 3764 mt 5034 3721 L 5034 3721 mt 5094 3701 L 1 sg -46 -45 60 -20 5034 3721 3 MP PP c9 5034 3721 mt 5094 3701 L 5094 3701 mt 5048 3656 L 1 sg 61 -11 -47 -24 5078 2788 3 MP PP c22 5078 2788 mt 5031 2764 L 5031 2764 mt 5092 2753 L 1 sg -47 -20 61 -11 5031 2764 3 MP PP c22 5031 2764 mt 5092 2753 L c20 5092 2753 mt 5045 2733 L 1 sg 60 -18 -46 -52 5076 3518 3 MP PP c13 5076 3518 mt 5030 3466 L 5030 3466 mt 5090 3448 L 1 sg -46 -53 60 -18 5030 3466 3 MP PP c13 5030 3466 mt 5090 3448 L c14 5090 3448 mt 5044 3395 L 1 sg 61 -15 -47 -53 5072 3254 3 MP PP c16 5072 3254 mt 5025 3201 L c17 5025 3201 mt 5086 3186 L 1 sg -46 -51 61 -15 5025 3201 3 MP PP c17 5025 3201 mt 5086 3186 L 5086 3186 mt 5040 3135 L 1 sg 61 -20 -46 -27 5070 4011 3 MP PP c11 5070 4011 mt 5024 3984 L 5024 3984 mt 5085 3964 L 1 sg -47 -30 61 -20 5024 3984 3 MP PP c11 5024 3984 mt 5085 3964 L 5085 3964 mt 5038 3934 L 1 sg 61 -12 -47 -43 5068 3012 3 MP PP c19 5068 3012 mt 5021 2969 L c20 5021 2969 mt 5082 2957 L 1 sg -47 -40 61 -12 5021 2969 3 MP PP c20 5021 2969 mt 5082 2957 L 5082 2957 mt 5035 2917 L 1 sg 60 -20 -46 -40 5066 3824 3 MP PP c8 5066 3824 mt 5020 3784 L c9 5020 3784 mt 5080 3764 L 1 sg -46 -43 60 -20 5020 3784 3 MP PP c9 5020 3784 mt 5080 3764 L 5080 3764 mt 5034 3721 L 1 sg 61 -11 -47 -28 5064 2827 3 MP PP c22 5064 2827 mt 5017 2799 L 5017 2799 mt 5078 2788 L 1 sg -47 -24 61 -11 5017 2799 3 MP PP c22 5017 2799 mt 5078 2788 L 5078 2788 mt 5031 2764 L 1 sg 60 -20 -46 -50 5062 3588 3 MP PP c12 5062 3588 mt 5016 3538 L c13 5016 3538 mt 5076 3518 L 1 sg -46 -52 60 -20 5016 3538 3 MP PP c13 5016 3538 mt 5076 3518 L 5076 3518 mt 5030 3466 L 1 sg 61 -16 -47 -54 5058 3324 3 MP PP c15 5058 3324 mt 5011 3270 L c16 5011 3270 mt 5072 3254 L 1 sg -47 -53 61 -16 5011 3270 3 MP PP c16 5011 3270 mt 5072 3254 L 5072 3254 mt 5025 3201 L 1 sg 60 -20 -46 -25 5056 4056 3 MP PP c21 5056 4056 mt 5010 4031 L 5010 4031 mt 5070 4011 L 1 sg -46 -27 60 -20 5010 4031 3 MP PP c21 5010 4031 mt 5070 4011 L c11 5070 4011 mt 5024 3984 L 1 sg 61 -13 -47 -47 5054 3072 3 MP PP c19 5054 3072 mt 5007 3025 L 5007 3025 mt 5068 3012 L 1 sg -47 -43 61 -13 5007 3025 3 MP PP c19 5007 3025 mt 5068 3012 L 5068 3012 mt 5021 2969 L 1 sg 60 -20 -46 -36 5052 3880 3 MP PP c11 5052 3880 mt 5006 3844 L c8 5006 3844 mt 5066 3824 L 1 sg -46 -40 60 -20 5006 3844 3 MP PP c8 5006 3844 mt 5066 3824 L 5066 3824 mt 5020 3784 L 1 sg 61 -11 -46 -32 5049 2870 3 MP PP c20 5049 2870 mt 5003 2838 L c22 5003 2838 mt 5064 2827 L 1 sg -47 -28 61 -11 5003 2838 3 MP PP c22 5003 2838 mt 5064 2827 L 5064 2827 mt 5017 2799 L 1 sg 61 -19 -47 -49 5048 3656 3 MP PP c10 5048 3656 mt 5001 3607 L c12 5001 3607 mt 5062 3588 L 1 sg -46 -50 61 -19 5001 3607 3 MP PP c12 5001 3607 mt 5062 3588 L 5062 3588 mt 5016 3538 L 1 sg 61 -17 -47 -54 5044 3395 3 MP PP c14 5044 3395 mt 4997 3341 L c15 4997 3341 mt 5058 3324 L 1 sg -47 -54 61 -17 4997 3341 3 MP PP c15 4997 3341 mt 5058 3324 L 5058 3324 mt 5011 3270 L 1 sg 60 -19 -46 -23 5042 4098 3 MP PP c21 5042 4098 mt 4996 4075 L 4996 4075 mt 5056 4056 L 1 sg -46 -25 60 -19 4996 4075 3 MP PP c21 4996 4075 mt 5056 4056 L 5056 4056 mt 5010 4031 L 1 sg 61 -14 -47 -49 5040 3135 3 MP PP c18 5040 3135 mt 4993 3086 L c19 4993 3086 mt 5054 3072 L 1 sg -47 -47 61 -14 4993 3086 3 MP PP c19 4993 3086 mt 5054 3072 L 5054 3072 mt 5007 3025 L 1 sg 60 -20 -46 -34 5038 3934 3 MP PP c11 5038 3934 mt 4992 3900 L 4992 3900 mt 5052 3880 L 1 sg -46 -36 60 -20 4992 3900 3 MP PP c11 4992 3900 mt 5052 3880 L 5052 3880 mt 5006 3844 L 1 sg 60 -11 -46 -36 5035 2917 3 MP PP c20 5035 2917 mt 4989 2881 L c22 4989 2881 mt 5049 2870 L 1 sg -46 -32 60 -11 4989 2881 3 MP PP c22 4989 2881 mt 5049 2870 L c20 5049 2870 mt 5003 2838 L 1 sg 61 -20 -47 -45 5034 3721 3 MP PP c9 5034 3721 mt 4987 3676 L c10 4987 3676 mt 5048 3656 L 1 sg -47 -49 61 -20 4987 3676 3 MP PP c10 4987 3676 mt 5048 3656 L 5048 3656 mt 5001 3607 L 1 sg 60 -12 -46 -19 5031 2764 3 MP PP c22 5031 2764 mt 4985 2745 L 4985 2745 mt 5045 2733 L 1 sg -46 -15 60 -12 4985 2745 3 MP PP c22 4985 2745 mt 5045 2733 L c20 5045 2733 mt 4999 2718 L 1 sg 61 -18 -47 -53 5030 3466 3 MP PP c13 5030 3466 mt 4983 3413 L c14 4983 3413 mt 5044 3395 L 1 sg -47 -54 61 -18 4983 3413 3 MP PP c14 4983 3413 mt 5044 3395 L 5044 3395 mt 4997 3341 L 1 sg -46 -23 60 -19 4982 4117 3 MP PP c21 4982 4117 mt 5042 4098 L 5042 4098 mt 4996 4075 L 1 sg 61 -15 -46 -51 5025 3201 3 MP PP c17 5025 3201 mt 4979 3150 L c18 4979 3150 mt 5040 3135 L 1 sg -47 -49 61 -15 4979 3150 3 MP PP c18 4979 3150 mt 5040 3135 L 5040 3135 mt 4993 3086 L 1 sg 61 -20 -47 -30 5024 3984 3 MP PP c11 5024 3984 mt 4977 3954 L 4977 3954 mt 5038 3934 L 1 sg -46 -34 61 -20 4977 3954 3 MP PP c11 4977 3954 mt 5038 3934 L 5038 3934 mt 4992 3900 L 1 sg 60 -12 -46 -40 5021 2969 3 MP PP c20 5021 2969 mt 4975 2929 L 4975 2929 mt 5035 2917 L 1 sg -46 -36 60 -12 4975 2929 3 MP PP c20 4975 2929 mt 5035 2917 L 5035 2917 mt 4989 2881 L 1 sg 61 -20 -47 -43 5020 3784 3 MP PP c9 5020 3784 mt 4973 3741 L 4973 3741 mt 5034 3721 L 1 sg -47 -45 61 -20 4973 3741 3 MP PP c9 4973 3741 mt 5034 3721 L 5034 3721 mt 4987 3676 L 1 sg 60 -12 -46 -23 5017 2799 3 MP PP c22 5017 2799 mt 4971 2776 L 4971 2776 mt 5031 2764 L 1 sg -46 -19 60 -12 4971 2776 3 MP PP c22 4971 2776 mt 5031 2764 L 5031 2764 mt 4985 2745 L 1 sg 61 -19 -47 -53 5016 3538 3 MP PP c13 5016 3538 mt 4969 3485 L 4969 3485 mt 5030 3466 L 1 sg -47 -53 61 -19 4969 3485 3 MP PP c13 4969 3485 mt 5030 3466 L 5030 3466 mt 4983 3413 L 1 sg 60 -16 -46 -53 5011 3270 3 MP PP c16 5011 3270 mt 4965 3217 L c17 4965 3217 mt 5025 3201 L 1 sg -46 -51 60 -16 4965 3217 3 MP PP c17 4965 3217 mt 5025 3201 L 5025 3201 mt 4979 3150 L 1 sg 61 -20 -47 -27 5010 4031 3 MP PP c21 5010 4031 mt 4963 4004 L c11 4963 4004 mt 5024 3984 L 1 sg -47 -30 61 -20 4963 4004 3 MP PP c11 4963 4004 mt 5024 3984 L 5024 3984 mt 4977 3954 L 1 sg 60 -13 -46 -43 5007 3025 3 MP PP c19 5007 3025 mt 4961 2982 L c20 4961 2982 mt 5021 2969 L 1 sg -46 -40 60 -13 4961 2982 3 MP PP c20 4961 2982 mt 5021 2969 L 5021 2969 mt 4975 2929 L 1 sg 61 -20 -47 -40 5006 3844 3 MP PP c8 5006 3844 mt 4959 3804 L 4959 3804 mt 5020 3784 L 1 sg -47 -43 61 -20 4959 3804 3 MP PP c8 4959 3804 mt 5020 3784 L c9 5020 3784 mt 4973 3741 L 1 sg 61 -11 -47 -28 5003 2838 3 MP PP c22 5003 2838 mt 4956 2810 L 4956 2810 mt 5017 2799 L 1 sg -46 -23 61 -11 4956 2810 3 MP PP c22 4956 2810 mt 5017 2799 L 5017 2799 mt 4971 2776 L 1 sg 61 -19 -46 -50 5001 3607 3 MP PP c12 5001 3607 mt 4955 3557 L 4955 3557 mt 5016 3538 L 1 sg -47 -53 61 -19 4955 3557 3 MP PP c12 4955 3557 mt 5016 3538 L c13 5016 3538 mt 4969 3485 L 1 sg 60 -16 -46 -55 4997 3341 3 MP PP c15 4997 3341 mt 4951 3286 L c16 4951 3286 mt 5011 3270 L 1 sg -46 -53 60 -16 4951 3286 3 MP PP c16 4951 3286 mt 5011 3270 L 5011 3270 mt 4965 3217 L 1 sg 61 -19 -47 -25 4996 4075 3 MP PP c21 4996 4075 mt 4949 4050 L 4949 4050 mt 5010 4031 L 1 sg -47 -27 61 -19 4949 4050 3 MP PP c21 4949 4050 mt 5010 4031 L 5010 4031 mt 4963 4004 L 1 sg 60 -13 -46 -48 4993 3086 3 MP PP c19 4993 3086 mt 4947 3038 L 4947 3038 mt 5007 3025 L 1 sg -46 -43 60 -13 4947 3038 3 MP PP c19 4947 3038 mt 5007 3025 L 5007 3025 mt 4961 2982 L 1 sg 61 -20 -47 -36 4992 3900 3 MP PP c11 4992 3900 mt 4945 3864 L c8 4945 3864 mt 5006 3844 L 1 sg -47 -40 61 -20 4945 3864 3 MP PP c8 4945 3864 mt 5006 3844 L 5006 3844 mt 4959 3804 L 1 sg 61 -11 -47 -32 4989 2881 3 MP PP c22 4989 2881 mt 4942 2849 L 4942 2849 mt 5003 2838 L 1 sg -47 -28 61 -11 4942 2849 3 MP PP c22 4942 2849 mt 5003 2838 L 5003 2838 mt 4956 2810 L 1 sg 60 -20 -46 -49 4987 3676 3 MP PP c10 4987 3676 mt 4941 3627 L c12 4941 3627 mt 5001 3607 L 1 sg -46 -50 60 -20 4941 3627 3 MP PP c12 4941 3627 mt 5001 3607 L 5001 3607 mt 4955 3557 L 1 sg 61 -11 -47 -16 4985 2745 3 MP PP c22 4985 2745 mt 4938 2729 L c20 4938 2729 mt 4999 2718 L 1 sg -47 -12 61 -11 4938 2729 3 MP PP c20 4938 2729 mt 4999 2718 L 4999 2718 mt 4952 2706 L 1 sg 60 -17 -46 -55 4983 3413 3 MP PP c14 4983 3413 mt 4937 3358 L c15 4937 3358 mt 4997 3341 L 1 sg -46 -55 60 -17 4937 3358 3 MP PP c15 4937 3358 mt 4997 3341 L 4997 3341 mt 4951 3286 L 1 sg 61 -20 -47 -22 4982 4117 3 MP PP c21 4982 4117 mt 4935 4095 L 4935 4095 mt 4996 4075 L 1 sg -47 -25 61 -20 4935 4095 3 MP PP c21 4935 4095 mt 4996 4075 L 4996 4075 mt 4949 4050 L 1 sg 61 -13 -47 -51 4979 3150 3 MP PP c18 4979 3150 mt 4932 3099 L c19 4932 3099 mt 4993 3086 L 1 sg -46 -48 61 -13 4932 3099 3 MP PP c19 4932 3099 mt 4993 3086 L 4993 3086 mt 4947 3038 L 1 sg 61 -20 -46 -34 4977 3954 3 MP PP c11 4977 3954 mt 4931 3920 L 4931 3920 mt 4992 3900 L 1 sg -47 -36 61 -20 4931 3920 3 MP PP c11 4931 3920 mt 4992 3900 L 4992 3900 mt 4945 3864 L 1 sg 61 -12 -47 -36 4975 2929 3 MP PP c20 4975 2929 mt 4928 2893 L c22 4928 2893 mt 4989 2881 L 1 sg -47 -32 61 -12 4928 2893 3 MP PP c22 4928 2893 mt 4989 2881 L 4989 2881 mt 4942 2849 L 1 sg 60 -20 -46 -45 4973 3741 3 MP PP c9 4973 3741 mt 4927 3696 L c10 4927 3696 mt 4987 3676 L 1 sg -46 -49 60 -20 4927 3696 3 MP PP c10 4927 3696 mt 4987 3676 L 4987 3676 mt 4941 3627 L 1 sg 61 -11 -47 -20 4971 2776 3 MP PP c22 4971 2776 mt 4924 2756 L 4924 2756 mt 4985 2745 L 1 sg -47 -16 61 -11 4924 2756 3 MP PP c22 4924 2756 mt 4985 2745 L 4985 2745 mt 4938 2729 L 1 sg 60 -18 -46 -54 4969 3485 3 MP PP c13 4969 3485 mt 4923 3431 L c14 4923 3431 mt 4983 3413 L 1 sg -46 -55 60 -18 4923 3431 3 MP PP c14 4923 3431 mt 4983 3413 L 4983 3413 mt 4937 3358 L 1 sg -47 -22 61 -19 4921 4136 3 MP PP c21 4921 4136 mt 4982 4117 L 4982 4117 mt 4935 4095 L 1 sg 61 -14 -47 -53 4965 3217 3 MP PP c17 4965 3217 mt 4918 3164 L c18 4918 3164 mt 4979 3150 L 1 sg -47 -51 61 -14 4918 3164 3 MP PP c18 4918 3164 mt 4979 3150 L 4979 3150 mt 4932 3099 L 1 sg 60 -19 -46 -31 4963 4004 3 MP PP c11 4963 4004 mt 4917 3973 L 4917 3973 mt 4977 3954 L 1 sg -46 -34 60 -19 4917 3973 3 MP PP c11 4917 3973 mt 4977 3954 L 4977 3954 mt 4931 3920 L 1 sg 61 -12 -47 -41 4961 2982 3 MP PP c20 4961 2982 mt 4914 2941 L 4914 2941 mt 4975 2929 L 1 sg -47 -36 61 -12 4914 2941 3 MP PP c20 4914 2941 mt 4975 2929 L 4975 2929 mt 4928 2893 L 1 sg 60 -21 -46 -42 4959 3804 3 MP PP c8 4959 3804 mt 4913 3762 L c9 4913 3762 mt 4973 3741 L 1 sg -46 -45 60 -21 4913 3762 3 MP PP c9 4913 3762 mt 4973 3741 L 4973 3741 mt 4927 3696 L 1 sg 61 -11 -46 -23 4956 2810 3 MP PP c22 4956 2810 mt 4910 2787 L 4910 2787 mt 4971 2776 L 1 sg -47 -20 61 -11 4910 2787 3 MP PP c22 4910 2787 mt 4971 2776 L 4971 2776 mt 4924 2756 L 1 sg 61 -19 -47 -53 4955 3557 3 MP PP c12 4955 3557 mt 4908 3504 L c13 4908 3504 mt 4969 3485 L 1 sg -46 -54 61 -19 4908 3504 3 MP PP c13 4908 3504 mt 4969 3485 L 4969 3485 mt 4923 3431 L 1 sg 61 -15 -47 -54 4951 3286 3 MP PP c16 4951 3286 mt 4904 3232 L c17 4904 3232 mt 4965 3217 L 1 sg -47 -53 61 -15 4904 3232 3 MP PP c17 4904 3232 mt 4965 3217 L 4965 3217 mt 4918 3164 L 1 sg 60 -19 -46 -27 4949 4050 3 MP PP c21 4949 4050 mt 4903 4023 L c11 4903 4023 mt 4963 4004 L 1 sg -46 -31 60 -19 4903 4023 3 MP PP c11 4903 4023 mt 4963 4004 L 4963 4004 mt 4917 3973 L 1 sg 61 -12 -47 -44 4947 3038 3 MP PP c19 4947 3038 mt 4900 2994 L c20 4900 2994 mt 4961 2982 L 1 sg -47 -41 61 -12 4900 2994 3 MP PP c20 4900 2994 mt 4961 2982 L 4961 2982 mt 4914 2941 L 1 sg 60 -21 -46 -39 4945 3864 3 MP PP c8 4945 3864 mt 4899 3825 L 4899 3825 mt 4959 3804 L 1 sg -46 -42 60 -21 4899 3825 3 MP PP c8 4899 3825 mt 4959 3804 L 4959 3804 mt 4913 3762 L 1 sg 60 -11 -46 -28 4942 2849 3 MP PP c22 4942 2849 mt 4896 2821 L 4896 2821 mt 4956 2810 L 1 sg -46 -23 60 -11 4896 2821 3 MP PP c22 4896 2821 mt 4956 2810 L 4956 2810 mt 4910 2787 L 1 sg 61 -19 -47 -51 4941 3627 3 MP PP c12 4941 3627 mt 4894 3576 L 4894 3576 mt 4955 3557 L 1 sg -47 -53 61 -19 4894 3576 3 MP PP c12 4894 3576 mt 4955 3557 L 4955 3557 mt 4908 3504 L 1 sg 60 -12 -46 -11 4938 2729 3 MP PP c20 4938 2729 mt 4892 2718 L 4892 2718 mt 4952 2706 L 1 sg -46 -9 60 -12 4892 2718 3 MP PP c20 4892 2718 mt 4952 2706 L 4952 2706 mt 4906 2697 L 1 sg 61 -17 -47 -55 4937 3358 3 MP PP c15 4937 3358 mt 4890 3303 L c16 4890 3303 mt 4951 3286 L 1 sg -47 -54 61 -17 4890 3303 3 MP PP c16 4890 3303 mt 4951 3286 L 4951 3286 mt 4904 3232 L 1 sg 60 -20 -46 -25 4935 4095 3 MP PP c21 4935 4095 mt 4889 4070 L 4889 4070 mt 4949 4050 L 1 sg -46 -27 60 -20 4889 4070 3 MP PP c21 4889 4070 mt 4949 4050 L 4949 4050 mt 4903 4023 L 1 sg 61 -13 -46 -48 4932 3099 3 MP PP c19 4932 3099 mt 4886 3051 L 4886 3051 mt 4947 3038 L 1 sg -47 -44 61 -13 4886 3051 3 MP PP c19 4886 3051 mt 4947 3038 L 4947 3038 mt 4900 2994 L 1 sg 61 -20 -47 -36 4931 3920 3 MP PP c11 4931 3920 mt 4884 3884 L c8 4884 3884 mt 4945 3864 L 1 sg -46 -39 61 -20 4884 3884 3 MP PP c8 4884 3884 mt 4945 3864 L 4945 3864 mt 4899 3825 L 1 sg 60 -12 -46 -32 4928 2893 3 MP PP c22 4928 2893 mt 4882 2861 L 4882 2861 mt 4942 2849 L 1 sg -46 -28 60 -12 4882 2861 3 MP PP c22 4882 2861 mt 4942 2849 L 4942 2849 mt 4896 2821 L 1 sg 61 -20 -47 -49 4927 3696 3 MP PP c10 4927 3696 mt 4880 3647 L c12 4880 3647 mt 4941 3627 L 1 sg -47 -51 61 -20 4880 3647 3 MP PP c12 4880 3647 mt 4941 3627 L 4941 3627 mt 4894 3576 L 1 sg 60 -12 -46 -15 4924 2756 3 MP PP c22 4924 2756 mt 4878 2741 L 4878 2741 mt 4938 2729 L 1 sg -46 -11 60 -12 4878 2741 3 MP PP c22 4878 2741 mt 4938 2729 L c20 4938 2729 mt 4892 2718 L 1 sg 61 -17 -47 -56 4923 3431 3 MP PP c14 4923 3431 mt 4876 3375 L c15 4876 3375 mt 4937 3358 L 1 sg -47 -55 61 -17 4876 3375 3 MP PP c15 4876 3375 mt 4937 3358 L 4937 3358 mt 4890 3303 L 1 sg 60 -19 -46 -22 4921 4136 3 MP PP c21 4921 4136 mt 4875 4114 L 4875 4114 mt 4935 4095 L 1 sg -46 -25 60 -19 4875 4114 3 MP PP c21 4875 4114 mt 4935 4095 L 4935 4095 mt 4889 4070 L 1 sg 60 -14 -46 -51 4918 3164 3 MP PP c18 4918 3164 mt 4872 3113 L c19 4872 3113 mt 4932 3099 L 1 sg -46 -48 60 -14 4872 3113 3 MP PP c19 4872 3113 mt 4932 3099 L 4932 3099 mt 4886 3051 L 1 sg 61 -21 -47 -32 4917 3973 3 MP PP c11 4917 3973 mt 4870 3941 L 4870 3941 mt 4931 3920 L 1 sg -47 -36 61 -21 4870 3941 3 MP PP c11 4870 3941 mt 4931 3920 L 4931 3920 mt 4884 3884 L 1 sg 60 -11 -46 -37 4914 2941 3 MP PP c20 4914 2941 mt 4868 2904 L c22 4868 2904 mt 4928 2893 L 1 sg -46 -32 60 -11 4868 2904 3 MP PP c22 4868 2904 mt 4928 2893 L 4928 2893 mt 4882 2861 L 1 sg 61 -20 -47 -46 4913 3762 3 MP PP c9 4913 3762 mt 4866 3716 L c10 4866 3716 mt 4927 3696 L 1 sg -47 -49 61 -20 4866 3716 3 MP PP c10 4866 3716 mt 4927 3696 L 4927 3696 mt 4880 3647 L 1 sg 61 -12 -47 -19 4910 2787 3 MP PP c22 4910 2787 mt 4863 2768 L 4863 2768 mt 4924 2756 L 1 sg -46 -15 61 -12 4863 2768 3 MP PP c22 4863 2768 mt 4924 2756 L 4924 2756 mt 4878 2741 L 1 sg 61 -18 -46 -55 4908 3504 3 MP PP c13 4908 3504 mt 4862 3449 L c14 4862 3449 mt 4923 3431 L 1 sg -47 -56 61 -18 4862 3449 3 MP PP c14 4862 3449 mt 4923 3431 L 4923 3431 mt 4876 3375 L 1 sg -46 -22 61 -19 4860 4155 3 MP PP c21 4860 4155 mt 4921 4136 L 4921 4136 mt 4875 4114 L 1 sg 60 -15 -46 -53 4904 3232 3 MP PP c17 4904 3232 mt 4858 3179 L c18 4858 3179 mt 4918 3164 L 1 sg -46 -51 60 -15 4858 3179 3 MP PP c18 4858 3179 mt 4918 3164 L 4918 3164 mt 4872 3113 L 1 sg 61 -20 -47 -30 4903 4023 3 MP PP c11 4903 4023 mt 4856 3993 L 4856 3993 mt 4917 3973 L 1 sg -47 -32 61 -20 4856 3993 3 MP PP c11 4856 3993 mt 4917 3973 L 4917 3973 mt 4870 3941 L 1 sg 60 -12 -46 -41 4900 2994 3 MP PP c20 4900 2994 mt 4854 2953 L 4854 2953 mt 4914 2941 L 1 sg -46 -37 60 -12 4854 2953 3 MP PP c20 4854 2953 mt 4914 2941 L 4914 2941 mt 4868 2904 L 1 sg 61 -20 -47 -43 4899 3825 3 MP PP c8 4899 3825 mt 4852 3782 L c9 4852 3782 mt 4913 3762 L 1 sg -47 -46 61 -20 4852 3782 3 MP PP c9 4852 3782 mt 4913 3762 L 4913 3762 mt 4866 3716 L 1 sg 61 -11 -47 -23 4896 2821 3 MP PP c22 4896 2821 mt 4849 2798 L 4849 2798 mt 4910 2787 L 1 sg -47 -19 61 -11 4849 2798 3 MP PP c22 4849 2798 mt 4910 2787 L 4910 2787 mt 4863 2768 L 1 sg 60 -19 -46 -53 4894 3576 3 MP PP c12 4894 3576 mt 4848 3523 L c13 4848 3523 mt 4908 3504 L 1 sg -46 -55 60 -19 4848 3523 3 MP PP c13 4848 3523 mt 4908 3504 L 4908 3504 mt 4862 3449 L 1 sg 61 -12 -47 -9 4892 2718 3 MP PP c20 4892 2718 mt 4845 2709 L 4845 2709 mt 4906 2697 L 1 sg -47 -5 61 -12 4845 2709 3 MP PP c20 4845 2709 mt 4906 2697 L 4906 2697 mt 4859 2692 L 1 sg 60 -16 -46 -55 4890 3303 3 MP PP c16 4890 3303 mt 4844 3248 L c17 4844 3248 mt 4904 3232 L 1 sg -46 -53 60 -16 4844 3248 3 MP PP c17 4844 3248 mt 4904 3232 L 4904 3232 mt 4858 3179 L 1 sg 61 -20 -47 -27 4889 4070 3 MP PP c21 4889 4070 mt 4842 4043 L 4842 4043 mt 4903 4023 L 1 sg -47 -30 61 -20 4842 4043 3 MP PP c21 4842 4043 mt 4903 4023 L c11 4903 4023 mt 4856 3993 L 1 sg 61 -12 -47 -45 4886 3051 3 MP PP c19 4886 3051 mt 4839 3006 L c20 4839 3006 mt 4900 2994 L 1 sg -46 -41 61 -12 4839 3006 3 MP PP c20 4839 3006 mt 4900 2994 L 4900 2994 mt 4854 2953 L 1 sg 61 -20 -46 -39 4884 3884 3 MP PP c8 4884 3884 mt 4838 3845 L 4838 3845 mt 4899 3825 L 1 sg -47 -43 61 -20 4838 3845 3 MP PP c8 4838 3845 mt 4899 3825 L 4899 3825 mt 4852 3782 L 1 sg 61 -11 -47 -29 4882 2861 3 MP PP c22 4882 2861 mt 4835 2832 L 4835 2832 mt 4896 2821 L 1 sg -47 -23 61 -11 4835 2832 3 MP PP c22 4835 2832 mt 4896 2821 L 4896 2821 mt 4849 2798 L 1 sg 60 -20 -46 -51 4880 3647 3 MP PP c12 4880 3647 mt 4834 3596 L 4834 3596 mt 4894 3576 L 1 sg -46 -53 60 -20 4834 3596 3 MP PP c12 4834 3596 mt 4894 3576 L 4894 3576 mt 4848 3523 L 1 sg 61 -11 -47 -12 4878 2741 3 MP PP c22 4878 2741 mt 4831 2729 L c20 4831 2729 mt 4892 2718 L 1 sg -47 -9 61 -11 4831 2729 3 MP PP c20 4831 2729 mt 4892 2718 L 4892 2718 mt 4845 2709 L 1 sg 60 -16 -46 -56 4876 3375 3 MP PP c15 4876 3375 mt 4830 3319 L c16 4830 3319 mt 4890 3303 L 1 sg -46 -55 60 -16 4830 3319 3 MP PP c16 4830 3319 mt 4890 3303 L 4890 3303 mt 4844 3248 L 1 sg 61 -19 -47 -25 4875 4114 3 MP PP c21 4875 4114 mt 4828 4089 L 4828 4089 mt 4889 4070 L 1 sg -47 -27 61 -19 4828 4089 3 MP PP c21 4828 4089 mt 4889 4070 L 4889 4070 mt 4842 4043 L 1 sg 61 -13 -47 -49 4872 3113 3 MP PP c19 4872 3113 mt 4825 3064 L c20 4825 3064 mt 4886 3051 L 1 sg -47 -45 61 -13 4825 3064 3 MP PP c20 4825 3064 mt 4886 3051 L c19 4886 3051 mt 4839 3006 L 1 sg 60 -21 -46 -36 4870 3941 3 MP PP c11 4870 3941 mt 4824 3905 L c8 4824 3905 mt 4884 3884 L 1 sg -46 -39 60 -21 4824 3905 3 MP PP c8 4824 3905 mt 4884 3884 L 4884 3884 mt 4838 3845 L 1 sg 61 -11 -47 -32 4868 2904 3 MP PP c22 4868 2904 mt 4821 2872 L 4821 2872 mt 4882 2861 L 1 sg -47 -29 61 -11 4821 2872 3 MP PP c22 4821 2872 mt 4882 2861 L 4882 2861 mt 4835 2832 L 1 sg 60 -20 -46 -49 4866 3716 3 MP PP c10 4866 3716 mt 4820 3667 L 4820 3667 mt 4880 3647 L 1 sg -46 -51 60 -20 4820 3667 3 MP PP c10 4820 3667 mt 4880 3647 L c12 4880 3647 mt 4834 3596 L 1 sg 61 -11 -46 -16 4863 2768 3 MP PP c22 4863 2768 mt 4817 2752 L 4817 2752 mt 4878 2741 L 1 sg -47 -12 61 -11 4817 2752 3 MP PP c22 4817 2752 mt 4878 2741 L 4878 2741 mt 4831 2729 L 1 sg 61 -18 -47 -56 4862 3449 3 MP PP c14 4862 3449 mt 4815 3393 L c15 4815 3393 mt 4876 3375 L 1 sg -46 -56 61 -18 4815 3393 3 MP PP c15 4815 3393 mt 4876 3375 L 4876 3375 mt 4830 3319 L 1 sg 61 -19 -46 -22 4860 4155 3 MP PP c21 4860 4155 mt 4814 4133 L 4814 4133 mt 4875 4114 L 1 sg -47 -25 61 -19 4814 4133 3 MP PP c21 4814 4133 mt 4875 4114 L 4875 4114 mt 4828 4089 L 1 sg 61 -14 -47 -52 4858 3179 3 MP PP c18 4858 3179 mt 4811 3127 L c19 4811 3127 mt 4872 3113 L 1 sg -47 -49 61 -14 4811 3127 3 MP PP c19 4811 3127 mt 4872 3113 L 4872 3113 mt 4825 3064 L 1 sg 60 -20 -46 -32 4856 3993 3 MP PP c11 4856 3993 mt 4810 3961 L 4810 3961 mt 4870 3941 L 1 sg -46 -36 60 -20 4810 3961 3 MP PP c11 4810 3961 mt 4870 3941 L 4870 3941 mt 4824 3905 L 1 sg 61 -11 -47 -38 4854 2953 3 MP PP c20 4854 2953 mt 4807 2915 L c22 4807 2915 mt 4868 2904 L 1 sg -47 -32 61 -11 4807 2915 3 MP PP c22 4807 2915 mt 4868 2904 L 4868 2904 mt 4821 2872 L 1 sg 60 -20 -46 -46 4852 3782 3 MP PP c9 4852 3782 mt 4806 3736 L c10 4806 3736 mt 4866 3716 L 1 sg -46 -49 60 -20 4806 3736 3 MP PP c10 4806 3736 mt 4866 3716 L 4866 3716 mt 4820 3667 L 1 sg 60 -11 -46 -19 4849 2798 3 MP PP c22 4849 2798 mt 4803 2779 L 4803 2779 mt 4863 2768 L 1 sg -46 -16 60 -11 4803 2779 3 MP PP c22 4803 2779 mt 4863 2768 L 4863 2768 mt 4817 2752 L 1 sg 61 -18 -47 -56 4848 3523 3 MP PP c13 4848 3523 mt 4801 3467 L c14 4801 3467 mt 4862 3449 L 1 sg -47 -56 61 -18 4801 3467 3 MP PP c14 4801 3467 mt 4862 3449 L 4862 3449 mt 4815 3393 L 1 sg -46 -22 60 -19 4800 4174 3 MP PP c21 4800 4174 mt 4860 4155 L 4860 4155 mt 4814 4133 L 1 sg 60 -13 -46 -4 4845 2709 3 MP PP c20 4845 2709 mt 4799 2705 L c19 4799 2705 mt 4859 2692 L 1 sg -46 -3 60 -13 4799 2705 3 MP PP c19 4799 2705 mt 4859 2692 L 4859 2692 mt 4813 2689 L 1 sg 61 -14 -47 -55 4844 3248 3 MP PP c17 4844 3248 mt 4797 3193 L c18 4797 3193 mt 4858 3179 L 1 sg -47 -52 61 -14 4797 3193 3 MP PP c18 4797 3193 mt 4858 3179 L 4858 3179 mt 4811 3127 L 1 sg 60 -20 -46 -30 4842 4043 3 MP PP c21 4842 4043 mt 4796 4013 L c11 4796 4013 mt 4856 3993 L 1 sg -46 -32 60 -20 4796 4013 3 MP PP c11 4796 4013 mt 4856 3993 L 4856 3993 mt 4810 3961 L 1 sg 61 -11 -46 -42 4839 3006 3 MP PP c20 4839 3006 mt 4793 2964 L c22 4793 2964 mt 4854 2953 L 1 sg -47 -38 61 -11 4793 2964 3 MP PP c22 4793 2964 mt 4854 2953 L c20 4854 2953 mt 4807 2915 L 1 sg 61 -21 -47 -42 4838 3845 3 MP PP c8 4838 3845 mt 4791 3803 L c9 4791 3803 mt 4852 3782 L 1 sg -46 -46 61 -21 4791 3803 3 MP PP c9 4791 3803 mt 4852 3782 L 4852 3782 mt 4806 3736 L 1 sg 60 -11 -46 -23 4835 2832 3 MP PP c22 4835 2832 mt 4789 2809 L 4789 2809 mt 4849 2798 L 1 sg -46 -19 60 -11 4789 2809 3 MP PP c22 4789 2809 mt 4849 2798 L 4849 2798 mt 4803 2779 L 1 sg 61 -19 -47 -54 4834 3596 3 MP PP c12 4834 3596 mt 4787 3542 L c13 4787 3542 mt 4848 3523 L 1 sg -47 -56 61 -19 4787 3542 3 MP PP c13 4787 3542 mt 4848 3523 L 4848 3523 mt 4801 3467 L 1 sg 60 -13 -46 -7 4831 2729 3 MP PP c20 4831 2729 mt 4785 2722 L 4785 2722 mt 4845 2709 L 1 sg -46 -4 60 -13 4785 2722 3 MP PP c20 4785 2722 mt 4845 2709 L 4845 2709 mt 4799 2705 L 1 sg 61 -15 -47 -56 4830 3319 3 MP PP c16 4830 3319 mt 4783 3263 L c17 4783 3263 mt 4844 3248 L 1 sg -47 -55 61 -15 4783 3263 3 MP PP c17 4783 3263 mt 4844 3248 L 4844 3248 mt 4797 3193 L 1 sg 60 -19 -46 -27 4828 4089 3 MP PP c21 4828 4089 mt 4782 4062 L 4782 4062 mt 4842 4043 L 1 sg -46 -30 60 -19 4782 4062 3 MP PP c21 4782 4062 mt 4842 4043 L 4842 4043 mt 4796 4013 L 1 sg 60 -12 -46 -46 4825 3064 3 MP PP c20 4825 3064 mt 4779 3018 L 4779 3018 mt 4839 3006 L 1 sg -46 -42 60 -12 4779 3018 3 MP PP c20 4779 3018 mt 4839 3006 L 4839 3006 mt 4793 2964 L 1 sg 61 -21 -47 -39 4824 3905 3 MP PP c8 4824 3905 mt 4777 3866 L 4777 3866 mt 4838 3845 L 1 sg -47 -42 61 -21 4777 3866 3 MP PP c8 4777 3866 mt 4838 3845 L 4838 3845 mt 4791 3803 L 1 sg 60 -11 -46 -29 4821 2872 3 MP PP c22 4821 2872 mt 4775 2843 L 4775 2843 mt 4835 2832 L 1 sg -46 -23 60 -11 4775 2843 3 MP PP c22 4775 2843 mt 4835 2832 L 4835 2832 mt 4789 2809 L 1 sg 61 -19 -47 -52 4820 3667 3 MP PP c10 4820 3667 mt 4773 3615 L c12 4773 3615 mt 4834 3596 L 1 sg -47 -54 61 -19 4773 3615 3 MP PP c12 4773 3615 mt 4834 3596 L 4834 3596 mt 4787 3542 L 1 sg 61 -12 -47 -11 4817 2752 3 MP PP c22 4817 2752 mt 4770 2741 L c20 4770 2741 mt 4831 2729 L 1 sg -46 -7 61 -12 4770 2741 3 MP PP c20 4770 2741 mt 4831 2729 L 4831 2729 mt 4785 2722 L 1 sg 61 -17 -46 -57 4815 3393 3 MP PP c15 4815 3393 mt 4769 3336 L c16 4769 3336 mt 4830 3319 L 1 sg -47 -56 61 -17 4769 3336 3 MP PP c16 4769 3336 mt 4830 3319 L 4830 3319 mt 4783 3263 L 1 sg 61 -19 -47 -25 4814 4133 3 MP PP c21 4814 4133 mt 4767 4108 L 4767 4108 mt 4828 4089 L 1 sg -46 -27 61 -19 4767 4108 3 MP PP c21 4767 4108 mt 4828 4089 L 4828 4089 mt 4782 4062 L 1 sg 60 -13 -46 -50 4811 3127 3 MP PP c19 4811 3127 mt 4765 3077 L c20 4765 3077 mt 4825 3064 L 1 sg -46 -46 60 -13 4765 3077 3 MP PP c20 4765 3077 mt 4825 3064 L 4825 3064 mt 4779 3018 L 1 sg 61 -20 -47 -36 4810 3961 3 MP PP c11 4810 3961 mt 4763 3925 L 4763 3925 mt 4824 3905 L 1 sg -47 -39 61 -20 4763 3925 3 MP PP c11 4763 3925 mt 4824 3905 L c8 4824 3905 mt 4777 3866 L 1 sg 60 -10 -46 -33 4807 2915 3 MP PP c22 4807 2915 mt 4761 2882 L 4761 2882 mt 4821 2872 L 1 sg -46 -29 60 -10 4761 2882 3 MP PP c22 4761 2882 mt 4821 2872 L 4821 2872 mt 4775 2843 L 1 sg 61 -20 -47 -49 4806 3736 3 MP PP c10 4806 3736 mt 4759 3687 L 4759 3687 mt 4820 3667 L 1 sg -47 -52 61 -20 4759 3687 3 MP PP c10 4759 3687 mt 4820 3667 L 4820 3667 mt 4773 3615 L 1 sg 61 -12 -47 -15 4803 2779 3 MP PP c22 4803 2779 mt 4756 2764 L 4756 2764 mt 4817 2752 L 1 sg -47 -11 61 -12 4756 2764 3 MP PP c22 4756 2764 mt 4817 2752 L 4817 2752 mt 4770 2741 L 1 sg 60 -17 -46 -57 4801 3467 3 MP PP c14 4801 3467 mt 4755 3410 L c15 4755 3410 mt 4815 3393 L 1 sg -46 -57 60 -17 4755 3410 3 MP PP c15 4755 3410 mt 4815 3393 L 4815 3393 mt 4769 3336 L 1 sg 61 -19 -47 -22 4800 4174 3 MP PP c21 4800 4174 mt 4753 4152 L 4753 4152 mt 4814 4133 L 1 sg -47 -25 61 -19 4753 4152 3 MP PP c21 4753 4152 mt 4814 4133 L 4814 4133 mt 4767 4108 L 1 sg 61 -14 -47 -2 4799 2705 3 MP PP c19 4799 2705 mt 4752 2703 L 4752 2703 mt 4813 2689 L 1 sg -47 0 61 -14 4752 2703 3 MP PP c19 4752 2703 mt 4813 2689 L 4813 2689 mt 4766 2689 L 1 sg 60 -13 -46 -53 4797 3193 3 MP PP c18 4797 3193 mt 4751 3140 L c19 4751 3140 mt 4811 3127 L 1 sg -46 -50 60 -13 4751 3140 3 MP PP c19 4751 3140 mt 4811 3127 L 4811 3127 mt 4765 3077 L 1 sg 61 -20 -47 -32 4796 4013 3 MP PP c11 4796 4013 mt 4749 3981 L 4749 3981 mt 4810 3961 L 1 sg -47 -36 61 -20 4749 3981 3 MP PP c11 4749 3981 mt 4810 3961 L 4810 3961 mt 4763 3925 L 1 sg 61 -11 -47 -38 4793 2964 3 MP PP c22 4793 2964 mt 4746 2926 L 4746 2926 mt 4807 2915 L 1 sg -46 -33 61 -11 4746 2926 3 MP PP c22 4746 2926 mt 4807 2915 L 4807 2915 mt 4761 2882 L 1 sg 61 -21 -46 -46 4791 3803 3 MP PP c9 4791 3803 mt 4745 3757 L 4745 3757 mt 4806 3736 L 1 sg -47 -49 61 -21 4745 3757 3 MP PP c9 4745 3757 mt 4806 3736 L c10 4806 3736 mt 4759 3687 L 1 sg 61 -11 -47 -19 4789 2809 3 MP PP c22 4789 2809 mt 4742 2790 L 4742 2790 mt 4803 2779 L 1 sg -47 -15 61 -11 4742 2790 3 MP PP c22 4742 2790 mt 4803 2779 L 4803 2779 mt 4756 2764 L 1 sg 60 -18 -46 -57 4787 3542 3 MP PP c13 4787 3542 mt 4741 3485 L c14 4741 3485 mt 4801 3467 L 1 sg -46 -57 60 -18 4741 3485 3 MP PP c14 4741 3485 mt 4801 3467 L 4801 3467 mt 4755 3410 L 1 sg -47 -22 61 -19 4739 4193 3 MP PP c21 4739 4193 mt 4800 4174 L 4800 4174 mt 4753 4152 L 1 sg 61 -12 -47 -5 4785 2722 3 MP PP c20 4785 2722 mt 4738 2717 L c19 4738 2717 mt 4799 2705 L 1 sg -47 -2 61 -12 4738 2717 3 MP PP c19 4738 2717 mt 4799 2705 L 4799 2705 mt 4752 2703 L 1 sg 60 -15 -46 -55 4783 3263 3 MP PP c17 4783 3263 mt 4737 3208 L c18 4737 3208 mt 4797 3193 L 1 sg -46 -53 60 -15 4737 3208 3 MP PP c18 4737 3208 mt 4797 3193 L 4797 3193 mt 4751 3140 L 1 sg 61 -20 -47 -29 4782 4062 3 MP PP c21 4782 4062 mt 4735 4033 L c11 4735 4033 mt 4796 4013 L 1 sg -47 -32 61 -20 4735 4033 3 MP PP c11 4735 4033 mt 4796 4013 L 4796 4013 mt 4749 3981 L 1 sg 61 -12 -47 -42 4779 3018 3 MP PP c20 4779 3018 mt 4732 2976 L c22 4732 2976 mt 4793 2964 L 1 sg -47 -38 61 -12 4732 2976 3 MP PP c22 4732 2976 mt 4793 2964 L 4793 2964 mt 4746 2926 L 1 sg 60 -20 -46 -43 4777 3866 3 MP PP c8 4777 3866 mt 4731 3823 L c9 4731 3823 mt 4791 3803 L 1 sg -46 -46 60 -20 4731 3823 3 MP PP c9 4731 3823 mt 4791 3803 L 4791 3803 mt 4745 3757 L 1 sg 61 -10 -47 -24 4775 2843 3 MP PP c22 4775 2843 mt 4728 2819 L 4728 2819 mt 4789 2809 L 1 sg -47 -19 61 -10 4728 2819 3 MP PP c22 4728 2819 mt 4789 2809 L 4789 2809 mt 4742 2790 L 1 sg 60 -19 -46 -54 4773 3615 3 MP PP c12 4773 3615 mt 4727 3561 L c13 4727 3561 mt 4787 3542 L 1 sg -46 -57 60 -19 4727 3561 3 MP PP c13 4727 3561 mt 4787 3542 L 4787 3542 mt 4741 3485 L 1 sg 61 -12 -46 -7 4770 2741 3 MP PP c20 4770 2741 mt 4724 2734 L 4724 2734 mt 4785 2722 L 1 sg -47 -5 61 -12 4724 2734 3 MP PP c20 4724 2734 mt 4785 2722 L 4785 2722 mt 4738 2717 L 1 sg 61 -16 -47 -57 4769 3336 3 MP PP c16 4769 3336 mt 4722 3279 L c17 4722 3279 mt 4783 3263 L 1 sg -46 -55 61 -16 4722 3279 3 MP PP c17 4722 3279 mt 4783 3263 L 4783 3263 mt 4737 3208 L 1 sg 61 -20 -46 -26 4767 4108 3 MP PP c21 4767 4108 mt 4721 4082 L 4721 4082 mt 4782 4062 L 1 sg -47 -29 61 -20 4721 4082 3 MP PP c21 4721 4082 mt 4782 4062 L 4782 4062 mt 4735 4033 L 1 sg 61 -12 -47 -47 4765 3077 3 MP PP c20 4765 3077 mt 4718 3030 L 4718 3030 mt 4779 3018 L 1 sg -47 -42 61 -12 4718 3030 3 MP PP c20 4718 3030 mt 4779 3018 L 4779 3018 mt 4732 2976 L 1 sg 60 -20 -46 -39 4763 3925 3 MP PP c11 4763 3925 mt 4717 3886 L c8 4717 3886 mt 4777 3866 L 1 sg -46 -43 60 -20 4717 3886 3 MP PP c8 4717 3886 mt 4777 3866 L 4777 3866 mt 4731 3823 L 1 sg 61 -11 -47 -28 4761 2882 3 MP PP c22 4761 2882 mt 4714 2854 L 4714 2854 mt 4775 2843 L 1 sg -47 -24 61 -11 4714 2854 3 MP PP c22 4714 2854 mt 4775 2843 L 4775 2843 mt 4728 2819 L 1 sg 60 -20 -46 -52 4759 3687 3 MP PP c10 4759 3687 mt 4713 3635 L c12 4713 3635 mt 4773 3615 L 1 sg -46 -54 60 -20 4713 3635 3 MP PP c12 4713 3635 mt 4773 3615 L 4773 3615 mt 4727 3561 L 1 sg 60 -12 -46 -11 4756 2764 3 MP PP c22 4756 2764 mt 4710 2753 L 4710 2753 mt 4770 2741 L 1 sg -46 -7 60 -12 4710 2753 3 MP PP c22 4710 2753 mt 4770 2741 L c20 4770 2741 mt 4724 2734 L 1 sg 61 -16 -47 -58 4755 3410 3 MP PP c15 4755 3410 mt 4708 3352 L c16 4708 3352 mt 4769 3336 L 1 sg -47 -57 61 -16 4708 3352 3 MP PP c16 4708 3352 mt 4769 3336 L 4769 3336 mt 4722 3279 L 1 sg 60 -19 -46 -25 4753 4152 3 MP PP c21 4753 4152 mt 4707 4127 L 4707 4127 mt 4767 4108 L 1 sg -46 -26 60 -19 4707 4127 3 MP PP c21 4707 4127 mt 4767 4108 L 4767 4108 mt 4721 4082 L 1 sg 60 -14 -46 0 4752 2703 3 MP PP c19 4752 2703 mt 4706 2703 L c18 4706 2703 mt 4766 2689 L 1 sg -46 2 60 -14 4706 2703 3 MP PP c18 4706 2703 mt 4766 2689 L 4766 2689 mt 4720 2691 L 1 sg 61 -13 -47 -50 4751 3140 3 MP PP c19 4751 3140 mt 4704 3090 L c20 4704 3090 mt 4765 3077 L 1 sg -47 -47 61 -13 4704 3090 3 MP PP c20 4704 3090 mt 4765 3077 L 4765 3077 mt 4718 3030 L 1 sg 60 -21 -46 -35 4749 3981 3 MP PP c11 4749 3981 mt 4703 3946 L 4703 3946 mt 4763 3925 L 1 sg -46 -39 60 -21 4703 3946 3 MP PP c11 4703 3946 mt 4763 3925 L 4763 3925 mt 4717 3886 L 1 sg 61 -11 -46 -33 4746 2926 3 MP PP c22 4746 2926 mt 4700 2893 L 4700 2893 mt 4761 2882 L 1 sg -47 -28 61 -11 4700 2893 3 MP PP c22 4700 2893 mt 4761 2882 L 4761 2882 mt 4714 2854 L 1 sg 61 -21 -47 -49 4745 3757 3 MP PP c9 4745 3757 mt 4698 3708 L c10 4698 3708 mt 4759 3687 L 1 sg -46 -52 61 -21 4698 3708 3 MP PP c10 4698 3708 mt 4759 3687 L 4759 3687 mt 4713 3635 L 1 sg 60 -11 -46 -15 4742 2790 3 MP PP c22 4742 2790 mt 4696 2775 L 4696 2775 mt 4756 2764 L 1 sg -46 -11 60 -11 4696 2775 3 MP PP c22 4696 2775 mt 4756 2764 L 4756 2764 mt 4710 2753 L 1 sg 61 -18 -47 -57 4741 3485 3 MP PP c14 4741 3485 mt 4694 3428 L c15 4694 3428 mt 4755 3410 L 1 sg -47 -58 61 -18 4694 3428 3 MP PP c15 4694 3428 mt 4755 3410 L 4755 3410 mt 4708 3352 L 1 sg 60 -18 -46 -23 4739 4193 3 MP PP c21 4739 4193 mt 4693 4170 L 4693 4170 mt 4753 4152 L 1 sg -46 -25 60 -18 4693 4170 3 MP PP c21 4693 4170 mt 4753 4152 L 4753 4152 mt 4707 4127 L 1 sg 60 -13 -46 -1 4738 2717 3 MP PP c19 4738 2717 mt 4692 2716 L 4692 2716 mt 4752 2703 L 1 sg -46 0 60 -13 4692 2716 3 MP PP c19 4692 2716 mt 4752 2703 L 4752 2703 mt 4706 2703 L 1 sg 61 -14 -47 -54 4737 3208 3 MP PP c18 4737 3208 mt 4690 3154 L c19 4690 3154 mt 4751 3140 L 1 sg -47 -50 61 -14 4690 3154 3 MP PP c19 4690 3154 mt 4751 3140 L 4751 3140 mt 4704 3090 L 1 sg 60 -20 -46 -32 4735 4033 3 MP PP c11 4735 4033 mt 4689 4001 L 4689 4001 mt 4749 3981 L 1 sg -46 -35 60 -20 4689 4001 3 MP PP c11 4689 4001 mt 4749 3981 L 4749 3981 mt 4703 3946 L 1 sg 60 -11 -46 -39 4732 2976 3 MP PP c22 4732 2976 mt 4686 2937 L 4686 2937 mt 4746 2926 L 1 sg -46 -33 60 -11 4686 2937 3 MP PP c22 4686 2937 mt 4746 2926 L 4746 2926 mt 4700 2893 L 1 sg 61 -21 -47 -45 4731 3823 3 MP PP c9 4731 3823 mt 4684 3778 L 4684 3778 mt 4745 3757 L 1 sg -47 -49 61 -21 4684 3778 3 MP PP c9 4684 3778 mt 4745 3757 L 4745 3757 mt 4698 3708 L 1 sg 60 -10 -46 -19 4728 2819 3 MP PP c22 4728 2819 mt 4682 2800 L 4682 2800 mt 4742 2790 L 1 sg -46 -15 60 -10 4682 2800 3 MP PP c22 4682 2800 mt 4742 2790 L 4742 2790 mt 4696 2775 L 1 sg 61 -19 -47 -57 4727 3561 3 MP PP c13 4727 3561 mt 4680 3504 L c14 4680 3504 mt 4741 3485 L 1 sg -47 -57 61 -19 4680 3504 3 MP PP c14 4680 3504 mt 4741 3485 L 4741 3485 mt 4694 3428 L 1 sg -46 -23 60 -18 4679 4211 3 MP PP c21 4679 4211 mt 4739 4193 L 4739 4193 mt 4693 4170 L 1 sg 61 -13 -47 -4 4724 2734 3 MP PP c20 4724 2734 mt 4677 2730 L 4677 2730 mt 4738 2717 L 1 sg -46 -1 61 -13 4677 2730 3 MP PP c20 4677 2730 mt 4738 2717 L c19 4738 2717 mt 4692 2716 L 1 sg 61 -14 -46 -57 4722 3279 3 MP PP c17 4722 3279 mt 4676 3222 L c18 4676 3222 mt 4737 3208 L 1 sg -47 -54 61 -14 4676 3222 3 MP PP c18 4676 3222 mt 4737 3208 L 4737 3208 mt 4690 3154 L 1 sg 61 -20 -47 -29 4721 4082 3 MP PP c21 4721 4082 mt 4674 4053 L 4674 4053 mt 4735 4033 L 1 sg -46 -32 61 -20 4674 4053 3 MP PP c21 4674 4053 mt 4735 4033 L c11 4735 4033 mt 4689 4001 L 1 sg 60 -11 -46 -43 4718 3030 3 MP PP c20 4718 3030 mt 4672 2987 L c22 4672 2987 mt 4732 2976 L 1 sg -46 -39 60 -11 4672 2987 3 MP PP c22 4672 2987 mt 4732 2976 L 4732 2976 mt 4686 2937 L 1 sg 61 -21 -47 -42 4717 3886 3 MP PP c8 4717 3886 mt 4670 3844 L c9 4670 3844 mt 4731 3823 L 1 sg -47 -45 61 -21 4670 3844 3 MP PP c9 4670 3844 mt 4731 3823 L 4731 3823 mt 4684 3778 L 1 sg 60 -11 -46 -24 4714 2854 3 MP PP c22 4714 2854 mt 4668 2830 L /c23 { 0.000000 0.500000 1.000000 sr} bdef c23 4668 2830 mt 4728 2819 L 1 sg -46 -19 60 -11 4668 2830 3 MP PP c23 4668 2830 mt 4728 2819 L c22 4728 2819 mt 4682 2800 L 1 sg 61 -19 -47 -55 4713 3635 3 MP PP c12 4713 3635 mt 4666 3580 L c13 4666 3580 mt 4727 3561 L 1 sg -47 -57 61 -19 4666 3580 3 MP PP c13 4666 3580 mt 4727 3561 L 4727 3561 mt 4680 3504 L 1 sg 61 -12 -47 -7 4710 2753 3 MP PP c22 4710 2753 mt 4663 2746 L c20 4663 2746 mt 4724 2734 L 1 sg -47 -4 61 -12 4663 2746 3 MP PP c20 4663 2746 mt 4724 2734 L 4724 2734 mt 4677 2730 L 1 sg 60 -15 -46 -58 4708 3352 3 MP PP c16 4708 3352 mt 4662 3294 L c17 4662 3294 mt 4722 3279 L 1 sg -46 -57 60 -15 4662 3294 3 MP PP c17 4662 3294 mt 4722 3279 L 4722 3279 mt 4676 3222 L 1 sg 61 -19 -47 -26 4707 4127 3 MP PP c21 4707 4127 mt 4660 4101 L 4660 4101 mt 4721 4082 L 1 sg -47 -29 61 -19 4660 4101 3 MP PP c21 4660 4101 mt 4721 4082 L 4721 4082 mt 4674 4053 L 1 sg 61 -14 -47 2 4706 2703 3 MP PP c18 4706 2703 mt 4659 2705 L 4659 2705 mt 4720 2691 L 1 sg -47 3 61 -14 4659 2705 3 MP PP c18 4659 2705 mt 4720 2691 L c17 4720 2691 mt 4673 2694 L 1 sg 60 -12 -46 -48 4704 3090 3 MP PP c20 4704 3090 mt 4658 3042 L 4658 3042 mt 4718 3030 L 1 sg -46 -43 60 -12 4658 3042 3 MP PP c20 4658 3042 mt 4718 3030 L 4718 3030 mt 4672 2987 L 1 sg 61 -21 -47 -39 4703 3946 3 MP PP c11 4703 3946 mt 4656 3907 L c8 4656 3907 mt 4717 3886 L 1 sg -47 -42 61 -21 4656 3907 3 MP PP c8 4656 3907 mt 4717 3886 L 4717 3886 mt 4670 3844 L 1 sg 61 -10 -47 -29 4700 2893 3 MP PP c22 4700 2893 mt 4653 2864 L c23 4653 2864 mt 4714 2854 L 1 sg -46 -24 61 -10 4653 2864 3 MP PP c23 4653 2864 mt 4714 2854 L c22 4714 2854 mt 4668 2830 L 1 sg 61 -20 -46 -53 4698 3708 3 MP PP c10 4698 3708 mt 4652 3655 L c12 4652 3655 mt 4713 3635 L 1 sg -47 -55 61 -20 4652 3655 3 MP PP c12 4652 3655 mt 4713 3635 L 4713 3635 mt 4666 3580 L 1 sg 61 -11 -47 -11 4696 2775 3 MP PP c22 4696 2775 mt 4649 2764 L 4649 2764 mt 4710 2753 L 1 sg -47 -7 61 -11 4649 2764 3 MP PP c22 4649 2764 mt 4710 2753 L 4710 2753 mt 4663 2746 L 1 sg 60 -17 -46 -59 4694 3428 3 MP PP c15 4694 3428 mt 4648 3369 L c16 4648 3369 mt 4708 3352 L 1 sg -46 -58 60 -17 4648 3369 3 MP PP c16 4648 3369 mt 4708 3352 L 4708 3352 mt 4662 3294 L 1 sg 61 -19 -47 -24 4693 4170 3 MP PP c21 4693 4170 mt 4646 4146 L 4646 4146 mt 4707 4127 L 1 sg -47 -26 61 -19 4646 4146 3 MP PP c21 4646 4146 mt 4707 4127 L 4707 4127 mt 4660 4101 L 1 sg 61 -14 -47 1 4692 2716 3 MP PP c19 4692 2716 mt 4645 2717 L c18 4645 2717 mt 4706 2703 L 1 sg -47 2 61 -14 4645 2717 3 MP PP c18 4645 2717 mt 4706 2703 L 4706 2703 mt 4659 2705 L 1 sg 61 -12 -47 -52 4690 3154 3 MP PP c19 4690 3154 mt 4643 3102 L c20 4643 3102 mt 4704 3090 L 1 sg -46 -48 61 -12 4643 3102 3 MP PP c20 4643 3102 mt 4704 3090 L 4704 3090 mt 4658 3042 L 1 sg 61 -20 -47 -35 4689 4001 3 MP PP c11 4689 4001 mt 4642 3966 L 4642 3966 mt 4703 3946 L 1 sg -47 -39 61 -20 4642 3966 3 MP PP c11 4642 3966 mt 4703 3946 L 4703 3946 mt 4656 3907 L 1 sg 61 -10 -47 -34 4686 2937 3 MP PP c22 4686 2937 mt 4639 2903 L c23 4639 2903 mt 4700 2893 L 1 sg -47 -29 61 -10 4639 2903 3 MP PP c23 4639 2903 mt 4700 2893 L c22 4700 2893 mt 4653 2864 L 1 sg 60 -20 -46 -50 4684 3778 3 MP PP c9 4684 3778 mt 4638 3728 L c10 4638 3728 mt 4698 3708 L 1 sg -46 -53 60 -20 4638 3728 3 MP PP c10 4638 3728 mt 4698 3708 L 4698 3708 mt 4652 3655 L 1 sg 61 -11 -47 -14 4682 2800 3 MP PP c22 4682 2800 mt 4635 2786 L 4635 2786 mt 4696 2775 L 1 sg -47 -11 61 -11 4635 2786 3 MP PP c22 4635 2786 mt 4696 2775 L 4696 2775 mt 4649 2764 L 1 sg 60 -17 -46 -59 4680 3504 3 MP PP c14 4680 3504 mt 4634 3445 L c15 4634 3445 mt 4694 3428 L 1 sg -46 -59 60 -17 4634 3445 3 MP PP c15 4634 3445 mt 4694 3428 L 4694 3428 mt 4648 3369 L 1 sg 61 -19 -47 -22 4679 4211 3 MP PP c21 4679 4211 mt 4632 4189 L 4632 4189 mt 4693 4170 L 1 sg -47 -24 61 -19 4632 4189 3 MP PP c21 4632 4189 mt 4693 4170 L 4693 4170 mt 4646 4146 L 1 sg 61 -13 -46 -1 4677 2730 3 MP PP c20 4677 2730 mt 4631 2729 L c19 4631 2729 mt 4692 2716 L 1 sg -47 1 61 -13 4631 2729 3 MP PP c19 4631 2729 mt 4692 2716 L 4692 2716 mt 4645 2717 L 1 sg 61 -13 -47 -55 4676 3222 3 MP PP c18 4676 3222 mt 4629 3167 L c19 4629 3167 mt 4690 3154 L 1 sg -47 -52 61 -13 4629 3167 3 MP PP c19 4629 3167 mt 4690 3154 L 4690 3154 mt 4643 3102 L 1 sg 61 -20 -46 -32 4674 4053 3 MP PP c21 4674 4053 mt 4628 4021 L c11 4628 4021 mt 4689 4001 L 1 sg -47 -35 61 -20 4628 4021 3 MP PP c11 4628 4021 mt 4689 4001 L 4689 4001 mt 4642 3966 L 1 sg 61 -11 -47 -39 4672 2987 3 MP PP c22 4672 2987 mt 4625 2948 L 4625 2948 mt 4686 2937 L 1 sg -47 -34 61 -11 4625 2948 3 MP PP c22 4625 2948 mt 4686 2937 L 4686 2937 mt 4639 2903 L 1 sg 60 -20 -46 -46 4670 3844 3 MP PP c9 4670 3844 mt 4624 3798 L 4624 3798 mt 4684 3778 L 1 sg -46 -50 60 -20 4624 3798 3 MP PP c9 4624 3798 mt 4684 3778 L 4684 3778 mt 4638 3728 L 1 sg 61 -11 -47 -19 4668 2830 3 MP PP c23 4668 2830 mt 4621 2811 L c22 4621 2811 mt 4682 2800 L 1 sg -47 -14 61 -11 4621 2811 3 MP PP c22 4621 2811 mt 4682 2800 L 4682 2800 mt 4635 2786 L 1 sg 61 -19 -47 -57 4666 3580 3 MP PP c13 4666 3580 mt 4619 3523 L c14 4619 3523 mt 4680 3504 L 1 sg -46 -59 61 -19 4619 3523 3 MP PP c14 4619 3523 mt 4680 3504 L 4680 3504 mt 4634 3445 L 1 sg -47 -22 61 -19 4618 4230 3 MP PP c21 4618 4230 mt 4679 4211 L 4679 4211 mt 4632 4189 L 1 sg 60 -13 -46 -3 4663 2746 3 MP PP c20 4663 2746 mt 4617 2743 L 4617 2743 mt 4677 2730 L 1 sg -46 -1 60 -13 4617 2743 3 MP PP c20 4617 2743 mt 4677 2730 L 4677 2730 mt 4631 2729 L 1 sg 61 -15 -47 -57 4662 3294 3 MP PP c17 4662 3294 mt 4615 3237 L c18 4615 3237 mt 4676 3222 L 1 sg -47 -55 61 -15 4615 3237 3 MP PP c18 4615 3237 mt 4676 3222 L 4676 3222 mt 4629 3167 L 1 sg 60 -19 -46 -29 4660 4101 3 MP PP c21 4660 4101 mt 4614 4072 L 4614 4072 mt 4674 4053 L 1 sg -46 -32 60 -19 4614 4072 3 MP PP c21 4614 4072 mt 4674 4053 L 4674 4053 mt 4628 4021 L 1 sg 60 -15 -46 4 4659 2705 3 MP PP c18 4659 2705 mt 4613 2709 L c17 4613 2709 mt 4673 2694 L 1 sg -46 5 60 -15 4613 2709 3 MP PP c17 4613 2709 mt 4673 2694 L 4673 2694 mt 4627 2699 L 1 sg 61 -11 -47 -44 4658 3042 3 MP PP c20 4658 3042 mt 4611 2998 L c22 4611 2998 mt 4672 2987 L 1 sg -47 -39 61 -11 4611 2998 3 MP PP c22 4611 2998 mt 4672 2987 L 4672 2987 mt 4625 2948 L 1 sg 60 -21 -46 -42 4656 3907 3 MP PP c8 4656 3907 mt 4610 3865 L 4610 3865 mt 4670 3844 L 1 sg -46 -46 60 -21 4610 3865 3 MP PP c8 4610 3865 mt 4670 3844 L c9 4670 3844 mt 4624 3798 L 1 sg 61 -10 -46 -24 4653 2864 3 MP PP c23 4653 2864 mt 4607 2840 L 4607 2840 mt 4668 2830 L 1 sg -47 -19 61 -10 4607 2840 3 MP PP c23 4607 2840 mt 4668 2830 L 4668 2830 mt 4621 2811 L 1 sg 61 -20 -47 -55 4652 3655 3 MP PP c12 4652 3655 mt 4605 3600 L c13 4605 3600 mt 4666 3580 L 1 sg -47 -57 61 -20 4605 3600 3 MP PP c13 4605 3600 mt 4666 3580 L 4666 3580 mt 4619 3523 L 1 sg 60 -12 -46 -6 4649 2764 3 MP PP c22 4649 2764 mt 4603 2758 L c20 4603 2758 mt 4663 2746 L 1 sg -46 -3 60 -12 4603 2758 3 MP PP c20 4603 2758 mt 4663 2746 L 4663 2746 mt 4617 2743 L 1 sg 61 -16 -47 -59 4648 3369 3 MP PP c16 4648 3369 mt 4601 3310 L c17 4601 3310 mt 4662 3294 L 1 sg -47 -57 61 -16 4601 3310 3 MP PP c17 4601 3310 mt 4662 3294 L 4662 3294 mt 4615 3237 L 1 sg 60 -19 -46 -26 4646 4146 3 MP PP c21 4646 4146 mt 4600 4120 L 4600 4120 mt 4660 4101 L 1 sg -46 -29 60 -19 4600 4120 3 MP PP c21 4600 4120 mt 4660 4101 L 4660 4101 mt 4614 4072 L 1 sg 61 -15 -47 3 4645 2717 3 MP PP c18 4645 2717 mt 4598 2720 L 4598 2720 mt 4659 2705 L 1 sg -46 4 61 -15 4598 2720 3 MP PP c18 4598 2720 mt 4659 2705 L 4659 2705 mt 4613 2709 L 1 sg 61 -12 -46 -48 4643 3102 3 MP PP c20 4643 3102 mt 4597 3054 L c22 4597 3054 mt 4658 3042 L 1 sg -47 -44 61 -12 4597 3054 3 MP PP c22 4597 3054 mt 4658 3042 L c20 4658 3042 mt 4611 2998 L 1 sg 61 -21 -47 -38 4642 3966 3 MP PP c11 4642 3966 mt 4595 3928 L c8 4595 3928 mt 4656 3907 L 1 sg -46 -42 61 -21 4595 3928 3 MP PP c8 4595 3928 mt 4656 3907 L 4656 3907 mt 4610 3865 L 1 sg 60 -10 -46 -29 4639 2903 3 MP PP c23 4639 2903 mt 4593 2874 L 4593 2874 mt 4653 2864 L 1 sg -46 -24 60 -10 4593 2874 3 MP PP c23 4593 2874 mt 4653 2864 L 4653 2864 mt 4607 2840 L 1 sg 61 -21 -47 -52 4638 3728 3 MP PP c10 4638 3728 mt 4591 3676 L c12 4591 3676 mt 4652 3655 L 1 sg -47 -55 61 -21 4591 3676 3 MP PP c12 4591 3676 mt 4652 3655 L 4652 3655 mt 4605 3600 L 1 sg 60 -12 -46 -10 4635 2786 3 MP PP c22 4635 2786 mt 4589 2776 L 4589 2776 mt 4649 2764 L 1 sg -46 -6 60 -12 4589 2776 3 MP PP c22 4589 2776 mt 4649 2764 L 4649 2764 mt 4603 2758 L 1 sg 61 -17 -47 -59 4634 3445 3 MP PP c15 4634 3445 mt 4587 3386 L c16 4587 3386 mt 4648 3369 L 1 sg -47 -59 61 -17 4587 3386 3 MP PP c16 4587 3386 mt 4648 3369 L 4648 3369 mt 4601 3310 L 1 sg 60 -19 -46 -24 4632 4189 3 MP PP c21 4632 4189 mt 4586 4165 L 4586 4165 mt 4646 4146 L 1 sg -46 -26 60 -19 4586 4165 3 MP PP c21 4586 4165 mt 4646 4146 L 4646 4146 mt 4600 4120 L 1 sg 61 -14 -47 2 4631 2729 3 MP PP c19 4631 2729 mt 4584 2731 L c18 4584 2731 mt 4645 2717 L 1 sg -47 3 61 -14 4584 2731 3 MP PP c18 4584 2731 mt 4645 2717 L 4645 2717 mt 4598 2720 L 1 sg 60 -13 -46 -52 4629 3167 3 MP PP c19 4629 3167 mt 4583 3115 L c20 4583 3115 mt 4643 3102 L 1 sg -46 -48 60 -13 4583 3115 3 MP PP c20 4583 3115 mt 4643 3102 L 4643 3102 mt 4597 3054 L 1 sg 61 -21 -47 -34 4628 4021 3 MP PP c11 4628 4021 mt 4581 3987 L 4581 3987 mt 4642 3966 L 1 sg -47 -38 61 -21 4581 3987 3 MP PP c11 4581 3987 mt 4642 3966 L 4642 3966 mt 4595 3928 L 1 sg 60 -11 -46 -34 4625 2948 3 MP PP c22 4625 2948 mt 4579 2914 L c23 4579 2914 mt 4639 2903 L 1 sg -46 -29 60 -11 4579 2914 3 MP PP c23 4579 2914 mt 4639 2903 L 4639 2903 mt 4593 2874 L 1 sg 61 -21 -47 -49 4624 3798 3 MP PP c9 4624 3798 mt 4577 3749 L c10 4577 3749 mt 4638 3728 L 1 sg -47 -52 61 -21 4577 3749 3 MP PP c10 4577 3749 mt 4638 3728 L 4638 3728 mt 4591 3676 L 1 sg 61 -11 -47 -14 4621 2811 3 MP PP c22 4621 2811 mt 4574 2797 L 4574 2797 mt 4635 2786 L 1 sg -46 -10 61 -11 4574 2797 3 MP PP c22 4574 2797 mt 4635 2786 L 4635 2786 mt 4589 2776 L 1 sg 61 -18 -46 -60 4619 3523 3 MP PP c14 4619 3523 mt 4573 3463 L c15 4573 3463 mt 4634 3445 L 1 sg -47 -59 61 -18 4573 3463 3 MP PP c15 4573 3463 mt 4634 3445 L 4634 3445 mt 4587 3386 L 1 sg 61 -19 -47 -22 4618 4230 3 MP PP c21 4618 4230 mt 4571 4208 L 4571 4208 mt 4632 4189 L 1 sg -46 -24 61 -19 4571 4208 3 MP PP c21 4571 4208 mt 4632 4189 L 4632 4189 mt 4586 4165 L 1 sg 61 -13 -47 -1 4617 2743 3 MP PP c20 4617 2743 mt 4570 2742 L c19 4570 2742 mt 4631 2729 L 1 sg -47 2 61 -13 4570 2742 3 MP PP c19 4570 2742 mt 4631 2729 L 4631 2729 mt 4584 2731 L 1 sg 60 -14 -46 -56 4615 3237 3 MP PP c18 4615 3237 mt 4569 3181 L c19 4569 3181 mt 4629 3167 L 1 sg -46 -52 60 -14 4569 3181 3 MP PP c19 4569 3181 mt 4629 3167 L 4629 3167 mt 4583 3115 L 1 sg 61 -20 -47 -31 4614 4072 3 MP PP c21 4614 4072 mt 4567 4041 L c11 4567 4041 mt 4628 4021 L 1 sg -47 -34 61 -20 4567 4041 3 MP PP c11 4567 4041 mt 4628 4021 L 4628 4021 mt 4581 3987 L 1 sg 61 -15 -47 5 4613 2709 3 MP PP c17 4613 2709 mt 4566 2714 L c16 4566 2714 mt 4627 2699 L 1 sg -47 5 61 -15 4566 2714 3 MP PP c16 4566 2714 mt 4627 2699 L 4627 2699 mt 4580 2704 L 1 sg 60 -11 -46 -39 4611 2998 3 MP PP c22 4611 2998 mt 4565 2959 L c23 4565 2959 mt 4625 2948 L 1 sg -46 -34 60 -11 4565 2959 3 MP PP c23 4565 2959 mt 4625 2948 L c22 4625 2948 mt 4579 2914 L 1 sg 61 -22 -47 -45 4610 3865 3 MP PP c8 4610 3865 mt 4563 3820 L c9 4563 3820 mt 4624 3798 L 1 sg -47 -49 61 -22 4563 3820 3 MP PP c9 4563 3820 mt 4624 3798 L 4624 3798 mt 4577 3749 L 1 sg 61 -10 -47 -19 4607 2840 3 MP PP c23 4607 2840 mt 4560 2821 L 4560 2821 mt 4621 2811 L 1 sg -47 -14 61 -10 4560 2821 3 MP PP c23 4560 2821 mt 4621 2811 L c22 4621 2811 mt 4574 2797 L 1 sg 60 -19 -46 -58 4605 3600 3 MP PP c13 4605 3600 mt 4559 3542 L c14 4559 3542 mt 4619 3523 L 1 sg -46 -60 60 -19 4559 3542 3 MP PP c14 4559 3542 mt 4619 3523 L 4619 3523 mt 4573 3463 L 1 sg -47 -22 61 -18 4557 4248 3 MP PP c21 4557 4248 mt 4618 4230 L 4618 4230 mt 4571 4208 L 1 sg 61 -12 -47 -3 4603 2758 3 MP PP c20 4603 2758 mt 4556 2755 L 4556 2755 mt 4617 2743 L 1 sg -47 -1 61 -12 4556 2755 3 MP PP c20 4556 2755 mt 4617 2743 L 4617 2743 mt 4570 2742 L 1 sg 60 -14 -46 -59 4601 3310 3 MP PP c17 4601 3310 mt 4555 3251 L c18 4555 3251 mt 4615 3237 L 1 sg -46 -56 60 -14 4555 3251 3 MP PP c18 4555 3251 mt 4615 3237 L 4615 3237 mt 4569 3181 L 1 sg 61 -20 -47 -28 4600 4120 3 MP PP c21 4600 4120 mt 4553 4092 L 4553 4092 mt 4614 4072 L 1 sg -47 -31 61 -20 4553 4092 3 MP PP c21 4553 4092 mt 4614 4072 L 4614 4072 mt 4567 4041 L 1 sg 61 -16 -46 5 4598 2720 3 MP PP c18 4598 2720 mt 4552 2725 L c17 4552 2725 mt 4613 2709 L 1 sg -47 5 61 -16 4552 2725 3 MP PP c17 4552 2725 mt 4613 2709 L 4613 2709 mt 4566 2714 L 1 sg 61 -11 -47 -45 4597 3054 3 MP PP c22 4597 3054 mt 4550 3009 L 4550 3009 mt 4611 2998 L 1 sg -46 -39 61 -11 4550 3009 3 MP PP c22 4550 3009 mt 4611 2998 L 4611 2998 mt 4565 2959 L 1 sg 61 -21 -46 -42 4595 3928 3 MP PP c8 4595 3928 mt 4549 3886 L 4549 3886 mt 4610 3865 L 1 sg -47 -45 61 -21 4549 3886 3 MP PP c8 4549 3886 mt 4610 3865 L 4610 3865 mt 4563 3820 L 1 sg 61 -10 -47 -24 4593 2874 3 MP PP c23 4593 2874 mt 4546 2850 L 4546 2850 mt 4607 2840 L 1 sg -47 -19 61 -10 4546 2850 3 MP PP c23 4546 2850 mt 4607 2840 L 4607 2840 mt 4560 2821 L 1 sg 60 -20 -46 -56 4591 3676 3 MP PP c12 4591 3676 mt 4545 3620 L c13 4545 3620 mt 4605 3600 L 1 sg -46 -58 60 -20 4545 3620 3 MP PP c13 4545 3620 mt 4605 3600 L 4605 3600 mt 4559 3542 L 1 sg 61 -12 -47 -6 4589 2776 3 MP PP c22 4589 2776 mt 4542 2770 L c20 4542 2770 mt 4603 2758 L 1 sg -47 -3 61 -12 4542 2770 3 MP PP c20 4542 2770 mt 4603 2758 L 4603 2758 mt 4556 2755 L 1 sg 60 -16 -46 -60 4587 3386 3 MP PP c16 4587 3386 mt 4541 3326 L c17 4541 3326 mt 4601 3310 L 1 sg -46 -59 60 -16 4541 3326 3 MP PP c17 4541 3326 mt 4601 3310 L 4601 3310 mt 4555 3251 L gr c17 0 sg 4600 4882 mt (t) s gs 899 388 5357 4231 rc 1 sg 61 -19 -47 -26 4586 4165 3 MP PP c21 4586 4165 mt 4539 4139 L 4539 4139 mt 4600 4120 L 1 sg -47 -28 61 -19 4539 4139 3 MP PP c21 4539 4139 mt 4600 4120 L 4600 4120 mt 4553 4092 L 1 sg 60 -15 -46 4 4584 2731 3 MP PP c18 4584 2731 mt 4538 2735 L 4538 2735 mt 4598 2720 L 1 sg -46 5 60 -15 4538 2735 3 MP PP c18 4538 2735 mt 4598 2720 L 4598 2720 mt 4552 2725 L 1 sg 61 -11 -47 -50 4583 3115 3 MP PP c20 4583 3115 mt 4536 3065 L c22 4536 3065 mt 4597 3054 L 1 sg -47 -45 61 -11 4536 3065 3 MP PP c22 4536 3065 mt 4597 3054 L 4597 3054 mt 4550 3009 L 1 sg 60 -21 -46 -38 4581 3987 3 MP PP c11 4581 3987 mt 4535 3949 L c8 4535 3949 mt 4595 3928 L 1 sg -46 -42 60 -21 4535 3949 3 MP PP c8 4535 3949 mt 4595 3928 L 4595 3928 mt 4549 3886 L 1 sg 61 -10 -47 -30 4579 2914 3 MP PP c23 4579 2914 mt 4532 2884 L 4532 2884 mt 4593 2874 L 1 sg -47 -24 61 -10 4532 2884 3 MP PP c23 4532 2884 mt 4593 2874 L 4593 2874 mt 4546 2850 L 1 sg 60 -20 -46 -53 4577 3749 3 MP PP c10 4577 3749 mt 4531 3696 L c12 4531 3696 mt 4591 3676 L 1 sg -46 -56 60 -20 4531 3696 3 MP PP c12 4531 3696 mt 4591 3676 L 4591 3676 mt 4545 3620 L 1 sg 61 -11 -46 -10 4574 2797 3 MP PP c22 4574 2797 mt 4528 2787 L 4528 2787 mt 4589 2776 L 1 sg -47 -6 61 -11 4528 2787 3 MP PP c22 4528 2787 mt 4589 2776 L 4589 2776 mt 4542 2770 L 1 sg 61 -17 -47 -60 4573 3463 3 MP PP c15 4573 3463 mt 4526 3403 L c16 4526 3403 mt 4587 3386 L 1 sg -46 -60 61 -17 4526 3403 3 MP PP c16 4526 3403 mt 4587 3386 L 4587 3386 mt 4541 3326 L 1 sg 61 -19 -46 -24 4571 4208 3 MP PP c21 4571 4208 mt 4525 4184 L 4525 4184 mt 4586 4165 L 1 sg -47 -26 61 -19 4525 4184 3 MP PP c21 4525 4184 mt 4586 4165 L 4586 4165 mt 4539 4139 L 1 sg 60 -14 -46 3 4570 2742 3 MP PP c19 4570 2742 mt 4524 2745 L c18 4524 2745 mt 4584 2731 L 1 sg -46 4 60 -14 4524 2745 3 MP PP c18 4524 2745 mt 4584 2731 L 4584 2731 mt 4538 2735 L 1 sg 61 -12 -47 -54 4569 3181 3 MP PP c19 4569 3181 mt 4522 3127 L c20 4522 3127 mt 4583 3115 L 1 sg -47 -50 61 -12 4522 3127 3 MP PP c20 4522 3127 mt 4583 3115 L 4583 3115 mt 4536 3065 L 1 sg 60 -20 -46 -34 4567 4041 3 MP PP c11 4567 4041 mt 4521 4007 L 4521 4007 mt 4581 3987 L 1 sg -46 -38 60 -20 4521 4007 3 MP PP c11 4521 4007 mt 4581 3987 L 4581 3987 mt 4535 3949 L 1 sg 60 -16 -46 6 4566 2714 3 MP PP c16 4566 2714 mt 4520 2720 L c15 4520 2720 mt 4580 2704 L 1 sg -46 5 60 -16 4520 2720 3 MP PP c15 4520 2720 mt 4580 2704 L 4580 2704 mt 4534 2709 L 1 sg 61 -10 -47 -35 4565 2959 3 MP PP c23 4565 2959 mt 4518 2924 L 4518 2924 mt 4579 2914 L 1 sg -47 -30 61 -10 4518 2924 3 MP PP c23 4518 2924 mt 4579 2914 L 4579 2914 mt 4532 2884 L 1 sg 60 -21 -46 -50 4563 3820 3 MP PP c9 4563 3820 mt 4517 3770 L c10 4517 3770 mt 4577 3749 L 1 sg -46 -53 60 -21 4517 3770 3 MP PP c10 4517 3770 mt 4577 3749 L 4577 3749 mt 4531 3696 L 1 sg 60 -10 -46 -14 4560 2821 3 MP PP c23 4560 2821 mt 4514 2807 L c22 4514 2807 mt 4574 2797 L 1 sg -46 -10 60 -10 4514 2807 3 MP PP c22 4514 2807 mt 4574 2797 L 4574 2797 mt 4528 2787 L 1 sg 61 -19 -47 -60 4559 3542 3 MP PP c14 4559 3542 mt 4512 3482 L c15 4512 3482 mt 4573 3463 L 1 sg -47 -60 61 -19 4512 3482 3 MP PP c15 4512 3482 mt 4573 3463 L 4573 3463 mt 4526 3403 L 1 sg 60 -18 -46 -22 4557 4248 3 MP PP c21 4557 4248 mt 4511 4226 L 4511 4226 mt 4571 4208 L 1 sg -46 -24 60 -18 4511 4226 3 MP PP c21 4511 4226 mt 4571 4208 L 4571 4208 mt 4525 4184 L 1 sg 60 -13 -46 0 4556 2755 3 MP PP c20 4556 2755 mt 4510 2755 L c19 4510 2755 mt 4570 2742 L 1 sg -46 3 60 -13 4510 2755 3 MP PP c19 4510 2755 mt 4570 2742 L 4570 2742 mt 4524 2745 L 1 sg 61 -13 -47 -57 4555 3251 3 MP PP c18 4555 3251 mt 4508 3194 L c19 4508 3194 mt 4569 3181 L 1 sg -47 -54 61 -13 4508 3194 3 MP PP c19 4508 3194 mt 4569 3181 L 4569 3181 mt 4522 3127 L 1 sg 60 -20 -46 -31 4553 4092 3 MP PP c21 4553 4092 mt 4507 4061 L c11 4507 4061 mt 4567 4041 L 1 sg -46 -34 60 -20 4507 4061 3 MP PP c11 4507 4061 mt 4567 4041 L 4567 4041 mt 4521 4007 L 1 sg 61 -16 -47 5 4552 2725 3 MP PP c17 4552 2725 mt 4505 2730 L c16 4505 2730 mt 4566 2714 L 1 sg -46 6 61 -16 4505 2730 3 MP PP c16 4505 2730 mt 4566 2714 L 4566 2714 mt 4520 2720 L 1 sg 61 -10 -46 -40 4550 3009 3 MP PP c22 4550 3009 mt 4504 2969 L c23 4504 2969 mt 4565 2959 L 1 sg -47 -35 61 -10 4504 2969 3 MP PP c23 4504 2969 mt 4565 2959 L 4565 2959 mt 4518 2924 L 1 sg 61 -21 -47 -45 4549 3886 3 MP PP c8 4549 3886 mt 4502 3841 L c9 4502 3841 mt 4563 3820 L 1 sg -46 -50 61 -21 4502 3841 3 MP PP c9 4502 3841 mt 4563 3820 L 4563 3820 mt 4517 3770 L 1 sg 60 -11 -46 -18 4546 2850 3 MP PP c23 4546 2850 mt 4500 2832 L 4500 2832 mt 4560 2821 L 1 sg -46 -14 60 -11 4500 2832 3 MP PP c23 4500 2832 mt 4560 2821 L 4560 2821 mt 4514 2807 L 1 sg 61 -19 -47 -59 4545 3620 3 MP PP c13 4545 3620 mt 4498 3561 L c14 4498 3561 mt 4559 3542 L 1 sg -47 -60 61 -19 4498 3561 3 MP PP c14 4498 3561 mt 4559 3542 L 4559 3542 mt 4512 3482 L 1 sg -46 -22 60 -18 4497 4266 3 MP PP c21 4497 4266 mt 4557 4248 L 4557 4248 mt 4511 4226 L 1 sg 60 -12 -46 -3 4542 2770 3 MP PP c20 4542 2770 mt 4496 2767 L 4496 2767 mt 4556 2755 L 1 sg -46 0 60 -12 4496 2767 3 MP PP c20 4496 2767 mt 4556 2755 L 4556 2755 mt 4510 2755 L 1 sg 61 -15 -47 -60 4541 3326 3 MP PP c17 4541 3326 mt 4494 3266 L c18 4494 3266 mt 4555 3251 L 1 sg -47 -57 61 -15 4494 3266 3 MP PP c18 4494 3266 mt 4555 3251 L 4555 3251 mt 4508 3194 L 1 sg 60 -20 -46 -27 4539 4139 3 MP PP c21 4539 4139 mt 4493 4112 L 4493 4112 mt 4553 4092 L 1 sg -46 -31 60 -20 4493 4112 3 MP PP c21 4493 4112 mt 4553 4092 L 4553 4092 mt 4507 4061 L 1 sg 61 -15 -47 5 4538 2735 3 MP PP c18 4538 2735 mt 4491 2740 L c17 4491 2740 mt 4552 2725 L 1 sg -47 5 61 -15 4491 2740 3 MP PP c17 4491 2740 mt 4552 2725 L 4552 2725 mt 4505 2730 L 1 sg 60 -11 -46 -45 4536 3065 3 MP PP c22 4536 3065 mt 4490 3020 L 4490 3020 mt 4550 3009 L 1 sg -46 -40 60 -11 4490 3020 3 MP PP c22 4490 3020 mt 4550 3009 L 4550 3009 mt 4504 2969 L 1 sg 61 -21 -47 -42 4535 3949 3 MP PP c8 4535 3949 mt 4488 3907 L 4488 3907 mt 4549 3886 L 1 sg -47 -45 61 -21 4488 3907 3 MP PP c8 4488 3907 mt 4549 3886 L 4549 3886 mt 4502 3841 L 1 sg 60 -10 -46 -24 4532 2884 3 MP PP c23 4532 2884 mt 4486 2860 L 4486 2860 mt 4546 2850 L 1 sg -46 -18 60 -10 4486 2860 3 MP PP c23 4486 2860 mt 4546 2850 L 4546 2850 mt 4500 2832 L 1 sg 61 -20 -47 -56 4531 3696 3 MP PP c12 4531 3696 mt 4484 3640 L c13 4484 3640 mt 4545 3620 L 1 sg -47 -59 61 -20 4484 3640 3 MP PP c13 4484 3640 mt 4545 3620 L 4545 3620 mt 4498 3561 L 1 sg 61 -11 -47 -6 4528 2787 3 MP PP c22 4528 2787 mt 4481 2781 L c20 4481 2781 mt 4542 2770 L 1 sg -46 -3 61 -11 4481 2781 3 MP PP c20 4481 2781 mt 4542 2770 L 4542 2770 mt 4496 2767 L 1 sg 61 -16 -46 -61 4526 3403 3 MP PP c16 4526 3403 mt 4480 3342 L c17 4480 3342 mt 4541 3326 L 1 sg -47 -60 61 -16 4480 3342 3 MP PP c17 4480 3342 mt 4541 3326 L 4541 3326 mt 4494 3266 L 1 sg 61 -19 -47 -26 4525 4184 3 MP PP c21 4525 4184 mt 4478 4158 L 4478 4158 mt 4539 4139 L 1 sg -46 -27 61 -19 4478 4158 3 MP PP c21 4478 4158 mt 4539 4139 L 4539 4139 mt 4493 4112 L 1 sg 61 -14 -47 4 4524 2745 3 MP PP c18 4524 2745 mt 4477 2749 L 4477 2749 mt 4538 2735 L 1 sg -47 5 61 -14 4477 2749 3 MP PP c18 4477 2749 mt 4538 2735 L 4538 2735 mt 4491 2740 L 1 sg 60 -12 -46 -50 4522 3127 3 MP PP c20 4522 3127 mt 4476 3077 L c22 4476 3077 mt 4536 3065 L 1 sg -46 -45 60 -12 4476 3077 3 MP PP c22 4476 3077 mt 4536 3065 L 4536 3065 mt 4490 3020 L 1 sg 61 -21 -47 -37 4521 4007 3 MP PP c11 4521 4007 mt 4474 3970 L 4474 3970 mt 4535 3949 L 1 sg -47 -42 61 -21 4474 3970 3 MP PP c11 4474 3970 mt 4535 3949 L c8 4535 3949 mt 4488 3907 L 1 sg 61 -16 -47 5 4520 2720 3 MP PP c15 4520 2720 mt 4473 2725 L 4473 2725 mt 4534 2709 L 1 sg -47 4 61 -16 4473 2725 3 MP PP c15 4473 2725 mt 4534 2709 L 4534 2709 mt 4487 2713 L 1 sg 60 -10 -46 -30 4518 2924 3 MP PP c23 4518 2924 mt 4472 2894 L 4472 2894 mt 4532 2884 L 1 sg -46 -24 60 -10 4472 2894 3 MP PP c23 4472 2894 mt 4532 2884 L 4532 2884 mt 4486 2860 L 1 sg 61 -21 -47 -53 4517 3770 3 MP PP c10 4517 3770 mt 4470 3717 L c12 4470 3717 mt 4531 3696 L 1 sg -47 -56 61 -21 4470 3717 3 MP PP c12 4470 3717 mt 4531 3696 L 4531 3696 mt 4484 3640 L 1 sg 61 -11 -47 -9 4514 2807 3 MP PP c22 4514 2807 mt 4467 2798 L 4467 2798 mt 4528 2787 L 1 sg -47 -6 61 -11 4467 2798 3 MP PP c22 4467 2798 mt 4528 2787 L 4528 2787 mt 4481 2781 L 1 sg 60 -17 -46 -62 4512 3482 3 MP PP c15 4512 3482 mt 4466 3420 L c16 4466 3420 mt 4526 3403 L 1 sg -46 -61 60 -17 4466 3420 3 MP PP c16 4466 3420 mt 4526 3403 L 4526 3403 mt 4480 3342 L 1 sg 61 -18 -47 -24 4511 4226 3 MP PP c21 4511 4226 mt 4464 4202 L 4464 4202 mt 4525 4184 L 1 sg -47 -26 61 -18 4464 4202 3 MP PP c21 4464 4202 mt 4525 4184 L 4525 4184 mt 4478 4158 L 1 sg 61 -13 -47 3 4510 2755 3 MP PP c19 4510 2755 mt 4463 2758 L c18 4463 2758 mt 4524 2745 L 1 sg -47 4 61 -13 4463 2758 3 MP PP c18 4463 2758 mt 4524 2745 L 4524 2745 mt 4477 2749 L 1 sg 60 -13 -46 -54 4508 3194 3 MP PP c19 4508 3194 mt 4462 3140 L c20 4462 3140 mt 4522 3127 L 1 sg -46 -50 60 -13 4462 3140 3 MP PP c20 4462 3140 mt 4522 3127 L 4522 3127 mt 4476 3077 L 1 sg 61 -21 -47 -33 4507 4061 3 MP PP c11 4507 4061 mt 4460 4028 L 4460 4028 mt 4521 4007 L 1 sg -47 -37 61 -21 4460 4028 3 MP PP c11 4460 4028 mt 4521 4007 L 4521 4007 mt 4474 3970 L 1 sg 61 -16 -46 6 4505 2730 3 MP PP c16 4505 2730 mt 4459 2736 L c15 4459 2736 mt 4520 2720 L 1 sg -47 5 61 -16 4459 2736 3 MP PP c15 4459 2736 mt 4520 2720 L 4520 2720 mt 4473 2725 L 1 sg 61 -10 -47 -35 4504 2969 3 MP PP c23 4504 2969 mt 4457 2934 L 4457 2934 mt 4518 2924 L 1 sg -46 -30 61 -10 4457 2934 3 MP PP c23 4457 2934 mt 4518 2924 L 4518 2924 mt 4472 2894 L 1 sg 61 -21 -46 -50 4502 3841 3 MP PP c9 4502 3841 mt 4456 3791 L c10 4456 3791 mt 4517 3770 L 1 sg -47 -53 61 -21 4456 3791 3 MP PP c10 4456 3791 mt 4517 3770 L 4517 3770 mt 4470 3717 L 1 sg 61 -11 -47 -14 4500 2832 3 MP PP c23 4500 2832 mt 4453 2818 L 4453 2818 mt 4514 2807 L 1 sg -47 -9 61 -11 4453 2818 3 MP PP c23 4453 2818 mt 4514 2807 L c22 4514 2807 mt 4467 2798 L 1 sg 60 -18 -46 -61 4498 3561 3 MP PP c14 4498 3561 mt 4452 3500 L c15 4452 3500 mt 4512 3482 L 1 sg -46 -62 60 -18 4452 3500 3 MP PP c15 4452 3500 mt 4512 3482 L 4512 3482 mt 4466 3420 L 1 sg 61 -18 -47 -22 4497 4266 3 MP PP c21 4497 4266 mt 4450 4244 L 4450 4244 mt 4511 4226 L 1 sg -47 -24 61 -18 4450 4244 3 MP PP c21 4450 4244 mt 4511 4226 L 4511 4226 mt 4464 4202 L 1 sg 61 -13 -47 1 4496 2767 3 MP PP c20 4496 2767 mt 4449 2768 L c19 4449 2768 mt 4510 2755 L 1 sg -47 3 61 -13 4449 2768 3 MP PP c19 4449 2768 mt 4510 2755 L 4510 2755 mt 4463 2758 L 1 sg 60 -14 -46 -58 4494 3266 3 MP PP c18 4494 3266 mt 4448 3208 L c19 4448 3208 mt 4508 3194 L 1 sg -46 -54 60 -14 4448 3208 3 MP PP c19 4448 3208 mt 4508 3194 L 4508 3194 mt 4462 3140 L 1 sg 61 -20 -47 -31 4493 4112 3 MP PP c21 4493 4112 mt 4446 4081 L 4446 4081 mt 4507 4061 L 1 sg -47 -33 61 -20 4446 4081 3 MP PP c21 4446 4081 mt 4507 4061 L c11 4507 4061 mt 4460 4028 L 1 sg 60 -16 -46 6 4491 2740 3 MP PP c17 4491 2740 mt 4445 2746 L c16 4445 2746 mt 4505 2730 L 1 sg -46 6 60 -16 4445 2746 3 MP PP c16 4445 2746 mt 4505 2730 L 4505 2730 mt 4459 2736 L 1 sg 61 -10 -47 -41 4490 3020 3 MP PP c22 4490 3020 mt 4443 2979 L c23 4443 2979 mt 4504 2969 L 1 sg -47 -35 61 -10 4443 2979 3 MP PP c23 4443 2979 mt 4504 2969 L 4504 2969 mt 4457 2934 L 1 sg 60 -21 -46 -45 4488 3907 3 MP PP c8 4488 3907 mt 4442 3862 L c9 4442 3862 mt 4502 3841 L 1 sg -46 -50 60 -21 4442 3862 3 MP PP c9 4442 3862 mt 4502 3841 L 4502 3841 mt 4456 3791 L 1 sg 61 -10 -47 -18 4486 2860 3 MP PP c23 4486 2860 mt 4439 2842 L 4439 2842 mt 4500 2832 L 1 sg -47 -14 61 -10 4439 2842 3 MP PP c23 4439 2842 mt 4500 2832 L 4500 2832 mt 4453 2818 L 1 sg 60 -19 -46 -60 4484 3640 3 MP PP c13 4484 3640 mt 4438 3580 L c14 4438 3580 mt 4498 3561 L 1 sg -46 -61 60 -19 4438 3580 3 MP PP c14 4438 3580 mt 4498 3561 L 4498 3561 mt 4452 3500 L 1 sg -47 -22 61 -18 4436 4284 3 MP PP c21 4436 4284 mt 4497 4266 L 4497 4266 mt 4450 4244 L 1 sg 61 -13 -46 -1 4481 2781 3 MP PP c20 4481 2781 mt 4435 2780 L 4435 2780 mt 4496 2767 L 1 sg -47 1 61 -13 4435 2780 3 MP PP c20 4435 2780 mt 4496 2767 L 4496 2767 mt 4449 2768 L 1 sg 61 -15 -47 -61 4480 3342 3 MP PP c17 4480 3342 mt 4433 3281 L c18 4433 3281 mt 4494 3266 L 1 sg -46 -58 61 -15 4433 3281 3 MP PP c18 4433 3281 mt 4494 3266 L 4494 3266 mt 4448 3208 L 1 sg 61 -19 -46 -27 4478 4158 3 MP PP c21 4478 4158 mt 4432 4131 L 4432 4131 mt 4493 4112 L 1 sg -47 -31 61 -19 4432 4131 3 MP PP c21 4432 4131 mt 4493 4112 L 4493 4112 mt 4446 4081 L 1 sg 60 -15 -46 6 4477 2749 3 MP PP c18 4477 2749 mt 4431 2755 L c17 4431 2755 mt 4491 2740 L 1 sg -46 6 60 -15 4431 2755 3 MP PP c17 4431 2755 mt 4491 2740 L 4491 2740 mt 4445 2746 L 1 sg 61 -10 -47 -47 4476 3077 3 MP PP c22 4476 3077 mt 4429 3030 L c23 4429 3030 mt 4490 3020 L 1 sg -47 -41 61 -10 4429 3030 3 MP PP c23 4429 3030 mt 4490 3020 L c22 4490 3020 mt 4443 2979 L 1 sg 60 -22 -46 -41 4474 3970 3 MP PP c11 4474 3970 mt 4428 3929 L c8 4428 3929 mt 4488 3907 L 1 sg -46 -45 60 -22 4428 3929 3 MP PP c8 4428 3929 mt 4488 3907 L 4488 3907 mt 4442 3862 L 1 sg 60 -18 -46 6 4473 2725 3 MP PP c15 4473 2725 mt 4427 2731 L c14 4427 2731 mt 4487 2713 L 1 sg -46 4 60 -18 4427 2731 3 MP PP c14 4427 2731 mt 4487 2713 L 4487 2713 mt 4441 2717 L 1 sg 61 -10 -47 -24 4472 2894 3 MP PP c23 4472 2894 mt 4425 2870 L 4425 2870 mt 4486 2860 L 1 sg -47 -18 61 -10 4425 2870 3 MP PP c23 4425 2870 mt 4486 2860 L 4486 2860 mt 4439 2842 L 1 sg 60 -20 -46 -57 4470 3717 3 MP PP c12 4470 3717 mt 4424 3660 L c13 4424 3660 mt 4484 3640 L 1 sg -46 -60 60 -20 4424 3660 3 MP PP c13 4424 3660 mt 4484 3640 L 4484 3640 mt 4438 3580 L 1 sg 60 -12 -46 -5 4467 2798 3 MP PP c22 4467 2798 mt 4421 2793 L 4421 2793 mt 4481 2781 L 1 sg -46 -1 60 -12 4421 2793 3 MP PP c22 4421 2793 mt 4481 2781 L c20 4481 2781 mt 4435 2780 L 1 sg 61 -16 -47 -62 4466 3420 3 MP PP c16 4466 3420 mt 4419 3358 L c17 4419 3358 mt 4480 3342 L 1 sg -47 -61 61 -16 4419 3358 3 MP PP c17 4419 3358 mt 4480 3342 L 4480 3342 mt 4433 3281 L 1 sg 60 -19 -46 -25 4464 4202 3 MP PP c21 4464 4202 mt 4418 4177 L 4418 4177 mt 4478 4158 L 1 sg -46 -27 60 -19 4418 4177 3 MP PP c21 4418 4177 mt 4478 4158 L 4478 4158 mt 4432 4131 L 1 sg 60 -15 -46 6 4463 2758 3 MP PP c18 4463 2758 mt 4417 2764 L 4417 2764 mt 4477 2749 L 1 sg -46 6 60 -15 4417 2764 3 MP PP c18 4417 2764 mt 4477 2749 L 4477 2749 mt 4431 2755 L 1 sg 61 -11 -47 -52 4462 3140 3 MP PP c20 4462 3140 mt 4415 3088 L c22 4415 3088 mt 4476 3077 L 1 sg -47 -47 61 -11 4415 3088 3 MP PP c22 4415 3088 mt 4476 3077 L 4476 3077 mt 4429 3030 L 1 sg 60 -21 -46 -37 4460 4028 3 MP PP c11 4460 4028 mt 4414 3991 L 4414 3991 mt 4474 3970 L 1 sg -46 -41 60 -21 4414 3991 3 MP PP c11 4414 3991 mt 4474 3970 L 4474 3970 mt 4428 3929 L 1 sg 61 -17 -47 6 4459 2736 3 MP PP c15 4459 2736 mt 4412 2742 L 4412 2742 mt 4473 2725 L 1 sg -46 6 61 -17 4412 2742 3 MP PP c15 4412 2742 mt 4473 2725 L 4473 2725 mt 4427 2731 L 1 sg 61 -10 -46 -30 4457 2934 3 MP PP c23 4457 2934 mt 4411 2904 L 4411 2904 mt 4472 2894 L 1 sg -47 -24 61 -10 4411 2904 3 MP PP c23 4411 2904 mt 4472 2894 L 4472 2894 mt 4425 2870 L 1 sg 61 -21 -47 -53 4456 3791 3 MP PP c10 4456 3791 mt 4409 3738 L c12 4409 3738 mt 4470 3717 L 1 sg -46 -57 61 -21 4409 3738 3 MP PP c12 4409 3738 mt 4470 3717 L 4470 3717 mt 4424 3660 L 1 sg 60 -11 -46 -9 4453 2818 3 MP PP c23 4453 2818 mt 4407 2809 L c22 4407 2809 mt 4467 2798 L 1 sg -46 -5 60 -11 4407 2809 3 MP PP c22 4407 2809 mt 4467 2798 L 4467 2798 mt 4421 2793 L 1 sg 61 -17 -47 -63 4452 3500 3 MP PP c15 4452 3500 mt 4405 3437 L c16 4405 3437 mt 4466 3420 L 1 sg -47 -62 61 -17 4405 3437 3 MP PP c16 4405 3437 mt 4466 3420 L 4466 3420 mt 4419 3358 L 1 sg 60 -19 -46 -23 4450 4244 3 MP PP c21 4450 4244 mt 4404 4221 L 4404 4221 mt 4464 4202 L 1 sg -46 -25 60 -19 4404 4221 3 MP PP c21 4404 4221 mt 4464 4202 L 4464 4202 mt 4418 4177 L 1 sg 60 -14 -46 4 4449 2768 3 MP PP c19 4449 2768 mt 4403 2772 L 4403 2772 mt 4463 2758 L 1 sg -46 6 60 -14 4403 2772 3 MP PP c19 4403 2772 mt 4463 2758 L c18 4463 2758 mt 4417 2764 L 1 sg 61 -12 -47 -56 4448 3208 3 MP PP c19 4448 3208 mt 4401 3152 L c20 4401 3152 mt 4462 3140 L 1 sg -47 -52 61 -12 4401 3152 3 MP PP c20 4401 3152 mt 4462 3140 L 4462 3140 mt 4415 3088 L 1 sg 60 -20 -46 -33 4446 4081 3 MP PP c21 4446 4081 mt 4400 4048 L c11 4400 4048 mt 4460 4028 L 1 sg -46 -37 60 -20 4400 4048 3 MP PP c11 4400 4048 mt 4460 4028 L 4460 4028 mt 4414 3991 L 1 sg 61 -17 -47 7 4445 2746 3 MP PP c16 4445 2746 mt 4398 2753 L c15 4398 2753 mt 4459 2736 L 1 sg -47 6 61 -17 4398 2753 3 MP PP c15 4398 2753 mt 4459 2736 L 4459 2736 mt 4412 2742 L 1 sg 60 -9 -46 -36 4443 2979 3 MP PP c23 4443 2979 mt 4397 2943 L 4397 2943 mt 4457 2934 L 1 sg -46 -30 60 -9 4397 2943 3 MP PP c23 4397 2943 mt 4457 2934 L 4457 2934 mt 4411 2904 L 1 sg 61 -22 -47 -49 4442 3862 3 MP PP c9 4442 3862 mt 4395 3813 L c10 4395 3813 mt 4456 3791 L 1 sg -47 -53 61 -22 4395 3813 3 MP PP c10 4395 3813 mt 4456 3791 L 4456 3791 mt 4409 3738 L 1 sg 60 -10 -46 -14 4439 2842 3 MP PP c23 4439 2842 mt 4393 2828 L 4393 2828 mt 4453 2818 L 1 sg -46 -9 60 -10 4393 2828 3 MP PP c23 4393 2828 mt 4453 2818 L 4453 2818 mt 4407 2809 L 1 sg 61 -19 -47 -61 4438 3580 3 MP PP c14 4438 3580 mt 4391 3519 L c15 4391 3519 mt 4452 3500 L 1 sg -47 -63 61 -19 4391 3519 3 MP PP c15 4391 3519 mt 4452 3500 L 4452 3500 mt 4405 3437 L 1 sg 60 -18 -46 -22 4436 4284 3 MP PP c21 4436 4284 mt 4390 4262 L 4390 4262 mt 4450 4244 L 1 sg -46 -23 60 -18 4390 4262 3 MP PP c21 4390 4262 mt 4450 4244 L 4450 4244 mt 4404 4221 L 1 sg 61 -13 -47 1 4435 2780 3 MP PP c20 4435 2780 mt 4388 2781 L c19 4388 2781 mt 4449 2768 L 1 sg -46 4 61 -13 4388 2781 3 MP PP c19 4388 2781 mt 4449 2768 L 4449 2768 mt 4403 2772 L 1 sg 61 -13 -46 -60 4433 3281 3 MP PP c18 4433 3281 mt 4387 3221 L c19 4387 3221 mt 4448 3208 L 1 sg -47 -56 61 -13 4387 3221 3 MP PP c19 4387 3221 mt 4448 3208 L 4448 3208 mt 4401 3152 L 1 sg 61 -20 -47 -30 4432 4131 3 MP PP c21 4432 4131 mt 4385 4101 L 4385 4101 mt 4446 4081 L 1 sg -46 -33 61 -20 4385 4101 3 MP PP c21 4385 4101 mt 4446 4081 L 4446 4081 mt 4400 4048 L 1 sg 61 -16 -47 7 4431 2755 3 MP PP c17 4431 2755 mt 4384 2762 L c16 4384 2762 mt 4445 2746 L 1 sg -47 7 61 -16 4384 2762 3 MP PP c16 4384 2762 mt 4445 2746 L 4445 2746 mt 4398 2753 L 1 sg 60 -10 -46 -41 4429 3030 3 MP PP c23 4429 3030 mt 4383 2989 L 4383 2989 mt 4443 2979 L 1 sg -46 -36 60 -10 4383 2989 3 MP PP c23 4383 2989 mt 4443 2979 L 4443 2979 mt 4397 2943 L 1 sg 61 -22 -47 -45 4428 3929 3 MP PP c8 4428 3929 mt 4381 3884 L c9 4381 3884 mt 4442 3862 L 1 sg -47 -49 61 -22 4381 3884 3 MP PP c9 4381 3884 mt 4442 3862 L 4442 3862 mt 4395 3813 L 1 sg 61 -18 -47 4 4427 2731 3 MP PP c14 4427 2731 mt 4380 2735 L c13 4380 2735 mt 4441 2717 L 1 sg -47 3 61 -18 4380 2735 3 MP PP c13 4380 2735 mt 4441 2717 L 4441 2717 mt 4394 2720 L 1 sg 60 -9 -46 -19 4425 2870 3 MP PP c23 4425 2870 mt 4379 2851 L 4379 2851 mt 4439 2842 L 1 sg -46 -14 60 -9 4379 2851 3 MP PP c23 4379 2851 mt 4439 2842 L 4439 2842 mt 4393 2828 L 1 sg 61 -20 -47 -60 4424 3660 3 MP PP c13 4424 3660 mt 4377 3600 L c14 4377 3600 mt 4438 3580 L 1 sg -47 -61 61 -20 4377 3600 3 MP PP c14 4377 3600 mt 4438 3580 L 4438 3580 mt 4391 3519 L 1 sg -46 -22 60 -18 4376 4302 3 MP PP c21 4376 4302 mt 4436 4284 L 4436 4284 mt 4390 4262 L 1 sg 61 -12 -47 -1 4421 2793 3 MP PP c22 4421 2793 mt 4374 2792 L c20 4374 2792 mt 4435 2780 L 1 sg -47 1 61 -12 4374 2792 3 MP PP c20 4374 2792 mt 4435 2780 L 4435 2780 mt 4388 2781 L 1 sg 60 -15 -46 -62 4419 3358 3 MP PP c17 4419 3358 mt 4373 3296 L c18 4373 3296 mt 4433 3281 L 1 sg -46 -60 60 -15 4373 3296 3 MP PP c18 4373 3296 mt 4433 3281 L 4433 3281 mt 4387 3221 L 1 sg 61 -19 -47 -27 4418 4177 3 MP PP c21 4418 4177 mt 4371 4150 L 4371 4150 mt 4432 4131 L 1 sg -47 -30 61 -19 4371 4150 3 MP PP c21 4371 4150 mt 4432 4131 L 4432 4131 mt 4385 4101 L 1 sg 61 -15 -47 6 4417 2764 3 MP PP c18 4417 2764 mt 4370 2770 L c17 4370 2770 mt 4431 2755 L 1 sg -47 7 61 -15 4370 2770 3 MP PP c17 4370 2770 mt 4431 2755 L 4431 2755 mt 4384 2762 L 1 sg 60 -11 -46 -47 4415 3088 3 MP PP c22 4415 3088 mt 4369 3041 L c23 4369 3041 mt 4429 3030 L 1 sg -46 -41 60 -11 4369 3041 3 MP PP c23 4369 3041 mt 4429 3030 L 4429 3030 mt 4383 2989 L 1 sg 61 -21 -47 -41 4414 3991 3 MP PP c11 4414 3991 mt 4367 3950 L c8 4367 3950 mt 4428 3929 L 1 sg -47 -45 61 -21 4367 3950 3 MP PP c8 4367 3950 mt 4428 3929 L 4428 3929 mt 4381 3884 L 1 sg 61 -17 -46 6 4412 2742 3 MP PP c15 4412 2742 mt 4366 2748 L c14 4366 2748 mt 4427 2731 L 1 sg -47 4 61 -17 4366 2748 3 MP PP c14 4366 2748 mt 4427 2731 L 4427 2731 mt 4380 2735 L 1 sg 61 -9 -47 -25 4411 2904 3 MP PP c23 4411 2904 mt 4364 2879 L 4364 2879 mt 4425 2870 L 1 sg -46 -19 61 -9 4364 2879 3 MP PP c23 4364 2879 mt 4425 2870 L 4425 2870 mt 4379 2851 L 1 sg 61 -21 -46 -57 4409 3738 3 MP PP c12 4409 3738 mt 4363 3681 L c13 4363 3681 mt 4424 3660 L 1 sg -47 -60 61 -21 4363 3681 3 MP PP c13 4363 3681 mt 4424 3660 L 4424 3660 mt 4377 3600 L 1 sg 61 -11 -47 -5 4407 2809 3 MP PP c22 4407 2809 mt 4360 2804 L 4360 2804 mt 4421 2793 L 1 sg -47 -1 61 -11 4360 2804 3 MP PP c22 4360 2804 mt 4421 2793 L 4421 2793 mt 4374 2792 L 1 sg 60 -16 -46 -63 4405 3437 3 MP PP c16 4405 3437 mt 4359 3374 L c17 4359 3374 mt 4419 3358 L 1 sg -46 -62 60 -16 4359 3374 3 MP PP c17 4359 3374 mt 4419 3358 L 4419 3358 mt 4373 3296 L 1 sg 61 -19 -47 -25 4404 4221 3 MP PP c21 4404 4221 mt 4357 4196 L 4357 4196 mt 4418 4177 L 1 sg -47 -27 61 -19 4357 4196 3 MP PP c21 4357 4196 mt 4418 4177 L 4418 4177 mt 4371 4150 L 1 sg 61 -14 -47 6 4403 2772 3 MP PP c19 4403 2772 mt 4356 2778 L c18 4356 2778 mt 4417 2764 L 1 sg -47 6 61 -14 4356 2778 3 MP PP c18 4356 2778 mt 4417 2764 L 4417 2764 mt 4370 2770 L 1 sg 60 -11 -46 -53 4401 3152 3 MP PP c20 4401 3152 mt 4355 3099 L c22 4355 3099 mt 4415 3088 L 1 sg -46 -47 60 -11 4355 3099 3 MP PP c22 4355 3099 mt 4415 3088 L 4415 3088 mt 4369 3041 L 1 sg 61 -21 -47 -36 4400 4048 3 MP PP c11 4400 4048 mt 4353 4012 L 4353 4012 mt 4414 3991 L 1 sg -47 -41 61 -21 4353 4012 3 MP PP c11 4353 4012 mt 4414 3991 L 4414 3991 mt 4367 3950 L 1 sg 60 -17 -46 6 4398 2753 3 MP PP c15 4398 2753 mt 4352 2759 L 4352 2759 mt 4412 2742 L 1 sg -46 6 60 -17 4352 2759 3 MP PP c15 4352 2759 mt 4412 2742 L 4412 2742 mt 4366 2748 L 1 sg 61 -9 -47 -30 4397 2943 3 MP PP c23 4397 2943 mt 4350 2913 L /c24 { 0.000000 0.562500 1.000000 sr} bdef c24 4350 2913 mt 4411 2904 L 1 sg -47 -25 61 -9 4350 2913 3 MP PP c24 4350 2913 mt 4411 2904 L c23 4411 2904 mt 4364 2879 L 1 sg 60 -21 -46 -54 4395 3813 3 MP PP c10 4395 3813 mt 4349 3759 L 4349 3759 mt 4409 3738 L 1 sg -46 -57 60 -21 4349 3759 3 MP PP c10 4349 3759 mt 4409 3738 L c12 4409 3738 mt 4363 3681 L 1 sg 61 -11 -47 -8 4393 2828 3 MP PP c23 4393 2828 mt 4346 2820 L c22 4346 2820 mt 4407 2809 L 1 sg -47 -5 61 -11 4346 2820 3 MP PP c22 4346 2820 mt 4407 2809 L 4407 2809 mt 4360 2804 L 1 sg 60 -18 -46 -64 4391 3519 3 MP PP c15 4391 3519 mt 4345 3455 L c16 4345 3455 mt 4405 3437 L 1 sg -46 -63 60 -18 4345 3455 3 MP PP c16 4345 3455 mt 4405 3437 L 4405 3437 mt 4359 3374 L 1 sg 61 -18 -47 -23 4390 4262 3 MP PP c21 4390 4262 mt 4343 4239 L 4343 4239 mt 4404 4221 L 1 sg -47 -25 61 -18 4343 4239 3 MP PP c21 4343 4239 mt 4404 4221 L 4404 4221 mt 4357 4196 L 1 sg 61 -14 -46 5 4388 2781 3 MP PP c19 4388 2781 mt 4342 2786 L 4342 2786 mt 4403 2772 L 1 sg -47 6 61 -14 4342 2786 3 MP PP c19 4342 2786 mt 4403 2772 L 4403 2772 mt 4356 2778 L 1 sg 61 -12 -47 -57 4387 3221 3 MP PP c19 4387 3221 mt 4340 3164 L c20 4340 3164 mt 4401 3152 L 1 sg -46 -53 61 -12 4340 3164 3 MP PP c20 4340 3164 mt 4401 3152 L 4401 3152 mt 4355 3099 L 1 sg 61 -21 -46 -32 4385 4101 3 MP PP c21 4385 4101 mt 4339 4069 L c11 4339 4069 mt 4400 4048 L 1 sg -47 -36 61 -21 4339 4069 3 MP PP c11 4339 4069 mt 4400 4048 L 4400 4048 mt 4353 4012 L 1 sg 60 -16 -46 7 4384 2762 3 MP PP c16 4384 2762 mt 4338 2769 L c15 4338 2769 mt 4398 2753 L 1 sg -46 6 60 -16 4338 2769 3 MP PP c15 4338 2769 mt 4398 2753 L 4398 2753 mt 4352 2759 L 1 sg 61 -10 -47 -36 4383 2989 3 MP PP c23 4383 2989 mt 4336 2953 L 4336 2953 mt 4397 2943 L 1 sg -47 -30 61 -10 4336 2953 3 MP PP c23 4336 2953 mt 4397 2943 L 4397 2943 mt 4350 2913 L 1 sg 60 -22 -46 -49 4381 3884 3 MP PP c9 4381 3884 mt 4335 3835 L 4335 3835 mt 4395 3813 L 1 sg -46 -54 60 -22 4335 3835 3 MP PP c9 4335 3835 mt 4395 3813 L c10 4395 3813 mt 4349 3759 L 1 sg 60 -18 -46 3 4380 2735 3 MP PP c13 4380 2735 mt 4334 2738 L 4334 2738 mt 4394 2720 L 1 sg -46 1 60 -18 4334 2738 3 MP PP c13 4334 2738 mt 4394 2720 L 4394 2720 mt 4348 2721 L 1 sg 61 -10 -47 -13 4379 2851 3 MP PP c23 4379 2851 mt 4332 2838 L 4332 2838 mt 4393 2828 L 1 sg -47 -8 61 -10 4332 2838 3 MP PP c23 4332 2838 mt 4393 2828 L 4393 2828 mt 4346 2820 L 1 sg 60 -18 -46 -63 4377 3600 3 MP PP c14 4377 3600 mt 4331 3537 L c15 4331 3537 mt 4391 3519 L 1 sg -46 -64 60 -18 4331 3537 3 MP PP c15 4331 3537 mt 4391 3519 L 4391 3519 mt 4345 3455 L 1 sg 61 -18 -47 -22 4376 4302 3 MP PP c21 4376 4302 mt 4329 4280 L 4329 4280 mt 4390 4262 L 1 sg -47 -23 61 -18 4329 4280 3 MP PP c21 4329 4280 mt 4390 4262 L 4390 4262 mt 4343 4239 L 1 sg 60 -13 -46 2 4374 2792 3 MP PP c20 4374 2792 mt 4328 2794 L c19 4328 2794 mt 4388 2781 L 1 sg -46 5 60 -13 4328 2794 3 MP PP c19 4328 2794 mt 4388 2781 L 4388 2781 mt 4342 2786 L 1 sg 61 -14 -47 -61 4373 3296 3 MP PP c18 4373 3296 mt 4326 3235 L c19 4326 3235 mt 4387 3221 L 1 sg -47 -57 61 -14 4326 3235 3 MP PP c19 4326 3235 mt 4387 3221 L 4387 3221 mt 4340 3164 L 1 sg 60 -20 -46 -29 4371 4150 3 MP PP c21 4371 4150 mt 4325 4121 L 4325 4121 mt 4385 4101 L 1 sg -46 -32 60 -20 4325 4121 3 MP PP c21 4325 4121 mt 4385 4101 L 4385 4101 mt 4339 4069 L 1 sg 60 -16 -46 8 4370 2770 3 MP PP c17 4370 2770 mt 4324 2778 L c16 4324 2778 mt 4384 2762 L 1 sg -46 7 60 -16 4324 2778 3 MP PP c16 4324 2778 mt 4384 2762 L 4384 2762 mt 4338 2769 L 1 sg 61 -9 -47 -43 4369 3041 3 MP PP c23 4369 3041 mt 4322 2998 L 4322 2998 mt 4383 2989 L 1 sg -47 -36 61 -9 4322 2998 3 MP PP c23 4322 2998 mt 4383 2989 L 4383 2989 mt 4336 2953 L 1 sg 60 -22 -46 -44 4367 3950 3 MP PP c8 4367 3950 mt 4321 3906 L c9 4321 3906 mt 4381 3884 L 1 sg -46 -49 60 -22 4321 3906 3 MP PP c9 4321 3906 mt 4381 3884 L 4381 3884 mt 4335 3835 L 1 sg 61 -18 -47 5 4366 2748 3 MP PP c14 4366 2748 mt 4319 2753 L c13 4319 2753 mt 4380 2735 L 1 sg -46 3 61 -18 4319 2753 3 MP PP c13 4319 2753 mt 4380 2735 L 4380 2735 mt 4334 2738 L 1 sg 61 -10 -46 -18 4364 2879 3 MP PP c23 4364 2879 mt 4318 2861 L 4318 2861 mt 4379 2851 L 1 sg -47 -13 61 -10 4318 2861 3 MP PP c23 4318 2861 mt 4379 2851 L 4379 2851 mt 4332 2838 L 1 sg 61 -20 -47 -61 4363 3681 3 MP PP c13 4363 3681 mt 4316 3620 L c14 4316 3620 mt 4377 3600 L 1 sg -46 -63 61 -20 4316 3620 3 MP PP c14 4316 3620 mt 4377 3600 L 4377 3600 mt 4331 3537 L 1 sg -47 -22 61 -17 4315 4319 3 MP PP c21 4315 4319 mt 4376 4302 L 4376 4302 mt 4329 4280 L 1 sg 60 -12 -46 0 4360 2804 3 MP PP c22 4360 2804 mt 4314 2804 L c20 4314 2804 mt 4374 2792 L 1 sg -46 2 60 -12 4314 2804 3 MP PP c20 4314 2804 mt 4374 2792 L 4374 2792 mt 4328 2794 L 1 sg 61 -14 -47 -64 4359 3374 3 MP PP c17 4359 3374 mt 4312 3310 L c18 4312 3310 mt 4373 3296 L 1 sg -47 -61 61 -14 4312 3310 3 MP PP c18 4312 3310 mt 4373 3296 L 4373 3296 mt 4326 3235 L 1 sg 60 -19 -46 -27 4357 4196 3 MP PP c21 4357 4196 mt 4311 4169 L 4311 4169 mt 4371 4150 L 1 sg -46 -29 60 -19 4311 4169 3 MP PP c21 4311 4169 mt 4371 4150 L 4371 4150 mt 4325 4121 L 1 sg 60 -15 -46 7 4356 2778 3 MP PP c18 4356 2778 mt 4310 2785 L c17 4310 2785 mt 4370 2770 L 1 sg -46 8 60 -15 4310 2785 3 MP PP c17 4310 2785 mt 4370 2770 L 4370 2770 mt 4324 2778 L 1 sg 61 -10 -47 -48 4355 3099 3 MP PP c22 4355 3099 mt 4308 3051 L c23 4308 3051 mt 4369 3041 L 1 sg -47 -43 61 -10 4308 3051 3 MP PP c23 4308 3051 mt 4369 3041 L 4369 3041 mt 4322 2998 L 1 sg 60 -22 -46 -40 4353 4012 3 MP PP c11 4353 4012 mt 4307 3972 L c8 4307 3972 mt 4367 3950 L 1 sg -46 -44 60 -22 4307 3972 3 MP PP c8 4307 3972 mt 4367 3950 L 4367 3950 mt 4321 3906 L 1 sg 61 -18 -47 7 4352 2759 3 MP PP c15 4352 2759 mt 4305 2766 L c14 4305 2766 mt 4366 2748 L 1 sg -47 5 61 -18 4305 2766 3 MP PP c14 4305 2766 mt 4366 2748 L 4366 2748 mt 4319 2753 L 1 sg 60 -10 -46 -24 4350 2913 3 MP PP c24 4350 2913 mt 4304 2889 L 4304 2889 mt 4364 2879 L 1 sg -46 -18 60 -10 4304 2889 3 MP PP c24 4304 2889 mt 4364 2879 L c23 4364 2879 mt 4318 2861 L 1 sg 61 -21 -47 -57 4349 3759 3 MP PP c10 4349 3759 mt 4302 3702 L c12 4302 3702 mt 4363 3681 L 1 sg -47 -61 61 -21 4302 3702 3 MP PP c12 4302 3702 mt 4363 3681 L c13 4363 3681 mt 4316 3620 L 1 sg 60 -12 -46 -4 4346 2820 3 MP PP c22 4346 2820 mt 4300 2816 L 4300 2816 mt 4360 2804 L 1 sg -46 0 60 -12 4300 2816 3 MP PP c22 4300 2816 mt 4360 2804 L 4360 2804 mt 4314 2804 L 1 sg 61 -16 -47 -65 4345 3455 3 MP PP c16 4345 3455 mt 4298 3390 L c17 4298 3390 mt 4359 3374 L 1 sg -47 -64 61 -16 4298 3390 3 MP PP c17 4298 3390 mt 4359 3374 L 4359 3374 mt 4312 3310 L 1 sg 60 -18 -46 -25 4343 4239 3 MP PP c21 4343 4239 mt 4297 4214 L 4297 4214 mt 4357 4196 L 1 sg -46 -27 60 -18 4297 4214 3 MP PP c21 4297 4214 mt 4357 4196 L 4357 4196 mt 4311 4169 L 1 sg 61 -14 -47 6 4342 2786 3 MP PP c19 4342 2786 mt 4295 2792 L c18 4295 2792 mt 4356 2778 L 1 sg -46 7 61 -14 4295 2792 3 MP PP c18 4295 2792 mt 4356 2778 L 4356 2778 mt 4310 2785 L 1 sg 61 -12 -46 -53 4340 3164 3 MP PP c20 4340 3164 mt 4294 3111 L c22 4294 3111 mt 4355 3099 L 1 sg -47 -48 61 -12 4294 3111 3 MP PP c22 4294 3111 mt 4355 3099 L 4355 3099 mt 4308 3051 L 1 sg 61 -21 -47 -36 4339 4069 3 MP PP c11 4339 4069 mt 4292 4033 L 4292 4033 mt 4353 4012 L 1 sg -46 -40 61 -21 4292 4033 3 MP PP c11 4292 4033 mt 4353 4012 L 4353 4012 mt 4307 3972 L 1 sg 61 -18 -47 8 4338 2769 3 MP PP c15 4338 2769 mt 4291 2777 L 4291 2777 mt 4352 2759 L 1 sg -47 7 61 -18 4291 2777 3 MP PP c15 4291 2777 mt 4352 2759 L 4352 2759 mt 4305 2766 L 1 sg 60 -9 -46 -31 4336 2953 3 MP PP c23 4336 2953 mt 4290 2922 L c24 4290 2922 mt 4350 2913 L 1 sg -46 -24 60 -9 4290 2922 3 MP PP c24 4290 2922 mt 4350 2913 L 4350 2913 mt 4304 2889 L 1 sg 61 -22 -47 -54 4335 3835 3 MP PP c9 4335 3835 mt 4288 3781 L c10 4288 3781 mt 4349 3759 L 1 sg -47 -57 61 -22 4288 3781 3 MP PP c10 4288 3781 mt 4349 3759 L 4349 3759 mt 4302 3702 L 1 sg 61 -18 -47 1 4334 2738 3 MP PP c13 4334 2738 mt 4287 2739 L c12 4287 2739 mt 4348 2721 L 1 sg -47 -1 61 -18 4287 2739 3 MP PP c12 4287 2739 mt 4348 2721 L 4348 2721 mt 4301 2720 L 1 sg 60 -10 -46 -8 4332 2838 3 MP PP c23 4332 2838 mt 4286 2830 L 4286 2830 mt 4346 2820 L 1 sg -46 -4 60 -10 4286 2830 3 MP PP c23 4286 2830 mt 4346 2820 L c22 4346 2820 mt 4300 2816 L 1 sg 61 -18 -47 -64 4331 3537 3 MP PP c15 4331 3537 mt 4284 3473 L c16 4284 3473 mt 4345 3455 L 1 sg -47 -65 61 -18 4284 3473 3 MP PP c16 4284 3473 mt 4345 3455 L 4345 3455 mt 4298 3390 L 1 sg 60 -18 -46 -23 4329 4280 3 MP PP c21 4329 4280 mt 4283 4257 L 4283 4257 mt 4343 4239 L 1 sg -46 -25 60 -18 4283 4257 3 MP PP c21 4283 4257 mt 4343 4239 L 4343 4239 mt 4297 4214 L 1 sg 61 -14 -47 6 4328 2794 3 MP PP c19 4328 2794 mt 4281 2800 L 4281 2800 mt 4342 2786 L 1 sg -47 6 61 -14 4281 2800 3 MP PP c19 4281 2800 mt 4342 2786 L 4342 2786 mt 4295 2792 L 1 sg 60 -12 -46 -59 4326 3235 3 MP PP c19 4326 3235 mt 4280 3176 L c20 4280 3176 mt 4340 3164 L 1 sg -46 -53 60 -12 4280 3176 3 MP PP c20 4280 3176 mt 4340 3164 L 4340 3164 mt 4294 3111 L 1 sg 61 -20 -47 -32 4325 4121 3 MP PP c21 4325 4121 mt 4278 4089 L c11 4278 4089 mt 4339 4069 L 1 sg -47 -36 61 -20 4278 4089 3 MP PP c11 4278 4089 mt 4339 4069 L 4339 4069 mt 4292 4033 L 1 sg 61 -17 -47 8 4324 2778 3 MP PP c16 4324 2778 mt 4277 2786 L c15 4277 2786 mt 4338 2769 L 1 sg -47 8 61 -17 4277 2786 3 MP PP c15 4277 2786 mt 4338 2769 L 4338 2769 mt 4291 2777 L 1 sg 60 -9 -46 -36 4322 2998 3 MP PP c23 4322 2998 mt 4276 2962 L c24 4276 2962 mt 4336 2953 L 1 sg -46 -31 60 -9 4276 2962 3 MP PP c24 4276 2962 mt 4336 2953 L c23 4336 2953 mt 4290 2922 L 1 sg 61 -22 -47 -49 4321 3906 3 MP PP c9 4321 3906 mt 4274 3857 L 4274 3857 mt 4335 3835 L 1 sg -47 -54 61 -22 4274 3857 3 MP PP c9 4274 3857 mt 4335 3835 L 4335 3835 mt 4288 3781 L 1 sg 61 -18 -46 3 4319 2753 3 MP PP c13 4319 2753 mt 4273 2756 L c12 4273 2756 mt 4334 2738 L 1 sg -47 1 61 -18 4273 2756 3 MP PP c12 4273 2756 mt 4334 2738 L c13 4334 2738 mt 4287 2739 L 1 sg 61 -10 -47 -13 4318 2861 3 MP PP c23 4318 2861 mt 4271 2848 L 4271 2848 mt 4332 2838 L 1 sg -46 -8 61 -10 4271 2848 3 MP PP c23 4271 2848 mt 4332 2838 L 4332 2838 mt 4286 2830 L 1 sg 61 -20 -46 -63 4316 3620 3 MP PP c14 4316 3620 mt 4270 3557 L c15 4270 3557 mt 4331 3537 L 1 sg -47 -64 61 -20 4270 3557 3 MP PP c15 4270 3557 mt 4331 3537 L 4331 3537 mt 4284 3473 L 1 sg 61 -17 -47 -22 4315 4319 3 MP PP c21 4315 4319 mt 4268 4297 L 4268 4297 mt 4329 4280 L 1 sg -46 -23 61 -17 4268 4297 3 MP PP c21 4268 4297 mt 4329 4280 L 4329 4280 mt 4283 4257 L 1 sg 61 -13 -47 3 4314 2804 3 MP PP c20 4314 2804 mt 4267 2807 L 4267 2807 mt 4328 2794 L 1 sg -47 6 61 -13 4267 2807 3 MP PP c20 4267 2807 mt 4328 2794 L c19 4328 2794 mt 4281 2800 L 1 sg 60 -13 -46 -62 4312 3310 3 MP PP c18 4312 3310 mt 4266 3248 L c20 4266 3248 mt 4326 3235 L 1 sg -46 -59 60 -13 4266 3248 3 MP PP c20 4266 3248 mt 4326 3235 L c19 4326 3235 mt 4280 3176 L 1 sg 61 -20 -47 -28 4311 4169 3 MP PP c21 4311 4169 mt 4264 4141 L 4264 4141 mt 4325 4121 L 1 sg -47 -32 61 -20 4264 4141 3 MP PP c21 4264 4141 mt 4325 4121 L 4325 4121 mt 4278 4089 L 1 sg 61 -16 -47 9 4310 2785 3 MP PP c17 4310 2785 mt 4263 2794 L c16 4263 2794 mt 4324 2778 L 1 sg -47 8 61 -16 4263 2794 3 MP PP c16 4263 2794 mt 4324 2778 L 4324 2778 mt 4277 2786 L 1 sg 60 -10 -46 -43 4308 3051 3 MP PP c23 4308 3051 mt 4262 3008 L 4262 3008 mt 4322 2998 L 1 sg -46 -36 60 -10 4262 3008 3 MP PP c23 4262 3008 mt 4322 2998 L 4322 2998 mt 4276 2962 L 1 sg 61 -22 -47 -44 4307 3972 3 MP PP c8 4307 3972 mt 4260 3928 L 4260 3928 mt 4321 3906 L 1 sg -47 -49 61 -22 4260 3928 3 MP PP c8 4260 3928 mt 4321 3906 L c9 4321 3906 mt 4274 3857 L 1 sg 60 -18 -46 5 4305 2766 3 MP PP c14 4305 2766 mt 4259 2771 L c13 4259 2771 mt 4319 2753 L 1 sg -46 3 60 -18 4259 2771 3 MP PP c13 4259 2771 mt 4319 2753 L 4319 2753 mt 4273 2756 L 1 sg 61 -9 -47 -19 4304 2889 3 MP PP c24 4304 2889 mt 4257 2870 L 4257 2870 mt 4318 2861 L 1 sg -47 -13 61 -9 4257 2870 3 MP PP c24 4257 2870 mt 4318 2861 L c23 4318 2861 mt 4271 2848 L 1 sg 60 -21 -46 -61 4302 3702 3 MP PP c12 4302 3702 mt 4256 3641 L c14 4256 3641 mt 4316 3620 L 1 sg -46 -63 60 -21 4256 3641 3 MP PP c14 4256 3641 mt 4316 3620 L 4316 3620 mt 4270 3557 L 1 sg -47 -22 61 -17 4254 4336 3 MP PP c21 4254 4336 mt 4315 4319 L 4315 4319 mt 4268 4297 L 1 sg 61 -12 -47 0 4300 2816 3 MP PP c22 4300 2816 mt 4253 2816 L c20 4253 2816 mt 4314 2804 L 1 sg -47 3 61 -12 4253 2816 3 MP PP c20 4253 2816 mt 4314 2804 L 4314 2804 mt 4267 2807 L 1 sg 60 -15 -46 -65 4298 3390 3 MP PP c17 4298 3390 mt 4252 3325 L c18 4252 3325 mt 4312 3310 L 1 sg -46 -62 60 -15 4252 3325 3 MP PP c18 4252 3325 mt 4312 3310 L 4312 3310 mt 4266 3248 L 1 sg 61 -19 -47 -26 4297 4214 3 MP PP c21 4297 4214 mt 4250 4188 L 4250 4188 mt 4311 4169 L 1 sg -47 -28 61 -19 4250 4188 3 MP PP c21 4250 4188 mt 4311 4169 L 4311 4169 mt 4264 4141 L 1 sg 61 -16 -46 9 4295 2792 3 MP PP c18 4295 2792 mt 4249 2801 L c17 4249 2801 mt 4310 2785 L 1 sg -47 9 61 -16 4249 2801 3 MP PP c17 4249 2801 mt 4310 2785 L 4310 2785 mt 4263 2794 L 1 sg 61 -10 -47 -50 4294 3111 3 MP PP c22 4294 3111 mt 4247 3061 L c23 4247 3061 mt 4308 3051 L 1 sg -46 -43 61 -10 4247 3061 3 MP PP c23 4247 3061 mt 4308 3051 L 4308 3051 mt 4262 3008 L 1 sg 61 -21 -46 -40 4292 4033 3 MP PP c11 4292 4033 mt 4246 3993 L c8 4246 3993 mt 4307 3972 L 1 sg -47 -44 61 -21 4246 3993 3 MP PP c8 4246 3993 mt 4307 3972 L 4307 3972 mt 4260 3928 L 1 sg 60 -17 -46 6 4291 2777 3 MP PP c15 4291 2777 mt 4245 2783 L c14 4245 2783 mt 4305 2766 L 1 sg -46 5 60 -17 4245 2783 3 MP PP c14 4245 2783 mt 4305 2766 L 4305 2766 mt 4259 2771 L 1 sg 61 -8 -47 -25 4290 2922 3 MP PP c24 4290 2922 mt 4243 2897 L 4243 2897 mt 4304 2889 L 1 sg -47 -19 61 -8 4243 2897 3 MP PP c24 4243 2897 mt 4304 2889 L 4304 2889 mt 4257 2870 L 1 sg 60 -21 -46 -58 4288 3781 3 MP PP c10 4288 3781 mt 4242 3723 L c12 4242 3723 mt 4302 3702 L 1 sg -46 -61 60 -21 4242 3723 3 MP PP c12 4242 3723 mt 4302 3702 L 4302 3702 mt 4256 3641 L 1 sg 60 -19 -46 0 4287 2739 3 MP PP c12 4287 2739 mt 4241 2739 L c10 4241 2739 mt 4301 2720 L 1 sg -46 -2 60 -19 4241 2739 3 MP PP c10 4241 2739 mt 4301 2720 L 4301 2720 mt 4255 2718 L 1 sg 61 -11 -47 -3 4286 2830 3 MP PP c23 4286 2830 mt 4239 2827 L c22 4239 2827 mt 4300 2816 L 1 sg -47 0 61 -11 4239 2827 3 MP PP c22 4239 2827 mt 4300 2816 L 4300 2816 mt 4253 2816 L 1 sg 60 -17 -46 -66 4284 3473 3 MP PP c16 4284 3473 mt 4238 3407 L c17 4238 3407 mt 4298 3390 L 1 sg -46 -65 60 -17 4238 3407 3 MP PP c17 4238 3407 mt 4298 3390 L 4298 3390 mt 4252 3325 L 1 sg 61 -19 -47 -24 4283 4257 3 MP PP c21 4283 4257 mt 4236 4233 L 4236 4233 mt 4297 4214 L 1 sg -47 -26 61 -19 4236 4233 3 MP PP c21 4236 4233 mt 4297 4214 L 4297 4214 mt 4250 4188 L 1 sg 60 -15 -46 7 4281 2800 3 MP PP c19 4281 2800 mt 4235 2807 L c18 4235 2807 mt 4295 2792 L 1 sg -46 9 60 -15 4235 2807 3 MP PP c18 4235 2807 mt 4295 2792 L 4295 2792 mt 4249 2801 L 1 sg 61 -10 -47 -55 4280 3176 3 MP PP c20 4280 3176 mt 4233 3121 L c22 4233 3121 mt 4294 3111 L 1 sg -47 -50 61 -10 4233 3121 3 MP PP c22 4233 3121 mt 4294 3111 L 4294 3111 mt 4247 3061 L 1 sg 60 -21 -46 -35 4278 4089 3 MP PP c11 4278 4089 mt 4232 4054 L 4232 4054 mt 4292 4033 L 1 sg -46 -40 60 -21 4232 4054 3 MP PP c11 4232 4054 mt 4292 4033 L 4292 4033 mt 4246 3993 L 1 sg 60 -17 -46 8 4277 2786 3 MP PP c15 4277 2786 mt 4231 2794 L 4231 2794 mt 4291 2777 L 1 sg -46 6 60 -17 4231 2794 3 MP PP c15 4231 2794 mt 4291 2777 L 4291 2777 mt 4245 2783 L 1 sg 61 -9 -47 -31 4276 2962 3 MP PP c24 4276 2962 mt 4229 2931 L 4229 2931 mt 4290 2922 L 1 sg -47 -25 61 -9 4229 2931 3 MP PP c24 4229 2931 mt 4290 2922 L 4290 2922 mt 4243 2897 L 1 sg 60 -22 -46 -54 4274 3857 3 MP PP c9 4274 3857 mt 4228 3803 L c10 4228 3803 mt 4288 3781 L 1 sg -46 -58 60 -22 4228 3803 3 MP PP c10 4228 3803 mt 4288 3781 L 4288 3781 mt 4242 3723 L 1 sg 61 -19 -47 2 4273 2756 3 MP PP c12 4273 2756 mt 4226 2758 L 4226 2758 mt 4287 2739 L 1 sg -46 0 61 -19 4226 2758 3 MP PP c12 4226 2758 mt 4287 2739 L 4287 2739 mt 4241 2739 L 1 sg 61 -10 -46 -8 4271 2848 3 MP PP c23 4271 2848 mt 4225 2840 L 4225 2840 mt 4286 2830 L 1 sg -47 -3 61 -10 4225 2840 3 MP PP c23 4225 2840 mt 4286 2830 L 4286 2830 mt 4239 2827 L 1 sg 61 -18 -47 -66 4270 3557 3 MP PP c15 4270 3557 mt 4223 3491 L c16 4223 3491 mt 4284 3473 L 1 sg -46 -66 61 -18 4223 3491 3 MP PP c16 4223 3491 mt 4284 3473 L 4284 3473 mt 4238 3407 L 1 sg 61 -18 -46 -22 4268 4297 3 MP PP c21 4268 4297 mt 4222 4275 L 4222 4275 mt 4283 4257 L 1 sg -47 -24 61 -18 4222 4275 3 MP PP c21 4222 4275 mt 4283 4257 L 4283 4257 mt 4236 4233 L 1 sg 60 -13 -46 6 4267 2807 3 MP PP c20 4267 2807 mt 4221 2813 L c19 4221 2813 mt 4281 2800 L 1 sg -46 7 60 -13 4221 2813 3 MP PP c19 4221 2813 mt 4281 2800 L 4281 2800 mt 4235 2807 L 1 sg 61 -12 -47 -60 4266 3248 3 MP PP c20 4266 3248 mt 4219 3188 L c22 4219 3188 mt 4280 3176 L 1 sg -47 -55 61 -12 4219 3188 3 MP PP c22 4219 3188 mt 4280 3176 L c20 4280 3176 mt 4233 3121 L 1 sg 60 -21 -46 -31 4264 4141 3 MP PP c21 4264 4141 mt 4218 4110 L 4218 4110 mt 4278 4089 L 1 sg -46 -35 60 -21 4218 4110 3 MP PP c21 4218 4110 mt 4278 4089 L c11 4278 4089 mt 4232 4054 L 1 sg 60 -17 -46 9 4263 2794 3 MP PP c16 4263 2794 mt 4217 2803 L c15 4217 2803 mt 4277 2786 L 1 sg -46 8 60 -17 4217 2803 3 MP PP c15 4217 2803 mt 4277 2786 L 4277 2786 mt 4231 2794 L 1 sg 61 -8 -47 -38 4262 3008 3 MP PP c23 4262 3008 mt 4215 2970 L c24 4215 2970 mt 4276 2962 L 1 sg -47 -31 61 -8 4215 2970 3 MP PP c24 4215 2970 mt 4276 2962 L 4276 2962 mt 4229 2931 L 1 sg 60 -22 -46 -49 4260 3928 3 MP PP c8 4260 3928 mt 4214 3879 L c9 4214 3879 mt 4274 3857 L 1 sg -46 -54 60 -22 4214 3879 3 MP PP c9 4214 3879 mt 4274 3857 L 4274 3857 mt 4228 3803 L 1 sg 61 -19 -47 4 4259 2771 3 MP PP c13 4259 2771 mt 4212 2775 L c12 4212 2775 mt 4273 2756 L 1 sg -47 2 61 -19 4212 2775 3 MP PP c12 4212 2775 mt 4273 2756 L 4273 2756 mt 4226 2758 L 1 sg 60 -10 -46 -12 4257 2870 3 MP PP c24 4257 2870 mt 4211 2858 L c23 4211 2858 mt 4271 2848 L 1 sg -46 -8 60 -10 4211 2858 3 MP PP c23 4211 2858 mt 4271 2848 L 4271 2848 mt 4225 2840 L 1 sg 61 -19 -47 -65 4256 3641 3 MP PP c14 4256 3641 mt 4209 3576 L c15 4209 3576 mt 4270 3557 L 1 sg -47 -66 61 -19 4209 3576 3 MP PP c15 4209 3576 mt 4270 3557 L 4270 3557 mt 4223 3491 L 1 sg 60 -18 -46 -21 4254 4336 3 MP PP c21 4254 4336 mt 4208 4315 L 4208 4315 mt 4268 4297 L 1 sg -46 -22 60 -18 4208 4315 3 MP PP c21 4208 4315 mt 4268 4297 L 4268 4297 mt 4222 4275 L 1 sg 60 -13 -46 4 4253 2816 3 MP PP c20 4253 2816 mt 4207 2820 L 4207 2820 mt 4267 2807 L 1 sg -46 6 60 -13 4207 2820 3 MP PP c20 4207 2820 mt 4267 2807 L 4267 2807 mt 4221 2813 L 1 sg 61 -14 -47 -63 4252 3325 3 MP PP c18 4252 3325 mt 4205 3262 L c20 4205 3262 mt 4266 3248 L 1 sg -47 -60 61 -14 4205 3262 3 MP PP c20 4205 3262 mt 4266 3248 L 4266 3248 mt 4219 3188 L 1 sg 60 -19 -46 -28 4250 4188 3 MP PP c21 4250 4188 mt 4204 4160 L 4204 4160 mt 4264 4141 L 1 sg -46 -31 60 -19 4204 4160 3 MP PP c21 4204 4160 mt 4264 4141 L 4264 4141 mt 4218 4110 L 1 sg 61 -16 -47 9 4249 2801 3 MP PP c17 4249 2801 mt 4202 2810 L c16 4202 2810 mt 4263 2794 L 1 sg -46 9 61 -16 4202 2810 3 MP PP c16 4202 2810 mt 4263 2794 L 4263 2794 mt 4217 2803 L 1 sg 61 -9 -46 -44 4247 3061 3 MP PP c23 4247 3061 mt 4201 3017 L c24 4201 3017 mt 4262 3008 L 1 sg -47 -38 61 -9 4201 3017 3 MP PP c24 4201 3017 mt 4262 3008 L c23 4262 3008 mt 4215 2970 L 1 sg 61 -22 -47 -43 4246 3993 3 MP PP c8 4246 3993 mt 4199 3950 L 4199 3950 mt 4260 3928 L 1 sg -46 -49 61 -22 4199 3950 3 MP PP c8 4199 3950 mt 4260 3928 L 4260 3928 mt 4214 3879 L 1 sg 61 -18 -47 6 4245 2783 3 MP PP c14 4245 2783 mt 4198 2789 L c13 4198 2789 mt 4259 2771 L 1 sg -47 4 61 -18 4198 2789 3 MP PP c13 4198 2789 mt 4259 2771 L 4259 2771 mt 4212 2775 L 1 sg 60 -9 -46 -18 4243 2897 3 MP PP c24 4243 2897 mt 4197 2879 L 4197 2879 mt 4257 2870 L 1 sg -46 -12 60 -9 4197 2879 3 MP PP c24 4197 2879 mt 4257 2870 L 4257 2870 mt 4211 2858 L 1 sg 61 -20 -47 -62 4242 3723 3 MP PP c12 4242 3723 mt 4195 3661 L c13 4195 3661 mt 4256 3641 L 1 sg -47 -65 61 -20 4195 3661 3 MP PP c13 4195 3661 mt 4256 3641 L c14 4256 3641 mt 4209 3576 L 1 sg 61 -19 -47 -2 4241 2739 3 MP PP c10 4241 2739 mt 4194 2737 L 4194 2737 mt 4255 2718 L 1 sg -47 -5 61 -19 4194 2737 3 MP PP c10 4194 2737 mt 4255 2718 L 4255 2718 mt 4208 2713 L 1 sg -46 -21 60 -18 4194 4354 3 MP PP c21 4194 4354 mt 4254 4336 L 4254 4336 mt 4208 4315 L 1 sg 60 -12 -46 1 4239 2827 3 MP PP c22 4239 2827 mt 4193 2828 L c20 4193 2828 mt 4253 2816 L 1 sg -46 4 60 -12 4193 2828 3 MP PP c20 4193 2828 mt 4253 2816 L 4253 2816 mt 4207 2820 L 1 sg 61 -15 -47 -67 4238 3407 3 MP PP c17 4238 3407 mt 4191 3340 L c19 4191 3340 mt 4252 3325 L 1 sg -47 -63 61 -15 4191 3340 3 MP PP c19 4191 3340 mt 4252 3325 L c18 4252 3325 mt 4205 3262 L 1 sg 60 -19 -46 -26 4236 4233 3 MP PP c21 4236 4233 mt 4190 4207 L 4190 4207 mt 4250 4188 L 1 sg -46 -28 60 -19 4190 4207 3 MP PP c21 4190 4207 mt 4250 4188 L 4250 4188 mt 4204 4160 L 1 sg 61 -15 -47 9 4235 2807 3 MP PP c18 4235 2807 mt 4188 2816 L c17 4188 2816 mt 4249 2801 L 1 sg -47 9 61 -15 4188 2816 3 MP PP c17 4188 2816 mt 4249 2801 L 4249 2801 mt 4202 2810 L 1 sg 60 -10 -46 -50 4233 3121 3 MP PP c22 4233 3121 mt 4187 3071 L c23 4187 3071 mt 4247 3061 L 1 sg -46 -44 60 -10 4187 3071 3 MP PP c23 4187 3071 mt 4247 3061 L 4247 3061 mt 4201 3017 L 1 sg 61 -22 -47 -39 4232 4054 3 MP PP c11 4232 4054 mt 4185 4015 L 4185 4015 mt 4246 3993 L 1 sg -47 -43 61 -22 4185 4015 3 MP PP c11 4185 4015 mt 4246 3993 L c8 4246 3993 mt 4199 3950 L 1 sg 61 -18 -47 7 4231 2794 3 MP PP c15 4231 2794 mt 4184 2801 L c14 4184 2801 mt 4245 2783 L 1 sg -47 6 61 -18 4184 2801 3 MP PP c14 4184 2801 mt 4245 2783 L 4245 2783 mt 4198 2789 L 1 sg 60 -9 -46 -25 4229 2931 3 MP PP c24 4229 2931 mt 4183 2906 L 4183 2906 mt 4243 2897 L 1 sg -46 -18 60 -9 4183 2906 3 MP PP c24 4183 2906 mt 4243 2897 L 4243 2897 mt 4197 2879 L 1 sg 61 -22 -47 -58 4228 3803 3 MP PP c10 4228 3803 mt 4181 3745 L c12 4181 3745 mt 4242 3723 L 1 sg -47 -62 61 -22 4181 3745 3 MP PP c12 4181 3745 mt 4242 3723 L 4242 3723 mt 4195 3661 L 1 sg 61 -19 -46 0 4226 2758 3 MP PP c12 4226 2758 mt 4180 2758 L c10 4180 2758 mt 4241 2739 L 1 sg -47 -2 61 -19 4180 2758 3 MP PP c10 4180 2758 mt 4241 2739 L 4241 2739 mt 4194 2737 L 1 sg 61 -11 -47 -2 4225 2840 3 MP PP c23 4225 2840 mt 4178 2838 L c22 4178 2838 mt 4239 2827 L 1 sg -46 1 61 -11 4178 2838 3 MP PP c22 4178 2838 mt 4239 2827 L 4239 2827 mt 4193 2828 L 1 sg 61 -16 -46 -68 4223 3491 3 MP PP c16 4223 3491 mt 4177 3423 L c17 4177 3423 mt 4238 3407 L 1 sg -47 -67 61 -16 4177 3423 3 MP PP c17 4177 3423 mt 4238 3407 L 4238 3407 mt 4191 3340 L 1 sg 61 -18 -47 -24 4222 4275 3 MP PP c21 4222 4275 mt 4175 4251 L 4175 4251 mt 4236 4233 L 1 sg -46 -26 61 -18 4175 4251 3 MP PP c21 4175 4251 mt 4236 4233 L 4236 4233 mt 4190 4207 L 1 sg 61 -14 -47 8 4221 2813 3 MP PP c19 4221 2813 mt 4174 2821 L c18 4174 2821 mt 4235 2807 L 1 sg -47 9 61 -14 4174 2821 3 MP PP c18 4174 2821 mt 4235 2807 L 4235 2807 mt 4188 2816 L 1 sg 60 -11 -46 -56 4219 3188 3 MP PP c22 4219 3188 mt 4173 3132 L c23 4173 3132 mt 4233 3121 L 1 sg -46 -50 60 -11 4173 3132 3 MP PP c23 4173 3132 mt 4233 3121 L c22 4233 3121 mt 4187 3071 L 1 sg 61 -21 -47 -35 4218 4110 3 MP PP c21 4218 4110 mt 4171 4075 L c11 4171 4075 mt 4232 4054 L 1 sg -47 -39 61 -21 4171 4075 3 MP PP c11 4171 4075 mt 4232 4054 L 4232 4054 mt 4185 4015 L 1 sg 61 -17 -47 8 4217 2803 3 MP PP c15 4217 2803 mt 4170 2811 L 4170 2811 mt 4231 2794 L 1 sg -47 7 61 -17 4170 2811 3 MP PP c15 4170 2811 mt 4231 2794 L 4231 2794 mt 4184 2801 L 1 sg 60 -8 -46 -31 4215 2970 3 MP PP c24 4215 2970 mt 4169 2939 L 4169 2939 mt 4229 2931 L 1 sg -46 -25 60 -8 4169 2939 3 MP PP c24 4169 2939 mt 4229 2931 L 4229 2931 mt 4183 2906 L 1 sg 61 -22 -47 -54 4214 3879 3 MP PP c9 4214 3879 mt 4167 3825 L c10 4167 3825 mt 4228 3803 L 1 sg -47 -58 61 -22 4167 3825 3 MP PP c10 4167 3825 mt 4228 3803 L 4228 3803 mt 4181 3745 L 1 sg 60 -19 -46 2 4212 2775 3 MP PP c12 4212 2775 mt 4166 2777 L 4166 2777 mt 4226 2758 L 1 sg -46 0 60 -19 4166 2777 3 MP PP c12 4166 2777 mt 4226 2758 L 4226 2758 mt 4180 2758 L 1 sg 61 -10 -47 -8 4211 2858 3 MP PP c23 4211 2858 mt 4164 2850 L 4164 2850 mt 4225 2840 L 1 sg -47 -2 61 -10 4164 2850 3 MP PP c23 4164 2850 mt 4225 2840 L 4225 2840 mt 4178 2838 L 1 sg 60 -18 -46 -67 4209 3576 3 MP PP c15 4209 3576 mt 4163 3509 L c16 4163 3509 mt 4223 3491 L 1 sg -46 -68 60 -18 4163 3509 3 MP PP c16 4163 3509 mt 4223 3491 L 4223 3491 mt 4177 3423 L 1 sg 61 -17 -47 -23 4208 4315 3 MP PP c21 4208 4315 mt 4161 4292 L 4161 4292 mt 4222 4275 L 1 sg -47 -24 61 -17 4161 4292 3 MP PP c21 4161 4292 mt 4222 4275 L 4222 4275 mt 4175 4251 L 1 sg 61 -14 -47 7 4207 2820 3 MP PP c20 4207 2820 mt 4160 2827 L c19 4160 2827 mt 4221 2813 L 1 sg -47 8 61 -14 4160 2827 3 MP PP c19 4160 2827 mt 4221 2813 L 4221 2813 mt 4174 2821 L 1 sg 60 -13 -46 -61 4205 3262 3 MP PP c20 4205 3262 mt 4159 3201 L c22 4159 3201 mt 4219 3188 L 1 sg -46 -56 60 -13 4159 3201 3 MP PP c22 4159 3201 mt 4219 3188 L 4219 3188 mt 4173 3132 L 1 sg 61 -20 -47 -30 4204 4160 3 MP PP c21 4204 4160 mt 4157 4130 L 4157 4130 mt 4218 4110 L 1 sg -47 -35 61 -20 4157 4130 3 MP PP c21 4157 4130 mt 4218 4110 L 4218 4110 mt 4171 4075 L 1 sg 61 -16 -46 9 4202 2810 3 MP PP c16 4202 2810 mt 4156 2819 L c15 4156 2819 mt 4217 2803 L 1 sg -47 8 61 -16 4156 2819 3 MP PP c15 4156 2819 mt 4217 2803 L 4217 2803 mt 4170 2811 L 1 sg 61 -9 -47 -38 4201 3017 3 MP PP c24 4201 3017 mt 4154 2979 L 4154 2979 mt 4215 2970 L 1 sg -46 -31 61 -9 4154 2979 3 MP PP c24 4154 2979 mt 4215 2970 L 4215 2970 mt 4169 2939 L 1 sg 61 -22 -46 -49 4199 3950 3 MP PP c8 4199 3950 mt 4153 3901 L c9 4153 3901 mt 4214 3879 L 1 sg -47 -54 61 -22 4153 3901 3 MP PP c9 4153 3901 mt 4214 3879 L 4214 3879 mt 4167 3825 L 1 sg 60 -18 -46 4 4198 2789 3 MP PP c13 4198 2789 mt 4152 2793 L c12 4152 2793 mt 4212 2775 L 1 sg -46 2 60 -18 4152 2793 3 MP PP c12 4152 2793 mt 4212 2775 L 4212 2775 mt 4166 2777 L 1 sg 61 -9 -47 -12 4197 2879 3 MP PP c24 4197 2879 mt 4150 2867 L c23 4150 2867 mt 4211 2858 L 1 sg -47 -8 61 -9 4150 2867 3 MP PP c23 4150 2867 mt 4211 2858 L 4211 2858 mt 4164 2850 L 1 sg 60 -20 -46 -65 4195 3661 3 MP PP c13 4195 3661 mt 4149 3596 L c15 4149 3596 mt 4209 3576 L 1 sg -46 -67 60 -20 4149 3596 3 MP PP c15 4149 3596 mt 4209 3576 L 4209 3576 mt 4163 3509 L 1 sg 60 -19 -46 -5 4194 2737 3 MP PP c10 4194 2737 mt 4148 2732 L c9 4148 2732 mt 4208 2713 L 1 sg -46 -7 60 -19 4148 2732 3 MP PP c9 4148 2732 mt 4208 2713 L 4208 2713 mt 4162 2706 L 1 sg 61 -17 -47 -22 4194 4354 3 MP PP c21 4194 4354 mt 4147 4332 L 4147 4332 mt 4208 4315 L 1 sg -47 -23 61 -17 4147 4332 3 MP PP c21 4147 4332 mt 4208 4315 L 4208 4315 mt 4161 4292 L 1 sg 61 -13 -47 5 4193 2828 3 MP PP c20 4193 2828 mt 4146 2833 L 4146 2833 mt 4207 2820 L 1 sg -47 7 61 -13 4146 2833 3 MP PP c20 4146 2833 mt 4207 2820 L 4207 2820 mt 4160 2827 L 1 sg 60 -13 -46 -65 4191 3340 3 MP PP c19 4191 3340 mt 4145 3275 L c20 4145 3275 mt 4205 3262 L 1 sg -46 -61 60 -13 4145 3275 3 MP PP c20 4145 3275 mt 4205 3262 L 4205 3262 mt 4159 3201 L 1 sg 61 -20 -47 -27 4190 4207 3 MP PP c21 4190 4207 mt 4143 4180 L 4143 4180 mt 4204 4160 L 1 sg -47 -30 61 -20 4143 4180 3 MP PP c21 4143 4180 mt 4204 4160 L 4204 4160 mt 4157 4130 L 1 sg 60 -16 -46 10 4188 2816 3 MP PP c17 4188 2816 mt 4142 2826 L c16 4142 2826 mt 4202 2810 L 1 sg -46 9 60 -16 4142 2826 3 MP PP c16 4142 2826 mt 4202 2810 L 4202 2810 mt 4156 2819 L 1 sg 61 -9 -47 -45 4187 3071 3 MP PP c23 4187 3071 mt 4140 3026 L c24 4140 3026 mt 4201 3017 L 1 sg -47 -38 61 -9 4140 3026 3 MP PP c24 4140 3026 mt 4201 3017 L 4201 3017 mt 4154 2979 L 1 sg 60 -22 -46 -43 4185 4015 3 MP PP c11 4185 4015 mt 4139 3972 L c8 4139 3972 mt 4199 3950 L 1 sg -46 -49 60 -22 4139 3972 3 MP PP c8 4139 3972 mt 4199 3950 L 4199 3950 mt 4153 3901 L 1 sg 60 -18 -46 6 4184 2801 3 MP PP c14 4184 2801 mt 4138 2807 L c13 4138 2807 mt 4198 2789 L 1 sg -46 4 60 -18 4138 2807 3 MP PP c13 4138 2807 mt 4198 2789 L 4198 2789 mt 4152 2793 L 1 sg 61 -9 -47 -18 4183 2906 3 MP PP c24 4183 2906 mt 4136 2888 L 4136 2888 mt 4197 2879 L 1 sg -47 -12 61 -9 4136 2888 3 MP PP c24 4136 2888 mt 4197 2879 L 4197 2879 mt 4150 2867 L 1 sg 60 -22 -46 -62 4181 3745 3 MP PP c12 4181 3745 mt 4135 3683 L c13 4135 3683 mt 4195 3661 L 1 sg -46 -65 60 -22 4135 3683 3 MP PP c13 4135 3683 mt 4195 3661 L 4195 3661 mt 4149 3596 L 1 sg 61 -19 -47 -2 4180 2758 3 MP PP c10 4180 2758 mt 4133 2756 L 4133 2756 mt 4194 2737 L 1 sg -46 -5 61 -19 4133 2756 3 MP PP c10 4133 2756 mt 4194 2737 L 4194 2737 mt 4148 2732 L 1 sg -47 -22 61 -17 4133 4371 3 MP PP c21 4133 4371 mt 4194 4354 L 4194 4354 mt 4147 4332 L 1 sg 61 -12 -46 2 4178 2838 3 MP PP c22 4178 2838 mt 4132 2840 L 4132 2840 mt 4193 2828 L 1 sg -47 5 61 -12 4132 2840 3 MP PP c22 4132 2840 mt 4193 2828 L c20 4193 2828 mt 4146 2833 L 1 sg 61 -16 -47 -67 4177 3423 3 MP PP c17 4177 3423 mt 4130 3356 L c19 4130 3356 mt 4191 3340 L 1 sg -46 -65 61 -16 4130 3356 3 MP PP c19 4130 3356 mt 4191 3340 L 4191 3340 mt 4145 3275 L 1 sg 61 -19 -46 -25 4175 4251 3 MP PP c21 4175 4251 mt 4129 4226 L 4129 4226 mt 4190 4207 L 1 sg -47 -27 61 -19 4129 4226 3 MP PP c21 4129 4226 mt 4190 4207 L 4190 4207 mt 4143 4180 L 1 sg 60 -15 -46 10 4174 2821 3 MP PP c18 4174 2821 mt 4128 2831 L c17 4128 2831 mt 4188 2816 L 1 sg -46 10 60 -15 4128 2831 3 MP PP c17 4128 2831 mt 4188 2816 L 4188 2816 mt 4142 2826 L 1 sg 61 -10 -47 -51 4173 3132 3 MP PP c23 4173 3132 mt 4126 3081 L 4126 3081 mt 4187 3071 L 1 sg -47 -45 61 -10 4126 3081 3 MP PP c23 4126 3081 mt 4187 3071 L 4187 3071 mt 4140 3026 L 1 sg 60 -22 -46 -38 4171 4075 3 MP PP c11 4171 4075 mt 4125 4037 L 4125 4037 mt 4185 4015 L 1 sg -46 -43 60 -22 4125 4037 3 MP PP c11 4125 4037 mt 4185 4015 L 4185 4015 mt 4139 3972 L 1 sg 60 -18 -46 8 4170 2811 3 MP PP c15 4170 2811 mt 4124 2819 L c14 4124 2819 mt 4184 2801 L 1 sg -46 6 60 -18 4124 2819 3 MP PP c14 4124 2819 mt 4184 2801 L 4184 2801 mt 4138 2807 L 1 sg 61 -8 -47 -25 4169 2939 3 MP PP c24 4169 2939 mt 4122 2914 L 4122 2914 mt 4183 2906 L 1 sg -47 -18 61 -8 4122 2914 3 MP PP c24 4122 2914 mt 4183 2906 L 4183 2906 mt 4136 2888 L 1 sg 60 -22 -46 -58 4167 3825 3 MP PP c10 4167 3825 mt 4121 3767 L c12 4121 3767 mt 4181 3745 L 1 sg -46 -62 60 -22 4121 3767 3 MP PP c12 4121 3767 mt 4181 3745 L 4181 3745 mt 4135 3683 L 1 sg 61 -19 -47 0 4166 2777 3 MP PP c12 4166 2777 mt 4119 2777 L c10 4119 2777 mt 4180 2758 L 1 sg -47 -2 61 -19 4119 2777 3 MP PP c10 4119 2777 mt 4180 2758 L 4180 2758 mt 4133 2756 L 1 sg 60 -11 -46 -1 4164 2850 3 MP PP c23 4164 2850 mt 4118 2849 L c22 4118 2849 mt 4178 2838 L 1 sg -46 2 60 -11 4118 2849 3 MP PP c22 4118 2849 mt 4178 2838 L 4178 2838 mt 4132 2840 L 1 sg 61 -17 -47 -69 4163 3509 3 MP PP c16 4163 3509 mt 4116 3440 L c17 4116 3440 mt 4177 3423 L 1 sg -47 -67 61 -17 4116 3440 3 MP PP c17 4116 3440 mt 4177 3423 L 4177 3423 mt 4130 3356 L 1 sg 60 -18 -46 -23 4161 4292 3 MP PP c21 4161 4292 mt 4115 4269 L 4115 4269 mt 4175 4251 L 1 sg -46 -25 60 -18 4115 4269 3 MP PP c21 4115 4269 mt 4175 4251 L 4175 4251 mt 4129 4226 L 1 sg 60 -15 -46 9 4160 2827 3 MP PP c19 4160 2827 mt 4114 2836 L c18 4114 2836 mt 4174 2821 L 1 sg -46 10 60 -15 4114 2836 3 MP PP c18 4114 2836 mt 4174 2821 L 4174 2821 mt 4128 2831 L 1 sg 61 -11 -47 -58 4159 3201 3 MP PP c22 4159 3201 mt 4112 3143 L c23 4112 3143 mt 4173 3132 L 1 sg -47 -51 61 -11 4112 3143 3 MP PP c23 4112 3143 mt 4173 3132 L 4173 3132 mt 4126 3081 L 1 sg 60 -21 -46 -34 4157 4130 3 MP PP c21 4157 4130 mt 4111 4096 L c11 4111 4096 mt 4171 4075 L 1 sg -46 -38 60 -21 4111 4096 3 MP PP c11 4111 4096 mt 4171 4075 L 4171 4075 mt 4125 4037 L 1 sg 61 -17 -47 9 4156 2819 3 MP PP c15 4156 2819 mt 4109 2828 L c14 4109 2828 mt 4170 2811 L 1 sg -46 8 61 -17 4109 2828 3 MP PP c14 4109 2828 mt 4170 2811 L c15 4170 2811 mt 4124 2819 L 1 sg 61 -8 -46 -32 4154 2979 3 MP PP c24 4154 2979 mt 4108 2947 L 4108 2947 mt 4169 2939 L 1 sg -47 -25 61 -8 4108 2947 3 MP PP c24 4108 2947 mt 4169 2939 L 4169 2939 mt 4122 2914 L 1 sg 61 -23 -47 -53 4153 3901 3 MP PP c9 4153 3901 mt 4106 3848 L c10 4106 3848 mt 4167 3825 L 1 sg -46 -58 61 -23 4106 3848 3 MP PP c10 4106 3848 mt 4167 3825 L 4167 3825 mt 4121 3767 L 1 sg 61 -19 -47 3 4152 2793 3 MP PP c12 4152 2793 mt 4105 2796 L 4105 2796 mt 4166 2777 L 1 sg -47 0 61 -19 4105 2796 3 MP PP c12 4105 2796 mt 4166 2777 L 4166 2777 mt 4119 2777 L 1 sg 60 -10 -46 -7 4150 2867 3 MP PP c23 4150 2867 mt 4104 2860 L 4104 2860 mt 4164 2850 L 1 sg -46 -1 60 -10 4104 2860 3 MP PP c23 4104 2860 mt 4164 2850 L 4164 2850 mt 4118 2849 L 1 sg 61 -19 -47 -68 4149 3596 3 MP PP c15 4149 3596 mt 4102 3528 L c16 4102 3528 mt 4163 3509 L 1 sg -47 -69 61 -19 4102 3528 3 MP PP c16 4102 3528 mt 4163 3509 L 4163 3509 mt 4116 3440 L 1 sg 61 -19 -47 -7 4148 2732 3 MP PP c9 4148 2732 mt 4101 2725 L 4101 2725 mt 4162 2706 L 1 sg -47 -10 61 -19 4101 2725 3 MP PP c9 4101 2725 mt 4162 2706 L 4162 2706 mt 4115 2696 L 1 sg 60 -18 -46 -22 4147 4332 3 MP PP c21 4147 4332 mt 4101 4310 L 4101 4310 mt 4161 4292 L 1 sg -46 -23 60 -18 4101 4310 3 MP PP c21 4101 4310 mt 4161 4292 L 4161 4292 mt 4115 4269 L 1 sg 61 -13 -47 7 4146 2833 3 MP PP c20 4146 2833 mt 4099 2840 L c19 4099 2840 mt 4160 2827 L 1 sg -46 9 61 -13 4099 2840 3 MP PP c19 4099 2840 mt 4160 2827 L 4160 2827 mt 4114 2836 L 1 sg 61 -11 -47 -63 4145 3275 3 MP PP c20 4145 3275 mt 4098 3212 L c22 4098 3212 mt 4159 3201 L 1 sg -47 -58 61 -11 4098 3212 3 MP PP c22 4098 3212 mt 4159 3201 L 4159 3201 mt 4112 3143 L 1 sg 61 -20 -47 -30 4143 4180 3 MP PP c21 4143 4180 mt 4096 4150 L 4096 4150 mt 4157 4130 L 1 sg -46 -34 61 -20 4096 4150 3 MP PP c21 4096 4150 mt 4157 4130 L 4157 4130 mt 4111 4096 L 1 sg 61 -17 -47 10 4142 2826 3 MP PP c16 4142 2826 mt 4095 2836 L c15 4095 2836 mt 4156 2819 L 1 sg -47 9 61 -17 4095 2836 3 MP PP c15 4095 2836 mt 4156 2819 L 4156 2819 mt 4109 2828 L 1 sg 60 -8 -46 -39 4140 3026 3 MP PP c24 4140 3026 mt 4094 2987 L 4094 2987 mt 4154 2979 L 1 sg -46 -32 60 -8 4094 2987 3 MP PP c24 4094 2987 mt 4154 2979 L 4154 2979 mt 4108 2947 L 1 sg 61 -23 -47 -48 4139 3972 3 MP PP c8 4139 3972 mt 4092 3924 L c9 4092 3924 mt 4153 3901 L 1 sg -47 -53 61 -23 4092 3924 3 MP PP c9 4092 3924 mt 4153 3901 L 4153 3901 mt 4106 3848 L 1 sg 61 -19 -47 5 4138 2807 3 MP PP c13 4138 2807 mt 4091 2812 L c12 4091 2812 mt 4152 2793 L 1 sg -47 3 61 -19 4091 2812 3 MP PP c12 4091 2812 mt 4152 2793 L 4152 2793 mt 4105 2796 L 1 sg 60 -9 -46 -12 4136 2888 3 MP PP c24 4136 2888 mt 4090 2876 L 4090 2876 mt 4150 2867 L 1 sg -46 -7 60 -9 4090 2876 3 MP PP c24 4090 2876 mt 4150 2867 L c23 4150 2867 mt 4104 2860 L 1 sg 61 -20 -47 -67 4135 3683 3 MP PP c13 4135 3683 mt 4088 3616 L c15 4088 3616 mt 4149 3596 L 1 sg -47 -68 61 -20 4088 3616 3 MP PP c15 4088 3616 mt 4149 3596 L 4149 3596 mt 4102 3528 L 1 sg 61 -20 -46 -4 4133 2756 3 MP PP c10 4133 2756 mt 4087 2752 L c9 4087 2752 mt 4148 2732 L 1 sg -47 -7 61 -20 4087 2752 3 MP PP c9 4087 2752 mt 4148 2732 L 4148 2732 mt 4101 2725 L 1 sg 60 -17 -46 -22 4133 4371 3 MP PP c21 4133 4371 mt 4087 4349 L 4087 4349 mt 4147 4332 L 1 sg -46 -22 60 -17 4087 4349 3 MP PP c21 4087 4349 mt 4147 4332 L 4147 4332 mt 4101 4310 L 1 sg 61 -12 -47 5 4132 2840 3 MP PP c22 4132 2840 mt 4085 2845 L c20 4085 2845 mt 4146 2833 L 1 sg -47 7 61 -12 4085 2845 3 MP PP c20 4085 2845 mt 4146 2833 L 4146 2833 mt 4099 2840 L 1 sg 61 -14 -46 -67 4130 3356 3 MP PP c19 4130 3356 mt 4084 3289 L c20 4084 3289 mt 4145 3275 L 1 sg -47 -63 61 -14 4084 3289 3 MP PP c20 4084 3289 mt 4145 3275 L 4145 3275 mt 4098 3212 L 1 sg 61 -19 -47 -27 4129 4226 3 MP PP c21 4129 4226 mt 4082 4199 L 4082 4199 mt 4143 4180 L 1 sg -47 -30 61 -19 4082 4199 3 MP PP c21 4082 4199 mt 4143 4180 L 4143 4180 mt 4096 4150 L 1 sg 61 -16 -47 11 4128 2831 3 MP PP c17 4128 2831 mt 4081 2842 L c16 4081 2842 mt 4142 2826 L 1 sg -47 10 61 -16 4081 2842 3 MP PP c16 4081 2842 mt 4142 2826 L 4142 2826 mt 4095 2836 L 1 sg 60 -8 -46 -47 4126 3081 3 MP PP c23 4126 3081 mt 4080 3034 L c24 4080 3034 mt 4140 3026 L 1 sg -46 -39 60 -8 4080 3034 3 MP PP c24 4080 3034 mt 4140 3026 L 4140 3026 mt 4094 2987 L 1 sg 61 -23 -47 -42 4125 4037 3 MP PP c11 4125 4037 mt 4078 3995 L c8 4078 3995 mt 4139 3972 L 1 sg -47 -48 61 -23 4078 3995 3 MP PP c8 4078 3995 mt 4139 3972 L 4139 3972 mt 4092 3924 L 1 sg 61 -19 -47 7 4124 2819 3 MP PP c14 4124 2819 mt 4077 2826 L c13 4077 2826 mt 4138 2807 L 1 sg -47 5 61 -19 4077 2826 3 MP PP c13 4077 2826 mt 4138 2807 L 4138 2807 mt 4091 2812 L 1 sg 61 -8 -47 -18 4122 2914 3 MP PP c24 4122 2914 mt 4075 2896 L 4075 2896 mt 4136 2888 L 1 sg -46 -12 61 -8 4075 2896 3 MP PP c24 4075 2896 mt 4136 2888 L 4136 2888 mt 4090 2876 L 1 sg 61 -21 -47 -63 4121 3767 3 MP PP c12 4121 3767 mt 4074 3704 L c13 4074 3704 mt 4135 3683 L 1 sg -47 -67 61 -21 4074 3704 3 MP PP c13 4074 3704 mt 4135 3683 L 4135 3683 mt 4088 3616 L 1 sg 60 -19 -46 -2 4119 2777 3 MP PP c10 4119 2777 mt 4073 2775 L 4073 2775 mt 4133 2756 L 1 sg -46 -4 60 -19 4073 2775 3 MP PP c10 4073 2775 mt 4133 2756 L 4133 2756 mt 4087 2752 L 1 sg -46 -22 61 -17 4072 4388 3 MP PP c21 4072 4388 mt 4133 4371 L 4133 4371 mt 4087 4349 L 1 sg 61 -11 -47 2 4118 2849 3 MP PP c22 4118 2849 mt 4071 2851 L 4071 2851 mt 4132 2840 L 1 sg -47 5 61 -11 4071 2851 3 MP PP c22 4071 2851 mt 4132 2840 L 4132 2840 mt 4085 2845 L 1 sg 60 -15 -46 -69 4116 3440 3 MP PP c17 4116 3440 mt 4070 3371 L c19 4070 3371 mt 4130 3356 L 1 sg -46 -67 60 -15 4070 3371 3 MP PP c19 4070 3371 mt 4130 3356 L 4130 3356 mt 4084 3289 L 1 sg 61 -18 -47 -25 4115 4269 3 MP PP c21 4115 4269 mt 4068 4244 L 4068 4244 mt 4129 4226 L 1 sg -47 -27 61 -18 4068 4244 3 MP PP c21 4068 4244 mt 4129 4226 L 4129 4226 mt 4082 4199 L 1 sg 61 -16 -47 11 4114 2836 3 MP PP c18 4114 2836 mt 4067 2847 L c17 4067 2847 mt 4128 2831 L 1 sg -47 11 61 -16 4067 2847 3 MP PP c17 4067 2847 mt 4128 2831 L 4128 2831 mt 4081 2842 L 1 sg 60 -9 -46 -53 4112 3143 3 MP PP c23 4112 3143 mt 4066 3090 L c24 4066 3090 mt 4126 3081 L 1 sg -46 -47 60 -9 4066 3090 3 MP PP c24 4066 3090 mt 4126 3081 L c23 4126 3081 mt 4080 3034 L 1 sg 61 -22 -47 -37 4111 4096 3 MP PP c11 4111 4096 mt 4064 4059 L 4064 4059 mt 4125 4037 L 1 sg -47 -42 61 -22 4064 4059 3 MP PP c11 4064 4059 mt 4125 4037 L 4125 4037 mt 4078 3995 L 1 sg 61 -18 -46 9 4109 2828 3 MP PP c14 4109 2828 mt 4063 2837 L 4063 2837 mt 4124 2819 L 1 sg -47 7 61 -18 4063 2837 3 MP PP c14 4063 2837 mt 4124 2819 L 4124 2819 mt 4077 2826 L 1 sg 61 -8 -47 -25 4108 2947 3 MP PP c24 4108 2947 mt 4061 2922 L 4061 2922 mt 4122 2914 L 1 sg -47 -18 61 -8 4061 2922 3 MP PP c24 4061 2922 mt 4122 2914 L 4122 2914 mt 4075 2896 L 1 sg 61 -23 -46 -58 4106 3848 3 MP PP c10 4106 3848 mt 4060 3790 L c12 4060 3790 mt 4121 3767 L 1 sg -47 -63 61 -23 4060 3790 3 MP PP c12 4060 3790 mt 4121 3767 L 4121 3767 mt 4074 3704 L 1 sg 60 -20 -46 1 4105 2796 3 MP PP c12 4105 2796 mt 4059 2797 L c10 4059 2797 mt 4119 2777 L 1 sg -46 -2 60 -20 4059 2797 3 MP PP c10 4059 2797 mt 4119 2777 L 4119 2777 mt 4073 2775 L 1 sg 61 -10 -47 -1 4104 2860 3 MP PP c23 4104 2860 mt 4057 2859 L 4057 2859 mt 4118 2849 L 1 sg -47 2 61 -10 4057 2859 3 MP PP c23 4057 2859 mt 4118 2849 L c22 4118 2849 mt 4071 2851 L 1 sg 60 -17 -46 -71 4102 3528 3 MP PP c16 4102 3528 mt 4056 3457 L c17 4056 3457 mt 4116 3440 L 1 sg -46 -69 60 -17 4056 3457 3 MP PP c17 4056 3457 mt 4116 3440 L 4116 3440 mt 4070 3371 L 1 sg 61 -20 -47 -9 4101 2725 3 MP PP c9 4101 2725 mt 4054 2716 L 4054 2716 mt 4115 2696 L 1 sg -46 -12 61 -20 4054 2716 3 MP PP c9 4054 2716 mt 4115 2696 L 4115 2696 mt 4069 2684 L 1 sg 61 -18 -47 -23 4101 4310 3 MP PP c21 4101 4310 mt 4054 4287 L 4054 4287 mt 4115 4269 L 1 sg -47 -25 61 -18 4054 4287 3 MP PP c21 4054 4287 mt 4115 4269 L 4115 4269 mt 4068 4244 L 1 sg 61 -14 -46 10 4099 2840 3 MP PP c19 4099 2840 mt 4053 2850 L c18 4053 2850 mt 4114 2836 L 1 sg -47 11 61 -14 4053 2850 3 MP PP c18 4053 2850 mt 4114 2836 L 4114 2836 mt 4067 2847 L 1 sg 61 -10 -47 -59 4098 3212 3 MP PP c22 4098 3212 mt 4051 3153 L c23 4051 3153 mt 4112 3143 L 1 sg -46 -53 61 -10 4051 3153 3 MP PP c23 4051 3153 mt 4112 3143 L 4112 3143 mt 4066 3090 L 1 sg 61 -21 -46 -33 4096 4150 3 MP PP c21 4096 4150 mt 4050 4117 L c11 4050 4117 mt 4111 4096 L 1 sg -47 -37 61 -21 4050 4117 3 MP PP c11 4050 4117 mt 4111 4096 L 4111 4096 mt 4064 4059 L 1 sg 60 -18 -46 10 4095 2836 3 MP PP c15 4095 2836 mt 4049 2846 L c14 4049 2846 mt 4109 2828 L 1 sg -46 9 60 -18 4049 2846 3 MP PP c14 4049 2846 mt 4109 2828 L 4109 2828 mt 4063 2837 L 1 sg 61 -8 -47 -32 4094 2987 3 MP PP c24 4094 2987 mt 4047 2955 L /c25 { 0.000000 0.625000 1.000000 sr} bdef c25 4047 2955 mt 4108 2947 L 1 sg -47 -25 61 -8 4047 2955 3 MP PP c25 4047 2955 mt 4108 2947 L c24 4108 2947 mt 4061 2922 L 1 sg 60 -23 -46 -53 4092 3924 3 MP PP c9 4092 3924 mt 4046 3871 L c10 4046 3871 mt 4106 3848 L 1 sg -46 -58 60 -23 4046 3871 3 MP PP c10 4046 3871 mt 4106 3848 L 4106 3848 mt 4060 3790 L 1 sg 60 -19 -46 3 4091 2812 3 MP PP c12 4091 2812 mt 4045 2815 L 4045 2815 mt 4105 2796 L 1 sg -46 1 60 -19 4045 2815 3 MP PP c12 4045 2815 mt 4105 2796 L 4105 2796 mt 4059 2797 L 1 sg 61 -10 -47 -6 4090 2876 3 MP PP c24 4090 2876 mt 4043 2870 L c23 4043 2870 mt 4104 2860 L 1 sg -47 -1 61 -10 4043 2870 3 MP PP c23 4043 2870 mt 4104 2860 L 4104 2860 mt 4057 2859 L 1 sg 60 -19 -46 -69 4088 3616 3 MP PP c15 4088 3616 mt 4042 3547 L c16 4042 3547 mt 4102 3528 L 1 sg -46 -71 60 -19 4042 3547 3 MP PP c16 4042 3547 mt 4102 3528 L 4102 3528 mt 4056 3457 L 1 sg 61 -20 -47 -7 4087 2752 3 MP PP c9 4087 2752 mt 4040 2745 L 4040 2745 mt 4101 2725 L 1 sg -47 -9 61 -20 4040 2745 3 MP PP c9 4040 2745 mt 4101 2725 L 4101 2725 mt 4054 2716 L 1 sg 61 -17 -47 -22 4087 4349 3 MP PP c21 4087 4349 mt 4040 4327 L 4040 4327 mt 4101 4310 L 1 sg -47 -23 61 -17 4040 4327 3 MP PP c21 4040 4327 mt 4101 4310 L 4101 4310 mt 4054 4287 L 1 sg -47 12 61 -16 3960 2874 3 MP PP c16 3960 2874 mt 4021 2858 L 4021 2858 mt 3974 2870 L 1 sg 61 -16 -46 12 4006 2862 3 MP PP c17 4006 2862 mt 3960 2874 L c16 3960 2874 mt 4021 2858 L 1 sg 61 -17 -47 12 4021 2858 3 MP PP c16 4021 2858 mt 3974 2870 L c15 3974 2870 mt 4035 2853 L 1 sg -46 11 61 -15 4006 2862 3 MP PP c17 4006 2862 mt 4067 2847 L 4067 2847 mt 4021 2858 L 1 sg 61 -15 -47 12 4053 2850 3 MP PP c18 4053 2850 mt 4006 2862 L c17 4006 2862 mt 4067 2847 L 1 sg -47 12 61 -15 3992 2865 3 MP PP c18 3992 2865 mt 4053 2850 L 4053 2850 mt 4006 2862 L 1 sg 60 -14 -46 9 4085 2845 3 MP PP c20 4085 2845 mt 4039 2854 L c19 4039 2854 mt 4099 2840 L 1 sg -46 10 60 -14 4039 2854 3 MP PP c19 4039 2854 mt 4099 2840 L 4099 2840 mt 4053 2850 L 1 sg 61 -12 -47 -65 4084 3289 3 MP PP c20 4084 3289 mt 4037 3224 L c22 4037 3224 mt 4098 3212 L 1 sg -47 -59 61 -12 4037 3224 3 MP PP c22 4037 3224 mt 4098 3212 L 4098 3212 mt 4051 3153 L 1 sg 60 -20 -46 -29 4082 4199 3 MP PP c21 4082 4199 mt 4036 4170 L 4036 4170 mt 4096 4150 L 1 sg -46 -33 60 -20 4036 4170 3 MP PP c21 4036 4170 mt 4096 4150 L 4096 4150 mt 4050 4117 L 1 sg 60 -17 -46 11 4081 2842 3 MP PP c16 4081 2842 mt 4035 2853 L c15 4035 2853 mt 4095 2836 L 1 sg -46 10 60 -17 4035 2853 3 MP PP c15 4035 2853 mt 4095 2836 L 4095 2836 mt 4049 2846 L 1 sg 61 -8 -47 -39 4080 3034 3 MP PP c24 4080 3034 mt 4033 2995 L c25 4033 2995 mt 4094 2987 L 1 sg -47 -32 61 -8 4033 2995 3 MP PP c25 4033 2995 mt 4094 2987 L c24 4094 2987 mt 4047 2955 L 1 sg 60 -23 -46 -48 4078 3995 3 MP PP c8 4078 3995 mt 4032 3947 L c9 4032 3947 mt 4092 3924 L 1 sg -46 -53 60 -23 4032 3947 3 MP PP c9 4032 3947 mt 4092 3924 L 4092 3924 mt 4046 3871 L 1 sg 61 -19 -47 5 4077 2826 3 MP PP c13 4077 2826 mt 4030 2831 L c12 4030 2831 mt 4091 2812 L 1 sg -46 3 61 -19 4030 2831 3 MP PP c12 4030 2831 mt 4091 2812 L 4091 2812 mt 4045 2815 L 1 sg 61 -9 -46 -11 4075 2896 3 MP PP c24 4075 2896 mt 4029 2885 L 4029 2885 mt 4090 2876 L 1 sg -47 -6 61 -9 4029 2885 3 MP PP c24 4029 2885 mt 4090 2876 L 4090 2876 mt 4043 2870 L 1 sg 61 -21 -47 -67 4074 3704 3 MP PP c13 4074 3704 mt 4027 3637 L c14 4027 3637 mt 4088 3616 L 1 sg -46 -69 61 -21 4027 3637 3 MP PP c14 4027 3637 mt 4088 3616 L c15 4088 3616 mt 4042 3547 L 1 sg 61 -19 -47 -4 4073 2775 3 MP PP c10 4073 2775 mt 4026 2771 L c9 4026 2771 mt 4087 2752 L 1 sg -47 -7 61 -19 4026 2771 3 MP PP c9 4026 2771 mt 4087 2752 L 4087 2752 mt 4040 2745 L 1 sg 61 -17 -46 -22 4072 4388 3 MP PP c21 4072 4388 mt 4026 4366 L 4026 4366 mt 4087 4349 L 1 sg -47 -22 61 -17 4026 4366 3 MP PP c21 4026 4366 mt 4087 4349 L 4087 4349 mt 4040 4327 L 1 sg 60 -13 -46 7 4071 2851 3 MP PP c22 4071 2851 mt 4025 2858 L c20 4025 2858 mt 4085 2845 L 1 sg -46 9 60 -13 4025 2858 3 MP PP c20 4025 2858 mt 4085 2845 L 4085 2845 mt 4039 2854 L 1 sg 61 -13 -47 -69 4070 3371 3 MP PP c19 4070 3371 mt 4023 3302 L c20 4023 3302 mt 4084 3289 L 1 sg -47 -65 61 -13 4023 3302 3 MP PP c20 4023 3302 mt 4084 3289 L 4084 3289 mt 4037 3224 L 1 sg 60 -19 -46 -26 4068 4244 3 MP PP c21 4068 4244 mt 4022 4218 L 4022 4218 mt 4082 4199 L 1 sg -46 -29 60 -19 4022 4218 3 MP PP c21 4022 4218 mt 4082 4199 L 4082 4199 mt 4036 4170 L 1 sg 60 -16 -46 11 4067 2847 3 MP PP c17 4067 2847 mt 4021 2858 L c16 4021 2858 mt 4081 2842 L 1 sg -46 11 60 -16 4021 2858 3 MP PP c16 4021 2858 mt 4081 2842 L 4081 2842 mt 4035 2853 L 1 sg 61 -9 -47 -47 4066 3090 3 MP PP c24 4066 3090 mt 4019 3043 L 4019 3043 mt 4080 3034 L 1 sg -47 -39 61 -9 4019 3043 3 MP PP c24 4019 3043 mt 4080 3034 L 4080 3034 mt 4033 2995 L 1 sg 60 -22 -46 -42 4064 4059 3 MP PP c11 4064 4059 mt 4018 4017 L c8 4018 4017 mt 4078 3995 L 1 sg -46 -48 60 -22 4018 4017 3 MP PP c8 4018 4017 mt 4078 3995 L 4078 3995 mt 4032 3947 L 1 sg 61 -18 -47 7 4063 2837 3 MP PP c14 4063 2837 mt 4016 2844 L c13 4016 2844 mt 4077 2826 L 1 sg -47 5 61 -18 4016 2844 3 MP PP c13 4016 2844 mt 4077 2826 L 4077 2826 mt 4030 2831 L 1 sg 60 -8 -46 -18 4061 2922 3 MP PP c24 4061 2922 mt 4015 2904 L 4015 2904 mt 4075 2896 L 1 sg -46 -11 60 -8 4015 2904 3 MP PP c24 4015 2904 mt 4075 2896 L 4075 2896 mt 4029 2885 L 1 sg 61 -22 -47 -64 4060 3790 3 MP PP c12 4060 3790 mt 4013 3726 L c13 4013 3726 mt 4074 3704 L 1 sg -47 -67 61 -22 4013 3726 3 MP PP c13 4013 3726 mt 4074 3704 L 4074 3704 mt 4027 3637 L 1 sg 61 -20 -47 -2 4059 2797 3 MP PP c10 4059 2797 mt 4012 2795 L 4012 2795 mt 4073 2775 L 1 sg -47 -4 61 -20 4012 2795 3 MP PP c10 4012 2795 mt 4073 2775 L 4073 2775 mt 4026 2771 L 1 sg -46 -22 60 -16 4012 4404 3 MP PP c21 4012 4404 mt 4072 4388 L 4072 4388 mt 4026 4366 L 1 sg 60 -12 -46 4 4057 2859 3 MP PP c23 4057 2859 mt 4011 2863 L c22 4011 2863 mt 4071 2851 L 1 sg -46 7 60 -12 4011 2863 3 MP PP c22 4011 2863 mt 4071 2851 L 4071 2851 mt 4025 2858 L 1 sg 61 -16 -47 -70 4056 3457 3 MP PP c17 4056 3457 mt 4009 3387 L c19 4009 3387 mt 4070 3371 L 1 sg -47 -69 61 -16 4009 3387 3 MP PP c19 4009 3387 mt 4070 3371 L 4070 3371 mt 4023 3302 L 1 sg 61 -20 -46 -12 4054 2716 3 MP PP c9 4054 2716 mt 4008 2704 L c8 4008 2704 mt 4069 2684 L 1 sg -47 -14 61 -20 4008 2704 3 MP PP c8 4008 2704 mt 4069 2684 L 4069 2684 mt 4022 2670 L 1 sg 60 -19 -46 -24 4054 4287 3 MP PP c21 4054 4287 mt 4008 4263 L 4008 4263 mt 4068 4244 L 1 sg -46 -26 60 -19 4008 4263 3 MP PP c21 4008 4263 mt 4068 4244 L 4068 4244 mt 4022 4218 L 1 sg 61 -9 -46 -54 4051 3153 3 MP PP c23 4051 3153 mt 4005 3099 L c24 4005 3099 mt 4066 3090 L 1 sg -47 -47 61 -9 4005 3099 3 MP PP c24 4005 3099 mt 4066 3090 L 4066 3090 mt 4019 3043 L 1 sg 61 -22 -47 -36 4050 4117 3 MP PP c11 4050 4117 mt 4003 4081 L 4003 4081 mt 4064 4059 L 1 sg -46 -42 61 -22 4003 4081 3 MP PP c11 4003 4081 mt 4064 4059 L 4064 4059 mt 4018 4017 L 1 sg 61 -18 -47 9 4049 2846 3 MP PP c14 4049 2846 mt 4002 2855 L 4002 2855 mt 4063 2837 L 1 sg -47 7 61 -18 4002 2855 3 MP PP c14 4002 2855 mt 4063 2837 L 4063 2837 mt 4016 2844 L 1 sg 60 -8 -46 -25 4047 2955 3 MP PP c25 4047 2955 mt 4001 2930 L 4001 2930 mt 4061 2922 L 1 sg -46 -18 60 -8 4001 2930 3 MP PP c25 4001 2930 mt 4061 2922 L c24 4061 2922 mt 4015 2904 L 1 sg 61 -23 -47 -58 4046 3871 3 MP PP c10 4046 3871 mt 3999 3813 L c12 3999 3813 mt 4060 3790 L 1 sg -47 -64 61 -23 3999 3813 3 MP PP c12 3999 3813 mt 4060 3790 L 4060 3790 mt 4013 3726 L 1 sg 61 -19 -47 1 4045 2815 3 MP PP c12 4045 2815 mt 3998 2816 L c10 3998 2816 mt 4059 2797 L 1 sg -47 -2 61 -19 3998 2816 3 MP PP c10 3998 2816 mt 4059 2797 L 4059 2797 mt 4012 2795 L 1 sg 60 -11 -46 0 4043 2870 3 MP PP c23 4043 2870 mt 3997 2870 L 3997 2870 mt 4057 2859 L 1 sg -46 4 60 -11 3997 2870 3 MP PP c23 3997 2870 mt 4057 2859 L 4057 2859 mt 4011 2863 L 1 sg 61 -18 -47 -72 4042 3547 3 MP PP c16 4042 3547 mt 3995 3475 L c17 3995 3475 mt 4056 3457 L 1 sg -47 -70 61 -18 3995 3475 3 MP PP c17 3995 3475 mt 4056 3457 L 4056 3457 mt 4009 3387 L 1 sg 60 -20 -46 -9 4040 2745 3 MP PP c9 4040 2745 mt 3994 2736 L c8 3994 2736 mt 4054 2716 L 1 sg -46 -12 60 -20 3994 2736 3 MP PP c8 3994 2736 mt 4054 2716 L c9 4054 2716 mt 4008 2704 L 1 sg 60 -17 -46 -23 4040 4327 3 MP PP c21 4040 4327 mt 3994 4304 L 3994 4304 mt 4054 4287 L 1 sg -46 -24 60 -17 3994 4304 3 MP PP c21 3994 4304 mt 4054 4287 L 4054 4287 mt 4008 4263 L 1 sg 61 -15 -47 11 4039 2854 3 MP PP c19 4039 2854 mt 3992 2865 L c18 3992 2865 mt 4053 2850 L 1 sg 60 -11 -46 -60 4037 3224 3 MP PP c22 4037 3224 mt 3991 3164 L c23 3991 3164 mt 4051 3153 L 1 sg -46 -54 60 -11 3991 3164 3 MP PP c23 3991 3164 mt 4051 3153 L 4051 3153 mt 4005 3099 L 1 sg 61 -21 -47 -32 4036 4170 3 MP PP c21 4036 4170 mt 3989 4138 L 3989 4138 mt 4050 4117 L 1 sg -47 -36 61 -21 3989 4138 3 MP PP c21 3989 4138 mt 4050 4117 L c11 4050 4117 mt 4003 4081 L 1 sg 61 -17 -47 10 4035 2853 3 MP PP c15 4035 2853 mt 3988 2863 L c14 3988 2863 mt 4049 2846 L 1 sg -47 9 61 -17 3988 2863 3 MP PP c14 3988 2863 mt 4049 2846 L 4049 2846 mt 4002 2855 L 1 sg 60 -7 -46 -33 4033 2995 3 MP PP c25 4033 2995 mt 3987 2962 L 3987 2962 mt 4047 2955 L 1 sg -46 -25 60 -7 3987 2962 3 MP PP c25 3987 2962 mt 4047 2955 L 4047 2955 mt 4001 2930 L 1 sg 61 -23 -47 -53 4032 3947 3 MP PP c9 4032 3947 mt 3985 3894 L 3985 3894 mt 4046 3871 L 1 sg -47 -58 61 -23 3985 3894 3 MP PP c9 3985 3894 mt 4046 3871 L c10 4046 3871 mt 3999 3813 L 1 sg 61 -19 -46 3 4030 2831 3 MP PP c12 4030 2831 mt 3984 2834 L 3984 2834 mt 4045 2815 L 1 sg -47 1 61 -19 3984 2834 3 MP PP c12 3984 2834 mt 4045 2815 L 4045 2815 mt 3998 2816 L 1 sg 61 -9 -47 -6 4029 2885 3 MP PP c24 4029 2885 mt 3982 2879 L c23 3982 2879 mt 4043 2870 L 1 sg -46 0 61 -9 3982 2879 3 MP PP c23 3982 2879 mt 4043 2870 L 4043 2870 mt 3997 2870 L 1 sg 61 -19 -46 -71 4027 3637 3 MP PP c14 4027 3637 mt 3981 3566 L c16 3981 3566 mt 4042 3547 L 1 sg -47 -72 61 -19 3981 3566 3 MP PP c16 3981 3566 mt 4042 3547 L 4042 3547 mt 3995 3475 L 1 sg 60 -20 -46 -6 4026 2771 3 MP PP c9 4026 2771 mt 3980 2765 L 3980 2765 mt 4040 2745 L 1 sg -46 -9 60 -20 3980 2765 3 MP PP c9 3980 2765 mt 4040 2745 L 4040 2745 mt 3994 2736 L 1 sg 61 -17 -47 -22 4026 4366 3 MP PP c21 4026 4366 mt 3979 4344 L 3979 4344 mt 4040 4327 L 1 sg -46 -23 61 -17 3979 4344 3 MP PP c21 3979 4344 mt 4040 4327 L 4040 4327 mt 3994 4304 L 1 sg 60 -18 -46 11 3974 2870 3 MP PP c15 3974 2870 mt 3928 2881 L c14 3928 2881 mt 3988 2863 L 1 sg -47 10 61 -17 3974 2870 3 MP PP c15 3974 2870 mt 4035 2853 L 4035 2853 mt 3988 2863 L 1 sg -47 11 61 -14 3978 2868 3 MP PP c19 3978 2868 mt 4039 2854 L 4039 2854 mt 3992 2865 L 1 sg 61 -14 -47 10 4025 2858 3 MP PP c20 4025 2858 mt 3978 2868 L c19 3978 2868 mt 4039 2854 L 1 sg 60 -12 -46 -66 4023 3302 3 MP PP c20 4023 3302 mt 3977 3236 L c22 3977 3236 mt 4037 3224 L 1 sg -46 -60 60 -12 3977 3236 3 MP PP c22 3977 3236 mt 4037 3224 L 4037 3224 mt 3991 3164 L 1 sg 61 -20 -47 -28 4022 4218 3 MP PP c21 4022 4218 mt 3975 4190 L 3975 4190 mt 4036 4170 L 1 sg -47 -32 61 -20 3975 4190 3 MP PP c21 3975 4190 mt 4036 4170 L 4036 4170 mt 3989 4138 L 1 sg 60 -7 -46 -41 4019 3043 3 MP PP c24 4019 3043 mt 3973 3002 L c25 3973 3002 mt 4033 2995 L 1 sg -46 -33 60 -7 3973 3002 3 MP PP c25 3973 3002 mt 4033 2995 L 4033 2995 mt 3987 2962 L 1 sg 61 -24 -47 -46 4018 4017 3 MP PP c8 4018 4017 mt 3971 3971 L 3971 3971 mt 4032 3947 L 1 sg -47 -53 61 -24 3971 3971 3 MP PP c8 3971 3971 mt 4032 3947 L c9 4032 3947 mt 3985 3894 L 1 sg 60 -19 -46 6 4016 2844 3 MP PP c13 4016 2844 mt 3970 2850 L c12 3970 2850 mt 4030 2831 L 1 sg -46 3 60 -19 3970 2850 3 MP PP c12 3970 2850 mt 4030 2831 L 4030 2831 mt 3984 2834 L 1 sg 61 -8 -47 -11 4015 2904 3 MP PP c24 4015 2904 mt 3968 2893 L 3968 2893 mt 4029 2885 L 1 sg -47 -6 61 -8 3968 2893 3 MP PP c24 3968 2893 mt 4029 2885 L 4029 2885 mt 3982 2879 L 1 sg 60 -21 -46 -68 4013 3726 3 MP PP c13 4013 3726 mt 3967 3658 L c14 3967 3658 mt 4027 3637 L 1 sg -46 -71 60 -21 3967 3658 3 MP PP c14 3967 3658 mt 4027 3637 L 4027 3637 mt 3981 3566 L 1 sg 60 -20 -46 -4 4012 2795 3 MP PP c10 4012 2795 mt 3966 2791 L c9 3966 2791 mt 4026 2771 L 1 sg -46 -6 60 -20 3966 2791 3 MP PP c9 3966 2791 mt 4026 2771 L 4026 2771 mt 3980 2765 L 1 sg 61 -17 -47 -21 4012 4404 3 MP PP c21 4012 4404 mt 3965 4383 L 3965 4383 mt 4026 4366 L 1 sg -47 -22 61 -17 3965 4383 3 MP PP c21 3965 4383 mt 4026 4366 L 4026 4366 mt 3979 4344 L 1 sg 61 -18 -47 10 3928 2881 3 MP PP c14 3928 2881 mt 3881 2891 L 3881 2891 mt 3942 2873 L 1 sg -46 10 60 -18 3928 2881 3 MP PP c14 3928 2881 mt 3988 2863 L 3988 2863 mt 3942 2873 L 1 sg -46 12 60 -13 3918 2881 3 MP PP c19 3918 2881 mt 3978 2868 L 3978 2868 mt 3932 2880 L 1 sg 60 -13 -46 11 3964 2870 3 MP PP c20 3964 2870 mt 3918 2881 L c19 3918 2881 mt 3978 2868 L 1 sg -46 11 61 -17 3913 2887 3 MP PP c15 3913 2887 mt 3974 2870 L 3974 2870 mt 3928 2881 L 1 sg 61 -17 -47 13 3960 2874 3 MP PP c16 3960 2874 mt 3913 2887 L c15 3913 2887 mt 3974 2870 L 1 sg -46 13 60 -15 3932 2880 3 MP PP c18 3932 2880 mt 3992 2865 L 3992 2865 mt 3946 2878 L 1 sg 60 -15 -46 12 3978 2868 3 MP PP c19 3978 2868 mt 3932 2880 L c18 3932 2880 mt 3992 2865 L 1 sg -46 12 60 -16 3946 2878 3 MP PP c17 3946 2878 mt 4006 2862 L 4006 2862 mt 3960 2874 L 1 sg 60 -16 -46 13 3992 2865 3 MP PP c18 3992 2865 mt 3946 2878 L c17 3946 2878 mt 4006 2862 L 1 sg -47 10 61 -12 3964 2870 3 MP PP c20 3964 2870 mt 4025 2858 L 4025 2858 mt 3978 2868 L 1 sg 61 -12 -47 7 4011 2863 3 MP PP c22 4011 2863 mt 3964 2870 L c20 3964 2870 mt 4025 2858 L 1 sg 60 -14 -46 -71 4009 3387 3 MP PP c19 4009 3387 mt 3963 3316 L c20 3963 3316 mt 4023 3302 L 1 sg -46 -66 60 -14 3963 3316 3 MP PP c20 3963 3316 mt 4023 3302 L 4023 3302 mt 3977 3236 L 1 sg 61 -19 -47 -15 4008 2704 3 MP PP c8 4008 2704 mt 3961 2689 L 3961 2689 mt 4022 2670 L 1 sg -46 -18 61 -19 3961 2689 3 MP PP c8 3961 2689 mt 4022 2670 L 4022 2670 mt 3976 2652 L 1 sg 61 -19 -47 -26 4008 4263 3 MP PP c21 4008 4263 mt 3961 4237 L 3961 4237 mt 4022 4218 L 1 sg -47 -28 61 -19 3961 4237 3 MP PP c21 3961 4237 mt 4022 4218 L 4022 4218 mt 3975 4190 L 1 sg 61 -8 -47 -48 4005 3099 3 MP PP c24 4005 3099 mt 3958 3051 L c25 3958 3051 mt 4019 3043 L 1 sg -46 -41 61 -8 3958 3051 3 MP PP c25 3958 3051 mt 4019 3043 L c24 4019 3043 mt 3973 3002 L 1 sg 61 -23 -46 -41 4003 4081 3 MP PP c11 4003 4081 mt 3957 4040 L c8 3957 4040 mt 4018 4017 L 1 sg -47 -46 61 -23 3957 4040 3 MP PP c8 3957 4040 mt 4018 4017 L 4018 4017 mt 3971 3971 L 1 sg 60 -19 -46 8 4002 2855 3 MP PP c14 4002 2855 mt 3956 2863 L c13 3956 2863 mt 4016 2844 L 1 sg -46 6 60 -19 3956 2863 3 MP PP c13 3956 2863 mt 4016 2844 L 4016 2844 mt 3970 2850 L 1 sg 61 -8 -47 -18 4001 2930 3 MP PP c25 4001 2930 mt 3954 2912 L 3954 2912 mt 4015 2904 L 1 sg -47 -11 61 -8 3954 2912 3 MP PP c25 3954 2912 mt 4015 2904 L c24 4015 2904 mt 3968 2893 L 1 sg 60 -23 -46 -64 3999 3813 3 MP PP c12 3999 3813 mt 3953 3749 L c13 3953 3749 mt 4013 3726 L 1 sg -46 -68 60 -23 3953 3749 3 MP PP c13 3953 3749 mt 4013 3726 L 4013 3726 mt 3967 3658 L 1 sg 60 -19 -46 -2 3998 2816 3 MP PP c10 3998 2816 mt 3952 2814 L c9 3952 2814 mt 4012 2795 L 1 sg -46 -4 60 -19 3952 2814 3 MP PP c9 3952 2814 mt 4012 2795 L c10 4012 2795 mt 3966 2791 L 1 sg -47 -21 61 -17 3951 4421 3 MP PP c21 3951 4421 mt 4012 4404 L 4012 4404 mt 3965 4383 L 1 sg 61 -11 -47 4 3997 2870 3 MP PP c23 3997 2870 mt 3950 2874 L c22 3950 2874 mt 4011 2863 L 1 sg -47 7 61 -11 3950 2874 3 MP PP c22 3950 2874 mt 4011 2863 L 4011 2863 mt 3964 2870 L 1 sg 60 -15 -46 -73 3995 3475 3 MP PP c17 3995 3475 mt 3949 3402 L c19 3949 3402 mt 4009 3387 L 1 sg -46 -71 60 -15 3949 3402 3 MP PP c19 3949 3402 mt 4009 3387 L 4009 3387 mt 3963 3316 L 1 sg 61 -20 -47 -12 3994 2736 3 MP PP c8 3994 2736 mt 3947 2724 L 3947 2724 mt 4008 2704 L 1 sg -47 -15 61 -20 3947 2724 3 MP PP c8 3947 2724 mt 4008 2704 L 4008 2704 mt 3961 2689 L 1 sg 61 -18 -47 -23 3994 4304 3 MP PP c21 3994 4304 mt 3947 4281 L 3947 4281 mt 4008 4263 L 1 sg -47 -26 61 -18 3947 4281 3 MP PP c21 3947 4281 mt 4008 4263 L 4008 4263 mt 3961 4237 L 1 sg 61 -9 -47 -56 3991 3164 3 MP PP c23 3991 3164 mt 3944 3108 L c24 3944 3108 mt 4005 3099 L 1 sg -47 -48 61 -9 3944 3108 3 MP PP c24 3944 3108 mt 4005 3099 L 4005 3099 mt 3958 3051 L 1 sg 60 -22 -46 -35 3989 4138 3 MP PP c21 3989 4138 mt 3943 4103 L c11 3943 4103 mt 4003 4081 L 1 sg -46 -41 60 -22 3943 4103 3 MP PP c11 3943 4103 mt 4003 4081 L 4003 4081 mt 3957 4040 L 1 sg 60 -18 -46 10 3988 2863 3 MP PP c14 3988 2863 mt 3942 2873 L 3942 2873 mt 4002 2855 L 1 sg -46 8 60 -18 3942 2873 3 MP PP c14 3942 2873 mt 4002 2855 L 4002 2855 mt 3956 2863 L 1 sg 61 -7 -47 -25 3987 2962 3 MP PP c25 3987 2962 mt 3940 2937 L 3940 2937 mt 4001 2930 L 1 sg -47 -18 61 -7 3940 2937 3 MP PP c25 3940 2937 mt 4001 2930 L 4001 2930 mt 3954 2912 L 1 sg 60 -23 -46 -58 3985 3894 3 MP PP c9 3985 3894 mt 3939 3836 L c10 3939 3836 mt 3999 3813 L 1 sg -46 -64 60 -23 3939 3836 3 MP PP c10 3939 3836 mt 3999 3813 L c12 3999 3813 mt 3953 3749 L 1 sg 61 -19 -47 1 3984 2834 3 MP PP c12 3984 2834 mt 3937 2835 L c10 3937 2835 mt 3998 2816 L 1 sg -46 -2 61 -19 3937 2835 3 MP PP c10 3937 2835 mt 3998 2816 L 3998 2816 mt 3952 2814 L 1 sg -46 12 60 -17 3853 2904 3 MP PP c15 3853 2904 mt 3913 2887 L 3913 2887 mt 3867 2899 L 1 sg -47 10 61 -18 3867 2899 3 MP PP c14 3867 2899 mt 3928 2881 L 3928 2881 mt 3881 2891 L 1 sg 61 -18 -46 12 3913 2887 3 MP PP c15 3913 2887 mt 3867 2899 L c14 3867 2899 mt 3928 2881 L 1 sg -47 13 61 -15 3885 2893 3 MP PP c17 3885 2893 mt 3946 2878 L 3946 2878 mt 3899 2891 L 1 sg 61 -15 -47 13 3932 2880 3 MP PP c18 3932 2880 mt 3885 2893 L c17 3885 2893 mt 3946 2878 L 1 sg 60 -17 -46 13 3899 2891 3 MP PP c16 3899 2891 mt 3853 2904 L c15 3853 2904 mt 3913 2887 L 1 sg -47 13 61 -17 3899 2891 3 MP PP c16 3899 2891 mt 3960 2874 L 3960 2874 mt 3913 2887 L 1 sg 61 -17 -47 13 3946 2878 3 MP PP c17 3946 2878 mt 3899 2891 L c16 3899 2891 mt 3960 2874 L 1 sg 61 -10 -46 1 3982 2879 3 MP PP c23 3982 2879 mt 3936 2880 L 3936 2880 mt 3997 2870 L 1 sg -47 4 61 -10 3936 2880 3 MP PP c23 3936 2880 mt 3997 2870 L 3997 2870 mt 3950 2874 L 1 sg 61 -18 -47 -73 3981 3566 3 MP PP c16 3981 3566 mt 3934 3493 L c17 3934 3493 mt 3995 3475 L 1 sg -46 -73 61 -18 3934 3493 3 MP PP c17 3934 3493 mt 3995 3475 L 3995 3475 mt 3949 3402 L 1 sg 61 -19 -47 -10 3980 2765 3 MP PP c9 3980 2765 mt 3933 2755 L c8 3933 2755 mt 3994 2736 L 1 sg -47 -12 61 -19 3933 2755 3 MP PP c8 3933 2755 mt 3994 2736 L 3994 2736 mt 3947 2724 L 1 sg 61 -18 -46 -22 3979 4344 3 MP PP c21 3979 4344 mt 3933 4322 L 3933 4322 mt 3994 4304 L 1 sg -47 -23 61 -18 3933 4322 3 MP PP c21 3933 4322 mt 3994 4304 L 3994 4304 mt 3947 4281 L 1 sg 61 -10 -47 -62 3977 3236 3 MP PP c22 3977 3236 mt 3930 3174 L c23 3930 3174 mt 3991 3164 L 1 sg -47 -56 61 -10 3930 3174 3 MP PP c23 3930 3174 mt 3991 3164 L 3991 3164 mt 3944 3108 L 1 sg 60 -21 -46 -31 3975 4190 3 MP PP c21 3975 4190 mt 3929 4159 L 3929 4159 mt 3989 4138 L 1 sg -46 -35 60 -21 3929 4159 3 MP PP c21 3929 4159 mt 3989 4138 L 3989 4138 mt 3943 4103 L 1 sg 61 -7 -47 -33 3973 3002 3 MP PP c25 3973 3002 mt 3926 2969 L 3926 2969 mt 3987 2962 L 1 sg -47 -25 61 -7 3926 2969 3 MP PP c25 3926 2969 mt 3987 2962 L 3987 2962 mt 3940 2937 L 1 sg 60 -24 -46 -53 3971 3971 3 MP PP c8 3971 3971 mt 3925 3918 L c9 3925 3918 mt 3985 3894 L 1 sg -46 -58 60 -24 3925 3918 3 MP PP c9 3925 3918 mt 3985 3894 L 3985 3894 mt 3939 3836 L 1 sg 61 -19 -47 3 3970 2850 3 MP PP c12 3970 2850 mt 3923 2853 L c10 3923 2853 mt 3984 2834 L 1 sg -47 1 61 -19 3923 2853 3 MP PP c10 3923 2853 mt 3984 2834 L c12 3984 2834 mt 3937 2835 L 1 sg 60 -10 -46 -4 3968 2893 3 MP PP c24 3968 2893 mt 3922 2889 L 3922 2889 mt 3982 2879 L 1 sg -46 1 60 -10 3922 2889 3 MP PP c24 3922 2889 mt 3982 2879 L c23 3982 2879 mt 3936 2880 L 1 sg 61 -20 -47 -72 3967 3658 3 MP PP c14 3967 3658 mt 3920 3586 L c16 3920 3586 mt 3981 3566 L 1 sg -47 -73 61 -20 3920 3586 3 MP PP c16 3920 3586 mt 3981 3566 L 3981 3566 mt 3934 3493 L 1 sg 61 -19 -47 -7 3966 2791 3 MP PP c9 3966 2791 mt 3919 2784 L 3919 2784 mt 3980 2765 L 1 sg -47 -10 61 -19 3919 2784 3 MP PP c9 3919 2784 mt 3980 2765 L 3980 2765 mt 3933 2755 L 1 sg 60 -17 -46 -22 3965 4383 3 MP PP c21 3965 4383 mt 3919 4361 L 3919 4361 mt 3979 4344 L 1 sg -46 -22 60 -17 3919 4361 3 MP PP c21 3919 4361 mt 3979 4344 L 3979 4344 mt 3933 4322 L 1 sg 61 -12 -47 -68 3963 3316 3 MP PP c20 3963 3316 mt 3916 3248 L c22 3916 3248 mt 3977 3236 L 1 sg -47 -62 61 -12 3916 3248 3 MP PP c22 3916 3248 mt 3977 3236 L 3977 3236 mt 3930 3174 L 1 sg 61 -20 -46 -17 3961 2689 3 MP PP c8 3961 2689 mt 3915 2672 L 3915 2672 mt 3976 2652 L 1 sg 60 -20 -46 -27 3961 4237 3 MP PP c21 3961 4237 mt 3915 4210 L 3915 4210 mt 3975 4190 L 1 sg -46 -31 60 -20 3915 4210 3 MP PP c21 3915 4210 mt 3975 4190 L 3975 4190 mt 3929 4159 L 1 sg 61 -7 -46 -42 3958 3051 3 MP PP c25 3958 3051 mt 3912 3009 L 3912 3009 mt 3973 3002 L 1 sg -47 -33 61 -7 3912 3009 3 MP PP c25 3912 3009 mt 3973 3002 L 3973 3002 mt 3926 2969 L 1 sg 61 -23 -47 -46 3957 4040 3 MP PP c8 3957 4040 mt 3910 3994 L 3910 3994 mt 3971 3971 L 1 sg -46 -53 61 -23 3910 3994 3 MP PP c8 3910 3994 mt 3971 3971 L 3971 3971 mt 3925 3918 L 1 sg 61 -18 -47 5 3956 2863 3 MP PP c13 3956 2863 mt 3909 2868 L c12 3909 2868 mt 3970 2850 L 1 sg -47 3 61 -18 3909 2868 3 MP PP c12 3909 2868 mt 3970 2850 L 3970 2850 mt 3923 2853 L 1 sg 60 -8 -46 -11 3954 2912 3 MP PP c25 3954 2912 mt 3908 2901 L c24 3908 2901 mt 3968 2893 L 1 sg -46 -4 60 -8 3908 2901 3 MP PP c24 3908 2901 mt 3968 2893 L 3968 2893 mt 3922 2889 L 1 sg 61 -22 -47 -69 3953 3749 3 MP PP c13 3953 3749 mt 3906 3680 L c14 3906 3680 mt 3967 3658 L 1 sg -47 -72 61 -22 3906 3680 3 MP PP c14 3906 3680 mt 3967 3658 L 3967 3658 mt 3920 3586 L 1 sg 61 -19 -47 -4 3952 2814 3 MP PP c9 3952 2814 mt 3905 2810 L 3905 2810 mt 3966 2791 L 1 sg -47 -7 61 -19 3905 2810 3 MP PP c9 3905 2810 mt 3966 2791 L 3966 2791 mt 3919 2784 L 1 sg 60 -16 -46 -22 3951 4421 3 MP PP c21 3951 4421 mt 3905 4399 L 3905 4399 mt 3965 4383 L 1 sg -46 -22 60 -16 3905 4399 3 MP PP c21 3905 4399 mt 3965 4383 L 3965 4383 mt 3919 4361 L 1 sg -47 8 61 -18 3881 2891 3 MP PP c14 3881 2891 mt 3942 2873 L 3942 2873 mt 3895 2881 L 1 sg -46 11 60 -13 3904 2883 3 MP PP c20 3904 2883 mt 3964 2870 L 3964 2870 mt 3918 2881 L 1 sg 60 -13 -46 9 3950 2874 3 MP PP c22 3950 2874 mt 3904 2883 L c20 3904 2883 mt 3964 2870 L 1 sg 61 -14 -47 -72 3949 3402 3 MP PP c19 3949 3402 mt 3902 3330 L c20 3902 3330 mt 3963 3316 L 1 sg -47 -68 61 -14 3902 3330 3 MP PP c20 3902 3330 mt 3963 3316 L 3963 3316 mt 3916 3248 L 1 sg 60 -20 -46 -15 3947 2724 3 MP PP c8 3947 2724 mt 3901 2709 L 3901 2709 mt 3961 2689 L 1 sg -46 -17 60 -20 3901 2709 3 MP PP c8 3901 2709 mt 3961 2689 L 3961 2689 mt 3915 2672 L 1 sg 60 -19 -46 -25 3947 4281 3 MP PP c21 3947 4281 mt 3901 4256 L 3901 4256 mt 3961 4237 L 1 sg -46 -27 60 -19 3901 4256 3 MP PP c21 3901 4256 mt 3961 4237 L 3961 4237 mt 3915 4210 L 1 sg 60 -7 -46 -50 3944 3108 3 MP PP c24 3944 3108 mt 3898 3058 L c25 3898 3058 mt 3958 3051 L 1 sg -46 -42 60 -7 3898 3058 3 MP PP c25 3898 3058 mt 3958 3051 L 3958 3051 mt 3912 3009 L 1 sg 61 -23 -47 -40 3943 4103 3 MP PP c11 3943 4103 mt 3896 4063 L 3896 4063 mt 3957 4040 L 1 sg -47 -46 61 -23 3896 4063 3 MP PP c11 3896 4063 mt 3957 4040 L c8 3957 4040 mt 3910 3994 L 1 sg 61 -18 -47 8 3942 2873 3 MP PP c14 3942 2873 mt 3895 2881 L c13 3895 2881 mt 3956 2863 L 1 sg -47 5 61 -18 3895 2881 3 MP PP c13 3895 2881 mt 3956 2863 L 3956 2863 mt 3909 2868 L 1 sg 60 -7 -46 -18 3940 2937 3 MP PP c25 3940 2937 mt 3894 2919 L 3894 2919 mt 3954 2912 L 1 sg -46 -11 60 -7 3894 2919 3 MP PP c25 3894 2919 mt 3954 2912 L 3954 2912 mt 3908 2901 L 1 sg 61 -23 -47 -64 3939 3836 3 MP PP c10 3939 3836 mt 3892 3772 L c13 3892 3772 mt 3953 3749 L 1 sg -47 -69 61 -23 3892 3772 3 MP PP c13 3892 3772 mt 3953 3749 L 3953 3749 mt 3906 3680 L 1 sg 61 -20 -46 -1 3937 2835 3 MP PP c10 3937 2835 mt 3891 2834 L c9 3891 2834 mt 3952 2814 L 1 sg -47 -4 61 -20 3891 2834 3 MP PP c9 3891 2834 mt 3952 2814 L 3952 2814 mt 3905 2810 L 1 sg -46 -22 60 -17 3891 4438 3 MP PP c21 3891 4438 mt 3951 4421 L 3951 4421 mt 3905 4399 L 1 sg -46 7 60 -19 3835 2900 3 MP PP c13 3835 2900 mt 3895 2881 L 3895 2881 mt 3849 2888 L 1 sg 60 -19 -46 9 3881 2891 3 MP PP c14 3881 2891 mt 3835 2900 L c13 3835 2900 mt 3895 2881 L 1 sg -47 12 61 -12 3843 2895 3 MP PP c20 3843 2895 mt 3904 2883 L 3904 2883 mt 3857 2895 L 1 sg 61 -12 -46 10 3889 2885 3 MP PP c22 3889 2885 mt 3843 2895 L c20 3843 2895 mt 3904 2883 L 1 sg -46 9 61 -19 3820 2910 3 MP PP c13 3820 2910 mt 3881 2891 L c14 3881 2891 mt 3835 2900 L 1 sg 61 -19 -47 11 3867 2899 3 MP PP c14 3867 2899 mt 3820 2910 L c13 3820 2910 mt 3881 2891 L 1 sg -47 13 61 -14 3857 2895 3 MP PP c19 3857 2895 mt 3918 2881 L 3918 2881 mt 3871 2894 L 1 sg 61 -14 -47 12 3904 2883 3 MP PP c20 3904 2883 mt 3857 2895 L c19 3857 2895 mt 3918 2881 L 1 sg -47 13 61 -14 3871 2894 3 MP PP c18 3871 2894 mt 3932 2880 L 3932 2880 mt 3885 2893 L 1 sg 61 -14 -47 13 3918 2881 3 MP PP c19 3918 2881 mt 3871 2894 L c18 3871 2894 mt 3932 2880 L 1 sg 61 -11 -47 5 3936 2880 3 MP PP c23 3936 2880 mt 3889 2885 L c22 3889 2885 mt 3950 2874 L 1 sg -46 9 61 -11 3889 2885 3 MP PP c22 3889 2885 mt 3950 2874 L 3950 2874 mt 3904 2883 L 1 sg 61 -16 -46 -75 3934 3493 3 MP PP c17 3934 3493 mt 3888 3418 L c19 3888 3418 mt 3949 3402 L 1 sg -47 -72 61 -16 3888 3418 3 MP PP c19 3888 3418 mt 3949 3402 L 3949 3402 mt 3902 3330 L 1 sg 60 -19 -46 -12 3933 2755 3 MP PP c8 3933 2755 mt 3887 2743 L 3887 2743 mt 3947 2724 L 1 sg -46 -15 60 -19 3887 2743 3 MP PP c8 3887 2743 mt 3947 2724 L 3947 2724 mt 3901 2709 L 1 sg 61 -17 -47 -24 3933 4322 3 MP PP c21 3933 4322 mt 3886 4298 L 3886 4298 mt 3947 4281 L 1 sg -46 -25 61 -17 3886 4298 3 MP PP c21 3886 4298 mt 3947 4281 L 3947 4281 mt 3901 4256 L 1 sg 60 -8 -46 -58 3930 3174 3 MP PP c23 3930 3174 mt 3884 3116 L c24 3884 3116 mt 3944 3108 L 1 sg -46 -50 60 -8 3884 3116 3 MP PP c24 3884 3116 mt 3944 3108 L 3944 3108 mt 3898 3058 L 1 sg 61 -22 -47 -34 3929 4159 3 MP PP c21 3929 4159 mt 3882 4125 L c11 3882 4125 mt 3943 4103 L 1 sg -47 -40 61 -22 3882 4125 3 MP PP c11 3882 4125 mt 3943 4103 L 3943 4103 mt 3896 4063 L 1 sg 60 -7 -46 -25 3926 2969 3 MP PP c25 3926 2969 mt 3880 2944 L 3880 2944 mt 3940 2937 L 1 sg -46 -18 60 -7 3880 2944 3 MP PP c25 3880 2944 mt 3940 2937 L 3940 2937 mt 3894 2919 L 1 sg 61 -24 -47 -58 3925 3918 3 MP PP c9 3925 3918 mt 3878 3860 L c10 3878 3860 mt 3939 3836 L 1 sg -47 -64 61 -24 3878 3860 3 MP PP c10 3878 3860 mt 3939 3836 L 3939 3836 mt 3892 3772 L 1 sg 60 -20 -46 2 3923 2853 3 MP PP c10 3923 2853 mt 3877 2855 L 3877 2855 mt 3937 2835 L 1 sg -46 -1 60 -20 3877 2855 3 MP PP c10 3877 2855 mt 3937 2835 L 3937 2835 mt 3891 2834 L 1 sg 61 -10 -47 1 3922 2889 3 MP PP c24 3922 2889 mt 3875 2890 L c23 3875 2890 mt 3936 2880 L 1 sg -47 5 61 -10 3875 2890 3 MP PP c23 3875 2890 mt 3936 2880 L 3936 2880 mt 3889 2885 L 1 sg 60 -18 -46 -75 3920 3586 3 MP PP c16 3920 3586 mt 3874 3511 L c17 3874 3511 mt 3934 3493 L 1 sg -46 -75 60 -18 3874 3511 3 MP PP c17 3874 3511 mt 3934 3493 L 3934 3493 mt 3888 3418 L 1 sg 60 -20 -46 -9 3919 2784 3 MP PP c9 3919 2784 mt 3873 2775 L c8 3873 2775 mt 3933 2755 L 1 sg -46 -12 60 -20 3873 2775 3 MP PP c8 3873 2775 mt 3933 2755 L 3933 2755 mt 3887 2743 L 1 sg 61 -17 -47 -22 3919 4361 3 MP PP c21 3919 4361 mt 3872 4339 L 3872 4339 mt 3933 4322 L 1 sg -47 -24 61 -17 3872 4339 3 MP PP c21 3872 4339 mt 3933 4322 L 3933 4322 mt 3886 4298 L 1 sg 60 -10 -46 -64 3916 3248 3 MP PP c22 3916 3248 mt 3870 3184 L c23 3870 3184 mt 3930 3174 L 1 sg -46 -58 60 -10 3870 3184 3 MP PP c23 3870 3184 mt 3930 3174 L 3930 3174 mt 3884 3116 L 1 sg 61 -21 -47 -30 3915 4210 3 MP PP c21 3915 4210 mt 3868 4180 L 3868 4180 mt 3929 4159 L 1 sg -47 -34 61 -21 3868 4180 3 MP PP c21 3868 4180 mt 3929 4159 L 3929 4159 mt 3882 4125 L 1 sg 61 -6 -47 -34 3912 3009 3 MP PP c25 3912 3009 mt 3865 2975 L 3865 2975 mt 3926 2969 L 1 sg -46 -25 61 -6 3865 2975 3 MP PP c25 3865 2975 mt 3926 2969 L 3926 2969 mt 3880 2944 L 1 sg 61 -24 -46 -52 3910 3994 3 MP PP c8 3910 3994 mt 3864 3942 L c9 3864 3942 mt 3925 3918 L 1 sg -47 -58 61 -24 3864 3942 3 MP PP c9 3864 3942 mt 3925 3918 L 3925 3918 mt 3878 3860 L 1 sg 60 -19 -46 4 3909 2868 3 MP PP c12 3909 2868 mt 3863 2872 L c10 3863 2872 mt 3923 2853 L 1 sg -46 2 60 -19 3863 2872 3 MP PP c10 3863 2872 mt 3923 2853 L 3923 2853 mt 3877 2855 L 1 sg -47 11 61 -18 3806 2917 3 MP PP c14 3806 2917 mt 3867 2899 L 3867 2899 mt 3820 2910 L 1 sg 61 -18 -47 13 3853 2904 3 MP PP c15 3853 2904 mt 3806 2917 L c14 3806 2917 mt 3867 2899 L 1 sg -46 14 60 -16 3825 2909 3 MP PP c17 3825 2909 mt 3885 2893 L 3885 2893 mt 3839 2907 L 1 sg 60 -16 -46 15 3871 2894 3 MP PP c18 3871 2894 mt 3825 2909 L c17 3825 2909 mt 3885 2893 L 1 sg -46 13 60 -16 3839 2907 3 MP PP c16 3839 2907 mt 3899 2891 L 3899 2891 mt 3853 2904 L 1 sg 60 -16 -46 14 3885 2893 3 MP PP c17 3885 2893 mt 3839 2907 L c16 3839 2907 mt 3899 2891 L 1 sg 61 -8 -47 -4 3908 2901 3 MP PP c24 3908 2901 mt 3861 2897 L 3861 2897 mt 3922 2889 L 1 sg 61 -19 -46 9 3820 2910 3 MP PP c13 3820 2910 mt 3774 2919 L 3774 2919 mt 3835 2900 L 1 sg -46 15 60 -15 3811 2909 3 MP PP c18 3811 2909 mt 3871 2894 L 3871 2894 mt 3825 2909 L 1 sg 60 -15 -46 14 3857 2895 3 MP PP c19 3857 2895 mt 3811 2909 L c18 3811 2909 mt 3871 2894 L 1 sg -47 1 61 -8 3861 2897 3 MP PP c24 3861 2897 mt 3922 2889 L 3922 2889 mt 3875 2890 L 1 sg 60 -21 -46 -73 3906 3680 3 MP PP c14 3906 3680 mt 3860 3607 L c16 3860 3607 mt 3920 3586 L 1 sg -46 -75 60 -21 3860 3607 3 MP PP c16 3860 3607 mt 3920 3586 L 3920 3586 mt 3874 3511 L 1 sg 60 -20 -46 -6 3905 2810 3 MP PP c9 3905 2810 mt 3859 2804 L 3859 2804 mt 3919 2784 L 1 sg -46 -9 60 -20 3859 2804 3 MP PP c9 3859 2804 mt 3919 2784 L 3919 2784 mt 3873 2775 L 1 sg 61 -17 -47 -21 3905 4399 3 MP PP c21 3905 4399 mt 3858 4378 L 3858 4378 mt 3919 4361 L 1 sg -47 -22 61 -17 3858 4378 3 MP PP c21 3858 4378 mt 3919 4361 L 3919 4361 mt 3872 4339 L 1 sg 60 -12 -46 -70 3902 3330 3 MP PP c20 3902 3330 mt 3856 3260 L c22 3856 3260 mt 3916 3248 L 1 sg -46 -64 60 -12 3856 3260 3 MP PP c22 3856 3260 mt 3916 3248 L 3916 3248 mt 3870 3184 L 1 sg 61 -20 -47 -17 3901 2709 3 MP PP c8 3901 2709 mt 3854 2692 L 3854 2692 mt 3915 2672 L 1 sg 61 -19 -47 -27 3901 4256 3 MP PP c21 3901 4256 mt 3854 4229 L 3854 4229 mt 3915 4210 L 1 sg -47 -30 61 -19 3854 4229 3 MP PP c21 3854 4229 mt 3915 4210 L 3915 4210 mt 3868 4180 L 1 sg 61 -7 -47 -42 3898 3058 3 MP PP c25 3898 3058 mt 3851 3016 L 3851 3016 mt 3912 3009 L 1 sg -47 -34 61 -7 3851 3016 3 MP PP c25 3851 3016 mt 3912 3009 L 3912 3009 mt 3865 2975 L 1 sg 60 -24 -46 -45 3896 4063 3 MP PP c11 3896 4063 mt 3850 4018 L c8 3850 4018 mt 3910 3994 L 1 sg -46 -52 60 -24 3850 4018 3 MP PP c8 3850 4018 mt 3910 3994 L 3910 3994 mt 3864 3942 L 1 sg 60 -20 -46 7 3895 2881 3 MP PP c13 3895 2881 mt 3849 2888 L c12 3849 2888 mt 3909 2868 L 1 sg -46 4 60 -20 3849 2888 3 MP PP c12 3849 2888 mt 3909 2868 L 3909 2868 mt 3863 2872 L 1 sg 61 -8 -47 -10 3894 2919 3 MP PP c25 3894 2919 mt 3847 2909 L 3847 2909 mt 3908 2901 L 1 sg -47 -4 61 -8 3847 2909 3 MP PP c25 3847 2909 mt 3908 2901 L c24 3908 2901 mt 3861 2897 L 1 sg 60 -22 -46 -70 3892 3772 3 MP PP c13 3892 3772 mt 3846 3702 L c14 3846 3702 mt 3906 3680 L 1 sg -46 -73 60 -22 3846 3702 3 MP PP c14 3846 3702 mt 3906 3680 L 3906 3680 mt 3860 3607 L 1 sg 61 -20 -47 -4 3891 2834 3 MP PP c9 3891 2834 mt 3844 2830 L 3844 2830 mt 3905 2810 L 1 sg -46 -6 61 -20 3844 2830 3 MP PP c9 3844 2830 mt 3905 2810 L 3905 2810 mt 3859 2804 L 1 sg 61 -17 -47 -22 3891 4438 3 MP PP c21 3891 4438 mt 3844 4416 L 3844 4416 mt 3905 4399 L 1 sg -47 -21 61 -17 3844 4416 3 MP PP c21 3844 4416 mt 3905 4399 L 3905 4399 mt 3858 4378 L 1 sg 61 -14 -47 -74 3888 3418 3 MP PP c19 3888 3418 mt 3841 3344 L c20 3841 3344 mt 3902 3330 L 1 sg -46 -70 61 -14 3841 3344 3 MP PP c20 3841 3344 mt 3902 3330 L 3902 3330 mt 3856 3260 L 1 sg 61 -20 -47 -14 3887 2743 3 MP PP c8 3887 2743 mt 3840 2729 L 3840 2729 mt 3901 2709 L 1 sg -47 -17 61 -20 3840 2729 3 MP PP c8 3840 2729 mt 3901 2709 L 3901 2709 mt 3854 2692 L 1 sg 61 -18 -46 -24 3886 4298 3 MP PP c21 3886 4298 mt 3840 4274 L 3840 4274 mt 3901 4256 L 1 sg -47 -27 61 -18 3840 4274 3 MP PP c21 3840 4274 mt 3901 4256 L 3901 4256 mt 3854 4229 L 1 sg 61 -7 -47 -51 3884 3116 3 MP PP c24 3884 3116 mt 3837 3065 L c25 3837 3065 mt 3898 3058 L 1 sg -47 -42 61 -7 3837 3065 3 MP PP c25 3837 3065 mt 3898 3058 L 3898 3058 mt 3851 3016 L 1 sg 60 -23 -46 -39 3882 4125 3 MP PP c11 3882 4125 mt 3836 4086 L 3836 4086 mt 3896 4063 L 1 sg -46 -45 60 -23 3836 4086 3 MP PP c11 3836 4086 mt 3896 4063 L 3896 4063 mt 3850 4018 L 1 sg 61 -7 -47 -18 3880 2944 3 MP PP c25 3880 2944 mt 3833 2926 L 3833 2926 mt 3894 2919 L 1 sg -47 -10 61 -7 3833 2926 3 MP PP c25 3833 2926 mt 3894 2919 L 3894 2919 mt 3847 2909 L 1 sg 60 -23 -46 -65 3878 3860 3 MP PP c10 3878 3860 mt 3832 3795 L c12 3832 3795 mt 3892 3772 L 1 sg -46 -70 60 -23 3832 3795 3 MP PP c12 3832 3795 mt 3892 3772 L c13 3892 3772 mt 3846 3702 L 1 sg 61 -19 -47 -2 3877 2855 3 MP PP c10 3877 2855 mt 3830 2853 L c9 3830 2853 mt 3891 2834 L 1 sg -47 -4 61 -19 3830 2853 3 MP PP c9 3830 2853 mt 3891 2834 L 3891 2834 mt 3844 2830 L 1 sg -47 -22 61 -16 3830 4454 3 MP PP c21 3830 4454 mt 3891 4438 L 3891 4438 mt 3844 4416 L 1 sg 61 -19 -47 7 3835 2900 3 MP PP c13 3835 2900 mt 3788 2907 L c12 3788 2907 mt 3849 2888 L 1 sg -46 10 60 -11 3829 2896 3 MP PP c22 3829 2896 mt 3889 2885 L 3889 2885 mt 3843 2895 L 1 sg 60 -11 -46 6 3875 2890 3 MP PP c23 3875 2890 mt 3829 2896 L c22 3829 2896 mt 3889 2885 L 1 sg 61 -17 -47 -76 3874 3511 3 MP PP c17 3874 3511 mt 3827 3435 L c19 3827 3435 mt 3888 3418 L 1 sg -47 -74 61 -17 3827 3435 3 MP PP c19 3827 3435 mt 3888 3418 L 3888 3418 mt 3841 3344 L 1 sg 61 -20 -47 -12 3873 2775 3 MP PP c8 3873 2775 mt 3826 2763 L 3826 2763 mt 3887 2743 L 1 sg -47 -14 61 -20 3826 2763 3 MP PP c8 3826 2763 mt 3887 2743 L 3887 2743 mt 3840 2729 L 1 sg 60 -18 -46 -23 3872 4339 3 MP PP c21 3872 4339 mt 3826 4316 L 3826 4316 mt 3886 4298 L 1 sg -46 -24 60 -18 3826 4316 3 MP PP c21 3826 4316 mt 3886 4298 L 3886 4298 mt 3840 4274 L 1 sg 61 -8 -47 -60 3870 3184 3 MP PP c23 3870 3184 mt 3823 3124 L c24 3823 3124 mt 3884 3116 L 1 sg -47 -51 61 -8 3823 3124 3 MP PP c24 3823 3124 mt 3884 3116 L 3884 3116 mt 3837 3065 L 1 sg 60 -22 -46 -33 3868 4180 3 MP PP c21 3868 4180 mt 3822 4147 L c11 3822 4147 mt 3882 4125 L 1 sg -46 -39 60 -22 3822 4147 3 MP PP c11 3822 4147 mt 3882 4125 L 3882 4125 mt 3836 4086 L 1 sg 61 -6 -46 -25 3865 2975 3 MP PP c25 3865 2975 mt 3819 2950 L /c26 { 0.000000 0.687500 1.000000 sr} bdef c26 3819 2950 mt 3880 2944 L 1 sg -47 -18 61 -6 3819 2950 3 MP PP c26 3819 2950 mt 3880 2944 L c25 3880 2944 mt 3833 2926 L 1 sg 61 -24 -47 -58 3864 3942 3 MP PP c9 3864 3942 mt 3817 3884 L c10 3817 3884 mt 3878 3860 L 1 sg -46 -65 61 -24 3817 3884 3 MP PP c10 3817 3884 mt 3878 3860 L 3878 3860 mt 3832 3795 L 1 sg 61 -19 -47 2 3863 2872 3 MP PP c10 3863 2872 mt 3816 2874 L 3816 2874 mt 3877 2855 L 1 sg -47 -2 61 -19 3816 2874 3 MP PP c10 3816 2874 mt 3877 2855 L 3877 2855 mt 3830 2853 L 1 sg 60 -19 -46 4 3788 2907 3 MP PP c12 3788 2907 mt 3742 2911 L c10 3742 2911 mt 3802 2892 L 1 sg -47 4 61 -19 3788 2907 3 MP PP c12 3788 2907 mt 3849 2888 L 3849 2888 mt 3802 2892 L 1 sg -47 11 61 -11 3768 2907 3 MP PP c22 3768 2907 mt 3829 2896 L 3829 2896 mt 3782 2907 L 1 sg -46 4 61 -19 3727 2926 3 MP PP c12 3727 2926 mt 3788 2907 L 3788 2907 mt 3742 2911 L 1 sg 61 -19 -47 7 3774 2919 3 MP PP c13 3774 2919 mt 3727 2926 L c12 3727 2926 mt 3788 2907 L 1 sg -47 7 61 -19 3774 2919 3 MP PP c13 3774 2919 mt 3835 2900 L 3835 2900 mt 3788 2907 L 1 sg -47 13 61 -12 3782 2907 3 MP PP c20 3782 2907 mt 3843 2895 L 3843 2895 mt 3796 2908 L 1 sg 61 -12 -47 11 3829 2896 3 MP PP c22 3829 2896 mt 3782 2907 L c20 3782 2907 mt 3843 2895 L 1 sg -46 14 61 -13 3796 2908 3 MP PP c19 3796 2908 mt 3857 2895 L 3857 2895 mt 3811 2909 L 1 sg 61 -13 -47 13 3843 2895 3 MP PP c20 3843 2895 mt 3796 2908 L c19 3796 2908 mt 3857 2895 L 1 sg 60 -10 -46 3 3861 2897 3 MP PP c24 3861 2897 mt 3815 2900 L c23 3815 2900 mt 3875 2890 L 1 sg -46 6 60 -10 3815 2900 3 MP PP c23 3815 2900 mt 3875 2890 L 3875 2890 mt 3829 2896 L 1 sg 61 -19 -47 -77 3860 3607 3 MP PP c16 3860 3607 mt 3813 3530 L c17 3813 3530 mt 3874 3511 L 1 sg -47 -76 61 -19 3813 3530 3 MP PP c17 3813 3530 mt 3874 3511 L 3874 3511 mt 3827 3435 L 1 sg 61 -20 -47 -9 3859 2804 3 MP PP c9 3859 2804 mt 3812 2795 L c8 3812 2795 mt 3873 2775 L 1 sg -47 -12 61 -20 3812 2795 3 MP PP c8 3812 2795 mt 3873 2775 L 3873 2775 mt 3826 2763 L 1 sg 60 -17 -46 -22 3858 4378 3 MP PP c21 3858 4378 mt 3812 4356 L 3812 4356 mt 3872 4339 L 1 sg -46 -23 60 -17 3812 4356 3 MP PP c21 3812 4356 mt 3872 4339 L 3872 4339 mt 3826 4316 L 1 sg 61 -9 -47 -67 3856 3260 3 MP PP c22 3856 3260 mt 3809 3193 L c24 3809 3193 mt 3870 3184 L 1 sg -47 -60 61 -9 3809 3193 3 MP PP c24 3809 3193 mt 3870 3184 L c23 3870 3184 mt 3823 3124 L 1 sg 60 -20 -46 -29 3854 4229 3 MP PP c21 3854 4229 mt 3808 4200 L 3808 4200 mt 3868 4180 L 1 sg -46 -33 60 -20 3808 4200 3 MP PP c21 3808 4200 mt 3868 4180 L 3868 4180 mt 3822 4147 L 1 sg 60 -6 -46 -35 3851 3016 3 MP PP c25 3851 3016 mt 3805 2981 L c26 3805 2981 mt 3865 2975 L 1 sg -46 -25 60 -6 3805 2981 3 MP PP c26 3805 2981 mt 3865 2975 L c25 3865 2975 mt 3819 2950 L 1 sg 61 -25 -47 -51 3850 4018 3 MP PP c8 3850 4018 mt 3803 3967 L c9 3803 3967 mt 3864 3942 L 1 sg -47 -58 61 -25 3803 3967 3 MP PP c9 3803 3967 mt 3864 3942 L 3864 3942 mt 3817 3884 L 1 sg 61 -20 -47 4 3849 2888 3 MP PP c12 3849 2888 mt 3802 2892 L c10 3802 2892 mt 3863 2872 L 1 sg -47 2 61 -20 3802 2892 3 MP PP c10 3802 2892 mt 3863 2872 L 3863 2872 mt 3816 2874 L 1 sg -46 11 60 -18 3746 2935 3 MP PP c14 3746 2935 mt 3806 2917 L 3806 2917 mt 3760 2928 L 1 sg 60 -18 -46 14 3792 2921 3 MP PP c15 3792 2921 mt 3746 2935 L c14 3746 2935 mt 3806 2917 L 1 sg 60 -18 -46 11 3806 2917 3 MP PP c14 3806 2917 mt 3760 2928 L c13 3760 2928 mt 3820 2910 L 1 sg -47 13 61 -17 3792 2921 3 MP PP c15 3792 2921 mt 3853 2904 L 3853 2904 mt 3806 2917 L 1 sg -47 14 61 -17 3778 2924 3 MP PP c16 3778 2924 mt 3839 2907 L 3839 2907 mt 3792 2921 L 1 sg 61 -17 -47 15 3825 2909 3 MP PP c17 3825 2909 mt 3778 2924 L c16 3778 2924 mt 3839 2907 L 1 sg 61 -17 -47 14 3839 2907 3 MP PP c16 3839 2907 mt 3792 2921 L c15 3792 2921 mt 3853 2904 L 1 sg 60 -9 -46 -3 3847 2909 3 MP PP c25 3847 2909 mt 3801 2906 L c24 3801 2906 mt 3861 2897 L 1 sg -46 3 60 -9 3801 2906 3 MP PP c24 3801 2906 mt 3861 2897 L 3861 2897 mt 3815 2900 L 1 sg 61 -21 -47 -74 3846 3702 3 MP PP c14 3846 3702 mt 3799 3628 L c15 3799 3628 mt 3860 3607 L 1 sg -47 -77 61 -21 3799 3628 3 MP PP c15 3799 3628 mt 3860 3607 L c16 3860 3607 mt 3813 3530 L 1 sg 61 -20 -46 -6 3844 2830 3 MP PP c9 3844 2830 mt 3798 2824 L c8 3798 2824 mt 3859 2804 L 1 sg -47 -9 61 -20 3798 2824 3 MP PP c8 3798 2824 mt 3859 2804 L c9 3859 2804 mt 3812 2795 L 1 sg 60 -16 -46 -22 3844 4416 3 MP PP c21 3844 4416 mt 3798 4394 L 3798 4394 mt 3858 4378 L 1 sg -46 -22 60 -16 3798 4394 3 MP PP c21 3798 4394 mt 3858 4378 L 3858 4378 mt 3812 4356 L 1 sg 61 -12 -46 -72 3841 3344 3 MP PP c20 3841 3344 mt 3795 3272 L c22 3795 3272 mt 3856 3260 L 1 sg -47 -67 61 -12 3795 3272 3 MP PP c22 3795 3272 mt 3856 3260 L 3856 3260 mt 3809 3193 L 1 sg 60 -20 -46 -17 3840 2729 3 MP PP c8 3840 2729 mt 3794 2712 L 3794 2712 mt 3854 2692 L 1 sg 61 -20 -47 -25 3840 4274 3 MP PP c21 3840 4274 mt 3793 4249 L 3793 4249 mt 3854 4229 L 1 sg -46 -29 61 -20 3793 4249 3 MP PP c21 3793 4249 mt 3854 4229 L 3854 4229 mt 3808 4200 L 1 sg 60 -6 -46 -43 3837 3065 3 MP PP c25 3837 3065 mt 3791 3022 L c26 3791 3022 mt 3851 3016 L 1 sg -46 -35 60 -6 3791 3022 3 MP PP c26 3791 3022 mt 3851 3016 L c25 3851 3016 mt 3805 2981 L 1 sg 61 -24 -47 -44 3836 4086 3 MP PP c11 3836 4086 mt 3789 4042 L c8 3789 4042 mt 3850 4018 L 1 sg -47 -51 61 -24 3789 4042 3 MP PP c8 3789 4042 mt 3850 4018 L 3850 4018 mt 3803 3967 L 1 sg -47 7 61 -19 3713 2938 3 MP PP c13 3713 2938 mt 3774 2919 L 3774 2919 mt 3727 2926 L 1 sg 61 -19 -47 10 3760 2928 3 MP PP c13 3760 2928 mt 3713 2938 L 3713 2938 mt 3774 2919 L 1 sg -46 9 60 -18 3760 2928 3 MP PP c13 3760 2928 mt 3820 2910 L 3820 2910 mt 3774 2919 L 1 sg -47 15 61 -14 3750 2923 3 MP PP c18 3750 2923 mt 3811 2909 L 3811 2909 mt 3764 2924 L 1 sg -47 15 61 -15 3764 2924 3 MP PP c17 3764 2924 mt 3825 2909 L 3825 2909 mt 3778 2924 L 1 sg 61 -15 -47 15 3811 2909 3 MP PP c18 3811 2909 mt 3764 2924 L c17 3764 2924 mt 3825 2909 L 1 sg 60 -7 -46 -10 3833 2926 3 MP PP c25 3833 2926 mt 3787 2916 L 3787 2916 mt 3847 2909 L 1 sg 61 -14 -46 15 3796 2908 3 MP PP c19 3796 2908 mt 3750 2923 L c18 3750 2923 mt 3811 2909 L 1 sg -46 -3 60 -7 3787 2916 3 MP PP c25 3787 2916 mt 3847 2909 L 3847 2909 mt 3801 2906 L 1 sg 61 -23 -47 -70 3832 3795 3 MP PP c12 3832 3795 mt 3785 3725 L c14 3785 3725 mt 3846 3702 L 1 sg -47 -74 61 -23 3785 3725 3 MP PP c14 3785 3725 mt 3846 3702 L 3846 3702 mt 3799 3628 L 1 sg 60 -20 -46 -3 3830 2853 3 MP PP c9 3830 2853 mt 3784 2850 L 3784 2850 mt 3844 2830 L 1 sg -46 -6 60 -20 3784 2850 3 MP PP c9 3784 2850 mt 3844 2830 L 3844 2830 mt 3798 2824 L 1 sg 60 -17 -46 -21 3830 4454 3 MP PP c21 3830 4454 mt 3784 4433 L 3784 4433 mt 3844 4416 L 1 sg -46 -22 60 -17 3784 4433 3 MP PP c21 3784 4433 mt 3844 4416 L 3844 4416 mt 3798 4394 L 1 sg 60 -14 -46 -77 3827 3435 3 MP PP c19 3827 3435 mt 3781 3358 L c20 3781 3358 mt 3841 3344 L 1 sg -46 -72 60 -14 3781 3358 3 MP PP c20 3781 3358 mt 3841 3344 L 3841 3344 mt 3795 3272 L 1 sg 60 -20 -46 -14 3826 2763 3 MP PP c8 3826 2763 mt 3780 2749 L 3780 2749 mt 3840 2729 L 1 sg -46 -17 60 -20 3780 2749 3 MP PP c8 3780 2749 mt 3840 2729 L 3840 2729 mt 3794 2712 L 1 sg 61 -18 -47 -24 3826 4316 3 MP PP c21 3826 4316 mt 3779 4292 L 3779 4292 mt 3840 4274 L 1 sg -47 -25 61 -18 3779 4292 3 MP PP c21 3779 4292 mt 3840 4274 L 3840 4274 mt 3793 4249 L 1 sg 60 -7 -46 -52 3823 3124 3 MP PP c24 3823 3124 mt 3777 3072 L c25 3777 3072 mt 3837 3065 L 1 sg -46 -43 60 -7 3777 3072 3 MP PP c25 3777 3072 mt 3837 3065 L 3837 3065 mt 3791 3022 L 1 sg 61 -23 -47 -38 3822 4147 3 MP PP c11 3822 4147 mt 3775 4109 L 3775 4109 mt 3836 4086 L 1 sg -47 -44 61 -23 3775 4109 3 MP PP c11 3775 4109 mt 3836 4086 L 3836 4086 mt 3789 4042 L 1 sg 61 -7 -47 -17 3819 2950 3 MP PP c26 3819 2950 mt 3772 2933 L c25 3772 2933 mt 3833 2926 L 1 sg -47 12 61 -18 3685 2953 3 MP PP c14 3685 2953 mt 3746 2935 L 3746 2935 mt 3699 2947 L 1 sg 61 -19 -47 12 3746 2935 3 MP PP c14 3746 2935 mt 3699 2947 L c13 3699 2947 mt 3760 2928 L 1 sg -46 14 60 -18 3732 2939 3 MP PP c15 3732 2939 mt 3792 2921 L 3792 2921 mt 3746 2935 L 1 sg 60 -18 -46 15 3778 2924 3 MP PP c16 3778 2924 mt 3732 2939 L c15 3732 2939 mt 3792 2921 L 1 sg -46 -10 61 -7 3772 2933 3 MP PP c25 3772 2933 mt 3833 2926 L 3833 2926 mt 3787 2916 L 1 sg 61 -25 -46 -64 3817 3884 3 MP PP c10 3817 3884 mt 3771 3820 L c12 3771 3820 mt 3832 3795 L 1 sg -47 -70 61 -25 3771 3820 3 MP PP c12 3771 3820 mt 3832 3795 L 3832 3795 mt 3785 3725 L 1 sg 60 -20 -46 -1 3816 2874 3 MP PP c10 3816 2874 mt 3770 2873 L c9 3770 2873 mt 3830 2853 L 1 sg -46 -3 60 -20 3770 2873 3 MP PP c9 3770 2873 mt 3830 2853 L 3830 2853 mt 3784 2850 L 1 sg -46 -21 61 -17 3769 4471 3 MP PP c21 3769 4471 mt 3830 4454 L 3830 4454 mt 3784 4433 L 1 sg 61 -11 -47 7 3815 2900 3 MP PP c23 3815 2900 mt 3768 2907 L c22 3768 2907 mt 3829 2896 L 1 sg 60 -16 -46 -79 3813 3530 3 MP PP c17 3813 3530 mt 3767 3451 L c19 3767 3451 mt 3827 3435 L 1 sg -46 -77 60 -16 3767 3451 3 MP PP c19 3767 3451 mt 3827 3435 L 3827 3435 mt 3781 3358 L 1 sg 60 -20 -46 -12 3812 2795 3 MP PP c8 3812 2795 mt 3766 2783 L 3766 2783 mt 3826 2763 L 1 sg -46 -14 60 -20 3766 2783 3 MP PP c8 3766 2783 mt 3826 2763 L 3826 2763 mt 3780 2749 L 1 sg 61 -17 -47 -23 3812 4356 3 MP PP c21 3812 4356 mt 3765 4333 L 3765 4333 mt 3826 4316 L 1 sg -47 -24 61 -17 3765 4333 3 MP PP c21 3765 4333 mt 3826 4316 L 3826 4316 mt 3779 4292 L 1 sg 60 -8 -46 -61 3809 3193 3 MP PP c24 3809 3193 mt 3763 3132 L c25 3763 3132 mt 3823 3124 L 1 sg -46 -52 60 -8 3763 3132 3 MP PP c25 3763 3132 mt 3823 3124 L c24 3823 3124 mt 3777 3072 L 1 sg 61 -21 -47 -32 3808 4200 3 MP PP c21 3808 4200 mt 3761 4168 L 3761 4168 mt 3822 4147 L 1 sg -47 -38 61 -21 3761 4168 3 MP PP c21 3761 4168 mt 3822 4147 L c11 3822 4147 mt 3775 4109 L 1 sg 61 -6 -47 -25 3805 2981 3 MP PP c26 3805 2981 mt 3758 2956 L 3758 2956 mt 3819 2950 L 1 sg -47 -17 61 -6 3758 2956 3 MP PP c26 3758 2956 mt 3819 2950 L 3819 2950 mt 3772 2933 L 1 sg 60 -25 -46 -58 3803 3967 3 MP PP c9 3803 3967 mt 3757 3909 L c10 3757 3909 mt 3817 3884 L 1 sg -46 -64 60 -25 3757 3909 3 MP PP c10 3757 3909 mt 3817 3884 L 3817 3884 mt 3771 3820 L 1 sg 60 -20 -46 2 3802 2892 3 MP PP c10 3802 2892 mt 3756 2894 L 3756 2894 mt 3816 2874 L 1 sg -46 -1 60 -20 3756 2894 3 MP PP c10 3756 2894 mt 3816 2874 L 3816 2874 mt 3770 2873 L 1 sg -47 2 61 -20 3681 2931 3 MP PP c10 3681 2931 mt 3742 2911 L 3742 2911 mt 3695 2913 L 1 sg 61 -20 -46 5 3727 2926 3 MP PP c12 3727 2926 mt 3681 2931 L c10 3681 2931 mt 3742 2911 L 1 sg -46 12 60 -11 3708 2918 3 MP PP c23 3708 2918 mt 3768 2907 L c22 3768 2907 mt 3722 2919 L 1 sg 60 -11 -46 9 3754 2909 3 MP PP c23 3754 2909 mt 3708 2918 L 3708 2918 mt 3768 2907 L 1 sg 60 -12 -46 12 3768 2907 3 MP PP c22 3768 2907 mt 3722 2919 L c20 3722 2919 mt 3782 2907 L 1 sg -47 7 61 -9 3754 2909 3 MP PP c23 3754 2909 mt 3815 2900 L 3815 2900 mt 3768 2907 L 1 sg 61 -9 -47 3 3801 2906 3 MP PP c24 3801 2906 mt 3754 2909 L c23 3754 2909 mt 3815 2900 L 1 sg 60 -19 -46 -79 3799 3628 3 MP PP c15 3799 3628 mt 3753 3549 L c17 3753 3549 mt 3813 3530 L 1 sg -46 -79 60 -19 3753 3549 3 MP PP c17 3753 3549 mt 3813 3530 L 3813 3530 mt 3767 3451 L 1 sg 61 -20 -47 -9 3798 2824 3 MP PP c8 3798 2824 mt 3751 2815 L 3751 2815 mt 3812 2795 L 1 sg -46 -12 61 -20 3751 2815 3 MP PP c8 3751 2815 mt 3812 2795 L 3812 2795 mt 3766 2783 L 1 sg 61 -17 -47 -21 3798 4394 3 MP PP c21 3798 4394 mt 3751 4373 L 3751 4373 mt 3812 4356 L 1 sg -47 -23 61 -17 3751 4373 3 MP PP c21 3751 4373 mt 3812 4356 L 3812 4356 mt 3765 4333 L 1 sg 61 -10 -47 -69 3795 3272 3 MP PP c22 3795 3272 mt 3748 3203 L c24 3748 3203 mt 3809 3193 L 1 sg -46 -61 61 -10 3748 3203 3 MP PP c24 3748 3203 mt 3809 3193 L 3809 3193 mt 3763 3132 L 1 sg 61 -21 -46 -28 3793 4249 3 MP PP c21 3793 4249 mt 3747 4221 L 3747 4221 mt 3808 4200 L 1 sg -47 -32 61 -21 3747 4221 3 MP PP c21 3747 4221 mt 3808 4200 L 3808 4200 mt 3761 4168 L 1 sg 61 -6 -47 -35 3791 3022 3 MP PP c26 3791 3022 mt 3744 2987 L 3744 2987 mt 3805 2981 L 1 sg -47 -25 61 -6 3744 2987 3 MP PP c26 3744 2987 mt 3805 2981 L 3805 2981 mt 3758 2956 L 1 sg 60 -25 -46 -50 3789 4042 3 MP PP c8 3789 4042 mt 3743 3992 L c9 3743 3992 mt 3803 3967 L 1 sg -46 -58 60 -25 3743 3992 3 MP PP c9 3743 3992 mt 3803 3967 L 3803 3967 mt 3757 3909 L 1 sg -46 2 60 -19 3742 2911 3 MP PP c10 3742 2911 mt 3802 2892 L 3802 2892 mt 3756 2894 L 1 sg -46 14 60 -12 3722 2919 3 MP PP c20 3722 2919 mt 3782 2907 L 3782 2907 mt 3736 2921 L 1 sg -46 15 60 -13 3736 2921 3 MP PP c19 3736 2921 mt 3796 2908 L 3796 2908 mt 3750 2923 L 1 sg 60 -13 -46 14 3782 2907 3 MP PP c20 3782 2907 mt 3736 2921 L c19 3736 2921 mt 3796 2908 L 1 sg 61 -8 -47 -2 3787 2916 3 MP PP c25 3787 2916 mt 3740 2914 L c24 3740 2914 mt 3801 2906 L 1 sg -47 3 61 -8 3740 2914 3 MP PP c24 3740 2914 mt 3801 2906 L 3801 2906 mt 3754 2909 L 1 sg 60 -21 -46 -76 3785 3725 3 MP PP c14 3785 3725 mt 3739 3649 L c15 3739 3649 mt 3799 3628 L 1 sg -46 -79 60 -21 3739 3649 3 MP PP c15 3739 3649 mt 3799 3628 L 3799 3628 mt 3753 3549 L 1 sg 61 -20 -47 -6 3784 2850 3 MP PP c9 3784 2850 mt 3737 2844 L c8 3737 2844 mt 3798 2824 L 1 sg -47 -9 61 -20 3737 2844 3 MP PP c8 3737 2844 mt 3798 2824 L 3798 2824 mt 3751 2815 L 1 sg 61 -17 -47 -22 3784 4433 3 MP PP c21 3784 4433 mt 3737 4411 L 3737 4411 mt 3798 4394 L 1 sg -47 -21 61 -17 3737 4411 3 MP PP c21 3737 4411 mt 3798 4394 L 3798 4394 mt 3751 4373 L 1 sg 61 -11 -47 -75 3781 3358 3 MP PP c20 3781 3358 mt 3734 3283 L c23 3734 3283 mt 3795 3272 L 1 sg -47 -69 61 -11 3734 3283 3 MP PP c23 3734 3283 mt 3795 3272 L c22 3795 3272 mt 3748 3203 L 1 sg 61 -19 -47 -18 3780 2749 3 MP PP c8 3780 2749 mt 3733 2731 L 3733 2731 mt 3794 2712 L 1 sg 60 -19 -46 -24 3779 4292 3 MP PP c21 3779 4292 mt 3733 4268 L 3733 4268 mt 3793 4249 L 1 sg -46 -28 60 -19 3733 4268 3 MP PP c21 3733 4268 mt 3793 4249 L 3793 4249 mt 3747 4221 L 1 sg 61 -5 -47 -45 3777 3072 3 MP PP c25 3777 3072 mt 3730 3027 L c26 3730 3027 mt 3791 3022 L 1 sg -47 -35 61 -5 3730 3027 3 MP PP c26 3730 3027 mt 3791 3022 L 3791 3022 mt 3744 2987 L 1 sg 60 -24 -46 -43 3775 4109 3 MP PP c11 3775 4109 mt 3729 4066 L c8 3729 4066 mt 3789 4042 L 1 sg -46 -50 60 -24 3729 4066 3 MP PP c8 3729 4066 mt 3789 4042 L 3789 4042 mt 3743 3992 L 1 sg 61 -20 -47 6 3667 2945 3 MP PP c12 3667 2945 mt 3620 2951 L c10 3620 2951 mt 3681 2931 L 1 sg -46 5 60 -19 3667 2945 3 MP PP c12 3667 2945 mt 3727 2926 L 3727 2926 mt 3681 2931 L 1 sg -47 17 61 -14 3675 2935 3 MP PP c19 3675 2935 mt 3736 2921 L 3736 2921 mt 3689 2938 L 1 sg 61 -14 -47 16 3722 2919 3 MP PP c20 3722 2919 mt 3675 2935 L c19 3675 2935 mt 3736 2921 L 1 sg -46 7 60 -19 3653 2957 3 MP PP c12 3653 2957 mt 3713 2938 L c13 3713 2938 mt 3667 2945 L 1 sg 60 -19 -46 7 3713 2938 3 MP PP c13 3713 2938 mt 3667 2945 L c12 3667 2945 mt 3727 2926 L 1 sg -47 17 61 -15 3689 2938 3 MP PP c18 3689 2938 mt 3750 2923 L 3750 2923 mt 3703 2940 L 1 sg 61 -15 -47 17 3736 2921 3 MP PP c19 3736 2921 mt 3689 2938 L c18 3689 2938 mt 3750 2923 L 1 sg -47 10 61 -19 3699 2947 3 MP PP c13 3699 2947 mt 3760 2928 L 3760 2928 mt 3713 2938 L 1 sg 60 -19 -46 10 3699 2947 3 MP PP c13 3699 2947 mt 3653 2957 L c12 3653 2957 mt 3713 2938 L 1 sg -46 17 61 -16 3703 2940 3 MP PP c17 3703 2940 mt 3764 2924 L 3764 2924 mt 3718 2941 L 1 sg 61 -16 -47 17 3750 2923 3 MP PP c18 3750 2923 mt 3703 2940 L c17 3703 2940 mt 3764 2924 L 1 sg -46 15 60 -17 3718 2941 3 MP PP c16 3718 2941 mt 3778 2924 L 3778 2924 mt 3732 2939 L 1 sg 60 -17 -46 17 3764 2924 3 MP PP c17 3764 2924 mt 3718 2941 L c16 3718 2941 mt 3778 2924 L 1 sg 61 -7 -46 -10 3772 2933 3 MP PP c25 3772 2933 mt 3726 2923 L 3726 2923 mt 3787 2916 L 1 sg -47 -2 61 -7 3726 2923 3 MP PP c25 3726 2923 mt 3787 2916 L 3787 2916 mt 3740 2914 L 1 sg 61 -24 -47 -71 3771 3820 3 MP PP c12 3771 3820 mt 3724 3749 L c14 3724 3749 mt 3785 3725 L 1 sg -46 -76 61 -24 3724 3749 3 MP PP c14 3724 3749 mt 3785 3725 L 3785 3725 mt 3739 3649 L 1 sg 61 -20 -47 -3 3770 2873 3 MP PP c9 3770 2873 mt 3723 2870 L 3723 2870 mt 3784 2850 L 1 sg -47 -6 61 -20 3723 2870 3 MP PP c9 3723 2870 mt 3784 2850 L 3784 2850 mt 3737 2844 L 1 sg 61 -16 -46 -22 3769 4471 3 MP PP c21 3769 4471 mt 3723 4449 L 3723 4449 mt 3784 4433 L 1 sg -47 -22 61 -16 3723 4449 3 MP PP c21 3723 4449 mt 3784 4433 L 3784 4433 mt 3737 4411 L 1 sg 61 -14 -47 -79 3767 3451 3 MP PP c19 3767 3451 mt 3720 3372 L c20 3720 3372 mt 3781 3358 L 1 sg -47 -75 61 -14 3720 3372 3 MP PP c20 3720 3372 mt 3781 3358 L 3781 3358 mt 3734 3283 L 1 sg 61 -20 -47 -14 3766 2783 3 MP PP c8 3766 2783 mt 3719 2769 L 3719 2769 mt 3780 2749 L 1 sg -47 -18 61 -20 3719 2769 3 MP PP c8 3719 2769 mt 3780 2749 L 3780 2749 mt 3733 2731 L 1 sg 60 -18 -46 -23 3765 4333 3 MP PP c21 3765 4333 mt 3719 4310 L 3719 4310 mt 3779 4292 L 1 sg -46 -24 60 -18 3719 4310 3 MP PP c21 3719 4310 mt 3779 4292 L 3779 4292 mt 3733 4268 L 1 sg 61 -6 -47 -54 3763 3132 3 MP PP c25 3763 3132 mt 3716 3078 L c26 3716 3078 mt 3777 3072 L 1 sg -47 -45 61 -6 3716 3078 3 MP PP c26 3716 3078 mt 3777 3072 L c25 3777 3072 mt 3730 3027 L 1 sg 60 -23 -46 -36 3761 4168 3 MP PP c21 3761 4168 mt 3715 4132 L c11 3715 4132 mt 3775 4109 L 1 sg -46 -43 60 -23 3715 4132 3 MP PP c11 3715 4132 mt 3775 4109 L 3775 4109 mt 3729 4066 L 1 sg 60 -19 -46 13 3685 2953 3 MP PP c14 3685 2953 mt 3639 2966 L c13 3639 2966 mt 3699 2947 L 1 sg -47 14 61 -18 3671 2957 3 MP PP c15 3671 2957 mt 3732 2939 L 3732 2939 mt 3685 2953 L 1 sg -46 10 60 -19 3639 2966 3 MP PP c13 3639 2966 mt 3699 2947 L 3699 2947 mt 3653 2957 L 1 sg 61 -18 -47 16 3718 2941 3 MP PP c16 3718 2941 mt 3671 2957 L c15 3671 2957 mt 3732 2939 L 1 sg 61 -18 -47 14 3732 2939 3 MP PP c15 3732 2939 mt 3685 2953 L c14 3685 2953 mt 3746 2935 L 1 sg 60 -5 -46 -18 3758 2956 3 MP PP c26 3758 2956 mt 3712 2938 L 3712 2938 mt 3772 2933 L 1 sg -46 -10 60 -5 3712 2938 3 MP PP c26 3712 2938 mt 3772 2933 L c25 3772 2933 mt 3726 2923 L 1 sg 61 -25 -47 -64 3757 3909 3 MP PP c10 3757 3909 mt 3710 3845 L c12 3710 3845 mt 3771 3820 L 1 sg -47 -71 61 -25 3710 3845 3 MP PP c12 3710 3845 mt 3771 3820 L 3771 3820 mt 3724 3749 L 1 sg 61 -20 -47 -1 3756 2894 3 MP PP c10 3756 2894 mt 3709 2893 L c9 3709 2893 mt 3770 2873 L 1 sg -47 -3 61 -20 3709 2893 3 MP PP c9 3709 2893 mt 3770 2873 L 3770 2873 mt 3723 2870 L 1 sg -46 -22 60 -16 3709 4487 3 MP PP c21 3709 4487 mt 3769 4471 L 3769 4471 mt 3723 4449 L 1 sg 61 -17 -47 -81 3753 3549 3 MP PP c17 3753 3549 mt 3706 3468 L c19 3706 3468 mt 3767 3451 L 1 sg -47 -79 61 -17 3706 3468 3 MP PP c19 3706 3468 mt 3767 3451 L 3767 3451 mt 3720 3372 L 1 sg 61 -20 -46 -12 3751 2815 3 MP PP c8 3751 2815 mt 3705 2803 L 3705 2803 mt 3766 2783 L 1 sg -47 -14 61 -20 3705 2803 3 MP PP c8 3705 2803 mt 3766 2783 L 3766 2783 mt 3719 2769 L 1 sg 60 -18 -46 -22 3751 4373 3 MP PP c21 3751 4373 mt 3705 4351 L 3705 4351 mt 3765 4333 L 1 sg -46 -23 60 -18 3705 4351 3 MP PP c21 3705 4351 mt 3765 4333 L 3765 4333 mt 3719 4310 L 1 sg 61 -8 -46 -63 3748 3203 3 MP PP c24 3748 3203 mt 3702 3140 L c25 3702 3140 mt 3763 3132 L 1 sg -47 -54 61 -8 3702 3140 3 MP PP c25 3702 3140 mt 3763 3132 L 3763 3132 mt 3716 3078 L 1 sg 61 -22 -47 -31 3747 4221 3 MP PP c21 3747 4221 mt 3700 4190 L 3700 4190 mt 3761 4168 L 1 sg -46 -36 61 -22 3700 4190 3 MP PP c21 3700 4190 mt 3761 4168 L 3761 4168 mt 3715 4132 L 1 sg 60 -5 -46 -26 3744 2987 3 MP PP c26 3744 2987 mt 3698 2961 L 3698 2961 mt 3758 2956 L 1 sg -47 16 61 -16 3657 2957 3 MP PP c16 3657 2957 mt 3718 2941 L 3718 2941 mt 3671 2957 L 1 sg 61 -16 -46 17 3703 2940 3 MP PP c17 3703 2940 mt 3657 2957 L c16 3657 2957 mt 3718 2941 L 1 sg -46 -18 60 -5 3698 2961 3 MP PP c26 3698 2961 mt 3758 2956 L 3758 2956 mt 3712 2938 L 1 sg 61 -26 -47 -57 3743 3992 3 MP PP c9 3743 3992 mt 3696 3935 L c10 3696 3935 mt 3757 3909 L 1 sg -47 -64 61 -26 3696 3935 3 MP PP c10 3696 3935 mt 3757 3909 L 3757 3909 mt 3710 3845 L 1 sg 61 -19 -47 2 3742 2911 3 MP PP c10 3742 2911 mt 3695 2913 L 3695 2913 mt 3756 2894 L 1 sg -47 -1 61 -19 3695 2913 3 MP PP c10 3695 2913 mt 3756 2894 L 3756 2894 mt 3709 2893 L 1 sg -46 9 60 -10 3694 2919 3 MP PP c24 3694 2919 mt 3754 2909 L c23 3754 2909 mt 3708 2918 L 1 sg 60 -10 -46 5 3740 2914 3 MP PP c24 3740 2914 mt 3694 2919 L 3694 2919 mt 3754 2909 L 1 sg 61 -20 -47 -80 3739 3649 3 MP PP c15 3739 3649 mt 3692 3569 L c17 3692 3569 mt 3753 3549 L 1 sg -47 -81 61 -20 3692 3569 3 MP PP c17 3692 3569 mt 3753 3549 L 3753 3549 mt 3706 3468 L 1 sg 60 -20 -46 -9 3737 2844 3 MP PP c8 3737 2844 mt 3691 2835 L 3691 2835 mt 3751 2815 L 1 sg -46 -12 60 -20 3691 2835 3 MP PP c8 3691 2835 mt 3751 2815 L 3751 2815 mt 3705 2803 L 1 sg 60 -16 -46 -22 3737 4411 3 MP PP c21 3737 4411 mt 3691 4389 L 3691 4389 mt 3751 4373 L 1 sg -46 -22 60 -16 3691 4389 3 MP PP c21 3691 4389 mt 3751 4373 L 3751 4373 mt 3705 4351 L 1 sg 60 -9 -46 -71 3734 3283 3 MP PP c23 3734 3283 mt 3688 3212 L c24 3688 3212 mt 3748 3203 L 1 sg -46 -63 60 -9 3688 3212 3 MP PP c24 3688 3212 mt 3748 3203 L 3748 3203 mt 3702 3140 L 1 sg 61 -20 -47 -27 3733 4268 3 MP PP c21 3733 4268 mt 3686 4241 L 3686 4241 mt 3747 4221 L 1 sg -47 -31 61 -20 3686 4241 3 MP PP c21 3686 4241 mt 3747 4221 L 3747 4221 mt 3700 4190 L 1 sg 60 -5 -46 -35 3730 3027 3 MP PP c26 3730 3027 mt 3684 2992 L 3684 2992 mt 3744 2987 L 1 sg -46 -26 60 -5 3684 2992 3 MP PP c26 3684 2992 mt 3744 2987 L 3744 2987 mt 3698 2961 L 1 sg 61 -25 -47 -49 3729 4066 3 MP PP c8 3729 4066 mt 3682 4017 L 3682 4017 mt 3743 3992 L 1 sg -47 -57 61 -25 3682 4017 3 MP PP c8 3682 4017 mt 3743 3992 L c9 3743 3992 mt 3696 3935 L 1 sg 61 -20 -47 2 3681 2931 3 MP PP c10 3681 2931 mt 3634 2933 L c9 3634 2933 mt 3695 2913 L 1 sg -46 0 61 -20 3634 2933 3 MP PP c9 3634 2933 mt 3695 2913 L c10 3695 2913 mt 3649 2913 L 1 sg -47 14 61 -11 3647 2929 3 MP PP c23 3647 2929 mt 3708 2918 L 3708 2918 mt 3661 2932 L 1 sg 61 -11 -47 10 3694 2919 3 MP PP c24 3694 2919 mt 3647 2929 L c23 3647 2929 mt 3708 2918 L 1 sg -47 2 61 -20 3620 2951 3 MP PP c10 3620 2951 mt 3681 2931 L 3681 2931 mt 3634 2933 L 1 sg -47 16 61 -13 3661 2932 3 MP PP c22 3661 2932 mt 3722 2919 L c20 3722 2919 mt 3675 2935 L 1 sg 61 -13 -47 14 3708 2918 3 MP PP c23 3708 2918 mt 3661 2932 L c22 3661 2932 mt 3722 2919 L 1 sg 61 -8 -47 -1 3726 2923 3 MP PP c25 3726 2923 mt 3679 2922 L 3679 2922 mt 3740 2914 L 1 sg -46 5 61 -8 3679 2922 3 MP PP c25 3679 2922 mt 3740 2914 L c24 3740 2914 mt 3694 2919 L 1 sg 61 -22 -46 -78 3724 3749 3 MP PP c14 3724 3749 mt 3678 3671 L c15 3678 3671 mt 3739 3649 L 1 sg -47 -80 61 -22 3678 3671 3 MP PP c15 3678 3671 mt 3739 3649 L 3739 3649 mt 3692 3569 L 1 sg 60 -19 -46 -7 3723 2870 3 MP PP c9 3723 2870 mt 3677 2863 L c8 3677 2863 mt 3737 2844 L 1 sg -46 -9 60 -19 3677 2863 3 MP PP c8 3677 2863 mt 3737 2844 L 3737 2844 mt 3691 2835 L 1 sg 61 -17 -47 -21 3723 4449 3 MP PP c21 3723 4449 mt 3676 4428 L 3676 4428 mt 3737 4411 L 1 sg -46 -22 61 -17 3676 4428 3 MP PP c21 3676 4428 mt 3737 4411 L 3737 4411 mt 3691 4389 L 1 sg 60 -12 -46 -77 3720 3372 3 MP PP c20 3720 3372 mt 3674 3295 L c23 3674 3295 mt 3734 3283 L 1 sg -46 -71 60 -12 3674 3295 3 MP PP c23 3674 3295 mt 3734 3283 L 3734 3283 mt 3688 3212 L 1 sg 60 -20 -46 -18 3719 2769 3 MP PP c8 3719 2769 mt 3673 2751 L 3673 2751 mt 3733 2731 L 1 sg 61 -18 -47 -24 3719 4310 3 MP PP c21 3719 4310 mt 3672 4286 L 3672 4286 mt 3733 4268 L 1 sg -47 -27 61 -18 3672 4286 3 MP PP c21 3672 4286 mt 3733 4268 L 3733 4268 mt 3686 4241 L 1 sg 60 -5 -46 -46 3716 3078 3 MP PP c26 3716 3078 mt 3670 3032 L 3670 3032 mt 3730 3027 L 1 sg -46 -35 60 -5 3670 3032 3 MP PP c26 3670 3032 mt 3730 3027 L 3730 3027 mt 3684 2992 L 1 sg 61 -25 -47 -41 3715 4132 3 MP PP c11 3715 4132 mt 3668 4091 L 3668 4091 mt 3729 4066 L 1 sg -47 -49 61 -25 3668 4091 3 MP PP c11 3668 4091 mt 3729 4066 L c8 3729 4066 mt 3682 4017 L 1 sg 61 -7 -47 -8 3712 2938 3 MP PP c26 3712 2938 mt 3665 2930 L c25 3665 2930 mt 3726 2923 L 1 sg -47 -1 61 -7 3665 2930 3 MP PP c25 3665 2930 mt 3726 2923 L 3726 2923 mt 3679 2922 L 1 sg 60 -24 -46 -72 3710 3845 3 MP PP c12 3710 3845 mt 3664 3773 L c13 3664 3773 mt 3724 3749 L 1 sg -46 -78 60 -24 3664 3773 3 MP PP c13 3664 3773 mt 3724 3749 L c14 3724 3749 mt 3678 3671 L 1 sg 60 -19 -46 -4 3709 2893 3 MP PP c9 3709 2893 mt 3663 2889 L 3663 2889 mt 3723 2870 L 1 sg -46 -7 60 -19 3663 2889 3 MP PP c9 3663 2889 mt 3723 2870 L 3723 2870 mt 3677 2863 L 1 sg 61 -17 -47 -21 3709 4487 3 MP PP c21 3709 4487 mt 3662 4466 L 3662 4466 mt 3723 4449 L 1 sg -47 -21 61 -17 3662 4466 3 MP PP c21 3662 4466 mt 3723 4449 L 3723 4449 mt 3676 4428 L 1 sg 60 -15 -46 -81 3706 3468 3 MP PP c19 3706 3468 mt 3660 3387 L c20 3660 3387 mt 3720 3372 L 1 sg -46 -77 60 -15 3660 3387 3 MP PP c20 3660 3387 mt 3720 3372 L 3720 3372 mt 3674 3295 L 1 sg 61 -20 -47 -14 3705 2803 3 MP PP c8 3705 2803 mt 3658 2789 L 3658 2789 mt 3719 2769 L 1 sg -46 -18 61 -20 3658 2789 3 MP PP c8 3658 2789 mt 3719 2769 L 3719 2769 mt 3673 2751 L 1 sg 61 -18 -47 -23 3705 4351 3 MP PP c21 3705 4351 mt 3658 4328 L 3658 4328 mt 3719 4310 L 1 sg -47 -24 61 -18 3658 4328 3 MP PP c21 3658 4328 mt 3719 4310 L 3719 4310 mt 3672 4286 L 1 sg 61 -6 -47 -56 3702 3140 3 MP PP c25 3702 3140 mt 3655 3084 L c26 3655 3084 mt 3716 3078 L 1 sg -46 -46 61 -6 3655 3084 3 MP PP c26 3655 3084 mt 3716 3078 L 3716 3078 mt 3670 3032 L 1 sg 61 -23 -46 -35 3700 4190 3 MP PP c21 3700 4190 mt 3654 4155 L c11 3654 4155 mt 3715 4132 L 1 sg -47 -41 61 -23 3654 4155 3 MP PP c11 3654 4155 mt 3715 4132 L 3715 4132 mt 3668 4091 L 1 sg -47 6 61 -20 3606 2965 3 MP PP c12 3606 2965 mt 3667 2945 L 3667 2945 mt 3620 2951 L 1 sg 61 -20 -47 8 3653 2957 3 MP PP c12 3653 2957 mt 3606 2965 L 3606 2965 mt 3667 2945 L 1 sg 60 -20 -46 2 3620 2951 3 MP PP c10 3620 2951 mt 3574 2953 L c9 3574 2953 mt 3634 2933 L 1 sg -46 18 60 -13 3615 2948 3 MP PP c20 3615 2948 mt 3675 2935 L c19 3675 2935 mt 3629 2953 L 1 sg -46 13 60 -18 3625 2971 3 MP PP c14 3625 2971 mt 3685 2953 L 3685 2953 mt 3639 2966 L 1 sg 60 -18 -46 14 3671 2957 3 MP PP c15 3671 2957 mt 3625 2971 L c14 3625 2971 mt 3685 2953 L 1 sg -46 18 60 -15 3629 2953 3 MP PP c18 3629 2953 mt 3689 2938 L 3689 2938 mt 3643 2956 L 1 sg 60 -15 -46 18 3675 2935 3 MP PP c19 3675 2935 mt 3629 2953 L c18 3629 2953 mt 3689 2938 L 1 sg -46 17 60 -16 3643 2956 3 MP PP c17 3643 2956 mt 3703 2940 L 3703 2940 mt 3657 2957 L 1 sg 60 -16 -46 18 3689 2938 3 MP PP c18 3689 2938 mt 3643 2956 L c17 3643 2956 mt 3703 2940 L 1 sg 61 -6 -47 -17 3698 2961 3 MP PP c26 3698 2961 mt 3651 2944 L 3651 2944 mt 3712 2938 L 1 sg 60 -13 -46 16 3661 2932 3 MP PP c22 3661 2932 mt 3615 2948 L c20 3615 2948 mt 3675 2935 L 1 sg -47 -8 61 -6 3651 2944 3 MP PP c26 3651 2944 mt 3712 2938 L 3712 2938 mt 3665 2930 L 1 sg 60 -25 -46 -65 3696 3935 3 MP PP c10 3696 3935 mt 3650 3870 L c12 3650 3870 mt 3710 3845 L 1 sg -46 -72 60 -25 3650 3870 3 MP PP c12 3650 3870 mt 3710 3845 L 3710 3845 mt 3664 3773 L 1 sg 60 -20 -46 0 3695 2913 3 MP PP c10 3695 2913 mt 3649 2913 L c9 3649 2913 mt 3709 2893 L 1 sg -46 -4 60 -20 3649 2913 3 MP PP c9 3649 2913 mt 3709 2893 L 3709 2893 mt 3663 2889 L 1 sg -47 -21 61 -16 3648 4503 3 MP PP c21 3648 4503 mt 3709 4487 L 3709 4487 mt 3662 4466 L 1 sg 60 -18 -46 -83 3692 3569 3 MP PP c17 3692 3569 mt 3646 3486 L c19 3646 3486 mt 3706 3468 L 1 sg -46 -81 60 -18 3646 3486 3 MP PP c19 3646 3486 mt 3706 3468 L 3706 3468 mt 3660 3387 L 1 sg 61 -20 -47 -12 3691 2835 3 MP PP c8 3691 2835 mt 3644 2823 L 3644 2823 mt 3705 2803 L 1 sg -47 -14 61 -20 3644 2823 3 MP PP c8 3644 2823 mt 3705 2803 L 3705 2803 mt 3658 2789 L 1 sg 61 -17 -47 -21 3691 4389 3 MP PP c21 3691 4389 mt 3644 4368 L 3644 4368 mt 3705 4351 L 1 sg -47 -23 61 -17 3644 4368 3 MP PP c21 3644 4368 mt 3705 4351 L 3705 4351 mt 3658 4328 L 1 sg 61 -7 -47 -65 3688 3212 3 MP PP c24 3688 3212 mt 3641 3147 L c25 3641 3147 mt 3702 3140 L 1 sg -47 -56 61 -7 3641 3147 3 MP PP c25 3641 3147 mt 3702 3140 L 3702 3140 mt 3655 3084 L 1 sg 60 -21 -46 -30 3686 4241 3 MP PP c21 3686 4241 mt 3640 4211 L 3640 4211 mt 3700 4190 L 1 sg -46 -35 60 -21 3640 4211 3 MP PP c21 3640 4211 mt 3700 4190 L 3700 4190 mt 3654 4155 L 1 sg -47 10 61 -19 3578 2985 3 MP PP c13 3578 2985 mt 3639 2966 L 3639 2966 mt 3592 2976 L 1 sg 61 -19 -47 14 3625 2971 3 MP PP c14 3625 2971 mt 3578 2985 L c13 3578 2985 mt 3639 2966 L 1 sg 61 -19 -47 10 3639 2966 3 MP PP c13 3639 2966 mt 3592 2976 L c12 3592 2976 mt 3653 2957 L 1 sg -46 14 61 -17 3610 2974 3 MP PP c15 3610 2974 mt 3671 2957 L 3671 2957 mt 3625 2971 L 1 sg 61 -17 -47 17 3657 2957 3 MP PP c16 3657 2957 mt 3610 2974 L c15 3610 2974 mt 3671 2957 L 1 sg 61 -4 -47 -27 3684 2992 3 MP PP c26 3684 2992 mt 3637 2965 L 3637 2965 mt 3698 2961 L 1 sg -47 8 61 -19 3592 2976 3 MP PP c12 3592 2976 mt 3653 2957 L 3653 2957 mt 3606 2965 L 1 sg -47 17 61 -17 3596 2974 3 MP PP c16 3596 2974 mt 3657 2957 L 3657 2957 mt 3610 2974 L 1 sg 61 -17 -47 18 3643 2956 3 MP PP c17 3643 2956 mt 3596 2974 L c16 3596 2974 mt 3657 2957 L 1 sg -47 -17 61 -4 3637 2965 3 MP PP c26 3637 2965 mt 3698 2961 L 3698 2961 mt 3651 2944 L 1 sg 60 -26 -46 -56 3682 4017 3 MP PP c8 3682 4017 mt 3636 3961 L c9 3636 3961 mt 3696 3935 L 1 sg -46 -65 60 -26 3636 3961 3 MP PP c9 3636 3961 mt 3696 3935 L c10 3696 3935 mt 3650 3870 L 1 sg 61 -20 -46 0 3634 2933 3 MP PP c9 3634 2933 mt 3588 2933 L 3588 2933 mt 3649 2913 L 1 sg -47 10 61 -9 3633 2928 3 MP PP c24 3633 2928 mt 3694 2919 L 3694 2919 mt 3647 2929 L 1 sg 61 -9 -46 6 3679 2922 3 MP PP c25 3679 2922 mt 3633 2928 L c24 3633 2928 mt 3694 2919 L 1 sg 61 -20 -47 -82 3678 3671 3 MP PP c15 3678 3671 mt 3631 3589 L c17 3631 3589 mt 3692 3569 L 1 sg -46 -83 61 -20 3631 3589 3 MP PP c17 3631 3589 mt 3692 3569 L 3692 3569 mt 3646 3486 L 1 sg 61 -20 -47 -8 3677 2863 3 MP PP c8 3677 2863 mt 3630 2855 L 3630 2855 mt 3691 2835 L 1 sg -47 -12 61 -20 3630 2855 3 MP PP c8 3630 2855 mt 3691 2835 L 3691 2835 mt 3644 2823 L 1 sg 61 -17 -46 -22 3676 4428 3 MP PP c21 3676 4428 mt 3630 4406 L 3630 4406 mt 3691 4389 L 1 sg -47 -21 61 -17 3630 4406 3 MP PP c21 3630 4406 mt 3691 4389 L 3691 4389 mt 3644 4368 L 1 sg 61 -9 -47 -74 3674 3295 3 MP PP c23 3674 3295 mt 3627 3221 L c24 3627 3221 mt 3688 3212 L 1 sg -47 -65 61 -9 3627 3221 3 MP PP c24 3627 3221 mt 3688 3212 L 3688 3212 mt 3641 3147 L 1 sg 60 -19 -46 -26 3672 4286 3 MP PP c21 3672 4286 mt 3626 4260 L 3626 4260 mt 3686 4241 L 1 sg -46 -30 60 -19 3626 4260 3 MP PP c21 3626 4260 mt 3686 4241 L 3686 4241 mt 3640 4211 L 1 sg 61 -4 -47 -36 3670 3032 3 MP PP c26 3670 3032 mt 3623 2996 L /c27 { 0.000000 0.750000 1.000000 sr} bdef c27 3623 2996 mt 3684 2992 L 1 sg -47 -27 61 -4 3623 2996 3 MP PP c27 3623 2996 mt 3684 2992 L c26 3684 2992 mt 3637 2965 L 1 sg 60 -26 -46 -48 3668 4091 3 MP PP c11 3668 4091 mt 3622 4043 L c8 3622 4043 mt 3682 4017 L 1 sg -46 -56 60 -26 3622 4043 3 MP PP c8 3622 4043 mt 3682 4017 L 3682 4017 mt 3636 3961 L 1 sg -47 -4 61 -20 3527 2953 3 MP PP c9 3527 2953 mt 3588 2933 L 3588 2933 mt 3541 2929 L 1 sg 61 -20 -47 0 3574 2953 3 MP PP c9 3574 2953 mt 3527 2953 L 3527 2953 mt 3588 2933 L 1 sg -46 0 60 -20 3574 2953 3 MP PP c9 3574 2953 mt 3634 2933 L 3634 2933 mt 3588 2933 L 1 sg -47 11 61 -8 3572 2936 3 MP PP c24 3572 2936 mt 3633 2928 L 3633 2928 mt 3586 2939 L 1 sg 61 -8 -47 6 3619 2930 3 MP PP c25 3619 2930 mt 3572 2936 L c24 3572 2936 mt 3633 2928 L 1 sg -46 15 61 -10 3586 2939 3 MP PP c23 3586 2939 mt 3647 2929 L 3647 2929 mt 3601 2944 L 1 sg 61 -10 -47 11 3633 2928 3 MP PP c24 3633 2928 mt 3586 2939 L c23 3586 2939 mt 3647 2929 L 1 sg 60 -12 -46 15 3647 2929 3 MP PP c23 3647 2929 mt 3601 2944 L c22 3601 2944 mt 3661 2932 L 1 sg 60 -8 -46 0 3665 2930 3 MP PP c25 3665 2930 mt 3619 2930 L 3619 2930 mt 3679 2922 L 1 sg -46 6 60 -8 3619 2930 3 MP PP c25 3619 2930 mt 3679 2922 L 3679 2922 mt 3633 2928 L 1 sg 61 -24 -47 -78 3664 3773 3 MP PP c13 3664 3773 mt 3617 3695 L c15 3617 3695 mt 3678 3671 L 1 sg -47 -82 61 -24 3617 3695 3 MP PP c15 3617 3695 mt 3678 3671 L 3678 3671 mt 3631 3589 L 1 sg 61 -20 -47 -6 3663 2889 3 MP PP c9 3663 2889 mt 3616 2883 L c8 3616 2883 mt 3677 2863 L 1 sg -47 -8 61 -20 3616 2883 3 MP PP c8 3616 2883 mt 3677 2863 L 3677 2863 mt 3630 2855 L 1 sg 60 -16 -46 -22 3662 4466 3 MP PP c21 3662 4466 mt 3616 4444 L 3616 4444 mt 3676 4428 L 1 sg -46 -22 60 -16 3616 4444 3 MP PP c21 3616 4444 mt 3676 4428 L 3676 4428 mt 3630 4406 L 1 sg 61 -12 -47 -80 3660 3387 3 MP PP c20 3660 3387 mt 3613 3307 L c23 3613 3307 mt 3674 3295 L 1 sg -47 -74 61 -12 3613 3307 3 MP PP c23 3613 3307 mt 3674 3295 L 3674 3295 mt 3627 3221 L 1 sg 61 -20 -46 -18 3658 2789 3 MP PP c8 3658 2789 mt 3612 2771 L 3612 2771 mt 3673 2751 L 1 sg 60 -18 -46 -24 3658 4328 3 MP PP c21 3658 4328 mt 3612 4304 L 3612 4304 mt 3672 4286 L 1 sg -46 -26 60 -18 3612 4304 3 MP PP c21 3612 4304 mt 3672 4286 L 3672 4286 mt 3626 4260 L 1 sg 61 -5 -46 -47 3655 3084 3 MP PP c26 3655 3084 mt 3609 3037 L c27 3609 3037 mt 3670 3032 L 1 sg -47 -36 61 -5 3609 3037 3 MP PP c27 3609 3037 mt 3670 3032 L c26 3670 3032 mt 3623 2996 L 1 sg 61 -24 -47 -40 3654 4155 3 MP PP c11 3654 4155 mt 3607 4115 L 3607 4115 mt 3668 4091 L 1 sg -46 -48 61 -24 3607 4115 3 MP PP c11 3607 4115 mt 3668 4091 L 3668 4091 mt 3622 4043 L 1 sg -46 16 60 -12 3601 2944 3 MP PP c22 3601 2944 mt 3661 2932 L 3661 2932 mt 3615 2948 L 1 sg 60 -6 -46 -8 3651 2944 3 MP PP c26 3651 2944 mt 3605 2936 L 3605 2936 mt 3665 2930 L 1 sg -46 0 60 -6 3605 2936 3 MP PP c26 3605 2936 mt 3665 2930 L c25 3665 2930 mt 3619 2930 L 1 sg 61 -25 -47 -72 3650 3870 3 MP PP c12 3650 3870 mt 3603 3798 L c13 3603 3798 mt 3664 3773 L 1 sg -47 -78 61 -25 3603 3798 3 MP PP c13 3603 3798 mt 3664 3773 L 3664 3773 mt 3617 3695 L 1 sg 61 -20 -47 -4 3649 2913 3 MP PP c9 3649 2913 mt 3602 2909 L 3602 2909 mt 3663 2889 L 1 sg -47 -6 61 -20 3602 2909 3 MP PP c9 3602 2909 mt 3663 2889 L 3663 2889 mt 3616 2883 L 1 sg 60 -16 -46 -21 3648 4503 3 MP PP c21 3648 4503 mt 3602 4482 L 3602 4482 mt 3662 4466 L 1 sg -46 -22 60 -16 3602 4482 3 MP PP c21 3602 4482 mt 3662 4466 L 3662 4466 mt 3616 4444 L 1 sg 61 -15 -47 -84 3646 3486 3 MP PP c19 3646 3486 mt 3599 3402 L c20 3599 3402 mt 3660 3387 L 1 sg -47 -80 61 -15 3599 3402 3 MP PP c20 3599 3402 mt 3660 3387 L 3660 3387 mt 3613 3307 L 1 sg 60 -19 -46 -15 3644 2823 3 MP PP c8 3644 2823 mt 3598 2808 L 3598 2808 mt 3658 2789 L 1 sg -46 -18 60 -19 3598 2808 3 MP PP c8 3598 2808 mt 3658 2789 L 3658 2789 mt 3612 2771 L 1 sg 60 -17 -46 -23 3644 4368 3 MP PP c21 3644 4368 mt 3598 4345 L 3598 4345 mt 3658 4328 L 1 sg -46 -24 60 -17 3598 4345 3 MP PP c21 3598 4345 mt 3658 4328 L 3658 4328 mt 3612 4304 L 1 sg 60 -5 -46 -58 3641 3147 3 MP PP c25 3641 3147 mt 3595 3089 L c26 3595 3089 mt 3655 3084 L 1 sg -46 -47 60 -5 3595 3089 3 MP PP c26 3595 3089 mt 3655 3084 L 3655 3084 mt 3609 3037 L 1 sg 61 -23 -47 -33 3640 4211 3 MP PP c21 3640 4211 mt 3593 4178 L 3593 4178 mt 3654 4155 L 1 sg -47 -40 61 -23 3593 4178 3 MP PP c21 3593 4178 mt 3654 4155 L c11 3654 4155 mt 3607 4115 L 1 sg 61 -20 -47 3 3560 2970 3 MP PP c10 3560 2970 mt 3513 2973 L c9 3513 2973 mt 3574 2953 L 1 sg -46 2 60 -19 3560 2970 3 MP PP c10 3560 2970 mt 3620 2951 L 3620 2951 mt 3574 2953 L 1 sg 60 -19 -46 5 3606 2965 3 MP PP c12 3606 2965 mt 3560 2970 L c10 3560 2970 mt 3620 2951 L 1 sg -47 20 61 -14 3554 2962 3 MP PP c20 3554 2962 mt 3615 2948 L 3615 2948 mt 3568 2968 L 1 sg 61 -14 -47 18 3601 2944 3 MP PP c22 3601 2944 mt 3554 2962 L c20 3554 2962 mt 3615 2948 L 1 sg -46 5 60 -20 3546 2985 3 MP PP c12 3546 2985 mt 3606 2965 L 3606 2965 mt 3560 2970 L 1 sg -47 19 61 -15 3568 2968 3 MP PP c18 3568 2968 mt 3629 2953 L 3629 2953 mt 3582 2972 L 1 sg 61 -15 -47 20 3615 2948 3 MP PP c20 3615 2948 mt 3568 2968 L c18 3568 2968 mt 3629 2953 L 1 sg 60 -20 -46 9 3592 2976 3 MP PP c12 3592 2976 mt 3546 2985 L 3546 2985 mt 3606 2965 L 1 sg -47 18 61 -16 3582 2972 3 MP PP c17 3582 2972 mt 3643 2956 L 3643 2956 mt 3596 2974 L 1 sg 61 -16 -47 19 3629 2953 3 MP PP c18 3629 2953 mt 3582 2972 L c17 3582 2972 mt 3643 2956 L 1 sg 60 -5 -46 -16 3637 2965 3 MP PP c26 3637 2965 mt 3591 2949 L 3591 2949 mt 3651 2944 L 1 sg -47 0 61 -20 3513 2973 3 MP PP c9 3513 2973 mt 3574 2953 L 3574 2953 mt 3527 2953 L 1 sg -47 18 61 -11 3540 2955 3 MP PP c22 3540 2955 mt 3601 2944 L 3601 2944 mt 3554 2962 L 1 sg 61 -11 -46 16 3586 2939 3 MP PP c23 3586 2939 mt 3540 2955 L c22 3540 2955 mt 3601 2944 L 1 sg -46 -8 60 -5 3591 2949 3 MP PP c26 3591 2949 mt 3651 2944 L 3651 2944 mt 3605 2936 L 1 sg 61 -27 -47 -64 3636 3961 3 MP PP c9 3636 3961 mt 3589 3897 L c10 3589 3897 mt 3650 3870 L 1 sg -47 -72 61 -27 3589 3897 3 MP PP c10 3589 3897 mt 3650 3870 L c12 3650 3870 mt 3603 3798 L 1 sg -47 -4 61 -20 3588 2933 3 MP PP c9 3588 2933 mt 3649 2913 L 3649 2913 mt 3602 2909 L 1 sg -46 -21 60 -17 3588 4520 3 MP PP c21 3588 4520 mt 3648 4503 L 3648 4503 mt 3602 4482 L 1 sg 61 -18 -46 -85 3631 3589 3 MP PP c17 3631 3589 mt 3585 3504 L c19 3585 3504 mt 3646 3486 L 1 sg -47 -84 61 -18 3585 3504 3 MP PP c19 3585 3504 mt 3646 3486 L 3646 3486 mt 3599 3402 L 1 sg 60 -20 -46 -12 3630 2855 3 MP PP c8 3630 2855 mt 3584 2843 L 3584 2843 mt 3644 2823 L 1 sg -46 -15 60 -20 3584 2843 3 MP PP c8 3584 2843 mt 3644 2823 L 3644 2823 mt 3598 2808 L 1 sg 61 -16 -47 -22 3630 4406 3 MP PP c21 3630 4406 mt 3583 4384 L 3583 4384 mt 3644 4368 L 1 sg -46 -23 61 -16 3583 4384 3 MP PP c21 3583 4384 mt 3644 4368 L 3644 4368 mt 3598 4345 L 1 sg 60 -7 -46 -67 3627 3221 3 MP PP c24 3627 3221 mt 3581 3154 L c25 3581 3154 mt 3641 3147 L 1 sg -46 -58 60 -7 3581 3154 3 MP PP c25 3581 3154 mt 3641 3147 L 3641 3147 mt 3595 3089 L 1 sg 61 -21 -47 -28 3626 4260 3 MP PP c21 3626 4260 mt 3579 4232 L 3579 4232 mt 3640 4211 L 1 sg -47 -33 61 -21 3579 4232 3 MP PP c21 3579 4232 mt 3640 4211 L 3640 4211 mt 3593 4178 L 1 sg -47 5 61 -20 3485 3005 3 MP PP c12 3485 3005 mt 3546 2985 L 3546 2985 mt 3499 2990 L 1 sg 61 -20 -46 9 3531 2996 3 MP PP c12 3531 2996 mt 3485 3005 L 3485 3005 mt 3546 2985 L 1 sg 61 -20 -47 5 3546 2985 3 MP PP c12 3546 2985 mt 3499 2990 L c10 3499 2990 mt 3560 2970 L 1 sg -46 9 61 -20 3531 2996 3 MP PP c12 3531 2996 mt 3592 2976 L 3592 2976 mt 3546 2985 L 1 sg -46 20 60 -16 3522 2988 3 MP PP c17 3522 2988 mt 3582 2972 L 3582 2972 mt 3536 2992 L 1 sg 60 -16 -46 20 3568 2968 3 MP PP c18 3568 2968 mt 3522 2988 L c17 3522 2988 mt 3582 2972 L 1 sg 61 -20 -47 11 3578 2985 3 MP PP c13 3578 2985 mt 3531 2996 L c12 3531 2996 mt 3592 2976 L 1 sg -47 11 61 -19 3517 3004 3 MP PP c13 3517 3004 mt 3578 2985 L 3578 2985 mt 3531 2996 L 1 sg -46 18 60 -18 3536 2992 3 MP PP c16 3536 2992 mt 3596 2974 L 3596 2974 mt 3550 2992 L 1 sg 60 -18 -46 20 3582 2972 3 MP PP c17 3582 2972 mt 3536 2992 L c16 3536 2992 mt 3596 2974 L 1 sg 61 -19 -47 14 3564 2990 3 MP PP c14 3564 2990 mt 3517 3004 L c13 3517 3004 mt 3578 2985 L 1 sg -47 14 61 -19 3564 2990 3 MP PP c14 3564 2990 mt 3625 2971 L 3625 2971 mt 3578 2985 L 1 sg -46 16 60 -18 3550 2992 3 MP PP c15 3550 2992 mt 3610 2974 L 3610 2974 mt 3564 2990 L 1 sg 60 -18 -46 18 3596 2974 3 MP PP c16 3596 2974 mt 3550 2992 L c15 3550 2992 mt 3610 2974 L 1 sg 61 -19 -46 16 3610 2974 3 MP PP c15 3610 2974 mt 3564 2990 L c14 3564 2990 mt 3625 2971 L 1 sg 60 -4 -46 -27 3623 2996 3 MP PP c27 3623 2996 mt 3577 2969 L 3577 2969 mt 3637 2965 L 1 sg -46 -16 60 -4 3577 2969 3 MP PP c27 3577 2969 mt 3637 2965 L c26 3637 2965 mt 3591 2949 L 1 sg 61 -26 -47 -56 3622 4043 3 MP PP c8 3622 4043 mt 3575 3987 L c9 3575 3987 mt 3636 3961 L 1 sg -47 -64 61 -26 3575 3987 3 MP PP c9 3575 3987 mt 3636 3961 L 3636 3961 mt 3589 3897 L 1 sg 60 -22 -46 -84 3617 3695 3 MP PP c15 3617 3695 mt 3571 3611 L c17 3571 3611 mt 3631 3589 L 1 sg -46 -85 60 -22 3571 3611 3 MP PP c17 3571 3611 mt 3631 3589 L 3631 3589 mt 3585 3504 L 1 sg 60 -19 -46 -9 3616 2883 3 MP PP c8 3616 2883 mt 3570 2874 L 3570 2874 mt 3630 2855 L 1 sg -46 -12 60 -19 3570 2874 3 MP PP c8 3570 2874 mt 3630 2855 L 3630 2855 mt 3584 2843 L 1 sg 61 -17 -47 -21 3616 4444 3 MP PP c21 3616 4444 mt 3569 4423 L 3569 4423 mt 3630 4406 L 1 sg -47 -22 61 -17 3569 4423 3 MP PP c21 3569 4423 mt 3630 4406 L 3630 4406 mt 3583 4384 L 1 sg 60 -9 -46 -77 3613 3307 3 MP PP c23 3613 3307 mt 3567 3230 L c24 3567 3230 mt 3627 3221 L 1 sg -46 -67 60 -9 3567 3230 3 MP PP c24 3567 3230 mt 3627 3221 L 3627 3221 mt 3581 3154 L 1 sg 61 -20 -47 -24 3612 4304 3 MP PP c21 3612 4304 mt 3565 4280 L 3565 4280 mt 3626 4260 L 1 sg -47 -28 61 -20 3565 4280 3 MP PP c21 3565 4280 mt 3626 4260 L 3626 4260 mt 3579 4232 L 1 sg 61 -3 -47 -38 3609 3037 3 MP PP c27 3609 3037 mt 3562 2999 L 3562 2999 mt 3623 2996 L 1 sg -46 -27 61 -3 3562 2999 3 MP PP c27 3562 2999 mt 3623 2996 L 3623 2996 mt 3577 2969 L 1 sg 61 -26 -46 -46 3607 4115 3 MP PP c11 3607 4115 mt 3561 4069 L c8 3561 4069 mt 3622 4043 L 1 sg -47 -56 61 -26 3561 4069 3 MP PP c8 3561 4069 mt 3622 4043 L 3622 4043 mt 3575 3987 L 1 sg 60 -20 -46 -4 3527 2953 3 MP PP c9 3527 2953 mt 3481 2949 L c8 3481 2949 mt 3541 2929 L 1 sg -46 13 60 -9 3512 2945 3 MP PP c24 3512 2945 mt 3572 2936 L 3572 2936 mt 3526 2949 L 1 sg 60 -9 -46 8 3558 2937 3 MP PP c25 3558 2937 mt 3512 2945 L c24 3512 2945 mt 3572 2936 L 1 sg 60 -10 -46 13 3572 2936 3 MP PP c24 3572 2936 mt 3526 2949 L c23 3526 2949 mt 3586 2939 L 1 sg -47 6 61 -7 3558 2937 3 MP PP c25 3558 2937 mt 3619 2930 L 3619 2930 mt 3572 2936 L 1 sg 61 -7 -47 1 3605 2936 3 MP PP c26 3605 2936 mt 3558 2937 L c25 3558 2937 mt 3619 2930 L 1 sg 60 -24 -46 -79 3603 3798 3 MP PP c13 3603 3798 mt 3557 3719 L c15 3557 3719 mt 3617 3695 L 1 sg -46 -84 60 -24 3557 3719 3 MP PP c15 3557 3719 mt 3617 3695 L 3617 3695 mt 3571 3611 L 1 sg 61 -20 -47 -6 3602 2909 3 MP PP c9 3602 2909 mt 3555 2903 L c8 3555 2903 mt 3616 2883 L 1 sg -46 -9 61 -20 3555 2903 3 MP PP c8 3555 2903 mt 3616 2883 L 3616 2883 mt 3570 2874 L 1 sg 61 -17 -47 -21 3602 4482 3 MP PP c21 3602 4482 mt 3555 4461 L 3555 4461 mt 3616 4444 L 1 sg -47 -21 61 -17 3555 4461 3 MP PP c21 3555 4461 mt 3616 4444 L 3616 4444 mt 3569 4423 L 1 sg 61 -12 -47 -83 3599 3402 3 MP PP c20 3599 3402 mt 3552 3319 L c23 3552 3319 mt 3613 3307 L 1 sg -46 -77 61 -12 3552 3319 3 MP PP c23 3552 3319 mt 3613 3307 L 3613 3307 mt 3567 3230 L 1 sg 61 -20 -47 -17 3598 2808 3 MP PP c8 3598 2808 mt 3551 2791 L c11 3551 2791 mt 3612 2771 L 1 sg 61 -18 -47 -23 3598 4345 3 MP PP c21 3598 4345 mt 3551 4322 L 3551 4322 mt 3612 4304 L 1 sg -47 -24 61 -18 3551 4322 3 MP PP c21 3551 4322 mt 3612 4304 L 3612 4304 mt 3565 4280 L 1 sg 61 -4 -47 -48 3595 3089 3 MP PP c26 3595 3089 mt 3548 3041 L c27 3548 3041 mt 3609 3037 L 1 sg -47 -38 61 -4 3548 3041 3 MP PP c27 3548 3041 mt 3609 3037 L 3609 3037 mt 3562 2999 L 1 sg 60 -24 -46 -39 3593 4178 3 MP PP c21 3593 4178 mt 3547 4139 L c11 3547 4139 mt 3607 4115 L 1 sg -46 -46 60 -24 3547 4139 3 MP PP c11 3547 4139 mt 3607 4115 L 3607 4115 mt 3561 4069 L 1 sg -46 16 60 -10 3526 2949 3 MP PP c23 3526 2949 mt 3586 2939 L 3586 2939 mt 3540 2955 L 1 sg 61 -6 -47 -7 3591 2949 3 MP PP c26 3591 2949 mt 3544 2942 L 3544 2942 mt 3605 2936 L 1 sg -47 1 61 -6 3544 2942 3 MP PP c26 3544 2942 mt 3605 2936 L 3605 2936 mt 3558 2937 L 1 sg 60 -26 -46 -73 3589 3897 3 MP PP c10 3589 3897 mt 3543 3824 L c13 3543 3824 mt 3603 3798 L 1 sg -46 -79 60 -26 3543 3824 3 MP PP c13 3543 3824 mt 3603 3798 L 3603 3798 mt 3557 3719 L 1 sg 61 -20 -47 -4 3588 2933 3 MP PP c9 3588 2933 mt 3541 2929 L c8 3541 2929 mt 3602 2909 L 1 sg -47 -6 61 -20 3541 2929 3 MP PP c8 3541 2929 mt 3602 2909 L c9 3602 2909 mt 3555 2903 L 1 sg 61 -16 -47 -22 3588 4520 3 MP PP c21 3588 4520 mt 3541 4498 L 3541 4498 mt 3602 4482 L 1 sg -47 -21 61 -16 3541 4498 3 MP PP c21 3541 4498 mt 3602 4482 L 3602 4482 mt 3555 4461 L 1 sg 61 -15 -47 -87 3585 3504 3 MP PP c19 3585 3504 mt 3538 3417 L c20 3538 3417 mt 3599 3402 L 1 sg -47 -83 61 -15 3538 3417 3 MP PP c20 3538 3417 mt 3599 3402 L 3599 3402 mt 3552 3319 L 1 sg 61 -20 -47 -15 3584 2843 3 MP PP c8 3584 2843 mt 3537 2828 L c11 3537 2828 mt 3598 2808 L 1 sg -47 -17 61 -20 3537 2828 3 MP PP c11 3537 2828 mt 3598 2808 L c8 3598 2808 mt 3551 2791 L 1 sg 61 -18 -46 -21 3583 4384 3 MP PP c21 3583 4384 mt 3537 4363 L 3537 4363 mt 3598 4345 L 1 sg -47 -23 61 -18 3537 4363 3 MP PP c21 3537 4363 mt 3598 4345 L 3598 4345 mt 3551 4322 L 1 sg 61 -5 -47 -60 3581 3154 3 MP PP c25 3581 3154 mt 3534 3094 L c26 3534 3094 mt 3595 3089 L 1 sg -47 -48 61 -5 3534 3094 3 MP PP c26 3534 3094 mt 3595 3089 L 3595 3089 mt 3548 3041 L 1 sg 60 -22 -46 -32 3579 4232 3 MP PP c21 3579 4232 mt 3533 4200 L 3533 4200 mt 3593 4178 L 1 sg -46 -39 60 -22 3533 4200 3 MP PP c21 3533 4200 mt 3593 4178 L 3593 4178 mt 3547 4139 L 1 sg -46 0 60 -20 3453 2993 3 MP PP c9 3453 2993 mt 3513 2973 L 3513 2973 mt 3467 2973 L 1 sg -46 -4 60 -20 3467 2973 3 MP PP c9 3467 2973 mt 3527 2953 L 3527 2953 mt 3481 2949 L 1 sg 60 -20 -46 0 3513 2973 3 MP PP c9 3513 2973 mt 3467 2973 L 3467 2973 mt 3527 2953 L 1 sg -47 20 61 -12 3479 2967 3 MP PP c22 3479 2967 mt 3540 2955 L 3540 2955 mt 3493 2975 L 1 sg 61 -12 -47 18 3526 2949 3 MP PP c23 3526 2949 mt 3479 2967 L c22 3479 2967 mt 3540 2955 L 1 sg 61 -13 -47 20 3540 2955 3 MP PP c22 3540 2955 mt 3493 2975 L c20 3493 2975 mt 3554 2962 L 1 sg 61 -4 -47 -16 3577 2969 3 MP PP c27 3577 2969 mt 3530 2953 L 3530 2953 mt 3591 2949 L 1 sg -47 -7 61 -4 3530 2953 3 MP PP c27 3530 2953 mt 3591 2949 L c26 3591 2949 mt 3544 2942 L 1 sg 61 -27 -47 -63 3575 3987 3 MP PP c9 3575 3987 mt 3528 3924 L c10 3528 3924 mt 3589 3897 L 1 sg -46 -73 61 -27 3528 3924 3 MP PP c10 3528 3924 mt 3589 3897 L 3589 3897 mt 3543 3824 L 1 sg -47 -22 61 -16 3527 4536 3 MP PP c21 3527 4536 mt 3588 4520 L 3588 4520 mt 3541 4498 L 1 sg 61 -19 -47 -88 3571 3611 3 MP PP c17 3571 3611 mt 3524 3523 L c18 3524 3523 mt 3585 3504 L 1 sg -47 -87 61 -19 3524 3523 3 MP PP c18 3524 3523 mt 3585 3504 L c19 3585 3504 mt 3538 3417 L 1 sg 61 -20 -47 -11 3570 2874 3 MP PP c8 3570 2874 mt 3523 2863 L 3523 2863 mt 3584 2843 L 1 sg -47 -15 61 -20 3523 2863 3 MP PP c8 3523 2863 mt 3584 2843 L 3584 2843 mt 3537 2828 L 1 sg 60 -17 -46 -22 3569 4423 3 MP PP c21 3569 4423 mt 3523 4401 L 3523 4401 mt 3583 4384 L 1 sg -46 -21 60 -17 3523 4401 3 MP PP c21 3523 4401 mt 3583 4384 L 3583 4384 mt 3537 4363 L 1 sg 61 -6 -47 -70 3567 3230 3 MP PP c24 3567 3230 mt 3520 3160 L c26 3520 3160 mt 3581 3154 L 1 sg -47 -60 61 -6 3520 3160 3 MP PP c26 3520 3160 mt 3581 3154 L c25 3581 3154 mt 3534 3094 L 1 sg 60 -21 -46 -27 3565 4280 3 MP PP c21 3565 4280 mt 3519 4253 L 3519 4253 mt 3579 4232 L 1 sg -46 -32 60 -21 3519 4253 3 MP PP c21 3519 4253 mt 3579 4232 L 3579 4232 mt 3533 4200 L 1 sg 60 -20 -46 3 3499 2990 3 MP PP c10 3499 2990 mt 3453 2993 L c9 3453 2993 mt 3513 2973 L 1 sg -47 3 61 -20 3499 2990 3 MP PP c10 3499 2990 mt 3560 2970 L 3560 2970 mt 3513 2973 L 1 sg -47 21 61 -13 3493 2975 3 MP PP c20 3493 2975 mt 3554 2962 L 3554 2962 mt 3507 2983 L 1 sg -47 14 61 -19 3503 3009 3 MP PP c14 3503 3009 mt 3564 2990 L 3564 2990 mt 3517 3004 L 1 sg -46 12 60 -19 3457 3023 3 MP PP c13 3457 3023 mt 3517 3004 L 3517 3004 mt 3471 3016 L 1 sg 60 -19 -46 14 3503 3009 3 MP PP c14 3503 3009 mt 3457 3023 L c13 3457 3023 mt 3517 3004 L 1 sg 60 -20 -46 12 3517 3004 3 MP PP c13 3517 3004 mt 3471 3016 L c12 3471 3016 mt 3531 2996 L 1 sg 61 -19 -47 17 3550 2992 3 MP PP c15 3550 2992 mt 3503 3009 L c14 3503 3009 mt 3564 2990 L 1 sg -46 20 61 -15 3507 2983 3 MP PP c18 3507 2983 mt 3568 2968 L 3568 2968 mt 3522 2988 L 1 sg 61 -15 -47 21 3554 2962 3 MP PP c20 3554 2962 mt 3507 2983 L c18 3507 2983 mt 3568 2968 L 1 sg 61 -4 -46 -26 3562 2999 3 MP PP c27 3562 2999 mt 3516 2973 L 3516 2973 mt 3577 2969 L 1 sg -47 -16 61 -4 3516 2973 3 MP PP c27 3516 2973 mt 3577 2969 L 3577 2969 mt 3530 2953 L 1 sg 61 -27 -47 -55 3561 4069 3 MP PP c8 3561 4069 mt 3514 4014 L c9 3514 4014 mt 3575 3987 L 1 sg -47 -63 61 -27 3514 4014 3 MP PP c9 3514 4014 mt 3575 3987 L 3575 3987 mt 3528 3924 L 1 sg 61 -22 -47 -86 3557 3719 3 MP PP c15 3557 3719 mt 3510 3633 L c16 3510 3633 mt 3571 3611 L 1 sg -47 -88 61 -22 3510 3633 3 MP PP c16 3510 3633 mt 3571 3611 L c17 3571 3611 mt 3524 3523 L 1 sg 61 -20 -46 -9 3555 2903 3 MP PP c8 3555 2903 mt 3509 2894 L 3509 2894 mt 3570 2874 L 1 sg -47 -11 61 -20 3509 2894 3 MP PP c8 3509 2894 mt 3570 2874 L 3570 2874 mt 3523 2863 L 1 sg 60 -16 -46 -22 3555 4461 3 MP PP c21 3555 4461 mt 3509 4439 L 3509 4439 mt 3569 4423 L 1 sg -46 -22 60 -16 3509 4439 3 MP PP c21 3509 4439 mt 3569 4423 L 3569 4423 mt 3523 4401 L 1 sg 61 -9 -46 -80 3552 3319 3 MP PP c23 3552 3319 mt 3506 3239 L c25 3506 3239 mt 3567 3230 L 1 sg -47 -70 61 -9 3506 3239 3 MP PP c25 3506 3239 mt 3567 3230 L c24 3567 3230 mt 3520 3160 L 1 sg 61 -18 -47 -24 3551 4322 3 MP PP c21 3551 4322 mt 3504 4298 L 3504 4298 mt 3565 4280 L 1 sg -46 -27 61 -18 3504 4298 3 MP PP c21 3504 4298 mt 3565 4280 L 3565 4280 mt 3519 4253 L 1 sg -46 9 60 -20 3471 3016 3 MP PP c12 3471 3016 mt 3531 2996 L 3531 2996 mt 3485 3005 L 1 sg 61 -20 -47 9 3471 3016 3 MP PP c12 3471 3016 mt 3424 3025 L c10 3424 3025 mt 3485 3005 L 1 sg -47 18 61 -17 3475 3009 3 MP PP c16 3475 3009 mt 3536 2992 L 3536 2992 mt 3489 3010 L 1 sg -47 17 61 -18 3489 3010 3 MP PP c15 3489 3010 mt 3550 2992 L 3550 2992 mt 3503 3009 L 1 sg 61 -18 -47 18 3536 2992 3 MP PP c16 3536 2992 mt 3489 3010 L c15 3489 3010 mt 3550 2992 L 1 sg 60 -3 -46 -39 3548 3041 3 MP PP c27 3548 3041 mt 3502 3002 L 3502 3002 mt 3562 2999 L 1 sg -47 5 61 -20 3424 3025 3 MP PP c10 3424 3025 mt 3485 3005 L c12 3485 3005 mt 3438 3010 L 1 sg 61 -20 -47 5 3485 3005 3 MP PP c12 3485 3005 mt 3438 3010 L c10 3438 3010 mt 3499 2990 L 1 sg -47 21 61 -17 3461 3005 3 MP PP c17 3461 3005 mt 3522 2988 L 3522 2988 mt 3475 3009 L 1 sg -46 3 61 -20 3438 3010 3 MP PP c10 3438 3010 mt 3499 2990 L 3499 2990 mt 3453 2993 L 1 sg 61 -17 -46 22 3507 2983 3 MP PP c18 3507 2983 mt 3461 3005 L c17 3461 3005 mt 3522 2988 L 1 sg 61 -17 -47 21 3522 2988 3 MP PP c17 3522 2988 mt 3475 3009 L c16 3475 3009 mt 3536 2992 L 1 sg -46 -26 60 -3 3502 3002 3 MP PP c27 3502 3002 mt 3562 2999 L 3562 2999 mt 3516 2973 L 1 sg 61 -26 -47 -44 3547 4139 3 MP PP c11 3547 4139 mt 3500 4095 L c8 3500 4095 mt 3561 4069 L 1 sg -47 -55 61 -26 3500 4095 3 MP PP c8 3500 4095 mt 3561 4069 L 3561 4069 mt 3514 4014 L 1 sg -46 -6 60 -20 3481 2949 3 MP PP c8 3481 2949 mt 3541 2929 L 3541 2929 mt 3495 2923 L 1 sg -46 8 60 -6 3498 2943 3 MP PP c25 3498 2943 mt 3558 2937 L 3558 2937 mt 3512 2945 L 1 sg 60 -6 -46 1 3544 2942 3 MP PP c26 3544 2942 mt 3498 2943 L c25 3498 2943 mt 3558 2937 L 1 sg 61 -25 -47 -80 3543 3824 3 MP PP c13 3543 3824 mt 3496 3744 L c14 3496 3744 mt 3557 3719 L 1 sg -47 -86 61 -25 3496 3744 3 MP PP c14 3496 3744 mt 3557 3719 L c15 3557 3719 mt 3510 3633 L 1 sg 60 -20 -46 -6 3541 2929 3 MP PP c8 3541 2929 mt 3495 2923 L 3495 2923 mt 3555 2903 L 1 sg -46 -9 60 -20 3495 2923 3 MP PP c8 3495 2923 mt 3555 2903 L 3555 2903 mt 3509 2894 L 1 sg 60 -16 -46 -21 3541 4498 3 MP PP c21 3541 4498 mt 3495 4477 L 3495 4477 mt 3555 4461 L 1 sg -46 -22 60 -16 3495 4477 3 MP PP c21 3495 4477 mt 3555 4461 L 3555 4461 mt 3509 4439 L 1 sg 60 -12 -46 -86 3538 3417 3 MP PP c20 3538 3417 mt 3492 3331 L c23 3492 3331 mt 3552 3319 L 1 sg -46 -80 60 -12 3492 3331 3 MP PP c23 3492 3331 mt 3552 3319 L 3552 3319 mt 3506 3239 L 1 sg 60 -20 -46 -17 3537 2828 3 MP PP c11 3537 2828 mt 3491 2811 L 3491 2811 mt 3551 2791 L 1 sg 61 -18 -47 -23 3537 4363 3 MP PP c21 3537 4363 mt 3490 4340 L 3490 4340 mt 3551 4322 L 1 sg -47 -24 61 -18 3490 4340 3 MP PP c21 3490 4340 mt 3551 4322 L 3551 4322 mt 3504 4298 L 1 sg 60 -3 -46 -50 3534 3094 3 MP PP c26 3534 3094 mt 3488 3044 L c27 3488 3044 mt 3548 3041 L 1 sg -47 13 61 -20 3396 3043 3 MP PP c13 3396 3043 mt 3457 3023 L 3457 3023 mt 3410 3036 L 1 sg 61 -20 -47 13 3457 3023 3 MP PP c13 3457 3023 mt 3410 3036 L c12 3410 3036 mt 3471 3016 L 1 sg -46 14 60 -19 3443 3028 3 MP PP c14 3443 3028 mt 3503 3009 L 3503 3009 mt 3457 3023 L 1 sg 60 -19 -46 18 3489 3010 3 MP PP c15 3489 3010 mt 3443 3028 L c14 3443 3028 mt 3503 3009 L 1 sg -46 -39 60 -3 3488 3044 3 MP PP c27 3488 3044 mt 3548 3041 L 3548 3041 mt 3502 3002 L 1 sg 61 -25 -47 -36 3533 4200 3 MP PP c21 3533 4200 mt 3486 4164 L c11 3486 4164 mt 3547 4139 L 1 sg -47 -44 61 -25 3486 4164 3 MP PP c11 3486 4164 mt 3547 4139 L 3547 4139 mt 3500 4095 L 1 sg -47 -6 61 -20 3420 2969 3 MP PP c8 3420 2969 mt 3481 2949 L 3481 2949 mt 3434 2943 L 1 sg 61 -20 -47 -4 3467 2973 3 MP PP c9 3467 2973 mt 3420 2969 L c8 3420 2969 mt 3481 2949 L 1 sg 61 -20 -47 -6 3481 2949 3 MP PP c8 3481 2949 mt 3434 2943 L 3434 2943 mt 3495 2923 L 1 sg -47 14 61 -8 3451 2953 3 MP PP c24 3451 2953 mt 3512 2945 L 3512 2945 mt 3465 2959 L 1 sg 61 -8 -47 10 3498 2943 3 MP PP c25 3498 2943 mt 3451 2953 L c24 3451 2953 mt 3512 2945 L 1 sg -47 18 61 -10 3465 2959 3 MP PP c23 3465 2959 mt 3526 2949 L 3526 2949 mt 3479 2967 L 1 sg 61 -10 -47 14 3512 2945 3 MP PP c24 3512 2945 mt 3465 2959 L c23 3465 2959 mt 3526 2949 L 1 sg 61 -5 -47 -6 3530 2953 3 MP PP c27 3530 2953 mt 3483 2947 L c26 3483 2947 mt 3544 2942 L 1 sg -46 1 61 -5 3483 2947 3 MP PP c26 3483 2947 mt 3544 2942 L 3544 2942 mt 3498 2943 L 1 sg 61 -27 -46 -73 3528 3924 3 MP PP c10 3528 3924 mt 3482 3851 L c13 3482 3851 mt 3543 3824 L 1 sg -47 -80 61 -27 3482 3851 3 MP PP c13 3482 3851 mt 3543 3824 L 3543 3824 mt 3496 3744 L 1 sg 61 -17 -47 -21 3527 4536 3 MP PP c21 3527 4536 mt 3480 4515 L 3480 4515 mt 3541 4498 L 1 sg -46 -21 61 -17 3480 4515 3 MP PP c21 3480 4515 mt 3541 4498 L 3541 4498 mt 3495 4477 L 1 sg 60 -15 -46 -91 3524 3523 3 MP PP c18 3524 3523 mt 3478 3432 L c20 3478 3432 mt 3538 3417 L 1 sg -46 -86 60 -15 3478 3432 3 MP PP c20 3478 3432 mt 3538 3417 L 3538 3417 mt 3492 3331 L 1 sg 60 -20 -46 -15 3523 2863 3 MP PP c8 3523 2863 mt 3477 2848 L c11 3477 2848 mt 3537 2828 L 1 sg -46 -17 60 -20 3477 2848 3 MP PP c11 3477 2848 mt 3537 2828 L 3537 2828 mt 3491 2811 L 1 sg 61 -16 -47 -22 3523 4401 3 MP PP c21 3523 4401 mt 3476 4379 L 3476 4379 mt 3537 4363 L 1 sg -47 -23 61 -16 3476 4379 3 MP PP c21 3476 4379 mt 3537 4363 L 3537 4363 mt 3490 4340 L 1 sg 60 -4 -46 -62 3520 3160 3 MP PP c26 3520 3160 mt 3474 3098 L c27 3474 3098 mt 3534 3094 L 1 sg -46 -50 60 -4 3474 3098 3 MP PP c27 3474 3098 mt 3534 3094 L c26 3534 3094 mt 3488 3044 L 1 sg 61 -22 -47 -31 3519 4253 3 MP PP c21 3519 4253 mt 3472 4222 L 3472 4222 mt 3533 4200 L 1 sg -47 -36 61 -22 3472 4222 3 MP PP c21 3472 4222 mt 3533 4200 L 3533 4200 mt 3486 4164 L 1 sg 61 -4 -47 -16 3516 2973 3 MP PP c27 3516 2973 mt 3469 2957 L 3469 2957 mt 3530 2953 L 1 sg -47 -6 61 -4 3469 2957 3 MP PP c27 3469 2957 mt 3530 2953 L 3530 2953 mt 3483 2947 L 1 sg 60 -28 -46 -62 3514 4014 3 MP PP c9 3514 4014 mt 3468 3952 L c10 3468 3952 mt 3528 3924 L 1 sg -46 -73 60 -28 3468 3952 3 MP PP c10 3468 3952 mt 3528 3924 L 3528 3924 mt 3482 3851 L 1 sg -47 -21 61 -17 3466 4553 3 MP PP c21 3466 4553 mt 3527 4536 L 3527 4536 mt 3480 4515 L 1 sg 60 -19 -46 -91 3510 3633 3 MP PP c16 3510 3633 mt 3464 3542 L c18 3464 3542 mt 3524 3523 L 1 sg -46 -91 60 -19 3464 3542 3 MP PP c18 3464 3542 mt 3524 3523 L 3524 3523 mt 3478 3432 L 1 sg 61 -20 -47 -11 3509 2894 3 MP PP c8 3509 2894 mt 3462 2883 L c11 3462 2883 mt 3523 2863 L 1 sg -46 -15 61 -20 3462 2883 3 MP PP c11 3462 2883 mt 3523 2863 L c8 3523 2863 mt 3477 2848 L 1 sg 61 -17 -47 -21 3509 4439 3 MP PP c21 3509 4439 mt 3462 4418 L 3462 4418 mt 3523 4401 L 1 sg -47 -22 61 -17 3462 4418 3 MP PP c21 3462 4418 mt 3523 4401 L 3523 4401 mt 3476 4379 L 1 sg 61 -6 -47 -73 3506 3239 3 MP PP c25 3506 3239 mt 3459 3166 L c26 3459 3166 mt 3520 3160 L 1 sg -46 -62 61 -6 3459 3166 3 MP PP c26 3459 3166 mt 3520 3160 L 3520 3160 mt 3474 3098 L 1 sg 61 -20 -46 -25 3504 4298 3 MP PP c21 3504 4298 mt 3458 4273 L 3458 4273 mt 3519 4253 L 1 sg -47 -31 61 -20 3458 4273 3 MP PP c21 3458 4273 mt 3519 4253 L 3519 4253 mt 3472 4222 L 1 sg -47 -4 61 -20 3406 2993 3 MP PP c9 3406 2993 mt 3467 2973 L 3467 2973 mt 3420 2969 L 1 sg 61 -20 -47 0 3453 2993 3 MP PP c9 3453 2993 mt 3406 2993 L 3406 2993 mt 3467 2973 L 1 sg -46 22 60 -12 3419 2979 3 MP PP c22 3419 2979 mt 3479 2967 L 3479 2967 mt 3433 2989 L 1 sg -47 0 61 -20 3392 3013 3 MP PP c9 3392 3013 mt 3453 2993 L 3453 2993 mt 3406 2993 L 1 sg 61 -20 -46 3 3438 3010 3 MP PP c10 3438 3010 mt 3392 3013 L c9 3392 3013 mt 3453 2993 L 1 sg -46 23 60 -14 3433 2989 3 MP PP c20 3433 2989 mt 3493 2975 L 3493 2975 mt 3447 2998 L 1 sg 60 -14 -46 22 3479 2967 3 MP PP c22 3479 2967 mt 3433 2989 L c20 3433 2989 mt 3493 2975 L 1 sg -46 22 60 -15 3447 2998 3 MP PP c19 3447 2998 mt 3507 2983 L c18 3507 2983 mt 3461 3005 L 1 sg 60 -15 -46 23 3493 2975 3 MP PP c20 3493 2975 mt 3447 2998 L c19 3447 2998 mt 3507 2983 L 1 sg 61 -2 -47 -27 3502 3002 3 MP PP c27 3502 3002 mt 3455 2975 L /c28 { 0.000000 0.812500 1.000000 sr} bdef c28 3455 2975 mt 3516 2973 L 1 sg 60 -12 -46 20 3465 2959 3 MP PP c23 3465 2959 mt 3419 2979 L c22 3419 2979 mt 3479 2967 L 1 sg -47 -16 61 -2 3455 2975 3 MP PP c28 3455 2975 mt 3516 2973 L c27 3516 2973 mt 3469 2957 L 1 sg 60 -28 -46 -53 3500 4095 3 MP PP c8 3500 4095 mt 3454 4042 L 3454 4042 mt 3514 4014 L 1 sg -46 -62 60 -28 3454 4042 3 MP PP c8 3454 4042 mt 3514 4014 L c9 3514 4014 mt 3468 3952 L 1 sg 60 -23 -46 -88 3496 3744 3 MP PP c14 3496 3744 mt 3450 3656 L c16 3450 3656 mt 3510 3633 L 1 sg -46 -91 60 -23 3450 3656 3 MP PP c16 3450 3656 mt 3510 3633 L 3510 3633 mt 3464 3542 L 1 sg 61 -20 -47 -9 3495 2923 3 MP PP c8 3495 2923 mt 3448 2914 L 3448 2914 mt 3509 2894 L 1 sg -47 -11 61 -20 3448 2914 3 MP PP c8 3448 2914 mt 3509 2894 L 3509 2894 mt 3462 2883 L 1 sg 61 -17 -47 -21 3495 4477 3 MP PP c21 3495 4477 mt 3448 4456 L 3448 4456 mt 3509 4439 L 1 sg -47 -21 61 -17 3448 4456 3 MP PP c21 3448 4456 mt 3509 4439 L 3509 4439 mt 3462 4418 L 1 sg 61 -9 -47 -83 3492 3331 3 MP PP c23 3492 3331 mt 3445 3248 L c25 3445 3248 mt 3506 3239 L 1 sg -47 -73 61 -9 3445 3248 3 MP PP c25 3445 3248 mt 3506 3239 L 3506 3239 mt 3459 3166 L 1 sg 60 -19 -46 -23 3490 4340 3 MP PP c21 3490 4340 mt 3444 4317 L 3444 4317 mt 3504 4298 L 1 sg -46 -25 60 -19 3444 4317 3 MP PP c21 3444 4317 mt 3504 4298 L 3504 4298 mt 3458 4273 L 1 sg -46 6 60 -20 3364 3045 3 MP PP c10 3364 3045 mt 3424 3025 L 3424 3025 mt 3378 3031 L 1 sg -46 3 60 -21 3378 3031 3 MP PP c10 3378 3031 mt 3438 3010 L 3438 3010 mt 3392 3013 L 1 sg 60 -21 -46 6 3424 3025 3 MP PP c10 3424 3025 mt 3378 3031 L 3378 3031 mt 3438 3010 L 1 sg -47 22 61 -16 3400 3021 3 MP PP c17 3400 3021 mt 3461 3005 L 3461 3005 mt 3414 3027 L 1 sg 61 -16 -47 23 3447 2998 3 MP PP c19 3447 2998 mt 3400 3021 L c17 3400 3021 mt 3461 3005 L 1 sg -47 9 61 -20 3410 3036 3 MP PP c12 3410 3036 mt 3471 3016 L 3471 3016 mt 3424 3025 L 1 sg 60 -20 -46 9 3410 3036 3 MP PP c12 3410 3036 mt 3364 3045 L c10 3364 3045 mt 3424 3025 L 1 sg -46 20 61 -18 3414 3027 3 MP PP c16 3414 3027 mt 3475 3009 L 3475 3009 mt 3429 3029 L 1 sg 61 -18 -47 22 3461 3005 3 MP PP c17 3461 3005 mt 3414 3027 L c16 3414 3027 mt 3475 3009 L 1 sg -46 18 60 -19 3429 3029 3 MP PP c15 3429 3029 mt 3489 3010 L 3489 3010 mt 3443 3028 L 1 sg 60 -19 -46 20 3475 3009 3 MP PP c16 3475 3009 mt 3429 3029 L c15 3429 3029 mt 3489 3010 L 1 sg 61 -2 -47 -40 3488 3044 3 MP PP c27 3488 3044 mt 3441 3004 L c28 3441 3004 mt 3502 3002 L 1 sg -47 0 61 -21 3331 3034 3 MP PP c9 3331 3034 mt 3392 3013 L 3392 3013 mt 3345 3013 L 1 sg 61 -21 -47 3 3378 3031 3 MP PP c10 3378 3031 mt 3331 3034 L c9 3331 3034 mt 3392 3013 L 1 sg 61 -20 -47 0 3392 3013 3 MP PP c9 3392 3013 mt 3345 3013 L 3345 3013 mt 3406 2993 L 1 sg -47 23 61 -15 3386 3013 3 MP PP c19 3386 3013 mt 3447 2998 L 3447 2998 mt 3400 3021 L 1 sg 61 -15 -47 24 3433 2989 3 MP PP c20 3433 2989 mt 3386 3013 L c19 3386 3013 mt 3447 2998 L 1 sg -47 -27 61 -2 3441 3004 3 MP PP c28 3441 3004 mt 3502 3002 L c27 3502 3002 mt 3455 2975 L 1 sg 60 -26 -46 -43 3486 4164 3 MP PP c11 3486 4164 mt 3440 4121 L 3440 4121 mt 3500 4095 L 1 sg -46 -53 60 -26 3440 4121 3 MP PP c11 3440 4121 mt 3500 4095 L c8 3500 4095 mt 3454 4042 L 1 sg -47 10 61 -7 3437 2950 3 MP PP c26 3437 2950 mt 3498 2943 L c25 3498 2943 mt 3451 2953 L 1 sg 61 -7 -46 3 3483 2947 3 MP PP c26 3483 2947 mt 3437 2950 L 3437 2950 mt 3498 2943 L 1 sg 61 -26 -47 -81 3482 3851 3 MP PP c13 3482 3851 mt 3435 3770 L c14 3435 3770 mt 3496 3744 L 1 sg -46 -88 61 -26 3435 3770 3 MP PP c14 3435 3770 mt 3496 3744 L 3496 3744 mt 3450 3656 L 1 sg -47 -9 61 -20 3434 2943 3 MP PP c8 3434 2943 mt 3495 2923 L 3495 2923 mt 3448 2914 L 1 sg 61 -17 -46 -21 3480 4515 3 MP PP c21 3480 4515 mt 3434 4494 L 3434 4494 mt 3495 4477 L 1 sg -47 -21 61 -17 3434 4494 3 MP PP c21 3434 4494 mt 3495 4477 L 3495 4477 mt 3448 4456 L 1 sg 61 -12 -47 -89 3478 3432 3 MP PP c20 3478 3432 mt 3431 3343 L c23 3431 3343 mt 3492 3331 L 1 sg -47 -83 61 -12 3431 3343 3 MP PP c23 3431 3343 mt 3492 3331 L 3492 3331 mt 3445 3248 L 1 sg 61 -20 -47 -17 3477 2848 3 MP PP c11 3477 2848 mt 3430 2831 L 3430 2831 mt 3491 2811 L 1 sg 60 -17 -46 -22 3476 4379 3 MP PP c21 3476 4379 mt 3430 4357 L 3430 4357 mt 3490 4340 L 1 sg -46 -23 60 -17 3430 4357 3 MP PP c21 3430 4357 mt 3490 4340 L 3490 4340 mt 3444 4317 L 1 sg 61 -2 -47 -52 3474 3098 3 MP PP c27 3474 3098 mt 3427 3046 L c28 3427 3046 mt 3488 3044 L 1 sg -46 13 60 -20 3336 3063 3 MP PP c13 3336 3063 mt 3396 3043 L 3396 3043 mt 3350 3056 L 1 sg 60 -20 -46 13 3396 3043 3 MP PP c13 3396 3043 mt 3350 3056 L c12 3350 3056 mt 3410 3036 L 1 sg -47 15 61 -19 3382 3047 3 MP PP c14 3382 3047 mt 3443 3028 L 3443 3028 mt 3396 3043 L 1 sg 61 -19 -47 18 3429 3029 3 MP PP c15 3429 3029 mt 3382 3047 L c14 3382 3047 mt 3443 3028 L 1 sg 61 -20 -47 15 3443 3028 3 MP PP c14 3443 3028 mt 3396 3043 L c13 3396 3043 mt 3457 3023 L 1 sg -47 -40 61 -2 3427 3046 3 MP PP c28 3427 3046 mt 3488 3044 L c27 3488 3044 mt 3441 3004 L 1 sg 60 -24 -46 -34 3472 4222 3 MP PP c21 3472 4222 mt 3426 4188 L 3426 4188 mt 3486 4164 L 1 sg -46 -43 60 -24 3426 4188 3 MP PP c21 3426 4188 mt 3486 4164 L c11 3486 4164 mt 3440 4121 L 1 sg 60 -20 -46 -6 3420 2969 3 MP PP c8 3420 2969 mt 3374 2963 L 3374 2963 mt 3434 2943 L 1 sg 61 -20 -47 -9 3374 2963 3 MP PP c8 3374 2963 mt 3327 2954 L c11 3327 2954 mt 3388 2934 L 1 sg -46 -9 60 -20 3374 2963 3 MP PP c8 3374 2963 mt 3434 2943 L 3434 2943 mt 3388 2934 L 1 sg -47 11 61 -5 3376 2955 3 MP PP c26 3376 2955 mt 3437 2950 L 3437 2950 mt 3390 2961 L 1 sg -46 -6 60 -21 3360 2990 3 MP PP c8 3360 2990 mt 3420 2969 L 3420 2969 mt 3374 2963 L 1 sg -46 16 61 -8 3390 2961 3 MP PP c25 3390 2961 mt 3451 2953 L c24 3451 2953 mt 3405 2969 L 1 sg 61 -8 -47 11 3437 2950 3 MP PP c26 3437 2950 mt 3390 2961 L c25 3390 2961 mt 3451 2953 L 1 sg 60 -10 -46 16 3451 2953 3 MP PP c24 3451 2953 mt 3405 2969 L c23 3405 2969 mt 3465 2959 L 1 sg 60 -4 -46 -6 3469 2957 3 MP PP c27 3469 2957 mt 3423 2951 L 3423 2951 mt 3483 2947 L 1 sg -46 3 60 -4 3423 2951 3 MP PP c27 3423 2951 mt 3483 2947 L c26 3483 2947 mt 3437 2950 L 1 sg 61 -28 -47 -73 3468 3952 3 MP PP c10 3468 3952 mt 3421 3879 L c12 3421 3879 mt 3482 3851 L 1 sg -47 -81 61 -28 3421 3879 3 MP PP c12 3421 3879 mt 3482 3851 L c13 3482 3851 mt 3435 3770 L 1 sg 60 -16 -46 -22 3466 4553 3 MP PP c21 3466 4553 mt 3420 4531 L 3420 4531 mt 3480 4515 L 1 sg -46 -21 60 -16 3420 4531 3 MP PP c21 3420 4531 mt 3480 4515 L 3480 4515 mt 3434 4494 L 1 sg 61 -17 -47 -93 3464 3542 3 MP PP c18 3464 3542 mt 3417 3449 L c20 3417 3449 mt 3478 3432 L 1 sg -47 -89 61 -17 3417 3449 3 MP PP c20 3417 3449 mt 3478 3432 L 3478 3432 mt 3431 3343 L 1 sg 61 -20 -46 -15 3462 2883 3 MP PP c11 3462 2883 mt 3416 2868 L 3416 2868 mt 3477 2848 L 1 sg -47 -17 61 -20 3416 2868 3 MP PP c11 3416 2868 mt 3477 2848 L 3477 2848 mt 3430 2831 L 1 sg 60 -17 -46 -22 3462 4418 3 MP PP c21 3462 4418 mt 3416 4396 L 3416 4396 mt 3476 4379 L 1 sg -46 -22 60 -17 3416 4396 3 MP PP c21 3416 4396 mt 3476 4379 L 3476 4379 mt 3430 4357 L 1 sg 61 -3 -46 -65 3459 3166 3 MP PP c26 3459 3166 mt 3413 3101 L c27 3413 3101 mt 3474 3098 L 1 sg -47 -52 61 -3 3413 3101 3 MP PP c27 3413 3101 mt 3474 3098 L 3474 3098 mt 3427 3046 L 1 sg 61 -22 -47 -29 3458 4273 3 MP PP c21 3458 4273 mt 3411 4244 L 3411 4244 mt 3472 4222 L 1 sg -46 -34 61 -22 3411 4244 3 MP PP c21 3411 4244 mt 3472 4222 L 3472 4222 mt 3426 4188 L 1 sg 60 -21 -46 -3 3406 2993 3 MP PP c9 3406 2993 mt 3360 2990 L c8 3360 2990 mt 3420 2969 L 1 sg -46 20 60 -10 3405 2969 3 MP PP c23 3405 2969 mt 3465 2959 L 3465 2959 mt 3419 2979 L 1 sg 60 -2 -46 -16 3455 2975 3 MP PP c28 3455 2975 mt 3409 2959 L c27 3409 2959 mt 3469 2957 L 1 sg -46 -6 60 -2 3409 2959 3 MP PP c27 3409 2959 mt 3469 2957 L 3469 2957 mt 3423 2951 L 1 sg 61 -28 -47 -62 3454 4042 3 MP PP c8 3454 4042 mt 3407 3980 L c10 3407 3980 mt 3468 3952 L 1 sg -47 -73 61 -28 3407 3980 3 MP PP c10 3407 3980 mt 3468 3952 L 3468 3952 mt 3421 3879 L 1 sg -46 -22 60 -16 3406 4569 3 MP PP c21 3406 4569 mt 3466 4553 L 3466 4553 mt 3420 4531 L 1 sg 61 -20 -47 -94 3450 3656 3 MP PP c16 3450 3656 mt 3403 3562 L c18 3403 3562 mt 3464 3542 L 1 sg -47 -93 61 -20 3403 3562 3 MP PP c18 3403 3562 mt 3464 3542 L 3464 3542 mt 3417 3449 L 1 sg 60 -20 -46 -11 3448 2914 3 MP PP c8 3448 2914 mt 3402 2903 L c11 3402 2903 mt 3462 2883 L 1 sg -46 -15 60 -20 3402 2903 3 MP PP c11 3402 2903 mt 3462 2883 L 3462 2883 mt 3416 2868 L 1 sg 60 -16 -46 -22 3448 4456 3 MP PP c21 3448 4456 mt 3402 4434 L 3402 4434 mt 3462 4418 L 1 sg -46 -22 60 -16 3402 4434 3 MP PP c21 3402 4434 mt 3462 4418 L 3462 4418 mt 3416 4396 L 1 sg 60 -5 -46 -77 3445 3248 3 MP PP c25 3445 3248 mt 3399 3171 L c26 3399 3171 mt 3459 3166 L 1 sg -46 -65 60 -5 3399 3171 3 MP PP c26 3399 3171 mt 3459 3166 L 3459 3166 mt 3413 3101 L 1 sg 61 -19 -47 -25 3444 4317 3 MP PP c21 3444 4317 mt 3397 4292 L 3397 4292 mt 3458 4273 L 1 sg -47 -29 61 -19 3397 4292 3 MP PP c21 3397 4292 mt 3458 4273 L 3458 4273 mt 3411 4244 L 1 sg 61 -20 -46 -3 3345 3013 3 MP PP c9 3345 3013 mt 3299 3010 L c8 3299 3010 mt 3360 2990 L 1 sg -46 -3 61 -20 3345 3013 3 MP PP c9 3345 3013 mt 3406 2993 L 3406 2993 mt 3360 2990 L 1 sg -47 24 61 -12 3358 2991 3 MP PP c22 3358 2991 mt 3419 2979 L 3419 2979 mt 3372 3003 L 1 sg 61 -12 -47 22 3405 2969 3 MP PP c23 3405 2969 mt 3358 2991 L c22 3358 2991 mt 3419 2979 L 1 sg -47 24 61 -14 3372 3003 3 MP PP c20 3372 3003 mt 3433 2989 L 3433 2989 mt 3386 3013 L 1 sg 61 -14 -47 24 3419 2979 3 MP PP c22 3419 2979 mt 3372 3003 L c20 3372 3003 mt 3433 2989 L 1 sg 60 -2 -46 -27 3441 3004 3 MP PP c28 3441 3004 mt 3395 2977 L 3395 2977 mt 3455 2975 L 1 sg -47 -7 61 -20 3299 3010 3 MP PP c8 3299 3010 mt 3360 2990 L 3360 2990 mt 3313 2983 L 1 sg 61 -20 -47 -7 3360 2990 3 MP PP c8 3360 2990 mt 3313 2983 L 3313 2983 mt 3374 2963 L 1 sg -47 22 61 -10 3344 2979 3 MP PP c24 3344 2979 mt 3405 2969 L c23 3405 2969 mt 3358 2991 L 1 sg 61 -10 -46 18 3390 2961 3 MP PP c25 3390 2961 mt 3344 2979 L c24 3344 2979 mt 3405 2969 L 1 sg -46 -16 60 -2 3395 2977 3 MP PP c28 3395 2977 mt 3455 2975 L 3455 2975 mt 3409 2959 L 1 sg 61 -28 -47 -51 3440 4121 3 MP PP c11 3440 4121 mt 3393 4070 L c8 3393 4070 mt 3454 4042 L 1 sg -47 -62 61 -28 3393 4070 3 MP PP c8 3393 4070 mt 3454 4042 L 3454 4042 mt 3407 3980 L 1 sg 61 -24 -46 -90 3435 3770 3 MP PP c14 3435 3770 mt 3389 3680 L c16 3389 3680 mt 3450 3656 L 1 sg -47 -94 61 -24 3389 3680 3 MP PP c16 3389 3680 mt 3450 3656 L 3450 3656 mt 3403 3562 L 1 sg 60 -20 -46 -9 3434 2943 3 MP PP c8 3434 2943 mt 3388 2934 L 3388 2934 mt 3448 2914 L 1 sg -46 -11 60 -20 3388 2934 3 MP PP c8 3388 2934 mt 3448 2914 L 3448 2914 mt 3402 2903 L 1 sg 61 -16 -47 -22 3434 4494 3 MP PP c21 3434 4494 mt 3387 4472 L 3387 4472 mt 3448 4456 L 1 sg -46 -22 61 -16 3387 4472 3 MP PP c21 3387 4472 mt 3448 4456 L 3448 4456 mt 3402 4434 L 1 sg 60 -8 -46 -87 3431 3343 3 MP PP c23 3431 3343 mt 3385 3256 L c25 3385 3256 mt 3445 3248 L 1 sg -46 -77 60 -8 3385 3256 3 MP PP c25 3385 3256 mt 3445 3248 L 3445 3248 mt 3399 3171 L 1 sg 61 -18 -47 -22 3430 4357 3 MP PP c21 3430 4357 mt 3383 4335 L 3383 4335 mt 3444 4317 L 1 sg -47 -25 61 -18 3383 4335 3 MP PP c21 3383 4335 mt 3444 4317 L 3444 4317 mt 3397 4292 L 1 sg -47 3 61 -20 3317 3051 3 MP PP c10 3317 3051 mt 3378 3031 L 3378 3031 mt 3331 3034 L 1 sg 61 -20 -47 6 3364 3045 3 MP PP c10 3364 3045 mt 3317 3051 L 3317 3051 mt 3378 3031 L 1 sg -46 23 60 -17 3340 3038 3 MP PP c17 3340 3038 mt 3400 3021 L 3400 3021 mt 3354 3044 L 1 sg 60 -17 -46 25 3386 3013 3 MP PP c19 3386 3013 mt 3340 3038 L c17 3340 3038 mt 3400 3021 L 1 sg -47 6 61 -20 3303 3065 3 MP PP c10 3303 3065 mt 3364 3045 L 3364 3045 mt 3317 3051 L 1 sg 61 -20 -47 9 3350 3056 3 MP PP c12 3350 3056 mt 3303 3065 L c10 3303 3065 mt 3364 3045 L 1 sg -46 9 60 -20 3350 3056 3 MP PP c12 3350 3056 mt 3410 3036 L 3410 3036 mt 3364 3045 L 1 sg -46 20 60 -17 3354 3044 3 MP PP c16 3354 3044 mt 3414 3027 L 3414 3027 mt 3368 3047 L 1 sg 60 -17 -46 23 3400 3021 3 MP PP c17 3400 3021 mt 3354 3044 L c16 3354 3044 mt 3414 3027 L 1 sg -47 18 61 -18 3368 3047 3 MP PP c15 3368 3047 mt 3429 3029 L 3429 3029 mt 3382 3047 L 1 sg 61 -18 -46 20 3414 3027 3 MP PP c16 3414 3027 mt 3368 3047 L c15 3368 3047 mt 3429 3029 L 1 sg 60 -1 -46 -41 3427 3046 3 MP PP c28 3427 3046 mt 3381 3005 L 3381 3005 mt 3441 3004 L 1 sg -46 -27 60 -1 3381 3005 3 MP PP c28 3381 3005 mt 3441 3004 L 3441 3004 mt 3395 2977 L 1 sg 61 -26 -47 -41 3426 4188 3 MP PP c21 3426 4188 mt 3379 4147 L c11 3379 4147 mt 3440 4121 L 1 sg -47 -51 61 -26 3379 4147 3 MP PP c11 3379 4147 mt 3440 4121 L 3440 4121 mt 3393 4070 L 1 sg 61 -5 -47 4 3423 2951 3 MP PP c27 3423 2951 mt 3376 2955 L c26 3376 2955 mt 3437 2950 L 1 sg 60 -27 -46 -82 3421 3879 3 MP PP c12 3421 3879 mt 3375 3797 L c14 3375 3797 mt 3435 3770 L 1 sg -46 -90 60 -27 3375 3797 3 MP PP c14 3375 3797 mt 3435 3770 L 3435 3770 mt 3389 3680 L 1 sg 61 -16 -47 -21 3420 4531 3 MP PP c21 3420 4531 mt 3373 4510 L 3373 4510 mt 3434 4494 L 1 sg -47 -22 61 -16 3373 4510 3 MP PP c21 3373 4510 mt 3434 4494 L 3434 4494 mt 3387 4472 L 1 sg 60 -12 -46 -94 3417 3449 3 MP PP c20 3417 3449 mt 3371 3355 L c23 3371 3355 mt 3431 3343 L 1 sg -46 -87 60 -12 3371 3355 3 MP PP c23 3371 3355 mt 3431 3343 L 3431 3343 mt 3385 3256 L 1 sg 61 -20 -47 -17 3416 2868 3 MP PP c11 3416 2868 mt 3369 2851 L 3369 2851 mt 3430 2831 L 1 sg 61 -17 -47 -22 3416 4396 3 MP PP c21 3416 4396 mt 3369 4374 L 3369 4374 mt 3430 4357 L 1 sg -47 -22 61 -17 3369 4374 3 MP PP c21 3369 4374 mt 3430 4357 L 3430 4357 mt 3383 4335 L 1 sg -47 9 61 -20 3289 3076 3 MP PP c12 3289 3076 mt 3350 3056 L 3350 3056 mt 3303 3065 L 1 sg 61 -20 -47 13 3336 3063 3 MP PP c13 3336 3063 mt 3289 3076 L c12 3289 3076 mt 3350 3056 L 1 sg -47 20 61 -19 3307 3066 3 MP PP c15 3307 3066 mt 3368 3047 L 3368 3047 mt 3321 3067 L 1 sg 61 -19 -47 22 3354 3044 3 MP PP c16 3354 3044 mt 3307 3066 L c15 3307 3066 mt 3368 3047 L 1 sg -46 16 61 -20 3321 3067 3 MP PP c14 3321 3067 mt 3382 3047 L 3382 3047 mt 3336 3063 L 1 sg 61 -20 -47 20 3368 3047 3 MP PP c15 3368 3047 mt 3321 3067 L c14 3321 3067 mt 3382 3047 L 1 sg 60 -20 -46 16 3382 3047 3 MP PP c14 3382 3047 mt 3336 3063 L c13 3336 3063 mt 3396 3043 L 1 sg 61 -1 -47 -54 3413 3101 3 MP PP c27 3413 3101 mt 3366 3047 L c28 3366 3047 mt 3427 3046 L 1 sg 60 -20 -46 -1 3331 3034 3 MP PP c9 3331 3034 mt 3285 3033 L c8 3285 3033 mt 3345 3013 L 1 sg -46 25 60 -15 3326 3028 3 MP PP c19 3326 3028 mt 3386 3013 L 3386 3013 mt 3340 3038 L 1 sg 60 -15 -46 25 3372 3003 3 MP PP c20 3372 3003 mt 3326 3028 L c19 3326 3028 mt 3386 3013 L 1 sg -46 -41 61 -1 3366 3047 3 MP PP c28 3366 3047 mt 3427 3046 L 3427 3046 mt 3381 3005 L 1 sg 61 -24 -46 -32 3411 4244 3 MP PP c21 3411 4244 mt 3365 4212 L 3365 4212 mt 3426 4188 L 1 sg -47 -41 61 -24 3365 4212 3 MP PP c21 3365 4212 mt 3426 4188 L 3426 4188 mt 3379 4147 L 1 sg 60 -20 -46 -9 3313 2983 3 MP PP c8 3313 2983 mt 3267 2974 L c11 3267 2974 mt 3327 2954 L 1 sg -47 -9 61 -20 3313 2983 3 MP PP c8 3313 2983 mt 3374 2963 L 3374 2963 mt 3327 2954 L 1 sg -46 13 60 -6 3316 2961 3 MP PP c26 3316 2961 mt 3376 2955 L 3376 2955 mt 3330 2968 L 1 sg 60 -6 -46 6 3362 2955 3 MP PP c27 3362 2955 mt 3316 2961 L c26 3316 2961 mt 3376 2955 L 1 sg 60 -7 -46 13 3376 2955 3 MP PP c26 3376 2955 mt 3330 2968 L c25 3330 2968 mt 3390 2961 L 1 sg -47 4 61 -4 3362 2955 3 MP PP c27 3362 2955 mt 3423 2951 L 3423 2951 mt 3376 2955 L 1 sg 61 -4 -47 -4 3409 2959 3 MP PP c27 3409 2959 mt 3362 2955 L 3362 2955 mt 3423 2951 L 1 sg 60 -30 -46 -71 3407 3980 3 MP PP c10 3407 3980 mt 3361 3909 L c12 3361 3909 mt 3421 3879 L 1 sg -46 -82 60 -30 3361 3909 3 MP PP c12 3361 3909 mt 3421 3879 L 3421 3879 mt 3375 3797 L 1 sg 61 -17 -47 -21 3406 4569 3 MP PP c21 3406 4569 mt 3359 4548 L 3359 4548 mt 3420 4531 L 1 sg -47 -21 61 -17 3359 4548 3 MP PP c21 3359 4548 mt 3420 4531 L 3420 4531 mt 3373 4510 L 1 sg 60 -17 -46 -96 3403 3562 3 MP PP c18 3403 3562 mt 3357 3466 L c20 3357 3466 mt 3417 3449 L 1 sg -46 -94 60 -17 3357 3466 3 MP PP c20 3357 3466 mt 3417 3449 L 3417 3449 mt 3371 3355 L 1 sg 61 -20 -47 -15 3402 2903 3 MP PP c11 3402 2903 mt 3355 2888 L 3355 2888 mt 3416 2868 L 1 sg -47 -17 61 -20 3355 2888 3 MP PP c11 3355 2888 mt 3416 2868 L 3416 2868 mt 3369 2851 L 1 sg 61 -17 -47 -21 3402 4434 3 MP PP c21 3402 4434 mt 3355 4413 L 3355 4413 mt 3416 4396 L 1 sg -47 -22 61 -17 3355 4413 3 MP PP c21 3355 4413 mt 3416 4396 L 3416 4396 mt 3369 4374 L 1 sg 61 -3 -47 -67 3399 3171 3 MP PP c26 3399 3171 mt 3352 3104 L c28 3352 3104 mt 3413 3101 L 1 sg -47 -54 61 -3 3352 3104 3 MP PP c28 3352 3104 mt 3413 3101 L c27 3413 3101 mt 3366 3047 L 1 sg 60 -21 -46 -27 3397 4292 3 MP PP c21 3397 4292 mt 3351 4265 L 3351 4265 mt 3411 4244 L 1 sg -46 -32 60 -21 3351 4265 3 MP PP c21 3351 4265 mt 3411 4244 L 3411 4244 mt 3365 4212 L 1 sg -46 18 60 -7 3330 2968 3 MP PP c25 3330 2968 mt 3390 2961 L 3390 2961 mt 3344 2979 L 1 sg 61 -3 -47 -15 3395 2977 3 MP PP c28 3395 2977 mt 3348 2962 L 3348 2962 mt 3409 2959 L 1 sg -47 -4 61 -3 3348 2962 3 MP PP c28 3348 2962 mt 3409 2959 L c27 3409 2959 mt 3362 2955 L 1 sg 60 -30 -46 -60 3393 4070 3 MP PP c8 3393 4070 mt 3347 4010 L c9 3347 4010 mt 3407 3980 L 1 sg -46 -71 60 -30 3347 4010 3 MP PP c9 3347 4010 mt 3407 3980 L c10 3407 3980 mt 3361 3909 L 1 sg -47 -21 61 -17 3345 4586 3 MP PP c21 3345 4586 mt 3406 4569 L 3406 4569 mt 3359 4548 L 1 sg 61 -22 -47 -96 3389 3680 3 MP PP c16 3389 3680 mt 3342 3584 L c18 3342 3584 mt 3403 3562 L 1 sg -46 -96 61 -22 3342 3584 3 MP PP c18 3342 3584 mt 3403 3562 L 3403 3562 mt 3357 3466 L 1 sg 61 -19 -47 -12 3388 2934 3 MP PP c8 3388 2934 mt 3341 2922 L c11 3341 2922 mt 3402 2903 L 1 sg -47 -15 61 -19 3341 2922 3 MP PP c11 3341 2922 mt 3402 2903 L 3402 2903 mt 3355 2888 L 1 sg 61 -17 -46 -21 3387 4472 3 MP PP c21 3387 4472 mt 3341 4451 L 3341 4451 mt 3402 4434 L 1 sg -47 -21 61 -17 3341 4451 3 MP PP c21 3341 4451 mt 3402 4434 L 3402 4434 mt 3355 4413 L 1 sg 61 -5 -47 -80 3385 3256 3 MP PP c25 3385 3256 mt 3338 3176 L c27 3338 3176 mt 3399 3171 L 1 sg -47 -67 61 -5 3338 3176 3 MP PP c27 3338 3176 mt 3399 3171 L c26 3399 3171 mt 3352 3104 L 1 sg 60 -19 -46 -24 3383 4335 3 MP PP c21 3383 4335 mt 3337 4311 L 3337 4311 mt 3397 4292 L 1 sg -46 -27 60 -19 3337 4311 3 MP PP c21 3337 4311 mt 3397 4292 L 3397 4292 mt 3351 4265 L 1 sg -46 -9 61 -20 3252 3003 3 MP PP c8 3252 3003 mt 3313 2983 L 3313 2983 mt 3267 2974 L 1 sg 61 -20 -47 -7 3299 3010 3 MP PP c8 3299 3010 mt 3252 3003 L 3252 3003 mt 3313 2983 L 1 sg -47 24 61 -10 3283 2989 3 MP PP c24 3283 2989 mt 3344 2979 L 3344 2979 mt 3297 3003 L 1 sg 61 -10 -47 21 3330 2968 3 MP PP c25 3330 2968 mt 3283 2989 L c24 3283 2989 mt 3344 2979 L 1 sg -46 -3 60 -20 3285 3033 3 MP PP c8 3285 3033 mt 3345 3013 L c9 3345 3013 mt 3299 3010 L 1 sg -46 25 61 -12 3297 3003 3 MP PP c22 3297 3003 mt 3358 2991 L 3358 2991 mt 3312 3016 L 1 sg 61 -12 -47 24 3344 2979 3 MP PP c24 3344 2979 mt 3297 3003 L c22 3297 3003 mt 3358 2991 L 1 sg 60 -13 -46 25 3358 2991 3 MP PP c22 3358 2991 mt 3312 3016 L c20 3312 3016 mt 3372 3003 L 1 sg 61 -1 -47 -27 3381 3005 3 MP PP c28 3381 3005 mt 3334 2978 L 3334 2978 mt 3395 2977 L 1 sg -47 -15 61 -1 3334 2978 3 MP PP c28 3334 2978 mt 3395 2977 L 3395 2977 mt 3348 2962 L 1 sg 60 -29 -46 -48 3379 4147 3 MP PP c11 3379 4147 mt 3333 4099 L c8 3333 4099 mt 3393 4070 L 1 sg -46 -60 60 -29 3333 4099 3 MP PP c8 3333 4099 mt 3393 4070 L 3393 4070 mt 3347 4010 L 1 sg 61 -26 -47 -91 3375 3797 3 MP PP c14 3375 3797 mt 3328 3706 L c16 3328 3706 mt 3389 3680 L 1 sg -47 -96 61 -26 3328 3706 3 MP PP c16 3328 3706 mt 3389 3680 L 3389 3680 mt 3342 3584 L 1 sg -47 -12 61 -20 3327 2954 3 MP PP c11 3327 2954 mt 3388 2934 L c8 3388 2934 mt 3341 2922 L 1 sg 60 -17 -46 -21 3373 4510 3 MP PP c21 3373 4510 mt 3327 4489 L 3327 4489 mt 3387 4472 L 1 sg -46 -21 60 -17 3327 4489 3 MP PP c21 3327 4489 mt 3387 4472 L 3387 4472 mt 3341 4451 L 1 sg 61 -9 -47 -90 3371 3355 3 MP PP c23 3371 3355 mt 3324 3265 L c25 3324 3265 mt 3385 3256 L 1 sg -47 -80 61 -9 3324 3265 3 MP PP c25 3324 3265 mt 3385 3256 L 3385 3256 mt 3338 3176 L 1 sg 60 -17 -46 -22 3369 4374 3 MP PP c21 3369 4374 mt 3323 4352 L 3323 4352 mt 3383 4335 L 1 sg -46 -24 60 -17 3323 4352 3 MP PP c21 3323 4352 mt 3383 4335 L 3383 4335 mt 3337 4311 L 1 sg -46 25 60 -13 3312 3016 3 MP PP c20 3312 3016 mt 3372 3003 L 3372 3003 mt 3326 3028 L 1 sg 61 -1 -46 -41 3366 3047 3 MP PP c28 3366 3047 mt 3320 3006 L /c29 { 0.000000 0.875000 1.000000 sr} bdef c29 3320 3006 mt 3381 3005 L 1 sg -47 -27 61 -1 3320 3006 3 MP PP c29 3320 3006 mt 3381 3005 L c28 3381 3005 mt 3334 2978 L 1 sg 61 -26 -47 -39 3365 4212 3 MP PP c21 3365 4212 mt 3318 4173 L c11 3318 4173 mt 3379 4147 L 1 sg -46 -48 61 -26 3318 4173 3 MP PP c11 3318 4173 mt 3379 4147 L 3379 4147 mt 3333 4099 L 1 sg 61 -29 -47 -83 3361 3909 3 MP PP c12 3361 3909 mt 3314 3826 L c14 3314 3826 mt 3375 3797 L 1 sg -47 -91 61 -29 3314 3826 3 MP PP c14 3314 3826 mt 3375 3797 L 3375 3797 mt 3328 3706 L 1 sg 60 -16 -46 -22 3359 4548 3 MP PP c21 3359 4548 mt 3313 4526 L 3313 4526 mt 3373 4510 L 1 sg -46 -21 60 -16 3313 4526 3 MP PP c21 3313 4526 mt 3373 4510 L 3373 4510 mt 3327 4489 L 1 sg 61 -13 -47 -98 3357 3466 3 MP PP c20 3357 3466 mt 3310 3368 L c23 3310 3368 mt 3371 3355 L 1 sg -47 -90 61 -13 3310 3368 3 MP PP c23 3310 3368 mt 3371 3355 L 3371 3355 mt 3324 3265 L 1 sg 60 -20 -46 -17 3355 2888 3 MP PP c11 3355 2888 mt 3309 2871 L 3309 2871 mt 3369 2851 L 1 sg 60 -17 -46 -22 3355 4413 3 MP PP c21 3355 4413 mt 3309 4391 L 3309 4391 mt 3369 4374 L 1 sg -46 -22 60 -17 3309 4391 3 MP PP c21 3309 4391 mt 3369 4374 L 3369 4374 mt 3323 4352 L 1 sg -46 3 60 -21 3257 3072 3 MP PP c9 3257 3072 mt 3317 3051 L c10 3317 3051 mt 3271 3054 L 1 sg 60 -21 -46 7 3303 3065 3 MP PP c10 3303 3065 mt 3257 3072 L c9 3257 3072 mt 3317 3051 L 1 sg 61 -21 -47 14 3275 3083 3 MP PP c13 3275 3083 mt 3228 3097 L c12 3228 3097 mt 3289 3076 L 1 sg -47 13 61 -20 3275 3083 3 MP PP c13 3275 3083 mt 3336 3063 L 3336 3063 mt 3289 3076 L 1 sg -46 16 60 -19 3261 3086 3 MP PP c14 3261 3086 mt 3321 3067 L 3321 3067 mt 3275 3083 L 1 sg -46 10 61 -21 3228 3097 3 MP PP c12 3228 3097 mt 3289 3076 L 3289 3076 mt 3243 3086 L 1 sg 60 -21 -46 10 3289 3076 3 MP PP c12 3289 3076 mt 3243 3086 L c10 3243 3086 mt 3303 3065 L 1 sg 60 -19 -46 20 3307 3066 3 MP PP c15 3307 3066 mt 3261 3086 L c14 3261 3086 mt 3321 3067 L 1 sg 60 -20 -46 3 3317 3051 3 MP PP c10 3317 3051 mt 3271 3054 L c9 3271 3054 mt 3331 3034 L 1 sg 61 -20 -46 16 3321 3067 3 MP PP c14 3321 3067 mt 3275 3083 L c13 3275 3083 mt 3336 3063 L 1 sg -47 24 61 -17 3279 3055 3 MP PP c17 3279 3055 mt 3340 3038 L 3340 3038 mt 3293 3062 L 1 sg -47 22 61 -18 3293 3062 3 MP PP c16 3293 3062 mt 3354 3044 L 3354 3044 mt 3307 3066 L 1 sg 61 -18 -47 24 3340 3038 3 MP PP c17 3340 3038 mt 3293 3062 L c16 3293 3062 mt 3354 3044 L 1 sg 60 -1 -46 -56 3352 3104 3 MP PP c28 3352 3104 mt 3306 3048 L c29 3306 3048 mt 3366 3047 L 1 sg 61 -21 -47 0 3271 3054 3 MP PP c9 3271 3054 mt 3224 3054 L c8 3224 3054 mt 3285 3033 L 1 sg -46 -1 60 -20 3271 3054 3 MP PP c9 3271 3054 mt 3331 3034 L 3331 3034 mt 3285 3033 L 1 sg -47 27 61 -16 3265 3044 3 MP PP c19 3265 3044 mt 3326 3028 L 3326 3028 mt 3279 3055 L 1 sg -47 -3 61 -21 3224 3054 3 MP PP c8 3224 3054 mt 3285 3033 L 3285 3033 mt 3238 3030 L 1 sg 61 -20 -47 -3 3285 3033 3 MP PP c8 3285 3033 mt 3238 3030 L 3238 3030 mt 3299 3010 L 1 sg 61 -16 -47 28 3312 3016 3 MP PP c20 3312 3016 mt 3265 3044 L c19 3265 3044 mt 3326 3028 L 1 sg 61 -17 -47 27 3326 3028 3 MP PP c19 3326 3028 mt 3279 3055 L c17 3279 3055 mt 3340 3038 L 1 sg -46 -41 60 -1 3306 3048 3 MP PP c29 3306 3048 mt 3366 3047 L c28 3366 3047 mt 3320 3006 L 1 sg 61 -23 -47 -30 3351 4265 3 MP PP c21 3351 4265 mt 3304 4235 L 3304 4235 mt 3365 4212 L 1 sg -47 -39 61 -23 3304 4235 3 MP PP c21 3304 4235 mt 3365 4212 L 3365 4212 mt 3318 4173 L 1 sg -46 -12 60 -20 3267 2974 3 MP PP c11 3267 2974 mt 3327 2954 L 3327 2954 mt 3281 2942 L 1 sg -46 6 60 -3 3302 2958 3 MP PP c27 3302 2958 mt 3362 2955 L 3362 2955 mt 3316 2961 L 1 sg 60 -3 -46 -4 3348 2962 3 MP PP c28 3348 2962 mt 3302 2958 L c27 3302 2958 mt 3362 2955 L 1 sg 61 -30 -47 -71 3347 4010 3 MP PP c9 3347 4010 mt 3300 3939 L c12 3300 3939 mt 3361 3909 L 1 sg -47 -83 61 -30 3300 3939 3 MP PP c12 3300 3939 mt 3361 3909 L 3361 3909 mt 3314 3826 L 1 sg 60 -16 -46 -22 3345 4586 3 MP PP c21 3345 4586 mt 3299 4564 L 3299 4564 mt 3359 4548 L 1 sg -46 -22 60 -16 3299 4564 3 MP PP c21 3299 4564 mt 3359 4548 L 3359 4548 mt 3313 4526 L 1 sg 61 -17 -46 -101 3342 3584 3 MP PP c18 3342 3584 mt 3296 3483 L c20 3296 3483 mt 3357 3466 L 1 sg -47 -98 61 -17 3296 3483 3 MP PP c20 3296 3483 mt 3357 3466 L 3357 3466 mt 3310 3368 L 1 sg 60 -20 -46 -14 3341 2922 3 MP PP c11 3341 2922 mt 3295 2908 L 3295 2908 mt 3355 2888 L 1 sg -46 -17 60 -20 3295 2908 3 MP PP c11 3295 2908 mt 3355 2888 L 3355 2888 mt 3309 2871 L 1 sg 61 -16 -47 -22 3341 4451 3 MP PP c21 3341 4451 mt 3294 4429 L 3294 4429 mt 3355 4413 L 1 sg -46 -22 61 -16 3294 4429 3 MP PP c21 3294 4429 mt 3355 4413 L 3355 4413 mt 3309 4391 L 1 sg 60 -2 -46 -70 3338 3176 3 MP PP c27 3338 3176 mt 3292 3106 L c28 3292 3106 mt 3352 3104 L 1 sg -46 7 60 -21 3243 3086 3 MP PP c10 3243 3086 mt 3303 3065 L 3303 3065 mt 3257 3072 L 1 sg -46 20 60 -20 3247 3086 3 MP PP c15 3247 3086 mt 3307 3066 L 3307 3066 mt 3261 3086 L 1 sg 60 -20 -46 24 3293 3062 3 MP PP c16 3293 3062 mt 3247 3086 L c15 3247 3086 mt 3307 3066 L 1 sg -46 -56 60 -2 3292 3106 3 MP PP c28 3292 3106 mt 3352 3104 L 3352 3104 mt 3306 3048 L 1 sg 61 -21 -47 -25 3337 4311 3 MP PP c21 3337 4311 mt 3290 4286 L 3290 4286 mt 3351 4265 L 1 sg -47 -30 61 -21 3290 4286 3 MP PP c21 3290 4286 mt 3351 4265 L 3351 4265 mt 3304 4235 L 1 sg 61 -20 -47 -12 3267 2974 3 MP PP c11 3267 2974 mt 3220 2962 L 3220 2962 mt 3281 2942 L 1 sg -47 15 61 -4 3255 2965 3 MP PP c26 3255 2965 mt 3316 2961 L 3316 2961 mt 3269 2976 L 1 sg 61 -4 -47 7 3302 2958 3 MP PP c27 3302 2958 mt 3255 2965 L c26 3255 2965 mt 3316 2961 L 1 sg -47 21 61 -8 3269 2976 3 MP PP c25 3269 2976 mt 3330 2968 L 3330 2968 mt 3283 2989 L 1 sg 61 -8 -47 15 3316 2961 3 MP PP c26 3316 2961 mt 3269 2976 L c25 3269 2976 mt 3330 2968 L 1 sg 60 -1 -46 -15 3334 2978 3 MP PP c28 3334 2978 mt 3288 2963 L 3288 2963 mt 3348 2962 L 1 sg -46 -4 60 -1 3288 2963 3 MP PP c28 3288 2963 mt 3348 2962 L 3348 2962 mt 3302 2958 L 1 sg 61 -31 -47 -58 3333 4099 3 MP PP c8 3333 4099 mt 3286 4041 L c9 3286 4041 mt 3347 4010 L 1 sg -47 -71 61 -31 3286 4041 3 MP PP c9 3286 4041 mt 3347 4010 L 3347 4010 mt 3300 3939 L 1 sg -46 -22 60 -16 3285 4602 3 MP PP c21 3285 4602 mt 3345 4586 L 3345 4586 mt 3299 4564 L 1 sg 60 -23 -46 -99 3328 3706 3 MP PP c16 3328 3706 mt 3282 3607 L c18 3282 3607 mt 3342 3584 L 1 sg -46 -101 60 -23 3282 3607 3 MP PP c18 3282 3607 mt 3342 3584 L 3342 3584 mt 3296 3483 L 1 sg 60 -20 -46 -12 3327 2954 3 MP PP c11 3327 2954 mt 3281 2942 L 3281 2942 mt 3341 2922 L 1 sg -46 -14 60 -20 3281 2942 3 MP PP c11 3281 2942 mt 3341 2922 L 3341 2922 mt 3295 2908 L 1 sg 61 -16 -47 -22 3327 4489 3 MP PP c21 3327 4489 mt 3280 4467 L 3280 4467 mt 3341 4451 L 1 sg -47 -22 61 -16 3280 4467 3 MP PP c21 3280 4467 mt 3341 4451 L 3341 4451 mt 3294 4429 L 1 sg 60 -5 -46 -84 3324 3265 3 MP PP c25 3324 3265 mt 3278 3181 L c27 3278 3181 mt 3338 3176 L 1 sg -46 -70 60 -5 3278 3181 3 MP PP c27 3278 3181 mt 3338 3176 L 3338 3176 mt 3292 3106 L 1 sg 61 -18 -47 -23 3323 4352 3 MP PP c21 3323 4352 mt 3276 4329 L 3276 4329 mt 3337 4311 L 1 sg -47 -25 61 -18 3276 4329 3 MP PP c21 3276 4329 mt 3337 4311 L 3337 4311 mt 3290 4286 L 1 sg 61 1 -47 -29 3320 3006 3 MP PP c29 3320 3006 mt 3273 2977 L 3273 2977 mt 3334 2978 L 1 sg -46 -15 61 1 3273 2977 3 MP PP c29 3273 2977 mt 3334 2978 L c28 3334 2978 mt 3288 2963 L 1 sg 61 -28 -46 -46 3318 4173 3 MP PP c11 3318 4173 mt 3272 4127 L 3272 4127 mt 3333 4099 L 1 sg -47 -58 61 -28 3272 4127 3 MP PP c11 3272 4127 mt 3333 4099 L c8 3333 4099 mt 3286 4041 L 1 sg 60 -27 -46 -93 3314 3826 3 MP PP c14 3314 3826 mt 3268 3733 L c16 3268 3733 mt 3328 3706 L 1 sg -46 -99 60 -27 3268 3733 3 MP PP c16 3268 3733 mt 3328 3706 L 3328 3706 mt 3282 3607 L 1 sg 61 -16 -47 -21 3313 4526 3 MP PP c21 3313 4526 mt 3266 4505 L 3266 4505 mt 3327 4489 L 1 sg -47 -22 61 -16 3266 4505 3 MP PP c21 3266 4505 mt 3327 4489 L 3327 4489 mt 3280 4467 L 1 sg 60 -8 -46 -95 3310 3368 3 MP PP c23 3310 3368 mt 3264 3273 L c25 3264 3273 mt 3324 3265 L 1 sg -46 -84 60 -8 3264 3273 3 MP PP c25 3264 3273 mt 3324 3265 L 3324 3265 mt 3278 3181 L 1 sg 61 -17 -47 -22 3309 4391 3 MP PP c21 3309 4391 mt 3262 4369 L 3262 4369 mt 3323 4352 L 1 sg -47 -23 61 -17 3262 4369 3 MP PP c21 3262 4369 mt 3323 4352 L 3323 4352 mt 3276 4329 L 1 sg 60 -21 -46 -6 3238 3030 3 MP PP c8 3238 3030 mt 3192 3024 L c11 3192 3024 mt 3252 3003 L 1 sg -47 -7 61 -20 3238 3030 3 MP PP c8 3238 3030 mt 3299 3010 L 3299 3010 mt 3252 3003 L 1 sg -46 27 60 -12 3237 3015 3 MP PP c22 3237 3015 mt 3297 3003 L 3297 3003 mt 3251 3030 L 1 sg 60 -12 -46 26 3283 2989 3 MP PP c24 3283 2989 mt 3237 3015 L c22 3237 3015 mt 3297 3003 L 1 sg -47 28 61 -14 3251 3030 3 MP PP c20 3251 3030 mt 3312 3016 L 3312 3016 mt 3265 3044 L 1 sg 61 -14 -46 27 3297 3003 3 MP PP c22 3297 3003 mt 3251 3030 L c20 3251 3030 mt 3312 3016 L 1 sg 61 1 -47 -43 3306 3048 3 MP PP c29 3306 3048 mt 3259 3005 L 3259 3005 mt 3320 3006 L 1 sg -46 -9 60 -21 3192 3024 3 MP PP c11 3192 3024 mt 3252 3003 L c8 3252 3003 mt 3206 2994 L 1 sg 61 -20 -46 -9 3252 3003 3 MP PP c8 3252 3003 mt 3206 2994 L c11 3206 2994 mt 3267 2974 L 1 sg -46 26 60 -9 3223 2998 3 MP PP c24 3223 2998 mt 3283 2989 L 3283 2989 mt 3237 3015 L 1 sg 60 -9 -46 22 3269 2976 3 MP PP c25 3269 2976 mt 3223 2998 L c24 3223 2998 mt 3283 2989 L 1 sg -47 -29 61 1 3259 3005 3 MP PP c29 3259 3005 mt 3320 3006 L 3320 3006 mt 3273 2977 L 1 sg 60 -26 -46 -36 3304 4235 3 MP PP c21 3304 4235 mt 3258 4199 L 3258 4199 mt 3318 4173 L 1 sg -46 -46 60 -26 3258 4199 3 MP PP c21 3258 4199 mt 3318 4173 L c11 3318 4173 mt 3272 4127 L 1 sg 60 -30 -46 -83 3300 3939 3 MP PP c12 3300 3939 mt 3254 3856 L c13 3254 3856 mt 3314 3826 L 1 sg -46 -93 60 -30 3254 3856 3 MP PP c13 3254 3856 mt 3314 3826 L c14 3314 3826 mt 3268 3733 L 1 sg 61 -17 -47 -21 3299 4564 3 MP PP c21 3299 4564 mt 3252 4543 L 3252 4543 mt 3313 4526 L 1 sg -47 -21 61 -17 3252 4543 3 MP PP c21 3252 4543 mt 3313 4526 L 3313 4526 mt 3266 4505 L 1 sg 61 -13 -47 -102 3296 3483 3 MP PP c20 3296 3483 mt 3249 3381 L c24 3249 3381 mt 3310 3368 L 1 sg -46 -95 61 -13 3249 3381 3 MP PP c24 3249 3381 mt 3310 3368 L c23 3310 3368 mt 3264 3273 L 1 sg 61 -19 -47 -18 3295 2908 3 MP PP c11 3295 2908 mt 3248 2890 L 3248 2890 mt 3309 2871 L 1 sg 61 -17 -46 -21 3294 4429 3 MP PP c21 3294 4429 mt 3248 4408 L 3248 4408 mt 3309 4391 L 1 sg -47 -22 61 -17 3248 4408 3 MP PP c21 3248 4408 mt 3309 4391 L 3309 4391 mt 3262 4369 L 1 sg -46 -4 60 -20 3164 3074 3 MP PP c8 3164 3074 mt 3224 3054 L 3224 3054 mt 3178 3050 L 1 sg 60 -20 -46 -1 3210 3075 3 MP PP c9 3210 3075 mt 3164 3074 L c8 3164 3074 mt 3224 3054 L 1 sg -47 0 61 -21 3210 3075 3 MP PP c9 3210 3075 mt 3271 3054 L 3271 3054 mt 3224 3054 L 1 sg 61 -21 -47 3 3257 3072 3 MP PP c9 3257 3072 mt 3210 3075 L 3210 3075 mt 3271 3054 L 1 sg -46 28 61 -16 3204 3060 3 MP PP c19 3204 3060 mt 3265 3044 L 3265 3044 mt 3219 3072 L 1 sg 60 -20 -46 -4 3224 3054 3 MP PP c8 3224 3054 mt 3178 3050 L 3178 3050 mt 3238 3030 L 1 sg 61 -16 -47 30 3251 3030 3 MP PP c20 3251 3030 mt 3204 3060 L c19 3204 3060 mt 3265 3044 L 1 sg -47 14 61 -20 3214 3103 3 MP PP c13 3214 3103 mt 3275 3083 L 3275 3083 mt 3228 3097 L 1 sg 61 -20 -47 17 3261 3086 3 MP PP c14 3261 3086 mt 3214 3103 L c13 3214 3103 mt 3275 3083 L 1 sg -47 3 61 -20 3196 3092 3 MP PP c9 3196 3092 mt 3257 3072 L 3257 3072 mt 3210 3075 L 1 sg 61 -20 -47 6 3243 3086 3 MP PP c10 3243 3086 mt 3196 3092 L c9 3196 3092 mt 3257 3072 L 1 sg -46 26 60 -17 3219 3072 3 MP PP c17 3219 3072 mt 3279 3055 L 3279 3055 mt 3233 3081 L 1 sg 60 -17 -46 28 3265 3044 3 MP PP c19 3265 3044 mt 3219 3072 L c17 3219 3072 mt 3279 3055 L 1 sg -46 24 60 -19 3233 3081 3 MP PP c16 3233 3081 mt 3293 3062 L 3293 3062 mt 3247 3086 L 1 sg 60 -19 -46 26 3279 3055 3 MP PP c17 3279 3055 mt 3233 3081 L c16 3233 3081 mt 3293 3062 L 1 sg 61 1 -47 -59 3292 3106 3 MP PP c28 3292 3106 mt 3245 3047 L c29 3245 3047 mt 3306 3048 L 1 sg -46 -6 60 -20 3178 3050 3 MP PP c8 3178 3050 mt 3238 3030 L 3238 3030 mt 3192 3024 L 1 sg -47 30 61 -14 3190 3044 3 MP PP c20 3190 3044 mt 3251 3030 L 3251 3030 mt 3204 3060 L 1 sg 61 -14 -47 29 3237 3015 3 MP PP c22 3237 3015 mt 3190 3044 L c20 3190 3044 mt 3251 3030 L 1 sg -47 -43 61 1 3245 3047 3 MP PP c29 3245 3047 mt 3306 3048 L 3306 3048 mt 3259 3005 L 1 sg 60 -22 -46 -29 3290 4286 3 MP PP c21 3290 4286 mt 3244 4257 L 3244 4257 mt 3304 4235 L 1 sg -46 -36 60 -22 3244 4257 3 MP PP c21 3244 4257 mt 3304 4235 L 3304 4235 mt 3258 4199 L 1 sg -47 7 61 -2 3241 2960 3 MP PP c28 3241 2960 mt 3302 2958 L c27 3302 2958 mt 3255 2965 L 1 sg 61 -2 -47 -3 3288 2963 3 MP PP c28 3288 2963 mt 3241 2960 L 3241 2960 mt 3302 2958 L 1 sg 60 -32 -46 -70 3286 4041 3 MP PP c9 3286 4041 mt 3240 3971 L c10 3240 3971 mt 3300 3939 L 1 sg -46 -83 60 -32 3240 3971 3 MP PP c10 3240 3971 mt 3300 3939 L c12 3300 3939 mt 3254 3856 L 1 sg 61 -17 -47 -21 3285 4602 3 MP PP c21 3285 4602 mt 3238 4581 L 3238 4581 mt 3299 4564 L 1 sg -47 -21 61 -17 3238 4581 3 MP PP c21 3238 4581 mt 3299 4564 L 3299 4564 mt 3252 4543 L 1 sg 61 -19 -47 -105 3282 3607 3 MP PP c18 3282 3607 mt 3235 3502 L c20 3235 3502 mt 3296 3483 L 1 sg -47 -102 61 -19 3235 3502 3 MP PP c20 3235 3502 mt 3296 3483 L 3296 3483 mt 3249 3381 L 1 sg 61 -20 -47 -14 3281 2942 3 MP PP c11 3281 2942 mt 3234 2928 L 3234 2928 mt 3295 2908 L 1 sg -47 -18 61 -20 3234 2928 3 MP PP c11 3234 2928 mt 3295 2908 L 3295 2908 mt 3248 2890 L 1 sg 60 -17 -46 -21 3280 4467 3 MP PP c21 3280 4467 mt 3234 4446 L 3234 4446 mt 3294 4429 L 1 sg -46 -21 60 -17 3234 4446 3 MP PP c21 3234 4446 mt 3294 4429 L 3294 4429 mt 3248 4408 L 1 sg 61 -1 -47 -74 3278 3181 3 MP PP c27 3278 3181 mt 3231 3107 L c28 3231 3107 mt 3292 3106 L 1 sg -47 6 61 -21 3182 3107 3 MP PP c10 3182 3107 mt 3243 3086 L 3243 3086 mt 3196 3092 L 1 sg 61 -21 -46 10 3228 3097 3 MP PP c12 3228 3097 mt 3182 3107 L c10 3182 3107 mt 3243 3086 L 1 sg -46 10 60 -20 3168 3117 3 MP PP c12 3168 3117 mt 3228 3097 L 3228 3097 mt 3182 3107 L 1 sg 60 -20 -46 14 3214 3103 3 MP PP c13 3214 3103 mt 3168 3117 L c12 3168 3117 mt 3228 3097 L 1 sg -47 20 61 -19 3186 3105 3 MP PP c15 3186 3105 mt 3247 3086 L 3247 3086 mt 3200 3106 L 1 sg 61 -19 -47 24 3233 3081 3 MP PP c16 3233 3081 mt 3186 3105 L c15 3186 3105 mt 3247 3086 L 1 sg -47 17 61 -20 3200 3106 3 MP PP c14 3200 3106 mt 3261 3086 L 3261 3086 mt 3214 3103 L 1 sg 61 -20 -47 20 3247 3086 3 MP PP c15 3247 3086 mt 3200 3106 L c14 3200 3106 mt 3261 3086 L 1 sg -47 -59 61 -1 3231 3107 3 MP PP c28 3231 3107 mt 3292 3106 L 3292 3106 mt 3245 3047 L 1 sg 60 -19 -46 -24 3276 4329 3 MP PP c21 3276 4329 mt 3230 4305 L 3230 4305 mt 3290 4286 L 1 sg -46 -29 60 -19 3230 4305 3 MP PP c21 3230 4305 mt 3290 4286 L 3290 4286 mt 3244 4257 L 1 sg -46 -14 61 -20 3159 2982 3 MP PP c11 3159 2982 mt 3220 2962 L 3220 2962 mt 3174 2948 L 1 sg 61 -20 -47 -12 3206 2994 3 MP PP c11 3206 2994 mt 3159 2982 L 3159 2982 mt 3220 2962 L 1 sg 60 -20 -46 -14 3220 2962 3 MP PP c11 3220 2962 mt 3174 2948 L 3174 2948 mt 3234 2928 L 1 sg -47 -12 61 -20 3206 2994 3 MP PP c11 3206 2994 mt 3267 2974 L 3267 2974 mt 3220 2962 L 1 sg -47 -14 61 -20 3220 2962 3 MP PP c11 3220 2962 mt 3281 2942 L 3281 2942 mt 3234 2928 L 1 sg -46 9 61 -2 3180 2962 3 MP PP c28 3180 2962 mt 3241 2960 L 3241 2960 mt 3195 2969 L 1 sg -46 17 60 -4 3195 2969 3 MP PP c27 3195 2969 mt 3255 2965 L c26 3255 2965 mt 3209 2982 L 1 sg 60 -4 -46 9 3241 2960 3 MP PP c28 3241 2960 mt 3195 2969 L c27 3195 2969 mt 3255 2965 L 1 sg -46 22 60 -6 3209 2982 3 MP PP c25 3209 2982 mt 3269 2976 L 3269 2976 mt 3223 2998 L 1 sg 60 -6 -46 17 3255 2965 3 MP PP c26 3255 2965 mt 3209 2982 L c25 3209 2982 mt 3269 2976 L 1 sg 61 0 -46 -14 3273 2977 3 MP PP c29 3273 2977 mt 3227 2963 L 3227 2963 mt 3288 2963 L 1 sg -47 -3 61 0 3227 2963 3 MP PP c29 3227 2963 mt 3288 2963 L c28 3288 2963 mt 3241 2960 L 1 sg 61 -31 -47 -55 3272 4127 3 MP PP c11 3272 4127 mt 3225 4072 L c8 3225 4072 mt 3286 4041 L 1 sg -46 -70 61 -31 3225 4072 3 MP PP c8 3225 4072 mt 3286 4041 L c9 3286 4041 mt 3240 3971 L 1 sg -47 -21 61 -16 3224 4618 3 MP PP c21 3224 4618 mt 3285 4602 L 3285 4602 mt 3238 4581 L 1 sg 61 -24 -47 -102 3268 3733 3 MP PP c16 3268 3733 mt 3221 3631 L c18 3221 3631 mt 3282 3607 L 1 sg -47 -105 61 -24 3221 3631 3 MP PP c18 3221 3631 mt 3282 3607 L 3282 3607 mt 3235 3502 L 1 sg 60 -17 -46 -21 3266 4505 3 MP PP c21 3266 4505 mt 3220 4484 L 3220 4484 mt 3280 4467 L 1 sg -46 -21 60 -17 3220 4484 3 MP PP c21 3220 4484 mt 3280 4467 L 3280 4467 mt 3234 4446 L 1 sg 61 -4 -47 -88 3264 3273 3 MP PP c25 3264 3273 mt 3217 3185 L c27 3217 3185 mt 3278 3181 L 1 sg -47 -74 61 -4 3217 3185 3 MP PP c27 3217 3185 mt 3278 3181 L 3278 3181 mt 3231 3107 L 1 sg 60 -18 -46 -22 3262 4369 3 MP PP c21 3262 4369 mt 3216 4347 L 3216 4347 mt 3276 4329 L 1 sg -46 -24 60 -18 3216 4347 3 MP PP c21 3216 4347 mt 3276 4329 L 3276 4329 mt 3230 4305 L 1 sg 60 1 -46 -29 3259 3005 3 MP PP c29 3259 3005 mt 3213 2976 L 3213 2976 mt 3273 2977 L 1 sg -46 -14 60 1 3213 2976 3 MP PP c29 3213 2976 mt 3273 2977 L 3273 2977 mt 3227 2963 L 1 sg 61 -29 -47 -43 3258 4199 3 MP PP c21 3258 4199 mt 3211 4156 L c11 3211 4156 mt 3272 4127 L 1 sg -47 -55 61 -29 3211 4156 3 MP PP c11 3211 4156 mt 3272 4127 L 3272 4127 mt 3225 4072 L 1 sg 61 -29 -47 -94 3254 3856 3 MP PP c13 3254 3856 mt 3207 3762 L c15 3207 3762 mt 3268 3733 L 1 sg -47 -102 61 -29 3207 3762 3 MP PP c15 3207 3762 mt 3268 3733 L c16 3268 3733 mt 3221 3631 L 1 sg 60 -16 -46 -22 3252 4543 3 MP PP c21 3252 4543 mt 3206 4521 L 3206 4521 mt 3266 4505 L 1 sg -46 -21 60 -16 3206 4521 3 MP PP c21 3206 4521 mt 3266 4505 L 3266 4505 mt 3220 4484 L 1 sg 61 -9 -46 -99 3249 3381 3 MP PP c24 3249 3381 mt 3203 3282 L c26 3203 3282 mt 3264 3273 L 1 sg -47 -88 61 -9 3203 3282 3 MP PP c26 3203 3282 mt 3264 3273 L c25 3264 3273 mt 3217 3185 L 1 sg 61 -17 -47 -22 3248 4408 3 MP PP c21 3248 4408 mt 3201 4386 L 3201 4386 mt 3262 4369 L 1 sg -46 -22 61 -17 3201 4386 3 MP PP c21 3201 4386 mt 3262 4369 L 3262 4369 mt 3216 4347 L 1 sg 61 -20 -47 -10 3192 3024 3 MP PP c11 3192 3024 mt 3145 3014 L 3145 3014 mt 3206 2994 L 1 sg -47 -10 61 -20 3131 3044 3 MP PP c11 3131 3044 mt 3192 3024 L 3192 3024 mt 3145 3014 L 1 sg -47 -12 61 -20 3145 3014 3 MP PP c11 3145 3014 mt 3206 2994 L 3206 2994 mt 3159 2982 L 1 sg -47 28 61 -9 3162 3007 3 MP PP c24 3162 3007 mt 3223 2998 L 3223 2998 mt 3176 3026 L 1 sg 61 -20 -47 -6 3178 3050 3 MP PP c8 3178 3050 mt 3131 3044 L c11 3131 3044 mt 3192 3024 L 1 sg -47 29 61 -11 3176 3026 3 MP PP c23 3176 3026 mt 3237 3015 L c22 3237 3015 mt 3190 3044 L 1 sg 61 -11 -47 28 3223 2998 3 MP PP c24 3223 2998 mt 3176 3026 L c23 3176 3026 mt 3237 3015 L 1 sg 60 3 -46 -45 3245 3047 3 MP PP c29 3245 3047 mt 3199 3002 L /c30 { 0.000000 0.937500 1.000000 sr} bdef c30 3199 3002 mt 3259 3005 L 1 sg 61 -9 -47 25 3209 2982 3 MP PP c25 3209 2982 mt 3162 3007 L c24 3162 3007 mt 3223 2998 L 1 sg -46 -29 60 3 3199 3002 3 MP PP c30 3199 3002 mt 3259 3005 L c29 3259 3005 mt 3213 2976 L 1 sg 61 -25 -47 -33 3244 4257 3 MP PP c21 3244 4257 mt 3197 4224 L 3197 4224 mt 3258 4199 L 1 sg -47 -43 61 -25 3197 4224 3 MP PP c21 3197 4224 mt 3258 4199 L 3258 4199 mt 3211 4156 L 1 sg 61 -32 -47 -83 3240 3971 3 MP PP c10 3240 3971 mt 3193 3888 L c13 3193 3888 mt 3254 3856 L 1 sg -47 -94 61 -32 3193 3888 3 MP PP c13 3193 3888 mt 3254 3856 L 3254 3856 mt 3207 3762 L 1 sg 60 -16 -46 -22 3238 4581 3 MP PP c21 3238 4581 mt 3192 4559 L 3192 4559 mt 3252 4543 L 1 sg -46 -22 60 -16 3192 4559 3 MP PP c21 3192 4559 mt 3252 4543 L 3252 4543 mt 3206 4521 L 1 sg 60 -14 -46 -107 3235 3502 3 MP PP c20 3235 3502 mt 3189 3395 L c24 3189 3395 mt 3249 3381 L 1 sg -46 -99 60 -14 3189 3395 3 MP PP c24 3189 3395 mt 3249 3381 L 3249 3381 mt 3203 3282 L 1 sg 60 -20 -46 -18 3234 2928 3 MP PP c11 3234 2928 mt 3188 2910 L 3188 2910 mt 3248 2890 L 1 sg 61 -16 -47 -22 3234 4446 3 MP PP c21 3234 4446 mt 3187 4424 L 3187 4424 mt 3248 4408 L 1 sg -47 -22 61 -16 3187 4424 3 MP PP c21 3187 4424 mt 3248 4408 L 3248 4408 mt 3201 4386 L 1 sg -47 -3 61 -21 3103 3095 3 MP PP c8 3103 3095 mt 3164 3074 L 3164 3074 mt 3117 3071 L 1 sg -47 -6 61 -21 3117 3071 3 MP PP c8 3117 3071 mt 3178 3050 L 3178 3050 mt 3131 3044 L 1 sg 61 -21 -47 -3 3164 3074 3 MP PP c8 3164 3074 mt 3117 3071 L 3117 3071 mt 3178 3050 L 1 sg -46 32 60 -14 3130 3058 3 MP PP c20 3130 3058 mt 3190 3044 L 3190 3044 mt 3144 3076 L 1 sg 60 -14 -46 32 3176 3026 3 MP PP c23 3176 3026 mt 3130 3058 L c20 3130 3058 mt 3190 3044 L 1 sg 61 -21 -47 0 3150 3095 3 MP PP c9 3150 3095 mt 3103 3095 L c8 3103 3095 mt 3164 3074 L 1 sg -46 -1 60 -20 3150 3095 3 MP PP c9 3150 3095 mt 3210 3075 L 3210 3075 mt 3164 3074 L 1 sg -46 30 60 -16 3144 3076 3 MP PP c19 3144 3076 mt 3204 3060 L 3204 3060 mt 3158 3090 L 1 sg 60 -16 -46 32 3190 3044 3 MP PP c20 3190 3044 mt 3144 3076 L c19 3144 3076 mt 3204 3060 L 1 sg 60 -20 -46 3 3196 3092 3 MP PP c9 3196 3092 mt 3150 3095 L 3150 3095 mt 3210 3075 L 1 sg -46 3 61 -21 3135 3113 3 MP PP c9 3135 3113 mt 3196 3092 L 3196 3092 mt 3150 3095 L 1 sg -47 27 61 -18 3158 3090 3 MP PP c17 3158 3090 mt 3219 3072 L 3219 3072 mt 3172 3099 L 1 sg 61 -18 -46 30 3204 3060 3 MP PP c19 3204 3060 mt 3158 3090 L c17 3158 3090 mt 3219 3072 L 1 sg 61 -21 -47 6 3182 3107 3 MP PP c10 3182 3107 mt 3135 3113 L c9 3135 3113 mt 3196 3092 L 1 sg -47 24 61 -18 3172 3099 3 MP PP c16 3172 3099 mt 3233 3081 L 3233 3081 mt 3186 3105 L 1 sg 61 -18 -47 27 3219 3072 3 MP PP c17 3219 3072 mt 3172 3099 L c16 3172 3099 mt 3233 3081 L 1 sg 60 2 -46 -62 3231 3107 3 MP PP c28 3231 3107 mt 3185 3045 L c29 3185 3045 mt 3245 3047 L 1 sg -46 -45 60 2 3185 3045 3 MP PP c29 3185 3045 mt 3245 3047 L 3245 3047 mt 3199 3002 L 1 sg 61 -22 -47 -26 3230 4305 3 MP PP c21 3230 4305 mt 3183 4279 L 3183 4279 mt 3244 4257 L 1 sg -47 -33 61 -22 3183 4279 3 MP PP c21 3183 4279 mt 3244 4257 L 3244 4257 mt 3197 4224 L 1 sg 61 -2 -47 -1 3227 2963 3 MP PP c29 3227 2963 mt 3180 2962 L c28 3180 2962 mt 3241 2960 L 1 sg 61 -33 -46 -68 3225 4072 3 MP PP c8 3225 4072 mt 3179 4004 L c10 3179 4004 mt 3240 3971 L 1 sg -47 -83 61 -33 3179 4004 3 MP PP c10 3179 4004 mt 3240 3971 L 3240 3971 mt 3193 3888 L 1 sg 61 -16 -47 -21 3224 4618 3 MP PP c21 3224 4618 mt 3177 4597 L 3177 4597 mt 3238 4581 L 1 sg -46 -22 61 -16 3177 4597 3 MP PP c21 3177 4597 mt 3238 4581 L 3238 4581 mt 3192 4559 L 1 sg 60 -20 -46 -109 3221 3631 3 MP PP c18 3221 3631 mt 3175 3522 L c20 3175 3522 mt 3235 3502 L 1 sg -46 -107 60 -20 3175 3522 3 MP PP c20 3175 3522 mt 3235 3502 L 3235 3502 mt 3189 3395 L 1 sg -46 -18 60 -20 3174 2948 3 MP PP c11 3174 2948 mt 3234 2928 L 3234 2928 mt 3188 2910 L 1 sg 61 -16 -47 -22 3220 4484 3 MP PP c21 3220 4484 mt 3173 4462 L 3173 4462 mt 3234 4446 L 1 sg -47 -22 61 -16 3173 4462 3 MP PP c21 3173 4462 mt 3234 4446 L 3234 4446 mt 3187 4424 L 1 sg -47 6 61 -21 3121 3128 3 MP PP c10 3121 3128 mt 3182 3107 L 3182 3107 mt 3135 3113 L 1 sg 61 -21 -47 11 3168 3117 3 MP PP c12 3168 3117 mt 3121 3128 L c10 3121 3128 mt 3182 3107 L 1 sg -47 11 61 -21 3107 3138 3 MP PP c12 3107 3138 mt 3168 3117 L 3168 3117 mt 3121 3128 L 1 sg -46 22 60 -20 3126 3125 3 MP PP c15 3126 3125 mt 3186 3105 L 3186 3105 mt 3140 3127 L 1 sg 60 -20 -46 26 3172 3099 3 MP PP c16 3172 3099 mt 3126 3125 L c15 3126 3125 mt 3186 3105 L 1 sg 61 -21 -47 14 3154 3124 3 MP PP c13 3154 3124 mt 3107 3138 L c12 3107 3138 mt 3168 3117 L 1 sg -46 14 60 -21 3154 3124 3 MP PP c13 3154 3124 mt 3214 3103 L 3214 3103 mt 3168 3117 L 1 sg -46 18 60 -21 3140 3127 3 MP PP c14 3140 3127 mt 3200 3106 L 3200 3106 mt 3154 3124 L 1 sg 60 -21 -46 22 3186 3105 3 MP PP c15 3186 3105 mt 3140 3127 L c14 3140 3127 mt 3200 3106 L 1 sg 60 -21 -46 18 3200 3106 3 MP PP c14 3200 3106 mt 3154 3124 L c13 3154 3124 mt 3214 3103 L 1 sg 60 0 -46 -78 3217 3185 3 MP PP c27 3217 3185 mt 3171 3107 L c29 3171 3107 mt 3231 3107 L 1 sg -46 -62 60 0 3171 3107 3 MP PP c29 3171 3107 mt 3231 3107 L c28 3231 3107 mt 3185 3045 L 1 sg 61 -19 -47 -23 3216 4347 3 MP PP c21 3216 4347 mt 3169 4324 L 3169 4324 mt 3230 4305 L 1 sg -47 -26 61 -19 3169 4324 3 MP PP c21 3169 4324 mt 3230 4305 L 3230 4305 mt 3183 4279 L 1 sg 61 -19 -46 -15 3159 2982 3 MP PP c11 3159 2982 mt 3113 2967 L 3113 2967 mt 3174 2948 L 1 sg -47 -18 61 -19 3113 2967 3 MP PP c11 3113 2967 mt 3174 2948 L 3174 2948 mt 3127 2930 L 1 sg -46 11 60 0 3120 2962 3 MP PP c29 3120 2962 mt 3180 2962 L c28 3180 2962 mt 3134 2973 L 1 sg -46 -15 60 -20 3099 3002 3 MP PP c11 3099 3002 mt 3159 2982 L 3159 2982 mt 3113 2967 L 1 sg 60 -20 -46 -12 3145 3014 3 MP PP c11 3145 3014 mt 3099 3002 L 3099 3002 mt 3159 2982 L 1 sg -47 20 61 -4 3134 2973 3 MP PP c27 3134 2973 mt 3195 2969 L 3195 2969 mt 3148 2989 L 1 sg 61 -4 -46 11 3180 2962 3 MP PP c28 3180 2962 mt 3134 2973 L c27 3134 2973 mt 3195 2969 L 1 sg 61 -7 -47 20 3195 2969 3 MP PP c27 3195 2969 mt 3148 2989 L c26 3148 2989 mt 3209 2982 L 1 sg 61 1 -47 -14 3213 2976 3 MP PP c29 3213 2976 mt 3166 2962 L 3166 2962 mt 3227 2963 L 1 sg -47 -1 61 1 3166 2962 3 MP PP c29 3166 2962 mt 3227 2963 L 3227 2963 mt 3180 2962 L 1 sg 60 -31 -46 -53 3211 4156 3 MP PP c11 3211 4156 mt 3165 4103 L c8 3165 4103 mt 3225 4072 L 1 sg -46 -68 60 -31 3165 4103 3 MP PP c8 3165 4103 mt 3225 4072 L 3225 4072 mt 3179 4004 L 1 sg 60 -26 -46 -105 3207 3762 3 MP PP c15 3207 3762 mt 3161 3657 L c17 3161 3657 mt 3221 3631 L 1 sg -46 -109 60 -26 3161 3657 3 MP PP c17 3161 3657 mt 3221 3631 L c18 3221 3631 mt 3175 3522 L 1 sg 61 -16 -47 -21 3206 4521 3 MP PP c21 3206 4521 mt 3159 4500 L 3159 4500 mt 3220 4484 L 1 sg -47 -22 61 -16 3159 4500 3 MP PP c21 3159 4500 mt 3220 4484 L 3220 4484 mt 3173 4462 L 1 sg 61 -3 -47 -94 3203 3282 3 MP PP c26 3203 3282 mt 3156 3188 L c28 3156 3188 mt 3217 3185 L 1 sg -46 -78 61 -3 3156 3188 3 MP PP c28 3156 3188 mt 3217 3185 L c27 3217 3185 mt 3171 3107 L 1 sg 61 -17 -46 -22 3201 4386 3 MP PP c21 3201 4386 mt 3155 4364 L 3155 4364 mt 3216 4347 L 1 sg -47 -23 61 -17 3155 4364 3 MP PP c21 3155 4364 mt 3216 4347 L 3216 4347 mt 3169 4324 L 1 sg -47 25 61 -7 3148 2989 3 MP PP c26 3148 2989 mt 3209 2982 L c25 3209 2982 mt 3162 3007 L 1 sg 61 3 -47 -29 3199 3002 3 MP PP c30 3199 3002 mt 3152 2973 L 3152 2973 mt 3213 2976 L 1 sg -47 -14 61 3 3152 2973 3 MP PP c30 3152 2973 mt 3213 2976 L c29 3213 2976 mt 3166 2962 L 1 sg 60 -29 -46 -39 3197 4224 3 MP PP c21 3197 4224 mt 3151 4185 L c11 3151 4185 mt 3211 4156 L 1 sg -46 -53 60 -29 3151 4185 3 MP PP c11 3151 4185 mt 3211 4156 L 3211 4156 mt 3165 4103 L 1 sg 60 -31 -46 -95 3193 3888 3 MP PP c13 3193 3888 mt 3147 3793 L c15 3147 3793 mt 3207 3762 L 1 sg -46 -105 60 -31 3147 3793 3 MP PP c15 3147 3793 mt 3207 3762 L 3207 3762 mt 3161 3657 L 1 sg 61 -17 -47 -21 3192 4559 3 MP PP c21 3192 4559 mt 3145 4538 L 3145 4538 mt 3206 4521 L 1 sg -47 -21 61 -17 3145 4538 3 MP PP c21 3145 4538 mt 3206 4521 L 3206 4521 mt 3159 4500 L 1 sg 61 -8 -47 -105 3189 3395 3 MP PP c24 3189 3395 mt 3142 3290 L c26 3142 3290 mt 3203 3282 L 1 sg -47 -94 61 -8 3142 3290 3 MP PP c26 3142 3290 mt 3203 3282 L 3203 3282 mt 3156 3188 L 1 sg 60 -17 -46 -21 3187 4424 3 MP PP c21 3187 4424 mt 3141 4403 L 3141 4403 mt 3201 4386 L 1 sg -46 -22 60 -17 3141 4403 3 MP PP c21 3141 4403 mt 3201 4386 L 3201 4386 mt 3155 4364 L 1 sg -46 -12 60 -20 3085 3034 3 MP PP c11 3085 3034 mt 3145 3014 L 3145 3014 mt 3099 3002 L 1 sg 60 -20 -46 -10 3131 3044 3 MP PP c11 3131 3044 mt 3085 3034 L 3085 3034 mt 3145 3014 L 1 sg -46 31 60 -9 3102 3016 3 MP PP c24 3102 3016 mt 3162 3007 L 3162 3007 mt 3116 3038 L 1 sg 60 -9 -46 27 3148 2989 3 MP PP c26 3148 2989 mt 3102 3016 L c24 3102 3016 mt 3162 3007 L 1 sg -46 -10 60 -20 3071 3064 3 MP PP c11 3071 3064 mt 3131 3044 L 3131 3044 mt 3085 3034 L 1 sg 60 -20 -46 -7 3117 3071 3 MP PP c8 3117 3071 mt 3071 3064 L c11 3071 3064 mt 3131 3044 L 1 sg -46 32 60 -12 3116 3038 3 MP PP c23 3116 3038 mt 3176 3026 L 3176 3026 mt 3130 3058 L 1 sg 60 -12 -46 31 3162 3007 3 MP PP c24 3162 3007 mt 3116 3038 L c23 3116 3038 mt 3176 3026 L 1 sg 61 3 -47 -46 3185 3045 3 MP PP c29 3185 3045 mt 3138 2999 L c30 3138 2999 mt 3199 3002 L 1 sg -47 -15 61 -20 3038 3022 3 MP PP c11 3038 3022 mt 3099 3002 L 3099 3002 mt 3052 2987 L 1 sg 61 -20 -47 -12 3085 3034 3 MP PP c11 3085 3034 mt 3038 3022 L 3038 3022 mt 3099 3002 L 1 sg 61 -20 -47 -15 3099 3002 3 MP PP c11 3099 3002 mt 3052 2987 L 3052 2987 mt 3113 2967 L 1 sg -46 27 61 -6 3087 2995 3 MP PP c26 3087 2995 mt 3148 2989 L 3148 2989 mt 3102 3016 L 1 sg 61 -6 -47 22 3134 2973 3 MP PP c27 3134 2973 mt 3087 2995 L c26 3087 2995 mt 3148 2989 L 1 sg -47 -29 61 3 3138 2999 3 MP PP c30 3138 2999 mt 3199 3002 L 3199 3002 mt 3152 2973 L 1 sg 60 -25 -46 -30 3183 4279 3 MP PP c21 3183 4279 mt 3137 4249 L 3137 4249 mt 3197 4224 L 1 sg -46 -39 60 -25 3137 4249 3 MP PP c21 3137 4249 mt 3197 4224 L 3197 4224 mt 3151 4185 L 1 sg 61 -34 -47 -82 3179 4004 3 MP PP c10 3179 4004 mt 3132 3922 L c12 3132 3922 mt 3193 3888 L 1 sg -46 -95 61 -34 3132 3922 3 MP PP c12 3132 3922 mt 3193 3888 L c13 3193 3888 mt 3147 3793 L 1 sg 61 -17 -46 -21 3177 4597 3 MP PP c21 3177 4597 mt 3131 4576 L 3131 4576 mt 3192 4559 L 1 sg -47 -21 61 -17 3131 4576 3 MP PP c21 3131 4576 mt 3192 4559 L 3192 4559 mt 3145 4538 L 1 sg 61 -15 -47 -112 3175 3522 3 MP PP c20 3175 3522 mt 3128 3410 L c24 3128 3410 mt 3189 3395 L 1 sg -47 -105 61 -15 3128 3410 3 MP PP c24 3128 3410 mt 3189 3395 L 3189 3395 mt 3142 3290 L 1 sg 61 -20 -47 -18 3174 2948 3 MP PP c11 3174 2948 mt 3127 2930 L 3127 2930 mt 3188 2910 L 1 sg 60 -17 -46 -21 3173 4462 3 MP PP c21 3173 4462 mt 3127 4441 L 3127 4441 mt 3187 4424 L 1 sg -46 -21 60 -17 3127 4441 3 MP PP c21 3127 4441 mt 3187 4424 L 3187 4424 mt 3141 4403 L 1 sg -46 3 60 -21 3075 3134 3 MP PP c9 3075 3134 mt 3135 3113 L 3135 3113 mt 3089 3116 L 1 sg 60 -21 -46 6 3121 3128 3 MP PP c10 3121 3128 mt 3075 3134 L c9 3075 3134 mt 3135 3113 L 1 sg 61 -21 -46 3 3135 3113 3 MP PP c9 3135 3113 mt 3089 3116 L 3089 3116 mt 3150 3095 L 1 sg -46 26 61 -19 3111 3118 3 MP PP c16 3111 3118 mt 3172 3099 L 3172 3099 mt 3126 3125 L 1 sg -47 0 61 -21 3089 3116 3 MP PP c9 3089 3116 mt 3150 3095 L 3150 3095 mt 3103 3095 L 1 sg 61 -19 -47 28 3158 3090 3 MP PP c17 3158 3090 mt 3111 3118 L c16 3111 3118 mt 3172 3099 L 1 sg 61 3 -47 -65 3171 3107 3 MP PP c29 3171 3107 mt 3124 3042 L c30 3124 3042 mt 3185 3045 L 1 sg -47 -46 61 3 3124 3042 3 MP PP c30 3124 3042 mt 3185 3045 L c29 3185 3045 mt 3138 2999 L 1 sg 60 -20 -46 -25 3169 4324 3 MP PP c21 3169 4324 mt 3123 4299 L 3123 4299 mt 3183 4279 L 1 sg -46 -30 60 -20 3123 4299 3 MP PP c21 3123 4299 mt 3183 4279 L 3183 4279 mt 3137 4249 L 1 sg 60 0 -46 0 3166 2962 3 MP PP c29 3166 2962 mt 3120 2962 L 3120 2962 mt 3180 2962 L 1 sg 61 -34 -47 -65 3165 4103 3 MP PP c8 3165 4103 mt 3118 4038 L c9 3118 4038 mt 3179 4004 L 1 sg -47 -82 61 -34 3118 4038 3 MP PP c9 3118 4038 mt 3179 4004 L c10 3179 4004 mt 3132 3922 L 1 sg 61 -21 -47 -114 3161 3657 3 MP PP c17 3161 3657 mt 3114 3543 L c20 3114 3543 mt 3175 3522 L 1 sg -47 -112 61 -21 3114 3543 3 MP PP c20 3114 3543 mt 3175 3522 L 3175 3522 mt 3128 3410 L 1 sg 60 -17 -46 -21 3159 4500 3 MP PP c21 3159 4500 mt 3113 4479 L 3113 4479 mt 3173 4462 L 1 sg -46 -21 60 -17 3113 4479 3 MP PP c21 3113 4479 mt 3173 4462 L 3173 4462 mt 3127 4441 L 1 sg -46 11 60 -22 3047 3160 3 MP PP c10 3047 3160 mt 3107 3138 L c12 3107 3138 mt 3061 3149 L 1 sg -46 6 60 -21 3061 3149 3 MP PP c10 3061 3149 mt 3121 3128 L 3121 3128 mt 3075 3134 L 1 sg 60 -21 -46 11 3107 3138 3 MP PP c12 3107 3138 mt 3061 3149 L c10 3061 3149 mt 3121 3128 L 1 sg -47 23 61 -20 3065 3145 3 MP PP c15 3065 3145 mt 3126 3125 L 3126 3125 mt 3079 3148 L 1 sg 61 -20 -46 27 3111 3118 3 MP PP c16 3111 3118 mt 3065 3145 L c15 3065 3145 mt 3126 3125 L 1 sg 60 -22 -46 15 3093 3145 3 MP PP c12 3093 3145 mt 3047 3160 L c10 3047 3160 mt 3107 3138 L 1 sg -47 14 61 -21 3093 3145 3 MP PP c12 3093 3145 mt 3154 3124 L c13 3154 3124 mt 3107 3138 L 1 sg -47 18 61 -21 3079 3148 3 MP PP c13 3079 3148 mt 3140 3127 L c14 3140 3127 mt 3093 3145 L 1 sg 61 -21 -47 23 3126 3125 3 MP PP c15 3126 3125 mt 3079 3148 L c13 3079 3148 mt 3140 3127 L 1 sg 61 -21 -47 18 3140 3127 3 MP PP c14 3140 3127 mt 3093 3145 L c12 3093 3145 mt 3154 3124 L 1 sg -47 28 61 -17 3097 3107 3 MP PP c17 3097 3107 mt 3158 3090 L 3158 3090 mt 3111 3118 L 1 sg 61 1 -46 -82 3156 3188 3 MP PP c28 3156 3188 mt 3110 3106 L c29 3110 3106 mt 3171 3107 L 1 sg -46 -7 60 -20 3057 3091 3 MP PP c8 3057 3091 mt 3117 3071 L 3117 3071 mt 3071 3064 L 1 sg 60 -20 -46 -4 3103 3095 3 MP PP c8 3103 3095 mt 3057 3091 L 3057 3091 mt 3117 3071 L 1 sg -47 34 61 -14 3069 3072 3 MP PP c20 3069 3072 mt 3130 3058 L 3130 3058 mt 3083 3092 L 1 sg 61 -14 -47 34 3116 3038 3 MP PP c23 3116 3038 mt 3069 3072 L c20 3069 3072 mt 3130 3058 L 1 sg -46 -4 61 -20 3042 3115 3 MP PP c8 3042 3115 mt 3103 3095 L 3103 3095 mt 3057 3091 L 1 sg 61 -20 -47 -1 3089 3116 3 MP PP c9 3089 3116 mt 3042 3115 L c8 3042 3115 mt 3103 3095 L 1 sg -47 31 61 -16 3083 3092 3 MP PP c19 3083 3092 mt 3144 3076 L 3144 3076 mt 3097 3107 L 1 sg 61 -16 -47 34 3130 3058 3 MP PP c20 3130 3058 mt 3083 3092 L c19 3083 3092 mt 3144 3076 L 1 sg 61 -17 -47 31 3144 3076 3 MP PP c19 3144 3076 mt 3097 3107 L c17 3097 3107 mt 3158 3090 L 1 sg -47 -65 61 1 3110 3106 3 MP PP c29 3110 3106 mt 3171 3107 L 3171 3107 mt 3124 3042 L 1 sg 61 -18 -47 -22 3155 4364 3 MP PP c21 3155 4364 mt 3108 4342 L 3108 4342 mt 3169 4324 L 1 sg -46 -25 61 -18 3108 4342 3 MP PP c21 3108 4342 mt 3169 4324 L 3169 4324 mt 3123 4299 L 1 sg 60 -19 -46 -18 3052 2987 3 MP PP c11 3052 2987 mt 3006 2969 L 3006 2969 mt 3066 2950 L 1 sg -47 -17 61 -20 3052 2987 3 MP PP c11 3052 2987 mt 3113 2967 L 3113 2967 mt 3066 2950 L 1 sg 61 -20 -47 -17 3113 2967 3 MP PP c11 3113 2967 mt 3066 2950 L 3066 2950 mt 3127 2930 L 1 sg -47 13 61 1 3059 2961 3 MP PP c29 3059 2961 mt 3120 2962 L 3120 2962 mt 3073 2975 L 1 sg 61 1 -47 1 3106 2960 3 MP PP c30 3106 2960 mt 3059 2961 L c29 3059 2961 mt 3120 2962 L 1 sg 61 -2 -47 13 3120 2962 3 MP PP c29 3120 2962 mt 3073 2975 L c28 3073 2975 mt 3134 2973 L 1 sg -46 0 60 2 3106 2960 3 MP PP c30 3106 2960 mt 3166 2962 L c29 3166 2962 mt 3120 2962 L 1 sg 60 2 -46 -13 3152 2973 3 MP PP c30 3152 2973 mt 3106 2960 L 3106 2960 mt 3166 2962 L 1 sg 61 -32 -47 -50 3151 4185 3 MP PP c11 3151 4185 mt 3104 4135 L c8 3104 4135 mt 3165 4103 L 1 sg -47 -65 61 -32 3104 4135 3 MP PP c8 3104 4135 mt 3165 4103 L 3165 4103 mt 3118 4038 L 1 sg 61 -28 -47 -108 3147 3793 3 MP PP c15 3147 3793 mt 3100 3685 L c17 3100 3685 mt 3161 3657 L 1 sg -47 -114 61 -28 3100 3685 3 MP PP c17 3100 3685 mt 3161 3657 L 3161 3657 mt 3114 3543 L 1 sg 60 -16 -46 -22 3145 4538 3 MP PP c21 3145 4538 mt 3099 4516 L 3099 4516 mt 3159 4500 L 1 sg -46 -21 60 -16 3099 4516 3 MP PP c21 3099 4516 mt 3159 4500 L 3159 4500 mt 3113 4479 L 1 sg 60 -3 -46 -99 3142 3290 3 MP PP c26 3142 3290 mt 3096 3191 L c28 3096 3191 mt 3156 3188 L 1 sg -47 3 61 -21 3014 3155 3 MP PP c9 3014 3155 mt 3075 3134 L 3075 3134 mt 3028 3137 L 1 sg 61 -21 -47 6 3061 3149 3 MP PP c10 3061 3149 mt 3014 3155 L c9 3014 3155 mt 3075 3134 L 1 sg 61 -21 -47 3 3075 3134 3 MP PP c9 3075 3134 mt 3028 3137 L c8 3028 3137 mt 3089 3116 L 1 sg -46 27 60 -20 3051 3138 3 MP PP c16 3051 3138 mt 3111 3118 L 3111 3118 mt 3065 3145 L 1 sg -47 -1 61 -21 3028 3137 3 MP PP c8 3028 3137 mt 3089 3116 L c9 3089 3116 mt 3042 3115 L 1 sg 60 -20 -46 31 3097 3107 3 MP PP c17 3097 3107 mt 3051 3138 L c16 3051 3138 mt 3111 3118 L 1 sg -46 -82 60 -3 3096 3191 3 MP PP c28 3096 3191 mt 3156 3188 L 3156 3188 mt 3110 3106 L 1 sg 61 -17 -47 -22 3141 4403 3 MP PP c21 3141 4403 mt 3094 4381 L 3094 4381 mt 3155 4364 L 1 sg -47 -22 61 -17 3094 4381 3 MP PP c21 3094 4381 mt 3155 4364 L 3155 4364 mt 3108 4342 L 1 sg -47 22 61 -2 3073 2975 3 MP PP c28 3073 2975 mt 3134 2973 L c27 3134 2973 mt 3087 2995 L 1 sg 60 4 -46 -30 3138 2999 3 MP PP c30 3138 2999 mt 3092 2969 L 3092 2969 mt 3152 2973 L 1 sg -46 -13 60 4 3092 2969 3 MP PP c30 3092 2969 mt 3152 2973 L 3152 2973 mt 3106 2960 L 1 sg 61 -27 -47 -37 3137 4249 3 MP PP c21 3137 4249 mt 3090 4212 L 3090 4212 mt 3151 4185 L 1 sg -47 -50 61 -27 3090 4212 3 MP PP c21 3090 4212 mt 3151 4185 L c11 3151 4185 mt 3104 4135 L 1 sg 61 -33 -46 -96 3132 3922 3 MP PP c12 3132 3922 mt 3086 3826 L c14 3086 3826 mt 3147 3793 L 1 sg -47 -108 61 -33 3086 3826 3 MP PP c14 3086 3826 mt 3147 3793 L c15 3147 3793 mt 3100 3685 L 1 sg 61 -16 -47 -22 3131 4576 3 MP PP c21 3131 4576 mt 3084 4554 L 3084 4554 mt 3145 4538 L 1 sg -46 -22 61 -16 3084 4554 3 MP PP c21 3084 4554 mt 3145 4538 L 3145 4538 mt 3099 4516 L 1 sg 60 -8 -46 -112 3128 3410 3 MP PP c24 3128 3410 mt 3082 3298 L c26 3082 3298 mt 3142 3290 L 1 sg -46 -99 60 -8 3082 3298 3 MP PP c26 3082 3298 mt 3142 3290 L 3142 3290 mt 3096 3191 L 1 sg 61 -16 -47 -22 3127 4441 3 MP PP c21 3127 4441 mt 3080 4419 L 3080 4419 mt 3141 4403 L 1 sg -47 -22 61 -16 3080 4419 3 MP PP c21 3080 4419 mt 3141 4403 L 3141 4403 mt 3094 4381 L 1 sg 60 -20 -46 -15 3038 3022 3 MP PP c11 3038 3022 mt 2992 3007 L 2992 3007 mt 3052 2987 L 1 sg -47 -12 61 -20 3024 3054 3 MP PP c11 3024 3054 mt 3085 3034 L 3085 3034 mt 3038 3022 L 1 sg -46 30 60 -5 3027 3000 3 MP PP c26 3027 3000 mt 3087 2995 L 3087 2995 mt 3041 3025 L 1 sg -46 -18 60 -20 2992 3007 3 MP PP c11 2992 3007 mt 3052 2987 L 3052 2987 mt 3006 2969 L 1 sg 60 -5 -46 25 3073 2975 3 MP PP c28 3073 2975 mt 3027 3000 L c26 3027 3000 mt 3087 2995 L 1 sg 61 -20 -47 -10 3071 3064 3 MP PP c11 3071 3064 mt 3024 3054 L 3024 3054 mt 3085 3034 L 1 sg -47 34 61 -9 3041 3025 3 MP PP c25 3041 3025 mt 3102 3016 L c24 3102 3016 mt 3055 3050 L 1 sg 61 -9 -46 30 3087 2995 3 MP PP c26 3087 2995 mt 3041 3025 L c25 3041 3025 mt 3102 3016 L 1 sg 61 -12 -47 34 3102 3016 3 MP PP c24 3102 3016 mt 3055 3050 L c23 3055 3050 mt 3116 3038 L 1 sg 60 5 -46 -48 3124 3042 3 MP PP c30 3124 3042 mt 3078 2994 L /c31 { 0.000000 1.000000 1.000000 sr} bdef c31 3078 2994 mt 3138 2999 L 1 sg -46 -30 60 5 3078 2994 3 MP PP c31 3078 2994 mt 3138 2999 L c30 3138 2999 mt 3092 2969 L 1 sg 61 -23 -47 -27 3123 4299 3 MP PP c21 3123 4299 mt 3076 4272 L 3076 4272 mt 3137 4249 L 1 sg -47 -37 61 -23 3076 4272 3 MP PP c21 3076 4272 mt 3137 4249 L 3137 4249 mt 3090 4212 L 1 sg 60 -36 -46 -80 3118 4038 3 MP PP c9 3118 4038 mt 3072 3958 L c12 3072 3958 mt 3132 3922 L 1 sg -46 -96 60 -36 3072 3958 3 MP PP c12 3072 3958 mt 3132 3922 L 3132 3922 mt 3086 3826 L 1 sg 60 -15 -46 -118 3114 3543 3 MP PP c20 3114 3543 mt 3068 3425 L c24 3068 3425 mt 3128 3410 L 1 sg -46 -112 60 -15 3068 3425 3 MP PP c24 3068 3425 mt 3128 3410 L 3128 3410 mt 3082 3298 L 1 sg 61 -16 -47 -22 3113 4479 3 MP PP c21 3113 4479 mt 3066 4457 L 3066 4457 mt 3127 4441 L 1 sg -47 -22 61 -16 3066 4457 3 MP PP c21 3066 4457 mt 3127 4441 L 3127 4441 mt 3080 4419 L 1 sg -47 -10 61 -20 3010 3084 3 MP PP c11 3010 3084 mt 3071 3064 L 3071 3064 mt 3024 3054 L 1 sg 61 -20 -47 -7 3057 3091 3 MP PP c8 3057 3091 mt 3010 3084 L c11 3010 3084 mt 3071 3064 L 1 sg -47 34 61 -12 3055 3050 3 MP PP c23 3055 3050 mt 3116 3038 L 3116 3038 mt 3069 3072 L 1 sg 61 4 -47 -68 3110 3106 3 MP PP c29 3110 3106 mt 3063 3038 L c31 3063 3038 mt 3124 3042 L 1 sg -46 -48 61 4 3063 3038 3 MP PP c31 3063 3038 mt 3124 3042 L c30 3124 3042 mt 3078 2994 L 1 sg 61 -20 -46 -23 3108 4342 3 MP PP c21 3108 4342 mt 3062 4319 L 3062 4319 mt 3123 4299 L 1 sg -47 -27 61 -20 3062 4319 3 MP PP c21 3062 4319 mt 3123 4299 L 3123 4299 mt 3076 4272 L 1 sg 60 -36 -46 -61 3104 4135 3 MP PP c8 3104 4135 mt 3058 4074 L c9 3058 4074 mt 3118 4038 L 1 sg -46 -80 60 -36 3058 4074 3 MP PP c9 3058 4074 mt 3118 4038 L 3118 4038 mt 3072 3958 L 1 sg 60 -24 -46 -118 3100 3685 3 MP PP c17 3100 3685 mt 3054 3567 L c20 3054 3567 mt 3114 3543 L 1 sg -46 -118 60 -24 3054 3567 3 MP PP c20 3054 3567 mt 3114 3543 L 3114 3543 mt 3068 3425 L 1 sg 61 -16 -47 -21 3099 4516 3 MP PP c21 3099 4516 mt 3052 4495 L 3052 4495 mt 3113 4479 L 1 sg -47 -22 61 -16 3052 4495 3 MP PP c21 3052 4495 mt 3113 4479 L 3113 4479 mt 3066 4457 L 1 sg -47 10 61 -21 2986 3181 3 MP PP c10 2986 3181 mt 3047 3160 L 3047 3160 mt 3000 3170 L 1 sg 61 -21 -46 14 3032 3167 3 MP PP c12 3032 3167 mt 2986 3181 L c10 2986 3181 mt 3047 3160 L 1 sg 61 -21 -47 10 3047 3160 3 MP PP c10 3047 3160 mt 3000 3170 L 3000 3170 mt 3061 3149 L 1 sg -46 15 61 -22 3032 3167 3 MP PP c12 3032 3167 mt 3093 3145 L 3093 3145 mt 3047 3160 L 1 sg -47 19 61 -21 3018 3169 3 MP PP c13 3018 3169 mt 3079 3148 L 3079 3148 mt 3032 3167 L 1 sg -47 6 61 -21 3000 3170 3 MP PP c10 3000 3170 mt 3061 3149 L 3061 3149 mt 3014 3155 L 1 sg 61 -21 -47 24 3065 3145 3 MP PP c15 3065 3145 mt 3018 3169 L c13 3018 3169 mt 3079 3148 L 1 sg -46 -4 60 -21 2982 3136 3 MP PP c8 2982 3136 mt 3042 3115 L 3042 3115 mt 2996 3111 L 1 sg 60 -21 -46 -1 3028 3137 3 MP PP c8 3028 3137 mt 2982 3136 L 2982 3136 mt 3042 3115 L 1 sg 61 -20 -46 -4 3042 3115 3 MP PP c8 3042 3115 mt 2996 3111 L c11 2996 3111 mt 3057 3091 L 1 sg -46 34 60 -17 3023 3109 3 MP PP c19 3023 3109 mt 3083 3092 L 3083 3092 mt 3037 3126 L 1 sg 61 -22 -47 19 3079 3148 3 MP PP c13 3079 3148 mt 3032 3167 L c12 3032 3167 mt 3093 3145 L 1 sg -46 31 60 -19 3037 3126 3 MP PP c17 3037 3126 mt 3097 3107 L 3097 3107 mt 3051 3138 L 1 sg 60 -19 -46 34 3083 3092 3 MP PP c19 3083 3092 mt 3037 3126 L c17 3037 3126 mt 3097 3107 L 1 sg 61 2 -47 -87 3096 3191 3 MP PP c28 3096 3191 mt 3049 3104 L c30 3049 3104 mt 3110 3106 L 1 sg -47 -7 61 -20 2996 3111 3 MP PP c11 2996 3111 mt 3057 3091 L c8 3057 3091 mt 3010 3084 L 1 sg -46 37 61 -15 3008 3087 3 MP PP c20 3008 3087 mt 3069 3072 L 3069 3072 mt 3023 3109 L 1 sg 61 -15 -47 37 3055 3050 3 MP PP c23 3055 3050 mt 3008 3087 L c20 3008 3087 mt 3069 3072 L 1 sg 60 -17 -46 37 3069 3072 3 MP PP c20 3069 3072 mt 3023 3109 L c19 3023 3109 mt 3083 3092 L 1 sg -47 -68 61 2 3049 3104 3 MP PP c30 3049 3104 mt 3110 3106 L c29 3110 3106 mt 3063 3038 L 1 sg 60 -17 -46 -22 3094 4381 3 MP PP c21 3094 4381 mt 3048 4359 L 3048 4359 mt 3108 4342 L 1 sg -46 -23 60 -17 3048 4359 3 MP PP c21 3048 4359 mt 3108 4342 L 3108 4342 mt 3062 4319 L 1 sg -47 1 61 4 3045 2956 3 MP PP c30 3045 2956 mt 3106 2960 L 3106 2960 mt 3059 2961 L 1 sg 61 4 -47 -13 3092 2969 3 MP PP c30 3092 2969 mt 3045 2956 L 3045 2956 mt 3106 2960 L 1 sg 60 -32 -46 -45 3090 4212 3 MP PP c21 3090 4212 mt 3044 4167 L c11 3044 4167 mt 3104 4135 L 1 sg -46 -61 60 -32 3044 4167 3 MP PP c11 3044 4167 mt 3104 4135 L c8 3104 4135 mt 3058 4074 L 1 sg 61 -31 -47 -110 3086 3826 3 MP PP c14 3086 3826 mt 3039 3716 L c17 3039 3716 mt 3100 3685 L 1 sg -46 -118 61 -31 3039 3716 3 MP PP c17 3039 3716 mt 3100 3685 L 3100 3685 mt 3054 3567 L 1 sg 61 -17 -46 -21 3084 4554 3 MP PP c21 3084 4554 mt 3038 4533 L 3038 4533 mt 3099 4516 L 1 sg -47 -21 61 -17 3038 4533 3 MP PP c21 3038 4533 mt 3099 4516 L 3099 4516 mt 3052 4495 L 1 sg 61 -2 -47 -105 3082 3298 3 MP PP c26 3082 3298 mt 3035 3193 L c28 3035 3193 mt 3096 3191 L 1 sg -46 3 60 -22 2954 3177 3 MP PP c9 2954 3177 mt 3014 3155 L 3014 3155 mt 2968 3158 L 1 sg 60 -22 -46 7 3000 3170 3 MP PP c10 3000 3170 mt 2954 3177 L c9 2954 3177 mt 3014 3155 L 1 sg 60 -21 -46 3 3014 3155 3 MP PP c9 3014 3155 mt 2968 3158 L c8 2968 3158 mt 3028 3137 L 1 sg -47 28 61 -20 2990 3158 3 MP PP c16 2990 3158 mt 3051 3138 L 3051 3138 mt 3004 3166 L 1 sg -46 -1 60 -21 2968 3158 3 MP PP c8 2968 3158 mt 3028 3137 L 3028 3137 mt 2982 3136 L 1 sg 61 -20 -47 32 3037 3126 3 MP PP c17 3037 3126 mt 2990 3158 L c16 2990 3158 mt 3051 3138 L 1 sg -47 24 61 -21 3004 3166 3 MP PP c14 3004 3166 mt 3065 3145 L c15 3065 3145 mt 3018 3169 L 1 sg 61 -21 -47 28 3051 3138 3 MP PP c16 3051 3138 mt 3004 3166 L c14 3004 3166 mt 3065 3145 L 1 sg -47 -87 61 -2 3035 3193 3 MP PP c28 3035 3193 mt 3096 3191 L 3096 3191 mt 3049 3104 L 1 sg 60 -17 -46 -21 3080 4419 3 MP PP c21 3080 4419 mt 3034 4398 L 3034 4398 mt 3094 4381 L 1 sg -46 -22 60 -17 3034 4398 3 MP PP c21 3034 4398 mt 3094 4381 L 3094 4381 mt 3048 4359 L 1 sg -46 16 60 1 2999 2960 3 MP PP c29 2999 2960 mt 3059 2961 L 3059 2961 mt 3013 2977 L 1 sg -46 25 60 -2 3013 2977 3 MP PP c28 3013 2977 mt 3073 2975 L 3073 2975 mt 3027 3000 L 1 sg 60 -2 -46 16 3059 2961 3 MP PP c29 3059 2961 mt 3013 2977 L c28 3013 2977 mt 3073 2975 L 1 sg 61 6 -47 -31 3078 2994 3 MP PP c31 3078 2994 mt 3031 2963 L 3031 2963 mt 3092 2969 L 1 sg 60 1 -46 4 3045 2956 3 MP PP c30 3045 2956 mt 2999 2960 L c29 2999 2960 mt 3059 2961 L 1 sg -47 -13 61 6 3031 2963 3 MP PP c31 3031 2963 mt 3092 2969 L c30 3092 2969 mt 3045 2956 L 1 sg 61 -27 -47 -33 3076 4272 3 MP PP c21 3076 4272 mt 3029 4239 L 3029 4239 mt 3090 4212 L 1 sg -46 -45 61 -27 3029 4239 3 MP PP c21 3029 4239 mt 3090 4212 L 3090 4212 mt 3044 4167 L 1 sg 61 -36 -47 -96 3072 3958 3 MP PP c12 3072 3958 mt 3025 3862 L c14 3025 3862 mt 3086 3826 L 1 sg -47 -110 61 -36 3025 3862 3 MP PP c14 3025 3862 mt 3086 3826 L 3086 3826 mt 3039 3716 L 1 sg 61 -9 -47 -118 3068 3425 3 MP PP c24 3068 3425 mt 3021 3307 L c26 3021 3307 mt 3082 3298 L 1 sg -47 -105 61 -9 3021 3307 3 MP PP c26 3021 3307 mt 3082 3298 L 3082 3298 mt 3035 3193 L 1 sg 60 -17 -46 -21 3066 4457 3 MP PP c21 3066 4457 mt 3020 4436 L 3020 4436 mt 3080 4419 L 1 sg -46 -21 60 -17 3020 4436 3 MP PP c21 3020 4436 mt 3080 4419 L 3080 4419 mt 3034 4398 L 1 sg -47 -18 61 -19 2931 3026 3 MP PP c11 2931 3026 mt 2992 3007 L 2992 3007 mt 2945 2989 L 1 sg 61 -20 -47 -18 2992 3007 3 MP PP c11 2992 3007 mt 2945 2989 L 2945 2989 mt 3006 2969 L 1 sg 61 -5 -47 28 3013 2977 3 MP PP c28 3013 2977 mt 2966 3005 L c27 2966 3005 mt 3027 3000 L 1 sg 61 7 -46 -51 3063 3038 3 MP PP c31 3063 3038 mt 3017 2987 L 3017 2987 mt 3078 2994 L 1 sg -47 -31 61 7 3017 2987 3 MP PP c31 3017 2987 mt 3078 2994 L 3078 2994 mt 3031 2963 L 1 sg 61 -22 -47 -25 3062 4319 3 MP PP c21 3062 4319 mt 3015 4294 L 3015 4294 mt 3076 4272 L 1 sg -47 -33 61 -22 3015 4294 3 MP PP c21 3015 4294 mt 3076 4272 L 3076 4272 mt 3029 4239 L 1 sg 61 -38 -47 -78 3058 4074 3 MP PP c9 3058 4074 mt 3011 3996 L c10 3011 3996 mt 3072 3958 L 1 sg -47 -96 61 -38 3011 3996 3 MP PP c10 3011 3996 mt 3072 3958 L c12 3072 3958 mt 3025 3862 L 1 sg 61 -17 -47 -125 3054 3567 3 MP PP c20 3054 3567 mt 3007 3442 L c24 3007 3442 mt 3068 3425 L 1 sg -47 -118 61 -17 3007 3442 3 MP PP c24 3007 3442 mt 3068 3425 L 3068 3425 mt 3021 3307 L 1 sg 61 -17 -47 -21 3052 4495 3 MP PP c21 3052 4495 mt 3005 4474 L 3005 4474 mt 3066 4457 L 1 sg -46 -21 61 -17 3005 4474 3 MP PP c21 3005 4474 mt 3066 4457 L 3066 4457 mt 3020 4436 L 1 sg -46 -12 61 -20 2963 3074 3 MP PP c11 2963 3074 mt 3024 3054 L 3024 3054 mt 2978 3042 L 1 sg 61 -20 -47 -10 3010 3084 3 MP PP c11 3010 3084 mt 2963 3074 L 2963 3074 mt 3024 3054 L 1 sg -46 -15 60 -20 2978 3042 3 MP PP c11 2978 3042 mt 3038 3022 L 3038 3022 mt 2992 3007 L 1 sg 60 -20 -46 -12 3024 3054 3 MP PP c11 3024 3054 mt 2978 3042 L 2978 3042 mt 3038 3022 L 1 sg 61 -19 -47 -16 2978 3042 3 MP PP c11 2978 3042 mt 2931 3026 L 2931 3026 mt 2992 3007 L 1 sg -47 37 61 -9 2980 3034 3 MP PP c25 2980 3034 mt 3041 3025 L 3041 3025 mt 2994 3062 L 1 sg -47 -10 61 -20 2949 3104 3 MP PP c11 2949 3104 mt 3010 3084 L 3010 3084 mt 2963 3074 L 1 sg 61 -20 -47 -7 2996 3111 3 MP PP c11 2996 3111 mt 2949 3104 L 2949 3104 mt 3010 3084 L 1 sg -47 37 61 -12 2994 3062 3 MP PP c23 2994 3062 mt 3055 3050 L 3055 3050 mt 3008 3087 L 1 sg 61 -12 -47 37 3041 3025 3 MP PP c25 3041 3025 mt 2994 3062 L c23 2994 3062 mt 3055 3050 L 1 sg 60 7 -46 -73 3049 3104 3 MP PP c30 3049 3104 mt 3003 3031 L c31 3003 3031 mt 3063 3038 L 1 sg -47 34 61 -5 2966 3005 3 MP PP c27 2966 3005 mt 3027 3000 L c26 3027 3000 mt 2980 3034 L 1 sg 61 -9 -47 34 3027 3000 3 MP PP c26 3027 3000 mt 2980 3034 L c25 2980 3034 mt 3041 3025 L 1 sg -46 -51 60 7 3003 3031 3 MP PP c31 3003 3031 mt 3063 3038 L 3063 3038 mt 3017 2987 L 1 sg 61 -18 -47 -22 3048 4359 3 MP PP c21 3048 4359 mt 3001 4337 L 3001 4337 mt 3062 4319 L 1 sg -47 -25 61 -18 3001 4337 3 MP PP c21 3001 4337 mt 3062 4319 L 3062 4319 mt 3015 4294 L 1 sg 61 -36 -47 -57 3044 4167 3 MP PP c11 3044 4167 mt 2997 4110 L c8 2997 4110 mt 3058 4074 L 1 sg -47 -78 61 -36 2997 4110 3 MP PP c8 2997 4110 mt 3058 4074 L c9 3058 4074 mt 3011 3996 L 1 sg 61 -26 -46 -123 3039 3716 3 MP PP c17 3039 3716 mt 2993 3593 L c20 2993 3593 mt 3054 3567 L 1 sg -47 -125 61 -26 2993 3593 3 MP PP c20 2993 3593 mt 3054 3567 L 3054 3567 mt 3007 3442 L 1 sg 61 -16 -47 -22 3038 4533 3 MP PP c21 3038 4533 mt 2991 4511 L 2991 4511 mt 3052 4495 L 1 sg -47 -21 61 -16 2991 4511 3 MP PP c21 2991 4511 mt 3052 4495 L 3052 4495 mt 3005 4474 L 1 sg -47 -7 61 -21 2935 3132 3 MP PP c11 2935 3132 mt 2996 3111 L 2996 3111 mt 2949 3104 L 1 sg 61 -21 -47 -4 2982 3136 3 MP PP c8 2982 3136 mt 2935 3132 L c11 2935 3132 mt 2996 3111 L 1 sg -46 -10 60 -20 2889 3124 3 MP PP c11 2889 3124 mt 2949 3104 L 2949 3104 mt 2903 3094 L 1 sg 60 -20 -46 -8 2935 3132 3 MP PP c11 2935 3132 mt 2889 3124 L 2889 3124 mt 2949 3104 L 1 sg 60 -20 -46 -10 2949 3104 3 MP PP c11 2949 3104 mt 2903 3094 L 2903 3094 mt 2963 3074 L 1 sg -46 39 60 -15 2948 3102 3 MP PP c20 2948 3102 mt 3008 3087 L 3008 3087 mt 2962 3126 L 1 sg -47 -4 61 -21 2921 3157 3 MP PP c8 2921 3157 mt 2982 3136 L 2982 3136 mt 2935 3132 L 1 sg 61 -21 -47 -1 2968 3158 3 MP PP c8 2968 3158 mt 2921 3157 L 2921 3157 mt 2982 3136 L 1 sg -47 35 61 -17 2962 3126 3 MP PP c19 2962 3126 mt 3023 3109 L 3023 3109 mt 2976 3144 L 1 sg 61 -17 -46 39 3008 3087 3 MP PP c20 3008 3087 mt 2962 3126 L c19 2962 3126 mt 3023 3109 L 1 sg -46 14 60 -21 2972 3188 3 MP PP c12 2972 3188 mt 3032 3167 L 3032 3167 mt 2986 3181 L 1 sg 60 -21 -46 19 3018 3169 3 MP PP c13 3018 3169 mt 2972 3188 L c12 2972 3188 mt 3032 3167 L 1 sg -47 32 61 -18 2976 3144 3 MP PP c17 2976 3144 mt 3037 3126 L 3037 3126 mt 2990 3158 L 1 sg 61 -18 -47 35 3023 3109 3 MP PP c19 3023 3109 mt 2976 3144 L c17 2976 3144 mt 3037 3126 L 1 sg 60 4 -46 -93 3035 3193 3 MP PP c28 3035 3193 mt 2989 3100 L c30 2989 3100 mt 3049 3104 L 1 sg 60 -15 -46 40 2994 3062 3 MP PP c23 2994 3062 mt 2948 3102 L c20 2948 3102 mt 3008 3087 L 1 sg -46 -73 60 4 2989 3100 3 MP PP c30 2989 3100 mt 3049 3104 L 3049 3104 mt 3003 3031 L 1 sg 61 -17 -47 -22 3034 4398 3 MP PP c21 3034 4398 mt 2987 4376 L 2987 4376 mt 3048 4359 L 1 sg -47 -22 61 -17 2987 4376 3 MP PP c21 2987 4376 mt 3048 4359 L 3048 4359 mt 3001 4337 L 1 sg -46 4 61 5 2984 2951 3 MP PP c31 2984 2951 mt 3045 2956 L c30 3045 2956 mt 2999 2960 L 1 sg 61 5 -47 -12 3031 2963 3 MP PP c31 3031 2963 mt 2984 2951 L 2984 2951 mt 3045 2956 L 1 sg 61 -32 -46 -40 3029 4239 3 MP PP c21 3029 4239 mt 2983 4199 L c11 2983 4199 mt 3044 4167 L 1 sg -47 -57 61 -32 2983 4199 3 MP PP c11 2983 4199 mt 3044 4167 L 3044 4167 mt 2997 4110 L 1 sg 60 -33 -46 -113 3025 3862 3 MP PP c14 3025 3862 mt 2979 3749 L c16 2979 3749 mt 3039 3716 L 1 sg -46 -123 60 -33 2979 3749 3 MP PP c16 2979 3749 mt 3039 3716 L c17 3039 3716 mt 2993 3593 L 1 sg 60 -2 -46 -112 3021 3307 3 MP PP c26 3021 3307 mt 2975 3195 L c29 2975 3195 mt 3035 3193 L 1 sg -47 11 61 -22 2925 3203 3 MP PP c10 2925 3203 mt 2986 3181 L 2986 3181 mt 2939 3192 L 1 sg 61 -22 -47 15 2972 3188 3 MP PP c12 2972 3188 mt 2925 3203 L c10 2925 3203 mt 2986 3181 L 1 sg -47 2 61 -22 2893 3199 3 MP PP c9 2893 3199 mt 2954 3177 L 2954 3177 mt 2907 3179 L 1 sg 61 -22 -46 7 2939 3192 3 MP PP c9 2939 3192 mt 2893 3199 L 2893 3199 mt 2954 3177 L 1 sg 61 -21 -47 2 2954 3177 3 MP PP c9 2954 3177 mt 2907 3179 L c8 2907 3179 mt 2968 3158 L 1 sg -46 7 61 -22 2939 3192 3 MP PP c9 2939 3192 mt 3000 3170 L c10 3000 3170 mt 2954 3177 L 1 sg -46 29 60 -20 2930 3178 3 MP PP c16 2930 3178 mt 2990 3158 L 2990 3158 mt 2944 3187 L 1 sg -47 -1 61 -21 2907 3179 3 MP PP c8 2907 3179 mt 2968 3158 L 2968 3158 mt 2921 3157 L 1 sg 60 -20 -46 34 2976 3144 3 MP PP c17 2976 3144 mt 2930 3178 L c16 2930 3178 mt 2990 3158 L 1 sg 61 -22 -47 11 2986 3181 3 MP PP c10 2986 3181 mt 2939 3192 L c9 2939 3192 mt 3000 3170 L 1 sg -46 24 60 -21 2944 3187 3 MP PP c14 2944 3187 mt 3004 3166 L 3004 3166 mt 2958 3190 L 1 sg 60 -21 -46 29 2990 3158 3 MP PP c16 2990 3158 mt 2944 3187 L c14 2944 3187 mt 3004 3166 L 1 sg -46 19 60 -21 2958 3190 3 MP PP c13 2958 3190 mt 3018 3169 L 3018 3169 mt 2972 3188 L 1 sg 60 -21 -46 24 3004 3166 3 MP PP c14 3004 3166 mt 2958 3190 L c13 2958 3190 mt 3018 3169 L 1 sg -46 -93 60 -2 2975 3195 3 MP PP c29 2975 3195 mt 3035 3193 L c28 3035 3193 mt 2989 3100 L 1 sg 61 -16 -47 -22 3020 4436 3 MP PP c21 3020 4436 mt 2973 4414 L 2973 4414 mt 3034 4398 L 1 sg -47 -22 61 -16 2973 4414 3 MP PP c21 2973 4414 mt 3034 4398 L 3034 4398 mt 2987 4376 L 1 sg -47 18 61 3 2938 2957 3 MP PP c30 2938 2957 mt 2999 2960 L c29 2999 2960 mt 2952 2978 L 1 sg 61 3 -46 6 2984 2951 3 MP PP c31 2984 2951 mt 2938 2957 L c30 2938 2957 mt 2999 2960 L 1 sg -47 28 61 -1 2952 2978 3 MP PP c28 2952 2978 mt 3013 2977 L 3013 2977 mt 2966 3005 L 1 sg 61 -1 -47 18 2999 2960 3 MP PP c29 2999 2960 mt 2952 2978 L c28 2952 2978 mt 3013 2977 L 1 sg 61 8 -47 -32 3017 2987 3 MP PP c31 3017 2987 mt 2970 2955 L /c32 { 0.062500 1.000000 0.937500 sr} bdef c32 2970 2955 mt 3031 2963 L 1 sg -47 -12 61 8 2970 2955 3 MP PP c32 2970 2955 mt 3031 2963 L c31 3031 2963 mt 2984 2951 L 1 sg 60 -26 -46 -29 3015 4294 3 MP PP c21 3015 4294 mt 2969 4265 L 2969 4265 mt 3029 4239 L 1 sg -46 -40 60 -26 2969 4265 3 MP PP c21 2969 4265 mt 3029 4239 L 3029 4239 mt 2983 4199 L 1 sg 60 -39 -46 -95 3011 3996 3 MP PP c10 3011 3996 mt 2965 3901 L c13 2965 3901 mt 3025 3862 L 1 sg -46 -113 60 -39 2965 3901 3 MP PP c13 2965 3901 mt 3025 3862 L c14 3025 3862 mt 2979 3749 L 1 sg 61 -10 -47 -125 3007 3442 3 MP PP c24 3007 3442 mt 2960 3317 L c27 2960 3317 mt 3021 3307 L 1 sg -46 -112 61 -10 2960 3317 3 MP PP c27 2960 3317 mt 3021 3307 L c26 3021 3307 mt 2975 3195 L 1 sg 61 -16 -46 -22 3005 4474 3 MP PP c21 3005 4474 mt 2959 4452 L 2959 4452 mt 3020 4436 L 1 sg -47 -22 61 -16 2959 4452 3 MP PP c21 2959 4452 mt 3020 4436 L 3020 4436 mt 2973 4414 L 1 sg 61 9 -47 -53 3003 3031 3 MP PP c31 3003 3031 mt 2956 2978 L c32 2956 2978 mt 3017 2987 L 1 sg -47 -32 61 9 2956 2978 3 MP PP c32 2956 2978 mt 3017 2987 L c31 3017 2987 mt 2970 2955 L 1 sg 60 -20 -46 -23 3001 4337 3 MP PP c21 3001 4337 mt 2955 4314 L 2955 4314 mt 3015 4294 L 1 sg -46 -29 60 -20 2955 4314 3 MP PP c21 2955 4314 mt 3015 4294 L 3015 4294 mt 2969 4265 L 1 sg 60 -41 -46 -73 2997 4110 3 MP PP c8 2997 4110 mt 2951 4037 L c9 2951 4037 mt 3011 3996 L 1 sg -46 -95 60 -41 2951 4037 3 MP PP c9 2951 4037 mt 3011 3996 L c10 3011 3996 mt 2965 3901 L 1 sg 61 -19 -47 -132 2993 3593 3 MP PP c20 2993 3593 mt 2946 3461 L c24 2946 3461 mt 3007 3442 L 1 sg -47 -125 61 -19 2946 3461 3 MP PP c24 2946 3461 mt 3007 3442 L 3007 3442 mt 2960 3317 L 1 sg 60 -16 -46 -21 2991 4511 3 MP PP c21 2991 4511 mt 2945 4490 L 2945 4490 mt 3005 4474 L 1 sg -46 -22 60 -16 2945 4490 3 MP PP c21 2945 4490 mt 3005 4474 L 3005 4474 mt 2959 4452 L 1 sg -46 -17 61 -20 2870 3046 3 MP PP c21 2870 3046 mt 2931 3026 L c11 2931 3026 mt 2885 3009 L 1 sg 61 -20 -47 -15 2917 3061 3 MP PP c11 2917 3061 mt 2870 3046 L c21 2870 3046 mt 2931 3026 L 1 sg 60 -20 -46 -17 2931 3026 3 MP PP c11 2931 3026 mt 2885 3009 L c21 2885 3009 mt 2945 2989 L 1 sg -47 -16 61 -19 2917 3061 3 MP PP c11 2917 3061 mt 2978 3042 L 2978 3042 mt 2931 3026 L 1 sg -46 37 60 -5 2906 3010 3 MP PP c27 2906 3010 mt 2966 3005 L 2966 3005 mt 2920 3042 L 1 sg 61 -19 -46 -13 2963 3074 3 MP PP c11 2963 3074 mt 2917 3061 L 2917 3061 mt 2978 3042 L 1 sg -46 -13 60 -20 2903 3094 3 MP PP c11 2903 3094 mt 2963 3074 L 2963 3074 mt 2917 3061 L 1 sg -46 40 60 -8 2920 3042 3 MP PP c25 2920 3042 mt 2980 3034 L 2980 3034 mt 2934 3074 L 1 sg 60 -8 -46 37 2966 3005 3 MP PP c27 2966 3005 mt 2920 3042 L c25 2920 3042 mt 2980 3034 L 1 sg -46 40 60 -12 2934 3074 3 MP PP c23 2934 3074 mt 2994 3062 L 2994 3062 mt 2948 3102 L 1 sg 60 -12 -46 40 2980 3034 3 MP PP c25 2980 3034 mt 2934 3074 L c23 2934 3074 mt 2994 3062 L 1 sg 61 8 -47 -77 2989 3100 3 MP PP c30 2989 3100 mt 2942 3023 L c32 2942 3023 mt 3003 3031 L 1 sg 60 -5 -46 32 2952 2978 3 MP PP c28 2952 2978 mt 2906 3010 L c27 2906 3010 mt 2966 3005 L 1 sg -47 -53 61 8 2942 3023 3 MP PP c32 2942 3023 mt 3003 3031 L c31 3003 3031 mt 2956 2978 L 1 sg 60 -18 -46 -21 2987 4376 3 MP PP c21 2987 4376 mt 2941 4355 L 2941 4355 mt 3001 4337 L 1 sg -46 -23 60 -18 2941 4355 3 MP PP c21 2941 4355 mt 3001 4337 L 3001 4337 mt 2955 4314 L 1 sg 61 -37 -47 -52 2983 4199 3 MP PP c11 2983 4199 mt 2936 4147 L c8 2936 4147 mt 2997 4110 L 1 sg -46 -73 61 -37 2936 4147 3 MP PP c8 2936 4147 mt 2997 4110 L 2997 4110 mt 2951 4037 L 1 sg 61 -29 -47 -127 2979 3749 3 MP PP c16 2979 3749 mt 2932 3622 L c19 2932 3622 mt 2993 3593 L 1 sg -47 -132 61 -29 2932 3622 3 MP PP c19 2932 3622 mt 2993 3593 L c20 2993 3593 mt 2946 3461 L 1 sg 61 -20 -47 -10 2889 3124 3 MP PP c11 2889 3124 mt 2842 3114 L 2842 3114 mt 2903 3094 L 1 sg -46 -8 60 -20 2875 3152 3 MP PP c11 2875 3152 mt 2935 3132 L 2935 3132 mt 2889 3124 L 1 sg -47 41 61 -15 2887 3117 3 MP PP c20 2887 3117 mt 2948 3102 L 2948 3102 mt 2901 3143 L 1 sg 61 -15 -47 43 2934 3074 3 MP PP c23 2934 3074 mt 2887 3117 L c20 2887 3117 mt 2948 3102 L 1 sg -46 -5 60 -21 2861 3178 3 MP PP c8 2861 3178 mt 2921 3157 L 2921 3157 mt 2875 3152 L 1 sg 60 -21 -46 -1 2907 3179 3 MP PP c8 2907 3179 mt 2861 3178 L 2861 3178 mt 2921 3157 L 1 sg 60 -20 -46 -5 2921 3157 3 MP PP c8 2921 3157 mt 2875 3152 L c11 2875 3152 mt 2935 3132 L 1 sg -47 38 61 -17 2901 3143 3 MP PP c19 2901 3143 mt 2962 3126 L 2962 3126 mt 2915 3164 L 1 sg 61 -17 -47 41 2948 3102 3 MP PP c20 2948 3102 mt 2901 3143 L c19 2901 3143 mt 2962 3126 L 1 sg -47 15 61 -22 2911 3210 3 MP PP c12 2911 3210 mt 2972 3188 L 2972 3188 mt 2925 3203 L 1 sg 61 -22 -47 20 2958 3190 3 MP PP c13 2958 3190 mt 2911 3210 L c12 2911 3210 mt 2972 3188 L 1 sg -46 34 61 -20 2915 3164 3 MP PP c17 2915 3164 mt 2976 3144 L 2976 3144 mt 2930 3178 L 1 sg 61 -20 -47 38 2962 3126 3 MP PP c19 2962 3126 mt 2915 3164 L c17 2915 3164 mt 2976 3144 L 1 sg 61 5 -47 -100 2975 3195 3 MP PP c29 2975 3195 mt 2928 3095 L c31 2928 3095 mt 2989 3100 L 1 sg -47 -13 61 -20 2842 3114 3 MP PP c11 2842 3114 mt 2903 3094 L 2903 3094 mt 2856 3081 L 1 sg 61 -20 -47 -13 2903 3094 3 MP PP c11 2903 3094 mt 2856 3081 L 2856 3081 mt 2917 3061 L 1 sg -47 43 61 -12 2873 3086 3 MP PP c23 2873 3086 mt 2934 3074 L 2934 3074 mt 2887 3117 L 1 sg -47 -15 61 -20 2856 3081 3 MP PP c11 2856 3081 mt 2917 3061 L 2917 3061 mt 2870 3046 L 1 sg 61 -12 -47 44 2920 3042 3 MP PP c25 2920 3042 mt 2873 3086 L c23 2873 3086 mt 2934 3074 L 1 sg -47 -77 61 5 2928 3095 3 MP PP c31 2928 3095 mt 2989 3100 L c30 2989 3100 mt 2942 3023 L 1 sg 60 -17 -46 -21 2973 4414 3 MP PP c21 2973 4414 mt 2927 4393 L 2927 4393 mt 2987 4376 L 1 sg -46 -21 60 -17 2927 4393 3 MP PP c21 2927 4393 mt 2987 4376 L 2987 4376 mt 2941 4355 L 1 sg -46 6 60 7 2924 2944 3 MP PP c31 2924 2944 mt 2984 2951 L 2984 2951 mt 2938 2957 L 1 sg 60 7 -46 -11 2970 2955 3 MP PP c32 2970 2955 mt 2924 2944 L c31 2924 2944 mt 2984 2951 L 1 sg 61 -30 -47 -36 2969 4265 3 MP PP c21 2969 4265 mt 2922 4229 L 2922 4229 mt 2983 4199 L 1 sg -47 -52 61 -30 2922 4229 3 MP PP c21 2922 4229 mt 2983 4199 L c11 2983 4199 mt 2936 4147 L 1 sg 61 -38 -47 -114 2965 3901 3 MP PP c13 2965 3901 mt 2918 3787 L c16 2918 3787 mt 2979 3749 L 1 sg -47 -127 61 -38 2918 3787 3 MP PP c16 2918 3787 mt 2979 3749 L 2979 3749 mt 2932 3622 L 1 sg -46 11 60 -23 2865 3226 3 MP PP c10 2865 3226 mt 2925 3203 L 2925 3203 mt 2879 3214 L 1 sg 60 -23 -46 16 2911 3210 3 MP PP c12 2911 3210 mt 2865 3226 L c10 2865 3226 mt 2925 3203 L 1 sg -46 7 60 -22 2879 3214 3 MP PP c9 2879 3214 mt 2939 3192 L 2939 3192 mt 2893 3199 L 1 sg 60 -22 -46 11 2925 3203 3 MP PP c10 2925 3203 mt 2879 3214 L c9 2879 3214 mt 2939 3192 L 1 sg 61 -21 -47 6 2879 3214 3 MP PP c9 2879 3214 mt 2832 3220 L 2832 3220 mt 2893 3199 L 1 sg -47 25 61 -22 2883 3209 3 MP PP c14 2883 3209 mt 2944 3187 L 2944 3187 mt 2897 3212 L 1 sg 61 -22 -47 31 2930 3178 3 MP PP c16 2930 3178 mt 2883 3209 L c14 2883 3209 mt 2944 3187 L 1 sg -47 20 61 -22 2897 3212 3 MP PP c13 2897 3212 mt 2958 3190 L 2958 3190 mt 2911 3210 L 1 sg 61 -22 -47 25 2944 3187 3 MP PP c14 2944 3187 mt 2897 3212 L c13 2897 3212 mt 2958 3190 L 1 sg 61 -1 -46 -121 2960 3317 3 MP PP c27 2960 3317 mt 2914 3196 L c29 2914 3196 mt 2975 3195 L 1 sg -47 2 61 -21 2832 3220 3 MP PP c9 2832 3220 mt 2893 3199 L 2893 3199 mt 2846 3201 L 1 sg 61 -22 -47 2 2893 3199 3 MP PP c9 2893 3199 mt 2846 3201 L c8 2846 3201 mt 2907 3179 L 1 sg -47 31 61 -21 2869 3199 3 MP PP c15 2869 3199 mt 2930 3178 L c16 2930 3178 mt 2883 3209 L 1 sg -46 -1 61 -22 2846 3201 3 MP PP c8 2846 3201 mt 2907 3179 L 2907 3179 mt 2861 3178 L 1 sg 61 -21 -46 35 2915 3164 3 MP PP c17 2915 3164 mt 2869 3199 L c15 2869 3199 mt 2930 3178 L 1 sg -47 -100 61 -1 2914 3196 3 MP PP c29 2914 3196 mt 2975 3195 L 2975 3195 mt 2928 3095 L 1 sg 61 -17 -47 -21 2959 4452 3 MP PP c21 2959 4452 mt 2912 4431 L 2912 4431 mt 2973 4414 L 1 sg -46 -21 61 -17 2912 4431 3 MP PP c21 2912 4431 mt 2973 4414 L 2973 4414 mt 2927 4393 L 1 sg -47 8 61 9 2863 2935 3 MP PP c32 2863 2935 mt 2924 2944 L c31 2924 2944 mt 2877 2952 L 1 sg -47 21 61 5 2877 2952 3 MP PP c31 2877 2952 mt 2938 2957 L c30 2938 2957 mt 2891 2978 L 1 sg 61 5 -47 8 2924 2944 3 MP PP c31 2924 2944 mt 2877 2952 L 2877 2952 mt 2938 2957 L 1 sg 61 0 -47 21 2938 2957 3 MP PP c30 2938 2957 mt 2891 2978 L c29 2891 2978 mt 2952 2978 L 1 sg 60 9 -46 -32 2956 2978 3 MP PP c32 2956 2978 mt 2910 2946 L 2910 2946 mt 2970 2955 L 1 sg -46 -11 60 9 2910 2946 3 MP PP c32 2910 2946 mt 2970 2955 L 2970 2955 mt 2924 2944 L 1 sg 61 -23 -47 -26 2955 4314 3 MP PP c21 2955 4314 mt 2908 4288 L 2908 4288 mt 2969 4265 L 1 sg -47 -36 61 -23 2908 4288 3 MP PP c21 2908 4288 mt 2969 4265 L 2969 4265 mt 2922 4229 L 1 sg 61 -42 -47 -94 2951 4037 3 MP PP c9 2951 4037 mt 2904 3943 L c12 2904 3943 mt 2965 3901 L 1 sg -47 -114 61 -42 2904 3943 3 MP PP c12 2904 3943 mt 2965 3901 L c13 2965 3901 mt 2918 3787 L 1 sg 60 -10 -46 -134 2946 3461 3 MP PP c24 2946 3461 mt 2900 3327 L c27 2900 3327 mt 2960 3317 L 1 sg -46 -121 60 -10 2900 3327 3 MP PP c27 2900 3327 mt 2960 3317 L 2960 3317 mt 2914 3196 L 1 sg 61 -17 -47 -21 2945 4490 3 MP PP c21 2945 4490 mt 2898 4469 L 2898 4469 mt 2959 4452 L 1 sg -47 -21 61 -17 2898 4469 3 MP PP c21 2898 4469 mt 2959 4452 L 2959 4452 mt 2912 4431 L 1 sg -46 32 61 0 2891 2978 3 MP PP c29 2891 2978 mt 2952 2978 L c28 2952 2978 mt 2906 3010 L 1 sg 60 11 -46 -56 2942 3023 3 MP PP c32 2942 3023 mt 2896 2967 L /c33 { 0.125000 1.000000 0.875000 sr} bdef c33 2896 2967 mt 2956 2978 L 1 sg -46 -32 60 11 2896 2967 3 MP PP c33 2896 2967 mt 2956 2978 L c32 2956 2978 mt 2910 2946 L 1 sg 61 -18 -47 -23 2941 4355 3 MP PP c21 2941 4355 mt 2894 4332 L 2894 4332 mt 2955 4314 L 1 sg -47 -26 61 -18 2894 4332 3 MP PP c21 2894 4332 mt 2955 4314 L 2955 4314 mt 2908 4288 L 1 sg 61 -41 -46 -69 2936 4147 3 MP PP c8 2936 4147 mt 2890 4078 L c9 2890 4078 mt 2951 4037 L 1 sg -47 -94 61 -41 2890 4078 3 MP PP c9 2890 4078 mt 2951 4037 L 2951 4037 mt 2904 3943 L 1 sg 60 -22 -46 -139 2932 3622 3 MP PP c19 2932 3622 mt 2886 3483 L c23 2886 3483 mt 2946 3461 L 1 sg -46 -134 60 -22 2886 3483 3 MP PP c23 2886 3483 mt 2946 3461 L c24 2946 3461 mt 2900 3327 L 1 sg 61 -19 -46 -18 2870 3046 3 MP PP c21 2870 3046 mt 2824 3028 L 2824 3028 mt 2885 3009 L 1 sg -46 -18 60 -19 2810 3065 3 MP PP c21 2810 3065 mt 2870 3046 L 2870 3046 mt 2824 3028 L 1 sg 60 -19 -46 -16 2856 3081 3 MP PP c11 2856 3081 mt 2810 3065 L c21 2810 3065 mt 2870 3046 L 1 sg -47 41 61 -4 2845 3014 3 MP PP c27 2845 3014 mt 2906 3010 L 2906 3010 mt 2859 3051 L 1 sg -47 44 61 -9 2859 3051 3 MP PP c25 2859 3051 mt 2920 3042 L 2920 3042 mt 2873 3086 L 1 sg 61 -9 -47 41 2906 3010 3 MP PP c27 2906 3010 mt 2859 3051 L c25 2859 3051 mt 2920 3042 L 1 sg 60 10 -46 -82 2928 3095 3 MP PP c31 2928 3095 mt 2882 3013 L c33 2882 3013 mt 2942 3023 L 1 sg 61 -4 -46 36 2891 2978 3 MP PP c29 2891 2978 mt 2845 3014 L c27 2845 3014 mt 2906 3010 L 1 sg -46 -56 60 10 2882 3013 3 MP PP c33 2882 3013 mt 2942 3023 L c32 2942 3023 mt 2896 2967 L 1 sg 61 -16 -47 -22 2927 4393 3 MP PP c21 2927 4393 mt 2880 4371 L 2880 4371 mt 2941 4355 L 1 sg -47 -23 61 -16 2880 4371 3 MP PP c21 2880 4371 mt 2941 4355 L 2941 4355 mt 2894 4332 L 1 sg 60 -36 -46 -46 2922 4229 3 MP PP c21 2922 4229 mt 2876 4183 L c11 2876 4183 mt 2936 4147 L 1 sg -46 -69 60 -36 2876 4183 3 MP PP c11 2876 4183 mt 2936 4147 L c8 2936 4147 mt 2890 4078 L 1 sg 60 -32 -46 -133 2918 3787 3 MP PP c16 2918 3787 mt 2872 3654 L c19 2872 3654 mt 2932 3622 L 1 sg -46 -139 60 -32 2872 3654 3 MP PP c19 2872 3654 mt 2932 3622 L 2932 3622 mt 2886 3483 L 1 sg -46 -13 60 -20 2782 3134 3 MP PP c11 2782 3134 mt 2842 3114 L 2842 3114 mt 2796 3101 L 1 sg 60 -20 -46 -10 2828 3144 3 MP PP c11 2828 3144 mt 2782 3134 L 2782 3134 mt 2842 3114 L 1 sg 60 -20 -46 -13 2842 3114 3 MP PP c11 2842 3114 mt 2796 3101 L c21 2796 3101 mt 2856 3081 L 1 sg -47 -10 61 -20 2828 3144 3 MP PP c11 2828 3144 mt 2889 3124 L 2889 3124 mt 2842 3114 L 1 sg -46 47 60 -12 2813 3098 3 MP PP c23 2813 3098 mt 2873 3086 L 2873 3086 mt 2827 3133 L 1 sg -47 -8 61 -21 2814 3173 3 MP PP c11 2814 3173 mt 2875 3152 L 2875 3152 mt 2828 3144 L 1 sg 61 -20 -47 -8 2875 3152 3 MP PP c11 2875 3152 mt 2828 3144 L 2828 3144 mt 2889 3124 L 1 sg -46 44 60 -16 2827 3133 3 MP PP c20 2827 3133 mt 2887 3117 L 2887 3117 mt 2841 3161 L 1 sg 60 -16 -46 47 2873 3086 3 MP PP c23 2873 3086 mt 2827 3133 L c20 2827 3133 mt 2887 3117 L 1 sg -47 -5 61 -21 2800 3199 3 MP PP c11 2800 3199 mt 2861 3178 L c8 2861 3178 mt 2814 3173 L 1 sg 61 -21 -46 -2 2846 3201 3 MP PP c8 2846 3201 mt 2800 3199 L c11 2800 3199 mt 2861 3178 L 1 sg 61 -21 -47 -5 2861 3178 3 MP PP c8 2861 3178 mt 2814 3173 L c11 2814 3173 mt 2875 3152 L 1 sg -46 40 60 -18 2841 3161 3 MP PP c19 2841 3161 mt 2901 3143 L 2901 3143 mt 2855 3183 L 1 sg 60 -18 -46 44 2887 3117 3 MP PP c20 2887 3117 mt 2841 3161 L c19 2841 3161 mt 2901 3143 L 1 sg -46 35 60 -19 2855 3183 3 MP PP c17 2855 3183 mt 2915 3164 L 2915 3164 mt 2869 3199 L 1 sg 60 -19 -46 40 2901 3143 3 MP PP c19 2901 3143 mt 2855 3183 L c17 2855 3183 mt 2915 3164 L 1 sg 61 6 -47 -107 2914 3196 3 MP PP c29 2914 3196 mt 2867 3089 L c32 2867 3089 mt 2928 3095 L 1 sg -46 -16 60 -20 2796 3101 3 MP PP c21 2796 3101 mt 2856 3081 L c11 2856 3081 mt 2810 3065 L 1 sg 60 -12 -46 47 2859 3051 3 MP PP c25 2859 3051 mt 2813 3098 L c23 2813 3098 mt 2873 3086 L 1 sg -46 -82 61 6 2867 3089 3 MP PP c32 2867 3089 mt 2928 3095 L c31 2928 3095 mt 2882 3013 L 1 sg 61 -16 -46 -22 2912 4431 3 MP PP c21 2912 4431 mt 2866 4409 L 2866 4409 mt 2927 4393 L 1 sg -47 -22 61 -16 2866 4409 3 MP PP c21 2866 4409 mt 2927 4393 L 2927 4393 mt 2880 4371 L 1 sg 61 9 -47 -11 2910 2946 3 MP PP c32 2910 2946 mt 2863 2935 L 2863 2935 mt 2924 2944 L 1 sg 60 -28 -46 -31 2908 4288 3 MP PP c21 2908 4288 mt 2862 4257 L 2862 4257 mt 2922 4229 L 1 sg -46 -46 60 -28 2862 4257 3 MP PP c21 2862 4257 mt 2922 4229 L 2922 4229 mt 2876 4183 L 1 sg 60 -42 -46 -114 2904 3943 3 MP PP c12 2904 3943 mt 2858 3829 L c15 2858 3829 mt 2918 3787 L 1 sg -46 -133 60 -42 2858 3829 3 MP PP c15 2858 3829 mt 2918 3787 L c16 2918 3787 mt 2872 3654 L 1 sg -47 10 61 -22 2804 3248 3 MP PP c10 2804 3248 mt 2865 3226 L 2865 3226 mt 2818 3236 L 1 sg 61 -22 -47 15 2851 3233 3 MP PP c12 2851 3233 mt 2804 3248 L c10 2804 3248 mt 2865 3226 L 1 sg -46 2 60 -22 2772 3242 3 MP PP c8 2772 3242 mt 2832 3220 L c9 2832 3220 mt 2786 3222 L 1 sg 60 -22 -46 6 2818 3236 3 MP PP c9 2818 3236 mt 2772 3242 L c8 2772 3242 mt 2832 3220 L 1 sg 60 -21 -46 2 2832 3220 3 MP PP c9 2832 3220 mt 2786 3222 L c8 2786 3222 mt 2846 3201 L 1 sg -47 6 61 -22 2818 3236 3 MP PP c9 2818 3236 mt 2879 3214 L 2879 3214 mt 2832 3220 L 1 sg -47 32 61 -22 2808 3221 3 MP PP c15 2808 3221 mt 2869 3199 L 2869 3199 mt 2822 3231 L 1 sg -46 -2 60 -21 2786 3222 3 MP PP c8 2786 3222 mt 2846 3201 L 2846 3201 mt 2800 3199 L 1 sg 61 -22 -47 38 2855 3183 3 MP PP c17 2855 3183 mt 2808 3221 L c15 2808 3221 mt 2869 3199 L 1 sg 61 -22 -47 10 2865 3226 3 MP PP c10 2865 3226 mt 2818 3236 L c9 2818 3236 mt 2879 3214 L 1 sg -46 26 61 -22 2822 3231 3 MP PP c14 2822 3231 mt 2883 3209 L 2883 3209 mt 2837 3235 L 1 sg 61 -22 -47 32 2869 3199 3 MP PP c15 2869 3199 mt 2822 3231 L c14 2822 3231 mt 2883 3209 L 1 sg -46 16 60 -23 2851 3233 3 MP PP c12 2851 3233 mt 2911 3210 L 2911 3210 mt 2865 3226 L 1 sg -46 21 60 -23 2837 3235 3 MP PP c13 2837 3235 mt 2897 3212 L 2897 3212 mt 2851 3233 L 1 sg 60 -23 -46 26 2883 3209 3 MP PP c14 2883 3209 mt 2837 3235 L c13 2837 3235 mt 2897 3212 L 1 sg 60 -23 -46 21 2897 3212 3 MP PP c13 2897 3212 mt 2851 3233 L c12 2851 3233 mt 2911 3210 L 1 sg 61 -1 -47 -130 2900 3327 3 MP PP c27 2900 3327 mt 2853 3197 L c30 2853 3197 mt 2914 3196 L 1 sg -47 -107 61 -1 2853 3197 3 MP PP c30 2853 3197 mt 2914 3196 L c29 2914 3196 mt 2867 3089 L 1 sg 60 -16 -46 -22 2898 4469 3 MP PP c21 2898 4469 mt 2852 4447 L 2852 4447 mt 2912 4431 L 1 sg -46 -22 60 -16 2852 4447 3 MP PP c21 2852 4447 mt 2912 4431 L 2912 4431 mt 2866 4409 L 1 sg -46 11 60 11 2803 2924 3 MP PP c33 2803 2924 mt 2863 2935 L c32 2863 2935 mt 2817 2946 L 1 sg -46 25 60 6 2817 2946 3 MP PP c31 2817 2946 mt 2877 2952 L 2877 2952 mt 2831 2977 L 1 sg 60 6 -46 11 2863 2935 3 MP PP c32 2863 2935 mt 2817 2946 L c31 2817 2946 mt 2877 2952 L 1 sg 60 1 -46 25 2877 2952 3 MP PP c31 2877 2952 mt 2831 2977 L c29 2831 2977 mt 2891 2978 L 1 sg 61 13 -47 -34 2896 2967 3 MP PP c33 2896 2967 mt 2849 2933 L 2849 2933 mt 2910 2946 L 1 sg -47 -11 61 13 2849 2933 3 MP PP c33 2849 2933 mt 2910 2946 L c32 2910 2946 mt 2863 2935 L 1 sg 60 -21 -46 -23 2894 4332 3 MP PP c21 2894 4332 mt 2848 4309 L 2848 4309 mt 2908 4288 L 1 sg -46 -31 60 -21 2848 4309 3 MP PP c21 2848 4309 mt 2908 4288 L 2908 4288 mt 2862 4257 L 1 sg 61 -46 -47 -89 2890 4078 3 MP PP c9 2890 4078 mt 2843 3989 L c12 2843 3989 mt 2904 3943 L 1 sg -46 -114 61 -46 2843 3989 3 MP PP c12 2843 3989 mt 2904 3943 L 2904 3943 mt 2858 3829 L 1 sg 61 -12 -47 -144 2886 3483 3 MP PP c23 2886 3483 mt 2839 3339 L c27 2839 3339 mt 2900 3327 L 1 sg -47 15 61 -23 2790 3256 3 MP PP c12 2790 3256 mt 2851 3233 L 2851 3233 mt 2804 3248 L 1 sg 61 -23 -47 21 2837 3235 3 MP PP c13 2837 3235 mt 2790 3256 L c12 2790 3256 mt 2851 3233 L 1 sg -47 -130 61 -12 2839 3339 3 MP PP c27 2839 3339 mt 2900 3327 L 2900 3327 mt 2853 3197 L 1 sg -46 36 60 1 2831 2977 3 MP PP c29 2831 2977 mt 2891 2978 L 2891 2978 mt 2845 3014 L 1 sg 61 14 -47 -60 2882 3013 3 MP PP c33 2882 3013 mt 2835 2953 L /c34 { 0.187500 1.000000 0.812500 sr} bdef c34 2835 2953 mt 2896 2967 L 1 sg -47 -34 61 14 2835 2953 3 MP PP c34 2835 2953 mt 2896 2967 L c33 2896 2967 mt 2849 2933 L 1 sg 60 -18 -46 -21 2880 4371 3 MP PP c21 2880 4371 mt 2834 4350 L 2834 4350 mt 2894 4332 L 1 sg -46 -23 60 -18 2834 4350 3 MP PP c21 2834 4350 mt 2894 4332 L 2894 4332 mt 2848 4309 L 1 sg 61 -44 -47 -61 2876 4183 3 MP PP c11 2876 4183 mt 2829 4122 L c8 2829 4122 mt 2890 4078 L 1 sg -47 -89 61 -44 2829 4122 3 MP PP c8 2829 4122 mt 2890 4078 L c9 2890 4078 mt 2843 3989 L 1 sg 61 -24 -47 -147 2872 3654 3 MP PP c19 2872 3654 mt 2825 3507 L c23 2825 3507 mt 2886 3483 L 1 sg -47 -144 61 -24 2825 3507 3 MP PP c23 2825 3507 mt 2886 3483 L 2886 3483 mt 2839 3339 L 1 sg 61 -19 -47 -18 2810 3065 3 MP PP c21 2810 3065 mt 2763 3047 L 2763 3047 mt 2824 3028 L 1 sg -47 45 61 -3 2784 3017 3 MP PP c28 2784 3017 mt 2845 3014 L c27 2845 3014 mt 2798 3059 L 1 sg 61 -3 -47 40 2831 2977 3 MP PP c29 2831 2977 mt 2784 3017 L c28 2784 3017 mt 2845 3014 L 1 sg -47 -18 61 -20 2749 3085 3 MP PP c21 2749 3085 mt 2810 3065 L 2810 3065 mt 2763 3047 L 1 sg 61 -20 -47 -16 2796 3101 3 MP PP c21 2796 3101 mt 2749 3085 L 2749 3085 mt 2810 3065 L 1 sg -46 47 61 -8 2798 3059 3 MP PP c25 2798 3059 mt 2859 3051 L 2859 3051 mt 2813 3098 L 1 sg 61 -8 -47 45 2845 3014 3 MP PP c27 2845 3014 mt 2798 3059 L c25 2798 3059 mt 2859 3051 L 1 sg 61 13 -46 -89 2867 3089 3 MP PP c32 2867 3089 mt 2821 3000 L c33 2821 3000 mt 2882 3013 L 1 sg -47 40 61 2 2770 2975 3 MP PP c30 2770 2975 mt 2831 2977 L c29 2831 2977 mt 2784 3017 L 1 sg 61 2 -47 29 2817 2946 3 MP PP c31 2817 2946 mt 2770 2975 L c30 2770 2975 mt 2831 2977 L 1 sg -47 -60 61 13 2821 3000 3 MP PP c33 2821 3000 mt 2882 3013 L 2882 3013 mt 2835 2953 L 1 sg 61 -17 -47 -21 2866 4409 3 MP PP c21 2866 4409 mt 2819 4388 L 2819 4388 mt 2880 4371 L 1 sg -46 -21 61 -17 2819 4388 3 MP PP c21 2819 4388 mt 2880 4371 L 2880 4371 mt 2834 4350 L 1 sg 61 -35 -47 -39 2862 4257 3 MP PP c21 2862 4257 mt 2815 4218 L 2815 4218 mt 2876 4183 L 1 sg -47 -61 61 -35 2815 4218 3 MP PP c21 2815 4218 mt 2876 4183 L c11 2876 4183 mt 2829 4122 L 1 sg 61 -38 -47 -137 2858 3829 3 MP PP c15 2858 3829 mt 2811 3692 L c18 2811 3692 mt 2872 3654 L 1 sg -47 -147 61 -38 2811 3692 3 MP PP c18 2811 3692 mt 2872 3654 L c19 2872 3654 mt 2825 3507 L 1 sg -47 -6 61 -21 2739 3220 3 MP PP c11 2739 3220 mt 2800 3199 L 2800 3199 mt 2753 3193 L 1 sg 61 -21 -47 -2 2786 3222 3 MP PP c8 2786 3222 mt 2739 3220 L c11 2739 3220 mt 2800 3199 L 1 sg -46 -8 61 -20 2753 3193 3 MP PP c11 2753 3193 mt 2814 3173 L 2814 3173 mt 2768 3165 L 1 sg 61 -20 -47 -6 2800 3199 3 MP PP c11 2800 3199 mt 2753 3193 L 2753 3193 mt 2814 3173 L 1 sg 60 -21 -46 -8 2814 3173 3 MP PP c11 2814 3173 mt 2768 3165 L 2768 3165 mt 2828 3144 L 1 sg -47 43 61 -19 2780 3180 3 MP PP c18 2780 3180 mt 2841 3161 L c19 2841 3161 mt 2794 3204 L 1 sg -46 -10 60 -21 2768 3165 3 MP PP c11 2768 3165 mt 2828 3144 L 2828 3144 mt 2782 3134 L 1 sg 61 -19 -47 47 2827 3133 3 MP PP c20 2827 3133 mt 2780 3180 L c18 2780 3180 mt 2841 3161 L 1 sg -47 38 61 -21 2794 3204 3 MP PP c17 2794 3204 mt 2855 3183 L 2855 3183 mt 2808 3221 L 1 sg 61 -21 -47 43 2841 3161 3 MP PP c19 2841 3161 mt 2794 3204 L c17 2794 3204 mt 2855 3183 L 1 sg 60 9 -46 -117 2853 3197 3 MP PP c30 2853 3197 mt 2807 3080 L c32 2807 3080 mt 2867 3089 L 1 sg -46 -89 60 9 2807 3080 3 MP PP c32 2807 3080 mt 2867 3089 L 2867 3089 mt 2821 3000 L 1 sg 61 -17 -47 -21 2852 4447 3 MP PP c21 2852 4447 mt 2805 4426 L 2805 4426 mt 2866 4409 L 1 sg -47 -21 61 -17 2805 4426 3 MP PP c21 2805 4426 mt 2866 4409 L 2866 4409 mt 2819 4388 L 1 sg 60 11 -46 -9 2849 2933 3 MP PP c33 2849 2933 mt 2803 2924 L 2803 2924 mt 2863 2935 L 1 sg 61 -25 -47 -27 2848 4309 3 MP PP c21 2848 4309 mt 2801 4282 L 2801 4282 mt 2862 4257 L 1 sg -47 -39 61 -25 2801 4282 3 MP PP c21 2801 4282 mt 2862 4257 L 2862 4257 mt 2815 4218 L 1 sg 61 -46 -46 -114 2843 3989 3 MP PP c12 2843 3989 mt 2797 3875 L c14 2797 3875 mt 2858 3829 L 1 sg -47 -137 61 -46 2797 3875 3 MP PP c14 2797 3875 mt 2858 3829 L c15 2858 3829 mt 2811 3692 L 1 sg -47 2 61 -22 2711 3264 3 MP PP c8 2711 3264 mt 2772 3242 L 2772 3242 mt 2725 3244 L 1 sg 61 -22 -47 5 2758 3259 3 MP PP c9 2758 3259 mt 2711 3264 L c8 2711 3264 mt 2772 3242 L 1 sg 61 -22 -47 2 2772 3242 3 MP PP c8 2772 3242 mt 2725 3244 L 2725 3244 mt 2786 3222 L 1 sg -46 6 60 -23 2758 3259 3 MP PP c9 2758 3259 mt 2818 3236 L 2818 3236 mt 2772 3242 L 1 sg -46 33 60 -22 2748 3243 3 MP PP c15 2748 3243 mt 2808 3221 L 2808 3221 mt 2762 3254 L 1 sg -47 -2 61 -22 2725 3244 3 MP PP c8 2725 3244 mt 2786 3222 L 2786 3222 mt 2739 3220 L 1 sg 60 -22 -46 39 2794 3204 3 MP PP c17 2794 3204 mt 2748 3243 L c15 2748 3243 mt 2808 3221 L 1 sg 60 -23 -46 11 2804 3248 3 MP PP c10 2804 3248 mt 2758 3259 L c9 2758 3259 mt 2818 3236 L 1 sg -46 11 60 -23 2744 3271 3 MP PP c10 2744 3271 mt 2804 3248 L 2804 3248 mt 2758 3259 L 1 sg -46 27 60 -23 2762 3254 3 MP PP c14 2762 3254 mt 2822 3231 L 2822 3231 mt 2776 3258 L 1 sg 60 -23 -46 33 2808 3221 3 MP PP c15 2808 3221 mt 2762 3254 L c14 2762 3254 mt 2822 3231 L 1 sg 60 -23 -46 15 2790 3256 3 MP PP c12 2790 3256 mt 2744 3271 L c10 2744 3271 mt 2804 3248 L 1 sg -47 21 61 -23 2776 3258 3 MP PP c13 2776 3258 mt 2837 3235 L 2837 3235 mt 2790 3256 L 1 sg 61 -23 -46 27 2822 3231 3 MP PP c14 2822 3231 mt 2776 3258 L c13 2776 3258 mt 2837 3235 L 1 sg 60 -1 -46 -141 2839 3339 3 MP PP c27 2839 3339 mt 2793 3198 L c30 2793 3198 mt 2853 3197 L 1 sg -47 -14 61 -19 2721 3153 3 MP PP c21 2721 3153 mt 2782 3134 L c11 2782 3134 mt 2735 3120 L 1 sg 61 -19 -47 -12 2768 3165 3 MP PP c11 2768 3165 mt 2721 3153 L c21 2721 3153 mt 2782 3134 L 1 sg -47 -16 61 -19 2735 3120 3 MP PP c21 2735 3120 mt 2796 3101 L 2796 3101 mt 2749 3085 L 1 sg 61 -19 -47 -14 2782 3134 3 MP PP c11 2782 3134 mt 2735 3120 L c21 2735 3120 mt 2796 3101 L 1 sg -47 51 61 -13 2752 3111 3 MP PP c23 2752 3111 mt 2813 3098 L 2813 3098 mt 2766 3149 L 1 sg 61 -13 -46 52 2798 3059 3 MP PP c25 2798 3059 mt 2752 3111 L c23 2752 3111 mt 2813 3098 L 1 sg -47 47 61 -16 2766 3149 3 MP PP c20 2766 3149 mt 2827 3133 L 2827 3133 mt 2780 3180 L 1 sg 61 -16 -47 51 2813 3098 3 MP PP c23 2813 3098 mt 2766 3149 L c20 2766 3149 mt 2827 3133 L 1 sg -46 -117 60 -1 2793 3198 3 MP PP c30 2793 3198 mt 2853 3197 L 2853 3197 mt 2807 3080 L 1 sg -47 13 61 14 2742 2910 3 MP PP c34 2742 2910 mt 2803 2924 L c33 2803 2924 mt 2756 2937 L 1 sg 61 14 -47 -8 2789 2918 3 MP PP c34 2789 2918 mt 2742 2910 L 2742 2910 mt 2803 2924 L 1 sg 61 9 -47 13 2803 2924 3 MP PP c33 2803 2924 mt 2756 2937 L c32 2756 2937 mt 2817 2946 L 1 sg -46 -9 60 15 2789 2918 3 MP PP c34 2789 2918 mt 2849 2933 L c33 2849 2933 mt 2803 2924 L 1 sg 60 15 -46 -35 2835 2953 3 MP PP c34 2835 2953 mt 2789 2918 L 2789 2918 mt 2849 2933 L 1 sg 61 -19 -47 -22 2834 4350 3 MP PP c21 2834 4350 mt 2787 4328 L 2787 4328 mt 2848 4309 L 1 sg -47 -27 61 -19 2787 4328 3 MP PP c21 2787 4328 mt 2848 4309 L 2848 4309 mt 2801 4282 L 1 sg 60 -49 -46 -84 2829 4122 3 MP PP c8 2829 4122 mt 2783 4038 L c10 2783 4038 mt 2843 3989 L 1 sg -46 -114 60 -49 2783 4038 3 MP PP c10 2783 4038 mt 2843 3989 L c12 2843 3989 mt 2797 3875 L 1 sg 60 -13 -46 -155 2825 3507 3 MP PP c23 2825 3507 mt 2779 3352 L c27 2779 3352 mt 2839 3339 L 1 sg -46 15 61 -23 2729 3279 3 MP PP c10 2729 3279 mt 2790 3256 L c12 2790 3256 mt 2744 3271 L 1 sg 61 -23 -47 21 2776 3258 3 MP PP c13 2776 3258 mt 2729 3279 L c10 2729 3279 mt 2790 3256 L 1 sg 60 -21 -46 -3 2725 3244 3 MP PP c8 2725 3244 mt 2679 3241 L c11 2679 3241 mt 2739 3220 L 1 sg -46 39 60 -21 2734 3225 3 MP PP c17 2734 3225 mt 2794 3204 L 2794 3204 mt 2748 3243 L 1 sg -46 -6 60 -21 2679 3241 3 MP PP c11 2679 3241 mt 2739 3220 L 2739 3220 mt 2693 3214 L 1 sg 60 -21 -46 -6 2739 3220 3 MP PP c11 2739 3220 mt 2693 3214 L 2693 3214 mt 2753 3193 L 1 sg 60 -21 -46 45 2780 3180 3 MP PP c18 2780 3180 mt 2734 3225 L c17 2734 3225 mt 2794 3204 L 1 sg -46 -141 60 -13 2779 3352 3 MP PP c27 2779 3352 mt 2839 3339 L 2839 3339 mt 2793 3198 L 1 sg -47 29 61 9 2756 2937 3 MP PP c32 2756 2937 mt 2817 2946 L c31 2817 2946 mt 2770 2975 L 1 sg 61 18 -47 -65 2821 3000 3 MP PP c33 2821 3000 mt 2774 2935 L /c35 { 0.250000 1.000000 0.750000 sr} bdef c35 2774 2935 mt 2835 2953 L 1 sg -46 -35 61 18 2774 2935 3 MP PP c35 2774 2935 mt 2835 2953 L c34 2835 2953 mt 2789 2918 L 1 sg 61 -16 -46 -22 2819 4388 3 MP PP c21 2819 4388 mt 2773 4366 L 2773 4366 mt 2834 4350 L 1 sg -47 -22 61 -16 2773 4366 3 MP PP c21 2773 4366 mt 2834 4350 L 2834 4350 mt 2787 4328 L 1 sg 60 -43 -46 -53 2815 4218 3 MP PP c21 2815 4218 mt 2769 4165 L c11 2769 4165 mt 2829 4122 L 1 sg -46 -84 60 -43 2769 4165 3 MP PP c11 2769 4165 mt 2829 4122 L c8 2829 4122 mt 2783 4038 L 1 sg 60 -29 -46 -156 2811 3692 3 MP PP c18 2811 3692 mt 2765 3536 L c23 2765 3536 mt 2825 3507 L 1 sg -46 -155 60 -29 2765 3536 3 MP PP c23 2765 3536 mt 2825 3507 L 2825 3507 mt 2779 3352 L 1 sg -46 45 60 3 2710 2972 3 MP PP c30 2710 2972 mt 2770 2975 L 2770 2975 mt 2724 3020 L 1 sg 60 -20 -46 -18 2749 3085 3 MP PP c21 2749 3085 mt 2703 3067 L 2703 3067 mt 2763 3047 L 1 sg -46 50 60 -3 2724 3020 3 MP PP c28 2724 3020 mt 2784 3017 L 2784 3017 mt 2738 3067 L 1 sg 60 -3 -46 45 2770 2975 3 MP PP c30 2770 2975 mt 2724 3020 L c28 2724 3020 mt 2784 3017 L 1 sg -46 -18 60 -19 2689 3104 3 MP PP c21 2689 3104 mt 2749 3085 L 2749 3085 mt 2703 3067 L 1 sg 60 -19 -46 -16 2735 3120 3 MP PP c21 2735 3120 mt 2689 3104 L 2689 3104 mt 2749 3085 L 1 sg -46 52 60 -8 2738 3067 3 MP PP c26 2738 3067 mt 2798 3059 L c25 2798 3059 mt 2752 3111 L 1 sg 60 -8 -46 50 2784 3017 3 MP PP c28 2784 3017 mt 2738 3067 L c26 2738 3067 mt 2798 3059 L 1 sg 61 16 -47 -96 2807 3080 3 MP PP c32 2807 3080 mt 2760 2984 L c34 2760 2984 mt 2821 3000 L 1 sg 60 3 -46 35 2756 2937 3 MP PP c32 2756 2937 mt 2710 2972 L c30 2710 2972 mt 2770 2975 L 1 sg -47 -65 61 16 2760 2984 3 MP PP c34 2760 2984 mt 2821 3000 L c33 2821 3000 mt 2774 2935 L 1 sg 60 -16 -46 -22 2805 4426 3 MP PP c21 2805 4426 mt 2759 4404 L 2759 4404 mt 2819 4388 L 1 sg -46 -22 60 -16 2759 4404 3 MP PP c21 2759 4404 mt 2819 4388 L 2819 4388 mt 2773 4366 L 1 sg 60 -32 -46 -32 2801 4282 3 MP PP c21 2801 4282 mt 2755 4250 L 2755 4250 mt 2815 4218 L 1 sg -46 -53 60 -32 2755 4250 3 MP PP c21 2755 4250 mt 2815 4218 L 2815 4218 mt 2769 4165 L 1 sg 61 -43 -47 -140 2797 3875 3 MP PP c14 2797 3875 mt 2750 3735 L c17 2750 3735 mt 2811 3692 L 1 sg -46 -156 61 -43 2750 3735 3 MP PP c17 2750 3735 mt 2811 3692 L c18 2811 3692 mt 2765 3536 L 1 sg 61 10 -47 -128 2793 3198 3 MP PP c30 2793 3198 mt 2746 3070 L c33 2746 3070 mt 2807 3080 L 1 sg -47 -96 61 10 2746 3070 3 MP PP c33 2746 3070 mt 2807 3080 L c32 2807 3080 mt 2760 2984 L 1 sg 60 -22 -46 -24 2787 4328 3 MP PP c21 2787 4328 mt 2741 4304 L 2741 4304 mt 2801 4282 L 1 sg -46 -32 60 -22 2741 4304 3 MP PP c21 2741 4304 mt 2801 4282 L 2801 4282 mt 2755 4250 L 1 sg 61 -53 -47 -110 2783 4038 3 MP PP c10 2783 4038 mt 2736 3928 L c13 2736 3928 mt 2797 3875 L 1 sg -47 -140 61 -53 2736 3928 3 MP PP c13 2736 3928 mt 2797 3875 L c14 2797 3875 mt 2750 3735 L 1 sg -46 1 60 -23 2651 3287 3 MP PP c8 2651 3287 mt 2711 3264 L 2711 3264 mt 2665 3265 L 1 sg 60 -23 -46 5 2697 3282 3 MP PP c9 2697 3282 mt 2651 3287 L c8 2651 3287 mt 2711 3264 L 1 sg 60 -21 -46 1 2711 3264 3 MP PP c8 2711 3264 mt 2665 3265 L 2665 3265 mt 2725 3244 L 1 sg -47 5 61 -23 2697 3282 3 MP PP c9 2697 3282 mt 2758 3259 L 2758 3259 mt 2711 3264 L 1 sg -47 34 61 -23 2687 3266 3 MP PP c15 2687 3266 mt 2748 3243 L 2748 3243 mt 2701 3277 L 1 sg -46 -3 60 -21 2665 3265 3 MP PP c8 2665 3265 mt 2725 3244 L 2725 3244 mt 2679 3241 L 1 sg 61 -23 -47 41 2734 3225 3 MP PP c17 2734 3225 mt 2687 3266 L c15 2687 3266 mt 2748 3243 L 1 sg -46 -8 60 -21 2693 3214 3 MP PP c11 2693 3214 mt 2753 3193 L 2753 3193 mt 2707 3185 L 1 sg 61 -23 -47 11 2744 3271 3 MP PP c10 2744 3271 mt 2697 3282 L c9 2697 3282 mt 2758 3259 L 1 sg -47 11 61 -24 2683 3295 3 MP PP c9 2683 3295 mt 2744 3271 L c10 2744 3271 mt 2697 3282 L 1 sg -47 27 61 -23 2701 3277 3 MP PP c14 2701 3277 mt 2762 3254 L 2762 3254 mt 2715 3281 L 1 sg 61 -23 -47 34 2748 3243 3 MP PP c15 2748 3243 mt 2701 3277 L c14 2701 3277 mt 2762 3254 L 1 sg 61 -24 -46 16 2729 3279 3 MP PP c10 2729 3279 mt 2683 3295 L c9 2683 3295 mt 2744 3271 L 1 sg -47 21 61 -23 2715 3281 3 MP PP c12 2715 3281 mt 2776 3258 L c13 2776 3258 mt 2729 3279 L 1 sg 61 -23 -47 27 2762 3254 3 MP PP c14 2762 3254 mt 2715 3281 L c12 2715 3281 mt 2776 3258 L 1 sg 61 -20 -46 -8 2753 3193 3 MP PP c11 2753 3193 mt 2707 3185 L 2707 3185 mt 2768 3165 L 1 sg -46 45 60 -19 2720 3199 3 MP PP c18 2720 3199 mt 2780 3180 L 2780 3180 mt 2734 3225 L 1 sg 61 -1 -47 -153 2779 3352 3 MP PP c27 2779 3352 mt 2732 3199 L c31 2732 3199 mt 2793 3198 L 1 sg -46 -14 61 -20 2660 3173 3 MP PP c21 2660 3173 mt 2721 3153 L 2721 3153 mt 2675 3139 L 1 sg 61 -20 -47 -12 2707 3185 3 MP PP c11 2707 3185 mt 2660 3173 L c21 2660 3173 mt 2721 3153 L 1 sg -46 -16 60 -19 2675 3139 3 MP PP c21 2675 3139 mt 2735 3120 L 2735 3120 mt 2689 3104 L 1 sg 60 -19 -46 -14 2721 3153 3 MP PP c21 2721 3153 mt 2675 3139 L 2675 3139 mt 2735 3120 L 1 sg -47 55 61 -13 2691 3124 3 MP PP c24 2691 3124 mt 2752 3111 L c23 2752 3111 mt 2705 3166 L 1 sg 61 -13 -47 57 2738 3067 3 MP PP c26 2738 3067 mt 2691 3124 L c24 2691 3124 mt 2752 3111 L 1 sg -47 -12 61 -20 2707 3185 3 MP PP c11 2707 3185 mt 2768 3165 L 2768 3165 mt 2721 3153 L 1 sg -46 50 61 -17 2705 3166 3 MP PP c20 2705 3166 mt 2766 3149 L 2766 3149 mt 2720 3199 L 1 sg 61 -17 -47 55 2752 3111 3 MP PP c23 2752 3111 mt 2705 3166 L c20 2705 3166 mt 2766 3149 L 1 sg 60 -19 -46 50 2766 3149 3 MP PP c20 2766 3149 mt 2720 3199 L c18 2720 3199 mt 2780 3180 L 1 sg -47 -128 61 -1 2732 3199 3 MP PP c31 2732 3199 mt 2793 3198 L c30 2793 3198 mt 2746 3070 L 1 sg -46 17 61 18 2681 2892 3 MP PP c35 2681 2892 mt 2742 2910 L c34 2742 2910 mt 2696 2927 L 1 sg 61 18 -47 -7 2728 2899 3 MP PP c35 2728 2899 mt 2681 2892 L 2681 2892 mt 2742 2910 L 1 sg 60 10 -46 17 2742 2910 3 MP PP c34 2742 2910 mt 2696 2927 L c33 2696 2927 mt 2756 2937 L 1 sg -47 -8 61 19 2728 2899 3 MP PP c35 2728 2899 mt 2789 2918 L c34 2789 2918 mt 2742 2910 L 1 sg 61 19 -46 -36 2774 2935 3 MP PP c35 2774 2935 mt 2728 2899 L 2728 2899 mt 2789 2918 L 1 sg 61 -17 -47 -21 2773 4366 3 MP PP c21 2773 4366 mt 2726 4345 L 2726 4345 mt 2787 4328 L 1 sg -46 -24 61 -17 2726 4345 3 MP PP c21 2726 4345 mt 2787 4328 L 2787 4328 mt 2741 4304 L 1 sg 61 -53 -47 -74 2769 4165 3 MP PP c11 2769 4165 mt 2722 4091 L c9 2722 4091 mt 2783 4038 L 1 sg -47 -110 61 -53 2722 4091 3 MP PP c9 2722 4091 mt 2783 4038 L c10 2783 4038 mt 2736 3928 L 1 sg 61 -17 -47 -167 2765 3536 3 MP PP c23 2765 3536 mt 2718 3369 L c27 2718 3369 mt 2779 3352 L 1 sg -46 16 60 -24 2669 3303 3 MP PP c10 2669 3303 mt 2729 3279 L 2729 3279 mt 2683 3295 L 1 sg 60 -24 -46 22 2715 3281 3 MP PP c12 2715 3281 mt 2669 3303 L c10 2669 3303 mt 2729 3279 L 1 sg 61 -21 -47 -3 2665 3265 3 MP PP c8 2665 3265 mt 2618 3262 L c11 2618 3262 mt 2679 3241 L 1 sg -47 41 61 -22 2673 3247 3 MP PP c16 2673 3247 mt 2734 3225 L c17 2734 3225 mt 2687 3266 L 1 sg 61 -22 -47 48 2720 3199 3 MP PP c18 2720 3199 mt 2673 3247 L c16 2673 3247 mt 2734 3225 L 1 sg -47 -153 61 -17 2718 3369 3 MP PP c27 2718 3369 mt 2779 3352 L 2779 3352 mt 2732 3199 L 1 sg -46 35 60 10 2696 2927 3 MP PP c33 2696 2927 mt 2756 2937 L c32 2756 2937 mt 2710 2972 L 1 sg 60 21 -46 -70 2760 2984 3 MP PP c34 2760 2984 mt 2714 2914 L /c36 { 0.312500 1.000000 0.687500 sr} bdef c36 2714 2914 mt 2774 2935 L 1 sg -46 -36 60 21 2714 2914 3 MP PP c36 2714 2914 mt 2774 2935 L c35 2774 2935 mt 2728 2899 L 1 sg 61 -17 -47 -21 2759 4404 3 MP PP c21 2759 4404 mt 2712 4383 L 2712 4383 mt 2773 4366 L 1 sg -47 -21 61 -17 2712 4383 3 MP PP c21 2712 4383 mt 2773 4366 L 2773 4366 mt 2726 4345 L 1 sg 61 -42 -47 -43 2755 4250 3 MP PP c21 2755 4250 mt 2708 4207 L c11 2708 4207 mt 2769 4165 L 1 sg -47 -74 61 -42 2708 4207 3 MP PP c11 2708 4207 mt 2769 4165 L 2769 4165 mt 2722 4091 L 1 sg 61 -35 -46 -164 2750 3735 3 MP PP c17 2750 3735 mt 2704 3571 L c22 2704 3571 mt 2765 3536 L 1 sg -47 -167 61 -35 2704 3571 3 MP PP c22 2704 3571 mt 2765 3536 L c23 2765 3536 mt 2718 3369 L 1 sg -47 50 61 5 2649 2967 3 MP PP c31 2649 2967 mt 2710 2972 L c30 2710 2972 mt 2663 3022 L 1 sg 61 5 -47 40 2696 2927 3 MP PP c33 2696 2927 mt 2649 2967 L c31 2649 2967 mt 2710 2972 L 1 sg 61 -2 -47 50 2710 2972 3 MP PP c30 2710 2972 mt 2663 3022 L c28 2663 3022 mt 2724 3020 L 1 sg 60 20 -46 -106 2746 3070 3 MP PP c33 2746 3070 mt 2700 2964 L c35 2700 2964 mt 2760 2984 L 1 sg -46 -70 60 20 2700 2964 3 MP PP c35 2700 2964 mt 2760 2984 L c34 2760 2984 mt 2714 2914 L 1 sg 61 -28 -47 -26 2741 4304 3 MP PP c21 2741 4304 mt 2694 4278 L 2694 4278 mt 2755 4250 L 1 sg -47 -43 61 -28 2694 4278 3 MP PP c21 2694 4278 mt 2755 4250 L 2755 4250 mt 2708 4207 L 1 sg 60 -51 -46 -142 2736 3928 3 MP PP c13 2736 3928 mt 2690 3786 L c17 2690 3786 mt 2750 3735 L 1 sg -46 -164 60 -51 2690 3786 3 MP PP c17 2690 3786 mt 2750 3735 L 2750 3735 mt 2704 3571 L 1 sg 61 -19 -47 -18 2689 3104 3 MP PP c21 2689 3104 mt 2642 3086 L 2642 3086 mt 2703 3067 L 1 sg -47 56 61 -2 2663 3022 3 MP PP c28 2663 3022 mt 2724 3020 L 2724 3020 mt 2677 3076 L 1 sg -47 -18 61 -19 2628 3123 3 MP PP c21 2628 3123 mt 2689 3104 L 2689 3104 mt 2642 3086 L 1 sg 61 -19 -47 -16 2675 3139 3 MP PP c21 2675 3139 mt 2628 3123 L 2628 3123 mt 2689 3104 L 1 sg -47 57 61 -9 2677 3076 3 MP PP c26 2677 3076 mt 2738 3067 L 2738 3067 mt 2691 3124 L 1 sg 61 -9 -47 56 2724 3020 3 MP PP c28 2724 3020 mt 2677 3076 L c26 2677 3076 mt 2738 3067 L 1 sg 60 12 -46 -141 2732 3199 3 MP PP c31 2732 3199 mt 2686 3058 L c34 2686 3058 mt 2746 3070 L 1 sg -46 -106 60 12 2686 3058 3 MP PP c34 2686 3058 mt 2746 3070 L c33 2746 3070 mt 2700 2964 L 1 sg 61 -19 -46 -22 2726 4345 3 MP PP c21 2726 4345 mt 2680 4323 L 2680 4323 mt 2741 4304 L 1 sg -47 -26 61 -19 2680 4323 3 MP PP c21 2680 4323 mt 2741 4304 L 2741 4304 mt 2694 4278 L 1 sg 60 -59 -46 -104 2722 4091 3 MP PP c9 2722 4091 mt 2676 3987 L c12 2676 3987 mt 2736 3928 L 1 sg -46 -142 60 -59 2676 3987 3 MP PP c12 2676 3987 mt 2736 3928 L c13 2736 3928 mt 2690 3786 L 1 sg -47 -9 61 -20 2632 3234 3 MP PP c11 2632 3234 mt 2693 3214 L 2693 3214 mt 2646 3205 L 1 sg 61 -20 -47 -7 2679 3241 3 MP PP c11 2679 3241 mt 2632 3234 L 2632 3234 mt 2693 3214 L 1 sg -46 5 61 -23 2636 3305 3 MP PP c9 2636 3305 mt 2697 3282 L 2697 3282 mt 2651 3287 L 1 sg 61 -23 -47 10 2683 3295 3 MP PP c9 2683 3295 mt 2636 3305 L 2636 3305 mt 2697 3282 L 1 sg -47 10 61 -24 2622 3319 3 MP PP c9 2622 3319 mt 2683 3295 L 2683 3295 mt 2636 3305 L 1 sg -46 29 60 -25 2641 3302 3 MP PP c13 2641 3302 mt 2701 3277 L c14 2701 3277 mt 2655 3306 L 1 sg 60 -25 -46 36 2687 3266 3 MP PP c15 2687 3266 mt 2641 3302 L c13 2641 3302 mt 2701 3277 L 1 sg 60 -20 -46 -12 2646 3205 3 MP PP c11 2646 3205 mt 2600 3193 L c21 2600 3193 mt 2660 3173 L 1 sg -47 -12 61 -20 2646 3205 3 MP PP c11 2646 3205 mt 2707 3185 L 2707 3185 mt 2660 3173 L 1 sg 61 -20 -47 -9 2693 3214 3 MP PP c11 2693 3214 mt 2646 3205 L 2646 3205 mt 2707 3185 L 1 sg -46 54 60 -17 2645 3183 3 MP PP c20 2645 3183 mt 2705 3166 L 2705 3166 mt 2659 3220 L 1 sg 61 -24 -47 16 2669 3303 3 MP PP c10 2669 3303 mt 2622 3319 L c9 2622 3319 mt 2683 3295 L 1 sg -46 22 60 -25 2655 3306 3 MP PP c12 2655 3306 mt 2715 3281 L 2715 3281 mt 2669 3303 L 1 sg 60 -25 -46 29 2701 3277 3 MP PP c14 2701 3277 mt 2655 3306 L c12 2655 3306 mt 2715 3281 L 1 sg -47 -7 61 -21 2618 3262 3 MP PP c11 2618 3262 mt 2679 3241 L 2679 3241 mt 2632 3234 L 1 sg -47 48 61 -21 2659 3220 3 MP PP c18 2659 3220 mt 2720 3199 L 2720 3199 mt 2673 3247 L 1 sg 61 -21 -46 54 2705 3166 3 MP PP c20 2705 3166 mt 2659 3220 L c18 2659 3220 mt 2720 3199 L 1 sg 60 -1 -46 -169 2718 3369 3 MP PP c27 2718 3369 mt 2672 3200 L c31 2672 3200 mt 2732 3199 L 1 sg -46 -14 60 -20 2600 3193 3 MP PP c21 2600 3193 mt 2660 3173 L 2660 3173 mt 2614 3159 L 1 sg -47 -16 61 -20 2614 3159 3 MP PP c21 2614 3159 mt 2675 3139 L 2675 3139 mt 2628 3123 L 1 sg 61 -20 -46 -14 2660 3173 3 MP PP c21 2660 3173 mt 2614 3159 L 2614 3159 mt 2675 3139 L 1 sg -46 59 60 -14 2631 3138 3 MP PP c24 2631 3138 mt 2691 3124 L 2691 3124 mt 2645 3183 L 1 sg 60 -14 -46 62 2677 3076 3 MP PP c26 2677 3076 mt 2631 3138 L c24 2631 3138 mt 2691 3124 L 1 sg 60 -17 -46 59 2691 3124 3 MP PP c24 2691 3124 mt 2645 3183 L c20 2645 3183 mt 2705 3166 L 1 sg -46 -141 60 -1 2672 3200 3 MP PP c31 2672 3200 mt 2732 3199 L 2732 3199 mt 2686 3058 L 1 sg -47 -7 61 23 2667 2876 3 MP PP c36 2667 2876 mt 2728 2899 L c35 2728 2899 mt 2681 2892 L 1 sg 61 23 -47 -38 2714 2914 3 MP PP c36 2714 2914 mt 2667 2876 L 2667 2876 mt 2728 2899 L 1 sg 60 -17 -46 -21 2712 4383 3 MP PP c21 2712 4383 mt 2666 4362 L 2666 4362 mt 2726 4345 L 1 sg -46 -22 60 -17 2666 4362 3 MP PP c21 2666 4362 mt 2726 4345 L 2726 4345 mt 2680 4323 L 1 sg 60 -53 -46 -63 2708 4207 3 MP PP c11 2708 4207 mt 2662 4144 L c8 2662 4144 mt 2722 4091 L 1 sg -46 -104 60 -53 2662 4144 3 MP PP c8 2662 4144 mt 2722 4091 L c9 2722 4091 mt 2676 3987 L 1 sg 61 -20 -47 -182 2704 3571 3 MP PP c22 2704 3571 mt 2657 3389 L c27 2657 3389 mt 2718 3369 L 1 sg -47 16 61 -24 2608 3327 3 MP PP c10 2608 3327 mt 2669 3303 L 2669 3303 mt 2622 3319 L 1 sg 61 -24 -47 21 2655 3306 3 MP PP c12 2655 3306 mt 2608 3327 L c10 2608 3327 mt 2669 3303 L 1 sg 60 -21 -46 -4 2604 3287 3 MP PP c11 2604 3287 mt 2558 3283 L 2558 3283 mt 2618 3262 L 1 sg -47 0 61 -22 2590 3309 3 MP PP c8 2590 3309 mt 2651 3287 L 2651 3287 mt 2604 3287 L 1 sg -47 -3 61 -22 2604 3287 3 MP PP c11 2604 3287 mt 2665 3265 L c8 2665 3265 mt 2618 3262 L 1 sg 61 -22 -47 0 2651 3287 3 MP PP c8 2651 3287 mt 2604 3287 L c11 2604 3287 mt 2665 3265 L 1 sg -46 43 61 -23 2612 3270 3 MP PP c16 2612 3270 mt 2673 3247 L 2673 3247 mt 2627 3290 L 1 sg 61 -23 -47 50 2659 3220 3 MP PP c18 2659 3220 mt 2612 3270 L c16 2612 3270 mt 2673 3247 L 1 sg 61 -22 -46 4 2636 3305 3 MP PP c9 2636 3305 mt 2590 3309 L c8 2590 3309 mt 2651 3287 L 1 sg -46 36 60 -24 2627 3290 3 MP PP c15 2627 3290 mt 2687 3266 L 2687 3266 mt 2641 3302 L 1 sg 60 -24 -46 43 2673 3247 3 MP PP c16 2673 3247 mt 2627 3290 L c15 2627 3290 mt 2687 3266 L 1 sg -46 -169 61 -20 2657 3389 3 MP PP c27 2657 3389 mt 2718 3369 L 2718 3369 mt 2672 3200 L 1 sg -46 22 60 21 2621 2871 3 MP PP c36 2621 2871 mt 2681 2892 L c35 2681 2892 mt 2635 2914 L 1 sg -47 40 61 13 2635 2914 3 MP PP c33 2635 2914 mt 2696 2927 L 2696 2927 mt 2649 2967 L 1 sg 61 13 -46 22 2681 2892 3 MP PP c35 2681 2892 mt 2635 2914 L c33 2635 2914 mt 2696 2927 L 1 sg 61 26 -47 -76 2700 2964 3 MP PP c35 2700 2964 mt 2653 2888 L /c37 { 0.375000 1.000000 0.625000 sr} bdef c37 2653 2888 mt 2714 2914 L 1 sg 60 21 -46 -5 2667 2876 3 MP PP c36 2667 2876 mt 2621 2871 L 2621 2871 mt 2681 2892 L 1 sg -47 -38 61 26 2653 2888 3 MP PP c37 2653 2888 mt 2714 2914 L c36 2714 2914 mt 2667 2876 L 1 sg 60 -37 -46 -34 2694 4278 3 MP PP c21 2694 4278 mt 2648 4244 L 2648 4244 mt 2708 4207 L 1 sg -46 -63 60 -37 2648 4244 3 MP PP c21 2648 4244 mt 2708 4207 L c11 2708 4207 mt 2662 4144 L 1 sg 61 -43 -47 -172 2690 3786 3 MP PP c17 2690 3786 mt 2643 3614 L c22 2643 3614 mt 2704 3571 L 1 sg -47 -182 61 -43 2643 3614 3 MP PP c22 2643 3614 mt 2704 3571 L 2704 3571 mt 2657 3389 L 1 sg 61 7 -47 46 2635 2914 3 MP PP c33 2635 2914 mt 2588 2960 L c32 2588 2960 mt 2649 2967 L 1 sg 61 24 -47 -118 2686 3058 3 MP PP c34 2686 3058 mt 2639 2940 L c36 2639 2940 mt 2700 2964 L 1 sg -47 -76 61 24 2639 2940 3 MP PP c36 2639 2940 mt 2700 2964 L c35 2700 2964 mt 2653 2888 L 1 sg 61 -22 -47 -23 2680 4323 3 MP PP c21 2680 4323 mt 2633 4300 L 2633 4300 mt 2694 4278 L 1 sg -46 -34 61 -22 2633 4300 3 MP PP c21 2633 4300 mt 2694 4278 L 2694 4278 mt 2648 4244 L 1 sg 61 -61 -47 -140 2676 3987 3 MP PP c12 2676 3987 mt 2629 3847 L c15 2629 3847 mt 2690 3786 L 1 sg -47 -172 61 -61 2629 3847 3 MP PP c15 2629 3847 mt 2690 3786 L c17 2690 3786 mt 2643 3614 L 1 sg 60 -19 -46 -18 2628 3123 3 MP PP c21 2628 3123 mt 2582 3105 L 2582 3105 mt 2642 3086 L 1 sg -46 62 60 -2 2603 3024 3 MP PP c29 2603 3024 mt 2663 3022 L c28 2663 3022 mt 2617 3084 L 1 sg -46 -18 61 -19 2567 3142 3 MP PP c21 2567 3142 mt 2628 3123 L 2628 3123 mt 2582 3105 L 1 sg 61 -19 -47 -17 2614 3159 3 MP PP c21 2614 3159 mt 2567 3142 L 2567 3142 mt 2628 3123 L 1 sg -46 62 60 -8 2617 3084 3 MP PP c26 2617 3084 mt 2677 3076 L 2677 3076 mt 2631 3138 L 1 sg 60 -8 -46 62 2663 3022 3 MP PP c28 2663 3022 mt 2617 3084 L c26 2617 3084 mt 2677 3076 L 1 sg 61 15 -47 -157 2672 3200 3 MP PP c31 2672 3200 mt 2625 3043 L c35 2625 3043 mt 2686 3058 L 1 sg -46 57 61 7 2588 2960 3 MP PP c32 2588 2960 mt 2649 2967 L c31 2649 2967 mt 2603 3024 L 1 sg 60 -2 -46 57 2649 2967 3 MP PP c31 2649 2967 mt 2603 3024 L c29 2603 3024 mt 2663 3022 L 1 sg -47 -118 61 15 2625 3043 3 MP PP c35 2625 3043 mt 2686 3058 L c34 2686 3058 mt 2639 2940 L 1 sg 61 -17 -47 -22 2666 4362 3 MP PP c21 2666 4362 mt 2619 4340 L 2619 4340 mt 2680 4323 L 1 sg -47 -23 61 -17 2619 4340 3 MP PP c21 2619 4340 mt 2680 4323 L 2680 4323 mt 2633 4300 L 1 sg 61 -65 -47 -92 2662 4144 3 MP PP c8 2662 4144 mt 2615 4052 L c10 2615 4052 mt 2676 3987 L 1 sg -47 -140 61 -65 2615 4052 3 MP PP c10 2615 4052 mt 2676 3987 L c12 2676 3987 mt 2629 3847 L 1 sg -46 -9 60 -21 2572 3255 3 MP PP c11 2572 3255 mt 2632 3234 L 2632 3234 mt 2586 3225 L 1 sg 60 -21 -46 -7 2618 3262 3 MP PP c11 2618 3262 mt 2572 3255 L 2572 3255 mt 2632 3234 L 1 sg -46 4 60 -23 2576 3328 3 MP PP c8 2576 3328 mt 2636 3305 L c9 2636 3305 mt 2590 3309 L 1 sg 60 -23 -46 9 2622 3319 3 MP PP c9 2622 3319 mt 2576 3328 L c8 2576 3328 mt 2636 3305 L 1 sg -46 9 60 -24 2562 3343 3 MP PP c9 2562 3343 mt 2622 3319 L 2622 3319 mt 2576 3328 L 1 sg 60 -24 -46 16 2608 3327 3 MP PP c10 2608 3327 mt 2562 3343 L c9 2562 3343 mt 2622 3319 L 1 sg -47 29 61 -25 2580 3327 3 MP PP c13 2580 3327 mt 2641 3302 L 2641 3302 mt 2594 3331 L 1 sg 61 -25 -47 37 2627 3290 3 MP PP c15 2627 3290 mt 2580 3327 L c13 2580 3327 mt 2641 3302 L 1 sg 61 -19 -47 -13 2586 3225 3 MP PP c21 2586 3225 mt 2539 3212 L 2539 3212 mt 2600 3193 L 1 sg -46 -12 60 -20 2586 3225 3 MP PP c21 2586 3225 mt 2646 3205 L c11 2646 3205 mt 2600 3193 L 1 sg 60 -20 -46 -9 2632 3234 3 MP PP c11 2632 3234 mt 2586 3225 L c21 2586 3225 mt 2646 3205 L 1 sg -47 58 61 -19 2584 3202 3 MP PP c20 2584 3202 mt 2645 3183 L 2645 3183 mt 2598 3241 L 1 sg -47 21 61 -25 2594 3331 3 MP PP c12 2594 3331 mt 2655 3306 L 2655 3306 mt 2608 3327 L 1 sg 61 -25 -47 29 2641 3302 3 MP PP c13 2641 3302 mt 2594 3331 L c12 2594 3331 mt 2655 3306 L 1 sg -46 -7 60 -21 2558 3283 3 MP PP c11 2558 3283 mt 2618 3262 L 2618 3262 mt 2572 3255 L 1 sg -47 50 61 -21 2598 3241 3 MP PP c18 2598 3241 mt 2659 3220 L 2659 3220 mt 2612 3270 L 1 sg 61 -21 -47 58 2645 3183 3 MP PP c20 2645 3183 mt 2598 3241 L c18 2598 3241 mt 2659 3220 L 1 sg 61 -2 -46 -187 2657 3389 3 MP PP c27 2657 3389 mt 2611 3202 L c31 2611 3202 mt 2672 3200 L 1 sg -47 -15 61 -19 2539 3212 3 MP PP c21 2539 3212 mt 2600 3193 L 2600 3193 mt 2553 3178 L 1 sg -47 -17 61 -19 2553 3178 3 MP PP c21 2553 3178 mt 2614 3159 L 2614 3159 mt 2567 3142 L 1 sg 61 -19 -47 -15 2600 3193 3 MP PP c21 2600 3193 mt 2553 3178 L 2553 3178 mt 2614 3159 L 1 sg -47 64 61 -15 2570 3153 3 MP PP c24 2570 3153 mt 2631 3138 L 2631 3138 mt 2584 3202 L 1 sg 61 -15 -47 69 2617 3084 3 MP PP c26 2617 3084 mt 2570 3153 L c24 2570 3153 mt 2631 3138 L 1 sg 61 -19 -47 64 2631 3138 3 MP PP c24 2631 3138 mt 2584 3202 L c20 2584 3202 mt 2645 3183 L 1 sg -47 -157 61 -2 2611 3202 3 MP PP c31 2611 3202 mt 2672 3200 L 2672 3200 mt 2625 3043 L 1 sg -46 -5 60 28 2607 2848 3 MP PP c37 2607 2848 mt 2667 2876 L c36 2667 2876 mt 2621 2871 L 1 sg 60 28 -46 -40 2653 2888 3 MP PP c37 2653 2888 mt 2607 2848 L 2607 2848 mt 2667 2876 L 1 sg 61 -52 -47 -48 2648 4244 3 MP PP c21 2648 4244 mt 2601 4196 L c11 2601 4196 mt 2662 4144 L 1 sg -47 -92 61 -52 2601 4196 3 MP PP c11 2601 4196 mt 2662 4144 L c8 2662 4144 mt 2615 4052 L 1 sg 60 -28 -46 -197 2643 3614 3 MP PP c22 2643 3614 mt 2597 3417 L c26 2597 3417 mt 2657 3389 L 1 sg -46 16 60 -25 2548 3352 3 MP PP c10 2548 3352 mt 2608 3327 L 2608 3327 mt 2562 3343 L 1 sg 60 -25 -46 21 2594 3331 3 MP PP c12 2594 3331 mt 2548 3352 L c10 2548 3352 mt 2608 3327 L 1 sg -47 0 61 -23 2529 3332 3 MP PP c8 2529 3332 mt 2590 3309 L 2590 3309 mt 2543 3309 L 1 sg -46 -4 61 -22 2543 3309 3 MP PP c11 2543 3309 mt 2604 3287 L 2604 3287 mt 2558 3283 L 1 sg 61 -22 -47 0 2590 3309 3 MP PP c8 2590 3309 mt 2543 3309 L c11 2543 3309 mt 2604 3287 L 1 sg -46 45 60 -25 2552 3295 3 MP PP c16 2552 3295 mt 2612 3270 L 2612 3270 mt 2566 3315 L 1 sg 60 -25 -46 54 2598 3241 3 MP PP c18 2598 3241 mt 2552 3295 L c16 2552 3295 mt 2612 3270 L 1 sg 61 -23 -47 4 2576 3328 3 MP PP c8 2576 3328 mt 2529 3332 L 2529 3332 mt 2590 3309 L 1 sg -47 37 61 -25 2566 3315 3 MP PP c14 2566 3315 mt 2627 3290 L c15 2627 3290 mt 2580 3327 L 1 sg 61 -25 -46 45 2612 3270 3 MP PP c16 2612 3270 mt 2566 3315 L c14 2566 3315 mt 2627 3290 L 1 sg -46 -187 60 -28 2597 3417 3 MP PP c26 2597 3417 mt 2657 3389 L c27 2657 3389 mt 2611 3202 L 1 sg -47 27 61 25 2560 2846 3 MP PP c37 2560 2846 mt 2621 2871 L c36 2621 2871 mt 2574 2898 L 1 sg 61 25 -47 -2 2607 2848 3 MP PP c37 2607 2848 mt 2560 2846 L 2560 2846 mt 2621 2871 L 1 sg -47 46 61 16 2574 2898 3 MP PP c34 2574 2898 mt 2635 2914 L c33 2635 2914 mt 2588 2960 L 1 sg 61 16 -47 27 2621 2871 3 MP PP c36 2621 2871 mt 2574 2898 L c34 2574 2898 mt 2635 2914 L 1 sg 60 31 -46 -83 2639 2940 3 MP PP c36 2639 2940 mt 2593 2857 L /c38 { 0.437500 1.000000 0.562500 sr} bdef c38 2593 2857 mt 2653 2888 L 1 sg -46 -40 60 31 2593 2857 3 MP PP c38 2593 2857 mt 2653 2888 L c37 2653 2888 mt 2607 2848 L 1 sg 61 -30 -46 -26 2633 4300 3 MP PP c21 2633 4300 mt 2587 4274 L 2587 4274 mt 2648 4244 L 1 sg -47 -48 61 -30 2587 4274 3 MP PP c21 2587 4274 mt 2648 4244 L 2648 4244 mt 2601 4196 L 1 sg 60 -54 -46 -179 2629 3847 3 MP PP c15 2629 3847 mt 2583 3668 L c20 2583 3668 mt 2643 3614 L 1 sg -46 -197 60 -54 2583 3668 3 MP PP c20 2583 3668 mt 2643 3614 L c22 2643 3614 mt 2597 3417 L 1 sg 60 28 -46 -131 2625 3043 3 MP PP c35 2625 3043 mt 2579 2912 L c38 2579 2912 mt 2639 2940 L 1 sg -46 -83 60 28 2579 2912 3 MP PP c38 2579 2912 mt 2639 2940 L c36 2639 2940 mt 2593 2857 L 1 sg 60 -19 -46 -21 2619 4340 3 MP PP c21 2619 4340 mt 2573 4319 L 2573 4319 mt 2633 4300 L 1 sg -46 -26 60 -19 2573 4319 3 MP PP c21 2573 4319 mt 2633 4300 L 2633 4300 mt 2587 4274 L 1 sg 60 -72 -46 -133 2615 4052 3 MP PP c10 2615 4052 mt 2569 3919 L c14 2569 3919 mt 2629 3847 L 1 sg -46 -179 60 -72 2569 3919 3 MP PP c14 2569 3919 mt 2629 3847 L c15 2629 3847 mt 2583 3668 L 1 sg -47 69 61 -1 2542 3025 3 MP PP c29 2542 3025 mt 2603 3024 L 2603 3024 mt 2556 3093 L 1 sg 61 -19 -46 -18 2567 3142 3 MP PP c21 2567 3142 mt 2521 3124 L 2521 3124 mt 2582 3105 L 1 sg -47 69 61 -9 2556 3093 3 MP PP c26 2556 3093 mt 2617 3084 L 2617 3084 mt 2570 3153 L 1 sg 61 -9 -47 69 2603 3024 3 MP PP c29 2603 3024 mt 2556 3093 L c26 2556 3093 mt 2617 3084 L 1 sg 61 17 -47 -176 2611 3202 3 MP PP c31 2611 3202 mt 2564 3026 L c36 2564 3026 mt 2625 3043 L 1 sg -46 65 60 8 2528 2952 3 MP PP c32 2528 2952 mt 2588 2960 L 2588 2960 mt 2542 3025 L 1 sg 60 8 -46 54 2574 2898 3 MP PP c34 2574 2898 mt 2528 2952 L c32 2528 2952 mt 2588 2960 L 1 sg 61 -1 -46 65 2588 2960 3 MP PP c32 2588 2960 mt 2542 3025 L c29 2542 3025 mt 2603 3024 L 1 sg -46 -131 61 17 2564 3026 3 MP PP c36 2564 3026 mt 2625 3043 L c35 2625 3043 mt 2579 2912 L 1 sg 60 -69 -46 -75 2601 4196 3 MP PP c11 2601 4196 mt 2555 4121 L c8 2555 4121 mt 2615 4052 L 1 sg -46 -133 60 -69 2555 4121 3 MP PP c8 2555 4121 mt 2615 4052 L c10 2615 4052 mt 2569 3919 L 1 sg -47 -10 61 -20 2511 3275 3 MP PP c11 2511 3275 mt 2572 3255 L 2572 3255 mt 2525 3245 L 1 sg 61 -20 -47 -8 2558 3283 3 MP PP c11 2558 3283 mt 2511 3275 L 2511 3275 mt 2572 3255 L 1 sg -47 9 61 -24 2501 3367 3 MP PP c9 2501 3367 mt 2562 3343 L 2562 3343 mt 2515 3352 L 1 sg 61 -24 -47 15 2548 3352 3 MP PP c10 2548 3352 mt 2501 3367 L c9 2501 3367 mt 2562 3343 L 1 sg 61 -24 -47 9 2562 3343 3 MP PP c9 2562 3343 mt 2515 3352 L c8 2515 3352 mt 2576 3328 L 1 sg -46 29 61 -26 2519 3353 3 MP PP c13 2519 3353 mt 2580 3327 L 2580 3327 mt 2534 3356 L 1 sg -47 4 61 -24 2515 3352 3 MP PP c8 2515 3352 mt 2576 3328 L 2576 3328 mt 2529 3332 L 1 sg 61 -26 -47 38 2566 3315 3 MP PP c14 2566 3315 mt 2519 3353 L c13 2519 3353 mt 2580 3327 L 1 sg 60 -20 -46 -13 2525 3245 3 MP PP c21 2525 3245 mt 2479 3232 L 2479 3232 mt 2539 3212 L 1 sg -47 -13 61 -20 2525 3245 3 MP PP c21 2525 3245 mt 2586 3225 L 2586 3225 mt 2539 3212 L 1 sg 61 -20 -47 -10 2572 3255 3 MP PP c11 2572 3255 mt 2525 3245 L c21 2525 3245 mt 2586 3225 L 1 sg -46 62 60 -20 2524 3222 3 MP PP c20 2524 3222 mt 2584 3202 L 2584 3202 mt 2538 3264 L 1 sg -46 -15 60 -20 2479 3232 3 MP PP c21 2479 3232 mt 2539 3212 L 2539 3212 mt 2493 3197 L 1 sg -46 -17 60 -19 2493 3197 3 MP PP c21 2493 3197 mt 2553 3178 L 2553 3178 mt 2507 3161 L 1 sg 60 -19 -46 -15 2539 3212 3 MP PP c21 2539 3212 mt 2493 3197 L 2493 3197 mt 2553 3178 L 1 sg 60 -19 -46 -17 2553 3178 3 MP PP c21 2553 3178 mt 2507 3161 L 2507 3161 mt 2567 3142 L 1 sg 60 -20 -46 69 2570 3153 3 MP PP c24 2570 3153 mt 2524 3222 L c20 2524 3222 mt 2584 3202 L 1 sg -46 21 60 -25 2534 3356 3 MP PP c12 2534 3356 mt 2594 3331 L 2594 3331 mt 2548 3352 L 1 sg 60 -25 -46 29 2580 3327 3 MP PP c13 2580 3327 mt 2534 3356 L c12 2534 3356 mt 2594 3331 L 1 sg -47 -8 61 -21 2497 3304 3 MP PP c11 2497 3304 mt 2558 3283 L 2558 3283 mt 2511 3275 L 1 sg 61 -21 -46 -5 2543 3309 3 MP PP c11 2543 3309 mt 2497 3304 L 2497 3304 mt 2558 3283 L 1 sg -46 54 60 -23 2538 3264 3 MP PP c18 2538 3264 mt 2598 3241 L 2598 3241 mt 2552 3295 L 1 sg 60 -23 -46 62 2584 3202 3 MP PP c20 2584 3202 mt 2538 3264 L c18 2538 3264 mt 2598 3241 L 1 sg 61 -6 -47 -209 2597 3417 3 MP PP c26 2597 3417 mt 2550 3208 L c32 2550 3208 mt 2611 3202 L 1 sg -46 -18 60 -19 2507 3161 3 MP PP c21 2507 3161 mt 2567 3142 L 2567 3142 mt 2521 3124 L 1 sg -46 69 60 -15 2510 3168 3 MP PP c24 2510 3168 mt 2570 3153 L 2570 3153 mt 2524 3222 L 1 sg 60 -15 -46 75 2556 3093 3 MP PP c26 2556 3093 mt 2510 3168 L c24 2510 3168 mt 2570 3153 L 1 sg -47 -176 61 -6 2550 3208 3 MP PP c32 2550 3208 mt 2611 3202 L c31 2611 3202 mt 2564 3026 L 1 sg -47 -2 61 34 2546 2814 3 MP PP /c39 { 0.500000 1.000000 0.500000 sr} bdef c39 2546 2814 mt 2607 2848 L c37 2607 2848 mt 2560 2846 L 1 sg 61 34 -47 -43 2593 2857 3 MP PP c38 2593 2857 mt 2546 2814 L c39 2546 2814 mt 2607 2848 L 1 sg 61 -44 -47 -34 2587 4274 3 MP PP c21 2587 4274 mt 2540 4240 L 2540 4240 mt 2601 4196 L 1 sg -46 -75 61 -44 2540 4240 3 MP PP c21 2540 4240 mt 2601 4196 L c11 2601 4196 mt 2555 4121 L 1 sg 61 -37 -47 -214 2583 3668 3 MP PP c20 2583 3668 mt 2536 3454 L c26 2536 3454 mt 2597 3417 L 1 sg -47 15 61 -26 2487 3378 3 MP PP c10 2487 3378 mt 2548 3352 L 2548 3352 mt 2501 3367 L 1 sg 61 -26 -47 22 2534 3356 3 MP PP c12 2534 3356 mt 2487 3378 L c10 2487 3378 mt 2548 3352 L 1 sg -46 -1 60 -23 2469 3355 3 MP PP c8 2469 3355 mt 2529 3332 L 2529 3332 mt 2483 3331 L 1 sg 60 -23 -46 3 2515 3352 3 MP PP c8 2515 3352 mt 2469 3355 L 2469 3355 mt 2529 3332 L 1 sg -46 -5 60 -22 2483 3331 3 MP PP c11 2483 3331 mt 2543 3309 L 2543 3309 mt 2497 3304 L 1 sg 60 -22 -46 -1 2529 3332 3 MP PP c8 2529 3332 mt 2483 3331 L c11 2483 3331 mt 2543 3309 L 1 sg -47 46 61 -25 2491 3320 3 MP PP c16 2491 3320 mt 2552 3295 L 2552 3295 mt 2505 3341 L 1 sg 61 -25 -47 56 2538 3264 3 MP PP c18 2538 3264 mt 2491 3320 L c16 2491 3320 mt 2552 3295 L 1 sg -47 38 61 -26 2505 3341 3 MP PP c14 2505 3341 mt 2566 3315 L 2566 3315 mt 2519 3353 L 1 sg 61 -26 -47 46 2552 3295 3 MP PP c16 2552 3295 mt 2505 3341 L c14 2505 3341 mt 2566 3315 L 1 sg -47 -209 61 -37 2536 3454 3 MP PP c26 2536 3454 mt 2597 3417 L 2597 3417 mt 2550 3208 L 1 sg -46 32 60 32 2500 2814 3 MP PP c38 2500 2814 mt 2560 2846 L c37 2560 2846 mt 2514 2878 L 1 sg 60 32 -46 0 2546 2814 3 MP PP c39 2546 2814 mt 2500 2814 L c38 2500 2814 mt 2560 2846 L 1 sg -46 54 60 20 2514 2878 3 MP PP c35 2514 2878 mt 2574 2898 L c34 2574 2898 mt 2528 2952 L 1 sg 60 20 -46 32 2560 2846 3 MP PP c37 2560 2846 mt 2514 2878 L c35 2514 2878 mt 2574 2898 L 1 sg 61 39 -47 -94 2579 2912 3 MP PP c38 2579 2912 mt 2532 2818 L /c40 { 0.562500 1.000000 0.437500 sr} bdef c40 2532 2818 mt 2593 2857 L 1 sg -47 -43 61 39 2532 2818 3 MP PP c40 2532 2818 mt 2593 2857 L c38 2593 2857 mt 2546 2814 L 1 sg 61 -22 -47 -23 2573 4319 3 MP PP c21 2573 4319 mt 2526 4296 L 2526 4296 mt 2587 4274 L 1 sg -47 -34 61 -22 2526 4296 3 MP PP c21 2526 4296 mt 2587 4274 L 2587 4274 mt 2540 4240 L 1 sg 61 -70 -47 -181 2569 3919 3 MP PP c14 2569 3919 mt 2522 3738 L c18 2522 3738 mt 2583 3668 L 1 sg -47 -214 61 -70 2522 3738 3 MP PP c18 2522 3738 mt 2583 3668 L c20 2583 3668 mt 2536 3454 L 1 sg 61 35 -46 -149 2564 3026 3 MP PP c36 2564 3026 mt 2518 2877 L c39 2518 2877 mt 2579 2912 L 1 sg -47 -94 61 35 2518 2877 3 MP PP c39 2518 2877 mt 2579 2912 L c38 2579 2912 mt 2532 2818 L 1 sg 61 -84 -47 -118 2555 4121 3 MP PP c8 2555 4121 mt 2508 4003 L c12 2508 4003 mt 2569 3919 L 1 sg -47 -181 61 -84 2508 4003 3 MP PP c12 2508 4003 mt 2569 3919 L c14 2569 3919 mt 2522 3738 L 1 sg -47 78 61 -1 2481 3026 3 MP PP c30 2481 3026 mt 2542 3025 L c29 2542 3025 mt 2495 3103 L 1 sg 61 -1 -47 74 2528 2952 3 MP PP c32 2528 2952 mt 2481 3026 L c30 2481 3026 mt 2542 3025 L 1 sg 61 -19 -47 -18 2507 3161 3 MP PP c21 2507 3161 mt 2460 3143 L 2460 3143 mt 2521 3124 L 1 sg -46 75 61 -10 2495 3103 3 MP PP c27 2495 3103 mt 2556 3093 L c26 2556 3093 mt 2510 3168 L 1 sg 61 -10 -47 78 2542 3025 3 MP PP c29 2542 3025 mt 2495 3103 L c27 2495 3103 mt 2556 3093 L 1 sg 60 20 -46 -202 2550 3208 3 MP PP c32 2550 3208 mt 2504 3006 L c37 2504 3006 mt 2564 3026 L 1 sg -47 74 61 11 2467 2941 3 MP PP c33 2467 2941 mt 2528 2952 L c32 2528 2952 mt 2481 3026 L 1 sg 61 11 -47 63 2514 2878 3 MP PP c35 2514 2878 mt 2467 2941 L c33 2467 2941 mt 2528 2952 L 1 sg -46 -149 60 20 2504 3006 3 MP PP c37 2504 3006 mt 2564 3026 L c36 2564 3026 mt 2518 2877 L 1 sg 61 -66 -46 -53 2540 4240 3 MP PP c21 2540 4240 mt 2494 4187 L c11 2494 4187 mt 2555 4121 L 1 sg -47 -118 61 -66 2494 4187 3 MP PP c11 2494 4187 mt 2555 4121 L c8 2555 4121 mt 2508 4003 L 1 sg -47 -11 61 -21 2450 3296 3 MP PP c21 2450 3296 mt 2511 3275 L c11 2511 3275 mt 2464 3264 L 1 sg 61 -21 -47 -8 2497 3304 3 MP PP c11 2497 3304 mt 2450 3296 L c21 2450 3296 mt 2511 3275 L 1 sg -47 14 61 -26 2426 3404 3 MP PP c9 2426 3404 mt 2487 3378 L c10 2487 3378 mt 2440 3392 L 1 sg -46 8 61 -25 2440 3392 3 MP PP c9 2440 3392 mt 2501 3367 L 2501 3367 mt 2455 3375 L 1 sg 61 -25 -47 14 2487 3378 3 MP PP c10 2487 3378 mt 2440 3392 L c9 2440 3392 mt 2501 3367 L 1 sg 60 -23 -46 8 2501 3367 3 MP PP c9 2501 3367 mt 2455 3375 L c8 2455 3375 mt 2515 3352 L 1 sg -46 30 60 -27 2459 3380 3 MP PP c13 2459 3380 mt 2519 3353 L 2519 3353 mt 2473 3383 L 1 sg -46 3 60 -23 2455 3375 3 MP PP c8 2455 3375 mt 2515 3352 L 2515 3352 mt 2469 3355 L 1 sg 60 -27 -46 39 2505 3341 3 MP PP c14 2505 3341 mt 2459 3380 L c13 2459 3380 mt 2519 3353 L 1 sg 61 -19 -46 -13 2464 3264 3 MP PP c21 2464 3264 mt 2418 3251 L 2418 3251 mt 2479 3232 L 1 sg -46 -13 61 -19 2464 3264 3 MP PP c21 2464 3264 mt 2525 3245 L 2525 3245 mt 2479 3232 L 1 sg 61 -19 -47 -11 2511 3275 3 MP PP c11 2511 3275 mt 2464 3264 L c21 2464 3264 mt 2525 3245 L 1 sg -47 66 61 -22 2463 3244 3 MP PP c20 2463 3244 mt 2524 3222 L 2524 3222 mt 2477 3288 L 1 sg -47 -16 61 -19 2418 3251 3 MP PP c21 2418 3251 mt 2479 3232 L 2479 3232 mt 2432 3216 L 1 sg -47 -17 61 -19 2432 3216 3 MP PP c21 2432 3216 mt 2493 3197 L 2493 3197 mt 2446 3180 L 1 sg 61 -19 -47 -16 2479 3232 3 MP PP c21 2479 3232 mt 2432 3216 L 2432 3216 mt 2493 3197 L 1 sg 61 -19 -47 -17 2493 3197 3 MP PP c21 2493 3197 mt 2446 3180 L 2446 3180 mt 2507 3161 L 1 sg 61 -22 -47 76 2510 3168 3 MP PP c24 2510 3168 mt 2463 3244 L c20 2463 3244 mt 2524 3222 L 1 sg -47 22 61 -27 2473 3383 3 MP PP c10 2473 3383 mt 2534 3356 L c12 2534 3356 mt 2487 3378 L 1 sg 61 -27 -46 30 2519 3353 3 MP PP c13 2519 3353 mt 2473 3383 L c10 2473 3383 mt 2534 3356 L 1 sg -47 -8 61 -21 2436 3325 3 MP PP c11 2436 3325 mt 2497 3304 L 2497 3304 mt 2450 3296 L 1 sg 61 -21 -47 -6 2483 3331 3 MP PP c11 2483 3331 mt 2436 3325 L 2436 3325 mt 2497 3304 L 1 sg -47 56 61 -24 2477 3288 3 MP PP c18 2477 3288 mt 2538 3264 L 2538 3264 mt 2491 3320 L 1 sg 61 -24 -47 66 2524 3222 3 MP PP c20 2524 3222 mt 2477 3288 L c18 2477 3288 mt 2538 3264 L 1 sg 60 -11 -46 -235 2536 3454 3 MP PP c26 2536 3454 mt 2490 3219 L c32 2490 3219 mt 2550 3208 L 1 sg -47 -18 61 -19 2446 3180 3 MP PP c21 2446 3180 mt 2507 3161 L 2507 3161 mt 2460 3143 L 1 sg -47 76 61 -17 2449 3185 3 MP PP c24 2449 3185 mt 2510 3168 L 2510 3168 mt 2463 3244 L 1 sg 61 -17 -46 82 2495 3103 3 MP PP c27 2495 3103 mt 2449 3185 L c24 2449 3185 mt 2510 3168 L 1 sg -46 -202 60 -11 2490 3219 3 MP PP c32 2490 3219 mt 2550 3208 L 2550 3208 mt 2504 3006 L 1 sg -46 0 61 42 2485 2772 3 MP PP c40 2485 2772 mt 2546 2814 L c39 2546 2814 mt 2500 2814 L 1 sg 61 42 -47 -46 2532 2818 3 MP PP c40 2532 2818 mt 2485 2772 L 2485 2772 mt 2546 2814 L 1 sg 60 -32 -46 -24 2526 4296 3 MP PP c21 2526 4296 mt 2480 4272 L 2480 4272 mt 2540 4240 L 1 sg -46 -53 60 -32 2480 4272 3 MP PP c21 2480 4272 mt 2540 4240 L 2540 4240 mt 2494 4187 L 1 sg 60 -54 -46 -230 2522 3738 3 MP PP c18 2522 3738 mt 2476 3508 L c25 2476 3508 mt 2536 3454 L 1 sg 61 -26 -47 21 2473 3383 3 MP PP c10 2473 3383 mt 2426 3404 L c9 2426 3404 mt 2487 3378 L 1 sg -47 -2 61 -23 2408 3378 3 MP PP c11 2408 3378 mt 2469 3355 L c8 2469 3355 mt 2422 3353 L 1 sg 61 -23 -47 3 2455 3375 3 MP PP c8 2455 3375 mt 2408 3378 L c11 2408 3378 mt 2469 3355 L 1 sg -47 -6 61 -22 2422 3353 3 MP PP c11 2422 3353 mt 2483 3331 L 2483 3331 mt 2436 3325 L 1 sg 61 -22 -47 -2 2469 3355 3 MP PP c8 2469 3355 mt 2422 3353 L c11 2422 3353 mt 2483 3331 L 1 sg -46 49 60 -28 2431 3348 3 MP PP c16 2431 3348 mt 2491 3320 L 2491 3320 mt 2445 3369 L 1 sg 60 -28 -46 60 2477 3288 3 MP PP c18 2477 3288 mt 2431 3348 L c16 2431 3348 mt 2491 3320 L 1 sg -47 3 61 -25 2394 3400 3 MP PP c8 2394 3400 mt 2455 3375 L 2455 3375 mt 2408 3378 L 1 sg 61 -25 -46 8 2440 3392 3 MP PP c9 2440 3392 mt 2394 3400 L c8 2394 3400 mt 2455 3375 L 1 sg -46 39 60 -28 2445 3369 3 MP PP c14 2445 3369 mt 2505 3341 L 2505 3341 mt 2459 3380 L 1 sg 60 -28 -46 49 2491 3320 3 MP PP c16 2491 3320 mt 2445 3369 L c14 2445 3369 mt 2505 3341 L 1 sg -46 -235 60 -54 2476 3508 3 MP PP c25 2476 3508 mt 2536 3454 L c26 2536 3454 mt 2490 3219 L 1 sg -46 4 60 52 2425 2720 3 MP PP /c41 { 0.687500 1.000000 0.312500 sr} bdef c41 2425 2720 mt 2485 2772 L c40 2485 2772 mt 2439 2776 L 1 sg -47 41 61 38 2439 2776 3 MP PP c40 2439 2776 mt 2500 2814 L c38 2500 2814 mt 2453 2855 L 1 sg 61 38 -46 4 2485 2772 3 MP PP c40 2485 2772 mt 2439 2776 L 2439 2776 mt 2500 2814 L 1 sg 61 23 -47 41 2500 2814 3 MP PP c38 2500 2814 mt 2453 2855 L c36 2453 2855 mt 2514 2878 L 1 sg 61 47 -47 -106 2518 2877 3 MP PP c39 2518 2877 mt 2471 2771 L /c42 { 0.625000 1.000000 0.375000 sr} bdef c42 2471 2771 mt 2532 2818 L 1 sg -47 -46 61 47 2471 2771 3 MP PP c42 2471 2771 mt 2532 2818 L c40 2532 2818 mt 2485 2772 L 1 sg 61 -90 -47 -175 2508 4003 3 MP PP c12 2508 4003 mt 2461 3828 L c16 2461 3828 mt 2522 3738 L 1 sg -46 -230 61 -90 2461 3828 3 MP PP c16 2461 3828 mt 2522 3738 L c18 2522 3738 mt 2476 3508 L 1 sg -47 63 61 23 2453 2855 3 MP PP c36 2453 2855 mt 2514 2878 L c35 2514 2878 mt 2467 2941 L 1 sg 61 43 -47 -172 2504 3006 3 MP PP c37 2504 3006 mt 2457 2834 L c42 2457 2834 mt 2518 2877 L 1 sg -47 -106 61 43 2457 2834 3 MP PP c42 2457 2834 mt 2518 2877 L c39 2518 2877 mt 2471 2771 L 1 sg 61 -94 -47 -90 2494 4187 3 MP PP c11 2494 4187 mt 2447 4097 L c9 2447 4097 mt 2508 4003 L 1 sg -47 -175 61 -94 2447 4097 3 MP PP c9 2447 4097 mt 2508 4003 L c12 2508 4003 mt 2461 3828 L 1 sg -46 87 60 -1 2421 3027 3 MP PP c30 2421 3027 mt 2481 3026 L 2481 3026 mt 2435 3113 L 1 sg 60 -1 -46 86 2467 2941 3 MP PP c33 2467 2941 mt 2421 3027 L c30 2421 3027 mt 2481 3026 L 1 sg 60 -18 -46 -19 2446 3180 3 MP PP c21 2446 3180 mt 2400 3161 L 2400 3161 mt 2460 3143 L 1 sg -46 82 60 -10 2435 3113 3 MP PP c27 2435 3113 mt 2495 3103 L 2495 3103 mt 2449 3185 L 1 sg 60 -10 -46 87 2481 3026 3 MP PP c30 2481 3026 mt 2435 3113 L c27 2435 3113 mt 2495 3103 L 1 sg 61 21 -47 -234 2490 3219 3 MP PP c32 2490 3219 mt 2443 2985 L c38 2443 2985 mt 2504 3006 L 1 sg -46 86 60 12 2407 2929 3 MP PP c34 2407 2929 mt 2467 2941 L c33 2467 2941 mt 2421 3027 L 1 sg 60 12 -46 74 2453 2855 3 MP PP c36 2453 2855 mt 2407 2929 L c34 2407 2929 mt 2467 2941 L 1 sg -47 -172 61 21 2443 2985 3 MP PP c38 2443 2985 mt 2504 3006 L c37 2504 3006 mt 2457 2834 L 1 sg 61 -54 -47 -31 2480 4272 3 MP PP c21 2480 4272 mt 2433 4241 L 2433 4241 mt 2494 4187 L 1 sg -47 -90 61 -54 2433 4241 3 MP PP c21 2433 4241 mt 2494 4187 L c11 2494 4187 mt 2447 4097 L 1 sg -46 -12 60 -20 2390 3316 3 MP PP c21 2390 3316 mt 2450 3296 L 2450 3296 mt 2404 3284 L 1 sg 60 -20 -46 -9 2436 3325 3 MP PP c11 2436 3325 mt 2390 3316 L c21 2390 3316 mt 2450 3296 L 1 sg -46 13 60 -27 2366 3431 3 MP PP c9 2366 3431 mt 2426 3404 L 2426 3404 mt 2380 3417 L 1 sg -46 8 60 -25 2380 3417 3 MP PP c8 2380 3417 mt 2440 3392 L c9 2440 3392 mt 2394 3400 L 1 sg 60 -25 -46 13 2426 3404 3 MP PP c9 2426 3404 mt 2380 3417 L c8 2380 3417 mt 2440 3392 L 1 sg -47 30 61 -28 2398 3408 3 MP PP c12 2398 3408 mt 2459 3380 L c13 2459 3380 mt 2412 3410 L 1 sg 61 -28 -47 39 2445 3369 3 MP PP c14 2445 3369 mt 2398 3408 L c12 2398 3408 mt 2459 3380 L 1 sg 61 -19 -47 -14 2404 3284 3 MP PP c21 2404 3284 mt 2357 3270 L 2357 3270 mt 2418 3251 L 1 sg -46 -13 60 -20 2404 3284 3 MP PP c21 2404 3284 mt 2464 3264 L 2464 3264 mt 2418 3251 L 1 sg 60 -20 -46 -12 2450 3296 3 MP PP c21 2450 3296 mt 2404 3284 L 2404 3284 mt 2464 3264 L 1 sg -47 70 61 -23 2402 3267 3 MP PP c20 2402 3267 mt 2463 3244 L 2463 3244 mt 2416 3314 L 1 sg -47 -16 61 -19 2357 3270 3 MP PP c21 2357 3270 mt 2418 3251 L 2418 3251 mt 2371 3235 L 1 sg -46 -17 61 -19 2371 3235 3 MP PP c21 2371 3235 mt 2432 3216 L 2432 3216 mt 2386 3199 L 1 sg 61 -19 -47 -16 2418 3251 3 MP PP c21 2418 3251 mt 2371 3235 L 2371 3235 mt 2432 3216 L 1 sg 60 -19 -46 -17 2432 3216 3 MP PP c21 2432 3216 mt 2386 3199 L 2386 3199 mt 2446 3180 L 1 sg 61 -23 -47 82 2449 3185 3 MP PP c24 2449 3185 mt 2402 3267 L c20 2402 3267 mt 2463 3244 L 1 sg -47 21 61 -27 2412 3410 3 MP PP c10 2412 3410 mt 2473 3383 L 2473 3383 mt 2426 3404 L 1 sg 61 -27 -47 30 2459 3380 3 MP PP c13 2459 3380 mt 2412 3410 L c10 2412 3410 mt 2473 3383 L 1 sg -46 -9 60 -21 2376 3346 3 MP PP c11 2376 3346 mt 2436 3325 L 2436 3325 mt 2390 3316 L 1 sg 60 -21 -46 -7 2422 3353 3 MP PP c11 2422 3353 mt 2376 3346 L 2376 3346 mt 2436 3325 L 1 sg -46 60 61 -26 2416 3314 3 MP PP c17 2416 3314 mt 2477 3288 L c18 2477 3288 mt 2431 3348 L 1 sg 61 -26 -47 70 2463 3244 3 MP PP c20 2463 3244 mt 2416 3314 L c17 2416 3314 mt 2477 3288 L 1 sg 61 -22 -47 -267 2476 3508 3 MP PP c25 2476 3508 mt 2429 3241 L c32 2429 3241 mt 2490 3219 L 1 sg -46 -19 60 -19 2386 3199 3 MP PP c21 2386 3199 mt 2446 3180 L 2446 3180 mt 2400 3161 L 1 sg -47 82 61 -19 2388 3204 3 MP PP c24 2388 3204 mt 2449 3185 L 2449 3185 mt 2402 3267 L 1 sg 61 -19 -47 91 2435 3113 3 MP PP c27 2435 3113 mt 2388 3204 L c24 2388 3204 mt 2449 3185 L 1 sg -47 -234 61 -22 2429 3241 3 MP PP c32 2429 3241 mt 2490 3219 L 2490 3219 mt 2443 2985 L 1 sg 60 52 -46 -51 2471 2771 3 MP PP c42 2471 2771 mt 2425 2720 L c41 2425 2720 mt 2485 2772 L 1 sg 61 -77 -46 -243 2461 3828 3 MP PP c16 2461 3828 mt 2415 3585 L c23 2415 3585 mt 2476 3508 L 1 sg 60 -27 -46 21 2412 3410 3 MP PP c10 2412 3410 mt 2366 3431 L c9 2366 3431 mt 2426 3404 L 1 sg -46 -3 61 -23 2347 3401 3 MP PP c11 2347 3401 mt 2408 3378 L 2408 3378 mt 2362 3375 L 1 sg 61 -23 -47 1 2394 3400 3 MP PP c8 2394 3400 mt 2347 3401 L c11 2347 3401 mt 2408 3378 L 1 sg -46 -7 60 -22 2362 3375 3 MP PP c11 2362 3375 mt 2422 3353 L 2422 3353 mt 2376 3346 L 1 sg 60 -22 -46 -3 2408 3378 3 MP PP c11 2408 3378 mt 2362 3375 L 2362 3375 mt 2422 3353 L 1 sg -47 50 61 -28 2370 3376 3 MP PP c15 2370 3376 mt 2431 3348 L c16 2431 3348 mt 2384 3398 L 1 sg 61 -28 -46 62 2416 3314 3 MP PP c17 2416 3314 mt 2370 3376 L c15 2370 3376 mt 2431 3348 L 1 sg -47 1 61 -24 2333 3424 3 MP PP c8 2333 3424 mt 2394 3400 L 2394 3400 mt 2347 3401 L 1 sg 61 -24 -47 7 2380 3417 3 MP PP c8 2380 3417 mt 2333 3424 L 2333 3424 mt 2394 3400 L 1 sg -47 39 61 -29 2384 3398 3 MP PP c14 2384 3398 mt 2445 3369 L 2445 3369 mt 2398 3408 L 1 sg 61 -29 -47 50 2431 3348 3 MP PP c16 2431 3348 mt 2384 3398 L c14 2384 3398 mt 2445 3369 L 1 sg -47 -267 61 -77 2415 3585 3 MP PP c23 2415 3585 mt 2476 3508 L c25 2476 3508 mt 2429 3241 L 1 sg -47 8 61 65 2364 2655 3 MP PP /c43 { 0.812500 1.000000 0.187500 sr} bdef c43 2364 2655 mt 2425 2720 L c41 2425 2720 mt 2378 2728 L 1 sg -47 50 61 48 2378 2728 3 MP PP c42 2378 2728 mt 2439 2776 L c40 2439 2776 mt 2392 2826 L 1 sg 61 48 -47 8 2425 2720 3 MP PP c41 2425 2720 mt 2378 2728 L c42 2378 2728 mt 2439 2776 L 1 sg 61 29 -47 50 2439 2776 3 MP PP c40 2439 2776 mt 2392 2826 L c38 2392 2826 mt 2453 2855 L 1 sg 60 59 -46 -122 2457 2834 3 MP PP c42 2457 2834 mt 2411 2712 L /c44 { 0.750000 1.000000 0.250000 sr} bdef c44 2411 2712 mt 2471 2771 L 1 sg -46 -51 60 59 2411 2712 3 MP PP c44 2411 2712 mt 2471 2771 L c42 2471 2771 mt 2425 2720 L 1 sg 60 -115 -46 -154 2447 4097 3 MP PP c9 2447 4097 mt 2401 3943 L c13 2401 3943 mt 2461 3828 L 1 sg -46 -243 60 -115 2401 3943 3 MP PP c13 2401 3943 mt 2461 3828 L c16 2461 3828 mt 2415 3585 L 1 sg -46 74 61 29 2392 2826 3 MP PP c38 2392 2826 mt 2453 2855 L c36 2453 2855 mt 2407 2929 L 1 sg 60 52 -46 -203 2443 2985 3 MP PP c38 2443 2985 mt 2397 2782 L c44 2397 2782 mt 2457 2834 L 1 sg -46 -122 60 52 2397 2782 3 MP PP c44 2397 2782 mt 2457 2834 L c42 2457 2834 mt 2411 2712 L 1 sg 60 -90 -46 -54 2433 4241 3 MP PP c21 2433 4241 mt 2387 4187 L c11 2387 4187 mt 2447 4097 L 1 sg -46 -154 60 -90 2387 4187 3 MP PP c11 2387 4187 mt 2447 4097 L c9 2447 4097 mt 2401 3943 L 1 sg -47 98 61 15 2346 2914 3 MP PP c35 2346 2914 mt 2407 2929 L c34 2407 2929 mt 2360 3027 L 1 sg -47 97 61 0 2360 3027 3 MP PP c31 2360 3027 mt 2421 3027 L c30 2421 3027 mt 2374 3124 L 1 sg 61 0 -47 98 2407 2929 3 MP PP c34 2407 2929 mt 2360 3027 L c31 2360 3027 mt 2421 3027 L 1 sg 61 -19 -47 -19 2386 3199 3 MP PP c21 2386 3199 mt 2339 3180 L 2339 3180 mt 2400 3161 L 1 sg -47 91 61 -11 2374 3124 3 MP PP c27 2374 3124 mt 2435 3113 L 2435 3113 mt 2388 3204 L 1 sg 61 -11 -47 97 2421 3027 3 MP PP c30 2421 3027 mt 2374 3124 L c27 2374 3124 mt 2435 3113 L 1 sg 60 20 -46 -276 2429 3241 3 MP PP c32 2429 3241 mt 2383 2965 L c39 2383 2965 mt 2443 2985 L 1 sg 61 15 -46 88 2392 2826 3 MP PP c38 2392 2826 mt 2346 2914 L c35 2346 2914 mt 2407 2929 L 1 sg -46 -203 60 20 2383 2965 3 MP PP c39 2383 2965 mt 2443 2985 L c38 2443 2985 mt 2397 2782 L 1 sg -47 -12 61 -20 2329 3336 3 MP PP c21 2329 3336 mt 2390 3316 L 2390 3316 mt 2343 3304 L 1 sg 61 -20 -47 -10 2376 3346 3 MP PP c11 2376 3346 mt 2329 3336 L c21 2329 3336 mt 2390 3316 L 1 sg -47 12 61 -27 2305 3458 3 MP PP c9 2305 3458 mt 2366 3431 L 2366 3431 mt 2319 3443 L 1 sg 61 -27 -47 20 2352 3438 3 MP PP c10 2352 3438 mt 2305 3458 L c9 2305 3458 mt 2366 3431 L 1 sg -47 7 61 -26 2319 3443 3 MP PP c8 2319 3443 mt 2380 3417 L 2380 3417 mt 2333 3424 L 1 sg 61 -26 -47 12 2366 3431 3 MP PP c9 2366 3431 mt 2319 3443 L c8 2319 3443 mt 2380 3417 L 1 sg -46 30 60 -29 2338 3437 3 MP PP c12 2338 3437 mt 2398 3408 L 2398 3408 mt 2352 3438 L 1 sg 60 -29 -46 39 2384 3398 3 MP PP c14 2384 3398 mt 2338 3437 L c12 2338 3437 mt 2398 3408 L 1 sg 60 -19 -46 -15 2343 3304 3 MP PP c21 2343 3304 mt 2297 3289 L 2297 3289 mt 2357 3270 L 1 sg -47 -10 61 -21 2315 3367 3 MP PP c21 2315 3367 mt 2376 3346 L c11 2376 3346 mt 2329 3336 L 1 sg -47 -14 61 -20 2343 3304 3 MP PP c21 2343 3304 mt 2404 3284 L 2404 3284 mt 2357 3270 L 1 sg 61 -20 -47 -12 2390 3316 3 MP PP c21 2390 3316 mt 2343 3304 L 2343 3304 mt 2404 3284 L 1 sg -46 75 60 -26 2342 3293 3 MP PP c20 2342 3293 mt 2402 3267 L 2402 3267 mt 2356 3342 L 1 sg -46 -16 60 -19 2297 3289 3 MP PP c21 2297 3289 mt 2357 3270 L 2357 3270 mt 2311 3254 L 1 sg 60 -19 -46 -16 2357 3270 3 MP PP c21 2357 3270 mt 2311 3254 L 2311 3254 mt 2371 3235 L 1 sg 60 -26 -46 89 2388 3204 3 MP PP c24 2388 3204 mt 2342 3293 L c20 2342 3293 mt 2402 3267 L 1 sg -46 21 60 -28 2352 3438 3 MP PP c10 2352 3438 mt 2412 3410 L 2412 3410 mt 2366 3431 L 1 sg 60 -28 -46 30 2398 3408 3 MP PP c12 2398 3408 mt 2352 3438 L c10 2352 3438 mt 2412 3410 L 1 sg 61 -21 -47 -8 2362 3375 3 MP PP c11 2362 3375 mt 2315 3367 L c21 2315 3367 mt 2376 3346 L 1 sg -46 62 60 -28 2356 3342 3 MP PP c17 2356 3342 mt 2416 3314 L 2416 3314 mt 2370 3376 L 1 sg 60 -28 -46 75 2402 3267 3 MP PP c20 2402 3267 mt 2356 3342 L c17 2356 3342 mt 2416 3314 L 1 sg 61 -42 -47 -302 2415 3585 3 MP PP c23 2415 3585 mt 2368 3283 L c31 2368 3283 mt 2429 3241 L 1 sg -46 -18 60 -19 2311 3254 3 MP PP c21 2311 3254 mt 2371 3235 L 2371 3235 mt 2325 3217 L 1 sg -47 -19 61 -18 2325 3217 3 MP PP c21 2325 3217 mt 2386 3199 L 2386 3199 mt 2339 3180 L 1 sg 61 -18 -46 -18 2371 3235 3 MP PP c21 2371 3235 mt 2325 3217 L 2325 3217 mt 2386 3199 L 1 sg -46 89 60 -22 2328 3226 3 MP PP c23 2328 3226 mt 2388 3204 L c24 2388 3204 mt 2342 3293 L 1 sg 60 -22 -46 102 2374 3124 3 MP PP c27 2374 3124 mt 2328 3226 L c23 2328 3226 mt 2388 3204 L 1 sg -46 -276 61 -42 2368 3283 3 MP PP c31 2368 3283 mt 2429 3241 L c32 2429 3241 mt 2383 2965 L 1 sg 61 65 -47 -57 2411 2712 3 MP PP c44 2411 2712 mt 2364 2655 L c43 2364 2655 mt 2425 2720 L 1 sg 61 -117 -47 -241 2401 3943 3 MP PP c13 2401 3943 mt 2354 3702 L c19 2354 3702 mt 2415 3585 L 1 sg -46 0 60 -24 2273 3448 3 MP PP c11 2273 3448 mt 2333 3424 L c8 2333 3424 mt 2287 3424 L 1 sg 60 -24 -46 5 2319 3443 3 MP PP c8 2319 3443 mt 2273 3448 L c11 2273 3448 mt 2333 3424 L 1 sg -46 -4 60 -23 2287 3424 3 MP PP c11 2287 3424 mt 2347 3401 L 2347 3401 mt 2301 3397 L 1 sg 60 -23 -46 0 2333 3424 3 MP PP c8 2333 3424 mt 2287 3424 L c11 2287 3424 mt 2347 3401 L 1 sg 61 -22 -46 -4 2347 3401 3 MP PP c11 2347 3401 mt 2301 3397 L 2301 3397 mt 2362 3375 L 1 sg -47 52 61 -31 2309 3407 3 MP PP c15 2309 3407 mt 2370 3376 L 2370 3376 mt 2323 3428 L 1 sg -47 -8 61 -22 2301 3397 3 MP PP c11 2301 3397 mt 2362 3375 L 2362 3375 mt 2315 3367 L 1 sg 61 -31 -47 65 2356 3342 3 MP PP c17 2356 3342 mt 2309 3407 L c15 2309 3407 mt 2370 3376 L 1 sg -46 39 61 -30 2323 3428 3 MP PP c13 2323 3428 mt 2384 3398 L c14 2384 3398 mt 2338 3437 L 1 sg 61 -30 -47 52 2370 3376 3 MP PP c15 2370 3376 mt 2323 3428 L c13 2323 3428 mt 2384 3398 L 1 sg -47 -302 61 -117 2354 3702 3 MP PP c19 2354 3702 mt 2415 3585 L c23 2415 3585 mt 2368 3283 L 1 sg -46 14 60 84 2304 2571 3 MP PP /c45 { 1.000000 1.000000 0.000000 sr} bdef c45 2304 2571 mt 2364 2655 L c43 2364 2655 mt 2318 2669 L 1 sg 60 84 -46 -66 2350 2637 3 MP PP /c46 { 0.937500 1.000000 0.062500 sr} bdef c46 2350 2637 mt 2304 2571 L c45 2304 2571 mt 2364 2655 L 1 sg 60 59 -46 14 2364 2655 3 MP PP c43 2364 2655 mt 2318 2669 L c44 2318 2669 mt 2378 2728 L 1 sg -47 -57 61 75 2350 2637 3 MP PP c46 2350 2637 mt 2411 2712 L c44 2411 2712 mt 2364 2655 L 1 sg 61 75 -47 -145 2397 2782 3 MP PP c44 2397 2782 mt 2350 2637 L c46 2350 2637 mt 2411 2712 L 1 sg 61 -138 -47 -106 2387 4187 3 MP PP c11 2387 4187 mt 2340 4081 L c9 2340 4081 mt 2401 3943 L 1 sg -47 -241 61 -138 2340 4081 3 MP PP c9 2340 4081 mt 2401 3943 L c13 2401 3943 mt 2354 3702 L 1 sg -46 63 60 59 2318 2669 3 MP PP c44 2318 2669 mt 2378 2728 L c42 2378 2728 mt 2332 2791 L 1 sg -46 88 60 35 2332 2791 3 MP PP c39 2332 2791 mt 2392 2826 L c38 2392 2826 mt 2346 2914 L 1 sg 60 35 -46 63 2378 2728 3 MP PP c42 2378 2728 mt 2332 2791 L c39 2332 2791 mt 2392 2826 L 1 sg 61 64 -47 -247 2383 2965 3 MP PP c39 2383 2965 mt 2336 2718 L /c47 { 0.875000 1.000000 0.125000 sr} bdef c47 2336 2718 mt 2397 2782 L 1 sg -47 -145 61 64 2336 2718 3 MP PP c47 2336 2718 mt 2397 2782 L c44 2397 2782 mt 2350 2637 L 1 sg -47 114 61 17 2285 2897 3 MP PP c36 2285 2897 mt 2346 2914 L c35 2346 2914 mt 2299 3028 L 1 sg -46 111 61 -1 2299 3028 3 MP PP c31 2299 3028 mt 2360 3027 L 2360 3027 mt 2314 3138 L 1 sg 61 -1 -47 114 2346 2914 3 MP PP c35 2346 2914 mt 2299 3028 L c31 2299 3028 mt 2360 3027 L 1 sg 61 -18 -47 -19 2325 3217 3 MP PP c21 2325 3217 mt 2278 3198 L 2278 3198 mt 2339 3180 L 1 sg -46 102 60 -14 2314 3138 3 MP PP c27 2314 3138 mt 2374 3124 L 2374 3124 mt 2328 3226 L 1 sg 60 -14 -46 111 2360 3027 3 MP PP c31 2360 3027 mt 2314 3138 L c27 2314 3138 mt 2374 3124 L 1 sg 61 15 -46 -333 2368 3283 3 MP PP c31 2368 3283 mt 2322 2950 L c39 2322 2950 mt 2383 2965 L 1 sg -47 106 61 43 2271 2748 3 MP PP c42 2271 2748 mt 2332 2791 L c39 2332 2791 mt 2285 2897 L 1 sg 61 43 -47 79 2318 2669 3 MP PP c44 2318 2669 mt 2271 2748 L c42 2271 2748 mt 2332 2791 L 1 sg 61 17 -47 106 2332 2791 3 MP PP c39 2332 2791 mt 2285 2897 L c36 2285 2897 mt 2346 2914 L 1 sg -47 -247 61 15 2322 2950 3 MP PP c39 2322 2950 mt 2383 2965 L 2383 2965 mt 2336 2718 L 1 sg -46 -11 61 -21 2254 3388 3 MP PP c21 2254 3388 mt 2315 3367 L 2315 3367 mt 2269 3356 L 1 sg 61 -21 -47 -9 2301 3397 3 MP PP c11 2301 3397 mt 2254 3388 L c21 2254 3388 mt 2315 3367 L 1 sg -46 5 60 -26 2259 3469 3 MP PP c8 2259 3469 mt 2319 3443 L 2319 3443 mt 2273 3448 L 1 sg 60 -26 -46 11 2305 3458 3 MP PP c9 2305 3458 mt 2259 3469 L c8 2259 3469 mt 2319 3443 L 1 sg 61 -25 -47 4 2259 3469 3 MP PP c8 2259 3469 mt 2212 3473 L c11 2212 3473 mt 2273 3448 L 1 sg -46 11 60 -27 2245 3485 3 MP PP c8 2245 3485 mt 2305 3458 L c9 2305 3458 mt 2259 3469 L 1 sg -46 40 60 -32 2263 3460 3 MP PP c13 2263 3460 mt 2323 3428 L 2323 3428 mt 2277 3468 L 1 sg 60 -32 -46 53 2309 3407 3 MP PP c15 2309 3407 mt 2263 3460 L c13 2263 3460 mt 2323 3428 L 1 sg -46 -13 60 -20 2269 3356 3 MP PP c21 2269 3356 mt 2329 3336 L 2329 3336 mt 2283 3323 L 1 sg 60 -20 -46 -11 2315 3367 3 MP PP c21 2315 3367 mt 2269 3356 L 2269 3356 mt 2329 3336 L 1 sg 60 -27 -46 19 2291 3466 3 MP PP c10 2291 3466 mt 2245 3485 L c8 2245 3485 mt 2305 3458 L 1 sg -47 20 61 -28 2291 3466 3 MP PP c10 2291 3466 mt 2352 3438 L 2352 3438 mt 2305 3458 L 1 sg -47 29 61 -31 2277 3468 3 MP PP c12 2277 3468 mt 2338 3437 L 2338 3437 mt 2291 3466 L 1 sg 61 -31 -46 40 2323 3428 3 MP PP c13 2323 3428 mt 2277 3468 L c12 2277 3468 mt 2338 3437 L 1 sg 60 -19 -46 -13 2329 3336 3 MP PP c21 2329 3336 mt 2283 3323 L 2283 3323 mt 2343 3304 L 1 sg 61 -28 -47 29 2338 3437 3 MP PP c12 2338 3437 mt 2291 3466 L c10 2291 3466 mt 2352 3438 L 1 sg -47 65 61 -31 2295 3373 3 MP PP c17 2295 3373 mt 2356 3342 L 2356 3342 mt 2309 3407 L 1 sg -46 -15 60 -19 2283 3323 3 MP PP c21 2283 3323 mt 2343 3304 L 2343 3304 mt 2297 3289 L 1 sg 61 -31 -47 80 2342 3293 3 MP PP c20 2342 3293 mt 2295 3373 L c17 2295 3373 mt 2356 3342 L 1 sg 60 -80 -46 -339 2354 3702 3 MP PP c19 2354 3702 mt 2308 3363 L c29 2308 3363 mt 2368 3283 L 1 sg -47 -19 61 -19 2264 3236 3 MP PP c21 2264 3236 mt 2325 3217 L 2325 3217 mt 2278 3198 L 1 sg 61 -19 -47 -18 2311 3254 3 MP PP c21 2311 3254 mt 2264 3236 L 2264 3236 mt 2325 3217 L 1 sg -47 -17 61 -19 2236 3308 3 MP PP c21 2236 3308 mt 2297 3289 L 2297 3289 mt 2250 3272 L 1 sg 61 -19 -47 -15 2283 3323 3 MP PP c21 2283 3323 mt 2236 3308 L 2236 3308 mt 2297 3289 L 1 sg -47 -18 61 -18 2250 3272 3 MP PP c21 2250 3272 mt 2311 3254 L 2311 3254 mt 2264 3236 L 1 sg 61 -18 -47 -17 2297 3289 3 MP PP c21 2297 3289 mt 2250 3272 L 2250 3272 mt 2311 3254 L 1 sg -47 96 61 -24 2267 3250 3 MP PP c23 2267 3250 mt 2328 3226 L 2328 3226 mt 2281 3322 L 1 sg 61 -24 -47 112 2314 3138 3 MP PP c27 2314 3138 mt 2267 3250 L c23 2267 3250 mt 2328 3226 L 1 sg -47 -15 61 -19 2222 3342 3 MP PP c21 2222 3342 mt 2283 3323 L 2283 3323 mt 2236 3308 L 1 sg 61 -19 -47 -14 2269 3356 3 MP PP c21 2269 3356 mt 2222 3342 L 2222 3342 mt 2283 3323 L 1 sg -47 80 61 -29 2281 3322 3 MP PP c19 2281 3322 mt 2342 3293 L c20 2342 3293 mt 2295 3373 L 1 sg 61 -29 -47 96 2328 3226 3 MP PP c23 2328 3226 mt 2281 3322 L c19 2281 3322 mt 2342 3293 L 1 sg -46 -333 60 -80 2308 3363 3 MP PP c29 2308 3363 mt 2368 3283 L c31 2368 3283 mt 2322 2950 L 1 sg 60 -173 -46 -206 2340 4081 3 MP PP c9 2340 4081 mt 2294 3875 L c15 2294 3875 mt 2354 3702 L 1 sg -47 -1 61 -25 2212 3473 3 MP PP c11 2212 3473 mt 2273 3448 L 2273 3448 mt 2226 3447 L 1 sg -47 -6 61 -23 2226 3447 3 MP PP c11 2226 3447 mt 2287 3424 L 2287 3424 mt 2240 3418 L 1 sg 61 -23 -47 -1 2273 3448 3 MP PP c11 2273 3448 mt 2226 3447 L 2226 3447 mt 2287 3424 L 1 sg 61 -21 -47 -6 2287 3424 3 MP PP c11 2287 3424 mt 2240 3418 L 2240 3418 mt 2301 3397 L 1 sg -46 53 60 -34 2249 3441 3 MP PP c14 2249 3441 mt 2309 3407 L c15 2309 3407 mt 2263 3460 L 1 sg -47 -9 61 -21 2240 3418 3 MP PP c11 2240 3418 mt 2301 3397 L 2301 3397 mt 2254 3388 L 1 sg 60 -34 -46 68 2295 3373 3 MP PP c17 2295 3373 mt 2249 3441 L c14 2249 3441 mt 2309 3407 L 1 sg -46 -339 60 -173 2294 3875 3 MP PP c15 2294 3875 mt 2354 3702 L c19 2354 3702 mt 2308 3363 L 1 sg -47 23 61 109 2243 2462 3 MP PP /c48 { 1.000000 0.750000 0.000000 sr} bdef c48 2243 2462 mt 2304 2571 L c45 2304 2571 mt 2257 2594 L 1 sg 61 109 -47 -78 2290 2540 3 MP PP /c49 { 1.000000 0.875000 0.000000 sr} bdef c49 2290 2540 mt 2243 2462 L c48 2243 2462 mt 2304 2571 L 1 sg 61 75 -47 23 2304 2571 3 MP PP c45 2304 2571 mt 2257 2594 L c46 2257 2594 mt 2318 2669 L 1 sg -46 -66 60 97 2290 2540 3 MP PP c49 2290 2540 mt 2350 2637 L c46 2350 2637 mt 2304 2571 L 1 sg 60 97 -46 -178 2336 2718 3 MP PP c47 2336 2718 mt 2290 2540 L c49 2290 2540 mt 2350 2637 L 1 sg -47 79 61 75 2257 2594 3 MP PP c46 2257 2594 mt 2318 2669 L c44 2318 2669 mt 2271 2748 L 1 sg 61 80 -47 -312 2322 2950 3 MP PP c39 2322 2950 mt 2275 2638 L c45 2275 2638 mt 2336 2718 L 1 sg -46 -178 61 80 2275 2638 3 MP PP c45 2275 2638 mt 2336 2718 L c47 2336 2718 mt 2290 2540 L 1 sg -46 134 60 19 2225 2878 3 MP PP c37 2225 2878 mt 2285 2897 L c36 2285 2897 mt 2239 3031 L 1 sg -46 126 60 -3 2239 3031 3 MP PP c31 2239 3031 mt 2299 3028 L 2299 3028 mt 2253 3154 L 1 sg 60 -3 -46 134 2285 2897 3 MP PP c36 2285 2897 mt 2239 3031 L c31 2239 3031 mt 2299 3028 L 1 sg 60 -18 -46 -20 2264 3236 3 MP PP c21 2264 3236 mt 2218 3216 L 2218 3216 mt 2278 3198 L 1 sg -47 112 61 -16 2253 3154 3 MP PP c27 2253 3154 mt 2314 3138 L 2314 3138 mt 2267 3250 L 1 sg 61 -16 -46 126 2299 3028 3 MP PP c31 2299 3028 mt 2253 3154 L c27 2253 3154 mt 2314 3138 L 1 sg 61 -3 -47 -410 2308 3363 3 MP PP c29 2308 3363 mt 2261 2953 L c40 2261 2953 mt 2322 2950 L 1 sg -46 130 60 52 2211 2696 3 MP PP c44 2211 2696 mt 2271 2748 L c42 2271 2748 mt 2225 2878 L 1 sg 60 52 -46 102 2257 2594 3 MP PP c46 2257 2594 mt 2211 2696 L c44 2211 2696 mt 2271 2748 L 1 sg 60 19 -46 130 2271 2748 3 MP PP c42 2271 2748 mt 2225 2878 L c37 2225 2878 mt 2285 2897 L 1 sg -47 -312 61 -3 2261 2953 3 MP PP c40 2261 2953 mt 2322 2950 L c39 2322 2950 mt 2275 2638 L 1 sg -47 10 61 -28 2184 3513 3 MP PP c8 2184 3513 mt 2245 3485 L 2245 3485 mt 2198 3495 L 1 sg 61 -28 -46 17 2230 3496 3 MP PP c9 2230 3496 mt 2184 3513 L c8 2184 3513 mt 2245 3485 L 1 sg 61 -26 -47 10 2245 3485 3 MP PP c8 2245 3485 mt 2198 3495 L 2198 3495 mt 2259 3469 L 1 sg -46 19 61 -30 2230 3496 3 MP PP c9 2230 3496 mt 2291 3466 L c10 2291 3466 mt 2245 3485 L 1 sg -47 28 61 -32 2216 3500 3 MP PP c10 2216 3500 mt 2277 3468 L c12 2277 3468 mt 2230 3496 L 1 sg -47 4 61 -26 2198 3495 3 MP PP c8 2198 3495 mt 2259 3469 L 2259 3469 mt 2212 3473 L 1 sg 61 -32 -47 40 2263 3460 3 MP PP c13 2263 3460 mt 2216 3500 L c10 2216 3500 mt 2277 3468 L 1 sg 61 -30 -47 28 2277 3468 3 MP PP c12 2277 3468 mt 2230 3496 L c9 2230 3496 mt 2291 3466 L 1 sg 61 -158 -47 -354 2294 3875 3 MP PP c15 2294 3875 mt 2247 3521 L c25 2247 3521 mt 2308 3363 L 1 sg -46 -12 60 -21 2194 3409 3 MP PP c21 2194 3409 mt 2254 3388 L 2254 3388 mt 2208 3376 L 1 sg 60 -21 -46 -9 2240 3418 3 MP PP c11 2240 3418 mt 2194 3409 L c21 2194 3409 mt 2254 3388 L 1 sg -47 40 61 -34 2202 3494 3 MP PP c12 2202 3494 mt 2263 3460 L c13 2263 3460 mt 2216 3500 L 1 sg 61 -34 -47 53 2249 3441 3 MP PP c14 2249 3441 mt 2202 3494 L c12 2202 3494 mt 2263 3460 L 1 sg -46 -20 60 -18 2204 3254 3 MP PP c21 2204 3254 mt 2264 3236 L 2264 3236 mt 2218 3216 L 1 sg 60 -18 -46 -18 2250 3272 3 MP PP c21 2250 3272 mt 2204 3254 L 2204 3254 mt 2264 3236 L 1 sg -46 -16 61 -20 2161 3362 3 MP PP c21 2161 3362 mt 2222 3342 L 2222 3342 mt 2176 3326 L 1 sg 61 -20 -47 -14 2208 3376 3 MP PP c21 2208 3376 mt 2161 3362 L 2161 3362 mt 2222 3342 L 1 sg -46 -18 60 -18 2176 3326 3 MP PP c21 2176 3326 mt 2236 3308 L 2236 3308 mt 2190 3290 L 1 sg 60 -18 -46 -16 2222 3342 3 MP PP c21 2222 3342 mt 2176 3326 L 2176 3326 mt 2236 3308 L 1 sg -46 -18 60 -18 2190 3290 3 MP PP c21 2190 3290 mt 2250 3272 L 2250 3272 mt 2204 3254 L 1 sg 60 -18 -46 -18 2236 3308 3 MP PP c21 2236 3308 mt 2190 3290 L 2190 3290 mt 2250 3272 L 1 sg -47 -14 61 -20 2208 3376 3 MP PP c21 2208 3376 mt 2269 3356 L 2269 3356 mt 2222 3342 L 1 sg -46 104 61 -29 2206 3279 3 MP PP c23 2206 3279 mt 2267 3250 L 2267 3250 mt 2221 3354 L 1 sg 61 -29 -47 125 2253 3154 3 MP PP c27 2253 3154 mt 2206 3279 L c23 2206 3279 mt 2267 3250 L 1 sg 61 -20 -46 -12 2254 3388 3 MP PP c21 2254 3388 mt 2208 3376 L 2208 3376 mt 2269 3356 L 1 sg -46 85 60 -32 2221 3354 3 MP PP c19 2221 3354 mt 2281 3322 L 2281 3322 mt 2235 3407 L 1 sg 60 -32 -46 104 2267 3250 3 MP PP c23 2267 3250 mt 2221 3354 L c19 2221 3354 mt 2281 3322 L 1 sg -46 -9 60 -22 2180 3440 3 MP PP c21 2180 3440 mt 2240 3418 L c11 2240 3418 mt 2194 3409 L 1 sg 60 -22 -46 -7 2226 3447 3 MP PP c11 2226 3447 mt 2180 3440 L c21 2180 3440 mt 2240 3418 L 1 sg -46 68 60 -34 2235 3407 3 MP PP c16 2235 3407 mt 2295 3373 L c17 2295 3373 mt 2249 3441 L 1 sg 60 -34 -46 85 2281 3322 3 MP PP c19 2281 3322 mt 2235 3407 L c16 2235 3407 mt 2295 3373 L 1 sg -47 -410 61 -158 2247 3521 3 MP PP c25 2247 3521 mt 2308 3363 L c29 2308 3363 mt 2261 2953 L 1 sg -46 35 61 150 2182 2312 3 MP PP /c50 { 1.000000 0.500000 0.000000 sr} bdef c50 2182 2312 mt 2243 2462 L c48 2243 2462 mt 2197 2497 L 1 sg 61 150 -47 -97 2229 2409 3 MP PP /c51 { 1.000000 0.625000 0.000000 sr} bdef c51 2229 2409 mt 2182 2312 L c50 2182 2312 mt 2243 2462 L 1 sg 60 97 -46 35 2243 2462 3 MP PP c48 2243 2462 mt 2197 2497 L c49 2197 2497 mt 2257 2594 L 1 sg -47 -78 61 131 2229 2409 3 MP PP c51 2229 2409 mt 2290 2540 L c49 2290 2540 mt 2243 2462 L 1 sg 61 131 -46 -229 2275 2638 3 MP PP c45 2275 2638 mt 2229 2409 L c51 2229 2409 mt 2290 2540 L 1 sg -46 102 60 97 2197 2497 3 MP PP c49 2197 2497 mt 2257 2594 L c46 2257 2594 mt 2211 2696 L 1 sg 60 96 -46 -411 2261 2953 3 MP PP c40 2261 2953 mt 2215 2542 L c48 2215 2542 mt 2275 2638 L 1 sg -46 -229 60 96 2215 2542 3 MP PP c48 2215 2542 mt 2275 2638 L c45 2275 2638 mt 2229 2409 L 1 sg -47 144 61 -6 2178 3037 3 MP PP c32 2178 3037 mt 2239 3031 L c31 2239 3031 mt 2192 3175 L 1 sg 61 -6 -47 159 2225 2878 3 MP PP c37 2225 2878 mt 2178 3037 L c32 2178 3037 mt 2239 3031 L 1 sg -46 -3 60 -24 2152 3497 3 MP PP c11 2152 3497 mt 2212 3473 L 2212 3473 mt 2166 3470 L 1 sg 60 -24 -46 2 2198 3495 3 MP PP c8 2198 3495 mt 2152 3497 L c11 2152 3497 mt 2212 3473 L 1 sg 60 -23 -46 -3 2212 3473 3 MP PP c11 2212 3473 mt 2166 3470 L 2166 3470 mt 2226 3447 L 1 sg -47 53 61 -36 2188 3477 3 MP PP c14 2188 3477 mt 2249 3441 L 2249 3441 mt 2202 3494 L 1 sg -46 -7 60 -23 2166 3470 3 MP PP c11 2166 3470 mt 2226 3447 L 2226 3447 mt 2180 3440 L 1 sg 61 -36 -47 70 2235 3407 3 MP PP c16 2235 3407 mt 2188 3477 L c14 2188 3477 mt 2249 3441 L 1 sg -47 -20 61 -18 2143 3272 3 MP PP c21 2143 3272 mt 2204 3254 L 2204 3254 mt 2157 3234 L 1 sg 61 -18 -47 -18 2190 3290 3 MP PP c21 2190 3290 mt 2143 3272 L 2143 3272 mt 2204 3254 L 1 sg 61 -18 -47 -20 2204 3254 3 MP PP c21 2204 3254 mt 2157 3234 L 2157 3234 mt 2218 3216 L 1 sg -47 125 61 -21 2192 3175 3 MP PP c27 2192 3175 mt 2253 3154 L 2253 3154 mt 2206 3279 L 1 sg 61 -21 -47 144 2239 3031 3 MP PP c31 2239 3031 mt 2192 3175 L c27 2192 3175 mt 2253 3154 L 1 sg 60 -60 -46 -508 2247 3521 3 MP PP c25 2247 3521 mt 2201 3013 L c39 2201 3013 mt 2261 2953 L 1 sg -47 161 61 64 2150 2632 3 MP PP c47 2150 2632 mt 2211 2696 L c44 2211 2696 mt 2164 2857 L 1 sg 61 64 -47 135 2197 2497 3 MP PP c49 2197 2497 mt 2150 2632 L c47 2150 2632 mt 2211 2696 L 1 sg -47 159 61 21 2164 2857 3 MP PP c38 2164 2857 mt 2225 2878 L c37 2225 2878 mt 2178 3037 L 1 sg 61 21 -47 161 2211 2696 3 MP PP c44 2211 2696 mt 2164 2857 L c38 2164 2857 mt 2225 2878 L 1 sg -46 -411 60 -60 2201 3013 3 MP PP c39 2201 3013 mt 2261 2953 L c40 2261 2953 mt 2215 2542 L 1 sg -47 -11 61 -22 2119 3462 3 MP PP c21 2119 3462 mt 2180 3440 L 2180 3440 mt 2133 3429 L 1 sg 61 -22 -47 -8 2166 3470 3 MP PP c11 2166 3470 mt 2119 3462 L c21 2119 3462 mt 2180 3440 L 1 sg -47 -13 61 -20 2133 3429 3 MP PP c21 2133 3429 mt 2194 3409 L 2194 3409 mt 2147 3396 L 1 sg 61 -20 -47 -11 2180 3440 3 MP PP c21 2180 3440 mt 2133 3429 L 2133 3429 mt 2194 3409 L 1 sg 61 -20 -47 -13 2194 3409 3 MP PP c21 2194 3409 mt 2147 3396 L 2147 3396 mt 2208 3376 L 1 sg 61 -37 -47 90 2221 3354 3 MP PP c19 2221 3354 mt 2174 3444 L c16 2174 3444 mt 2235 3407 L 1 sg -47 70 61 -37 2174 3444 3 MP PP c16 2174 3444 mt 2235 3407 L 2235 3407 mt 2188 3477 L 1 sg -46 17 60 -31 2170 3527 3 MP PP c9 2170 3527 mt 2230 3496 L 2230 3496 mt 2184 3513 L 1 sg 60 -31 -46 27 2216 3500 3 MP PP c10 2216 3500 mt 2170 3527 L c9 2170 3527 mt 2230 3496 L 1 sg -46 55 60 216 2122 2096 3 MP PP /c52 { 1.000000 0.062500 0.000000 sr} bdef c52 2122 2096 mt 2182 2312 L c50 2182 2312 mt 2136 2367 L 1 sg 60 216 -46 -131 2168 2227 3 MP PP /c53 { 1.000000 0.250000 0.000000 sr} bdef c53 2168 2227 mt 2122 2096 L c52 2122 2096 mt 2182 2312 L 1 sg 61 130 -46 55 2182 2312 3 MP PP c50 2182 2312 mt 2136 2367 L c51 2136 2367 mt 2197 2497 L 1 sg -47 -97 61 182 2168 2227 3 MP PP c53 2168 2227 mt 2229 2409 L c51 2229 2409 mt 2182 2312 L 1 sg 61 182 -47 -315 2215 2542 3 MP PP c48 2215 2542 mt 2168 2227 L c53 2168 2227 mt 2229 2409 L 1 sg -47 -14 61 -20 2147 3396 3 MP PP c21 2147 3396 mt 2208 3376 L 2208 3376 mt 2161 3362 L 1 sg 61 -38 -46 113 2206 3279 3 MP PP c23 2206 3279 mt 2160 3392 L c18 2160 3392 mt 2221 3354 L 1 sg -47 90 61 -38 2160 3392 3 MP PP c18 2160 3392 mt 2221 3354 L c19 2221 3354 mt 2174 3444 L 1 sg -47 15 61 -31 2109 3558 3 MP PP c8 2109 3558 mt 2170 3527 L c9 2170 3527 mt 2123 3542 L 1 sg -47 8 61 -29 2123 3542 3 MP PP c8 2123 3542 mt 2184 3513 L 2184 3513 mt 2137 3521 L 1 sg 61 -29 -47 15 2170 3527 3 MP PP c9 2170 3527 mt 2123 3542 L c8 2123 3542 mt 2184 3513 L 1 sg 61 -26 -47 8 2184 3513 3 MP PP c8 2184 3513 mt 2137 3521 L c11 2137 3521 mt 2198 3495 L 1 sg 60 -33 -46 39 2202 3494 3 MP PP c12 2202 3494 mt 2156 3533 L c10 2156 3533 mt 2216 3500 L 1 sg -46 27 60 -33 2156 3533 3 MP PP c10 2156 3533 mt 2216 3500 L 2216 3500 mt 2170 3527 L 1 sg -47 135 61 130 2136 2367 3 MP PP c51 2136 2367 mt 2197 2497 L c49 2197 2497 mt 2150 2632 L 1 sg 61 109 -47 -580 2201 3013 3 MP PP c39 2201 3013 mt 2154 2433 L /c54 { 1.000000 0.562500 0.000000 sr} bdef c54 2154 2433 mt 2215 2542 L 1 sg -47 -315 61 109 2154 2433 3 MP PP c54 2154 2433 mt 2215 2542 L c48 2215 2542 mt 2168 2227 L 1 sg -47 -18 61 -19 2129 3309 3 MP PP c21 2129 3309 mt 2190 3290 L 2190 3290 mt 2143 3272 L 1 sg 61 -19 -47 -17 2176 3326 3 MP PP c21 2176 3326 mt 2129 3309 L 2129 3309 mt 2190 3290 L 1 sg 60 -35 -46 139 2192 3175 3 MP PP c27 2192 3175 mt 2146 3314 L c22 2146 3314 mt 2206 3279 L 1 sg -46 -17 60 -19 2101 3381 3 MP PP c21 2101 3381 mt 2161 3362 L 2161 3362 mt 2115 3345 L 1 sg 60 -19 -46 -15 2147 3396 3 MP PP c21 2147 3396 mt 2101 3381 L 2101 3381 mt 2161 3362 L 1 sg -47 -17 61 -19 2115 3345 3 MP PP c21 2115 3345 mt 2176 3326 L 2176 3326 mt 2129 3309 L 1 sg 61 -19 -46 -17 2161 3362 3 MP PP c21 2161 3362 mt 2115 3345 L 2115 3345 mt 2176 3326 L 1 sg -46 113 60 -35 2146 3314 3 MP PP c22 2146 3314 mt 2206 3279 L c23 2206 3279 mt 2160 3392 L 1 sg -46 2 61 -26 2137 3521 3 MP PP c11 2137 3521 mt 2198 3495 L c8 2198 3495 mt 2152 3497 L 1 sg 60 -36 -46 53 2188 3477 3 MP PP c14 2188 3477 mt 2142 3530 L c12 2142 3530 mt 2202 3494 L 1 sg -46 39 60 -36 2142 3530 3 MP PP c12 2142 3530 mt 2202 3494 L 2202 3494 mt 2156 3533 L 1 sg 60 -28 -46 166 2178 3037 3 MP PP c32 2178 3037 mt 2132 3203 L c26 2132 3203 mt 2192 3175 L 1 sg -46 -20 60 -17 2083 3289 3 MP PP c21 2083 3289 mt 2143 3272 L 2143 3272 mt 2097 3252 L 1 sg 60 -17 -46 -20 2129 3309 3 MP PP c21 2129 3309 mt 2083 3289 L 2083 3289 mt 2143 3272 L 1 sg 60 -18 -46 -20 2143 3272 3 MP PP c21 2143 3272 mt 2097 3252 L 2097 3252 mt 2157 3234 L 1 sg -46 139 60 -28 2132 3203 3 MP PP c26 2132 3203 mt 2192 3175 L c27 2192 3175 mt 2146 3314 L 1 sg -47 -5 61 -24 2091 3521 3 MP PP c11 2091 3521 mt 2152 3497 L 2152 3497 mt 2105 3492 L 1 sg 61 -24 -46 0 2137 3521 3 MP PP c11 2137 3521 mt 2091 3521 L 2091 3521 mt 2152 3497 L 1 sg -47 -8 61 -22 2105 3492 3 MP PP c21 2105 3492 mt 2166 3470 L c11 2166 3470 mt 2119 3462 L 1 sg 61 -22 -47 -5 2152 3497 3 MP PP c11 2152 3497 mt 2105 3492 L c21 2105 3492 mt 2166 3470 L 1 sg 60 -39 -46 72 2174 3444 3 MP PP c16 2174 3444 mt 2128 3516 L c13 2128 3516 mt 2188 3477 L 1 sg -46 0 60 -27 2077 3548 3 MP PP c11 2077 3548 mt 2137 3521 L 2137 3521 mt 2091 3521 L 1 sg 60 -27 -46 6 2123 3542 3 MP PP c8 2123 3542 mt 2077 3548 L c11 2077 3548 mt 2137 3521 L 1 sg -46 53 60 -39 2128 3516 3 MP PP c13 2128 3516 mt 2188 3477 L c14 2188 3477 mt 2142 3530 L 1 sg 60 -11 -46 191 2164 2857 3 MP PP c38 2164 2857 mt 2118 3048 L c32 2118 3048 mt 2178 3037 L 1 sg -46 166 60 -11 2118 3048 3 MP PP c32 2118 3048 mt 2178 3037 L 2178 3037 mt 2132 3203 L 1 sg 61 -42 -47 94 2160 3392 3 MP PP c18 2160 3392 mt 2113 3486 L c15 2113 3486 mt 2174 3444 L 1 sg -46 72 61 -42 2113 3486 3 MP PP c15 2113 3486 mt 2174 3444 L c16 2174 3444 mt 2128 3516 L 1 sg 61 -31 -47 25 2156 3533 3 MP PP c10 2156 3533 mt 2109 3558 L c8 2109 3558 mt 2170 3527 L 1 sg -47 88 61 344 2061 1752 3 MP PP /c55 { 0.500000 0.000000 0.000000 sr} bdef c55 2061 1752 mt 2122 2096 L c52 2122 2096 mt 2075 2184 L 1 sg 61 344 -47 -200 2108 1952 3 MP PP /c56 { 0.750000 0.000000 0.000000 sr} bdef c56 2108 1952 mt 2061 1752 L c55 2061 1752 mt 2122 2096 L 1 sg 61 183 -47 88 2122 2096 3 MP PP c52 2122 2096 mt 2075 2184 L c53 2075 2184 mt 2136 2367 L 1 sg -46 -131 60 275 2108 1952 3 MP PP c56 2108 1952 mt 2168 2227 L c53 2168 2227 mt 2122 2096 L 1 sg 60 275 -46 -481 2154 2433 3 MP PP c54 2154 2433 mt 2108 1952 L c56 2108 1952 mt 2168 2227 L 1 sg 60 21 -46 204 2150 2632 3 MP PP c47 2150 2632 mt 2104 2836 L c39 2104 2836 mt 2164 2857 L 1 sg -46 191 60 21 2104 2836 3 MP PP c39 2104 2836 mt 2164 2857 L c38 2164 2857 mt 2118 3048 L 1 sg -46 -13 60 -21 2073 3450 3 MP PP c21 2073 3450 mt 2133 3429 L 2133 3429 mt 2087 3416 L 1 sg -46 -15 60 -20 2087 3416 3 MP PP c21 2087 3416 mt 2147 3396 L 2147 3396 mt 2101 3381 L 1 sg 60 -20 -46 -13 2133 3429 3 MP PP c21 2133 3429 mt 2087 3416 L 2087 3416 mt 2147 3396 L 1 sg 61 -43 -47 121 2146 3314 3 MP PP c22 2146 3314 mt 2099 3435 L c17 2099 3435 mt 2160 3392 L 1 sg -46 -12 60 -21 2059 3483 3 MP PP c21 2059 3483 mt 2119 3462 L 2119 3462 mt 2073 3450 L 1 sg 60 -21 -46 -9 2105 3492 3 MP PP c21 2105 3492 mt 2059 3483 L 2059 3483 mt 2119 3462 L 1 sg 60 -21 -46 -12 2119 3462 3 MP PP c21 2119 3462 mt 2073 3450 L 2073 3450 mt 2133 3429 L 1 sg -47 94 61 -43 2099 3435 3 MP PP c17 2099 3435 mt 2160 3392 L c18 2160 3392 mt 2113 3486 L 1 sg -46 13 60 -31 2049 3589 3 MP PP c8 2049 3589 mt 2109 3558 L 2109 3558 mt 2063 3571 L 1 sg 60 -31 -46 22 2095 3567 3 MP PP c9 2095 3567 mt 2049 3589 L c8 2049 3589 mt 2109 3558 L 1 sg 60 -29 -46 13 2109 3558 3 MP PP c8 2109 3558 mt 2063 3571 L c11 2063 3571 mt 2123 3542 L 1 sg -47 25 61 -34 2095 3567 3 MP PP c9 2095 3567 mt 2156 3533 L c10 2156 3533 mt 2109 3558 L 1 sg 61 -34 -47 37 2142 3530 3 MP PP c12 2142 3530 mt 2095 3567 L c9 2095 3567 mt 2156 3533 L 1 sg 61 79 -47 186 2136 2367 3 MP PP c51 2136 2367 mt 2089 2553 L c45 2089 2553 mt 2150 2632 L 1 sg -46 204 61 79 2089 2553 3 MP PP c45 2089 2553 mt 2150 2632 L c47 2150 2632 mt 2104 2836 L 1 sg -47 -18 61 -18 2054 3363 3 MP PP c21 2054 3363 mt 2115 3345 L 2115 3345 mt 2068 3327 L 1 sg 61 -18 -47 -18 2101 3381 3 MP PP c21 2101 3381 mt 2054 3363 L 2054 3363 mt 2115 3345 L 1 sg -46 -20 61 -18 2068 3327 3 MP PP c21 2068 3327 mt 2129 3309 L 2129 3309 mt 2083 3289 L 1 sg 61 -18 -47 -18 2115 3345 3 MP PP c21 2115 3345 mt 2068 3327 L 2068 3327 mt 2129 3309 L 1 sg 61 -43 -47 154 2132 3203 3 MP PP c26 2132 3203 mt 2085 3357 L c22 2085 3357 mt 2146 3314 L 1 sg -47 -18 61 -18 2040 3399 3 MP PP c21 2040 3399 mt 2101 3381 L 2101 3381 mt 2054 3363 L 1 sg 61 -18 -47 -17 2087 3416 3 MP PP c21 2087 3416 mt 2040 3399 L 2040 3399 mt 2101 3381 L 1 sg -47 121 61 -43 2085 3357 3 MP PP c22 2085 3357 mt 2146 3314 L 2146 3314 mt 2099 3435 L 1 sg -46 6 60 -29 2063 3571 3 MP PP c11 2063 3571 mt 2123 3542 L c8 2123 3542 mt 2077 3548 L 1 sg 61 -38 -47 52 2128 3516 3 MP PP c13 2128 3516 mt 2081 3568 L c10 2081 3568 mt 2142 3530 L 1 sg -47 37 61 -38 2081 3568 3 MP PP c10 2081 3568 mt 2142 3530 L c12 2142 3530 mt 2095 3567 L 1 sg -47 186 61 183 2075 2184 3 MP PP c53 2075 2184 mt 2136 2367 L c51 2136 2367 mt 2089 2553 L 1 sg 61 -37 -47 192 2118 3048 3 MP PP c32 2118 3048 mt 2071 3240 L c26 2071 3240 mt 2132 3203 L 1 sg -47 -20 61 -18 2022 3307 3 MP PP c21 2022 3307 mt 2083 3289 L 2083 3289 mt 2036 3269 L 1 sg 61 -18 -46 -20 2068 3327 3 MP PP c21 2068 3327 mt 2022 3307 L 2022 3307 mt 2083 3289 L 1 sg 61 -17 -47 -20 2083 3289 3 MP PP c21 2083 3289 mt 2036 3269 L 2036 3269 mt 2097 3252 L 1 sg -47 154 61 -37 2071 3240 3 MP PP c26 2071 3240 mt 2132 3203 L 2132 3203 mt 2085 3357 L 1 sg -47 -3 61 -26 2016 3574 3 MP PP c11 2016 3574 mt 2077 3548 L 2077 3548 mt 2030 3545 L 1 sg 61 -26 -47 3 2063 3571 3 MP PP c11 2063 3571 mt 2016 3574 L 2016 3574 mt 2077 3548 L 1 sg -47 -6 61 -24 2030 3545 3 MP PP c21 2030 3545 mt 2091 3521 L c11 2091 3521 mt 2044 3515 L 1 sg 61 -24 -47 -3 2077 3548 3 MP PP c11 2077 3548 mt 2030 3545 L c21 2030 3545 mt 2091 3521 L 1 sg 61 -23 -47 -6 2091 3521 3 MP PP c11 2091 3521 mt 2044 3515 L c21 2044 3515 mt 2105 3492 L 1 sg 61 -42 -46 72 2113 3486 3 MP PP c15 2113 3486 mt 2067 3558 L c12 2067 3558 mt 2128 3516 L 1 sg -47 52 61 -42 2067 3558 3 MP PP c12 2067 3558 mt 2128 3516 L c13 2128 3516 mt 2081 3568 L 1 sg 61 -22 -47 234 2104 2836 3 MP PP c39 2104 2836 mt 2057 3070 L c32 2057 3070 mt 2118 3048 L 1 sg -47 192 61 -22 2057 3070 3 MP PP c32 2057 3070 mt 2118 3048 L 2118 3048 mt 2071 3240 L 1 sg -46 -9 61 -23 2044 3515 3 MP PP c21 2044 3515 mt 2105 3492 L 2105 3492 mt 2059 3483 L 1 sg 60 -47 -46 98 2099 3435 3 MP PP c17 2099 3435 mt 2053 3533 L c14 2053 3533 mt 2113 3486 L 1 sg -46 72 60 -47 2053 3533 3 MP PP c14 2053 3533 mt 2113 3486 L c15 2113 3486 mt 2067 3558 L 1 sg 61 15 -46 268 2089 2553 3 MP PP c45 2089 2553 mt 2043 2821 L c39 2043 2821 mt 2104 2836 L 1 sg -47 234 61 15 2043 2821 3 MP PP c39 2043 2821 mt 2104 2836 L 2104 2836 mt 2057 3070 L 1 sg -47 -13 61 -21 1998 3504 3 MP PP c21 1998 3504 mt 2059 3483 L 2059 3483 mt 2012 3470 L 1 sg -47 -15 61 -20 2012 3470 3 MP PP c21 2012 3470 mt 2073 3450 L 2073 3450 mt 2026 3435 L 1 sg 61 -20 -47 -13 2059 3483 3 MP PP c21 2059 3483 mt 2012 3470 L 2012 3470 mt 2073 3450 L 1 sg -47 -17 61 -19 2026 3435 3 MP PP c21 2026 3435 mt 2087 3416 L 2087 3416 mt 2040 3399 L 1 sg 61 -19 -47 -15 2073 3450 3 MP PP c21 2073 3450 mt 2026 3435 L 2026 3435 mt 2087 3416 L 1 sg 60 -52 -46 130 2085 3357 3 MP PP c22 2085 3357 mt 2039 3487 L c17 2039 3487 mt 2099 3435 L 1 sg 61 -21 -46 -11 2044 3515 3 MP PP c21 2044 3515 mt 1998 3504 L 1998 3504 mt 2059 3483 L 1 sg -46 98 60 -52 2039 3487 3 MP PP c17 2039 3487 mt 2099 3435 L 2099 3435 mt 2053 3533 L 1 sg -46 22 60 -36 2035 3603 3 MP PP c9 2035 3603 mt 2095 3567 L 2095 3567 mt 2049 3589 L 1 sg 60 -36 -46 35 2081 3568 3 MP PP c10 2081 3568 mt 2035 3603 L c9 2035 3603 mt 2095 3567 L 1 sg 60 97 -46 272 2075 2184 3 MP PP c53 2075 2184 mt 2029 2456 L c48 2029 2456 mt 2089 2553 L 1 sg -46 268 60 97 2029 2456 3 MP PP c48 2029 2456 mt 2089 2553 L c45 2089 2553 mt 2043 2821 L 1 sg -46 -18 60 -19 1980 3418 3 MP PP c21 1980 3418 mt 2040 3399 L 2040 3399 mt 1994 3381 L 1 sg 60 -19 -46 -17 2026 3435 3 MP PP c21 2026 3435 mt 1980 3418 L 1980 3418 mt 2040 3399 L 1 sg -46 -19 60 -18 1994 3381 3 MP PP c21 1994 3381 mt 2054 3363 L 2054 3363 mt 2008 3344 L 1 sg 60 -18 -46 -18 2040 3399 3 MP PP c21 2040 3399 mt 1994 3381 L 1994 3381 mt 2054 3363 L 1 sg -46 -20 60 -17 2008 3344 3 MP PP c21 2008 3344 mt 2068 3327 L 2068 3327 mt 2022 3307 L 1 sg 60 -17 -46 -19 2054 3363 3 MP PP c21 2054 3363 mt 2008 3344 L 2008 3344 mt 2068 3327 L 1 sg 60 -54 -46 171 2071 3240 3 MP PP c26 2071 3240 mt 2025 3411 L c20 2025 3411 mt 2085 3357 L 1 sg -46 130 60 -54 2025 3411 3 MP PP c20 2025 3411 mt 2085 3357 L c22 2085 3357 mt 2039 3487 L 1 sg -47 10 61 -32 1988 3621 3 MP PP c8 1988 3621 mt 2049 3589 L 2049 3589 mt 2002 3599 L 1 sg 61 -32 -47 18 2035 3603 3 MP PP c9 2035 3603 mt 1988 3621 L c8 1988 3621 mt 2049 3589 L 1 sg -47 3 61 -28 2002 3599 3 MP PP c11 2002 3599 mt 2063 3571 L 2063 3571 mt 2016 3574 L 1 sg 61 -28 -47 10 2049 3589 3 MP PP c8 2049 3589 mt 2002 3599 L c11 2002 3599 mt 2063 3571 L 1 sg 61 -40 -47 50 2067 3558 3 MP PP c12 2067 3558 mt 2020 3608 L c9 2020 3608 mt 2081 3568 L 1 sg -46 35 61 -40 2020 3608 3 MP PP c9 2020 3608 mt 2081 3568 L c10 2081 3568 mt 2035 3603 L 1 sg 60 275 -46 157 2061 1752 3 MP PP c55 2061 1752 mt 2015 1909 L c56 2015 1909 mt 2075 2184 L 1 sg -46 272 60 275 2015 1909 3 MP PP c56 2015 1909 mt 2075 2184 L c53 2075 2184 mt 2029 2456 L 1 sg 61 -18 -47 -20 2022 3307 3 MP PP c21 2022 3307 mt 1975 3287 L 1975 3287 mt 2036 3269 L 1 sg 60 -53 -46 223 2057 3070 3 MP PP c32 2057 3070 mt 2011 3293 L c25 2011 3293 mt 2071 3240 L 1 sg -47 -20 61 -18 1961 3325 3 MP PP c21 1961 3325 mt 2022 3307 L 2022 3307 mt 1975 3287 L 1 sg 61 -18 -47 -19 2008 3344 3 MP PP c21 2008 3344 mt 1961 3325 L 1961 3325 mt 2022 3307 L 1 sg -46 171 60 -53 2011 3293 3 MP PP c25 2011 3293 mt 2071 3240 L c26 2071 3240 mt 2025 3411 L 1 sg 61 -46 -47 71 2053 3533 3 MP PP c14 2053 3533 mt 2006 3604 L c12 2006 3604 mt 2067 3558 L 1 sg -47 50 61 -46 2006 3604 3 MP PP c12 2006 3604 mt 2067 3558 L 2067 3558 mt 2020 3608 L 1 sg 61 -41 -47 290 2043 2821 3 MP PP c39 2043 2821 mt 1996 3111 L c31 1996 3111 mt 2057 3070 L 1 sg -46 223 61 -41 1996 3111 3 MP PP c31 1996 3111 mt 2057 3070 L c32 2057 3070 mt 2011 3293 L 1 sg -46 -5 60 -25 1956 3599 3 MP PP c21 1956 3599 mt 2016 3574 L c11 2016 3574 mt 1970 3569 L 1 sg 60 -25 -46 0 2002 3599 3 MP PP c11 2002 3599 mt 1956 3599 L c21 1956 3599 mt 2016 3574 L 1 sg -46 -8 60 -24 1970 3569 3 MP PP c21 1970 3569 mt 2030 3545 L 2030 3545 mt 1984 3537 L 1 sg 60 -24 -46 -5 2016 3574 3 MP PP c11 2016 3574 mt 1970 3569 L c21 1970 3569 mt 2030 3545 L 1 sg -46 -11 60 -22 1984 3537 3 MP PP c21 1984 3537 mt 2044 3515 L 2044 3515 mt 1998 3504 L 1 sg 60 -22 -46 -8 2030 3545 3 MP PP c21 2030 3545 mt 1984 3537 L 1984 3537 mt 2044 3515 L 1 sg 61 -52 -47 98 2039 3487 3 MP PP c17 2039 3487 mt 1992 3585 L c13 1992 3585 mt 2053 3533 L 1 sg -47 71 61 -52 1992 3585 3 MP PP c13 1992 3585 mt 2053 3533 L c14 2053 3533 mt 2006 3604 L 1 sg 61 -3 -47 368 2029 2456 3 MP PP c48 2029 2456 mt 1982 2824 L c40 1982 2824 mt 2043 2821 L 1 sg -47 290 61 -3 1982 2824 3 MP PP c40 1982 2824 mt 2043 2821 L c39 2043 2821 mt 1996 3111 L 1 sg -47 -13 61 -22 1923 3559 3 MP PP c21 1923 3559 mt 1984 3537 L 1984 3537 mt 1937 3524 L 1 sg 61 -22 -47 -10 1970 3569 3 MP PP c21 1970 3569 mt 1923 3559 L 1923 3559 mt 1984 3537 L 1 sg -47 -15 61 -20 1937 3524 3 MP PP c21 1937 3524 mt 1998 3504 L 1998 3504 mt 1951 3489 L 1 sg 61 -20 -47 -13 1984 3537 3 MP PP c21 1984 3537 mt 1937 3524 L 1937 3524 mt 1998 3504 L 1 sg -47 -16 61 -19 1951 3489 3 MP PP c21 1951 3489 mt 2012 3470 L 2012 3470 mt 1965 3454 L 1 sg 61 -19 -47 -15 1998 3504 3 MP PP c21 1998 3504 mt 1951 3489 L 1951 3489 mt 2012 3470 L 1 sg -46 -17 61 -19 1965 3454 3 MP PP c21 1965 3454 mt 2026 3435 L 2026 3435 mt 1980 3418 L 1 sg 61 -19 -47 -16 2012 3470 3 MP PP c21 2012 3470 mt 1965 3454 L 1965 3454 mt 2026 3435 L 1 sg 61 -60 -47 136 2025 3411 3 MP PP c20 2025 3411 mt 1978 3547 L c15 1978 3547 mt 2039 3487 L 1 sg -47 98 61 -60 1978 3547 3 MP PP c15 1978 3547 mt 2039 3487 L c17 2039 3487 mt 1992 3585 L 1 sg -47 18 61 -36 1974 3639 3 MP PP c8 1974 3639 mt 2035 3603 L c9 2035 3603 mt 1988 3621 L 1 sg 61 -36 -46 31 2020 3608 3 MP PP c9 2020 3608 mt 1974 3639 L c8 1974 3639 mt 2035 3603 L 1 sg 61 109 -47 438 2015 1909 3 MP PP c56 2015 1909 mt 1968 2347 L c54 1968 2347 mt 2029 2456 L 1 sg -47 368 61 109 1968 2347 3 MP PP c54 1968 2347 mt 2029 2456 L c48 2029 2456 mt 1982 2824 L 1 sg -47 -19 61 -18 1933 3399 3 MP PP c21 1933 3399 mt 1994 3381 L 1994 3381 mt 1947 3362 L 1 sg 61 -18 -47 -19 1980 3418 3 MP PP c21 1980 3418 mt 1933 3399 L 1933 3399 mt 1994 3381 L 1 sg -47 -19 61 -18 1947 3362 3 MP PP c21 1947 3362 mt 2008 3344 L 2008 3344 mt 1961 3325 L 1 sg 61 -18 -47 -19 1994 3381 3 MP PP c21 1994 3381 mt 1947 3362 L 1947 3362 mt 2008 3344 L 1 sg 61 -70 -47 188 2011 3293 3 MP PP c25 2011 3293 mt 1964 3481 L c18 1964 3481 mt 2025 3411 L 1 sg -47 136 61 -70 1964 3481 3 MP PP c18 1964 3481 mt 2025 3411 L c20 2025 3411 mt 1978 3547 L gr c20 0 sg 1963 4820 mt (x) s gs 899 388 5357 4231 rc 1 sg -47 14 61 -37 1913 3676 3 MP PP c8 1913 3676 mt 1974 3639 L 1974 3639 mt 1927 3653 L 1 sg 61 -37 -47 26 1960 3650 3 MP PP c9 1960 3650 mt 1913 3676 L c8 1913 3676 mt 1974 3639 L 1 sg 61 -32 -47 14 1974 3639 3 MP PP c8 1974 3639 mt 1927 3653 L c11 1927 3653 mt 1988 3621 L 1 sg -46 31 60 -42 1960 3650 3 MP PP c9 1960 3650 mt 2020 3608 L 2020 3608 mt 1974 3639 L 1 sg 60 -42 -46 46 2006 3604 3 MP PP c12 2006 3604 mt 1960 3650 L c9 1960 3650 mt 2020 3608 L 1 sg -46 -21 60 -17 1901 3342 3 MP PP c21 1901 3342 mt 1961 3325 L 1961 3325 mt 1915 3304 L 1 sg 60 -17 -46 -20 1947 3362 3 MP PP c21 1947 3362 mt 1901 3342 L 1901 3342 mt 1961 3325 L 1 sg 60 -17 -46 -21 1961 3325 3 MP PP c21 1961 3325 mt 1915 3304 L 1915 3304 mt 1975 3287 L 1 sg 61 -78 -46 260 1996 3111 3 MP PP c31 1996 3111 mt 1950 3371 L c23 1950 3371 mt 2011 3293 L 1 sg -46 -18 60 -18 1905 3472 3 MP PP c21 1905 3472 mt 1965 3454 L 1965 3454 mt 1919 3436 L 1 sg 60 -18 -46 -17 1951 3489 3 MP PP c21 1951 3489 mt 1905 3472 L 1905 3472 mt 1965 3454 L 1 sg -47 -19 61 -18 1919 3436 3 MP PP c21 1919 3436 mt 1980 3418 L 1980 3418 mt 1933 3399 L 1 sg 61 -18 -46 -18 1965 3454 3 MP PP c21 1965 3454 mt 1919 3436 L 1919 3436 mt 1980 3418 L 1 sg -47 188 61 -78 1950 3371 3 MP PP c23 1950 3371 mt 2011 3293 L c25 2011 3293 mt 1964 3481 L 1 sg -47 7 61 -32 1927 3653 3 MP PP c11 1927 3653 mt 1988 3621 L c8 1988 3621 mt 1941 3628 L 1 sg -46 0 61 -29 1941 3628 3 MP PP c11 1941 3628 mt 2002 3599 L 2002 3599 mt 1956 3599 L 1 sg 61 -29 -47 7 1988 3621 3 MP PP c8 1988 3621 mt 1941 3628 L c11 1941 3628 mt 2002 3599 L 1 sg 60 -49 -46 68 1992 3585 3 MP PP c13 1992 3585 mt 1946 3653 L c10 1946 3653 mt 2006 3604 L 1 sg -46 46 60 -49 1946 3653 3 MP PP c10 1946 3653 mt 2006 3604 L c12 2006 3604 mt 1960 3650 L 1 sg 60 -80 -46 367 1982 2824 3 MP PP c40 1982 2824 mt 1936 3191 L c29 1936 3191 mt 1996 3111 L 1 sg -46 260 60 -80 1936 3191 3 MP PP c29 1936 3191 mt 1996 3111 L c31 1996 3111 mt 1950 3371 L 1 sg -46 -3 60 -28 1881 3656 3 MP PP c21 1881 3656 mt 1941 3628 L c11 1941 3628 mt 1895 3625 L 1 sg 60 -28 -46 3 1927 3653 3 MP PP c11 1927 3653 mt 1881 3656 L c21 1881 3656 mt 1941 3628 L 1 sg -47 -7 61 -26 1895 3625 3 MP PP c21 1895 3625 mt 1956 3599 L 1956 3599 mt 1909 3592 L 1 sg 61 -26 -46 -3 1941 3628 3 MP PP c11 1941 3628 mt 1895 3625 L c21 1895 3625 mt 1956 3599 L 1 sg -47 -10 61 -23 1909 3592 3 MP PP c21 1909 3592 mt 1970 3569 L 1970 3569 mt 1923 3559 L 1 sg 61 -23 -47 -7 1956 3599 3 MP PP c21 1956 3599 mt 1909 3592 L 1909 3592 mt 1970 3569 L 1 sg 60 -59 -46 97 1978 3547 3 MP PP c15 1978 3547 mt 1932 3644 L c12 1932 3644 mt 1992 3585 L 1 sg -46 68 60 -59 1932 3644 3 MP PP c12 1932 3644 mt 1992 3585 L c13 1992 3585 mt 1946 3653 L 1 sg 60 -60 -46 537 1968 2347 3 MP PP c54 1968 2347 mt 1922 2884 L c39 1922 2884 mt 1982 2824 L 1 sg -46 367 60 -60 1922 2884 3 MP PP c39 1922 2884 mt 1982 2824 L c40 1982 2824 mt 1936 3191 L 1 sg 61 -72 -47 138 1964 3481 3 MP PP c18 1964 3481 mt 1917 3619 L c14 1917 3619 mt 1978 3547 L 1 sg -46 97 61 -72 1917 3619 3 MP PP c14 1917 3619 mt 1978 3547 L c15 1978 3547 mt 1932 3644 L 1 sg -46 -14 60 -21 1863 3580 3 MP PP c21 1863 3580 mt 1923 3559 L 1923 3559 mt 1877 3545 L 1 sg 60 -21 -46 -12 1909 3592 3 MP PP c21 1909 3592 mt 1863 3580 L 1863 3580 mt 1923 3559 L 1 sg -46 -15 60 -21 1877 3545 3 MP PP c21 1877 3545 mt 1937 3524 L 1937 3524 mt 1891 3509 L 1 sg 60 -21 -46 -14 1923 3559 3 MP PP c21 1923 3559 mt 1877 3545 L 1877 3545 mt 1937 3524 L 1 sg -46 -17 60 -20 1891 3509 3 MP PP c21 1891 3509 mt 1951 3489 L 1951 3489 mt 1905 3472 L 1 sg 60 -20 -46 -15 1937 3524 3 MP PP c21 1937 3524 mt 1891 3509 L 1891 3509 mt 1951 3489 L 1 sg 61 -90 -47 200 1950 3371 3 MP PP c23 1950 3371 mt 1903 3571 L c16 1903 3571 mt 1964 3481 L 1 sg -47 138 61 -90 1903 3571 3 MP PP c16 1903 3571 mt 1964 3481 L c18 1964 3481 mt 1917 3619 L 1 sg -47 26 61 -43 1899 3693 3 MP PP c8 1899 3693 mt 1960 3650 L c9 1960 3650 mt 1913 3676 L 1 sg 61 -43 -47 40 1946 3653 3 MP PP c10 1946 3653 mt 1899 3693 L c8 1899 3693 mt 1960 3650 L 1 sg -47 -18 61 -19 1844 3491 3 MP PP c21 1844 3491 mt 1905 3472 L 1905 3472 mt 1858 3454 L 1 sg 61 -19 -47 -18 1891 3509 3 MP PP c21 1891 3509 mt 1844 3491 L 1844 3491 mt 1905 3472 L 1 sg -47 -19 61 -18 1858 3454 3 MP PP c21 1858 3454 mt 1919 3436 L 1919 3436 mt 1872 3417 L 1 sg 61 -18 -47 -18 1905 3472 3 MP PP c21 1905 3472 mt 1858 3454 L 1858 3454 mt 1919 3436 L 1 sg -46 -20 61 -18 1872 3417 3 MP PP c21 1872 3417 mt 1933 3399 L 1933 3399 mt 1887 3379 L 1 sg 61 -18 -47 -19 1919 3436 3 MP PP c21 1919 3436 mt 1872 3417 L 1872 3417 mt 1933 3399 L 1 sg -46 -20 60 -17 1887 3379 3 MP PP c21 1887 3379 mt 1947 3362 L 1947 3362 mt 1901 3342 L 1 sg 60 -17 -46 -20 1933 3399 3 MP PP c21 1933 3399 mt 1887 3379 L 1887 3379 mt 1947 3362 L 1 sg 61 -116 -47 296 1936 3191 3 MP PP c29 1936 3191 mt 1889 3487 L c19 1889 3487 mt 1950 3371 L 1 sg -47 200 61 -116 1889 3487 3 MP PP c19 1889 3487 mt 1950 3371 L c23 1950 3371 mt 1903 3571 L 1 sg -46 19 60 -44 1839 3737 3 MP PP c11 1839 3737 mt 1899 3693 L c8 1899 3693 mt 1853 3712 L 1 sg 60 -44 -46 32 1885 3705 3 MP PP c9 1885 3705 mt 1839 3737 L c11 1839 3737 mt 1899 3693 L 1 sg -46 9 60 -36 1853 3712 3 MP PP c11 1853 3712 mt 1913 3676 L c8 1913 3676 mt 1867 3685 L 1 sg 60 -36 -46 19 1899 3693 3 MP PP c8 1899 3693 mt 1853 3712 L c11 1853 3712 mt 1913 3676 L 1 sg -46 3 60 -32 1867 3685 3 MP PP c11 1867 3685 mt 1927 3653 L 1927 3653 mt 1881 3656 L 1 sg 60 -32 -46 9 1913 3676 3 MP PP c8 1913 3676 mt 1867 3685 L c11 1867 3685 mt 1927 3653 L 1 sg 61 -52 -47 61 1932 3644 3 MP PP c12 1932 3644 mt 1885 3705 L c9 1885 3705 mt 1946 3653 L 1 sg -47 40 61 -52 1885 3705 3 MP PP c9 1885 3705 mt 1946 3653 L c10 1946 3653 mt 1899 3693 L 1 sg -47 -21 61 -17 1840 3359 3 MP PP c21 1840 3359 mt 1901 3342 L 1901 3342 mt 1854 3321 L 1 sg 61 -17 -47 -20 1887 3379 3 MP PP c21 1887 3379 mt 1840 3359 L 1840 3359 mt 1901 3342 L 1 sg 61 -17 -47 -21 1901 3342 3 MP PP c21 1901 3342 mt 1854 3321 L 1854 3321 mt 1915 3304 L 1 sg 61 -158 -47 465 1922 2884 3 MP PP c39 1922 2884 mt 1875 3349 L c25 1875 3349 mt 1936 3191 L 1 sg -47 -20 61 -18 1826 3397 3 MP PP c21 1826 3397 mt 1887 3379 L 1887 3379 mt 1840 3359 L 1 sg 61 -18 -46 -20 1872 3417 3 MP PP c21 1872 3417 mt 1826 3397 L 1826 3397 mt 1887 3379 L 1 sg -47 296 61 -158 1875 3349 3 MP PP c25 1875 3349 mt 1936 3191 L c29 1936 3191 mt 1889 3487 L 1 sg 61 -65 -46 90 1917 3619 3 MP PP c14 1917 3619 mt 1871 3709 L c10 1871 3709 mt 1932 3644 L 1 sg -47 61 61 -65 1871 3709 3 MP PP c10 1871 3709 mt 1932 3644 L c12 1932 3644 mt 1885 3705 L 1 sg -47 -3 61 -30 1806 3715 3 MP PP c21 1806 3715 mt 1867 3685 L c11 1867 3685 mt 1820 3682 L 1 sg 61 -30 -47 3 1853 3712 3 MP PP c11 1853 3712 mt 1806 3715 L c21 1806 3715 mt 1867 3685 L 1 sg -47 -7 61 -26 1820 3682 3 MP PP c21 1820 3682 mt 1881 3656 L 1881 3656 mt 1834 3649 L 1 sg 61 -26 -47 -3 1867 3685 3 MP PP c11 1867 3685 mt 1820 3682 L c21 1820 3682 mt 1881 3656 L 1 sg -47 -10 61 -24 1834 3649 3 MP PP c21 1834 3649 mt 1895 3625 L 1895 3625 mt 1848 3615 L 1 sg 61 -24 -47 -7 1881 3656 3 MP PP c21 1881 3656 mt 1834 3649 L 1834 3649 mt 1895 3625 L 1 sg -46 -12 61 -23 1848 3615 3 MP PP c21 1848 3615 mt 1909 3592 L 1909 3592 mt 1863 3580 L 1 sg 61 -23 -47 -10 1895 3625 3 MP PP c21 1895 3625 mt 1848 3615 L 1848 3615 mt 1909 3592 L 1 sg 60 -84 -46 132 1903 3571 3 MP PP c16 1903 3571 mt 1857 3703 L c12 1857 3703 mt 1917 3619 L 1 sg -46 90 60 -84 1857 3703 3 MP PP c12 1857 3703 mt 1917 3619 L c14 1917 3619 mt 1871 3709 L 1 sg -47 -18 61 -19 1816 3564 3 MP PP c21 1816 3564 mt 1877 3545 L 1877 3545 mt 1830 3527 L 1 sg 61 -19 -47 -16 1863 3580 3 MP PP c21 1863 3580 mt 1816 3564 L 1816 3564 mt 1877 3545 L 1 sg -47 -18 61 -18 1830 3527 3 MP PP c21 1830 3527 mt 1891 3509 L 1891 3509 mt 1844 3491 L 1 sg 61 -18 -47 -18 1877 3545 3 MP PP c21 1877 3545 mt 1830 3527 L 1830 3527 mt 1891 3509 L 1 sg 60 -115 -46 199 1889 3487 3 MP PP c19 1889 3487 mt 1843 3686 L c13 1843 3686 mt 1903 3571 L 1 sg -46 132 60 -115 1843 3686 3 MP PP c13 1843 3686 mt 1903 3571 L c16 1903 3571 mt 1857 3703 L 1 sg -46 -13 60 -23 1774 3672 3 MP PP c21 1774 3672 mt 1834 3649 L 1834 3649 mt 1788 3636 L 1 sg 60 -23 -46 -10 1820 3682 3 MP PP c21 1820 3682 mt 1774 3672 L 1774 3672 mt 1834 3649 L 1 sg -46 -15 60 -21 1788 3636 3 MP PP c21 1788 3636 mt 1848 3615 L 1848 3615 mt 1802 3600 L 1 sg 60 -21 -46 -13 1834 3649 3 MP PP c21 1834 3649 mt 1788 3636 L 1788 3636 mt 1848 3615 L 1 sg -47 -16 61 -20 1802 3600 3 MP PP c21 1802 3600 mt 1863 3580 L 1863 3580 mt 1816 3564 L 1 sg 61 -20 -46 -15 1848 3615 3 MP PP c21 1848 3615 mt 1802 3600 L 1802 3600 mt 1863 3580 L 1 sg -46 -20 60 -17 1812 3434 3 MP PP c21 1812 3434 mt 1872 3417 L 1872 3417 mt 1826 3397 L 1 sg 60 -17 -46 -20 1858 3454 3 MP PP c21 1858 3454 mt 1812 3434 L 1812 3434 mt 1872 3417 L 1 sg 60 -174 -46 312 1875 3349 3 MP PP c25 1875 3349 mt 1829 3661 L c15 1829 3661 mt 1889 3487 L 1 sg -46 199 60 -174 1829 3661 3 MP PP c15 1829 3661 mt 1889 3487 L c19 1889 3487 mt 1843 3686 L 1 sg -46 32 61 -53 1824 3758 3 MP PP c8 1824 3758 mt 1885 3705 L c9 1885 3705 mt 1839 3737 L 1 sg 61 -53 -47 49 1871 3709 3 MP PP c10 1871 3709 mt 1824 3758 L c8 1824 3758 mt 1885 3705 L 1 sg -46 20 60 -52 1764 3810 3 MP PP c11 1764 3810 mt 1824 3758 L c8 1824 3758 mt 1778 3778 L 1 sg 60 -52 -46 32 1810 3778 3 MP PP c8 1810 3778 mt 1764 3810 L c11 1764 3810 mt 1824 3758 L 1 sg -47 10 61 -41 1778 3778 3 MP PP c11 1778 3778 mt 1839 3737 L 1839 3737 mt 1792 3747 L 1 sg 61 -41 -46 20 1824 3758 3 MP PP c8 1824 3758 mt 1778 3778 L c11 1778 3778 mt 1839 3737 L 1 sg -47 3 61 -35 1792 3747 3 MP PP c21 1792 3747 mt 1853 3712 L c11 1853 3712 mt 1806 3715 L 1 sg 61 -35 -47 10 1839 3737 3 MP PP c11 1839 3737 mt 1792 3747 L c21 1792 3747 mt 1853 3712 L 1 sg -47 49 61 -69 1810 3778 3 MP PP c8 1810 3778 mt 1871 3709 L c10 1871 3709 mt 1824 3758 L 1 sg 61 -69 -47 75 1857 3703 3 MP PP c12 1857 3703 mt 1810 3778 L c8 1810 3778 mt 1871 3709 L 1 sg 60 -17 -46 -20 1844 3491 3 MP PP c21 1844 3491 mt 1798 3471 L 1798 3471 mt 1858 3454 L 1 sg -46 -20 60 -17 1798 3471 3 MP PP c21 1798 3471 mt 1858 3454 L 1858 3454 mt 1812 3434 L 1 sg -46 32 60 -67 1750 3845 3 MP PP c11 1750 3845 mt 1810 3778 L c8 1810 3778 mt 1764 3810 L 1 sg 60 -67 -46 48 1796 3797 3 MP PP c9 1796 3797 mt 1750 3845 L c11 1750 3845 mt 1810 3778 L 1 sg 61 -94 -47 111 1843 3686 3 MP PP c13 1843 3686 mt 1796 3797 L c9 1796 3797 mt 1857 3703 L 1 sg -47 75 61 -94 1796 3797 3 MP PP c9 1796 3797 mt 1857 3703 L c12 1857 3703 mt 1810 3778 L 1 sg 60 -17 -46 -21 1840 3359 3 MP PP c21 1840 3359 mt 1794 3338 L 1794 3338 mt 1854 3321 L 1 sg 60 -18 -46 -18 1830 3527 3 MP PP c21 1830 3527 mt 1784 3509 L 1784 3509 mt 1844 3491 L 1 sg -46 -20 60 -18 1784 3509 3 MP PP c21 1784 3509 mt 1844 3491 L 1844 3491 mt 1798 3471 L 1 sg -46 48 60 -90 1736 3887 3 MP PP c11 1736 3887 mt 1796 3797 L c9 1796 3797 mt 1750 3845 L 1 sg 60 -90 -46 63 1782 3824 3 MP PP c9 1782 3824 mt 1736 3887 L c11 1736 3887 mt 1796 3797 L 1 sg 61 -138 -47 163 1829 3661 3 MP PP c15 1829 3661 mt 1782 3824 L c9 1782 3824 mt 1843 3686 L 1 sg -47 111 61 -138 1782 3824 3 MP PP c9 1782 3824 mt 1843 3686 L c13 1843 3686 mt 1796 3797 L 1 sg 61 -17 -47 -21 1826 3397 3 MP PP c21 1826 3397 mt 1779 3376 L 1779 3376 mt 1840 3359 L 1 sg -46 -21 61 -17 1779 3376 3 MP PP c21 1779 3376 mt 1840 3359 L 1840 3359 mt 1794 3338 L 1 sg 60 -19 -46 -18 1816 3564 3 MP PP c21 1816 3564 mt 1770 3546 L 1770 3546 mt 1830 3527 L 1 sg -46 -18 60 -19 1770 3546 3 MP PP c21 1770 3546 mt 1830 3527 L 1830 3527 mt 1784 3509 L 1 sg 61 -17 -47 -20 1812 3434 3 MP PP c21 1812 3434 mt 1765 3414 L 1765 3414 mt 1826 3397 L 1 sg -47 -21 61 -17 1765 3414 3 MP PP c21 1765 3414 mt 1826 3397 L 1826 3397 mt 1779 3376 L 1 sg 60 -26 -46 -7 1806 3715 3 MP PP c21 1806 3715 mt 1760 3708 L 1760 3708 mt 1820 3682 L 1 sg -46 -10 60 -26 1760 3708 3 MP PP c21 1760 3708 mt 1820 3682 L 1820 3682 mt 1774 3672 L 1 sg 61 -19 -47 -17 1802 3600 3 MP PP c21 1802 3600 mt 1755 3583 L 1755 3583 mt 1816 3564 L 1 sg -46 -18 61 -19 1755 3583 3 MP PP c21 1755 3583 mt 1816 3564 L 1816 3564 mt 1770 3546 L 1 sg 61 -17 -47 -20 1798 3471 3 MP PP c21 1798 3471 mt 1751 3451 L 1751 3451 mt 1812 3434 L 1 sg -47 -20 61 -17 1751 3451 3 MP PP c21 1751 3451 mt 1812 3434 L 1812 3434 mt 1765 3414 L 1 sg 60 -28 -46 -4 1792 3747 3 MP PP c21 1792 3747 mt 1746 3743 L 1746 3743 mt 1806 3715 L 1 sg -46 -7 60 -28 1746 3743 3 MP PP c21 1746 3743 mt 1806 3715 L 1806 3715 mt 1760 3708 L 1 sg 61 -20 -47 -16 1788 3636 3 MP PP c21 1788 3636 mt 1741 3620 L 1741 3620 mt 1802 3600 L 1 sg -47 -17 61 -20 1741 3620 3 MP PP c21 1741 3620 mt 1802 3600 L 1802 3600 mt 1755 3583 L 1 sg 61 -18 -47 -20 1784 3509 3 MP PP c21 1784 3509 mt 1737 3489 L 1737 3489 mt 1798 3471 L 1 sg -47 -20 61 -18 1737 3489 3 MP PP c21 1737 3489 mt 1798 3471 L 1798 3471 mt 1751 3451 L 1 sg 61 -17 -46 -21 1779 3376 3 MP PP c21 1779 3376 mt 1733 3355 L 1733 3355 mt 1794 3338 L 1 sg 61 -32 -47 1 1778 3778 3 MP PP c11 1778 3778 mt 1731 3779 L c21 1731 3779 mt 1792 3747 L 1 sg -46 -4 61 -32 1731 3779 3 MP PP c21 1731 3779 mt 1792 3747 L 1792 3747 mt 1746 3743 L 1 sg 61 -21 -47 -15 1774 3672 3 MP PP c21 1774 3672 mt 1727 3657 L 1727 3657 mt 1788 3636 L 1 sg -47 -16 61 -21 1727 3657 3 MP PP c21 1727 3657 mt 1788 3636 L 1788 3636 mt 1741 3620 L 1 sg 61 -17 -47 -20 1770 3546 3 MP PP c21 1770 3546 mt 1723 3526 L 1723 3526 mt 1784 3509 L 1 sg -47 -20 61 -17 1723 3526 3 MP PP c21 1723 3526 mt 1784 3509 L 1784 3509 mt 1737 3489 L 1 sg 60 -17 -46 -21 1765 3414 3 MP PP c21 1765 3414 mt 1719 3393 L 1719 3393 mt 1779 3376 L 1 sg -46 -21 60 -17 1719 3393 3 MP PP c21 1719 3393 mt 1779 3376 L 1779 3376 mt 1733 3355 L 1 sg 61 -38 -47 6 1764 3810 3 MP PP c11 1764 3810 mt 1717 3816 L c21 1717 3816 mt 1778 3778 L 1 sg -47 1 61 -38 1717 3816 3 MP PP c21 1717 3816 mt 1778 3778 L c11 1778 3778 mt 1731 3779 L 1 sg 61 -22 -47 -14 1760 3708 3 MP PP c21 1760 3708 mt 1713 3694 L 1713 3694 mt 1774 3672 L 1 sg -47 -15 61 -22 1713 3694 3 MP PP c21 1713 3694 mt 1774 3672 L 1774 3672 mt 1727 3657 L 1 sg 61 -18 -46 -19 1755 3583 3 MP PP c21 1755 3583 mt 1709 3564 L 1709 3564 mt 1770 3546 L 1 sg -47 -20 61 -18 1709 3564 3 MP PP c21 1709 3564 mt 1770 3546 L 1770 3546 mt 1723 3526 L 1 sg 60 -16 -46 -21 1751 3451 3 MP PP c21 1751 3451 mt 1705 3430 L 1705 3430 mt 1765 3414 L 1 sg -46 -21 60 -16 1705 3430 3 MP PP c21 1705 3430 mt 1765 3414 L 1765 3414 mt 1719 3393 L 1 sg 61 -45 -47 10 1750 3845 3 MP PP c11 1750 3845 mt 1703 3855 L c21 1703 3855 mt 1764 3810 L 1 sg -47 6 61 -45 1703 3855 3 MP PP c21 1703 3855 mt 1764 3810 L c11 1764 3810 mt 1717 3816 L 1 sg 61 -23 -47 -12 1746 3743 3 MP PP c21 1746 3743 mt 1699 3731 L 1699 3731 mt 1760 3708 L 1 sg -47 -14 61 -23 1699 3731 3 MP PP c21 1699 3731 mt 1760 3708 L 1760 3708 mt 1713 3694 L 1 sg 60 -18 -46 -19 1741 3620 3 MP PP c21 1741 3620 mt 1695 3601 L 1695 3601 mt 1755 3583 L 1 sg -46 -19 60 -18 1695 3601 3 MP PP c21 1695 3601 mt 1755 3583 L 1755 3583 mt 1709 3564 L 1 sg 60 -17 -46 -21 1737 3489 3 MP PP c21 1737 3489 mt 1691 3468 L 1691 3468 mt 1751 3451 L 1 sg -46 -21 60 -17 1691 3468 3 MP PP c21 1691 3468 mt 1751 3451 L 1751 3451 mt 1705 3430 L 1 sg 61 -53 -47 11 1736 3887 3 MP PP c11 1736 3887 mt 1689 3898 L c21 1689 3898 mt 1750 3845 L 1 sg -47 10 61 -53 1689 3898 3 MP PP c21 1689 3898 mt 1750 3845 L c11 1750 3845 mt 1703 3855 L 1 sg 61 -25 -46 -11 1731 3779 3 MP PP c21 1731 3779 mt 1685 3768 L 1685 3768 mt 1746 3743 L 1 sg -47 -12 61 -25 1685 3768 3 MP PP c21 1685 3768 mt 1746 3743 L 1746 3743 mt 1699 3731 L 1 sg 60 -19 -46 -18 1727 3657 3 MP PP c21 1727 3657 mt 1681 3639 L 1681 3639 mt 1741 3620 L 1 sg -46 -19 60 -19 1681 3639 3 MP PP c21 1681 3639 mt 1741 3620 L 1741 3620 mt 1695 3601 L 1 sg 60 -17 -46 -20 1723 3526 3 MP PP c21 1723 3526 mt 1677 3506 L 1677 3506 mt 1737 3489 L 1 sg -46 -21 60 -17 1677 3506 3 MP PP c21 1677 3506 mt 1737 3489 L 1737 3489 mt 1691 3468 L 1 sg 61 -17 -47 -21 1719 3393 3 MP PP c21 1719 3393 mt 1672 3372 L 1672 3372 mt 1733 3355 L 1 sg 60 -28 -46 -9 1717 3816 3 MP PP c21 1717 3816 mt 1671 3807 L 1671 3807 mt 1731 3779 L 1 sg -46 -11 60 -28 1671 3807 3 MP PP c21 1671 3807 mt 1731 3779 L 1731 3779 mt 1685 3768 L 1 sg 60 -19 -46 -18 1713 3694 3 MP PP c21 1713 3694 mt 1667 3676 L 1667 3676 mt 1727 3657 L 1 sg -46 -18 60 -19 1667 3676 3 MP PP c21 1667 3676 mt 1727 3657 L 1727 3657 mt 1681 3639 L 1 sg 61 -18 -47 -20 1709 3564 3 MP PP c21 1709 3564 mt 1662 3544 L 1662 3544 mt 1723 3526 L 1 sg -46 -20 61 -18 1662 3544 3 MP PP c21 1662 3544 mt 1723 3526 L 1723 3526 mt 1677 3506 L 1 sg 61 -16 -47 -21 1705 3430 3 MP PP c21 1705 3430 mt 1658 3409 L 1658 3409 mt 1719 3393 L 1 sg -47 -21 61 -16 1658 3409 3 MP PP c21 1658 3409 mt 1719 3393 L 1719 3393 mt 1672 3372 L 1 sg 60 -30 -46 -9 1703 3855 3 MP PP c21 1703 3855 mt 1657 3846 L 1657 3846 mt 1717 3816 L 1 sg -46 -9 60 -30 1657 3846 3 MP PP c21 1657 3846 mt 1717 3816 L 1717 3816 mt 1671 3807 L 1 sg 60 -20 -46 -17 1699 3731 3 MP PP c21 1699 3731 mt 1653 3714 L 1653 3714 mt 1713 3694 L 1 sg -46 -18 60 -20 1653 3714 3 MP PP c21 1653 3714 mt 1713 3694 L 1713 3694 mt 1667 3676 L 1 sg 61 -17 -47 -20 1695 3601 3 MP PP c21 1695 3601 mt 1648 3581 L 1648 3581 mt 1709 3564 L 1 sg -47 -20 61 -17 1648 3581 3 MP PP c21 1648 3581 mt 1709 3564 L 1709 3564 mt 1662 3544 L 1 sg 61 -17 -47 -21 1691 3468 3 MP PP c21 1691 3468 mt 1644 3447 L 1644 3447 mt 1705 3430 L 1 sg -47 -21 61 -17 1644 3447 3 MP PP c21 1644 3447 mt 1705 3430 L 1705 3430 mt 1658 3409 L 1 sg 60 -32 -46 -11 1689 3898 3 MP PP c21 1689 3898 mt 1643 3887 L 1643 3887 mt 1703 3855 L 1 sg -46 -9 60 -32 1643 3887 3 MP PP c21 1643 3887 mt 1703 3855 L 1703 3855 mt 1657 3846 L 1 sg 61 -21 -47 -16 1685 3768 3 MP PP c21 1685 3768 mt 1638 3752 L 1638 3752 mt 1699 3731 L 1 sg -46 -17 61 -21 1638 3752 3 MP PP c21 1638 3752 mt 1699 3731 L 1699 3731 mt 1653 3714 L 1 sg 61 -18 -47 -20 1681 3639 3 MP PP c21 1681 3639 mt 1634 3619 L 1634 3619 mt 1695 3601 L 1 sg -47 -20 61 -18 1634 3619 3 MP PP c21 1634 3619 mt 1695 3601 L 1695 3601 mt 1648 3581 L 1 sg 61 -17 -47 -21 1677 3506 3 MP PP c21 1677 3506 mt 1630 3485 L 1630 3485 mt 1691 3468 L 1 sg -47 -21 61 -17 1630 3485 3 MP PP c21 1630 3485 mt 1691 3468 L 1691 3468 mt 1644 3447 L 1 sg 61 -22 -47 -17 1671 3807 3 MP PP c21 1671 3807 mt 1624 3790 L 1624 3790 mt 1685 3768 L 1 sg -47 -16 61 -22 1624 3790 3 MP PP c21 1624 3790 mt 1685 3768 L 1685 3768 mt 1638 3752 L 1 sg 61 -18 -47 -19 1667 3676 3 MP PP c21 1667 3676 mt 1620 3657 L 1620 3657 mt 1681 3639 L 1 sg -47 -20 61 -18 1620 3657 3 MP PP c21 1620 3657 mt 1681 3639 L 1681 3639 mt 1634 3619 L 1 sg 61 -17 -46 -21 1662 3544 3 MP PP c21 1662 3544 mt 1616 3523 L 1616 3523 mt 1677 3506 L 1 sg -47 -21 61 -17 1616 3523 3 MP PP c21 1616 3523 mt 1677 3506 L 1677 3506 mt 1630 3485 L 1 sg 60 -16 -46 -21 1658 3409 3 MP PP c21 1658 3409 mt 1612 3388 L 1612 3388 mt 1672 3372 L 1 sg 61 -22 -47 -17 1657 3846 3 MP PP c21 1657 3846 mt 1610 3829 L 1610 3829 mt 1671 3807 L 1 sg -47 -17 61 -22 1610 3829 3 MP PP c21 1610 3829 mt 1671 3807 L 1671 3807 mt 1624 3790 L 1 sg 61 -19 -47 -19 1653 3714 3 MP PP c21 1653 3714 mt 1606 3695 L 1606 3695 mt 1667 3676 L 1 sg -47 -19 61 -19 1606 3695 3 MP PP c21 1606 3695 mt 1667 3676 L 1667 3676 mt 1620 3657 L 1 sg 60 -17 -46 -20 1648 3581 3 MP PP c21 1648 3581 mt 1602 3561 L 1602 3561 mt 1662 3544 L 1 sg -46 -21 60 -17 1602 3561 3 MP PP c21 1602 3561 mt 1662 3544 L 1662 3544 mt 1616 3523 L 1 sg 60 -17 -46 -21 1644 3447 3 MP PP c21 1644 3447 mt 1598 3426 L 1598 3426 mt 1658 3409 L 1 sg -46 -21 60 -17 1598 3426 3 MP PP c21 1598 3426 mt 1658 3409 L 1658 3409 mt 1612 3388 L 1 sg 61 -22 -47 -19 1643 3887 3 MP PP c21 1643 3887 mt 1596 3868 L 1596 3868 mt 1657 3846 L 1 sg -47 -17 61 -22 1596 3868 3 MP PP c21 1596 3868 mt 1657 3846 L 1657 3846 mt 1610 3829 L 1 sg 61 -19 -46 -19 1638 3752 3 MP PP c21 1638 3752 mt 1592 3733 L 1592 3733 mt 1653 3714 L 1 sg -47 -19 61 -19 1592 3733 3 MP PP c21 1592 3733 mt 1653 3714 L 1653 3714 mt 1606 3695 L 1 sg 60 -17 -46 -21 1634 3619 3 MP PP c21 1634 3619 mt 1588 3598 L 1588 3598 mt 1648 3581 L 1 sg -46 -20 60 -17 1588 3598 3 MP PP c21 1588 3598 mt 1648 3581 L 1648 3581 mt 1602 3561 L 1 sg 60 -17 -46 -21 1630 3485 3 MP PP c21 1630 3485 mt 1584 3464 L 1584 3464 mt 1644 3447 L 1 sg -46 -21 60 -17 1584 3464 3 MP PP c21 1584 3464 mt 1644 3447 L 1644 3447 mt 1598 3426 L 1 sg 60 -19 -46 -19 1624 3790 3 MP PP c21 1624 3790 mt 1578 3771 L 1578 3771 mt 1638 3752 L 1 sg -46 -19 60 -19 1578 3771 3 MP PP c21 1578 3771 mt 1638 3752 L 1638 3752 mt 1592 3733 L 1 sg 60 -17 -46 -21 1620 3657 3 MP PP c21 1620 3657 mt 1574 3636 L 1574 3636 mt 1634 3619 L 1 sg -46 -21 60 -17 1574 3636 3 MP PP c21 1574 3636 mt 1634 3619 L 1634 3619 mt 1588 3598 L 1 sg 61 -17 -47 -21 1616 3523 3 MP PP c21 1616 3523 mt 1569 3502 L 1569 3502 mt 1630 3485 L 1 sg -46 -21 61 -17 1569 3502 3 MP PP c21 1569 3502 mt 1630 3485 L 1630 3485 mt 1584 3464 L 1 sg 60 -19 -46 -20 1610 3829 3 MP PP c21 1610 3829 mt 1564 3809 L 1564 3809 mt 1624 3790 L 1 sg -46 -19 60 -19 1564 3809 3 MP PP c21 1564 3809 mt 1624 3790 L 1624 3790 mt 1578 3771 L 1 sg 60 -17 -46 -21 1606 3695 3 MP PP c21 1606 3695 mt 1560 3674 L 1560 3674 mt 1620 3657 L 1 sg -46 -21 60 -17 1560 3674 3 MP PP c21 1560 3674 mt 1620 3657 L 1620 3657 mt 1574 3636 L 1 sg 61 -17 -47 -21 1602 3561 3 MP PP c21 1602 3561 mt 1555 3540 L 1555 3540 mt 1616 3523 L 1 sg -47 -21 61 -17 1555 3540 3 MP PP c21 1555 3540 mt 1616 3523 L 1616 3523 mt 1569 3502 L 1 sg 61 -17 -47 -21 1598 3426 3 MP PP c21 1598 3426 mt 1551 3405 L 1551 3405 mt 1612 3388 L 1 sg 60 -18 -46 -21 1596 3868 3 MP PP c21 1596 3868 mt 1550 3847 L 1550 3847 mt 1610 3829 L 1 sg -46 -20 60 -18 1550 3847 3 MP PP c21 1550 3847 mt 1610 3829 L 1610 3829 mt 1564 3809 L 1 sg 61 -17 -47 -21 1592 3733 3 MP PP c21 1592 3733 mt 1545 3712 L 1545 3712 mt 1606 3695 L 1 sg -46 -21 61 -17 1545 3712 3 MP PP c21 1545 3712 mt 1606 3695 L 1606 3695 mt 1560 3674 L 1 sg 61 -16 -47 -21 1588 3598 3 MP PP c21 1588 3598 mt 1541 3577 L 1541 3577 mt 1602 3561 L 1 sg -47 -21 61 -16 1541 3577 3 MP PP c21 1541 3577 mt 1602 3561 L 1602 3561 mt 1555 3540 L 1 sg 61 -17 -47 -21 1584 3464 3 MP PP c21 1584 3464 mt 1537 3443 L 1537 3443 mt 1598 3426 L 1 sg -47 -21 61 -17 1537 3443 3 MP PP c21 1537 3443 mt 1598 3426 L 1598 3426 mt 1551 3405 L 1 sg 61 -17 -47 -21 1578 3771 3 MP PP c21 1578 3771 mt 1531 3750 L 1531 3750 mt 1592 3733 L 1 sg -47 -21 61 -17 1531 3750 3 MP PP c21 1531 3750 mt 1592 3733 L 1592 3733 mt 1545 3712 L 1 sg 61 -17 -47 -21 1574 3636 3 MP PP c21 1574 3636 mt 1527 3615 L 1527 3615 mt 1588 3598 L 1 sg -47 -21 61 -17 1527 3615 3 MP PP c21 1527 3615 mt 1588 3598 L 1588 3598 mt 1541 3577 L 1 sg 61 -16 -46 -22 1569 3502 3 MP PP c21 1569 3502 mt 1523 3480 L 1523 3480 mt 1584 3464 L 1 sg -47 -21 61 -16 1523 3480 3 MP PP c21 1523 3480 mt 1584 3464 L 1584 3464 mt 1537 3443 L 1 sg 61 -17 -47 -21 1564 3809 3 MP PP c21 1564 3809 mt 1517 3788 L 1517 3788 mt 1578 3771 L 1 sg -47 -21 61 -17 1517 3788 3 MP PP c21 1517 3788 mt 1578 3771 L 1578 3771 mt 1531 3750 L 1 sg 61 -17 -47 -21 1560 3674 3 MP PP c21 1560 3674 mt 1513 3653 L 1513 3653 mt 1574 3636 L 1 sg -47 -21 61 -17 1513 3653 3 MP PP c21 1513 3653 mt 1574 3636 L 1574 3636 mt 1527 3615 L 1 sg 60 -16 -46 -22 1555 3540 3 MP PP c21 1555 3540 mt 1509 3518 L 1509 3518 mt 1569 3502 L 1 sg -46 -22 60 -16 1509 3518 3 MP PP c21 1509 3518 mt 1569 3502 L 1569 3502 mt 1523 3480 L 1 sg 61 -17 -47 -21 1550 3847 3 MP PP c21 1550 3847 mt 1503 3826 L 1503 3826 mt 1564 3809 L 1 sg -47 -21 61 -17 1503 3826 3 MP PP c21 1503 3826 mt 1564 3809 L 1564 3809 mt 1517 3788 L 1 sg 61 -17 -46 -21 1545 3712 3 MP PP c21 1545 3712 mt 1499 3691 L 1499 3691 mt 1560 3674 L 1 sg -47 -21 61 -17 1499 3691 3 MP PP c21 1499 3691 mt 1560 3674 L 1560 3674 mt 1513 3653 L 1 sg 60 -16 -46 -21 1541 3577 3 MP PP c21 1541 3577 mt 1495 3556 L 1495 3556 mt 1555 3540 L 1 sg -46 -22 60 -16 1495 3556 3 MP PP c21 1495 3556 mt 1555 3540 L 1555 3540 mt 1509 3518 L 1 sg 60 -16 -46 -22 1537 3443 3 MP PP c21 1537 3443 mt 1491 3421 L 1491 3421 mt 1551 3405 L 1 sg 60 -17 -46 -21 1531 3750 3 MP PP c21 1531 3750 mt 1485 3729 L 1485 3729 mt 1545 3712 L 1 sg -46 -21 60 -17 1485 3729 3 MP PP c21 1485 3729 mt 1545 3712 L 1545 3712 mt 1499 3691 L 1 sg 60 -17 -46 -21 1527 3615 3 MP PP c21 1527 3615 mt 1481 3594 L 1481 3594 mt 1541 3577 L 1 sg -46 -21 60 -17 1481 3594 3 MP PP c21 1481 3594 mt 1541 3577 L 1541 3577 mt 1495 3556 L 1 sg 61 -16 -47 -21 1523 3480 3 MP PP c21 1523 3480 mt 1476 3459 L 1476 3459 mt 1537 3443 L 1 sg -46 -22 61 -16 1476 3459 3 MP PP c21 1476 3459 mt 1537 3443 L 1537 3443 mt 1491 3421 L 1 sg 60 -17 -46 -21 1517 3788 3 MP PP c21 1517 3788 mt 1471 3767 L 1471 3767 mt 1531 3750 L 1 sg -46 -21 60 -17 1471 3767 3 MP PP c21 1471 3767 mt 1531 3750 L 1531 3750 mt 1485 3729 L 1 sg 60 -17 -46 -21 1513 3653 3 MP PP c21 1513 3653 mt 1467 3632 L 1467 3632 mt 1527 3615 L 1 sg -46 -21 60 -17 1467 3632 3 MP PP c21 1467 3632 mt 1527 3615 L 1527 3615 mt 1481 3594 L 1 sg 61 -17 -47 -21 1509 3518 3 MP PP c21 1509 3518 mt 1462 3497 L 1462 3497 mt 1523 3480 L 1 sg -47 -21 61 -17 1462 3497 3 MP PP c21 1462 3497 mt 1523 3480 L 1523 3480 mt 1476 3459 L 1 sg 60 -17 -46 -21 1503 3826 3 MP PP c21 1503 3826 mt 1457 3805 L 1457 3805 mt 1517 3788 L 1 sg -46 -21 60 -17 1457 3805 3 MP PP c21 1457 3805 mt 1517 3788 L 1517 3788 mt 1471 3767 L 1 sg 61 -17 -47 -21 1499 3691 3 MP PP c21 1499 3691 mt 1452 3670 L 1452 3670 mt 1513 3653 L 1 sg -46 -21 61 -17 1452 3670 3 MP PP c21 1452 3670 mt 1513 3653 L 1513 3653 mt 1467 3632 L 1 sg 61 -17 -47 -21 1495 3556 3 MP PP c21 1495 3556 mt 1448 3535 L 1448 3535 mt 1509 3518 L 1 sg -47 -21 61 -17 1448 3535 3 MP PP c21 1448 3535 mt 1509 3518 L 1509 3518 mt 1462 3497 L 1 sg 61 -17 -47 -21 1485 3729 3 MP PP c21 1485 3729 mt 1438 3708 L 1438 3708 mt 1499 3691 L 1 sg -47 -21 61 -17 1438 3708 3 MP PP c21 1438 3708 mt 1499 3691 L 1499 3691 mt 1452 3670 L 1 sg 61 -17 -47 -21 1481 3594 3 MP PP c21 1481 3594 mt 1434 3573 L 1434 3573 mt 1495 3556 L 1 sg -47 -21 61 -17 1434 3573 3 MP PP c21 1434 3573 mt 1495 3556 L 1495 3556 mt 1448 3535 L 1 sg 61 -17 -46 -21 1476 3459 3 MP PP c21 1476 3459 mt 1430 3438 L 1430 3438 mt 1491 3421 L 1 sg 61 -16 -47 -22 1471 3767 3 MP PP c21 1471 3767 mt 1424 3745 L 1424 3745 mt 1485 3729 L 1 sg -47 -21 61 -16 1424 3745 3 MP PP c21 1424 3745 mt 1485 3729 L 1485 3729 mt 1438 3708 L 1 sg 61 -16 -47 -22 1467 3632 3 MP PP c21 1467 3632 mt 1420 3610 L 1420 3610 mt 1481 3594 L 1 sg -47 -21 61 -16 1420 3610 3 MP PP c21 1420 3610 mt 1481 3594 L 1481 3594 mt 1434 3573 L 1 sg 60 -17 -46 -21 1462 3497 3 MP PP c21 1462 3497 mt 1416 3476 L 1416 3476 mt 1476 3459 L 1 sg -46 -21 60 -17 1416 3476 3 MP PP c21 1416 3476 mt 1476 3459 L 1476 3459 mt 1430 3438 L 1 sg 61 -16 -47 -22 1457 3805 3 MP PP c21 1457 3805 mt 1410 3783 L 1410 3783 mt 1471 3767 L 1 sg -47 -22 61 -16 1410 3783 3 MP PP c21 1410 3783 mt 1471 3767 L 1471 3767 mt 1424 3745 L 1 sg 61 -16 -46 -22 1452 3670 3 MP PP c21 1452 3670 mt 1406 3648 L 1406 3648 mt 1467 3632 L 1 sg -47 -22 61 -16 1406 3648 3 MP PP c21 1406 3648 mt 1467 3632 L 1467 3632 mt 1420 3610 L 1 sg 60 -16 -46 -22 1448 3535 3 MP PP c21 1448 3535 mt 1402 3513 L 1402 3513 mt 1462 3497 L 1 sg -46 -21 60 -16 1402 3513 3 MP PP c21 1402 3513 mt 1462 3497 L 1462 3497 mt 1416 3476 L 1 sg 60 -16 -46 -22 1438 3708 3 MP PP c21 1438 3708 mt 1392 3686 L 1392 3686 mt 1452 3670 L 1 sg -46 -22 60 -16 1392 3686 3 MP PP c21 1392 3686 mt 1452 3670 L 1452 3670 mt 1406 3648 L 1 sg 60 -16 -46 -22 1434 3573 3 MP PP c21 1434 3573 mt 1388 3551 L 1388 3551 mt 1448 3535 L 1 sg -46 -22 60 -16 1388 3551 3 MP PP c21 1388 3551 mt 1448 3535 L 1448 3535 mt 1402 3513 L 1 sg 60 -16 -46 -21 1424 3745 3 MP PP c21 1424 3745 mt 1378 3724 L 1378 3724 mt 1438 3708 L 1 sg -46 -22 60 -16 1378 3724 3 MP PP c21 1378 3724 mt 1438 3708 L 1438 3708 mt 1392 3686 L 1 sg 61 -16 -47 -21 1420 3610 3 MP PP c21 1420 3610 mt 1373 3589 L 1373 3589 mt 1434 3573 L 1 sg -46 -22 61 -16 1373 3589 3 MP PP c21 1373 3589 mt 1434 3573 L 1434 3573 mt 1388 3551 L 1 sg 61 -16 -47 -22 1416 3476 3 MP PP c21 1416 3476 mt 1369 3454 L 1369 3454 mt 1430 3438 L 1 sg 60 -17 -46 -21 1410 3783 3 MP PP c21 1410 3783 mt 1364 3762 L 1364 3762 mt 1424 3745 L 1 sg -46 -21 60 -17 1364 3762 3 MP PP c21 1364 3762 mt 1424 3745 L 1424 3745 mt 1378 3724 L 1 sg 61 -17 -47 -21 1406 3648 3 MP PP c21 1406 3648 mt 1359 3627 L 1359 3627 mt 1420 3610 L 1 sg -47 -21 61 -17 1359 3627 3 MP PP c21 1359 3627 mt 1420 3610 L 1420 3610 mt 1373 3589 L 1 sg 61 -16 -47 -21 1402 3513 3 MP PP c21 1402 3513 mt 1355 3492 L 1355 3492 mt 1416 3476 L 1 sg -47 -22 61 -16 1355 3492 3 MP PP c21 1355 3492 mt 1416 3476 L 1416 3476 mt 1369 3454 L 1 sg 61 -17 -47 -21 1392 3686 3 MP PP c21 1392 3686 mt 1345 3665 L 1345 3665 mt 1406 3648 L 1 sg -47 -21 61 -17 1345 3665 3 MP PP c21 1345 3665 mt 1406 3648 L 1406 3648 mt 1359 3627 L 1 sg 61 -17 -47 -21 1388 3551 3 MP PP c21 1388 3551 mt 1341 3530 L 1341 3530 mt 1402 3513 L 1 sg -47 -21 61 -17 1341 3530 3 MP PP c21 1341 3530 mt 1402 3513 L 1402 3513 mt 1355 3492 L 1 sg 61 -17 -47 -21 1378 3724 3 MP PP c21 1378 3724 mt 1331 3703 L 1331 3703 mt 1392 3686 L 1 sg -47 -21 61 -17 1331 3703 3 MP PP c21 1331 3703 mt 1392 3686 L 1392 3686 mt 1345 3665 L 1 sg 61 -17 -46 -21 1373 3589 3 MP PP c21 1373 3589 mt 1327 3568 L 1327 3568 mt 1388 3551 L 1 sg -47 -21 61 -17 1327 3568 3 MP PP c21 1327 3568 mt 1388 3551 L 1388 3551 mt 1341 3530 L 1 sg 61 -16 -47 -22 1364 3762 3 MP PP c21 1364 3762 mt 1317 3740 L 1317 3740 mt 1378 3724 L 1 sg -47 -21 61 -16 1317 3740 3 MP PP c21 1317 3740 mt 1378 3724 L 1378 3724 mt 1331 3703 L 1 sg 60 -17 -46 -21 1359 3627 3 MP PP c21 1359 3627 mt 1313 3606 L 1313 3606 mt 1373 3589 L 1 sg -46 -21 60 -17 1313 3606 3 MP PP c21 1313 3606 mt 1373 3589 L 1373 3589 mt 1327 3568 L 1 sg 60 -17 -46 -21 1355 3492 3 MP PP c21 1355 3492 mt 1309 3471 L 1309 3471 mt 1369 3454 L 1 sg 60 -16 -46 -22 1345 3665 3 MP PP c21 1345 3665 mt 1299 3643 L 1299 3643 mt 1359 3627 L 1 sg -46 -21 60 -16 1299 3643 3 MP PP c21 1299 3643 mt 1359 3627 L 1359 3627 mt 1313 3606 L 1 sg 60 -16 -46 -22 1341 3530 3 MP PP c21 1341 3530 mt 1295 3508 L 1295 3508 mt 1355 3492 L 1 sg -46 -21 60 -16 1295 3508 3 MP PP c21 1295 3508 mt 1355 3492 L 1355 3492 mt 1309 3471 L 1 sg 60 -16 -46 -22 1331 3703 3 MP PP c21 1331 3703 mt 1285 3681 L 1285 3681 mt 1345 3665 L 1 sg -46 -22 60 -16 1285 3681 3 MP PP c21 1285 3681 mt 1345 3665 L 1345 3665 mt 1299 3643 L 1 sg 61 -16 -47 -22 1327 3568 3 MP PP c21 1327 3568 mt 1280 3546 L 1280 3546 mt 1341 3530 L 1 sg -46 -22 61 -16 1280 3546 3 MP PP c21 1280 3546 mt 1341 3530 L 1341 3530 mt 1295 3508 L 1 sg 60 -16 -46 -21 1317 3740 3 MP PP c21 1317 3740 mt 1271 3719 L 1271 3719 mt 1331 3703 L 1 sg -46 -22 60 -16 1271 3719 3 MP PP c21 1271 3719 mt 1331 3703 L 1331 3703 mt 1285 3681 L 1 sg 61 -16 -47 -22 1313 3606 3 MP PP c21 1313 3606 mt 1266 3584 L 1266 3584 mt 1327 3568 L 1 sg -47 -22 61 -16 1266 3584 3 MP PP c21 1266 3584 mt 1327 3568 L 1327 3568 mt 1280 3546 L 1 sg 61 -16 -47 -21 1299 3643 3 MP PP c21 1299 3643 mt 1252 3622 L 1252 3622 mt 1313 3606 L 1 sg -47 -22 61 -16 1252 3622 3 MP PP c21 1252 3622 mt 1313 3606 L 1313 3606 mt 1266 3584 L 1 sg 61 -16 -47 -21 1295 3508 3 MP PP c21 1295 3508 mt 1248 3487 L 1248 3487 mt 1309 3471 L 1 sg 61 -17 -47 -21 1285 3681 3 MP PP c21 1285 3681 mt 1238 3660 L 1238 3660 mt 1299 3643 L 1 sg -47 -21 61 -17 1238 3660 3 MP PP c21 1238 3660 mt 1299 3643 L 1299 3643 mt 1252 3622 L 1 sg 61 -17 -46 -21 1280 3546 3 MP PP c21 1280 3546 mt 1234 3525 L 1234 3525 mt 1295 3508 L 1 sg -47 -21 61 -17 1234 3525 3 MP PP c21 1234 3525 mt 1295 3508 L 1295 3508 mt 1248 3487 L 1 sg 61 -17 -47 -21 1271 3719 3 MP PP c21 1271 3719 mt 1224 3698 L 1224 3698 mt 1285 3681 L 1 sg -47 -21 61 -17 1224 3698 3 MP PP c21 1224 3698 mt 1285 3681 L 1285 3681 mt 1238 3660 L 1 sg 60 -17 -46 -21 1266 3584 3 MP PP c21 1266 3584 mt 1220 3563 L 1220 3563 mt 1280 3546 L 1 sg -46 -21 60 -17 1220 3563 3 MP PP c21 1220 3563 mt 1280 3546 L 1280 3546 mt 1234 3525 L 1 sg 60 -17 -46 -21 1252 3622 3 MP PP c21 1252 3622 mt 1206 3601 L 1206 3601 mt 1266 3584 L 1 sg -46 -21 60 -17 1206 3601 3 MP PP c21 1206 3601 mt 1266 3584 L 1266 3584 mt 1220 3563 L 1 sg 60 -16 -46 -22 1238 3660 3 MP PP c21 1238 3660 mt 1192 3638 L 1192 3638 mt 1252 3622 L 1 sg -46 -21 60 -16 1192 3638 3 MP PP c21 1192 3638 mt 1252 3622 L 1252 3622 mt 1206 3601 L 1 sg 61 -16 -47 -22 1234 3525 3 MP PP c21 1234 3525 mt 1187 3503 L 1187 3503 mt 1248 3487 L 1 sg 60 -16 -46 -22 1224 3698 3 MP PP c21 1224 3698 mt 1178 3676 L 1178 3676 mt 1238 3660 L 1 sg -46 -22 60 -16 1178 3676 3 MP PP c21 1178 3676 mt 1238 3660 L 1238 3660 mt 1192 3638 L 1 sg 61 -16 -47 -22 1220 3563 3 MP PP c21 1220 3563 mt 1173 3541 L 1173 3541 mt 1234 3525 L 1 sg -47 -22 61 -16 1173 3541 3 MP PP c21 1173 3541 mt 1234 3525 L 1234 3525 mt 1187 3503 L 1 sg 61 -16 -47 -22 1206 3601 3 MP PP c21 1206 3601 mt 1159 3579 L 1159 3579 mt 1220 3563 L 1 sg -47 -22 61 -16 1159 3579 3 MP PP c21 1159 3579 mt 1220 3563 L 1220 3563 mt 1173 3541 L 1 sg 61 -16 -47 -21 1192 3638 3 MP PP c21 1192 3638 mt 1145 3617 L 1145 3617 mt 1206 3601 L 1 sg -47 -22 61 -16 1145 3617 3 MP PP c21 1145 3617 mt 1206 3601 L 1206 3601 mt 1159 3579 L 1 sg 61 -17 -47 -21 1178 3676 3 MP PP c21 1178 3676 mt 1131 3655 L 1131 3655 mt 1192 3638 L 1 sg -47 -21 61 -17 1131 3655 3 MP PP c21 1131 3655 mt 1192 3638 L 1192 3638 mt 1145 3617 L 1 sg 60 -17 -46 -21 1173 3541 3 MP PP c21 1173 3541 mt 1127 3520 L 1127 3520 mt 1187 3503 L 1 sg 60 -17 -46 -21 1159 3579 3 MP PP c21 1159 3579 mt 1113 3558 L 1113 3558 mt 1173 3541 L 1 sg -46 -21 60 -17 1113 3558 3 MP PP c21 1113 3558 mt 1173 3541 L 1173 3541 mt 1127 3520 L 1 sg 60 -17 -46 -21 1145 3617 3 MP PP c21 1145 3617 mt 1099 3596 L 1099 3596 mt 1159 3579 L 1 sg -46 -21 60 -17 1099 3596 3 MP PP c21 1099 3596 mt 1159 3579 L 1159 3579 mt 1113 3558 L 1 sg 60 -16 -46 -22 1131 3655 3 MP PP c21 1131 3655 mt 1085 3633 L 1085 3633 mt 1145 3617 L 1 sg -46 -21 60 -16 1085 3633 3 MP PP c21 1085 3633 mt 1145 3617 L 1145 3617 mt 1099 3596 L 1 sg 61 -16 -47 -22 1113 3558 3 MP PP c21 1113 3558 mt 1066 3536 L 1066 3536 mt 1127 3520 L 1 sg 61 -16 -47 -22 1099 3596 3 MP PP c21 1099 3596 mt 1052 3574 L 1052 3574 mt 1113 3558 L 1 sg -47 -22 61 -16 1052 3574 3 MP PP c21 1052 3574 mt 1113 3558 L 1113 3558 mt 1066 3536 L 1 sg 61 -16 -47 -21 1085 3633 3 MP PP c21 1085 3633 mt 1038 3612 L 1038 3612 mt 1099 3596 L 1 sg -47 -22 61 -16 1038 3612 3 MP PP c21 1038 3612 mt 1099 3596 L 1099 3596 mt 1052 3574 L 1 sg 60 -17 -46 -21 1052 3574 3 MP PP c21 1052 3574 mt 1006 3553 L 1006 3553 mt 1066 3536 L 1 sg 60 -17 -46 -21 1038 3612 3 MP PP c21 1038 3612 mt 992 3591 L 992 3591 mt 1052 3574 L 1 sg -46 -21 60 -17 992 3591 3 MP PP c21 992 3591 mt 1052 3574 L 1052 3574 mt 1006 3553 L 1 sg 61 -16 -47 -22 992 3591 3 MP PP c21 992 3591 mt 945 3569 L 945 3569 mt 1006 3553 L gr c21 0 sg 548 2417 mt -90 rotate (T) s 90 rotate end eplot %%EndObject epage end showpage %%Trailer %%EOF xmds-doc-0~svn.1884/latex/figures/funct.eps0000644000175000017500000001406410007374504020145 0ustar rafaelrafael%!PS-Adobe-2.0 EPSF-2.0 %%Title: funct.eps %%Creator: fig2dev Version 3.2 Patchlevel 1 %%CreationDate: Tue Nov 7 14:13:08 2000 %%For: collecug@bethe (Greg Collecutt) %%Orientation: Portrait %%BoundingBox: 0 0 439 450 %%Pages: 0 %%BeginSetup %%EndSetup %%Magnification: 1.0000 %%EndComments /$F2psDict 200 dict def $F2psDict begin $F2psDict /mtrx matrix put /col-1 {0 setgray} bind def /col0 {0.000 0.000 0.000 srgb} bind def /col1 {0.000 0.000 1.000 srgb} bind def /col2 {0.000 1.000 0.000 srgb} bind def /col3 {0.000 1.000 1.000 srgb} bind def /col4 {1.000 0.000 0.000 srgb} bind def /col5 {1.000 0.000 1.000 srgb} bind def /col6 {1.000 1.000 0.000 srgb} bind def /col7 {1.000 1.000 1.000 srgb} bind def /col8 {0.000 0.000 0.560 srgb} bind def /col9 {0.000 0.000 0.690 srgb} bind def /col10 {0.000 0.000 0.820 srgb} bind def /col11 {0.530 0.810 1.000 srgb} bind def /col12 {0.000 0.560 0.000 srgb} bind def /col13 {0.000 0.690 0.000 srgb} bind def /col14 {0.000 0.820 0.000 srgb} bind def /col15 {0.000 0.560 0.560 srgb} bind def /col16 {0.000 0.690 0.690 srgb} bind def /col17 {0.000 0.820 0.820 srgb} bind def /col18 {0.560 0.000 0.000 srgb} bind def /col19 {0.690 0.000 0.000 srgb} bind def /col20 {0.820 0.000 0.000 srgb} bind def /col21 {0.560 0.000 0.560 srgb} bind def /col22 {0.690 0.000 0.690 srgb} bind def /col23 {0.820 0.000 0.820 srgb} bind def /col24 {0.500 0.190 0.000 srgb} bind def /col25 {0.630 0.250 0.000 srgb} bind def /col26 {0.750 0.380 0.000 srgb} bind def /col27 {1.000 0.500 0.500 srgb} bind def /col28 {1.000 0.630 0.630 srgb} bind def /col29 {1.000 0.750 0.750 srgb} bind def /col30 {1.000 0.880 0.880 srgb} bind def /col31 {1.000 0.840 0.000 srgb} bind def end save -35.0 464.0 translate 1 -1 scale /cp {closepath} bind def /ef {eofill} bind def /gr {grestore} bind def /gs {gsave} bind def /sa {save} bind def /rs {restore} bind def /l {lineto} bind def /m {moveto} bind def /rm {rmoveto} bind def /n {newpath} bind def /s {stroke} bind def /sh {show} bind def /slc {setlinecap} bind def /slj {setlinejoin} bind def /slw {setlinewidth} bind def /srgb {setrgbcolor} bind def /rot {rotate} bind def /sc {scale} bind def /sd {setdash} bind def /ff {findfont} bind def /sf {setfont} bind def /scf {scalefont} bind def /sw {stringwidth} bind def /tr {translate} bind def /tnt {dup dup currentrgbcolor 4 -2 roll dup 1 exch sub 3 -1 roll mul add 4 -2 roll dup 1 exch sub 3 -1 roll mul add 4 -2 roll dup 1 exch sub 3 -1 roll mul add srgb} bind def /shd {dup dup currentrgbcolor 4 -2 roll mul 4 -2 roll mul 4 -2 roll mul srgb} bind def /$F2psBegin {$F2psDict begin /$F2psEnteredState save def} def /$F2psEnd {$F2psEnteredState restore end} def %%EndProlog $F2psBegin 10 setmiterlimit n -1000 8725 m -1000 -1000 l 8899 -1000 l 8899 8725 l cp clip 0.06000 0.06000 sc % Polyline 7.500 slw gs clippath 3555 2745 m 3675 2775 l 3555 2805 l 3690 2805 l 3690 2745 l cp clip n 3225 2775 m 3675 2775 l gs col0 s gr gr % arrowhead n 3555 2745 m 3675 2775 l 3555 2805 l 3555 2775 l 3555 2745 l cp gs 0.00 setgray ef gr col0 s % Polyline gs clippath 4095 4605 m 3975 4575 l 4095 4545 l 3960 4545 l 3960 4605 l cp clip n 4275 3000 m 4275 4575 l 3975 4575 l gs col0 s gr gr % arrowhead n 4095 4605 m 3975 4575 l 4095 4545 l 4095 4575 l 4095 4605 l cp gs 0.00 setgray ef gr col0 s % Polyline gs clippath 5355 5145 m 5475 5175 l 5355 5205 l 5490 5205 l 5490 5145 l cp clip n 2850 5175 m 5475 5175 l gs col0 s gr gr % arrowhead n 5355 5145 m 5475 5175 l 5355 5205 l 5355 5175 l 5355 5145 l cp gs 0.00 setgray ef gr col0 s % Polyline n 1125 1575 m 975 1575 l 975 5400 l 5175 5400 l 5175 1575 l 3900 1575 l gs col0 s gr % Polyline gs clippath 1530 4905 m 1500 5025 l 1470 4905 l 1470 5040 l 1530 5040 l cp clip n 1500 4725 m 1500 5025 l gs col0 s gr gr % arrowhead n 1530 4905 m 1500 5025 l 1470 4905 l 1500 4905 l 1530 4905 l cp gs 0.00 setgray ef gr col0 s /Helvetica ff 360.00 scf sf 1125 1725 m gs 1 -1 sc (Loop for N Paths) col0 sh gr /Helvetica ff 360.00 scf sf 1275 2325 m gs 1 -1 sc (Initialise) col0 sh gr /Helvetica ff 360.00 scf sf 1275 2925 m gs 1 -1 sc (Segment #1) col0 sh gr /Helvetica ff 360.00 scf sf 1275 3525 m gs 1 -1 sc (Segment #2) col0 sh gr /Helvetica ff 360.00 scf sf 1275 4725 m gs 1 -1 sc (Post Processing) col0 sh gr /Helvetica ff 360.00 scf sf 2175 4050 m gs 1 -1 sc (:) col0 sh gr /Helvetica ff 360.00 scf sf 1275 5325 m gs 1 -1 sc (Add Path) col0 sh gr % Polyline n 2775 2175 m 3375 2175 l 3375 3375 l 3225 3375 l gs col0 s gr /Helvetica ff 360.00 scf sf 3675 2925 m gs 1 -1 sc (Sample) col0 sh gr /Helvetica ff 360.00 scf sf 600 7725 m gs 1 -1 sc (END) col0 sh gr /Helvetica ff 360.00 scf sf 5475 5325 m gs 1 -1 sc (Output) col0 sh gr % Polyline n 750 975 m 600 975 l 600 6000 l 7800 6000 l 7800 975 l 7350 975 l gs col0 s gr % Polyline gs clippath 5730 5505 m 5700 5625 l 5670 5505 l 5670 5640 l 5730 5640 l cp clip n 5700 5325 m 5700 5625 l gs col0 s gr gr % arrowhead n 5730 5505 m 5700 5625 l 5670 5505 l 5700 5505 l 5730 5505 l cp gs 0.00 setgray ef gr col0 s % Polyline gs clippath 1230 6180 m 1200 6300 l 1170 6180 l 1170 6315 l 1230 6315 l cp clip n 1200 6000 m 1200 6300 l gs col0 s gr gr % arrowhead n 1230 6180 m 1200 6300 l 1170 6180 l 1200 6180 l 1230 6180 l cp gs 0.00 setgray ef gr col0 s % Polyline gs clippath 930 7305 m 900 7425 l 870 7305 l 870 7440 l 930 7440 l cp clip n 900 7125 m 900 7425 l gs col0 s gr gr % arrowhead n 930 7305 m 900 7425 l 870 7305 l 900 7305 l 930 7305 l cp gs 0.00 setgray ef gr col0 s % Polyline gs clippath 930 6705 m 900 6825 l 870 6705 l 870 6840 l 930 6840 l cp clip n 900 6525 m 900 6825 l gs col0 s gr gr % arrowhead n 930 6705 m 900 6825 l 870 6705 l 900 6705 l 930 6705 l cp gs 0.00 setgray ef gr col0 s /Helvetica ff 360.00 scf sf 750 1125 m gs 1 -1 sc (Repeat for Half and Full step Integration) col0 sh gr /Helvetica ff 360.00 scf sf 600 525 m gs 1 -1 sc (BEGIN) col0 sh gr /Helvetica ff 360.00 scf sf 900 5925 m gs 1 -1 sc (Compute Means and Standard Deviations) col0 sh gr /Helvetica ff 360.00 scf sf 600 6525 m gs 1 -1 sc (Compute Half/Full Step Error) col0 sh gr /Helvetica ff 360.00 scf sf 600 7125 m gs 1 -1 sc (Write Output) col0 sh gr $F2psEnd rs xmds-doc-0~svn.1884/latex/figures/tla.eps0000644000175000017500000344301410007374504017612 0ustar rafaelrafael%!PS-Adobe-3.0 EPSF-3.0 %%Creator: MATLAB, The Mathworks, Inc. %%Title: /home/collecug/xmds-1.0rc2-2/examples/tla.eps %%CreationDate: 06/11/ 2 01:52:51 %%DocumentNeededFonts: Helvetica %%DocumentProcessColors: Cyan Magenta Yellow Black %%LanguageLevel: 2 %%Pages: 1 %%BoundingBox: 35 200 561 593 %%EndComments %%BeginProlog % MathWorks dictionary /MathWorks 160 dict begin % definition operators /bdef {bind def} bind def /ldef {load def} bind def /xdef {exch def} bdef /xstore {exch store} bdef % operator abbreviations /c /clip ldef /cc /concat ldef /cp /closepath ldef /gr /grestore ldef /gs /gsave ldef /mt /moveto ldef /np /newpath ldef /cm /currentmatrix ldef /sm /setmatrix ldef /rc {rectclip} bdef /rf {rectfill} bdef /rm /rmoveto ldef /rl /rlineto ldef /s /show ldef /sc {setcmykcolor} bdef /sr /setrgbcolor ldef /sg /setgray ldef /w /setlinewidth ldef /j /setlinejoin ldef /cap /setlinecap ldef % page state control /pgsv () def /bpage {/pgsv save def} bdef /epage {pgsv restore} bdef /bplot /gsave ldef /eplot {stroke grestore} bdef % orientation switch /portraitMode 0 def /landscapeMode 1 def % coordinate system mappings /dpi2point 0 def % font control /FontSize 0 def /FMS { /FontSize xstore %save size off stack findfont [FontSize 0 0 FontSize neg 0 0] makefont setfont }bdef /reencode { exch dup where {pop load} {pop StandardEncoding} ifelse exch dup 3 1 roll findfont dup length dict begin { 1 index /FID ne {def}{pop pop} ifelse } forall /Encoding exch def currentdict end definefont pop } bdef /isroman { findfont /CharStrings get /Agrave known } bdef /FMSR { 3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse exch FMS } bdef /csm { 1 dpi2point div -1 dpi2point div scale neg translate landscapeMode eq {90 rotate} if } bdef % line types: solid, dotted, dashed, dotdash /SO { [] 0 setdash } bdef /DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef /DA { [6 dpi2point mul] 0 setdash } bdef /DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4 dpi2point mul] 0 setdash } bdef % macros for lines and objects /L { lineto stroke } bdef /MP { 3 1 roll moveto 1 sub {rlineto} repeat } bdef /AP { {rlineto} repeat } bdef /PP { closepath eofill } bdef /DP { closepath stroke } bdef /MR { 4 -2 roll moveto dup 0 exch rlineto exch 0 rlineto neg 0 exch rlineto closepath } bdef /FR { MR stroke } bdef /PR { MR fill } bdef /L1i { { currentfile picstr readhexstring pop } image } bdef /tMatrix matrix def /MakeOval { newpath tMatrix currentmatrix pop translate scale 0 0 1 0 360 arc tMatrix setmatrix } bdef /FO { MakeOval stroke } bdef /PO { MakeOval fill } bdef /PD { currentlinecap 1 setlinecap 3 1 roll 2 copy moveto lineto stroke setlinecap } bdef /FA { newpath tMatrix currentmatrix pop translate scale 0 0 1 5 -2 roll arc tMatrix setmatrix stroke } bdef /PA { newpath tMatrix currentmatrix pop translate 0 0 moveto scale 0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill } bdef /FAn { newpath tMatrix currentmatrix pop translate scale 0 0 1 5 -2 roll arcn tMatrix setmatrix stroke } bdef /PAn { newpath tMatrix currentmatrix pop translate 0 0 moveto scale 0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill } bdef /vradius 0 def /hradius 0 def /lry 0 def /lrx 0 def /uly 0 def /ulx 0 def /rad 0 def /MRR { /vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly vradius add translate hradius vradius scale 0 0 1 180 270 arc tMatrix setmatrix lrx hradius sub uly vradius add translate hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix lrx hradius sub lry vradius sub translate hradius vradius scale 0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix closepath } bdef /FRR { MRR stroke } bdef /PRR { MRR fill } bdef /MlrRR { /lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def newpath tMatrix currentmatrix pop ulx rad add uly rad add translate rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix closepath } bdef /FlrRR { MlrRR stroke } bdef /PlrRR { MlrRR fill } bdef /MtbRR { /lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def newpath tMatrix currentmatrix pop ulx rad add uly rad add translate rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix closepath } bdef /FtbRR { MtbRR stroke } bdef /PtbRR { MtbRR fill } bdef currentdict end def %%EndProlog %%BeginSetup MathWorks begin 0 cap end %%EndSetup %%Page: 1 1 %%BeginPageSetup %%PageBoundingBox: 35 200 561 593 MathWorks begin bpage %%EndPageSetup %%BeginObject: obj1 bplot /dpi2point 12 def portraitMode 0216 7344 csm 210 218 6317 4722 rc 94 dict begin %Colortable dictionary /c0 { 0 0 0 sr} bdef /c1 { 1 1 1 sr} bdef /c2 { 1 0 0 sr} bdef /c3 { 0 1 0 sr} bdef /c4 { 0 0 1 sr} bdef /c5 { 1 1 0 sr} bdef /c6 { 1 0 1 sr} bdef /c7 { 0 1 1 sr} bdef c0 1 j 1 sg 0 0 6913 5186 rf 6 w 0 2362 -1960 -1181 0 -2362 6254 3932 4 MP PP 1960 1181 0 2362 -1960 -1181 0 -2362 6254 3932 5 MP stroke 1960 1181 3395 -682 -1960 -1181 2859 4614 4 MP PP -3395 682 1960 1181 3395 -682 -1960 -1181 2859 4614 5 MP stroke 0 2362 3395 -682 0 -2362 899 3433 4 MP PP -3395 682 0 2362 3395 -682 0 -2362 899 3433 5 MP stroke 4 w DO 0 sg 2859 4614 mt 899 3433 L 899 3433 mt 899 1071 L 3708 4444 mt 1748 3262 L 1748 3262 mt 1748 900 L 4557 4273 mt 2596 3092 L 2596 3092 mt 2596 730 L 5405 4103 mt 3445 2922 L 3445 2922 mt 3445 559 L 6254 3932 mt 4294 2751 L 4294 2751 mt 4294 389 L 2859 4614 mt 6254 3932 L 6254 3932 mt 6254 1570 L 2059 4132 mt 5454 3450 L 5454 3450 mt 5454 1088 L 1259 3650 mt 4654 2968 L 4654 2968 mt 4654 606 L 899 3433 mt 4294 2751 L 4294 2751 mt 6254 3932 L 899 2842 mt 4294 2161 L 4294 2161 mt 6254 3342 L 899 2252 mt 4294 1570 L 4294 1570 mt 6254 2751 L 899 1661 mt 4294 980 L 4294 980 mt 6254 2161 L 899 1071 mt 4294 389 L 4294 389 mt 6254 1570 L SO 6 w 2859 4614 mt 6254 3932 L 2859 4614 mt 899 3433 L 899 3433 mt 899 1071 L 2859 4614 mt 2933 4659 L %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 216 FMSR 2963 4878 mt (0) s 3708 4444 mt 3782 4488 L 3812 4707 mt (1) s 4557 4273 mt 4631 4318 L 4660 4537 mt (2) s 5405 4103 mt 5479 4147 L 5509 4366 mt (3) s 6254 3932 mt 6328 3977 L 6358 4196 mt (4) s 2859 4614 mt 2774 4631 L 2374 4839 mt (-10) s 2059 4132 mt 1974 4149 L 1820 4357 mt (0) s 1259 3650 mt 1174 3667 L 900 3875 mt (10) s 899 3433 mt 825 3388 L 675 3450 mt (0) s 899 2842 mt 825 2798 L 675 2860 mt (1) s 899 2252 mt 825 2207 L 675 2269 mt (2) s 899 1661 mt 825 1617 L 675 1679 mt (3) s 899 1071 mt 825 1026 L 675 1088 mt (4) s gs 899 389 5356 4226 rc 1 sg -40 -24 68 -14 6186 3946 3 MP PP % Quadrilateral Line Rendering Routines MathWorks begin /NI 16 def % NI can be 4 (draft), 8 (medium) , or 16 (high-res) /1NI 1.0 NI div def /N1 NI 1 sub def /quad_td {/Y3 xdef /X3 xdef /Y2 xdef /X2 xdef /Y1 xdef /X1 xdef /Y0 xdef /X0 xdef} bdef /interp_lcdc {1000.0 div /B3 xdef 1000.0 div /B2 xdef 1000.0 div /B1 xdef 1000.0 div /B0 xdef 1000.0 div /G3 xdef 1000.0 div /G2 xdef 1000.0 div /G1 xdef 1000.0 div /G0 xdef 1000.0 div /R3 xdef 1000.0 div /R2 xdef 1000.0 div /R1 xdef 1000.0 div /R0 xdef} bdef 1 1 1 1 1 1 1 1 1 1 1 1 interp_lcdc /interp_cline {3 index sub 1NI mul 3 1 roll 4 index sub 1NI mul 3 1 roll 5 index sub 1NI mul 3 1 roll 6 3 roll setrgbcolor 3 copy abs exch abs add exch abs add 0 ne { 7 3 roll exch 3 index sub 1NI mul exch 2 index sub 1NI mul 7 2 roll newpath moveto 0 1 N1 {pop 5 copy currentrgbcolor 3 index add 6 1 roll 3 index add 6 1 roll 3 index add 6 1 roll pop pop pop setrgbcolor rlineto currentpoint stroke moveto} for pop pop pop pop pop} {pop pop pop np moveto lineto stroke} ifelse} bdef /ilc {gs interp_lcdc quad_td X0 Y0 X1 Y1 R0 G0 B0 R1 G1 B1 interp_cline X1 Y1 X2 Y2 R1 G1 B1 R2 G2 B2 interp_cline X2 Y2 X3 Y3 R2 G2 B2 R3 G3 B3 interp_cline X3 Y3 X0 Y0 R3 G3 B3 R0 G0 B0 interp_cline gr} bdef /interp_poly { gs {9 index 9 index 5 2 roll 9 index 9 index 9 index interp_cline } repeat gr 5 {pop} repeat } bdef end % MathWorks dictionary 6186 3946 0 0 0.562 6254 3932 0 0 0.562 6186 3946 0 0 0.562 2 interp_poly 6254 3932 0 0 0.562 6214 3908 0 0 0.562 6254 3932 0 0 0.562 2 interp_poly 68 -14 -40 -24 6186 3946 3 MP PP 6186 3946 0 0 0.562 6146 3922 0 0 0.562 6186 3946 0 0 0.562 2 interp_poly 6146 3922 0 0 0.562 6214 3908 0 0 0.562 6146 3922 0 0 0.562 2 interp_poly -40 -24 68 -14 6146 3922 3 MP PP 6146 3922 0 0 0.562 6214 3908 0 0 0.562 6146 3922 0 0 0.562 2 interp_poly 6214 3908 0 0 0.562 6174 3884 0 0 0.562 6214 3908 0 0 0.562 2 interp_poly -40 -24 68 -13 6118 3959 3 MP PP 6118 3959 0 0 0.562 6186 3946 0 0 0.562 6118 3959 0 0 0.562 2 interp_poly 6186 3946 0 0 0.562 6146 3922 0 0 0.562 6186 3946 0 0 0.562 2 interp_poly 68 -14 -40 -24 6146 3922 3 MP PP 6146 3922 0 0 0.562 6106 3898 0 0 0.562 6146 3922 0 0 0.562 2 interp_poly 6106 3898 0 0 0.562 6174 3884 0 0 0.562 6106 3898 0 0 0.562 2 interp_poly -40 -24 68 -14 6106 3898 3 MP PP 6106 3898 0 0 0.562 6174 3884 0 0 0.562 6106 3898 0 0 0.562 2 interp_poly 6174 3884 0 0 0.562 6134 3860 0 0 0.562 6174 3884 0 0 0.562 2 interp_poly 68 -13 -40 -24 6118 3959 3 MP PP 6118 3959 0 0 0.562 6078 3935 0 0 0.562 6118 3959 0 0 0.562 2 interp_poly 6078 3935 0 0 0.562 6146 3922 0 0 0.562 6078 3935 0 0 0.562 2 interp_poly -40 -24 68 -13 6078 3935 3 MP PP 6078 3935 0 0 0.562 6146 3922 0 0 0.562 6078 3935 0 0 0.562 2 interp_poly 6146 3922 0 0 0.562 6106 3898 0 0 0.562 6146 3922 0 0 0.562 2 interp_poly 68 -13 -40 -25 6106 3898 3 MP PP 6106 3898 0 0 0.562 6066 3873 0 0 0.562 6106 3898 0 0 0.562 2 interp_poly 6066 3873 0 0 0.562 6134 3860 0 0 0.562 6066 3873 0 0 0.562 2 interp_poly -40 -24 68 -13 6066 3873 3 MP PP 6066 3873 0 0 0.562 6134 3860 0 0 0.562 6066 3873 0 0 0.562 2 interp_poly 6134 3860 0 0 0.562 6094 3836 0 0 0.562 6134 3860 0 0 0.562 2 interp_poly -40 -24 68 -14 6050 3973 3 MP PP 6050 3973 0 0 0.562 6118 3959 0 0 0.562 6050 3973 0 0 0.562 2 interp_poly 6118 3959 0 0 0.562 6078 3935 0 0 0.562 6118 3959 0 0 0.562 2 interp_poly 68 -13 -40 -24 6078 3935 3 MP PP 6078 3935 0 0 0.562 6038 3911 0 0 0.562 6078 3935 0 0 0.562 2 interp_poly 6038 3911 0 0 0.562 6106 3898 0 0 0.562 6038 3911 0 0 0.562 2 interp_poly -40 -25 68 -13 6038 3911 3 MP PP 6038 3911 0 0 0.562 6106 3898 0 0 0.562 6038 3911 0 0 0.562 2 interp_poly 6106 3898 0 0 0.562 6066 3873 0 0 0.562 6106 3898 0 0 0.562 2 interp_poly 68 -13 -40 -24 6066 3873 3 MP PP 6066 3873 0 0 0.562 6026 3849 0 0 0.562 6066 3873 0 0 0.562 2 interp_poly 6026 3849 0 0 0.562 6094 3836 0 0 0.562 6026 3849 0 0 0.562 2 interp_poly -40 -24 68 -13 6026 3849 3 MP PP 6026 3849 0 0 0.562 6094 3836 0 0 0.562 6026 3849 0 0 0.562 2 interp_poly 6094 3836 0 0 0.562 6054 3812 0 0 0.562 6094 3836 0 0 0.562 2 interp_poly 68 -14 -40 -24 6050 3973 3 MP PP 6050 3973 0 0 0.562 6010 3949 0 0 0.562 6050 3973 0 0 0.562 2 interp_poly 6010 3949 0 0 0.562 6078 3935 0 0 0.562 6010 3949 0 0 0.562 2 interp_poly -40 -24 68 -14 6010 3949 3 MP PP 6010 3949 0 0 0.562 6078 3935 0 0 0.562 6010 3949 0 0 0.562 2 interp_poly 6078 3935 0 0 0.562 6038 3911 0 0 0.562 6078 3935 0 0 0.562 2 interp_poly 68 -14 -40 -24 6038 3911 3 MP PP 6038 3911 0 0 0.562 5998 3887 0 0 0.562 6038 3911 0 0 0.562 2 interp_poly 5998 3887 0 0 0.562 6066 3873 0 0 0.562 5998 3887 0 0 0.562 2 interp_poly -40 -24 68 -14 5998 3887 3 MP PP 5998 3887 0 0 0.562 6066 3873 0 0 0.562 5998 3887 0 0 0.562 2 interp_poly 6066 3873 0 0 0.562 6026 3849 0 0 0.562 6066 3873 0 0 0.562 2 interp_poly 68 -13 -40 -24 6026 3849 3 MP PP 6026 3849 0 0 0.562 5986 3825 0 0 0.562 6026 3849 0 0 0.562 2 interp_poly 5986 3825 0 0 0.562 6054 3812 0 0 0.562 5986 3825 0 0 0.562 2 interp_poly -40 -24 68 -13 5986 3825 3 MP PP 5986 3825 0 0 0.562 6054 3812 0 0 0.562 5986 3825 0 0 0.562 2 interp_poly 6054 3812 0 0 0.562 6014 3788 0 0 0.562 6054 3812 0 0 0.562 2 interp_poly -40 -24 68 -14 5982 3987 3 MP PP 5982 3987 0 0 0.562 6050 3973 0 0 0.562 5982 3987 0 0 0.562 2 interp_poly 6050 3973 0 0 0.562 6010 3949 0 0 0.562 6050 3973 0 0 0.562 2 interp_poly 68 -14 -40 -24 6010 3949 3 MP PP 6010 3949 0 0 0.562 5970 3925 0 0 0.562 6010 3949 0 0 0.562 2 interp_poly 5970 3925 0 0 0.562 6038 3911 0 0 0.562 5970 3925 0 0 0.562 2 interp_poly -40 -24 68 -14 5970 3925 3 MP PP 5970 3925 0 0 0.562 6038 3911 0 0 0.562 5970 3925 0 0 0.562 2 interp_poly 6038 3911 0 0 0.562 5998 3887 0 0 0.562 6038 3911 0 0 0.562 2 interp_poly 68 -14 -40 -24 5998 3887 3 MP PP 5998 3887 0 0 0.562 5958 3863 0 0 0.562 5998 3887 0 0 0.562 2 interp_poly 5958 3863 0 0 0.562 6026 3849 0 0 0.562 5958 3863 0 0 0.562 2 interp_poly -40 -24 68 -14 5958 3863 3 MP PP 5958 3863 0 0 0.562 6026 3849 0 0 0.562 5958 3863 0 0 0.562 2 interp_poly 6026 3849 0 0 0.562 5986 3825 0 0 0.562 6026 3849 0 0 0.562 2 interp_poly 68 -13 -40 -24 5986 3825 3 MP PP 5986 3825 0 0 0.562 5946 3801 0 0 0.562 5986 3825 0 0 0.562 2 interp_poly 5946 3801 0 0 0.562 6014 3788 0 0 0.562 5946 3801 0 0 0.562 2 interp_poly -40 -25 68 -13 5946 3801 3 MP PP 5946 3801 0 0 0.562 6014 3788 0 0 0.562 5946 3801 0 0 0.562 2 interp_poly 6014 3788 0 0 0.562 5974 3763 0 0 0.562 6014 3788 0 0 0.562 2 interp_poly 68 -14 -40 -24 5982 3987 3 MP PP 5982 3987 0 0 0.562 5942 3963 0 0 0.562 5982 3987 0 0 0.562 2 interp_poly 5942 3963 0 0 0.562 6010 3949 0 0 0.562 5942 3963 0 0 0.562 2 interp_poly -40 -24 68 -14 5942 3963 3 MP PP 5942 3963 0 0 0.562 6010 3949 0 0 0.562 5942 3963 0 0 0.562 2 interp_poly 6010 3949 0 0 0.562 5970 3925 0 0 0.562 6010 3949 0 0 0.562 2 interp_poly 68 -14 -40 -24 5970 3925 3 MP PP 5970 3925 0 0 0.562 5930 3901 0 0 0.562 5970 3925 0 0 0.562 2 interp_poly 5930 3901 0 0 0.562 5998 3887 0 0 0.562 5930 3901 0 0 0.562 2 interp_poly -40 -24 68 -14 5930 3901 3 MP PP 5930 3901 0 0 0.562 5998 3887 0 0 0.562 5930 3901 0 0 0.562 2 interp_poly 5998 3887 0 0 0.562 5958 3863 0 0 0.562 5998 3887 0 0 0.562 2 interp_poly 68 -14 -40 -24 5958 3863 3 MP PP 5958 3863 0 0 0.562 5918 3839 0 0 0.562 5958 3863 0 0 0.562 2 interp_poly 5918 3839 0 0 0.562 5986 3825 0 0 0.562 5918 3839 0 0 0.562 2 interp_poly -40 -24 68 -14 5918 3839 3 MP PP 5918 3839 0 0 0.562 5986 3825 0 0 0.562 5918 3839 0 0 0.562 2 interp_poly 5986 3825 0 0 0.562 5946 3801 0 0 0.562 5986 3825 0 0 0.562 2 interp_poly -40 -24 67 -13 5915 4000 3 MP PP 5915 4000 0 0 0.562 5982 3987 0 0 0.562 5915 4000 0 0 0.562 2 interp_poly 5982 3987 0 0 0.562 5942 3963 0 0 0.562 5982 3987 0 0 0.562 2 interp_poly 68 -14 -40 -24 5946 3801 3 MP PP 5946 3801 0 0 0.562 5906 3777 0 0 0.562 5946 3801 0 0 0.562 2 interp_poly 5906 3777 0 0 0.562 5974 3763 0 0 0.562 5906 3777 0 0 0.562 2 interp_poly -40 -24 68 -14 5906 3777 3 MP PP 5906 3777 0 0 0.562 5974 3763 0 0 0.562 5906 3777 0 0 0.562 2 interp_poly 5974 3763 0 0 0.562 5934 3739 0 0 0.562 5974 3763 0 0 0.562 2 interp_poly 68 -13 -40 -25 5942 3963 3 MP PP 5942 3963 0 0 0.562 5902 3938 0 0 0.562 5942 3963 0 0 0.562 2 interp_poly 5902 3938 0 0 0.562 5970 3925 0 0 0.562 5902 3938 0 0 0.562 2 interp_poly -40 -24 68 -13 5902 3938 3 MP PP 5902 3938 0 0 0.562 5970 3925 0 0 0.562 5902 3938 0 0 0.562 2 interp_poly 5970 3925 0 0 0.562 5930 3901 0 0 0.562 5970 3925 0 0 0.562 2 interp_poly 68 -14 -40 -24 5930 3901 3 MP PP 5930 3901 0 0 0.562 5890 3877 0 0 0.562 5930 3901 0 0 0.562 2 interp_poly 5890 3877 0 0 0.562 5958 3863 0 0 0.562 5890 3877 0 0 0.562 2 interp_poly -40 -24 68 -14 5890 3877 3 MP PP 5890 3877 0 0 0.562 5958 3863 0 0 0.562 5890 3877 0 0 0.562 2 interp_poly 5958 3863 0 0 0.562 5918 3839 0 0 0.562 5958 3863 0 0 0.562 2 interp_poly 68 -14 -40 -24 5918 3839 3 MP PP 5918 3839 0 0 0.562 5878 3815 0 0 0.562 5918 3839 0 0 0.562 2 interp_poly 5878 3815 0 0 0.562 5946 3801 0 0 0.562 5878 3815 0 0 0.562 2 interp_poly -40 -24 68 -14 5878 3815 3 MP PP 5878 3815 0 0 0.562 5946 3801 0 0 0.562 5878 3815 0 0 0.562 2 interp_poly 5946 3801 0 0 0.562 5906 3777 0 0 0.562 5946 3801 0 0 0.562 2 interp_poly 67 -13 -40 -24 5915 4000 3 MP PP 5915 4000 0 0 0.562 5875 3976 0 0 0.562 5915 4000 0 0 0.562 2 interp_poly 5875 3976 0 0 0.562 5942 3963 0 0 0.562 5875 3976 0 0 0.562 2 interp_poly -40 -25 67 -13 5875 3976 3 MP PP 5875 3976 0 0 0.562 5942 3963 0 0 0.562 5875 3976 0 0 0.562 2 interp_poly 5942 3963 0 0 0.562 5902 3938 0 0 0.562 5942 3963 0 0 0.562 2 interp_poly 68 -14 -40 -24 5906 3777 3 MP PP 5906 3777 0 0 0.562 5866 3753 0 0 0.562 5906 3777 0 0 0.562 2 interp_poly 5866 3753 0 0 0.562 5934 3739 0 0 0.562 5866 3753 0 0 0.562 2 interp_poly -40 -24 68 -14 5866 3753 3 MP PP 5866 3753 0 0 0.562 5934 3739 0 0 0.562 5866 3753 0 0 0.562 2 interp_poly 5934 3739 0 0 0.562 5894 3715 0 0 0.562 5934 3739 0 0 0.562 2 interp_poly 68 -13 -40 -24 5902 3938 3 MP PP 5902 3938 0 0 0.562 5862 3914 0 0 0.562 5902 3938 0 0 0.562 2 interp_poly 5862 3914 0 0 0.562 5930 3901 0 0 0.562 5862 3914 0 0 0.562 2 interp_poly -40 -24 68 -13 5862 3914 3 MP PP 5862 3914 0 0 0.562 5930 3901 0 0 0.562 5862 3914 0 0 0.562 2 interp_poly 5930 3901 0 0 0.562 5890 3877 0 0 0.562 5930 3901 0 0 0.562 2 interp_poly 68 -14 -40 -24 5890 3877 3 MP PP 5890 3877 0 0 0.562 5850 3853 0 0 0.562 5890 3877 0 0 0.562 2 interp_poly 5850 3853 0 0 0.562 5918 3839 0 0 0.562 5850 3853 0 0 0.562 2 interp_poly -40 -24 68 -14 5850 3853 3 MP PP 5850 3853 0 0 0.562 5918 3839 0 0 0.562 5850 3853 0 0 0.562 2 interp_poly 5918 3839 0 0 0.562 5878 3815 0 0 0.562 5918 3839 0 0 0.562 2 interp_poly -40 -24 68 -14 5847 4014 3 MP PP 5847 4014 0 0 0.562 5915 4000 0 0 0.562 5847 4014 0 0 0.562 2 interp_poly 5915 4000 0 0 0.562 5875 3976 0 0 0.562 5915 4000 0 0 0.562 2 interp_poly 68 -14 -40 -24 5878 3815 3 MP PP 5878 3815 0 0 0.562 5838 3791 0 0 0.562 5878 3815 0 0 0.562 2 interp_poly 5838 3791 0 0 0.562 5906 3777 0 0 0.562 5838 3791 0 0 0.562 2 interp_poly -40 -24 68 -14 5838 3791 3 MP PP 5838 3791 0 0 0.562 5906 3777 0 0 0.562 5838 3791 0 0 0.562 2 interp_poly 5906 3777 0 0 0.562 5866 3753 0 0 0.562 5906 3777 0 0 0.562 2 interp_poly 67 -14 -40 -24 5875 3976 3 MP PP 5875 3976 0 0 0.562 5835 3952 0 0 0.562 5875 3976 0 0 0.562 2 interp_poly 5835 3952 0 0 0.562 5902 3938 0 0 0.562 5835 3952 0 0 0.562 2 interp_poly -40 -24 67 -14 5835 3952 3 MP PP 5835 3952 0 0 0.562 5902 3938 0 0 0.562 5835 3952 0 0 0.562 2 interp_poly 5902 3938 0 0 0.562 5862 3914 0 0 0.562 5902 3938 0 0 0.562 2 interp_poly 68 -14 -40 -24 5866 3753 3 MP PP 5866 3753 0 0 0.562 5826 3729 0 0 0.562 5866 3753 0 0 0.562 2 interp_poly 5826 3729 0 0 0.562 5894 3715 0 0 0.562 5826 3729 0 0 0.562 2 interp_poly -40 -24 68 -14 5826 3729 3 MP PP 5826 3729 0 0 0.562 5894 3715 0 0 0.562 5826 3729 0 0 0.562 2 interp_poly 5894 3715 0 0 0.562 5854 3691 0 0 0.562 5894 3715 0 0 0.562 2 interp_poly 68 -13 -40 -24 5862 3914 3 MP PP 5862 3914 0 0 0.562 5822 3890 0 0 0.562 5862 3914 0 0 0.562 2 interp_poly 5822 3890 0 0 0.562 5890 3877 0 0 0.562 5822 3890 0 0 0.562 2 interp_poly -40 -24 68 -13 5822 3890 3 MP PP 5822 3890 0 0 0.562 5890 3877 0 0 0.562 5822 3890 0 0 0.562 2 interp_poly 5890 3877 0 0 0.562 5850 3853 0 0 0.562 5890 3877 0 0 0.562 2 interp_poly 68 -13 -40 -25 5850 3853 3 MP PP 5850 3853 0 0 0.562 5810 3828 0 0 0.562 5850 3853 0 0 0.562 2 interp_poly 5810 3828 0 0 0.562 5878 3815 0 0 0.562 5810 3828 0 0 0.562 2 interp_poly -40 -24 68 -13 5810 3828 3 MP PP 5810 3828 0 0 0.562 5878 3815 0 0 0.562 5810 3828 0 0 0.562 2 interp_poly 5878 3815 0 0 0.562 5838 3791 0 0 0.562 5878 3815 0 0 0.562 2 interp_poly 68 -14 -40 -24 5847 4014 3 MP PP 5847 4014 0 0 0.562 5807 3990 0 0 0.562 5847 4014 0 0 0.562 2 interp_poly 5807 3990 0 0 0.562 5875 3976 0 0 0.562 5807 3990 0 0 0.562 2 interp_poly -40 -24 68 -14 5807 3990 3 MP PP 5807 3990 0 0 0.562 5875 3976 0 0 0.562 5807 3990 0 0 0.562 2 interp_poly 5875 3976 0 0 0.562 5835 3952 0 0 0.562 5875 3976 0 0 0.562 2 interp_poly 68 -14 -40 -24 5838 3791 3 MP PP 5838 3791 0 0 0.562 5798 3767 0 0 0.562 5838 3791 0 0 0.562 2 interp_poly 5798 3767 0 0 0.562 5866 3753 0 0 0.562 5798 3767 0 0 0.562 2 interp_poly -40 -24 68 -14 5798 3767 3 MP PP 5798 3767 0 0 0.562 5866 3753 0 0 0.562 5798 3767 0 0 0.562 2 interp_poly 5866 3753 0 0 0.562 5826 3729 0 0 0.562 5866 3753 0 0 0.562 2 interp_poly 67 -14 -40 -24 5835 3952 3 MP PP 5835 3952 0 0 0.562 5795 3928 0 0 0.562 5835 3952 0 0 0.562 2 interp_poly 5795 3928 0 0 0.562 5862 3914 0 0 0.562 5795 3928 0 0 0.562 2 interp_poly -40 -24 67 -14 5795 3928 3 MP PP 5795 3928 0 0 0.562 5862 3914 0 0 0.562 5795 3928 0 0 0.562 2 interp_poly 5862 3914 0 0 0.562 5822 3890 0 0 0.562 5862 3914 0 0 0.562 2 interp_poly 68 -14 -40 -24 5826 3729 3 MP PP 5826 3729 0 0 0.562 5786 3705 0 0 0.562 5826 3729 0 0 0.562 2 interp_poly 5786 3705 0 0 0.562 5854 3691 0 0 0.562 5786 3705 0 0 0.562 2 interp_poly -40 -24 68 -14 5786 3705 3 MP PP 5786 3705 0 0 0.562 5854 3691 0 0 0.562 5786 3705 0 0 0.562 2 interp_poly 5854 3691 0 0 0.562 5814 3667 0 0 0.562 5854 3691 0 0 0.562 2 interp_poly 68 -13 -40 -24 5822 3890 3 MP PP 5822 3890 0 0 0.562 5782 3866 0 0 0.562 5822 3890 0 0 0.562 2 interp_poly 5782 3866 0 0 0.562 5850 3853 0 0 0.562 5782 3866 0 0 0.562 2 interp_poly -40 -25 68 -13 5782 3866 3 MP PP 5782 3866 0 0 0.562 5850 3853 0 0 0.562 5782 3866 0 0 0.562 2 interp_poly 5850 3853 0 0 0.562 5810 3828 0 0 0.562 5850 3853 0 0 0.562 2 interp_poly -40 -24 68 -14 5779 4028 3 MP PP 5779 4028 0 0 0.562 5847 4014 0 0 0.562 5779 4028 0 0 0.562 2 interp_poly 5847 4014 0 0 0.562 5807 3990 0 0 0.562 5847 4014 0 0 0.562 2 interp_poly 68 -13 -40 -24 5810 3828 3 MP PP 5810 3828 0 0 0.562 5770 3804 0 0 0.562 5810 3828 0 0 0.562 2 interp_poly 5770 3804 0 0 0.562 5838 3791 0 0 0.562 5770 3804 0 0 0.562 2 interp_poly -40 -24 68 -13 5770 3804 3 MP PP 5770 3804 0 0 0.562 5838 3791 0 0 0.562 5770 3804 0 0 0.562 2 interp_poly 5838 3791 0 0 0.562 5798 3767 0 0 0.562 5838 3791 0 0 0.562 2 interp_poly 68 -14 -40 -24 5807 3990 3 MP PP 5807 3990 0 0 0.562 5767 3966 0 0 0.562 5807 3990 0 0 0.562 2 interp_poly 5767 3966 0 0 0.562 5835 3952 0 0 0.562 5767 3966 0 0 0.562 2 interp_poly -40 -24 68 -14 5767 3966 3 MP PP 5767 3966 0 0 0.562 5835 3952 0 0 0.562 5767 3966 0 0 0.562 2 interp_poly 5835 3952 0 0 0.562 5795 3928 0 0 0.562 5835 3952 0 0 0.562 2 interp_poly 68 -13 -40 -25 5798 3767 3 MP PP 5798 3767 0 0 0.562 5758 3742 0 0 0.562 5798 3767 0 0 0.562 2 interp_poly 5758 3742 0 0 0.562 5826 3729 0 0 0.562 5758 3742 0 0 0.562 2 interp_poly -40 -24 68 -13 5758 3742 3 MP PP 5758 3742 0 0 0.562 5826 3729 0 0 0.562 5758 3742 0 0 0.562 2 interp_poly 5826 3729 0 0 0.562 5786 3705 0 0 0.562 5826 3729 0 0 0.562 2 interp_poly 67 -14 -40 -24 5795 3928 3 MP PP 5795 3928 0 0 0.562 5755 3904 0 0 0.562 5795 3928 0 0 0.562 2 interp_poly 5755 3904 0 0 0.562 5822 3890 0 0 0.562 5755 3904 0 0 0.562 2 interp_poly -40 -24 67 -14 5755 3904 3 MP PP 5755 3904 0 0 0.562 5822 3890 0 0 0.562 5755 3904 0 0 0.562 2 interp_poly 5822 3890 0 0 0.562 5782 3866 0 0 0.562 5822 3890 0 0 0.562 2 interp_poly 68 -14 -40 -24 5786 3705 3 MP PP 5786 3705 0 0 0.562 5746 3681 0 0 0.562 5786 3705 0 0 0.562 2 interp_poly 5746 3681 0 0 0.562 5814 3667 0 0 0.562 5746 3681 0 0 0.562 2 interp_poly -40 -24 68 -14 5746 3681 3 MP PP 5746 3681 0 0 0.562 5814 3667 0 0 0.562 5746 3681 0 0 0.562 2 interp_poly 5814 3667 0 0 0.562 5774 3643 0 0 0.562 5814 3667 0 0 0.562 2 interp_poly 68 -14 -40 -24 5782 3866 3 MP PP 5782 3866 0 0 0.562 5742 3842 0 0 0.562 5782 3866 0 0 0.562 2 interp_poly 5742 3842 0 0 0.562 5810 3828 0 0 0.562 5742 3842 0 0 0.562 2 interp_poly -40 -24 68 -14 5742 3842 3 MP PP 5742 3842 0 0 0.562 5810 3828 0 0 0.562 5742 3842 0 0 0.562 2 interp_poly 5810 3828 0 0 0.562 5770 3804 0 0 0.562 5810 3828 0 0 0.562 2 interp_poly 68 -13 -40 -25 5779 4028 3 MP PP 5779 4028 0 0 0.562 5739 4003 0 0 0.562 5779 4028 0 0 0.562 2 interp_poly 5739 4003 0 0 0.562 5807 3990 0 0 0.562 5739 4003 0 0 0.562 2 interp_poly -40 -24 68 -13 5739 4003 3 MP PP 5739 4003 0 0 0.562 5807 3990 0 0 0.562 5739 4003 0 0 0.562 2 interp_poly 5807 3990 0 0 0.562 5767 3966 0 0 0.562 5807 3990 0 0 0.562 2 interp_poly 68 -13 -40 -24 5770 3804 3 MP PP 5770 3804 0 0 0.562 5730 3780 0 0 0.562 5770 3804 0 0 0.562 2 interp_poly 5730 3780 0 0 0.562 5798 3767 0 0 0.562 5730 3780 0 0 0.562 2 interp_poly -40 -25 68 -13 5730 3780 3 MP PP 5730 3780 0 0 0.562 5798 3767 0 0 0.562 5730 3780 0 0 0.562 2 interp_poly 5798 3767 0 0 0.562 5758 3742 0 0 0.562 5798 3767 0 0 0.562 2 interp_poly 68 -14 -40 -24 5767 3966 3 MP PP 5767 3966 0 0 0.562 5727 3942 0 0 0.562 5767 3966 0 0 0.562 2 interp_poly 5727 3942 0 0 0.562 5795 3928 0 0 0.562 5727 3942 0 0 0.562 2 interp_poly -40 -24 68 -14 5727 3942 3 MP PP 5727 3942 0 0 0.562 5795 3928 0 0 0.562 5727 3942 0 0 0.562 2 interp_poly 5795 3928 0 0 0.562 5755 3904 0 0 0.562 5795 3928 0 0 0.562 2 interp_poly 68 -13 -40 -24 5758 3742 3 MP PP 5758 3742 0 0 0.562 5718 3718 0 0 0.562 5758 3742 0 0 0.562 2 interp_poly 5718 3718 0 0 0.562 5786 3705 0 0 0.562 5718 3718 0 0 0.562 2 interp_poly -40 -24 68 -13 5718 3718 3 MP PP 5718 3718 0 0 0.562 5786 3705 0 0 0.562 5718 3718 0 0 0.562 2 interp_poly 5786 3705 0 0 0.562 5746 3681 0 0 0.562 5786 3705 0 0 0.562 2 interp_poly 68 -14 -41 -24 5755 3904 3 MP PP 5755 3904 0 0 0.562 5714 3880 0 0 0.562 5755 3904 0 0 0.562 2 interp_poly 5714 3880 0 0 0.562 5782 3866 0 0 0.562 5714 3880 0 0 0.562 2 interp_poly -40 -24 68 -14 5714 3880 3 MP PP 5714 3880 0 0 0.562 5782 3866 0 0 0.562 5714 3880 0 0 0.562 2 interp_poly 5782 3866 0 0 0.562 5742 3842 0 0 0.562 5782 3866 0 0 0.562 2 interp_poly -40 -25 68 -13 5711 4041 3 MP PP 5711 4041 0 0 0.562 5779 4028 0 0 0.562 5711 4041 0 0 0.562 2 interp_poly 5779 4028 0 0 0.562 5739 4003 0 0 0.562 5779 4028 0 0 0.562 2 interp_poly 68 -14 -40 -24 5746 3681 3 MP PP 5746 3681 0 0 0.562 5706 3657 0 0 0.562 5746 3681 0 0 0.562 2 interp_poly 5706 3657 0 0 0.562 5774 3643 0 0 0.562 5706 3657 0 0 0.562 2 interp_poly -40 -24 68 -14 5706 3657 3 MP PP 5706 3657 0 0 0.562 5774 3643 0 0 0.562 5706 3657 0 0 0.562 2 interp_poly 5774 3643 0 0 0.562 5734 3619 0 0 0.562 5774 3643 0 0 0.562 2 interp_poly 68 -14 -40 -24 5742 3842 3 MP PP 5742 3842 0 0 0.562 5702 3818 0 0 0.562 5742 3842 0 0 0.562 2 interp_poly 5702 3818 0 0 0.562 5770 3804 0 0 0.562 5702 3818 0 0 0.562 2 interp_poly -40 -24 68 -14 5702 3818 3 MP PP 5702 3818 0 0 0.562 5770 3804 0 0 0.562 5702 3818 0 0 0.562 2 interp_poly 5770 3804 0 0 0.562 5730 3780 0 0 0.562 5770 3804 0 0 0.562 2 interp_poly 68 -13 -40 -24 5739 4003 3 MP PP 5739 4003 0 0 0.562 5699 3979 0 0 0.562 5739 4003 0 0 0.562 2 interp_poly 5699 3979 0 0 0.562 5767 3966 0 0 0.562 5699 3979 0 0 0.562 2 interp_poly -40 -24 68 -13 5699 3979 3 MP PP 5699 3979 0 0 0.562 5767 3966 0 0 0.562 5699 3979 0 0 0.562 2 interp_poly 5767 3966 0 0 0.562 5727 3942 0 0 0.562 5767 3966 0 0 0.562 2 interp_poly 68 -14 -40 -24 5730 3780 3 MP PP 5730 3780 0 0 0.562 5690 3756 0 0 0.562 5730 3780 0 0 0.562 2 interp_poly 5690 3756 0 0 0.562 5758 3742 0 0 0.562 5690 3756 0 0 0.562 2 interp_poly -40 -24 68 -14 5690 3756 3 MP PP 5690 3756 0 0 0.562 5758 3742 0 0 0.562 5690 3756 0 0 0.562 2 interp_poly 5758 3742 0 0 0.562 5718 3718 0 0 0.562 5758 3742 0 0 0.562 2 interp_poly 68 -14 -40 -24 5727 3942 3 MP PP 5727 3942 0 0 0.562 5687 3918 0 0 0.562 5727 3942 0 0 0.562 2 interp_poly 5687 3918 0 0 0.562 5755 3904 0 0 0.562 5687 3918 0 0 0.562 2 interp_poly -41 -24 68 -14 5687 3918 3 MP PP 5687 3918 0 0 0.562 5755 3904 0 0 0.562 5687 3918 0 0 0.562 2 interp_poly 5755 3904 0 0 0.562 5714 3880 0 0 0.562 5755 3904 0 0 0.562 2 interp_poly 68 -13 -40 -24 5718 3718 3 MP PP 5718 3718 0 0 0.562 5678 3694 0 0 0.562 5718 3718 0 0 0.562 2 interp_poly 5678 3694 0 0 0.562 5746 3681 0 0 0.562 5678 3694 0 0 0.562 2 interp_poly -40 -24 68 -13 5678 3694 3 MP PP 5678 3694 0 0 0.562 5746 3681 0 0 0.562 5678 3694 0 0 0.562 2 interp_poly 5746 3681 0 0 0.562 5706 3657 0 0 0.562 5746 3681 0 0 0.562 2 interp_poly 68 -14 -40 -24 5714 3880 3 MP PP 5714 3880 0 0 0.562 5674 3856 0 0 0.562 5714 3880 0 0 0.562 2 interp_poly 5674 3856 0 0 0.562 5742 3842 0 0 0.562 5674 3856 0 0 0.562 2 interp_poly -40 -24 68 -14 5674 3856 3 MP PP 5674 3856 0 0 0.562 5742 3842 0 0 0.562 5674 3856 0 0 0.562 2 interp_poly 5742 3842 0 0 0.562 5702 3818 0 0 0.562 5742 3842 0 0 0.562 2 interp_poly 68 -14 -40 -24 5711 4041 3 MP PP 5711 4041 0 0 0.562 5671 4017 0 0 0.562 5711 4041 0 0 0.562 2 interp_poly 5671 4017 0 0 0.562 5739 4003 0 0 0.562 5671 4017 0 0 0.562 2 interp_poly -40 -24 68 -14 5671 4017 3 MP PP 5671 4017 0 0 0.562 5739 4003 0 0 0.562 5671 4017 0 0 0.562 2 interp_poly 5739 4003 0 0 0.562 5699 3979 0 0 0.562 5739 4003 0 0 0.562 2 interp_poly 68 -13 -40 -25 5706 3657 3 MP PP 5706 3657 0 0 0.562 5666 3632 0 0 0.562 5706 3657 0 0 0.562 2 interp_poly 5666 3632 0 0 0.562 5734 3619 0 0 0.562 5666 3632 0 0 0.562 2 interp_poly -40 -24 68 -13 5666 3632 3 MP PP 5666 3632 0 0 0.562 5734 3619 0 0 0.562 5666 3632 0 0 0.562 2 interp_poly 5734 3619 0 0 0.562 5694 3595 0 0 0.562 5734 3619 0 0 0.562 2 interp_poly 68 -14 -40 -24 5702 3818 3 MP PP 5702 3818 0 0 0.562 5662 3794 0 0 0.562 5702 3818 0 0 0.562 2 interp_poly 5662 3794 0 0 0.562 5730 3780 0 0 0.562 5662 3794 0 0 0.562 2 interp_poly -40 -24 68 -14 5662 3794 3 MP PP 5662 3794 0 0 0.562 5730 3780 0 0 0.562 5662 3794 0 0 0.562 2 interp_poly 5730 3780 0 0 0.562 5690 3756 0 0 0.562 5730 3780 0 0 0.562 2 interp_poly 68 -13 -40 -24 5699 3979 3 MP PP 5699 3979 0 0 0.562 5659 3955 0 0 0.562 5699 3979 0 0 0.562 2 interp_poly 5659 3955 0 0 0.562 5727 3942 0 0 0.562 5659 3955 0 0 0.562 2 interp_poly -40 -24 68 -13 5659 3955 3 MP PP 5659 3955 0 0 0.562 5727 3942 0 0 0.562 5659 3955 0 0 0.562 2 interp_poly 5727 3942 0 0 0.562 5687 3918 0 0 0.562 5727 3942 0 0 0.562 2 interp_poly 68 -14 -40 -24 5690 3756 3 MP PP 5690 3756 0 0 0.562 5650 3732 0 0 0.562 5690 3756 0 0 0.562 2 interp_poly 5650 3732 0 0 0.562 5718 3718 0 0 0.562 5650 3732 0 0 0.562 2 interp_poly -40 -24 68 -14 5650 3732 3 MP PP 5650 3732 0 0 0.562 5718 3718 0 0 0.562 5650 3732 0 0 0.562 2 interp_poly 5718 3718 0 0 0.562 5678 3694 0 0 0.562 5718 3718 0 0 0.562 2 interp_poly 67 -13 -40 -25 5687 3918 3 MP PP 5687 3918 0 0 0.562 5647 3893 0 0 0.562 5687 3918 0 0 0.562 2 interp_poly 5647 3893 0 0 0.562 5714 3880 0 0 0.562 5647 3893 0 0 0.562 2 interp_poly -40 -24 67 -13 5647 3893 3 MP PP 5647 3893 0 0 0.562 5714 3880 0 0 0.562 5647 3893 0 0 0.562 2 interp_poly 5714 3880 0 0 0.562 5674 3856 0 0 0.562 5714 3880 0 0 0.562 2 interp_poly -40 -24 68 -14 5643 4055 3 MP PP 5643 4055 0 0 0.562 5711 4041 0 0 0.562 5643 4055 0 0 0.562 2 interp_poly 5711 4041 0 0 0.562 5671 4017 0 0 0.562 5711 4041 0 0 0.562 2 interp_poly 68 -13 -40 -24 5678 3694 3 MP PP 5678 3694 0 0 0.562 5638 3670 0 0 0.562 5678 3694 0 0 0.562 2 interp_poly 5638 3670 0 0 0.562 5706 3657 0 0 0.562 5638 3670 0 0 0.562 2 interp_poly -40 -25 68 -13 5638 3670 3 MP PP 5638 3670 0 0 0.562 5706 3657 0 0 0.562 5638 3670 0 0 0.562 2 interp_poly 5706 3657 0 0 0.562 5666 3632 0 0 0.562 5706 3657 0 0 0.562 2 interp_poly 68 -14 -40 -24 5674 3856 3 MP PP 5674 3856 0 0 0.562 5634 3832 0 0 0.562 5674 3856 0 0 0.562 2 interp_poly 5634 3832 0 0 0.562 5702 3818 0 0 0.562 5634 3832 0 0 0.562 2 interp_poly -40 -24 68 -14 5634 3832 3 MP PP 5634 3832 0 0 0.562 5702 3818 0 0 0.562 5634 3832 0 0 0.562 2 interp_poly 5702 3818 0 0 0.562 5662 3794 0 0 0.562 5702 3818 0 0 0.562 2 interp_poly 68 -14 -40 -24 5671 4017 3 MP PP 5671 4017 0 0 0.562 5631 3993 0 0 0.562 5671 4017 0 0 0.562 2 interp_poly 5631 3993 0 0 0.562 5699 3979 0 0 0.562 5631 3993 0 0 0.562 2 interp_poly -40 -24 68 -14 5631 3993 3 MP PP 5631 3993 0 0 0.562 5699 3979 0 0 0.562 5631 3993 0 0 0.562 2 interp_poly 5699 3979 0 0 0.562 5659 3955 0 0 0.562 5699 3979 0 0 0.562 2 interp_poly 68 -13 -40 -24 5666 3632 3 MP PP 5666 3632 0 0 0.562 5626 3608 0 0 0.562 5666 3632 0 0 0.562 2 interp_poly 5626 3608 0 0 0.562 5694 3595 0 0 0.562 5626 3608 0 0 0.562 2 interp_poly -40 -24 68 -13 5626 3608 3 MP PP 5626 3608 0 0 0.562 5694 3595 0 0 0.562 5626 3608 0 0 0.562 2 interp_poly 5694 3595 0 0 0.562 5654 3571 0 0 0.562 5694 3595 0 0 0.562 2 interp_poly 68 -14 -40 -24 5662 3794 3 MP PP 5662 3794 0 0 0.562 5622 3770 0 0 0.562 5662 3794 0 0 0.562 2 interp_poly 5622 3770 0 0 0.562 5690 3756 0 0 0.562 5622 3770 0 0 0.562 2 interp_poly -40 -24 68 -14 5622 3770 3 MP PP 5622 3770 0 0 0.562 5690 3756 0 0 0.562 5622 3770 0 0 0.562 2 interp_poly 5690 3756 0 0 0.562 5650 3732 0 0 0.562 5690 3756 0 0 0.562 2 interp_poly 68 -13 -40 -24 5659 3955 3 MP PP 5659 3955 0 0 0.562 5619 3931 0 0 0.562 5659 3955 0 0 0.562 2 interp_poly 5619 3931 0 0 0.562 5687 3918 0 0 0.562 5619 3931 0 0 0.562 2 interp_poly -40 -25 68 -13 5619 3931 3 MP PP 5619 3931 0 0 0.562 5687 3918 0 0 0.562 5619 3931 0 0 0.562 2 interp_poly 5687 3918 0 0 0.562 5647 3893 0 0 0.562 5687 3918 0 0 0.562 2 interp_poly 68 -14 -40 -24 5650 3732 3 MP PP 5650 3732 0 0 0.562 5610 3708 0 0 0.562 5650 3732 0 0 0.562 2 interp_poly 5610 3708 0 0 0.562 5678 3694 0 0 0.562 5610 3708 0 0 0.562 2 interp_poly -40 -24 68 -14 5610 3708 3 MP PP 5610 3708 0 0 0.562 5678 3694 0 0 0.562 5610 3708 0 0 0.562 2 interp_poly 5678 3694 0 0 0.562 5638 3670 0 0 0.562 5678 3694 0 0 0.562 2 interp_poly 67 -13 -40 -24 5647 3893 3 MP PP 5647 3893 0 0 0.562 5607 3869 0 0 0.562 5647 3893 0 0 0.562 2 interp_poly 5607 3869 0 0 0.562 5674 3856 0 0 0.562 5607 3869 0 0 0.562 2 interp_poly -40 -24 67 -13 5607 3869 3 MP PP 5607 3869 0 0 0.562 5674 3856 0 0 0.562 5607 3869 0 0 0.562 2 interp_poly 5674 3856 0 0 0.562 5634 3832 0 0 0.562 5674 3856 0 0 0.562 2 interp_poly 68 -14 -40 -24 5643 4055 3 MP PP 5643 4055 0 0 0.562 5603 4031 0 0 0.562 5643 4055 0 0 0.562 2 interp_poly 5603 4031 0 0 0.562 5671 4017 0 0 0.562 5603 4031 0 0 0.562 2 interp_poly -40 -24 68 -14 5603 4031 3 MP PP 5603 4031 0 0 0.562 5671 4017 0 0 0.562 5603 4031 0 0 0.562 2 interp_poly 5671 4017 0 0 0.562 5631 3993 0 0 0.562 5671 4017 0 0 0.562 2 interp_poly 68 -14 -40 -24 5638 3670 3 MP PP 5638 3670 0 0 0.562 5598 3646 0 0 0.562 5638 3670 0 0 0.562 2 interp_poly 5598 3646 0 0 0.562 5666 3632 0 0 0.562 5598 3646 0 0 0.562 2 interp_poly -40 -24 68 -14 5598 3646 3 MP PP 5598 3646 0 0 0.562 5666 3632 0 0 0.562 5598 3646 0 0 0.562 2 interp_poly 5666 3632 0 0 0.562 5626 3608 0 0 0.562 5666 3632 0 0 0.562 2 interp_poly 68 -13 -40 -25 5634 3832 3 MP PP 5634 3832 0 0 0.562 5594 3807 0 0 0.562 5634 3832 0 0 0.562 2 interp_poly 5594 3807 0 0 0.562 5662 3794 0 0 0.562 5594 3807 0 0 0.562 2 interp_poly -40 -24 68 -13 5594 3807 3 MP PP 5594 3807 0 0 0.562 5662 3794 0 0 0.562 5594 3807 0 0 0.562 2 interp_poly 5662 3794 0 0 0.562 5622 3770 0 0 0.562 5662 3794 0 0 0.562 2 interp_poly 68 -14 -40 -24 5631 3993 3 MP PP 5631 3993 0 0 0.562 5591 3969 0 0 0.562 5631 3993 0 0 0.562 2 interp_poly 5591 3969 0 0 0.562 5659 3955 0 0 0.562 5591 3969 0 0 0.562 2 interp_poly -40 -24 68 -14 5591 3969 3 MP PP 5591 3969 0 0 0.562 5659 3955 0 0 0.562 5591 3969 0 0 0.562 2 interp_poly 5659 3955 0 0 0.562 5619 3931 0 0 0.562 5659 3955 0 0 0.562 2 interp_poly 68 -13 -40 -24 5626 3608 3 MP PP 5626 3608 0 0 0.562 5586 3584 0 0 0.562 5626 3608 0 0 0.562 2 interp_poly 5586 3584 0 0 0.562 5654 3571 0 0 0.562 5586 3584 0 0 0.562 2 interp_poly -40 -25 68 -13 5586 3584 3 MP PP 5586 3584 0 0 0.562 5654 3571 0 0 0.562 5586 3584 0 0 0.562 2 interp_poly 5654 3571 0 0 0.562 5614 3546 0 0 0.562 5654 3571 0 0 0.562 2 interp_poly 68 -14 -40 -24 5622 3770 3 MP PP 5622 3770 0 0 0.562 5582 3746 0 0 0.562 5622 3770 0 0 0.562 2 interp_poly 5582 3746 0 0 0.562 5650 3732 0 0 0.562 5582 3746 0 0 0.562 2 interp_poly -40 -24 68 -14 5582 3746 3 MP PP 5582 3746 0 0 0.562 5650 3732 0 0 0.562 5582 3746 0 0 0.562 2 interp_poly 5650 3732 0 0 0.562 5610 3708 0 0 0.562 5650 3732 0 0 0.562 2 interp_poly 68 -14 -40 -24 5619 3931 3 MP PP 5619 3931 0 0 0.562 5579 3907 0 0 0.562 5619 3931 0 0 0.562 2 interp_poly 5579 3907 0 0 0.562 5647 3893 0 0 0.562 5579 3907 0 0 0.562 2 interp_poly -40 -24 68 -14 5579 3907 3 MP PP 5579 3907 0 0 0.562 5647 3893 0 0 0.562 5579 3907 0 0 0.562 2 interp_poly 5647 3893 0 0 0.562 5607 3869 0 0 0.562 5647 3893 0 0 0.562 2 interp_poly -40 -24 68 -14 5575 4069 3 MP PP 5575 4069 0 0 0.562 5643 4055 0 0 0.562 5575 4069 0 0 0.562 2 interp_poly 5643 4055 0 0 0.562 5603 4031 0 0 0.562 5643 4055 0 0 0.562 2 interp_poly 68 -14 -40 -24 5610 3708 3 MP PP 5610 3708 0 0 0.562 5570 3684 0 0 0.562 5610 3708 0 0 0.562 2 interp_poly 5570 3684 0 0 0.562 5638 3670 0 0 0.562 5570 3684 0 0 0.562 2 interp_poly -40 -24 68 -14 5570 3684 3 MP PP 5570 3684 0 0 0.562 5638 3670 0 0 0.562 5570 3684 0 0 0.562 2 interp_poly 5638 3670 0 0 0.562 5598 3646 0 0 0.562 5638 3670 0 0 0.562 2 interp_poly 67 -13 -40 -24 5607 3869 3 MP PP 5607 3869 0 0 0.562 5567 3845 0 0 0.562 5607 3869 0 0 0.562 2 interp_poly 5567 3845 0 0 0.562 5634 3832 0 0 0.562 5567 3845 0 0 0.562 2 interp_poly -40 -25 67 -13 5567 3845 3 MP PP 5567 3845 0 0 0.562 5634 3832 0 0 0.562 5567 3845 0 0 0.562 2 interp_poly 5634 3832 0 0 0.562 5594 3807 0 0 0.562 5634 3832 0 0 0.562 2 interp_poly 68 -14 -40 -24 5603 4031 3 MP PP 5603 4031 0 0 0.562 5563 4007 0 0 0.562 5603 4031 0 0 0.562 2 interp_poly 5563 4007 0 0 0.562 5631 3993 0 0 0.562 5563 4007 0 0 0.562 2 interp_poly -40 -24 68 -14 5563 4007 3 MP PP 5563 4007 0 0 0.562 5631 3993 0 0 0.562 5563 4007 0 0 0.562 2 interp_poly 5631 3993 0 0 0.562 5591 3969 0 0 0.562 5631 3993 0 0 0.562 2 interp_poly 68 -14 -40 -24 5598 3646 3 MP PP 5598 3646 0 0 0.562 5558 3622 0 0 0.562 5598 3646 0 0 0.562 2 interp_poly 5558 3622 0 0 0.562 5626 3608 0 0 0.562 5558 3622 0 0 0.562 2 interp_poly -40 -24 68 -14 5558 3622 3 MP PP 5558 3622 0 0 0.562 5626 3608 0 0 0.562 5558 3622 0 0 0.562 2 interp_poly 5626 3608 0 0 0.562 5586 3584 0 0 0.562 5626 3608 0 0 0.562 2 interp_poly 68 -13 -40 -24 5594 3807 3 MP PP 5594 3807 0 0 0.562 5554 3783 0 0 0.562 5594 3807 0 0 0.562 2 interp_poly 5554 3783 0 0 0.562 5622 3770 0 0 0.562 5554 3783 0 0 0.562 2 interp_poly -40 -24 68 -13 5554 3783 3 MP PP 5554 3783 0 0 0.562 5622 3770 0 0 0.562 5554 3783 0 0 0.562 2 interp_poly 5622 3770 0 0 0.562 5582 3746 0 0 0.562 5622 3770 0 0 0.562 2 interp_poly 68 -14 -40 -24 5591 3969 3 MP PP 5591 3969 0 0 0.562 5551 3945 0 0 0.562 5591 3969 0 0 0.562 2 interp_poly 5551 3945 0 0 0.562 5619 3931 0 0 0.562 5551 3945 0 0 0.562 2 interp_poly -40 -24 68 -14 5551 3945 3 MP PP 5551 3945 0 0 0.562 5619 3931 0 0 0.562 5551 3945 0 0 0.562 2 interp_poly 5619 3931 0 0 0.562 5579 3907 0 0 0.562 5619 3931 0 0 0.562 2 interp_poly 68 -14 -40 -24 5586 3584 3 MP PP 5586 3584 0 0 0.562 5546 3560 0 0 0.562 5586 3584 0 0 0.562 2 interp_poly 5546 3560 0 0 0.562 5614 3546 0 0 0.562 5546 3560 0 0 0.562 2 interp_poly -40 -24 68 -14 5546 3560 3 MP PP 5546 3560 0 0 0.562 5614 3546 0 0 0.562 5546 3560 0 0 0.562 2 interp_poly 5614 3546 0 0 0.562 5574 3522 0 0 0.562 5614 3546 0 0 0.562 2 interp_poly 68 -14 -40 -24 5582 3746 3 MP PP 5582 3746 0 0 0.562 5542 3722 0 0 0.562 5582 3746 0 0 0.562 2 interp_poly 5542 3722 0 0 0.562 5610 3708 0 0 0.562 5542 3722 0 0 0.562 2 interp_poly -40 -24 68 -14 5542 3722 3 MP PP 5542 3722 0 0 0.562 5610 3708 0 0 0.562 5542 3722 0 0 0.562 2 interp_poly 5610 3708 0 0 0.562 5570 3684 0 0 0.562 5610 3708 0 0 0.562 2 interp_poly 68 -14 -40 -24 5579 3907 3 MP PP 5579 3907 0 0 0.562 5539 3883 0 0 0.562 5579 3907 0 0 0.562 2 interp_poly 5539 3883 0 0 0.562 5607 3869 0 0 0.562 5539 3883 0 0 0.562 2 interp_poly -40 -24 68 -14 5539 3883 3 MP PP 5539 3883 0 0 0.562 5607 3869 0 0 0.562 5539 3883 0 0 0.562 2 interp_poly 5607 3869 0 0 0.562 5567 3845 0 0 0.562 5607 3869 0 0 0.562 2 interp_poly 68 -13 -40 -25 5575 4069 3 MP PP 5575 4069 0 0 0.562 5535 4044 0 0 0.562 5575 4069 0 0 0.562 2 interp_poly 5535 4044 0 0 0.562 5603 4031 0 0 0.562 5535 4044 0 0 0.562 2 interp_poly -40 -24 68 -13 5535 4044 3 MP PP 5535 4044 0 0 0.562 5603 4031 0 0 0.562 5535 4044 0 0 0.562 2 interp_poly 5603 4031 0 0 0.562 5563 4007 0 0 0.562 5603 4031 0 0 0.562 2 interp_poly 68 -14 -40 -24 5570 3684 3 MP PP 5570 3684 0 0 0.562 5530 3660 0 0 0.562 5570 3684 0 0 0.562 2 interp_poly 5530 3660 0 0 0.562 5598 3646 0 0 0.562 5530 3660 0 0 0.562 2 interp_poly -40 -24 68 -14 5530 3660 3 MP PP 5530 3660 0 0 0.562 5598 3646 0 0 0.562 5530 3660 0 0 0.562 2 interp_poly 5598 3646 0 0 0.562 5558 3622 0 0 0.562 5598 3646 0 0 0.562 2 interp_poly 67 -14 -40 -24 5567 3845 3 MP PP 5567 3845 0 0 0.562 5527 3821 0 0 0.562 5567 3845 0 0 0.562 2 interp_poly 5527 3821 0 0 0.562 5594 3807 0 0 0.562 5527 3821 0 0 0.562 2 interp_poly -40 -24 67 -14 5527 3821 3 MP PP 5527 3821 0 0 0.562 5594 3807 0 0 0.562 5527 3821 0 0 0.562 2 interp_poly 5594 3807 0 0 0.562 5554 3783 0 0 0.562 5594 3807 0 0 0.562 2 interp_poly 68 -14 -40 -24 5563 4007 3 MP PP 5563 4007 0 0 0.562 5523 3983 0 0 0.562 5563 4007 0 0 0.562 2 interp_poly 5523 3983 0 0 0.562 5591 3969 0 0 0.562 5523 3983 0 0 0.562 2 interp_poly -40 -24 68 -14 5523 3983 3 MP PP 5523 3983 0 0 0.562 5591 3969 0 0 0.562 5523 3983 0 0 0.562 2 interp_poly 5591 3969 0 0 0.562 5551 3945 0 0 0.562 5591 3969 0 0 0.562 2 interp_poly 68 -14 -40 -24 5558 3622 3 MP PP 5558 3622 0 0 0.562 5518 3598 0 0 0.562 5558 3622 0 0 0.562 2 interp_poly 5518 3598 0 0 0.562 5586 3584 0 0 0.562 5518 3598 0 0 0.562 2 interp_poly -40 -24 68 -14 5518 3598 3 MP PP 5518 3598 0 0 0.562 5586 3584 0 0 0.562 5518 3598 0 0 0.562 2 interp_poly 5586 3584 0 0 0.562 5546 3560 0 0 0.562 5586 3584 0 0 0.562 2 interp_poly 68 -13 -40 -24 5554 3783 3 MP PP 5554 3783 0 0 0.562 5514 3759 0 0 0.562 5554 3783 0 0 0.562 2 interp_poly 5514 3759 0 0 0.562 5582 3746 0 0 0.562 5514 3759 0 0 0.562 2 interp_poly -40 -24 68 -13 5514 3759 3 MP PP 5514 3759 0 0 0.562 5582 3746 0 0 0.562 5514 3759 0 0 0.562 2 interp_poly 5582 3746 0 0 0.562 5542 3722 0 0 0.562 5582 3746 0 0 0.562 2 interp_poly 68 -14 -40 -24 5551 3945 3 MP PP 5551 3945 0 0 0.562 5511 3921 0 0 0.562 5551 3945 0 0 0.562 2 interp_poly 5511 3921 0 0 0.562 5579 3907 0 0 0.562 5511 3921 0 0 0.562 2 interp_poly -40 -24 68 -14 5511 3921 3 MP PP 5511 3921 0 0 0.562 5579 3907 0 0 0.562 5511 3921 0 0 0.562 2 interp_poly 5579 3907 0 0 0.562 5539 3883 0 0 0.562 5579 3907 0 0 0.562 2 interp_poly -40 -25 68 -13 5507 4082 3 MP PP 5507 4082 0 0 0.562 5575 4069 0 0 0.562 5507 4082 0 0 0.562 2 interp_poly 5575 4069 0 0 0.562 5535 4044 0 0 0.562 5575 4069 0 0 0.562 2 interp_poly 68 -14 -40 -24 5546 3560 3 MP PP 5546 3560 0 0 0.562 5506 3536 0 0 0.562 5546 3560 0 0 0.562 2 interp_poly 5506 3536 0 0 0.562 5574 3522 0 0 0.562 5506 3536 0 0 0.562 2 interp_poly -40 -24 68 -14 5506 3536 3 MP PP 5506 3536 0 0 0.562 5574 3522 0 0 0.562 5506 3536 0 0 0.562 2 interp_poly 5574 3522 0 0 0.562 5534 3498 0 0 0.562 5574 3522 0 0 0.562 2 interp_poly 68 -13 -40 -25 5542 3722 3 MP PP 5542 3722 0 0 0.562 5502 3697 0 0 0.562 5542 3722 0 0 0.562 2 interp_poly 5502 3697 0 0 0.562 5570 3684 0 0 0.562 5502 3697 0 0 0.562 2 interp_poly -40 -24 68 -13 5502 3697 3 MP PP 5502 3697 0 0 0.562 5570 3684 0 0 0.562 5502 3697 0 0 0.562 2 interp_poly 5570 3684 0 0 0.562 5530 3660 0 0 0.562 5570 3684 0 0 0.562 2 interp_poly 68 -14 -40 -24 5539 3883 3 MP PP 5539 3883 0 0 0.562 5499 3859 0 0 0.562 5539 3883 0 0 0.562 2 interp_poly 5499 3859 0 0 0.562 5567 3845 0 0 0.562 5499 3859 0 0 0.562 2 interp_poly -40 -24 68 -14 5499 3859 3 MP PP 5499 3859 0 0 0.562 5567 3845 0 0 0.562 5499 3859 0 0 0.562 2 interp_poly 5567 3845 0 0 0.562 5527 3821 0 0 0.562 5567 3845 0 0 0.562 2 interp_poly 68 -13 -40 -24 5535 4044 3 MP PP 5535 4044 0 0 0.562 5495 4020 0 0 0.562 5535 4044 0 0 0.562 2 interp_poly 5495 4020 0 0 0.562 5563 4007 0 0 0.562 5495 4020 0 0 0.562 2 interp_poly -40 -24 68 -13 5495 4020 3 MP PP 5495 4020 0 0 0.562 5563 4007 0 0 0.562 5495 4020 0 0 0.562 2 interp_poly 5563 4007 0 0 0.562 5523 3983 0 0 0.562 5563 4007 0 0 0.562 2 interp_poly 68 -14 -40 -24 5530 3660 3 MP PP 5530 3660 0 0 0.562 5490 3636 0 0 0.562 5530 3660 0 0 0.562 2 interp_poly 5490 3636 0 0 0.562 5558 3622 0 0 0.562 5490 3636 0 0 0.562 2 interp_poly -40 -24 68 -14 5490 3636 3 MP PP 5490 3636 0 0 0.562 5558 3622 0 0 0.562 5490 3636 0 0 0.562 2 interp_poly 5558 3622 0 0 0.562 5518 3598 0 0 0.562 5558 3622 0 0 0.562 2 interp_poly 67 -14 -40 -24 5527 3821 3 MP PP 5527 3821 0 0 0.562 5487 3797 0 0 0.562 5527 3821 0 0 0.562 2 interp_poly 5487 3797 0 0 0.562 5554 3783 0 0 0.562 5487 3797 0 0 0.562 2 interp_poly -40 -24 67 -14 5487 3797 3 MP PP 5487 3797 0 0 0.562 5554 3783 0 0 0.562 5487 3797 0 0 0.562 2 interp_poly 5554 3783 0 0 0.562 5514 3759 0 0 0.562 5554 3783 0 0 0.562 2 interp_poly 68 -13 -40 -25 5523 3983 3 MP PP 5523 3983 0 0 0.562 5483 3958 0 0 0.562 5523 3983 0 0 0.562 2 interp_poly 5483 3958 0 0 0.562 5551 3945 0 0 0.562 5483 3958 0 0 0.562 2 interp_poly -40 -24 68 -13 5483 3958 3 MP PP 5483 3958 0 0 0.562 5551 3945 0 0 0.562 5483 3958 0 0 0.562 2 interp_poly 5551 3945 0 0 0.562 5511 3921 0 0 0.562 5551 3945 0 0 0.562 2 interp_poly 68 -14 -40 -24 5518 3598 3 MP PP 5518 3598 0 0 0.562 5478 3574 0 0 0.562 5518 3598 0 0 0.562 2 interp_poly 5478 3574 0 0 0.562 5546 3560 0 0 0.562 5478 3574 0 0 0.562 2 interp_poly -40 -24 68 -14 5478 3574 3 MP PP 5478 3574 0 0 0.562 5546 3560 0 0 0.562 5478 3574 0 0 0.562 2 interp_poly 5546 3560 0 0 0.562 5506 3536 0 0 0.562 5546 3560 0 0 0.562 2 interp_poly 68 -13 -40 -24 5514 3759 3 MP PP 5514 3759 0 0 0.562 5474 3735 0 0 0.562 5514 3759 0 0 0.562 2 interp_poly 5474 3735 0 0 0.562 5542 3722 0 0 0.562 5474 3735 0 0 0.562 2 interp_poly -40 -25 68 -13 5474 3735 3 MP PP 5474 3735 0 0 0.562 5542 3722 0 0 0.562 5474 3735 0 0 0.562 2 interp_poly 5542 3722 0 0 0.562 5502 3697 0 0 0.562 5542 3722 0 0 0.562 2 interp_poly 68 -14 -40 -24 5511 3921 3 MP PP 5511 3921 0 0 0.562 5471 3897 0 0 0.562 5511 3921 0 0 0.562 2 interp_poly 5471 3897 0 0 0.562 5539 3883 0 0 0.562 5471 3897 0 0 0.562 2 interp_poly -40 -24 68 -14 5471 3897 3 MP PP 5471 3897 0 0 0.562 5539 3883 0 0 0.562 5471 3897 0 0 0.562 2 interp_poly 5539 3883 0 0 0.562 5499 3859 0 0 0.562 5539 3883 0 0 0.562 2 interp_poly 68 -14 -40 -24 5507 4082 3 MP PP 5507 4082 0 0 0.562 5467 4058 0 0 0.562 5507 4082 0 0 0.562 2 interp_poly 5467 4058 0 0 0.562 5535 4044 0 0 0.562 5467 4058 0 0 0.562 2 interp_poly -40 -24 68 -14 5467 4058 3 MP PP 5467 4058 0 0 0.562 5535 4044 0 0 0.562 5467 4058 0 0 0.562 2 interp_poly 5535 4044 0 0 0.562 5495 4020 0 0 0.562 5535 4044 0 0 0.562 2 interp_poly 68 -13 -40 -25 5506 3536 3 MP PP 5506 3536 0 0 0.562 5466 3511 0 0 0.562 5506 3536 0 0 0.562 2 interp_poly 5466 3511 0 0 0.562 5534 3498 0 0 0.562 5466 3511 0 0 0.562 2 interp_poly -40 -25 68 -13 5466 3511 3 MP PP 5466 3511 0 0 0.562 5534 3498 0 0 0.562 5466 3511 0 0 0.562 2 interp_poly 5534 3498 0 0 0.562 5494 3473 0 0 0.562 5534 3498 0 0 0.562 2 interp_poly 68 -13 -40 -24 5502 3697 3 MP PP 5502 3697 0 0 0.562 5462 3673 0 0 0.562 5502 3697 0 0 0.562 2 interp_poly 5462 3673 0 0 0.562 5530 3660 0 0 0.562 5462 3673 0 0 0.562 2 interp_poly -40 -24 68 -13 5462 3673 3 MP PP 5462 3673 0 0 0.562 5530 3660 0 0 0.562 5462 3673 0 0 0.562 2 interp_poly 5530 3660 0 0 0.562 5490 3636 0 0 0.562 5530 3660 0 0 0.562 2 interp_poly 68 -14 -40 -24 5499 3859 3 MP PP 5499 3859 0 0 0.562 5459 3835 0 0 0.562 5499 3859 0 0 0.562 2 interp_poly 5459 3835 0 0 0.562 5527 3821 0 0 0.562 5459 3835 0 0 0.562 2 interp_poly -40 -24 68 -14 5459 3835 3 MP PP 5459 3835 0 0 0.562 5527 3821 0 0 0.562 5459 3835 0 0 0.562 2 interp_poly 5527 3821 0 0 0.562 5487 3797 0 0 0.562 5527 3821 0 0 0.562 2 interp_poly 68 -13 -40 -24 5495 4020 3 MP PP 5495 4020 0 0 0.562 5455 3996 0 0 0.562 5495 4020 0 0 0.562 2 interp_poly 5455 3996 0 0 0.562 5523 3983 0 0 0.562 5455 3996 0 0 0.562 2 interp_poly -40 -25 68 -13 5455 3996 3 MP PP 5455 3996 0 0 0.562 5523 3983 0 0 0.562 5455 3996 0 0 0.562 2 interp_poly 5523 3983 0 0 0.562 5483 3958 0 0 0.562 5523 3983 0 0 0.562 2 interp_poly 68 -13 -40 -25 5490 3636 3 MP PP 5490 3636 0 0 0.562 5450 3611 0 0 0.562 5490 3636 0 0 0.562 2 interp_poly 5450 3611 0 0 0.562 5518 3598 0 0 0.562 5450 3611 0 0 0.562 2 interp_poly -40 -24 68 -13 5450 3611 3 MP PP 5450 3611 0 0 0.562 5518 3598 0 0 0.562 5450 3611 0 0 0.562 2 interp_poly 5518 3598 0 0 0.562 5478 3574 0 0 0.562 5518 3598 0 0 0.562 2 interp_poly 67 -14 -40 -24 5487 3797 3 MP PP 5487 3797 0 0 0.562 5447 3773 0 0 0.562 5487 3797 0 0 0.562 2 interp_poly 5447 3773 0 0 0.562 5514 3759 0 0 0.562 5447 3773 0 0 0.562 2 interp_poly -40 -24 67 -14 5447 3773 3 MP PP 5447 3773 0 0 0.562 5514 3759 0 0 0.562 5447 3773 0 0 0.562 2 interp_poly 5514 3759 0 0 0.562 5474 3735 0 0 0.562 5514 3759 0 0 0.562 2 interp_poly 68 -13 -40 -24 5483 3958 3 MP PP 5483 3958 0 0 0.562 5443 3934 0 0 0.562 5483 3958 0 0 0.562 2 interp_poly 5443 3934 0 0 0.562 5511 3921 0 0 0.562 5443 3934 0 0 0.562 2 interp_poly -40 -24 68 -13 5443 3934 3 MP PP 5443 3934 0 0 0.562 5511 3921 0 0 0.562 5443 3934 0 0 0.562 2 interp_poly 5511 3921 0 0 0.562 5471 3897 0 0 0.562 5511 3921 0 0 0.562 2 interp_poly -40 -24 68 -14 5439 4096 3 MP PP 5439 4096 0 0 0.562 5507 4082 0 0 0.562 5439 4096 0 0 0.562 2 interp_poly 5507 4082 0 0 0.562 5467 4058 0 0 0.562 5507 4082 0 0 0.562 2 interp_poly 68 -13 -40 -25 5478 3574 3 MP PP 5478 3574 0 0 0.562 5438 3549 0 0 0.562 5478 3574 0 0 0.562 2 interp_poly 5438 3549 0 0 0.562 5506 3536 0 0 0.562 5438 3549 0 0 0.562 2 interp_poly -40 -25 68 -13 5438 3549 3 MP PP 5438 3549 0 0 0.562 5506 3536 0 0 0.562 5438 3549 0 0 0.562 2 interp_poly 5506 3536 0 0 0.562 5466 3511 0 0 0.562 5506 3536 0 0 0.562 2 interp_poly 68 -14 -40 -24 5474 3735 3 MP PP 5474 3735 0 0 0.562 5434 3711 0 0 0.562 5474 3735 0 0 0.562 2 interp_poly 5434 3711 0 0 0.562 5502 3697 0 0 0.562 5434 3711 0 0 0.562 2 interp_poly -40 -24 68 -14 5434 3711 3 MP PP 5434 3711 0 0 0.562 5502 3697 0 0 0.562 5434 3711 0 0 0.562 2 interp_poly 5502 3697 0 0 0.562 5462 3673 0 0 0.562 5502 3697 0 0 0.562 2 interp_poly 68 -14 -40 -24 5471 3897 3 MP PP 5471 3897 0 0 0.562 5431 3873 0 0 0.562 5471 3897 0 0 0.562 2 interp_poly 5431 3873 0 0 0.562 5499 3859 0 0 0.562 5431 3873 0 0 0.562 2 interp_poly -40 -24 68 -14 5431 3873 3 MP PP 5431 3873 0 0 0.562 5499 3859 0 0 0.562 5431 3873 0 0 0.562 2 interp_poly 5499 3859 0 0 0.562 5459 3835 0 0 0.562 5499 3859 0 0 0.562 2 interp_poly 68 -14 -40 -24 5467 4058 3 MP PP 5467 4058 0 0 0.562 5427 4034 0 0 0.562 5467 4058 0 0 0.562 2 interp_poly 5427 4034 0 0 0.562 5495 4020 0 0 0.562 5427 4034 0 0 0.562 2 interp_poly -40 -24 68 -14 5427 4034 3 MP PP 5427 4034 0 0 0.562 5495 4020 0 0 0.562 5427 4034 0 0 0.562 2 interp_poly 5495 4020 0 0 0.562 5455 3996 0 0 0.562 5495 4020 0 0 0.562 2 interp_poly 68 -13 -40 -25 5466 3511 3 MP PP 5466 3511 0 0 0.562 5426 3486 0 0 0.562 5466 3511 0 0 0.562 2 interp_poly 5426 3486 0 0 0.562 5494 3473 0 0 0.562 5426 3486 0 0 0.562 2 interp_poly -40 -26 68 -13 5426 3486 3 MP PP 5426 3486 0 0 0.562 5494 3473 0 0 0.562 5426 3486 0 0 0.562 2 interp_poly 5494 3473 0 0 0.562 5454 3447 0 0 0.562 5494 3473 0 0 0.562 2 interp_poly 68 -13 -40 -24 5462 3673 3 MP PP 5462 3673 0 0 0.562 5422 3649 0 0 0.562 5462 3673 0 0 0.562 2 interp_poly 5422 3649 0 0 0.562 5490 3636 0 0 0.562 5422 3649 0 0 0.562 2 interp_poly -40 -25 68 -13 5422 3649 3 MP PP 5422 3649 0 0 0.562 5490 3636 0 0 0.562 5422 3649 0 0 0.562 2 interp_poly 5490 3636 0 0 0.562 5450 3611 0 0 0.562 5490 3636 0 0 0.562 2 interp_poly 68 -14 -40 -24 5459 3835 3 MP PP 5459 3835 0 0 0.562 5419 3811 0 0 0.562 5459 3835 0 0 0.562 2 interp_poly 5419 3811 0 0 0.562 5487 3797 0 0 0.562 5419 3811 0 0 0.562 2 interp_poly -40 -24 68 -14 5419 3811 3 MP PP 5419 3811 0 0 0.562 5487 3797 0 0 0.562 5419 3811 0 0 0.562 2 interp_poly 5487 3797 0 0 0.562 5447 3773 0 0 0.562 5487 3797 0 0 0.562 2 interp_poly 68 -14 -40 -24 5455 3996 3 MP PP 5455 3996 0 0 0.562 5415 3972 0 0 0.562 5455 3996 0 0 0.562 2 interp_poly 5415 3972 0 0 0.562 5483 3958 0 0 0.562 5415 3972 0 0 0.562 2 interp_poly -40 -24 68 -14 5415 3972 3 MP PP 5415 3972 0 0 0.562 5483 3958 0 0 0.562 5415 3972 0 0 0.562 2 interp_poly 5483 3958 0 0 0.562 5443 3934 0 0 0.562 5483 3958 0 0 0.562 2 interp_poly 68 -13 -40 -24 5450 3611 3 MP PP 5450 3611 0 0 0.562 5410 3587 0 0 0.562 5450 3611 0 0 0.562 2 interp_poly 5410 3587 0 0 0.562 5478 3574 0 0 0.562 5410 3587 0 0 0.562 2 interp_poly -40 -25 68 -13 5410 3587 3 MP PP 5410 3587 0 0 0.562 5478 3574 0 0 0.562 5410 3587 0 0 0.562 2 interp_poly 5478 3574 0 0 0.562 5438 3549 0 0 0.562 5478 3574 0 0 0.562 2 interp_poly 67 -14 -40 -24 5447 3773 3 MP PP 5447 3773 0 0 0.562 5407 3749 0 0 0.562 5447 3773 0 0 0.562 2 interp_poly 5407 3749 0 0 0.562 5474 3735 0 0 0.562 5407 3749 0 0 0.562 2 interp_poly -40 -24 67 -14 5407 3749 3 MP PP 5407 3749 0 0 0.562 5474 3735 0 0 0.562 5407 3749 0 0 0.562 2 interp_poly 5474 3735 0 0 0.562 5434 3711 0 0 0.562 5474 3735 0 0 0.562 2 interp_poly 68 -13 -40 -24 5443 3934 3 MP PP 5443 3934 0 0 0.562 5403 3910 0 0 0.562 5443 3934 0 0 0.562 2 interp_poly 5403 3910 0 0 0.562 5471 3897 0 0 0.562 5403 3910 0 0 0.562 2 interp_poly -40 -24 68 -13 5403 3910 3 MP PP 5403 3910 0 0 0.562 5471 3897 0 0 0.562 5403 3910 0 0 0.562 2 interp_poly 5471 3897 0 0 0.562 5431 3873 0 0 0.562 5471 3897 0 0 0.562 2 interp_poly 68 -14 -40 -24 5439 4096 3 MP PP 5439 4096 0 0 0.562 5399 4072 0 0 0.562 5439 4096 0 0 0.562 2 interp_poly 5399 4072 0 0 0.562 5467 4058 0 0 0.562 5399 4072 0 0 0.562 2 interp_poly -40 -24 68 -14 5399 4072 3 MP PP 5399 4072 0 0 0.562 5467 4058 0 0 0.562 5399 4072 0 0 0.562 2 interp_poly 5467 4058 0 0 0.562 5427 4034 0 0 0.562 5467 4058 0 0 0.562 2 interp_poly 68 -14 -40 -24 5438 3549 3 MP PP 5438 3549 0 0 0.562 5398 3525 0 0 0.562 5438 3549 0 0 0.562 2 interp_poly 5398 3525 0 0 0.562 5466 3511 0 0 0.562 5398 3525 0 0 0.562 2 interp_poly -40 -25 68 -14 5398 3525 3 MP PP 5398 3525 0 0 0.562 5466 3511 0 0 0.562 5398 3525 0 0 0.562 2 interp_poly 5466 3511 0 0 0.562 5426 3486 0 0 0.562 5466 3511 0 0 0.562 2 interp_poly 68 -14 -40 -24 5434 3711 3 MP PP 5434 3711 0 0 0.562 5394 3687 0 0 0.562 5434 3711 0 0 0.562 2 interp_poly 5394 3687 0 0 0.562 5462 3673 0 0 0.562 5394 3687 0 0 0.562 2 interp_poly -40 -24 68 -14 5394 3687 3 MP PP 5394 3687 0 0 0.562 5462 3673 0 0 0.562 5394 3687 0 0 0.562 2 interp_poly 5462 3673 0 0 0.562 5422 3649 0 0 0.562 5462 3673 0 0 0.562 2 interp_poly 68 -13 -40 -25 5431 3873 3 MP PP 5431 3873 0 0 0.562 5391 3848 0 0 0.562 5431 3873 0 0 0.562 2 interp_poly 5391 3848 0 0 0.562 5459 3835 0 0 0.562 5391 3848 0 0 0.562 2 interp_poly -40 -24 68 -13 5391 3848 3 MP PP 5391 3848 0 0 0.562 5459 3835 0 0 0.562 5391 3848 0 0 0.562 2 interp_poly 5459 3835 0 0 0.562 5419 3811 0 0 0.562 5459 3835 0 0 0.562 2 interp_poly 68 -14 -40 -24 5427 4034 3 MP PP 5427 4034 0 0 0.562 5387 4010 0 0 0.562 5427 4034 0 0 0.562 2 interp_poly 5387 4010 0 0 0.562 5455 3996 0 0 0.562 5387 4010 0 0 0.562 2 interp_poly -40 -24 68 -14 5387 4010 3 MP PP 5387 4010 0 0 0.562 5455 3996 0 0 0.562 5387 4010 0 0 0.562 2 interp_poly 5455 3996 0 0 0.562 5415 3972 0 0 0.562 5455 3996 0 0 0.562 2 interp_poly 68 -13 -40 -26 5426 3486 3 MP PP 5426 3486 0 0 0.562 5386 3460 0 0 0.562 5426 3486 0 0 0.562 2 interp_poly 5386 3460 0 0 0.562 5454 3447 0 0 0.562 5386 3460 0 0 0.562 2 interp_poly -40 -29 68 -13 5386 3460 3 MP PP 5386 3460 0 0 0.562 5454 3447 0 0 0.562 5386 3460 0 0 0.562 2 interp_poly 5454 3447 0 0 0.562 5414 3418 0 0 0.562 5454 3447 0 0 0.562 2 interp_poly 68 -14 -40 -24 5422 3649 3 MP PP 5422 3649 0 0 0.562 5382 3625 0 0 0.562 5422 3649 0 0 0.562 2 interp_poly 5382 3625 0 0 0.562 5450 3611 0 0 0.562 5382 3625 0 0 0.562 2 interp_poly -40 -24 68 -14 5382 3625 3 MP PP 5382 3625 0 0 0.562 5450 3611 0 0 0.562 5382 3625 0 0 0.562 2 interp_poly 5450 3611 0 0 0.562 5410 3587 0 0 0.562 5450 3611 0 0 0.562 2 interp_poly 68 -14 -40 -24 5419 3811 3 MP PP 5419 3811 0 0 0.562 5379 3787 0 0 0.562 5419 3811 0 0 0.562 2 interp_poly 5379 3787 0 0 0.562 5447 3773 0 0 0.562 5379 3787 0 0 0.562 2 interp_poly -40 -24 68 -14 5379 3787 3 MP PP 5379 3787 0 0 0.562 5447 3773 0 0 0.562 5379 3787 0 0 0.562 2 interp_poly 5447 3773 0 0 0.562 5407 3749 0 0 0.562 5447 3773 0 0 0.562 2 interp_poly 68 -14 -40 -24 5415 3972 3 MP PP 5415 3972 0 0 0.562 5375 3948 0 0 0.562 5415 3972 0 0 0.562 2 interp_poly 5375 3948 0 0 0.562 5443 3934 0 0 0.562 5375 3948 0 0 0.562 2 interp_poly -40 -24 68 -14 5375 3948 3 MP PP 5375 3948 0 0 0.562 5443 3934 0 0 0.562 5375 3948 0 0 0.562 2 interp_poly 5443 3934 0 0 0.562 5403 3910 0 0 0.562 5443 3934 0 0 0.562 2 interp_poly -40 -24 68 -13 5371 4109 3 MP PP 5371 4109 0 0 0.562 5439 4096 0 0 0.562 5371 4109 0 0 0.562 2 interp_poly 5439 4096 0 0 0.562 5399 4072 0 0 0.562 5439 4096 0 0 0.562 2 interp_poly 68 -14 -40 -24 5410 3587 3 MP PP 5410 3587 0 0 0.562 5370 3563 0 0 0.562 5410 3587 0 0 0.562 2 interp_poly 5370 3563 0 0 0.562 5438 3549 0 0 0.562 5370 3563 0 0 0.562 2 interp_poly -40 -24 68 -14 5370 3563 3 MP PP 5370 3563 0 0 0.562 5438 3549 0 0 0.562 5370 3563 0 0 0.562 2 interp_poly 5438 3549 0 0 0.562 5398 3525 0 0 0.562 5438 3549 0 0 0.562 2 interp_poly 67 -14 -40 -24 5407 3749 3 MP PP 5407 3749 0 0 0.562 5367 3725 0 0 0.562 5407 3749 0 0 0.562 2 interp_poly 5367 3725 0 0 0.562 5434 3711 0 0 0.562 5367 3725 0 0 0.562 2 interp_poly -40 -24 67 -14 5367 3725 3 MP PP 5367 3725 0 0 0.562 5434 3711 0 0 0.562 5367 3725 0 0 0.562 2 interp_poly 5434 3711 0 0 0.562 5394 3687 0 0 0.562 5434 3711 0 0 0.562 2 interp_poly 68 -13 -40 -24 5403 3910 3 MP PP 5403 3910 0 0 0.562 5363 3886 0 0 0.562 5403 3910 0 0 0.562 2 interp_poly 5363 3886 0 0 0.562 5431 3873 0 0 0.562 5363 3886 0 0 0.562 2 interp_poly -40 -25 68 -13 5363 3886 3 MP PP 5363 3886 0 0 0.562 5431 3873 0 0 0.562 5363 3886 0 0 0.562 2 interp_poly 5431 3873 0 0 0.562 5391 3848 0 0 0.562 5431 3873 0 0 0.562 2 interp_poly 68 -14 -40 -24 5399 4072 3 MP PP 5399 4072 0 0 0.562 5359 4048 0 0 0.562 5399 4072 0 0 0.562 2 interp_poly 5359 4048 0 0 0.562 5427 4034 0 0 0.562 5359 4048 0 0 0.562 2 interp_poly -40 -24 68 -14 5359 4048 3 MP PP 5359 4048 0 0 0.562 5427 4034 0 0 0.562 5359 4048 0 0 0.562 2 interp_poly 5427 4034 0 0 0.562 5387 4010 0 0 0.562 5427 4034 0 0 0.562 2 interp_poly 68 -14 -40 -25 5398 3525 3 MP PP 5398 3525 0 0 0.562 5358 3500 0 0 0.562 5398 3525 0 0 0.562 2 interp_poly 5358 3500 0 0 0.562 5426 3486 0 0 0.562 5358 3500 0 0 0.562 2 interp_poly -40 -26 68 -14 5358 3500 3 MP PP 5358 3500 0 0 0.562 5426 3486 0 0 0.562 5358 3500 0 0 0.562 2 interp_poly 5426 3486 0 0 0.562 5386 3460 0 0 0.562 5426 3486 0 0 0.562 2 interp_poly 68 -14 -40 -24 5394 3687 3 MP PP 5394 3687 0 0 0.562 5354 3663 0 0 0.562 5394 3687 0 0 0.562 2 interp_poly 5354 3663 0 0 0.562 5422 3649 0 0 0.562 5354 3663 0 0 0.562 2 interp_poly -40 -24 68 -14 5354 3663 3 MP PP 5354 3663 0 0 0.562 5422 3649 0 0 0.562 5354 3663 0 0 0.562 2 interp_poly 5422 3649 0 0 0.562 5382 3625 0 0 0.562 5422 3649 0 0 0.562 2 interp_poly 68 -13 -40 -24 5391 3848 3 MP PP 5391 3848 0 0 0.562 5351 3824 0 0 0.562 5391 3848 0 0 0.562 2 interp_poly 5351 3824 0 0 0.562 5419 3811 0 0 0.562 5351 3824 0 0 0.562 2 interp_poly -40 -24 68 -13 5351 3824 3 MP PP 5351 3824 0 0 0.562 5419 3811 0 0 0.562 5351 3824 0 0 0.562 2 interp_poly 5419 3811 0 0 0.562 5379 3787 0 0 0.562 5419 3811 0 0 0.562 2 interp_poly 68 -14 -40 -24 5387 4010 3 MP PP 5387 4010 0 0 0.562 5347 3986 0 0 0.562 5387 4010 0 0 0.562 2 interp_poly 5347 3986 0 0 0.562 5415 3972 0 0 0.562 5347 3986 0 0 0.562 2 interp_poly -40 -24 68 -14 5347 3986 3 MP PP 5347 3986 0 0 0.562 5415 3972 0 0 0.562 5347 3986 0 0 0.562 2 interp_poly 5415 3972 0 0 0.562 5375 3948 0 0 0.562 5415 3972 0 0 0.562 2 interp_poly 68 -12 -40 -30 5386 3460 3 MP PP 5386 3460 0 0 0.562 5346 3430 0 0 0.562 5386 3460 0 0 0.562 2 interp_poly 5346 3430 0 0 0.562 5414 3418 0 0 0.562 5346 3430 0 0 0.562 2 interp_poly -40 -39 68 -12 5346 3430 3 MP PP 5346 3430 0 0 0.562 5414 3418 0 0 0.562 5346 3430 0 0 0.562 2 interp_poly 5414 3418 0 0 0.562 5374 3379 0 0 0.562 5414 3418 0 0 0.562 2 interp_poly 68 -14 -40 -24 5382 3625 3 MP PP 5382 3625 0 0 0.562 5342 3601 0 0 0.562 5382 3625 0 0 0.562 2 interp_poly 5342 3601 0 0 0.562 5410 3587 0 0 0.562 5342 3601 0 0 0.562 2 interp_poly -40 -24 68 -14 5342 3601 3 MP PP 5342 3601 0 0 0.562 5410 3587 0 0 0.562 5342 3601 0 0 0.562 2 interp_poly 5410 3587 0 0 0.562 5370 3563 0 0 0.562 5410 3587 0 0 0.562 2 interp_poly 68 -13 -40 -25 5379 3787 3 MP PP 5379 3787 0 0 0.562 5339 3762 0 0 0.562 5379 3787 0 0 0.562 2 interp_poly 5339 3762 0 0 0.562 5407 3749 0 0 0.562 5339 3762 0 0 0.562 2 interp_poly -40 -24 68 -13 5339 3762 3 MP PP 5339 3762 0 0 0.562 5407 3749 0 0 0.562 5339 3762 0 0 0.562 2 interp_poly 5407 3749 0 0 0.562 5367 3725 0 0 0.562 5407 3749 0 0 0.562 2 interp_poly 68 -14 -40 -24 5375 3948 3 MP PP 5375 3948 0 0 0.562 5335 3924 0 0 0.562 5375 3948 0 0 0.562 2 interp_poly 5335 3924 0 0 0.562 5403 3910 0 0 0.562 5335 3924 0 0 0.562 2 interp_poly -40 -24 68 -14 5335 3924 3 MP PP 5335 3924 0 0 0.562 5403 3910 0 0 0.562 5335 3924 0 0 0.562 2 interp_poly 5403 3910 0 0 0.562 5363 3886 0 0 0.562 5403 3910 0 0 0.562 2 interp_poly 68 -13 -40 -24 5371 4109 3 MP PP 5371 4109 0 0 0.562 5331 4085 0 0 0.562 5371 4109 0 0 0.562 2 interp_poly 5331 4085 0 0 0.562 5399 4072 0 0 0.562 5331 4085 0 0 0.562 2 interp_poly -40 -24 68 -13 5331 4085 3 MP PP 5331 4085 0 0 0.562 5399 4072 0 0 0.562 5331 4085 0 0 0.562 2 interp_poly 5399 4072 0 0 0.562 5359 4048 0 0 0.562 5399 4072 0 0 0.562 2 interp_poly 68 -13 -40 -25 5370 3563 3 MP PP 5370 3563 0 0 0.562 5330 3538 0 0 0.562 5370 3563 0 0 0.562 2 interp_poly 5330 3538 0 0 0.562 5398 3525 0 0 0.562 5330 3538 0 0 0.562 2 interp_poly -40 -25 68 -13 5330 3538 3 MP PP 5330 3538 0 0 0.562 5398 3525 0 0 0.562 5330 3538 0 0 0.562 2 interp_poly 5398 3525 0 0 0.562 5358 3500 0 0 0.562 5398 3525 0 0 0.562 2 interp_poly 67 -14 -40 -24 5367 3725 3 MP PP 5367 3725 0 0 0.562 5327 3701 0 0 0.562 5367 3725 0 0 0.562 2 interp_poly 5327 3701 0 0 0.562 5394 3687 0 0 0.562 5327 3701 0 0 0.562 2 interp_poly -40 -24 67 -14 5327 3701 3 MP PP 5327 3701 0 0 0.562 5394 3687 0 0 0.562 5327 3701 0 0 0.562 2 interp_poly 5394 3687 0 0 0.562 5354 3663 0 0 0.562 5394 3687 0 0 0.562 2 interp_poly 68 -14 -40 -24 5363 3886 3 MP PP 5363 3886 0 0 0.562 5323 3862 0 0 0.562 5363 3886 0 0 0.562 2 interp_poly 5323 3862 0 0 0.562 5391 3848 0 0 0.562 5323 3862 0 0 0.562 2 interp_poly -40 -24 68 -14 5323 3862 3 MP PP 5323 3862 0 0 0.562 5391 3848 0 0 0.562 5323 3862 0 0 0.562 2 interp_poly 5391 3848 0 0 0.562 5351 3824 0 0 0.562 5391 3848 0 0 0.562 2 interp_poly 68 -13 -40 -25 5359 4048 3 MP PP 5359 4048 0 0 0.562 5319 4023 0 0 0.562 5359 4048 0 0 0.562 2 interp_poly 5319 4023 0 0 0.562 5387 4010 0 0 0.562 5319 4023 0 0 0.562 2 interp_poly -40 -24 68 -13 5319 4023 3 MP PP 5319 4023 0 0 0.562 5387 4010 0 0 0.562 5319 4023 0 0 0.562 2 interp_poly 5387 4010 0 0 0.562 5347 3986 0 0 0.562 5387 4010 0 0 0.562 2 interp_poly 68 -13 -40 -27 5358 3500 3 MP PP 5358 3500 0 0 0.562 5318 3473 0 0 0.562 5358 3500 0 0 0.562 2 interp_poly 5318 3473 0 0 0.562 5386 3460 0 0 0.562 5318 3473 0 0 0.562 2 interp_poly -40 -30 68 -13 5318 3473 3 MP PP 5318 3473 0 0 0.562 5386 3460 0 0 0.562 5318 3473 0 0 0.562 2 interp_poly 5386 3460 0 0 0.562 5346 3430 0 0 0.562 5386 3460 0 0 0.562 2 interp_poly 68 -14 -40 -24 5354 3663 3 MP PP 5354 3663 0 0 0.562 5314 3639 0 0 0.562 5354 3663 0 0 0.562 2 interp_poly 5314 3639 0 0 0.562 5382 3625 0 0 0.562 5314 3639 0 0 0.562 2 interp_poly -40 -24 68 -14 5314 3639 3 MP PP 5314 3639 0 0 0.562 5382 3625 0 0 0.562 5314 3639 0 0 0.562 2 interp_poly 5382 3625 0 0 0.562 5342 3601 0 0 0.562 5382 3625 0 0 0.562 2 interp_poly 68 -13 -40 -24 5351 3824 3 MP PP 5351 3824 0 0 0.562 5311 3800 0 0 0.562 5351 3824 0 0 0.562 2 interp_poly 5311 3800 0 0 0.562 5379 3787 0 0 0.562 5311 3800 0 0 0.562 2 interp_poly -40 -25 68 -13 5311 3800 3 MP PP 5311 3800 0 0 0.562 5379 3787 0 0 0.562 5311 3800 0 0 0.562 2 interp_poly 5379 3787 0 0 0.562 5339 3762 0 0 0.562 5379 3787 0 0 0.562 2 interp_poly 68 -14 -40 -24 5347 3986 3 MP PP 5347 3986 0 0 0.562 5307 3962 0 0 0.562 5347 3986 0 0 0.562 2 interp_poly 5307 3962 0 0 0.562 5375 3948 0 0 0.562 5307 3962 0 0 0.562 2 interp_poly -40 -24 68 -14 5307 3962 3 MP PP 5307 3962 0 0 0.562 5375 3948 0 0 0.562 5307 3962 0 0 0.562 2 interp_poly 5375 3948 0 0 0.562 5335 3924 0 0 0.562 5375 3948 0 0 0.562 2 interp_poly 68 -10 -40 -41 5346 3430 3 MP PP 5346 3430 0 0 0.562 5306 3389 0 0 0.562 5346 3430 0 0 0.562 2 interp_poly 5306 3389 0 0 0.562 5374 3379 0 0 0.562 5306 3389 0 0 0.562 2 interp_poly -40 -63 68 -10 5306 3389 3 MP PP 5306 3389 0 0 0.562 5374 3379 0 0 0.562 5306 3389 0 0 0.562 2 interp_poly 5374 3379 0 0 0.562 5334 3316 0 0 0.625 5374 3379 0 0 0.562 2 interp_poly -40 -24 68 -14 5303 4123 3 MP PP 5303 4123 0 0 0.562 5371 4109 0 0 0.562 5303 4123 0 0 0.562 2 interp_poly 5371 4109 0 0 0.562 5331 4085 0 0 0.562 5371 4109 0 0 0.562 2 interp_poly 68 -14 -40 -24 5342 3601 3 MP PP 5342 3601 0 0 0.562 5302 3577 0 0 0.562 5342 3601 0 0 0.562 2 interp_poly 5302 3577 0 0 0.562 5370 3563 0 0 0.562 5302 3577 0 0 0.562 2 interp_poly -40 -25 68 -14 5302 3577 3 MP PP 5302 3577 0 0 0.562 5370 3563 0 0 0.562 5302 3577 0 0 0.562 2 interp_poly 5370 3563 0 0 0.562 5330 3538 0 0 0.562 5370 3563 0 0 0.562 2 interp_poly 68 -13 -40 -24 5339 3762 3 MP PP 5339 3762 0 0 0.562 5299 3738 0 0 0.562 5339 3762 0 0 0.562 2 interp_poly 5299 3738 0 0 0.562 5367 3725 0 0 0.562 5299 3738 0 0 0.562 2 interp_poly -40 -24 68 -13 5299 3738 3 MP PP 5299 3738 0 0 0.562 5367 3725 0 0 0.562 5299 3738 0 0 0.562 2 interp_poly 5367 3725 0 0 0.562 5327 3701 0 0 0.562 5367 3725 0 0 0.562 2 interp_poly 68 -14 -40 -24 5335 3924 3 MP PP 5335 3924 0 0 0.562 5295 3900 0 0 0.562 5335 3924 0 0 0.562 2 interp_poly 5295 3900 0 0 0.562 5363 3886 0 0 0.562 5295 3900 0 0 0.562 2 interp_poly -40 -24 68 -14 5295 3900 3 MP PP 5295 3900 0 0 0.562 5363 3886 0 0 0.562 5295 3900 0 0 0.562 2 interp_poly 5363 3886 0 0 0.562 5323 3862 0 0 0.562 5363 3886 0 0 0.562 2 interp_poly 68 -13 -40 -24 5331 4085 3 MP PP 5331 4085 0 0 0.562 5291 4061 0 0 0.562 5331 4085 0 0 0.562 2 interp_poly 5291 4061 0 0 0.562 5359 4048 0 0 0.562 5291 4061 0 0 0.562 2 interp_poly -40 -25 68 -13 5291 4061 3 MP PP 5291 4061 0 0 0.562 5359 4048 0 0 0.562 5291 4061 0 0 0.562 2 interp_poly 5359 4048 0 0 0.562 5319 4023 0 0 0.562 5359 4048 0 0 0.562 2 interp_poly 68 -13 -40 -25 5330 3538 3 MP PP 5330 3538 0 0 0.562 5290 3513 0 0 0.562 5330 3538 0 0 0.562 2 interp_poly 5290 3513 0 0 0.562 5358 3500 0 0 0.562 5290 3513 0 0 0.562 2 interp_poly -40 -27 68 -13 5290 3513 3 MP PP 5290 3513 0 0 0.562 5358 3500 0 0 0.562 5290 3513 0 0 0.562 2 interp_poly 5358 3500 0 0 0.562 5318 3473 0 0 0.562 5358 3500 0 0 0.562 2 interp_poly 67 -13 -40 -25 5327 3701 3 MP PP 5327 3701 0 0 0.562 5287 3676 0 0 0.562 5327 3701 0 0 0.562 2 interp_poly 5287 3676 0 0 0.562 5354 3663 0 0 0.562 5287 3676 0 0 0.562 2 interp_poly -40 -24 67 -13 5287 3676 3 MP PP 5287 3676 0 0 0.562 5354 3663 0 0 0.562 5287 3676 0 0 0.562 2 interp_poly 5354 3663 0 0 0.562 5314 3639 0 0 0.562 5354 3663 0 0 0.562 2 interp_poly 68 -14 -40 -24 5323 3862 3 MP PP 5323 3862 0 0 0.562 5283 3838 0 0 0.562 5323 3862 0 0 0.562 2 interp_poly 5283 3838 0 0 0.562 5351 3824 0 0 0.562 5283 3838 0 0 0.562 2 interp_poly -40 -24 68 -14 5283 3838 3 MP PP 5283 3838 0 0 0.562 5351 3824 0 0 0.562 5283 3838 0 0 0.562 2 interp_poly 5351 3824 0 0 0.562 5311 3800 0 0 0.562 5351 3824 0 0 0.562 2 interp_poly 68 -13 -40 -24 5319 4023 3 MP PP 5319 4023 0 0 0.562 5279 3999 0 0 0.562 5319 4023 0 0 0.562 2 interp_poly 5279 3999 0 0 0.562 5347 3986 0 0 0.562 5279 3999 0 0 0.562 2 interp_poly -40 -24 68 -13 5279 3999 3 MP PP 5279 3999 0 0 0.562 5347 3986 0 0 0.562 5279 3999 0 0 0.562 2 interp_poly 5347 3986 0 0 0.562 5307 3962 0 0 0.562 5347 3986 0 0 0.562 2 interp_poly 68 -12 -40 -31 5318 3473 3 MP PP 5318 3473 0 0 0.562 5278 3442 0 0 0.562 5318 3473 0 0 0.562 2 interp_poly 5278 3442 0 0 0.562 5346 3430 0 0 0.562 5278 3442 0 0 0.562 2 interp_poly -40 -41 68 -12 5278 3442 3 MP PP 5278 3442 0 0 0.562 5346 3430 0 0 0.562 5278 3442 0 0 0.562 2 interp_poly 5346 3430 0 0 0.562 5306 3389 0 0 0.562 5346 3430 0 0 0.562 2 interp_poly 68 -14 -40 -24 5314 3639 3 MP PP 5314 3639 0 0 0.562 5274 3615 0 0 0.562 5314 3639 0 0 0.562 2 interp_poly 5274 3615 0 0 0.562 5342 3601 0 0 0.562 5274 3615 0 0 0.562 2 interp_poly -40 -24 68 -14 5274 3615 3 MP PP 5274 3615 0 0 0.562 5342 3601 0 0 0.562 5274 3615 0 0 0.562 2 interp_poly 5342 3601 0 0 0.562 5302 3577 0 0 0.562 5342 3601 0 0 0.562 2 interp_poly 68 -14 -40 -24 5311 3800 3 MP PP 5311 3800 0 0 0.562 5271 3776 0 0 0.562 5311 3800 0 0 0.562 2 interp_poly 5271 3776 0 0 0.562 5339 3762 0 0 0.562 5271 3776 0 0 0.562 2 interp_poly -40 -24 68 -14 5271 3776 3 MP PP 5271 3776 0 0 0.562 5339 3762 0 0 0.562 5271 3776 0 0 0.562 2 interp_poly 5339 3762 0 0 0.562 5299 3738 0 0 0.562 5339 3762 0 0 0.562 2 interp_poly 68 -14 -40 -24 5307 3962 3 MP PP 5307 3962 0 0 0.562 5267 3938 0 0 0.562 5307 3962 0 0 0.562 2 interp_poly 5267 3938 0 0 0.562 5335 3924 0 0 0.562 5267 3938 0 0 0.562 2 interp_poly -40 -24 68 -14 5267 3938 3 MP PP 5267 3938 0 0 0.562 5335 3924 0 0 0.562 5267 3938 0 0 0.562 2 interp_poly 5335 3924 0 0 0.562 5295 3900 0 0 0.562 5335 3924 0 0 0.562 2 interp_poly 68 -3 -40 -70 5306 3389 3 MP PP 5306 3389 0 0 0.562 5266 3319 0 0 0.625 5306 3389 0 0 0.562 2 interp_poly 5266 3319 0 0 0.625 5334 3316 0 0 0.625 5266 3319 0 0 0.625 2 interp_poly -40 -126 68 -3 5266 3319 3 MP PP 5266 3319 0 0 0.625 5334 3316 0 0 0.625 5266 3319 0 0 0.625 2 interp_poly 5334 3316 0 0 0.625 5294 3190 0 0 0.812 5334 3316 0 0 0.625 2 interp_poly 68 -14 -40 -24 5303 4123 3 MP PP 5303 4123 0 0 0.562 5263 4099 0 0 0.562 5303 4123 0 0 0.562 2 interp_poly 5263 4099 0 0 0.562 5331 4085 0 0 0.562 5263 4099 0 0 0.562 2 interp_poly -40 -24 68 -14 5263 4099 3 MP PP 5263 4099 0 0 0.562 5331 4085 0 0 0.562 5263 4099 0 0 0.562 2 interp_poly 5331 4085 0 0 0.562 5291 4061 0 0 0.562 5331 4085 0 0 0.562 2 interp_poly 68 -14 -40 -25 5302 3577 3 MP PP 5302 3577 0 0 0.562 5262 3552 0 0 0.562 5302 3577 0 0 0.562 2 interp_poly 5262 3552 0 0 0.562 5330 3538 0 0 0.562 5262 3552 0 0 0.562 2 interp_poly -40 -25 68 -14 5262 3552 3 MP PP 5262 3552 0 0 0.562 5330 3538 0 0 0.562 5262 3552 0 0 0.562 2 interp_poly 5330 3538 0 0 0.562 5290 3513 0 0 0.562 5330 3538 0 0 0.562 2 interp_poly 68 -13 -40 -24 5299 3738 3 MP PP 5299 3738 0 0 0.562 5259 3714 0 0 0.562 5299 3738 0 0 0.562 2 interp_poly 5259 3714 0 0 0.562 5327 3701 0 0 0.562 5259 3714 0 0 0.562 2 interp_poly -40 -25 68 -13 5259 3714 3 MP PP 5259 3714 0 0 0.562 5327 3701 0 0 0.562 5259 3714 0 0 0.562 2 interp_poly 5327 3701 0 0 0.562 5287 3676 0 0 0.562 5327 3701 0 0 0.562 2 interp_poly 68 -14 -40 -24 5295 3900 3 MP PP 5295 3900 0 0 0.562 5255 3876 0 0 0.562 5295 3900 0 0 0.562 2 interp_poly 5255 3876 0 0 0.562 5323 3862 0 0 0.562 5255 3876 0 0 0.562 2 interp_poly -40 -24 68 -14 5255 3876 3 MP PP 5255 3876 0 0 0.562 5323 3862 0 0 0.562 5255 3876 0 0 0.562 2 interp_poly 5323 3862 0 0 0.562 5283 3838 0 0 0.562 5323 3862 0 0 0.562 2 interp_poly 68 -14 -40 -24 5291 4061 3 MP PP 5291 4061 0 0 0.562 5251 4037 0 0 0.562 5291 4061 0 0 0.562 2 interp_poly 5251 4037 0 0 0.562 5319 4023 0 0 0.562 5251 4037 0 0 0.562 2 interp_poly -40 -24 68 -14 5251 4037 3 MP PP 5251 4037 0 0 0.562 5319 4023 0 0 0.562 5251 4037 0 0 0.562 2 interp_poly 5319 4023 0 0 0.562 5279 3999 0 0 0.562 5319 4023 0 0 0.562 2 interp_poly 68 -13 -40 -27 5290 3513 3 MP PP 5290 3513 0 0 0.562 5250 3486 0 0 0.562 5290 3513 0 0 0.562 2 interp_poly 5250 3486 0 0 0.562 5318 3473 0 0 0.562 5250 3486 0 0 0.562 2 interp_poly -40 -31 68 -13 5250 3486 3 MP PP 5250 3486 0 0 0.562 5318 3473 0 0 0.562 5250 3486 0 0 0.562 2 interp_poly 5318 3473 0 0 0.562 5278 3442 0 0 0.562 5318 3473 0 0 0.562 2 interp_poly 67 -13 -40 -24 5287 3676 3 MP PP 5287 3676 0 0 0.562 5247 3652 0 0 0.562 5287 3676 0 0 0.562 2 interp_poly 5247 3652 0 0 0.562 5314 3639 0 0 0.562 5247 3652 0 0 0.562 2 interp_poly -40 -24 67 -13 5247 3652 3 MP PP 5247 3652 0 0 0.562 5314 3639 0 0 0.562 5247 3652 0 0 0.562 2 interp_poly 5314 3639 0 0 0.562 5274 3615 0 0 0.562 5314 3639 0 0 0.562 2 interp_poly 68 -14 -40 -24 5283 3838 3 MP PP 5283 3838 0 0 0.562 5243 3814 0 0 0.562 5283 3838 0 0 0.562 2 interp_poly 5243 3814 0 0 0.562 5311 3800 0 0 0.562 5243 3814 0 0 0.562 2 interp_poly -40 -24 68 -14 5243 3814 3 MP PP 5243 3814 0 0 0.562 5311 3800 0 0 0.562 5243 3814 0 0 0.562 2 interp_poly 5311 3800 0 0 0.562 5271 3776 0 0 0.562 5311 3800 0 0 0.562 2 interp_poly 68 -13 -40 -24 5279 3999 3 MP PP 5279 3999 0 0 0.562 5239 3975 0 0 0.562 5279 3999 0 0 0.562 2 interp_poly 5239 3975 0 0 0.562 5307 3962 0 0 0.562 5239 3975 0 0 0.562 2 interp_poly -40 -24 68 -13 5239 3975 3 MP PP 5239 3975 0 0 0.562 5307 3962 0 0 0.562 5239 3975 0 0 0.562 2 interp_poly 5307 3962 0 0 0.562 5267 3938 0 0 0.562 5307 3962 0 0 0.562 2 interp_poly 68 -9 -40 -44 5278 3442 3 MP PP 5278 3442 0 0 0.562 5238 3398 0 0 0.562 5278 3442 0 0 0.562 2 interp_poly 5238 3398 0 0 0.562 5306 3389 0 0 0.562 5238 3398 0 0 0.562 2 interp_poly -40 -70 68 -9 5238 3398 3 MP PP 5238 3398 0 0 0.562 5306 3389 0 0 0.562 5238 3398 0 0 0.562 2 interp_poly 5306 3389 0 0 0.562 5266 3319 0 0 0.625 5306 3389 0 0 0.562 2 interp_poly -40 -24 67 -14 5236 4137 3 MP PP 5236 4137 0 0 0.562 5303 4123 0 0 0.562 5236 4137 0 0 0.562 2 interp_poly 5303 4123 0 0 0.562 5263 4099 0 0 0.562 5303 4123 0 0 0.562 2 interp_poly 68 -13 -40 -25 5274 3615 3 MP PP 5274 3615 0 0 0.562 5234 3590 0 0 0.562 5274 3615 0 0 0.562 2 interp_poly 5234 3590 0 0 0.562 5302 3577 0 0 0.562 5234 3590 0 0 0.562 2 interp_poly -40 -25 68 -13 5234 3590 3 MP PP 5234 3590 0 0 0.562 5302 3577 0 0 0.562 5234 3590 0 0 0.562 2 interp_poly 5302 3577 0 0 0.562 5262 3552 0 0 0.562 5302 3577 0 0 0.562 2 interp_poly 68 -14 -40 -24 5271 3776 3 MP PP 5271 3776 0 0 0.562 5231 3752 0 0 0.562 5271 3776 0 0 0.562 2 interp_poly 5231 3752 0 0 0.562 5299 3738 0 0 0.562 5231 3752 0 0 0.562 2 interp_poly -40 -24 68 -14 5231 3752 3 MP PP 5231 3752 0 0 0.562 5299 3738 0 0 0.562 5231 3752 0 0 0.562 2 interp_poly 5299 3738 0 0 0.562 5259 3714 0 0 0.562 5299 3738 0 0 0.562 2 interp_poly 68 -13 -40 -25 5267 3938 3 MP PP 5267 3938 0 0 0.562 5227 3913 0 0 0.562 5267 3938 0 0 0.562 2 interp_poly 5227 3913 0 0 0.562 5295 3900 0 0 0.562 5227 3913 0 0 0.562 2 interp_poly -40 -24 68 -13 5227 3913 3 MP PP 5227 3913 0 0 0.562 5295 3900 0 0 0.562 5227 3913 0 0 0.562 2 interp_poly 5295 3900 0 0 0.562 5255 3876 0 0 0.562 5295 3900 0 0 0.562 2 interp_poly 68 14 -40 -143 5266 3319 3 MP PP 5266 3319 0 0 0.625 5226 3176 0 0 0.875 5266 3319 0 0 0.625 2 interp_poly 5226 3176 0 0 0.875 5294 3190 0 0 0.812 5226 3176 0 0 0.875 2 interp_poly -40 -281 68 14 5226 3176 3 MP PP 5226 3176 0 0 0.875 5294 3190 0 0 0.812 5226 3176 0 0 0.875 2 interp_poly 5294 3190 0 0 0.812 5254 2909 0 0.25 1 5294 3190 0 0 0.812 2 interp_poly 68 -14 -40 -24 5263 4099 3 MP PP 5263 4099 0 0 0.562 5223 4075 0 0 0.562 5263 4099 0 0 0.562 2 interp_poly 5223 4075 0 0 0.562 5291 4061 0 0 0.562 5223 4075 0 0 0.562 2 interp_poly -40 -24 68 -14 5223 4075 3 MP PP 5223 4075 0 0 0.562 5291 4061 0 0 0.562 5223 4075 0 0 0.562 2 interp_poly 5291 4061 0 0 0.562 5251 4037 0 0 0.562 5291 4061 0 0 0.562 2 interp_poly 68 -13 -40 -26 5262 3552 3 MP PP 5262 3552 0 0 0.562 5222 3526 0 0 0.562 5262 3552 0 0 0.562 2 interp_poly 5222 3526 0 0 0.562 5290 3513 0 0 0.562 5222 3526 0 0 0.562 2 interp_poly -40 -27 68 -13 5222 3526 3 MP PP 5222 3526 0 0 0.562 5290 3513 0 0 0.562 5222 3526 0 0 0.562 2 interp_poly 5290 3513 0 0 0.562 5250 3486 0 0 0.562 5290 3513 0 0 0.562 2 interp_poly 68 -14 -40 -24 5259 3714 3 MP PP 5259 3714 0 0 0.562 5219 3690 0 0 0.562 5259 3714 0 0 0.562 2 interp_poly 5219 3690 0 0 0.562 5287 3676 0 0 0.562 5219 3690 0 0 0.562 2 interp_poly -40 -24 68 -14 5219 3690 3 MP PP 5219 3690 0 0 0.562 5287 3676 0 0 0.562 5219 3690 0 0 0.562 2 interp_poly 5287 3676 0 0 0.562 5247 3652 0 0 0.562 5287 3676 0 0 0.562 2 interp_poly 68 -14 -40 -24 5255 3876 3 MP PP 5255 3876 0 0 0.562 5215 3852 0 0 0.562 5255 3876 0 0 0.562 2 interp_poly 5215 3852 0 0 0.562 5283 3838 0 0 0.562 5215 3852 0 0 0.562 2 interp_poly -40 -24 68 -14 5215 3852 3 MP PP 5215 3852 0 0 0.562 5283 3838 0 0 0.562 5215 3852 0 0 0.562 2 interp_poly 5283 3838 0 0 0.562 5243 3814 0 0 0.562 5283 3838 0 0 0.562 2 interp_poly 68 -14 -40 -24 5251 4037 3 MP PP 5251 4037 0 0 0.562 5211 4013 0 0 0.562 5251 4037 0 0 0.562 2 interp_poly 5211 4013 0 0 0.562 5279 3999 0 0 0.562 5211 4013 0 0 0.562 2 interp_poly -40 -24 68 -14 5211 4013 3 MP PP 5211 4013 0 0 0.562 5279 3999 0 0 0.562 5211 4013 0 0 0.562 2 interp_poly 5279 3999 0 0 0.562 5239 3975 0 0 0.562 5279 3999 0 0 0.562 2 interp_poly 68 -11 -40 -33 5250 3486 3 MP PP 5250 3486 0 0 0.562 5210 3453 0 0 0.562 5250 3486 0 0 0.562 2 interp_poly 5210 3453 0 0 0.562 5278 3442 0 0 0.562 5210 3453 0 0 0.562 2 interp_poly -40 -44 68 -11 5210 3453 3 MP PP 5210 3453 0 0 0.562 5278 3442 0 0 0.562 5210 3453 0 0 0.562 2 interp_poly 5278 3442 0 0 0.562 5238 3398 0 0 0.562 5278 3442 0 0 0.562 2 interp_poly 67 -13 -40 -24 5247 3652 3 MP PP 5247 3652 0 0 0.562 5207 3628 0 0 0.562 5247 3652 0 0 0.562 2 interp_poly 5207 3628 0 0 0.562 5274 3615 0 0 0.562 5207 3628 0 0 0.562 2 interp_poly -40 -25 67 -13 5207 3628 3 MP PP 5207 3628 0 0 0.562 5274 3615 0 0 0.562 5207 3628 0 0 0.562 2 interp_poly 5274 3615 0 0 0.562 5234 3590 0 0 0.562 5274 3615 0 0 0.562 2 interp_poly 68 -14 -40 -24 5243 3814 3 MP PP 5243 3814 0 0 0.562 5203 3790 0 0 0.562 5243 3814 0 0 0.562 2 interp_poly 5203 3790 0 0 0.562 5271 3776 0 0 0.562 5203 3790 0 0 0.562 2 interp_poly -40 -24 68 -14 5203 3790 3 MP PP 5203 3790 0 0 0.562 5271 3776 0 0 0.562 5203 3790 0 0 0.562 2 interp_poly 5271 3776 0 0 0.562 5231 3752 0 0 0.562 5271 3776 0 0 0.562 2 interp_poly 68 -13 -40 -24 5239 3975 3 MP PP 5239 3975 0 0 0.562 5199 3951 0 0 0.562 5239 3975 0 0 0.562 2 interp_poly 5199 3951 0 0 0.562 5267 3938 0 0 0.562 5199 3951 0 0 0.562 2 interp_poly -40 -25 68 -13 5199 3951 3 MP PP 5199 3951 0 0 0.562 5267 3938 0 0 0.562 5199 3951 0 0 0.562 2 interp_poly 5267 3938 0 0 0.562 5227 3913 0 0 0.562 5267 3938 0 0 0.562 2 interp_poly 68 -2 -40 -77 5238 3398 3 MP PP 5238 3398 0 0 0.562 5198 3321 0 0 0.688 5238 3398 0 0 0.562 2 interp_poly 5198 3321 0 0 0.688 5266 3319 0 0 0.625 5198 3321 0 0 0.688 2 interp_poly -40 -143 68 -2 5198 3321 3 MP PP 5198 3321 0 0 0.688 5266 3319 0 0 0.625 5198 3321 0 0 0.688 2 interp_poly 5266 3319 0 0 0.625 5226 3176 0 0 0.875 5266 3319 0 0 0.625 2 interp_poly 67 -14 -40 -24 5236 4137 3 MP PP 5236 4137 0 0 0.562 5196 4113 0 0 0.562 5236 4137 0 0 0.562 2 interp_poly 5196 4113 0 0 0.562 5263 4099 0 0 0.562 5196 4113 0 0 0.562 2 interp_poly -40 -24 67 -14 5196 4113 3 MP PP 5196 4113 0 0 0.562 5263 4099 0 0 0.562 5196 4113 0 0 0.562 2 interp_poly 5263 4099 0 0 0.562 5223 4075 0 0 0.562 5263 4099 0 0 0.562 2 interp_poly 68 -14 -40 -24 5234 3590 3 MP PP 5234 3590 0 0 0.562 5194 3566 0 0 0.562 5234 3590 0 0 0.562 2 interp_poly 5194 3566 0 0 0.562 5262 3552 0 0 0.562 5194 3566 0 0 0.562 2 interp_poly -40 -26 68 -14 5194 3566 3 MP PP 5194 3566 0 0 0.562 5262 3552 0 0 0.562 5194 3566 0 0 0.562 2 interp_poly 5262 3552 0 0 0.562 5222 3526 0 0 0.562 5262 3552 0 0 0.562 2 interp_poly 68 -14 -40 -24 5231 3752 3 MP PP 5231 3752 0 0 0.562 5191 3728 0 0 0.562 5231 3752 0 0 0.562 2 interp_poly 5191 3728 0 0 0.562 5259 3714 0 0 0.562 5191 3728 0 0 0.562 2 interp_poly -40 -24 68 -14 5191 3728 3 MP PP 5191 3728 0 0 0.562 5259 3714 0 0 0.562 5191 3728 0 0 0.562 2 interp_poly 5259 3714 0 0 0.562 5219 3690 0 0 0.562 5259 3714 0 0 0.562 2 interp_poly 68 -13 -40 -24 5227 3913 3 MP PP 5227 3913 0 0 0.562 5187 3889 0 0 0.562 5227 3913 0 0 0.562 2 interp_poly 5187 3889 0 0 0.562 5255 3876 0 0 0.562 5187 3889 0 0 0.562 2 interp_poly -40 -24 68 -13 5187 3889 3 MP PP 5187 3889 0 0 0.562 5255 3876 0 0 0.562 5187 3889 0 0 0.562 2 interp_poly 5255 3876 0 0 0.562 5215 3852 0 0 0.562 5255 3876 0 0 0.562 2 interp_poly 68 51 -40 -318 5226 3176 3 MP PP 5226 3176 0 0 0.875 5186 2858 0 0.375 1 5226 3176 0 0 0.875 2 interp_poly 5186 2858 0 0.375 1 5254 2909 0 0.25 1 5186 2858 0 0.375 1 2 interp_poly -40 -581 68 51 5186 2858 3 MP PP 5186 2858 0 0.375 1 5254 2909 0 0.25 1 5186 2858 0 0.375 1 2 interp_poly 5254 2909 0 0.25 1 5214 2328 0.188 1 0.875 5254 2909 0 0.25 1 2 interp_poly 68 -14 -40 -24 5223 4075 3 MP PP 5223 4075 0 0 0.562 5183 4051 0 0 0.562 5223 4075 0 0 0.562 2 interp_poly 5183 4051 0 0 0.562 5251 4037 0 0 0.562 5183 4051 0 0 0.562 2 interp_poly -40 -24 68 -14 5183 4051 3 MP PP 5183 4051 0 0 0.562 5251 4037 0 0 0.562 5183 4051 0 0 0.562 2 interp_poly 5251 4037 0 0 0.562 5211 4013 0 0 0.562 5251 4037 0 0 0.562 2 interp_poly 68 -13 -40 -27 5222 3526 3 MP PP 5222 3526 0 0 0.562 5182 3499 0 0 0.562 5222 3526 0 0 0.562 2 interp_poly 5182 3499 0 0 0.562 5250 3486 0 0 0.562 5182 3499 0 0 0.562 2 interp_poly -40 -33 68 -13 5182 3499 3 MP PP 5182 3499 0 0 0.562 5250 3486 0 0 0.562 5182 3499 0 0 0.562 2 interp_poly 5250 3486 0 0 0.562 5210 3453 0 0 0.562 5250 3486 0 0 0.562 2 interp_poly 68 -14 -40 -24 5219 3690 3 MP PP 5219 3690 0 0 0.562 5179 3666 0 0 0.562 5219 3690 0 0 0.562 2 interp_poly 5179 3666 0 0 0.562 5247 3652 0 0 0.562 5179 3666 0 0 0.562 2 interp_poly -40 -24 68 -14 5179 3666 3 MP PP 5179 3666 0 0 0.562 5247 3652 0 0 0.562 5179 3666 0 0 0.562 2 interp_poly 5247 3652 0 0 0.562 5207 3628 0 0 0.562 5247 3652 0 0 0.562 2 interp_poly 68 -13 -40 -25 5215 3852 3 MP PP 5215 3852 0 0 0.562 5175 3827 0 0 0.562 5215 3852 0 0 0.562 2 interp_poly 5175 3827 0 0 0.562 5243 3814 0 0 0.562 5175 3827 0 0 0.562 2 interp_poly -40 -24 68 -13 5175 3827 3 MP PP 5175 3827 0 0 0.562 5243 3814 0 0 0.562 5175 3827 0 0 0.562 2 interp_poly 5243 3814 0 0 0.562 5203 3790 0 0 0.562 5243 3814 0 0 0.562 2 interp_poly 68 -14 -40 -24 5211 4013 3 MP PP 5211 4013 0 0 0.562 5171 3989 0 0 0.562 5211 4013 0 0 0.562 2 interp_poly 5171 3989 0 0 0.562 5239 3975 0 0 0.562 5171 3989 0 0 0.562 2 interp_poly -40 -24 68 -14 5171 3989 3 MP PP 5171 3989 0 0 0.562 5239 3975 0 0 0.562 5171 3989 0 0 0.562 2 interp_poly 5239 3975 0 0 0.562 5199 3951 0 0 0.562 5239 3975 0 0 0.562 2 interp_poly 68 -8 -40 -47 5210 3453 3 MP PP 5210 3453 0 0 0.562 5170 3406 0 0 0.562 5210 3453 0 0 0.562 2 interp_poly 5170 3406 0 0 0.562 5238 3398 0 0 0.562 5170 3406 0 0 0.562 2 interp_poly -40 -77 68 -8 5170 3406 3 MP PP 5170 3406 0 0 0.562 5238 3398 0 0 0.562 5170 3406 0 0 0.562 2 interp_poly 5238 3398 0 0 0.562 5198 3321 0 0 0.688 5238 3398 0 0 0.562 2 interp_poly -40 -24 68 -13 5168 4150 3 MP PP 5168 4150 0 0 0.562 5236 4137 0 0 0.562 5168 4150 0 0 0.562 2 interp_poly 5236 4137 0 0 0.562 5196 4113 0 0 0.562 5236 4137 0 0 0.562 2 interp_poly 67 -14 -40 -24 5207 3628 3 MP PP 5207 3628 0 0 0.562 5167 3604 0 0 0.562 5207 3628 0 0 0.562 2 interp_poly 5167 3604 0 0 0.562 5234 3590 0 0 0.562 5167 3604 0 0 0.562 2 interp_poly -40 -24 67 -14 5167 3604 3 MP PP 5167 3604 0 0 0.562 5234 3590 0 0 0.562 5167 3604 0 0 0.562 2 interp_poly 5234 3590 0 0 0.562 5194 3566 0 0 0.562 5234 3590 0 0 0.562 2 interp_poly 68 -14 -40 -24 5203 3790 3 MP PP 5203 3790 0 0 0.562 5163 3766 0 0 0.562 5203 3790 0 0 0.562 2 interp_poly 5163 3766 0 0 0.562 5231 3752 0 0 0.562 5163 3766 0 0 0.562 2 interp_poly -40 -24 68 -14 5163 3766 3 MP PP 5163 3766 0 0 0.562 5231 3752 0 0 0.562 5163 3766 0 0 0.562 2 interp_poly 5231 3752 0 0 0.562 5191 3728 0 0 0.562 5231 3752 0 0 0.562 2 interp_poly 68 -14 -40 -24 5199 3951 3 MP PP 5199 3951 0 0 0.562 5159 3927 0 0 0.562 5199 3951 0 0 0.562 2 interp_poly 5159 3927 0 0 0.562 5227 3913 0 0 0.562 5159 3927 0 0 0.562 2 interp_poly -40 -24 68 -14 5159 3927 3 MP PP 5159 3927 0 0 0.562 5227 3913 0 0 0.562 5159 3927 0 0 0.562 2 interp_poly 5227 3913 0 0 0.562 5187 3889 0 0 0.562 5227 3913 0 0 0.562 2 interp_poly 68 18 -40 -163 5198 3321 3 MP PP 5198 3321 0 0 0.688 5158 3158 0 0 0.938 5198 3321 0 0 0.688 2 interp_poly 5158 3158 0 0 0.938 5226 3176 0 0 0.875 5158 3158 0 0 0.938 2 interp_poly -40 -318 68 18 5158 3158 3 MP PP 5158 3158 0 0 0.938 5226 3176 0 0 0.875 5158 3158 0 0 0.938 2 interp_poly 5226 3176 0 0 0.875 5186 2858 0 0.375 1 5226 3176 0 0 0.875 2 interp_poly 67 -13 -40 -25 5196 4113 3 MP PP 5196 4113 0 0 0.562 5156 4088 0 0 0.562 5196 4113 0 0 0.562 2 interp_poly 5156 4088 0 0 0.562 5223 4075 0 0 0.562 5156 4088 0 0 0.562 2 interp_poly -40 -24 67 -13 5156 4088 3 MP PP 5156 4088 0 0 0.562 5223 4075 0 0 0.562 5156 4088 0 0 0.562 2 interp_poly 5223 4075 0 0 0.562 5183 4051 0 0 0.562 5223 4075 0 0 0.562 2 interp_poly 68 -14 -40 -26 5194 3566 3 MP PP 5194 3566 0 0 0.562 5154 3540 0 0 0.562 5194 3566 0 0 0.562 2 interp_poly 5154 3540 0 0 0.562 5222 3526 0 0 0.562 5154 3540 0 0 0.562 2 interp_poly -40 -27 68 -14 5154 3540 3 MP PP 5154 3540 0 0 0.562 5222 3526 0 0 0.562 5154 3540 0 0 0.562 2 interp_poly 5222 3526 0 0 0.562 5182 3499 0 0 0.562 5222 3526 0 0 0.562 2 interp_poly 68 -14 -40 -24 5191 3728 3 MP PP 5191 3728 0 0 0.562 5151 3704 0 0 0.562 5191 3728 0 0 0.562 2 interp_poly 5151 3704 0 0 0.562 5219 3690 0 0 0.562 5151 3704 0 0 0.562 2 interp_poly -40 -24 68 -14 5151 3704 3 MP PP 5151 3704 0 0 0.562 5219 3690 0 0 0.562 5151 3704 0 0 0.562 2 interp_poly 5219 3690 0 0 0.562 5179 3666 0 0 0.562 5219 3690 0 0 0.562 2 interp_poly 68 -13 -40 -24 5187 3889 3 MP PP 5187 3889 0 0 0.562 5147 3865 0 0 0.562 5187 3889 0 0 0.562 2 interp_poly 5147 3865 0 0 0.562 5215 3852 0 0 0.562 5147 3865 0 0 0.562 2 interp_poly -40 -25 68 -13 5147 3865 3 MP PP 5147 3865 0 0 0.562 5215 3852 0 0 0.562 5147 3865 0 0 0.562 2 interp_poly 5215 3852 0 0 0.562 5175 3827 0 0 0.562 5215 3852 0 0 0.562 2 interp_poly 68 111 -40 -641 5186 2858 3 MP PP 5186 2858 0 0.375 1 5146 2217 0.375 1 0.688 5186 2858 0 0.375 1 2 interp_poly 5146 2217 0.375 1 0.688 5214 2328 0.188 1 0.875 5146 2217 0.375 1 0.688 2 interp_poly -40 -882 68 111 5146 2217 3 MP PP 5146 2217 0.375 1 0.688 5214 2328 0.188 1 0.875 5146 2217 0.375 1 0.688 2 interp_poly 5214 2328 0.188 1 0.875 5174 1446 1 0.438 0 5214 2328 0.188 1 0.875 2 interp_poly 68 -14 -40 -24 5183 4051 3 MP PP 5183 4051 0 0 0.562 5143 4027 0 0 0.562 5183 4051 0 0 0.562 2 interp_poly 5143 4027 0 0 0.562 5211 4013 0 0 0.562 5143 4027 0 0 0.562 2 interp_poly -40 -24 68 -14 5143 4027 3 MP PP 5143 4027 0 0 0.562 5211 4013 0 0 0.562 5143 4027 0 0 0.562 2 interp_poly 5211 4013 0 0 0.562 5171 3989 0 0 0.562 5211 4013 0 0 0.562 2 interp_poly 68 -12 -40 -34 5182 3499 3 MP PP 5182 3499 0 0 0.562 5142 3465 0 0 0.562 5182 3499 0 0 0.562 2 interp_poly 5142 3465 0 0 0.562 5210 3453 0 0 0.562 5142 3465 0 0 0.562 2 interp_poly -40 -47 68 -12 5142 3465 3 MP PP 5142 3465 0 0 0.562 5210 3453 0 0 0.562 5142 3465 0 0 0.562 2 interp_poly 5210 3453 0 0 0.562 5170 3406 0 0 0.562 5210 3453 0 0 0.562 2 interp_poly 68 -14 -40 -24 5179 3666 3 MP PP 5179 3666 0 0 0.562 5139 3642 0 0 0.562 5179 3666 0 0 0.562 2 interp_poly 5139 3642 0 0 0.562 5207 3628 0 0 0.562 5139 3642 0 0 0.562 2 interp_poly -40 -24 68 -14 5139 3642 3 MP PP 5139 3642 0 0 0.562 5207 3628 0 0 0.562 5139 3642 0 0 0.562 2 interp_poly 5207 3628 0 0 0.562 5167 3604 0 0 0.562 5207 3628 0 0 0.562 2 interp_poly 68 -13 -40 -24 5175 3827 3 MP PP 5175 3827 0 0 0.562 5135 3803 0 0 0.562 5175 3827 0 0 0.562 2 interp_poly 5135 3803 0 0 0.562 5203 3790 0 0 0.562 5135 3803 0 0 0.562 2 interp_poly -40 -24 68 -13 5135 3803 3 MP PP 5135 3803 0 0 0.562 5203 3790 0 0 0.562 5135 3803 0 0 0.562 2 interp_poly 5203 3790 0 0 0.562 5163 3766 0 0 0.562 5203 3790 0 0 0.562 2 interp_poly 68 -14 -40 -24 5171 3989 3 MP PP 5171 3989 0 0 0.562 5131 3965 0 0 0.562 5171 3989 0 0 0.562 2 interp_poly 5131 3965 0 0 0.562 5199 3951 0 0 0.562 5131 3965 0 0 0.562 2 interp_poly -40 -24 68 -14 5131 3965 3 MP PP 5131 3965 0 0 0.562 5199 3951 0 0 0.562 5131 3965 0 0 0.562 2 interp_poly 5199 3951 0 0 0.562 5159 3927 0 0 0.562 5199 3951 0 0 0.562 2 interp_poly 68 1 -40 -86 5170 3406 3 MP PP 5170 3406 0 0 0.562 5130 3320 0 0 0.688 5170 3406 0 0 0.562 2 interp_poly 5130 3320 0 0 0.688 5198 3321 0 0 0.688 5130 3320 0 0 0.688 2 interp_poly -40 -163 68 1 5130 3320 3 MP PP 5130 3320 0 0 0.688 5198 3321 0 0 0.688 5130 3320 0 0 0.688 2 interp_poly 5198 3321 0 0 0.688 5158 3158 0 0 0.938 5198 3321 0 0 0.688 2 interp_poly 68 -13 -40 -24 5168 4150 3 MP PP 5168 4150 0 0 0.562 5128 4126 0 0 0.562 5168 4150 0 0 0.562 2 interp_poly 5128 4126 0 0 0.562 5196 4113 0 0 0.562 5128 4126 0 0 0.562 2 interp_poly -40 -25 68 -13 5128 4126 3 MP PP 5128 4126 0 0 0.562 5196 4113 0 0 0.562 5128 4126 0 0 0.562 2 interp_poly 5196 4113 0 0 0.562 5156 4088 0 0 0.562 5196 4113 0 0 0.562 2 interp_poly 67 -13 -40 -25 5167 3604 3 MP PP 5167 3604 0 0 0.562 5127 3579 0 0 0.562 5167 3604 0 0 0.562 2 interp_poly 5127 3579 0 0 0.562 5194 3566 0 0 0.562 5127 3579 0 0 0.562 2 interp_poly -40 -26 67 -13 5127 3579 3 MP PP 5127 3579 0 0 0.562 5194 3566 0 0 0.562 5127 3579 0 0 0.562 2 interp_poly 5194 3566 0 0 0.562 5154 3540 0 0 0.562 5194 3566 0 0 0.562 2 interp_poly 68 -14 -40 -24 5163 3766 3 MP PP 5163 3766 0 0 0.562 5123 3742 0 0 0.562 5163 3766 0 0 0.562 2 interp_poly 5123 3742 0 0 0.562 5191 3728 0 0 0.562 5123 3742 0 0 0.562 2 interp_poly -40 -24 68 -14 5123 3742 3 MP PP 5123 3742 0 0 0.562 5191 3728 0 0 0.562 5123 3742 0 0 0.562 2 interp_poly 5191 3728 0 0 0.562 5151 3704 0 0 0.562 5191 3728 0 0 0.562 2 interp_poly 68 -14 -40 -24 5159 3927 3 MP PP 5159 3927 0 0 0.562 5119 3903 0 0 0.562 5159 3927 0 0 0.562 2 interp_poly 5119 3903 0 0 0.562 5187 3889 0 0 0.562 5119 3903 0 0 0.562 2 interp_poly -40 -24 68 -14 5119 3903 3 MP PP 5119 3903 0 0 0.562 5187 3889 0 0 0.562 5119 3903 0 0 0.562 2 interp_poly 5187 3889 0 0 0.562 5147 3865 0 0 0.562 5187 3889 0 0 0.562 2 interp_poly 68 60 -40 -360 5158 3158 3 MP PP 5158 3158 0 0 0.938 5118 2798 0 0.5 1 5158 3158 0 0 0.938 2 interp_poly 5118 2798 0 0.5 1 5186 2858 0 0.375 1 5118 2798 0 0.5 1 2 interp_poly -40 -641 68 60 5118 2798 3 MP PP 5118 2798 0 0.5 1 5186 2858 0 0.375 1 5118 2798 0 0.5 1 2 interp_poly 5186 2858 0 0.375 1 5146 2217 0.375 1 0.688 5186 2858 0 0.375 1 2 interp_poly 67 -13 -40 -24 5156 4088 3 MP PP 5156 4088 0 0 0.562 5116 4064 0 0 0.562 5156 4088 0 0 0.562 2 interp_poly 5116 4064 0 0 0.562 5183 4051 0 0 0.562 5116 4064 0 0 0.562 2 interp_poly -40 -24 67 -13 5116 4064 3 MP PP 5116 4064 0 0 0.562 5183 4051 0 0 0.562 5116 4064 0 0 0.562 2 interp_poly 5183 4051 0 0 0.562 5143 4027 0 0 0.562 5183 4051 0 0 0.562 2 interp_poly 68 -12 -40 -29 5154 3540 3 MP PP 5154 3540 0 0 0.562 5114 3511 0 0 0.562 5154 3540 0 0 0.562 2 interp_poly 5114 3511 0 0 0.562 5182 3499 0 0 0.562 5114 3511 0 0 0.562 2 interp_poly -40 -34 68 -12 5114 3511 3 MP PP 5114 3511 0 0 0.562 5182 3499 0 0 0.562 5114 3511 0 0 0.562 2 interp_poly 5182 3499 0 0 0.562 5142 3465 0 0 0.562 5182 3499 0 0 0.562 2 interp_poly 68 -14 -40 -24 5151 3704 3 MP PP 5151 3704 0 0 0.562 5111 3680 0 0 0.562 5151 3704 0 0 0.562 2 interp_poly 5111 3680 0 0 0.562 5179 3666 0 0 0.562 5111 3680 0 0 0.562 2 interp_poly -40 -24 68 -14 5111 3680 3 MP PP 5111 3680 0 0 0.562 5179 3666 0 0 0.562 5111 3680 0 0 0.562 2 interp_poly 5179 3666 0 0 0.562 5139 3642 0 0 0.562 5179 3666 0 0 0.562 2 interp_poly 68 -14 -40 -24 5147 3865 3 MP PP 5147 3865 0 0 0.562 5107 3841 0 0 0.562 5147 3865 0 0 0.562 2 interp_poly 5107 3841 0 0 0.562 5175 3827 0 0 0.562 5107 3841 0 0 0.562 2 interp_poly -40 -24 68 -14 5107 3841 3 MP PP 5107 3841 0 0 0.562 5175 3827 0 0 0.562 5107 3841 0 0 0.562 2 interp_poly 5175 3827 0 0 0.562 5135 3803 0 0 0.562 5175 3827 0 0 0.562 2 interp_poly 68 119 -40 -890 5146 2217 3 MP PP 5146 2217 0.375 1 0.688 5106 1327 1 0.188 0 5146 2217 0.375 1 0.688 2 interp_poly 5106 1327 1 0.188 0 5174 1446 1 0.438 0 5106 1327 1 0.188 0 2 interp_poly -40 -540 68 119 5106 1327 3 MP PP 5106 1327 1 0.188 0 5174 1446 1 0.438 0 5106 1327 1 0.188 0 2 interp_poly 5174 1446 1 0.438 0 5134 906 0.562 0 0 5174 1446 1 0.438 0 2 interp_poly 68 -14 -40 -24 5143 4027 3 MP PP 5143 4027 0 0 0.562 5103 4003 0 0 0.562 5143 4027 0 0 0.562 2 interp_poly 5103 4003 0 0 0.562 5171 3989 0 0 0.562 5103 4003 0 0 0.562 2 interp_poly -40 -24 68 -14 5103 4003 3 MP PP 5103 4003 0 0 0.562 5171 3989 0 0 0.562 5103 4003 0 0 0.562 2 interp_poly 5171 3989 0 0 0.562 5131 3965 0 0 0.562 5171 3989 0 0 0.562 2 interp_poly 68 -8 -40 -51 5142 3465 3 MP PP 5142 3465 0 0 0.562 5102 3414 0 0 0.625 5142 3465 0 0 0.562 2 interp_poly 5102 3414 0 0 0.625 5170 3406 0 0 0.562 5102 3414 0 0 0.625 2 interp_poly -40 -86 68 -8 5102 3414 3 MP PP 5102 3414 0 0 0.625 5170 3406 0 0 0.562 5102 3414 0 0 0.625 2 interp_poly 5170 3406 0 0 0.562 5130 3320 0 0 0.688 5170 3406 0 0 0.562 2 interp_poly -40 -24 68 -14 5100 4164 3 MP PP 5100 4164 0 0 0.562 5168 4150 0 0 0.562 5100 4164 0 0 0.562 2 interp_poly 5168 4150 0 0 0.562 5128 4126 0 0 0.562 5168 4150 0 0 0.562 2 interp_poly 68 -13 -40 -25 5139 3642 3 MP PP 5139 3642 0 0 0.562 5099 3617 0 0 0.562 5139 3642 0 0 0.562 2 interp_poly 5099 3617 0 0 0.562 5167 3604 0 0 0.562 5099 3617 0 0 0.562 2 interp_poly -40 -25 68 -13 5099 3617 3 MP PP 5099 3617 0 0 0.562 5167 3604 0 0 0.562 5099 3617 0 0 0.562 2 interp_poly 5167 3604 0 0 0.562 5127 3579 0 0 0.562 5167 3604 0 0 0.562 2 interp_poly 68 -13 -40 -24 5135 3803 3 MP PP 5135 3803 0 0 0.562 5095 3779 0 0 0.562 5135 3803 0 0 0.562 2 interp_poly 5095 3779 0 0 0.562 5163 3766 0 0 0.562 5095 3779 0 0 0.562 2 interp_poly -40 -24 68 -13 5095 3779 3 MP PP 5095 3779 0 0 0.562 5163 3766 0 0 0.562 5095 3779 0 0 0.562 2 interp_poly 5163 3766 0 0 0.562 5123 3742 0 0 0.562 5163 3766 0 0 0.562 2 interp_poly 68 -14 -40 -24 5131 3965 3 MP PP 5131 3965 0 0 0.562 5091 3941 0 0 0.562 5131 3965 0 0 0.562 2 interp_poly 5091 3941 0 0 0.562 5159 3927 0 0 0.562 5091 3941 0 0 0.562 2 interp_poly -40 -24 68 -14 5091 3941 3 MP PP 5091 3941 0 0 0.562 5159 3927 0 0 0.562 5091 3941 0 0 0.562 2 interp_poly 5159 3927 0 0 0.562 5119 3903 0 0 0.562 5159 3927 0 0 0.562 2 interp_poly 68 23 -40 -185 5130 3320 3 MP PP 5130 3320 0 0 0.688 5090 3135 0 0 1 5130 3320 0 0 0.688 2 interp_poly 5090 3135 0 0 1 5158 3158 0 0 0.938 5090 3135 0 0 1 2 interp_poly -40 -360 68 23 5090 3135 3 MP PP 5090 3135 0 0 1 5158 3158 0 0 0.938 5090 3135 0 0 1 2 interp_poly 5158 3158 0 0 0.938 5118 2798 0 0.5 1 5158 3158 0 0 0.938 2 interp_poly 68 -14 -40 -24 5128 4126 3 MP PP 5128 4126 0 0 0.562 5088 4102 0 0 0.562 5128 4126 0 0 0.562 2 interp_poly 5088 4102 0 0 0.562 5156 4088 0 0 0.562 5088 4102 0 0 0.562 2 interp_poly -40 -24 68 -14 5088 4102 3 MP PP 5088 4102 0 0 0.562 5156 4088 0 0 0.562 5088 4102 0 0 0.562 2 interp_poly 5156 4088 0 0 0.562 5116 4064 0 0 0.562 5156 4088 0 0 0.562 2 interp_poly 67 -13 -40 -26 5127 3579 3 MP PP 5127 3579 0 0 0.562 5087 3553 0 0 0.562 5127 3579 0 0 0.562 2 interp_poly 5087 3553 0 0 0.562 5154 3540 0 0 0.562 5087 3553 0 0 0.562 2 interp_poly -40 -29 67 -13 5087 3553 3 MP PP 5087 3553 0 0 0.562 5154 3540 0 0 0.562 5087 3553 0 0 0.562 2 interp_poly 5154 3540 0 0 0.562 5114 3511 0 0 0.562 5154 3540 0 0 0.562 2 interp_poly 68 -13 -40 -25 5123 3742 3 MP PP 5123 3742 0 0 0.562 5083 3717 0 0 0.562 5123 3742 0 0 0.562 2 interp_poly 5083 3717 0 0 0.562 5151 3704 0 0 0.562 5083 3717 0 0 0.562 2 interp_poly -40 -24 68 -13 5083 3717 3 MP PP 5083 3717 0 0 0.562 5151 3704 0 0 0.562 5083 3717 0 0 0.562 2 interp_poly 5151 3704 0 0 0.562 5111 3680 0 0 0.562 5151 3704 0 0 0.562 2 interp_poly 68 -14 -40 -24 5119 3903 3 MP PP 5119 3903 0 0 0.562 5079 3879 0 0 0.562 5119 3903 0 0 0.562 2 interp_poly 5079 3879 0 0 0.562 5147 3865 0 0 0.562 5079 3879 0 0 0.562 2 interp_poly -40 -24 68 -14 5079 3879 3 MP PP 5079 3879 0 0 0.562 5147 3865 0 0 0.562 5079 3879 0 0 0.562 2 interp_poly 5147 3865 0 0 0.562 5107 3841 0 0 0.562 5147 3865 0 0 0.562 2 interp_poly 68 119 -40 -700 5118 2798 3 MP PP 5118 2798 0 0.5 1 5078 2098 0.625 1 0.438 5118 2798 0 0.5 1 2 interp_poly 5078 2098 0.625 1 0.438 5146 2217 0.375 1 0.688 5078 2098 0.625 1 0.438 2 interp_poly -40 -890 68 119 5078 2098 3 MP PP 5078 2098 0.625 1 0.438 5146 2217 0.375 1 0.688 5078 2098 0.625 1 0.438 2 interp_poly 5146 2217 0.375 1 0.688 5106 1327 1 0.188 0 5146 2217 0.375 1 0.688 2 interp_poly 67 -13 -40 -24 5116 4064 3 MP PP 5116 4064 0 0 0.562 5076 4040 0 0 0.562 5116 4064 0 0 0.562 2 interp_poly 5076 4040 0 0 0.562 5143 4027 0 0 0.562 5076 4040 0 0 0.562 2 interp_poly -40 -24 67 -13 5076 4040 3 MP PP 5076 4040 0 0 0.562 5143 4027 0 0 0.562 5076 4040 0 0 0.562 2 interp_poly 5143 4027 0 0 0.562 5103 4003 0 0 0.562 5143 4027 0 0 0.562 2 interp_poly 68 -11 -40 -35 5114 3511 3 MP PP 5114 3511 0 0 0.562 5074 3476 0 0 0.562 5114 3511 0 0 0.562 2 interp_poly 5074 3476 0 0 0.562 5142 3465 0 0 0.562 5074 3476 0 0 0.562 2 interp_poly -40 -51 68 -11 5074 3476 3 MP PP 5074 3476 0 0 0.562 5142 3465 0 0 0.562 5074 3476 0 0 0.562 2 interp_poly 5142 3465 0 0 0.562 5102 3414 0 0 0.625 5142 3465 0 0 0.562 2 interp_poly 68 -13 -40 -25 5111 3680 3 MP PP 5111 3680 0 0 0.562 5071 3655 0 0 0.562 5111 3680 0 0 0.562 2 interp_poly 5071 3655 0 0 0.562 5139 3642 0 0 0.562 5071 3655 0 0 0.562 2 interp_poly -40 -25 68 -13 5071 3655 3 MP PP 5071 3655 0 0 0.562 5139 3642 0 0 0.562 5071 3655 0 0 0.562 2 interp_poly 5139 3642 0 0 0.562 5099 3617 0 0 0.562 5139 3642 0 0 0.562 2 interp_poly 68 -14 -40 -24 5107 3841 3 MP PP 5107 3841 0 0 0.562 5067 3817 0 0 0.562 5107 3841 0 0 0.562 2 interp_poly 5067 3817 0 0 0.562 5135 3803 0 0 0.562 5067 3817 0 0 0.562 2 interp_poly -40 -24 68 -14 5067 3817 3 MP PP 5067 3817 0 0 0.562 5135 3803 0 0 0.562 5067 3817 0 0 0.562 2 interp_poly 5135 3803 0 0 0.562 5095 3779 0 0 0.562 5135 3803 0 0 0.562 2 interp_poly -40 455 68 -24 5066 930 3 MP PP 5066 930 0.562 0 0 5134 906 0.562 0 0 5066 930 0.562 0 0 2 interp_poly 5134 906 0.562 0 0 5094 1361 1 0.375 0 5134 906 0.562 0 0 2 interp_poly 68 -24 -40 -397 5106 1327 3 MP PP 5106 1327 1 0.188 0 5066 930 0.562 0 0 5106 1327 1 0.188 0 2 interp_poly 5066 930 0.562 0 0 5134 906 0.562 0 0 5066 930 0.562 0 0 2 interp_poly 68 -13 -40 -25 5103 4003 3 MP PP 5103 4003 0 0 0.562 5063 3978 0 0 0.562 5103 4003 0 0 0.562 2 interp_poly 5063 3978 0 0 0.562 5131 3965 0 0 0.562 5063 3978 0 0 0.562 2 interp_poly -40 -24 68 -13 5063 3978 3 MP PP 5063 3978 0 0 0.562 5131 3965 0 0 0.562 5063 3978 0 0 0.562 2 interp_poly 5131 3965 0 0 0.562 5091 3941 0 0 0.562 5131 3965 0 0 0.562 2 interp_poly 68 3 -40 -97 5102 3414 3 MP PP 5102 3414 0 0 0.625 5062 3317 0 0 0.75 5102 3414 0 0 0.625 2 interp_poly 5062 3317 0 0 0.75 5130 3320 0 0 0.688 5062 3317 0 0 0.75 2 interp_poly -40 -185 68 3 5062 3317 3 MP PP 5062 3317 0 0 0.75 5130 3320 0 0 0.688 5062 3317 0 0 0.75 2 interp_poly 5130 3320 0 0 0.688 5090 3135 0 0 1 5130 3320 0 0 0.688 2 interp_poly 68 -14 -40 -24 5100 4164 3 MP PP 5100 4164 0 0 0.562 5060 4140 0 0 0.562 5100 4164 0 0 0.562 2 interp_poly 5060 4140 0 0 0.562 5128 4126 0 0 0.562 5060 4140 0 0 0.562 2 interp_poly -40 -24 68 -14 5060 4140 3 MP PP 5060 4140 0 0 0.562 5128 4126 0 0 0.562 5060 4140 0 0 0.562 2 interp_poly 5128 4126 0 0 0.562 5088 4102 0 0 0.562 5128 4126 0 0 0.562 2 interp_poly 68 -13 -40 -25 5099 3617 3 MP PP 5099 3617 0 0 0.562 5059 3592 0 0 0.562 5099 3617 0 0 0.562 2 interp_poly 5059 3592 0 0 0.562 5127 3579 0 0 0.562 5059 3592 0 0 0.562 2 interp_poly -40 -26 68 -13 5059 3592 3 MP PP 5059 3592 0 0 0.562 5127 3579 0 0 0.562 5059 3592 0 0 0.562 2 interp_poly 5127 3579 0 0 0.562 5087 3553 0 0 0.562 5127 3579 0 0 0.562 2 interp_poly 68 -13 -40 -24 5095 3779 3 MP PP 5095 3779 0 0 0.562 5055 3755 0 0 0.562 5095 3779 0 0 0.562 2 interp_poly 5055 3755 0 0 0.562 5123 3742 0 0 0.562 5055 3755 0 0 0.562 2 interp_poly -40 -25 68 -13 5055 3755 3 MP PP 5055 3755 0 0 0.562 5123 3742 0 0 0.562 5055 3755 0 0 0.562 2 interp_poly 5123 3742 0 0 0.562 5083 3717 0 0 0.562 5123 3742 0 0 0.562 2 interp_poly 68 -14 -40 -24 5091 3941 3 MP PP 5091 3941 0 0 0.562 5051 3917 0 0 0.562 5091 3941 0 0 0.562 2 interp_poly 5051 3917 0 0 0.562 5119 3903 0 0 0.562 5051 3917 0 0 0.562 2 interp_poly -40 -24 68 -14 5051 3917 3 MP PP 5051 3917 0 0 0.562 5119 3903 0 0 0.562 5051 3917 0 0 0.562 2 interp_poly 5119 3903 0 0 0.562 5079 3879 0 0 0.562 5119 3903 0 0 0.562 2 interp_poly 68 70 -40 -407 5090 3135 3 MP PP 5090 3135 0 0 1 5050 2728 0 0.625 1 5090 3135 0 0 1 2 interp_poly 5050 2728 0 0.625 1 5118 2798 0 0.5 1 5050 2728 0 0.625 1 2 interp_poly -40 -700 68 70 5050 2728 3 MP PP 5050 2728 0 0.625 1 5118 2798 0 0.5 1 5050 2728 0 0.625 1 2 interp_poly 5118 2798 0 0.5 1 5078 2098 0.625 1 0.438 5118 2798 0 0.5 1 2 interp_poly 68 -14 -40 -24 5088 4102 3 MP PP 5088 4102 0 0 0.562 5048 4078 0 0 0.562 5088 4102 0 0 0.562 2 interp_poly 5048 4078 0 0 0.562 5116 4064 0 0 0.562 5048 4078 0 0 0.562 2 interp_poly -40 -24 68 -14 5048 4078 3 MP PP 5048 4078 0 0 0.562 5116 4064 0 0 0.562 5048 4078 0 0 0.562 2 interp_poly 5116 4064 0 0 0.562 5076 4040 0 0 0.562 5116 4064 0 0 0.562 2 interp_poly 67 -13 -40 -29 5087 3553 3 MP PP 5087 3553 0 0 0.562 5047 3524 0 0 0.562 5087 3553 0 0 0.562 2 interp_poly 5047 3524 0 0 0.562 5114 3511 0 0 0.562 5047 3524 0 0 0.562 2 interp_poly -40 -35 67 -13 5047 3524 3 MP PP 5047 3524 0 0 0.562 5114 3511 0 0 0.562 5047 3524 0 0 0.562 2 interp_poly 5114 3511 0 0 0.562 5074 3476 0 0 0.562 5114 3511 0 0 0.562 2 interp_poly 68 -13 -40 -24 5083 3717 3 MP PP 5083 3717 0 0 0.562 5043 3693 0 0 0.562 5083 3717 0 0 0.562 2 interp_poly 5043 3693 0 0 0.562 5111 3680 0 0 0.562 5043 3693 0 0 0.562 2 interp_poly -40 -25 68 -13 5043 3693 3 MP PP 5043 3693 0 0 0.562 5111 3680 0 0 0.562 5043 3693 0 0 0.562 2 interp_poly 5111 3680 0 0 0.562 5071 3655 0 0 0.562 5111 3680 0 0 0.562 2 interp_poly 68 -14 -40 -24 5079 3879 3 MP PP 5079 3879 0 0 0.562 5039 3855 0 0 0.562 5079 3879 0 0 0.562 2 interp_poly 5039 3855 0 0 0.562 5107 3841 0 0 0.562 5039 3855 0 0 0.562 2 interp_poly -40 -24 68 -14 5039 3855 3 MP PP 5039 3855 0 0 0.562 5107 3841 0 0 0.562 5039 3855 0 0 0.562 2 interp_poly 5107 3841 0 0 0.562 5067 3817 0 0 0.562 5107 3841 0 0 0.562 2 interp_poly -40 584 68 -54 4998 984 3 MP PP 4998 984 0.625 0 0 5066 930 0.562 0 0 4998 984 0.625 0 0 2 interp_poly 5066 930 0.562 0 0 5026 1514 1 0.625 0 5066 930 0.562 0 0 2 interp_poly -40 837 68 -153 5026 1514 3 MP PP 5026 1514 1 0.625 0 5094 1361 1 0.375 0 5026 1514 1 0.625 0 2 interp_poly 5094 1361 1 0.375 0 5054 2198 0.25 1 0.812 5094 1361 1 0.375 0 2 interp_poly 68 -153 -40 584 5066 930 3 MP PP 5066 930 0.562 0 0 5026 1514 1 0.625 0 5066 930 0.562 0 0 2 interp_poly 5026 1514 1 0.625 0 5094 1361 1 0.375 0 5026 1514 1 0.625 0 2 interp_poly 68 107 -40 -878 5078 2098 3 MP PP 5078 2098 0.625 1 0.438 5038 1220 1 0 0 5078 2098 0.625 1 0.438 2 interp_poly 5038 1220 1 0 0 5106 1327 1 0.188 0 5038 1220 1 0 0 2 interp_poly -40 -397 68 107 5038 1220 3 MP PP 5038 1220 1 0 0 5106 1327 1 0.188 0 5038 1220 1 0 0 2 interp_poly 5106 1327 1 0.188 0 5066 930 0.562 0 0 5106 1327 1 0.188 0 2 interp_poly 67 -13 -40 -24 5076 4040 3 MP PP 5076 4040 0 0 0.562 5036 4016 0 0 0.562 5076 4040 0 0 0.562 2 interp_poly 5036 4016 0 0 0.562 5103 4003 0 0 0.562 5036 4016 0 0 0.562 2 interp_poly -40 -25 67 -13 5036 4016 3 MP PP 5036 4016 0 0 0.562 5103 4003 0 0 0.562 5036 4016 0 0 0.562 2 interp_poly 5103 4003 0 0 0.562 5063 3978 0 0 0.562 5103 4003 0 0 0.562 2 interp_poly 68 -6 -40 -56 5074 3476 3 MP PP 5074 3476 0 0 0.562 5034 3420 0 0 0.625 5074 3476 0 0 0.562 2 interp_poly 5034 3420 0 0 0.625 5102 3414 0 0 0.625 5034 3420 0 0 0.625 2 interp_poly -40 -97 68 -6 5034 3420 3 MP PP 5034 3420 0 0 0.625 5102 3414 0 0 0.625 5034 3420 0 0 0.625 2 interp_poly 5102 3414 0 0 0.625 5062 3317 0 0 0.75 5102 3414 0 0 0.625 2 interp_poly -40 -24 68 -14 5032 4178 3 MP PP 5032 4178 0 0 0.562 5100 4164 0 0 0.562 5032 4178 0 0 0.562 2 interp_poly 5100 4164 0 0 0.562 5060 4140 0 0 0.562 5100 4164 0 0 0.562 2 interp_poly 68 -14 -40 -24 5071 3655 3 MP PP 5071 3655 0 0 0.562 5031 3631 0 0 0.562 5071 3655 0 0 0.562 2 interp_poly 5031 3631 0 0 0.562 5099 3617 0 0 0.562 5031 3631 0 0 0.562 2 interp_poly -40 -25 68 -14 5031 3631 3 MP PP 5031 3631 0 0 0.562 5099 3617 0 0 0.562 5031 3631 0 0 0.562 2 interp_poly 5099 3617 0 0 0.562 5059 3592 0 0 0.562 5099 3617 0 0 0.562 2 interp_poly 68 -14 -40 -24 5067 3817 3 MP PP 5067 3817 0 0 0.562 5027 3793 0 0 0.562 5067 3817 0 0 0.562 2 interp_poly 5027 3793 0 0 0.562 5095 3779 0 0 0.562 5027 3793 0 0 0.562 2 interp_poly -40 -24 68 -14 5027 3793 3 MP PP 5027 3793 0 0 0.562 5095 3779 0 0 0.562 5027 3793 0 0 0.562 2 interp_poly 5095 3779 0 0 0.562 5055 3755 0 0 0.562 5095 3779 0 0 0.562 2 interp_poly 68 -13 -40 -24 5063 3978 3 MP PP 5063 3978 0 0 0.562 5023 3954 0 0 0.562 5063 3978 0 0 0.562 2 interp_poly 5023 3954 0 0 0.562 5091 3941 0 0 0.562 5023 3954 0 0 0.562 2 interp_poly -40 -24 68 -13 5023 3954 3 MP PP 5023 3954 0 0 0.562 5091 3941 0 0 0.562 5023 3954 0 0 0.562 2 interp_poly 5091 3941 0 0 0.562 5051 3917 0 0 0.562 5091 3941 0 0 0.562 2 interp_poly 68 29 -40 -211 5062 3317 3 MP PP 5062 3317 0 0 0.75 5022 3106 0 0.0625 1 5062 3317 0 0 0.75 2 interp_poly 5022 3106 0 0.0625 1 5090 3135 0 0 1 5022 3106 0 0.0625 1 2 interp_poly -40 -407 68 29 5022 3106 3 MP PP 5022 3106 0 0.0625 1 5090 3135 0 0 1 5022 3106 0 0.0625 1 2 interp_poly 5090 3135 0 0 1 5050 2728 0 0.625 1 5090 3135 0 0 1 2 interp_poly 68 -14 -40 -24 5060 4140 3 MP PP 5060 4140 0 0 0.562 5020 4116 0 0 0.562 5060 4140 0 0 0.562 2 interp_poly 5020 4116 0 0 0.562 5088 4102 0 0 0.562 5020 4116 0 0 0.562 2 interp_poly -40 -24 68 -14 5020 4116 3 MP PP 5020 4116 0 0 0.562 5088 4102 0 0 0.562 5020 4116 0 0 0.562 2 interp_poly 5088 4102 0 0 0.562 5048 4078 0 0 0.562 5088 4102 0 0 0.562 2 interp_poly 68 -13 -40 -26 5059 3592 3 MP PP 5059 3592 0 0 0.562 5019 3566 0 0 0.562 5059 3592 0 0 0.562 2 interp_poly 5019 3566 0 0 0.562 5087 3553 0 0 0.562 5019 3566 0 0 0.562 2 interp_poly -40 -29 68 -13 5019 3566 3 MP PP 5019 3566 0 0 0.562 5087 3553 0 0 0.562 5019 3566 0 0 0.562 2 interp_poly 5087 3553 0 0 0.562 5047 3524 0 0 0.562 5087 3553 0 0 0.562 2 interp_poly 68 -14 -40 -24 5055 3755 3 MP PP 5055 3755 0 0 0.562 5015 3731 0 0 0.562 5055 3755 0 0 0.562 2 interp_poly 5015 3731 0 0 0.562 5083 3717 0 0 0.562 5015 3731 0 0 0.562 2 interp_poly -40 -24 68 -14 5015 3731 3 MP PP 5015 3731 0 0 0.562 5083 3717 0 0 0.562 5015 3731 0 0 0.562 2 interp_poly 5083 3717 0 0 0.562 5043 3693 0 0 0.562 5083 3717 0 0 0.562 2 interp_poly 68 -13 -40 -25 5051 3917 3 MP PP 5051 3917 0 0 0.562 5011 3892 0 0 0.562 5051 3917 0 0 0.562 2 interp_poly 5011 3892 0 0 0.562 5079 3879 0 0 0.562 5011 3892 0 0 0.562 2 interp_poly -40 -24 68 -13 5011 3892 3 MP PP 5011 3892 0 0 0.562 5079 3879 0 0 0.562 5011 3892 0 0 0.562 2 interp_poly 5079 3879 0 0 0.562 5039 3855 0 0 0.562 5079 3879 0 0 0.562 2 interp_poly -40 549 68 -132 4986 2330 3 MP PP 4986 2330 0.0625 1 1 5054 2198 0.25 1 0.812 4986 2330 0.0625 1 1 2 interp_poly 5054 2198 0.25 1 0.812 5014 2747 0 0.25 1 5054 2198 0.25 1 0.812 2 interp_poly 68 -132 -40 816 5026 1514 3 MP PP 5026 1514 1 0.625 0 4986 2330 0.0625 1 1 5026 1514 1 0.625 0 2 interp_poly 4986 2330 0.0625 1 1 5054 2198 0.25 1 0.812 4986 2330 0.0625 1 1 2 interp_poly 68 126 -40 -756 5050 2728 3 MP PP 5050 2728 0 0.625 1 5010 1972 0.875 1 0.188 5050 2728 0 0.625 1 2 interp_poly 5010 1972 0.875 1 0.188 5078 2098 0.625 1 0.438 5010 1972 0.875 1 0.188 2 interp_poly -40 -878 68 126 5010 1972 3 MP PP 5010 1972 0.875 1 0.188 5078 2098 0.625 1 0.438 5010 1972 0.875 1 0.188 2 interp_poly 5078 2098 0.625 1 0.438 5038 1220 1 0 0 5078 2098 0.625 1 0.438 2 interp_poly 68 -14 -40 -24 5048 4078 3 MP PP 5048 4078 0 0 0.562 5008 4054 0 0 0.562 5048 4078 0 0 0.562 2 interp_poly 5008 4054 0 0 0.562 5076 4040 0 0 0.562 5008 4054 0 0 0.562 2 interp_poly -40 -24 68 -14 5008 4054 3 MP PP 5008 4054 0 0 0.562 5076 4040 0 0 0.562 5008 4054 0 0 0.562 2 interp_poly 5076 4040 0 0 0.562 5036 4016 0 0 0.562 5076 4040 0 0 0.562 2 interp_poly 67 -10 -40 -38 5047 3524 3 MP PP 5047 3524 0 0 0.562 5007 3486 0 0 0.562 5047 3524 0 0 0.562 2 interp_poly 5007 3486 0 0 0.562 5074 3476 0 0 0.562 5007 3486 0 0 0.562 2 interp_poly -40 -56 67 -10 5007 3486 3 MP PP 5007 3486 0 0 0.562 5074 3476 0 0 0.562 5007 3486 0 0 0.562 2 interp_poly 5074 3476 0 0 0.562 5034 3420 0 0 0.625 5074 3476 0 0 0.562 2 interp_poly 68 -14 -40 -24 5043 3693 3 MP PP 5043 3693 0 0 0.562 5003 3669 0 0 0.562 5043 3693 0 0 0.562 2 interp_poly 5003 3669 0 0 0.562 5071 3655 0 0 0.562 5003 3669 0 0 0.562 2 interp_poly -40 -24 68 -14 5003 3669 3 MP PP 5003 3669 0 0 0.562 5071 3655 0 0 0.562 5003 3669 0 0 0.562 2 interp_poly 5071 3655 0 0 0.562 5031 3631 0 0 0.562 5071 3655 0 0 0.562 2 interp_poly 68 -14 -40 -24 5039 3855 3 MP PP 5039 3855 0 0 0.562 4999 3831 0 0 0.562 5039 3855 0 0 0.562 2 interp_poly 4999 3831 0 0 0.562 5067 3817 0 0 0.562 4999 3831 0 0 0.562 2 interp_poly -40 -24 68 -14 4999 3831 3 MP PP 4999 3831 0 0 0.562 5067 3817 0 0 0.562 4999 3831 0 0 0.562 2 interp_poly 5067 3817 0 0 0.562 5027 3793 0 0 0.562 5067 3817 0 0 0.562 2 interp_poly 68 -54 -40 -236 5038 1220 3 MP PP 5038 1220 1 0 0 4998 984 0.625 0 0 5038 1220 1 0 0 2 interp_poly 4998 984 0.625 0 0 5066 930 0.562 0 0 4998 984 0.625 0 0 2 interp_poly 67 -14 -40 -24 5036 4016 3 MP PP 5036 4016 0 0 0.562 4996 3992 0 0 0.562 5036 4016 0 0 0.562 2 interp_poly 4996 3992 0 0 0.562 5063 3978 0 0 0.562 4996 3992 0 0 0.562 2 interp_poly -40 -24 67 -14 4996 3992 3 MP PP 4996 3992 0 0 0.562 5063 3978 0 0 0.562 4996 3992 0 0 0.562 2 interp_poly 5063 3978 0 0 0.562 5023 3954 0 0 0.562 5063 3978 0 0 0.562 2 interp_poly 68 6 -40 -109 5034 3420 3 MP PP 5034 3420 0 0 0.625 4994 3311 0 0 0.75 5034 3420 0 0 0.625 2 interp_poly 4994 3311 0 0 0.75 5062 3317 0 0 0.75 4994 3311 0 0 0.75 2 interp_poly -40 -211 68 6 4994 3311 3 MP PP 4994 3311 0 0 0.75 5062 3317 0 0 0.75 4994 3311 0 0 0.75 2 interp_poly 5062 3317 0 0 0.75 5022 3106 0 0.0625 1 5062 3317 0 0 0.75 2 interp_poly 68 -13 -40 -25 5032 4178 3 MP PP 5032 4178 0 0 0.562 4992 4153 0 0 0.562 5032 4178 0 0 0.562 2 interp_poly 4992 4153 0 0 0.562 5060 4140 0 0 0.562 4992 4153 0 0 0.562 2 interp_poly -40 -24 68 -13 4992 4153 3 MP PP 4992 4153 0 0 0.562 5060 4140 0 0 0.562 4992 4153 0 0 0.562 2 interp_poly 5060 4140 0 0 0.562 5020 4116 0 0 0.562 5060 4140 0 0 0.562 2 interp_poly 68 -14 -40 -25 5031 3631 3 MP PP 5031 3631 0 0 0.562 4991 3606 0 0 0.562 5031 3631 0 0 0.562 2 interp_poly 4991 3606 0 0 0.562 5059 3592 0 0 0.562 4991 3606 0 0 0.562 2 interp_poly -40 -26 68 -14 4991 3606 3 MP PP 4991 3606 0 0 0.562 5059 3592 0 0 0.562 4991 3606 0 0 0.562 2 interp_poly 5059 3592 0 0 0.562 5019 3566 0 0 0.562 5059 3592 0 0 0.562 2 interp_poly 68 -14 -40 -24 5027 3793 3 MP PP 5027 3793 0 0 0.562 4987 3769 0 0 0.562 5027 3793 0 0 0.562 2 interp_poly 4987 3769 0 0 0.562 5055 3755 0 0 0.562 4987 3769 0 0 0.562 2 interp_poly -40 -24 68 -14 4987 3769 3 MP PP 4987 3769 0 0 0.562 5055 3755 0 0 0.562 4987 3769 0 0 0.562 2 interp_poly 5055 3755 0 0 0.562 5015 3731 0 0 0.562 5055 3755 0 0 0.562 2 interp_poly 68 -13 -40 -24 5023 3954 3 MP PP 5023 3954 0 0 0.562 4983 3930 0 0 0.562 5023 3954 0 0 0.562 2 interp_poly 4983 3930 0 0 0.562 5051 3917 0 0 0.562 4983 3930 0 0 0.562 2 interp_poly -40 -25 68 -13 4983 3930 3 MP PP 4983 3930 0 0 0.562 5051 3917 0 0 0.562 4983 3930 0 0 0.562 2 interp_poly 5051 3917 0 0 0.562 5011 3892 0 0 0.562 5051 3917 0 0 0.562 2 interp_poly -40 242 68 -73 4946 2820 3 MP PP 4946 2820 0 0.188 1 5014 2747 0 0.25 1 4946 2820 0 0.188 1 2 interp_poly 5014 2747 0 0.25 1 4974 2989 0 0 0.812 5014 2747 0 0.25 1 2 interp_poly 68 -73 -40 490 4986 2330 3 MP PP 4986 2330 0.0625 1 1 4946 2820 0 0.188 1 4986 2330 0.0625 1 1 2 interp_poly 4946 2820 0 0.188 1 5014 2747 0 0.25 1 4946 2820 0 0.188 1 2 interp_poly 68 79 -40 -457 5022 3106 3 MP PP 5022 3106 0 0.0625 1 4982 2649 0 0.75 1 5022 3106 0 0.0625 1 2 interp_poly 4982 2649 0 0.75 1 5050 2728 0 0.625 1 4982 2649 0 0.75 1 2 interp_poly -40 -756 68 79 4982 2649 3 MP PP 4982 2649 0 0.75 1 5050 2728 0 0.625 1 4982 2649 0 0.75 1 2 interp_poly 5050 2728 0 0.625 1 5010 1972 0.875 1 0.188 5050 2728 0 0.625 1 2 interp_poly 68 -14 -40 -24 5020 4116 3 MP PP 5020 4116 0 0 0.562 4980 4092 0 0 0.562 5020 4116 0 0 0.562 2 interp_poly 4980 4092 0 0 0.562 5048 4078 0 0 0.562 4980 4092 0 0 0.562 2 interp_poly -40 -24 68 -14 4980 4092 3 MP PP 4980 4092 0 0 0.562 5048 4078 0 0 0.562 4980 4092 0 0 0.562 2 interp_poly 5048 4078 0 0 0.562 5008 4054 0 0 0.562 5048 4078 0 0 0.562 2 interp_poly 68 -12 -40 -30 5019 3566 3 MP PP 5019 3566 0 0 0.562 4979 3536 0 0 0.562 5019 3566 0 0 0.562 2 interp_poly 4979 3536 0 0 0.562 5047 3524 0 0 0.562 4979 3536 0 0 0.562 2 interp_poly -40 -38 68 -12 4979 3536 3 MP PP 4979 3536 0 0 0.562 5047 3524 0 0 0.562 4979 3536 0 0 0.562 2 interp_poly 5047 3524 0 0 0.562 5007 3486 0 0 0.562 5047 3524 0 0 0.562 2 interp_poly 68 -14 -40 -24 5015 3731 3 MP PP 5015 3731 0 0 0.562 4975 3707 0 0 0.562 5015 3731 0 0 0.562 2 interp_poly 4975 3707 0 0 0.562 5043 3693 0 0 0.562 4975 3707 0 0 0.562 2 interp_poly -40 -24 68 -14 4975 3707 3 MP PP 4975 3707 0 0 0.562 5043 3693 0 0 0.562 4975 3707 0 0 0.562 2 interp_poly 5043 3693 0 0 0.562 5003 3669 0 0 0.562 5043 3693 0 0 0.562 2 interp_poly 68 -13 -40 -24 5011 3892 3 MP PP 5011 3892 0 0 0.562 4971 3868 0 0 0.562 5011 3892 0 0 0.562 2 interp_poly 4971 3868 0 0 0.562 5039 3855 0 0 0.562 4971 3868 0 0 0.562 2 interp_poly -40 -24 68 -13 4971 3868 3 MP PP 4971 3868 0 0 0.562 5039 3855 0 0 0.562 4971 3868 0 0 0.562 2 interp_poly 5039 3855 0 0 0.562 4999 3831 0 0 0.562 5039 3855 0 0 0.562 2 interp_poly -40 687 68 -81 4930 1065 3 MP PP 4930 1065 0.75 0 0 4998 984 0.625 0 0 4930 1065 0.75 0 0 2 interp_poly 4998 984 0.625 0 0 4958 1671 1 0.812 0 4998 984 0.625 0 0 2 interp_poly -40 816 68 -157 4958 1671 3 MP PP 4958 1671 1 0.812 0 5026 1514 1 0.625 0 4958 1671 1 0.812 0 2 interp_poly 5026 1514 1 0.625 0 4986 2330 0.0625 1 1 5026 1514 1 0.625 0 2 interp_poly 68 -157 -40 687 4998 984 3 MP PP 4998 984 0.625 0 0 4958 1671 1 0.812 0 4998 984 0.625 0 0 2 interp_poly 4958 1671 1 0.812 0 5026 1514 1 0.625 0 4958 1671 1 0.812 0 2 interp_poly 68 89 -40 -841 5010 1972 3 MP PP 5010 1972 0.875 1 0.188 4970 1131 0.812 0 0 5010 1972 0.875 1 0.188 2 interp_poly 4970 1131 0.812 0 0 5038 1220 1 0 0 4970 1131 0.812 0 0 2 interp_poly -40 -236 68 89 4970 1131 3 MP PP 4970 1131 0.812 0 0 5038 1220 1 0 0 4970 1131 0.812 0 0 2 interp_poly 5038 1220 1 0 0 4998 984 0.625 0 0 5038 1220 1 0 0 2 interp_poly 68 -14 -40 -24 5008 4054 3 MP PP 5008 4054 0 0 0.562 4968 4030 0 0 0.562 5008 4054 0 0 0.562 2 interp_poly 4968 4030 0 0 0.562 5036 4016 0 0 0.562 4968 4030 0 0 0.562 2 interp_poly -40 -24 68 -14 4968 4030 3 MP PP 4968 4030 0 0 0.562 5036 4016 0 0 0.562 4968 4030 0 0 0.562 2 interp_poly 5036 4016 0 0 0.562 4996 3992 0 0 0.562 5036 4016 0 0 0.562 2 interp_poly 67 -5 -40 -61 5007 3486 3 MP PP 5007 3486 0 0 0.562 4967 3425 0 0 0.625 5007 3486 0 0 0.562 2 interp_poly 4967 3425 0 0 0.625 5034 3420 0 0 0.625 4967 3425 0 0 0.625 2 interp_poly -40 -109 67 -5 4967 3425 3 MP PP 4967 3425 0 0 0.625 5034 3420 0 0 0.625 4967 3425 0 0 0.625 2 interp_poly 5034 3420 0 0 0.625 4994 3311 0 0 0.75 5034 3420 0 0 0.625 2 interp_poly -40 -25 68 -13 4964 4191 3 MP PP 4964 4191 0 0 0.562 5032 4178 0 0 0.562 4964 4191 0 0 0.562 2 interp_poly 5032 4178 0 0 0.562 4992 4153 0 0 0.562 5032 4178 0 0 0.562 2 interp_poly 68 -13 -40 -25 5003 3669 3 MP PP 5003 3669 0 0 0.562 4963 3644 0 0 0.562 5003 3669 0 0 0.562 2 interp_poly 4963 3644 0 0 0.562 5031 3631 0 0 0.562 4963 3644 0 0 0.562 2 interp_poly -40 -25 68 -13 4963 3644 3 MP PP 4963 3644 0 0 0.562 5031 3631 0 0 0.562 4963 3644 0 0 0.562 2 interp_poly 5031 3631 0 0 0.562 4991 3606 0 0 0.562 5031 3631 0 0 0.562 2 interp_poly 68 -14 -40 -24 4999 3831 3 MP PP 4999 3831 0 0 0.562 4959 3807 0 0 0.562 4999 3831 0 0 0.562 2 interp_poly 4959 3807 0 0 0.562 5027 3793 0 0 0.562 4959 3807 0 0 0.562 2 interp_poly -40 -24 68 -14 4959 3807 3 MP PP 4959 3807 0 0 0.562 5027 3793 0 0 0.562 4959 3807 0 0 0.562 2 interp_poly 5027 3793 0 0 0.562 4987 3769 0 0 0.562 5027 3793 0 0 0.562 2 interp_poly 67 -14 -40 -24 4996 3992 3 MP PP 4996 3992 0 0 0.562 4956 3968 0 0 0.562 4996 3992 0 0 0.562 2 interp_poly 4956 3968 0 0 0.562 5023 3954 0 0 0.562 4956 3968 0 0 0.562 2 interp_poly -40 -24 67 -14 4956 3968 3 MP PP 4956 3968 0 0 0.562 5023 3954 0 0 0.562 4956 3968 0 0 0.562 2 interp_poly 5023 3954 0 0 0.562 4983 3930 0 0 0.562 5023 3954 0 0 0.562 2 interp_poly 68 34 -40 -239 4994 3311 3 MP PP 4994 3311 0 0 0.75 4954 3072 0 0.125 1 4994 3311 0 0 0.75 2 interp_poly 4954 3072 0 0.125 1 5022 3106 0 0.0625 1 4954 3072 0 0.125 1 2 interp_poly -40 83 68 -38 4906 3027 3 MP PP 4906 3027 0 0 0.75 4974 2989 0 0 0.812 4906 3027 0 0 0.75 2 interp_poly 4974 2989 0 0 0.812 4934 3072 0 0 0.625 4974 2989 0 0 0.812 2 interp_poly 68 -38 -40 207 4946 2820 3 MP PP 4946 2820 0 0.188 1 4906 3027 0 0 0.75 4946 2820 0 0.188 1 2 interp_poly 4906 3027 0 0 0.75 4974 2989 0 0 0.812 4906 3027 0 0 0.75 2 interp_poly -40 -457 68 34 4954 3072 3 MP PP 4954 3072 0 0.125 1 5022 3106 0 0.0625 1 4954 3072 0 0.125 1 2 interp_poly 5022 3106 0 0.0625 1 4982 2649 0 0.75 1 5022 3106 0 0.0625 1 2 interp_poly 68 -13 -40 -24 4992 4153 3 MP PP 4992 4153 0 0 0.562 4952 4129 0 0 0.562 4992 4153 0 0 0.562 2 interp_poly 4952 4129 0 0 0.562 5020 4116 0 0 0.562 4952 4129 0 0 0.562 2 interp_poly -40 -24 68 -13 4952 4129 3 MP PP 4952 4129 0 0 0.562 5020 4116 0 0 0.562 4952 4129 0 0 0.562 2 interp_poly 5020 4116 0 0 0.562 4980 4092 0 0 0.562 5020 4116 0 0 0.562 2 interp_poly 68 -13 -40 -27 4991 3606 3 MP PP 4991 3606 0 0 0.562 4951 3579 0 0 0.562 4991 3606 0 0 0.562 2 interp_poly 4951 3579 0 0 0.562 5019 3566 0 0 0.562 4951 3579 0 0 0.562 2 interp_poly -40 -30 68 -13 4951 3579 3 MP PP 4951 3579 0 0 0.562 5019 3566 0 0 0.562 4951 3579 0 0 0.562 2 interp_poly 5019 3566 0 0 0.562 4979 3536 0 0 0.562 5019 3566 0 0 0.562 2 interp_poly 68 -14 -40 -24 4987 3769 3 MP PP 4987 3769 0 0 0.562 4947 3745 0 0 0.562 4987 3769 0 0 0.562 2 interp_poly 4947 3745 0 0 0.562 5015 3731 0 0 0.562 4947 3745 0 0 0.562 2 interp_poly -40 -24 68 -14 4947 3745 3 MP PP 4947 3745 0 0 0.562 5015 3731 0 0 0.562 4947 3745 0 0 0.562 2 interp_poly 5015 3731 0 0 0.562 4975 3707 0 0 0.562 5015 3731 0 0 0.562 2 interp_poly 68 -14 -40 -24 4983 3930 3 MP PP 4983 3930 0 0 0.562 4943 3906 0 0 0.562 4983 3930 0 0 0.562 2 interp_poly 4943 3906 0 0 0.562 5011 3892 0 0 0.562 4943 3906 0 0 0.562 2 interp_poly -40 -24 68 -14 4943 3906 3 MP PP 4943 3906 0 0 0.562 5011 3892 0 0 0.562 4943 3906 0 0 0.562 2 interp_poly 5011 3892 0 0 0.562 4971 3868 0 0 0.562 5011 3892 0 0 0.562 2 interp_poly -40 780 68 -158 4890 1829 3 MP PP 4890 1829 1 1 0.0625 4958 1671 1 0.812 0 4890 1829 1 1 0.0625 2 interp_poly 4958 1671 1 0.812 0 4918 2451 0 0.875 1 4958 1671 1 0.812 0 2 interp_poly -40 490 68 -121 4918 2451 3 MP PP 4918 2451 0 0.875 1 4986 2330 0.0625 1 1 4918 2451 0 0.875 1 2 interp_poly 4986 2330 0.0625 1 1 4946 2820 0 0.188 1 4986 2330 0.0625 1 1 2 interp_poly 68 -121 -40 780 4958 1671 3 MP PP 4958 1671 1 0.812 0 4918 2451 0 0.875 1 4958 1671 1 0.812 0 2 interp_poly 4918 2451 0 0.875 1 4986 2330 0.0625 1 1 4918 2451 0 0.875 1 2 interp_poly 68 130 -40 -807 4982 2649 3 MP PP 4982 2649 0 0.75 1 4942 1842 1 0.938 0 4982 2649 0 0.75 1 2 interp_poly 4942 1842 1 0.938 0 5010 1972 0.875 1 0.188 4942 1842 1 0.938 0 2 interp_poly 68 -158 -40 764 4930 1065 3 MP PP 4930 1065 0.75 0 0 4890 1829 1 1 0.0625 4930 1065 0.75 0 0 2 interp_poly 4890 1829 1 1 0.0625 4958 1671 1 0.812 0 4890 1829 1 1 0.0625 2 interp_poly -40 -841 68 130 4942 1842 3 MP PP 4942 1842 1 0.938 0 5010 1972 0.875 1 0.188 4942 1842 1 0.938 0 2 interp_poly 5010 1972 0.875 1 0.188 4970 1131 0.812 0 0 5010 1972 0.875 1 0.188 2 interp_poly 68 -14 -40 -24 4980 4092 3 MP PP 4980 4092 0 0 0.562 4940 4068 0 0 0.562 4980 4092 0 0 0.562 2 interp_poly 4940 4068 0 0 0.562 5008 4054 0 0 0.562 4940 4068 0 0 0.562 2 interp_poly -40 -24 68 -14 4940 4068 3 MP PP 4940 4068 0 0 0.562 5008 4054 0 0 0.562 4940 4068 0 0 0.562 2 interp_poly 5008 4054 0 0 0.562 4968 4030 0 0 0.562 5008 4054 0 0 0.562 2 interp_poly 68 -10 -40 -40 4979 3536 3 MP PP 4979 3536 0 0 0.562 4939 3496 0 0 0.562 4979 3536 0 0 0.562 2 interp_poly 4939 3496 0 0 0.562 5007 3486 0 0 0.562 4939 3496 0 0 0.562 2 interp_poly -40 -61 68 -10 4939 3496 3 MP PP 4939 3496 0 0 0.562 5007 3486 0 0 0.562 4939 3496 0 0 0.562 2 interp_poly 5007 3486 0 0 0.562 4967 3425 0 0 0.625 5007 3486 0 0 0.562 2 interp_poly 68 -14 -40 -24 4975 3707 3 MP PP 4975 3707 0 0 0.562 4935 3683 0 0 0.562 4975 3707 0 0 0.562 2 interp_poly 4935 3683 0 0 0.562 5003 3669 0 0 0.562 4935 3683 0 0 0.562 2 interp_poly -40 -25 68 -14 4935 3683 3 MP PP 4935 3683 0 0 0.562 5003 3669 0 0 0.562 4935 3683 0 0 0.562 2 interp_poly 5003 3669 0 0 0.562 4963 3644 0 0 0.562 5003 3669 0 0 0.562 2 interp_poly 68 -13 -40 -24 4971 3868 3 MP PP 4971 3868 0 0 0.562 4931 3844 0 0 0.562 4971 3868 0 0 0.562 2 interp_poly 4931 3844 0 0 0.562 4999 3831 0 0 0.562 4931 3844 0 0 0.562 2 interp_poly -40 -24 68 -13 4931 3844 3 MP PP 4931 3844 0 0 0.562 4999 3831 0 0 0.562 4931 3844 0 0 0.562 2 interp_poly 4999 3831 0 0 0.562 4959 3807 0 0 0.562 4999 3831 0 0 0.562 2 interp_poly 68 -81 -40 -66 4970 1131 3 MP PP 4970 1131 0.812 0 0 4930 1065 0.75 0 0 4970 1131 0.812 0 0 2 interp_poly 4930 1065 0.75 0 0 4998 984 0.625 0 0 4930 1065 0.75 0 0 2 interp_poly 68 -14 -40 -24 4968 4030 3 MP PP 4968 4030 0 0 0.562 4928 4006 0 0 0.562 4968 4030 0 0 0.562 2 interp_poly 4928 4006 0 0 0.562 4996 3992 0 0 0.562 4928 4006 0 0 0.562 2 interp_poly -40 -24 68 -14 4928 4006 3 MP PP 4928 4006 0 0 0.562 4996 3992 0 0 0.562 4928 4006 0 0 0.562 2 interp_poly 4996 3992 0 0 0.562 4956 3968 0 0 0.562 4996 3992 0 0 0.562 2 interp_poly 67 9 -40 -123 4967 3425 3 MP PP 4967 3425 0 0 0.625 4927 3302 0 0 0.812 4967 3425 0 0 0.625 2 interp_poly 4927 3302 0 0 0.812 4994 3311 0 0 0.75 4927 3302 0 0 0.812 2 interp_poly -40 -239 67 9 4927 3302 3 MP PP 4927 3302 0 0 0.812 4994 3311 0 0 0.75 4927 3302 0 0 0.812 2 interp_poly 4994 3311 0 0 0.75 4954 3072 0 0.125 1 4994 3311 0 0 0.75 2 interp_poly 68 -14 -40 -24 4964 4191 3 MP PP 4964 4191 0 0 0.562 4924 4167 0 0 0.562 4964 4191 0 0 0.562 2 interp_poly 4924 4167 0 0 0.562 4992 4153 0 0 0.562 4924 4167 0 0 0.562 2 interp_poly -40 -24 68 -14 4924 4167 3 MP PP 4924 4167 0 0 0.562 4992 4153 0 0 0.562 4924 4167 0 0 0.562 2 interp_poly 4992 4153 0 0 0.562 4952 4129 0 0 0.562 4992 4153 0 0 0.562 2 interp_poly 68 -13 -40 -25 4963 3644 3 MP PP 4963 3644 0 0 0.562 4923 3619 0 0 0.562 4963 3644 0 0 0.562 2 interp_poly 4923 3619 0 0 0.562 4991 3606 0 0 0.562 4923 3619 0 0 0.562 2 interp_poly -40 -27 68 -13 4923 3619 3 MP PP 4923 3619 0 0 0.562 4991 3606 0 0 0.562 4923 3619 0 0 0.562 2 interp_poly 4991 3606 0 0 0.562 4951 3579 0 0 0.562 4991 3606 0 0 0.562 2 interp_poly 68 -13 -40 -25 4959 3807 3 MP PP 4959 3807 0 0 0.562 4919 3782 0 0 0.562 4959 3807 0 0 0.562 2 interp_poly 4919 3782 0 0 0.562 4987 3769 0 0 0.562 4919 3782 0 0 0.562 2 interp_poly -40 -24 68 -13 4919 3782 3 MP PP 4919 3782 0 0 0.562 4987 3769 0 0 0.562 4919 3782 0 0 0.562 2 interp_poly 4987 3769 0 0 0.562 4947 3745 0 0 0.562 4987 3769 0 0 0.562 2 interp_poly 67 -14 -40 -24 4956 3968 3 MP PP 4956 3968 0 0 0.562 4916 3944 0 0 0.562 4956 3968 0 0 0.562 2 interp_poly 4916 3944 0 0 0.562 4983 3930 0 0 0.562 4916 3944 0 0 0.562 2 interp_poly -40 -24 67 -14 4916 3944 3 MP PP 4916 3944 0 0 0.562 4983 3930 0 0 0.562 4916 3944 0 0 0.562 2 interp_poly 4983 3930 0 0 0.562 4943 3906 0 0 0.562 4983 3930 0 0 0.562 2 interp_poly -40 207 68 -66 4878 2886 3 MP PP 4878 2886 0 0.0625 1 4946 2820 0 0.188 1 4878 2886 0 0.0625 1 2 interp_poly 4946 2820 0 0.188 1 4906 3027 0 0 0.75 4946 2820 0 0.188 1 2 interp_poly 68 -66 -40 435 4918 2451 3 MP PP 4918 2451 0 0.875 1 4878 2886 0 0.0625 1 4918 2451 0 0.875 1 2 interp_poly 4878 2886 0 0.0625 1 4946 2820 0 0.188 1 4878 2886 0 0.0625 1 2 interp_poly 68 89 -40 -512 4954 3072 3 MP PP 4954 3072 0 0.125 1 4914 2560 0 0.938 1 4954 3072 0 0.125 1 2 interp_poly 4914 2560 0 0.938 1 4982 2649 0 0.75 1 4914 2560 0 0.938 1 2 interp_poly -40 -807 68 89 4914 2560 3 MP PP 4914 2560 0 0.938 1 4982 2649 0 0.75 1 4914 2560 0 0.938 1 2 interp_poly 4982 2649 0 0.75 1 4942 1842 1 0.938 0 4982 2649 0 0.75 1 2 interp_poly 68 -13 -40 -24 4952 4129 3 MP PP 4952 4129 0 0 0.562 4912 4105 0 0 0.562 4952 4129 0 0 0.562 2 interp_poly 4912 4105 0 0 0.562 4980 4092 0 0 0.562 4912 4105 0 0 0.562 2 interp_poly -40 -24 68 -13 4912 4105 3 MP PP 4912 4105 0 0 0.562 4980 4092 0 0 0.562 4912 4105 0 0 0.562 2 interp_poly 4980 4092 0 0 0.562 4940 4068 0 0 0.562 4980 4092 0 0 0.562 2 interp_poly 68 -12 -40 -31 4951 3579 3 MP PP 4951 3579 0 0 0.562 4911 3548 0 0 0.562 4951 3579 0 0 0.562 2 interp_poly 4911 3548 0 0 0.562 4979 3536 0 0 0.562 4911 3548 0 0 0.562 2 interp_poly -40 -40 68 -12 4911 3548 3 MP PP 4911 3548 0 0 0.562 4979 3536 0 0 0.562 4911 3548 0 0 0.562 2 interp_poly 4979 3536 0 0 0.562 4939 3496 0 0 0.562 4979 3536 0 0 0.562 2 interp_poly 68 -13 -40 -25 4947 3745 3 MP PP 4947 3745 0 0 0.562 4907 3720 0 0 0.562 4947 3745 0 0 0.562 2 interp_poly 4907 3720 0 0 0.562 4975 3707 0 0 0.562 4907 3720 0 0 0.562 2 interp_poly -40 -24 68 -13 4907 3720 3 MP PP 4907 3720 0 0 0.562 4975 3707 0 0 0.562 4907 3720 0 0 0.562 2 interp_poly 4975 3707 0 0 0.562 4935 3683 0 0 0.562 4975 3707 0 0 0.562 2 interp_poly 68 -14 -40 -24 4943 3906 3 MP PP 4943 3906 0 0 0.562 4903 3882 0 0 0.562 4943 3906 0 0 0.562 2 interp_poly 4903 3882 0 0 0.562 4971 3868 0 0 0.562 4903 3882 0 0 0.562 2 interp_poly -40 -24 68 -14 4903 3882 3 MP PP 4903 3882 0 0 0.562 4971 3868 0 0 0.562 4903 3882 0 0 0.562 2 interp_poly 4971 3868 0 0 0.562 4931 3844 0 0 0.562 4971 3868 0 0 0.562 2 interp_poly -40 764 68 -105 4862 1170 3 MP PP 4862 1170 0.875 0 0 4930 1065 0.75 0 0 4862 1170 0.875 0 0 2 interp_poly 4930 1065 0.75 0 0 4890 1829 1 1 0.0625 4930 1065 0.75 0 0 2 interp_poly 68 -105 -40 106 4902 1064 3 MP PP 4902 1064 0.688 0 0 4862 1170 0.875 0 0 4902 1064 0.688 0 0 2 interp_poly 4862 1170 0.875 0 0 4930 1065 0.75 0 0 4862 1170 0.875 0 0 2 interp_poly 68 67 -40 -778 4942 1842 3 MP PP 4942 1842 1 0.938 0 4902 1064 0.688 0 0 4942 1842 1 0.938 0 2 interp_poly 4902 1064 0.688 0 0 4970 1131 0.812 0 0 4902 1064 0.688 0 0 2 interp_poly -40 -66 68 67 4902 1064 3 MP PP 4902 1064 0.688 0 0 4970 1131 0.812 0 0 4902 1064 0.688 0 0 2 interp_poly 4970 1131 0.812 0 0 4930 1065 0.75 0 0 4970 1131 0.812 0 0 2 interp_poly 68 -13 -40 -25 4940 4068 3 MP PP 4940 4068 0 0 0.562 4900 4043 0 0 0.562 4940 4068 0 0 0.562 2 interp_poly 4900 4043 0 0 0.562 4968 4030 0 0 0.562 4900 4043 0 0 0.562 2 interp_poly -40 -24 68 -13 4900 4043 3 MP PP 4900 4043 0 0 0.562 4968 4030 0 0 0.562 4900 4043 0 0 0.562 2 interp_poly 4968 4030 0 0 0.562 4928 4006 0 0 0.562 4968 4030 0 0 0.562 2 interp_poly 68 -3 -40 -68 4939 3496 3 MP PP 4939 3496 0 0 0.562 4899 3428 0 0 0.625 4939 3496 0 0 0.562 2 interp_poly 4899 3428 0 0 0.625 4967 3425 0 0 0.625 4899 3428 0 0 0.625 2 interp_poly -40 -123 68 -3 4899 3428 3 MP PP 4899 3428 0 0 0.625 4967 3425 0 0 0.625 4899 3428 0 0 0.625 2 interp_poly 4967 3425 0 0 0.625 4927 3302 0 0 0.812 4967 3425 0 0 0.625 2 interp_poly -40 -24 68 -14 4896 4205 3 MP PP 4896 4205 0 0 0.562 4964 4191 0 0 0.562 4896 4205 0 0 0.562 2 interp_poly 4964 4191 0 0 0.562 4924 4167 0 0 0.562 4964 4191 0 0 0.562 2 interp_poly 68 -14 -40 -25 4935 3683 3 MP PP 4935 3683 0 0 0.562 4895 3658 0 0 0.562 4935 3683 0 0 0.562 2 interp_poly 4895 3658 0 0 0.562 4963 3644 0 0 0.562 4895 3658 0 0 0.562 2 interp_poly -40 -25 68 -14 4895 3658 3 MP PP 4895 3658 0 0 0.562 4963 3644 0 0 0.562 4895 3658 0 0 0.562 2 interp_poly 4963 3644 0 0 0.562 4923 3619 0 0 0.562 4963 3644 0 0 0.562 2 interp_poly 68 -13 -40 -24 4931 3844 3 MP PP 4931 3844 0 0 0.562 4891 3820 0 0 0.562 4931 3844 0 0 0.562 2 interp_poly 4891 3820 0 0 0.562 4959 3807 0 0 0.562 4891 3820 0 0 0.562 2 interp_poly -40 -25 68 -13 4891 3820 3 MP PP 4891 3820 0 0 0.562 4959 3807 0 0 0.562 4891 3820 0 0 0.562 2 interp_poly 4959 3807 0 0 0.562 4919 3782 0 0 0.562 4959 3807 0 0 0.562 2 interp_poly 68 -14 -40 -24 4928 4006 3 MP PP 4928 4006 0 0 0.562 4888 3982 0 0 0.562 4928 4006 0 0 0.562 2 interp_poly 4888 3982 0 0 0.562 4956 3968 0 0 0.562 4888 3982 0 0 0.562 2 interp_poly -40 -24 68 -14 4888 3982 3 MP PP 4888 3982 0 0 0.562 4956 3968 0 0 0.562 4888 3982 0 0 0.562 2 interp_poly 4956 3968 0 0 0.562 4916 3944 0 0 0.562 4956 3968 0 0 0.562 2 interp_poly -40 -19 68 -15 4786 3095 3 MP PP 4786 3095 0 0 0.562 4854 3080 0 0 0.562 4786 3095 0 0 0.562 2 interp_poly 4854 3080 0 0 0.562 4814 3061 0 0 0.562 4854 3080 0 0 0.562 2 interp_poly 68 -15 -40 -11 4826 3106 3 MP PP 4826 3106 0 0 0.562 4786 3095 0 0 0.562 4826 3106 0 0 0.562 2 interp_poly 4786 3095 0 0 0.562 4854 3080 0 0 0.562 4786 3095 0 0 0.562 2 interp_poly -40 -9 68 -17 4826 3106 3 MP PP 4826 3106 0 0 0.562 4894 3089 0 0 0.562 4826 3106 0 0 0.562 2 interp_poly 4894 3089 0 0 0.562 4854 3080 0 0 0.562 4894 3089 0 0 0.562 2 interp_poly -40 68 68 -35 4838 3062 3 MP PP 4838 3062 0 0 0.75 4906 3027 0 0 0.75 4838 3062 0 0 0.75 2 interp_poly 4906 3027 0 0 0.75 4866 3095 0 0 0.625 4906 3027 0 0 0.75 2 interp_poly 68 -35 -40 176 4878 2886 3 MP PP 4878 2886 0 0.0625 1 4838 3062 0 0 0.75 4878 2886 0 0.0625 1 2 interp_poly 4838 3062 0 0 0.75 4906 3027 0 0 0.75 4838 3062 0 0 0.75 2 interp_poly -40 17 68 -23 4866 3095 3 MP PP 4866 3095 0 0 0.625 4934 3072 0 0 0.625 4866 3095 0 0 0.625 2 interp_poly 4934 3072 0 0 0.625 4894 3089 0 0 0.562 4934 3072 0 0 0.625 2 interp_poly 68 -23 -40 68 4906 3027 3 MP PP 4906 3027 0 0 0.75 4866 3095 0 0 0.625 4906 3027 0 0 0.75 2 interp_poly 4866 3095 0 0 0.625 4934 3072 0 0 0.625 4866 3095 0 0 0.625 2 interp_poly 67 42 -40 -272 4927 3302 3 MP PP 4927 3302 0 0 0.812 4887 3030 0 0.188 1 4927 3302 0 0 0.812 2 interp_poly 4887 3030 0 0.188 1 4954 3072 0 0.125 1 4887 3030 0 0.188 1 2 interp_poly -40 -512 67 42 4887 3030 3 MP PP 4887 3030 0 0.188 1 4954 3072 0 0.125 1 4887 3030 0 0.188 1 2 interp_poly 4954 3072 0 0.125 1 4914 2560 0 0.938 1 4954 3072 0 0.125 1 2 interp_poly 68 -14 -40 -24 4924 4167 3 MP PP 4924 4167 0 0 0.562 4884 4143 0 0 0.562 4924 4167 0 0 0.562 2 interp_poly 4884 4143 0 0 0.562 4952 4129 0 0 0.562 4884 4143 0 0 0.562 2 interp_poly -40 -24 68 -14 4884 4143 3 MP PP 4884 4143 0 0 0.562 4952 4129 0 0 0.562 4884 4143 0 0 0.562 2 interp_poly 4952 4129 0 0 0.562 4912 4105 0 0 0.562 4952 4129 0 0 0.562 2 interp_poly 68 -13 -40 -27 4923 3619 3 MP PP 4923 3619 0 0 0.562 4883 3592 0 0 0.562 4923 3619 0 0 0.562 2 interp_poly 4883 3592 0 0 0.562 4951 3579 0 0 0.562 4883 3592 0 0 0.562 2 interp_poly -40 -31 68 -13 4883 3592 3 MP PP 4883 3592 0 0 0.562 4951 3579 0 0 0.562 4883 3592 0 0 0.562 2 interp_poly 4951 3579 0 0 0.562 4911 3548 0 0 0.562 4951 3579 0 0 0.562 2 interp_poly 68 -13 -40 -24 4919 3782 3 MP PP 4919 3782 0 0 0.562 4879 3758 0 0 0.562 4919 3782 0 0 0.562 2 interp_poly 4879 3758 0 0 0.562 4947 3745 0 0 0.562 4879 3758 0 0 0.562 2 interp_poly -40 -25 68 -13 4879 3758 3 MP PP 4879 3758 0 0 0.562 4947 3745 0 0 0.562 4879 3758 0 0 0.562 2 interp_poly 4947 3745 0 0 0.562 4907 3720 0 0 0.562 4947 3745 0 0 0.562 2 interp_poly 67 -14 -40 -24 4916 3944 3 MP PP 4916 3944 0 0 0.562 4876 3920 0 0 0.562 4916 3944 0 0 0.562 2 interp_poly 4876 3920 0 0 0.562 4943 3906 0 0 0.562 4876 3920 0 0 0.562 2 interp_poly -40 -24 67 -14 4876 3920 3 MP PP 4876 3920 0 0 0.562 4943 3906 0 0 0.562 4876 3920 0 0 0.562 2 interp_poly 4943 3906 0 0 0.562 4903 3882 0 0 0.562 4943 3906 0 0 0.562 2 interp_poly -40 734 68 -156 4822 1985 3 MP PP 4822 1985 0.75 1 0.312 4890 1829 1 1 0.0625 4822 1985 0.75 1 0.312 2 interp_poly 4890 1829 1 1 0.0625 4850 2563 0 0.688 1 4890 1829 1 1 0.0625 2 interp_poly 68 -156 -40 815 4862 1170 3 MP PP 4862 1170 0.875 0 0 4822 1985 0.75 1 0.312 4862 1170 0.875 0 0 2 interp_poly 4822 1985 0.75 1 0.312 4890 1829 1 1 0.0625 4822 1985 0.75 1 0.312 2 interp_poly -40 435 68 -112 4850 2563 3 MP PP 4850 2563 0 0.688 1 4918 2451 0 0.875 1 4850 2563 0 0.688 1 2 interp_poly 4918 2451 0 0.875 1 4878 2886 0 0.0625 1 4918 2451 0 0.875 1 2 interp_poly 68 -112 -40 734 4890 1829 3 MP PP 4890 1829 1 1 0.0625 4850 2563 0 0.688 1 4890 1829 1 1 0.0625 2 interp_poly 4850 2563 0 0.688 1 4918 2451 0 0.875 1 4850 2563 0 0.688 1 2 interp_poly 68 131 -40 -849 4914 2560 3 MP PP 4914 2560 0 0.938 1 4874 1711 1 0.688 0 4914 2560 0 0.938 1 2 interp_poly 4874 1711 1 0.688 0 4942 1842 1 0.938 0 4874 1711 1 0.688 0 2 interp_poly -40 -778 68 131 4874 1711 3 MP PP 4874 1711 1 0.688 0 4942 1842 1 0.938 0 4874 1711 1 0.688 0 2 interp_poly 4942 1842 1 0.938 0 4902 1064 0.688 0 0 4942 1842 1 0.938 0 2 interp_poly 68 -13 -40 -24 4912 4105 3 MP PP 4912 4105 0 0 0.562 4872 4081 0 0 0.562 4912 4105 0 0 0.562 2 interp_poly 4872 4081 0 0 0.562 4940 4068 0 0 0.562 4872 4081 0 0 0.562 2 interp_poly -40 -25 68 -13 4872 4081 3 MP PP 4872 4081 0 0 0.562 4940 4068 0 0 0.562 4872 4081 0 0 0.562 2 interp_poly 4940 4068 0 0 0.562 4900 4043 0 0 0.562 4940 4068 0 0 0.562 2 interp_poly 68 -9 -40 -43 4911 3548 3 MP PP 4911 3548 0 0 0.562 4871 3505 0 0 0.562 4911 3548 0 0 0.562 2 interp_poly 4871 3505 0 0 0.562 4939 3496 0 0 0.562 4871 3505 0 0 0.562 2 interp_poly -40 -68 68 -9 4871 3505 3 MP PP 4871 3505 0 0 0.562 4939 3496 0 0 0.562 4871 3505 0 0 0.562 2 interp_poly 4939 3496 0 0 0.562 4899 3428 0 0 0.625 4939 3496 0 0 0.562 2 interp_poly 68 -13 -40 -24 4907 3720 3 MP PP 4907 3720 0 0 0.562 4867 3696 0 0 0.562 4907 3720 0 0 0.562 2 interp_poly 4867 3696 0 0 0.562 4935 3683 0 0 0.562 4867 3696 0 0 0.562 2 interp_poly -40 -25 68 -13 4867 3696 3 MP PP 4867 3696 0 0 0.562 4935 3683 0 0 0.562 4867 3696 0 0 0.562 2 interp_poly 4935 3683 0 0 0.562 4895 3658 0 0 0.562 4935 3683 0 0 0.562 2 interp_poly 68 -14 -40 -24 4903 3882 3 MP PP 4903 3882 0 0 0.562 4863 3858 0 0 0.562 4903 3882 0 0 0.562 2 interp_poly 4863 3858 0 0 0.562 4931 3844 0 0 0.562 4863 3858 0 0 0.562 2 interp_poly -40 -24 68 -14 4863 3858 3 MP PP 4863 3858 0 0 0.562 4931 3844 0 0 0.562 4863 3858 0 0 0.562 2 interp_poly 4931 3844 0 0 0.562 4891 3820 0 0 0.562 4931 3844 0 0 0.562 2 interp_poly 68 -13 -40 -24 4900 4043 3 MP PP 4900 4043 0 0 0.562 4860 4019 0 0 0.562 4900 4043 0 0 0.562 2 interp_poly 4860 4019 0 0 0.562 4928 4006 0 0 0.562 4860 4019 0 0 0.562 2 interp_poly -40 -24 68 -13 4860 4019 3 MP PP 4860 4019 0 0 0.562 4928 4006 0 0 0.562 4860 4019 0 0 0.562 2 interp_poly 4928 4006 0 0 0.562 4888 3982 0 0 0.562 4928 4006 0 0 0.562 2 interp_poly 68 13 -40 -139 4899 3428 3 MP PP 4899 3428 0 0 0.625 4859 3289 0 0 0.812 4899 3428 0 0 0.625 2 interp_poly 4859 3289 0 0 0.812 4927 3302 0 0 0.812 4859 3289 0 0 0.812 2 interp_poly 68 -17 -40 11 4866 3095 3 MP PP 4866 3095 0 0 0.625 4826 3106 0 0 0.562 4866 3095 0 0 0.625 2 interp_poly 4826 3106 0 0 0.562 4894 3089 0 0 0.562 4826 3106 0 0 0.562 2 interp_poly -40 -272 68 13 4859 3289 3 MP PP 4859 3289 0 0 0.812 4927 3302 0 0 0.812 4859 3289 0 0 0.812 2 interp_poly 4927 3302 0 0 0.812 4887 3030 0 0.188 1 4927 3302 0 0 0.812 2 interp_poly 68 -14 -40 -24 4896 4205 3 MP PP 4896 4205 0 0 0.562 4856 4181 0 0 0.562 4896 4205 0 0 0.562 2 interp_poly 4856 4181 0 0 0.562 4924 4167 0 0 0.562 4856 4181 0 0 0.562 2 interp_poly -40 -24 68 -14 4856 4181 3 MP PP 4856 4181 0 0 0.562 4924 4167 0 0 0.562 4856 4181 0 0 0.562 2 interp_poly 4924 4167 0 0 0.562 4884 4143 0 0 0.562 4924 4167 0 0 0.562 2 interp_poly 68 -14 -40 -25 4895 3658 3 MP PP 4895 3658 0 0 0.562 4855 3633 0 0 0.562 4895 3658 0 0 0.562 2 interp_poly 4855 3633 0 0 0.562 4923 3619 0 0 0.562 4855 3633 0 0 0.562 2 interp_poly -40 -27 68 -14 4855 3633 3 MP PP 4855 3633 0 0 0.562 4923 3619 0 0 0.562 4855 3633 0 0 0.562 2 interp_poly 4923 3619 0 0 0.562 4883 3592 0 0 0.562 4923 3619 0 0 0.562 2 interp_poly 68 -14 -40 -24 4891 3820 3 MP PP 4891 3820 0 0 0.562 4851 3796 0 0 0.562 4891 3820 0 0 0.562 2 interp_poly 4851 3796 0 0 0.562 4919 3782 0 0 0.562 4851 3796 0 0 0.562 2 interp_poly -40 -24 68 -14 4851 3796 3 MP PP 4851 3796 0 0 0.562 4919 3782 0 0 0.562 4851 3796 0 0 0.562 2 interp_poly 4919 3782 0 0 0.562 4879 3758 0 0 0.562 4919 3782 0 0 0.562 2 interp_poly 68 -14 -40 -24 4888 3982 3 MP PP 4888 3982 0 0 0.562 4848 3958 0 0 0.562 4888 3982 0 0 0.562 2 interp_poly 4848 3958 0 0 0.562 4916 3944 0 0 0.562 4848 3958 0 0 0.562 2 interp_poly -40 -24 68 -14 4848 3958 3 MP PP 4848 3958 0 0 0.562 4916 3944 0 0 0.562 4848 3958 0 0 0.562 2 interp_poly 4916 3944 0 0 0.562 4876 3920 0 0 0.562 4916 3944 0 0 0.562 2 interp_poly -40 176 68 -59 4810 2945 3 MP PP 4810 2945 0 0 1 4878 2886 0 0.0625 1 4810 2945 0 0 1 2 interp_poly 4878 2886 0 0.0625 1 4838 3062 0 0 0.75 4878 2886 0 0.0625 1 2 interp_poly 68 -59 -40 382 4850 2563 3 MP PP 4850 2563 0 0.688 1 4810 2945 0 0 1 4850 2563 0 0.688 1 2 interp_poly 4810 2945 0 0 1 4878 2886 0 0.0625 1 4810 2945 0 0 1 2 interp_poly 67 99 -40 -569 4887 3030 3 MP PP 4887 3030 0 0.188 1 4847 2461 0.125 1 0.938 4887 3030 0 0.188 1 2 interp_poly 4847 2461 0.125 1 0.938 4914 2560 0 0.938 1 4847 2461 0.125 1 0.938 2 interp_poly -40 -849 67 99 4847 2461 3 MP PP 4847 2461 0.125 1 0.938 4914 2560 0 0.938 1 4847 2461 0.125 1 0.938 2 interp_poly 4914 2560 0 0.938 1 4874 1711 1 0.688 0 4914 2560 0 0.938 1 2 interp_poly 68 -14 -40 -24 4884 4143 3 MP PP 4884 4143 0 0 0.562 4844 4119 0 0 0.562 4884 4143 0 0 0.562 2 interp_poly 4844 4119 0 0 0.562 4912 4105 0 0 0.562 4844 4119 0 0 0.562 2 interp_poly -40 -24 68 -14 4844 4119 3 MP PP 4844 4119 0 0 0.562 4912 4105 0 0 0.562 4844 4119 0 0 0.562 2 interp_poly 4912 4105 0 0 0.562 4872 4081 0 0 0.562 4912 4105 0 0 0.562 2 interp_poly 68 -12 -40 -32 4883 3592 3 MP PP 4883 3592 0 0 0.562 4843 3560 0 0 0.562 4883 3592 0 0 0.562 2 interp_poly 4843 3560 0 0 0.562 4911 3548 0 0 0.562 4843 3560 0 0 0.562 2 interp_poly -40 -43 68 -12 4843 3560 3 MP PP 4843 3560 0 0 0.562 4911 3548 0 0 0.562 4843 3560 0 0 0.562 2 interp_poly 4911 3548 0 0 0.562 4871 3505 0 0 0.562 4911 3548 0 0 0.562 2 interp_poly 68 -14 -40 -24 4879 3758 3 MP PP 4879 3758 0 0 0.562 4839 3734 0 0 0.562 4879 3758 0 0 0.562 2 interp_poly 4839 3734 0 0 0.562 4907 3720 0 0 0.562 4839 3734 0 0 0.562 2 interp_poly -40 -24 68 -14 4839 3734 3 MP PP 4839 3734 0 0 0.562 4907 3720 0 0 0.562 4839 3734 0 0 0.562 2 interp_poly 4907 3720 0 0 0.562 4867 3696 0 0 0.562 4907 3720 0 0 0.562 2 interp_poly 67 -14 -40 -24 4876 3920 3 MP PP 4876 3920 0 0 0.562 4836 3896 0 0 0.562 4876 3920 0 0 0.562 2 interp_poly 4836 3896 0 0 0.562 4903 3882 0 0 0.562 4836 3896 0 0 0.562 2 interp_poly -40 -24 67 -14 4836 3896 3 MP PP 4836 3896 0 0 0.562 4903 3882 0 0 0.562 4836 3896 0 0 0.562 2 interp_poly 4903 3882 0 0 0.562 4863 3858 0 0 0.562 4903 3882 0 0 0.562 2 interp_poly -40 815 68 -125 4794 1295 3 MP PP 4794 1295 1 0.0625 0 4862 1170 0.875 0 0 4794 1295 1 0.0625 0 2 interp_poly 4862 1170 0.875 0 0 4822 1985 0.75 1 0.312 4862 1170 0.875 0 0 2 interp_poly 68 -125 -40 271 4834 1024 3 MP PP 4834 1024 0.562 0 0 4794 1295 1 0.0625 0 4834 1024 0.562 0 0 2 interp_poly 4794 1295 1 0.0625 0 4862 1170 0.875 0 0 4794 1295 1 0.0625 0 2 interp_poly -40 106 68 40 4834 1024 3 MP PP 4834 1024 0.562 0 0 4902 1064 0.688 0 0 4834 1024 0.562 0 0 2 interp_poly 4902 1064 0.688 0 0 4862 1170 0.875 0 0 4902 1064 0.688 0 0 2 interp_poly 68 40 -40 -687 4874 1711 3 MP PP 4874 1711 1 0.688 0 4834 1024 0.562 0 0 4874 1711 1 0.688 0 2 interp_poly 4834 1024 0.562 0 0 4902 1064 0.688 0 0 4834 1024 0.562 0 0 2 interp_poly 68 -14 -40 -24 4872 4081 3 MP PP 4872 4081 0 0 0.562 4832 4057 0 0 0.562 4872 4081 0 0 0.562 2 interp_poly 4832 4057 0 0 0.562 4900 4043 0 0 0.562 4832 4057 0 0 0.562 2 interp_poly -40 -24 68 -14 4832 4057 3 MP PP 4832 4057 0 0 0.562 4900 4043 0 0 0.562 4832 4057 0 0 0.562 2 interp_poly 4900 4043 0 0 0.562 4860 4019 0 0 0.562 4900 4043 0 0 0.562 2 interp_poly 68 -2 -40 -75 4871 3505 3 MP PP 4871 3505 0 0 0.562 4831 3430 0 0 0.688 4871 3505 0 0 0.562 2 interp_poly 4831 3430 0 0 0.688 4899 3428 0 0 0.625 4831 3430 0 0 0.688 2 interp_poly -40 -139 68 -2 4831 3430 3 MP PP 4831 3430 0 0 0.688 4899 3428 0 0 0.625 4831 3430 0 0 0.688 2 interp_poly 4899 3428 0 0 0.625 4859 3289 0 0 0.812 4899 3428 0 0 0.625 2 interp_poly -40 -24 68 -14 4828 4219 3 MP PP 4828 4219 0 0 0.562 4896 4205 0 0 0.562 4828 4219 0 0 0.562 2 interp_poly 4896 4205 0 0 0.562 4856 4181 0 0 0.562 4896 4205 0 0 0.562 2 interp_poly 68 -13 -40 -25 4867 3696 3 MP PP 4867 3696 0 0 0.562 4827 3671 0 0 0.562 4867 3696 0 0 0.562 2 interp_poly 4827 3671 0 0 0.562 4895 3658 0 0 0.562 4827 3671 0 0 0.562 2 interp_poly -40 -25 68 -13 4827 3671 3 MP PP 4827 3671 0 0 0.562 4895 3658 0 0 0.562 4827 3671 0 0 0.562 2 interp_poly 4895 3658 0 0 0.562 4855 3633 0 0 0.562 4895 3658 0 0 0.562 2 interp_poly 68 -14 -40 -24 4863 3858 3 MP PP 4863 3858 0 0 0.562 4823 3834 0 0 0.562 4863 3858 0 0 0.562 2 interp_poly 4823 3834 0 0 0.562 4891 3820 0 0 0.562 4823 3834 0 0 0.562 2 interp_poly -40 -24 68 -14 4823 3834 3 MP PP 4823 3834 0 0 0.562 4891 3820 0 0 0.562 4823 3834 0 0 0.562 2 interp_poly 4891 3820 0 0 0.562 4851 3796 0 0 0.562 4891 3820 0 0 0.562 2 interp_poly 68 -13 -40 -24 4860 4019 3 MP PP 4860 4019 0 0 0.562 4820 3995 0 0 0.562 4860 4019 0 0 0.562 2 interp_poly 4820 3995 0 0 0.562 4888 3982 0 0 0.562 4820 3995 0 0 0.562 2 interp_poly -40 -24 68 -13 4820 3995 3 MP PP 4820 3995 0 0 0.562 4888 3982 0 0 0.562 4820 3995 0 0 0.562 2 interp_poly 4888 3982 0 0 0.562 4848 3958 0 0 0.562 4888 3982 0 0 0.562 2 interp_poly -40 -20 68 -14 4718 3109 3 MP PP 4718 3109 0 0 0.562 4786 3095 0 0 0.562 4718 3109 0 0 0.562 2 interp_poly 4786 3095 0 0 0.562 4746 3075 0 0 0.562 4786 3095 0 0 0.562 2 interp_poly 68 -14 -40 -13 4758 3122 3 MP PP 4758 3122 0 0 0.562 4718 3109 0 0 0.562 4758 3122 0 0 0.562 2 interp_poly 4718 3109 0 0 0.562 4786 3095 0 0 0.562 4718 3109 0 0 0.562 2 interp_poly 68 -14 -40 -20 4786 3095 3 MP PP 4786 3095 0 0 0.562 4746 3075 0 0 0.562 4786 3095 0 0 0.562 2 interp_poly 4746 3075 0 0 0.562 4814 3061 0 0 0.562 4746 3075 0 0 0.562 2 interp_poly -40 -11 68 -16 4758 3122 3 MP PP 4758 3122 0 0 0.562 4826 3106 0 0 0.562 4758 3122 0 0 0.562 2 interp_poly 4826 3106 0 0 0.562 4786 3095 0 0 0.562 4826 3106 0 0 0.562 2 interp_poly 68 -16 -40 5 4798 3117 3 MP PP 4798 3117 0 0 0.625 4758 3122 0 0 0.562 4798 3117 0 0 0.625 2 interp_poly 4758 3122 0 0 0.562 4826 3106 0 0 0.562 4758 3122 0 0 0.562 2 interp_poly -40 55 68 -32 4770 3094 3 MP PP 4770 3094 0 0 0.688 4838 3062 0 0 0.75 4770 3094 0 0 0.688 2 interp_poly 4838 3062 0 0 0.75 4798 3117 0 0 0.625 4838 3062 0 0 0.75 2 interp_poly -40 -22 68 -14 4746 3075 3 MP PP 4746 3075 0 0 0.562 4814 3061 0 0 0.562 4746 3075 0 0 0.562 2 interp_poly 4814 3061 0 0 0.562 4774 3039 0 0 0.562 4814 3061 0 0 0.562 2 interp_poly 68 -32 -40 149 4810 2945 3 MP PP 4810 2945 0 0 1 4770 3094 0 0 0.688 4810 2945 0 0 1 2 interp_poly 4770 3094 0 0 0.688 4838 3062 0 0 0.75 4770 3094 0 0 0.688 2 interp_poly -40 11 68 -22 4798 3117 3 MP PP 4798 3117 0 0 0.625 4866 3095 0 0 0.625 4798 3117 0 0 0.625 2 interp_poly 4866 3095 0 0 0.625 4826 3106 0 0 0.562 4866 3095 0 0 0.625 2 interp_poly 68 -22 -40 55 4838 3062 3 MP PP 4838 3062 0 0 0.75 4798 3117 0 0 0.625 4838 3062 0 0 0.75 2 interp_poly 4798 3117 0 0 0.625 4866 3095 0 0 0.625 4798 3117 0 0 0.625 2 interp_poly 68 50 -40 -309 4859 3289 3 MP PP 4859 3289 0 0 0.812 4819 2980 0 0.312 1 4859 3289 0 0 0.812 2 interp_poly 4819 2980 0 0.312 1 4887 3030 0 0.188 1 4819 2980 0 0.312 1 2 interp_poly -40 382 68 -101 4782 2664 3 MP PP 4782 2664 0 0.562 1 4850 2563 0 0.688 1 4782 2664 0 0.562 1 2 interp_poly 4850 2563 0 0.688 1 4810 2945 0 0 1 4850 2563 0 0.688 1 2 interp_poly 68 -101 -40 679 4822 1985 3 MP PP 4822 1985 0.75 1 0.312 4782 2664 0 0.562 1 4822 1985 0.75 1 0.312 2 interp_poly 4782 2664 0 0.562 1 4850 2563 0 0.688 1 4782 2664 0 0.562 1 2 interp_poly -40 -569 68 50 4819 2980 3 MP PP 4819 2980 0 0.312 1 4887 3030 0 0.188 1 4819 2980 0 0.312 1 2 interp_poly 4887 3030 0 0.188 1 4847 2461 0.125 1 0.938 4887 3030 0 0.188 1 2 interp_poly 68 -14 -40 -24 4856 4181 3 MP PP 4856 4181 0 0 0.562 4816 4157 0 0 0.562 4856 4181 0 0 0.562 2 interp_poly 4816 4157 0 0 0.562 4884 4143 0 0 0.562 4816 4157 0 0 0.562 2 interp_poly -40 -24 68 -14 4816 4157 3 MP PP 4816 4157 0 0 0.562 4884 4143 0 0 0.562 4816 4157 0 0 0.562 2 interp_poly 4884 4143 0 0 0.562 4844 4119 0 0 0.562 4884 4143 0 0 0.562 2 interp_poly 68 -13 -40 -28 4855 3633 3 MP PP 4855 3633 0 0 0.562 4815 3605 0 0 0.562 4855 3633 0 0 0.562 2 interp_poly 4815 3605 0 0 0.562 4883 3592 0 0 0.562 4815 3605 0 0 0.562 2 interp_poly -40 -32 68 -13 4815 3605 3 MP PP 4815 3605 0 0 0.562 4883 3592 0 0 0.562 4815 3605 0 0 0.562 2 interp_poly 4883 3592 0 0 0.562 4843 3560 0 0 0.562 4883 3592 0 0 0.562 2 interp_poly 68 -14 -40 -24 4851 3796 3 MP PP 4851 3796 0 0 0.562 4811 3772 0 0 0.562 4851 3796 0 0 0.562 2 interp_poly 4811 3772 0 0 0.562 4879 3758 0 0 0.562 4811 3772 0 0 0.562 2 interp_poly -40 -24 68 -14 4811 3772 3 MP PP 4811 3772 0 0 0.562 4879 3758 0 0 0.562 4811 3772 0 0 0.562 2 interp_poly 4879 3758 0 0 0.562 4839 3734 0 0 0.562 4879 3758 0 0 0.562 2 interp_poly 68 -13 -40 -25 4848 3958 3 MP PP 4848 3958 0 0 0.562 4808 3933 0 0 0.562 4848 3958 0 0 0.562 2 interp_poly 4808 3933 0 0 0.562 4876 3920 0 0 0.562 4808 3933 0 0 0.562 2 interp_poly -40 -24 68 -13 4808 3933 3 MP PP 4808 3933 0 0 0.562 4876 3920 0 0 0.562 4808 3933 0 0 0.562 2 interp_poly 4876 3920 0 0 0.562 4836 3896 0 0 0.562 4876 3920 0 0 0.562 2 interp_poly 67 129 -40 -879 4847 2461 3 MP PP 4847 2461 0.125 1 0.938 4807 1582 1 0.5 0 4847 2461 0.125 1 0.938 2 interp_poly 4807 1582 1 0.5 0 4874 1711 1 0.688 0 4807 1582 1 0.5 0 2 interp_poly -40 -687 67 129 4807 1582 3 MP PP 4807 1582 1 0.5 0 4874 1711 1 0.688 0 4807 1582 1 0.5 0 2 interp_poly 4874 1711 1 0.688 0 4834 1024 0.562 0 0 4874 1711 1 0.688 0 2 interp_poly 68 -14 -40 -24 4844 4119 3 MP PP 4844 4119 0 0 0.562 4804 4095 0 0 0.562 4844 4119 0 0 0.562 2 interp_poly 4804 4095 0 0 0.562 4872 4081 0 0 0.562 4804 4095 0 0 0.562 2 interp_poly -40 -24 68 -14 4804 4095 3 MP PP 4804 4095 0 0 0.562 4872 4081 0 0 0.562 4804 4095 0 0 0.562 2 interp_poly 4872 4081 0 0 0.562 4832 4057 0 0 0.562 4872 4081 0 0 0.562 2 interp_poly 68 -8 -40 -47 4843 3560 3 MP PP 4843 3560 0 0 0.562 4803 3513 0 0 0.562 4843 3560 0 0 0.562 2 interp_poly 4803 3513 0 0 0.562 4871 3505 0 0 0.562 4803 3513 0 0 0.562 2 interp_poly -40 -75 68 -8 4803 3513 3 MP PP 4803 3513 0 0 0.562 4871 3505 0 0 0.562 4803 3513 0 0 0.562 2 interp_poly 4871 3505 0 0 0.562 4831 3430 0 0 0.688 4871 3505 0 0 0.562 2 interp_poly 68 -14 -40 -24 4839 3734 3 MP PP 4839 3734 0 0 0.562 4799 3710 0 0 0.562 4839 3734 0 0 0.562 2 interp_poly 4799 3710 0 0 0.562 4867 3696 0 0 0.562 4799 3710 0 0 0.562 2 interp_poly -40 -25 68 -14 4799 3710 3 MP PP 4799 3710 0 0 0.562 4867 3696 0 0 0.562 4799 3710 0 0 0.562 2 interp_poly 4867 3696 0 0 0.562 4827 3671 0 0 0.562 4867 3696 0 0 0.562 2 interp_poly 67 -14 -40 -24 4836 3896 3 MP PP 4836 3896 0 0 0.562 4796 3872 0 0 0.562 4836 3896 0 0 0.562 2 interp_poly 4796 3872 0 0 0.562 4863 3858 0 0 0.562 4796 3872 0 0 0.562 2 interp_poly -40 -24 67 -14 4796 3872 3 MP PP 4796 3872 0 0 0.562 4863 3858 0 0 0.562 4796 3872 0 0 0.562 2 interp_poly 4863 3858 0 0 0.562 4823 3834 0 0 0.562 4863 3858 0 0 0.562 2 interp_poly 68 -14 -40 -24 4832 4057 3 MP PP 4832 4057 0 0 0.562 4792 4033 0 0 0.562 4832 4057 0 0 0.562 2 interp_poly 4792 4033 0 0 0.562 4860 4019 0 0 0.562 4792 4033 0 0 0.562 2 interp_poly -40 -24 68 -14 4792 4033 3 MP PP 4792 4033 0 0 0.562 4860 4019 0 0 0.562 4792 4033 0 0 0.562 2 interp_poly 4860 4019 0 0 0.562 4820 3995 0 0 0.562 4860 4019 0 0 0.562 2 interp_poly 68 17 -40 -158 4831 3430 3 MP PP 4831 3430 0 0 0.688 4791 3272 0 0 0.875 4831 3430 0 0 0.688 2 interp_poly 4791 3272 0 0 0.875 4859 3289 0 0 0.812 4791 3272 0 0 0.875 2 interp_poly -40 -309 68 17 4791 3272 3 MP PP 4791 3272 0 0 0.875 4859 3289 0 0 0.812 4791 3272 0 0 0.875 2 interp_poly 4859 3289 0 0 0.812 4819 2980 0 0.312 1 4859 3289 0 0 0.812 2 interp_poly 68 -13 -40 -25 4828 4219 3 MP PP 4828 4219 0 0 0.562 4788 4194 0 0 0.562 4828 4219 0 0 0.562 2 interp_poly 4788 4194 0 0 0.562 4856 4181 0 0 0.562 4788 4194 0 0 0.562 2 interp_poly -40 -24 68 -13 4788 4194 3 MP PP 4788 4194 0 0 0.562 4856 4181 0 0 0.562 4788 4194 0 0 0.562 2 interp_poly 4856 4181 0 0 0.562 4816 4157 0 0 0.562 4856 4181 0 0 0.562 2 interp_poly 68 -13 -40 -25 4827 3671 3 MP PP 4827 3671 0 0 0.562 4787 3646 0 0 0.562 4827 3671 0 0 0.562 2 interp_poly 4787 3646 0 0 0.562 4855 3633 0 0 0.562 4787 3646 0 0 0.562 2 interp_poly -40 -28 68 -13 4787 3646 3 MP PP 4787 3646 0 0 0.562 4855 3633 0 0 0.562 4787 3646 0 0 0.562 2 interp_poly 4855 3633 0 0 0.562 4815 3605 0 0 0.562 4855 3633 0 0 0.562 2 interp_poly 68 -14 -40 -24 4823 3834 3 MP PP 4823 3834 0 0 0.562 4783 3810 0 0 0.562 4823 3834 0 0 0.562 2 interp_poly 4783 3810 0 0 0.562 4851 3796 0 0 0.562 4783 3810 0 0 0.562 2 interp_poly -40 -24 68 -14 4783 3810 3 MP PP 4783 3810 0 0 0.562 4851 3796 0 0 0.562 4783 3810 0 0 0.562 2 interp_poly 4851 3796 0 0 0.562 4811 3772 0 0 0.562 4851 3796 0 0 0.562 2 interp_poly 68 -13 -40 -24 4820 3995 3 MP PP 4820 3995 0 0 0.562 4780 3971 0 0 0.562 4820 3995 0 0 0.562 2 interp_poly 4780 3971 0 0 0.562 4848 3958 0 0 0.562 4780 3971 0 0 0.562 2 interp_poly -40 -25 68 -13 4780 3971 3 MP PP 4780 3971 0 0 0.562 4848 3958 0 0 0.562 4780 3971 0 0 0.562 2 interp_poly 4848 3958 0 0 0.562 4808 3933 0 0 0.562 4848 3958 0 0 0.562 2 interp_poly -40 679 68 -150 4754 2135 3 MP PP 4754 2135 0.5 1 0.562 4822 1985 0.75 1 0.312 4754 2135 0.5 1 0.562 2 interp_poly 4822 1985 0.75 1 0.312 4782 2664 0 0.562 1 4822 1985 0.75 1 0.312 2 interp_poly 68 109 -40 -628 4819 2980 3 MP PP 4819 2980 0 0.312 1 4779 2352 0.375 1 0.688 4819 2980 0 0.312 1 2 interp_poly 4779 2352 0.375 1 0.688 4847 2461 0.125 1 0.938 4779 2352 0.375 1 0.688 2 interp_poly 68 -150 -40 840 4794 1295 3 MP PP 4794 1295 1 0.0625 0 4754 2135 0.5 1 0.562 4794 1295 1 0.0625 0 2 interp_poly 4754 2135 0.5 1 0.562 4822 1985 0.75 1 0.312 4754 2135 0.5 1 0.562 2 interp_poly -40 -879 68 109 4779 2352 3 MP PP 4779 2352 0.375 1 0.688 4847 2461 0.125 1 0.938 4779 2352 0.375 1 0.688 2 interp_poly 4847 2461 0.125 1 0.938 4807 1582 1 0.5 0 4847 2461 0.125 1 0.938 2 interp_poly 68 -14 -40 -24 4816 4157 3 MP PP 4816 4157 0 0 0.562 4776 4133 0 0 0.562 4816 4157 0 0 0.562 2 interp_poly 4776 4133 0 0 0.562 4844 4119 0 0 0.562 4776 4133 0 0 0.562 2 interp_poly -40 -24 68 -14 4776 4133 3 MP PP 4776 4133 0 0 0.562 4844 4119 0 0 0.562 4776 4133 0 0 0.562 2 interp_poly 4844 4119 0 0 0.562 4804 4095 0 0 0.562 4844 4119 0 0 0.562 2 interp_poly 68 -11 -40 -34 4815 3605 3 MP PP 4815 3605 0 0 0.562 4775 3571 0 0 0.562 4815 3605 0 0 0.562 2 interp_poly 4775 3571 0 0 0.562 4843 3560 0 0 0.562 4775 3571 0 0 0.562 2 interp_poly -40 -47 68 -11 4775 3571 3 MP PP 4775 3571 0 0 0.562 4843 3560 0 0 0.562 4775 3571 0 0 0.562 2 interp_poly 4843 3560 0 0 0.562 4803 3513 0 0 0.562 4843 3560 0 0 0.562 2 interp_poly 68 -14 -40 -24 4811 3772 3 MP PP 4811 3772 0 0 0.562 4771 3748 0 0 0.562 4811 3772 0 0 0.562 2 interp_poly 4771 3748 0 0 0.562 4839 3734 0 0 0.562 4771 3748 0 0 0.562 2 interp_poly -40 -24 68 -14 4771 3748 3 MP PP 4771 3748 0 0 0.562 4839 3734 0 0 0.562 4771 3748 0 0 0.562 2 interp_poly 4839 3734 0 0 0.562 4799 3710 0 0 0.562 4839 3734 0 0 0.562 2 interp_poly 68 -13 -40 -24 4808 3933 3 MP PP 4808 3933 0 0 0.562 4768 3909 0 0 0.562 4808 3933 0 0 0.562 2 interp_poly 4768 3909 0 0 0.562 4836 3896 0 0 0.562 4768 3909 0 0 0.562 2 interp_poly -40 -24 68 -13 4768 3909 3 MP PP 4768 3909 0 0 0.562 4836 3896 0 0 0.562 4768 3909 0 0 0.562 2 interp_poly 4836 3896 0 0 0.562 4796 3872 0 0 0.562 4836 3896 0 0 0.562 2 interp_poly -40 840 67 -141 4727 1436 3 MP PP 4727 1436 1 0.312 0 4794 1295 1 0.0625 0 4727 1436 1 0.312 0 2 interp_poly 4794 1295 1 0.0625 0 4754 2135 0.5 1 0.562 4794 1295 1 0.0625 0 2 interp_poly 67 -141 -40 425 4767 1011 3 MP PP 4767 1011 0.562 0 0 4727 1436 1 0.312 0 4767 1011 0.562 0 0 2 interp_poly 4727 1436 1 0.312 0 4794 1295 1 0.0625 0 4727 1436 1 0.312 0 2 interp_poly -40 271 67 13 4767 1011 3 MP PP 4767 1011 0.562 0 0 4834 1024 0.562 0 0 4767 1011 0.562 0 0 2 interp_poly 4834 1024 0.562 0 0 4794 1295 1 0.0625 0 4834 1024 0.562 0 0 2 interp_poly 67 13 -40 -571 4807 1582 3 MP PP 4807 1582 1 0.5 0 4767 1011 0.562 0 0 4807 1582 1 0.5 0 2 interp_poly 4767 1011 0.562 0 0 4834 1024 0.562 0 0 4767 1011 0.562 0 0 2 interp_poly 68 -14 -40 -24 4804 4095 3 MP PP 4804 4095 0 0 0.562 4764 4071 0 0 0.562 4804 4095 0 0 0.562 2 interp_poly 4764 4071 0 0 0.562 4832 4057 0 0 0.562 4764 4071 0 0 0.562 2 interp_poly -40 -24 68 -14 4764 4071 3 MP PP 4764 4071 0 0 0.562 4832 4057 0 0 0.562 4764 4071 0 0 0.562 2 interp_poly 4832 4057 0 0 0.562 4792 4033 0 0 0.562 4832 4057 0 0 0.562 2 interp_poly 68 0 -40 -83 4803 3513 3 MP PP 4803 3513 0 0 0.562 4763 3430 0 0 0.688 4803 3513 0 0 0.562 2 interp_poly 4763 3430 0 0 0.688 4831 3430 0 0 0.688 4763 3430 0 0 0.688 2 interp_poly -40 -158 68 0 4763 3430 3 MP PP 4763 3430 0 0 0.688 4831 3430 0 0 0.688 4763 3430 0 0 0.688 2 interp_poly 4831 3430 0 0 0.688 4791 3272 0 0 0.875 4831 3430 0 0 0.688 2 interp_poly -40 -25 68 -13 4760 4232 3 MP PP 4760 4232 0 0 0.562 4828 4219 0 0 0.562 4760 4232 0 0 0.562 2 interp_poly 4828 4219 0 0 0.562 4788 4194 0 0 0.562 4828 4219 0 0 0.562 2 interp_poly 68 -14 -40 -25 4799 3710 3 MP PP 4799 3710 0 0 0.562 4759 3685 0 0 0.562 4799 3710 0 0 0.562 2 interp_poly 4759 3685 0 0 0.562 4827 3671 0 0 0.562 4759 3685 0 0 0.562 2 interp_poly -40 -25 68 -14 4759 3685 3 MP PP 4759 3685 0 0 0.562 4827 3671 0 0 0.562 4759 3685 0 0 0.562 2 interp_poly 4827 3671 0 0 0.562 4787 3646 0 0 0.562 4827 3671 0 0 0.562 2 interp_poly 67 -13 -40 -25 4796 3872 3 MP PP 4796 3872 0 0 0.562 4756 3847 0 0 0.562 4796 3872 0 0 0.562 2 interp_poly 4756 3847 0 0 0.562 4823 3834 0 0 0.562 4756 3847 0 0 0.562 2 interp_poly -40 -24 67 -13 4756 3847 3 MP PP 4756 3847 0 0 0.562 4823 3834 0 0 0.562 4756 3847 0 0 0.562 2 interp_poly 4823 3834 0 0 0.562 4783 3810 0 0 0.562 4823 3834 0 0 0.562 2 interp_poly 68 -14 -40 -24 4792 4033 3 MP PP 4792 4033 0 0 0.562 4752 4009 0 0 0.562 4792 4033 0 0 0.562 2 interp_poly 4752 4009 0 0 0.562 4820 3995 0 0 0.562 4752 4009 0 0 0.562 2 interp_poly -40 -24 68 -14 4752 4009 3 MP PP 4752 4009 0 0 0.562 4820 3995 0 0 0.562 4752 4009 0 0 0.562 2 interp_poly 4820 3995 0 0 0.562 4780 3971 0 0 0.562 4820 3995 0 0 0.562 2 interp_poly -40 -23 68 -14 4706 3053 3 MP PP 4706 3053 0 0 0.562 4774 3039 0 0 0.562 4706 3053 0 0 0.562 2 interp_poly 4774 3039 0 0 0.562 4734 3016 0 0 0.562 4774 3039 0 0 0.562 2 interp_poly 68 -14 -40 -22 4746 3075 3 MP PP 4746 3075 0 0 0.562 4706 3053 0 0 0.562 4746 3075 0 0 0.562 2 interp_poly 4706 3053 0 0 0.562 4774 3039 0 0 0.562 4706 3053 0 0 0.562 2 interp_poly -40 334 68 -92 4714 2756 3 MP PP 4714 2756 0 0.438 1 4782 2664 0 0.562 1 4714 2756 0 0.438 1 2 interp_poly 4782 2664 0 0.562 1 4742 2998 0 0 0.938 4782 2664 0 0.562 1 2 interp_poly -40 5 68 -20 4730 3137 3 MP PP 4730 3137 0 0 0.625 4798 3117 0 0 0.625 4730 3137 0 0 0.625 2 interp_poly 4798 3117 0 0 0.625 4758 3122 0 0 0.562 4798 3117 0 0 0.625 2 interp_poly -40 -13 68 -17 4690 3139 3 MP PP 4690 3139 0 0 0.562 4758 3122 0 0 0.562 4690 3139 0 0 0.562 2 interp_poly 4758 3122 0 0 0.562 4718 3109 0 0 0.562 4758 3122 0 0 0.562 2 interp_poly 68 -17 -40 2 4730 3137 3 MP PP 4730 3137 0 0 0.625 4690 3139 0 0 0.562 4730 3137 0 0 0.625 2 interp_poly 4690 3139 0 0 0.562 4758 3122 0 0 0.562 4690 3139 0 0 0.562 2 interp_poly 68 -20 -40 43 4770 3094 3 MP PP 4770 3094 0 0 0.688 4730 3137 0 0 0.625 4770 3094 0 0 0.688 2 interp_poly 4730 3137 0 0 0.625 4798 3117 0 0 0.625 4730 3137 0 0 0.625 2 interp_poly -40 149 68 -53 4742 2998 3 MP PP 4742 2998 0 0 0.938 4810 2945 0 0 1 4742 2998 0 0 0.938 2 interp_poly 4810 2945 0 0 1 4770 3094 0 0 0.688 4810 2945 0 0 1 2 interp_poly 68 -53 -40 334 4782 2664 3 MP PP 4782 2664 0 0.562 1 4742 2998 0 0 0.938 4782 2664 0 0.562 1 2 interp_poly 4742 2998 0 0 0.938 4810 2945 0 0 1 4742 2998 0 0 0.938 2 interp_poly 68 58 -40 -350 4791 3272 3 MP PP 4791 3272 0 0 0.875 4751 2922 0 0.438 1 4791 3272 0 0 0.875 2 interp_poly 4751 2922 0 0.438 1 4819 2980 0 0.312 1 4751 2922 0 0.438 1 2 interp_poly 68 -92 -40 621 4754 2135 3 MP PP 4754 2135 0.5 1 0.562 4714 2756 0 0.438 1 4754 2135 0.5 1 0.562 2 interp_poly 4714 2756 0 0.438 1 4782 2664 0 0.562 1 4714 2756 0 0.438 1 2 interp_poly -40 -628 68 58 4751 2922 3 MP PP 4751 2922 0 0.438 1 4819 2980 0 0.312 1 4751 2922 0 0.438 1 2 interp_poly 4819 2980 0 0.312 1 4779 2352 0.375 1 0.688 4819 2980 0 0.312 1 2 interp_poly 68 -13 -40 -24 4788 4194 3 MP PP 4788 4194 0 0 0.562 4748 4170 0 0 0.562 4788 4194 0 0 0.562 2 interp_poly 4748 4170 0 0 0.562 4816 4157 0 0 0.562 4748 4170 0 0 0.562 2 interp_poly -40 -24 68 -13 4748 4170 3 MP PP 4748 4170 0 0 0.562 4816 4157 0 0 0.562 4748 4170 0 0 0.562 2 interp_poly 4816 4157 0 0 0.562 4776 4133 0 0 0.562 4816 4157 0 0 0.562 2 interp_poly 68 -12 -40 -29 4787 3646 3 MP PP 4787 3646 0 0 0.562 4747 3617 0 0 0.562 4787 3646 0 0 0.562 2 interp_poly 4747 3617 0 0 0.562 4815 3605 0 0 0.562 4747 3617 0 0 0.562 2 interp_poly -40 -34 68 -12 4747 3617 3 MP PP 4747 3617 0 0 0.562 4815 3605 0 0 0.562 4747 3617 0 0 0.562 2 interp_poly 4815 3605 0 0 0.562 4775 3571 0 0 0.562 4815 3605 0 0 0.562 2 interp_poly 68 -14 -40 -24 4783 3810 3 MP PP 4783 3810 0 0 0.562 4743 3786 0 0 0.562 4783 3810 0 0 0.562 2 interp_poly 4743 3786 0 0 0.562 4811 3772 0 0 0.562 4743 3786 0 0 0.562 2 interp_poly -40 -24 68 -14 4743 3786 3 MP PP 4743 3786 0 0 0.562 4811 3772 0 0 0.562 4743 3786 0 0 0.562 2 interp_poly 4811 3772 0 0 0.562 4771 3748 0 0 0.562 4811 3772 0 0 0.562 2 interp_poly 68 -14 -40 -24 4780 3971 3 MP PP 4780 3971 0 0 0.562 4740 3947 0 0 0.562 4780 3971 0 0 0.562 2 interp_poly 4740 3947 0 0 0.562 4808 3933 0 0 0.562 4740 3947 0 0 0.562 2 interp_poly -40 -24 68 -14 4740 3947 3 MP PP 4740 3947 0 0 0.562 4808 3933 0 0 0.562 4740 3947 0 0 0.562 2 interp_poly 4808 3933 0 0 0.562 4768 3909 0 0 0.562 4808 3933 0 0 0.562 2 interp_poly 68 122 -40 -892 4779 2352 3 MP PP 4779 2352 0.375 1 0.688 4739 1460 1 0.25 0 4779 2352 0.375 1 0.688 2 interp_poly 4739 1460 1 0.25 0 4807 1582 1 0.5 0 4739 1460 1 0.25 0 2 interp_poly -40 -571 68 122 4739 1460 3 MP PP 4739 1460 1 0.25 0 4807 1582 1 0.5 0 4739 1460 1 0.25 0 2 interp_poly 4807 1582 1 0.5 0 4767 1011 0.562 0 0 4807 1582 1 0.5 0 2 interp_poly 68 -13 -40 -25 4776 4133 3 MP PP 4776 4133 0 0 0.562 4736 4108 0 0 0.562 4776 4133 0 0 0.562 2 interp_poly 4736 4108 0 0 0.562 4804 4095 0 0 0.562 4736 4108 0 0 0.562 2 interp_poly -40 -24 68 -13 4736 4108 3 MP PP 4736 4108 0 0 0.562 4804 4095 0 0 0.562 4736 4108 0 0 0.562 2 interp_poly 4804 4095 0 0 0.562 4764 4071 0 0 0.562 4804 4095 0 0 0.562 2 interp_poly 68 -8 -40 -50 4775 3571 3 MP PP 4775 3571 0 0 0.562 4735 3521 0 0 0.625 4775 3571 0 0 0.562 2 interp_poly 4735 3521 0 0 0.625 4803 3513 0 0 0.562 4735 3521 0 0 0.625 2 interp_poly -40 -83 68 -8 4735 3521 3 MP PP 4735 3521 0 0 0.625 4803 3513 0 0 0.562 4735 3521 0 0 0.625 2 interp_poly 4803 3513 0 0 0.562 4763 3430 0 0 0.688 4803 3513 0 0 0.562 2 interp_poly 68 -13 -40 -25 4771 3748 3 MP PP 4771 3748 0 0 0.562 4731 3723 0 0 0.562 4771 3748 0 0 0.562 2 interp_poly 4731 3723 0 0 0.562 4799 3710 0 0 0.562 4731 3723 0 0 0.562 2 interp_poly -40 -25 68 -13 4731 3723 3 MP PP 4731 3723 0 0 0.562 4799 3710 0 0 0.562 4731 3723 0 0 0.562 2 interp_poly 4799 3710 0 0 0.562 4759 3685 0 0 0.562 4799 3710 0 0 0.562 2 interp_poly 68 -13 -40 -24 4768 3909 3 MP PP 4768 3909 0 0 0.562 4728 3885 0 0 0.562 4768 3909 0 0 0.562 2 interp_poly 4728 3885 0 0 0.562 4796 3872 0 0 0.562 4728 3885 0 0 0.562 2 interp_poly -40 -25 68 -13 4728 3885 3 MP PP 4728 3885 0 0 0.562 4796 3872 0 0 0.562 4728 3885 0 0 0.562 2 interp_poly 4796 3872 0 0 0.562 4756 3847 0 0 0.562 4796 3872 0 0 0.562 2 interp_poly 68 -14 -40 -24 4764 4071 3 MP PP 4764 4071 0 0 0.562 4724 4047 0 0 0.562 4764 4071 0 0 0.562 2 interp_poly 4724 4047 0 0 0.562 4792 4033 0 0 0.562 4724 4047 0 0 0.562 2 interp_poly -40 -24 68 -14 4724 4047 3 MP PP 4724 4047 0 0 0.562 4792 4033 0 0 0.562 4724 4047 0 0 0.562 2 interp_poly 4792 4033 0 0 0.562 4752 4009 0 0 0.562 4792 4033 0 0 0.562 2 interp_poly 68 21 -40 -179 4763 3430 3 MP PP 4763 3430 0 0 0.688 4723 3251 0 0 0.938 4763 3430 0 0 0.688 2 interp_poly 4723 3251 0 0 0.938 4791 3272 0 0 0.875 4723 3251 0 0 0.938 2 interp_poly -40 -22 68 -14 4678 3089 3 MP PP 4678 3089 0 0 0.562 4746 3075 0 0 0.562 4678 3089 0 0 0.562 2 interp_poly 4746 3075 0 0 0.562 4706 3053 0 0 0.562 4746 3075 0 0 0.562 2 interp_poly 68 -14 -40 -20 4718 3109 3 MP PP 4718 3109 0 0 0.562 4678 3089 0 0 0.562 4718 3109 0 0 0.562 2 interp_poly 4678 3089 0 0 0.562 4746 3075 0 0 0.562 4678 3089 0 0 0.562 2 interp_poly 68 -15 -40 -15 4690 3139 3 MP PP 4690 3139 0 0 0.562 4650 3124 0 0 0.562 4690 3139 0 0 0.562 2 interp_poly 4650 3124 0 0 0.562 4718 3109 0 0 0.562 4650 3124 0 0 0.562 2 interp_poly -40 43 68 -29 4702 3123 3 MP PP 4702 3123 0 0 0.688 4770 3094 0 0 0.688 4702 3123 0 0 0.688 2 interp_poly 4770 3094 0 0 0.688 4730 3137 0 0 0.625 4770 3094 0 0 0.688 2 interp_poly -40 -20 68 -15 4650 3124 3 MP PP 4650 3124 0 0 0.562 4718 3109 0 0 0.562 4650 3124 0 0 0.562 2 interp_poly 4718 3109 0 0 0.562 4678 3089 0 0 0.562 4718 3109 0 0 0.562 2 interp_poly 68 -29 -40 125 4742 2998 3 MP PP 4742 2998 0 0 0.938 4702 3123 0 0 0.688 4742 2998 0 0 0.938 2 interp_poly 4702 3123 0 0 0.688 4770 3094 0 0 0.688 4702 3123 0 0 0.688 2 interp_poly -40 -350 68 21 4723 3251 3 MP PP 4723 3251 0 0 0.938 4791 3272 0 0 0.875 4723 3251 0 0 0.938 2 interp_poly 4791 3272 0 0 0.875 4751 2922 0 0.438 1 4791 3272 0 0 0.875 2 interp_poly 68 -14 -40 -24 4760 4232 3 MP PP 4760 4232 0 0 0.562 4720 4208 0 0 0.562 4760 4232 0 0 0.562 2 interp_poly 4720 4208 0 0 0.562 4788 4194 0 0 0.562 4720 4208 0 0 0.562 2 interp_poly -40 -24 68 -14 4720 4208 3 MP PP 4720 4208 0 0 0.562 4788 4194 0 0 0.562 4720 4208 0 0 0.562 2 interp_poly 4788 4194 0 0 0.562 4748 4170 0 0 0.562 4788 4194 0 0 0.562 2 interp_poly 68 -13 -40 -26 4759 3685 3 MP PP 4759 3685 0 0 0.562 4719 3659 0 0 0.562 4759 3685 0 0 0.562 2 interp_poly 4719 3659 0 0 0.562 4787 3646 0 0 0.562 4719 3659 0 0 0.562 2 interp_poly -40 -29 68 -13 4719 3659 3 MP PP 4719 3659 0 0 0.562 4787 3646 0 0 0.562 4719 3659 0 0 0.562 2 interp_poly 4787 3646 0 0 0.562 4747 3617 0 0 0.562 4787 3646 0 0 0.562 2 interp_poly 67 -13 -40 -24 4756 3847 3 MP PP 4756 3847 0 0 0.562 4716 3823 0 0 0.562 4756 3847 0 0 0.562 2 interp_poly 4716 3823 0 0 0.562 4783 3810 0 0 0.562 4716 3823 0 0 0.562 2 interp_poly -40 -24 67 -13 4716 3823 3 MP PP 4716 3823 0 0 0.562 4783 3810 0 0 0.562 4716 3823 0 0 0.562 2 interp_poly 4783 3810 0 0 0.562 4743 3786 0 0 0.562 4783 3810 0 0 0.562 2 interp_poly 68 -14 -40 -24 4752 4009 3 MP PP 4752 4009 0 0 0.562 4712 3985 0 0 0.562 4752 4009 0 0 0.562 2 interp_poly 4712 3985 0 0 0.562 4780 3971 0 0 0.562 4712 3985 0 0 0.562 2 interp_poly -40 -24 68 -14 4712 3985 3 MP PP 4712 3985 0 0 0.562 4780 3971 0 0 0.562 4712 3985 0 0 0.562 2 interp_poly 4780 3971 0 0 0.562 4740 3947 0 0 0.562 4780 3971 0 0 0.562 2 interp_poly -40 621 67 -142 4687 2277 3 MP PP 4687 2277 0.312 1 0.75 4754 2135 0.5 1 0.562 4687 2277 0.312 1 0.75 2 interp_poly 4754 2135 0.5 1 0.562 4714 2756 0 0.438 1 4754 2135 0.5 1 0.562 2 interp_poly 68 117 -40 -687 4751 2922 3 MP PP 4751 2922 0 0.438 1 4711 2235 0.562 1 0.5 4751 2922 0 0.438 1 2 interp_poly 4711 2235 0.562 1 0.5 4779 2352 0.375 1 0.688 4711 2235 0.562 1 0.5 2 interp_poly 67 -142 -40 841 4727 1436 3 MP PP 4727 1436 1 0.312 0 4687 2277 0.312 1 0.75 4727 1436 1 0.312 0 2 interp_poly 4687 2277 0.312 1 0.75 4754 2135 0.5 1 0.562 4687 2277 0.312 1 0.75 2 interp_poly -40 -892 68 117 4711 2235 3 MP PP 4711 2235 0.562 1 0.5 4779 2352 0.375 1 0.688 4711 2235 0.562 1 0.5 2 interp_poly 4779 2352 0.375 1 0.688 4739 1460 1 0.25 0 4779 2352 0.375 1 0.688 2 interp_poly 68 -13 -40 -24 4748 4170 3 MP PP 4748 4170 0 0 0.562 4708 4146 0 0 0.562 4748 4170 0 0 0.562 2 interp_poly 4708 4146 0 0 0.562 4776 4133 0 0 0.562 4708 4146 0 0 0.562 2 interp_poly -40 -25 68 -13 4708 4146 3 MP PP 4708 4146 0 0 0.562 4776 4133 0 0 0.562 4708 4146 0 0 0.562 2 interp_poly 4776 4133 0 0 0.562 4736 4108 0 0 0.562 4776 4133 0 0 0.562 2 interp_poly 68 -11 -40 -35 4747 3617 3 MP PP 4747 3617 0 0 0.562 4707 3582 0 0 0.562 4747 3617 0 0 0.562 2 interp_poly 4707 3582 0 0 0.562 4775 3571 0 0 0.562 4707 3582 0 0 0.562 2 interp_poly -40 -50 68 -11 4707 3582 3 MP PP 4707 3582 0 0 0.562 4775 3571 0 0 0.562 4707 3582 0 0 0.562 2 interp_poly 4775 3571 0 0 0.562 4735 3521 0 0 0.625 4775 3571 0 0 0.562 2 interp_poly 68 -13 -40 -25 4743 3786 3 MP PP 4743 3786 0 0 0.562 4703 3761 0 0 0.562 4743 3786 0 0 0.562 2 interp_poly 4703 3761 0 0 0.562 4771 3748 0 0 0.562 4703 3761 0 0 0.562 2 interp_poly -40 -25 68 -13 4703 3761 3 MP PP 4703 3761 0 0 0.562 4771 3748 0 0 0.562 4703 3761 0 0 0.562 2 interp_poly 4771 3748 0 0 0.562 4731 3723 0 0 0.562 4771 3748 0 0 0.562 2 interp_poly 68 -14 -40 -24 4740 3947 3 MP PP 4740 3947 0 0 0.562 4700 3923 0 0 0.562 4740 3947 0 0 0.562 2 interp_poly 4700 3923 0 0 0.562 4768 3909 0 0 0.562 4700 3923 0 0 0.562 2 interp_poly -40 -24 68 -14 4700 3923 3 MP PP 4700 3923 0 0 0.562 4768 3909 0 0 0.562 4700 3923 0 0 0.562 2 interp_poly 4768 3909 0 0 0.562 4728 3885 0 0 0.562 4768 3909 0 0 0.562 2 interp_poly -40 425 68 -18 4699 1029 3 MP PP 4699 1029 0.562 0 0 4767 1011 0.562 0 0 4699 1029 0.562 0 0 2 interp_poly 4767 1011 0.562 0 0 4727 1436 1 0.312 0 4767 1011 0.562 0 0 2 interp_poly 68 -18 -40 -431 4739 1460 3 MP PP 4739 1460 1 0.25 0 4699 1029 0.562 0 0 4739 1460 1 0.25 0 2 interp_poly 4699 1029 0.562 0 0 4767 1011 0.562 0 0 4699 1029 0.562 0 0 2 interp_poly 68 -13 -40 -24 4736 4108 3 MP PP 4736 4108 0 0 0.562 4696 4084 0 0 0.562 4736 4108 0 0 0.562 2 interp_poly 4696 4084 0 0 0.562 4764 4071 0 0 0.562 4696 4084 0 0 0.562 2 interp_poly -40 -24 68 -13 4696 4084 3 MP PP 4696 4084 0 0 0.562 4764 4071 0 0 0.562 4696 4084 0 0 0.562 2 interp_poly 4764 4071 0 0 0.562 4724 4047 0 0 0.562 4764 4071 0 0 0.562 2 interp_poly 68 3 -40 -94 4735 3521 3 MP PP 4735 3521 0 0 0.625 4695 3427 0 0 0.75 4735 3521 0 0 0.625 2 interp_poly 4695 3427 0 0 0.75 4763 3430 0 0 0.688 4695 3427 0 0 0.75 2 interp_poly -40 -179 68 3 4695 3427 3 MP PP 4695 3427 0 0 0.75 4763 3430 0 0 0.688 4695 3427 0 0 0.75 2 interp_poly 4763 3430 0 0 0.688 4723 3251 0 0 0.938 4763 3430 0 0 0.688 2 interp_poly -40 -24 68 -14 4692 4246 3 MP PP 4692 4246 0 0 0.562 4760 4232 0 0 0.562 4692 4246 0 0 0.562 2 interp_poly 4760 4232 0 0 0.562 4720 4208 0 0 0.562 4760 4232 0 0 0.562 2 interp_poly 68 -13 -40 -25 4731 3723 3 MP PP 4731 3723 0 0 0.562 4691 3698 0 0 0.562 4731 3723 0 0 0.562 2 interp_poly 4691 3698 0 0 0.562 4759 3685 0 0 0.562 4691 3698 0 0 0.562 2 interp_poly -40 -26 68 -13 4691 3698 3 MP PP 4691 3698 0 0 0.562 4759 3685 0 0 0.562 4691 3698 0 0 0.562 2 interp_poly 4759 3685 0 0 0.562 4719 3659 0 0 0.562 4759 3685 0 0 0.562 2 interp_poly 68 -14 -40 -24 4728 3885 3 MP PP 4728 3885 0 0 0.562 4688 3861 0 0 0.562 4728 3885 0 0 0.562 2 interp_poly 4688 3861 0 0 0.562 4756 3847 0 0 0.562 4688 3861 0 0 0.562 2 interp_poly -40 -24 68 -14 4688 3861 3 MP PP 4688 3861 0 0 0.562 4756 3847 0 0 0.562 4688 3861 0 0 0.562 2 interp_poly 4756 3847 0 0 0.562 4716 3823 0 0 0.562 4756 3847 0 0 0.562 2 interp_poly 68 -14 -40 -24 4724 4047 3 MP PP 4724 4047 0 0 0.562 4684 4023 0 0 0.562 4724 4047 0 0 0.562 2 interp_poly 4684 4023 0 0 0.562 4752 4009 0 0 0.562 4684 4023 0 0 0.562 2 interp_poly -40 -24 68 -14 4684 4023 3 MP PP 4684 4023 0 0 0.562 4752 4009 0 0 0.562 4684 4023 0 0 0.562 2 interp_poly 4752 4009 0 0 0.562 4712 3985 0 0 0.562 4752 4009 0 0 0.562 2 interp_poly -40 -24 68 -14 4638 3067 3 MP PP 4638 3067 0 0 0.562 4706 3053 0 0 0.562 4638 3067 0 0 0.562 2 interp_poly 4706 3053 0 0 0.562 4666 3029 0 0 0.562 4706 3053 0 0 0.562 2 interp_poly 68 -14 -40 -22 4678 3089 3 MP PP 4678 3089 0 0 0.562 4638 3067 0 0 0.562 4678 3089 0 0 0.562 2 interp_poly 4638 3067 0 0 0.562 4706 3053 0 0 0.562 4638 3067 0 0 0.562 2 interp_poly -40 -24 68 -14 4626 3006 3 MP PP 4626 3006 0 0 0.562 4694 2992 0 0 0.562 4626 3006 0 0 0.562 2 interp_poly 4694 2992 0 0 0.562 4654 2968 0 0 0.562 4694 2992 0 0 0.562 2 interp_poly 68 -14 -40 -23 4666 3029 3 MP PP 4666 3029 0 0 0.562 4626 3006 0 0 0.562 4666 3029 0 0 0.562 2 interp_poly 4626 3006 0 0 0.562 4694 2992 0 0 0.562 4626 3006 0 0 0.562 2 interp_poly -40 -24 68 -13 4666 3029 3 MP PP 4666 3029 0 0 0.562 4734 3016 0 0 0.562 4666 3029 0 0 0.562 2 interp_poly 4734 3016 0 0 0.562 4694 2992 0 0 0.562 4734 3016 0 0 0.562 2 interp_poly 68 -13 -40 -24 4706 3053 3 MP PP 4706 3053 0 0 0.562 4666 3029 0 0 0.562 4706 3053 0 0 0.562 2 interp_poly 4666 3029 0 0 0.562 4734 3016 0 0 0.562 4666 3029 0 0 0.562 2 interp_poly -40 290 67 -83 4647 2839 3 MP PP 4647 2839 0 0.312 1 4714 2756 0 0.438 1 4647 2839 0 0.312 1 2 interp_poly 4714 2756 0 0.438 1 4674 3046 0 0 0.875 4714 2756 0 0.438 1 2 interp_poly -40 2 68 -20 4662 3157 3 MP PP 4662 3157 0 0 0.562 4730 3137 0 0 0.625 4662 3157 0 0 0.562 2 interp_poly 4730 3137 0 0 0.625 4690 3139 0 0 0.562 4730 3137 0 0 0.625 2 interp_poly -40 -15 68 -15 4622 3154 3 MP PP 4622 3154 0 0 0.562 4690 3139 0 0 0.562 4622 3154 0 0 0.562 2 interp_poly 4690 3139 0 0 0.562 4650 3124 0 0 0.562 4690 3139 0 0 0.562 2 interp_poly 68 -15 -40 -3 4662 3157 3 MP PP 4662 3157 0 0 0.562 4622 3154 0 0 0.562 4662 3157 0 0 0.562 2 interp_poly 4622 3154 0 0 0.562 4690 3139 0 0 0.562 4622 3154 0 0 0.562 2 interp_poly 68 -20 -40 34 4702 3123 3 MP PP 4702 3123 0 0 0.688 4662 3157 0 0 0.562 4702 3123 0 0 0.688 2 interp_poly 4662 3157 0 0 0.562 4730 3137 0 0 0.625 4662 3157 0 0 0.562 2 interp_poly -40 125 68 -48 4674 3046 3 MP PP 4674 3046 0 0 0.875 4742 2998 0 0 0.938 4674 3046 0 0 0.875 2 interp_poly 4742 2998 0 0 0.938 4702 3123 0 0 0.688 4742 2998 0 0 0.938 2 interp_poly 68 -48 -40 290 4714 2756 3 MP PP 4714 2756 0 0.438 1 4674 3046 0 0 0.875 4714 2756 0 0.438 1 2 interp_poly 4674 3046 0 0 0.875 4742 2998 0 0 0.938 4674 3046 0 0 0.875 2 interp_poly 68 67 -40 -396 4723 3251 3 MP PP 4723 3251 0 0 0.938 4683 2855 0 0.562 1 4723 3251 0 0 0.938 2 interp_poly 4683 2855 0 0.562 1 4751 2922 0 0.438 1 4683 2855 0 0.562 1 2 interp_poly 67 -83 -40 562 4687 2277 3 MP PP 4687 2277 0.312 1 0.75 4647 2839 0 0.312 1 4687 2277 0.312 1 0.75 2 interp_poly 4647 2839 0 0.312 1 4714 2756 0 0.438 1 4647 2839 0 0.312 1 2 interp_poly -40 -687 68 67 4683 2855 3 MP PP 4683 2855 0 0.562 1 4751 2922 0 0.438 1 4683 2855 0 0.562 1 2 interp_poly 4751 2922 0 0.438 1 4711 2235 0.562 1 0.5 4751 2922 0 0.438 1 2 interp_poly 68 -14 -40 -24 4720 4208 3 MP PP 4720 4208 0 0 0.562 4680 4184 0 0 0.562 4720 4208 0 0 0.562 2 interp_poly 4680 4184 0 0 0.562 4748 4170 0 0 0.562 4680 4184 0 0 0.562 2 interp_poly -40 -24 68 -14 4680 4184 3 MP PP 4680 4184 0 0 0.562 4748 4170 0 0 0.562 4680 4184 0 0 0.562 2 interp_poly 4748 4170 0 0 0.562 4708 4146 0 0 0.562 4748 4170 0 0 0.562 2 interp_poly 68 -13 -40 -29 4719 3659 3 MP PP 4719 3659 0 0 0.562 4679 3630 0 0 0.562 4719 3659 0 0 0.562 2 interp_poly 4679 3630 0 0 0.562 4747 3617 0 0 0.562 4679 3630 0 0 0.562 2 interp_poly -40 -35 68 -13 4679 3630 3 MP PP 4679 3630 0 0 0.562 4747 3617 0 0 0.562 4679 3630 0 0 0.562 2 interp_poly 4747 3617 0 0 0.562 4707 3582 0 0 0.562 4747 3617 0 0 0.562 2 interp_poly 67 -13 -40 -24 4716 3823 3 MP PP 4716 3823 0 0 0.562 4676 3799 0 0 0.562 4716 3823 0 0 0.562 2 interp_poly 4676 3799 0 0 0.562 4743 3786 0 0 0.562 4676 3799 0 0 0.562 2 interp_poly -40 -25 67 -13 4676 3799 3 MP PP 4676 3799 0 0 0.562 4743 3786 0 0 0.562 4676 3799 0 0 0.562 2 interp_poly 4743 3786 0 0 0.562 4703 3761 0 0 0.562 4743 3786 0 0 0.562 2 interp_poly 68 -14 -40 -24 4712 3985 3 MP PP 4712 3985 0 0 0.562 4672 3961 0 0 0.562 4712 3985 0 0 0.562 2 interp_poly 4672 3961 0 0 0.562 4740 3947 0 0 0.562 4672 3961 0 0 0.562 2 interp_poly -40 -24 68 -14 4672 3961 3 MP PP 4672 3961 0 0 0.562 4740 3947 0 0 0.562 4672 3961 0 0 0.562 2 interp_poly 4740 3947 0 0 0.562 4700 3923 0 0 0.562 4740 3947 0 0 0.562 2 interp_poly -40 558 68 -47 4631 1076 3 MP PP 4631 1076 0.625 0 0 4699 1029 0.562 0 0 4631 1076 0.625 0 0 2 interp_poly 4699 1029 0.562 0 0 4659 1587 1 0.562 0 4699 1029 0.562 0 0 2 interp_poly -40 841 68 -151 4659 1587 3 MP PP 4659 1587 1 0.562 0 4727 1436 1 0.312 0 4659 1587 1 0.562 0 2 interp_poly 4727 1436 1 0.312 0 4687 2277 0.312 1 0.75 4727 1436 1 0.312 0 2 interp_poly 68 -151 -40 558 4699 1029 3 MP PP 4699 1029 0.562 0 0 4659 1587 1 0.562 0 4699 1029 0.562 0 0 2 interp_poly 4659 1587 1 0.562 0 4727 1436 1 0.312 0 4659 1587 1 0.562 0 2 interp_poly 68 110 -40 -885 4711 2235 3 MP PP 4711 2235 0.562 1 0.5 4671 1350 1 0.0625 0 4711 2235 0.562 1 0.5 2 interp_poly 4671 1350 1 0.0625 0 4739 1460 1 0.25 0 4671 1350 1 0.0625 0 2 interp_poly -40 -431 68 110 4671 1350 3 MP PP 4671 1350 1 0.0625 0 4739 1460 1 0.25 0 4671 1350 1 0.0625 0 2 interp_poly 4739 1460 1 0.25 0 4699 1029 0.562 0 0 4739 1460 1 0.25 0 2 interp_poly 68 -14 -40 -24 4708 4146 3 MP PP 4708 4146 0 0 0.562 4668 4122 0 0 0.562 4708 4146 0 0 0.562 2 interp_poly 4668 4122 0 0 0.562 4736 4108 0 0 0.562 4668 4122 0 0 0.562 2 interp_poly -40 -24 68 -14 4668 4122 3 MP PP 4668 4122 0 0 0.562 4736 4108 0 0 0.562 4668 4122 0 0 0.562 2 interp_poly 4736 4108 0 0 0.562 4696 4084 0 0 0.562 4736 4108 0 0 0.562 2 interp_poly 68 -6 -40 -55 4707 3582 3 MP PP 4707 3582 0 0 0.562 4667 3527 0 0 0.625 4707 3582 0 0 0.562 2 interp_poly 4667 3527 0 0 0.625 4735 3521 0 0 0.625 4667 3527 0 0 0.625 2 interp_poly -40 -94 68 -6 4667 3527 3 MP PP 4667 3527 0 0 0.625 4735 3521 0 0 0.625 4667 3527 0 0 0.625 2 interp_poly 4735 3521 0 0 0.625 4695 3427 0 0 0.75 4735 3521 0 0 0.625 2 interp_poly 68 -14 -40 -24 4703 3761 3 MP PP 4703 3761 0 0 0.562 4663 3737 0 0 0.562 4703 3761 0 0 0.562 2 interp_poly 4663 3737 0 0 0.562 4731 3723 0 0 0.562 4663 3737 0 0 0.562 2 interp_poly -40 -25 68 -14 4663 3737 3 MP PP 4663 3737 0 0 0.562 4731 3723 0 0 0.562 4663 3737 0 0 0.562 2 interp_poly 4731 3723 0 0 0.562 4691 3698 0 0 0.562 4731 3723 0 0 0.562 2 interp_poly 68 -14 -40 -24 4700 3923 3 MP PP 4700 3923 0 0 0.562 4660 3899 0 0 0.562 4700 3923 0 0 0.562 2 interp_poly 4660 3899 0 0 0.562 4728 3885 0 0 0.562 4660 3899 0 0 0.562 2 interp_poly -40 -24 68 -14 4660 3899 3 MP PP 4660 3899 0 0 0.562 4728 3885 0 0 0.562 4660 3899 0 0 0.562 2 interp_poly 4728 3885 0 0 0.562 4688 3861 0 0 0.562 4728 3885 0 0 0.562 2 interp_poly 68 -13 -40 -24 4696 4084 3 MP PP 4696 4084 0 0 0.562 4656 4060 0 0 0.562 4696 4084 0 0 0.562 2 interp_poly 4656 4060 0 0 0.562 4724 4047 0 0 0.562 4656 4060 0 0 0.562 2 interp_poly -40 -24 68 -13 4656 4060 3 MP PP 4656 4060 0 0 0.562 4724 4047 0 0 0.562 4656 4060 0 0 0.562 2 interp_poly 4724 4047 0 0 0.562 4684 4023 0 0 0.562 4724 4047 0 0 0.562 2 interp_poly 68 28 -40 -204 4695 3427 3 MP PP 4695 3427 0 0 0.75 4655 3223 0 0 1 4695 3427 0 0 0.75 2 interp_poly 4655 3223 0 0 1 4723 3251 0 0 0.938 4655 3223 0 0 1 2 interp_poly -40 -3 68 -19 4594 3176 3 MP PP 4594 3176 0 0 0.562 4662 3157 0 0 0.562 4594 3176 0 0 0.562 2 interp_poly 4662 3157 0 0 0.562 4622 3154 0 0 0.562 4662 3157 0 0 0.562 2 interp_poly 68 -19 -40 25 4634 3151 3 MP PP 4634 3151 0 0 0.688 4594 3176 0 0 0.562 4634 3151 0 0 0.688 2 interp_poly 4594 3176 0 0 0.562 4662 3157 0 0 0.562 4594 3176 0 0 0.562 2 interp_poly 68 -13 -40 -23 4610 3103 3 MP PP 4610 3103 0 0 0.562 4570 3080 0 0 0.562 4610 3103 0 0 0.562 2 interp_poly 4570 3080 0 0 0.562 4638 3067 0 0 0.562 4570 3080 0 0 0.562 2 interp_poly -40 -21 68 -14 4582 3138 3 MP PP 4582 3138 0 0 0.562 4650 3124 0 0 0.562 4582 3138 0 0 0.562 2 interp_poly 4650 3124 0 0 0.562 4610 3103 0 0 0.562 4650 3124 0 0 0.562 2 interp_poly 68 -14 -40 -16 4622 3154 3 MP PP 4622 3154 0 0 0.562 4582 3138 0 0 0.562 4622 3154 0 0 0.562 2 interp_poly 4582 3138 0 0 0.562 4650 3124 0 0 0.562 4582 3138 0 0 0.562 2 interp_poly -40 -22 68 -14 4610 3103 3 MP PP 4610 3103 0 0 0.562 4678 3089 0 0 0.562 4610 3103 0 0 0.562 2 interp_poly 4678 3089 0 0 0.562 4638 3067 0 0 0.562 4678 3089 0 0 0.562 2 interp_poly 68 -14 -40 -21 4650 3124 3 MP PP 4650 3124 0 0 0.562 4610 3103 0 0 0.562 4650 3124 0 0 0.562 2 interp_poly 4610 3103 0 0 0.562 4678 3089 0 0 0.562 4610 3103 0 0 0.562 2 interp_poly -40 105 67 -43 4607 3089 3 MP PP 4607 3089 0 0 0.812 4674 3046 0 0 0.875 4607 3089 0 0 0.812 2 interp_poly 4674 3046 0 0 0.875 4634 3151 0 0 0.688 4674 3046 0 0 0.875 2 interp_poly -40 -24 68 -13 4558 3019 3 MP PP 4558 3019 0 0 0.562 4626 3006 0 0 0.562 4558 3019 0 0 0.562 2 interp_poly 4626 3006 0 0 0.562 4586 2982 0 0 0.562 4626 3006 0 0 0.562 2 interp_poly 68 -13 -40 -24 4598 3043 3 MP PP 4598 3043 0 0 0.562 4558 3019 0 0 0.562 4598 3043 0 0 0.562 2 interp_poly 4558 3019 0 0 0.562 4626 3006 0 0 0.562 4558 3019 0 0 0.562 2 interp_poly -40 -24 68 -13 4570 3080 3 MP PP 4570 3080 0 0 0.562 4638 3067 0 0 0.562 4570 3080 0 0 0.562 2 interp_poly 4638 3067 0 0 0.562 4598 3043 0 0 0.562 4638 3067 0 0 0.562 2 interp_poly -40 -24 68 -14 4586 2982 3 MP PP 4586 2982 0 0 0.562 4654 2968 0 0 0.562 4586 2982 0 0 0.562 2 interp_poly 4654 2968 0 0 0.562 4614 2944 0 0 0.562 4654 2968 0 0 0.562 2 interp_poly 68 -14 -40 -24 4626 3006 3 MP PP 4626 3006 0 0 0.562 4586 2982 0 0 0.562 4626 3006 0 0 0.562 2 interp_poly 4586 2982 0 0 0.562 4654 2968 0 0 0.562 4586 2982 0 0 0.562 2 interp_poly -40 -23 68 -14 4598 3043 3 MP PP 4598 3043 0 0 0.562 4666 3029 0 0 0.562 4598 3043 0 0 0.562 2 interp_poly 4666 3029 0 0 0.562 4626 3006 0 0 0.562 4666 3029 0 0 0.562 2 interp_poly 68 -14 -40 -24 4638 3067 3 MP PP 4638 3067 0 0 0.562 4598 3043 0 0 0.562 4638 3067 0 0 0.562 2 interp_poly 4598 3043 0 0 0.562 4666 3029 0 0 0.562 4598 3043 0 0 0.562 2 interp_poly 67 -43 -40 250 4647 2839 3 MP PP 4647 2839 0 0.312 1 4607 3089 0 0 0.812 4647 2839 0 0.312 1 2 interp_poly 4607 3089 0 0 0.812 4674 3046 0 0 0.875 4607 3089 0 0 0.812 2 interp_poly -40 34 68 -28 4634 3151 3 MP PP 4634 3151 0 0 0.688 4702 3123 0 0 0.688 4634 3151 0 0 0.688 2 interp_poly 4702 3123 0 0 0.688 4662 3157 0 0 0.562 4702 3123 0 0 0.688 2 interp_poly 68 -28 -40 105 4674 3046 3 MP PP 4674 3046 0 0 0.875 4634 3151 0 0 0.688 4674 3046 0 0 0.875 2 interp_poly 4634 3151 0 0 0.688 4702 3123 0 0 0.688 4634 3151 0 0 0.688 2 interp_poly -40 -396 68 28 4655 3223 3 MP PP 4655 3223 0 0 1 4723 3251 0 0 0.938 4655 3223 0 0 1 2 interp_poly 4723 3251 0 0 0.938 4683 2855 0 0.562 1 4723 3251 0 0 0.938 2 interp_poly 68 -14 -40 -24 4692 4246 3 MP PP 4692 4246 0 0 0.562 4652 4222 0 0 0.562 4692 4246 0 0 0.562 2 interp_poly 4652 4222 0 0 0.562 4720 4208 0 0 0.562 4652 4222 0 0 0.562 2 interp_poly -40 -24 68 -14 4652 4222 3 MP PP 4652 4222 0 0 0.562 4720 4208 0 0 0.562 4652 4222 0 0 0.562 2 interp_poly 4720 4208 0 0 0.562 4680 4184 0 0 0.562 4720 4208 0 0 0.562 2 interp_poly 68 -13 -40 -26 4691 3698 3 MP PP 4691 3698 0 0 0.562 4651 3672 0 0 0.562 4691 3698 0 0 0.562 2 interp_poly 4651 3672 0 0 0.562 4719 3659 0 0 0.562 4651 3672 0 0 0.562 2 interp_poly -40 -29 68 -13 4651 3672 3 MP PP 4651 3672 0 0 0.562 4719 3659 0 0 0.562 4651 3672 0 0 0.562 2 interp_poly 4719 3659 0 0 0.562 4679 3630 0 0 0.562 4719 3659 0 0 0.562 2 interp_poly 68 -14 -40 -24 4688 3861 3 MP PP 4688 3861 0 0 0.562 4648 3837 0 0 0.562 4688 3861 0 0 0.562 2 interp_poly 4648 3837 0 0 0.562 4716 3823 0 0 0.562 4648 3837 0 0 0.562 2 interp_poly -40 -24 68 -14 4648 3837 3 MP PP 4648 3837 0 0 0.562 4716 3823 0 0 0.562 4648 3837 0 0 0.562 2 interp_poly 4716 3823 0 0 0.562 4676 3799 0 0 0.562 4716 3823 0 0 0.562 2 interp_poly 68 -13 -40 -25 4684 4023 3 MP PP 4684 4023 0 0 0.562 4644 3998 0 0 0.562 4684 4023 0 0 0.562 2 interp_poly 4644 3998 0 0 0.562 4712 3985 0 0 0.562 4644 3998 0 0 0.562 2 interp_poly -40 -24 68 -13 4644 3998 3 MP PP 4644 3998 0 0 0.562 4712 3985 0 0 0.562 4644 3998 0 0 0.562 2 interp_poly 4712 3985 0 0 0.562 4672 3961 0 0 0.562 4712 3985 0 0 0.562 2 interp_poly -40 562 68 -133 4619 2410 3 MP PP 4619 2410 0.0625 1 1 4687 2277 0.312 1 0.75 4619 2410 0.0625 1 1 2 interp_poly 4687 2277 0.312 1 0.75 4647 2839 0 0.312 1 4687 2277 0.312 1 0.75 2 interp_poly 68 -133 -40 823 4659 1587 3 MP PP 4659 1587 1 0.562 0 4619 2410 0.0625 1 1 4659 1587 1 0.562 0 2 interp_poly 4619 2410 0.0625 1 1 4687 2277 0.312 1 0.75 4619 2410 0.0625 1 1 2 interp_poly 68 125 -40 -745 4683 2855 3 MP PP 4683 2855 0 0.562 1 4643 2110 0.812 1 0.25 4683 2855 0 0.562 1 2 interp_poly 4643 2110 0.812 1 0.25 4711 2235 0.562 1 0.5 4643 2110 0.812 1 0.25 2 interp_poly -40 -885 68 125 4643 2110 3 MP PP 4643 2110 0.812 1 0.25 4711 2235 0.562 1 0.5 4643 2110 0.812 1 0.25 2 interp_poly 4711 2235 0.562 1 0.5 4671 1350 1 0.0625 0 4711 2235 0.562 1 0.5 2 interp_poly 68 -14 -40 -24 4680 4184 3 MP PP 4680 4184 0 0 0.562 4640 4160 0 0 0.562 4680 4184 0 0 0.562 2 interp_poly 4640 4160 0 0 0.562 4708 4146 0 0 0.562 4640 4160 0 0 0.562 2 interp_poly -40 -24 68 -14 4640 4160 3 MP PP 4640 4160 0 0 0.562 4708 4146 0 0 0.562 4640 4160 0 0 0.562 2 interp_poly 4708 4146 0 0 0.562 4668 4122 0 0 0.562 4708 4146 0 0 0.562 2 interp_poly 68 -10 -40 -38 4679 3630 3 MP PP 4679 3630 0 0 0.562 4639 3592 0 0 0.562 4679 3630 0 0 0.562 2 interp_poly 4639 3592 0 0 0.562 4707 3582 0 0 0.562 4639 3592 0 0 0.562 2 interp_poly -40 -55 68 -10 4639 3592 3 MP PP 4639 3592 0 0 0.562 4707 3582 0 0 0.562 4639 3592 0 0 0.562 2 interp_poly 4707 3582 0 0 0.562 4667 3527 0 0 0.625 4707 3582 0 0 0.562 2 interp_poly 68 -14 -41 -24 4676 3799 3 MP PP 4676 3799 0 0 0.562 4635 3775 0 0 0.562 4676 3799 0 0 0.562 2 interp_poly 4635 3775 0 0 0.562 4703 3761 0 0 0.562 4635 3775 0 0 0.562 2 interp_poly -40 -24 68 -14 4635 3775 3 MP PP 4635 3775 0 0 0.562 4703 3761 0 0 0.562 4635 3775 0 0 0.562 2 interp_poly 4703 3761 0 0 0.562 4663 3737 0 0 0.562 4703 3761 0 0 0.562 2 interp_poly 68 -14 -40 -24 4672 3961 3 MP PP 4672 3961 0 0 0.562 4632 3937 0 0 0.562 4672 3961 0 0 0.562 2 interp_poly 4632 3937 0 0 0.562 4700 3923 0 0 0.562 4632 3937 0 0 0.562 2 interp_poly -40 -24 68 -14 4632 3937 3 MP PP 4632 3937 0 0 0.562 4700 3923 0 0 0.562 4632 3937 0 0 0.562 2 interp_poly 4700 3923 0 0 0.562 4660 3899 0 0 0.562 4700 3923 0 0 0.562 2 interp_poly 68 -47 -40 -274 4671 1350 3 MP PP 4671 1350 1 0.0625 0 4631 1076 0.625 0 0 4671 1350 1 0.0625 0 2 interp_poly 4631 1076 0.625 0 0 4699 1029 0.562 0 0 4631 1076 0.625 0 0 2 interp_poly 68 -14 -40 -24 4668 4122 3 MP PP 4668 4122 0 0 0.562 4628 4098 0 0 0.562 4668 4122 0 0 0.562 2 interp_poly 4628 4098 0 0 0.562 4696 4084 0 0 0.562 4628 4098 0 0 0.562 2 interp_poly -40 -24 68 -14 4628 4098 3 MP PP 4628 4098 0 0 0.562 4696 4084 0 0 0.562 4628 4098 0 0 0.562 2 interp_poly 4696 4084 0 0 0.562 4656 4060 0 0 0.562 4696 4084 0 0 0.562 2 interp_poly 68 5 -40 -105 4667 3527 3 MP PP 4667 3527 0 0 0.625 4627 3422 0 0 0.75 4667 3527 0 0 0.625 2 interp_poly 4627 3422 0 0 0.75 4695 3427 0 0 0.75 4627 3422 0 0 0.75 2 interp_poly -40 -204 68 5 4627 3422 3 MP PP 4627 3422 0 0 0.75 4695 3427 0 0 0.75 4627 3422 0 0 0.75 2 interp_poly 4695 3427 0 0 0.75 4655 3223 0 0 1 4695 3427 0 0 0.75 2 interp_poly -40 -24 68 -13 4624 4259 3 MP PP 4624 4259 0 0 0.562 4692 4246 0 0 0.562 4624 4259 0 0 0.562 2 interp_poly 4692 4246 0 0 0.562 4652 4222 0 0 0.562 4692 4246 0 0 0.562 2 interp_poly 68 -14 -40 -25 4663 3737 3 MP PP 4663 3737 0 0 0.562 4623 3712 0 0 0.562 4663 3737 0 0 0.562 2 interp_poly 4623 3712 0 0 0.562 4691 3698 0 0 0.562 4623 3712 0 0 0.562 2 interp_poly -40 -26 68 -14 4623 3712 3 MP PP 4623 3712 0 0 0.562 4691 3698 0 0 0.562 4623 3712 0 0 0.562 2 interp_poly 4691 3698 0 0 0.562 4651 3672 0 0 0.562 4691 3698 0 0 0.562 2 interp_poly 68 -14 -40 -24 4660 3899 3 MP PP 4660 3899 0 0 0.562 4620 3875 0 0 0.562 4660 3899 0 0 0.562 2 interp_poly 4620 3875 0 0 0.562 4688 3861 0 0 0.562 4620 3875 0 0 0.562 2 interp_poly -40 -24 68 -14 4620 3875 3 MP PP 4620 3875 0 0 0.562 4688 3861 0 0 0.562 4620 3875 0 0 0.562 2 interp_poly 4688 3861 0 0 0.562 4648 3837 0 0 0.562 4688 3861 0 0 0.562 2 interp_poly 68 -13 -40 -24 4656 4060 3 MP PP 4656 4060 0 0 0.562 4616 4036 0 0 0.562 4656 4060 0 0 0.562 2 interp_poly 4616 4036 0 0 0.562 4684 4023 0 0 0.562 4616 4036 0 0 0.562 2 interp_poly -40 -25 68 -13 4616 4036 3 MP PP 4616 4036 0 0 0.562 4684 4023 0 0 0.562 4616 4036 0 0 0.562 2 interp_poly 4684 4023 0 0 0.562 4644 3998 0 0 0.562 4684 4023 0 0 0.562 2 interp_poly -40 -24 68 -14 4546 2958 3 MP PP 4546 2958 0 0 0.562 4614 2944 0 0 0.562 4546 2958 0 0 0.562 2 interp_poly 4614 2944 0 0 0.562 4574 2920 0 0 0.562 4614 2944 0 0 0.562 2 interp_poly 68 -14 -40 -24 4586 2982 3 MP PP 4586 2982 0 0 0.562 4546 2958 0 0 0.562 4586 2982 0 0 0.562 2 interp_poly 4546 2958 0 0 0.562 4614 2944 0 0 0.562 4546 2958 0 0 0.562 2 interp_poly -40 250 68 -75 4579 2914 3 MP PP 4579 2914 0 0.188 1 4647 2839 0 0.312 1 4579 2914 0 0.188 1 2 interp_poly 4647 2839 0 0.312 1 4607 3089 0 0 0.812 4647 2839 0 0.312 1 2 interp_poly 68 -75 -40 504 4619 2410 3 MP PP 4619 2410 0.0625 1 1 4579 2914 0 0.188 1 4619 2410 0.0625 1 1 2 interp_poly 4579 2914 0 0.188 1 4647 2839 0 0.312 1 4579 2914 0 0.188 1 2 interp_poly 68 77 -40 -445 4655 3223 3 MP PP 4655 3223 0 0 1 4615 2778 0 0.75 1 4655 3223 0 0 1 2 interp_poly 4615 2778 0 0.75 1 4683 2855 0 0.562 1 4615 2778 0 0.75 1 2 interp_poly -40 -745 68 77 4615 2778 3 MP PP 4615 2778 0 0.75 1 4683 2855 0 0.562 1 4615 2778 0 0.75 1 2 interp_poly 4683 2855 0 0.562 1 4643 2110 0.812 1 0.25 4683 2855 0 0.562 1 2 interp_poly 68 -14 -40 -24 4652 4222 3 MP PP 4652 4222 0 0 0.562 4612 4198 0 0 0.562 4652 4222 0 0 0.562 2 interp_poly 4612 4198 0 0 0.562 4680 4184 0 0 0.562 4612 4198 0 0 0.562 2 interp_poly -40 -24 68 -14 4612 4198 3 MP PP 4612 4198 0 0 0.562 4680 4184 0 0 0.562 4612 4198 0 0 0.562 2 interp_poly 4680 4184 0 0 0.562 4640 4160 0 0 0.562 4680 4184 0 0 0.562 2 interp_poly 68 -12 -40 -30 4651 3672 3 MP PP 4651 3672 0 0 0.562 4611 3642 0 0 0.562 4651 3672 0 0 0.562 2 interp_poly 4611 3642 0 0 0.562 4679 3630 0 0 0.562 4611 3642 0 0 0.562 2 interp_poly -40 -38 68 -12 4611 3642 3 MP PP 4611 3642 0 0 0.562 4679 3630 0 0 0.562 4611 3642 0 0 0.562 2 interp_poly 4679 3630 0 0 0.562 4639 3592 0 0 0.562 4679 3630 0 0 0.562 2 interp_poly 68 -14 -40 -24 4648 3837 3 MP PP 4648 3837 0 0 0.562 4608 3813 0 0 0.562 4648 3837 0 0 0.562 2 interp_poly 4608 3813 0 0 0.562 4676 3799 0 0 0.562 4608 3813 0 0 0.562 2 interp_poly -41 -24 68 -14 4608 3813 3 MP PP 4608 3813 0 0 0.562 4676 3799 0 0 0.562 4608 3813 0 0 0.562 2 interp_poly 4676 3799 0 0 0.562 4635 3775 0 0 0.562 4676 3799 0 0 0.562 2 interp_poly 68 -13 -40 -24 4644 3998 3 MP PP 4644 3998 0 0 0.562 4604 3974 0 0 0.562 4644 3998 0 0 0.562 2 interp_poly 4604 3974 0 0 0.562 4672 3961 0 0 0.562 4604 3974 0 0 0.562 2 interp_poly -40 -24 68 -13 4604 3974 3 MP PP 4604 3974 0 0 0.562 4672 3961 0 0 0.562 4604 3974 0 0 0.562 2 interp_poly 4672 3961 0 0 0.562 4632 3937 0 0 0.562 4672 3961 0 0 0.562 2 interp_poly -40 668 68 -75 4563 1151 3 MP PP 4563 1151 0.688 0 0 4631 1076 0.625 0 0 4563 1151 0.688 0 0 2 interp_poly 4631 1076 0.625 0 0 4591 1744 1 0.812 0 4631 1076 0.625 0 0 2 interp_poly -40 823 68 -157 4591 1744 3 MP PP 4591 1744 1 0.812 0 4659 1587 1 0.562 0 4591 1744 1 0.812 0 2 interp_poly 4659 1587 1 0.562 0 4619 2410 0.0625 1 1 4659 1587 1 0.562 0 2 interp_poly 68 -157 -40 668 4631 1076 3 MP PP 4631 1076 0.625 0 0 4591 1744 1 0.812 0 4631 1076 0.625 0 0 2 interp_poly 4591 1744 1 0.812 0 4659 1587 1 0.562 0 4591 1744 1 0.812 0 2 interp_poly 68 93 -40 -853 4643 2110 3 MP PP 4643 2110 0.812 1 0.25 4603 1257 0.875 0 0 4643 2110 0.812 1 0.25 2 interp_poly 4603 1257 0.875 0 0 4671 1350 1 0.0625 0 4603 1257 0.875 0 0 2 interp_poly -40 -274 68 93 4603 1257 3 MP PP 4603 1257 0.875 0 0 4671 1350 1 0.0625 0 4603 1257 0.875 0 0 2 interp_poly 4671 1350 1 0.0625 0 4631 1076 0.625 0 0 4671 1350 1 0.0625 0 2 interp_poly 68 -14 -40 -24 4640 4160 3 MP PP 4640 4160 0 0 0.562 4600 4136 0 0 0.562 4640 4160 0 0 0.562 2 interp_poly 4600 4136 0 0 0.562 4668 4122 0 0 0.562 4600 4136 0 0 0.562 2 interp_poly -40 -24 68 -14 4600 4136 3 MP PP 4600 4136 0 0 0.562 4668 4122 0 0 0.562 4600 4136 0 0 0.562 2 interp_poly 4668 4122 0 0 0.562 4628 4098 0 0 0.562 4668 4122 0 0 0.562 2 interp_poly 68 -6 -40 -59 4639 3592 3 MP PP 4639 3592 0 0 0.562 4599 3533 0 0 0.625 4639 3592 0 0 0.562 2 interp_poly 4599 3533 0 0 0.625 4667 3527 0 0 0.625 4599 3533 0 0 0.625 2 interp_poly -40 -105 68 -6 4599 3533 3 MP PP 4599 3533 0 0 0.625 4667 3527 0 0 0.625 4599 3533 0 0 0.625 2 interp_poly 4667 3527 0 0 0.625 4627 3422 0 0 0.75 4667 3527 0 0 0.625 2 interp_poly 68 -13 -40 -25 4635 3775 3 MP PP 4635 3775 0 0 0.562 4595 3750 0 0 0.562 4635 3775 0 0 0.562 2 interp_poly 4595 3750 0 0 0.562 4663 3737 0 0 0.562 4595 3750 0 0 0.562 2 interp_poly -40 -25 68 -13 4595 3750 3 MP PP 4595 3750 0 0 0.562 4663 3737 0 0 0.562 4595 3750 0 0 0.562 2 interp_poly 4663 3737 0 0 0.562 4623 3712 0 0 0.562 4663 3737 0 0 0.562 2 interp_poly 68 -13 -40 -25 4632 3937 3 MP PP 4632 3937 0 0 0.562 4592 3912 0 0 0.562 4632 3937 0 0 0.562 2 interp_poly 4592 3912 0 0 0.562 4660 3899 0 0 0.562 4592 3912 0 0 0.562 2 interp_poly -40 -24 68 -13 4592 3912 3 MP PP 4592 3912 0 0 0.562 4660 3899 0 0 0.562 4592 3912 0 0 0.562 2 interp_poly 4660 3899 0 0 0.562 4620 3875 0 0 0.562 4660 3899 0 0 0.562 2 interp_poly 68 -14 -40 -24 4628 4098 3 MP PP 4628 4098 0 0 0.562 4588 4074 0 0 0.562 4628 4098 0 0 0.562 2 interp_poly 4588 4074 0 0 0.562 4656 4060 0 0 0.562 4588 4074 0 0 0.562 2 interp_poly -40 -24 68 -14 4588 4074 3 MP PP 4588 4074 0 0 0.562 4656 4060 0 0 0.562 4588 4074 0 0 0.562 2 interp_poly 4656 4060 0 0 0.562 4616 4036 0 0 0.562 4656 4060 0 0 0.562 2 interp_poly 68 33 -40 -232 4627 3422 3 MP PP 4627 3422 0 0 0.75 4587 3190 0 0.125 1 4627 3422 0 0 0.75 2 interp_poly 4587 3190 0 0.125 1 4655 3223 0 0 1 4587 3190 0 0.125 1 2 interp_poly -40 -6 67 -18 4527 3194 3 MP PP 4527 3194 0 0 0.562 4594 3176 0 0 0.562 4527 3194 0 0 0.562 2 interp_poly 4594 3176 0 0 0.562 4554 3170 0 0 0.562 4594 3176 0 0 0.562 2 interp_poly 67 -18 -40 18 4567 3176 3 MP PP 4567 3176 0 0 0.625 4527 3194 0 0 0.562 4567 3176 0 0 0.625 2 interp_poly 4527 3194 0 0 0.562 4594 3176 0 0 0.562 4527 3194 0 0 0.562 2 interp_poly -40 -24 68 -14 4530 3057 3 MP PP 4530 3057 0 0 0.562 4598 3043 0 0 0.562 4530 3057 0 0 0.562 2 interp_poly 4598 3043 0 0 0.562 4558 3019 0 0 0.562 4598 3043 0 0 0.562 2 interp_poly 68 -14 -40 -23 4570 3080 3 MP PP 4570 3080 0 0 0.562 4530 3057 0 0 0.562 4570 3080 0 0 0.562 2 interp_poly 4530 3057 0 0 0.562 4598 3043 0 0 0.562 4530 3057 0 0 0.562 2 interp_poly -40 -21 68 -15 4514 3153 3 MP PP 4514 3153 0 0 0.562 4582 3138 0 0 0.562 4514 3153 0 0 0.562 2 interp_poly 4582 3138 0 0 0.562 4542 3117 0 0 0.562 4582 3138 0 0 0.562 2 interp_poly 68 -15 -40 -17 4554 3170 3 MP PP 4554 3170 0 0 0.562 4514 3153 0 0 0.562 4554 3170 0 0 0.562 2 interp_poly 4514 3153 0 0 0.562 4582 3138 0 0 0.562 4514 3153 0 0 0.562 2 interp_poly -40 -23 68 -14 4542 3117 3 MP PP 4542 3117 0 0 0.562 4610 3103 0 0 0.562 4542 3117 0 0 0.562 2 interp_poly 4610 3103 0 0 0.562 4570 3080 0 0 0.562 4610 3103 0 0 0.562 2 interp_poly 68 -14 -40 -21 4582 3138 3 MP PP 4582 3138 0 0 0.562 4542 3117 0 0 0.562 4582 3138 0 0 0.562 2 interp_poly 4542 3117 0 0 0.562 4610 3103 0 0 0.562 4542 3117 0 0 0.562 2 interp_poly -40 -16 68 -16 4554 3170 3 MP PP 4554 3170 0 0 0.562 4622 3154 0 0 0.562 4554 3170 0 0 0.562 2 interp_poly 4622 3154 0 0 0.562 4582 3138 0 0 0.562 4622 3154 0 0 0.562 2 interp_poly 68 -16 -40 -6 4594 3176 3 MP PP 4594 3176 0 0 0.562 4554 3170 0 0 0.562 4594 3176 0 0 0.562 2 interp_poly 4554 3170 0 0 0.562 4622 3154 0 0 0.562 4554 3170 0 0 0.562 2 interp_poly -40 87 68 -39 4539 3128 3 MP PP 4539 3128 0 0 0.812 4607 3089 0 0 0.812 4539 3128 0 0 0.812 2 interp_poly 4607 3089 0 0 0.812 4567 3176 0 0 0.625 4607 3089 0 0 0.812 2 interp_poly -40 -23 68 -14 4474 3131 3 MP PP 4474 3131 0 0 0.562 4542 3117 0 0 0.562 4474 3131 0 0 0.562 2 interp_poly 4542 3117 0 0 0.562 4502 3094 0 0 0.562 4542 3117 0 0 0.562 2 interp_poly 68 -14 -40 -22 4514 3153 3 MP PP 4514 3153 0 0 0.562 4474 3131 0 0 0.562 4514 3153 0 0 0.562 2 interp_poly 4474 3131 0 0 0.562 4542 3117 0 0 0.562 4474 3131 0 0 0.562 2 interp_poly -40 -23 68 -14 4502 3094 3 MP PP 4502 3094 0 0 0.562 4570 3080 0 0 0.562 4502 3094 0 0 0.562 2 interp_poly 4570 3080 0 0 0.562 4530 3057 0 0 0.562 4570 3080 0 0 0.562 2 interp_poly 68 -14 -40 -23 4542 3117 3 MP PP 4542 3117 0 0 0.562 4502 3094 0 0 0.562 4542 3117 0 0 0.562 2 interp_poly 4502 3094 0 0 0.562 4570 3080 0 0 0.562 4502 3094 0 0 0.562 2 interp_poly -40 -24 68 -13 4518 2995 3 MP PP 4518 2995 0 0 0.562 4586 2982 0 0 0.562 4518 2995 0 0 0.562 2 interp_poly 4586 2982 0 0 0.562 4546 2958 0 0 0.562 4586 2982 0 0 0.562 2 interp_poly 68 -13 -40 -24 4558 3019 3 MP PP 4558 3019 0 0 0.562 4518 2995 0 0 0.562 4558 3019 0 0 0.562 2 interp_poly 4518 2995 0 0 0.562 4586 2982 0 0 0.562 4518 2995 0 0 0.562 2 interp_poly 68 -39 -40 214 4579 2914 3 MP PP 4579 2914 0 0.188 1 4539 3128 0 0 0.812 4579 2914 0 0.188 1 2 interp_poly 4539 3128 0 0 0.812 4607 3089 0 0 0.812 4539 3128 0 0 0.812 2 interp_poly -40 25 67 -25 4567 3176 3 MP PP 4567 3176 0 0 0.625 4634 3151 0 0 0.688 4567 3176 0 0 0.625 2 interp_poly 4634 3151 0 0 0.688 4594 3176 0 0 0.562 4634 3151 0 0 0.688 2 interp_poly 67 -25 -40 87 4607 3089 3 MP PP 4607 3089 0 0 0.812 4567 3176 0 0 0.625 4607 3089 0 0 0.812 2 interp_poly 4567 3176 0 0 0.625 4634 3151 0 0 0.688 4567 3176 0 0 0.625 2 interp_poly -40 -445 68 33 4587 3190 3 MP PP 4587 3190 0 0.125 1 4655 3223 0 0 1 4587 3190 0 0.125 1 2 interp_poly 4655 3223 0 0 1 4615 2778 0 0.75 1 4655 3223 0 0 1 2 interp_poly 68 -13 -40 -24 4624 4259 3 MP PP 4624 4259 0 0 0.562 4584 4235 0 0 0.562 4624 4259 0 0 0.562 2 interp_poly 4584 4235 0 0 0.562 4652 4222 0 0 0.562 4584 4235 0 0 0.562 2 interp_poly -40 -24 68 -13 4584 4235 3 MP PP 4584 4235 0 0 0.562 4652 4222 0 0 0.562 4584 4235 0 0 0.562 2 interp_poly 4652 4222 0 0 0.562 4612 4198 0 0 0.562 4652 4222 0 0 0.562 2 interp_poly 68 -13 -40 -27 4623 3712 3 MP PP 4623 3712 0 0 0.562 4583 3685 0 0 0.562 4623 3712 0 0 0.562 2 interp_poly 4583 3685 0 0 0.562 4651 3672 0 0 0.562 4583 3685 0 0 0.562 2 interp_poly -40 -30 68 -13 4583 3685 3 MP PP 4583 3685 0 0 0.562 4651 3672 0 0 0.562 4583 3685 0 0 0.562 2 interp_poly 4651 3672 0 0 0.562 4611 3642 0 0 0.562 4651 3672 0 0 0.562 2 interp_poly 68 -14 -40 -24 4620 3875 3 MP PP 4620 3875 0 0 0.562 4580 3851 0 0 0.562 4620 3875 0 0 0.562 2 interp_poly 4580 3851 0 0 0.562 4648 3837 0 0 0.562 4580 3851 0 0 0.562 2 interp_poly -40 -24 68 -14 4580 3851 3 MP PP 4580 3851 0 0 0.562 4648 3837 0 0 0.562 4580 3851 0 0 0.562 2 interp_poly 4648 3837 0 0 0.562 4608 3813 0 0 0.562 4648 3837 0 0 0.562 2 interp_poly 68 -14 -40 -24 4616 4036 3 MP PP 4616 4036 0 0 0.562 4576 4012 0 0 0.562 4616 4036 0 0 0.562 2 interp_poly 4576 4012 0 0 0.562 4644 3998 0 0 0.562 4576 4012 0 0 0.562 2 interp_poly -40 -24 68 -14 4576 4012 3 MP PP 4576 4012 0 0 0.562 4644 3998 0 0 0.562 4576 4012 0 0 0.562 2 interp_poly 4644 3998 0 0 0.562 4604 3974 0 0 0.562 4644 3998 0 0 0.562 2 interp_poly -40 790 68 -158 4523 1902 3 MP PP 4523 1902 1 1 0 4591 1744 1 0.812 0 4523 1902 1 1 0 2 interp_poly 4591 1744 1 0.812 0 4551 2534 0 0.875 1 4591 1744 1 0.812 0 2 interp_poly -40 504 68 -124 4551 2534 3 MP PP 4551 2534 0 0.875 1 4619 2410 0.0625 1 1 4551 2534 0 0.875 1 2 interp_poly 4619 2410 0.0625 1 1 4579 2914 0 0.188 1 4619 2410 0.0625 1 1 2 interp_poly 68 -124 -40 790 4591 1744 3 MP PP 4591 1744 1 0.812 0 4551 2534 0 0.875 1 4591 1744 1 0.812 0 2 interp_poly 4551 2534 0 0.875 1 4619 2410 0.0625 1 1 4551 2534 0 0.875 1 2 interp_poly 68 129 -40 -797 4615 2778 3 MP PP 4615 2778 0 0.75 1 4575 1981 1 1 0 4615 2778 0 0.75 1 2 interp_poly 4575 1981 1 1 0 4643 2110 0.812 1 0.25 4575 1981 1 1 0 2 interp_poly 68 -158 -40 751 4563 1151 3 MP PP 4563 1151 0.688 0 0 4523 1902 1 1 0 4563 1151 0.688 0 0 2 interp_poly 4523 1902 1 1 0 4591 1744 1 0.812 0 4523 1902 1 1 0 2 interp_poly -40 -853 68 129 4575 1981 3 MP PP 4575 1981 1 1 0 4643 2110 0.812 1 0.25 4575 1981 1 1 0 2 interp_poly 4643 2110 0.812 1 0.25 4603 1257 0.875 0 0 4643 2110 0.812 1 0.25 2 interp_poly 68 -13 -40 -25 4612 4198 3 MP PP 4612 4198 0 0 0.562 4572 4173 0 0 0.562 4612 4198 0 0 0.562 2 interp_poly 4572 4173 0 0 0.562 4640 4160 0 0 0.562 4572 4173 0 0 0.562 2 interp_poly -40 -24 68 -13 4572 4173 3 MP PP 4572 4173 0 0 0.562 4640 4160 0 0 0.562 4572 4173 0 0 0.562 2 interp_poly 4640 4160 0 0 0.562 4600 4136 0 0 0.562 4640 4160 0 0 0.562 2 interp_poly 68 -10 -40 -40 4611 3642 3 MP PP 4611 3642 0 0 0.562 4571 3602 0 0 0.562 4611 3642 0 0 0.562 2 interp_poly 4571 3602 0 0 0.562 4639 3592 0 0 0.562 4571 3602 0 0 0.562 2 interp_poly -40 -59 68 -10 4571 3602 3 MP PP 4571 3602 0 0 0.562 4639 3592 0 0 0.562 4571 3602 0 0 0.562 2 interp_poly 4639 3592 0 0 0.562 4599 3533 0 0 0.625 4639 3592 0 0 0.562 2 interp_poly 67 -14 -40 -24 4608 3813 3 MP PP 4608 3813 0 0 0.562 4568 3789 0 0 0.562 4608 3813 0 0 0.562 2 interp_poly 4568 3789 0 0 0.562 4635 3775 0 0 0.562 4568 3789 0 0 0.562 2 interp_poly -40 -25 67 -14 4568 3789 3 MP PP 4568 3789 0 0 0.562 4635 3775 0 0 0.562 4568 3789 0 0 0.562 2 interp_poly 4635 3775 0 0 0.562 4595 3750 0 0 0.562 4635 3775 0 0 0.562 2 interp_poly 68 -13 -40 -24 4604 3974 3 MP PP 4604 3974 0 0 0.562 4564 3950 0 0 0.562 4604 3974 0 0 0.562 2 interp_poly 4564 3950 0 0 0.562 4632 3937 0 0 0.562 4564 3950 0 0 0.562 2 interp_poly -40 -25 68 -13 4564 3950 3 MP PP 4564 3950 0 0 0.562 4632 3937 0 0 0.562 4564 3950 0 0 0.562 2 interp_poly 4632 3937 0 0 0.562 4592 3912 0 0 0.562 4632 3937 0 0 0.562 2 interp_poly 68 -75 -40 -106 4603 1257 3 MP PP 4603 1257 0.875 0 0 4563 1151 0.688 0 0 4603 1257 0.875 0 0 2 interp_poly 4563 1151 0.688 0 0 4631 1076 0.625 0 0 4563 1151 0.688 0 0 2 interp_poly 68 -14 -40 -24 4600 4136 3 MP PP 4600 4136 0 0 0.562 4560 4112 0 0 0.562 4600 4136 0 0 0.562 2 interp_poly 4560 4112 0 0 0.562 4628 4098 0 0 0.562 4560 4112 0 0 0.562 2 interp_poly -40 -24 68 -14 4560 4112 3 MP PP 4560 4112 0 0 0.562 4628 4098 0 0 0.562 4560 4112 0 0 0.562 2 interp_poly 4628 4098 0 0 0.562 4588 4074 0 0 0.562 4628 4098 0 0 0.562 2 interp_poly 68 8 -40 -119 4599 3533 3 MP PP 4599 3533 0 0 0.625 4559 3414 0 0 0.812 4599 3533 0 0 0.625 2 interp_poly 4559 3414 0 0 0.812 4627 3422 0 0 0.75 4559 3414 0 0 0.812 2 interp_poly -40 -232 68 8 4559 3414 3 MP PP 4559 3414 0 0 0.812 4627 3422 0 0 0.75 4559 3414 0 0 0.812 2 interp_poly 4627 3422 0 0 0.75 4587 3190 0 0.125 1 4627 3422 0 0 0.75 2 interp_poly -40 -24 67 -14 4557 4273 3 MP PP 4557 4273 0 0 0.562 4624 4259 0 0 0.562 4557 4273 0 0 0.562 2 interp_poly 4624 4259 0 0 0.562 4584 4235 0 0 0.562 4624 4259 0 0 0.562 2 interp_poly 68 -13 -40 -25 4595 3750 3 MP PP 4595 3750 0 0 0.562 4555 3725 0 0 0.562 4595 3750 0 0 0.562 2 interp_poly 4555 3725 0 0 0.562 4623 3712 0 0 0.562 4555 3725 0 0 0.562 2 interp_poly -40 -27 68 -13 4555 3725 3 MP PP 4555 3725 0 0 0.562 4623 3712 0 0 0.562 4555 3725 0 0 0.562 2 interp_poly 4623 3712 0 0 0.562 4583 3685 0 0 0.562 4623 3712 0 0 0.562 2 interp_poly 68 -13 -40 -24 4592 3912 3 MP PP 4592 3912 0 0 0.562 4552 3888 0 0 0.562 4592 3912 0 0 0.562 2 interp_poly 4552 3888 0 0 0.562 4620 3875 0 0 0.562 4552 3888 0 0 0.562 2 interp_poly -40 -24 68 -13 4552 3888 3 MP PP 4552 3888 0 0 0.562 4620 3875 0 0 0.562 4552 3888 0 0 0.562 2 interp_poly 4620 3875 0 0 0.562 4580 3851 0 0 0.562 4620 3875 0 0 0.562 2 interp_poly 68 -14 -40 -24 4588 4074 3 MP PP 4588 4074 0 0 0.562 4548 4050 0 0 0.562 4588 4074 0 0 0.562 2 interp_poly 4548 4050 0 0 0.562 4616 4036 0 0 0.562 4548 4050 0 0 0.562 2 interp_poly -40 -24 68 -14 4548 4050 3 MP PP 4548 4050 0 0 0.562 4616 4036 0 0 0.562 4548 4050 0 0 0.562 2 interp_poly 4616 4036 0 0 0.562 4576 4012 0 0 0.562 4616 4036 0 0 0.562 2 interp_poly -40 -24 68 -13 4506 2933 3 MP PP 4506 2933 0 0 0.562 4574 2920 0 0 0.562 4506 2933 0 0 0.562 2 interp_poly 4574 2920 0 0 0.562 4534 2896 0 0 0.562 4574 2920 0 0 0.562 2 interp_poly 68 -13 -40 -25 4546 2958 3 MP PP 4546 2958 0 0 0.562 4506 2933 0 0 0.562 4546 2958 0 0 0.562 2 interp_poly 4506 2933 0 0 0.562 4574 2920 0 0 0.562 4506 2933 0 0 0.562 2 interp_poly -40 -24 68 -14 4450 3009 3 MP PP 4450 3009 0 0 0.562 4518 2995 0 0 0.562 4450 3009 0 0 0.562 2 interp_poly 4518 2995 0 0 0.562 4478 2971 0 0 0.562 4518 2995 0 0 0.562 2 interp_poly 68 -14 -40 -24 4490 3033 3 MP PP 4490 3033 0 0 0.562 4450 3009 0 0 0.562 4490 3033 0 0 0.562 2 interp_poly 4450 3009 0 0 0.562 4518 2995 0 0 0.562 4450 3009 0 0 0.562 2 interp_poly -40 -24 68 -14 4462 3071 3 MP PP 4462 3071 0 0 0.562 4530 3057 0 0 0.562 4462 3071 0 0 0.562 2 interp_poly 4530 3057 0 0 0.562 4490 3033 0 0 0.562 4530 3057 0 0 0.562 2 interp_poly 68 -14 -40 -23 4502 3094 3 MP PP 4502 3094 0 0 0.562 4462 3071 0 0 0.562 4502 3094 0 0 0.562 2 interp_poly 4462 3071 0 0 0.562 4530 3057 0 0 0.562 4462 3071 0 0 0.562 2 interp_poly -40 -25 68 -13 4478 2971 3 MP PP 4478 2971 0 0 0.562 4546 2958 0 0 0.562 4478 2971 0 0 0.562 2 interp_poly 4546 2958 0 0 0.562 4506 2933 0 0 0.562 4546 2958 0 0 0.562 2 interp_poly 68 -13 -40 -24 4518 2995 3 MP PP 4518 2995 0 0 0.562 4478 2971 0 0 0.562 4518 2995 0 0 0.562 2 interp_poly 4478 2971 0 0 0.562 4546 2958 0 0 0.562 4478 2971 0 0 0.562 2 interp_poly -40 -24 68 -14 4490 3033 3 MP PP 4490 3033 0 0 0.562 4558 3019 0 0 0.562 4490 3033 0 0 0.562 2 interp_poly 4558 3019 0 0 0.562 4518 2995 0 0 0.562 4558 3019 0 0 0.562 2 interp_poly 68 -14 -40 -24 4530 3057 3 MP PP 4530 3057 0 0 0.562 4490 3033 0 0 0.562 4530 3057 0 0 0.562 2 interp_poly 4490 3033 0 0 0.562 4558 3019 0 0 0.562 4490 3033 0 0 0.562 2 interp_poly -40 214 68 -67 4511 2981 3 MP PP 4511 2981 0 0.125 1 4579 2914 0 0.188 1 4511 2981 0 0.125 1 2 interp_poly 4579 2914 0 0.188 1 4539 3128 0 0 0.812 4579 2914 0 0.188 1 2 interp_poly -40 -24 68 -13 4466 2909 3 MP PP 4466 2909 0 0 0.562 4534 2896 0 0 0.562 4466 2909 0 0 0.562 2 interp_poly 4534 2896 0 0 0.562 4494 2872 0 0 0.562 4534 2896 0 0 0.562 2 interp_poly 68 -13 -40 -24 4506 2933 3 MP PP 4506 2933 0 0 0.562 4466 2909 0 0 0.562 4506 2933 0 0 0.562 2 interp_poly 4466 2909 0 0 0.562 4534 2896 0 0 0.562 4466 2909 0 0 0.562 2 interp_poly 68 -67 -40 447 4551 2534 3 MP PP 4551 2534 0 0.875 1 4511 2981 0 0.125 1 4551 2534 0 0.875 1 2 interp_poly 4511 2981 0 0.125 1 4579 2914 0 0.188 1 4511 2981 0 0.125 1 2 interp_poly 68 86 -40 -498 4587 3190 3 MP PP 4587 3190 0 0.125 1 4547 2692 0 0.938 1 4587 3190 0 0.125 1 2 interp_poly 4547 2692 0 0.938 1 4615 2778 0 0.75 1 4547 2692 0 0.938 1 2 interp_poly -40 -797 68 86 4547 2692 3 MP PP 4547 2692 0 0.938 1 4615 2778 0 0.75 1 4547 2692 0 0.938 1 2 interp_poly 4615 2778 0 0.75 1 4575 1981 1 1 0 4615 2778 0 0.75 1 2 interp_poly 68 -13 -40 -24 4584 4235 3 MP PP 4584 4235 0 0 0.562 4544 4211 0 0 0.562 4584 4235 0 0 0.562 2 interp_poly 4544 4211 0 0 0.562 4612 4198 0 0 0.562 4544 4211 0 0 0.562 2 interp_poly -40 -25 68 -13 4544 4211 3 MP PP 4544 4211 0 0 0.562 4612 4198 0 0 0.562 4544 4211 0 0 0.562 2 interp_poly 4612 4198 0 0 0.562 4572 4173 0 0 0.562 4612 4198 0 0 0.562 2 interp_poly 68 -12 -40 -31 4583 3685 3 MP PP 4583 3685 0 0 0.562 4543 3654 0 0 0.562 4583 3685 0 0 0.562 2 interp_poly 4543 3654 0 0 0.562 4611 3642 0 0 0.562 4543 3654 0 0 0.562 2 interp_poly -40 -40 68 -12 4543 3654 3 MP PP 4543 3654 0 0 0.562 4611 3642 0 0 0.562 4543 3654 0 0 0.562 2 interp_poly 4611 3642 0 0 0.562 4571 3602 0 0 0.562 4611 3642 0 0 0.562 2 interp_poly 68 -13 -40 -25 4580 3851 3 MP PP 4580 3851 0 0 0.562 4540 3826 0 0 0.562 4580 3851 0 0 0.562 2 interp_poly 4540 3826 0 0 0.562 4608 3813 0 0 0.562 4540 3826 0 0 0.562 2 interp_poly -40 -24 68 -13 4540 3826 3 MP PP 4540 3826 0 0 0.562 4608 3813 0 0 0.562 4540 3826 0 0 0.562 2 interp_poly 4608 3813 0 0 0.562 4568 3789 0 0 0.562 4608 3813 0 0 0.562 2 interp_poly 68 -14 -40 -24 4576 4012 3 MP PP 4576 4012 0 0 0.562 4536 3988 0 0 0.562 4576 4012 0 0 0.562 2 interp_poly 4536 3988 0 0 0.562 4604 3974 0 0 0.562 4536 3988 0 0 0.562 2 interp_poly -40 -24 68 -14 4536 3988 3 MP PP 4536 3988 0 0 0.562 4604 3974 0 0 0.562 4536 3988 0 0 0.562 2 interp_poly 4604 3974 0 0 0.562 4564 3950 0 0 0.562 4604 3974 0 0 0.562 2 interp_poly -40 751 68 -100 4495 1251 3 MP PP 4495 1251 0.875 0 0 4563 1151 0.688 0 0 4495 1251 0.875 0 0 2 interp_poly 4563 1151 0.688 0 0 4523 1902 1 1 0 4563 1151 0.688 0 0 2 interp_poly 68 -100 -40 67 4535 1184 3 MP PP 4535 1184 0.688 0 0 4495 1251 0.875 0 0 4535 1184 0.688 0 0 2 interp_poly 4495 1251 0.875 0 0 4563 1151 0.688 0 0 4495 1251 0.875 0 0 2 interp_poly 68 73 -40 -797 4575 1981 3 MP PP 4575 1981 1 1 0 4535 1184 0.688 0 0 4575 1981 1 1 0 2 interp_poly 4535 1184 0.688 0 0 4603 1257 0.875 0 0 4535 1184 0.688 0 0 2 interp_poly -40 -106 68 73 4535 1184 3 MP PP 4535 1184 0.688 0 0 4603 1257 0.875 0 0 4535 1184 0.688 0 0 2 interp_poly 4603 1257 0.875 0 0 4563 1151 0.688 0 0 4603 1257 0.875 0 0 2 interp_poly 68 -13 -40 -24 4572 4173 3 MP PP 4572 4173 0 0 0.562 4532 4149 0 0 0.562 4572 4173 0 0 0.562 2 interp_poly 4532 4149 0 0 0.562 4600 4136 0 0 0.562 4532 4149 0 0 0.562 2 interp_poly -40 -24 68 -13 4532 4149 3 MP PP 4532 4149 0 0 0.562 4600 4136 0 0 0.562 4532 4149 0 0 0.562 2 interp_poly 4600 4136 0 0 0.562 4560 4112 0 0 0.562 4600 4136 0 0 0.562 2 interp_poly 68 -3 -40 -66 4571 3602 3 MP PP 4571 3602 0 0 0.562 4531 3536 0 0 0.625 4571 3602 0 0 0.562 2 interp_poly 4531 3536 0 0 0.625 4599 3533 0 0 0.625 4531 3536 0 0 0.625 2 interp_poly -40 -119 68 -3 4531 3536 3 MP PP 4531 3536 0 0 0.625 4599 3533 0 0 0.625 4531 3536 0 0 0.625 2 interp_poly 4599 3533 0 0 0.625 4559 3414 0 0 0.812 4599 3533 0 0 0.625 2 interp_poly 67 -14 -40 -25 4568 3789 3 MP PP 4568 3789 0 0 0.562 4528 3764 0 0 0.562 4568 3789 0 0 0.562 2 interp_poly 4528 3764 0 0 0.562 4595 3750 0 0 0.562 4528 3764 0 0 0.562 2 interp_poly -40 -25 67 -14 4528 3764 3 MP PP 4528 3764 0 0 0.562 4595 3750 0 0 0.562 4528 3764 0 0 0.562 2 interp_poly 4595 3750 0 0 0.562 4555 3725 0 0 0.562 4595 3750 0 0 0.562 2 interp_poly 68 -14 -40 -24 4564 3950 3 MP PP 4564 3950 0 0 0.562 4524 3926 0 0 0.562 4564 3950 0 0 0.562 2 interp_poly 4524 3926 0 0 0.562 4592 3912 0 0 0.562 4524 3926 0 0 0.562 2 interp_poly -40 -24 68 -14 4524 3926 3 MP PP 4524 3926 0 0 0.562 4592 3912 0 0 0.562 4524 3926 0 0 0.562 2 interp_poly 4592 3912 0 0 0.562 4552 3888 0 0 0.562 4592 3912 0 0 0.562 2 interp_poly 68 -14 -40 -24 4560 4112 3 MP PP 4560 4112 0 0 0.562 4520 4088 0 0 0.562 4560 4112 0 0 0.562 2 interp_poly 4520 4088 0 0 0.562 4588 4074 0 0 0.562 4520 4088 0 0 0.562 2 interp_poly -40 -24 68 -14 4520 4088 3 MP PP 4520 4088 0 0 0.562 4588 4074 0 0 0.562 4520 4088 0 0 0.562 2 interp_poly 4588 4074 0 0 0.562 4548 4050 0 0 0.562 4588 4074 0 0 0.562 2 interp_poly -40 -9 68 -17 4459 3211 3 MP PP 4459 3211 0 0 0.562 4527 3194 0 0 0.562 4459 3211 0 0 0.562 2 interp_poly 4527 3194 0 0 0.562 4487 3185 0 0 0.562 4527 3194 0 0 0.562 2 interp_poly 68 -17 -40 12 4499 3199 3 MP PP 4499 3199 0 0 0.625 4459 3211 0 0 0.562 4499 3199 0 0 0.625 2 interp_poly 4459 3211 0 0 0.562 4527 3194 0 0 0.562 4459 3211 0 0 0.562 2 interp_poly -40 -22 67 -14 4447 3167 3 MP PP 4447 3167 0 0 0.562 4514 3153 0 0 0.562 4447 3167 0 0 0.562 2 interp_poly 4514 3153 0 0 0.562 4474 3131 0 0 0.562 4514 3153 0 0 0.562 2 interp_poly 67 -14 -40 -18 4487 3185 3 MP PP 4487 3185 0 0 0.562 4447 3167 0 0 0.562 4487 3185 0 0 0.562 2 interp_poly 4447 3167 0 0 0.562 4514 3153 0 0 0.562 4447 3167 0 0 0.562 2 interp_poly -40 -17 67 -15 4487 3185 3 MP PP 4487 3185 0 0 0.562 4554 3170 0 0 0.562 4487 3185 0 0 0.562 2 interp_poly 4554 3170 0 0 0.562 4514 3153 0 0 0.562 4554 3170 0 0 0.562 2 interp_poly 67 -15 -40 -9 4527 3194 3 MP PP 4527 3194 0 0 0.562 4487 3185 0 0 0.562 4527 3194 0 0 0.562 2 interp_poly 4487 3185 0 0 0.562 4554 3170 0 0 0.562 4487 3185 0 0 0.562 2 interp_poly -40 71 68 -36 4471 3164 3 MP PP 4471 3164 0 0 0.75 4539 3128 0 0 0.812 4471 3164 0 0 0.75 2 interp_poly 4539 3128 0 0 0.812 4499 3199 0 0 0.625 4539 3128 0 0 0.812 2 interp_poly -40 18 68 -23 4499 3199 3 MP PP 4499 3199 0 0 0.625 4567 3176 0 0 0.625 4499 3199 0 0 0.625 2 interp_poly 4567 3176 0 0 0.625 4527 3194 0 0 0.562 4567 3176 0 0 0.625 2 interp_poly 68 -23 -40 71 4539 3128 3 MP PP 4539 3128 0 0 0.812 4499 3199 0 0 0.625 4539 3128 0 0 0.812 2 interp_poly 4499 3199 0 0 0.625 4567 3176 0 0 0.625 4499 3199 0 0 0.625 2 interp_poly 68 40 -40 -264 4559 3414 3 MP PP 4559 3414 0 0 0.812 4519 3150 0 0.188 1 4559 3414 0 0 0.812 2 interp_poly 4519 3150 0 0.188 1 4587 3190 0 0.125 1 4519 3150 0 0.188 1 2 interp_poly -40 -23 68 -14 4434 3108 3 MP PP 4434 3108 0 0 0.562 4502 3094 0 0 0.562 4434 3108 0 0 0.562 2 interp_poly 4502 3094 0 0 0.562 4462 3071 0 0 0.562 4502 3094 0 0 0.562 2 interp_poly 68 -14 -40 -23 4474 3131 3 MP PP 4474 3131 0 0 0.562 4434 3108 0 0 0.562 4474 3131 0 0 0.562 2 interp_poly 4434 3108 0 0 0.562 4502 3094 0 0 0.562 4434 3108 0 0 0.562 2 interp_poly 68 -36 -40 183 4511 2981 3 MP PP 4511 2981 0 0.125 1 4471 3164 0 0 0.75 4511 2981 0 0.125 1 2 interp_poly 4471 3164 0 0 0.75 4539 3128 0 0 0.812 4471 3164 0 0 0.75 2 interp_poly -40 -498 68 40 4519 3150 3 MP PP 4519 3150 0 0.188 1 4587 3190 0 0.125 1 4519 3150 0 0.188 1 2 interp_poly 4587 3190 0 0.125 1 4547 2692 0 0.938 1 4587 3190 0 0.125 1 2 interp_poly 67 -14 -40 -24 4557 4273 3 MP PP 4557 4273 0 0 0.562 4517 4249 0 0 0.562 4557 4273 0 0 0.562 2 interp_poly 4517 4249 0 0 0.562 4584 4235 0 0 0.562 4517 4249 0 0 0.562 2 interp_poly -40 -24 67 -14 4517 4249 3 MP PP 4517 4249 0 0 0.562 4584 4235 0 0 0.562 4517 4249 0 0 0.562 2 interp_poly 4584 4235 0 0 0.562 4544 4211 0 0 0.562 4584 4235 0 0 0.562 2 interp_poly 68 -13 -40 -27 4555 3725 3 MP PP 4555 3725 0 0 0.562 4515 3698 0 0 0.562 4555 3725 0 0 0.562 2 interp_poly 4515 3698 0 0 0.562 4583 3685 0 0 0.562 4515 3698 0 0 0.562 2 interp_poly -40 -31 68 -13 4515 3698 3 MP PP 4515 3698 0 0 0.562 4583 3685 0 0 0.562 4515 3698 0 0 0.562 2 interp_poly 4583 3685 0 0 0.562 4543 3654 0 0 0.562 4583 3685 0 0 0.562 2 interp_poly 68 -13 -40 -24 4552 3888 3 MP PP 4552 3888 0 0 0.562 4512 3864 0 0 0.562 4552 3888 0 0 0.562 2 interp_poly 4512 3864 0 0 0.562 4580 3851 0 0 0.562 4512 3864 0 0 0.562 2 interp_poly -40 -25 68 -13 4512 3864 3 MP PP 4512 3864 0 0 0.562 4580 3851 0 0 0.562 4512 3864 0 0 0.562 2 interp_poly 4580 3851 0 0 0.562 4540 3826 0 0 0.562 4580 3851 0 0 0.562 2 interp_poly 68 -14 -40 -24 4548 4050 3 MP PP 4548 4050 0 0 0.562 4508 4026 0 0 0.562 4548 4050 0 0 0.562 2 interp_poly 4508 4026 0 0 0.562 4576 4012 0 0 0.562 4508 4026 0 0 0.562 2 interp_poly -40 -24 68 -14 4508 4026 3 MP PP 4508 4026 0 0 0.562 4576 4012 0 0 0.562 4508 4026 0 0 0.562 2 interp_poly 4576 4012 0 0 0.562 4536 3988 0 0 0.562 4576 4012 0 0 0.562 2 interp_poly -40 746 68 -156 4455 2058 3 MP PP 4455 2058 0.812 1 0.25 4523 1902 1 1 0 4455 2058 0.812 1 0.25 2 interp_poly 4523 1902 1 1 0 4483 2648 0 0.75 1 4523 1902 1 1 0 2 interp_poly 68 -156 -40 807 4495 1251 3 MP PP 4495 1251 0.875 0 0 4455 2058 0.812 1 0.25 4495 1251 0.875 0 0 2 interp_poly 4455 2058 0.812 1 0.25 4523 1902 1 1 0 4455 2058 0.812 1 0.25 2 interp_poly -40 447 68 -114 4483 2648 3 MP PP 4483 2648 0 0.75 1 4551 2534 0 0.875 1 4483 2648 0 0.75 1 2 interp_poly 4551 2534 0 0.875 1 4511 2981 0 0.125 1 4551 2534 0 0.875 1 2 interp_poly 68 -114 -40 746 4523 1902 3 MP PP 4523 1902 1 1 0 4483 2648 0 0.75 1 4523 1902 1 1 0 2 interp_poly 4483 2648 0 0.75 1 4551 2534 0 0.875 1 4483 2648 0 0.75 1 2 interp_poly 68 131 -40 -842 4547 2692 3 MP PP 4547 2692 0 0.938 1 4507 1850 1 0.75 0 4547 2692 0 0.938 1 2 interp_poly 4507 1850 1 0.75 0 4575 1981 1 1 0 4507 1850 1 0.75 0 2 interp_poly -40 -797 68 131 4507 1850 3 MP PP 4507 1850 1 0.75 0 4575 1981 1 1 0 4507 1850 1 0.75 0 2 interp_poly 4575 1981 1 1 0 4535 1184 0.688 0 0 4575 1981 1 1 0 2 interp_poly 68 -14 -40 -24 4544 4211 3 MP PP 4544 4211 0 0 0.562 4504 4187 0 0 0.562 4544 4211 0 0 0.562 2 interp_poly 4504 4187 0 0 0.562 4572 4173 0 0 0.562 4504 4187 0 0 0.562 2 interp_poly -40 -24 68 -14 4504 4187 3 MP PP 4504 4187 0 0 0.562 4572 4173 0 0 0.562 4504 4187 0 0 0.562 2 interp_poly 4572 4173 0 0 0.562 4532 4149 0 0 0.562 4572 4173 0 0 0.562 2 interp_poly 68 -9 -40 -43 4543 3654 3 MP PP 4543 3654 0 0 0.562 4503 3611 0 0 0.562 4543 3654 0 0 0.562 2 interp_poly 4503 3611 0 0 0.562 4571 3602 0 0 0.562 4503 3611 0 0 0.562 2 interp_poly -40 -66 68 -9 4503 3611 3 MP PP 4503 3611 0 0 0.562 4571 3602 0 0 0.562 4503 3611 0 0 0.562 2 interp_poly 4571 3602 0 0 0.562 4531 3536 0 0 0.625 4571 3602 0 0 0.562 2 interp_poly 68 -13 -40 -24 4540 3826 3 MP PP 4540 3826 0 0 0.562 4500 3802 0 0 0.562 4540 3826 0 0 0.562 2 interp_poly 4500 3802 0 0 0.562 4568 3789 0 0 0.562 4500 3802 0 0 0.562 2 interp_poly -40 -25 68 -13 4500 3802 3 MP PP 4500 3802 0 0 0.562 4568 3789 0 0 0.562 4500 3802 0 0 0.562 2 interp_poly 4568 3789 0 0 0.562 4528 3764 0 0 0.562 4568 3789 0 0 0.562 2 interp_poly 68 -14 -40 -24 4536 3988 3 MP PP 4536 3988 0 0 0.562 4496 3964 0 0 0.562 4536 3988 0 0 0.562 2 interp_poly 4496 3964 0 0 0.562 4564 3950 0 0 0.562 4496 3964 0 0 0.562 2 interp_poly -40 -24 68 -14 4496 3964 3 MP PP 4496 3964 0 0 0.562 4564 3950 0 0 0.562 4496 3964 0 0 0.562 2 interp_poly 4564 3950 0 0 0.562 4524 3926 0 0 0.562 4564 3950 0 0 0.562 2 interp_poly 68 -13 -40 -24 4532 4149 3 MP PP 4532 4149 0 0 0.562 4492 4125 0 0 0.562 4532 4149 0 0 0.562 2 interp_poly 4492 4125 0 0 0.562 4560 4112 0 0 0.562 4492 4125 0 0 0.562 2 interp_poly -40 -24 68 -13 4492 4125 3 MP PP 4492 4125 0 0 0.562 4560 4112 0 0 0.562 4492 4125 0 0 0.562 2 interp_poly 4560 4112 0 0 0.562 4520 4088 0 0 0.562 4560 4112 0 0 0.562 2 interp_poly 68 12 -40 -134 4531 3536 3 MP PP 4531 3536 0 0 0.625 4491 3402 0 0 0.812 4531 3536 0 0 0.625 2 interp_poly 4491 3402 0 0 0.812 4559 3414 0 0 0.812 4491 3402 0 0 0.812 2 interp_poly -40 -264 68 12 4491 3402 3 MP PP 4491 3402 0 0 0.812 4559 3414 0 0 0.812 4491 3402 0 0 0.812 2 interp_poly 4559 3414 0 0 0.812 4519 3150 0 0.188 1 4559 3414 0 0 0.812 2 interp_poly -40 -24 68 -14 4489 4287 3 MP PP 4489 4287 0 0 0.562 4557 4273 0 0 0.562 4489 4287 0 0 0.562 2 interp_poly 4557 4273 0 0 0.562 4517 4249 0 0 0.562 4557 4273 0 0 0.562 2 interp_poly 67 -14 -40 -25 4528 3764 3 MP PP 4528 3764 0 0 0.562 4488 3739 0 0 0.562 4528 3764 0 0 0.562 2 interp_poly 4488 3739 0 0 0.562 4555 3725 0 0 0.562 4488 3739 0 0 0.562 2 interp_poly -40 -27 67 -14 4488 3739 3 MP PP 4488 3739 0 0 0.562 4555 3725 0 0 0.562 4488 3739 0 0 0.562 2 interp_poly 4555 3725 0 0 0.562 4515 3698 0 0 0.562 4555 3725 0 0 0.562 2 interp_poly 68 -14 -40 -24 4524 3926 3 MP PP 4524 3926 0 0 0.562 4484 3902 0 0 0.562 4524 3926 0 0 0.562 2 interp_poly 4484 3902 0 0 0.562 4552 3888 0 0 0.562 4484 3902 0 0 0.562 2 interp_poly -40 -24 68 -14 4484 3902 3 MP PP 4484 3902 0 0 0.562 4552 3888 0 0 0.562 4484 3902 0 0 0.562 2 interp_poly 4552 3888 0 0 0.562 4512 3864 0 0 0.562 4552 3888 0 0 0.562 2 interp_poly 68 -13 -40 -25 4520 4088 3 MP PP 4520 4088 0 0 0.562 4480 4063 0 0 0.562 4520 4088 0 0 0.562 2 interp_poly 4480 4063 0 0 0.562 4548 4050 0 0 0.562 4480 4063 0 0 0.562 2 interp_poly -40 -24 68 -13 4480 4063 3 MP PP 4480 4063 0 0 0.562 4548 4050 0 0 0.562 4480 4063 0 0 0.562 2 interp_poly 4548 4050 0 0 0.562 4508 4026 0 0 0.562 4548 4050 0 0 0.562 2 interp_poly 68 -103 -40 693 4455 2058 3 MP PP 4455 2058 0.812 1 0.25 4415 2751 0 0.562 1 4455 2058 0.812 1 0.25 2 interp_poly 4415 2751 0 0.562 1 4483 2648 0 0.75 1 4415 2751 0 0.562 1 2 interp_poly -40 -24 68 -14 4438 2947 3 MP PP 4438 2947 0 0 0.562 4506 2933 0 0 0.562 4438 2947 0 0 0.562 2 interp_poly 4506 2933 0 0 0.562 4466 2909 0 0 0.562 4506 2933 0 0 0.562 2 interp_poly 68 -14 -40 -24 4478 2971 3 MP PP 4478 2971 0 0 0.562 4438 2947 0 0 0.562 4478 2971 0 0 0.562 2 interp_poly 4438 2947 0 0 0.562 4506 2933 0 0 0.562 4438 2947 0 0 0.562 2 interp_poly -40 -24 68 -13 4394 3084 3 MP PP 4394 3084 0 0 0.562 4462 3071 0 0 0.562 4394 3084 0 0 0.562 2 interp_poly 4462 3071 0 0 0.562 4422 3047 0 0 0.562 4462 3071 0 0 0.562 2 interp_poly 68 -13 -40 -24 4434 3108 3 MP PP 4434 3108 0 0 0.562 4394 3084 0 0 0.562 4434 3108 0 0 0.562 2 interp_poly 4394 3084 0 0 0.562 4462 3071 0 0 0.562 4394 3084 0 0 0.562 2 interp_poly -40 -23 67 -14 4407 3145 3 MP PP 4407 3145 0 0 0.562 4474 3131 0 0 0.562 4407 3145 0 0 0.562 2 interp_poly 4474 3131 0 0 0.562 4434 3108 0 0 0.562 4474 3131 0 0 0.562 2 interp_poly 67 -14 -40 -22 4447 3167 3 MP PP 4447 3167 0 0 0.562 4407 3145 0 0 0.562 4447 3167 0 0 0.562 2 interp_poly 4407 3145 0 0 0.562 4474 3131 0 0 0.562 4407 3145 0 0 0.562 2 interp_poly -40 -24 68 -14 4422 3047 3 MP PP 4422 3047 0 0 0.562 4490 3033 0 0 0.562 4422 3047 0 0 0.562 2 interp_poly 4490 3033 0 0 0.562 4450 3009 0 0 0.562 4490 3033 0 0 0.562 2 interp_poly 68 -14 -40 -24 4462 3071 3 MP PP 4462 3071 0 0 0.562 4422 3047 0 0 0.562 4462 3071 0 0 0.562 2 interp_poly 4422 3047 0 0 0.562 4490 3033 0 0 0.562 4422 3047 0 0 0.562 2 interp_poly -40 183 68 -61 4443 3042 3 MP PP 4443 3042 0 0 1 4511 2981 0 0.125 1 4443 3042 0 0 1 2 interp_poly 4511 2981 0 0.125 1 4471 3164 0 0 0.75 4511 2981 0 0.125 1 2 interp_poly -40 -24 68 -14 4382 3023 3 MP PP 4382 3023 0 0 0.562 4450 3009 0 0 0.562 4382 3023 0 0 0.562 2 interp_poly 4450 3009 0 0 0.562 4410 2985 0 0 0.562 4450 3009 0 0 0.562 2 interp_poly 68 -14 -40 -24 4422 3047 3 MP PP 4422 3047 0 0 0.562 4382 3023 0 0 0.562 4422 3047 0 0 0.562 2 interp_poly 4382 3023 0 0 0.562 4450 3009 0 0 0.562 4382 3023 0 0 0.562 2 interp_poly -40 -24 68 -14 4398 2923 3 MP PP 4398 2923 0 0 0.562 4466 2909 0 0 0.562 4398 2923 0 0 0.562 2 interp_poly 4466 2909 0 0 0.562 4426 2885 0 0 0.562 4466 2909 0 0 0.562 2 interp_poly 68 -14 -40 -24 4438 2947 3 MP PP 4438 2947 0 0 0.562 4398 2923 0 0 0.562 4438 2947 0 0 0.562 2 interp_poly 4398 2923 0 0 0.562 4466 2909 0 0 0.562 4398 2923 0 0 0.562 2 interp_poly -40 -24 68 -14 4410 2985 3 MP PP 4410 2985 0 0 0.562 4478 2971 0 0 0.562 4410 2985 0 0 0.562 2 interp_poly 4478 2971 0 0 0.562 4438 2947 0 0 0.562 4478 2971 0 0 0.562 2 interp_poly 68 -14 -40 -24 4450 3009 3 MP PP 4450 3009 0 0 0.562 4410 2985 0 0 0.562 4450 3009 0 0 0.562 2 interp_poly 4410 2985 0 0 0.562 4478 2971 0 0 0.562 4410 2985 0 0 0.562 2 interp_poly -40 -25 68 -13 4426 2885 3 MP PP 4426 2885 0 0 0.562 4494 2872 0 0 0.562 4426 2885 0 0 0.562 2 interp_poly 4494 2872 0 0 0.562 4454 2847 0 0 0.562 4494 2872 0 0 0.562 2 interp_poly 68 -13 -40 -24 4466 2909 3 MP PP 4466 2909 0 0 0.562 4426 2885 0 0 0.562 4466 2909 0 0 0.562 2 interp_poly 4426 2885 0 0 0.562 4494 2872 0 0 0.562 4426 2885 0 0 0.562 2 interp_poly 68 -61 -40 394 4483 2648 3 MP PP 4483 2648 0 0.75 1 4443 3042 0 0 1 4483 2648 0 0.75 1 2 interp_poly 4443 3042 0 0 1 4511 2981 0 0.125 1 4443 3042 0 0 1 2 interp_poly 68 97 -40 -555 4519 3150 3 MP PP 4519 3150 0 0.188 1 4479 2595 0.0625 1 1 4519 3150 0 0.188 1 2 interp_poly 4479 2595 0.0625 1 1 4547 2692 0 0.938 1 4479 2595 0.0625 1 1 2 interp_poly -40 -842 68 97 4479 2595 3 MP PP 4479 2595 0.0625 1 1 4547 2692 0 0.938 1 4479 2595 0.0625 1 1 2 interp_poly 4547 2692 0 0.938 1 4507 1850 1 0.75 0 4547 2692 0 0.938 1 2 interp_poly 67 -14 -40 -24 4517 4249 3 MP PP 4517 4249 0 0 0.562 4477 4225 0 0 0.562 4517 4249 0 0 0.562 2 interp_poly 4477 4225 0 0 0.562 4544 4211 0 0 0.562 4477 4225 0 0 0.562 2 interp_poly -40 -24 67 -14 4477 4225 3 MP PP 4477 4225 0 0 0.562 4544 4211 0 0 0.562 4477 4225 0 0 0.562 2 interp_poly 4544 4211 0 0 0.562 4504 4187 0 0 0.562 4544 4211 0 0 0.562 2 interp_poly 68 -12 -40 -32 4515 3698 3 MP PP 4515 3698 0 0 0.562 4475 3666 0 0 0.562 4515 3698 0 0 0.562 2 interp_poly 4475 3666 0 0 0.562 4543 3654 0 0 0.562 4475 3666 0 0 0.562 2 interp_poly -40 -43 68 -12 4475 3666 3 MP PP 4475 3666 0 0 0.562 4543 3654 0 0 0.562 4475 3666 0 0 0.562 2 interp_poly 4543 3654 0 0 0.562 4503 3611 0 0 0.562 4543 3654 0 0 0.562 2 interp_poly 68 -14 -40 -24 4512 3864 3 MP PP 4512 3864 0 0 0.562 4472 3840 0 0 0.562 4512 3864 0 0 0.562 2 interp_poly 4472 3840 0 0 0.562 4540 3826 0 0 0.562 4472 3840 0 0 0.562 2 interp_poly -40 -24 68 -14 4472 3840 3 MP PP 4472 3840 0 0 0.562 4540 3826 0 0 0.562 4472 3840 0 0 0.562 2 interp_poly 4540 3826 0 0 0.562 4500 3802 0 0 0.562 4540 3826 0 0 0.562 2 interp_poly 68 -14 -40 -24 4508 4026 3 MP PP 4508 4026 0 0 0.562 4468 4002 0 0 0.562 4508 4026 0 0 0.562 2 interp_poly 4468 4002 0 0 0.562 4536 3988 0 0 0.562 4468 4002 0 0 0.562 2 interp_poly -40 -24 68 -14 4468 4002 3 MP PP 4468 4002 0 0 0.562 4536 3988 0 0 0.562 4468 4002 0 0 0.562 2 interp_poly 4536 3988 0 0 0.562 4496 3964 0 0 0.562 4536 3988 0 0 0.562 2 interp_poly -40 807 68 -121 4427 1372 3 MP PP 4427 1372 1 0.0625 0 4495 1251 0.875 0 0 4427 1372 1 0.0625 0 2 interp_poly 4495 1251 0.875 0 0 4455 2058 0.812 1 0.25 4495 1251 0.875 0 0 2 interp_poly 68 -121 -40 235 4467 1137 3 MP PP 4467 1137 0.625 0 0 4427 1372 1 0.0625 0 4467 1137 0.625 0 0 2 interp_poly 4427 1372 1 0.0625 0 4495 1251 0.875 0 0 4427 1372 1 0.0625 0 2 interp_poly -40 67 68 47 4467 1137 3 MP PP 4467 1137 0.625 0 0 4535 1184 0.688 0 0 4467 1137 0.625 0 0 2 interp_poly 4535 1184 0.688 0 0 4495 1251 0.875 0 0 4535 1184 0.688 0 0 2 interp_poly 68 47 -40 -713 4507 1850 3 MP PP 4507 1850 1 0.75 0 4467 1137 0.625 0 0 4507 1850 1 0.75 0 2 interp_poly 4467 1137 0.625 0 0 4535 1184 0.688 0 0 4467 1137 0.625 0 0 2 interp_poly 68 -14 -40 -24 4504 4187 3 MP PP 4504 4187 0 0 0.562 4464 4163 0 0 0.562 4504 4187 0 0 0.562 2 interp_poly 4464 4163 0 0 0.562 4532 4149 0 0 0.562 4464 4163 0 0 0.562 2 interp_poly -40 -24 68 -14 4464 4163 3 MP PP 4464 4163 0 0 0.562 4532 4149 0 0 0.562 4464 4163 0 0 0.562 2 interp_poly 4532 4149 0 0 0.562 4492 4125 0 0 0.562 4532 4149 0 0 0.562 2 interp_poly 68 -2 -40 -73 4503 3611 3 MP PP 4503 3611 0 0 0.562 4463 3538 0 0 0.688 4503 3611 0 0 0.562 2 interp_poly 4463 3538 0 0 0.688 4531 3536 0 0 0.625 4463 3538 0 0 0.688 2 interp_poly -40 -134 68 -2 4463 3538 3 MP PP 4463 3538 0 0 0.688 4531 3536 0 0 0.625 4463 3538 0 0 0.688 2 interp_poly 4531 3536 0 0 0.625 4491 3402 0 0 0.812 4531 3536 0 0 0.625 2 interp_poly 68 -13 -40 -25 4500 3802 3 MP PP 4500 3802 0 0 0.562 4460 3777 0 0 0.562 4500 3802 0 0 0.562 2 interp_poly 4460 3777 0 0 0.562 4528 3764 0 0 0.562 4460 3777 0 0 0.562 2 interp_poly -40 -25 68 -13 4460 3777 3 MP PP 4460 3777 0 0 0.562 4528 3764 0 0 0.562 4460 3777 0 0 0.562 2 interp_poly 4528 3764 0 0 0.562 4488 3739 0 0 0.562 4528 3764 0 0 0.562 2 interp_poly 68 -14 -40 -24 4496 3964 3 MP PP 4496 3964 0 0 0.562 4456 3940 0 0 0.562 4496 3964 0 0 0.562 2 interp_poly 4456 3940 0 0 0.562 4524 3926 0 0 0.562 4456 3940 0 0 0.562 2 interp_poly -40 -24 68 -14 4456 3940 3 MP PP 4456 3940 0 0 0.562 4524 3926 0 0 0.562 4456 3940 0 0 0.562 2 interp_poly 4524 3926 0 0 0.562 4484 3902 0 0 0.562 4524 3926 0 0 0.562 2 interp_poly 68 -13 -40 -24 4492 4125 3 MP PP 4492 4125 0 0 0.562 4452 4101 0 0 0.562 4492 4125 0 0 0.562 2 interp_poly 4452 4101 0 0 0.562 4520 4088 0 0 0.562 4452 4101 0 0 0.562 2 interp_poly -40 -25 68 -13 4452 4101 3 MP PP 4452 4101 0 0 0.562 4520 4088 0 0 0.562 4452 4101 0 0 0.562 2 interp_poly 4520 4088 0 0 0.562 4480 4063 0 0 0.562 4520 4088 0 0 0.562 2 interp_poly -40 -19 68 -15 4351 3215 3 MP PP 4351 3215 0 0 0.562 4419 3200 0 0 0.562 4351 3215 0 0 0.562 2 interp_poly 4419 3200 0 0 0.562 4379 3181 0 0 0.562 4419 3200 0 0 0.562 2 interp_poly 68 -15 -40 -13 4391 3228 3 MP PP 4391 3228 0 0 0.562 4351 3215 0 0 0.562 4391 3228 0 0 0.562 2 interp_poly 4351 3215 0 0 0.562 4419 3200 0 0 0.562 4351 3215 0 0 0.562 2 interp_poly 68 -14 -40 -19 4419 3200 3 MP PP 4419 3200 0 0 0.562 4379 3181 0 0 0.562 4419 3200 0 0 0.562 2 interp_poly 4379 3181 0 0 0.562 4447 3167 0 0 0.562 4379 3181 0 0 0.562 2 interp_poly -40 -11 68 -17 4391 3228 3 MP PP 4391 3228 0 0 0.562 4459 3211 0 0 0.562 4391 3228 0 0 0.562 2 interp_poly 4459 3211 0 0 0.562 4419 3200 0 0 0.562 4459 3211 0 0 0.562 2 interp_poly 68 -17 -40 7 4431 3221 3 MP PP 4431 3221 0 0 0.625 4391 3228 0 0 0.562 4431 3221 0 0 0.625 2 interp_poly 4391 3228 0 0 0.562 4459 3211 0 0 0.562 4391 3228 0 0 0.562 2 interp_poly -40 -18 68 -15 4419 3200 3 MP PP 4419 3200 0 0 0.562 4487 3185 0 0 0.562 4419 3200 0 0 0.562 2 interp_poly 4487 3185 0 0 0.562 4447 3167 0 0 0.562 4487 3185 0 0 0.562 2 interp_poly 68 -15 -40 -11 4459 3211 3 MP PP 4459 3211 0 0 0.562 4419 3200 0 0 0.562 4459 3211 0 0 0.562 2 interp_poly 4419 3200 0 0 0.562 4487 3185 0 0 0.562 4419 3200 0 0 0.562 2 interp_poly -40 57 68 -33 4403 3197 3 MP PP 4403 3197 0 0 0.75 4471 3164 0 0 0.75 4403 3197 0 0 0.75 2 interp_poly 4471 3164 0 0 0.75 4431 3221 0 0 0.625 4471 3164 0 0 0.75 2 interp_poly -40 -24 67 -14 4367 3122 3 MP PP 4367 3122 0 0 0.562 4434 3108 0 0 0.562 4367 3122 0 0 0.562 2 interp_poly 4434 3108 0 0 0.562 4394 3084 0 0 0.562 4434 3108 0 0 0.562 2 interp_poly 67 -14 -40 -23 4407 3145 3 MP PP 4407 3145 0 0 0.562 4367 3122 0 0 0.562 4407 3145 0 0 0.562 2 interp_poly 4367 3122 0 0 0.562 4434 3108 0 0 0.562 4367 3122 0 0 0.562 2 interp_poly -40 -22 68 -14 4379 3181 3 MP PP 4379 3181 0 0 0.562 4447 3167 0 0 0.562 4379 3181 0 0 0.562 2 interp_poly 4447 3167 0 0 0.562 4407 3145 0 0 0.562 4447 3167 0 0 0.562 2 interp_poly 68 -33 -40 155 4443 3042 3 MP PP 4443 3042 0 0 1 4403 3197 0 0 0.75 4443 3042 0 0 1 2 interp_poly 4403 3197 0 0 0.75 4471 3164 0 0 0.75 4403 3197 0 0 0.75 2 interp_poly -40 12 68 -22 4431 3221 3 MP PP 4431 3221 0 0 0.625 4499 3199 0 0 0.625 4431 3221 0 0 0.625 2 interp_poly 4499 3199 0 0 0.625 4459 3211 0 0 0.562 4499 3199 0 0 0.625 2 interp_poly 68 -22 -40 57 4471 3164 3 MP PP 4471 3164 0 0 0.75 4431 3221 0 0 0.625 4471 3164 0 0 0.75 2 interp_poly 4431 3221 0 0 0.625 4499 3199 0 0 0.625 4431 3221 0 0 0.625 2 interp_poly 68 48 -40 -300 4491 3402 3 MP PP 4491 3402 0 0 0.812 4451 3102 0 0.312 1 4491 3402 0 0 0.812 2 interp_poly 4451 3102 0 0.312 1 4519 3150 0 0.188 1 4451 3102 0 0.312 1 2 interp_poly -40 -24 68 -14 4370 2961 3 MP PP 4370 2961 0 0 0.562 4438 2947 0 0 0.562 4370 2961 0 0 0.562 2 interp_poly 4438 2947 0 0 0.562 4398 2923 0 0 0.562 4438 2947 0 0 0.562 2 interp_poly 68 -14 -40 -24 4410 2985 3 MP PP 4410 2985 0 0 0.562 4370 2961 0 0 0.562 4410 2985 0 0 0.562 2 interp_poly 4370 2961 0 0 0.562 4438 2947 0 0 0.562 4370 2961 0 0 0.562 2 interp_poly -40 -24 68 -14 4386 2861 3 MP PP 4386 2861 0 0 0.562 4454 2847 0 0 0.562 4386 2861 0 0 0.562 2 interp_poly 4454 2847 0 0 0.562 4414 2823 0 0 0.562 4454 2847 0 0 0.562 2 interp_poly 68 -14 -40 -24 4426 2885 3 MP PP 4426 2885 0 0 0.562 4386 2861 0 0 0.562 4426 2885 0 0 0.562 2 interp_poly 4386 2861 0 0 0.562 4454 2847 0 0 0.562 4386 2861 0 0 0.562 2 interp_poly -40 394 68 -103 4415 2751 3 MP PP 4415 2751 0 0.562 1 4483 2648 0 0.75 1 4415 2751 0 0.562 1 2 interp_poly 4483 2648 0 0.75 1 4443 3042 0 0 1 4483 2648 0 0.75 1 2 interp_poly -40 -555 68 48 4451 3102 3 MP PP 4451 3102 0 0.312 1 4519 3150 0 0.188 1 4451 3102 0 0.312 1 2 interp_poly 4519 3150 0 0.188 1 4479 2595 0.0625 1 1 4519 3150 0 0.188 1 2 interp_poly 68 -14 -40 -24 4489 4287 3 MP PP 4489 4287 0 0 0.562 4449 4263 0 0 0.562 4489 4287 0 0 0.562 2 interp_poly 4449 4263 0 0 0.562 4517 4249 0 0 0.562 4449 4263 0 0 0.562 2 interp_poly -40 -24 68 -14 4449 4263 3 MP PP 4449 4263 0 0 0.562 4517 4249 0 0 0.562 4449 4263 0 0 0.562 2 interp_poly 4517 4249 0 0 0.562 4477 4225 0 0 0.562 4517 4249 0 0 0.562 2 interp_poly 67 -13 -40 -28 4488 3739 3 MP PP 4488 3739 0 0 0.562 4448 3711 0 0 0.562 4488 3739 0 0 0.562 2 interp_poly 4448 3711 0 0 0.562 4515 3698 0 0 0.562 4448 3711 0 0 0.562 2 interp_poly -40 -32 67 -13 4448 3711 3 MP PP 4448 3711 0 0 0.562 4515 3698 0 0 0.562 4448 3711 0 0 0.562 2 interp_poly 4515 3698 0 0 0.562 4475 3666 0 0 0.562 4515 3698 0 0 0.562 2 interp_poly 68 -14 -40 -24 4484 3902 3 MP PP 4484 3902 0 0 0.562 4444 3878 0 0 0.562 4484 3902 0 0 0.562 2 interp_poly 4444 3878 0 0 0.562 4512 3864 0 0 0.562 4444 3878 0 0 0.562 2 interp_poly -40 -24 68 -14 4444 3878 3 MP PP 4444 3878 0 0 0.562 4512 3864 0 0 0.562 4444 3878 0 0 0.562 2 interp_poly 4512 3864 0 0 0.562 4472 3840 0 0 0.562 4512 3864 0 0 0.562 2 interp_poly 68 -13 -40 -24 4480 4063 3 MP PP 4480 4063 0 0 0.562 4440 4039 0 0 0.562 4480 4063 0 0 0.562 2 interp_poly 4440 4039 0 0 0.562 4508 4026 0 0 0.562 4440 4039 0 0 0.562 2 interp_poly -40 -24 68 -13 4440 4039 3 MP PP 4440 4039 0 0 0.562 4508 4026 0 0 0.562 4440 4039 0 0 0.562 2 interp_poly 4508 4026 0 0 0.562 4468 4002 0 0 0.562 4508 4026 0 0 0.562 2 interp_poly -40 693 68 -152 4387 2210 3 MP PP 4387 2210 0.562 1 0.5 4455 2058 0.812 1 0.25 4387 2210 0.562 1 0.5 2 interp_poly 4455 2058 0.812 1 0.25 4415 2751 0 0.562 1 4455 2058 0.812 1 0.25 2 interp_poly 68 -152 -40 838 4427 1372 3 MP PP 4427 1372 1 0.0625 0 4387 2210 0.562 1 0.5 4427 1372 1 0.0625 0 2 interp_poly 4387 2210 0.562 1 0.5 4455 2058 0.812 1 0.25 4387 2210 0.562 1 0.5 2 interp_poly 68 130 -40 -875 4479 2595 3 MP PP 4479 2595 0.0625 1 1 4439 1720 1 0.5 0 4479 2595 0.0625 1 1 2 interp_poly 4439 1720 1 0.5 0 4507 1850 1 0.75 0 4439 1720 1 0.5 0 2 interp_poly -40 -713 68 130 4439 1720 3 MP PP 4439 1720 1 0.5 0 4507 1850 1 0.75 0 4439 1720 1 0.5 0 2 interp_poly 4507 1850 1 0.75 0 4467 1137 0.625 0 0 4507 1850 1 0.75 0 2 interp_poly 67 -14 -40 -24 4477 4225 3 MP PP 4477 4225 0 0 0.562 4437 4201 0 0 0.562 4477 4225 0 0 0.562 2 interp_poly 4437 4201 0 0 0.562 4504 4187 0 0 0.562 4437 4201 0 0 0.562 2 interp_poly -40 -24 67 -14 4437 4201 3 MP PP 4437 4201 0 0 0.562 4504 4187 0 0 0.562 4437 4201 0 0 0.562 2 interp_poly 4504 4187 0 0 0.562 4464 4163 0 0 0.562 4504 4187 0 0 0.562 2 interp_poly 68 -9 -40 -46 4475 3666 3 MP PP 4475 3666 0 0 0.562 4435 3620 0 0 0.562 4475 3666 0 0 0.562 2 interp_poly 4435 3620 0 0 0.562 4503 3611 0 0 0.562 4435 3620 0 0 0.562 2 interp_poly -40 -73 68 -9 4435 3620 3 MP PP 4435 3620 0 0 0.562 4503 3611 0 0 0.562 4435 3620 0 0 0.562 2 interp_poly 4503 3611 0 0 0.562 4463 3538 0 0 0.688 4503 3611 0 0 0.562 2 interp_poly 68 -14 -40 -24 4472 3840 3 MP PP 4472 3840 0 0 0.562 4432 3816 0 0 0.562 4472 3840 0 0 0.562 2 interp_poly 4432 3816 0 0 0.562 4500 3802 0 0 0.562 4432 3816 0 0 0.562 2 interp_poly -40 -25 68 -14 4432 3816 3 MP PP 4432 3816 0 0 0.562 4500 3802 0 0 0.562 4432 3816 0 0 0.562 2 interp_poly 4500 3802 0 0 0.562 4460 3777 0 0 0.562 4500 3802 0 0 0.562 2 interp_poly 68 -13 -40 -25 4468 4002 3 MP PP 4468 4002 0 0 0.562 4428 3977 0 0 0.562 4468 4002 0 0 0.562 2 interp_poly 4428 3977 0 0 0.562 4496 3964 0 0 0.562 4428 3977 0 0 0.562 2 interp_poly -40 -24 68 -13 4428 3977 3 MP PP 4428 3977 0 0 0.562 4496 3964 0 0 0.562 4428 3977 0 0 0.562 2 interp_poly 4496 3964 0 0 0.562 4456 3940 0 0 0.562 4496 3964 0 0 0.562 2 interp_poly 68 -14 -40 -24 4464 4163 3 MP PP 4464 4163 0 0 0.562 4424 4139 0 0 0.562 4464 4163 0 0 0.562 2 interp_poly 4424 4139 0 0 0.562 4492 4125 0 0 0.562 4424 4139 0 0 0.562 2 interp_poly -40 -24 68 -14 4424 4139 3 MP PP 4424 4139 0 0 0.562 4492 4125 0 0 0.562 4424 4139 0 0 0.562 2 interp_poly 4492 4125 0 0 0.562 4452 4101 0 0 0.562 4492 4125 0 0 0.562 2 interp_poly 68 16 -40 -152 4463 3538 3 MP PP 4463 3538 0 0 0.688 4423 3386 0 0 0.875 4463 3538 0 0 0.688 2 interp_poly 4423 3386 0 0 0.875 4491 3402 0 0 0.812 4423 3386 0 0 0.875 2 interp_poly -40 -300 68 16 4423 3386 3 MP PP 4423 3386 0 0 0.875 4491 3402 0 0 0.812 4423 3386 0 0 0.875 2 interp_poly 4491 3402 0 0 0.812 4451 3102 0 0.312 1 4491 3402 0 0 0.812 2 interp_poly -40 -24 68 -13 4421 4300 3 MP PP 4421 4300 0 0 0.562 4489 4287 0 0 0.562 4421 4300 0 0 0.562 2 interp_poly 4489 4287 0 0 0.562 4449 4263 0 0 0.562 4489 4287 0 0 0.562 2 interp_poly 68 -13 -40 -25 4460 3777 3 MP PP 4460 3777 0 0 0.562 4420 3752 0 0 0.562 4460 3777 0 0 0.562 2 interp_poly 4420 3752 0 0 0.562 4488 3739 0 0 0.562 4420 3752 0 0 0.562 2 interp_poly -40 -28 68 -13 4420 3752 3 MP PP 4420 3752 0 0 0.562 4488 3739 0 0 0.562 4420 3752 0 0 0.562 2 interp_poly 4488 3739 0 0 0.562 4448 3711 0 0 0.562 4488 3739 0 0 0.562 2 interp_poly 68 -14 -40 -24 4456 3940 3 MP PP 4456 3940 0 0 0.562 4416 3916 0 0 0.562 4456 3940 0 0 0.562 2 interp_poly 4416 3916 0 0 0.562 4484 3902 0 0 0.562 4416 3916 0 0 0.562 2 interp_poly -40 -24 68 -14 4416 3916 3 MP PP 4416 3916 0 0 0.562 4484 3902 0 0 0.562 4416 3916 0 0 0.562 2 interp_poly 4484 3902 0 0 0.562 4444 3878 0 0 0.562 4484 3902 0 0 0.562 2 interp_poly 68 -14 -40 -24 4452 4101 3 MP PP 4452 4101 0 0 0.562 4412 4077 0 0 0.562 4452 4101 0 0 0.562 2 interp_poly 4412 4077 0 0 0.562 4480 4063 0 0 0.562 4412 4077 0 0 0.562 2 interp_poly -40 -24 68 -14 4412 4077 3 MP PP 4412 4077 0 0 0.562 4480 4063 0 0 0.562 4412 4077 0 0 0.562 2 interp_poly 4480 4063 0 0 0.562 4440 4039 0 0 0.562 4480 4063 0 0 0.562 2 interp_poly 68 107 -40 -614 4451 3102 3 MP PP 4451 3102 0 0.312 1 4411 2488 0.312 1 0.75 4451 3102 0 0.312 1 2 interp_poly 4411 2488 0.312 1 0.75 4479 2595 0.0625 1 1 4411 2488 0.312 1 0.75 2 interp_poly -40 -875 68 107 4411 2488 3 MP PP 4411 2488 0.312 1 0.75 4479 2595 0.0625 1 1 4411 2488 0.312 1 0.75 2 interp_poly 4479 2595 0.0625 1 1 4439 1720 1 0.5 0 4479 2595 0.0625 1 1 2 interp_poly 68 -13 -40 -25 4449 4263 3 MP PP 4449 4263 0 0 0.562 4409 4238 0 0 0.562 4449 4263 0 0 0.562 2 interp_poly 4409 4238 0 0 0.562 4477 4225 0 0 0.562 4409 4238 0 0 0.562 2 interp_poly -40 -24 68 -13 4409 4238 3 MP PP 4409 4238 0 0 0.562 4477 4225 0 0 0.562 4409 4238 0 0 0.562 2 interp_poly 4477 4225 0 0 0.562 4437 4201 0 0 0.562 4477 4225 0 0 0.562 2 interp_poly 67 -11 -40 -34 4448 3711 3 MP PP 4448 3711 0 0 0.562 4408 3677 0 0 0.562 4448 3711 0 0 0.562 2 interp_poly 4408 3677 0 0 0.562 4475 3666 0 0 0.562 4408 3677 0 0 0.562 2 interp_poly -40 -46 67 -11 4408 3677 3 MP PP 4408 3677 0 0 0.562 4475 3666 0 0 0.562 4408 3677 0 0 0.562 2 interp_poly 4475 3666 0 0 0.562 4435 3620 0 0 0.562 4475 3666 0 0 0.562 2 interp_poly 68 -14 -40 -24 4444 3878 3 MP PP 4444 3878 0 0 0.562 4404 3854 0 0 0.562 4444 3878 0 0 0.562 2 interp_poly 4404 3854 0 0 0.562 4472 3840 0 0 0.562 4404 3854 0 0 0.562 2 interp_poly -40 -24 68 -14 4404 3854 3 MP PP 4404 3854 0 0 0.562 4472 3840 0 0 0.562 4404 3854 0 0 0.562 2 interp_poly 4472 3840 0 0 0.562 4432 3816 0 0 0.562 4472 3840 0 0 0.562 2 interp_poly 68 -13 -40 -24 4440 4039 3 MP PP 4440 4039 0 0 0.562 4400 4015 0 0 0.562 4440 4039 0 0 0.562 2 interp_poly 4400 4015 0 0 0.562 4468 4002 0 0 0.562 4400 4015 0 0 0.562 2 interp_poly -40 -25 68 -13 4400 4015 3 MP PP 4400 4015 0 0 0.562 4468 4002 0 0 0.562 4400 4015 0 0 0.562 2 interp_poly 4468 4002 0 0 0.562 4428 3977 0 0 0.562 4468 4002 0 0 0.562 2 interp_poly -40 838 68 -138 4359 1510 3 MP PP 4359 1510 1 0.25 0 4427 1372 1 0.0625 0 4359 1510 1 0.25 0 2 interp_poly 4427 1372 1 0.0625 0 4387 2210 0.562 1 0.5 4427 1372 1 0.0625 0 2 interp_poly 68 -138 -40 392 4399 1118 3 MP PP 4399 1118 0.562 0 0 4359 1510 1 0.25 0 4399 1118 0.562 0 0 2 interp_poly 4359 1510 1 0.25 0 4427 1372 1 0.0625 0 4359 1510 1 0.25 0 2 interp_poly -40 235 68 19 4399 1118 3 MP PP 4399 1118 0.562 0 0 4467 1137 0.625 0 0 4399 1118 0.562 0 0 2 interp_poly 4467 1137 0.625 0 0 4427 1372 1 0.0625 0 4467 1137 0.625 0 0 2 interp_poly 68 19 -40 -602 4439 1720 3 MP PP 4439 1720 1 0.5 0 4399 1118 0.562 0 0 4439 1720 1 0.5 0 2 interp_poly 4399 1118 0.562 0 0 4467 1137 0.625 0 0 4399 1118 0.562 0 0 2 interp_poly 67 -14 -40 -24 4437 4201 3 MP PP 4437 4201 0 0 0.562 4397 4177 0 0 0.562 4437 4201 0 0 0.562 2 interp_poly 4397 4177 0 0 0.562 4464 4163 0 0 0.562 4397 4177 0 0 0.562 2 interp_poly -40 -24 67 -14 4397 4177 3 MP PP 4397 4177 0 0 0.562 4464 4163 0 0 0.562 4397 4177 0 0 0.562 2 interp_poly 4464 4163 0 0 0.562 4424 4139 0 0 0.562 4464 4163 0 0 0.562 2 interp_poly 68 -1 -40 -81 4435 3620 3 MP PP 4435 3620 0 0 0.562 4395 3539 0 0 0.688 4435 3620 0 0 0.562 2 interp_poly 4395 3539 0 0 0.688 4463 3538 0 0 0.688 4395 3539 0 0 0.688 2 interp_poly -40 -152 68 -1 4395 3539 3 MP PP 4395 3539 0 0 0.688 4463 3538 0 0 0.688 4395 3539 0 0 0.688 2 interp_poly 4463 3538 0 0 0.688 4423 3386 0 0 0.875 4463 3538 0 0 0.688 2 interp_poly 68 -14 -40 -25 4432 3816 3 MP PP 4432 3816 0 0 0.562 4392 3791 0 0 0.562 4432 3816 0 0 0.562 2 interp_poly 4392 3791 0 0 0.562 4460 3777 0 0 0.562 4392 3791 0 0 0.562 2 interp_poly -40 -25 68 -14 4392 3791 3 MP PP 4392 3791 0 0 0.562 4460 3777 0 0 0.562 4392 3791 0 0 0.562 2 interp_poly 4460 3777 0 0 0.562 4420 3752 0 0 0.562 4460 3777 0 0 0.562 2 interp_poly 68 -13 -40 -24 4428 3977 3 MP PP 4428 3977 0 0 0.562 4388 3953 0 0 0.562 4428 3977 0 0 0.562 2 interp_poly 4388 3953 0 0 0.562 4456 3940 0 0 0.562 4388 3953 0 0 0.562 2 interp_poly -40 -24 68 -13 4388 3953 3 MP PP 4388 3953 0 0 0.562 4456 3940 0 0 0.562 4388 3953 0 0 0.562 2 interp_poly 4456 3940 0 0 0.562 4416 3916 0 0 0.562 4456 3940 0 0 0.562 2 interp_poly 68 -14 -40 -24 4424 4139 3 MP PP 4424 4139 0 0 0.562 4384 4115 0 0 0.562 4424 4139 0 0 0.562 2 interp_poly 4384 4115 0 0 0.562 4452 4101 0 0 0.562 4384 4115 0 0 0.562 2 interp_poly -40 -24 68 -14 4384 4115 3 MP PP 4384 4115 0 0 0.562 4452 4101 0 0 0.562 4384 4115 0 0 0.562 2 interp_poly 4452 4101 0 0 0.562 4412 4077 0 0 0.562 4452 4101 0 0 0.562 2 interp_poly -40 -24 67 -14 4327 3098 3 MP PP 4327 3098 0 0 0.562 4394 3084 0 0 0.562 4327 3098 0 0 0.562 2 interp_poly 4394 3084 0 0 0.562 4354 3060 0 0 0.562 4394 3084 0 0 0.562 2 interp_poly 67 -14 -40 -24 4367 3122 3 MP PP 4367 3122 0 0 0.562 4327 3098 0 0 0.562 4367 3122 0 0 0.562 2 interp_poly 4327 3098 0 0 0.562 4394 3084 0 0 0.562 4327 3098 0 0 0.562 2 interp_poly 68 -15 -40 -14 4323 3244 3 MP PP 4323 3244 0 0 0.562 4283 3230 0 0 0.562 4323 3244 0 0 0.562 2 interp_poly 4283 3230 0 0 0.562 4351 3215 0 0 0.562 4283 3230 0 0 0.562 2 interp_poly -40 -13 68 -16 4323 3244 3 MP PP 4323 3244 0 0 0.562 4391 3228 0 0 0.562 4323 3244 0 0 0.562 2 interp_poly 4391 3228 0 0 0.562 4351 3215 0 0 0.562 4391 3228 0 0 0.562 2 interp_poly 68 -16 -40 2 4363 3242 3 MP PP 4363 3242 0 0 0.625 4323 3244 0 0 0.562 4363 3242 0 0 0.625 2 interp_poly 4323 3244 0 0 0.562 4391 3228 0 0 0.562 4323 3244 0 0 0.562 2 interp_poly -40 45 68 -29 4335 3226 3 MP PP 4335 3226 0 0 0.688 4403 3197 0 0 0.75 4335 3226 0 0 0.688 2 interp_poly 4403 3197 0 0 0.75 4363 3242 0 0 0.625 4403 3197 0 0 0.75 2 interp_poly -40 -20 68 -15 4283 3230 3 MP PP 4283 3230 0 0 0.562 4351 3215 0 0 0.562 4283 3230 0 0 0.562 2 interp_poly 4351 3215 0 0 0.562 4311 3195 0 0 0.562 4351 3215 0 0 0.562 2 interp_poly -40 -22 68 -14 4311 3195 3 MP PP 4311 3195 0 0 0.562 4379 3181 0 0 0.562 4311 3195 0 0 0.562 2 interp_poly 4379 3181 0 0 0.562 4339 3159 0 0 0.562 4379 3181 0 0 0.562 2 interp_poly 68 -14 -40 -20 4351 3215 3 MP PP 4351 3215 0 0 0.562 4311 3195 0 0 0.562 4351 3215 0 0 0.562 2 interp_poly 4311 3195 0 0 0.562 4379 3181 0 0 0.562 4311 3195 0 0 0.562 2 interp_poly -40 -23 68 -14 4339 3159 3 MP PP 4339 3159 0 0 0.562 4407 3145 0 0 0.562 4339 3159 0 0 0.562 2 interp_poly 4407 3145 0 0 0.562 4367 3122 0 0 0.562 4407 3145 0 0 0.562 2 interp_poly 68 -14 -40 -22 4379 3181 3 MP PP 4379 3181 0 0 0.562 4339 3159 0 0 0.562 4379 3181 0 0 0.562 2 interp_poly 4339 3159 0 0 0.562 4407 3145 0 0 0.562 4339 3159 0 0 0.562 2 interp_poly 68 -29 -40 130 4375 3096 3 MP PP 4375 3096 0 0 0.938 4335 3226 0 0 0.688 4375 3096 0 0 0.938 2 interp_poly 4335 3226 0 0 0.688 4403 3197 0 0 0.75 4335 3226 0 0 0.688 2 interp_poly -40 -24 68 -13 4354 3060 3 MP PP 4354 3060 0 0 0.562 4422 3047 0 0 0.562 4354 3060 0 0 0.562 2 interp_poly 4422 3047 0 0 0.562 4382 3023 0 0 0.562 4422 3047 0 0 0.562 2 interp_poly 68 -13 -40 -24 4394 3084 3 MP PP 4394 3084 0 0 0.562 4354 3060 0 0 0.562 4394 3084 0 0 0.562 2 interp_poly 4354 3060 0 0 0.562 4422 3047 0 0 0.562 4354 3060 0 0 0.562 2 interp_poly -40 7 68 -21 4363 3242 3 MP PP 4363 3242 0 0 0.625 4431 3221 0 0 0.625 4363 3242 0 0 0.625 2 interp_poly 4431 3221 0 0 0.625 4391 3228 0 0 0.562 4431 3221 0 0 0.625 2 interp_poly 68 -21 -40 45 4403 3197 3 MP PP 4403 3197 0 0 0.75 4363 3242 0 0 0.625 4403 3197 0 0 0.75 2 interp_poly 4363 3242 0 0 0.625 4431 3221 0 0 0.625 4363 3242 0 0 0.625 2 interp_poly -40 155 68 -54 4375 3096 3 MP PP 4375 3096 0 0 0.938 4443 3042 0 0 1 4375 3096 0 0 0.938 2 interp_poly 4443 3042 0 0 1 4403 3197 0 0 0.75 4443 3042 0 0 1 2 interp_poly -40 -24 68 -14 4330 2937 3 MP PP 4330 2937 0 0 0.562 4398 2923 0 0 0.562 4330 2937 0 0 0.562 2 interp_poly 4398 2923 0 0 0.562 4358 2899 0 0 0.562 4398 2923 0 0 0.562 2 interp_poly 68 -14 -40 -24 4370 2961 3 MP PP 4370 2961 0 0 0.562 4330 2937 0 0 0.562 4370 2961 0 0 0.562 2 interp_poly 4330 2937 0 0 0.562 4398 2923 0 0 0.562 4330 2937 0 0 0.562 2 interp_poly -40 -24 68 -13 4342 2998 3 MP PP 4342 2998 0 0 0.562 4410 2985 0 0 0.562 4342 2998 0 0 0.562 2 interp_poly 4410 2985 0 0 0.562 4370 2961 0 0 0.562 4410 2985 0 0 0.562 2 interp_poly 68 -13 -40 -25 4382 3023 3 MP PP 4382 3023 0 0 0.562 4342 2998 0 0 0.562 4382 3023 0 0 0.562 2 interp_poly 4342 2998 0 0 0.562 4410 2985 0 0 0.562 4342 2998 0 0 0.562 2 interp_poly -40 -24 68 -14 4346 2837 3 MP PP 4346 2837 0 0 0.562 4414 2823 0 0 0.562 4346 2837 0 0 0.562 2 interp_poly 4414 2823 0 0 0.562 4374 2799 0 0 0.562 4414 2823 0 0 0.562 2 interp_poly 68 -14 -40 -24 4386 2861 3 MP PP 4386 2861 0 0 0.562 4346 2837 0 0 0.562 4386 2861 0 0 0.562 2 interp_poly 4346 2837 0 0 0.562 4414 2823 0 0 0.562 4346 2837 0 0 0.562 2 interp_poly -40 -24 68 -14 4358 2899 3 MP PP 4358 2899 0 0 0.562 4426 2885 0 0 0.562 4358 2899 0 0 0.562 2 interp_poly 4426 2885 0 0 0.562 4386 2861 0 0 0.562 4426 2885 0 0 0.562 2 interp_poly 68 -14 -40 -24 4398 2923 3 MP PP 4398 2923 0 0 0.562 4358 2899 0 0 0.562 4398 2923 0 0 0.562 2 interp_poly 4358 2899 0 0 0.562 4426 2885 0 0 0.562 4358 2899 0 0 0.562 2 interp_poly 68 -54 -40 345 4415 2751 3 MP PP 4415 2751 0 0.562 1 4375 3096 0 0 0.938 4415 2751 0 0.562 1 2 interp_poly 4375 3096 0 0 0.938 4443 3042 0 0 1 4375 3096 0 0 0.938 2 interp_poly 68 55 -40 -339 4423 3386 3 MP PP 4423 3386 0 0 0.875 4383 3047 0 0.438 1 4423 3386 0 0 0.875 2 interp_poly 4383 3047 0 0.438 1 4451 3102 0 0.312 1 4383 3047 0 0.438 1 2 interp_poly -40 -24 68 -14 4290 2913 3 MP PP 4290 2913 0 0 0.562 4358 2899 0 0 0.562 4290 2913 0 0 0.562 2 interp_poly 4358 2899 0 0 0.562 4318 2875 0 0 0.562 4358 2899 0 0 0.562 2 interp_poly 68 -14 -40 -24 4330 2937 3 MP PP 4330 2937 0 0 0.562 4290 2913 0 0 0.562 4330 2937 0 0 0.562 2 interp_poly 4290 2913 0 0 0.562 4358 2899 0 0 0.562 4290 2913 0 0 0.562 2 interp_poly -40 -24 68 -13 4302 2974 3 MP PP 4302 2974 0 0 0.562 4370 2961 0 0 0.562 4302 2974 0 0 0.562 2 interp_poly 4370 2961 0 0 0.562 4330 2937 0 0 0.562 4370 2961 0 0 0.562 2 interp_poly 68 -13 -40 -24 4342 2998 3 MP PP 4342 2998 0 0 0.562 4302 2974 0 0 0.562 4342 2998 0 0 0.562 2 interp_poly 4302 2974 0 0 0.562 4370 2961 0 0 0.562 4302 2974 0 0 0.562 2 interp_poly -40 -25 68 -13 4314 3036 3 MP PP 4314 3036 0 0 0.562 4382 3023 0 0 0.562 4314 3036 0 0 0.562 2 interp_poly 4382 3023 0 0 0.562 4342 2998 0 0 0.562 4382 3023 0 0 0.562 2 interp_poly 68 -13 -40 -24 4354 3060 3 MP PP 4354 3060 0 0 0.562 4314 3036 0 0 0.562 4354 3060 0 0 0.562 2 interp_poly 4314 3036 0 0 0.562 4382 3023 0 0 0.562 4314 3036 0 0 0.562 2 interp_poly -40 -24 68 -14 4318 2875 3 MP PP 4318 2875 0 0 0.562 4386 2861 0 0 0.562 4318 2875 0 0 0.562 2 interp_poly 4386 2861 0 0 0.562 4346 2837 0 0 0.562 4386 2861 0 0 0.562 2 interp_poly 68 -14 -40 -24 4358 2899 3 MP PP 4358 2899 0 0 0.562 4318 2875 0 0 0.562 4358 2899 0 0 0.562 2 interp_poly 4318 2875 0 0 0.562 4386 2861 0 0 0.562 4318 2875 0 0 0.562 2 interp_poly -40 345 68 -94 4347 2845 3 MP PP 4347 2845 0 0.438 1 4415 2751 0 0.562 1 4347 2845 0 0.438 1 2 interp_poly 4415 2751 0 0.562 1 4375 3096 0 0 0.938 4415 2751 0 0.562 1 2 interp_poly -40 -24 68 -14 4306 2813 3 MP PP 4306 2813 0 0 0.562 4374 2799 0 0 0.562 4306 2813 0 0 0.562 2 interp_poly 4374 2799 0 0 0.562 4334 2775 0 0 0.562 4374 2799 0 0 0.562 2 interp_poly 68 -14 -40 -24 4346 2837 3 MP PP 4346 2837 0 0 0.562 4306 2813 0 0 0.562 4346 2837 0 0 0.562 2 interp_poly 4306 2813 0 0 0.562 4374 2799 0 0 0.562 4306 2813 0 0 0.562 2 interp_poly 68 -94 -40 635 4387 2210 3 MP PP 4387 2210 0.562 1 0.5 4347 2845 0 0.438 1 4387 2210 0.562 1 0.5 2 interp_poly 4347 2845 0 0.438 1 4415 2751 0 0.562 1 4347 2845 0 0.438 1 2 interp_poly -40 -614 68 55 4383 3047 3 MP PP 4383 3047 0 0.438 1 4451 3102 0 0.312 1 4383 3047 0 0.438 1 2 interp_poly 4451 3102 0 0.312 1 4411 2488 0.312 1 0.75 4451 3102 0 0.312 1 2 interp_poly 68 -13 -40 -24 4421 4300 3 MP PP 4421 4300 0 0 0.562 4381 4276 0 0 0.562 4421 4300 0 0 0.562 2 interp_poly 4381 4276 0 0 0.562 4449 4263 0 0 0.562 4381 4276 0 0 0.562 2 interp_poly -40 -25 68 -13 4381 4276 3 MP PP 4381 4276 0 0 0.562 4449 4263 0 0 0.562 4381 4276 0 0 0.562 2 interp_poly 4449 4263 0 0 0.562 4409 4238 0 0 0.562 4449 4263 0 0 0.562 2 interp_poly 68 -13 -40 -28 4420 3752 3 MP PP 4420 3752 0 0 0.562 4380 3724 0 0 0.562 4420 3752 0 0 0.562 2 interp_poly 4380 3724 0 0 0.562 4448 3711 0 0 0.562 4380 3724 0 0 0.562 2 interp_poly -40 -34 68 -13 4380 3724 3 MP PP 4380 3724 0 0 0.562 4448 3711 0 0 0.562 4380 3724 0 0 0.562 2 interp_poly 4448 3711 0 0 0.562 4408 3677 0 0 0.562 4448 3711 0 0 0.562 2 interp_poly 68 -13 -40 -25 4416 3916 3 MP PP 4416 3916 0 0 0.562 4376 3891 0 0 0.562 4416 3916 0 0 0.562 2 interp_poly 4376 3891 0 0 0.562 4444 3878 0 0 0.562 4376 3891 0 0 0.562 2 interp_poly -40 -24 68 -13 4376 3891 3 MP PP 4376 3891 0 0 0.562 4444 3878 0 0 0.562 4376 3891 0 0 0.562 2 interp_poly 4444 3878 0 0 0.562 4404 3854 0 0 0.562 4444 3878 0 0 0.562 2 interp_poly 68 -14 -40 -24 4412 4077 3 MP PP 4412 4077 0 0 0.562 4372 4053 0 0 0.562 4412 4077 0 0 0.562 2 interp_poly 4372 4053 0 0 0.562 4440 4039 0 0 0.562 4372 4053 0 0 0.562 2 interp_poly -40 -24 68 -14 4372 4053 3 MP PP 4372 4053 0 0 0.562 4440 4039 0 0 0.562 4372 4053 0 0 0.562 2 interp_poly 4440 4039 0 0 0.562 4400 4015 0 0 0.562 4440 4039 0 0 0.562 2 interp_poly 68 124 -40 -892 4411 2488 3 MP PP 4411 2488 0.312 1 0.75 4371 1596 1 0.312 0 4411 2488 0.312 1 0.75 2 interp_poly 4371 1596 1 0.312 0 4439 1720 1 0.5 0 4371 1596 1 0.312 0 2 interp_poly -40 -602 68 124 4371 1596 3 MP PP 4371 1596 1 0.312 0 4439 1720 1 0.5 0 4371 1596 1 0.312 0 2 interp_poly 4439 1720 1 0.5 0 4399 1118 0.562 0 0 4439 1720 1 0.5 0 2 interp_poly 68 -13 -40 -24 4409 4238 3 MP PP 4409 4238 0 0 0.562 4369 4214 0 0 0.562 4409 4238 0 0 0.562 2 interp_poly 4369 4214 0 0 0.562 4437 4201 0 0 0.562 4369 4214 0 0 0.562 2 interp_poly -40 -24 68 -13 4369 4214 3 MP PP 4369 4214 0 0 0.562 4437 4201 0 0 0.562 4369 4214 0 0 0.562 2 interp_poly 4437 4201 0 0 0.562 4397 4177 0 0 0.562 4437 4201 0 0 0.562 2 interp_poly 67 -8 -40 -49 4408 3677 3 MP PP 4408 3677 0 0 0.562 4368 3628 0 0 0.625 4408 3677 0 0 0.562 2 interp_poly 4368 3628 0 0 0.625 4435 3620 0 0 0.562 4368 3628 0 0 0.625 2 interp_poly -40 -81 67 -8 4368 3628 3 MP PP 4368 3628 0 0 0.625 4435 3620 0 0 0.562 4368 3628 0 0 0.625 2 interp_poly 4435 3620 0 0 0.562 4395 3539 0 0 0.688 4435 3620 0 0 0.562 2 interp_poly 68 -13 -40 -25 4404 3854 3 MP PP 4404 3854 0 0 0.562 4364 3829 0 0 0.562 4404 3854 0 0 0.562 2 interp_poly 4364 3829 0 0 0.562 4432 3816 0 0 0.562 4364 3829 0 0 0.562 2 interp_poly -40 -25 68 -13 4364 3829 3 MP PP 4364 3829 0 0 0.562 4432 3816 0 0 0.562 4364 3829 0 0 0.562 2 interp_poly 4432 3816 0 0 0.562 4392 3791 0 0 0.562 4432 3816 0 0 0.562 2 interp_poly 68 -14 -40 -24 4400 4015 3 MP PP 4400 4015 0 0 0.562 4360 3991 0 0 0.562 4400 4015 0 0 0.562 2 interp_poly 4360 3991 0 0 0.562 4428 3977 0 0 0.562 4360 3991 0 0 0.562 2 interp_poly -40 -24 68 -14 4360 3991 3 MP PP 4360 3991 0 0 0.562 4428 3977 0 0 0.562 4360 3991 0 0 0.562 2 interp_poly 4428 3977 0 0 0.562 4388 3953 0 0 0.562 4428 3977 0 0 0.562 2 interp_poly 67 -14 -40 -24 4397 4177 3 MP PP 4397 4177 0 0 0.562 4357 4153 0 0 0.562 4397 4177 0 0 0.562 2 interp_poly 4357 4153 0 0 0.562 4424 4139 0 0 0.562 4357 4153 0 0 0.562 2 interp_poly -40 -24 67 -14 4357 4153 3 MP PP 4357 4153 0 0 0.562 4424 4139 0 0 0.562 4357 4153 0 0 0.562 2 interp_poly 4424 4139 0 0 0.562 4384 4115 0 0 0.562 4424 4139 0 0 0.562 2 interp_poly 68 21 -40 -174 4395 3539 3 MP PP 4395 3539 0 0 0.688 4355 3365 0 0 0.938 4395 3539 0 0 0.688 2 interp_poly 4355 3365 0 0 0.938 4423 3386 0 0 0.875 4355 3365 0 0 0.938 2 interp_poly -40 -339 68 21 4355 3365 3 MP PP 4355 3365 0 0 0.938 4423 3386 0 0 0.875 4355 3365 0 0 0.938 2 interp_poly 4423 3386 0 0 0.875 4383 3047 0 0.438 1 4423 3386 0 0 0.875 2 interp_poly -40 -24 68 -14 4353 4314 3 MP PP 4353 4314 0 0 0.562 4421 4300 0 0 0.562 4353 4314 0 0 0.562 2 interp_poly 4421 4300 0 0 0.562 4381 4276 0 0 0.562 4421 4300 0 0 0.562 2 interp_poly 68 -13 -40 -26 4392 3791 3 MP PP 4392 3791 0 0 0.562 4352 3765 0 0 0.562 4392 3791 0 0 0.562 2 interp_poly 4352 3765 0 0 0.562 4420 3752 0 0 0.562 4352 3765 0 0 0.562 2 interp_poly -40 -28 68 -13 4352 3765 3 MP PP 4352 3765 0 0 0.562 4420 3752 0 0 0.562 4352 3765 0 0 0.562 2 interp_poly 4420 3752 0 0 0.562 4380 3724 0 0 0.562 4420 3752 0 0 0.562 2 interp_poly 68 -13 -40 -24 4388 3953 3 MP PP 4388 3953 0 0 0.562 4348 3929 0 0 0.562 4388 3953 0 0 0.562 2 interp_poly 4348 3929 0 0 0.562 4416 3916 0 0 0.562 4348 3929 0 0 0.562 2 interp_poly -40 -25 68 -13 4348 3929 3 MP PP 4348 3929 0 0 0.562 4416 3916 0 0 0.562 4348 3929 0 0 0.562 2 interp_poly 4416 3916 0 0 0.562 4376 3891 0 0 0.562 4416 3916 0 0 0.562 2 interp_poly 68 -14 -40 -24 4384 4115 3 MP PP 4384 4115 0 0 0.562 4344 4091 0 0 0.562 4384 4115 0 0 0.562 2 interp_poly 4344 4091 0 0 0.562 4412 4077 0 0 0.562 4344 4091 0 0 0.562 2 interp_poly -40 -24 68 -14 4344 4091 3 MP PP 4344 4091 0 0 0.562 4412 4077 0 0 0.562 4344 4091 0 0 0.562 2 interp_poly 4412 4077 0 0 0.562 4372 4053 0 0 0.562 4412 4077 0 0 0.562 2 interp_poly -40 635 68 -144 4319 2354 3 MP PP 4319 2354 0.312 1 0.75 4387 2210 0.562 1 0.5 4319 2354 0.312 1 0.75 2 interp_poly 4387 2210 0.562 1 0.5 4347 2845 0 0.438 1 4387 2210 0.562 1 0.5 2 interp_poly 68 115 -40 -674 4383 3047 3 MP PP 4383 3047 0 0.438 1 4343 2373 0.5 1 0.562 4383 3047 0 0.438 1 2 interp_poly 4343 2373 0.5 1 0.562 4411 2488 0.312 1 0.75 4343 2373 0.5 1 0.562 2 interp_poly 68 -144 -40 844 4359 1510 3 MP PP 4359 1510 1 0.25 0 4319 2354 0.312 1 0.75 4359 1510 1 0.25 0 2 interp_poly 4319 2354 0.312 1 0.75 4387 2210 0.562 1 0.5 4319 2354 0.312 1 0.75 2 interp_poly -40 -892 68 115 4343 2373 3 MP PP 4343 2373 0.5 1 0.562 4411 2488 0.312 1 0.75 4343 2373 0.5 1 0.562 2 interp_poly 4411 2488 0.312 1 0.75 4371 1596 1 0.312 0 4411 2488 0.312 1 0.75 2 interp_poly 68 -14 -40 -24 4381 4276 3 MP PP 4381 4276 0 0 0.562 4341 4252 0 0 0.562 4381 4276 0 0 0.562 2 interp_poly 4341 4252 0 0 0.562 4409 4238 0 0 0.562 4341 4252 0 0 0.562 2 interp_poly -40 -24 68 -14 4341 4252 3 MP PP 4341 4252 0 0 0.562 4409 4238 0 0 0.562 4341 4252 0 0 0.562 2 interp_poly 4409 4238 0 0 0.562 4369 4214 0 0 0.562 4409 4238 0 0 0.562 2 interp_poly 68 -11 -40 -36 4380 3724 3 MP PP 4380 3724 0 0 0.562 4340 3688 0 0 0.562 4380 3724 0 0 0.562 2 interp_poly 4340 3688 0 0 0.562 4408 3677 0 0 0.562 4340 3688 0 0 0.562 2 interp_poly -40 -49 68 -11 4340 3688 3 MP PP 4340 3688 0 0 0.562 4408 3677 0 0 0.562 4340 3688 0 0 0.562 2 interp_poly 4408 3677 0 0 0.562 4368 3628 0 0 0.625 4408 3677 0 0 0.562 2 interp_poly 68 -13 -40 -24 4376 3891 3 MP PP 4376 3891 0 0 0.562 4336 3867 0 0 0.562 4376 3891 0 0 0.562 2 interp_poly 4336 3867 0 0 0.562 4404 3854 0 0 0.562 4336 3867 0 0 0.562 2 interp_poly -40 -25 68 -13 4336 3867 3 MP PP 4336 3867 0 0 0.562 4404 3854 0 0 0.562 4336 3867 0 0 0.562 2 interp_poly 4404 3854 0 0 0.562 4364 3829 0 0 0.562 4404 3854 0 0 0.562 2 interp_poly 68 -14 -40 -24 4372 4053 3 MP PP 4372 4053 0 0 0.562 4332 4029 0 0 0.562 4372 4053 0 0 0.562 2 interp_poly 4332 4029 0 0 0.562 4400 4015 0 0 0.562 4332 4029 0 0 0.562 2 interp_poly -40 -24 68 -14 4332 4029 3 MP PP 4332 4029 0 0 0.562 4400 4015 0 0 0.562 4332 4029 0 0 0.562 2 interp_poly 4400 4015 0 0 0.562 4360 3991 0 0 0.562 4400 4015 0 0 0.562 2 interp_poly -40 392 68 -11 4331 1129 3 MP PP 4331 1129 0.562 0 0 4399 1118 0.562 0 0 4331 1129 0.562 0 0 2 interp_poly 4399 1118 0.562 0 0 4359 1510 1 0.25 0 4399 1118 0.562 0 0 2 interp_poly 68 -11 -40 -467 4371 1596 3 MP PP 4371 1596 1 0.312 0 4331 1129 0.562 0 0 4371 1596 1 0.312 0 2 interp_poly 4331 1129 0.562 0 0 4399 1118 0.562 0 0 4331 1129 0.562 0 0 2 interp_poly 68 -13 -40 -24 4369 4214 3 MP PP 4369 4214 0 0 0.562 4329 4190 0 0 0.562 4369 4214 0 0 0.562 2 interp_poly 4329 4190 0 0 0.562 4397 4177 0 0 0.562 4329 4190 0 0 0.562 2 interp_poly -40 -24 68 -13 4329 4190 3 MP PP 4329 4190 0 0 0.562 4397 4177 0 0 0.562 4329 4190 0 0 0.562 2 interp_poly 4397 4177 0 0 0.562 4357 4153 0 0 0.562 4397 4177 0 0 0.562 2 interp_poly 67 2 -40 -91 4368 3628 3 MP PP 4368 3628 0 0 0.625 4328 3537 0 0 0.688 4368 3628 0 0 0.625 2 interp_poly 4328 3537 0 0 0.688 4395 3539 0 0 0.688 4328 3537 0 0 0.688 2 interp_poly -40 -174 67 2 4328 3537 3 MP PP 4328 3537 0 0 0.688 4395 3539 0 0 0.688 4328 3537 0 0 0.688 2 interp_poly 4395 3539 0 0 0.688 4355 3365 0 0 0.938 4395 3539 0 0 0.688 2 interp_poly 68 -13 -40 -25 4364 3829 3 MP PP 4364 3829 0 0 0.562 4324 3804 0 0 0.562 4364 3829 0 0 0.562 2 interp_poly 4324 3804 0 0 0.562 4392 3791 0 0 0.562 4324 3804 0 0 0.562 2 interp_poly -40 -26 68 -13 4324 3804 3 MP PP 4324 3804 0 0 0.562 4392 3791 0 0 0.562 4324 3804 0 0 0.562 2 interp_poly 4392 3791 0 0 0.562 4352 3765 0 0 0.562 4392 3791 0 0 0.562 2 interp_poly 68 -14 -40 -24 4360 3991 3 MP PP 4360 3991 0 0 0.562 4320 3967 0 0 0.562 4360 3991 0 0 0.562 2 interp_poly 4320 3967 0 0 0.562 4388 3953 0 0 0.562 4320 3967 0 0 0.562 2 interp_poly -40 -24 68 -14 4320 3967 3 MP PP 4320 3967 0 0 0.562 4388 3953 0 0 0.562 4320 3967 0 0 0.562 2 interp_poly 4388 3953 0 0 0.562 4348 3929 0 0 0.562 4388 3953 0 0 0.562 2 interp_poly 67 -13 -40 -25 4357 4153 3 MP PP 4357 4153 0 0 0.562 4317 4128 0 0 0.562 4357 4153 0 0 0.562 2 interp_poly 4317 4128 0 0 0.562 4384 4115 0 0 0.562 4317 4128 0 0 0.562 2 interp_poly -40 -24 67 -13 4317 4128 3 MP PP 4317 4128 0 0 0.562 4384 4115 0 0 0.562 4317 4128 0 0 0.562 2 interp_poly 4384 4115 0 0 0.562 4344 4091 0 0 0.562 4384 4115 0 0 0.562 2 interp_poly -40 -24 68 -14 4271 3173 3 MP PP 4271 3173 0 0 0.562 4339 3159 0 0 0.562 4271 3173 0 0 0.562 2 interp_poly 4339 3159 0 0 0.562 4299 3135 0 0 0.562 4339 3159 0 0 0.562 2 interp_poly 68 -14 -40 -22 4311 3195 3 MP PP 4311 3195 0 0 0.562 4271 3173 0 0 0.562 4311 3195 0 0 0.562 2 interp_poly 4271 3173 0 0 0.562 4339 3159 0 0 0.562 4271 3173 0 0 0.562 2 interp_poly -40 -24 68 -14 4274 3012 3 MP PP 4274 3012 0 0 0.562 4342 2998 0 0 0.562 4274 3012 0 0 0.562 2 interp_poly 4342 2998 0 0 0.562 4302 2974 0 0 0.562 4342 2998 0 0 0.562 2 interp_poly 68 -14 -40 -24 4314 3036 3 MP PP 4314 3036 0 0 0.562 4274 3012 0 0 0.562 4314 3036 0 0 0.562 2 interp_poly 4274 3012 0 0 0.562 4342 2998 0 0 0.562 4274 3012 0 0 0.562 2 interp_poly -40 -24 68 -14 4234 2988 3 MP PP 4234 2988 0 0 0.562 4302 2974 0 0 0.562 4234 2988 0 0 0.562 2 interp_poly 4302 2974 0 0 0.562 4262 2950 0 0 0.562 4302 2974 0 0 0.562 2 interp_poly 68 -14 -40 -24 4274 3012 3 MP PP 4274 3012 0 0 0.562 4234 2988 0 0 0.562 4274 3012 0 0 0.562 2 interp_poly 4234 2988 0 0 0.562 4302 2974 0 0 0.562 4234 2988 0 0 0.562 2 interp_poly -40 -24 67 -14 4247 3050 3 MP PP 4247 3050 0 0 0.562 4314 3036 0 0 0.562 4247 3050 0 0 0.562 2 interp_poly 4314 3036 0 0 0.562 4274 3012 0 0 0.562 4314 3036 0 0 0.562 2 interp_poly 67 -14 -40 -24 4287 3074 3 MP PP 4287 3074 0 0 0.562 4247 3050 0 0 0.562 4287 3074 0 0 0.562 2 interp_poly 4247 3050 0 0 0.562 4314 3036 0 0 0.562 4247 3050 0 0 0.562 2 interp_poly -40 -24 68 -14 4259 3112 3 MP PP 4259 3112 0 0 0.562 4327 3098 0 0 0.562 4259 3112 0 0 0.562 2 interp_poly 4327 3098 0 0 0.562 4287 3074 0 0 0.562 4327 3098 0 0 0.562 2 interp_poly 68 -14 -40 -23 4299 3135 3 MP PP 4299 3135 0 0 0.562 4259 3112 0 0 0.562 4299 3135 0 0 0.562 2 interp_poly 4259 3112 0 0 0.562 4327 3098 0 0 0.562 4259 3112 0 0 0.562 2 interp_poly -40 -24 68 -13 4262 2950 3 MP PP 4262 2950 0 0 0.562 4330 2937 0 0 0.562 4262 2950 0 0 0.562 2 interp_poly 4330 2937 0 0 0.562 4290 2913 0 0 0.562 4330 2937 0 0 0.562 2 interp_poly 68 -13 -40 -24 4302 2974 3 MP PP 4302 2974 0 0 0.562 4262 2950 0 0 0.562 4302 2974 0 0 0.562 2 interp_poly 4262 2950 0 0 0.562 4330 2937 0 0 0.562 4262 2950 0 0 0.562 2 interp_poly -40 -24 67 -14 4287 3074 3 MP PP 4287 3074 0 0 0.562 4354 3060 0 0 0.562 4287 3074 0 0 0.562 2 interp_poly 4354 3060 0 0 0.562 4314 3036 0 0 0.562 4354 3060 0 0 0.562 2 interp_poly 67 -14 -40 -24 4327 3098 3 MP PP 4327 3098 0 0 0.562 4287 3074 0 0 0.562 4327 3098 0 0 0.562 2 interp_poly 4287 3074 0 0 0.562 4354 3060 0 0 0.562 4287 3074 0 0 0.562 2 interp_poly -40 -24 68 -13 4299 3135 3 MP PP 4299 3135 0 0 0.562 4367 3122 0 0 0.562 4299 3135 0 0 0.562 2 interp_poly 4367 3122 0 0 0.562 4327 3098 0 0 0.562 4367 3122 0 0 0.562 2 interp_poly 68 -13 -40 -24 4339 3159 3 MP PP 4339 3159 0 0 0.562 4299 3135 0 0 0.562 4339 3159 0 0 0.562 2 interp_poly 4299 3135 0 0 0.562 4367 3122 0 0 0.562 4299 3135 0 0 0.562 2 interp_poly -40 300 68 -86 4279 2931 3 MP PP 4279 2931 0 0.312 1 4347 2845 0 0.438 1 4279 2931 0 0.312 1 2 interp_poly 4347 2845 0 0.438 1 4307 3145 0 0 0.875 4347 2845 0 0.438 1 2 interp_poly -40 2 68 -20 4295 3262 3 MP PP 4295 3262 0 0 0.562 4363 3242 0 0 0.625 4295 3262 0 0 0.562 2 interp_poly 4363 3242 0 0 0.625 4323 3244 0 0 0.562 4363 3242 0 0 0.625 2 interp_poly -40 -14 68 -16 4255 3260 3 MP PP 4255 3260 0 0 0.562 4323 3244 0 0 0.562 4255 3260 0 0 0.562 2 interp_poly 4323 3244 0 0 0.562 4283 3230 0 0 0.562 4323 3244 0 0 0.562 2 interp_poly 68 -16 -40 -2 4295 3262 3 MP PP 4295 3262 0 0 0.562 4255 3260 0 0 0.562 4295 3262 0 0 0.562 2 interp_poly 4255 3260 0 0 0.562 4323 3244 0 0 0.562 4255 3260 0 0 0.562 2 interp_poly 68 -20 -40 36 4335 3226 3 MP PP 4335 3226 0 0 0.688 4295 3262 0 0 0.562 4335 3226 0 0 0.688 2 interp_poly 4295 3262 0 0 0.562 4363 3242 0 0 0.625 4295 3262 0 0 0.562 2 interp_poly -40 130 68 -49 4307 3145 3 MP PP 4307 3145 0 0 0.875 4375 3096 0 0 0.938 4307 3145 0 0 0.875 2 interp_poly 4375 3096 0 0 0.938 4335 3226 0 0 0.688 4375 3096 0 0 0.938 2 interp_poly 68 -49 -40 300 4347 2845 3 MP PP 4347 2845 0 0.438 1 4307 3145 0 0 0.875 4347 2845 0 0.438 1 2 interp_poly 4307 3145 0 0 0.875 4375 3096 0 0 0.938 4307 3145 0 0 0.875 2 interp_poly 68 65 -40 -383 4355 3365 3 MP PP 4355 3365 0 0 0.938 4315 2982 0 0.562 1 4355 3365 0 0 0.938 2 interp_poly 4315 2982 0 0.562 1 4383 3047 0 0.438 1 4315 2982 0 0.562 1 2 interp_poly -40 -24 68 -14 4266 2789 3 MP PP 4266 2789 0 0 0.562 4334 2775 0 0 0.562 4266 2789 0 0 0.562 2 interp_poly 4334 2775 0 0 0.562 4294 2751 0 0 0.562 4334 2775 0 0 0.562 2 interp_poly 68 -14 -40 -24 4306 2813 3 MP PP 4306 2813 0 0 0.562 4266 2789 0 0 0.562 4306 2813 0 0 0.562 2 interp_poly 4266 2789 0 0 0.562 4334 2775 0 0 0.562 4266 2789 0 0 0.562 2 interp_poly -40 -24 68 -14 4278 2851 3 MP PP 4278 2851 0 0 0.562 4346 2837 0 0 0.562 4278 2851 0 0 0.562 2 interp_poly 4346 2837 0 0 0.562 4306 2813 0 0 0.562 4346 2837 0 0 0.562 2 interp_poly 68 -14 -40 -24 4318 2875 3 MP PP 4318 2875 0 0 0.562 4278 2851 0 0 0.562 4318 2875 0 0 0.562 2 interp_poly 4278 2851 0 0 0.562 4346 2837 0 0 0.562 4278 2851 0 0 0.562 2 interp_poly -40 -25 68 -13 4222 2926 3 MP PP 4222 2926 0 0 0.562 4290 2913 0 0 0.562 4222 2926 0 0 0.562 2 interp_poly 4290 2913 0 0 0.562 4250 2888 0 0 0.562 4290 2913 0 0 0.562 2 interp_poly 68 -13 -40 -24 4262 2950 3 MP PP 4262 2950 0 0 0.562 4222 2926 0 0 0.562 4262 2950 0 0 0.562 2 interp_poly 4222 2926 0 0 0.562 4290 2913 0 0 0.562 4222 2926 0 0 0.562 2 interp_poly 68 -14 -40 -24 4266 2789 3 MP PP 4266 2789 0 0 0.562 4226 2765 0 0 0.562 4266 2789 0 0 0.562 2 interp_poly 4226 2765 0 0 0.562 4294 2751 0 0 0.562 4226 2765 0 0 0.562 2 interp_poly -40 -24 68 -14 4238 2827 3 MP PP 4238 2827 0 0 0.562 4306 2813 0 0 0.562 4238 2827 0 0 0.562 2 interp_poly 4306 2813 0 0 0.562 4266 2789 0 0 0.562 4306 2813 0 0 0.562 2 interp_poly 68 -14 -40 -24 4278 2851 3 MP PP 4278 2851 0 0 0.562 4238 2827 0 0 0.562 4278 2851 0 0 0.562 2 interp_poly 4238 2827 0 0 0.562 4306 2813 0 0 0.562 4238 2827 0 0 0.562 2 interp_poly -40 -24 68 -13 4250 2888 3 MP PP 4250 2888 0 0 0.562 4318 2875 0 0 0.562 4250 2888 0 0 0.562 2 interp_poly 4318 2875 0 0 0.562 4278 2851 0 0 0.562 4318 2875 0 0 0.562 2 interp_poly 68 -13 -40 -25 4290 2913 3 MP PP 4290 2913 0 0 0.562 4250 2888 0 0 0.562 4290 2913 0 0 0.562 2 interp_poly 4250 2888 0 0 0.562 4318 2875 0 0 0.562 4250 2888 0 0 0.562 2 interp_poly 68 -86 -40 577 4319 2354 3 MP PP 4319 2354 0.312 1 0.75 4279 2931 0 0.312 1 4319 2354 0.312 1 0.75 2 interp_poly 4279 2931 0 0.312 1 4347 2845 0 0.438 1 4279 2931 0 0.312 1 2 interp_poly -40 -674 68 65 4315 2982 3 MP PP 4315 2982 0 0.562 1 4383 3047 0 0.438 1 4315 2982 0 0.562 1 2 interp_poly 4383 3047 0 0.438 1 4343 2373 0.5 1 0.562 4383 3047 0 0.438 1 2 interp_poly 68 -14 -40 -24 4353 4314 3 MP PP 4353 4314 0 0 0.562 4313 4290 0 0 0.562 4353 4314 0 0 0.562 2 interp_poly 4313 4290 0 0 0.562 4381 4276 0 0 0.562 4313 4290 0 0 0.562 2 interp_poly -40 -24 68 -14 4313 4290 3 MP PP 4313 4290 0 0 0.562 4381 4276 0 0 0.562 4313 4290 0 0 0.562 2 interp_poly 4381 4276 0 0 0.562 4341 4252 0 0 0.562 4381 4276 0 0 0.562 2 interp_poly 68 -12 -40 -29 4352 3765 3 MP PP 4352 3765 0 0 0.562 4312 3736 0 0 0.562 4352 3765 0 0 0.562 2 interp_poly 4312 3736 0 0 0.562 4380 3724 0 0 0.562 4312 3736 0 0 0.562 2 interp_poly -40 -36 68 -12 4312 3736 3 MP PP 4312 3736 0 0 0.562 4380 3724 0 0 0.562 4312 3736 0 0 0.562 2 interp_poly 4380 3724 0 0 0.562 4340 3688 0 0 0.562 4380 3724 0 0 0.562 2 interp_poly 68 -14 -40 -24 4348 3929 3 MP PP 4348 3929 0 0 0.562 4308 3905 0 0 0.562 4348 3929 0 0 0.562 2 interp_poly 4308 3905 0 0 0.562 4376 3891 0 0 0.562 4308 3905 0 0 0.562 2 interp_poly -40 -24 68 -14 4308 3905 3 MP PP 4308 3905 0 0 0.562 4376 3891 0 0 0.562 4308 3905 0 0 0.562 2 interp_poly 4376 3891 0 0 0.562 4336 3867 0 0 0.562 4376 3891 0 0 0.562 2 interp_poly 68 -14 -40 -24 4344 4091 3 MP PP 4344 4091 0 0 0.562 4304 4067 0 0 0.562 4344 4091 0 0 0.562 2 interp_poly 4304 4067 0 0 0.562 4372 4053 0 0 0.562 4304 4067 0 0 0.562 2 interp_poly -40 -24 68 -14 4304 4067 3 MP PP 4304 4067 0 0 0.562 4372 4053 0 0 0.562 4304 4067 0 0 0.562 2 interp_poly 4372 4053 0 0 0.562 4332 4029 0 0 0.562 4372 4053 0 0 0.562 2 interp_poly -40 530 68 -40 4263 1169 3 MP PP 4263 1169 0.562 0 0 4331 1129 0.562 0 0 4263 1169 0.562 0 0 2 interp_poly 4331 1129 0.562 0 0 4291 1659 1 0.5 0 4331 1129 0.562 0 0 2 interp_poly -40 844 68 -149 4291 1659 3 MP PP 4291 1659 1 0.5 0 4359 1510 1 0.25 0 4291 1659 1 0.5 0 2 interp_poly 4359 1510 1 0.25 0 4319 2354 0.312 1 0.75 4359 1510 1 0.25 0 2 interp_poly 68 -149 -40 530 4331 1129 3 MP PP 4331 1129 0.562 0 0 4291 1659 1 0.5 0 4331 1129 0.562 0 0 2 interp_poly 4291 1659 1 0.5 0 4359 1510 1 0.25 0 4291 1659 1 0.5 0 2 interp_poly 68 113 -40 -890 4343 2373 3 MP PP 4343 2373 0.5 1 0.562 4303 1483 1 0.0625 0 4343 2373 0.5 1 0.562 2 interp_poly 4303 1483 1 0.0625 0 4371 1596 1 0.312 0 4303 1483 1 0.0625 0 2 interp_poly -40 -467 68 113 4303 1483 3 MP PP 4303 1483 1 0.0625 0 4371 1596 1 0.312 0 4303 1483 1 0.0625 0 2 interp_poly 4371 1596 1 0.312 0 4331 1129 0.562 0 0 4371 1596 1 0.312 0 2 interp_poly 68 -14 -40 -24 4341 4252 3 MP PP 4341 4252 0 0 0.562 4301 4228 0 0 0.562 4341 4252 0 0 0.562 2 interp_poly 4301 4228 0 0 0.562 4369 4214 0 0 0.562 4301 4228 0 0 0.562 2 interp_poly -40 -24 68 -14 4301 4228 3 MP PP 4301 4228 0 0 0.562 4369 4214 0 0 0.562 4301 4228 0 0 0.562 2 interp_poly 4369 4214 0 0 0.562 4329 4190 0 0 0.562 4369 4214 0 0 0.562 2 interp_poly 68 -6 -40 -54 4340 3688 3 MP PP 4340 3688 0 0 0.562 4300 3634 0 0 0.625 4340 3688 0 0 0.562 2 interp_poly 4300 3634 0 0 0.625 4368 3628 0 0 0.625 4300 3634 0 0 0.625 2 interp_poly -40 -91 68 -6 4300 3634 3 MP PP 4300 3634 0 0 0.625 4368 3628 0 0 0.625 4300 3634 0 0 0.625 2 interp_poly 4368 3628 0 0 0.625 4328 3537 0 0 0.688 4368 3628 0 0 0.625 2 interp_poly 68 -14 -40 -24 4336 3867 3 MP PP 4336 3867 0 0 0.562 4296 3843 0 0 0.562 4336 3867 0 0 0.562 2 interp_poly 4296 3843 0 0 0.562 4364 3829 0 0 0.562 4296 3843 0 0 0.562 2 interp_poly -40 -25 68 -14 4296 3843 3 MP PP 4296 3843 0 0 0.562 4364 3829 0 0 0.562 4296 3843 0 0 0.562 2 interp_poly 4364 3829 0 0 0.562 4324 3804 0 0 0.562 4364 3829 0 0 0.562 2 interp_poly 68 -14 -40 -24 4332 4029 3 MP PP 4332 4029 0 0 0.562 4292 4005 0 0 0.562 4332 4029 0 0 0.562 2 interp_poly 4292 4005 0 0 0.562 4360 3991 0 0 0.562 4292 4005 0 0 0.562 2 interp_poly -40 -24 68 -14 4292 4005 3 MP PP 4292 4005 0 0 0.562 4360 3991 0 0 0.562 4292 4005 0 0 0.562 2 interp_poly 4360 3991 0 0 0.562 4320 3967 0 0 0.562 4360 3991 0 0 0.562 2 interp_poly 68 -13 -40 -24 4329 4190 3 MP PP 4329 4190 0 0 0.562 4289 4166 0 0 0.562 4329 4190 0 0 0.562 2 interp_poly 4289 4166 0 0 0.562 4357 4153 0 0 0.562 4289 4166 0 0 0.562 2 interp_poly -40 -25 68 -13 4289 4166 3 MP PP 4289 4166 0 0 0.562 4357 4153 0 0 0.562 4289 4166 0 0 0.562 2 interp_poly 4357 4153 0 0 0.562 4317 4128 0 0 0.562 4357 4153 0 0 0.562 2 interp_poly 67 25 -40 -197 4328 3537 3 MP PP 4328 3537 0 0 0.688 4288 3340 0 0 1 4328 3537 0 0 0.688 2 interp_poly 4288 3340 0 0 1 4355 3365 0 0 0.938 4288 3340 0 0 1 2 interp_poly -40 -2 68 -19 4227 3281 3 MP PP 4227 3281 0 0 0.562 4295 3262 0 0 0.562 4227 3281 0 0 0.562 2 interp_poly 4295 3262 0 0 0.562 4255 3260 0 0 0.562 4295 3262 0 0 0.562 2 interp_poly 68 -19 -40 27 4267 3254 3 MP PP 4267 3254 0 0 0.688 4227 3281 0 0 0.562 4267 3254 0 0 0.688 2 interp_poly 4227 3281 0 0 0.562 4295 3262 0 0 0.562 4227 3281 0 0 0.562 2 interp_poly -40 -24 68 -13 4203 3186 3 MP PP 4203 3186 0 0 0.562 4271 3173 0 0 0.562 4203 3186 0 0 0.562 2 interp_poly 4271 3173 0 0 0.562 4231 3149 0 0 0.562 4271 3173 0 0 0.562 2 interp_poly 68 -13 -40 -23 4243 3209 3 MP PP 4243 3209 0 0 0.562 4203 3186 0 0 0.562 4243 3209 0 0 0.562 2 interp_poly 4203 3186 0 0 0.562 4271 3173 0 0 0.562 4203 3186 0 0 0.562 2 interp_poly -40 -21 68 -14 4215 3244 3 MP PP 4215 3244 0 0 0.562 4283 3230 0 0 0.562 4215 3244 0 0 0.562 2 interp_poly 4283 3230 0 0 0.562 4243 3209 0 0 0.562 4283 3230 0 0 0.562 2 interp_poly 68 -14 -40 -16 4255 3260 3 MP PP 4255 3260 0 0 0.562 4215 3244 0 0 0.562 4255 3260 0 0 0.562 2 interp_poly 4215 3244 0 0 0.562 4283 3230 0 0 0.562 4215 3244 0 0 0.562 2 interp_poly 68 -14 -40 -24 4271 3173 3 MP PP 4271 3173 0 0 0.562 4231 3149 0 0 0.562 4271 3173 0 0 0.562 2 interp_poly 4231 3149 0 0 0.562 4299 3135 0 0 0.562 4231 3149 0 0 0.562 2 interp_poly -40 -22 68 -14 4243 3209 3 MP PP 4243 3209 0 0 0.562 4311 3195 0 0 0.562 4243 3209 0 0 0.562 2 interp_poly 4311 3195 0 0 0.562 4271 3173 0 0 0.562 4311 3195 0 0 0.562 2 interp_poly 68 -14 -40 -21 4283 3230 3 MP PP 4283 3230 0 0 0.562 4243 3209 0 0 0.562 4283 3230 0 0 0.562 2 interp_poly 4243 3209 0 0 0.562 4311 3195 0 0 0.562 4243 3209 0 0 0.562 2 interp_poly -40 109 68 -44 4239 3189 3 MP PP 4239 3189 0 0 0.812 4307 3145 0 0 0.875 4239 3189 0 0 0.812 2 interp_poly 4307 3145 0 0 0.875 4267 3254 0 0 0.688 4307 3145 0 0 0.875 2 interp_poly -40 -24 68 -13 4191 3125 3 MP PP 4191 3125 0 0 0.562 4259 3112 0 0 0.562 4191 3125 0 0 0.562 2 interp_poly 4259 3112 0 0 0.562 4219 3088 0 0 0.562 4259 3112 0 0 0.562 2 interp_poly 68 -13 -40 -24 4231 3149 3 MP PP 4231 3149 0 0 0.562 4191 3125 0 0 0.562 4231 3149 0 0 0.562 2 interp_poly 4191 3125 0 0 0.562 4259 3112 0 0 0.562 4191 3125 0 0 0.562 2 interp_poly -40 -24 67 -14 4207 3026 3 MP PP 4207 3026 0 0 0.562 4274 3012 0 0 0.562 4207 3026 0 0 0.562 2 interp_poly 4274 3012 0 0 0.562 4234 2988 0 0 0.562 4274 3012 0 0 0.562 2 interp_poly 67 -14 -40 -24 4247 3050 3 MP PP 4247 3050 0 0 0.562 4207 3026 0 0 0.562 4247 3050 0 0 0.562 2 interp_poly 4207 3026 0 0 0.562 4274 3012 0 0 0.562 4207 3026 0 0 0.562 2 interp_poly -40 -24 68 -14 4219 3088 3 MP PP 4219 3088 0 0 0.562 4287 3074 0 0 0.562 4219 3088 0 0 0.562 2 interp_poly 4287 3074 0 0 0.562 4247 3050 0 0 0.562 4287 3074 0 0 0.562 2 interp_poly 68 -14 -40 -24 4259 3112 3 MP PP 4259 3112 0 0 0.562 4219 3088 0 0 0.562 4259 3112 0 0 0.562 2 interp_poly 4219 3088 0 0 0.562 4287 3074 0 0 0.562 4219 3088 0 0 0.562 2 interp_poly -40 -23 68 -14 4231 3149 3 MP PP 4231 3149 0 0 0.562 4299 3135 0 0 0.562 4231 3149 0 0 0.562 2 interp_poly 4299 3135 0 0 0.562 4259 3112 0 0 0.562 4299 3135 0 0 0.562 2 interp_poly 68 -44 -40 258 4279 2931 3 MP PP 4279 2931 0 0.312 1 4239 3189 0 0 0.812 4279 2931 0 0.312 1 2 interp_poly 4239 3189 0 0 0.812 4307 3145 0 0 0.875 4239 3189 0 0 0.812 2 interp_poly -40 36 68 -28 4267 3254 3 MP PP 4267 3254 0 0 0.688 4335 3226 0 0 0.688 4267 3254 0 0 0.688 2 interp_poly 4335 3226 0 0 0.688 4295 3262 0 0 0.562 4335 3226 0 0 0.688 2 interp_poly 68 -28 -40 109 4307 3145 3 MP PP 4307 3145 0 0 0.875 4267 3254 0 0 0.688 4307 3145 0 0 0.875 2 interp_poly 4267 3254 0 0 0.688 4335 3226 0 0 0.688 4267 3254 0 0 0.688 2 interp_poly -40 -383 67 25 4288 3340 3 MP PP 4288 3340 0 0 1 4355 3365 0 0 0.938 4288 3340 0 0 1 2 interp_poly 4355 3365 0 0 0.938 4315 2982 0 0.562 1 4355 3365 0 0 0.938 2 interp_poly -40 -24 68 -14 4285 4328 3 MP PP 4285 4328 0 0 0.562 4353 4314 0 0 0.562 4285 4328 0 0 0.562 2 interp_poly 4353 4314 0 0 0.562 4313 4290 0 0 0.562 4353 4314 0 0 0.562 2 interp_poly 68 -13 -40 -26 4324 3804 3 MP PP 4324 3804 0 0 0.562 4284 3778 0 0 0.562 4324 3804 0 0 0.562 2 interp_poly 4284 3778 0 0 0.562 4352 3765 0 0 0.562 4284 3778 0 0 0.562 2 interp_poly -40 -29 68 -13 4284 3778 3 MP PP 4284 3778 0 0 0.562 4352 3765 0 0 0.562 4284 3778 0 0 0.562 2 interp_poly 4352 3765 0 0 0.562 4312 3736 0 0 0.562 4352 3765 0 0 0.562 2 interp_poly 68 -14 -40 -24 4320 3967 3 MP PP 4320 3967 0 0 0.562 4280 3943 0 0 0.562 4320 3967 0 0 0.562 2 interp_poly 4280 3943 0 0 0.562 4348 3929 0 0 0.562 4280 3943 0 0 0.562 2 interp_poly -40 -24 68 -14 4280 3943 3 MP PP 4280 3943 0 0 0.562 4348 3929 0 0 0.562 4280 3943 0 0 0.562 2 interp_poly 4348 3929 0 0 0.562 4308 3905 0 0 0.562 4348 3929 0 0 0.562 2 interp_poly 67 -13 -40 -24 4317 4128 3 MP PP 4317 4128 0 0 0.562 4277 4104 0 0 0.562 4317 4128 0 0 0.562 2 interp_poly 4277 4104 0 0 0.562 4344 4091 0 0 0.562 4277 4104 0 0 0.562 2 interp_poly -40 -24 67 -13 4277 4104 3 MP PP 4277 4104 0 0 0.562 4344 4091 0 0 0.562 4277 4104 0 0 0.562 2 interp_poly 4344 4091 0 0 0.562 4304 4067 0 0 0.562 4344 4091 0 0 0.562 2 interp_poly -40 -24 68 -13 4210 2864 3 MP PP 4210 2864 0 0 0.562 4278 2851 0 0 0.562 4210 2864 0 0 0.562 2 interp_poly 4278 2851 0 0 0.562 4238 2827 0 0 0.562 4278 2851 0 0 0.562 2 interp_poly 68 -13 -40 -24 4250 2888 3 MP PP 4250 2888 0 0 0.562 4210 2864 0 0 0.562 4250 2888 0 0 0.562 2 interp_poly 4210 2864 0 0 0.562 4278 2851 0 0 0.562 4210 2864 0 0 0.562 2 interp_poly -40 577 68 -135 4251 2489 3 MP PP 4251 2489 0.125 1 0.938 4319 2354 0.312 1 0.75 4251 2489 0.125 1 0.938 2 interp_poly 4319 2354 0.312 1 0.75 4279 2931 0 0.312 1 4319 2354 0.312 1 0.75 2 interp_poly 68 -135 -40 830 4291 1659 3 MP PP 4291 1659 1 0.5 0 4251 2489 0.125 1 0.938 4291 1659 1 0.5 0 2 interp_poly 4251 2489 0.125 1 0.938 4319 2354 0.312 1 0.75 4251 2489 0.125 1 0.938 2 interp_poly 68 123 -40 -732 4315 2982 3 MP PP 4315 2982 0 0.562 1 4275 2250 0.75 1 0.312 4315 2982 0 0.562 1 2 interp_poly 4275 2250 0.75 1 0.312 4343 2373 0.5 1 0.562 4275 2250 0.75 1 0.312 2 interp_poly -40 -890 68 123 4275 2250 3 MP PP 4275 2250 0.75 1 0.312 4343 2373 0.5 1 0.562 4275 2250 0.75 1 0.312 2 interp_poly 4343 2373 0.5 1 0.562 4303 1483 1 0.0625 0 4343 2373 0.5 1 0.562 2 interp_poly 68 -14 -40 -24 4313 4290 3 MP PP 4313 4290 0 0 0.562 4273 4266 0 0 0.562 4313 4290 0 0 0.562 2 interp_poly 4273 4266 0 0 0.562 4341 4252 0 0 0.562 4273 4266 0 0 0.562 2 interp_poly -40 -24 68 -14 4273 4266 3 MP PP 4273 4266 0 0 0.562 4341 4252 0 0 0.562 4273 4266 0 0 0.562 2 interp_poly 4341 4252 0 0 0.562 4301 4228 0 0 0.562 4341 4252 0 0 0.562 2 interp_poly 68 -11 -40 -37 4312 3736 3 MP PP 4312 3736 0 0 0.562 4272 3699 0 0 0.562 4312 3736 0 0 0.562 2 interp_poly 4272 3699 0 0 0.562 4340 3688 0 0 0.562 4272 3699 0 0 0.562 2 interp_poly -40 -54 68 -11 4272 3699 3 MP PP 4272 3699 0 0 0.562 4340 3688 0 0 0.562 4272 3699 0 0 0.562 2 interp_poly 4340 3688 0 0 0.562 4300 3634 0 0 0.625 4340 3688 0 0 0.562 2 interp_poly 68 -14 -40 -24 4308 3905 3 MP PP 4308 3905 0 0 0.562 4268 3881 0 0 0.562 4308 3905 0 0 0.562 2 interp_poly 4268 3881 0 0 0.562 4336 3867 0 0 0.562 4268 3881 0 0 0.562 2 interp_poly -40 -24 68 -14 4268 3881 3 MP PP 4268 3881 0 0 0.562 4336 3867 0 0 0.562 4268 3881 0 0 0.562 2 interp_poly 4336 3867 0 0 0.562 4296 3843 0 0 0.562 4336 3867 0 0 0.562 2 interp_poly 68 -13 -40 -25 4304 4067 3 MP PP 4304 4067 0 0 0.562 4264 4042 0 0 0.562 4304 4067 0 0 0.562 2 interp_poly 4264 4042 0 0 0.562 4332 4029 0 0 0.562 4264 4042 0 0 0.562 2 interp_poly -40 -24 68 -13 4264 4042 3 MP PP 4264 4042 0 0 0.562 4332 4029 0 0 0.562 4264 4042 0 0 0.562 2 interp_poly 4332 4029 0 0 0.562 4292 4005 0 0 0.562 4332 4029 0 0 0.562 2 interp_poly 68 -40 -40 -314 4303 1483 3 MP PP 4303 1483 1 0.0625 0 4263 1169 0.562 0 0 4303 1483 1 0.0625 0 2 interp_poly 4263 1169 0.562 0 0 4331 1129 0.562 0 0 4263 1169 0.562 0 0 2 interp_poly 68 -14 -40 -24 4301 4228 3 MP PP 4301 4228 0 0 0.562 4261 4204 0 0 0.562 4301 4228 0 0 0.562 2 interp_poly 4261 4204 0 0 0.562 4329 4190 0 0 0.562 4261 4204 0 0 0.562 2 interp_poly -40 -24 68 -14 4261 4204 3 MP PP 4261 4204 0 0 0.562 4329 4190 0 0 0.562 4261 4204 0 0 0.562 2 interp_poly 4329 4190 0 0 0.562 4289 4166 0 0 0.562 4329 4190 0 0 0.562 2 interp_poly 68 5 -40 -102 4300 3634 3 MP PP 4300 3634 0 0 0.625 4260 3532 0 0 0.75 4300 3634 0 0 0.625 2 interp_poly 4260 3532 0 0 0.75 4328 3537 0 0 0.688 4260 3532 0 0 0.75 2 interp_poly -40 -197 68 5 4260 3532 3 MP PP 4260 3532 0 0 0.75 4328 3537 0 0 0.688 4260 3532 0 0 0.75 2 interp_poly 4328 3537 0 0 0.688 4288 3340 0 0 1 4328 3537 0 0 0.688 2 interp_poly 68 -14 -40 -25 4296 3843 3 MP PP 4296 3843 0 0 0.562 4256 3818 0 0 0.562 4296 3843 0 0 0.562 2 interp_poly 4256 3818 0 0 0.562 4324 3804 0 0 0.562 4256 3818 0 0 0.562 2 interp_poly -40 -26 68 -14 4256 3818 3 MP PP 4256 3818 0 0 0.562 4324 3804 0 0 0.562 4256 3818 0 0 0.562 2 interp_poly 4324 3804 0 0 0.562 4284 3778 0 0 0.562 4324 3804 0 0 0.562 2 interp_poly 68 -14 -40 -24 4292 4005 3 MP PP 4292 4005 0 0 0.562 4252 3981 0 0 0.562 4292 4005 0 0 0.562 2 interp_poly 4252 3981 0 0 0.562 4320 3967 0 0 0.562 4252 3981 0 0 0.562 2 interp_poly -40 -24 68 -14 4252 3981 3 MP PP 4252 3981 0 0 0.562 4320 3967 0 0 0.562 4252 3981 0 0 0.562 2 interp_poly 4320 3967 0 0 0.562 4280 3943 0 0 0.562 4320 3967 0 0 0.562 2 interp_poly 68 -14 -40 -24 4289 4166 3 MP PP 4289 4166 0 0 0.562 4249 4142 0 0 0.562 4289 4166 0 0 0.562 2 interp_poly 4249 4142 0 0 0.562 4317 4128 0 0 0.562 4249 4142 0 0 0.562 2 interp_poly -40 -24 68 -14 4249 4142 3 MP PP 4249 4142 0 0 0.562 4317 4128 0 0 0.562 4249 4142 0 0 0.562 2 interp_poly 4317 4128 0 0 0.562 4277 4104 0 0 0.562 4317 4128 0 0 0.562 2 interp_poly -40 -24 68 -14 4194 2964 3 MP PP 4194 2964 0 0 0.562 4262 2950 0 0 0.562 4194 2964 0 0 0.562 2 interp_poly 4262 2950 0 0 0.562 4222 2926 0 0 0.562 4262 2950 0 0 0.562 2 interp_poly 68 -14 -40 -24 4234 2988 3 MP PP 4234 2988 0 0 0.562 4194 2964 0 0 0.562 4234 2988 0 0 0.562 2 interp_poly 4194 2964 0 0 0.562 4262 2950 0 0 0.562 4194 2964 0 0 0.562 2 interp_poly -40 -24 67 -14 4167 3002 3 MP PP 4167 3002 0 0 0.562 4234 2988 0 0 0.562 4167 3002 0 0 0.562 2 interp_poly 4234 2988 0 0 0.562 4194 2964 0 0 0.562 4234 2988 0 0 0.562 2 interp_poly 67 -14 -40 -24 4207 3026 3 MP PP 4207 3026 0 0 0.562 4167 3002 0 0 0.562 4207 3026 0 0 0.562 2 interp_poly 4167 3002 0 0 0.562 4234 2988 0 0 0.562 4167 3002 0 0 0.562 2 interp_poly -40 -24 68 -13 4179 3063 3 MP PP 4179 3063 0 0 0.562 4247 3050 0 0 0.562 4179 3063 0 0 0.562 2 interp_poly 4247 3050 0 0 0.562 4207 3026 0 0 0.562 4247 3050 0 0 0.562 2 interp_poly 68 -13 -40 -25 4219 3088 3 MP PP 4219 3088 0 0 0.562 4179 3063 0 0 0.562 4219 3088 0 0 0.562 2 interp_poly 4179 3063 0 0 0.562 4247 3050 0 0 0.562 4179 3063 0 0 0.562 2 interp_poly -40 258 68 -76 4211 3007 3 MP PP 4211 3007 0 0.188 1 4279 2931 0 0.312 1 4211 3007 0 0.188 1 2 interp_poly 4279 2931 0 0.312 1 4239 3189 0 0 0.812 4279 2931 0 0.312 1 2 interp_poly -40 -24 68 -14 4154 2940 3 MP PP 4154 2940 0 0 0.562 4222 2926 0 0 0.562 4154 2940 0 0 0.562 2 interp_poly 4222 2926 0 0 0.562 4182 2902 0 0 0.562 4222 2926 0 0 0.562 2 interp_poly 68 -14 -40 -24 4194 2964 3 MP PP 4194 2964 0 0 0.562 4154 2940 0 0 0.562 4194 2964 0 0 0.562 2 interp_poly 4154 2940 0 0 0.562 4222 2926 0 0 0.562 4154 2940 0 0 0.562 2 interp_poly -40 -25 68 -13 4170 2840 3 MP PP 4170 2840 0 0 0.562 4238 2827 0 0 0.562 4170 2840 0 0 0.562 2 interp_poly 4238 2827 0 0 0.562 4198 2802 0 0 0.562 4238 2827 0 0 0.562 2 interp_poly 68 -13 -40 -24 4210 2864 3 MP PP 4210 2864 0 0 0.562 4170 2840 0 0 0.562 4210 2864 0 0 0.562 2 interp_poly 4170 2840 0 0 0.562 4238 2827 0 0 0.562 4170 2840 0 0 0.562 2 interp_poly -40 -24 68 -14 4182 2902 3 MP PP 4182 2902 0 0 0.562 4250 2888 0 0 0.562 4182 2902 0 0 0.562 2 interp_poly 4250 2888 0 0 0.562 4210 2864 0 0 0.562 4250 2888 0 0 0.562 2 interp_poly 68 -14 -40 -24 4222 2926 3 MP PP 4222 2926 0 0 0.562 4182 2902 0 0 0.562 4222 2926 0 0 0.562 2 interp_poly 4182 2902 0 0 0.562 4250 2888 0 0 0.562 4182 2902 0 0 0.562 2 interp_poly -40 -24 68 -13 4198 2802 3 MP PP 4198 2802 0 0 0.562 4266 2789 0 0 0.562 4198 2802 0 0 0.562 2 interp_poly 4266 2789 0 0 0.562 4226 2765 0 0 0.562 4266 2789 0 0 0.562 2 interp_poly 68 -13 -40 -25 4238 2827 3 MP PP 4238 2827 0 0 0.562 4198 2802 0 0 0.562 4238 2827 0 0 0.562 2 interp_poly 4198 2802 0 0 0.562 4266 2789 0 0 0.562 4198 2802 0 0 0.562 2 interp_poly 68 -76 -40 518 4251 2489 3 MP PP 4251 2489 0.125 1 0.938 4211 3007 0 0.188 1 4251 2489 0.125 1 0.938 2 interp_poly 4211 3007 0 0.188 1 4279 2931 0 0.312 1 4211 3007 0 0.188 1 2 interp_poly 67 75 -40 -433 4288 3340 3 MP PP 4288 3340 0 0 1 4248 2907 0 0.688 1 4288 3340 0 0 1 2 interp_poly 4248 2907 0 0.688 1 4315 2982 0 0.562 1 4248 2907 0 0.688 1 2 interp_poly -40 -732 67 75 4248 2907 3 MP PP 4248 2907 0 0.688 1 4315 2982 0 0.562 1 4248 2907 0 0.688 1 2 interp_poly 4315 2982 0 0.562 1 4275 2250 0.75 1 0.312 4315 2982 0 0.562 1 2 interp_poly 68 -14 -40 -24 4285 4328 3 MP PP 4285 4328 0 0 0.562 4245 4304 0 0 0.562 4285 4328 0 0 0.562 2 interp_poly 4245 4304 0 0 0.562 4313 4290 0 0 0.562 4245 4304 0 0 0.562 2 interp_poly -40 -24 68 -14 4245 4304 3 MP PP 4245 4304 0 0 0.562 4313 4290 0 0 0.562 4245 4304 0 0 0.562 2 interp_poly 4313 4290 0 0 0.562 4273 4266 0 0 0.562 4313 4290 0 0 0.562 2 interp_poly 68 -13 -40 -29 4284 3778 3 MP PP 4284 3778 0 0 0.562 4244 3749 0 0 0.562 4284 3778 0 0 0.562 2 interp_poly 4244 3749 0 0 0.562 4312 3736 0 0 0.562 4244 3749 0 0 0.562 2 interp_poly -40 -37 68 -13 4244 3749 3 MP PP 4244 3749 0 0 0.562 4312 3736 0 0 0.562 4244 3749 0 0 0.562 2 interp_poly 4312 3736 0 0 0.562 4272 3699 0 0 0.562 4312 3736 0 0 0.562 2 interp_poly 68 -14 -40 -24 4280 3943 3 MP PP 4280 3943 0 0 0.562 4240 3919 0 0 0.562 4280 3943 0 0 0.562 2 interp_poly 4240 3919 0 0 0.562 4308 3905 0 0 0.562 4240 3919 0 0 0.562 2 interp_poly -40 -24 68 -14 4240 3919 3 MP PP 4240 3919 0 0 0.562 4308 3905 0 0 0.562 4240 3919 0 0 0.562 2 interp_poly 4308 3905 0 0 0.562 4268 3881 0 0 0.562 4308 3905 0 0 0.562 2 interp_poly 67 -13 -40 -24 4277 4104 3 MP PP 4277 4104 0 0 0.562 4237 4080 0 0 0.562 4277 4104 0 0 0.562 2 interp_poly 4237 4080 0 0 0.562 4304 4067 0 0 0.562 4237 4080 0 0 0.562 2 interp_poly -40 -25 67 -13 4237 4080 3 MP PP 4237 4080 0 0 0.562 4304 4067 0 0 0.562 4237 4080 0 0 0.562 2 interp_poly 4304 4067 0 0 0.562 4264 4042 0 0 0.562 4304 4067 0 0 0.562 2 interp_poly -40 646 68 -69 4195 1238 3 MP PP 4195 1238 0.688 0 0 4263 1169 0.562 0 0 4195 1238 0.688 0 0 2 interp_poly 4263 1169 0.562 0 0 4223 1815 1 0.75 0 4263 1169 0.562 0 0 2 interp_poly -40 830 68 -156 4223 1815 3 MP PP 4223 1815 1 0.75 0 4291 1659 1 0.5 0 4223 1815 1 0.75 0 2 interp_poly 4291 1659 1 0.5 0 4251 2489 0.125 1 0.938 4291 1659 1 0.5 0 2 interp_poly 68 -156 -40 646 4263 1169 3 MP PP 4263 1169 0.562 0 0 4223 1815 1 0.75 0 4263 1169 0.562 0 0 2 interp_poly 4223 1815 1 0.75 0 4291 1659 1 0.5 0 4223 1815 1 0.75 0 2 interp_poly 68 98 -40 -865 4275 2250 3 MP PP 4275 2250 0.75 1 0.312 4235 1385 0.875 0 0 4275 2250 0.75 1 0.312 2 interp_poly 4235 1385 0.875 0 0 4303 1483 1 0.0625 0 4235 1385 0.875 0 0 2 interp_poly -40 -314 68 98 4235 1385 3 MP PP 4235 1385 0.875 0 0 4303 1483 1 0.0625 0 4235 1385 0.875 0 0 2 interp_poly 4303 1483 1 0.0625 0 4263 1169 0.562 0 0 4303 1483 1 0.0625 0 2 interp_poly 68 -14 -40 -24 4273 4266 3 MP PP 4273 4266 0 0 0.562 4233 4242 0 0 0.562 4273 4266 0 0 0.562 2 interp_poly 4233 4242 0 0 0.562 4301 4228 0 0 0.562 4233 4242 0 0 0.562 2 interp_poly -40 -24 68 -14 4233 4242 3 MP PP 4233 4242 0 0 0.562 4301 4228 0 0 0.562 4233 4242 0 0 0.562 2 interp_poly 4301 4228 0 0 0.562 4261 4204 0 0 0.562 4301 4228 0 0 0.562 2 interp_poly 68 -6 -40 -59 4272 3699 3 MP PP 4272 3699 0 0 0.562 4232 3640 0 0 0.625 4272 3699 0 0 0.562 2 interp_poly 4232 3640 0 0 0.625 4300 3634 0 0 0.625 4232 3640 0 0 0.625 2 interp_poly -40 -102 68 -6 4232 3640 3 MP PP 4232 3640 0 0 0.625 4300 3634 0 0 0.625 4232 3640 0 0 0.625 2 interp_poly 4300 3634 0 0 0.625 4260 3532 0 0 0.75 4300 3634 0 0 0.625 2 interp_poly 68 -13 -40 -25 4268 3881 3 MP PP 4268 3881 0 0 0.562 4228 3856 0 0 0.562 4268 3881 0 0 0.562 2 interp_poly 4228 3856 0 0 0.562 4296 3843 0 0 0.562 4228 3856 0 0 0.562 2 interp_poly -40 -25 68 -13 4228 3856 3 MP PP 4228 3856 0 0 0.562 4296 3843 0 0 0.562 4228 3856 0 0 0.562 2 interp_poly 4296 3843 0 0 0.562 4256 3818 0 0 0.562 4296 3843 0 0 0.562 2 interp_poly 68 -13 -40 -24 4264 4042 3 MP PP 4264 4042 0 0 0.562 4224 4018 0 0 0.562 4264 4042 0 0 0.562 2 interp_poly 4224 4018 0 0 0.562 4292 4005 0 0 0.562 4224 4018 0 0 0.562 2 interp_poly -40 -24 68 -13 4224 4018 3 MP PP 4224 4018 0 0 0.562 4292 4005 0 0 0.562 4224 4018 0 0 0.562 2 interp_poly 4292 4005 0 0 0.562 4252 3981 0 0 0.562 4292 4005 0 0 0.562 2 interp_poly 68 -14 -40 -24 4261 4204 3 MP PP 4261 4204 0 0 0.562 4221 4180 0 0 0.562 4261 4204 0 0 0.562 2 interp_poly 4221 4180 0 0 0.562 4289 4166 0 0 0.562 4221 4180 0 0 0.562 2 interp_poly -40 -24 68 -14 4221 4180 3 MP PP 4221 4180 0 0 0.562 4289 4166 0 0 0.562 4221 4180 0 0 0.562 2 interp_poly 4289 4166 0 0 0.562 4249 4142 0 0 0.562 4289 4166 0 0 0.562 2 interp_poly 68 32 -40 -224 4260 3532 3 MP PP 4260 3532 0 0 0.75 4220 3308 0 0.0625 1 4260 3532 0 0 0.75 2 interp_poly 4220 3308 0 0.0625 1 4288 3340 0 0 1 4220 3308 0 0.0625 1 2 interp_poly -40 -5 68 -18 4159 3299 3 MP PP 4159 3299 0 0 0.562 4227 3281 0 0 0.562 4159 3299 0 0 0.562 2 interp_poly 4227 3281 0 0 0.562 4187 3276 0 0 0.562 4227 3281 0 0 0.562 2 interp_poly 68 -18 -40 20 4199 3279 3 MP PP 4199 3279 0 0 0.625 4159 3299 0 0 0.562 4199 3279 0 0 0.625 2 interp_poly 4159 3299 0 0 0.562 4227 3281 0 0 0.562 4159 3299 0 0 0.562 2 interp_poly -40 -24 68 -14 4163 3163 3 MP PP 4163 3163 0 0 0.562 4231 3149 0 0 0.562 4163 3163 0 0 0.562 2 interp_poly 4231 3149 0 0 0.562 4191 3125 0 0 0.562 4231 3149 0 0 0.562 2 interp_poly 68 -14 -40 -23 4203 3186 3 MP PP 4203 3186 0 0 0.562 4163 3163 0 0 0.562 4203 3186 0 0 0.562 2 interp_poly 4163 3163 0 0 0.562 4231 3149 0 0 0.562 4163 3163 0 0 0.562 2 interp_poly -40 -21 68 -14 4147 3258 3 MP PP 4147 3258 0 0 0.562 4215 3244 0 0 0.562 4147 3258 0 0 0.562 2 interp_poly 4215 3244 0 0 0.562 4175 3223 0 0 0.562 4215 3244 0 0 0.562 2 interp_poly 68 -14 -40 -18 4187 3276 3 MP PP 4187 3276 0 0 0.562 4147 3258 0 0 0.562 4187 3276 0 0 0.562 2 interp_poly 4147 3258 0 0 0.562 4215 3244 0 0 0.562 4147 3258 0 0 0.562 2 interp_poly -40 -23 68 -14 4175 3223 3 MP PP 4175 3223 0 0 0.562 4243 3209 0 0 0.562 4175 3223 0 0 0.562 2 interp_poly 4243 3209 0 0 0.562 4203 3186 0 0 0.562 4243 3209 0 0 0.562 2 interp_poly 68 -14 -40 -21 4215 3244 3 MP PP 4215 3244 0 0 0.562 4175 3223 0 0 0.562 4215 3244 0 0 0.562 2 interp_poly 4175 3223 0 0 0.562 4243 3209 0 0 0.562 4175 3223 0 0 0.562 2 interp_poly -40 -16 68 -16 4187 3276 3 MP PP 4187 3276 0 0 0.562 4255 3260 0 0 0.562 4187 3276 0 0 0.562 2 interp_poly 4255 3260 0 0 0.562 4215 3244 0 0 0.562 4255 3260 0 0 0.562 2 interp_poly 68 -16 -40 -5 4227 3281 3 MP PP 4227 3281 0 0 0.562 4187 3276 0 0 0.562 4227 3281 0 0 0.562 2 interp_poly 4187 3276 0 0 0.562 4255 3260 0 0 0.562 4187 3276 0 0 0.562 2 interp_poly -40 90 68 -40 4171 3229 3 MP PP 4171 3229 0 0 0.812 4239 3189 0 0 0.812 4171 3229 0 0 0.812 2 interp_poly 4239 3189 0 0 0.812 4199 3279 0 0 0.625 4239 3189 0 0 0.812 2 interp_poly -40 -23 68 -14 4107 3237 3 MP PP 4107 3237 0 0 0.562 4175 3223 0 0 0.562 4107 3237 0 0 0.562 2 interp_poly 4175 3223 0 0 0.562 4135 3200 0 0 0.562 4175 3223 0 0 0.562 2 interp_poly 68 -14 -40 -21 4147 3258 3 MP PP 4147 3258 0 0 0.562 4107 3237 0 0 0.562 4147 3258 0 0 0.562 2 interp_poly 4107 3237 0 0 0.562 4175 3223 0 0 0.562 4107 3237 0 0 0.562 2 interp_poly -40 -24 68 -14 4123 3139 3 MP PP 4123 3139 0 0 0.562 4191 3125 0 0 0.562 4123 3139 0 0 0.562 2 interp_poly 4191 3125 0 0 0.562 4151 3101 0 0 0.562 4191 3125 0 0 0.562 2 interp_poly 68 -14 -40 -24 4163 3163 3 MP PP 4163 3163 0 0 0.562 4123 3139 0 0 0.562 4163 3163 0 0 0.562 2 interp_poly 4123 3139 0 0 0.562 4191 3125 0 0 0.562 4123 3139 0 0 0.562 2 interp_poly -40 -23 68 -14 4135 3200 3 MP PP 4135 3200 0 0 0.562 4203 3186 0 0 0.562 4135 3200 0 0 0.562 2 interp_poly 4203 3186 0 0 0.562 4163 3163 0 0 0.562 4203 3186 0 0 0.562 2 interp_poly 68 -14 -40 -23 4175 3223 3 MP PP 4175 3223 0 0 0.562 4135 3200 0 0 0.562 4175 3223 0 0 0.562 2 interp_poly 4135 3200 0 0 0.562 4203 3186 0 0 0.562 4135 3200 0 0 0.562 2 interp_poly -40 -25 68 -13 4151 3101 3 MP PP 4151 3101 0 0 0.562 4219 3088 0 0 0.562 4151 3101 0 0 0.562 2 interp_poly 4219 3088 0 0 0.562 4179 3063 0 0 0.562 4219 3088 0 0 0.562 2 interp_poly 68 -13 -40 -24 4191 3125 3 MP PP 4191 3125 0 0 0.562 4151 3101 0 0 0.562 4191 3125 0 0 0.562 2 interp_poly 4151 3101 0 0 0.562 4219 3088 0 0 0.562 4151 3101 0 0 0.562 2 interp_poly 68 -40 -40 222 4211 3007 3 MP PP 4211 3007 0 0.188 1 4171 3229 0 0 0.812 4211 3007 0 0.188 1 2 interp_poly 4171 3229 0 0 0.812 4239 3189 0 0 0.812 4171 3229 0 0 0.812 2 interp_poly -40 27 68 -25 4199 3279 3 MP PP 4199 3279 0 0 0.625 4267 3254 0 0 0.688 4199 3279 0 0 0.625 2 interp_poly 4267 3254 0 0 0.688 4227 3281 0 0 0.562 4267 3254 0 0 0.688 2 interp_poly 68 -25 -40 90 4239 3189 3 MP PP 4239 3189 0 0 0.812 4199 3279 0 0 0.625 4239 3189 0 0 0.812 2 interp_poly 4199 3279 0 0 0.625 4267 3254 0 0 0.688 4199 3279 0 0 0.625 2 interp_poly -40 -433 68 32 4220 3308 3 MP PP 4220 3308 0 0.0625 1 4288 3340 0 0 1 4220 3308 0 0.0625 1 2 interp_poly 4288 3340 0 0 1 4248 2907 0 0.688 1 4288 3340 0 0 1 2 interp_poly -40 -24 68 -13 4217 4341 3 MP PP 4217 4341 0 0 0.562 4285 4328 0 0 0.562 4217 4341 0 0 0.562 2 interp_poly 4285 4328 0 0 0.562 4245 4304 0 0 0.562 4285 4328 0 0 0.562 2 interp_poly 68 -13 -40 -27 4256 3818 3 MP PP 4256 3818 0 0 0.562 4216 3791 0 0 0.562 4256 3818 0 0 0.562 2 interp_poly 4216 3791 0 0 0.562 4284 3778 0 0 0.562 4216 3791 0 0 0.562 2 interp_poly -40 -29 68 -13 4216 3791 3 MP PP 4216 3791 0 0 0.562 4284 3778 0 0 0.562 4216 3791 0 0 0.562 2 interp_poly 4284 3778 0 0 0.562 4244 3749 0 0 0.562 4284 3778 0 0 0.562 2 interp_poly 68 -14 -40 -24 4252 3981 3 MP PP 4252 3981 0 0 0.562 4212 3957 0 0 0.562 4252 3981 0 0 0.562 2 interp_poly 4212 3957 0 0 0.562 4280 3943 0 0 0.562 4212 3957 0 0 0.562 2 interp_poly -40 -24 68 -14 4212 3957 3 MP PP 4212 3957 0 0 0.562 4280 3943 0 0 0.562 4212 3957 0 0 0.562 2 interp_poly 4280 3943 0 0 0.562 4240 3919 0 0 0.562 4280 3943 0 0 0.562 2 interp_poly 68 -14 -40 -24 4249 4142 3 MP PP 4249 4142 0 0 0.562 4209 4118 0 0 0.562 4249 4142 0 0 0.562 2 interp_poly 4209 4118 0 0 0.562 4277 4104 0 0 0.562 4209 4118 0 0 0.562 2 interp_poly -40 -24 68 -14 4209 4118 3 MP PP 4209 4118 0 0 0.562 4277 4104 0 0 0.562 4209 4118 0 0 0.562 2 interp_poly 4277 4104 0 0 0.562 4237 4080 0 0 0.562 4277 4104 0 0 0.562 2 interp_poly -40 800 68 -158 4155 1973 3 MP PP 4155 1973 1 1 0 4223 1815 1 0.75 0 4155 1973 1 1 0 2 interp_poly 4223 1815 1 0.75 0 4183 2615 0 0.938 1 4223 1815 1 0.75 0 2 interp_poly -40 -24 68 -14 4130 2816 3 MP PP 4130 2816 0 0 0.562 4198 2802 0 0 0.562 4130 2816 0 0 0.562 2 interp_poly 4198 2802 0 0 0.562 4158 2778 0 0 0.562 4198 2802 0 0 0.562 2 interp_poly 68 -14 -40 -24 4170 2840 3 MP PP 4170 2840 0 0 0.562 4130 2816 0 0 0.562 4170 2840 0 0 0.562 2 interp_poly 4130 2816 0 0 0.562 4198 2802 0 0 0.562 4130 2816 0 0 0.562 2 interp_poly -40 -24 68 -14 4142 2878 3 MP PP 4142 2878 0 0 0.562 4210 2864 0 0 0.562 4142 2878 0 0 0.562 2 interp_poly 4210 2864 0 0 0.562 4170 2840 0 0 0.562 4210 2864 0 0 0.562 2 interp_poly 68 -14 -40 -24 4182 2902 3 MP PP 4182 2902 0 0 0.562 4142 2878 0 0 0.562 4182 2902 0 0 0.562 2 interp_poly 4142 2878 0 0 0.562 4210 2864 0 0 0.562 4142 2878 0 0 0.562 2 interp_poly 68 -13 -40 -24 4198 2802 3 MP PP 4198 2802 0 0 0.562 4158 2778 0 0 0.562 4198 2802 0 0 0.562 2 interp_poly 4158 2778 0 0 0.562 4226 2765 0 0 0.562 4158 2778 0 0 0.562 2 interp_poly -40 518 68 -126 4183 2615 3 MP PP 4183 2615 0 0.938 1 4251 2489 0.125 1 0.938 4183 2615 0 0.938 1 2 interp_poly 4251 2489 0.125 1 0.938 4211 3007 0 0.188 1 4251 2489 0.125 1 0.938 2 interp_poly 68 -126 -40 800 4223 1815 3 MP PP 4223 1815 1 0.75 0 4183 2615 0 0.938 1 4223 1815 1 0.75 0 2 interp_poly 4183 2615 0 0.938 1 4251 2489 0.125 1 0.938 4183 2615 0 0.938 1 2 interp_poly 67 128 -40 -785 4248 2907 3 MP PP 4248 2907 0 0.688 1 4208 2122 1 1 0.0625 4248 2907 0 0.688 1 2 interp_poly 4208 2122 1 1 0.0625 4275 2250 0.75 1 0.312 4208 2122 1 1 0.0625 2 interp_poly 68 -158 -40 735 4195 1238 3 MP PP 4195 1238 0.688 0 0 4155 1973 1 1 0 4195 1238 0.688 0 0 2 interp_poly 4155 1973 1 1 0 4223 1815 1 0.75 0 4155 1973 1 1 0 2 interp_poly -40 -865 67 128 4208 2122 3 MP PP 4208 2122 1 1 0.0625 4275 2250 0.75 1 0.312 4208 2122 1 1 0.0625 2 interp_poly 4275 2250 0.75 1 0.312 4235 1385 0.875 0 0 4275 2250 0.75 1 0.312 2 interp_poly 68 -13 -40 -25 4245 4304 3 MP PP 4245 4304 0 0 0.562 4205 4279 0 0 0.562 4245 4304 0 0 0.562 2 interp_poly 4205 4279 0 0 0.562 4273 4266 0 0 0.562 4205 4279 0 0 0.562 2 interp_poly -40 -24 68 -13 4205 4279 3 MP PP 4205 4279 0 0 0.562 4273 4266 0 0 0.562 4205 4279 0 0 0.562 2 interp_poly 4273 4266 0 0 0.562 4233 4242 0 0 0.562 4273 4266 0 0 0.562 2 interp_poly 68 -10 -40 -40 4244 3749 3 MP PP 4244 3749 0 0 0.562 4204 3709 0 0 0.562 4244 3749 0 0 0.562 2 interp_poly 4204 3709 0 0 0.562 4272 3699 0 0 0.562 4204 3709 0 0 0.562 2 interp_poly -40 -59 68 -10 4204 3709 3 MP PP 4204 3709 0 0 0.562 4272 3699 0 0 0.562 4204 3709 0 0 0.562 2 interp_poly 4272 3699 0 0 0.562 4232 3640 0 0 0.625 4272 3699 0 0 0.562 2 interp_poly 68 -13 -40 -25 4240 3919 3 MP PP 4240 3919 0 0 0.562 4200 3894 0 0 0.562 4240 3919 0 0 0.562 2 interp_poly 4200 3894 0 0 0.562 4268 3881 0 0 0.562 4200 3894 0 0 0.562 2 interp_poly -40 -25 68 -13 4200 3894 3 MP PP 4200 3894 0 0 0.562 4268 3881 0 0 0.562 4200 3894 0 0 0.562 2 interp_poly 4268 3881 0 0 0.562 4228 3856 0 0 0.562 4268 3881 0 0 0.562 2 interp_poly 67 -14 -40 -24 4237 4080 3 MP PP 4237 4080 0 0 0.562 4197 4056 0 0 0.562 4237 4080 0 0 0.562 2 interp_poly 4197 4056 0 0 0.562 4264 4042 0 0 0.562 4197 4056 0 0 0.562 2 interp_poly -40 -24 67 -14 4197 4056 3 MP PP 4197 4056 0 0 0.562 4264 4042 0 0 0.562 4197 4056 0 0 0.562 2 interp_poly 4264 4042 0 0 0.562 4224 4018 0 0 0.562 4264 4042 0 0 0.562 2 interp_poly 68 -69 -40 -147 4235 1385 3 MP PP 4235 1385 0.875 0 0 4195 1238 0.688 0 0 4235 1385 0.875 0 0 2 interp_poly 4195 1238 0.688 0 0 4263 1169 0.562 0 0 4195 1238 0.688 0 0 2 interp_poly 68 -14 -40 -24 4233 4242 3 MP PP 4233 4242 0 0 0.562 4193 4218 0 0 0.562 4233 4242 0 0 0.562 2 interp_poly 4193 4218 0 0 0.562 4261 4204 0 0 0.562 4193 4218 0 0 0.562 2 interp_poly -40 -24 68 -14 4193 4218 3 MP PP 4193 4218 0 0 0.562 4261 4204 0 0 0.562 4193 4218 0 0 0.562 2 interp_poly 4261 4204 0 0 0.562 4221 4180 0 0 0.562 4261 4204 0 0 0.562 2 interp_poly 68 8 -40 -116 4232 3640 3 MP PP 4232 3640 0 0 0.625 4192 3524 0 0 0.75 4232 3640 0 0 0.625 2 interp_poly 4192 3524 0 0 0.75 4260 3532 0 0 0.75 4192 3524 0 0 0.75 2 interp_poly -40 -224 68 8 4192 3524 3 MP PP 4192 3524 0 0 0.75 4260 3532 0 0 0.75 4192 3524 0 0 0.75 2 interp_poly 4260 3532 0 0 0.75 4220 3308 0 0.0625 1 4260 3532 0 0 0.75 2 interp_poly 68 -13 -40 -25 4228 3856 3 MP PP 4228 3856 0 0 0.562 4188 3831 0 0 0.562 4228 3856 0 0 0.562 2 interp_poly 4188 3831 0 0 0.562 4256 3818 0 0 0.562 4188 3831 0 0 0.562 2 interp_poly -40 -27 68 -13 4188 3831 3 MP PP 4188 3831 0 0 0.562 4256 3818 0 0 0.562 4188 3831 0 0 0.562 2 interp_poly 4256 3818 0 0 0.562 4216 3791 0 0 0.562 4256 3818 0 0 0.562 2 interp_poly 68 -13 -40 -24 4224 4018 3 MP PP 4224 4018 0 0 0.562 4184 3994 0 0 0.562 4224 4018 0 0 0.562 2 interp_poly 4184 3994 0 0 0.562 4252 3981 0 0 0.562 4184 3994 0 0 0.562 2 interp_poly -40 -24 68 -13 4184 3994 3 MP PP 4184 3994 0 0 0.562 4252 3981 0 0 0.562 4184 3994 0 0 0.562 2 interp_poly 4252 3981 0 0 0.562 4212 3957 0 0 0.562 4252 3981 0 0 0.562 2 interp_poly 68 -14 -40 -24 4221 4180 3 MP PP 4221 4180 0 0 0.562 4181 4156 0 0 0.562 4221 4180 0 0 0.562 2 interp_poly 4181 4156 0 0 0.562 4249 4142 0 0 0.562 4181 4156 0 0 0.562 2 interp_poly -40 -24 68 -14 4181 4156 3 MP PP 4181 4156 0 0 0.562 4249 4142 0 0 0.562 4181 4156 0 0 0.562 2 interp_poly 4249 4142 0 0 0.562 4209 4118 0 0 0.562 4249 4142 0 0 0.562 2 interp_poly -40 -24 67 -14 4127 2978 3 MP PP 4127 2978 0 0 0.562 4194 2964 0 0 0.562 4127 2978 0 0 0.562 2 interp_poly 4194 2964 0 0 0.562 4154 2940 0 0 0.562 4194 2964 0 0 0.562 2 interp_poly 67 -14 -40 -24 4167 3002 3 MP PP 4167 3002 0 0 0.562 4127 2978 0 0 0.562 4167 3002 0 0 0.562 2 interp_poly 4127 2978 0 0 0.562 4194 2964 0 0 0.562 4127 2978 0 0 0.562 2 interp_poly -40 -24 68 -13 4139 3039 3 MP PP 4139 3039 0 0 0.562 4207 3026 0 0 0.562 4139 3039 0 0 0.562 2 interp_poly 4207 3026 0 0 0.562 4167 3002 0 0 0.562 4207 3026 0 0 0.562 2 interp_poly 68 -13 -40 -24 4179 3063 3 MP PP 4179 3063 0 0 0.562 4139 3039 0 0 0.562 4179 3063 0 0 0.562 2 interp_poly 4139 3039 0 0 0.562 4207 3026 0 0 0.562 4139 3039 0 0 0.562 2 interp_poly -40 -24 68 -14 4083 3115 3 MP PP 4083 3115 0 0 0.562 4151 3101 0 0 0.562 4083 3115 0 0 0.562 2 interp_poly 4151 3101 0 0 0.562 4111 3077 0 0 0.562 4151 3101 0 0 0.562 2 interp_poly 68 -14 -40 -24 4123 3139 3 MP PP 4123 3139 0 0 0.562 4083 3115 0 0 0.562 4123 3139 0 0 0.562 2 interp_poly 4083 3115 0 0 0.562 4151 3101 0 0 0.562 4083 3115 0 0 0.562 2 interp_poly -40 -24 68 -13 4095 3176 3 MP PP 4095 3176 0 0 0.562 4163 3163 0 0 0.562 4095 3176 0 0 0.562 2 interp_poly 4163 3163 0 0 0.562 4123 3139 0 0 0.562 4163 3163 0 0 0.562 2 interp_poly 68 -13 -40 -24 4135 3200 3 MP PP 4135 3200 0 0 0.562 4095 3176 0 0 0.562 4135 3200 0 0 0.562 2 interp_poly 4095 3176 0 0 0.562 4163 3163 0 0 0.562 4095 3176 0 0 0.562 2 interp_poly -40 -24 68 -14 4111 3077 3 MP PP 4111 3077 0 0 0.562 4179 3063 0 0 0.562 4111 3077 0 0 0.562 2 interp_poly 4179 3063 0 0 0.562 4139 3039 0 0 0.562 4179 3063 0 0 0.562 2 interp_poly 68 -14 -40 -24 4151 3101 3 MP PP 4151 3101 0 0 0.562 4111 3077 0 0 0.562 4151 3101 0 0 0.562 2 interp_poly 4111 3077 0 0 0.562 4179 3063 0 0 0.562 4111 3077 0 0 0.562 2 interp_poly -40 222 68 -69 4143 3076 3 MP PP 4143 3076 0 0.125 1 4211 3007 0 0.188 1 4143 3076 0 0.125 1 2 interp_poly 4211 3007 0 0.188 1 4171 3229 0 0 0.812 4211 3007 0 0.188 1 2 interp_poly -40 -24 68 -13 4099 3015 3 MP PP 4099 3015 0 0 0.562 4167 3002 0 0 0.562 4099 3015 0 0 0.562 2 interp_poly 4167 3002 0 0 0.562 4127 2978 0 0 0.562 4167 3002 0 0 0.562 2 interp_poly 68 -13 -40 -24 4139 3039 3 MP PP 4139 3039 0 0 0.562 4099 3015 0 0 0.562 4139 3039 0 0 0.562 2 interp_poly 4099 3015 0 0 0.562 4167 3002 0 0 0.562 4099 3015 0 0 0.562 2 interp_poly -40 -24 68 -14 4102 2854 3 MP PP 4102 2854 0 0 0.562 4170 2840 0 0 0.562 4102 2854 0 0 0.562 2 interp_poly 4170 2840 0 0 0.562 4130 2816 0 0 0.562 4170 2840 0 0 0.562 2 interp_poly 68 -14 -40 -24 4142 2878 3 MP PP 4142 2878 0 0 0.562 4102 2854 0 0 0.562 4142 2878 0 0 0.562 2 interp_poly 4102 2854 0 0 0.562 4170 2840 0 0 0.562 4102 2854 0 0 0.562 2 interp_poly -40 -24 68 -14 4114 2916 3 MP PP 4114 2916 0 0 0.562 4182 2902 0 0 0.562 4114 2916 0 0 0.562 2 interp_poly 4182 2902 0 0 0.562 4142 2878 0 0 0.562 4182 2902 0 0 0.562 2 interp_poly 68 -14 -40 -24 4154 2940 3 MP PP 4154 2940 0 0 0.562 4114 2916 0 0 0.562 4154 2940 0 0 0.562 2 interp_poly 4114 2916 0 0 0.562 4182 2902 0 0 0.562 4114 2916 0 0 0.562 2 interp_poly 68 -69 -40 461 4183 2615 3 MP PP 4183 2615 0 0.938 1 4143 3076 0 0.125 1 4183 2615 0 0.938 1 2 interp_poly 4143 3076 0 0.125 1 4211 3007 0 0.188 1 4143 3076 0 0.125 1 2 interp_poly 68 84 -40 -485 4220 3308 3 MP PP 4220 3308 0 0.0625 1 4180 2823 0 0.875 1 4220 3308 0 0.0625 1 2 interp_poly 4180 2823 0 0.875 1 4248 2907 0 0.688 1 4180 2823 0 0.875 1 2 interp_poly -40 -785 68 84 4180 2823 3 MP PP 4180 2823 0 0.875 1 4248 2907 0 0.688 1 4180 2823 0 0.875 1 2 interp_poly 4248 2907 0 0.688 1 4208 2122 1 1 0.0625 4248 2907 0 0.688 1 2 interp_poly 68 -13 -40 -24 4217 4341 3 MP PP 4217 4341 0 0 0.562 4177 4317 0 0 0.562 4217 4341 0 0 0.562 2 interp_poly 4177 4317 0 0 0.562 4245 4304 0 0 0.562 4177 4317 0 0 0.562 2 interp_poly -40 -25 68 -13 4177 4317 3 MP PP 4177 4317 0 0 0.562 4245 4304 0 0 0.562 4177 4317 0 0 0.562 2 interp_poly 4245 4304 0 0 0.562 4205 4279 0 0 0.562 4245 4304 0 0 0.562 2 interp_poly 68 -12 -40 -30 4216 3791 3 MP PP 4216 3791 0 0 0.562 4176 3761 0 0 0.562 4216 3791 0 0 0.562 2 interp_poly 4176 3761 0 0 0.562 4244 3749 0 0 0.562 4176 3761 0 0 0.562 2 interp_poly -40 -40 68 -12 4176 3761 3 MP PP 4176 3761 0 0 0.562 4244 3749 0 0 0.562 4176 3761 0 0 0.562 2 interp_poly 4244 3749 0 0 0.562 4204 3709 0 0 0.562 4244 3749 0 0 0.562 2 interp_poly gr 1 sg 0 sg 4243 4890 mt (z) s gs 899 389 5356 4226 rc 1 sg 68 -13 -40 -25 4212 3957 3 MP PP 4212 3957 0 0 0.562 4172 3932 0 0 0.562 4212 3957 0 0 0.562 2 interp_poly 4172 3932 0 0 0.562 4240 3919 0 0 0.562 4172 3932 0 0 0.562 2 interp_poly -40 -25 68 -13 4172 3932 3 MP PP 4172 3932 0 0 0.562 4240 3919 0 0 0.562 4172 3932 0 0 0.562 2 interp_poly 4240 3919 0 0 0.562 4200 3894 0 0 0.562 4240 3919 0 0 0.562 2 interp_poly 68 -14 -40 -24 4209 4118 3 MP PP 4209 4118 0 0 0.562 4169 4094 0 0 0.562 4209 4118 0 0 0.562 2 interp_poly 4169 4094 0 0 0.562 4237 4080 0 0 0.562 4169 4094 0 0 0.562 2 interp_poly -40 -24 68 -14 4169 4094 3 MP PP 4169 4094 0 0 0.562 4237 4080 0 0 0.562 4169 4094 0 0 0.562 2 interp_poly 4237 4080 0 0 0.562 4197 4056 0 0 0.562 4237 4080 0 0 0.562 2 interp_poly -40 735 67 -95 4128 1333 3 MP PP 4128 1333 0.812 0 0 4195 1238 0.688 0 0 4128 1333 0.812 0 0 2 interp_poly 4195 1238 0.688 0 0 4155 1973 1 1 0 4195 1238 0.688 0 0 2 interp_poly 67 77 -40 -814 4208 2122 3 MP PP 4208 2122 1 1 0.0625 4168 1308 0.75 0 0 4208 2122 1 1 0.0625 2 interp_poly 4168 1308 0.75 0 0 4235 1385 0.875 0 0 4168 1308 0.75 0 0 2 interp_poly -40 -147 67 77 4168 1308 3 MP PP 4168 1308 0.75 0 0 4235 1385 0.875 0 0 4168 1308 0.75 0 0 2 interp_poly 4235 1385 0.875 0 0 4195 1238 0.688 0 0 4235 1385 0.875 0 0 2 interp_poly 68 -13 -40 -24 4205 4279 3 MP PP 4205 4279 0 0 0.562 4165 4255 0 0 0.562 4205 4279 0 0 0.562 2 interp_poly 4165 4255 0 0 0.562 4233 4242 0 0 0.562 4165 4255 0 0 0.562 2 interp_poly -40 -24 68 -13 4165 4255 3 MP PP 4165 4255 0 0 0.562 4233 4242 0 0 0.562 4165 4255 0 0 0.562 2 interp_poly 4233 4242 0 0 0.562 4193 4218 0 0 0.562 4233 4242 0 0 0.562 2 interp_poly 68 -4 -40 -65 4204 3709 3 MP PP 4204 3709 0 0 0.562 4164 3644 0 0 0.625 4204 3709 0 0 0.562 2 interp_poly 4164 3644 0 0 0.625 4232 3640 0 0 0.625 4164 3644 0 0 0.625 2 interp_poly -40 -116 68 -4 4164 3644 3 MP PP 4164 3644 0 0 0.625 4232 3640 0 0 0.625 4164 3644 0 0 0.625 2 interp_poly 4232 3640 0 0 0.625 4192 3524 0 0 0.75 4232 3640 0 0 0.625 2 interp_poly 68 -14 -40 -24 4200 3894 3 MP PP 4200 3894 0 0 0.562 4160 3870 0 0 0.562 4200 3894 0 0 0.562 2 interp_poly 4160 3870 0 0 0.562 4228 3856 0 0 0.562 4160 3870 0 0 0.562 2 interp_poly -40 -25 68 -14 4160 3870 3 MP PP 4160 3870 0 0 0.562 4228 3856 0 0 0.562 4160 3870 0 0 0.562 2 interp_poly 4228 3856 0 0 0.562 4188 3831 0 0 0.562 4228 3856 0 0 0.562 2 interp_poly 67 -14 -40 -24 4197 4056 3 MP PP 4197 4056 0 0 0.562 4157 4032 0 0 0.562 4197 4056 0 0 0.562 2 interp_poly 4157 4032 0 0 0.562 4224 4018 0 0 0.562 4157 4032 0 0 0.562 2 interp_poly -40 -24 67 -14 4157 4032 3 MP PP 4157 4032 0 0 0.562 4224 4018 0 0 0.562 4157 4032 0 0 0.562 2 interp_poly 4224 4018 0 0 0.562 4184 3994 0 0 0.562 4224 4018 0 0 0.562 2 interp_poly 68 -13 -40 -25 4193 4218 3 MP PP 4193 4218 0 0 0.562 4153 4193 0 0 0.562 4193 4218 0 0 0.562 2 interp_poly 4153 4193 0 0 0.562 4221 4180 0 0 0.562 4153 4193 0 0 0.562 2 interp_poly -40 -24 68 -13 4153 4193 3 MP PP 4153 4193 0 0 0.562 4221 4180 0 0 0.562 4153 4193 0 0 0.562 2 interp_poly 4221 4180 0 0 0.562 4181 4156 0 0 0.562 4221 4180 0 0 0.562 2 interp_poly -40 -8 68 -17 4091 3316 3 MP PP 4091 3316 0 0 0.562 4159 3299 0 0 0.562 4091 3316 0 0 0.562 2 interp_poly 4159 3299 0 0 0.562 4119 3291 0 0 0.562 4159 3299 0 0 0.562 2 interp_poly 68 -17 -40 13 4131 3303 3 MP PP 4131 3303 0 0 0.625 4091 3316 0 0 0.562 4131 3303 0 0 0.625 2 interp_poly 4091 3316 0 0 0.562 4159 3299 0 0 0.562 4091 3316 0 0 0.562 2 interp_poly -40 -18 68 -15 4119 3291 3 MP PP 4119 3291 0 0 0.562 4187 3276 0 0 0.562 4119 3291 0 0 0.562 2 interp_poly 4187 3276 0 0 0.562 4147 3258 0 0 0.562 4187 3276 0 0 0.562 2 interp_poly 68 -15 -40 -8 4159 3299 3 MP PP 4159 3299 0 0 0.562 4119 3291 0 0 0.562 4159 3299 0 0 0.562 2 interp_poly 4119 3291 0 0 0.562 4187 3276 0 0 0.562 4119 3291 0 0 0.562 2 interp_poly -40 20 68 -24 4131 3303 3 MP PP 4131 3303 0 0 0.625 4199 3279 0 0 0.625 4131 3303 0 0 0.625 2 interp_poly 4199 3279 0 0 0.625 4159 3299 0 0 0.562 4199 3279 0 0 0.625 2 interp_poly 68 -24 -40 74 4171 3229 3 MP PP 4171 3229 0 0 0.812 4131 3303 0 0 0.625 4171 3229 0 0 0.812 2 interp_poly 4131 3303 0 0 0.625 4199 3279 0 0 0.625 4131 3303 0 0 0.625 2 interp_poly 68 39 -40 -255 4192 3524 3 MP PP 4192 3524 0 0 0.75 4152 3269 0 0.188 1 4192 3524 0 0 0.75 2 interp_poly 4152 3269 0 0.188 1 4220 3308 0 0.0625 1 4152 3269 0 0.188 1 2 interp_poly -40 -21 68 -15 4079 3273 3 MP PP 4079 3273 0 0 0.562 4147 3258 0 0 0.562 4079 3273 0 0 0.562 2 interp_poly 4147 3258 0 0 0.562 4107 3237 0 0 0.562 4147 3258 0 0 0.562 2 interp_poly 68 -15 -40 -18 4119 3291 3 MP PP 4119 3291 0 0 0.562 4079 3273 0 0 0.562 4119 3291 0 0 0.562 2 interp_poly 4079 3273 0 0 0.562 4147 3258 0 0 0.562 4079 3273 0 0 0.562 2 interp_poly -40 74 68 -37 4103 3266 3 MP PP 4103 3266 0 0 0.75 4171 3229 0 0 0.812 4103 3266 0 0 0.75 2 interp_poly 4171 3229 0 0 0.812 4131 3303 0 0 0.625 4171 3229 0 0 0.812 2 interp_poly -40 -24 68 -14 4067 3214 3 MP PP 4067 3214 0 0 0.562 4135 3200 0 0 0.562 4067 3214 0 0 0.562 2 interp_poly 4135 3200 0 0 0.562 4095 3176 0 0 0.562 4135 3200 0 0 0.562 2 interp_poly 68 -14 -40 -23 4107 3237 3 MP PP 4107 3237 0 0 0.562 4067 3214 0 0 0.562 4107 3237 0 0 0.562 2 interp_poly 4067 3214 0 0 0.562 4135 3200 0 0 0.562 4067 3214 0 0 0.562 2 interp_poly 68 -37 -40 190 4143 3076 3 MP PP 4143 3076 0 0.125 1 4103 3266 0 0 0.75 4143 3076 0 0.125 1 2 interp_poly 4103 3266 0 0 0.75 4171 3229 0 0 0.812 4103 3266 0 0 0.75 2 interp_poly -40 -485 68 39 4152 3269 3 MP PP 4152 3269 0 0.188 1 4220 3308 0 0.0625 1 4152 3269 0 0.188 1 2 interp_poly 4220 3308 0 0.0625 1 4180 2823 0 0.875 1 4220 3308 0 0.0625 1 2 interp_poly -40 -24 68 -14 4149 4355 3 MP PP 4149 4355 0 0 0.562 4217 4341 0 0 0.562 4149 4355 0 0 0.562 2 interp_poly 4217 4341 0 0 0.562 4177 4317 0 0 0.562 4217 4341 0 0 0.562 2 interp_poly 68 -13 -40 -27 4188 3831 3 MP PP 4188 3831 0 0 0.562 4148 3804 0 0 0.562 4188 3831 0 0 0.562 2 interp_poly 4148 3804 0 0 0.562 4216 3791 0 0 0.562 4148 3804 0 0 0.562 2 interp_poly -40 -30 68 -13 4148 3804 3 MP PP 4148 3804 0 0 0.562 4216 3791 0 0 0.562 4148 3804 0 0 0.562 2 interp_poly 4216 3791 0 0 0.562 4176 3761 0 0 0.562 4216 3791 0 0 0.562 2 interp_poly 68 -13 -40 -24 4184 3994 3 MP PP 4184 3994 0 0 0.562 4144 3970 0 0 0.562 4184 3994 0 0 0.562 2 interp_poly 4144 3970 0 0 0.562 4212 3957 0 0 0.562 4144 3970 0 0 0.562 2 interp_poly -40 -25 68 -13 4144 3970 3 MP PP 4144 3970 0 0 0.562 4212 3957 0 0 0.562 4144 3970 0 0 0.562 2 interp_poly 4212 3957 0 0 0.562 4172 3932 0 0 0.562 4212 3957 0 0 0.562 2 interp_poly 68 -14 -40 -24 4181 4156 3 MP PP 4181 4156 0 0 0.562 4141 4132 0 0 0.562 4181 4156 0 0 0.562 2 interp_poly 4141 4132 0 0 0.562 4209 4118 0 0 0.562 4141 4132 0 0 0.562 2 interp_poly -40 -24 68 -14 4141 4132 3 MP PP 4141 4132 0 0 0.562 4209 4118 0 0 0.562 4141 4132 0 0 0.562 2 interp_poly 4209 4118 0 0 0.562 4169 4094 0 0 0.562 4209 4118 0 0 0.562 2 interp_poly -40 758 67 -158 4088 2131 3 MP PP 4088 2131 0.875 1 0.188 4155 1973 1 1 0 4088 2131 0.875 1 0.188 2 interp_poly 4155 1973 1 1 0 4115 2731 0 0.75 1 4155 1973 1 1 0 2 interp_poly 67 -158 -40 798 4128 1333 3 MP PP 4128 1333 0.812 0 0 4088 2131 0.875 1 0.188 4128 1333 0.812 0 0 2 interp_poly 4088 2131 0.875 1 0.188 4155 1973 1 1 0 4088 2131 0.875 1 0.188 2 interp_poly -40 -24 68 -14 4062 2830 3 MP PP 4062 2830 0 0 0.562 4130 2816 0 0 0.562 4062 2830 0 0 0.562 2 interp_poly 4130 2816 0 0 0.562 4090 2792 0 0 0.562 4130 2816 0 0 0.562 2 interp_poly 68 -14 -40 -24 4102 2854 3 MP PP 4102 2854 0 0 0.562 4062 2830 0 0 0.562 4102 2854 0 0 0.562 2 interp_poly 4062 2830 0 0 0.562 4130 2816 0 0 0.562 4062 2830 0 0 0.562 2 interp_poly -40 -24 68 -14 4074 2892 3 MP PP 4074 2892 0 0 0.562 4142 2878 0 0 0.562 4074 2892 0 0 0.562 2 interp_poly 4142 2878 0 0 0.562 4102 2854 0 0 0.562 4142 2878 0 0 0.562 2 interp_poly 68 -14 -40 -24 4114 2916 3 MP PP 4114 2916 0 0 0.562 4074 2892 0 0 0.562 4114 2916 0 0 0.562 2 interp_poly 4074 2892 0 0 0.562 4142 2878 0 0 0.562 4074 2892 0 0 0.562 2 interp_poly -40 -24 67 -13 4087 2953 3 MP PP 4087 2953 0 0 0.562 4154 2940 0 0 0.562 4087 2953 0 0 0.562 2 interp_poly 4154 2940 0 0 0.562 4114 2916 0 0 0.562 4154 2940 0 0 0.562 2 interp_poly 67 -13 -40 -25 4127 2978 3 MP PP 4127 2978 0 0 0.562 4087 2953 0 0 0.562 4127 2978 0 0 0.562 2 interp_poly 4087 2953 0 0 0.562 4154 2940 0 0 0.562 4087 2953 0 0 0.562 2 interp_poly 68 -14 -40 -24 4130 2816 3 MP PP 4130 2816 0 0 0.562 4090 2792 0 0 0.562 4130 2816 0 0 0.562 2 interp_poly 4090 2792 0 0 0.562 4158 2778 0 0 0.562 4090 2792 0 0 0.562 2 interp_poly -40 461 68 -116 4115 2731 3 MP PP 4115 2731 0 0.75 1 4183 2615 0 0.938 1 4115 2731 0 0.75 1 2 interp_poly 4183 2615 0 0.938 1 4143 3076 0 0.125 1 4183 2615 0 0.938 1 2 interp_poly 68 -116 -40 758 4155 1973 3 MP PP 4155 1973 1 1 0 4115 2731 0 0.75 1 4155 1973 1 1 0 2 interp_poly 4115 2731 0 0.75 1 4183 2615 0 0.938 1 4115 2731 0 0.75 1 2 interp_poly 68 132 -40 -833 4180 2823 3 MP PP 4180 2823 0 0.875 1 4140 1990 1 0.812 0 4180 2823 0 0.875 1 2 interp_poly 4140 1990 1 0.812 0 4208 2122 1 1 0.0625 4140 1990 1 0.812 0 2 interp_poly -40 -814 68 132 4140 1990 3 MP PP 4140 1990 1 0.812 0 4208 2122 1 1 0.0625 4140 1990 1 0.812 0 2 interp_poly 4208 2122 1 1 0.0625 4168 1308 0.75 0 0 4208 2122 1 1 0.0625 2 interp_poly 68 -14 -40 -24 4177 4317 3 MP PP 4177 4317 0 0 0.562 4137 4293 0 0 0.562 4177 4317 0 0 0.562 2 interp_poly 4137 4293 0 0 0.562 4205 4279 0 0 0.562 4137 4293 0 0 0.562 2 interp_poly -40 -24 68 -14 4137 4293 3 MP PP 4137 4293 0 0 0.562 4205 4279 0 0 0.562 4137 4293 0 0 0.562 2 interp_poly 4205 4279 0 0 0.562 4165 4255 0 0 0.562 4205 4279 0 0 0.562 2 interp_poly 68 -10 -40 -42 4176 3761 3 MP PP 4176 3761 0 0 0.562 4136 3719 0 0 0.562 4176 3761 0 0 0.562 2 interp_poly 4136 3719 0 0 0.562 4204 3709 0 0 0.562 4136 3719 0 0 0.562 2 interp_poly -40 -65 68 -10 4136 3719 3 MP PP 4136 3719 0 0 0.562 4204 3709 0 0 0.562 4136 3719 0 0 0.562 2 interp_poly 4204 3709 0 0 0.562 4164 3644 0 0 0.625 4204 3709 0 0 0.562 2 interp_poly 68 -14 -40 -24 4172 3932 3 MP PP 4172 3932 0 0 0.562 4132 3908 0 0 0.562 4172 3932 0 0 0.562 2 interp_poly 4132 3908 0 0 0.562 4200 3894 0 0 0.562 4132 3908 0 0 0.562 2 interp_poly -40 -24 68 -14 4132 3908 3 MP PP 4132 3908 0 0 0.562 4200 3894 0 0 0.562 4132 3908 0 0 0.562 2 interp_poly 4200 3894 0 0 0.562 4160 3870 0 0 0.562 4200 3894 0 0 0.562 2 interp_poly 68 -14 -40 -24 4169 4094 3 MP PP 4169 4094 0 0 0.562 4129 4070 0 0 0.562 4169 4094 0 0 0.562 2 interp_poly 4129 4070 0 0 0.562 4197 4056 0 0 0.562 4129 4070 0 0 0.562 2 interp_poly -40 -24 68 -14 4129 4070 3 MP PP 4129 4070 0 0 0.562 4197 4056 0 0 0.562 4129 4070 0 0 0.562 2 interp_poly 4197 4056 0 0 0.562 4157 4032 0 0 0.562 4197 4056 0 0 0.562 2 interp_poly 67 -95 -40 25 4168 1308 3 MP PP 4168 1308 0.75 0 0 4128 1333 0.812 0 0 4168 1308 0.75 0 0 2 interp_poly 4128 1333 0.812 0 0 4195 1238 0.688 0 0 4128 1333 0.812 0 0 2 interp_poly 68 -13 -40 -24 4165 4255 3 MP PP 4165 4255 0 0 0.562 4125 4231 0 0 0.562 4165 4255 0 0 0.562 2 interp_poly 4125 4231 0 0 0.562 4193 4218 0 0 0.562 4125 4231 0 0 0.562 2 interp_poly -40 -25 68 -13 4125 4231 3 MP PP 4125 4231 0 0 0.562 4193 4218 0 0 0.562 4125 4231 0 0 0.562 2 interp_poly 4193 4218 0 0 0.562 4153 4193 0 0 0.562 4193 4218 0 0 0.562 2 interp_poly 68 11 -40 -131 4164 3644 3 MP PP 4164 3644 0 0 0.625 4124 3513 0 0 0.812 4164 3644 0 0 0.625 2 interp_poly 4124 3513 0 0 0.812 4192 3524 0 0 0.75 4124 3513 0 0 0.812 2 interp_poly -40 -255 68 11 4124 3513 3 MP PP 4124 3513 0 0 0.812 4192 3524 0 0 0.75 4124 3513 0 0 0.812 2 interp_poly 4192 3524 0 0 0.75 4152 3269 0 0.188 1 4192 3524 0 0 0.75 2 interp_poly 68 -14 -40 -25 4160 3870 3 MP PP 4160 3870 0 0 0.562 4120 3845 0 0 0.562 4160 3870 0 0 0.562 2 interp_poly 4120 3845 0 0 0.562 4188 3831 0 0 0.562 4120 3845 0 0 0.562 2 interp_poly -40 -27 68 -14 4120 3845 3 MP PP 4120 3845 0 0 0.562 4188 3831 0 0 0.562 4120 3845 0 0 0.562 2 interp_poly 4188 3831 0 0 0.562 4148 3804 0 0 0.562 4188 3831 0 0 0.562 2 interp_poly 67 -14 -40 -24 4157 4032 3 MP PP 4157 4032 0 0 0.562 4117 4008 0 0 0.562 4157 4032 0 0 0.562 2 interp_poly 4117 4008 0 0 0.562 4184 3994 0 0 0.562 4117 4008 0 0 0.562 2 interp_poly -40 -24 67 -14 4117 4008 3 MP PP 4117 4008 0 0 0.562 4184 3994 0 0 0.562 4117 4008 0 0 0.562 2 interp_poly 4184 3994 0 0 0.562 4144 3970 0 0 0.562 4184 3994 0 0 0.562 2 interp_poly 68 -13 -40 -24 4153 4193 3 MP PP 4153 4193 0 0 0.562 4113 4169 0 0 0.562 4153 4193 0 0 0.562 2 interp_poly 4113 4169 0 0 0.562 4181 4156 0 0 0.562 4113 4169 0 0 0.562 2 interp_poly -40 -24 68 -13 4113 4169 3 MP PP 4113 4169 0 0 0.562 4181 4156 0 0 0.562 4113 4169 0 0 0.562 2 interp_poly 4181 4156 0 0 0.562 4141 4132 0 0 0.562 4181 4156 0 0 0.562 2 interp_poly -40 -24 68 -13 3994 2843 3 MP PP 3994 2843 0 0 0.562 4062 2830 0 0 0.562 3994 2843 0 0 0.562 2 interp_poly 4062 2830 0 0 0.562 4022 2806 0 0 0.562 4062 2830 0 0 0.562 2 interp_poly 68 -13 -40 -24 4034 2867 3 MP PP 4034 2867 0 0 0.562 3994 2843 0 0 0.562 4034 2867 0 0 0.562 2 interp_poly 3994 2843 0 0 0.562 4062 2830 0 0 0.562 3994 2843 0 0 0.562 2 interp_poly -40 -24 68 -14 4003 3067 3 MP PP 4003 3067 0 0 0.562 4071 3053 0 0 0.562 4003 3067 0 0 0.562 2 interp_poly 4071 3053 0 0 0.562 4031 3029 0 0 0.562 4071 3053 0 0 0.562 2 interp_poly 68 -14 -40 -24 4043 3091 3 MP PP 4043 3091 0 0 0.562 4003 3067 0 0 0.562 4043 3091 0 0 0.562 2 interp_poly 4003 3067 0 0 0.562 4071 3053 0 0 0.562 4003 3067 0 0 0.562 2 interp_poly -40 -25 67 -13 4007 2905 3 MP PP 4007 2905 0 0 0.562 4074 2892 0 0 0.562 4007 2905 0 0 0.562 2 interp_poly 4074 2892 0 0 0.562 4034 2867 0 0 0.562 4074 2892 0 0 0.562 2 interp_poly 67 -13 -40 -24 4047 2929 3 MP PP 4047 2929 0 0 0.562 4007 2905 0 0 0.562 4047 2929 0 0 0.562 2 interp_poly 4007 2905 0 0 0.562 4074 2892 0 0 0.562 4007 2905 0 0 0.562 2 interp_poly -40 -24 68 -13 4015 3128 3 MP PP 4015 3128 0 0 0.562 4083 3115 0 0 0.562 4015 3128 0 0 0.562 2 interp_poly 4083 3115 0 0 0.562 4043 3091 0 0 0.562 4083 3115 0 0 0.562 2 interp_poly 68 -13 -40 -24 4055 3152 3 MP PP 4055 3152 0 0 0.562 4015 3128 0 0 0.562 4055 3152 0 0 0.562 2 interp_poly 4015 3128 0 0 0.562 4083 3115 0 0 0.562 4015 3128 0 0 0.562 2 interp_poly -40 -24 68 -14 4019 2967 3 MP PP 4019 2967 0 0 0.562 4087 2953 0 0 0.562 4019 2967 0 0 0.562 2 interp_poly 4087 2953 0 0 0.562 4047 2929 0 0 0.562 4087 2953 0 0 0.562 2 interp_poly 68 -14 -40 -24 4059 2991 3 MP PP 4059 2991 0 0 0.562 4019 2967 0 0 0.562 4059 2991 0 0 0.562 2 interp_poly 4019 2967 0 0 0.562 4087 2953 0 0 0.562 4019 2967 0 0 0.562 2 interp_poly 68 -14 -40 -24 4062 2830 3 MP PP 4062 2830 0 0 0.562 4022 2806 0 0 0.562 4062 2830 0 0 0.562 2 interp_poly 4022 2806 0 0 0.562 4090 2792 0 0 0.562 4022 2806 0 0 0.562 2 interp_poly -40 -24 68 -14 4031 3029 3 MP PP 4031 3029 0 0 0.562 4099 3015 0 0 0.562 4031 3029 0 0 0.562 2 interp_poly 4099 3015 0 0 0.562 4059 2991 0 0 0.562 4099 3015 0 0 0.562 2 interp_poly 68 -14 -40 -24 4071 3053 3 MP PP 4071 3053 0 0 0.562 4031 3029 0 0 0.562 4071 3053 0 0 0.562 2 interp_poly 4031 3029 0 0 0.562 4099 3015 0 0 0.562 4031 3029 0 0 0.562 2 interp_poly -40 -24 68 -13 4034 2867 3 MP PP 4034 2867 0 0 0.562 4102 2854 0 0 0.562 4034 2867 0 0 0.562 2 interp_poly 4102 2854 0 0 0.562 4062 2830 0 0 0.562 4102 2854 0 0 0.562 2 interp_poly 68 -13 -40 -25 4074 2892 3 MP PP 4074 2892 0 0 0.562 4034 2867 0 0 0.562 4074 2892 0 0 0.562 2 interp_poly 4034 2867 0 0 0.562 4102 2854 0 0 0.562 4034 2867 0 0 0.562 2 interp_poly -40 -24 68 -14 4043 3091 3 MP PP 4043 3091 0 0 0.562 4111 3077 0 0 0.562 4043 3091 0 0 0.562 2 interp_poly 4111 3077 0 0 0.562 4071 3053 0 0 0.562 4111 3077 0 0 0.562 2 interp_poly 68 -14 -40 -24 4083 3115 3 MP PP 4083 3115 0 0 0.562 4043 3091 0 0 0.562 4083 3115 0 0 0.562 2 interp_poly 4043 3091 0 0 0.562 4111 3077 0 0 0.562 4043 3091 0 0 0.562 2 interp_poly -40 -24 67 -13 4047 2929 3 MP PP 4047 2929 0 0 0.562 4114 2916 0 0 0.562 4047 2929 0 0 0.562 2 interp_poly 4114 2916 0 0 0.562 4074 2892 0 0 0.562 4114 2916 0 0 0.562 2 interp_poly 67 -13 -40 -24 4087 2953 3 MP PP 4087 2953 0 0 0.562 4047 2929 0 0 0.562 4087 2953 0 0 0.562 2 interp_poly 4047 2929 0 0 0.562 4114 2916 0 0 0.562 4047 2929 0 0 0.562 2 interp_poly -40 -24 68 -13 4055 3152 3 MP PP 4055 3152 0 0 0.562 4123 3139 0 0 0.562 4055 3152 0 0 0.562 2 interp_poly 4123 3139 0 0 0.562 4083 3115 0 0 0.562 4123 3139 0 0 0.562 2 interp_poly -40 -25 68 -13 4059 2991 3 MP PP 4059 2991 0 0 0.562 4127 2978 0 0 0.562 4059 2991 0 0 0.562 2 interp_poly 4127 2978 0 0 0.562 4087 2953 0 0 0.562 4127 2978 0 0 0.562 2 interp_poly 68 -13 -40 -24 4099 3015 3 MP PP 4099 3015 0 0 0.562 4059 2991 0 0 0.562 4099 3015 0 0 0.562 2 interp_poly 4059 2991 0 0 0.562 4127 2978 0 0 0.562 4059 2991 0 0 0.562 2 interp_poly -40 -24 68 -14 4071 3053 3 MP PP 4071 3053 0 0 0.562 4139 3039 0 0 0.562 4071 3053 0 0 0.562 2 interp_poly 4139 3039 0 0 0.562 4099 3015 0 0 0.562 4139 3039 0 0 0.562 2 interp_poly 68 -14 -40 -24 4111 3077 3 MP PP 4111 3077 0 0 0.562 4071 3053 0 0 0.562 4111 3077 0 0 0.562 2 interp_poly 4071 3053 0 0 0.562 4139 3039 0 0 0.562 4071 3053 0 0 0.562 2 interp_poly -40 407 67 -106 4048 2837 3 MP PP 4048 2837 0 0.625 1 4115 2731 0 0.75 1 4048 2837 0 0.625 1 2 interp_poly 4115 2731 0 0.75 1 4075 3138 0 0.0625 1 4115 2731 0 0.75 1 2 interp_poly 67 -106 -40 706 4088 2131 3 MP PP 4088 2131 0.875 1 0.188 4048 2837 0 0.625 1 4088 2131 0.875 1 0.188 2 interp_poly 4048 2837 0 0.625 1 4115 2731 0 0.75 1 4048 2837 0 0.625 1 2 interp_poly -40 -24 68 -14 4027 3190 3 MP PP 4027 3190 0 0 0.562 4095 3176 0 0 0.562 4027 3190 0 0 0.562 2 interp_poly 4095 3176 0 0 0.562 4055 3152 0 0 0.562 4095 3176 0 0 0.562 2 interp_poly 68 -14 -40 -24 4067 3214 3 MP PP 4067 3214 0 0 0.562 4027 3190 0 0 0.562 4067 3214 0 0 0.562 2 interp_poly 4027 3190 0 0 0.562 4095 3176 0 0 0.562 4027 3190 0 0 0.562 2 interp_poly -40 -23 68 -14 4039 3251 3 MP PP 4039 3251 0 0 0.562 4107 3237 0 0 0.562 4039 3251 0 0 0.562 2 interp_poly 4107 3237 0 0 0.562 4067 3214 0 0 0.562 4107 3237 0 0 0.562 2 interp_poly 68 -14 -40 -22 4079 3273 3 MP PP 4079 3273 0 0 0.562 4039 3251 0 0 0.562 4079 3273 0 0 0.562 2 interp_poly 4039 3251 0 0 0.562 4107 3237 0 0 0.562 4039 3251 0 0 0.562 2 interp_poly 68 -13 -40 -24 4095 3176 3 MP PP 4095 3176 0 0 0.562 4055 3152 0 0 0.562 4095 3176 0 0 0.562 2 interp_poly 4055 3152 0 0 0.562 4123 3139 0 0 0.562 4055 3152 0 0 0.562 2 interp_poly -40 190 68 -62 4075 3138 3 MP PP 4075 3138 0 0.0625 1 4143 3076 0 0.125 1 4075 3138 0 0.0625 1 2 interp_poly 4143 3076 0 0.125 1 4103 3266 0 0 0.75 4143 3076 0 0.125 1 2 interp_poly 68 -62 -40 407 4115 2731 3 MP PP 4115 2731 0 0.75 1 4075 3138 0 0.0625 1 4115 2731 0 0.75 1 2 interp_poly 4075 3138 0 0.0625 1 4143 3076 0 0.125 1 4075 3138 0 0.0625 1 2 interp_poly 68 95 -40 -541 4152 3269 3 MP PP 4152 3269 0 0.188 1 4112 2728 0.0625 1 1 4152 3269 0 0.188 1 2 interp_poly 4112 2728 0.0625 1 1 4180 2823 0 0.875 1 4112 2728 0.0625 1 1 2 interp_poly -40 -833 68 95 4112 2728 3 MP PP 4112 2728 0.0625 1 1 4180 2823 0 0.875 1 4112 2728 0.0625 1 1 2 interp_poly 4180 2823 0 0.875 1 4140 1990 1 0.812 0 4180 2823 0 0.875 1 2 interp_poly 68 -14 -40 -24 4149 4355 3 MP PP 4149 4355 0 0 0.562 4109 4331 0 0 0.562 4149 4355 0 0 0.562 2 interp_poly 4109 4331 0 0 0.562 4177 4317 0 0 0.562 4109 4331 0 0 0.562 2 interp_poly -40 -24 68 -14 4109 4331 3 MP PP 4109 4331 0 0 0.562 4177 4317 0 0 0.562 4109 4331 0 0 0.562 2 interp_poly 4177 4317 0 0 0.562 4137 4293 0 0 0.562 4177 4317 0 0 0.562 2 interp_poly 68 -11 -40 -32 4148 3804 3 MP PP 4148 3804 0 0 0.562 4108 3772 0 0 0.562 4148 3804 0 0 0.562 2 interp_poly 4108 3772 0 0 0.562 4176 3761 0 0 0.562 4108 3772 0 0 0.562 2 interp_poly -40 -42 68 -11 4108 3772 3 MP PP 4108 3772 0 0 0.562 4176 3761 0 0 0.562 4108 3772 0 0 0.562 2 interp_poly 4176 3761 0 0 0.562 4136 3719 0 0 0.562 4176 3761 0 0 0.562 2 interp_poly 68 -14 -40 -24 4144 3970 3 MP PP 4144 3970 0 0 0.562 4104 3946 0 0 0.562 4144 3970 0 0 0.562 2 interp_poly 4104 3946 0 0 0.562 4172 3932 0 0 0.562 4104 3946 0 0 0.562 2 interp_poly -40 -24 68 -14 4104 3946 3 MP PP 4104 3946 0 0 0.562 4172 3932 0 0 0.562 4104 3946 0 0 0.562 2 interp_poly 4172 3932 0 0 0.562 4132 3908 0 0 0.562 4172 3932 0 0 0.562 2 interp_poly 68 -14 -40 -24 4141 4132 3 MP PP 4141 4132 0 0 0.562 4101 4108 0 0 0.562 4141 4132 0 0 0.562 2 interp_poly 4101 4108 0 0 0.562 4169 4094 0 0 0.562 4101 4108 0 0 0.562 2 interp_poly -40 -24 68 -14 4101 4108 3 MP PP 4101 4108 0 0 0.562 4169 4094 0 0 0.562 4101 4108 0 0 0.562 2 interp_poly 4169 4094 0 0 0.562 4129 4070 0 0 0.562 4169 4094 0 0 0.562 2 interp_poly -40 798 68 -117 4060 1450 3 MP PP 4060 1450 1 0 0 4128 1333 0.812 0 0 4060 1450 1 0 0 2 interp_poly 4128 1333 0.812 0 0 4088 2131 0.875 1 0.188 4128 1333 0.812 0 0 2 interp_poly 68 -117 -40 195 4100 1255 3 MP PP 4100 1255 0.625 0 0 4060 1450 1 0 0 4100 1255 0.625 0 0 2 interp_poly 4060 1450 1 0 0 4128 1333 0.812 0 0 4060 1450 1 0 0 2 interp_poly -40 25 68 53 4100 1255 3 MP PP 4100 1255 0.625 0 0 4168 1308 0.75 0 0 4100 1255 0.625 0 0 2 interp_poly 4168 1308 0.75 0 0 4128 1333 0.812 0 0 4168 1308 0.75 0 0 2 interp_poly 68 53 -40 -735 4140 1990 3 MP PP 4140 1990 1 0.812 0 4100 1255 0.625 0 0 4140 1990 1 0.812 0 2 interp_poly 4100 1255 0.625 0 0 4168 1308 0.75 0 0 4100 1255 0.625 0 0 2 interp_poly 68 -14 -40 -24 4137 4293 3 MP PP 4137 4293 0 0 0.562 4097 4269 0 0 0.562 4137 4293 0 0 0.562 2 interp_poly 4097 4269 0 0 0.562 4165 4255 0 0 0.562 4097 4269 0 0 0.562 2 interp_poly -40 -24 68 -14 4097 4269 3 MP PP 4097 4269 0 0 0.562 4165 4255 0 0 0.562 4097 4269 0 0 0.562 2 interp_poly 4165 4255 0 0 0.562 4125 4231 0 0 0.562 4165 4255 0 0 0.562 2 interp_poly 68 -2 -40 -73 4136 3719 3 MP PP 4136 3719 0 0 0.562 4096 3646 0 0 0.688 4136 3719 0 0 0.562 2 interp_poly 4096 3646 0 0 0.688 4164 3644 0 0 0.625 4096 3646 0 0 0.688 2 interp_poly -40 -131 68 -2 4096 3646 3 MP PP 4096 3646 0 0 0.688 4164 3644 0 0 0.625 4096 3646 0 0 0.688 2 interp_poly 4164 3644 0 0 0.625 4124 3513 0 0 0.812 4164 3644 0 0 0.625 2 interp_poly 68 -13 -40 -25 4132 3908 3 MP PP 4132 3908 0 0 0.562 4092 3883 0 0 0.562 4132 3908 0 0 0.562 2 interp_poly 4092 3883 0 0 0.562 4160 3870 0 0 0.562 4092 3883 0 0 0.562 2 interp_poly -40 -25 68 -13 4092 3883 3 MP PP 4092 3883 0 0 0.562 4160 3870 0 0 0.562 4092 3883 0 0 0.562 2 interp_poly 4160 3870 0 0 0.562 4120 3845 0 0 0.562 4160 3870 0 0 0.562 2 interp_poly 68 -14 -40 -24 4129 4070 3 MP PP 4129 4070 0 0 0.562 4089 4046 0 0 0.562 4129 4070 0 0 0.562 2 interp_poly 4089 4046 0 0 0.562 4157 4032 0 0 0.562 4089 4046 0 0 0.562 2 interp_poly -40 -24 68 -14 4089 4046 3 MP PP 4089 4046 0 0 0.562 4157 4032 0 0 0.562 4089 4046 0 0 0.562 2 interp_poly 4157 4032 0 0 0.562 4117 4008 0 0 0.562 4157 4032 0 0 0.562 2 interp_poly 68 -14 -40 -24 4125 4231 3 MP PP 4125 4231 0 0 0.562 4085 4207 0 0 0.562 4125 4231 0 0 0.562 2 interp_poly 4085 4207 0 0 0.562 4153 4193 0 0 0.562 4085 4207 0 0 0.562 2 interp_poly -40 -24 68 -14 4085 4207 3 MP PP 4085 4207 0 0 0.562 4153 4193 0 0 0.562 4085 4207 0 0 0.562 2 interp_poly 4153 4193 0 0 0.562 4113 4169 0 0 0.562 4153 4193 0 0 0.562 2 interp_poly -40 -19 68 -15 3983 3321 3 MP PP 3983 3321 0 0 0.562 4051 3306 0 0 0.562 3983 3321 0 0 0.562 2 interp_poly 4051 3306 0 0 0.562 4011 3287 0 0 0.562 4051 3306 0 0 0.562 2 interp_poly 68 -15 -40 -12 4023 3333 3 MP PP 4023 3333 0 0 0.562 3983 3321 0 0 0.562 4023 3333 0 0 0.562 2 interp_poly 3983 3321 0 0 0.562 4051 3306 0 0 0.562 3983 3321 0 0 0.562 2 interp_poly 68 -14 -40 -19 4051 3306 3 MP PP 4051 3306 0 0 0.562 4011 3287 0 0 0.562 4051 3306 0 0 0.562 2 interp_poly 4011 3287 0 0 0.562 4079 3273 0 0 0.562 4011 3287 0 0 0.562 2 interp_poly -40 -10 68 -17 4023 3333 3 MP PP 4023 3333 0 0 0.562 4091 3316 0 0 0.562 4023 3333 0 0 0.562 2 interp_poly 4091 3316 0 0 0.562 4051 3306 0 0 0.562 4091 3316 0 0 0.562 2 interp_poly 68 -17 -40 7 4063 3326 3 MP PP 4063 3326 0 0 0.625 4023 3333 0 0 0.562 4063 3326 0 0 0.625 2 interp_poly 4023 3333 0 0 0.562 4091 3316 0 0 0.562 4023 3333 0 0 0.562 2 interp_poly -40 -18 68 -15 4051 3306 3 MP PP 4051 3306 0 0 0.562 4119 3291 0 0 0.562 4051 3306 0 0 0.562 2 interp_poly 4119 3291 0 0 0.562 4079 3273 0 0 0.562 4119 3291 0 0 0.562 2 interp_poly 68 -15 -40 -10 4091 3316 3 MP PP 4091 3316 0 0 0.562 4051 3306 0 0 0.562 4091 3316 0 0 0.562 2 interp_poly 4051 3306 0 0 0.562 4119 3291 0 0 0.562 4051 3306 0 0 0.562 2 interp_poly -40 60 68 -33 4035 3299 3 MP PP 4035 3299 0 0 0.75 4103 3266 0 0 0.75 4035 3299 0 0 0.75 2 interp_poly 4103 3266 0 0 0.75 4063 3326 0 0 0.625 4103 3266 0 0 0.75 2 interp_poly -40 -24 68 -14 3999 3228 3 MP PP 3999 3228 0 0 0.562 4067 3214 0 0 0.562 3999 3228 0 0 0.562 2 interp_poly 4067 3214 0 0 0.562 4027 3190 0 0 0.562 4067 3214 0 0 0.562 2 interp_poly 68 -14 -40 -23 4039 3251 3 MP PP 4039 3251 0 0 0.562 3999 3228 0 0 0.562 4039 3251 0 0 0.562 2 interp_poly 3999 3228 0 0 0.562 4067 3214 0 0 0.562 3999 3228 0 0 0.562 2 interp_poly -40 -22 68 -14 4011 3287 3 MP PP 4011 3287 0 0 0.562 4079 3273 0 0 0.562 4011 3287 0 0 0.562 2 interp_poly 4079 3273 0 0 0.562 4039 3251 0 0 0.562 4079 3273 0 0 0.562 2 interp_poly 68 -33 -40 161 4075 3138 3 MP PP 4075 3138 0 0.0625 1 4035 3299 0 0 0.75 4075 3138 0 0.0625 1 2 interp_poly 4035 3299 0 0 0.75 4103 3266 0 0 0.75 4035 3299 0 0 0.75 2 interp_poly -40 13 68 -23 4063 3326 3 MP PP 4063 3326 0 0 0.625 4131 3303 0 0 0.625 4063 3326 0 0 0.625 2 interp_poly 4131 3303 0 0 0.625 4091 3316 0 0 0.562 4131 3303 0 0 0.625 2 interp_poly 68 -23 -40 60 4103 3266 3 MP PP 4103 3266 0 0 0.75 4063 3326 0 0 0.625 4103 3266 0 0 0.75 2 interp_poly 4063 3326 0 0 0.625 4131 3303 0 0 0.625 4063 3326 0 0 0.625 2 interp_poly 68 46 -40 -290 4124 3513 3 MP PP 4124 3513 0 0 0.812 4084 3223 0 0.25 1 4124 3513 0 0 0.812 2 interp_poly 4084 3223 0 0.25 1 4152 3269 0 0.188 1 4084 3223 0 0.25 1 2 interp_poly -40 -541 68 46 4084 3223 3 MP PP 4084 3223 0 0.25 1 4152 3269 0 0.188 1 4084 3223 0 0.25 1 2 interp_poly 4152 3269 0 0.188 1 4112 2728 0.0625 1 1 4152 3269 0 0.188 1 2 interp_poly -40 -24 68 -14 4081 4369 3 MP PP 4081 4369 0 0 0.562 4149 4355 0 0 0.562 4081 4369 0 0 0.562 2 interp_poly 4149 4355 0 0 0.562 4109 4331 0 0 0.562 4149 4355 0 0 0.562 2 interp_poly 68 -13 -40 -28 4120 3845 3 MP PP 4120 3845 0 0 0.562 4080 3817 0 0 0.562 4120 3845 0 0 0.562 2 interp_poly 4080 3817 0 0 0.562 4148 3804 0 0 0.562 4080 3817 0 0 0.562 2 interp_poly -40 -32 68 -13 4080 3817 3 MP PP 4080 3817 0 0 0.562 4148 3804 0 0 0.562 4080 3817 0 0 0.562 2 interp_poly 4148 3804 0 0 0.562 4108 3772 0 0 0.562 4148 3804 0 0 0.562 2 interp_poly 67 -14 -40 -24 4117 4008 3 MP PP 4117 4008 0 0 0.562 4077 3984 0 0 0.562 4117 4008 0 0 0.562 2 interp_poly 4077 3984 0 0 0.562 4144 3970 0 0 0.562 4077 3984 0 0 0.562 2 interp_poly -40 -24 67 -14 4077 3984 3 MP PP 4077 3984 0 0 0.562 4144 3970 0 0 0.562 4077 3984 0 0 0.562 2 interp_poly 4144 3970 0 0 0.562 4104 3946 0 0 0.562 4144 3970 0 0 0.562 2 interp_poly 68 -13 -40 -24 4113 4169 3 MP PP 4113 4169 0 0 0.562 4073 4145 0 0 0.562 4113 4169 0 0 0.562 2 interp_poly 4073 4145 0 0 0.562 4141 4132 0 0 0.562 4073 4145 0 0 0.562 2 interp_poly -40 -24 68 -13 4073 4145 3 MP PP 4073 4145 0 0 0.562 4141 4132 0 0 0.562 4073 4145 0 0 0.562 2 interp_poly 4141 4132 0 0 0.562 4101 4108 0 0 0.562 4141 4132 0 0 0.562 2 interp_poly -40 706 68 -152 4020 2283 3 MP PP 4020 2283 0.625 1 0.438 4088 2131 0.875 1 0.188 4020 2283 0.625 1 0.438 2 interp_poly 4088 2131 0.875 1 0.188 4048 2837 0 0.625 1 4088 2131 0.875 1 0.188 2 interp_poly 68 -152 -40 833 4060 1450 3 MP PP 4060 1450 1 0 0 4020 2283 0.625 1 0.438 4060 1450 1 0 0 2 interp_poly 4020 2283 0.625 1 0.438 4088 2131 0.875 1 0.188 4020 2283 0.625 1 0.438 2 interp_poly 68 130 -40 -868 4112 2728 3 MP PP 4112 2728 0.0625 1 1 4072 1860 1 0.562 0 4112 2728 0.0625 1 1 2 interp_poly 4072 1860 1 0.562 0 4140 1990 1 0.812 0 4072 1860 1 0.562 0 2 interp_poly -40 -735 68 130 4072 1860 3 MP PP 4072 1860 1 0.562 0 4140 1990 1 0.812 0 4072 1860 1 0.562 0 2 interp_poly 4140 1990 1 0.812 0 4100 1255 0.625 0 0 4140 1990 1 0.812 0 2 interp_poly 68 -14 -40 -24 4109 4331 3 MP PP 4109 4331 0 0 0.562 4069 4307 0 0 0.562 4109 4331 0 0 0.562 2 interp_poly 4069 4307 0 0 0.562 4137 4293 0 0 0.562 4069 4307 0 0 0.562 2 interp_poly -40 -24 68 -14 4069 4307 3 MP PP 4069 4307 0 0 0.562 4137 4293 0 0 0.562 4069 4307 0 0 0.562 2 interp_poly 4137 4293 0 0 0.562 4097 4269 0 0 0.562 4137 4293 0 0 0.562 2 interp_poly 68 -8 -40 -45 4108 3772 3 MP PP 4108 3772 0 0 0.562 4068 3727 0 0 0.562 4108 3772 0 0 0.562 2 interp_poly 4068 3727 0 0 0.562 4136 3719 0 0 0.562 4068 3727 0 0 0.562 2 interp_poly -40 -73 68 -8 4068 3727 3 MP PP 4068 3727 0 0 0.562 4136 3719 0 0 0.562 4068 3727 0 0 0.562 2 interp_poly 4136 3719 0 0 0.562 4096 3646 0 0 0.688 4136 3719 0 0 0.562 2 interp_poly 68 -14 -40 -24 4104 3946 3 MP PP 4104 3946 0 0 0.562 4064 3922 0 0 0.562 4104 3946 0 0 0.562 2 interp_poly 4064 3922 0 0 0.562 4132 3908 0 0 0.562 4064 3922 0 0 0.562 2 interp_poly -40 -25 68 -14 4064 3922 3 MP PP 4064 3922 0 0 0.562 4132 3908 0 0 0.562 4064 3922 0 0 0.562 2 interp_poly 4132 3908 0 0 0.562 4092 3883 0 0 0.562 4132 3908 0 0 0.562 2 interp_poly 68 -13 -40 -25 4101 4108 3 MP PP 4101 4108 0 0 0.562 4061 4083 0 0 0.562 4101 4108 0 0 0.562 2 interp_poly 4061 4083 0 0 0.562 4129 4070 0 0 0.562 4061 4083 0 0 0.562 2 interp_poly -40 -24 68 -13 4061 4083 3 MP PP 4061 4083 0 0 0.562 4129 4070 0 0 0.562 4061 4083 0 0 0.562 2 interp_poly 4129 4070 0 0 0.562 4089 4046 0 0 0.562 4129 4070 0 0 0.562 2 interp_poly 68 -14 -40 -24 4097 4269 3 MP PP 4097 4269 0 0 0.562 4057 4245 0 0 0.562 4097 4269 0 0 0.562 2 interp_poly 4057 4245 0 0 0.562 4125 4231 0 0 0.562 4057 4245 0 0 0.562 2 interp_poly -40 -24 68 -14 4057 4245 3 MP PP 4057 4245 0 0 0.562 4125 4231 0 0 0.562 4057 4245 0 0 0.562 2 interp_poly 4125 4231 0 0 0.562 4085 4207 0 0 0.562 4125 4231 0 0 0.562 2 interp_poly 68 15 -40 -148 4096 3646 3 MP PP 4096 3646 0 0 0.688 4056 3498 0 0 0.875 4096 3646 0 0 0.688 2 interp_poly 4056 3498 0 0 0.875 4124 3513 0 0 0.812 4056 3498 0 0 0.875 2 interp_poly -40 -290 68 15 4056 3498 3 MP PP 4056 3498 0 0 0.875 4124 3513 0 0 0.812 4056 3498 0 0 0.875 2 interp_poly 4124 3513 0 0 0.812 4084 3223 0 0.25 1 4124 3513 0 0 0.812 2 interp_poly 68 -13 -40 -25 4092 3883 3 MP PP 4092 3883 0 0 0.562 4052 3858 0 0 0.562 4092 3883 0 0 0.562 2 interp_poly 4052 3858 0 0 0.562 4120 3845 0 0 0.562 4052 3858 0 0 0.562 2 interp_poly -40 -28 68 -13 4052 3858 3 MP PP 4052 3858 0 0 0.562 4120 3845 0 0 0.562 4052 3858 0 0 0.562 2 interp_poly 4120 3845 0 0 0.562 4080 3817 0 0 0.562 4120 3845 0 0 0.562 2 interp_poly 68 -14 -40 -24 4089 4046 3 MP PP 4089 4046 0 0 0.562 4049 4022 0 0 0.562 4089 4046 0 0 0.562 2 interp_poly 4049 4022 0 0 0.562 4117 4008 0 0 0.562 4049 4022 0 0 0.562 2 interp_poly -40 -24 68 -14 4049 4022 3 MP PP 4049 4022 0 0 0.562 4117 4008 0 0 0.562 4049 4022 0 0 0.562 2 interp_poly 4117 4008 0 0 0.562 4077 3984 0 0 0.562 4117 4008 0 0 0.562 2 interp_poly 68 -14 -40 -24 4085 4207 3 MP PP 4085 4207 0 0 0.562 4045 4183 0 0 0.562 4085 4207 0 0 0.562 2 interp_poly 4045 4183 0 0 0.562 4113 4169 0 0 0.562 4045 4183 0 0 0.562 2 interp_poly -40 -24 68 -14 4045 4183 3 MP PP 4045 4183 0 0 0.562 4113 4169 0 0 0.562 4045 4183 0 0 0.562 2 interp_poly 4113 4169 0 0 0.562 4073 4145 0 0 0.562 4113 4169 0 0 0.562 2 interp_poly 68 104 -40 -599 4084 3223 3 MP PP 4084 3223 0 0.25 1 4044 2624 0.25 1 0.812 4084 3223 0 0.25 1 2 interp_poly 4044 2624 0.25 1 0.812 4112 2728 0.0625 1 1 4044 2624 0.25 1 0.812 2 interp_poly -40 -868 68 104 4044 2624 3 MP PP 4044 2624 0.25 1 0.812 4112 2728 0.0625 1 1 4044 2624 0.25 1 0.812 2 interp_poly 4112 2728 0.0625 1 1 4072 1860 1 0.562 0 4112 2728 0.0625 1 1 2 interp_poly 68 -13 -40 -25 4081 4369 3 MP PP 4081 4369 0 0 0.562 4041 4344 0 0 0.562 4081 4369 0 0 0.562 2 interp_poly 4041 4344 0 0 0.562 4109 4331 0 0 0.562 4041 4344 0 0 0.562 2 interp_poly -40 -24 68 -13 4041 4344 3 MP PP 4041 4344 0 0 0.562 4109 4331 0 0 0.562 4041 4344 0 0 0.562 2 interp_poly 4109 4331 0 0 0.562 4069 4307 0 0 0.562 4109 4331 0 0 0.562 2 interp_poly 68 -12 -40 -33 4080 3817 3 MP PP 4080 3817 0 0 0.562 4040 3784 0 0 0.562 4080 3817 0 0 0.562 2 interp_poly 4040 3784 0 0 0.562 4108 3772 0 0 0.562 4040 3784 0 0 0.562 2 interp_poly -40 -45 68 -12 4040 3784 3 MP PP 4040 3784 0 0 0.562 4108 3772 0 0 0.562 4040 3784 0 0 0.562 2 interp_poly 4108 3772 0 0 0.562 4068 3727 0 0 0.562 4108 3772 0 0 0.562 2 interp_poly 67 -14 -40 -24 4077 3984 3 MP PP 4077 3984 0 0 0.562 4037 3960 0 0 0.562 4077 3984 0 0 0.562 2 interp_poly 4037 3960 0 0 0.562 4104 3946 0 0 0.562 4037 3960 0 0 0.562 2 interp_poly -40 -24 67 -14 4037 3960 3 MP PP 4037 3960 0 0 0.562 4104 3946 0 0 0.562 4037 3960 0 0 0.562 2 interp_poly 4104 3946 0 0 0.562 4064 3922 0 0 0.562 4104 3946 0 0 0.562 2 interp_poly 68 -13 -40 -24 4073 4145 3 MP PP 4073 4145 0 0 0.562 4033 4121 0 0 0.562 4073 4145 0 0 0.562 2 interp_poly 4033 4121 0 0 0.562 4101 4108 0 0 0.562 4033 4121 0 0 0.562 2 interp_poly -40 -25 68 -13 4033 4121 3 MP PP 4033 4121 0 0 0.562 4101 4108 0 0 0.562 4033 4121 0 0 0.562 2 interp_poly 4101 4108 0 0 0.562 4061 4083 0 0 0.562 4101 4108 0 0 0.562 2 interp_poly -40 833 68 -134 3992 1584 3 MP PP 3992 1584 1 0.188 0 4060 1450 1 0 0 3992 1584 1 0.188 0 2 interp_poly 4060 1450 1 0 0 4020 2283 0.625 1 0.438 4060 1450 1 0 0 2 interp_poly 68 -134 -40 355 4032 1229 3 MP PP 4032 1229 0.562 0 0 3992 1584 1 0.188 0 4032 1229 0.562 0 0 2 interp_poly 3992 1584 1 0.188 0 4060 1450 1 0 0 3992 1584 1 0.188 0 2 interp_poly -40 195 68 26 4032 1229 3 MP PP 4032 1229 0.562 0 0 4100 1255 0.625 0 0 4032 1229 0.562 0 0 2 interp_poly 4100 1255 0.625 0 0 4060 1450 1 0 0 4100 1255 0.625 0 0 2 interp_poly 68 26 -40 -631 4072 1860 3 MP PP 4072 1860 1 0.562 0 4032 1229 0.562 0 0 4072 1860 1 0.562 0 2 interp_poly 4032 1229 0.562 0 0 4100 1255 0.625 0 0 4032 1229 0.562 0 0 2 interp_poly 68 -14 -40 -24 4069 4307 3 MP PP 4069 4307 0 0 0.562 4029 4283 0 0 0.562 4069 4307 0 0 0.562 2 interp_poly 4029 4283 0 0 0.562 4097 4269 0 0 0.562 4029 4283 0 0 0.562 2 interp_poly -40 -24 68 -14 4029 4283 3 MP PP 4029 4283 0 0 0.562 4097 4269 0 0 0.562 4029 4283 0 0 0.562 2 interp_poly 4097 4269 0 0 0.562 4057 4245 0 0 0.562 4097 4269 0 0 0.562 2 interp_poly 68 -1 -40 -80 4068 3727 3 MP PP 4068 3727 0 0 0.562 4028 3647 0 0 0.688 4068 3727 0 0 0.562 2 interp_poly 4028 3647 0 0 0.688 4096 3646 0 0 0.688 4028 3647 0 0 0.688 2 interp_poly -40 -148 68 -1 4028 3647 3 MP PP 4028 3647 0 0 0.688 4096 3646 0 0 0.688 4028 3647 0 0 0.688 2 interp_poly 4096 3646 0 0 0.688 4056 3498 0 0 0.875 4096 3646 0 0 0.688 2 interp_poly 68 -14 -40 -25 4064 3922 3 MP PP 4064 3922 0 0 0.562 4024 3897 0 0 0.562 4064 3922 0 0 0.562 2 interp_poly 4024 3897 0 0 0.562 4092 3883 0 0 0.562 4024 3897 0 0 0.562 2 interp_poly -40 -25 68 -14 4024 3897 3 MP PP 4024 3897 0 0 0.562 4092 3883 0 0 0.562 4024 3897 0 0 0.562 2 interp_poly 4092 3883 0 0 0.562 4052 3858 0 0 0.562 4092 3883 0 0 0.562 2 interp_poly 68 -13 -40 -24 4061 4083 3 MP PP 4061 4083 0 0 0.562 4021 4059 0 0 0.562 4061 4083 0 0 0.562 2 interp_poly 4021 4059 0 0 0.562 4089 4046 0 0 0.562 4021 4059 0 0 0.562 2 interp_poly -40 -24 68 -13 4021 4059 3 MP PP 4021 4059 0 0 0.562 4089 4046 0 0 0.562 4021 4059 0 0 0.562 2 interp_poly 4089 4046 0 0 0.562 4049 4022 0 0 0.562 4089 4046 0 0 0.562 2 interp_poly 68 -14 -40 -24 4057 4245 3 MP PP 4057 4245 0 0 0.562 4017 4221 0 0 0.562 4057 4245 0 0 0.562 2 interp_poly 4017 4221 0 0 0.562 4085 4207 0 0 0.562 4017 4221 0 0 0.562 2 interp_poly -40 -24 68 -14 4017 4221 3 MP PP 4017 4221 0 0 0.562 4085 4207 0 0 0.562 4017 4221 0 0 0.562 2 interp_poly 4085 4207 0 0 0.562 4045 4183 0 0 0.562 4085 4207 0 0 0.562 2 interp_poly -40 -24 68 -14 3959 3204 3 MP PP 3959 3204 0 0 0.562 4027 3190 0 0 0.562 3959 3204 0 0 0.562 2 interp_poly 4027 3190 0 0 0.562 3987 3166 0 0 0.562 4027 3190 0 0 0.562 2 interp_poly 68 -14 -40 -24 3999 3228 3 MP PP 3999 3228 0 0 0.562 3959 3204 0 0 0.562 3999 3228 0 0 0.562 2 interp_poly 3959 3204 0 0 0.562 4027 3190 0 0 0.562 3959 3204 0 0 0.562 2 interp_poly 68 -14 -40 -15 3955 3350 3 MP PP 3955 3350 0 0 0.562 3915 3335 0 0 0.562 3955 3350 0 0 0.562 2 interp_poly 3915 3335 0 0 0.562 3983 3321 0 0 0.562 3915 3335 0 0 0.562 2 interp_poly -40 -12 68 -17 3955 3350 3 MP PP 3955 3350 0 0 0.562 4023 3333 0 0 0.562 3955 3350 0 0 0.562 2 interp_poly 4023 3333 0 0 0.562 3983 3321 0 0 0.562 4023 3333 0 0 0.562 2 interp_poly 68 -17 -40 3 3995 3347 3 MP PP 3995 3347 0 0 0.625 3955 3350 0 0 0.562 3995 3347 0 0 0.625 2 interp_poly 3955 3350 0 0 0.562 4023 3333 0 0 0.562 3955 3350 0 0 0.562 2 interp_poly -40 48 67 -30 3968 3329 3 MP PP 3968 3329 0 0 0.688 4035 3299 0 0 0.75 3968 3329 0 0 0.688 2 interp_poly 4035 3299 0 0 0.75 3995 3347 0 0 0.625 4035 3299 0 0 0.75 2 interp_poly -40 -20 68 -14 3915 3335 3 MP PP 3915 3335 0 0 0.562 3983 3321 0 0 0.562 3915 3335 0 0 0.562 2 interp_poly 3983 3321 0 0 0.562 3943 3301 0 0 0.562 3983 3321 0 0 0.562 2 interp_poly -40 -24 68 -13 3931 3241 3 MP PP 3931 3241 0 0 0.562 3999 3228 0 0 0.562 3931 3241 0 0 0.562 2 interp_poly 3999 3228 0 0 0.562 3959 3204 0 0 0.562 3999 3228 0 0 0.562 2 interp_poly 68 -13 -40 -24 3971 3265 3 MP PP 3971 3265 0 0 0.562 3931 3241 0 0 0.562 3971 3265 0 0 0.562 2 interp_poly 3931 3241 0 0 0.562 3999 3228 0 0 0.562 3931 3241 0 0 0.562 2 interp_poly -40 -22 68 -14 3943 3301 3 MP PP 3943 3301 0 0 0.562 4011 3287 0 0 0.562 3943 3301 0 0 0.562 2 interp_poly 4011 3287 0 0 0.562 3971 3265 0 0 0.562 4011 3287 0 0 0.562 2 interp_poly 68 -14 -40 -20 3983 3321 3 MP PP 3983 3321 0 0 0.562 3943 3301 0 0 0.562 3983 3321 0 0 0.562 2 interp_poly 3943 3301 0 0 0.562 4011 3287 0 0 0.562 3943 3301 0 0 0.562 2 interp_poly -40 -23 68 -14 3971 3265 3 MP PP 3971 3265 0 0 0.562 4039 3251 0 0 0.562 3971 3265 0 0 0.562 2 interp_poly 4039 3251 0 0 0.562 3999 3228 0 0 0.562 4039 3251 0 0 0.562 2 interp_poly 68 -14 -40 -22 4011 3287 3 MP PP 4011 3287 0 0 0.562 3971 3265 0 0 0.562 4011 3287 0 0 0.562 2 interp_poly 3971 3265 0 0 0.562 4039 3251 0 0 0.562 3971 3265 0 0 0.562 2 interp_poly 67 -30 -40 136 4008 3193 3 MP PP 4008 3193 0 0 0.938 3968 3329 0 0 0.688 4008 3193 0 0 0.938 2 interp_poly 3968 3329 0 0 0.688 4035 3299 0 0 0.75 3968 3329 0 0 0.688 2 interp_poly 68 -14 -40 -24 4027 3190 3 MP PP 4027 3190 0 0 0.562 3987 3166 0 0 0.562 4027 3190 0 0 0.562 2 interp_poly 3987 3166 0 0 0.562 4055 3152 0 0 0.562 3987 3166 0 0 0.562 2 interp_poly -40 7 68 -21 3995 3347 3 MP PP 3995 3347 0 0 0.625 4063 3326 0 0 0.625 3995 3347 0 0 0.625 2 interp_poly 4063 3326 0 0 0.625 4023 3333 0 0 0.562 4063 3326 0 0 0.625 2 interp_poly 68 -21 -40 48 4035 3299 3 MP PP 4035 3299 0 0 0.75 3995 3347 0 0 0.625 4035 3299 0 0 0.75 2 interp_poly 3995 3347 0 0 0.625 4063 3326 0 0 0.625 3995 3347 0 0 0.625 2 interp_poly -40 161 67 -55 4008 3193 3 MP PP 4008 3193 0 0 0.938 4075 3138 0 0.0625 1 4008 3193 0 0 0.938 2 interp_poly 4075 3138 0 0.0625 1 4035 3299 0 0 0.75 4075 3138 0 0.0625 1 2 interp_poly -40 -24 68 -14 3947 3142 3 MP PP 3947 3142 0 0 0.562 4015 3128 0 0 0.562 3947 3142 0 0 0.562 2 interp_poly 4015 3128 0 0 0.562 3975 3104 0 0 0.562 4015 3128 0 0 0.562 2 interp_poly 68 -14 -40 -24 3987 3166 3 MP PP 3987 3166 0 0 0.562 3947 3142 0 0 0.562 3987 3166 0 0 0.562 2 interp_poly 3947 3142 0 0 0.562 4015 3128 0 0 0.562 3947 3142 0 0 0.562 2 interp_poly -40 -24 68 -14 3963 3043 3 MP PP 3963 3043 0 0 0.562 4031 3029 0 0 0.562 3963 3043 0 0 0.562 2 interp_poly 4031 3029 0 0 0.562 3991 3005 0 0 0.562 4031 3029 0 0 0.562 2 interp_poly 68 -14 -40 -24 4003 3067 3 MP PP 4003 3067 0 0 0.562 3963 3043 0 0 0.562 4003 3067 0 0 0.562 2 interp_poly 3963 3043 0 0 0.562 4031 3029 0 0 0.562 3963 3043 0 0 0.562 2 interp_poly -40 -24 68 -13 3975 3104 3 MP PP 3975 3104 0 0 0.562 4043 3091 0 0 0.562 3975 3104 0 0 0.562 2 interp_poly 4043 3091 0 0 0.562 4003 3067 0 0 0.562 4043 3091 0 0 0.562 2 interp_poly 68 -13 -40 -24 4015 3128 3 MP PP 4015 3128 0 0 0.562 3975 3104 0 0 0.562 4015 3128 0 0 0.562 2 interp_poly 3975 3104 0 0 0.562 4043 3091 0 0 0.562 3975 3104 0 0 0.562 2 interp_poly -40 -24 68 -14 3979 2943 3 MP PP 3979 2943 0 0 0.562 4047 2929 0 0 0.562 3979 2943 0 0 0.562 2 interp_poly 4047 2929 0 0 0.562 4007 2905 0 0 0.562 4047 2929 0 0 0.562 2 interp_poly 68 -14 -40 -24 4019 2967 3 MP PP 4019 2967 0 0 0.562 3979 2943 0 0 0.562 4019 2967 0 0 0.562 2 interp_poly 3979 2943 0 0 0.562 4047 2929 0 0 0.562 3979 2943 0 0 0.562 2 interp_poly -40 -24 68 -14 3987 3166 3 MP PP 3987 3166 0 0 0.562 4055 3152 0 0 0.562 3987 3166 0 0 0.562 2 interp_poly 4055 3152 0 0 0.562 4015 3128 0 0 0.562 4055 3152 0 0 0.562 2 interp_poly -40 -24 68 -14 3991 3005 3 MP PP 3991 3005 0 0 0.562 4059 2991 0 0 0.562 3991 3005 0 0 0.562 2 interp_poly 4059 2991 0 0 0.562 4019 2967 0 0 0.562 4059 2991 0 0 0.562 2 interp_poly 68 -14 -40 -24 4031 3029 3 MP PP 4031 3029 0 0 0.562 3991 3005 0 0 0.562 4031 3029 0 0 0.562 2 interp_poly 3991 3005 0 0 0.562 4059 2991 0 0 0.562 3991 3005 0 0 0.562 2 interp_poly 67 -55 -40 356 4048 2837 3 MP PP 4048 2837 0 0.625 1 4008 3193 0 0 0.938 4048 2837 0 0.625 1 2 interp_poly 4008 3193 0 0 0.938 4075 3138 0 0.0625 1 4008 3193 0 0 0.938 2 interp_poly 68 54 -40 -329 4056 3498 3 MP PP 4056 3498 0 0 0.875 4016 3169 0 0.375 1 4056 3498 0 0 0.875 2 interp_poly 4016 3169 0 0.375 1 4084 3223 0 0.25 1 4016 3169 0 0.375 1 2 interp_poly -40 -24 67 -14 3967 2881 3 MP PP 3967 2881 0 0 0.562 4034 2867 0 0 0.562 3967 2881 0 0 0.562 2 interp_poly 4034 2867 0 0 0.562 3994 2843 0 0 0.562 4034 2867 0 0 0.562 2 interp_poly 67 -14 -40 -24 4007 2905 3 MP PP 4007 2905 0 0 0.562 3967 2881 0 0 0.562 4007 2905 0 0 0.562 2 interp_poly 3967 2881 0 0 0.562 4034 2867 0 0 0.562 3967 2881 0 0 0.562 2 interp_poly -40 -24 68 -13 3923 3018 3 MP PP 3923 3018 0 0 0.562 3991 3005 0 0 0.562 3923 3018 0 0 0.562 2 interp_poly 3991 3005 0 0 0.562 3951 2981 0 0 0.562 3991 3005 0 0 0.562 2 interp_poly 68 -13 -40 -25 3963 3043 3 MP PP 3963 3043 0 0 0.562 3923 3018 0 0 0.562 3963 3043 0 0 0.562 2 interp_poly 3923 3018 0 0 0.562 3991 3005 0 0 0.562 3923 3018 0 0 0.562 2 interp_poly -40 -24 68 -13 3935 3080 3 MP PP 3935 3080 0 0 0.562 4003 3067 0 0 0.562 3935 3080 0 0 0.562 2 interp_poly 4003 3067 0 0 0.562 3963 3043 0 0 0.562 4003 3067 0 0 0.562 2 interp_poly 68 -13 -40 -24 3975 3104 3 MP PP 3975 3104 0 0 0.562 3935 3080 0 0 0.562 3975 3104 0 0 0.562 2 interp_poly 3935 3080 0 0 0.562 4003 3067 0 0 0.562 3935 3080 0 0 0.562 2 interp_poly -40 -24 68 -14 3939 2919 3 MP PP 3939 2919 0 0 0.562 4007 2905 0 0 0.562 3939 2919 0 0 0.562 2 interp_poly 4007 2905 0 0 0.562 3967 2881 0 0 0.562 4007 2905 0 0 0.562 2 interp_poly 68 -14 -40 -24 3979 2943 3 MP PP 3979 2943 0 0 0.562 3939 2919 0 0 0.562 3979 2943 0 0 0.562 2 interp_poly 3939 2919 0 0 0.562 4007 2905 0 0 0.562 3939 2919 0 0 0.562 2 interp_poly -40 -24 68 -14 3951 2981 3 MP PP 3951 2981 0 0 0.562 4019 2967 0 0 0.562 3951 2981 0 0 0.562 2 interp_poly 4019 2967 0 0 0.562 3979 2943 0 0 0.562 4019 2967 0 0 0.562 2 interp_poly 68 -14 -40 -24 3991 3005 3 MP PP 3991 3005 0 0 0.562 3951 2981 0 0 0.562 3991 3005 0 0 0.562 2 interp_poly 3951 2981 0 0 0.562 4019 2967 0 0 0.562 3951 2981 0 0 0.562 2 interp_poly -40 356 68 -97 3980 2934 3 MP PP 3980 2934 0 0.5 1 4048 2837 0 0.625 1 3980 2934 0 0.5 1 2 interp_poly 4048 2837 0 0.625 1 4008 3193 0 0 0.938 4048 2837 0 0.625 1 2 interp_poly -40 -24 67 -14 3927 2857 3 MP PP 3927 2857 0 0 0.562 3994 2843 0 0 0.562 3927 2857 0 0 0.562 2 interp_poly 3994 2843 0 0 0.562 3954 2819 0 0 0.562 3994 2843 0 0 0.562 2 interp_poly 67 -14 -40 -24 3967 2881 3 MP PP 3967 2881 0 0 0.562 3927 2857 0 0 0.562 3967 2881 0 0 0.562 2 interp_poly 3927 2857 0 0 0.562 3994 2843 0 0 0.562 3927 2857 0 0 0.562 2 interp_poly 68 -13 -40 -24 3994 2843 3 MP PP 3994 2843 0 0 0.562 3954 2819 0 0 0.562 3994 2843 0 0 0.562 2 interp_poly 3954 2819 0 0 0.562 4022 2806 0 0 0.562 3954 2819 0 0 0.562 2 interp_poly 68 -97 -40 651 4020 2283 3 MP PP 4020 2283 0.625 1 0.438 3980 2934 0 0.5 1 4020 2283 0.625 1 0.438 2 interp_poly 3980 2934 0 0.5 1 4048 2837 0 0.625 1 3980 2934 0 0.5 1 2 interp_poly -40 -599 68 54 4016 3169 3 MP PP 4016 3169 0 0.375 1 4084 3223 0 0.25 1 4016 3169 0 0.375 1 2 interp_poly 4084 3223 0 0.25 1 4044 2624 0.25 1 0.812 4084 3223 0 0.25 1 2 interp_poly -40 -25 68 -13 4013 4382 3 MP PP 4013 4382 0 0 0.562 4081 4369 0 0 0.562 4013 4382 0 0 0.562 2 interp_poly 4081 4369 0 0 0.562 4041 4344 0 0 0.562 4081 4369 0 0 0.562 2 interp_poly 68 -13 -40 -28 4052 3858 3 MP PP 4052 3858 0 0 0.562 4012 3830 0 0 0.562 4052 3858 0 0 0.562 2 interp_poly 4012 3830 0 0 0.562 4080 3817 0 0 0.562 4012 3830 0 0 0.562 2 interp_poly -40 -33 68 -13 4012 3830 3 MP PP 4012 3830 0 0 0.562 4080 3817 0 0 0.562 4012 3830 0 0 0.562 2 interp_poly 4080 3817 0 0 0.562 4040 3784 0 0 0.562 4080 3817 0 0 0.562 2 interp_poly 68 -13 -40 -25 4049 4022 3 MP PP 4049 4022 0 0 0.562 4009 3997 0 0 0.562 4049 4022 0 0 0.562 2 interp_poly 4009 3997 0 0 0.562 4077 3984 0 0 0.562 4009 3997 0 0 0.562 2 interp_poly -40 -24 68 -13 4009 3997 3 MP PP 4009 3997 0 0 0.562 4077 3984 0 0 0.562 4009 3997 0 0 0.562 2 interp_poly 4077 3984 0 0 0.562 4037 3960 0 0 0.562 4077 3984 0 0 0.562 2 interp_poly 68 -14 -40 -24 4045 4183 3 MP PP 4045 4183 0 0 0.562 4005 4159 0 0 0.562 4045 4183 0 0 0.562 2 interp_poly 4005 4159 0 0 0.562 4073 4145 0 0 0.562 4005 4159 0 0 0.562 2 interp_poly -40 -24 68 -14 4005 4159 3 MP PP 4005 4159 0 0 0.562 4073 4145 0 0 0.562 4005 4159 0 0 0.562 2 interp_poly 4073 4145 0 0 0.562 4033 4121 0 0 0.562 4073 4145 0 0 0.562 2 interp_poly 68 126 -40 -890 4044 2624 3 MP PP 4044 2624 0.25 1 0.812 4004 1734 1 0.375 0 4044 2624 0.25 1 0.812 2 interp_poly 4004 1734 1 0.375 0 4072 1860 1 0.562 0 4004 1734 1 0.375 0 2 interp_poly -40 -631 68 126 4004 1734 3 MP PP 4004 1734 1 0.375 0 4072 1860 1 0.562 0 4004 1734 1 0.375 0 2 interp_poly 4072 1860 1 0.562 0 4032 1229 0.562 0 0 4072 1860 1 0.562 0 2 interp_poly 68 -13 -40 -24 4041 4344 3 MP PP 4041 4344 0 0 0.562 4001 4320 0 0 0.562 4041 4344 0 0 0.562 2 interp_poly 4001 4320 0 0 0.562 4069 4307 0 0 0.562 4001 4320 0 0 0.562 2 interp_poly -40 -24 68 -13 4001 4320 3 MP PP 4001 4320 0 0 0.562 4069 4307 0 0 0.562 4001 4320 0 0 0.562 2 interp_poly 4069 4307 0 0 0.562 4029 4283 0 0 0.562 4069 4307 0 0 0.562 2 interp_poly 68 -8 -40 -49 4040 3784 3 MP PP 4040 3784 0 0 0.562 4000 3735 0 0 0.625 4040 3784 0 0 0.562 2 interp_poly 4000 3735 0 0 0.625 4068 3727 0 0 0.562 4000 3735 0 0 0.625 2 interp_poly -40 -80 68 -8 4000 3735 3 MP PP 4000 3735 0 0 0.625 4068 3727 0 0 0.562 4000 3735 0 0 0.625 2 interp_poly 4068 3727 0 0 0.562 4028 3647 0 0 0.688 4068 3727 0 0 0.562 2 interp_poly 67 -13 -40 -25 4037 3960 3 MP PP 4037 3960 0 0 0.562 3997 3935 0 0 0.562 4037 3960 0 0 0.562 2 interp_poly 3997 3935 0 0 0.562 4064 3922 0 0 0.562 3997 3935 0 0 0.562 2 interp_poly -40 -25 67 -13 3997 3935 3 MP PP 3997 3935 0 0 0.562 4064 3922 0 0 0.562 3997 3935 0 0 0.562 2 interp_poly 4064 3922 0 0 0.562 4024 3897 0 0 0.562 4064 3922 0 0 0.562 2 interp_poly 68 -14 -40 -24 4033 4121 3 MP PP 4033 4121 0 0 0.562 3993 4097 0 0 0.562 4033 4121 0 0 0.562 2 interp_poly 3993 4097 0 0 0.562 4061 4083 0 0 0.562 3993 4097 0 0 0.562 2 interp_poly -40 -24 68 -14 3993 4097 3 MP PP 3993 4097 0 0 0.562 4061 4083 0 0 0.562 3993 4097 0 0 0.562 2 interp_poly 4061 4083 0 0 0.562 4021 4059 0 0 0.562 4061 4083 0 0 0.562 2 interp_poly 68 -13 -40 -25 4029 4283 3 MP PP 4029 4283 0 0 0.562 3989 4258 0 0 0.562 4029 4283 0 0 0.562 2 interp_poly 3989 4258 0 0 0.562 4057 4245 0 0 0.562 3989 4258 0 0 0.562 2 interp_poly -40 -24 68 -13 3989 4258 3 MP PP 3989 4258 0 0 0.562 4057 4245 0 0 0.562 3989 4258 0 0 0.562 2 interp_poly 4057 4245 0 0 0.562 4017 4221 0 0 0.562 4057 4245 0 0 0.562 2 interp_poly 68 19 -40 -168 4028 3647 3 MP PP 4028 3647 0 0 0.688 3988 3479 0 0 0.938 4028 3647 0 0 0.688 2 interp_poly 3988 3479 0 0 0.938 4056 3498 0 0 0.875 3988 3479 0 0 0.938 2 interp_poly -40 -329 68 19 3988 3479 3 MP PP 3988 3479 0 0 0.938 4056 3498 0 0 0.875 3988 3479 0 0 0.938 2 interp_poly 4056 3498 0 0 0.875 4016 3169 0 0.375 1 4056 3498 0 0 0.875 2 interp_poly 68 -13 -40 -26 4024 3897 3 MP PP 4024 3897 0 0 0.562 3984 3871 0 0 0.562 4024 3897 0 0 0.562 2 interp_poly 3984 3871 0 0 0.562 4052 3858 0 0 0.562 3984 3871 0 0 0.562 2 interp_poly -40 -28 68 -13 3984 3871 3 MP PP 3984 3871 0 0 0.562 4052 3858 0 0 0.562 3984 3871 0 0 0.562 2 interp_poly 4052 3858 0 0 0.562 4012 3830 0 0 0.562 4052 3858 0 0 0.562 2 interp_poly 68 -13 -40 -24 4021 4059 3 MP PP 4021 4059 0 0 0.562 3981 4035 0 0 0.562 4021 4059 0 0 0.562 2 interp_poly 3981 4035 0 0 0.562 4049 4022 0 0 0.562 3981 4035 0 0 0.562 2 interp_poly -40 -25 68 -13 3981 4035 3 MP PP 3981 4035 0 0 0.562 4049 4022 0 0 0.562 3981 4035 0 0 0.562 2 interp_poly 4049 4022 0 0 0.562 4009 3997 0 0 0.562 4049 4022 0 0 0.562 2 interp_poly 68 -14 -40 -24 4017 4221 3 MP PP 4017 4221 0 0 0.562 3977 4197 0 0 0.562 4017 4221 0 0 0.562 2 interp_poly 3977 4197 0 0 0.562 4045 4183 0 0 0.562 3977 4197 0 0 0.562 2 interp_poly -40 -24 68 -14 3977 4197 3 MP PP 3977 4197 0 0 0.562 4045 4183 0 0 0.562 3977 4197 0 0 0.562 2 interp_poly 4045 4183 0 0 0.562 4005 4159 0 0 0.562 4045 4183 0 0 0.562 2 interp_poly -40 651 68 -146 3952 2429 3 MP PP 3952 2429 0.375 1 0.688 4020 2283 0.625 1 0.438 3952 2429 0.375 1 0.688 2 interp_poly 4020 2283 0.625 1 0.438 3980 2934 0 0.5 1 4020 2283 0.625 1 0.438 2 interp_poly 68 113 -40 -658 4016 3169 3 MP PP 4016 3169 0 0.375 1 3976 2511 0.438 1 0.625 4016 3169 0 0.375 1 2 interp_poly 3976 2511 0.438 1 0.625 4044 2624 0.25 1 0.812 3976 2511 0.438 1 0.625 2 interp_poly 68 -146 -40 845 3992 1584 3 MP PP 3992 1584 1 0.188 0 3952 2429 0.375 1 0.688 3992 1584 1 0.188 0 2 interp_poly 3952 2429 0.375 1 0.688 4020 2283 0.625 1 0.438 3952 2429 0.375 1 0.688 2 interp_poly -40 -890 68 113 3976 2511 3 MP PP 3976 2511 0.438 1 0.625 4044 2624 0.25 1 0.812 3976 2511 0.438 1 0.625 2 interp_poly 4044 2624 0.25 1 0.812 4004 1734 1 0.375 0 4044 2624 0.25 1 0.812 2 interp_poly 68 -14 -40 -24 4013 4382 3 MP PP 4013 4382 0 0 0.562 3973 4358 0 0 0.562 4013 4382 0 0 0.562 2 interp_poly 3973 4358 0 0 0.562 4041 4344 0 0 0.562 3973 4358 0 0 0.562 2 interp_poly -40 -24 68 -14 3973 4358 3 MP PP 3973 4358 0 0 0.562 4041 4344 0 0 0.562 3973 4358 0 0 0.562 2 interp_poly 4041 4344 0 0 0.562 4001 4320 0 0 0.562 4041 4344 0 0 0.562 2 interp_poly 68 -11 -40 -35 4012 3830 3 MP PP 4012 3830 0 0 0.562 3972 3795 0 0 0.562 4012 3830 0 0 0.562 2 interp_poly 3972 3795 0 0 0.562 4040 3784 0 0 0.562 3972 3795 0 0 0.562 2 interp_poly -40 -49 68 -11 3972 3795 3 MP PP 3972 3795 0 0 0.562 4040 3784 0 0 0.562 3972 3795 0 0 0.562 2 interp_poly 4040 3784 0 0 0.562 4000 3735 0 0 0.625 4040 3784 0 0 0.562 2 interp_poly 68 -13 -40 -24 4009 3997 3 MP PP 4009 3997 0 0 0.562 3969 3973 0 0 0.562 4009 3997 0 0 0.562 2 interp_poly 3969 3973 0 0 0.562 4037 3960 0 0 0.562 3969 3973 0 0 0.562 2 interp_poly -40 -25 68 -13 3969 3973 3 MP PP 3969 3973 0 0 0.562 4037 3960 0 0 0.562 3969 3973 0 0 0.562 2 interp_poly 4037 3960 0 0 0.562 3997 3935 0 0 0.562 4037 3960 0 0 0.562 2 interp_poly 68 -14 -40 -24 4005 4159 3 MP PP 4005 4159 0 0 0.562 3965 4135 0 0 0.562 4005 4159 0 0 0.562 2 interp_poly 3965 4135 0 0 0.562 4033 4121 0 0 0.562 3965 4135 0 0 0.562 2 interp_poly -40 -24 68 -14 3965 4135 3 MP PP 3965 4135 0 0 0.562 4033 4121 0 0 0.562 3965 4135 0 0 0.562 2 interp_poly 4033 4121 0 0 0.562 3993 4097 0 0 0.562 4033 4121 0 0 0.562 2 interp_poly -40 355 68 -4 3964 1233 3 MP PP 3964 1233 0.562 0 0 4032 1229 0.562 0 0 3964 1233 0.562 0 0 2 interp_poly 4032 1229 0.562 0 0 3992 1584 1 0.188 0 4032 1229 0.562 0 0 2 interp_poly 68 -4 -40 -501 4004 1734 3 MP PP 4004 1734 1 0.375 0 3964 1233 0.562 0 0 4004 1734 1 0.375 0 2 interp_poly 3964 1233 0.562 0 0 4032 1229 0.562 0 0 3964 1233 0.562 0 0 2 interp_poly 68 -13 -40 -24 4001 4320 3 MP PP 4001 4320 0 0 0.562 3961 4296 0 0 0.562 4001 4320 0 0 0.562 2 interp_poly 3961 4296 0 0 0.562 4029 4283 0 0 0.562 3961 4296 0 0 0.562 2 interp_poly -40 -25 68 -13 3961 4296 3 MP PP 3961 4296 0 0 0.562 4029 4283 0 0 0.562 3961 4296 0 0 0.562 2 interp_poly 4029 4283 0 0 0.562 3989 4258 0 0 0.562 4029 4283 0 0 0.562 2 interp_poly 68 2 -40 -90 4000 3735 3 MP PP 4000 3735 0 0 0.625 3960 3645 0 0 0.688 4000 3735 0 0 0.625 2 interp_poly 3960 3645 0 0 0.688 4028 3647 0 0 0.688 3960 3645 0 0 0.688 2 interp_poly -40 -168 68 2 3960 3645 3 MP PP 3960 3645 0 0 0.688 4028 3647 0 0 0.688 3960 3645 0 0 0.688 2 interp_poly 4028 3647 0 0 0.688 3988 3479 0 0 0.938 4028 3647 0 0 0.688 2 interp_poly 67 -13 -40 -25 3997 3935 3 MP PP 3997 3935 0 0 0.562 3957 3910 0 0 0.562 3997 3935 0 0 0.562 2 interp_poly 3957 3910 0 0 0.562 4024 3897 0 0 0.562 3957 3910 0 0 0.562 2 interp_poly -40 -26 67 -13 3957 3910 3 MP PP 3957 3910 0 0 0.562 4024 3897 0 0 0.562 3957 3910 0 0 0.562 2 interp_poly 4024 3897 0 0 0.562 3984 3871 0 0 0.562 4024 3897 0 0 0.562 2 interp_poly 68 -14 -40 -24 3993 4097 3 MP PP 3993 4097 0 0 0.562 3953 4073 0 0 0.562 3993 4097 0 0 0.562 2 interp_poly 3953 4073 0 0 0.562 4021 4059 0 0 0.562 3953 4073 0 0 0.562 2 interp_poly -40 -24 68 -14 3953 4073 3 MP PP 3953 4073 0 0 0.562 4021 4059 0 0 0.562 3953 4073 0 0 0.562 2 interp_poly 4021 4059 0 0 0.562 3981 4035 0 0 0.562 4021 4059 0 0 0.562 2 interp_poly 68 -13 -40 -24 3989 4258 3 MP PP 3989 4258 0 0 0.562 3949 4234 0 0 0.562 3989 4258 0 0 0.562 2 interp_poly 3949 4234 0 0 0.562 4017 4221 0 0 0.562 3949 4234 0 0 0.562 2 interp_poly -40 -24 68 -13 3949 4234 3 MP PP 3949 4234 0 0 0.562 4017 4221 0 0 0.562 3949 4234 0 0 0.562 2 interp_poly 4017 4221 0 0 0.562 3977 4197 0 0 0.562 4017 4221 0 0 0.562 2 interp_poly -40 -24 68 -13 3891 3217 3 MP PP 3891 3217 0 0 0.562 3959 3204 0 0 0.562 3891 3217 0 0 0.562 2 interp_poly 3959 3204 0 0 0.562 3919 3180 0 0 0.562 3959 3204 0 0 0.562 2 interp_poly 68 -13 -40 -24 3931 3241 3 MP PP 3931 3241 0 0 0.562 3891 3217 0 0 0.562 3931 3241 0 0 0.562 2 interp_poly 3891 3217 0 0 0.562 3959 3204 0 0 0.562 3891 3217 0 0 0.562 2 interp_poly -40 -24 68 -14 3903 3279 3 MP PP 3903 3279 0 0 0.562 3971 3265 0 0 0.562 3903 3279 0 0 0.562 2 interp_poly 3971 3265 0 0 0.562 3931 3241 0 0 0.562 3971 3265 0 0 0.562 2 interp_poly 68 -14 -40 -22 3943 3301 3 MP PP 3943 3301 0 0 0.562 3903 3279 0 0 0.562 3943 3301 0 0 0.562 2 interp_poly 3903 3279 0 0 0.562 3971 3265 0 0 0.562 3903 3279 0 0 0.562 2 interp_poly -40 -24 68 -14 3907 3118 3 MP PP 3907 3118 0 0 0.562 3975 3104 0 0 0.562 3907 3118 0 0 0.562 2 interp_poly 3975 3104 0 0 0.562 3935 3080 0 0 0.562 3975 3104 0 0 0.562 2 interp_poly 68 -14 -40 -24 3947 3142 3 MP PP 3947 3142 0 0 0.562 3907 3118 0 0 0.562 3947 3142 0 0 0.562 2 interp_poly 3907 3118 0 0 0.562 3975 3104 0 0 0.562 3907 3118 0 0 0.562 2 interp_poly -40 -24 68 -14 3855 3032 3 MP PP 3855 3032 0 0 0.562 3923 3018 0 0 0.562 3855 3032 0 0 0.562 2 interp_poly 3923 3018 0 0 0.562 3883 2994 0 0 0.562 3923 3018 0 0 0.562 2 interp_poly 68 -14 -40 -24 3895 3056 3 MP PP 3895 3056 0 0 0.562 3855 3032 0 0 0.562 3895 3056 0 0 0.562 2 interp_poly 3855 3032 0 0 0.562 3923 3018 0 0 0.562 3855 3032 0 0 0.562 2 interp_poly -40 -24 68 -14 3867 3094 3 MP PP 3867 3094 0 0 0.562 3935 3080 0 0 0.562 3867 3094 0 0 0.562 2 interp_poly 3935 3080 0 0 0.562 3895 3056 0 0 0.562 3935 3080 0 0 0.562 2 interp_poly 68 -14 -40 -24 3907 3118 3 MP PP 3907 3118 0 0 0.562 3867 3094 0 0 0.562 3907 3118 0 0 0.562 2 interp_poly 3867 3094 0 0 0.562 3935 3080 0 0 0.562 3867 3094 0 0 0.562 2 interp_poly -40 -24 68 -14 3879 3156 3 MP PP 3879 3156 0 0 0.562 3947 3142 0 0 0.562 3879 3156 0 0 0.562 2 interp_poly 3947 3142 0 0 0.562 3907 3118 0 0 0.562 3947 3142 0 0 0.562 2 interp_poly 68 -14 -40 -24 3919 3180 3 MP PP 3919 3180 0 0 0.562 3879 3156 0 0 0.562 3919 3180 0 0 0.562 2 interp_poly 3879 3156 0 0 0.562 3947 3142 0 0 0.562 3879 3156 0 0 0.562 2 interp_poly -40 -24 68 -13 3883 2994 3 MP PP 3883 2994 0 0 0.562 3951 2981 0 0 0.562 3883 2994 0 0 0.562 2 interp_poly 3951 2981 0 0 0.562 3911 2957 0 0 0.562 3951 2981 0 0 0.562 2 interp_poly 68 -13 -40 -24 3923 3018 3 MP PP 3923 3018 0 0 0.562 3883 2994 0 0 0.562 3923 3018 0 0 0.562 2 interp_poly 3883 2994 0 0 0.562 3951 2981 0 0 0.562 3883 2994 0 0 0.562 2 interp_poly -40 -25 68 -13 3895 3056 3 MP PP 3895 3056 0 0 0.562 3963 3043 0 0 0.562 3895 3056 0 0 0.562 2 interp_poly 3963 3043 0 0 0.562 3923 3018 0 0 0.562 3963 3043 0 0 0.562 2 interp_poly 68 -13 -40 -24 3935 3080 3 MP PP 3935 3080 0 0 0.562 3895 3056 0 0 0.562 3935 3080 0 0 0.562 2 interp_poly 3895 3056 0 0 0.562 3963 3043 0 0 0.562 3895 3056 0 0 0.562 2 interp_poly -40 -24 68 -14 3911 2957 3 MP PP 3911 2957 0 0 0.562 3979 2943 0 0 0.562 3911 2957 0 0 0.562 2 interp_poly 3979 2943 0 0 0.562 3939 2919 0 0 0.562 3979 2943 0 0 0.562 2 interp_poly 68 -14 -40 -24 3951 2981 3 MP PP 3951 2981 0 0 0.562 3911 2957 0 0 0.562 3951 2981 0 0 0.562 2 interp_poly 3911 2957 0 0 0.562 3979 2943 0 0 0.562 3911 2957 0 0 0.562 2 interp_poly -40 -24 68 -14 3919 3180 3 MP PP 3919 3180 0 0 0.562 3987 3166 0 0 0.562 3919 3180 0 0 0.562 2 interp_poly 3987 3166 0 0 0.562 3947 3142 0 0 0.562 3987 3166 0 0 0.562 2 interp_poly 68 -14 -40 -24 3959 3204 3 MP PP 3959 3204 0 0 0.562 3919 3180 0 0 0.562 3959 3204 0 0 0.562 2 interp_poly 3919 3180 0 0 0.562 3987 3166 0 0 0.562 3919 3180 0 0 0.562 2 interp_poly -40 310 68 -87 3912 3021 3 MP PP 3912 3021 0 0.375 1 3980 2934 0 0.5 1 3912 3021 0 0.375 1 2 interp_poly 3980 2934 0 0.5 1 3940 3244 0 0 0.875 3980 2934 0 0.5 1 2 interp_poly -40 3 67 -20 3928 3367 3 MP PP 3928 3367 0 0 0.562 3995 3347 0 0 0.625 3928 3367 0 0 0.562 2 interp_poly 3995 3347 0 0 0.625 3955 3350 0 0 0.562 3995 3347 0 0 0.625 2 interp_poly -40 -15 67 -16 3888 3366 3 MP PP 3888 3366 0 0 0.562 3955 3350 0 0 0.562 3888 3366 0 0 0.562 2 interp_poly 3955 3350 0 0 0.562 3915 3335 0 0 0.562 3955 3350 0 0 0.562 2 interp_poly 67 -16 -40 -1 3928 3367 3 MP PP 3928 3367 0 0 0.562 3888 3366 0 0 0.562 3928 3367 0 0 0.562 2 interp_poly 3888 3366 0 0 0.562 3955 3350 0 0 0.562 3888 3366 0 0 0.562 2 interp_poly 67 -20 -40 38 3968 3329 3 MP PP 3968 3329 0 0 0.688 3928 3367 0 0 0.562 3968 3329 0 0 0.688 2 interp_poly 3928 3367 0 0 0.562 3995 3347 0 0 0.625 3928 3367 0 0 0.562 2 interp_poly -40 136 68 -51 3940 3244 3 MP PP 3940 3244 0 0 0.875 4008 3193 0 0 0.938 3940 3244 0 0 0.875 2 interp_poly 4008 3193 0 0 0.938 3968 3329 0 0 0.688 4008 3193 0 0 0.938 2 interp_poly 68 -51 -40 310 3980 2934 3 MP PP 3980 2934 0 0.5 1 3940 3244 0 0 0.875 3980 2934 0 0.5 1 2 interp_poly 3940 3244 0 0 0.875 4008 3193 0 0 0.938 3940 3244 0 0 0.875 2 interp_poly 68 62 -40 -372 3988 3479 3 MP PP 3988 3479 0 0 0.938 3948 3107 0 0.5 1 3988 3479 0 0 0.938 2 interp_poly 3948 3107 0 0.5 1 4016 3169 0 0.375 1 3948 3107 0 0.5 1 2 interp_poly -40 -24 68 -14 3899 2895 3 MP PP 3899 2895 0 0 0.562 3967 2881 0 0 0.562 3899 2895 0 0 0.562 2 interp_poly 3967 2881 0 0 0.562 3927 2857 0 0 0.562 3967 2881 0 0 0.562 2 interp_poly 68 -14 -40 -24 3939 2919 3 MP PP 3939 2919 0 0 0.562 3899 2895 0 0 0.562 3939 2919 0 0 0.562 2 interp_poly 3899 2895 0 0 0.562 3967 2881 0 0 0.562 3899 2895 0 0 0.562 2 interp_poly -40 -24 68 -14 3859 2871 3 MP PP 3859 2871 0 0 0.562 3927 2857 0 0 0.562 3859 2871 0 0 0.562 2 interp_poly 3927 2857 0 0 0.562 3887 2833 0 0 0.562 3927 2857 0 0 0.562 2 interp_poly 68 -14 -40 -24 3899 2895 3 MP PP 3899 2895 0 0 0.562 3859 2871 0 0 0.562 3899 2895 0 0 0.562 2 interp_poly 3859 2871 0 0 0.562 3927 2857 0 0 0.562 3859 2871 0 0 0.562 2 interp_poly -40 -24 68 -13 3871 2932 3 MP PP 3871 2932 0 0 0.562 3939 2919 0 0 0.562 3871 2932 0 0 0.562 2 interp_poly 3939 2919 0 0 0.562 3899 2895 0 0 0.562 3939 2919 0 0 0.562 2 interp_poly 68 -13 -40 -25 3911 2957 3 MP PP 3911 2957 0 0 0.562 3871 2932 0 0 0.562 3911 2957 0 0 0.562 2 interp_poly 3871 2932 0 0 0.562 3939 2919 0 0 0.562 3871 2932 0 0 0.562 2 interp_poly 67 -14 -40 -24 3927 2857 3 MP PP 3927 2857 0 0 0.562 3887 2833 0 0 0.562 3927 2857 0 0 0.562 2 interp_poly 3887 2833 0 0 0.562 3954 2819 0 0 0.562 3887 2833 0 0 0.562 2 interp_poly 68 -87 -40 592 3952 2429 3 MP PP 3952 2429 0.375 1 0.688 3912 3021 0 0.375 1 3952 2429 0.375 1 0.688 2 interp_poly 3912 3021 0 0.375 1 3980 2934 0 0.5 1 3912 3021 0 0.375 1 2 interp_poly -40 -658 68 62 3948 3107 3 MP PP 3948 3107 0 0.5 1 4016 3169 0 0.375 1 3948 3107 0 0.5 1 2 interp_poly 4016 3169 0 0.375 1 3976 2511 0.438 1 0.625 4016 3169 0 0.375 1 2 interp_poly -40 -24 68 -14 3945 4396 3 MP PP 3945 4396 0 0 0.562 4013 4382 0 0 0.562 3945 4396 0 0 0.562 2 interp_poly 4013 4382 0 0 0.562 3973 4358 0 0 0.562 4013 4382 0 0 0.562 2 interp_poly 68 -12 -40 -29 3984 3871 3 MP PP 3984 3871 0 0 0.562 3944 3842 0 0 0.562 3984 3871 0 0 0.562 2 interp_poly 3944 3842 0 0 0.562 4012 3830 0 0 0.562 3944 3842 0 0 0.562 2 interp_poly -40 -35 68 -12 3944 3842 3 MP PP 3944 3842 0 0 0.562 4012 3830 0 0 0.562 3944 3842 0 0 0.562 2 interp_poly 4012 3830 0 0 0.562 3972 3795 0 0 0.562 4012 3830 0 0 0.562 2 interp_poly 68 -14 -40 -24 3981 4035 3 MP PP 3981 4035 0 0 0.562 3941 4011 0 0 0.562 3981 4035 0 0 0.562 2 interp_poly 3941 4011 0 0 0.562 4009 3997 0 0 0.562 3941 4011 0 0 0.562 2 interp_poly -40 -24 68 -14 3941 4011 3 MP PP 3941 4011 0 0 0.562 4009 3997 0 0 0.562 3941 4011 0 0 0.562 2 interp_poly 4009 3997 0 0 0.562 3969 3973 0 0 0.562 4009 3997 0 0 0.562 2 interp_poly 68 -14 -40 -24 3977 4197 3 MP PP 3977 4197 0 0 0.562 3937 4173 0 0 0.562 3977 4197 0 0 0.562 2 interp_poly 3937 4173 0 0 0.562 4005 4159 0 0 0.562 3937 4173 0 0 0.562 2 interp_poly -40 -24 68 -14 3937 4173 3 MP PP 3937 4173 0 0 0.562 4005 4159 0 0 0.562 3937 4173 0 0 0.562 2 interp_poly 4005 4159 0 0 0.562 3965 4135 0 0 0.562 4005 4159 0 0 0.562 2 interp_poly -40 845 68 -147 3924 1731 3 MP PP 3924 1731 1 0.438 0 3992 1584 1 0.188 0 3924 1731 1 0.438 0 2 interp_poly 3992 1584 1 0.188 0 3952 2429 0.375 1 0.688 3992 1584 1 0.188 0 2 interp_poly 68 -147 -40 498 3964 1233 3 MP PP 3964 1233 0.562 0 0 3924 1731 1 0.438 0 3964 1233 0.562 0 0 2 interp_poly 3924 1731 1 0.438 0 3992 1584 1 0.188 0 3924 1731 1 0.438 0 2 interp_poly 68 115 -40 -892 3976 2511 3 MP PP 3976 2511 0.438 1 0.625 3936 1619 1 0.125 0 3976 2511 0.438 1 0.625 2 interp_poly 3936 1619 1 0.125 0 4004 1734 1 0.375 0 3936 1619 1 0.125 0 2 interp_poly -40 -501 68 115 3936 1619 3 MP PP 3936 1619 1 0.125 0 4004 1734 1 0.375 0 3936 1619 1 0.125 0 2 interp_poly 4004 1734 1 0.375 0 3964 1233 0.562 0 0 4004 1734 1 0.375 0 2 interp_poly 68 -14 -40 -24 3973 4358 3 MP PP 3973 4358 0 0 0.562 3933 4334 0 0 0.562 3973 4358 0 0 0.562 2 interp_poly 3933 4334 0 0 0.562 4001 4320 0 0 0.562 3933 4334 0 0 0.562 2 interp_poly -40 -24 68 -14 3933 4334 3 MP PP 3933 4334 0 0 0.562 4001 4320 0 0 0.562 3933 4334 0 0 0.562 2 interp_poly 4001 4320 0 0 0.562 3961 4296 0 0 0.562 4001 4320 0 0 0.562 2 interp_poly 68 -7 -40 -53 3972 3795 3 MP PP 3972 3795 0 0 0.562 3932 3742 0 0 0.625 3972 3795 0 0 0.562 2 interp_poly 3932 3742 0 0 0.625 4000 3735 0 0 0.625 3932 3742 0 0 0.625 2 interp_poly -40 -90 68 -7 3932 3742 3 MP PP 3932 3742 0 0 0.625 4000 3735 0 0 0.625 3932 3742 0 0 0.625 2 interp_poly 4000 3735 0 0 0.625 3960 3645 0 0 0.688 4000 3735 0 0 0.625 2 interp_poly 68 -14 -40 -24 3969 3973 3 MP PP 3969 3973 0 0 0.562 3929 3949 0 0 0.562 3969 3973 0 0 0.562 2 interp_poly 3929 3949 0 0 0.562 3997 3935 0 0 0.562 3929 3949 0 0 0.562 2 interp_poly -40 -25 68 -14 3929 3949 3 MP PP 3929 3949 0 0 0.562 3997 3935 0 0 0.562 3929 3949 0 0 0.562 2 interp_poly 3997 3935 0 0 0.562 3957 3910 0 0 0.562 3997 3935 0 0 0.562 2 interp_poly 68 -14 -40 -24 3965 4135 3 MP PP 3965 4135 0 0 0.562 3925 4111 0 0 0.562 3965 4135 0 0 0.562 2 interp_poly 3925 4111 0 0 0.562 3993 4097 0 0 0.562 3925 4111 0 0 0.562 2 interp_poly -40 -24 68 -14 3925 4111 3 MP PP 3925 4111 0 0 0.562 3993 4097 0 0 0.562 3925 4111 0 0 0.562 2 interp_poly 3993 4097 0 0 0.562 3953 4073 0 0 0.562 3993 4097 0 0 0.562 2 interp_poly 68 -14 -40 -24 3961 4296 3 MP PP 3961 4296 0 0 0.562 3921 4272 0 0 0.562 3961 4296 0 0 0.562 2 interp_poly 3921 4272 0 0 0.562 3989 4258 0 0 0.562 3921 4272 0 0 0.562 2 interp_poly -40 -24 68 -14 3921 4272 3 MP PP 3921 4272 0 0 0.562 3989 4258 0 0 0.562 3921 4272 0 0 0.562 2 interp_poly 3989 4258 0 0 0.562 3949 4234 0 0 0.562 3989 4258 0 0 0.562 2 interp_poly 68 25 -40 -191 3960 3645 3 MP PP 3960 3645 0 0 0.688 3920 3454 0 0 1 3960 3645 0 0 0.688 2 interp_poly 3920 3454 0 0 1 3988 3479 0 0 0.938 3920 3454 0 0 1 2 interp_poly -40 -1 68 -19 3860 3386 3 MP PP 3860 3386 0 0 0.562 3928 3367 0 0 0.562 3860 3386 0 0 0.562 2 interp_poly 3928 3367 0 0 0.562 3888 3366 0 0 0.562 3928 3367 0 0 0.562 2 interp_poly 68 -19 -40 29 3900 3357 3 MP PP 3900 3357 0 0 0.688 3860 3386 0 0 0.562 3900 3357 0 0 0.688 2 interp_poly 3860 3386 0 0 0.562 3928 3367 0 0 0.562 3860 3386 0 0 0.562 2 interp_poly -40 -24 68 -13 3835 3292 3 MP PP 3835 3292 0 0 0.562 3903 3279 0 0 0.562 3835 3292 0 0 0.562 2 interp_poly 3903 3279 0 0 0.562 3863 3255 0 0 0.562 3903 3279 0 0 0.562 2 interp_poly 68 -13 -40 -23 3875 3315 3 MP PP 3875 3315 0 0 0.562 3835 3292 0 0 0.562 3875 3315 0 0 0.562 2 interp_poly 3835 3292 0 0 0.562 3903 3279 0 0 0.562 3835 3292 0 0 0.562 2 interp_poly -40 -20 67 -15 3848 3350 3 MP PP 3848 3350 0 0 0.562 3915 3335 0 0 0.562 3848 3350 0 0 0.562 2 interp_poly 3915 3335 0 0 0.562 3875 3315 0 0 0.562 3915 3335 0 0 0.562 2 interp_poly 67 -15 -40 -16 3888 3366 3 MP PP 3888 3366 0 0 0.562 3848 3350 0 0 0.562 3888 3366 0 0 0.562 2 interp_poly 3848 3350 0 0 0.562 3915 3335 0 0 0.562 3848 3350 0 0 0.562 2 interp_poly 68 -14 -40 -24 3903 3279 3 MP PP 3903 3279 0 0 0.562 3863 3255 0 0 0.562 3903 3279 0 0 0.562 2 interp_poly 3863 3255 0 0 0.562 3931 3241 0 0 0.562 3863 3255 0 0 0.562 2 interp_poly -40 -22 68 -14 3875 3315 3 MP PP 3875 3315 0 0 0.562 3943 3301 0 0 0.562 3875 3315 0 0 0.562 2 interp_poly 3943 3301 0 0 0.562 3903 3279 0 0 0.562 3943 3301 0 0 0.562 2 interp_poly 68 -14 -40 -20 3915 3335 3 MP PP 3915 3335 0 0 0.562 3875 3315 0 0 0.562 3915 3335 0 0 0.562 2 interp_poly 3875 3315 0 0 0.562 3943 3301 0 0 0.562 3875 3315 0 0 0.562 2 interp_poly -40 113 68 -45 3872 3289 3 MP PP 3872 3289 0 0 0.875 3940 3244 0 0 0.875 3872 3289 0 0 0.875 2 interp_poly 3940 3244 0 0 0.875 3900 3357 0 0 0.688 3940 3244 0 0 0.875 2 interp_poly -40 -24 68 -14 3823 3231 3 MP PP 3823 3231 0 0 0.562 3891 3217 0 0 0.562 3823 3231 0 0 0.562 2 interp_poly 3891 3217 0 0 0.562 3851 3193 0 0 0.562 3891 3217 0 0 0.562 2 interp_poly 68 -14 -40 -24 3863 3255 3 MP PP 3863 3255 0 0 0.562 3823 3231 0 0 0.562 3863 3255 0 0 0.562 2 interp_poly 3823 3231 0 0 0.562 3891 3217 0 0 0.562 3823 3231 0 0 0.562 2 interp_poly -40 -24 68 -14 3839 3132 3 MP PP 3839 3132 0 0 0.562 3907 3118 0 0 0.562 3839 3132 0 0 0.562 2 interp_poly 3907 3118 0 0 0.562 3867 3094 0 0 0.562 3907 3118 0 0 0.562 2 interp_poly 68 -14 -40 -24 3879 3156 3 MP PP 3879 3156 0 0 0.562 3839 3132 0 0 0.562 3879 3156 0 0 0.562 2 interp_poly 3839 3132 0 0 0.562 3907 3118 0 0 0.562 3839 3132 0 0 0.562 2 interp_poly -40 -24 68 -13 3851 3193 3 MP PP 3851 3193 0 0 0.562 3919 3180 0 0 0.562 3851 3193 0 0 0.562 2 interp_poly 3919 3180 0 0 0.562 3879 3156 0 0 0.562 3919 3180 0 0 0.562 2 interp_poly 68 -13 -40 -24 3891 3217 3 MP PP 3891 3217 0 0 0.562 3851 3193 0 0 0.562 3891 3217 0 0 0.562 2 interp_poly 3851 3193 0 0 0.562 3919 3180 0 0 0.562 3851 3193 0 0 0.562 2 interp_poly -40 -24 68 -14 3863 3255 3 MP PP 3863 3255 0 0 0.562 3931 3241 0 0 0.562 3863 3255 0 0 0.562 2 interp_poly 3931 3241 0 0 0.562 3891 3217 0 0 0.562 3931 3241 0 0 0.562 2 interp_poly 68 -45 -40 268 3912 3021 3 MP PP 3912 3021 0 0.375 1 3872 3289 0 0 0.875 3912 3021 0 0.375 1 2 interp_poly 3872 3289 0 0 0.875 3940 3244 0 0 0.875 3872 3289 0 0 0.875 2 interp_poly -40 38 68 -28 3900 3357 3 MP PP 3900 3357 0 0 0.688 3968 3329 0 0 0.688 3900 3357 0 0 0.688 2 interp_poly 3968 3329 0 0 0.688 3928 3367 0 0 0.562 3968 3329 0 0 0.688 2 interp_poly 68 -28 -40 113 3940 3244 3 MP PP 3940 3244 0 0 0.875 3900 3357 0 0 0.688 3940 3244 0 0 0.875 2 interp_poly 3900 3357 0 0 0.688 3968 3329 0 0 0.688 3900 3357 0 0 0.688 2 interp_poly -40 -372 68 25 3920 3454 3 MP PP 3920 3454 0 0 1 3988 3479 0 0 0.938 3920 3454 0 0 1 2 interp_poly 3988 3479 0 0 0.938 3948 3107 0 0.5 1 3988 3479 0 0 0.938 2 interp_poly 67 -13 -40 -26 3957 3910 3 MP PP 3957 3910 0 0 0.562 3917 3884 0 0 0.562 3957 3910 0 0 0.562 2 interp_poly 3917 3884 0 0 0.562 3984 3871 0 0 0.562 3917 3884 0 0 0.562 2 interp_poly -40 -29 67 -13 3917 3884 3 MP PP 3917 3884 0 0 0.562 3984 3871 0 0 0.562 3917 3884 0 0 0.562 2 interp_poly 3984 3871 0 0 0.562 3944 3842 0 0 0.562 3984 3871 0 0 0.562 2 interp_poly 68 -14 -40 -24 3953 4073 3 MP PP 3953 4073 0 0 0.562 3913 4049 0 0 0.562 3953 4073 0 0 0.562 2 interp_poly 3913 4049 0 0 0.562 3981 4035 0 0 0.562 3913 4049 0 0 0.562 2 interp_poly -40 -24 68 -14 3913 4049 3 MP PP 3913 4049 0 0 0.562 3981 4035 0 0 0.562 3913 4049 0 0 0.562 2 interp_poly 3981 4035 0 0 0.562 3941 4011 0 0 0.562 3981 4035 0 0 0.562 2 interp_poly 68 -13 -40 -24 3949 4234 3 MP PP 3949 4234 0 0 0.562 3909 4210 0 0 0.562 3949 4234 0 0 0.562 2 interp_poly 3909 4210 0 0 0.562 3977 4197 0 0 0.562 3909 4210 0 0 0.562 2 interp_poly -40 -24 68 -13 3909 4210 3 MP PP 3909 4210 0 0 0.562 3977 4197 0 0 0.562 3909 4210 0 0 0.562 2 interp_poly 3977 4197 0 0 0.562 3937 4173 0 0 0.562 3977 4197 0 0 0.562 2 interp_poly -40 -25 68 -13 3843 2970 3 MP PP 3843 2970 0 0 0.562 3911 2957 0 0 0.562 3843 2970 0 0 0.562 2 interp_poly 3911 2957 0 0 0.562 3871 2932 0 0 0.562 3911 2957 0 0 0.562 2 interp_poly 68 -13 -40 -24 3883 2994 3 MP PP 3883 2994 0 0 0.562 3843 2970 0 0 0.562 3883 2994 0 0 0.562 2 interp_poly 3843 2970 0 0 0.562 3911 2957 0 0 0.562 3843 2970 0 0 0.562 2 interp_poly -40 592 68 -138 3884 2567 3 MP PP 3884 2567 0.188 1 0.875 3952 2429 0.375 1 0.688 3884 2567 0.188 1 0.875 2 interp_poly 3952 2429 0.375 1 0.688 3912 3021 0 0.375 1 3952 2429 0.375 1 0.688 2 interp_poly 68 -138 -40 836 3924 1731 3 MP PP 3924 1731 1 0.438 0 3884 2567 0.188 1 0.875 3924 1731 1 0.438 0 2 interp_poly 3884 2567 0.188 1 0.875 3952 2429 0.375 1 0.688 3884 2567 0.188 1 0.875 2 interp_poly 68 121 -40 -717 3948 3107 3 MP PP 3948 3107 0 0.5 1 3908 2390 0.688 1 0.375 3948 3107 0 0.5 1 2 interp_poly 3908 2390 0.688 1 0.375 3976 2511 0.438 1 0.625 3908 2390 0.688 1 0.375 2 interp_poly -40 -892 68 121 3908 2390 3 MP PP 3908 2390 0.688 1 0.375 3976 2511 0.438 1 0.625 3908 2390 0.688 1 0.375 2 interp_poly 3976 2511 0.438 1 0.625 3936 1619 1 0.125 0 3976 2511 0.438 1 0.625 2 interp_poly 68 -14 -40 -24 3945 4396 3 MP PP 3945 4396 0 0 0.562 3905 4372 0 0 0.562 3945 4396 0 0 0.562 2 interp_poly 3905 4372 0 0 0.562 3973 4358 0 0 0.562 3905 4372 0 0 0.562 2 interp_poly -40 -24 68 -14 3905 4372 3 MP PP 3905 4372 0 0 0.562 3973 4358 0 0 0.562 3905 4372 0 0 0.562 2 interp_poly 3973 4358 0 0 0.562 3933 4334 0 0 0.562 3973 4358 0 0 0.562 2 interp_poly 68 -11 -40 -36 3944 3842 3 MP PP 3944 3842 0 0 0.562 3904 3806 0 0 0.562 3944 3842 0 0 0.562 2 interp_poly 3904 3806 0 0 0.562 3972 3795 0 0 0.562 3904 3806 0 0 0.562 2 interp_poly -40 -53 68 -11 3904 3806 3 MP PP 3904 3806 0 0 0.562 3972 3795 0 0 0.562 3904 3806 0 0 0.562 2 interp_poly 3972 3795 0 0 0.562 3932 3742 0 0 0.625 3972 3795 0 0 0.562 2 interp_poly 68 -14 -40 -24 3941 4011 3 MP PP 3941 4011 0 0 0.562 3901 3987 0 0 0.562 3941 4011 0 0 0.562 2 interp_poly 3901 3987 0 0 0.562 3969 3973 0 0 0.562 3901 3987 0 0 0.562 2 interp_poly -40 -24 68 -14 3901 3987 3 MP PP 3901 3987 0 0 0.562 3969 3973 0 0 0.562 3901 3987 0 0 0.562 2 interp_poly 3969 3973 0 0 0.562 3929 3949 0 0 0.562 3969 3973 0 0 0.562 2 interp_poly 68 -13 -40 -25 3937 4173 3 MP PP 3937 4173 0 0 0.562 3897 4148 0 0 0.562 3937 4173 0 0 0.562 2 interp_poly 3897 4148 0 0 0.562 3965 4135 0 0 0.562 3897 4148 0 0 0.562 2 interp_poly -40 -24 68 -13 3897 4148 3 MP PP 3897 4148 0 0 0.562 3965 4135 0 0 0.562 3897 4148 0 0 0.562 2 interp_poly 3965 4135 0 0 0.562 3925 4111 0 0 0.562 3965 4135 0 0 0.562 2 interp_poly -40 498 68 -33 3896 1266 3 MP PP 3896 1266 0.562 0 0 3964 1233 0.562 0 0 3896 1266 0.562 0 0 2 interp_poly 3964 1233 0.562 0 0 3924 1731 1 0.438 0 3964 1233 0.562 0 0 2 interp_poly 68 -33 -40 -353 3936 1619 3 MP PP 3936 1619 1 0.125 0 3896 1266 0.562 0 0 3936 1619 1 0.125 0 2 interp_poly 3896 1266 0.562 0 0 3964 1233 0.562 0 0 3896 1266 0.562 0 0 2 interp_poly 68 -14 -40 -24 3933 4334 3 MP PP 3933 4334 0 0 0.562 3893 4310 0 0 0.562 3933 4334 0 0 0.562 2 interp_poly 3893 4310 0 0 0.562 3961 4296 0 0 0.562 3893 4310 0 0 0.562 2 interp_poly -40 -24 68 -14 3893 4310 3 MP PP 3893 4310 0 0 0.562 3961 4296 0 0 0.562 3893 4310 0 0 0.562 2 interp_poly 3961 4296 0 0 0.562 3921 4272 0 0 0.562 3961 4296 0 0 0.562 2 interp_poly 68 4 -40 -101 3932 3742 3 MP PP 3932 3742 0 0 0.625 3892 3641 0 0 0.75 3932 3742 0 0 0.625 2 interp_poly 3892 3641 0 0 0.75 3960 3645 0 0 0.688 3892 3641 0 0 0.75 2 interp_poly -40 -191 68 4 3892 3641 3 MP PP 3892 3641 0 0 0.75 3960 3645 0 0 0.688 3892 3641 0 0 0.75 2 interp_poly 3960 3645 0 0 0.688 3920 3454 0 0 1 3960 3645 0 0 0.688 2 interp_poly 68 -14 -40 -25 3929 3949 3 MP PP 3929 3949 0 0 0.562 3889 3924 0 0 0.562 3929 3949 0 0 0.562 2 interp_poly 3889 3924 0 0 0.562 3957 3910 0 0 0.562 3889 3924 0 0 0.562 2 interp_poly -40 -26 68 -14 3889 3924 3 MP PP 3889 3924 0 0 0.562 3957 3910 0 0 0.562 3889 3924 0 0 0.562 2 interp_poly 3957 3910 0 0 0.562 3917 3884 0 0 0.562 3957 3910 0 0 0.562 2 interp_poly 68 -14 -40 -24 3925 4111 3 MP PP 3925 4111 0 0 0.562 3885 4087 0 0 0.562 3925 4111 0 0 0.562 2 interp_poly 3885 4087 0 0 0.562 3953 4073 0 0 0.562 3885 4087 0 0 0.562 2 interp_poly -40 -24 68 -14 3885 4087 3 MP PP 3885 4087 0 0 0.562 3953 4073 0 0 0.562 3885 4087 0 0 0.562 2 interp_poly 3953 4073 0 0 0.562 3913 4049 0 0 0.562 3953 4073 0 0 0.562 2 interp_poly 68 -14 -40 -24 3921 4272 3 MP PP 3921 4272 0 0 0.562 3881 4248 0 0 0.562 3921 4272 0 0 0.562 2 interp_poly 3881 4248 0 0 0.562 3949 4234 0 0 0.562 3881 4248 0 0 0.562 2 interp_poly -40 -24 68 -14 3881 4248 3 MP PP 3881 4248 0 0 0.562 3949 4234 0 0 0.562 3881 4248 0 0 0.562 2 interp_poly 3949 4234 0 0 0.562 3909 4210 0 0 0.562 3949 4234 0 0 0.562 2 interp_poly -40 -24 68 -14 3827 3070 3 MP PP 3827 3070 0 0 0.562 3895 3056 0 0 0.562 3827 3070 0 0 0.562 2 interp_poly 3895 3056 0 0 0.562 3855 3032 0 0 0.562 3895 3056 0 0 0.562 2 interp_poly 68 -14 -40 -24 3867 3094 3 MP PP 3867 3094 0 0 0.562 3827 3070 0 0 0.562 3867 3094 0 0 0.562 2 interp_poly 3827 3070 0 0 0.562 3895 3056 0 0 0.562 3827 3070 0 0 0.562 2 interp_poly -40 -24 68 -14 3799 3108 3 MP PP 3799 3108 0 0 0.562 3867 3094 0 0 0.562 3799 3108 0 0 0.562 2 interp_poly 3867 3094 0 0 0.562 3827 3070 0 0 0.562 3867 3094 0 0 0.562 2 interp_poly 68 -14 -40 -24 3839 3132 3 MP PP 3839 3132 0 0 0.562 3799 3108 0 0 0.562 3839 3132 0 0 0.562 2 interp_poly 3799 3108 0 0 0.562 3867 3094 0 0 0.562 3799 3108 0 0 0.562 2 interp_poly -40 -24 68 -13 3811 3169 3 MP PP 3811 3169 0 0 0.562 3879 3156 0 0 0.562 3811 3169 0 0 0.562 2 interp_poly 3879 3156 0 0 0.562 3839 3132 0 0 0.562 3879 3156 0 0 0.562 2 interp_poly 68 -13 -40 -24 3851 3193 3 MP PP 3851 3193 0 0 0.562 3811 3169 0 0 0.562 3851 3193 0 0 0.562 2 interp_poly 3811 3169 0 0 0.562 3879 3156 0 0 0.562 3811 3169 0 0 0.562 2 interp_poly -40 268 68 -78 3844 3099 3 MP PP 3844 3099 0 0.25 1 3912 3021 0 0.375 1 3844 3099 0 0.25 1 2 interp_poly 3912 3021 0 0.375 1 3872 3289 0 0 0.875 3912 3021 0 0.375 1 2 interp_poly -40 -24 68 -14 3787 3046 3 MP PP 3787 3046 0 0 0.562 3855 3032 0 0 0.562 3787 3046 0 0 0.562 2 interp_poly 3855 3032 0 0 0.562 3815 3008 0 0 0.562 3855 3032 0 0 0.562 2 interp_poly 68 -14 -40 -24 3827 3070 3 MP PP 3827 3070 0 0 0.562 3787 3046 0 0 0.562 3827 3070 0 0 0.562 2 interp_poly 3787 3046 0 0 0.562 3855 3032 0 0 0.562 3787 3046 0 0 0.562 2 interp_poly -40 -24 68 -14 3803 2946 3 MP PP 3803 2946 0 0 0.562 3871 2932 0 0 0.562 3803 2946 0 0 0.562 2 interp_poly 3871 2932 0 0 0.562 3831 2908 0 0 0.562 3871 2932 0 0 0.562 2 interp_poly 68 -14 -40 -24 3843 2970 3 MP PP 3843 2970 0 0 0.562 3803 2946 0 0 0.562 3843 2970 0 0 0.562 2 interp_poly 3803 2946 0 0 0.562 3871 2932 0 0 0.562 3803 2946 0 0 0.562 2 interp_poly -40 -24 68 -14 3815 3008 3 MP PP 3815 3008 0 0 0.562 3883 2994 0 0 0.562 3815 3008 0 0 0.562 2 interp_poly 3883 2994 0 0 0.562 3843 2970 0 0 0.562 3883 2994 0 0 0.562 2 interp_poly 68 -14 -40 -24 3855 3032 3 MP PP 3855 3032 0 0 0.562 3815 3008 0 0 0.562 3855 3032 0 0 0.562 2 interp_poly 3815 3008 0 0 0.562 3883 2994 0 0 0.562 3815 3008 0 0 0.562 2 interp_poly 68 -14 -40 -24 3859 2871 3 MP PP 3859 2871 0 0 0.562 3819 2847 0 0 0.562 3859 2871 0 0 0.562 2 interp_poly 3819 2847 0 0 0.562 3887 2833 0 0 0.562 3819 2847 0 0 0.562 2 interp_poly -40 -24 68 -13 3831 2908 3 MP PP 3831 2908 0 0 0.562 3899 2895 0 0 0.562 3831 2908 0 0 0.562 2 interp_poly 3899 2895 0 0 0.562 3859 2871 0 0 0.562 3899 2895 0 0 0.562 2 interp_poly 68 -13 -40 -24 3871 2932 3 MP PP 3871 2932 0 0 0.562 3831 2908 0 0 0.562 3871 2932 0 0 0.562 2 interp_poly 3831 2908 0 0 0.562 3899 2895 0 0 0.562 3831 2908 0 0 0.562 2 interp_poly 68 -78 -40 532 3884 2567 3 MP PP 3884 2567 0.188 1 0.875 3844 3099 0 0.25 1 3884 2567 0.188 1 0.875 2 interp_poly 3844 3099 0 0.25 1 3912 3021 0 0.375 1 3844 3099 0 0.25 1 2 interp_poly 68 73 -40 -420 3920 3454 3 MP PP 3920 3454 0 0 1 3880 3034 0 0.688 1 3920 3454 0 0 1 2 interp_poly 3880 3034 0 0.688 1 3948 3107 0 0.5 1 3880 3034 0 0.688 1 2 interp_poly -40 -717 68 73 3880 3034 3 MP PP 3880 3034 0 0.688 1 3948 3107 0 0.5 1 3880 3034 0 0.688 1 2 interp_poly 3948 3107 0 0.5 1 3908 2390 0.688 1 0.375 3948 3107 0 0.5 1 2 interp_poly -40 -24 67 -13 3878 4409 3 MP PP 3878 4409 0 0 0.562 3945 4396 0 0 0.562 3878 4409 0 0 0.562 2 interp_poly 3945 4396 0 0 0.562 3905 4372 0 0 0.562 3945 4396 0 0 0.562 2 interp_poly 67 -13 -40 -29 3917 3884 3 MP PP 3917 3884 0 0 0.562 3877 3855 0 0 0.562 3917 3884 0 0 0.562 2 interp_poly 3877 3855 0 0 0.562 3944 3842 0 0 0.562 3877 3855 0 0 0.562 2 interp_poly -40 -36 67 -13 3877 3855 3 MP PP 3877 3855 0 0 0.562 3944 3842 0 0 0.562 3877 3855 0 0 0.562 2 interp_poly 3944 3842 0 0 0.562 3904 3806 0 0 0.562 3944 3842 0 0 0.562 2 interp_poly 68 -14 -40 -24 3913 4049 3 MP PP 3913 4049 0 0 0.562 3873 4025 0 0 0.562 3913 4049 0 0 0.562 2 interp_poly 3873 4025 0 0 0.562 3941 4011 0 0 0.562 3873 4025 0 0 0.562 2 interp_poly -40 -24 68 -14 3873 4025 3 MP PP 3873 4025 0 0 0.562 3941 4011 0 0 0.562 3873 4025 0 0 0.562 2 interp_poly 3941 4011 0 0 0.562 3901 3987 0 0 0.562 3941 4011 0 0 0.562 2 interp_poly 68 -13 -40 -24 3909 4210 3 MP PP 3909 4210 0 0 0.562 3869 4186 0 0 0.562 3909 4210 0 0 0.562 2 interp_poly 3869 4186 0 0 0.562 3937 4173 0 0 0.562 3869 4186 0 0 0.562 2 interp_poly -40 -25 68 -13 3869 4186 3 MP PP 3869 4186 0 0 0.562 3937 4173 0 0 0.562 3869 4186 0 0 0.562 2 interp_poly 3937 4173 0 0 0.562 3897 4148 0 0 0.562 3937 4173 0 0 0.562 2 interp_poly -40 620 68 -63 3828 1329 3 MP PP 3828 1329 0.688 0 0 3896 1266 0.562 0 0 3828 1329 0.688 0 0 2 interp_poly 3896 1266 0.562 0 0 3856 1886 1 0.688 0 3896 1266 0.562 0 0 2 interp_poly -40 836 68 -155 3856 1886 3 MP PP 3856 1886 1 0.688 0 3924 1731 1 0.438 0 3856 1886 1 0.688 0 2 interp_poly 3924 1731 1 0.438 0 3884 2567 0.188 1 0.875 3924 1731 1 0.438 0 2 interp_poly 68 -155 -40 620 3896 1266 3 MP PP 3896 1266 0.562 0 0 3856 1886 1 0.688 0 3896 1266 0.562 0 0 2 interp_poly 3856 1886 1 0.688 0 3924 1731 1 0.438 0 3856 1886 1 0.688 0 2 interp_poly 68 102 -40 -873 3908 2390 3 MP PP 3908 2390 0.688 1 0.375 3868 1517 0.938 0 0 3908 2390 0.688 1 0.375 2 interp_poly 3868 1517 0.938 0 0 3936 1619 1 0.125 0 3868 1517 0.938 0 0 2 interp_poly -40 -353 68 102 3868 1517 3 MP PP 3868 1517 0.938 0 0 3936 1619 1 0.125 0 3868 1517 0.938 0 0 2 interp_poly 3936 1619 1 0.125 0 3896 1266 0.562 0 0 3936 1619 1 0.125 0 2 interp_poly 68 -14 -40 -24 3905 4372 3 MP PP 3905 4372 0 0 0.562 3865 4348 0 0 0.562 3905 4372 0 0 0.562 2 interp_poly 3865 4348 0 0 0.562 3933 4334 0 0 0.562 3865 4348 0 0 0.562 2 interp_poly -40 -24 68 -14 3865 4348 3 MP PP 3865 4348 0 0 0.562 3933 4334 0 0 0.562 3865 4348 0 0 0.562 2 interp_poly 3933 4334 0 0 0.562 3893 4310 0 0 0.562 3933 4334 0 0 0.562 2 interp_poly 68 -6 -40 -58 3904 3806 3 MP PP 3904 3806 0 0 0.562 3864 3748 0 0 0.625 3904 3806 0 0 0.562 2 interp_poly 3864 3748 0 0 0.625 3932 3742 0 0 0.625 3864 3748 0 0 0.625 2 interp_poly -40 -101 68 -6 3864 3748 3 MP PP 3864 3748 0 0 0.625 3932 3742 0 0 0.625 3864 3748 0 0 0.625 2 interp_poly 3932 3742 0 0 0.625 3892 3641 0 0 0.75 3932 3742 0 0 0.625 2 interp_poly 68 -13 -40 -25 3901 3987 3 MP PP 3901 3987 0 0 0.562 3861 3962 0 0 0.562 3901 3987 0 0 0.562 2 interp_poly 3861 3962 0 0 0.562 3929 3949 0 0 0.562 3861 3962 0 0 0.562 2 interp_poly -40 -25 68 -13 3861 3962 3 MP PP 3861 3962 0 0 0.562 3929 3949 0 0 0.562 3861 3962 0 0 0.562 2 interp_poly 3929 3949 0 0 0.562 3889 3924 0 0 0.562 3929 3949 0 0 0.562 2 interp_poly 68 -13 -40 -24 3897 4148 3 MP PP 3897 4148 0 0 0.562 3857 4124 0 0 0.562 3897 4148 0 0 0.562 2 interp_poly 3857 4124 0 0 0.562 3925 4111 0 0 0.562 3857 4124 0 0 0.562 2 interp_poly -40 -24 68 -13 3857 4124 3 MP PP 3857 4124 0 0 0.562 3925 4111 0 0 0.562 3857 4124 0 0 0.562 2 interp_poly 3925 4111 0 0 0.562 3885 4087 0 0 0.562 3925 4111 0 0 0.562 2 interp_poly 68 -14 -40 -24 3893 4310 3 MP PP 3893 4310 0 0 0.562 3853 4286 0 0 0.562 3893 4310 0 0 0.562 2 interp_poly 3853 4286 0 0 0.562 3921 4272 0 0 0.562 3853 4286 0 0 0.562 2 interp_poly -40 -24 68 -14 3853 4286 3 MP PP 3853 4286 0 0 0.562 3921 4272 0 0 0.562 3853 4286 0 0 0.562 2 interp_poly 3921 4272 0 0 0.562 3881 4248 0 0 0.562 3921 4272 0 0 0.562 2 interp_poly 68 31 -40 -218 3892 3641 3 MP PP 3892 3641 0 0 0.75 3852 3423 0 0.0625 1 3892 3641 0 0 0.75 2 interp_poly 3852 3423 0 0.0625 1 3920 3454 0 0 1 3852 3423 0 0.0625 1 2 interp_poly -40 -5 68 -18 3792 3404 3 MP PP 3792 3404 0 0 0.562 3860 3386 0 0 0.562 3792 3404 0 0 0.562 2 interp_poly 3860 3386 0 0 0.562 3820 3381 0 0 0.562 3860 3386 0 0 0.562 2 interp_poly 68 -18 -40 21 3832 3383 3 MP PP 3832 3383 0 0 0.625 3792 3404 0 0 0.562 3832 3383 0 0 0.625 2 interp_poly 3792 3404 0 0 0.562 3860 3386 0 0 0.562 3792 3404 0 0 0.562 2 interp_poly -40 -23 68 -14 3740 3343 3 MP PP 3740 3343 0 0 0.562 3808 3329 0 0 0.562 3740 3343 0 0 0.562 2 interp_poly 3808 3329 0 0 0.562 3768 3306 0 0 0.562 3808 3329 0 0 0.562 2 interp_poly 68 -14 -40 -21 3780 3364 3 MP PP 3780 3364 0 0 0.562 3740 3343 0 0 0.562 3780 3364 0 0 0.562 2 interp_poly 3740 3343 0 0 0.562 3808 3329 0 0 0.562 3740 3343 0 0 0.562 2 interp_poly 67 -14 -40 -23 3808 3329 3 MP PP 3808 3329 0 0 0.562 3768 3306 0 0 0.562 3808 3329 0 0 0.562 2 interp_poly 3768 3306 0 0 0.562 3835 3292 0 0 0.562 3768 3306 0 0 0.562 2 interp_poly -40 -21 68 -14 3780 3364 3 MP PP 3780 3364 0 0 0.562 3848 3350 0 0 0.562 3780 3364 0 0 0.562 2 interp_poly 3848 3350 0 0 0.562 3808 3329 0 0 0.562 3848 3350 0 0 0.562 2 interp_poly 68 -14 -40 -17 3820 3381 3 MP PP 3820 3381 0 0 0.562 3780 3364 0 0 0.562 3820 3381 0 0 0.562 2 interp_poly 3780 3364 0 0 0.562 3848 3350 0 0 0.562 3780 3364 0 0 0.562 2 interp_poly -40 -23 67 -14 3808 3329 3 MP PP 3808 3329 0 0 0.562 3875 3315 0 0 0.562 3808 3329 0 0 0.562 2 interp_poly 3875 3315 0 0 0.562 3835 3292 0 0 0.562 3875 3315 0 0 0.562 2 interp_poly 67 -14 -40 -21 3848 3350 3 MP PP 3848 3350 0 0 0.562 3808 3329 0 0 0.562 3848 3350 0 0 0.562 2 interp_poly 3808 3329 0 0 0.562 3875 3315 0 0 0.562 3808 3329 0 0 0.562 2 interp_poly -40 -16 68 -15 3820 3381 3 MP PP 3820 3381 0 0 0.562 3888 3366 0 0 0.562 3820 3381 0 0 0.562 2 interp_poly 3888 3366 0 0 0.562 3848 3350 0 0 0.562 3888 3366 0 0 0.562 2 interp_poly 68 -15 -40 -5 3860 3386 3 MP PP 3860 3386 0 0 0.562 3820 3381 0 0 0.562 3860 3386 0 0 0.562 2 interp_poly 3820 3381 0 0 0.562 3888 3366 0 0 0.562 3820 3381 0 0 0.562 2 interp_poly -40 94 68 -41 3804 3330 3 MP PP 3804 3330 0 0 0.812 3872 3289 0 0 0.875 3804 3330 0 0 0.812 2 interp_poly 3872 3289 0 0 0.875 3832 3383 0 0 0.625 3872 3289 0 0 0.875 2 interp_poly -40 -24 68 -14 3755 3245 3 MP PP 3755 3245 0 0 0.562 3823 3231 0 0 0.562 3755 3245 0 0 0.562 2 interp_poly 3823 3231 0 0 0.562 3783 3207 0 0 0.562 3823 3231 0 0 0.562 2 interp_poly 68 -14 -40 -24 3795 3269 3 MP PP 3795 3269 0 0 0.562 3755 3245 0 0 0.562 3795 3269 0 0 0.562 2 interp_poly 3755 3245 0 0 0.562 3823 3231 0 0 0.562 3755 3245 0 0 0.562 2 interp_poly -40 -23 67 -14 3768 3306 3 MP PP 3768 3306 0 0 0.562 3835 3292 0 0 0.562 3768 3306 0 0 0.562 2 interp_poly 3835 3292 0 0 0.562 3795 3269 0 0 0.562 3835 3292 0 0 0.562 2 interp_poly -40 -24 68 -13 3771 3145 3 MP PP 3771 3145 0 0 0.562 3839 3132 0 0 0.562 3771 3145 0 0 0.562 2 interp_poly 3839 3132 0 0 0.562 3799 3108 0 0 0.562 3839 3132 0 0 0.562 2 interp_poly 68 -13 -40 -24 3811 3169 3 MP PP 3811 3169 0 0 0.562 3771 3145 0 0 0.562 3811 3169 0 0 0.562 2 interp_poly 3771 3145 0 0 0.562 3839 3132 0 0 0.562 3771 3145 0 0 0.562 2 interp_poly -40 -24 68 -14 3783 3207 3 MP PP 3783 3207 0 0 0.562 3851 3193 0 0 0.562 3783 3207 0 0 0.562 2 interp_poly 3851 3193 0 0 0.562 3811 3169 0 0 0.562 3851 3193 0 0 0.562 2 interp_poly 68 -14 -40 -24 3823 3231 3 MP PP 3823 3231 0 0 0.562 3783 3207 0 0 0.562 3823 3231 0 0 0.562 2 interp_poly 3783 3207 0 0 0.562 3851 3193 0 0 0.562 3783 3207 0 0 0.562 2 interp_poly -40 -24 68 -14 3795 3269 3 MP PP 3795 3269 0 0 0.562 3863 3255 0 0 0.562 3795 3269 0 0 0.562 2 interp_poly 3863 3255 0 0 0.562 3823 3231 0 0 0.562 3863 3255 0 0 0.562 2 interp_poly 68 -14 -40 -23 3835 3292 3 MP PP 3835 3292 0 0 0.562 3795 3269 0 0 0.562 3835 3292 0 0 0.562 2 interp_poly 3795 3269 0 0 0.562 3863 3255 0 0 0.562 3795 3269 0 0 0.562 2 interp_poly 68 -41 -40 231 3844 3099 3 MP PP 3844 3099 0 0.25 1 3804 3330 0 0 0.812 3844 3099 0 0.25 1 2 interp_poly 3804 3330 0 0 0.812 3872 3289 0 0 0.875 3804 3330 0 0 0.812 2 interp_poly -40 29 68 -26 3832 3383 3 MP PP 3832 3383 0 0 0.625 3900 3357 0 0 0.688 3832 3383 0 0 0.625 2 interp_poly 3900 3357 0 0 0.688 3860 3386 0 0 0.562 3900 3357 0 0 0.688 2 interp_poly 68 -26 -40 94 3872 3289 3 MP PP 3872 3289 0 0 0.875 3832 3383 0 0 0.625 3872 3289 0 0 0.875 2 interp_poly 3832 3383 0 0 0.625 3900 3357 0 0 0.688 3832 3383 0 0 0.625 2 interp_poly -40 -420 68 31 3852 3423 3 MP PP 3852 3423 0 0.0625 1 3920 3454 0 0 1 3852 3423 0 0.0625 1 2 interp_poly 3920 3454 0 0 1 3880 3034 0 0.688 1 3920 3454 0 0 1 2 interp_poly 68 -13 -40 -27 3889 3924 3 MP PP 3889 3924 0 0 0.562 3849 3897 0 0 0.562 3889 3924 0 0 0.562 2 interp_poly 3849 3897 0 0 0.562 3917 3884 0 0 0.562 3849 3897 0 0 0.562 2 interp_poly -40 -29 68 -13 3849 3897 3 MP PP 3849 3897 0 0 0.562 3917 3884 0 0 0.562 3849 3897 0 0 0.562 2 interp_poly 3917 3884 0 0 0.562 3877 3855 0 0 0.562 3917 3884 0 0 0.562 2 interp_poly 68 -13 -40 -25 3885 4087 3 MP PP 3885 4087 0 0 0.562 3845 4062 0 0 0.562 3885 4087 0 0 0.562 2 interp_poly 3845 4062 0 0 0.562 3913 4049 0 0 0.562 3845 4062 0 0 0.562 2 interp_poly -40 -24 68 -13 3845 4062 3 MP PP 3845 4062 0 0 0.562 3913 4049 0 0 0.562 3845 4062 0 0 0.562 2 interp_poly 3913 4049 0 0 0.562 3873 4025 0 0 0.562 3913 4049 0 0 0.562 2 interp_poly 68 -14 -40 -24 3881 4248 3 MP PP 3881 4248 0 0 0.562 3841 4224 0 0 0.562 3881 4248 0 0 0.562 2 interp_poly 3841 4224 0 0 0.562 3909 4210 0 0 0.562 3841 4224 0 0 0.562 2 interp_poly -40 -24 68 -14 3841 4224 3 MP PP 3841 4224 0 0 0.562 3909 4210 0 0 0.562 3841 4224 0 0 0.562 2 interp_poly 3909 4210 0 0 0.562 3869 4186 0 0 0.562 3909 4210 0 0 0.562 2 interp_poly -40 -24 68 -14 3763 2922 3 MP PP 3763 2922 0 0 0.562 3831 2908 0 0 0.562 3763 2922 0 0 0.562 2 interp_poly 3831 2908 0 0 0.562 3791 2884 0 0 0.562 3831 2908 0 0 0.562 2 interp_poly 68 -14 -40 -24 3803 2946 3 MP PP 3803 2946 0 0 0.562 3763 2922 0 0 0.562 3803 2946 0 0 0.562 2 interp_poly 3763 2922 0 0 0.562 3831 2908 0 0 0.562 3763 2922 0 0 0.562 2 interp_poly -40 -24 68 -14 3775 2984 3 MP PP 3775 2984 0 0 0.562 3843 2970 0 0 0.562 3775 2984 0 0 0.562 2 interp_poly 3843 2970 0 0 0.562 3803 2946 0 0 0.562 3843 2970 0 0 0.562 2 interp_poly 68 -14 -40 -24 3815 3008 3 MP PP 3815 3008 0 0 0.562 3775 2984 0 0 0.562 3815 3008 0 0 0.562 2 interp_poly 3775 2984 0 0 0.562 3843 2970 0 0 0.562 3775 2984 0 0 0.562 2 interp_poly -40 -24 68 -13 3791 2884 3 MP PP 3791 2884 0 0 0.562 3859 2871 0 0 0.562 3791 2884 0 0 0.562 2 interp_poly 3859 2871 0 0 0.562 3819 2847 0 0 0.562 3859 2871 0 0 0.562 2 interp_poly 68 -13 -40 -24 3831 2908 3 MP PP 3831 2908 0 0 0.562 3791 2884 0 0 0.562 3831 2908 0 0 0.562 2 interp_poly 3791 2884 0 0 0.562 3859 2871 0 0 0.562 3791 2884 0 0 0.562 2 interp_poly -40 532 68 -128 3816 2695 3 MP PP 3816 2695 0 1 1 3884 2567 0.188 1 0.875 3816 2695 0 1 1 2 interp_poly 3884 2567 0.188 1 0.875 3844 3099 0 0.25 1 3884 2567 0.188 1 0.875 2 interp_poly 68 -128 -40 809 3856 1886 3 MP PP 3856 1886 1 0.688 0 3816 2695 0 1 1 3856 1886 1 0.688 0 2 interp_poly 3816 2695 0 1 1 3884 2567 0.188 1 0.875 3816 2695 0 1 1 2 interp_poly 68 128 -40 -772 3880 3034 3 MP PP 3880 3034 0 0.688 1 3840 2262 0.938 1 0.125 3880 3034 0 0.688 1 2 interp_poly 3840 2262 0.938 1 0.125 3908 2390 0.688 1 0.375 3840 2262 0.938 1 0.125 2 interp_poly -40 809 68 -159 3788 2045 3 MP PP 3788 2045 1 0.938 0 3856 1886 1 0.688 0 3788 2045 1 0.938 0 2 interp_poly 3856 1886 1 0.688 0 3816 2695 0 1 1 3856 1886 1 0.688 0 2 interp_poly 68 -159 -40 716 3828 1329 3 MP PP 3828 1329 0.688 0 0 3788 2045 1 0.938 0 3828 1329 0.688 0 0 2 interp_poly 3788 2045 1 0.938 0 3856 1886 1 0.688 0 3788 2045 1 0.938 0 2 interp_poly -40 -873 68 128 3840 2262 3 MP PP 3840 2262 0.938 1 0.125 3908 2390 0.688 1 0.375 3840 2262 0.938 1 0.125 2 interp_poly 3908 2390 0.688 1 0.375 3868 1517 0.938 0 0 3908 2390 0.688 1 0.375 2 interp_poly 67 -13 -40 -24 3878 4409 3 MP PP 3878 4409 0 0 0.562 3838 4385 0 0 0.562 3878 4409 0 0 0.562 2 interp_poly 3838 4385 0 0 0.562 3905 4372 0 0 0.562 3838 4385 0 0 0.562 2 interp_poly -40 -24 67 -13 3838 4385 3 MP PP 3838 4385 0 0 0.562 3905 4372 0 0 0.562 3838 4385 0 0 0.562 2 interp_poly 3905 4372 0 0 0.562 3865 4348 0 0 0.562 3905 4372 0 0 0.562 2 interp_poly 67 -10 -40 -39 3877 3855 3 MP PP 3877 3855 0 0 0.562 3837 3816 0 0 0.562 3877 3855 0 0 0.562 2 interp_poly 3837 3816 0 0 0.562 3904 3806 0 0 0.562 3837 3816 0 0 0.562 2 interp_poly -40 -58 67 -10 3837 3816 3 MP PP 3837 3816 0 0 0.562 3904 3806 0 0 0.562 3837 3816 0 0 0.562 2 interp_poly 3904 3806 0 0 0.562 3864 3748 0 0 0.625 3904 3806 0 0 0.562 2 interp_poly 68 -13 -40 -25 3873 4025 3 MP PP 3873 4025 0 0 0.562 3833 4000 0 0 0.562 3873 4025 0 0 0.562 2 interp_poly 3833 4000 0 0 0.562 3901 3987 0 0 0.562 3833 4000 0 0 0.562 2 interp_poly -40 -25 68 -13 3833 4000 3 MP PP 3833 4000 0 0 0.562 3901 3987 0 0 0.562 3833 4000 0 0 0.562 2 interp_poly 3901 3987 0 0 0.562 3861 3962 0 0 0.562 3901 3987 0 0 0.562 2 interp_poly 68 -14 -40 -24 3869 4186 3 MP PP 3869 4186 0 0 0.562 3829 4162 0 0 0.562 3869 4186 0 0 0.562 2 interp_poly 3829 4162 0 0 0.562 3897 4148 0 0 0.562 3829 4162 0 0 0.562 2 interp_poly -40 -24 68 -14 3829 4162 3 MP PP 3829 4162 0 0 0.562 3897 4148 0 0 0.562 3829 4162 0 0 0.562 2 interp_poly 3897 4148 0 0 0.562 3857 4124 0 0 0.562 3897 4148 0 0 0.562 2 interp_poly 68 -63 -40 -188 3868 1517 3 MP PP 3868 1517 0.938 0 0 3828 1329 0.688 0 0 3868 1517 0.938 0 0 2 interp_poly 3828 1329 0.688 0 0 3896 1266 0.562 0 0 3828 1329 0.688 0 0 2 interp_poly 68 -13 -40 -25 3865 4348 3 MP PP 3865 4348 0 0 0.562 3825 4323 0 0 0.562 3865 4348 0 0 0.562 2 interp_poly 3825 4323 0 0 0.562 3893 4310 0 0 0.562 3825 4323 0 0 0.562 2 interp_poly -40 -24 68 -13 3825 4323 3 MP PP 3825 4323 0 0 0.562 3893 4310 0 0 0.562 3825 4323 0 0 0.562 2 interp_poly 3893 4310 0 0 0.562 3853 4286 0 0 0.562 3893 4310 0 0 0.562 2 interp_poly 68 7 -40 -114 3864 3748 3 MP PP 3864 3748 0 0 0.625 3824 3634 0 0 0.75 3864 3748 0 0 0.625 2 interp_poly 3824 3634 0 0 0.75 3892 3641 0 0 0.75 3824 3634 0 0 0.75 2 interp_poly -40 -218 68 7 3824 3634 3 MP PP 3824 3634 0 0 0.75 3892 3641 0 0 0.75 3824 3634 0 0 0.75 2 interp_poly 3892 3641 0 0 0.75 3852 3423 0 0.0625 1 3892 3641 0 0 0.75 2 interp_poly 68 -13 -40 -25 3861 3962 3 MP PP 3861 3962 0 0 0.562 3821 3937 0 0 0.562 3861 3962 0 0 0.562 2 interp_poly 3821 3937 0 0 0.562 3889 3924 0 0 0.562 3821 3937 0 0 0.562 2 interp_poly -40 -27 68 -13 3821 3937 3 MP PP 3821 3937 0 0 0.562 3889 3924 0 0 0.562 3821 3937 0 0 0.562 2 interp_poly 3889 3924 0 0 0.562 3849 3897 0 0 0.562 3889 3924 0 0 0.562 2 interp_poly 68 -13 -40 -24 3857 4124 3 MP PP 3857 4124 0 0 0.562 3817 4100 0 0 0.562 3857 4124 0 0 0.562 2 interp_poly 3817 4100 0 0 0.562 3885 4087 0 0 0.562 3817 4100 0 0 0.562 2 interp_poly -40 -25 68 -13 3817 4100 3 MP PP 3817 4100 0 0 0.562 3885 4087 0 0 0.562 3817 4100 0 0 0.562 2 interp_poly 3885 4087 0 0 0.562 3845 4062 0 0 0.562 3885 4087 0 0 0.562 2 interp_poly 68 -14 -40 -24 3853 4286 3 MP PP 3853 4286 0 0 0.562 3813 4262 0 0 0.562 3853 4286 0 0 0.562 2 interp_poly 3813 4262 0 0 0.562 3881 4248 0 0 0.562 3813 4262 0 0 0.562 2 interp_poly -40 -24 68 -14 3813 4262 3 MP PP 3813 4262 0 0 0.562 3881 4248 0 0 0.562 3813 4262 0 0 0.562 2 interp_poly 3881 4248 0 0 0.562 3841 4224 0 0 0.562 3881 4248 0 0 0.562 2 interp_poly -40 -24 68 -13 3759 3083 3 MP PP 3759 3083 0 0 0.562 3827 3070 0 0 0.562 3759 3083 0 0 0.562 2 interp_poly 3827 3070 0 0 0.562 3787 3046 0 0 0.562 3827 3070 0 0 0.562 2 interp_poly 68 -13 -40 -25 3799 3108 3 MP PP 3799 3108 0 0 0.562 3759 3083 0 0 0.562 3799 3108 0 0 0.562 2 interp_poly 3759 3083 0 0 0.562 3827 3070 0 0 0.562 3759 3083 0 0 0.562 2 interp_poly -40 -24 68 -14 3715 3221 3 MP PP 3715 3221 0 0 0.562 3783 3207 0 0 0.562 3715 3221 0 0 0.562 2 interp_poly 3783 3207 0 0 0.562 3743 3183 0 0 0.562 3783 3207 0 0 0.562 2 interp_poly 68 -14 -40 -24 3755 3245 3 MP PP 3755 3245 0 0 0.562 3715 3221 0 0 0.562 3755 3245 0 0 0.562 2 interp_poly 3715 3221 0 0 0.562 3783 3207 0 0 0.562 3715 3221 0 0 0.562 2 interp_poly -40 -24 67 -13 3728 3282 3 MP PP 3728 3282 0 0 0.562 3795 3269 0 0 0.562 3728 3282 0 0 0.562 2 interp_poly 3795 3269 0 0 0.562 3755 3245 0 0 0.562 3795 3269 0 0 0.562 2 interp_poly 67 -13 -40 -24 3768 3306 3 MP PP 3768 3306 0 0 0.562 3728 3282 0 0 0.562 3768 3306 0 0 0.562 2 interp_poly 3728 3282 0 0 0.562 3795 3269 0 0 0.562 3728 3282 0 0 0.562 2 interp_poly -40 -24 68 -14 3743 3183 3 MP PP 3743 3183 0 0 0.562 3811 3169 0 0 0.562 3743 3183 0 0 0.562 2 interp_poly 3811 3169 0 0 0.562 3771 3145 0 0 0.562 3811 3169 0 0 0.562 2 interp_poly 68 -14 -40 -24 3783 3207 3 MP PP 3783 3207 0 0 0.562 3743 3183 0 0 0.562 3783 3207 0 0 0.562 2 interp_poly 3743 3183 0 0 0.562 3811 3169 0 0 0.562 3743 3183 0 0 0.562 2 interp_poly -40 231 68 -71 3776 3170 3 MP PP 3776 3170 0 0.125 1 3844 3099 0 0.25 1 3776 3170 0 0.125 1 2 interp_poly 3844 3099 0 0.25 1 3804 3330 0 0 0.812 3844 3099 0 0.25 1 2 interp_poly -40 -24 68 -13 3719 3059 3 MP PP 3719 3059 0 0 0.562 3787 3046 0 0 0.562 3719 3059 0 0 0.562 2 interp_poly 3787 3046 0 0 0.562 3747 3022 0 0 0.562 3787 3046 0 0 0.562 2 interp_poly 68 -13 -40 -24 3759 3083 3 MP PP 3759 3083 0 0 0.562 3719 3059 0 0 0.562 3759 3083 0 0 0.562 2 interp_poly 3719 3059 0 0 0.562 3787 3046 0 0 0.562 3719 3059 0 0 0.562 2 interp_poly -40 -25 68 -13 3731 3121 3 MP PP 3731 3121 0 0 0.562 3799 3108 0 0 0.562 3731 3121 0 0 0.562 2 interp_poly 3799 3108 0 0 0.562 3759 3083 0 0 0.562 3799 3108 0 0 0.562 2 interp_poly 68 -13 -40 -24 3771 3145 3 MP PP 3771 3145 0 0 0.562 3731 3121 0 0 0.562 3771 3145 0 0 0.562 2 interp_poly 3731 3121 0 0 0.562 3799 3108 0 0 0.562 3731 3121 0 0 0.562 2 interp_poly -40 -24 68 -14 3735 2960 3 MP PP 3735 2960 0 0 0.562 3803 2946 0 0 0.562 3735 2960 0 0 0.562 2 interp_poly 3803 2946 0 0 0.562 3763 2922 0 0 0.562 3803 2946 0 0 0.562 2 interp_poly 68 -14 -40 -24 3775 2984 3 MP PP 3775 2984 0 0 0.562 3735 2960 0 0 0.562 3775 2984 0 0 0.562 2 interp_poly 3735 2960 0 0 0.562 3803 2946 0 0 0.562 3735 2960 0 0 0.562 2 interp_poly -40 -24 68 -14 3747 3022 3 MP PP 3747 3022 0 0 0.562 3815 3008 0 0 0.562 3747 3022 0 0 0.562 2 interp_poly 3815 3008 0 0 0.562 3775 2984 0 0 0.562 3815 3008 0 0 0.562 2 interp_poly 68 -14 -40 -24 3787 3046 3 MP PP 3787 3046 0 0 0.562 3747 3022 0 0 0.562 3787 3046 0 0 0.562 2 interp_poly 3747 3022 0 0 0.562 3815 3008 0 0 0.562 3747 3022 0 0 0.562 2 interp_poly 68 -13 -40 -24 3791 2884 3 MP PP 3791 2884 0 0 0.562 3751 2860 0 0 0.562 3791 2884 0 0 0.562 2 interp_poly 3751 2860 0 0 0.562 3819 2847 0 0 0.562 3751 2860 0 0 0.562 2 interp_poly 68 -71 -40 475 3816 2695 3 MP PP 3816 2695 0 1 1 3776 3170 0 0.125 1 3816 2695 0 1 1 2 interp_poly 3776 3170 0 0.125 1 3844 3099 0 0.25 1 3776 3170 0 0.125 1 2 interp_poly 68 82 -40 -471 3852 3423 3 MP PP 3852 3423 0 0.0625 1 3812 2952 0 0.812 1 3852 3423 0 0.0625 1 2 interp_poly 3812 2952 0 0.812 1 3880 3034 0 0.688 1 3812 2952 0 0.812 1 2 interp_poly -40 -772 68 82 3812 2952 3 MP PP 3812 2952 0 0.812 1 3880 3034 0 0.688 1 3812 2952 0 0.812 1 2 interp_poly 3880 3034 0 0.688 1 3840 2262 0.938 1 0.125 3880 3034 0 0.688 1 2 interp_poly -40 -24 68 -14 3810 4423 3 MP PP 3810 4423 0 0 0.562 3878 4409 0 0 0.562 3810 4423 0 0 0.562 2 interp_poly 3878 4409 0 0 0.562 3838 4385 0 0 0.562 3878 4409 0 0 0.562 2 interp_poly 68 -12 -40 -30 3849 3897 3 MP PP 3849 3897 0 0 0.562 3809 3867 0 0 0.562 3849 3897 0 0 0.562 2 interp_poly 3809 3867 0 0 0.562 3877 3855 0 0 0.562 3809 3867 0 0 0.562 2 interp_poly -40 -39 68 -12 3809 3867 3 MP PP 3809 3867 0 0 0.562 3877 3855 0 0 0.562 3809 3867 0 0 0.562 2 interp_poly 3877 3855 0 0 0.562 3837 3816 0 0 0.562 3877 3855 0 0 0.562 2 interp_poly 68 -13 -40 -24 3845 4062 3 MP PP 3845 4062 0 0 0.562 3805 4038 0 0 0.562 3845 4062 0 0 0.562 2 interp_poly 3805 4038 0 0 0.562 3873 4025 0 0 0.562 3805 4038 0 0 0.562 2 interp_poly -40 -25 68 -13 3805 4038 3 MP PP 3805 4038 0 0 0.562 3873 4025 0 0 0.562 3805 4038 0 0 0.562 2 interp_poly 3873 4025 0 0 0.562 3833 4000 0 0 0.562 3873 4025 0 0 0.562 2 interp_poly 68 -14 -40 -24 3841 4224 3 MP PP 3841 4224 0 0 0.562 3801 4200 0 0 0.562 3841 4224 0 0 0.562 2 interp_poly 3801 4200 0 0 0.562 3869 4186 0 0 0.562 3801 4200 0 0 0.562 2 interp_poly -40 -24 68 -14 3801 4200 3 MP PP 3801 4200 0 0 0.562 3869 4186 0 0 0.562 3801 4200 0 0 0.562 2 interp_poly 3869 4186 0 0 0.562 3829 4162 0 0 0.562 3869 4186 0 0 0.562 2 interp_poly -40 716 68 -89 3760 1418 3 MP PP 3760 1418 0.812 0 0 3828 1329 0.688 0 0 3760 1418 0.812 0 0 2 interp_poly 3828 1329 0.688 0 0 3788 2045 1 0.938 0 3828 1329 0.688 0 0 2 interp_poly 68 83 -40 -828 3840 2262 3 MP PP 3840 2262 0.938 1 0.125 3800 1434 0.75 0 0 3840 2262 0.938 1 0.125 2 interp_poly 3800 1434 0.75 0 0 3868 1517 0.938 0 0 3800 1434 0.75 0 0 2 interp_poly -40 -188 68 83 3800 1434 3 MP PP 3800 1434 0.75 0 0 3868 1517 0.938 0 0 3800 1434 0.75 0 0 2 interp_poly 3868 1517 0.938 0 0 3828 1329 0.688 0 0 3868 1517 0.938 0 0 2 interp_poly 67 -13 -40 -24 3838 4385 3 MP PP 3838 4385 0 0 0.562 3798 4361 0 0 0.562 3838 4385 0 0 0.562 2 interp_poly 3798 4361 0 0 0.562 3865 4348 0 0 0.562 3798 4361 0 0 0.562 2 interp_poly -40 -25 67 -13 3798 4361 3 MP PP 3798 4361 0 0 0.562 3865 4348 0 0 0.562 3798 4361 0 0 0.562 2 interp_poly 3865 4348 0 0 0.562 3825 4323 0 0 0.562 3865 4348 0 0 0.562 2 interp_poly 67 -4 -40 -64 3837 3816 3 MP PP 3837 3816 0 0 0.562 3797 3752 0 0 0.625 3837 3816 0 0 0.562 2 interp_poly 3797 3752 0 0 0.625 3864 3748 0 0 0.625 3797 3752 0 0 0.625 2 interp_poly -40 -114 67 -4 3797 3752 3 MP PP 3797 3752 0 0 0.625 3864 3748 0 0 0.625 3797 3752 0 0 0.625 2 interp_poly 3864 3748 0 0 0.625 3824 3634 0 0 0.75 3864 3748 0 0 0.625 2 interp_poly 68 -14 -40 -24 3833 4000 3 MP PP 3833 4000 0 0 0.562 3793 3976 0 0 0.562 3833 4000 0 0 0.562 2 interp_poly 3793 3976 0 0 0.562 3861 3962 0 0 0.562 3793 3976 0 0 0.562 2 interp_poly -40 -25 68 -14 3793 3976 3 MP PP 3793 3976 0 0 0.562 3861 3962 0 0 0.562 3793 3976 0 0 0.562 2 interp_poly 3861 3962 0 0 0.562 3821 3937 0 0 0.562 3861 3962 0 0 0.562 2 interp_poly 68 -14 -40 -24 3829 4162 3 MP PP 3829 4162 0 0 0.562 3789 4138 0 0 0.562 3829 4162 0 0 0.562 2 interp_poly 3789 4138 0 0 0.562 3857 4124 0 0 0.562 3789 4138 0 0 0.562 2 interp_poly -40 -24 68 -14 3789 4138 3 MP PP 3789 4138 0 0 0.562 3857 4124 0 0 0.562 3789 4138 0 0 0.562 2 interp_poly 3857 4124 0 0 0.562 3817 4100 0 0 0.562 3857 4124 0 0 0.562 2 interp_poly 68 -13 -40 -24 3825 4323 3 MP PP 3825 4323 0 0 0.562 3785 4299 0 0 0.562 3825 4323 0 0 0.562 2 interp_poly 3785 4299 0 0 0.562 3853 4286 0 0 0.562 3785 4299 0 0 0.562 2 interp_poly -40 -24 68 -13 3785 4299 3 MP PP 3785 4299 0 0 0.562 3853 4286 0 0 0.562 3785 4299 0 0 0.562 2 interp_poly 3853 4286 0 0 0.562 3813 4262 0 0 0.562 3853 4286 0 0 0.562 2 interp_poly -40 -7 68 -17 3724 3421 3 MP PP 3724 3421 0 0 0.562 3792 3404 0 0 0.562 3724 3421 0 0 0.562 2 interp_poly 3792 3404 0 0 0.562 3752 3397 0 0 0.562 3792 3404 0 0 0.562 2 interp_poly 68 -17 -40 14 3764 3407 3 MP PP 3764 3407 0 0 0.625 3724 3421 0 0 0.562 3764 3407 0 0 0.625 2 interp_poly 3724 3421 0 0 0.562 3792 3404 0 0 0.562 3724 3421 0 0 0.562 2 interp_poly -40 -17 68 -16 3752 3397 3 MP PP 3752 3397 0 0 0.562 3820 3381 0 0 0.562 3752 3397 0 0 0.562 2 interp_poly 3820 3381 0 0 0.562 3780 3364 0 0 0.562 3820 3381 0 0 0.562 2 interp_poly 68 -16 -40 -7 3792 3404 3 MP PP 3792 3404 0 0 0.562 3752 3397 0 0 0.562 3792 3404 0 0 0.562 2 interp_poly 3752 3397 0 0 0.562 3820 3381 0 0 0.562 3752 3397 0 0 0.562 2 interp_poly -40 21 68 -24 3764 3407 3 MP PP 3764 3407 0 0 0.625 3832 3383 0 0 0.625 3764 3407 0 0 0.625 2 interp_poly 3832 3383 0 0 0.625 3792 3404 0 0 0.562 3832 3383 0 0 0.625 2 interp_poly 68 -24 -40 77 3804 3330 3 MP PP 3804 3330 0 0 0.812 3764 3407 0 0 0.625 3804 3330 0 0 0.812 2 interp_poly 3764 3407 0 0 0.625 3832 3383 0 0 0.625 3764 3407 0 0 0.625 2 interp_poly 68 37 -40 -248 3824 3634 3 MP PP 3824 3634 0 0 0.75 3784 3386 0 0.125 1 3824 3634 0 0 0.75 2 interp_poly 3784 3386 0 0.125 1 3852 3423 0 0.0625 1 3784 3386 0 0.125 1 2 interp_poly -40 -21 68 -15 3712 3379 3 MP PP 3712 3379 0 0 0.562 3780 3364 0 0 0.562 3712 3379 0 0 0.562 2 interp_poly 3780 3364 0 0 0.562 3740 3343 0 0 0.562 3780 3364 0 0 0.562 2 interp_poly 68 -15 -40 -18 3752 3397 3 MP PP 3752 3397 0 0 0.562 3712 3379 0 0 0.562 3752 3397 0 0 0.562 2 interp_poly 3712 3379 0 0 0.562 3780 3364 0 0 0.562 3712 3379 0 0 0.562 2 interp_poly -40 77 68 -37 3736 3367 3 MP PP 3736 3367 0 0 0.75 3804 3330 0 0 0.812 3736 3367 0 0 0.75 2 interp_poly 3804 3330 0 0 0.812 3764 3407 0 0 0.625 3804 3330 0 0 0.812 2 interp_poly -40 -24 68 -14 3700 3320 3 MP PP 3700 3320 0 0 0.562 3768 3306 0 0 0.562 3700 3320 0 0 0.562 2 interp_poly 3768 3306 0 0 0.562 3728 3282 0 0 0.562 3768 3306 0 0 0.562 2 interp_poly 68 -14 -40 -23 3740 3343 3 MP PP 3740 3343 0 0 0.562 3700 3320 0 0 0.562 3740 3343 0 0 0.562 2 interp_poly 3700 3320 0 0 0.562 3768 3306 0 0 0.562 3700 3320 0 0 0.562 2 interp_poly 68 -37 -40 197 3776 3170 3 MP PP 3776 3170 0 0.125 1 3736 3367 0 0 0.75 3776 3170 0 0.125 1 2 interp_poly 3736 3367 0 0 0.75 3804 3330 0 0 0.812 3736 3367 0 0 0.75 2 interp_poly -40 -471 68 37 3784 3386 3 MP PP 3784 3386 0 0.125 1 3852 3423 0 0.0625 1 3784 3386 0 0.125 1 2 interp_poly 3852 3423 0 0.0625 1 3812 2952 0 0.812 1 3852 3423 0 0.0625 1 2 interp_poly 68 -13 -40 -27 3821 3937 3 MP PP 3821 3937 0 0 0.562 3781 3910 0 0 0.562 3821 3937 0 0 0.562 2 interp_poly 3781 3910 0 0 0.562 3849 3897 0 0 0.562 3781 3910 0 0 0.562 2 interp_poly -40 -30 68 -13 3781 3910 3 MP PP 3781 3910 0 0 0.562 3849 3897 0 0 0.562 3781 3910 0 0 0.562 2 interp_poly 3849 3897 0 0 0.562 3809 3867 0 0 0.562 3849 3897 0 0 0.562 2 interp_poly 68 -14 -40 -24 3817 4100 3 MP PP 3817 4100 0 0 0.562 3777 4076 0 0 0.562 3817 4100 0 0 0.562 2 interp_poly 3777 4076 0 0 0.562 3845 4062 0 0 0.562 3777 4076 0 0 0.562 2 interp_poly -40 -24 68 -14 3777 4076 3 MP PP 3777 4076 0 0 0.562 3845 4062 0 0 0.562 3777 4076 0 0 0.562 2 interp_poly 3845 4062 0 0 0.562 3805 4038 0 0 0.562 3845 4062 0 0 0.562 2 interp_poly 68 -14 -40 -24 3813 4262 3 MP PP 3813 4262 0 0 0.562 3773 4238 0 0 0.562 3813 4262 0 0 0.562 2 interp_poly 3773 4238 0 0 0.562 3841 4224 0 0 0.562 3773 4238 0 0 0.562 2 interp_poly -40 -24 68 -14 3773 4238 3 MP PP 3773 4238 0 0 0.562 3841 4224 0 0 0.562 3773 4238 0 0 0.562 2 interp_poly 3841 4224 0 0 0.562 3801 4200 0 0 0.562 3841 4224 0 0 0.562 2 interp_poly -40 769 68 -157 3720 2202 3 MP PP 3720 2202 0.938 1 0.125 3788 2045 1 0.938 0 3720 2202 0.938 1 0.125 2 interp_poly 3788 2045 1 0.938 0 3748 2814 0 0.812 1 3788 2045 1 0.938 0 2 interp_poly -40 -24 68 -14 3695 2936 3 MP PP 3695 2936 0 0 0.562 3763 2922 0 0 0.562 3695 2936 0 0 0.562 2 interp_poly 3763 2922 0 0 0.562 3723 2898 0 0 0.562 3763 2922 0 0 0.562 2 interp_poly 68 -14 -40 -24 3735 2960 3 MP PP 3735 2960 0 0 0.562 3695 2936 0 0 0.562 3735 2960 0 0 0.562 2 interp_poly 3695 2936 0 0 0.562 3763 2922 0 0 0.562 3695 2936 0 0 0.562 2 interp_poly -40 -24 68 -14 3707 2998 3 MP PP 3707 2998 0 0 0.562 3775 2984 0 0 0.562 3707 2998 0 0 0.562 2 interp_poly 3775 2984 0 0 0.562 3735 2960 0 0 0.562 3775 2984 0 0 0.562 2 interp_poly 68 -14 -40 -24 3747 3022 3 MP PP 3747 3022 0 0 0.562 3707 2998 0 0 0.562 3747 3022 0 0 0.562 2 interp_poly 3707 2998 0 0 0.562 3775 2984 0 0 0.562 3707 2998 0 0 0.562 2 interp_poly -40 -24 68 -14 3723 2898 3 MP PP 3723 2898 0 0 0.562 3791 2884 0 0 0.562 3723 2898 0 0 0.562 2 interp_poly 3791 2884 0 0 0.562 3751 2860 0 0 0.562 3791 2884 0 0 0.562 2 interp_poly 68 -14 -40 -24 3763 2922 3 MP PP 3763 2922 0 0 0.562 3723 2898 0 0 0.562 3763 2922 0 0 0.562 2 interp_poly 3723 2898 0 0 0.562 3791 2884 0 0 0.562 3723 2898 0 0 0.562 2 interp_poly -40 475 68 -119 3748 2814 3 MP PP 3748 2814 0 0.812 1 3816 2695 0 1 1 3748 2814 0 0.812 1 2 interp_poly 3816 2695 0 1 1 3776 3170 0 0.125 1 3816 2695 0 1 1 2 interp_poly 68 -119 -40 769 3788 2045 3 MP PP 3788 2045 1 0.938 0 3748 2814 0 0.812 1 3788 2045 1 0.938 0 2 interp_poly 3748 2814 0 0.812 1 3816 2695 0 1 1 3748 2814 0 0.812 1 2 interp_poly 68 130 -40 -820 3812 2952 3 MP PP 3812 2952 0 0.812 1 3772 2132 1 0.875 0 3812 2952 0 0.812 1 2 interp_poly 3772 2132 1 0.875 0 3840 2262 0.938 1 0.125 3772 2132 1 0.875 0 2 interp_poly 68 -157 -40 784 3760 1418 3 MP PP 3760 1418 0.812 0 0 3720 2202 0.938 1 0.125 3760 1418 0.812 0 0 2 interp_poly 3720 2202 0.938 1 0.125 3788 2045 1 0.938 0 3720 2202 0.938 1 0.125 2 interp_poly -40 -828 68 130 3772 2132 3 MP PP 3772 2132 1 0.875 0 3840 2262 0.938 1 0.125 3772 2132 1 0.875 0 2 interp_poly 3840 2262 0.938 1 0.125 3800 1434 0.75 0 0 3840 2262 0.938 1 0.125 2 interp_poly 68 -14 -40 -24 3810 4423 3 MP PP 3810 4423 0 0 0.562 3770 4399 0 0 0.562 3810 4423 0 0 0.562 2 interp_poly 3770 4399 0 0 0.562 3838 4385 0 0 0.562 3770 4399 0 0 0.562 2 interp_poly -40 -24 68 -14 3770 4399 3 MP PP 3770 4399 0 0 0.562 3838 4385 0 0 0.562 3770 4399 0 0 0.562 2 interp_poly 3838 4385 0 0 0.562 3798 4361 0 0 0.562 3838 4385 0 0 0.562 2 interp_poly 68 -10 -40 -41 3809 3867 3 MP PP 3809 3867 0 0 0.562 3769 3826 0 0 0.562 3809 3867 0 0 0.562 2 interp_poly 3769 3826 0 0 0.562 3837 3816 0 0 0.562 3769 3826 0 0 0.562 2 interp_poly -40 -64 68 -10 3769 3826 3 MP PP 3769 3826 0 0 0.562 3837 3816 0 0 0.562 3769 3826 0 0 0.562 2 interp_poly 3837 3816 0 0 0.562 3797 3752 0 0 0.625 3837 3816 0 0 0.562 2 interp_poly 68 -14 -40 -24 3805 4038 3 MP PP 3805 4038 0 0 0.562 3765 4014 0 0 0.562 3805 4038 0 0 0.562 2 interp_poly 3765 4014 0 0 0.562 3833 4000 0 0 0.562 3765 4014 0 0 0.562 2 interp_poly -40 -24 68 -14 3765 4014 3 MP PP 3765 4014 0 0 0.562 3833 4000 0 0 0.562 3765 4014 0 0 0.562 2 interp_poly 3833 4000 0 0 0.562 3793 3976 0 0 0.562 3833 4000 0 0 0.562 2 interp_poly 68 -14 -40 -24 3801 4200 3 MP PP 3801 4200 0 0 0.562 3761 4176 0 0 0.562 3801 4200 0 0 0.562 2 interp_poly 3761 4176 0 0 0.562 3829 4162 0 0 0.562 3761 4176 0 0 0.562 2 interp_poly -40 -24 68 -14 3761 4176 3 MP PP 3761 4176 0 0 0.562 3829 4162 0 0 0.562 3761 4176 0 0 0.562 2 interp_poly 3829 4162 0 0 0.562 3789 4138 0 0 0.562 3829 4162 0 0 0.562 2 interp_poly 68 -89 -40 -16 3800 1434 3 MP PP 3800 1434 0.75 0 0 3760 1418 0.812 0 0 3800 1434 0.75 0 0 2 interp_poly 3760 1418 0.812 0 0 3828 1329 0.688 0 0 3760 1418 0.812 0 0 2 interp_poly 67 -14 -40 -24 3798 4361 3 MP PP 3798 4361 0 0 0.562 3758 4337 0 0 0.562 3798 4361 0 0 0.562 2 interp_poly 3758 4337 0 0 0.562 3825 4323 0 0 0.562 3758 4337 0 0 0.562 2 interp_poly -40 -24 67 -14 3758 4337 3 MP PP 3758 4337 0 0 0.562 3825 4323 0 0 0.562 3758 4337 0 0 0.562 2 interp_poly 3825 4323 0 0 0.562 3785 4299 0 0 0.562 3825 4323 0 0 0.562 2 interp_poly 67 10 -40 -128 3797 3752 3 MP PP 3797 3752 0 0 0.625 3757 3624 0 0 0.812 3797 3752 0 0 0.625 2 interp_poly 3757 3624 0 0 0.812 3824 3634 0 0 0.75 3757 3624 0 0 0.812 2 interp_poly -40 -248 67 10 3757 3624 3 MP PP 3757 3624 0 0 0.812 3824 3634 0 0 0.75 3757 3624 0 0 0.812 2 interp_poly 3824 3634 0 0 0.75 3784 3386 0 0.125 1 3824 3634 0 0 0.75 2 interp_poly 68 -14 -40 -25 3793 3976 3 MP PP 3793 3976 0 0 0.562 3753 3951 0 0 0.562 3793 3976 0 0 0.562 2 interp_poly 3753 3951 0 0 0.562 3821 3937 0 0 0.562 3753 3951 0 0 0.562 2 interp_poly -40 -27 68 -14 3753 3951 3 MP PP 3753 3951 0 0 0.562 3821 3937 0 0 0.562 3753 3951 0 0 0.562 2 interp_poly 3821 3937 0 0 0.562 3781 3910 0 0 0.562 3821 3937 0 0 0.562 2 interp_poly 68 -14 -40 -24 3789 4138 3 MP PP 3789 4138 0 0 0.562 3749 4114 0 0 0.562 3789 4138 0 0 0.562 2 interp_poly 3749 4114 0 0 0.562 3817 4100 0 0 0.562 3749 4114 0 0 0.562 2 interp_poly -40 -24 68 -14 3749 4114 3 MP PP 3749 4114 0 0 0.562 3817 4100 0 0 0.562 3749 4114 0 0 0.562 2 interp_poly 3817 4100 0 0 0.562 3777 4076 0 0 0.562 3817 4100 0 0 0.562 2 interp_poly 68 -13 -40 -24 3785 4299 3 MP PP 3785 4299 0 0 0.562 3745 4275 0 0 0.562 3785 4299 0 0 0.562 2 interp_poly 3745 4275 0 0 0.562 3813 4262 0 0 0.562 3745 4275 0 0 0.562 2 interp_poly -40 -24 68 -13 3745 4275 3 MP PP 3745 4275 0 0 0.562 3813 4262 0 0 0.562 3745 4275 0 0 0.562 2 interp_poly 3813 4262 0 0 0.562 3773 4238 0 0 0.562 3813 4262 0 0 0.562 2 interp_poly 68 -14 -40 -24 3723 2898 3 MP PP 3723 2898 0 0 0.562 3683 2874 0 0 0.562 3723 2898 0 0 0.562 2 interp_poly 3683 2874 0 0 0.562 3751 2860 0 0 0.562 3683 2874 0 0 0.562 2 interp_poly -40 -24 68 -14 3703 3159 3 MP PP 3703 3159 0 0 0.562 3771 3145 0 0 0.562 3703 3159 0 0 0.562 2 interp_poly 3771 3145 0 0 0.562 3731 3121 0 0 0.562 3771 3145 0 0 0.562 2 interp_poly 68 -14 -40 -24 3743 3183 3 MP PP 3743 3183 0 0 0.562 3703 3159 0 0 0.562 3743 3183 0 0 0.562 2 interp_poly 3703 3159 0 0 0.562 3771 3145 0 0 0.562 3703 3159 0 0 0.562 2 interp_poly -40 -24 68 -14 3660 3296 3 MP PP 3660 3296 0 0 0.562 3728 3282 0 0 0.562 3660 3296 0 0 0.562 2 interp_poly 3728 3282 0 0 0.562 3688 3258 0 0 0.562 3728 3282 0 0 0.562 2 interp_poly 68 -14 -40 -24 3700 3320 3 MP PP 3700 3320 0 0 0.562 3660 3296 0 0 0.562 3700 3320 0 0 0.562 2 interp_poly 3660 3296 0 0 0.562 3728 3282 0 0 0.562 3660 3296 0 0 0.562 2 interp_poly -40 -23 68 -14 3672 3357 3 MP PP 3672 3357 0 0 0.562 3740 3343 0 0 0.562 3672 3357 0 0 0.562 2 interp_poly 3740 3343 0 0 0.562 3700 3320 0 0 0.562 3740 3343 0 0 0.562 2 interp_poly 68 -14 -40 -22 3712 3379 3 MP PP 3712 3379 0 0 0.562 3672 3357 0 0 0.562 3712 3379 0 0 0.562 2 interp_poly 3672 3357 0 0 0.562 3740 3343 0 0 0.562 3672 3357 0 0 0.562 2 interp_poly -40 -24 67 -13 3688 3258 3 MP PP 3688 3258 0 0 0.562 3755 3245 0 0 0.562 3688 3258 0 0 0.562 2 interp_poly 3755 3245 0 0 0.562 3715 3221 0 0 0.562 3755 3245 0 0 0.562 2 interp_poly 67 -13 -40 -24 3728 3282 3 MP PP 3728 3282 0 0 0.562 3688 3258 0 0 0.562 3728 3282 0 0 0.562 2 interp_poly 3688 3258 0 0 0.562 3755 3245 0 0 0.562 3688 3258 0 0 0.562 2 interp_poly -40 197 68 -63 3708 3233 3 MP PP 3708 3233 0 0.0625 1 3776 3170 0 0.125 1 3708 3233 0 0.0625 1 2 interp_poly 3776 3170 0 0.125 1 3736 3367 0 0 0.75 3776 3170 0 0.125 1 2 interp_poly -40 -24 67 -13 3648 3234 3 MP PP 3648 3234 0 0 0.562 3715 3221 0 0 0.562 3648 3234 0 0 0.562 2 interp_poly 3715 3221 0 0 0.562 3675 3197 0 0 0.562 3715 3221 0 0 0.562 2 interp_poly 67 -13 -40 -24 3688 3258 3 MP PP 3688 3258 0 0 0.562 3648 3234 0 0 0.562 3688 3258 0 0 0.562 2 interp_poly 3648 3234 0 0 0.562 3715 3221 0 0 0.562 3648 3234 0 0 0.562 2 interp_poly -40 -24 68 -14 3663 3135 3 MP PP 3663 3135 0 0 0.562 3731 3121 0 0 0.562 3663 3135 0 0 0.562 2 interp_poly 3731 3121 0 0 0.562 3691 3097 0 0 0.562 3731 3121 0 0 0.562 2 interp_poly 68 -14 -40 -24 3703 3159 3 MP PP 3703 3159 0 0 0.562 3663 3135 0 0 0.562 3703 3159 0 0 0.562 2 interp_poly 3663 3135 0 0 0.562 3731 3121 0 0 0.562 3663 3135 0 0 0.562 2 interp_poly -40 -24 68 -13 3667 2973 3 MP PP 3667 2973 0 0 0.562 3735 2960 0 0 0.562 3667 2973 0 0 0.562 2 interp_poly 3735 2960 0 0 0.562 3695 2936 0 0 0.562 3735 2960 0 0 0.562 2 interp_poly 68 -13 -40 -25 3707 2998 3 MP PP 3707 2998 0 0 0.562 3667 2973 0 0 0.562 3707 2998 0 0 0.562 2 interp_poly 3667 2973 0 0 0.562 3735 2960 0 0 0.562 3667 2973 0 0 0.562 2 interp_poly -40 -24 68 -14 3675 3197 3 MP PP 3675 3197 0 0 0.562 3743 3183 0 0 0.562 3675 3197 0 0 0.562 2 interp_poly 3743 3183 0 0 0.562 3703 3159 0 0 0.562 3743 3183 0 0 0.562 2 interp_poly 68 -14 -40 -24 3715 3221 3 MP PP 3715 3221 0 0 0.562 3675 3197 0 0 0.562 3715 3221 0 0 0.562 2 interp_poly 3675 3197 0 0 0.562 3743 3183 0 0 0.562 3675 3197 0 0 0.562 2 interp_poly -40 -24 68 -13 3679 3035 3 MP PP 3679 3035 0 0 0.562 3747 3022 0 0 0.562 3679 3035 0 0 0.562 2 interp_poly 3747 3022 0 0 0.562 3707 2998 0 0 0.562 3747 3022 0 0 0.562 2 interp_poly 68 -13 -40 -24 3719 3059 3 MP PP 3719 3059 0 0 0.562 3679 3035 0 0 0.562 3719 3059 0 0 0.562 2 interp_poly 3679 3035 0 0 0.562 3747 3022 0 0 0.562 3679 3035 0 0 0.562 2 interp_poly -40 -24 68 -14 3691 3097 3 MP PP 3691 3097 0 0 0.562 3759 3083 0 0 0.562 3691 3097 0 0 0.562 2 interp_poly 3759 3083 0 0 0.562 3719 3059 0 0 0.562 3759 3083 0 0 0.562 2 interp_poly 68 -14 -40 -24 3731 3121 3 MP PP 3731 3121 0 0 0.562 3691 3097 0 0 0.562 3731 3121 0 0 0.562 2 interp_poly 3691 3097 0 0 0.562 3759 3083 0 0 0.562 3691 3097 0 0 0.562 2 interp_poly 68 -63 -40 419 3748 2814 3 MP PP 3748 2814 0 0.812 1 3708 3233 0 0.0625 1 3748 2814 0 0.812 1 2 interp_poly 3708 3233 0 0.0625 1 3776 3170 0 0.125 1 3708 3233 0 0.0625 1 2 interp_poly 68 92 -40 -526 3784 3386 3 MP PP 3784 3386 0 0.125 1 3744 2860 0 1 1 3784 3386 0 0.125 1 2 interp_poly 3744 2860 0 1 1 3812 2952 0 0.812 1 3744 2860 0 1 1 2 interp_poly -40 -24 68 -13 3627 2949 3 MP PP 3627 2949 0 0 0.562 3695 2936 0 0 0.562 3627 2949 0 0 0.562 2 interp_poly 3695 2936 0 0 0.562 3655 2912 0 0 0.562 3695 2936 0 0 0.562 2 interp_poly 68 -13 -40 -24 3667 2973 3 MP PP 3667 2973 0 0 0.562 3627 2949 0 0 0.562 3667 2973 0 0 0.562 2 interp_poly 3627 2949 0 0 0.562 3695 2936 0 0 0.562 3627 2949 0 0 0.562 2 interp_poly -40 -24 68 -14 3635 3173 3 MP PP 3635 3173 0 0 0.562 3703 3159 0 0 0.562 3635 3173 0 0 0.562 2 interp_poly 3703 3159 0 0 0.562 3663 3135 0 0 0.562 3703 3159 0 0 0.562 2 interp_poly 68 -14 -40 -24 3675 3197 3 MP PP 3675 3197 0 0 0.562 3635 3173 0 0 0.562 3675 3197 0 0 0.562 2 interp_poly 3635 3173 0 0 0.562 3703 3159 0 0 0.562 3635 3173 0 0 0.562 2 interp_poly -40 -25 68 -13 3639 3011 3 MP PP 3639 3011 0 0 0.562 3707 2998 0 0 0.562 3639 3011 0 0 0.562 2 interp_poly 3707 2998 0 0 0.562 3667 2973 0 0 0.562 3707 2998 0 0 0.562 2 interp_poly 68 -13 -40 -24 3679 3035 3 MP PP 3679 3035 0 0 0.562 3639 3011 0 0 0.562 3679 3035 0 0 0.562 2 interp_poly 3639 3011 0 0 0.562 3707 2998 0 0 0.562 3639 3011 0 0 0.562 2 interp_poly -40 -24 68 -14 3651 3073 3 MP PP 3651 3073 0 0 0.562 3719 3059 0 0 0.562 3651 3073 0 0 0.562 2 interp_poly 3719 3059 0 0 0.562 3679 3035 0 0 0.562 3719 3059 0 0 0.562 2 interp_poly 68 -14 -40 -24 3691 3097 3 MP PP 3691 3097 0 0 0.562 3651 3073 0 0 0.562 3691 3097 0 0 0.562 2 interp_poly 3651 3073 0 0 0.562 3719 3059 0 0 0.562 3651 3073 0 0 0.562 2 interp_poly -40 -24 68 -14 3655 2912 3 MP PP 3655 2912 0 0 0.562 3723 2898 0 0 0.562 3655 2912 0 0 0.562 2 interp_poly 3723 2898 0 0 0.562 3683 2874 0 0 0.562 3723 2898 0 0 0.562 2 interp_poly 68 -14 -40 -24 3695 2936 3 MP PP 3695 2936 0 0 0.562 3655 2912 0 0 0.562 3695 2936 0 0 0.562 2 interp_poly 3655 2912 0 0 0.562 3723 2898 0 0 0.562 3655 2912 0 0 0.562 2 interp_poly -40 419 68 -108 3680 2922 3 MP PP 3680 2922 0 0.625 1 3748 2814 0 0.812 1 3680 2922 0 0.625 1 2 interp_poly 3748 2814 0 0.812 1 3708 3233 0 0.0625 1 3748 2814 0 0.812 1 2 interp_poly 68 -108 -40 720 3720 2202 3 MP PP 3720 2202 0.938 1 0.125 3680 2922 0 0.625 1 3720 2202 0.938 1 0.125 2 interp_poly 3680 2922 0 0.625 1 3748 2814 0 0.812 1 3680 2922 0 0.625 1 2 interp_poly -40 -820 68 92 3744 2860 3 MP PP 3744 2860 0 1 1 3812 2952 0 0.812 1 3744 2860 0 1 1 2 interp_poly 3812 2952 0 0.812 1 3772 2132 1 0.875 0 3812 2952 0 0.812 1 2 interp_poly -40 -24 68 -14 3742 4437 3 MP PP 3742 4437 0 0 0.562 3810 4423 0 0 0.562 3742 4437 0 0 0.562 2 interp_poly 3810 4423 0 0 0.562 3770 4399 0 0 0.562 3810 4423 0 0 0.562 2 interp_poly 68 -12 -40 -31 3781 3910 3 MP PP 3781 3910 0 0 0.562 3741 3879 0 0 0.562 3781 3910 0 0 0.562 2 interp_poly 3741 3879 0 0 0.562 3809 3867 0 0 0.562 3741 3879 0 0 0.562 2 interp_poly -40 -41 68 -12 3741 3879 3 MP PP 3741 3879 0 0 0.562 3809 3867 0 0 0.562 3741 3879 0 0 0.562 2 interp_poly 3809 3867 0 0 0.562 3769 3826 0 0 0.562 3809 3867 0 0 0.562 2 interp_poly 68 -14 -40 -24 3777 4076 3 MP PP 3777 4076 0 0 0.562 3737 4052 0 0 0.562 3777 4076 0 0 0.562 2 interp_poly 3737 4052 0 0 0.562 3805 4038 0 0 0.562 3737 4052 0 0 0.562 2 interp_poly -40 -24 68 -14 3737 4052 3 MP PP 3737 4052 0 0 0.562 3805 4038 0 0 0.562 3737 4052 0 0 0.562 2 interp_poly 3805 4038 0 0 0.562 3765 4014 0 0 0.562 3805 4038 0 0 0.562 2 interp_poly 68 -13 -40 -25 3773 4238 3 MP PP 3773 4238 0 0 0.562 3733 4213 0 0 0.562 3773 4238 0 0 0.562 2 interp_poly 3733 4213 0 0 0.562 3801 4200 0 0 0.562 3733 4213 0 0 0.562 2 interp_poly -40 -24 68 -13 3733 4213 3 MP PP 3733 4213 0 0 0.562 3801 4200 0 0 0.562 3733 4213 0 0 0.562 2 interp_poly 3801 4200 0 0 0.562 3761 4176 0 0 0.562 3801 4200 0 0 0.562 2 interp_poly -40 784 68 -112 3692 1530 3 MP PP 3692 1530 0.938 0 0 3760 1418 0.812 0 0 3692 1530 0.938 0 0 2 interp_poly 3760 1418 0.812 0 0 3720 2202 0.938 1 0.125 3760 1418 0.812 0 0 2 interp_poly 68 -112 -40 155 3732 1375 3 MP PP 3732 1375 0.625 0 0 3692 1530 0.938 0 0 3732 1375 0.625 0 0 2 interp_poly 3692 1530 0.938 0 0 3760 1418 0.812 0 0 3692 1530 0.938 0 0 2 interp_poly -40 -16 68 59 3732 1375 3 MP PP 3732 1375 0.625 0 0 3800 1434 0.75 0 0 3732 1375 0.625 0 0 2 interp_poly 3800 1434 0.75 0 0 3760 1418 0.812 0 0 3800 1434 0.75 0 0 2 interp_poly 68 59 -40 -757 3772 2132 3 MP PP 3772 2132 1 0.875 0 3732 1375 0.625 0 0 3772 2132 1 0.875 0 2 interp_poly 3732 1375 0.625 0 0 3800 1434 0.75 0 0 3732 1375 0.625 0 0 2 interp_poly 68 -14 -40 -24 3770 4399 3 MP PP 3770 4399 0 0 0.562 3730 4375 0 0 0.562 3770 4399 0 0 0.562 2 interp_poly 3730 4375 0 0 0.562 3798 4361 0 0 0.562 3730 4375 0 0 0.562 2 interp_poly -40 -24 68 -14 3730 4375 3 MP PP 3730 4375 0 0 0.562 3798 4361 0 0 0.562 3730 4375 0 0 0.562 2 interp_poly 3798 4361 0 0 0.562 3758 4337 0 0 0.562 3798 4361 0 0 0.562 2 interp_poly 68 -3 -40 -71 3769 3826 3 MP PP 3769 3826 0 0 0.562 3729 3755 0 0 0.625 3769 3826 0 0 0.562 2 interp_poly 3729 3755 0 0 0.625 3797 3752 0 0 0.625 3729 3755 0 0 0.625 2 interp_poly -40 -128 68 -3 3729 3755 3 MP PP 3729 3755 0 0 0.625 3797 3752 0 0 0.625 3729 3755 0 0 0.625 2 interp_poly 3797 3752 0 0 0.625 3757 3624 0 0 0.812 3797 3752 0 0 0.625 2 interp_poly 68 -13 -40 -25 3765 4014 3 MP PP 3765 4014 0 0 0.562 3725 3989 0 0 0.562 3765 4014 0 0 0.562 2 interp_poly 3725 3989 0 0 0.562 3793 3976 0 0 0.562 3725 3989 0 0 0.562 2 interp_poly -40 -25 68 -13 3725 3989 3 MP PP 3725 3989 0 0 0.562 3793 3976 0 0 0.562 3725 3989 0 0 0.562 2 interp_poly 3793 3976 0 0 0.562 3753 3951 0 0 0.562 3793 3976 0 0 0.562 2 interp_poly 68 -14 -40 -24 3761 4176 3 MP PP 3761 4176 0 0 0.562 3721 4152 0 0 0.562 3761 4176 0 0 0.562 2 interp_poly 3721 4152 0 0 0.562 3789 4138 0 0 0.562 3721 4152 0 0 0.562 2 interp_poly -40 -24 68 -14 3721 4152 3 MP PP 3721 4152 0 0 0.562 3789 4138 0 0 0.562 3721 4152 0 0 0.562 2 interp_poly 3789 4138 0 0 0.562 3749 4114 0 0 0.562 3789 4138 0 0 0.562 2 interp_poly 67 -14 -40 -24 3758 4337 3 MP PP 3758 4337 0 0 0.562 3718 4313 0 0 0.562 3758 4337 0 0 0.562 2 interp_poly 3718 4313 0 0 0.562 3785 4299 0 0 0.562 3718 4313 0 0 0.562 2 interp_poly -40 -24 67 -14 3718 4313 3 MP PP 3718 4313 0 0 0.562 3785 4299 0 0 0.562 3718 4313 0 0 0.562 2 interp_poly 3785 4299 0 0 0.562 3745 4275 0 0 0.562 3785 4299 0 0 0.562 2 interp_poly -40 -19 68 -14 3616 3426 3 MP PP 3616 3426 0 0 0.562 3684 3412 0 0 0.562 3616 3426 0 0 0.562 2 interp_poly 3684 3412 0 0 0.562 3644 3393 0 0 0.562 3684 3412 0 0 0.562 2 interp_poly 68 -14 -40 -12 3656 3438 3 MP PP 3656 3438 0 0 0.562 3616 3426 0 0 0.562 3656 3438 0 0 0.562 2 interp_poly 3616 3426 0 0 0.562 3684 3412 0 0 0.562 3616 3426 0 0 0.562 2 interp_poly 68 -14 -40 -19 3684 3412 3 MP PP 3684 3412 0 0 0.562 3644 3393 0 0 0.562 3684 3412 0 0 0.562 2 interp_poly 3644 3393 0 0 0.562 3712 3379 0 0 0.562 3644 3393 0 0 0.562 2 interp_poly -40 -9 68 -17 3656 3438 3 MP PP 3656 3438 0 0 0.562 3724 3421 0 0 0.562 3656 3438 0 0 0.562 2 interp_poly 3724 3421 0 0 0.562 3684 3412 0 0 0.562 3724 3421 0 0 0.562 2 interp_poly 68 -17 -40 8 3696 3430 3 MP PP 3696 3430 0 0 0.625 3656 3438 0 0 0.562 3696 3430 0 0 0.625 2 interp_poly 3656 3438 0 0 0.562 3724 3421 0 0 0.562 3656 3438 0 0 0.562 2 interp_poly -40 -18 68 -15 3684 3412 3 MP PP 3684 3412 0 0 0.562 3752 3397 0 0 0.562 3684 3412 0 0 0.562 2 interp_poly 3752 3397 0 0 0.562 3712 3379 0 0 0.562 3752 3397 0 0 0.562 2 interp_poly 68 -15 -40 -9 3724 3421 3 MP PP 3724 3421 0 0 0.562 3684 3412 0 0 0.562 3724 3421 0 0 0.562 2 interp_poly 3684 3412 0 0 0.562 3752 3397 0 0 0.562 3684 3412 0 0 0.562 2 interp_poly -40 63 68 -33 3668 3400 3 MP PP 3668 3400 0 0 0.75 3736 3367 0 0 0.75 3668 3400 0 0 0.75 2 interp_poly 3736 3367 0 0 0.75 3696 3430 0 0 0.625 3736 3367 0 0 0.75 2 interp_poly -40 -24 68 -14 3632 3334 3 MP PP 3632 3334 0 0 0.562 3700 3320 0 0 0.562 3632 3334 0 0 0.562 2 interp_poly 3700 3320 0 0 0.562 3660 3296 0 0 0.562 3700 3320 0 0 0.562 2 interp_poly 68 -14 -40 -23 3672 3357 3 MP PP 3672 3357 0 0 0.562 3632 3334 0 0 0.562 3672 3357 0 0 0.562 2 interp_poly 3632 3334 0 0 0.562 3700 3320 0 0 0.562 3632 3334 0 0 0.562 2 interp_poly -40 -22 68 -14 3644 3393 3 MP PP 3644 3393 0 0 0.562 3712 3379 0 0 0.562 3644 3393 0 0 0.562 2 interp_poly 3712 3379 0 0 0.562 3672 3357 0 0 0.562 3712 3379 0 0 0.562 2 interp_poly 68 -33 -40 167 3708 3233 3 MP PP 3708 3233 0 0.0625 1 3668 3400 0 0 0.75 3708 3233 0 0.0625 1 2 interp_poly 3668 3400 0 0 0.75 3736 3367 0 0 0.75 3668 3400 0 0 0.75 2 interp_poly -40 14 68 -23 3696 3430 3 MP PP 3696 3430 0 0 0.625 3764 3407 0 0 0.625 3696 3430 0 0 0.625 2 interp_poly 3764 3407 0 0 0.625 3724 3421 0 0 0.562 3764 3407 0 0 0.625 2 interp_poly 68 -23 -40 63 3736 3367 3 MP PP 3736 3367 0 0 0.75 3696 3430 0 0 0.625 3736 3367 0 0 0.75 2 interp_poly 3696 3430 0 0 0.625 3764 3407 0 0 0.625 3696 3430 0 0 0.625 2 interp_poly 67 44 -40 -282 3757 3624 3 MP PP 3757 3624 0 0 0.812 3717 3342 0 0.25 1 3757 3624 0 0 0.812 2 interp_poly 3717 3342 0 0.25 1 3784 3386 0 0.125 1 3717 3342 0 0.25 1 2 interp_poly -40 -526 67 44 3717 3342 3 MP PP 3717 3342 0 0.25 1 3784 3386 0 0.125 1 3717 3342 0 0.25 1 2 interp_poly 3784 3386 0 0.125 1 3744 2860 0 1 1 3784 3386 0 0.125 1 2 interp_poly 68 -13 -40 -28 3753 3951 3 MP PP 3753 3951 0 0 0.562 3713 3923 0 0 0.562 3753 3951 0 0 0.562 2 interp_poly 3713 3923 0 0 0.562 3781 3910 0 0 0.562 3713 3923 0 0 0.562 2 interp_poly -40 -31 68 -13 3713 3923 3 MP PP 3713 3923 0 0 0.562 3781 3910 0 0 0.562 3713 3923 0 0 0.562 2 interp_poly 3781 3910 0 0 0.562 3741 3879 0 0 0.562 3781 3910 0 0 0.562 2 interp_poly 68 -14 -40 -24 3749 4114 3 MP PP 3749 4114 0 0 0.562 3709 4090 0 0 0.562 3749 4114 0 0 0.562 2 interp_poly 3709 4090 0 0 0.562 3777 4076 0 0 0.562 3709 4090 0 0 0.562 2 interp_poly -40 -24 68 -14 3709 4090 3 MP PP 3709 4090 0 0 0.562 3777 4076 0 0 0.562 3709 4090 0 0 0.562 2 interp_poly 3777 4076 0 0 0.562 3737 4052 0 0 0.562 3777 4076 0 0 0.562 2 interp_poly 68 -13 -40 -24 3745 4275 3 MP PP 3745 4275 0 0 0.562 3705 4251 0 0 0.562 3745 4275 0 0 0.562 2 interp_poly 3705 4251 0 0 0.562 3773 4238 0 0 0.562 3705 4251 0 0 0.562 2 interp_poly -40 -25 68 -13 3705 4251 3 MP PP 3705 4251 0 0 0.562 3773 4238 0 0 0.562 3705 4251 0 0 0.562 2 interp_poly 3773 4238 0 0 0.562 3733 4213 0 0 0.562 3773 4238 0 0 0.562 2 interp_poly 68 -13 -40 -25 3655 2912 3 MP PP 3655 2912 0 0 0.562 3615 2887 0 0 0.562 3655 2912 0 0 0.562 2 interp_poly 3615 2887 0 0 0.562 3683 2874 0 0 0.562 3615 2887 0 0 0.562 2 interp_poly -40 720 68 -155 3652 2357 3 MP PP 3652 2357 0.688 1 0.375 3720 2202 0.938 1 0.125 3652 2357 0.688 1 0.375 2 interp_poly 3720 2202 0.938 1 0.125 3680 2922 0 0.625 1 3720 2202 0.938 1 0.125 2 interp_poly 68 -155 -40 827 3692 1530 3 MP PP 3692 1530 0.938 0 0 3652 2357 0.688 1 0.375 3692 1530 0.938 0 0 2 interp_poly 3652 2357 0.688 1 0.375 3720 2202 0.938 1 0.125 3652 2357 0.688 1 0.375 2 interp_poly 68 131 -40 -859 3744 2860 3 MP PP 3744 2860 0 1 1 3704 2001 1 0.625 0 3744 2860 0 1 1 2 interp_poly 3704 2001 1 0.625 0 3772 2132 1 0.875 0 3704 2001 1 0.625 0 2 interp_poly -40 -757 68 131 3704 2001 3 MP PP 3704 2001 1 0.625 0 3772 2132 1 0.875 0 3704 2001 1 0.625 0 2 interp_poly 3772 2132 1 0.875 0 3732 1375 0.625 0 0 3772 2132 1 0.875 0 2 interp_poly 68 -14 -40 -24 3742 4437 3 MP PP 3742 4437 0 0 0.562 3702 4413 0 0 0.562 3742 4437 0 0 0.562 2 interp_poly 3702 4413 0 0 0.562 3770 4399 0 0 0.562 3702 4413 0 0 0.562 2 interp_poly -40 -24 68 -14 3702 4413 3 MP PP 3702 4413 0 0 0.562 3770 4399 0 0 0.562 3702 4413 0 0 0.562 2 interp_poly 3770 4399 0 0 0.562 3730 4375 0 0 0.562 3770 4399 0 0 0.562 2 interp_poly 68 -9 -40 -44 3741 3879 3 MP PP 3741 3879 0 0 0.562 3701 3835 0 0 0.562 3741 3879 0 0 0.562 2 interp_poly 3701 3835 0 0 0.562 3769 3826 0 0 0.562 3701 3835 0 0 0.562 2 interp_poly -40 -71 68 -9 3701 3835 3 MP PP 3701 3835 0 0 0.562 3769 3826 0 0 0.562 3701 3835 0 0 0.562 2 interp_poly 3769 3826 0 0 0.562 3729 3755 0 0 0.625 3769 3826 0 0 0.562 2 interp_poly 68 -14 -40 -24 3737 4052 3 MP PP 3737 4052 0 0 0.562 3697 4028 0 0 0.562 3737 4052 0 0 0.562 2 interp_poly 3697 4028 0 0 0.562 3765 4014 0 0 0.562 3697 4028 0 0 0.562 2 interp_poly -40 -25 68 -14 3697 4028 3 MP PP 3697 4028 0 0 0.562 3765 4014 0 0 0.562 3697 4028 0 0 0.562 2 interp_poly 3765 4014 0 0 0.562 3725 3989 0 0 0.562 3765 4014 0 0 0.562 2 interp_poly 68 -13 -40 -24 3733 4213 3 MP PP 3733 4213 0 0 0.562 3693 4189 0 0 0.562 3733 4213 0 0 0.562 2 interp_poly 3693 4189 0 0 0.562 3761 4176 0 0 0.562 3693 4189 0 0 0.562 2 interp_poly -40 -24 68 -13 3693 4189 3 MP PP 3693 4189 0 0 0.562 3761 4176 0 0 0.562 3693 4189 0 0 0.562 2 interp_poly 3761 4176 0 0 0.562 3721 4152 0 0 0.562 3761 4176 0 0 0.562 2 interp_poly 68 -14 -40 -24 3730 4375 3 MP PP 3730 4375 0 0 0.562 3690 4351 0 0 0.562 3730 4375 0 0 0.562 2 interp_poly 3690 4351 0 0 0.562 3758 4337 0 0 0.562 3690 4351 0 0 0.562 2 interp_poly -40 -24 68 -14 3690 4351 3 MP PP 3690 4351 0 0 0.562 3758 4337 0 0 0.562 3690 4351 0 0 0.562 2 interp_poly 3758 4337 0 0 0.562 3718 4313 0 0 0.562 3758 4337 0 0 0.562 2 interp_poly 68 14 -40 -145 3729 3755 3 MP PP 3729 3755 0 0 0.625 3689 3610 0 0 0.875 3729 3755 0 0 0.625 2 interp_poly 3689 3610 0 0 0.875 3757 3624 0 0 0.812 3689 3610 0 0 0.875 2 interp_poly -40 -282 68 14 3689 3610 3 MP PP 3689 3610 0 0 0.875 3757 3624 0 0 0.812 3689 3610 0 0 0.875 2 interp_poly 3757 3624 0 0 0.812 3717 3342 0 0.25 1 3757 3624 0 0 0.812 2 interp_poly 68 -13 -40 -25 3725 3989 3 MP PP 3725 3989 0 0 0.562 3685 3964 0 0 0.562 3725 3989 0 0 0.562 2 interp_poly 3685 3964 0 0 0.562 3753 3951 0 0 0.562 3685 3964 0 0 0.562 2 interp_poly -40 -28 68 -13 3685 3964 3 MP PP 3685 3964 0 0 0.562 3753 3951 0 0 0.562 3685 3964 0 0 0.562 2 interp_poly 3753 3951 0 0 0.562 3713 3923 0 0 0.562 3753 3951 0 0 0.562 2 interp_poly 68 -13 -40 -25 3721 4152 3 MP PP 3721 4152 0 0 0.562 3681 4127 0 0 0.562 3721 4152 0 0 0.562 2 interp_poly 3681 4127 0 0 0.562 3749 4114 0 0 0.562 3681 4127 0 0 0.562 2 interp_poly -40 -24 68 -13 3681 4127 3 MP PP 3681 4127 0 0 0.562 3749 4114 0 0 0.562 3681 4127 0 0 0.562 2 interp_poly 3749 4114 0 0 0.562 3709 4090 0 0 0.562 3749 4114 0 0 0.562 2 interp_poly 67 -14 -40 -24 3718 4313 3 MP PP 3718 4313 0 0 0.562 3678 4289 0 0 0.562 3718 4313 0 0 0.562 2 interp_poly 3678 4289 0 0 0.562 3745 4275 0 0 0.562 3678 4289 0 0 0.562 2 interp_poly -40 -24 67 -14 3678 4289 3 MP PP 3678 4289 0 0 0.562 3745 4275 0 0 0.562 3678 4289 0 0 0.562 2 interp_poly 3745 4275 0 0 0.562 3705 4251 0 0 0.562 3745 4275 0 0 0.562 2 interp_poly 67 102 -40 -584 3717 3342 3 MP PP 3717 3342 0 0.25 1 3677 2758 0.188 1 0.875 3717 3342 0 0.25 1 2 interp_poly 3677 2758 0.188 1 0.875 3744 2860 0 1 1 3677 2758 0.188 1 0.875 2 interp_poly -40 -859 67 102 3677 2758 3 MP PP 3677 2758 0.188 1 0.875 3744 2860 0 1 1 3677 2758 0.188 1 0.875 2 interp_poly 3744 2860 0 1 1 3704 2001 1 0.625 0 3744 2860 0 1 1 2 interp_poly -40 -24 68 -13 3674 4450 3 MP PP 3674 4450 0 0 0.562 3742 4437 0 0 0.562 3674 4450 0 0 0.562 2 interp_poly 3742 4437 0 0 0.562 3702 4413 0 0 0.562 3742 4437 0 0 0.562 2 interp_poly 68 -12 -40 -32 3713 3923 3 MP PP 3713 3923 0 0 0.562 3673 3891 0 0 0.562 3713 3923 0 0 0.562 2 interp_poly 3673 3891 0 0 0.562 3741 3879 0 0 0.562 3673 3891 0 0 0.562 2 interp_poly -40 -44 68 -12 3673 3891 3 MP PP 3673 3891 0 0 0.562 3741 3879 0 0 0.562 3673 3891 0 0 0.562 2 interp_poly 3741 3879 0 0 0.562 3701 3835 0 0 0.562 3741 3879 0 0 0.562 2 interp_poly 68 -14 -40 -24 3709 4090 3 MP PP 3709 4090 0 0 0.562 3669 4066 0 0 0.562 3709 4090 0 0 0.562 2 interp_poly 3669 4066 0 0 0.562 3737 4052 0 0 0.562 3669 4066 0 0 0.562 2 interp_poly -40 -24 68 -14 3669 4066 3 MP PP 3669 4066 0 0 0.562 3737 4052 0 0 0.562 3669 4066 0 0 0.562 2 interp_poly 3737 4052 0 0 0.562 3697 4028 0 0 0.562 3737 4052 0 0 0.562 2 interp_poly 68 -14 -40 -24 3705 4251 3 MP PP 3705 4251 0 0 0.562 3665 4227 0 0 0.562 3705 4251 0 0 0.562 2 interp_poly 3665 4227 0 0 0.562 3733 4213 0 0 0.562 3665 4227 0 0 0.562 2 interp_poly -40 -24 68 -14 3665 4227 3 MP PP 3665 4227 0 0 0.562 3733 4213 0 0 0.562 3665 4227 0 0 0.562 2 interp_poly 3733 4213 0 0 0.562 3693 4189 0 0 0.562 3733 4213 0 0 0.562 2 interp_poly -40 827 68 -131 3624 1661 3 MP PP 3624 1661 1 0.125 0 3692 1530 0.938 0 0 3624 1661 1 0.125 0 2 interp_poly 3692 1530 0.938 0 0 3652 2357 0.688 1 0.375 3692 1530 0.938 0 0 2 interp_poly 68 -131 -40 318 3664 1343 3 MP PP 3664 1343 0.562 0 0 3624 1661 1 0.125 0 3664 1343 0.562 0 0 2 interp_poly 3624 1661 1 0.125 0 3692 1530 0.938 0 0 3624 1661 1 0.125 0 2 interp_poly -40 155 68 32 3664 1343 3 MP PP 3664 1343 0.562 0 0 3732 1375 0.625 0 0 3664 1343 0.562 0 0 2 interp_poly 3732 1375 0.625 0 0 3692 1530 0.938 0 0 3732 1375 0.625 0 0 2 interp_poly 68 32 -40 -658 3704 2001 3 MP PP 3704 2001 1 0.625 0 3664 1343 0.562 0 0 3704 2001 1 0.625 0 2 interp_poly 3664 1343 0.562 0 0 3732 1375 0.625 0 0 3664 1343 0.562 0 0 2 interp_poly 68 -14 -40 -24 3702 4413 3 MP PP 3702 4413 0 0 0.562 3662 4389 0 0 0.562 3702 4413 0 0 0.562 2 interp_poly 3662 4389 0 0 0.562 3730 4375 0 0 0.562 3662 4389 0 0 0.562 2 interp_poly -40 -24 68 -14 3662 4389 3 MP PP 3662 4389 0 0 0.562 3730 4375 0 0 0.562 3662 4389 0 0 0.562 2 interp_poly 3730 4375 0 0 0.562 3690 4351 0 0 0.562 3730 4375 0 0 0.562 2 interp_poly 68 -1 -40 -79 3701 3835 3 MP PP 3701 3835 0 0 0.562 3661 3756 0 0 0.688 3701 3835 0 0 0.562 2 interp_poly 3661 3756 0 0 0.688 3729 3755 0 0 0.625 3661 3756 0 0 0.688 2 interp_poly -40 -145 68 -1 3661 3756 3 MP PP 3661 3756 0 0 0.688 3729 3755 0 0 0.625 3661 3756 0 0 0.688 2 interp_poly 3729 3755 0 0 0.625 3689 3610 0 0 0.875 3729 3755 0 0 0.625 2 interp_poly 68 -14 -40 -25 3697 4028 3 MP PP 3697 4028 0 0 0.562 3657 4003 0 0 0.562 3697 4028 0 0 0.562 2 interp_poly 3657 4003 0 0 0.562 3725 3989 0 0 0.562 3657 4003 0 0 0.562 2 interp_poly -40 -25 68 -14 3657 4003 3 MP PP 3657 4003 0 0 0.562 3725 3989 0 0 0.562 3657 4003 0 0 0.562 2 interp_poly 3725 3989 0 0 0.562 3685 3964 0 0 0.562 3725 3989 0 0 0.562 2 interp_poly 68 -13 -40 -24 3693 4189 3 MP PP 3693 4189 0 0 0.562 3653 4165 0 0 0.562 3693 4189 0 0 0.562 2 interp_poly 3653 4165 0 0 0.562 3721 4152 0 0 0.562 3653 4165 0 0 0.562 2 interp_poly -40 -25 68 -13 3653 4165 3 MP PP 3653 4165 0 0 0.562 3721 4152 0 0 0.562 3653 4165 0 0 0.562 2 interp_poly 3721 4152 0 0 0.562 3681 4127 0 0 0.562 3721 4152 0 0 0.562 2 interp_poly 68 -14 -40 -24 3690 4351 3 MP PP 3690 4351 0 0 0.562 3650 4327 0 0 0.562 3690 4351 0 0 0.562 2 interp_poly 3650 4327 0 0 0.562 3718 4313 0 0 0.562 3650 4327 0 0 0.562 2 interp_poly -40 -24 68 -14 3650 4327 3 MP PP 3650 4327 0 0 0.562 3718 4313 0 0 0.562 3650 4327 0 0 0.562 2 interp_poly 3718 4313 0 0 0.562 3678 4289 0 0 0.562 3718 4313 0 0 0.562 2 interp_poly -40 -24 68 -14 3592 3310 3 MP PP 3592 3310 0 0 0.562 3660 3296 0 0 0.562 3592 3310 0 0 0.562 2 interp_poly 3660 3296 0 0 0.562 3620 3272 0 0 0.562 3660 3296 0 0 0.562 2 interp_poly 68 -14 -40 -24 3632 3334 3 MP PP 3632 3334 0 0 0.562 3592 3310 0 0 0.562 3632 3334 0 0 0.562 2 interp_poly 3592 3310 0 0 0.562 3660 3296 0 0 0.562 3592 3310 0 0 0.562 2 interp_poly -40 -19 68 -15 3548 3441 3 MP PP 3548 3441 0 0 0.562 3616 3426 0 0 0.562 3548 3441 0 0 0.562 2 interp_poly 3616 3426 0 0 0.562 3576 3407 0 0 0.562 3616 3426 0 0 0.562 2 interp_poly 68 -15 -40 -14 3588 3455 3 MP PP 3588 3455 0 0 0.562 3548 3441 0 0 0.562 3588 3455 0 0 0.562 2 interp_poly 3548 3441 0 0 0.562 3616 3426 0 0 0.562 3548 3441 0 0 0.562 2 interp_poly 68 -14 -40 -19 3616 3426 3 MP PP 3616 3426 0 0 0.562 3576 3407 0 0 0.562 3616 3426 0 0 0.562 2 interp_poly 3576 3407 0 0 0.562 3644 3393 0 0 0.562 3576 3407 0 0 0.562 2 interp_poly -40 -12 68 -17 3588 3455 3 MP PP 3588 3455 0 0 0.562 3656 3438 0 0 0.562 3588 3455 0 0 0.562 2 interp_poly 3656 3438 0 0 0.562 3616 3426 0 0 0.562 3656 3438 0 0 0.562 2 interp_poly 68 -17 -40 4 3628 3451 3 MP PP 3628 3451 0 0 0.625 3588 3455 0 0 0.562 3628 3451 0 0 0.625 2 interp_poly 3588 3455 0 0 0.562 3656 3438 0 0 0.562 3588 3455 0 0 0.562 2 interp_poly -40 51 68 -31 3600 3431 3 MP PP 3600 3431 0 0 0.688 3668 3400 0 0 0.75 3600 3431 0 0 0.688 2 interp_poly 3668 3400 0 0 0.75 3628 3451 0 0 0.625 3668 3400 0 0 0.75 2 interp_poly -40 -24 68 -13 3564 3347 3 MP PP 3564 3347 0 0 0.562 3632 3334 0 0 0.562 3564 3347 0 0 0.562 2 interp_poly 3632 3334 0 0 0.562 3592 3310 0 0 0.562 3632 3334 0 0 0.562 2 interp_poly 68 -13 -40 -24 3604 3371 3 MP PP 3604 3371 0 0 0.562 3564 3347 0 0 0.562 3604 3371 0 0 0.562 2 interp_poly 3564 3347 0 0 0.562 3632 3334 0 0 0.562 3564 3347 0 0 0.562 2 interp_poly -40 -22 68 -14 3576 3407 3 MP PP 3576 3407 0 0 0.562 3644 3393 0 0 0.562 3576 3407 0 0 0.562 2 interp_poly 3644 3393 0 0 0.562 3604 3371 0 0 0.562 3644 3393 0 0 0.562 2 interp_poly -40 -23 68 -14 3604 3371 3 MP PP 3604 3371 0 0 0.562 3672 3357 0 0 0.562 3604 3371 0 0 0.562 2 interp_poly 3672 3357 0 0 0.562 3632 3334 0 0 0.562 3672 3357 0 0 0.562 2 interp_poly 68 -14 -40 -22 3644 3393 3 MP PP 3644 3393 0 0 0.562 3604 3371 0 0 0.562 3644 3393 0 0 0.562 2 interp_poly 3604 3371 0 0 0.562 3672 3357 0 0 0.562 3604 3371 0 0 0.562 2 interp_poly 68 -31 -40 141 3640 3290 3 MP PP 3640 3290 0 0 1 3600 3431 0 0 0.688 3640 3290 0 0 1 2 interp_poly 3600 3431 0 0 0.688 3668 3400 0 0 0.75 3600 3431 0 0 0.688 2 interp_poly -40 8 68 -21 3628 3451 3 MP PP 3628 3451 0 0 0.625 3696 3430 0 0 0.625 3628 3451 0 0 0.625 2 interp_poly 3696 3430 0 0 0.625 3656 3438 0 0 0.562 3696 3430 0 0 0.625 2 interp_poly 68 -21 -40 51 3668 3400 3 MP PP 3668 3400 0 0 0.75 3628 3451 0 0 0.625 3668 3400 0 0 0.75 2 interp_poly 3628 3451 0 0 0.625 3696 3430 0 0 0.625 3628 3451 0 0 0.625 2 interp_poly -40 -24 68 -14 3620 3272 3 MP PP 3620 3272 0 0 0.562 3688 3258 0 0 0.562 3620 3272 0 0 0.562 2 interp_poly 3688 3258 0 0 0.562 3648 3234 0 0 0.562 3688 3258 0 0 0.562 2 interp_poly 68 -14 -40 -24 3660 3296 3 MP PP 3660 3296 0 0 0.562 3620 3272 0 0 0.562 3660 3296 0 0 0.562 2 interp_poly 3620 3272 0 0 0.562 3688 3258 0 0 0.562 3620 3272 0 0 0.562 2 interp_poly -40 167 68 -57 3640 3290 3 MP PP 3640 3290 0 0 1 3708 3233 0 0.0625 1 3640 3290 0 0 1 2 interp_poly 3708 3233 0 0.0625 1 3668 3400 0 0 0.75 3708 3233 0 0.0625 1 2 interp_poly 68 52 -40 -320 3689 3610 3 MP PP 3689 3610 0 0 0.875 3649 3290 0 0.375 1 3689 3610 0 0 0.875 2 interp_poly 3649 3290 0 0.375 1 3717 3342 0 0.25 1 3649 3290 0 0.375 1 2 interp_poly -40 -24 68 -13 3595 3148 3 MP PP 3595 3148 0 0 0.562 3663 3135 0 0 0.562 3595 3148 0 0 0.562 2 interp_poly 3663 3135 0 0 0.562 3623 3111 0 0 0.562 3663 3135 0 0 0.562 2 interp_poly 68 -13 -40 -25 3635 3173 3 MP PP 3635 3173 0 0 0.562 3595 3148 0 0 0.562 3635 3173 0 0 0.562 2 interp_poly 3595 3148 0 0 0.562 3663 3135 0 0 0.562 3595 3148 0 0 0.562 2 interp_poly -40 -24 68 -14 3599 2987 3 MP PP 3599 2987 0 0 0.562 3667 2973 0 0 0.562 3599 2987 0 0 0.562 2 interp_poly 3667 2973 0 0 0.562 3627 2949 0 0 0.562 3667 2973 0 0 0.562 2 interp_poly 68 -14 -40 -24 3639 3011 3 MP PP 3639 3011 0 0 0.562 3599 2987 0 0 0.562 3639 3011 0 0 0.562 2 interp_poly 3599 2987 0 0 0.562 3667 2973 0 0 0.562 3599 2987 0 0 0.562 2 interp_poly -40 -24 67 -13 3608 3210 3 MP PP 3608 3210 0 0 0.562 3675 3197 0 0 0.562 3608 3210 0 0 0.562 2 interp_poly 3675 3197 0 0 0.562 3635 3173 0 0 0.562 3675 3197 0 0 0.562 2 interp_poly 67 -13 -40 -24 3648 3234 3 MP PP 3648 3234 0 0 0.562 3608 3210 0 0 0.562 3648 3234 0 0 0.562 2 interp_poly 3608 3210 0 0 0.562 3675 3197 0 0 0.562 3608 3210 0 0 0.562 2 interp_poly -40 -24 68 -14 3611 3049 3 MP PP 3611 3049 0 0 0.562 3679 3035 0 0 0.562 3611 3049 0 0 0.562 2 interp_poly 3679 3035 0 0 0.562 3639 3011 0 0 0.562 3679 3035 0 0 0.562 2 interp_poly 68 -14 -40 -24 3651 3073 3 MP PP 3651 3073 0 0 0.562 3611 3049 0 0 0.562 3651 3073 0 0 0.562 2 interp_poly 3611 3049 0 0 0.562 3679 3035 0 0 0.562 3611 3049 0 0 0.562 2 interp_poly -40 -24 68 -13 3555 3124 3 MP PP 3555 3124 0 0 0.562 3623 3111 0 0 0.562 3555 3124 0 0 0.562 2 interp_poly 3623 3111 0 0 0.562 3583 3087 0 0 0.562 3623 3111 0 0 0.562 2 interp_poly 68 -13 -40 -24 3595 3148 3 MP PP 3595 3148 0 0 0.562 3555 3124 0 0 0.562 3595 3148 0 0 0.562 2 interp_poly 3555 3124 0 0 0.562 3623 3111 0 0 0.562 3555 3124 0 0 0.562 2 interp_poly -40 -25 67 -13 3568 3186 3 MP PP 3568 3186 0 0 0.562 3635 3173 0 0 0.562 3568 3186 0 0 0.562 2 interp_poly 3635 3173 0 0 0.562 3595 3148 0 0 0.562 3635 3173 0 0 0.562 2 interp_poly 67 -13 -40 -24 3608 3210 3 MP PP 3608 3210 0 0 0.562 3568 3186 0 0 0.562 3608 3210 0 0 0.562 2 interp_poly 3568 3186 0 0 0.562 3635 3173 0 0 0.562 3568 3186 0 0 0.562 2 interp_poly -40 -24 68 -14 3571 3025 3 MP PP 3571 3025 0 0 0.562 3639 3011 0 0 0.562 3571 3025 0 0 0.562 2 interp_poly 3639 3011 0 0 0.562 3599 2987 0 0 0.562 3639 3011 0 0 0.562 2 interp_poly 68 -14 -40 -24 3611 3049 3 MP PP 3611 3049 0 0 0.562 3571 3025 0 0 0.562 3611 3049 0 0 0.562 2 interp_poly 3571 3025 0 0 0.562 3639 3011 0 0 0.562 3571 3025 0 0 0.562 2 interp_poly -40 -24 68 -14 3580 3248 3 MP PP 3580 3248 0 0 0.562 3648 3234 0 0 0.562 3580 3248 0 0 0.562 2 interp_poly 3648 3234 0 0 0.562 3608 3210 0 0 0.562 3648 3234 0 0 0.562 2 interp_poly 68 -14 -40 -24 3620 3272 3 MP PP 3620 3272 0 0 0.562 3580 3248 0 0 0.562 3620 3272 0 0 0.562 2 interp_poly 3580 3248 0 0 0.562 3648 3234 0 0 0.562 3580 3248 0 0 0.562 2 interp_poly -40 -24 68 -14 3583 3087 3 MP PP 3583 3087 0 0 0.562 3651 3073 0 0 0.562 3583 3087 0 0 0.562 2 interp_poly 3651 3073 0 0 0.562 3611 3049 0 0 0.562 3651 3073 0 0 0.562 2 interp_poly 68 -14 -40 -24 3623 3111 3 MP PP 3623 3111 0 0 0.562 3583 3087 0 0 0.562 3623 3111 0 0 0.562 2 interp_poly 3583 3087 0 0 0.562 3651 3073 0 0 0.562 3583 3087 0 0 0.562 2 interp_poly -40 -24 68 -14 3623 3111 3 MP PP 3623 3111 0 0 0.562 3691 3097 0 0 0.562 3623 3111 0 0 0.562 2 interp_poly 3691 3097 0 0 0.562 3651 3073 0 0 0.562 3691 3097 0 0 0.562 2 interp_poly 68 -14 -40 -24 3663 3135 3 MP PP 3663 3135 0 0 0.562 3623 3111 0 0 0.562 3663 3135 0 0 0.562 2 interp_poly 3623 3111 0 0 0.562 3691 3097 0 0 0.562 3623 3111 0 0 0.562 2 interp_poly -40 368 68 -99 3612 3021 3 MP PP 3612 3021 0 0.5 1 3680 2922 0 0.625 1 3612 3021 0 0.5 1 2 interp_poly 3680 2922 0 0.625 1 3640 3290 0 0 1 3680 2922 0 0.625 1 2 interp_poly -40 -24 68 -14 3559 2963 3 MP PP 3559 2963 0 0 0.562 3627 2949 0 0 0.562 3559 2963 0 0 0.562 2 interp_poly 3627 2949 0 0 0.562 3587 2925 0 0 0.562 3627 2949 0 0 0.562 2 interp_poly 68 -14 -40 -24 3599 2987 3 MP PP 3599 2987 0 0 0.562 3559 2963 0 0 0.562 3599 2987 0 0 0.562 2 interp_poly 3559 2963 0 0 0.562 3627 2949 0 0 0.562 3559 2963 0 0 0.562 2 interp_poly -40 -25 68 -13 3587 2925 3 MP PP 3587 2925 0 0 0.562 3655 2912 0 0 0.562 3587 2925 0 0 0.562 2 interp_poly 3655 2912 0 0 0.562 3615 2887 0 0 0.562 3655 2912 0 0 0.562 2 interp_poly 68 -13 -40 -24 3627 2949 3 MP PP 3627 2949 0 0 0.562 3587 2925 0 0 0.562 3627 2949 0 0 0.562 2 interp_poly 3587 2925 0 0 0.562 3655 2912 0 0 0.562 3587 2925 0 0 0.562 2 interp_poly 68 -99 -40 664 3652 2357 3 MP PP 3652 2357 0.688 1 0.375 3612 3021 0 0.5 1 3652 2357 0.688 1 0.375 2 interp_poly 3612 3021 0 0.5 1 3680 2922 0 0.625 1 3612 3021 0 0.5 1 2 interp_poly 68 -57 -40 368 3680 2922 3 MP PP 3680 2922 0 0.625 1 3640 3290 0 0 1 3680 2922 0 0.625 1 2 interp_poly 3640 3290 0 0 1 3708 3233 0 0.0625 1 3640 3290 0 0 1 2 interp_poly -40 -584 68 52 3649 3290 3 MP PP 3649 3290 0 0.375 1 3717 3342 0 0.25 1 3649 3290 0 0.375 1 2 interp_poly 3717 3342 0 0.25 1 3677 2758 0.188 1 0.875 3717 3342 0 0.25 1 2 interp_poly 68 -13 -40 -28 3685 3964 3 MP PP 3685 3964 0 0 0.562 3645 3936 0 0 0.562 3685 3964 0 0 0.562 2 interp_poly 3645 3936 0 0 0.562 3713 3923 0 0 0.562 3645 3936 0 0 0.562 2 interp_poly -40 -32 68 -13 3645 3936 3 MP PP 3645 3936 0 0 0.562 3713 3923 0 0 0.562 3645 3936 0 0 0.562 2 interp_poly 3713 3923 0 0 0.562 3673 3891 0 0 0.562 3713 3923 0 0 0.562 2 interp_poly 68 -13 -40 -24 3681 4127 3 MP PP 3681 4127 0 0 0.562 3641 4103 0 0 0.562 3681 4127 0 0 0.562 2 interp_poly 3641 4103 0 0 0.562 3709 4090 0 0 0.562 3641 4103 0 0 0.562 2 interp_poly -40 -24 68 -13 3641 4103 3 MP PP 3641 4103 0 0 0.562 3709 4090 0 0 0.562 3641 4103 0 0 0.562 2 interp_poly 3709 4090 0 0 0.562 3669 4066 0 0 0.562 3709 4090 0 0 0.562 2 interp_poly 67 -14 -40 -24 3678 4289 3 MP PP 3678 4289 0 0 0.562 3638 4265 0 0 0.562 3678 4289 0 0 0.562 2 interp_poly 3638 4265 0 0 0.562 3705 4251 0 0 0.562 3638 4265 0 0 0.562 2 interp_poly -40 -24 67 -14 3638 4265 3 MP PP 3638 4265 0 0 0.562 3705 4251 0 0 0.562 3638 4265 0 0 0.562 2 interp_poly 3705 4251 0 0 0.562 3665 4227 0 0 0.562 3705 4251 0 0 0.562 2 interp_poly 67 127 -40 -884 3677 2758 3 MP PP 3677 2758 0.188 1 0.875 3637 1874 1 0.438 0 3677 2758 0.188 1 0.875 2 interp_poly 3637 1874 1 0.438 0 3704 2001 1 0.625 0 3637 1874 1 0.438 0 2 interp_poly -40 -658 67 127 3637 1874 3 MP PP 3637 1874 1 0.438 0 3704 2001 1 0.625 0 3637 1874 1 0.438 0 2 interp_poly 3704 2001 1 0.625 0 3664 1343 0.562 0 0 3704 2001 1 0.625 0 2 interp_poly 68 -13 -40 -24 3674 4450 3 MP PP 3674 4450 0 0 0.562 3634 4426 0 0 0.562 3674 4450 0 0 0.562 2 interp_poly 3634 4426 0 0 0.562 3702 4413 0 0 0.562 3634 4426 0 0 0.562 2 interp_poly -40 -24 68 -13 3634 4426 3 MP PP 3634 4426 0 0 0.562 3702 4413 0 0 0.562 3634 4426 0 0 0.562 2 interp_poly 3702 4413 0 0 0.562 3662 4389 0 0 0.562 3702 4413 0 0 0.562 2 interp_poly 68 -8 -40 -48 3673 3891 3 MP PP 3673 3891 0 0 0.562 3633 3843 0 0 0.625 3673 3891 0 0 0.562 2 interp_poly 3633 3843 0 0 0.625 3701 3835 0 0 0.562 3633 3843 0 0 0.625 2 interp_poly -40 -79 68 -8 3633 3843 3 MP PP 3633 3843 0 0 0.625 3701 3835 0 0 0.562 3633 3843 0 0 0.625 2 interp_poly 3701 3835 0 0 0.562 3661 3756 0 0 0.688 3701 3835 0 0 0.562 2 interp_poly 68 -13 -40 -25 3669 4066 3 MP PP 3669 4066 0 0 0.562 3629 4041 0 0 0.562 3669 4066 0 0 0.562 2 interp_poly 3629 4041 0 0 0.562 3697 4028 0 0 0.562 3629 4041 0 0 0.562 2 interp_poly -40 -25 68 -13 3629 4041 3 MP PP 3629 4041 0 0 0.562 3697 4028 0 0 0.562 3629 4041 0 0 0.562 2 interp_poly 3697 4028 0 0 0.562 3657 4003 0 0 0.562 3697 4028 0 0 0.562 2 interp_poly 68 -14 -40 -24 3665 4227 3 MP PP 3665 4227 0 0 0.562 3625 4203 0 0 0.562 3665 4227 0 0 0.562 2 interp_poly 3625 4203 0 0 0.562 3693 4189 0 0 0.562 3625 4203 0 0 0.562 2 interp_poly -40 -24 68 -14 3625 4203 3 MP PP 3625 4203 0 0 0.562 3693 4189 0 0 0.562 3625 4203 0 0 0.562 2 interp_poly 3693 4189 0 0 0.562 3653 4165 0 0 0.562 3693 4189 0 0 0.562 2 interp_poly 68 -13 -40 -25 3662 4389 3 MP PP 3662 4389 0 0 0.562 3622 4364 0 0 0.562 3662 4389 0 0 0.562 2 interp_poly 3622 4364 0 0 0.562 3690 4351 0 0 0.562 3622 4364 0 0 0.562 2 interp_poly -40 -24 68 -13 3622 4364 3 MP PP 3622 4364 0 0 0.562 3690 4351 0 0 0.562 3622 4364 0 0 0.562 2 interp_poly 3690 4351 0 0 0.562 3650 4327 0 0 0.562 3690 4351 0 0 0.562 2 interp_poly 68 18 -40 -164 3661 3756 3 MP PP 3661 3756 0 0 0.688 3621 3592 0 0 0.938 3661 3756 0 0 0.688 2 interp_poly 3621 3592 0 0 0.938 3689 3610 0 0 0.875 3621 3592 0 0 0.938 2 interp_poly -40 -320 68 18 3621 3592 3 MP PP 3621 3592 0 0 0.938 3689 3610 0 0 0.875 3621 3592 0 0 0.938 2 interp_poly 3689 3610 0 0 0.875 3649 3290 0 0.375 1 3689 3610 0 0 0.875 2 interp_poly 68 -13 -40 -26 3657 4003 3 MP PP 3657 4003 0 0 0.562 3617 3977 0 0 0.562 3657 4003 0 0 0.562 2 interp_poly 3617 3977 0 0 0.562 3685 3964 0 0 0.562 3617 3977 0 0 0.562 2 interp_poly -40 -28 68 -13 3617 3977 3 MP PP 3617 3977 0 0 0.562 3685 3964 0 0 0.562 3617 3977 0 0 0.562 2 interp_poly 3685 3964 0 0 0.562 3645 3936 0 0 0.562 3685 3964 0 0 0.562 2 interp_poly 68 -14 -40 -24 3653 4165 3 MP PP 3653 4165 0 0 0.562 3613 4141 0 0 0.562 3653 4165 0 0 0.562 2 interp_poly 3613 4141 0 0 0.562 3681 4127 0 0 0.562 3613 4141 0 0 0.562 2 interp_poly -40 -24 68 -14 3613 4141 3 MP PP 3613 4141 0 0 0.562 3681 4127 0 0 0.562 3613 4141 0 0 0.562 2 interp_poly 3681 4127 0 0 0.562 3641 4103 0 0 0.562 3681 4127 0 0 0.562 2 interp_poly 68 -14 -40 -24 3650 4327 3 MP PP 3650 4327 0 0 0.562 3610 4303 0 0 0.562 3650 4327 0 0 0.562 2 interp_poly 3610 4303 0 0 0.562 3678 4289 0 0 0.562 3610 4303 0 0 0.562 2 interp_poly -40 -24 68 -14 3610 4303 3 MP PP 3610 4303 0 0 0.562 3678 4289 0 0 0.562 3610 4303 0 0 0.562 2 interp_poly 3678 4289 0 0 0.562 3638 4265 0 0 0.562 3678 4289 0 0 0.562 2 interp_poly 68 -14 -40 -24 3587 2925 3 MP PP 3587 2925 0 0 0.562 3547 2901 0 0 0.562 3587 2925 0 0 0.562 2 interp_poly 3547 2901 0 0 0.562 3615 2887 0 0 0.562 3547 2901 0 0 0.562 2 interp_poly -40 664 68 -147 3584 2504 3 MP PP 3584 2504 0.438 1 0.625 3652 2357 0.688 1 0.375 3584 2504 0.438 1 0.625 2 interp_poly 3652 2357 0.688 1 0.375 3612 3021 0 0.5 1 3652 2357 0.688 1 0.375 2 interp_poly 68 111 -40 -643 3649 3290 3 MP PP 3649 3290 0 0.375 1 3609 2647 0.438 1 0.625 3649 3290 0 0.375 1 2 interp_poly 3609 2647 0.438 1 0.625 3677 2758 0.188 1 0.875 3609 2647 0.438 1 0.625 2 interp_poly 68 -147 -40 843 3624 1661 3 MP PP 3624 1661 1 0.125 0 3584 2504 0.438 1 0.625 3624 1661 1 0.125 0 2 interp_poly 3584 2504 0.438 1 0.625 3652 2357 0.688 1 0.375 3584 2504 0.438 1 0.625 2 interp_poly -40 -884 68 111 3609 2647 3 MP PP 3609 2647 0.438 1 0.625 3677 2758 0.188 1 0.875 3609 2647 0.438 1 0.625 2 interp_poly 3677 2758 0.188 1 0.875 3637 1874 1 0.438 0 3677 2758 0.188 1 0.875 2 interp_poly -40 -24 68 -14 3606 4464 3 MP PP 3606 4464 0 0 0.562 3674 4450 0 0 0.562 3606 4464 0 0 0.562 2 interp_poly 3674 4450 0 0 0.562 3634 4426 0 0 0.562 3674 4450 0 0 0.562 2 interp_poly 68 -11 -40 -34 3645 3936 3 MP PP 3645 3936 0 0 0.562 3605 3902 0 0 0.562 3645 3936 0 0 0.562 2 interp_poly 3605 3902 0 0 0.562 3673 3891 0 0 0.562 3605 3902 0 0 0.562 2 interp_poly -40 -48 68 -11 3605 3902 3 MP PP 3605 3902 0 0 0.562 3673 3891 0 0 0.562 3605 3902 0 0 0.562 2 interp_poly 3673 3891 0 0 0.562 3633 3843 0 0 0.625 3673 3891 0 0 0.562 2 interp_poly 68 -13 -40 -24 3641 4103 3 MP PP 3641 4103 0 0 0.562 3601 4079 0 0 0.562 3641 4103 0 0 0.562 2 interp_poly 3601 4079 0 0 0.562 3669 4066 0 0 0.562 3601 4079 0 0 0.562 2 interp_poly -40 -25 68 -13 3601 4079 3 MP PP 3601 4079 0 0 0.562 3669 4066 0 0 0.562 3601 4079 0 0 0.562 2 interp_poly 3669 4066 0 0 0.562 3629 4041 0 0 0.562 3669 4066 0 0 0.562 2 interp_poly 67 -14 -40 -24 3638 4265 3 MP PP 3638 4265 0 0 0.562 3598 4241 0 0 0.562 3638 4265 0 0 0.562 2 interp_poly 3598 4241 0 0 0.562 3665 4227 0 0 0.562 3598 4241 0 0 0.562 2 interp_poly -40 -24 67 -14 3598 4241 3 MP PP 3598 4241 0 0 0.562 3665 4227 0 0 0.562 3598 4241 0 0 0.562 2 interp_poly 3665 4227 0 0 0.562 3625 4203 0 0 0.562 3665 4227 0 0 0.562 2 interp_poly -40 843 68 -144 3556 1805 3 MP PP 3556 1805 1 0.375 0 3624 1661 1 0.125 0 3556 1805 1 0.375 0 2 interp_poly 3624 1661 1 0.125 0 3584 2504 0.438 1 0.625 3624 1661 1 0.125 0 2 interp_poly 68 -144 -41 465 3597 1340 3 MP PP 3597 1340 0.562 0 0 3556 1805 1 0.375 0 3597 1340 0.562 0 0 2 interp_poly 3556 1805 1 0.375 0 3624 1661 1 0.125 0 3556 1805 1 0.375 0 2 interp_poly -40 318 67 3 3597 1340 3 MP PP 3597 1340 0.562 0 0 3664 1343 0.562 0 0 3597 1340 0.562 0 0 2 interp_poly 3664 1343 0.562 0 0 3624 1661 1 0.125 0 3664 1343 0.562 0 0 2 interp_poly 67 3 -40 -534 3637 1874 3 MP PP 3637 1874 1 0.438 0 3597 1340 0.562 0 0 3637 1874 1 0.438 0 2 interp_poly 3597 1340 0.562 0 0 3664 1343 0.562 0 0 3597 1340 0.562 0 0 2 interp_poly 68 -13 -40 -24 3634 4426 3 MP PP 3634 4426 0 0 0.562 3594 4402 0 0 0.562 3634 4426 0 0 0.562 2 interp_poly 3594 4402 0 0 0.562 3662 4389 0 0 0.562 3594 4402 0 0 0.562 2 interp_poly -40 -25 68 -13 3594 4402 3 MP PP 3594 4402 0 0 0.562 3662 4389 0 0 0.562 3594 4402 0 0 0.562 2 interp_poly 3662 4389 0 0 0.562 3622 4364 0 0 0.562 3662 4389 0 0 0.562 2 interp_poly 68 1 -40 -88 3633 3843 3 MP PP 3633 3843 0 0 0.625 3593 3755 0 0 0.688 3633 3843 0 0 0.625 2 interp_poly 3593 3755 0 0 0.688 3661 3756 0 0 0.688 3593 3755 0 0 0.688 2 interp_poly -40 -164 68 1 3593 3755 3 MP PP 3593 3755 0 0 0.688 3661 3756 0 0 0.688 3593 3755 0 0 0.688 2 interp_poly 3661 3756 0 0 0.688 3621 3592 0 0 0.938 3661 3756 0 0 0.688 2 interp_poly 68 -13 -40 -25 3629 4041 3 MP PP 3629 4041 0 0 0.562 3589 4016 0 0 0.562 3629 4041 0 0 0.562 2 interp_poly 3589 4016 0 0 0.562 3657 4003 0 0 0.562 3589 4016 0 0 0.562 2 interp_poly -40 -26 68 -13 3589 4016 3 MP PP 3589 4016 0 0 0.562 3657 4003 0 0 0.562 3589 4016 0 0 0.562 2 interp_poly 3657 4003 0 0 0.562 3617 3977 0 0 0.562 3657 4003 0 0 0.562 2 interp_poly 68 -14 -40 -24 3625 4203 3 MP PP 3625 4203 0 0 0.562 3585 4179 0 0 0.562 3625 4203 0 0 0.562 2 interp_poly 3585 4179 0 0 0.562 3653 4165 0 0 0.562 3585 4179 0 0 0.562 2 interp_poly -40 -24 68 -14 3585 4179 3 MP PP 3585 4179 0 0 0.562 3653 4165 0 0 0.562 3585 4179 0 0 0.562 2 interp_poly 3653 4165 0 0 0.562 3613 4141 0 0 0.562 3653 4165 0 0 0.562 2 interp_poly 68 -13 -40 -24 3622 4364 3 MP PP 3622 4364 0 0 0.562 3582 4340 0 0 0.562 3622 4364 0 0 0.562 2 interp_poly 3582 4340 0 0 0.562 3650 4327 0 0 0.562 3582 4340 0 0 0.562 2 interp_poly -40 -24 68 -13 3582 4340 3 MP PP 3582 4340 0 0 0.562 3650 4327 0 0 0.562 3582 4340 0 0 0.562 2 interp_poly 3650 4327 0 0 0.562 3610 4303 0 0 0.562 3650 4327 0 0 0.562 2 interp_poly -40 -24 68 -13 3524 3323 3 MP PP 3524 3323 0 0 0.562 3592 3310 0 0 0.562 3524 3323 0 0 0.562 2 interp_poly 3592 3310 0 0 0.562 3552 3286 0 0 0.562 3592 3310 0 0 0.562 2 interp_poly 68 -13 -40 -24 3564 3347 3 MP PP 3564 3347 0 0 0.562 3524 3323 0 0 0.562 3564 3347 0 0 0.562 2 interp_poly 3524 3323 0 0 0.562 3592 3310 0 0 0.562 3524 3323 0 0 0.562 2 interp_poly -40 -24 68 -13 3536 3384 3 MP PP 3536 3384 0 0 0.562 3604 3371 0 0 0.562 3536 3384 0 0 0.562 2 interp_poly 3604 3371 0 0 0.562 3564 3347 0 0 0.562 3604 3371 0 0 0.562 2 interp_poly 68 -13 -40 -23 3576 3407 3 MP PP 3576 3407 0 0 0.562 3536 3384 0 0 0.562 3576 3407 0 0 0.562 2 interp_poly 3536 3384 0 0 0.562 3604 3371 0 0 0.562 3536 3384 0 0 0.562 2 interp_poly 68 -14 -40 -24 3580 3248 3 MP PP 3580 3248 0 0 0.562 3540 3224 0 0 0.562 3580 3248 0 0 0.562 2 interp_poly 3540 3224 0 0 0.562 3608 3210 0 0 0.562 3540 3224 0 0 0.562 2 interp_poly -40 -24 67 -14 3488 3138 3 MP PP 3488 3138 0 0 0.562 3555 3124 0 0 0.562 3488 3138 0 0 0.562 2 interp_poly 3555 3124 0 0 0.562 3515 3100 0 0 0.562 3555 3124 0 0 0.562 2 interp_poly 67 -14 -40 -24 3528 3162 3 MP PP 3528 3162 0 0 0.562 3488 3138 0 0 0.562 3528 3162 0 0 0.562 2 interp_poly 3488 3138 0 0 0.562 3555 3124 0 0 0.562 3488 3138 0 0 0.562 2 interp_poly -40 -24 68 -14 3500 3200 3 MP PP 3500 3200 0 0 0.562 3568 3186 0 0 0.562 3500 3200 0 0 0.562 2 interp_poly 3568 3186 0 0 0.562 3528 3162 0 0 0.562 3568 3186 0 0 0.562 2 interp_poly 68 -14 -40 -24 3540 3224 3 MP PP 3540 3224 0 0 0.562 3500 3200 0 0 0.562 3540 3224 0 0 0.562 2 interp_poly 3500 3200 0 0 0.562 3568 3186 0 0 0.562 3500 3200 0 0 0.562 2 interp_poly -40 -24 68 -14 3512 3262 3 MP PP 3512 3262 0 0 0.562 3580 3248 0 0 0.562 3512 3262 0 0 0.562 2 interp_poly 3580 3248 0 0 0.562 3540 3224 0 0 0.562 3580 3248 0 0 0.562 2 interp_poly 68 -14 -40 -24 3552 3286 3 MP PP 3552 3286 0 0 0.562 3512 3262 0 0 0.562 3552 3286 0 0 0.562 2 interp_poly 3512 3262 0 0 0.562 3580 3248 0 0 0.562 3512 3262 0 0 0.562 2 interp_poly -40 -24 68 -13 3515 3100 3 MP PP 3515 3100 0 0 0.562 3583 3087 0 0 0.562 3515 3100 0 0 0.562 2 interp_poly 3583 3087 0 0 0.562 3543 3063 0 0 0.562 3583 3087 0 0 0.562 2 interp_poly 68 -13 -40 -24 3555 3124 3 MP PP 3555 3124 0 0 0.562 3515 3100 0 0 0.562 3555 3124 0 0 0.562 2 interp_poly 3515 3100 0 0 0.562 3583 3087 0 0 0.562 3515 3100 0 0 0.562 2 interp_poly -40 -24 67 -14 3528 3162 3 MP PP 3528 3162 0 0 0.562 3595 3148 0 0 0.562 3528 3162 0 0 0.562 2 interp_poly 3595 3148 0 0 0.562 3555 3124 0 0 0.562 3595 3148 0 0 0.562 2 interp_poly 67 -14 -40 -24 3568 3186 3 MP PP 3568 3186 0 0 0.562 3528 3162 0 0 0.562 3568 3186 0 0 0.562 2 interp_poly 3528 3162 0 0 0.562 3595 3148 0 0 0.562 3528 3162 0 0 0.562 2 interp_poly -40 -24 68 -14 3540 3224 3 MP PP 3540 3224 0 0 0.562 3608 3210 0 0 0.562 3540 3224 0 0 0.562 2 interp_poly 3608 3210 0 0 0.562 3568 3186 0 0 0.562 3608 3210 0 0 0.562 2 interp_poly -40 -24 68 -14 3543 3063 3 MP PP 3543 3063 0 0 0.562 3611 3049 0 0 0.562 3543 3063 0 0 0.562 2 interp_poly 3611 3049 0 0 0.562 3571 3025 0 0 0.562 3611 3049 0 0 0.562 2 interp_poly 68 -14 -40 -24 3583 3087 3 MP PP 3583 3087 0 0 0.562 3543 3063 0 0 0.562 3583 3087 0 0 0.562 2 interp_poly 3543 3063 0 0 0.562 3611 3049 0 0 0.562 3543 3063 0 0 0.562 2 interp_poly -40 -24 68 -14 3552 3286 3 MP PP 3552 3286 0 0 0.562 3620 3272 0 0 0.562 3552 3286 0 0 0.562 2 interp_poly 3620 3272 0 0 0.562 3580 3248 0 0 0.562 3620 3272 0 0 0.562 2 interp_poly 68 -14 -40 -24 3592 3310 3 MP PP 3592 3310 0 0 0.562 3552 3286 0 0 0.562 3592 3310 0 0 0.562 2 interp_poly 3552 3286 0 0 0.562 3620 3272 0 0 0.562 3552 3286 0 0 0.562 2 interp_poly -40 320 68 -89 3544 3110 3 MP PP 3544 3110 0 0.375 1 3612 3021 0 0.5 1 3544 3110 0 0.375 1 2 interp_poly 3612 3021 0 0.5 1 3572 3341 0 0 0.938 3612 3021 0 0.5 1 2 interp_poly -40 4 68 -20 3560 3471 3 MP PP 3560 3471 0 0 0.625 3628 3451 0 0 0.625 3560 3471 0 0 0.625 2 interp_poly 3628 3451 0 0 0.625 3588 3455 0 0 0.562 3628 3451 0 0 0.625 2 interp_poly -40 -14 68 -16 3520 3471 3 MP PP 3520 3471 0 0 0.562 3588 3455 0 0 0.562 3520 3471 0 0 0.562 2 interp_poly 3588 3455 0 0 0.562 3548 3441 0 0 0.562 3588 3455 0 0 0.562 2 interp_poly 68 -16 -40 0 3560 3471 3 MP PP 3560 3471 0 0 0.625 3520 3471 0 0 0.562 3560 3471 0 0 0.625 2 interp_poly 3520 3471 0 0 0.562 3588 3455 0 0 0.562 3520 3471 0 0 0.562 2 interp_poly 68 -20 -40 40 3600 3431 3 MP PP 3600 3431 0 0 0.688 3560 3471 0 0 0.625 3600 3431 0 0 0.688 2 interp_poly 3560 3471 0 0 0.625 3628 3451 0 0 0.625 3560 3471 0 0 0.625 2 interp_poly -40 141 68 -51 3572 3341 3 MP PP 3572 3341 0 0 0.938 3640 3290 0 0 1 3572 3341 0 0 0.938 2 interp_poly 3640 3290 0 0 1 3600 3431 0 0 0.688 3640 3290 0 0 1 2 interp_poly 68 -51 -40 320 3612 3021 3 MP PP 3612 3021 0 0.5 1 3572 3341 0 0 0.938 3612 3021 0 0.5 1 2 interp_poly 3572 3341 0 0 0.938 3640 3290 0 0 1 3572 3341 0 0 0.938 2 interp_poly 68 61 -40 -363 3621 3592 3 MP PP 3621 3592 0 0 0.938 3581 3229 0 0.5 1 3621 3592 0 0 0.938 2 interp_poly 3581 3229 0 0.5 1 3649 3290 0 0.375 1 3581 3229 0 0.5 1 2 interp_poly -40 -24 68 -14 3531 3001 3 MP PP 3531 3001 0 0 0.562 3599 2987 0 0 0.562 3531 3001 0 0 0.562 2 interp_poly 3599 2987 0 0 0.562 3559 2963 0 0 0.562 3599 2987 0 0 0.562 2 interp_poly 68 -14 -40 -24 3571 3025 3 MP PP 3571 3025 0 0 0.562 3531 3001 0 0 0.562 3571 3025 0 0 0.562 2 interp_poly 3531 3001 0 0 0.562 3599 2987 0 0 0.562 3531 3001 0 0 0.562 2 interp_poly -40 -24 68 -14 3491 2977 3 MP PP 3491 2977 0 0 0.562 3559 2963 0 0 0.562 3491 2977 0 0 0.562 2 interp_poly 3559 2963 0 0 0.562 3519 2939 0 0 0.562 3559 2963 0 0 0.562 2 interp_poly 68 -14 -40 -24 3531 3001 3 MP PP 3531 3001 0 0 0.562 3491 2977 0 0 0.562 3531 3001 0 0 0.562 2 interp_poly 3491 2977 0 0 0.562 3559 2963 0 0 0.562 3491 2977 0 0 0.562 2 interp_poly -40 -24 68 -13 3503 3038 3 MP PP 3503 3038 0 0 0.562 3571 3025 0 0 0.562 3503 3038 0 0 0.562 2 interp_poly 3571 3025 0 0 0.562 3531 3001 0 0 0.562 3571 3025 0 0 0.562 2 interp_poly 68 -13 -40 -25 3543 3063 3 MP PP 3543 3063 0 0 0.562 3503 3038 0 0 0.562 3543 3063 0 0 0.562 2 interp_poly 3503 3038 0 0 0.562 3571 3025 0 0 0.562 3503 3038 0 0 0.562 2 interp_poly -40 -24 68 -14 3519 2939 3 MP PP 3519 2939 0 0 0.562 3587 2925 0 0 0.562 3519 2939 0 0 0.562 2 interp_poly 3587 2925 0 0 0.562 3547 2901 0 0 0.562 3587 2925 0 0 0.562 2 interp_poly 68 -14 -40 -24 3559 2963 3 MP PP 3559 2963 0 0 0.562 3519 2939 0 0 0.562 3559 2963 0 0 0.562 2 interp_poly 3519 2939 0 0 0.562 3587 2925 0 0 0.562 3519 2939 0 0 0.562 2 interp_poly 68 -89 -40 606 3584 2504 3 MP PP 3584 2504 0.438 1 0.625 3544 3110 0 0.375 1 3584 2504 0.438 1 0.625 2 interp_poly 3544 3110 0 0.375 1 3612 3021 0 0.5 1 3544 3110 0 0.375 1 2 interp_poly -40 -643 68 61 3581 3229 3 MP PP 3581 3229 0 0.5 1 3649 3290 0 0.375 1 3581 3229 0 0.5 1 2 interp_poly 3649 3290 0 0.375 1 3609 2647 0.438 1 0.625 3649 3290 0 0.375 1 2 interp_poly 68 -13 -40 -28 3617 3977 3 MP PP 3617 3977 0 0 0.562 3577 3949 0 0 0.562 3617 3977 0 0 0.562 2 interp_poly 3577 3949 0 0 0.562 3645 3936 0 0 0.562 3577 3949 0 0 0.562 2 interp_poly -40 -34 68 -13 3577 3949 3 MP PP 3577 3949 0 0 0.562 3645 3936 0 0 0.562 3577 3949 0 0 0.562 2 interp_poly 3645 3936 0 0 0.562 3605 3902 0 0 0.562 3645 3936 0 0 0.562 2 interp_poly 68 -14 -40 -24 3613 4141 3 MP PP 3613 4141 0 0 0.562 3573 4117 0 0 0.562 3613 4141 0 0 0.562 2 interp_poly 3573 4117 0 0 0.562 3641 4103 0 0 0.562 3573 4117 0 0 0.562 2 interp_poly -40 -24 68 -14 3573 4117 3 MP PP 3573 4117 0 0 0.562 3641 4103 0 0 0.562 3573 4117 0 0 0.562 2 interp_poly 3641 4103 0 0 0.562 3601 4079 0 0 0.562 3641 4103 0 0 0.562 2 interp_poly 68 -13 -40 -25 3610 4303 3 MP PP 3610 4303 0 0 0.562 3570 4278 0 0 0.562 3610 4303 0 0 0.562 2 interp_poly 3570 4278 0 0 0.562 3638 4265 0 0 0.562 3570 4278 0 0 0.562 2 interp_poly -40 -24 68 -13 3570 4278 3 MP PP 3570 4278 0 0 0.562 3638 4265 0 0 0.562 3570 4278 0 0 0.562 2 interp_poly 3638 4265 0 0 0.562 3598 4241 0 0 0.562 3638 4265 0 0 0.562 2 interp_poly 68 119 -40 -892 3609 2647 3 MP PP 3609 2647 0.438 1 0.625 3569 1755 1 0.188 0 3609 2647 0.438 1 0.625 2 interp_poly 3569 1755 1 0.188 0 3637 1874 1 0.438 0 3569 1755 1 0.188 0 2 interp_poly -40 -534 68 119 3569 1755 3 MP PP 3569 1755 1 0.188 0 3637 1874 1 0.438 0 3569 1755 1 0.188 0 2 interp_poly 3637 1874 1 0.438 0 3597 1340 0.562 0 0 3637 1874 1 0.438 0 2 interp_poly 68 -14 -40 -24 3606 4464 3 MP PP 3606 4464 0 0 0.562 3566 4440 0 0 0.562 3606 4464 0 0 0.562 2 interp_poly 3566 4440 0 0 0.562 3634 4426 0 0 0.562 3566 4440 0 0 0.562 2 interp_poly -40 -24 68 -14 3566 4440 3 MP PP 3566 4440 0 0 0.562 3634 4426 0 0 0.562 3566 4440 0 0 0.562 2 interp_poly 3634 4426 0 0 0.562 3594 4402 0 0 0.562 3634 4426 0 0 0.562 2 interp_poly 68 -7 -40 -52 3605 3902 3 MP PP 3605 3902 0 0 0.562 3565 3850 0 0 0.625 3605 3902 0 0 0.562 2 interp_poly 3565 3850 0 0 0.625 3633 3843 0 0 0.625 3565 3850 0 0 0.625 2 interp_poly -40 -88 68 -7 3565 3850 3 MP PP 3565 3850 0 0 0.625 3633 3843 0 0 0.625 3565 3850 0 0 0.625 2 interp_poly 3633 3843 0 0 0.625 3593 3755 0 0 0.688 3633 3843 0 0 0.625 2 interp_poly 68 -14 -40 -24 3601 4079 3 MP PP 3601 4079 0 0 0.562 3561 4055 0 0 0.562 3601 4079 0 0 0.562 2 interp_poly 3561 4055 0 0 0.562 3629 4041 0 0 0.562 3561 4055 0 0 0.562 2 interp_poly -40 -25 68 -14 3561 4055 3 MP PP 3561 4055 0 0 0.562 3629 4041 0 0 0.562 3561 4055 0 0 0.562 2 interp_poly 3629 4041 0 0 0.562 3589 4016 0 0 0.562 3629 4041 0 0 0.562 2 interp_poly 67 -14 -40 -24 3598 4241 3 MP PP 3598 4241 0 0 0.562 3558 4217 0 0 0.562 3598 4241 0 0 0.562 2 interp_poly 3558 4217 0 0 0.562 3625 4203 0 0 0.562 3558 4217 0 0 0.562 2 interp_poly -40 -24 67 -14 3558 4217 3 MP PP 3558 4217 0 0 0.562 3625 4203 0 0 0.562 3558 4217 0 0 0.562 2 interp_poly 3625 4203 0 0 0.562 3585 4179 0 0 0.562 3625 4203 0 0 0.562 2 interp_poly 68 -14 -40 -24 3594 4402 3 MP PP 3594 4402 0 0 0.562 3554 4378 0 0 0.562 3594 4402 0 0 0.562 2 interp_poly 3554 4378 0 0 0.562 3622 4364 0 0 0.562 3554 4378 0 0 0.562 2 interp_poly -40 -24 68 -14 3554 4378 3 MP PP 3554 4378 0 0 0.562 3622 4364 0 0 0.562 3554 4378 0 0 0.562 2 interp_poly 3622 4364 0 0 0.562 3582 4340 0 0 0.562 3622 4364 0 0 0.562 2 interp_poly 68 24 -40 -187 3593 3755 3 MP PP 3593 3755 0 0 0.688 3553 3568 0 0 1 3593 3755 0 0 0.688 2 interp_poly 3553 3568 0 0 1 3621 3592 0 0 0.938 3553 3568 0 0 1 2 interp_poly -40 -23 68 -14 3468 3398 3 MP PP 3468 3398 0 0 0.562 3536 3384 0 0 0.562 3468 3398 0 0 0.562 2 interp_poly 3536 3384 0 0 0.562 3496 3361 0 0 0.562 3536 3384 0 0 0.562 2 interp_poly 68 -14 -40 -23 3508 3421 3 MP PP 3508 3421 0 0 0.562 3468 3398 0 0 0.562 3508 3421 0 0 0.562 2 interp_poly 3468 3398 0 0 0.562 3536 3384 0 0 0.562 3468 3398 0 0 0.562 2 interp_poly -40 -20 68 -15 3480 3456 3 MP PP 3480 3456 0 0 0.562 3548 3441 0 0 0.562 3480 3456 0 0 0.562 2 interp_poly 3548 3441 0 0 0.562 3508 3421 0 0 0.562 3548 3441 0 0 0.562 2 interp_poly 68 -15 -40 -15 3520 3471 3 MP PP 3520 3471 0 0 0.562 3480 3456 0 0 0.562 3520 3471 0 0 0.562 2 interp_poly 3480 3456 0 0 0.562 3548 3441 0 0 0.562 3480 3456 0 0 0.562 2 interp_poly -40 -24 68 -14 3496 3361 3 MP PP 3496 3361 0 0 0.562 3564 3347 0 0 0.562 3496 3361 0 0 0.562 2 interp_poly 3564 3347 0 0 0.562 3524 3323 0 0 0.562 3564 3347 0 0 0.562 2 interp_poly 68 -14 -40 -23 3536 3384 3 MP PP 3536 3384 0 0 0.562 3496 3361 0 0 0.562 3536 3384 0 0 0.562 2 interp_poly 3496 3361 0 0 0.562 3564 3347 0 0 0.562 3496 3361 0 0 0.562 2 interp_poly -40 -23 68 -14 3508 3421 3 MP PP 3508 3421 0 0 0.562 3576 3407 0 0 0.562 3508 3421 0 0 0.562 2 interp_poly 3576 3407 0 0 0.562 3536 3384 0 0 0.562 3576 3407 0 0 0.562 2 interp_poly 68 -14 -40 -20 3548 3441 3 MP PP 3548 3441 0 0 0.562 3508 3421 0 0 0.562 3548 3441 0 0 0.562 2 interp_poly 3508 3421 0 0 0.562 3576 3407 0 0 0.562 3508 3421 0 0 0.562 2 interp_poly -40 119 68 -46 3504 3387 3 MP PP 3504 3387 0 0 0.875 3572 3341 0 0 0.938 3504 3387 0 0 0.875 2 interp_poly 3572 3341 0 0 0.938 3532 3460 0 0 0.688 3572 3341 0 0 0.938 2 interp_poly -40 -24 68 -14 3456 3337 3 MP PP 3456 3337 0 0 0.562 3524 3323 0 0 0.562 3456 3337 0 0 0.562 2 interp_poly 3524 3323 0 0 0.562 3484 3299 0 0 0.562 3524 3323 0 0 0.562 2 interp_poly 68 -14 -40 -24 3496 3361 3 MP PP 3496 3361 0 0 0.562 3456 3337 0 0 0.562 3496 3361 0 0 0.562 2 interp_poly 3456 3337 0 0 0.562 3524 3323 0 0 0.562 3456 3337 0 0 0.562 2 interp_poly -40 -24 68 -14 3472 3238 3 MP PP 3472 3238 0 0 0.562 3540 3224 0 0 0.562 3472 3238 0 0 0.562 2 interp_poly 3540 3224 0 0 0.562 3500 3200 0 0 0.562 3540 3224 0 0 0.562 2 interp_poly 68 -14 -40 -24 3512 3262 3 MP PP 3512 3262 0 0 0.562 3472 3238 0 0 0.562 3512 3262 0 0 0.562 2 interp_poly 3472 3238 0 0 0.562 3540 3224 0 0 0.562 3472 3238 0 0 0.562 2 interp_poly -40 -24 68 -13 3484 3299 3 MP PP 3484 3299 0 0 0.562 3552 3286 0 0 0.562 3484 3299 0 0 0.562 2 interp_poly 3552 3286 0 0 0.562 3512 3262 0 0 0.562 3552 3286 0 0 0.562 2 interp_poly 68 -13 -40 -24 3524 3323 3 MP PP 3524 3323 0 0 0.562 3484 3299 0 0 0.562 3524 3323 0 0 0.562 2 interp_poly 3484 3299 0 0 0.562 3552 3286 0 0 0.562 3484 3299 0 0 0.562 2 interp_poly 68 -46 -40 277 3544 3110 3 MP PP 3544 3110 0 0.375 1 3504 3387 0 0 0.875 3544 3110 0 0.375 1 2 interp_poly 3504 3387 0 0 0.875 3572 3341 0 0 0.938 3504 3387 0 0 0.875 2 interp_poly -40 40 68 -29 3532 3460 3 MP PP 3532 3460 0 0 0.688 3600 3431 0 0 0.688 3532 3460 0 0 0.688 2 interp_poly 3600 3431 0 0 0.688 3560 3471 0 0 0.625 3600 3431 0 0 0.688 2 interp_poly 68 -29 -40 119 3572 3341 3 MP PP 3572 3341 0 0 0.938 3532 3460 0 0 0.688 3572 3341 0 0 0.938 2 interp_poly 3532 3460 0 0 0.688 3600 3431 0 0 0.688 3532 3460 0 0 0.688 2 interp_poly -40 -363 68 24 3553 3568 3 MP PP 3553 3568 0 0 1 3621 3592 0 0 0.938 3553 3568 0 0 1 2 interp_poly 3621 3592 0 0 0.938 3581 3229 0 0.5 1 3621 3592 0 0 0.938 2 interp_poly 68 -13 -40 -26 3589 4016 3 MP PP 3589 4016 0 0 0.562 3549 3990 0 0 0.562 3589 4016 0 0 0.562 2 interp_poly 3549 3990 0 0 0.562 3617 3977 0 0 0.562 3549 3990 0 0 0.562 2 interp_poly -40 -28 68 -13 3549 3990 3 MP PP 3549 3990 0 0 0.562 3617 3977 0 0 0.562 3549 3990 0 0 0.562 2 interp_poly 3617 3977 0 0 0.562 3577 3949 0 0 0.562 3617 3977 0 0 0.562 2 interp_poly 68 -14 -40 -24 3585 4179 3 MP PP 3585 4179 0 0 0.562 3545 4155 0 0 0.562 3585 4179 0 0 0.562 2 interp_poly 3545 4155 0 0 0.562 3613 4141 0 0 0.562 3545 4155 0 0 0.562 2 interp_poly -40 -24 68 -14 3545 4155 3 MP PP 3545 4155 0 0 0.562 3613 4141 0 0 0.562 3545 4155 0 0 0.562 2 interp_poly 3613 4141 0 0 0.562 3573 4117 0 0 0.562 3613 4141 0 0 0.562 2 interp_poly 68 -13 -40 -24 3582 4340 3 MP PP 3582 4340 0 0 0.562 3542 4316 0 0 0.562 3582 4340 0 0 0.562 2 interp_poly 3542 4316 0 0 0.562 3610 4303 0 0 0.562 3542 4316 0 0 0.562 2 interp_poly -40 -25 68 -13 3542 4316 3 MP PP 3542 4316 0 0 0.562 3610 4303 0 0 0.562 3542 4316 0 0 0.562 2 interp_poly 3610 4303 0 0 0.562 3570 4278 0 0 0.562 3610 4303 0 0 0.562 2 interp_poly -40 -25 68 -13 3475 3076 3 MP PP 3475 3076 0 0 0.562 3543 3063 0 0 0.562 3475 3076 0 0 0.562 2 interp_poly 3543 3063 0 0 0.562 3503 3038 0 0 0.562 3543 3063 0 0 0.562 2 interp_poly 68 -13 -40 -24 3515 3100 3 MP PP 3515 3100 0 0 0.562 3475 3076 0 0 0.562 3515 3100 0 0 0.562 2 interp_poly 3475 3076 0 0 0.562 3543 3063 0 0 0.562 3475 3076 0 0 0.562 2 interp_poly 68 -14 -40 -24 3519 2939 3 MP PP 3519 2939 0 0 0.562 3479 2915 0 0 0.562 3519 2939 0 0 0.562 2 interp_poly 3479 2915 0 0 0.562 3547 2901 0 0 0.562 3479 2915 0 0 0.562 2 interp_poly -40 606 68 -140 3516 2644 3 MP PP 3516 2644 0.25 1 0.812 3584 2504 0.438 1 0.625 3516 2644 0.25 1 0.812 2 interp_poly 3584 2504 0.438 1 0.625 3544 3110 0 0.375 1 3584 2504 0.438 1 0.625 2 interp_poly 68 -140 -40 839 3556 1805 3 MP PP 3556 1805 1 0.375 0 3516 2644 0.25 1 0.812 3556 1805 1 0.375 0 2 interp_poly 3516 2644 0.25 1 0.812 3584 2504 0.438 1 0.625 3516 2644 0.25 1 0.812 2 interp_poly 68 120 -40 -702 3581 3229 3 MP PP 3581 3229 0 0.5 1 3541 2527 0.625 1 0.438 3581 3229 0 0.5 1 2 interp_poly 3541 2527 0.625 1 0.438 3609 2647 0.438 1 0.625 3541 2527 0.625 1 0.438 2 interp_poly -40 -892 68 120 3541 2527 3 MP PP 3541 2527 0.625 1 0.438 3609 2647 0.438 1 0.625 3541 2527 0.625 1 0.438 2 interp_poly 3609 2647 0.438 1 0.625 3569 1755 1 0.188 0 3609 2647 0.438 1 0.625 2 interp_poly -40 -24 68 -14 3538 4478 3 MP PP 3538 4478 0 0 0.562 3606 4464 0 0 0.562 3538 4478 0 0 0.562 2 interp_poly 3606 4464 0 0 0.562 3566 4440 0 0 0.562 3606 4464 0 0 0.562 2 interp_poly 68 -11 -40 -36 3577 3949 3 MP PP 3577 3949 0 0 0.562 3537 3913 0 0 0.562 3577 3949 0 0 0.562 2 interp_poly 3537 3913 0 0 0.562 3605 3902 0 0 0.562 3537 3913 0 0 0.562 2 interp_poly -40 -52 68 -11 3537 3913 3 MP PP 3537 3913 0 0 0.562 3605 3902 0 0 0.562 3537 3913 0 0 0.562 2 interp_poly 3605 3902 0 0 0.562 3565 3850 0 0 0.625 3605 3902 0 0 0.562 2 interp_poly 68 -14 -40 -24 3573 4117 3 MP PP 3573 4117 0 0 0.562 3533 4093 0 0 0.562 3573 4117 0 0 0.562 2 interp_poly 3533 4093 0 0 0.562 3601 4079 0 0 0.562 3533 4093 0 0 0.562 2 interp_poly -40 -24 68 -14 3533 4093 3 MP PP 3533 4093 0 0 0.562 3601 4079 0 0 0.562 3533 4093 0 0 0.562 2 interp_poly 3601 4079 0 0 0.562 3561 4055 0 0 0.562 3601 4079 0 0 0.562 2 interp_poly 68 -13 -40 -24 3570 4278 3 MP PP 3570 4278 0 0 0.562 3530 4254 0 0 0.562 3570 4278 0 0 0.562 2 interp_poly 3530 4254 0 0 0.562 3598 4241 0 0 0.562 3530 4254 0 0 0.562 2 interp_poly -40 -24 68 -13 3530 4254 3 MP PP 3530 4254 0 0 0.562 3598 4241 0 0 0.562 3530 4254 0 0 0.562 2 interp_poly 3598 4241 0 0 0.562 3558 4217 0 0 0.562 3598 4241 0 0 0.562 2 interp_poly -41 465 68 -27 3529 1367 3 MP PP 3529 1367 0.562 0 0 3597 1340 0.562 0 0 3529 1367 0.562 0 0 2 interp_poly 3597 1340 0.562 0 0 3556 1805 1 0.375 0 3597 1340 0.562 0 0 2 interp_poly 68 -27 -40 -388 3569 1755 3 MP PP 3569 1755 1 0.188 0 3529 1367 0.562 0 0 3569 1755 1 0.188 0 2 interp_poly 3529 1367 0.562 0 0 3597 1340 0.562 0 0 3529 1367 0.562 0 0 2 interp_poly 68 -14 -40 -24 3566 4440 3 MP PP 3566 4440 0 0 0.562 3526 4416 0 0 0.562 3566 4440 0 0 0.562 2 interp_poly 3526 4416 0 0 0.562 3594 4402 0 0 0.562 3526 4416 0 0 0.562 2 interp_poly -40 -24 68 -14 3526 4416 3 MP PP 3526 4416 0 0 0.562 3594 4402 0 0 0.562 3526 4416 0 0 0.562 2 interp_poly 3594 4402 0 0 0.562 3554 4378 0 0 0.562 3594 4402 0 0 0.562 2 interp_poly 68 3 -40 -98 3565 3850 3 MP PP 3565 3850 0 0 0.625 3525 3752 0 0 0.75 3565 3850 0 0 0.625 2 interp_poly 3525 3752 0 0 0.75 3593 3755 0 0 0.688 3525 3752 0 0 0.75 2 interp_poly -40 -187 68 3 3525 3752 3 MP PP 3525 3752 0 0 0.75 3593 3755 0 0 0.688 3525 3752 0 0 0.75 2 interp_poly 3593 3755 0 0 0.688 3553 3568 0 0 1 3593 3755 0 0 0.688 2 interp_poly 68 -14 -40 -25 3561 4055 3 MP PP 3561 4055 0 0 0.562 3521 4030 0 0 0.562 3561 4055 0 0 0.562 2 interp_poly 3521 4030 0 0 0.562 3589 4016 0 0 0.562 3521 4030 0 0 0.562 2 interp_poly -40 -26 68 -14 3521 4030 3 MP PP 3521 4030 0 0 0.562 3589 4016 0 0 0.562 3521 4030 0 0 0.562 2 interp_poly 3589 4016 0 0 0.562 3549 3990 0 0 0.562 3589 4016 0 0 0.562 2 interp_poly 67 -13 -40 -25 3558 4217 3 MP PP 3558 4217 0 0 0.562 3518 4192 0 0 0.562 3558 4217 0 0 0.562 2 interp_poly 3518 4192 0 0 0.562 3585 4179 0 0 0.562 3518 4192 0 0 0.562 2 interp_poly -40 -24 67 -13 3518 4192 3 MP PP 3518 4192 0 0 0.562 3585 4179 0 0 0.562 3518 4192 0 0 0.562 2 interp_poly 3585 4179 0 0 0.562 3545 4155 0 0 0.562 3585 4179 0 0 0.562 2 interp_poly 68 -14 -40 -24 3554 4378 3 MP PP 3554 4378 0 0 0.562 3514 4354 0 0 0.562 3554 4378 0 0 0.562 2 interp_poly 3514 4354 0 0 0.562 3582 4340 0 0 0.562 3514 4354 0 0 0.562 2 interp_poly -40 -24 68 -14 3514 4354 3 MP PP 3514 4354 0 0 0.562 3582 4340 0 0 0.562 3514 4354 0 0 0.562 2 interp_poly 3582 4340 0 0 0.562 3542 4316 0 0 0.562 3582 4340 0 0 0.562 2 interp_poly -40 -24 68 -14 3460 3176 3 MP PP 3460 3176 0 0 0.562 3528 3162 0 0 0.562 3460 3176 0 0 0.562 2 interp_poly 3528 3162 0 0 0.562 3488 3138 0 0 0.562 3528 3162 0 0 0.562 2 interp_poly 68 -14 -40 -24 3500 3200 3 MP PP 3500 3200 0 0 0.562 3460 3176 0 0 0.562 3500 3200 0 0 0.562 2 interp_poly 3460 3176 0 0 0.562 3528 3162 0 0 0.562 3460 3176 0 0 0.562 2 interp_poly -40 -24 68 -13 3432 3213 3 MP PP 3432 3213 0 0 0.562 3500 3200 0 0 0.562 3432 3213 0 0 0.562 2 interp_poly 3500 3200 0 0 0.562 3460 3176 0 0 0.562 3500 3200 0 0 0.562 2 interp_poly 68 -13 -40 -25 3472 3238 3 MP PP 3472 3238 0 0 0.562 3432 3213 0 0 0.562 3472 3238 0 0 0.562 2 interp_poly 3432 3213 0 0 0.562 3500 3200 0 0 0.562 3432 3213 0 0 0.562 2 interp_poly -40 -24 68 -13 3444 3275 3 MP PP 3444 3275 0 0 0.562 3512 3262 0 0 0.562 3444 3275 0 0 0.562 2 interp_poly 3512 3262 0 0 0.562 3472 3238 0 0 0.562 3512 3262 0 0 0.562 2 interp_poly 68 -13 -40 -24 3484 3299 3 MP PP 3484 3299 0 0 0.562 3444 3275 0 0 0.562 3484 3299 0 0 0.562 2 interp_poly 3444 3275 0 0 0.562 3512 3262 0 0 0.562 3444 3275 0 0 0.562 2 interp_poly -40 277 68 -80 3476 3190 3 MP PP 3476 3190 0 0.25 1 3544 3110 0 0.375 1 3476 3190 0 0.25 1 2 interp_poly 3544 3110 0 0.375 1 3504 3387 0 0 0.875 3544 3110 0 0.375 1 2 interp_poly -40 0 68 -19 3492 3490 3 MP PP 3492 3490 0 0 0.562 3560 3471 0 0 0.625 3492 3490 0 0 0.562 2 interp_poly 3560 3471 0 0 0.625 3520 3471 0 0 0.562 3560 3471 0 0 0.625 2 interp_poly -40 -15 68 -16 3452 3487 3 MP PP 3452 3487 0 0 0.562 3520 3471 0 0 0.562 3452 3487 0 0 0.562 2 interp_poly 3520 3471 0 0 0.562 3480 3456 0 0 0.562 3520 3471 0 0 0.562 2 interp_poly 68 -16 -40 -3 3492 3490 3 MP PP 3492 3490 0 0 0.562 3452 3487 0 0 0.562 3492 3490 0 0 0.562 2 interp_poly 3452 3487 0 0 0.562 3520 3471 0 0 0.562 3452 3487 0 0 0.562 2 interp_poly 68 -19 -40 30 3532 3460 3 MP PP 3532 3460 0 0 0.688 3492 3490 0 0 0.562 3532 3460 0 0 0.688 2 interp_poly 3492 3490 0 0 0.562 3560 3471 0 0 0.625 3492 3490 0 0 0.562 2 interp_poly 68 70 -40 -409 3553 3568 3 MP PP 3553 3568 0 0 1 3513 3159 0 0.625 1 3553 3568 0 0 1 2 interp_poly 3513 3159 0 0.625 1 3581 3229 0 0.5 1 3513 3159 0 0.625 1 2 interp_poly -40 -24 67 -14 3448 3114 3 MP PP 3448 3114 0 0 0.562 3515 3100 0 0 0.562 3448 3114 0 0 0.562 2 interp_poly 3515 3100 0 0 0.562 3475 3076 0 0 0.562 3515 3100 0 0 0.562 2 interp_poly 67 -14 -40 -24 3488 3138 3 MP PP 3488 3138 0 0 0.562 3448 3114 0 0 0.562 3488 3138 0 0 0.562 2 interp_poly 3448 3114 0 0 0.562 3515 3100 0 0 0.562 3448 3114 0 0 0.562 2 interp_poly -40 -24 68 -13 3463 3014 3 MP PP 3463 3014 0 0 0.562 3531 3001 0 0 0.562 3463 3014 0 0 0.562 2 interp_poly 3531 3001 0 0 0.562 3491 2977 0 0 0.562 3531 3001 0 0 0.562 2 interp_poly 68 -13 -40 -24 3503 3038 3 MP PP 3503 3038 0 0 0.562 3463 3014 0 0 0.562 3503 3038 0 0 0.562 2 interp_poly 3463 3014 0 0 0.562 3531 3001 0 0 0.562 3463 3014 0 0 0.562 2 interp_poly -40 -24 68 -14 3420 3152 3 MP PP 3420 3152 0 0 0.562 3488 3138 0 0 0.562 3420 3152 0 0 0.562 2 interp_poly 3488 3138 0 0 0.562 3448 3114 0 0 0.562 3488 3138 0 0 0.562 2 interp_poly 68 -14 -40 -24 3460 3176 3 MP PP 3460 3176 0 0 0.562 3420 3152 0 0 0.562 3460 3176 0 0 0.562 2 interp_poly 3420 3152 0 0 0.562 3488 3138 0 0 0.562 3420 3152 0 0 0.562 2 interp_poly -40 -24 68 -14 3435 3052 3 MP PP 3435 3052 0 0 0.562 3503 3038 0 0 0.562 3435 3052 0 0 0.562 2 interp_poly 3503 3038 0 0 0.562 3463 3014 0 0 0.562 3503 3038 0 0 0.562 2 interp_poly 68 -14 -40 -24 3475 3076 3 MP PP 3475 3076 0 0 0.562 3435 3052 0 0 0.562 3475 3076 0 0 0.562 2 interp_poly 3435 3052 0 0 0.562 3503 3038 0 0 0.562 3435 3052 0 0 0.562 2 interp_poly -40 -24 68 -13 3451 2952 3 MP PP 3451 2952 0 0 0.562 3519 2939 0 0 0.562 3451 2952 0 0 0.562 2 interp_poly 3519 2939 0 0 0.562 3479 2915 0 0 0.562 3519 2939 0 0 0.562 2 interp_poly 68 -13 -40 -25 3491 2977 3 MP PP 3491 2977 0 0 0.562 3451 2952 0 0 0.562 3491 2977 0 0 0.562 2 interp_poly 3451 2952 0 0 0.562 3519 2939 0 0 0.562 3451 2952 0 0 0.562 2 interp_poly 68 -80 -40 546 3516 2644 3 MP PP 3516 2644 0.25 1 0.812 3476 3190 0 0.25 1 3516 2644 0.25 1 0.812 2 interp_poly 3476 3190 0 0.25 1 3544 3110 0 0.375 1 3476 3190 0 0.25 1 2 interp_poly -40 -702 68 70 3513 3159 3 MP PP 3513 3159 0 0.625 1 3581 3229 0 0.5 1 3513 3159 0 0.625 1 2 interp_poly 3581 3229 0 0.5 1 3541 2527 0.625 1 0.438 3581 3229 0 0.5 1 2 interp_poly 68 -12 -40 -29 3549 3990 3 MP PP 3549 3990 0 0 0.562 3509 3961 0 0 0.562 3549 3990 0 0 0.562 2 interp_poly 3509 3961 0 0 0.562 3577 3949 0 0 0.562 3509 3961 0 0 0.562 2 interp_poly -40 -36 68 -12 3509 3961 3 MP PP 3509 3961 0 0 0.562 3577 3949 0 0 0.562 3509 3961 0 0 0.562 2 interp_poly 3577 3949 0 0 0.562 3537 3913 0 0 0.562 3577 3949 0 0 0.562 2 interp_poly gr 1 sg gs 899 389 5356 4226 rc 68 -14 -40 -24 3545 4155 3 MP PP 3545 4155 0 0 0.562 3505 4131 0 0 0.562 3545 4155 0 0 0.562 2 interp_poly 3505 4131 0 0 0.562 3573 4117 0 0 0.562 3505 4131 0 0 0.562 2 interp_poly -40 -24 68 -14 3505 4131 3 MP PP 3505 4131 0 0 0.562 3573 4117 0 0 0.562 3505 4131 0 0 0.562 2 interp_poly 3573 4117 0 0 0.562 3533 4093 0 0 0.562 3573 4117 0 0 0.562 2 interp_poly 68 -14 -40 -24 3542 4316 3 MP PP 3542 4316 0 0 0.562 3502 4292 0 0 0.562 3542 4316 0 0 0.562 2 interp_poly 3502 4292 0 0 0.562 3570 4278 0 0 0.562 3502 4292 0 0 0.562 2 interp_poly -40 -24 68 -14 3502 4292 3 MP PP 3502 4292 0 0 0.562 3570 4278 0 0 0.562 3502 4292 0 0 0.562 2 interp_poly 3570 4278 0 0 0.562 3530 4254 0 0 0.562 3570 4278 0 0 0.562 2 interp_poly -40 592 68 -56 3461 1423 3 MP PP 3461 1423 0.625 0 0 3529 1367 0.562 0 0 3461 1423 0.625 0 0 2 interp_poly 3529 1367 0.562 0 0 3489 1959 1 0.625 0 3529 1367 0.562 0 0 2 interp_poly -40 839 67 -154 3489 1959 3 MP PP 3489 1959 1 0.625 0 3556 1805 1 0.375 0 3489 1959 1 0.625 0 2 interp_poly 3556 1805 1 0.375 0 3516 2644 0.25 1 0.812 3556 1805 1 0.375 0 2 interp_poly 67 -154 -40 592 3529 1367 3 MP PP 3529 1367 0.562 0 0 3489 1959 1 0.625 0 3529 1367 0.562 0 0 2 interp_poly 3489 1959 1 0.625 0 3556 1805 1 0.375 0 3489 1959 1 0.625 0 2 interp_poly 68 105 -40 -877 3541 2527 3 MP PP 3541 2527 0.625 1 0.438 3501 1650 1 0 0 3541 2527 0.625 1 0.438 2 interp_poly 3501 1650 1 0 0 3569 1755 1 0.188 0 3501 1650 1 0 0 2 interp_poly -40 -388 68 105 3501 1650 3 MP PP 3501 1650 1 0 0 3569 1755 1 0.188 0 3501 1650 1 0 0 2 interp_poly 3569 1755 1 0.188 0 3529 1367 0.562 0 0 3569 1755 1 0.188 0 2 interp_poly 68 -14 -40 -24 3538 4478 3 MP PP 3538 4478 0 0 0.562 3498 4454 0 0 0.562 3538 4478 0 0 0.562 2 interp_poly 3498 4454 0 0 0.562 3566 4440 0 0 0.562 3498 4454 0 0 0.562 2 interp_poly -40 -24 68 -14 3498 4454 3 MP PP 3498 4454 0 0 0.562 3566 4440 0 0 0.562 3498 4454 0 0 0.562 2 interp_poly 3566 4440 0 0 0.562 3526 4416 0 0 0.562 3566 4440 0 0 0.562 2 interp_poly 68 -6 -40 -57 3537 3913 3 MP PP 3537 3913 0 0 0.562 3497 3856 0 0 0.625 3537 3913 0 0 0.562 2 interp_poly 3497 3856 0 0 0.625 3565 3850 0 0 0.625 3497 3856 0 0 0.625 2 interp_poly -40 -98 68 -6 3497 3856 3 MP PP 3497 3856 0 0 0.625 3565 3850 0 0 0.625 3497 3856 0 0 0.625 2 interp_poly 3565 3850 0 0 0.625 3525 3752 0 0 0.75 3565 3850 0 0 0.625 2 interp_poly 68 -13 -40 -25 3533 4093 3 MP PP 3533 4093 0 0 0.562 3493 4068 0 0 0.562 3533 4093 0 0 0.562 2 interp_poly 3493 4068 0 0 0.562 3561 4055 0 0 0.562 3493 4068 0 0 0.562 2 interp_poly -40 -25 68 -13 3493 4068 3 MP PP 3493 4068 0 0 0.562 3561 4055 0 0 0.562 3493 4068 0 0 0.562 2 interp_poly 3561 4055 0 0 0.562 3521 4030 0 0 0.562 3561 4055 0 0 0.562 2 interp_poly 68 -13 -40 -24 3530 4254 3 MP PP 3530 4254 0 0 0.562 3490 4230 0 0 0.562 3530 4254 0 0 0.562 2 interp_poly 3490 4230 0 0 0.562 3558 4217 0 0 0.562 3490 4230 0 0 0.562 2 interp_poly -40 -25 68 -13 3490 4230 3 MP PP 3490 4230 0 0 0.562 3558 4217 0 0 0.562 3490 4230 0 0 0.562 2 interp_poly 3558 4217 0 0 0.562 3518 4192 0 0 0.562 3558 4217 0 0 0.562 2 interp_poly 68 -14 -40 -24 3526 4416 3 MP PP 3526 4416 0 0 0.562 3486 4392 0 0 0.562 3526 4416 0 0 0.562 2 interp_poly 3486 4392 0 0 0.562 3554 4378 0 0 0.562 3486 4392 0 0 0.562 2 interp_poly -40 -24 68 -14 3486 4392 3 MP PP 3486 4392 0 0 0.562 3554 4378 0 0 0.562 3486 4392 0 0 0.562 2 interp_poly 3554 4378 0 0 0.562 3514 4354 0 0 0.562 3554 4378 0 0 0.562 2 interp_poly 68 29 -40 -213 3525 3752 3 MP PP 3525 3752 0 0 0.75 3485 3539 0 0.0625 1 3525 3752 0 0 0.75 2 interp_poly 3485 3539 0 0.0625 1 3553 3568 0 0 1 3485 3539 0 0.0625 1 2 interp_poly -40 -3 68 -19 3424 3509 3 MP PP 3424 3509 0 0 0.562 3492 3490 0 0 0.562 3424 3509 0 0 0.562 2 interp_poly 3492 3490 0 0 0.562 3452 3487 0 0 0.562 3492 3490 0 0 0.562 2 interp_poly 68 -19 -40 23 3464 3486 3 MP PP 3464 3486 0 0 0.688 3424 3509 0 0 0.562 3464 3486 0 0 0.688 2 interp_poly 3424 3509 0 0 0.562 3492 3490 0 0 0.562 3424 3509 0 0 0.562 2 interp_poly -40 -23 68 -14 3372 3449 3 MP PP 3372 3449 0 0 0.562 3440 3435 0 0 0.562 3372 3449 0 0 0.562 2 interp_poly 3440 3435 0 0 0.562 3400 3412 0 0 0.562 3440 3435 0 0 0.562 2 interp_poly 68 -14 -40 -21 3412 3470 3 MP PP 3412 3470 0 0 0.562 3372 3449 0 0 0.562 3412 3470 0 0 0.562 2 interp_poly 3372 3449 0 0 0.562 3440 3435 0 0 0.562 3372 3449 0 0 0.562 2 interp_poly 68 -14 -40 -23 3440 3435 3 MP PP 3440 3435 0 0 0.562 3400 3412 0 0 0.562 3440 3435 0 0 0.562 2 interp_poly 3400 3412 0 0 0.562 3468 3398 0 0 0.562 3400 3412 0 0 0.562 2 interp_poly -40 -21 68 -14 3412 3470 3 MP PP 3412 3470 0 0 0.562 3480 3456 0 0 0.562 3412 3470 0 0 0.562 2 interp_poly 3480 3456 0 0 0.562 3440 3435 0 0 0.562 3480 3456 0 0 0.562 2 interp_poly 68 -14 -40 -17 3452 3487 3 MP PP 3452 3487 0 0 0.562 3412 3470 0 0 0.562 3452 3487 0 0 0.562 2 interp_poly 3412 3470 0 0 0.562 3480 3456 0 0 0.562 3412 3470 0 0 0.562 2 interp_poly -40 -23 68 -14 3440 3435 3 MP PP 3440 3435 0 0 0.562 3508 3421 0 0 0.562 3440 3435 0 0 0.562 2 interp_poly 3508 3421 0 0 0.562 3468 3398 0 0 0.562 3508 3421 0 0 0.562 2 interp_poly 68 -14 -40 -21 3480 3456 3 MP PP 3480 3456 0 0 0.562 3440 3435 0 0 0.562 3480 3456 0 0 0.562 2 interp_poly 3440 3435 0 0 0.562 3508 3421 0 0 0.562 3440 3435 0 0 0.562 2 interp_poly -40 99 68 -42 3436 3429 3 MP PP 3436 3429 0 0 0.812 3504 3387 0 0 0.875 3436 3429 0 0 0.812 2 interp_poly 3504 3387 0 0 0.875 3464 3486 0 0 0.688 3504 3387 0 0 0.875 2 interp_poly -40 -24 68 -14 3388 3351 3 MP PP 3388 3351 0 0 0.562 3456 3337 0 0 0.562 3388 3351 0 0 0.562 2 interp_poly 3456 3337 0 0 0.562 3416 3313 0 0 0.562 3456 3337 0 0 0.562 2 interp_poly 68 -14 -40 -24 3428 3375 3 MP PP 3428 3375 0 0 0.562 3388 3351 0 0 0.562 3428 3375 0 0 0.562 2 interp_poly 3388 3351 0 0 0.562 3456 3337 0 0 0.562 3388 3351 0 0 0.562 2 interp_poly -40 -23 68 -14 3400 3412 3 MP PP 3400 3412 0 0 0.562 3468 3398 0 0 0.562 3400 3412 0 0 0.562 2 interp_poly 3468 3398 0 0 0.562 3428 3375 0 0 0.562 3468 3398 0 0 0.562 2 interp_poly -40 -25 68 -13 3404 3251 3 MP PP 3404 3251 0 0 0.562 3472 3238 0 0 0.562 3404 3251 0 0 0.562 2 interp_poly 3472 3238 0 0 0.562 3432 3213 0 0 0.562 3472 3238 0 0 0.562 2 interp_poly 68 -13 -40 -24 3444 3275 3 MP PP 3444 3275 0 0 0.562 3404 3251 0 0 0.562 3444 3275 0 0 0.562 2 interp_poly 3404 3251 0 0 0.562 3472 3238 0 0 0.562 3404 3251 0 0 0.562 2 interp_poly -40 -24 68 -14 3416 3313 3 MP PP 3416 3313 0 0 0.562 3484 3299 0 0 0.562 3416 3313 0 0 0.562 2 interp_poly 3484 3299 0 0 0.562 3444 3275 0 0 0.562 3484 3299 0 0 0.562 2 interp_poly 68 -14 -40 -24 3456 3337 3 MP PP 3456 3337 0 0 0.562 3416 3313 0 0 0.562 3456 3337 0 0 0.562 2 interp_poly 3416 3313 0 0 0.562 3484 3299 0 0 0.562 3416 3313 0 0 0.562 2 interp_poly -40 -24 68 -14 3428 3375 3 MP PP 3428 3375 0 0 0.562 3496 3361 0 0 0.562 3428 3375 0 0 0.562 2 interp_poly 3496 3361 0 0 0.562 3456 3337 0 0 0.562 3496 3361 0 0 0.562 2 interp_poly 68 -14 -40 -23 3468 3398 3 MP PP 3468 3398 0 0 0.562 3428 3375 0 0 0.562 3468 3398 0 0 0.562 2 interp_poly 3428 3375 0 0 0.562 3496 3361 0 0 0.562 3428 3375 0 0 0.562 2 interp_poly 68 -42 -40 239 3476 3190 3 MP PP 3476 3190 0 0.25 1 3436 3429 0 0 0.812 3476 3190 0 0.25 1 2 interp_poly 3436 3429 0 0 0.812 3504 3387 0 0 0.875 3436 3429 0 0 0.812 2 interp_poly -40 30 68 -26 3464 3486 3 MP PP 3464 3486 0 0 0.688 3532 3460 0 0 0.688 3464 3486 0 0 0.688 2 interp_poly 3532 3460 0 0 0.688 3492 3490 0 0 0.562 3532 3460 0 0 0.688 2 interp_poly 68 -26 -40 99 3504 3387 3 MP PP 3504 3387 0 0 0.875 3464 3486 0 0 0.688 3504 3387 0 0 0.875 2 interp_poly 3464 3486 0 0 0.688 3532 3460 0 0 0.688 3464 3486 0 0 0.688 2 interp_poly -40 -409 68 29 3485 3539 3 MP PP 3485 3539 0 0.0625 1 3553 3568 0 0 1 3485 3539 0 0.0625 1 2 interp_poly 3553 3568 0 0 1 3513 3159 0 0.625 1 3553 3568 0 0 1 2 interp_poly 68 -13 -40 -27 3521 4030 3 MP PP 3521 4030 0 0 0.562 3481 4003 0 0 0.562 3521 4030 0 0 0.562 2 interp_poly 3481 4003 0 0 0.562 3549 3990 0 0 0.562 3481 4003 0 0 0.562 2 interp_poly -40 -29 68 -13 3481 4003 3 MP PP 3481 4003 0 0 0.562 3549 3990 0 0 0.562 3481 4003 0 0 0.562 2 interp_poly 3549 3990 0 0 0.562 3509 3961 0 0 0.562 3549 3990 0 0 0.562 2 interp_poly 67 -13 -40 -24 3518 4192 3 MP PP 3518 4192 0 0 0.562 3478 4168 0 0 0.562 3518 4192 0 0 0.562 2 interp_poly 3478 4168 0 0 0.562 3545 4155 0 0 0.562 3478 4168 0 0 0.562 2 interp_poly -40 -24 67 -13 3478 4168 3 MP PP 3478 4168 0 0 0.562 3545 4155 0 0 0.562 3478 4168 0 0 0.562 2 interp_poly 3545 4155 0 0 0.562 3505 4131 0 0 0.562 3545 4155 0 0 0.562 2 interp_poly 68 -14 -40 -24 3514 4354 3 MP PP 3514 4354 0 0 0.562 3474 4330 0 0 0.562 3514 4354 0 0 0.562 2 interp_poly 3474 4330 0 0 0.562 3542 4316 0 0 0.562 3474 4330 0 0 0.562 2 interp_poly -40 -24 68 -14 3474 4330 3 MP PP 3474 4330 0 0 0.562 3542 4316 0 0 0.562 3474 4330 0 0 0.562 2 interp_poly 3542 4316 0 0 0.562 3502 4292 0 0 0.562 3542 4316 0 0 0.562 2 interp_poly -40 -24 67 -14 3408 3090 3 MP PP 3408 3090 0 0 0.562 3475 3076 0 0 0.562 3408 3090 0 0 0.562 2 interp_poly 3475 3076 0 0 0.562 3435 3052 0 0 0.562 3475 3076 0 0 0.562 2 interp_poly 67 -14 -40 -24 3448 3114 3 MP PP 3448 3114 0 0 0.562 3408 3090 0 0 0.562 3448 3114 0 0 0.562 2 interp_poly 3408 3090 0 0 0.562 3475 3076 0 0 0.562 3408 3090 0 0 0.562 2 interp_poly 68 -13 -40 -24 3451 2952 3 MP PP 3451 2952 0 0 0.562 3411 2928 0 0 0.562 3451 2952 0 0 0.562 2 interp_poly 3411 2928 0 0 0.562 3479 2915 0 0 0.562 3411 2928 0 0 0.562 2 interp_poly -40 -25 68 -13 3423 2990 3 MP PP 3423 2990 0 0 0.562 3491 2977 0 0 0.562 3423 2990 0 0 0.562 2 interp_poly 3491 2977 0 0 0.562 3451 2952 0 0 0.562 3491 2977 0 0 0.562 2 interp_poly 68 -13 -40 -24 3463 3014 3 MP PP 3463 3014 0 0 0.562 3423 2990 0 0 0.562 3463 3014 0 0 0.562 2 interp_poly 3423 2990 0 0 0.562 3491 2977 0 0 0.562 3423 2990 0 0 0.562 2 interp_poly -40 546 67 -131 3449 2775 3 MP PP 3449 2775 0 1 1 3516 2644 0.25 1 0.812 3449 2775 0 1 1 2 interp_poly 3516 2644 0.25 1 0.812 3476 3190 0 0.25 1 3516 2644 0.25 1 0.812 2 interp_poly 67 -131 -40 816 3489 1959 3 MP PP 3489 1959 1 0.625 0 3449 2775 0 1 1 3489 1959 1 0.625 0 2 interp_poly 3449 2775 0 1 1 3516 2644 0.25 1 0.812 3449 2775 0 1 1 2 interp_poly 68 126 -40 -758 3513 3159 3 MP PP 3513 3159 0 0.625 1 3473 2401 0.875 1 0.188 3513 3159 0 0.625 1 2 interp_poly 3473 2401 0.875 1 0.188 3541 2527 0.625 1 0.438 3473 2401 0.875 1 0.188 2 interp_poly -40 -877 68 126 3473 2401 3 MP PP 3473 2401 0.875 1 0.188 3541 2527 0.625 1 0.438 3473 2401 0.875 1 0.188 2 interp_poly 3541 2527 0.625 1 0.438 3501 1650 1 0 0 3541 2527 0.625 1 0.438 2 interp_poly -40 -24 68 -13 3470 4491 3 MP PP 3470 4491 0 0 0.562 3538 4478 0 0 0.562 3470 4491 0 0 0.562 2 interp_poly 3538 4478 0 0 0.562 3498 4454 0 0 0.562 3538 4478 0 0 0.562 2 interp_poly 68 -10 -40 -38 3509 3961 3 MP PP 3509 3961 0 0 0.562 3469 3923 0 0 0.562 3509 3961 0 0 0.562 2 interp_poly 3469 3923 0 0 0.562 3537 3913 0 0 0.562 3469 3923 0 0 0.562 2 interp_poly -40 -57 68 -10 3469 3923 3 MP PP 3469 3923 0 0 0.562 3537 3913 0 0 0.562 3469 3923 0 0 0.562 2 interp_poly 3537 3913 0 0 0.562 3497 3856 0 0 0.625 3537 3913 0 0 0.562 2 interp_poly 68 -13 -40 -25 3505 4131 3 MP PP 3505 4131 0 0 0.562 3465 4106 0 0 0.562 3505 4131 0 0 0.562 2 interp_poly 3465 4106 0 0 0.562 3533 4093 0 0 0.562 3465 4106 0 0 0.562 2 interp_poly -40 -25 68 -13 3465 4106 3 MP PP 3465 4106 0 0 0.562 3533 4093 0 0 0.562 3465 4106 0 0 0.562 2 interp_poly 3533 4093 0 0 0.562 3493 4068 0 0 0.562 3533 4093 0 0 0.562 2 interp_poly 68 -14 -40 -24 3502 4292 3 MP PP 3502 4292 0 0 0.562 3462 4268 0 0 0.562 3502 4292 0 0 0.562 2 interp_poly 3462 4268 0 0 0.562 3530 4254 0 0 0.562 3462 4268 0 0 0.562 2 interp_poly -40 -24 68 -14 3462 4268 3 MP PP 3462 4268 0 0 0.562 3530 4254 0 0 0.562 3462 4268 0 0 0.562 2 interp_poly 3530 4254 0 0 0.562 3490 4230 0 0 0.562 3530 4254 0 0 0.562 2 interp_poly 68 -56 -40 -227 3501 1650 3 MP PP 3501 1650 1 0 0 3461 1423 0.625 0 0 3501 1650 1 0 0 2 interp_poly 3461 1423 0.625 0 0 3529 1367 0.562 0 0 3461 1423 0.625 0 0 2 interp_poly 68 -13 -40 -25 3498 4454 3 MP PP 3498 4454 0 0 0.562 3458 4429 0 0 0.562 3498 4454 0 0 0.562 2 interp_poly 3458 4429 0 0 0.562 3526 4416 0 0 0.562 3458 4429 0 0 0.562 2 interp_poly -40 -24 68 -13 3458 4429 3 MP PP 3458 4429 0 0 0.562 3526 4416 0 0 0.562 3458 4429 0 0 0.562 2 interp_poly 3526 4416 0 0 0.562 3486 4392 0 0 0.562 3526 4416 0 0 0.562 2 interp_poly 68 6 -40 -110 3497 3856 3 MP PP 3497 3856 0 0 0.625 3457 3746 0 0 0.75 3497 3856 0 0 0.625 2 interp_poly 3457 3746 0 0 0.75 3525 3752 0 0 0.75 3457 3746 0 0 0.75 2 interp_poly -40 -213 68 6 3457 3746 3 MP PP 3457 3746 0 0 0.75 3525 3752 0 0 0.75 3457 3746 0 0 0.75 2 interp_poly 3525 3752 0 0 0.75 3485 3539 0 0.0625 1 3525 3752 0 0 0.75 2 interp_poly 68 -13 -40 -25 3493 4068 3 MP PP 3493 4068 0 0 0.562 3453 4043 0 0 0.562 3493 4068 0 0 0.562 2 interp_poly 3453 4043 0 0 0.562 3521 4030 0 0 0.562 3453 4043 0 0 0.562 2 interp_poly -40 -27 68 -13 3453 4043 3 MP PP 3453 4043 0 0 0.562 3521 4030 0 0 0.562 3453 4043 0 0 0.562 2 interp_poly 3521 4030 0 0 0.562 3481 4003 0 0 0.562 3521 4030 0 0 0.562 2 interp_poly 68 -14 -40 -24 3490 4230 3 MP PP 3490 4230 0 0 0.562 3450 4206 0 0 0.562 3490 4230 0 0 0.562 2 interp_poly 3450 4206 0 0 0.562 3518 4192 0 0 0.562 3450 4206 0 0 0.562 2 interp_poly -40 -24 68 -14 3450 4206 3 MP PP 3450 4206 0 0 0.562 3518 4192 0 0 0.562 3450 4206 0 0 0.562 2 interp_poly 3518 4192 0 0 0.562 3478 4168 0 0 0.562 3518 4192 0 0 0.562 2 interp_poly 68 -14 -40 -24 3486 4392 3 MP PP 3486 4392 0 0 0.562 3446 4368 0 0 0.562 3486 4392 0 0 0.562 2 interp_poly 3446 4368 0 0 0.562 3514 4354 0 0 0.562 3446 4368 0 0 0.562 2 interp_poly -40 -24 68 -14 3446 4368 3 MP PP 3446 4368 0 0 0.562 3514 4354 0 0 0.562 3446 4368 0 0 0.562 2 interp_poly 3514 4354 0 0 0.562 3474 4330 0 0 0.562 3514 4354 0 0 0.562 2 interp_poly -40 -24 68 -13 3392 3189 3 MP PP 3392 3189 0 0 0.562 3460 3176 0 0 0.562 3392 3189 0 0 0.562 2 interp_poly 3460 3176 0 0 0.562 3420 3152 0 0 0.562 3460 3176 0 0 0.562 2 interp_poly 68 -13 -40 -24 3432 3213 3 MP PP 3432 3213 0 0 0.562 3392 3189 0 0 0.562 3432 3213 0 0 0.562 2 interp_poly 3392 3189 0 0 0.562 3460 3176 0 0 0.562 3392 3189 0 0 0.562 2 interp_poly -40 -24 68 -13 3360 3388 3 MP PP 3360 3388 0 0 0.562 3428 3375 0 0 0.562 3360 3388 0 0 0.562 2 interp_poly 3428 3375 0 0 0.562 3388 3351 0 0 0.562 3428 3375 0 0 0.562 2 interp_poly 68 -13 -40 -24 3400 3412 3 MP PP 3400 3412 0 0 0.562 3360 3388 0 0 0.562 3400 3412 0 0 0.562 2 interp_poly 3360 3388 0 0 0.562 3428 3375 0 0 0.562 3360 3388 0 0 0.562 2 interp_poly -40 -24 68 -14 3376 3289 3 MP PP 3376 3289 0 0 0.562 3444 3275 0 0 0.562 3376 3289 0 0 0.562 2 interp_poly 3444 3275 0 0 0.562 3404 3251 0 0 0.562 3444 3275 0 0 0.562 2 interp_poly 68 -14 -40 -24 3416 3313 3 MP PP 3416 3313 0 0 0.562 3376 3289 0 0 0.562 3416 3313 0 0 0.562 2 interp_poly 3376 3289 0 0 0.562 3444 3275 0 0 0.562 3376 3289 0 0 0.562 2 interp_poly -40 239 67 -72 3409 3262 3 MP PP 3409 3262 0 0.188 1 3476 3190 0 0.25 1 3409 3262 0 0.188 1 2 interp_poly 3476 3190 0 0.25 1 3436 3429 0 0 0.812 3476 3190 0 0.25 1 2 interp_poly -40 -24 68 -13 3352 3165 3 MP PP 3352 3165 0 0 0.562 3420 3152 0 0 0.562 3352 3165 0 0 0.562 2 interp_poly 3420 3152 0 0 0.562 3380 3128 0 0 0.562 3420 3152 0 0 0.562 2 interp_poly 68 -13 -40 -24 3392 3189 3 MP PP 3392 3189 0 0 0.562 3352 3165 0 0 0.562 3392 3189 0 0 0.562 2 interp_poly 3352 3165 0 0 0.562 3420 3152 0 0 0.562 3352 3165 0 0 0.562 2 interp_poly -40 -24 68 -14 3364 3227 3 MP PP 3364 3227 0 0 0.562 3432 3213 0 0 0.562 3364 3227 0 0 0.562 2 interp_poly 3432 3213 0 0 0.562 3392 3189 0 0 0.562 3432 3213 0 0 0.562 2 interp_poly 68 -14 -40 -24 3404 3251 3 MP PP 3404 3251 0 0 0.562 3364 3227 0 0 0.562 3404 3251 0 0 0.562 2 interp_poly 3364 3227 0 0 0.562 3432 3213 0 0 0.562 3364 3227 0 0 0.562 2 interp_poly -40 -24 67 -14 3368 3066 3 MP PP 3368 3066 0 0 0.562 3435 3052 0 0 0.562 3368 3066 0 0 0.562 2 interp_poly 3435 3052 0 0 0.562 3395 3028 0 0 0.562 3435 3052 0 0 0.562 2 interp_poly 67 -14 -40 -24 3408 3090 3 MP PP 3408 3090 0 0 0.562 3368 3066 0 0 0.562 3408 3090 0 0 0.562 2 interp_poly 3368 3066 0 0 0.562 3435 3052 0 0 0.562 3368 3066 0 0 0.562 2 interp_poly -40 -24 68 -14 3380 3128 3 MP PP 3380 3128 0 0 0.562 3448 3114 0 0 0.562 3380 3128 0 0 0.562 2 interp_poly 3448 3114 0 0 0.562 3408 3090 0 0 0.562 3448 3114 0 0 0.562 2 interp_poly 68 -14 -40 -24 3420 3152 3 MP PP 3420 3152 0 0 0.562 3380 3128 0 0 0.562 3420 3152 0 0 0.562 2 interp_poly 3380 3128 0 0 0.562 3448 3114 0 0 0.562 3380 3128 0 0 0.562 2 interp_poly -40 -24 68 -14 3383 2966 3 MP PP 3383 2966 0 0 0.562 3451 2952 0 0 0.562 3383 2966 0 0 0.562 2 interp_poly 3451 2952 0 0 0.562 3411 2928 0 0 0.562 3451 2952 0 0 0.562 2 interp_poly 68 -14 -40 -24 3423 2990 3 MP PP 3423 2990 0 0 0.562 3383 2966 0 0 0.562 3423 2990 0 0 0.562 2 interp_poly 3383 2966 0 0 0.562 3451 2952 0 0 0.562 3383 2966 0 0 0.562 2 interp_poly -40 -24 68 -14 3395 3028 3 MP PP 3395 3028 0 0 0.562 3463 3014 0 0 0.562 3395 3028 0 0 0.562 2 interp_poly 3463 3014 0 0 0.562 3423 2990 0 0 0.562 3463 3014 0 0 0.562 2 interp_poly 68 -14 -40 -24 3435 3052 3 MP PP 3435 3052 0 0 0.562 3395 3028 0 0 0.562 3435 3052 0 0 0.562 2 interp_poly 3395 3028 0 0 0.562 3463 3014 0 0 0.562 3395 3028 0 0 0.562 2 interp_poly 67 -72 -40 487 3449 2775 3 MP PP 3449 2775 0 1 1 3409 3262 0 0.188 1 3449 2775 0 1 1 2 interp_poly 3409 3262 0 0.188 1 3476 3190 0 0.25 1 3409 3262 0 0.188 1 2 interp_poly 68 80 -40 -460 3485 3539 3 MP PP 3485 3539 0 0.0625 1 3445 3079 0 0.812 1 3485 3539 0 0.0625 1 2 interp_poly 3445 3079 0 0.812 1 3513 3159 0 0.625 1 3445 3079 0 0.812 1 2 interp_poly -40 -758 68 80 3445 3079 3 MP PP 3445 3079 0 0.812 1 3513 3159 0 0.625 1 3445 3079 0 0.812 1 2 interp_poly 3513 3159 0 0.625 1 3473 2401 0.875 1 0.188 3513 3159 0 0.625 1 2 interp_poly 68 -12 -40 -30 3481 4003 3 MP PP 3481 4003 0 0 0.562 3441 3973 0 0 0.562 3481 4003 0 0 0.562 2 interp_poly 3441 3973 0 0 0.562 3509 3961 0 0 0.562 3441 3973 0 0 0.562 2 interp_poly -40 -38 68 -12 3441 3973 3 MP PP 3441 3973 0 0 0.562 3509 3961 0 0 0.562 3441 3973 0 0 0.562 2 interp_poly 3509 3961 0 0 0.562 3469 3923 0 0 0.562 3509 3961 0 0 0.562 2 interp_poly 67 -13 -40 -24 3478 4168 3 MP PP 3478 4168 0 0 0.562 3438 4144 0 0 0.562 3478 4168 0 0 0.562 2 interp_poly 3438 4144 0 0 0.562 3505 4131 0 0 0.562 3438 4144 0 0 0.562 2 interp_poly -40 -25 67 -13 3438 4144 3 MP PP 3438 4144 0 0 0.562 3505 4131 0 0 0.562 3438 4144 0 0 0.562 2 interp_poly 3505 4131 0 0 0.562 3465 4106 0 0 0.562 3505 4131 0 0 0.562 2 interp_poly 68 -14 -40 -24 3474 4330 3 MP PP 3474 4330 0 0 0.562 3434 4306 0 0 0.562 3474 4330 0 0 0.562 2 interp_poly 3434 4306 0 0 0.562 3502 4292 0 0 0.562 3434 4306 0 0 0.562 2 interp_poly -40 -24 68 -14 3434 4306 3 MP PP 3434 4306 0 0 0.562 3502 4292 0 0 0.562 3434 4306 0 0 0.562 2 interp_poly 3502 4292 0 0 0.562 3462 4268 0 0 0.562 3502 4292 0 0 0.562 2 interp_poly -40 694 68 -83 3393 1506 3 MP PP 3393 1506 0.75 0 0 3461 1423 0.625 0 0 3393 1506 0.75 0 0 2 interp_poly 3461 1423 0.625 0 0 3421 2117 1 0.875 0 3461 1423 0.625 0 0 2 interp_poly -40 816 68 -158 3421 2117 3 MP PP 3421 2117 1 0.875 0 3489 1959 1 0.625 0 3421 2117 1 0.875 0 2 interp_poly 3489 1959 1 0.625 0 3449 2775 0 1 1 3489 1959 1 0.625 0 2 interp_poly 68 -158 -40 694 3461 1423 3 MP PP 3461 1423 0.625 0 0 3421 2117 1 0.875 0 3461 1423 0.625 0 0 2 interp_poly 3421 2117 1 0.875 0 3489 1959 1 0.625 0 3421 2117 1 0.875 0 2 interp_poly 68 87 -40 -838 3473 2401 3 MP PP 3473 2401 0.875 1 0.188 3433 1563 0.812 0 0 3473 2401 0.875 1 0.188 2 interp_poly 3433 1563 0.812 0 0 3501 1650 1 0 0 3433 1563 0.812 0 0 2 interp_poly -40 -227 68 87 3433 1563 3 MP PP 3433 1563 0.812 0 0 3501 1650 1 0 0 3433 1563 0.812 0 0 2 interp_poly 3501 1650 1 0 0 3461 1423 0.625 0 0 3501 1650 1 0 0 2 interp_poly 68 -13 -40 -24 3470 4491 3 MP PP 3470 4491 0 0 0.562 3430 4467 0 0 0.562 3470 4491 0 0 0.562 2 interp_poly 3430 4467 0 0 0.562 3498 4454 0 0 0.562 3430 4467 0 0 0.562 2 interp_poly -40 -25 68 -13 3430 4467 3 MP PP 3430 4467 0 0 0.562 3498 4454 0 0 0.562 3430 4467 0 0 0.562 2 interp_poly 3498 4454 0 0 0.562 3458 4429 0 0 0.562 3498 4454 0 0 0.562 2 interp_poly 68 -5 -40 -62 3469 3923 3 MP PP 3469 3923 0 0 0.562 3429 3861 0 0 0.625 3469 3923 0 0 0.562 2 interp_poly 3429 3861 0 0 0.625 3497 3856 0 0 0.625 3429 3861 0 0 0.625 2 interp_poly -40 -110 68 -5 3429 3861 3 MP PP 3429 3861 0 0 0.625 3497 3856 0 0 0.625 3429 3861 0 0 0.625 2 interp_poly 3497 3856 0 0 0.625 3457 3746 0 0 0.75 3497 3856 0 0 0.625 2 interp_poly 68 -14 -40 -24 3465 4106 3 MP PP 3465 4106 0 0 0.562 3425 4082 0 0 0.562 3465 4106 0 0 0.562 2 interp_poly 3425 4082 0 0 0.562 3493 4068 0 0 0.562 3425 4082 0 0 0.562 2 interp_poly -40 -25 68 -14 3425 4082 3 MP PP 3425 4082 0 0 0.562 3493 4068 0 0 0.562 3425 4082 0 0 0.562 2 interp_poly 3493 4068 0 0 0.562 3453 4043 0 0 0.562 3493 4068 0 0 0.562 2 interp_poly 68 -14 -40 -24 3462 4268 3 MP PP 3462 4268 0 0 0.562 3422 4244 0 0 0.562 3462 4268 0 0 0.562 2 interp_poly 3422 4244 0 0 0.562 3490 4230 0 0 0.562 3422 4244 0 0 0.562 2 interp_poly -40 -24 68 -14 3422 4244 3 MP PP 3422 4244 0 0 0.562 3490 4230 0 0 0.562 3422 4244 0 0 0.562 2 interp_poly 3490 4230 0 0 0.562 3450 4206 0 0 0.562 3490 4230 0 0 0.562 2 interp_poly 68 -13 -40 -24 3458 4429 3 MP PP 3458 4429 0 0 0.562 3418 4405 0 0 0.562 3458 4429 0 0 0.562 2 interp_poly 3418 4405 0 0 0.562 3486 4392 0 0 0.562 3418 4405 0 0 0.562 2 interp_poly -40 -24 68 -13 3418 4405 3 MP PP 3418 4405 0 0 0.562 3486 4392 0 0 0.562 3418 4405 0 0 0.562 2 interp_poly 3486 4392 0 0 0.562 3446 4368 0 0 0.562 3486 4392 0 0 0.562 2 interp_poly -40 -7 68 -18 3356 3527 3 MP PP 3356 3527 0 0 0.562 3424 3509 0 0 0.562 3356 3527 0 0 0.562 2 interp_poly 3424 3509 0 0 0.562 3384 3502 0 0 0.562 3424 3509 0 0 0.562 2 interp_poly 68 -18 -40 16 3396 3511 3 MP PP 3396 3511 0 0 0.625 3356 3527 0 0 0.562 3396 3511 0 0 0.625 2 interp_poly 3356 3527 0 0 0.562 3424 3509 0 0 0.562 3356 3527 0 0 0.562 2 interp_poly 68 -15 -40 -7 3424 3509 3 MP PP 3424 3509 0 0 0.562 3384 3502 0 0 0.562 3424 3509 0 0 0.562 2 interp_poly 3384 3502 0 0 0.562 3452 3487 0 0 0.562 3384 3502 0 0 0.562 2 interp_poly -40 23 68 -25 3396 3511 3 MP PP 3396 3511 0 0 0.625 3464 3486 0 0 0.688 3396 3511 0 0 0.625 2 interp_poly 3464 3486 0 0 0.688 3424 3509 0 0 0.562 3464 3486 0 0 0.688 2 interp_poly 68 36 -40 -243 3457 3746 3 MP PP 3457 3746 0 0 0.75 3417 3503 0 0.125 1 3457 3746 0 0 0.75 2 interp_poly 3417 3503 0 0.125 1 3485 3539 0 0.0625 1 3417 3503 0 0.125 1 2 interp_poly -40 -21 68 -14 3344 3484 3 MP PP 3344 3484 0 0 0.562 3412 3470 0 0 0.562 3344 3484 0 0 0.562 2 interp_poly 3412 3470 0 0 0.562 3372 3449 0 0 0.562 3412 3470 0 0 0.562 2 interp_poly 68 -14 -40 -18 3384 3502 3 MP PP 3384 3502 0 0 0.562 3344 3484 0 0 0.562 3384 3502 0 0 0.562 2 interp_poly 3344 3484 0 0 0.562 3412 3470 0 0 0.562 3344 3484 0 0 0.562 2 interp_poly -40 -17 68 -15 3384 3502 3 MP PP 3384 3502 0 0 0.562 3452 3487 0 0 0.562 3384 3502 0 0 0.562 2 interp_poly 3452 3487 0 0 0.562 3412 3470 0 0 0.562 3452 3487 0 0 0.562 2 interp_poly -40 82 67 -38 3369 3467 3 MP PP 3369 3467 0 0 0.75 3436 3429 0 0 0.812 3369 3467 0 0 0.75 2 interp_poly 3436 3429 0 0 0.812 3396 3511 0 0 0.625 3436 3429 0 0 0.812 2 interp_poly -40 -23 68 -14 3304 3463 3 MP PP 3304 3463 0 0 0.562 3372 3449 0 0 0.562 3304 3463 0 0 0.562 2 interp_poly 3372 3449 0 0 0.562 3332 3426 0 0 0.562 3372 3449 0 0 0.562 2 interp_poly 68 -14 -40 -21 3344 3484 3 MP PP 3344 3484 0 0 0.562 3304 3463 0 0 0.562 3344 3484 0 0 0.562 2 interp_poly 3304 3463 0 0 0.562 3372 3449 0 0 0.562 3304 3463 0 0 0.562 2 interp_poly -40 -24 68 -14 3332 3426 3 MP PP 3332 3426 0 0 0.562 3400 3412 0 0 0.562 3332 3426 0 0 0.562 2 interp_poly 3400 3412 0 0 0.562 3360 3388 0 0 0.562 3400 3412 0 0 0.562 2 interp_poly 68 -14 -40 -23 3372 3449 3 MP PP 3372 3449 0 0 0.562 3332 3426 0 0 0.562 3372 3449 0 0 0.562 2 interp_poly 3332 3426 0 0 0.562 3400 3412 0 0 0.562 3332 3426 0 0 0.562 2 interp_poly -40 -24 68 -14 3348 3327 3 MP PP 3348 3327 0 0 0.562 3416 3313 0 0 0.562 3348 3327 0 0 0.562 2 interp_poly 3416 3313 0 0 0.562 3376 3289 0 0 0.562 3416 3313 0 0 0.562 2 interp_poly 68 -14 -40 -24 3388 3351 3 MP PP 3388 3351 0 0 0.562 3348 3327 0 0 0.562 3388 3351 0 0 0.562 2 interp_poly 3348 3327 0 0 0.562 3416 3313 0 0 0.562 3348 3327 0 0 0.562 2 interp_poly 67 -38 -40 205 3409 3262 3 MP PP 3409 3262 0 0.188 1 3369 3467 0 0 0.75 3409 3262 0 0.188 1 2 interp_poly 3369 3467 0 0 0.75 3436 3429 0 0 0.812 3369 3467 0 0 0.75 2 interp_poly 68 -25 -40 82 3436 3429 3 MP PP 3436 3429 0 0 0.812 3396 3511 0 0 0.625 3436 3429 0 0 0.812 2 interp_poly 3396 3511 0 0 0.625 3464 3486 0 0 0.688 3396 3511 0 0 0.625 2 interp_poly -40 -460 68 36 3417 3503 3 MP PP 3417 3503 0 0.125 1 3485 3539 0 0.0625 1 3417 3503 0 0.125 1 2 interp_poly 3485 3539 0 0.0625 1 3445 3079 0 0.812 1 3485 3539 0 0.0625 1 2 interp_poly 68 -13 -40 -27 3453 4043 3 MP PP 3453 4043 0 0 0.562 3413 4016 0 0 0.562 3453 4043 0 0 0.562 2 interp_poly 3413 4016 0 0 0.562 3481 4003 0 0 0.562 3413 4016 0 0 0.562 2 interp_poly -40 -30 68 -13 3413 4016 3 MP PP 3413 4016 0 0 0.562 3481 4003 0 0 0.562 3413 4016 0 0 0.562 2 interp_poly 3481 4003 0 0 0.562 3441 3973 0 0 0.562 3481 4003 0 0 0.562 2 interp_poly 68 -14 -40 -24 3450 4206 3 MP PP 3450 4206 0 0 0.562 3410 4182 0 0 0.562 3450 4206 0 0 0.562 2 interp_poly 3410 4182 0 0 0.562 3478 4168 0 0 0.562 3410 4182 0 0 0.562 2 interp_poly -40 -24 68 -14 3410 4182 3 MP PP 3410 4182 0 0 0.562 3478 4168 0 0 0.562 3410 4182 0 0 0.562 2 interp_poly 3478 4168 0 0 0.562 3438 4144 0 0 0.562 3478 4168 0 0 0.562 2 interp_poly 68 -13 -40 -25 3446 4368 3 MP PP 3446 4368 0 0 0.562 3406 4343 0 0 0.562 3446 4368 0 0 0.562 2 interp_poly 3406 4343 0 0 0.562 3474 4330 0 0 0.562 3406 4343 0 0 0.562 2 interp_poly -40 -24 68 -13 3406 4343 3 MP PP 3406 4343 0 0 0.562 3474 4330 0 0 0.562 3406 4343 0 0 0.562 2 interp_poly 3474 4330 0 0 0.562 3434 4306 0 0 0.562 3474 4330 0 0 0.562 2 interp_poly -40 778 68 -158 3353 2275 3 MP PP 3353 2275 0.938 1 0.125 3421 2117 1 0.875 0 3353 2275 0.938 1 0.125 2 interp_poly 3421 2117 1 0.875 0 3381 2895 0 0.875 1 3421 2117 1 0.875 0 2 interp_poly -40 -24 67 -14 3328 3042 3 MP PP 3328 3042 0 0 0.562 3395 3028 0 0 0.562 3328 3042 0 0 0.562 2 interp_poly 3395 3028 0 0 0.562 3355 3004 0 0 0.562 3395 3028 0 0 0.562 2 interp_poly 67 -14 -40 -24 3368 3066 3 MP PP 3368 3066 0 0 0.562 3328 3042 0 0 0.562 3368 3066 0 0 0.562 2 interp_poly 3328 3042 0 0 0.562 3395 3028 0 0 0.562 3328 3042 0 0 0.562 2 interp_poly -40 -24 68 -13 3340 3103 3 MP PP 3340 3103 0 0 0.562 3408 3090 0 0 0.562 3340 3103 0 0 0.562 2 interp_poly 3408 3090 0 0 0.562 3368 3066 0 0 0.562 3408 3090 0 0 0.562 2 interp_poly 68 -13 -40 -25 3380 3128 3 MP PP 3380 3128 0 0 0.562 3340 3103 0 0 0.562 3380 3128 0 0 0.562 2 interp_poly 3340 3103 0 0 0.562 3408 3090 0 0 0.562 3340 3103 0 0 0.562 2 interp_poly 68 -14 -40 -24 3383 2966 3 MP PP 3383 2966 0 0 0.562 3343 2942 0 0 0.562 3383 2966 0 0 0.562 2 interp_poly 3343 2942 0 0 0.562 3411 2928 0 0 0.562 3343 2942 0 0 0.562 2 interp_poly -40 -24 68 -14 3355 3004 3 MP PP 3355 3004 0 0 0.562 3423 2990 0 0 0.562 3355 3004 0 0 0.562 2 interp_poly 3423 2990 0 0 0.562 3383 2966 0 0 0.562 3423 2990 0 0 0.562 2 interp_poly 68 -14 -40 -24 3395 3028 3 MP PP 3395 3028 0 0 0.562 3355 3004 0 0 0.562 3395 3028 0 0 0.562 2 interp_poly 3355 3004 0 0 0.562 3423 2990 0 0 0.562 3355 3004 0 0 0.562 2 interp_poly -40 487 68 -120 3381 2895 3 MP PP 3381 2895 0 0.875 1 3449 2775 0 1 1 3381 2895 0 0.875 1 2 interp_poly 3449 2775 0 1 1 3409 3262 0 0.188 1 3449 2775 0 1 1 2 interp_poly 68 -120 -40 778 3421 2117 3 MP PP 3421 2117 1 0.875 0 3381 2895 0 0.875 1 3421 2117 1 0.875 0 2 interp_poly 3381 2895 0 0.875 1 3449 2775 0 1 1 3381 2895 0 0.875 1 2 interp_poly 68 130 -40 -808 3445 3079 3 MP PP 3445 3079 0 0.812 1 3405 2271 1 0.938 0 3445 3079 0 0.812 1 2 interp_poly 3405 2271 1 0.938 0 3473 2401 0.875 1 0.188 3405 2271 1 0.938 0 2 interp_poly 68 -158 -40 769 3393 1506 3 MP PP 3393 1506 0.75 0 0 3353 2275 0.938 1 0.125 3393 1506 0.75 0 0 2 interp_poly 3353 2275 0.938 1 0.125 3421 2117 1 0.875 0 3353 2275 0.938 1 0.125 2 interp_poly -40 -838 68 130 3405 2271 3 MP PP 3405 2271 1 0.938 0 3473 2401 0.875 1 0.188 3405 2271 1 0.938 0 2 interp_poly 3473 2401 0.875 1 0.188 3433 1563 0.812 0 0 3473 2401 0.875 1 0.188 2 interp_poly -40 -24 68 -14 3402 4505 3 MP PP 3402 4505 0 0 0.562 3470 4491 0 0 0.562 3402 4505 0 0 0.562 2 interp_poly 3470 4491 0 0 0.562 3430 4467 0 0 0.562 3470 4491 0 0 0.562 2 interp_poly 68 -10 -40 -40 3441 3973 3 MP PP 3441 3973 0 0 0.562 3401 3933 0 0 0.562 3441 3973 0 0 0.562 2 interp_poly 3401 3933 0 0 0.562 3469 3923 0 0 0.562 3401 3933 0 0 0.562 2 interp_poly -40 -62 68 -10 3401 3933 3 MP PP 3401 3933 0 0 0.562 3469 3923 0 0 0.562 3401 3933 0 0 0.562 2 interp_poly 3469 3923 0 0 0.562 3429 3861 0 0 0.625 3469 3923 0 0 0.562 2 interp_poly 67 -14 -40 -24 3438 4144 3 MP PP 3438 4144 0 0 0.562 3398 4120 0 0 0.562 3438 4144 0 0 0.562 2 interp_poly 3398 4120 0 0 0.562 3465 4106 0 0 0.562 3398 4120 0 0 0.562 2 interp_poly -40 -24 67 -14 3398 4120 3 MP PP 3398 4120 0 0 0.562 3465 4106 0 0 0.562 3398 4120 0 0 0.562 2 interp_poly 3465 4106 0 0 0.562 3425 4082 0 0 0.562 3465 4106 0 0 0.562 2 interp_poly 68 -14 -40 -24 3434 4306 3 MP PP 3434 4306 0 0 0.562 3394 4282 0 0 0.562 3434 4306 0 0 0.562 2 interp_poly 3394 4282 0 0 0.562 3462 4268 0 0 0.562 3394 4282 0 0 0.562 2 interp_poly -40 -24 68 -14 3394 4282 3 MP PP 3394 4282 0 0 0.562 3462 4268 0 0 0.562 3394 4282 0 0 0.562 2 interp_poly 3462 4268 0 0 0.562 3422 4244 0 0 0.562 3462 4268 0 0 0.562 2 interp_poly 68 -83 -40 -57 3433 1563 3 MP PP 3433 1563 0.812 0 0 3393 1506 0.75 0 0 3433 1563 0.812 0 0 2 interp_poly 3393 1506 0.75 0 0 3461 1423 0.625 0 0 3393 1506 0.75 0 0 2 interp_poly 68 -14 -40 -24 3430 4467 3 MP PP 3430 4467 0 0 0.562 3390 4443 0 0 0.562 3430 4467 0 0 0.562 2 interp_poly 3390 4443 0 0 0.562 3458 4429 0 0 0.562 3390 4443 0 0 0.562 2 interp_poly -40 -24 68 -14 3390 4443 3 MP PP 3390 4443 0 0 0.562 3458 4429 0 0 0.562 3390 4443 0 0 0.562 2 interp_poly 3458 4429 0 0 0.562 3418 4405 0 0 0.562 3458 4429 0 0 0.562 2 interp_poly 68 9 -40 -124 3429 3861 3 MP PP 3429 3861 0 0 0.625 3389 3737 0 0 0.812 3429 3861 0 0 0.625 2 interp_poly 3389 3737 0 0 0.812 3457 3746 0 0 0.75 3389 3737 0 0 0.812 2 interp_poly -40 -243 68 9 3389 3737 3 MP PP 3389 3737 0 0 0.812 3457 3746 0 0 0.75 3389 3737 0 0 0.812 2 interp_poly 3457 3746 0 0 0.75 3417 3503 0 0.125 1 3457 3746 0 0 0.75 2 interp_poly 68 -14 -40 -25 3425 4082 3 MP PP 3425 4082 0 0 0.562 3385 4057 0 0 0.562 3425 4082 0 0 0.562 2 interp_poly 3385 4057 0 0 0.562 3453 4043 0 0 0.562 3385 4057 0 0 0.562 2 interp_poly -40 -27 68 -14 3385 4057 3 MP PP 3385 4057 0 0 0.562 3453 4043 0 0 0.562 3385 4057 0 0 0.562 2 interp_poly 3453 4043 0 0 0.562 3413 4016 0 0 0.562 3453 4043 0 0 0.562 2 interp_poly 68 -14 -40 -24 3422 4244 3 MP PP 3422 4244 0 0 0.562 3382 4220 0 0 0.562 3422 4244 0 0 0.562 2 interp_poly 3382 4220 0 0 0.562 3450 4206 0 0 0.562 3382 4220 0 0 0.562 2 interp_poly -40 -24 68 -14 3382 4220 3 MP PP 3382 4220 0 0 0.562 3450 4206 0 0 0.562 3382 4220 0 0 0.562 2 interp_poly 3450 4206 0 0 0.562 3410 4182 0 0 0.562 3450 4206 0 0 0.562 2 interp_poly 68 -13 -40 -24 3418 4405 3 MP PP 3418 4405 0 0 0.562 3378 4381 0 0 0.562 3418 4405 0 0 0.562 2 interp_poly 3378 4381 0 0 0.562 3446 4368 0 0 0.562 3378 4381 0 0 0.562 2 interp_poly -40 -25 68 -13 3378 4381 3 MP PP 3378 4381 0 0 0.562 3446 4368 0 0 0.562 3378 4381 0 0 0.562 2 interp_poly 3446 4368 0 0 0.562 3406 4343 0 0 0.562 3446 4368 0 0 0.562 2 interp_poly -40 -24 68 -14 3336 3265 3 MP PP 3336 3265 0 0 0.562 3404 3251 0 0 0.562 3336 3265 0 0 0.562 2 interp_poly 3404 3251 0 0 0.562 3364 3227 0 0 0.562 3404 3251 0 0 0.562 2 interp_poly 68 -14 -40 -24 3376 3289 3 MP PP 3376 3289 0 0 0.562 3336 3265 0 0 0.562 3376 3289 0 0 0.562 2 interp_poly 3336 3265 0 0 0.562 3404 3251 0 0 0.562 3336 3265 0 0 0.562 2 interp_poly -40 -24 68 -13 3280 3340 3 MP PP 3280 3340 0 0 0.562 3348 3327 0 0 0.562 3280 3340 0 0 0.562 2 interp_poly 3348 3327 0 0 0.562 3308 3303 0 0 0.562 3348 3327 0 0 0.562 2 interp_poly 68 -13 -40 -24 3320 3364 3 MP PP 3320 3364 0 0 0.562 3280 3340 0 0 0.562 3320 3364 0 0 0.562 2 interp_poly 3280 3340 0 0 0.562 3348 3327 0 0 0.562 3280 3340 0 0 0.562 2 interp_poly -40 -24 68 -14 3292 3402 3 MP PP 3292 3402 0 0 0.562 3360 3388 0 0 0.562 3292 3402 0 0 0.562 2 interp_poly 3360 3388 0 0 0.562 3320 3364 0 0 0.562 3360 3388 0 0 0.562 2 interp_poly 68 -14 -40 -24 3332 3426 3 MP PP 3332 3426 0 0 0.562 3292 3402 0 0 0.562 3332 3426 0 0 0.562 2 interp_poly 3292 3402 0 0 0.562 3360 3388 0 0 0.562 3292 3402 0 0 0.562 2 interp_poly 68 -14 -40 -24 3348 3327 3 MP PP 3348 3327 0 0 0.562 3308 3303 0 0 0.562 3348 3327 0 0 0.562 2 interp_poly 3308 3303 0 0 0.562 3376 3289 0 0 0.562 3308 3303 0 0 0.562 2 interp_poly -40 -24 68 -13 3320 3364 3 MP PP 3320 3364 0 0 0.562 3388 3351 0 0 0.562 3320 3364 0 0 0.562 2 interp_poly 3388 3351 0 0 0.562 3348 3327 0 0 0.562 3388 3351 0 0 0.562 2 interp_poly 68 -13 -40 -24 3360 3388 3 MP PP 3360 3388 0 0 0.562 3320 3364 0 0 0.562 3360 3388 0 0 0.562 2 interp_poly 3320 3364 0 0 0.562 3388 3351 0 0 0.562 3320 3364 0 0 0.562 2 interp_poly -40 205 68 -65 3341 3327 3 MP PP 3341 3327 0 0.0625 1 3409 3262 0 0.188 1 3341 3327 0 0.0625 1 2 interp_poly 3409 3262 0 0.188 1 3369 3467 0 0 0.75 3409 3262 0 0.188 1 2 interp_poly -40 -24 68 -14 3296 3241 3 MP PP 3296 3241 0 0 0.562 3364 3227 0 0 0.562 3296 3241 0 0 0.562 2 interp_poly 3364 3227 0 0 0.562 3324 3203 0 0 0.562 3364 3227 0 0 0.562 2 interp_poly 68 -14 -40 -24 3336 3265 3 MP PP 3336 3265 0 0 0.562 3296 3241 0 0 0.562 3336 3265 0 0 0.562 2 interp_poly 3296 3241 0 0 0.562 3364 3227 0 0 0.562 3296 3241 0 0 0.562 2 interp_poly -40 -24 68 -13 3300 3079 3 MP PP 3300 3079 0 0 0.562 3368 3066 0 0 0.562 3300 3079 0 0 0.562 2 interp_poly 3368 3066 0 0 0.562 3328 3042 0 0 0.562 3368 3066 0 0 0.562 2 interp_poly 68 -13 -40 -24 3340 3103 3 MP PP 3340 3103 0 0 0.562 3300 3079 0 0 0.562 3340 3103 0 0 0.562 2 interp_poly 3300 3079 0 0 0.562 3368 3066 0 0 0.562 3300 3079 0 0 0.562 2 interp_poly -40 -24 68 -14 3308 3303 3 MP PP 3308 3303 0 0 0.562 3376 3289 0 0 0.562 3308 3303 0 0 0.562 2 interp_poly 3376 3289 0 0 0.562 3336 3265 0 0 0.562 3376 3289 0 0 0.562 2 interp_poly -40 -25 68 -13 3312 3141 3 MP PP 3312 3141 0 0 0.562 3380 3128 0 0 0.562 3312 3141 0 0 0.562 2 interp_poly 3380 3128 0 0 0.562 3340 3103 0 0 0.562 3380 3128 0 0 0.562 2 interp_poly 68 -13 -40 -24 3352 3165 3 MP PP 3352 3165 0 0 0.562 3312 3141 0 0 0.562 3352 3165 0 0 0.562 2 interp_poly 3312 3141 0 0 0.562 3380 3128 0 0 0.562 3312 3141 0 0 0.562 2 interp_poly -40 -24 68 -14 3315 2980 3 MP PP 3315 2980 0 0 0.562 3383 2966 0 0 0.562 3315 2980 0 0 0.562 2 interp_poly 3383 2966 0 0 0.562 3343 2942 0 0 0.562 3383 2966 0 0 0.562 2 interp_poly 68 -14 -40 -24 3355 3004 3 MP PP 3355 3004 0 0 0.562 3315 2980 0 0 0.562 3355 3004 0 0 0.562 2 interp_poly 3315 2980 0 0 0.562 3383 2966 0 0 0.562 3315 2980 0 0 0.562 2 interp_poly -40 -24 68 -14 3324 3203 3 MP PP 3324 3203 0 0 0.562 3392 3189 0 0 0.562 3324 3203 0 0 0.562 2 interp_poly 3392 3189 0 0 0.562 3352 3165 0 0 0.562 3392 3189 0 0 0.562 2 interp_poly 68 -14 -40 -24 3364 3227 3 MP PP 3364 3227 0 0 0.562 3324 3203 0 0 0.562 3364 3227 0 0 0.562 2 interp_poly 3324 3203 0 0 0.562 3392 3189 0 0 0.562 3324 3203 0 0 0.562 2 interp_poly 68 -65 -40 432 3381 2895 3 MP PP 3381 2895 0 0.875 1 3341 3327 0 0.0625 1 3381 2895 0 0.875 1 2 interp_poly 3341 3327 0 0.0625 1 3409 3262 0 0.188 1 3341 3327 0 0.0625 1 2 interp_poly 68 90 -40 -514 3417 3503 3 MP PP 3417 3503 0 0.125 1 3377 2989 0 0.938 1 3417 3503 0 0.125 1 2 interp_poly 3377 2989 0 0.938 1 3445 3079 0 0.812 1 3377 2989 0 0.938 1 2 interp_poly -40 -25 68 -13 3260 3055 3 MP PP 3260 3055 0 0 0.562 3328 3042 0 0 0.562 3260 3055 0 0 0.562 2 interp_poly 3328 3042 0 0 0.562 3288 3017 0 0 0.562 3328 3042 0 0 0.562 2 interp_poly 68 -13 -40 -24 3300 3079 3 MP PP 3300 3079 0 0 0.562 3260 3055 0 0 0.562 3300 3079 0 0 0.562 2 interp_poly 3260 3055 0 0 0.562 3328 3042 0 0 0.562 3260 3055 0 0 0.562 2 interp_poly -40 -24 68 -13 3268 3278 3 MP PP 3268 3278 0 0 0.562 3336 3265 0 0 0.562 3268 3278 0 0 0.562 2 interp_poly 3336 3265 0 0 0.562 3296 3241 0 0 0.562 3336 3265 0 0 0.562 2 interp_poly 68 -13 -40 -25 3308 3303 3 MP PP 3308 3303 0 0 0.562 3268 3278 0 0 0.562 3308 3303 0 0 0.562 2 interp_poly 3268 3278 0 0 0.562 3336 3265 0 0 0.562 3268 3278 0 0 0.562 2 interp_poly -40 -24 68 -14 3272 3117 3 MP PP 3272 3117 0 0 0.562 3340 3103 0 0 0.562 3272 3117 0 0 0.562 2 interp_poly 3340 3103 0 0 0.562 3300 3079 0 0 0.562 3340 3103 0 0 0.562 2 interp_poly 68 -14 -40 -24 3312 3141 3 MP PP 3312 3141 0 0 0.562 3272 3117 0 0 0.562 3312 3141 0 0 0.562 2 interp_poly 3272 3117 0 0 0.562 3340 3103 0 0 0.562 3272 3117 0 0 0.562 2 interp_poly -40 -24 68 -14 3284 3179 3 MP PP 3284 3179 0 0 0.562 3352 3165 0 0 0.562 3284 3179 0 0 0.562 2 interp_poly 3352 3165 0 0 0.562 3312 3141 0 0 0.562 3352 3165 0 0 0.562 2 interp_poly 68 -14 -40 -24 3324 3203 3 MP PP 3324 3203 0 0 0.562 3284 3179 0 0 0.562 3324 3203 0 0 0.562 2 interp_poly 3284 3179 0 0 0.562 3352 3165 0 0 0.562 3284 3179 0 0 0.562 2 interp_poly -40 -24 67 -13 3288 3017 3 MP PP 3288 3017 0 0 0.562 3355 3004 0 0 0.562 3288 3017 0 0 0.562 2 interp_poly 3355 3004 0 0 0.562 3315 2980 0 0 0.562 3355 3004 0 0 0.562 2 interp_poly 67 -13 -40 -25 3328 3042 3 MP PP 3328 3042 0 0 0.562 3288 3017 0 0 0.562 3328 3042 0 0 0.562 2 interp_poly 3288 3017 0 0 0.562 3355 3004 0 0 0.562 3288 3017 0 0 0.562 2 interp_poly -40 432 68 -111 3313 3006 3 MP PP 3313 3006 0 0.688 1 3381 2895 0 0.875 1 3313 3006 0 0.688 1 2 interp_poly 3381 2895 0 0.875 1 3341 3327 0 0.0625 1 3381 2895 0 0.875 1 2 interp_poly -40 -24 67 -13 3248 2993 3 MP PP 3248 2993 0 0 0.562 3315 2980 0 0 0.562 3248 2993 0 0 0.562 2 interp_poly 3315 2980 0 0 0.562 3275 2956 0 0 0.562 3315 2980 0 0 0.562 2 interp_poly 67 -13 -40 -24 3288 3017 3 MP PP 3288 3017 0 0 0.562 3248 2993 0 0 0.562 3288 3017 0 0 0.562 2 interp_poly 3248 2993 0 0 0.562 3315 2980 0 0 0.562 3248 2993 0 0 0.562 2 interp_poly 68 -14 -40 -24 3315 2980 3 MP PP 3315 2980 0 0 0.562 3275 2956 0 0 0.562 3315 2980 0 0 0.562 2 interp_poly 3275 2956 0 0 0.562 3343 2942 0 0 0.562 3275 2956 0 0 0.562 2 interp_poly 68 -111 -40 731 3353 2275 3 MP PP 3353 2275 0.938 1 0.125 3313 3006 0 0.688 1 3353 2275 0.938 1 0.125 2 interp_poly 3313 3006 0 0.688 1 3381 2895 0 0.875 1 3313 3006 0 0.688 1 2 interp_poly -40 -808 68 90 3377 2989 3 MP PP 3377 2989 0 0.938 1 3445 3079 0 0.812 1 3377 2989 0 0.938 1 2 interp_poly 3445 3079 0 0.812 1 3405 2271 1 0.938 0 3445 3079 0 0.812 1 2 interp_poly 68 -12 -40 -31 3413 4016 3 MP PP 3413 4016 0 0 0.562 3373 3985 0 0 0.562 3413 4016 0 0 0.562 2 interp_poly 3373 3985 0 0 0.562 3441 3973 0 0 0.562 3373 3985 0 0 0.562 2 interp_poly -40 -40 68 -12 3373 3985 3 MP PP 3373 3985 0 0 0.562 3441 3973 0 0 0.562 3373 3985 0 0 0.562 2 interp_poly 3441 3973 0 0 0.562 3401 3933 0 0 0.562 3441 3973 0 0 0.562 2 interp_poly 68 -14 -40 -24 3410 4182 3 MP PP 3410 4182 0 0 0.562 3370 4158 0 0 0.562 3410 4182 0 0 0.562 2 interp_poly 3370 4158 0 0 0.562 3438 4144 0 0 0.562 3370 4158 0 0 0.562 2 interp_poly -40 -24 68 -14 3370 4158 3 MP PP 3370 4158 0 0 0.562 3438 4144 0 0 0.562 3370 4158 0 0 0.562 2 interp_poly 3438 4144 0 0 0.562 3398 4120 0 0 0.562 3438 4144 0 0 0.562 2 interp_poly 68 -13 -40 -24 3406 4343 3 MP PP 3406 4343 0 0 0.562 3366 4319 0 0 0.562 3406 4343 0 0 0.562 2 interp_poly 3366 4319 0 0 0.562 3434 4306 0 0 0.562 3366 4319 0 0 0.562 2 interp_poly -40 -24 68 -13 3366 4319 3 MP PP 3366 4319 0 0 0.562 3434 4306 0 0 0.562 3366 4319 0 0 0.562 2 interp_poly 3434 4306 0 0 0.562 3394 4282 0 0 0.562 3434 4306 0 0 0.562 2 interp_poly -40 769 68 -107 3325 1613 3 MP PP 3325 1613 0.938 0 0 3393 1506 0.75 0 0 3325 1613 0.938 0 0 2 interp_poly 3393 1506 0.75 0 0 3353 2275 0.938 1 0.125 3393 1506 0.75 0 0 2 interp_poly 68 -107 -40 115 3365 1498 3 MP PP 3365 1498 0.688 0 0 3325 1613 0.938 0 0 3365 1498 0.688 0 0 2 interp_poly 3325 1613 0.938 0 0 3393 1506 0.75 0 0 3325 1613 0.938 0 0 2 interp_poly 68 65 -40 -773 3405 2271 3 MP PP 3405 2271 1 0.938 0 3365 1498 0.688 0 0 3405 2271 1 0.938 0 2 interp_poly 3365 1498 0.688 0 0 3433 1563 0.812 0 0 3365 1498 0.688 0 0 2 interp_poly -40 -57 68 65 3365 1498 3 MP PP 3365 1498 0.688 0 0 3433 1563 0.812 0 0 3365 1498 0.688 0 0 2 interp_poly 3433 1563 0.812 0 0 3393 1506 0.75 0 0 3433 1563 0.812 0 0 2 interp_poly 68 -14 -40 -24 3402 4505 3 MP PP 3402 4505 0 0 0.562 3362 4481 0 0 0.562 3402 4505 0 0 0.562 2 interp_poly 3362 4481 0 0 0.562 3430 4467 0 0 0.562 3362 4481 0 0 0.562 2 interp_poly -40 -24 68 -14 3362 4481 3 MP PP 3362 4481 0 0 0.562 3430 4467 0 0 0.562 3362 4481 0 0 0.562 2 interp_poly 3430 4467 0 0 0.562 3390 4443 0 0 0.562 3430 4467 0 0 0.562 2 interp_poly 68 -3 -40 -69 3401 3933 3 MP PP 3401 3933 0 0 0.562 3361 3864 0 0 0.625 3401 3933 0 0 0.562 2 interp_poly 3361 3864 0 0 0.625 3429 3861 0 0 0.625 3361 3864 0 0 0.625 2 interp_poly -40 -124 68 -3 3361 3864 3 MP PP 3361 3864 0 0 0.625 3429 3861 0 0 0.625 3361 3864 0 0 0.625 2 interp_poly 3429 3861 0 0 0.625 3389 3737 0 0 0.812 3429 3861 0 0 0.625 2 interp_poly 67 -13 -40 -25 3398 4120 3 MP PP 3398 4120 0 0 0.562 3358 4095 0 0 0.562 3398 4120 0 0 0.562 2 interp_poly 3358 4095 0 0 0.562 3425 4082 0 0 0.562 3358 4095 0 0 0.562 2 interp_poly -40 -25 67 -13 3358 4095 3 MP PP 3358 4095 0 0 0.562 3425 4082 0 0 0.562 3358 4095 0 0 0.562 2 interp_poly 3425 4082 0 0 0.562 3385 4057 0 0 0.562 3425 4082 0 0 0.562 2 interp_poly 68 -14 -40 -24 3394 4282 3 MP PP 3394 4282 0 0 0.562 3354 4258 0 0 0.562 3394 4282 0 0 0.562 2 interp_poly 3354 4258 0 0 0.562 3422 4244 0 0 0.562 3354 4258 0 0 0.562 2 interp_poly -40 -24 68 -14 3354 4258 3 MP PP 3354 4258 0 0 0.562 3422 4244 0 0 0.562 3354 4258 0 0 0.562 2 interp_poly 3422 4244 0 0 0.562 3382 4220 0 0 0.562 3422 4244 0 0 0.562 2 interp_poly 68 -14 -40 -24 3390 4443 3 MP PP 3390 4443 0 0 0.562 3350 4419 0 0 0.562 3390 4443 0 0 0.562 2 interp_poly 3350 4419 0 0 0.562 3418 4405 0 0 0.562 3350 4419 0 0 0.562 2 interp_poly -40 -24 68 -14 3350 4419 3 MP PP 3350 4419 0 0 0.562 3418 4405 0 0 0.562 3350 4419 0 0 0.562 2 interp_poly 3418 4405 0 0 0.562 3378 4381 0 0 0.562 3418 4405 0 0 0.562 2 interp_poly -40 -18 67 -15 3249 3532 3 MP PP 3249 3532 0 0 0.562 3316 3517 0 0 0.562 3249 3532 0 0 0.562 2 interp_poly 3316 3517 0 0 0.562 3276 3499 0 0 0.562 3316 3517 0 0 0.562 2 interp_poly 67 -15 -40 -12 3289 3544 3 MP PP 3289 3544 0 0 0.562 3249 3532 0 0 0.562 3289 3544 0 0 0.562 2 interp_poly 3249 3532 0 0 0.562 3316 3517 0 0 0.562 3249 3532 0 0 0.562 2 interp_poly -40 -21 68 -15 3276 3499 3 MP PP 3276 3499 0 0 0.562 3344 3484 0 0 0.562 3276 3499 0 0 0.562 2 interp_poly 3344 3484 0 0 0.562 3304 3463 0 0 0.562 3344 3484 0 0 0.562 2 interp_poly 68 -15 -40 -18 3316 3517 3 MP PP 3316 3517 0 0 0.562 3276 3499 0 0 0.562 3316 3517 0 0 0.562 2 interp_poly 3276 3499 0 0 0.562 3344 3484 0 0 0.562 3276 3499 0 0 0.562 2 interp_poly -40 -10 67 -17 3289 3544 3 MP PP 3289 3544 0 0 0.562 3356 3527 0 0 0.562 3289 3544 0 0 0.562 2 interp_poly 3356 3527 0 0 0.562 3316 3517 0 0 0.562 3356 3527 0 0 0.562 2 interp_poly 67 -17 -40 10 3329 3534 3 MP PP 3329 3534 0 0 0.625 3289 3544 0 0 0.562 3329 3534 0 0 0.625 2 interp_poly 3289 3544 0 0 0.562 3356 3527 0 0 0.562 3289 3544 0 0 0.562 2 interp_poly -40 -18 68 -15 3316 3517 3 MP PP 3316 3517 0 0 0.562 3384 3502 0 0 0.562 3316 3517 0 0 0.562 2 interp_poly 3384 3502 0 0 0.562 3344 3484 0 0 0.562 3384 3502 0 0 0.562 2 interp_poly 68 -15 -40 -10 3356 3527 3 MP PP 3356 3527 0 0 0.562 3316 3517 0 0 0.562 3356 3527 0 0 0.562 2 interp_poly 3316 3517 0 0 0.562 3384 3502 0 0 0.562 3316 3517 0 0 0.562 2 interp_poly -40 67 68 -35 3301 3502 3 MP PP 3301 3502 0 0 0.75 3369 3467 0 0 0.75 3301 3502 0 0 0.75 2 interp_poly 3369 3467 0 0 0.75 3329 3534 0 0 0.625 3369 3467 0 0 0.75 2 interp_poly -40 -24 68 -13 3264 3439 3 MP PP 3264 3439 0 0 0.562 3332 3426 0 0 0.562 3264 3439 0 0 0.562 2 interp_poly 3332 3426 0 0 0.562 3292 3402 0 0 0.562 3332 3426 0 0 0.562 2 interp_poly 68 -13 -40 -24 3304 3463 3 MP PP 3304 3463 0 0 0.562 3264 3439 0 0 0.562 3304 3463 0 0 0.562 2 interp_poly 3264 3439 0 0 0.562 3332 3426 0 0 0.562 3264 3439 0 0 0.562 2 interp_poly 68 -35 -40 175 3341 3327 3 MP PP 3341 3327 0 0.0625 1 3301 3502 0 0 0.75 3341 3327 0 0.0625 1 2 interp_poly 3301 3502 0 0 0.75 3369 3467 0 0 0.75 3301 3502 0 0 0.75 2 interp_poly -40 16 67 -23 3329 3534 3 MP PP 3329 3534 0 0 0.625 3396 3511 0 0 0.625 3329 3534 0 0 0.625 2 interp_poly 3396 3511 0 0 0.625 3356 3527 0 0 0.562 3396 3511 0 0 0.625 2 interp_poly 67 -23 -40 67 3369 3467 3 MP PP 3369 3467 0 0 0.75 3329 3534 0 0 0.625 3369 3467 0 0 0.75 2 interp_poly 3329 3534 0 0 0.625 3396 3511 0 0 0.625 3329 3534 0 0 0.625 2 interp_poly 68 42 -40 -276 3389 3737 3 MP PP 3389 3737 0 0 0.812 3349 3461 0 0.25 1 3389 3737 0 0 0.812 2 interp_poly 3349 3461 0 0.25 1 3417 3503 0 0.125 1 3349 3461 0 0.25 1 2 interp_poly -40 -514 68 42 3349 3461 3 MP PP 3349 3461 0 0.25 1 3417 3503 0 0.125 1 3349 3461 0 0.25 1 2 interp_poly 3417 3503 0 0.125 1 3377 2989 0 0.938 1 3417 3503 0 0.125 1 2 interp_poly 68 -13 -40 -28 3385 4057 3 MP PP 3385 4057 0 0 0.562 3345 4029 0 0 0.562 3385 4057 0 0 0.562 2 interp_poly 3345 4029 0 0 0.562 3413 4016 0 0 0.562 3345 4029 0 0 0.562 2 interp_poly -40 -31 68 -13 3345 4029 3 MP PP 3345 4029 0 0 0.562 3413 4016 0 0 0.562 3345 4029 0 0 0.562 2 interp_poly 3413 4016 0 0 0.562 3373 3985 0 0 0.562 3413 4016 0 0 0.562 2 interp_poly 68 -14 -40 -24 3382 4220 3 MP PP 3382 4220 0 0 0.562 3342 4196 0 0 0.562 3382 4220 0 0 0.562 2 interp_poly 3342 4196 0 0 0.562 3410 4182 0 0 0.562 3342 4196 0 0 0.562 2 interp_poly -40 -24 68 -14 3342 4196 3 MP PP 3342 4196 0 0 0.562 3410 4182 0 0 0.562 3342 4196 0 0 0.562 2 interp_poly 3410 4182 0 0 0.562 3370 4158 0 0 0.562 3410 4182 0 0 0.562 2 interp_poly 68 -14 -40 -24 3378 4381 3 MP PP 3378 4381 0 0 0.562 3338 4357 0 0 0.562 3378 4381 0 0 0.562 2 interp_poly 3338 4357 0 0 0.562 3406 4343 0 0 0.562 3338 4357 0 0 0.562 2 interp_poly -40 -24 68 -14 3338 4357 3 MP PP 3338 4357 0 0 0.562 3406 4343 0 0 0.562 3338 4357 0 0 0.562 2 interp_poly 3406 4343 0 0 0.562 3366 4319 0 0 0.562 3406 4343 0 0 0.562 2 interp_poly -40 731 68 -155 3285 2430 3 MP PP 3285 2430 0.75 1 0.312 3353 2275 0.938 1 0.125 3285 2430 0.75 1 0.312 2 interp_poly 3353 2275 0.938 1 0.125 3313 3006 0 0.688 1 3353 2275 0.938 1 0.125 2 interp_poly 68 -155 -40 817 3325 1613 3 MP PP 3325 1613 0.938 0 0 3285 2430 0.75 1 0.312 3325 1613 0.938 0 0 2 interp_poly 3285 2430 0.75 1 0.312 3353 2275 0.938 1 0.125 3285 2430 0.75 1 0.312 2 interp_poly 68 131 -40 -849 3377 2989 3 MP PP 3377 2989 0 0.938 1 3337 2140 1 0.688 0 3377 2989 0 0.938 1 2 interp_poly 3337 2140 1 0.688 0 3405 2271 1 0.938 0 3337 2140 1 0.688 0 2 interp_poly -40 -773 68 131 3337 2140 3 MP PP 3337 2140 1 0.688 0 3405 2271 1 0.938 0 3337 2140 1 0.688 0 2 interp_poly 3405 2271 1 0.938 0 3365 1498 0.688 0 0 3405 2271 1 0.938 0 2 interp_poly -40 -24 68 -14 3334 4519 3 MP PP 3334 4519 0 0 0.562 3402 4505 0 0 0.562 3334 4519 0 0 0.562 2 interp_poly 3402 4505 0 0 0.562 3362 4481 0 0 0.562 3402 4505 0 0 0.562 2 interp_poly 68 -9 -40 -43 3373 3985 3 MP PP 3373 3985 0 0 0.562 3333 3942 0 0 0.562 3373 3985 0 0 0.562 2 interp_poly 3333 3942 0 0 0.562 3401 3933 0 0 0.562 3333 3942 0 0 0.562 2 interp_poly -40 -69 68 -9 3333 3942 3 MP PP 3333 3942 0 0 0.562 3401 3933 0 0 0.562 3333 3942 0 0 0.562 2 interp_poly 3401 3933 0 0 0.562 3361 3864 0 0 0.625 3401 3933 0 0 0.562 2 interp_poly 68 -14 -40 -24 3370 4158 3 MP PP 3370 4158 0 0 0.562 3330 4134 0 0 0.562 3370 4158 0 0 0.562 2 interp_poly 3330 4134 0 0 0.562 3398 4120 0 0 0.562 3330 4134 0 0 0.562 2 interp_poly -40 -25 68 -14 3330 4134 3 MP PP 3330 4134 0 0 0.562 3398 4120 0 0 0.562 3330 4134 0 0 0.562 2 interp_poly 3398 4120 0 0 0.562 3358 4095 0 0 0.562 3398 4120 0 0 0.562 2 interp_poly 68 -13 -40 -24 3366 4319 3 MP PP 3366 4319 0 0 0.562 3326 4295 0 0 0.562 3366 4319 0 0 0.562 2 interp_poly 3326 4295 0 0 0.562 3394 4282 0 0 0.562 3326 4295 0 0 0.562 2 interp_poly -40 -24 68 -13 3326 4295 3 MP PP 3326 4295 0 0 0.562 3394 4282 0 0 0.562 3326 4295 0 0 0.562 2 interp_poly 3394 4282 0 0 0.562 3354 4258 0 0 0.562 3394 4282 0 0 0.562 2 interp_poly 68 -14 -40 -24 3362 4481 3 MP PP 3362 4481 0 0 0.562 3322 4457 0 0 0.562 3362 4481 0 0 0.562 2 interp_poly 3322 4457 0 0 0.562 3390 4443 0 0 0.562 3322 4457 0 0 0.562 2 interp_poly -40 -24 68 -14 3322 4457 3 MP PP 3322 4457 0 0 0.562 3390 4443 0 0 0.562 3322 4457 0 0 0.562 2 interp_poly 3390 4443 0 0 0.562 3350 4419 0 0 0.562 3390 4443 0 0 0.562 2 interp_poly 68 14 -40 -141 3361 3864 3 MP PP 3361 3864 0 0 0.625 3321 3723 0 0 0.875 3361 3864 0 0 0.625 2 interp_poly 3321 3723 0 0 0.875 3389 3737 0 0 0.812 3321 3723 0 0 0.875 2 interp_poly -40 -276 68 14 3321 3723 3 MP PP 3321 3723 0 0 0.875 3389 3737 0 0 0.812 3321 3723 0 0 0.875 2 interp_poly 3389 3737 0 0 0.812 3349 3461 0 0.25 1 3389 3737 0 0 0.812 2 interp_poly 67 -13 -40 -25 3358 4095 3 MP PP 3358 4095 0 0 0.562 3318 4070 0 0 0.562 3358 4095 0 0 0.562 2 interp_poly 3318 4070 0 0 0.562 3385 4057 0 0 0.562 3318 4070 0 0 0.562 2 interp_poly -40 -28 67 -13 3318 4070 3 MP PP 3318 4070 0 0 0.562 3385 4057 0 0 0.562 3318 4070 0 0 0.562 2 interp_poly 3385 4057 0 0 0.562 3345 4029 0 0 0.562 3385 4057 0 0 0.562 2 interp_poly 68 -13 -40 -25 3354 4258 3 MP PP 3354 4258 0 0 0.562 3314 4233 0 0 0.562 3354 4258 0 0 0.562 2 interp_poly 3314 4233 0 0 0.562 3382 4220 0 0 0.562 3314 4233 0 0 0.562 2 interp_poly -40 -24 68 -13 3314 4233 3 MP PP 3314 4233 0 0 0.562 3382 4220 0 0 0.562 3314 4233 0 0 0.562 2 interp_poly 3382 4220 0 0 0.562 3342 4196 0 0 0.562 3382 4220 0 0 0.562 2 interp_poly 68 -14 -40 -24 3350 4419 3 MP PP 3350 4419 0 0 0.562 3310 4395 0 0 0.562 3350 4419 0 0 0.562 2 interp_poly 3310 4395 0 0 0.562 3378 4381 0 0 0.562 3310 4395 0 0 0.562 2 interp_poly -40 -24 68 -14 3310 4395 3 MP PP 3310 4395 0 0 0.562 3378 4381 0 0 0.562 3310 4395 0 0 0.562 2 interp_poly 3378 4381 0 0 0.562 3338 4357 0 0 0.562 3378 4381 0 0 0.562 2 interp_poly -40 -24 68 -14 3224 3416 3 MP PP 3224 3416 0 0 0.562 3292 3402 0 0 0.562 3224 3416 0 0 0.562 2 interp_poly 3292 3402 0 0 0.562 3252 3378 0 0 0.562 3292 3402 0 0 0.562 2 interp_poly 68 -14 -40 -23 3264 3439 3 MP PP 3264 3439 0 0 0.562 3224 3416 0 0 0.562 3264 3439 0 0 0.562 2 interp_poly 3224 3416 0 0 0.562 3292 3402 0 0 0.562 3224 3416 0 0 0.562 2 interp_poly -40 -24 68 -14 3236 3477 3 MP PP 3236 3477 0 0 0.562 3304 3463 0 0 0.562 3236 3477 0 0 0.562 2 interp_poly 3304 3463 0 0 0.562 3264 3439 0 0 0.562 3304 3463 0 0 0.562 2 interp_poly 68 -14 -40 -22 3276 3499 3 MP PP 3276 3499 0 0 0.562 3236 3477 0 0 0.562 3276 3499 0 0 0.562 2 interp_poly 3236 3477 0 0 0.562 3304 3463 0 0 0.562 3236 3477 0 0 0.562 2 interp_poly -40 -24 68 -14 3252 3378 3 MP PP 3252 3378 0 0 0.562 3320 3364 0 0 0.562 3252 3378 0 0 0.562 2 interp_poly 3320 3364 0 0 0.562 3280 3340 0 0 0.562 3320 3364 0 0 0.562 2 interp_poly 68 -14 -40 -24 3292 3402 3 MP PP 3292 3402 0 0 0.562 3252 3378 0 0 0.562 3292 3402 0 0 0.562 2 interp_poly 3252 3378 0 0 0.562 3320 3364 0 0 0.562 3252 3378 0 0 0.562 2 interp_poly -40 175 68 -59 3273 3386 3 MP PP 3273 3386 0 0 1 3341 3327 0 0.0625 1 3273 3386 0 0 1 2 interp_poly 3341 3327 0 0.0625 1 3301 3502 0 0 0.75 3341 3327 0 0.0625 1 2 interp_poly -40 -24 68 -14 3212 3354 3 MP PP 3212 3354 0 0 0.562 3280 3340 0 0 0.562 3212 3354 0 0 0.562 2 interp_poly 3280 3340 0 0 0.562 3240 3316 0 0 0.562 3280 3340 0 0 0.562 2 interp_poly 68 -14 -40 -24 3252 3378 3 MP PP 3252 3378 0 0 0.562 3212 3354 0 0 0.562 3252 3378 0 0 0.562 2 interp_poly 3212 3354 0 0 0.562 3280 3340 0 0 0.562 3212 3354 0 0 0.562 2 interp_poly -40 -24 68 -13 3228 3254 3 MP PP 3228 3254 0 0 0.562 3296 3241 0 0 0.562 3228 3254 0 0 0.562 2 interp_poly 3296 3241 0 0 0.562 3256 3217 0 0 0.562 3296 3241 0 0 0.562 2 interp_poly 68 -13 -40 -24 3268 3278 3 MP PP 3268 3278 0 0 0.562 3228 3254 0 0 0.562 3268 3278 0 0 0.562 2 interp_poly 3228 3254 0 0 0.562 3296 3241 0 0 0.562 3228 3254 0 0 0.562 2 interp_poly -40 -25 68 -13 3240 3316 3 MP PP 3240 3316 0 0 0.562 3308 3303 0 0 0.562 3240 3316 0 0 0.562 2 interp_poly 3308 3303 0 0 0.562 3268 3278 0 0 0.562 3308 3303 0 0 0.562 2 interp_poly 68 -13 -40 -24 3280 3340 3 MP PP 3280 3340 0 0 0.562 3240 3316 0 0 0.562 3280 3340 0 0 0.562 2 interp_poly 3240 3316 0 0 0.562 3308 3303 0 0 0.562 3240 3316 0 0 0.562 2 interp_poly -40 -24 68 -14 3244 3155 3 MP PP 3244 3155 0 0 0.562 3312 3141 0 0 0.562 3244 3155 0 0 0.562 2 interp_poly 3312 3141 0 0 0.562 3272 3117 0 0 0.562 3312 3141 0 0 0.562 2 interp_poly 68 -14 -40 -24 3284 3179 3 MP PP 3284 3179 0 0 0.562 3244 3155 0 0 0.562 3284 3179 0 0 0.562 2 interp_poly 3244 3155 0 0 0.562 3312 3141 0 0 0.562 3244 3155 0 0 0.562 2 interp_poly -40 -24 68 -14 3256 3217 3 MP PP 3256 3217 0 0 0.562 3324 3203 0 0 0.562 3256 3217 0 0 0.562 2 interp_poly 3324 3203 0 0 0.562 3284 3179 0 0 0.562 3324 3203 0 0 0.562 2 interp_poly 68 -14 -40 -24 3296 3241 3 MP PP 3296 3241 0 0 0.562 3256 3217 0 0 0.562 3296 3241 0 0 0.562 2 interp_poly 3256 3217 0 0 0.562 3324 3203 0 0 0.562 3256 3217 0 0 0.562 2 interp_poly 68 -59 -40 380 3313 3006 3 MP PP 3313 3006 0 0.688 1 3273 3386 0 0 1 3313 3006 0 0.688 1 2 interp_poly 3273 3386 0 0 1 3341 3327 0 0.0625 1 3273 3386 0 0 1 2 interp_poly 68 100 -40 -572 3349 3461 3 MP PP 3349 3461 0 0.25 1 3309 2889 0.125 1 0.938 3349 3461 0 0.25 1 2 interp_poly 3309 2889 0.125 1 0.938 3377 2989 0 0.938 1 3309 2889 0.125 1 0.938 2 interp_poly -40 -849 68 100 3309 2889 3 MP PP 3309 2889 0.125 1 0.938 3377 2989 0 0.938 1 3309 2889 0.125 1 0.938 2 interp_poly 3377 2989 0 0.938 1 3337 2140 1 0.688 0 3377 2989 0 0.938 1 2 interp_poly 68 -12 -40 -32 3345 4029 3 MP PP 3345 4029 0 0 0.562 3305 3997 0 0 0.562 3345 4029 0 0 0.562 2 interp_poly 3305 3997 0 0 0.562 3373 3985 0 0 0.562 3305 3997 0 0 0.562 2 interp_poly -40 -43 68 -12 3305 3997 3 MP PP 3305 3997 0 0 0.562 3373 3985 0 0 0.562 3305 3997 0 0 0.562 2 interp_poly 3373 3985 0 0 0.562 3333 3942 0 0 0.562 3373 3985 0 0 0.562 2 interp_poly 68 -13 -40 -25 3342 4196 3 MP PP 3342 4196 0 0 0.562 3302 4171 0 0 0.562 3342 4196 0 0 0.562 2 interp_poly 3302 4171 0 0 0.562 3370 4158 0 0 0.562 3302 4171 0 0 0.562 2 interp_poly -40 -24 68 -13 3302 4171 3 MP PP 3302 4171 0 0 0.562 3370 4158 0 0 0.562 3302 4171 0 0 0.562 2 interp_poly 3370 4158 0 0 0.562 3330 4134 0 0 0.562 3370 4158 0 0 0.562 2 interp_poly 68 -14 -40 -24 3338 4357 3 MP PP 3338 4357 0 0 0.562 3298 4333 0 0 0.562 3338 4357 0 0 0.562 2 interp_poly 3298 4333 0 0 0.562 3366 4319 0 0 0.562 3298 4333 0 0 0.562 2 interp_poly -40 -24 68 -14 3298 4333 3 MP PP 3298 4333 0 0 0.562 3366 4319 0 0 0.562 3298 4333 0 0 0.562 2 interp_poly 3366 4319 0 0 0.562 3326 4295 0 0 0.562 3366 4319 0 0 0.562 2 interp_poly -40 817 68 -126 3257 1739 3 MP PP 3257 1739 1 0.125 0 3325 1613 0.938 0 0 3257 1739 1 0.125 0 2 interp_poly 3325 1613 0.938 0 0 3285 2430 0.75 1 0.312 3325 1613 0.938 0 0 2 interp_poly 68 -126 -40 280 3297 1459 3 MP PP 3297 1459 0.562 0 0 3257 1739 1 0.125 0 3297 1459 0.562 0 0 2 interp_poly 3257 1739 1 0.125 0 3325 1613 0.938 0 0 3257 1739 1 0.125 0 2 interp_poly -40 115 68 39 3297 1459 3 MP PP 3297 1459 0.562 0 0 3365 1498 0.688 0 0 3297 1459 0.562 0 0 2 interp_poly 3365 1498 0.688 0 0 3325 1613 0.938 0 0 3365 1498 0.688 0 0 2 interp_poly 68 39 -40 -681 3337 2140 3 MP PP 3337 2140 1 0.688 0 3297 1459 0.562 0 0 3337 2140 1 0.688 0 2 interp_poly 3297 1459 0.562 0 0 3365 1498 0.688 0 0 3297 1459 0.562 0 0 2 interp_poly 68 -13 -40 -25 3334 4519 3 MP PP 3334 4519 0 0 0.562 3294 4494 0 0 0.562 3334 4519 0 0 0.562 2 interp_poly 3294 4494 0 0 0.562 3362 4481 0 0 0.562 3294 4494 0 0 0.562 2 interp_poly -40 -24 68 -13 3294 4494 3 MP PP 3294 4494 0 0 0.562 3362 4481 0 0 0.562 3294 4494 0 0 0.562 2 interp_poly 3362 4481 0 0 0.562 3322 4457 0 0 0.562 3362 4481 0 0 0.562 2 interp_poly 68 -2 -40 -76 3333 3942 3 MP PP 3333 3942 0 0 0.562 3293 3866 0 0 0.688 3333 3942 0 0 0.562 2 interp_poly 3293 3866 0 0 0.688 3361 3864 0 0 0.625 3293 3866 0 0 0.688 2 interp_poly -40 -141 68 -2 3293 3866 3 MP PP 3293 3866 0 0 0.688 3361 3864 0 0 0.625 3293 3866 0 0 0.688 2 interp_poly 3361 3864 0 0 0.625 3321 3723 0 0 0.875 3361 3864 0 0 0.625 2 interp_poly 68 -14 -40 -25 3330 4134 3 MP PP 3330 4134 0 0 0.562 3290 4109 0 0 0.562 3330 4134 0 0 0.562 2 interp_poly 3290 4109 0 0 0.562 3358 4095 0 0 0.562 3290 4109 0 0 0.562 2 interp_poly -40 -25 68 -14 3290 4109 3 MP PP 3290 4109 0 0 0.562 3358 4095 0 0 0.562 3290 4109 0 0 0.562 2 interp_poly 3358 4095 0 0 0.562 3318 4070 0 0 0.562 3358 4095 0 0 0.562 2 interp_poly 68 -13 -40 -24 3326 4295 3 MP PP 3326 4295 0 0 0.562 3286 4271 0 0 0.562 3326 4295 0 0 0.562 2 interp_poly 3286 4271 0 0 0.562 3354 4258 0 0 0.562 3286 4271 0 0 0.562 2 interp_poly -40 -25 68 -13 3286 4271 3 MP PP 3286 4271 0 0 0.562 3354 4258 0 0 0.562 3286 4271 0 0 0.562 2 interp_poly 3354 4258 0 0 0.562 3314 4233 0 0 0.562 3354 4258 0 0 0.562 2 interp_poly 68 -14 -40 -24 3322 4457 3 MP PP 3322 4457 0 0 0.562 3282 4433 0 0 0.562 3322 4457 0 0 0.562 2 interp_poly 3282 4433 0 0 0.562 3350 4419 0 0 0.562 3282 4433 0 0 0.562 2 interp_poly -40 -24 68 -14 3282 4433 3 MP PP 3282 4433 0 0 0.562 3350 4419 0 0 0.562 3282 4433 0 0 0.562 2 interp_poly 3350 4419 0 0 0.562 3310 4395 0 0 0.562 3350 4419 0 0 0.562 2 interp_poly -40 -19 68 -15 3181 3547 3 MP PP 3181 3547 0 0 0.562 3249 3532 0 0 0.562 3181 3547 0 0 0.562 2 interp_poly 3249 3532 0 0 0.562 3209 3513 0 0 0.562 3249 3532 0 0 0.562 2 interp_poly 68 -15 -40 -13 3221 3560 3 MP PP 3221 3560 0 0 0.562 3181 3547 0 0 0.562 3221 3560 0 0 0.562 2 interp_poly 3181 3547 0 0 0.562 3249 3532 0 0 0.562 3181 3547 0 0 0.562 2 interp_poly 67 -14 -40 -19 3249 3532 3 MP PP 3249 3532 0 0 0.562 3209 3513 0 0 0.562 3249 3532 0 0 0.562 2 interp_poly 3209 3513 0 0 0.562 3276 3499 0 0 0.562 3209 3513 0 0 0.562 2 interp_poly -40 -12 68 -16 3221 3560 3 MP PP 3221 3560 0 0 0.562 3289 3544 0 0 0.562 3221 3560 0 0 0.562 2 interp_poly 3289 3544 0 0 0.562 3249 3532 0 0 0.562 3289 3544 0 0 0.562 2 interp_poly 68 -16 -40 5 3261 3555 3 MP PP 3261 3555 0 0 0.625 3221 3560 0 0 0.562 3261 3555 0 0 0.625 2 interp_poly 3221 3560 0 0 0.562 3289 3544 0 0 0.562 3221 3560 0 0 0.562 2 interp_poly -40 53 68 -31 3233 3533 3 MP PP 3233 3533 0 0 0.688 3301 3502 0 0 0.75 3233 3533 0 0 0.688 2 interp_poly 3301 3502 0 0 0.75 3261 3555 0 0 0.625 3301 3502 0 0 0.75 2 interp_poly -40 -23 68 -14 3196 3453 3 MP PP 3196 3453 0 0 0.562 3264 3439 0 0 0.562 3196 3453 0 0 0.562 2 interp_poly 3264 3439 0 0 0.562 3224 3416 0 0 0.562 3264 3439 0 0 0.562 2 interp_poly 68 -14 -40 -24 3236 3477 3 MP PP 3236 3477 0 0 0.562 3196 3453 0 0 0.562 3236 3477 0 0 0.562 2 interp_poly 3196 3453 0 0 0.562 3264 3439 0 0 0.562 3196 3453 0 0 0.562 2 interp_poly -40 -22 67 -14 3209 3513 3 MP PP 3209 3513 0 0 0.562 3276 3499 0 0 0.562 3209 3513 0 0 0.562 2 interp_poly 3276 3499 0 0 0.562 3236 3477 0 0 0.562 3276 3499 0 0 0.562 2 interp_poly 68 -31 -40 147 3273 3386 3 MP PP 3273 3386 0 0 1 3233 3533 0 0 0.688 3273 3386 0 0 1 2 interp_poly 3233 3533 0 0 0.688 3301 3502 0 0 0.75 3233 3533 0 0 0.688 2 interp_poly -40 10 68 -21 3261 3555 3 MP PP 3261 3555 0 0 0.625 3329 3534 0 0 0.625 3261 3555 0 0 0.625 2 interp_poly 3329 3534 0 0 0.625 3289 3544 0 0 0.562 3329 3534 0 0 0.625 2 interp_poly 68 -21 -40 53 3301 3502 3 MP PP 3301 3502 0 0 0.75 3261 3555 0 0 0.625 3301 3502 0 0 0.75 2 interp_poly 3261 3555 0 0 0.625 3329 3534 0 0 0.625 3261 3555 0 0 0.625 2 interp_poly 68 50 -40 -312 3321 3723 3 MP PP 3321 3723 0 0 0.875 3281 3411 0 0.312 1 3321 3723 0 0 0.875 2 interp_poly 3281 3411 0 0.312 1 3349 3461 0 0.25 1 3281 3411 0 0.312 1 2 interp_poly -40 -24 68 -14 3232 3093 3 MP PP 3232 3093 0 0 0.562 3300 3079 0 0 0.562 3232 3093 0 0 0.562 2 interp_poly 3300 3079 0 0 0.562 3260 3055 0 0 0.562 3300 3079 0 0 0.562 2 interp_poly 68 -14 -40 -24 3272 3117 3 MP PP 3272 3117 0 0 0.562 3232 3093 0 0 0.562 3272 3117 0 0 0.562 2 interp_poly 3232 3093 0 0 0.562 3300 3079 0 0 0.562 3232 3093 0 0 0.562 2 interp_poly -40 -24 68 -13 3188 3230 3 MP PP 3188 3230 0 0 0.562 3256 3217 0 0 0.562 3188 3230 0 0 0.562 2 interp_poly 3256 3217 0 0 0.562 3216 3193 0 0 0.562 3256 3217 0 0 0.562 2 interp_poly 68 -13 -40 -24 3228 3254 3 MP PP 3228 3254 0 0 0.562 3188 3230 0 0 0.562 3228 3254 0 0 0.562 2 interp_poly 3188 3230 0 0 0.562 3256 3217 0 0 0.562 3188 3230 0 0 0.562 2 interp_poly -40 -24 68 -14 3200 3292 3 MP PP 3200 3292 0 0 0.562 3268 3278 0 0 0.562 3200 3292 0 0 0.562 2 interp_poly 3268 3278 0 0 0.562 3228 3254 0 0 0.562 3268 3278 0 0 0.562 2 interp_poly 68 -14 -40 -24 3240 3316 3 MP PP 3240 3316 0 0 0.562 3200 3292 0 0 0.562 3240 3316 0 0 0.562 2 interp_poly 3200 3292 0 0 0.562 3268 3278 0 0 0.562 3200 3292 0 0 0.562 2 interp_poly -40 -24 68 -14 3204 3131 3 MP PP 3204 3131 0 0 0.562 3272 3117 0 0 0.562 3204 3131 0 0 0.562 2 interp_poly 3272 3117 0 0 0.562 3232 3093 0 0 0.562 3272 3117 0 0 0.562 2 interp_poly 68 -14 -40 -24 3244 3155 3 MP PP 3244 3155 0 0 0.562 3204 3131 0 0 0.562 3244 3155 0 0 0.562 2 interp_poly 3204 3131 0 0 0.562 3272 3117 0 0 0.562 3204 3131 0 0 0.562 2 interp_poly -40 -24 68 -14 3216 3193 3 MP PP 3216 3193 0 0 0.562 3284 3179 0 0 0.562 3216 3193 0 0 0.562 2 interp_poly 3284 3179 0 0 0.562 3244 3155 0 0 0.562 3284 3179 0 0 0.562 2 interp_poly 68 -14 -40 -24 3256 3217 3 MP PP 3256 3217 0 0 0.562 3216 3193 0 0 0.562 3256 3217 0 0 0.562 2 interp_poly 3216 3193 0 0 0.562 3284 3179 0 0 0.562 3216 3193 0 0 0.562 2 interp_poly -40 380 68 -101 3245 3107 3 MP PP 3245 3107 0 0.562 1 3313 3006 0 0.688 1 3245 3107 0 0.562 1 2 interp_poly 3313 3006 0 0.688 1 3273 3386 0 0 1 3313 3006 0 0.688 1 2 interp_poly -40 -24 68 -14 3192 3069 3 MP PP 3192 3069 0 0 0.562 3260 3055 0 0 0.562 3192 3069 0 0 0.562 2 interp_poly 3260 3055 0 0 0.562 3220 3031 0 0 0.562 3260 3055 0 0 0.562 2 interp_poly 68 -14 -40 -24 3232 3093 3 MP PP 3232 3093 0 0 0.562 3192 3069 0 0 0.562 3232 3093 0 0 0.562 2 interp_poly 3192 3069 0 0 0.562 3260 3055 0 0 0.562 3192 3069 0 0 0.562 2 interp_poly 67 -13 -40 -24 3248 2993 3 MP PP 3248 2993 0 0 0.562 3208 2969 0 0 0.562 3248 2993 0 0 0.562 2 interp_poly 3208 2969 0 0 0.562 3275 2956 0 0 0.562 3208 2969 0 0 0.562 2 interp_poly -40 -24 68 -14 3220 3031 3 MP PP 3220 3031 0 0 0.562 3288 3017 0 0 0.562 3220 3031 0 0 0.562 2 interp_poly 3288 3017 0 0 0.562 3248 2993 0 0 0.562 3288 3017 0 0 0.562 2 interp_poly 68 -14 -40 -24 3260 3055 3 MP PP 3260 3055 0 0 0.562 3220 3031 0 0 0.562 3260 3055 0 0 0.562 2 interp_poly 3220 3031 0 0 0.562 3288 3017 0 0 0.562 3220 3031 0 0 0.562 2 interp_poly 68 -101 -40 677 3285 2430 3 MP PP 3285 2430 0.75 1 0.312 3245 3107 0 0.562 1 3285 2430 0.75 1 0.312 2 interp_poly 3245 3107 0 0.562 1 3313 3006 0 0.688 1 3245 3107 0 0.562 1 2 interp_poly -40 -572 68 50 3281 3411 3 MP PP 3281 3411 0 0.312 1 3349 3461 0 0.25 1 3281 3411 0 0.312 1 2 interp_poly 3349 3461 0 0.25 1 3309 2889 0.125 1 0.938 3349 3461 0 0.25 1 2 interp_poly 67 -13 -40 -28 3318 4070 3 MP PP 3318 4070 0 0 0.562 3278 4042 0 0 0.562 3318 4070 0 0 0.562 2 interp_poly 3278 4042 0 0 0.562 3345 4029 0 0 0.562 3278 4042 0 0 0.562 2 interp_poly -40 -32 67 -13 3278 4042 3 MP PP 3278 4042 0 0 0.562 3345 4029 0 0 0.562 3278 4042 0 0 0.562 2 interp_poly 3345 4029 0 0 0.562 3305 3997 0 0 0.562 3345 4029 0 0 0.562 2 interp_poly 68 -13 -40 -24 3314 4233 3 MP PP 3314 4233 0 0 0.562 3274 4209 0 0 0.562 3314 4233 0 0 0.562 2 interp_poly 3274 4209 0 0 0.562 3342 4196 0 0 0.562 3274 4209 0 0 0.562 2 interp_poly -40 -25 68 -13 3274 4209 3 MP PP 3274 4209 0 0 0.562 3342 4196 0 0 0.562 3274 4209 0 0 0.562 2 interp_poly 3342 4196 0 0 0.562 3302 4171 0 0 0.562 3342 4196 0 0 0.562 2 interp_poly 68 -14 -40 -24 3310 4395 3 MP PP 3310 4395 0 0 0.562 3270 4371 0 0 0.562 3310 4395 0 0 0.562 2 interp_poly 3270 4371 0 0 0.562 3338 4357 0 0 0.562 3270 4371 0 0 0.562 2 interp_poly -40 -24 68 -14 3270 4371 3 MP PP 3270 4371 0 0 0.562 3338 4357 0 0 0.562 3270 4371 0 0 0.562 2 interp_poly 3338 4357 0 0 0.562 3298 4333 0 0 0.562 3338 4357 0 0 0.562 2 interp_poly 68 129 -40 -878 3309 2889 3 MP PP 3309 2889 0.125 1 0.938 3269 2011 1 0.438 0 3309 2889 0.125 1 0.938 2 interp_poly 3269 2011 1 0.438 0 3337 2140 1 0.688 0 3269 2011 1 0.438 0 2 interp_poly -40 -681 68 129 3269 2011 3 MP PP 3269 2011 1 0.438 0 3337 2140 1 0.688 0 3269 2011 1 0.438 0 2 interp_poly 3337 2140 1 0.688 0 3297 1459 0.562 0 0 3337 2140 1 0.688 0 2 interp_poly -40 -25 68 -13 3266 4532 3 MP PP 3266 4532 0 0 0.562 3334 4519 0 0 0.562 3266 4532 0 0 0.562 2 interp_poly 3334 4519 0 0 0.562 3294 4494 0 0 0.562 3334 4519 0 0 0.562 2 interp_poly 68 -8 -40 -47 3305 3997 3 MP PP 3305 3997 0 0 0.562 3265 3950 0 0 0.562 3305 3997 0 0 0.562 2 interp_poly 3265 3950 0 0 0.562 3333 3942 0 0 0.562 3265 3950 0 0 0.562 2 interp_poly -40 -76 68 -8 3265 3950 3 MP PP 3265 3950 0 0 0.562 3333 3942 0 0 0.562 3265 3950 0 0 0.562 2 interp_poly 3333 3942 0 0 0.562 3293 3866 0 0 0.688 3333 3942 0 0 0.562 2 interp_poly 68 -13 -40 -24 3302 4171 3 MP PP 3302 4171 0 0 0.562 3262 4147 0 0 0.562 3302 4171 0 0 0.562 2 interp_poly 3262 4147 0 0 0.562 3330 4134 0 0 0.562 3262 4147 0 0 0.562 2 interp_poly -40 -25 68 -13 3262 4147 3 MP PP 3262 4147 0 0 0.562 3330 4134 0 0 0.562 3262 4147 0 0 0.562 2 interp_poly 3330 4134 0 0 0.562 3290 4109 0 0 0.562 3330 4134 0 0 0.562 2 interp_poly 68 -14 -40 -24 3298 4333 3 MP PP 3298 4333 0 0 0.562 3258 4309 0 0 0.562 3298 4333 0 0 0.562 2 interp_poly 3258 4309 0 0 0.562 3326 4295 0 0 0.562 3258 4309 0 0 0.562 2 interp_poly -40 -24 68 -14 3258 4309 3 MP PP 3258 4309 0 0 0.562 3326 4295 0 0 0.562 3258 4309 0 0 0.562 2 interp_poly 3326 4295 0 0 0.562 3286 4271 0 0 0.562 3326 4295 0 0 0.562 2 interp_poly 68 -13 -40 -24 3294 4494 3 MP PP 3294 4494 0 0 0.562 3254 4470 0 0 0.562 3294 4494 0 0 0.562 2 interp_poly 3254 4470 0 0 0.562 3322 4457 0 0 0.562 3254 4470 0 0 0.562 2 interp_poly -40 -24 68 -13 3254 4470 3 MP PP 3254 4470 0 0 0.562 3322 4457 0 0 0.562 3254 4470 0 0 0.562 2 interp_poly 3322 4457 0 0 0.562 3282 4433 0 0 0.562 3322 4457 0 0 0.562 2 interp_poly 68 17 -40 -160 3293 3866 3 MP PP 3293 3866 0 0 0.688 3253 3706 0 0 0.875 3293 3866 0 0 0.688 2 interp_poly 3253 3706 0 0 0.875 3321 3723 0 0 0.875 3253 3706 0 0 0.875 2 interp_poly -40 -312 68 17 3253 3706 3 MP PP 3253 3706 0 0 0.875 3321 3723 0 0 0.875 3253 3706 0 0 0.875 2 interp_poly 3321 3723 0 0 0.875 3281 3411 0 0.312 1 3321 3723 0 0 0.875 2 interp_poly 68 -13 -40 -26 3290 4109 3 MP PP 3290 4109 0 0 0.562 3250 4083 0 0 0.562 3290 4109 0 0 0.562 2 interp_poly 3250 4083 0 0 0.562 3318 4070 0 0 0.562 3250 4083 0 0 0.562 2 interp_poly -40 -28 68 -13 3250 4083 3 MP PP 3250 4083 0 0 0.562 3318 4070 0 0 0.562 3250 4083 0 0 0.562 2 interp_poly 3318 4070 0 0 0.562 3278 4042 0 0 0.562 3318 4070 0 0 0.562 2 interp_poly 68 -14 -40 -24 3286 4271 3 MP PP 3286 4271 0 0 0.562 3246 4247 0 0 0.562 3286 4271 0 0 0.562 2 interp_poly 3246 4247 0 0 0.562 3314 4233 0 0 0.562 3246 4247 0 0 0.562 2 interp_poly -40 -24 68 -14 3246 4247 3 MP PP 3246 4247 0 0 0.562 3314 4233 0 0 0.562 3246 4247 0 0 0.562 2 interp_poly 3314 4233 0 0 0.562 3274 4209 0 0 0.562 3314 4233 0 0 0.562 2 interp_poly 68 -13 -40 -25 3282 4433 3 MP PP 3282 4433 0 0 0.562 3242 4408 0 0 0.562 3282 4433 0 0 0.562 2 interp_poly 3242 4408 0 0 0.562 3310 4395 0 0 0.562 3242 4408 0 0 0.562 2 interp_poly -40 -24 68 -13 3242 4408 3 MP PP 3242 4408 0 0 0.562 3310 4395 0 0 0.562 3242 4408 0 0 0.562 2 interp_poly 3310 4395 0 0 0.562 3270 4371 0 0 0.562 3310 4395 0 0 0.562 2 interp_poly -40 -24 68 -14 3180 3007 3 MP PP 3180 3007 0 0 0.562 3248 2993 0 0 0.562 3180 3007 0 0 0.562 2 interp_poly 3248 2993 0 0 0.562 3208 2969 0 0 0.562 3248 2993 0 0 0.562 2 interp_poly 68 -14 -40 -24 3220 3031 3 MP PP 3220 3031 0 0 0.562 3180 3007 0 0 0.562 3220 3031 0 0 0.562 2 interp_poly 3180 3007 0 0 0.562 3248 2993 0 0 0.562 3180 3007 0 0 0.562 2 interp_poly -40 677 68 -150 3217 2580 3 MP PP 3217 2580 0.5 1 0.562 3285 2430 0.75 1 0.312 3217 2580 0.5 1 0.562 2 interp_poly 3285 2430 0.75 1 0.312 3245 3107 0 0.562 1 3285 2430 0.75 1 0.312 2 interp_poly 68 109 -40 -631 3281 3411 3 MP PP 3281 3411 0 0.312 1 3241 2780 0.375 1 0.688 3281 3411 0 0.312 1 2 interp_poly 3241 2780 0.375 1 0.688 3309 2889 0.125 1 0.938 3241 2780 0.375 1 0.688 2 interp_poly 68 -150 -40 841 3257 1739 3 MP PP 3257 1739 1 0.125 0 3217 2580 0.5 1 0.562 3257 1739 1 0.125 0 2 interp_poly 3217 2580 0.5 1 0.562 3285 2430 0.75 1 0.312 3217 2580 0.5 1 0.562 2 interp_poly -40 -878 68 109 3241 2780 3 MP PP 3241 2780 0.375 1 0.688 3309 2889 0.125 1 0.938 3241 2780 0.375 1 0.688 2 interp_poly 3309 2889 0.125 1 0.938 3269 2011 1 0.438 0 3309 2889 0.125 1 0.938 2 interp_poly 67 -11 -40 -34 3278 4042 3 MP PP 3278 4042 0 0 0.562 3238 4008 0 0 0.562 3278 4042 0 0 0.562 2 interp_poly 3238 4008 0 0 0.562 3305 3997 0 0 0.562 3238 4008 0 0 0.562 2 interp_poly -40 -47 67 -11 3238 4008 3 MP PP 3238 4008 0 0 0.562 3305 3997 0 0 0.562 3238 4008 0 0 0.562 2 interp_poly 3305 3997 0 0 0.562 3265 3950 0 0 0.562 3305 3997 0 0 0.562 2 interp_poly 68 -14 -40 -24 3274 4209 3 MP PP 3274 4209 0 0 0.562 3234 4185 0 0 0.562 3274 4209 0 0 0.562 2 interp_poly 3234 4185 0 0 0.562 3302 4171 0 0 0.562 3234 4185 0 0 0.562 2 interp_poly -40 -24 68 -14 3234 4185 3 MP PP 3234 4185 0 0 0.562 3302 4171 0 0 0.562 3234 4185 0 0 0.562 2 interp_poly 3302 4171 0 0 0.562 3262 4147 0 0 0.562 3302 4171 0 0 0.562 2 interp_poly 68 -14 -40 -24 3270 4371 3 MP PP 3270 4371 0 0 0.562 3230 4347 0 0 0.562 3270 4371 0 0 0.562 2 interp_poly 3230 4347 0 0 0.562 3298 4333 0 0 0.562 3230 4347 0 0 0.562 2 interp_poly -40 -24 68 -14 3230 4347 3 MP PP 3230 4347 0 0 0.562 3298 4333 0 0 0.562 3230 4347 0 0 0.562 2 interp_poly 3298 4333 0 0 0.562 3258 4309 0 0 0.562 3298 4333 0 0 0.562 2 interp_poly -40 841 68 -142 3189 1881 3 MP PP 3189 1881 1 0.312 0 3257 1739 1 0.125 0 3189 1881 1 0.312 0 2 interp_poly 3257 1739 1 0.125 0 3217 2580 0.5 1 0.562 3257 1739 1 0.125 0 2 interp_poly 68 -142 -40 432 3229 1449 3 MP PP 3229 1449 0.562 0 0 3189 1881 1 0.312 0 3229 1449 0.562 0 0 2 interp_poly 3189 1881 1 0.312 0 3257 1739 1 0.125 0 3189 1881 1 0.312 0 2 interp_poly -40 280 68 10 3229 1449 3 MP PP 3229 1449 0.562 0 0 3297 1459 0.562 0 0 3229 1449 0.562 0 0 2 interp_poly 3297 1459 0.562 0 0 3257 1739 1 0.125 0 3297 1459 0.562 0 0 2 interp_poly 68 10 -40 -562 3269 2011 3 MP PP 3269 2011 1 0.438 0 3229 1449 0.562 0 0 3269 2011 1 0.438 0 2 interp_poly 3229 1449 0.562 0 0 3297 1459 0.562 0 0 3229 1449 0.562 0 0 2 interp_poly 68 -14 -40 -24 3266 4532 3 MP PP 3266 4532 0 0 0.562 3226 4508 0 0 0.562 3266 4532 0 0 0.562 2 interp_poly 3226 4508 0 0 0.562 3294 4494 0 0 0.562 3226 4508 0 0 0.562 2 interp_poly -40 -24 68 -14 3226 4508 3 MP PP 3226 4508 0 0 0.562 3294 4494 0 0 0.562 3226 4508 0 0 0.562 2 interp_poly 3294 4494 0 0 0.562 3254 4470 0 0 0.562 3294 4494 0 0 0.562 2 interp_poly 68 0 -40 -84 3265 3950 3 MP PP 3265 3950 0 0 0.562 3225 3866 0 0 0.688 3265 3950 0 0 0.562 2 interp_poly 3225 3866 0 0 0.688 3293 3866 0 0 0.688 3225 3866 0 0 0.688 2 interp_poly -40 -160 68 0 3225 3866 3 MP PP 3225 3866 0 0 0.688 3293 3866 0 0 0.688 3225 3866 0 0 0.688 2 interp_poly 3293 3866 0 0 0.688 3253 3706 0 0 0.875 3293 3866 0 0 0.688 2 interp_poly 68 -13 -40 -25 3262 4147 3 MP PP 3262 4147 0 0 0.562 3222 4122 0 0 0.562 3262 4147 0 0 0.562 2 interp_poly 3222 4122 0 0 0.562 3290 4109 0 0 0.562 3222 4122 0 0 0.562 2 interp_poly -40 -26 68 -13 3222 4122 3 MP PP 3222 4122 0 0 0.562 3290 4109 0 0 0.562 3222 4122 0 0 0.562 2 interp_poly 3290 4109 0 0 0.562 3250 4083 0 0 0.562 3290 4109 0 0 0.562 2 interp_poly 68 -14 -40 -24 3258 4309 3 MP PP 3258 4309 0 0 0.562 3218 4285 0 0 0.562 3258 4309 0 0 0.562 2 interp_poly 3218 4285 0 0 0.562 3286 4271 0 0 0.562 3218 4285 0 0 0.562 2 interp_poly -40 -24 68 -14 3218 4285 3 MP PP 3218 4285 0 0 0.562 3286 4271 0 0 0.562 3218 4285 0 0 0.562 2 interp_poly 3286 4271 0 0 0.562 3246 4247 0 0 0.562 3286 4271 0 0 0.562 2 interp_poly 68 -13 -40 -24 3254 4470 3 MP PP 3254 4470 0 0 0.562 3214 4446 0 0 0.562 3254 4470 0 0 0.562 2 interp_poly 3214 4446 0 0 0.562 3282 4433 0 0 0.562 3214 4446 0 0 0.562 2 interp_poly -40 -25 68 -13 3214 4446 3 MP PP 3214 4446 0 0 0.562 3282 4433 0 0 0.562 3214 4446 0 0 0.562 2 interp_poly 3282 4433 0 0 0.562 3242 4408 0 0 0.562 3282 4433 0 0 0.562 2 interp_poly -40 -24 68 -13 3156 3429 3 MP PP 3156 3429 0 0 0.562 3224 3416 0 0 0.562 3156 3429 0 0 0.562 2 interp_poly 3224 3416 0 0 0.562 3184 3392 0 0 0.562 3224 3416 0 0 0.562 2 interp_poly 68 -13 -40 -24 3196 3453 3 MP PP 3196 3453 0 0 0.562 3156 3429 0 0 0.562 3196 3453 0 0 0.562 2 interp_poly 3156 3429 0 0 0.562 3224 3416 0 0 0.562 3156 3429 0 0 0.562 2 interp_poly -40 -24 67 -13 3169 3490 3 MP PP 3169 3490 0 0 0.562 3236 3477 0 0 0.562 3169 3490 0 0 0.562 2 interp_poly 3236 3477 0 0 0.562 3196 3453 0 0 0.562 3236 3477 0 0 0.562 2 interp_poly 67 -13 -40 -23 3209 3513 3 MP PP 3209 3513 0 0 0.562 3169 3490 0 0 0.562 3209 3513 0 0 0.562 2 interp_poly 3169 3490 0 0 0.562 3236 3477 0 0 0.562 3169 3490 0 0 0.562 2 interp_poly 68 -14 -40 -24 3212 3354 3 MP PP 3212 3354 0 0 0.562 3172 3330 0 0 0.562 3212 3354 0 0 0.562 2 interp_poly 3172 3330 0 0 0.562 3240 3316 0 0 0.562 3172 3330 0 0 0.562 2 interp_poly -40 -24 68 -14 3120 3244 3 MP PP 3120 3244 0 0 0.562 3188 3230 0 0 0.562 3120 3244 0 0 0.562 2 interp_poly 3188 3230 0 0 0.562 3148 3206 0 0 0.562 3188 3230 0 0 0.562 2 interp_poly 68 -14 -40 -24 3160 3268 3 MP PP 3160 3268 0 0 0.562 3120 3244 0 0 0.562 3160 3268 0 0 0.562 2 interp_poly 3120 3244 0 0 0.562 3188 3230 0 0 0.562 3120 3244 0 0 0.562 2 interp_poly -40 -24 68 -14 3132 3306 3 MP PP 3132 3306 0 0 0.562 3200 3292 0 0 0.562 3132 3306 0 0 0.562 2 interp_poly 3200 3292 0 0 0.562 3160 3268 0 0 0.562 3200 3292 0 0 0.562 2 interp_poly 68 -14 -40 -24 3172 3330 3 MP PP 3172 3330 0 0 0.562 3132 3306 0 0 0.562 3172 3330 0 0 0.562 2 interp_poly 3132 3306 0 0 0.562 3200 3292 0 0 0.562 3132 3306 0 0 0.562 2 interp_poly -40 -24 68 -14 3144 3368 3 MP PP 3144 3368 0 0 0.562 3212 3354 0 0 0.562 3144 3368 0 0 0.562 2 interp_poly 3212 3354 0 0 0.562 3172 3330 0 0 0.562 3212 3354 0 0 0.562 2 interp_poly 68 -14 -40 -24 3184 3392 3 MP PP 3184 3392 0 0 0.562 3144 3368 0 0 0.562 3184 3392 0 0 0.562 2 interp_poly 3144 3368 0 0 0.562 3212 3354 0 0 0.562 3144 3368 0 0 0.562 2 interp_poly -40 -25 68 -13 3148 3206 3 MP PP 3148 3206 0 0 0.562 3216 3193 0 0 0.562 3148 3206 0 0 0.562 2 interp_poly 3216 3193 0 0 0.562 3176 3168 0 0 0.562 3216 3193 0 0 0.562 2 interp_poly 68 -13 -40 -24 3188 3230 3 MP PP 3188 3230 0 0 0.562 3148 3206 0 0 0.562 3188 3230 0 0 0.562 2 interp_poly 3148 3206 0 0 0.562 3216 3193 0 0 0.562 3148 3206 0 0 0.562 2 interp_poly -40 -24 68 -14 3160 3268 3 MP PP 3160 3268 0 0 0.562 3228 3254 0 0 0.562 3160 3268 0 0 0.562 2 interp_poly 3228 3254 0 0 0.562 3188 3230 0 0 0.562 3228 3254 0 0 0.562 2 interp_poly 68 -14 -40 -24 3200 3292 3 MP PP 3200 3292 0 0 0.562 3160 3268 0 0 0.562 3200 3292 0 0 0.562 2 interp_poly 3160 3268 0 0 0.562 3228 3254 0 0 0.562 3160 3268 0 0 0.562 2 interp_poly -40 -24 68 -14 3172 3330 3 MP PP 3172 3330 0 0 0.562 3240 3316 0 0 0.562 3172 3330 0 0 0.562 2 interp_poly 3240 3316 0 0 0.562 3200 3292 0 0 0.562 3240 3316 0 0 0.562 2 interp_poly -40 -24 68 -13 3176 3168 3 MP PP 3176 3168 0 0 0.562 3244 3155 0 0 0.562 3176 3168 0 0 0.562 2 interp_poly 3244 3155 0 0 0.562 3204 3131 0 0 0.562 3244 3155 0 0 0.562 2 interp_poly 68 -13 -40 -25 3216 3193 3 MP PP 3216 3193 0 0 0.562 3176 3168 0 0 0.562 3216 3193 0 0 0.562 2 interp_poly 3176 3168 0 0 0.562 3244 3155 0 0 0.562 3176 3168 0 0 0.562 2 interp_poly -40 -24 68 -14 3184 3392 3 MP PP 3184 3392 0 0 0.562 3252 3378 0 0 0.562 3184 3392 0 0 0.562 2 interp_poly 3252 3378 0 0 0.562 3212 3354 0 0 0.562 3252 3378 0 0 0.562 2 interp_poly 68 -14 -40 -24 3224 3416 3 MP PP 3224 3416 0 0 0.562 3184 3392 0 0 0.562 3224 3416 0 0 0.562 2 interp_poly 3184 3392 0 0 0.562 3252 3378 0 0 0.562 3184 3392 0 0 0.562 2 interp_poly -40 331 68 -91 3177 3198 3 MP PP 3177 3198 0 0.375 1 3245 3107 0 0.562 1 3177 3198 0 0.375 1 2 interp_poly 3245 3107 0 0.562 1 3205 3438 0 0 0.938 3245 3107 0 0.562 1 2 interp_poly -40 5 68 -21 3193 3576 3 MP PP 3193 3576 0 0 0.625 3261 3555 0 0 0.625 3193 3576 0 0 0.625 2 interp_poly 3261 3555 0 0 0.625 3221 3560 0 0 0.562 3261 3555 0 0 0.625 2 interp_poly -40 -13 68 -16 3153 3576 3 MP PP 3153 3576 0 0 0.562 3221 3560 0 0 0.562 3153 3576 0 0 0.562 2 interp_poly 3221 3560 0 0 0.562 3181 3547 0 0 0.562 3221 3560 0 0 0.562 2 interp_poly 68 -16 -40 0 3193 3576 3 MP PP 3193 3576 0 0 0.625 3153 3576 0 0 0.562 3193 3576 0 0 0.625 2 interp_poly 3153 3576 0 0 0.562 3221 3560 0 0 0.562 3153 3576 0 0 0.562 2 interp_poly 68 -21 -40 43 3233 3533 3 MP PP 3233 3533 0 0 0.688 3193 3576 0 0 0.625 3233 3533 0 0 0.688 2 interp_poly 3193 3576 0 0 0.625 3261 3555 0 0 0.625 3193 3576 0 0 0.625 2 interp_poly -40 147 68 -52 3205 3438 3 MP PP 3205 3438 0 0 0.938 3273 3386 0 0 1 3205 3438 0 0 0.938 2 interp_poly 3273 3386 0 0 1 3233 3533 0 0 0.688 3273 3386 0 0 1 2 interp_poly 68 -52 -40 331 3245 3107 3 MP PP 3245 3107 0 0.562 1 3205 3438 0 0 0.938 3245 3107 0 0.562 1 2 interp_poly 3205 3438 0 0 0.938 3273 3386 0 0 1 3205 3438 0 0 0.938 2 interp_poly 68 59 -40 -354 3253 3706 3 MP PP 3253 3706 0 0 0.875 3213 3352 0 0.438 1 3253 3706 0 0 0.875 2 interp_poly 3213 3352 0 0.438 1 3281 3411 0 0.312 1 3213 3352 0 0.438 1 2 interp_poly -40 -24 68 -14 3164 3107 3 MP PP 3164 3107 0 0 0.562 3232 3093 0 0 0.562 3164 3107 0 0 0.562 2 interp_poly 3232 3093 0 0 0.562 3192 3069 0 0 0.562 3232 3093 0 0 0.562 2 interp_poly 68 -14 -40 -24 3204 3131 3 MP PP 3204 3131 0 0 0.562 3164 3107 0 0 0.562 3204 3131 0 0 0.562 2 interp_poly 3164 3107 0 0 0.562 3232 3093 0 0 0.562 3164 3107 0 0 0.562 2 interp_poly -40 -24 68 -14 3124 3083 3 MP PP 3124 3083 0 0 0.562 3192 3069 0 0 0.562 3124 3083 0 0 0.562 2 interp_poly 3192 3069 0 0 0.562 3152 3045 0 0 0.562 3192 3069 0 0 0.562 2 interp_poly 68 -14 -40 -24 3164 3107 3 MP PP 3164 3107 0 0 0.562 3124 3083 0 0 0.562 3164 3107 0 0 0.562 2 interp_poly 3124 3083 0 0 0.562 3192 3069 0 0 0.562 3124 3083 0 0 0.562 2 interp_poly -40 -24 68 -13 3136 3144 3 MP PP 3136 3144 0 0 0.562 3204 3131 0 0 0.562 3136 3144 0 0 0.562 2 interp_poly 3204 3131 0 0 0.562 3164 3107 0 0 0.562 3204 3131 0 0 0.562 2 interp_poly 68 -13 -40 -24 3176 3168 3 MP PP 3176 3168 0 0 0.562 3136 3144 0 0 0.562 3176 3168 0 0 0.562 2 interp_poly 3136 3144 0 0 0.562 3204 3131 0 0 0.562 3136 3144 0 0 0.562 2 interp_poly 68 -14 -40 -24 3180 3007 3 MP PP 3180 3007 0 0 0.562 3140 2983 0 0 0.562 3180 3007 0 0 0.562 2 interp_poly 3140 2983 0 0 0.562 3208 2969 0 0 0.562 3140 2983 0 0 0.562 2 interp_poly -40 -24 68 -14 3152 3045 3 MP PP 3152 3045 0 0 0.562 3220 3031 0 0 0.562 3152 3045 0 0 0.562 2 interp_poly 3220 3031 0 0 0.562 3180 3007 0 0 0.562 3220 3031 0 0 0.562 2 interp_poly 68 -14 -40 -24 3192 3069 3 MP PP 3192 3069 0 0 0.562 3152 3045 0 0 0.562 3192 3069 0 0 0.562 2 interp_poly 3152 3045 0 0 0.562 3220 3031 0 0 0.562 3152 3045 0 0 0.562 2 interp_poly 68 -91 -40 618 3217 2580 3 MP PP 3217 2580 0.5 1 0.562 3177 3198 0 0.375 1 3217 2580 0.5 1 0.562 2 interp_poly 3177 3198 0 0.375 1 3245 3107 0 0.562 1 3177 3198 0 0.375 1 2 interp_poly -40 -631 68 59 3213 3352 3 MP PP 3213 3352 0 0.438 1 3281 3411 0 0.312 1 3213 3352 0 0.438 1 2 interp_poly 3281 3411 0 0.312 1 3241 2780 0.375 1 0.688 3281 3411 0 0.312 1 2 interp_poly 68 -13 -40 -28 3250 4083 3 MP PP 3250 4083 0 0 0.562 3210 4055 0 0 0.562 3250 4083 0 0 0.562 2 interp_poly 3210 4055 0 0 0.562 3278 4042 0 0 0.562 3210 4055 0 0 0.562 2 interp_poly -40 -34 68 -13 3210 4055 3 MP PP 3210 4055 0 0 0.562 3278 4042 0 0 0.562 3210 4055 0 0 0.562 2 interp_poly 3278 4042 0 0 0.562 3238 4008 0 0 0.562 3278 4042 0 0 0.562 2 interp_poly 68 -14 -40 -24 3246 4247 3 MP PP 3246 4247 0 0 0.562 3206 4223 0 0 0.562 3246 4247 0 0 0.562 2 interp_poly 3206 4223 0 0 0.562 3274 4209 0 0 0.562 3206 4223 0 0 0.562 2 interp_poly -40 -24 68 -14 3206 4223 3 MP PP 3206 4223 0 0 0.562 3274 4209 0 0 0.562 3206 4223 0 0 0.562 2 interp_poly 3274 4209 0 0 0.562 3234 4185 0 0 0.562 3274 4209 0 0 0.562 2 interp_poly 68 -13 -40 -24 3242 4408 3 MP PP 3242 4408 0 0 0.562 3202 4384 0 0 0.562 3242 4408 0 0 0.562 2 interp_poly 3202 4384 0 0 0.562 3270 4371 0 0 0.562 3202 4384 0 0 0.562 2 interp_poly -40 -24 68 -13 3202 4384 3 MP PP 3202 4384 0 0 0.562 3270 4371 0 0 0.562 3202 4384 0 0 0.562 2 interp_poly 3270 4371 0 0 0.562 3230 4347 0 0 0.562 3270 4371 0 0 0.562 2 interp_poly 68 120 -40 -889 3241 2780 3 MP PP 3241 2780 0.375 1 0.688 3201 1891 1 0.25 0 3241 2780 0.375 1 0.688 2 interp_poly 3201 1891 1 0.25 0 3269 2011 1 0.438 0 3201 1891 1 0.25 0 2 interp_poly -40 -562 68 120 3201 1891 3 MP PP 3201 1891 1 0.25 0 3269 2011 1 0.438 0 3201 1891 1 0.25 0 2 interp_poly 3269 2011 1 0.438 0 3229 1449 0.562 0 0 3269 2011 1 0.438 0 2 interp_poly -40 -24 67 -14 3199 4546 3 MP PP 3199 4546 0 0 0.562 3266 4532 0 0 0.562 3199 4546 0 0 0.562 2 interp_poly 3266 4532 0 0 0.562 3226 4508 0 0 0.562 3266 4532 0 0 0.562 2 interp_poly 67 -8 -40 -50 3238 4008 3 MP PP 3238 4008 0 0 0.562 3198 3958 0 0 0.625 3238 4008 0 0 0.562 2 interp_poly 3198 3958 0 0 0.625 3265 3950 0 0 0.562 3198 3958 0 0 0.625 2 interp_poly -40 -84 67 -8 3198 3958 3 MP PP 3198 3958 0 0 0.625 3265 3950 0 0 0.562 3198 3958 0 0 0.625 2 interp_poly 3265 3950 0 0 0.562 3225 3866 0 0 0.688 3265 3950 0 0 0.562 2 interp_poly 68 -14 -40 -24 3234 4185 3 MP PP 3234 4185 0 0 0.562 3194 4161 0 0 0.562 3234 4185 0 0 0.562 2 interp_poly 3194 4161 0 0 0.562 3262 4147 0 0 0.562 3194 4161 0 0 0.562 2 interp_poly -40 -25 68 -14 3194 4161 3 MP PP 3194 4161 0 0 0.562 3262 4147 0 0 0.562 3194 4161 0 0 0.562 2 interp_poly 3262 4147 0 0 0.562 3222 4122 0 0 0.562 3262 4147 0 0 0.562 2 interp_poly 68 -14 -40 -24 3230 4347 3 MP PP 3230 4347 0 0 0.562 3190 4323 0 0 0.562 3230 4347 0 0 0.562 2 interp_poly 3190 4323 0 0 0.562 3258 4309 0 0 0.562 3190 4323 0 0 0.562 2 interp_poly -40 -24 68 -14 3190 4323 3 MP PP 3190 4323 0 0 0.562 3258 4309 0 0 0.562 3190 4323 0 0 0.562 2 interp_poly 3258 4309 0 0 0.562 3218 4285 0 0 0.562 3258 4309 0 0 0.562 2 interp_poly 68 -14 -40 -24 3226 4508 3 MP PP 3226 4508 0 0 0.562 3186 4484 0 0 0.562 3226 4508 0 0 0.562 2 interp_poly 3186 4484 0 0 0.562 3254 4470 0 0 0.562 3186 4484 0 0 0.562 2 interp_poly -40 -24 68 -14 3186 4484 3 MP PP 3186 4484 0 0 0.562 3254 4470 0 0 0.562 3186 4484 0 0 0.562 2 interp_poly 3254 4470 0 0 0.562 3214 4446 0 0 0.562 3254 4470 0 0 0.562 2 interp_poly 68 22 -40 -182 3225 3866 3 MP PP 3225 3866 0 0 0.688 3185 3684 0 0 0.938 3225 3866 0 0 0.688 2 interp_poly 3185 3684 0 0 0.938 3253 3706 0 0 0.875 3185 3684 0 0 0.938 2 interp_poly -40 -23 68 -14 3141 3527 3 MP PP 3141 3527 0 0 0.562 3209 3513 0 0 0.562 3141 3527 0 0 0.562 2 interp_poly 3209 3513 0 0 0.562 3169 3490 0 0 0.562 3209 3513 0 0 0.562 2 interp_poly 68 -14 -40 -20 3181 3547 3 MP PP 3181 3547 0 0 0.562 3141 3527 0 0 0.562 3181 3547 0 0 0.562 2 interp_poly 3141 3527 0 0 0.562 3209 3513 0 0 0.562 3141 3527 0 0 0.562 2 interp_poly 68 -14 -40 -15 3153 3576 3 MP PP 3153 3576 0 0 0.562 3113 3561 0 0 0.562 3153 3576 0 0 0.562 2 interp_poly 3113 3561 0 0 0.562 3181 3547 0 0 0.562 3113 3561 0 0 0.562 2 interp_poly -40 43 68 -29 3165 3562 3 MP PP 3165 3562 0 0 0.688 3233 3533 0 0 0.688 3165 3562 0 0 0.688 2 interp_poly 3233 3533 0 0 0.688 3193 3576 0 0 0.625 3233 3533 0 0 0.688 2 interp_poly -40 -20 68 -14 3113 3561 3 MP PP 3113 3561 0 0 0.562 3181 3547 0 0 0.562 3113 3561 0 0 0.562 2 interp_poly 3181 3547 0 0 0.562 3141 3527 0 0 0.562 3181 3547 0 0 0.562 2 interp_poly 68 -29 -40 124 3205 3438 3 MP PP 3205 3438 0 0 0.938 3165 3562 0 0 0.688 3205 3438 0 0 0.938 2 interp_poly 3165 3562 0 0 0.688 3233 3533 0 0 0.688 3165 3562 0 0 0.688 2 interp_poly -40 -354 68 22 3185 3684 3 MP PP 3185 3684 0 0 0.938 3253 3706 0 0 0.875 3185 3684 0 0 0.938 2 interp_poly 3253 3706 0 0 0.875 3213 3352 0 0.438 1 3253 3706 0 0 0.875 2 interp_poly 68 -13 -40 -26 3222 4122 3 MP PP 3222 4122 0 0 0.562 3182 4096 0 0 0.562 3222 4122 0 0 0.562 2 interp_poly 3182 4096 0 0 0.562 3250 4083 0 0 0.562 3182 4096 0 0 0.562 2 interp_poly -40 -28 68 -13 3182 4096 3 MP PP 3182 4096 0 0 0.562 3250 4083 0 0 0.562 3182 4096 0 0 0.562 2 interp_poly 3250 4083 0 0 0.562 3210 4055 0 0 0.562 3250 4083 0 0 0.562 2 interp_poly 68 -14 -40 -24 3218 4285 3 MP PP 3218 4285 0 0 0.562 3178 4261 0 0 0.562 3218 4285 0 0 0.562 2 interp_poly 3178 4261 0 0 0.562 3246 4247 0 0 0.562 3178 4261 0 0 0.562 2 interp_poly -40 -24 68 -14 3178 4261 3 MP PP 3178 4261 0 0 0.562 3246 4247 0 0 0.562 3178 4261 0 0 0.562 2 interp_poly 3246 4247 0 0 0.562 3206 4223 0 0 0.562 3246 4247 0 0 0.562 2 interp_poly 68 -14 -40 -24 3214 4446 3 MP PP 3214 4446 0 0 0.562 3174 4422 0 0 0.562 3214 4446 0 0 0.562 2 interp_poly 3174 4422 0 0 0.562 3242 4408 0 0 0.562 3174 4422 0 0 0.562 2 interp_poly -40 -24 68 -14 3174 4422 3 MP PP 3174 4422 0 0 0.562 3242 4408 0 0 0.562 3174 4422 0 0 0.562 2 interp_poly 3242 4408 0 0 0.562 3202 4384 0 0 0.562 3242 4408 0 0 0.562 2 interp_poly -40 -24 68 -14 3108 3182 3 MP PP 3108 3182 0 0 0.562 3176 3168 0 0 0.562 3108 3182 0 0 0.562 2 interp_poly 3176 3168 0 0 0.562 3136 3144 0 0 0.562 3176 3168 0 0 0.562 2 interp_poly 68 -14 -40 -24 3148 3206 3 MP PP 3148 3206 0 0 0.562 3108 3182 0 0 0.562 3148 3206 0 0 0.562 2 interp_poly 3108 3182 0 0 0.562 3176 3168 0 0 0.562 3108 3182 0 0 0.562 2 interp_poly -40 -24 68 -14 3112 3021 3 MP PP 3112 3021 0 0 0.562 3180 3007 0 0 0.562 3112 3021 0 0 0.562 2 interp_poly 3180 3007 0 0 0.562 3140 2983 0 0 0.562 3180 3007 0 0 0.562 2 interp_poly 68 -14 -40 -24 3152 3045 3 MP PP 3152 3045 0 0 0.562 3112 3021 0 0 0.562 3152 3045 0 0 0.562 2 interp_poly 3112 3021 0 0 0.562 3180 3007 0 0 0.562 3112 3021 0 0 0.562 2 interp_poly -40 618 68 -141 3149 2721 3 MP PP 3149 2721 0.25 1 0.812 3217 2580 0.5 1 0.562 3149 2721 0.25 1 0.812 2 interp_poly 3217 2580 0.5 1 0.562 3177 3198 0 0.375 1 3217 2580 0.5 1 0.562 2 interp_poly 68 -141 -40 840 3189 1881 3 MP PP 3189 1881 1 0.312 0 3149 2721 0.25 1 0.812 3189 1881 1 0.312 0 2 interp_poly 3149 2721 0.25 1 0.812 3217 2580 0.5 1 0.562 3149 2721 0.25 1 0.812 2 interp_poly 68 118 -40 -690 3213 3352 3 MP PP 3213 3352 0 0.438 1 3173 2662 0.562 1 0.5 3213 3352 0 0.438 1 2 interp_poly 3173 2662 0.562 1 0.5 3241 2780 0.375 1 0.688 3173 2662 0.562 1 0.5 2 interp_poly -40 -889 68 118 3173 2662 3 MP PP 3173 2662 0.562 1 0.5 3241 2780 0.375 1 0.688 3173 2662 0.562 1 0.5 2 interp_poly 3241 2780 0.375 1 0.688 3201 1891 1 0.25 0 3241 2780 0.375 1 0.688 2 interp_poly 68 -11 -40 -36 3210 4055 3 MP PP 3210 4055 0 0 0.562 3170 4019 0 0 0.562 3210 4055 0 0 0.562 2 interp_poly 3170 4019 0 0 0.562 3238 4008 0 0 0.562 3170 4019 0 0 0.562 2 interp_poly -40 -50 68 -11 3170 4019 3 MP PP 3170 4019 0 0 0.562 3238 4008 0 0 0.562 3170 4019 0 0 0.562 2 interp_poly 3238 4008 0 0 0.562 3198 3958 0 0 0.625 3238 4008 0 0 0.562 2 interp_poly 68 -14 -40 -24 3206 4223 3 MP PP 3206 4223 0 0 0.562 3166 4199 0 0 0.562 3206 4223 0 0 0.562 2 interp_poly 3166 4199 0 0 0.562 3234 4185 0 0 0.562 3166 4199 0 0 0.562 2 interp_poly -40 -24 68 -14 3166 4199 3 MP PP 3166 4199 0 0 0.562 3234 4185 0 0 0.562 3166 4199 0 0 0.562 2 interp_poly 3234 4185 0 0 0.562 3194 4161 0 0 0.562 3234 4185 0 0 0.562 2 interp_poly 68 -13 -40 -24 3202 4384 3 MP PP 3202 4384 0 0 0.562 3162 4360 0 0 0.562 3202 4384 0 0 0.562 2 interp_poly 3162 4360 0 0 0.562 3230 4347 0 0 0.562 3162 4360 0 0 0.562 2 interp_poly -40 -24 68 -13 3162 4360 3 MP PP 3162 4360 0 0 0.562 3230 4347 0 0 0.562 3162 4360 0 0 0.562 2 interp_poly 3230 4347 0 0 0.562 3190 4323 0 0 0.562 3230 4347 0 0 0.562 2 interp_poly -40 432 68 -20 3161 1469 3 MP PP 3161 1469 0.562 0 0 3229 1449 0.562 0 0 3161 1469 0.562 0 0 2 interp_poly 3229 1449 0.562 0 0 3189 1881 1 0.312 0 3229 1449 0.562 0 0 2 interp_poly 68 -20 -40 -422 3201 1891 3 MP PP 3201 1891 1 0.25 0 3161 1469 0.562 0 0 3201 1891 1 0.25 0 2 interp_poly 3161 1469 0.562 0 0 3229 1449 0.562 0 0 3161 1469 0.562 0 0 2 interp_poly 67 -14 -40 -24 3199 4546 3 MP PP 3199 4546 0 0 0.562 3159 4522 0 0 0.562 3199 4546 0 0 0.562 2 interp_poly 3159 4522 0 0 0.562 3226 4508 0 0 0.562 3159 4522 0 0 0.562 2 interp_poly -40 -24 67 -14 3159 4522 3 MP PP 3159 4522 0 0 0.562 3226 4508 0 0 0.562 3159 4522 0 0 0.562 2 interp_poly 3226 4508 0 0 0.562 3186 4484 0 0 0.562 3226 4508 0 0 0.562 2 interp_poly 67 3 -40 -95 3198 3958 3 MP PP 3198 3958 0 0 0.625 3158 3863 0 0 0.75 3198 3958 0 0 0.625 2 interp_poly 3158 3863 0 0 0.75 3225 3866 0 0 0.688 3158 3863 0 0 0.75 2 interp_poly -40 -182 67 3 3158 3863 3 MP PP 3158 3863 0 0 0.75 3225 3866 0 0 0.688 3158 3863 0 0 0.75 2 interp_poly 3225 3866 0 0 0.688 3185 3684 0 0 0.938 3225 3866 0 0 0.688 2 interp_poly 68 -14 -40 -25 3194 4161 3 MP PP 3194 4161 0 0 0.562 3154 4136 0 0 0.562 3194 4161 0 0 0.562 2 interp_poly 3154 4136 0 0 0.562 3222 4122 0 0 0.562 3154 4136 0 0 0.562 2 interp_poly -40 -26 68 -14 3154 4136 3 MP PP 3154 4136 0 0 0.562 3222 4122 0 0 0.562 3154 4136 0 0 0.562 2 interp_poly 3222 4122 0 0 0.562 3182 4096 0 0 0.562 3222 4122 0 0 0.562 2 interp_poly 68 -13 -40 -25 3190 4323 3 MP PP 3190 4323 0 0 0.562 3150 4298 0 0 0.562 3190 4323 0 0 0.562 2 interp_poly 3150 4298 0 0 0.562 3218 4285 0 0 0.562 3150 4298 0 0 0.562 2 interp_poly -40 -24 68 -13 3150 4298 3 MP PP 3150 4298 0 0 0.562 3218 4285 0 0 0.562 3150 4298 0 0 0.562 2 interp_poly 3218 4285 0 0 0.562 3178 4261 0 0 0.562 3218 4285 0 0 0.562 2 interp_poly 68 -14 -40 -24 3186 4484 3 MP PP 3186 4484 0 0 0.562 3146 4460 0 0 0.562 3186 4484 0 0 0.562 2 interp_poly 3146 4460 0 0 0.562 3214 4446 0 0 0.562 3146 4460 0 0 0.562 2 interp_poly -40 -24 68 -14 3146 4460 3 MP PP 3146 4460 0 0 0.562 3214 4446 0 0 0.562 3146 4460 0 0 0.562 2 interp_poly 3214 4446 0 0 0.562 3174 4422 0 0 0.562 3214 4446 0 0 0.562 2 interp_poly 68 -14 -40 -24 3132 3306 3 MP PP 3132 3306 0 0 0.562 3092 3282 0 0 0.562 3132 3306 0 0 0.562 2 interp_poly 3092 3282 0 0 0.562 3160 3268 0 0 0.562 3092 3282 0 0 0.562 2 interp_poly -40 -23 68 -14 3101 3504 3 MP PP 3101 3504 0 0 0.562 3169 3490 0 0 0.562 3101 3504 0 0 0.562 2 interp_poly 3169 3490 0 0 0.562 3129 3467 0 0 0.562 3169 3490 0 0 0.562 2 interp_poly 68 -14 -40 -23 3141 3527 3 MP PP 3141 3527 0 0 0.562 3101 3504 0 0 0.562 3141 3527 0 0 0.562 2 interp_poly 3101 3504 0 0 0.562 3169 3490 0 0 0.562 3101 3504 0 0 0.562 2 interp_poly -40 -24 68 -14 3104 3344 3 MP PP 3104 3344 0 0 0.562 3172 3330 0 0 0.562 3104 3344 0 0 0.562 2 interp_poly 3172 3330 0 0 0.562 3132 3306 0 0 0.562 3172 3330 0 0 0.562 2 interp_poly 68 -14 -40 -24 3144 3368 3 MP PP 3144 3368 0 0 0.562 3104 3344 0 0 0.562 3144 3368 0 0 0.562 2 interp_poly 3104 3344 0 0 0.562 3172 3330 0 0 0.562 3104 3344 0 0 0.562 2 interp_poly -40 -24 68 -13 3064 3319 3 MP PP 3064 3319 0 0 0.562 3132 3306 0 0 0.562 3064 3319 0 0 0.562 2 interp_poly 3132 3306 0 0 0.562 3092 3282 0 0 0.562 3132 3306 0 0 0.562 2 interp_poly 68 -13 -40 -25 3104 3344 3 MP PP 3104 3344 0 0 0.562 3064 3319 0 0 0.562 3104 3344 0 0 0.562 2 interp_poly 3064 3319 0 0 0.562 3132 3306 0 0 0.562 3064 3319 0 0 0.562 2 interp_poly -40 -24 68 -13 3076 3381 3 MP PP 3076 3381 0 0 0.562 3144 3368 0 0 0.562 3076 3381 0 0 0.562 2 interp_poly 3144 3368 0 0 0.562 3104 3344 0 0 0.562 3144 3368 0 0 0.562 2 interp_poly 68 -13 -40 -24 3116 3405 3 MP PP 3116 3405 0 0 0.562 3076 3381 0 0 0.562 3116 3405 0 0 0.562 2 interp_poly 3076 3381 0 0 0.562 3144 3368 0 0 0.562 3076 3381 0 0 0.562 2 interp_poly -40 -24 67 -14 3089 3443 3 MP PP 3089 3443 0 0 0.562 3156 3429 0 0 0.562 3089 3443 0 0 0.562 2 interp_poly 3156 3429 0 0 0.562 3116 3405 0 0 0.562 3156 3429 0 0 0.562 2 interp_poly 67 -14 -40 -24 3129 3467 3 MP PP 3129 3467 0 0 0.562 3089 3443 0 0 0.562 3129 3467 0 0 0.562 2 interp_poly 3089 3443 0 0 0.562 3156 3429 0 0 0.562 3089 3443 0 0 0.562 2 interp_poly -40 -24 68 -14 3092 3282 3 MP PP 3092 3282 0 0 0.562 3160 3268 0 0 0.562 3092 3282 0 0 0.562 2 interp_poly 3160 3268 0 0 0.562 3120 3244 0 0 0.562 3160 3268 0 0 0.562 2 interp_poly -40 -24 68 -13 3116 3405 3 MP PP 3116 3405 0 0 0.562 3184 3392 0 0 0.562 3116 3405 0 0 0.562 2 interp_poly 3184 3392 0 0 0.562 3144 3368 0 0 0.562 3184 3392 0 0 0.562 2 interp_poly 68 -13 -40 -24 3156 3429 3 MP PP 3156 3429 0 0 0.562 3116 3405 0 0 0.562 3156 3429 0 0 0.562 2 interp_poly 3116 3405 0 0 0.562 3184 3392 0 0 0.562 3116 3405 0 0 0.562 2 interp_poly -40 -24 67 -14 3129 3467 3 MP PP 3129 3467 0 0 0.562 3196 3453 0 0 0.562 3129 3467 0 0 0.562 2 interp_poly 3196 3453 0 0 0.562 3156 3429 0 0 0.562 3196 3453 0 0 0.562 2 interp_poly 67 -14 -40 -23 3169 3490 3 MP PP 3169 3490 0 0 0.562 3129 3467 0 0 0.562 3169 3490 0 0 0.562 2 interp_poly 3129 3467 0 0 0.562 3196 3453 0 0 0.562 3129 3467 0 0 0.562 2 interp_poly -40 288 68 -83 3109 3281 3 MP PP 3109 3281 0 0.312 1 3177 3198 0 0.375 1 3109 3281 0 0.312 1 2 interp_poly 3177 3198 0 0.375 1 3137 3486 0 0 0.875 3177 3198 0 0.375 1 2 interp_poly -40 0 68 -19 3125 3595 3 MP PP 3125 3595 0 0 0.562 3193 3576 0 0 0.625 3125 3595 0 0 0.562 2 interp_poly 3193 3576 0 0 0.625 3153 3576 0 0 0.562 3193 3576 0 0 0.625 2 interp_poly -40 -15 68 -16 3085 3592 3 MP PP 3085 3592 0 0 0.562 3153 3576 0 0 0.562 3085 3592 0 0 0.562 2 interp_poly 3153 3576 0 0 0.562 3113 3561 0 0 0.562 3153 3576 0 0 0.562 2 interp_poly 68 -16 -40 -3 3125 3595 3 MP PP 3125 3595 0 0 0.562 3085 3592 0 0 0.562 3125 3595 0 0 0.562 2 interp_poly 3085 3592 0 0 0.562 3153 3576 0 0 0.562 3085 3592 0 0 0.562 2 interp_poly 68 -19 -40 33 3165 3562 3 MP PP 3165 3562 0 0 0.688 3125 3595 0 0 0.562 3165 3562 0 0 0.688 2 interp_poly 3125 3595 0 0 0.562 3193 3576 0 0 0.625 3125 3595 0 0 0.562 2 interp_poly -40 124 68 -48 3137 3486 3 MP PP 3137 3486 0 0 0.875 3205 3438 0 0 0.938 3137 3486 0 0 0.875 2 interp_poly 3205 3438 0 0 0.938 3165 3562 0 0 0.688 3205 3438 0 0 0.938 2 interp_poly 68 -48 -40 288 3177 3198 3 MP PP 3177 3198 0 0.375 1 3137 3486 0 0 0.875 3177 3198 0 0.375 1 2 interp_poly 3137 3486 0 0 0.875 3205 3438 0 0 0.938 3137 3486 0 0 0.875 2 interp_poly 68 68 -40 -400 3185 3684 3 MP PP 3185 3684 0 0 0.938 3145 3284 0 0.625 1 3185 3684 0 0 0.938 2 interp_poly 3145 3284 0 0.625 1 3213 3352 0 0.438 1 3145 3284 0 0.625 1 2 interp_poly -40 -24 68 -13 3096 3120 3 MP PP 3096 3120 0 0 0.562 3164 3107 0 0 0.562 3096 3120 0 0 0.562 2 interp_poly 3164 3107 0 0 0.562 3124 3083 0 0 0.562 3164 3107 0 0 0.562 2 interp_poly 68 -13 -40 -24 3136 3144 3 MP PP 3136 3144 0 0 0.562 3096 3120 0 0 0.562 3136 3144 0 0 0.562 2 interp_poly 3096 3120 0 0 0.562 3164 3107 0 0 0.562 3096 3120 0 0 0.562 2 interp_poly -40 -24 68 -14 3052 3258 3 MP PP 3052 3258 0 0 0.562 3120 3244 0 0 0.562 3052 3258 0 0 0.562 2 interp_poly 3120 3244 0 0 0.562 3080 3220 0 0 0.562 3120 3244 0 0 0.562 2 interp_poly 68 -14 -40 -24 3092 3282 3 MP PP 3092 3282 0 0 0.562 3052 3258 0 0 0.562 3092 3282 0 0 0.562 2 interp_poly 3052 3258 0 0 0.562 3120 3244 0 0 0.562 3052 3258 0 0 0.562 2 interp_poly -40 -25 68 -13 3056 3096 3 MP PP 3056 3096 0 0 0.562 3124 3083 0 0 0.562 3056 3096 0 0 0.562 2 interp_poly 3124 3083 0 0 0.562 3084 3058 0 0 0.562 3124 3083 0 0 0.562 2 interp_poly 68 -13 -40 -24 3096 3120 3 MP PP 3096 3120 0 0 0.562 3056 3096 0 0 0.562 3096 3120 0 0 0.562 2 interp_poly 3056 3096 0 0 0.562 3124 3083 0 0 0.562 3056 3096 0 0 0.562 2 interp_poly -40 -24 68 -14 3068 3158 3 MP PP 3068 3158 0 0 0.562 3136 3144 0 0 0.562 3068 3158 0 0 0.562 2 interp_poly 3136 3144 0 0 0.562 3096 3120 0 0 0.562 3136 3144 0 0 0.562 2 interp_poly 68 -14 -40 -24 3108 3182 3 MP PP 3108 3182 0 0 0.562 3068 3158 0 0 0.562 3108 3182 0 0 0.562 2 interp_poly 3068 3158 0 0 0.562 3136 3144 0 0 0.562 3068 3158 0 0 0.562 2 interp_poly 68 -14 -40 -24 3112 3021 3 MP PP 3112 3021 0 0 0.562 3072 2997 0 0 0.562 3112 3021 0 0 0.562 2 interp_poly 3072 2997 0 0 0.562 3140 2983 0 0 0.562 3072 2997 0 0 0.562 2 interp_poly -40 -24 68 -14 3080 3220 3 MP PP 3080 3220 0 0 0.562 3148 3206 0 0 0.562 3080 3220 0 0 0.562 2 interp_poly 3148 3206 0 0 0.562 3108 3182 0 0 0.562 3148 3206 0 0 0.562 2 interp_poly 68 -14 -40 -24 3120 3244 3 MP PP 3120 3244 0 0 0.562 3080 3220 0 0 0.562 3120 3244 0 0 0.562 2 interp_poly 3080 3220 0 0 0.562 3148 3206 0 0 0.562 3080 3220 0 0 0.562 2 interp_poly -40 -24 68 -13 3084 3058 3 MP PP 3084 3058 0 0 0.562 3152 3045 0 0 0.562 3084 3058 0 0 0.562 2 interp_poly 3152 3045 0 0 0.562 3112 3021 0 0 0.562 3152 3045 0 0 0.562 2 interp_poly 68 -13 -40 -25 3124 3083 3 MP PP 3124 3083 0 0 0.562 3084 3058 0 0 0.562 3124 3083 0 0 0.562 2 interp_poly 3084 3058 0 0 0.562 3152 3045 0 0 0.562 3084 3058 0 0 0.562 2 interp_poly 68 -83 -40 560 3149 2721 3 MP PP 3149 2721 0.25 1 0.812 3109 3281 0 0.312 1 3149 2721 0.25 1 0.812 2 interp_poly 3109 3281 0 0.312 1 3177 3198 0 0.375 1 3109 3281 0 0.312 1 2 interp_poly -40 -690 68 68 3145 3284 3 MP PP 3145 3284 0 0.625 1 3213 3352 0 0.438 1 3145 3284 0 0.625 1 2 interp_poly 3213 3352 0 0.438 1 3173 2662 0.562 1 0.5 3213 3352 0 0.438 1 2 interp_poly 68 -12 -40 -29 3182 4096 3 MP PP 3182 4096 0 0 0.562 3142 4067 0 0 0.562 3182 4096 0 0 0.562 2 interp_poly 3142 4067 0 0 0.562 3210 4055 0 0 0.562 3142 4067 0 0 0.562 2 interp_poly -40 -36 68 -12 3142 4067 3 MP PP 3142 4067 0 0 0.562 3210 4055 0 0 0.562 3142 4067 0 0 0.562 2 interp_poly 3210 4055 0 0 0.562 3170 4019 0 0 0.562 3210 4055 0 0 0.562 2 interp_poly 68 -14 -40 -24 3178 4261 3 MP PP 3178 4261 0 0 0.562 3138 4237 0 0 0.562 3178 4261 0 0 0.562 2 interp_poly 3138 4237 0 0 0.562 3206 4223 0 0 0.562 3138 4237 0 0 0.562 2 interp_poly -40 -24 68 -14 3138 4237 3 MP PP 3138 4237 0 0 0.562 3206 4223 0 0 0.562 3138 4237 0 0 0.562 2 interp_poly 3206 4223 0 0 0.562 3166 4199 0 0 0.562 3206 4223 0 0 0.562 2 interp_poly 68 -14 -40 -24 3174 4422 3 MP PP 3174 4422 0 0 0.562 3134 4398 0 0 0.562 3174 4422 0 0 0.562 2 interp_poly 3134 4398 0 0 0.562 3202 4384 0 0 0.562 3134 4398 0 0 0.562 2 interp_poly -40 -24 68 -14 3134 4398 3 MP PP 3134 4398 0 0 0.562 3202 4384 0 0 0.562 3134 4398 0 0 0.562 2 interp_poly 3202 4384 0 0 0.562 3162 4360 0 0 0.562 3202 4384 0 0 0.562 2 interp_poly -40 564 68 -49 3093 1518 3 MP PP 3093 1518 0.625 0 0 3161 1469 0.562 0 0 3093 1518 0.625 0 0 2 interp_poly 3161 1469 0.562 0 0 3121 2033 1 0.562 0 3161 1469 0.562 0 0 2 interp_poly -40 840 68 -152 3121 2033 3 MP PP 3121 2033 1 0.562 0 3189 1881 1 0.312 0 3121 2033 1 0.562 0 2 interp_poly 3189 1881 1 0.312 0 3149 2721 0.25 1 0.812 3189 1881 1 0.312 0 2 interp_poly 68 -152 -40 564 3161 1469 3 MP PP 3161 1469 0.562 0 0 3121 2033 1 0.562 0 3161 1469 0.562 0 0 2 interp_poly 3121 2033 1 0.562 0 3189 1881 1 0.312 0 3121 2033 1 0.562 0 2 interp_poly 68 109 -40 -880 3173 2662 3 MP PP 3173 2662 0.562 1 0.5 3133 1782 1 0 0 3173 2662 0.562 1 0.5 2 interp_poly 3133 1782 1 0 0 3201 1891 1 0.25 0 3133 1782 1 0 0 2 interp_poly -40 -422 68 109 3133 1782 3 MP PP 3133 1782 1 0 0 3201 1891 1 0.25 0 3133 1782 1 0 0 2 interp_poly 3201 1891 1 0.25 0 3161 1469 0.562 0 0 3201 1891 1 0.25 0 2 interp_poly -40 -24 68 -13 3131 4559 3 MP PP 3131 4559 0 0 0.562 3199 4546 0 0 0.562 3131 4559 0 0 0.562 2 interp_poly 3199 4546 0 0 0.562 3159 4522 0 0 0.562 3199 4546 0 0 0.562 2 interp_poly 68 -6 -40 -55 3170 4019 3 MP PP 3170 4019 0 0 0.562 3130 3964 0 0 0.625 3170 4019 0 0 0.562 2 interp_poly 3130 3964 0 0 0.625 3198 3958 0 0 0.625 3130 3964 0 0 0.625 2 interp_poly -40 -95 68 -6 3130 3964 3 MP PP 3130 3964 0 0 0.625 3198 3958 0 0 0.625 3130 3964 0 0 0.625 2 interp_poly 3198 3958 0 0 0.625 3158 3863 0 0 0.75 3198 3958 0 0 0.625 2 interp_poly 68 -13 -40 -25 3166 4199 3 MP PP 3166 4199 0 0 0.562 3126 4174 0 0 0.562 3166 4199 0 0 0.562 2 interp_poly 3126 4174 0 0 0.562 3194 4161 0 0 0.562 3126 4174 0 0 0.562 2 interp_poly -40 -25 68 -13 3126 4174 3 MP PP 3126 4174 0 0 0.562 3194 4161 0 0 0.562 3126 4174 0 0 0.562 2 interp_poly 3194 4161 0 0 0.562 3154 4136 0 0 0.562 3194 4161 0 0 0.562 2 interp_poly 68 -13 -40 -24 3162 4360 3 MP PP 3162 4360 0 0 0.562 3122 4336 0 0 0.562 3162 4360 0 0 0.562 2 interp_poly 3122 4336 0 0 0.562 3190 4323 0 0 0.562 3122 4336 0 0 0.562 2 interp_poly -40 -25 68 -13 3122 4336 3 MP PP 3122 4336 0 0 0.562 3190 4323 0 0 0.562 3122 4336 0 0 0.562 2 interp_poly 3190 4323 0 0 0.562 3150 4298 0 0 0.562 3190 4323 0 0 0.562 2 interp_poly 67 -14 -40 -24 3159 4522 3 MP PP 3159 4522 0 0 0.562 3119 4498 0 0 0.562 3159 4522 0 0 0.562 2 interp_poly 3119 4498 0 0 0.562 3186 4484 0 0 0.562 3119 4498 0 0 0.562 2 interp_poly -40 -24 67 -14 3119 4498 3 MP PP 3119 4498 0 0 0.562 3186 4484 0 0 0.562 3119 4498 0 0 0.562 2 interp_poly 3186 4484 0 0 0.562 3146 4460 0 0 0.562 3186 4484 0 0 0.562 2 interp_poly 67 28 -40 -207 3158 3863 3 MP PP 3158 3863 0 0 0.75 3118 3656 0 0 1 3158 3863 0 0 0.75 2 interp_poly 3118 3656 0 0 1 3185 3684 0 0 0.938 3118 3656 0 0 1 2 interp_poly -40 -3 68 -19 3057 3614 3 MP PP 3057 3614 0 0 0.562 3125 3595 0 0 0.562 3057 3614 0 0 0.562 2 interp_poly 3125 3595 0 0 0.562 3085 3592 0 0 0.562 3125 3595 0 0 0.562 2 interp_poly 68 -19 -40 25 3097 3589 3 MP PP 3097 3589 0 0 0.688 3057 3614 0 0 0.562 3097 3589 0 0 0.688 2 interp_poly 3057 3614 0 0 0.562 3125 3595 0 0 0.562 3057 3614 0 0 0.562 2 interp_poly 68 -14 -40 -23 3073 3541 3 MP PP 3073 3541 0 0 0.562 3033 3518 0 0 0.562 3073 3541 0 0 0.562 2 interp_poly 3033 3518 0 0 0.562 3101 3504 0 0 0.562 3033 3518 0 0 0.562 2 interp_poly -40 -20 68 -15 3045 3576 3 MP PP 3045 3576 0 0 0.562 3113 3561 0 0 0.562 3045 3576 0 0 0.562 2 interp_poly 3113 3561 0 0 0.562 3073 3541 0 0 0.562 3113 3561 0 0 0.562 2 interp_poly 68 -15 -40 -16 3085 3592 3 MP PP 3085 3592 0 0 0.562 3045 3576 0 0 0.562 3085 3592 0 0 0.562 2 interp_poly 3045 3576 0 0 0.562 3113 3561 0 0 0.562 3045 3576 0 0 0.562 2 interp_poly -40 -23 68 -14 3073 3541 3 MP PP 3073 3541 0 0 0.562 3141 3527 0 0 0.562 3073 3541 0 0 0.562 2 interp_poly 3141 3527 0 0 0.562 3101 3504 0 0 0.562 3141 3527 0 0 0.562 2 interp_poly 68 -14 -40 -20 3113 3561 3 MP PP 3113 3561 0 0 0.562 3073 3541 0 0 0.562 3113 3561 0 0 0.562 2 interp_poly 3073 3541 0 0 0.562 3141 3527 0 0 0.562 3073 3541 0 0 0.562 2 interp_poly -40 103 68 -43 3069 3529 3 MP PP 3069 3529 0 0 0.812 3137 3486 0 0 0.875 3069 3529 0 0 0.812 2 interp_poly 3137 3486 0 0 0.875 3097 3589 0 0 0.688 3137 3486 0 0 0.875 2 interp_poly -40 -24 68 -14 3021 3457 3 MP PP 3021 3457 0 0 0.562 3089 3443 0 0 0.562 3021 3457 0 0 0.562 2 interp_poly 3089 3443 0 0 0.562 3049 3419 0 0 0.562 3089 3443 0 0 0.562 2 interp_poly 68 -14 -40 -24 3061 3481 3 MP PP 3061 3481 0 0 0.562 3021 3457 0 0 0.562 3061 3481 0 0 0.562 2 interp_poly 3021 3457 0 0 0.562 3089 3443 0 0 0.562 3021 3457 0 0 0.562 2 interp_poly -40 -23 68 -14 3033 3518 3 MP PP 3033 3518 0 0 0.562 3101 3504 0 0 0.562 3033 3518 0 0 0.562 2 interp_poly 3101 3504 0 0 0.562 3061 3481 0 0 0.562 3101 3504 0 0 0.562 2 interp_poly -40 -25 68 -13 3036 3357 3 MP PP 3036 3357 0 0 0.562 3104 3344 0 0 0.562 3036 3357 0 0 0.562 2 interp_poly 3104 3344 0 0 0.562 3064 3319 0 0 0.562 3104 3344 0 0 0.562 2 interp_poly 68 -13 -40 -24 3076 3381 3 MP PP 3076 3381 0 0 0.562 3036 3357 0 0 0.562 3076 3381 0 0 0.562 2 interp_poly 3036 3357 0 0 0.562 3104 3344 0 0 0.562 3036 3357 0 0 0.562 2 interp_poly -40 -24 67 -14 3049 3419 3 MP PP 3049 3419 0 0 0.562 3116 3405 0 0 0.562 3049 3419 0 0 0.562 2 interp_poly 3116 3405 0 0 0.562 3076 3381 0 0 0.562 3116 3405 0 0 0.562 2 interp_poly 67 -14 -40 -24 3089 3443 3 MP PP 3089 3443 0 0 0.562 3049 3419 0 0 0.562 3089 3443 0 0 0.562 2 interp_poly 3049 3419 0 0 0.562 3116 3405 0 0 0.562 3049 3419 0 0 0.562 2 interp_poly -40 -24 68 -14 3061 3481 3 MP PP 3061 3481 0 0 0.562 3129 3467 0 0 0.562 3061 3481 0 0 0.562 2 interp_poly 3129 3467 0 0 0.562 3089 3443 0 0 0.562 3129 3467 0 0 0.562 2 interp_poly 68 -14 -40 -23 3101 3504 3 MP PP 3101 3504 0 0 0.562 3061 3481 0 0 0.562 3101 3504 0 0 0.562 2 interp_poly 3061 3481 0 0 0.562 3129 3467 0 0 0.562 3061 3481 0 0 0.562 2 interp_poly 68 -43 -40 248 3109 3281 3 MP PP 3109 3281 0 0.312 1 3069 3529 0 0 0.812 3109 3281 0 0.312 1 2 interp_poly 3069 3529 0 0 0.812 3137 3486 0 0 0.875 3069 3529 0 0 0.812 2 interp_poly -40 33 68 -27 3097 3589 3 MP PP 3097 3589 0 0 0.688 3165 3562 0 0 0.688 3097 3589 0 0 0.688 2 interp_poly 3165 3562 0 0 0.688 3125 3595 0 0 0.562 3165 3562 0 0 0.688 2 interp_poly 68 -27 -40 103 3137 3486 3 MP PP 3137 3486 0 0 0.875 3097 3589 0 0 0.688 3137 3486 0 0 0.875 2 interp_poly 3097 3589 0 0 0.688 3165 3562 0 0 0.688 3097 3589 0 0 0.688 2 interp_poly -40 -400 67 28 3118 3656 3 MP PP 3118 3656 0 0 1 3185 3684 0 0 0.938 3118 3656 0 0 1 2 interp_poly 3185 3684 0 0 0.938 3145 3284 0 0.625 1 3185 3684 0 0 0.938 2 interp_poly 68 -14 -40 -26 3154 4136 3 MP PP 3154 4136 0 0 0.562 3114 4110 0 0 0.562 3154 4136 0 0 0.562 2 interp_poly 3114 4110 0 0 0.562 3182 4096 0 0 0.562 3114 4110 0 0 0.562 2 interp_poly -40 -29 68 -14 3114 4110 3 MP PP 3114 4110 0 0 0.562 3182 4096 0 0 0.562 3114 4110 0 0 0.562 2 interp_poly 3182 4096 0 0 0.562 3142 4067 0 0 0.562 3182 4096 0 0 0.562 2 interp_poly 68 -13 -40 -24 3150 4298 3 MP PP 3150 4298 0 0 0.562 3110 4274 0 0 0.562 3150 4298 0 0 0.562 2 interp_poly 3110 4274 0 0 0.562 3178 4261 0 0 0.562 3110 4274 0 0 0.562 2 interp_poly -40 -24 68 -13 3110 4274 3 MP PP 3110 4274 0 0 0.562 3178 4261 0 0 0.562 3110 4274 0 0 0.562 2 interp_poly 3178 4261 0 0 0.562 3138 4237 0 0 0.562 3178 4261 0 0 0.562 2 interp_poly 68 -14 -40 -24 3146 4460 3 MP PP 3146 4460 0 0 0.562 3106 4436 0 0 0.562 3146 4460 0 0 0.562 2 interp_poly 3106 4436 0 0 0.562 3174 4422 0 0 0.562 3106 4436 0 0 0.562 2 interp_poly -40 -24 68 -14 3106 4436 3 MP PP 3106 4436 0 0 0.562 3174 4422 0 0 0.562 3106 4436 0 0 0.562 2 interp_poly 3174 4422 0 0 0.562 3134 4398 0 0 0.562 3174 4422 0 0 0.562 2 interp_poly -40 -24 68 -14 3040 3196 3 MP PP 3040 3196 0 0 0.562 3108 3182 0 0 0.562 3040 3196 0 0 0.562 2 interp_poly 3108 3182 0 0 0.562 3068 3158 0 0 0.562 3108 3182 0 0 0.562 2 interp_poly 68 -14 -40 -24 3080 3220 3 MP PP 3080 3220 0 0 0.562 3040 3196 0 0 0.562 3080 3220 0 0 0.562 2 interp_poly 3040 3196 0 0 0.562 3108 3182 0 0 0.562 3040 3196 0 0 0.562 2 interp_poly -40 -24 68 -13 3044 3034 3 MP PP 3044 3034 0 0 0.562 3112 3021 0 0 0.562 3044 3034 0 0 0.562 2 interp_poly 3112 3021 0 0 0.562 3072 2997 0 0 0.562 3112 3021 0 0 0.562 2 interp_poly 68 -13 -40 -24 3084 3058 3 MP PP 3084 3058 0 0 0.562 3044 3034 0 0 0.562 3084 3058 0 0 0.562 2 interp_poly 3044 3034 0 0 0.562 3112 3021 0 0 0.562 3044 3034 0 0 0.562 2 interp_poly -40 560 68 -133 3081 2854 3 MP PP 3081 2854 0.0625 1 1 3149 2721 0.25 1 0.812 3081 2854 0.0625 1 1 2 interp_poly 3149 2721 0.25 1 0.812 3109 3281 0 0.312 1 3149 2721 0.25 1 0.812 2 interp_poly 68 -133 -40 821 3121 2033 3 MP PP 3121 2033 1 0.562 0 3081 2854 0.0625 1 1 3121 2033 1 0.562 0 2 interp_poly 3081 2854 0.0625 1 1 3149 2721 0.25 1 0.812 3081 2854 0.0625 1 1 2 interp_poly 68 125 -40 -747 3145 3284 3 MP PP 3145 3284 0 0.625 1 3105 2537 0.812 1 0.25 3145 3284 0 0.625 1 2 interp_poly 3105 2537 0.812 1 0.25 3173 2662 0.562 1 0.5 3105 2537 0.812 1 0.25 2 interp_poly -40 -880 68 125 3105 2537 3 MP PP 3105 2537 0.812 1 0.25 3173 2662 0.562 1 0.5 3105 2537 0.812 1 0.25 2 interp_poly 3173 2662 0.562 1 0.5 3133 1782 1 0 0 3173 2662 0.562 1 0.5 2 interp_poly 68 -11 -40 -37 3142 4067 3 MP PP 3142 4067 0 0 0.562 3102 4030 0 0 0.562 3142 4067 0 0 0.562 2 interp_poly 3102 4030 0 0 0.562 3170 4019 0 0 0.562 3102 4030 0 0 0.562 2 interp_poly -40 -55 68 -11 3102 4030 3 MP PP 3102 4030 0 0 0.562 3170 4019 0 0 0.562 3102 4030 0 0 0.562 2 interp_poly 3170 4019 0 0 0.562 3130 3964 0 0 0.625 3170 4019 0 0 0.562 2 interp_poly 68 -13 -40 -25 3138 4237 3 MP PP 3138 4237 0 0 0.562 3098 4212 0 0 0.562 3138 4237 0 0 0.562 2 interp_poly 3098 4212 0 0 0.562 3166 4199 0 0 0.562 3098 4212 0 0 0.562 2 interp_poly -40 -25 68 -13 3098 4212 3 MP PP 3098 4212 0 0 0.562 3166 4199 0 0 0.562 3098 4212 0 0 0.562 2 interp_poly 3166 4199 0 0 0.562 3126 4174 0 0 0.562 3166 4199 0 0 0.562 2 interp_poly 68 -14 -40 -24 3134 4398 3 MP PP 3134 4398 0 0 0.562 3094 4374 0 0 0.562 3134 4398 0 0 0.562 2 interp_poly 3094 4374 0 0 0.562 3162 4360 0 0 0.562 3094 4374 0 0 0.562 2 interp_poly -40 -24 68 -14 3094 4374 3 MP PP 3094 4374 0 0 0.562 3162 4360 0 0 0.562 3094 4374 0 0 0.562 2 interp_poly 3162 4360 0 0 0.562 3122 4336 0 0 0.562 3162 4360 0 0 0.562 2 interp_poly 68 -49 -40 -264 3133 1782 3 MP PP 3133 1782 1 0 0 3093 1518 0.625 0 0 3133 1782 1 0 0 2 interp_poly 3093 1518 0.625 0 0 3161 1469 0.562 0 0 3093 1518 0.625 0 0 2 interp_poly 68 -13 -40 -24 3131 4559 3 MP PP 3131 4559 0 0 0.562 3091 4535 0 0 0.562 3131 4559 0 0 0.562 2 interp_poly 3091 4535 0 0 0.562 3159 4522 0 0 0.562 3091 4535 0 0 0.562 2 interp_poly -40 -24 68 -13 3091 4535 3 MP PP 3091 4535 0 0 0.562 3159 4522 0 0 0.562 3091 4535 0 0 0.562 2 interp_poly 3159 4522 0 0 0.562 3119 4498 0 0 0.562 3159 4522 0 0 0.562 2 interp_poly 68 5 -40 -106 3130 3964 3 MP PP 3130 3964 0 0 0.625 3090 3858 0 0 0.75 3130 3964 0 0 0.625 2 interp_poly 3090 3858 0 0 0.75 3158 3863 0 0 0.75 3090 3858 0 0 0.75 2 interp_poly -40 -207 68 5 3090 3858 3 MP PP 3090 3858 0 0 0.75 3158 3863 0 0 0.75 3090 3858 0 0 0.75 2 interp_poly 3158 3863 0 0 0.75 3118 3656 0 0 1 3158 3863 0 0 0.75 2 interp_poly 68 -13 -40 -25 3126 4174 3 MP PP 3126 4174 0 0 0.562 3086 4149 0 0 0.562 3126 4174 0 0 0.562 2 interp_poly 3086 4149 0 0 0.562 3154 4136 0 0 0.562 3086 4149 0 0 0.562 2 interp_poly -40 -26 68 -13 3086 4149 3 MP PP 3086 4149 0 0 0.562 3154 4136 0 0 0.562 3086 4149 0 0 0.562 2 interp_poly 3154 4136 0 0 0.562 3114 4110 0 0 0.562 3154 4136 0 0 0.562 2 interp_poly 68 -14 -40 -24 3122 4336 3 MP PP 3122 4336 0 0 0.562 3082 4312 0 0 0.562 3122 4336 0 0 0.562 2 interp_poly 3082 4312 0 0 0.562 3150 4298 0 0 0.562 3082 4312 0 0 0.562 2 interp_poly -40 -24 68 -14 3082 4312 3 MP PP 3082 4312 0 0 0.562 3150 4298 0 0 0.562 3082 4312 0 0 0.562 2 interp_poly 3150 4298 0 0 0.562 3110 4274 0 0 0.562 3150 4298 0 0 0.562 2 interp_poly 67 -14 -40 -24 3119 4498 3 MP PP 3119 4498 0 0 0.562 3079 4474 0 0 0.562 3119 4498 0 0 0.562 2 interp_poly 3079 4474 0 0 0.562 3146 4460 0 0 0.562 3079 4474 0 0 0.562 2 interp_poly -40 -24 67 -14 3079 4474 3 MP PP 3079 4474 0 0 0.562 3146 4460 0 0 0.562 3079 4474 0 0 0.562 2 interp_poly 3146 4460 0 0 0.562 3106 4436 0 0 0.562 3146 4460 0 0 0.562 2 interp_poly -40 -24 68 -13 3012 3233 3 MP PP 3012 3233 0 0 0.562 3080 3220 0 0 0.562 3012 3233 0 0 0.562 2 interp_poly 3080 3220 0 0 0.562 3040 3196 0 0 0.562 3080 3220 0 0 0.562 2 interp_poly 68 -13 -40 -25 3052 3258 3 MP PP 3052 3258 0 0 0.562 3012 3233 0 0 0.562 3052 3258 0 0 0.562 2 interp_poly 3012 3233 0 0 0.562 3080 3220 0 0 0.562 3012 3233 0 0 0.562 2 interp_poly -40 -24 68 -13 3024 3295 3 MP PP 3024 3295 0 0 0.562 3092 3282 0 0 0.562 3024 3295 0 0 0.562 2 interp_poly 3092 3282 0 0 0.562 3052 3258 0 0 0.562 3092 3282 0 0 0.562 2 interp_poly 68 -13 -40 -24 3064 3319 3 MP PP 3064 3319 0 0 0.562 3024 3295 0 0 0.562 3064 3319 0 0 0.562 2 interp_poly 3024 3295 0 0 0.562 3092 3282 0 0 0.562 3024 3295 0 0 0.562 2 interp_poly -40 -24 67 -14 3009 3395 3 MP PP 3009 3395 0 0 0.562 3076 3381 0 0 0.562 3009 3395 0 0 0.562 2 interp_poly 3076 3381 0 0 0.562 3036 3357 0 0 0.562 3076 3381 0 0 0.562 2 interp_poly 67 -14 -40 -24 3049 3419 3 MP PP 3049 3419 0 0 0.562 3009 3395 0 0 0.562 3049 3419 0 0 0.562 2 interp_poly 3009 3395 0 0 0.562 3076 3381 0 0 0.562 3009 3395 0 0 0.562 2 interp_poly -40 248 68 -74 3041 3355 3 MP PP 3041 3355 0 0.188 1 3109 3281 0 0.312 1 3041 3355 0 0.188 1 2 interp_poly 3109 3281 0 0.312 1 3069 3529 0 0 0.812 3109 3281 0 0.312 1 2 interp_poly -40 -25 68 -13 2984 3271 3 MP PP 2984 3271 0 0 0.562 3052 3258 0 0 0.562 2984 3271 0 0 0.562 2 interp_poly 3052 3258 0 0 0.562 3012 3233 0 0 0.562 3052 3258 0 0 0.562 2 interp_poly 68 -13 -40 -24 3024 3295 3 MP PP 3024 3295 0 0 0.562 2984 3271 0 0 0.562 3024 3295 0 0 0.562 2 interp_poly 2984 3271 0 0 0.562 3052 3258 0 0 0.562 2984 3271 0 0 0.562 2 interp_poly -40 -24 68 -14 2996 3333 3 MP PP 2996 3333 0 0 0.562 3064 3319 0 0 0.562 2996 3333 0 0 0.562 2 interp_poly 3064 3319 0 0 0.562 3024 3295 0 0 0.562 3064 3319 0 0 0.562 2 interp_poly 68 -14 -40 -24 3036 3357 3 MP PP 3036 3357 0 0 0.562 2996 3333 0 0 0.562 3036 3357 0 0 0.562 2 interp_poly 2996 3333 0 0 0.562 3064 3319 0 0 0.562 2996 3333 0 0 0.562 2 interp_poly -40 -24 68 -14 3000 3172 3 MP PP 3000 3172 0 0 0.562 3068 3158 0 0 0.562 3000 3172 0 0 0.562 2 interp_poly 3068 3158 0 0 0.562 3028 3134 0 0 0.562 3068 3158 0 0 0.562 2 interp_poly 68 -14 -40 -24 3040 3196 3 MP PP 3040 3196 0 0 0.562 3000 3172 0 0 0.562 3040 3196 0 0 0.562 2 interp_poly 3000 3172 0 0 0.562 3068 3158 0 0 0.562 3000 3172 0 0 0.562 2 interp_poly 68 -13 -40 -24 3044 3034 3 MP PP 3044 3034 0 0 0.562 3004 3010 0 0 0.562 3044 3034 0 0 0.562 2 interp_poly 3004 3010 0 0 0.562 3072 2997 0 0 0.562 3004 3010 0 0 0.562 2 interp_poly -40 -24 68 -14 3016 3072 3 MP PP 3016 3072 0 0 0.562 3084 3058 0 0 0.562 3016 3072 0 0 0.562 2 interp_poly 3084 3058 0 0 0.562 3044 3034 0 0 0.562 3084 3058 0 0 0.562 2 interp_poly 68 -14 -40 -24 3056 3096 3 MP PP 3056 3096 0 0 0.562 3016 3072 0 0 0.562 3056 3096 0 0 0.562 2 interp_poly 3016 3072 0 0 0.562 3084 3058 0 0 0.562 3016 3072 0 0 0.562 2 interp_poly -40 -24 68 -14 3028 3134 3 MP PP 3028 3134 0 0 0.562 3096 3120 0 0 0.562 3028 3134 0 0 0.562 2 interp_poly 3096 3120 0 0 0.562 3056 3096 0 0 0.562 3096 3120 0 0 0.562 2 interp_poly 68 -14 -40 -24 3068 3158 3 MP PP 3068 3158 0 0 0.562 3028 3134 0 0 0.562 3068 3158 0 0 0.562 2 interp_poly 3028 3134 0 0 0.562 3096 3120 0 0 0.562 3028 3134 0 0 0.562 2 interp_poly 68 -74 -40 501 3081 2854 3 MP PP 3081 2854 0.0625 1 1 3041 3355 0 0.188 1 3081 2854 0.0625 1 1 2 interp_poly 3041 3355 0 0.188 1 3109 3281 0 0.312 1 3041 3355 0 0.188 1 2 interp_poly 67 78 -40 -450 3118 3656 3 MP PP 3118 3656 0 0 1 3078 3206 0 0.75 1 3118 3656 0 0 1 2 interp_poly 3078 3206 0 0.75 1 3145 3284 0 0.625 1 3078 3206 0 0.75 1 2 interp_poly -40 -747 67 78 3078 3206 3 MP PP 3078 3206 0 0.75 1 3145 3284 0 0.625 1 3078 3206 0 0.75 1 2 interp_poly 3145 3284 0 0.625 1 3105 2537 0.812 1 0.25 3145 3284 0 0.625 1 2 interp_poly 68 -13 -40 -30 3114 4110 3 MP PP 3114 4110 0 0 0.562 3074 4080 0 0 0.562 3114 4110 0 0 0.562 2 interp_poly 3074 4080 0 0 0.562 3142 4067 0 0 0.562 3074 4080 0 0 0.562 2 interp_poly -40 -37 68 -13 3074 4080 3 MP PP 3074 4080 0 0 0.562 3142 4067 0 0 0.562 3074 4080 0 0 0.562 2 interp_poly 3142 4067 0 0 0.562 3102 4030 0 0 0.562 3142 4067 0 0 0.562 2 interp_poly 68 -13 -40 -24 3110 4274 3 MP PP 3110 4274 0 0 0.562 3070 4250 0 0 0.562 3110 4274 0 0 0.562 2 interp_poly 3070 4250 0 0 0.562 3138 4237 0 0 0.562 3070 4250 0 0 0.562 2 interp_poly -40 -25 68 -13 3070 4250 3 MP PP 3070 4250 0 0 0.562 3138 4237 0 0 0.562 3070 4250 0 0 0.562 2 interp_poly 3138 4237 0 0 0.562 3098 4212 0 0 0.562 3138 4237 0 0 0.562 2 interp_poly 68 -14 -40 -24 3106 4436 3 MP PP 3106 4436 0 0 0.562 3066 4412 0 0 0.562 3106 4436 0 0 0.562 2 interp_poly 3066 4412 0 0 0.562 3134 4398 0 0 0.562 3066 4412 0 0 0.562 2 interp_poly -40 -24 68 -14 3066 4412 3 MP PP 3066 4412 0 0 0.562 3134 4398 0 0 0.562 3066 4412 0 0 0.562 2 interp_poly 3134 4398 0 0 0.562 3094 4374 0 0 0.562 3134 4398 0 0 0.562 2 interp_poly -40 672 68 -77 3025 1595 3 MP PP 3025 1595 0.75 0 0 3093 1518 0.625 0 0 3025 1595 0.75 0 0 2 interp_poly 3093 1518 0.625 0 0 3053 2190 1 0.812 0 3093 1518 0.625 0 0 2 interp_poly -40 821 68 -157 3053 2190 3 MP PP 3053 2190 1 0.812 0 3121 2033 1 0.562 0 3053 2190 1 0.812 0 2 interp_poly 3121 2033 1 0.562 0 3081 2854 0.0625 1 1 3121 2033 1 0.562 0 2 interp_poly 68 -157 -40 672 3093 1518 3 MP PP 3093 1518 0.625 0 0 3053 2190 1 0.812 0 3093 1518 0.625 0 0 2 interp_poly 3053 2190 1 0.812 0 3121 2033 1 0.562 0 3053 2190 1 0.812 0 2 interp_poly 68 92 -40 -847 3105 2537 3 MP PP 3105 2537 0.812 1 0.25 3065 1690 0.875 0 0 3105 2537 0.812 1 0.25 2 interp_poly 3065 1690 0.875 0 0 3133 1782 1 0 0 3065 1690 0.875 0 0 2 interp_poly -40 -264 68 92 3065 1690 3 MP PP 3065 1690 0.875 0 0 3133 1782 1 0 0 3065 1690 0.875 0 0 2 interp_poly 3133 1782 1 0 0 3093 1518 0.625 0 0 3133 1782 1 0 0 2 interp_poly -40 -24 68 -14 3063 4573 3 MP PP 3063 4573 0 0 0.562 3131 4559 0 0 0.562 3063 4573 0 0 0.562 2 interp_poly 3131 4559 0 0 0.562 3091 4535 0 0 0.562 3131 4559 0 0 0.562 2 interp_poly 68 -5 -40 -61 3102 4030 3 MP PP 3102 4030 0 0 0.562 3062 3969 0 0 0.625 3102 4030 0 0 0.562 2 interp_poly 3062 3969 0 0 0.625 3130 3964 0 0 0.625 3062 3969 0 0 0.625 2 interp_poly -40 -106 68 -5 3062 3969 3 MP PP 3062 3969 0 0 0.625 3130 3964 0 0 0.625 3062 3969 0 0 0.625 2 interp_poly 3130 3964 0 0 0.625 3090 3858 0 0 0.75 3130 3964 0 0 0.625 2 interp_poly 68 -14 -40 -24 3098 4212 3 MP PP 3098 4212 0 0 0.562 3058 4188 0 0 0.562 3098 4212 0 0 0.562 2 interp_poly 3058 4188 0 0 0.562 3126 4174 0 0 0.562 3058 4188 0 0 0.562 2 interp_poly -40 -25 68 -14 3058 4188 3 MP PP 3058 4188 0 0 0.562 3126 4174 0 0 0.562 3058 4188 0 0 0.562 2 interp_poly 3126 4174 0 0 0.562 3086 4149 0 0 0.562 3126 4174 0 0 0.562 2 interp_poly 68 -14 -40 -24 3094 4374 3 MP PP 3094 4374 0 0 0.562 3054 4350 0 0 0.562 3094 4374 0 0 0.562 2 interp_poly 3054 4350 0 0 0.562 3122 4336 0 0 0.562 3054 4350 0 0 0.562 2 interp_poly -40 -24 68 -14 3054 4350 3 MP PP 3054 4350 0 0 0.562 3122 4336 0 0 0.562 3054 4350 0 0 0.562 2 interp_poly 3122 4336 0 0 0.562 3082 4312 0 0 0.562 3122 4336 0 0 0.562 2 interp_poly 68 -13 -40 -24 3091 4535 3 MP PP 3091 4535 0 0 0.562 3051 4511 0 0 0.562 3091 4535 0 0 0.562 2 interp_poly 3051 4511 0 0 0.562 3119 4498 0 0 0.562 3051 4511 0 0 0.562 2 interp_poly -40 -24 68 -13 3051 4511 3 MP PP 3051 4511 0 0 0.562 3119 4498 0 0 0.562 3051 4511 0 0 0.562 2 interp_poly 3119 4498 0 0 0.562 3079 4474 0 0 0.562 3119 4498 0 0 0.562 2 interp_poly 68 33 -40 -235 3090 3858 3 MP PP 3090 3858 0 0 0.75 3050 3623 0 0.125 1 3090 3858 0 0 0.75 2 interp_poly 3050 3623 0 0.125 1 3118 3656 0 0 1 3050 3623 0 0.125 1 2 interp_poly -40 -6 68 -17 2989 3631 3 MP PP 2989 3631 0 0 0.562 3057 3614 0 0 0.562 2989 3631 0 0 0.562 2 interp_poly 3057 3614 0 0 0.562 3017 3608 0 0 0.562 3057 3614 0 0 0.562 2 interp_poly 68 -17 -40 17 3029 3614 3 MP PP 3029 3614 0 0 0.625 2989 3631 0 0 0.562 3029 3614 0 0 0.625 2 interp_poly 2989 3631 0 0 0.562 3057 3614 0 0 0.562 2989 3631 0 0 0.562 2 interp_poly -40 -24 68 -13 2993 3494 3 MP PP 2993 3494 0 0 0.562 3061 3481 0 0 0.562 2993 3494 0 0 0.562 2 interp_poly 3061 3481 0 0 0.562 3021 3457 0 0 0.562 3061 3481 0 0 0.562 2 interp_poly 68 -13 -40 -24 3033 3518 3 MP PP 3033 3518 0 0 0.562 2993 3494 0 0 0.562 3033 3518 0 0 0.562 2 interp_poly 2993 3494 0 0 0.562 3061 3481 0 0 0.562 2993 3494 0 0 0.562 2 interp_poly -40 -21 68 -14 2977 3590 3 MP PP 2977 3590 0 0 0.562 3045 3576 0 0 0.562 2977 3590 0 0 0.562 2 interp_poly 3045 3576 0 0 0.562 3005 3555 0 0 0.562 3045 3576 0 0 0.562 2 interp_poly 68 -14 -40 -18 3017 3608 3 MP PP 3017 3608 0 0 0.562 2977 3590 0 0 0.562 3017 3608 0 0 0.562 2 interp_poly 2977 3590 0 0 0.562 3045 3576 0 0 0.562 2977 3590 0 0 0.562 2 interp_poly -40 -23 68 -14 3005 3555 3 MP PP 3005 3555 0 0 0.562 3073 3541 0 0 0.562 3005 3555 0 0 0.562 2 interp_poly 3073 3541 0 0 0.562 3033 3518 0 0 0.562 3073 3541 0 0 0.562 2 interp_poly 68 -14 -40 -21 3045 3576 3 MP PP 3045 3576 0 0 0.562 3005 3555 0 0 0.562 3045 3576 0 0 0.562 2 interp_poly 3005 3555 0 0 0.562 3073 3541 0 0 0.562 3005 3555 0 0 0.562 2 interp_poly -40 -16 68 -16 3017 3608 3 MP PP 3017 3608 0 0 0.562 3085 3592 0 0 0.562 3017 3608 0 0 0.562 2 interp_poly 3085 3592 0 0 0.562 3045 3576 0 0 0.562 3085 3592 0 0 0.562 2 interp_poly 68 -16 -40 -6 3057 3614 3 MP PP 3057 3614 0 0 0.562 3017 3608 0 0 0.562 3057 3614 0 0 0.562 2 interp_poly 3017 3608 0 0 0.562 3085 3592 0 0 0.562 3017 3608 0 0 0.562 2 interp_poly -40 85 68 -38 3001 3567 3 MP PP 3001 3567 0 0 0.812 3069 3529 0 0 0.812 3001 3567 0 0 0.812 2 interp_poly 3069 3529 0 0 0.812 3029 3614 0 0 0.625 3069 3529 0 0 0.812 2 interp_poly -40 -23 68 -14 2937 3569 3 MP PP 2937 3569 0 0 0.562 3005 3555 0 0 0.562 2937 3569 0 0 0.562 2 interp_poly 3005 3555 0 0 0.562 2965 3532 0 0 0.562 3005 3555 0 0 0.562 2 interp_poly 68 -14 -40 -21 2977 3590 3 MP PP 2977 3590 0 0 0.562 2937 3569 0 0 0.562 2977 3590 0 0 0.562 2 interp_poly 2937 3569 0 0 0.562 3005 3555 0 0 0.562 2937 3569 0 0 0.562 2 interp_poly -40 -24 68 -14 2965 3532 3 MP PP 2965 3532 0 0 0.562 3033 3518 0 0 0.562 2965 3532 0 0 0.562 2 interp_poly 3033 3518 0 0 0.562 2993 3494 0 0 0.562 3033 3518 0 0 0.562 2 interp_poly 68 -14 -40 -23 3005 3555 3 MP PP 3005 3555 0 0 0.562 2965 3532 0 0 0.562 3005 3555 0 0 0.562 2 interp_poly 2965 3532 0 0 0.562 3033 3518 0 0 0.562 2965 3532 0 0 0.562 2 interp_poly -40 -24 68 -14 2981 3433 3 MP PP 2981 3433 0 0 0.562 3049 3419 0 0 0.562 2981 3433 0 0 0.562 2 interp_poly 3049 3419 0 0 0.562 3009 3395 0 0 0.562 3049 3419 0 0 0.562 2 interp_poly 68 -14 -40 -24 3021 3457 3 MP PP 3021 3457 0 0 0.562 2981 3433 0 0 0.562 3021 3457 0 0 0.562 2 interp_poly 2981 3433 0 0 0.562 3049 3419 0 0 0.562 2981 3433 0 0 0.562 2 interp_poly 68 -38 -40 212 3041 3355 3 MP PP 3041 3355 0 0.188 1 3001 3567 0 0 0.812 3041 3355 0 0.188 1 2 interp_poly 3001 3567 0 0 0.812 3069 3529 0 0 0.812 3001 3567 0 0 0.812 2 interp_poly -40 25 68 -25 3029 3614 3 MP PP 3029 3614 0 0 0.625 3097 3589 0 0 0.688 3029 3614 0 0 0.625 2 interp_poly 3097 3589 0 0 0.688 3057 3614 0 0 0.562 3097 3589 0 0 0.688 2 interp_poly 68 -25 -40 85 3069 3529 3 MP PP 3069 3529 0 0 0.812 3029 3614 0 0 0.625 3069 3529 0 0 0.812 2 interp_poly 3029 3614 0 0 0.625 3097 3589 0 0 0.688 3029 3614 0 0 0.625 2 interp_poly -40 -450 68 33 3050 3623 3 MP PP 3050 3623 0 0.125 1 3118 3656 0 0 1 3050 3623 0 0.125 1 2 interp_poly 3118 3656 0 0 1 3078 3206 0 0.75 1 3118 3656 0 0 1 2 interp_poly 68 -13 -40 -26 3086 4149 3 MP PP 3086 4149 0 0 0.562 3046 4123 0 0 0.562 3086 4149 0 0 0.562 2 interp_poly 3046 4123 0 0 0.562 3114 4110 0 0 0.562 3046 4123 0 0 0.562 2 interp_poly -40 -30 68 -13 3046 4123 3 MP PP 3046 4123 0 0 0.562 3114 4110 0 0 0.562 3046 4123 0 0 0.562 2 interp_poly 3114 4110 0 0 0.562 3074 4080 0 0 0.562 3114 4110 0 0 0.562 2 interp_poly 68 -14 -40 -24 3082 4312 3 MP PP 3082 4312 0 0 0.562 3042 4288 0 0 0.562 3082 4312 0 0 0.562 2 interp_poly 3042 4288 0 0 0.562 3110 4274 0 0 0.562 3042 4288 0 0 0.562 2 interp_poly -40 -24 68 -14 3042 4288 3 MP PP 3042 4288 0 0 0.562 3110 4274 0 0 0.562 3042 4288 0 0 0.562 2 interp_poly 3110 4274 0 0 0.562 3070 4250 0 0 0.562 3110 4274 0 0 0.562 2 interp_poly 67 -13 -40 -25 3079 4474 3 MP PP 3079 4474 0 0 0.562 3039 4449 0 0 0.562 3079 4474 0 0 0.562 2 interp_poly 3039 4449 0 0 0.562 3106 4436 0 0 0.562 3039 4449 0 0 0.562 2 interp_poly -40 -24 67 -13 3039 4449 3 MP PP 3039 4449 0 0 0.562 3106 4436 0 0 0.562 3039 4449 0 0 0.562 2 interp_poly 3106 4436 0 0 0.562 3066 4412 0 0 0.562 3106 4436 0 0 0.562 2 interp_poly -40 787 68 -158 2985 2348 3 MP PP 2985 2348 1 1 0.0625 3053 2190 1 0.812 0 2985 2348 1 1 0.0625 2 interp_poly 3053 2190 1 0.812 0 3013 2977 0 0.875 1 3053 2190 1 0.812 0 2 interp_poly -40 -24 68 -14 2960 3148 3 MP PP 2960 3148 0 0 0.562 3028 3134 0 0 0.562 2960 3148 0 0 0.562 2 interp_poly 3028 3134 0 0 0.562 2988 3110 0 0 0.562 3028 3134 0 0 0.562 2 interp_poly 68 -14 -40 -24 3000 3172 3 MP PP 3000 3172 0 0 0.562 2960 3148 0 0 0.562 3000 3172 0 0 0.562 2 interp_poly 2960 3148 0 0 0.562 3028 3134 0 0 0.562 2960 3148 0 0 0.562 2 interp_poly -40 -24 68 -13 2972 3209 3 MP PP 2972 3209 0 0 0.562 3040 3196 0 0 0.562 2972 3209 0 0 0.562 2 interp_poly 3040 3196 0 0 0.562 3000 3172 0 0 0.562 3040 3196 0 0 0.562 2 interp_poly 68 -13 -40 -24 3012 3233 3 MP PP 3012 3233 0 0 0.562 2972 3209 0 0 0.562 3012 3233 0 0 0.562 2 interp_poly 2972 3209 0 0 0.562 3040 3196 0 0 0.562 2972 3209 0 0 0.562 2 interp_poly -40 -24 68 -14 2976 3048 3 MP PP 2976 3048 0 0 0.562 3044 3034 0 0 0.562 2976 3048 0 0 0.562 2 interp_poly 3044 3034 0 0 0.562 3004 3010 0 0 0.562 3044 3034 0 0 0.562 2 interp_poly 68 -14 -40 -24 3016 3072 3 MP PP 3016 3072 0 0 0.562 2976 3048 0 0 0.562 3016 3072 0 0 0.562 2 interp_poly 2976 3048 0 0 0.562 3044 3034 0 0 0.562 2976 3048 0 0 0.562 2 interp_poly -40 -24 68 -14 2988 3110 3 MP PP 2988 3110 0 0 0.562 3056 3096 0 0 0.562 2988 3110 0 0 0.562 2 interp_poly 3056 3096 0 0 0.562 3016 3072 0 0 0.562 3056 3096 0 0 0.562 2 interp_poly 68 -14 -40 -24 3028 3134 3 MP PP 3028 3134 0 0 0.562 2988 3110 0 0 0.562 3028 3134 0 0 0.562 2 interp_poly 2988 3110 0 0 0.562 3056 3096 0 0 0.562 2988 3110 0 0 0.562 2 interp_poly -40 501 68 -123 3013 2977 3 MP PP 3013 2977 0 0.875 1 3081 2854 0.0625 1 1 3013 2977 0 0.875 1 2 interp_poly 3081 2854 0.0625 1 1 3041 3355 0 0.188 1 3081 2854 0.0625 1 1 2 interp_poly 68 -123 -40 787 3053 2190 3 MP PP 3053 2190 1 0.812 0 3013 2977 0 0.875 1 3053 2190 1 0.812 0 2 interp_poly 3013 2977 0 0.875 1 3081 2854 0.0625 1 1 3013 2977 0 0.875 1 2 interp_poly 67 130 -40 -799 3078 3206 3 MP PP 3078 3206 0 0.75 1 3038 2407 1 1 0 3078 3206 0 0.75 1 2 interp_poly 3038 2407 1 1 0 3105 2537 0.812 1 0.25 3038 2407 1 1 0 2 interp_poly 68 -158 -40 753 3025 1595 3 MP PP 3025 1595 0.75 0 0 2985 2348 1 1 0.0625 3025 1595 0.75 0 0 2 interp_poly 2985 2348 1 1 0.0625 3053 2190 1 0.812 0 2985 2348 1 1 0.0625 2 interp_poly -40 -847 67 130 3038 2407 3 MP PP 3038 2407 1 1 0 3105 2537 0.812 1 0.25 3038 2407 1 1 0 2 interp_poly 3105 2537 0.812 1 0.25 3065 1690 0.875 0 0 3105 2537 0.812 1 0.25 2 interp_poly 68 -10 -40 -40 3074 4080 3 MP PP 3074 4080 0 0 0.562 3034 4040 0 0 0.562 3074 4080 0 0 0.562 2 interp_poly 3034 4040 0 0 0.562 3102 4030 0 0 0.562 3034 4040 0 0 0.562 2 interp_poly -40 -61 68 -10 3034 4040 3 MP PP 3034 4040 0 0 0.562 3102 4030 0 0 0.562 3034 4040 0 0 0.562 2 interp_poly 3102 4030 0 0 0.562 3062 3969 0 0 0.625 3102 4030 0 0 0.562 2 interp_poly 68 -14 -40 -24 3070 4250 3 MP PP 3070 4250 0 0 0.562 3030 4226 0 0 0.562 3070 4250 0 0 0.562 2 interp_poly 3030 4226 0 0 0.562 3098 4212 0 0 0.562 3030 4226 0 0 0.562 2 interp_poly -40 -24 68 -14 3030 4226 3 MP PP 3030 4226 0 0 0.562 3098 4212 0 0 0.562 3030 4226 0 0 0.562 2 interp_poly 3098 4212 0 0 0.562 3058 4188 0 0 0.562 3098 4212 0 0 0.562 2 interp_poly 68 -14 -40 -24 3066 4412 3 MP PP 3066 4412 0 0 0.562 3026 4388 0 0 0.562 3066 4412 0 0 0.562 2 interp_poly 3026 4388 0 0 0.562 3094 4374 0 0 0.562 3026 4388 0 0 0.562 2 interp_poly -40 -24 68 -14 3026 4388 3 MP PP 3026 4388 0 0 0.562 3094 4374 0 0 0.562 3026 4388 0 0 0.562 2 interp_poly 3094 4374 0 0 0.562 3054 4350 0 0 0.562 3094 4374 0 0 0.562 2 interp_poly 68 -77 -40 -95 3065 1690 3 MP PP 3065 1690 0.875 0 0 3025 1595 0.75 0 0 3065 1690 0.875 0 0 2 interp_poly 3025 1595 0.75 0 0 3093 1518 0.625 0 0 3025 1595 0.75 0 0 2 interp_poly 68 -14 -40 -24 3063 4573 3 MP PP 3063 4573 0 0 0.562 3023 4549 0 0 0.562 3063 4573 0 0 0.562 2 interp_poly 3023 4549 0 0 0.562 3091 4535 0 0 0.562 3023 4549 0 0 0.562 2 interp_poly -40 -24 68 -14 3023 4549 3 MP PP 3023 4549 0 0 0.562 3091 4535 0 0 0.562 3023 4549 0 0 0.562 2 interp_poly 3091 4535 0 0 0.562 3051 4511 0 0 0.562 3091 4535 0 0 0.562 2 interp_poly 68 9 -40 -120 3062 3969 3 MP PP 3062 3969 0 0 0.625 3022 3849 0 0 0.812 3062 3969 0 0 0.625 2 interp_poly 3022 3849 0 0 0.812 3090 3858 0 0 0.75 3022 3849 0 0 0.812 2 interp_poly -40 -235 68 9 3022 3849 3 MP PP 3022 3849 0 0 0.812 3090 3858 0 0 0.75 3022 3849 0 0 0.812 2 interp_poly 3090 3858 0 0 0.75 3050 3623 0 0.125 1 3090 3858 0 0 0.75 2 interp_poly 68 -14 -40 -25 3058 4188 3 MP PP 3058 4188 0 0 0.562 3018 4163 0 0 0.562 3058 4188 0 0 0.562 2 interp_poly 3018 4163 0 0 0.562 3086 4149 0 0 0.562 3018 4163 0 0 0.562 2 interp_poly -40 -26 68 -14 3018 4163 3 MP PP 3018 4163 0 0 0.562 3086 4149 0 0 0.562 3018 4163 0 0 0.562 2 interp_poly 3086 4149 0 0 0.562 3046 4123 0 0 0.562 3086 4149 0 0 0.562 2 interp_poly 68 -14 -40 -24 3054 4350 3 MP PP 3054 4350 0 0 0.562 3014 4326 0 0 0.562 3054 4350 0 0 0.562 2 interp_poly 3014 4326 0 0 0.562 3082 4312 0 0 0.562 3014 4326 0 0 0.562 2 interp_poly -40 -24 68 -14 3014 4326 3 MP PP 3014 4326 0 0 0.562 3082 4312 0 0 0.562 3014 4326 0 0 0.562 2 interp_poly 3082 4312 0 0 0.562 3042 4288 0 0 0.562 3082 4312 0 0 0.562 2 interp_poly 68 -13 -40 -24 3051 4511 3 MP PP 3051 4511 0 0 0.562 3011 4487 0 0 0.562 3051 4511 0 0 0.562 2 interp_poly 3011 4487 0 0 0.562 3079 4474 0 0 0.562 3011 4487 0 0 0.562 2 interp_poly -40 -25 68 -13 3011 4487 3 MP PP 3011 4487 0 0 0.562 3079 4474 0 0 0.562 3011 4487 0 0 0.562 2 interp_poly 3079 4474 0 0 0.562 3039 4449 0 0 0.562 3079 4474 0 0 0.562 2 interp_poly -40 -24 68 -14 2956 3309 3 MP PP 2956 3309 0 0 0.562 3024 3295 0 0 0.562 2956 3309 0 0 0.562 2 interp_poly 3024 3295 0 0 0.562 2984 3271 0 0 0.562 3024 3295 0 0 0.562 2 interp_poly 68 -14 -40 -24 2996 3333 3 MP PP 2996 3333 0 0 0.562 2956 3309 0 0 0.562 2996 3333 0 0 0.562 2 interp_poly 2956 3309 0 0 0.562 3024 3295 0 0 0.562 2956 3309 0 0 0.562 2 interp_poly -40 -24 67 -14 2969 3371 3 MP PP 2969 3371 0 0 0.562 3036 3357 0 0 0.562 2969 3371 0 0 0.562 2 interp_poly 3036 3357 0 0 0.562 2996 3333 0 0 0.562 3036 3357 0 0 0.562 2 interp_poly 67 -14 -40 -24 3009 3395 3 MP PP 3009 3395 0 0 0.562 2969 3371 0 0 0.562 3009 3395 0 0 0.562 2 interp_poly 2969 3371 0 0 0.562 3036 3357 0 0 0.562 2969 3371 0 0 0.562 2 interp_poly -40 -24 68 -13 2913 3446 3 MP PP 2913 3446 0 0 0.562 2981 3433 0 0 0.562 2913 3446 0 0 0.562 2 interp_poly 2981 3433 0 0 0.562 2941 3409 0 0 0.562 2981 3433 0 0 0.562 2 interp_poly 68 -13 -40 -24 2953 3470 3 MP PP 2953 3470 0 0 0.562 2913 3446 0 0 0.562 2953 3470 0 0 0.562 2 interp_poly 2913 3446 0 0 0.562 2981 3433 0 0 0.562 2913 3446 0 0 0.562 2 interp_poly -40 -24 68 -14 2925 3508 3 MP PP 2925 3508 0 0 0.562 2993 3494 0 0 0.562 2925 3508 0 0 0.562 2 interp_poly 2993 3494 0 0 0.562 2953 3470 0 0 0.562 2993 3494 0 0 0.562 2 interp_poly 68 -14 -40 -24 2965 3532 3 MP PP 2965 3532 0 0 0.562 2925 3508 0 0 0.562 2965 3532 0 0 0.562 2 interp_poly 2925 3508 0 0 0.562 2993 3494 0 0 0.562 2925 3508 0 0 0.562 2 interp_poly -40 -24 68 -14 2941 3409 3 MP PP 2941 3409 0 0 0.562 3009 3395 0 0 0.562 2941 3409 0 0 0.562 2 interp_poly 3009 3395 0 0 0.562 2969 3371 0 0 0.562 3009 3395 0 0 0.562 2 interp_poly 68 -14 -40 -24 2981 3433 3 MP PP 2981 3433 0 0 0.562 2941 3409 0 0 0.562 2981 3433 0 0 0.562 2 interp_poly 2941 3409 0 0 0.562 3009 3395 0 0 0.562 2941 3409 0 0 0.562 2 interp_poly -40 -24 68 -13 2953 3470 3 MP PP 2953 3470 0 0 0.562 3021 3457 0 0 0.562 2953 3470 0 0 0.562 2 interp_poly 3021 3457 0 0 0.562 2981 3433 0 0 0.562 3021 3457 0 0 0.562 2 interp_poly 68 -13 -40 -24 2993 3494 3 MP PP 2993 3494 0 0 0.562 2953 3470 0 0 0.562 2993 3494 0 0 0.562 2 interp_poly 2953 3470 0 0 0.562 3021 3457 0 0 0.562 2953 3470 0 0 0.562 2 interp_poly -40 212 68 -67 2973 3422 3 MP PP 2973 3422 0 0.125 1 3041 3355 0 0.188 1 2973 3422 0 0.125 1 2 interp_poly 3041 3355 0 0.188 1 3001 3567 0 0 0.812 3041 3355 0 0.188 1 2 interp_poly -40 -24 67 -14 2929 3347 3 MP PP 2929 3347 0 0 0.562 2996 3333 0 0 0.562 2929 3347 0 0 0.562 2 interp_poly 2996 3333 0 0 0.562 2956 3309 0 0 0.562 2996 3333 0 0 0.562 2 interp_poly 67 -14 -40 -24 2969 3371 3 MP PP 2969 3371 0 0 0.562 2929 3347 0 0 0.562 2969 3371 0 0 0.562 2 interp_poly 2929 3347 0 0 0.562 2996 3333 0 0 0.562 2929 3347 0 0 0.562 2 interp_poly -40 -24 68 -13 2932 3185 3 MP PP 2932 3185 0 0 0.562 3000 3172 0 0 0.562 2932 3185 0 0 0.562 2 interp_poly 3000 3172 0 0 0.562 2960 3148 0 0 0.562 3000 3172 0 0 0.562 2 interp_poly 68 -13 -40 -24 2972 3209 3 MP PP 2972 3209 0 0 0.562 2932 3185 0 0 0.562 2972 3209 0 0 0.562 2 interp_poly 2932 3185 0 0 0.562 3000 3172 0 0 0.562 2932 3185 0 0 0.562 2 interp_poly -40 -24 68 -14 2944 3247 3 MP PP 2944 3247 0 0 0.562 3012 3233 0 0 0.562 2944 3247 0 0 0.562 2 interp_poly 3012 3233 0 0 0.562 2972 3209 0 0 0.562 3012 3233 0 0 0.562 2 interp_poly 68 -14 -40 -24 2984 3271 3 MP PP 2984 3271 0 0 0.562 2944 3247 0 0 0.562 2984 3271 0 0 0.562 2 interp_poly 2944 3247 0 0 0.562 3012 3233 0 0 0.562 2944 3247 0 0 0.562 2 interp_poly -40 -24 68 -14 2948 3086 3 MP PP 2948 3086 0 0 0.562 3016 3072 0 0 0.562 2948 3086 0 0 0.562 2 interp_poly 3016 3072 0 0 0.562 2976 3048 0 0 0.562 3016 3072 0 0 0.562 2 interp_poly 68 -14 -40 -24 2988 3110 3 MP PP 2988 3110 0 0 0.562 2948 3086 0 0 0.562 2988 3110 0 0 0.562 2 interp_poly 2948 3086 0 0 0.562 3016 3072 0 0 0.562 2948 3086 0 0 0.562 2 interp_poly 68 -67 -40 445 3013 2977 3 MP PP 3013 2977 0 0.875 1 2973 3422 0 0.125 1 3013 2977 0 0.875 1 2 interp_poly 2973 3422 0 0.125 1 3041 3355 0 0.188 1 2973 3422 0 0.125 1 2 interp_poly 68 88 -40 -505 3050 3623 3 MP PP 3050 3623 0 0.125 1 3010 3118 0 0.938 1 3050 3623 0 0.125 1 2 interp_poly 3010 3118 0 0.938 1 3078 3206 0 0.75 1 3010 3118 0 0.938 1 2 interp_poly -40 -799 68 88 3010 3118 3 MP PP 3010 3118 0 0.938 1 3078 3206 0 0.75 1 3010 3118 0 0.938 1 2 interp_poly 3078 3206 0 0.75 1 3038 2407 1 1 0 3078 3206 0 0.75 1 2 interp_poly 68 -12 -40 -31 3046 4123 3 MP PP 3046 4123 0 0 0.562 3006 4092 0 0 0.562 3046 4123 0 0 0.562 2 interp_poly 3006 4092 0 0 0.562 3074 4080 0 0 0.562 3006 4092 0 0 0.562 2 interp_poly -40 -40 68 -12 3006 4092 3 MP PP 3006 4092 0 0 0.562 3074 4080 0 0 0.562 3006 4092 0 0 0.562 2 interp_poly 3074 4080 0 0 0.562 3034 4040 0 0 0.562 3074 4080 0 0 0.562 2 interp_poly 68 -14 -40 -24 3042 4288 3 MP PP 3042 4288 0 0 0.562 3002 4264 0 0 0.562 3042 4288 0 0 0.562 2 interp_poly 3002 4264 0 0 0.562 3070 4250 0 0 0.562 3002 4264 0 0 0.562 2 interp_poly -40 -24 68 -14 3002 4264 3 MP PP 3002 4264 0 0 0.562 3070 4250 0 0 0.562 3002 4264 0 0 0.562 2 interp_poly 3070 4250 0 0 0.562 3030 4226 0 0 0.562 3070 4250 0 0 0.562 2 interp_poly 67 -13 -40 -24 3039 4449 3 MP PP 3039 4449 0 0 0.562 2999 4425 0 0 0.562 3039 4449 0 0 0.562 2 interp_poly 2999 4425 0 0 0.562 3066 4412 0 0 0.562 2999 4425 0 0 0.562 2 interp_poly -40 -24 67 -13 2999 4425 3 MP PP 2999 4425 0 0 0.562 3066 4412 0 0 0.562 2999 4425 0 0 0.562 2 interp_poly 3066 4412 0 0 0.562 3026 4388 0 0 0.562 3066 4412 0 0 0.562 2 interp_poly -40 753 67 -102 2958 1697 3 MP PP 2958 1697 0.875 0 0 3025 1595 0.75 0 0 2958 1697 0.875 0 0 2 interp_poly 3025 1595 0.75 0 0 2985 2348 1 1 0.0625 3025 1595 0.75 0 0 2 interp_poly 67 -102 -40 77 2998 1620 3 MP PP 2998 1620 0.688 0 0 2958 1697 0.875 0 0 2998 1620 0.688 0 0 2 interp_poly 2958 1697 0.875 0 0 3025 1595 0.75 0 0 2958 1697 0.875 0 0 2 interp_poly 67 70 -40 -787 3038 2407 3 MP PP 3038 2407 1 1 0 2998 1620 0.688 0 0 3038 2407 1 1 0 2 interp_poly 2998 1620 0.688 0 0 3065 1690 0.875 0 0 2998 1620 0.688 0 0 2 interp_poly -40 -95 67 70 2998 1620 3 MP PP 2998 1620 0.688 0 0 3065 1690 0.875 0 0 2998 1620 0.688 0 0 2 interp_poly 3065 1690 0.875 0 0 3025 1595 0.75 0 0 3065 1690 0.875 0 0 2 interp_poly -40 -24 68 -14 2995 4587 3 MP PP 2995 4587 0 0 0.562 3063 4573 0 0 0.562 2995 4587 0 0 0.562 2 interp_poly 3063 4573 0 0 0.562 3023 4549 0 0 0.562 3063 4573 0 0 0.562 2 interp_poly 68 -4 -40 -67 3034 4040 3 MP PP 3034 4040 0 0 0.562 2994 3973 0 0 0.625 3034 4040 0 0 0.562 2 interp_poly 2994 3973 0 0 0.625 3062 3969 0 0 0.625 2994 3973 0 0 0.625 2 interp_poly -40 -120 68 -4 2994 3973 3 MP PP 2994 3973 0 0 0.625 3062 3969 0 0 0.625 2994 3973 0 0 0.625 2 interp_poly 3062 3969 0 0 0.625 3022 3849 0 0 0.812 3062 3969 0 0 0.625 2 interp_poly 68 -13 -40 -25 3030 4226 3 MP PP 3030 4226 0 0 0.562 2990 4201 0 0 0.562 3030 4226 0 0 0.562 2 interp_poly 2990 4201 0 0 0.562 3058 4188 0 0 0.562 2990 4201 0 0 0.562 2 interp_poly -40 -25 68 -13 2990 4201 3 MP PP 2990 4201 0 0 0.562 3058 4188 0 0 0.562 2990 4201 0 0 0.562 2 interp_poly 3058 4188 0 0 0.562 3018 4163 0 0 0.562 3058 4188 0 0 0.562 2 interp_poly 68 -13 -40 -25 3026 4388 3 MP PP 3026 4388 0 0 0.562 2986 4363 0 0 0.562 3026 4388 0 0 0.562 2 interp_poly 2986 4363 0 0 0.562 3054 4350 0 0 0.562 2986 4363 0 0 0.562 2 interp_poly -40 -24 68 -13 2986 4363 3 MP PP 2986 4363 0 0 0.562 3054 4350 0 0 0.562 2986 4363 0 0 0.562 2 interp_poly 3054 4350 0 0 0.562 3014 4326 0 0 0.562 3054 4350 0 0 0.562 2 interp_poly 68 -14 -40 -24 3023 4549 3 MP PP 3023 4549 0 0 0.562 2983 4525 0 0 0.562 3023 4549 0 0 0.562 2 interp_poly 2983 4525 0 0 0.562 3051 4511 0 0 0.562 2983 4525 0 0 0.562 2 interp_poly -40 -24 68 -14 2983 4525 3 MP PP 2983 4525 0 0 0.562 3051 4511 0 0 0.562 2983 4525 0 0 0.562 2 interp_poly 3051 4511 0 0 0.562 3011 4487 0 0 0.562 3051 4511 0 0 0.562 2 interp_poly -40 -21 68 -14 2909 3604 3 MP PP 2909 3604 0 0 0.562 2977 3590 0 0 0.562 2909 3604 0 0 0.562 2 interp_poly 2977 3590 0 0 0.562 2937 3569 0 0 0.562 2977 3590 0 0 0.562 2 interp_poly 68 -14 -40 -19 2949 3623 3 MP PP 2949 3623 0 0 0.562 2909 3604 0 0 0.562 2949 3623 0 0 0.562 2 interp_poly 2909 3604 0 0 0.562 2977 3590 0 0 0.562 2909 3604 0 0 0.562 2 interp_poly -40 -8 68 -18 2921 3649 3 MP PP 2921 3649 0 0 0.562 2989 3631 0 0 0.562 2921 3649 0 0 0.562 2 interp_poly 2989 3631 0 0 0.562 2949 3623 0 0 0.562 2989 3631 0 0 0.562 2 interp_poly -40 -18 68 -15 2949 3623 3 MP PP 2949 3623 0 0 0.562 3017 3608 0 0 0.562 2949 3623 0 0 0.562 2 interp_poly 3017 3608 0 0 0.562 2977 3590 0 0 0.562 3017 3608 0 0 0.562 2 interp_poly 68 -15 -40 -8 2989 3631 3 MP PP 2989 3631 0 0 0.562 2949 3623 0 0 0.562 2989 3631 0 0 0.562 2 interp_poly 2949 3623 0 0 0.562 3017 3608 0 0 0.562 2949 3623 0 0 0.562 2 interp_poly -40 70 68 -36 2933 3603 3 MP PP 2933 3603 0 0 0.75 3001 3567 0 0 0.812 2933 3603 0 0 0.75 2 interp_poly 3001 3567 0 0 0.812 2961 3637 0 0 0.625 3001 3567 0 0 0.812 2 interp_poly -40 17 68 -23 2961 3637 3 MP PP 2961 3637 0 0 0.625 3029 3614 0 0 0.625 2961 3637 0 0 0.625 2 interp_poly 3029 3614 0 0 0.625 2989 3631 0 0 0.562 3029 3614 0 0 0.625 2 interp_poly 68 -23 -40 70 3001 3567 3 MP PP 3001 3567 0 0 0.812 2961 3637 0 0 0.625 3001 3567 0 0 0.812 2 interp_poly 2961 3637 0 0 0.625 3029 3614 0 0 0.625 2961 3637 0 0 0.625 2 interp_poly 68 41 -40 -267 3022 3849 3 MP PP 3022 3849 0 0 0.812 2982 3582 0 0.188 1 3022 3849 0 0 0.812 2 interp_poly 2982 3582 0 0.188 1 3050 3623 0 0.125 1 2982 3582 0 0.188 1 2 interp_poly -40 -24 68 -13 2897 3545 3 MP PP 2897 3545 0 0 0.562 2965 3532 0 0 0.562 2897 3545 0 0 0.562 2 interp_poly 2965 3532 0 0 0.562 2925 3508 0 0 0.562 2965 3532 0 0 0.562 2 interp_poly 68 -13 -40 -24 2937 3569 3 MP PP 2937 3569 0 0 0.562 2897 3545 0 0 0.562 2937 3569 0 0 0.562 2 interp_poly 2897 3545 0 0 0.562 2965 3532 0 0 0.562 2897 3545 0 0 0.562 2 interp_poly 68 -36 -40 181 2973 3422 3 MP PP 2973 3422 0 0.125 1 2933 3603 0 0 0.75 2973 3422 0 0.125 1 2 interp_poly 2933 3603 0 0 0.75 3001 3567 0 0 0.812 2933 3603 0 0 0.75 2 interp_poly -40 -505 68 41 2982 3582 3 MP PP 2982 3582 0 0.188 1 3050 3623 0 0.125 1 2982 3582 0 0.188 1 2 interp_poly 3050 3623 0 0.125 1 3010 3118 0 0.938 1 3050 3623 0 0.125 1 2 interp_poly 68 -13 -40 -27 3018 4163 3 MP PP 3018 4163 0 0 0.562 2978 4136 0 0 0.562 3018 4163 0 0 0.562 2 interp_poly 2978 4136 0 0 0.562 3046 4123 0 0 0.562 2978 4136 0 0 0.562 2 interp_poly -40 -31 68 -13 2978 4136 3 MP PP 2978 4136 0 0 0.562 3046 4123 0 0 0.562 2978 4136 0 0 0.562 2 interp_poly 3046 4123 0 0 0.562 3006 4092 0 0 0.562 3046 4123 0 0 0.562 2 interp_poly 68 -14 -40 -24 3014 4326 3 MP PP 3014 4326 0 0 0.562 2974 4302 0 0 0.562 3014 4326 0 0 0.562 2 interp_poly 2974 4302 0 0 0.562 3042 4288 0 0 0.562 2974 4302 0 0 0.562 2 interp_poly -40 -24 68 -14 2974 4302 3 MP PP 2974 4302 0 0 0.562 3042 4288 0 0 0.562 2974 4302 0 0 0.562 2 interp_poly 3042 4288 0 0 0.562 3002 4264 0 0 0.562 3042 4288 0 0 0.562 2 interp_poly 68 -14 -40 -24 3011 4487 3 MP PP 3011 4487 0 0 0.562 2971 4463 0 0 0.562 3011 4487 0 0 0.562 2 interp_poly 2971 4463 0 0 0.562 3039 4449 0 0 0.562 2971 4463 0 0 0.562 2 interp_poly -40 -24 68 -14 2971 4463 3 MP PP 2971 4463 0 0 0.562 3039 4449 0 0 0.562 2971 4463 0 0 0.562 2 interp_poly 3039 4449 0 0 0.562 2999 4425 0 0 0.562 3039 4449 0 0 0.562 2 interp_poly -40 -24 68 -13 2880 3099 3 MP PP 2880 3099 0 0 0.562 2948 3086 0 0 0.562 2880 3099 0 0 0.562 2 interp_poly 2948 3086 0 0 0.562 2908 3062 0 0 0.562 2948 3086 0 0 0.562 2 interp_poly 68 -13 -40 -24 2920 3123 3 MP PP 2920 3123 0 0 0.562 2880 3099 0 0 0.562 2920 3123 0 0 0.562 2 interp_poly 2880 3099 0 0 0.562 2948 3086 0 0 0.562 2880 3099 0 0 0.562 2 interp_poly -40 -24 68 -14 2908 3062 3 MP PP 2908 3062 0 0 0.562 2976 3048 0 0 0.562 2908 3062 0 0 0.562 2 interp_poly 2976 3048 0 0 0.562 2936 3024 0 0 0.562 2976 3048 0 0 0.562 2 interp_poly 68 -14 -40 -24 2948 3086 3 MP PP 2948 3086 0 0 0.562 2908 3062 0 0 0.562 2948 3086 0 0 0.562 2 interp_poly 2908 3062 0 0 0.562 2976 3048 0 0 0.562 2908 3062 0 0 0.562 2 interp_poly -40 -24 68 -13 2920 3123 3 MP PP 2920 3123 0 0 0.562 2988 3110 0 0 0.562 2920 3123 0 0 0.562 2 interp_poly 2988 3110 0 0 0.562 2948 3086 0 0 0.562 2988 3110 0 0 0.562 2 interp_poly 68 -14 -40 -24 2976 3048 3 MP PP 2976 3048 0 0 0.562 2936 3024 0 0 0.562 2976 3048 0 0 0.562 2 interp_poly 2936 3024 0 0 0.562 3004 3010 0 0 0.562 2936 3024 0 0 0.562 2 interp_poly -40 742 67 -157 2918 2505 3 MP PP 2918 2505 0.75 1 0.312 2985 2348 1 1 0.0625 2918 2505 0.75 1 0.312 2 interp_poly 2985 2348 1 1 0.0625 2945 3090 0 0.75 1 2985 2348 1 1 0.0625 2 interp_poly 67 -157 -40 808 2958 1697 3 MP PP 2958 1697 0.875 0 0 2918 2505 0.75 1 0.312 2958 1697 0.875 0 0 2 interp_poly 2918 2505 0.75 1 0.312 2985 2348 1 1 0.0625 2918 2505 0.75 1 0.312 2 interp_poly -40 -25 68 -13 2892 3161 3 MP PP 2892 3161 0 0 0.562 2960 3148 0 0 0.562 2892 3161 0 0 0.562 2 interp_poly 2960 3148 0 0 0.562 2920 3123 0 0 0.562 2960 3148 0 0 0.562 2 interp_poly 68 -13 -40 -24 2932 3185 3 MP PP 2932 3185 0 0 0.562 2892 3161 0 0 0.562 2932 3185 0 0 0.562 2 interp_poly 2892 3161 0 0 0.562 2960 3148 0 0 0.562 2892 3161 0 0 0.562 2 interp_poly -40 -24 68 -14 2904 3223 3 MP PP 2904 3223 0 0 0.562 2972 3209 0 0 0.562 2904 3223 0 0 0.562 2 interp_poly 2972 3209 0 0 0.562 2932 3185 0 0 0.562 2972 3209 0 0 0.562 2 interp_poly 68 -14 -40 -24 2944 3247 3 MP PP 2944 3247 0 0 0.562 2904 3223 0 0 0.562 2944 3247 0 0 0.562 2 interp_poly 2904 3223 0 0 0.562 2972 3209 0 0 0.562 2904 3223 0 0 0.562 2 interp_poly -40 -24 68 -14 2916 3285 3 MP PP 2916 3285 0 0 0.562 2984 3271 0 0 0.562 2916 3285 0 0 0.562 2 interp_poly 2984 3271 0 0 0.562 2944 3247 0 0 0.562 2984 3271 0 0 0.562 2 interp_poly 68 -14 -40 -24 2956 3309 3 MP PP 2956 3309 0 0 0.562 2916 3285 0 0 0.562 2956 3309 0 0 0.562 2 interp_poly 2916 3285 0 0 0.562 2984 3271 0 0 0.562 2916 3285 0 0 0.562 2 interp_poly 68 -13 -40 -25 2960 3148 3 MP PP 2960 3148 0 0 0.562 2920 3123 0 0 0.562 2960 3148 0 0 0.562 2 interp_poly 2920 3123 0 0 0.562 2988 3110 0 0 0.562 2920 3123 0 0 0.562 2 interp_poly -40 445 68 -113 2945 3090 3 MP PP 2945 3090 0 0.75 1 3013 2977 0 0.875 1 2945 3090 0 0.75 1 2 interp_poly 3013 2977 0 0.875 1 2973 3422 0 0.125 1 3013 2977 0 0.875 1 2 interp_poly 68 -113 -40 742 2985 2348 3 MP PP 2985 2348 1 1 0.0625 2945 3090 0 0.75 1 2985 2348 1 1 0.0625 2 interp_poly 2945 3090 0 0.75 1 3013 2977 0 0.875 1 2945 3090 0 0.75 1 2 interp_poly 68 131 -40 -842 3010 3118 3 MP PP 3010 3118 0 0.938 1 2970 2276 1 0.75 0 3010 3118 0 0.938 1 2 interp_poly 2970 2276 1 0.75 0 3038 2407 1 1 0 2970 2276 1 0.75 0 2 interp_poly -40 -787 68 131 2970 2276 3 MP PP 2970 2276 1 0.75 0 3038 2407 1 1 0 2970 2276 1 0.75 0 2 interp_poly 3038 2407 1 1 0 2998 1620 0.688 0 0 3038 2407 1 1 0 2 interp_poly 68 -9 -40 -43 3006 4092 3 MP PP 3006 4092 0 0 0.562 2966 4049 0 0 0.562 3006 4092 0 0 0.562 2 interp_poly 2966 4049 0 0 0.562 3034 4040 0 0 0.562 2966 4049 0 0 0.562 2 interp_poly -40 -67 68 -9 2966 4049 3 MP PP 2966 4049 0 0 0.562 3034 4040 0 0 0.562 2966 4049 0 0 0.562 2 interp_poly 3034 4040 0 0 0.562 2994 3973 0 0 0.625 3034 4040 0 0 0.562 2 interp_poly 68 -13 -40 -25 3002 4264 3 MP PP 3002 4264 0 0 0.562 2962 4239 0 0 0.562 3002 4264 0 0 0.562 2 interp_poly 2962 4239 0 0 0.562 3030 4226 0 0 0.562 2962 4239 0 0 0.562 2 interp_poly -40 -25 68 -13 2962 4239 3 MP PP 2962 4239 0 0 0.562 3030 4226 0 0 0.562 2962 4239 0 0 0.562 2 interp_poly 3030 4226 0 0 0.562 2990 4201 0 0 0.562 3030 4226 0 0 0.562 2 interp_poly 67 -13 -40 -24 2999 4425 3 MP PP 2999 4425 0 0 0.562 2959 4401 0 0 0.562 2999 4425 0 0 0.562 2 interp_poly 2959 4401 0 0 0.562 3026 4388 0 0 0.562 2959 4401 0 0 0.562 2 interp_poly -40 -25 67 -13 2959 4401 3 MP PP 2959 4401 0 0 0.562 3026 4388 0 0 0.562 2959 4401 0 0 0.562 2 interp_poly 3026 4388 0 0 0.562 2986 4363 0 0 0.562 3026 4388 0 0 0.562 2 interp_poly 68 -14 -40 -24 2995 4587 3 MP PP 2995 4587 0 0 0.562 2955 4563 0 0 0.562 2995 4587 0 0 0.562 2 interp_poly 2955 4563 0 0 0.562 3023 4549 0 0 0.562 2955 4563 0 0 0.562 2 interp_poly -40 -24 68 -14 2955 4563 3 MP PP 2955 4563 0 0 0.562 3023 4549 0 0 0.562 2955 4563 0 0 0.562 2 interp_poly 3023 4549 0 0 0.562 2983 4525 0 0 0.562 3023 4549 0 0 0.562 2 interp_poly 68 12 -40 -136 2994 3973 3 MP PP 2994 3973 0 0 0.625 2954 3837 0 0 0.812 2994 3973 0 0 0.625 2 interp_poly 2954 3837 0 0 0.812 3022 3849 0 0 0.812 2954 3837 0 0 0.812 2 interp_poly 68 -18 -40 12 2961 3637 3 MP PP 2961 3637 0 0 0.625 2921 3649 0 0 0.562 2961 3637 0 0 0.625 2 interp_poly 2921 3649 0 0 0.562 2989 3631 0 0 0.562 2921 3649 0 0 0.562 2 interp_poly -40 -267 68 12 2954 3837 3 MP PP 2954 3837 0 0 0.812 3022 3849 0 0 0.812 2954 3837 0 0 0.812 2 interp_poly 3022 3849 0 0 0.812 2982 3582 0 0.188 1 3022 3849 0 0 0.812 2 interp_poly 68 -13 -40 -25 2990 4201 3 MP PP 2990 4201 0 0 0.562 2950 4176 0 0 0.562 2990 4201 0 0 0.562 2 interp_poly 2950 4176 0 0 0.562 3018 4163 0 0 0.562 2950 4176 0 0 0.562 2 interp_poly -40 -27 68 -13 2950 4176 3 MP PP 2950 4176 0 0 0.562 3018 4163 0 0 0.562 2950 4176 0 0 0.562 2 interp_poly 3018 4163 0 0 0.562 2978 4136 0 0 0.562 3018 4163 0 0 0.562 2 interp_poly 68 -13 -40 -24 2986 4363 3 MP PP 2986 4363 0 0 0.562 2946 4339 0 0 0.562 2986 4363 0 0 0.562 2 interp_poly 2946 4339 0 0 0.562 3014 4326 0 0 0.562 2946 4339 0 0 0.562 2 interp_poly -40 -24 68 -13 2946 4339 3 MP PP 2946 4339 0 0 0.562 3014 4326 0 0 0.562 2946 4339 0 0 0.562 2 interp_poly 3014 4326 0 0 0.562 2974 4302 0 0 0.562 3014 4326 0 0 0.562 2 interp_poly 68 -14 -40 -24 2983 4525 3 MP PP 2983 4525 0 0 0.562 2943 4501 0 0 0.562 2983 4525 0 0 0.562 2 interp_poly 2943 4501 0 0 0.562 3011 4487 0 0 0.562 2943 4501 0 0 0.562 2 interp_poly -40 -24 68 -14 2943 4501 3 MP PP 2943 4501 0 0 0.562 3011 4487 0 0 0.562 2943 4501 0 0 0.562 2 interp_poly 3011 4487 0 0 0.562 2971 4463 0 0 0.562 3011 4487 0 0 0.562 2 interp_poly -40 -24 68 -14 2824 3175 3 MP PP 2824 3175 0 0 0.562 2892 3161 0 0 0.562 2824 3175 0 0 0.562 2 interp_poly 2892 3161 0 0 0.562 2852 3137 0 0 0.562 2892 3161 0 0 0.562 2 interp_poly 68 -14 -40 -24 2864 3199 3 MP PP 2864 3199 0 0 0.562 2824 3175 0 0 0.562 2864 3199 0 0 0.562 2 interp_poly 2824 3175 0 0 0.562 2892 3161 0 0 0.562 2824 3175 0 0 0.562 2 interp_poly -40 -25 68 -13 2840 3075 3 MP PP 2840 3075 0 0 0.562 2908 3062 0 0 0.562 2840 3075 0 0 0.562 2 interp_poly 2908 3062 0 0 0.562 2868 3037 0 0 0.562 2908 3062 0 0 0.562 2 interp_poly 68 -13 -40 -24 2880 3099 3 MP PP 2880 3099 0 0 0.562 2840 3075 0 0 0.562 2880 3099 0 0 0.562 2 interp_poly 2840 3075 0 0 0.562 2908 3062 0 0 0.562 2840 3075 0 0 0.562 2 interp_poly -40 -24 68 -14 2852 3137 3 MP PP 2852 3137 0 0 0.562 2920 3123 0 0 0.562 2852 3137 0 0 0.562 2 interp_poly 2920 3123 0 0 0.562 2880 3099 0 0 0.562 2920 3123 0 0 0.562 2 interp_poly 68 -14 -40 -24 2892 3161 3 MP PP 2892 3161 0 0 0.562 2852 3137 0 0 0.562 2892 3161 0 0 0.562 2 interp_poly 2852 3137 0 0 0.562 2920 3123 0 0 0.562 2852 3137 0 0 0.562 2 interp_poly -40 -24 68 -14 2864 3199 3 MP PP 2864 3199 0 0 0.562 2932 3185 0 0 0.562 2864 3199 0 0 0.562 2 interp_poly 2932 3185 0 0 0.562 2892 3161 0 0 0.562 2932 3185 0 0 0.562 2 interp_poly 68 -13 -40 -25 2908 3062 3 MP PP 2908 3062 0 0 0.562 2868 3037 0 0 0.562 2908 3062 0 0 0.562 2 interp_poly 2868 3037 0 0 0.562 2936 3024 0 0 0.562 2868 3037 0 0 0.562 2 interp_poly 67 -103 -40 688 2918 2505 3 MP PP 2918 2505 0.75 1 0.312 2878 3193 0 0.562 1 2918 2505 0.75 1 0.312 2 interp_poly 2878 3193 0 0.562 1 2945 3090 0 0.75 1 2878 3193 0 0.562 1 2 interp_poly -40 -24 68 -13 2901 3384 3 MP PP 2901 3384 0 0 0.562 2969 3371 0 0 0.562 2901 3384 0 0 0.562 2 interp_poly 2969 3371 0 0 0.562 2929 3347 0 0 0.562 2969 3371 0 0 0.562 2 interp_poly 68 -13 -40 -25 2941 3409 3 MP PP 2941 3409 0 0 0.562 2901 3384 0 0 0.562 2941 3409 0 0 0.562 2 interp_poly 2901 3384 0 0 0.562 2969 3371 0 0 0.562 2901 3384 0 0 0.562 2 interp_poly -40 -24 68 -14 2857 3522 3 MP PP 2857 3522 0 0 0.562 2925 3508 0 0 0.562 2857 3522 0 0 0.562 2 interp_poly 2925 3508 0 0 0.562 2885 3484 0 0 0.562 2925 3508 0 0 0.562 2 interp_poly 68 -14 -40 -23 2897 3545 3 MP PP 2897 3545 0 0 0.562 2857 3522 0 0 0.562 2897 3545 0 0 0.562 2 interp_poly 2857 3522 0 0 0.562 2925 3508 0 0 0.562 2857 3522 0 0 0.562 2 interp_poly -40 -24 68 -13 2869 3582 3 MP PP 2869 3582 0 0 0.562 2937 3569 0 0 0.562 2869 3582 0 0 0.562 2 interp_poly 2937 3569 0 0 0.562 2897 3545 0 0 0.562 2937 3569 0 0 0.562 2 interp_poly 68 -13 -40 -22 2909 3604 3 MP PP 2909 3604 0 0 0.562 2869 3582 0 0 0.562 2909 3604 0 0 0.562 2 interp_poly 2869 3582 0 0 0.562 2937 3569 0 0 0.562 2869 3582 0 0 0.562 2 interp_poly -40 -24 68 -14 2885 3484 3 MP PP 2885 3484 0 0 0.562 2953 3470 0 0 0.562 2885 3484 0 0 0.562 2 interp_poly 2953 3470 0 0 0.562 2913 3446 0 0 0.562 2953 3470 0 0 0.562 2 interp_poly 68 -14 -40 -24 2925 3508 3 MP PP 2925 3508 0 0 0.562 2885 3484 0 0 0.562 2925 3508 0 0 0.562 2 interp_poly 2885 3484 0 0 0.562 2953 3470 0 0 0.562 2885 3484 0 0 0.562 2 interp_poly -40 181 68 -60 2905 3482 3 MP PP 2905 3482 0 0 1 2973 3422 0 0.125 1 2905 3482 0 0 1 2 interp_poly 2973 3422 0 0.125 1 2933 3603 0 0 0.75 2973 3422 0 0.125 1 2 interp_poly -40 -24 68 -14 2845 3460 3 MP PP 2845 3460 0 0 0.562 2913 3446 0 0 0.562 2845 3460 0 0 0.562 2 interp_poly 2913 3446 0 0 0.562 2873 3422 0 0 0.562 2913 3446 0 0 0.562 2 interp_poly 68 -14 -40 -24 2885 3484 3 MP PP 2885 3484 0 0 0.562 2845 3460 0 0 0.562 2885 3484 0 0 0.562 2 interp_poly 2845 3460 0 0 0.562 2913 3446 0 0 0.562 2845 3460 0 0 0.562 2 interp_poly -40 -24 68 -13 2861 3360 3 MP PP 2861 3360 0 0 0.562 2929 3347 0 0 0.562 2861 3360 0 0 0.562 2 interp_poly 2929 3347 0 0 0.562 2889 3323 0 0 0.562 2929 3347 0 0 0.562 2 interp_poly 68 -13 -40 -24 2901 3384 3 MP PP 2901 3384 0 0 0.562 2861 3360 0 0 0.562 2901 3384 0 0 0.562 2 interp_poly 2861 3360 0 0 0.562 2929 3347 0 0 0.562 2861 3360 0 0 0.562 2 interp_poly -40 -25 68 -13 2873 3422 3 MP PP 2873 3422 0 0 0.562 2941 3409 0 0 0.562 2873 3422 0 0 0.562 2 interp_poly 2941 3409 0 0 0.562 2901 3384 0 0 0.562 2941 3409 0 0 0.562 2 interp_poly 68 -13 -40 -24 2913 3446 3 MP PP 2913 3446 0 0 0.562 2873 3422 0 0 0.562 2913 3446 0 0 0.562 2 interp_poly 2873 3422 0 0 0.562 2941 3409 0 0 0.562 2873 3422 0 0 0.562 2 interp_poly -40 -24 68 -14 2876 3261 3 MP PP 2876 3261 0 0 0.562 2944 3247 0 0 0.562 2876 3261 0 0 0.562 2 interp_poly 2944 3247 0 0 0.562 2904 3223 0 0 0.562 2944 3247 0 0 0.562 2 interp_poly 68 -14 -40 -24 2916 3285 3 MP PP 2916 3285 0 0 0.562 2876 3261 0 0 0.562 2916 3285 0 0 0.562 2 interp_poly 2876 3261 0 0 0.562 2944 3247 0 0 0.562 2876 3261 0 0 0.562 2 interp_poly -40 -24 67 -14 2889 3323 3 MP PP 2889 3323 0 0 0.562 2956 3309 0 0 0.562 2889 3323 0 0 0.562 2 interp_poly 2956 3309 0 0 0.562 2916 3285 0 0 0.562 2956 3309 0 0 0.562 2 interp_poly 67 -14 -40 -24 2929 3347 3 MP PP 2929 3347 0 0 0.562 2889 3323 0 0 0.562 2929 3347 0 0 0.562 2 interp_poly 2889 3323 0 0 0.562 2956 3309 0 0 0.562 2889 3323 0 0 0.562 2 interp_poly 68 -60 -40 392 2945 3090 3 MP PP 2945 3090 0 0.75 1 2905 3482 0 0 1 2945 3090 0 0.75 1 2 interp_poly 2905 3482 0 0 1 2973 3422 0 0.125 1 2905 3482 0 0 1 2 interp_poly 68 97 -40 -561 2982 3582 3 MP PP 2982 3582 0 0.188 1 2942 3021 0.125 1 0.938 2982 3582 0 0.188 1 2 interp_poly 2942 3021 0.125 1 0.938 3010 3118 0 0.938 1 2942 3021 0.125 1 0.938 2 interp_poly -40 -842 68 97 2942 3021 3 MP PP 2942 3021 0.125 1 0.938 3010 3118 0 0.938 1 2942 3021 0.125 1 0.938 2 interp_poly 3010 3118 0 0.938 1 2970 2276 1 0.75 0 3010 3118 0 0.938 1 2 interp_poly 68 -11 -40 -33 2978 4136 3 MP PP 2978 4136 0 0 0.562 2938 4103 0 0 0.562 2978 4136 0 0 0.562 2 interp_poly 2938 4103 0 0 0.562 3006 4092 0 0 0.562 2938 4103 0 0 0.562 2 interp_poly -40 -43 68 -11 2938 4103 3 MP PP 2938 4103 0 0 0.562 3006 4092 0 0 0.562 2938 4103 0 0 0.562 2 interp_poly 3006 4092 0 0 0.562 2966 4049 0 0 0.562 3006 4092 0 0 0.562 2 interp_poly 68 -13 -40 -25 2974 4302 3 MP PP 2974 4302 0 0 0.562 2934 4277 0 0 0.562 2974 4302 0 0 0.562 2 interp_poly 2934 4277 0 0 0.562 3002 4264 0 0 0.562 2934 4277 0 0 0.562 2 interp_poly -40 -25 68 -13 2934 4277 3 MP PP 2934 4277 0 0 0.562 3002 4264 0 0 0.562 2934 4277 0 0 0.562 2 interp_poly 3002 4264 0 0 0.562 2962 4239 0 0 0.562 3002 4264 0 0 0.562 2 interp_poly 68 -14 -40 -24 2971 4463 3 MP PP 2971 4463 0 0 0.562 2931 4439 0 0 0.562 2971 4463 0 0 0.562 2 interp_poly 2931 4439 0 0 0.562 2999 4425 0 0 0.562 2931 4439 0 0 0.562 2 interp_poly -40 -24 68 -14 2931 4439 3 MP PP 2931 4439 0 0 0.562 2999 4425 0 0 0.562 2931 4439 0 0 0.562 2 interp_poly 2999 4425 0 0 0.562 2959 4401 0 0 0.562 2999 4425 0 0 0.562 2 interp_poly -40 808 68 -122 2890 1819 3 MP PP 2890 1819 1 0.0625 0 2958 1697 0.875 0 0 2890 1819 1 0.0625 0 2 interp_poly 2958 1697 0.875 0 0 2918 2505 0.75 1 0.312 2958 1697 0.875 0 0 2 interp_poly 68 -122 -40 245 2930 1574 3 MP PP 2930 1574 0.625 0 0 2890 1819 1 0.0625 0 2930 1574 0.625 0 0 2 interp_poly 2890 1819 1 0.0625 0 2958 1697 0.875 0 0 2890 1819 1 0.0625 0 2 interp_poly -40 77 68 46 2930 1574 3 MP PP 2930 1574 0.625 0 0 2998 1620 0.688 0 0 2930 1574 0.625 0 0 2 interp_poly 2998 1620 0.688 0 0 2958 1697 0.875 0 0 2998 1620 0.688 0 0 2 interp_poly 68 46 -40 -702 2970 2276 3 MP PP 2970 2276 1 0.75 0 2930 1574 0.625 0 0 2970 2276 1 0.75 0 2 interp_poly 2930 1574 0.625 0 0 2998 1620 0.688 0 0 2930 1574 0.625 0 0 2 interp_poly -40 -24 68 -13 2927 4600 3 MP PP 2927 4600 0 0 0.562 2995 4587 0 0 0.562 2927 4600 0 0 0.562 2 interp_poly 2995 4587 0 0 0.562 2955 4563 0 0 0.562 2995 4587 0 0 0.562 2 interp_poly 68 -2 -40 -74 2966 4049 3 MP PP 2966 4049 0 0 0.562 2926 3975 0 0 0.688 2966 4049 0 0 0.562 2 interp_poly 2926 3975 0 0 0.688 2994 3973 0 0 0.625 2926 3975 0 0 0.688 2 interp_poly -40 -136 68 -2 2926 3975 3 MP PP 2926 3975 0 0 0.688 2994 3973 0 0 0.625 2926 3975 0 0 0.688 2 interp_poly 2994 3973 0 0 0.625 2954 3837 0 0 0.812 2994 3973 0 0 0.625 2 interp_poly 68 -14 -40 -24 2962 4239 3 MP PP 2962 4239 0 0 0.562 2922 4215 0 0 0.562 2962 4239 0 0 0.562 2 interp_poly 2922 4215 0 0 0.562 2990 4201 0 0 0.562 2922 4215 0 0 0.562 2 interp_poly -40 -25 68 -14 2922 4215 3 MP PP 2922 4215 0 0 0.562 2990 4201 0 0 0.562 2922 4215 0 0 0.562 2 interp_poly 2990 4201 0 0 0.562 2950 4176 0 0 0.562 2990 4201 0 0 0.562 2 interp_poly 67 -14 -40 -24 2959 4401 3 MP PP 2959 4401 0 0 0.562 2919 4377 0 0 0.562 2959 4401 0 0 0.562 2 interp_poly 2919 4377 0 0 0.562 2986 4363 0 0 0.562 2919 4377 0 0 0.562 2 interp_poly -40 -24 67 -14 2919 4377 3 MP PP 2919 4377 0 0 0.562 2986 4363 0 0 0.562 2919 4377 0 0 0.562 2 interp_poly 2986 4363 0 0 0.562 2946 4339 0 0 0.562 2986 4363 0 0 0.562 2 interp_poly 68 -14 -40 -24 2955 4563 3 MP PP 2955 4563 0 0 0.562 2915 4539 0 0 0.562 2955 4563 0 0 0.562 2 interp_poly 2915 4539 0 0 0.562 2983 4525 0 0 0.562 2915 4539 0 0 0.562 2 interp_poly -40 -24 68 -14 2915 4539 3 MP PP 2915 4539 0 0 0.562 2983 4525 0 0 0.562 2915 4539 0 0 0.562 2 interp_poly 2983 4525 0 0 0.562 2943 4501 0 0 0.562 2983 4525 0 0 0.562 2 interp_poly -40 -19 68 -15 2813 3653 3 MP PP 2813 3653 0 0 0.562 2881 3638 0 0 0.562 2813 3653 0 0 0.562 2 interp_poly 2881 3638 0 0 0.562 2841 3619 0 0 0.562 2881 3638 0 0 0.562 2 interp_poly 68 -15 -40 -12 2853 3665 3 MP PP 2853 3665 0 0 0.562 2813 3653 0 0 0.562 2853 3665 0 0 0.562 2 interp_poly 2813 3653 0 0 0.562 2881 3638 0 0 0.562 2813 3653 0 0 0.562 2 interp_poly 68 -15 -40 -19 2881 3638 3 MP PP 2881 3638 0 0 0.562 2841 3619 0 0 0.562 2881 3638 0 0 0.562 2 interp_poly 2841 3619 0 0 0.562 2909 3604 0 0 0.562 2841 3619 0 0 0.562 2 interp_poly -40 -11 68 -16 2853 3665 3 MP PP 2853 3665 0 0 0.562 2921 3649 0 0 0.562 2853 3665 0 0 0.562 2 interp_poly 2921 3649 0 0 0.562 2881 3638 0 0 0.562 2921 3649 0 0 0.562 2 interp_poly 68 -16 -40 6 2893 3659 3 MP PP 2893 3659 0 0 0.625 2853 3665 0 0 0.562 2893 3659 0 0 0.625 2 interp_poly 2853 3665 0 0 0.562 2921 3649 0 0 0.562 2853 3665 0 0 0.562 2 interp_poly -40 -19 68 -15 2881 3638 3 MP PP 2881 3638 0 0 0.562 2949 3623 0 0 0.562 2881 3638 0 0 0.562 2 interp_poly 2949 3623 0 0 0.562 2909 3604 0 0 0.562 2949 3623 0 0 0.562 2 interp_poly 68 -15 -40 -11 2921 3649 3 MP PP 2921 3649 0 0 0.562 2881 3638 0 0 0.562 2921 3649 0 0 0.562 2 interp_poly 2881 3638 0 0 0.562 2949 3623 0 0 0.562 2881 3638 0 0 0.562 2 interp_poly -40 56 68 -32 2865 3635 3 MP PP 2865 3635 0 0 0.688 2933 3603 0 0 0.75 2865 3635 0 0 0.688 2 interp_poly 2933 3603 0 0 0.75 2893 3659 0 0 0.625 2933 3603 0 0 0.75 2 interp_poly -40 -23 68 -14 2829 3559 3 MP PP 2829 3559 0 0 0.562 2897 3545 0 0 0.562 2829 3559 0 0 0.562 2 interp_poly 2897 3545 0 0 0.562 2857 3522 0 0 0.562 2897 3545 0 0 0.562 2 interp_poly 68 -14 -40 -23 2869 3582 3 MP PP 2869 3582 0 0 0.562 2829 3559 0 0 0.562 2869 3582 0 0 0.562 2 interp_poly 2829 3559 0 0 0.562 2897 3545 0 0 0.562 2829 3559 0 0 0.562 2 interp_poly -40 -22 68 -15 2841 3619 3 MP PP 2841 3619 0 0 0.562 2909 3604 0 0 0.562 2841 3619 0 0 0.562 2 interp_poly 2909 3604 0 0 0.562 2869 3582 0 0 0.562 2909 3604 0 0 0.562 2 interp_poly 68 -32 -40 153 2905 3482 3 MP PP 2905 3482 0 0 1 2865 3635 0 0 0.688 2905 3482 0 0 1 2 interp_poly 2865 3635 0 0 0.688 2933 3603 0 0 0.75 2865 3635 0 0 0.688 2 interp_poly -40 12 68 -22 2893 3659 3 MP PP 2893 3659 0 0 0.625 2961 3637 0 0 0.625 2893 3659 0 0 0.625 2 interp_poly 2961 3637 0 0 0.625 2921 3649 0 0 0.562 2961 3637 0 0 0.625 2 interp_poly 68 -22 -40 56 2933 3603 3 MP PP 2933 3603 0 0 0.75 2893 3659 0 0 0.625 2933 3603 0 0 0.75 2 interp_poly 2893 3659 0 0 0.625 2961 3637 0 0 0.625 2893 3659 0 0 0.625 2 interp_poly 68 48 -40 -303 2954 3837 3 MP PP 2954 3837 0 0 0.812 2914 3534 0 0.312 1 2954 3837 0 0 0.812 2 interp_poly 2914 3534 0 0.312 1 2982 3582 0 0.188 1 2914 3534 0 0.312 1 2 interp_poly -40 -24 68 -14 2833 3398 3 MP PP 2833 3398 0 0 0.562 2901 3384 0 0 0.562 2833 3398 0 0 0.562 2 interp_poly 2901 3384 0 0 0.562 2861 3360 0 0 0.562 2901 3384 0 0 0.562 2 interp_poly 68 -14 -40 -24 2873 3422 3 MP PP 2873 3422 0 0 0.562 2833 3398 0 0 0.562 2873 3422 0 0 0.562 2 interp_poly 2833 3398 0 0 0.562 2901 3384 0 0 0.562 2833 3398 0 0 0.562 2 interp_poly -40 -24 68 -14 2836 3237 3 MP PP 2836 3237 0 0 0.562 2904 3223 0 0 0.562 2836 3237 0 0 0.562 2 interp_poly 2904 3223 0 0 0.562 2864 3199 0 0 0.562 2904 3223 0 0 0.562 2 interp_poly 68 -14 -40 -24 2876 3261 3 MP PP 2876 3261 0 0 0.562 2836 3237 0 0 0.562 2876 3261 0 0 0.562 2 interp_poly 2836 3237 0 0 0.562 2904 3223 0 0 0.562 2836 3237 0 0 0.562 2 interp_poly -40 -24 67 -13 2849 3298 3 MP PP 2849 3298 0 0 0.562 2916 3285 0 0 0.562 2849 3298 0 0 0.562 2 interp_poly 2916 3285 0 0 0.562 2876 3261 0 0 0.562 2916 3285 0 0 0.562 2 interp_poly 67 -13 -40 -25 2889 3323 3 MP PP 2889 3323 0 0 0.562 2849 3298 0 0 0.562 2889 3323 0 0 0.562 2 interp_poly 2849 3298 0 0 0.562 2916 3285 0 0 0.562 2849 3298 0 0 0.562 2 interp_poly 68 -14 -40 -24 2904 3223 3 MP PP 2904 3223 0 0 0.562 2864 3199 0 0 0.562 2904 3223 0 0 0.562 2 interp_poly 2864 3199 0 0 0.562 2932 3185 0 0 0.562 2864 3199 0 0 0.562 2 interp_poly -40 392 67 -103 2878 3193 3 MP PP 2878 3193 0 0.562 1 2945 3090 0 0.75 1 2878 3193 0 0.562 1 2 interp_poly 2945 3090 0 0.75 1 2905 3482 0 0 1 2945 3090 0 0.75 1 2 interp_poly -40 -561 68 48 2914 3534 3 MP PP 2914 3534 0 0.312 1 2982 3582 0 0.188 1 2914 3534 0 0.312 1 2 interp_poly 2982 3582 0 0.188 1 2942 3021 0.125 1 0.938 2982 3582 0 0.188 1 2 interp_poly 68 -12 -40 -28 2950 4176 3 MP PP 2950 4176 0 0 0.562 2910 4148 0 0 0.562 2950 4176 0 0 0.562 2 interp_poly 2910 4148 0 0 0.562 2978 4136 0 0 0.562 2910 4148 0 0 0.562 2 interp_poly -40 -33 68 -12 2910 4148 3 MP PP 2910 4148 0 0 0.562 2978 4136 0 0 0.562 2910 4148 0 0 0.562 2 interp_poly 2978 4136 0 0 0.562 2938 4103 0 0 0.562 2978 4136 0 0 0.562 2 interp_poly 68 -13 -40 -24 2946 4339 3 MP PP 2946 4339 0 0 0.562 2906 4315 0 0 0.562 2946 4339 0 0 0.562 2 interp_poly 2906 4315 0 0 0.562 2974 4302 0 0 0.562 2906 4315 0 0 0.562 2 interp_poly -40 -25 68 -13 2906 4315 3 MP PP 2906 4315 0 0 0.562 2974 4302 0 0 0.562 2906 4315 0 0 0.562 2 interp_poly 2974 4302 0 0 0.562 2934 4277 0 0 0.562 2974 4302 0 0 0.562 2 interp_poly 68 -14 -40 -24 2943 4501 3 MP PP 2943 4501 0 0 0.562 2903 4477 0 0 0.562 2943 4501 0 0 0.562 2 interp_poly 2903 4477 0 0 0.562 2971 4463 0 0 0.562 2903 4477 0 0 0.562 2 interp_poly -40 -24 68 -14 2903 4477 3 MP PP 2903 4477 0 0 0.562 2971 4463 0 0 0.562 2903 4477 0 0 0.562 2 interp_poly 2971 4463 0 0 0.562 2931 4439 0 0 0.562 2971 4463 0 0 0.562 2 interp_poly 68 -151 -40 837 2890 1819 3 MP PP 2890 1819 1 0.0625 0 2850 2656 0.562 1 0.5 2890 1819 1 0.0625 0 2 interp_poly 2850 2656 0.562 1 0.5 2918 2505 0.75 1 0.312 2850 2656 0.562 1 0.5 2 interp_poly 68 130 -40 -875 2942 3021 3 MP PP 2942 3021 0.125 1 0.938 2902 2146 1 0.5 0 2942 3021 0.125 1 0.938 2 interp_poly 2902 2146 1 0.5 0 2970 2276 1 0.75 0 2902 2146 1 0.5 0 2 interp_poly -40 -702 68 130 2902 2146 3 MP PP 2902 2146 1 0.5 0 2970 2276 1 0.75 0 2902 2146 1 0.5 0 2 interp_poly 2970 2276 1 0.75 0 2930 1574 0.625 0 0 2970 2276 1 0.75 0 2 interp_poly 68 -9 -40 -45 2938 4103 3 MP PP 2938 4103 0 0 0.562 2898 4058 0 0 0.562 2938 4103 0 0 0.562 2 interp_poly 2898 4058 0 0 0.562 2966 4049 0 0 0.562 2898 4058 0 0 0.562 2 interp_poly -40 -74 68 -9 2898 4058 3 MP PP 2898 4058 0 0 0.562 2966 4049 0 0 0.562 2898 4058 0 0 0.562 2 interp_poly 2966 4049 0 0 0.562 2926 3975 0 0 0.688 2966 4049 0 0 0.562 2 interp_poly 68 -14 -40 -24 2934 4277 3 MP PP 2934 4277 0 0 0.562 2894 4253 0 0 0.562 2934 4277 0 0 0.562 2 interp_poly 2894 4253 0 0 0.562 2962 4239 0 0 0.562 2894 4253 0 0 0.562 2 interp_poly -40 -24 68 -14 2894 4253 3 MP PP 2894 4253 0 0 0.562 2962 4239 0 0 0.562 2894 4253 0 0 0.562 2 interp_poly 2962 4239 0 0 0.562 2922 4215 0 0 0.562 2962 4239 0 0 0.562 2 interp_poly 68 -14 -40 -24 2931 4439 3 MP PP 2931 4439 0 0 0.562 2891 4415 0 0 0.562 2931 4439 0 0 0.562 2 interp_poly 2891 4415 0 0 0.562 2959 4401 0 0 0.562 2891 4415 0 0 0.562 2 interp_poly -40 -24 68 -14 2891 4415 3 MP PP 2891 4415 0 0 0.562 2959 4401 0 0 0.562 2891 4415 0 0 0.562 2 interp_poly 2959 4401 0 0 0.562 2919 4377 0 0 0.562 2959 4401 0 0 0.562 2 interp_poly 68 -13 -40 -24 2927 4600 3 MP PP 2927 4600 0 0 0.562 2887 4576 0 0 0.562 2927 4600 0 0 0.562 2 interp_poly 2887 4576 0 0 0.562 2955 4563 0 0 0.562 2887 4576 0 0 0.562 2 interp_poly -40 -24 68 -13 2887 4576 3 MP PP 2887 4576 0 0 0.562 2955 4563 0 0 0.562 2887 4576 0 0 0.562 2 interp_poly 2955 4563 0 0 0.562 2915 4539 0 0 0.562 2955 4563 0 0 0.562 2 interp_poly 68 16 -40 -154 2926 3975 3 MP PP 2926 3975 0 0 0.688 2886 3821 0 0 0.875 2926 3975 0 0 0.688 2 interp_poly 2886 3821 0 0 0.875 2954 3837 0 0 0.812 2886 3821 0 0 0.875 2 interp_poly -40 -303 68 16 2886 3821 3 MP PP 2886 3821 0 0 0.875 2954 3837 0 0 0.812 2886 3821 0 0 0.875 2 interp_poly 2954 3837 0 0 0.812 2914 3534 0 0.312 1 2954 3837 0 0 0.812 2 interp_poly 68 -13 -40 -26 2922 4215 3 MP PP 2922 4215 0 0 0.562 2882 4189 0 0 0.562 2922 4215 0 0 0.562 2 interp_poly 2882 4189 0 0 0.562 2950 4176 0 0 0.562 2882 4189 0 0 0.562 2 interp_poly -40 -28 68 -13 2882 4189 3 MP PP 2882 4189 0 0 0.562 2950 4176 0 0 0.562 2882 4189 0 0 0.562 2 interp_poly 2950 4176 0 0 0.562 2910 4148 0 0 0.562 2950 4176 0 0 0.562 2 interp_poly 67 -14 -40 -24 2919 4377 3 MP PP 2919 4377 0 0 0.562 2879 4353 0 0 0.562 2919 4377 0 0 0.562 2 interp_poly 2879 4353 0 0 0.562 2946 4339 0 0 0.562 2879 4353 0 0 0.562 2 interp_poly -40 -24 67 -14 2879 4353 3 MP PP 2879 4353 0 0 0.562 2946 4339 0 0 0.562 2879 4353 0 0 0.562 2 interp_poly 2946 4339 0 0 0.562 2906 4315 0 0 0.562 2946 4339 0 0 0.562 2 interp_poly 68 -13 -40 -25 2915 4539 3 MP PP 2915 4539 0 0 0.562 2875 4514 0 0 0.562 2915 4539 0 0 0.562 2 interp_poly 2875 4514 0 0 0.562 2943 4501 0 0 0.562 2875 4514 0 0 0.562 2 interp_poly -40 -24 68 -13 2875 4514 3 MP PP 2875 4514 0 0 0.562 2943 4501 0 0 0.562 2875 4514 0 0 0.562 2 interp_poly 2943 4501 0 0 0.562 2903 4477 0 0 0.562 2943 4501 0 0 0.562 2 interp_poly -40 -24 68 -14 2812 3113 3 MP PP 2812 3113 0 0 0.562 2880 3099 0 0 0.562 2812 3113 0 0 0.562 2 interp_poly 2880 3099 0 0 0.562 2840 3075 0 0 0.562 2880 3099 0 0 0.562 2 interp_poly 68 -14 -40 -24 2852 3137 3 MP PP 2852 3137 0 0 0.562 2812 3113 0 0 0.562 2852 3137 0 0 0.562 2 interp_poly 2812 3113 0 0 0.562 2880 3099 0 0 0.562 2812 3113 0 0 0.562 2 interp_poly -40 688 68 -151 2850 2656 3 MP PP 2850 2656 0.562 1 0.5 2918 2505 0.75 1 0.312 2850 2656 0.562 1 0.5 2 interp_poly 2918 2505 0.75 1 0.312 2878 3193 0 0.562 1 2918 2505 0.75 1 0.312 2 interp_poly 68 108 -40 -621 2914 3534 3 MP PP 2914 3534 0 0.312 1 2874 2913 0.312 1 0.75 2914 3534 0 0.312 1 2 interp_poly 2874 2913 0.312 1 0.75 2942 3021 0.125 1 0.938 2874 2913 0.312 1 0.75 2 interp_poly -40 -875 68 108 2874 2913 3 MP PP 2874 2913 0.312 1 0.75 2942 3021 0.125 1 0.938 2874 2913 0.312 1 0.75 2 interp_poly 2942 3021 0.125 1 0.938 2902 2146 1 0.5 0 2942 3021 0.125 1 0.938 2 interp_poly 68 -12 -40 -33 2910 4148 3 MP PP 2910 4148 0 0 0.562 2870 4115 0 0 0.562 2910 4148 0 0 0.562 2 interp_poly 2870 4115 0 0 0.562 2938 4103 0 0 0.562 2870 4115 0 0 0.562 2 interp_poly -40 -45 68 -12 2870 4115 3 MP PP 2870 4115 0 0 0.562 2938 4103 0 0 0.562 2870 4115 0 0 0.562 2 interp_poly 2938 4103 0 0 0.562 2898 4058 0 0 0.562 2938 4103 0 0 0.562 2 interp_poly 68 -14 -40 -24 2906 4315 3 MP PP 2906 4315 0 0 0.562 2866 4291 0 0 0.562 2906 4315 0 0 0.562 2 interp_poly 2866 4291 0 0 0.562 2934 4277 0 0 0.562 2866 4291 0 0 0.562 2 interp_poly -40 -24 68 -14 2866 4291 3 MP PP 2866 4291 0 0 0.562 2934 4277 0 0 0.562 2866 4291 0 0 0.562 2 interp_poly 2934 4277 0 0 0.562 2894 4253 0 0 0.562 2934 4277 0 0 0.562 2 interp_poly 68 -14 -40 -24 2903 4477 3 MP PP 2903 4477 0 0 0.562 2863 4453 0 0 0.562 2903 4477 0 0 0.562 2 interp_poly 2863 4453 0 0 0.562 2931 4439 0 0 0.562 2863 4453 0 0 0.562 2 interp_poly -40 -24 68 -14 2863 4453 3 MP PP 2863 4453 0 0 0.562 2931 4439 0 0 0.562 2863 4453 0 0 0.562 2 interp_poly 2931 4439 0 0 0.562 2891 4415 0 0 0.562 2931 4439 0 0 0.562 2 interp_poly -40 837 68 -139 2822 1958 3 MP PP 2822 1958 1 0.25 0 2890 1819 1 0.0625 0 2822 1958 1 0.25 0 2 interp_poly 2890 1819 1 0.0625 0 2850 2656 0.562 1 0.5 2890 1819 1 0.0625 0 2 interp_poly 68 -139 -40 400 2862 1558 3 MP PP 2862 1558 0.562 0 0 2822 1958 1 0.25 0 2862 1558 0.562 0 0 2 interp_poly 2822 1958 1 0.25 0 2890 1819 1 0.0625 0 2822 1958 1 0.25 0 2 interp_poly -40 245 68 16 2862 1558 3 MP PP 2862 1558 0.562 0 0 2930 1574 0.625 0 0 2862 1558 0.562 0 0 2 interp_poly 2930 1574 0.625 0 0 2890 1819 1 0.0625 0 2930 1574 0.625 0 0 2 interp_poly 68 16 -40 -588 2902 2146 3 MP PP 2902 2146 1 0.5 0 2862 1558 0.562 0 0 2902 2146 1 0.5 0 2 interp_poly 2862 1558 0.562 0 0 2930 1574 0.625 0 0 2862 1558 0.562 0 0 2 interp_poly -40 -24 68 -14 2859 4614 3 MP PP 2859 4614 0 0 0.562 2927 4600 0 0 0.562 2859 4614 0 0 0.562 2 interp_poly 2927 4600 0 0 0.562 2887 4576 0 0 0.562 2927 4600 0 0 0.562 2 interp_poly 68 0 -40 -83 2898 4058 3 MP PP 2898 4058 0 0 0.562 2858 3975 0 0 0.688 2898 4058 0 0 0.562 2 interp_poly 2858 3975 0 0 0.688 2926 3975 0 0 0.688 2858 3975 0 0 0.688 2 interp_poly -40 -154 68 0 2858 3975 3 MP PP 2858 3975 0 0 0.688 2926 3975 0 0 0.688 2858 3975 0 0 0.688 2 interp_poly 2926 3975 0 0 0.688 2886 3821 0 0 0.875 2926 3975 0 0 0.688 2 interp_poly 68 -13 -40 -25 2894 4253 3 MP PP 2894 4253 0 0 0.562 2854 4228 0 0 0.562 2894 4253 0 0 0.562 2 interp_poly 2854 4228 0 0 0.562 2922 4215 0 0 0.562 2854 4228 0 0 0.562 2 interp_poly -40 -26 68 -13 2854 4228 3 MP PP 2854 4228 0 0 0.562 2922 4215 0 0 0.562 2854 4228 0 0 0.562 2 interp_poly 2922 4215 0 0 0.562 2882 4189 0 0 0.562 2922 4215 0 0 0.562 2 interp_poly 68 -14 -40 -24 2891 4415 3 MP PP 2891 4415 0 0 0.562 2851 4391 0 0 0.562 2891 4415 0 0 0.562 2 interp_poly 2851 4391 0 0 0.562 2919 4377 0 0 0.562 2851 4391 0 0 0.562 2 interp_poly -40 -24 68 -14 2851 4391 3 MP PP 2851 4391 0 0 0.562 2919 4377 0 0 0.562 2851 4391 0 0 0.562 2 interp_poly 2919 4377 0 0 0.562 2879 4353 0 0 0.562 2919 4377 0 0 0.562 2 interp_poly 68 -13 -40 -24 2887 4576 3 MP PP 2887 4576 0 0 0.562 2847 4552 0 0 0.562 2887 4576 0 0 0.562 2 interp_poly 2847 4552 0 0 0.562 2915 4539 0 0 0.562 2847 4552 0 0 0.562 2 interp_poly -40 -25 68 -13 2847 4552 3 MP PP 2847 4552 0 0 0.562 2915 4539 0 0 0.562 2847 4552 0 0 0.562 2 interp_poly 2915 4539 0 0 0.562 2875 4514 0 0 0.562 2915 4539 0 0 0.562 2 interp_poly -40 -24 68 -13 2789 3535 3 MP PP 2789 3535 0 0 0.562 2857 3522 0 0 0.562 2789 3535 0 0 0.562 2 interp_poly 2857 3522 0 0 0.562 2817 3498 0 0 0.562 2857 3522 0 0 0.562 2 interp_poly 68 -13 -40 -24 2829 3559 3 MP PP 2829 3559 0 0 0.562 2789 3535 0 0 0.562 2829 3559 0 0 0.562 2 interp_poly 2789 3535 0 0 0.562 2857 3522 0 0 0.562 2789 3535 0 0 0.562 2 interp_poly 68 -14 -40 -15 2785 3682 3 MP PP 2785 3682 0 0 0.562 2745 3667 0 0 0.562 2785 3682 0 0 0.562 2 interp_poly 2745 3667 0 0 0.562 2813 3653 0 0 0.562 2745 3667 0 0 0.562 2 interp_poly -40 -12 68 -17 2785 3682 3 MP PP 2785 3682 0 0 0.562 2853 3665 0 0 0.562 2785 3682 0 0 0.562 2 interp_poly 2853 3665 0 0 0.562 2813 3653 0 0 0.562 2853 3665 0 0 0.562 2 interp_poly 68 -17 -40 2 2825 3680 3 MP PP 2825 3680 0 0 0.625 2785 3682 0 0 0.562 2825 3680 0 0 0.625 2 interp_poly 2785 3682 0 0 0.562 2853 3665 0 0 0.562 2785 3682 0 0 0.562 2 interp_poly -40 45 67 -30 2798 3665 3 MP PP 2798 3665 0 0 0.688 2865 3635 0 0 0.688 2798 3665 0 0 0.688 2 interp_poly 2865 3635 0 0 0.688 2825 3680 0 0 0.625 2865 3635 0 0 0.688 2 interp_poly -40 -20 68 -14 2745 3667 3 MP PP 2745 3667 0 0 0.562 2813 3653 0 0 0.562 2745 3667 0 0 0.562 2 interp_poly 2813 3653 0 0 0.562 2773 3633 0 0 0.562 2813 3653 0 0 0.562 2 interp_poly -40 -23 68 -14 2773 3633 3 MP PP 2773 3633 0 0 0.562 2841 3619 0 0 0.562 2773 3633 0 0 0.562 2 interp_poly 2841 3619 0 0 0.562 2801 3596 0 0 0.562 2841 3619 0 0 0.562 2 interp_poly 68 -14 -40 -20 2813 3653 3 MP PP 2813 3653 0 0 0.562 2773 3633 0 0 0.562 2813 3653 0 0 0.562 2 interp_poly 2773 3633 0 0 0.562 2841 3619 0 0 0.562 2773 3633 0 0 0.562 2 interp_poly -40 -23 68 -14 2801 3596 3 MP PP 2801 3596 0 0 0.562 2869 3582 0 0 0.562 2801 3596 0 0 0.562 2 interp_poly 2869 3582 0 0 0.562 2829 3559 0 0 0.562 2869 3582 0 0 0.562 2 interp_poly 68 -14 -40 -23 2841 3619 3 MP PP 2841 3619 0 0 0.562 2801 3596 0 0 0.562 2841 3619 0 0 0.562 2 interp_poly 2801 3596 0 0 0.562 2869 3582 0 0 0.562 2801 3596 0 0 0.562 2 interp_poly 67 -30 -40 130 2838 3535 3 MP PP 2838 3535 0 0 0.938 2798 3665 0 0 0.688 2838 3535 0 0 0.938 2 interp_poly 2798 3665 0 0 0.688 2865 3635 0 0 0.688 2798 3665 0 0 0.688 2 interp_poly -40 -24 68 -14 2817 3498 3 MP PP 2817 3498 0 0 0.562 2885 3484 0 0 0.562 2817 3498 0 0 0.562 2 interp_poly 2885 3484 0 0 0.562 2845 3460 0 0 0.562 2885 3484 0 0 0.562 2 interp_poly 68 -14 -40 -24 2857 3522 3 MP PP 2857 3522 0 0 0.562 2817 3498 0 0 0.562 2857 3522 0 0 0.562 2 interp_poly 2817 3498 0 0 0.562 2885 3484 0 0 0.562 2817 3498 0 0 0.562 2 interp_poly -40 6 68 -21 2825 3680 3 MP PP 2825 3680 0 0 0.625 2893 3659 0 0 0.625 2825 3680 0 0 0.625 2 interp_poly 2893 3659 0 0 0.625 2853 3665 0 0 0.562 2893 3659 0 0 0.625 2 interp_poly 68 -21 -40 45 2865 3635 3 MP PP 2865 3635 0 0 0.688 2825 3680 0 0 0.625 2865 3635 0 0 0.688 2 interp_poly 2825 3680 0 0 0.625 2893 3659 0 0 0.625 2825 3680 0 0 0.625 2 interp_poly -40 153 67 -53 2838 3535 3 MP PP 2838 3535 0 0 0.938 2905 3482 0 0 1 2838 3535 0 0 0.938 2 interp_poly 2905 3482 0 0 1 2865 3635 0 0 0.688 2905 3482 0 0 1 2 interp_poly -40 -24 68 -14 2793 3374 3 MP PP 2793 3374 0 0 0.562 2861 3360 0 0 0.562 2793 3374 0 0 0.562 2 interp_poly 2861 3360 0 0 0.562 2821 3336 0 0 0.562 2861 3360 0 0 0.562 2 interp_poly 68 -14 -40 -24 2833 3398 3 MP PP 2833 3398 0 0 0.562 2793 3374 0 0 0.562 2833 3398 0 0 0.562 2 interp_poly 2793 3374 0 0 0.562 2861 3360 0 0 0.562 2793 3374 0 0 0.562 2 interp_poly -40 -24 68 -14 2805 3436 3 MP PP 2805 3436 0 0 0.562 2873 3422 0 0 0.562 2805 3436 0 0 0.562 2 interp_poly 2873 3422 0 0 0.562 2833 3398 0 0 0.562 2873 3422 0 0 0.562 2 interp_poly 68 -14 -40 -24 2845 3460 3 MP PP 2845 3460 0 0 0.562 2805 3436 0 0 0.562 2845 3460 0 0 0.562 2 interp_poly 2805 3436 0 0 0.562 2873 3422 0 0 0.562 2805 3436 0 0 0.562 2 interp_poly -40 -24 67 -13 2809 3274 3 MP PP 2809 3274 0 0 0.562 2876 3261 0 0 0.562 2809 3274 0 0 0.562 2 interp_poly 2876 3261 0 0 0.562 2836 3237 0 0 0.562 2876 3261 0 0 0.562 2 interp_poly 67 -13 -40 -24 2849 3298 3 MP PP 2849 3298 0 0 0.562 2809 3274 0 0 0.562 2849 3298 0 0 0.562 2 interp_poly 2809 3274 0 0 0.562 2876 3261 0 0 0.562 2809 3274 0 0 0.562 2 interp_poly -40 -25 68 -13 2821 3336 3 MP PP 2821 3336 0 0 0.562 2889 3323 0 0 0.562 2821 3336 0 0 0.562 2 interp_poly 2889 3323 0 0 0.562 2849 3298 0 0 0.562 2889 3323 0 0 0.562 2 interp_poly 68 -13 -40 -24 2861 3360 3 MP PP 2861 3360 0 0 0.562 2821 3336 0 0 0.562 2861 3360 0 0 0.562 2 interp_poly 2821 3336 0 0 0.562 2889 3323 0 0 0.562 2821 3336 0 0 0.562 2 interp_poly 67 -53 -40 342 2878 3193 3 MP PP 2878 3193 0 0.562 1 2838 3535 0 0 0.938 2878 3193 0 0.562 1 2 interp_poly 2838 3535 0 0 0.938 2905 3482 0 0 1 2838 3535 0 0 0.938 2 interp_poly 68 57 -40 -344 2886 3821 3 MP PP 2886 3821 0 0 0.875 2846 3477 0 0.438 1 2886 3821 0 0 0.875 2 interp_poly 2846 3477 0 0.438 1 2914 3534 0 0.312 1 2846 3477 0 0.438 1 2 interp_poly -40 -24 68 -14 2796 3213 3 MP PP 2796 3213 0 0 0.562 2864 3199 0 0 0.562 2796 3213 0 0 0.562 2 interp_poly 2864 3199 0 0 0.562 2824 3175 0 0 0.562 2864 3199 0 0 0.562 2 interp_poly 68 -14 -40 -24 2836 3237 3 MP PP 2836 3237 0 0 0.562 2796 3213 0 0 0.562 2836 3237 0 0 0.562 2 interp_poly 2796 3213 0 0 0.562 2864 3199 0 0 0.562 2796 3213 0 0 0.562 2 interp_poly 68 -14 -40 -24 2840 3075 3 MP PP 2840 3075 0 0 0.562 2800 3051 0 0 0.562 2840 3075 0 0 0.562 2 interp_poly 2800 3051 0 0 0.562 2868 3037 0 0 0.562 2800 3051 0 0 0.562 2 interp_poly -40 -24 68 -14 2753 3350 3 MP PP 2753 3350 0 0 0.562 2821 3336 0 0 0.562 2753 3350 0 0 0.562 2 interp_poly 2821 3336 0 0 0.562 2781 3312 0 0 0.562 2821 3336 0 0 0.562 2 interp_poly 68 -14 -40 -24 2793 3374 3 MP PP 2793 3374 0 0 0.562 2753 3350 0 0 0.562 2793 3374 0 0 0.562 2 interp_poly 2753 3350 0 0 0.562 2821 3336 0 0 0.562 2753 3350 0 0 0.562 2 interp_poly -40 -24 68 -14 2765 3412 3 MP PP 2765 3412 0 0 0.562 2833 3398 0 0 0.562 2765 3412 0 0 0.562 2 interp_poly 2833 3398 0 0 0.562 2793 3374 0 0 0.562 2833 3398 0 0 0.562 2 interp_poly 68 -14 -40 -24 2805 3436 3 MP PP 2805 3436 0 0 0.562 2765 3412 0 0 0.562 2805 3436 0 0 0.562 2 interp_poly 2765 3412 0 0 0.562 2833 3398 0 0 0.562 2765 3412 0 0 0.562 2 interp_poly -40 -24 68 -14 2777 3474 3 MP PP 2777 3474 0 0 0.562 2845 3460 0 0 0.562 2777 3474 0 0 0.562 2 interp_poly 2845 3460 0 0 0.562 2805 3436 0 0 0.562 2845 3460 0 0 0.562 2 interp_poly 68 -14 -40 -24 2817 3498 3 MP PP 2817 3498 0 0 0.562 2777 3474 0 0 0.562 2817 3498 0 0 0.562 2 interp_poly 2777 3474 0 0 0.562 2845 3460 0 0 0.562 2777 3474 0 0 0.562 2 interp_poly -40 -24 68 -14 2781 3312 3 MP PP 2781 3312 0 0 0.562 2849 3298 0 0 0.562 2781 3312 0 0 0.562 2 interp_poly 2849 3298 0 0 0.562 2809 3274 0 0 0.562 2849 3298 0 0 0.562 2 interp_poly 68 -14 -40 -24 2821 3336 3 MP PP 2821 3336 0 0 0.562 2781 3312 0 0 0.562 2821 3336 0 0 0.562 2 interp_poly 2781 3312 0 0 0.562 2849 3298 0 0 0.562 2781 3312 0 0 0.562 2 interp_poly -40 342 68 -94 2810 3287 3 MP PP 2810 3287 0 0.438 1 2878 3193 0 0.562 1 2810 3287 0 0.438 1 2 interp_poly 2878 3193 0 0.562 1 2838 3535 0 0 0.938 2878 3193 0 0.562 1 2 interp_poly -40 -24 68 -13 2756 3188 3 MP PP 2756 3188 0 0 0.562 2824 3175 0 0 0.562 2756 3188 0 0 0.562 2 interp_poly 2824 3175 0 0 0.562 2784 3151 0 0 0.562 2824 3175 0 0 0.562 2 interp_poly 68 -13 -40 -25 2796 3213 3 MP PP 2796 3213 0 0 0.562 2756 3188 0 0 0.562 2796 3213 0 0 0.562 2 interp_poly 2756 3188 0 0 0.562 2824 3175 0 0 0.562 2756 3188 0 0 0.562 2 interp_poly -40 -24 67 -13 2769 3250 3 MP PP 2769 3250 0 0 0.562 2836 3237 0 0 0.562 2769 3250 0 0 0.562 2 interp_poly 2836 3237 0 0 0.562 2796 3213 0 0 0.562 2836 3237 0 0 0.562 2 interp_poly 67 -13 -40 -24 2809 3274 3 MP PP 2809 3274 0 0 0.562 2769 3250 0 0 0.562 2809 3274 0 0 0.562 2 interp_poly 2769 3250 0 0 0.562 2836 3237 0 0 0.562 2769 3250 0 0 0.562 2 interp_poly -40 -24 68 -14 2772 3089 3 MP PP 2772 3089 0 0 0.562 2840 3075 0 0 0.562 2772 3089 0 0 0.562 2 interp_poly 2840 3075 0 0 0.562 2800 3051 0 0 0.562 2840 3075 0 0 0.562 2 interp_poly 68 -14 -40 -24 2812 3113 3 MP PP 2812 3113 0 0 0.562 2772 3089 0 0 0.562 2812 3113 0 0 0.562 2 interp_poly 2772 3089 0 0 0.562 2840 3075 0 0 0.562 2772 3089 0 0 0.562 2 interp_poly -40 -24 68 -14 2784 3151 3 MP PP 2784 3151 0 0 0.562 2852 3137 0 0 0.562 2784 3151 0 0 0.562 2 interp_poly 2852 3137 0 0 0.562 2812 3113 0 0 0.562 2852 3137 0 0 0.562 2 interp_poly 68 -14 -40 -24 2824 3175 3 MP PP 2824 3175 0 0 0.562 2784 3151 0 0 0.562 2824 3175 0 0 0.562 2 interp_poly 2784 3151 0 0 0.562 2852 3137 0 0 0.562 2784 3151 0 0 0.562 2 interp_poly 68 -94 -40 631 2850 2656 3 MP PP 2850 2656 0.562 1 0.5 2810 3287 0 0.438 1 2850 2656 0.562 1 0.5 2 interp_poly 2810 3287 0 0.438 1 2878 3193 0 0.562 1 2810 3287 0 0.438 1 2 interp_poly -40 -621 68 57 2846 3477 3 MP PP 2846 3477 0 0.438 1 2914 3534 0 0.312 1 2846 3477 0 0.438 1 2 interp_poly 2914 3534 0 0.312 1 2874 2913 0.312 1 0.75 2914 3534 0 0.312 1 2 interp_poly 68 -13 -40 -28 2882 4189 3 MP PP 2882 4189 0 0 0.562 2842 4161 0 0 0.562 2882 4189 0 0 0.562 2 interp_poly 2842 4161 0 0 0.562 2910 4148 0 0 0.562 2842 4161 0 0 0.562 2 interp_poly -40 -33 68 -13 2842 4161 3 MP PP 2842 4161 0 0 0.562 2910 4148 0 0 0.562 2842 4161 0 0 0.562 2 interp_poly 2910 4148 0 0 0.562 2870 4115 0 0 0.562 2910 4148 0 0 0.562 2 interp_poly 67 -14 -40 -24 2879 4353 3 MP PP 2879 4353 0 0 0.562 2839 4329 0 0 0.562 2879 4353 0 0 0.562 2 interp_poly 2839 4329 0 0 0.562 2906 4315 0 0 0.562 2839 4329 0 0 0.562 2 interp_poly -40 -24 67 -14 2839 4329 3 MP PP 2839 4329 0 0 0.562 2906 4315 0 0 0.562 2839 4329 0 0 0.562 2 interp_poly 2906 4315 0 0 0.562 2866 4291 0 0 0.562 2906 4315 0 0 0.562 2 interp_poly 68 -13 -40 -24 2875 4514 3 MP PP 2875 4514 0 0 0.562 2835 4490 0 0 0.562 2875 4514 0 0 0.562 2 interp_poly 2835 4490 0 0 0.562 2903 4477 0 0 0.562 2835 4490 0 0 0.562 2 interp_poly -40 -24 68 -13 2835 4490 3 MP PP 2835 4490 0 0 0.562 2903 4477 0 0 0.562 2835 4490 0 0 0.562 2 interp_poly 2903 4477 0 0 0.562 2863 4453 0 0 0.562 2903 4477 0 0 0.562 2 interp_poly 68 123 -40 -890 2874 2913 3 MP PP 2874 2913 0.312 1 0.75 2834 2023 1 0.25 0 2874 2913 0.312 1 0.75 2 interp_poly 2834 2023 1 0.25 0 2902 2146 1 0.5 0 2834 2023 1 0.25 0 2 interp_poly -40 -588 68 123 2834 2023 3 MP PP 2834 2023 1 0.25 0 2902 2146 1 0.5 0 2834 2023 1 0.25 0 2 interp_poly 2902 2146 1 0.5 0 2862 1558 0.562 0 0 2902 2146 1 0.5 0 2 interp_poly 68 -7 -40 -50 2870 4115 3 MP PP 2870 4115 0 0 0.562 2830 4065 0 0 0.625 2870 4115 0 0 0.562 2 interp_poly 2830 4065 0 0 0.625 2898 4058 0 0 0.562 2830 4065 0 0 0.625 2 interp_poly -40 -83 68 -7 2830 4065 3 MP PP 2830 4065 0 0 0.625 2898 4058 0 0 0.562 2830 4065 0 0 0.625 2 interp_poly 2898 4058 0 0 0.562 2858 3975 0 0 0.688 2898 4058 0 0 0.562 2 interp_poly 68 -14 -40 -24 2866 4291 3 MP PP 2866 4291 0 0 0.562 2826 4267 0 0 0.562 2866 4291 0 0 0.562 2 interp_poly 2826 4267 0 0 0.562 2894 4253 0 0 0.562 2826 4267 0 0 0.562 2 interp_poly -40 -25 68 -14 2826 4267 3 MP PP 2826 4267 0 0 0.562 2894 4253 0 0 0.562 2826 4267 0 0 0.562 2 interp_poly 2894 4253 0 0 0.562 2854 4228 0 0 0.562 2894 4253 0 0 0.562 2 interp_poly 68 -13 -40 -25 2863 4453 3 MP PP 2863 4453 0 0 0.562 2823 4428 0 0 0.562 2863 4453 0 0 0.562 2 interp_poly 2823 4428 0 0 0.562 2891 4415 0 0 0.562 2823 4428 0 0 0.562 2 interp_poly -40 -24 68 -13 2823 4428 3 MP PP 2823 4428 0 0 0.562 2891 4415 0 0 0.562 2823 4428 0 0 0.562 2 interp_poly 2891 4415 0 0 0.562 2851 4391 0 0 0.562 2891 4415 0 0 0.562 2 interp_poly 68 -14 -40 -24 2859 4614 3 MP PP 2859 4614 0 0 0.562 2819 4590 0 0 0.562 2859 4614 0 0 0.562 2 interp_poly 2819 4590 0 0 0.562 2887 4576 0 0 0.562 2819 4590 0 0 0.562 2 interp_poly -40 -24 68 -14 2819 4590 3 MP PP 2819 4590 0 0 0.562 2887 4576 0 0 0.562 2819 4590 0 0 0.562 2 interp_poly 2887 4576 0 0 0.562 2847 4552 0 0 0.562 2887 4576 0 0 0.562 2 interp_poly 68 21 -40 -175 2858 3975 3 MP PP 2858 3975 0 0 0.688 2818 3800 0 0 0.938 2858 3975 0 0 0.688 2 interp_poly 2818 3800 0 0 0.938 2886 3821 0 0 0.875 2818 3800 0 0 0.938 2 interp_poly -40 -344 68 21 2818 3800 3 MP PP 2818 3800 0 0 0.938 2886 3821 0 0 0.875 2818 3800 0 0 0.938 2 interp_poly 2886 3821 0 0 0.875 2846 3477 0 0.438 1 2886 3821 0 0 0.875 2 interp_poly 68 -13 -40 -26 2854 4228 3 MP PP 2854 4228 0 0 0.562 2814 4202 0 0 0.562 2854 4228 0 0 0.562 2 interp_poly 2814 4202 0 0 0.562 2882 4189 0 0 0.562 2814 4202 0 0 0.562 2 interp_poly -40 -28 68 -13 2814 4202 3 MP PP 2814 4202 0 0 0.562 2882 4189 0 0 0.562 2814 4202 0 0 0.562 2 interp_poly 2882 4189 0 0 0.562 2842 4161 0 0 0.562 2882 4189 0 0 0.562 2 interp_poly 68 -14 -40 -24 2851 4391 3 MP PP 2851 4391 0 0 0.562 2811 4367 0 0 0.562 2851 4391 0 0 0.562 2 interp_poly 2811 4367 0 0 0.562 2879 4353 0 0 0.562 2811 4367 0 0 0.562 2 interp_poly -40 -24 68 -14 2811 4367 3 MP PP 2811 4367 0 0 0.562 2879 4353 0 0 0.562 2811 4367 0 0 0.562 2 interp_poly 2879 4353 0 0 0.562 2839 4329 0 0 0.562 2879 4353 0 0 0.562 2 interp_poly 68 -14 -40 -24 2847 4552 3 MP PP 2847 4552 0 0 0.562 2807 4528 0 0 0.562 2847 4552 0 0 0.562 2 interp_poly 2807 4528 0 0 0.562 2875 4514 0 0 0.562 2807 4528 0 0 0.562 2 interp_poly -40 -24 68 -14 2807 4528 3 MP PP 2807 4528 0 0 0.562 2875 4514 0 0 0.562 2807 4528 0 0 0.562 2 interp_poly 2875 4514 0 0 0.562 2835 4490 0 0 0.562 2875 4514 0 0 0.562 2 interp_poly 68 -14 -40 -24 2772 3089 3 MP PP 2772 3089 0 0 0.562 2732 3065 0 0 0.562 2772 3089 0 0 0.562 2 interp_poly 2732 3065 0 0 0.562 2800 3051 0 0 0.562 2732 3065 0 0 0.562 2 interp_poly -40 -24 68 -14 2744 3127 3 MP PP 2744 3127 0 0 0.562 2812 3113 0 0 0.562 2744 3127 0 0 0.562 2 interp_poly 2812 3113 0 0 0.562 2772 3089 0 0 0.562 2812 3113 0 0 0.562 2 interp_poly 68 -14 -40 -24 2784 3151 3 MP PP 2784 3151 0 0 0.562 2744 3127 0 0 0.562 2784 3151 0 0 0.562 2 interp_poly 2744 3127 0 0 0.562 2812 3113 0 0 0.562 2744 3127 0 0 0.562 2 interp_poly -40 631 68 -143 2782 2799 3 MP PP 2782 2799 0.312 1 0.75 2850 2656 0.562 1 0.5 2782 2799 0.312 1 0.75 2 interp_poly 2850 2656 0.562 1 0.5 2810 3287 0 0.438 1 2850 2656 0.562 1 0.5 2 interp_poly 68 116 -40 -680 2846 3477 3 MP PP 2846 3477 0 0.438 1 2806 2797 0.562 1 0.5 2846 3477 0 0.438 1 2 interp_poly 2806 2797 0.562 1 0.5 2874 2913 0.312 1 0.75 2806 2797 0.562 1 0.5 2 interp_poly 68 -143 -40 841 2822 1958 3 MP PP 2822 1958 1 0.25 0 2782 2799 0.312 1 0.75 2822 1958 1 0.25 0 2 interp_poly 2782 2799 0.312 1 0.75 2850 2656 0.562 1 0.5 2782 2799 0.312 1 0.75 2 interp_poly -40 -890 68 116 2806 2797 3 MP PP 2806 2797 0.562 1 0.5 2874 2913 0.312 1 0.75 2806 2797 0.562 1 0.5 2 interp_poly 2874 2913 0.312 1 0.75 2834 2023 1 0.25 0 2874 2913 0.312 1 0.75 2 interp_poly 68 -11 -40 -35 2842 4161 3 MP PP 2842 4161 0 0 0.562 2802 4126 0 0 0.562 2842 4161 0 0 0.562 2 interp_poly 2802 4126 0 0 0.562 2870 4115 0 0 0.562 2802 4126 0 0 0.562 2 interp_poly -40 -50 68 -11 2802 4126 3 MP PP 2802 4126 0 0 0.562 2870 4115 0 0 0.562 2802 4126 0 0 0.562 2 interp_poly 2870 4115 0 0 0.562 2830 4065 0 0 0.625 2870 4115 0 0 0.562 2 interp_poly 67 -14 -40 -24 2839 4329 3 MP PP 2839 4329 0 0 0.562 2799 4305 0 0 0.562 2839 4329 0 0 0.562 2 interp_poly 2799 4305 0 0 0.562 2866 4291 0 0 0.562 2799 4305 0 0 0.562 2 interp_poly -40 -24 67 -14 2799 4305 3 MP PP 2799 4305 0 0 0.562 2866 4291 0 0 0.562 2799 4305 0 0 0.562 2 interp_poly 2866 4291 0 0 0.562 2826 4267 0 0 0.562 2866 4291 0 0 0.562 2 interp_poly 68 -13 -40 -24 2835 4490 3 MP PP 2835 4490 0 0 0.562 2795 4466 0 0 0.562 2835 4490 0 0 0.562 2 interp_poly 2795 4466 0 0 0.562 2863 4453 0 0 0.562 2795 4466 0 0 0.562 2 interp_poly -40 -25 68 -13 2795 4466 3 MP PP 2795 4466 0 0 0.562 2863 4453 0 0 0.562 2795 4466 0 0 0.562 2 interp_poly 2863 4453 0 0 0.562 2823 4428 0 0 0.562 2863 4453 0 0 0.562 2 interp_poly -40 400 68 -12 2794 1570 3 MP PP 2794 1570 0.562 0 0 2862 1558 0.562 0 0 2794 1570 0.562 0 0 2 interp_poly 2862 1558 0.562 0 0 2822 1958 1 0.25 0 2862 1558 0.562 0 0 2 interp_poly 68 -12 -40 -453 2834 2023 3 MP PP 2834 2023 1 0.25 0 2794 1570 0.562 0 0 2834 2023 1 0.25 0 2 interp_poly 2794 1570 0.562 0 0 2862 1558 0.562 0 0 2794 1570 0.562 0 0 2 interp_poly 68 2 -40 -92 2830 4065 3 MP PP 2830 4065 0 0 0.625 2790 3973 0 0 0.688 2830 4065 0 0 0.625 2 interp_poly 2790 3973 0 0 0.688 2858 3975 0 0 0.688 2790 3973 0 0 0.688 2 interp_poly -40 -175 68 2 2790 3973 3 MP PP 2790 3973 0 0 0.688 2858 3975 0 0 0.688 2790 3973 0 0 0.688 2 interp_poly 2858 3975 0 0 0.688 2818 3800 0 0 0.938 2858 3975 0 0 0.688 2 interp_poly 68 -14 -40 -25 2826 4267 3 MP PP 2826 4267 0 0 0.562 2786 4242 0 0 0.562 2826 4267 0 0 0.562 2 interp_poly 2786 4242 0 0 0.562 2854 4228 0 0 0.562 2786 4242 0 0 0.562 2 interp_poly -40 -26 68 -14 2786 4242 3 MP PP 2786 4242 0 0 0.562 2854 4228 0 0 0.562 2786 4242 0 0 0.562 2 interp_poly 2854 4228 0 0 0.562 2814 4202 0 0 0.562 2854 4228 0 0 0.562 2 interp_poly 68 -13 -40 -24 2823 4428 3 MP PP 2823 4428 0 0 0.562 2783 4404 0 0 0.562 2823 4428 0 0 0.562 2 interp_poly 2783 4404 0 0 0.562 2851 4391 0 0 0.562 2783 4404 0 0 0.562 2 interp_poly -40 -24 68 -13 2783 4404 3 MP PP 2783 4404 0 0 0.562 2851 4391 0 0 0.562 2783 4404 0 0 0.562 2 interp_poly 2851 4391 0 0 0.562 2811 4367 0 0 0.562 2851 4391 0 0 0.562 2 interp_poly 68 -14 -40 -24 2819 4590 3 MP PP 2819 4590 0 0 0.562 2779 4566 0 0 0.562 2819 4590 0 0 0.562 2 interp_poly 2779 4566 0 0 0.562 2847 4552 0 0 0.562 2779 4566 0 0 0.562 2 interp_poly -40 -24 68 -14 2779 4566 3 MP PP 2779 4566 0 0 0.562 2847 4552 0 0 0.562 2779 4566 0 0 0.562 2 interp_poly 2847 4552 0 0 0.562 2807 4528 0 0 0.562 2847 4552 0 0 0.562 2 interp_poly -40 -23 68 -14 2733 3610 3 MP PP 2733 3610 0 0 0.562 2801 3596 0 0 0.562 2733 3610 0 0 0.562 2 interp_poly 2801 3596 0 0 0.562 2761 3573 0 0 0.562 2801 3596 0 0 0.562 2 interp_poly 68 -14 -40 -23 2773 3633 3 MP PP 2773 3633 0 0 0.562 2733 3610 0 0 0.562 2773 3633 0 0 0.562 2 interp_poly 2733 3610 0 0 0.562 2801 3596 0 0 0.562 2733 3610 0 0 0.562 2 interp_poly -40 -24 68 -13 2737 3449 3 MP PP 2737 3449 0 0 0.562 2805 3436 0 0 0.562 2737 3449 0 0 0.562 2 interp_poly 2805 3436 0 0 0.562 2765 3412 0 0 0.562 2805 3436 0 0 0.562 2 interp_poly 68 -13 -40 -25 2777 3474 3 MP PP 2777 3474 0 0 0.562 2737 3449 0 0 0.562 2777 3474 0 0 0.562 2 interp_poly 2737 3449 0 0 0.562 2805 3436 0 0 0.562 2737 3449 0 0 0.562 2 interp_poly -40 -24 68 -13 2697 3425 3 MP PP 2697 3425 0 0 0.562 2765 3412 0 0 0.562 2697 3425 0 0 0.562 2 interp_poly 2765 3412 0 0 0.562 2725 3388 0 0 0.562 2765 3412 0 0 0.562 2 interp_poly 68 -13 -40 -24 2737 3449 3 MP PP 2737 3449 0 0 0.562 2697 3425 0 0 0.562 2737 3449 0 0 0.562 2 interp_poly 2697 3425 0 0 0.562 2765 3412 0 0 0.562 2697 3425 0 0 0.562 2 interp_poly -40 -25 68 -13 2709 3487 3 MP PP 2709 3487 0 0 0.562 2777 3474 0 0 0.562 2709 3487 0 0 0.562 2 interp_poly 2777 3474 0 0 0.562 2737 3449 0 0 0.562 2777 3474 0 0 0.562 2 interp_poly 68 -13 -40 -24 2749 3511 3 MP PP 2749 3511 0 0 0.562 2709 3487 0 0 0.562 2749 3511 0 0 0.562 2 interp_poly 2709 3487 0 0 0.562 2777 3474 0 0 0.562 2709 3487 0 0 0.562 2 interp_poly -40 -24 68 -14 2721 3549 3 MP PP 2721 3549 0 0 0.562 2789 3535 0 0 0.562 2721 3549 0 0 0.562 2 interp_poly 2789 3535 0 0 0.562 2749 3511 0 0 0.562 2789 3535 0 0 0.562 2 interp_poly 68 -14 -40 -24 2761 3573 3 MP PP 2761 3573 0 0 0.562 2721 3549 0 0 0.562 2761 3573 0 0 0.562 2 interp_poly 2721 3549 0 0 0.562 2789 3535 0 0 0.562 2721 3549 0 0 0.562 2 interp_poly -40 -24 68 -14 2725 3388 3 MP PP 2725 3388 0 0 0.562 2793 3374 0 0 0.562 2725 3388 0 0 0.562 2 interp_poly 2793 3374 0 0 0.562 2753 3350 0 0 0.562 2793 3374 0 0 0.562 2 interp_poly 68 -14 -40 -24 2765 3412 3 MP PP 2765 3412 0 0 0.562 2725 3388 0 0 0.562 2765 3412 0 0 0.562 2 interp_poly 2725 3388 0 0 0.562 2793 3374 0 0 0.562 2725 3388 0 0 0.562 2 interp_poly -40 -24 68 -13 2749 3511 3 MP PP 2749 3511 0 0 0.562 2817 3498 0 0 0.562 2749 3511 0 0 0.562 2 interp_poly 2817 3498 0 0 0.562 2777 3474 0 0 0.562 2817 3498 0 0 0.562 2 interp_poly 68 -13 -40 -24 2789 3535 3 MP PP 2789 3535 0 0 0.562 2749 3511 0 0 0.562 2789 3535 0 0 0.562 2 interp_poly 2749 3511 0 0 0.562 2817 3498 0 0 0.562 2749 3511 0 0 0.562 2 interp_poly -40 -24 68 -14 2761 3573 3 MP PP 2761 3573 0 0 0.562 2829 3559 0 0 0.562 2761 3573 0 0 0.562 2 interp_poly 2829 3559 0 0 0.562 2789 3535 0 0 0.562 2829 3559 0 0 0.562 2 interp_poly 68 -14 -40 -23 2801 3596 3 MP PP 2801 3596 0 0 0.562 2761 3573 0 0 0.562 2801 3596 0 0 0.562 2 interp_poly 2761 3573 0 0 0.562 2829 3559 0 0 0.562 2761 3573 0 0 0.562 2 interp_poly -40 297 68 -84 2742 3371 3 MP PP 2742 3371 0 0.312 1 2810 3287 0 0.438 1 2742 3371 0 0.312 1 2 interp_poly 2810 3287 0 0.438 1 2770 3584 0 0 0.875 2810 3287 0 0.438 1 2 interp_poly -40 2 67 -20 2758 3700 3 MP PP 2758 3700 0 0 0.562 2825 3680 0 0 0.625 2758 3700 0 0 0.562 2 interp_poly 2825 3680 0 0 0.625 2785 3682 0 0 0.562 2825 3680 0 0 0.625 2 interp_poly -40 -15 67 -16 2718 3698 3 MP PP 2718 3698 0 0 0.562 2785 3682 0 0 0.562 2718 3698 0 0 0.562 2 interp_poly 2785 3682 0 0 0.562 2745 3667 0 0 0.562 2785 3682 0 0 0.562 2 interp_poly 67 -16 -40 -2 2758 3700 3 MP PP 2758 3700 0 0 0.562 2718 3698 0 0 0.562 2758 3700 0 0 0.562 2 interp_poly 2718 3698 0 0 0.562 2785 3682 0 0 0.562 2718 3698 0 0 0.562 2 interp_poly 67 -20 -40 35 2798 3665 3 MP PP 2798 3665 0 0 0.688 2758 3700 0 0 0.562 2798 3665 0 0 0.688 2 interp_poly 2758 3700 0 0 0.562 2825 3680 0 0 0.625 2758 3700 0 0 0.562 2 interp_poly -40 130 68 -49 2770 3584 3 MP PP 2770 3584 0 0 0.875 2838 3535 0 0 0.938 2770 3584 0 0 0.875 2 interp_poly 2838 3535 0 0 0.938 2798 3665 0 0 0.688 2838 3535 0 0 0.938 2 interp_poly 68 -49 -40 297 2810 3287 3 MP PP 2810 3287 0 0.438 1 2770 3584 0 0 0.875 2810 3287 0 0.438 1 2 interp_poly 2770 3584 0 0 0.875 2838 3535 0 0 0.938 2770 3584 0 0 0.875 2 interp_poly 68 66 -40 -389 2818 3800 3 MP PP 2818 3800 0 0 0.938 2778 3411 0 0.562 1 2818 3800 0 0 0.938 2 interp_poly 2778 3411 0 0.562 1 2846 3477 0 0.438 1 2778 3411 0 0.562 1 2 interp_poly -40 -25 67 -13 2729 3226 3 MP PP 2729 3226 0 0 0.562 2796 3213 0 0 0.562 2729 3226 0 0 0.562 2 interp_poly 2796 3213 0 0 0.562 2756 3188 0 0 0.562 2796 3213 0 0 0.562 2 interp_poly 67 -13 -40 -24 2769 3250 3 MP PP 2769 3250 0 0 0.562 2729 3226 0 0 0.562 2769 3250 0 0 0.562 2 interp_poly 2729 3226 0 0 0.562 2796 3213 0 0 0.562 2729 3226 0 0 0.562 2 interp_poly -40 -24 68 -14 2741 3288 3 MP PP 2741 3288 0 0 0.562 2809 3274 0 0 0.562 2741 3288 0 0 0.562 2 interp_poly 2809 3274 0 0 0.562 2769 3250 0 0 0.562 2809 3274 0 0 0.562 2 interp_poly 68 -14 -40 -24 2781 3312 3 MP PP 2781 3312 0 0 0.562 2741 3288 0 0 0.562 2781 3312 0 0 0.562 2 interp_poly 2741 3288 0 0 0.562 2809 3274 0 0 0.562 2741 3288 0 0 0.562 2 interp_poly -40 -24 68 -13 2685 3363 3 MP PP 2685 3363 0 0 0.562 2753 3350 0 0 0.562 2685 3363 0 0 0.562 2 interp_poly 2753 3350 0 0 0.562 2713 3326 0 0 0.562 2753 3350 0 0 0.562 2 interp_poly 68 -13 -40 -25 2725 3388 3 MP PP 2725 3388 0 0 0.562 2685 3363 0 0 0.562 2725 3388 0 0 0.562 2 interp_poly 2685 3363 0 0 0.562 2753 3350 0 0 0.562 2685 3363 0 0 0.562 2 interp_poly -40 -24 67 -14 2689 3202 3 MP PP 2689 3202 0 0 0.562 2756 3188 0 0 0.562 2689 3202 0 0 0.562 2 interp_poly 2756 3188 0 0 0.562 2716 3164 0 0 0.562 2756 3188 0 0 0.562 2 interp_poly 67 -14 -40 -24 2729 3226 3 MP PP 2729 3226 0 0 0.562 2689 3202 0 0 0.562 2729 3226 0 0 0.562 2 interp_poly 2689 3202 0 0 0.562 2756 3188 0 0 0.562 2689 3202 0 0 0.562 2 interp_poly -40 -24 68 -14 2701 3264 3 MP PP 2701 3264 0 0 0.562 2769 3250 0 0 0.562 2701 3264 0 0 0.562 2 interp_poly 2769 3250 0 0 0.562 2729 3226 0 0 0.562 2769 3250 0 0 0.562 2 interp_poly 68 -14 -40 -24 2741 3288 3 MP PP 2741 3288 0 0 0.562 2701 3264 0 0 0.562 2741 3288 0 0 0.562 2 interp_poly 2701 3264 0 0 0.562 2769 3250 0 0 0.562 2701 3264 0 0 0.562 2 interp_poly -40 -24 68 -13 2704 3102 3 MP PP 2704 3102 0 0 0.562 2772 3089 0 0 0.562 2704 3102 0 0 0.562 2 interp_poly 2772 3089 0 0 0.562 2732 3065 0 0 0.562 2772 3089 0 0 0.562 2 interp_poly 68 -13 -40 -25 2744 3127 3 MP PP 2744 3127 0 0 0.562 2704 3102 0 0 0.562 2744 3127 0 0 0.562 2 interp_poly 2704 3102 0 0 0.562 2772 3089 0 0 0.562 2704 3102 0 0 0.562 2 interp_poly -40 -24 68 -14 2713 3326 3 MP PP 2713 3326 0 0 0.562 2781 3312 0 0 0.562 2713 3326 0 0 0.562 2 interp_poly 2781 3312 0 0 0.562 2741 3288 0 0 0.562 2781 3312 0 0 0.562 2 interp_poly 68 -14 -40 -24 2753 3350 3 MP PP 2753 3350 0 0 0.562 2713 3326 0 0 0.562 2753 3350 0 0 0.562 2 interp_poly 2713 3326 0 0 0.562 2781 3312 0 0 0.562 2713 3326 0 0 0.562 2 interp_poly -40 -24 68 -13 2716 3164 3 MP PP 2716 3164 0 0 0.562 2784 3151 0 0 0.562 2716 3164 0 0 0.562 2 interp_poly 2784 3151 0 0 0.562 2744 3127 0 0 0.562 2784 3151 0 0 0.562 2 interp_poly 68 -13 -40 -24 2756 3188 3 MP PP 2756 3188 0 0 0.562 2716 3164 0 0 0.562 2756 3188 0 0 0.562 2 interp_poly 2716 3164 0 0 0.562 2784 3151 0 0 0.562 2716 3164 0 0 0.562 2 interp_poly 68 -84 -40 572 2782 2799 3 MP PP 2782 2799 0.312 1 0.75 2742 3371 0 0.312 1 2782 2799 0.312 1 0.75 2 interp_poly 2742 3371 0 0.312 1 2810 3287 0 0.438 1 2742 3371 0 0.312 1 2 interp_poly -40 -680 68 66 2778 3411 3 MP PP 2778 3411 0 0.562 1 2846 3477 0 0.438 1 2778 3411 0 0.562 1 2 interp_poly 2846 3477 0 0.438 1 2806 2797 0.562 1 0.5 2846 3477 0 0.438 1 2 interp_poly 68 -13 -40 -28 2814 4202 3 MP PP 2814 4202 0 0 0.562 2774 4174 0 0 0.562 2814 4202 0 0 0.562 2 interp_poly 2774 4174 0 0 0.562 2842 4161 0 0 0.562 2774 4174 0 0 0.562 2 interp_poly -40 -35 68 -13 2774 4174 3 MP PP 2774 4174 0 0 0.562 2842 4161 0 0 0.562 2774 4174 0 0 0.562 2 interp_poly 2842 4161 0 0 0.562 2802 4126 0 0 0.562 2842 4161 0 0 0.562 2 interp_poly 68 -13 -40 -25 2811 4367 3 MP PP 2811 4367 0 0 0.562 2771 4342 0 0 0.562 2811 4367 0 0 0.562 2 interp_poly 2771 4342 0 0 0.562 2839 4329 0 0 0.562 2771 4342 0 0 0.562 2 interp_poly -40 -24 68 -13 2771 4342 3 MP PP 2771 4342 0 0 0.562 2839 4329 0 0 0.562 2771 4342 0 0 0.562 2 interp_poly 2839 4329 0 0 0.562 2799 4305 0 0 0.562 2839 4329 0 0 0.562 2 interp_poly 68 -14 -40 -24 2807 4528 3 MP PP 2807 4528 0 0 0.562 2767 4504 0 0 0.562 2807 4528 0 0 0.562 2 interp_poly 2767 4504 0 0 0.562 2835 4490 0 0 0.562 2767 4504 0 0 0.562 2 interp_poly -40 -24 68 -14 2767 4504 3 MP PP 2767 4504 0 0 0.562 2835 4490 0 0 0.562 2767 4504 0 0 0.562 2 interp_poly 2835 4490 0 0 0.562 2795 4466 0 0 0.562 2835 4490 0 0 0.562 2 interp_poly -40 538 68 -43 2726 1613 3 MP PP 2726 1613 0.625 0 0 2794 1570 0.562 0 0 2726 1613 0.625 0 0 2 interp_poly 2794 1570 0.562 0 0 2754 2108 1 0.5 0 2794 1570 0.562 0 0 2 interp_poly -40 841 68 -150 2754 2108 3 MP PP 2754 2108 1 0.5 0 2822 1958 1 0.25 0 2754 2108 1 0.5 0 2 interp_poly 2822 1958 1 0.25 0 2782 2799 0.312 1 0.75 2822 1958 1 0.25 0 2 interp_poly 68 -150 -40 538 2794 1570 3 MP PP 2794 1570 0.562 0 0 2754 2108 1 0.5 0 2794 1570 0.562 0 0 2 interp_poly 2754 2108 1 0.5 0 2822 1958 1 0.25 0 2754 2108 1 0.5 0 2 interp_poly 68 112 -40 -886 2806 2797 3 MP PP 2806 2797 0.562 1 0.5 2766 1911 1 0.0625 0 2806 2797 0.562 1 0.5 2 interp_poly 2766 1911 1 0.0625 0 2834 2023 1 0.25 0 2766 1911 1 0.0625 0 2 interp_poly -40 -453 68 112 2766 1911 3 MP PP 2766 1911 1 0.0625 0 2834 2023 1 0.25 0 2766 1911 1 0.0625 0 2 interp_poly 2834 2023 1 0.25 0 2794 1570 0.562 0 0 2834 2023 1 0.25 0 2 interp_poly 68 -7 -40 -54 2802 4126 3 MP PP 2802 4126 0 0 0.562 2762 4072 0 0 0.625 2802 4126 0 0 0.562 2 interp_poly 2762 4072 0 0 0.625 2830 4065 0 0 0.625 2762 4072 0 0 0.625 2 interp_poly -40 -92 68 -7 2762 4072 3 MP PP 2762 4072 0 0 0.625 2830 4065 0 0 0.625 2762 4072 0 0 0.625 2 interp_poly 2830 4065 0 0 0.625 2790 3973 0 0 0.688 2830 4065 0 0 0.625 2 interp_poly 67 -13 -40 -25 2799 4305 3 MP PP 2799 4305 0 0 0.562 2759 4280 0 0 0.562 2799 4305 0 0 0.562 2 interp_poly 2759 4280 0 0 0.562 2826 4267 0 0 0.562 2759 4280 0 0 0.562 2 interp_poly -40 -25 67 -13 2759 4280 3 MP PP 2759 4280 0 0 0.562 2826 4267 0 0 0.562 2759 4280 0 0 0.562 2 interp_poly 2826 4267 0 0 0.562 2786 4242 0 0 0.562 2826 4267 0 0 0.562 2 interp_poly 68 -14 -40 -24 2795 4466 3 MP PP 2795 4466 0 0 0.562 2755 4442 0 0 0.562 2795 4466 0 0 0.562 2 interp_poly 2755 4442 0 0 0.562 2823 4428 0 0 0.562 2755 4442 0 0 0.562 2 interp_poly -40 -24 68 -14 2755 4442 3 MP PP 2755 4442 0 0 0.562 2823 4428 0 0 0.562 2755 4442 0 0 0.562 2 interp_poly 2823 4428 0 0 0.562 2783 4404 0 0 0.562 2823 4428 0 0 0.562 2 interp_poly 68 26 -40 -199 2790 3973 3 MP PP 2790 3973 0 0 0.688 2750 3774 0 0 1 2790 3973 0 0 0.688 2 interp_poly 2750 3774 0 0 1 2818 3800 0 0 0.938 2750 3774 0 0 1 2 interp_poly -40 -2 68 -18 2690 3718 3 MP PP 2690 3718 0 0 0.562 2758 3700 0 0 0.562 2690 3718 0 0 0.562 2 interp_poly 2758 3700 0 0 0.562 2718 3698 0 0 0.562 2758 3700 0 0 0.562 2 interp_poly 68 -18 -40 26 2730 3692 3 MP PP 2730 3692 0 0 0.688 2690 3718 0 0 0.562 2730 3692 0 0 0.688 2 interp_poly 2690 3718 0 0 0.562 2758 3700 0 0 0.562 2690 3718 0 0 0.562 2 interp_poly -40 -24 68 -14 2665 3624 3 MP PP 2665 3624 0 0 0.562 2733 3610 0 0 0.562 2665 3624 0 0 0.562 2 interp_poly 2733 3610 0 0 0.562 2693 3586 0 0 0.562 2733 3610 0 0 0.562 2 interp_poly 68 -14 -40 -23 2705 3647 3 MP PP 2705 3647 0 0 0.562 2665 3624 0 0 0.562 2705 3647 0 0 0.562 2 interp_poly 2665 3624 0 0 0.562 2733 3610 0 0 0.562 2665 3624 0 0 0.562 2 interp_poly -40 -20 67 -15 2678 3682 3 MP PP 2678 3682 0 0 0.562 2745 3667 0 0 0.562 2678 3682 0 0 0.562 2 interp_poly 2745 3667 0 0 0.562 2705 3647 0 0 0.562 2745 3667 0 0 0.562 2 interp_poly 67 -15 -40 -16 2718 3698 3 MP PP 2718 3698 0 0 0.562 2678 3682 0 0 0.562 2718 3698 0 0 0.562 2 interp_poly 2678 3682 0 0 0.562 2745 3667 0 0 0.562 2678 3682 0 0 0.562 2 interp_poly 68 -13 -40 -24 2733 3610 3 MP PP 2733 3610 0 0 0.562 2693 3586 0 0 0.562 2733 3610 0 0 0.562 2 interp_poly 2693 3586 0 0 0.562 2761 3573 0 0 0.562 2693 3586 0 0 0.562 2 interp_poly -40 -23 68 -14 2705 3647 3 MP PP 2705 3647 0 0 0.562 2773 3633 0 0 0.562 2705 3647 0 0 0.562 2 interp_poly 2773 3633 0 0 0.562 2733 3610 0 0 0.562 2773 3633 0 0 0.562 2 interp_poly 68 -14 -40 -20 2745 3667 3 MP PP 2745 3667 0 0 0.562 2705 3647 0 0 0.562 2745 3667 0 0 0.562 2 interp_poly 2705 3647 0 0 0.562 2773 3633 0 0 0.562 2705 3647 0 0 0.562 2 interp_poly -40 108 68 -44 2702 3628 3 MP PP 2702 3628 0 0 0.812 2770 3584 0 0 0.875 2702 3628 0 0 0.812 2 interp_poly 2770 3584 0 0 0.875 2730 3692 0 0 0.688 2770 3584 0 0 0.875 2 interp_poly -40 -24 68 -14 2653 3563 3 MP PP 2653 3563 0 0 0.562 2721 3549 0 0 0.562 2653 3563 0 0 0.562 2 interp_poly 2721 3549 0 0 0.562 2681 3525 0 0 0.562 2721 3549 0 0 0.562 2 interp_poly 68 -14 -40 -23 2693 3586 3 MP PP 2693 3586 0 0 0.562 2653 3563 0 0 0.562 2693 3586 0 0 0.562 2 interp_poly 2653 3563 0 0 0.562 2721 3549 0 0 0.562 2653 3563 0 0 0.562 2 interp_poly -40 -24 68 -14 2669 3463 3 MP PP 2669 3463 0 0 0.562 2737 3449 0 0 0.562 2669 3463 0 0 0.562 2 interp_poly 2737 3449 0 0 0.562 2697 3425 0 0 0.562 2737 3449 0 0 0.562 2 interp_poly 68 -14 -40 -24 2709 3487 3 MP PP 2709 3487 0 0 0.562 2669 3463 0 0 0.562 2709 3487 0 0 0.562 2 interp_poly 2669 3463 0 0 0.562 2737 3449 0 0 0.562 2669 3463 0 0 0.562 2 interp_poly -40 -24 68 -14 2681 3525 3 MP PP 2681 3525 0 0 0.562 2749 3511 0 0 0.562 2681 3525 0 0 0.562 2 interp_poly 2749 3511 0 0 0.562 2709 3487 0 0 0.562 2749 3511 0 0 0.562 2 interp_poly 68 -14 -40 -24 2721 3549 3 MP PP 2721 3549 0 0 0.562 2681 3525 0 0 0.562 2721 3549 0 0 0.562 2 interp_poly 2681 3525 0 0 0.562 2749 3511 0 0 0.562 2681 3525 0 0 0.562 2 interp_poly -40 -24 68 -13 2693 3586 3 MP PP 2693 3586 0 0 0.562 2761 3573 0 0 0.562 2693 3586 0 0 0.562 2 interp_poly 2761 3573 0 0 0.562 2721 3549 0 0 0.562 2761 3573 0 0 0.562 2 interp_poly 68 -44 -40 257 2742 3371 3 MP PP 2742 3371 0 0.312 1 2702 3628 0 0 0.812 2742 3371 0 0.312 1 2 interp_poly 2702 3628 0 0 0.812 2770 3584 0 0 0.875 2702 3628 0 0 0.812 2 interp_poly -40 35 68 -27 2730 3692 3 MP PP 2730 3692 0 0 0.688 2798 3665 0 0 0.688 2730 3692 0 0 0.688 2 interp_poly 2798 3665 0 0 0.688 2758 3700 0 0 0.562 2798 3665 0 0 0.688 2 interp_poly 68 -27 -40 108 2770 3584 3 MP PP 2770 3584 0 0 0.875 2730 3692 0 0 0.688 2770 3584 0 0 0.875 2 interp_poly 2730 3692 0 0 0.688 2798 3665 0 0 0.688 2730 3692 0 0 0.688 2 interp_poly -40 -389 68 26 2750 3774 3 MP PP 2750 3774 0 0 1 2818 3800 0 0 0.938 2750 3774 0 0 1 2 interp_poly 2818 3800 0 0 0.938 2778 3411 0 0.562 1 2818 3800 0 0 0.938 2 interp_poly 68 -14 -40 -26 2786 4242 3 MP PP 2786 4242 0 0 0.562 2746 4216 0 0 0.562 2786 4242 0 0 0.562 2 interp_poly 2746 4216 0 0 0.562 2814 4202 0 0 0.562 2746 4216 0 0 0.562 2 interp_poly -40 -28 68 -14 2746 4216 3 MP PP 2746 4216 0 0 0.562 2814 4202 0 0 0.562 2746 4216 0 0 0.562 2 interp_poly 2814 4202 0 0 0.562 2774 4174 0 0 0.562 2814 4202 0 0 0.562 2 interp_poly 68 -13 -40 -24 2783 4404 3 MP PP 2783 4404 0 0 0.562 2743 4380 0 0 0.562 2783 4404 0 0 0.562 2 interp_poly 2743 4380 0 0 0.562 2811 4367 0 0 0.562 2743 4380 0 0 0.562 2 interp_poly -40 -25 68 -13 2743 4380 3 MP PP 2743 4380 0 0 0.562 2811 4367 0 0 0.562 2743 4380 0 0 0.562 2 interp_poly 2811 4367 0 0 0.562 2771 4342 0 0 0.562 2811 4367 0 0 0.562 2 interp_poly 68 -14 -40 -24 2779 4566 3 MP PP 2779 4566 0 0 0.562 2739 4542 0 0 0.562 2779 4566 0 0 0.562 2 interp_poly 2739 4542 0 0 0.562 2807 4528 0 0 0.562 2739 4542 0 0 0.562 2 interp_poly -40 -24 68 -14 2739 4542 3 MP PP 2739 4542 0 0 0.562 2807 4528 0 0 0.562 2739 4542 0 0 0.562 2 interp_poly 2807 4528 0 0 0.562 2767 4504 0 0 0.562 2807 4528 0 0 0.562 2 interp_poly 68 -13 -40 -24 2704 3102 3 MP PP 2704 3102 0 0 0.562 2664 3078 0 0 0.562 2704 3102 0 0 0.562 2 interp_poly 2664 3078 0 0 0.562 2732 3065 0 0 0.562 2664 3078 0 0 0.562 2 interp_poly -40 -24 68 -14 2673 3302 3 MP PP 2673 3302 0 0 0.562 2741 3288 0 0 0.562 2673 3302 0 0 0.562 2 interp_poly 2741 3288 0 0 0.562 2701 3264 0 0 0.562 2741 3288 0 0 0.562 2 interp_poly 68 -14 -40 -24 2713 3326 3 MP PP 2713 3326 0 0 0.562 2673 3302 0 0 0.562 2713 3326 0 0 0.562 2 interp_poly 2673 3302 0 0 0.562 2741 3288 0 0 0.562 2673 3302 0 0 0.562 2 interp_poly -40 -25 68 -13 2676 3140 3 MP PP 2676 3140 0 0 0.562 2744 3127 0 0 0.562 2676 3140 0 0 0.562 2 interp_poly 2744 3127 0 0 0.562 2704 3102 0 0 0.562 2744 3127 0 0 0.562 2 interp_poly 68 -13 -40 -24 2716 3164 3 MP PP 2716 3164 0 0 0.562 2676 3140 0 0 0.562 2716 3164 0 0 0.562 2 interp_poly 2676 3140 0 0 0.562 2744 3127 0 0 0.562 2676 3140 0 0 0.562 2 interp_poly -40 572 68 -135 2714 2934 3 MP PP 2714 2934 0.125 1 0.938 2782 2799 0.312 1 0.75 2714 2934 0.125 1 0.938 2 interp_poly 2782 2799 0.312 1 0.75 2742 3371 0 0.312 1 2782 2799 0.312 1 0.75 2 interp_poly 68 -135 -40 826 2754 2108 3 MP PP 2754 2108 1 0.5 0 2714 2934 0.125 1 0.938 2754 2108 1 0.5 0 2 interp_poly 2714 2934 0.125 1 0.938 2782 2799 0.312 1 0.75 2714 2934 0.125 1 0.938 2 interp_poly 68 123 -40 -737 2778 3411 3 MP PP 2778 3411 0 0.562 1 2738 2674 0.75 1 0.312 2778 3411 0 0.562 1 2 interp_poly 2738 2674 0.75 1 0.312 2806 2797 0.562 1 0.5 2738 2674 0.75 1 0.312 2 interp_poly -40 -886 68 123 2738 2674 3 MP PP 2738 2674 0.75 1 0.312 2806 2797 0.562 1 0.5 2738 2674 0.75 1 0.312 2 interp_poly 2806 2797 0.562 1 0.5 2766 1911 1 0.0625 0 2806 2797 0.562 1 0.5 2 interp_poly 68 -10 -40 -38 2774 4174 3 MP PP 2774 4174 0 0 0.562 2734 4136 0 0 0.562 2774 4174 0 0 0.562 2 interp_poly 2734 4136 0 0 0.562 2802 4126 0 0 0.562 2734 4136 0 0 0.562 2 interp_poly -40 -54 68 -10 2734 4136 3 MP PP 2734 4136 0 0 0.562 2802 4126 0 0 0.562 2734 4136 0 0 0.562 2 interp_poly 2802 4126 0 0 0.562 2762 4072 0 0 0.625 2802 4126 0 0 0.562 2 interp_poly 68 -13 -40 -24 2771 4342 3 MP PP 2771 4342 0 0 0.562 2731 4318 0 0 0.562 2771 4342 0 0 0.562 2 interp_poly 2731 4318 0 0 0.562 2799 4305 0 0 0.562 2731 4318 0 0 0.562 2 interp_poly -40 -25 68 -13 2731 4318 3 MP PP 2731 4318 0 0 0.562 2799 4305 0 0 0.562 2731 4318 0 0 0.562 2 interp_poly 2799 4305 0 0 0.562 2759 4280 0 0 0.562 2799 4305 0 0 0.562 2 interp_poly 68 -14 -40 -24 2767 4504 3 MP PP 2767 4504 0 0 0.562 2727 4480 0 0 0.562 2767 4504 0 0 0.562 2 interp_poly 2727 4480 0 0 0.562 2795 4466 0 0 0.562 2727 4480 0 0 0.562 2 interp_poly -40 -24 68 -14 2727 4480 3 MP PP 2727 4480 0 0 0.562 2795 4466 0 0 0.562 2727 4480 0 0 0.562 2 interp_poly 2795 4466 0 0 0.562 2755 4442 0 0 0.562 2795 4466 0 0 0.562 2 interp_poly 68 -43 -40 -298 2766 1911 3 MP PP 2766 1911 1 0.0625 0 2726 1613 0.625 0 0 2766 1911 1 0.0625 0 2 interp_poly 2726 1613 0.625 0 0 2794 1570 0.562 0 0 2726 1613 0.625 0 0 2 interp_poly 68 4 -40 -103 2762 4072 3 MP PP 2762 4072 0 0 0.625 2722 3969 0 0 0.75 2762 4072 0 0 0.625 2 interp_poly 2722 3969 0 0 0.75 2790 3973 0 0 0.688 2722 3969 0 0 0.75 2 interp_poly -40 -199 68 4 2722 3969 3 MP PP 2722 3969 0 0 0.75 2790 3973 0 0 0.688 2722 3969 0 0 0.75 2 interp_poly 2790 3973 0 0 0.688 2750 3774 0 0 1 2790 3973 0 0 0.688 2 interp_poly 67 -13 -40 -25 2759 4280 3 MP PP 2759 4280 0 0 0.562 2719 4255 0 0 0.562 2759 4280 0 0 0.562 2 interp_poly 2719 4255 0 0 0.562 2786 4242 0 0 0.562 2719 4255 0 0 0.562 2 interp_poly -40 -26 67 -13 2719 4255 3 MP PP 2719 4255 0 0 0.562 2786 4242 0 0 0.562 2719 4255 0 0 0.562 2 interp_poly 2786 4242 0 0 0.562 2746 4216 0 0 0.562 2786 4242 0 0 0.562 2 interp_poly 68 -14 -40 -24 2755 4442 3 MP PP 2755 4442 0 0 0.562 2715 4418 0 0 0.562 2755 4442 0 0 0.562 2 interp_poly 2715 4418 0 0 0.562 2783 4404 0 0 0.562 2715 4418 0 0 0.562 2 interp_poly -40 -24 68 -14 2715 4418 3 MP PP 2715 4418 0 0 0.562 2783 4404 0 0 0.562 2715 4418 0 0 0.562 2 interp_poly 2783 4404 0 0 0.562 2743 4380 0 0 0.562 2783 4404 0 0 0.562 2 interp_poly -40 -25 68 -13 2657 3401 3 MP PP 2657 3401 0 0 0.562 2725 3388 0 0 0.562 2657 3401 0 0 0.562 2 interp_poly 2725 3388 0 0 0.562 2685 3363 0 0 0.562 2725 3388 0 0 0.562 2 interp_poly 68 -13 -40 -24 2697 3425 3 MP PP 2697 3425 0 0 0.562 2657 3401 0 0 0.562 2697 3425 0 0 0.562 2 interp_poly 2657 3401 0 0 0.562 2725 3388 0 0 0.562 2657 3401 0 0 0.562 2 interp_poly -40 -24 68 -14 2629 3439 3 MP PP 2629 3439 0 0 0.562 2697 3425 0 0 0.562 2629 3439 0 0 0.562 2 interp_poly 2697 3425 0 0 0.562 2657 3401 0 0 0.562 2697 3425 0 0 0.562 2 interp_poly 68 -14 -40 -24 2669 3463 3 MP PP 2669 3463 0 0 0.562 2629 3439 0 0 0.562 2669 3463 0 0 0.562 2 interp_poly 2629 3439 0 0 0.562 2697 3425 0 0 0.562 2629 3439 0 0 0.562 2 interp_poly -40 -24 68 -14 2641 3501 3 MP PP 2641 3501 0 0 0.562 2709 3487 0 0 0.562 2641 3501 0 0 0.562 2 interp_poly 2709 3487 0 0 0.562 2669 3463 0 0 0.562 2709 3487 0 0 0.562 2 interp_poly 68 -14 -40 -24 2681 3525 3 MP PP 2681 3525 0 0 0.562 2641 3501 0 0 0.562 2681 3525 0 0 0.562 2 interp_poly 2641 3501 0 0 0.562 2709 3487 0 0 0.562 2641 3501 0 0 0.562 2 interp_poly -40 257 68 -77 2674 3448 3 MP PP 2674 3448 0 0.188 1 2742 3371 0 0.312 1 2674 3448 0 0.188 1 2 interp_poly 2742 3371 0 0.312 1 2702 3628 0 0 0.812 2742 3371 0 0.312 1 2 interp_poly -40 -24 68 -14 2617 3377 3 MP PP 2617 3377 0 0 0.562 2685 3363 0 0 0.562 2617 3377 0 0 0.562 2 interp_poly 2685 3363 0 0 0.562 2645 3339 0 0 0.562 2685 3363 0 0 0.562 2 interp_poly 68 -14 -40 -24 2657 3401 3 MP PP 2657 3401 0 0 0.562 2617 3377 0 0 0.562 2657 3401 0 0 0.562 2 interp_poly 2617 3377 0 0 0.562 2685 3363 0 0 0.562 2617 3377 0 0 0.562 2 interp_poly -40 -24 68 -14 2633 3278 3 MP PP 2633 3278 0 0 0.562 2701 3264 0 0 0.562 2633 3278 0 0 0.562 2 interp_poly 2701 3264 0 0 0.562 2661 3240 0 0 0.562 2701 3264 0 0 0.562 2 interp_poly 68 -14 -40 -24 2673 3302 3 MP PP 2673 3302 0 0 0.562 2633 3278 0 0 0.562 2673 3302 0 0 0.562 2 interp_poly 2633 3278 0 0 0.562 2701 3264 0 0 0.562 2633 3278 0 0 0.562 2 interp_poly -40 -24 68 -14 2636 3116 3 MP PP 2636 3116 0 0 0.562 2704 3102 0 0 0.562 2636 3116 0 0 0.562 2 interp_poly 2704 3102 0 0 0.562 2664 3078 0 0 0.562 2704 3102 0 0 0.562 2 interp_poly 68 -14 -40 -24 2676 3140 3 MP PP 2676 3140 0 0 0.562 2636 3116 0 0 0.562 2676 3140 0 0 0.562 2 interp_poly 2636 3116 0 0 0.562 2704 3102 0 0 0.562 2636 3116 0 0 0.562 2 interp_poly -40 -24 68 -13 2645 3339 3 MP PP 2645 3339 0 0 0.562 2713 3326 0 0 0.562 2645 3339 0 0 0.562 2 interp_poly 2713 3326 0 0 0.562 2673 3302 0 0 0.562 2713 3326 0 0 0.562 2 interp_poly 68 -13 -40 -24 2685 3363 3 MP PP 2685 3363 0 0 0.562 2645 3339 0 0 0.562 2685 3363 0 0 0.562 2 interp_poly 2645 3339 0 0 0.562 2713 3326 0 0 0.562 2645 3339 0 0 0.562 2 interp_poly -40 -24 67 -14 2649 3178 3 MP PP 2649 3178 0 0 0.562 2716 3164 0 0 0.562 2649 3178 0 0 0.562 2 interp_poly 2716 3164 0 0 0.562 2676 3140 0 0 0.562 2716 3164 0 0 0.562 2 interp_poly 67 -14 -40 -24 2689 3202 3 MP PP 2689 3202 0 0 0.562 2649 3178 0 0 0.562 2689 3202 0 0 0.562 2 interp_poly 2649 3178 0 0 0.562 2716 3164 0 0 0.562 2649 3178 0 0 0.562 2 interp_poly -40 -24 68 -14 2661 3240 3 MP PP 2661 3240 0 0 0.562 2729 3226 0 0 0.562 2661 3240 0 0 0.562 2 interp_poly 2729 3226 0 0 0.562 2689 3202 0 0 0.562 2729 3226 0 0 0.562 2 interp_poly 68 -14 -40 -24 2701 3264 3 MP PP 2701 3264 0 0 0.562 2661 3240 0 0 0.562 2701 3264 0 0 0.562 2 interp_poly 2661 3240 0 0 0.562 2729 3226 0 0 0.562 2661 3240 0 0 0.562 2 interp_poly 68 -77 -40 514 2714 2934 3 MP PP 2714 2934 0.125 1 0.938 2674 3448 0 0.188 1 2714 2934 0.125 1 0.938 2 interp_poly 2674 3448 0 0.188 1 2742 3371 0 0.312 1 2674 3448 0 0.188 1 2 interp_poly 68 75 -40 -438 2750 3774 3 MP PP 2750 3774 0 0 1 2710 3336 0 0.688 1 2750 3774 0 0 1 2 interp_poly 2710 3336 0 0.688 1 2778 3411 0 0.562 1 2710 3336 0 0.688 1 2 interp_poly -40 -737 68 75 2710 3336 3 MP PP 2710 3336 0 0.688 1 2778 3411 0 0.562 1 2710 3336 0 0.688 1 2 interp_poly 2778 3411 0 0.562 1 2738 2674 0.75 1 0.312 2778 3411 0 0.562 1 2 interp_poly 68 -12 -40 -30 2746 4216 3 MP PP 2746 4216 0 0 0.562 2706 4186 0 0 0.562 2746 4216 0 0 0.562 2 interp_poly 2706 4186 0 0 0.562 2774 4174 0 0 0.562 2706 4186 0 0 0.562 2 interp_poly -40 -38 68 -12 2706 4186 3 MP PP 2706 4186 0 0 0.562 2774 4174 0 0 0.562 2706 4186 0 0 0.562 2 interp_poly 2774 4174 0 0 0.562 2734 4136 0 0 0.562 2774 4174 0 0 0.562 2 interp_poly 68 -14 -40 -24 2743 4380 3 MP PP 2743 4380 0 0 0.562 2703 4356 0 0 0.562 2743 4380 0 0 0.562 2 interp_poly 2703 4356 0 0 0.562 2771 4342 0 0 0.562 2703 4356 0 0 0.562 2 interp_poly -40 -24 68 -14 2703 4356 3 MP PP 2703 4356 0 0 0.562 2771 4342 0 0 0.562 2703 4356 0 0 0.562 2 interp_poly 2771 4342 0 0 0.562 2731 4318 0 0 0.562 2771 4342 0 0 0.562 2 interp_poly 68 -14 -40 -24 2739 4542 3 MP PP 2739 4542 0 0 0.562 2699 4518 0 0 0.562 2739 4542 0 0 0.562 2 interp_poly 2699 4518 0 0 0.562 2767 4504 0 0 0.562 2699 4518 0 0 0.562 2 interp_poly -40 -24 68 -14 2699 4518 3 MP PP 2699 4518 0 0 0.562 2767 4504 0 0 0.562 2699 4518 0 0 0.562 2 interp_poly 2767 4504 0 0 0.562 2727 4480 0 0 0.562 2767 4504 0 0 0.562 2 interp_poly -40 651 68 -71 2658 1684 3 MP PP 2658 1684 0.688 0 0 2726 1613 0.625 0 0 2658 1684 0.688 0 0 2 interp_poly 2726 1613 0.625 0 0 2686 2264 1 0.75 0 2726 1613 0.625 0 0 2 interp_poly -40 826 68 -156 2686 2264 3 MP PP 2686 2264 1 0.75 0 2754 2108 1 0.5 0 2686 2264 1 0.75 0 2 interp_poly 2754 2108 1 0.5 0 2714 2934 0.125 1 0.938 2754 2108 1 0.5 0 2 interp_poly 68 -156 -40 651 2726 1613 3 MP PP 2726 1613 0.625 0 0 2686 2264 1 0.75 0 2726 1613 0.625 0 0 2 interp_poly 2686 2264 1 0.75 0 2754 2108 1 0.5 0 2686 2264 1 0.75 0 2 interp_poly 68 97 -40 -860 2738 2674 3 MP PP 2738 2674 0.75 1 0.312 2698 1814 0.875 0 0 2738 2674 0.75 1 0.312 2 interp_poly 2698 1814 0.875 0 0 2766 1911 1 0.0625 0 2698 1814 0.875 0 0 2 interp_poly -40 -298 68 97 2698 1814 3 MP PP 2698 1814 0.875 0 0 2766 1911 1 0.0625 0 2698 1814 0.875 0 0 2 interp_poly 2766 1911 1 0.0625 0 2726 1613 0.625 0 0 2766 1911 1 0.0625 0 2 interp_poly 68 -5 -40 -59 2734 4136 3 MP PP 2734 4136 0 0 0.562 2694 4077 0 0 0.625 2734 4136 0 0 0.562 2 interp_poly 2694 4077 0 0 0.625 2762 4072 0 0 0.625 2694 4077 0 0 0.625 2 interp_poly -40 -103 68 -5 2694 4077 3 MP PP 2694 4077 0 0 0.625 2762 4072 0 0 0.625 2694 4077 0 0 0.625 2 interp_poly 2762 4072 0 0 0.625 2722 3969 0 0 0.75 2762 4072 0 0 0.625 2 interp_poly 68 -14 -40 -24 2731 4318 3 MP PP 2731 4318 0 0 0.562 2691 4294 0 0 0.562 2731 4318 0 0 0.562 2 interp_poly 2691 4294 0 0 0.562 2759 4280 0 0 0.562 2691 4294 0 0 0.562 2 interp_poly -40 -25 68 -14 2691 4294 3 MP PP 2691 4294 0 0 0.562 2759 4280 0 0 0.562 2691 4294 0 0 0.562 2 interp_poly 2759 4280 0 0 0.562 2719 4255 0 0 0.562 2759 4280 0 0 0.562 2 interp_poly 68 -14 -40 -24 2727 4480 3 MP PP 2727 4480 0 0 0.562 2687 4456 0 0 0.562 2727 4480 0 0 0.562 2 interp_poly 2687 4456 0 0 0.562 2755 4442 0 0 0.562 2687 4456 0 0 0.562 2 interp_poly -40 -24 68 -14 2687 4456 3 MP PP 2687 4456 0 0 0.562 2755 4442 0 0 0.562 2687 4456 0 0 0.562 2 interp_poly 2755 4442 0 0 0.562 2715 4418 0 0 0.562 2755 4442 0 0 0.562 2 interp_poly 68 32 -40 -227 2722 3969 3 MP PP 2722 3969 0 0 0.75 2682 3742 0 0.0625 1 2722 3969 0 0 0.75 2 interp_poly 2682 3742 0 0.0625 1 2750 3774 0 0 1 2682 3742 0 0.0625 1 2 interp_poly -40 -5 68 -18 2622 3736 3 MP PP 2622 3736 0 0 0.562 2690 3718 0 0 0.562 2622 3736 0 0 0.562 2 interp_poly 2690 3718 0 0 0.562 2650 3713 0 0 0.562 2690 3718 0 0 0.562 2 interp_poly 68 -18 -40 19 2662 3717 3 MP PP 2662 3717 0 0 0.625 2622 3736 0 0 0.562 2662 3717 0 0 0.625 2 interp_poly 2622 3736 0 0 0.562 2690 3718 0 0 0.562 2622 3736 0 0 0.562 2 interp_poly -40 -23 68 -14 2625 3600 3 MP PP 2625 3600 0 0 0.562 2693 3586 0 0 0.562 2625 3600 0 0 0.562 2 interp_poly 2693 3586 0 0 0.562 2653 3563 0 0 0.562 2693 3586 0 0 0.562 2 interp_poly 68 -14 -40 -24 2665 3624 3 MP PP 2665 3624 0 0 0.562 2625 3600 0 0 0.562 2665 3624 0 0 0.562 2 interp_poly 2625 3600 0 0 0.562 2693 3586 0 0 0.562 2625 3600 0 0 0.562 2 interp_poly -40 -21 68 -14 2610 3696 3 MP PP 2610 3696 0 0 0.562 2678 3682 0 0 0.562 2610 3696 0 0 0.562 2 interp_poly 2678 3682 0 0 0.562 2638 3661 0 0 0.562 2678 3682 0 0 0.562 2 interp_poly 68 -14 -40 -17 2650 3713 3 MP PP 2650 3713 0 0 0.562 2610 3696 0 0 0.562 2650 3713 0 0 0.562 2 interp_poly 2610 3696 0 0 0.562 2678 3682 0 0 0.562 2610 3696 0 0 0.562 2 interp_poly -40 -23 67 -14 2638 3661 3 MP PP 2638 3661 0 0 0.562 2705 3647 0 0 0.562 2638 3661 0 0 0.562 2 interp_poly 2705 3647 0 0 0.562 2665 3624 0 0 0.562 2705 3647 0 0 0.562 2 interp_poly 67 -14 -40 -21 2678 3682 3 MP PP 2678 3682 0 0 0.562 2638 3661 0 0 0.562 2678 3682 0 0 0.562 2 interp_poly 2638 3661 0 0 0.562 2705 3647 0 0 0.562 2638 3661 0 0 0.562 2 interp_poly -40 -16 68 -15 2650 3713 3 MP PP 2650 3713 0 0 0.562 2718 3698 0 0 0.562 2650 3713 0 0 0.562 2 interp_poly 2718 3698 0 0 0.562 2678 3682 0 0 0.562 2718 3698 0 0 0.562 2 interp_poly 68 -15 -40 -5 2690 3718 3 MP PP 2690 3718 0 0 0.562 2650 3713 0 0 0.562 2690 3718 0 0 0.562 2 interp_poly 2650 3713 0 0 0.562 2718 3698 0 0 0.562 2650 3713 0 0 0.562 2 interp_poly -40 89 68 -40 2634 3668 3 MP PP 2634 3668 0 0 0.812 2702 3628 0 0 0.812 2634 3668 0 0 0.812 2 interp_poly 2702 3628 0 0 0.812 2662 3717 0 0 0.625 2702 3628 0 0 0.812 2 interp_poly -40 -23 68 -13 2570 3674 3 MP PP 2570 3674 0 0 0.562 2638 3661 0 0 0.562 2570 3674 0 0 0.562 2 interp_poly 2638 3661 0 0 0.562 2598 3638 0 0 0.562 2638 3661 0 0 0.562 2 interp_poly 68 -13 -40 -22 2610 3696 3 MP PP 2610 3696 0 0 0.562 2570 3674 0 0 0.562 2610 3696 0 0 0.562 2 interp_poly 2570 3674 0 0 0.562 2638 3661 0 0 0.562 2570 3674 0 0 0.562 2 interp_poly -40 -24 68 -13 2585 3576 3 MP PP 2585 3576 0 0 0.562 2653 3563 0 0 0.562 2585 3576 0 0 0.562 2 interp_poly 2653 3563 0 0 0.562 2613 3539 0 0 0.562 2653 3563 0 0 0.562 2 interp_poly 68 -13 -40 -24 2625 3600 3 MP PP 2625 3600 0 0 0.562 2585 3576 0 0 0.562 2625 3600 0 0 0.562 2 interp_poly 2585 3576 0 0 0.562 2653 3563 0 0 0.562 2585 3576 0 0 0.562 2 interp_poly -40 -24 67 -14 2598 3638 3 MP PP 2598 3638 0 0 0.562 2665 3624 0 0 0.562 2598 3638 0 0 0.562 2 interp_poly 2665 3624 0 0 0.562 2625 3600 0 0 0.562 2665 3624 0 0 0.562 2 interp_poly 67 -14 -40 -23 2638 3661 3 MP PP 2638 3661 0 0 0.562 2598 3638 0 0 0.562 2638 3661 0 0 0.562 2 interp_poly 2598 3638 0 0 0.562 2665 3624 0 0 0.562 2598 3638 0 0 0.562 2 interp_poly -40 -24 68 -14 2613 3539 3 MP PP 2613 3539 0 0 0.562 2681 3525 0 0 0.562 2613 3539 0 0 0.562 2 interp_poly 2681 3525 0 0 0.562 2641 3501 0 0 0.562 2681 3525 0 0 0.562 2 interp_poly 68 -14 -40 -24 2653 3563 3 MP PP 2653 3563 0 0 0.562 2613 3539 0 0 0.562 2653 3563 0 0 0.562 2 interp_poly 2613 3539 0 0 0.562 2681 3525 0 0 0.562 2613 3539 0 0 0.562 2 interp_poly 68 -40 -40 220 2674 3448 3 MP PP 2674 3448 0 0.188 1 2634 3668 0 0 0.812 2674 3448 0 0.188 1 2 interp_poly 2634 3668 0 0 0.812 2702 3628 0 0 0.812 2634 3668 0 0 0.812 2 interp_poly -40 26 68 -25 2662 3717 3 MP PP 2662 3717 0 0 0.625 2730 3692 0 0 0.688 2662 3717 0 0 0.625 2 interp_poly 2730 3692 0 0 0.688 2690 3718 0 0 0.562 2730 3692 0 0 0.688 2 interp_poly 68 -25 -40 89 2702 3628 3 MP PP 2702 3628 0 0 0.812 2662 3717 0 0 0.625 2702 3628 0 0 0.812 2 interp_poly 2662 3717 0 0 0.625 2730 3692 0 0 0.688 2662 3717 0 0 0.625 2 interp_poly -40 -438 68 32 2682 3742 3 MP PP 2682 3742 0 0.0625 1 2750 3774 0 0 1 2682 3742 0 0.0625 1 2 interp_poly 2750 3774 0 0 1 2710 3336 0 0.688 1 2750 3774 0 0 1 2 interp_poly 67 -13 -40 -26 2719 4255 3 MP PP 2719 4255 0 0 0.562 2679 4229 0 0 0.562 2719 4255 0 0 0.562 2 interp_poly 2679 4229 0 0 0.562 2746 4216 0 0 0.562 2679 4229 0 0 0.562 2 interp_poly -40 -30 67 -13 2679 4229 3 MP PP 2679 4229 0 0 0.562 2746 4216 0 0 0.562 2679 4229 0 0 0.562 2 interp_poly 2746 4216 0 0 0.562 2706 4186 0 0 0.562 2746 4216 0 0 0.562 2 interp_poly 68 -14 -40 -24 2715 4418 3 MP PP 2715 4418 0 0 0.562 2675 4394 0 0 0.562 2715 4418 0 0 0.562 2 interp_poly 2675 4394 0 0 0.562 2743 4380 0 0 0.562 2675 4394 0 0 0.562 2 interp_poly -40 -24 68 -14 2675 4394 3 MP PP 2675 4394 0 0 0.562 2743 4380 0 0 0.562 2675 4394 0 0 0.562 2 interp_poly 2743 4380 0 0 0.562 2703 4356 0 0 0.562 2743 4380 0 0 0.562 2 interp_poly -40 796 68 -158 2618 2422 3 MP PP 2618 2422 1 1 0 2686 2264 1 0.75 0 2618 2422 1 1 0 2 interp_poly 2686 2264 1 0.75 0 2646 3060 0 0.938 1 2686 2264 1 0.75 0 2 interp_poly -40 -24 68 -13 2593 3253 3 MP PP 2593 3253 0 0 0.562 2661 3240 0 0 0.562 2593 3253 0 0 0.562 2 interp_poly 2661 3240 0 0 0.562 2621 3216 0 0 0.562 2661 3240 0 0 0.562 2 interp_poly 68 -13 -40 -25 2633 3278 3 MP PP 2633 3278 0 0 0.562 2593 3253 0 0 0.562 2633 3278 0 0 0.562 2 interp_poly 2593 3253 0 0 0.562 2661 3240 0 0 0.562 2593 3253 0 0 0.562 2 interp_poly 68 -14 -40 -24 2636 3116 3 MP PP 2636 3116 0 0 0.562 2596 3092 0 0 0.562 2636 3116 0 0 0.562 2 interp_poly 2596 3092 0 0 0.562 2664 3078 0 0 0.562 2596 3092 0 0 0.562 2 interp_poly -40 -24 68 -13 2605 3315 3 MP PP 2605 3315 0 0 0.562 2673 3302 0 0 0.562 2605 3315 0 0 0.562 2 interp_poly 2673 3302 0 0 0.562 2633 3278 0 0 0.562 2673 3302 0 0 0.562 2 interp_poly 68 -13 -40 -24 2645 3339 3 MP PP 2645 3339 0 0 0.562 2605 3315 0 0 0.562 2645 3339 0 0 0.562 2 interp_poly 2605 3315 0 0 0.562 2673 3302 0 0 0.562 2605 3315 0 0 0.562 2 interp_poly -40 -24 67 -14 2609 3154 3 MP PP 2609 3154 0 0 0.562 2676 3140 0 0 0.562 2609 3154 0 0 0.562 2 interp_poly 2676 3140 0 0 0.562 2636 3116 0 0 0.562 2676 3140 0 0 0.562 2 interp_poly 67 -14 -40 -24 2649 3178 3 MP PP 2649 3178 0 0 0.562 2609 3154 0 0 0.562 2649 3178 0 0 0.562 2 interp_poly 2609 3154 0 0 0.562 2676 3140 0 0 0.562 2609 3154 0 0 0.562 2 interp_poly -40 -24 68 -14 2621 3216 3 MP PP 2621 3216 0 0 0.562 2689 3202 0 0 0.562 2621 3216 0 0 0.562 2 interp_poly 2689 3202 0 0 0.562 2649 3178 0 0 0.562 2689 3202 0 0 0.562 2 interp_poly 68 -14 -40 -24 2661 3240 3 MP PP 2661 3240 0 0 0.562 2621 3216 0 0 0.562 2661 3240 0 0 0.562 2 interp_poly 2621 3216 0 0 0.562 2689 3202 0 0 0.562 2621 3216 0 0 0.562 2 interp_poly -40 514 68 -126 2646 3060 3 MP PP 2646 3060 0 0.938 1 2714 2934 0.125 1 0.938 2646 3060 0 0.938 1 2 interp_poly 2714 2934 0.125 1 0.938 2674 3448 0 0.188 1 2714 2934 0.125 1 0.938 2 interp_poly 68 -126 -40 796 2686 2264 3 MP PP 2686 2264 1 0.75 0 2646 3060 0 0.938 1 2686 2264 1 0.75 0 2 interp_poly 2646 3060 0 0.938 1 2714 2934 0.125 1 0.938 2646 3060 0 0.938 1 2 interp_poly 68 129 -40 -791 2710 3336 3 MP PP 2710 3336 0 0.688 1 2670 2545 1 1 0.0625 2710 3336 0 0.688 1 2 interp_poly 2670 2545 1 1 0.0625 2738 2674 0.75 1 0.312 2670 2545 1 1 0.0625 2 interp_poly 68 -158 -40 738 2658 1684 3 MP PP 2658 1684 0.688 0 0 2618 2422 1 1 0 2658 1684 0.688 0 0 2 interp_poly 2618 2422 1 1 0 2686 2264 1 0.75 0 2618 2422 1 1 0 2 interp_poly -40 -860 68 129 2670 2545 3 MP PP 2670 2545 1 1 0.0625 2738 2674 0.75 1 0.312 2670 2545 1 1 0.0625 2 interp_poly 2738 2674 0.75 1 0.312 2698 1814 0.875 0 0 2738 2674 0.75 1 0.312 2 interp_poly 68 -10 -40 -40 2706 4186 3 MP PP 2706 4186 0 0 0.562 2666 4146 0 0 0.562 2706 4186 0 0 0.562 2 interp_poly 2666 4146 0 0 0.562 2734 4136 0 0 0.562 2666 4146 0 0 0.562 2 interp_poly -40 -59 68 -10 2666 4146 3 MP PP 2666 4146 0 0 0.562 2734 4136 0 0 0.562 2666 4146 0 0 0.562 2 interp_poly 2734 4136 0 0 0.562 2694 4077 0 0 0.625 2734 4136 0 0 0.562 2 interp_poly 68 -14 -40 -24 2703 4356 3 MP PP 2703 4356 0 0 0.562 2663 4332 0 0 0.562 2703 4356 0 0 0.562 2 interp_poly 2663 4332 0 0 0.562 2731 4318 0 0 0.562 2663 4332 0 0 0.562 2 interp_poly -40 -24 68 -14 2663 4332 3 MP PP 2663 4332 0 0 0.562 2731 4318 0 0 0.562 2663 4332 0 0 0.562 2 interp_poly 2731 4318 0 0 0.562 2691 4294 0 0 0.562 2731 4318 0 0 0.562 2 interp_poly 68 -13 -40 -25 2699 4518 3 MP PP 2699 4518 0 0 0.562 2659 4493 0 0 0.562 2699 4518 0 0 0.562 2 interp_poly 2659 4493 0 0 0.562 2727 4480 0 0 0.562 2659 4493 0 0 0.562 2 interp_poly -40 -24 68 -13 2659 4493 3 MP PP 2659 4493 0 0 0.562 2727 4480 0 0 0.562 2659 4493 0 0 0.562 2 interp_poly 2727 4480 0 0 0.562 2687 4456 0 0 0.562 2727 4480 0 0 0.562 2 interp_poly 68 -71 -40 -130 2698 1814 3 MP PP 2698 1814 0.875 0 0 2658 1684 0.688 0 0 2698 1814 0.875 0 0 2 interp_poly 2658 1684 0.688 0 0 2726 1613 0.625 0 0 2658 1684 0.688 0 0 2 interp_poly 68 8 -40 -116 2694 4077 3 MP PP 2694 4077 0 0 0.625 2654 3961 0 0 0.812 2694 4077 0 0 0.625 2 interp_poly 2654 3961 0 0 0.812 2722 3969 0 0 0.75 2654 3961 0 0 0.812 2 interp_poly -40 -227 68 8 2654 3961 3 MP PP 2654 3961 0 0 0.812 2722 3969 0 0 0.75 2654 3961 0 0 0.812 2 interp_poly 2722 3969 0 0 0.75 2682 3742 0 0.0625 1 2722 3969 0 0 0.75 2 interp_poly 68 -14 -40 -25 2691 4294 3 MP PP 2691 4294 0 0 0.562 2651 4269 0 0 0.562 2691 4294 0 0 0.562 2 interp_poly 2651 4269 0 0 0.562 2719 4255 0 0 0.562 2651 4269 0 0 0.562 2 interp_poly -40 -26 68 -14 2651 4269 3 MP PP 2651 4269 0 0 0.562 2719 4255 0 0 0.562 2651 4269 0 0 0.562 2 interp_poly 2719 4255 0 0 0.562 2679 4229 0 0 0.562 2719 4255 0 0 0.562 2 interp_poly 68 -14 -40 -24 2687 4456 3 MP PP 2687 4456 0 0 0.562 2647 4432 0 0 0.562 2687 4456 0 0 0.562 2 interp_poly 2647 4432 0 0 0.562 2715 4418 0 0 0.562 2647 4432 0 0 0.562 2 interp_poly -40 -24 68 -14 2647 4432 3 MP PP 2647 4432 0 0 0.562 2715 4418 0 0 0.562 2647 4432 0 0 0.562 2 interp_poly 2715 4418 0 0 0.562 2675 4394 0 0 0.562 2715 4418 0 0 0.562 2 interp_poly -40 -24 68 -14 2589 3415 3 MP PP 2589 3415 0 0 0.562 2657 3401 0 0 0.562 2589 3415 0 0 0.562 2 interp_poly 2657 3401 0 0 0.562 2617 3377 0 0 0.562 2657 3401 0 0 0.562 2 interp_poly 68 -14 -40 -24 2629 3439 3 MP PP 2629 3439 0 0 0.562 2589 3415 0 0 0.562 2629 3439 0 0 0.562 2 interp_poly 2589 3415 0 0 0.562 2657 3401 0 0 0.562 2589 3415 0 0 0.562 2 interp_poly -40 -24 68 -14 2601 3477 3 MP PP 2601 3477 0 0 0.562 2669 3463 0 0 0.562 2601 3477 0 0 0.562 2 interp_poly 2669 3463 0 0 0.562 2629 3439 0 0 0.562 2669 3463 0 0 0.562 2 interp_poly 68 -14 -40 -24 2641 3501 3 MP PP 2641 3501 0 0 0.562 2601 3477 0 0 0.562 2641 3501 0 0 0.562 2 interp_poly 2601 3477 0 0 0.562 2669 3463 0 0 0.562 2601 3477 0 0 0.562 2 interp_poly -40 -25 68 -13 2545 3552 3 MP PP 2545 3552 0 0 0.562 2613 3539 0 0 0.562 2545 3552 0 0 0.562 2 interp_poly 2613 3539 0 0 0.562 2573 3514 0 0 0.562 2613 3539 0 0 0.562 2 interp_poly 68 -13 -40 -24 2585 3576 3 MP PP 2585 3576 0 0 0.562 2545 3552 0 0 0.562 2585 3576 0 0 0.562 2 interp_poly 2545 3552 0 0 0.562 2613 3539 0 0 0.562 2545 3552 0 0 0.562 2 interp_poly -40 -24 67 -14 2558 3614 3 MP PP 2558 3614 0 0 0.562 2625 3600 0 0 0.562 2558 3614 0 0 0.562 2 interp_poly 2625 3600 0 0 0.562 2585 3576 0 0 0.562 2625 3600 0 0 0.562 2 interp_poly 67 -14 -40 -24 2598 3638 3 MP PP 2598 3638 0 0 0.562 2558 3614 0 0 0.562 2598 3638 0 0 0.562 2 interp_poly 2558 3614 0 0 0.562 2625 3600 0 0 0.562 2558 3614 0 0 0.562 2 interp_poly -40 -24 68 -13 2573 3514 3 MP PP 2573 3514 0 0 0.562 2641 3501 0 0 0.562 2573 3514 0 0 0.562 2 interp_poly 2641 3501 0 0 0.562 2601 3477 0 0 0.562 2641 3501 0 0 0.562 2 interp_poly 68 -13 -40 -25 2613 3539 3 MP PP 2613 3539 0 0 0.562 2573 3514 0 0 0.562 2613 3539 0 0 0.562 2 interp_poly 2573 3514 0 0 0.562 2641 3501 0 0 0.562 2573 3514 0 0 0.562 2 interp_poly -40 220 68 -68 2606 3516 3 MP PP 2606 3516 0 0.125 1 2674 3448 0 0.188 1 2606 3516 0 0.125 1 2 interp_poly 2674 3448 0 0.188 1 2634 3668 0 0 0.812 2674 3448 0 0.188 1 2 interp_poly -40 -24 68 -14 2561 3453 3 MP PP 2561 3453 0 0 0.562 2629 3439 0 0 0.562 2561 3453 0 0 0.562 2 interp_poly 2629 3439 0 0 0.562 2589 3415 0 0 0.562 2629 3439 0 0 0.562 2 interp_poly 68 -14 -40 -24 2601 3477 3 MP PP 2601 3477 0 0 0.562 2561 3453 0 0 0.562 2601 3477 0 0 0.562 2 interp_poly 2561 3453 0 0 0.562 2629 3439 0 0 0.562 2561 3453 0 0 0.562 2 interp_poly -40 -25 68 -13 2565 3291 3 MP PP 2565 3291 0 0 0.562 2633 3278 0 0 0.562 2565 3291 0 0 0.562 2 interp_poly 2633 3278 0 0 0.562 2593 3253 0 0 0.562 2633 3278 0 0 0.562 2 interp_poly 68 -13 -40 -24 2605 3315 3 MP PP 2605 3315 0 0 0.562 2565 3291 0 0 0.562 2605 3315 0 0 0.562 2 interp_poly 2565 3291 0 0 0.562 2633 3278 0 0 0.562 2565 3291 0 0 0.562 2 interp_poly -40 -24 68 -14 2577 3353 3 MP PP 2577 3353 0 0 0.562 2645 3339 0 0 0.562 2577 3353 0 0 0.562 2 interp_poly 2645 3339 0 0 0.562 2605 3315 0 0 0.562 2645 3339 0 0 0.562 2 interp_poly 68 -14 -40 -24 2617 3377 3 MP PP 2617 3377 0 0 0.562 2577 3353 0 0 0.562 2617 3377 0 0 0.562 2 interp_poly 2577 3353 0 0 0.562 2645 3339 0 0 0.562 2577 3353 0 0 0.562 2 interp_poly -40 -24 68 -14 2581 3192 3 MP PP 2581 3192 0 0 0.562 2649 3178 0 0 0.562 2581 3192 0 0 0.562 2 interp_poly 2649 3178 0 0 0.562 2609 3154 0 0 0.562 2649 3178 0 0 0.562 2 interp_poly 68 -14 -40 -24 2621 3216 3 MP PP 2621 3216 0 0 0.562 2581 3192 0 0 0.562 2621 3216 0 0 0.562 2 interp_poly 2581 3192 0 0 0.562 2649 3178 0 0 0.562 2581 3192 0 0 0.562 2 interp_poly 68 -68 -40 456 2646 3060 3 MP PP 2646 3060 0 0.938 1 2606 3516 0 0.125 1 2646 3060 0 0.938 1 2 interp_poly 2606 3516 0 0.125 1 2674 3448 0 0.188 1 2606 3516 0 0.125 1 2 interp_poly 68 85 -40 -491 2682 3742 3 MP PP 2682 3742 0 0.0625 1 2642 3251 0 0.875 1 2682 3742 0 0.0625 1 2 interp_poly 2642 3251 0 0.875 1 2710 3336 0 0.688 1 2642 3251 0 0.875 1 2 interp_poly -40 -791 68 85 2642 3251 3 MP PP 2642 3251 0 0.875 1 2710 3336 0 0.688 1 2642 3251 0 0.875 1 2 interp_poly 2710 3336 0 0.688 1 2670 2545 1 1 0.0625 2710 3336 0 0.688 1 2 interp_poly 67 -12 -40 -31 2679 4229 3 MP PP 2679 4229 0 0 0.562 2639 4198 0 0 0.562 2679 4229 0 0 0.562 2 interp_poly 2639 4198 0 0 0.562 2706 4186 0 0 0.562 2639 4198 0 0 0.562 2 interp_poly -40 -40 67 -12 2639 4198 3 MP PP 2639 4198 0 0 0.562 2706 4186 0 0 0.562 2639 4198 0 0 0.562 2 interp_poly 2706 4186 0 0 0.562 2666 4146 0 0 0.562 2706 4186 0 0 0.562 2 interp_poly 68 -14 -40 -24 2675 4394 3 MP PP 2675 4394 0 0 0.562 2635 4370 0 0 0.562 2675 4394 0 0 0.562 2 interp_poly 2635 4370 0 0 0.562 2703 4356 0 0 0.562 2635 4370 0 0 0.562 2 interp_poly -40 -24 68 -14 2635 4370 3 MP PP 2635 4370 0 0 0.562 2703 4356 0 0 0.562 2635 4370 0 0 0.562 2 interp_poly 2703 4356 0 0 0.562 2663 4332 0 0 0.562 2703 4356 0 0 0.562 2 interp_poly -40 738 68 -96 2590 1780 3 MP PP 2590 1780 0.812 0 0 2658 1684 0.688 0 0 2590 1780 0.812 0 0 2 interp_poly 2658 1684 0.688 0 0 2618 2422 1 1 0 2658 1684 0.688 0 0 2 interp_poly 68 76 -40 -807 2670 2545 3 MP PP 2670 2545 1 1 0.0625 2630 1738 0.75 0 0 2670 2545 1 1 0.0625 2 interp_poly 2630 1738 0.75 0 0 2698 1814 0.875 0 0 2630 1738 0.75 0 0 2 interp_poly -40 -130 68 76 2630 1738 3 MP PP 2630 1738 0.75 0 0 2698 1814 0.875 0 0 2630 1738 0.75 0 0 2 interp_poly 2698 1814 0.875 0 0 2658 1684 0.688 0 0 2698 1814 0.875 0 0 2 interp_poly 68 -4 -40 -65 2666 4146 3 MP PP 2666 4146 0 0 0.562 2626 4081 0 0 0.625 2666 4146 0 0 0.562 2 interp_poly 2626 4081 0 0 0.625 2694 4077 0 0 0.625 2626 4081 0 0 0.625 2 interp_poly -40 -116 68 -4 2626 4081 3 MP PP 2626 4081 0 0 0.625 2694 4077 0 0 0.625 2626 4081 0 0 0.625 2 interp_poly 2694 4077 0 0 0.625 2654 3961 0 0 0.812 2694 4077 0 0 0.625 2 interp_poly 68 -13 -40 -25 2663 4332 3 MP PP 2663 4332 0 0 0.562 2623 4307 0 0 0.562 2663 4332 0 0 0.562 2 interp_poly 2623 4307 0 0 0.562 2691 4294 0 0 0.562 2623 4307 0 0 0.562 2 interp_poly -40 -25 68 -13 2623 4307 3 MP PP 2623 4307 0 0 0.562 2691 4294 0 0 0.562 2623 4307 0 0 0.562 2 interp_poly 2691 4294 0 0 0.562 2651 4269 0 0 0.562 2691 4294 0 0 0.562 2 interp_poly 68 -13 -40 -24 2659 4493 3 MP PP 2659 4493 0 0 0.562 2619 4469 0 0 0.562 2659 4493 0 0 0.562 2 interp_poly 2619 4469 0 0 0.562 2687 4456 0 0 0.562 2619 4469 0 0 0.562 2 interp_poly -40 -24 68 -13 2619 4469 3 MP PP 2619 4469 0 0 0.562 2687 4456 0 0 0.562 2619 4469 0 0 0.562 2 interp_poly 2687 4456 0 0 0.562 2647 4432 0 0 0.562 2687 4456 0 0 0.562 2 interp_poly -40 -8 68 -18 2554 3754 3 MP PP 2554 3754 0 0 0.562 2622 3736 0 0 0.562 2554 3754 0 0 0.562 2 interp_poly 2622 3736 0 0 0.562 2582 3728 0 0 0.562 2622 3736 0 0 0.562 2 interp_poly 68 -18 -40 13 2594 3741 3 MP PP 2594 3741 0 0 0.625 2554 3754 0 0 0.562 2594 3741 0 0 0.625 2 interp_poly 2554 3754 0 0 0.562 2622 3736 0 0 0.562 2554 3754 0 0 0.562 2 interp_poly -40 -22 68 -14 2542 3710 3 MP PP 2542 3710 0 0 0.562 2610 3696 0 0 0.562 2542 3710 0 0 0.562 2 interp_poly 2610 3696 0 0 0.562 2570 3674 0 0 0.562 2610 3696 0 0 0.562 2 interp_poly 68 -14 -40 -18 2582 3728 3 MP PP 2582 3728 0 0 0.562 2542 3710 0 0 0.562 2582 3728 0 0 0.562 2 interp_poly 2542 3710 0 0 0.562 2610 3696 0 0 0.562 2542 3710 0 0 0.562 2 interp_poly -40 -17 68 -15 2582 3728 3 MP PP 2582 3728 0 0 0.562 2650 3713 0 0 0.562 2582 3728 0 0 0.562 2 interp_poly 2650 3713 0 0 0.562 2610 3696 0 0 0.562 2650 3713 0 0 0.562 2 interp_poly 68 -15 -40 -8 2622 3736 3 MP PP 2622 3736 0 0 0.562 2582 3728 0 0 0.562 2622 3736 0 0 0.562 2 interp_poly 2582 3728 0 0 0.562 2650 3713 0 0 0.562 2582 3728 0 0 0.562 2 interp_poly -40 73 68 -36 2566 3704 3 MP PP 2566 3704 0 0 0.75 2634 3668 0 0 0.812 2566 3704 0 0 0.75 2 interp_poly 2634 3668 0 0 0.812 2594 3741 0 0 0.625 2634 3668 0 0 0.812 2 interp_poly -40 19 68 -24 2594 3741 3 MP PP 2594 3741 0 0 0.625 2662 3717 0 0 0.625 2594 3741 0 0 0.625 2 interp_poly 2662 3717 0 0 0.625 2622 3736 0 0 0.562 2662 3717 0 0 0.625 2 interp_poly 68 -24 -40 73 2634 3668 3 MP PP 2634 3668 0 0 0.812 2594 3741 0 0 0.625 2634 3668 0 0 0.812 2 interp_poly 2594 3741 0 0 0.625 2662 3717 0 0 0.625 2594 3741 0 0 0.625 2 interp_poly 68 39 -40 -258 2654 3961 3 MP PP 2654 3961 0 0 0.812 2614 3703 0 0.188 1 2654 3961 0 0 0.812 2 interp_poly 2614 3703 0 0.188 1 2682 3742 0 0.0625 1 2614 3703 0 0.188 1 2 interp_poly -40 -24 68 -13 2530 3651 3 MP PP 2530 3651 0 0 0.562 2598 3638 0 0 0.562 2530 3651 0 0 0.562 2 interp_poly 2598 3638 0 0 0.562 2558 3614 0 0 0.562 2598 3638 0 0 0.562 2 interp_poly 68 -13 -40 -23 2570 3674 3 MP PP 2570 3674 0 0 0.562 2530 3651 0 0 0.562 2570 3674 0 0 0.562 2 interp_poly 2530 3651 0 0 0.562 2598 3638 0 0 0.562 2530 3651 0 0 0.562 2 interp_poly 68 -36 -40 188 2606 3516 3 MP PP 2606 3516 0 0.125 1 2566 3704 0 0 0.75 2606 3516 0 0.125 1 2 interp_poly 2566 3704 0 0 0.75 2634 3668 0 0 0.812 2566 3704 0 0 0.75 2 interp_poly -40 -491 68 39 2614 3703 3 MP PP 2614 3703 0 0.188 1 2682 3742 0 0.0625 1 2614 3703 0 0.188 1 2 interp_poly 2682 3742 0 0.0625 1 2642 3251 0 0.875 1 2682 3742 0 0.0625 1 2 interp_poly 68 -13 -40 -27 2651 4269 3 MP PP 2651 4269 0 0 0.562 2611 4242 0 0 0.562 2651 4269 0 0 0.562 2 interp_poly 2611 4242 0 0 0.562 2679 4229 0 0 0.562 2611 4242 0 0 0.562 2 interp_poly -40 -31 68 -13 2611 4242 3 MP PP 2611 4242 0 0 0.562 2679 4229 0 0 0.562 2611 4242 0 0 0.562 2 interp_poly 2679 4229 0 0 0.562 2639 4198 0 0 0.562 2679 4229 0 0 0.562 2 interp_poly 68 -13 -40 -25 2647 4432 3 MP PP 2647 4432 0 0 0.562 2607 4407 0 0 0.562 2647 4432 0 0 0.562 2 interp_poly 2607 4407 0 0 0.562 2675 4394 0 0 0.562 2607 4407 0 0 0.562 2 interp_poly -40 -24 68 -13 2607 4407 3 MP PP 2607 4407 0 0 0.562 2675 4394 0 0 0.562 2607 4407 0 0 0.562 2 interp_poly 2675 4394 0 0 0.562 2635 4370 0 0 0.562 2675 4394 0 0 0.562 2 interp_poly 67 -14 -40 -24 2569 3130 3 MP PP 2569 3130 0 0 0.562 2529 3106 0 0 0.562 2569 3130 0 0 0.562 2 interp_poly 2529 3106 0 0 0.562 2596 3092 0 0 0.562 2529 3106 0 0 0.562 2 interp_poly -40 -24 68 -14 2541 3168 3 MP PP 2541 3168 0 0 0.562 2609 3154 0 0 0.562 2541 3168 0 0 0.562 2 interp_poly 2609 3154 0 0 0.562 2569 3130 0 0 0.562 2609 3154 0 0 0.562 2 interp_poly 68 -14 -40 -24 2581 3192 3 MP PP 2581 3192 0 0 0.562 2541 3168 0 0 0.562 2581 3192 0 0 0.562 2 interp_poly 2541 3168 0 0 0.562 2609 3154 0 0 0.562 2541 3168 0 0 0.562 2 interp_poly -40 -24 67 -14 2569 3130 3 MP PP 2569 3130 0 0 0.562 2636 3116 0 0 0.562 2569 3130 0 0 0.562 2 interp_poly 2636 3116 0 0 0.562 2596 3092 0 0 0.562 2636 3116 0 0 0.562 2 interp_poly 67 -14 -40 -24 2609 3154 3 MP PP 2609 3154 0 0 0.562 2569 3130 0 0 0.562 2609 3154 0 0 0.562 2 interp_poly 2569 3130 0 0 0.562 2636 3116 0 0 0.562 2569 3130 0 0 0.562 2 interp_poly -40 753 68 -157 2550 2579 3 MP PP 2550 2579 0.812 1 0.25 2618 2422 1 1 0 2550 2579 0.812 1 0.25 2 interp_poly 2618 2422 1 1 0 2578 3175 0 0.75 1 2618 2422 1 1 0 2 interp_poly 68 -157 -40 799 2590 1780 3 MP PP 2590 1780 0.812 0 0 2550 2579 0.812 1 0.25 2590 1780 0.812 0 0 2 interp_poly 2550 2579 0.812 1 0.25 2618 2422 1 1 0 2550 2579 0.812 1 0.25 2 interp_poly -40 -24 68 -13 2513 3205 3 MP PP 2513 3205 0 0 0.562 2581 3192 0 0 0.562 2513 3205 0 0 0.562 2 interp_poly 2581 3192 0 0 0.562 2541 3168 0 0 0.562 2581 3192 0 0 0.562 2 interp_poly 68 -13 -40 -24 2553 3229 3 MP PP 2553 3229 0 0 0.562 2513 3205 0 0 0.562 2553 3229 0 0 0.562 2 interp_poly 2513 3205 0 0 0.562 2581 3192 0 0 0.562 2513 3205 0 0 0.562 2 interp_poly -40 -24 68 -14 2525 3267 3 MP PP 2525 3267 0 0 0.562 2593 3253 0 0 0.562 2525 3267 0 0 0.562 2 interp_poly 2593 3253 0 0 0.562 2553 3229 0 0 0.562 2593 3253 0 0 0.562 2 interp_poly 68 -14 -40 -24 2565 3291 3 MP PP 2565 3291 0 0 0.562 2525 3267 0 0 0.562 2565 3291 0 0 0.562 2 interp_poly 2525 3267 0 0 0.562 2593 3253 0 0 0.562 2525 3267 0 0 0.562 2 interp_poly -40 -24 68 -14 2537 3329 3 MP PP 2537 3329 0 0 0.562 2605 3315 0 0 0.562 2537 3329 0 0 0.562 2 interp_poly 2605 3315 0 0 0.562 2565 3291 0 0 0.562 2605 3315 0 0 0.562 2 interp_poly 68 -14 -40 -24 2577 3353 3 MP PP 2577 3353 0 0 0.562 2537 3329 0 0 0.562 2577 3353 0 0 0.562 2 interp_poly 2537 3329 0 0 0.562 2605 3315 0 0 0.562 2537 3329 0 0 0.562 2 interp_poly -40 -24 68 -14 2549 3391 3 MP PP 2549 3391 0 0 0.562 2617 3377 0 0 0.562 2549 3391 0 0 0.562 2 interp_poly 2617 3377 0 0 0.562 2577 3353 0 0 0.562 2617 3377 0 0 0.562 2 interp_poly 68 -14 -40 -24 2589 3415 3 MP PP 2589 3415 0 0 0.562 2549 3391 0 0 0.562 2589 3415 0 0 0.562 2 interp_poly 2549 3391 0 0 0.562 2617 3377 0 0 0.562 2549 3391 0 0 0.562 2 interp_poly -40 -24 68 -13 2553 3229 3 MP PP 2553 3229 0 0 0.562 2621 3216 0 0 0.562 2553 3229 0 0 0.562 2 interp_poly 2621 3216 0 0 0.562 2581 3192 0 0 0.562 2621 3216 0 0 0.562 2 interp_poly 68 -13 -40 -24 2593 3253 3 MP PP 2593 3253 0 0 0.562 2553 3229 0 0 0.562 2593 3253 0 0 0.562 2 interp_poly 2553 3229 0 0 0.562 2621 3216 0 0 0.562 2553 3229 0 0 0.562 2 interp_poly -40 456 68 -115 2578 3175 3 MP PP 2578 3175 0 0.75 1 2646 3060 0 0.938 1 2578 3175 0 0.75 1 2 interp_poly 2646 3060 0 0.938 1 2606 3516 0 0.125 1 2646 3060 0 0.938 1 2 interp_poly 68 -115 -40 753 2618 2422 3 MP PP 2618 2422 1 1 0 2578 3175 0 0.75 1 2618 2422 1 1 0 2 interp_poly 2578 3175 0 0.75 1 2646 3060 0 0.938 1 2578 3175 0 0.75 1 2 interp_poly 68 132 -40 -838 2642 3251 3 MP PP 2642 3251 0 0.875 1 2602 2413 1 0.812 0 2642 3251 0 0.875 1 2 interp_poly 2602 2413 1 0.812 0 2670 2545 1 1 0.0625 2602 2413 1 0.812 0 2 interp_poly -40 -807 68 132 2602 2413 3 MP PP 2602 2413 1 0.812 0 2670 2545 1 1 0.0625 2602 2413 1 0.812 0 2 interp_poly 2670 2545 1 1 0.0625 2630 1738 0.75 0 0 2670 2545 1 1 0.0625 2 interp_poly 67 -10 -40 -42 2639 4198 3 MP PP 2639 4198 0 0 0.562 2599 4156 0 0 0.562 2639 4198 0 0 0.562 2 interp_poly 2599 4156 0 0 0.562 2666 4146 0 0 0.562 2599 4156 0 0 0.562 2 interp_poly -40 -65 67 -10 2599 4156 3 MP PP 2599 4156 0 0 0.562 2666 4146 0 0 0.562 2599 4156 0 0 0.562 2 interp_poly 2666 4146 0 0 0.562 2626 4081 0 0 0.625 2666 4146 0 0 0.562 2 interp_poly 68 -13 -40 -25 2635 4370 3 MP PP 2635 4370 0 0 0.562 2595 4345 0 0 0.562 2635 4370 0 0 0.562 2 interp_poly 2595 4345 0 0 0.562 2663 4332 0 0 0.562 2595 4345 0 0 0.562 2 interp_poly -40 -25 68 -13 2595 4345 3 MP PP 2595 4345 0 0 0.562 2663 4332 0 0 0.562 2595 4345 0 0 0.562 2 interp_poly 2663 4332 0 0 0.562 2623 4307 0 0 0.562 2663 4332 0 0 0.562 2 interp_poly 68 -96 -40 42 2630 1738 3 MP PP 2630 1738 0.75 0 0 2590 1780 0.812 0 0 2630 1738 0.75 0 0 2 interp_poly 2590 1780 0.812 0 0 2658 1684 0.688 0 0 2590 1780 0.812 0 0 2 interp_poly 68 11 -40 -131 2626 4081 3 MP PP 2626 4081 0 0 0.625 2586 3950 0 0 0.812 2626 4081 0 0 0.625 2 interp_poly 2586 3950 0 0 0.812 2654 3961 0 0 0.812 2586 3950 0 0 0.812 2 interp_poly -40 -258 68 11 2586 3950 3 MP PP 2586 3950 0 0 0.812 2654 3961 0 0 0.812 2586 3950 0 0 0.812 2 interp_poly 2654 3961 0 0 0.812 2614 3703 0 0.188 1 2654 3961 0 0 0.812 2 interp_poly 68 -13 -40 -25 2623 4307 3 MP PP 2623 4307 0 0 0.562 2583 4282 0 0 0.562 2623 4307 0 0 0.562 2 interp_poly 2583 4282 0 0 0.562 2651 4269 0 0 0.562 2583 4282 0 0 0.562 2 interp_poly -40 -27 68 -13 2583 4282 3 MP PP 2583 4282 0 0 0.562 2651 4269 0 0 0.562 2583 4282 0 0 0.562 2 interp_poly 2651 4269 0 0 0.562 2611 4242 0 0 0.562 2651 4269 0 0 0.562 2 interp_poly 68 -13 -40 -24 2619 4469 3 MP PP 2619 4469 0 0 0.562 2579 4445 0 0 0.562 2619 4469 0 0 0.562 2 interp_poly 2579 4445 0 0 0.562 2647 4432 0 0 0.562 2579 4445 0 0 0.562 2 interp_poly -40 -25 68 -13 2579 4445 3 MP PP 2579 4445 0 0 0.562 2647 4432 0 0 0.562 2579 4445 0 0 0.562 2 interp_poly 2647 4432 0 0 0.562 2607 4407 0 0 0.562 2647 4432 0 0 0.562 2 interp_poly -40 -24 68 -14 2457 3281 3 MP PP 2457 3281 0 0 0.562 2525 3267 0 0 0.562 2457 3281 0 0 0.562 2 interp_poly 2525 3267 0 0 0.562 2485 3243 0 0 0.562 2525 3267 0 0 0.562 2 interp_poly 68 -14 -40 -24 2497 3305 3 MP PP 2497 3305 0 0 0.562 2457 3281 0 0 0.562 2497 3305 0 0 0.562 2 interp_poly 2457 3281 0 0 0.562 2525 3267 0 0 0.562 2457 3281 0 0 0.562 2 interp_poly -40 -24 68 -14 2465 3504 3 MP PP 2465 3504 0 0 0.562 2533 3490 0 0 0.562 2465 3504 0 0 0.562 2 interp_poly 2533 3490 0 0 0.562 2493 3466 0 0 0.562 2533 3490 0 0 0.562 2 interp_poly 68 -14 -40 -24 2505 3528 3 MP PP 2505 3528 0 0 0.562 2465 3504 0 0 0.562 2505 3528 0 0 0.562 2 interp_poly 2465 3504 0 0 0.562 2533 3490 0 0 0.562 2465 3504 0 0 0.562 2 interp_poly -40 -24 68 -14 2469 3343 3 MP PP 2469 3343 0 0 0.562 2537 3329 0 0 0.562 2469 3343 0 0 0.562 2 interp_poly 2537 3329 0 0 0.562 2497 3305 0 0 0.562 2537 3329 0 0 0.562 2 interp_poly 68 -14 -40 -24 2509 3367 3 MP PP 2509 3367 0 0 0.562 2469 3343 0 0 0.562 2509 3367 0 0 0.562 2 interp_poly 2469 3343 0 0 0.562 2537 3329 0 0 0.562 2469 3343 0 0 0.562 2 interp_poly -40 -24 68 -14 2477 3566 3 MP PP 2477 3566 0 0 0.562 2545 3552 0 0 0.562 2477 3566 0 0 0.562 2 interp_poly 2545 3552 0 0 0.562 2505 3528 0 0 0.562 2545 3552 0 0 0.562 2 interp_poly 68 -14 -41 -24 2518 3590 3 MP PP 2518 3590 0 0 0.562 2477 3566 0 0 0.562 2518 3590 0 0 0.562 2 interp_poly 2477 3566 0 0 0.562 2545 3552 0 0 0.562 2477 3566 0 0 0.562 2 interp_poly -40 -24 68 -13 2481 3404 3 MP PP 2481 3404 0 0 0.562 2549 3391 0 0 0.562 2481 3404 0 0 0.562 2 interp_poly 2549 3391 0 0 0.562 2509 3367 0 0 0.562 2549 3391 0 0 0.562 2 interp_poly 68 -13 -40 -25 2521 3429 3 MP PP 2521 3429 0 0 0.562 2481 3404 0 0 0.562 2521 3429 0 0 0.562 2 interp_poly 2481 3404 0 0 0.562 2549 3391 0 0 0.562 2481 3404 0 0 0.562 2 interp_poly -40 -24 68 -14 2485 3243 3 MP PP 2485 3243 0 0 0.562 2553 3229 0 0 0.562 2485 3243 0 0 0.562 2 interp_poly 2553 3229 0 0 0.562 2513 3205 0 0 0.562 2553 3229 0 0 0.562 2 interp_poly 68 -14 -40 -24 2525 3267 3 MP PP 2525 3267 0 0 0.562 2485 3243 0 0 0.562 2525 3267 0 0 0.562 2 interp_poly 2485 3243 0 0 0.562 2553 3229 0 0 0.562 2485 3243 0 0 0.562 2 interp_poly -40 -24 68 -13 2493 3466 3 MP PP 2493 3466 0 0 0.562 2561 3453 0 0 0.562 2493 3466 0 0 0.562 2 interp_poly 2561 3453 0 0 0.562 2521 3429 0 0 0.562 2561 3453 0 0 0.562 2 interp_poly 68 -13 -40 -24 2533 3490 3 MP PP 2533 3490 0 0 0.562 2493 3466 0 0 0.562 2533 3490 0 0 0.562 2 interp_poly 2493 3466 0 0 0.562 2561 3453 0 0 0.562 2493 3466 0 0 0.562 2 interp_poly -40 -24 68 -14 2497 3305 3 MP PP 2497 3305 0 0 0.562 2565 3291 0 0 0.562 2497 3305 0 0 0.562 2 interp_poly 2565 3291 0 0 0.562 2525 3267 0 0 0.562 2565 3291 0 0 0.562 2 interp_poly 68 -14 -40 -24 2537 3329 3 MP PP 2537 3329 0 0 0.562 2497 3305 0 0 0.562 2537 3329 0 0 0.562 2 interp_poly 2497 3305 0 0 0.562 2565 3291 0 0 0.562 2497 3305 0 0 0.562 2 interp_poly -40 -24 68 -14 2505 3528 3 MP PP 2505 3528 0 0 0.562 2573 3514 0 0 0.562 2505 3528 0 0 0.562 2 interp_poly 2573 3514 0 0 0.562 2533 3490 0 0 0.562 2573 3514 0 0 0.562 2 interp_poly 68 -14 -40 -24 2545 3552 3 MP PP 2545 3552 0 0 0.562 2505 3528 0 0 0.562 2545 3552 0 0 0.562 2 interp_poly 2505 3528 0 0 0.562 2573 3514 0 0 0.562 2505 3528 0 0 0.562 2 interp_poly -40 -24 68 -14 2509 3367 3 MP PP 2509 3367 0 0 0.562 2577 3353 0 0 0.562 2509 3367 0 0 0.562 2 interp_poly 2577 3353 0 0 0.562 2537 3329 0 0 0.562 2577 3353 0 0 0.562 2 interp_poly 68 -14 -40 -24 2549 3391 3 MP PP 2549 3391 0 0 0.562 2509 3367 0 0 0.562 2549 3391 0 0 0.562 2 interp_poly 2509 3367 0 0 0.562 2577 3353 0 0 0.562 2509 3367 0 0 0.562 2 interp_poly -40 -24 67 -14 2518 3590 3 MP PP 2518 3590 0 0 0.562 2585 3576 0 0 0.562 2518 3590 0 0 0.562 2 interp_poly 2585 3576 0 0 0.562 2545 3552 0 0 0.562 2585 3576 0 0 0.562 2 interp_poly -40 -24 68 -14 2521 3429 3 MP PP 2521 3429 0 0 0.562 2589 3415 0 0 0.562 2521 3429 0 0 0.562 2 interp_poly 2589 3415 0 0 0.562 2549 3391 0 0 0.562 2589 3415 0 0 0.562 2 interp_poly 68 -14 -40 -24 2561 3453 3 MP PP 2561 3453 0 0 0.562 2521 3429 0 0 0.562 2561 3453 0 0 0.562 2 interp_poly 2521 3429 0 0 0.562 2589 3415 0 0 0.562 2521 3429 0 0 0.562 2 interp_poly -40 -24 68 -13 2533 3490 3 MP PP 2533 3490 0 0 0.562 2601 3477 0 0 0.562 2533 3490 0 0 0.562 2 interp_poly 2601 3477 0 0 0.562 2561 3453 0 0 0.562 2601 3477 0 0 0.562 2 interp_poly 68 -13 -40 -24 2573 3514 3 MP PP 2573 3514 0 0 0.562 2533 3490 0 0 0.562 2573 3514 0 0 0.562 2 interp_poly 2533 3490 0 0 0.562 2601 3477 0 0 0.562 2533 3490 0 0 0.562 2 interp_poly -40 402 68 -105 2510 3280 3 MP PP 2510 3280 0 0.625 1 2578 3175 0 0.75 1 2510 3280 0 0.625 1 2 interp_poly 2578 3175 0 0.75 1 2538 3577 0 0.0625 1 2578 3175 0 0.75 1 2 interp_poly 68 -13 -40 -24 2501 3143 3 MP PP 2501 3143 0 0 0.562 2461 3119 0 0 0.562 2501 3143 0 0 0.562 2 interp_poly 2461 3119 0 0 0.562 2529 3106 0 0 0.562 2461 3119 0 0 0.562 2 interp_poly -40 -25 68 -13 2473 3181 3 MP PP 2473 3181 0 0 0.562 2541 3168 0 0 0.562 2473 3181 0 0 0.562 2 interp_poly 2541 3168 0 0 0.562 2501 3143 0 0 0.562 2541 3168 0 0 0.562 2 interp_poly 68 -13 -40 -24 2513 3205 3 MP PP 2513 3205 0 0 0.562 2473 3181 0 0 0.562 2513 3205 0 0 0.562 2 interp_poly 2473 3181 0 0 0.562 2541 3168 0 0 0.562 2473 3181 0 0 0.562 2 interp_poly -40 -24 68 -13 2501 3143 3 MP PP 2501 3143 0 0 0.562 2569 3130 0 0 0.562 2501 3143 0 0 0.562 2 interp_poly 2569 3130 0 0 0.562 2529 3106 0 0 0.562 2569 3130 0 0 0.562 2 interp_poly 68 -13 -40 -25 2541 3168 3 MP PP 2541 3168 0 0 0.562 2501 3143 0 0 0.562 2541 3168 0 0 0.562 2 interp_poly 2501 3143 0 0 0.562 2569 3130 0 0 0.562 2501 3143 0 0 0.562 2 interp_poly 68 -105 -40 701 2550 2579 3 MP PP 2550 2579 0.812 1 0.25 2510 3280 0 0.625 1 2550 2579 0.812 1 0.25 2 interp_poly 2510 3280 0 0.625 1 2578 3175 0 0.75 1 2510 3280 0 0.625 1 2 interp_poly -40 -24 68 -13 2490 3627 3 MP PP 2490 3627 0 0 0.562 2558 3614 0 0 0.562 2490 3627 0 0 0.562 2 interp_poly 2558 3614 0 0 0.562 2518 3590 0 0 0.562 2558 3614 0 0 0.562 2 interp_poly 68 -13 -40 -24 2530 3651 3 MP PP 2530 3651 0 0 0.562 2490 3627 0 0 0.562 2530 3651 0 0 0.562 2 interp_poly 2490 3627 0 0 0.562 2558 3614 0 0 0.562 2490 3627 0 0 0.562 2 interp_poly -40 -23 68 -14 2502 3688 3 MP PP 2502 3688 0 0 0.562 2570 3674 0 0 0.562 2502 3688 0 0 0.562 2 interp_poly 2570 3674 0 0 0.562 2530 3651 0 0 0.562 2570 3674 0 0 0.562 2 interp_poly 68 -14 -40 -22 2542 3710 3 MP PP 2542 3710 0 0 0.562 2502 3688 0 0 0.562 2542 3710 0 0 0.562 2 interp_poly 2502 3688 0 0 0.562 2570 3674 0 0 0.562 2502 3688 0 0 0.562 2 interp_poly 67 -14 -40 -24 2558 3614 3 MP PP 2558 3614 0 0 0.562 2518 3590 0 0 0.562 2558 3614 0 0 0.562 2 interp_poly 2518 3590 0 0 0.562 2585 3576 0 0 0.562 2518 3590 0 0 0.562 2 interp_poly -40 188 68 -61 2538 3577 3 MP PP 2538 3577 0 0.0625 1 2606 3516 0 0.125 1 2538 3577 0 0.0625 1 2 interp_poly 2606 3516 0 0.125 1 2566 3704 0 0 0.75 2606 3516 0 0.125 1 2 interp_poly 68 -61 -40 402 2578 3175 3 MP PP 2578 3175 0 0.75 1 2538 3577 0 0.0625 1 2578 3175 0 0.75 1 2 interp_poly 2538 3577 0 0.0625 1 2606 3516 0 0.125 1 2538 3577 0 0.0625 1 2 interp_poly 68 95 -40 -547 2614 3703 3 MP PP 2614 3703 0 0.188 1 2574 3156 0.0625 1 1 2614 3703 0 0.188 1 2 interp_poly 2574 3156 0.0625 1 1 2642 3251 0 0.875 1 2574 3156 0.0625 1 1 2 interp_poly -40 -838 68 95 2574 3156 3 MP PP 2574 3156 0.0625 1 1 2642 3251 0 0.875 1 2574 3156 0.0625 1 1 2 interp_poly 2642 3251 0 0.875 1 2602 2413 1 0.812 0 2642 3251 0 0.875 1 2 interp_poly 68 -12 -40 -32 2611 4242 3 MP PP 2611 4242 0 0 0.562 2571 4210 0 0 0.562 2611 4242 0 0 0.562 2 interp_poly 2571 4210 0 0 0.562 2639 4198 0 0 0.562 2571 4210 0 0 0.562 2 interp_poly -40 -42 68 -12 2571 4210 3 MP PP 2571 4210 0 0 0.562 2639 4198 0 0 0.562 2571 4210 0 0 0.562 2 interp_poly 2639 4198 0 0 0.562 2599 4156 0 0 0.562 2639 4198 0 0 0.562 2 interp_poly 68 -13 -40 -24 2607 4407 3 MP PP 2607 4407 0 0 0.562 2567 4383 0 0 0.562 2607 4407 0 0 0.562 2 interp_poly 2567 4383 0 0 0.562 2635 4370 0 0 0.562 2567 4383 0 0 0.562 2 interp_poly -40 -25 68 -13 2567 4383 3 MP PP 2567 4383 0 0 0.562 2635 4370 0 0 0.562 2567 4383 0 0 0.562 2 interp_poly 2635 4370 0 0 0.562 2595 4345 0 0 0.562 2635 4370 0 0 0.562 2 interp_poly -40 799 68 -118 2522 1898 3 MP PP 2522 1898 1 0 0 2590 1780 0.812 0 0 2522 1898 1 0 0 2 interp_poly 2590 1780 0.812 0 0 2550 2579 0.812 1 0.25 2590 1780 0.812 0 0 2 interp_poly 68 -118 -40 211 2562 1687 3 MP PP 2562 1687 0.625 0 0 2522 1898 1 0 0 2562 1687 0.625 0 0 2 interp_poly 2522 1898 1 0 0 2590 1780 0.812 0 0 2522 1898 1 0 0 2 interp_poly -40 42 68 51 2562 1687 3 MP PP 2562 1687 0.625 0 0 2630 1738 0.75 0 0 2562 1687 0.625 0 0 2 interp_poly 2630 1738 0.75 0 0 2590 1780 0.812 0 0 2630 1738 0.75 0 0 2 interp_poly 68 51 -40 -726 2602 2413 3 MP PP 2602 2413 1 0.812 0 2562 1687 0.625 0 0 2602 2413 1 0.812 0 2 interp_poly 2562 1687 0.625 0 0 2630 1738 0.75 0 0 2562 1687 0.625 0 0 2 interp_poly 67 -3 -40 -72 2599 4156 3 MP PP 2599 4156 0 0 0.562 2559 4084 0 0 0.688 2599 4156 0 0 0.562 2 interp_poly 2559 4084 0 0 0.688 2626 4081 0 0 0.625 2559 4084 0 0 0.688 2 interp_poly -40 -131 67 -3 2559 4084 3 MP PP 2559 4084 0 0 0.688 2626 4081 0 0 0.625 2559 4084 0 0 0.688 2 interp_poly 2626 4081 0 0 0.625 2586 3950 0 0 0.812 2626 4081 0 0 0.625 2 interp_poly 68 -14 -40 -24 2595 4345 3 MP PP 2595 4345 0 0 0.562 2555 4321 0 0 0.562 2595 4345 0 0 0.562 2 interp_poly 2555 4321 0 0 0.562 2623 4307 0 0 0.562 2555 4321 0 0 0.562 2 interp_poly -40 -25 68 -14 2555 4321 3 MP PP 2555 4321 0 0 0.562 2623 4307 0 0 0.562 2555 4321 0 0 0.562 2 interp_poly 2623 4307 0 0 0.562 2583 4282 0 0 0.562 2623 4307 0 0 0.562 2 interp_poly -40 -19 68 -15 2446 3758 3 MP PP 2446 3758 0 0 0.562 2514 3743 0 0 0.562 2446 3758 0 0 0.562 2 interp_poly 2514 3743 0 0 0.562 2474 3724 0 0 0.562 2514 3743 0 0 0.562 2 interp_poly 68 -15 -40 -13 2486 3771 3 MP PP 2486 3771 0 0 0.562 2446 3758 0 0 0.562 2486 3771 0 0 0.562 2 interp_poly 2446 3758 0 0 0.562 2514 3743 0 0 0.562 2446 3758 0 0 0.562 2 interp_poly 68 -14 -40 -19 2514 3743 3 MP PP 2514 3743 0 0 0.562 2474 3724 0 0 0.562 2514 3743 0 0 0.562 2 interp_poly 2474 3724 0 0 0.562 2542 3710 0 0 0.562 2474 3724 0 0 0.562 2 interp_poly -40 -11 68 -17 2486 3771 3 MP PP 2486 3771 0 0 0.562 2554 3754 0 0 0.562 2486 3771 0 0 0.562 2 interp_poly 2554 3754 0 0 0.562 2514 3743 0 0 0.562 2554 3754 0 0 0.562 2 interp_poly 68 -17 -40 8 2526 3763 3 MP PP 2526 3763 0 0 0.625 2486 3771 0 0 0.562 2526 3763 0 0 0.625 2 interp_poly 2486 3771 0 0 0.562 2554 3754 0 0 0.562 2486 3771 0 0 0.562 2 interp_poly -40 -18 68 -15 2514 3743 3 MP PP 2514 3743 0 0 0.562 2582 3728 0 0 0.562 2514 3743 0 0 0.562 2 interp_poly 2582 3728 0 0 0.562 2542 3710 0 0 0.562 2582 3728 0 0 0.562 2 interp_poly 68 -15 -40 -11 2554 3754 3 MP PP 2554 3754 0 0 0.562 2514 3743 0 0 0.562 2554 3754 0 0 0.562 2 interp_poly 2514 3743 0 0 0.562 2582 3728 0 0 0.562 2514 3743 0 0 0.562 2 interp_poly -40 59 68 -33 2498 3737 3 MP PP 2498 3737 0 0 0.75 2566 3704 0 0 0.75 2498 3737 0 0 0.75 2 interp_poly 2566 3704 0 0 0.75 2526 3763 0 0 0.625 2566 3704 0 0 0.75 2 interp_poly -40 -24 68 -14 2462 3665 3 MP PP 2462 3665 0 0 0.562 2530 3651 0 0 0.562 2462 3665 0 0 0.562 2 interp_poly 2530 3651 0 0 0.562 2490 3627 0 0 0.562 2530 3651 0 0 0.562 2 interp_poly 68 -14 -40 -23 2502 3688 3 MP PP 2502 3688 0 0 0.562 2462 3665 0 0 0.562 2502 3688 0 0 0.562 2 interp_poly 2462 3665 0 0 0.562 2530 3651 0 0 0.562 2462 3665 0 0 0.562 2 interp_poly -40 -22 68 -14 2474 3724 3 MP PP 2474 3724 0 0 0.562 2542 3710 0 0 0.562 2474 3724 0 0 0.562 2 interp_poly 2542 3710 0 0 0.562 2502 3688 0 0 0.562 2542 3710 0 0 0.562 2 interp_poly 68 -33 -40 160 2538 3577 3 MP PP 2538 3577 0 0.0625 1 2498 3737 0 0 0.75 2538 3577 0 0.0625 1 2 interp_poly 2498 3737 0 0 0.75 2566 3704 0 0 0.75 2498 3737 0 0 0.75 2 interp_poly -40 13 68 -22 2526 3763 3 MP PP 2526 3763 0 0 0.625 2594 3741 0 0 0.625 2526 3763 0 0 0.625 2 interp_poly 2594 3741 0 0 0.625 2554 3754 0 0 0.562 2594 3741 0 0 0.625 2 interp_poly 68 -22 -40 59 2566 3704 3 MP PP 2566 3704 0 0 0.75 2526 3763 0 0 0.625 2566 3704 0 0 0.75 2 interp_poly 2526 3763 0 0 0.625 2594 3741 0 0 0.625 2526 3763 0 0 0.625 2 interp_poly 68 47 -40 -294 2586 3950 3 MP PP 2586 3950 0 0 0.812 2546 3656 0 0.25 1 2586 3950 0 0 0.812 2 interp_poly 2546 3656 0 0.25 1 2614 3703 0 0.188 1 2546 3656 0 0.25 1 2 interp_poly -40 -547 68 47 2546 3656 3 MP PP 2546 3656 0 0.25 1 2614 3703 0 0.188 1 2546 3656 0 0.25 1 2 interp_poly 2614 3703 0 0.188 1 2574 3156 0.0625 1 1 2614 3703 0 0.188 1 2 interp_poly 68 -12 -40 -28 2583 4282 3 MP PP 2583 4282 0 0 0.562 2543 4254 0 0 0.562 2583 4282 0 0 0.562 2 interp_poly 2543 4254 0 0 0.562 2611 4242 0 0 0.562 2543 4254 0 0 0.562 2 interp_poly -40 -32 68 -12 2543 4254 3 MP PP 2543 4254 0 0 0.562 2611 4242 0 0 0.562 2543 4254 0 0 0.562 2 interp_poly 2611 4242 0 0 0.562 2571 4210 0 0 0.562 2611 4242 0 0 0.562 2 interp_poly 68 -14 -40 -24 2579 4445 3 MP PP 2579 4445 0 0 0.562 2539 4421 0 0 0.562 2579 4445 0 0 0.562 2 interp_poly 2539 4421 0 0 0.562 2607 4407 0 0 0.562 2539 4421 0 0 0.562 2 interp_poly -40 -24 68 -14 2539 4421 3 MP PP 2539 4421 0 0 0.562 2607 4407 0 0 0.562 2539 4421 0 0 0.562 2 interp_poly 2607 4407 0 0 0.562 2567 4383 0 0 0.562 2607 4407 0 0 0.562 2 interp_poly -40 -24 68 -14 2445 3219 3 MP PP 2445 3219 0 0 0.562 2513 3205 0 0 0.562 2445 3219 0 0 0.562 2 interp_poly 2513 3205 0 0 0.562 2473 3181 0 0 0.562 2513 3205 0 0 0.562 2 interp_poly 68 -14 -40 -24 2485 3243 3 MP PP 2485 3243 0 0 0.562 2445 3219 0 0 0.562 2485 3243 0 0 0.562 2 interp_poly 2445 3219 0 0 0.562 2513 3205 0 0 0.562 2445 3219 0 0 0.562 2 interp_poly -40 701 68 -152 2482 2731 3 MP PP 2482 2731 0.625 1 0.438 2550 2579 0.812 1 0.25 2482 2731 0.625 1 0.438 2 interp_poly 2550 2579 0.812 1 0.25 2510 3280 0 0.625 1 2550 2579 0.812 1 0.25 2 interp_poly 68 -152 -40 833 2522 1898 3 MP PP 2522 1898 1 0 0 2482 2731 0.625 1 0.438 2522 1898 1 0 0 2 interp_poly 2482 2731 0.625 1 0.438 2550 2579 0.812 1 0.25 2482 2731 0.625 1 0.438 2 interp_poly 68 130 -40 -873 2574 3156 3 MP PP 2574 3156 0.0625 1 1 2534 2283 1 0.562 0 2574 3156 0.0625 1 1 2 interp_poly 2534 2283 1 0.562 0 2602 2413 1 0.812 0 2534 2283 1 0.562 0 2 interp_poly -40 -726 68 130 2534 2283 3 MP PP 2534 2283 1 0.562 0 2602 2413 1 0.812 0 2534 2283 1 0.562 0 2 interp_poly 2602 2413 1 0.812 0 2562 1687 0.625 0 0 2602 2413 1 0.812 0 2 interp_poly 68 -9 -40 -45 2571 4210 3 MP PP 2571 4210 0 0 0.562 2531 4165 0 0 0.562 2571 4210 0 0 0.562 2 interp_poly 2531 4165 0 0 0.562 2599 4156 0 0 0.562 2531 4165 0 0 0.562 2 interp_poly -40 -72 68 -9 2531 4165 3 MP PP 2531 4165 0 0 0.562 2599 4156 0 0 0.562 2531 4165 0 0 0.562 2 interp_poly 2599 4156 0 0 0.562 2559 4084 0 0 0.688 2599 4156 0 0 0.562 2 interp_poly 68 -14 -40 -24 2567 4383 3 MP PP 2567 4383 0 0 0.562 2527 4359 0 0 0.562 2567 4383 0 0 0.562 2 interp_poly 2527 4359 0 0 0.562 2595 4345 0 0 0.562 2527 4359 0 0 0.562 2 interp_poly -40 -24 68 -14 2527 4359 3 MP PP 2527 4359 0 0 0.562 2595 4345 0 0 0.562 2527 4359 0 0 0.562 2 interp_poly 2595 4345 0 0 0.562 2555 4321 0 0 0.562 2595 4345 0 0 0.562 2 interp_poly 67 16 -40 -150 2559 4084 3 MP PP 2559 4084 0 0 0.688 2519 3934 0 0 0.875 2559 4084 0 0 0.688 2 interp_poly 2519 3934 0 0 0.875 2586 3950 0 0 0.812 2519 3934 0 0 0.875 2 interp_poly -40 -294 67 16 2519 3934 3 MP PP 2519 3934 0 0 0.875 2586 3950 0 0 0.812 2519 3934 0 0 0.875 2 interp_poly 2586 3950 0 0 0.812 2546 3656 0 0.25 1 2586 3950 0 0 0.812 2 interp_poly 68 -13 -40 -26 2555 4321 3 MP PP 2555 4321 0 0 0.562 2515 4295 0 0 0.562 2555 4321 0 0 0.562 2 interp_poly 2515 4295 0 0 0.562 2583 4282 0 0 0.562 2515 4295 0 0 0.562 2 interp_poly -40 -28 68 -13 2515 4295 3 MP PP 2515 4295 0 0 0.562 2583 4282 0 0 0.562 2515 4295 0 0 0.562 2 interp_poly 2583 4282 0 0 0.562 2543 4254 0 0 0.562 2583 4282 0 0 0.562 2 interp_poly 68 105 -40 -605 2546 3656 3 MP PP 2546 3656 0 0.25 1 2506 3051 0.25 1 0.812 2546 3656 0 0.25 1 2 interp_poly 2506 3051 0.25 1 0.812 2574 3156 0.0625 1 1 2506 3051 0.25 1 0.812 2 interp_poly -40 -873 68 105 2506 3051 3 MP PP 2506 3051 0.25 1 0.812 2574 3156 0.0625 1 1 2506 3051 0.25 1 0.812 2 interp_poly 2574 3156 0.0625 1 1 2534 2283 1 0.562 0 2574 3156 0.0625 1 1 2 interp_poly 68 -11 -40 -33 2543 4254 3 MP PP 2543 4254 0 0 0.562 2503 4221 0 0 0.562 2543 4254 0 0 0.562 2 interp_poly 2503 4221 0 0 0.562 2571 4210 0 0 0.562 2503 4221 0 0 0.562 2 interp_poly -40 -45 68 -11 2503 4221 3 MP PP 2503 4221 0 0 0.562 2571 4210 0 0 0.562 2503 4221 0 0 0.562 2 interp_poly 2571 4210 0 0 0.562 2531 4165 0 0 0.562 2571 4210 0 0 0.562 2 interp_poly 68 -14 -40 -24 2539 4421 3 MP PP 2539 4421 0 0 0.562 2499 4397 0 0 0.562 2539 4421 0 0 0.562 2 interp_poly 2499 4397 0 0 0.562 2567 4383 0 0 0.562 2499 4397 0 0 0.562 2 interp_poly -40 -24 68 -14 2499 4397 3 MP PP 2499 4397 0 0 0.562 2567 4383 0 0 0.562 2499 4397 0 0 0.562 2 interp_poly 2567 4383 0 0 0.562 2527 4359 0 0 0.562 2567 4383 0 0 0.562 2 interp_poly -40 833 68 -135 2454 2033 3 MP PP 2454 2033 1 0.25 0 2522 1898 1 0 0 2454 2033 1 0.25 0 2 interp_poly 2522 1898 1 0 0 2482 2731 0.625 1 0.438 2522 1898 1 0 0 2 interp_poly 68 -135 -40 370 2494 1663 3 MP PP 2494 1663 0.562 0 0 2454 2033 1 0.25 0 2494 1663 0.562 0 0 2 interp_poly 2454 2033 1 0.25 0 2522 1898 1 0 0 2454 2033 1 0.25 0 2 interp_poly -40 211 68 24 2494 1663 3 MP PP 2494 1663 0.562 0 0 2562 1687 0.625 0 0 2494 1663 0.562 0 0 2 interp_poly 2562 1687 0.625 0 0 2522 1898 1 0 0 2562 1687 0.625 0 0 2 interp_poly 68 24 -40 -620 2534 2283 3 MP PP 2534 2283 1 0.562 0 2494 1663 0.562 0 0 2534 2283 1 0.562 0 2 interp_poly 2494 1663 0.562 0 0 2562 1687 0.625 0 0 2494 1663 0.562 0 0 2 interp_poly 68 -1 -40 -80 2531 4165 3 MP PP 2531 4165 0 0 0.562 2491 4085 0 0 0.688 2531 4165 0 0 0.562 2 interp_poly 2491 4085 0 0 0.688 2559 4084 0 0 0.688 2491 4085 0 0 0.688 2 interp_poly -40 -150 68 -1 2491 4085 3 MP PP 2491 4085 0 0 0.688 2559 4084 0 0 0.688 2491 4085 0 0 0.688 2 interp_poly 2559 4084 0 0 0.688 2519 3934 0 0 0.875 2559 4084 0 0 0.688 2 interp_poly 68 -13 -40 -25 2527 4359 3 MP PP 2527 4359 0 0 0.562 2487 4334 0 0 0.562 2527 4359 0 0 0.562 2 interp_poly 2487 4334 0 0 0.562 2555 4321 0 0 0.562 2487 4334 0 0 0.562 2 interp_poly -40 -26 68 -13 2487 4334 3 MP PP 2487 4334 0 0 0.562 2555 4321 0 0 0.562 2487 4334 0 0 0.562 2 interp_poly 2555 4321 0 0 0.562 2515 4295 0 0 0.562 2555 4321 0 0 0.562 2 interp_poly -40 -23 68 -14 2422 3641 3 MP PP 2422 3641 0 0 0.562 2490 3627 0 0 0.562 2422 3641 0 0 0.562 2 interp_poly 2490 3627 0 0 0.562 2450 3604 0 0 0.562 2490 3627 0 0 0.562 2 interp_poly 68 -14 -40 -24 2462 3665 3 MP PP 2462 3665 0 0 0.562 2422 3641 0 0 0.562 2462 3665 0 0 0.562 2 interp_poly 2422 3641 0 0 0.562 2490 3627 0 0 0.562 2422 3641 0 0 0.562 2 interp_poly 68 -15 -40 -14 2418 3787 3 MP PP 2418 3787 0 0 0.562 2378 3773 0 0 0.562 2418 3787 0 0 0.562 2 interp_poly 2378 3773 0 0 0.562 2446 3758 0 0 0.562 2378 3773 0 0 0.562 2 interp_poly -40 -13 68 -16 2418 3787 3 MP PP 2418 3787 0 0 0.562 2486 3771 0 0 0.562 2418 3787 0 0 0.562 2 interp_poly 2486 3771 0 0 0.562 2446 3758 0 0 0.562 2486 3771 0 0 0.562 2 interp_poly 68 -16 -40 3 2458 3784 3 MP PP 2458 3784 0 0 0.625 2418 3787 0 0 0.562 2458 3784 0 0 0.625 2 interp_poly 2418 3787 0 0 0.562 2486 3771 0 0 0.562 2418 3787 0 0 0.562 2 interp_poly -40 47 68 -30 2430 3767 3 MP PP 2430 3767 0 0 0.688 2498 3737 0 0 0.75 2430 3767 0 0 0.688 2 interp_poly 2498 3737 0 0 0.75 2458 3784 0 0 0.625 2498 3737 0 0 0.75 2 interp_poly -40 -20 68 -15 2378 3773 3 MP PP 2378 3773 0 0 0.562 2446 3758 0 0 0.562 2378 3773 0 0 0.562 2 interp_poly 2446 3758 0 0 0.562 2406 3738 0 0 0.562 2446 3758 0 0 0.562 2 interp_poly -40 -24 68 -14 2394 3679 3 MP PP 2394 3679 0 0 0.562 2462 3665 0 0 0.562 2394 3679 0 0 0.562 2 interp_poly 2462 3665 0 0 0.562 2422 3641 0 0 0.562 2462 3665 0 0 0.562 2 interp_poly 68 -14 -40 -23 2434 3702 3 MP PP 2434 3702 0 0 0.562 2394 3679 0 0 0.562 2434 3702 0 0 0.562 2 interp_poly 2394 3679 0 0 0.562 2462 3665 0 0 0.562 2394 3679 0 0 0.562 2 interp_poly -40 -22 68 -14 2406 3738 3 MP PP 2406 3738 0 0 0.562 2474 3724 0 0 0.562 2406 3738 0 0 0.562 2 interp_poly 2474 3724 0 0 0.562 2434 3702 0 0 0.562 2474 3724 0 0 0.562 2 interp_poly 68 -14 -40 -20 2446 3758 3 MP PP 2446 3758 0 0 0.562 2406 3738 0 0 0.562 2446 3758 0 0 0.562 2 interp_poly 2406 3738 0 0 0.562 2474 3724 0 0 0.562 2406 3738 0 0 0.562 2 interp_poly -40 -23 68 -14 2434 3702 3 MP PP 2434 3702 0 0 0.562 2502 3688 0 0 0.562 2434 3702 0 0 0.562 2 interp_poly 2502 3688 0 0 0.562 2462 3665 0 0 0.562 2502 3688 0 0 0.562 2 interp_poly 68 -14 -40 -22 2474 3724 3 MP PP 2474 3724 0 0 0.562 2434 3702 0 0 0.562 2474 3724 0 0 0.562 2 interp_poly 2434 3702 0 0 0.562 2502 3688 0 0 0.562 2434 3702 0 0 0.562 2 interp_poly 68 -30 -40 134 2470 3633 3 MP PP 2470 3633 0 0 0.938 2430 3767 0 0 0.688 2470 3633 0 0 0.938 2 interp_poly 2430 3767 0 0 0.688 2498 3737 0 0 0.75 2430 3767 0 0 0.688 2 interp_poly 68 -14 -40 -23 2490 3627 3 MP PP 2490 3627 0 0 0.562 2450 3604 0 0 0.562 2490 3627 0 0 0.562 2 interp_poly 2450 3604 0 0 0.562 2518 3590 0 0 0.562 2450 3604 0 0 0.562 2 interp_poly -40 8 68 -21 2458 3784 3 MP PP 2458 3784 0 0 0.625 2526 3763 0 0 0.625 2458 3784 0 0 0.625 2 interp_poly 2526 3763 0 0 0.625 2486 3771 0 0 0.562 2526 3763 0 0 0.625 2 interp_poly 68 -21 -40 47 2498 3737 3 MP PP 2498 3737 0 0 0.75 2458 3784 0 0 0.625 2498 3737 0 0 0.75 2 interp_poly 2458 3784 0 0 0.625 2526 3763 0 0 0.625 2458 3784 0 0 0.625 2 interp_poly -40 160 68 -56 2470 3633 3 MP PP 2470 3633 0 0 0.938 2538 3577 0 0.0625 1 2470 3633 0 0 0.938 2 interp_poly 2538 3577 0 0.0625 1 2498 3737 0 0 0.75 2538 3577 0 0.0625 1 2 interp_poly -40 -24 68 -14 2425 3480 3 MP PP 2425 3480 0 0 0.562 2493 3466 0 0 0.562 2425 3480 0 0 0.562 2 interp_poly 2493 3466 0 0 0.562 2453 3442 0 0 0.562 2493 3466 0 0 0.562 2 interp_poly 68 -14 -40 -24 2465 3504 3 MP PP 2465 3504 0 0 0.562 2425 3480 0 0 0.562 2465 3504 0 0 0.562 2 interp_poly 2425 3480 0 0 0.562 2493 3466 0 0 0.562 2425 3480 0 0 0.562 2 interp_poly -40 -24 68 -14 2437 3542 3 MP PP 2437 3542 0 0 0.562 2505 3528 0 0 0.562 2437 3542 0 0 0.562 2 interp_poly 2505 3528 0 0 0.562 2465 3504 0 0 0.562 2505 3528 0 0 0.562 2 interp_poly 68 -14 -40 -24 2477 3566 3 MP PP 2477 3566 0 0 0.562 2437 3542 0 0 0.562 2477 3566 0 0 0.562 2 interp_poly 2437 3542 0 0 0.562 2505 3528 0 0 0.562 2437 3542 0 0 0.562 2 interp_poly -40 -24 68 -13 2441 3380 3 MP PP 2441 3380 0 0 0.562 2509 3367 0 0 0.562 2441 3380 0 0 0.562 2 interp_poly 2509 3367 0 0 0.562 2469 3343 0 0 0.562 2509 3367 0 0 0.562 2 interp_poly 68 -13 -40 -24 2481 3404 3 MP PP 2481 3404 0 0 0.562 2441 3380 0 0 0.562 2481 3404 0 0 0.562 2 interp_poly 2441 3380 0 0 0.562 2509 3367 0 0 0.562 2441 3380 0 0 0.562 2 interp_poly -41 -24 68 -14 2450 3604 3 MP PP 2450 3604 0 0 0.562 2518 3590 0 0 0.562 2450 3604 0 0 0.562 2 interp_poly 2518 3590 0 0 0.562 2477 3566 0 0 0.562 2518 3590 0 0 0.562 2 interp_poly -40 -25 68 -13 2453 3442 3 MP PP 2453 3442 0 0 0.562 2521 3429 0 0 0.562 2453 3442 0 0 0.562 2 interp_poly 2521 3429 0 0 0.562 2481 3404 0 0 0.562 2521 3429 0 0 0.562 2 interp_poly 68 -13 -40 -24 2493 3466 3 MP PP 2493 3466 0 0 0.562 2453 3442 0 0 0.562 2493 3466 0 0 0.562 2 interp_poly 2453 3442 0 0 0.562 2521 3429 0 0 0.562 2453 3442 0 0 0.562 2 interp_poly 68 -56 -40 353 2510 3280 3 MP PP 2510 3280 0 0.625 1 2470 3633 0 0 0.938 2510 3280 0 0.625 1 2 interp_poly 2470 3633 0 0 0.938 2538 3577 0 0.0625 1 2470 3633 0 0 0.938 2 interp_poly 67 54 -40 -332 2519 3934 3 MP PP 2519 3934 0 0 0.875 2479 3602 0 0.375 1 2519 3934 0 0 0.875 2 interp_poly 2479 3602 0 0.375 1 2546 3656 0 0.25 1 2479 3602 0 0.375 1 2 interp_poly -40 -24 68 -13 2429 3318 3 MP PP 2429 3318 0 0 0.562 2497 3305 0 0 0.562 2429 3318 0 0 0.562 2 interp_poly 2497 3305 0 0 0.562 2457 3281 0 0 0.562 2497 3305 0 0 0.562 2 interp_poly 68 -13 -40 -25 2469 3343 3 MP PP 2469 3343 0 0 0.562 2429 3318 0 0 0.562 2469 3343 0 0 0.562 2 interp_poly 2429 3318 0 0 0.562 2497 3305 0 0 0.562 2429 3318 0 0 0.562 2 interp_poly -40 -24 68 -14 2385 3456 3 MP PP 2385 3456 0 0 0.562 2453 3442 0 0 0.562 2385 3456 0 0 0.562 2 interp_poly 2453 3442 0 0 0.562 2413 3418 0 0 0.562 2453 3442 0 0 0.562 2 interp_poly 68 -14 -40 -24 2425 3480 3 MP PP 2425 3480 0 0 0.562 2385 3456 0 0 0.562 2425 3480 0 0 0.562 2 interp_poly 2385 3456 0 0 0.562 2453 3442 0 0 0.562 2385 3456 0 0 0.562 2 interp_poly -40 -24 68 -14 2397 3518 3 MP PP 2397 3518 0 0 0.562 2465 3504 0 0 0.562 2397 3518 0 0 0.562 2 interp_poly 2465 3504 0 0 0.562 2425 3480 0 0 0.562 2465 3504 0 0 0.562 2 interp_poly 68 -14 -40 -24 2437 3542 3 MP PP 2437 3542 0 0 0.562 2397 3518 0 0 0.562 2437 3542 0 0 0.562 2 interp_poly 2397 3518 0 0 0.562 2465 3504 0 0 0.562 2397 3518 0 0 0.562 2 interp_poly -40 -25 68 -13 2401 3356 3 MP PP 2401 3356 0 0 0.562 2469 3343 0 0 0.562 2401 3356 0 0 0.562 2 interp_poly 2469 3343 0 0 0.562 2429 3318 0 0 0.562 2469 3343 0 0 0.562 2 interp_poly 68 -13 -40 -24 2441 3380 3 MP PP 2441 3380 0 0 0.562 2401 3356 0 0 0.562 2441 3380 0 0 0.562 2 interp_poly 2401 3356 0 0 0.562 2469 3343 0 0 0.562 2401 3356 0 0 0.562 2 interp_poly -40 -24 67 -13 2410 3579 3 MP PP 2410 3579 0 0 0.562 2477 3566 0 0 0.562 2410 3579 0 0 0.562 2 interp_poly 2477 3566 0 0 0.562 2437 3542 0 0 0.562 2477 3566 0 0 0.562 2 interp_poly 67 -13 -40 -25 2450 3604 3 MP PP 2450 3604 0 0 0.562 2410 3579 0 0 0.562 2450 3604 0 0 0.562 2 interp_poly 2410 3579 0 0 0.562 2477 3566 0 0 0.562 2410 3579 0 0 0.562 2 interp_poly -40 -24 68 -14 2413 3418 3 MP PP 2413 3418 0 0 0.562 2481 3404 0 0 0.562 2413 3418 0 0 0.562 2 interp_poly 2481 3404 0 0 0.562 2441 3380 0 0 0.562 2481 3404 0 0 0.562 2 interp_poly 68 -14 -40 -24 2453 3442 3 MP PP 2453 3442 0 0 0.562 2413 3418 0 0 0.562 2453 3442 0 0 0.562 2 interp_poly 2413 3418 0 0 0.562 2481 3404 0 0 0.562 2413 3418 0 0 0.562 2 interp_poly -40 353 68 -96 2442 3376 3 MP PP 2442 3376 0 0.438 1 2510 3280 0 0.625 1 2442 3376 0 0.438 1 2 interp_poly 2510 3280 0 0.625 1 2470 3633 0 0 0.938 2510 3280 0 0.625 1 2 interp_poly -40 -24 68 -13 2389 3294 3 MP PP 2389 3294 0 0 0.562 2457 3281 0 0 0.562 2389 3294 0 0 0.562 2 interp_poly 2457 3281 0 0 0.562 2417 3257 0 0 0.562 2457 3281 0 0 0.562 2 interp_poly 68 -13 -40 -24 2429 3318 3 MP PP 2429 3318 0 0 0.562 2389 3294 0 0 0.562 2429 3318 0 0 0.562 2 interp_poly 2389 3294 0 0 0.562 2457 3281 0 0 0.562 2389 3294 0 0 0.562 2 interp_poly 68 -14 -40 -24 2433 3157 3 MP PP 2433 3157 0 0 0.562 2393 3133 0 0 0.562 2433 3157 0 0 0.562 2 interp_poly 2393 3133 0 0 0.562 2461 3119 0 0 0.562 2393 3133 0 0 0.562 2 interp_poly -40 -24 68 -14 2405 3195 3 MP PP 2405 3195 0 0 0.562 2473 3181 0 0 0.562 2405 3195 0 0 0.562 2 interp_poly 2473 3181 0 0 0.562 2433 3157 0 0 0.562 2473 3181 0 0 0.562 2 interp_poly 68 -14 -40 -24 2445 3219 3 MP PP 2445 3219 0 0 0.562 2405 3195 0 0 0.562 2445 3219 0 0 0.562 2 interp_poly 2405 3195 0 0 0.562 2473 3181 0 0 0.562 2405 3195 0 0 0.562 2 interp_poly -40 -24 68 -14 2417 3257 3 MP PP 2417 3257 0 0 0.562 2485 3243 0 0 0.562 2417 3257 0 0 0.562 2 interp_poly 2485 3243 0 0 0.562 2445 3219 0 0 0.562 2485 3243 0 0 0.562 2 interp_poly 68 -14 -40 -24 2457 3281 3 MP PP 2457 3281 0 0 0.562 2417 3257 0 0 0.562 2457 3281 0 0 0.562 2 interp_poly 2417 3257 0 0 0.562 2485 3243 0 0 0.562 2417 3257 0 0 0.562 2 interp_poly -40 -24 68 -14 2433 3157 3 MP PP 2433 3157 0 0 0.562 2501 3143 0 0 0.562 2433 3157 0 0 0.562 2 interp_poly 2501 3143 0 0 0.562 2461 3119 0 0 0.562 2501 3143 0 0 0.562 2 interp_poly 68 -14 -40 -24 2473 3181 3 MP PP 2473 3181 0 0 0.562 2433 3157 0 0 0.562 2473 3181 0 0 0.562 2 interp_poly 2433 3157 0 0 0.562 2501 3143 0 0 0.562 2433 3157 0 0 0.562 2 interp_poly 68 -96 -40 645 2482 2731 3 MP PP 2482 2731 0.625 1 0.438 2442 3376 0 0.438 1 2482 2731 0.625 1 0.438 2 interp_poly 2442 3376 0 0.438 1 2510 3280 0 0.625 1 2442 3376 0 0.438 1 2 interp_poly -40 -605 67 54 2479 3602 3 MP PP 2479 3602 0 0.375 1 2546 3656 0 0.25 1 2479 3602 0 0.375 1 2 interp_poly 2546 3656 0 0.25 1 2506 3051 0.25 1 0.812 2546 3656 0 0.25 1 2 interp_poly 68 -13 -40 -28 2515 4295 3 MP PP 2515 4295 0 0 0.562 2475 4267 0 0 0.562 2515 4295 0 0 0.562 2 interp_poly 2475 4267 0 0 0.562 2543 4254 0 0 0.562 2475 4267 0 0 0.562 2 interp_poly -40 -33 68 -13 2475 4267 3 MP PP 2475 4267 0 0 0.562 2543 4254 0 0 0.562 2475 4267 0 0 0.562 2 interp_poly 2543 4254 0 0 0.562 2503 4221 0 0 0.562 2543 4254 0 0 0.562 2 interp_poly 68 126 -40 -894 2506 3051 3 MP PP 2506 3051 0.25 1 0.812 2466 2157 1 0.312 0 2506 3051 0.25 1 0.812 2 interp_poly 2466 2157 1 0.312 0 2534 2283 1 0.562 0 2466 2157 1 0.312 0 2 interp_poly -40 -620 68 126 2466 2157 3 MP PP 2466 2157 1 0.312 0 2534 2283 1 0.562 0 2466 2157 1 0.312 0 2 interp_poly 2534 2283 1 0.562 0 2494 1663 0.562 0 0 2534 2283 1 0.562 0 2 interp_poly 68 -8 -40 -48 2503 4221 3 MP PP 2503 4221 0 0 0.562 2463 4173 0 0 0.625 2503 4221 0 0 0.562 2 interp_poly 2463 4173 0 0 0.625 2531 4165 0 0 0.562 2463 4173 0 0 0.625 2 interp_poly -40 -80 68 -8 2463 4173 3 MP PP 2463 4173 0 0 0.625 2531 4165 0 0 0.562 2463 4173 0 0 0.625 2 interp_poly 2531 4165 0 0 0.562 2491 4085 0 0 0.688 2531 4165 0 0 0.562 2 interp_poly 68 -14 -40 -24 2499 4397 3 MP PP 2499 4397 0 0 0.562 2459 4373 0 0 0.562 2499 4397 0 0 0.562 2 interp_poly 2459 4373 0 0 0.562 2527 4359 0 0 0.562 2459 4373 0 0 0.562 2 interp_poly -40 -25 68 -14 2459 4373 3 MP PP 2459 4373 0 0 0.562 2527 4359 0 0 0.562 2459 4373 0 0 0.562 2 interp_poly 2527 4359 0 0 0.562 2487 4334 0 0 0.562 2527 4359 0 0 0.562 2 interp_poly 68 19 -40 -170 2491 4085 3 MP PP 2491 4085 0 0 0.688 2451 3915 0 0 0.938 2491 4085 0 0 0.688 2 interp_poly 2451 3915 0 0 0.938 2519 3934 0 0 0.875 2451 3915 0 0 0.938 2 interp_poly -40 -332 68 19 2451 3915 3 MP PP 2451 3915 0 0 0.938 2519 3934 0 0 0.875 2451 3915 0 0 0.938 2 interp_poly 2519 3934 0 0 0.875 2479 3602 0 0.375 1 2519 3934 0 0 0.875 2 interp_poly 68 -13 -40 -26 2487 4334 3 MP PP 2487 4334 0 0 0.562 2447 4308 0 0 0.562 2487 4334 0 0 0.562 2 interp_poly 2447 4308 0 0 0.562 2515 4295 0 0 0.562 2447 4308 0 0 0.562 2 interp_poly -40 -28 68 -13 2447 4308 3 MP PP 2447 4308 0 0 0.562 2515 4295 0 0 0.562 2447 4308 0 0 0.562 2 interp_poly 2515 4295 0 0 0.562 2475 4267 0 0 0.562 2515 4295 0 0 0.562 2 interp_poly -40 -24 68 -14 2365 3171 3 MP PP 2365 3171 0 0 0.562 2433 3157 0 0 0.562 2365 3171 0 0 0.562 2 interp_poly 2433 3157 0 0 0.562 2393 3133 0 0 0.562 2433 3157 0 0 0.562 2 interp_poly 68 -14 -40 -24 2405 3195 3 MP PP 2405 3195 0 0 0.562 2365 3171 0 0 0.562 2405 3195 0 0 0.562 2 interp_poly 2365 3171 0 0 0.562 2433 3157 0 0 0.562 2365 3171 0 0 0.562 2 interp_poly -40 -24 68 -14 2377 3233 3 MP PP 2377 3233 0 0 0.562 2445 3219 0 0 0.562 2377 3233 0 0 0.562 2 interp_poly 2445 3219 0 0 0.562 2405 3195 0 0 0.562 2445 3219 0 0 0.562 2 interp_poly 68 -14 -40 -24 2417 3257 3 MP PP 2417 3257 0 0 0.562 2377 3233 0 0 0.562 2417 3257 0 0 0.562 2 interp_poly 2377 3233 0 0 0.562 2445 3219 0 0 0.562 2377 3233 0 0 0.562 2 interp_poly -40 645 68 -146 2414 2877 3 MP PP 2414 2877 0.375 1 0.688 2482 2731 0.625 1 0.438 2414 2877 0.375 1 0.688 2 interp_poly 2482 2731 0.625 1 0.438 2442 3376 0 0.438 1 2482 2731 0.625 1 0.438 2 interp_poly 67 114 -40 -665 2479 3602 3 MP PP 2479 3602 0 0.375 1 2439 2937 0.5 1 0.562 2479 3602 0 0.375 1 2 interp_poly 2439 2937 0.5 1 0.562 2506 3051 0.25 1 0.812 2439 2937 0.5 1 0.562 2 interp_poly 68 -146 -40 844 2454 2033 3 MP PP 2454 2033 1 0.25 0 2414 2877 0.375 1 0.688 2454 2033 1 0.25 0 2 interp_poly 2414 2877 0.375 1 0.688 2482 2731 0.625 1 0.438 2414 2877 0.375 1 0.688 2 interp_poly -40 -894 67 114 2439 2937 3 MP PP 2439 2937 0.5 1 0.562 2506 3051 0.25 1 0.812 2439 2937 0.5 1 0.562 2 interp_poly 2506 3051 0.25 1 0.812 2466 2157 1 0.312 0 2506 3051 0.25 1 0.812 2 interp_poly 68 -11 -40 -35 2475 4267 3 MP PP 2475 4267 0 0 0.562 2435 4232 0 0 0.562 2475 4267 0 0 0.562 2 interp_poly 2435 4232 0 0 0.562 2503 4221 0 0 0.562 2435 4232 0 0 0.562 2 interp_poly -40 -48 68 -11 2435 4232 3 MP PP 2435 4232 0 0 0.562 2503 4221 0 0 0.562 2435 4232 0 0 0.562 2 interp_poly 2503 4221 0 0 0.562 2463 4173 0 0 0.625 2503 4221 0 0 0.562 2 interp_poly -40 370 68 -6 2426 1669 3 MP PP 2426 1669 0.562 0 0 2494 1663 0.562 0 0 2426 1669 0.562 0 0 2 interp_poly 2494 1663 0.562 0 0 2454 2033 1 0.25 0 2494 1663 0.562 0 0 2 interp_poly 68 -6 -40 -488 2466 2157 3 MP PP 2466 2157 1 0.312 0 2426 1669 0.562 0 0 2466 2157 1 0.312 0 2 interp_poly 2426 1669 0.562 0 0 2494 1663 0.562 0 0 2426 1669 0.562 0 0 2 interp_poly 68 2 -40 -90 2463 4173 3 MP PP 2463 4173 0 0 0.625 2423 4083 0 0 0.688 2463 4173 0 0 0.625 2 interp_poly 2423 4083 0 0 0.688 2491 4085 0 0 0.688 2423 4083 0 0 0.688 2 interp_poly -40 -170 68 2 2423 4083 3 MP PP 2423 4083 0 0 0.688 2491 4085 0 0 0.688 2423 4083 0 0 0.688 2 interp_poly 2491 4085 0 0 0.688 2451 3915 0 0 0.938 2491 4085 0 0 0.688 2 interp_poly 68 -14 -40 -25 2459 4373 3 MP PP 2459 4373 0 0 0.562 2419 4348 0 0 0.562 2459 4373 0 0 0.562 2 interp_poly 2419 4348 0 0 0.562 2487 4334 0 0 0.562 2419 4348 0 0 0.562 2 interp_poly -40 -26 68 -14 2419 4348 3 MP PP 2419 4348 0 0 0.562 2487 4334 0 0 0.562 2419 4348 0 0 0.562 2 interp_poly 2487 4334 0 0 0.562 2447 4308 0 0 0.562 2487 4334 0 0 0.562 2 interp_poly -40 -24 68 -14 2354 3655 3 MP PP 2354 3655 0 0 0.562 2422 3641 0 0 0.562 2354 3655 0 0 0.562 2 interp_poly 2422 3641 0 0 0.562 2382 3617 0 0 0.562 2422 3641 0 0 0.562 2 interp_poly 68 -14 -40 -24 2394 3679 3 MP PP 2394 3679 0 0 0.562 2354 3655 0 0 0.562 2394 3679 0 0 0.562 2 interp_poly 2354 3655 0 0 0.562 2422 3641 0 0 0.562 2354 3655 0 0 0.562 2 interp_poly -40 -23 68 -14 2366 3716 3 MP PP 2366 3716 0 0 0.562 2434 3702 0 0 0.562 2366 3716 0 0 0.562 2 interp_poly 2434 3702 0 0 0.562 2394 3679 0 0 0.562 2434 3702 0 0 0.562 2 interp_poly 68 -14 -40 -22 2406 3738 3 MP PP 2406 3738 0 0 0.562 2366 3716 0 0 0.562 2406 3738 0 0 0.562 2 interp_poly 2366 3716 0 0 0.562 2434 3702 0 0 0.562 2366 3716 0 0 0.562 2 interp_poly -40 -24 67 -13 2370 3555 3 MP PP 2370 3555 0 0 0.562 2437 3542 0 0 0.562 2370 3555 0 0 0.562 2 interp_poly 2437 3542 0 0 0.562 2397 3518 0 0 0.562 2437 3542 0 0 0.562 2 interp_poly 67 -13 -40 -24 2410 3579 3 MP PP 2410 3579 0 0 0.562 2370 3555 0 0 0.562 2410 3579 0 0 0.562 2 interp_poly 2370 3555 0 0 0.562 2437 3542 0 0 0.562 2370 3555 0 0 0.562 2 interp_poly -40 -24 68 -13 2317 3469 3 MP PP 2317 3469 0 0 0.562 2385 3456 0 0 0.562 2317 3469 0 0 0.562 2 interp_poly 2385 3456 0 0 0.562 2345 3432 0 0 0.562 2385 3456 0 0 0.562 2 interp_poly 68 -13 -40 -25 2357 3494 3 MP PP 2357 3494 0 0 0.562 2317 3469 0 0 0.562 2357 3494 0 0 0.562 2 interp_poly 2317 3469 0 0 0.562 2385 3456 0 0 0.562 2317 3469 0 0 0.562 2 interp_poly -40 -24 67 -13 2330 3531 3 MP PP 2330 3531 0 0 0.562 2397 3518 0 0 0.562 2330 3531 0 0 0.562 2 interp_poly 2397 3518 0 0 0.562 2357 3494 0 0 0.562 2397 3518 0 0 0.562 2 interp_poly 67 -13 -40 -24 2370 3555 3 MP PP 2370 3555 0 0 0.562 2330 3531 0 0 0.562 2370 3555 0 0 0.562 2 interp_poly 2330 3531 0 0 0.562 2397 3518 0 0 0.562 2330 3531 0 0 0.562 2 interp_poly -40 -24 68 -14 2342 3593 3 MP PP 2342 3593 0 0 0.562 2410 3579 0 0 0.562 2342 3593 0 0 0.562 2 interp_poly 2410 3579 0 0 0.562 2370 3555 0 0 0.562 2410 3579 0 0 0.562 2 interp_poly 68 -14 -40 -24 2382 3617 3 MP PP 2382 3617 0 0 0.562 2342 3593 0 0 0.562 2382 3617 0 0 0.562 2 interp_poly 2342 3593 0 0 0.562 2410 3579 0 0 0.562 2342 3593 0 0 0.562 2 interp_poly -40 -24 68 -14 2345 3432 3 MP PP 2345 3432 0 0 0.562 2413 3418 0 0 0.562 2345 3432 0 0 0.562 2 interp_poly 2413 3418 0 0 0.562 2373 3394 0 0 0.562 2413 3418 0 0 0.562 2 interp_poly 68 -14 -40 -24 2385 3456 3 MP PP 2385 3456 0 0 0.562 2345 3432 0 0 0.562 2385 3456 0 0 0.562 2 interp_poly 2345 3432 0 0 0.562 2413 3418 0 0 0.562 2345 3432 0 0 0.562 2 interp_poly -40 -24 68 -14 2357 3494 3 MP PP 2357 3494 0 0 0.562 2425 3480 0 0 0.562 2357 3494 0 0 0.562 2 interp_poly 2425 3480 0 0 0.562 2385 3456 0 0 0.562 2425 3480 0 0 0.562 2 interp_poly 68 -14 -40 -24 2397 3518 3 MP PP 2397 3518 0 0 0.562 2357 3494 0 0 0.562 2397 3518 0 0 0.562 2 interp_poly 2357 3494 0 0 0.562 2425 3480 0 0 0.562 2357 3494 0 0 0.562 2 interp_poly -40 -24 68 -14 2373 3394 3 MP PP 2373 3394 0 0 0.562 2441 3380 0 0 0.562 2373 3394 0 0 0.562 2 interp_poly 2441 3380 0 0 0.562 2401 3356 0 0 0.562 2441 3380 0 0 0.562 2 interp_poly 68 -14 -40 -24 2413 3418 3 MP PP 2413 3418 0 0 0.562 2373 3394 0 0 0.562 2413 3418 0 0 0.562 2 interp_poly 2373 3394 0 0 0.562 2441 3380 0 0 0.562 2373 3394 0 0 0.562 2 interp_poly -40 -25 68 -13 2382 3617 3 MP PP 2382 3617 0 0 0.562 2450 3604 0 0 0.562 2382 3617 0 0 0.562 2 interp_poly 2450 3604 0 0 0.562 2410 3579 0 0 0.562 2450 3604 0 0 0.562 2 interp_poly 68 -13 -40 -24 2422 3641 3 MP PP 2422 3641 0 0 0.562 2382 3617 0 0 0.562 2422 3641 0 0 0.562 2 interp_poly 2382 3617 0 0 0.562 2450 3604 0 0 0.562 2382 3617 0 0 0.562 2 interp_poly -40 307 68 -86 2374 3462 3 MP PP 2374 3462 0 0.312 1 2442 3376 0 0.438 1 2374 3462 0 0.312 1 2 interp_poly 2442 3376 0 0.438 1 2402 3683 0 0 0.875 2442 3376 0 0.438 1 2 interp_poly -40 3 68 -20 2390 3804 3 MP PP 2390 3804 0 0 0.562 2458 3784 0 0 0.625 2390 3804 0 0 0.562 2 interp_poly 2458 3784 0 0 0.625 2418 3787 0 0 0.562 2458 3784 0 0 0.625 2 interp_poly -40 -14 68 -16 2350 3803 3 MP PP 2350 3803 0 0 0.562 2418 3787 0 0 0.562 2350 3803 0 0 0.562 2 interp_poly 2418 3787 0 0 0.562 2378 3773 0 0 0.562 2418 3787 0 0 0.562 2 interp_poly 68 -16 -40 -1 2390 3804 3 MP PP 2390 3804 0 0 0.562 2350 3803 0 0 0.562 2390 3804 0 0 0.562 2 interp_poly 2350 3803 0 0 0.562 2418 3787 0 0 0.562 2350 3803 0 0 0.562 2 interp_poly 68 -20 -40 37 2430 3767 3 MP PP 2430 3767 0 0 0.688 2390 3804 0 0 0.562 2430 3767 0 0 0.688 2 interp_poly 2390 3804 0 0 0.562 2458 3784 0 0 0.625 2390 3804 0 0 0.562 2 interp_poly -40 134 68 -50 2402 3683 3 MP PP 2402 3683 0 0 0.875 2470 3633 0 0 0.938 2402 3683 0 0 0.875 2 interp_poly 2470 3633 0 0 0.938 2430 3767 0 0 0.688 2470 3633 0 0 0.938 2 interp_poly 68 -50 -40 307 2442 3376 3 MP PP 2442 3376 0 0.438 1 2402 3683 0 0 0.875 2442 3376 0 0.438 1 2 interp_poly 2402 3683 0 0 0.875 2470 3633 0 0 0.938 2402 3683 0 0 0.875 2 interp_poly 68 63 -40 -376 2451 3915 3 MP PP 2451 3915 0 0 0.938 2411 3539 0 0.5 1 2451 3915 0 0 0.938 2 interp_poly 2411 3539 0 0.5 1 2479 3602 0 0.375 1 2411 3539 0 0.5 1 2 interp_poly -40 -24 68 -14 2361 3332 3 MP PP 2361 3332 0 0 0.562 2429 3318 0 0 0.562 2361 3332 0 0 0.562 2 interp_poly 2429 3318 0 0 0.562 2389 3294 0 0 0.562 2429 3318 0 0 0.562 2 interp_poly 68 -14 -40 -24 2401 3356 3 MP PP 2401 3356 0 0 0.562 2361 3332 0 0 0.562 2401 3356 0 0 0.562 2 interp_poly 2361 3332 0 0 0.562 2429 3318 0 0 0.562 2361 3332 0 0 0.562 2 interp_poly -40 -24 68 -14 2321 3308 3 MP PP 2321 3308 0 0 0.562 2389 3294 0 0 0.562 2321 3308 0 0 0.562 2 interp_poly 2389 3294 0 0 0.562 2349 3270 0 0 0.562 2389 3294 0 0 0.562 2 interp_poly 68 -14 -40 -24 2361 3332 3 MP PP 2361 3332 0 0 0.562 2321 3308 0 0 0.562 2361 3332 0 0 0.562 2 interp_poly 2321 3308 0 0 0.562 2389 3294 0 0 0.562 2321 3308 0 0 0.562 2 interp_poly -40 -24 68 -14 2333 3370 3 MP PP 2333 3370 0 0 0.562 2401 3356 0 0 0.562 2333 3370 0 0 0.562 2 interp_poly 2401 3356 0 0 0.562 2361 3332 0 0 0.562 2401 3356 0 0 0.562 2 interp_poly 68 -14 -40 -24 2373 3394 3 MP PP 2373 3394 0 0 0.562 2333 3370 0 0 0.562 2373 3394 0 0 0.562 2 interp_poly 2333 3370 0 0 0.562 2401 3356 0 0 0.562 2333 3370 0 0 0.562 2 interp_poly -40 -24 68 -13 2337 3208 3 MP PP 2337 3208 0 0 0.562 2405 3195 0 0 0.562 2337 3208 0 0 0.562 2 interp_poly 2405 3195 0 0 0.562 2365 3171 0 0 0.562 2405 3195 0 0 0.562 2 interp_poly 68 -13 -40 -25 2377 3233 3 MP PP 2377 3233 0 0 0.562 2337 3208 0 0 0.562 2377 3233 0 0 0.562 2 interp_poly 2337 3208 0 0 0.562 2405 3195 0 0 0.562 2337 3208 0 0 0.562 2 interp_poly -40 -24 68 -13 2349 3270 3 MP PP 2349 3270 0 0 0.562 2417 3257 0 0 0.562 2349 3270 0 0 0.562 2 interp_poly 2417 3257 0 0 0.562 2377 3233 0 0 0.562 2417 3257 0 0 0.562 2 interp_poly 68 -13 -40 -24 2389 3294 3 MP PP 2389 3294 0 0 0.562 2349 3270 0 0 0.562 2389 3294 0 0 0.562 2 interp_poly 2349 3270 0 0 0.562 2417 3257 0 0 0.562 2349 3270 0 0 0.562 2 interp_poly 68 -86 -40 585 2414 2877 3 MP PP 2414 2877 0.375 1 0.688 2374 3462 0 0.312 1 2414 2877 0.375 1 0.688 2 interp_poly 2374 3462 0 0.312 1 2442 3376 0 0.438 1 2374 3462 0 0.312 1 2 interp_poly -40 -665 68 63 2411 3539 3 MP PP 2411 3539 0 0.5 1 2479 3602 0 0.375 1 2411 3539 0 0.5 1 2 interp_poly 2479 3602 0 0.375 1 2439 2937 0.5 1 0.562 2479 3602 0 0.375 1 2 interp_poly 68 -13 -40 -28 2447 4308 3 MP PP 2447 4308 0 0 0.562 2407 4280 0 0 0.562 2447 4308 0 0 0.562 2 interp_poly 2407 4280 0 0 0.562 2475 4267 0 0 0.562 2407 4280 0 0 0.562 2 interp_poly -40 -35 68 -13 2407 4280 3 MP PP 2407 4280 0 0 0.562 2475 4267 0 0 0.562 2407 4280 0 0 0.562 2 interp_poly 2475 4267 0 0 0.562 2435 4232 0 0 0.562 2475 4267 0 0 0.562 2 interp_poly -40 844 68 -148 2386 2181 3 MP PP 2386 2181 1 0.438 0 2454 2033 1 0.25 0 2386 2181 1 0.438 0 2 interp_poly 2454 2033 1 0.25 0 2414 2877 0.375 1 0.688 2454 2033 1 0.25 0 2 interp_poly 68 -148 -40 512 2426 1669 3 MP PP 2426 1669 0.562 0 0 2386 2181 1 0.438 0 2426 1669 0.562 0 0 2 interp_poly 2386 2181 1 0.438 0 2454 2033 1 0.25 0 2386 2181 1 0.438 0 2 interp_poly 67 115 -40 -895 2439 2937 3 MP PP 2439 2937 0.5 1 0.562 2399 2042 1 0.125 0 2439 2937 0.5 1 0.562 2 interp_poly 2399 2042 1 0.125 0 2466 2157 1 0.312 0 2399 2042 1 0.125 0 2 interp_poly -40 -488 67 115 2399 2042 3 MP PP 2399 2042 1 0.125 0 2466 2157 1 0.312 0 2399 2042 1 0.125 0 2 interp_poly 2466 2157 1 0.312 0 2426 1669 0.562 0 0 2466 2157 1 0.312 0 2 interp_poly 68 -6 -40 -53 2435 4232 3 MP PP 2435 4232 0 0 0.562 2395 4179 0 0 0.625 2435 4232 0 0 0.562 2 interp_poly 2395 4179 0 0 0.625 2463 4173 0 0 0.625 2395 4179 0 0 0.625 2 interp_poly -40 -90 68 -6 2395 4179 3 MP PP 2395 4179 0 0 0.625 2463 4173 0 0 0.625 2395 4179 0 0 0.625 2 interp_poly 2463 4173 0 0 0.625 2423 4083 0 0 0.688 2463 4173 0 0 0.625 2 interp_poly 68 25 -40 -193 2423 4083 3 MP PP 2423 4083 0 0 0.688 2383 3890 0 0 1 2423 4083 0 0 0.688 2 interp_poly 2383 3890 0 0 1 2451 3915 0 0 0.938 2383 3890 0 0 1 2 interp_poly -40 -1 68 -19 2322 3823 3 MP PP 2322 3823 0 0 0.562 2390 3804 0 0 0.562 2322 3823 0 0 0.562 2 interp_poly 2390 3804 0 0 0.562 2350 3803 0 0 0.562 2390 3804 0 0 0.562 2 interp_poly 68 -19 -40 28 2362 3795 3 MP PP 2362 3795 0 0 0.688 2322 3823 0 0 0.562 2362 3795 0 0 0.688 2 interp_poly 2322 3823 0 0 0.562 2390 3804 0 0 0.562 2322 3823 0 0 0.562 2 interp_poly -40 -24 68 -14 2298 3730 3 MP PP 2298 3730 0 0 0.562 2366 3716 0 0 0.562 2298 3730 0 0 0.562 2 interp_poly 2366 3716 0 0 0.562 2326 3692 0 0 0.562 2366 3716 0 0 0.562 2 interp_poly 68 -14 -40 -22 2338 3752 3 MP PP 2338 3752 0 0 0.562 2298 3730 0 0 0.562 2338 3752 0 0 0.562 2 interp_poly 2298 3730 0 0 0.562 2366 3716 0 0 0.562 2298 3730 0 0 0.562 2 interp_poly -40 -21 68 -14 2310 3787 3 MP PP 2310 3787 0 0 0.562 2378 3773 0 0 0.562 2310 3787 0 0 0.562 2 interp_poly 2378 3773 0 0 0.562 2338 3752 0 0 0.562 2378 3773 0 0 0.562 2 interp_poly 68 -14 -40 -16 2350 3803 3 MP PP 2350 3803 0 0 0.562 2310 3787 0 0 0.562 2350 3803 0 0 0.562 2 interp_poly 2310 3787 0 0 0.562 2378 3773 0 0 0.562 2310 3787 0 0 0.562 2 interp_poly 68 -13 -40 -24 2366 3716 3 MP PP 2366 3716 0 0 0.562 2326 3692 0 0 0.562 2366 3716 0 0 0.562 2 interp_poly 2326 3692 0 0 0.562 2394 3679 0 0 0.562 2326 3692 0 0 0.562 2 interp_poly -40 -22 68 -14 2338 3752 3 MP PP 2338 3752 0 0 0.562 2406 3738 0 0 0.562 2338 3752 0 0 0.562 2 interp_poly 2406 3738 0 0 0.562 2366 3716 0 0 0.562 2406 3738 0 0 0.562 2 interp_poly 68 -14 -40 -21 2378 3773 3 MP PP 2378 3773 0 0 0.562 2338 3752 0 0 0.562 2378 3773 0 0 0.562 2 interp_poly 2338 3752 0 0 0.562 2406 3738 0 0 0.562 2338 3752 0 0 0.562 2 interp_poly -40 112 68 -44 2334 3727 3 MP PP 2334 3727 0 0 0.875 2402 3683 0 0 0.875 2334 3727 0 0 0.875 2 interp_poly 2402 3683 0 0 0.875 2362 3795 0 0 0.688 2402 3683 0 0 0.875 2 interp_poly -40 -24 68 -13 2286 3668 3 MP PP 2286 3668 0 0 0.562 2354 3655 0 0 0.562 2286 3668 0 0 0.562 2 interp_poly 2354 3655 0 0 0.562 2314 3631 0 0 0.562 2354 3655 0 0 0.562 2 interp_poly 68 -13 -40 -24 2326 3692 3 MP PP 2326 3692 0 0 0.562 2286 3668 0 0 0.562 2326 3692 0 0 0.562 2 interp_poly 2286 3668 0 0 0.562 2354 3655 0 0 0.562 2286 3668 0 0 0.562 2 interp_poly -40 -24 68 -14 2302 3569 3 MP PP 2302 3569 0 0 0.562 2370 3555 0 0 0.562 2302 3569 0 0 0.562 2 interp_poly 2370 3555 0 0 0.562 2330 3531 0 0 0.562 2370 3555 0 0 0.562 2 interp_poly 68 -14 -40 -24 2342 3593 3 MP PP 2342 3593 0 0 0.562 2302 3569 0 0 0.562 2342 3593 0 0 0.562 2 interp_poly 2302 3569 0 0 0.562 2370 3555 0 0 0.562 2302 3569 0 0 0.562 2 interp_poly -40 -24 68 -14 2314 3631 3 MP PP 2314 3631 0 0 0.562 2382 3617 0 0 0.562 2314 3631 0 0 0.562 2 interp_poly 2382 3617 0 0 0.562 2342 3593 0 0 0.562 2382 3617 0 0 0.562 2 interp_poly 68 -14 -40 -24 2354 3655 3 MP PP 2354 3655 0 0 0.562 2314 3631 0 0 0.562 2354 3655 0 0 0.562 2 interp_poly 2314 3631 0 0 0.562 2382 3617 0 0 0.562 2314 3631 0 0 0.562 2 interp_poly -40 -24 68 -13 2326 3692 3 MP PP 2326 3692 0 0 0.562 2394 3679 0 0 0.562 2326 3692 0 0 0.562 2 interp_poly 2394 3679 0 0 0.562 2354 3655 0 0 0.562 2394 3679 0 0 0.562 2 interp_poly 68 -44 -40 265 2374 3462 3 MP PP 2374 3462 0 0.312 1 2334 3727 0 0 0.875 2374 3462 0 0.312 1 2 interp_poly 2334 3727 0 0 0.875 2402 3683 0 0 0.875 2334 3727 0 0 0.875 2 interp_poly -40 37 68 -28 2362 3795 3 MP PP 2362 3795 0 0 0.688 2430 3767 0 0 0.688 2362 3795 0 0 0.688 2 interp_poly 2430 3767 0 0 0.688 2390 3804 0 0 0.562 2430 3767 0 0 0.688 2 interp_poly 68 -28 -40 112 2402 3683 3 MP PP 2402 3683 0 0 0.875 2362 3795 0 0 0.688 2402 3683 0 0 0.875 2 interp_poly 2362 3795 0 0 0.688 2430 3767 0 0 0.688 2362 3795 0 0 0.688 2 interp_poly -40 -376 68 25 2383 3890 3 MP PP 2383 3890 0 0 1 2451 3915 0 0 0.938 2383 3890 0 0 1 2 interp_poly 2451 3915 0 0 0.938 2411 3539 0 0.5 1 2451 3915 0 0 0.938 2 interp_poly 68 -14 -40 -26 2419 4348 3 MP PP 2419 4348 0 0 0.562 2379 4322 0 0 0.562 2419 4348 0 0 0.562 2 interp_poly 2379 4322 0 0 0.562 2447 4308 0 0 0.562 2379 4322 0 0 0.562 2 interp_poly -40 -28 68 -14 2379 4322 3 MP PP 2379 4322 0 0 0.562 2447 4308 0 0 0.562 2379 4322 0 0 0.562 2 interp_poly 2447 4308 0 0 0.562 2407 4280 0 0 0.562 2447 4308 0 0 0.562 2 interp_poly 68 -14 -40 -24 2365 3171 3 MP PP 2365 3171 0 0 0.562 2325 3147 0 0 0.562 2365 3171 0 0 0.562 2 interp_poly 2325 3147 0 0 0.562 2393 3133 0 0 0.562 2325 3147 0 0 0.562 2 interp_poly -40 -24 68 -13 2297 3184 3 MP PP 2297 3184 0 0 0.562 2365 3171 0 0 0.562 2297 3184 0 0 0.562 2 interp_poly 2365 3171 0 0 0.562 2325 3147 0 0 0.562 2365 3171 0 0 0.562 2 interp_poly 68 -13 -40 -24 2337 3208 3 MP PP 2337 3208 0 0 0.562 2297 3184 0 0 0.562 2337 3208 0 0 0.562 2 interp_poly 2297 3184 0 0 0.562 2365 3171 0 0 0.562 2297 3184 0 0 0.562 2 interp_poly -40 -24 68 -14 2305 3408 3 MP PP 2305 3408 0 0 0.562 2373 3394 0 0 0.562 2305 3408 0 0 0.562 2 interp_poly 2373 3394 0 0 0.562 2333 3370 0 0 0.562 2373 3394 0 0 0.562 2 interp_poly 68 -14 -40 -24 2345 3432 3 MP PP 2345 3432 0 0 0.562 2305 3408 0 0 0.562 2345 3432 0 0 0.562 2 interp_poly 2305 3408 0 0 0.562 2373 3394 0 0 0.562 2305 3408 0 0 0.562 2 interp_poly -40 -25 68 -13 2309 3246 3 MP PP 2309 3246 0 0 0.562 2377 3233 0 0 0.562 2309 3246 0 0 0.562 2 interp_poly 2377 3233 0 0 0.562 2337 3208 0 0 0.562 2377 3233 0 0 0.562 2 interp_poly 68 -13 -40 -24 2349 3270 3 MP PP 2349 3270 0 0 0.562 2309 3246 0 0 0.562 2349 3270 0 0 0.562 2 interp_poly 2309 3246 0 0 0.562 2377 3233 0 0 0.562 2309 3246 0 0 0.562 2 interp_poly -40 585 68 -137 2346 3014 3 MP PP 2346 3014 0.188 1 0.875 2414 2877 0.375 1 0.688 2346 3014 0.188 1 0.875 2 interp_poly 2414 2877 0.375 1 0.688 2374 3462 0 0.312 1 2414 2877 0.375 1 0.688 2 interp_poly 68 -137 -40 833 2386 2181 3 MP PP 2386 2181 1 0.438 0 2346 3014 0.188 1 0.875 2386 2181 1 0.438 0 2 interp_poly 2346 3014 0.188 1 0.875 2414 2877 0.375 1 0.688 2346 3014 0.188 1 0.875 2 interp_poly 68 122 -40 -724 2411 3539 3 MP PP 2411 3539 0 0.5 1 2371 2815 0.688 1 0.375 2411 3539 0 0.5 1 2 interp_poly 2371 2815 0.688 1 0.375 2439 2937 0.5 1 0.562 2371 2815 0.688 1 0.375 2 interp_poly -40 -895 68 122 2371 2815 3 MP PP 2371 2815 0.688 1 0.375 2439 2937 0.5 1 0.562 2371 2815 0.688 1 0.375 2 interp_poly 2439 2937 0.5 1 0.562 2399 2042 1 0.125 0 2439 2937 0.5 1 0.562 2 interp_poly 68 -11 -40 -37 2407 4280 3 MP PP 2407 4280 0 0 0.562 2367 4243 0 0 0.562 2407 4280 0 0 0.562 2 interp_poly 2367 4243 0 0 0.562 2435 4232 0 0 0.562 2367 4243 0 0 0.562 2 interp_poly -40 -53 68 -11 2367 4243 3 MP PP 2367 4243 0 0 0.562 2435 4232 0 0 0.562 2367 4243 0 0 0.562 2 interp_poly 2435 4232 0 0 0.562 2395 4179 0 0 0.625 2435 4232 0 0 0.562 2 interp_poly -40 512 67 -36 2359 1705 3 MP PP 2359 1705 0.562 0 0 2426 1669 0.562 0 0 2359 1705 0.562 0 0 2 interp_poly 2426 1669 0.562 0 0 2386 2181 1 0.438 0 2426 1669 0.562 0 0 2 interp_poly 67 -36 -40 -337 2399 2042 3 MP PP 2399 2042 1 0.125 0 2359 1705 0.562 0 0 2399 2042 1 0.125 0 2 interp_poly 2359 1705 0.562 0 0 2426 1669 0.562 0 0 2359 1705 0.562 0 0 2 interp_poly 68 4 -40 -100 2395 4179 3 MP PP 2395 4179 0 0 0.625 2355 4079 0 0 0.75 2395 4179 0 0 0.625 2 interp_poly 2355 4079 0 0 0.75 2423 4083 0 0 0.688 2355 4079 0 0 0.75 2 interp_poly -40 -193 68 4 2355 4079 3 MP PP 2355 4079 0 0 0.75 2423 4083 0 0 0.688 2355 4079 0 0 0.75 2 interp_poly 2423 4083 0 0 0.688 2383 3890 0 0 1 2423 4083 0 0 0.688 2 interp_poly -40 -25 67 -13 2290 3507 3 MP PP 2290 3507 0 0 0.562 2357 3494 0 0 0.562 2290 3507 0 0 0.562 2 interp_poly 2357 3494 0 0 0.562 2317 3469 0 0 0.562 2357 3494 0 0 0.562 2 interp_poly 67 -13 -40 -24 2330 3531 3 MP PP 2330 3531 0 0 0.562 2290 3507 0 0 0.562 2330 3531 0 0 0.562 2 interp_poly 2290 3507 0 0 0.562 2357 3494 0 0 0.562 2290 3507 0 0 0.562 2 interp_poly -40 -24 68 -14 2262 3545 3 MP PP 2262 3545 0 0 0.562 2330 3531 0 0 0.562 2262 3545 0 0 0.562 2 interp_poly 2330 3531 0 0 0.562 2290 3507 0 0 0.562 2330 3531 0 0 0.562 2 interp_poly 68 -14 -40 -24 2302 3569 3 MP PP 2302 3569 0 0 0.562 2262 3545 0 0 0.562 2302 3569 0 0 0.562 2 interp_poly 2262 3545 0 0 0.562 2330 3531 0 0 0.562 2262 3545 0 0 0.562 2 interp_poly -40 -24 68 -14 2274 3607 3 MP PP 2274 3607 0 0 0.562 2342 3593 0 0 0.562 2274 3607 0 0 0.562 2 interp_poly 2342 3593 0 0 0.562 2302 3569 0 0 0.562 2342 3593 0 0 0.562 2 interp_poly 68 -14 -40 -24 2314 3631 3 MP PP 2314 3631 0 0 0.562 2274 3607 0 0 0.562 2314 3631 0 0 0.562 2 interp_poly 2274 3607 0 0 0.562 2342 3593 0 0 0.562 2274 3607 0 0 0.562 2 interp_poly -40 265 68 -78 2306 3540 3 MP PP 2306 3540 0 0.25 1 2374 3462 0 0.312 1 2306 3540 0 0.25 1 2 interp_poly 2374 3462 0 0.312 1 2334 3727 0 0 0.875 2374 3462 0 0.312 1 2 interp_poly -40 -24 67 -14 2250 3483 3 MP PP 2250 3483 0 0 0.562 2317 3469 0 0 0.562 2250 3483 0 0 0.562 2 interp_poly 2317 3469 0 0 0.562 2277 3445 0 0 0.562 2317 3469 0 0 0.562 2 interp_poly 67 -14 -40 -24 2290 3507 3 MP PP 2290 3507 0 0 0.562 2250 3483 0 0 0.562 2290 3507 0 0 0.562 2 interp_poly 2250 3483 0 0 0.562 2317 3469 0 0 0.562 2250 3483 0 0 0.562 2 interp_poly -40 -24 68 -13 2265 3383 3 MP PP 2265 3383 0 0 0.562 2333 3370 0 0 0.562 2265 3383 0 0 0.562 2 interp_poly 2333 3370 0 0 0.562 2293 3346 0 0 0.562 2333 3370 0 0 0.562 2 interp_poly 68 -13 -40 -25 2305 3408 3 MP PP 2305 3408 0 0 0.562 2265 3383 0 0 0.562 2305 3408 0 0 0.562 2 interp_poly 2265 3383 0 0 0.562 2333 3370 0 0 0.562 2265 3383 0 0 0.562 2 interp_poly -40 -24 68 -14 2269 3222 3 MP PP 2269 3222 0 0 0.562 2337 3208 0 0 0.562 2269 3222 0 0 0.562 2 interp_poly 2337 3208 0 0 0.562 2297 3184 0 0 0.562 2337 3208 0 0 0.562 2 interp_poly 68 -14 -40 -24 2309 3246 3 MP PP 2309 3246 0 0 0.562 2269 3222 0 0 0.562 2309 3246 0 0 0.562 2 interp_poly 2269 3222 0 0 0.562 2337 3208 0 0 0.562 2269 3222 0 0 0.562 2 interp_poly -40 -24 68 -13 2277 3445 3 MP PP 2277 3445 0 0 0.562 2345 3432 0 0 0.562 2277 3445 0 0 0.562 2 interp_poly 2345 3432 0 0 0.562 2305 3408 0 0 0.562 2345 3432 0 0 0.562 2 interp_poly 68 -13 -40 -24 2317 3469 3 MP PP 2317 3469 0 0 0.562 2277 3445 0 0 0.562 2317 3469 0 0 0.562 2 interp_poly 2277 3445 0 0 0.562 2345 3432 0 0 0.562 2277 3445 0 0 0.562 2 interp_poly -40 -24 68 -14 2281 3284 3 MP PP 2281 3284 0 0 0.562 2349 3270 0 0 0.562 2281 3284 0 0 0.562 2 interp_poly 2349 3270 0 0 0.562 2309 3246 0 0 0.562 2349 3270 0 0 0.562 2 interp_poly 68 -14 -40 -24 2321 3308 3 MP PP 2321 3308 0 0 0.562 2281 3284 0 0 0.562 2321 3308 0 0 0.562 2 interp_poly 2281 3284 0 0 0.562 2349 3270 0 0 0.562 2281 3284 0 0 0.562 2 interp_poly -40 -24 68 -14 2293 3346 3 MP PP 2293 3346 0 0 0.562 2361 3332 0 0 0.562 2293 3346 0 0 0.562 2 interp_poly 2361 3332 0 0 0.562 2321 3308 0 0 0.562 2361 3332 0 0 0.562 2 interp_poly 68 -14 -40 -24 2333 3370 3 MP PP 2333 3370 0 0 0.562 2293 3346 0 0 0.562 2333 3370 0 0 0.562 2 interp_poly 2293 3346 0 0 0.562 2361 3332 0 0 0.562 2293 3346 0 0 0.562 2 interp_poly 68 -78 -40 526 2346 3014 3 MP PP 2346 3014 0.188 1 0.875 2306 3540 0 0.25 1 2346 3014 0.188 1 0.875 2 interp_poly 2306 3540 0 0.25 1 2374 3462 0 0.312 1 2306 3540 0 0.25 1 2 interp_poly 68 73 -40 -424 2383 3890 3 MP PP 2383 3890 0 0 1 2343 3466 0 0.688 1 2383 3890 0 0 1 2 interp_poly 2343 3466 0 0.688 1 2411 3539 0 0.5 1 2343 3466 0 0.688 1 2 interp_poly -40 -724 68 73 2343 3466 3 MP PP 2343 3466 0 0.688 1 2411 3539 0 0.5 1 2343 3466 0 0.688 1 2 interp_poly 2411 3539 0 0.5 1 2371 2815 0.688 1 0.375 2411 3539 0 0.5 1 2 interp_poly 68 -12 -40 -30 2379 4322 3 MP PP 2379 4322 0 0 0.562 2339 4292 0 0 0.562 2379 4322 0 0 0.562 2 interp_poly 2339 4292 0 0 0.562 2407 4280 0 0 0.562 2339 4292 0 0 0.562 2 interp_poly -40 -37 68 -12 2339 4292 3 MP PP 2339 4292 0 0 0.562 2407 4280 0 0 0.562 2339 4292 0 0 0.562 2 interp_poly 2407 4280 0 0 0.562 2367 4243 0 0 0.562 2407 4280 0 0 0.562 2 interp_poly -40 631 68 -64 2291 1769 3 MP PP 2291 1769 0.688 0 0 2359 1705 0.562 0 0 2291 1769 0.688 0 0 2 interp_poly 2359 1705 0.562 0 0 2319 2336 1 0.688 0 2359 1705 0.562 0 0 2 interp_poly -40 833 67 -155 2319 2336 3 MP PP 2319 2336 1 0.688 0 2386 2181 1 0.438 0 2319 2336 1 0.688 0 2 interp_poly 2386 2181 1 0.438 0 2346 3014 0.188 1 0.875 2386 2181 1 0.438 0 2 interp_poly 67 -155 -40 631 2359 1705 3 MP PP 2359 1705 0.562 0 0 2319 2336 1 0.688 0 2359 1705 0.562 0 0 2 interp_poly 2319 2336 1 0.688 0 2386 2181 1 0.438 0 2319 2336 1 0.688 0 2 interp_poly 68 101 -40 -874 2371 2815 3 MP PP 2371 2815 0.688 1 0.375 2331 1941 0.938 0 0 2371 2815 0.688 1 0.375 2 interp_poly 2331 1941 0.938 0 0 2399 2042 1 0.125 0 2331 1941 0.938 0 0 2 interp_poly -40 -337 68 101 2331 1941 3 MP PP 2331 1941 0.938 0 0 2399 2042 1 0.125 0 2331 1941 0.938 0 0 2 interp_poly 2399 2042 1 0.125 0 2359 1705 0.562 0 0 2399 2042 1 0.125 0 2 interp_poly 68 -6 -40 -58 2367 4243 3 MP PP 2367 4243 0 0 0.562 2327 4185 0 0 0.625 2367 4243 0 0 0.562 2 interp_poly 2327 4185 0 0 0.625 2395 4179 0 0 0.625 2327 4185 0 0 0.625 2 interp_poly -40 -100 68 -6 2327 4185 3 MP PP 2327 4185 0 0 0.625 2395 4179 0 0 0.625 2327 4185 0 0 0.625 2 interp_poly 2395 4179 0 0 0.625 2355 4079 0 0 0.75 2395 4179 0 0 0.625 2 interp_poly 68 31 -40 -220 2355 4079 3 MP PP 2355 4079 0 0 0.75 2315 3859 0 0.0625 1 2355 4079 0 0 0.75 2 interp_poly 2315 3859 0 0.0625 1 2383 3890 0 0 1 2315 3859 0 0.0625 1 2 interp_poly -40 -4 68 -18 2254 3841 3 MP PP 2254 3841 0 0 0.562 2322 3823 0 0 0.562 2254 3841 0 0 0.562 2 interp_poly 2322 3823 0 0 0.562 2282 3819 0 0 0.562 2322 3823 0 0 0.562 2 interp_poly 68 -18 -40 20 2294 3821 3 MP PP 2294 3821 0 0 0.625 2254 3841 0 0 0.562 2294 3821 0 0 0.625 2 interp_poly 2254 3841 0 0 0.562 2322 3823 0 0 0.562 2254 3841 0 0 0.562 2 interp_poly -40 -23 68 -14 2202 3780 3 MP PP 2202 3780 0 0 0.562 2270 3766 0 0 0.562 2202 3780 0 0 0.562 2 interp_poly 2270 3766 0 0 0.562 2230 3743 0 0 0.562 2270 3766 0 0 0.562 2 interp_poly 68 -14 -40 -22 2242 3802 3 MP PP 2242 3802 0 0 0.562 2202 3780 0 0 0.562 2242 3802 0 0 0.562 2 interp_poly 2202 3780 0 0 0.562 2270 3766 0 0 0.562 2202 3780 0 0 0.562 2 interp_poly 68 -13 -40 -23 2270 3766 3 MP PP 2270 3766 0 0 0.562 2230 3743 0 0 0.562 2270 3766 0 0 0.562 2 interp_poly 2230 3743 0 0 0.562 2298 3730 0 0 0.562 2230 3743 0 0 0.562 2 interp_poly -40 -21 68 -15 2242 3802 3 MP PP 2242 3802 0 0 0.562 2310 3787 0 0 0.562 2242 3802 0 0 0.562 2 interp_poly 2310 3787 0 0 0.562 2270 3766 0 0 0.562 2310 3787 0 0 0.562 2 interp_poly 68 -15 -40 -17 2282 3819 3 MP PP 2282 3819 0 0 0.562 2242 3802 0 0 0.562 2282 3819 0 0 0.562 2 interp_poly 2242 3802 0 0 0.562 2310 3787 0 0 0.562 2242 3802 0 0 0.562 2 interp_poly -40 -22 68 -14 2270 3766 3 MP PP 2270 3766 0 0 0.562 2338 3752 0 0 0.562 2270 3766 0 0 0.562 2 interp_poly 2338 3752 0 0 0.562 2298 3730 0 0 0.562 2338 3752 0 0 0.562 2 interp_poly 68 -14 -40 -21 2310 3787 3 MP PP 2310 3787 0 0 0.562 2270 3766 0 0 0.562 2310 3787 0 0 0.562 2 interp_poly 2270 3766 0 0 0.562 2338 3752 0 0 0.562 2270 3766 0 0 0.562 2 interp_poly -40 -16 68 -16 2282 3819 3 MP PP 2282 3819 0 0 0.562 2350 3803 0 0 0.562 2282 3819 0 0 0.562 2 interp_poly 2350 3803 0 0 0.562 2310 3787 0 0 0.562 2350 3803 0 0 0.562 2 interp_poly 68 -16 -40 -4 2322 3823 3 MP PP 2322 3823 0 0 0.562 2282 3819 0 0 0.562 2322 3823 0 0 0.562 2 interp_poly 2282 3819 0 0 0.562 2350 3803 0 0 0.562 2282 3819 0 0 0.562 2 interp_poly -40 94 68 -41 2266 3768 3 MP PP 2266 3768 0 0 0.812 2334 3727 0 0 0.875 2266 3768 0 0 0.812 2 interp_poly 2334 3727 0 0 0.875 2294 3821 0 0 0.625 2334 3727 0 0 0.875 2 interp_poly -40 -24 68 -14 2218 3682 3 MP PP 2218 3682 0 0 0.562 2286 3668 0 0 0.562 2218 3682 0 0 0.562 2 interp_poly 2286 3668 0 0 0.562 2246 3644 0 0 0.562 2286 3668 0 0 0.562 2 interp_poly 68 -14 -40 -24 2258 3706 3 MP PP 2258 3706 0 0 0.562 2218 3682 0 0 0.562 2258 3706 0 0 0.562 2 interp_poly 2218 3682 0 0 0.562 2286 3668 0 0 0.562 2218 3682 0 0 0.562 2 interp_poly -40 -24 68 -13 2230 3743 3 MP PP 2230 3743 0 0 0.562 2298 3730 0 0 0.562 2230 3743 0 0 0.562 2 interp_poly 2298 3730 0 0 0.562 2258 3706 0 0 0.562 2298 3730 0 0 0.562 2 interp_poly -40 -24 68 -14 2234 3583 3 MP PP 2234 3583 0 0 0.562 2302 3569 0 0 0.562 2234 3583 0 0 0.562 2 interp_poly 2302 3569 0 0 0.562 2262 3545 0 0 0.562 2302 3569 0 0 0.562 2 interp_poly 68 -14 -40 -24 2274 3607 3 MP PP 2274 3607 0 0 0.562 2234 3583 0 0 0.562 2274 3607 0 0 0.562 2 interp_poly 2234 3583 0 0 0.562 2302 3569 0 0 0.562 2234 3583 0 0 0.562 2 interp_poly -40 -24 68 -13 2246 3644 3 MP PP 2246 3644 0 0 0.562 2314 3631 0 0 0.562 2246 3644 0 0 0.562 2 interp_poly 2314 3631 0 0 0.562 2274 3607 0 0 0.562 2314 3631 0 0 0.562 2 interp_poly 68 -13 -40 -24 2286 3668 3 MP PP 2286 3668 0 0 0.562 2246 3644 0 0 0.562 2286 3668 0 0 0.562 2 interp_poly 2246 3644 0 0 0.562 2314 3631 0 0 0.562 2246 3644 0 0 0.562 2 interp_poly -40 -24 68 -14 2258 3706 3 MP PP 2258 3706 0 0 0.562 2326 3692 0 0 0.562 2258 3706 0 0 0.562 2 interp_poly 2326 3692 0 0 0.562 2286 3668 0 0 0.562 2326 3692 0 0 0.562 2 interp_poly 68 -14 -40 -24 2298 3730 3 MP PP 2298 3730 0 0 0.562 2258 3706 0 0 0.562 2298 3730 0 0 0.562 2 interp_poly 2258 3706 0 0 0.562 2326 3692 0 0 0.562 2258 3706 0 0 0.562 2 interp_poly 68 -41 -40 228 2306 3540 3 MP PP 2306 3540 0 0.25 1 2266 3768 0 0 0.812 2306 3540 0 0.25 1 2 interp_poly 2266 3768 0 0 0.812 2334 3727 0 0 0.875 2266 3768 0 0 0.812 2 interp_poly -40 28 68 -26 2294 3821 3 MP PP 2294 3821 0 0 0.625 2362 3795 0 0 0.688 2294 3821 0 0 0.625 2 interp_poly 2362 3795 0 0 0.688 2322 3823 0 0 0.562 2362 3795 0 0 0.688 2 interp_poly 68 -26 -40 94 2334 3727 3 MP PP 2334 3727 0 0 0.875 2294 3821 0 0 0.625 2334 3727 0 0 0.875 2 interp_poly 2294 3821 0 0 0.625 2362 3795 0 0 0.688 2294 3821 0 0 0.625 2 interp_poly -40 -424 68 31 2315 3859 3 MP PP 2315 3859 0 0.0625 1 2383 3890 0 0 1 2315 3859 0 0.0625 1 2 interp_poly 2383 3890 0 0 1 2343 3466 0 0.688 1 2383 3890 0 0 1 2 interp_poly -40 -24 68 -13 2225 3359 3 MP PP 2225 3359 0 0 0.562 2293 3346 0 0 0.562 2225 3359 0 0 0.562 2 interp_poly 2293 3346 0 0 0.562 2253 3322 0 0 0.562 2293 3346 0 0 0.562 2 interp_poly 68 -13 -40 -24 2265 3383 3 MP PP 2265 3383 0 0 0.562 2225 3359 0 0 0.562 2265 3383 0 0 0.562 2 interp_poly 2225 3359 0 0 0.562 2293 3346 0 0 0.562 2225 3359 0 0 0.562 2 interp_poly -40 -24 68 -14 2229 3198 3 MP PP 2229 3198 0 0 0.562 2297 3184 0 0 0.562 2229 3198 0 0 0.562 2 interp_poly 2297 3184 0 0 0.562 2257 3160 0 0 0.562 2297 3184 0 0 0.562 2 interp_poly 68 -14 -40 -24 2269 3222 3 MP PP 2269 3222 0 0 0.562 2229 3198 0 0 0.562 2269 3222 0 0 0.562 2 interp_poly 2229 3198 0 0 0.562 2297 3184 0 0 0.562 2229 3198 0 0 0.562 2 interp_poly -40 -25 68 -13 2237 3421 3 MP PP 2237 3421 0 0 0.562 2305 3408 0 0 0.562 2237 3421 0 0 0.562 2 interp_poly 2305 3408 0 0 0.562 2265 3383 0 0 0.562 2305 3408 0 0 0.562 2 interp_poly 68 -13 -40 -24 2277 3445 3 MP PP 2277 3445 0 0 0.562 2237 3421 0 0 0.562 2277 3445 0 0 0.562 2 interp_poly 2237 3421 0 0 0.562 2305 3408 0 0 0.562 2237 3421 0 0 0.562 2 interp_poly -40 -24 68 -14 2241 3260 3 MP PP 2241 3260 0 0 0.562 2309 3246 0 0 0.562 2241 3260 0 0 0.562 2 interp_poly 2309 3246 0 0 0.562 2269 3222 0 0 0.562 2309 3246 0 0 0.562 2 interp_poly 68 -14 -40 -24 2281 3284 3 MP PP 2281 3284 0 0 0.562 2241 3260 0 0 0.562 2281 3284 0 0 0.562 2 interp_poly 2241 3260 0 0 0.562 2309 3246 0 0 0.562 2241 3260 0 0 0.562 2 interp_poly -40 -24 68 -14 2253 3322 3 MP PP 2253 3322 0 0 0.562 2321 3308 0 0 0.562 2253 3322 0 0 0.562 2 interp_poly 2321 3308 0 0 0.562 2281 3284 0 0 0.562 2321 3308 0 0 0.562 2 interp_poly 68 -14 -40 -24 2293 3346 3 MP PP 2293 3346 0 0 0.562 2253 3322 0 0 0.562 2293 3346 0 0 0.562 2 interp_poly 2253 3322 0 0 0.562 2321 3308 0 0 0.562 2253 3322 0 0 0.562 2 interp_poly 68 -13 -40 -24 2297 3184 3 MP PP 2297 3184 0 0 0.562 2257 3160 0 0 0.562 2297 3184 0 0 0.562 2 interp_poly 2257 3160 0 0 0.562 2325 3147 0 0 0.562 2257 3160 0 0 0.562 2 interp_poly -40 526 67 -127 2279 3141 3 MP PP 2279 3141 0 1 1 2346 3014 0.188 1 0.875 2279 3141 0 1 1 2 interp_poly 2346 3014 0.188 1 0.875 2306 3540 0 0.25 1 2346 3014 0.188 1 0.875 2 interp_poly 67 -127 -40 805 2319 2336 3 MP PP 2319 2336 1 0.688 0 2279 3141 0 1 1 2319 2336 1 0.688 0 2 interp_poly 2279 3141 0 1 1 2346 3014 0.188 1 0.875 2279 3141 0 1 1 2 interp_poly 68 128 -40 -779 2343 3466 3 MP PP 2343 3466 0 0.688 1 2303 2687 0.938 1 0.125 2343 3466 0 0.688 1 2 interp_poly 2303 2687 0.938 1 0.125 2371 2815 0.688 1 0.375 2303 2687 0.938 1 0.125 2 interp_poly -40 805 68 -158 2251 2494 3 MP PP 2251 2494 1 0.938 0 2319 2336 1 0.688 0 2251 2494 1 0.938 0 2 interp_poly 2319 2336 1 0.688 0 2279 3141 0 1 1 2319 2336 1 0.688 0 2 interp_poly 68 -158 -40 725 2291 1769 3 MP PP 2291 1769 0.688 0 0 2251 2494 1 0.938 0 2291 1769 0.688 0 0 2 interp_poly 2251 2494 1 0.938 0 2319 2336 1 0.688 0 2251 2494 1 0.938 0 2 interp_poly -40 -874 68 128 2303 2687 3 MP PP 2303 2687 0.938 1 0.125 2371 2815 0.688 1 0.375 2303 2687 0.938 1 0.125 2 interp_poly 2371 2815 0.688 1 0.375 2331 1941 0.938 0 0 2371 2815 0.688 1 0.375 2 interp_poly 68 -10 -40 -39 2339 4292 3 MP PP 2339 4292 0 0 0.562 2299 4253 0 0 0.562 2339 4292 0 0 0.562 2 interp_poly 2299 4253 0 0 0.562 2367 4243 0 0 0.562 2299 4253 0 0 0.562 2 interp_poly -40 -58 68 -10 2299 4253 3 MP PP 2299 4253 0 0 0.562 2367 4243 0 0 0.562 2299 4253 0 0 0.562 2 interp_poly 2367 4243 0 0 0.562 2327 4185 0 0 0.625 2367 4243 0 0 0.562 2 interp_poly 68 -64 -40 -172 2331 1941 3 MP PP 2331 1941 0.938 0 0 2291 1769 0.688 0 0 2331 1941 0.938 0 0 2 interp_poly 2291 1769 0.688 0 0 2359 1705 0.562 0 0 2291 1769 0.688 0 0 2 interp_poly 68 7 -40 -113 2327 4185 3 MP PP 2327 4185 0 0 0.625 2287 4072 0 0 0.75 2327 4185 0 0 0.625 2 interp_poly 2287 4072 0 0 0.75 2355 4079 0 0 0.75 2287 4072 0 0 0.75 2 interp_poly -40 -220 68 7 2287 4072 3 MP PP 2287 4072 0 0 0.75 2355 4079 0 0 0.75 2287 4072 0 0 0.75 2 interp_poly 2355 4079 0 0 0.75 2315 3859 0 0.0625 1 2355 4079 0 0 0.75 2 interp_poly -40 -24 68 -14 2222 3521 3 MP PP 2222 3521 0 0 0.562 2290 3507 0 0 0.562 2222 3521 0 0 0.562 2 interp_poly 2290 3507 0 0 0.562 2250 3483 0 0 0.562 2290 3507 0 0 0.562 2 interp_poly 68 -14 -40 -24 2262 3545 3 MP PP 2262 3545 0 0 0.562 2222 3521 0 0 0.562 2262 3545 0 0 0.562 2 interp_poly 2222 3521 0 0 0.562 2290 3507 0 0 0.562 2222 3521 0 0 0.562 2 interp_poly -40 -24 68 -14 2178 3658 3 MP PP 2178 3658 0 0 0.562 2246 3644 0 0 0.562 2178 3658 0 0 0.562 2 interp_poly 2246 3644 0 0 0.562 2206 3620 0 0 0.562 2246 3644 0 0 0.562 2 interp_poly 68 -14 -40 -24 2218 3682 3 MP PP 2218 3682 0 0 0.562 2178 3658 0 0 0.562 2218 3682 0 0 0.562 2 interp_poly 2178 3658 0 0 0.562 2246 3644 0 0 0.562 2178 3658 0 0 0.562 2 interp_poly -40 -24 68 -14 2190 3720 3 MP PP 2190 3720 0 0 0.562 2258 3706 0 0 0.562 2190 3720 0 0 0.562 2 interp_poly 2258 3706 0 0 0.562 2218 3682 0 0 0.562 2258 3706 0 0 0.562 2 interp_poly 68 -14 -40 -23 2230 3743 3 MP PP 2230 3743 0 0 0.562 2190 3720 0 0 0.562 2230 3743 0 0 0.562 2 interp_poly 2190 3720 0 0 0.562 2258 3706 0 0 0.562 2190 3720 0 0 0.562 2 interp_poly -40 -24 68 -13 2206 3620 3 MP PP 2206 3620 0 0 0.562 2274 3607 0 0 0.562 2206 3620 0 0 0.562 2 interp_poly 2274 3607 0 0 0.562 2234 3583 0 0 0.562 2274 3607 0 0 0.562 2 interp_poly 68 -13 -40 -24 2246 3644 3 MP PP 2246 3644 0 0 0.562 2206 3620 0 0 0.562 2246 3644 0 0 0.562 2 interp_poly 2206 3620 0 0 0.562 2274 3607 0 0 0.562 2206 3620 0 0 0.562 2 interp_poly -40 228 67 -70 2239 3610 3 MP PP 2239 3610 0 0.125 1 2306 3540 0 0.25 1 2239 3610 0 0.125 1 2 interp_poly 2306 3540 0 0.25 1 2266 3768 0 0 0.812 2306 3540 0 0.25 1 2 interp_poly -40 -24 68 -14 2182 3497 3 MP PP 2182 3497 0 0 0.562 2250 3483 0 0 0.562 2182 3497 0 0 0.562 2 interp_poly 2250 3483 0 0 0.562 2210 3459 0 0 0.562 2250 3483 0 0 0.562 2 interp_poly 68 -14 -40 -24 2222 3521 3 MP PP 2222 3521 0 0 0.562 2182 3497 0 0 0.562 2222 3521 0 0 0.562 2 interp_poly 2182 3497 0 0 0.562 2250 3483 0 0 0.562 2182 3497 0 0 0.562 2 interp_poly -40 -24 68 -14 2194 3559 3 MP PP 2194 3559 0 0 0.562 2262 3545 0 0 0.562 2194 3559 0 0 0.562 2 interp_poly 2262 3545 0 0 0.562 2222 3521 0 0 0.562 2262 3545 0 0 0.562 2 interp_poly 68 -14 -40 -24 2234 3583 3 MP PP 2234 3583 0 0 0.562 2194 3559 0 0 0.562 2234 3583 0 0 0.562 2 interp_poly 2194 3559 0 0 0.562 2262 3545 0 0 0.562 2194 3559 0 0 0.562 2 interp_poly -40 -24 68 -14 2197 3397 3 MP PP 2197 3397 0 0 0.562 2265 3383 0 0 0.562 2197 3397 0 0 0.562 2 interp_poly 2265 3383 0 0 0.562 2225 3359 0 0 0.562 2265 3383 0 0 0.562 2 interp_poly 68 -14 -40 -24 2237 3421 3 MP PP 2237 3421 0 0 0.562 2197 3397 0 0 0.562 2237 3421 0 0 0.562 2 interp_poly 2197 3397 0 0 0.562 2265 3383 0 0 0.562 2197 3397 0 0 0.562 2 interp_poly -40 -24 67 -14 2210 3459 3 MP PP 2210 3459 0 0 0.562 2277 3445 0 0 0.562 2210 3459 0 0 0.562 2 interp_poly 2277 3445 0 0 0.562 2237 3421 0 0 0.562 2277 3445 0 0 0.562 2 interp_poly 67 -14 -40 -24 2250 3483 3 MP PP 2250 3483 0 0 0.562 2210 3459 0 0 0.562 2250 3483 0 0 0.562 2 interp_poly 2210 3459 0 0 0.562 2277 3445 0 0 0.562 2210 3459 0 0 0.562 2 interp_poly -40 -24 68 -14 2213 3298 3 MP PP 2213 3298 0 0 0.562 2281 3284 0 0 0.562 2213 3298 0 0 0.562 2 interp_poly 2281 3284 0 0 0.562 2241 3260 0 0 0.562 2281 3284 0 0 0.562 2 interp_poly 68 -14 -40 -24 2253 3322 3 MP PP 2253 3322 0 0 0.562 2213 3298 0 0 0.562 2253 3322 0 0 0.562 2 interp_poly 2213 3298 0 0 0.562 2281 3284 0 0 0.562 2213 3298 0 0 0.562 2 interp_poly 67 -70 -40 469 2279 3141 3 MP PP 2279 3141 0 1 1 2239 3610 0 0.125 1 2279 3141 0 1 1 2 interp_poly 2239 3610 0 0.125 1 2306 3540 0 0.25 1 2239 3610 0 0.125 1 2 interp_poly 68 83 -40 -476 2315 3859 3 MP PP 2315 3859 0 0.0625 1 2275 3383 0 0.812 1 2315 3859 0 0.0625 1 2 interp_poly 2275 3383 0 0.812 1 2343 3466 0 0.688 1 2275 3383 0 0.812 1 2 interp_poly -40 -779 68 83 2275 3383 3 MP PP 2275 3383 0 0.812 1 2343 3466 0 0.688 1 2275 3383 0 0.812 1 2 interp_poly 2343 3466 0 0.688 1 2303 2687 0.938 1 0.125 2343 3466 0 0.688 1 2 interp_poly -40 725 68 -91 2223 1860 3 MP PP 2223 1860 0.812 0 0 2291 1769 0.688 0 0 2223 1860 0.812 0 0 2 interp_poly 2291 1769 0.688 0 0 2251 2494 1 0.938 0 2291 1769 0.688 0 0 2 interp_poly 68 81 -40 -827 2303 2687 3 MP PP 2303 2687 0.938 1 0.125 2263 1860 0.75 0 0 2303 2687 0.938 1 0.125 2 interp_poly 2263 1860 0.75 0 0 2331 1941 0.938 0 0 2263 1860 0.75 0 0 2 interp_poly -40 -172 68 81 2263 1860 3 MP PP 2263 1860 0.75 0 0 2331 1941 0.938 0 0 2263 1860 0.75 0 0 2 interp_poly 2331 1941 0.938 0 0 2291 1769 0.688 0 0 2331 1941 0.938 0 0 2 interp_poly 68 -5 -40 -63 2299 4253 3 MP PP 2299 4253 0 0 0.562 2259 4190 0 0 0.625 2299 4253 0 0 0.562 2 interp_poly 2259 4190 0 0 0.625 2327 4185 0 0 0.625 2259 4190 0 0 0.625 2 interp_poly -40 -113 68 -5 2259 4190 3 MP PP 2259 4190 0 0 0.625 2327 4185 0 0 0.625 2259 4190 0 0 0.625 2 interp_poly 2327 4185 0 0 0.625 2287 4072 0 0 0.75 2327 4185 0 0 0.625 2 interp_poly -40 -7 68 -18 2186 3859 3 MP PP 2186 3859 0 0 0.562 2254 3841 0 0 0.562 2186 3859 0 0 0.562 2 interp_poly 2254 3841 0 0 0.562 2214 3834 0 0 0.562 2254 3841 0 0 0.562 2 interp_poly 68 -18 -40 14 2226 3845 3 MP PP 2226 3845 0 0 0.625 2186 3859 0 0 0.562 2226 3845 0 0 0.625 2 interp_poly 2186 3859 0 0 0.562 2254 3841 0 0 0.562 2186 3859 0 0 0.562 2 interp_poly -40 -17 68 -15 2214 3834 3 MP PP 2214 3834 0 0 0.562 2282 3819 0 0 0.562 2214 3834 0 0 0.562 2 interp_poly 2282 3819 0 0 0.562 2242 3802 0 0 0.562 2282 3819 0 0 0.562 2 interp_poly 68 -15 -40 -7 2254 3841 3 MP PP 2254 3841 0 0 0.562 2214 3834 0 0 0.562 2254 3841 0 0 0.562 2 interp_poly 2214 3834 0 0 0.562 2282 3819 0 0 0.562 2214 3834 0 0 0.562 2 interp_poly -40 20 68 -24 2226 3845 3 MP PP 2226 3845 0 0 0.625 2294 3821 0 0 0.625 2226 3845 0 0 0.625 2 interp_poly 2294 3821 0 0 0.625 2254 3841 0 0 0.562 2294 3821 0 0 0.625 2 interp_poly 68 -24 -40 77 2266 3768 3 MP PP 2266 3768 0 0 0.812 2226 3845 0 0 0.625 2266 3768 0 0 0.812 2 interp_poly 2226 3845 0 0 0.625 2294 3821 0 0 0.625 2226 3845 0 0 0.625 2 interp_poly 68 37 -40 -250 2287 4072 3 MP PP 2287 4072 0 0 0.75 2247 3822 0 0.125 1 2287 4072 0 0 0.75 2 interp_poly 2247 3822 0 0.125 1 2315 3859 0 0.0625 1 2247 3822 0 0.125 1 2 interp_poly -40 -22 68 -14 2174 3816 3 MP PP 2174 3816 0 0 0.562 2242 3802 0 0 0.562 2174 3816 0 0 0.562 2 interp_poly 2242 3802 0 0 0.562 2202 3780 0 0 0.562 2242 3802 0 0 0.562 2 interp_poly 68 -14 -40 -18 2214 3834 3 MP PP 2214 3834 0 0 0.562 2174 3816 0 0 0.562 2214 3834 0 0 0.562 2 interp_poly 2174 3816 0 0 0.562 2242 3802 0 0 0.562 2174 3816 0 0 0.562 2 interp_poly -40 77 67 -37 2199 3805 3 MP PP 2199 3805 0 0 0.75 2266 3768 0 0 0.812 2199 3805 0 0 0.75 2 interp_poly 2266 3768 0 0 0.812 2226 3845 0 0 0.625 2266 3768 0 0 0.812 2 interp_poly -40 -23 68 -14 2162 3757 3 MP PP 2162 3757 0 0 0.562 2230 3743 0 0 0.562 2162 3757 0 0 0.562 2 interp_poly 2230 3743 0 0 0.562 2190 3720 0 0 0.562 2230 3743 0 0 0.562 2 interp_poly 68 -14 -40 -23 2202 3780 3 MP PP 2202 3780 0 0 0.562 2162 3757 0 0 0.562 2202 3780 0 0 0.562 2 interp_poly 2162 3757 0 0 0.562 2230 3743 0 0 0.562 2162 3757 0 0 0.562 2 interp_poly 67 -37 -40 195 2239 3610 3 MP PP 2239 3610 0 0.125 1 2199 3805 0 0 0.75 2239 3610 0 0.125 1 2 interp_poly 2199 3805 0 0 0.75 2266 3768 0 0 0.812 2199 3805 0 0 0.75 2 interp_poly -40 -476 68 37 2247 3822 3 MP PP 2247 3822 0 0.125 1 2315 3859 0 0.0625 1 2247 3822 0 0.125 1 2 interp_poly 2315 3859 0 0.0625 1 2275 3383 0 0.812 1 2315 3859 0 0.0625 1 2 interp_poly -40 -24 68 -14 2161 3212 3 MP PP 2161 3212 0 0 0.562 2229 3198 0 0 0.562 2161 3212 0 0 0.562 2 interp_poly 2229 3198 0 0 0.562 2189 3174 0 0 0.562 2229 3198 0 0 0.562 2 interp_poly 68 -14 -40 -24 2201 3236 3 MP PP 2201 3236 0 0 0.562 2161 3212 0 0 0.562 2201 3236 0 0 0.562 2 interp_poly 2161 3212 0 0 0.562 2229 3198 0 0 0.562 2161 3212 0 0 0.562 2 interp_poly -40 -24 68 -13 2173 3273 3 MP PP 2173 3273 0 0 0.562 2241 3260 0 0 0.562 2173 3273 0 0 0.562 2 interp_poly 2241 3260 0 0 0.562 2201 3236 0 0 0.562 2241 3260 0 0 0.562 2 interp_poly 68 -14 -40 -24 2229 3198 3 MP PP 2229 3198 0 0 0.562 2189 3174 0 0 0.562 2229 3198 0 0 0.562 2 interp_poly 2189 3174 0 0 0.562 2257 3160 0 0 0.562 2189 3174 0 0 0.562 2 interp_poly -40 -24 68 -14 2201 3236 3 MP PP 2201 3236 0 0 0.562 2269 3222 0 0 0.562 2201 3236 0 0 0.562 2 interp_poly 2269 3222 0 0 0.562 2229 3198 0 0 0.562 2269 3222 0 0 0.562 2 interp_poly 68 -14 -40 -24 2241 3260 3 MP PP 2241 3260 0 0 0.562 2201 3236 0 0 0.562 2241 3260 0 0 0.562 2 interp_poly 2201 3236 0 0 0.562 2269 3222 0 0 0.562 2201 3236 0 0 0.562 2 interp_poly -40 765 68 -158 2183 2652 3 MP PP 2183 2652 0.875 1 0.188 2251 2494 1 0.938 0 2183 2652 0.875 1 0.188 2 interp_poly 2251 2494 1 0.938 0 2211 3259 0 0.812 1 2251 2494 1 0.938 0 2 interp_poly -40 -24 68 -14 2157 3373 3 MP PP 2157 3373 0 0 0.562 2225 3359 0 0 0.562 2157 3373 0 0 0.562 2 interp_poly 2225 3359 0 0 0.562 2185 3335 0 0 0.562 2225 3359 0 0 0.562 2 interp_poly 68 -14 -40 -24 2197 3397 3 MP PP 2197 3397 0 0 0.562 2157 3373 0 0 0.562 2197 3397 0 0 0.562 2 interp_poly 2157 3373 0 0 0.562 2225 3359 0 0 0.562 2157 3373 0 0 0.562 2 interp_poly -40 -24 67 -14 2170 3435 3 MP PP 2170 3435 0 0 0.562 2237 3421 0 0 0.562 2170 3435 0 0 0.562 2 interp_poly 2237 3421 0 0 0.562 2197 3397 0 0 0.562 2237 3421 0 0 0.562 2 interp_poly 67 -14 -40 -24 2210 3459 3 MP PP 2210 3459 0 0 0.562 2170 3435 0 0 0.562 2210 3459 0 0 0.562 2 interp_poly 2170 3435 0 0 0.562 2237 3421 0 0 0.562 2170 3435 0 0 0.562 2 interp_poly 68 -13 -40 -25 2213 3298 3 MP PP 2213 3298 0 0 0.562 2173 3273 0 0 0.562 2213 3298 0 0 0.562 2 interp_poly 2173 3273 0 0 0.562 2241 3260 0 0 0.562 2173 3273 0 0 0.562 2 interp_poly -40 -24 68 -13 2185 3335 3 MP PP 2185 3335 0 0 0.562 2253 3322 0 0 0.562 2185 3335 0 0 0.562 2 interp_poly 2253 3322 0 0 0.562 2213 3298 0 0 0.562 2253 3322 0 0 0.562 2 interp_poly 68 -13 -40 -24 2225 3359 3 MP PP 2225 3359 0 0 0.562 2185 3335 0 0 0.562 2225 3359 0 0 0.562 2 interp_poly 2185 3335 0 0 0.562 2253 3322 0 0 0.562 2185 3335 0 0 0.562 2 interp_poly -40 469 68 -118 2211 3259 3 MP PP 2211 3259 0 0.812 1 2279 3141 0 1 1 2211 3259 0 0.812 1 2 interp_poly 2279 3141 0 1 1 2239 3610 0 0.125 1 2279 3141 0 1 1 2 interp_poly 68 -118 -40 765 2251 2494 3 MP PP 2251 2494 1 0.938 0 2211 3259 0 0.812 1 2251 2494 1 0.938 0 2 interp_poly 2211 3259 0 0.812 1 2279 3141 0 1 1 2211 3259 0 0.812 1 2 interp_poly 68 131 -40 -827 2275 3383 3 MP PP 2275 3383 0 0.812 1 2235 2556 1 0.875 0 2275 3383 0 0.812 1 2 interp_poly 2235 2556 1 0.875 0 2303 2687 0.938 1 0.125 2235 2556 1 0.875 0 2 interp_poly 68 -158 -40 792 2223 1860 3 MP PP 2223 1860 0.812 0 0 2183 2652 0.875 1 0.188 2223 1860 0.812 0 0 2 interp_poly 2183 2652 0.875 1 0.188 2251 2494 1 0.938 0 2183 2652 0.875 1 0.188 2 interp_poly -40 -827 68 131 2235 2556 3 MP PP 2235 2556 1 0.875 0 2303 2687 0.938 1 0.125 2235 2556 1 0.875 0 2 interp_poly 2303 2687 0.938 1 0.125 2263 1860 0.75 0 0 2303 2687 0.938 1 0.125 2 interp_poly 68 -91 -40 0 2263 1860 3 MP PP 2263 1860 0.75 0 0 2223 1860 0.812 0 0 2263 1860 0.75 0 0 2 interp_poly 2223 1860 0.812 0 0 2291 1769 0.688 0 0 2223 1860 0.812 0 0 2 interp_poly 68 11 -40 -129 2259 4190 3 MP PP 2259 4190 0 0 0.625 2219 4061 0 0 0.812 2259 4190 0 0 0.625 2 interp_poly 2219 4061 0 0 0.812 2287 4072 0 0 0.75 2219 4061 0 0 0.812 2 interp_poly -40 -250 68 11 2219 4061 3 MP PP 2219 4061 0 0 0.812 2287 4072 0 0 0.75 2219 4061 0 0 0.812 2 interp_poly 2287 4072 0 0 0.75 2247 3822 0 0.125 1 2287 4072 0 0 0.75 2 interp_poly -40 -24 67 -14 2090 3387 3 MP PP 2090 3387 0 0 0.562 2157 3373 0 0 0.562 2090 3387 0 0 0.562 2 interp_poly 2157 3373 0 0 0.562 2117 3349 0 0 0.562 2157 3373 0 0 0.562 2 interp_poly 67 -14 -40 -24 2130 3411 3 MP PP 2130 3411 0 0 0.562 2090 3387 0 0 0.562 2130 3411 0 0 0.562 2 interp_poly 2090 3387 0 0 0.562 2157 3373 0 0 0.562 2090 3387 0 0 0.562 2 interp_poly -40 -24 68 -14 2098 3610 3 MP PP 2098 3610 0 0 0.562 2166 3596 0 0 0.562 2098 3610 0 0 0.562 2 interp_poly 2166 3596 0 0 0.562 2126 3572 0 0 0.562 2166 3596 0 0 0.562 2 interp_poly 68 -14 -40 -24 2138 3634 3 MP PP 2138 3634 0 0 0.562 2098 3610 0 0 0.562 2138 3634 0 0 0.562 2 interp_poly 2098 3610 0 0 0.562 2166 3596 0 0 0.562 2098 3610 0 0 0.562 2 interp_poly -40 -24 68 -13 2102 3448 3 MP PP 2102 3448 0 0 0.562 2170 3435 0 0 0.562 2102 3448 0 0 0.562 2 interp_poly 2170 3435 0 0 0.562 2130 3411 0 0 0.562 2170 3435 0 0 0.562 2 interp_poly 68 -13 -40 -25 2142 3473 3 MP PP 2142 3473 0 0 0.562 2102 3448 0 0 0.562 2142 3473 0 0 0.562 2 interp_poly 2102 3448 0 0 0.562 2170 3435 0 0 0.562 2102 3448 0 0 0.562 2 interp_poly -40 -24 68 -14 2110 3672 3 MP PP 2110 3672 0 0 0.562 2178 3658 0 0 0.562 2110 3672 0 0 0.562 2 interp_poly 2178 3658 0 0 0.562 2138 3634 0 0 0.562 2178 3658 0 0 0.562 2 interp_poly 68 -14 -40 -24 2150 3696 3 MP PP 2150 3696 0 0 0.562 2110 3672 0 0 0.562 2150 3696 0 0 0.562 2 interp_poly 2110 3672 0 0 0.562 2178 3658 0 0 0.562 2110 3672 0 0 0.562 2 interp_poly -40 -24 68 -13 2114 3510 3 MP PP 2114 3510 0 0 0.562 2182 3497 0 0 0.562 2114 3510 0 0 0.562 2 interp_poly 2182 3497 0 0 0.562 2142 3473 0 0 0.562 2182 3497 0 0 0.562 2 interp_poly 68 -13 -40 -24 2154 3534 3 MP PP 2154 3534 0 0 0.562 2114 3510 0 0 0.562 2154 3534 0 0 0.562 2 interp_poly 2114 3510 0 0 0.562 2182 3497 0 0 0.562 2114 3510 0 0 0.562 2 interp_poly -40 -24 68 -14 2117 3349 3 MP PP 2117 3349 0 0 0.562 2185 3335 0 0 0.562 2117 3349 0 0 0.562 2 interp_poly 2185 3335 0 0 0.562 2145 3311 0 0 0.562 2185 3335 0 0 0.562 2 interp_poly 68 -14 -40 -24 2157 3373 3 MP PP 2157 3373 0 0 0.562 2117 3349 0 0 0.562 2157 3373 0 0 0.562 2 interp_poly 2117 3349 0 0 0.562 2185 3335 0 0 0.562 2117 3349 0 0 0.562 2 interp_poly -40 -25 68 -13 2126 3572 3 MP PP 2126 3572 0 0 0.562 2194 3559 0 0 0.562 2126 3572 0 0 0.562 2 interp_poly 2194 3559 0 0 0.562 2154 3534 0 0 0.562 2194 3559 0 0 0.562 2 interp_poly 68 -13 -40 -24 2166 3596 3 MP PP 2166 3596 0 0 0.562 2126 3572 0 0 0.562 2166 3596 0 0 0.562 2 interp_poly 2126 3572 0 0 0.562 2194 3559 0 0 0.562 2126 3572 0 0 0.562 2 interp_poly -40 -24 67 -14 2130 3411 3 MP PP 2130 3411 0 0 0.562 2197 3397 0 0 0.562 2130 3411 0 0 0.562 2 interp_poly 2197 3397 0 0 0.562 2157 3373 0 0 0.562 2197 3397 0 0 0.562 2 interp_poly 67 -14 -40 -24 2170 3435 3 MP PP 2170 3435 0 0 0.562 2130 3411 0 0 0.562 2170 3435 0 0 0.562 2 interp_poly 2130 3411 0 0 0.562 2197 3397 0 0 0.562 2130 3411 0 0 0.562 2 interp_poly -40 -24 68 -14 2138 3634 3 MP PP 2138 3634 0 0 0.562 2206 3620 0 0 0.562 2138 3634 0 0 0.562 2 interp_poly 2206 3620 0 0 0.562 2166 3596 0 0 0.562 2206 3620 0 0 0.562 2 interp_poly 68 -14 -40 -24 2178 3658 3 MP PP 2178 3658 0 0 0.562 2138 3634 0 0 0.562 2178 3658 0 0 0.562 2 interp_poly 2138 3634 0 0 0.562 2206 3620 0 0 0.562 2138 3634 0 0 0.562 2 interp_poly -40 -24 68 -14 2142 3473 3 MP PP 2142 3473 0 0 0.562 2210 3459 0 0 0.562 2142 3473 0 0 0.562 2 interp_poly 2210 3459 0 0 0.562 2170 3435 0 0 0.562 2210 3459 0 0 0.562 2 interp_poly 68 -14 -40 -24 2182 3497 3 MP PP 2182 3497 0 0 0.562 2142 3473 0 0 0.562 2182 3497 0 0 0.562 2 interp_poly 2142 3473 0 0 0.562 2210 3459 0 0 0.562 2142 3473 0 0 0.562 2 interp_poly -40 -25 68 -13 2145 3311 3 MP PP 2145 3311 0 0 0.562 2213 3298 0 0 0.562 2145 3311 0 0 0.562 2 interp_poly 2213 3298 0 0 0.562 2173 3273 0 0 0.562 2213 3298 0 0 0.562 2 interp_poly 68 -13 -40 -24 2185 3335 3 MP PP 2185 3335 0 0 0.562 2145 3311 0 0 0.562 2185 3335 0 0 0.562 2 interp_poly 2145 3311 0 0 0.562 2213 3298 0 0 0.562 2145 3311 0 0 0.562 2 interp_poly -40 -24 68 -14 2150 3696 3 MP PP 2150 3696 0 0 0.562 2218 3682 0 0 0.562 2150 3696 0 0 0.562 2 interp_poly 2218 3682 0 0 0.562 2178 3658 0 0 0.562 2218 3682 0 0 0.562 2 interp_poly -40 -24 68 -13 2154 3534 3 MP PP 2154 3534 0 0 0.562 2222 3521 0 0 0.562 2154 3534 0 0 0.562 2 interp_poly 2222 3521 0 0 0.562 2182 3497 0 0 0.562 2222 3521 0 0 0.562 2 interp_poly 68 -13 -40 -25 2194 3559 3 MP PP 2194 3559 0 0 0.562 2154 3534 0 0 0.562 2194 3559 0 0 0.562 2 interp_poly 2154 3534 0 0 0.562 2222 3521 0 0 0.562 2154 3534 0 0 0.562 2 interp_poly -40 -24 68 -13 2166 3596 3 MP PP 2166 3596 0 0 0.562 2234 3583 0 0 0.562 2166 3596 0 0 0.562 2 interp_poly 2234 3583 0 0 0.562 2194 3559 0 0 0.562 2234 3583 0 0 0.562 2 interp_poly 68 -13 -40 -24 2206 3620 3 MP PP 2206 3620 0 0 0.562 2166 3596 0 0 0.562 2206 3620 0 0 0.562 2 interp_poly 2166 3596 0 0 0.562 2234 3583 0 0 0.562 2166 3596 0 0 0.562 2 interp_poly -40 415 68 -108 2143 3367 3 MP PP 2143 3367 0 0.625 1 2211 3259 0 0.812 1 2143 3367 0 0.625 1 2 interp_poly 2211 3259 0 0.812 1 2171 3674 0 0.0625 1 2211 3259 0 0.812 1 2 interp_poly -40 -24 68 -13 2122 3733 3 MP PP 2122 3733 0 0 0.562 2190 3720 0 0 0.562 2122 3733 0 0 0.562 2 interp_poly 2190 3720 0 0 0.562 2150 3696 0 0 0.562 2190 3720 0 0 0.562 2 interp_poly 68 -13 -40 -24 2162 3757 3 MP PP 2162 3757 0 0 0.562 2122 3733 0 0 0.562 2162 3757 0 0 0.562 2 interp_poly 2122 3733 0 0 0.562 2190 3720 0 0 0.562 2122 3733 0 0 0.562 2 interp_poly -40 -23 68 -14 2134 3794 3 MP PP 2134 3794 0 0 0.562 2202 3780 0 0 0.562 2134 3794 0 0 0.562 2 interp_poly 2202 3780 0 0 0.562 2162 3757 0 0 0.562 2202 3780 0 0 0.562 2 interp_poly 68 -14 -40 -22 2174 3816 3 MP PP 2174 3816 0 0 0.562 2134 3794 0 0 0.562 2174 3816 0 0 0.562 2 interp_poly 2134 3794 0 0 0.562 2202 3780 0 0 0.562 2134 3794 0 0 0.562 2 interp_poly 68 -14 -40 -24 2190 3720 3 MP PP 2190 3720 0 0 0.562 2150 3696 0 0 0.562 2190 3720 0 0 0.562 2 interp_poly 2150 3696 0 0 0.562 2218 3682 0 0 0.562 2150 3696 0 0 0.562 2 interp_poly -40 195 68 -64 2171 3674 3 MP PP 2171 3674 0 0.0625 1 2239 3610 0 0.125 1 2171 3674 0 0.0625 1 2 interp_poly 2239 3610 0 0.125 1 2199 3805 0 0 0.75 2239 3610 0 0.125 1 2 interp_poly 68 -64 -40 415 2211 3259 3 MP PP 2211 3259 0 0.812 1 2171 3674 0 0.0625 1 2211 3259 0 0.812 1 2 interp_poly 2171 3674 0 0.0625 1 2239 3610 0 0.125 1 2171 3674 0 0.0625 1 2 interp_poly 68 92 -40 -531 2247 3822 3 MP PP 2247 3822 0 0.125 1 2207 3291 0 1 1 2247 3822 0 0.125 1 2 interp_poly 2207 3291 0 1 1 2275 3383 0 0.812 1 2207 3291 0 1 1 2 interp_poly -40 -25 68 -13 2093 3225 3 MP PP 2093 3225 0 0 0.562 2161 3212 0 0 0.562 2093 3225 0 0 0.562 2 interp_poly 2161 3212 0 0 0.562 2121 3187 0 0 0.562 2161 3212 0 0 0.562 2 interp_poly 68 -13 -40 -24 2133 3249 3 MP PP 2133 3249 0 0 0.562 2093 3225 0 0 0.562 2133 3249 0 0 0.562 2 interp_poly 2093 3225 0 0 0.562 2161 3212 0 0 0.562 2093 3225 0 0 0.562 2 interp_poly -40 -24 68 -14 2105 3287 3 MP PP 2105 3287 0 0 0.562 2173 3273 0 0 0.562 2105 3287 0 0 0.562 2 interp_poly 2173 3273 0 0 0.562 2133 3249 0 0 0.562 2173 3273 0 0 0.562 2 interp_poly 68 -14 -40 -24 2145 3311 3 MP PP 2145 3311 0 0 0.562 2105 3287 0 0 0.562 2145 3311 0 0 0.562 2 interp_poly 2105 3287 0 0 0.562 2173 3273 0 0 0.562 2105 3287 0 0 0.562 2 interp_poly 68 -13 -40 -25 2161 3212 3 MP PP 2161 3212 0 0 0.562 2121 3187 0 0 0.562 2161 3212 0 0 0.562 2 interp_poly 2121 3187 0 0 0.562 2189 3174 0 0 0.562 2121 3187 0 0 0.562 2 interp_poly -40 -24 68 -13 2133 3249 3 MP PP 2133 3249 0 0 0.562 2201 3236 0 0 0.562 2133 3249 0 0 0.562 2 interp_poly 2201 3236 0 0 0.562 2161 3212 0 0 0.562 2201 3236 0 0 0.562 2 interp_poly 68 -13 -40 -24 2173 3273 3 MP PP 2173 3273 0 0 0.562 2133 3249 0 0 0.562 2173 3273 0 0 0.562 2 interp_poly 2133 3249 0 0 0.562 2201 3236 0 0 0.562 2133 3249 0 0 0.562 2 interp_poly 68 -108 -40 715 2183 2652 3 MP PP 2183 2652 0.875 1 0.188 2143 3367 0 0.625 1 2183 2652 0.875 1 0.188 2 interp_poly 2143 3367 0 0.625 1 2211 3259 0 0.812 1 2143 3367 0 0.625 1 2 interp_poly -40 -827 68 92 2207 3291 3 MP PP 2207 3291 0 1 1 2275 3383 0 0.812 1 2207 3291 0 1 1 2 interp_poly 2275 3383 0 0.812 1 2235 2556 1 0.875 0 2275 3383 0 0.812 1 2 interp_poly -40 792 68 -113 2155 1973 3 MP PP 2155 1973 0.938 0 0 2223 1860 0.812 0 0 2155 1973 0.938 0 0 2 interp_poly 2223 1860 0.812 0 0 2183 2652 0.875 1 0.188 2223 1860 0.812 0 0 2 interp_poly 68 -113 -40 171 2195 1802 3 MP PP 2195 1802 0.625 0 0 2155 1973 0.938 0 0 2195 1802 0.625 0 0 2 interp_poly 2155 1973 0.938 0 0 2223 1860 0.812 0 0 2155 1973 0.938 0 0 2 interp_poly -40 0 68 58 2195 1802 3 MP PP 2195 1802 0.625 0 0 2263 1860 0.75 0 0 2195 1802 0.625 0 0 2 interp_poly 2263 1860 0.75 0 0 2223 1860 0.812 0 0 2263 1860 0.75 0 0 2 interp_poly 68 58 -40 -754 2235 2556 3 MP PP 2235 2556 1 0.875 0 2195 1802 0.625 0 0 2235 2556 1 0.875 0 2 interp_poly 2195 1802 0.625 0 0 2263 1860 0.75 0 0 2195 1802 0.625 0 0 2 interp_poly -40 -19 67 -15 2079 3864 3 MP PP 2079 3864 0 0 0.562 2146 3849 0 0 0.562 2079 3864 0 0 0.562 2 interp_poly 2146 3849 0 0 0.562 2106 3830 0 0 0.562 2146 3849 0 0 0.562 2 interp_poly 67 -15 -40 -12 2119 3876 3 MP PP 2119 3876 0 0 0.562 2079 3864 0 0 0.562 2119 3876 0 0 0.562 2 interp_poly 2079 3864 0 0 0.562 2146 3849 0 0 0.562 2079 3864 0 0 0.562 2 interp_poly 68 -14 -40 -19 2146 3849 3 MP PP 2146 3849 0 0 0.562 2106 3830 0 0 0.562 2146 3849 0 0 0.562 2 interp_poly 2106 3830 0 0 0.562 2174 3816 0 0 0.562 2106 3830 0 0 0.562 2 interp_poly -40 -10 67 -17 2119 3876 3 MP PP 2119 3876 0 0 0.562 2186 3859 0 0 0.562 2119 3876 0 0 0.562 2 interp_poly 2186 3859 0 0 0.562 2146 3849 0 0 0.562 2186 3859 0 0 0.562 2 interp_poly 67 -17 -40 9 2159 3867 3 MP PP 2159 3867 0 0 0.625 2119 3876 0 0 0.562 2159 3867 0 0 0.625 2 interp_poly 2119 3876 0 0 0.562 2186 3859 0 0 0.562 2119 3876 0 0 0.562 2 interp_poly -40 -18 68 -15 2146 3849 3 MP PP 2146 3849 0 0 0.562 2214 3834 0 0 0.562 2146 3849 0 0 0.562 2 interp_poly 2214 3834 0 0 0.562 2174 3816 0 0 0.562 2214 3834 0 0 0.562 2 interp_poly 68 -15 -40 -10 2186 3859 3 MP PP 2186 3859 0 0 0.562 2146 3849 0 0 0.562 2186 3859 0 0 0.562 2 interp_poly 2146 3849 0 0 0.562 2214 3834 0 0 0.562 2146 3849 0 0 0.562 2 interp_poly -40 62 68 -34 2131 3839 3 MP PP 2131 3839 0 0 0.75 2199 3805 0 0 0.75 2131 3839 0 0 0.75 2 interp_poly 2199 3805 0 0 0.75 2159 3867 0 0 0.625 2199 3805 0 0 0.75 2 interp_poly -40 -24 68 -14 2094 3771 3 MP PP 2094 3771 0 0 0.562 2162 3757 0 0 0.562 2094 3771 0 0 0.562 2 interp_poly 2162 3757 0 0 0.562 2122 3733 0 0 0.562 2162 3757 0 0 0.562 2 interp_poly 68 -14 -40 -23 2134 3794 3 MP PP 2134 3794 0 0 0.562 2094 3771 0 0 0.562 2134 3794 0 0 0.562 2 interp_poly 2094 3771 0 0 0.562 2162 3757 0 0 0.562 2094 3771 0 0 0.562 2 interp_poly -40 -22 68 -14 2106 3830 3 MP PP 2106 3830 0 0 0.562 2174 3816 0 0 0.562 2106 3830 0 0 0.562 2 interp_poly 2174 3816 0 0 0.562 2134 3794 0 0 0.562 2174 3816 0 0 0.562 2 interp_poly 68 -34 -40 165 2171 3674 3 MP PP 2171 3674 0 0.0625 1 2131 3839 0 0 0.75 2171 3674 0 0.0625 1 2 interp_poly 2131 3839 0 0 0.75 2199 3805 0 0 0.75 2131 3839 0 0 0.75 2 interp_poly -40 14 67 -22 2159 3867 3 MP PP 2159 3867 0 0 0.625 2226 3845 0 0 0.625 2159 3867 0 0 0.625 2 interp_poly 2226 3845 0 0 0.625 2186 3859 0 0 0.562 2226 3845 0 0 0.625 2 interp_poly 67 -22 -40 62 2199 3805 3 MP PP 2199 3805 0 0 0.75 2159 3867 0 0 0.625 2199 3805 0 0 0.75 2 interp_poly 2159 3867 0 0 0.625 2226 3845 0 0 0.625 2159 3867 0 0 0.625 2 interp_poly 68 45 -40 -284 2219 4061 3 MP PP 2219 4061 0 0 0.812 2179 3777 0 0.25 1 2219 4061 0 0 0.812 2 interp_poly 2179 3777 0 0.25 1 2247 3822 0 0.125 1 2179 3777 0 0.25 1 2 interp_poly -40 -531 68 45 2179 3777 3 MP PP 2179 3777 0 0.25 1 2247 3822 0 0.125 1 2179 3777 0 0.25 1 2 interp_poly 2247 3822 0 0.125 1 2207 3291 0 1 1 2247 3822 0 0.125 1 2 interp_poly -40 -24 68 -14 2077 3325 3 MP PP 2077 3325 0 0 0.562 2145 3311 0 0 0.562 2077 3325 0 0 0.562 2 interp_poly 2145 3311 0 0 0.562 2105 3287 0 0 0.562 2145 3311 0 0 0.562 2 interp_poly 68 -14 -40 -24 2117 3349 3 MP PP 2117 3349 0 0 0.562 2077 3325 0 0 0.562 2117 3349 0 0 0.562 2 interp_poly 2077 3325 0 0 0.562 2145 3311 0 0 0.562 2077 3325 0 0 0.562 2 interp_poly -40 715 68 -153 2115 2805 3 MP PP 2115 2805 0.625 1 0.438 2183 2652 0.875 1 0.188 2115 2805 0.625 1 0.438 2 interp_poly 2183 2652 0.875 1 0.188 2143 3367 0 0.625 1 2183 2652 0.875 1 0.188 2 interp_poly 68 -153 -40 832 2155 1973 3 MP PP 2155 1973 0.938 0 0 2115 2805 0.625 1 0.438 2155 1973 0.938 0 0 2 interp_poly 2115 2805 0.625 1 0.438 2183 2652 0.875 1 0.188 2115 2805 0.625 1 0.438 2 interp_poly 68 131 -40 -866 2207 3291 3 MP PP 2207 3291 0 1 1 2167 2425 1 0.625 0 2207 3291 0 1 1 2 interp_poly 2167 2425 1 0.625 0 2235 2556 1 0.875 0 2167 2425 1 0.625 0 2 interp_poly -40 -754 68 131 2167 2425 3 MP PP 2167 2425 1 0.625 0 2235 2556 1 0.875 0 2167 2425 1 0.625 0 2 interp_poly 2235 2556 1 0.875 0 2195 1802 0.625 0 0 2235 2556 1 0.875 0 2 interp_poly 68 103 -40 -589 2179 3777 3 MP PP 2179 3777 0 0.25 1 2139 3188 0.188 1 0.875 2179 3777 0 0.25 1 2 interp_poly 2139 3188 0.188 1 0.875 2207 3291 0 1 1 2139 3188 0.188 1 0.875 2 interp_poly -40 -866 68 103 2139 3188 3 MP PP 2139 3188 0.188 1 0.875 2207 3291 0 1 1 2139 3188 0.188 1 0.875 2 interp_poly 2207 3291 0 1 1 2167 2425 1 0.625 0 2207 3291 0 1 1 2 interp_poly -40 832 68 -132 2087 2105 3 MP PP 2087 2105 1 0.188 0 2155 1973 0.938 0 0 2087 2105 1 0.188 0 2 interp_poly 2155 1973 0.938 0 0 2115 2805 0.625 1 0.438 2155 1973 0.938 0 0 2 interp_poly 68 -132 -40 334 2127 1771 3 MP PP 2127 1771 0.562 0 0 2087 2105 1 0.188 0 2127 1771 0.562 0 0 2 interp_poly 2087 2105 1 0.188 0 2155 1973 0.938 0 0 2087 2105 1 0.188 0 2 interp_poly -40 171 68 31 2127 1771 3 MP PP 2127 1771 0.562 0 0 2195 1802 0.625 0 0 2127 1771 0.562 0 0 2 interp_poly 2195 1802 0.625 0 0 2155 1973 0.938 0 0 2195 1802 0.625 0 0 2 interp_poly 68 31 -40 -654 2167 2425 3 MP PP 2167 2425 1 0.625 0 2127 1771 0.562 0 0 2167 2425 1 0.625 0 2 interp_poly 2127 1771 0.562 0 0 2195 1802 0.625 0 0 2127 1771 0.562 0 0 2 interp_poly -40 -24 68 -13 2042 3685 3 MP PP 2042 3685 0 0 0.562 2110 3672 0 0 0.562 2042 3685 0 0 0.562 2 interp_poly 2110 3672 0 0 0.562 2070 3648 0 0 0.562 2110 3672 0 0 0.562 2 interp_poly 68 -13 -40 -24 2082 3709 3 MP PP 2082 3709 0 0 0.562 2042 3685 0 0 0.562 2082 3709 0 0 0.562 2 interp_poly 2042 3685 0 0 0.562 2110 3672 0 0 0.562 2042 3685 0 0 0.562 2 interp_poly -40 -24 68 -14 2054 3747 3 MP PP 2054 3747 0 0 0.562 2122 3733 0 0 0.562 2054 3747 0 0 0.562 2 interp_poly 2122 3733 0 0 0.562 2082 3709 0 0 0.562 2122 3733 0 0 0.562 2 interp_poly -40 -24 68 -14 2058 3586 3 MP PP 2058 3586 0 0 0.562 2126 3572 0 0 0.562 2058 3586 0 0 0.562 2 interp_poly 2126 3572 0 0 0.562 2086 3548 0 0 0.562 2126 3572 0 0 0.562 2 interp_poly 68 -14 -40 -24 2098 3610 3 MP PP 2098 3610 0 0 0.562 2058 3586 0 0 0.562 2098 3610 0 0 0.562 2 interp_poly 2058 3586 0 0 0.562 2126 3572 0 0 0.562 2058 3586 0 0 0.562 2 interp_poly -40 -24 68 -14 2070 3648 3 MP PP 2070 3648 0 0 0.562 2138 3634 0 0 0.562 2070 3648 0 0 0.562 2 interp_poly 2138 3634 0 0 0.562 2098 3610 0 0 0.562 2138 3634 0 0 0.562 2 interp_poly 68 -14 -40 -24 2110 3672 3 MP PP 2110 3672 0 0 0.562 2070 3648 0 0 0.562 2110 3672 0 0 0.562 2 interp_poly 2070 3648 0 0 0.562 2138 3634 0 0 0.562 2070 3648 0 0 0.562 2 interp_poly -40 -25 68 -13 2074 3486 3 MP PP 2074 3486 0 0 0.562 2142 3473 0 0 0.562 2074 3486 0 0 0.562 2 interp_poly 2142 3473 0 0 0.562 2102 3448 0 0 0.562 2142 3473 0 0 0.562 2 interp_poly 68 -13 -40 -24 2114 3510 3 MP PP 2114 3510 0 0 0.562 2074 3486 0 0 0.562 2114 3510 0 0 0.562 2 interp_poly 2074 3486 0 0 0.562 2142 3473 0 0 0.562 2074 3486 0 0 0.562 2 interp_poly -40 -24 68 -13 2082 3709 3 MP PP 2082 3709 0 0 0.562 2150 3696 0 0 0.562 2082 3709 0 0 0.562 2 interp_poly 2150 3696 0 0 0.562 2110 3672 0 0 0.562 2150 3696 0 0 0.562 2 interp_poly 68 -13 -40 -24 2122 3733 3 MP PP 2122 3733 0 0 0.562 2082 3709 0 0 0.562 2122 3733 0 0 0.562 2 interp_poly 2082 3709 0 0 0.562 2150 3696 0 0 0.562 2082 3709 0 0 0.562 2 interp_poly -40 -24 68 -14 2086 3548 3 MP PP 2086 3548 0 0 0.562 2154 3534 0 0 0.562 2086 3548 0 0 0.562 2 interp_poly 2154 3534 0 0 0.562 2114 3510 0 0 0.562 2154 3534 0 0 0.562 2 interp_poly 68 -14 -40 -24 2126 3572 3 MP PP 2126 3572 0 0 0.562 2086 3548 0 0 0.562 2126 3572 0 0 0.562 2 interp_poly 2086 3548 0 0 0.562 2154 3534 0 0 0.562 2086 3548 0 0 0.562 2 interp_poly 68 -56 -40 363 2143 3367 3 MP PP 2143 3367 0 0.625 1 2103 3730 0 0 1 2143 3367 0 0.625 1 2 interp_poly 2103 3730 0 0 1 2171 3674 0 0.0625 1 2103 3730 0 0 1 2 interp_poly 68 -14 -40 -24 2094 3771 3 MP PP 2094 3771 0 0 0.562 2054 3747 0 0 0.562 2094 3771 0 0 0.562 2 interp_poly 2054 3747 0 0 0.562 2122 3733 0 0 0.562 2054 3747 0 0 0.562 2 interp_poly -40 -23 68 -14 2066 3808 3 MP PP 2066 3808 0 0 0.562 2134 3794 0 0 0.562 2066 3808 0 0 0.562 2 interp_poly 2134 3794 0 0 0.562 2094 3771 0 0 0.562 2134 3794 0 0 0.562 2 interp_poly 68 -14 -40 -22 2106 3830 3 MP PP 2106 3830 0 0 0.562 2066 3808 0 0 0.562 2106 3830 0 0 0.562 2 interp_poly 2066 3808 0 0 0.562 2134 3794 0 0 0.562 2066 3808 0 0 0.562 2 interp_poly -40 165 68 -56 2103 3730 3 MP PP 2103 3730 0 0 1 2171 3674 0 0.0625 1 2103 3730 0 0 1 2 interp_poly 2171 3674 0 0.0625 1 2131 3839 0 0 0.75 2171 3674 0 0.0625 1 2 interp_poly 68 127 -40 -890 2139 3188 3 MP PP 2139 3188 0.188 1 0.875 2099 2298 1 0.375 0 2139 3188 0.188 1 0.875 2 interp_poly 2099 2298 1 0.375 0 2167 2425 1 0.625 0 2099 2298 1 0.375 0 2 interp_poly -40 -654 68 127 2099 2298 3 MP PP 2099 2298 1 0.375 0 2167 2425 1 0.625 0 2099 2298 1 0.375 0 2 interp_poly 2167 2425 1 0.625 0 2127 1771 0.562 0 0 2167 2425 1 0.625 0 2 interp_poly -40 -12 68 -16 2051 3892 3 MP PP 2051 3892 0 0 0.562 2119 3876 0 0 0.562 2051 3892 0 0 0.562 2 interp_poly 2119 3876 0 0 0.562 2079 3864 0 0 0.562 2119 3876 0 0 0.562 2 interp_poly 68 -16 -40 3 2091 3889 3 MP PP 2091 3889 0 0 0.625 2051 3892 0 0 0.562 2091 3889 0 0 0.625 2 interp_poly 2051 3892 0 0 0.562 2119 3876 0 0 0.562 2051 3892 0 0 0.562 2 interp_poly -40 9 68 -22 2091 3889 3 MP PP 2091 3889 0 0 0.625 2159 3867 0 0 0.625 2091 3889 0 0 0.625 2 interp_poly 2159 3867 0 0 0.625 2119 3876 0 0 0.562 2159 3867 0 0 0.625 2 interp_poly 68 -22 -40 50 2131 3839 3 MP PP 2131 3839 0 0 0.75 2091 3889 0 0 0.625 2131 3839 0 0 0.75 2 interp_poly 2091 3889 0 0 0.625 2159 3867 0 0 0.625 2091 3889 0 0 0.625 2 interp_poly -40 -24 68 -13 2022 3400 3 MP PP 2022 3400 0 0 0.562 2090 3387 0 0 0.562 2022 3400 0 0 0.562 2 interp_poly 2090 3387 0 0 0.562 2050 3363 0 0 0.562 2090 3387 0 0 0.562 2 interp_poly 68 -13 -40 -24 2062 3424 3 MP PP 2062 3424 0 0 0.562 2022 3400 0 0 0.562 2062 3424 0 0 0.562 2 interp_poly 2022 3400 0 0 0.562 2090 3387 0 0 0.562 2022 3400 0 0 0.562 2 interp_poly -40 -24 68 -14 2025 3239 3 MP PP 2025 3239 0 0 0.562 2093 3225 0 0 0.562 2025 3239 0 0 0.562 2 interp_poly 2093 3225 0 0 0.562 2053 3201 0 0 0.562 2093 3225 0 0 0.562 2 interp_poly 68 -14 -40 -24 2065 3263 3 MP PP 2065 3263 0 0 0.562 2025 3239 0 0 0.562 2065 3263 0 0 0.562 2 interp_poly 2025 3239 0 0 0.562 2093 3225 0 0 0.562 2025 3239 0 0 0.562 2 interp_poly -40 -24 68 -14 2034 3462 3 MP PP 2034 3462 0 0 0.562 2102 3448 0 0 0.562 2034 3462 0 0 0.562 2 interp_poly 2102 3448 0 0 0.562 2062 3424 0 0 0.562 2102 3448 0 0 0.562 2 interp_poly 68 -14 -40 -24 2074 3486 3 MP PP 2074 3486 0 0 0.562 2034 3462 0 0 0.562 2074 3486 0 0 0.562 2 interp_poly 2034 3462 0 0 0.562 2102 3448 0 0 0.562 2034 3462 0 0 0.562 2 interp_poly -40 -24 68 -14 2037 3301 3 MP PP 2037 3301 0 0 0.562 2105 3287 0 0 0.562 2037 3301 0 0 0.562 2 interp_poly 2105 3287 0 0 0.562 2065 3263 0 0 0.562 2105 3287 0 0 0.562 2 interp_poly 68 -14 -40 -24 2077 3325 3 MP PP 2077 3325 0 0 0.562 2037 3301 0 0 0.562 2077 3325 0 0 0.562 2 interp_poly 2037 3301 0 0 0.562 2105 3287 0 0 0.562 2037 3301 0 0 0.562 2 interp_poly -40 -24 67 -14 2050 3363 3 MP PP 2050 3363 0 0 0.562 2117 3349 0 0 0.562 2050 3363 0 0 0.562 2 interp_poly 2117 3349 0 0 0.562 2077 3325 0 0 0.562 2117 3349 0 0 0.562 2 interp_poly 67 -14 -40 -24 2090 3387 3 MP PP 2090 3387 0 0 0.562 2050 3363 0 0 0.562 2090 3387 0 0 0.562 2 interp_poly 2050 3363 0 0 0.562 2117 3349 0 0 0.562 2050 3363 0 0 0.562 2 interp_poly 68 -14 -40 -24 2093 3225 3 MP PP 2093 3225 0 0 0.562 2053 3201 0 0 0.562 2093 3225 0 0 0.562 2 interp_poly 2053 3201 0 0 0.562 2121 3187 0 0 0.562 2053 3201 0 0 0.562 2 interp_poly -40 -24 68 -13 2062 3424 3 MP PP 2062 3424 0 0 0.562 2130 3411 0 0 0.562 2062 3424 0 0 0.562 2 interp_poly 2130 3411 0 0 0.562 2090 3387 0 0 0.562 2130 3411 0 0 0.562 2 interp_poly 68 -13 -40 -24 2102 3448 3 MP PP 2102 3448 0 0 0.562 2062 3424 0 0 0.562 2102 3448 0 0 0.562 2 interp_poly 2062 3424 0 0 0.562 2130 3411 0 0 0.562 2062 3424 0 0 0.562 2 interp_poly -40 -24 68 -14 2065 3263 3 MP PP 2065 3263 0 0 0.562 2133 3249 0 0 0.562 2065 3263 0 0 0.562 2 interp_poly 2133 3249 0 0 0.562 2093 3225 0 0 0.562 2133 3249 0 0 0.562 2 interp_poly 68 -14 -40 -24 2105 3287 3 MP PP 2105 3287 0 0 0.562 2065 3263 0 0 0.562 2105 3287 0 0 0.562 2 interp_poly 2065 3263 0 0 0.562 2133 3249 0 0 0.562 2065 3263 0 0 0.562 2 interp_poly 68 -97 -40 659 2115 2805 3 MP PP 2115 2805 0.625 1 0.438 2075 3464 0 0.5 1 2115 2805 0.625 1 0.438 2 interp_poly 2075 3464 0 0.5 1 2143 3367 0 0.625 1 2075 3464 0 0.5 1 2 interp_poly -40 -24 68 -14 2018 3562 3 MP PP 2018 3562 0 0 0.562 2086 3548 0 0 0.562 2018 3562 0 0 0.562 2 interp_poly 2086 3548 0 0 0.562 2046 3524 0 0 0.562 2086 3548 0 0 0.562 2 interp_poly 68 -14 -40 -24 2058 3586 3 MP PP 2058 3586 0 0 0.562 2018 3562 0 0 0.562 2058 3586 0 0 0.562 2 interp_poly 2018 3562 0 0 0.562 2086 3548 0 0 0.562 2018 3562 0 0 0.562 2 interp_poly -40 -24 68 -14 2030 3624 3 MP PP 2030 3624 0 0 0.562 2098 3610 0 0 0.562 2030 3624 0 0 0.562 2 interp_poly 2098 3610 0 0 0.562 2058 3586 0 0 0.562 2098 3610 0 0 0.562 2 interp_poly 68 -14 -40 -24 2070 3648 3 MP PP 2070 3648 0 0 0.562 2030 3624 0 0 0.562 2070 3648 0 0 0.562 2 interp_poly 2030 3624 0 0 0.562 2098 3610 0 0 0.562 2030 3624 0 0 0.562 2 interp_poly -40 -24 68 -14 2046 3524 3 MP PP 2046 3524 0 0 0.562 2114 3510 0 0 0.562 2046 3524 0 0 0.562 2 interp_poly 2114 3510 0 0 0.562 2074 3486 0 0 0.562 2114 3510 0 0 0.562 2 interp_poly 68 -14 -40 -24 2086 3548 3 MP PP 2086 3548 0 0 0.562 2046 3524 0 0 0.562 2086 3548 0 0 0.562 2 interp_poly 2046 3524 0 0 0.562 2114 3510 0 0 0.562 2046 3524 0 0 0.562 2 interp_poly -40 363 68 -97 2075 3464 3 MP PP 2075 3464 0 0.5 1 2143 3367 0 0.625 1 2075 3464 0 0.5 1 2 interp_poly 2143 3367 0 0.625 1 2103 3730 0 0 1 2143 3367 0 0.625 1 2 interp_poly -40 -20 68 -15 2011 3879 3 MP PP 2011 3879 0 0 0.562 2079 3864 0 0 0.562 2011 3879 0 0 0.562 2 interp_poly 2079 3864 0 0 0.562 2039 3844 0 0 0.562 2079 3864 0 0 0.562 2 interp_poly 68 -15 -40 -13 2051 3892 3 MP PP 2051 3892 0 0 0.562 2011 3879 0 0 0.562 2051 3892 0 0 0.562 2 interp_poly 2011 3879 0 0 0.562 2079 3864 0 0 0.562 2011 3879 0 0 0.562 2 interp_poly -40 -24 68 -14 2026 3785 3 MP PP 2026 3785 0 0 0.562 2094 3771 0 0 0.562 2026 3785 0 0 0.562 2 interp_poly 2094 3771 0 0 0.562 2054 3747 0 0 0.562 2094 3771 0 0 0.562 2 interp_poly 68 -14 -40 -23 2066 3808 3 MP PP 2066 3808 0 0 0.562 2026 3785 0 0 0.562 2066 3808 0 0 0.562 2 interp_poly 2026 3785 0 0 0.562 2094 3771 0 0 0.562 2026 3785 0 0 0.562 2 interp_poly -40 -22 67 -14 2039 3844 3 MP PP 2039 3844 0 0 0.562 2106 3830 0 0 0.562 2039 3844 0 0 0.562 2 interp_poly 2106 3830 0 0 0.562 2066 3808 0 0 0.562 2106 3830 0 0 0.562 2 interp_poly 67 -14 -40 -20 2079 3864 3 MP PP 2079 3864 0 0 0.562 2039 3844 0 0 0.562 2079 3864 0 0 0.562 2 interp_poly 2039 3844 0 0 0.562 2106 3830 0 0 0.562 2039 3844 0 0 0.562 2 interp_poly 68 -31 -40 140 2103 3730 3 MP PP 2103 3730 0 0 1 2063 3870 0 0 0.688 2103 3730 0 0 1 2 interp_poly 2063 3870 0 0 0.688 2131 3839 0 0 0.75 2063 3870 0 0 0.688 2 interp_poly -40 50 68 -31 2063 3870 3 MP PP 2063 3870 0 0 0.688 2131 3839 0 0 0.75 2063 3870 0 0 0.688 2 interp_poly 2131 3839 0 0 0.75 2091 3889 0 0 0.625 2131 3839 0 0 0.75 2 interp_poly -40 848 68 -145 2019 2250 3 MP PP 2019 2250 1 0.375 0 2087 2105 1 0.188 0 2019 2250 1 0.375 0 2 interp_poly 2087 2105 1 0.188 0 2047 2953 0.438 1 0.625 2087 2105 1 0.188 0 2 interp_poly 68 -145 -40 480 2059 1770 3 MP PP 2059 1770 0.562 0 0 2019 2250 1 0.375 0 2059 1770 0.562 0 0 2 interp_poly 2019 2250 1 0.375 0 2087 2105 1 0.188 0 2019 2250 1 0.375 0 2 interp_poly 68 -148 -40 848 2087 2105 3 MP PP 2087 2105 1 0.188 0 2047 2953 0.438 1 0.625 2087 2105 1 0.188 0 2 interp_poly 2047 2953 0.438 1 0.625 2115 2805 0.625 1 0.438 2047 2953 0.438 1 0.625 2 interp_poly -40 334 68 1 2059 1770 3 MP PP 2059 1770 0.562 0 0 2127 1771 0.562 0 0 2059 1770 0.562 0 0 2 interp_poly 2127 1771 0.562 0 0 2087 2105 1 0.188 0 2127 1771 0.562 0 0 2 interp_poly 68 1 -40 -528 2099 2298 3 MP PP 2099 2298 1 0.375 0 2059 1770 0.562 0 0 2099 2298 1 0.375 0 2 interp_poly 2059 1770 0.562 0 0 2127 1771 0.562 0 0 2059 1770 0.562 0 0 2 interp_poly -40 -24 68 -14 1997 3277 3 MP PP 1997 3277 0 0 0.562 2065 3263 0 0 0.562 1997 3277 0 0 0.562 2 interp_poly 2065 3263 0 0 0.562 2025 3239 0 0 0.562 2065 3263 0 0 0.562 2 interp_poly 68 -14 -40 -24 2037 3301 3 MP PP 2037 3301 0 0 0.562 1997 3277 0 0 0.562 2037 3301 0 0 0.562 2 interp_poly 1997 3277 0 0 0.562 2065 3263 0 0 0.562 1997 3277 0 0 0.562 2 interp_poly -40 -24 67 -13 2010 3338 3 MP PP 2010 3338 0 0 0.562 2077 3325 0 0 0.562 2010 3338 0 0 0.562 2 interp_poly 2077 3325 0 0 0.562 2037 3301 0 0 0.562 2077 3325 0 0 0.562 2 interp_poly 67 -13 -40 -25 2050 3363 3 MP PP 2050 3363 0 0 0.562 2010 3338 0 0 0.562 2050 3363 0 0 0.562 2 interp_poly 2010 3338 0 0 0.562 2077 3325 0 0 0.562 2010 3338 0 0 0.562 2 interp_poly -40 659 68 -148 2047 2953 3 MP PP 2047 2953 0.438 1 0.625 2115 2805 0.625 1 0.438 2047 2953 0.438 1 0.625 2 interp_poly 2115 2805 0.625 1 0.438 2075 3464 0 0.5 1 2115 2805 0.625 1 0.438 2 interp_poly -40 -24 68 -14 1986 3761 3 MP PP 1986 3761 0 0 0.562 2054 3747 0 0 0.562 1986 3761 0 0 0.562 2 interp_poly 2054 3747 0 0 0.562 2014 3723 0 0 0.562 2054 3747 0 0 0.562 2 interp_poly 68 -14 -40 -24 2026 3785 3 MP PP 2026 3785 0 0 0.562 1986 3761 0 0 0.562 2026 3785 0 0 0.562 2 interp_poly 1986 3761 0 0 0.562 2054 3747 0 0 0.562 1986 3761 0 0 0.562 2 interp_poly -40 -24 68 -13 2002 3661 3 MP PP 2002 3661 0 0 0.562 2070 3648 0 0 0.562 2002 3661 0 0 0.562 2 interp_poly 2070 3648 0 0 0.562 2030 3624 0 0 0.562 2070 3648 0 0 0.562 2 interp_poly 68 -13 -40 -24 2042 3685 3 MP PP 2042 3685 0 0 0.562 2002 3661 0 0 0.562 2042 3685 0 0 0.562 2 interp_poly 2002 3661 0 0 0.562 2070 3648 0 0 0.562 2002 3661 0 0 0.562 2 interp_poly -40 -24 68 -14 2006 3500 3 MP PP 2006 3500 0 0 0.562 2074 3486 0 0 0.562 2006 3500 0 0 0.562 2 interp_poly 2074 3486 0 0 0.562 2034 3462 0 0 0.562 2074 3486 0 0 0.562 2 interp_poly 68 -14 -40 -24 2046 3524 3 MP PP 2046 3524 0 0 0.562 2006 3500 0 0 0.562 2046 3524 0 0 0.562 2 interp_poly 2006 3500 0 0 0.562 2074 3486 0 0 0.562 2006 3500 0 0 0.562 2 interp_poly -40 -24 68 -14 2014 3723 3 MP PP 2014 3723 0 0 0.562 2082 3709 0 0 0.562 2014 3723 0 0 0.562 2 interp_poly 2082 3709 0 0 0.562 2042 3685 0 0 0.562 2082 3709 0 0 0.562 2 interp_poly 68 -14 -40 -24 2054 3747 3 MP PP 2054 3747 0 0 0.562 2014 3723 0 0 0.562 2054 3747 0 0 0.562 2 interp_poly 2014 3723 0 0 0.562 2082 3709 0 0 0.562 2014 3723 0 0 0.562 2 interp_poly 68 -51 -40 317 2075 3464 3 MP PP 2075 3464 0 0.5 1 2035 3781 0 0 0.938 2075 3464 0 0.5 1 2 interp_poly 2035 3781 0 0 0.938 2103 3730 0 0 1 2035 3781 0 0 0.938 2 interp_poly -40 -23 67 -14 1999 3822 3 MP PP 1999 3822 0 0 0.562 2066 3808 0 0 0.562 1999 3822 0 0 0.562 2 interp_poly 2066 3808 0 0 0.562 2026 3785 0 0 0.562 2066 3808 0 0 0.562 2 interp_poly 67 -14 -40 -22 2039 3844 3 MP PP 2039 3844 0 0 0.562 1999 3822 0 0 0.562 2039 3844 0 0 0.562 2 interp_poly 1999 3822 0 0 0.562 2066 3808 0 0 0.562 1999 3822 0 0 0.562 2 interp_poly -40 140 68 -51 2035 3781 3 MP PP 2035 3781 0 0 0.938 2103 3730 0 0 1 2035 3781 0 0 0.938 2 interp_poly 2103 3730 0 0 1 2063 3870 0 0 0.688 2103 3730 0 0 1 2 interp_poly -40 -13 68 -16 1983 3908 3 MP PP 1983 3908 0 0 0.562 2051 3892 0 0 0.562 1983 3908 0 0 0.562 2 interp_poly 2051 3892 0 0 0.562 2011 3879 0 0 0.562 2051 3892 0 0 0.562 2 interp_poly 68 -16 -40 -1 2023 3909 3 MP PP 2023 3909 0 0 0.625 1983 3908 0 0 0.562 2023 3909 0 0 0.625 2 interp_poly 1983 3908 0 0 0.562 2051 3892 0 0 0.562 1983 3908 0 0 0.562 2 interp_poly -40 3 68 -20 2023 3909 3 MP PP 2023 3909 0 0 0.625 2091 3889 0 0 0.625 2023 3909 0 0 0.625 2 interp_poly 2091 3889 0 0 0.625 2051 3892 0 0 0.562 2091 3889 0 0 0.625 2 interp_poly 68 -20 -40 39 2063 3870 3 MP PP 2063 3870 0 0 0.688 2023 3909 0 0 0.625 2063 3870 0 0 0.688 2 interp_poly 2023 3909 0 0 0.625 2091 3889 0 0 0.625 2023 3909 0 0 0.625 2 interp_poly -40 -24 68 -14 1954 3414 3 MP PP 1954 3414 0 0 0.562 2022 3400 0 0 0.562 1954 3414 0 0 0.562 2 interp_poly 2022 3400 0 0 0.562 1982 3376 0 0 0.562 2022 3400 0 0 0.562 2 interp_poly 68 -14 -40 -24 1994 3438 3 MP PP 1994 3438 0 0 0.562 1954 3414 0 0 0.562 1994 3438 0 0 0.562 2 interp_poly 1954 3414 0 0 0.562 2022 3400 0 0 0.562 1954 3414 0 0 0.562 2 interp_poly -40 -24 68 -14 1966 3476 3 MP PP 1966 3476 0 0 0.562 2034 3462 0 0 0.562 1966 3476 0 0 0.562 2 interp_poly 2034 3462 0 0 0.562 1994 3438 0 0 0.562 2034 3462 0 0 0.562 2 interp_poly 68 -14 -40 -24 2006 3500 3 MP PP 2006 3500 0 0 0.562 1966 3476 0 0 0.562 2006 3500 0 0 0.562 2 interp_poly 1966 3476 0 0 0.562 2034 3462 0 0 0.562 1966 3476 0 0 0.562 2 interp_poly -40 -24 67 -13 1970 3314 3 MP PP 1970 3314 0 0 0.562 2037 3301 0 0 0.562 1970 3314 0 0 0.562 2 interp_poly 2037 3301 0 0 0.562 1997 3277 0 0 0.562 2037 3301 0 0 0.562 2 interp_poly 67 -13 -40 -24 2010 3338 3 MP PP 2010 3338 0 0 0.562 1970 3314 0 0 0.562 2010 3338 0 0 0.562 2 interp_poly 1970 3314 0 0 0.562 2037 3301 0 0 0.562 1970 3314 0 0 0.562 2 interp_poly -40 -24 68 -14 1978 3538 3 MP PP 1978 3538 0 0 0.562 2046 3524 0 0 0.562 1978 3538 0 0 0.562 2 interp_poly 2046 3524 0 0 0.562 2006 3500 0 0 0.562 2046 3524 0 0 0.562 2 interp_poly 68 -14 -40 -24 2018 3562 3 MP PP 2018 3562 0 0 0.562 1978 3538 0 0 0.562 2018 3562 0 0 0.562 2 interp_poly 1978 3538 0 0 0.562 2046 3524 0 0 0.562 1978 3538 0 0 0.562 2 interp_poly -40 -25 68 -13 1982 3376 3 MP PP 1982 3376 0 0 0.562 2050 3363 0 0 0.562 1982 3376 0 0 0.562 2 interp_poly 2050 3363 0 0 0.562 2010 3338 0 0 0.562 2050 3363 0 0 0.562 2 interp_poly 68 -13 -40 -24 2022 3400 3 MP PP 2022 3400 0 0 0.562 1982 3376 0 0 0.562 2022 3400 0 0 0.562 2 interp_poly 1982 3376 0 0 0.562 2050 3363 0 0 0.562 1982 3376 0 0 0.562 2 interp_poly 68 -14 -40 -24 2025 3239 3 MP PP 2025 3239 0 0 0.562 1985 3215 0 0 0.562 2025 3239 0 0 0.562 2 interp_poly 1985 3215 0 0 0.562 2053 3201 0 0 0.562 1985 3215 0 0 0.562 2 interp_poly -40 -24 68 -14 1994 3438 3 MP PP 1994 3438 0 0 0.562 2062 3424 0 0 0.562 1994 3438 0 0 0.562 2 interp_poly 2062 3424 0 0 0.562 2022 3400 0 0 0.562 2062 3424 0 0 0.562 2 interp_poly 68 -14 -40 -24 2034 3462 3 MP PP 2034 3462 0 0 0.562 1994 3438 0 0 0.562 2034 3462 0 0 0.562 2 interp_poly 1994 3438 0 0 0.562 2062 3424 0 0 0.562 1994 3438 0 0 0.562 2 interp_poly 68 -89 -40 600 2047 2953 3 MP PP 2047 2953 0.438 1 0.625 2007 3553 0 0.375 1 2047 2953 0.438 1 0.625 2 interp_poly 2007 3553 0 0.375 1 2075 3464 0 0.5 1 2007 3553 0 0.375 1 2 interp_poly -40 -24 68 -13 1950 3575 3 MP PP 1950 3575 0 0 0.562 2018 3562 0 0 0.562 1950 3575 0 0 0.562 2 interp_poly 2018 3562 0 0 0.562 1978 3538 0 0 0.562 2018 3562 0 0 0.562 2 interp_poly 68 -13 -40 -24 1990 3599 3 MP PP 1990 3599 0 0 0.562 1950 3575 0 0 0.562 1990 3599 0 0 0.562 2 interp_poly 1950 3575 0 0 0.562 2018 3562 0 0 0.562 1950 3575 0 0 0.562 2 interp_poly -40 -25 68 -13 1962 3637 3 MP PP 1962 3637 0 0 0.562 2030 3624 0 0 0.562 1962 3637 0 0 0.562 2 interp_poly 2030 3624 0 0 0.562 1990 3599 0 0 0.562 2030 3624 0 0 0.562 2 interp_poly 68 -13 -40 -24 2002 3661 3 MP PP 2002 3661 0 0 0.562 1962 3637 0 0 0.562 2002 3661 0 0 0.562 2 interp_poly 1962 3637 0 0 0.562 2030 3624 0 0 0.562 1962 3637 0 0 0.562 2 interp_poly -40 -24 68 -14 1974 3699 3 MP PP 1974 3699 0 0 0.562 2042 3685 0 0 0.562 1974 3699 0 0 0.562 2 interp_poly 2042 3685 0 0 0.562 2002 3661 0 0 0.562 2042 3685 0 0 0.562 2 interp_poly 68 -14 -40 -24 2014 3723 3 MP PP 2014 3723 0 0 0.562 1974 3699 0 0 0.562 2014 3723 0 0 0.562 2 interp_poly 1974 3699 0 0 0.562 2042 3685 0 0 0.562 1974 3699 0 0 0.562 2 interp_poly -40 -24 68 -13 1990 3599 3 MP PP 1990 3599 0 0 0.562 2058 3586 0 0 0.562 1990 3599 0 0 0.562 2 interp_poly 2058 3586 0 0 0.562 2018 3562 0 0 0.562 2058 3586 0 0 0.562 2 interp_poly 68 -13 -40 -25 2030 3624 3 MP PP 2030 3624 0 0 0.562 1990 3599 0 0 0.562 2030 3624 0 0 0.562 2 interp_poly 1990 3599 0 0 0.562 2058 3586 0 0 0.562 1990 3599 0 0 0.562 2 interp_poly -40 317 68 -89 2007 3553 3 MP PP 2007 3553 0 0.375 1 2075 3464 0 0.5 1 2007 3553 0 0.375 1 2 interp_poly 2075 3464 0 0.5 1 2035 3781 0 0 0.938 2075 3464 0 0.5 1 2 interp_poly -40 -21 68 -14 1943 3893 3 MP PP 1943 3893 0 0 0.562 2011 3879 0 0 0.562 1943 3893 0 0 0.562 2 interp_poly 2011 3879 0 0 0.562 1971 3858 0 0 0.562 2011 3879 0 0 0.562 2 interp_poly 68 -14 -40 -15 1983 3908 3 MP PP 1983 3908 0 0 0.562 1943 3893 0 0 0.562 1983 3908 0 0 0.562 2 interp_poly 1943 3893 0 0 0.562 2011 3879 0 0 0.562 1943 3893 0 0 0.562 2 interp_poly -40 -22 68 -14 1971 3858 3 MP PP 1971 3858 0 0 0.562 2039 3844 0 0 0.562 1971 3858 0 0 0.562 2 interp_poly 2039 3844 0 0 0.562 1999 3822 0 0 0.562 2039 3844 0 0 0.562 2 interp_poly 68 -14 -40 -21 2011 3879 3 MP PP 2011 3879 0 0 0.562 1971 3858 0 0 0.562 2011 3879 0 0 0.562 2 interp_poly 1971 3858 0 0 0.562 2039 3844 0 0 0.562 1971 3858 0 0 0.562 2 interp_poly 68 -28 -40 117 2035 3781 3 MP PP 2035 3781 0 0 0.938 1995 3898 0 0 0.688 2035 3781 0 0 0.938 2 interp_poly 1995 3898 0 0 0.688 2063 3870 0 0 0.688 1995 3898 0 0 0.688 2 interp_poly -40 39 68 -28 1995 3898 3 MP PP 1995 3898 0 0 0.688 2063 3870 0 0 0.688 1995 3898 0 0 0.688 2 interp_poly 2063 3870 0 0 0.688 2023 3909 0 0 0.625 2063 3870 0 0 0.688 2 interp_poly 68 -139 -40 842 2019 2250 3 MP PP 2019 2250 1 0.375 0 1979 3092 0.188 1 0.875 2019 2250 1 0.375 0 2 interp_poly 1979 3092 0.188 1 0.875 2047 2953 0.438 1 0.625 1979 3092 0.188 1 0.875 2 interp_poly -40 -25 67 -13 1930 3290 3 MP PP 1930 3290 0 0 0.562 1997 3277 0 0 0.562 1930 3290 0 0 0.562 2 interp_poly 1997 3277 0 0 0.562 1957 3252 0 0 0.562 1997 3277 0 0 0.562 2 interp_poly 67 -13 -40 -24 1970 3314 3 MP PP 1970 3314 0 0 0.562 1930 3290 0 0 0.562 1970 3314 0 0 0.562 2 interp_poly 1930 3290 0 0 0.562 1997 3277 0 0 0.562 1930 3290 0 0 0.562 2 interp_poly -40 -24 68 -14 1938 3514 3 MP PP 1938 3514 0 0 0.562 2006 3500 0 0 0.562 1938 3514 0 0 0.562 2 interp_poly 2006 3500 0 0 0.562 1966 3476 0 0 0.562 2006 3500 0 0 0.562 2 interp_poly 68 -14 -40 -24 1978 3538 3 MP PP 1978 3538 0 0 0.562 1938 3514 0 0 0.562 1978 3538 0 0 0.562 2 interp_poly 1938 3514 0 0 0.562 2006 3500 0 0 0.562 1938 3514 0 0 0.562 2 interp_poly -40 -24 68 -14 1942 3352 3 MP PP 1942 3352 0 0 0.562 2010 3338 0 0 0.562 1942 3352 0 0 0.562 2 interp_poly 2010 3338 0 0 0.562 1970 3314 0 0 0.562 2010 3338 0 0 0.562 2 interp_poly 68 -14 -40 -24 1982 3376 3 MP PP 1982 3376 0 0 0.562 1942 3352 0 0 0.562 1982 3376 0 0 0.562 2 interp_poly 1942 3352 0 0 0.562 2010 3338 0 0 0.562 1942 3352 0 0 0.562 2 interp_poly -40 -24 68 -13 1957 3252 3 MP PP 1957 3252 0 0 0.562 2025 3239 0 0 0.562 1957 3252 0 0 0.562 2 interp_poly 2025 3239 0 0 0.562 1985 3215 0 0 0.562 2025 3239 0 0 0.562 2 interp_poly 68 -13 -40 -25 1997 3277 3 MP PP 1997 3277 0 0 0.562 1957 3252 0 0 0.562 1997 3277 0 0 0.562 2 interp_poly 1957 3252 0 0 0.562 2025 3239 0 0 0.562 1957 3252 0 0 0.562 2 interp_poly -40 600 68 -139 1979 3092 3 MP PP 1979 3092 0.188 1 0.875 2047 2953 0.438 1 0.625 1979 3092 0.188 1 0.875 2 interp_poly 2047 2953 0.438 1 0.625 2007 3553 0 0.375 1 2047 2953 0.438 1 0.625 2 interp_poly -40 -24 67 -13 1919 3774 3 MP PP 1919 3774 0 0 0.562 1986 3761 0 0 0.562 1919 3774 0 0 0.562 2 interp_poly 1986 3761 0 0 0.562 1946 3737 0 0 0.562 1986 3761 0 0 0.562 2 interp_poly 67 -13 -40 -24 1959 3798 3 MP PP 1959 3798 0 0 0.562 1919 3774 0 0 0.562 1959 3798 0 0 0.562 2 interp_poly 1919 3774 0 0 0.562 1986 3761 0 0 0.562 1919 3774 0 0 0.562 2 interp_poly -40 -24 68 -14 1931 3836 3 MP PP 1931 3836 0 0 0.562 1999 3822 0 0 0.562 1931 3836 0 0 0.562 2 interp_poly 1999 3822 0 0 0.562 1959 3798 0 0 0.562 1999 3822 0 0 0.562 2 interp_poly -40 -24 68 -14 1934 3675 3 MP PP 1934 3675 0 0 0.562 2002 3661 0 0 0.562 1934 3675 0 0 0.562 2 interp_poly 2002 3661 0 0 0.562 1962 3637 0 0 0.562 2002 3661 0 0 0.562 2 interp_poly 68 -14 -40 -24 1974 3699 3 MP PP 1974 3699 0 0 0.562 1934 3675 0 0 0.562 1974 3699 0 0 0.562 2 interp_poly 1934 3675 0 0 0.562 2002 3661 0 0 0.562 1934 3675 0 0 0.562 2 interp_poly -40 -24 68 -14 1946 3737 3 MP PP 1946 3737 0 0 0.562 2014 3723 0 0 0.562 1946 3737 0 0 0.562 2 interp_poly 2014 3723 0 0 0.562 1974 3699 0 0 0.562 2014 3723 0 0 0.562 2 interp_poly 68 -14 -40 -24 1986 3761 3 MP PP 1986 3761 0 0 0.562 1946 3737 0 0 0.562 1986 3761 0 0 0.562 2 interp_poly 1946 3737 0 0 0.562 2014 3723 0 0 0.562 1946 3737 0 0 0.562 2 interp_poly -40 -24 67 -13 1959 3798 3 MP PP 1959 3798 0 0 0.562 2026 3785 0 0 0.562 1959 3798 0 0 0.562 2 interp_poly 2026 3785 0 0 0.562 1986 3761 0 0 0.562 2026 3785 0 0 0.562 2 interp_poly 67 -13 -40 -24 1999 3822 3 MP PP 1999 3822 0 0 0.562 1959 3798 0 0 0.562 1999 3822 0 0 0.562 2 interp_poly 1959 3798 0 0 0.562 2026 3785 0 0 0.562 1959 3798 0 0 0.562 2 interp_poly 68 -46 -40 274 2007 3553 3 MP PP 2007 3553 0 0.375 1 1967 3827 0 0 0.875 2007 3553 0 0.375 1 2 interp_poly 1967 3827 0 0 0.875 2035 3781 0 0 0.938 1967 3827 0 0 0.875 2 interp_poly 68 -14 -40 -22 1971 3858 3 MP PP 1971 3858 0 0 0.562 1931 3836 0 0 0.562 1971 3858 0 0 0.562 2 interp_poly 1931 3836 0 0 0.562 1999 3822 0 0 0.562 1931 3836 0 0 0.562 2 interp_poly -40 117 68 -46 1967 3827 3 MP PP 1967 3827 0 0 0.875 2035 3781 0 0 0.938 1967 3827 0 0 0.875 2 interp_poly 2035 3781 0 0 0.938 1995 3898 0 0 0.688 2035 3781 0 0 0.938 2 interp_poly -40 -15 68 -16 1915 3924 3 MP PP 1915 3924 0 0 0.562 1983 3908 0 0 0.562 1915 3924 0 0 0.562 2 interp_poly 1983 3908 0 0 0.562 1943 3893 0 0 0.562 1983 3908 0 0 0.562 2 interp_poly 68 -16 -40 -4 1955 3928 3 MP PP 1955 3928 0 0 0.562 1915 3924 0 0 0.562 1955 3928 0 0 0.562 2 interp_poly 1915 3924 0 0 0.562 1983 3908 0 0 0.562 1915 3924 0 0 0.562 2 interp_poly -40 -1 68 -19 1955 3928 3 MP PP 1955 3928 0 0 0.562 2023 3909 0 0 0.625 1955 3928 0 0 0.562 2 interp_poly 2023 3909 0 0 0.625 1983 3908 0 0 0.562 2023 3909 0 0 0.625 2 interp_poly 68 -19 -40 30 1995 3898 3 MP PP 1995 3898 0 0 0.688 1955 3928 0 0 0.562 1995 3898 0 0 0.688 2 interp_poly 1955 3928 0 0 0.562 2023 3909 0 0 0.625 1955 3928 0 0 0.562 2 interp_poly -40 -24 68 -14 1882 3589 3 MP PP 1882 3589 0 0 0.562 1950 3575 0 0 0.562 1882 3589 0 0 0.562 2 interp_poly 1950 3575 0 0 0.562 1910 3551 0 0 0.562 1950 3575 0 0 0.562 2 interp_poly 68 -14 -40 -24 1922 3613 3 MP PP 1922 3613 0 0 0.562 1882 3589 0 0 0.562 1922 3613 0 0 0.562 2 interp_poly 1882 3589 0 0 0.562 1950 3575 0 0 0.562 1882 3589 0 0 0.562 2 interp_poly -40 -24 68 -14 1894 3651 3 MP PP 1894 3651 0 0 0.562 1962 3637 0 0 0.562 1894 3651 0 0 0.562 2 interp_poly 1962 3637 0 0 0.562 1922 3613 0 0 0.562 1962 3637 0 0 0.562 2 interp_poly -40 -24 68 -13 1898 3489 3 MP PP 1898 3489 0 0 0.562 1966 3476 0 0 0.562 1898 3489 0 0 0.562 2 interp_poly 1966 3476 0 0 0.562 1926 3452 0 0 0.562 1966 3476 0 0 0.562 2 interp_poly 68 -13 -40 -25 1938 3514 3 MP PP 1938 3514 0 0 0.562 1898 3489 0 0 0.562 1938 3514 0 0 0.562 2 interp_poly 1898 3489 0 0 0.562 1966 3476 0 0 0.562 1898 3489 0 0 0.562 2 interp_poly -40 -24 68 -14 1902 3328 3 MP PP 1902 3328 0 0 0.562 1970 3314 0 0 0.562 1902 3328 0 0 0.562 2 interp_poly 1970 3314 0 0 0.562 1930 3290 0 0 0.562 1970 3314 0 0 0.562 2 interp_poly 68 -14 -40 -24 1942 3352 3 MP PP 1942 3352 0 0 0.562 1902 3328 0 0 0.562 1942 3352 0 0 0.562 2 interp_poly 1902 3328 0 0 0.562 1970 3314 0 0 0.562 1902 3328 0 0 0.562 2 interp_poly -40 -24 68 -13 1910 3551 3 MP PP 1910 3551 0 0 0.562 1978 3538 0 0 0.562 1910 3551 0 0 0.562 2 interp_poly 1978 3538 0 0 0.562 1938 3514 0 0 0.562 1978 3538 0 0 0.562 2 interp_poly 68 -13 -40 -24 1950 3575 3 MP PP 1950 3575 0 0 0.562 1910 3551 0 0 0.562 1950 3575 0 0 0.562 2 interp_poly 1910 3551 0 0 0.562 1978 3538 0 0 0.562 1910 3551 0 0 0.562 2 interp_poly -40 -24 68 -14 1914 3390 3 MP PP 1914 3390 0 0 0.562 1982 3376 0 0 0.562 1914 3390 0 0 0.562 2 interp_poly 1982 3376 0 0 0.562 1942 3352 0 0 0.562 1982 3376 0 0 0.562 2 interp_poly 68 -14 -40 -24 1954 3414 3 MP PP 1954 3414 0 0 0.562 1914 3390 0 0 0.562 1954 3414 0 0 0.562 2 interp_poly 1914 3390 0 0 0.562 1982 3376 0 0 0.562 1914 3390 0 0 0.562 2 interp_poly 68 -13 -40 -24 1957 3252 3 MP PP 1957 3252 0 0 0.562 1917 3228 0 0 0.562 1957 3252 0 0 0.562 2 interp_poly 1917 3228 0 0 0.562 1985 3215 0 0 0.562 1917 3228 0 0 0.562 2 interp_poly -40 -24 68 -14 1922 3613 3 MP PP 1922 3613 0 0 0.562 1990 3599 0 0 0.562 1922 3613 0 0 0.562 2 interp_poly 1990 3599 0 0 0.562 1950 3575 0 0 0.562 1990 3599 0 0 0.562 2 interp_poly 68 -14 -40 -24 1962 3637 3 MP PP 1962 3637 0 0 0.562 1922 3613 0 0 0.562 1962 3637 0 0 0.562 2 interp_poly 1922 3613 0 0 0.562 1990 3599 0 0 0.562 1922 3613 0 0 0.562 2 interp_poly -40 -24 68 -14 1926 3452 3 MP PP 1926 3452 0 0 0.562 1994 3438 0 0 0.562 1926 3452 0 0 0.562 2 interp_poly 1994 3438 0 0 0.562 1954 3414 0 0 0.562 1994 3438 0 0 0.562 2 interp_poly 68 -14 -40 -24 1966 3476 3 MP PP 1966 3476 0 0 0.562 1926 3452 0 0 0.562 1966 3476 0 0 0.562 2 interp_poly 1926 3452 0 0 0.562 1994 3438 0 0 0.562 1926 3452 0 0 0.562 2 interp_poly 68 -80 -40 541 1979 3092 3 MP PP 1979 3092 0.188 1 0.875 1939 3633 0 0.25 1 1979 3092 0.188 1 0.875 2 interp_poly 1939 3633 0 0.25 1 2007 3553 0 0.375 1 1939 3633 0 0.25 1 2 interp_poly 68 -14 -40 -24 1934 3675 3 MP PP 1934 3675 0 0 0.562 1894 3651 0 0 0.562 1934 3675 0 0 0.562 2 interp_poly 1894 3651 0 0 0.562 1962 3637 0 0 0.562 1894 3651 0 0 0.562 2 interp_poly -40 -24 68 -14 1906 3713 3 MP PP 1906 3713 0 0 0.562 1974 3699 0 0 0.562 1906 3713 0 0 0.562 2 interp_poly 1974 3699 0 0 0.562 1934 3675 0 0 0.562 1974 3699 0 0 0.562 2 interp_poly 68 -14 -40 -24 1946 3737 3 MP PP 1946 3737 0 0 0.562 1906 3713 0 0 0.562 1946 3737 0 0 0.562 2 interp_poly 1906 3713 0 0 0.562 1974 3699 0 0 0.562 1906 3713 0 0 0.562 2 interp_poly -40 274 68 -80 1939 3633 3 MP PP 1939 3633 0 0.25 1 2007 3553 0 0.375 1 1939 3633 0 0.25 1 2 interp_poly 2007 3553 0 0.375 1 1967 3827 0 0 0.875 2007 3553 0 0.375 1 2 interp_poly -40 -21 68 -14 1875 3907 3 MP PP 1875 3907 0 0 0.562 1943 3893 0 0 0.562 1875 3907 0 0 0.562 2 interp_poly 1943 3893 0 0 0.562 1903 3872 0 0 0.562 1943 3893 0 0 0.562 2 interp_poly 68 -14 -40 -17 1915 3924 3 MP PP 1915 3924 0 0 0.562 1875 3907 0 0 0.562 1915 3924 0 0 0.562 2 interp_poly 1875 3907 0 0 0.562 1943 3893 0 0 0.562 1875 3907 0 0 0.562 2 interp_poly -40 -22 68 -14 1903 3872 3 MP PP 1903 3872 0 0 0.562 1971 3858 0 0 0.562 1903 3872 0 0 0.562 2 interp_poly 1971 3858 0 0 0.562 1931 3836 0 0 0.562 1971 3858 0 0 0.562 2 interp_poly 68 -14 -40 -21 1943 3893 3 MP PP 1943 3893 0 0 0.562 1903 3872 0 0 0.562 1943 3893 0 0 0.562 2 interp_poly 1903 3872 0 0 0.562 1971 3858 0 0 0.562 1903 3872 0 0 0.562 2 interp_poly 68 -26 -40 97 1967 3827 3 MP PP 1967 3827 0 0 0.875 1927 3924 0 0 0.625 1967 3827 0 0 0.875 2 interp_poly 1927 3924 0 0 0.625 1995 3898 0 0 0.688 1927 3924 0 0 0.625 2 interp_poly -40 30 68 -26 1927 3924 3 MP PP 1927 3924 0 0 0.625 1995 3898 0 0 0.688 1927 3924 0 0 0.625 2 interp_poly 1995 3898 0 0 0.688 1955 3928 0 0 0.562 1995 3898 0 0 0.688 2 interp_poly -40 -24 68 -14 1851 3788 3 MP PP 1851 3788 0 0 0.562 1919 3774 0 0 0.562 1851 3788 0 0 0.562 2 interp_poly 1919 3774 0 0 0.562 1879 3750 0 0 0.562 1919 3774 0 0 0.562 2 interp_poly 68 -14 -40 -24 1891 3812 3 MP PP 1891 3812 0 0 0.562 1851 3788 0 0 0.562 1891 3812 0 0 0.562 2 interp_poly 1851 3788 0 0 0.562 1919 3774 0 0 0.562 1851 3788 0 0 0.562 2 interp_poly -40 -24 68 -13 1863 3849 3 MP PP 1863 3849 0 0 0.562 1931 3836 0 0 0.562 1863 3849 0 0 0.562 2 interp_poly 1931 3836 0 0 0.562 1891 3812 0 0 0.562 1931 3836 0 0 0.562 2 interp_poly 68 -13 -40 -23 1903 3872 3 MP PP 1903 3872 0 0 0.562 1863 3849 0 0 0.562 1903 3872 0 0 0.562 2 interp_poly 1863 3849 0 0 0.562 1931 3836 0 0 0.562 1863 3849 0 0 0.562 2 interp_poly -40 -24 68 -14 1866 3689 3 MP PP 1866 3689 0 0 0.562 1934 3675 0 0 0.562 1866 3689 0 0 0.562 2 interp_poly 1934 3675 0 0 0.562 1894 3651 0 0 0.562 1934 3675 0 0 0.562 2 interp_poly 68 -14 -40 -24 1906 3713 3 MP PP 1906 3713 0 0 0.562 1866 3689 0 0 0.562 1906 3713 0 0 0.562 2 interp_poly 1866 3689 0 0 0.562 1934 3675 0 0 0.562 1866 3689 0 0 0.562 2 interp_poly -40 -24 67 -13 1879 3750 3 MP PP 1879 3750 0 0 0.562 1946 3737 0 0 0.562 1879 3750 0 0 0.562 2 interp_poly 1946 3737 0 0 0.562 1906 3713 0 0 0.562 1946 3737 0 0 0.562 2 interp_poly 67 -13 -40 -24 1919 3774 3 MP PP 1919 3774 0 0 0.562 1879 3750 0 0 0.562 1919 3774 0 0 0.562 2 interp_poly 1879 3750 0 0 0.562 1946 3737 0 0 0.562 1879 3750 0 0 0.562 2 interp_poly -40 -24 68 -14 1891 3812 3 MP PP 1891 3812 0 0 0.562 1959 3798 0 0 0.562 1891 3812 0 0 0.562 2 interp_poly 1959 3798 0 0 0.562 1919 3774 0 0 0.562 1959 3798 0 0 0.562 2 interp_poly 68 -14 -40 -24 1931 3836 3 MP PP 1931 3836 0 0 0.562 1891 3812 0 0 0.562 1931 3836 0 0 0.562 2 interp_poly 1891 3812 0 0 0.562 1959 3798 0 0 0.562 1891 3812 0 0 0.562 2 interp_poly 68 -42 -40 236 1939 3633 3 MP PP 1939 3633 0 0.25 1 1899 3869 0 0 0.812 1939 3633 0 0.25 1 2 interp_poly 1899 3869 0 0 0.812 1967 3827 0 0 0.875 1899 3869 0 0 0.812 2 interp_poly -40 -23 68 -14 1835 3886 3 MP PP 1835 3886 0 0 0.562 1903 3872 0 0 0.562 1835 3886 0 0 0.562 2 interp_poly 1903 3872 0 0 0.562 1863 3849 0 0 0.562 1903 3872 0 0 0.562 2 interp_poly 68 -14 -40 -21 1875 3907 3 MP PP 1875 3907 0 0 0.562 1835 3886 0 0 0.562 1875 3907 0 0 0.562 2 interp_poly 1835 3886 0 0 0.562 1903 3872 0 0 0.562 1835 3886 0 0 0.562 2 interp_poly -40 97 68 -42 1899 3869 3 MP PP 1899 3869 0 0 0.812 1967 3827 0 0 0.875 1899 3869 0 0 0.812 2 interp_poly 1967 3827 0 0 0.875 1927 3924 0 0 0.625 1967 3827 0 0 0.875 2 interp_poly 67 -14 -40 -24 1930 3290 3 MP PP 1930 3290 0 0 0.562 1890 3266 0 0 0.562 1930 3290 0 0 0.562 2 interp_poly 1890 3266 0 0 0.562 1957 3252 0 0 0.562 1890 3266 0 0 0.562 2 interp_poly -40 -24 67 -14 1890 3266 3 MP PP 1890 3266 0 0 0.562 1957 3252 0 0 0.562 1890 3266 0 0 0.562 2 interp_poly 1957 3252 0 0 0.562 1917 3228 0 0 0.562 1957 3252 0 0 0.562 2 interp_poly -40 -4 68 -18 1887 3946 3 MP PP 1887 3946 0 0 0.562 1955 3928 0 0 0.562 1887 3946 0 0 0.562 2 interp_poly 1955 3928 0 0 0.562 1915 3924 0 0 0.562 1955 3928 0 0 0.562 2 interp_poly 68 -18 -40 22 1927 3924 3 MP PP 1927 3924 0 0 0.625 1887 3946 0 0 0.562 1927 3924 0 0 0.625 2 interp_poly 1887 3946 0 0 0.562 1955 3928 0 0 0.562 1887 3946 0 0 0.562 2 interp_poly 68 -14 -40 -24 1926 3452 3 MP PP 1926 3452 0 0 0.562 1886 3428 0 0 0.562 1926 3452 0 0 0.562 2 interp_poly 1886 3428 0 0 0.562 1954 3414 0 0 0.562 1886 3428 0 0 0.562 2 interp_poly -40 -24 68 -14 1886 3428 3 MP PP 1886 3428 0 0 0.562 1954 3414 0 0 0.562 1886 3428 0 0 0.562 2 interp_poly 1954 3414 0 0 0.562 1914 3390 0 0 0.562 1954 3414 0 0 0.562 2 interp_poly 68 -14 -40 -24 1914 3390 3 MP PP 1914 3390 0 0 0.562 1874 3366 0 0 0.562 1914 3390 0 0 0.562 2 interp_poly 1874 3366 0 0 0.562 1942 3352 0 0 0.562 1874 3366 0 0 0.562 2 interp_poly -40 -24 68 -14 1874 3366 3 MP PP 1874 3366 0 0 0.562 1942 3352 0 0 0.562 1874 3366 0 0 0.562 2 interp_poly 1942 3352 0 0 0.562 1902 3328 0 0 0.562 1942 3352 0 0 0.562 2 interp_poly 68 -13 -40 -24 1910 3551 3 MP PP 1910 3551 0 0 0.562 1870 3527 0 0 0.562 1910 3551 0 0 0.562 2 interp_poly 1870 3527 0 0 0.562 1938 3514 0 0 0.562 1870 3527 0 0 0.562 2 interp_poly -40 -25 68 -13 1870 3527 3 MP PP 1870 3527 0 0 0.562 1938 3514 0 0 0.562 1870 3527 0 0 0.562 2 interp_poly 1938 3514 0 0 0.562 1898 3489 0 0 0.562 1938 3514 0 0 0.562 2 interp_poly 68 -14 -40 -24 1902 3328 3 MP PP 1902 3328 0 0 0.562 1862 3304 0 0 0.562 1902 3328 0 0 0.562 2 interp_poly 1862 3304 0 0 0.562 1930 3290 0 0 0.562 1862 3304 0 0 0.562 2 interp_poly -40 -24 68 -14 1862 3304 3 MP PP 1862 3304 0 0 0.562 1930 3290 0 0 0.562 1862 3304 0 0 0.562 2 interp_poly 1930 3290 0 0 0.562 1890 3266 0 0 0.562 1930 3290 0 0 0.562 2 interp_poly -40 -7 68 -18 1819 3964 3 MP PP 1819 3964 0 0 0.562 1887 3946 0 0 0.562 1819 3964 0 0 0.562 2 interp_poly 1887 3946 0 0 0.562 1847 3939 0 0 0.562 1887 3946 0 0 0.562 2 interp_poly -40 -17 68 -15 1847 3939 3 MP PP 1847 3939 0 0 0.562 1915 3924 0 0 0.562 1847 3939 0 0 0.562 2 interp_poly 1915 3924 0 0 0.562 1875 3907 0 0 0.562 1915 3924 0 0 0.562 2 interp_poly 68 -15 -40 -7 1887 3946 3 MP PP 1887 3946 0 0 0.562 1847 3939 0 0 0.562 1887 3946 0 0 0.562 2 interp_poly 1847 3939 0 0 0.562 1915 3924 0 0 0.562 1847 3939 0 0 0.562 2 interp_poly 68 -25 -40 80 1899 3869 3 MP PP 1899 3869 0 0 0.812 1859 3949 0 0 0.625 1899 3869 0 0 0.812 2 interp_poly 1859 3949 0 0 0.625 1927 3924 0 0 0.625 1859 3949 0 0 0.625 2 interp_poly -40 22 68 -25 1859 3949 3 MP PP 1859 3949 0 0 0.625 1927 3924 0 0 0.625 1859 3949 0 0 0.625 2 interp_poly 1927 3924 0 0 0.625 1887 3946 0 0 0.562 1927 3924 0 0 0.625 2 interp_poly 68 -13 -40 -24 1898 3489 3 MP PP 1898 3489 0 0 0.562 1858 3465 0 0 0.562 1898 3489 0 0 0.562 2 interp_poly 1858 3465 0 0 0.562 1926 3452 0 0 0.562 1858 3465 0 0 0.562 2 interp_poly -40 -24 68 -13 1858 3465 3 MP PP 1858 3465 0 0 0.562 1926 3452 0 0 0.562 1858 3465 0 0 0.562 2 interp_poly 1926 3452 0 0 0.562 1886 3428 0 0 0.562 1926 3452 0 0 0.562 2 interp_poly 68 -14 -40 -24 1894 3651 3 MP PP 1894 3651 0 0 0.562 1854 3627 0 0 0.562 1894 3651 0 0 0.562 2 interp_poly 1854 3627 0 0 0.562 1922 3613 0 0 0.562 1854 3627 0 0 0.562 2 interp_poly -40 -24 68 -14 1854 3627 3 MP PP 1854 3627 0 0 0.562 1922 3613 0 0 0.562 1854 3627 0 0 0.562 2 interp_poly 1922 3613 0 0 0.562 1882 3589 0 0 0.562 1922 3613 0 0 0.562 2 interp_poly 67 -14 -40 -24 1890 3266 3 MP PP 1890 3266 0 0 0.562 1850 3242 0 0 0.562 1890 3266 0 0 0.562 2 interp_poly 1850 3242 0 0 0.562 1917 3228 0 0 0.562 1850 3242 0 0 0.562 2 interp_poly 68 -13 -40 -25 1886 3428 3 MP PP 1886 3428 0 0 0.562 1846 3403 0 0 0.562 1886 3428 0 0 0.562 2 interp_poly 1846 3403 0 0 0.562 1914 3390 0 0 0.562 1846 3403 0 0 0.562 2 interp_poly -40 -24 68 -13 1846 3403 3 MP PP 1846 3403 0 0 0.562 1914 3390 0 0 0.562 1846 3403 0 0 0.562 2 interp_poly 1914 3390 0 0 0.562 1874 3366 0 0 0.562 1914 3390 0 0 0.562 2 interp_poly 68 -14 -40 -24 1882 3589 3 MP PP 1882 3589 0 0 0.562 1842 3565 0 0 0.562 1882 3589 0 0 0.562 2 interp_poly 1842 3565 0 0 0.562 1910 3551 0 0 0.562 1842 3565 0 0 0.562 2 interp_poly -40 -24 68 -14 1842 3565 3 MP PP 1842 3565 0 0 0.562 1910 3551 0 0 0.562 1842 3565 0 0 0.562 2 interp_poly 1910 3551 0 0 0.562 1870 3527 0 0 0.562 1910 3551 0 0 0.562 2 interp_poly 67 -13 -40 -24 1879 3750 3 MP PP 1879 3750 0 0 0.562 1839 3726 0 0 0.562 1879 3750 0 0 0.562 2 interp_poly 1839 3726 0 0 0.562 1906 3713 0 0 0.562 1839 3726 0 0 0.562 2 interp_poly -40 -24 67 -13 1839 3726 3 MP PP 1839 3726 0 0 0.562 1906 3713 0 0 0.562 1839 3726 0 0 0.562 2 interp_poly 1906 3713 0 0 0.562 1866 3689 0 0 0.562 1906 3713 0 0 0.562 2 interp_poly 68 -14 -40 -24 1874 3366 3 MP PP 1874 3366 0 0 0.562 1834 3342 0 0 0.562 1874 3366 0 0 0.562 2 interp_poly 1834 3342 0 0 0.562 1902 3328 0 0 0.562 1834 3342 0 0 0.562 2 interp_poly -40 -24 68 -14 1834 3342 3 MP PP 1834 3342 0 0 0.562 1902 3328 0 0 0.562 1834 3342 0 0 0.562 2 interp_poly 1902 3328 0 0 0.562 1862 3304 0 0 0.562 1902 3328 0 0 0.562 2 interp_poly 68 -14 -40 -24 1870 3527 3 MP PP 1870 3527 0 0 0.562 1830 3503 0 0 0.562 1870 3527 0 0 0.562 2 interp_poly 1830 3503 0 0 0.562 1898 3489 0 0 0.562 1830 3503 0 0 0.562 2 interp_poly -40 -24 68 -14 1830 3503 3 MP PP 1830 3503 0 0 0.562 1898 3489 0 0 0.562 1830 3503 0 0 0.562 2 interp_poly 1898 3489 0 0 0.562 1858 3465 0 0 0.562 1898 3489 0 0 0.562 2 interp_poly 68 -13 -40 -25 1866 3689 3 MP PP 1866 3689 0 0 0.562 1826 3664 0 0 0.562 1866 3689 0 0 0.562 2 interp_poly 1826 3664 0 0 0.562 1894 3651 0 0 0.562 1826 3664 0 0 0.562 2 interp_poly -40 -24 68 -13 1826 3664 3 MP PP 1826 3664 0 0 0.562 1894 3651 0 0 0.562 1826 3664 0 0 0.562 2 interp_poly 1894 3651 0 0 0.562 1854 3627 0 0 0.562 1894 3651 0 0 0.562 2 interp_poly 68 -14 -40 -23 1863 3849 3 MP PP 1863 3849 0 0 0.562 1823 3826 0 0 0.562 1863 3849 0 0 0.562 2 interp_poly 1823 3826 0 0 0.562 1891 3812 0 0 0.562 1823 3826 0 0 0.562 2 interp_poly -40 -24 68 -14 1823 3826 3 MP PP 1823 3826 0 0 0.562 1891 3812 0 0 0.562 1823 3826 0 0 0.562 2 interp_poly 1891 3812 0 0 0.562 1851 3788 0 0 0.562 1891 3812 0 0 0.562 2 interp_poly 68 -14 -40 -24 1862 3304 3 MP PP 1862 3304 0 0 0.562 1822 3280 0 0 0.562 1862 3304 0 0 0.562 2 interp_poly 1822 3280 0 0 0.562 1890 3266 0 0 0.562 1822 3280 0 0 0.562 2 interp_poly -40 -24 68 -14 1822 3280 3 MP PP 1822 3280 0 0 0.562 1890 3266 0 0 0.562 1822 3280 0 0 0.562 2 interp_poly 1890 3266 0 0 0.562 1850 3242 0 0 0.562 1890 3266 0 0 0.562 2 interp_poly 68 -18 -40 15 1859 3949 3 MP PP 1859 3949 0 0 0.625 1819 3964 0 0 0.562 1859 3949 0 0 0.625 2 interp_poly 1819 3964 0 0 0.562 1887 3946 0 0 0.562 1819 3964 0 0 0.562 2 interp_poly 68 -13 -40 -24 1858 3465 3 MP PP 1858 3465 0 0 0.562 1818 3441 0 0 0.562 1858 3465 0 0 0.562 2 interp_poly 1818 3441 0 0 0.562 1886 3428 0 0 0.562 1818 3441 0 0 0.562 2 interp_poly -40 -25 68 -13 1818 3441 3 MP PP 1818 3441 0 0 0.562 1886 3428 0 0 0.562 1818 3441 0 0 0.562 2 interp_poly 1886 3428 0 0 0.562 1846 3403 0 0 0.562 1886 3428 0 0 0.562 2 interp_poly 68 -14 -40 -24 1854 3627 3 MP PP 1854 3627 0 0 0.562 1814 3603 0 0 0.562 1854 3627 0 0 0.562 2 interp_poly 1814 3603 0 0 0.562 1882 3589 0 0 0.562 1814 3603 0 0 0.562 2 interp_poly -40 -24 68 -14 1814 3603 3 MP PP 1814 3603 0 0 0.562 1882 3589 0 0 0.562 1814 3603 0 0 0.562 2 interp_poly 1882 3589 0 0 0.562 1842 3565 0 0 0.562 1882 3589 0 0 0.562 2 interp_poly 68 -14 -40 -24 1851 3788 3 MP PP 1851 3788 0 0 0.562 1811 3764 0 0 0.562 1851 3788 0 0 0.562 2 interp_poly 1811 3764 0 0 0.562 1879 3750 0 0 0.562 1811 3764 0 0 0.562 2 interp_poly -40 -24 68 -14 1811 3764 3 MP PP 1811 3764 0 0 0.562 1879 3750 0 0 0.562 1811 3764 0 0 0.562 2 interp_poly 1879 3750 0 0 0.562 1839 3726 0 0 0.562 1879 3750 0 0 0.562 2 interp_poly 68 -15 -40 -17 1847 3939 3 MP PP 1847 3939 0 0 0.562 1807 3922 0 0 0.562 1847 3939 0 0 0.562 2 interp_poly 1807 3922 0 0 0.562 1875 3907 0 0 0.562 1807 3922 0 0 0.562 2 interp_poly -40 -21 68 -15 1807 3922 3 MP PP 1807 3922 0 0 0.562 1875 3907 0 0 0.562 1807 3922 0 0 0.562 2 interp_poly 1875 3907 0 0 0.562 1835 3886 0 0 0.562 1875 3907 0 0 0.562 2 interp_poly 68 -13 -40 -24 1846 3403 3 MP PP 1846 3403 0 0 0.562 1806 3379 0 0 0.562 1846 3403 0 0 0.562 2 interp_poly 1806 3379 0 0 0.562 1874 3366 0 0 0.562 1806 3379 0 0 0.562 2 interp_poly -40 -24 68 -13 1806 3379 3 MP PP 1806 3379 0 0 0.562 1874 3366 0 0 0.562 1806 3379 0 0 0.562 2 interp_poly 1874 3366 0 0 0.562 1834 3342 0 0 0.562 1874 3366 0 0 0.562 2 interp_poly 68 -14 -40 -24 1842 3565 3 MP PP 1842 3565 0 0 0.562 1802 3541 0 0 0.562 1842 3565 0 0 0.562 2 interp_poly 1802 3541 0 0 0.562 1870 3527 0 0 0.562 1802 3541 0 0 0.562 2 interp_poly -40 -24 68 -14 1802 3541 3 MP PP 1802 3541 0 0 0.562 1870 3527 0 0 0.562 1802 3541 0 0 0.562 2 interp_poly 1870 3527 0 0 0.562 1830 3503 0 0 0.562 1870 3527 0 0 0.562 2 interp_poly 67 -13 -40 -24 1839 3726 3 MP PP 1839 3726 0 0 0.562 1799 3702 0 0 0.562 1839 3726 0 0 0.562 2 interp_poly 1799 3702 0 0 0.562 1866 3689 0 0 0.562 1799 3702 0 0 0.562 2 interp_poly -40 -25 67 -13 1799 3702 3 MP PP 1799 3702 0 0 0.562 1866 3689 0 0 0.562 1799 3702 0 0 0.562 2 interp_poly 1866 3689 0 0 0.562 1826 3664 0 0 0.562 1866 3689 0 0 0.562 2 interp_poly 68 -14 -40 -23 1835 3886 3 MP PP 1835 3886 0 0 0.562 1795 3863 0 0 0.562 1835 3886 0 0 0.562 2 interp_poly 1795 3863 0 0 0.562 1863 3849 0 0 0.562 1795 3863 0 0 0.562 2 interp_poly -40 -23 68 -14 1795 3863 3 MP PP 1795 3863 0 0 0.562 1863 3849 0 0 0.562 1795 3863 0 0 0.562 2 interp_poly 1863 3849 0 0 0.562 1823 3826 0 0 0.562 1863 3849 0 0 0.562 2 interp_poly 68 -14 -40 -24 1834 3342 3 MP PP 1834 3342 0 0 0.562 1794 3318 0 0 0.562 1834 3342 0 0 0.562 2 interp_poly 1794 3318 0 0 0.562 1862 3304 0 0 0.562 1794 3318 0 0 0.562 2 interp_poly -40 -24 68 -14 1794 3318 3 MP PP 1794 3318 0 0 0.562 1862 3304 0 0 0.562 1794 3318 0 0 0.562 2 interp_poly 1862 3304 0 0 0.562 1822 3280 0 0 0.562 1862 3304 0 0 0.562 2 interp_poly 68 -14 -40 -24 1830 3503 3 MP PP 1830 3503 0 0 0.562 1790 3479 0 0 0.562 1830 3503 0 0 0.562 2 interp_poly 1790 3479 0 0 0.562 1858 3465 0 0 0.562 1790 3479 0 0 0.562 2 interp_poly -40 -24 68 -14 1790 3479 3 MP PP 1790 3479 0 0 0.562 1858 3465 0 0 0.562 1790 3479 0 0 0.562 2 interp_poly 1858 3465 0 0 0.562 1818 3441 0 0 0.562 1858 3465 0 0 0.562 2 interp_poly 68 -13 -40 -24 1826 3664 3 MP PP 1826 3664 0 0 0.562 1786 3640 0 0 0.562 1826 3664 0 0 0.562 2 interp_poly 1786 3640 0 0 0.562 1854 3627 0 0 0.562 1786 3640 0 0 0.562 2 interp_poly -40 -24 68 -13 1786 3640 3 MP PP 1786 3640 0 0 0.562 1854 3627 0 0 0.562 1786 3640 0 0 0.562 2 interp_poly 1854 3627 0 0 0.562 1814 3603 0 0 0.562 1854 3627 0 0 0.562 2 interp_poly 68 -14 -40 -24 1823 3826 3 MP PP 1823 3826 0 0 0.562 1783 3802 0 0 0.562 1823 3826 0 0 0.562 2 interp_poly 1783 3802 0 0 0.562 1851 3788 0 0 0.562 1783 3802 0 0 0.562 2 interp_poly -40 -24 68 -14 1783 3802 3 MP PP 1783 3802 0 0 0.562 1851 3788 0 0 0.562 1783 3802 0 0 0.562 2 interp_poly 1851 3788 0 0 0.562 1811 3764 0 0 0.562 1851 3788 0 0 0.562 2 interp_poly 68 -14 -40 -24 1822 3280 3 MP PP 1822 3280 0 0 0.562 1782 3256 0 0 0.562 1822 3280 0 0 0.562 2 interp_poly 1782 3256 0 0 0.562 1850 3242 0 0 0.562 1782 3256 0 0 0.562 2 interp_poly 68 -16 -40 -9 1819 3964 3 MP PP 1819 3964 0 0 0.562 1779 3955 0 0 0.562 1819 3964 0 0 0.562 2 interp_poly 1779 3955 0 0 0.562 1847 3939 0 0 0.562 1779 3955 0 0 0.562 2 interp_poly -40 -17 68 -16 1779 3955 3 MP PP 1779 3955 0 0 0.562 1847 3939 0 0 0.562 1779 3955 0 0 0.562 2 interp_poly 1847 3939 0 0 0.562 1807 3922 0 0 0.562 1847 3939 0 0 0.562 2 interp_poly 68 -14 -40 -24 1818 3441 3 MP PP 1818 3441 0 0 0.562 1778 3417 0 0 0.562 1818 3441 0 0 0.562 2 interp_poly 1778 3417 0 0 0.562 1846 3403 0 0 0.562 1778 3417 0 0 0.562 2 interp_poly -40 -24 68 -14 1778 3417 3 MP PP 1778 3417 0 0 0.562 1846 3403 0 0 0.562 1778 3417 0 0 0.562 2 interp_poly 1846 3403 0 0 0.562 1806 3379 0 0 0.562 1846 3403 0 0 0.562 2 interp_poly 68 -14 -40 -24 1814 3603 3 MP PP 1814 3603 0 0 0.562 1774 3579 0 0 0.562 1814 3603 0 0 0.562 2 interp_poly 1774 3579 0 0 0.562 1842 3565 0 0 0.562 1774 3579 0 0 0.562 2 interp_poly -40 -24 68 -14 1774 3579 3 MP PP 1774 3579 0 0 0.562 1842 3565 0 0 0.562 1774 3579 0 0 0.562 2 interp_poly 1842 3565 0 0 0.562 1802 3541 0 0 0.562 1842 3565 0 0 0.562 2 interp_poly 68 -14 -40 -24 1811 3764 3 MP PP 1811 3764 0 0 0.562 1771 3740 0 0 0.562 1811 3764 0 0 0.562 2 interp_poly 1771 3740 0 0 0.562 1839 3726 0 0 0.562 1771 3740 0 0 0.562 2 interp_poly -40 -24 68 -14 1771 3740 3 MP PP 1771 3740 0 0 0.562 1839 3726 0 0 0.562 1771 3740 0 0 0.562 2 interp_poly 1839 3726 0 0 0.562 1799 3702 0 0 0.562 1839 3726 0 0 0.562 2 interp_poly 68 -14 -40 -22 1807 3922 3 MP PP 1807 3922 0 0 0.562 1767 3900 0 0 0.562 1807 3922 0 0 0.562 2 interp_poly 1767 3900 0 0 0.562 1835 3886 0 0 0.562 1767 3900 0 0 0.562 2 interp_poly -40 -23 68 -14 1767 3900 3 MP PP 1767 3900 0 0 0.562 1835 3886 0 0 0.562 1767 3900 0 0 0.562 2 interp_poly 1835 3886 0 0 0.562 1795 3863 0 0 0.562 1835 3886 0 0 0.562 2 interp_poly 68 -13 -40 -24 1806 3379 3 MP PP 1806 3379 0 0 0.562 1766 3355 0 0 0.562 1806 3379 0 0 0.562 2 interp_poly 1766 3355 0 0 0.562 1834 3342 0 0 0.562 1766 3355 0 0 0.562 2 interp_poly -40 -24 68 -13 1766 3355 3 MP PP 1766 3355 0 0 0.562 1834 3342 0 0 0.562 1766 3355 0 0 0.562 2 interp_poly 1834 3342 0 0 0.562 1794 3318 0 0 0.562 1834 3342 0 0 0.562 2 interp_poly 68 -14 -40 -24 1802 3541 3 MP PP 1802 3541 0 0 0.562 1762 3517 0 0 0.562 1802 3541 0 0 0.562 2 interp_poly 1762 3517 0 0 0.562 1830 3503 0 0 0.562 1762 3517 0 0 0.562 2 interp_poly -40 -24 68 -14 1762 3517 3 MP PP 1762 3517 0 0 0.562 1830 3503 0 0 0.562 1762 3517 0 0 0.562 2 interp_poly 1830 3503 0 0 0.562 1790 3479 0 0 0.562 1830 3503 0 0 0.562 2 interp_poly 67 -14 -40 -24 1799 3702 3 MP PP 1799 3702 0 0 0.562 1759 3678 0 0 0.562 1799 3702 0 0 0.562 2 interp_poly 1759 3678 0 0 0.562 1826 3664 0 0 0.562 1759 3678 0 0 0.562 2 interp_poly -40 -24 67 -14 1759 3678 3 MP PP 1759 3678 0 0 0.562 1826 3664 0 0 0.562 1759 3678 0 0 0.562 2 interp_poly 1826 3664 0 0 0.562 1786 3640 0 0 0.562 1826 3664 0 0 0.562 2 interp_poly 68 -13 -40 -24 1795 3863 3 MP PP 1795 3863 0 0 0.562 1755 3839 0 0 0.562 1795 3863 0 0 0.562 2 interp_poly 1755 3839 0 0 0.562 1823 3826 0 0 0.562 1755 3839 0 0 0.562 2 interp_poly -40 -24 68 -13 1755 3839 3 MP PP 1755 3839 0 0 0.562 1823 3826 0 0 0.562 1755 3839 0 0 0.562 2 interp_poly 1823 3826 0 0 0.562 1783 3802 0 0 0.562 1823 3826 0 0 0.562 2 interp_poly 68 -13 -40 -25 1794 3318 3 MP PP 1794 3318 0 0 0.562 1754 3293 0 0 0.562 1794 3318 0 0 0.562 2 interp_poly 1754 3293 0 0 0.562 1822 3280 0 0 0.562 1754 3293 0 0 0.562 2 interp_poly -40 -24 68 -13 1754 3293 3 MP PP 1754 3293 0 0 0.562 1822 3280 0 0 0.562 1754 3293 0 0 0.562 2 interp_poly 1822 3280 0 0 0.562 1782 3256 0 0 0.562 1822 3280 0 0 0.562 2 interp_poly 68 -14 -40 -24 1790 3479 3 MP PP 1790 3479 0 0 0.562 1750 3455 0 0 0.562 1790 3479 0 0 0.562 2 interp_poly 1750 3455 0 0 0.562 1818 3441 0 0 0.562 1750 3455 0 0 0.562 2 interp_poly -40 -24 68 -14 1750 3455 3 MP PP 1750 3455 0 0 0.562 1818 3441 0 0 0.562 1750 3455 0 0 0.562 2 interp_poly 1818 3441 0 0 0.562 1778 3417 0 0 0.562 1818 3441 0 0 0.562 2 interp_poly 68 -13 -40 -24 1786 3640 3 MP PP 1786 3640 0 0 0.562 1746 3616 0 0 0.562 1786 3640 0 0 0.562 2 interp_poly 1746 3616 0 0 0.562 1814 3603 0 0 0.562 1746 3616 0 0 0.562 2 interp_poly -40 -24 68 -13 1746 3616 3 MP PP 1746 3616 0 0 0.562 1814 3603 0 0 0.562 1746 3616 0 0 0.562 2 interp_poly 1814 3603 0 0 0.562 1774 3579 0 0 0.562 1814 3603 0 0 0.562 2 interp_poly 68 -14 -40 -24 1783 3802 3 MP PP 1783 3802 0 0 0.562 1743 3778 0 0 0.562 1783 3802 0 0 0.562 2 interp_poly 1743 3778 0 0 0.562 1811 3764 0 0 0.562 1743 3778 0 0 0.562 2 interp_poly -40 -24 68 -14 1743 3778 3 MP PP 1743 3778 0 0 0.562 1811 3764 0 0 0.562 1743 3778 0 0 0.562 2 interp_poly 1811 3764 0 0 0.562 1771 3740 0 0 0.562 1811 3764 0 0 0.562 2 interp_poly 68 -14 -40 -19 1779 3955 3 MP PP 1779 3955 0 0 0.562 1739 3936 0 0 0.562 1779 3955 0 0 0.562 2 interp_poly 1739 3936 0 0 0.562 1807 3922 0 0 0.562 1739 3936 0 0 0.562 2 interp_poly -40 -22 68 -14 1739 3936 3 MP PP 1739 3936 0 0 0.562 1807 3922 0 0 0.562 1739 3936 0 0 0.562 2 interp_poly 1807 3922 0 0 0.562 1767 3900 0 0 0.562 1807 3922 0 0 0.562 2 interp_poly 68 -14 -40 -24 1778 3417 3 MP PP 1778 3417 0 0 0.562 1738 3393 0 0 0.562 1778 3417 0 0 0.562 2 interp_poly 1738 3393 0 0 0.562 1806 3379 0 0 0.562 1738 3393 0 0 0.562 2 interp_poly -40 -24 68 -14 1738 3393 3 MP PP 1738 3393 0 0 0.562 1806 3379 0 0 0.562 1738 3393 0 0 0.562 2 interp_poly 1806 3379 0 0 0.562 1766 3355 0 0 0.562 1806 3379 0 0 0.562 2 interp_poly 68 -13 -40 -25 1774 3579 3 MP PP 1774 3579 0 0 0.562 1734 3554 0 0 0.562 1774 3579 0 0 0.562 2 interp_poly 1734 3554 0 0 0.562 1802 3541 0 0 0.562 1734 3554 0 0 0.562 2 interp_poly -40 -24 68 -13 1734 3554 3 MP PP 1734 3554 0 0 0.562 1802 3541 0 0 0.562 1734 3554 0 0 0.562 2 interp_poly 1802 3541 0 0 0.562 1762 3517 0 0 0.562 1802 3541 0 0 0.562 2 interp_poly 68 -14 -40 -24 1771 3740 3 MP PP 1771 3740 0 0 0.562 1731 3716 0 0 0.562 1771 3740 0 0 0.562 2 interp_poly 1731 3716 0 0 0.562 1799 3702 0 0 0.562 1731 3716 0 0 0.562 2 interp_poly -40 -24 68 -14 1731 3716 3 MP PP 1731 3716 0 0 0.562 1799 3702 0 0 0.562 1731 3716 0 0 0.562 2 interp_poly 1799 3702 0 0 0.562 1759 3678 0 0 0.562 1799 3702 0 0 0.562 2 interp_poly 68 -14 -40 -23 1767 3900 3 MP PP 1767 3900 0 0 0.562 1727 3877 0 0 0.562 1767 3900 0 0 0.562 2 interp_poly 1727 3877 0 0 0.562 1795 3863 0 0 0.562 1727 3877 0 0 0.562 2 interp_poly -40 -24 68 -14 1727 3877 3 MP PP 1727 3877 0 0 0.562 1795 3863 0 0 0.562 1727 3877 0 0 0.562 2 interp_poly 1795 3863 0 0 0.562 1755 3839 0 0 0.562 1795 3863 0 0 0.562 2 interp_poly 68 -13 -40 -24 1766 3355 3 MP PP 1766 3355 0 0 0.562 1726 3331 0 0 0.562 1766 3355 0 0 0.562 2 interp_poly 1726 3331 0 0 0.562 1794 3318 0 0 0.562 1726 3331 0 0 0.562 2 interp_poly -40 -25 68 -13 1726 3331 3 MP PP 1726 3331 0 0 0.562 1794 3318 0 0 0.562 1726 3331 0 0 0.562 2 interp_poly 1794 3318 0 0 0.562 1754 3293 0 0 0.562 1794 3318 0 0 0.562 2 interp_poly 68 -14 -40 -24 1762 3517 3 MP PP 1762 3517 0 0 0.562 1722 3493 0 0 0.562 1762 3517 0 0 0.562 2 interp_poly 1722 3493 0 0 0.562 1790 3479 0 0 0.562 1722 3493 0 0 0.562 2 interp_poly -40 -24 68 -14 1722 3493 3 MP PP 1722 3493 0 0 0.562 1790 3479 0 0 0.562 1722 3493 0 0 0.562 2 interp_poly 1790 3479 0 0 0.562 1750 3455 0 0 0.562 1790 3479 0 0 0.562 2 interp_poly 67 -14 -40 -24 1759 3678 3 MP PP 1759 3678 0 0 0.562 1719 3654 0 0 0.562 1759 3678 0 0 0.562 2 interp_poly 1719 3654 0 0 0.562 1786 3640 0 0 0.562 1719 3654 0 0 0.562 2 interp_poly -40 -24 67 -14 1719 3654 3 MP PP 1719 3654 0 0 0.562 1786 3640 0 0 0.562 1719 3654 0 0 0.562 2 interp_poly 1786 3640 0 0 0.562 1746 3616 0 0 0.562 1786 3640 0 0 0.562 2 interp_poly 68 -13 -40 -24 1755 3839 3 MP PP 1755 3839 0 0 0.562 1715 3815 0 0 0.562 1755 3839 0 0 0.562 2 interp_poly 1715 3815 0 0 0.562 1783 3802 0 0 0.562 1715 3815 0 0 0.562 2 interp_poly -40 -24 68 -13 1715 3815 3 MP PP 1715 3815 0 0 0.562 1783 3802 0 0 0.562 1715 3815 0 0 0.562 2 interp_poly 1783 3802 0 0 0.562 1743 3778 0 0 0.562 1783 3802 0 0 0.562 2 interp_poly 68 -13 -40 -24 1754 3293 3 MP PP 1754 3293 0 0 0.562 1714 3269 0 0 0.562 1754 3293 0 0 0.562 2 interp_poly 1714 3269 0 0 0.562 1782 3256 0 0 0.562 1714 3269 0 0 0.562 2 interp_poly 68 -14 -40 -24 1750 3455 3 MP PP 1750 3455 0 0 0.562 1710 3431 0 0 0.562 1750 3455 0 0 0.562 2 interp_poly 1710 3431 0 0 0.562 1778 3417 0 0 0.562 1710 3431 0 0 0.562 2 interp_poly -40 -24 68 -14 1710 3431 3 MP PP 1710 3431 0 0 0.562 1778 3417 0 0 0.562 1710 3431 0 0 0.562 2 interp_poly 1778 3417 0 0 0.562 1738 3393 0 0 0.562 1778 3417 0 0 0.562 2 interp_poly 68 -13 -40 -24 1746 3616 3 MP PP 1746 3616 0 0 0.562 1706 3592 0 0 0.562 1746 3616 0 0 0.562 2 interp_poly 1706 3592 0 0 0.562 1774 3579 0 0 0.562 1706 3592 0 0 0.562 2 interp_poly -40 -25 68 -13 1706 3592 3 MP PP 1706 3592 0 0 0.562 1774 3579 0 0 0.562 1706 3592 0 0 0.562 2 interp_poly 1774 3579 0 0 0.562 1734 3554 0 0 0.562 1774 3579 0 0 0.562 2 interp_poly 68 -14 -40 -24 1743 3778 3 MP PP 1743 3778 0 0 0.562 1703 3754 0 0 0.562 1743 3778 0 0 0.562 2 interp_poly 1703 3754 0 0 0.562 1771 3740 0 0 0.562 1703 3754 0 0 0.562 2 interp_poly -40 -24 68 -14 1703 3754 3 MP PP 1703 3754 0 0 0.562 1771 3740 0 0 0.562 1703 3754 0 0 0.562 2 interp_poly 1771 3740 0 0 0.562 1731 3716 0 0 0.562 1771 3740 0 0 0.562 2 interp_poly 68 -14 -40 -22 1739 3936 3 MP PP 1739 3936 0 0 0.562 1699 3914 0 0 0.562 1739 3936 0 0 0.562 2 interp_poly 1699 3914 0 0 0.562 1767 3900 0 0 0.562 1699 3914 0 0 0.562 2 interp_poly -40 -23 68 -14 1699 3914 3 MP PP 1699 3914 0 0 0.562 1767 3900 0 0 0.562 1699 3914 0 0 0.562 2 interp_poly 1767 3900 0 0 0.562 1727 3877 0 0 0.562 1767 3900 0 0 0.562 2 interp_poly 68 -14 -40 -24 1738 3393 3 MP PP 1738 3393 0 0 0.562 1698 3369 0 0 0.562 1738 3393 0 0 0.562 2 interp_poly 1698 3369 0 0 0.562 1766 3355 0 0 0.562 1698 3369 0 0 0.562 2 interp_poly -40 -24 68 -14 1698 3369 3 MP PP 1698 3369 0 0 0.562 1766 3355 0 0 0.562 1698 3369 0 0 0.562 2 interp_poly 1766 3355 0 0 0.562 1726 3331 0 0 0.562 1766 3355 0 0 0.562 2 interp_poly 68 -13 -40 -24 1734 3554 3 MP PP 1734 3554 0 0 0.562 1694 3530 0 0 0.562 1734 3554 0 0 0.562 2 interp_poly 1694 3530 0 0 0.562 1762 3517 0 0 0.562 1694 3530 0 0 0.562 2 interp_poly -40 -24 68 -13 1694 3530 3 MP PP 1694 3530 0 0 0.562 1762 3517 0 0 0.562 1694 3530 0 0 0.562 2 interp_poly 1762 3517 0 0 0.562 1722 3493 0 0 0.562 1762 3517 0 0 0.562 2 interp_poly 68 -14 -40 -24 1731 3716 3 MP PP 1731 3716 0 0 0.562 1691 3692 0 0 0.562 1731 3716 0 0 0.562 2 interp_poly 1691 3692 0 0 0.562 1759 3678 0 0 0.562 1691 3692 0 0 0.562 2 interp_poly -40 -24 68 -14 1691 3692 3 MP PP 1691 3692 0 0 0.562 1759 3678 0 0 0.562 1691 3692 0 0 0.562 2 interp_poly 1759 3678 0 0 0.562 1719 3654 0 0 0.562 1759 3678 0 0 0.562 2 interp_poly 68 -14 -40 -24 1727 3877 3 MP PP 1727 3877 0 0 0.562 1687 3853 0 0 0.562 1727 3877 0 0 0.562 2 interp_poly 1687 3853 0 0 0.562 1755 3839 0 0 0.562 1687 3853 0 0 0.562 2 interp_poly -40 -24 68 -14 1687 3853 3 MP PP 1687 3853 0 0 0.562 1755 3839 0 0 0.562 1687 3853 0 0 0.562 2 interp_poly 1755 3839 0 0 0.562 1715 3815 0 0 0.562 1755 3839 0 0 0.562 2 interp_poly 68 -14 -40 -24 1726 3331 3 MP PP 1726 3331 0 0 0.562 1686 3307 0 0 0.562 1726 3331 0 0 0.562 2 interp_poly 1686 3307 0 0 0.562 1754 3293 0 0 0.562 1686 3307 0 0 0.562 2 interp_poly -40 -24 68 -14 1686 3307 3 MP PP 1686 3307 0 0 0.562 1754 3293 0 0 0.562 1686 3307 0 0 0.562 2 interp_poly 1754 3293 0 0 0.562 1714 3269 0 0 0.562 1754 3293 0 0 0.562 2 interp_poly 68 -13 -40 -25 1722 3493 3 MP PP 1722 3493 0 0 0.562 1682 3468 0 0 0.562 1722 3493 0 0 0.562 2 interp_poly 1682 3468 0 0 0.562 1750 3455 0 0 0.562 1682 3468 0 0 0.562 2 interp_poly -40 -24 68 -13 1682 3468 3 MP PP 1682 3468 0 0 0.562 1750 3455 0 0 0.562 1682 3468 0 0 0.562 2 interp_poly 1750 3455 0 0 0.562 1710 3431 0 0 0.562 1750 3455 0 0 0.562 2 interp_poly 67 -14 -40 -24 1719 3654 3 MP PP 1719 3654 0 0 0.562 1679 3630 0 0 0.562 1719 3654 0 0 0.562 2 interp_poly 1679 3630 0 0 0.562 1746 3616 0 0 0.562 1679 3630 0 0 0.562 2 interp_poly -40 -24 67 -14 1679 3630 3 MP PP 1679 3630 0 0 0.562 1746 3616 0 0 0.562 1679 3630 0 0 0.562 2 interp_poly 1746 3616 0 0 0.562 1706 3592 0 0 0.562 1746 3616 0 0 0.562 2 interp_poly 68 -13 -40 -24 1715 3815 3 MP PP 1715 3815 0 0 0.562 1675 3791 0 0 0.562 1715 3815 0 0 0.562 2 interp_poly 1675 3791 0 0 0.562 1743 3778 0 0 0.562 1675 3791 0 0 0.562 2 interp_poly -40 -24 68 -13 1675 3791 3 MP PP 1675 3791 0 0 0.562 1743 3778 0 0 0.562 1675 3791 0 0 0.562 2 interp_poly 1743 3778 0 0 0.562 1703 3754 0 0 0.562 1743 3778 0 0 0.562 2 interp_poly 68 -14 -40 -24 1710 3431 3 MP PP 1710 3431 0 0 0.562 1670 3407 0 0 0.562 1710 3431 0 0 0.562 2 interp_poly 1670 3407 0 0 0.562 1738 3393 0 0 0.562 1670 3407 0 0 0.562 2 interp_poly -40 -24 68 -14 1670 3407 3 MP PP 1670 3407 0 0 0.562 1738 3393 0 0 0.562 1670 3407 0 0 0.562 2 interp_poly 1738 3393 0 0 0.562 1698 3369 0 0 0.562 1738 3393 0 0 0.562 2 interp_poly 68 -14 -40 -24 1706 3592 3 MP PP 1706 3592 0 0 0.562 1666 3568 0 0 0.562 1706 3592 0 0 0.562 2 interp_poly 1666 3568 0 0 0.562 1734 3554 0 0 0.562 1666 3568 0 0 0.562 2 interp_poly -40 -24 68 -14 1666 3568 3 MP PP 1666 3568 0 0 0.562 1734 3554 0 0 0.562 1666 3568 0 0 0.562 2 interp_poly 1734 3554 0 0 0.562 1694 3530 0 0 0.562 1734 3554 0 0 0.562 2 interp_poly 68 -13 -40 -25 1703 3754 3 MP PP 1703 3754 0 0 0.562 1663 3729 0 0 0.562 1703 3754 0 0 0.562 2 interp_poly 1663 3729 0 0 0.562 1731 3716 0 0 0.562 1663 3729 0 0 0.562 2 interp_poly -40 -24 68 -13 1663 3729 3 MP PP 1663 3729 0 0 0.562 1731 3716 0 0 0.562 1663 3729 0 0 0.562 2 interp_poly 1731 3716 0 0 0.562 1691 3692 0 0 0.562 1731 3716 0 0 0.562 2 interp_poly 68 -13 -40 -24 1699 3914 3 MP PP 1699 3914 0 0 0.562 1659 3890 0 0 0.562 1699 3914 0 0 0.562 2 interp_poly 1659 3890 0 0 0.562 1727 3877 0 0 0.562 1659 3890 0 0 0.562 2 interp_poly -40 -24 68 -13 1659 3890 3 MP PP 1659 3890 0 0 0.562 1727 3877 0 0 0.562 1659 3890 0 0 0.562 2 interp_poly 1727 3877 0 0 0.562 1687 3853 0 0 0.562 1727 3877 0 0 0.562 2 interp_poly 68 -14 -40 -24 1698 3369 3 MP PP 1698 3369 0 0 0.562 1658 3345 0 0 0.562 1698 3369 0 0 0.562 2 interp_poly 1658 3345 0 0 0.562 1726 3331 0 0 0.562 1658 3345 0 0 0.562 2 interp_poly -40 -24 68 -14 1658 3345 3 MP PP 1658 3345 0 0 0.562 1726 3331 0 0 0.562 1658 3345 0 0 0.562 2 interp_poly 1726 3331 0 0 0.562 1686 3307 0 0 0.562 1726 3331 0 0 0.562 2 interp_poly 68 -13 -40 -24 1694 3530 3 MP PP 1694 3530 0 0 0.562 1654 3506 0 0 0.562 1694 3530 0 0 0.562 2 interp_poly 1654 3506 0 0 0.562 1722 3493 0 0 0.562 1654 3506 0 0 0.562 2 interp_poly -40 -25 68 -13 1654 3506 3 MP PP 1654 3506 0 0 0.562 1722 3493 0 0 0.562 1654 3506 0 0 0.562 2 interp_poly 1722 3493 0 0 0.562 1682 3468 0 0 0.562 1722 3493 0 0 0.562 2 interp_poly 68 -14 -40 -24 1691 3692 3 MP PP 1691 3692 0 0 0.562 1651 3668 0 0 0.562 1691 3692 0 0 0.562 2 interp_poly 1651 3668 0 0 0.562 1719 3654 0 0 0.562 1651 3668 0 0 0.562 2 interp_poly -40 -24 68 -14 1651 3668 3 MP PP 1651 3668 0 0 0.562 1719 3654 0 0 0.562 1651 3668 0 0 0.562 2 interp_poly 1719 3654 0 0 0.562 1679 3630 0 0 0.562 1719 3654 0 0 0.562 2 interp_poly 68 -14 -40 -24 1687 3853 3 MP PP 1687 3853 0 0 0.562 1647 3829 0 0 0.562 1687 3853 0 0 0.562 2 interp_poly 1647 3829 0 0 0.562 1715 3815 0 0 0.562 1647 3829 0 0 0.562 2 interp_poly -40 -24 68 -14 1647 3829 3 MP PP 1647 3829 0 0 0.562 1715 3815 0 0 0.562 1647 3829 0 0 0.562 2 interp_poly 1715 3815 0 0 0.562 1675 3791 0 0 0.562 1715 3815 0 0 0.562 2 interp_poly 68 -14 -40 -24 1686 3307 3 MP PP 1686 3307 0 0 0.562 1646 3283 0 0 0.562 1686 3307 0 0 0.562 2 interp_poly 1646 3283 0 0 0.562 1714 3269 0 0 0.562 1646 3283 0 0 0.562 2 interp_poly 68 -13 -40 -24 1682 3468 3 MP PP 1682 3468 0 0 0.562 1642 3444 0 0 0.562 1682 3468 0 0 0.562 2 interp_poly 1642 3444 0 0 0.562 1710 3431 0 0 0.562 1642 3444 0 0 0.562 2 interp_poly -40 -24 68 -13 1642 3444 3 MP PP 1642 3444 0 0 0.562 1710 3431 0 0 0.562 1642 3444 0 0 0.562 2 interp_poly 1710 3431 0 0 0.562 1670 3407 0 0 0.562 1710 3431 0 0 0.562 2 interp_poly 67 -14 -40 -24 1679 3630 3 MP PP 1679 3630 0 0 0.562 1639 3606 0 0 0.562 1679 3630 0 0 0.562 2 interp_poly 1639 3606 0 0 0.562 1706 3592 0 0 0.562 1639 3606 0 0 0.562 2 interp_poly -40 -24 67 -14 1639 3606 3 MP PP 1639 3606 0 0 0.562 1706 3592 0 0 0.562 1639 3606 0 0 0.562 2 interp_poly 1706 3592 0 0 0.562 1666 3568 0 0 0.562 1706 3592 0 0 0.562 2 interp_poly 68 -13 -40 -24 1675 3791 3 MP PP 1675 3791 0 0 0.562 1635 3767 0 0 0.562 1675 3791 0 0 0.562 2 interp_poly 1635 3767 0 0 0.562 1703 3754 0 0 0.562 1635 3767 0 0 0.562 2 interp_poly -40 -25 68 -13 1635 3767 3 MP PP 1635 3767 0 0 0.562 1703 3754 0 0 0.562 1635 3767 0 0 0.562 2 interp_poly 1703 3754 0 0 0.562 1663 3729 0 0 0.562 1703 3754 0 0 0.562 2 interp_poly 68 -14 -40 -24 1670 3407 3 MP PP 1670 3407 0 0 0.562 1630 3383 0 0 0.562 1670 3407 0 0 0.562 2 interp_poly 1630 3383 0 0 0.562 1698 3369 0 0 0.562 1630 3383 0 0 0.562 2 interp_poly -40 -24 68 -14 1630 3383 3 MP PP 1630 3383 0 0 0.562 1698 3369 0 0 0.562 1630 3383 0 0 0.562 2 interp_poly 1698 3369 0 0 0.562 1658 3345 0 0 0.562 1698 3369 0 0 0.562 2 interp_poly 68 -14 -40 -24 1666 3568 3 MP PP 1666 3568 0 0 0.562 1626 3544 0 0 0.562 1666 3568 0 0 0.562 2 interp_poly 1626 3544 0 0 0.562 1694 3530 0 0 0.562 1626 3544 0 0 0.562 2 interp_poly -40 -24 68 -14 1626 3544 3 MP PP 1626 3544 0 0 0.562 1694 3530 0 0 0.562 1626 3544 0 0 0.562 2 interp_poly 1694 3530 0 0 0.562 1654 3506 0 0 0.562 1694 3530 0 0 0.562 2 interp_poly 68 -13 -40 -24 1663 3729 3 MP PP 1663 3729 0 0 0.562 1623 3705 0 0 0.562 1663 3729 0 0 0.562 2 interp_poly 1623 3705 0 0 0.562 1691 3692 0 0 0.562 1623 3705 0 0 0.562 2 interp_poly -40 -24 68 -13 1623 3705 3 MP PP 1623 3705 0 0 0.562 1691 3692 0 0 0.562 1623 3705 0 0 0.562 2 interp_poly 1691 3692 0 0 0.562 1651 3668 0 0 0.562 1691 3692 0 0 0.562 2 interp_poly 68 -14 -40 -23 1659 3890 3 MP PP 1659 3890 0 0 0.562 1619 3867 0 0 0.562 1659 3890 0 0 0.562 2 interp_poly 1619 3867 0 0 0.562 1687 3853 0 0 0.562 1619 3867 0 0 0.562 2 interp_poly -40 -24 68 -14 1619 3867 3 MP PP 1619 3867 0 0 0.562 1687 3853 0 0 0.562 1619 3867 0 0 0.562 2 interp_poly 1687 3853 0 0 0.562 1647 3829 0 0 0.562 1687 3853 0 0 0.562 2 interp_poly 68 -14 -40 -24 1658 3345 3 MP PP 1658 3345 0 0 0.562 1618 3321 0 0 0.562 1658 3345 0 0 0.562 2 interp_poly 1618 3321 0 0 0.562 1686 3307 0 0 0.562 1618 3321 0 0 0.562 2 interp_poly -40 -24 68 -14 1618 3321 3 MP PP 1618 3321 0 0 0.562 1686 3307 0 0 0.562 1618 3321 0 0 0.562 2 interp_poly 1686 3307 0 0 0.562 1646 3283 0 0 0.562 1686 3307 0 0 0.562 2 interp_poly 68 -14 -40 -24 1654 3506 3 MP PP 1654 3506 0 0 0.562 1614 3482 0 0 0.562 1654 3506 0 0 0.562 2 interp_poly 1614 3482 0 0 0.562 1682 3468 0 0 0.562 1614 3482 0 0 0.562 2 interp_poly -40 -24 68 -14 1614 3482 3 MP PP 1614 3482 0 0 0.562 1682 3468 0 0 0.562 1614 3482 0 0 0.562 2 interp_poly 1682 3468 0 0 0.562 1642 3444 0 0 0.562 1682 3468 0 0 0.562 2 interp_poly 68 -14 -40 -24 1651 3668 3 MP PP 1651 3668 0 0 0.562 1611 3644 0 0 0.562 1651 3668 0 0 0.562 2 interp_poly 1611 3644 0 0 0.562 1679 3630 0 0 0.562 1611 3644 0 0 0.562 2 interp_poly -40 -24 68 -14 1611 3644 3 MP PP 1611 3644 0 0 0.562 1679 3630 0 0 0.562 1611 3644 0 0 0.562 2 interp_poly 1679 3630 0 0 0.562 1639 3606 0 0 0.562 1679 3630 0 0 0.562 2 interp_poly 68 -14 -40 -24 1647 3829 3 MP PP 1647 3829 0 0 0.562 1607 3805 0 0 0.562 1647 3829 0 0 0.562 2 interp_poly 1607 3805 0 0 0.562 1675 3791 0 0 0.562 1607 3805 0 0 0.562 2 interp_poly -40 -24 68 -14 1607 3805 3 MP PP 1607 3805 0 0 0.562 1675 3791 0 0 0.562 1607 3805 0 0 0.562 2 interp_poly 1675 3791 0 0 0.562 1635 3767 0 0 0.562 1675 3791 0 0 0.562 2 interp_poly 68 -13 -40 -24 1642 3444 3 MP PP 1642 3444 0 0 0.562 1602 3420 0 0 0.562 1642 3444 0 0 0.562 2 interp_poly 1602 3420 0 0 0.562 1670 3407 0 0 0.562 1602 3420 0 0 0.562 2 interp_poly -40 -24 68 -13 1602 3420 3 MP PP 1602 3420 0 0 0.562 1670 3407 0 0 0.562 1602 3420 0 0 0.562 2 interp_poly 1670 3407 0 0 0.562 1630 3383 0 0 0.562 1670 3407 0 0 0.562 2 interp_poly 67 -14 -40 -24 1639 3606 3 MP PP 1639 3606 0 0 0.562 1599 3582 0 0 0.562 1639 3606 0 0 0.562 2 interp_poly 1599 3582 0 0 0.562 1666 3568 0 0 0.562 1599 3582 0 0 0.562 2 interp_poly -40 -24 67 -14 1599 3582 3 MP PP 1599 3582 0 0 0.562 1666 3568 0 0 0.562 1599 3582 0 0 0.562 2 interp_poly 1666 3568 0 0 0.562 1626 3544 0 0 0.562 1666 3568 0 0 0.562 2 interp_poly 68 -14 -40 -24 1635 3767 3 MP PP 1635 3767 0 0 0.562 1595 3743 0 0 0.562 1635 3767 0 0 0.562 2 interp_poly 1595 3743 0 0 0.562 1663 3729 0 0 0.562 1595 3743 0 0 0.562 2 interp_poly -40 -24 68 -14 1595 3743 3 MP PP 1595 3743 0 0 0.562 1663 3729 0 0 0.562 1595 3743 0 0 0.562 2 interp_poly 1663 3729 0 0 0.562 1623 3705 0 0 0.562 1663 3729 0 0 0.562 2 interp_poly 68 -13 -40 -25 1630 3383 3 MP PP 1630 3383 0 0 0.562 1590 3358 0 0 0.562 1630 3383 0 0 0.562 2 interp_poly 1590 3358 0 0 0.562 1658 3345 0 0 0.562 1590 3358 0 0 0.562 2 interp_poly -40 -24 68 -13 1590 3358 3 MP PP 1590 3358 0 0 0.562 1658 3345 0 0 0.562 1590 3358 0 0 0.562 2 interp_poly 1658 3345 0 0 0.562 1618 3321 0 0 0.562 1658 3345 0 0 0.562 2 interp_poly 68 -14 -40 -24 1626 3544 3 MP PP 1626 3544 0 0 0.562 1586 3520 0 0 0.562 1626 3544 0 0 0.562 2 interp_poly 1586 3520 0 0 0.562 1654 3506 0 0 0.562 1586 3520 0 0 0.562 2 interp_poly -40 -24 68 -14 1586 3520 3 MP PP 1586 3520 0 0 0.562 1654 3506 0 0 0.562 1586 3520 0 0 0.562 2 interp_poly 1654 3506 0 0 0.562 1614 3482 0 0 0.562 1654 3506 0 0 0.562 2 interp_poly 68 -13 -40 -24 1623 3705 3 MP PP 1623 3705 0 0 0.562 1583 3681 0 0 0.562 1623 3705 0 0 0.562 2 interp_poly 1583 3681 0 0 0.562 1651 3668 0 0 0.562 1583 3681 0 0 0.562 2 interp_poly -40 -24 68 -13 1583 3681 3 MP PP 1583 3681 0 0 0.562 1651 3668 0 0 0.562 1583 3681 0 0 0.562 2 interp_poly 1651 3668 0 0 0.562 1611 3644 0 0 0.562 1651 3668 0 0 0.562 2 interp_poly 68 -14 -40 -24 1619 3867 3 MP PP 1619 3867 0 0 0.562 1579 3843 0 0 0.562 1619 3867 0 0 0.562 2 interp_poly 1579 3843 0 0 0.562 1647 3829 0 0 0.562 1579 3843 0 0 0.562 2 interp_poly -40 -24 68 -14 1579 3843 3 MP PP 1579 3843 0 0 0.562 1647 3829 0 0 0.562 1579 3843 0 0 0.562 2 interp_poly 1647 3829 0 0 0.562 1607 3805 0 0 0.562 1647 3829 0 0 0.562 2 interp_poly 68 -14 -40 -24 1618 3321 3 MP PP 1618 3321 0 0 0.562 1578 3297 0 0 0.562 1618 3321 0 0 0.562 2 interp_poly 1578 3297 0 0 0.562 1646 3283 0 0 0.562 1578 3297 0 0 0.562 2 interp_poly 68 -14 -40 -24 1614 3482 3 MP PP 1614 3482 0 0 0.562 1574 3458 0 0 0.562 1614 3482 0 0 0.562 2 interp_poly 1574 3458 0 0 0.562 1642 3444 0 0 0.562 1574 3458 0 0 0.562 2 interp_poly -40 -24 68 -14 1574 3458 3 MP PP 1574 3458 0 0 0.562 1642 3444 0 0 0.562 1574 3458 0 0 0.562 2 interp_poly 1642 3444 0 0 0.562 1602 3420 0 0 0.562 1642 3444 0 0 0.562 2 interp_poly 68 -13 -40 -25 1611 3644 3 MP PP 1611 3644 0 0 0.562 1571 3619 0 0 0.562 1611 3644 0 0 0.562 2 interp_poly 1571 3619 0 0 0.562 1639 3606 0 0 0.562 1571 3619 0 0 0.562 2 interp_poly -40 -24 68 -13 1571 3619 3 MP PP 1571 3619 0 0 0.562 1639 3606 0 0 0.562 1571 3619 0 0 0.562 2 interp_poly 1639 3606 0 0 0.562 1599 3582 0 0 0.562 1639 3606 0 0 0.562 2 interp_poly 68 -14 -40 -24 1607 3805 3 MP PP 1607 3805 0 0 0.562 1567 3781 0 0 0.562 1607 3805 0 0 0.562 2 interp_poly 1567 3781 0 0 0.562 1635 3767 0 0 0.562 1567 3781 0 0 0.562 2 interp_poly -40 -24 68 -14 1567 3781 3 MP PP 1567 3781 0 0 0.562 1635 3767 0 0 0.562 1567 3781 0 0 0.562 2 interp_poly 1635 3767 0 0 0.562 1595 3743 0 0 0.562 1635 3767 0 0 0.562 2 interp_poly 68 -13 -40 -24 1602 3420 3 MP PP 1602 3420 0 0 0.562 1562 3396 0 0 0.562 1602 3420 0 0 0.562 2 interp_poly 1562 3396 0 0 0.562 1630 3383 0 0 0.562 1562 3396 0 0 0.562 2 interp_poly -40 -25 68 -13 1562 3396 3 MP PP 1562 3396 0 0 0.562 1630 3383 0 0 0.562 1562 3396 0 0 0.562 2 interp_poly 1630 3383 0 0 0.562 1590 3358 0 0 0.562 1630 3383 0 0 0.562 2 interp_poly 67 -14 -40 -24 1599 3582 3 MP PP 1599 3582 0 0 0.562 1559 3558 0 0 0.562 1599 3582 0 0 0.562 2 interp_poly 1559 3558 0 0 0.562 1626 3544 0 0 0.562 1559 3558 0 0 0.562 2 interp_poly -40 -24 67 -14 1559 3558 3 MP PP 1559 3558 0 0 0.562 1626 3544 0 0 0.562 1559 3558 0 0 0.562 2 interp_poly 1626 3544 0 0 0.562 1586 3520 0 0 0.562 1626 3544 0 0 0.562 2 interp_poly 68 -14 -40 -24 1595 3743 3 MP PP 1595 3743 0 0 0.562 1555 3719 0 0 0.562 1595 3743 0 0 0.562 2 interp_poly 1555 3719 0 0 0.562 1623 3705 0 0 0.562 1555 3719 0 0 0.562 2 interp_poly -40 -24 68 -14 1555 3719 3 MP PP 1555 3719 0 0 0.562 1623 3705 0 0 0.562 1555 3719 0 0 0.562 2 interp_poly 1623 3705 0 0 0.562 1583 3681 0 0 0.562 1623 3705 0 0 0.562 2 interp_poly 68 -13 -40 -24 1590 3358 3 MP PP 1590 3358 0 0 0.562 1550 3334 0 0 0.562 1590 3358 0 0 0.562 2 interp_poly 1550 3334 0 0 0.562 1618 3321 0 0 0.562 1550 3334 0 0 0.562 2 interp_poly -40 -24 68 -13 1550 3334 3 MP PP 1550 3334 0 0 0.562 1618 3321 0 0 0.562 1550 3334 0 0 0.562 2 interp_poly 1618 3321 0 0 0.562 1578 3297 0 0 0.562 1618 3321 0 0 0.562 2 interp_poly 68 -14 -40 -24 1586 3520 3 MP PP 1586 3520 0 0 0.562 1546 3496 0 0 0.562 1586 3520 0 0 0.562 2 interp_poly 1546 3496 0 0 0.562 1614 3482 0 0 0.562 1546 3496 0 0 0.562 2 interp_poly -40 -24 68 -14 1546 3496 3 MP PP 1546 3496 0 0 0.562 1614 3482 0 0 0.562 1546 3496 0 0 0.562 2 interp_poly 1614 3482 0 0 0.562 1574 3458 0 0 0.562 1614 3482 0 0 0.562 2 interp_poly 68 -13 -40 -24 1583 3681 3 MP PP 1583 3681 0 0 0.562 1543 3657 0 0 0.562 1583 3681 0 0 0.562 2 interp_poly 1543 3657 0 0 0.562 1611 3644 0 0 0.562 1543 3657 0 0 0.562 2 interp_poly -40 -25 68 -13 1543 3657 3 MP PP 1543 3657 0 0 0.562 1611 3644 0 0 0.562 1543 3657 0 0 0.562 2 interp_poly 1611 3644 0 0 0.562 1571 3619 0 0 0.562 1611 3644 0 0 0.562 2 interp_poly 68 -14 -40 -24 1579 3843 3 MP PP 1579 3843 0 0 0.562 1539 3819 0 0 0.562 1579 3843 0 0 0.562 2 interp_poly 1539 3819 0 0 0.562 1607 3805 0 0 0.562 1539 3819 0 0 0.562 2 interp_poly -40 -24 68 -14 1539 3819 3 MP PP 1539 3819 0 0 0.562 1607 3805 0 0 0.562 1539 3819 0 0 0.562 2 interp_poly 1607 3805 0 0 0.562 1567 3781 0 0 0.562 1607 3805 0 0 0.562 2 interp_poly 68 -14 -40 -24 1574 3458 3 MP PP 1574 3458 0 0 0.562 1534 3434 0 0 0.562 1574 3458 0 0 0.562 2 interp_poly 1534 3434 0 0 0.562 1602 3420 0 0 0.562 1534 3434 0 0 0.562 2 interp_poly -40 -24 68 -14 1534 3434 3 MP PP 1534 3434 0 0 0.562 1602 3420 0 0 0.562 1534 3434 0 0 0.562 2 interp_poly 1602 3420 0 0 0.562 1562 3396 0 0 0.562 1602 3420 0 0 0.562 2 interp_poly 68 -13 -40 -24 1571 3619 3 MP PP 1571 3619 0 0 0.562 1531 3595 0 0 0.562 1571 3619 0 0 0.562 2 interp_poly 1531 3595 0 0 0.562 1599 3582 0 0 0.562 1531 3595 0 0 0.562 2 interp_poly -40 -24 68 -13 1531 3595 3 MP PP 1531 3595 0 0 0.562 1599 3582 0 0 0.562 1531 3595 0 0 0.562 2 interp_poly 1599 3582 0 0 0.562 1559 3558 0 0 0.562 1599 3582 0 0 0.562 2 interp_poly 68 -14 -40 -24 1567 3781 3 MP PP 1567 3781 0 0 0.562 1527 3757 0 0 0.562 1567 3781 0 0 0.562 2 interp_poly 1527 3757 0 0 0.562 1595 3743 0 0 0.562 1527 3757 0 0 0.562 2 interp_poly -40 -24 68 -14 1527 3757 3 MP PP 1527 3757 0 0 0.562 1595 3743 0 0 0.562 1527 3757 0 0 0.562 2 interp_poly 1595 3743 0 0 0.562 1555 3719 0 0 0.562 1595 3743 0 0 0.562 2 interp_poly 68 -14 -40 -24 1562 3396 3 MP PP 1562 3396 0 0 0.562 1522 3372 0 0 0.562 1562 3396 0 0 0.562 2 interp_poly 1522 3372 0 0 0.562 1590 3358 0 0 0.562 1522 3372 0 0 0.562 2 interp_poly -40 -24 68 -14 1522 3372 3 MP PP 1522 3372 0 0 0.562 1590 3358 0 0 0.562 1522 3372 0 0 0.562 2 interp_poly 1590 3358 0 0 0.562 1550 3334 0 0 0.562 1590 3358 0 0 0.562 2 interp_poly 67 -13 -40 -25 1559 3558 3 MP PP 1559 3558 0 0 0.562 1519 3533 0 0 0.562 1559 3558 0 0 0.562 2 interp_poly 1519 3533 0 0 0.562 1586 3520 0 0 0.562 1519 3533 0 0 0.562 2 interp_poly -40 -24 67 -13 1519 3533 3 MP PP 1519 3533 0 0 0.562 1586 3520 0 0 0.562 1519 3533 0 0 0.562 2 interp_poly 1586 3520 0 0 0.562 1546 3496 0 0 0.562 1586 3520 0 0 0.562 2 interp_poly 68 -14 -40 -24 1555 3719 3 MP PP 1555 3719 0 0 0.562 1515 3695 0 0 0.562 1555 3719 0 0 0.562 2 interp_poly 1515 3695 0 0 0.562 1583 3681 0 0 0.562 1515 3695 0 0 0.562 2 interp_poly -40 -24 68 -14 1515 3695 3 MP PP 1515 3695 0 0 0.562 1583 3681 0 0 0.562 1515 3695 0 0 0.562 2 interp_poly 1583 3681 0 0 0.562 1543 3657 0 0 0.562 1583 3681 0 0 0.562 2 interp_poly 68 -13 -40 -24 1550 3334 3 MP PP 1550 3334 0 0 0.562 1510 3310 0 0 0.562 1550 3334 0 0 0.562 2 interp_poly 1510 3310 0 0 0.562 1578 3297 0 0 0.562 1510 3310 0 0 0.562 2 interp_poly 68 -14 -40 -24 1546 3496 3 MP PP 1546 3496 0 0 0.562 1506 3472 0 0 0.562 1546 3496 0 0 0.562 2 interp_poly 1506 3472 0 0 0.562 1574 3458 0 0 0.562 1506 3472 0 0 0.562 2 interp_poly -40 -24 68 -14 1506 3472 3 MP PP 1506 3472 0 0 0.562 1574 3458 0 0 0.562 1506 3472 0 0 0.562 2 interp_poly 1574 3458 0 0 0.562 1534 3434 0 0 0.562 1574 3458 0 0 0.562 2 interp_poly 68 -14 -40 -24 1543 3657 3 MP PP 1543 3657 0 0 0.562 1503 3633 0 0 0.562 1543 3657 0 0 0.562 2 interp_poly 1503 3633 0 0 0.562 1571 3619 0 0 0.562 1503 3633 0 0 0.562 2 interp_poly -40 -24 68 -14 1503 3633 3 MP PP 1503 3633 0 0 0.562 1571 3619 0 0 0.562 1503 3633 0 0 0.562 2 interp_poly 1571 3619 0 0 0.562 1531 3595 0 0 0.562 1571 3619 0 0 0.562 2 interp_poly 68 -13 -40 -25 1539 3819 3 MP PP 1539 3819 0 0 0.562 1499 3794 0 0 0.562 1539 3819 0 0 0.562 2 interp_poly 1499 3794 0 0 0.562 1567 3781 0 0 0.562 1499 3794 0 0 0.562 2 interp_poly -40 -24 68 -13 1499 3794 3 MP PP 1499 3794 0 0 0.562 1567 3781 0 0 0.562 1499 3794 0 0 0.562 2 interp_poly 1567 3781 0 0 0.562 1527 3757 0 0 0.562 1567 3781 0 0 0.562 2 interp_poly 68 -14 -40 -24 1534 3434 3 MP PP 1534 3434 0 0 0.562 1494 3410 0 0 0.562 1534 3434 0 0 0.562 2 interp_poly 1494 3410 0 0 0.562 1562 3396 0 0 0.562 1494 3410 0 0 0.562 2 interp_poly -40 -24 68 -14 1494 3410 3 MP PP 1494 3410 0 0 0.562 1562 3396 0 0 0.562 1494 3410 0 0 0.562 2 interp_poly 1562 3396 0 0 0.562 1522 3372 0 0 0.562 1562 3396 0 0 0.562 2 interp_poly 68 -13 -40 -24 1531 3595 3 MP PP 1531 3595 0 0 0.562 1491 3571 0 0 0.562 1531 3595 0 0 0.562 2 interp_poly 1491 3571 0 0 0.562 1559 3558 0 0 0.562 1491 3571 0 0 0.562 2 interp_poly -40 -25 68 -13 1491 3571 3 MP PP 1491 3571 0 0 0.562 1559 3558 0 0 0.562 1491 3571 0 0 0.562 2 interp_poly 1559 3558 0 0 0.562 1519 3533 0 0 0.562 1559 3558 0 0 0.562 2 interp_poly 68 -14 -40 -24 1527 3757 3 MP PP 1527 3757 0 0 0.562 1487 3733 0 0 0.562 1527 3757 0 0 0.562 2 interp_poly 1487 3733 0 0 0.562 1555 3719 0 0 0.562 1487 3733 0 0 0.562 2 interp_poly -40 -24 68 -14 1487 3733 3 MP PP 1487 3733 0 0 0.562 1555 3719 0 0 0.562 1487 3733 0 0 0.562 2 interp_poly 1555 3719 0 0 0.562 1515 3695 0 0 0.562 1555 3719 0 0 0.562 2 interp_poly 68 -14 -40 -24 1522 3372 3 MP PP 1522 3372 0 0 0.562 1482 3348 0 0 0.562 1522 3372 0 0 0.562 2 interp_poly 1482 3348 0 0 0.562 1550 3334 0 0 0.562 1482 3348 0 0 0.562 2 interp_poly -40 -24 68 -14 1482 3348 3 MP PP 1482 3348 0 0 0.562 1550 3334 0 0 0.562 1482 3348 0 0 0.562 2 interp_poly 1550 3334 0 0 0.562 1510 3310 0 0 0.562 1550 3334 0 0 0.562 2 interp_poly 67 -13 -40 -24 1519 3533 3 MP PP 1519 3533 0 0 0.562 1479 3509 0 0 0.562 1519 3533 0 0 0.562 2 interp_poly 1479 3509 0 0 0.562 1546 3496 0 0 0.562 1479 3509 0 0 0.562 2 interp_poly -40 -24 67 -13 1479 3509 3 MP PP 1479 3509 0 0 0.562 1546 3496 0 0 0.562 1479 3509 0 0 0.562 2 interp_poly 1546 3496 0 0 0.562 1506 3472 0 0 0.562 1546 3496 0 0 0.562 2 interp_poly 68 -14 -40 -24 1515 3695 3 MP PP 1515 3695 0 0 0.562 1475 3671 0 0 0.562 1515 3695 0 0 0.562 2 interp_poly 1475 3671 0 0 0.562 1543 3657 0 0 0.562 1475 3671 0 0 0.562 2 interp_poly -40 -24 68 -14 1475 3671 3 MP PP 1475 3671 0 0 0.562 1543 3657 0 0 0.562 1475 3671 0 0 0.562 2 interp_poly 1543 3657 0 0 0.562 1503 3633 0 0 0.562 1543 3657 0 0 0.562 2 interp_poly 68 -14 -40 -24 1506 3472 3 MP PP 1506 3472 0 0 0.562 1466 3448 0 0 0.562 1506 3472 0 0 0.562 2 interp_poly 1466 3448 0 0 0.562 1534 3434 0 0 0.562 1466 3448 0 0 0.562 2 interp_poly -40 -24 68 -14 1466 3448 3 MP PP 1466 3448 0 0 0.562 1534 3434 0 0 0.562 1466 3448 0 0 0.562 2 interp_poly 1534 3434 0 0 0.562 1494 3410 0 0 0.562 1534 3434 0 0 0.562 2 interp_poly 68 -14 -40 -24 1503 3633 3 MP PP 1503 3633 0 0 0.562 1463 3609 0 0 0.562 1503 3633 0 0 0.562 2 interp_poly 1463 3609 0 0 0.562 1531 3595 0 0 0.562 1463 3609 0 0 0.562 2 interp_poly -40 -24 68 -14 1463 3609 3 MP PP 1463 3609 0 0 0.562 1531 3595 0 0 0.562 1463 3609 0 0 0.562 2 interp_poly 1531 3595 0 0 0.562 1491 3571 0 0 0.562 1531 3595 0 0 0.562 2 interp_poly 68 -13 -40 -24 1499 3794 3 MP PP 1499 3794 0 0 0.562 1459 3770 0 0 0.562 1499 3794 0 0 0.562 2 interp_poly 1459 3770 0 0 0.562 1527 3757 0 0 0.562 1459 3770 0 0 0.562 2 interp_poly -40 -24 68 -13 1459 3770 3 MP PP 1459 3770 0 0 0.562 1527 3757 0 0 0.562 1459 3770 0 0 0.562 2 interp_poly 1527 3757 0 0 0.562 1487 3733 0 0 0.562 1527 3757 0 0 0.562 2 interp_poly 68 -14 -40 -24 1494 3410 3 MP PP 1494 3410 0 0 0.562 1454 3386 0 0 0.562 1494 3410 0 0 0.562 2 interp_poly 1454 3386 0 0 0.562 1522 3372 0 0 0.562 1454 3386 0 0 0.562 2 interp_poly -40 -24 68 -14 1454 3386 3 MP PP 1454 3386 0 0 0.562 1522 3372 0 0 0.562 1454 3386 0 0 0.562 2 interp_poly 1522 3372 0 0 0.562 1482 3348 0 0 0.562 1522 3372 0 0 0.562 2 interp_poly 68 -14 -40 -24 1491 3571 3 MP PP 1491 3571 0 0 0.562 1451 3547 0 0 0.562 1491 3571 0 0 0.562 2 interp_poly 1451 3547 0 0 0.562 1519 3533 0 0 0.562 1451 3547 0 0 0.562 2 interp_poly -40 -24 68 -14 1451 3547 3 MP PP 1451 3547 0 0 0.562 1519 3533 0 0 0.562 1451 3547 0 0 0.562 2 interp_poly 1519 3533 0 0 0.562 1479 3509 0 0 0.562 1519 3533 0 0 0.562 2 interp_poly gr 0 sg 1456 4692 mt (t) s gs 899 389 5356 4226 rc 1 sg 68 -14 -40 -24 1487 3733 3 MP PP 1487 3733 0 0 0.562 1447 3709 0 0 0.562 1487 3733 0 0 0.562 2 interp_poly 1447 3709 0 0 0.562 1515 3695 0 0 0.562 1447 3709 0 0 0.562 2 interp_poly -40 -24 68 -14 1447 3709 3 MP PP 1447 3709 0 0 0.562 1515 3695 0 0 0.562 1447 3709 0 0 0.562 2 interp_poly 1515 3695 0 0 0.562 1475 3671 0 0 0.562 1515 3695 0 0 0.562 2 interp_poly 68 -14 -40 -24 1482 3348 3 MP PP 1482 3348 0 0 0.562 1442 3324 0 0 0.562 1482 3348 0 0 0.562 2 interp_poly 1442 3324 0 0 0.562 1510 3310 0 0 0.562 1442 3324 0 0 0.562 2 interp_poly 67 -13 -40 -24 1479 3509 3 MP PP 1479 3509 0 0 0.562 1439 3485 0 0 0.562 1479 3509 0 0 0.562 2 interp_poly 1439 3485 0 0 0.562 1506 3472 0 0 0.562 1439 3485 0 0 0.562 2 interp_poly -40 -24 67 -13 1439 3485 3 MP PP 1439 3485 0 0 0.562 1506 3472 0 0 0.562 1439 3485 0 0 0.562 2 interp_poly 1506 3472 0 0 0.562 1466 3448 0 0 0.562 1506 3472 0 0 0.562 2 interp_poly 68 -14 -40 -24 1475 3671 3 MP PP 1475 3671 0 0 0.562 1435 3647 0 0 0.562 1475 3671 0 0 0.562 2 interp_poly 1435 3647 0 0 0.562 1503 3633 0 0 0.562 1435 3647 0 0 0.562 2 interp_poly -40 -24 68 -14 1435 3647 3 MP PP 1435 3647 0 0 0.562 1503 3633 0 0 0.562 1435 3647 0 0 0.562 2 interp_poly 1503 3633 0 0 0.562 1463 3609 0 0 0.562 1503 3633 0 0 0.562 2 interp_poly 68 -13 -40 -25 1466 3448 3 MP PP 1466 3448 0 0 0.562 1426 3423 0 0 0.562 1466 3448 0 0 0.562 2 interp_poly 1426 3423 0 0 0.562 1494 3410 0 0 0.562 1426 3423 0 0 0.562 2 interp_poly -40 -24 68 -13 1426 3423 3 MP PP 1426 3423 0 0 0.562 1494 3410 0 0 0.562 1426 3423 0 0 0.562 2 interp_poly 1494 3410 0 0 0.562 1454 3386 0 0 0.562 1494 3410 0 0 0.562 2 interp_poly 68 -14 -40 -24 1463 3609 3 MP PP 1463 3609 0 0 0.562 1423 3585 0 0 0.562 1463 3609 0 0 0.562 2 interp_poly 1423 3585 0 0 0.562 1491 3571 0 0 0.562 1423 3585 0 0 0.562 2 interp_poly -40 -24 68 -14 1423 3585 3 MP PP 1423 3585 0 0 0.562 1491 3571 0 0 0.562 1423 3585 0 0 0.562 2 interp_poly 1491 3571 0 0 0.562 1451 3547 0 0 0.562 1491 3571 0 0 0.562 2 interp_poly 68 -13 -40 -24 1459 3770 3 MP PP 1459 3770 0 0 0.562 1419 3746 0 0 0.562 1459 3770 0 0 0.562 2 interp_poly 1419 3746 0 0 0.562 1487 3733 0 0 0.562 1419 3746 0 0 0.562 2 interp_poly -40 -24 68 -13 1419 3746 3 MP PP 1419 3746 0 0 0.562 1487 3733 0 0 0.562 1419 3746 0 0 0.562 2 interp_poly 1487 3733 0 0 0.562 1447 3709 0 0 0.562 1487 3733 0 0 0.562 2 interp_poly 68 -14 -40 -24 1454 3386 3 MP PP 1454 3386 0 0 0.562 1414 3362 0 0 0.562 1454 3386 0 0 0.562 2 interp_poly 1414 3362 0 0 0.562 1482 3348 0 0 0.562 1414 3362 0 0 0.562 2 interp_poly -40 -24 68 -14 1414 3362 3 MP PP 1414 3362 0 0 0.562 1482 3348 0 0 0.562 1414 3362 0 0 0.562 2 interp_poly 1482 3348 0 0 0.562 1442 3324 0 0 0.562 1482 3348 0 0 0.562 2 interp_poly 68 -14 -40 -24 1451 3547 3 MP PP 1451 3547 0 0 0.562 1411 3523 0 0 0.562 1451 3547 0 0 0.562 2 interp_poly 1411 3523 0 0 0.562 1479 3509 0 0 0.562 1411 3523 0 0 0.562 2 interp_poly -40 -24 68 -14 1411 3523 3 MP PP 1411 3523 0 0 0.562 1479 3509 0 0 0.562 1411 3523 0 0 0.562 2 interp_poly 1479 3509 0 0 0.562 1439 3485 0 0 0.562 1479 3509 0 0 0.562 2 interp_poly 68 -13 -40 -25 1447 3709 3 MP PP 1447 3709 0 0 0.562 1407 3684 0 0 0.562 1447 3709 0 0 0.562 2 interp_poly 1407 3684 0 0 0.562 1475 3671 0 0 0.562 1407 3684 0 0 0.562 2 interp_poly -40 -24 68 -13 1407 3684 3 MP PP 1407 3684 0 0 0.562 1475 3671 0 0 0.562 1407 3684 0 0 0.562 2 interp_poly 1475 3671 0 0 0.562 1435 3647 0 0 0.562 1475 3671 0 0 0.562 2 interp_poly 68 -13 -41 -24 1439 3485 3 MP PP 1439 3485 0 0 0.562 1398 3461 0 0 0.562 1439 3485 0 0 0.562 2 interp_poly 1398 3461 0 0 0.562 1466 3448 0 0 0.562 1398 3461 0 0 0.562 2 interp_poly -40 -25 68 -13 1398 3461 3 MP PP 1398 3461 0 0 0.562 1466 3448 0 0 0.562 1398 3461 0 0 0.562 2 interp_poly 1466 3448 0 0 0.562 1426 3423 0 0 0.562 1466 3448 0 0 0.562 2 interp_poly 68 -14 -40 -24 1435 3647 3 MP PP 1435 3647 0 0 0.562 1395 3623 0 0 0.562 1435 3647 0 0 0.562 2 interp_poly 1395 3623 0 0 0.562 1463 3609 0 0 0.562 1395 3623 0 0 0.562 2 interp_poly -40 -24 68 -14 1395 3623 3 MP PP 1395 3623 0 0 0.562 1463 3609 0 0 0.562 1395 3623 0 0 0.562 2 interp_poly 1463 3609 0 0 0.562 1423 3585 0 0 0.562 1463 3609 0 0 0.562 2 interp_poly 68 -13 -40 -24 1426 3423 3 MP PP 1426 3423 0 0 0.562 1386 3399 0 0 0.562 1426 3423 0 0 0.562 2 interp_poly 1386 3399 0 0 0.562 1454 3386 0 0 0.562 1386 3399 0 0 0.562 2 interp_poly -40 -24 68 -13 1386 3399 3 MP PP 1386 3399 0 0 0.562 1454 3386 0 0 0.562 1386 3399 0 0 0.562 2 interp_poly 1454 3386 0 0 0.562 1414 3362 0 0 0.562 1454 3386 0 0 0.562 2 interp_poly 68 -14 -40 -24 1423 3585 3 MP PP 1423 3585 0 0 0.562 1383 3561 0 0 0.562 1423 3585 0 0 0.562 2 interp_poly 1383 3561 0 0 0.562 1451 3547 0 0 0.562 1383 3561 0 0 0.562 2 interp_poly -40 -24 68 -14 1383 3561 3 MP PP 1383 3561 0 0 0.562 1451 3547 0 0 0.562 1383 3561 0 0 0.562 2 interp_poly 1451 3547 0 0 0.562 1411 3523 0 0 0.562 1451 3547 0 0 0.562 2 interp_poly 68 -13 -40 -24 1419 3746 3 MP PP 1419 3746 0 0 0.562 1379 3722 0 0 0.562 1419 3746 0 0 0.562 2 interp_poly 1379 3722 0 0 0.562 1447 3709 0 0 0.562 1379 3722 0 0 0.562 2 interp_poly -40 -25 68 -13 1379 3722 3 MP PP 1379 3722 0 0 0.562 1447 3709 0 0 0.562 1379 3722 0 0 0.562 2 interp_poly 1447 3709 0 0 0.562 1407 3684 0 0 0.562 1447 3709 0 0 0.562 2 interp_poly 68 -13 -40 -25 1414 3362 3 MP PP 1414 3362 0 0 0.562 1374 3337 0 0 0.562 1414 3362 0 0 0.562 2 interp_poly 1374 3337 0 0 0.562 1442 3324 0 0 0.562 1374 3337 0 0 0.562 2 interp_poly 68 -14 -40 -24 1411 3523 3 MP PP 1411 3523 0 0 0.562 1371 3499 0 0 0.562 1411 3523 0 0 0.562 2 interp_poly 1371 3499 0 0 0.562 1439 3485 0 0 0.562 1371 3499 0 0 0.562 2 interp_poly -41 -24 68 -14 1371 3499 3 MP PP 1371 3499 0 0 0.562 1439 3485 0 0 0.562 1371 3499 0 0 0.562 2 interp_poly 1439 3485 0 0 0.562 1398 3461 0 0 0.562 1439 3485 0 0 0.562 2 interp_poly 68 -13 -40 -24 1407 3684 3 MP PP 1407 3684 0 0 0.562 1367 3660 0 0 0.562 1407 3684 0 0 0.562 2 interp_poly 1367 3660 0 0 0.562 1435 3647 0 0 0.562 1367 3660 0 0 0.562 2 interp_poly -40 -24 68 -13 1367 3660 3 MP PP 1367 3660 0 0 0.562 1435 3647 0 0 0.562 1367 3660 0 0 0.562 2 interp_poly 1435 3647 0 0 0.562 1395 3623 0 0 0.562 1435 3647 0 0 0.562 2 interp_poly 68 -14 -40 -24 1398 3461 3 MP PP 1398 3461 0 0 0.562 1358 3437 0 0 0.562 1398 3461 0 0 0.562 2 interp_poly 1358 3437 0 0 0.562 1426 3423 0 0 0.562 1358 3437 0 0 0.562 2 interp_poly -40 -24 68 -14 1358 3437 3 MP PP 1358 3437 0 0 0.562 1426 3423 0 0 0.562 1358 3437 0 0 0.562 2 interp_poly 1426 3423 0 0 0.562 1386 3399 0 0 0.562 1426 3423 0 0 0.562 2 interp_poly 68 -14 -40 -24 1395 3623 3 MP PP 1395 3623 0 0 0.562 1355 3599 0 0 0.562 1395 3623 0 0 0.562 2 interp_poly 1355 3599 0 0 0.562 1423 3585 0 0 0.562 1355 3599 0 0 0.562 2 interp_poly -40 -24 68 -14 1355 3599 3 MP PP 1355 3599 0 0 0.562 1423 3585 0 0 0.562 1355 3599 0 0 0.562 2 interp_poly 1423 3585 0 0 0.562 1383 3561 0 0 0.562 1423 3585 0 0 0.562 2 interp_poly 68 -13 -40 -24 1386 3399 3 MP PP 1386 3399 0 0 0.562 1346 3375 0 0 0.562 1386 3399 0 0 0.562 2 interp_poly 1346 3375 0 0 0.562 1414 3362 0 0 0.562 1346 3375 0 0 0.562 2 interp_poly -40 -25 68 -13 1346 3375 3 MP PP 1346 3375 0 0 0.562 1414 3362 0 0 0.562 1346 3375 0 0 0.562 2 interp_poly 1414 3362 0 0 0.562 1374 3337 0 0 0.562 1414 3362 0 0 0.562 2 interp_poly 68 -14 -40 -24 1383 3561 3 MP PP 1383 3561 0 0 0.562 1343 3537 0 0 0.562 1383 3561 0 0 0.562 2 interp_poly 1343 3537 0 0 0.562 1411 3523 0 0 0.562 1343 3537 0 0 0.562 2 interp_poly -40 -24 68 -14 1343 3537 3 MP PP 1343 3537 0 0 0.562 1411 3523 0 0 0.562 1343 3537 0 0 0.562 2 interp_poly 1411 3523 0 0 0.562 1371 3499 0 0 0.562 1411 3523 0 0 0.562 2 interp_poly 68 -14 -40 -24 1379 3722 3 MP PP 1379 3722 0 0 0.562 1339 3698 0 0 0.562 1379 3722 0 0 0.562 2 interp_poly 1339 3698 0 0 0.562 1407 3684 0 0 0.562 1339 3698 0 0 0.562 2 interp_poly -40 -24 68 -14 1339 3698 3 MP PP 1339 3698 0 0 0.562 1407 3684 0 0 0.562 1339 3698 0 0 0.562 2 interp_poly 1407 3684 0 0 0.562 1367 3660 0 0 0.562 1407 3684 0 0 0.562 2 interp_poly 67 -14 -40 -24 1371 3499 3 MP PP 1371 3499 0 0 0.562 1331 3475 0 0 0.562 1371 3499 0 0 0.562 2 interp_poly 1331 3475 0 0 0.562 1398 3461 0 0 0.562 1331 3475 0 0 0.562 2 interp_poly -40 -24 67 -14 1331 3475 3 MP PP 1331 3475 0 0 0.562 1398 3461 0 0 0.562 1331 3475 0 0 0.562 2 interp_poly 1398 3461 0 0 0.562 1358 3437 0 0 0.562 1398 3461 0 0 0.562 2 interp_poly 68 -13 -40 -24 1367 3660 3 MP PP 1367 3660 0 0 0.562 1327 3636 0 0 0.562 1367 3660 0 0 0.562 2 interp_poly 1327 3636 0 0 0.562 1395 3623 0 0 0.562 1327 3636 0 0 0.562 2 interp_poly -40 -24 68 -13 1327 3636 3 MP PP 1327 3636 0 0 0.562 1395 3623 0 0 0.562 1327 3636 0 0 0.562 2 interp_poly 1395 3623 0 0 0.562 1355 3599 0 0 0.562 1395 3623 0 0 0.562 2 interp_poly 68 -14 -40 -24 1358 3437 3 MP PP 1358 3437 0 0 0.562 1318 3413 0 0 0.562 1358 3437 0 0 0.562 2 interp_poly 1318 3413 0 0 0.562 1386 3399 0 0 0.562 1318 3413 0 0 0.562 2 interp_poly -40 -24 68 -14 1318 3413 3 MP PP 1318 3413 0 0 0.562 1386 3399 0 0 0.562 1318 3413 0 0 0.562 2 interp_poly 1386 3399 0 0 0.562 1346 3375 0 0 0.562 1386 3399 0 0 0.562 2 interp_poly 68 -13 -40 -25 1355 3599 3 MP PP 1355 3599 0 0 0.562 1315 3574 0 0 0.562 1355 3599 0 0 0.562 2 interp_poly 1315 3574 0 0 0.562 1383 3561 0 0 0.562 1315 3574 0 0 0.562 2 interp_poly -40 -24 68 -13 1315 3574 3 MP PP 1315 3574 0 0 0.562 1383 3561 0 0 0.562 1315 3574 0 0 0.562 2 interp_poly 1383 3561 0 0 0.562 1343 3537 0 0 0.562 1383 3561 0 0 0.562 2 interp_poly 68 -14 -40 -24 1346 3375 3 MP PP 1346 3375 0 0 0.562 1306 3351 0 0 0.562 1346 3375 0 0 0.562 2 interp_poly 1306 3351 0 0 0.562 1374 3337 0 0 0.562 1306 3351 0 0 0.562 2 interp_poly 68 -14 -40 -24 1343 3537 3 MP PP 1343 3537 0 0 0.562 1303 3513 0 0 0.562 1343 3537 0 0 0.562 2 interp_poly 1303 3513 0 0 0.562 1371 3499 0 0 0.562 1303 3513 0 0 0.562 2 interp_poly -40 -24 68 -14 1303 3513 3 MP PP 1303 3513 0 0 0.562 1371 3499 0 0 0.562 1303 3513 0 0 0.562 2 interp_poly 1371 3499 0 0 0.562 1331 3475 0 0 0.562 1371 3499 0 0 0.562 2 interp_poly 68 -14 -40 -24 1339 3698 3 MP PP 1339 3698 0 0 0.562 1299 3674 0 0 0.562 1339 3698 0 0 0.562 2 interp_poly 1299 3674 0 0 0.562 1367 3660 0 0 0.562 1299 3674 0 0 0.562 2 interp_poly -40 -24 68 -14 1299 3674 3 MP PP 1299 3674 0 0 0.562 1367 3660 0 0 0.562 1299 3674 0 0 0.562 2 interp_poly 1367 3660 0 0 0.562 1327 3636 0 0 0.562 1367 3660 0 0 0.562 2 interp_poly 67 -14 -40 -24 1331 3475 3 MP PP 1331 3475 0 0 0.562 1291 3451 0 0 0.562 1331 3475 0 0 0.562 2 interp_poly 1291 3451 0 0 0.562 1358 3437 0 0 0.562 1291 3451 0 0 0.562 2 interp_poly -40 -24 67 -14 1291 3451 3 MP PP 1291 3451 0 0 0.562 1358 3437 0 0 0.562 1291 3451 0 0 0.562 2 interp_poly 1358 3437 0 0 0.562 1318 3413 0 0 0.562 1358 3437 0 0 0.562 2 interp_poly 68 -13 -40 -24 1327 3636 3 MP PP 1327 3636 0 0 0.562 1287 3612 0 0 0.562 1327 3636 0 0 0.562 2 interp_poly 1287 3612 0 0 0.562 1355 3599 0 0 0.562 1287 3612 0 0 0.562 2 interp_poly -40 -25 68 -13 1287 3612 3 MP PP 1287 3612 0 0 0.562 1355 3599 0 0 0.562 1287 3612 0 0 0.562 2 interp_poly 1355 3599 0 0 0.562 1315 3574 0 0 0.562 1355 3599 0 0 0.562 2 interp_poly 68 -14 -40 -24 1318 3413 3 MP PP 1318 3413 0 0 0.562 1278 3389 0 0 0.562 1318 3413 0 0 0.562 2 interp_poly 1278 3389 0 0 0.562 1346 3375 0 0 0.562 1278 3389 0 0 0.562 2 interp_poly -40 -24 68 -14 1278 3389 3 MP PP 1278 3389 0 0 0.562 1346 3375 0 0 0.562 1278 3389 0 0 0.562 2 interp_poly 1346 3375 0 0 0.562 1306 3351 0 0 0.562 1346 3375 0 0 0.562 2 interp_poly 68 -13 -40 -24 1315 3574 3 MP PP 1315 3574 0 0 0.562 1275 3550 0 0 0.562 1315 3574 0 0 0.562 2 interp_poly 1275 3550 0 0 0.562 1343 3537 0 0 0.562 1275 3550 0 0 0.562 2 interp_poly -40 -24 68 -13 1275 3550 3 MP PP 1275 3550 0 0 0.562 1343 3537 0 0 0.562 1275 3550 0 0 0.562 2 interp_poly 1343 3537 0 0 0.562 1303 3513 0 0 0.562 1343 3537 0 0 0.562 2 interp_poly 68 -13 -40 -25 1303 3513 3 MP PP 1303 3513 0 0 0.562 1263 3488 0 0 0.562 1303 3513 0 0 0.562 2 interp_poly 1263 3488 0 0 0.562 1331 3475 0 0 0.562 1263 3488 0 0 0.562 2 interp_poly -40 -24 68 -13 1263 3488 3 MP PP 1263 3488 0 0 0.562 1331 3475 0 0 0.562 1263 3488 0 0 0.562 2 interp_poly 1331 3475 0 0 0.562 1291 3451 0 0 0.562 1331 3475 0 0 0.562 2 interp_poly 68 -14 -40 -24 1299 3674 3 MP PP 1299 3674 0 0 0.562 1259 3650 0 0 0.562 1299 3674 0 0 0.562 2 interp_poly 1259 3650 0 0 0.562 1327 3636 0 0 0.562 1259 3650 0 0 0.562 2 interp_poly -40 -24 68 -14 1259 3650 3 MP PP 1259 3650 0 0 0.562 1327 3636 0 0 0.562 1259 3650 0 0 0.562 2 interp_poly 1327 3636 0 0 0.562 1287 3612 0 0 0.562 1327 3636 0 0 0.562 2 interp_poly 67 -14 -40 -24 1291 3451 3 MP PP 1291 3451 0 0 0.562 1251 3427 0 0 0.562 1291 3451 0 0 0.562 2 interp_poly 1251 3427 0 0 0.562 1318 3413 0 0 0.562 1251 3427 0 0 0.562 2 interp_poly -40 -24 67 -14 1251 3427 3 MP PP 1251 3427 0 0 0.562 1318 3413 0 0 0.562 1251 3427 0 0 0.562 2 interp_poly 1318 3413 0 0 0.562 1278 3389 0 0 0.562 1318 3413 0 0 0.562 2 interp_poly 68 -14 -40 -24 1287 3612 3 MP PP 1287 3612 0 0 0.562 1247 3588 0 0 0.562 1287 3612 0 0 0.562 2 interp_poly 1247 3588 0 0 0.562 1315 3574 0 0 0.562 1247 3588 0 0 0.562 2 interp_poly -40 -24 68 -14 1247 3588 3 MP PP 1247 3588 0 0 0.562 1315 3574 0 0 0.562 1247 3588 0 0 0.562 2 interp_poly 1315 3574 0 0 0.562 1275 3550 0 0 0.562 1315 3574 0 0 0.562 2 interp_poly 68 -14 -40 -24 1278 3389 3 MP PP 1278 3389 0 0 0.562 1238 3365 0 0 0.562 1278 3389 0 0 0.562 2 interp_poly 1238 3365 0 0 0.562 1306 3351 0 0 0.562 1238 3365 0 0 0.562 2 interp_poly 68 -13 -40 -24 1275 3550 3 MP PP 1275 3550 0 0 0.562 1235 3526 0 0 0.562 1275 3550 0 0 0.562 2 interp_poly 1235 3526 0 0 0.562 1303 3513 0 0 0.562 1235 3526 0 0 0.562 2 interp_poly -40 -25 68 -13 1235 3526 3 MP PP 1235 3526 0 0 0.562 1303 3513 0 0 0.562 1235 3526 0 0 0.562 2 interp_poly 1303 3513 0 0 0.562 1263 3488 0 0 0.562 1303 3513 0 0 0.562 2 interp_poly 68 -13 -40 -24 1263 3488 3 MP PP 1263 3488 0 0 0.562 1223 3464 0 0 0.562 1263 3488 0 0 0.562 2 interp_poly 1223 3464 0 0 0.562 1291 3451 0 0 0.562 1223 3464 0 0 0.562 2 interp_poly -40 -24 68 -13 1223 3464 3 MP PP 1223 3464 0 0 0.562 1291 3451 0 0 0.562 1223 3464 0 0 0.562 2 interp_poly 1291 3451 0 0 0.562 1251 3427 0 0 0.562 1291 3451 0 0 0.562 2 interp_poly 68 -14 -40 -24 1259 3650 3 MP PP 1259 3650 0 0 0.562 1219 3626 0 0 0.562 1259 3650 0 0 0.562 2 interp_poly 1219 3626 0 0 0.562 1287 3612 0 0 0.562 1219 3626 0 0 0.562 2 interp_poly -40 -24 68 -14 1219 3626 3 MP PP 1219 3626 0 0 0.562 1287 3612 0 0 0.562 1219 3626 0 0 0.562 2 interp_poly 1287 3612 0 0 0.562 1247 3588 0 0 0.562 1287 3612 0 0 0.562 2 interp_poly 67 -14 -40 -24 1251 3427 3 MP PP 1251 3427 0 0 0.562 1211 3403 0 0 0.562 1251 3427 0 0 0.562 2 interp_poly 1211 3403 0 0 0.562 1278 3389 0 0 0.562 1211 3403 0 0 0.562 2 interp_poly -40 -24 67 -14 1211 3403 3 MP PP 1211 3403 0 0 0.562 1278 3389 0 0 0.562 1211 3403 0 0 0.562 2 interp_poly 1278 3389 0 0 0.562 1238 3365 0 0 0.562 1278 3389 0 0 0.562 2 interp_poly 68 -14 -40 -24 1247 3588 3 MP PP 1247 3588 0 0 0.562 1207 3564 0 0 0.562 1247 3588 0 0 0.562 2 interp_poly 1207 3564 0 0 0.562 1275 3550 0 0 0.562 1207 3564 0 0 0.562 2 interp_poly -40 -24 68 -14 1207 3564 3 MP PP 1207 3564 0 0 0.562 1275 3550 0 0 0.562 1207 3564 0 0 0.562 2 interp_poly 1275 3550 0 0 0.562 1235 3526 0 0 0.562 1275 3550 0 0 0.562 2 interp_poly 68 -14 -40 -24 1235 3526 3 MP PP 1235 3526 0 0 0.562 1195 3502 0 0 0.562 1235 3526 0 0 0.562 2 interp_poly 1195 3502 0 0 0.562 1263 3488 0 0 0.562 1195 3502 0 0 0.562 2 interp_poly -40 -24 68 -14 1195 3502 3 MP PP 1195 3502 0 0 0.562 1263 3488 0 0 0.562 1195 3502 0 0 0.562 2 interp_poly 1263 3488 0 0 0.562 1223 3464 0 0 0.562 1263 3488 0 0 0.562 2 interp_poly 68 -13 -40 -24 1223 3464 3 MP PP 1223 3464 0 0 0.562 1183 3440 0 0 0.562 1223 3464 0 0 0.562 2 interp_poly 1183 3440 0 0 0.562 1251 3427 0 0 0.562 1183 3440 0 0 0.562 2 interp_poly -40 -24 68 -13 1183 3440 3 MP PP 1183 3440 0 0 0.562 1251 3427 0 0 0.562 1183 3440 0 0 0.562 2 interp_poly 1251 3427 0 0 0.562 1211 3403 0 0 0.562 1251 3427 0 0 0.562 2 interp_poly 68 -14 -40 -24 1219 3626 3 MP PP 1219 3626 0 0 0.562 1179 3602 0 0 0.562 1219 3626 0 0 0.562 2 interp_poly 1179 3602 0 0 0.562 1247 3588 0 0 0.562 1179 3602 0 0 0.562 2 interp_poly -40 -24 68 -14 1179 3602 3 MP PP 1179 3602 0 0 0.562 1247 3588 0 0 0.562 1179 3602 0 0 0.562 2 interp_poly 1247 3588 0 0 0.562 1207 3564 0 0 0.562 1247 3588 0 0 0.562 2 interp_poly 67 -13 -40 -25 1211 3403 3 MP PP 1211 3403 0 0 0.562 1171 3378 0 0 0.562 1211 3403 0 0 0.562 2 interp_poly 1171 3378 0 0 0.562 1238 3365 0 0 0.562 1171 3378 0 0 0.562 2 interp_poly 68 -14 -40 -24 1207 3564 3 MP PP 1207 3564 0 0 0.562 1167 3540 0 0 0.562 1207 3564 0 0 0.562 2 interp_poly 1167 3540 0 0 0.562 1235 3526 0 0 0.562 1167 3540 0 0 0.562 2 interp_poly -40 -24 68 -14 1167 3540 3 MP PP 1167 3540 0 0 0.562 1235 3526 0 0 0.562 1167 3540 0 0 0.562 2 interp_poly 1235 3526 0 0 0.562 1195 3502 0 0 0.562 1235 3526 0 0 0.562 2 interp_poly 68 -14 -40 -24 1195 3502 3 MP PP 1195 3502 0 0 0.562 1155 3478 0 0 0.562 1195 3502 0 0 0.562 2 interp_poly 1155 3478 0 0 0.562 1223 3464 0 0 0.562 1155 3478 0 0 0.562 2 interp_poly -40 -24 68 -14 1155 3478 3 MP PP 1155 3478 0 0 0.562 1223 3464 0 0 0.562 1155 3478 0 0 0.562 2 interp_poly 1223 3464 0 0 0.562 1183 3440 0 0 0.562 1223 3464 0 0 0.562 2 interp_poly 68 -13 -40 -24 1183 3440 3 MP PP 1183 3440 0 0 0.562 1143 3416 0 0 0.562 1183 3440 0 0 0.562 2 interp_poly 1143 3416 0 0 0.562 1211 3403 0 0 0.562 1143 3416 0 0 0.562 2 interp_poly -40 -25 68 -13 1143 3416 3 MP PP 1143 3416 0 0 0.562 1211 3403 0 0 0.562 1143 3416 0 0 0.562 2 interp_poly 1211 3403 0 0 0.562 1171 3378 0 0 0.562 1211 3403 0 0 0.562 2 interp_poly 68 -14 -40 -24 1179 3602 3 MP PP 1179 3602 0 0 0.562 1139 3578 0 0 0.562 1179 3602 0 0 0.562 2 interp_poly 1139 3578 0 0 0.562 1207 3564 0 0 0.562 1139 3578 0 0 0.562 2 interp_poly -40 -24 68 -14 1139 3578 3 MP PP 1139 3578 0 0 0.562 1207 3564 0 0 0.562 1139 3578 0 0 0.562 2 interp_poly 1207 3564 0 0 0.562 1167 3540 0 0 0.562 1207 3564 0 0 0.562 2 interp_poly 68 -14 -40 -24 1167 3540 3 MP PP 1167 3540 0 0 0.562 1127 3516 0 0 0.562 1167 3540 0 0 0.562 2 interp_poly 1127 3516 0 0 0.562 1195 3502 0 0 0.562 1127 3516 0 0 0.562 2 interp_poly -40 -24 68 -14 1127 3516 3 MP PP 1127 3516 0 0 0.562 1195 3502 0 0 0.562 1127 3516 0 0 0.562 2 interp_poly 1195 3502 0 0 0.562 1155 3478 0 0 0.562 1195 3502 0 0 0.562 2 interp_poly 68 -14 -40 -24 1155 3478 3 MP PP 1155 3478 0 0 0.562 1115 3454 0 0 0.562 1155 3478 0 0 0.562 2 interp_poly 1115 3454 0 0 0.562 1183 3440 0 0 0.562 1115 3454 0 0 0.562 2 interp_poly -40 -24 68 -14 1115 3454 3 MP PP 1115 3454 0 0 0.562 1183 3440 0 0 0.562 1115 3454 0 0 0.562 2 interp_poly 1183 3440 0 0 0.562 1143 3416 0 0 0.562 1183 3440 0 0 0.562 2 interp_poly 68 -14 -40 -24 1143 3416 3 MP PP 1143 3416 0 0 0.562 1103 3392 0 0 0.562 1143 3416 0 0 0.562 2 interp_poly 1103 3392 0 0 0.562 1171 3378 0 0 0.562 1103 3392 0 0 0.562 2 interp_poly 68 -13 -40 -25 1139 3578 3 MP PP 1139 3578 0 0 0.562 1099 3553 0 0 0.562 1139 3578 0 0 0.562 2 interp_poly 1099 3553 0 0 0.562 1167 3540 0 0 0.562 1099 3553 0 0 0.562 2 interp_poly -40 -24 68 -13 1099 3553 3 MP PP 1099 3553 0 0 0.562 1167 3540 0 0 0.562 1099 3553 0 0 0.562 2 interp_poly 1167 3540 0 0 0.562 1127 3516 0 0 0.562 1167 3540 0 0 0.562 2 interp_poly 68 -14 -40 -24 1127 3516 3 MP PP 1127 3516 0 0 0.562 1087 3492 0 0 0.562 1127 3516 0 0 0.562 2 interp_poly 1087 3492 0 0 0.562 1155 3478 0 0 0.562 1087 3492 0 0 0.562 2 interp_poly -40 -24 68 -14 1087 3492 3 MP PP 1087 3492 0 0 0.562 1155 3478 0 0 0.562 1087 3492 0 0 0.562 2 interp_poly 1155 3478 0 0 0.562 1115 3454 0 0 0.562 1155 3478 0 0 0.562 2 interp_poly 68 -14 -40 -24 1115 3454 3 MP PP 1115 3454 0 0 0.562 1075 3430 0 0 0.562 1115 3454 0 0 0.562 2 interp_poly 1075 3430 0 0 0.562 1143 3416 0 0 0.562 1075 3430 0 0 0.562 2 interp_poly -40 -24 68 -14 1075 3430 3 MP PP 1075 3430 0 0 0.562 1143 3416 0 0 0.562 1075 3430 0 0 0.562 2 interp_poly 1143 3416 0 0 0.562 1103 3392 0 0 0.562 1143 3416 0 0 0.562 2 interp_poly 68 -13 -40 -24 1099 3553 3 MP PP 1099 3553 0 0 0.562 1059 3529 0 0 0.562 1099 3553 0 0 0.562 2 interp_poly 1059 3529 0 0 0.562 1127 3516 0 0 0.562 1059 3529 0 0 0.562 2 interp_poly -40 -24 68 -13 1059 3529 3 MP PP 1059 3529 0 0 0.562 1127 3516 0 0 0.562 1059 3529 0 0 0.562 2 interp_poly 1127 3516 0 0 0.562 1087 3492 0 0 0.562 1127 3516 0 0 0.562 2 interp_poly 68 -14 -40 -24 1087 3492 3 MP PP 1087 3492 0 0 0.562 1047 3468 0 0 0.562 1087 3492 0 0 0.562 2 interp_poly 1047 3468 0 0 0.562 1115 3454 0 0 0.562 1047 3468 0 0 0.562 2 interp_poly -40 -24 68 -14 1047 3468 3 MP PP 1047 3468 0 0 0.562 1115 3454 0 0 0.562 1047 3468 0 0 0.562 2 interp_poly 1115 3454 0 0 0.562 1075 3430 0 0 0.562 1115 3454 0 0 0.562 2 interp_poly 68 -14 -40 -24 1075 3430 3 MP PP 1075 3430 0 0 0.562 1035 3406 0 0 0.562 1075 3430 0 0 0.562 2 interp_poly 1035 3406 0 0 0.562 1103 3392 0 0 0.562 1035 3406 0 0 0.562 2 interp_poly 68 -13 -40 -24 1059 3529 3 MP PP 1059 3529 0 0 0.562 1019 3505 0 0 0.562 1059 3529 0 0 0.562 2 interp_poly 1019 3505 0 0 0.562 1087 3492 0 0 0.562 1019 3505 0 0 0.562 2 interp_poly -40 -24 68 -13 1019 3505 3 MP PP 1019 3505 0 0 0.562 1087 3492 0 0 0.562 1019 3505 0 0 0.562 2 interp_poly 1087 3492 0 0 0.562 1047 3468 0 0 0.562 1087 3492 0 0 0.562 2 interp_poly 68 -13 -40 -25 1047 3468 3 MP PP 1047 3468 0 0 0.562 1007 3443 0 0 0.562 1047 3468 0 0 0.562 2 interp_poly 1007 3443 0 0 0.562 1075 3430 0 0 0.562 1007 3443 0 0 0.562 2 interp_poly -40 -24 68 -13 1007 3443 3 MP PP 1007 3443 0 0 0.562 1075 3430 0 0 0.562 1007 3443 0 0 0.562 2 interp_poly 1075 3430 0 0 0.562 1035 3406 0 0 0.562 1075 3430 0 0 0.562 2 interp_poly 68 -13 -40 -24 1019 3505 3 MP PP 1019 3505 0 0 0.562 979 3481 0 0 0.562 1019 3505 0 0 0.562 2 interp_poly 979 3481 0 0 0.562 1047 3468 0 0 0.562 979 3481 0 0 0.562 2 interp_poly -40 -25 68 -13 979 3481 3 MP PP 979 3481 0 0 0.562 1047 3468 0 0 0.562 979 3481 0 0 0.562 2 interp_poly 1047 3468 0 0 0.562 1007 3443 0 0 0.562 1047 3468 0 0 0.562 2 interp_poly 68 -13 -40 -24 1007 3443 3 MP PP 1007 3443 0 0 0.562 967 3419 0 0 0.562 1007 3443 0 0 0.562 2 interp_poly 967 3419 0 0 0.562 1035 3406 0 0 0.562 967 3419 0 0 0.562 2 interp_poly 68 -14 -40 -24 979 3481 3 MP PP 979 3481 0 0 0.562 939 3457 0 0 0.562 979 3481 0 0 0.562 2 interp_poly 939 3457 0 0 0.562 1007 3443 0 0 0.562 939 3457 0 0 0.562 2 interp_poly -40 -24 68 -14 939 3457 3 MP PP 939 3457 0 0 0.562 1007 3443 0 0 0.562 939 3457 0 0 0.562 2 interp_poly 1007 3443 0 0 0.562 967 3419 0 0 0.562 1007 3443 0 0 0.562 2 interp_poly 68 -14 -40 -24 939 3457 3 MP PP 939 3457 0 0 0.562 899 3433 0 0 0.562 939 3457 0 0 0.562 2 interp_poly 899 3433 0 0 0.562 967 3419 0 0 0.562 899 3433 0 0 0.562 2 interp_poly gr 1 sg 0 sg 479 2442 mt -90 rotate (|E|) s 90 rotate %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 168 FMSR 371 2186 mt -90 rotate (2) s 90 rotate end eplot %%EndObject epage end showpage %%Trailer %%EOF xmds-doc-0~svn.1884/latex/figures/lorenzScilabPlot.eps0000644000175000017500000004575710022002262022313 0ustar rafaelrafael%!PS-Adobe-2.0 EPSF-2.0 %%BoundingBox: 0 200 600 624 %% %%Scilab Postscript File (1995-1997 J.Ph Chancelier) %%EndComments /saved save def /$pictdict 100 dict def $pictdict begin /dogrey { /Arraybox exch def /Arraygrey exch def /nargs exch def /func exch cvx def Arraybox 0 nargs getinterval Arraygrey 0 get func 1 1 Arraygrey length 1 sub {/i exch def Arraybox i nargs mul nargs getinterval Arraygrey i get func }for } def %-------------------------------------------- % [x y width height] nivgris drawbox % si niv gris > 1.0 alors on fait un stroke % sans closepath %-------------------------------------------- /drawpoly {/glev exch def /Ar exch def newpath Ar 0 get Ar 1 get moveto 2 2 Ar length 1 sub {/i exch def Ar i get Ar i 1 add get absolu {lineto} {rlineto} ifelse }for glev -1 le { % filling the polygon with current pattern ( gray or color) closepath gsave glev neg 1 sub WhiteLev 2 add lmin 0 lmax Setgray eofill grestore } { glev 1 ge { % drawing the polygon with current dash style or color % XXXXX : a voir c'est pas clair il faudrait sauver % and filling it with other color (glev) closepath gsave glev 1 sub WhiteLev 2 add lmin 0 lmax xsetgray eofill grestore stroke } {% drawing the polygon with current style closeflag {closepath} if stroke} ifelse } ifelse } def /drawbox {/glev exch def /Ar exch def /x Ar 0 get def /y Ar 1 get def /w Ar 2 get def /h Ar 3 get def newpath x y moveto x w add y lineto x w add y h add lineto x y h add lineto glev 1 ge { % filling closepath gsave glev 1 sub WhiteLev 2 add lmin 0 lmax Setgray eofill grestore} { % drawing glev -1 le { closepath gsave glev neg 1 sub WhiteLev 2 add lmin 0 lmax xsetgray stroke grestore } { closepath stroke} ifelse } ifelse } def %-------------------------------------------- % [x y width height] clearzone %-------------------------------------------- /clearzone {/Ar exch def /x Ar 0 get def /y Ar 1 get def /w Ar 2 get def /h Ar 3 get def newpath x y moveto x w add y lineto x w add y h add lineto x y h add lineto closepath gsave background Setcolor eofill grestore } def %------------------------------------------------------ % polyline stroke or polygon fill or both %------------------------------------------------------ /absolu true def /closeflag false def /lmin { /y exch def /x exch def x y le { x } { y } ifelse } def /lmax { /y exch def /x exch def x y le { y } { x } ifelse } def /drawpoly {/glev exch def /Ar exch def newpath Ar 0 get Ar 1 get moveto 2 2 Ar length 1 sub {/i exch def Ar i get Ar i 1 add get absolu {lineto} {rlineto} ifelse }for glev -1 le { % filling the polygon with current pattern ( gray or color) closepath gsave glev neg 1 sub WhiteLev 2 add lmin 0 lmax Setgray eofill grestore } { glev 1 ge { % drawing the polygon with current dash style or color % XXXXX : a voir c'est pas clair il faudrait sauver % and filling it with other color (glev) closepath gsave glev 1 sub WhiteLev 2 add lmin 0 lmax Setgray eofill grestore stroke } {% drawing the polygon with current style closeflag {closepath} if stroke} ifelse } ifelse } def %------------------------------------------------------ % segments non connectes %------------------------------------------------------ /drawsegs {/glev exch def /Ar exch def % when b&w is used drawsegs uses dash not gray levels newpath Ar 0 get Ar 1 get moveto Ar 2 get Ar 3 get lineto gsave glev xsetgray stroke grestore 4 4 Ar length 3 sub {/i exch def newpath Ar i get Ar i 1 add get moveto Ar i 2 add get Ar i 3 add get lineto gsave glev xsetgray stroke grestore }for } def %------------------------------------------------------ % unconected arrows %----------------------------------------------------- /drawarrows {/arsize10 exch def /Ar exch def Ar 0 get Ar 1 get Ar 2 get Ar 3 get arsize10 drawarrow 4 4 Ar length 3 sub {/i exch def Ar i get Ar i 1 add get Ar i 2 add get Ar i 3 add get arsize10 drawarrow }for } def /cos20 20 cos def /sin20 20 sin def /drawarrow { /arsize exch 10 div def /tipy exch def /tipx exch def /taily exch def /tailx exch def /dx tipx tailx sub def /dy tipy taily sub def newpath tipx tipy moveto tailx taily lineto stroke /norme dx dx mul dy dy mul add sqrt def norme 1.e-8 ge { arsize dx mul norme div /dx1 exch def arsize dy mul norme div /dy1 exch def /depx tipx cos20 dx1 mul add def /depy tipy cos20 dy1 mul add def newpath depx depy moveto cos20 neg dx1 mul sin20 dy1 mul sub depx add sin20 dx1 mul cos20 dy1 mul sub depy add lineto cos20 neg dx1 mul sin20 dy1 mul add depx add sin20 neg dx1 mul cos20 dy1 mul sub depy add lineto closepath fill } {} ifelse } def %------------------------------------------------------ % cercle ou portions de cercle % attention argument (x y w h angl1*64 angl2*64 ) % devrait tracer une ellipse a modifier donc %------------------------------------------------------ /fillarc {/glev exch def /Ar exch def /cx Ar 0 get Ar 2 get 2 div add def /cy Ar 1 get Ar 3 get 2 div add def Ar 2 get 0 eq {} { /hom Ar 3 get Ar 2 get div def /Cmsave1 matrix def Cmsave1 currentmatrix pop %-- on change de transformation pour faire homothetie en (x,y) cx cy [1 0 0 hom 0 0 ] transform /t1 exch neg cy add def /t2 exch neg cx add def [1 0 0 hom t2 t1 ] concat glev WhiteLev le { % filling newpath cx cy moveto cx cy Ar 2 get 2 div Ar 5 get Ar 4 get add 64 div neg Ar 4 get 64 div neg arc closepath gsave glev Setgray eofill grestore} { %drawing with current dash or color unclosed path newpath cx cy Ar 2 get 2 div Ar 5 get Ar 4 get add 64 div neg Ar 4 get 64 div neg arc stroke} ifelse Cmsave1 setmatrix } ifelse } def /drawarc {/glev exch def /Ar exch def /cx Ar 0 get Ar 2 get 2 div add def /cy Ar 1 get Ar 3 get 2 div add def Ar 2 get 0 eq {} { /hom Ar 3 get Ar 2 get div def /Cmsave1 matrix def Cmsave1 currentmatrix pop %-- on change de transformation pour faire homothetie en (x,y) cx cy [1 0 0 hom 0 0 ] transform /t1 exch neg cy add def /t2 exch neg cx add def [1 0 0 hom t2 t1 ] concat newpath cx cy Ar 2 get 2 div Ar 5 get Ar 4 get add 64 div neg Ar 4 get 64 div neg arc closepath glev xsetgray stroke Cmsave1 setmatrix } ifelse } def %------------------------------------------------------ % centred hard mark %------------------------------------------------------ % x y str ShowCString % on fait un show mais string est centre autour du point (x,y) /ShowCString { /str exch def /y exch def /x exch def newpath x y moveto str true charpath flattenpath pathbbox /y2 exch def /x2 exch def /y1 exch def /x1 exch def x 2 mul x2 x1 add 2 div sub y 2 mul y2 y1 add 2 div sub moveto str show } def /drawpolymark {/glev exch def /Ar exch def Ar 0 get Ar 1 get HardMark ShowCString 2 2 Ar length 1 sub {/i exch def Ar i get Ar i 1 add get HardMark ShowCString }for } def %--------------------------------------------------- % chaines de caracteres %--------------------------------------------------- /FBox {/Ar exch def /rot exch def /str exch def /y exch def /x exch def newpath Ar 0 get Ar 1 get moveto /sina rot sin def /cosa rot cos def /-sina sina neg def [cosa -sina sina cosa 0 0 ] CtmModif Ar 2 get 0 rlineto 0 Ar 3 get neg rlineto Ar 2 get neg 0 rlineto 0 Ar 3 get rlineto stroke CtmRestore x y str rot ShowRotate } def % x y str ang Showrotate % inverse du sens trigo /ShowRotate { /ang exch def /str exch def /y exch def /x exch def x y moveto /sina ang sin def /cosa ang cos def /-sina 0 sina sub def [cosa -sina sina cosa 0 0 ] CtmModif str show CtmRestore } def /HardMark (0) def %(Chaine de caracteres) x y flag angle [arfbox] Show /Show { /Ar exch def /rot exch def /flag exch def /y exch def /x exch def /str exch def flag 1 eq {x y str rot Ar FBox} {x y str rot ShowRotate } ifelse} def /L {/y2 exch def /x2 exch def /y1 exch def /x1 exch def newpath x1 y1 moveto x2 y2 lineto stroke } def %--------------------------------------------------------- % drawing an axis % angle [nsep1,nsep2] ,[siz1,siz2,coeff] [x0,y0] drawaxis", %--------------------------------------------------------- /drawaxis {/XX exch def /Arsize exch def /Arsep exch def /ang exch def /Cmsave1 matrix def Cmsave1 currentmatrix pop /sina ang sin def /cosa ang cos def /-sina sina neg def /x XX 0 get def /y XX 1 get def %-- on change de transformation pour tourner autour de (x,y) x y [cosa sina -sina cosa 0 0 ] transform /t1 exch neg y add def /t2 exch neg x add def [cosa sina -sina cosa t2 t1 ] concat newpath x y moveto 0 Arsize 1 get Arsize 2 get mul rlineto stroke 0 1 Arsep 1 get 1 sub { % i don't want the value of the for indice pop newpath x y moveto 0 1 Arsep 0 get 1 sub { % i don't want the value of the for indice pop Arsize 0 get 0 rlineto 0 Arsize 1 get rlineto 0 Arsize 1 get neg rlineto } for currentpoint /y exch def /x exch def stroke newpath x y moveto 0 Arsize 1 get Arsize 2 get mul rlineto stroke } for Cmsave1 setmatrix } def %--------------------------------------------------------- % change and restore CTM %--------------------------------------------------------- /CtmModif { /arg exch def /Cmsave matrix def Cmsave currentmatrix pop [1 0 0 -1 0 0 ] concat arg concat } def /CtmRestore { Cmsave setmatrix } def /Thickness { /th exch def th 0 le {/th 0.1 def} if th setlinewidth} def /WhiteLev 15 def /Setgray { WhiteLev div setgray} def /fillsolid { 0 setgray } def %-------------------------------------- % clip zones ( rectangle ) %------------------------------------- /setclipzone {initclip /h exch def /w exch def /y exch def /x exch def newpath x y moveto w 0 rlineto 0 h rlineto w neg 0 rlineto 0 h neg rlineto closepath clip} def %------------------ % to change the position of a picture %------------------ /cm{28.346457 mul}def /DesPosi { /YH exch def /XW exch def /YP exch def /XP exch def XP cm YP cm neg translate XW cm 6000 div YH cm 4240 div scale } def 0 setlinecap 2 setlinejoin 1 setlinewidth %-- Color database /ColorR [0.000000 0.000000 0.000000 0.529412 0.498039 0.133333 0.000000 0.878431 0.000000 1.000000 1.000000 1.000000 0.933333 1.000000 1.000000 0.960784 1.000000 ] def /ColorG [0.000000 0.000000 0.000000 0.807843 1.000000 0.545098 1.000000 1.000000 1.000000 0.647059 0.000000 0.000000 0.509804 1.000000 0.843137 0.960784 1.000000 ] def /ColorB [0.000000 0.501961 1.000000 0.921569 0.831373 0.133333 0.000000 1.000000 1.000000 0.000000 0.000000 1.000000 0.933333 0.000000 0.000000 0.862745 1.000000 ] def /Setcolor {/i exch def ColorR i get ColorG i get ColorB i get setrgbcolor } def % to multiply all the fontsizes by a factor scf /scf 1.0 def % set dash styles : max number is hardcoded to 6 % /DashTab [[] [20 50 20 50] [50 20 50 20] [50 30 20 30] [80 30 20 30] [110 30 20 30] [110 30 50 30]] def /DashTab [[] [50 20 50 20] [50 30 20 30] [80 30 20 30] [110 30 20 30] [110 30 50 30]] def /Setdash {/i exch 0 lmax 5 lmin def i DashTab i get 0 setdash } def % style for drawing: color gray or dash /xsetgray { usecolor 0 le {Setdash} {Setgray} ifelse } def % default value for colormode /usecolor 1 def % changing fonts encoding /Courier findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin1Encoding def currentdict end /Courier exch definefont pop /Times-Roman findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin1Encoding def currentdict end /Times-Roman exch definefont pop /Times-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin1Encoding def currentdict end /Times-Bold exch definefont pop /Times-BoldItalic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin1Encoding def currentdict end /Times-BoldItalic exch definefont pop %------ End Main Program ------% % XP YP XW YW DesPosi in the following code % will output the picture in the rectangle defined by % upper left point (XP,YP) wide :XW Height: YW % the coordinates are given in centimeter and % are the (0,0) point is the down-left point of the paper /ColorR [0.000000 0.000000 0.000000 0.000000 1.000000 1.000000 1.000000 1.000000 0.000000 0.000000 0.000000 0.529412 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.564706 0.690196 0.815686 0.564706 0.690196 0.815686 0.501961 0.627451 0.752941 1.000000 1.000000 1.000000 1.000000 1.000000 0.0 1.0] def /ColorG [0.000000 0.000000 1.000000 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.807843 0.564706 0.690196 0.815686 0.564706 0.690196 0.815686 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.188235 0.250980 0.376471 0.501961 0.627451 0.752941 0.878431 0.843137 0.0 1.0] def /ColorB [0.000000 1.000000 0.000000 1.000000 0.000000 1.000000 0.000000 1.000000 0.564706 0.690196 0.815686 1.000000 0.000000 0.000000 0.000000 0.564706 0.690196 0.815686 0.000000 0.000000 0.000000 0.564706 0.690196 0.815686 0.000000 0.000000 0.000000 0.501961 0.627451 0.752941 0.878431 0.000000 0.0 1.0] def % Dessin en bas a gauche de taille 3000,2120 [0.5 5 div 0 0 0.5 5 div neg 0 3120 5 div] concat % Init driver /PaintBackground {WhiteLev 2 add background eq {}{ (drawbox) 4 [background 1 add] [0 0 6000 4240] dogrey}ifelse } def 5 Thickness % 3 setalufunction -1 -1 200000 200000 setclipzone [] 0 setdash /Times-Roman findfont 100 scf mul scalefont setfont fillsolid [] 0 setdash 0 Setcolor /background 33 def PaintBackground %--use color 1 fillsolid [] 0 setdash 0 Setcolor /WhiteLev 31 def /Setgray {/i exch def ColorR i get ColorG i get ColorB i get setrgbcolor } def /Setcolor {/i exch def ColorR i get ColorG i get ColorB i get setrgbcolor } def /usecolor 1 def %--end use color 1 % End init driver /WhiteLev 31 def %--use color 1 %--end use color 1 /Times-Roman findfont 100 scf mul scalefont setfont 5 Thickness -1 -1 200000 200000 setclipzone 32 Setcolor [] 0 setdash [] 0 setdash 32 Setcolor /closeflag false def (drawpoly) 14 [ 0] [5250 1760 2696 530 750 1467 750 2480 3304 3710 5250 2773 5250 1760 ] dogrey 32 Setcolor /absolu true def [] 0 setdash 32 Setcolor 32 Setcolor (drawsegs) 4 [ 32] [750 1467 665 1467 ] dogrey (drawsegs) 4 [ 32] [750 1568 665 1568 ] dogrey (drawsegs) 4 [ 32] [750 1670 665 1670 ] dogrey (drawsegs) 4 [ 32] [750 1771 665 1771 ] dogrey (drawsegs) 4 [ 32] [750 1872 665 1872 ] dogrey (drawsegs) 4 [ 32] [750 1974 665 1974 ] dogrey (drawsegs) 4 [ 32] [750 2075 665 2075 ] dogrey (drawsegs) 4 [ 32] [750 2176 665 2176 ] dogrey (drawsegs) 4 [ 32] [750 2277 665 2277 ] dogrey (drawsegs) 4 [ 32] [750 2379 665 2379 ] dogrey (drawsegs) 4 [ 32] [750 2480 665 2480 ] dogrey (43.3) 317 1527 0 0.00 [317 1437 229 120] Show (25.0) 317 2034 0 0.00 [317 1944 229 120] Show (6.6) 374 2480 0 0.00 [374 2390 172 120] Show (Z) 489 1263 0 0.00 [489 1173 57 120] Show (drawsegs) 4 [ 32] [750 2480 674 2517 ] dogrey (drawsegs) 4 [ 32] [1005 2603 929 2640 ] dogrey (drawsegs) 4 [ 32] [1261 2726 1185 2763 ] dogrey (drawsegs) 4 [ 32] [1516 2849 1440 2886 ] dogrey (drawsegs) 4 [ 32] [1772 2972 1696 3009 ] dogrey (drawsegs) 4 [ 32] [2027 3095 1951 3132 ] dogrey (drawsegs) 4 [ 32] [2282 3218 2206 3255 ] dogrey (drawsegs) 4 [ 32] [2538 3341 2462 3378 ] dogrey (drawsegs) 4 [ 32] [2793 3464 2717 3501 ] dogrey (drawsegs) 4 [ 32] [3049 3587 2973 3624 ] dogrey (drawsegs) 4 [ 32] [3304 3710 3228 3747 ] dogrey (-20.7) 279 2629 0 0.00 [279 2539 287 120] Show (1.4) 1671 3244 0 0.00 [1671 3154 172 120] Show (23.5) 2891 3859 0 0.00 [2891 3769 229 120] Show (Y) 1766 3504 0 0.00 [1766 3414 57 120] Show (drawsegs) 4 [ 32] [3304 3710 3380 3747 ] dogrey (drawsegs) 4 [ 32] [3499 3616 3575 3653 ] dogrey (drawsegs) 4 [ 32] [3693 3523 3769 3560 ] dogrey (drawsegs) 4 [ 32] [3888 3429 3964 3466 ] dogrey (drawsegs) 4 [ 32] [4082 3335 4158 3372 ] dogrey (drawsegs) 4 [ 32] [4277 3242 4353 3279 ] dogrey (drawsegs) 4 [ 32] [4472 3148 4548 3185 ] dogrey (drawsegs) 4 [ 32] [4666 3054 4742 3091 ] dogrey (drawsegs) 4 [ 32] [4861 2960 4937 2997 ] dogrey (drawsegs) 4 [ 32] [5055 2867 5131 2904 ] dogrey (drawsegs) 4 [ 32] [5250 2773 5326 2810 ] dogrey (17.6) 3488 3859 0 0.00 [3488 3769 229 120] Show (0.8) 4461 3390 0 0.00 [4461 3300 172 120] Show (-16.0) 5434 2922 0 0.00 [5434 2832 287 120] Show (X) 4481 3602 0 0.00 [4481 3512 57 120] Show 32 Setcolor [] 0 setdash [] 0 setdash (drawsegs) 12 [ 3] [2696 1543 750 2480 2696 1543 5250 2773 2696 1543 2696 530 ] dogrey [] 0 setdash [] 0 setdash 32 Setcolor /closeflag false def (drawpoly) 402 [ 0] [2966 2253 2986 2334 3006 2416 3033 2502 3073 2599 3132 2714 3219 2847 3324 2979 3386 3036 3251 2882 2845 2494 2480 2128 2434 1966 2579 1949 2733 1990 2834 2046 2883 2097 2895 2132 2881 2142 2846 2115 2788 2036 2708 1878 2626 1617 2613 1272 2790 985 3145 983 3402 1264 3410 1596 3284 1843 3154 2007 3065 2121 3015 2209 2991 2282 2981 2345 2978 2402 2981 2455 2989 2506 3002 2560 3024 2621 3061 2697 3123 2797 3222 2931 3364 3091 3496 3200 3405 3056 2866 2539 2319 2027 2267 1823 2480 1799 2679 1827 2795 1858 2839 1870 2838 1850 2810 1785 2775 1667 2757 1502 2794 1324 2913 1211 3075 1228 3189 1364 3205 1539 3152 1693 3076 1804 3005 1873 2943 1902 2886 1891 2831 1832 2777 1716 2742 1543 2761 1341 2875 1191 3057 1182 3203 1319 3236 1515 3183 1689 3100 1816 3022 1899 2958 1942 2901 1946 2845 1905 2786 1807 2732 1643 2716 1423 2791 1211 2978 1122 3182 1221 3273 1432 3239 1642 3151 1802 3062 1910 2991 1977 2934 2008 2881 2000 2824 1945 2759 1825 2697 1629 2684 1370 2791 1135 3030 1071 3255 1229 3322 1485 3256 1711 3150 1872 3058 1981 2991 2051 2941 2091 2896 2099 2845 2066 2781 1975 2702 1805 2635 1538 2657 1215 2866 994 3193 1054 3386 1336 3363 1635 3241 1853 3124 2001 3043 2103 2994 2179 2965 2236 2942 2275 2919 2296 2888 2291 2841 2248 2768 2146 2665 1950 2550 1618 2528 1169 2795 823 3291 911 3560 1332 3488 1724 3307 1979 3164 2142 3086 2262 3060 2368 3068 2472 3103 2582 3158 2699 3227 2812 3277 2884 3234 2842 3025 2637 2738 2354 2583 2154 2611 2083 2722 2098 2829 2155 2907 2230 2959 2311 2997 2397 3034 2489 3080 2592 3143 2710 3228 2841 3318 2956 3342 2976 3164 2788 2784 2426 2504 2124 2497 2002 2633 1999 2769 2046 2859 2109 2907 2171 2925 2224 2925 2262 2911 2282 2883 2276 2836 2230 2763 2124 2659 1922 2549 1585 2544 1142 2830 825 3313 942 3551 1360 3469 1738 3292 1983 3154 2141 3080 2260 3055 2364 3063 2467 3097 2575 3153 2693 3224 2811 3284 2895 3260 2872 3064 2677 2759 2381 2573 2157 2588 2071 2700 2080 2814 2133 2895 2206 2947 2284 2983 2365 3014 2450 3050 2542 3100 2649 ] dogrey 32 Setcolor /absolu true def [] 0 setdash 32 Setcolor [] 0 setdash (drawsegs) 12 [ 32] [3304 2697 5250 1760 3304 2697 750 1467 3304 2697 3304 3710 ] dogrey [] 0 setdash showpage end saved restore xmds-doc-0~svn.1884/latex/figures/Makefile0000644000175000017500000000104210541031510017733 0ustar rafaelrafael.PHONY: clean realclean FIGS = \ advectionMatlabPlot.pdf \ advectionScilabPlot.pdf \ classes.pdf \ defferential.pdf \ diffusionMatlabPlot.pdf \ diffusionScilabPlot.pdf \ fibre1.pdf \ fibre2.pdf \ funct.pdf \ kubo1.pdf \ kubo2.pdf \ kuboTutorialMatlabPlot.pdf \ kuboTutorialScilabPlot.pdf \ lorenzMatlabPlot.pdf \ lorenzScilabPlot.pdf \ main.pdf \ main_old.pdf \ ndparamp1.pdf \ ndparamp2.pdf \ nlse.pdf \ tla.pdf \ xmds_logo.pdf all: $(FIGS) %.pdf: %.eps epstopdf $*.eps clean: rm -f *.pdf realclean: clean rm -f *~ xmds-doc-0~svn.1884/latex/figures/main_old.eps0000644000175000017500000001643010007374504020607 0ustar rafaelrafael%!PS-Adobe-2.0 EPSF-2.0 %%Title: main.eps %%Creator: fig2dev Version 3.2 Patchlevel 3c %%CreationDate: Mon Aug 5 15:23:25 2002 %%For: collecug@dirac.physics.uq.edu.au (Greg Collecutt) %%BoundingBox: 0 0 539 519 %%Magnification: 1.0000 %%EndComments /$F2psDict 200 dict def $F2psDict begin $F2psDict /mtrx matrix put /col-1 {0 setgray} bind def /col0 {0.000 0.000 0.000 srgb} bind def /col1 {0.000 0.000 1.000 srgb} bind def /col2 {0.000 1.000 0.000 srgb} bind def /col3 {0.000 1.000 1.000 srgb} bind def /col4 {1.000 0.000 0.000 srgb} bind def /col5 {1.000 0.000 1.000 srgb} bind def /col6 {1.000 1.000 0.000 srgb} bind def /col7 {1.000 1.000 1.000 srgb} bind def /col8 {0.000 0.000 0.560 srgb} bind def /col9 {0.000 0.000 0.690 srgb} bind def /col10 {0.000 0.000 0.820 srgb} bind def /col11 {0.530 0.810 1.000 srgb} bind def /col12 {0.000 0.560 0.000 srgb} bind def /col13 {0.000 0.690 0.000 srgb} bind def /col14 {0.000 0.820 0.000 srgb} bind def /col15 {0.000 0.560 0.560 srgb} bind def /col16 {0.000 0.690 0.690 srgb} bind def /col17 {0.000 0.820 0.820 srgb} bind def /col18 {0.560 0.000 0.000 srgb} bind def /col19 {0.690 0.000 0.000 srgb} bind def /col20 {0.820 0.000 0.000 srgb} bind def /col21 {0.560 0.000 0.560 srgb} bind def /col22 {0.690 0.000 0.690 srgb} bind def /col23 {0.820 0.000 0.820 srgb} bind def /col24 {0.500 0.190 0.000 srgb} bind def /col25 {0.630 0.250 0.000 srgb} bind def /col26 {0.750 0.380 0.000 srgb} bind def /col27 {1.000 0.500 0.500 srgb} bind def /col28 {1.000 0.630 0.630 srgb} bind def /col29 {1.000 0.750 0.750 srgb} bind def /col30 {1.000 0.880 0.880 srgb} bind def /col31 {1.000 0.840 0.000 srgb} bind def end save newpath 0 519 moveto 0 0 lineto 539 0 lineto 539 519 lineto closepath clip newpath -61.0 525.0 translate 1 -1 scale /cp {closepath} bind def /ef {eofill} bind def /gr {grestore} bind def /gs {gsave} bind def /sa {save} bind def /rs {restore} bind def /l {lineto} bind def /m {moveto} bind def /rm {rmoveto} bind def /n {newpath} bind def /s {stroke} bind def /sh {show} bind def /slc {setlinecap} bind def /slj {setlinejoin} bind def /slw {setlinewidth} bind def /srgb {setrgbcolor} bind def /rot {rotate} bind def /sc {scale} bind def /sd {setdash} bind def /ff {findfont} bind def /sf {setfont} bind def /scf {scalefont} bind def /sw {stringwidth} bind def /tr {translate} bind def /tnt {dup dup currentrgbcolor 4 -2 roll dup 1 exch sub 3 -1 roll mul add 4 -2 roll dup 1 exch sub 3 -1 roll mul add 4 -2 roll dup 1 exch sub 3 -1 roll mul add srgb} bind def /shd {dup dup currentrgbcolor 4 -2 roll mul 4 -2 roll mul 4 -2 roll mul srgb} bind def /DrawEllipse { /endangle exch def /startangle exch def /yrad exch def /xrad exch def /y exch def /x exch def /savematrix mtrx currentmatrix def x y tr xrad yrad sc 0 0 1 startangle endangle arc closepath savematrix setmatrix } def /$F2psBegin {$F2psDict begin /$F2psEnteredState save def} def /$F2psEnd {$F2psEnteredState restore end} def $F2psBegin %%Page: 1 1 10 setmiterlimit 0.06000 0.06000 sc % % Fig objects follow % 15.000 slw % Ellipse n 3075 600 480 480 0 360 DrawEllipse gs col0 s gr /Helvetica ff 270.00 scf sf 2700 675 m gs 1 -1 sc (Begin) col0 sh gr % Polyline n 1950 2925 m 4050 2925 l 4050 3525 l 1950 3525 l cp gs col0 s gr /Helvetica ff 270.00 scf sf 2100 3375 m gs 1 -1 sc (Parse input file) col0 sh gr % Polyline n 1500 5325 m 4575 5325 l 4575 5925 l 1500 5925 l cp gs col0 s gr /Helvetica ff 270.00 scf sf 1650 5775 m gs 1 -1 sc (Generate output code) col0 sh gr % Polyline n 1575 6525 m 4425 6525 l 4425 7125 l 1575 7125 l cp gs col0 s gr /Helvetica ff 270.00 scf sf 1725 6975 m gs 1 -1 sc (Call system compiler) col0 sh gr % Ellipse n 3075 8250 480 480 0 360 DrawEllipse gs col0 s gr /Helvetica ff 270.00 scf sf 2850 8400 m gs 1 -1 sc (End) col0 sh gr % Polyline n 1275 4125 m 4875 4125 l 4875 4725 l 1275 4725 l cp gs col0 s gr /Helvetica ff 270.00 scf sf 1425 4575 m gs 1 -1 sc (Process simulation element) col0 sh gr % Polyline n 1050 1725 m 5325 1725 l 5325 2325 l 1050 2325 l cp gs col0 s gr /Helvetica ff 270.00 scf sf 1125 2175 m gs 1 -1 sc (Process command line arguments) col0 sh gr % Polyline n 7800 2700 m 9825 2700 l 9825 3300 l 7800 3300 l cp gs col0 s gr /Helvetica ff 270.00 scf sf 7950 3150 m gs 1 -1 sc (Write includes) col0 sh gr % Polyline n 7800 3900 m 9750 3900 l 9750 4500 l 7800 4500 l cp gs col0 s gr /Helvetica ff 270.00 scf sf 7950 4350 m gs 1 -1 sc (Write defines) col0 sh gr % Polyline n 7800 5100 m 9750 5100 l 9750 5700 l 7800 5700 l cp gs col0 s gr /Helvetica ff 270.00 scf sf 7950 5550 m gs 1 -1 sc (Write globals) col0 sh gr % Polyline n 7575 6300 m 9975 6300 l 9975 6900 l 7575 6900 l cp gs col0 s gr /Helvetica ff 270.00 scf sf 7725 6750 m gs 1 -1 sc (Write prototypes) col0 sh gr % Polyline n 7800 7500 m 9750 7500 l 9750 8100 l 7800 8100 l cp gs col0 s gr /Helvetica ff 270.00 scf sf 7950 7950 m gs 1 -1 sc (Write routines) col0 sh gr % Polyline gs clippath 8715 3915 m 8835 3915 l 8835 3628 l 8775 3868 l 8715 3628 l cp eoclip n 8775 3300 m 8775 3900 l gs col0 s gr gr % arrowhead n 8715 3628 m 8775 3868 l 8835 3628 l 8715 3628 l cp gs 0.00 setgray ef gr col0 s % Polyline gs clippath 8715 5115 m 8835 5115 l 8835 4828 l 8775 5068 l 8715 4828 l cp eoclip n 8775 4500 m 8775 5100 l gs col0 s gr gr % arrowhead n 8715 4828 m 8775 5068 l 8835 4828 l 8715 4828 l cp gs 0.00 setgray ef gr col0 s % Polyline gs clippath 8715 6315 m 8835 6315 l 8835 6028 l 8775 6268 l 8715 6028 l cp eoclip n 8775 5700 m 8775 6300 l gs col0 s gr gr % arrowhead n 8715 6028 m 8775 6268 l 8835 6028 l 8715 6028 l cp gs 0.00 setgray ef gr col0 s % Polyline gs clippath 8715 7515 m 8835 7515 l 8835 7228 l 8775 7468 l 8715 7228 l cp eoclip n 8775 6900 m 8775 7500 l gs col0 s gr gr % arrowhead n 8715 7228 m 8775 7468 l 8835 7228 l 8715 7228 l cp gs 0.00 setgray ef gr col0 s % Polyline gs clippath 3015 1740 m 3135 1740 l 3135 1453 l 3075 1693 l 3015 1453 l cp eoclip n 3075 1125 m 3075 1725 l gs col0 s gr gr % arrowhead n 3015 1453 m 3075 1693 l 3135 1453 l 3015 1453 l cp gs 0.00 setgray ef gr col0 s % Polyline gs clippath 3015 2940 m 3135 2940 l 3135 2653 l 3075 2893 l 3015 2653 l cp eoclip n 3075 2325 m 3075 2925 l gs col0 s gr gr % arrowhead n 3015 2653 m 3075 2893 l 3135 2653 l 3015 2653 l cp gs 0.00 setgray ef gr col0 s % Polyline gs clippath 3015 4140 m 3135 4140 l 3135 3853 l 3075 4093 l 3015 3853 l cp eoclip n 3075 3525 m 3075 4125 l gs col0 s gr gr % arrowhead n 3015 3853 m 3075 4093 l 3135 3853 l 3015 3853 l cp gs 0.00 setgray ef gr col0 s % Polyline gs clippath 3015 5340 m 3135 5340 l 3135 5053 l 3075 5293 l 3015 5053 l cp eoclip n 3075 4725 m 3075 5325 l gs col0 s gr gr % arrowhead n 3015 5053 m 3075 5293 l 3135 5053 l 3015 5053 l cp gs 0.00 setgray ef gr col0 s % Polyline gs clippath 3015 6540 m 3135 6540 l 3135 6253 l 3075 6493 l 3015 6253 l cp eoclip n 3075 5925 m 3075 6525 l gs col0 s gr gr % arrowhead n 3015 6253 m 3075 6493 l 3135 6253 l 3015 6253 l cp gs 0.00 setgray ef gr col0 s % Polyline gs clippath 3015 7740 m 3135 7740 l 3135 7453 l 3075 7693 l 3015 7453 l cp eoclip n 3075 7125 m 3075 7725 l gs col0 s gr gr % arrowhead n 3015 7453 m 3075 7693 l 3135 7453 l 3015 7453 l cp gs 0.00 setgray ef gr col0 s % Polyline 7.500 slw [60] 0 sd n 4800 5250 m 7350 2775 l gs col0 s gr [] 0 sd % Polyline [60] 0 sd n 4800 5925 m 7350 8100 l gs col0 s gr [] 0 sd $F2psEnd rs xmds-doc-0~svn.1884/latex/figures/kubo1.eps0000644000175000017500000001744310007374504020053 0ustar rafaelrafael%!PS-Adobe-3.0 EPSF-3.0 %%Creator: MATLAB, The Mathworks, Inc. %%Title: /home/collecug/xmds-1.0rc2-2/examples/kubo1.eps %%CreationDate: 06/11/ 2 00:17:12 %%DocumentNeededFonts: Helvetica %%DocumentProcessColors: Cyan Magenta Yellow Black %%LanguageLevel: 2 %%Pages: 1 %%BoundingBox: 32 185 553 593 %%EndComments %%BeginProlog % MathWorks dictionary /MathWorks 160 dict begin % definition operators /bdef {bind def} bind def /ldef {load def} bind def /xdef {exch def} bdef /xstore {exch store} bdef % operator abbreviations /c /clip ldef /cc /concat ldef /cp /closepath ldef /gr /grestore ldef /gs /gsave ldef /mt /moveto ldef /np /newpath ldef /cm /currentmatrix ldef /sm /setmatrix ldef /rc {rectclip} bdef /rf {rectfill} bdef /rm /rmoveto ldef /rl /rlineto ldef /s /show ldef /sc {setcmykcolor} bdef /sr /setrgbcolor ldef /sg /setgray ldef /w /setlinewidth ldef /j /setlinejoin ldef /cap /setlinecap ldef % page state control /pgsv () def /bpage {/pgsv save def} bdef /epage {pgsv restore} bdef /bplot /gsave ldef /eplot {stroke grestore} bdef % orientation switch /portraitMode 0 def /landscapeMode 1 def % coordinate system mappings /dpi2point 0 def % font control /FontSize 0 def /FMS { /FontSize xstore %save size off stack findfont [FontSize 0 0 FontSize neg 0 0] makefont setfont }bdef /reencode { exch dup where {pop load} {pop StandardEncoding} ifelse exch dup 3 1 roll findfont dup length dict begin { 1 index /FID ne {def}{pop pop} ifelse } forall /Encoding exch def currentdict end definefont pop } bdef /isroman { findfont /CharStrings get /Agrave known } bdef /FMSR { 3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse exch FMS } bdef /csm { 1 dpi2point div -1 dpi2point div scale neg translate landscapeMode eq {90 rotate} if } bdef % line types: solid, dotted, dashed, dotdash /SO { [] 0 setdash } bdef /DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef /DA { [6 dpi2point mul] 0 setdash } bdef /DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4 dpi2point mul] 0 setdash } bdef % macros for lines and objects /L { lineto stroke } bdef /MP { 3 1 roll moveto 1 sub {rlineto} repeat } bdef /AP { {rlineto} repeat } bdef /PP { closepath eofill } bdef /DP { closepath stroke } bdef /MR { 4 -2 roll moveto dup 0 exch rlineto exch 0 rlineto neg 0 exch rlineto closepath } bdef /FR { MR stroke } bdef /PR { MR fill } bdef /L1i { { currentfile picstr readhexstring pop } image } bdef /tMatrix matrix def /MakeOval { newpath tMatrix currentmatrix pop translate scale 0 0 1 0 360 arc tMatrix setmatrix } bdef /FO { MakeOval stroke } bdef /PO { MakeOval fill } bdef /PD { currentlinecap 1 setlinecap 3 1 roll 2 copy moveto lineto stroke setlinecap } bdef /FA { newpath tMatrix currentmatrix pop translate scale 0 0 1 5 -2 roll arc tMatrix setmatrix stroke } bdef /PA { newpath tMatrix currentmatrix pop translate 0 0 moveto scale 0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill } bdef /FAn { newpath tMatrix currentmatrix pop translate scale 0 0 1 5 -2 roll arcn tMatrix setmatrix stroke } bdef /PAn { newpath tMatrix currentmatrix pop translate 0 0 moveto scale 0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill } bdef /vradius 0 def /hradius 0 def /lry 0 def /lrx 0 def /uly 0 def /ulx 0 def /rad 0 def /MRR { /vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly vradius add translate hradius vradius scale 0 0 1 180 270 arc tMatrix setmatrix lrx hradius sub uly vradius add translate hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix lrx hradius sub lry vradius sub translate hradius vradius scale 0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix closepath } bdef /FRR { MRR stroke } bdef /PRR { MRR fill } bdef /MlrRR { /lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def newpath tMatrix currentmatrix pop ulx rad add uly rad add translate rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix closepath } bdef /FlrRR { MlrRR stroke } bdef /PlrRR { MlrRR fill } bdef /MtbRR { /lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def newpath tMatrix currentmatrix pop ulx rad add uly rad add translate rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix closepath } bdef /FtbRR { MtbRR stroke } bdef /PtbRR { MtbRR fill } bdef currentdict end def %%EndProlog %%BeginSetup MathWorks begin 0 cap end %%EndSetup %%Page: 1 1 %%BeginPageSetup %%PageBoundingBox: 32 185 553 593 MathWorks begin bpage %%EndPageSetup %%BeginObject: obj1 bplot /dpi2point 12 def portraitMode 0216 7344 csm 177 218 6246 4896 rc 94 dict begin %Colortable dictionary /c0 { 0 0 0 sr} bdef /c1 { 1 1 1 sr} bdef /c2 { 1 0 0 sr} bdef /c3 { 0 1 0 sr} bdef /c4 { 0 0 1 sr} bdef /c5 { 1 1 0 sr} bdef /c6 { 1 0 1 sr} bdef /c7 { 0 1 1 sr} bdef c0 1 j 1 sg 0 0 6913 5186 rf 6 w 0 4225 5355 0 0 -4225 899 4614 4 MP PP -5355 0 0 4225 5355 0 0 -4225 899 4614 5 MP stroke 4 w DO 0 sg 899 4614 mt 899 389 L 899 389 mt 899 389 L 1970 4614 mt 1970 389 L 1970 389 mt 1970 389 L 3041 4614 mt 3041 389 L 3041 389 mt 3041 389 L 4112 4614 mt 4112 389 L 4112 389 mt 4112 389 L 5183 4614 mt 5183 389 L 5183 389 mt 5183 389 L 6254 4614 mt 6254 389 L 6254 389 mt 6254 389 L 899 4614 mt 6254 4614 L 6254 4614 mt 6254 4614 L 899 3558 mt 6254 3558 L 6254 3558 mt 6254 3558 L 899 2502 mt 6254 2502 L 6254 2502 mt 6254 2502 L 899 1445 mt 6254 1445 L 6254 1445 mt 6254 1445 L 899 389 mt 6254 389 L 6254 389 mt 6254 389 L SO 6 w 899 4614 mt 6254 4614 L 899 389 mt 6254 389 L 899 4614 mt 899 389 L 6254 4614 mt 6254 389 L 899 4614 mt 6254 4614 L 899 4614 mt 899 389 L 899 4614 mt 899 4560 L 899 389 mt 899 443 L %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 216 FMSR 839 4850 mt (0) s 1970 4614 mt 1970 4560 L 1970 389 mt 1970 443 L 1910 4850 mt (2) s 3041 4614 mt 3041 4560 L 3041 389 mt 3041 443 L 2981 4850 mt (4) s 4112 4614 mt 4112 4560 L 4112 389 mt 4112 443 L 4052 4850 mt (6) s 5183 4614 mt 5183 4560 L 5183 389 mt 5183 443 L 5123 4850 mt (8) s 6254 4614 mt 6254 4560 L 6254 389 mt 6254 443 L 6134 4850 mt (10) s 899 4614 mt 953 4614 L 6254 4614 mt 6200 4614 L 618 4694 mt (-1) s 899 3558 mt 953 3558 L 6254 3558 mt 6200 3558 L 438 3638 mt (-0.5) s 899 2502 mt 953 2502 L 6254 2502 mt 6200 2502 L 744 2582 mt (0) s 899 1445 mt 953 1445 L 6254 1445 mt 6200 1445 L 564 1525 mt (0.5) s 899 389 mt 953 389 L 6254 389 mt 6200 389 L 744 469 mt (1) s 899 4614 mt 6254 4614 L 899 389 mt 6254 389 L 899 4614 mt 899 389 L 6254 4614 mt 6254 389 L gs 899 389 5356 4226 rc /c8 { 0.000000 0.000000 1.000000 sr} bdef c8 54 -121 53 -493 54 77 53 -75 54 375 53 256 54 405 53 -155 54 160 53 -475 54 1240 54 47 53 -403 54 618 53 -9 54 -96 53 676 54 -763 53 -418 54 690 54 570 53 162 54 -427 53 990 54 -101 53 -810 54 215 53 -76 54 318 53 -251 54 598 54 -324 53 -895 54 -1451 53 198 54 -527 53 -300 54 294 53 -116 54 630 54 1474 53 -261 54 908 53 545 54 -59 53 -495 54 754 53 -389 54 346 53 218 54 -409 54 74 53 -71 54 353 53 -327 54 187 53 -651 54 479 53 579 54 -42 54 -14 53 32 54 -63 53 -161 54 -117 53 320 54 -241 53 250 54 -118 53 80 54 -83 54 56 53 97 54 3 53 -263 54 77 53 -229 54 418 53 7 54 -12 54 -383 53 -12 54 -1056 53 -1059 54 674 53 626 54 -1046 53 63 54 969 53 -381 54 511 54 455 53 541 54 -285 53 -114 54 465 53 48 54 -27 53 -192 54 223 899 389 101 MP stroke gr c8 0 sg 3546 5064 mt (t) s 383 2807 mt -90 rotate (real\(z\)) s 90 rotate end eplot %%EndObject epage end showpage %%Trailer %%EOF xmds-doc-0~svn.1884/latex/figures/fibre2.eps0000644000175000017500000342445210007374504020210 0ustar rafaelrafael%!PS-Adobe-3.0 EPSF-3.0 %%Creator: MATLAB, The Mathworks, Inc. %%Title: /home/collecug/xmds-1.0rc2-2/examples/fibre2.eps %%CreationDate: 06/11/ 2 01:15:01 %%DocumentNeededFonts: Helvetica %%DocumentProcessColors: Cyan Magenta Yellow Black %%LanguageLevel: 2 %%Pages: 1 %%BoundingBox: 32 190 576 593 %%EndComments %%BeginProlog % MathWorks dictionary /MathWorks 160 dict begin % definition operators /bdef {bind def} bind def /ldef {load def} bind def /xdef {exch def} bdef /xstore {exch store} bdef % operator abbreviations /c /clip ldef /cc /concat ldef /cp /closepath ldef /gr /grestore ldef /gs /gsave ldef /mt /moveto ldef /np /newpath ldef /cm /currentmatrix ldef /sm /setmatrix ldef /rc {rectclip} bdef /rf {rectfill} bdef /rm /rmoveto ldef /rl /rlineto ldef /s /show ldef /sc {setcmykcolor} bdef /sr /setrgbcolor ldef /sg /setgray ldef /w /setlinewidth ldef /j /setlinejoin ldef /cap /setlinecap ldef % page state control /pgsv () def /bpage {/pgsv save def} bdef /epage {pgsv restore} bdef /bplot /gsave ldef /eplot {stroke grestore} bdef % orientation switch /portraitMode 0 def /landscapeMode 1 def % coordinate system mappings /dpi2point 0 def % font control /FontSize 0 def /FMS { /FontSize xstore %save size off stack findfont [FontSize 0 0 FontSize neg 0 0] makefont setfont }bdef /reencode { exch dup where {pop load} {pop StandardEncoding} ifelse exch dup 3 1 roll findfont dup length dict begin { 1 index /FID ne {def}{pop pop} ifelse } forall /Encoding exch def currentdict end definefont pop } bdef /isroman { findfont /CharStrings get /Agrave known } bdef /FMSR { 3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse exch FMS } bdef /csm { 1 dpi2point div -1 dpi2point div scale neg translate landscapeMode eq {90 rotate} if } bdef % line types: solid, dotted, dashed, dotdash /SO { [] 0 setdash } bdef /DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef /DA { [6 dpi2point mul] 0 setdash } bdef /DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4 dpi2point mul] 0 setdash } bdef % macros for lines and objects /L { lineto stroke } bdef /MP { 3 1 roll moveto 1 sub {rlineto} repeat } bdef /AP { {rlineto} repeat } bdef /PP { closepath eofill } bdef /DP { closepath stroke } bdef /MR { 4 -2 roll moveto dup 0 exch rlineto exch 0 rlineto neg 0 exch rlineto closepath } bdef /FR { MR stroke } bdef /PR { MR fill } bdef /L1i { { currentfile picstr readhexstring pop } image } bdef /tMatrix matrix def /MakeOval { newpath tMatrix currentmatrix pop translate scale 0 0 1 0 360 arc tMatrix setmatrix } bdef /FO { MakeOval stroke } bdef /PO { MakeOval fill } bdef /PD { currentlinecap 1 setlinecap 3 1 roll 2 copy moveto lineto stroke setlinecap } bdef /FA { newpath tMatrix currentmatrix pop translate scale 0 0 1 5 -2 roll arc tMatrix setmatrix stroke } bdef /PA { newpath tMatrix currentmatrix pop translate 0 0 moveto scale 0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill } bdef /FAn { newpath tMatrix currentmatrix pop translate scale 0 0 1 5 -2 roll arcn tMatrix setmatrix stroke } bdef /PAn { newpath tMatrix currentmatrix pop translate 0 0 moveto scale 0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill } bdef /vradius 0 def /hradius 0 def /lry 0 def /lrx 0 def /uly 0 def /ulx 0 def /rad 0 def /MRR { /vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly vradius add translate hradius vradius scale 0 0 1 180 270 arc tMatrix setmatrix lrx hradius sub uly vradius add translate hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix lrx hradius sub lry vradius sub translate hradius vradius scale 0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix closepath } bdef /FRR { MRR stroke } bdef /PRR { MRR fill } bdef /MlrRR { /lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def newpath tMatrix currentmatrix pop ulx rad add uly rad add translate rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix closepath } bdef /FlrRR { MlrRR stroke } bdef /PlrRR { MlrRR fill } bdef /MtbRR { /lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def newpath tMatrix currentmatrix pop ulx rad add uly rad add translate rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix closepath } bdef /FtbRR { MtbRR stroke } bdef /PtbRR { MtbRR fill } bdef currentdict end def %%EndProlog %%BeginSetup MathWorks begin 0 cap end %%EndSetup %%Page: 1 1 %%BeginPageSetup %%PageBoundingBox: 32 190 576 593 MathWorks begin bpage %%EndPageSetup %%BeginObject: obj1 bplot /dpi2point 12 def portraitMode 0216 7344 csm 171 218 6536 4835 rc 97 dict begin %Colortable dictionary /c0 { 0 0 0 sr} bdef /c1 { 1 1 1 sr} bdef /c2 { 1 0 0 sr} bdef /c3 { 0 1 0 sr} bdef /c4 { 0 0 1 sr} bdef /c5 { 1 1 0 sr} bdef /c6 { 1 0 1 sr} bdef /c7 { 0 1 1 sr} bdef c0 1 j 1 sg 0 0 6913 5186 rf 6 w 0 2362 -1960 -1181 0 -2362 6254 3932 4 MP PP 1960 1181 0 2362 -1960 -1181 0 -2362 6254 3932 5 MP stroke 1960 1181 3395 -682 -1960 -1181 2859 4614 4 MP PP -3395 682 1960 1181 3395 -682 -1960 -1181 2859 4614 5 MP stroke 0 2362 3395 -682 0 -2362 899 3433 4 MP PP -3395 682 0 2362 3395 -682 0 -2362 899 3433 5 MP stroke 4 w DO 0 sg 2859 4614 mt 899 3433 L 899 3433 mt 899 1071 L 3538 4478 mt 1578 3297 L 1578 3297 mt 1578 934 L 4217 4341 mt 2257 3160 L 2257 3160 mt 2257 798 L 4896 4205 mt 2936 3024 L 2936 3024 mt 2936 662 L 5575 4069 mt 3615 2887 L 3615 2887 mt 3615 525 L 6254 3932 mt 4294 2751 L 4294 2751 mt 4294 389 L 2496 4395 mt 5891 3713 L 5891 3713 mt 5891 1351 L 1859 4011 mt 5254 3330 L 5254 3330 mt 5254 967 L 1222 3628 mt 4617 2946 L 4617 2946 mt 4617 584 L 899 3433 mt 4294 2751 L 4294 2751 mt 6254 3932 L 899 2646 mt 4294 1964 L 4294 1964 mt 6254 3145 L 899 1858 mt 4294 1176 L 4294 1176 mt 6254 2357 L 899 1071 mt 4294 389 L 4294 389 mt 6254 1570 L SO 6 w 2859 4614 mt 6254 3932 L 2859 4614 mt 899 3433 L 899 3433 mt 899 1071 L 2859 4614 mt 2933 4659 L %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 216 FMSR 2963 4878 mt (0) s 3538 4478 mt 3612 4522 L 3642 4741 mt (0.5) s 4217 4341 mt 4291 4386 L 4321 4605 mt (1) s 4896 4205 mt 4970 4250 L 5000 4468 mt (1.5) s 5575 4069 mt 5649 4113 L 5679 4332 mt (2) s 6254 3932 mt 6328 3977 L 6358 4196 mt (2.5) s 2496 4395 mt 2411 4412 L 2011 4620 mt (-10) s 1859 4011 mt 1774 4028 L 1620 4236 mt (0) s 1222 3628 mt 1138 3645 L 864 3853 mt (10) s 899 3433 mt 825 3388 L 675 3450 mt (0) s 899 2646 mt 825 2601 L 495 2663 mt (0.5) s 899 1858 mt 825 1814 L 675 1876 mt (1) s 899 1071 mt 825 1026 L 495 1088 mt (1.5) s gs 899 389 5356 4226 rc 1 sg -40 -115 68 -16 6186 2394 3 MP PP % Quadrilateral Line Rendering Routines MathWorks begin /NI 16 def % NI can be 4 (draft), 8 (medium) , or 16 (high-res) /1NI 1.0 NI div def /N1 NI 1 sub def /quad_td {/Y3 xdef /X3 xdef /Y2 xdef /X2 xdef /Y1 xdef /X1 xdef /Y0 xdef /X0 xdef} bdef /interp_lcdc {1000.0 div /B3 xdef 1000.0 div /B2 xdef 1000.0 div /B1 xdef 1000.0 div /B0 xdef 1000.0 div /G3 xdef 1000.0 div /G2 xdef 1000.0 div /G1 xdef 1000.0 div /G0 xdef 1000.0 div /R3 xdef 1000.0 div /R2 xdef 1000.0 div /R1 xdef 1000.0 div /R0 xdef} bdef 1 1 1 1 1 1 1 1 1 1 1 1 interp_lcdc /interp_cline {3 index sub 1NI mul 3 1 roll 4 index sub 1NI mul 3 1 roll 5 index sub 1NI mul 3 1 roll 6 3 roll setrgbcolor 3 copy abs exch abs add exch abs add 0 ne { 7 3 roll exch 3 index sub 1NI mul exch 2 index sub 1NI mul 7 2 roll newpath moveto 0 1 N1 {pop 5 copy currentrgbcolor 3 index add 6 1 roll 3 index add 6 1 roll 3 index add 6 1 roll pop pop pop setrgbcolor rlineto currentpoint stroke moveto} for pop pop pop pop pop} {pop pop pop np moveto lineto stroke} ifelse} bdef /ilc {gs interp_lcdc quad_td X0 Y0 X1 Y1 R0 G0 B0 R1 G1 B1 interp_cline X1 Y1 X2 Y2 R1 G1 B1 R2 G2 B2 interp_cline X2 Y2 X3 Y3 R2 G2 B2 R3 G3 B3 interp_cline X3 Y3 X0 Y0 R3 G3 B3 R0 G0 B0 interp_cline gr} bdef /interp_poly { gs {9 index 9 index 5 2 roll 9 index 9 index 9 index interp_cline } repeat gr 5 {pop} repeat } bdef end % MathWorks dictionary 6186 2394 0.875 0 0 6254 2378 0.875 0 0 6186 2394 0.875 0 0 2 interp_poly 6254 2378 0.875 0 0 6214 2263 0.625 0 0 6254 2378 0.875 0 0 2 interp_poly -40 -79 68 3 6106 2319 3 MP PP 6106 2319 0.812 0 0 6174 2322 0.812 0 0 6106 2319 0.812 0 0 2 interp_poly 6174 2322 0.812 0 0 6134 2243 0.688 0 0 6174 2322 0.812 0 0 2 interp_poly 68 3 -40 8 6146 2311 3 MP PP 6146 2311 0.75 0 0 6106 2319 0.812 0 0 6146 2311 0.75 0 0 2 interp_poly 6106 2319 0.812 0 0 6174 2322 0.812 0 0 6106 2319 0.812 0 0 2 interp_poly -40 59 68 -48 6146 2311 3 MP PP 6146 2311 0.75 0 0 6214 2263 0.625 0 0 6146 2311 0.75 0 0 2 interp_poly 6214 2263 0.625 0 0 6174 2322 0.812 0 0 6214 2263 0.625 0 0 2 interp_poly 68 -48 -40 -83 6186 2394 3 MP PP 6186 2394 0.875 0 0 6146 2311 0.75 0 0 6186 2394 0.875 0 0 2 interp_poly 6146 2311 0.75 0 0 6214 2263 0.625 0 0 6146 2311 0.75 0 0 2 interp_poly -40 -83 68 -20 6118 2414 3 MP PP 6118 2414 0.875 0 0 6186 2394 0.875 0 0 6118 2414 0.875 0 0 2 interp_poly 6186 2394 0.875 0 0 6146 2311 0.75 0 0 6186 2394 0.875 0 0 2 interp_poly -40 -148 68 3 5986 2325 3 MP PP 5986 2325 1 0 0 6054 2328 1 0 0 5986 2325 1 0 0 2 interp_poly 6054 2328 1 0 0 6014 2180 0.75 0 0 6054 2328 1 0 0 2 interp_poly -40 12 68 -2 6026 2318 3 MP PP 6026 2318 0.938 0 0 6094 2316 0.938 0 0 6026 2318 0.938 0 0 2 interp_poly 6094 2316 0.938 0 0 6054 2328 1 0 0 6094 2316 0.938 0 0 2 interp_poly 68 -2 -40 54 6066 2264 3 MP PP 6066 2264 0.75 0 0 6026 2318 0.938 0 0 6066 2264 0.75 0 0 2 interp_poly 6026 2318 0.938 0 0 6094 2316 0.938 0 0 6026 2318 0.938 0 0 2 interp_poly 68 3 -40 7 6026 2318 3 MP PP 6026 2318 0.938 0 0 5986 2325 1 0 0 6026 2318 0.938 0 0 2 interp_poly 5986 2325 1 0 0 6054 2328 1 0 0 5986 2325 1 0 0 2 interp_poly -40 73 68 -21 6066 2264 3 MP PP 6066 2264 0.75 0 0 6134 2243 0.688 0 0 6066 2264 0.75 0 0 2 interp_poly 6134 2243 0.688 0 0 6094 2316 0.938 0 0 6134 2243 0.688 0 0 2 interp_poly -40 -55 68 -25 6038 2344 3 MP PP 6038 2344 0.812 0 0 6106 2319 0.812 0 0 6038 2344 0.812 0 0 2 interp_poly 6106 2319 0.812 0 0 6066 2264 0.75 0 0 6106 2319 0.812 0 0 2 interp_poly 68 -25 -40 39 6078 2305 3 MP PP 6078 2305 0.688 0 0 6038 2344 0.812 0 0 6078 2305 0.688 0 0 2 interp_poly 6038 2344 0.812 0 0 6106 2319 0.812 0 0 6038 2344 0.812 0 0 2 interp_poly 68 -21 -40 -55 6106 2319 3 MP PP 6106 2319 0.812 0 0 6066 2264 0.75 0 0 6106 2319 0.812 0 0 2 interp_poly 6066 2264 0.75 0 0 6134 2243 0.688 0 0 6066 2264 0.75 0 0 2 interp_poly -40 8 68 6 6078 2305 3 MP PP 6078 2305 0.688 0 0 6146 2311 0.75 0 0 6078 2305 0.688 0 0 2 interp_poly 6146 2311 0.75 0 0 6106 2319 0.812 0 0 6146 2311 0.75 0 0 2 interp_poly 68 6 -40 -109 6118 2414 3 MP PP 6118 2414 0.875 0 0 6078 2305 0.688 0 0 6118 2414 0.875 0 0 2 interp_poly 6078 2305 0.688 0 0 6146 2311 0.75 0 0 6078 2305 0.688 0 0 2 interp_poly -40 -109 68 -9 6050 2423 3 MP PP 6050 2423 0.875 0 0 6118 2414 0.875 0 0 6050 2423 0.875 0 0 2 interp_poly 6118 2414 0.875 0 0 6078 2305 0.688 0 0 6118 2414 0.875 0 0 2 interp_poly -40 7 68 -14 5958 2332 3 MP PP 5958 2332 0.938 0 0 6026 2318 0.938 0 0 5958 2332 0.938 0 0 2 interp_poly 6026 2318 0.938 0 0 5986 2325 1 0 0 6026 2318 0.938 0 0 2 interp_poly -40 -136 68 -8 5918 2333 3 MP PP 5918 2333 1 0 0 5986 2325 1 0 0 5918 2333 1 0 0 2 interp_poly 5986 2325 1 0 0 5946 2189 0.75 0 0 5986 2325 1 0 0 2 interp_poly 68 -8 -40 1 5958 2332 3 MP PP 5958 2332 0.938 0 0 5918 2333 1 0 0 5958 2332 0.938 0 0 2 interp_poly 5918 2333 1 0 0 5986 2325 1 0 0 5918 2333 1 0 0 2 interp_poly 68 -9 -40 -136 5986 2325 3 MP PP 5986 2325 1 0 0 5946 2189 0.75 0 0 5986 2325 1 0 0 2 interp_poly 5946 2189 0.75 0 0 6014 2180 0.75 0 0 5946 2189 0.75 0 0 2 interp_poly 68 -14 -40 27 5998 2305 3 MP PP 5998 2305 0.812 0 0 5958 2332 0.938 0 0 5998 2305 0.812 0 0 2 interp_poly 5958 2332 0.938 0 0 6026 2318 0.938 0 0 5958 2332 0.938 0 0 2 interp_poly -40 -39 68 -24 5970 2368 3 MP PP 5970 2368 0.875 0 0 6038 2344 0.812 0 0 5970 2368 0.875 0 0 2 interp_poly 6038 2344 0.812 0 0 5998 2305 0.812 0 0 6038 2344 0.812 0 0 2 interp_poly -40 54 68 -41 5998 2305 3 MP PP 5998 2305 0.812 0 0 6066 2264 0.75 0 0 5998 2305 0.812 0 0 2 interp_poly 6066 2264 0.75 0 0 6026 2318 0.938 0 0 6066 2264 0.75 0 0 2 interp_poly 68 -41 -40 -39 6038 2344 3 MP PP 6038 2344 0.812 0 0 5998 2305 0.812 0 0 6038 2344 0.812 0 0 2 interp_poly 5998 2305 0.812 0 0 6066 2264 0.75 0 0 5998 2305 0.812 0 0 2 interp_poly 68 -24 -40 71 6010 2297 3 MP PP 6010 2297 0.625 0 0 5970 2368 0.875 0 0 6010 2297 0.625 0 0 2 interp_poly 5970 2368 0.875 0 0 6038 2344 0.812 0 0 5970 2368 0.875 0 0 2 interp_poly -40 39 68 8 6010 2297 3 MP PP 6010 2297 0.625 0 0 6078 2305 0.688 0 0 6010 2297 0.625 0 0 2 interp_poly 6078 2305 0.688 0 0 6038 2344 0.812 0 0 6078 2305 0.688 0 0 2 interp_poly 68 8 -40 -126 6050 2423 3 MP PP 6050 2423 0.875 0 0 6010 2297 0.625 0 0 6050 2423 0.875 0 0 2 interp_poly 6010 2297 0.625 0 0 6078 2305 0.688 0 0 6010 2297 0.625 0 0 2 interp_poly -40 -126 68 -28 5982 2451 3 MP PP 5982 2451 0.875 0 0 6050 2423 0.875 0 0 5982 2451 0.875 0 0 2 interp_poly 6050 2423 0.875 0 0 6010 2297 0.625 0 0 6050 2423 0.875 0 0 2 interp_poly -40 -12 68 -9 5946 2189 3 MP PP 5946 2189 0.75 0 0 6014 2180 0.75 0 0 5946 2189 0.75 0 0 2 interp_poly 6014 2180 0.75 0 0 5974 2168 0.75 0 0 6014 2180 0.75 0 0 2 interp_poly -40 -124 68 -11 5850 2344 3 MP PP 5850 2344 0.938 0 0 5918 2333 1 0 0 5850 2344 0.938 0 0 2 interp_poly 5918 2333 1 0 0 5878 2209 0.75 0 0 5918 2333 1 0 0 2 interp_poly 68 -11 -40 8 5890 2336 3 MP PP 5890 2336 0.875 0 0 5850 2344 0.938 0 0 5890 2336 0.875 0 0 2 interp_poly 5850 2344 0.938 0 0 5918 2333 1 0 0 5850 2344 0.938 0 0 2 interp_poly -40 1 68 -4 5890 2336 3 MP PP 5890 2336 0.875 0 0 5958 2332 0.938 0 0 5890 2336 0.875 0 0 2 interp_poly 5958 2332 0.938 0 0 5918 2333 1 0 0 5958 2332 0.938 0 0 2 interp_poly 68 -20 -40 -124 5918 2333 3 MP PP 5918 2333 1 0 0 5878 2209 0.75 0 0 5918 2333 1 0 0 2 interp_poly 5878 2209 0.75 0 0 5946 2189 0.75 0 0 5878 2209 0.75 0 0 2 interp_poly 68 -4 -40 23 5930 2313 3 MP PP 5930 2313 0.75 0 0 5890 2336 0.875 0 0 5930 2313 0.75 0 0 2 interp_poly 5890 2336 0.875 0 0 5958 2332 0.938 0 0 5890 2336 0.875 0 0 2 interp_poly -40 -55 68 25 5902 2343 3 MP PP 5902 2343 0.75 0 0 5970 2368 0.875 0 0 5902 2343 0.75 0 0 2 interp_poly 5970 2368 0.875 0 0 5930 2313 0.75 0 0 5970 2368 0.875 0 0 2 interp_poly -40 23 68 -6 5862 2319 3 MP PP 5862 2319 0.75 0 0 5930 2313 0.75 0 0 5862 2319 0.75 0 0 2 interp_poly 5930 2313 0.75 0 0 5890 2336 0.875 0 0 5930 2313 0.75 0 0 2 interp_poly 68 -6 -40 -24 5902 2343 3 MP PP 5902 2343 0.75 0 0 5862 2319 0.75 0 0 5902 2343 0.75 0 0 2 interp_poly 5862 2319 0.75 0 0 5930 2313 0.75 0 0 5862 2319 0.75 0 0 2 interp_poly -40 27 68 -8 5930 2313 3 MP PP 5930 2313 0.75 0 0 5998 2305 0.812 0 0 5930 2313 0.75 0 0 2 interp_poly 5998 2305 0.812 0 0 5958 2332 0.938 0 0 5998 2305 0.812 0 0 2 interp_poly 68 -8 -40 -55 5970 2368 3 MP PP 5970 2368 0.875 0 0 5930 2313 0.75 0 0 5970 2368 0.875 0 0 2 interp_poly 5930 2313 0.75 0 0 5998 2305 0.812 0 0 5930 2313 0.75 0 0 2 interp_poly 68 25 -40 74 5942 2269 3 MP PP 5942 2269 0.562 0 0 5902 2343 0.75 0 0 5942 2269 0.562 0 0 2 interp_poly 5902 2343 0.75 0 0 5970 2368 0.875 0 0 5902 2343 0.75 0 0 2 interp_poly -40 71 68 28 5942 2269 3 MP PP 5942 2269 0.562 0 0 6010 2297 0.625 0 0 5942 2269 0.562 0 0 2 interp_poly 6010 2297 0.625 0 0 5970 2368 0.875 0 0 6010 2297 0.625 0 0 2 interp_poly 68 28 -40 -182 5982 2451 3 MP PP 5982 2451 0.875 0 0 5942 2269 0.562 0 0 5982 2451 0.875 0 0 2 interp_poly 5942 2269 0.562 0 0 6010 2297 0.625 0 0 5942 2269 0.562 0 0 2 interp_poly -40 -182 67 10 5915 2441 3 MP PP 5915 2441 0.875 0 0 5982 2451 0.875 0 0 5915 2441 0.875 0 0 2 interp_poly 5982 2451 0.875 0 0 5942 2269 0.562 0 0 5982 2451 0.875 0 0 2 interp_poly -40 -82 68 -26 5866 2177 3 MP PP 5866 2177 0.812 0 0 5934 2151 0.75 0 0 5866 2177 0.812 0 0 2 interp_poly 5934 2151 0.75 0 0 5894 2069 0.625 0 0 5934 2151 0.75 0 0 2 interp_poly 68 -26 -40 18 5906 2159 3 MP PP 5906 2159 0.688 0 0 5866 2177 0.812 0 0 5906 2159 0.688 0 0 2 interp_poly 5866 2177 0.812 0 0 5934 2151 0.75 0 0 5866 2177 0.812 0 0 2 interp_poly 68 9 -40 -30 5946 2189 3 MP PP 5946 2189 0.75 0 0 5906 2159 0.688 0 0 5946 2189 0.75 0 0 2 interp_poly 5906 2159 0.688 0 0 5974 2168 0.75 0 0 5906 2159 0.688 0 0 2 interp_poly -40 -17 68 9 5906 2159 3 MP PP 5906 2159 0.688 0 0 5974 2168 0.75 0 0 5906 2159 0.688 0 0 2 interp_poly 5974 2168 0.75 0 0 5934 2151 0.75 0 0 5974 2168 0.75 0 0 2 interp_poly -40 -30 68 -20 5878 2209 3 MP PP 5878 2209 0.75 0 0 5946 2189 0.75 0 0 5878 2209 0.75 0 0 2 interp_poly 5946 2189 0.75 0 0 5906 2159 0.688 0 0 5946 2189 0.75 0 0 2 interp_poly -40 8 68 -21 5822 2357 3 MP PP 5822 2357 0.938 0 0 5890 2336 0.875 0 0 5822 2357 0.938 0 0 2 interp_poly 5890 2336 0.875 0 0 5850 2344 0.938 0 0 5890 2336 0.875 0 0 2 interp_poly -40 -110 68 -20 5782 2364 3 MP PP 5782 2364 1 0 0 5850 2344 0.938 0 0 5782 2364 1 0 0 2 interp_poly 5850 2344 0.938 0 0 5810 2234 0.75 0 0 5850 2344 0.938 0 0 2 interp_poly 68 -20 -40 7 5822 2357 3 MP PP 5822 2357 0.938 0 0 5782 2364 1 0 0 5822 2357 0.938 0 0 2 interp_poly 5782 2364 1 0 0 5850 2344 0.938 0 0 5782 2364 1 0 0 2 interp_poly 68 -25 -40 -110 5850 2344 3 MP PP 5850 2344 0.938 0 0 5810 2234 0.75 0 0 5850 2344 0.938 0 0 2 interp_poly 5810 2234 0.75 0 0 5878 2209 0.75 0 0 5810 2234 0.75 0 0 2 interp_poly 68 -21 -40 38 5862 2319 3 MP PP 5862 2319 0.75 0 0 5822 2357 0.938 0 0 5862 2319 0.75 0 0 2 interp_poly 5822 2357 0.938 0 0 5890 2336 0.875 0 0 5822 2357 0.938 0 0 2 interp_poly -40 -24 67 -7 5835 2350 3 MP PP 5835 2350 0.75 0 0 5902 2343 0.75 0 0 5835 2350 0.75 0 0 2 interp_poly 5902 2343 0.75 0 0 5862 2319 0.75 0 0 5902 2343 0.75 0 0 2 interp_poly -40 38 67 -24 5795 2343 3 MP PP 5795 2343 0.812 0 0 5862 2319 0.75 0 0 5795 2343 0.812 0 0 2 interp_poly 5862 2319 0.75 0 0 5822 2357 0.938 0 0 5862 2319 0.75 0 0 2 interp_poly 67 -24 -40 -7 5835 2350 3 MP PP 5835 2350 0.75 0 0 5795 2343 0.812 0 0 5835 2350 0.75 0 0 2 interp_poly 5795 2343 0.812 0 0 5862 2319 0.75 0 0 5795 2343 0.812 0 0 2 interp_poly 67 -7 -40 53 5875 2297 3 MP PP 5875 2297 0.562 0 0 5835 2350 0.75 0 0 5875 2297 0.562 0 0 2 interp_poly 5835 2350 0.75 0 0 5902 2343 0.75 0 0 5835 2350 0.75 0 0 2 interp_poly -40 74 67 -28 5875 2297 3 MP PP 5875 2297 0.562 0 0 5942 2269 0.562 0 0 5875 2297 0.562 0 0 2 interp_poly 5942 2269 0.562 0 0 5902 2343 0.75 0 0 5942 2269 0.562 0 0 2 interp_poly 67 -28 -40 -144 5915 2441 3 MP PP 5915 2441 0.875 0 0 5875 2297 0.562 0 0 5915 2441 0.875 0 0 2 interp_poly 5875 2297 0.562 0 0 5942 2269 0.562 0 0 5875 2297 0.562 0 0 2 interp_poly -40 -144 68 -17 5847 2458 3 MP PP 5847 2458 0.875 0 0 5915 2441 0.875 0 0 5847 2458 0.875 0 0 2 interp_poly 5915 2441 0.875 0 0 5875 2297 0.562 0 0 5915 2441 0.875 0 0 2 interp_poly -40 -45 68 -39 5786 2210 3 MP PP 5786 2210 1 0 0 5854 2171 0.938 0 0 5786 2210 1 0 0 2 interp_poly 5854 2171 0.938 0 0 5814 2126 0.875 0 0 5854 2171 0.938 0 0 2 interp_poly 68 -39 -40 94 5826 2116 3 MP PP 5826 2116 0.75 0 0 5786 2210 1 0 0 5826 2116 0.75 0 0 2 interp_poly 5786 2210 1 0 0 5854 2171 0.938 0 0 5786 2210 1 0 0 2 interp_poly -40 102 68 -47 5826 2116 3 MP PP 5826 2116 0.75 0 0 5894 2069 0.625 0 0 5826 2116 0.75 0 0 2 interp_poly 5894 2069 0.625 0 0 5854 2171 0.938 0 0 5894 2069 0.625 0 0 2 interp_poly -40 -61 68 -42 5798 2219 3 MP PP 5798 2219 0.875 0 0 5866 2177 0.812 0 0 5798 2219 0.875 0 0 2 interp_poly 5866 2177 0.812 0 0 5826 2116 0.75 0 0 5866 2177 0.812 0 0 2 interp_poly 68 -42 -40 55 5838 2164 3 MP PP 5838 2164 0.688 0 0 5798 2219 0.875 0 0 5838 2164 0.688 0 0 2 interp_poly 5798 2219 0.875 0 0 5866 2177 0.812 0 0 5798 2219 0.875 0 0 2 interp_poly 68 -47 -40 -61 5866 2177 3 MP PP 5866 2177 0.812 0 0 5826 2116 0.75 0 0 5866 2177 0.812 0 0 2 interp_poly 5826 2116 0.75 0 0 5894 2069 0.625 0 0 5826 2116 0.75 0 0 2 interp_poly -40 18 68 -5 5838 2164 3 MP PP 5838 2164 0.688 0 0 5906 2159 0.688 0 0 5838 2164 0.688 0 0 2 interp_poly 5906 2159 0.688 0 0 5866 2177 0.812 0 0 5906 2159 0.688 0 0 2 interp_poly 68 -5 -40 -45 5878 2209 3 MP PP 5878 2209 0.75 0 0 5838 2164 0.688 0 0 5878 2209 0.75 0 0 2 interp_poly 5838 2164 0.688 0 0 5906 2159 0.688 0 0 5838 2164 0.688 0 0 2 interp_poly -40 -45 68 -25 5810 2234 3 MP PP 5810 2234 0.75 0 0 5878 2209 0.75 0 0 5810 2234 0.75 0 0 2 interp_poly 5878 2209 0.75 0 0 5838 2164 0.688 0 0 5878 2209 0.75 0 0 2 interp_poly -40 7 67 -21 5755 2378 3 MP PP 5755 2378 0.938 0 0 5822 2357 0.938 0 0 5755 2378 0.938 0 0 2 interp_poly 5822 2357 0.938 0 0 5782 2364 1 0 0 5822 2357 0.938 0 0 2 interp_poly -40 -137 68 -29 5714 2393 3 MP PP 5714 2393 1 0 0 5782 2364 1 0 0 5714 2393 1 0 0 2 interp_poly 5782 2364 1 0 0 5742 2227 0.688 0 0 5782 2364 1 0 0 2 interp_poly 68 -29 -41 15 5755 2378 3 MP PP 5755 2378 0.938 0 0 5714 2393 1 0 0 5755 2378 0.938 0 0 2 interp_poly 5714 2393 1 0 0 5782 2364 1 0 0 5714 2393 1 0 0 2 interp_poly 68 7 -40 -137 5782 2364 3 MP PP 5782 2364 1 0 0 5742 2227 0.688 0 0 5782 2364 1 0 0 2 interp_poly 5742 2227 0.688 0 0 5810 2234 0.75 0 0 5742 2227 0.688 0 0 2 interp_poly 67 -21 -40 35 5795 2343 3 MP PP 5795 2343 0.812 0 0 5755 2378 0.938 0 0 5795 2343 0.812 0 0 2 interp_poly 5755 2378 0.938 0 0 5822 2357 0.938 0 0 5755 2378 0.938 0 0 2 interp_poly -40 -7 68 -36 5767 2386 3 MP PP 5767 2386 0.812 0 0 5835 2350 0.75 0 0 5767 2386 0.812 0 0 2 interp_poly 5835 2350 0.75 0 0 5795 2343 0.812 0 0 5835 2350 0.75 0 0 2 interp_poly -40 35 68 -27 5727 2370 3 MP PP 5727 2370 0.812 0 0 5795 2343 0.812 0 0 5727 2370 0.812 0 0 2 interp_poly 5795 2343 0.812 0 0 5755 2378 0.938 0 0 5795 2343 0.812 0 0 2 interp_poly -40 -162 67 -16 5647 2409 3 MP PP 5647 2409 1 0 0 5714 2393 1 0 0 5647 2409 1 0 0 2 interp_poly 5714 2393 1 0 0 5674 2231 0.688 0 0 5714 2393 1 0 0 2 interp_poly 68 -4 -40 -162 5714 2393 3 MP PP 5714 2393 1 0 0 5674 2231 0.688 0 0 5714 2393 1 0 0 2 interp_poly 5674 2231 0.688 0 0 5742 2227 0.688 0 0 5674 2231 0.688 0 0 2 interp_poly -41 15 68 -14 5687 2392 3 MP PP 5687 2392 0.938 0 0 5755 2378 0.938 0 0 5687 2392 0.938 0 0 2 interp_poly 5755 2378 0.938 0 0 5714 2393 1 0 0 5755 2378 0.938 0 0 2 interp_poly 68 -14 -40 22 5727 2370 3 MP PP 5727 2370 0.812 0 0 5687 2392 0.938 0 0 5727 2370 0.812 0 0 2 interp_poly 5687 2392 0.938 0 0 5755 2378 0.938 0 0 5687 2392 0.938 0 0 2 interp_poly 68 -27 -40 -16 5767 2386 3 MP PP 5767 2386 0.812 0 0 5727 2370 0.812 0 0 5767 2386 0.812 0 0 2 interp_poly 5727 2370 0.812 0 0 5795 2343 0.812 0 0 5727 2370 0.812 0 0 2 interp_poly 68 -36 -40 74 5807 2312 3 MP PP 5807 2312 0.562 0 0 5767 2386 0.812 0 0 5807 2312 0.562 0 0 2 interp_poly 5767 2386 0.812 0 0 5835 2350 0.75 0 0 5767 2386 0.812 0 0 2 interp_poly -40 53 68 -15 5807 2312 3 MP PP 5807 2312 0.562 0 0 5875 2297 0.562 0 0 5807 2312 0.562 0 0 2 interp_poly 5875 2297 0.562 0 0 5835 2350 0.75 0 0 5875 2297 0.562 0 0 2 interp_poly 68 -15 -40 -146 5847 2458 3 MP PP 5847 2458 0.875 0 0 5807 2312 0.562 0 0 5847 2458 0.875 0 0 2 interp_poly 5807 2312 0.562 0 0 5875 2297 0.562 0 0 5807 2312 0.562 0 0 2 interp_poly -40 -146 68 -10 5779 2468 3 MP PP 5779 2468 0.875 0 0 5847 2458 0.875 0 0 5779 2468 0.875 0 0 2 interp_poly 5847 2458 0.875 0 0 5807 2312 0.562 0 0 5847 2458 0.875 0 0 2 interp_poly -40 -98 68 4 5718 2206 3 MP PP 5718 2206 0.938 0 0 5786 2210 1 0 0 5718 2206 0.938 0 0 2 interp_poly 5786 2210 1 0 0 5746 2112 0.812 0 0 5786 2210 1 0 0 2 interp_poly 68 14 -40 -98 5786 2210 3 MP PP 5786 2210 1 0 0 5746 2112 0.812 0 0 5786 2210 1 0 0 2 interp_poly 5746 2112 0.812 0 0 5814 2126 0.875 0 0 5746 2112 0.812 0 0 2 interp_poly 68 4 -40 80 5758 2126 3 MP PP 5758 2126 0.688 0 0 5718 2206 0.938 0 0 5758 2126 0.688 0 0 2 interp_poly 5718 2206 0.938 0 0 5786 2210 1 0 0 5718 2206 0.938 0 0 2 interp_poly -40 -65 68 14 5746 2112 3 MP PP 5746 2112 0.812 0 0 5814 2126 0.875 0 0 5746 2112 0.812 0 0 2 interp_poly 5814 2126 0.875 0 0 5774 2061 0.812 0 0 5814 2126 0.875 0 0 2 interp_poly -40 94 68 -10 5758 2126 3 MP PP 5758 2126 0.688 0 0 5826 2116 0.75 0 0 5758 2126 0.688 0 0 2 interp_poly 5826 2116 0.75 0 0 5786 2210 1 0 0 5826 2116 0.75 0 0 2 interp_poly -40 -93 68 11 5730 2208 3 MP PP 5730 2208 0.812 0 0 5798 2219 0.875 0 0 5730 2208 0.812 0 0 2 interp_poly 5798 2219 0.875 0 0 5758 2126 0.688 0 0 5798 2219 0.875 0 0 2 interp_poly 68 -10 -40 -93 5798 2219 3 MP PP 5798 2219 0.875 0 0 5758 2126 0.688 0 0 5798 2219 0.875 0 0 2 interp_poly 5758 2126 0.688 0 0 5826 2116 0.75 0 0 5758 2126 0.688 0 0 2 interp_poly -40 55 68 5 5770 2159 3 MP PP 5770 2159 0.625 0 0 5838 2164 0.688 0 0 5770 2159 0.625 0 0 2 interp_poly 5838 2164 0.688 0 0 5798 2219 0.875 0 0 5838 2164 0.688 0 0 2 interp_poly 68 5 -40 -75 5810 2234 3 MP PP 5810 2234 0.75 0 0 5770 2159 0.625 0 0 5810 2234 0.75 0 0 2 interp_poly 5770 2159 0.625 0 0 5838 2164 0.688 0 0 5770 2159 0.625 0 0 2 interp_poly 68 11 -40 49 5770 2159 3 MP PP 5770 2159 0.625 0 0 5730 2208 0.812 0 0 5770 2159 0.625 0 0 2 interp_poly 5730 2208 0.812 0 0 5798 2219 0.875 0 0 5730 2208 0.812 0 0 2 interp_poly -40 -75 68 7 5742 2227 3 MP PP 5742 2227 0.688 0 0 5810 2234 0.75 0 0 5742 2227 0.688 0 0 2 interp_poly 5810 2234 0.75 0 0 5770 2159 0.625 0 0 5810 2234 0.75 0 0 2 interp_poly -40 -16 68 -52 5699 2438 3 MP PP 5699 2438 0.875 0 0 5767 2386 0.812 0 0 5699 2438 0.875 0 0 2 interp_poly 5767 2386 0.812 0 0 5727 2370 0.812 0 0 5767 2386 0.812 0 0 2 interp_poly 68 -52 -40 83 5739 2355 3 MP PP 5739 2355 0.625 0 0 5699 2438 0.875 0 0 5739 2355 0.625 0 0 2 interp_poly 5699 2438 0.875 0 0 5767 2386 0.812 0 0 5699 2438 0.875 0 0 2 interp_poly -40 74 68 -43 5739 2355 3 MP PP 5739 2355 0.625 0 0 5807 2312 0.562 0 0 5739 2355 0.625 0 0 2 interp_poly 5807 2312 0.562 0 0 5767 2386 0.812 0 0 5807 2312 0.562 0 0 2 interp_poly 68 -43 -40 -113 5779 2468 3 MP PP 5779 2468 0.875 0 0 5739 2355 0.625 0 0 5779 2468 0.875 0 0 2 interp_poly 5739 2355 0.625 0 0 5807 2312 0.562 0 0 5739 2355 0.625 0 0 2 interp_poly -40 -113 68 9 5711 2459 3 MP PP 5711 2459 0.812 0 0 5779 2468 0.875 0 0 5711 2459 0.812 0 0 2 interp_poly 5779 2468 0.875 0 0 5739 2355 0.625 0 0 5779 2468 0.875 0 0 2 interp_poly -40 -162 68 -9 5666 2108 3 MP PP 5666 2108 0.938 0 0 5734 2099 0.938 0 0 5666 2108 0.938 0 0 2 interp_poly 5734 2099 0.938 0 0 5694 1937 0.625 0 0 5734 2099 0.938 0 0 2 interp_poly 68 -9 -40 34 5706 2074 3 MP PP 5706 2074 0.812 0 0 5666 2108 0.938 0 0 5706 2074 0.812 0 0 2 interp_poly 5666 2108 0.938 0 0 5734 2099 0.938 0 0 5666 2108 0.938 0 0 2 interp_poly -40 38 68 -13 5706 2074 3 MP PP 5706 2074 0.812 0 0 5774 2061 0.812 0 0 5706 2074 0.812 0 0 2 interp_poly 5774 2061 0.812 0 0 5734 2099 0.938 0 0 5774 2061 0.812 0 0 2 interp_poly 68 -13 -40 -38 5746 2112 3 MP PP 5746 2112 0.812 0 0 5706 2074 0.812 0 0 5746 2112 0.812 0 0 2 interp_poly 5706 2074 0.812 0 0 5774 2061 0.812 0 0 5706 2074 0.812 0 0 2 interp_poly -40 -65 68 -29 5650 2235 3 MP PP 5650 2235 1 0 0 5718 2206 0.938 0 0 5650 2235 1 0 0 2 interp_poly 5718 2206 0.938 0 0 5678 2141 0.875 0 0 5718 2206 0.938 0 0 2 interp_poly 68 -29 -40 64 5690 2171 3 MP PP 5690 2171 0.812 0 0 5650 2235 1 0 0 5690 2171 0.812 0 0 2 interp_poly 5650 2235 1 0 0 5718 2206 0.938 0 0 5650 2235 1 0 0 2 interp_poly 68 -29 -40 -65 5718 2206 3 MP PP 5718 2206 0.938 0 0 5678 2141 0.875 0 0 5718 2206 0.938 0 0 2 interp_poly 5678 2141 0.875 0 0 5746 2112 0.812 0 0 5678 2141 0.875 0 0 2 interp_poly -40 80 68 -45 5690 2171 3 MP PP 5690 2171 0.812 0 0 5758 2126 0.688 0 0 5690 2171 0.812 0 0 2 interp_poly 5758 2126 0.688 0 0 5718 2206 0.938 0 0 5758 2126 0.688 0 0 2 interp_poly -40 -37 68 -17 5662 2225 3 MP PP 5662 2225 0.812 0 0 5730 2208 0.812 0 0 5662 2225 0.812 0 0 2 interp_poly 5730 2208 0.812 0 0 5690 2171 0.812 0 0 5730 2208 0.812 0 0 2 interp_poly 68 -17 -40 30 5702 2195 3 MP PP 5702 2195 0.688 0 0 5662 2225 0.812 0 0 5702 2195 0.688 0 0 2 interp_poly 5662 2225 0.812 0 0 5730 2208 0.812 0 0 5662 2225 0.812 0 0 2 interp_poly 68 -45 -40 -37 5730 2208 3 MP PP 5730 2208 0.812 0 0 5690 2171 0.812 0 0 5730 2208 0.812 0 0 2 interp_poly 5690 2171 0.812 0 0 5758 2126 0.688 0 0 5690 2171 0.812 0 0 2 interp_poly -40 49 68 -36 5702 2195 3 MP PP 5702 2195 0.688 0 0 5770 2159 0.625 0 0 5702 2195 0.688 0 0 2 interp_poly 5770 2159 0.625 0 0 5730 2208 0.812 0 0 5770 2159 0.625 0 0 2 interp_poly 68 -36 -40 -32 5742 2227 3 MP PP 5742 2227 0.688 0 0 5702 2195 0.688 0 0 5742 2227 0.688 0 0 2 interp_poly 5702 2195 0.688 0 0 5770 2159 0.625 0 0 5702 2195 0.688 0 0 2 interp_poly -40 -38 68 -29 5678 2141 3 MP PP 5678 2141 0.875 0 0 5746 2112 0.812 0 0 5678 2141 0.875 0 0 2 interp_poly 5746 2112 0.812 0 0 5706 2074 0.812 0 0 5746 2112 0.812 0 0 2 interp_poly -40 -32 68 -4 5674 2231 3 MP PP 5674 2231 0.688 0 0 5742 2227 0.688 0 0 5674 2231 0.688 0 0 2 interp_poly 5742 2227 0.688 0 0 5702 2195 0.688 0 0 5742 2227 0.688 0 0 2 interp_poly -40 -72 68 -12 5582 2247 3 MP PP 5582 2247 1 0 0 5650 2235 1 0 0 5582 2247 1 0 0 2 interp_poly 5650 2235 1 0 0 5610 2163 0.875 0 0 5650 2235 1 0 0 2 interp_poly 68 -12 -40 35 5622 2212 3 MP PP 5622 2212 0.875 0 0 5582 2247 1 0 0 5622 2212 0.875 0 0 2 interp_poly 5582 2247 1 0 0 5650 2235 1 0 0 5582 2247 1 0 0 2 interp_poly 68 -22 -40 -72 5650 2235 3 MP PP 5650 2235 1 0 0 5610 2163 0.875 0 0 5650 2235 1 0 0 2 interp_poly 5610 2163 0.875 0 0 5678 2141 0.875 0 0 5610 2163 0.875 0 0 2 interp_poly -40 64 68 -41 5622 2212 3 MP PP 5622 2212 0.875 0 0 5690 2171 0.812 0 0 5622 2212 0.875 0 0 2 interp_poly 5690 2171 0.812 0 0 5650 2235 1 0 0 5690 2171 0.812 0 0 2 interp_poly -40 -13 68 -21 5594 2246 3 MP PP 5594 2246 0.812 0 0 5662 2225 0.812 0 0 5594 2246 0.812 0 0 2 interp_poly 5662 2225 0.812 0 0 5622 2212 0.875 0 0 5662 2225 0.812 0 0 2 interp_poly -40 -36 68 8 5514 2239 3 MP PP 5514 2239 0.938 0 0 5582 2247 1 0 0 5514 2239 0.938 0 0 2 interp_poly 5582 2247 1 0 0 5542 2211 0.938 0 0 5582 2247 1 0 0 2 interp_poly 68 -48 -40 -36 5582 2247 3 MP PP 5582 2247 1 0 0 5542 2211 0.938 0 0 5582 2247 1 0 0 2 interp_poly 5542 2211 0.938 0 0 5610 2163 0.875 0 0 5542 2211 0.938 0 0 2 interp_poly -40 35 68 -30 5554 2242 3 MP PP 5554 2242 0.875 0 0 5622 2212 0.875 0 0 5554 2242 0.875 0 0 2 interp_poly 5622 2212 0.875 0 0 5582 2247 1 0 0 5622 2212 0.875 0 0 2 interp_poly 68 -30 -40 -4 5594 2246 3 MP PP 5594 2246 0.812 0 0 5554 2242 0.875 0 0 5594 2246 0.812 0 0 2 interp_poly 5554 2242 0.875 0 0 5622 2212 0.875 0 0 5554 2242 0.875 0 0 2 interp_poly 68 -41 -40 -13 5662 2225 3 MP PP 5662 2225 0.812 0 0 5622 2212 0.875 0 0 5662 2225 0.812 0 0 2 interp_poly 5622 2212 0.875 0 0 5690 2171 0.812 0 0 5622 2212 0.875 0 0 2 interp_poly 68 -21 -40 60 5634 2186 3 MP PP 5634 2186 0.625 0 0 5594 2246 0.812 0 0 5634 2186 0.625 0 0 2 interp_poly 5594 2246 0.812 0 0 5662 2225 0.812 0 0 5594 2246 0.812 0 0 2 interp_poly -40 -168 68 -62 5579 2471 3 MP PP 5579 2471 1 0.125 0 5647 2409 1 0 0 5579 2471 1 0.125 0 2 interp_poly 5647 2409 1 0 0 5607 2241 0.688 0 0 5647 2409 1 0 0 2 interp_poly 67 -10 -40 -168 5647 2409 3 MP PP 5647 2409 1 0 0 5607 2241 0.688 0 0 5647 2409 1 0 0 2 interp_poly 5607 2241 0.688 0 0 5674 2231 0.688 0 0 5607 2241 0.688 0 0 2 interp_poly -40 17 68 22 5619 2370 3 MP PP 5619 2370 0.875 0 0 5687 2392 0.938 0 0 5619 2370 0.875 0 0 2 interp_poly 5687 2392 0.938 0 0 5647 2409 1 0 0 5687 2392 0.938 0 0 2 interp_poly 68 22 -40 -27 5659 2397 3 MP PP 5659 2397 0.875 0 0 5619 2370 0.875 0 0 5659 2397 0.875 0 0 2 interp_poly 5619 2370 0.875 0 0 5687 2392 0.938 0 0 5619 2370 0.875 0 0 2 interp_poly 67 -16 -40 17 5687 2392 3 MP PP 5687 2392 0.938 0 0 5647 2409 1 0 0 5687 2392 0.938 0 0 2 interp_poly 5647 2409 1 0 0 5714 2393 1 0 0 5647 2409 1 0 0 2 interp_poly -40 22 68 -27 5659 2397 3 MP PP 5659 2397 0.875 0 0 5727 2370 0.812 0 0 5659 2397 0.875 0 0 2 interp_poly 5727 2370 0.812 0 0 5687 2392 0.938 0 0 5727 2370 0.812 0 0 2 interp_poly 68 -27 -40 -41 5699 2438 3 MP PP 5699 2438 0.875 0 0 5659 2397 0.875 0 0 5699 2438 0.875 0 0 2 interp_poly 5659 2397 0.875 0 0 5727 2370 0.812 0 0 5659 2397 0.875 0 0 2 interp_poly -40 83 68 -9 5671 2364 3 MP PP 5671 2364 0.625 0 0 5739 2355 0.625 0 0 5671 2364 0.625 0 0 2 interp_poly 5739 2355 0.625 0 0 5699 2438 0.875 0 0 5739 2355 0.625 0 0 2 interp_poly 68 -9 -40 -95 5711 2459 3 MP PP 5711 2459 0.812 0 0 5671 2364 0.625 0 0 5711 2459 0.812 0 0 2 interp_poly 5671 2364 0.625 0 0 5739 2355 0.625 0 0 5671 2364 0.625 0 0 2 interp_poly -40 -41 68 -51 5631 2489 3 MP PP 5631 2489 1 0 0 5699 2438 0.875 0 0 5631 2489 1 0 0 2 interp_poly 5699 2438 0.875 0 0 5659 2397 0.875 0 0 5699 2438 0.875 0 0 2 interp_poly 68 -51 -40 125 5671 2364 3 MP PP 5671 2364 0.625 0 0 5631 2489 1 0 0 5671 2364 0.625 0 0 2 interp_poly 5631 2489 1 0 0 5699 2438 0.875 0 0 5631 2489 1 0 0 2 interp_poly -40 -95 68 -35 5643 2494 3 MP PP 5643 2494 0.875 0 0 5711 2459 0.812 0 0 5643 2494 0.875 0 0 2 interp_poly 5711 2459 0.812 0 0 5671 2364 0.625 0 0 5711 2459 0.812 0 0 2 interp_poly -40 -47 68 -14 5586 2087 3 MP PP 5586 2087 1 0 0 5654 2073 1 0 0 5586 2087 1 0 0 2 interp_poly 5654 2073 1 0 0 5614 2026 0.938 0 0 5654 2073 1 0 0 2 interp_poly -40 -57 68 -30 5546 2056 3 MP PP 5546 2056 1 0 0 5614 2026 0.938 0 0 5546 2056 1 0 0 2 interp_poly 5614 2026 0.938 0 0 5574 1969 0.875 0 0 5614 2026 0.938 0 0 2 interp_poly 68 -30 -40 -31 5586 2087 3 MP PP 5586 2087 1 0 0 5546 2056 1 0 0 5586 2087 1 0 0 2 interp_poly 5546 2056 1 0 0 5614 2026 0.938 0 0 5546 2056 1 0 0 2 interp_poly 68 -14 -40 114 5626 1973 3 MP PP 5626 1973 0.688 0 0 5586 2087 1 0 0 5626 1973 0.688 0 0 2 interp_poly 5586 2087 1 0 0 5654 2073 1 0 0 5586 2087 1 0 0 2 interp_poly -40 136 68 -36 5626 1973 3 MP PP 5626 1973 0.688 0 0 5694 1937 0.625 0 0 5626 1973 0.688 0 0 2 interp_poly 5694 1937 0.625 0 0 5654 2073 1 0 0 5694 1937 0.625 0 0 2 interp_poly -40 -135 68 -14 5598 2122 3 MP PP 5598 2122 0.938 0 0 5666 2108 0.938 0 0 5598 2122 0.938 0 0 2 interp_poly 5666 2108 0.938 0 0 5626 1973 0.688 0 0 5666 2108 0.938 0 0 2 interp_poly 68 -14 -40 34 5638 2088 3 MP PP 5638 2088 0.812 0 0 5598 2122 0.938 0 0 5638 2088 0.812 0 0 2 interp_poly 5598 2122 0.938 0 0 5666 2108 0.938 0 0 5598 2122 0.938 0 0 2 interp_poly 68 -36 -40 -135 5666 2108 3 MP PP 5666 2108 0.938 0 0 5626 1973 0.688 0 0 5666 2108 0.938 0 0 2 interp_poly 5626 1973 0.688 0 0 5694 1937 0.625 0 0 5626 1973 0.688 0 0 2 interp_poly -40 34 68 -14 5638 2088 3 MP PP 5638 2088 0.812 0 0 5706 2074 0.812 0 0 5638 2088 0.812 0 0 2 interp_poly 5706 2074 0.812 0 0 5666 2108 0.938 0 0 5706 2074 0.812 0 0 2 interp_poly 68 -14 -40 -53 5678 2141 3 MP PP 5678 2141 0.875 0 0 5638 2088 0.812 0 0 5678 2141 0.875 0 0 2 interp_poly 5638 2088 0.812 0 0 5706 2074 0.812 0 0 5638 2088 0.812 0 0 2 interp_poly -40 30 68 9 5634 2186 3 MP PP 5634 2186 0.625 0 0 5702 2195 0.688 0 0 5634 2186 0.625 0 0 2 interp_poly 5702 2195 0.688 0 0 5662 2225 0.812 0 0 5702 2195 0.688 0 0 2 interp_poly 68 9 -40 -45 5674 2231 3 MP PP 5674 2231 0.688 0 0 5634 2186 0.625 0 0 5674 2231 0.688 0 0 2 interp_poly 5634 2186 0.625 0 0 5702 2195 0.688 0 0 5634 2186 0.625 0 0 2 interp_poly -40 -53 68 -22 5610 2163 3 MP PP 5610 2163 0.875 0 0 5678 2141 0.875 0 0 5610 2163 0.875 0 0 2 interp_poly 5678 2141 0.875 0 0 5638 2088 0.812 0 0 5678 2141 0.875 0 0 2 interp_poly -40 -45 67 -10 5607 2241 3 MP PP 5607 2241 0.688 0 0 5674 2231 0.688 0 0 5607 2241 0.688 0 0 2 interp_poly 5674 2231 0.688 0 0 5634 2186 0.625 0 0 5674 2231 0.688 0 0 2 interp_poly 68 8 -40 -3 5554 2242 3 MP PP 5554 2242 0.875 0 0 5514 2239 0.938 0 0 5554 2242 0.875 0 0 2 interp_poly 5514 2239 0.938 0 0 5582 2247 1 0 0 5514 2239 0.938 0 0 2 interp_poly -40 -4 67 5 5527 2241 3 MP PP 5527 2241 0.812 0 0 5594 2246 0.812 0 0 5527 2241 0.812 0 0 2 interp_poly 5594 2246 0.812 0 0 5554 2242 0.875 0 0 5594 2246 0.812 0 0 2 interp_poly 67 5 -40 -2 5567 2243 3 MP PP 5567 2243 0.75 0 0 5527 2241 0.812 0 0 5567 2243 0.75 0 0 2 interp_poly 5527 2241 0.812 0 0 5594 2246 0.812 0 0 5527 2241 0.812 0 0 2 interp_poly -40 -2 68 -23 5499 2266 3 MP PP 5499 2266 0.75 0 0 5567 2243 0.75 0 0 5499 2266 0.75 0 0 2 interp_poly 5567 2243 0.75 0 0 5527 2241 0.812 0 0 5567 2243 0.75 0 0 2 interp_poly 68 -23 -40 15 5539 2251 3 MP PP 5539 2251 0.688 0 0 5499 2266 0.75 0 0 5539 2251 0.688 0 0 2 interp_poly 5499 2266 0.75 0 0 5567 2243 0.75 0 0 5499 2266 0.75 0 0 2 interp_poly -40 -220 68 -2 5511 2473 3 MP PP 5511 2473 1 0.125 0 5579 2471 1 0.125 0 5511 2473 1 0.125 0 2 interp_poly 5579 2471 1 0.125 0 5539 2251 0.688 0 0 5579 2471 1 0.125 0 2 interp_poly -40 60 67 -57 5567 2243 3 MP PP 5567 2243 0.75 0 0 5634 2186 0.625 0 0 5567 2243 0.75 0 0 2 interp_poly 5634 2186 0.625 0 0 5594 2246 0.812 0 0 5634 2186 0.625 0 0 2 interp_poly 68 -10 -40 -220 5579 2471 3 MP PP 5579 2471 1 0.125 0 5539 2251 0.688 0 0 5579 2471 1 0.125 0 2 interp_poly 5539 2251 0.688 0 0 5607 2241 0.688 0 0 5539 2251 0.688 0 0 2 interp_poly -40 101 68 -23 5551 2393 3 MP PP 5551 2393 0.875 0 0 5619 2370 0.875 0 0 5551 2393 0.875 0 0 2 interp_poly 5619 2370 0.875 0 0 5579 2471 1 0.125 0 5619 2370 0.875 0 0 2 interp_poly 68 -62 -40 101 5619 2370 3 MP PP 5619 2370 0.875 0 0 5579 2471 1 0.125 0 5619 2370 0.875 0 0 2 interp_poly 5579 2471 1 0.125 0 5647 2409 1 0 0 5579 2471 1 0.125 0 2 interp_poly -40 -27 68 -8 5591 2405 3 MP PP 5591 2405 0.812 0 0 5659 2397 0.875 0 0 5591 2405 0.812 0 0 2 interp_poly 5659 2397 0.875 0 0 5619 2370 0.875 0 0 5659 2397 0.875 0 0 2 interp_poly 68 -8 -40 -84 5631 2489 3 MP PP 5631 2489 1 0 0 5591 2405 0.812 0 0 5631 2489 1 0 0 2 interp_poly 5591 2405 0.812 0 0 5659 2397 0.875 0 0 5591 2405 0.812 0 0 2 interp_poly -40 125 68 -35 5603 2399 3 MP PP 5603 2399 0.688 0 0 5671 2364 0.625 0 0 5603 2399 0.688 0 0 2 interp_poly 5671 2364 0.625 0 0 5631 2489 1 0 0 5671 2364 0.625 0 0 2 interp_poly 68 -35 -40 -95 5643 2494 3 MP PP 5643 2494 0.875 0 0 5603 2399 0.688 0 0 5643 2494 0.875 0 0 2 interp_poly 5603 2399 0.688 0 0 5671 2364 0.625 0 0 5603 2399 0.688 0 0 2 interp_poly 68 -2 -40 80 5551 2393 3 MP PP 5551 2393 0.875 0 0 5511 2473 1 0.125 0 5551 2393 0.875 0 0 2 interp_poly 5511 2473 1 0.125 0 5579 2471 1 0.125 0 5511 2473 1 0.125 0 2 interp_poly -40 -84 68 -23 5563 2512 3 MP PP 5563 2512 1 0 0 5631 2489 1 0 0 5563 2512 1 0 0 2 interp_poly 5631 2489 1 0 0 5591 2405 0.812 0 0 5631 2489 1 0 0 2 interp_poly 68 -23 -40 113 5603 2399 3 MP PP 5603 2399 0.688 0 0 5563 2512 1 0 0 5603 2399 0.688 0 0 2 interp_poly 5563 2512 1 0 0 5631 2489 1 0 0 5563 2512 1 0 0 2 interp_poly -40 -95 68 -11 5575 2505 3 MP PP 5575 2505 0.812 0 0 5643 2494 0.875 0 0 5575 2505 0.812 0 0 2 interp_poly 5643 2494 0.875 0 0 5603 2399 0.688 0 0 5643 2494 0.875 0 0 2 interp_poly -40 -82 68 1 5478 2055 3 MP PP 5478 2055 0.938 0 0 5546 2056 1 0 0 5478 2055 0.938 0 0 2 interp_poly 5546 2056 1 0 0 5506 1974 0.812 0 0 5546 2056 1 0 0 2 interp_poly 68 1 -40 15 5518 2040 3 MP PP 5518 2040 0.875 0 0 5478 2055 0.938 0 0 5518 2040 0.875 0 0 2 interp_poly 5478 2055 0.938 0 0 5546 2056 1 0 0 5478 2055 0.938 0 0 2 interp_poly 68 -5 -40 -82 5546 2056 3 MP PP 5546 2056 1 0 0 5506 1974 0.812 0 0 5546 2056 1 0 0 2 interp_poly 5506 1974 0.812 0 0 5574 1969 0.875 0 0 5506 1974 0.812 0 0 2 interp_poly -40 -31 68 47 5518 2040 3 MP PP 5518 2040 0.875 0 0 5586 2087 1 0 0 5518 2040 0.875 0 0 2 interp_poly 5586 2087 1 0 0 5546 2056 1 0 0 5586 2087 1 0 0 2 interp_poly 68 47 -40 54 5558 1986 3 MP PP 5558 1986 0.688 0 0 5518 2040 0.875 0 0 5558 1986 0.688 0 0 2 interp_poly 5518 2040 0.875 0 0 5586 2087 1 0 0 5518 2040 0.875 0 0 2 interp_poly -40 114 68 -13 5558 1986 3 MP PP 5558 1986 0.688 0 0 5626 1973 0.688 0 0 5558 1986 0.688 0 0 2 interp_poly 5626 1973 0.688 0 0 5586 2087 1 0 0 5626 1973 0.688 0 0 2 interp_poly -40 -136 68 -7 5530 2129 3 MP PP 5530 2129 0.938 0 0 5598 2122 0.938 0 0 5530 2129 0.938 0 0 2 interp_poly 5598 2122 0.938 0 0 5558 1986 0.688 0 0 5598 2122 0.938 0 0 2 interp_poly 68 -7 -40 31 5570 2098 3 MP PP 5570 2098 0.812 0 0 5530 2129 0.938 0 0 5570 2098 0.812 0 0 2 interp_poly 5530 2129 0.938 0 0 5598 2122 0.938 0 0 5530 2129 0.938 0 0 2 interp_poly 68 -13 -40 -136 5598 2122 3 MP PP 5598 2122 0.938 0 0 5558 1986 0.688 0 0 5598 2122 0.938 0 0 2 interp_poly 5558 1986 0.688 0 0 5626 1973 0.688 0 0 5558 1986 0.688 0 0 2 interp_poly -40 34 68 -10 5570 2098 3 MP PP 5570 2098 0.812 0 0 5638 2088 0.812 0 0 5570 2098 0.812 0 0 2 interp_poly 5638 2088 0.812 0 0 5598 2122 0.938 0 0 5638 2088 0.812 0 0 2 interp_poly 68 -10 -40 -65 5610 2163 3 MP PP 5610 2163 0.875 0 0 5570 2098 0.812 0 0 5610 2163 0.875 0 0 2 interp_poly 5570 2098 0.812 0 0 5638 2088 0.812 0 0 5570 2098 0.812 0 0 2 interp_poly 67 -57 -40 2 5607 2241 3 MP PP 5607 2241 0.688 0 0 5567 2243 0.75 0 0 5607 2241 0.688 0 0 2 interp_poly 5567 2243 0.75 0 0 5634 2186 0.625 0 0 5567 2243 0.75 0 0 2 interp_poly 68 -23 -40 -12 5591 2405 3 MP PP 5591 2405 0.812 0 0 5551 2393 0.875 0 0 5591 2405 0.812 0 0 2 interp_poly 5551 2393 0.875 0 0 5619 2370 0.875 0 0 5551 2393 0.875 0 0 2 interp_poly -40 -65 68 -48 5542 2211 3 MP PP 5542 2211 0.938 0 0 5610 2163 0.875 0 0 5542 2211 0.938 0 0 2 interp_poly 5610 2163 0.875 0 0 5570 2098 0.812 0 0 5610 2163 0.875 0 0 2 interp_poly -40 2 68 -10 5539 2251 3 MP PP 5539 2251 0.688 0 0 5607 2241 0.688 0 0 5539 2251 0.688 0 0 2 interp_poly 5607 2241 0.688 0 0 5567 2243 0.75 0 0 5607 2241 0.688 0 0 2 interp_poly -40 -2 68 -51 5431 2317 3 MP PP 5431 2317 0.875 0 0 5499 2266 0.75 0 0 5431 2317 0.875 0 0 2 interp_poly 5499 2266 0.75 0 0 5459 2264 0.812 0 0 5499 2266 0.75 0 0 2 interp_poly -40 13 67 -27 5447 2266 3 MP PP 5447 2266 1 0 0 5514 2239 0.938 0 0 5447 2266 1 0 0 2 interp_poly 5514 2239 0.938 0 0 5474 2252 1 0 0 5514 2239 0.938 0 0 2 interp_poly 68 -2 -40 -42 5410 2075 3 MP PP 5410 2075 0.938 0 0 5370 2033 0.938 0 0 5410 2075 0.938 0 0 2 interp_poly 5370 2033 0.938 0 0 5438 2031 0.938 0 0 5370 2033 0.938 0 0 2 interp_poly -40 -24 68 -20 5410 2075 3 MP PP 5410 2075 0.938 0 0 5478 2055 0.938 0 0 5410 2075 0.938 0 0 2 interp_poly 5478 2055 0.938 0 0 5438 2031 0.938 0 0 5478 2055 0.938 0 0 2 interp_poly -40 30 68 4 5382 2041 3 MP PP 5382 2041 0.812 0 0 5450 2045 0.812 0 0 5382 2041 0.812 0 0 2 interp_poly 5450 2045 0.812 0 0 5410 2075 0.938 0 0 5450 2045 0.812 0 0 2 interp_poly 68 4 -40 -1 5422 2042 3 MP PP 5422 2042 0.75 0 0 5382 2041 0.812 0 0 5422 2042 0.75 0 0 2 interp_poly 5382 2041 0.812 0 0 5450 2045 0.812 0 0 5382 2041 0.812 0 0 2 interp_poly 68 -20 -40 30 5450 2045 3 MP PP 5450 2045 0.812 0 0 5410 2075 0.938 0 0 5450 2045 0.812 0 0 2 interp_poly 5410 2075 0.938 0 0 5478 2055 0.938 0 0 5410 2075 0.938 0 0 2 interp_poly -40 -97 68 19 5394 2120 3 MP PP 5394 2120 0.812 0 0 5462 2139 0.938 0 0 5394 2120 0.812 0 0 2 interp_poly 5462 2139 0.938 0 0 5422 2042 0.75 0 0 5462 2139 0.938 0 0 2 interp_poly 68 19 -40 29 5434 2091 3 MP PP 5434 2091 0.688 0 0 5394 2120 0.812 0 0 5434 2091 0.688 0 0 2 interp_poly 5394 2120 0.812 0 0 5462 2139 0.938 0 0 5394 2120 0.812 0 0 2 interp_poly -40 -161 67 9 5407 2243 3 MP PP 5407 2243 1 0 0 5474 2252 1 0 0 5407 2243 1 0 0 2 interp_poly 5474 2252 1 0 0 5434 2091 0.688 0 0 5474 2252 1 0 0 2 interp_poly 67 9 -40 -23 5447 2266 3 MP PP 5447 2266 1 0 0 5407 2243 1 0 0 5447 2266 1 0 0 2 interp_poly 5407 2243 1 0 0 5474 2252 1 0 0 5407 2243 1 0 0 2 interp_poly 68 -57 -40 -24 5478 2055 3 MP PP 5478 2055 0.938 0 0 5438 2031 0.938 0 0 5478 2055 0.938 0 0 2 interp_poly 5438 2031 0.938 0 0 5506 1974 0.812 0 0 5438 2031 0.938 0 0 2 interp_poly -40 27 68 -24 5422 2042 3 MP PP 5422 2042 0.75 0 0 5490 2018 0.688 0 0 5422 2042 0.75 0 0 2 interp_poly 5490 2018 0.688 0 0 5450 2045 0.812 0 0 5490 2018 0.688 0 0 2 interp_poly -40 15 68 -5 5450 2045 3 MP PP 5450 2045 0.812 0 0 5518 2040 0.875 0 0 5450 2045 0.812 0 0 2 interp_poly 5518 2040 0.875 0 0 5478 2055 0.938 0 0 5518 2040 0.875 0 0 2 interp_poly 68 -5 -40 27 5490 2018 3 MP PP 5490 2018 0.688 0 0 5450 2045 0.812 0 0 5490 2018 0.688 0 0 2 interp_poly 5450 2045 0.812 0 0 5518 2040 0.875 0 0 5450 2045 0.812 0 0 2 interp_poly 68 -24 -40 -97 5462 2139 3 MP PP 5462 2139 0.938 0 0 5422 2042 0.75 0 0 5462 2139 0.938 0 0 2 interp_poly 5422 2042 0.75 0 0 5490 2018 0.688 0 0 5422 2042 0.75 0 0 2 interp_poly -40 -111 68 -10 5462 2139 3 MP PP 5462 2139 0.938 0 0 5530 2129 0.938 0 0 5462 2139 0.938 0 0 2 interp_poly 5530 2129 0.938 0 0 5490 2018 0.688 0 0 5530 2129 0.938 0 0 2 interp_poly -40 44 68 4 5434 2091 3 MP PP 5434 2091 0.688 0 0 5502 2095 0.75 0 0 5434 2091 0.688 0 0 2 interp_poly 5502 2095 0.75 0 0 5462 2139 0.938 0 0 5502 2095 0.75 0 0 2 interp_poly 68 -10 -40 44 5502 2095 3 MP PP 5502 2095 0.75 0 0 5462 2139 0.938 0 0 5502 2095 0.75 0 0 2 interp_poly 5462 2139 0.938 0 0 5530 2129 0.938 0 0 5462 2139 0.938 0 0 2 interp_poly 68 4 -40 -161 5474 2252 3 MP PP 5474 2252 1 0 0 5434 2091 0.688 0 0 5474 2252 1 0 0 2 interp_poly 5434 2091 0.688 0 0 5502 2095 0.75 0 0 5434 2091 0.688 0 0 2 interp_poly -40 -116 68 -41 5474 2252 3 MP PP 5474 2252 1 0 0 5542 2211 0.938 0 0 5474 2252 1 0 0 2 interp_poly 5542 2211 0.938 0 0 5502 2095 0.75 0 0 5542 2211 0.938 0 0 2 interp_poly 68 -41 -40 13 5514 2239 3 MP PP 5514 2239 0.938 0 0 5474 2252 1 0 0 5514 2239 0.938 0 0 2 interp_poly 5474 2252 1 0 0 5542 2211 0.938 0 0 5474 2252 1 0 0 2 interp_poly 67 -27 -40 48 5487 2218 3 MP PP 5487 2218 0.812 0 0 5447 2266 1 0 0 5487 2218 0.812 0 0 2 interp_poly 5447 2266 1 0 0 5514 2239 0.938 0 0 5447 2266 1 0 0 2 interp_poly -40 -3 67 24 5487 2218 3 MP PP 5487 2218 0.812 0 0 5554 2242 0.875 0 0 5487 2218 0.812 0 0 2 interp_poly 5554 2242 0.875 0 0 5514 2239 0.938 0 0 5554 2242 0.875 0 0 2 interp_poly -40 -23 68 -23 5459 2264 3 MP PP 5459 2264 0.812 0 0 5527 2241 0.812 0 0 5459 2264 0.812 0 0 2 interp_poly 5527 2241 0.812 0 0 5487 2218 0.812 0 0 5527 2241 0.812 0 0 2 interp_poly 68 -23 -40 -2 5499 2266 3 MP PP 5499 2266 0.75 0 0 5459 2264 0.812 0 0 5499 2266 0.75 0 0 2 interp_poly 5459 2264 0.812 0 0 5527 2241 0.812 0 0 5459 2264 0.812 0 0 2 interp_poly 68 -51 -40 61 5471 2256 3 MP PP 5471 2256 0.688 0 0 5431 2317 0.875 0 0 5471 2256 0.688 0 0 2 interp_poly 5431 2317 0.875 0 0 5499 2266 0.75 0 0 5431 2317 0.875 0 0 2 interp_poly -40 -217 68 9 5443 2464 3 MP PP 5443 2464 1 0.0625 0 5511 2473 1 0.125 0 5443 2464 1 0.0625 0 2 interp_poly 5511 2473 1 0.125 0 5471 2256 0.688 0 0 5511 2473 1 0.125 0 2 interp_poly -40 15 68 -5 5471 2256 3 MP PP 5471 2256 0.688 0 0 5539 2251 0.688 0 0 5471 2256 0.688 0 0 2 interp_poly 5539 2251 0.688 0 0 5499 2266 0.75 0 0 5539 2251 0.688 0 0 2 interp_poly 68 -5 -40 -217 5511 2473 3 MP PP 5511 2473 1 0.125 0 5471 2256 0.688 0 0 5511 2473 1 0.125 0 2 interp_poly 5471 2256 0.688 0 0 5539 2251 0.688 0 0 5471 2256 0.688 0 0 2 interp_poly -40 80 68 -4 5483 2397 3 MP PP 5483 2397 0.812 0 0 5551 2393 0.875 0 0 5483 2397 0.812 0 0 2 interp_poly 5551 2393 0.875 0 0 5511 2473 1 0.125 0 5551 2393 0.875 0 0 2 interp_poly -40 -12 68 -6 5523 2411 3 MP PP 5523 2411 0.812 0 0 5591 2405 0.812 0 0 5523 2411 0.812 0 0 2 interp_poly 5591 2405 0.812 0 0 5551 2393 0.875 0 0 5591 2405 0.812 0 0 2 interp_poly 68 -6 -40 -101 5563 2512 3 MP PP 5563 2512 1 0 0 5523 2411 0.812 0 0 5563 2512 1 0 0 2 interp_poly 5523 2411 0.812 0 0 5591 2405 0.812 0 0 5523 2411 0.812 0 0 2 interp_poly -40 113 68 -26 5535 2425 3 MP PP 5535 2425 0.688 0 0 5603 2399 0.688 0 0 5535 2425 0.688 0 0 2 interp_poly 5603 2399 0.688 0 0 5563 2512 1 0 0 5603 2399 0.688 0 0 2 interp_poly 68 -26 -40 -80 5575 2505 3 MP PP 5575 2505 0.812 0 0 5535 2425 0.688 0 0 5575 2505 0.812 0 0 2 interp_poly 5535 2425 0.688 0 0 5603 2399 0.688 0 0 5535 2425 0.688 0 0 2 interp_poly 68 9 -40 67 5483 2397 3 MP PP 5483 2397 0.812 0 0 5443 2464 1 0.0625 0 5483 2397 0.812 0 0 2 interp_poly 5443 2464 1 0.0625 0 5511 2473 1 0.125 0 5443 2464 1 0.0625 0 2 interp_poly -40 -101 68 -41 5495 2553 3 MP PP 5495 2553 1 0.0625 0 5563 2512 1 0 0 5495 2553 1 0.0625 0 2 interp_poly 5563 2512 1 0 0 5523 2411 0.812 0 0 5563 2512 1 0 0 2 interp_poly 68 -41 -40 128 5535 2425 3 MP PP 5535 2425 0.688 0 0 5495 2553 1 0.0625 0 5535 2425 0.688 0 0 2 interp_poly 5495 2553 1 0.0625 0 5563 2512 1 0 0 5495 2553 1 0.0625 0 2 interp_poly -40 -80 68 -10 5507 2515 3 MP PP 5507 2515 0.812 0 0 5575 2505 0.812 0 0 5507 2515 0.812 0 0 2 interp_poly 5575 2505 0.812 0 0 5535 2425 0.688 0 0 5575 2505 0.812 0 0 2 interp_poly -40 -12 68 -5 5506 1974 3 MP PP 5506 1974 0.812 0 0 5574 1969 0.875 0 0 5506 1974 0.812 0 0 2 interp_poly 5574 1969 0.875 0 0 5534 1957 0.875 0 0 5574 1969 0.875 0 0 2 interp_poly -40 54 68 -32 5490 2018 3 MP PP 5490 2018 0.688 0 0 5558 1986 0.688 0 0 5490 2018 0.688 0 0 2 interp_poly 5558 1986 0.688 0 0 5518 2040 0.875 0 0 5558 1986 0.688 0 0 2 interp_poly 68 -32 -40 -111 5530 2129 3 MP PP 5530 2129 0.938 0 0 5490 2018 0.688 0 0 5530 2129 0.938 0 0 2 interp_poly 5490 2018 0.688 0 0 5558 1986 0.688 0 0 5490 2018 0.688 0 0 2 interp_poly -40 31 68 3 5502 2095 3 MP PP 5502 2095 0.75 0 0 5570 2098 0.812 0 0 5502 2095 0.75 0 0 2 interp_poly 5570 2098 0.812 0 0 5530 2129 0.938 0 0 5570 2098 0.812 0 0 2 interp_poly 68 3 -40 -116 5542 2211 3 MP PP 5542 2211 0.938 0 0 5502 2095 0.75 0 0 5542 2211 0.938 0 0 2 interp_poly 5502 2095 0.75 0 0 5570 2098 0.812 0 0 5502 2095 0.75 0 0 2 interp_poly 67 24 -40 -23 5527 2241 3 MP PP 5527 2241 0.812 0 0 5487 2218 0.812 0 0 5527 2241 0.812 0 0 2 interp_poly 5487 2218 0.812 0 0 5554 2242 0.875 0 0 5487 2218 0.812 0 0 2 interp_poly 68 -4 -40 -14 5523 2411 3 MP PP 5523 2411 0.812 0 0 5483 2397 0.812 0 0 5523 2411 0.812 0 0 2 interp_poly 5483 2397 0.812 0 0 5551 2393 0.875 0 0 5483 2397 0.812 0 0 2 interp_poly -40 -130 68 -33 5375 2497 3 MP PP 5375 2497 1 0.125 0 5443 2464 1 0.0625 0 5375 2497 1 0.125 0 2 interp_poly 5443 2464 1 0.0625 0 5403 2334 0.812 0 0 5443 2464 1 0.0625 0 2 interp_poly -40 -4 68 -10 5363 2327 3 MP PP 5363 2327 0.875 0 0 5431 2317 0.875 0 0 5363 2327 0.875 0 0 2 interp_poly 5431 2317 0.875 0 0 5391 2313 0.875 0 0 5431 2317 0.875 0 0 2 interp_poly 68 -10 -40 -7 5403 2334 3 MP PP 5403 2334 0.812 0 0 5363 2327 0.875 0 0 5403 2334 0.812 0 0 2 interp_poly 5363 2327 0.875 0 0 5431 2317 0.875 0 0 5363 2327 0.875 0 0 2 interp_poly 68 -49 -40 -4 5431 2317 3 MP PP 5431 2317 0.875 0 0 5391 2313 0.875 0 0 5431 2317 0.875 0 0 2 interp_poly 5391 2313 0.875 0 0 5459 2264 0.812 0 0 5391 2313 0.875 0 0 2 interp_poly -40 61 68 -78 5403 2334 3 MP PP 5403 2334 0.812 0 0 5471 2256 0.688 0 0 5403 2334 0.812 0 0 2 interp_poly 5471 2256 0.688 0 0 5431 2317 0.875 0 0 5471 2256 0.688 0 0 2 interp_poly 68 -78 -40 -130 5443 2464 3 MP PP 5443 2464 1 0.0625 0 5403 2334 0.812 0 0 5443 2464 1 0.0625 0 2 interp_poly 5403 2334 0.812 0 0 5471 2256 0.688 0 0 5403 2334 0.812 0 0 2 interp_poly -40 67 68 -7 5415 2404 3 MP PP 5415 2404 0.812 0 0 5483 2397 0.812 0 0 5415 2404 0.812 0 0 2 interp_poly 5483 2397 0.812 0 0 5443 2464 1 0.0625 0 5483 2397 0.812 0 0 2 interp_poly -40 -133 68 -10 5427 2563 3 MP PP 5427 2563 1 0.0625 0 5495 2553 1 0.0625 0 5427 2563 1 0.0625 0 2 interp_poly 5495 2553 1 0.0625 0 5455 2420 0.812 0 0 5495 2553 1 0.0625 0 2 interp_poly 68 -9 -40 -133 5495 2553 3 MP PP 5495 2553 1 0.0625 0 5455 2420 0.812 0 0 5495 2553 1 0.0625 0 2 interp_poly 5455 2420 0.812 0 0 5523 2411 0.812 0 0 5455 2420 0.812 0 0 2 interp_poly -40 128 68 -39 5467 2464 3 MP PP 5467 2464 0.75 0 0 5535 2425 0.688 0 0 5467 2464 0.75 0 0 2 interp_poly 5535 2425 0.688 0 0 5495 2553 1 0.0625 0 5535 2425 0.688 0 0 2 interp_poly 68 -39 -40 -51 5507 2515 3 MP PP 5507 2515 0.812 0 0 5467 2464 0.75 0 0 5507 2515 0.812 0 0 2 interp_poly 5467 2464 0.75 0 0 5535 2425 0.688 0 0 5467 2464 0.75 0 0 2 interp_poly 68 -19 -40 2 5506 1974 3 MP PP 5506 1974 0.812 0 0 5466 1976 0.875 0 0 5506 1974 0.812 0 0 2 interp_poly 5466 1976 0.875 0 0 5534 1957 0.875 0 0 5466 1976 0.875 0 0 2 interp_poly -40 -1 68 -19 5466 1976 3 MP PP 5466 1976 0.875 0 0 5534 1957 0.875 0 0 5466 1976 0.875 0 0 2 interp_poly 5534 1957 0.875 0 0 5494 1956 0.938 0 0 5534 1957 0.875 0 0 2 interp_poly -40 -14 68 -9 5455 2420 3 MP PP 5455 2420 0.812 0 0 5523 2411 0.812 0 0 5455 2420 0.812 0 0 2 interp_poly 5523 2411 0.812 0 0 5483 2397 0.812 0 0 5523 2411 0.812 0 0 2 interp_poly 68 -10 -40 99 5467 2464 3 MP PP 5467 2464 0.75 0 0 5427 2563 1 0.0625 0 5467 2464 0.75 0 0 2 interp_poly 5427 2563 1 0.0625 0 5495 2553 1 0.0625 0 5427 2563 1 0.0625 0 2 interp_poly -40 -51 68 -37 5439 2552 3 MP PP 5439 2552 0.875 0 0 5507 2515 0.812 0 0 5439 2552 0.875 0 0 2 interp_poly 5507 2515 0.812 0 0 5467 2464 0.75 0 0 5507 2515 0.812 0 0 2 interp_poly -40 2 68 -57 5438 2031 3 MP PP 5438 2031 0.938 0 0 5506 1974 0.812 0 0 5438 2031 0.938 0 0 2 interp_poly 5506 1974 0.812 0 0 5466 1976 0.875 0 0 5506 1974 0.812 0 0 2 interp_poly -40 -210 68 -4 5386 1980 3 MP PP 5386 1980 1 0 0 5454 1976 1 0.0625 0 5386 1980 1 0 0 2 interp_poly 5454 1976 1 0.0625 0 5414 1766 0.625 0 0 5454 1976 1 0.0625 0 2 interp_poly 68 -4 -40 -2 5426 1982 3 MP PP 5426 1982 1 0 0 5386 1980 1 0 0 5426 1982 1 0 0 2 interp_poly 5386 1980 1 0 0 5454 1976 1 0.0625 0 5386 1980 1 0 0 2 interp_poly -40 20 68 -26 5426 1982 3 MP PP 5426 1982 1 0 0 5494 1956 0.938 0 0 5426 1982 1 0 0 2 interp_poly 5494 1956 0.938 0 0 5454 1976 1 0.0625 0 5494 1956 0.938 0 0 2 interp_poly 68 -26 -40 6 5466 1976 3 MP PP 5466 1976 0.875 0 0 5426 1982 1 0 0 5466 1976 0.875 0 0 2 interp_poly 5426 1982 1 0 0 5494 1956 0.938 0 0 5426 1982 1 0 0 2 interp_poly -40 48 68 6 5419 2212 3 MP PP 5419 2212 0.75 0 0 5487 2218 0.812 0 0 5419 2212 0.75 0 0 2 interp_poly 5487 2218 0.812 0 0 5447 2266 1 0 0 5487 2218 0.812 0 0 2 interp_poly 68 6 -40 -52 5459 2264 3 MP PP 5459 2264 0.812 0 0 5419 2212 0.75 0 0 5459 2264 0.812 0 0 2 interp_poly 5419 2212 0.75 0 0 5487 2218 0.812 0 0 5419 2212 0.75 0 0 2 interp_poly 68 -7 -40 -16 5455 2420 3 MP PP 5455 2420 0.812 0 0 5415 2404 0.812 0 0 5455 2420 0.812 0 0 2 interp_poly 5415 2404 0.812 0 0 5483 2397 0.812 0 0 5415 2404 0.812 0 0 2 interp_poly 68 -33 -40 93 5415 2404 3 MP PP 5415 2404 0.812 0 0 5375 2497 1 0.125 0 5415 2404 0.812 0 0 2 interp_poly 5375 2497 1 0.125 0 5443 2464 1 0.0625 0 5375 2497 1 0.125 0 2 interp_poly -40 -141 68 -6 5307 2503 3 MP PP 5307 2503 1 0.0625 0 5375 2497 1 0.125 0 5307 2503 1 0.0625 0 2 interp_poly 5375 2497 1 0.125 0 5335 2356 0.812 0 0 5375 2497 1 0.125 0 2 interp_poly 68 -22 -40 -141 5375 2497 3 MP PP 5375 2497 1 0.125 0 5335 2356 0.812 0 0 5375 2497 1 0.125 0 2 interp_poly 5335 2356 0.812 0 0 5403 2334 0.812 0 0 5335 2356 0.812 0 0 2 interp_poly -40 93 68 -11 5347 2415 3 MP PP 5347 2415 0.812 0 0 5415 2404 0.812 0 0 5347 2415 0.812 0 0 2 interp_poly 5415 2404 0.812 0 0 5375 2497 1 0.125 0 5415 2404 0.812 0 0 2 interp_poly 68 -10 -40 -133 5427 2563 3 MP PP 5427 2563 1 0.0625 0 5387 2430 0.812 0 0 5427 2563 1 0.0625 0 2 interp_poly 5387 2430 0.812 0 0 5455 2420 0.812 0 0 5387 2430 0.812 0 0 2 interp_poly -40 99 68 2 5399 2462 3 MP PP 5399 2462 0.75 0 0 5467 2464 0.75 0 0 5399 2462 0.75 0 0 2 interp_poly 5467 2464 0.75 0 0 5427 2563 1 0.0625 0 5467 2464 0.75 0 0 2 interp_poly 68 2 -40 -90 5439 2552 3 MP PP 5439 2552 0.875 0 0 5399 2462 0.75 0 0 5439 2552 0.875 0 0 2 interp_poly 5399 2462 0.75 0 0 5467 2464 0.75 0 0 5399 2462 0.75 0 0 2 interp_poly -40 -2 68 -4 5358 1986 3 MP PP 5358 1986 0.938 0 0 5426 1982 1 0 0 5358 1986 0.938 0 0 2 interp_poly 5426 1982 1 0 0 5386 1980 1 0 0 5426 1982 1 0 0 2 interp_poly 68 -4 -40 0 5398 1986 3 MP PP 5398 1986 0.875 0 0 5358 1986 0.938 0 0 5398 1986 0.875 0 0 2 interp_poly 5358 1986 0.938 0 0 5426 1982 1 0 0 5358 1986 0.938 0 0 2 interp_poly -40 6 68 -10 5398 1986 3 MP PP 5398 1986 0.875 0 0 5466 1976 0.875 0 0 5398 1986 0.875 0 0 2 interp_poly 5466 1976 0.875 0 0 5426 1982 1 0 0 5466 1976 0.875 0 0 2 interp_poly 68 -10 -40 -45 5438 2031 3 MP PP 5438 2031 0.938 0 0 5398 1986 0.875 0 0 5438 2031 0.938 0 0 2 interp_poly 5398 1986 0.875 0 0 5466 1976 0.875 0 0 5398 1986 0.875 0 0 2 interp_poly -40 -23 68 -10 5379 2276 3 MP PP 5379 2276 0.938 0 0 5447 2266 1 0 0 5379 2276 0.938 0 0 2 interp_poly 5447 2266 1 0 0 5407 2243 1 0 0 5447 2266 1 0 0 2 interp_poly -40 -62 67 2 5327 2118 3 MP PP 5327 2118 0.812 0 0 5394 2120 0.812 0 0 5327 2118 0.812 0 0 2 interp_poly 5394 2120 0.812 0 0 5354 2058 0.75 0 0 5394 2120 0.812 0 0 2 interp_poly 67 2 -40 27 5367 2091 3 MP PP 5367 2091 0.688 0 0 5327 2118 0.812 0 0 5367 2091 0.688 0 0 2 interp_poly 5327 2118 0.812 0 0 5394 2120 0.812 0 0 5327 2118 0.812 0 0 2 interp_poly -40 -152 68 -10 5339 2253 3 MP PP 5339 2253 0.938 0 0 5407 2243 1 0 0 5339 2253 0.938 0 0 2 interp_poly 5407 2243 1 0 0 5367 2091 0.688 0 0 5407 2243 1 0 0 2 interp_poly 68 -10 -40 -23 5379 2276 3 MP PP 5379 2276 0.938 0 0 5339 2253 0.938 0 0 5379 2276 0.938 0 0 2 interp_poly 5339 2253 0.938 0 0 5407 2243 1 0 0 5339 2253 0.938 0 0 2 interp_poly -40 -42 68 22 5342 2053 3 MP PP 5342 2053 0.875 0 0 5410 2075 0.938 0 0 5342 2053 0.875 0 0 2 interp_poly 5410 2075 0.938 0 0 5370 2033 0.938 0 0 5410 2075 0.938 0 0 2 interp_poly 68 22 -40 12 5382 2041 3 MP PP 5382 2041 0.812 0 0 5342 2053 0.875 0 0 5382 2041 0.812 0 0 2 interp_poly 5342 2053 0.875 0 0 5410 2075 0.938 0 0 5342 2053 0.875 0 0 2 interp_poly 68 -16 -40 -62 5394 2120 3 MP PP 5394 2120 0.812 0 0 5354 2058 0.75 0 0 5394 2120 0.812 0 0 2 interp_poly 5354 2058 0.75 0 0 5422 2042 0.75 0 0 5354 2058 0.75 0 0 2 interp_poly -40 29 67 0 5367 2091 3 MP PP 5367 2091 0.688 0 0 5434 2091 0.688 0 0 5367 2091 0.688 0 0 2 interp_poly 5434 2091 0.688 0 0 5394 2120 0.812 0 0 5434 2091 0.688 0 0 2 interp_poly 67 0 -40 -152 5407 2243 3 MP PP 5407 2243 1 0 0 5367 2091 0.688 0 0 5407 2243 1 0 0 2 interp_poly 5367 2091 0.688 0 0 5434 2091 0.688 0 0 5367 2091 0.688 0 0 2 interp_poly 68 -10 -40 64 5419 2212 3 MP PP 5419 2212 0.75 0 0 5379 2276 0.938 0 0 5419 2212 0.75 0 0 2 interp_poly 5379 2276 0.938 0 0 5447 2266 1 0 0 5379 2276 0.938 0 0 2 interp_poly -40 -52 68 -49 5391 2313 3 MP PP 5391 2313 0.875 0 0 5459 2264 0.812 0 0 5391 2313 0.875 0 0 2 interp_poly 5459 2264 0.812 0 0 5419 2212 0.75 0 0 5459 2264 0.812 0 0 2 interp_poly -40 -16 68 -10 5387 2430 3 MP PP 5387 2430 0.812 0 0 5455 2420 0.812 0 0 5387 2430 0.812 0 0 2 interp_poly 5455 2420 0.812 0 0 5415 2404 0.812 0 0 5455 2420 0.812 0 0 2 interp_poly 68 -6 -40 88 5347 2415 3 MP PP 5347 2415 0.812 0 0 5307 2503 1 0.0625 0 5347 2415 0.812 0 0 2 interp_poly 5307 2503 1 0.0625 0 5375 2497 1 0.125 0 5307 2503 1 0.0625 0 2 interp_poly -40 -133 68 30 5359 2533 3 MP PP 5359 2533 0.938 0 0 5427 2563 1 0.0625 0 5359 2533 0.938 0 0 2 interp_poly 5427 2563 1 0.0625 0 5387 2430 0.812 0 0 5427 2563 1 0.0625 0 2 interp_poly 68 30 -40 71 5399 2462 3 MP PP 5399 2462 0.75 0 0 5359 2533 0.938 0 0 5399 2462 0.75 0 0 2 interp_poly 5359 2533 0.938 0 0 5427 2563 1 0.0625 0 5359 2533 0.938 0 0 2 interp_poly -40 -90 68 -23 5371 2575 3 MP PP 5371 2575 0.938 0 0 5439 2552 0.875 0 0 5371 2575 0.938 0 0 2 interp_poly 5439 2552 0.875 0 0 5399 2462 0.75 0 0 5439 2552 0.875 0 0 2 interp_poly -40 -45 68 -2 5370 2033 3 MP PP 5370 2033 0.938 0 0 5438 2031 0.938 0 0 5370 2033 0.938 0 0 2 interp_poly 5438 2031 0.938 0 0 5398 1986 0.875 0 0 5438 2031 0.938 0 0 2 interp_poly -40 -1 68 -16 5354 2058 3 MP PP 5354 2058 0.75 0 0 5422 2042 0.75 0 0 5354 2058 0.75 0 0 2 interp_poly 5422 2042 0.75 0 0 5382 2041 0.812 0 0 5422 2042 0.75 0 0 2 interp_poly -40 -124 68 -33 5271 2286 3 MP PP 5271 2286 1 0 0 5339 2253 0.938 0 0 5271 2286 1 0 0 2 interp_poly 5339 2253 0.938 0 0 5299 2129 0.75 0 0 5339 2253 0.938 0 0 2 interp_poly 68 -33 -40 24 5311 2262 3 MP PP 5311 2262 0.875 0 0 5271 2286 1 0 0 5311 2262 0.875 0 0 2 interp_poly 5271 2286 1 0 0 5339 2253 0.938 0 0 5271 2286 1 0 0 2 interp_poly -40 -23 68 14 5311 2262 3 MP PP 5311 2262 0.875 0 0 5379 2276 0.938 0 0 5311 2262 0.875 0 0 2 interp_poly 5379 2276 0.938 0 0 5339 2253 0.938 0 0 5379 2276 0.938 0 0 2 interp_poly -40 -30 68 -2 5259 2120 3 MP PP 5259 2120 0.75 0 0 5327 2118 0.812 0 0 5259 2120 0.75 0 0 2 interp_poly 5327 2118 0.812 0 0 5287 2088 0.75 0 0 5327 2118 0.812 0 0 2 interp_poly 68 -2 -40 -9 5299 2129 3 MP PP 5299 2129 0.75 0 0 5259 2120 0.75 0 0 5299 2129 0.75 0 0 2 interp_poly 5259 2120 0.75 0 0 5327 2118 0.812 0 0 5259 2120 0.75 0 0 2 interp_poly 67 -30 -40 -30 5327 2118 3 MP PP 5327 2118 0.812 0 0 5287 2088 0.75 0 0 5327 2118 0.812 0 0 2 interp_poly 5287 2088 0.75 0 0 5354 2058 0.75 0 0 5287 2088 0.75 0 0 2 interp_poly -40 27 68 -38 5299 2129 3 MP PP 5299 2129 0.75 0 0 5367 2091 0.688 0 0 5299 2129 0.75 0 0 2 interp_poly 5367 2091 0.688 0 0 5327 2118 0.812 0 0 5367 2091 0.688 0 0 2 interp_poly 68 -38 -40 -124 5339 2253 3 MP PP 5339 2253 0.938 0 0 5299 2129 0.75 0 0 5339 2253 0.938 0 0 2 interp_poly 5299 2129 0.75 0 0 5367 2091 0.688 0 0 5299 2129 0.75 0 0 2 interp_poly 68 14 -40 38 5351 2224 3 MP PP 5351 2224 0.75 0 0 5311 2262 0.875 0 0 5351 2224 0.75 0 0 2 interp_poly 5311 2262 0.875 0 0 5379 2276 0.938 0 0 5311 2262 0.875 0 0 2 interp_poly -40 64 68 -12 5351 2224 3 MP PP 5351 2224 0.75 0 0 5419 2212 0.75 0 0 5351 2224 0.75 0 0 2 interp_poly 5419 2212 0.75 0 0 5379 2276 0.938 0 0 5419 2212 0.75 0 0 2 interp_poly 68 -12 -40 -89 5391 2313 3 MP PP 5391 2313 0.875 0 0 5351 2224 0.75 0 0 5391 2313 0.875 0 0 2 interp_poly 5351 2224 0.75 0 0 5419 2212 0.75 0 0 5351 2224 0.75 0 0 2 interp_poly 68 -11 -40 -15 5387 2430 3 MP PP 5387 2430 0.812 0 0 5347 2415 0.812 0 0 5387 2430 0.812 0 0 2 interp_poly 5347 2415 0.812 0 0 5415 2404 0.812 0 0 5347 2415 0.812 0 0 2 interp_poly -40 66 68 22 5306 1778 3 MP PP 5306 1778 0.688 0 0 5374 1800 0.75 0 0 5306 1778 0.688 0 0 2 interp_poly 5374 1800 0.75 0 0 5334 1866 0.938 0 0 5374 1800 0.75 0 0 2 interp_poly 68 22 -40 3 5346 1775 3 MP PP 5346 1775 0.625 0 0 5306 1778 0.688 0 0 5346 1775 0.625 0 0 2 interp_poly 5306 1778 0.688 0 0 5374 1800 0.75 0 0 5306 1778 0.688 0 0 2 interp_poly -40 34 68 -9 5346 1775 3 MP PP 5346 1775 0.625 0 0 5414 1766 0.625 0 0 5346 1775 0.625 0 0 2 interp_poly 5414 1766 0.625 0 0 5374 1800 0.75 0 0 5414 1766 0.625 0 0 2 interp_poly 68 -9 -40 -205 5386 1980 3 MP PP 5386 1980 1 0 0 5346 1775 0.625 0 0 5386 1980 1 0 0 2 interp_poly 5346 1775 0.625 0 0 5414 1766 0.625 0 0 5346 1775 0.625 0 0 2 interp_poly -40 -7 68 -22 5335 2356 3 MP PP 5335 2356 0.812 0 0 5403 2334 0.812 0 0 5335 2356 0.812 0 0 2 interp_poly 5403 2334 0.812 0 0 5363 2327 0.875 0 0 5403 2334 0.812 0 0 2 interp_poly -40 -116 68 -19 5239 2522 3 MP PP 5239 2522 1 0.125 0 5307 2503 1 0.0625 0 5239 2522 1 0.125 0 2 interp_poly 5307 2503 1 0.0625 0 5267 2387 0.875 0 0 5307 2503 1 0.0625 0 2 interp_poly 68 -19 -40 81 5279 2441 3 MP PP 5279 2441 0.875 0 0 5239 2522 1 0.125 0 5279 2441 0.875 0 0 2 interp_poly 5239 2522 1 0.125 0 5307 2503 1 0.0625 0 5239 2522 1 0.125 0 2 interp_poly 68 -31 -40 -116 5307 2503 3 MP PP 5307 2503 1 0.0625 0 5267 2387 0.875 0 0 5307 2503 1 0.0625 0 2 interp_poly 5267 2387 0.875 0 0 5335 2356 0.812 0 0 5267 2387 0.875 0 0 2 interp_poly -40 88 68 -26 5279 2441 3 MP PP 5279 2441 0.875 0 0 5347 2415 0.812 0 0 5279 2441 0.875 0 0 2 interp_poly 5347 2415 0.812 0 0 5307 2503 1 0.0625 0 5347 2415 0.812 0 0 2 interp_poly -40 -57 68 13 5291 2520 3 MP PP 5291 2520 0.875 0 0 5359 2533 0.938 0 0 5291 2520 0.875 0 0 2 interp_poly 5359 2533 0.938 0 0 5319 2476 0.875 0 0 5359 2533 0.938 0 0 2 interp_poly 68 -46 -40 -57 5359 2533 3 MP PP 5359 2533 0.938 0 0 5319 2476 0.875 0 0 5359 2533 0.938 0 0 2 interp_poly 5319 2476 0.875 0 0 5387 2430 0.812 0 0 5319 2476 0.875 0 0 2 interp_poly 68 13 -40 42 5331 2478 3 MP PP 5331 2478 0.75 0 0 5291 2520 0.875 0 0 5331 2478 0.75 0 0 2 interp_poly 5291 2520 0.875 0 0 5359 2533 0.938 0 0 5291 2520 0.875 0 0 2 interp_poly -40 71 68 -16 5331 2478 3 MP PP 5331 2478 0.75 0 0 5399 2462 0.75 0 0 5331 2478 0.75 0 0 2 interp_poly 5399 2462 0.75 0 0 5359 2533 0.938 0 0 5399 2462 0.75 0 0 2 interp_poly 68 -16 -40 -97 5371 2575 3 MP PP 5371 2575 0.938 0 0 5331 2478 0.75 0 0 5371 2575 0.938 0 0 2 interp_poly 5331 2478 0.75 0 0 5399 2462 0.75 0 0 5331 2478 0.75 0 0 2 interp_poly 68 -29 -40 -18 5370 2033 3 MP PP 5370 2033 0.938 0 0 5330 2015 0.938 0 0 5370 2033 0.938 0 0 2 interp_poly 5330 2015 0.938 0 0 5398 1986 0.875 0 0 5330 2015 0.938 0 0 2 interp_poly -40 0 68 -29 5330 2015 3 MP PP 5330 2015 0.938 0 0 5398 1986 0.875 0 0 5330 2015 0.938 0 0 2 interp_poly 5398 1986 0.875 0 0 5358 1986 0.938 0 0 5398 1986 0.875 0 0 2 interp_poly 68 3 -40 -17 5363 2327 3 MP PP 5363 2327 0.875 0 0 5323 2310 0.875 0 0 5363 2327 0.875 0 0 2 interp_poly 5323 2310 0.875 0 0 5391 2313 0.875 0 0 5323 2310 0.875 0 0 2 interp_poly -40 -89 68 3 5323 2310 3 MP PP 5323 2310 0.875 0 0 5391 2313 0.875 0 0 5323 2310 0.875 0 0 2 interp_poly 5391 2313 0.875 0 0 5351 2224 0.75 0 0 5391 2313 0.875 0 0 2 interp_poly -40 -15 68 -46 5319 2476 3 MP PP 5319 2476 0.875 0 0 5387 2430 0.812 0 0 5319 2476 0.875 0 0 2 interp_poly 5387 2430 0.812 0 0 5347 2415 0.812 0 0 5387 2430 0.812 0 0 2 interp_poly 68 22 -40 -28 5358 1986 3 MP PP 5358 1986 0.938 0 0 5318 1958 0.938 0 0 5358 1986 0.938 0 0 2 interp_poly 5318 1958 0.938 0 0 5386 1980 1 0 0 5318 1958 0.938 0 0 2 interp_poly -40 -20 68 25 5266 1841 3 MP PP 5266 1841 0.875 0 0 5334 1866 0.938 0 0 5266 1841 0.875 0 0 2 interp_poly 5334 1866 0.938 0 0 5294 1846 1 0 0 5334 1866 0.938 0 0 2 interp_poly -40 -116 68 22 5226 1824 3 MP PP 5226 1824 0.875 0 0 5294 1846 1 0 0 5226 1824 0.875 0 0 2 interp_poly 5294 1846 1 0 0 5254 1730 0.75 0 0 5294 1846 1 0 0 2 interp_poly 68 22 -40 -17 5266 1841 3 MP PP 5266 1841 0.875 0 0 5226 1824 0.875 0 0 5266 1841 0.875 0 0 2 interp_poly 5226 1824 0.875 0 0 5294 1846 1 0 0 5226 1824 0.875 0 0 2 interp_poly 68 25 -40 63 5306 1778 3 MP PP 5306 1778 0.688 0 0 5266 1841 0.875 0 0 5306 1778 0.688 0 0 2 interp_poly 5266 1841 0.875 0 0 5334 1866 0.938 0 0 5266 1841 0.875 0 0 2 interp_poly -40 -205 68 22 5318 1958 3 MP PP 5318 1958 0.938 0 0 5386 1980 1 0 0 5318 1958 0.938 0 0 2 interp_poly 5386 1980 1 0 0 5346 1775 0.625 0 0 5386 1980 1 0 0 2 interp_poly 68 -30 -40 13 5354 2058 3 MP PP 5354 2058 0.75 0 0 5314 2071 0.812 0 0 5354 2058 0.75 0 0 2 interp_poly 5314 2071 0.812 0 0 5382 2041 0.812 0 0 5314 2071 0.812 0 0 2 interp_poly -40 12 68 -30 5314 2071 3 MP PP 5314 2071 0.812 0 0 5382 2041 0.812 0 0 5314 2071 0.812 0 0 2 interp_poly 5382 2041 0.812 0 0 5342 2053 0.875 0 0 5382 2041 0.812 0 0 2 interp_poly -40 -97 68 1 5303 2574 3 MP PP 5303 2574 0.875 0 0 5371 2575 0.938 0 0 5303 2574 0.875 0 0 2 interp_poly 5371 2575 0.938 0 0 5331 2478 0.75 0 0 5371 2575 0.938 0 0 2 interp_poly -40 -31 68 -32 5262 2047 3 MP PP 5262 2047 1 0 0 5330 2015 0.938 0 0 5262 2047 1 0 0 2 interp_poly 5330 2015 0.938 0 0 5290 1984 0.938 0 0 5330 2015 0.938 0 0 2 interp_poly 68 -32 -40 22 5302 2025 3 MP PP 5302 2025 0.875 0 0 5262 2047 1 0 0 5302 2025 0.875 0 0 2 interp_poly 5262 2047 1 0 0 5330 2015 0.938 0 0 5262 2047 1 0 0 2 interp_poly 68 8 -40 -28 5342 2053 3 MP PP 5342 2053 0.875 0 0 5302 2025 0.875 0 0 5342 2053 0.875 0 0 2 interp_poly 5302 2025 0.875 0 0 5370 2033 0.938 0 0 5302 2025 0.875 0 0 2 interp_poly -40 -18 68 8 5302 2025 3 MP PP 5302 2025 0.875 0 0 5370 2033 0.938 0 0 5302 2025 0.875 0 0 2 interp_poly 5370 2033 0.938 0 0 5330 2015 0.938 0 0 5370 2033 0.938 0 0 2 interp_poly 68 -31 -40 2 5335 2356 3 MP PP 5335 2356 0.812 0 0 5295 2358 0.875 0 0 5335 2356 0.812 0 0 2 interp_poly 5295 2358 0.875 0 0 5363 2327 0.875 0 0 5295 2358 0.875 0 0 2 interp_poly -40 -17 68 -31 5295 2358 3 MP PP 5295 2358 0.875 0 0 5363 2327 0.875 0 0 5295 2358 0.875 0 0 2 interp_poly 5363 2327 0.875 0 0 5323 2310 0.875 0 0 5363 2327 0.875 0 0 2 interp_poly 68 2 -40 -31 5330 2015 3 MP PP 5330 2015 0.938 0 0 5290 1984 0.938 0 0 5330 2015 0.938 0 0 2 interp_poly 5290 1984 0.938 0 0 5358 1986 0.938 0 0 5290 1984 0.938 0 0 2 interp_poly -40 -28 68 2 5290 1984 3 MP PP 5290 1984 0.938 0 0 5358 1986 0.938 0 0 5290 1984 0.938 0 0 2 interp_poly 5358 1986 0.938 0 0 5318 1958 0.938 0 0 5358 1986 0.938 0 0 2 interp_poly -40 13 67 -30 5287 2088 3 MP PP 5287 2088 0.75 0 0 5354 2058 0.75 0 0 5287 2088 0.75 0 0 2 interp_poly 5354 2058 0.75 0 0 5314 2071 0.812 0 0 5354 2058 0.75 0 0 2 interp_poly -40 -143 68 4 5203 2282 3 MP PP 5203 2282 1 0 0 5271 2286 1 0 0 5203 2282 1 0 0 2 interp_poly 5271 2286 1 0 0 5231 2143 0.75 0 0 5271 2286 1 0 0 2 interp_poly 68 -14 -40 -143 5271 2286 3 MP PP 5271 2286 1 0 0 5231 2143 0.75 0 0 5271 2286 1 0 0 2 interp_poly 5231 2143 0.75 0 0 5299 2129 0.75 0 0 5231 2143 0.75 0 0 2 interp_poly -40 24 68 -1 5243 2263 3 MP PP 5243 2263 0.875 0 0 5311 2262 0.875 0 0 5243 2263 0.875 0 0 2 interp_poly 5311 2262 0.875 0 0 5271 2286 1 0 0 5311 2262 0.875 0 0 2 interp_poly 68 -1 -40 41 5283 2222 3 MP PP 5283 2222 0.688 0 0 5243 2263 0.875 0 0 5283 2222 0.688 0 0 2 interp_poly 5243 2263 0.875 0 0 5311 2262 0.875 0 0 5243 2263 0.875 0 0 2 interp_poly -40 38 68 2 5283 2222 3 MP PP 5283 2222 0.688 0 0 5351 2224 0.75 0 0 5283 2222 0.688 0 0 2 interp_poly 5351 2224 0.75 0 0 5311 2262 0.875 0 0 5351 2224 0.75 0 0 2 interp_poly 68 2 -40 -88 5323 2310 3 MP PP 5323 2310 0.875 0 0 5283 2222 0.688 0 0 5323 2310 0.875 0 0 2 interp_poly 5283 2222 0.688 0 0 5351 2224 0.75 0 0 5283 2222 0.688 0 0 2 interp_poly 68 -26 -40 -35 5319 2476 3 MP PP 5319 2476 0.875 0 0 5279 2441 0.875 0 0 5319 2476 0.875 0 0 2 interp_poly 5279 2441 0.875 0 0 5347 2415 0.812 0 0 5279 2441 0.875 0 0 2 interp_poly -40 63 68 -20 5238 1798 3 MP PP 5238 1798 0.688 0 0 5306 1778 0.688 0 0 5238 1798 0.688 0 0 2 interp_poly 5306 1778 0.688 0 0 5266 1841 0.875 0 0 5306 1778 0.688 0 0 2 interp_poly 68 -30 -40 -153 5318 1958 3 MP PP 5318 1958 0.938 0 0 5278 1805 0.625 0 0 5318 1958 0.938 0 0 2 interp_poly 5278 1805 0.625 0 0 5346 1775 0.625 0 0 5278 1805 0.625 0 0 2 interp_poly -40 3 68 -30 5278 1805 3 MP PP 5278 1805 0.625 0 0 5346 1775 0.625 0 0 5278 1805 0.625 0 0 2 interp_poly 5346 1775 0.625 0 0 5306 1778 0.688 0 0 5346 1775 0.625 0 0 2 interp_poly 68 -5 -40 -13 5314 2071 3 MP PP 5314 2071 0.812 0 0 5274 2058 0.875 0 0 5314 2071 0.812 0 0 2 interp_poly 5274 2058 0.875 0 0 5342 2053 0.875 0 0 5274 2058 0.875 0 0 2 interp_poly -40 -28 68 -5 5274 2058 3 MP PP 5274 2058 0.875 0 0 5342 2053 0.875 0 0 5274 2058 0.875 0 0 2 interp_poly 5342 2053 0.875 0 0 5302 2025 0.875 0 0 5342 2053 0.875 0 0 2 interp_poly -40 2 68 -31 5267 2387 3 MP PP 5267 2387 0.875 0 0 5335 2356 0.812 0 0 5267 2387 0.875 0 0 2 interp_poly 5335 2356 0.812 0 0 5295 2358 0.875 0 0 5335 2356 0.812 0 0 2 interp_poly -40 -112 68 8 5171 2514 3 MP PP 5171 2514 1 0.0625 0 5239 2522 1 0.125 0 5171 2514 1 0.0625 0 2 interp_poly 5239 2522 1 0.125 0 5199 2410 0.875 0 0 5239 2522 1 0.125 0 2 interp_poly 68 8 -40 45 5211 2469 3 MP PP 5211 2469 0.875 0 0 5171 2514 1 0.0625 0 5211 2469 0.875 0 0 2 interp_poly 5171 2514 1 0.0625 0 5239 2522 1 0.125 0 5171 2514 1 0.0625 0 2 interp_poly 68 -23 -40 -112 5239 2522 3 MP PP 5239 2522 1 0.125 0 5199 2410 0.875 0 0 5239 2522 1 0.125 0 2 interp_poly 5199 2410 0.875 0 0 5267 2387 0.875 0 0 5199 2410 0.875 0 0 2 interp_poly -40 81 68 -28 5211 2469 3 MP PP 5211 2469 0.875 0 0 5279 2441 0.875 0 0 5211 2469 0.875 0 0 2 interp_poly 5279 2441 0.875 0 0 5239 2522 1 0.125 0 5279 2441 0.875 0 0 2 interp_poly -40 -72 68 7 5183 2534 3 MP PP 5183 2534 0.938 0 0 5251 2541 1 0 0 5183 2534 0.938 0 0 2 interp_poly 5251 2541 1 0 0 5211 2469 0.875 0 0 5251 2541 1 0 0 2 interp_poly 68 -28 -40 -72 5251 2541 3 MP PP 5251 2541 1 0 0 5211 2469 0.875 0 0 5251 2541 1 0 0 2 interp_poly 5211 2469 0.875 0 0 5279 2441 0.875 0 0 5211 2469 0.875 0 0 2 interp_poly -40 -35 68 -65 5251 2541 3 MP PP 5251 2541 1 0 0 5319 2476 0.875 0 0 5251 2541 1 0 0 2 interp_poly 5319 2476 0.875 0 0 5279 2441 0.875 0 0 5319 2476 0.875 0 0 2 interp_poly 68 -65 -40 21 5291 2520 3 MP PP 5291 2520 0.875 0 0 5251 2541 1 0 0 5291 2520 0.875 0 0 2 interp_poly 5251 2541 1 0 0 5319 2476 0.875 0 0 5251 2541 1 0 0 2 interp_poly -40 21 68 -9 5223 2529 3 MP PP 5223 2529 0.875 0 0 5291 2520 0.875 0 0 5223 2529 0.875 0 0 2 interp_poly 5291 2520 0.875 0 0 5251 2541 1 0 0 5291 2520 0.875 0 0 2 interp_poly 68 -9 -40 -6 5263 2535 3 MP PP 5263 2535 0.812 0 0 5223 2529 0.875 0 0 5263 2535 0.812 0 0 2 interp_poly 5223 2529 0.875 0 0 5291 2520 0.875 0 0 5223 2529 0.875 0 0 2 interp_poly -40 42 68 -57 5263 2535 3 MP PP 5263 2535 0.812 0 0 5331 2478 0.75 0 0 5263 2535 0.812 0 0 2 interp_poly 5331 2478 0.75 0 0 5291 2520 0.875 0 0 5331 2478 0.75 0 0 2 interp_poly 68 -57 -40 -39 5303 2574 3 MP PP 5303 2574 0.875 0 0 5263 2535 0.812 0 0 5303 2574 0.875 0 0 2 interp_poly 5263 2535 0.812 0 0 5331 2478 0.75 0 0 5263 2535 0.812 0 0 2 interp_poly 68 -42 -40 -6 5295 2358 3 MP PP 5295 2358 0.875 0 0 5255 2352 0.938 0 0 5295 2358 0.875 0 0 2 interp_poly 5255 2352 0.938 0 0 5323 2310 0.875 0 0 5255 2352 0.938 0 0 2 interp_poly 68 4 -40 19 5243 2263 3 MP PP 5243 2263 0.875 0 0 5203 2282 1 0 0 5243 2263 0.875 0 0 2 interp_poly 5203 2282 1 0 0 5271 2286 1 0 0 5203 2282 1 0 0 2 interp_poly -40 -88 68 -42 5255 2352 3 MP PP 5255 2352 0.938 0 0 5323 2310 0.875 0 0 5255 2352 0.938 0 0 2 interp_poly 5323 2310 0.875 0 0 5283 2222 0.688 0 0 5323 2310 0.875 0 0 2 interp_poly 68 7 -40 -33 5290 1984 3 MP PP 5290 1984 0.938 0 0 5250 1951 0.875 0 0 5290 1984 0.938 0 0 2 interp_poly 5250 1951 0.875 0 0 5318 1958 0.938 0 0 5250 1951 0.875 0 0 2 interp_poly -40 -153 68 7 5250 1951 3 MP PP 5250 1951 0.875 0 0 5318 1958 0.938 0 0 5250 1951 0.875 0 0 2 interp_poly 5318 1958 0.938 0 0 5278 1805 0.625 0 0 5318 1958 0.938 0 0 2 interp_poly 67 -16 -40 -1 5287 2088 3 MP PP 5287 2088 0.75 0 0 5247 2087 0.812 0 0 5287 2088 0.75 0 0 2 interp_poly 5247 2087 0.812 0 0 5314 2071 0.812 0 0 5247 2087 0.812 0 0 2 interp_poly -40 -13 67 -16 5247 2087 3 MP PP 5247 2087 0.812 0 0 5314 2071 0.812 0 0 5247 2087 0.812 0 0 2 interp_poly 5314 2071 0.812 0 0 5274 2058 0.875 0 0 5314 2071 0.812 0 0 2 interp_poly 68 -20 -40 -7 5278 1805 3 MP PP 5278 1805 0.625 0 0 5238 1798 0.688 0 0 5278 1805 0.625 0 0 2 interp_poly 5238 1798 0.688 0 0 5306 1778 0.688 0 0 5238 1798 0.688 0 0 2 interp_poly -40 -39 67 -26 5236 2600 3 MP PP 5236 2600 0.875 0 0 5303 2574 0.875 0 0 5236 2600 0.875 0 0 2 interp_poly 5303 2574 0.875 0 0 5263 2535 0.812 0 0 5303 2574 0.875 0 0 2 interp_poly -40 -54 68 2 5194 2045 3 MP PP 5194 2045 0.938 0 0 5262 2047 1 0 0 5194 2045 0.938 0 0 2 interp_poly 5262 2047 1 0 0 5222 1993 0.875 0 0 5262 2047 1 0 0 2 interp_poly 68 2 -40 16 5234 2029 3 MP PP 5234 2029 0.812 0 0 5194 2045 0.938 0 0 5234 2029 0.812 0 0 2 interp_poly 5194 2045 0.938 0 0 5262 2047 1 0 0 5194 2045 0.938 0 0 2 interp_poly 68 -9 -40 -54 5262 2047 3 MP PP 5262 2047 1 0 0 5222 1993 0.875 0 0 5262 2047 1 0 0 2 interp_poly 5222 1993 0.875 0 0 5290 1984 0.938 0 0 5222 1993 0.875 0 0 2 interp_poly -40 22 68 -4 5234 2029 3 MP PP 5234 2029 0.812 0 0 5302 2025 0.875 0 0 5234 2029 0.812 0 0 2 interp_poly 5302 2025 0.875 0 0 5262 2047 1 0 0 5302 2025 0.875 0 0 2 interp_poly 68 -4 -40 -29 5274 2058 3 MP PP 5274 2058 0.875 0 0 5234 2029 0.812 0 0 5274 2058 0.875 0 0 2 interp_poly 5234 2029 0.812 0 0 5302 2025 0.875 0 0 5234 2029 0.812 0 0 2 interp_poly -40 -9 68 -14 5231 2143 3 MP PP 5231 2143 0.75 0 0 5299 2129 0.75 0 0 5231 2143 0.75 0 0 2 interp_poly 5299 2129 0.75 0 0 5259 2120 0.75 0 0 5299 2129 0.75 0 0 2 interp_poly 68 -6 -40 -23 5267 2387 3 MP PP 5267 2387 0.875 0 0 5227 2364 0.875 0 0 5267 2387 0.875 0 0 2 interp_poly 5227 2364 0.875 0 0 5295 2358 0.875 0 0 5227 2364 0.875 0 0 2 interp_poly -40 -6 68 -6 5227 2364 3 MP PP 5227 2364 0.875 0 0 5295 2358 0.875 0 0 5227 2364 0.875 0 0 2 interp_poly 5295 2358 0.875 0 0 5255 2352 0.938 0 0 5295 2358 0.875 0 0 2 interp_poly -40 -33 68 -9 5222 1993 3 MP PP 5222 1993 0.875 0 0 5290 1984 0.938 0 0 5222 1993 0.875 0 0 2 interp_poly 5290 1984 0.938 0 0 5250 1951 0.875 0 0 5290 1984 0.938 0 0 2 interp_poly -40 -18 68 -26 5179 2113 3 MP PP 5179 2113 0.875 0 0 5247 2087 0.812 0 0 5179 2113 0.875 0 0 2 interp_poly 5247 2087 0.812 0 0 5207 2069 0.875 0 0 5247 2087 0.812 0 0 2 interp_poly 68 -26 -40 32 5219 2081 3 MP PP 5219 2081 0.75 0 0 5179 2113 0.875 0 0 5219 2081 0.75 0 0 2 interp_poly 5179 2113 0.875 0 0 5247 2087 0.812 0 0 5179 2113 0.875 0 0 2 interp_poly 67 -11 -40 -18 5247 2087 3 MP PP 5247 2087 0.812 0 0 5207 2069 0.875 0 0 5247 2087 0.812 0 0 2 interp_poly 5207 2069 0.875 0 0 5274 2058 0.875 0 0 5207 2069 0.875 0 0 2 interp_poly -40 -1 68 7 5219 2081 3 MP PP 5219 2081 0.75 0 0 5287 2088 0.75 0 0 5219 2081 0.75 0 0 2 interp_poly 5287 2088 0.75 0 0 5247 2087 0.812 0 0 5287 2088 0.75 0 0 2 interp_poly 68 7 -40 -39 5259 2120 3 MP PP 5259 2120 0.75 0 0 5219 2081 0.75 0 0 5259 2120 0.75 0 0 2 interp_poly 5219 2081 0.75 0 0 5287 2088 0.75 0 0 5219 2081 0.75 0 0 2 interp_poly -40 -64 68 -28 5059 2100 3 MP PP 5059 2100 1 0 0 5127 2072 1 0 0 5059 2100 1 0 0 2 interp_poly 5127 2072 1 0 0 5087 2008 0.875 0 0 5127 2072 1 0 0 2 interp_poly 67 -14 -40 -64 5127 2072 3 MP PP 5127 2072 1 0 0 5087 2008 0.875 0 0 5127 2072 1 0 0 2 interp_poly 5087 2008 0.875 0 0 5154 1994 0.875 0 0 5087 2008 0.875 0 0 2 interp_poly -40 -51 67 -27 5127 2072 3 MP PP 5127 2072 1 0 0 5194 2045 0.938 0 0 5127 2072 1 0 0 2 interp_poly 5194 2045 0.938 0 0 5154 1994 0.875 0 0 5194 2045 0.938 0 0 2 interp_poly 68 -1 -40 -51 5194 2045 3 MP PP 5194 2045 0.938 0 0 5154 1994 0.875 0 0 5194 2045 0.938 0 0 2 interp_poly 5154 1994 0.875 0 0 5222 1993 0.875 0 0 5154 1994 0.875 0 0 2 interp_poly -40 74 68 -30 5099 2028 3 MP PP 5099 2028 0.75 0 0 5167 1998 0.75 0 0 5099 2028 0.75 0 0 2 interp_poly 5167 1998 0.75 0 0 5127 2072 1 0 0 5167 1998 0.75 0 0 2 interp_poly 67 -27 -40 74 5167 1998 3 MP PP 5167 1998 0.75 0 0 5127 2072 1 0 0 5167 1998 0.75 0 0 2 interp_poly 5127 2072 1 0 0 5194 2045 0.938 0 0 5127 2072 1 0 0 2 interp_poly -40 -65 68 -39 5111 2152 3 MP PP 5111 2152 0.938 0 0 5179 2113 0.875 0 0 5111 2152 0.938 0 0 2 interp_poly 5179 2113 0.875 0 0 5139 2048 0.75 0 0 5179 2113 0.875 0 0 2 interp_poly 68 -39 -40 52 5151 2100 3 MP PP 5151 2100 0.75 0 0 5111 2152 0.938 0 0 5151 2100 0.75 0 0 2 interp_poly 5111 2152 0.938 0 0 5179 2113 0.875 0 0 5111 2152 0.938 0 0 2 interp_poly -40 -32 68 -54 5123 2186 3 MP PP 5123 2186 0.875 0 0 5191 2132 0.75 0 0 5123 2186 0.875 0 0 2 interp_poly 5191 2132 0.75 0 0 5151 2100 0.75 0 0 5191 2132 0.75 0 0 2 interp_poly 68 -54 -40 45 5163 2141 3 MP PP 5163 2141 0.688 0 0 5123 2186 0.875 0 0 5163 2141 0.688 0 0 2 interp_poly 5123 2186 0.875 0 0 5191 2132 0.75 0 0 5123 2186 0.875 0 0 2 interp_poly -40 -141 68 -33 5135 2315 3 MP PP 5135 2315 1 0 0 5203 2282 1 0 0 5135 2315 1 0 0 2 interp_poly 5203 2282 1 0 0 5163 2141 0.688 0 0 5203 2282 1 0 0 2 interp_poly 68 2 -40 -141 5203 2282 3 MP PP 5203 2282 1 0 0 5163 2141 0.688 0 0 5203 2282 1 0 0 2 interp_poly 5163 2141 0.688 0 0 5231 2143 0.75 0 0 5163 2141 0.688 0 0 2 interp_poly -40 19 68 -12 5175 2275 3 MP PP 5175 2275 0.875 0 0 5243 2263 0.875 0 0 5175 2275 0.875 0 0 2 interp_poly 5243 2263 0.875 0 0 5203 2282 1 0 0 5243 2263 0.875 0 0 2 interp_poly 68 -12 -40 25 5215 2250 3 MP PP 5215 2250 0.75 0 0 5175 2275 0.875 0 0 5215 2250 0.75 0 0 2 interp_poly 5175 2275 0.875 0 0 5243 2263 0.875 0 0 5175 2275 0.875 0 0 2 interp_poly -40 41 68 -28 5215 2250 3 MP PP 5215 2250 0.75 0 0 5283 2222 0.688 0 0 5215 2250 0.75 0 0 2 interp_poly 5283 2222 0.688 0 0 5243 2263 0.875 0 0 5283 2222 0.688 0 0 2 interp_poly 68 -28 -40 -102 5255 2352 3 MP PP 5255 2352 0.938 0 0 5215 2250 0.75 0 0 5255 2352 0.938 0 0 2 interp_poly 5215 2250 0.75 0 0 5283 2222 0.688 0 0 5215 2250 0.75 0 0 2 interp_poly -40 -89 68 19 5158 1805 3 MP PP 5158 1805 0.812 0 0 5226 1824 0.875 0 0 5158 1805 0.812 0 0 2 interp_poly 5226 1824 0.875 0 0 5186 1735 0.75 0 0 5226 1824 0.875 0 0 2 interp_poly 68 19 -40 -62 5198 1867 3 MP PP 5198 1867 0.875 0 0 5158 1805 0.812 0 0 5198 1867 0.875 0 0 2 interp_poly 5158 1805 0.812 0 0 5226 1824 0.875 0 0 5158 1805 0.812 0 0 2 interp_poly -40 -62 68 -22 5130 1889 3 MP PP 5130 1889 0.938 0 0 5198 1867 0.875 0 0 5130 1889 0.938 0 0 2 interp_poly 5198 1867 0.875 0 0 5158 1805 0.812 0 0 5198 1867 0.875 0 0 2 interp_poly 68 -5 -40 -89 5226 1824 3 MP PP 5226 1824 0.875 0 0 5186 1735 0.75 0 0 5226 1824 0.875 0 0 2 interp_poly 5186 1735 0.75 0 0 5254 1730 0.75 0 0 5186 1735 0.75 0 0 2 interp_poly -40 69 68 -42 5170 1840 3 MP PP 5170 1840 0.75 0 0 5238 1798 0.688 0 0 5170 1840 0.75 0 0 2 interp_poly 5238 1798 0.688 0 0 5198 1867 0.875 0 0 5238 1798 0.688 0 0 2 interp_poly -40 -17 68 -26 5198 1867 3 MP PP 5198 1867 0.875 0 0 5266 1841 0.875 0 0 5198 1867 0.875 0 0 2 interp_poly 5266 1841 0.875 0 0 5226 1824 0.875 0 0 5266 1841 0.875 0 0 2 interp_poly 68 -26 -40 69 5238 1798 3 MP PP 5238 1798 0.688 0 0 5198 1867 0.875 0 0 5238 1798 0.688 0 0 2 interp_poly 5198 1867 0.875 0 0 5266 1841 0.875 0 0 5198 1867 0.875 0 0 2 interp_poly 68 -22 -40 -124 5250 1951 3 MP PP 5250 1951 0.875 0 0 5210 1827 0.688 0 0 5250 1951 0.875 0 0 2 interp_poly 5210 1827 0.688 0 0 5278 1805 0.625 0 0 5210 1827 0.688 0 0 2 interp_poly -40 -7 68 -22 5210 1827 3 MP PP 5210 1827 0.688 0 0 5278 1805 0.625 0 0 5210 1827 0.688 0 0 2 interp_poly 5278 1805 0.625 0 0 5238 1798 0.688 0 0 5278 1805 0.625 0 0 2 interp_poly -40 -29 67 -11 5207 2069 3 MP PP 5207 2069 0.875 0 0 5274 2058 0.875 0 0 5207 2069 0.875 0 0 2 interp_poly 5274 2058 0.875 0 0 5234 2029 0.812 0 0 5274 2058 0.875 0 0 2 interp_poly -40 -23 68 -23 5199 2410 3 MP PP 5199 2410 0.875 0 0 5267 2387 0.875 0 0 5199 2410 0.875 0 0 2 interp_poly 5267 2387 0.875 0 0 5227 2364 0.875 0 0 5267 2387 0.875 0 0 2 interp_poly 68 7 -40 5 5223 2529 3 MP PP 5223 2529 0.875 0 0 5183 2534 0.938 0 0 5223 2529 0.875 0 0 2 interp_poly 5183 2534 0.938 0 0 5251 2541 1 0 0 5183 2534 0.938 0 0 2 interp_poly 67 -30 -40 -35 5236 2600 3 MP PP 5236 2600 0.875 0 0 5196 2565 0.875 0 0 5236 2600 0.875 0 0 2 interp_poly 5196 2565 0.875 0 0 5263 2535 0.812 0 0 5196 2565 0.875 0 0 2 interp_poly -40 -6 67 -30 5196 2565 3 MP PP 5196 2565 0.875 0 0 5263 2535 0.812 0 0 5196 2565 0.875 0 0 2 interp_poly 5263 2535 0.812 0 0 5223 2529 0.875 0 0 5263 2535 0.812 0 0 2 interp_poly 68 -12 -40 -11 5231 2143 3 MP PP 5231 2143 0.75 0 0 5191 2132 0.75 0 0 5231 2143 0.75 0 0 2 interp_poly 5191 2132 0.75 0 0 5259 2120 0.75 0 0 5191 2132 0.75 0 0 2 interp_poly -40 -39 68 -12 5191 2132 3 MP PP 5191 2132 0.75 0 0 5259 2120 0.75 0 0 5191 2132 0.75 0 0 2 interp_poly 5259 2120 0.75 0 0 5219 2081 0.75 0 0 5259 2120 0.75 0 0 2 interp_poly 68 -2 -40 -10 5227 2364 3 MP PP 5227 2364 0.875 0 0 5187 2354 0.875 0 0 5227 2364 0.875 0 0 2 interp_poly 5187 2354 0.875 0 0 5255 2352 0.938 0 0 5187 2354 0.875 0 0 2 interp_poly -40 -102 68 -2 5187 2354 3 MP PP 5187 2354 0.875 0 0 5255 2352 0.938 0 0 5187 2354 0.875 0 0 2 interp_poly 5255 2352 0.938 0 0 5215 2250 0.75 0 0 5255 2352 0.938 0 0 2 interp_poly -40 -30 68 -5 5186 1735 3 MP PP 5186 1735 0.75 0 0 5254 1730 0.75 0 0 5186 1735 0.75 0 0 2 interp_poly 5254 1730 0.75 0 0 5214 1700 0.75 0 0 5254 1730 0.75 0 0 2 interp_poly 68 42 -40 -84 5222 1993 3 MP PP 5222 1993 0.875 0 0 5182 1909 0.75 0 0 5222 1993 0.875 0 0 2 interp_poly 5182 1909 0.75 0 0 5250 1951 0.875 0 0 5182 1909 0.75 0 0 2 interp_poly 68 -22 -40 49 5170 1840 3 MP PP 5170 1840 0.75 0 0 5130 1889 0.938 0 0 5170 1840 0.75 0 0 2 interp_poly 5130 1889 0.938 0 0 5198 1867 0.875 0 0 5130 1889 0.938 0 0 2 interp_poly -40 -124 68 42 5182 1909 3 MP PP 5182 1909 0.75 0 0 5250 1951 0.875 0 0 5182 1909 0.75 0 0 2 interp_poly 5250 1951 0.875 0 0 5210 1827 0.688 0 0 5250 1951 0.875 0 0 2 interp_poly 68 -42 -40 13 5210 1827 3 MP PP 5210 1827 0.688 0 0 5170 1840 0.75 0 0 5210 1827 0.688 0 0 2 interp_poly 5170 1840 0.75 0 0 5238 1798 0.688 0 0 5170 1840 0.75 0 0 2 interp_poly -40 -35 68 -8 5168 2608 3 MP PP 5168 2608 0.875 0 0 5236 2600 0.875 0 0 5168 2608 0.875 0 0 2 interp_poly 5236 2600 0.875 0 0 5196 2565 0.875 0 0 5236 2600 0.875 0 0 2 interp_poly -40 16 67 31 5167 1998 3 MP PP 5167 1998 0.75 0 0 5234 2029 0.812 0 0 5167 1998 0.75 0 0 2 interp_poly 5234 2029 0.812 0 0 5194 2045 0.938 0 0 5234 2029 0.812 0 0 2 interp_poly 67 31 -40 -71 5207 2069 3 MP PP 5207 2069 0.875 0 0 5167 1998 0.75 0 0 5207 2069 0.875 0 0 2 interp_poly 5167 1998 0.75 0 0 5234 2029 0.812 0 0 5167 1998 0.75 0 0 2 interp_poly -40 -11 68 2 5163 2141 3 MP PP 5163 2141 0.688 0 0 5231 2143 0.75 0 0 5163 2141 0.688 0 0 2 interp_poly 5231 2143 0.75 0 0 5191 2132 0.75 0 0 5231 2143 0.75 0 0 2 interp_poly 68 -63 -40 17 5199 2410 3 MP PP 5199 2410 0.875 0 0 5159 2427 1 0 0 5199 2410 0.875 0 0 2 interp_poly 5159 2427 1 0 0 5227 2364 0.875 0 0 5159 2427 1 0 0 2 interp_poly -40 -10 68 -63 5159 2427 3 MP PP 5159 2427 1 0 0 5227 2364 0.875 0 0 5159 2427 1 0 0 2 interp_poly 5227 2364 0.875 0 0 5187 2354 0.875 0 0 5227 2364 0.875 0 0 2 interp_poly -40 -26 68 -64 5091 2491 3 MP PP 5091 2491 1 0.125 0 5159 2427 1 0 0 5091 2491 1 0.125 0 2 interp_poly 5159 2427 1 0 0 5119 2401 1 0 0 5159 2427 1 0 0 2 interp_poly 68 -47 -40 -26 5159 2427 3 MP PP 5159 2427 1 0 0 5119 2401 1 0 0 5159 2427 1 0 0 2 interp_poly 5119 2401 1 0 0 5187 2354 0.875 0 0 5119 2401 1 0 0 2 interp_poly 68 -64 -40 88 5131 2403 3 MP PP 5131 2403 0.812 0 0 5091 2491 1 0.125 0 5131 2403 0.812 0 0 2 interp_poly 5091 2491 1 0.125 0 5159 2427 1 0 0 5091 2491 1 0.125 0 2 interp_poly -40 -111 68 -57 5103 2571 3 MP PP 5103 2571 1 0.125 0 5171 2514 1 0.0625 0 5103 2571 1 0.125 0 2 interp_poly 5171 2514 1 0.0625 0 5131 2403 0.812 0 0 5171 2514 1 0.0625 0 2 interp_poly 68 -57 -40 79 5143 2492 3 MP PP 5143 2492 0.875 0 0 5103 2571 1 0.125 0 5143 2492 0.875 0 0 2 interp_poly 5103 2571 1 0.125 0 5171 2514 1 0.0625 0 5103 2571 1 0.125 0 2 interp_poly -40 -42 67 -35 5116 2569 3 MP PP 5116 2569 1 0 0 5183 2534 0.938 0 0 5116 2569 1 0 0 2 interp_poly 5183 2534 0.938 0 0 5143 2492 0.875 0 0 5183 2534 0.938 0 0 2 interp_poly 67 -35 -40 25 5156 2544 3 MP PP 5156 2544 0.875 0 0 5116 2569 1 0 0 5156 2544 0.875 0 0 2 interp_poly 5116 2569 1 0 0 5183 2534 0.938 0 0 5116 2569 1 0 0 2 interp_poly 67 -15 -40 -21 5196 2565 3 MP PP 5196 2565 0.875 0 0 5156 2544 0.875 0 0 5196 2565 0.875 0 0 2 interp_poly 5156 2544 0.875 0 0 5223 2529 0.875 0 0 5156 2544 0.875 0 0 2 interp_poly -40 5 67 -15 5156 2544 3 MP PP 5156 2544 0.875 0 0 5223 2529 0.875 0 0 5156 2544 0.875 0 0 2 interp_poly 5223 2529 0.875 0 0 5183 2534 0.938 0 0 5223 2529 0.875 0 0 2 interp_poly -40 -84 68 -1 5154 1994 3 MP PP 5154 1994 0.875 0 0 5222 1993 0.875 0 0 5154 1994 0.875 0 0 2 interp_poly 5222 1993 0.875 0 0 5182 1909 0.75 0 0 5222 1993 0.875 0 0 2 interp_poly 68 21 -40 -65 5179 2113 3 MP PP 5179 2113 0.875 0 0 5139 2048 0.75 0 0 5179 2113 0.875 0 0 2 interp_poly 5139 2048 0.75 0 0 5207 2069 0.875 0 0 5139 2048 0.75 0 0 2 interp_poly -40 32 68 -19 5151 2100 3 MP PP 5151 2100 0.75 0 0 5219 2081 0.75 0 0 5151 2100 0.75 0 0 2 interp_poly 5219 2081 0.75 0 0 5179 2113 0.875 0 0 5219 2081 0.75 0 0 2 interp_poly 68 -19 -40 -32 5191 2132 3 MP PP 5191 2132 0.75 0 0 5151 2100 0.75 0 0 5191 2132 0.75 0 0 2 interp_poly 5151 2100 0.75 0 0 5219 2081 0.75 0 0 5151 2100 0.75 0 0 2 interp_poly 68 2 -40 -94 5059 2100 3 MP PP 5059 2100 1 0 0 5019 2006 0.812 0 0 5059 2100 1 0 0 2 interp_poly 5019 2006 0.812 0 0 5087 2008 0.875 0 0 5019 2006 0.812 0 0 2 interp_poly -40 72 68 5 5031 2023 3 MP PP 5031 2023 0.75 0 0 5099 2028 0.75 0 0 5031 2023 0.75 0 0 2 interp_poly 5099 2028 0.75 0 0 5059 2100 1 0 0 5099 2028 0.75 0 0 2 interp_poly 68 -28 -40 72 5099 2028 3 MP PP 5099 2028 0.75 0 0 5059 2100 1 0 0 5099 2028 0.75 0 0 2 interp_poly 5059 2100 1 0 0 5127 2072 1 0 0 5059 2100 1 0 0 2 interp_poly -40 -83 68 -1 5043 2153 3 MP PP 5043 2153 0.875 0 0 5111 2152 0.938 0 0 5043 2153 0.875 0 0 2 interp_poly 5111 2152 0.938 0 0 5071 2069 0.812 0 0 5111 2152 0.938 0 0 2 interp_poly 68 -1 -40 51 5083 2102 3 MP PP 5083 2102 0.688 0 0 5043 2153 0.875 0 0 5083 2102 0.688 0 0 2 interp_poly 5043 2153 0.875 0 0 5111 2152 0.938 0 0 5043 2153 0.875 0 0 2 interp_poly -40 -84 68 -20 5055 2206 3 MP PP 5055 2206 0.875 0 0 5123 2186 0.875 0 0 5055 2206 0.875 0 0 2 interp_poly 5123 2186 0.875 0 0 5083 2102 0.688 0 0 5123 2186 0.875 0 0 2 interp_poly 68 -20 -40 64 5095 2142 3 MP PP 5095 2142 0.688 0 0 5055 2206 0.875 0 0 5095 2142 0.688 0 0 2 interp_poly 5055 2206 0.875 0 0 5123 2186 0.875 0 0 5055 2206 0.875 0 0 2 interp_poly -40 -173 68 -1 5067 2316 3 MP PP 5067 2316 1 0 0 5135 2315 1 0 0 5067 2316 1 0 0 2 interp_poly 5135 2315 1 0 0 5095 2142 0.688 0 0 5135 2315 1 0 0 2 interp_poly 68 -21 -40 -83 5111 2152 3 MP PP 5111 2152 0.938 0 0 5071 2069 0.812 0 0 5111 2152 0.938 0 0 2 interp_poly 5071 2069 0.812 0 0 5139 2048 0.75 0 0 5071 2069 0.812 0 0 2 interp_poly -40 52 68 -2 5083 2102 3 MP PP 5083 2102 0.688 0 0 5151 2100 0.75 0 0 5083 2102 0.688 0 0 2 interp_poly 5151 2100 0.75 0 0 5111 2152 0.938 0 0 5151 2100 0.75 0 0 2 interp_poly 68 -2 -40 -84 5123 2186 3 MP PP 5123 2186 0.875 0 0 5083 2102 0.688 0 0 5123 2186 0.875 0 0 2 interp_poly 5083 2102 0.688 0 0 5151 2100 0.75 0 0 5083 2102 0.688 0 0 2 interp_poly -40 45 68 -1 5095 2142 3 MP PP 5095 2142 0.688 0 0 5163 2141 0.688 0 0 5095 2142 0.688 0 0 2 interp_poly 5163 2141 0.688 0 0 5123 2186 0.875 0 0 5163 2141 0.688 0 0 2 interp_poly 68 -1 -40 -173 5135 2315 3 MP PP 5135 2315 1 0 0 5095 2142 0.688 0 0 5135 2315 1 0 0 2 interp_poly 5095 2142 0.688 0 0 5163 2141 0.688 0 0 5095 2142 0.688 0 0 2 interp_poly -40 40 68 18 5107 2257 3 MP PP 5107 2257 0.812 0 0 5175 2275 0.875 0 0 5107 2257 0.812 0 0 2 interp_poly 5175 2275 0.875 0 0 5135 2315 1 0 0 5175 2275 0.875 0 0 2 interp_poly 68 18 -40 -7 5147 2264 3 MP PP 5147 2264 0.75 0 0 5107 2257 0.812 0 0 5147 2264 0.75 0 0 2 interp_poly 5107 2257 0.812 0 0 5175 2275 0.875 0 0 5107 2257 0.812 0 0 2 interp_poly 68 -33 -40 40 5175 2275 3 MP PP 5175 2275 0.875 0 0 5135 2315 1 0 0 5175 2275 0.875 0 0 2 interp_poly 5135 2315 1 0 0 5203 2282 1 0 0 5135 2315 1 0 0 2 interp_poly -40 25 68 -14 5147 2264 3 MP PP 5147 2264 0.75 0 0 5215 2250 0.75 0 0 5147 2264 0.75 0 0 2 interp_poly 5215 2250 0.75 0 0 5175 2275 0.875 0 0 5215 2250 0.75 0 0 2 interp_poly 68 -14 -40 -90 5187 2354 3 MP PP 5187 2354 0.875 0 0 5147 2264 0.75 0 0 5187 2354 0.875 0 0 2 interp_poly 5147 2264 0.75 0 0 5215 2250 0.75 0 0 5147 2264 0.75 0 0 2 interp_poly -40 43 68 28 5146 1672 3 MP PP 5146 1672 0.625 0 0 5214 1700 0.75 0 0 5146 1672 0.625 0 0 2 interp_poly 5214 1700 0.75 0 0 5174 1743 0.875 0 0 5214 1700 0.75 0 0 2 interp_poly 68 28 -40 -63 5186 1735 3 MP PP 5186 1735 0.75 0 0 5146 1672 0.625 0 0 5186 1735 0.75 0 0 2 interp_poly 5146 1672 0.625 0 0 5214 1700 0.75 0 0 5146 1672 0.625 0 0 2 interp_poly -40 17 68 7 5131 2403 3 MP PP 5131 2403 0.812 0 0 5199 2410 0.875 0 0 5131 2403 0.812 0 0 2 interp_poly 5199 2410 0.875 0 0 5159 2427 1 0 0 5199 2410 0.875 0 0 2 interp_poly 68 7 -40 -111 5171 2514 3 MP PP 5171 2514 1 0.0625 0 5131 2403 0.812 0 0 5171 2514 1 0.0625 0 2 interp_poly 5131 2403 0.812 0 0 5199 2410 0.875 0 0 5131 2403 0.812 0 0 2 interp_poly -40 45 68 -23 5143 2492 3 MP PP 5143 2492 0.875 0 0 5211 2469 0.875 0 0 5143 2492 0.875 0 0 2 interp_poly 5211 2469 0.875 0 0 5171 2514 1 0.0625 0 5211 2469 0.875 0 0 2 interp_poly 68 -23 -40 -42 5183 2534 3 MP PP 5183 2534 0.938 0 0 5143 2492 0.875 0 0 5183 2534 0.938 0 0 2 interp_poly 5143 2492 0.875 0 0 5211 2469 0.875 0 0 5143 2492 0.875 0 0 2 interp_poly 68 -60 -40 -24 5130 1889 3 MP PP 5130 1889 0.938 0 0 5090 1865 0.938 0 0 5130 1889 0.938 0 0 2 interp_poly 5090 1865 0.938 0 0 5158 1805 0.812 0 0 5090 1865 0.938 0 0 2 interp_poly -40 49 68 -25 5102 1865 3 MP PP 5102 1865 0.75 0 0 5170 1840 0.75 0 0 5102 1865 0.75 0 0 2 interp_poly 5170 1840 0.75 0 0 5130 1889 0.938 0 0 5170 1840 0.75 0 0 2 interp_poly 68 -36 -40 -46 5182 1909 3 MP PP 5182 1909 0.75 0 0 5142 1863 0.688 0 0 5182 1909 0.75 0 0 2 interp_poly 5142 1863 0.688 0 0 5210 1827 0.688 0 0 5142 1863 0.688 0 0 2 interp_poly -40 13 68 -36 5142 1863 3 MP PP 5142 1863 0.688 0 0 5210 1827 0.688 0 0 5142 1863 0.688 0 0 2 interp_poly 5210 1827 0.688 0 0 5170 1840 0.75 0 0 5210 1827 0.688 0 0 2 interp_poly -40 -71 68 21 5139 2048 3 MP PP 5139 2048 0.75 0 0 5207 2069 0.875 0 0 5139 2048 0.75 0 0 2 interp_poly 5207 2069 0.875 0 0 5167 1998 0.75 0 0 5207 2069 0.875 0 0 2 interp_poly 68 -26 -40 -17 5168 2608 3 MP PP 5168 2608 0.875 0 0 5128 2591 0.875 0 0 5168 2608 0.875 0 0 2 interp_poly 5128 2591 0.875 0 0 5196 2565 0.875 0 0 5128 2591 0.875 0 0 2 interp_poly -40 -21 68 -26 5128 2591 3 MP PP 5128 2591 0.875 0 0 5196 2565 0.875 0 0 5128 2591 0.875 0 0 2 interp_poly 5196 2565 0.875 0 0 5156 2544 0.875 0 0 5196 2565 0.875 0 0 2 interp_poly -40 -90 68 -47 5119 2401 3 MP PP 5119 2401 1 0 0 5187 2354 0.875 0 0 5119 2401 1 0 0 2 interp_poly 5187 2354 0.875 0 0 5147 2264 0.75 0 0 5187 2354 0.875 0 0 2 interp_poly -40 -119 68 -3 5026 1712 3 MP PP 5026 1712 0.875 0 0 5094 1709 0.938 0 0 5026 1712 0.875 0 0 2 interp_poly 5094 1709 0.938 0 0 5054 1590 0.688 0 0 5094 1709 0.938 0 0 2 interp_poly 68 -3 -40 -3 5066 1715 3 MP PP 5066 1715 0.875 0 0 5026 1712 0.875 0 0 5066 1715 0.875 0 0 2 interp_poly 5026 1712 0.875 0 0 5094 1709 0.938 0 0 5026 1712 0.875 0 0 2 interp_poly -40 13 68 -19 5066 1715 3 MP PP 5066 1715 0.875 0 0 5134 1696 0.812 0 0 5066 1715 0.875 0 0 2 interp_poly 5134 1696 0.812 0 0 5094 1709 0.938 0 0 5134 1696 0.812 0 0 2 interp_poly 68 -19 -40 -73 5106 1788 3 MP PP 5106 1788 1 0 0 5066 1715 0.875 0 0 5106 1788 1 0 0 2 interp_poly 5066 1715 0.875 0 0 5134 1696 0.812 0 0 5066 1715 0.875 0 0 2 interp_poly -40 -47 68 -45 5106 1788 3 MP PP 5106 1788 1 0 0 5174 1743 0.875 0 0 5106 1788 1 0 0 2 interp_poly 5174 1743 0.875 0 0 5134 1696 0.812 0 0 5174 1743 0.875 0 0 2 interp_poly -40 116 68 -19 5078 1691 3 MP PP 5078 1691 0.625 0 0 5146 1672 0.625 0 0 5078 1691 0.625 0 0 2 interp_poly 5146 1672 0.625 0 0 5106 1788 1 0 0 5146 1672 0.625 0 0 2 interp_poly 68 -45 -40 116 5146 1672 3 MP PP 5146 1672 0.625 0 0 5106 1788 1 0 0 5146 1672 0.625 0 0 2 interp_poly 5106 1788 1 0 0 5174 1743 0.875 0 0 5106 1788 1 0 0 2 interp_poly 68 -12 -40 -58 5158 1805 3 MP PP 5158 1805 0.812 0 0 5118 1747 0.75 0 0 5158 1805 0.812 0 0 2 interp_poly 5118 1747 0.75 0 0 5186 1735 0.75 0 0 5118 1747 0.75 0 0 2 interp_poly -40 -63 68 -12 5118 1747 3 MP PP 5118 1747 0.75 0 0 5186 1735 0.75 0 0 5118 1747 0.75 0 0 2 interp_poly 5186 1735 0.75 0 0 5146 1672 0.625 0 0 5186 1735 0.75 0 0 2 interp_poly 68 -49 -40 -36 5154 1994 3 MP PP 5154 1994 0.875 0 0 5114 1958 0.875 0 0 5154 1994 0.875 0 0 2 interp_poly 5114 1958 0.875 0 0 5182 1909 0.75 0 0 5114 1958 0.875 0 0 2 interp_poly -40 -46 68 -49 5114 1958 3 MP PP 5114 1958 0.875 0 0 5182 1909 0.75 0 0 5114 1958 0.875 0 0 2 interp_poly 5182 1909 0.75 0 0 5142 1863 0.688 0 0 5182 1909 0.75 0 0 2 interp_poly 68 -25 -40 2 5142 1863 3 MP PP 5142 1863 0.688 0 0 5102 1865 0.75 0 0 5142 1863 0.688 0 0 2 interp_poly 5102 1865 0.75 0 0 5170 1840 0.75 0 0 5102 1865 0.75 0 0 2 interp_poly -40 -17 68 -4 5100 2612 3 MP PP 5100 2612 0.875 0 0 5168 2608 0.875 0 0 5100 2612 0.875 0 0 2 interp_poly 5168 2608 0.875 0 0 5128 2591 0.875 0 0 5168 2608 0.875 0 0 2 interp_poly 68 -30 -40 -20 5139 2048 3 MP PP 5139 2048 0.75 0 0 5099 2028 0.75 0 0 5139 2048 0.75 0 0 2 interp_poly 5099 2028 0.75 0 0 5167 1998 0.75 0 0 5099 2028 0.75 0 0 2 interp_poly -40 -58 68 -60 5090 1865 3 MP PP 5090 1865 0.938 0 0 5158 1805 0.812 0 0 5090 1865 0.938 0 0 2 interp_poly 5158 1805 0.812 0 0 5118 1747 0.75 0 0 5158 1805 0.812 0 0 2 interp_poly -40 -64 68 -11 5023 2502 3 MP PP 5023 2502 1 0.125 0 5091 2491 1 0.125 0 5023 2502 1 0.125 0 2 interp_poly 5091 2491 1 0.125 0 5051 2427 1 0 0 5091 2491 1 0.125 0 2 interp_poly 68 -26 -40 -64 5091 2491 3 MP PP 5091 2491 1 0.125 0 5051 2427 1 0 0 5091 2491 1 0.125 0 2 interp_poly 5051 2427 1 0 0 5119 2401 1 0 0 5051 2427 1 0 0 2 interp_poly 68 -11 -40 72 5063 2430 3 MP PP 5063 2430 0.875 0 0 5023 2502 1 0.125 0 5063 2430 0.875 0 0 2 interp_poly 5023 2502 1 0.125 0 5091 2491 1 0.125 0 5023 2502 1 0.125 0 2 interp_poly -40 -141 67 4 5036 2567 3 MP PP 5036 2567 1 0.125 0 5103 2571 1 0.125 0 5036 2567 1 0.125 0 2 interp_poly 5103 2571 1 0.125 0 5063 2430 0.875 0 0 5103 2571 1 0.125 0 2 interp_poly 67 4 -40 90 5076 2477 3 MP PP 5076 2477 0.812 0 0 5036 2567 1 0.125 0 5076 2477 0.812 0 0 2 interp_poly 5036 2567 1 0.125 0 5103 2571 1 0.125 0 5036 2567 1 0.125 0 2 interp_poly -40 88 68 -27 5063 2430 3 MP PP 5063 2430 0.875 0 0 5131 2403 0.812 0 0 5063 2430 0.875 0 0 2 interp_poly 5131 2403 0.812 0 0 5091 2491 1 0.125 0 5131 2403 0.812 0 0 2 interp_poly 68 -27 -40 -141 5103 2571 3 MP PP 5103 2571 1 0.125 0 5063 2430 0.875 0 0 5103 2571 1 0.125 0 2 interp_poly 5063 2430 0.875 0 0 5131 2403 0.812 0 0 5063 2430 0.875 0 0 2 interp_poly -40 79 67 15 5076 2477 3 MP PP 5076 2477 0.812 0 0 5143 2492 0.875 0 0 5076 2477 0.812 0 0 2 interp_poly 5143 2492 0.875 0 0 5103 2571 1 0.125 0 5143 2492 0.875 0 0 2 interp_poly -40 -92 68 -26 5048 2595 3 MP PP 5048 2595 1 0 0 5116 2569 1 0 0 5048 2595 1 0 0 2 interp_poly 5116 2569 1 0 0 5076 2477 0.812 0 0 5116 2569 1 0 0 2 interp_poly 68 -26 -40 70 5088 2525 3 MP PP 5088 2525 0.812 0 0 5048 2595 1 0 0 5088 2525 0.812 0 0 2 interp_poly 5048 2595 1 0 0 5116 2569 1 0 0 5048 2595 1 0 0 2 interp_poly 67 15 -40 -92 5116 2569 3 MP PP 5116 2569 1 0 0 5076 2477 0.812 0 0 5116 2569 1 0 0 2 interp_poly 5076 2477 0.812 0 0 5143 2492 0.875 0 0 5076 2477 0.812 0 0 2 interp_poly -40 25 68 19 5088 2525 3 MP PP 5088 2525 0.812 0 0 5156 2544 0.875 0 0 5088 2525 0.812 0 0 2 interp_poly 5156 2544 0.875 0 0 5116 2569 1 0 0 5156 2544 0.875 0 0 2 interp_poly 68 19 -40 -66 5128 2591 3 MP PP 5128 2591 0.875 0 0 5088 2525 0.812 0 0 5128 2591 0.875 0 0 2 interp_poly 5088 2525 0.812 0 0 5156 2544 0.875 0 0 5088 2525 0.812 0 0 2 interp_poly -40 -36 67 -14 5087 2008 3 MP PP 5087 2008 0.875 0 0 5154 1994 0.875 0 0 5087 2008 0.875 0 0 2 interp_poly 5154 1994 0.875 0 0 5114 1958 0.875 0 0 5154 1994 0.875 0 0 2 interp_poly -40 -37 68 -10 4975 2163 3 MP PP 4975 2163 0.875 0 0 5043 2153 0.875 0 0 4975 2163 0.875 0 0 2 interp_poly 5043 2153 0.875 0 0 5003 2116 0.875 0 0 5043 2153 0.875 0 0 2 interp_poly 68 -10 -40 33 5015 2130 3 MP PP 5015 2130 0.75 0 0 4975 2163 0.875 0 0 5015 2130 0.75 0 0 2 interp_poly 4975 2163 0.875 0 0 5043 2153 0.875 0 0 4975 2163 0.875 0 0 2 interp_poly -40 -76 68 -2 4987 2208 3 MP PP 4987 2208 0.875 0 0 5055 2206 0.875 0 0 4987 2208 0.875 0 0 2 interp_poly 5055 2206 0.875 0 0 5015 2130 0.75 0 0 5055 2206 0.875 0 0 2 interp_poly 68 -2 -40 31 5027 2177 3 MP PP 5027 2177 0.688 0 0 4987 2208 0.875 0 0 5027 2177 0.688 0 0 2 interp_poly 4987 2208 0.875 0 0 5055 2206 0.875 0 0 4987 2208 0.875 0 0 2 interp_poly -40 -139 68 -20 4999 2336 3 MP PP 4999 2336 1 0 0 5067 2316 1 0 0 4999 2336 1 0 0 2 interp_poly 5067 2316 1 0 0 5027 2177 0.688 0 0 5067 2316 1 0 0 2 interp_poly -40 -94 68 3 4991 2097 3 MP PP 4991 2097 0.938 0 0 5059 2100 1 0 0 4991 2097 0.938 0 0 2 interp_poly 5059 2100 1 0 0 5019 2006 0.812 0 0 5059 2100 1 0 0 2 interp_poly 68 3 -40 74 5031 2023 3 MP PP 5031 2023 0.75 0 0 4991 2097 0.938 0 0 5031 2023 0.75 0 0 2 interp_poly 4991 2097 0.938 0 0 5059 2100 1 0 0 4991 2097 0.938 0 0 2 interp_poly 68 -47 -40 -37 5043 2153 3 MP PP 5043 2153 0.875 0 0 5003 2116 0.875 0 0 5043 2153 0.875 0 0 2 interp_poly 5003 2116 0.875 0 0 5071 2069 0.812 0 0 5003 2116 0.875 0 0 2 interp_poly -40 51 68 -28 5015 2130 3 MP PP 5015 2130 0.75 0 0 5083 2102 0.688 0 0 5015 2130 0.75 0 0 2 interp_poly 5083 2102 0.688 0 0 5043 2153 0.875 0 0 5083 2102 0.688 0 0 2 interp_poly 68 -28 -40 -76 5055 2206 3 MP PP 5055 2206 0.875 0 0 5015 2130 0.75 0 0 5055 2206 0.875 0 0 2 interp_poly 5015 2130 0.75 0 0 5083 2102 0.688 0 0 5015 2130 0.75 0 0 2 interp_poly -40 64 68 -35 5027 2177 3 MP PP 5027 2177 0.688 0 0 5095 2142 0.688 0 0 5027 2177 0.688 0 0 2 interp_poly 5095 2142 0.688 0 0 5055 2206 0.875 0 0 5095 2142 0.688 0 0 2 interp_poly 68 -35 -40 -139 5067 2316 3 MP PP 5067 2316 1 0 0 5027 2177 0.688 0 0 5067 2316 1 0 0 2 interp_poly 5027 2177 0.688 0 0 5095 2142 0.688 0 0 5027 2177 0.688 0 0 2 interp_poly -40 59 68 -42 5039 2299 3 MP PP 5039 2299 0.875 0 0 5107 2257 0.812 0 0 5039 2299 0.875 0 0 2 interp_poly 5107 2257 0.812 0 0 5067 2316 1 0 0 5107 2257 0.812 0 0 2 interp_poly 68 -1 -40 59 5107 2257 3 MP PP 5107 2257 0.812 0 0 5067 2316 1 0 0 5107 2257 0.812 0 0 2 interp_poly 5067 2316 1 0 0 5135 2315 1 0 0 5067 2316 1 0 0 2 interp_poly 68 -12 -40 -125 5119 2401 3 MP PP 5119 2401 1 0 0 5079 2276 0.75 0 0 5119 2401 1 0 0 2 interp_poly 5079 2276 0.75 0 0 5147 2264 0.75 0 0 5079 2276 0.75 0 0 2 interp_poly -40 -7 68 -12 5079 2276 3 MP PP 5079 2276 0.75 0 0 5147 2264 0.75 0 0 5079 2276 0.75 0 0 2 interp_poly 5147 2264 0.75 0 0 5107 2257 0.812 0 0 5147 2264 0.75 0 0 2 interp_poly 68 -19 -40 -56 5118 1747 3 MP PP 5118 1747 0.75 0 0 5078 1691 0.625 0 0 5118 1747 0.75 0 0 2 interp_poly 5078 1691 0.625 0 0 5146 1672 0.625 0 0 5078 1691 0.625 0 0 2 interp_poly -40 -48 68 -35 4994 1938 3 MP PP 4994 1938 0.938 0 0 5062 1903 0.938 0 0 4994 1938 0.938 0 0 2 interp_poly 5062 1903 0.938 0 0 5022 1855 0.875 0 0 5062 1903 0.938 0 0 2 interp_poly 68 10 -40 -48 5062 1903 3 MP PP 5062 1903 0.938 0 0 5022 1855 0.875 0 0 5062 1903 0.938 0 0 2 interp_poly 5022 1855 0.875 0 0 5090 1865 0.938 0 0 5022 1855 0.875 0 0 2 interp_poly -40 -24 68 -14 5062 1903 3 MP PP 5062 1903 0.938 0 0 5130 1889 0.938 0 0 5062 1903 0.938 0 0 2 interp_poly 5130 1889 0.938 0 0 5090 1865 0.938 0 0 5130 1889 0.938 0 0 2 interp_poly -40 38 68 -28 5034 1893 3 MP PP 5034 1893 0.812 0 0 5102 1865 0.75 0 0 5034 1893 0.812 0 0 2 interp_poly 5102 1865 0.75 0 0 5062 1903 0.938 0 0 5102 1865 0.75 0 0 2 interp_poly 68 -14 -40 38 5102 1865 3 MP PP 5102 1865 0.75 0 0 5062 1903 0.938 0 0 5102 1865 0.75 0 0 2 interp_poly 5062 1903 0.938 0 0 5130 1889 0.938 0 0 5062 1903 0.938 0 0 2 interp_poly 68 -27 -40 -68 5114 1958 3 MP PP 5114 1958 0.875 0 0 5074 1890 0.75 0 0 5114 1958 0.875 0 0 2 interp_poly 5074 1890 0.75 0 0 5142 1863 0.688 0 0 5074 1890 0.75 0 0 2 interp_poly -40 2 68 -27 5074 1890 3 MP PP 5074 1890 0.75 0 0 5142 1863 0.688 0 0 5074 1890 0.75 0 0 2 interp_poly 5142 1863 0.688 0 0 5102 1865 0.75 0 0 5142 1863 0.688 0 0 2 interp_poly -40 -20 68 -21 5071 2069 3 MP PP 5071 2069 0.812 0 0 5139 2048 0.75 0 0 5071 2069 0.812 0 0 2 interp_poly 5139 2048 0.75 0 0 5099 2028 0.75 0 0 5139 2048 0.75 0 0 2 interp_poly 68 -41 -40 20 5100 2612 3 MP PP 5100 2612 0.875 0 0 5060 2632 1 0 0 5100 2612 0.875 0 0 2 interp_poly 5060 2632 1 0 0 5128 2591 0.875 0 0 5060 2632 1 0 0 2 interp_poly -40 -66 68 -41 5060 2632 3 MP PP 5060 2632 1 0 0 5128 2591 0.875 0 0 5060 2632 1 0 0 2 interp_poly 5128 2591 0.875 0 0 5088 2525 0.812 0 0 5128 2591 0.875 0 0 2 interp_poly -40 -125 68 -26 5051 2427 3 MP PP 5051 2427 1 0 0 5119 2401 1 0 0 5051 2427 1 0 0 2 interp_poly 5119 2401 1 0 0 5079 2276 0.75 0 0 5119 2401 1 0 0 2 interp_poly -40 -36 68 8 4906 1593 3 MP PP 4906 1593 0.812 0 0 4974 1601 0.875 0 0 4906 1593 0.812 0 0 2 interp_poly 4974 1601 0.875 0 0 4934 1565 0.812 0 0 4974 1601 0.875 0 0 2 interp_poly -40 -4 68 9 4946 1596 3 MP PP 4946 1596 0.75 0 0 5014 1605 0.812 0 0 4946 1596 0.75 0 0 2 interp_poly 5014 1605 0.812 0 0 4974 1601 0.875 0 0 5014 1605 0.812 0 0 2 interp_poly 68 9 -40 -4 4986 1600 3 MP PP 4986 1600 0.688 0 0 4946 1596 0.75 0 0 4986 1600 0.688 0 0 2 interp_poly 4946 1596 0.75 0 0 5014 1605 0.812 0 0 4946 1596 0.75 0 0 2 interp_poly -40 -112 68 -8 4958 1720 3 MP PP 4958 1720 0.875 0 0 5026 1712 0.875 0 0 4958 1720 0.875 0 0 2 interp_poly 5026 1712 0.875 0 0 4986 1600 0.688 0 0 5026 1712 0.875 0 0 2 interp_poly -40 15 68 -10 4986 1600 3 MP PP 4986 1600 0.688 0 0 5054 1590 0.688 0 0 4986 1600 0.688 0 0 2 interp_poly 5054 1590 0.688 0 0 5014 1605 0.812 0 0 5054 1590 0.688 0 0 2 interp_poly 68 -10 -40 -112 5026 1712 3 MP PP 5026 1712 0.875 0 0 4986 1600 0.688 0 0 5026 1712 0.875 0 0 2 interp_poly 4986 1600 0.688 0 0 5054 1590 0.688 0 0 4986 1600 0.688 0 0 2 interp_poly -40 -3 68 11 4998 1704 3 MP PP 4998 1704 0.812 0 0 5066 1715 0.875 0 0 4998 1704 0.812 0 0 2 interp_poly 5066 1715 0.875 0 0 5026 1712 0.875 0 0 5066 1715 0.875 0 0 2 interp_poly 68 -8 -40 16 4998 1704 3 MP PP 4998 1704 0.812 0 0 4958 1720 0.875 0 0 4998 1704 0.812 0 0 2 interp_poly 4958 1720 0.875 0 0 5026 1712 0.875 0 0 4958 1720 0.875 0 0 2 interp_poly 68 11 -40 -125 5038 1829 3 MP PP 5038 1829 1 0.0625 0 4998 1704 0.812 0 0 5038 1829 1 0.0625 0 2 interp_poly 4998 1704 0.812 0 0 5066 1715 0.875 0 0 4998 1704 0.812 0 0 2 interp_poly -40 -73 68 -41 5038 1829 3 MP PP 5038 1829 1 0.0625 0 5106 1788 1 0 0 5038 1829 1 0.0625 0 2 interp_poly 5106 1788 1 0 0 5066 1715 0.875 0 0 5106 1788 1 0 0 2 interp_poly -40 138 68 -7 5010 1698 3 MP PP 5010 1698 0.625 0 0 5078 1691 0.625 0 0 5010 1698 0.625 0 0 2 interp_poly 5078 1691 0.625 0 0 5038 1829 1 0.0625 0 5078 1691 0.625 0 0 2 interp_poly 68 -41 -40 138 5078 1691 3 MP PP 5078 1691 0.625 0 0 5038 1829 1 0.0625 0 5078 1691 0.625 0 0 2 interp_poly 5038 1829 1 0.0625 0 5106 1788 1 0 0 5038 1829 1 0.0625 0 2 interp_poly 68 52 -40 -170 5090 1865 3 MP PP 5090 1865 0.938 0 0 5050 1695 0.562 0 0 5090 1865 0.938 0 0 2 interp_poly 5050 1695 0.562 0 0 5118 1747 0.75 0 0 5050 1695 0.562 0 0 2 interp_poly -40 -56 68 52 5050 1695 3 MP PP 5050 1695 0.562 0 0 5118 1747 0.75 0 0 5050 1695 0.562 0 0 2 interp_poly 5118 1747 0.75 0 0 5078 1691 0.625 0 0 5118 1747 0.75 0 0 2 interp_poly 67 -7 -40 -43 5087 2008 3 MP PP 5087 2008 0.875 0 0 5047 1965 0.812 0 0 5087 2008 0.875 0 0 2 interp_poly 5047 1965 0.812 0 0 5114 1958 0.875 0 0 5047 1965 0.812 0 0 2 interp_poly -40 -68 67 -7 5047 1965 3 MP PP 5047 1965 0.812 0 0 5114 1958 0.875 0 0 5047 1965 0.812 0 0 2 interp_poly 5114 1958 0.875 0 0 5074 1890 0.75 0 0 5114 1958 0.875 0 0 2 interp_poly 68 -42 -40 23 5079 2276 3 MP PP 5079 2276 0.75 0 0 5039 2299 0.875 0 0 5079 2276 0.75 0 0 2 interp_poly 5039 2299 0.875 0 0 5107 2257 0.812 0 0 5039 2299 0.875 0 0 2 interp_poly 68 -28 -40 3 5074 1890 3 MP PP 5074 1890 0.75 0 0 5034 1893 0.812 0 0 5074 1890 0.75 0 0 2 interp_poly 5034 1893 0.812 0 0 5102 1865 0.75 0 0 5034 1893 0.812 0 0 2 interp_poly -40 -47 67 -16 4956 2518 3 MP PP 4956 2518 1 0.125 0 5023 2502 1 0.125 0 4956 2518 1 0.125 0 2 interp_poly 5023 2502 1 0.125 0 4983 2455 1 0.0625 0 5023 2502 1 0.125 0 2 interp_poly -40 -23 68 -63 4891 2297 3 MP PP 4891 2297 0.938 0 0 4959 2234 0.812 0 0 4891 2297 0.938 0 0 2 interp_poly 4959 2234 0.812 0 0 4919 2211 0.812 0 0 4959 2234 0.812 0 0 2 interp_poly 68 -63 -40 -56 4931 2353 3 MP PP 4931 2353 1 0 0 4891 2297 0.938 0 0 4931 2353 1 0 0 2 interp_poly 4891 2297 0.938 0 0 4959 2234 0.812 0 0 4891 2297 0.938 0 0 2 interp_poly -40 -102 68 -17 4931 2353 3 MP PP 4931 2353 1 0 0 4999 2336 1 0 0 4931 2353 1 0 0 2 interp_poly 4999 2336 1 0 0 4959 2234 0.812 0 0 4999 2336 1 0 0 2 interp_poly -40 48 68 31 4903 2274 3 MP PP 4903 2274 0.75 0 0 4971 2305 0.812 0 0 4903 2274 0.75 0 0 2 interp_poly 4971 2305 0.812 0 0 4931 2353 1 0 0 4971 2305 0.812 0 0 2 interp_poly 68 -17 -40 48 4971 2305 3 MP PP 4971 2305 0.812 0 0 4931 2353 1 0 0 4971 2305 0.812 0 0 2 interp_poly 4931 2353 1 0 0 4999 2336 1 0 0 4931 2353 1 0 0 2 interp_poly -40 -154 67 17 4916 2438 3 MP PP 4916 2438 1 0 0 4983 2455 1 0.0625 0 4916 2438 1 0 0 2 interp_poly 4983 2455 1 0.0625 0 4943 2301 0.75 0 0 4983 2455 1 0.0625 0 2 interp_poly 67 17 -40 -80 4956 2518 3 MP PP 4956 2518 1 0.125 0 4916 2438 1 0 0 4956 2518 1 0.125 0 2 interp_poly 4916 2438 1 0 0 4983 2455 1 0.0625 0 4916 2438 1 0 0 2 interp_poly 68 31 -40 -27 4943 2301 3 MP PP 4943 2301 0.75 0 0 4903 2274 0.75 0 0 4943 2301 0.75 0 0 2 interp_poly 4903 2274 0.75 0 0 4971 2305 0.812 0 0 4903 2274 0.75 0 0 2 interp_poly 68 -57 -40 -102 4999 2336 3 MP PP 4999 2336 1 0 0 4959 2234 0.812 0 0 4999 2336 1 0 0 2 interp_poly 4959 2234 0.812 0 0 5027 2177 0.688 0 0 4959 2234 0.812 0 0 2 interp_poly -40 34 68 -30 4943 2301 3 MP PP 4943 2301 0.75 0 0 5011 2271 0.688 0 0 4943 2301 0.75 0 0 2 interp_poly 5011 2271 0.688 0 0 4971 2305 0.812 0 0 5011 2271 0.688 0 0 2 interp_poly -40 37 68 -6 4971 2305 3 MP PP 4971 2305 0.812 0 0 5039 2299 0.875 0 0 4971 2305 0.812 0 0 2 interp_poly 5039 2299 0.875 0 0 4999 2336 1 0 0 5039 2299 0.875 0 0 2 interp_poly 68 -6 -40 34 5011 2271 3 MP PP 5011 2271 0.688 0 0 4971 2305 0.812 0 0 5011 2271 0.688 0 0 2 interp_poly 4971 2305 0.812 0 0 5039 2299 0.875 0 0 4971 2305 0.812 0 0 2 interp_poly 68 -20 -40 37 5039 2299 3 MP PP 5039 2299 0.875 0 0 4999 2336 1 0 0 5039 2299 0.875 0 0 2 interp_poly 4999 2336 1 0 0 5067 2316 1 0 0 4999 2336 1 0 0 2 interp_poly 68 -30 -40 -154 4983 2455 3 MP PP 4983 2455 1 0.0625 0 4943 2301 0.75 0 0 4983 2455 1 0.0625 0 2 interp_poly 4943 2301 0.75 0 0 5011 2271 0.688 0 0 4943 2301 0.75 0 0 2 interp_poly -40 -156 68 -28 4983 2455 3 MP PP 4983 2455 1 0.0625 0 5051 2427 1 0 0 4983 2455 1 0.0625 0 2 interp_poly 5051 2427 1 0 0 5011 2271 0.688 0 0 5051 2427 1 0 0 2 interp_poly 68 -28 -40 -47 5023 2502 3 MP PP 5023 2502 1 0.125 0 4983 2455 1 0.0625 0 5023 2502 1 0.125 0 2 interp_poly 4983 2455 1 0.0625 0 5051 2427 1 0 0 4983 2455 1 0.0625 0 2 interp_poly 67 -16 -40 95 4996 2423 3 MP PP 4996 2423 0.812 0 0 4956 2518 1 0.125 0 4996 2423 0.812 0 0 2 interp_poly 4956 2518 1 0.125 0 5023 2502 1 0.125 0 4956 2518 1 0.125 0 2 interp_poly -40 -144 68 -29 4968 2596 3 MP PP 4968 2596 1 0.125 0 5036 2567 1 0.125 0 4968 2596 1 0.125 0 2 interp_poly 5036 2567 1 0.125 0 4996 2423 0.812 0 0 5036 2567 1 0.125 0 2 interp_poly 68 -29 -40 95 5008 2501 3 MP PP 5008 2501 0.875 0 0 4968 2596 1 0.125 0 5008 2501 0.875 0 0 2 interp_poly 4968 2596 1 0.125 0 5036 2567 1 0.125 0 4968 2596 1 0.125 0 2 interp_poly -40 72 67 7 4996 2423 3 MP PP 4996 2423 0.812 0 0 5063 2430 0.875 0 0 4996 2423 0.812 0 0 2 interp_poly 5063 2430 0.875 0 0 5023 2502 1 0.125 0 5063 2430 0.875 0 0 2 interp_poly 67 7 -40 -144 5036 2567 3 MP PP 5036 2567 1 0.125 0 4996 2423 0.812 0 0 5036 2567 1 0.125 0 2 interp_poly 4996 2423 0.812 0 0 5063 2430 0.875 0 0 4996 2423 0.812 0 0 2 interp_poly -40 90 68 -24 5008 2501 3 MP PP 5008 2501 0.875 0 0 5076 2477 0.812 0 0 5008 2501 0.875 0 0 2 interp_poly 5076 2477 0.812 0 0 5036 2567 1 0.125 0 5076 2477 0.812 0 0 2 interp_poly -40 -94 68 20 4980 2575 3 MP PP 4980 2575 0.938 0 0 5048 2595 1 0 0 4980 2575 0.938 0 0 2 interp_poly 5048 2595 1 0 0 5008 2501 0.875 0 0 5048 2595 1 0 0 2 interp_poly 68 20 -40 2 5020 2573 3 MP PP 5020 2573 0.875 0 0 4980 2575 0.938 0 0 5020 2573 0.875 0 0 2 interp_poly 4980 2575 0.938 0 0 5048 2595 1 0 0 4980 2575 0.938 0 0 2 interp_poly -40 -59 68 -35 4992 2667 3 MP PP 4992 2667 1 0 0 5060 2632 1 0 0 4992 2667 1 0 0 2 interp_poly 5060 2632 1 0 0 5020 2573 0.875 0 0 5060 2632 1 0 0 2 interp_poly 68 -24 -40 -94 5048 2595 3 MP PP 5048 2595 1 0 0 5008 2501 0.875 0 0 5048 2595 1 0 0 2 interp_poly 5008 2501 0.875 0 0 5076 2477 0.812 0 0 5008 2501 0.875 0 0 2 interp_poly -40 70 68 -48 5020 2573 3 MP PP 5020 2573 0.875 0 0 5088 2525 0.812 0 0 5020 2573 0.875 0 0 2 interp_poly 5088 2525 0.812 0 0 5048 2595 1 0 0 5088 2525 0.812 0 0 2 interp_poly 68 -48 -40 -59 5060 2632 3 MP PP 5060 2632 1 0 0 5020 2573 0.875 0 0 5060 2632 1 0 0 2 interp_poly 5020 2573 0.875 0 0 5088 2525 0.812 0 0 5020 2573 0.875 0 0 2 interp_poly -40 20 68 -34 5032 2646 3 MP PP 5032 2646 0.938 0 0 5100 2612 0.875 0 0 5032 2646 0.938 0 0 2 interp_poly 5100 2612 0.875 0 0 5060 2632 1 0 0 5100 2612 0.875 0 0 2 interp_poly 68 5 -40 -46 5071 2069 3 MP PP 5071 2069 0.812 0 0 5031 2023 0.75 0 0 5071 2069 0.812 0 0 2 interp_poly 5031 2023 0.75 0 0 5099 2028 0.75 0 0 5031 2023 0.75 0 0 2 interp_poly -40 -125 68 -33 4970 1862 3 MP PP 4970 1862 1 0.0625 0 5038 1829 1 0.0625 0 4970 1862 1 0.0625 0 2 interp_poly 5038 1829 1 0.0625 0 4998 1704 0.812 0 0 5038 1829 1 0.0625 0 2 interp_poly 68 -33 -40 164 5010 1698 3 MP PP 5010 1698 0.625 0 0 4970 1862 1 0.0625 0 5010 1698 0.625 0 0 2 interp_poly 4970 1862 1 0.0625 0 5038 1829 1 0.0625 0 4970 1862 1 0.0625 0 2 interp_poly -40 -170 68 10 5022 1855 3 MP PP 5022 1855 0.875 0 0 5090 1865 0.938 0 0 5022 1855 0.875 0 0 2 interp_poly 5090 1865 0.938 0 0 5050 1695 0.562 0 0 5090 1865 0.938 0 0 2 interp_poly -40 -43 68 2 5019 2006 3 MP PP 5019 2006 0.812 0 0 5087 2008 0.875 0 0 5019 2006 0.812 0 0 2 interp_poly 5087 2008 0.875 0 0 5047 1965 0.812 0 0 5087 2008 0.875 0 0 2 interp_poly -40 23 68 5 5011 2271 3 MP PP 5011 2271 0.688 0 0 5079 2276 0.75 0 0 5011 2271 0.688 0 0 2 interp_poly 5079 2276 0.75 0 0 5039 2299 0.875 0 0 5079 2276 0.75 0 0 2 interp_poly 68 5 -40 -156 5051 2427 3 MP PP 5051 2427 1 0 0 5011 2271 0.688 0 0 5051 2427 1 0 0 2 interp_poly 5011 2271 0.688 0 0 5079 2276 0.75 0 0 5011 2271 0.688 0 0 2 interp_poly 68 -7 -40 3 5050 1695 3 MP PP 5050 1695 0.562 0 0 5010 1698 0.625 0 0 5050 1695 0.562 0 0 2 interp_poly 5010 1698 0.625 0 0 5078 1691 0.625 0 0 5010 1698 0.625 0 0 2 interp_poly -40 -55 67 -49 4927 1987 3 MP PP 4927 1987 1 0.0625 0 4994 1938 0.938 0 0 4927 1987 1 0.0625 0 2 interp_poly 4994 1938 0.938 0 0 4954 1883 0.875 0 0 4994 1938 0.938 0 0 2 interp_poly 68 -28 -40 -55 4994 1938 3 MP PP 4994 1938 0.938 0 0 4954 1883 0.875 0 0 4994 1938 0.938 0 0 2 interp_poly 4954 1883 0.875 0 0 5022 1855 0.875 0 0 4954 1883 0.875 0 0 2 interp_poly -40 45 67 -28 4967 1921 3 MP PP 4967 1921 0.812 0 0 5034 1893 0.812 0 0 4967 1921 0.812 0 0 2 interp_poly 5034 1893 0.812 0 0 4994 1938 0.938 0 0 5034 1893 0.812 0 0 2 interp_poly 67 -28 -40 17 5007 1904 3 MP PP 5007 1904 0.75 0 0 4967 1921 0.812 0 0 5007 1904 0.75 0 0 2 interp_poly 4967 1921 0.812 0 0 5034 1893 0.812 0 0 4967 1921 0.812 0 0 2 interp_poly 68 -35 -40 45 5034 1893 3 MP PP 5034 1893 0.812 0 0 4994 1938 0.938 0 0 5034 1893 0.812 0 0 2 interp_poly 4994 1938 0.938 0 0 5062 1903 0.938 0 0 4994 1938 0.938 0 0 2 interp_poly 67 -14 -40 -61 5047 1965 3 MP PP 5047 1965 0.812 0 0 5007 1904 0.75 0 0 5047 1965 0.812 0 0 2 interp_poly 5007 1904 0.75 0 0 5074 1890 0.75 0 0 5007 1904 0.75 0 0 2 interp_poly -40 3 67 -14 5007 1904 3 MP PP 5007 1904 0.75 0 0 5074 1890 0.75 0 0 5007 1904 0.75 0 0 2 interp_poly 5074 1890 0.75 0 0 5034 1893 0.812 0 0 5074 1890 0.75 0 0 2 interp_poly -40 -46 68 -47 5003 2116 3 MP PP 5003 2116 0.875 0 0 5071 2069 0.812 0 0 5003 2116 0.875 0 0 2 interp_poly 5071 2069 0.812 0 0 5031 2023 0.75 0 0 5071 2069 0.812 0 0 2 interp_poly 68 -35 -40 21 5032 2646 3 MP PP 5032 2646 0.938 0 0 4992 2667 1 0 0 5032 2646 0.938 0 0 2 interp_poly 4992 2667 1 0 0 5060 2632 1 0 0 4992 2667 1 0 0 2 interp_poly 68 8 -40 -3 4946 1596 3 MP PP 4946 1596 0.75 0 0 4906 1593 0.812 0 0 4946 1596 0.75 0 0 2 interp_poly 4906 1593 0.812 0 0 4974 1601 0.875 0 0 4906 1593 0.812 0 0 2 interp_poly -40 -3 68 -40 4878 1636 3 MP PP 4878 1636 0.812 0 0 4946 1596 0.75 0 0 4878 1636 0.812 0 0 2 interp_poly 4946 1596 0.75 0 0 4906 1593 0.812 0 0 4946 1596 0.75 0 0 2 interp_poly 68 -40 -40 35 4918 1601 3 MP PP 4918 1601 0.688 0 0 4878 1636 0.812 0 0 4918 1601 0.688 0 0 2 interp_poly 4878 1636 0.812 0 0 4946 1596 0.75 0 0 4878 1636 0.812 0 0 2 interp_poly -40 -119 68 -20 4890 1740 3 MP PP 4890 1740 0.938 0 0 4958 1720 0.875 0 0 4890 1740 0.938 0 0 2 interp_poly 4958 1720 0.875 0 0 4918 1601 0.688 0 0 4958 1720 0.875 0 0 2 interp_poly 68 -20 -40 16 4930 1724 3 MP PP 4930 1724 0.812 0 0 4890 1740 0.938 0 0 4930 1724 0.812 0 0 2 interp_poly 4890 1740 0.938 0 0 4958 1720 0.875 0 0 4890 1740 0.938 0 0 2 interp_poly 68 -1 -40 -119 4958 1720 3 MP PP 4958 1720 0.875 0 0 4918 1601 0.688 0 0 4958 1720 0.875 0 0 2 interp_poly 4918 1601 0.688 0 0 4986 1600 0.688 0 0 4918 1601 0.688 0 0 2 interp_poly -40 16 68 -20 4930 1724 3 MP PP 4930 1724 0.812 0 0 4998 1704 0.812 0 0 4930 1724 0.812 0 0 2 interp_poly 4998 1704 0.812 0 0 4958 1720 0.875 0 0 4998 1704 0.812 0 0 2 interp_poly 68 -20 -40 -138 4970 1862 3 MP PP 4970 1862 1 0.0625 0 4930 1724 0.812 0 0 4970 1862 1 0.0625 0 2 interp_poly 4930 1724 0.812 0 0 4998 1704 0.812 0 0 4930 1724 0.812 0 0 2 interp_poly -40 164 68 -6 4942 1704 3 MP PP 4942 1704 0.625 0 0 5010 1698 0.625 0 0 4942 1704 0.625 0 0 2 interp_poly 5010 1698 0.625 0 0 4970 1862 1 0.0625 0 5010 1698 0.625 0 0 2 interp_poly 68 -38 -40 -122 5022 1855 3 MP PP 5022 1855 0.875 0 0 4982 1733 0.625 0 0 5022 1855 0.875 0 0 2 interp_poly 4982 1733 0.625 0 0 5050 1695 0.562 0 0 4982 1733 0.625 0 0 2 interp_poly -40 3 68 -38 4982 1733 3 MP PP 4982 1733 0.625 0 0 5050 1695 0.562 0 0 4982 1733 0.625 0 0 2 interp_poly 5050 1695 0.562 0 0 5010 1698 0.625 0 0 5050 1695 0.562 0 0 2 interp_poly 68 -10 -40 -31 5019 2006 3 MP PP 5019 2006 0.812 0 0 4979 1975 0.812 0 0 5019 2006 0.812 0 0 2 interp_poly 4979 1975 0.812 0 0 5047 1965 0.812 0 0 4979 1975 0.812 0 0 2 interp_poly 67 -49 -40 66 4967 1921 3 MP PP 4967 1921 0.812 0 0 4927 1987 1 0.0625 0 4967 1921 0.812 0 0 2 interp_poly 4927 1987 1 0.0625 0 4994 1938 0.938 0 0 4927 1987 1 0.0625 0 2 interp_poly -40 -61 68 -10 4979 1975 3 MP PP 4979 1975 0.812 0 0 5047 1965 0.812 0 0 4979 1975 0.812 0 0 2 interp_poly 5047 1965 0.812 0 0 5007 1904 0.75 0 0 5047 1965 0.812 0 0 2 interp_poly -40 -80 68 3 4888 2515 3 MP PP 4888 2515 1 0.0625 0 4956 2518 1 0.125 0 4888 2515 1 0.0625 0 2 interp_poly 4956 2518 1 0.125 0 4916 2438 1 0 0 4956 2518 1 0.125 0 2 interp_poly 68 3 -40 59 4928 2456 3 MP PP 4928 2456 0.875 0 0 4888 2515 1 0.0625 0 4928 2456 0.875 0 0 2 interp_poly 4888 2515 1 0.0625 0 4956 2518 1 0.125 0 4888 2515 1 0.0625 0 2 interp_poly -40 -140 68 -28 4900 2624 3 MP PP 4900 2624 1 0.188 0 4968 2596 1 0.125 0 4900 2624 1 0.188 0 2 interp_poly 4968 2596 1 0.125 0 4928 2456 0.875 0 0 4968 2596 1 0.125 0 2 interp_poly 68 -28 -40 84 4940 2540 3 MP PP 4940 2540 0.938 0 0 4900 2624 1 0.188 0 4940 2540 0.938 0 0 2 interp_poly 4900 2624 1 0.188 0 4968 2596 1 0.125 0 4900 2624 1 0.188 0 2 interp_poly -40 -72 68 22 4924 2645 3 MP PP 4924 2645 0.938 0 0 4992 2667 1 0 0 4924 2645 0.938 0 0 2 interp_poly 4992 2667 1 0 0 4952 2595 0.875 0 0 4992 2667 1 0 0 2 interp_poly 68 22 -40 -17 4964 2662 3 MP PP 4964 2662 0.938 0 0 4924 2645 0.938 0 0 4964 2662 0.938 0 0 2 interp_poly 4924 2645 0.938 0 0 4992 2667 1 0 0 4924 2645 0.938 0 0 2 interp_poly -40 95 68 -33 4928 2456 3 MP PP 4928 2456 0.875 0 0 4996 2423 0.812 0 0 4928 2456 0.875 0 0 2 interp_poly 4996 2423 0.812 0 0 4956 2518 1 0.125 0 4996 2423 0.812 0 0 2 interp_poly 68 -33 -40 -140 4968 2596 3 MP PP 4968 2596 1 0.125 0 4928 2456 0.875 0 0 4968 2596 1 0.125 0 2 interp_poly 4928 2456 0.875 0 0 4996 2423 0.812 0 0 4928 2456 0.875 0 0 2 interp_poly -40 95 68 -39 4940 2540 3 MP PP 4940 2540 0.938 0 0 5008 2501 0.875 0 0 4940 2540 0.938 0 0 2 interp_poly 5008 2501 0.875 0 0 4968 2596 1 0.125 0 5008 2501 0.875 0 0 2 interp_poly 68 -22 -40 -72 4992 2667 3 MP PP 4992 2667 1 0 0 4952 2595 0.875 0 0 4992 2667 1 0 0 2 interp_poly 4952 2595 0.875 0 0 5020 2573 0.875 0 0 4952 2595 0.875 0 0 2 interp_poly -40 21 68 -16 4964 2662 3 MP PP 4964 2662 0.938 0 0 5032 2646 0.938 0 0 4964 2662 0.938 0 0 2 interp_poly 5032 2646 0.938 0 0 4992 2667 1 0 0 5032 2646 0.938 0 0 2 interp_poly 68 17 -40 -108 4991 2097 3 MP PP 4991 2097 0.938 0 0 4951 1989 0.75 0 0 4991 2097 0.938 0 0 2 interp_poly 4951 1989 0.75 0 0 5019 2006 0.812 0 0 4951 1989 0.75 0 0 2 interp_poly -40 74 68 9 4963 2014 3 MP PP 4963 2014 0.688 0 0 5031 2023 0.75 0 0 4963 2014 0.688 0 0 2 interp_poly 5031 2023 0.75 0 0 4991 2097 0.938 0 0 5031 2023 0.75 0 0 2 interp_poly 68 9 -40 -102 5003 2116 3 MP PP 5003 2116 0.875 0 0 4963 2014 0.688 0 0 5003 2116 0.875 0 0 2 interp_poly 4963 2014 0.688 0 0 5031 2023 0.75 0 0 4963 2014 0.688 0 0 2 interp_poly -40 31 68 -57 4959 2234 3 MP PP 4959 2234 0.812 0 0 5027 2177 0.688 0 0 4959 2234 0.812 0 0 2 interp_poly 5027 2177 0.688 0 0 4987 2208 0.875 0 0 5027 2177 0.688 0 0 2 interp_poly -40 -138 68 -2 4902 1864 3 MP PP 4902 1864 1 0.0625 0 4970 1862 1 0.0625 0 4902 1864 1 0.0625 0 2 interp_poly 4970 1862 1 0.0625 0 4930 1724 0.812 0 0 4970 1862 1 0.0625 0 2 interp_poly 68 -2 -40 160 4942 1704 3 MP PP 4942 1704 0.625 0 0 4902 1864 1 0.0625 0 4942 1704 0.625 0 0 2 interp_poly 4902 1864 1 0.0625 0 4970 1862 1 0.0625 0 4902 1864 1 0.0625 0 2 interp_poly -40 -122 68 -28 4954 1883 3 MP PP 4954 1883 0.875 0 0 5022 1855 0.875 0 0 4954 1883 0.875 0 0 2 interp_poly 5022 1855 0.875 0 0 4982 1733 0.625 0 0 5022 1855 0.875 0 0 2 interp_poly -40 2 68 -22 4952 2595 3 MP PP 4952 2595 0.875 0 0 5020 2573 0.875 0 0 4952 2595 0.875 0 0 2 interp_poly 5020 2573 0.875 0 0 4980 2575 0.938 0 0 5020 2573 0.875 0 0 2 interp_poly -40 -31 68 17 4951 1989 3 MP PP 4951 1989 0.75 0 0 5019 2006 0.812 0 0 4951 1989 0.75 0 0 2 interp_poly 5019 2006 0.812 0 0 4979 1975 0.812 0 0 5019 2006 0.812 0 0 2 interp_poly -40 -11 68 -10 4907 2173 3 MP PP 4907 2173 0.875 0 0 4975 2163 0.875 0 0 4907 2173 0.875 0 0 2 interp_poly 4975 2163 0.875 0 0 4935 2152 0.938 0 0 4975 2163 0.875 0 0 2 interp_poly -40 -95 68 4 4791 1995 3 MP PP 4791 1995 1 0 0 4859 1999 1 0.0625 0 4791 1995 1 0 0 2 interp_poly 4859 1999 1 0.0625 0 4819 1904 0.875 0 0 4859 1999 1 0.0625 0 2 interp_poly 68 4 -40 47 4831 1948 3 MP PP 4831 1948 0.812 0 0 4791 1995 1 0 0 4831 1948 0.812 0 0 2 interp_poly 4791 1995 1 0 0 4859 1999 1 0.0625 0 4791 1995 1 0 0 2 interp_poly 68 -17 -40 -95 4859 1999 3 MP PP 4859 1999 1 0.0625 0 4819 1904 0.875 0 0 4859 1999 1 0.0625 0 2 interp_poly 4819 1904 0.875 0 0 4887 1887 0.875 0 0 4819 1904 0.875 0 0 2 interp_poly -40 -100 68 -12 4859 1999 3 MP PP 4859 1999 1 0.0625 0 4927 1987 1 0.0625 0 4859 1999 1 0.0625 0 2 interp_poly 4927 1987 1 0.0625 0 4887 1887 0.875 0 0 4927 1987 1 0.0625 0 2 interp_poly -40 44 68 7 4831 1948 3 MP PP 4831 1948 0.812 0 0 4899 1955 0.875 0 0 4831 1948 0.812 0 0 2 interp_poly 4899 1955 0.875 0 0 4859 1999 1 0.0625 0 4899 1955 0.875 0 0 2 interp_poly 68 -12 -40 44 4899 1955 3 MP PP 4899 1955 0.875 0 0 4859 1999 1 0.0625 0 4899 1955 0.875 0 0 2 interp_poly 4859 1999 1 0.0625 0 4927 1987 1 0.0625 0 4859 1999 1 0.0625 0 2 interp_poly -40 -15 68 -42 4843 2019 3 MP PP 4843 2019 0.875 0 0 4911 1977 0.812 0 0 4843 2019 0.875 0 0 2 interp_poly 4911 1977 0.812 0 0 4871 1962 0.812 0 0 4911 1977 0.812 0 0 2 interp_poly 68 -42 -40 26 4883 1993 3 MP PP 4883 1993 0.75 0 0 4843 2019 0.875 0 0 4883 1993 0.75 0 0 2 interp_poly 4843 2019 0.875 0 0 4911 1977 0.812 0 0 4843 2019 0.875 0 0 2 interp_poly -40 -112 68 -31 4855 2136 3 MP PP 4855 2136 1 0 0 4923 2105 0.938 0 0 4855 2136 1 0 0 2 interp_poly 4923 2105 0.938 0 0 4883 1993 0.75 0 0 4923 2105 0.938 0 0 2 interp_poly 68 -31 -40 82 4895 2054 3 MP PP 4895 2054 0.75 0 0 4855 2136 1 0 0 4895 2054 0.75 0 0 2 interp_poly 4855 2136 1 0 0 4923 2105 0.938 0 0 4855 2136 1 0 0 2 interp_poly -40 -98 68 -25 4867 2177 3 MP PP 4867 2177 0.938 0 0 4935 2152 0.938 0 0 4867 2177 0.938 0 0 2 interp_poly 4935 2152 0.938 0 0 4895 2054 0.75 0 0 4935 2152 0.938 0 0 2 interp_poly 68 -25 -40 4 4907 2173 3 MP PP 4907 2173 0.875 0 0 4867 2177 0.938 0 0 4907 2173 0.875 0 0 2 interp_poly 4867 2177 0.938 0 0 4935 2152 0.938 0 0 4867 2177 0.938 0 0 2 interp_poly 68 -4 -40 -112 4923 2105 3 MP PP 4923 2105 0.938 0 0 4883 1993 0.75 0 0 4923 2105 0.938 0 0 2 interp_poly 4883 1993 0.75 0 0 4951 1989 0.75 0 0 4883 1993 0.75 0 0 2 interp_poly -40 -108 68 -8 4923 2105 3 MP PP 4923 2105 0.938 0 0 4991 2097 0.938 0 0 4923 2105 0.938 0 0 2 interp_poly 4991 2097 0.938 0 0 4951 1989 0.75 0 0 4991 2097 0.938 0 0 2 interp_poly -40 91 68 -40 4895 2054 3 MP PP 4895 2054 0.75 0 0 4963 2014 0.688 0 0 4895 2054 0.75 0 0 2 interp_poly 4963 2014 0.688 0 0 4923 2105 0.938 0 0 4963 2014 0.688 0 0 2 interp_poly 68 -8 -40 91 4963 2014 3 MP PP 4963 2014 0.688 0 0 4923 2105 0.938 0 0 4963 2014 0.688 0 0 2 interp_poly 4923 2105 0.938 0 0 4991 2097 0.938 0 0 4923 2105 0.938 0 0 2 interp_poly 68 -40 -40 -98 4935 2152 3 MP PP 4935 2152 0.938 0 0 4895 2054 0.75 0 0 4935 2152 0.938 0 0 2 interp_poly 4895 2054 0.75 0 0 4963 2014 0.688 0 0 4895 2054 0.75 0 0 2 interp_poly -40 -102 68 -36 4935 2152 3 MP PP 4935 2152 0.938 0 0 5003 2116 0.875 0 0 4935 2152 0.938 0 0 2 interp_poly 5003 2116 0.875 0 0 4963 2014 0.688 0 0 5003 2116 0.875 0 0 2 interp_poly 68 -36 -40 -11 4975 2163 3 MP PP 4975 2163 0.875 0 0 4935 2152 0.938 0 0 4975 2163 0.875 0 0 2 interp_poly 4935 2152 0.938 0 0 5003 2116 0.875 0 0 4935 2152 0.938 0 0 2 interp_poly 68 -10 -40 33 4947 2140 3 MP PP 4947 2140 0.75 0 0 4907 2173 0.875 0 0 4947 2140 0.75 0 0 2 interp_poly 4907 2173 0.875 0 0 4975 2163 0.875 0 0 4907 2173 0.875 0 0 2 interp_poly -40 33 68 -10 4947 2140 3 MP PP 4947 2140 0.75 0 0 5015 2130 0.75 0 0 4947 2140 0.75 0 0 2 interp_poly 5015 2130 0.75 0 0 4975 2163 0.875 0 0 5015 2130 0.75 0 0 2 interp_poly 68 -10 -40 -68 4987 2208 3 MP PP 4987 2208 0.875 0 0 4947 2140 0.75 0 0 4987 2208 0.875 0 0 2 interp_poly 4947 2140 0.75 0 0 5015 2130 0.75 0 0 4947 2140 0.75 0 0 2 interp_poly 68 -6 -40 -29 4982 1733 3 MP PP 4982 1733 0.625 0 0 4942 1704 0.625 0 0 4982 1733 0.625 0 0 2 interp_poly 4942 1704 0.625 0 0 5010 1698 0.625 0 0 4942 1704 0.625 0 0 2 interp_poly 68 -39 -40 -35 4980 2575 3 MP PP 4980 2575 0.938 0 0 4940 2540 0.938 0 0 4980 2575 0.938 0 0 2 interp_poly 4940 2540 0.938 0 0 5008 2501 0.875 0 0 4940 2540 0.938 0 0 2 interp_poly 67 -4 -40 -100 4927 1987 3 MP PP 4927 1987 1 0.0625 0 4887 1887 0.875 0 0 4927 1987 1 0.0625 0 2 interp_poly 4887 1887 0.875 0 0 4954 1883 0.875 0 0 4887 1887 0.875 0 0 2 interp_poly -40 66 68 -34 4899 1955 3 MP PP 4899 1955 0.875 0 0 4967 1921 0.812 0 0 4899 1955 0.875 0 0 2 interp_poly 4967 1921 0.812 0 0 4927 1987 1 0.0625 0 4967 1921 0.812 0 0 2 interp_poly 68 -34 -40 26 4939 1929 3 MP PP 4939 1929 0.75 0 0 4899 1955 0.875 0 0 4939 1929 0.75 0 0 2 interp_poly 4899 1955 0.875 0 0 4967 1921 0.812 0 0 4899 1955 0.875 0 0 2 interp_poly -40 17 68 -25 4939 1929 3 MP PP 4939 1929 0.75 0 0 5007 1904 0.75 0 0 4939 1929 0.75 0 0 2 interp_poly 5007 1904 0.75 0 0 4967 1921 0.812 0 0 5007 1904 0.75 0 0 2 interp_poly 68 -25 -40 -46 4979 1975 3 MP PP 4979 1975 0.812 0 0 4939 1929 0.75 0 0 4979 1975 0.812 0 0 2 interp_poly 4939 1929 0.75 0 0 5007 1904 0.75 0 0 4939 1929 0.75 0 0 2 interp_poly 68 -3 -40 -23 4959 2234 3 MP PP 4959 2234 0.812 0 0 4919 2211 0.812 0 0 4959 2234 0.812 0 0 2 interp_poly 4919 2211 0.812 0 0 4987 2208 0.875 0 0 4919 2211 0.812 0 0 2 interp_poly -40 -68 68 -3 4919 2211 3 MP PP 4919 2211 0.812 0 0 4987 2208 0.875 0 0 4919 2211 0.812 0 0 2 interp_poly 4987 2208 0.875 0 0 4947 2140 0.75 0 0 4987 2208 0.875 0 0 2 interp_poly -40 -4 68 -1 4918 1601 3 MP PP 4918 1601 0.688 0 0 4986 1600 0.688 0 0 4918 1601 0.688 0 0 2 interp_poly 4986 1600 0.688 0 0 4946 1596 0.75 0 0 4986 1600 0.688 0 0 2 interp_poly -40 -63 68 -33 4822 1773 3 MP PP 4822 1773 0.938 0 0 4890 1740 0.938 0 0 4822 1773 0.938 0 0 2 interp_poly 4890 1740 0.938 0 0 4850 1677 0.812 0 0 4890 1740 0.938 0 0 2 interp_poly 68 -33 -40 35 4862 1738 3 MP PP 4862 1738 0.812 0 0 4822 1773 0.938 0 0 4862 1738 0.812 0 0 2 interp_poly 4822 1773 0.938 0 0 4890 1740 0.938 0 0 4822 1773 0.938 0 0 2 interp_poly 68 -76 -40 -63 4890 1740 3 MP PP 4890 1740 0.938 0 0 4850 1677 0.812 0 0 4890 1740 0.938 0 0 2 interp_poly 4850 1677 0.812 0 0 4918 1601 0.688 0 0 4850 1677 0.812 0 0 2 interp_poly -40 16 68 -14 4862 1738 3 MP PP 4862 1738 0.812 0 0 4930 1724 0.812 0 0 4862 1738 0.812 0 0 2 interp_poly 4930 1724 0.812 0 0 4890 1740 0.938 0 0 4930 1724 0.812 0 0 2 interp_poly 68 -14 -40 -126 4902 1864 3 MP PP 4902 1864 1 0.0625 0 4862 1738 0.812 0 0 4902 1864 1 0.0625 0 2 interp_poly 4862 1738 0.812 0 0 4930 1724 0.812 0 0 4862 1738 0.812 0 0 2 interp_poly -40 160 68 -8 4874 1712 3 MP PP 4874 1712 0.625 0 0 4942 1704 0.625 0 0 4874 1712 0.625 0 0 2 interp_poly 4942 1704 0.625 0 0 4902 1864 1 0.0625 0 4942 1704 0.625 0 0 2 interp_poly 68 -77 -40 -73 4954 1883 3 MP PP 4954 1883 0.875 0 0 4914 1810 0.812 0 0 4954 1883 0.875 0 0 2 interp_poly 4914 1810 0.812 0 0 4982 1733 0.625 0 0 4914 1810 0.812 0 0 2 interp_poly -40 -29 68 -77 4914 1810 3 MP PP 4914 1810 0.812 0 0 4982 1733 0.625 0 0 4914 1810 0.812 0 0 2 interp_poly 4982 1733 0.625 0 0 4942 1704 0.625 0 0 4982 1733 0.625 0 0 2 interp_poly -40 -65 68 4 4820 2511 3 MP PP 4820 2511 1 0 0 4888 2515 1 0.0625 0 4820 2511 1 0 0 2 interp_poly 4888 2515 1 0.0625 0 4848 2450 1 0 0 4888 2515 1 0.0625 0 2 interp_poly 68 4 -40 39 4860 2472 3 MP PP 4860 2472 0.875 0 0 4820 2511 1 0 0 4860 2472 0.875 0 0 2 interp_poly 4820 2511 1 0 0 4888 2515 1 0.0625 0 4820 2511 1 0 0 2 interp_poly -40 -152 68 7 4832 2617 3 MP PP 4832 2617 1 0.125 0 4900 2624 1 0.188 0 4832 2617 1 0.125 0 2 interp_poly 4900 2624 1 0.188 0 4860 2472 0.875 0 0 4900 2624 1 0.188 0 2 interp_poly 68 -12 -40 -65 4888 2515 3 MP PP 4888 2515 1 0.0625 0 4848 2450 1 0 0 4888 2515 1 0.0625 0 2 interp_poly 4848 2450 1 0 0 4916 2438 1 0 0 4848 2450 1 0 0 2 interp_poly -40 59 68 -16 4860 2472 3 MP PP 4860 2472 0.875 0 0 4928 2456 0.875 0 0 4860 2472 0.875 0 0 2 interp_poly 4928 2456 0.875 0 0 4888 2515 1 0.0625 0 4928 2456 0.875 0 0 2 interp_poly 68 -16 -40 -152 4900 2624 3 MP PP 4900 2624 1 0.188 0 4860 2472 0.875 0 0 4900 2624 1 0.188 0 2 interp_poly 4860 2472 0.875 0 0 4928 2456 0.875 0 0 4860 2472 0.875 0 0 2 interp_poly -40 84 68 -7 4872 2547 3 MP PP 4872 2547 0.938 0 0 4940 2540 0.938 0 0 4872 2547 0.938 0 0 2 interp_poly 4940 2540 0.938 0 0 4900 2624 1 0.188 0 4940 2540 0.938 0 0 2 interp_poly 68 -11 -40 -9 4952 2595 3 MP PP 4952 2595 0.875 0 0 4912 2586 0.938 0 0 4952 2595 0.875 0 0 2 interp_poly 4912 2586 0.938 0 0 4980 2575 0.938 0 0 4912 2586 0.938 0 0 2 interp_poly -40 -35 68 -11 4912 2586 3 MP PP 4912 2586 0.938 0 0 4980 2575 0.938 0 0 4912 2586 0.938 0 0 2 interp_poly 4980 2575 0.938 0 0 4940 2540 0.938 0 0 4980 2575 0.938 0 0 2 interp_poly 68 -2 -40 -12 4951 1989 3 MP PP 4951 1989 0.75 0 0 4911 1977 0.812 0 0 4951 1989 0.75 0 0 2 interp_poly 4911 1977 0.812 0 0 4979 1975 0.812 0 0 4911 1977 0.812 0 0 2 interp_poly -40 -46 68 -2 4911 1977 3 MP PP 4911 1977 0.812 0 0 4979 1975 0.812 0 0 4911 1977 0.812 0 0 2 interp_poly 4979 1975 0.812 0 0 4939 1929 0.75 0 0 4979 1975 0.812 0 0 2 interp_poly -40 -17 68 -53 4896 2715 3 MP PP 4896 2715 1 0 0 4964 2662 0.938 0 0 4896 2715 1 0 0 2 interp_poly 4964 2662 0.938 0 0 4924 2645 0.938 0 0 4964 2662 0.938 0 0 2 interp_poly -40 -126 68 -36 4834 1900 3 MP PP 4834 1900 1 0.125 0 4902 1864 1 0.0625 0 4834 1900 1 0.125 0 2 interp_poly 4902 1864 1 0.0625 0 4862 1738 0.812 0 0 4902 1864 1 0.0625 0 2 interp_poly 68 -36 -40 188 4874 1712 3 MP PP 4874 1712 0.625 0 0 4834 1900 1 0.125 0 4874 1712 0.625 0 0 2 interp_poly 4834 1900 1 0.125 0 4902 1864 1 0.0625 0 4834 1900 1 0.125 0 2 interp_poly -40 -73 67 -4 4887 1887 3 MP PP 4887 1887 0.875 0 0 4954 1883 0.875 0 0 4887 1887 0.875 0 0 2 interp_poly 4954 1883 0.875 0 0 4914 1810 0.812 0 0 4954 1883 0.875 0 0 2 interp_poly 68 7 -40 70 4872 2547 3 MP PP 4872 2547 0.938 0 0 4832 2617 1 0.125 0 4872 2547 0.938 0 0 2 interp_poly 4832 2617 1 0.125 0 4900 2624 1 0.188 0 4832 2617 1 0.125 0 2 interp_poly 68 -3 -40 -47 4924 2645 3 MP PP 4924 2645 0.938 0 0 4884 2598 0.875 0 0 4924 2645 0.938 0 0 2 interp_poly 4884 2598 0.875 0 0 4952 2595 0.875 0 0 4884 2598 0.875 0 0 2 interp_poly -40 -9 68 -3 4884 2598 3 MP PP 4884 2598 0.875 0 0 4952 2595 0.875 0 0 4884 2598 0.875 0 0 2 interp_poly 4952 2595 0.875 0 0 4912 2586 0.938 0 0 4952 2595 0.875 0 0 2 interp_poly -40 -12 68 -4 4883 1993 3 MP PP 4883 1993 0.75 0 0 4951 1989 0.75 0 0 4883 1993 0.75 0 0 2 interp_poly 4951 1989 0.75 0 0 4911 1977 0.812 0 0 4951 1989 0.75 0 0 2 interp_poly -40 4 68 -40 4839 2213 3 MP PP 4839 2213 0.938 0 0 4907 2173 0.875 0 0 4839 2213 0.938 0 0 2 interp_poly 4907 2173 0.875 0 0 4867 2177 0.938 0 0 4907 2173 0.875 0 0 2 interp_poly -40 -95 68 -46 4787 2182 3 MP PP 4787 2182 1 0.0625 0 4855 2136 1 0 0 4787 2182 1 0.0625 0 2 interp_poly 4855 2136 1 0 0 4815 2041 0.812 0 0 4855 2136 1 0 0 2 interp_poly 68 -48 -40 -95 4855 2136 3 MP PP 4855 2136 1 0 0 4815 2041 0.812 0 0 4855 2136 1 0 0 2 interp_poly 4815 2041 0.812 0 0 4883 1993 0.75 0 0 4815 2041 0.812 0 0 2 interp_poly 68 -46 -40 122 4827 2060 3 MP PP 4827 2060 0.75 0 0 4787 2182 1 0.0625 0 4827 2060 0.75 0 0 2 interp_poly 4787 2182 1 0.0625 0 4855 2136 1 0 0 4787 2182 1 0.0625 0 2 interp_poly -40 -117 68 -20 4799 2197 3 MP PP 4799 2197 0.938 0 0 4867 2177 0.938 0 0 4799 2197 0.938 0 0 2 interp_poly 4867 2177 0.938 0 0 4827 2060 0.75 0 0 4867 2177 0.938 0 0 2 interp_poly 68 -20 -40 -16 4839 2213 3 MP PP 4839 2213 0.938 0 0 4799 2197 0.938 0 0 4839 2213 0.938 0 0 2 interp_poly 4799 2197 0.938 0 0 4867 2177 0.938 0 0 4799 2197 0.938 0 0 2 interp_poly -40 82 68 -6 4827 2060 3 MP PP 4827 2060 0.75 0 0 4895 2054 0.75 0 0 4827 2060 0.75 0 0 2 interp_poly 4895 2054 0.75 0 0 4855 2136 1 0 0 4895 2054 0.75 0 0 2 interp_poly 68 -6 -40 -117 4867 2177 3 MP PP 4867 2177 0.938 0 0 4827 2060 0.75 0 0 4867 2177 0.938 0 0 2 interp_poly 4827 2060 0.75 0 0 4895 2054 0.75 0 0 4827 2060 0.75 0 0 2 interp_poly 68 -40 -40 74 4879 2139 3 MP PP 4879 2139 0.688 0 0 4839 2213 0.938 0 0 4879 2139 0.688 0 0 2 interp_poly 4839 2213 0.938 0 0 4907 2173 0.875 0 0 4839 2213 0.938 0 0 2 interp_poly -40 33 68 1 4879 2139 3 MP PP 4879 2139 0.688 0 0 4947 2140 0.75 0 0 4879 2139 0.688 0 0 2 interp_poly 4947 2140 0.75 0 0 4907 2173 0.875 0 0 4947 2140 0.75 0 0 2 interp_poly 68 1 -40 -72 4919 2211 3 MP PP 4919 2211 0.812 0 0 4879 2139 0.688 0 0 4919 2211 0.812 0 0 2 interp_poly 4879 2139 0.688 0 0 4947 2140 0.75 0 0 4879 2139 0.688 0 0 2 interp_poly 68 -41 -40 -34 4863 2372 3 MP PP 4863 2372 1 0 0 4823 2338 1 0 0 4863 2372 1 0 0 2 interp_poly 4823 2338 1 0 0 4891 2297 0.938 0 0 4823 2338 1 0 0 2 interp_poly 68 -18 -40 -88 4823 2338 3 MP PP 4823 2338 1 0 0 4783 2250 0.875 0 0 4823 2338 1 0 0 2 interp_poly 4783 2250 0.875 0 0 4851 2232 0.812 0 0 4783 2250 0.875 0 0 2 interp_poly -40 -65 68 -41 4823 2338 3 MP PP 4823 2338 1 0 0 4891 2297 0.938 0 0 4823 2338 1 0 0 2 interp_poly 4891 2297 0.938 0 0 4851 2232 0.812 0 0 4891 2297 0.938 0 0 2 interp_poly 68 -21 -40 -65 4891 2297 3 MP PP 4891 2297 0.938 0 0 4851 2232 0.812 0 0 4891 2297 0.938 0 0 2 interp_poly 4851 2232 0.812 0 0 4919 2211 0.812 0 0 4851 2232 0.812 0 0 2 interp_poly -40 -56 68 -19 4863 2372 3 MP PP 4863 2372 1 0 0 4931 2353 1 0 0 4863 2372 1 0 0 2 interp_poly 4931 2353 1 0 0 4891 2297 0.938 0 0 4931 2353 1 0 0 2 interp_poly -40 98 67 16 4836 2258 3 MP PP 4836 2258 0.688 0 0 4903 2274 0.75 0 0 4836 2258 0.688 0 0 2 interp_poly 4903 2274 0.75 0 0 4863 2372 1 0 0 4903 2274 0.75 0 0 2 interp_poly 68 -19 -40 98 4903 2274 3 MP PP 4903 2274 0.75 0 0 4863 2372 1 0 0 4903 2274 0.75 0 0 2 interp_poly 4863 2372 1 0 0 4931 2353 1 0 0 4863 2372 1 0 0 2 interp_poly 67 -19 -40 -118 4916 2438 3 MP PP 4916 2438 1 0 0 4876 2320 0.75 0 0 4916 2438 1 0 0 2 interp_poly 4876 2320 0.75 0 0 4943 2301 0.75 0 0 4876 2320 0.75 0 0 2 interp_poly -40 -27 67 -19 4876 2320 3 MP PP 4876 2320 0.75 0 0 4943 2301 0.75 0 0 4876 2320 0.75 0 0 2 interp_poly 4943 2301 0.75 0 0 4903 2274 0.75 0 0 4943 2301 0.75 0 0 2 interp_poly 68 -8 -40 -98 4914 1810 3 MP PP 4914 1810 0.812 0 0 4874 1712 0.625 0 0 4914 1810 0.812 0 0 2 interp_poly 4874 1712 0.625 0 0 4942 1704 0.625 0 0 4874 1712 0.625 0 0 2 interp_poly 68 -7 -40 -39 4912 2586 3 MP PP 4912 2586 0.938 0 0 4872 2547 0.938 0 0 4912 2586 0.938 0 0 2 interp_poly 4872 2547 0.938 0 0 4940 2540 0.938 0 0 4872 2547 0.938 0 0 2 interp_poly 68 7 -40 -14 4871 1962 3 MP PP 4871 1962 0.812 0 0 4831 1948 0.812 0 0 4871 1962 0.812 0 0 2 interp_poly 4831 1948 0.812 0 0 4899 1955 0.875 0 0 4831 1948 0.812 0 0 2 interp_poly -40 26 68 -33 4871 1962 3 MP PP 4871 1962 0.812 0 0 4939 1929 0.75 0 0 4871 1962 0.812 0 0 2 interp_poly 4939 1929 0.75 0 0 4899 1955 0.875 0 0 4939 1929 0.75 0 0 2 interp_poly 68 -33 -40 -15 4911 1977 3 MP PP 4911 1977 0.812 0 0 4871 1962 0.812 0 0 4911 1977 0.812 0 0 2 interp_poly 4871 1962 0.812 0 0 4939 1929 0.75 0 0 4871 1962 0.812 0 0 2 interp_poly 68 -35 -40 7 4906 1593 3 MP PP 4906 1593 0.812 0 0 4866 1600 0.875 0 0 4906 1593 0.812 0 0 2 interp_poly 4866 1600 0.875 0 0 4934 1565 0.812 0 0 4866 1600 0.875 0 0 2 interp_poly -40 -98 68 -35 4866 1600 3 MP PP 4866 1600 0.875 0 0 4934 1565 0.812 0 0 4866 1600 0.875 0 0 2 interp_poly 4934 1565 0.812 0 0 4894 1467 0.625 0 0 4934 1565 0.812 0 0 2 interp_poly 68 -5 -40 -65 4896 2715 3 MP PP 4896 2715 1 0 0 4856 2650 0.938 0 0 4896 2715 1 0 0 2 interp_poly 4856 2650 0.938 0 0 4924 2645 0.938 0 0 4856 2650 0.938 0 0 2 interp_poly -40 -47 68 -5 4856 2650 3 MP PP 4856 2650 0.938 0 0 4924 2645 0.938 0 0 4856 2650 0.938 0 0 2 interp_poly 4924 2645 0.938 0 0 4884 2598 0.875 0 0 4924 2645 0.938 0 0 2 interp_poly -40 -72 68 -21 4851 2232 3 MP PP 4851 2232 0.812 0 0 4919 2211 0.812 0 0 4851 2232 0.812 0 0 2 interp_poly 4919 2211 0.812 0 0 4879 2139 0.688 0 0 4919 2211 0.812 0 0 2 interp_poly -40 35 68 -76 4850 1677 3 MP PP 4850 1677 0.812 0 0 4918 1601 0.688 0 0 4850 1677 0.812 0 0 2 interp_poly 4918 1601 0.688 0 0 4878 1636 0.812 0 0 4918 1601 0.688 0 0 2 interp_poly -40 -118 68 -12 4848 2450 3 MP PP 4848 2450 1 0 0 4916 2438 1 0 0 4848 2450 1 0 0 2 interp_poly 4916 2438 1 0 0 4876 2320 0.75 0 0 4916 2438 1 0 0 2 interp_poly -40 -59 68 -9 4754 1782 3 MP PP 4754 1782 0.938 0 0 4822 1773 0.938 0 0 4754 1782 0.938 0 0 2 interp_poly 4822 1773 0.938 0 0 4782 1714 0.875 0 0 4822 1773 0.938 0 0 2 interp_poly 68 -9 -40 26 4794 1756 3 MP PP 4794 1756 0.812 0 0 4754 1782 0.938 0 0 4794 1756 0.812 0 0 2 interp_poly 4754 1782 0.938 0 0 4822 1773 0.938 0 0 4754 1782 0.938 0 0 2 interp_poly 68 -37 -40 -59 4822 1773 3 MP PP 4822 1773 0.938 0 0 4782 1714 0.875 0 0 4822 1773 0.938 0 0 2 interp_poly 4782 1714 0.875 0 0 4850 1677 0.812 0 0 4782 1714 0.875 0 0 2 interp_poly -40 35 68 -18 4794 1756 3 MP PP 4794 1756 0.812 0 0 4862 1738 0.812 0 0 4794 1756 0.812 0 0 2 interp_poly 4862 1738 0.812 0 0 4822 1773 0.938 0 0 4862 1738 0.812 0 0 2 interp_poly 68 -18 -40 -144 4834 1900 3 MP PP 4834 1900 1 0.125 0 4794 1756 0.812 0 0 4834 1900 1 0.125 0 2 interp_poly 4794 1756 0.812 0 0 4862 1738 0.812 0 0 4794 1756 0.812 0 0 2 interp_poly -40 188 67 10 4807 1702 3 MP PP 4807 1702 0.562 0 0 4874 1712 0.625 0 0 4807 1702 0.562 0 0 2 interp_poly 4874 1712 0.625 0 0 4834 1900 1 0.125 0 4874 1712 0.625 0 0 2 interp_poly 67 -33 -40 -44 4887 1887 3 MP PP 4887 1887 0.875 0 0 4847 1843 0.812 0 0 4887 1887 0.875 0 0 2 interp_poly 4847 1843 0.812 0 0 4914 1810 0.812 0 0 4847 1843 0.812 0 0 2 interp_poly -40 -98 67 -33 4847 1843 3 MP PP 4847 1843 0.812 0 0 4914 1810 0.812 0 0 4847 1843 0.812 0 0 2 interp_poly 4914 1810 0.812 0 0 4874 1712 0.625 0 0 4914 1810 0.812 0 0 2 interp_poly 68 -25 -40 13 4884 2598 3 MP PP 4884 2598 0.875 0 0 4844 2611 1 0 0 4884 2598 0.875 0 0 2 interp_poly 4844 2611 1 0 0 4912 2586 0.938 0 0 4844 2611 1 0 0 2 interp_poly -40 -39 68 -25 4844 2611 3 MP PP 4844 2611 1 0 0 4912 2586 0.938 0 0 4844 2611 1 0 0 2 interp_poly 4912 2586 0.938 0 0 4872 2547 0.938 0 0 4912 2586 0.938 0 0 2 interp_poly 68 -32 -40 -11 4878 1636 3 MP PP 4878 1636 0.812 0 0 4838 1625 0.812 0 0 4878 1636 0.812 0 0 2 interp_poly 4838 1625 0.812 0 0 4906 1593 0.812 0 0 4838 1625 0.812 0 0 2 interp_poly -40 7 68 -32 4838 1625 3 MP PP 4838 1625 0.812 0 0 4906 1593 0.812 0 0 4838 1625 0.812 0 0 2 interp_poly 4906 1593 0.812 0 0 4866 1600 0.875 0 0 4906 1593 0.812 0 0 2 interp_poly 67 16 -40 -62 4876 2320 3 MP PP 4876 2320 0.75 0 0 4836 2258 0.688 0 0 4876 2320 0.75 0 0 2 interp_poly 4836 2258 0.688 0 0 4903 2274 0.75 0 0 4836 2258 0.688 0 0 2 interp_poly -40 -65 68 -29 4828 2744 3 MP PP 4828 2744 1 0.0625 0 4896 2715 1 0 0 4828 2744 1 0.0625 0 2 interp_poly 4896 2715 1 0 0 4856 2650 0.938 0 0 4896 2715 1 0 0 2 interp_poly 68 -28 -40 -105 4866 1600 3 MP PP 4866 1600 0.875 0 0 4826 1495 0.688 0 0 4866 1600 0.875 0 0 2 interp_poly 4826 1495 0.688 0 0 4894 1467 0.625 0 0 4826 1495 0.688 0 0 2 interp_poly -40 -51 68 -28 4826 1495 3 MP PP 4826 1495 0.688 0 0 4894 1467 0.625 0 0 4826 1495 0.688 0 0 2 interp_poly 4894 1467 0.625 0 0 4854 1416 0.562 0 0 4894 1467 0.625 0 0 2 interp_poly -40 -144 67 -8 4767 1908 3 MP PP 4767 1908 1 0.125 0 4834 1900 1 0.125 0 4767 1908 1 0.125 0 2 interp_poly 4834 1900 1 0.125 0 4794 1756 0.812 0 0 4834 1900 1 0.125 0 2 interp_poly 67 -8 -40 206 4807 1702 3 MP PP 4807 1702 0.562 0 0 4767 1908 1 0.125 0 4807 1702 0.562 0 0 2 interp_poly 4767 1908 1 0.125 0 4834 1900 1 0.125 0 4767 1908 1 0.125 0 2 interp_poly -40 -44 68 -17 4819 1904 3 MP PP 4819 1904 0.875 0 0 4887 1887 0.875 0 0 4819 1904 0.875 0 0 2 interp_poly 4887 1887 0.875 0 0 4847 1843 0.812 0 0 4887 1887 0.875 0 0 2 interp_poly 68 -33 -40 -19 4856 2650 3 MP PP 4856 2650 0.938 0 0 4816 2631 0.938 0 0 4856 2650 0.938 0 0 2 interp_poly 4816 2631 0.938 0 0 4884 2598 0.875 0 0 4816 2631 0.938 0 0 2 interp_poly -40 13 68 -33 4816 2631 3 MP PP 4816 2631 0.938 0 0 4884 2598 0.875 0 0 4816 2631 0.938 0 0 2 interp_poly 4884 2598 0.875 0 0 4844 2611 1 0 0 4884 2598 0.875 0 0 2 interp_poly -40 26 68 -48 4815 2041 3 MP PP 4815 2041 0.812 0 0 4883 1993 0.75 0 0 4815 2041 0.812 0 0 2 interp_poly 4883 1993 0.75 0 0 4843 2019 0.875 0 0 4883 1993 0.75 0 0 2 interp_poly -40 74 68 -11 4811 2150 3 MP PP 4811 2150 0.688 0 0 4879 2139 0.688 0 0 4811 2150 0.688 0 0 2 interp_poly 4879 2139 0.688 0 0 4839 2213 0.938 0 0 4879 2139 0.688 0 0 2 interp_poly 68 -11 -40 -82 4851 2232 3 MP PP 4851 2232 0.812 0 0 4811 2150 0.688 0 0 4851 2232 0.812 0 0 2 interp_poly 4811 2150 0.688 0 0 4879 2139 0.688 0 0 4811 2150 0.688 0 0 2 interp_poly -40 9 68 -46 4770 1671 3 MP PP 4770 1671 0.938 0 0 4838 1625 0.812 0 0 4770 1671 0.938 0 0 2 interp_poly 4838 1625 0.812 0 0 4798 1634 0.938 0 0 4838 1625 0.812 0 0 2 interp_poly -40 -105 68 -34 4798 1634 3 MP PP 4798 1634 0.938 0 0 4866 1600 0.875 0 0 4798 1634 0.938 0 0 2 interp_poly 4866 1600 0.875 0 0 4826 1495 0.688 0 0 4866 1600 0.875 0 0 2 interp_poly 68 -34 -40 9 4838 1625 3 MP PP 4838 1625 0.812 0 0 4798 1634 0.938 0 0 4838 1625 0.812 0 0 2 interp_poly 4798 1634 0.938 0 0 4866 1600 0.875 0 0 4798 1634 0.938 0 0 2 interp_poly 68 -46 -40 53 4810 1618 3 MP PP 4810 1618 0.75 0 0 4770 1671 0.938 0 0 4810 1618 0.75 0 0 2 interp_poly 4770 1671 0.938 0 0 4838 1625 0.812 0 0 4770 1671 0.938 0 0 2 interp_poly 68 18 -40 -59 4850 1677 3 MP PP 4850 1677 0.812 0 0 4810 1618 0.75 0 0 4850 1677 0.812 0 0 2 interp_poly 4810 1618 0.75 0 0 4878 1636 0.812 0 0 4810 1618 0.75 0 0 2 interp_poly -40 -11 68 18 4810 1618 3 MP PP 4810 1618 0.75 0 0 4878 1636 0.812 0 0 4810 1618 0.75 0 0 2 interp_poly 4878 1636 0.812 0 0 4838 1625 0.812 0 0 4878 1636 0.812 0 0 2 interp_poly -40 -88 67 13 4756 2325 3 MP PP 4756 2325 0.938 0 0 4823 2338 1 0 0 4756 2325 0.938 0 0 2 interp_poly 4823 2338 1 0 0 4783 2250 0.875 0 0 4823 2338 1 0 0 2 interp_poly 67 13 -40 -49 4796 2374 3 MP PP 4796 2374 1 0 0 4756 2325 0.938 0 0 4796 2374 1 0 0 2 interp_poly 4756 2325 0.938 0 0 4823 2338 1 0 0 4756 2325 0.938 0 0 2 interp_poly 67 -29 -40 -46 4756 2325 3 MP PP 4756 2325 0.938 0 0 4716 2279 0.875 0 0 4756 2325 0.938 0 0 2 interp_poly 4716 2279 0.875 0 0 4783 2250 0.875 0 0 4716 2279 0.875 0 0 2 interp_poly -40 116 68 -23 4768 2281 3 MP PP 4768 2281 0.688 0 0 4836 2258 0.688 0 0 4768 2281 0.688 0 0 2 interp_poly 4836 2258 0.688 0 0 4796 2374 1 0 0 4836 2258 0.688 0 0 2 interp_poly -40 -34 67 -2 4796 2374 3 MP PP 4796 2374 1 0 0 4863 2372 1 0 0 4796 2374 1 0 0 2 interp_poly 4863 2372 1 0 0 4823 2338 1 0 0 4863 2372 1 0 0 2 interp_poly 67 -2 -40 116 4836 2258 3 MP PP 4836 2258 0.688 0 0 4796 2374 1 0 0 4836 2258 0.688 0 0 2 interp_poly 4796 2374 1 0 0 4863 2372 1 0 0 4796 2374 1 0 0 2 interp_poly 68 4 -40 -134 4848 2450 3 MP PP 4848 2450 1 0 0 4808 2316 0.688 0 0 4848 2450 1 0 0 2 interp_poly 4808 2316 0.688 0 0 4876 2320 0.75 0 0 4808 2316 0.688 0 0 2 interp_poly -40 -62 68 4 4808 2316 3 MP PP 4808 2316 0.688 0 0 4876 2320 0.75 0 0 4808 2316 0.688 0 0 2 interp_poly 4876 2320 0.75 0 0 4836 2258 0.688 0 0 4876 2320 0.75 0 0 2 interp_poly 67 10 -40 -141 4847 1843 3 MP PP 4847 1843 0.812 0 0 4807 1702 0.562 0 0 4847 1843 0.812 0 0 2 interp_poly 4807 1702 0.562 0 0 4874 1712 0.625 0 0 4807 1702 0.562 0 0 2 interp_poly -40 -55 68 -29 4752 2540 3 MP PP 4752 2540 1 0.0625 0 4820 2511 1 0 0 4752 2540 1 0.0625 0 2 interp_poly 4820 2511 1 0 0 4780 2456 0.938 0 0 4820 2511 1 0 0 2 interp_poly 68 -6 -40 -55 4820 2511 3 MP PP 4820 2511 1 0 0 4780 2456 0.938 0 0 4820 2511 1 0 0 2 interp_poly 4780 2456 0.938 0 0 4848 2450 1 0 0 4780 2456 0.938 0 0 2 interp_poly 68 -29 -40 78 4792 2462 3 MP PP 4792 2462 0.812 0 0 4752 2540 1 0.0625 0 4792 2462 0.812 0 0 2 interp_poly 4752 2540 1 0.0625 0 4820 2511 1 0 0 4752 2540 1 0.0625 0 2 interp_poly -40 -155 68 -13 4764 2630 3 MP PP 4764 2630 1 0.125 0 4832 2617 1 0.125 0 4764 2630 1 0.125 0 2 interp_poly 4832 2617 1 0.125 0 4792 2462 0.812 0 0 4832 2617 1 0.125 0 2 interp_poly -40 39 68 10 4792 2462 3 MP PP 4792 2462 0.812 0 0 4860 2472 0.875 0 0 4792 2462 0.812 0 0 2 interp_poly 4860 2472 0.875 0 0 4820 2511 1 0 0 4860 2472 0.875 0 0 2 interp_poly 68 10 -40 -155 4832 2617 3 MP PP 4832 2617 1 0.125 0 4792 2462 0.812 0 0 4832 2617 1 0.125 0 2 interp_poly 4792 2462 0.812 0 0 4860 2472 0.875 0 0 4792 2462 0.812 0 0 2 interp_poly -40 70 68 -59 4804 2606 3 MP PP 4804 2606 1 0 0 4872 2547 0.938 0 0 4804 2606 1 0 0 2 interp_poly 4872 2547 0.938 0 0 4832 2617 1 0.125 0 4872 2547 0.938 0 0 2 interp_poly 68 -59 -40 -5 4844 2611 3 MP PP 4844 2611 1 0 0 4804 2606 1 0 0 4844 2611 1 0 0 2 interp_poly 4804 2606 1 0 0 4872 2547 0.938 0 0 4804 2606 1 0 0 2 interp_poly -40 -101 68 -11 4699 1919 3 MP PP 4699 1919 1 0.0625 0 4767 1908 1 0.125 0 4699 1919 1 0.0625 0 2 interp_poly 4767 1908 1 0.125 0 4727 1807 0.938 0 0 4767 1908 1 0.125 0 2 interp_poly 68 -21 -40 -82 4610 1593 3 MP PP 4610 1593 0.938 0 0 4570 1511 0.812 0 0 4610 1593 0.938 0 0 2 interp_poly 4570 1511 0.812 0 0 4638 1490 0.812 0 0 4570 1511 0.812 0 0 2 interp_poly -40 -82 68 10 4542 1583 3 MP PP 4542 1583 0.875 0 0 4610 1593 0.938 0 0 4542 1583 0.875 0 0 2 interp_poly 4610 1593 0.938 0 0 4570 1511 0.812 0 0 4610 1593 0.938 0 0 2 interp_poly -40 -115 68 12 4610 1593 3 MP PP 4610 1593 0.938 0 0 4678 1605 1 0 0 4610 1593 0.938 0 0 2 interp_poly 4678 1605 1 0 0 4638 1490 0.812 0 0 4678 1605 1 0 0 2 interp_poly -40 58 68 -28 4582 1563 3 MP PP 4582 1563 0.812 0 0 4650 1535 0.75 0 0 4582 1563 0.812 0 0 2 interp_poly 4650 1535 0.75 0 0 4610 1593 0.938 0 0 4650 1535 0.75 0 0 2 interp_poly 68 -28 -40 20 4622 1543 3 MP PP 4622 1543 0.688 0 0 4582 1563 0.812 0 0 4622 1543 0.688 0 0 2 interp_poly 4582 1563 0.812 0 0 4650 1535 0.75 0 0 4582 1563 0.812 0 0 2 interp_poly 68 12 -40 58 4650 1535 3 MP PP 4650 1535 0.75 0 0 4610 1593 0.938 0 0 4650 1535 0.75 0 0 2 interp_poly 4610 1593 0.938 0 0 4678 1605 1 0 0 4610 1593 0.938 0 0 2 interp_poly -40 -136 68 -33 4594 1712 3 MP PP 4594 1712 1 0 0 4662 1679 0.938 0 0 4594 1712 1 0 0 2 interp_poly 4662 1679 0.938 0 0 4622 1543 0.688 0 0 4662 1679 0.938 0 0 2 interp_poly 68 -33 -40 26 4634 1686 3 MP PP 4634 1686 0.875 0 0 4594 1712 1 0 0 4634 1686 0.875 0 0 2 interp_poly 4594 1712 1 0 0 4662 1679 0.938 0 0 4594 1712 1 0 0 2 interp_poly -40 -12 68 5 4634 1686 3 MP PP 4634 1686 0.875 0 0 4702 1691 0.938 0 0 4634 1686 0.875 0 0 2 interp_poly 4702 1691 0.938 0 0 4662 1679 0.938 0 0 4702 1691 0.938 0 0 2 interp_poly 68 -38 -40 -12 4702 1691 3 MP PP 4702 1691 0.938 0 0 4662 1679 0.938 0 0 4702 1691 0.938 0 0 2 interp_poly 4662 1679 0.938 0 0 4730 1641 0.875 0 0 4662 1679 0.938 0 0 2 interp_poly 68 5 -40 9 4674 1677 3 MP PP 4674 1677 0.812 0 0 4634 1686 0.875 0 0 4674 1677 0.812 0 0 2 interp_poly 4634 1686 0.875 0 0 4702 1691 0.938 0 0 4634 1686 0.875 0 0 2 interp_poly -40 -89 67 -24 4647 1790 3 MP PP 4647 1790 1 0 0 4714 1766 0.938 0 0 4647 1790 1 0 0 2 interp_poly 4714 1766 0.938 0 0 4674 1677 0.812 0 0 4714 1766 0.938 0 0 2 interp_poly 67 -24 -40 21 4687 1769 3 MP PP 4687 1769 0.875 0 0 4647 1790 1 0 0 4687 1769 0.875 0 0 2 interp_poly 4647 1790 1 0 0 4714 1766 0.938 0 0 4647 1790 1 0 0 2 interp_poly -40 -38 68 -4 4659 1811 3 MP PP 4659 1811 0.875 0 0 4727 1807 0.938 0 0 4659 1811 0.875 0 0 2 interp_poly 4727 1807 0.938 0 0 4687 1769 0.875 0 0 4727 1807 0.938 0 0 2 interp_poly 68 -4 -40 -108 4699 1919 3 MP PP 4699 1919 1 0.0625 0 4659 1811 0.875 0 0 4699 1919 1 0.0625 0 2 interp_poly 4659 1811 0.875 0 0 4727 1807 0.938 0 0 4659 1811 0.875 0 0 2 interp_poly -40 -16 67 13 4687 1769 3 MP PP 4687 1769 0.875 0 0 4754 1782 0.938 0 0 4687 1769 0.875 0 0 2 interp_poly 4754 1782 0.938 0 0 4714 1766 0.938 0 0 4754 1782 0.938 0 0 2 interp_poly 67 13 -40 -38 4727 1807 3 MP PP 4727 1807 0.938 0 0 4687 1769 0.875 0 0 4727 1807 0.938 0 0 2 interp_poly 4687 1769 0.875 0 0 4754 1782 0.938 0 0 4687 1769 0.875 0 0 2 interp_poly -40 -30 68 -20 4702 1691 3 MP PP 4702 1691 0.938 0 0 4770 1671 0.938 0 0 4702 1691 0.938 0 0 2 interp_poly 4770 1671 0.938 0 0 4730 1641 0.875 0 0 4770 1671 0.938 0 0 2 interp_poly 68 -20 -40 34 4742 1657 3 MP PP 4742 1657 0.812 0 0 4702 1691 0.938 0 0 4742 1657 0.812 0 0 2 interp_poly 4702 1691 0.938 0 0 4770 1671 0.938 0 0 4702 1691 0.938 0 0 2 interp_poly -40 -57 68 -52 4714 1766 3 MP PP 4714 1766 0.938 0 0 4782 1714 0.875 0 0 4714 1766 0.938 0 0 2 interp_poly 4782 1714 0.875 0 0 4742 1657 0.812 0 0 4782 1714 0.875 0 0 2 interp_poly 68 -52 -40 -16 4754 1782 3 MP PP 4754 1782 0.938 0 0 4714 1766 0.938 0 0 4754 1782 0.938 0 0 2 interp_poly 4714 1766 0.938 0 0 4782 1714 0.875 0 0 4714 1766 0.938 0 0 2 interp_poly -40 26 67 -51 4727 1807 3 MP PP 4727 1807 0.938 0 0 4794 1756 0.812 0 0 4727 1807 0.938 0 0 2 interp_poly 4794 1756 0.812 0 0 4754 1782 0.938 0 0 4794 1756 0.812 0 0 2 interp_poly 67 -51 -40 -101 4767 1908 3 MP PP 4767 1908 1 0.125 0 4727 1807 0.938 0 0 4767 1908 1 0.125 0 2 interp_poly 4727 1807 0.938 0 0 4794 1756 0.812 0 0 4727 1807 0.938 0 0 2 interp_poly 68 -11 -40 173 4739 1746 3 MP PP 4739 1746 0.625 0 0 4699 1919 1 0.0625 0 4739 1746 0.625 0 0 2 interp_poly 4699 1919 1 0.0625 0 4767 1908 1 0.125 0 4699 1919 1 0.0625 0 2 interp_poly -40 -93 68 22 4723 1973 3 MP PP 4723 1973 0.938 0 0 4791 1995 1 0 0 4723 1973 0.938 0 0 2 interp_poly 4791 1995 1 0 0 4751 1902 0.875 0 0 4791 1995 1 0 0 2 interp_poly -40 206 68 -44 4739 1746 3 MP PP 4739 1746 0.625 0 0 4807 1702 0.562 0 0 4739 1746 0.625 0 0 2 interp_poly 4807 1702 0.562 0 0 4767 1908 1 0.125 0 4807 1702 0.562 0 0 2 interp_poly 68 2 -40 -93 4791 1995 3 MP PP 4791 1995 1 0 0 4751 1902 0.875 0 0 4791 1995 1 0 0 2 interp_poly 4751 1902 0.875 0 0 4819 1904 0.875 0 0 4751 1902 0.875 0 0 2 interp_poly -40 47 68 -25 4763 1973 3 MP PP 4763 1973 0.875 0 0 4831 1948 0.812 0 0 4763 1973 0.875 0 0 2 interp_poly 4831 1948 0.812 0 0 4791 1995 1 0 0 4831 1948 0.812 0 0 2 interp_poly 68 -11 -40 -46 4843 2019 3 MP PP 4843 2019 0.875 0 0 4803 1973 0.812 0 0 4843 2019 0.875 0 0 2 interp_poly 4803 1973 0.812 0 0 4871 1962 0.812 0 0 4803 1973 0.812 0 0 2 interp_poly -40 -14 68 -11 4803 1973 3 MP PP 4803 1973 0.812 0 0 4871 1962 0.812 0 0 4803 1973 0.812 0 0 2 interp_poly 4871 1962 0.812 0 0 4831 1948 0.812 0 0 4871 1962 0.812 0 0 2 interp_poly 68 -14 -40 -80 4828 2744 3 MP PP 4828 2744 1 0.0625 0 4788 2664 0.938 0 0 4828 2744 1 0.0625 0 2 interp_poly 4788 2664 0.938 0 0 4856 2650 0.938 0 0 4788 2664 0.938 0 0 2 interp_poly -40 -19 68 -14 4788 2664 3 MP PP 4788 2664 0.938 0 0 4856 2650 0.938 0 0 4788 2664 0.938 0 0 2 interp_poly 4856 2650 0.938 0 0 4816 2631 0.938 0 0 4856 2650 0.938 0 0 2 interp_poly -40 93 68 -36 4786 1452 3 MP PP 4786 1452 0.625 0 0 4854 1416 0.562 0 0 4786 1452 0.625 0 0 2 interp_poly 4854 1416 0.562 0 0 4814 1509 0.875 0 0 4854 1416 0.562 0 0 2 interp_poly 68 -36 -40 -43 4826 1495 3 MP PP 4826 1495 0.688 0 0 4786 1452 0.625 0 0 4826 1495 0.688 0 0 2 interp_poly 4786 1452 0.625 0 0 4854 1416 0.562 0 0 4786 1452 0.625 0 0 2 interp_poly -40 -50 68 0 4707 2066 3 MP PP 4707 2066 0.938 0 0 4775 2066 0.938 0 0 4707 2066 0.938 0 0 2 interp_poly 4775 2066 0.938 0 0 4735 2016 0.875 0 0 4775 2066 0.938 0 0 2 interp_poly 68 0 -40 31 4747 2035 3 MP PP 4747 2035 0.75 0 0 4707 2066 0.938 0 0 4747 2035 0.75 0 0 2 interp_poly 4707 2066 0.938 0 0 4775 2066 0.938 0 0 4707 2066 0.938 0 0 2 interp_poly -40 -147 68 17 4719 2165 3 MP PP 4719 2165 1 0 0 4787 2182 1 0.0625 0 4719 2165 1 0 0 2 interp_poly 4787 2182 1 0.0625 0 4747 2035 0.75 0 0 4787 2182 1 0.0625 0 2 interp_poly 68 17 -40 34 4759 2131 3 MP PP 4759 2131 0.875 0 0 4719 2165 1 0 0 4759 2131 0.875 0 0 2 interp_poly 4719 2165 1 0 0 4787 2182 1 0.0625 0 4719 2165 1 0 0 2 interp_poly 68 22 -40 0 4763 1973 3 MP PP 4763 1973 0.875 0 0 4723 1973 0.938 0 0 4763 1973 0.875 0 0 2 interp_poly 4723 1973 0.938 0 0 4791 1995 1 0 0 4723 1973 0.938 0 0 2 interp_poly 68 -43 -40 -50 4775 2066 3 MP PP 4775 2066 0.938 0 0 4735 2016 0.875 0 0 4775 2066 0.938 0 0 2 interp_poly 4735 2016 0.875 0 0 4803 1973 0.812 0 0 4735 2016 0.875 0 0 2 interp_poly -40 -46 68 -47 4775 2066 3 MP PP 4775 2066 0.938 0 0 4843 2019 0.875 0 0 4775 2066 0.938 0 0 2 interp_poly 4843 2019 0.875 0 0 4803 1973 0.812 0 0 4843 2019 0.875 0 0 2 interp_poly 68 -47 -40 25 4815 2041 3 MP PP 4815 2041 0.812 0 0 4775 2066 0.938 0 0 4815 2041 0.812 0 0 2 interp_poly 4775 2066 0.938 0 0 4843 2019 0.875 0 0 4775 2066 0.938 0 0 2 interp_poly -40 25 68 6 4747 2035 3 MP PP 4747 2035 0.75 0 0 4815 2041 0.812 0 0 4747 2035 0.75 0 0 2 interp_poly 4815 2041 0.812 0 0 4775 2066 0.938 0 0 4815 2041 0.812 0 0 2 interp_poly 68 6 -40 -147 4787 2182 3 MP PP 4787 2182 1 0.0625 0 4747 2035 0.75 0 0 4787 2182 1 0.0625 0 2 interp_poly 4747 2035 0.75 0 0 4815 2041 0.812 0 0 4747 2035 0.75 0 0 2 interp_poly -40 122 68 -71 4759 2131 3 MP PP 4759 2131 0.875 0 0 4827 2060 0.75 0 0 4759 2131 0.875 0 0 2 interp_poly 4827 2060 0.75 0 0 4787 2182 1 0.0625 0 4827 2060 0.75 0 0 2 interp_poly -40 -66 68 -39 4731 2236 3 MP PP 4731 2236 1 0 0 4799 2197 0.938 0 0 4731 2236 1 0 0 2 interp_poly 4799 2197 0.938 0 0 4759 2131 0.875 0 0 4799 2197 0.938 0 0 2 interp_poly 68 -39 -40 4 4771 2232 3 MP PP 4771 2232 0.938 0 0 4731 2236 1 0 0 4771 2232 0.938 0 0 2 interp_poly 4731 2236 1 0 0 4799 2197 0.938 0 0 4731 2236 1 0 0 2 interp_poly 68 -71 -40 -66 4799 2197 3 MP PP 4799 2197 0.938 0 0 4759 2131 0.875 0 0 4799 2197 0.938 0 0 2 interp_poly 4759 2131 0.875 0 0 4827 2060 0.75 0 0 4759 2131 0.875 0 0 2 interp_poly -40 -16 68 -19 4771 2232 3 MP PP 4771 2232 0.938 0 0 4839 2213 0.938 0 0 4771 2232 0.938 0 0 2 interp_poly 4839 2213 0.938 0 0 4799 2197 0.938 0 0 4839 2213 0.938 0 0 2 interp_poly 68 -19 -40 82 4811 2150 3 MP PP 4811 2150 0.688 0 0 4771 2232 0.938 0 0 4811 2150 0.688 0 0 2 interp_poly 4771 2232 0.938 0 0 4839 2213 0.938 0 0 4771 2232 0.938 0 0 2 interp_poly -40 -82 68 -18 4783 2250 3 MP PP 4783 2250 0.875 0 0 4851 2232 0.812 0 0 4783 2250 0.875 0 0 2 interp_poly 4851 2232 0.812 0 0 4811 2150 0.688 0 0 4851 2232 0.812 0 0 2 interp_poly -40 -59 68 -37 4782 1714 3 MP PP 4782 1714 0.875 0 0 4850 1677 0.812 0 0 4782 1714 0.875 0 0 2 interp_poly 4850 1677 0.812 0 0 4810 1618 0.75 0 0 4850 1677 0.812 0 0 2 interp_poly -40 -134 68 -6 4780 2456 3 MP PP 4780 2456 0.938 0 0 4848 2450 1 0 0 4780 2456 0.938 0 0 2 interp_poly 4848 2450 1 0 0 4808 2316 0.688 0 0 4848 2450 1 0 0 2 interp_poly 68 -31 -40 -30 4819 1904 3 MP PP 4819 1904 0.875 0 0 4779 1874 0.875 0 0 4819 1904 0.875 0 0 2 interp_poly 4779 1874 0.875 0 0 4847 1843 0.812 0 0 4779 1874 0.875 0 0 2 interp_poly -40 -141 68 -31 4779 1874 3 MP PP 4779 1874 0.875 0 0 4847 1843 0.812 0 0 4779 1874 0.875 0 0 2 interp_poly 4847 1843 0.812 0 0 4807 1702 0.562 0 0 4847 1843 0.812 0 0 2 interp_poly -40 -36 68 8 4684 2532 3 MP PP 4684 2532 1 0 0 4752 2540 1 0.0625 0 4684 2532 1 0 0 2 interp_poly 4752 2540 1 0.0625 0 4712 2504 1 0.0625 0 4752 2540 1 0.0625 0 2 interp_poly -40 -135 68 47 4592 2411 3 MP PP 4592 2411 1 0 0 4660 2458 1 0.125 0 4592 2411 1 0 0 2 interp_poly 4660 2458 1 0.125 0 4620 2323 0.875 0 0 4660 2458 1 0.125 0 2 interp_poly 68 0 -40 -135 4660 2458 3 MP PP 4660 2458 1 0.125 0 4620 2323 0.875 0 0 4660 2458 1 0.125 0 2 interp_poly 4620 2323 0.875 0 0 4688 2323 0.875 0 0 4620 2323 0.875 0 0 2 interp_poly 68 47 -40 49 4632 2362 3 MP PP 4632 2362 0.812 0 0 4592 2411 1 0 0 4632 2362 0.812 0 0 2 interp_poly 4592 2411 1 0 0 4660 2458 1 0.125 0 4592 2411 1 0 0 2 interp_poly -40 -101 68 -34 4660 2458 3 MP PP 4660 2458 1 0.125 0 4728 2424 1 0.0625 0 4660 2458 1 0.125 0 2 interp_poly 4728 2424 1 0.0625 0 4688 2323 0.875 0 0 4728 2424 1 0.0625 0 2 interp_poly -40 -46 68 2 4688 2323 3 MP PP 4688 2323 0.875 0 0 4756 2325 0.938 0 0 4688 2323 0.875 0 0 2 interp_poly 4756 2325 0.938 0 0 4716 2279 0.875 0 0 4756 2325 0.938 0 0 2 interp_poly 68 2 -40 -101 4728 2424 3 MP PP 4728 2424 1 0.0625 0 4688 2323 0.875 0 0 4728 2424 1 0.0625 0 2 interp_poly 4688 2323 0.875 0 0 4756 2325 0.938 0 0 4688 2323 0.875 0 0 2 interp_poly -40 141 68 -45 4632 2362 3 MP PP 4632 2362 0.812 0 0 4700 2317 0.75 0 0 4632 2362 0.812 0 0 2 interp_poly 4700 2317 0.75 0 0 4660 2458 1 0.125 0 4700 2317 0.75 0 0 2 interp_poly 68 -34 -40 141 4700 2317 3 MP PP 4700 2317 0.75 0 0 4660 2458 1 0.125 0 4700 2317 0.75 0 0 2 interp_poly 4660 2458 1 0.125 0 4728 2424 1 0.0625 0 4660 2458 1 0.125 0 2 interp_poly -40 -154 68 -11 4644 2515 3 MP PP 4644 2515 1 0 0 4712 2504 1 0.0625 0 4644 2515 1 0 0 2 interp_poly 4712 2504 1 0.0625 0 4672 2350 0.75 0 0 4712 2504 1 0.0625 0 2 interp_poly 68 -11 -40 -17 4684 2532 3 MP PP 4684 2532 1 0 0 4644 2515 1 0 0 4684 2532 1 0 0 2 interp_poly 4644 2515 1 0 0 4712 2504 1 0.0625 0 4644 2515 1 0 0 2 interp_poly -40 143 68 -36 4700 2317 3 MP PP 4700 2317 0.75 0 0 4768 2281 0.688 0 0 4700 2317 0.75 0 0 2 interp_poly 4768 2281 0.688 0 0 4728 2424 1 0.0625 0 4768 2281 0.688 0 0 2 interp_poly 68 -28 -40 -154 4712 2504 3 MP PP 4712 2504 1 0.0625 0 4672 2350 0.75 0 0 4712 2504 1 0.0625 0 2 interp_poly 4672 2350 0.75 0 0 4740 2322 0.688 0 0 4672 2350 0.75 0 0 2 interp_poly -40 -49 68 -50 4728 2424 3 MP PP 4728 2424 1 0.0625 0 4796 2374 1 0 0 4728 2424 1 0.0625 0 2 interp_poly 4796 2374 1 0 0 4756 2325 0.938 0 0 4796 2374 1 0 0 2 interp_poly 68 -50 -40 143 4768 2281 3 MP PP 4768 2281 0.688 0 0 4728 2424 1 0.0625 0 4768 2281 0.688 0 0 2 interp_poly 4728 2424 1 0.0625 0 4796 2374 1 0 0 4728 2424 1 0.0625 0 2 interp_poly -40 -134 68 -48 4712 2504 3 MP PP 4712 2504 1 0.0625 0 4780 2456 0.938 0 0 4712 2504 1 0.0625 0 2 interp_poly 4780 2456 0.938 0 0 4740 2322 0.688 0 0 4780 2456 0.938 0 0 2 interp_poly 68 -48 -40 -36 4752 2540 3 MP PP 4752 2540 1 0.0625 0 4712 2504 1 0.0625 0 4752 2540 1 0.0625 0 2 interp_poly 4712 2504 1 0.0625 0 4780 2456 0.938 0 0 4712 2504 1 0.0625 0 2 interp_poly 68 8 -40 44 4724 2488 3 MP PP 4724 2488 0.875 0 0 4684 2532 1 0 0 4724 2488 0.875 0 0 2 interp_poly 4684 2532 1 0 0 4752 2540 1 0.0625 0 4684 2532 1 0 0 2 interp_poly -40 -142 68 13 4696 2617 3 MP PP 4696 2617 1 0.0625 0 4764 2630 1 0.125 0 4696 2617 1 0.0625 0 2 interp_poly 4764 2630 1 0.125 0 4724 2488 0.875 0 0 4764 2630 1 0.125 0 2 interp_poly -40 78 68 -26 4724 2488 3 MP PP 4724 2488 0.875 0 0 4792 2462 0.812 0 0 4724 2488 0.875 0 0 2 interp_poly 4792 2462 0.812 0 0 4752 2540 1 0.0625 0 4792 2462 0.812 0 0 2 interp_poly 68 -26 -40 -142 4764 2630 3 MP PP 4764 2630 1 0.125 0 4724 2488 0.875 0 0 4764 2630 1 0.125 0 2 interp_poly 4724 2488 0.875 0 0 4792 2462 0.812 0 0 4724 2488 0.875 0 0 2 interp_poly -40 24 68 3 4736 2603 3 MP PP 4736 2603 1 0 0 4804 2606 1 0 0 4736 2603 1 0 0 2 interp_poly 4804 2606 1 0 0 4764 2630 1 0.125 0 4804 2606 1 0 0 2 interp_poly 68 -13 -40 24 4804 2606 3 MP PP 4804 2606 1 0 0 4764 2630 1 0.125 0 4804 2606 1 0 0 2 interp_poly 4764 2630 1 0.125 0 4832 2617 1 0.125 0 4764 2630 1 0.125 0 2 interp_poly 68 -2 -40 -18 4816 2631 3 MP PP 4816 2631 0.938 0 0 4776 2613 0.938 0 0 4816 2631 0.938 0 0 2 interp_poly 4776 2613 0.938 0 0 4844 2611 1 0 0 4776 2613 0.938 0 0 2 interp_poly -40 -5 68 -2 4776 2613 3 MP PP 4776 2613 0.938 0 0 4844 2611 1 0 0 4776 2613 0.938 0 0 2 interp_poly 4844 2611 1 0 0 4804 2606 1 0 0 4844 2611 1 0 0 2 interp_poly 68 -23 -40 -35 4808 2316 3 MP PP 4808 2316 0.688 0 0 4768 2281 0.688 0 0 4808 2316 0.688 0 0 2 interp_poly 4768 2281 0.688 0 0 4836 2258 0.688 0 0 4768 2281 0.688 0 0 2 interp_poly 68 -25 -40 0 4803 1973 3 MP PP 4803 1973 0.812 0 0 4763 1973 0.875 0 0 4803 1973 0.812 0 0 2 interp_poly 4763 1973 0.875 0 0 4831 1948 0.812 0 0 4763 1973 0.875 0 0 2 interp_poly -40 -80 68 -40 4760 2784 3 MP PP 4760 2784 1 0.125 0 4828 2744 1 0.0625 0 4760 2784 1 0.125 0 2 interp_poly 4828 2744 1 0.0625 0 4788 2664 0.938 0 0 4828 2744 1 0.0625 0 2 interp_poly 68 -14 -40 -89 4746 1542 3 MP PP 4746 1542 0.875 0 0 4706 1453 0.75 0 0 4746 1542 0.875 0 0 2 interp_poly 4706 1453 0.75 0 0 4774 1439 0.75 0 0 4706 1453 0.75 0 0 2 interp_poly -40 -89 68 -63 4678 1605 3 MP PP 4678 1605 1 0 0 4746 1542 0.875 0 0 4678 1605 1 0 0 2 interp_poly 4746 1542 0.875 0 0 4706 1453 0.75 0 0 4746 1542 0.875 0 0 2 interp_poly -40 -70 68 -33 4746 1542 3 MP PP 4746 1542 0.875 0 0 4814 1509 0.875 0 0 4746 1542 0.875 0 0 2 interp_poly 4814 1509 0.875 0 0 4774 1439 0.75 0 0 4814 1509 0.875 0 0 2 interp_poly -40 90 68 -46 4718 1498 3 MP PP 4718 1498 0.688 0 0 4786 1452 0.625 0 0 4718 1498 0.688 0 0 2 interp_poly 4786 1452 0.625 0 0 4746 1542 0.875 0 0 4786 1452 0.625 0 0 2 interp_poly 68 -33 -40 90 4786 1452 3 MP PP 4786 1452 0.625 0 0 4746 1542 0.875 0 0 4786 1452 0.625 0 0 2 interp_poly 4746 1542 0.875 0 0 4814 1509 0.875 0 0 4746 1542 0.875 0 0 2 interp_poly 68 7 -40 -146 4798 1634 3 MP PP 4798 1634 0.938 0 0 4758 1488 0.625 0 0 4798 1634 0.938 0 0 2 interp_poly 4758 1488 0.625 0 0 4826 1495 0.688 0 0 4758 1488 0.625 0 0 2 interp_poly -40 -43 68 7 4758 1488 3 MP PP 4758 1488 0.625 0 0 4826 1495 0.688 0 0 4758 1488 0.625 0 0 2 interp_poly 4826 1495 0.688 0 0 4786 1452 0.625 0 0 4826 1495 0.688 0 0 2 interp_poly -40 -30 68 2 4751 1902 3 MP PP 4751 1902 0.875 0 0 4819 1904 0.875 0 0 4751 1902 0.875 0 0 2 interp_poly 4819 1904 0.875 0 0 4779 1874 0.875 0 0 4819 1904 0.875 0 0 2 interp_poly 68 -36 -40 3 4788 2664 3 MP PP 4788 2664 0.938 0 0 4748 2667 1 0 0 4788 2664 0.938 0 0 2 interp_poly 4748 2667 1 0 0 4816 2631 0.938 0 0 4748 2667 1 0 0 2 interp_poly -40 -18 68 -36 4748 2667 3 MP PP 4748 2667 1 0 0 4816 2631 0.938 0 0 4748 2667 1 0 0 2 interp_poly 4816 2631 0.938 0 0 4776 2613 0.938 0 0 4816 2631 0.938 0 0 2 interp_poly -40 -11 68 -22 4639 2088 3 MP PP 4639 2088 0.938 0 0 4707 2066 0.938 0 0 4639 2088 0.938 0 0 2 interp_poly 4707 2066 0.938 0 0 4667 2055 0.938 0 0 4707 2066 0.938 0 0 2 interp_poly -40 -85 68 3 4563 1968 3 MP PP 4563 1968 1 0.125 0 4631 1971 1 0.188 0 4563 1968 1 0.125 0 2 interp_poly 4631 1971 1 0.188 0 4591 1886 1 0.0625 0 4631 1971 1 0.188 0 2 interp_poly -40 -15 68 -75 4591 1886 3 MP PP 4591 1886 1 0.0625 0 4659 1811 0.875 0 0 4591 1886 1 0.0625 0 2 interp_poly 4659 1811 0.875 0 0 4619 1796 0.938 0 0 4659 1811 0.875 0 0 2 interp_poly 68 -75 -40 -85 4631 1971 3 MP PP 4631 1971 1 0.188 0 4591 1886 1 0.0625 0 4631 1971 1 0.188 0 2 interp_poly 4591 1886 1 0.0625 0 4659 1811 0.875 0 0 4591 1886 1 0.0625 0 2 interp_poly 68 3 -40 113 4603 1855 3 MP PP 4603 1855 0.812 0 0 4563 1968 1 0.125 0 4603 1855 0.812 0 0 2 interp_poly 4563 1968 1 0.125 0 4631 1971 1 0.188 0 4563 1968 1 0.125 0 2 interp_poly -40 -108 68 -52 4631 1971 3 MP PP 4631 1971 1 0.188 0 4699 1919 1 0.0625 0 4631 1971 1 0.188 0 2 interp_poly 4699 1919 1 0.0625 0 4659 1811 0.875 0 0 4699 1919 1 0.0625 0 2 interp_poly -40 142 68 -26 4603 1855 3 MP PP 4603 1855 0.812 0 0 4671 1829 0.812 0 0 4603 1855 0.812 0 0 2 interp_poly 4671 1829 0.812 0 0 4631 1971 1 0.188 0 4671 1829 0.812 0 0 2 interp_poly -40 -46 68 -57 4575 1958 3 MP PP 4575 1958 0.938 0 0 4643 1901 0.875 0 0 4575 1958 0.938 0 0 2 interp_poly 4643 1901 0.875 0 0 4603 1855 0.812 0 0 4643 1901 0.875 0 0 2 interp_poly 68 -57 -40 40 4615 1918 3 MP PP 4615 1918 0.812 0 0 4575 1958 0.938 0 0 4615 1918 0.812 0 0 2 interp_poly 4575 1958 0.938 0 0 4643 1901 0.875 0 0 4575 1958 0.938 0 0 2 interp_poly 68 -52 -40 142 4671 1829 3 MP PP 4671 1829 0.812 0 0 4631 1971 1 0.188 0 4671 1829 0.812 0 0 2 interp_poly 4631 1971 1 0.188 0 4699 1919 1 0.0625 0 4631 1971 1 0.188 0 2 interp_poly -40 -64 68 -47 4587 2029 3 MP PP 4587 2029 1 0 0 4655 1982 0.938 0 0 4587 2029 1 0 0 2 interp_poly 4655 1982 0.938 0 0 4615 1918 0.812 0 0 4655 1982 0.938 0 0 2 interp_poly 68 -47 -40 33 4627 1996 3 MP PP 4627 1996 0.875 0 0 4587 2029 1 0 0 4627 1996 0.875 0 0 2 interp_poly 4587 2029 1 0 0 4655 1982 0.938 0 0 4587 2029 1 0 0 2 interp_poly -40 -59 68 -24 4599 2079 3 MP PP 4599 2079 0.938 0 0 4667 2055 0.938 0 0 4599 2079 0.938 0 0 2 interp_poly 4667 2055 0.938 0 0 4627 1996 0.875 0 0 4667 2055 0.938 0 0 2 interp_poly 68 -24 -40 -9 4639 2088 3 MP PP 4639 2088 0.938 0 0 4599 2079 0.938 0 0 4639 2088 0.938 0 0 2 interp_poly 4599 2079 0.938 0 0 4667 2055 0.938 0 0 4599 2079 0.938 0 0 2 interp_poly 68 -8 -40 -59 4667 2055 3 MP PP 4667 2055 0.938 0 0 4627 1996 0.875 0 0 4667 2055 0.938 0 0 2 interp_poly 4627 1996 0.875 0 0 4695 1988 0.875 0 0 4627 1996 0.875 0 0 2 interp_poly -40 -28 68 -39 4667 2055 3 MP PP 4667 2055 0.938 0 0 4735 2016 0.875 0 0 4667 2055 0.938 0 0 2 interp_poly 4735 2016 0.875 0 0 4695 1988 0.875 0 0 4735 2016 0.875 0 0 2 interp_poly 68 -39 -40 -11 4707 2066 3 MP PP 4707 2066 0.938 0 0 4667 2055 0.938 0 0 4707 2066 0.938 0 0 2 interp_poly 4667 2055 0.938 0 0 4735 2016 0.875 0 0 4667 2055 0.938 0 0 2 interp_poly 68 -22 -40 48 4679 2040 3 MP PP 4679 2040 0.75 0 0 4639 2088 0.938 0 0 4679 2040 0.75 0 0 2 interp_poly 4639 2088 0.938 0 0 4707 2066 0.938 0 0 4639 2088 0.938 0 0 2 interp_poly -40 -125 68 -21 4651 2186 3 MP PP 4651 2186 1 0 0 4719 2165 1 0 0 4651 2186 1 0 0 2 interp_poly 4719 2165 1 0 0 4679 2040 0.75 0 0 4719 2165 1 0 0 2 interp_poly 68 -21 -40 72 4691 2114 3 MP PP 4691 2114 0.812 0 0 4651 2186 1 0 0 4691 2114 0.812 0 0 2 interp_poly 4651 2186 1 0 0 4719 2165 1 0 0 4651 2186 1 0 0 2 interp_poly -40 31 68 -5 4679 2040 3 MP PP 4679 2040 0.75 0 0 4747 2035 0.75 0 0 4679 2040 0.75 0 0 2 interp_poly 4747 2035 0.75 0 0 4707 2066 0.938 0 0 4747 2035 0.75 0 0 2 interp_poly 68 -5 -40 -125 4719 2165 3 MP PP 4719 2165 1 0 0 4679 2040 0.75 0 0 4719 2165 1 0 0 2 interp_poly 4679 2040 0.75 0 0 4747 2035 0.75 0 0 4679 2040 0.75 0 0 2 interp_poly -40 34 68 17 4691 2114 3 MP PP 4691 2114 0.812 0 0 4759 2131 0.875 0 0 4691 2114 0.812 0 0 2 interp_poly 4759 2131 0.875 0 0 4719 2165 1 0 0 4759 2131 0.875 0 0 2 interp_poly 68 17 -40 -122 4731 2236 3 MP PP 4731 2236 1 0 0 4691 2114 0.812 0 0 4731 2236 1 0 0 2 interp_poly 4691 2114 0.812 0 0 4759 2131 0.875 0 0 4691 2114 0.812 0 0 2 interp_poly -40 82 68 -3 4743 2153 3 MP PP 4743 2153 0.688 0 0 4811 2150 0.688 0 0 4743 2153 0.688 0 0 2 interp_poly 4811 2150 0.688 0 0 4771 2232 0.938 0 0 4811 2150 0.688 0 0 2 interp_poly 68 -3 -40 -97 4783 2250 3 MP PP 4783 2250 0.875 0 0 4743 2153 0.688 0 0 4783 2250 0.875 0 0 2 interp_poly 4743 2153 0.688 0 0 4811 2150 0.688 0 0 4743 2153 0.688 0 0 2 interp_poly -40 -146 68 -7 4730 1641 3 MP PP 4730 1641 0.875 0 0 4798 1634 0.938 0 0 4730 1641 0.875 0 0 2 interp_poly 4798 1634 0.938 0 0 4758 1488 0.625 0 0 4798 1634 0.938 0 0 2 interp_poly 68 -7 -40 -30 4770 1671 3 MP PP 4770 1671 0.938 0 0 4730 1641 0.875 0 0 4770 1671 0.938 0 0 2 interp_poly 4730 1641 0.875 0 0 4798 1634 0.938 0 0 4730 1641 0.875 0 0 2 interp_poly -40 53 68 -39 4742 1657 3 MP PP 4742 1657 0.812 0 0 4810 1618 0.75 0 0 4742 1657 0.812 0 0 2 interp_poly 4810 1618 0.75 0 0 4770 1671 0.938 0 0 4810 1618 0.75 0 0 2 interp_poly 68 -39 -40 -57 4782 1714 3 MP PP 4782 1714 0.875 0 0 4742 1657 0.812 0 0 4782 1714 0.875 0 0 2 interp_poly 4742 1657 0.812 0 0 4810 1618 0.75 0 0 4742 1657 0.812 0 0 2 interp_poly 68 -6 -40 -134 4780 2456 3 MP PP 4780 2456 0.938 0 0 4740 2322 0.688 0 0 4780 2456 0.938 0 0 2 interp_poly 4740 2322 0.688 0 0 4808 2316 0.688 0 0 4740 2322 0.688 0 0 2 interp_poly -40 -35 68 -6 4740 2322 3 MP PP 4740 2322 0.688 0 0 4808 2316 0.688 0 0 4740 2322 0.688 0 0 2 interp_poly 4808 2316 0.688 0 0 4768 2281 0.688 0 0 4808 2316 0.688 0 0 2 interp_poly 68 -44 -40 -128 4779 1874 3 MP PP 4779 1874 0.875 0 0 4739 1746 0.625 0 0 4779 1874 0.875 0 0 2 interp_poly 4739 1746 0.625 0 0 4807 1702 0.562 0 0 4739 1746 0.625 0 0 2 interp_poly 68 3 -40 -10 4776 2613 3 MP PP 4776 2613 0.938 0 0 4736 2603 1 0 0 4776 2613 0.938 0 0 2 interp_poly 4736 2603 1 0 0 4804 2606 1 0 0 4736 2603 1 0 0 2 interp_poly -40 0 68 -43 4735 2016 3 MP PP 4735 2016 0.875 0 0 4803 1973 0.812 0 0 4735 2016 0.875 0 0 2 interp_poly 4803 1973 0.812 0 0 4763 1973 0.875 0 0 4803 1973 0.812 0 0 2 interp_poly 68 -56 -40 -64 4760 2784 3 MP PP 4760 2784 1 0.125 0 4720 2720 1 0 0 4760 2784 1 0.125 0 2 interp_poly 4720 2720 1 0 0 4788 2664 0.938 0 0 4720 2720 1 0 0 2 interp_poly -40 3 68 -56 4720 2720 3 MP PP 4720 2720 1 0 0 4788 2664 0.938 0 0 4720 2720 1 0 0 2 interp_poly 4788 2664 0.938 0 0 4748 2667 1 0 0 4788 2664 0.938 0 0 2 interp_poly 68 -46 -40 10 4758 1488 3 MP PP 4758 1488 0.625 0 0 4718 1498 0.688 0 0 4758 1488 0.625 0 0 2 interp_poly 4718 1498 0.688 0 0 4786 1452 0.625 0 0 4718 1498 0.688 0 0 2 interp_poly -40 -122 68 17 4663 2219 3 MP PP 4663 2219 0.938 0 0 4731 2236 1 0 0 4663 2219 0.938 0 0 2 interp_poly 4731 2236 1 0 0 4691 2114 0.812 0 0 4731 2236 1 0 0 2 interp_poly 68 17 -40 -49 4703 2268 3 MP PP 4703 2268 1 0 0 4663 2219 0.938 0 0 4703 2268 1 0 0 2 interp_poly 4663 2219 0.938 0 0 4731 2236 1 0 0 4663 2219 0.938 0 0 2 interp_poly -40 4 68 -36 4703 2268 3 MP PP 4703 2268 1 0 0 4771 2232 0.938 0 0 4703 2268 1 0 0 2 interp_poly 4771 2232 0.938 0 0 4731 2236 1 0 0 4771 2232 0.938 0 0 2 interp_poly 68 -36 -40 115 4743 2153 3 MP PP 4743 2153 0.688 0 0 4703 2268 1 0 0 4743 2153 0.688 0 0 2 interp_poly 4703 2268 1 0 0 4771 2232 0.938 0 0 4703 2268 1 0 0 2 interp_poly -40 -97 67 -29 4716 2279 3 MP PP 4716 2279 0.875 0 0 4783 2250 0.875 0 0 4716 2279 0.875 0 0 2 interp_poly 4783 2250 0.875 0 0 4743 2153 0.688 0 0 4783 2250 0.875 0 0 2 interp_poly 68 -16 -40 -12 4751 1902 3 MP PP 4751 1902 0.875 0 0 4711 1890 0.875 0 0 4751 1902 0.875 0 0 2 interp_poly 4711 1890 0.875 0 0 4779 1874 0.875 0 0 4711 1890 0.875 0 0 2 interp_poly -40 -128 68 -16 4711 1890 3 MP PP 4711 1890 0.875 0 0 4779 1874 0.875 0 0 4711 1890 0.875 0 0 2 interp_poly 4779 1874 0.875 0 0 4739 1746 0.625 0 0 4779 1874 0.875 0 0 2 interp_poly 68 13 -40 14 4736 2603 3 MP PP 4736 2603 1 0 0 4696 2617 1 0.0625 0 4736 2603 1 0 0 2 interp_poly 4696 2617 1 0.0625 0 4764 2630 1 0.125 0 4696 2617 1 0.0625 0 2 interp_poly 68 -19 -40 -35 4748 2667 3 MP PP 4748 2667 1 0 0 4708 2632 0.938 0 0 4748 2667 1 0 0 2 interp_poly 4708 2632 0.938 0 0 4776 2613 0.938 0 0 4708 2632 0.938 0 0 2 interp_poly -40 -10 68 -19 4708 2632 3 MP PP 4708 2632 0.938 0 0 4776 2613 0.938 0 0 4708 2632 0.938 0 0 2 interp_poly 4776 2613 0.938 0 0 4736 2603 1 0 0 4776 2613 0.938 0 0 2 interp_poly -40 -53 68 -14 4706 1453 3 MP PP 4706 1453 0.75 0 0 4774 1439 0.75 0 0 4706 1453 0.75 0 0 2 interp_poly 4774 1439 0.75 0 0 4734 1386 0.688 0 0 4774 1439 0.75 0 0 2 interp_poly 68 -36 -40 -5 4740 2322 3 MP PP 4740 2322 0.688 0 0 4700 2317 0.75 0 0 4740 2322 0.688 0 0 2 interp_poly 4700 2317 0.75 0 0 4768 2281 0.688 0 0 4700 2317 0.75 0 0 2 interp_poly 68 -15 -40 -28 4735 2016 3 MP PP 4735 2016 0.875 0 0 4695 1988 0.875 0 0 4735 2016 0.875 0 0 2 interp_poly 4695 1988 0.875 0 0 4763 1973 0.875 0 0 4695 1988 0.875 0 0 2 interp_poly -40 0 68 -15 4695 1988 3 MP PP 4695 1988 0.875 0 0 4763 1973 0.875 0 0 4695 1988 0.875 0 0 2 interp_poly 4763 1973 0.875 0 0 4723 1973 0.938 0 0 4763 1973 0.875 0 0 2 interp_poly -40 -64 68 -16 4692 2800 3 MP PP 4692 2800 1 0.125 0 4760 2784 1 0.125 0 4692 2800 1 0.125 0 2 interp_poly 4760 2784 1 0.125 0 4720 2720 1 0 0 4760 2784 1 0.125 0 2 interp_poly 68 -37 -40 -115 4678 1605 3 MP PP 4678 1605 1 0 0 4638 1490 0.812 0 0 4678 1605 1 0 0 2 interp_poly 4638 1490 0.812 0 0 4706 1453 0.75 0 0 4638 1490 0.812 0 0 2 interp_poly -40 107 68 -37 4650 1535 3 MP PP 4650 1535 0.75 0 0 4718 1498 0.688 0 0 4650 1535 0.75 0 0 2 interp_poly 4718 1498 0.688 0 0 4678 1605 1 0 0 4718 1498 0.688 0 0 2 interp_poly 68 -63 -40 107 4718 1498 3 MP PP 4718 1498 0.688 0 0 4678 1605 1 0 0 4718 1498 0.688 0 0 2 interp_poly 4678 1605 1 0 0 4746 1542 0.875 0 0 4678 1605 1 0 0 2 interp_poly 68 -27 -40 -126 4730 1641 3 MP PP 4730 1641 0.875 0 0 4690 1515 0.688 0 0 4730 1641 0.875 0 0 2 interp_poly 4690 1515 0.688 0 0 4758 1488 0.625 0 0 4690 1515 0.688 0 0 2 interp_poly -40 10 68 -27 4690 1515 3 MP PP 4690 1515 0.688 0 0 4758 1488 0.625 0 0 4690 1515 0.688 0 0 2 interp_poly 4758 1488 0.625 0 0 4718 1498 0.688 0 0 4758 1488 0.625 0 0 2 interp_poly -40 173 68 -83 4671 1829 3 MP PP 4671 1829 0.812 0 0 4739 1746 0.625 0 0 4671 1829 0.812 0 0 2 interp_poly 4739 1746 0.625 0 0 4699 1919 1 0.0625 0 4739 1746 0.625 0 0 2 interp_poly 68 -1 -40 -70 4723 1973 3 MP PP 4723 1973 0.938 0 0 4683 1903 0.812 0 0 4723 1973 0.938 0 0 2 interp_poly 4683 1903 0.812 0 0 4751 1902 0.875 0 0 4683 1903 0.812 0 0 2 interp_poly -40 -12 68 -1 4683 1903 3 MP PP 4683 1903 0.812 0 0 4751 1902 0.875 0 0 4683 1903 0.812 0 0 2 interp_poly 4751 1902 0.875 0 0 4711 1890 0.875 0 0 4751 1902 0.875 0 0 2 interp_poly 68 -43 -40 -10 4720 2720 3 MP PP 4720 2720 1 0 0 4680 2710 1 0.0625 0 4720 2720 1 0 0 2 interp_poly 4680 2710 1 0.0625 0 4748 2667 1 0 0 4680 2710 1 0.0625 0 2 interp_poly -40 -35 68 -43 4680 2710 3 MP PP 4680 2710 1 0.0625 0 4748 2667 1 0 0 4680 2710 1 0.0625 0 2 interp_poly 4748 2667 1 0 0 4708 2632 0.938 0 0 4748 2667 1 0 0 2 interp_poly -40 -49 68 3 4635 2265 3 MP PP 4635 2265 0.938 0 0 4703 2268 1 0 0 4635 2265 0.938 0 0 2 interp_poly 4703 2268 1 0 0 4663 2219 0.938 0 0 4703 2268 1 0 0 2 interp_poly -40 115 67 -82 4676 2235 3 MP PP 4676 2235 0.812 0 0 4743 2153 0.688 0 0 4676 2235 0.812 0 0 2 interp_poly 4743 2153 0.688 0 0 4703 2268 1 0 0 4743 2153 0.688 0 0 2 interp_poly 67 -82 -40 -44 4716 2279 3 MP PP 4716 2279 0.875 0 0 4676 2235 0.812 0 0 4716 2279 0.875 0 0 2 interp_poly 4676 2235 0.812 0 0 4743 2153 0.688 0 0 4676 2235 0.812 0 0 2 interp_poly -40 34 68 -20 4674 1677 3 MP PP 4674 1677 0.812 0 0 4742 1657 0.812 0 0 4674 1677 0.812 0 0 2 interp_poly 4742 1657 0.812 0 0 4702 1691 0.938 0 0 4742 1657 0.812 0 0 2 interp_poly 68 -20 -40 -89 4714 1766 3 MP PP 4714 1766 0.938 0 0 4674 1677 0.812 0 0 4714 1766 0.938 0 0 2 interp_poly 4674 1677 0.812 0 0 4742 1657 0.812 0 0 4674 1677 0.812 0 0 2 interp_poly -40 -5 68 -28 4672 2350 3 MP PP 4672 2350 0.75 0 0 4740 2322 0.688 0 0 4672 2350 0.75 0 0 2 interp_poly 4740 2322 0.688 0 0 4700 2317 0.75 0 0 4740 2322 0.688 0 0 2 interp_poly 68 -83 -40 -61 4711 1890 3 MP PP 4711 1890 0.875 0 0 4671 1829 0.812 0 0 4711 1890 0.875 0 0 2 interp_poly 4671 1829 0.812 0 0 4739 1746 0.625 0 0 4671 1829 0.812 0 0 2 interp_poly 68 -28 -40 -1 4708 2632 3 MP PP 4708 2632 0.938 0 0 4668 2631 1 0 0 4708 2632 0.938 0 0 2 interp_poly 4668 2631 1 0 0 4736 2603 1 0 0 4668 2631 1 0 0 2 interp_poly -40 14 68 -28 4668 2631 3 MP PP 4668 2631 1 0 0 4736 2603 1 0 0 4668 2631 1 0 0 2 interp_poly 4736 2603 1 0 0 4696 2617 1 0.0625 0 4736 2603 1 0 0 2 interp_poly -40 26 68 -50 4626 1471 3 MP PP 4626 1471 0.938 0 0 4694 1421 0.812 0 0 4626 1471 0.938 0 0 2 interp_poly 4694 1421 0.812 0 0 4654 1447 0.938 0 0 4694 1421 0.812 0 0 2 interp_poly 68 -50 -40 31 4666 1440 3 MP PP 4666 1440 0.75 0 0 4626 1471 0.938 0 0 4666 1440 0.75 0 0 2 interp_poly 4626 1471 0.938 0 0 4694 1421 0.812 0 0 4626 1471 0.938 0 0 2 interp_poly -40 35 68 -54 4666 1440 3 MP PP 4666 1440 0.75 0 0 4734 1386 0.688 0 0 4666 1440 0.75 0 0 2 interp_poly 4734 1386 0.688 0 0 4694 1421 0.812 0 0 4734 1386 0.688 0 0 2 interp_poly 68 -54 -40 -13 4706 1453 3 MP PP 4706 1453 0.75 0 0 4666 1440 0.75 0 0 4706 1453 0.75 0 0 2 interp_poly 4666 1440 0.75 0 0 4734 1386 0.688 0 0 4666 1440 0.75 0 0 2 interp_poly -40 -126 68 -38 4662 1679 3 MP PP 4662 1679 0.938 0 0 4730 1641 0.875 0 0 4662 1679 0.938 0 0 2 interp_poly 4730 1641 0.875 0 0 4690 1515 0.688 0 0 4730 1641 0.875 0 0 2 interp_poly -40 -17 68 -15 4616 2547 3 MP PP 4616 2547 1 0 0 4684 2532 1 0 0 4616 2547 1 0 0 2 interp_poly 4684 2532 1 0 0 4644 2515 1 0 0 4684 2532 1 0 0 2 interp_poly 68 -15 -40 22 4656 2525 3 MP PP 4656 2525 0.875 0 0 4616 2547 1 0 0 4656 2525 0.875 0 0 2 interp_poly 4616 2547 1 0 0 4684 2532 1 0 0 4616 2547 1 0 0 2 interp_poly -40 44 68 -37 4656 2525 3 MP PP 4656 2525 0.875 0 0 4724 2488 0.875 0 0 4656 2525 0.875 0 0 2 interp_poly 4724 2488 0.875 0 0 4684 2532 1 0 0 4724 2488 0.875 0 0 2 interp_poly 68 -37 -40 -92 4696 2617 3 MP PP 4696 2617 1 0.0625 0 4656 2525 0.875 0 0 4696 2617 1 0.0625 0 2 interp_poly 4656 2525 0.875 0 0 4724 2488 0.875 0 0 4656 2525 0.875 0 0 2 interp_poly 68 -9 -40 -6 4695 1988 3 MP PP 4695 1988 0.875 0 0 4655 1982 0.938 0 0 4695 1988 0.875 0 0 2 interp_poly 4655 1982 0.938 0 0 4723 1973 0.938 0 0 4655 1982 0.938 0 0 2 interp_poly -40 -70 68 -9 4655 1982 3 MP PP 4655 1982 0.938 0 0 4723 1973 0.938 0 0 4655 1982 0.938 0 0 2 interp_poly 4723 1973 0.938 0 0 4683 1903 0.812 0 0 4723 1973 0.938 0 0 2 interp_poly 68 -4 -40 -76 4692 2800 3 MP PP 4692 2800 1 0.125 0 4652 2724 1 0 0 4692 2800 1 0.125 0 2 interp_poly 4652 2724 1 0 0 4720 2720 1 0 0 4652 2724 1 0 0 2 interp_poly -40 -10 68 -4 4652 2724 3 MP PP 4652 2724 1 0 0 4720 2720 1 0 0 4652 2724 1 0 0 2 interp_poly 4720 2720 1 0 0 4680 2710 1 0.0625 0 4720 2720 1 0 0 2 interp_poly 68 -37 -40 20 4690 1515 3 MP PP 4690 1515 0.688 0 0 4650 1535 0.75 0 0 4690 1515 0.688 0 0 2 interp_poly 4650 1535 0.75 0 0 4718 1498 0.688 0 0 4650 1535 0.75 0 0 2 interp_poly 68 -5 -40 -39 4688 2323 3 MP PP 4688 2323 0.875 0 0 4648 2284 0.875 0 0 4688 2323 0.875 0 0 2 interp_poly 4648 2284 0.875 0 0 4716 2279 0.875 0 0 4648 2284 0.875 0 0 2 interp_poly 68 3 -41 30 4676 2235 3 MP PP 4676 2235 0.812 0 0 4635 2265 0.938 0 0 4676 2235 0.812 0 0 2 interp_poly 4635 2265 0.938 0 0 4703 2268 1 0 0 4635 2265 0.938 0 0 2 interp_poly -40 -44 68 -5 4648 2284 3 MP PP 4648 2284 0.875 0 0 4716 2279 0.875 0 0 4648 2284 0.875 0 0 2 interp_poly 4716 2279 0.875 0 0 4676 2235 0.812 0 0 4716 2279 0.875 0 0 2 interp_poly 68 -11 -40 -2 4683 1903 3 MP PP 4683 1903 0.812 0 0 4643 1901 0.875 0 0 4683 1903 0.812 0 0 2 interp_poly 4643 1901 0.875 0 0 4711 1890 0.875 0 0 4643 1901 0.875 0 0 2 interp_poly -40 -61 68 -11 4643 1901 3 MP PP 4643 1901 0.875 0 0 4711 1890 0.875 0 0 4643 1901 0.875 0 0 2 interp_poly 4711 1890 0.875 0 0 4671 1829 0.812 0 0 4711 1890 0.875 0 0 2 interp_poly 68 -18 -40 -60 4680 2710 3 MP PP 4680 2710 1 0.0625 0 4640 2650 0.938 0 0 4680 2710 1 0.0625 0 2 interp_poly 4640 2650 0.938 0 0 4708 2632 0.938 0 0 4640 2650 0.938 0 0 2 interp_poly -40 -1 68 -18 4640 2650 3 MP PP 4640 2650 0.938 0 0 4708 2632 0.938 0 0 4640 2650 0.938 0 0 2 interp_poly 4708 2632 0.938 0 0 4668 2631 1 0 0 4708 2632 0.938 0 0 2 interp_poly -40 -13 68 -37 4638 1490 3 MP PP 4638 1490 0.812 0 0 4706 1453 0.75 0 0 4638 1490 0.812 0 0 2 interp_poly 4706 1453 0.75 0 0 4666 1440 0.75 0 0 4706 1453 0.75 0 0 2 interp_poly 68 -45 -40 12 4672 2350 3 MP PP 4672 2350 0.75 0 0 4632 2362 0.812 0 0 4672 2350 0.75 0 0 2 interp_poly 4632 2362 0.812 0 0 4700 2317 0.75 0 0 4632 2362 0.812 0 0 2 interp_poly 68 -22 -40 8 4668 2631 3 MP PP 4668 2631 1 0 0 4628 2639 1 0.0625 0 4668 2631 1 0 0 2 interp_poly 4628 2639 1 0.0625 0 4696 2617 1 0.0625 0 4628 2639 1 0.0625 0 2 interp_poly -40 -92 68 -22 4628 2639 3 MP PP 4628 2639 1 0.0625 0 4696 2617 1 0.0625 0 4628 2639 1 0.0625 0 2 interp_poly 4696 2617 1 0.0625 0 4656 2525 0.875 0 0 4696 2617 1 0.0625 0 2 interp_poly -40 -6 68 -8 4627 1996 3 MP PP 4627 1996 0.875 0 0 4695 1988 0.875 0 0 4627 1996 0.875 0 0 2 interp_poly 4695 1988 0.875 0 0 4655 1982 0.938 0 0 4695 1988 0.875 0 0 2 interp_poly -40 -76 68 -4 4624 2804 3 MP PP 4624 2804 1 0.0625 0 4692 2800 1 0.125 0 4624 2804 1 0.0625 0 2 interp_poly 4692 2800 1 0.125 0 4652 2724 1 0 0 4692 2800 1 0.125 0 2 interp_poly -40 -9 68 -14 4571 2102 3 MP PP 4571 2102 0.938 0 0 4639 2088 0.938 0 0 4571 2102 0.938 0 0 2 interp_poly 4639 2088 0.938 0 0 4599 2079 0.938 0 0 4639 2088 0.938 0 0 2 interp_poly 68 -14 -40 22 4611 2080 3 MP PP 4611 2080 0.812 0 0 4571 2102 0.938 0 0 4611 2080 0.812 0 0 2 interp_poly 4571 2102 0.938 0 0 4639 2088 0.938 0 0 4571 2102 0.938 0 0 2 interp_poly -40 -106 68 -39 4583 2225 3 MP PP 4583 2225 1 0.0625 0 4651 2186 1 0 0 4583 2225 1 0.0625 0 2 interp_poly 4651 2186 1 0 0 4611 2080 0.812 0 0 4651 2186 1 0 0 2 interp_poly 68 -39 -40 100 4623 2125 3 MP PP 4623 2125 0.75 0 0 4583 2225 1 0.0625 0 4623 2125 0.75 0 0 2 interp_poly 4583 2225 1 0.0625 0 4651 2186 1 0 0 4583 2225 1 0.0625 0 2 interp_poly -40 48 68 -40 4611 2080 3 MP PP 4611 2080 0.812 0 0 4679 2040 0.75 0 0 4611 2080 0.812 0 0 2 interp_poly 4679 2040 0.75 0 0 4639 2088 0.938 0 0 4679 2040 0.75 0 0 2 interp_poly 68 -40 -40 -106 4651 2186 3 MP PP 4651 2186 1 0 0 4611 2080 0.812 0 0 4651 2186 1 0 0 2 interp_poly 4611 2080 0.812 0 0 4679 2040 0.75 0 0 4611 2080 0.812 0 0 2 interp_poly -40 72 68 -11 4623 2125 3 MP PP 4623 2125 0.75 0 0 4691 2114 0.812 0 0 4623 2125 0.75 0 0 2 interp_poly 4691 2114 0.812 0 0 4651 2186 1 0 0 4691 2114 0.812 0 0 2 interp_poly 68 -11 -40 -94 4663 2219 3 MP PP 4663 2219 0.938 0 0 4623 2125 0.75 0 0 4663 2219 0.938 0 0 2 interp_poly 4623 2125 0.75 0 0 4691 2114 0.812 0 0 4623 2125 0.75 0 0 2 interp_poly -40 20 68 -28 4622 1543 3 MP PP 4622 1543 0.688 0 0 4690 1515 0.688 0 0 4622 1543 0.688 0 0 2 interp_poly 4690 1515 0.688 0 0 4650 1535 0.75 0 0 4690 1515 0.688 0 0 2 interp_poly 68 -28 -40 -136 4662 1679 3 MP PP 4662 1679 0.938 0 0 4622 1543 0.688 0 0 4662 1679 0.938 0 0 2 interp_poly 4622 1543 0.688 0 0 4690 1515 0.688 0 0 4622 1543 0.688 0 0 2 interp_poly -40 -39 68 0 4620 2323 3 MP PP 4620 2323 0.875 0 0 4688 2323 0.875 0 0 4620 2323 0.875 0 0 2 interp_poly 4688 2323 0.875 0 0 4648 2284 0.875 0 0 4688 2323 0.875 0 0 2 interp_poly -40 -21 68 -19 4462 1525 3 MP PP 4462 1525 0.875 0 0 4530 1506 0.875 0 0 4462 1525 0.875 0 0 2 interp_poly 4530 1506 0.875 0 0 4490 1485 0.875 0 0 4530 1506 0.875 0 0 2 interp_poly 68 -19 -40 16 4502 1509 3 MP PP 4502 1509 0.812 0 0 4462 1525 0.875 0 0 4502 1509 0.812 0 0 2 interp_poly 4462 1525 0.875 0 0 4530 1506 0.875 0 0 4462 1525 0.875 0 0 2 interp_poly 68 2 -40 -74 4542 1583 3 MP PP 4542 1583 0.875 0 0 4502 1509 0.812 0 0 4542 1583 0.875 0 0 2 interp_poly 4502 1509 0.812 0 0 4570 1511 0.812 0 0 4502 1509 0.812 0 0 2 interp_poly 68 10 -40 20 4582 1563 3 MP PP 4582 1563 0.812 0 0 4542 1583 0.875 0 0 4582 1563 0.812 0 0 2 interp_poly 4542 1583 0.875 0 0 4610 1593 0.938 0 0 4542 1583 0.875 0 0 2 interp_poly -40 20 68 -34 4514 1597 3 MP PP 4514 1597 0.875 0 0 4582 1563 0.812 0 0 4514 1597 0.875 0 0 2 interp_poly 4582 1563 0.812 0 0 4542 1583 0.875 0 0 4582 1563 0.812 0 0 2 interp_poly -40 -74 68 2 4474 1581 3 MP PP 4474 1581 0.875 0 0 4542 1583 0.875 0 0 4474 1581 0.875 0 0 2 interp_poly 4542 1583 0.875 0 0 4502 1509 0.812 0 0 4542 1583 0.875 0 0 2 interp_poly 68 2 -40 -16 4514 1597 3 MP PP 4514 1597 0.875 0 0 4474 1581 0.875 0 0 4514 1597 0.875 0 0 2 interp_poly 4474 1581 0.875 0 0 4542 1583 0.875 0 0 4474 1581 0.875 0 0 2 interp_poly 68 -34 -40 66 4554 1531 3 MP PP 4554 1531 0.625 0 0 4514 1597 0.875 0 0 4554 1531 0.625 0 0 2 interp_poly 4514 1597 0.875 0 0 4582 1563 0.812 0 0 4514 1597 0.875 0 0 2 interp_poly -40 -181 67 -29 4527 1741 3 MP PP 4527 1741 1 0.0625 0 4594 1712 1 0 0 4527 1741 1 0.0625 0 2 interp_poly 4594 1712 1 0 0 4554 1531 0.625 0 0 4594 1712 1 0 0 2 interp_poly -40 20 68 12 4554 1531 3 MP PP 4554 1531 0.625 0 0 4622 1543 0.688 0 0 4554 1531 0.625 0 0 2 interp_poly 4622 1543 0.688 0 0 4582 1563 0.812 0 0 4622 1543 0.688 0 0 2 interp_poly 68 12 -40 -181 4594 1712 3 MP PP 4594 1712 1 0 0 4554 1531 0.625 0 0 4594 1712 1 0 0 2 interp_poly 4554 1531 0.625 0 0 4622 1543 0.688 0 0 4554 1531 0.625 0 0 2 interp_poly -40 26 67 -11 4567 1697 3 MP PP 4567 1697 0.875 0 0 4634 1686 0.875 0 0 4567 1697 0.875 0 0 2 interp_poly 4634 1686 0.875 0 0 4594 1712 1 0 0 4634 1686 0.875 0 0 2 interp_poly 67 -11 -40 8 4607 1689 3 MP PP 4607 1689 0.812 0 0 4567 1697 0.875 0 0 4607 1689 0.812 0 0 2 interp_poly 4567 1697 0.875 0 0 4634 1686 0.875 0 0 4567 1697 0.875 0 0 2 interp_poly -40 -101 68 -4 4579 1794 3 MP PP 4579 1794 0.938 0 0 4647 1790 1 0 0 4579 1794 0.938 0 0 2 interp_poly 4647 1790 1 0 0 4607 1689 0.812 0 0 4647 1790 1 0 0 2 interp_poly 68 -4 -40 -2 4619 1796 3 MP PP 4619 1796 0.938 0 0 4579 1794 0.938 0 0 4619 1796 0.938 0 0 2 interp_poly 4579 1794 0.938 0 0 4647 1790 1 0 0 4579 1794 0.938 0 0 2 interp_poly -40 9 67 -12 4607 1689 3 MP PP 4607 1689 0.812 0 0 4674 1677 0.812 0 0 4607 1689 0.812 0 0 2 interp_poly 4674 1677 0.812 0 0 4634 1686 0.875 0 0 4674 1677 0.812 0 0 2 interp_poly 67 -12 -40 -101 4647 1790 3 MP PP 4647 1790 1 0 0 4607 1689 0.812 0 0 4647 1790 1 0 0 2 interp_poly 4607 1689 0.812 0 0 4674 1677 0.812 0 0 4607 1689 0.812 0 0 2 interp_poly -40 21 68 -27 4619 1796 3 MP PP 4619 1796 0.938 0 0 4687 1769 0.875 0 0 4619 1796 0.938 0 0 2 interp_poly 4687 1769 0.875 0 0 4647 1790 1 0 0 4687 1769 0.875 0 0 2 interp_poly 68 -27 -40 -15 4659 1811 3 MP PP 4659 1811 0.875 0 0 4619 1796 0.938 0 0 4659 1811 0.875 0 0 2 interp_poly 4619 1796 0.938 0 0 4687 1769 0.875 0 0 4619 1796 0.938 0 0 2 interp_poly 68 -15 -40 -64 4655 1982 3 MP PP 4655 1982 0.938 0 0 4615 1918 0.812 0 0 4655 1982 0.938 0 0 2 interp_poly 4615 1918 0.812 0 0 4683 1903 0.812 0 0 4615 1918 0.812 0 0 2 interp_poly -40 -2 68 -15 4615 1918 3 MP PP 4615 1918 0.812 0 0 4683 1903 0.812 0 0 4615 1918 0.812 0 0 2 interp_poly 4683 1903 0.812 0 0 4643 1901 0.875 0 0 4683 1903 0.812 0 0 2 interp_poly 68 -11 -40 -3 4652 2724 3 MP PP 4652 2724 1 0 0 4612 2721 1 0.0625 0 4652 2724 1 0 0 2 interp_poly 4612 2721 1 0.0625 0 4680 2710 1 0.0625 0 4612 2721 1 0.0625 0 2 interp_poly -40 -60 68 -11 4612 2721 3 MP PP 4612 2721 1 0.0625 0 4680 2710 1 0.0625 0 4612 2721 1 0.0625 0 2 interp_poly 4680 2710 1 0.0625 0 4640 2650 0.938 0 0 4680 2710 1 0.0625 0 2 interp_poly -40 -30 67 -23 4568 2288 3 MP PP 4568 2288 1 0 0 4635 2265 0.938 0 0 4568 2288 1 0 0 2 interp_poly 4635 2265 0.938 0 0 4595 2235 0.938 0 0 4635 2265 0.938 0 0 2 interp_poly 67 -23 -40 16 4608 2272 3 MP PP 4608 2272 0.875 0 0 4568 2288 1 0 0 4608 2272 0.875 0 0 2 interp_poly 4568 2288 1 0 0 4635 2265 0.938 0 0 4568 2288 1 0 0 2 interp_poly 68 -16 -40 -30 4635 2265 3 MP PP 4635 2265 0.938 0 0 4595 2235 0.938 0 0 4635 2265 0.938 0 0 2 interp_poly 4595 2235 0.938 0 0 4663 2219 0.938 0 0 4595 2235 0.938 0 0 2 interp_poly -41 30 68 -37 4608 2272 3 MP PP 4608 2272 0.875 0 0 4676 2235 0.812 0 0 4608 2272 0.875 0 0 2 interp_poly 4676 2235 0.812 0 0 4635 2265 0.938 0 0 4676 2235 0.812 0 0 2 interp_poly 68 -37 -40 -12 4648 2284 3 MP PP 4648 2284 0.875 0 0 4608 2272 0.875 0 0 4648 2284 0.875 0 0 2 interp_poly 4608 2272 0.875 0 0 4676 2235 0.812 0 0 4608 2272 0.875 0 0 2 interp_poly 68 -7 -40 -81 4592 2411 3 MP PP 4592 2411 1 0 0 4552 2330 0.875 0 0 4592 2411 1 0 0 2 interp_poly 4552 2330 0.875 0 0 4620 2323 0.875 0 0 4552 2330 0.875 0 0 2 interp_poly -40 49 68 10 4564 2352 3 MP PP 4564 2352 0.75 0 0 4632 2362 0.812 0 0 4564 2352 0.75 0 0 2 interp_poly 4632 2362 0.812 0 0 4592 2411 1 0 0 4632 2362 0.812 0 0 2 interp_poly 68 -32 -40 -133 4644 2515 3 MP PP 4644 2515 1 0 0 4604 2382 0.75 0 0 4644 2515 1 0 0 2 interp_poly 4604 2382 0.75 0 0 4672 2350 0.75 0 0 4604 2382 0.75 0 0 2 interp_poly -40 12 68 -32 4604 2382 3 MP PP 4604 2382 0.75 0 0 4672 2350 0.75 0 0 4604 2382 0.75 0 0 2 interp_poly 4672 2350 0.75 0 0 4632 2362 0.812 0 0 4672 2350 0.75 0 0 2 interp_poly 68 -26 -40 -46 4643 1901 3 MP PP 4643 1901 0.875 0 0 4603 1855 0.812 0 0 4643 1901 0.875 0 0 2 interp_poly 4603 1855 0.812 0 0 4671 1829 0.812 0 0 4603 1855 0.812 0 0 2 interp_poly -40 -37 68 -30 4548 2577 3 MP PP 4548 2577 1 0.0625 0 4616 2547 1 0 0 4548 2577 1 0.0625 0 2 interp_poly 4616 2547 1 0 0 4576 2510 1 0 0 4616 2547 1 0 0 2 interp_poly 68 -30 -40 56 4588 2521 3 MP PP 4588 2521 0.875 0 0 4548 2577 1 0.0625 0 4588 2521 0.875 0 0 2 interp_poly 4548 2577 1 0.0625 0 4616 2547 1 0 0 4548 2577 1 0.0625 0 2 interp_poly -40 -118 68 -6 4560 2645 3 MP PP 4560 2645 1 0.0625 0 4628 2639 1 0.0625 0 4560 2645 1 0.0625 0 2 interp_poly 4628 2639 1 0.0625 0 4588 2521 0.875 0 0 4628 2639 1 0.0625 0 2 interp_poly 68 -6 -40 9 4600 2636 3 MP PP 4600 2636 1 0 0 4560 2645 1 0.0625 0 4600 2636 1 0 0 2 interp_poly 4560 2645 1 0.0625 0 4628 2639 1 0.0625 0 4560 2645 1 0.0625 0 2 interp_poly 68 5 -40 -37 4616 2547 3 MP PP 4616 2547 1 0 0 4576 2510 1 0 0 4616 2547 1 0 0 2 interp_poly 4576 2510 1 0 0 4644 2515 1 0 0 4576 2510 1 0 0 2 interp_poly -40 22 68 4 4588 2521 3 MP PP 4588 2521 0.875 0 0 4656 2525 0.875 0 0 4588 2521 0.875 0 0 2 interp_poly 4656 2525 0.875 0 0 4616 2547 1 0 0 4656 2525 0.875 0 0 2 interp_poly 68 4 -40 -118 4628 2639 3 MP PP 4628 2639 1 0.0625 0 4588 2521 0.875 0 0 4628 2639 1 0.0625 0 2 interp_poly 4588 2521 0.875 0 0 4656 2525 0.875 0 0 4588 2521 0.875 0 0 2 interp_poly -40 8 68 -5 4600 2636 3 MP PP 4600 2636 1 0 0 4668 2631 1 0 0 4600 2636 1 0 0 2 interp_poly 4668 2631 1 0 0 4628 2639 1 0.0625 0 4668 2631 1 0 0 2 interp_poly 68 -5 -40 -14 4640 2650 3 MP PP 4640 2650 0.938 0 0 4600 2636 1 0 0 4640 2650 0.938 0 0 2 interp_poly 4600 2636 1 0 0 4668 2631 1 0 0 4600 2636 1 0 0 2 interp_poly -40 -5 68 -30 4558 1501 3 MP PP 4558 1501 0.938 0 0 4626 1471 0.938 0 0 4558 1501 0.938 0 0 2 interp_poly 4626 1471 0.938 0 0 4586 1466 0.938 0 0 4626 1471 0.938 0 0 2 interp_poly 68 -30 -40 26 4598 1475 3 MP PP 4598 1475 0.812 0 0 4558 1501 0.938 0 0 4598 1475 0.812 0 0 2 interp_poly 4558 1501 0.938 0 0 4626 1471 0.938 0 0 4558 1501 0.938 0 0 2 interp_poly -40 -42 68 -19 4586 1466 3 MP PP 4586 1466 0.938 0 0 4654 1447 0.938 0 0 4586 1466 0.938 0 0 2 interp_poly 4654 1447 0.938 0 0 4614 1405 0.875 0 0 4654 1447 0.938 0 0 2 interp_poly 68 -19 -40 -5 4626 1471 3 MP PP 4626 1471 0.938 0 0 4586 1466 0.938 0 0 4626 1471 0.938 0 0 2 interp_poly 4586 1466 0.938 0 0 4654 1447 0.938 0 0 4586 1466 0.938 0 0 2 interp_poly -40 31 68 -35 4598 1475 3 MP PP 4598 1475 0.812 0 0 4666 1440 0.75 0 0 4598 1475 0.812 0 0 2 interp_poly 4666 1440 0.75 0 0 4626 1471 0.938 0 0 4666 1440 0.75 0 0 2 interp_poly 68 -35 -40 -15 4638 1490 3 MP PP 4638 1490 0.812 0 0 4598 1475 0.812 0 0 4638 1490 0.812 0 0 2 interp_poly 4598 1475 0.812 0 0 4666 1440 0.75 0 0 4598 1475 0.812 0 0 2 interp_poly -40 -94 68 -16 4595 2235 3 MP PP 4595 2235 0.938 0 0 4663 2219 0.938 0 0 4595 2235 0.938 0 0 2 interp_poly 4663 2219 0.938 0 0 4623 2125 0.75 0 0 4663 2219 0.938 0 0 2 interp_poly 68 -38 -40 -42 4624 2804 3 MP PP 4624 2804 1 0.0625 0 4584 2762 1 0.0625 0 4624 2804 1 0.0625 0 2 interp_poly 4584 2762 1 0.0625 0 4652 2724 1 0 0 4584 2762 1 0.0625 0 2 interp_poly -40 -3 68 -38 4584 2762 3 MP PP 4584 2762 1 0.0625 0 4652 2724 1 0 0 4584 2762 1 0.0625 0 2 interp_poly 4652 2724 1 0 0 4612 2721 1 0.0625 0 4652 2724 1 0 0 2 interp_poly -40 16 68 -42 4540 2314 3 MP PP 4540 2314 0.938 0 0 4608 2272 0.875 0 0 4540 2314 0.938 0 0 2 interp_poly 4608 2272 0.875 0 0 4568 2288 1 0 0 4608 2272 0.875 0 0 2 interp_poly 68 -42 -40 35 4580 2279 3 MP PP 4580 2279 0.812 0 0 4540 2314 0.938 0 0 4580 2279 0.812 0 0 2 interp_poly 4540 2314 0.938 0 0 4608 2272 0.875 0 0 4540 2314 0.938 0 0 2 interp_poly 68 5 -40 -44 4620 2323 3 MP PP 4620 2323 0.875 0 0 4580 2279 0.812 0 0 4620 2323 0.875 0 0 2 interp_poly 4580 2279 0.812 0 0 4648 2284 0.875 0 0 4580 2279 0.812 0 0 2 interp_poly -40 -12 68 5 4580 2279 3 MP PP 4580 2279 0.812 0 0 4648 2284 0.875 0 0 4580 2279 0.812 0 0 2 interp_poly 4648 2284 0.875 0 0 4608 2272 0.875 0 0 4648 2284 0.875 0 0 2 interp_poly -40 -133 68 5 4576 2510 3 MP PP 4576 2510 1 0 0 4644 2515 1 0 0 4576 2510 1 0 0 2 interp_poly 4644 2515 1 0 0 4604 2382 0.75 0 0 4644 2515 1 0 0 2 interp_poly 68 -30 -40 -41 4612 2721 3 MP PP 4612 2721 1 0.0625 0 4572 2680 1 0 0 4612 2721 1 0.0625 0 2 interp_poly 4572 2680 1 0 0 4640 2650 0.938 0 0 4572 2680 1 0 0 2 interp_poly -40 -14 68 -30 4572 2680 3 MP PP 4572 2680 1 0 0 4640 2650 0.938 0 0 4572 2680 1 0 0 2 interp_poly 4640 2650 0.938 0 0 4600 2636 1 0 0 4640 2650 0.938 0 0 2 interp_poly -40 -15 68 -21 4570 1511 3 MP PP 4570 1511 0.812 0 0 4638 1490 0.812 0 0 4570 1511 0.812 0 0 2 interp_poly 4638 1490 0.812 0 0 4598 1475 0.812 0 0 4638 1490 0.812 0 0 2 interp_poly 68 10 -40 -30 4604 2382 3 MP PP 4604 2382 0.75 0 0 4564 2352 0.75 0 0 4604 2382 0.75 0 0 2 interp_poly 4564 2352 0.75 0 0 4632 2362 0.812 0 0 4564 2352 0.75 0 0 2 interp_poly -40 -111 68 10 4495 1958 3 MP PP 4495 1958 1 0.0625 0 4563 1968 1 0.125 0 4495 1958 1 0.0625 0 2 interp_poly 4563 1968 1 0.125 0 4523 1857 0.938 0 0 4563 1968 1 0.125 0 2 interp_poly 68 29 -40 -111 4563 1968 3 MP PP 4563 1968 1 0.125 0 4523 1857 0.938 0 0 4563 1968 1 0.125 0 2 interp_poly 4523 1857 0.938 0 0 4591 1886 1 0.0625 0 4523 1857 0.938 0 0 2 interp_poly 68 10 -40 90 4535 1868 3 MP PP 4535 1868 0.812 0 0 4495 1958 1 0.0625 0 4535 1868 0.812 0 0 2 interp_poly 4495 1958 1 0.0625 0 4563 1968 1 0.125 0 4495 1958 1 0.0625 0 2 interp_poly -40 -55 68 29 4523 1857 3 MP PP 4523 1857 0.938 0 0 4591 1886 1 0.0625 0 4523 1857 0.938 0 0 2 interp_poly 4591 1886 1 0.0625 0 4551 1831 0.938 0 0 4591 1886 1 0.0625 0 2 interp_poly 68 -35 -40 -55 4591 1886 3 MP PP 4591 1886 1 0.0625 0 4551 1831 0.938 0 0 4591 1886 1 0.0625 0 2 interp_poly 4551 1831 0.938 0 0 4619 1796 0.938 0 0 4551 1831 0.938 0 0 2 interp_poly -40 113 68 -13 4535 1868 3 MP PP 4535 1868 0.812 0 0 4603 1855 0.812 0 0 4535 1868 0.812 0 0 2 interp_poly 4603 1855 0.812 0 0 4563 1968 1 0.125 0 4603 1855 0.812 0 0 2 interp_poly -40 -90 68 -7 4507 1965 3 MP PP 4507 1965 0.938 0 0 4575 1958 0.938 0 0 4507 1965 0.938 0 0 2 interp_poly 4575 1958 0.938 0 0 4535 1868 0.812 0 0 4575 1958 0.938 0 0 2 interp_poly 68 -7 -40 39 4547 1926 3 MP PP 4547 1926 0.812 0 0 4507 1965 0.938 0 0 4547 1926 0.812 0 0 2 interp_poly 4507 1965 0.938 0 0 4575 1958 0.938 0 0 4507 1965 0.938 0 0 2 interp_poly -40 -103 68 -15 4519 2044 3 MP PP 4519 2044 1 0 0 4587 2029 1 0 0 4519 2044 1 0 0 2 interp_poly 4587 2029 1 0 0 4547 1926 0.812 0 0 4587 2029 1 0 0 2 interp_poly 68 -15 -40 50 4559 1994 3 MP PP 4559 1994 0.812 0 0 4519 2044 1 0 0 4559 1994 0.812 0 0 2 interp_poly 4519 2044 1 0 0 4587 2029 1 0 0 4519 2044 1 0 0 2 interp_poly 68 -13 -40 -90 4575 1958 3 MP PP 4575 1958 0.938 0 0 4535 1868 0.812 0 0 4575 1958 0.938 0 0 2 interp_poly 4535 1868 0.812 0 0 4603 1855 0.812 0 0 4535 1868 0.812 0 0 2 interp_poly -40 40 68 -8 4547 1926 3 MP PP 4547 1926 0.812 0 0 4615 1918 0.812 0 0 4547 1926 0.812 0 0 2 interp_poly 4615 1918 0.812 0 0 4575 1958 0.938 0 0 4615 1918 0.812 0 0 2 interp_poly 68 -8 -40 -103 4587 2029 3 MP PP 4587 2029 1 0 0 4547 1926 0.812 0 0 4587 2029 1 0 0 2 interp_poly 4547 1926 0.812 0 0 4615 1918 0.812 0 0 4547 1926 0.812 0 0 2 interp_poly -40 33 68 2 4559 1994 3 MP PP 4559 1994 0.812 0 0 4627 1996 0.875 0 0 4559 1994 0.812 0 0 2 interp_poly 4627 1996 0.875 0 0 4587 2029 1 0 0 4627 1996 0.875 0 0 2 interp_poly 68 2 -40 -85 4599 2079 3 MP PP 4599 2079 0.938 0 0 4559 1994 0.812 0 0 4599 2079 0.938 0 0 2 interp_poly 4559 1994 0.812 0 0 4627 1996 0.875 0 0 4559 1994 0.812 0 0 2 interp_poly -40 -42 67 -73 4557 2877 3 MP PP 4557 2877 1 0.25 0 4624 2804 1 0.0625 0 4557 2877 1 0.25 0 2 interp_poly 4624 2804 1 0.0625 0 4584 2762 1 0.0625 0 4624 2804 1 0.0625 0 2 interp_poly -40 5 68 -26 4503 2128 3 MP PP 4503 2128 0.938 0 0 4571 2102 0.938 0 0 4503 2128 0.938 0 0 2 interp_poly 4571 2102 0.938 0 0 4531 2107 1 0 0 4571 2102 0.938 0 0 2 interp_poly -40 -61 68 16 4427 1942 3 MP PP 4427 1942 1 0 0 4495 1958 1 0.0625 0 4427 1942 1 0 0 2 interp_poly 4495 1958 1 0.0625 0 4455 1897 1 0 0 4495 1958 1 0.0625 0 2 interp_poly -40 -1 68 -35 4443 1854 3 MP PP 4443 1854 1 0.0625 0 4511 1819 1 0 0 4443 1854 1 0.0625 0 2 interp_poly 4511 1819 1 0 0 4471 1818 1 0.0625 0 4511 1819 1 0 0 2 interp_poly 68 -35 -40 29 4483 1825 3 MP PP 4483 1825 0.938 0 0 4443 1854 1 0.0625 0 4483 1825 0.938 0 0 2 interp_poly 4443 1854 1 0.0625 0 4511 1819 1 0 0 4443 1854 1 0.0625 0 2 interp_poly -40 -32 68 -40 4455 1897 3 MP PP 4455 1897 1 0 0 4523 1857 0.938 0 0 4455 1897 1 0 0 2 interp_poly 4523 1857 0.938 0 0 4483 1825 0.938 0 0 4523 1857 0.938 0 0 2 interp_poly 68 -40 -40 -61 4495 1958 3 MP PP 4495 1958 1 0.0625 0 4455 1897 1 0 0 4495 1958 1 0.0625 0 2 interp_poly 4455 1897 1 0 0 4523 1857 0.938 0 0 4455 1897 1 0 0 2 interp_poly 68 16 -40 58 4467 1884 3 MP PP 4467 1884 0.812 0 0 4427 1942 1 0 0 4467 1884 0.812 0 0 2 interp_poly 4427 1942 1 0 0 4495 1958 1 0.0625 0 4427 1942 1 0 0 2 interp_poly -40 90 68 -16 4467 1884 3 MP PP 4467 1884 0.812 0 0 4535 1868 0.812 0 0 4467 1884 0.812 0 0 2 interp_poly 4535 1868 0.812 0 0 4495 1958 1 0.0625 0 4535 1868 0.812 0 0 2 interp_poly -40 -81 68 -24 4439 1989 3 MP PP 4439 1989 1 0 0 4507 1965 0.938 0 0 4439 1989 1 0 0 2 interp_poly 4507 1965 0.938 0 0 4467 1884 0.812 0 0 4507 1965 0.938 0 0 2 interp_poly 68 -24 -40 73 4479 1916 3 MP PP 4479 1916 0.75 0 0 4439 1989 1 0 0 4479 1916 0.75 0 0 2 interp_poly 4439 1989 1 0 0 4507 1965 0.938 0 0 4439 1989 1 0 0 2 interp_poly -40 -128 68 2 4451 2042 3 MP PP 4451 2042 0.938 0 0 4519 2044 1 0 0 4451 2042 0.938 0 0 2 interp_poly 4519 2044 1 0 0 4479 1916 0.75 0 0 4519 2044 1 0 0 2 interp_poly 68 2 -40 5 4491 2037 3 MP PP 4491 2037 0.875 0 0 4451 2042 0.938 0 0 4491 2037 0.875 0 0 2 interp_poly 4451 2042 0.938 0 0 4519 2044 1 0 0 4451 2042 0.938 0 0 2 interp_poly -40 -70 68 -4 4463 2111 3 MP PP 4463 2111 1 0 0 4531 2107 1 0 0 4463 2111 1 0 0 2 interp_poly 4531 2107 1 0 0 4491 2037 0.875 0 0 4531 2107 1 0 0 2 interp_poly 68 -4 -40 -17 4503 2128 3 MP PP 4503 2128 0.938 0 0 4463 2111 1 0 0 4503 2128 0.938 0 0 2 interp_poly 4463 2111 1 0 0 4531 2107 1 0 0 4463 2111 1 0 0 2 interp_poly 68 -16 -40 -81 4507 1965 3 MP PP 4507 1965 0.938 0 0 4467 1884 0.812 0 0 4507 1965 0.938 0 0 2 interp_poly 4467 1884 0.812 0 0 4535 1868 0.812 0 0 4467 1884 0.812 0 0 2 interp_poly -40 39 68 10 4479 1916 3 MP PP 4479 1916 0.75 0 0 4547 1926 0.812 0 0 4479 1916 0.75 0 0 2 interp_poly 4547 1926 0.812 0 0 4507 1965 0.938 0 0 4547 1926 0.812 0 0 2 interp_poly 68 10 -40 -128 4519 2044 3 MP PP 4519 2044 1 0 0 4479 1916 0.75 0 0 4519 2044 1 0 0 2 interp_poly 4479 1916 0.75 0 0 4547 1926 0.812 0 0 4479 1916 0.75 0 0 2 interp_poly -40 50 68 -43 4491 2037 3 MP PP 4491 2037 0.875 0 0 4559 1994 0.812 0 0 4491 2037 0.875 0 0 2 interp_poly 4559 1994 0.812 0 0 4519 2044 1 0 0 4559 1994 0.812 0 0 2 interp_poly 68 -43 -40 -70 4531 2107 3 MP PP 4531 2107 1 0 0 4491 2037 0.875 0 0 4531 2107 1 0 0 2 interp_poly 4491 2037 0.875 0 0 4559 1994 0.812 0 0 4491 2037 0.875 0 0 2 interp_poly -40 -85 68 -28 4531 2107 3 MP PP 4531 2107 1 0 0 4599 2079 0.938 0 0 4531 2107 1 0 0 2 interp_poly 4599 2079 0.938 0 0 4559 1994 0.812 0 0 4599 2079 0.938 0 0 2 interp_poly 68 -28 -40 5 4571 2102 3 MP PP 4571 2102 0.938 0 0 4531 2107 1 0 0 4571 2102 0.938 0 0 2 interp_poly 4531 2107 1 0 0 4599 2079 0.938 0 0 4531 2107 1 0 0 2 interp_poly 68 -26 -40 32 4543 2096 3 MP PP 4543 2096 0.812 0 0 4503 2128 0.938 0 0 4543 2096 0.812 0 0 2 interp_poly 4503 2128 0.938 0 0 4571 2102 0.938 0 0 4503 2128 0.938 0 0 2 interp_poly -40 -129 68 -49 4515 2274 3 MP PP 4515 2274 1 0.188 0 4583 2225 1 0.0625 0 4515 2274 1 0.188 0 2 interp_poly 4583 2225 1 0.0625 0 4543 2096 0.812 0 0 4583 2225 1 0.0625 0 2 interp_poly -40 22 68 -16 4543 2096 3 MP PP 4543 2096 0.812 0 0 4611 2080 0.812 0 0 4543 2096 0.812 0 0 2 interp_poly 4611 2080 0.812 0 0 4571 2102 0.938 0 0 4611 2080 0.812 0 0 2 interp_poly 68 -16 -40 -129 4583 2225 3 MP PP 4583 2225 1 0.0625 0 4543 2096 0.812 0 0 4583 2225 1 0.0625 0 2 interp_poly 4543 2096 0.812 0 0 4611 2080 0.812 0 0 4543 2096 0.812 0 0 2 interp_poly -40 100 68 -31 4555 2156 3 MP PP 4555 2156 0.812 0 0 4623 2125 0.75 0 0 4555 2156 0.812 0 0 2 interp_poly 4623 2125 0.75 0 0 4583 2225 1 0.0625 0 4623 2125 0.75 0 0 2 interp_poly 68 -31 -40 -79 4595 2235 3 MP PP 4595 2235 0.938 0 0 4555 2156 0.812 0 0 4595 2235 0.938 0 0 2 interp_poly 4555 2156 0.812 0 0 4623 2125 0.75 0 0 4555 2156 0.812 0 0 2 interp_poly -40 -44 68 -7 4552 2330 3 MP PP 4552 2330 0.875 0 0 4620 2323 0.875 0 0 4552 2330 0.875 0 0 2 interp_poly 4620 2323 0.875 0 0 4580 2279 0.812 0 0 4620 2323 0.875 0 0 2 interp_poly -40 -2 68 -35 4551 1831 3 MP PP 4551 1831 0.938 0 0 4619 1796 0.938 0 0 4551 1831 0.938 0 0 2 interp_poly 4619 1796 0.938 0 0 4579 1794 0.938 0 0 4619 1796 0.938 0 0 2 interp_poly 68 -1 -40 -60 4586 1466 3 MP PP 4586 1466 0.938 0 0 4546 1406 0.875 0 0 4586 1466 0.938 0 0 2 interp_poly 4546 1406 0.875 0 0 4614 1405 0.875 0 0 4546 1406 0.875 0 0 2 interp_poly -40 -117 68 -1 4546 1406 3 MP PP 4546 1406 0.875 0 0 4614 1405 0.875 0 0 4546 1406 0.875 0 0 2 interp_poly 4614 1405 0.875 0 0 4574 1288 0.688 0 0 4614 1405 0.875 0 0 2 interp_poly 68 -39 -40 -2 4584 2762 3 MP PP 4584 2762 1 0.0625 0 4544 2760 1 0.125 0 4584 2762 1 0.0625 0 2 interp_poly 4544 2760 1 0.125 0 4612 2721 1 0.0625 0 4544 2760 1 0.125 0 2 interp_poly -40 -41 68 -39 4544 2760 3 MP PP 4544 2760 1 0.125 0 4612 2721 1 0.0625 0 4544 2760 1 0.125 0 2 interp_poly 4612 2721 1 0.0625 0 4572 2680 1 0 0 4612 2721 1 0.0625 0 2 interp_poly 67 -29 -40 44 4567 1697 3 MP PP 4567 1697 0.875 0 0 4527 1741 1 0.0625 0 4567 1697 0.875 0 0 2 interp_poly 4527 1741 1 0.0625 0 4594 1712 1 0 0 4527 1741 1 0.0625 0 2 interp_poly 68 -86 -40 -19 4579 1794 3 MP PP 4579 1794 0.938 0 0 4539 1775 1 0 0 4579 1794 0.938 0 0 2 interp_poly 4539 1775 1 0 0 4607 1689 0.812 0 0 4539 1775 1 0 0 2 interp_poly -40 8 68 -86 4539 1775 3 MP PP 4539 1775 1 0 0 4607 1689 0.812 0 0 4539 1775 1 0 0 2 interp_poly 4607 1689 0.812 0 0 4567 1697 0.875 0 0 4607 1689 0.812 0 0 2 interp_poly 68 -33 -40 -66 4524 2429 3 MP PP 4524 2429 1 0 0 4484 2363 0.875 0 0 4524 2429 1 0 0 2 interp_poly 4484 2363 0.875 0 0 4552 2330 0.875 0 0 4484 2363 0.875 0 0 2 interp_poly -40 -81 68 -18 4524 2429 3 MP PP 4524 2429 1 0 0 4592 2411 1 0 0 4524 2429 1 0 0 2 interp_poly 4592 2411 1 0 0 4552 2330 0.875 0 0 4592 2411 1 0 0 2 interp_poly -40 77 68 -29 4496 2381 3 MP PP 4496 2381 0.812 0 0 4564 2352 0.75 0 0 4496 2381 0.812 0 0 2 interp_poly 4564 2352 0.75 0 0 4524 2429 1 0 0 4564 2352 0.75 0 0 2 interp_poly 68 -18 -40 77 4564 2352 3 MP PP 4564 2352 0.75 0 0 4524 2429 1 0 0 4564 2352 0.75 0 0 2 interp_poly 4524 2429 1 0 0 4592 2411 1 0 0 4524 2429 1 0 0 2 interp_poly 68 -2 -40 -126 4576 2510 3 MP PP 4576 2510 1 0 0 4536 2384 0.75 0 0 4576 2510 1 0 0 2 interp_poly 4536 2384 0.75 0 0 4604 2382 0.75 0 0 4536 2384 0.75 0 0 2 interp_poly -40 -30 68 -2 4536 2384 3 MP PP 4536 2384 0.75 0 0 4604 2382 0.75 0 0 4536 2384 0.75 0 0 2 interp_poly 4604 2382 0.75 0 0 4564 2352 0.75 0 0 4604 2382 0.75 0 0 2 interp_poly 68 -66 -40 22 4572 2680 3 MP PP 4572 2680 1 0 0 4532 2702 1 0.125 0 4572 2680 1 0 0 2 interp_poly 4532 2702 1 0.125 0 4600 2636 1 0 0 4532 2702 1 0.125 0 2 interp_poly -40 9 68 -66 4532 2702 3 MP PP 4532 2702 1 0.125 0 4600 2636 1 0 0 4532 2702 1 0.125 0 2 interp_poly 4600 2636 1 0 0 4560 2645 1 0.0625 0 4600 2636 1 0 0 2 interp_poly -40 -62 68 16 4490 1485 3 MP PP 4490 1485 0.875 0 0 4558 1501 0.938 0 0 4490 1485 0.875 0 0 2 interp_poly 4558 1501 0.938 0 0 4518 1439 0.875 0 0 4558 1501 0.938 0 0 2 interp_poly 68 16 -40 -21 4530 1506 3 MP PP 4530 1506 0.875 0 0 4490 1485 0.875 0 0 4530 1506 0.875 0 0 2 interp_poly 4490 1485 0.875 0 0 4558 1501 0.938 0 0 4490 1485 0.875 0 0 2 interp_poly 68 27 -40 -62 4558 1501 3 MP PP 4558 1501 0.938 0 0 4518 1439 0.875 0 0 4558 1501 0.938 0 0 2 interp_poly 4518 1439 0.875 0 0 4586 1466 0.938 0 0 4518 1439 0.875 0 0 2 interp_poly -40 26 68 -31 4530 1506 3 MP PP 4530 1506 0.875 0 0 4598 1475 0.812 0 0 4530 1506 0.875 0 0 2 interp_poly 4598 1475 0.812 0 0 4558 1501 0.938 0 0 4598 1475 0.812 0 0 2 interp_poly 68 -31 -40 -5 4570 1511 3 MP PP 4570 1511 0.812 0 0 4530 1506 0.875 0 0 4570 1511 0.812 0 0 2 interp_poly 4530 1506 0.875 0 0 4598 1475 0.812 0 0 4530 1506 0.875 0 0 2 interp_poly 67 -39 -40 -14 4568 2288 3 MP PP 4568 2288 1 0 0 4528 2274 1 0 0 4568 2288 1 0 0 2 interp_poly 4528 2274 1 0 0 4595 2235 0.938 0 0 4528 2274 1 0 0 2 interp_poly 68 -49 -40 118 4555 2156 3 MP PP 4555 2156 0.812 0 0 4515 2274 1 0.188 0 4555 2156 0.812 0 0 2 interp_poly 4515 2274 1 0.188 0 4583 2225 1 0.0625 0 4515 2274 1 0.188 0 2 interp_poly -40 -79 67 -39 4528 2274 3 MP PP 4528 2274 1 0 0 4595 2235 0.938 0 0 4528 2274 1 0 0 2 interp_poly 4595 2235 0.938 0 0 4555 2156 0.812 0 0 4595 2235 0.938 0 0 2 interp_poly -40 -43 68 -44 4480 2621 3 MP PP 4480 2621 1 0.125 0 4548 2577 1 0.0625 0 4480 2621 1 0.125 0 2 interp_poly 4548 2577 1 0.0625 0 4508 2534 1 0 0 4548 2577 1 0.0625 0 2 interp_poly 68 -44 -40 41 4520 2580 3 MP PP 4520 2580 1 0 0 4480 2621 1 0.125 0 4520 2580 1 0 0 2 interp_poly 4480 2621 1 0.125 0 4548 2577 1 0.0625 0 4480 2621 1 0.125 0 2 interp_poly 68 -24 -40 -43 4548 2577 3 MP PP 4548 2577 1 0.0625 0 4508 2534 1 0 0 4548 2577 1 0.0625 0 2 interp_poly 4508 2534 1 0 0 4576 2510 1 0 0 4508 2534 1 0 0 2 interp_poly -40 56 68 -59 4520 2580 3 MP PP 4520 2580 1 0 0 4588 2521 0.875 0 0 4520 2580 1 0 0 2 interp_poly 4588 2521 0.875 0 0 4548 2577 1 0.0625 0 4588 2521 0.875 0 0 2 interp_poly 68 -59 -40 -65 4560 2645 3 MP PP 4560 2645 1 0.0625 0 4520 2580 1 0 0 4560 2645 1 0.0625 0 2 interp_poly 4520 2580 1 0 0 4588 2521 0.875 0 0 4520 2580 1 0 0 2 interp_poly -40 -60 68 27 4518 1439 3 MP PP 4518 1439 0.875 0 0 4586 1466 0.938 0 0 4518 1439 0.875 0 0 2 interp_poly 4586 1466 0.938 0 0 4546 1406 0.875 0 0 4586 1466 0.938 0 0 2 interp_poly 67 -42 -40 -73 4557 2877 3 MP PP 4557 2877 1 0.25 0 4517 2804 1 0.125 0 4557 2877 1 0.25 0 2 interp_poly 4517 2804 1 0.125 0 4584 2762 1 0.0625 0 4517 2804 1 0.125 0 2 interp_poly -40 -2 67 -42 4517 2804 3 MP PP 4517 2804 1 0.125 0 4584 2762 1 0.0625 0 4517 2804 1 0.125 0 2 interp_poly 4584 2762 1 0.0625 0 4544 2760 1 0.125 0 4584 2762 1 0.0625 0 2 interp_poly -40 -26 68 -15 4472 2329 3 MP PP 4472 2329 0.938 0 0 4540 2314 0.938 0 0 4472 2329 0.938 0 0 2 interp_poly 4540 2314 0.938 0 0 4500 2288 0.938 0 0 4540 2314 0.938 0 0 2 interp_poly 68 -15 -40 -2 4512 2331 3 MP PP 4512 2331 0.938 0 0 4472 2329 0.938 0 0 4512 2331 0.938 0 0 2 interp_poly 4472 2329 0.938 0 0 4540 2314 0.938 0 0 4472 2329 0.938 0 0 2 interp_poly 68 0 -40 -26 4540 2314 3 MP PP 4540 2314 0.938 0 0 4500 2288 0.938 0 0 4540 2314 0.938 0 0 2 interp_poly 4500 2288 0.938 0 0 4568 2288 1 0 0 4500 2288 0.938 0 0 2 interp_poly -40 35 68 -52 4512 2331 3 MP PP 4512 2331 0.938 0 0 4580 2279 0.812 0 0 4512 2331 0.938 0 0 2 interp_poly 4580 2279 0.812 0 0 4540 2314 0.938 0 0 4580 2279 0.812 0 0 2 interp_poly 68 -52 -40 1 4552 2330 3 MP PP 4552 2330 0.875 0 0 4512 2331 0.938 0 0 4552 2330 0.875 0 0 2 interp_poly 4512 2331 0.938 0 0 4580 2279 0.812 0 0 4512 2331 0.938 0 0 2 interp_poly 68 -25 -40 -12 4551 1831 3 MP PP 4551 1831 0.938 0 0 4511 1819 1 0 0 4551 1831 0.938 0 0 2 interp_poly 4511 1819 1 0 0 4579 1794 0.938 0 0 4511 1819 1 0 0 2 interp_poly -40 -19 68 -25 4511 1819 3 MP PP 4511 1819 1 0 0 4579 1794 0.938 0 0 4511 1819 1 0 0 2 interp_poly 4579 1794 0.938 0 0 4539 1775 1 0 0 4579 1794 0.938 0 0 2 interp_poly -40 -126 68 -24 4508 2534 3 MP PP 4508 2534 1 0 0 4576 2510 1 0 0 4508 2534 1 0 0 2 interp_poly 4576 2510 1 0 0 4536 2384 0.75 0 0 4576 2510 1 0 0 2 interp_poly -40 114 68 22 4506 1266 3 MP PP 4506 1266 0.562 0 0 4574 1288 0.688 0 0 4506 1266 0.562 0 0 2 interp_poly 4574 1288 0.688 0 0 4534 1402 1 0 0 4574 1288 0.688 0 0 2 interp_poly 68 22 -40 -140 4546 1406 3 MP PP 4546 1406 0.875 0 0 4506 1266 0.562 0 0 4546 1406 0.875 0 0 2 interp_poly 4506 1266 0.562 0 0 4574 1288 0.688 0 0 4506 1266 0.562 0 0 2 interp_poly -40 -71 68 -44 4464 2746 3 MP PP 4464 2746 1 0.188 0 4532 2702 1 0.125 0 4464 2746 1 0.188 0 2 interp_poly 4532 2702 1 0.125 0 4492 2631 1 0 0 4532 2702 1 0.125 0 2 interp_poly 68 -44 -40 46 4504 2700 3 MP PP 4504 2700 1 0 0 4464 2746 1 0.188 0 4504 2700 1 0 0 2 interp_poly 4464 2746 1 0.188 0 4532 2702 1 0.125 0 4464 2746 1 0.188 0 2 interp_poly 68 14 -40 -71 4532 2702 3 MP PP 4532 2702 1 0.125 0 4492 2631 1 0 0 4532 2702 1 0.125 0 2 interp_poly 4492 2631 1 0 0 4560 2645 1 0.0625 0 4492 2631 1 0 0 2 interp_poly -40 22 68 -20 4504 2700 3 MP PP 4504 2700 1 0 0 4572 2680 1 0 0 4504 2700 1 0 0 2 interp_poly 4572 2680 1 0 0 4532 2702 1 0.125 0 4572 2680 1 0 0 2 interp_poly 68 -20 -40 -60 4544 2760 3 MP PP 4544 2760 1 0.125 0 4504 2700 1 0 0 4544 2760 1 0.125 0 2 interp_poly 4504 2700 1 0 0 4572 2680 1 0 0 4504 2700 1 0 0 2 interp_poly -40 -5 68 2 4502 1509 3 MP PP 4502 1509 0.812 0 0 4570 1511 0.812 0 0 4502 1509 0.812 0 0 2 interp_poly 4570 1511 0.812 0 0 4530 1506 0.875 0 0 4570 1511 0.812 0 0 2 interp_poly -40 -14 68 0 4500 2288 3 MP PP 4500 2288 0.938 0 0 4568 2288 1 0 0 4500 2288 0.938 0 0 2 interp_poly 4568 2288 1 0 0 4528 2274 1 0 0 4568 2288 1 0 0 2 interp_poly -40 -90 68 -27 4394 1552 3 MP PP 4394 1552 0.938 0 0 4462 1525 0.875 0 0 4394 1552 0.938 0 0 2 interp_poly 4462 1525 0.875 0 0 4422 1435 0.75 0 0 4462 1525 0.875 0 0 2 interp_poly 68 -27 -40 59 4434 1493 3 MP PP 4434 1493 0.688 0 0 4394 1552 0.938 0 0 4434 1493 0.688 0 0 2 interp_poly 4394 1552 0.938 0 0 4462 1525 0.875 0 0 4394 1552 0.938 0 0 2 interp_poly 68 50 -40 -90 4462 1525 3 MP PP 4462 1525 0.875 0 0 4422 1435 0.75 0 0 4462 1525 0.875 0 0 2 interp_poly 4422 1435 0.75 0 0 4490 1485 0.875 0 0 4422 1435 0.75 0 0 2 interp_poly -40 16 68 16 4434 1493 3 MP PP 4434 1493 0.688 0 0 4502 1509 0.812 0 0 4434 1493 0.688 0 0 2 interp_poly 4502 1509 0.812 0 0 4462 1525 0.875 0 0 4502 1509 0.812 0 0 2 interp_poly 68 16 -40 -88 4474 1581 3 MP PP 4474 1581 0.875 0 0 4434 1493 0.688 0 0 4474 1581 0.875 0 0 2 interp_poly 4434 1493 0.688 0 0 4502 1509 0.812 0 0 4434 1493 0.688 0 0 2 interp_poly -40 -16 67 -30 4447 1627 3 MP PP 4447 1627 0.875 0 0 4514 1597 0.875 0 0 4447 1627 0.875 0 0 2 interp_poly 4514 1597 0.875 0 0 4474 1581 0.875 0 0 4514 1597 0.875 0 0 2 interp_poly -40 -88 67 -31 4407 1612 3 MP PP 4407 1612 0.938 0 0 4474 1581 0.875 0 0 4407 1612 0.938 0 0 2 interp_poly 4474 1581 0.875 0 0 4434 1493 0.688 0 0 4474 1581 0.875 0 0 2 interp_poly 67 -31 -40 -15 4447 1627 3 MP PP 4447 1627 0.875 0 0 4407 1612 0.938 0 0 4447 1627 0.875 0 0 2 interp_poly 4407 1612 0.938 0 0 4474 1581 0.875 0 0 4407 1612 0.938 0 0 2 interp_poly 67 -30 -40 95 4487 1532 3 MP PP 4487 1532 0.625 0 0 4447 1627 0.875 0 0 4487 1532 0.625 0 0 2 interp_poly 4447 1627 0.875 0 0 4514 1597 0.875 0 0 4447 1627 0.875 0 0 2 interp_poly -40 -209 68 7 4459 1734 3 MP PP 4459 1734 1 0 0 4527 1741 1 0.0625 0 4459 1734 1 0 0 2 interp_poly 4527 1741 1 0.0625 0 4487 1532 0.625 0 0 4527 1741 1 0.0625 0 2 interp_poly 68 7 -40 -3 4499 1737 3 MP PP 4499 1737 0.938 0 0 4459 1734 1 0 0 4499 1737 0.938 0 0 2 interp_poly 4459 1734 1 0 0 4527 1741 1 0.0625 0 4459 1734 1 0 0 2 interp_poly -40 66 67 -1 4487 1532 3 MP PP 4487 1532 0.625 0 0 4554 1531 0.625 0 0 4487 1532 0.625 0 0 2 interp_poly 4554 1531 0.625 0 0 4514 1597 0.875 0 0 4554 1531 0.625 0 0 2 interp_poly 67 -1 -40 -209 4527 1741 3 MP PP 4527 1741 1 0.0625 0 4487 1532 0.625 0 0 4527 1741 1 0.0625 0 2 interp_poly 4487 1532 0.625 0 0 4554 1531 0.625 0 0 4487 1532 0.625 0 0 2 interp_poly -40 44 68 -40 4499 1737 3 MP PP 4499 1737 0.938 0 0 4567 1697 0.875 0 0 4499 1737 0.938 0 0 2 interp_poly 4567 1697 0.875 0 0 4527 1741 1 0.0625 0 4567 1697 0.875 0 0 2 interp_poly 68 -40 -40 -38 4539 1775 3 MP PP 4539 1775 1 0 0 4499 1737 0.938 0 0 4539 1775 1 0 0 2 interp_poly 4499 1737 0.938 0 0 4567 1697 0.875 0 0 4499 1737 0.938 0 0 2 interp_poly 68 -29 -40 -3 4536 2384 3 MP PP 4536 2384 0.75 0 0 4496 2381 0.812 0 0 4536 2384 0.75 0 0 2 interp_poly 4496 2381 0.812 0 0 4564 2352 0.75 0 0 4496 2381 0.812 0 0 2 interp_poly -40 -65 68 14 4492 2631 3 MP PP 4492 2631 1 0 0 4560 2645 1 0.0625 0 4492 2631 1 0 0 2 interp_poly 4560 2645 1 0.0625 0 4520 2580 1 0 0 4560 2645 1 0.0625 0 2 interp_poly -40 -73 68 -17 4489 2894 3 MP PP 4489 2894 1 0.25 0 4557 2877 1 0.25 0 4489 2894 1 0.25 0 2 interp_poly 4557 2877 1 0.25 0 4517 2804 1 0.125 0 4557 2877 1 0.25 0 2 interp_poly 68 -57 -40 -121 4515 2274 3 MP PP 4515 2274 1 0.188 0 4475 2153 0.938 0 0 4515 2274 1 0.188 0 2 interp_poly 4475 2153 0.938 0 0 4543 2096 0.812 0 0 4475 2153 0.938 0 0 2 interp_poly -40 118 67 13 4488 2143 3 MP PP 4488 2143 0.75 0 0 4555 2156 0.812 0 0 4488 2143 0.75 0 0 2 interp_poly 4555 2156 0.812 0 0 4515 2274 1 0.188 0 4555 2156 0.812 0 0 2 interp_poly 67 13 -40 -131 4528 2274 3 MP PP 4528 2274 1 0 0 4488 2143 0.75 0 0 4528 2274 1 0 0 2 interp_poly 4488 2143 0.75 0 0 4555 2156 0.812 0 0 4488 2143 0.75 0 0 2 interp_poly -40 1 68 -33 4484 2363 3 MP PP 4484 2363 0.875 0 0 4552 2330 0.875 0 0 4484 2363 0.875 0 0 2 interp_poly 4552 2330 0.875 0 0 4512 2331 0.938 0 0 4552 2330 0.875 0 0 2 interp_poly 68 6 -40 -32 4523 1857 3 MP PP 4523 1857 0.938 0 0 4483 1825 0.938 0 0 4523 1857 0.938 0 0 2 interp_poly 4483 1825 0.938 0 0 4551 1831 0.938 0 0 4483 1825 0.938 0 0 2 interp_poly -40 -12 68 6 4483 1825 3 MP PP 4483 1825 0.938 0 0 4551 1831 0.938 0 0 4483 1825 0.938 0 0 2 interp_poly 4551 1831 0.938 0 0 4511 1819 1 0 0 4551 1831 0.938 0 0 2 interp_poly 68 -10 -40 -23 4518 1439 3 MP PP 4518 1439 0.875 0 0 4478 1416 0.875 0 0 4518 1439 0.875 0 0 2 interp_poly 4478 1416 0.875 0 0 4546 1406 0.875 0 0 4478 1416 0.875 0 0 2 interp_poly -40 -160 68 22 4466 1380 3 MP PP 4466 1380 0.938 0 0 4534 1402 1 0 0 4466 1380 0.938 0 0 2 interp_poly 4534 1402 1 0 0 4494 1242 0.688 0 0 4534 1402 1 0 0 2 interp_poly 68 22 -40 114 4506 1266 3 MP PP 4506 1266 0.562 0 0 4466 1380 0.938 0 0 4506 1266 0.562 0 0 2 interp_poly 4466 1380 0.938 0 0 4534 1402 1 0 0 4466 1380 0.938 0 0 2 interp_poly -40 -140 68 -10 4478 1416 3 MP PP 4478 1416 0.875 0 0 4546 1406 0.875 0 0 4478 1416 0.875 0 0 2 interp_poly 4546 1406 0.875 0 0 4506 1266 0.562 0 0 4546 1406 0.875 0 0 2 interp_poly 67 -53 -40 9 4517 2804 3 MP PP 4517 2804 1 0.125 0 4477 2813 1 0.188 0 4517 2804 1 0.125 0 2 interp_poly 4477 2813 1 0.188 0 4544 2760 1 0.125 0 4477 2813 1 0.188 0 2 interp_poly -40 -60 67 -53 4477 2813 3 MP PP 4477 2813 1 0.188 0 4544 2760 1 0.125 0 4477 2813 1 0.188 0 2 interp_poly 4544 2760 1 0.125 0 4504 2700 1 0 0 4544 2760 1 0.125 0 2 interp_poly -40 32 68 -57 4475 2153 3 MP PP 4475 2153 0.938 0 0 4543 2096 0.812 0 0 4475 2153 0.938 0 0 2 interp_poly 4543 2096 0.812 0 0 4503 2128 0.938 0 0 4543 2096 0.812 0 0 2 interp_poly 68 -43 -40 -1 4511 1819 3 MP PP 4511 1819 1 0 0 4471 1818 1 0.0625 0 4511 1819 1 0 0 2 interp_poly 4471 1818 1 0.0625 0 4539 1775 1 0 0 4471 1818 1 0.0625 0 2 interp_poly -40 -38 68 -43 4471 1818 3 MP PP 4471 1818 1 0.0625 0 4539 1775 1 0 0 4471 1818 1 0.0625 0 2 interp_poly 4539 1775 1 0 0 4499 1737 0.938 0 0 4539 1775 1 0 0 2 interp_poly -40 -66 68 -13 4456 2442 3 MP PP 4456 2442 1 0 0 4524 2429 1 0 0 4456 2442 1 0 0 2 interp_poly 4524 2429 1 0 0 4484 2363 0.875 0 0 4524 2429 1 0 0 2 interp_poly 68 -13 -40 61 4496 2381 3 MP PP 4496 2381 0.812 0 0 4456 2442 1 0 0 4496 2381 0.812 0 0 2 interp_poly 4456 2442 1 0 0 4524 2429 1 0 0 4456 2442 1 0 0 2 interp_poly 68 -57 -40 -93 4508 2534 3 MP PP 4508 2534 1 0 0 4468 2441 0.875 0 0 4508 2534 1 0 0 2 interp_poly 4468 2441 0.875 0 0 4536 2384 0.75 0 0 4468 2441 0.875 0 0 2 interp_poly -40 -3 68 -57 4468 2441 3 MP PP 4468 2441 0.875 0 0 4536 2384 0.75 0 0 4468 2441 0.875 0 0 2 interp_poly 4536 2384 0.75 0 0 4496 2381 0.812 0 0 4536 2384 0.75 0 0 2 interp_poly -40 -121 67 -22 4448 2296 3 MP PP 4448 2296 1 0.188 0 4515 2274 1 0.188 0 4448 2296 1 0.188 0 2 interp_poly 4515 2274 1 0.188 0 4475 2153 0.938 0 0 4515 2274 1 0.188 0 2 interp_poly 67 -22 -40 153 4488 2143 3 MP PP 4488 2143 0.75 0 0 4448 2296 1 0.188 0 4488 2143 0.75 0 0 2 interp_poly 4448 2296 1 0.188 0 4515 2274 1 0.188 0 4448 2296 1 0.188 0 2 interp_poly 68 -17 -40 3 4500 2288 3 MP PP 4500 2288 0.938 0 0 4460 2291 1 0 0 4500 2288 0.938 0 0 2 interp_poly 4460 2291 1 0 0 4528 2274 1 0 0 4460 2291 1 0 0 2 interp_poly -40 -131 68 -17 4460 2291 3 MP PP 4460 2291 1 0 0 4528 2274 1 0 0 4460 2291 1 0 0 2 interp_poly 4528 2274 1 0 0 4488 2143 0.75 0 0 4528 2274 1 0 0 2 interp_poly -40 -109 68 -40 4412 2661 3 MP PP 4412 2661 1 0.188 0 4480 2621 1 0.125 0 4412 2661 1 0.188 0 2 interp_poly 4480 2621 1 0.125 0 4440 2512 0.938 0 0 4480 2621 1 0.125 0 2 interp_poly 68 -40 -40 32 4452 2629 3 MP PP 4452 2629 1 0.0625 0 4412 2661 1 0.188 0 4452 2629 1 0.0625 0 2 interp_poly 4412 2661 1 0.188 0 4480 2621 1 0.125 0 4412 2661 1 0.188 0 2 interp_poly 68 22 -40 -109 4480 2621 3 MP PP 4480 2621 1 0.125 0 4440 2512 0.938 0 0 4480 2621 1 0.125 0 2 interp_poly 4440 2512 0.938 0 0 4508 2534 1 0 0 4440 2512 0.938 0 0 2 interp_poly -40 41 68 -49 4452 2629 3 MP PP 4452 2629 1 0.0625 0 4520 2580 1 0 0 4452 2629 1 0.0625 0 2 interp_poly 4520 2580 1 0 0 4480 2621 1 0.125 0 4520 2580 1 0 0 2 interp_poly 68 -49 -40 -2 4492 2631 3 MP PP 4492 2631 1 0 0 4452 2629 1 0.0625 0 4492 2631 1 0 0 2 interp_poly 4452 2629 1 0.0625 0 4520 2580 1 0 0 4452 2629 1 0.0625 0 2 interp_poly 68 15 -40 -61 4490 1485 3 MP PP 4490 1485 0.875 0 0 4450 1424 0.812 0 0 4490 1485 0.875 0 0 2 interp_poly 4450 1424 0.812 0 0 4518 1439 0.875 0 0 4450 1424 0.812 0 0 2 interp_poly -40 -23 68 15 4450 1424 3 MP PP 4450 1424 0.812 0 0 4518 1439 0.875 0 0 4450 1424 0.812 0 0 2 interp_poly 4518 1439 0.875 0 0 4478 1416 0.875 0 0 4518 1439 0.875 0 0 2 interp_poly 68 -63 -40 -27 4489 2894 3 MP PP 4489 2894 1 0.25 0 4449 2867 1 0.25 0 4489 2894 1 0.25 0 2 interp_poly 4449 2867 1 0.25 0 4517 2804 1 0.125 0 4449 2867 1 0.25 0 2 interp_poly -40 9 68 -63 4449 2867 3 MP PP 4449 2867 1 0.25 0 4517 2804 1 0.125 0 4449 2867 1 0.25 0 2 interp_poly 4517 2804 1 0.125 0 4477 2813 1 0.188 0 4517 2804 1 0.125 0 2 interp_poly 68 -41 -40 9 4484 2363 3 MP PP 4484 2363 0.875 0 0 4444 2372 1 0 0 4484 2363 0.875 0 0 2 interp_poly 4444 2372 1 0 0 4512 2331 0.938 0 0 4444 2372 1 0 0 2 interp_poly -40 -2 68 -41 4444 2372 3 MP PP 4444 2372 1 0 0 4512 2331 0.938 0 0 4444 2372 1 0 0 2 interp_poly 4512 2331 0.938 0 0 4472 2329 0.938 0 0 4512 2331 0.938 0 0 2 interp_poly -40 -93 68 22 4440 2512 3 MP PP 4440 2512 0.938 0 0 4508 2534 1 0 0 4440 2512 0.938 0 0 2 interp_poly 4508 2534 1 0 0 4468 2441 0.875 0 0 4508 2534 1 0 0 2 interp_poly -40 -74 68 -49 4386 1317 3 MP PP 4386 1317 0.875 0 0 4454 1268 0.812 0 0 4386 1317 0.875 0 0 2 interp_poly 4454 1268 0.812 0 0 4414 1194 0.688 0 0 4454 1268 0.812 0 0 2 interp_poly 68 -49 -40 42 4426 1275 3 MP PP 4426 1275 0.75 0 0 4386 1317 0.875 0 0 4426 1275 0.75 0 0 2 interp_poly 4386 1317 0.875 0 0 4454 1268 0.812 0 0 4386 1317 0.875 0 0 2 interp_poly -40 -105 68 20 4398 1360 3 MP PP 4398 1360 0.812 0 0 4466 1380 0.938 0 0 4398 1360 0.812 0 0 2 interp_poly 4466 1380 0.938 0 0 4426 1275 0.75 0 0 4466 1380 0.938 0 0 2 interp_poly -40 26 68 -33 4426 1275 3 MP PP 4426 1275 0.75 0 0 4494 1242 0.688 0 0 4426 1275 0.75 0 0 2 interp_poly 4494 1242 0.688 0 0 4454 1268 0.812 0 0 4494 1242 0.688 0 0 2 interp_poly 68 -33 -40 -105 4466 1380 3 MP PP 4466 1380 0.938 0 0 4426 1275 0.75 0 0 4466 1380 0.938 0 0 2 interp_poly 4426 1275 0.75 0 0 4494 1242 0.688 0 0 4426 1275 0.75 0 0 2 interp_poly 68 20 -40 62 4438 1298 3 MP PP 4438 1298 0.625 0 0 4398 1360 0.812 0 0 4438 1298 0.625 0 0 2 interp_poly 4398 1360 0.812 0 0 4466 1380 0.938 0 0 4398 1360 0.812 0 0 2 interp_poly -40 114 68 -32 4438 1298 3 MP PP 4438 1298 0.625 0 0 4506 1266 0.562 0 0 4438 1298 0.625 0 0 2 interp_poly 4506 1266 0.562 0 0 4466 1380 0.938 0 0 4506 1266 0.562 0 0 2 interp_poly 68 -32 -40 -118 4478 1416 3 MP PP 4478 1416 0.875 0 0 4438 1298 0.625 0 0 4478 1416 0.875 0 0 2 interp_poly 4438 1298 0.625 0 0 4506 1266 0.562 0 0 4438 1298 0.625 0 0 2 interp_poly -40 -95 68 -16 4344 2677 3 MP PP 4344 2677 1 0.188 0 4412 2661 1 0.188 0 4344 2677 1 0.188 0 2 interp_poly 4412 2661 1 0.188 0 4372 2566 1 0 0 4412 2661 1 0.188 0 2 interp_poly 68 -54 -40 -95 4412 2661 3 MP PP 4412 2661 1 0.188 0 4372 2566 1 0 0 4412 2661 1 0.188 0 2 interp_poly 4372 2566 1 0 0 4440 2512 0.938 0 0 4372 2566 1 0 0 2 interp_poly -40 32 68 -4 4384 2633 3 MP PP 4384 2633 1 0 0 4452 2629 1 0.0625 0 4384 2633 1 0 0 2 interp_poly 4452 2629 1 0.0625 0 4412 2661 1 0.188 0 4452 2629 1 0.0625 0 2 interp_poly -40 -103 67 -29 4397 2775 3 MP PP 4397 2775 1 0.25 0 4464 2746 1 0.188 0 4397 2775 1 0.25 0 2 interp_poly 4464 2746 1 0.188 0 4424 2643 1 0 0 4464 2746 1 0.188 0 2 interp_poly 67 -29 -40 29 4437 2746 3 MP PP 4437 2746 1 0.125 0 4397 2775 1 0.25 0 4437 2746 1 0.125 0 2 interp_poly 4397 2775 1 0.25 0 4464 2746 1 0.188 0 4397 2775 1 0.25 0 2 interp_poly 68 -12 -40 -103 4464 2746 3 MP PP 4464 2746 1 0.188 0 4424 2643 1 0 0 4464 2746 1 0.188 0 2 interp_poly 4424 2643 1 0 0 4492 2631 1 0 0 4424 2643 1 0 0 2 interp_poly -40 46 67 -46 4437 2746 3 MP PP 4437 2746 1 0.125 0 4504 2700 1 0 0 4437 2746 1 0.125 0 2 interp_poly 4504 2700 1 0 0 4464 2746 1 0.188 0 4504 2700 1 0 0 2 interp_poly 67 -46 -40 -67 4477 2813 3 MP PP 4477 2813 1 0.188 0 4437 2746 1 0.125 0 4477 2813 1 0.188 0 2 interp_poly 4437 2746 1 0.125 0 4504 2700 1 0 0 4437 2746 1 0.125 0 2 interp_poly 68 -27 -40 2 4475 2153 3 MP PP 4475 2153 0.938 0 0 4435 2155 1 0 0 4475 2153 0.938 0 0 2 interp_poly 4435 2155 1 0 0 4503 2128 0.938 0 0 4435 2155 1 0 0 2 interp_poly -40 -17 68 -27 4435 2155 3 MP PP 4435 2155 1 0 0 4503 2128 0.938 0 0 4435 2155 1 0 0 2 interp_poly 4503 2128 0.938 0 0 4463 2111 1 0 0 4503 2128 0.938 0 0 2 interp_poly 68 -39 -40 -2 4472 2329 3 MP PP 4472 2329 0.938 0 0 4432 2327 1 0 0 4472 2329 0.938 0 0 2 interp_poly 4432 2327 1 0 0 4500 2288 0.938 0 0 4432 2327 1 0 0 2 interp_poly -40 3 68 -39 4432 2327 3 MP PP 4432 2327 1 0 0 4500 2288 0.938 0 0 4432 2327 1 0 0 2 interp_poly 4500 2288 0.938 0 0 4460 2291 1 0 0 4500 2288 0.938 0 0 2 interp_poly 68 -33 -40 -48 4471 1818 3 MP PP 4471 1818 1 0.0625 0 4431 1770 1 0 0 4471 1818 1 0.0625 0 2 interp_poly 4431 1770 1 0 0 4499 1737 0.938 0 0 4431 1770 1 0 0 2 interp_poly -40 -3 68 -33 4431 1770 3 MP PP 4431 1770 1 0 0 4499 1737 0.938 0 0 4431 1770 1 0 0 2 interp_poly 4499 1737 0.938 0 0 4459 1734 1 0 0 4499 1737 0.938 0 0 2 interp_poly -40 -65 68 -28 4388 2470 3 MP PP 4388 2470 1 0 0 4456 2442 1 0 0 4388 2470 1 0 0 2 interp_poly 4456 2442 1 0 0 4416 2377 0.875 0 0 4456 2442 1 0 0 2 interp_poly 68 -28 -40 27 4428 2443 3 MP PP 4428 2443 0.875 0 0 4388 2470 1 0 0 4428 2443 0.875 0 0 2 interp_poly 4388 2470 1 0 0 4456 2442 1 0 0 4388 2470 1 0 0 2 interp_poly -40 -9 68 -2 4376 2374 3 MP PP 4376 2374 0.938 0 0 4444 2372 1 0 0 4376 2374 0.938 0 0 2 interp_poly 4444 2372 1 0 0 4404 2363 1 0 0 4444 2372 1 0 0 2 interp_poly 68 -2 -40 -3 4416 2377 3 MP PP 4416 2377 0.875 0 0 4376 2374 0.938 0 0 4416 2377 0.875 0 0 2 interp_poly 4376 2374 0.938 0 0 4444 2372 1 0 0 4376 2374 0.938 0 0 2 interp_poly 68 -34 -40 -9 4444 2372 3 MP PP 4444 2372 1 0 0 4404 2363 1 0 0 4444 2372 1 0 0 2 interp_poly 4404 2363 1 0 0 4472 2329 0.938 0 0 4404 2363 1 0 0 2 interp_poly -40 9 68 -14 4416 2377 3 MP PP 4416 2377 0.875 0 0 4484 2363 0.875 0 0 4416 2377 0.875 0 0 2 interp_poly 4484 2363 0.875 0 0 4444 2372 1 0 0 4484 2363 0.875 0 0 2 interp_poly 68 -14 -40 -65 4456 2442 3 MP PP 4456 2442 1 0 0 4416 2377 0.875 0 0 4456 2442 1 0 0 2 interp_poly 4416 2377 0.875 0 0 4484 2363 0.875 0 0 4416 2377 0.875 0 0 2 interp_poly -40 61 68 -62 4428 2443 3 MP PP 4428 2443 0.875 0 0 4496 2381 0.812 0 0 4428 2443 0.875 0 0 2 interp_poly 4496 2381 0.812 0 0 4456 2442 1 0 0 4496 2381 0.812 0 0 2 interp_poly 68 -62 -40 2 4468 2441 3 MP PP 4468 2441 0.875 0 0 4428 2443 0.875 0 0 4468 2441 0.875 0 0 2 interp_poly 4428 2443 0.875 0 0 4496 2381 0.812 0 0 4428 2443 0.875 0 0 2 interp_poly -40 -2 68 -12 4424 2643 3 MP PP 4424 2643 1 0 0 4492 2631 1 0 0 4424 2643 1 0 0 2 interp_poly 4492 2631 1 0 0 4452 2629 1 0.0625 0 4492 2631 1 0 0 2 interp_poly 68 -54 -40 -20 4463 2111 3 MP PP 4463 2111 1 0 0 4423 2091 1 0 0 4463 2111 1 0 0 2 interp_poly 4423 2091 1 0 0 4491 2037 0.875 0 0 4423 2091 1 0 0 2 interp_poly -40 5 68 -54 4423 2091 3 MP PP 4423 2091 1 0 0 4491 2037 0.875 0 0 4423 2091 1 0 0 2 interp_poly 4491 2037 0.875 0 0 4451 2042 0.938 0 0 4491 2037 0.875 0 0 2 interp_poly -40 -61 68 50 4422 1435 3 MP PP 4422 1435 0.75 0 0 4490 1485 0.875 0 0 4422 1435 0.75 0 0 2 interp_poly 4490 1485 0.875 0 0 4450 1424 0.812 0 0 4490 1485 0.875 0 0 2 interp_poly -40 -58 68 -19 4381 2886 3 MP PP 4381 2886 1 0.25 0 4449 2867 1 0.25 0 4381 2886 1 0.25 0 2 interp_poly 4449 2867 1 0.25 0 4409 2809 1 0.125 0 4449 2867 1 0.25 0 2 interp_poly 68 -19 -40 14 4421 2872 3 MP PP 4421 2872 1 0.188 0 4381 2886 1 0.25 0 4421 2872 1 0.188 0 2 interp_poly 4381 2886 1 0.25 0 4449 2867 1 0.25 0 4381 2886 1 0.25 0 2 interp_poly -40 -27 68 22 4421 2872 3 MP PP 4421 2872 1 0.188 0 4489 2894 1 0.25 0 4421 2872 1 0.188 0 2 interp_poly 4489 2894 1 0.25 0 4449 2867 1 0.25 0 4489 2894 1 0.25 0 2 interp_poly -40 -10 67 -37 4368 2192 3 MP PP 4368 2192 1 0.0625 0 4435 2155 1 0 0 4368 2192 1 0.0625 0 2 interp_poly 4435 2155 1 0 0 4395 2145 1 0 0 4435 2155 1 0 0 2 interp_poly 67 -37 -40 38 4408 2154 3 MP PP 4408 2154 0.875 0 0 4368 2192 1 0.0625 0 4408 2154 0.875 0 0 2 interp_poly 4368 2192 1 0.0625 0 4435 2155 1 0 0 4368 2192 1 0.0625 0 2 interp_poly 68 -34 -40 -10 4435 2155 3 MP PP 4435 2155 1 0 0 4395 2145 1 0 0 4435 2155 1 0 0 2 interp_poly 4395 2145 1 0 0 4463 2111 1 0 0 4395 2145 1 0 0 2 interp_poly -40 2 67 -1 4408 2154 3 MP PP 4408 2154 0.875 0 0 4475 2153 0.938 0 0 4408 2154 0.875 0 0 2 interp_poly 4475 2153 0.938 0 0 4435 2155 1 0 0 4475 2153 0.938 0 0 2 interp_poly 67 -1 -40 -142 4448 2296 3 MP PP 4448 2296 1 0.188 0 4408 2154 0.875 0 0 4448 2296 1 0.188 0 2 interp_poly 4408 2154 0.875 0 0 4475 2153 0.938 0 0 4408 2154 0.875 0 0 2 interp_poly -40 153 68 3 4420 2140 3 MP PP 4420 2140 0.75 0 0 4488 2143 0.75 0 0 4420 2140 0.75 0 0 2 interp_poly 4488 2143 0.75 0 0 4448 2296 1 0.188 0 4488 2143 0.75 0 0 2 interp_poly 68 3 -40 -151 4460 2291 3 MP PP 4460 2291 1 0 0 4420 2140 0.75 0 0 4460 2291 1 0 0 2 interp_poly 4420 2140 0.75 0 0 4488 2143 0.75 0 0 4420 2140 0.75 0 0 2 interp_poly -40 -87 67 -10 4327 1562 3 MP PP 4327 1562 0.875 0 0 4394 1552 0.938 0 0 4327 1562 0.875 0 0 2 interp_poly 4394 1552 0.938 0 0 4354 1465 0.75 0 0 4394 1552 0.938 0 0 2 interp_poly 67 -10 -40 55 4367 1507 3 MP PP 4367 1507 0.688 0 0 4327 1562 0.875 0 0 4367 1507 0.688 0 0 2 interp_poly 4327 1562 0.875 0 0 4394 1552 0.938 0 0 4327 1562 0.875 0 0 2 interp_poly 68 -30 -40 -87 4394 1552 3 MP PP 4394 1552 0.938 0 0 4354 1465 0.75 0 0 4394 1552 0.938 0 0 2 interp_poly 4354 1465 0.75 0 0 4422 1435 0.75 0 0 4354 1465 0.75 0 0 2 interp_poly -40 59 67 -14 4367 1507 3 MP PP 4367 1507 0.688 0 0 4434 1493 0.688 0 0 4367 1507 0.688 0 0 2 interp_poly 4434 1493 0.688 0 0 4394 1552 0.938 0 0 4434 1493 0.688 0 0 2 interp_poly 67 -14 -40 -105 4407 1612 3 MP PP 4407 1612 0.938 0 0 4367 1507 0.688 0 0 4407 1612 0.938 0 0 2 interp_poly 4367 1507 0.688 0 0 4434 1493 0.688 0 0 4367 1507 0.688 0 0 2 interp_poly -40 -15 68 -3 4379 1630 3 MP PP 4379 1630 0.875 0 0 4447 1627 0.875 0 0 4379 1630 0.875 0 0 2 interp_poly 4447 1627 0.875 0 0 4407 1612 0.938 0 0 4447 1627 0.875 0 0 2 interp_poly -40 -105 68 1 4339 1611 3 MP PP 4339 1611 0.875 0 0 4407 1612 0.938 0 0 4339 1611 0.875 0 0 2 interp_poly 4407 1612 0.938 0 0 4367 1507 0.688 0 0 4407 1612 0.938 0 0 2 interp_poly 68 1 -40 -19 4379 1630 3 MP PP 4379 1630 0.875 0 0 4339 1611 0.875 0 0 4379 1630 0.875 0 0 2 interp_poly 4339 1611 0.875 0 0 4407 1612 0.938 0 0 4339 1611 0.875 0 0 2 interp_poly 68 -3 -40 112 4419 1518 3 MP PP 4419 1518 0.562 0 0 4379 1630 0.875 0 0 4419 1518 0.562 0 0 2 interp_poly 4379 1630 0.875 0 0 4447 1627 0.875 0 0 4379 1630 0.875 0 0 2 interp_poly -40 95 68 14 4419 1518 3 MP PP 4419 1518 0.562 0 0 4487 1532 0.625 0 0 4419 1518 0.562 0 0 2 interp_poly 4487 1532 0.625 0 0 4447 1627 0.875 0 0 4487 1532 0.625 0 0 2 interp_poly 68 14 -40 -216 4459 1734 3 MP PP 4459 1734 1 0 0 4419 1518 0.562 0 0 4459 1734 1 0 0 2 interp_poly 4419 1518 0.562 0 0 4487 1532 0.625 0 0 4419 1518 0.562 0 0 2 interp_poly -40 -32 68 -18 4375 1872 3 MP PP 4375 1872 1 0.0625 0 4443 1854 1 0.0625 0 4375 1872 1 0.0625 0 2 interp_poly 4443 1854 1 0.0625 0 4403 1822 1 0 0 4443 1854 1 0.0625 0 2 interp_poly 68 -4 -40 -32 4443 1854 3 MP PP 4443 1854 1 0.0625 0 4403 1822 1 0 0 4443 1854 1 0.0625 0 2 interp_poly 4403 1822 1 0 0 4471 1818 1 0.0625 0 4403 1822 1 0 0 2 interp_poly 68 -18 -40 45 4415 1827 3 MP PP 4415 1827 0.875 0 0 4375 1872 1 0.0625 0 4415 1827 0.875 0 0 2 interp_poly 4375 1872 1 0.0625 0 4443 1854 1 0.0625 0 4375 1872 1 0.0625 0 2 interp_poly -40 29 68 -2 4415 1827 3 MP PP 4415 1827 0.875 0 0 4483 1825 0.938 0 0 4415 1827 0.875 0 0 2 interp_poly 4483 1825 0.938 0 0 4443 1854 1 0.0625 0 4483 1825 0.938 0 0 2 interp_poly 68 -2 -40 -70 4455 1897 3 MP PP 4455 1897 1 0 0 4415 1827 0.875 0 0 4455 1897 1 0 0 2 interp_poly 4415 1827 0.875 0 0 4483 1825 0.938 0 0 4415 1827 0.875 0 0 2 interp_poly -40 -35 68 -17 4359 1959 3 MP PP 4359 1959 1 0 0 4427 1942 1 0 0 4359 1959 1 0 0 2 interp_poly 4427 1942 1 0 0 4387 1907 1 0 0 4427 1942 1 0 0 2 interp_poly 68 -17 -40 26 4399 1933 3 MP PP 4399 1933 0.875 0 0 4359 1959 1 0 0 4399 1933 0.875 0 0 2 interp_poly 4359 1959 1 0 0 4427 1942 1 0 0 4359 1959 1 0 0 2 interp_poly -40 -56 68 29 4371 1960 3 MP PP 4371 1960 0.875 0 0 4439 1989 1 0 0 4371 1960 0.875 0 0 2 interp_poly 4439 1989 1 0 0 4399 1933 0.875 0 0 4439 1989 1 0 0 2 interp_poly 68 29 -40 -4 4411 1964 3 MP PP 4411 1964 0.812 0 0 4371 1960 0.875 0 0 4411 1964 0.812 0 0 2 interp_poly 4371 1960 0.875 0 0 4439 1989 1 0 0 4371 1960 0.875 0 0 2 interp_poly -40 -70 68 -10 4387 1907 3 MP PP 4387 1907 1 0 0 4455 1897 1 0 0 4387 1907 1 0 0 2 interp_poly 4455 1897 1 0 0 4415 1827 0.875 0 0 4455 1897 1 0 0 2 interp_poly 68 -10 -40 -35 4427 1942 3 MP PP 4427 1942 1 0 0 4387 1907 1 0 0 4427 1942 1 0 0 2 interp_poly 4387 1907 1 0 0 4455 1897 1 0 0 4387 1907 1 0 0 2 interp_poly -40 58 68 -49 4399 1933 3 MP PP 4399 1933 0.875 0 0 4467 1884 0.812 0 0 4399 1933 0.875 0 0 2 interp_poly 4467 1884 0.812 0 0 4427 1942 1 0 0 4467 1884 0.812 0 0 2 interp_poly 68 -49 -40 -56 4439 1989 3 MP PP 4439 1989 1 0 0 4399 1933 0.875 0 0 4439 1989 1 0 0 2 interp_poly 4399 1933 0.875 0 0 4467 1884 0.812 0 0 4399 1933 0.875 0 0 2 interp_poly -40 73 68 -48 4411 1964 3 MP PP 4411 1964 0.812 0 0 4479 1916 0.75 0 0 4411 1964 0.812 0 0 2 interp_poly 4479 1916 0.75 0 0 4439 1989 1 0 0 4479 1916 0.75 0 0 2 interp_poly 68 -48 -40 -78 4451 2042 3 MP PP 4451 2042 0.938 0 0 4411 1964 0.812 0 0 4451 2042 0.938 0 0 2 interp_poly 4411 1964 0.812 0 0 4479 1916 0.75 0 0 4411 1964 0.812 0 0 2 interp_poly 68 48 -40 -56 4450 1424 3 MP PP 4450 1424 0.812 0 0 4410 1368 0.688 0 0 4450 1424 0.812 0 0 2 interp_poly 4410 1368 0.688 0 0 4478 1416 0.875 0 0 4410 1368 0.688 0 0 2 interp_poly -40 -118 68 48 4410 1368 3 MP PP 4410 1368 0.688 0 0 4478 1416 0.875 0 0 4410 1368 0.688 0 0 2 interp_poly 4478 1416 0.875 0 0 4438 1298 0.625 0 0 4478 1416 0.875 0 0 2 interp_poly 68 4 -40 -58 4449 2867 3 MP PP 4449 2867 1 0.25 0 4409 2809 1 0.125 0 4449 2867 1 0.25 0 2 interp_poly 4409 2809 1 0.125 0 4477 2813 1 0.188 0 4409 2809 1 0.125 0 2 interp_poly -40 -67 68 4 4409 2809 3 MP PP 4409 2809 1 0.125 0 4477 2813 1 0.188 0 4409 2809 1 0.125 0 2 interp_poly 4477 2813 1 0.188 0 4437 2746 1 0.125 0 4477 2813 1 0.188 0 2 interp_poly -40 -2 68 -34 4404 2363 3 MP PP 4404 2363 1 0 0 4472 2329 0.938 0 0 4404 2363 1 0 0 2 interp_poly 4472 2329 0.938 0 0 4432 2327 1 0 0 4472 2329 0.938 0 0 2 interp_poly -40 -48 68 -4 4403 1822 3 MP PP 4403 1822 1 0 0 4471 1818 1 0.0625 0 4403 1822 1 0 0 2 interp_poly 4471 1818 1 0.0625 0 4431 1770 1 0 0 4471 1818 1 0.0625 0 2 interp_poly 68 -35 -40 -36 4440 2512 3 MP PP 4440 2512 0.938 0 0 4400 2476 0.875 0 0 4440 2512 0.938 0 0 2 interp_poly 4400 2476 0.875 0 0 4468 2441 0.875 0 0 4400 2476 0.875 0 0 2 interp_poly -40 2 68 -35 4400 2476 3 MP PP 4400 2476 0.875 0 0 4468 2441 0.875 0 0 4400 2476 0.875 0 0 2 interp_poly 4468 2441 0.875 0 0 4428 2443 0.875 0 0 4468 2441 0.875 0 0 2 interp_poly -40 -20 68 -34 4395 2145 3 MP PP 4395 2145 1 0 0 4463 2111 1 0 0 4395 2145 1 0 0 2 interp_poly 4463 2111 1 0 0 4423 2091 1 0 0 4463 2111 1 0 0 2 interp_poly 68 -38 -40 2 4432 2327 3 MP PP 4432 2327 1 0 0 4392 2329 1 0.0625 0 4432 2327 1 0 0 2 interp_poly 4392 2329 1 0.0625 0 4460 2291 1 0 0 4392 2329 1 0.0625 0 2 interp_poly -40 -142 68 -36 4380 2332 3 MP PP 4380 2332 1 0.25 0 4448 2296 1 0.188 0 4380 2332 1 0.25 0 2 interp_poly 4448 2296 1 0.188 0 4408 2154 0.875 0 0 4448 2296 1 0.188 0 2 interp_poly 68 -36 -40 192 4420 2140 3 MP PP 4420 2140 0.75 0 0 4380 2332 1 0.25 0 4420 2140 0.75 0 0 2 interp_poly 4380 2332 1 0.25 0 4448 2296 1 0.188 0 4380 2332 1 0.25 0 2 interp_poly -40 -151 68 -38 4392 2329 3 MP PP 4392 2329 1 0.0625 0 4460 2291 1 0 0 4392 2329 1 0.0625 0 2 interp_poly 4460 2291 1 0 0 4420 2140 0.75 0 0 4460 2291 1 0 0 2 interp_poly 68 -19 -40 -17 4431 1770 3 MP PP 4431 1770 1 0 0 4391 1753 1 0 0 4431 1770 1 0 0 2 interp_poly 4391 1753 1 0 0 4459 1734 1 0 0 4391 1753 1 0 0 2 interp_poly -40 -216 68 -19 4391 1753 3 MP PP 4391 1753 1 0 0 4459 1734 1 0 0 4391 1753 1 0 0 2 interp_poly 4459 1734 1 0 0 4419 1518 0.562 0 0 4459 1734 1 0 0 2 interp_poly 68 -4 -40 -10 4424 2643 3 MP PP 4424 2643 1 0 0 4384 2633 1 0 0 4424 2643 1 0 0 2 interp_poly 4384 2633 1 0 0 4452 2629 1 0.0625 0 4384 2633 1 0 0 2 interp_poly 68 -29 -40 -20 4423 2091 3 MP PP 4423 2091 1 0 0 4383 2071 1 0 0 4423 2091 1 0 0 2 interp_poly 4383 2071 1 0 0 4451 2042 0.938 0 0 4383 2071 1 0 0 2 interp_poly -40 -78 68 -29 4383 2071 3 MP PP 4383 2071 1 0 0 4451 2042 0.938 0 0 4383 2071 1 0 0 2 interp_poly 4451 2042 0.938 0 0 4411 1964 0.812 0 0 4451 2042 0.938 0 0 2 interp_poly 68 -13 -40 2 4422 1435 3 MP PP 4422 1435 0.75 0 0 4382 1437 0.812 0 0 4422 1435 0.75 0 0 2 interp_poly 4382 1437 0.812 0 0 4450 1424 0.812 0 0 4382 1437 0.812 0 0 2 interp_poly -40 -56 68 -13 4382 1437 3 MP PP 4382 1437 0.812 0 0 4450 1424 0.812 0 0 4382 1437 0.812 0 0 2 interp_poly 4450 1424 0.812 0 0 4410 1368 0.688 0 0 4450 1424 0.812 0 0 2 interp_poly -40 -36 68 -54 4372 2566 3 MP PP 4372 2566 1 0 0 4440 2512 0.938 0 0 4372 2566 1 0 0 2 interp_poly 4440 2512 0.938 0 0 4400 2476 0.875 0 0 4440 2512 0.938 0 0 2 interp_poly -40 -67 68 -17 4266 1287 3 MP PP 4266 1287 1 0 0 4334 1270 1 0 0 4266 1287 1 0 0 2 interp_poly 4334 1270 1 0 0 4294 1203 0.875 0 0 4334 1270 1 0 0 2 interp_poly 68 -17 -40 21 4306 1266 3 MP PP 4306 1266 0.875 0 0 4266 1287 1 0 0 4306 1266 0.875 0 0 2 interp_poly 4266 1287 1 0 0 4334 1270 1 0 0 4266 1287 1 0 0 2 interp_poly -40 54 68 -50 4306 1266 3 MP PP 4306 1266 0.875 0 0 4374 1216 0.812 0 0 4306 1266 0.875 0 0 2 interp_poly 4374 1216 0.812 0 0 4334 1270 1 0 0 4374 1216 0.812 0 0 2 interp_poly 68 -50 -40 70 4346 1196 3 MP PP 4346 1196 0.625 0 0 4306 1266 0.875 0 0 4346 1196 0.625 0 0 2 interp_poly 4306 1266 0.875 0 0 4374 1216 0.812 0 0 4306 1266 0.875 0 0 2 interp_poly -40 -121 68 -24 4318 1341 3 MP PP 4318 1341 0.938 0 0 4386 1317 0.875 0 0 4318 1341 0.938 0 0 2 interp_poly 4386 1317 0.875 0 0 4346 1196 0.625 0 0 4386 1317 0.875 0 0 2 interp_poly 68 -24 -40 21 4358 1320 3 MP PP 4358 1320 0.812 0 0 4318 1341 0.938 0 0 4358 1320 0.812 0 0 2 interp_poly 4318 1341 0.938 0 0 4386 1317 0.875 0 0 4318 1341 0.938 0 0 2 interp_poly -40 22 68 -2 4346 1196 3 MP PP 4346 1196 0.625 0 0 4414 1194 0.688 0 0 4346 1196 0.625 0 0 2 interp_poly 4414 1194 0.688 0 0 4374 1216 0.812 0 0 4414 1194 0.688 0 0 2 interp_poly 68 -2 -40 -121 4386 1317 3 MP PP 4386 1317 0.875 0 0 4346 1196 0.625 0 0 4386 1317 0.875 0 0 2 interp_poly 4346 1196 0.625 0 0 4414 1194 0.688 0 0 4346 1196 0.625 0 0 2 interp_poly -40 42 68 -45 4358 1320 3 MP PP 4358 1320 0.812 0 0 4426 1275 0.75 0 0 4358 1320 0.812 0 0 2 interp_poly 4426 1275 0.75 0 0 4386 1317 0.875 0 0 4426 1275 0.75 0 0 2 interp_poly 68 -45 -40 -40 4398 1360 3 MP PP 4398 1360 0.812 0 0 4358 1320 0.812 0 0 4398 1360 0.812 0 0 2 interp_poly 4358 1320 0.812 0 0 4426 1275 0.75 0 0 4358 1320 0.812 0 0 2 interp_poly -40 62 68 9 4370 1289 3 MP PP 4370 1289 0.562 0 0 4438 1298 0.625 0 0 4370 1289 0.562 0 0 2 interp_poly 4438 1298 0.625 0 0 4398 1360 0.812 0 0 4438 1298 0.625 0 0 2 interp_poly 68 9 -40 -79 4410 1368 3 MP PP 4410 1368 0.688 0 0 4370 1289 0.562 0 0 4410 1368 0.688 0 0 2 interp_poly 4370 1289 0.562 0 0 4438 1298 0.625 0 0 4370 1289 0.562 0 0 2 interp_poly -40 -82 68 -35 4329 2810 3 MP PP 4329 2810 1 0.25 0 4397 2775 1 0.25 0 4329 2810 1 0.25 0 2 interp_poly 4397 2775 1 0.25 0 4357 2693 1 0.0625 0 4397 2775 1 0.25 0 2 interp_poly 68 -35 -40 55 4369 2755 3 MP PP 4369 2755 1 0.0625 0 4329 2810 1 0.25 0 4369 2755 1 0.0625 0 2 interp_poly 4329 2810 1 0.25 0 4397 2775 1 0.25 0 4329 2810 1 0.25 0 2 interp_poly 68 -16 -40 44 4384 2633 3 MP PP 4384 2633 1 0 0 4344 2677 1 0.188 0 4384 2633 1 0 0 2 interp_poly 4344 2677 1 0.188 0 4412 2661 1 0.188 0 4344 2677 1 0.188 0 2 interp_poly 67 -50 -40 -82 4397 2775 3 MP PP 4397 2775 1 0.25 0 4357 2693 1 0.0625 0 4397 2775 1 0.25 0 2 interp_poly 4357 2693 1 0.0625 0 4424 2643 1 0 0 4357 2693 1 0.0625 0 2 interp_poly -40 29 68 -9 4369 2755 3 MP PP 4369 2755 1 0.0625 0 4437 2746 1 0.125 0 4369 2755 1 0.0625 0 2 interp_poly 4437 2746 1 0.125 0 4397 2775 1 0.25 0 4437 2746 1 0.125 0 2 interp_poly 68 -9 -40 -54 4409 2809 3 MP PP 4409 2809 1 0.125 0 4369 2755 1 0.0625 0 4409 2809 1 0.125 0 2 interp_poly 4369 2755 1 0.0625 0 4437 2746 1 0.125 0 4369 2755 1 0.0625 0 2 interp_poly 68 -20 -40 -16 4404 2363 3 MP PP 4404 2363 1 0 0 4364 2347 1 0 0 4404 2363 1 0 0 2 interp_poly 4364 2347 1 0 0 4432 2327 1 0 0 4364 2347 1 0 0 2 interp_poly -40 2 68 -20 4364 2347 3 MP PP 4364 2347 1 0 0 4432 2327 1 0 0 4364 2347 1 0 0 2 interp_poly 4432 2327 1 0 0 4392 2329 1 0.0625 0 4432 2327 1 0 0 2 interp_poly 68 -4 -40 -48 4403 1822 3 MP PP 4403 1822 1 0 0 4363 1774 0.938 0 0 4403 1822 1 0 0 2 interp_poly 4363 1774 0.938 0 0 4431 1770 1 0 0 4363 1774 0.938 0 0 2 interp_poly -40 -17 68 -4 4363 1774 3 MP PP 4363 1774 0.938 0 0 4431 1770 1 0 0 4363 1774 0.938 0 0 2 interp_poly 4431 1770 1 0 0 4391 1753 1 0 0 4431 1770 1 0 0 2 interp_poly -40 -11 68 -11 4308 2385 3 MP PP 4308 2385 0.938 0 0 4376 2374 0.938 0 0 4308 2385 0.938 0 0 2 interp_poly 4376 2374 0.938 0 0 4336 2363 1 0 0 4376 2374 0.938 0 0 2 interp_poly 68 -11 -40 12 4348 2373 3 MP PP 4348 2373 0.875 0 0 4308 2385 0.938 0 0 4348 2373 0.875 0 0 2 interp_poly 4308 2385 0.938 0 0 4376 2374 0.938 0 0 4308 2385 0.938 0 0 2 interp_poly -40 -97 68 -19 4320 2489 3 MP PP 4320 2489 1 0.0625 0 4388 2470 1 0 0 4320 2489 1 0.0625 0 2 interp_poly 4388 2470 1 0 0 4348 2373 0.875 0 0 4388 2470 1 0 0 2 interp_poly 68 4 -40 -97 4388 2470 3 MP PP 4388 2470 1 0 0 4348 2373 0.875 0 0 4388 2470 1 0 0 2 interp_poly 4348 2373 0.875 0 0 4416 2377 0.875 0 0 4348 2373 0.875 0 0 2 interp_poly -40 27 68 4 4360 2439 3 MP PP 4360 2439 0.875 0 0 4428 2443 0.875 0 0 4360 2439 0.875 0 0 2 interp_poly 4428 2443 0.875 0 0 4388 2470 1 0 0 4428 2443 0.875 0 0 2 interp_poly 68 4 -40 -37 4400 2476 3 MP PP 4400 2476 0.875 0 0 4360 2439 0.875 0 0 4400 2476 0.875 0 0 2 interp_poly 4360 2439 0.875 0 0 4428 2443 0.875 0 0 4360 2439 0.875 0 0 2 interp_poly -40 -10 67 -50 4357 2693 3 MP PP 4357 2693 1 0.0625 0 4424 2643 1 0 0 4357 2693 1 0.0625 0 2 interp_poly 4424 2643 1 0 0 4384 2633 1 0 0 4424 2643 1 0 0 2 interp_poly 68 -10 -40 -44 4395 2145 3 MP PP 4395 2145 1 0 0 4355 2101 1 0 0 4395 2145 1 0 0 2 interp_poly 4355 2101 1 0 0 4423 2091 1 0 0 4355 2101 1 0 0 2 interp_poly -40 -20 68 -10 4355 2101 3 MP PP 4355 2101 1 0 0 4423 2091 1 0 0 4355 2101 1 0 0 2 interp_poly 4423 2091 1 0 0 4383 2071 1 0 0 4423 2091 1 0 0 2 interp_poly -40 2 68 -30 4354 1465 3 MP PP 4354 1465 0.75 0 0 4422 1435 0.75 0 0 4354 1465 0.75 0 0 2 interp_poly 4422 1435 0.75 0 0 4382 1437 0.812 0 0 4422 1435 0.75 0 0 2 interp_poly -40 14 68 -50 4353 2922 3 MP PP 4353 2922 1 0.25 0 4421 2872 1 0.188 0 4353 2922 1 0.25 0 2 interp_poly 4421 2872 1 0.188 0 4381 2886 1 0.25 0 4421 2872 1 0.188 0 2 interp_poly -40 -26 68 1 4300 2191 3 MP PP 4300 2191 1 0 0 4368 2192 1 0.0625 0 4300 2191 1 0 0 2 interp_poly 4368 2192 1 0.0625 0 4328 2166 1 0.0625 0 4368 2192 1 0.0625 0 2 interp_poly 68 1 -40 16 4340 2175 3 MP PP 4340 2175 0.938 0 0 4300 2191 1 0 0 4340 2175 0.938 0 0 2 interp_poly 4300 2191 1 0 0 4368 2192 1 0.0625 0 4300 2191 1 0 0 2 interp_poly 67 -21 -40 -26 4368 2192 3 MP PP 4368 2192 1 0.0625 0 4328 2166 1 0.0625 0 4368 2192 1 0.0625 0 2 interp_poly 4328 2166 1 0.0625 0 4395 2145 1 0 0 4328 2166 1 0.0625 0 2 interp_poly -40 38 68 -21 4340 2175 3 MP PP 4340 2175 0.938 0 0 4408 2154 0.875 0 0 4340 2175 0.938 0 0 2 interp_poly 4408 2154 0.875 0 0 4368 2192 1 0.0625 0 4408 2154 0.875 0 0 2 interp_poly 68 -21 -40 -157 4380 2332 3 MP PP 4380 2332 1 0.25 0 4340 2175 0.938 0 0 4380 2332 1 0.25 0 2 interp_poly 4340 2175 0.938 0 0 4408 2154 0.875 0 0 4340 2175 0.938 0 0 2 interp_poly -40 192 68 -28 4352 2168 3 MP PP 4352 2168 0.75 0 0 4420 2140 0.75 0 0 4352 2168 0.75 0 0 2 interp_poly 4420 2140 0.75 0 0 4380 2332 1 0.25 0 4420 2140 0.75 0 0 2 interp_poly 68 -28 -40 -161 4392 2329 3 MP PP 4392 2329 1 0.0625 0 4352 2168 0.75 0 0 4392 2329 1 0.0625 0 2 interp_poly 4352 2168 0.75 0 0 4420 2140 0.75 0 0 4352 2168 0.75 0 0 2 interp_poly -40 -19 68 4 4311 1626 3 MP PP 4311 1626 0.812 0 0 4379 1630 0.875 0 0 4311 1626 0.812 0 0 2 interp_poly 4379 1630 0.875 0 0 4339 1611 0.875 0 0 4379 1630 0.875 0 0 2 interp_poly -40 -102 67 10 4247 1483 3 MP PP 4247 1483 0.812 0 0 4314 1493 0.875 0 0 4247 1483 0.812 0 0 2 interp_poly 4314 1493 0.875 0 0 4274 1391 0.688 0 0 4314 1493 0.875 0 0 2 interp_poly 67 10 -40 30 4287 1453 3 MP PP 4287 1453 0.688 0 0 4247 1483 0.812 0 0 4287 1453 0.688 0 0 2 interp_poly 4247 1483 0.812 0 0 4314 1493 0.875 0 0 4247 1483 0.812 0 0 2 interp_poly -40 -109 68 11 4259 1551 3 MP PP 4259 1551 0.875 0 0 4327 1562 0.875 0 0 4259 1551 0.875 0 0 2 interp_poly 4327 1562 0.875 0 0 4287 1453 0.688 0 0 4327 1562 0.875 0 0 2 interp_poly 68 11 -40 20 4299 1531 3 MP PP 4299 1531 0.75 0 0 4259 1551 0.875 0 0 4299 1531 0.75 0 0 2 interp_poly 4259 1551 0.875 0 0 4327 1562 0.875 0 0 4259 1551 0.875 0 0 2 interp_poly -40 -80 68 -18 4271 1629 3 MP PP 4271 1629 0.875 0 0 4339 1611 0.875 0 0 4271 1629 0.875 0 0 2 interp_poly 4339 1611 0.875 0 0 4299 1531 0.75 0 0 4339 1611 0.875 0 0 2 interp_poly 68 -18 -40 3 4311 1626 3 MP PP 4311 1626 0.812 0 0 4271 1629 0.875 0 0 4311 1626 0.812 0 0 2 interp_poly 4271 1629 0.875 0 0 4339 1611 0.875 0 0 4271 1629 0.875 0 0 2 interp_poly 68 3 -40 -102 4314 1493 3 MP PP 4314 1493 0.875 0 0 4274 1391 0.688 0 0 4314 1493 0.875 0 0 2 interp_poly 4274 1391 0.688 0 0 4342 1394 0.75 0 0 4274 1391 0.688 0 0 2 interp_poly -40 -43 68 -56 4314 1493 3 MP PP 4314 1493 0.875 0 0 4382 1437 0.812 0 0 4314 1493 0.875 0 0 2 interp_poly 4382 1437 0.812 0 0 4342 1394 0.75 0 0 4382 1437 0.812 0 0 2 interp_poly 68 -56 -40 28 4354 1465 3 MP PP 4354 1465 0.75 0 0 4314 1493 0.875 0 0 4354 1465 0.75 0 0 2 interp_poly 4314 1493 0.875 0 0 4382 1437 0.812 0 0 4314 1493 0.875 0 0 2 interp_poly -40 28 67 12 4287 1453 3 MP PP 4287 1453 0.688 0 0 4354 1465 0.75 0 0 4287 1453 0.688 0 0 2 interp_poly 4354 1465 0.75 0 0 4314 1493 0.875 0 0 4354 1465 0.75 0 0 2 interp_poly 67 12 -40 -109 4327 1562 3 MP PP 4327 1562 0.875 0 0 4287 1453 0.688 0 0 4327 1562 0.875 0 0 2 interp_poly 4287 1453 0.688 0 0 4354 1465 0.75 0 0 4287 1453 0.688 0 0 2 interp_poly -40 55 68 -24 4299 1531 3 MP PP 4299 1531 0.75 0 0 4367 1507 0.688 0 0 4299 1531 0.75 0 0 2 interp_poly 4367 1507 0.688 0 0 4327 1562 0.875 0 0 4367 1507 0.688 0 0 2 interp_poly 68 -24 -40 -80 4339 1611 3 MP PP 4339 1611 0.875 0 0 4299 1531 0.75 0 0 4339 1611 0.875 0 0 2 interp_poly 4299 1531 0.75 0 0 4367 1507 0.688 0 0 4299 1531 0.75 0 0 2 interp_poly 68 4 -40 34 4351 1592 3 MP PP 4351 1592 0.688 0 0 4311 1626 0.812 0 0 4351 1592 0.688 0 0 2 interp_poly 4311 1626 0.812 0 0 4379 1630 0.875 0 0 4311 1626 0.812 0 0 2 interp_poly -40 112 68 -74 4351 1592 3 MP PP 4351 1592 0.688 0 0 4419 1518 0.562 0 0 4351 1592 0.688 0 0 2 interp_poly 4419 1518 0.562 0 0 4379 1630 0.875 0 0 4419 1518 0.562 0 0 2 interp_poly 68 -74 -40 -161 4391 1753 3 MP PP 4391 1753 1 0 0 4351 1592 0.688 0 0 4391 1753 1 0 0 2 interp_poly 4351 1592 0.688 0 0 4419 1518 0.562 0 0 4351 1592 0.688 0 0 2 interp_poly -40 -3 68 4 4348 2373 3 MP PP 4348 2373 0.875 0 0 4416 2377 0.875 0 0 4348 2373 0.875 0 0 2 interp_poly 4416 2377 0.875 0 0 4376 2374 0.938 0 0 4416 2377 0.875 0 0 2 interp_poly -40 -84 68 -31 4307 1903 3 MP PP 4307 1903 1 0.0625 0 4375 1872 1 0.0625 0 4307 1903 1 0.0625 0 2 interp_poly 4375 1872 1 0.0625 0 4335 1788 0.938 0 0 4375 1872 1 0.0625 0 2 interp_poly 68 -31 -40 57 4347 1846 3 MP PP 4347 1846 0.875 0 0 4307 1903 1 0.0625 0 4347 1846 0.875 0 0 2 interp_poly 4307 1903 1 0.0625 0 4375 1872 1 0.0625 0 4307 1903 1 0.0625 0 2 interp_poly 68 34 -40 -84 4375 1872 3 MP PP 4375 1872 1 0.0625 0 4335 1788 0.938 0 0 4375 1872 1 0.0625 0 2 interp_poly 4335 1788 0.938 0 0 4403 1822 1 0 0 4335 1788 0.938 0 0 2 interp_poly -40 45 68 -19 4347 1846 3 MP PP 4347 1846 0.875 0 0 4415 1827 0.875 0 0 4347 1846 0.875 0 0 2 interp_poly 4415 1827 0.875 0 0 4375 1872 1 0.0625 0 4415 1827 0.875 0 0 2 interp_poly 68 -19 -40 -61 4387 1907 3 MP PP 4387 1907 1 0 0 4347 1846 0.875 0 0 4387 1907 1 0 0 2 interp_poly 4347 1846 0.875 0 0 4415 1827 0.875 0 0 4347 1846 0.875 0 0 2 interp_poly 68 -36 -40 -71 4383 2071 3 MP PP 4383 2071 1 0 0 4343 2000 0.875 0 0 4383 2071 1 0 0 2 interp_poly 4343 2000 0.875 0 0 4411 1964 0.812 0 0 4343 2000 0.875 0 0 2 interp_poly -40 -4 68 -36 4343 2000 3 MP PP 4343 2000 0.875 0 0 4411 1964 0.812 0 0 4343 2000 0.875 0 0 2 interp_poly 4411 1964 0.812 0 0 4371 1960 0.875 0 0 4411 1964 0.812 0 0 2 interp_poly 68 -26 -40 -43 4382 1437 3 MP PP 4382 1437 0.812 0 0 4342 1394 0.75 0 0 4382 1437 0.812 0 0 2 interp_poly 4342 1394 0.75 0 0 4410 1368 0.688 0 0 4342 1394 0.75 0 0 2 interp_poly -40 -40 68 -18 4330 1378 3 MP PP 4330 1378 0.875 0 0 4398 1360 0.812 0 0 4330 1378 0.875 0 0 2 interp_poly 4398 1360 0.812 0 0 4358 1320 0.812 0 0 4398 1360 0.812 0 0 2 interp_poly -40 -88 68 7 4198 1280 3 MP PP 4198 1280 0.938 0 0 4266 1287 1 0 0 4198 1280 0.938 0 0 2 interp_poly 4266 1287 1 0 0 4226 1199 0.812 0 0 4266 1287 1 0 0 2 interp_poly 68 7 -40 -13 4238 1293 3 MP PP 4238 1293 0.938 0 0 4198 1280 0.938 0 0 4238 1293 0.938 0 0 2 interp_poly 4198 1280 0.938 0 0 4266 1287 1 0 0 4198 1280 0.938 0 0 2 interp_poly 68 4 -40 -88 4266 1287 3 MP PP 4266 1287 1 0 0 4226 1199 0.812 0 0 4266 1287 1 0 0 2 interp_poly 4226 1199 0.812 0 0 4294 1203 0.875 0 0 4226 1199 0.812 0 0 2 interp_poly -40 21 68 -27 4238 1293 3 MP PP 4238 1293 0.938 0 0 4306 1266 0.875 0 0 4238 1293 0.938 0 0 2 interp_poly 4306 1266 0.875 0 0 4266 1287 1 0 0 4306 1266 0.875 0 0 2 interp_poly 68 -27 -40 112 4278 1181 3 MP PP 4278 1181 0.562 0 0 4238 1293 0.938 0 0 4278 1181 0.562 0 0 2 interp_poly 4238 1293 0.938 0 0 4306 1266 0.875 0 0 4238 1293 0.938 0 0 2 interp_poly -40 -160 68 -16 4250 1357 3 MP PP 4250 1357 0.938 0 0 4318 1341 0.938 0 0 4250 1357 0.938 0 0 2 interp_poly 4318 1341 0.938 0 0 4278 1181 0.562 0 0 4318 1341 0.938 0 0 2 interp_poly -40 70 68 15 4278 1181 3 MP PP 4278 1181 0.562 0 0 4346 1196 0.625 0 0 4278 1181 0.562 0 0 2 interp_poly 4346 1196 0.625 0 0 4306 1266 0.875 0 0 4346 1196 0.625 0 0 2 interp_poly 68 15 -40 -160 4318 1341 3 MP PP 4318 1341 0.938 0 0 4278 1181 0.562 0 0 4318 1341 0.938 0 0 2 interp_poly 4278 1181 0.562 0 0 4346 1196 0.625 0 0 4278 1181 0.562 0 0 2 interp_poly -40 21 68 -12 4290 1332 3 MP PP 4290 1332 0.812 0 0 4358 1320 0.812 0 0 4290 1332 0.812 0 0 2 interp_poly 4358 1320 0.812 0 0 4318 1341 0.938 0 0 4358 1320 0.812 0 0 2 interp_poly 68 -16 -40 25 4290 1332 3 MP PP 4290 1332 0.812 0 0 4250 1357 0.938 0 0 4290 1332 0.812 0 0 2 interp_poly 4250 1357 0.938 0 0 4318 1341 0.938 0 0 4250 1357 0.938 0 0 2 interp_poly 68 -12 -40 -46 4330 1378 3 MP PP 4330 1378 0.875 0 0 4290 1332 0.812 0 0 4330 1378 0.875 0 0 2 interp_poly 4290 1332 0.812 0 0 4358 1320 0.812 0 0 4290 1332 0.812 0 0 2 interp_poly 68 -18 -40 89 4370 1289 3 MP PP 4370 1289 0.562 0 0 4330 1378 0.875 0 0 4370 1289 0.562 0 0 2 interp_poly 4330 1378 0.875 0 0 4398 1360 0.812 0 0 4330 1378 0.875 0 0 2 interp_poly -40 -79 68 -26 4342 1394 3 MP PP 4342 1394 0.75 0 0 4410 1368 0.688 0 0 4342 1394 0.75 0 0 2 interp_poly 4410 1368 0.688 0 0 4370 1289 0.562 0 0 4410 1368 0.688 0 0 2 interp_poly 68 -6 -40 -71 4381 2886 3 MP PP 4381 2886 1 0.25 0 4341 2815 1 0.125 0 4381 2886 1 0.25 0 2 interp_poly 4341 2815 1 0.125 0 4409 2809 1 0.125 0 4341 2815 1 0.125 0 2 interp_poly -40 -54 68 -6 4341 2815 3 MP PP 4341 2815 1 0.125 0 4409 2809 1 0.125 0 4341 2815 1 0.125 0 2 interp_poly 4409 2809 1 0.125 0 4369 2755 1 0.0625 0 4409 2809 1 0.125 0 2 interp_poly 68 0 -40 -11 4376 2374 3 MP PP 4376 2374 0.938 0 0 4336 2363 1 0 0 4376 2374 0.938 0 0 2 interp_poly 4336 2363 1 0 0 4404 2363 1 0 0 4336 2363 1 0 0 2 interp_poly -40 -16 68 0 4336 2363 3 MP PP 4336 2363 1 0 0 4404 2363 1 0 0 4336 2363 1 0 0 2 interp_poly 4404 2363 1 0 0 4364 2347 1 0 0 4404 2363 1 0 0 2 interp_poly -40 -48 68 34 4335 1788 3 MP PP 4335 1788 0.938 0 0 4403 1822 1 0 0 4335 1788 0.938 0 0 2 interp_poly 4403 1822 1 0 0 4363 1774 0.938 0 0 4403 1822 1 0 0 2 interp_poly 68 -75 -40 -15 4372 2566 3 MP PP 4372 2566 1 0 0 4332 2551 1 0.0625 0 4372 2566 1 0 0 2 interp_poly 4332 2551 1 0.0625 0 4400 2476 0.875 0 0 4332 2551 1 0.0625 0 2 interp_poly 68 -19 -40 50 4360 2439 3 MP PP 4360 2439 0.875 0 0 4320 2489 1 0.0625 0 4360 2439 0.875 0 0 2 interp_poly 4320 2489 1 0.0625 0 4388 2470 1 0 0 4320 2489 1 0.0625 0 2 interp_poly -40 -37 68 -75 4332 2551 3 MP PP 4332 2551 1 0.0625 0 4400 2476 0.875 0 0 4332 2551 1 0.0625 0 2 interp_poly 4400 2476 0.875 0 0 4360 2439 0.875 0 0 4400 2476 0.875 0 0 2 interp_poly -40 -5 68 -24 4291 1983 3 MP PP 4291 1983 1 0.0625 0 4359 1959 1 0 0 4291 1983 1 0.0625 0 2 interp_poly 4359 1959 1 0 0 4319 1954 1 0.0625 0 4359 1959 1 0 0 2 interp_poly 68 -24 -40 25 4331 1958 3 MP PP 4331 1958 0.938 0 0 4291 1983 1 0.0625 0 4331 1958 0.938 0 0 2 interp_poly 4291 1983 1 0.0625 0 4359 1959 1 0 0 4291 1983 1 0.0625 0 2 interp_poly 68 -47 -40 -5 4359 1959 3 MP PP 4359 1959 1 0 0 4319 1954 1 0.0625 0 4359 1959 1 0 0 2 interp_poly 4319 1954 1 0.0625 0 4387 1907 1 0 0 4319 1954 1 0.0625 0 2 interp_poly -40 26 68 -25 4331 1958 3 MP PP 4331 1958 0.938 0 0 4399 1933 0.875 0 0 4331 1958 0.938 0 0 2 interp_poly 4399 1933 0.875 0 0 4359 1959 1 0 0 4399 1933 0.875 0 0 2 interp_poly 68 -25 -40 -2 4371 1960 3 MP PP 4371 1960 0.875 0 0 4331 1958 0.938 0 0 4371 1960 0.875 0 0 2 interp_poly 4331 1958 0.938 0 0 4399 1933 0.875 0 0 4331 1958 0.938 0 0 2 interp_poly -40 -44 67 -21 4328 2166 3 MP PP 4328 2166 1 0.0625 0 4395 2145 1 0 0 4328 2166 1 0.0625 0 2 interp_poly 4395 2145 1 0 0 4355 2101 1 0 0 4395 2145 1 0 0 2 interp_poly -40 -157 68 25 4312 2307 3 MP PP 4312 2307 1 0.125 0 4380 2332 1 0.25 0 4312 2307 1 0.125 0 2 interp_poly 4380 2332 1 0.25 0 4340 2175 0.938 0 0 4380 2332 1 0.25 0 2 interp_poly 68 25 -40 139 4352 2168 3 MP PP 4352 2168 0.75 0 0 4312 2307 1 0.125 0 4352 2168 0.75 0 0 2 interp_poly 4312 2307 1 0.125 0 4380 2332 1 0.25 0 4312 2307 1 0.125 0 2 interp_poly 68 -11 -40 -7 4364 2347 3 MP PP 4364 2347 1 0 0 4324 2340 1 0.0625 0 4364 2347 1 0 0 2 interp_poly 4324 2340 1 0.0625 0 4392 2329 1 0.0625 0 4324 2340 1 0.0625 0 2 interp_poly -40 -161 68 -11 4324 2340 3 MP PP 4324 2340 1 0.0625 0 4392 2329 1 0.0625 0 4324 2340 1 0.0625 0 2 interp_poly 4392 2329 1 0.0625 0 4352 2168 0.75 0 0 4392 2329 1 0.0625 0 2 interp_poly 68 -26 -40 5 4363 1774 3 MP PP 4363 1774 0.938 0 0 4323 1779 1 0.0625 0 4363 1774 0.938 0 0 2 interp_poly 4323 1779 1 0.0625 0 4391 1753 1 0 0 4323 1779 1 0.0625 0 2 interp_poly -40 -161 68 -26 4323 1779 3 MP PP 4323 1779 1 0.0625 0 4391 1753 1 0 0 4323 1779 1 0.0625 0 2 interp_poly 4391 1753 1 0 0 4351 1592 0.688 0 0 4391 1753 1 0 0 2 interp_poly -40 -61 68 -47 4319 1954 3 MP PP 4319 1954 1 0.0625 0 4387 1907 1 0 0 4319 1954 1 0.0625 0 2 interp_poly 4387 1907 1 0 0 4347 1846 0.875 0 0 4387 1907 1 0 0 2 interp_poly -40 -63 67 -9 4277 2686 3 MP PP 4277 2686 1 0.188 0 4344 2677 1 0.188 0 4277 2686 1 0.188 0 2 interp_poly 4344 2677 1 0.188 0 4304 2614 1 0.125 0 4344 2677 1 0.188 0 2 interp_poly 67 -9 -40 33 4317 2653 3 MP PP 4317 2653 1 0.0625 0 4277 2686 1 0.188 0 4317 2653 1 0.0625 0 2 interp_poly 4277 2686 1 0.188 0 4344 2677 1 0.188 0 4277 2686 1 0.188 0 2 interp_poly 68 -48 -40 -63 4344 2677 3 MP PP 4344 2677 1 0.188 0 4304 2614 1 0.125 0 4344 2677 1 0.188 0 2 interp_poly 4304 2614 1 0.125 0 4372 2566 1 0 0 4304 2614 1 0.125 0 2 interp_poly -40 44 67 -20 4317 2653 3 MP PP 4317 2653 1 0.0625 0 4384 2633 1 0 0 4317 2653 1 0.0625 0 2 interp_poly 4384 2633 1 0 0 4344 2677 1 0.188 0 4384 2633 1 0 0 2 interp_poly 67 -20 -40 -40 4357 2693 3 MP PP 4357 2693 1 0.0625 0 4317 2653 1 0.0625 0 4357 2693 1 0.0625 0 2 interp_poly 4317 2653 1 0.0625 0 4384 2633 1 0 0 4317 2653 1 0.0625 0 2 interp_poly 68 -10 -40 -20 4355 2101 3 MP PP 4355 2101 1 0 0 4315 2081 1 0 0 4355 2101 1 0 0 2 interp_poly 4315 2081 1 0 0 4383 2071 1 0 0 4315 2081 1 0 0 2 interp_poly -40 -71 68 -10 4315 2081 3 MP PP 4315 2081 1 0 0 4383 2071 1 0 0 4315 2081 1 0 0 2 interp_poly 4383 2071 1 0 0 4343 2000 0.875 0 0 4383 2071 1 0 0 2 interp_poly 68 -26 -40 -10 4353 2922 3 MP PP 4353 2922 1 0.25 0 4313 2912 1 0.25 0 4353 2922 1 0.25 0 2 interp_poly 4313 2912 1 0.25 0 4381 2886 1 0.25 0 4313 2912 1 0.25 0 2 interp_poly -40 -71 68 -26 4313 2912 3 MP PP 4313 2912 1 0.25 0 4381 2886 1 0.25 0 4313 2912 1 0.25 0 2 interp_poly 4381 2886 1 0.25 0 4341 2815 1 0.125 0 4381 2886 1 0.25 0 2 interp_poly -40 -15 68 -48 4304 2614 3 MP PP 4304 2614 1 0.125 0 4372 2566 1 0 0 4304 2614 1 0.125 0 2 interp_poly 4372 2566 1 0 0 4332 2551 1 0.0625 0 4372 2566 1 0 0 2 interp_poly 68 -33 -40 -7 4343 2000 3 MP PP 4343 2000 0.875 0 0 4303 1993 0.938 0 0 4343 2000 0.875 0 0 2 interp_poly 4303 1993 0.938 0 0 4371 1960 0.875 0 0 4303 1993 0.938 0 0 2 interp_poly -40 -2 68 -33 4303 1993 3 MP PP 4303 1993 0.938 0 0 4371 1960 0.875 0 0 4303 1993 0.938 0 0 2 interp_poly 4371 1960 0.875 0 0 4331 1958 0.938 0 0 4371 1960 0.875 0 0 2 interp_poly -40 89 68 -8 4302 1297 3 MP PP 4302 1297 0.562 0 0 4370 1289 0.562 0 0 4302 1297 0.562 0 0 2 interp_poly 4370 1289 0.562 0 0 4330 1378 0.875 0 0 4370 1289 0.562 0 0 2 interp_poly 68 -8 -40 -97 4342 1394 3 MP PP 4342 1394 0.75 0 0 4302 1297 0.562 0 0 4342 1394 0.75 0 0 2 interp_poly 4302 1297 0.562 0 0 4370 1289 0.562 0 0 4302 1297 0.562 0 0 2 interp_poly -40 -82 68 -43 4261 2853 3 MP PP 4261 2853 1 0.312 0 4329 2810 1 0.25 0 4261 2853 1 0.312 0 2 interp_poly 4329 2810 1 0.25 0 4289 2728 1 0.125 0 4329 2810 1 0.25 0 2 interp_poly 68 -43 -40 24 4301 2829 3 MP PP 4301 2829 1 0.25 0 4261 2853 1 0.312 0 4301 2829 1 0.25 0 2 interp_poly 4261 2853 1 0.312 0 4329 2810 1 0.25 0 4261 2853 1 0.312 0 2 interp_poly 68 -35 -40 -82 4329 2810 3 MP PP 4329 2810 1 0.25 0 4289 2728 1 0.125 0 4329 2810 1 0.25 0 2 interp_poly 4289 2728 1 0.125 0 4357 2693 1 0.0625 0 4289 2728 1 0.125 0 2 interp_poly -40 55 68 -74 4301 2829 3 MP PP 4301 2829 1 0.25 0 4369 2755 1 0.0625 0 4301 2829 1 0.25 0 2 interp_poly 4369 2755 1 0.0625 0 4329 2810 1 0.25 0 4369 2755 1 0.0625 0 2 interp_poly 68 -74 -40 14 4341 2815 3 MP PP 4341 2815 1 0.125 0 4301 2829 1 0.25 0 4341 2815 1 0.125 0 2 interp_poly 4301 2829 1 0.25 0 4369 2755 1 0.0625 0 4301 2829 1 0.25 0 2 interp_poly -40 -105 68 9 4244 2298 3 MP PP 4244 2298 1 0.0625 0 4312 2307 1 0.125 0 4244 2298 1 0.0625 0 2 interp_poly 4312 2307 1 0.125 0 4272 2202 0.938 0 0 4312 2307 1 0.125 0 2 interp_poly -40 3 68 -17 4232 2208 3 MP PP 4232 2208 1 0 0 4300 2191 1 0 0 4232 2208 1 0 0 2 interp_poly 4300 2191 1 0 0 4260 2194 1 0.0625 0 4300 2191 1 0 0 2 interp_poly 68 -17 -40 6 4272 2202 3 MP PP 4272 2202 0.938 0 0 4232 2208 1 0 0 4272 2202 0.938 0 0 2 interp_poly 4232 2208 1 0 0 4300 2191 1 0 0 4232 2208 1 0 0 2 interp_poly 68 -28 -40 3 4300 2191 3 MP PP 4300 2191 1 0 0 4260 2194 1 0.0625 0 4300 2191 1 0 0 2 interp_poly 4260 2194 1 0.0625 0 4328 2166 1 0.0625 0 4260 2194 1 0.0625 0 2 interp_poly -40 16 68 -27 4272 2202 3 MP PP 4272 2202 0.938 0 0 4340 2175 0.938 0 0 4272 2202 0.938 0 0 2 interp_poly 4340 2175 0.938 0 0 4300 2191 1 0 0 4340 2175 0.938 0 0 2 interp_poly 68 -27 -40 -105 4312 2307 3 MP PP 4312 2307 1 0.125 0 4272 2202 0.938 0 0 4312 2307 1 0.125 0 2 interp_poly 4272 2202 0.938 0 0 4340 2175 0.938 0 0 4272 2202 0.938 0 0 2 interp_poly 68 9 -40 74 4284 2224 3 MP PP 4284 2224 0.875 0 0 4244 2298 1 0.0625 0 4284 2224 0.875 0 0 2 interp_poly 4244 2298 1 0.0625 0 4312 2307 1 0.125 0 4244 2298 1 0.0625 0 2 interp_poly -40 139 68 -56 4284 2224 3 MP PP 4284 2224 0.875 0 0 4352 2168 0.75 0 0 4284 2224 0.875 0 0 2 interp_poly 4352 2168 0.75 0 0 4312 2307 1 0.125 0 4352 2168 0.75 0 0 2 interp_poly -40 -116 68 1 4256 2339 3 MP PP 4256 2339 1 0.0625 0 4324 2340 1 0.0625 0 4256 2339 1 0.0625 0 2 interp_poly 4324 2340 1 0.0625 0 4284 2224 0.875 0 0 4324 2340 1 0.0625 0 2 interp_poly 68 1 -40 7 4296 2332 3 MP PP 4296 2332 0.938 0 0 4256 2339 1 0.0625 0 4296 2332 0.938 0 0 2 interp_poly 4256 2339 1 0.0625 0 4324 2340 1 0.0625 0 4256 2339 1 0.0625 0 2 interp_poly 68 -56 -40 -116 4324 2340 3 MP PP 4324 2340 1 0.0625 0 4284 2224 0.875 0 0 4324 2340 1 0.0625 0 2 interp_poly 4284 2224 0.875 0 0 4352 2168 0.75 0 0 4284 2224 0.875 0 0 2 interp_poly -40 -7 68 15 4296 2332 3 MP PP 4296 2332 0.938 0 0 4364 2347 1 0 0 4296 2332 0.938 0 0 2 interp_poly 4364 2347 1 0 0 4324 2340 1 0.0625 0 4364 2347 1 0 0 2 interp_poly 68 15 -40 -31 4336 2363 3 MP PP 4336 2363 1 0 0 4296 2332 0.938 0 0 4336 2363 1 0 0 2 interp_poly 4296 2332 0.938 0 0 4364 2347 1 0 0 4296 2332 0.938 0 0 2 interp_poly -40 -21 68 -40 4130 1320 3 MP PP 4130 1320 1 0 0 4198 1280 0.938 0 0 4130 1320 1 0 0 2 interp_poly 4198 1280 0.938 0 0 4158 1259 0.938 0 0 4198 1280 0.938 0 0 2 interp_poly 68 -40 -40 26 4170 1294 3 MP PP 4170 1294 0.875 0 0 4130 1320 1 0 0 4170 1294 0.875 0 0 2 interp_poly 4130 1320 1 0 0 4198 1280 0.938 0 0 4130 1320 1 0 0 2 interp_poly 68 -60 -40 -21 4198 1280 3 MP PP 4198 1280 0.938 0 0 4158 1259 0.938 0 0 4198 1280 0.938 0 0 2 interp_poly 4158 1259 0.938 0 0 4226 1199 0.812 0 0 4158 1259 0.938 0 0 2 interp_poly -40 -13 68 -1 4170 1294 3 MP PP 4170 1294 0.875 0 0 4238 1293 0.938 0 0 4170 1294 0.875 0 0 2 interp_poly 4238 1293 0.938 0 0 4198 1280 0.938 0 0 4238 1293 0.938 0 0 2 interp_poly 68 -1 -40 117 4210 1177 3 MP PP 4210 1177 0.562 0 0 4170 1294 0.875 0 0 4210 1177 0.562 0 0 2 interp_poly 4170 1294 0.875 0 0 4238 1293 0.938 0 0 4170 1294 0.875 0 0 2 interp_poly -40 -180 68 -18 4182 1375 3 MP PP 4182 1375 0.938 0 0 4250 1357 0.938 0 0 4182 1375 0.938 0 0 2 interp_poly 4250 1357 0.938 0 0 4210 1177 0.562 0 0 4250 1357 0.938 0 0 2 interp_poly 68 -18 -40 12 4222 1363 3 MP PP 4222 1363 0.812 0 0 4182 1375 0.938 0 0 4222 1363 0.812 0 0 2 interp_poly 4182 1375 0.938 0 0 4250 1357 0.938 0 0 4182 1375 0.938 0 0 2 interp_poly -40 12 68 -56 4154 1419 3 MP PP 4154 1419 0.938 0 0 4222 1363 0.812 0 0 4154 1419 0.938 0 0 2 interp_poly 4222 1363 0.812 0 0 4182 1375 0.938 0 0 4222 1363 0.812 0 0 2 interp_poly -40 -45 68 -22 4062 1342 3 MP PP 4062 1342 1 0 0 4130 1320 1 0 0 4062 1342 1 0 0 2 interp_poly 4130 1320 1 0 0 4090 1275 0.938 0 0 4130 1320 1 0 0 2 interp_poly 68 -22 -40 -9 4102 1351 3 MP PP 4102 1351 1 0 0 4062 1342 1 0 0 4102 1351 1 0 0 2 interp_poly 4062 1342 1 0 0 4130 1320 1 0 0 4062 1342 1 0 0 2 interp_poly 68 -16 -40 -45 4130 1320 3 MP PP 4130 1320 1 0 0 4090 1275 0.938 0 0 4130 1320 1 0 0 2 interp_poly 4090 1275 0.938 0 0 4158 1259 0.938 0 0 4090 1275 0.938 0 0 2 interp_poly -40 26 68 -57 4102 1351 3 MP PP 4102 1351 1 0 0 4170 1294 0.875 0 0 4102 1351 1 0 0 2 interp_poly 4170 1294 0.875 0 0 4130 1320 1 0 0 4170 1294 0.875 0 0 2 interp_poly 68 -57 -40 136 4142 1215 3 MP PP 4142 1215 0.625 0 0 4102 1351 1 0 0 4142 1215 0.625 0 0 2 interp_poly 4102 1351 1 0 0 4170 1294 0.875 0 0 4102 1351 1 0 0 2 interp_poly -40 -160 68 -25 4114 1400 3 MP PP 4114 1400 0.938 0 0 4182 1375 0.938 0 0 4114 1400 0.938 0 0 2 interp_poly 4182 1375 0.938 0 0 4142 1215 0.625 0 0 4182 1375 0.938 0 0 2 interp_poly 68 -25 -40 -19 4154 1419 3 MP PP 4154 1419 0.938 0 0 4114 1400 0.938 0 0 4154 1419 0.938 0 0 2 interp_poly 4114 1400 0.938 0 0 4182 1375 0.938 0 0 4114 1400 0.938 0 0 2 interp_poly -40 117 68 -38 4142 1215 3 MP PP 4142 1215 0.625 0 0 4210 1177 0.562 0 0 4142 1215 0.625 0 0 2 interp_poly 4210 1177 0.562 0 0 4170 1294 0.875 0 0 4210 1177 0.562 0 0 2 interp_poly 68 -38 -40 -160 4182 1375 3 MP PP 4182 1375 0.938 0 0 4142 1215 0.625 0 0 4182 1375 0.938 0 0 2 interp_poly 4142 1215 0.625 0 0 4210 1177 0.562 0 0 4142 1215 0.625 0 0 2 interp_poly 68 -56 -40 73 4194 1346 3 MP PP 4194 1346 0.688 0 0 4154 1419 0.938 0 0 4194 1346 0.688 0 0 2 interp_poly 4154 1419 0.938 0 0 4222 1363 0.812 0 0 4154 1419 0.938 0 0 2 interp_poly -40 112 68 4 4210 1177 3 MP PP 4210 1177 0.562 0 0 4278 1181 0.562 0 0 4210 1177 0.562 0 0 2 interp_poly 4278 1181 0.562 0 0 4238 1293 0.938 0 0 4278 1181 0.562 0 0 2 interp_poly 68 4 -40 -180 4250 1357 3 MP PP 4250 1357 0.938 0 0 4210 1177 0.562 0 0 4250 1357 0.938 0 0 2 interp_poly 4210 1177 0.562 0 0 4278 1181 0.562 0 0 4210 1177 0.562 0 0 2 interp_poly -40 25 68 -31 4222 1363 3 MP PP 4222 1363 0.812 0 0 4290 1332 0.812 0 0 4222 1363 0.812 0 0 2 interp_poly 4290 1332 0.812 0 0 4250 1357 0.938 0 0 4290 1332 0.812 0 0 2 interp_poly 68 -31 -40 5 4262 1358 3 MP PP 4262 1358 0.75 0 0 4222 1363 0.812 0 0 4262 1358 0.75 0 0 2 interp_poly 4222 1363 0.812 0 0 4290 1332 0.812 0 0 4222 1363 0.812 0 0 2 interp_poly -40 5 68 12 4194 1346 3 MP PP 4194 1346 0.688 0 0 4262 1358 0.75 0 0 4194 1346 0.688 0 0 2 interp_poly 4262 1358 0.75 0 0 4222 1363 0.812 0 0 4262 1358 0.75 0 0 2 interp_poly 68 12 -40 0 4234 1346 3 MP PP 4234 1346 0.625 0 0 4194 1346 0.688 0 0 4234 1346 0.625 0 0 2 interp_poly 4194 1346 0.688 0 0 4262 1358 0.75 0 0 4194 1346 0.688 0 0 2 interp_poly -40 0 67 -52 4167 1398 3 MP PP 4167 1398 0.75 0 0 4234 1346 0.625 0 0 4167 1398 0.75 0 0 2 interp_poly 4234 1346 0.625 0 0 4194 1346 0.688 0 0 4234 1346 0.625 0 0 2 interp_poly 67 -52 -40 46 4207 1352 3 MP PP 4207 1352 0.562 0 0 4167 1398 0.75 0 0 4207 1352 0.562 0 0 2 interp_poly 4167 1398 0.75 0 0 4234 1346 0.625 0 0 4167 1398 0.75 0 0 2 interp_poly -40 -131 68 -24 4179 1507 3 MP PP 4179 1507 0.875 0 0 4247 1483 0.812 0 0 4179 1507 0.875 0 0 2 interp_poly 4247 1483 0.812 0 0 4207 1352 0.562 0 0 4247 1483 0.812 0 0 2 interp_poly 68 -24 -40 50 4219 1457 3 MP PP 4219 1457 0.688 0 0 4179 1507 0.875 0 0 4219 1457 0.688 0 0 2 interp_poly 4179 1507 0.875 0 0 4247 1483 0.812 0 0 4179 1507 0.875 0 0 2 interp_poly -40 -94 68 -9 4191 1560 3 MP PP 4191 1560 0.812 0 0 4259 1551 0.875 0 0 4191 1560 0.812 0 0 2 interp_poly 4259 1551 0.875 0 0 4219 1457 0.688 0 0 4259 1551 0.875 0 0 2 interp_poly 68 -9 -40 8 4231 1552 3 MP PP 4231 1552 0.75 0 0 4191 1560 0.812 0 0 4231 1552 0.75 0 0 2 interp_poly 4191 1560 0.812 0 0 4259 1551 0.875 0 0 4191 1560 0.812 0 0 2 interp_poly -40 -77 68 -3 4203 1632 3 MP PP 4203 1632 0.875 0 0 4271 1629 0.875 0 0 4203 1632 0.875 0 0 2 interp_poly 4271 1629 0.875 0 0 4231 1552 0.75 0 0 4271 1629 0.875 0 0 2 interp_poly 67 39 -40 -131 4247 1483 3 MP PP 4247 1483 0.812 0 0 4207 1352 0.562 0 0 4247 1483 0.812 0 0 2 interp_poly 4207 1352 0.562 0 0 4274 1391 0.688 0 0 4207 1352 0.562 0 0 2 interp_poly -40 30 68 -4 4219 1457 3 MP PP 4219 1457 0.688 0 0 4287 1453 0.688 0 0 4219 1457 0.688 0 0 2 interp_poly 4287 1453 0.688 0 0 4247 1483 0.812 0 0 4287 1453 0.688 0 0 2 interp_poly 68 -4 -40 -94 4259 1551 3 MP PP 4259 1551 0.875 0 0 4219 1457 0.688 0 0 4259 1551 0.875 0 0 2 interp_poly 4219 1457 0.688 0 0 4287 1453 0.688 0 0 4219 1457 0.688 0 0 2 interp_poly -40 20 68 -21 4231 1552 3 MP PP 4231 1552 0.75 0 0 4299 1531 0.75 0 0 4231 1552 0.75 0 0 2 interp_poly 4299 1531 0.75 0 0 4259 1551 0.875 0 0 4299 1531 0.75 0 0 2 interp_poly 68 -21 -40 -77 4271 1629 3 MP PP 4271 1629 0.875 0 0 4231 1552 0.75 0 0 4271 1629 0.875 0 0 2 interp_poly 4231 1552 0.75 0 0 4299 1531 0.75 0 0 4231 1552 0.75 0 0 2 interp_poly -40 3 68 4 4243 1622 3 MP PP 4243 1622 0.75 0 0 4311 1626 0.812 0 0 4243 1622 0.75 0 0 2 interp_poly 4311 1626 0.812 0 0 4271 1629 0.875 0 0 4311 1626 0.812 0 0 2 interp_poly 68 4 -40 16 4283 1606 3 MP PP 4283 1606 0.688 0 0 4243 1622 0.75 0 0 4283 1606 0.688 0 0 2 interp_poly 4243 1622 0.75 0 0 4311 1626 0.812 0 0 4243 1622 0.75 0 0 2 interp_poly -40 -173 68 30 4255 1749 3 MP PP 4255 1749 0.938 0 0 4323 1779 1 0.0625 0 4255 1749 0.938 0 0 2 interp_poly 4323 1779 1 0.0625 0 4283 1606 0.688 0 0 4323 1779 1 0.0625 0 2 interp_poly -40 34 68 -14 4283 1606 3 MP PP 4283 1606 0.688 0 0 4351 1592 0.688 0 0 4283 1606 0.688 0 0 2 interp_poly 4351 1592 0.688 0 0 4311 1626 0.812 0 0 4351 1592 0.688 0 0 2 interp_poly 68 -14 -40 -173 4323 1779 3 MP PP 4323 1779 1 0.0625 0 4283 1606 0.688 0 0 4323 1779 1 0.0625 0 2 interp_poly 4283 1606 0.688 0 0 4351 1592 0.688 0 0 4283 1606 0.688 0 0 2 interp_poly -40 5 68 43 4295 1731 3 MP PP 4295 1731 0.812 0 0 4363 1774 0.938 0 0 4295 1731 0.812 0 0 2 interp_poly 4363 1774 0.938 0 0 4323 1779 1 0.0625 0 4363 1774 0.938 0 0 2 interp_poly 68 43 -40 -57 4335 1788 3 MP PP 4335 1788 0.938 0 0 4295 1731 0.812 0 0 4335 1788 0.938 0 0 2 interp_poly 4295 1731 0.812 0 0 4363 1774 0.938 0 0 4295 1731 0.812 0 0 2 interp_poly -40 -54 68 -19 4252 2508 3 MP PP 4252 2508 1 0.0625 0 4320 2489 1 0.0625 0 4252 2508 1 0.0625 0 2 interp_poly 4320 2489 1 0.0625 0 4280 2435 1 0 0 4320 2489 1 0.0625 0 2 interp_poly 68 -19 -40 56 4292 2452 3 MP PP 4292 2452 0.875 0 0 4252 2508 1 0.0625 0 4292 2452 0.875 0 0 2 interp_poly 4252 2508 1 0.0625 0 4320 2489 1 0.0625 0 4252 2508 1 0.0625 0 2 interp_poly 68 -62 -40 -54 4320 2489 3 MP PP 4320 2489 1 0.0625 0 4280 2435 1 0 0 4320 2489 1 0.0625 0 2 interp_poly 4280 2435 1 0 0 4348 2373 0.875 0 0 4280 2435 1 0 0 2 interp_poly -40 50 68 -13 4292 2452 3 MP PP 4292 2452 0.875 0 0 4360 2439 0.875 0 0 4292 2452 0.875 0 0 2 interp_poly 4360 2439 0.875 0 0 4320 2489 1 0.0625 0 4360 2439 0.875 0 0 2 interp_poly 68 -13 -40 -99 4332 2551 3 MP PP 4332 2551 1 0.0625 0 4292 2452 0.875 0 0 4332 2551 1 0.0625 0 2 interp_poly 4292 2452 0.875 0 0 4360 2439 0.875 0 0 4292 2452 0.875 0 0 2 interp_poly -40 -40 68 -35 4289 2728 3 MP PP 4289 2728 1 0.125 0 4357 2693 1 0.0625 0 4289 2728 1 0.125 0 2 interp_poly 4357 2693 1 0.0625 0 4317 2653 1 0.0625 0 4357 2693 1 0.0625 0 2 interp_poly 67 -23 -40 -42 4328 2166 3 MP PP 4328 2166 1 0.0625 0 4288 2124 1 0 0 4328 2166 1 0.0625 0 2 interp_poly 4288 2124 1 0 0 4355 2101 1 0 0 4288 2124 1 0 0 2 interp_poly -40 -20 67 -23 4288 2124 3 MP PP 4288 2124 1 0 0 4355 2101 1 0 0 4288 2124 1 0 0 2 interp_poly 4355 2101 1 0 0 4315 2081 1 0 0 4355 2101 1 0 0 2 interp_poly -40 -10 68 -9 4285 2931 3 MP PP 4285 2931 1 0.25 0 4353 2922 1 0.25 0 4285 2931 1 0.25 0 2 interp_poly 4353 2922 1 0.25 0 4313 2912 1 0.25 0 4353 2922 1 0.25 0 2 interp_poly -40 12 68 -62 4280 2435 3 MP PP 4280 2435 1 0 0 4348 2373 0.875 0 0 4280 2435 1 0 0 2 interp_poly 4348 2373 0.875 0 0 4308 2385 0.938 0 0 4348 2373 0.875 0 0 2 interp_poly -40 -102 68 -1 4239 1904 3 MP PP 4239 1904 1 0.0625 0 4307 1903 1 0.0625 0 4239 1904 1 0.0625 0 2 interp_poly 4307 1903 1 0.0625 0 4267 1801 0.938 0 0 4307 1903 1 0.0625 0 2 interp_poly 68 -1 -40 51 4279 1853 3 MP PP 4279 1853 0.875 0 0 4239 1904 1 0.0625 0 4279 1853 0.875 0 0 2 interp_poly 4239 1904 1 0.0625 0 4307 1903 1 0.0625 0 4239 1904 1 0.0625 0 2 interp_poly 68 -13 -40 -102 4307 1903 3 MP PP 4307 1903 1 0.0625 0 4267 1801 0.938 0 0 4307 1903 1 0.0625 0 2 interp_poly 4267 1801 0.938 0 0 4335 1788 0.938 0 0 4267 1801 0.938 0 0 2 interp_poly -40 57 68 -7 4279 1853 3 MP PP 4279 1853 0.875 0 0 4347 1846 0.875 0 0 4279 1853 0.875 0 0 2 interp_poly 4347 1846 0.875 0 0 4307 1903 1 0.0625 0 4347 1846 0.875 0 0 2 interp_poly 68 -7 -40 -101 4319 1954 3 MP PP 4319 1954 1 0.0625 0 4279 1853 0.875 0 0 4319 1954 1 0.0625 0 2 interp_poly 4279 1853 0.875 0 0 4347 1846 0.875 0 0 4279 1853 0.875 0 0 2 interp_poly 68 -42 -40 -39 4315 2081 3 MP PP 4315 2081 1 0 0 4275 2042 0.938 0 0 4315 2081 1 0 0 2 interp_poly 4275 2042 0.938 0 0 4343 2000 0.875 0 0 4275 2042 0.938 0 0 2 interp_poly -40 -7 68 -42 4275 2042 3 MP PP 4275 2042 0.938 0 0 4343 2000 0.875 0 0 4275 2042 0.938 0 0 2 interp_poly 4343 2000 0.875 0 0 4303 1993 0.938 0 0 4343 2000 0.875 0 0 2 interp_poly -40 -46 68 20 4262 1358 3 MP PP 4262 1358 0.75 0 0 4330 1378 0.875 0 0 4262 1358 0.75 0 0 2 interp_poly 4330 1378 0.875 0 0 4290 1332 0.812 0 0 4330 1378 0.875 0 0 2 interp_poly 68 20 -40 61 4302 1297 3 MP PP 4302 1297 0.562 0 0 4262 1358 0.75 0 0 4302 1297 0.562 0 0 2 interp_poly 4262 1358 0.75 0 0 4330 1378 0.875 0 0 4262 1358 0.75 0 0 2 interp_poly -40 -97 68 3 4274 1391 3 MP PP 4274 1391 0.688 0 0 4342 1394 0.75 0 0 4274 1391 0.688 0 0 2 interp_poly 4342 1394 0.75 0 0 4302 1297 0.562 0 0 4342 1394 0.75 0 0 2 interp_poly 68 -37 -40 -60 4313 2912 3 MP PP 4313 2912 1 0.25 0 4273 2852 1 0.188 0 4313 2912 1 0.25 0 2 interp_poly 4273 2852 1 0.188 0 4341 2815 1 0.125 0 4273 2852 1 0.188 0 2 interp_poly -40 14 68 -37 4273 2852 3 MP PP 4273 2852 1 0.188 0 4341 2815 1 0.125 0 4273 2852 1 0.188 0 2 interp_poly 4341 2815 1 0.125 0 4301 2829 1 0.25 0 4341 2815 1 0.125 0 2 interp_poly 68 -19 -40 -3 4308 2385 3 MP PP 4308 2385 0.938 0 0 4268 2382 1 0 0 4308 2385 0.938 0 0 2 interp_poly 4268 2382 1 0 0 4336 2363 1 0 0 4268 2382 1 0 0 2 interp_poly -40 -31 68 -19 4268 2382 3 MP PP 4268 2382 1 0 0 4336 2363 1 0 0 4268 2382 1 0 0 2 interp_poly 4336 2363 1 0 0 4296 2332 0.938 0 0 4336 2363 1 0 0 2 interp_poly 68 30 -40 18 4295 1731 3 MP PP 4295 1731 0.812 0 0 4255 1749 0.938 0 0 4295 1731 0.812 0 0 2 interp_poly 4255 1749 0.938 0 0 4323 1779 1 0.0625 0 4255 1749 0.938 0 0 2 interp_poly -40 -57 68 -13 4267 1801 3 MP PP 4267 1801 0.938 0 0 4335 1788 0.938 0 0 4267 1801 0.938 0 0 2 interp_poly 4335 1788 0.938 0 0 4295 1731 0.812 0 0 4335 1788 0.938 0 0 2 interp_poly 68 4 -40 -67 4304 2614 3 MP PP 4304 2614 1 0.125 0 4264 2547 1 0 0 4304 2614 1 0.125 0 2 interp_poly 4264 2547 1 0 0 4332 2551 1 0.0625 0 4264 2547 1 0 0 2 interp_poly -40 -99 68 4 4264 2547 3 MP PP 4264 2547 1 0 0 4332 2551 1 0.0625 0 4264 2547 1 0 0 2 interp_poly 4332 2551 1 0.0625 0 4292 2452 0.875 0 0 4332 2551 1 0.0625 0 2 interp_poly -40 -101 68 -6 4251 1960 3 MP PP 4251 1960 1 0.0625 0 4319 1954 1 0.0625 0 4251 1960 1 0.0625 0 2 interp_poly 4319 1954 1 0.0625 0 4279 1853 0.875 0 0 4319 1954 1 0.0625 0 2 interp_poly 68 -6 -40 -23 4291 1983 3 MP PP 4291 1983 1 0.0625 0 4251 1960 1 0.0625 0 4291 1983 1 0.0625 0 2 interp_poly 4251 1960 1 0.0625 0 4319 1954 1 0.0625 0 4251 1960 1 0.0625 0 2 interp_poly -40 25 68 7 4263 1951 3 MP PP 4263 1951 0.875 0 0 4331 1958 0.938 0 0 4263 1951 0.875 0 0 2 interp_poly 4331 1958 0.938 0 0 4291 1983 1 0.0625 0 4331 1958 0.938 0 0 2 interp_poly 68 7 -40 -42 4303 1993 3 MP PP 4303 1993 0.938 0 0 4263 1951 0.875 0 0 4303 1993 0.938 0 0 2 interp_poly 4263 1951 0.875 0 0 4331 1958 0.938 0 0 4263 1951 0.875 0 0 2 interp_poly -40 -42 68 -28 4260 2194 3 MP PP 4260 2194 1 0.0625 0 4328 2166 1 0.0625 0 4260 2194 1 0.0625 0 2 interp_poly 4328 2166 1 0.0625 0 4288 2124 1 0 0 4328 2166 1 0.0625 0 2 interp_poly gr 1 sg 0 sg 4326 5003 mt (t) s gs 899 389 5356 4226 rc 1 sg 68 -75 -40 0 4289 2728 3 MP PP 4289 2728 1 0.125 0 4249 2728 1 0.188 0 4289 2728 1 0.125 0 2 interp_poly 4249 2728 1 0.188 0 4317 2653 1 0.0625 0 4249 2728 1 0.188 0 2 interp_poly -40 33 68 -75 4249 2728 3 MP PP 4249 2728 1 0.188 0 4317 2653 1 0.0625 0 4249 2728 1 0.188 0 2 interp_poly 4317 2653 1 0.0625 0 4277 2686 1 0.188 0 4317 2653 1 0.0625 0 2 interp_poly 67 -38 -40 -5 4288 2124 3 MP PP 4288 2124 1 0 0 4248 2119 1 0.0625 0 4288 2124 1 0 0 2 interp_poly 4248 2119 1 0.0625 0 4315 2081 1 0 0 4248 2119 1 0.0625 0 2 interp_poly -40 -39 67 -38 4248 2119 3 MP PP 4248 2119 1 0.0625 0 4315 2081 1 0 0 4248 2119 1 0.0625 0 2 interp_poly 4315 2081 1 0 0 4275 2042 0.938 0 0 4315 2081 1 0 0 2 interp_poly 68 -14 -40 -5 4285 2931 3 MP PP 4285 2931 1 0.25 0 4245 2926 1 0.25 0 4285 2931 1 0.25 0 2 interp_poly 4245 2926 1 0.25 0 4313 2912 1 0.25 0 4245 2926 1 0.25 0 2 interp_poly -40 -60 68 -14 4245 2926 3 MP PP 4245 2926 1 0.25 0 4313 2912 1 0.25 0 4245 2926 1 0.25 0 2 interp_poly 4313 2912 1 0.25 0 4273 2852 1 0.188 0 4313 2912 1 0.25 0 2 interp_poly 68 -2 -40 -48 4280 2435 3 MP PP 4280 2435 1 0 0 4240 2387 0.938 0 0 4280 2435 1 0 0 2 interp_poly 4240 2387 0.938 0 0 4308 2385 0.938 0 0 4240 2387 0.938 0 0 2 interp_poly -40 -3 68 -2 4240 2387 3 MP PP 4240 2387 0.938 0 0 4308 2385 0.938 0 0 4240 2387 0.938 0 0 2 interp_poly 4308 2385 0.938 0 0 4268 2382 1 0 0 4308 2385 0.938 0 0 2 interp_poly 67 -9 -40 -63 4277 2686 3 MP PP 4277 2686 1 0.188 0 4237 2623 1 0.0625 0 4277 2686 1 0.188 0 2 interp_poly 4237 2623 1 0.0625 0 4304 2614 1 0.125 0 4237 2623 1 0.0625 0 2 interp_poly -40 -67 67 -9 4237 2623 3 MP PP 4237 2623 1 0.0625 0 4304 2614 1 0.125 0 4237 2623 1 0.0625 0 2 interp_poly 4304 2614 1 0.125 0 4264 2547 1 0 0 4304 2614 1 0.125 0 2 interp_poly 68 -37 -40 -12 4275 2042 3 MP PP 4275 2042 0.938 0 0 4235 2030 1 0 0 4275 2042 0.938 0 0 2 interp_poly 4235 2030 1 0 0 4303 1993 0.938 0 0 4235 2030 1 0 0 2 interp_poly -40 -23 68 -7 4223 1990 3 MP PP 4223 1990 1 0 0 4291 1983 1 0.0625 0 4223 1990 1 0 0 2 interp_poly 4291 1983 1 0.0625 0 4251 1960 1 0.0625 0 4291 1983 1 0.0625 0 2 interp_poly 68 -7 -40 39 4263 1951 3 MP PP 4263 1951 0.875 0 0 4223 1990 1 0 0 4263 1951 0.875 0 0 2 interp_poly 4223 1990 1 0 0 4291 1983 1 0.0625 0 4223 1990 1 0 0 2 interp_poly -40 -42 68 -37 4235 2030 3 MP PP 4235 2030 1 0 0 4303 1993 0.938 0 0 4235 2030 1 0 0 2 interp_poly 4303 1993 0.938 0 0 4263 1951 0.875 0 0 4303 1993 0.938 0 0 2 interp_poly -40 61 68 -49 4234 1346 3 MP PP 4234 1346 0.625 0 0 4302 1297 0.562 0 0 4234 1346 0.625 0 0 2 interp_poly 4302 1297 0.562 0 0 4262 1358 0.75 0 0 4302 1297 0.562 0 0 2 interp_poly 68 -49 -40 -45 4274 1391 3 MP PP 4274 1391 0.688 0 0 4234 1346 0.625 0 0 4274 1391 0.688 0 0 2 interp_poly 4234 1346 0.625 0 0 4302 1297 0.562 0 0 4234 1346 0.625 0 0 2 interp_poly -40 -110 68 -12 4193 2865 3 MP PP 4193 2865 1 0.312 0 4261 2853 1 0.312 0 4193 2865 1 0.312 0 2 interp_poly 4261 2853 1 0.312 0 4221 2743 1 0.125 0 4261 2853 1 0.312 0 2 interp_poly 68 -12 -40 1 4233 2864 3 MP PP 4233 2864 1 0.25 0 4193 2865 1 0.312 0 4233 2864 1 0.25 0 2 interp_poly 4193 2865 1 0.312 0 4261 2853 1 0.312 0 4193 2865 1 0.312 0 2 interp_poly 68 -15 -40 -110 4261 2853 3 MP PP 4261 2853 1 0.312 0 4221 2743 1 0.125 0 4261 2853 1 0.312 0 2 interp_poly 4221 2743 1 0.125 0 4289 2728 1 0.125 0 4221 2743 1 0.125 0 2 interp_poly -40 24 68 -35 4233 2864 3 MP PP 4233 2864 1 0.25 0 4301 2829 1 0.25 0 4233 2864 1 0.25 0 2 interp_poly 4301 2829 1 0.25 0 4261 2853 1 0.312 0 4301 2829 1 0.25 0 2 interp_poly 68 -35 -40 12 4273 2852 3 MP PP 4273 2852 1 0.188 0 4233 2864 1 0.25 0 4273 2852 1 0.188 0 2 interp_poly 4233 2864 1 0.25 0 4301 2829 1 0.25 0 4233 2864 1 0.25 0 2 interp_poly 68 -18 -40 -32 4268 2382 3 MP PP 4268 2382 1 0 0 4228 2350 1 0 0 4268 2382 1 0 0 2 interp_poly 4228 2350 1 0 0 4296 2332 0.938 0 0 4228 2350 1 0 0 2 interp_poly -40 7 68 -18 4228 2350 3 MP PP 4228 2350 1 0 0 4296 2332 0.938 0 0 4228 2350 1 0 0 2 interp_poly 4296 2332 0.938 0 0 4256 2339 1 0.0625 0 4296 2332 0.938 0 0 2 interp_poly -40 -19 67 -28 4087 1447 3 MP PP 4087 1447 1 0 0 4154 1419 0.938 0 0 4087 1447 1 0 0 2 interp_poly 4154 1419 0.938 0 0 4114 1400 0.938 0 0 4154 1419 0.938 0 0 2 interp_poly 67 -28 -40 40 4127 1407 3 MP PP 4127 1407 0.812 0 0 4087 1447 1 0 0 4127 1407 0.812 0 0 2 interp_poly 4087 1447 1 0 0 4154 1419 0.938 0 0 4087 1447 1 0 0 2 interp_poly 67 -1 -40 -46 4087 1447 3 MP PP 4087 1447 1 0 0 4047 1401 0.938 0 0 4087 1447 1 0 0 2 interp_poly 4047 1401 0.938 0 0 4114 1400 0.938 0 0 4047 1401 0.938 0 0 2 interp_poly -40 40 68 -6 4059 1413 3 MP PP 4059 1413 0.812 0 0 4127 1407 0.812 0 0 4059 1413 0.812 0 0 2 interp_poly 4127 1407 0.812 0 0 4087 1447 1 0 0 4127 1407 0.812 0 0 2 interp_poly 68 -6 -40 0 4099 1413 3 MP PP 4099 1413 0.75 0 0 4059 1413 0.812 0 0 4099 1413 0.75 0 0 2 interp_poly 4059 1413 0.812 0 0 4127 1407 0.812 0 0 4059 1413 0.812 0 0 2 interp_poly -40 73 67 -61 4127 1407 3 MP PP 4127 1407 0.812 0 0 4194 1346 0.688 0 0 4127 1407 0.812 0 0 2 interp_poly 4194 1346 0.688 0 0 4154 1419 0.938 0 0 4194 1346 0.688 0 0 2 interp_poly 67 -61 -40 9 4167 1398 3 MP PP 4167 1398 0.75 0 0 4127 1407 0.812 0 0 4167 1398 0.75 0 0 2 interp_poly 4127 1407 0.812 0 0 4194 1346 0.688 0 0 4127 1407 0.812 0 0 2 interp_poly -40 9 68 -15 4099 1413 3 MP PP 4099 1413 0.75 0 0 4167 1398 0.75 0 0 4099 1413 0.75 0 0 2 interp_poly 4167 1398 0.75 0 0 4127 1407 0.812 0 0 4167 1398 0.75 0 0 2 interp_poly -40 -104 68 -2 3994 1344 3 MP PP 3994 1344 1 0 0 4062 1342 1 0 0 3994 1344 1 0 0 2 interp_poly 4062 1342 1 0 0 4022 1238 0.812 0 0 4062 1342 1 0 0 2 interp_poly 68 -2 -40 -2 4034 1346 3 MP PP 4034 1346 0.938 0 0 3994 1344 1 0 0 4034 1346 0.938 0 0 2 interp_poly 3994 1344 1 0 0 4062 1342 1 0 0 3994 1344 1 0 0 2 interp_poly 68 37 -40 -104 4062 1342 3 MP PP 4062 1342 1 0 0 4022 1238 0.812 0 0 4062 1342 1 0 0 2 interp_poly 4022 1238 0.812 0 0 4090 1275 0.938 0 0 4022 1238 0.812 0 0 2 interp_poly -40 -9 68 5 4034 1346 3 MP PP 4034 1346 0.938 0 0 4102 1351 1 0 0 4034 1346 0.938 0 0 2 interp_poly 4102 1351 1 0 0 4062 1342 1 0 0 4102 1351 1 0 0 2 interp_poly 68 5 -40 118 4074 1228 3 MP PP 4074 1228 0.625 0 0 4034 1346 0.938 0 0 4074 1228 0.625 0 0 2 interp_poly 4034 1346 0.938 0 0 4102 1351 1 0 0 4034 1346 0.938 0 0 2 interp_poly -40 136 68 -13 4074 1228 3 MP PP 4074 1228 0.625 0 0 4142 1215 0.625 0 0 4074 1228 0.625 0 0 2 interp_poly 4142 1215 0.625 0 0 4102 1351 1 0 0 4142 1215 0.625 0 0 2 interp_poly -40 -172 67 -1 4047 1401 3 MP PP 4047 1401 0.938 0 0 4114 1400 0.938 0 0 4047 1401 0.938 0 0 2 interp_poly 4114 1400 0.938 0 0 4074 1228 0.625 0 0 4114 1400 0.938 0 0 2 interp_poly 68 -13 -40 -172 4114 1400 3 MP PP 4114 1400 0.938 0 0 4074 1228 0.625 0 0 4114 1400 0.938 0 0 2 interp_poly 4074 1228 0.625 0 0 4142 1215 0.625 0 0 4074 1228 0.625 0 0 2 interp_poly 68 -15 -40 46 4139 1367 3 MP PP 4139 1367 0.562 0 0 4099 1413 0.75 0 0 4139 1367 0.562 0 0 2 interp_poly 4099 1413 0.75 0 0 4167 1398 0.75 0 0 4099 1413 0.75 0 0 2 interp_poly -40 -140 68 -18 4111 1525 3 MP PP 4111 1525 0.875 0 0 4179 1507 0.875 0 0 4111 1525 0.875 0 0 2 interp_poly 4179 1507 0.875 0 0 4139 1367 0.562 0 0 4179 1507 0.875 0 0 2 interp_poly 68 -18 -40 37 4151 1488 3 MP PP 4151 1488 0.75 0 0 4111 1525 0.875 0 0 4151 1488 0.75 0 0 2 interp_poly 4111 1525 0.875 0 0 4179 1507 0.875 0 0 4111 1525 0.875 0 0 2 interp_poly -40 -72 68 24 4123 1536 3 MP PP 4123 1536 0.75 0 0 4191 1560 0.812 0 0 4123 1536 0.75 0 0 2 interp_poly 4191 1560 0.812 0 0 4151 1488 0.75 0 0 4191 1560 0.812 0 0 2 interp_poly 68 24 -40 7 4163 1529 3 MP PP 4163 1529 0.688 0 0 4123 1536 0.75 0 0 4163 1529 0.688 0 0 2 interp_poly 4123 1536 0.75 0 0 4191 1560 0.812 0 0 4123 1536 0.75 0 0 2 interp_poly -40 46 68 -15 4139 1367 3 MP PP 4139 1367 0.562 0 0 4207 1352 0.562 0 0 4139 1367 0.562 0 0 2 interp_poly 4207 1352 0.562 0 0 4167 1398 0.75 0 0 4207 1352 0.562 0 0 2 interp_poly 68 -15 -40 -140 4179 1507 3 MP PP 4179 1507 0.875 0 0 4139 1367 0.562 0 0 4179 1507 0.875 0 0 2 interp_poly 4139 1367 0.562 0 0 4207 1352 0.562 0 0 4139 1367 0.562 0 0 2 interp_poly -40 50 68 -31 4151 1488 3 MP PP 4151 1488 0.75 0 0 4219 1457 0.688 0 0 4151 1488 0.75 0 0 2 interp_poly 4219 1457 0.688 0 0 4179 1507 0.875 0 0 4219 1457 0.688 0 0 2 interp_poly 68 -31 -40 -72 4191 1560 3 MP PP 4191 1560 0.812 0 0 4151 1488 0.75 0 0 4191 1560 0.812 0 0 2 interp_poly 4151 1488 0.75 0 0 4219 1457 0.688 0 0 4151 1488 0.75 0 0 2 interp_poly -40 8 68 23 4163 1529 3 MP PP 4163 1529 0.688 0 0 4231 1552 0.75 0 0 4163 1529 0.688 0 0 2 interp_poly 4231 1552 0.75 0 0 4191 1560 0.812 0 0 4231 1552 0.75 0 0 2 interp_poly 68 23 -40 -103 4203 1632 3 MP PP 4203 1632 0.875 0 0 4163 1529 0.688 0 0 4203 1632 0.875 0 0 2 interp_poly 4163 1529 0.688 0 0 4231 1552 0.75 0 0 4163 1529 0.688 0 0 2 interp_poly -40 -103 68 -30 4135 1662 3 MP PP 4135 1662 0.875 0 0 4203 1632 0.875 0 0 4135 1662 0.875 0 0 2 interp_poly 4203 1632 0.875 0 0 4163 1529 0.688 0 0 4203 1632 0.875 0 0 2 interp_poly 68 -30 -40 18 4175 1644 3 MP PP 4175 1644 0.812 0 0 4135 1662 0.875 0 0 4175 1644 0.812 0 0 2 interp_poly 4135 1662 0.875 0 0 4203 1632 0.875 0 0 4135 1662 0.875 0 0 2 interp_poly 68 -3 -40 10 4243 1622 3 MP PP 4243 1622 0.75 0 0 4203 1632 0.875 0 0 4243 1622 0.75 0 0 2 interp_poly 4203 1632 0.875 0 0 4271 1629 0.875 0 0 4203 1632 0.875 0 0 2 interp_poly -40 10 68 -22 4175 1644 3 MP PP 4175 1644 0.812 0 0 4243 1622 0.75 0 0 4175 1644 0.812 0 0 2 interp_poly 4243 1622 0.75 0 0 4203 1632 0.875 0 0 4243 1622 0.75 0 0 2 interp_poly 68 -22 -40 57 4215 1587 3 MP PP 4215 1587 0.625 0 0 4175 1644 0.812 0 0 4215 1587 0.625 0 0 2 interp_poly 4175 1644 0.812 0 0 4243 1622 0.75 0 0 4175 1644 0.812 0 0 2 interp_poly -40 -162 68 -35 4187 1784 3 MP PP 4187 1784 1 0 0 4255 1749 0.938 0 0 4187 1784 1 0 0 2 interp_poly 4255 1749 0.938 0 0 4215 1587 0.625 0 0 4255 1749 0.938 0 0 2 interp_poly 68 -35 -40 43 4227 1741 3 MP PP 4227 1741 0.812 0 0 4187 1784 1 0 0 4227 1741 0.812 0 0 2 interp_poly 4187 1784 1 0 0 4255 1749 0.938 0 0 4187 1784 1 0 0 2 interp_poly -40 16 68 19 4215 1587 3 MP PP 4215 1587 0.625 0 0 4283 1606 0.688 0 0 4215 1587 0.625 0 0 2 interp_poly 4283 1606 0.688 0 0 4243 1622 0.75 0 0 4283 1606 0.688 0 0 2 interp_poly 68 19 -40 -162 4255 1749 3 MP PP 4255 1749 0.938 0 0 4215 1587 0.625 0 0 4255 1749 0.938 0 0 2 interp_poly 4215 1587 0.625 0 0 4283 1606 0.688 0 0 4215 1587 0.625 0 0 2 interp_poly -40 18 68 -10 4227 1741 3 MP PP 4227 1741 0.812 0 0 4295 1731 0.812 0 0 4227 1741 0.812 0 0 2 interp_poly 4295 1731 0.812 0 0 4255 1749 0.938 0 0 4295 1731 0.812 0 0 2 interp_poly 68 -10 -40 -60 4267 1801 3 MP PP 4267 1801 0.938 0 0 4227 1741 0.812 0 0 4267 1801 0.938 0 0 2 interp_poly 4227 1741 0.812 0 0 4295 1731 0.812 0 0 4227 1741 0.812 0 0 2 interp_poly -40 -66 68 19 4184 2489 3 MP PP 4184 2489 1 0 0 4252 2508 1 0.0625 0 4184 2489 1 0 0 2 interp_poly 4252 2508 1 0.0625 0 4212 2442 0.938 0 0 4252 2508 1 0.0625 0 2 interp_poly 68 19 -40 -5 4224 2494 3 MP PP 4224 2494 0.938 0 0 4184 2489 1 0 0 4224 2494 0.938 0 0 2 interp_poly 4184 2489 1 0 0 4252 2508 1 0.0625 0 4184 2489 1 0 0 2 interp_poly 68 -7 -40 -66 4252 2508 3 MP PP 4252 2508 1 0.0625 0 4212 2442 0.938 0 0 4252 2508 1 0.0625 0 2 interp_poly 4212 2442 0.938 0 0 4280 2435 1 0 0 4212 2442 0.938 0 0 2 interp_poly -40 56 68 -42 4224 2494 3 MP PP 4224 2494 0.938 0 0 4292 2452 0.875 0 0 4224 2494 0.938 0 0 2 interp_poly 4292 2452 0.875 0 0 4252 2508 1 0.0625 0 4292 2452 0.875 0 0 2 interp_poly 68 -42 -40 -53 4264 2547 3 MP PP 4264 2547 1 0 0 4224 2494 0.938 0 0 4264 2547 1 0 0 2 interp_poly 4224 2494 0.938 0 0 4292 2452 0.875 0 0 4224 2494 0.938 0 0 2 interp_poly -40 0 68 -15 4221 2743 3 MP PP 4221 2743 1 0.125 0 4289 2728 1 0.125 0 4221 2743 1 0.125 0 2 interp_poly 4289 2728 1 0.125 0 4249 2728 1 0.188 0 4289 2728 1 0.125 0 2 interp_poly -40 -28 68 -7 4155 1997 3 MP PP 4155 1997 1 0 0 4223 1990 1 0 0 4155 1997 1 0 0 2 interp_poly 4223 1990 1 0 0 4183 1962 1 0 0 4223 1990 1 0 0 2 interp_poly 68 -2 -40 -28 4223 1990 3 MP PP 4223 1990 1 0 0 4183 1962 1 0 0 4223 1990 1 0 0 2 interp_poly 4183 1962 1 0 0 4251 1960 1 0.0625 0 4183 1962 1 0 0 2 interp_poly 68 -7 -40 29 4195 1968 3 MP PP 4195 1968 0.875 0 0 4155 1997 1 0 0 4195 1968 0.875 0 0 2 interp_poly 4155 1997 1 0 0 4223 1990 1 0 0 4155 1997 1 0 0 2 interp_poly -40 -62 67 7 4168 2023 3 MP PP 4168 2023 0.938 0 0 4235 2030 1 0 0 4168 2023 0.938 0 0 2 interp_poly 4235 2030 1 0 0 4195 1968 0.875 0 0 4235 2030 1 0 0 2 interp_poly 67 7 -40 -4 4208 2027 3 MP PP 4208 2027 0.875 0 0 4168 2023 0.938 0 0 4208 2027 0.875 0 0 2 interp_poly 4168 2023 0.938 0 0 4235 2030 1 0 0 4168 2023 0.938 0 0 2 interp_poly -40 -92 68 -28 4180 2147 3 MP PP 4180 2147 1 0.0625 0 4248 2119 1 0.0625 0 4180 2147 1 0.0625 0 2 interp_poly 4248 2119 1 0.0625 0 4208 2027 0.875 0 0 4248 2119 1 0.0625 0 2 interp_poly 68 -28 -40 30 4220 2117 3 MP PP 4220 2117 0.938 0 0 4180 2147 1 0.0625 0 4220 2117 0.938 0 0 2 interp_poly 4180 2147 1 0.0625 0 4248 2119 1 0.0625 0 4180 2147 1 0.0625 0 2 interp_poly 68 7 -40 -77 4260 2194 3 MP PP 4260 2194 1 0.0625 0 4220 2117 0.938 0 0 4260 2194 1 0.0625 0 2 interp_poly 4220 2117 0.938 0 0 4288 2124 1 0 0 4220 2117 0.938 0 0 2 interp_poly -40 -5 68 7 4220 2117 3 MP PP 4220 2117 0.938 0 0 4288 2124 1 0 0 4220 2117 0.938 0 0 2 interp_poly 4288 2124 1 0 0 4248 2119 1 0.0625 0 4288 2124 1 0 0 2 interp_poly -40 -5 68 -25 4217 2956 3 MP PP 4217 2956 1 0.25 0 4285 2931 1 0.25 0 4217 2956 1 0.25 0 2 interp_poly 4285 2931 1 0.25 0 4245 2926 1 0.25 0 4285 2931 1 0.25 0 2 interp_poly -40 -54 68 -22 4124 2242 3 MP PP 4124 2242 1 0.125 0 4192 2220 1 0.125 0 4124 2242 1 0.125 0 2 interp_poly 4192 2220 1 0.125 0 4152 2166 1 0.0625 0 4192 2220 1 0.125 0 2 interp_poly -40 -81 68 -27 4112 2174 3 MP PP 4112 2174 1 0.125 0 4180 2147 1 0.0625 0 4112 2174 1 0.125 0 2 interp_poly 4180 2147 1 0.0625 0 4140 2066 0.938 0 0 4180 2147 1 0.0625 0 2 interp_poly 68 -27 -40 8 4152 2166 3 MP PP 4152 2166 1 0.0625 0 4112 2174 1 0.125 0 4152 2166 1 0.0625 0 2 interp_poly 4112 2174 1 0.125 0 4180 2147 1 0.0625 0 4112 2174 1 0.125 0 2 interp_poly 68 -39 -40 -81 4180 2147 3 MP PP 4180 2147 1 0.0625 0 4140 2066 0.938 0 0 4180 2147 1 0.0625 0 2 interp_poly 4140 2066 0.938 0 0 4208 2027 0.875 0 0 4140 2066 0.938 0 0 2 interp_poly -40 30 68 -49 4152 2166 3 MP PP 4152 2166 1 0.0625 0 4220 2117 0.938 0 0 4152 2166 1 0.0625 0 2 interp_poly 4220 2117 0.938 0 0 4180 2147 1 0.0625 0 4220 2117 0.938 0 0 2 interp_poly 68 -49 -40 -54 4192 2220 3 MP PP 4192 2220 1 0.125 0 4152 2166 1 0.0625 0 4192 2220 1 0.125 0 2 interp_poly 4152 2166 1 0.0625 0 4220 2117 0.938 0 0 4152 2166 1 0.0625 0 2 interp_poly -40 -77 68 -26 4192 2220 3 MP PP 4192 2220 1 0.125 0 4260 2194 1 0.0625 0 4192 2220 1 0.125 0 2 interp_poly 4260 2194 1 0.0625 0 4220 2117 0.938 0 0 4260 2194 1 0.0625 0 2 interp_poly 68 -26 -40 12 4232 2208 3 MP PP 4232 2208 1 0 0 4192 2220 1 0.125 0 4232 2208 1 0 0 2 interp_poly 4192 2220 1 0.125 0 4260 2194 1 0.0625 0 4192 2220 1 0.125 0 2 interp_poly -40 12 68 -12 4164 2220 3 MP PP 4164 2220 1 0 0 4232 2208 1 0 0 4164 2220 1 0 0 2 interp_poly 4232 2208 1 0 0 4192 2220 1 0.125 0 4232 2208 1 0 0 2 interp_poly 68 -22 -40 22 4164 2220 3 MP PP 4164 2220 1 0 0 4124 2242 1 0.125 0 4164 2220 1 0 0 2 interp_poly 4124 2242 1 0.125 0 4192 2220 1 0.125 0 4124 2242 1 0.125 0 2 interp_poly 68 -12 -40 -38 4204 2258 3 MP PP 4204 2258 1 0.0625 0 4164 2220 1 0 0 4204 2258 1 0.0625 0 2 interp_poly 4164 2220 1 0 0 4232 2208 1 0 0 4164 2220 1 0 0 2 interp_poly -40 -40 68 -28 4176 2326 3 MP PP 4176 2326 1 0.125 0 4244 2298 1 0.0625 0 4176 2326 1 0.125 0 2 interp_poly 4244 2298 1 0.0625 0 4204 2258 1 0.0625 0 4244 2298 1 0.0625 0 2 interp_poly -40 -38 68 -30 4136 2288 3 MP PP 4136 2288 1 0.0625 0 4204 2258 1 0.0625 0 4136 2288 1 0.0625 0 2 interp_poly 4204 2258 1 0.0625 0 4164 2220 1 0 0 4204 2258 1 0.0625 0 2 interp_poly 68 -30 -40 -38 4176 2326 3 MP PP 4176 2326 1 0.125 0 4136 2288 1 0.0625 0 4176 2326 1 0.125 0 2 interp_poly 4136 2288 1 0.0625 0 4204 2258 1 0.0625 0 4136 2288 1 0.0625 0 2 interp_poly -40 6 68 -56 4204 2258 3 MP PP 4204 2258 1 0.0625 0 4272 2202 0.938 0 0 4204 2258 1 0.0625 0 2 interp_poly 4272 2202 0.938 0 0 4232 2208 1 0 0 4272 2202 0.938 0 0 2 interp_poly 68 -56 -40 -40 4244 2298 3 MP PP 4244 2298 1 0.0625 0 4204 2258 1 0.0625 0 4244 2298 1 0.0625 0 2 interp_poly 4204 2258 1 0.0625 0 4272 2202 0.938 0 0 4204 2258 1 0.0625 0 2 interp_poly 68 -28 -40 114 4216 2212 3 MP PP 4216 2212 0.812 0 0 4176 2326 1 0.125 0 4216 2212 0.812 0 0 2 interp_poly 4176 2326 1 0.125 0 4244 2298 1 0.0625 0 4176 2326 1 0.125 0 2 interp_poly -40 74 68 12 4216 2212 3 MP PP 4216 2212 0.812 0 0 4284 2224 0.875 0 0 4216 2212 0.812 0 0 2 interp_poly 4284 2224 0.875 0 0 4244 2298 1 0.0625 0 4284 2224 0.875 0 0 2 interp_poly 68 12 -40 -127 4256 2339 3 MP PP 4256 2339 1 0.0625 0 4216 2212 0.812 0 0 4256 2339 1 0.0625 0 2 interp_poly 4216 2212 0.812 0 0 4284 2224 0.875 0 0 4216 2212 0.812 0 0 2 interp_poly -40 -48 68 -7 4212 2442 3 MP PP 4212 2442 0.938 0 0 4280 2435 1 0 0 4212 2442 0.938 0 0 2 interp_poly 4280 2435 1 0 0 4240 2387 0.938 0 0 4280 2435 1 0 0 2 interp_poly -40 -94 68 -31 4171 1935 3 MP PP 4171 1935 1 0.125 0 4239 1904 1 0.0625 0 4171 1935 1 0.125 0 2 interp_poly 4239 1904 1 0.0625 0 4199 1810 0.875 0 0 4239 1904 1 0.0625 0 2 interp_poly 68 -31 -40 47 4211 1888 3 MP PP 4211 1888 0.938 0 0 4171 1935 1 0.125 0 4211 1888 0.938 0 0 2 interp_poly 4171 1935 1 0.125 0 4239 1904 1 0.0625 0 4171 1935 1 0.125 0 2 interp_poly 68 -9 -40 -94 4239 1904 3 MP PP 4239 1904 1 0.0625 0 4199 1810 0.875 0 0 4239 1904 1 0.0625 0 2 interp_poly 4199 1810 0.875 0 0 4267 1801 0.938 0 0 4199 1810 0.875 0 0 2 interp_poly -40 51 68 -35 4211 1888 3 MP PP 4211 1888 0.938 0 0 4279 1853 0.875 0 0 4211 1888 0.938 0 0 2 interp_poly 4279 1853 0.875 0 0 4239 1904 1 0.0625 0 4279 1853 0.875 0 0 2 interp_poly 68 -35 -40 -72 4251 1960 3 MP PP 4251 1960 1 0.0625 0 4211 1888 0.938 0 0 4251 1960 1 0.0625 0 2 interp_poly 4211 1888 0.938 0 0 4279 1853 0.875 0 0 4211 1888 0.938 0 0 2 interp_poly 68 17 -40 -59 4249 2728 3 MP PP 4249 2728 1 0.188 0 4209 2669 1 0.125 0 4249 2728 1 0.188 0 2 interp_poly 4209 2669 1 0.125 0 4277 2686 1 0.188 0 4209 2669 1 0.125 0 2 interp_poly -40 -63 68 17 4209 2669 3 MP PP 4209 2669 1 0.125 0 4277 2686 1 0.188 0 4209 2669 1 0.125 0 2 interp_poly 4277 2686 1 0.188 0 4237 2623 1 0.0625 0 4277 2686 1 0.188 0 2 interp_poly 67 15 -40 -92 4248 2119 3 MP PP 4248 2119 1 0.0625 0 4208 2027 0.875 0 0 4248 2119 1 0.0625 0 2 interp_poly 4208 2027 0.875 0 0 4275 2042 0.938 0 0 4208 2027 0.875 0 0 2 interp_poly -40 -12 67 15 4208 2027 3 MP PP 4208 2027 0.875 0 0 4275 2042 0.938 0 0 4208 2027 0.875 0 0 2 interp_poly 4275 2042 0.938 0 0 4235 2030 1 0 0 4275 2042 0.938 0 0 2 interp_poly -40 -45 67 39 4207 1352 3 MP PP 4207 1352 0.562 0 0 4274 1391 0.688 0 0 4207 1352 0.562 0 0 2 interp_poly 4274 1391 0.688 0 0 4234 1346 0.625 0 0 4274 1391 0.688 0 0 2 interp_poly -40 1 68 -54 4165 2918 3 MP PP 4165 2918 1 0.375 0 4233 2864 1 0.25 0 4165 2918 1 0.375 0 2 interp_poly 4233 2864 1 0.25 0 4193 2865 1 0.312 0 4233 2864 1 0.25 0 2 interp_poly 68 -54 -40 65 4205 2853 3 MP PP 4205 2853 1 0.188 0 4165 2918 1 0.375 0 4205 2853 1 0.188 0 2 interp_poly 4165 2918 1 0.375 0 4233 2864 1 0.25 0 4165 2918 1 0.375 0 2 interp_poly -40 12 68 -1 4205 2853 3 MP PP 4205 2853 1 0.188 0 4273 2852 1 0.188 0 4205 2853 1 0.188 0 2 interp_poly 4273 2852 1 0.188 0 4233 2864 1 0.25 0 4273 2852 1 0.188 0 2 interp_poly 68 -1 -40 -73 4245 2926 3 MP PP 4245 2926 1 0.25 0 4205 2853 1 0.188 0 4245 2926 1 0.25 0 2 interp_poly 4205 2853 1 0.188 0 4273 2852 1 0.188 0 4205 2853 1 0.188 0 2 interp_poly 68 -6 -40 1 4240 2387 3 MP PP 4240 2387 0.938 0 0 4200 2388 1 0 0 4240 2387 0.938 0 0 2 interp_poly 4200 2388 1 0 0 4268 2382 1 0 0 4200 2388 1 0 0 2 interp_poly -40 -32 68 -6 4200 2388 3 MP PP 4200 2388 1 0 0 4268 2382 1 0 0 4200 2388 1 0 0 2 interp_poly 4268 2382 1 0 0 4228 2350 1 0 0 4268 2382 1 0 0 2 interp_poly -40 -60 68 -9 4199 1810 3 MP PP 4199 1810 0.875 0 0 4267 1801 0.938 0 0 4199 1810 0.875 0 0 2 interp_poly 4267 1801 0.938 0 0 4227 1741 0.812 0 0 4267 1801 0.938 0 0 2 interp_poly 67 -7 -40 -69 4237 2623 3 MP PP 4237 2623 1 0.0625 0 4197 2554 1 0 0 4237 2623 1 0.0625 0 2 interp_poly 4197 2554 1 0 0 4264 2547 1 0 0 4197 2554 1 0 0 2 interp_poly -40 -53 67 -7 4197 2554 3 MP PP 4197 2554 1 0 0 4264 2547 1 0 0 4197 2554 1 0 0 2 interp_poly 4264 2547 1 0 0 4224 2494 0.938 0 0 4264 2547 1 0 0 2 interp_poly -40 -72 68 -2 4183 1962 3 MP PP 4183 1962 1 0 0 4251 1960 1 0.0625 0 4183 1962 1 0 0 2 interp_poly 4251 1960 1 0.0625 0 4211 1888 0.938 0 0 4251 1960 1 0.0625 0 2 interp_poly -40 39 68 -17 4195 1968 3 MP PP 4195 1968 0.875 0 0 4263 1951 0.875 0 0 4195 1968 0.875 0 0 2 interp_poly 4263 1951 0.875 0 0 4223 1990 1 0 0 4263 1951 0.875 0 0 2 interp_poly 68 -17 -40 -62 4235 2030 3 MP PP 4235 2030 1 0 0 4195 1968 0.875 0 0 4235 2030 1 0 0 2 interp_poly 4195 1968 0.875 0 0 4263 1951 0.875 0 0 4195 1968 0.875 0 0 2 interp_poly 68 -10 -40 -1 4228 2350 3 MP PP 4228 2350 1 0 0 4188 2349 1 0 0 4228 2350 1 0 0 2 interp_poly 4188 2349 1 0 0 4256 2339 1 0.0625 0 4188 2349 1 0 0 2 interp_poly -40 -127 68 -10 4188 2349 3 MP PP 4188 2349 1 0 0 4256 2339 1 0.0625 0 4188 2349 1 0 0 2 interp_poly 4256 2339 1 0.0625 0 4216 2212 0.812 0 0 4256 2339 1 0.0625 0 2 interp_poly 68 -6 -40 -9 4221 2743 3 MP PP 4221 2743 1 0.125 0 4181 2734 1 0.188 0 4221 2743 1 0.125 0 2 interp_poly 4181 2734 1 0.188 0 4249 2728 1 0.188 0 4181 2734 1 0.188 0 2 interp_poly -40 -59 68 -6 4181 2734 3 MP PP 4181 2734 1 0.188 0 4249 2728 1 0.188 0 4181 2734 1 0.188 0 2 interp_poly 4249 2728 1 0.188 0 4209 2669 1 0.125 0 4249 2728 1 0.188 0 2 interp_poly 68 -48 -40 18 4217 2956 3 MP PP 4217 2956 1 0.25 0 4177 2974 1 0.375 0 4217 2956 1 0.25 0 2 interp_poly 4177 2974 1 0.375 0 4245 2926 1 0.25 0 4177 2974 1 0.375 0 2 interp_poly -40 -73 68 -48 4177 2974 3 MP PP 4177 2974 1 0.375 0 4245 2926 1 0.25 0 4177 2974 1 0.375 0 2 interp_poly 4245 2926 1 0.25 0 4205 2853 1 0.188 0 4245 2926 1 0.25 0 2 interp_poly 68 -26 -40 -29 4212 2442 3 MP PP 4212 2442 0.938 0 0 4172 2413 0.938 0 0 4212 2442 0.938 0 0 2 interp_poly 4172 2413 0.938 0 0 4240 2387 0.938 0 0 4172 2413 0.938 0 0 2 interp_poly -40 1 68 -26 4172 2413 3 MP PP 4172 2413 0.938 0 0 4240 2387 0.938 0 0 4172 2413 0.938 0 0 2 interp_poly 4240 2387 0.938 0 0 4200 2388 1 0 0 4240 2387 0.938 0 0 2 interp_poly 68 -46 -40 0 4209 2669 3 MP PP 4209 2669 1 0.125 0 4169 2669 1 0.188 0 4209 2669 1 0.125 0 2 interp_poly 4169 2669 1 0.188 0 4237 2623 1 0.0625 0 4169 2669 1 0.188 0 2 interp_poly -40 -69 68 -46 4169 2669 3 MP PP 4169 2669 1 0.188 0 4237 2623 1 0.0625 0 4169 2669 1 0.188 0 2 interp_poly 4237 2623 1 0.0625 0 4197 2554 1 0 0 4237 2623 1 0.0625 0 2 interp_poly 68 -36 -40 -2 4200 2388 3 MP PP 4200 2388 1 0 0 4160 2386 1 0 0 4200 2388 1 0 0 2 interp_poly 4160 2386 1 0 0 4228 2350 1 0 0 4160 2386 1 0 0 2 interp_poly -40 -1 68 -36 4160 2386 3 MP PP 4160 2386 1 0 0 4228 2350 1 0 0 4160 2386 1 0 0 2 interp_poly 4228 2350 1 0 0 4188 2349 1 0 0 4228 2350 1 0 0 2 interp_poly -40 -113 68 4 4067 1658 3 MP PP 4067 1658 0.875 0 0 4135 1662 0.875 0 0 4067 1658 0.875 0 0 2 interp_poly 4135 1662 0.875 0 0 4095 1549 0.688 0 0 4135 1662 0.875 0 0 2 interp_poly 68 -20 -40 -113 4135 1662 3 MP PP 4135 1662 0.875 0 0 4095 1549 0.688 0 0 4135 1662 0.875 0 0 2 interp_poly 4095 1549 0.688 0 0 4163 1529 0.688 0 0 4095 1549 0.688 0 0 2 interp_poly -40 18 68 -16 4107 1660 3 MP PP 4107 1660 0.812 0 0 4175 1644 0.812 0 0 4107 1660 0.812 0 0 2 interp_poly 4175 1644 0.812 0 0 4135 1662 0.875 0 0 4175 1644 0.812 0 0 2 interp_poly 68 -16 -40 54 4147 1606 3 MP PP 4147 1606 0.625 0 0 4107 1660 0.812 0 0 4147 1606 0.625 0 0 2 interp_poly 4107 1660 0.812 0 0 4175 1644 0.812 0 0 4107 1660 0.812 0 0 2 interp_poly -40 -178 68 5 4119 1779 3 MP PP 4119 1779 0.938 0 0 4187 1784 1 0 0 4119 1779 0.938 0 0 2 interp_poly 4187 1784 1 0 0 4147 1606 0.625 0 0 4187 1784 1 0 0 2 interp_poly 68 5 -40 26 4159 1753 3 MP PP 4159 1753 0.812 0 0 4119 1779 0.938 0 0 4159 1753 0.812 0 0 2 interp_poly 4119 1779 0.938 0 0 4187 1784 1 0 0 4119 1779 0.938 0 0 2 interp_poly -40 57 68 -19 4147 1606 3 MP PP 4147 1606 0.625 0 0 4215 1587 0.625 0 0 4147 1606 0.625 0 0 2 interp_poly 4215 1587 0.625 0 0 4175 1644 0.812 0 0 4215 1587 0.625 0 0 2 interp_poly 68 -19 -40 -178 4187 1784 3 MP PP 4187 1784 1 0 0 4147 1606 0.625 0 0 4187 1784 1 0 0 2 interp_poly 4147 1606 0.625 0 0 4215 1587 0.625 0 0 4147 1606 0.625 0 0 2 interp_poly -40 43 68 -12 4159 1753 3 MP PP 4159 1753 0.812 0 0 4227 1741 0.812 0 0 4159 1753 0.812 0 0 2 interp_poly 4227 1741 0.812 0 0 4187 1784 1 0 0 4227 1741 0.812 0 0 2 interp_poly 68 -12 -40 -57 4199 1810 3 MP PP 4199 1810 0.875 0 0 4159 1753 0.812 0 0 4199 1810 0.875 0 0 2 interp_poly 4159 1753 0.812 0 0 4227 1741 0.812 0 0 4159 1753 0.812 0 0 2 interp_poly 67 -6 -40 -54 4197 2554 3 MP PP 4197 2554 1 0 0 4157 2500 0.938 0 0 4197 2554 1 0 0 2 interp_poly 4157 2500 0.938 0 0 4224 2494 0.938 0 0 4157 2500 0.938 0 0 2 interp_poly -40 -5 67 -6 4157 2500 3 MP PP 4157 2500 0.938 0 0 4224 2494 0.938 0 0 4157 2500 0.938 0 0 2 interp_poly 4224 2494 0.938 0 0 4184 2489 1 0 0 4224 2494 0.938 0 0 2 interp_poly 68 -34 -40 -88 4193 2865 3 MP PP 4193 2865 1 0.312 0 4153 2777 1 0.188 0 4193 2865 1 0.312 0 2 interp_poly 4153 2777 1 0.188 0 4221 2743 1 0.125 0 4153 2777 1 0.188 0 2 interp_poly -40 -9 68 -34 4153 2777 3 MP PP 4153 2777 1 0.188 0 4221 2743 1 0.125 0 4153 2777 1 0.188 0 2 interp_poly 4221 2743 1 0.125 0 4181 2734 1 0.188 0 4221 2743 1 0.125 0 2 interp_poly -40 -13 68 -53 4097 2971 3 MP PP 4097 2971 1 0.438 0 4165 2918 1 0.375 0 4097 2971 1 0.438 0 2 interp_poly 4165 2918 1 0.375 0 4125 2905 1 0.375 0 4165 2918 1 0.375 0 2 interp_poly -40 -67 68 -11 4057 2916 3 MP PP 4057 2916 1 0.375 0 4125 2905 1 0.375 0 4057 2916 1 0.375 0 2 interp_poly 4125 2905 1 0.375 0 4085 2838 1 0.312 0 4125 2905 1 0.375 0 2 interp_poly 68 -11 -40 -55 4097 2971 3 MP PP 4097 2971 1 0.438 0 4057 2916 1 0.375 0 4097 2971 1 0.438 0 2 interp_poly 4057 2916 1 0.375 0 4125 2905 1 0.375 0 4057 2916 1 0.375 0 2 interp_poly 68 -61 -40 -67 4125 2905 3 MP PP 4125 2905 1 0.375 0 4085 2838 1 0.312 0 4125 2905 1 0.375 0 2 interp_poly 4085 2838 1 0.312 0 4153 2777 1 0.188 0 4085 2838 1 0.312 0 2 interp_poly -40 -88 68 -40 4125 2905 3 MP PP 4125 2905 1 0.375 0 4193 2865 1 0.312 0 4125 2905 1 0.375 0 2 interp_poly 4193 2865 1 0.312 0 4153 2777 1 0.188 0 4193 2865 1 0.312 0 2 interp_poly 68 -40 -40 -13 4165 2918 3 MP PP 4165 2918 1 0.375 0 4125 2905 1 0.375 0 4165 2918 1 0.375 0 2 interp_poly 4125 2905 1 0.375 0 4193 2865 1 0.312 0 4125 2905 1 0.375 0 2 interp_poly 68 -53 -40 97 4137 2874 3 MP PP 4137 2874 1 0.188 0 4097 2971 1 0.438 0 4137 2874 1 0.188 0 2 interp_poly 4097 2971 1 0.438 0 4165 2918 1 0.375 0 4097 2971 1 0.438 0 2 interp_poly -40 -100 68 -51 4109 3025 3 MP PP 4109 3025 1 0.438 0 4177 2974 1 0.375 0 4109 3025 1 0.438 0 2 interp_poly 4177 2974 1 0.375 0 4137 2874 1 0.188 0 4177 2974 1 0.375 0 2 interp_poly 68 -51 -40 36 4149 2989 3 MP PP 4149 2989 1 0.312 0 4109 3025 1 0.438 0 4149 2989 1 0.312 0 2 interp_poly 4109 3025 1 0.438 0 4177 2974 1 0.375 0 4109 3025 1 0.438 0 2 interp_poly -40 18 68 -33 4149 2989 3 MP PP 4149 2989 1 0.312 0 4217 2956 1 0.25 0 4149 2989 1 0.312 0 2 interp_poly 4217 2956 1 0.25 0 4177 2974 1 0.375 0 4217 2956 1 0.25 0 2 interp_poly -40 -49 68 21 4056 2221 3 MP PP 4056 2221 1 0.0625 0 4124 2242 1 0.125 0 4056 2221 1 0.0625 0 2 interp_poly 4124 2242 1 0.125 0 4084 2193 1 0.0625 0 4124 2242 1 0.125 0 2 interp_poly 68 21 -40 -28 4096 2249 3 MP PP 4096 2249 1 0.0625 0 4056 2221 1 0.0625 0 4096 2249 1 0.0625 0 2 interp_poly 4056 2221 1 0.0625 0 4124 2242 1 0.125 0 4056 2221 1 0.0625 0 2 interp_poly 68 -27 -40 -49 4124 2242 3 MP PP 4124 2242 1 0.125 0 4084 2193 1 0.0625 0 4124 2242 1 0.125 0 2 interp_poly 4084 2193 1 0.0625 0 4152 2166 1 0.0625 0 4084 2193 1 0.0625 0 2 interp_poly -40 22 68 -29 4096 2249 3 MP PP 4096 2249 1 0.0625 0 4164 2220 1 0 0 4096 2249 1 0.0625 0 2 interp_poly 4164 2220 1 0 0 4124 2242 1 0.125 0 4164 2220 1 0 0 2 interp_poly 68 -29 -40 -39 4136 2288 3 MP PP 4136 2288 1 0.0625 0 4096 2249 1 0.0625 0 4136 2288 1 0.0625 0 2 interp_poly 4096 2249 1 0.0625 0 4164 2220 1 0 0 4096 2249 1 0.0625 0 2 interp_poly -40 114 68 -34 4148 2246 3 MP PP 4148 2246 0.812 0 0 4216 2212 0.812 0 0 4148 2246 0.812 0 0 2 interp_poly 4216 2212 0.812 0 0 4176 2326 1 0.125 0 4216 2212 0.812 0 0 2 interp_poly 68 -34 -40 -103 4188 2349 3 MP PP 4188 2349 1 0 0 4148 2246 0.812 0 0 4188 2349 1 0 0 2 interp_poly 4148 2246 0.812 0 0 4216 2212 0.812 0 0 4148 2246 0.812 0 0 2 interp_poly 68 -24 -40 -23 4184 2489 3 MP PP 4184 2489 1 0 0 4144 2466 1 0 0 4184 2489 1 0 0 2 interp_poly 4144 2466 1 0 0 4212 2442 0.938 0 0 4144 2466 1 0 0 2 interp_poly -40 -29 68 -24 4144 2466 3 MP PP 4144 2466 1 0 0 4212 2442 0.938 0 0 4144 2466 1 0 0 2 interp_poly 4212 2442 0.938 0 0 4172 2413 0.938 0 0 4212 2442 0.938 0 0 2 interp_poly -40 -113 68 -10 4103 1945 3 MP PP 4103 1945 1 0.125 0 4171 1935 1 0.125 0 4103 1945 1 0.125 0 2 interp_poly 4171 1935 1 0.125 0 4131 1822 0.875 0 0 4171 1935 1 0.125 0 2 interp_poly 68 -10 -40 22 4143 1923 3 MP PP 4143 1923 1 0 0 4103 1945 1 0.125 0 4143 1923 1 0 0 2 interp_poly 4103 1945 1 0.125 0 4171 1935 1 0.125 0 4103 1945 1 0.125 0 2 interp_poly 68 -12 -40 -113 4171 1935 3 MP PP 4171 1935 1 0.125 0 4131 1822 0.875 0 0 4171 1935 1 0.125 0 2 interp_poly 4131 1822 0.875 0 0 4199 1810 0.875 0 0 4131 1822 0.875 0 0 2 interp_poly -40 47 68 -35 4143 1923 3 MP PP 4143 1923 1 0 0 4211 1888 0.938 0 0 4143 1923 1 0 0 2 interp_poly 4211 1888 0.938 0 0 4171 1935 1 0.125 0 4211 1888 0.938 0 0 2 interp_poly 68 -35 -40 -39 4183 1962 3 MP PP 4183 1962 1 0 0 4143 1923 1 0 0 4183 1962 1 0 0 2 interp_poly 4143 1923 1 0 0 4211 1888 0.938 0 0 4143 1923 1 0 0 2 interp_poly 68 -39 -40 -26 4181 2734 3 MP PP 4181 2734 1 0.188 0 4141 2708 1 0.188 0 4181 2734 1 0.188 0 2 interp_poly 4141 2708 1 0.188 0 4209 2669 1 0.125 0 4141 2708 1 0.188 0 2 interp_poly -40 0 68 -39 4141 2708 3 MP PP 4141 2708 1 0.188 0 4209 2669 1 0.125 0 4141 2708 1 0.188 0 2 interp_poly 4209 2669 1 0.125 0 4169 2669 1 0.188 0 4209 2669 1 0.125 0 2 interp_poly -40 -4 68 -39 4140 2066 3 MP PP 4140 2066 0.938 0 0 4208 2027 0.875 0 0 4140 2066 0.938 0 0 2 interp_poly 4208 2027 0.875 0 0 4168 2023 0.938 0 0 4208 2027 0.875 0 0 2 interp_poly -40 65 68 -21 4137 2874 3 MP PP 4137 2874 1 0.188 0 4205 2853 1 0.188 0 4137 2874 1 0.188 0 2 interp_poly 4205 2853 1 0.188 0 4165 2918 1 0.375 0 4205 2853 1 0.188 0 2 interp_poly 68 -21 -40 -100 4177 2974 3 MP PP 4177 2974 1 0.375 0 4137 2874 1 0.188 0 4177 2974 1 0.375 0 2 interp_poly 4137 2874 1 0.188 0 4205 2853 1 0.188 0 4137 2874 1 0.188 0 2 interp_poly -40 -9 68 -46 4092 2432 3 MP PP 4092 2432 1 0.125 0 4160 2386 1 0 0 4092 2432 1 0.125 0 2 interp_poly 4160 2386 1 0 0 4120 2377 1 0.0625 0 4160 2386 1 0 0 2 interp_poly 68 -46 -40 39 4132 2393 3 MP PP 4132 2393 0.938 0 0 4092 2432 1 0.125 0 4132 2393 0.938 0 0 2 interp_poly 4092 2432 1 0.125 0 4160 2386 1 0 0 4092 2432 1 0.125 0 2 interp_poly 68 -5 -40 -20 4172 2413 3 MP PP 4172 2413 0.938 0 0 4132 2393 0.938 0 0 4172 2413 0.938 0 0 2 interp_poly 4132 2393 0.938 0 0 4200 2388 1 0 0 4132 2393 0.938 0 0 2 interp_poly -40 -2 68 -5 4132 2393 3 MP PP 4132 2393 0.938 0 0 4200 2388 1 0 0 4132 2393 0.938 0 0 2 interp_poly 4200 2388 1 0 0 4160 2386 1 0 0 4200 2388 1 0 0 2 interp_poly -40 -57 68 -12 4131 1822 3 MP PP 4131 1822 0.875 0 0 4199 1810 0.875 0 0 4131 1822 0.875 0 0 2 interp_poly 4199 1810 0.875 0 0 4159 1753 0.812 0 0 4199 1810 0.875 0 0 2 interp_poly 68 -8 -40 -107 4169 2669 3 MP PP 4169 2669 1 0.188 0 4129 2562 1 0 0 4169 2669 1 0.188 0 2 interp_poly 4129 2562 1 0 0 4197 2554 1 0 0 4129 2562 1 0 0 2 interp_poly -40 -54 68 -8 4129 2562 3 MP PP 4129 2562 1 0 0 4197 2554 1 0 0 4129 2562 1 0 0 2 interp_poly 4197 2554 1 0 0 4157 2500 0.938 0 0 4197 2554 1 0 0 2 interp_poly -40 3 67 -32 4088 2029 3 MP PP 4088 2029 1 0.0625 0 4155 1997 1 0 0 4088 2029 1 0.0625 0 2 interp_poly 4155 1997 1 0 0 4115 2000 1 0.0625 0 4155 1997 1 0 0 2 interp_poly 67 -32 -40 18 4128 2011 3 MP PP 4128 2011 0.938 0 0 4088 2029 1 0.0625 0 4128 2011 0.938 0 0 2 interp_poly 4088 2029 1 0.0625 0 4155 1997 1 0 0 4088 2029 1 0.0625 0 2 interp_poly 68 -38 -40 3 4155 1997 3 MP PP 4155 1997 1 0 0 4115 2000 1 0.0625 0 4155 1997 1 0 0 2 interp_poly 4115 2000 1 0.0625 0 4183 1962 1 0 0 4115 2000 1 0.0625 0 2 interp_poly -40 29 67 -43 4128 2011 3 MP PP 4128 2011 0.938 0 0 4195 1968 0.875 0 0 4128 2011 0.938 0 0 2 interp_poly 4195 1968 0.875 0 0 4155 1997 1 0 0 4195 1968 0.875 0 0 2 interp_poly 67 -43 -40 -12 4168 2023 3 MP PP 4168 2023 0.938 0 0 4128 2011 0.938 0 0 4168 2023 0.938 0 0 2 interp_poly 4128 2011 0.938 0 0 4195 1968 0.875 0 0 4128 2011 0.938 0 0 2 interp_poly 68 -28 -40 -9 4160 2386 3 MP PP 4160 2386 1 0 0 4120 2377 1 0.0625 0 4160 2386 1 0 0 2 interp_poly 4120 2377 1 0.0625 0 4188 2349 1 0 0 4120 2377 1 0.0625 0 2 interp_poly -40 -38 68 9 4108 2317 3 MP PP 4108 2317 1 0.0625 0 4176 2326 1 0.125 0 4108 2317 1 0.0625 0 2 interp_poly 4176 2326 1 0.125 0 4136 2288 1 0.0625 0 4176 2326 1 0.125 0 2 interp_poly -40 -39 68 -2 4068 2290 3 MP PP 4068 2290 1 0.0625 0 4136 2288 1 0.0625 0 4068 2290 1 0.0625 0 2 interp_poly 4136 2288 1 0.0625 0 4096 2249 1 0.0625 0 4136 2288 1 0.0625 0 2 interp_poly 68 -2 -40 -27 4108 2317 3 MP PP 4108 2317 1 0.0625 0 4068 2290 1 0.0625 0 4108 2317 1 0.0625 0 2 interp_poly 4068 2290 1 0.0625 0 4136 2288 1 0.0625 0 4068 2290 1 0.0625 0 2 interp_poly 68 9 -40 71 4148 2246 3 MP PP 4148 2246 0.812 0 0 4108 2317 1 0.0625 0 4148 2246 0.812 0 0 2 interp_poly 4108 2317 1 0.0625 0 4176 2326 1 0.125 0 4108 2317 1 0.0625 0 2 interp_poly -40 -103 68 -28 4120 2377 3 MP PP 4120 2377 1 0.0625 0 4188 2349 1 0 0 4120 2377 1 0.0625 0 2 interp_poly 4188 2349 1 0 0 4148 2246 0.812 0 0 4188 2349 1 0 0 2 interp_poly 67 -9 -40 -2 4157 2500 3 MP PP 4157 2500 0.938 0 0 4117 2498 0.938 0 0 4157 2500 0.938 0 0 2 interp_poly 4117 2498 0.938 0 0 4184 2489 1 0 0 4117 2498 0.938 0 0 2 interp_poly -40 -23 67 -9 4117 2498 3 MP PP 4117 2498 0.938 0 0 4184 2489 1 0 0 4117 2498 0.938 0 0 2 interp_poly 4184 2489 1 0 0 4144 2466 1 0 0 4184 2489 1 0 0 2 interp_poly -40 -39 68 -38 4115 2000 3 MP PP 4115 2000 1 0.0625 0 4183 1962 1 0 0 4115 2000 1 0.0625 0 2 interp_poly 4183 1962 1 0 0 4143 1923 1 0 0 4183 1962 1 0 0 2 interp_poly 68 -18 -40 -25 4153 2777 3 MP PP 4153 2777 1 0.188 0 4113 2752 1 0.188 0 4153 2777 1 0.188 0 2 interp_poly 4113 2752 1 0.188 0 4181 2734 1 0.188 0 4113 2752 1 0.188 0 2 interp_poly -40 -26 68 -18 4113 2752 3 MP PP 4113 2752 1 0.188 0 4181 2734 1 0.188 0 4113 2752 1 0.188 0 2 interp_poly 4181 2734 1 0.188 0 4141 2708 1 0.188 0 4181 2734 1 0.188 0 2 interp_poly 68 -32 -40 -21 4144 2466 3 MP PP 4144 2466 1 0 0 4104 2445 1 0 0 4144 2466 1 0 0 2 interp_poly 4104 2445 1 0 0 4172 2413 0.938 0 0 4104 2445 1 0 0 2 interp_poly -40 -20 68 -32 4104 2445 3 MP PP 4104 2445 1 0 0 4172 2413 0.938 0 0 4104 2445 1 0 0 2 interp_poly 4172 2413 0.938 0 0 4132 2393 0.938 0 0 4172 2413 0.938 0 0 2 interp_poly 68 -25 -40 -14 4141 2708 3 MP PP 4141 2708 1 0.188 0 4101 2694 1 0.188 0 4141 2708 1 0.188 0 2 interp_poly 4101 2694 1 0.188 0 4169 2669 1 0.188 0 4101 2694 1 0.188 0 2 interp_poly -40 -107 68 -25 4101 2694 3 MP PP 4101 2694 1 0.188 0 4169 2669 1 0.188 0 4101 2694 1 0.188 0 2 interp_poly 4169 2669 1 0.188 0 4129 2562 1 0 0 4169 2669 1 0.188 0 2 interp_poly 68 -38 -40 -5 4140 2066 3 MP PP 4140 2066 0.938 0 0 4100 2061 1 0 0 4140 2066 0.938 0 0 2 interp_poly 4100 2061 1 0 0 4168 2023 0.938 0 0 4100 2061 1 0 0 2 interp_poly -40 -12 68 -38 4100 2061 3 MP PP 4100 2061 1 0 0 4168 2023 0.938 0 0 4100 2061 1 0 0 2 interp_poly 4168 2023 0.938 0 0 4128 2011 0.938 0 0 4168 2023 0.938 0 0 2 interp_poly -40 7 68 -20 4095 1549 3 MP PP 4095 1549 0.688 0 0 4163 1529 0.688 0 0 4095 1549 0.688 0 0 2 interp_poly 4163 1529 0.688 0 0 4123 1536 0.75 0 0 4163 1529 0.688 0 0 2 interp_poly -40 -60 68 -10 3999 1668 3 MP PP 3999 1668 0.875 0 0 4067 1658 0.875 0 0 3999 1668 0.875 0 0 2 interp_poly 4067 1658 0.875 0 0 4027 1598 0.75 0 0 4067 1658 0.875 0 0 2 interp_poly 68 -49 -40 -60 4067 1658 3 MP PP 4067 1658 0.875 0 0 4027 1598 0.75 0 0 4067 1658 0.875 0 0 2 interp_poly 4027 1598 0.75 0 0 4095 1549 0.688 0 0 4027 1598 0.75 0 0 2 interp_poly -40 -2 68 5 4039 1655 3 MP PP 4039 1655 0.75 0 0 4107 1660 0.812 0 0 4039 1655 0.75 0 0 2 interp_poly 4107 1660 0.812 0 0 4067 1658 0.875 0 0 4107 1660 0.812 0 0 2 interp_poly 68 5 -40 39 4079 1616 3 MP PP 4079 1616 0.625 0 0 4039 1655 0.75 0 0 4079 1616 0.625 0 0 2 interp_poly 4039 1655 0.75 0 0 4107 1660 0.812 0 0 4039 1655 0.75 0 0 2 interp_poly 68 4 -40 -2 4107 1660 3 MP PP 4107 1660 0.812 0 0 4067 1658 0.875 0 0 4107 1660 0.812 0 0 2 interp_poly 4067 1658 0.875 0 0 4135 1662 0.875 0 0 4067 1658 0.875 0 0 2 interp_poly -40 -163 68 1 4051 1778 3 MP PP 4051 1778 0.875 0 0 4119 1779 0.938 0 0 4051 1778 0.875 0 0 2 interp_poly 4119 1779 0.938 0 0 4079 1616 0.625 0 0 4119 1779 0.938 0 0 2 interp_poly 68 1 -40 -3 4091 1781 3 MP PP 4091 1781 0.875 0 0 4051 1778 0.875 0 0 4091 1781 0.875 0 0 2 interp_poly 4051 1778 0.875 0 0 4119 1779 0.938 0 0 4051 1778 0.875 0 0 2 interp_poly -40 54 68 -10 4079 1616 3 MP PP 4079 1616 0.625 0 0 4147 1606 0.625 0 0 4079 1616 0.625 0 0 2 interp_poly 4147 1606 0.625 0 0 4107 1660 0.812 0 0 4147 1606 0.625 0 0 2 interp_poly 68 -10 -40 -163 4119 1779 3 MP PP 4119 1779 0.938 0 0 4079 1616 0.625 0 0 4119 1779 0.938 0 0 2 interp_poly 4079 1616 0.625 0 0 4147 1606 0.625 0 0 4079 1616 0.625 0 0 2 interp_poly -40 26 68 -28 4091 1781 3 MP PP 4091 1781 0.875 0 0 4159 1753 0.812 0 0 4091 1781 0.875 0 0 2 interp_poly 4159 1753 0.812 0 0 4119 1779 0.938 0 0 4159 1753 0.812 0 0 2 interp_poly 68 -28 -40 -41 4131 1822 3 MP PP 4131 1822 0.875 0 0 4091 1781 0.875 0 0 4131 1822 0.875 0 0 2 interp_poly 4091 1781 0.875 0 0 4159 1753 0.812 0 0 4091 1781 0.875 0 0 2 interp_poly 68 -63 -40 1 4129 2562 3 MP PP 4129 2562 1 0 0 4089 2563 1 0 0 4129 2562 1 0 0 2 interp_poly 4089 2563 1 0 0 4157 2500 0.938 0 0 4089 2563 1 0 0 2 interp_poly -40 -2 68 -63 4089 2563 3 MP PP 4089 2563 1 0 0 4157 2500 0.938 0 0 4089 2563 1 0 0 2 interp_poly 4157 2500 0.938 0 0 4117 2498 0.938 0 0 4157 2500 0.938 0 0 2 interp_poly -40 -25 68 -61 4085 2838 3 MP PP 4085 2838 1 0.312 0 4153 2777 1 0.188 0 4085 2838 1 0.312 0 2 interp_poly 4153 2777 1 0.188 0 4113 2752 1 0.188 0 4153 2777 1 0.188 0 2 interp_poly -40 8 68 -27 4084 2193 3 MP PP 4084 2193 1 0.0625 0 4152 2166 1 0.0625 0 4084 2193 1 0.0625 0 2 interp_poly 4152 2166 1 0.0625 0 4112 2174 1 0.125 0 4152 2166 1 0.0625 0 2 interp_poly -40 -46 68 -19 4019 1466 3 MP PP 4019 1466 1 0 0 4087 1447 1 0 0 4019 1466 1 0 0 2 interp_poly 4087 1447 1 0 0 4047 1401 0.938 0 0 4087 1447 1 0 0 2 interp_poly 68 -19 -40 53 4059 1413 3 MP PP 4059 1413 0.812 0 0 4019 1466 1 0 0 4059 1413 0.812 0 0 2 interp_poly 4019 1466 1 0 0 4087 1447 1 0 0 4019 1466 1 0 0 2 interp_poly 68 -23 -40 -42 4019 1466 3 MP PP 4019 1466 1 0 0 3979 1424 0.938 0 0 4019 1466 1 0 0 2 interp_poly 3979 1424 0.938 0 0 4047 1401 0.938 0 0 3979 1424 0.938 0 0 2 interp_poly -40 53 68 -18 3991 1431 3 MP PP 3991 1431 0.812 0 0 4059 1413 0.812 0 0 3991 1431 0.812 0 0 2 interp_poly 4059 1413 0.812 0 0 4019 1466 1 0 0 4059 1413 0.812 0 0 2 interp_poly 68 -18 -40 12 4031 1419 3 MP PP 4031 1419 0.75 0 0 3991 1431 0.812 0 0 4031 1419 0.75 0 0 2 interp_poly 3991 1431 0.812 0 0 4059 1413 0.812 0 0 3991 1431 0.812 0 0 2 interp_poly -40 0 68 -6 4031 1419 3 MP PP 4031 1419 0.75 0 0 4099 1413 0.75 0 0 4031 1419 0.75 0 0 2 interp_poly 4099 1413 0.75 0 0 4059 1413 0.812 0 0 4099 1413 0.75 0 0 2 interp_poly 68 -6 -40 23 4071 1396 3 MP PP 4071 1396 0.625 0 0 4031 1419 0.75 0 0 4071 1396 0.625 0 0 2 interp_poly 4031 1419 0.75 0 0 4099 1413 0.75 0 0 4031 1419 0.75 0 0 2 interp_poly -40 -129 68 -49 4043 1574 3 MP PP 4043 1574 0.938 0 0 4111 1525 0.875 0 0 4043 1574 0.938 0 0 2 interp_poly 4111 1525 0.875 0 0 4071 1396 0.625 0 0 4111 1525 0.875 0 0 2 interp_poly 68 -49 -40 61 4083 1513 3 MP PP 4083 1513 0.75 0 0 4043 1574 0.938 0 0 4083 1513 0.75 0 0 2 interp_poly 4043 1574 0.938 0 0 4111 1525 0.875 0 0 4043 1574 0.938 0 0 2 interp_poly -40 46 68 -29 4071 1396 3 MP PP 4071 1396 0.625 0 0 4139 1367 0.562 0 0 4071 1396 0.625 0 0 2 interp_poly 4139 1367 0.562 0 0 4099 1413 0.75 0 0 4139 1367 0.562 0 0 2 interp_poly 68 -29 -40 -129 4111 1525 3 MP PP 4111 1525 0.875 0 0 4071 1396 0.625 0 0 4111 1525 0.875 0 0 2 interp_poly 4071 1396 0.625 0 0 4139 1367 0.562 0 0 4071 1396 0.625 0 0 2 interp_poly -40 37 68 -25 4083 1513 3 MP PP 4083 1513 0.75 0 0 4151 1488 0.75 0 0 4083 1513 0.75 0 0 2 interp_poly 4151 1488 0.75 0 0 4111 1525 0.875 0 0 4151 1488 0.75 0 0 2 interp_poly 68 -25 -40 -23 4123 1536 3 MP PP 4123 1536 0.75 0 0 4083 1513 0.75 0 0 4123 1536 0.75 0 0 2 interp_poly 4083 1513 0.75 0 0 4151 1488 0.75 0 0 4083 1513 0.75 0 0 2 interp_poly -40 -55 68 -2 4029 2973 3 MP PP 4029 2973 1 0.438 0 4097 2971 1 0.438 0 4029 2973 1 0.438 0 2 interp_poly 4097 2971 1 0.438 0 4057 2916 1 0.375 0 4097 2971 1 0.438 0 2 interp_poly 68 -2 -40 55 4069 2918 3 MP PP 4069 2918 1 0.25 0 4029 2973 1 0.438 0 4069 2918 1 0.25 0 2 interp_poly 4029 2973 1 0.438 0 4097 2971 1 0.438 0 4029 2973 1 0.438 0 2 interp_poly -40 -107 68 -44 4041 3069 3 MP PP 4041 3069 1 0.5 0 4109 3025 1 0.438 0 4041 3069 1 0.5 0 2 interp_poly 4109 3025 1 0.438 0 4069 2918 1 0.25 0 4109 3025 1 0.438 0 2 interp_poly -40 97 68 -44 4069 2918 3 MP PP 4069 2918 1 0.25 0 4137 2874 1 0.188 0 4069 2918 1 0.25 0 2 interp_poly 4137 2874 1 0.188 0 4097 2971 1 0.438 0 4137 2874 1 0.188 0 2 interp_poly 68 -44 -40 -107 4109 3025 3 MP PP 4109 3025 1 0.438 0 4069 2918 1 0.25 0 4109 3025 1 0.438 0 2 interp_poly 4069 2918 1 0.25 0 4137 2874 1 0.188 0 4069 2918 1 0.25 0 2 interp_poly -40 36 68 -32 4081 3021 3 MP PP 4081 3021 1 0.375 0 4149 2989 1 0.312 0 4081 3021 1 0.375 0 2 interp_poly 4149 2989 1 0.312 0 4109 3025 1 0.438 0 4149 2989 1 0.312 0 2 interp_poly -40 -28 68 -4 4028 2253 3 MP PP 4028 2253 1 0 0 4096 2249 1 0.0625 0 4028 2253 1 0 0 2 interp_poly 4096 2249 1 0.0625 0 4056 2221 1 0.0625 0 4096 2249 1 0.0625 0 2 interp_poly 68 -4 -40 -37 4068 2290 3 MP PP 4068 2290 1 0.0625 0 4028 2253 1 0 0 4068 2290 1 0.0625 0 2 interp_poly 4028 2253 1 0 0 4096 2249 1 0.0625 0 4028 2253 1 0 0 2 interp_poly -40 -27 68 -36 4040 2353 3 MP PP 4040 2353 1 0.125 0 4108 2317 1 0.0625 0 4040 2353 1 0.125 0 2 interp_poly 4108 2317 1 0.0625 0 4068 2290 1 0.0625 0 4108 2317 1 0.0625 0 2 interp_poly -40 -37 68 12 4000 2278 3 MP PP 4000 2278 1 0 0 4068 2290 1 0.0625 0 4000 2278 1 0 0 2 interp_poly 4068 2290 1 0.0625 0 4028 2253 1 0 0 4068 2290 1 0.0625 0 2 interp_poly 68 12 -40 -75 4040 2353 3 MP PP 4040 2353 1 0.125 0 4000 2278 1 0 0 4040 2353 1 0.125 0 2 interp_poly 4000 2278 1 0 0 4068 2290 1 0.0625 0 4000 2278 1 0 0 2 interp_poly 68 -36 -40 120 4080 2233 3 MP PP 4080 2233 0.75 0 0 4040 2353 1 0.125 0 4080 2233 0.75 0 0 2 interp_poly 4040 2353 1 0.125 0 4108 2317 1 0.0625 0 4040 2353 1 0.125 0 2 interp_poly -40 71 68 13 4080 2233 3 MP PP 4080 2233 0.75 0 0 4148 2246 0.812 0 0 4080 2233 0.75 0 0 2 interp_poly 4148 2246 0.812 0 0 4108 2317 1 0.0625 0 4148 2246 0.812 0 0 2 interp_poly 68 13 -40 -144 4120 2377 3 MP PP 4120 2377 1 0.0625 0 4080 2233 0.75 0 0 4120 2377 1 0.0625 0 2 interp_poly 4080 2233 0.75 0 0 4148 2246 0.812 0 0 4080 2233 0.75 0 0 2 interp_poly 67 -31 -40 -1 4117 2498 3 MP PP 4117 2498 0.938 0 0 4077 2497 1 0 0 4117 2498 0.938 0 0 2 interp_poly 4077 2497 1 0 0 4144 2466 1 0 0 4077 2497 1 0 0 2 interp_poly -40 -21 67 -31 4077 2497 3 MP PP 4077 2497 1 0 0 4144 2466 1 0 0 4077 2497 1 0 0 2 interp_poly 4144 2466 1 0 0 4104 2445 1 0 0 4144 2466 1 0 0 2 interp_poly -40 -81 68 12 4035 1933 3 MP PP 4035 1933 1 0.0625 0 4103 1945 1 0.125 0 4035 1933 1 0.0625 0 2 interp_poly 4103 1945 1 0.125 0 4063 1864 0.938 0 0 4103 1945 1 0.125 0 2 interp_poly 68 12 -40 26 4075 1907 3 MP PP 4075 1907 0.938 0 0 4035 1933 1 0.0625 0 4075 1907 0.938 0 0 2 interp_poly 4035 1933 1 0.0625 0 4103 1945 1 0.125 0 4035 1933 1 0.0625 0 2 interp_poly 68 -42 -40 -81 4103 1945 3 MP PP 4103 1945 1 0.125 0 4063 1864 0.938 0 0 4103 1945 1 0.125 0 2 interp_poly 4063 1864 0.938 0 0 4131 1822 0.875 0 0 4063 1864 0.938 0 0 2 interp_poly -40 22 68 16 4075 1907 3 MP PP 4075 1907 0.938 0 0 4143 1923 1 0 0 4075 1907 0.938 0 0 2 interp_poly 4143 1923 1 0 0 4103 1945 1 0.125 0 4143 1923 1 0 0 2 interp_poly 68 16 -40 -93 4115 2000 3 MP PP 4115 2000 1 0.0625 0 4075 1907 0.938 0 0 4115 2000 1 0.0625 0 2 interp_poly 4075 1907 0.938 0 0 4143 1923 1 0 0 4075 1907 0.938 0 0 2 interp_poly 68 -45 -40 1 4113 2752 3 MP PP 4113 2752 1 0.188 0 4073 2753 1 0.25 0 4113 2752 1 0.188 0 2 interp_poly 4073 2753 1 0.25 0 4141 2708 1 0.188 0 4073 2753 1 0.25 0 2 interp_poly -40 -14 68 -45 4073 2753 3 MP PP 4073 2753 1 0.25 0 4141 2708 1 0.188 0 4073 2753 1 0.25 0 2 interp_poly 4141 2708 1 0.188 0 4101 2694 1 0.188 0 4141 2708 1 0.188 0 2 interp_poly 68 -20 -40 -88 4112 2174 3 MP PP 4112 2174 1 0.125 0 4072 2086 0.938 0 0 4112 2174 1 0.125 0 2 interp_poly 4072 2086 0.938 0 0 4140 2066 0.938 0 0 4072 2086 0.938 0 0 2 interp_poly -40 -5 68 -20 4072 2086 3 MP PP 4072 2086 0.938 0 0 4140 2066 0.938 0 0 4072 2086 0.938 0 0 2 interp_poly 4140 2066 0.938 0 0 4100 2061 1 0 0 4140 2066 0.938 0 0 2 interp_poly -40 -24 68 -52 4024 2484 3 MP PP 4024 2484 1 0.188 0 4092 2432 1 0.125 0 4024 2484 1 0.188 0 2 interp_poly 4092 2432 1 0.125 0 4052 2408 1 0.125 0 4092 2432 1 0.125 0 2 interp_poly 68 -31 -40 -24 4092 2432 3 MP PP 4092 2432 1 0.125 0 4052 2408 1 0.125 0 4092 2432 1 0.125 0 2 interp_poly 4052 2408 1 0.125 0 4120 2377 1 0.0625 0 4052 2408 1 0.125 0 2 interp_poly 68 -52 -40 77 4064 2407 3 MP PP 4064 2407 0.938 0 0 4024 2484 1 0.188 0 4064 2407 0.938 0 0 2 interp_poly 4024 2484 1 0.188 0 4092 2432 1 0.125 0 4024 2484 1 0.188 0 2 interp_poly -40 39 68 -14 4064 2407 3 MP PP 4064 2407 0.938 0 0 4132 2393 0.938 0 0 4064 2407 0.938 0 0 2 interp_poly 4132 2393 0.938 0 0 4092 2432 1 0.125 0 4132 2393 0.938 0 0 2 interp_poly 68 -14 -40 -38 4104 2445 3 MP PP 4104 2445 1 0 0 4064 2407 0.938 0 0 4104 2445 1 0 0 2 interp_poly 4064 2407 0.938 0 0 4132 2393 0.938 0 0 4064 2407 0.938 0 0 2 interp_poly -40 -41 68 -42 4063 1864 3 MP PP 4063 1864 0.938 0 0 4131 1822 0.875 0 0 4063 1864 0.938 0 0 2 interp_poly 4131 1822 0.875 0 0 4091 1781 0.875 0 0 4131 1822 0.875 0 0 2 interp_poly 68 -52 -40 -80 4101 2694 3 MP PP 4101 2694 1 0.188 0 4061 2614 1 0.0625 0 4101 2694 1 0.188 0 2 interp_poly 4061 2614 1 0.0625 0 4129 2562 1 0 0 4061 2614 1 0.0625 0 2 interp_poly -40 1 68 -52 4061 2614 3 MP PP 4061 2614 1 0.0625 0 4129 2562 1 0 0 4061 2614 1 0.0625 0 2 interp_poly 4129 2562 1 0 0 4089 2563 1 0 0 4129 2562 1 0 0 2 interp_poly -40 -48 67 -24 3968 1957 3 MP PP 3968 1957 1 0.0625 0 4035 1933 1 0.0625 0 3968 1957 1 0.0625 0 2 interp_poly 4035 1933 1 0.0625 0 3995 1885 1 0 0 4035 1933 1 0.0625 0 2 interp_poly 67 -24 -40 47 4008 1910 3 MP PP 4008 1910 0.875 0 0 3968 1957 1 0.0625 0 4008 1910 0.875 0 0 2 interp_poly 3968 1957 1 0.0625 0 4035 1933 1 0.0625 0 3968 1957 1 0.0625 0 2 interp_poly -40 -126 68 -39 3980 2075 3 MP PP 3980 2075 1 0.188 0 4048 2036 1 0.125 0 3980 2075 1 0.188 0 2 interp_poly 4048 2036 1 0.125 0 4008 1910 0.875 0 0 4048 2036 1 0.125 0 2 interp_poly 68 -21 -40 -48 4035 1933 3 MP PP 4035 1933 1 0.0625 0 3995 1885 1 0 0 4035 1933 1 0.0625 0 2 interp_poly 3995 1885 1 0 0 4063 1864 0.938 0 0 3995 1885 1 0 0 2 interp_poly -40 26 67 -3 4008 1910 3 MP PP 4008 1910 0.875 0 0 4075 1907 0.938 0 0 4008 1910 0.875 0 0 2 interp_poly 4075 1907 0.938 0 0 4035 1933 1 0.0625 0 4075 1907 0.938 0 0 2 interp_poly 67 -3 -40 -126 4048 2036 3 MP PP 4048 2036 1 0.125 0 4008 1910 0.875 0 0 4048 2036 1 0.125 0 2 interp_poly 4008 1910 0.875 0 0 4075 1907 0.938 0 0 4008 1910 0.875 0 0 2 interp_poly -40 -93 67 -36 4048 2036 3 MP PP 4048 2036 1 0.125 0 4115 2000 1 0.0625 0 4048 2036 1 0.125 0 2 interp_poly 4115 2000 1 0.0625 0 4075 1907 0.938 0 0 4115 2000 1 0.0625 0 2 interp_poly 67 -36 -40 7 4088 2029 3 MP PP 4088 2029 1 0.0625 0 4048 2036 1 0.125 0 4088 2029 1 0.0625 0 2 interp_poly 4048 2036 1 0.125 0 4115 2000 1 0.0625 0 4048 2036 1 0.125 0 2 interp_poly -40 7 68 -12 4020 2041 3 MP PP 4020 2041 1 0.0625 0 4088 2029 1 0.0625 0 4020 2041 1 0.0625 0 2 interp_poly 4088 2029 1 0.0625 0 4048 2036 1 0.125 0 4088 2029 1 0.0625 0 2 interp_poly 68 -12 -40 37 4060 2004 3 MP PP 4060 2004 0.938 0 0 4020 2041 1 0.0625 0 4060 2004 0.938 0 0 2 interp_poly 4020 2041 1 0.0625 0 4088 2029 1 0.0625 0 4020 2041 1 0.0625 0 2 interp_poly -40 18 68 7 4060 2004 3 MP PP 4060 2004 0.938 0 0 4128 2011 0.938 0 0 4060 2004 0.938 0 0 2 interp_poly 4128 2011 0.938 0 0 4088 2029 1 0.0625 0 4128 2011 0.938 0 0 2 interp_poly 68 7 -40 -57 4100 2061 3 MP PP 4100 2061 1 0 0 4060 2004 0.938 0 0 4100 2061 1 0 0 2 interp_poly 4060 2004 0.938 0 0 4128 2011 0.938 0 0 4060 2004 0.938 0 0 2 interp_poly 68 -26 -40 13 4095 1549 3 MP PP 4095 1549 0.688 0 0 4055 1562 0.75 0 0 4095 1549 0.688 0 0 2 interp_poly 4055 1562 0.75 0 0 4123 1536 0.75 0 0 4055 1562 0.75 0 0 2 interp_poly -40 -23 68 -26 4055 1562 3 MP PP 4055 1562 0.75 0 0 4123 1536 0.75 0 0 4055 1562 0.75 0 0 2 interp_poly 4123 1536 0.75 0 0 4083 1513 0.75 0 0 4123 1536 0.75 0 0 2 interp_poly -40 -144 68 -31 4052 2408 3 MP PP 4052 2408 1 0.125 0 4120 2377 1 0.0625 0 4052 2408 1 0.125 0 2 interp_poly 4120 2377 1 0.0625 0 4080 2233 0.75 0 0 4120 2377 1 0.0625 0 2 interp_poly -40 -28 68 -56 4009 2553 3 MP PP 4009 2553 1 0.125 0 4077 2497 1 0 0 4009 2553 1 0.125 0 2 interp_poly 4077 2497 1 0 0 4037 2469 1 0 0 4077 2497 1 0 0 2 interp_poly 68 -56 -40 42 4049 2511 3 MP PP 4049 2511 0.938 0 0 4009 2553 1 0.125 0 4049 2511 0.938 0 0 2 interp_poly 4009 2553 1 0.125 0 4077 2497 1 0 0 4009 2553 1 0.125 0 2 interp_poly 68 -13 -40 -52 4089 2563 3 MP PP 4089 2563 1 0 0 4049 2511 0.938 0 0 4089 2563 1 0 0 2 interp_poly 4049 2511 0.938 0 0 4117 2498 0.938 0 0 4049 2511 0.938 0 0 2 interp_poly -40 -1 68 -13 4049 2511 3 MP PP 4049 2511 0.938 0 0 4117 2498 0.938 0 0 4049 2511 0.938 0 0 2 interp_poly 4117 2498 0.938 0 0 4077 2497 1 0 0 4117 2498 0.938 0 0 2 interp_poly 68 -43 -40 -43 4085 2838 3 MP PP 4085 2838 1 0.312 0 4045 2795 1 0.25 0 4085 2838 1 0.312 0 2 interp_poly 4045 2795 1 0.25 0 4113 2752 1 0.188 0 4045 2795 1 0.25 0 2 interp_poly -40 1 68 -43 4045 2795 3 MP PP 4045 2795 1 0.25 0 4113 2752 1 0.188 0 4045 2795 1 0.25 0 2 interp_poly 4113 2752 1 0.188 0 4073 2753 1 0.25 0 4113 2752 1 0.188 0 2 interp_poly 68 -42 -40 23 4084 2193 3 MP PP 4084 2193 1 0.0625 0 4044 2216 1 0.188 0 4084 2193 1 0.0625 0 2 interp_poly 4044 2216 1 0.188 0 4112 2174 1 0.125 0 4044 2216 1 0.188 0 2 interp_poly -40 -88 68 -42 4044 2216 3 MP PP 4044 2216 1 0.188 0 4112 2174 1 0.125 0 4044 2216 1 0.188 0 2 interp_poly 4112 2174 1 0.125 0 4072 2086 0.938 0 0 4112 2174 1 0.125 0 2 interp_poly 68 -44 -40 48 4081 3021 3 MP PP 4081 3021 1 0.375 0 4041 3069 1 0.5 0 4081 3021 1 0.375 0 2 interp_poly 4041 3069 1 0.5 0 4109 3025 1 0.438 0 4041 3069 1 0.5 0 2 interp_poly 67 -24 -40 -28 4077 2497 3 MP PP 4077 2497 1 0 0 4037 2469 1 0 0 4077 2497 1 0 0 2 interp_poly 4037 2469 1 0 0 4104 2445 1 0 0 4037 2469 1 0 0 2 interp_poly -40 -38 67 -24 4037 2469 3 MP PP 4037 2469 1 0 0 4104 2445 1 0 0 4037 2469 1 0 0 2 interp_poly 4104 2445 1 0 0 4064 2407 0.938 0 0 4104 2445 1 0 0 2 interp_poly 68 -60 -40 1 4073 2753 3 MP PP 4073 2753 1 0.25 0 4033 2754 1 0.312 0 4073 2753 1 0.25 0 2 interp_poly 4033 2754 1 0.312 0 4101 2694 1 0.188 0 4033 2754 1 0.312 0 2 interp_poly -40 -80 68 -60 4033 2754 3 MP PP 4033 2754 1 0.312 0 4101 2694 1 0.188 0 4033 2754 1 0.312 0 2 interp_poly 4101 2694 1 0.188 0 4061 2614 1 0.0625 0 4101 2694 1 0.188 0 2 interp_poly 68 -39 -40 34 4020 2041 3 MP PP 4020 2041 1 0.0625 0 3980 2075 1 0.188 0 4020 2041 1 0.0625 0 2 interp_poly 3980 2075 1 0.188 0 4048 2036 1 0.125 0 3980 2075 1 0.188 0 2 interp_poly 68 25 -40 -50 4072 2086 3 MP PP 4072 2086 0.938 0 0 4032 2036 0.875 0 0 4072 2086 0.938 0 0 2 interp_poly 4032 2036 0.875 0 0 4100 2061 1 0 0 4032 2036 0.875 0 0 2 interp_poly -40 -57 68 25 4032 2036 3 MP PP 4032 2036 0.875 0 0 4100 2061 1 0 0 4032 2036 0.875 0 0 2 interp_poly 4100 2061 1 0 0 4060 2004 0.938 0 0 4100 2061 1 0 0 2 interp_poly -40 13 68 -49 4027 1598 3 MP PP 4027 1598 0.75 0 0 4095 1549 0.688 0 0 4027 1598 0.75 0 0 2 interp_poly 4095 1549 0.688 0 0 4055 1562 0.75 0 0 4095 1549 0.688 0 0 2 interp_poly 68 -11 -40 -72 4063 1864 3 MP PP 4063 1864 0.938 0 0 4023 1792 0.875 0 0 4063 1864 0.938 0 0 2 interp_poly 4023 1792 0.875 0 0 4091 1781 0.875 0 0 4023 1792 0.875 0 0 2 interp_poly -40 -3 68 -11 4023 1792 3 MP PP 4023 1792 0.875 0 0 4091 1781 0.875 0 0 4023 1792 0.875 0 0 2 interp_poly 4091 1781 0.875 0 0 4051 1778 0.875 0 0 4091 1781 0.875 0 0 2 interp_poly 68 -20 -40 -31 4061 2614 3 MP PP 4061 2614 1 0.0625 0 4021 2583 1 0.0625 0 4061 2614 1 0.0625 0 2 interp_poly 4021 2583 1 0.0625 0 4089 2563 1 0 0 4021 2583 1 0.0625 0 2 interp_poly -40 -52 68 -20 4021 2583 3 MP PP 4021 2583 1 0.0625 0 4089 2563 1 0 0 4021 2583 1 0.0625 0 2 interp_poly 4089 2563 1 0 0 4049 2511 0.938 0 0 4089 2563 1 0 0 2 interp_poly 68 -24 -40 -54 4057 2916 3 MP PP 4057 2916 1 0.375 0 4017 2862 1 0.312 0 4057 2916 1 0.375 0 2 interp_poly 4017 2862 1 0.312 0 4085 2838 1 0.312 0 4017 2862 1 0.312 0 2 interp_poly -40 -43 68 -24 4017 2862 3 MP PP 4017 2862 1 0.312 0 4085 2838 1 0.312 0 4017 2862 1 0.312 0 2 interp_poly 4085 2838 1 0.312 0 4045 2795 1 0.25 0 4085 2838 1 0.312 0 2 interp_poly -40 -104 68 -16 3976 2232 3 MP PP 3976 2232 1 0.188 0 4044 2216 1 0.188 0 3976 2232 1 0.188 0 2 interp_poly 4044 2216 1 0.188 0 4004 2112 1 0 0 4044 2216 1 0.188 0 2 interp_poly 68 -16 -40 21 4016 2211 3 MP PP 4016 2211 1 0.0625 0 3976 2232 1 0.188 0 4016 2211 1 0.0625 0 2 interp_poly 3976 2232 1 0.188 0 4044 2216 1 0.188 0 3976 2232 1 0.188 0 2 interp_poly 68 -26 -40 -104 4044 2216 3 MP PP 4044 2216 1 0.188 0 4004 2112 1 0 0 4044 2216 1 0.188 0 2 interp_poly 4004 2112 1 0 0 4072 2086 0.938 0 0 4004 2112 1 0 0 2 interp_poly -40 23 68 -18 4016 2211 3 MP PP 4016 2211 1 0.0625 0 4084 2193 1 0.0625 0 4016 2211 1 0.0625 0 2 interp_poly 4084 2193 1 0.0625 0 4044 2216 1 0.188 0 4084 2193 1 0.0625 0 2 interp_poly 68 -18 -40 -10 4056 2221 3 MP PP 4056 2221 1 0.0625 0 4016 2211 1 0.0625 0 4056 2221 1 0.0625 0 2 interp_poly 4016 2211 1 0.0625 0 4084 2193 1 0.0625 0 4016 2211 1 0.0625 0 2 interp_poly -40 -42 68 -6 3951 1472 3 MP PP 3951 1472 0.938 0 0 4019 1466 1 0 0 3951 1472 0.938 0 0 2 interp_poly 4019 1466 1 0 0 3979 1424 0.938 0 0 4019 1466 1 0 0 2 interp_poly 68 -6 -40 41 3991 1431 3 MP PP 3991 1431 0.812 0 0 3951 1472 0.938 0 0 3991 1431 0.812 0 0 2 interp_poly 3951 1472 0.938 0 0 4019 1466 1 0 0 3951 1472 0.938 0 0 2 interp_poly -40 -143 68 10 3975 1564 3 MP PP 3975 1564 0.875 0 0 4043 1574 0.938 0 0 3975 1564 0.875 0 0 2 interp_poly 4043 1574 0.938 0 0 4003 1431 0.688 0 0 4043 1574 0.938 0 0 2 interp_poly 67 -23 -40 -72 3927 1363 3 MP PP 3927 1363 1 0 0 3887 1291 0.875 0 0 3927 1363 1 0 0 2 interp_poly 3887 1291 0.875 0 0 3954 1268 0.875 0 0 3887 1291 0.875 0 0 2 interp_poly -40 -18 68 8 3899 1373 3 MP PP 3899 1373 0.938 0 0 3967 1381 1 0 0 3899 1373 0.938 0 0 2 interp_poly 3967 1381 1 0 0 3927 1363 1 0 0 3967 1381 1 0 0 2 interp_poly -40 -72 68 -18 3859 1381 3 MP PP 3859 1381 1 0 0 3927 1363 1 0 0 3859 1381 1 0 0 2 interp_poly 3927 1363 1 0 0 3887 1291 0.875 0 0 3927 1363 1 0 0 2 interp_poly 68 -18 -40 8 3899 1373 3 MP PP 3899 1373 0.938 0 0 3859 1381 1 0 0 3899 1373 0.938 0 0 2 interp_poly 3859 1381 1 0 0 3927 1363 1 0 0 3859 1381 1 0 0 2 interp_poly -40 -76 67 -19 3927 1363 3 MP PP 3927 1363 1 0 0 3994 1344 1 0 0 3927 1363 1 0 0 2 interp_poly 3994 1344 1 0 0 3954 1268 0.875 0 0 3994 1344 1 0 0 2 interp_poly 67 -19 -40 -18 3967 1381 3 MP PP 3967 1381 1 0 0 3927 1363 1 0 0 3967 1381 1 0 0 2 interp_poly 3927 1363 1 0 0 3994 1344 1 0 0 3927 1363 1 0 0 2 interp_poly 68 8 -40 72 3939 1301 3 MP PP 3939 1301 0.688 0 0 3899 1373 0.938 0 0 3939 1301 0.688 0 0 2 interp_poly 3899 1373 0.938 0 0 3967 1381 1 0 0 3899 1373 0.938 0 0 2 interp_poly -40 -123 68 -25 3911 1449 3 MP PP 3911 1449 1 0 0 3979 1424 0.938 0 0 3911 1449 1 0 0 2 interp_poly 3979 1424 0.938 0 0 3939 1301 0.688 0 0 3979 1424 0.938 0 0 2 interp_poly 68 -25 -40 -23 3951 1472 3 MP PP 3951 1472 0.938 0 0 3911 1449 1 0 0 3951 1472 0.938 0 0 2 interp_poly 3911 1449 1 0 0 3979 1424 0.938 0 0 3911 1449 1 0 0 2 interp_poly 68 -30 -40 -76 3994 1344 3 MP PP 3994 1344 1 0 0 3954 1268 0.875 0 0 3994 1344 1 0 0 2 interp_poly 3954 1268 0.875 0 0 4022 1238 0.812 0 0 3954 1268 0.875 0 0 2 interp_poly -40 96 68 -16 3939 1301 3 MP PP 3939 1301 0.688 0 0 4007 1285 0.688 0 0 3939 1301 0.688 0 0 2 interp_poly 4007 1285 0.688 0 0 3967 1381 1 0 0 4007 1285 0.688 0 0 2 interp_poly -40 -2 67 -35 3967 1381 3 MP PP 3967 1381 1 0 0 4034 1346 0.938 0 0 3967 1381 1 0 0 2 interp_poly 4034 1346 0.938 0 0 3994 1344 1 0 0 4034 1346 0.938 0 0 2 interp_poly 67 -35 -40 96 4007 1285 3 MP PP 4007 1285 0.688 0 0 3967 1381 1 0 0 4007 1285 0.688 0 0 2 interp_poly 3967 1381 1 0 0 4034 1346 0.938 0 0 3967 1381 1 0 0 2 interp_poly 68 -16 -40 -123 3979 1424 3 MP PP 3979 1424 0.938 0 0 3939 1301 0.688 0 0 3979 1424 0.938 0 0 2 interp_poly 3939 1301 0.688 0 0 4007 1285 0.688 0 0 3939 1301 0.688 0 0 2 interp_poly -40 -116 68 -23 3979 1424 3 MP PP 3979 1424 0.938 0 0 4047 1401 0.938 0 0 3979 1424 0.938 0 0 2 interp_poly 4047 1401 0.938 0 0 4007 1285 0.688 0 0 4047 1401 0.938 0 0 2 interp_poly -40 12 68 0 3963 1419 3 MP PP 3963 1419 0.688 0 0 4031 1419 0.75 0 0 3963 1419 0.688 0 0 2 interp_poly 4031 1419 0.75 0 0 3991 1431 0.812 0 0 4031 1419 0.75 0 0 2 interp_poly 68 0 -40 -12 4003 1431 3 MP PP 4003 1431 0.688 0 0 3963 1419 0.688 0 0 4003 1431 0.688 0 0 2 interp_poly 3963 1419 0.688 0 0 4031 1419 0.75 0 0 3963 1419 0.688 0 0 2 interp_poly -40 23 68 -35 4003 1431 3 MP PP 4003 1431 0.688 0 0 4071 1396 0.625 0 0 4003 1431 0.688 0 0 2 interp_poly 4071 1396 0.625 0 0 4031 1419 0.75 0 0 4071 1396 0.625 0 0 2 interp_poly 68 -35 -40 -143 4043 1574 3 MP PP 4043 1574 0.938 0 0 4003 1431 0.688 0 0 4043 1574 0.938 0 0 2 interp_poly 4003 1431 0.688 0 0 4071 1396 0.625 0 0 4003 1431 0.688 0 0 2 interp_poly -40 61 68 -39 4015 1552 3 MP PP 4015 1552 0.812 0 0 4083 1513 0.75 0 0 4015 1552 0.812 0 0 2 interp_poly 4083 1513 0.75 0 0 4043 1574 0.938 0 0 4083 1513 0.75 0 0 2 interp_poly 68 -39 -40 -10 4055 1562 3 MP PP 4055 1562 0.75 0 0 4015 1552 0.812 0 0 4055 1562 0.75 0 0 2 interp_poly 4015 1552 0.812 0 0 4083 1513 0.75 0 0 4015 1552 0.812 0 0 2 interp_poly -40 -46 68 -37 3961 3010 3 MP PP 3961 3010 1 0.5 0 4029 2973 1 0.438 0 3961 3010 1 0.5 0 2 interp_poly 4029 2973 1 0.438 0 3989 2927 1 0.375 0 4029 2973 1 0.438 0 2 interp_poly 68 -37 -40 38 4001 2972 3 MP PP 4001 2972 1 0.375 0 3961 3010 1 0.5 0 4001 2972 1 0.375 0 2 interp_poly 3961 3010 1 0.5 0 4029 2973 1 0.438 0 3961 3010 1 0.5 0 2 interp_poly -40 -97 68 -44 3973 3113 3 MP PP 3973 3113 1 0.562 0 4041 3069 1 0.5 0 3973 3113 1 0.562 0 2 interp_poly 4041 3069 1 0.5 0 4001 2972 1 0.375 0 4041 3069 1 0.5 0 2 interp_poly 68 -11 -40 -46 4029 2973 3 MP PP 4029 2973 1 0.438 0 3989 2927 1 0.375 0 4029 2973 1 0.438 0 2 interp_poly 3989 2927 1 0.375 0 4057 2916 1 0.375 0 3989 2927 1 0.375 0 2 interp_poly -40 55 68 -54 4001 2972 3 MP PP 4001 2972 1 0.375 0 4069 2918 1 0.25 0 4001 2972 1 0.375 0 2 interp_poly 4069 2918 1 0.25 0 4029 2973 1 0.438 0 4069 2918 1 0.25 0 2 interp_poly 68 -54 -40 -97 4041 3069 3 MP PP 4041 3069 1 0.5 0 4001 2972 1 0.375 0 4041 3069 1 0.5 0 2 interp_poly 4001 2972 1 0.375 0 4069 2918 1 0.25 0 4001 2972 1 0.375 0 2 interp_poly -40 48 68 -66 4013 3087 3 MP PP 4013 3087 1 0.5 0 4081 3021 1 0.375 0 4013 3087 1 0.5 0 2 interp_poly 4081 3021 1 0.375 0 4041 3069 1 0.5 0 4081 3021 1 0.375 0 2 interp_poly -40 -75 68 -47 3972 2400 3 MP PP 3972 2400 1 0.188 0 4040 2353 1 0.125 0 3972 2400 1 0.188 0 2 interp_poly 4040 2353 1 0.125 0 4000 2278 1 0 0 4040 2353 1 0.125 0 2 interp_poly 68 -47 -40 65 4012 2335 3 MP PP 4012 2335 1 0 0 3972 2400 1 0.188 0 4012 2335 1 0 0 2 interp_poly 3972 2400 1 0.188 0 4040 2353 1 0.125 0 3972 2400 1 0.188 0 2 interp_poly -40 120 68 -102 4012 2335 3 MP PP 4012 2335 1 0 0 4080 2233 0.75 0 0 4012 2335 1 0 0 2 interp_poly 4080 2233 0.75 0 0 4040 2353 1 0.125 0 4080 2233 0.75 0 0 2 interp_poly 68 -102 -40 -73 4052 2408 3 MP PP 4052 2408 1 0.125 0 4012 2335 1 0 0 4052 2408 1 0.125 0 2 interp_poly 4012 2335 1 0 0 4080 2233 0.75 0 0 4012 2335 1 0 0 2 interp_poly 68 -21 -40 -69 3859 1381 3 MP PP 3859 1381 1 0 0 3819 1312 0.938 0 0 3859 1381 1 0 0 2 interp_poly 3819 1312 0.938 0 0 3887 1291 0.875 0 0 3819 1312 0.938 0 0 2 interp_poly -40 8 68 -42 3831 1415 3 MP PP 3831 1415 1 0 0 3899 1373 0.938 0 0 3831 1415 1 0 0 2 interp_poly 3899 1373 0.938 0 0 3859 1381 1 0 0 3899 1373 0.938 0 0 2 interp_poly -40 -69 68 2 3791 1379 3 MP PP 3791 1379 1 0 0 3859 1381 1 0 0 3791 1379 1 0 0 2 interp_poly 3859 1381 1 0 0 3819 1312 0.938 0 0 3859 1381 1 0 0 2 interp_poly 68 2 -40 -36 3831 1415 3 MP PP 3831 1415 1 0 0 3791 1379 1 0 0 3831 1415 1 0 0 2 interp_poly 3791 1379 1 0 0 3859 1381 1 0 0 3791 1379 1 0 0 2 interp_poly 68 -42 -40 99 3871 1316 3 MP PP 3871 1316 0.688 0 0 3831 1415 1 0 0 3871 1316 0.688 0 0 2 interp_poly 3831 1415 1 0 0 3899 1373 0.938 0 0 3831 1415 1 0 0 2 interp_poly -40 -133 68 -29 3843 1478 3 MP PP 3843 1478 1 0 0 3911 1449 1 0 0 3843 1478 1 0 0 2 interp_poly 3911 1449 1 0 0 3871 1316 0.688 0 0 3911 1449 1 0 0 2 interp_poly 68 -29 -40 18 3883 1460 3 MP PP 3883 1460 0.938 0 0 3843 1478 1 0 0 3883 1460 0.938 0 0 2 interp_poly 3843 1478 1 0 0 3911 1449 1 0 0 3843 1478 1 0 0 2 interp_poly 68 12 -40 -23 3923 1483 3 MP PP 3923 1483 0.875 0 0 3883 1460 0.938 0 0 3923 1483 0.875 0 0 2 interp_poly 3883 1460 0.938 0 0 3951 1472 0.938 0 0 3883 1460 0.938 0 0 2 interp_poly -40 -23 68 12 3883 1460 3 MP PP 3883 1460 0.938 0 0 3951 1472 0.938 0 0 3883 1460 0.938 0 0 2 interp_poly 3951 1472 0.938 0 0 3911 1449 1 0 0 3951 1472 0.938 0 0 2 interp_poly -40 41 68 -52 3923 1483 3 MP PP 3923 1483 0.875 0 0 3991 1431 0.812 0 0 3923 1483 0.875 0 0 2 interp_poly 3991 1431 0.812 0 0 3951 1472 0.938 0 0 3991 1431 0.812 0 0 2 interp_poly -40 -87 68 -16 3907 1580 3 MP PP 3907 1580 0.875 0 0 3975 1564 0.875 0 0 3907 1580 0.875 0 0 2 interp_poly 3975 1564 0.875 0 0 3935 1477 0.75 0 0 3975 1564 0.875 0 0 2 interp_poly 68 -16 -40 21 3947 1559 3 MP PP 3947 1559 0.812 0 0 3907 1580 0.875 0 0 3947 1559 0.812 0 0 2 interp_poly 3907 1580 0.875 0 0 3975 1564 0.875 0 0 3907 1580 0.875 0 0 2 interp_poly -40 -29 68 -37 3919 1625 3 MP PP 3919 1625 0.875 0 0 3987 1588 0.812 0 0 3919 1625 0.875 0 0 2 interp_poly 3987 1588 0.812 0 0 3947 1559 0.812 0 0 3987 1588 0.812 0 0 2 interp_poly 68 -37 -40 23 3959 1602 3 MP PP 3959 1602 0.75 0 0 3919 1625 0.875 0 0 3959 1602 0.75 0 0 2 interp_poly 3919 1625 0.875 0 0 3987 1588 0.812 0 0 3919 1625 0.875 0 0 2 interp_poly 68 -4 -40 -66 3999 1668 3 MP PP 3999 1668 0.875 0 0 3959 1602 0.75 0 0 3999 1668 0.875 0 0 2 interp_poly 3959 1602 0.75 0 0 4027 1598 0.75 0 0 3959 1602 0.75 0 0 2 interp_poly 68 -10 -40 13 4039 1655 3 MP PP 4039 1655 0.75 0 0 3999 1668 0.875 0 0 4039 1655 0.75 0 0 2 interp_poly 3999 1668 0.875 0 0 4067 1658 0.875 0 0 3999 1668 0.875 0 0 2 interp_poly -40 13 68 -24 3971 1679 3 MP PP 3971 1679 0.812 0 0 4039 1655 0.75 0 0 3971 1679 0.812 0 0 2 interp_poly 4039 1655 0.75 0 0 3999 1668 0.875 0 0 4039 1655 0.75 0 0 2 interp_poly -40 -66 68 -4 3931 1672 3 MP PP 3931 1672 0.812 0 0 3999 1668 0.875 0 0 3931 1672 0.812 0 0 2 interp_poly 3999 1668 0.875 0 0 3959 1602 0.75 0 0 3999 1668 0.875 0 0 2 interp_poly 68 -4 -40 -7 3971 1679 3 MP PP 3971 1679 0.812 0 0 3931 1672 0.812 0 0 3971 1679 0.812 0 0 2 interp_poly 3931 1672 0.812 0 0 3999 1668 0.875 0 0 3931 1672 0.812 0 0 2 interp_poly 68 -24 -40 58 4011 1621 3 MP PP 4011 1621 0.562 0 0 3971 1679 0.812 0 0 4011 1621 0.562 0 0 2 interp_poly 3971 1679 0.812 0 0 4039 1655 0.75 0 0 3971 1679 0.812 0 0 2 interp_poly -40 39 68 -5 4011 1621 3 MP PP 4011 1621 0.562 0 0 4079 1616 0.625 0 0 4011 1621 0.562 0 0 2 interp_poly 4079 1616 0.625 0 0 4039 1655 0.75 0 0 4079 1616 0.625 0 0 2 interp_poly 68 -5 -40 -157 4051 1778 3 MP PP 4051 1778 0.875 0 0 4011 1621 0.562 0 0 4051 1778 0.875 0 0 2 interp_poly 4011 1621 0.562 0 0 4079 1616 0.625 0 0 4011 1621 0.562 0 0 2 interp_poly -40 118 67 -57 4007 1285 3 MP PP 4007 1285 0.688 0 0 4074 1228 0.625 0 0 4007 1285 0.688 0 0 2 interp_poly 4074 1228 0.625 0 0 4034 1346 0.938 0 0 4074 1228 0.625 0 0 2 interp_poly 67 -57 -40 -116 4047 1401 3 MP PP 4047 1401 0.938 0 0 4007 1285 0.688 0 0 4047 1401 0.938 0 0 2 interp_poly 4007 1285 0.688 0 0 4074 1228 0.625 0 0 4007 1285 0.688 0 0 2 interp_poly 68 -52 -40 10 4045 2795 3 MP PP 4045 2795 1 0.25 0 4005 2805 1 0.312 0 4045 2795 1 0.25 0 2 interp_poly 4005 2805 1 0.312 0 4073 2753 1 0.25 0 4005 2805 1 0.312 0 2 interp_poly -40 1 68 -52 4005 2805 3 MP PP 4005 2805 1 0.312 0 4073 2753 1 0.25 0 4005 2805 1 0.312 0 2 interp_poly 4073 2753 1 0.25 0 4033 2754 1 0.312 0 4073 2753 1 0.25 0 2 interp_poly -40 -50 68 -26 4004 2112 3 MP PP 4004 2112 1 0 0 4072 2086 0.938 0 0 4004 2112 1 0 0 2 interp_poly 4072 2086 0.938 0 0 4032 2036 0.875 0 0 4072 2086 0.938 0 0 2 interp_poly -40 -73 68 -32 3984 2440 3 MP PP 3984 2440 1 0.125 0 4052 2408 1 0.125 0 3984 2440 1 0.125 0 2 interp_poly 4052 2408 1 0.125 0 4012 2335 1 0 0 4052 2408 1 0.125 0 2 interp_poly 68 -32 -40 -44 4024 2484 3 MP PP 4024 2484 1 0.188 0 3984 2440 1 0.125 0 4024 2484 1 0.188 0 2 interp_poly 3984 2440 1 0.125 0 4052 2408 1 0.125 0 3984 2440 1 0.125 0 2 interp_poly -40 77 67 -1 3997 2408 3 MP PP 3997 2408 0.938 0 0 4064 2407 0.938 0 0 3997 2408 0.938 0 0 2 interp_poly 4064 2407 0.938 0 0 4024 2484 1 0.188 0 4064 2407 0.938 0 0 2 interp_poly 67 -1 -40 -61 4037 2469 3 MP PP 4037 2469 1 0 0 3997 2408 0.938 0 0 4037 2469 1 0 0 2 interp_poly 3997 2408 0.938 0 0 4064 2407 0.938 0 0 3997 2408 0.938 0 0 2 interp_poly -40 -72 68 -21 3995 1885 3 MP PP 3995 1885 1 0 0 4063 1864 0.938 0 0 3995 1885 1 0 0 2 interp_poly 4063 1864 0.938 0 0 4023 1792 0.875 0 0 4063 1864 0.938 0 0 2 interp_poly 68 -36 -40 -104 4033 2754 3 MP PP 4033 2754 1 0.312 0 3993 2650 1 0.125 0 4033 2754 1 0.312 0 2 interp_poly 3993 2650 1 0.125 0 4061 2614 1 0.0625 0 3993 2650 1 0.125 0 2 interp_poly -40 -31 68 -36 3993 2650 3 MP PP 3993 2650 1 0.125 0 4061 2614 1 0.0625 0 3993 2650 1 0.125 0 2 interp_poly 4061 2614 1 0.0625 0 4021 2583 1 0.0625 0 4061 2614 1 0.0625 0 2 interp_poly -40 37 68 -17 3992 2021 3 MP PP 3992 2021 0.938 0 0 4060 2004 0.938 0 0 3992 2021 0.938 0 0 2 interp_poly 4060 2004 0.938 0 0 4020 2041 1 0.0625 0 4060 2004 0.938 0 0 2 interp_poly 68 -17 -40 -15 4032 2036 3 MP PP 4032 2036 0.875 0 0 3992 2021 0.938 0 0 4032 2036 0.875 0 0 2 interp_poly 3992 2021 0.938 0 0 4060 2004 0.938 0 0 3992 2021 0.938 0 0 2 interp_poly -40 -54 68 -11 3989 2927 3 MP PP 3989 2927 1 0.375 0 4057 2916 1 0.375 0 3989 2927 1 0.375 0 2 interp_poly 4057 2916 1 0.375 0 4017 2862 1 0.312 0 4057 2916 1 0.375 0 2 interp_poly -40 -50 68 39 3908 2193 3 MP PP 3908 2193 1 0.0625 0 3976 2232 1 0.188 0 3908 2193 1 0.0625 0 2 interp_poly 3976 2232 1 0.188 0 3936 2182 1 0.125 0 3976 2232 1 0.188 0 2 interp_poly 68 39 -40 -41 3948 2234 3 MP PP 3948 2234 1 0.125 0 3908 2193 1 0.0625 0 3948 2234 1 0.125 0 2 interp_poly 3908 2193 1 0.0625 0 3976 2232 1 0.188 0 3908 2193 1 0.0625 0 2 interp_poly 68 -70 -40 -50 3976 2232 3 MP PP 3976 2232 1 0.188 0 3936 2182 1 0.125 0 3976 2232 1 0.188 0 2 interp_poly 3936 2182 1 0.125 0 4004 2112 1 0 0 3936 2182 1 0.125 0 2 interp_poly -40 21 68 -23 3948 2234 3 MP PP 3948 2234 1 0.125 0 4016 2211 1 0.0625 0 3948 2234 1 0.125 0 2 interp_poly 4016 2211 1 0.0625 0 3976 2232 1 0.188 0 4016 2211 1 0.0625 0 2 interp_poly 68 -23 -40 14 3988 2220 3 MP PP 3988 2220 1 0 0 3948 2234 1 0.125 0 3988 2220 1 0 0 2 interp_poly 3948 2234 1 0.125 0 4016 2211 1 0.0625 0 3948 2234 1 0.125 0 2 interp_poly 68 1 -40 -33 4028 2253 3 MP PP 4028 2253 1 0 0 3988 2220 1 0 0 4028 2253 1 0 0 2 interp_poly 3988 2220 1 0 0 4056 2221 1 0.0625 0 3988 2220 1 0 0 2 interp_poly -40 -10 68 1 3988 2220 3 MP PP 3988 2220 1 0 0 4056 2221 1 0.0625 0 3988 2220 1 0 0 2 interp_poly 4056 2221 1 0.0625 0 4016 2211 1 0.0625 0 4056 2221 1 0.0625 0 2 interp_poly 68 10 -40 12 4015 1552 3 MP PP 4015 1552 0.812 0 0 3975 1564 0.875 0 0 4015 1552 0.812 0 0 2 interp_poly 3975 1564 0.875 0 0 4043 1574 0.938 0 0 3975 1564 0.875 0 0 2 interp_poly 68 -26 -40 -10 4027 1598 3 MP PP 4027 1598 0.75 0 0 3987 1588 0.812 0 0 4027 1598 0.75 0 0 2 interp_poly 3987 1588 0.812 0 0 4055 1562 0.75 0 0 3987 1588 0.812 0 0 2 interp_poly -40 -10 68 -26 3987 1588 3 MP PP 3987 1588 0.812 0 0 4055 1562 0.75 0 0 3987 1588 0.812 0 0 2 interp_poly 4055 1562 0.75 0 0 4015 1552 0.812 0 0 4055 1562 0.75 0 0 2 interp_poly 68 -4 -40 -10 4023 1792 3 MP PP 4023 1792 0.875 0 0 3983 1782 0.875 0 0 4023 1792 0.875 0 0 2 interp_poly 3983 1782 0.875 0 0 4051 1778 0.875 0 0 3983 1782 0.875 0 0 2 interp_poly -40 -157 68 -4 3983 1782 3 MP PP 3983 1782 0.875 0 0 4051 1778 0.875 0 0 3983 1782 0.875 0 0 2 interp_poly 4051 1778 0.875 0 0 4011 1621 0.562 0 0 4051 1778 0.875 0 0 2 interp_poly -40 -34 68 -39 3941 2592 3 MP PP 3941 2592 1 0.188 0 4009 2553 1 0.125 0 3941 2592 1 0.188 0 2 interp_poly 4009 2553 1 0.125 0 3969 2519 1 0.125 0 4009 2553 1 0.125 0 2 interp_poly -40 -44 67 -12 3957 2496 3 MP PP 3957 2496 1 0.188 0 4024 2484 1 0.188 0 3957 2496 1 0.188 0 2 interp_poly 4024 2484 1 0.188 0 3984 2440 1 0.125 0 4024 2484 1 0.188 0 2 interp_poly -40 -15 67 -31 3917 2471 3 MP PP 3917 2471 1 0.188 0 3984 2440 1 0.125 0 3917 2471 1 0.188 0 2 interp_poly 3984 2440 1 0.125 0 3944 2425 1 0.188 0 3984 2440 1 0.125 0 2 interp_poly 67 -31 -40 -25 3957 2496 3 MP PP 3957 2496 1 0.188 0 3917 2471 1 0.188 0 3957 2496 1 0.188 0 2 interp_poly 3917 2471 1 0.188 0 3984 2440 1 0.125 0 3917 2471 1 0.188 0 2 interp_poly -40 -101 68 -26 3904 2426 3 MP PP 3904 2426 1 0.25 0 3972 2400 1 0.188 0 3904 2426 1 0.25 0 2 interp_poly 3972 2400 1 0.188 0 3932 2299 1 0 0 3972 2400 1 0.188 0 2 interp_poly 68 -26 -40 1 3944 2425 3 MP PP 3944 2425 1 0.188 0 3904 2426 1 0.25 0 3944 2425 1 0.188 0 2 interp_poly 3904 2426 1 0.25 0 3972 2400 1 0.188 0 3904 2426 1 0.25 0 2 interp_poly 68 -21 -40 -101 3972 2400 3 MP PP 3972 2400 1 0.188 0 3932 2299 1 0 0 3972 2400 1 0.188 0 2 interp_poly 3932 2299 1 0 0 4000 2278 1 0 0 3932 2299 1 0 0 2 interp_poly -40 65 68 -90 3944 2425 3 MP PP 3944 2425 1 0.188 0 4012 2335 1 0 0 3944 2425 1 0.188 0 2 interp_poly 4012 2335 1 0 0 3972 2400 1 0.188 0 4012 2335 1 0 0 2 interp_poly 68 -90 -40 -15 3984 2440 3 MP PP 3984 2440 1 0.125 0 3944 2425 1 0.188 0 3984 2440 1 0.125 0 2 interp_poly 3944 2425 1 0.188 0 4012 2335 1 0 0 3944 2425 1 0.188 0 2 interp_poly 67 -12 -40 88 3997 2408 3 MP PP 3997 2408 0.938 0 0 3957 2496 1 0.188 0 3997 2408 0.938 0 0 2 interp_poly 3957 2496 1 0.188 0 4024 2484 1 0.188 0 3957 2496 1 0.188 0 2 interp_poly 68 -50 -40 -34 4009 2553 3 MP PP 4009 2553 1 0.125 0 3969 2519 1 0.125 0 4009 2553 1 0.125 0 2 interp_poly 3969 2519 1 0.125 0 4037 2469 1 0 0 3969 2519 1 0.125 0 2 interp_poly 68 -39 -40 81 3981 2511 3 MP PP 3981 2511 0.938 0 0 3941 2592 1 0.188 0 3981 2511 0.938 0 0 2 interp_poly 3941 2592 1 0.188 0 4009 2553 1 0.125 0 3941 2592 1 0.188 0 2 interp_poly -40 42 68 0 3981 2511 3 MP PP 3981 2511 0.938 0 0 4049 2511 0.938 0 0 3981 2511 0.938 0 0 2 interp_poly 4049 2511 0.938 0 0 4009 2553 1 0.125 0 4049 2511 0.938 0 0 2 interp_poly 68 0 -40 -72 4021 2583 3 MP PP 4021 2583 1 0.0625 0 3981 2511 0.938 0 0 4021 2583 1 0.0625 0 2 interp_poly 3981 2511 0.938 0 0 4049 2511 0.938 0 0 3981 2511 0.938 0 0 2 interp_poly 68 -24 -40 -43 4017 2862 3 MP PP 4017 2862 1 0.312 0 3977 2819 1 0.25 0 4017 2862 1 0.312 0 2 interp_poly 3977 2819 1 0.25 0 4045 2795 1 0.25 0 3977 2819 1 0.25 0 2 interp_poly -40 10 68 -24 3977 2819 3 MP PP 3977 2819 1 0.25 0 4045 2795 1 0.25 0 3977 2819 1 0.25 0 2 interp_poly 4045 2795 1 0.25 0 4005 2805 1 0.312 0 4045 2795 1 0.25 0 2 interp_poly 68 -44 -40 26 4013 3087 3 MP PP 4013 3087 1 0.5 0 3973 3113 1 0.562 0 4013 3087 1 0.5 0 2 interp_poly 3973 3113 1 0.562 0 4041 3069 1 0.5 0 3973 3113 1 0.562 0 2 interp_poly -40 -61 68 -50 3969 2519 3 MP PP 3969 2519 1 0.125 0 4037 2469 1 0 0 3969 2519 1 0.125 0 2 interp_poly 4037 2469 1 0 0 3997 2408 0.938 0 0 4037 2469 1 0 0 2 interp_poly 68 -60 -40 9 4005 2805 3 MP PP 4005 2805 1 0.312 0 3965 2814 1 0.438 0 4005 2805 1 0.312 0 2 interp_poly 3965 2814 1 0.438 0 4033 2754 1 0.312 0 3965 2814 1 0.438 0 2 interp_poly -40 -104 68 -60 3965 2814 3 MP PP 3965 2814 1 0.438 0 4033 2754 1 0.312 0 3965 2814 1 0.438 0 2 interp_poly 4033 2754 1 0.312 0 3993 2650 1 0.125 0 4033 2754 1 0.312 0 2 interp_poly -40 -51 68 -19 3900 1976 3 MP PP 3900 1976 1 0.0625 0 3968 1957 1 0.0625 0 3900 1976 1 0.0625 0 2 interp_poly 3968 1957 1 0.0625 0 3928 1906 1 0 0 3968 1957 1 0.0625 0 2 interp_poly 68 -19 -40 18 3940 1958 3 MP PP 3940 1958 1 0 0 3900 1976 1 0.0625 0 3940 1958 1 0 0 2 interp_poly 3900 1976 1 0.0625 0 3968 1957 1 0.0625 0 3900 1976 1 0.0625 0 2 interp_poly -40 -117 68 -13 3912 2088 3 MP PP 3912 2088 1 0.188 0 3980 2075 1 0.188 0 3912 2088 1 0.188 0 2 interp_poly 3980 2075 1 0.188 0 3940 1958 1 0 0 3980 2075 1 0.188 0 2 interp_poly 68 -13 -40 40 3952 2048 3 MP PP 3952 2048 1 0.0625 0 3912 2088 1 0.188 0 3952 2048 1 0.0625 0 2 interp_poly 3912 2088 1 0.188 0 3980 2075 1 0.188 0 3912 2088 1 0.188 0 2 interp_poly 67 -21 -40 -51 3968 1957 3 MP PP 3968 1957 1 0.0625 0 3928 1906 1 0 0 3968 1957 1 0.0625 0 2 interp_poly 3928 1906 1 0 0 3995 1885 1 0 0 3928 1906 1 0 0 2 interp_poly -40 47 68 -48 3940 1958 3 MP PP 3940 1958 1 0 0 4008 1910 0.875 0 0 3940 1958 1 0 0 2 interp_poly 4008 1910 0.875 0 0 3968 1957 1 0.0625 0 4008 1910 0.875 0 0 2 interp_poly 68 -48 -40 -117 3980 2075 3 MP PP 3980 2075 1 0.188 0 3940 1958 1 0 0 3980 2075 1 0.188 0 2 interp_poly 3940 1958 1 0 0 4008 1910 0.875 0 0 3940 1958 1 0 0 2 interp_poly -40 34 68 -7 3952 2048 3 MP PP 3952 2048 1 0.0625 0 4020 2041 1 0.0625 0 3952 2048 1 0.0625 0 2 interp_poly 4020 2041 1 0.0625 0 3980 2075 1 0.188 0 4020 2041 1 0.0625 0 2 interp_poly 68 -44 -40 -32 4004 2112 3 MP PP 4004 2112 1 0 0 3964 2080 0.938 0 0 4004 2112 1 0 0 2 interp_poly 3964 2080 0.938 0 0 4032 2036 0.875 0 0 3964 2080 0.938 0 0 2 interp_poly 68 -7 -40 27 3992 2021 3 MP PP 3992 2021 0.938 0 0 3952 2048 1 0.0625 0 3992 2021 0.938 0 0 2 interp_poly 3952 2048 1 0.0625 0 4020 2041 1 0.0625 0 3952 2048 1 0.0625 0 2 interp_poly -40 -15 68 -44 3964 2080 3 MP PP 3964 2080 0.938 0 0 4032 2036 0.875 0 0 3964 2080 0.938 0 0 2 interp_poly 4032 2036 0.875 0 0 3992 2021 0.938 0 0 4032 2036 0.875 0 0 2 interp_poly 68 -30 -40 5 4000 2278 3 MP PP 4000 2278 1 0 0 3960 2283 1 0.0625 0 4000 2278 1 0 0 2 interp_poly 3960 2283 1 0.0625 0 4028 2253 1 0 0 3960 2283 1 0.0625 0 2 interp_poly -40 -33 68 -30 3960 2283 3 MP PP 3960 2283 1 0.0625 0 4028 2253 1 0 0 3960 2283 1 0.0625 0 2 interp_poly 4028 2253 1 0 0 3988 2220 1 0 0 4028 2253 1 0 0 2 interp_poly -40 -10 68 -4 3959 1602 3 MP PP 3959 1602 0.75 0 0 4027 1598 0.75 0 0 3959 1602 0.75 0 0 2 interp_poly 4027 1598 0.75 0 0 3987 1588 0.812 0 0 4027 1598 0.75 0 0 2 interp_poly 68 -27 -40 -66 3995 1885 3 MP PP 3995 1885 1 0 0 3955 1819 0.875 0 0 3995 1885 1 0 0 2 interp_poly 3955 1819 0.875 0 0 4023 1792 0.875 0 0 3955 1819 0.875 0 0 2 interp_poly -40 -10 68 -27 3955 1819 3 MP PP 3955 1819 0.875 0 0 4023 1792 0.875 0 0 3955 1819 0.875 0 0 2 interp_poly 4023 1792 0.875 0 0 3983 1782 0.875 0 0 4023 1792 0.875 0 0 2 interp_poly 68 -70 -40 3 3993 2650 3 MP PP 3993 2650 1 0.125 0 3953 2653 1 0.188 0 3993 2650 1 0.125 0 2 interp_poly 3953 2653 1 0.188 0 4021 2583 1 0.0625 0 3953 2653 1 0.188 0 2 interp_poly -40 -72 68 -70 3953 2653 3 MP PP 3953 2653 1 0.188 0 4021 2583 1 0.0625 0 3953 2653 1 0.188 0 2 interp_poly 4021 2583 1 0.0625 0 3981 2511 0.938 0 0 4021 2583 1 0.0625 0 2 interp_poly 68 -44 -40 -21 3989 2927 3 MP PP 3989 2927 1 0.375 0 3949 2906 1 0.375 0 3989 2927 1 0.375 0 2 interp_poly 3949 2906 1 0.375 0 4017 2862 1 0.312 0 3949 2906 1 0.375 0 2 interp_poly -40 -43 68 -44 3949 2906 3 MP PP 3949 2906 1 0.375 0 4017 2862 1 0.312 0 3949 2906 1 0.375 0 2 interp_poly 4017 2862 1 0.312 0 3977 2819 1 0.25 0 4017 2862 1 0.312 0 2 interp_poly 68 -46 -40 -87 3975 1564 3 MP PP 3975 1564 0.875 0 0 3935 1477 0.75 0 0 3975 1564 0.875 0 0 2 interp_poly 3935 1477 0.75 0 0 4003 1431 0.688 0 0 3935 1477 0.75 0 0 2 interp_poly -40 12 68 -7 3947 1559 3 MP PP 3947 1559 0.812 0 0 4015 1552 0.812 0 0 3947 1559 0.812 0 0 2 interp_poly 4015 1552 0.812 0 0 3975 1564 0.875 0 0 4015 1552 0.812 0 0 2 interp_poly 68 -7 -40 -29 3987 1588 3 MP PP 3987 1588 0.812 0 0 3947 1559 0.812 0 0 3987 1588 0.812 0 0 2 interp_poly 3947 1559 0.812 0 0 4015 1552 0.812 0 0 3947 1559 0.812 0 0 2 interp_poly -40 -70 68 -42 3905 3155 3 MP PP 3905 3155 1 0.688 0 3973 3113 1 0.562 0 3905 3155 1 0.688 0 2 interp_poly 3973 3113 1 0.562 0 3933 3043 1 0.5 0 3973 3113 1 0.562 0 2 interp_poly 68 -71 -40 -70 3973 3113 3 MP PP 3973 3113 1 0.562 0 3933 3043 1 0.5 0 3973 3113 1 0.562 0 2 interp_poly 3933 3043 1 0.5 0 4001 2972 1 0.375 0 3933 3043 1 0.5 0 2 interp_poly -40 26 68 13 3945 3074 3 MP PP 3945 3074 1 0.438 0 4013 3087 1 0.5 0 3945 3074 1 0.438 0 2 interp_poly 4013 3087 1 0.5 0 3973 3113 1 0.562 0 4013 3087 1 0.5 0 2 interp_poly -40 -7 68 8 3903 1671 3 MP PP 3903 1671 0.75 0 0 3971 1679 0.812 0 0 3903 1671 0.75 0 0 2 interp_poly 3971 1679 0.812 0 0 3931 1672 0.812 0 0 3971 1679 0.812 0 0 2 interp_poly -40 -41 68 6 3863 1666 3 MP PP 3863 1666 0.75 0 0 3931 1672 0.812 0 0 3863 1666 0.75 0 0 2 interp_poly 3931 1672 0.812 0 0 3891 1631 0.812 0 0 3931 1672 0.812 0 0 2 interp_poly 68 6 -40 -5 3903 1671 3 MP PP 3903 1671 0.75 0 0 3863 1666 0.75 0 0 3903 1671 0.75 0 0 2 interp_poly 3863 1666 0.75 0 0 3931 1672 0.812 0 0 3863 1666 0.75 0 0 2 interp_poly -40 -27 68 -2 3851 1627 3 MP PP 3851 1627 0.812 0 0 3919 1625 0.875 0 0 3851 1627 0.812 0 0 2 interp_poly 3919 1625 0.875 0 0 3879 1598 0.875 0 0 3919 1625 0.875 0 0 2 interp_poly 68 -2 -40 -4 3891 1631 3 MP PP 3891 1631 0.812 0 0 3851 1627 0.812 0 0 3891 1631 0.812 0 0 2 interp_poly 3851 1627 0.812 0 0 3919 1625 0.875 0 0 3851 1627 0.812 0 0 2 interp_poly 68 -39 -40 -27 3919 1625 3 MP PP 3919 1625 0.875 0 0 3879 1598 0.875 0 0 3919 1625 0.875 0 0 2 interp_poly 3879 1598 0.875 0 0 3947 1559 0.812 0 0 3879 1598 0.875 0 0 2 interp_poly -40 23 68 -29 3891 1631 3 MP PP 3891 1631 0.812 0 0 3959 1602 0.75 0 0 3891 1631 0.812 0 0 2 interp_poly 3959 1602 0.75 0 0 3919 1625 0.875 0 0 3959 1602 0.75 0 0 2 interp_poly 68 -29 -40 -41 3931 1672 3 MP PP 3931 1672 0.812 0 0 3891 1631 0.812 0 0 3931 1672 0.812 0 0 2 interp_poly 3891 1631 0.812 0 0 3959 1602 0.75 0 0 3891 1631 0.812 0 0 2 interp_poly 68 8 -40 5 3943 1666 3 MP PP 3943 1666 0.688 0 0 3903 1671 0.75 0 0 3943 1666 0.688 0 0 2 interp_poly 3903 1671 0.75 0 0 3971 1679 0.812 0 0 3903 1671 0.75 0 0 2 interp_poly -40 58 68 -45 3943 1666 3 MP PP 3943 1666 0.688 0 0 4011 1621 0.562 0 0 3943 1666 0.688 0 0 2 interp_poly 4011 1621 0.562 0 0 3971 1679 0.812 0 0 4011 1621 0.562 0 0 2 interp_poly 68 -45 -40 -116 3983 1782 3 MP PP 3983 1782 0.875 0 0 3943 1666 0.688 0 0 3983 1782 0.875 0 0 2 interp_poly 3943 1666 0.688 0 0 4011 1621 0.562 0 0 3943 1666 0.688 0 0 2 interp_poly -40 -140 68 -23 3897 2837 3 MP PP 3897 2837 1 0.438 0 3965 2814 1 0.438 0 3897 2837 1 0.438 0 2 interp_poly 3965 2814 1 0.438 0 3925 2674 1 0.125 0 3965 2814 1 0.438 0 2 interp_poly 68 -23 -40 31 3937 2806 3 MP PP 3937 2806 1 0.312 0 3897 2837 1 0.438 0 3937 2806 1 0.312 0 2 interp_poly 3897 2837 1 0.438 0 3965 2814 1 0.438 0 3897 2837 1 0.438 0 2 interp_poly 68 -24 -40 -140 3965 2814 3 MP PP 3965 2814 1 0.438 0 3925 2674 1 0.125 0 3965 2814 1 0.438 0 2 interp_poly 3925 2674 1 0.125 0 3993 2650 1 0.125 0 3925 2674 1 0.125 0 2 interp_poly -40 9 68 -1 3937 2806 3 MP PP 3937 2806 1 0.312 0 4005 2805 1 0.312 0 3937 2806 1 0.312 0 2 interp_poly 4005 2805 1 0.312 0 3965 2814 1 0.438 0 4005 2805 1 0.312 0 2 interp_poly 68 -1 -40 -13 3977 2819 3 MP PP 3977 2819 1 0.25 0 3937 2806 1 0.312 0 3977 2819 1 0.25 0 2 interp_poly 3937 2806 1 0.312 0 4005 2805 1 0.312 0 3937 2806 1 0.312 0 2 interp_poly -40 -32 68 -70 3936 2182 3 MP PP 3936 2182 1 0.125 0 4004 2112 1 0 0 3936 2182 1 0.125 0 2 interp_poly 4004 2112 1 0 0 3964 2080 0.938 0 0 4004 2112 1 0 0 2 interp_poly 68 -52 -40 64 3963 1419 3 MP PP 3963 1419 0.688 0 0 3923 1483 0.875 0 0 3963 1419 0.688 0 0 2 interp_poly 3923 1483 0.875 0 0 3991 1431 0.812 0 0 3923 1483 0.875 0 0 2 interp_poly -40 -12 68 -46 3935 1477 3 MP PP 3935 1477 0.75 0 0 4003 1431 0.688 0 0 3935 1477 0.75 0 0 2 interp_poly 4003 1431 0.688 0 0 3963 1419 0.688 0 0 4003 1431 0.688 0 0 2 interp_poly -40 38 68 -71 3933 3043 3 MP PP 3933 3043 1 0.5 0 4001 2972 1 0.375 0 3933 3043 1 0.5 0 2 interp_poly 4001 2972 1 0.375 0 3961 3010 1 0.5 0 4001 2972 1 0.375 0 2 interp_poly -40 5 68 -21 3932 2299 3 MP PP 3932 2299 1 0 0 4000 2278 1 0 0 3932 2299 1 0 0 2 interp_poly 4000 2278 1 0 0 3960 2283 1 0.0625 0 4000 2278 1 0 0 2 interp_poly -40 -112 67 8 3837 2418 3 MP PP 3837 2418 1 0.188 0 3904 2426 1 0.25 0 3837 2418 1 0.188 0 2 interp_poly 3904 2426 1 0.25 0 3864 2314 1 0 0 3904 2426 1 0.25 0 2 interp_poly 67 8 -40 4 3877 2414 3 MP PP 3877 2414 1 0.125 0 3837 2418 1 0.188 0 3877 2414 1 0.125 0 2 interp_poly 3837 2418 1 0.188 0 3904 2426 1 0.25 0 3837 2418 1 0.188 0 2 interp_poly 68 -15 -40 -112 3904 2426 3 MP PP 3904 2426 1 0.25 0 3864 2314 1 0 0 3904 2426 1 0.25 0 2 interp_poly 3864 2314 1 0 0 3932 2299 1 0 0 3864 2314 1 0 0 2 interp_poly -40 1 67 11 3877 2414 3 MP PP 3877 2414 1 0.125 0 3944 2425 1 0.188 0 3877 2414 1 0.125 0 2 interp_poly 3944 2425 1 0.188 0 3904 2426 1 0.25 0 3944 2425 1 0.188 0 2 interp_poly 67 11 -40 -57 3917 2471 3 MP PP 3917 2471 1 0.188 0 3877 2414 1 0.125 0 3917 2471 1 0.188 0 2 interp_poly 3877 2414 1 0.125 0 3944 2425 1 0.188 0 3877 2414 1 0.125 0 2 interp_poly -40 88 68 -32 3929 2440 3 MP PP 3929 2440 0.938 0 0 3997 2408 0.938 0 0 3929 2440 0.938 0 0 2 interp_poly 3997 2408 0.938 0 0 3957 2496 1 0.188 0 3997 2408 0.938 0 0 2 interp_poly 68 -32 -40 -79 3969 2519 3 MP PP 3969 2519 1 0.125 0 3929 2440 0.938 0 0 3969 2519 1 0.125 0 2 interp_poly 3929 2440 0.938 0 0 3997 2408 0.938 0 0 3929 2440 0.938 0 0 2 interp_poly -40 -66 67 -21 3928 1906 3 MP PP 3928 1906 1 0 0 3995 1885 1 0 0 3928 1906 1 0 0 2 interp_poly 3995 1885 1 0 0 3955 1819 0.875 0 0 3995 1885 1 0 0 2 interp_poly -40 3 68 -24 3925 2674 3 MP PP 3925 2674 1 0.125 0 3993 2650 1 0.125 0 3925 2674 1 0.125 0 2 interp_poly 3993 2650 1 0.125 0 3953 2653 1 0.188 0 3993 2650 1 0.125 0 2 interp_poly -40 -47 68 -25 3832 2001 3 MP PP 3832 2001 1 0.125 0 3900 1976 1 0.0625 0 3832 2001 1 0.125 0 2 interp_poly 3900 1976 1 0.0625 0 3860 1929 1 0 0 3900 1976 1 0.0625 0 2 interp_poly 68 -25 -40 29 3872 1972 3 MP PP 3872 1972 1 0 0 3832 2001 1 0.125 0 3872 1972 1 0 0 2 interp_poly 3832 2001 1 0.125 0 3900 1976 1 0.0625 0 3832 2001 1 0.125 0 2 interp_poly 68 -23 -40 -47 3900 1976 3 MP PP 3900 1976 1 0.0625 0 3860 1929 1 0 0 3900 1976 1 0.0625 0 2 interp_poly 3860 1929 1 0 0 3928 1906 1 0 0 3860 1929 1 0 0 2 interp_poly -40 18 68 -14 3872 1972 3 MP PP 3872 1972 1 0 0 3940 1958 1 0 0 3872 1972 1 0 0 2 interp_poly 3940 1958 1 0 0 3900 1976 1 0.0625 0 3940 1958 1 0 0 2 interp_poly 68 -14 -40 -116 3912 2088 3 MP PP 3912 2088 1 0.188 0 3872 1972 1 0 0 3912 2088 1 0.188 0 2 interp_poly 3872 1972 1 0 0 3940 1958 1 0 0 3872 1972 1 0 0 2 interp_poly -40 -116 68 4 3844 2084 3 MP PP 3844 2084 1 0.125 0 3912 2088 1 0.188 0 3844 2084 1 0.125 0 2 interp_poly 3912 2088 1 0.188 0 3872 1972 1 0 0 3912 2088 1 0.188 0 2 interp_poly -40 40 68 -13 3884 2061 3 MP PP 3884 2061 1 0.0625 0 3952 2048 1 0.0625 0 3884 2061 1 0.0625 0 2 interp_poly 3952 2048 1 0.0625 0 3912 2088 1 0.188 0 3952 2048 1 0.0625 0 2 interp_poly 68 -13 -40 34 3924 2027 3 MP PP 3924 2027 0.875 0 0 3884 2061 1 0.0625 0 3924 2027 0.875 0 0 2 interp_poly 3884 2061 1 0.0625 0 3952 2048 1 0.0625 0 3884 2061 1 0.0625 0 2 interp_poly -40 27 68 -6 3924 2027 3 MP PP 3924 2027 0.875 0 0 3992 2021 0.938 0 0 3924 2027 0.875 0 0 2 interp_poly 3992 2021 0.938 0 0 3952 2048 1 0.0625 0 3992 2021 0.938 0 0 2 interp_poly 68 -6 -40 -53 3964 2080 3 MP PP 3964 2080 0.938 0 0 3924 2027 0.875 0 0 3964 2080 0.938 0 0 2 interp_poly 3924 2027 0.875 0 0 3992 2021 0.938 0 0 3924 2027 0.875 0 0 2 interp_poly 68 -27 -40 -56 3961 3010 3 MP PP 3961 3010 1 0.5 0 3921 2954 1 0.438 0 3961 3010 1 0.5 0 2 interp_poly 3921 2954 1 0.438 0 3989 2927 1 0.375 0 3921 2954 1 0.438 0 2 interp_poly -40 -21 68 -27 3921 2954 3 MP PP 3921 2954 1 0.438 0 3989 2927 1 0.375 0 3921 2954 1 0.438 0 2 interp_poly 3989 2927 1 0.375 0 3949 2906 1 0.375 0 3989 2927 1 0.375 0 2 interp_poly 68 -42 -40 -21 3960 2283 3 MP PP 3960 2283 1 0.0625 0 3920 2262 1 0.0625 0 3960 2283 1 0.0625 0 2 interp_poly 3920 2262 1 0.0625 0 3988 2220 1 0 0 3920 2262 1 0.0625 0 2 interp_poly -40 14 68 -42 3920 2262 3 MP PP 3920 2262 1 0.0625 0 3988 2220 1 0 0 3920 2262 1 0.0625 0 2 interp_poly 3988 2220 1 0 0 3948 2234 1 0.125 0 3988 2220 1 0 0 2 interp_poly 68 -1 -40 -36 3955 1819 3 MP PP 3955 1819 0.875 0 0 3915 1783 0.875 0 0 3955 1819 0.875 0 0 2 interp_poly 3915 1783 0.875 0 0 3983 1782 0.875 0 0 3915 1783 0.875 0 0 2 interp_poly -40 -116 68 -1 3915 1783 3 MP PP 3915 1783 0.875 0 0 3983 1782 0.875 0 0 3915 1783 0.875 0 0 2 interp_poly 3983 1782 0.875 0 0 3943 1666 0.688 0 0 3983 1782 0.875 0 0 2 interp_poly -40 -41 68 -60 3873 2652 3 MP PP 3873 2652 1 0.312 0 3941 2592 1 0.188 0 3873 2652 1 0.312 0 2 interp_poly 3941 2592 1 0.188 0 3901 2551 1 0.125 0 3941 2592 1 0.188 0 2 interp_poly 68 -60 -40 65 3913 2587 3 MP PP 3913 2587 1 0.0625 0 3873 2652 1 0.312 0 3913 2587 1 0.0625 0 2 interp_poly 3873 2652 1 0.312 0 3941 2592 1 0.188 0 3873 2652 1 0.312 0 2 interp_poly 68 -32 -40 -41 3941 2592 3 MP PP 3941 2592 1 0.188 0 3901 2551 1 0.125 0 3941 2592 1 0.188 0 2 interp_poly 3901 2551 1 0.125 0 3969 2519 1 0.125 0 3901 2551 1 0.125 0 2 interp_poly -40 81 68 -76 3913 2587 3 MP PP 3913 2587 1 0.0625 0 3981 2511 0.938 0 0 3913 2587 1 0.0625 0 2 interp_poly 3981 2511 0.938 0 0 3941 2592 1 0.188 0 3981 2511 0.938 0 0 2 interp_poly 68 -76 -40 -66 3953 2653 3 MP PP 3953 2653 1 0.188 0 3913 2587 1 0.0625 0 3953 2653 1 0.188 0 2 interp_poly 3913 2587 1 0.0625 0 3981 2511 0.938 0 0 3913 2587 1 0.0625 0 2 interp_poly 68 -37 -40 -50 3949 2906 3 MP PP 3949 2906 1 0.375 0 3909 2856 1 0.312 0 3949 2906 1 0.375 0 2 interp_poly 3909 2856 1 0.312 0 3977 2819 1 0.25 0 3909 2856 1 0.312 0 2 interp_poly -40 -13 68 -37 3909 2856 3 MP PP 3909 2856 1 0.312 0 3977 2819 1 0.25 0 3909 2856 1 0.312 0 2 interp_poly 3977 2819 1 0.25 0 3937 2806 1 0.312 0 3977 2819 1 0.25 0 2 interp_poly 68 -42 -40 81 3945 3074 3 MP PP 3945 3074 1 0.438 0 3905 3155 1 0.688 0 3945 3074 1 0.438 0 2 interp_poly 3905 3155 1 0.688 0 3973 3113 1 0.562 0 3905 3155 1 0.688 0 2 interp_poly -40 -57 68 -61 3849 2532 3 MP PP 3849 2532 1 0.312 0 3917 2471 1 0.188 0 3849 2532 1 0.312 0 2 interp_poly 3917 2471 1 0.188 0 3877 2414 1 0.125 0 3917 2471 1 0.188 0 2 interp_poly 68 -61 -40 39 3889 2493 3 MP PP 3889 2493 1 0.125 0 3849 2532 1 0.312 0 3889 2493 1 0.125 0 2 interp_poly 3849 2532 1 0.312 0 3917 2471 1 0.188 0 3849 2532 1 0.312 0 2 interp_poly -40 -25 68 3 3889 2493 3 MP PP 3889 2493 1 0.125 0 3957 2496 1 0.188 0 3889 2493 1 0.125 0 2 interp_poly 3957 2496 1 0.188 0 3917 2471 1 0.188 0 3957 2496 1 0.188 0 2 interp_poly 68 3 -40 53 3929 2440 3 MP PP 3929 2440 0.938 0 0 3889 2493 1 0.125 0 3929 2440 0.938 0 0 2 interp_poly 3889 2493 1 0.125 0 3957 2496 1 0.188 0 3889 2493 1 0.125 0 2 interp_poly -40 -79 68 -32 3901 2551 3 MP PP 3901 2551 1 0.125 0 3969 2519 1 0.125 0 3901 2551 1 0.125 0 2 interp_poly 3969 2519 1 0.125 0 3929 2440 0.938 0 0 3969 2519 1 0.125 0 2 interp_poly 68 -24 -40 -78 3936 2182 3 MP PP 3936 2182 1 0.125 0 3896 2104 1 0 0 3936 2182 1 0.125 0 2 interp_poly 3896 2104 1 0 0 3964 2080 0.938 0 0 3896 2104 1 0 0 2 interp_poly 68 4 -40 23 3884 2061 3 MP PP 3884 2061 1 0.0625 0 3844 2084 1 0.125 0 3884 2061 1 0.0625 0 2 interp_poly 3844 2084 1 0.125 0 3912 2088 1 0.188 0 3844 2084 1 0.125 0 2 interp_poly -40 -53 68 -24 3896 2104 3 MP PP 3896 2104 1 0 0 3964 2080 0.938 0 0 3896 2104 1 0 0 2 interp_poly 3964 2080 0.938 0 0 3924 2027 0.875 0 0 3964 2080 0.938 0 0 2 interp_poly -40 -23 68 -67 3855 1550 3 MP PP 3855 1550 1 0 0 3923 1483 0.875 0 0 3855 1550 1 0 0 2 interp_poly 3923 1483 0.875 0 0 3883 1460 0.938 0 0 3923 1483 0.875 0 0 2 interp_poly -40 64 68 -51 3895 1470 3 MP PP 3895 1470 0.812 0 0 3963 1419 0.688 0 0 3895 1470 0.812 0 0 2 interp_poly 3963 1419 0.688 0 0 3923 1483 0.875 0 0 3963 1419 0.688 0 0 2 interp_poly 68 -51 -40 -7 3935 1477 3 MP PP 3935 1477 0.75 0 0 3895 1470 0.812 0 0 3935 1477 0.75 0 0 2 interp_poly 3895 1470 0.812 0 0 3963 1419 0.688 0 0 3895 1470 0.812 0 0 2 interp_poly 68 -27 -40 -6 3933 3043 3 MP PP 3933 3043 1 0.5 0 3893 3037 1 0.5 0 3933 3043 1 0.5 0 2 interp_poly 3893 3037 1 0.5 0 3961 3010 1 0.5 0 3893 3037 1 0.5 0 2 interp_poly -40 -56 68 -27 3893 3037 3 MP PP 3893 3037 1 0.5 0 3961 3010 1 0.5 0 3893 3037 1 0.5 0 2 interp_poly 3961 3010 1 0.5 0 3921 2954 1 0.438 0 3961 3010 1 0.5 0 2 interp_poly 68 -10 -40 -6 3932 2299 3 MP PP 3932 2299 1 0 0 3892 2293 1 0.0625 0 3932 2299 1 0 0 2 interp_poly 3892 2293 1 0.0625 0 3960 2283 1 0.0625 0 3892 2293 1 0.0625 0 2 interp_poly -40 -21 68 -10 3892 2293 3 MP PP 3892 2293 1 0.0625 0 3960 2283 1 0.0625 0 3892 2293 1 0.0625 0 2 interp_poly 3960 2283 1 0.0625 0 3920 2262 1 0.0625 0 3960 2283 1 0.0625 0 2 interp_poly 67 -70 -40 -17 3928 1906 3 MP PP 3928 1906 1 0 0 3888 1889 1 0 0 3928 1906 1 0 0 2 interp_poly 3888 1889 1 0 0 3955 1819 0.875 0 0 3888 1889 1 0 0 2 interp_poly -40 -36 67 -70 3888 1889 3 MP PP 3888 1889 1 0 0 3955 1819 0.875 0 0 3888 1889 1 0 0 2 interp_poly 3955 1819 0.875 0 0 3915 1783 0.875 0 0 3955 1819 0.875 0 0 2 interp_poly 68 -20 -40 -1 3925 2674 3 MP PP 3925 2674 1 0.125 0 3885 2673 1 0.188 0 3925 2674 1 0.125 0 2 interp_poly 3885 2673 1 0.188 0 3953 2653 1 0.188 0 3885 2673 1 0.188 0 2 interp_poly -40 -66 68 -20 3885 2673 3 MP PP 3885 2673 1 0.188 0 3953 2653 1 0.188 0 3885 2673 1 0.188 0 2 interp_poly 3953 2653 1 0.188 0 3913 2587 1 0.0625 0 3953 2653 1 0.188 0 2 interp_poly 68 -43 -40 -5 3921 2954 3 MP PP 3921 2954 1 0.438 0 3881 2949 1 0.438 0 3921 2954 1 0.438 0 2 interp_poly 3881 2949 1 0.438 0 3949 2906 1 0.375 0 3881 2949 1 0.438 0 2 interp_poly -40 -50 68 -43 3881 2949 3 MP PP 3881 2949 1 0.438 0 3949 2906 1 0.375 0 3881 2949 1 0.438 0 2 interp_poly 3949 2906 1 0.375 0 3909 2856 1 0.312 0 3949 2906 1 0.375 0 2 interp_poly 68 -48 -40 20 3920 2262 3 MP PP 3920 2262 1 0.0625 0 3880 2282 1 0.188 0 3920 2262 1 0.0625 0 2 interp_poly 3880 2282 1 0.188 0 3948 2234 1 0.125 0 3880 2282 1 0.188 0 2 interp_poly -40 -41 68 -48 3880 2282 3 MP PP 3880 2282 1 0.188 0 3948 2234 1 0.125 0 3880 2282 1 0.188 0 2 interp_poly 3948 2234 1 0.125 0 3908 2193 1 0.0625 0 3948 2234 1 0.125 0 2 interp_poly -40 21 68 -39 3879 1598 3 MP PP 3879 1598 0.875 0 0 3947 1559 0.812 0 0 3879 1598 0.875 0 0 2 interp_poly 3947 1559 0.812 0 0 3907 1580 0.875 0 0 3947 1559 0.812 0 0 2 interp_poly -40 -72 67 -30 3838 3185 3 MP PP 3838 3185 1 0.688 0 3905 3155 1 0.688 0 3838 3185 1 0.688 0 2 interp_poly 3905 3155 1 0.688 0 3865 3083 1 0.562 0 3905 3155 1 0.688 0 2 interp_poly 68 -40 -40 -72 3905 3155 3 MP PP 3905 3155 1 0.688 0 3865 3083 1 0.562 0 3905 3155 1 0.688 0 2 interp_poly 3865 3083 1 0.562 0 3933 3043 1 0.5 0 3865 3083 1 0.562 0 2 interp_poly -40 81 67 -60 3878 3134 3 MP PP 3878 3134 1 0.5 0 3945 3074 1 0.438 0 3878 3134 1 0.5 0 2 interp_poly 3945 3074 1 0.438 0 3905 3155 1 0.688 0 3945 3074 1 0.438 0 2 interp_poly 68 -31 -40 -86 3915 1783 3 MP PP 3915 1783 0.875 0 0 3875 1697 0.688 0 0 3915 1783 0.875 0 0 2 interp_poly 3875 1697 0.688 0 0 3943 1666 0.688 0 0 3875 1697 0.688 0 0 2 interp_poly -40 5 68 -31 3875 1697 3 MP PP 3875 1697 0.688 0 0 3943 1666 0.688 0 0 3875 1697 0.688 0 0 2 interp_poly 3943 1666 0.688 0 0 3903 1671 0.75 0 0 3943 1666 0.688 0 0 2 interp_poly -40 72 68 -15 3871 1316 3 MP PP 3871 1316 0.688 0 0 3939 1301 0.688 0 0 3871 1316 0.688 0 0 2 interp_poly 3939 1301 0.688 0 0 3899 1373 0.938 0 0 3939 1301 0.688 0 0 2 interp_poly 68 -15 -40 -133 3911 1449 3 MP PP 3911 1449 1 0 0 3871 1316 0.688 0 0 3911 1449 1 0 0 2 interp_poly 3871 1316 0.688 0 0 3939 1301 0.688 0 0 3871 1316 0.688 0 0 2 interp_poly -40 -129 68 -59 3829 2896 3 MP PP 3829 2896 1 0.562 0 3897 2837 1 0.438 0 3829 2896 1 0.562 0 2 interp_poly 3897 2837 1 0.438 0 3857 2708 1 0.188 0 3897 2837 1 0.438 0 2 interp_poly 68 -59 -40 58 3869 2838 3 MP PP 3869 2838 1 0.375 0 3829 2896 1 0.562 0 3869 2838 1 0.375 0 2 interp_poly 3829 2896 1 0.562 0 3897 2837 1 0.438 0 3829 2896 1 0.562 0 2 interp_poly 68 -34 -40 -129 3897 2837 3 MP PP 3897 2837 1 0.438 0 3857 2708 1 0.188 0 3897 2837 1 0.438 0 2 interp_poly 3857 2708 1 0.188 0 3925 2674 1 0.125 0 3857 2708 1 0.188 0 2 interp_poly -40 31 68 -32 3869 2838 3 MP PP 3869 2838 1 0.375 0 3937 2806 1 0.312 0 3869 2838 1 0.375 0 2 interp_poly 3937 2806 1 0.312 0 3897 2837 1 0.438 0 3937 2806 1 0.312 0 2 interp_poly 68 -32 -40 -18 3909 2856 3 MP PP 3909 2856 1 0.312 0 3869 2838 1 0.375 0 3909 2856 1 0.312 0 2 interp_poly 3869 2838 1 0.375 0 3937 2806 1 0.312 0 3869 2838 1 0.375 0 2 interp_poly 68 -18 -40 7 3908 2193 3 MP PP 3908 2193 1 0.0625 0 3868 2200 1 0.125 0 3908 2193 1 0.0625 0 2 interp_poly 3868 2200 1 0.125 0 3936 2182 1 0.125 0 3868 2200 1 0.125 0 2 interp_poly -40 -78 68 -18 3868 2200 3 MP PP 3868 2200 1 0.125 0 3936 2182 1 0.125 0 3868 2200 1 0.125 0 2 interp_poly 3936 2182 1 0.125 0 3896 2104 1 0 0 3936 2182 1 0.125 0 2 interp_poly 68 -2 -40 -65 3791 1379 3 MP PP 3791 1379 1 0 0 3751 1314 0.875 0 0 3791 1379 1 0 0 2 interp_poly 3751 1314 0.875 0 0 3819 1312 0.938 0 0 3751 1314 0.875 0 0 2 interp_poly -40 -36 68 -91 3763 1506 3 MP PP 3763 1506 1 0.188 0 3831 1415 1 0 0 3763 1506 1 0.188 0 2 interp_poly 3831 1415 1 0 0 3791 1379 1 0 0 3831 1415 1 0 0 2 interp_poly 68 -91 -40 159 3803 1347 3 MP PP 3803 1347 0.75 0 0 3763 1506 1 0.188 0 3803 1347 0.75 0 0 2 interp_poly 3763 1506 1 0.188 0 3831 1415 1 0 0 3763 1506 1 0.188 0 2 interp_poly -40 -131 68 9 3775 1469 3 MP PP 3775 1469 0.938 0 0 3843 1478 1 0 0 3775 1469 0.938 0 0 2 interp_poly 3843 1478 1 0 0 3803 1347 0.75 0 0 3843 1478 1 0 0 2 interp_poly 68 9 -40 13 3815 1456 3 MP PP 3815 1456 0.875 0 0 3775 1469 0.938 0 0 3815 1456 0.875 0 0 2 interp_poly 3775 1469 0.938 0 0 3843 1478 1 0 0 3775 1469 0.938 0 0 2 interp_poly -40 99 68 -31 3803 1347 3 MP PP 3803 1347 0.75 0 0 3871 1316 0.688 0 0 3803 1347 0.75 0 0 2 interp_poly 3871 1316 0.688 0 0 3831 1415 1 0 0 3871 1316 0.688 0 0 2 interp_poly 68 -31 -40 -131 3843 1478 3 MP PP 3843 1478 1 0 0 3803 1347 0.75 0 0 3843 1478 1 0 0 2 interp_poly 3803 1347 0.75 0 0 3871 1316 0.688 0 0 3803 1347 0.75 0 0 2 interp_poly -40 18 68 4 3815 1456 3 MP PP 3815 1456 0.875 0 0 3883 1460 0.938 0 0 3815 1456 0.875 0 0 2 interp_poly 3883 1460 0.938 0 0 3843 1478 1 0 0 3883 1460 0.938 0 0 2 interp_poly 68 4 -40 -94 3855 1550 3 MP PP 3855 1550 1 0 0 3815 1456 0.875 0 0 3855 1550 1 0 0 2 interp_poly 3815 1456 0.875 0 0 3883 1460 0.938 0 0 3815 1456 0.875 0 0 2 interp_poly -40 -94 68 -19 3787 1569 3 MP PP 3787 1569 1 0.0625 0 3855 1550 1 0 0 3787 1569 1 0.0625 0 2 interp_poly 3855 1550 1 0 0 3815 1456 0.875 0 0 3855 1550 1 0 0 2 interp_poly -40 80 68 -19 3827 1489 3 MP PP 3827 1489 0.812 0 0 3895 1470 0.812 0 0 3827 1489 0.812 0 0 2 interp_poly 3895 1470 0.812 0 0 3855 1550 1 0 0 3895 1470 0.812 0 0 2 interp_poly 68 -67 -40 80 3895 1470 3 MP PP 3895 1470 0.812 0 0 3855 1550 1 0 0 3895 1470 0.812 0 0 2 interp_poly 3855 1550 1 0 0 3923 1483 0.875 0 0 3855 1550 1 0 0 2 interp_poly 68 -33 -40 -70 3907 1580 3 MP PP 3907 1580 0.875 0 0 3867 1510 0.812 0 0 3907 1580 0.875 0 0 2 interp_poly 3867 1510 0.812 0 0 3935 1477 0.75 0 0 3867 1510 0.812 0 0 2 interp_poly -40 -7 68 -33 3867 1510 3 MP PP 3867 1510 0.812 0 0 3935 1477 0.75 0 0 3867 1510 0.812 0 0 2 interp_poly 3935 1477 0.75 0 0 3895 1470 0.812 0 0 3935 1477 0.75 0 0 2 interp_poly -40 -6 68 -40 3865 3083 3 MP PP 3865 3083 1 0.562 0 3933 3043 1 0.5 0 3865 3083 1 0.562 0 2 interp_poly 3933 3043 1 0.5 0 3893 3037 1 0.5 0 3933 3043 1 0.5 0 2 interp_poly -40 -6 68 -15 3864 2314 3 MP PP 3864 2314 1 0 0 3932 2299 1 0 0 3864 2314 1 0 0 2 interp_poly 3932 2299 1 0 0 3892 2293 1 0.0625 0 3932 2299 1 0 0 2 interp_poly 68 -27 -40 -38 3784 2342 3 MP PP 3784 2342 1 0.188 0 3744 2304 1 0.188 0 3784 2342 1 0.188 0 2 interp_poly 3744 2304 1 0.188 0 3812 2277 1 0.125 0 3744 2304 1 0.188 0 2 interp_poly -40 -9 68 -56 3784 2342 3 MP PP 3784 2342 1 0.188 0 3852 2286 1 0.125 0 3784 2342 1 0.188 0 2 interp_poly 3852 2286 1 0.125 0 3812 2277 1 0.125 0 3852 2286 1 0.125 0 2 interp_poly -40 33 67 8 3757 2301 3 MP PP 3757 2301 1 0 0 3824 2309 1 0.0625 0 3757 2301 1 0 0 2 interp_poly 3824 2309 1 0.0625 0 3784 2342 1 0.188 0 3824 2309 1 0.0625 0 2 interp_poly 68 -56 -40 33 3824 2309 3 MP PP 3824 2309 1 0.0625 0 3784 2342 1 0.188 0 3824 2309 1 0.0625 0 2 interp_poly 3784 2342 1 0.188 0 3852 2286 1 0.125 0 3784 2342 1 0.188 0 2 interp_poly -40 -88 68 -45 3769 2463 3 MP PP 3769 2463 1 0.25 0 3837 2418 1 0.188 0 3769 2463 1 0.25 0 2 interp_poly 3837 2418 1 0.188 0 3797 2330 1 0 0 3837 2418 1 0.188 0 2 interp_poly 68 -45 -40 27 3809 2436 3 MP PP 3809 2436 1 0.125 0 3769 2463 1 0.25 0 3809 2436 1 0.125 0 2 interp_poly 3769 2463 1 0.25 0 3837 2418 1 0.188 0 3769 2463 1 0.25 0 2 interp_poly 68 -22 -40 -96 3849 2532 3 MP PP 3849 2532 1 0.312 0 3809 2436 1 0.125 0 3849 2532 1 0.312 0 2 interp_poly 3809 2436 1 0.125 0 3877 2414 1 0.125 0 3809 2436 1 0.125 0 2 interp_poly -40 -96 68 -29 3781 2561 3 MP PP 3781 2561 1 0.312 0 3849 2532 1 0.312 0 3781 2561 1 0.312 0 2 interp_poly 3849 2532 1 0.312 0 3809 2436 1 0.125 0 3849 2532 1 0.312 0 2 interp_poly -40 39 68 -41 3821 2534 3 MP PP 3821 2534 1 0.188 0 3889 2493 1 0.125 0 3821 2534 1 0.188 0 2 interp_poly 3889 2493 1 0.125 0 3849 2532 1 0.312 0 3889 2493 1 0.125 0 2 interp_poly 68 -41 -40 57 3861 2477 3 MP PP 3861 2477 1 0 0 3821 2534 1 0.188 0 3861 2477 1 0 0 2 interp_poly 3821 2534 1 0.188 0 3889 2493 1 0.125 0 3821 2534 1 0.188 0 2 interp_poly -40 53 68 -37 3861 2477 3 MP PP 3861 2477 1 0 0 3929 2440 0.938 0 0 3861 2477 1 0 0 2 interp_poly 3929 2440 0.938 0 0 3889 2493 1 0.125 0 3929 2440 0.938 0 0 2 interp_poly 68 -37 -40 -74 3901 2551 3 MP PP 3901 2551 1 0.125 0 3861 2477 1 0 0 3901 2551 1 0.125 0 2 interp_poly 3861 2477 1 0 0 3929 2440 0.938 0 0 3861 2477 1 0 0 2 interp_poly -40 -17 68 -23 3860 1929 3 MP PP 3860 1929 1 0 0 3928 1906 1 0 0 3860 1929 1 0 0 2 interp_poly 3928 1906 1 0 0 3888 1889 1 0 0 3928 1906 1 0 0 2 interp_poly -40 -1 68 -34 3857 2708 3 MP PP 3857 2708 1 0.188 0 3925 2674 1 0.125 0 3857 2708 1 0.188 0 2 interp_poly 3925 2674 1 0.125 0 3885 2673 1 0.188 0 3925 2674 1 0.125 0 2 interp_poly -40 -69 68 -30 3764 2031 3 MP PP 3764 2031 1 0.125 0 3832 2001 1 0.125 0 3764 2031 1 0.125 0 2 interp_poly 3832 2001 1 0.125 0 3792 1932 1 0 0 3832 2001 1 0.125 0 2 interp_poly 68 -30 -40 20 3804 2011 3 MP PP 3804 2011 1 0.0625 0 3764 2031 1 0.125 0 3804 2011 1 0.0625 0 2 interp_poly 3764 2031 1 0.125 0 3832 2001 1 0.125 0 3764 2031 1 0.125 0 2 interp_poly 68 -3 -40 -69 3832 2001 3 MP PP 3832 2001 1 0.125 0 3792 1932 1 0 0 3832 2001 1 0.125 0 2 interp_poly 3792 1932 1 0 0 3860 1929 1 0 0 3792 1932 1 0 0 2 interp_poly -40 29 68 -39 3804 2011 3 MP PP 3804 2011 1 0.0625 0 3872 1972 1 0 0 3804 2011 1 0.0625 0 2 interp_poly 3872 1972 1 0 0 3832 2001 1 0.125 0 3872 1972 1 0 0 2 interp_poly 68 -39 -40 -73 3844 2084 3 MP PP 3844 2084 1 0.125 0 3804 2011 1 0.0625 0 3844 2084 1 0.125 0 2 interp_poly 3804 2011 1 0.0625 0 3872 1972 1 0 0 3804 2011 1 0.0625 0 2 interp_poly -40 -73 68 -5 3776 2089 3 MP PP 3776 2089 1 0.125 0 3844 2084 1 0.125 0 3776 2089 1 0.125 0 2 interp_poly 3844 2084 1 0.125 0 3804 2011 1 0.0625 0 3844 2084 1 0.125 0 2 interp_poly 68 -5 -40 -3 3816 2092 3 MP PP 3816 2092 1 0.0625 0 3776 2089 1 0.125 0 3816 2092 1 0.0625 0 2 interp_poly 3776 2089 1 0.125 0 3844 2084 1 0.125 0 3776 2089 1 0.125 0 2 interp_poly -40 23 68 -31 3816 2092 3 MP PP 3816 2092 1 0.0625 0 3884 2061 1 0.0625 0 3816 2092 1 0.0625 0 2 interp_poly 3884 2061 1 0.0625 0 3844 2084 1 0.125 0 3884 2061 1 0.0625 0 2 interp_poly 68 -31 -40 79 3856 2013 3 MP PP 3856 2013 0.812 0 0 3816 2092 1 0.0625 0 3856 2013 0.812 0 0 2 interp_poly 3816 2092 1 0.0625 0 3884 2061 1 0.0625 0 3816 2092 1 0.0625 0 2 interp_poly -40 34 68 14 3856 2013 3 MP PP 3856 2013 0.812 0 0 3924 2027 0.875 0 0 3856 2013 0.812 0 0 2 interp_poly 3924 2027 0.875 0 0 3884 2061 1 0.0625 0 3924 2027 0.875 0 0 2 interp_poly 68 14 -40 -91 3896 2104 3 MP PP 3896 2104 1 0 0 3856 2013 0.812 0 0 3896 2104 1 0 0 2 interp_poly 3856 2013 0.812 0 0 3924 2027 0.875 0 0 3856 2013 0.812 0 0 2 interp_poly 68 -2 -40 -81 3893 3037 3 MP PP 3893 3037 1 0.5 0 3853 2956 1 0.375 0 3893 3037 1 0.5 0 2 interp_poly 3853 2956 1 0.375 0 3921 2954 1 0.438 0 3853 2956 1 0.375 0 2 interp_poly -40 -5 68 -2 3853 2956 3 MP PP 3853 2956 1 0.375 0 3921 2954 1 0.438 0 3853 2956 1 0.375 0 2 interp_poly 3921 2954 1 0.438 0 3881 2949 1 0.438 0 3921 2954 1 0.438 0 2 interp_poly -40 -62 68 5 3812 2277 3 MP PP 3812 2277 1 0.125 0 3880 2282 1 0.188 0 3812 2277 1 0.125 0 2 interp_poly 3880 2282 1 0.188 0 3840 2220 1 0.0625 0 3880 2282 1 0.188 0 2 interp_poly 68 5 -40 -9 3852 2286 3 MP PP 3852 2286 1 0.125 0 3812 2277 1 0.125 0 3852 2286 1 0.125 0 2 interp_poly 3812 2277 1 0.125 0 3880 2282 1 0.188 0 3812 2277 1 0.125 0 2 interp_poly 68 -27 -40 -62 3880 2282 3 MP PP 3880 2282 1 0.188 0 3840 2220 1 0.0625 0 3880 2282 1 0.188 0 2 interp_poly 3840 2220 1 0.0625 0 3908 2193 1 0.0625 0 3840 2220 1 0.0625 0 2 interp_poly -40 20 68 -24 3852 2286 3 MP PP 3852 2286 1 0.125 0 3920 2262 1 0.0625 0 3852 2286 1 0.125 0 2 interp_poly 3920 2262 1 0.0625 0 3880 2282 1 0.188 0 3920 2262 1 0.0625 0 2 interp_poly 68 -24 -40 -7 3892 2293 3 MP PP 3892 2293 1 0.0625 0 3852 2286 1 0.125 0 3892 2293 1 0.0625 0 2 interp_poly 3852 2286 1 0.125 0 3920 2262 1 0.0625 0 3852 2286 1 0.125 0 2 interp_poly 67 -8 -40 -98 3888 1889 3 MP PP 3888 1889 1 0 0 3848 1791 0.812 0 0 3888 1889 1 0 0 2 interp_poly 3848 1791 0.812 0 0 3915 1783 0.875 0 0 3848 1791 0.812 0 0 2 interp_poly -40 -86 67 -8 3848 1791 3 MP PP 3848 1791 0.812 0 0 3915 1783 0.875 0 0 3848 1791 0.812 0 0 2 interp_poly 3915 1783 0.875 0 0 3875 1697 0.688 0 0 3915 1783 0.875 0 0 2 interp_poly -40 -66 68 -8 3805 2660 3 MP PP 3805 2660 1 0.25 0 3873 2652 1 0.312 0 3805 2660 1 0.25 0 2 interp_poly 3873 2652 1 0.312 0 3833 2586 1 0.188 0 3873 2652 1 0.312 0 2 interp_poly 68 -8 -40 26 3845 2634 3 MP PP 3845 2634 1 0.188 0 3805 2660 1 0.25 0 3845 2634 1 0.188 0 2 interp_poly 3805 2660 1 0.25 0 3873 2652 1 0.312 0 3805 2660 1 0.25 0 2 interp_poly 68 -35 -40 -66 3873 2652 3 MP PP 3873 2652 1 0.312 0 3833 2586 1 0.188 0 3873 2652 1 0.312 0 2 interp_poly 3833 2586 1 0.188 0 3901 2551 1 0.125 0 3833 2586 1 0.188 0 2 interp_poly -40 65 68 -47 3845 2634 3 MP PP 3845 2634 1 0.188 0 3913 2587 1 0.0625 0 3845 2634 1 0.188 0 2 interp_poly 3913 2587 1 0.0625 0 3873 2652 1 0.312 0 3913 2587 1 0.0625 0 2 interp_poly 68 -47 -40 -39 3885 2673 3 MP PP 3885 2673 1 0.188 0 3845 2634 1 0.188 0 3885 2673 1 0.188 0 2 interp_poly 3845 2634 1 0.188 0 3913 2587 1 0.0625 0 3845 2634 1 0.188 0 2 interp_poly 68 -53 -40 -40 3881 2949 3 MP PP 3881 2949 1 0.438 0 3841 2909 1 0.438 0 3881 2949 1 0.438 0 2 interp_poly 3841 2909 1 0.438 0 3909 2856 1 0.312 0 3841 2909 1 0.438 0 2 interp_poly -40 -18 68 -53 3841 2909 3 MP PP 3841 2909 1 0.438 0 3909 2856 1 0.312 0 3841 2909 1 0.438 0 2 interp_poly 3909 2856 1 0.312 0 3869 2838 1 0.375 0 3909 2856 1 0.312 0 2 interp_poly -40 7 68 -27 3840 2220 3 MP PP 3840 2220 1 0.0625 0 3908 2193 1 0.0625 0 3840 2220 1 0.0625 0 2 interp_poly 3908 2193 1 0.0625 0 3868 2200 1 0.125 0 3908 2193 1 0.0625 0 2 interp_poly 68 19 -40 -37 3879 1598 3 MP PP 3879 1598 0.875 0 0 3839 1561 0.812 0 0 3879 1598 0.875 0 0 2 interp_poly 3839 1561 0.812 0 0 3907 1580 0.875 0 0 3839 1561 0.812 0 0 2 interp_poly 68 -19 -40 80 3827 1489 3 MP PP 3827 1489 0.812 0 0 3787 1569 1 0.0625 0 3827 1489 0.812 0 0 2 interp_poly 3787 1569 1 0.0625 0 3855 1550 1 0 0 3787 1569 1 0.0625 0 2 interp_poly -40 -70 68 19 3839 1561 3 MP PP 3839 1561 0.812 0 0 3907 1580 0.875 0 0 3839 1561 0.812 0 0 2 interp_poly 3907 1580 0.875 0 0 3867 1510 0.812 0 0 3907 1580 0.875 0 0 2 interp_poly 67 -30 -40 51 3878 3134 3 MP PP 3878 3134 1 0.5 0 3838 3185 1 0.688 0 3878 3134 1 0.5 0 2 interp_poly 3838 3185 1 0.688 0 3905 3155 1 0.688 0 3838 3185 1 0.688 0 2 interp_poly 68 -25 -40 -1 3875 1697 3 MP PP 3875 1697 0.688 0 0 3835 1696 0.75 0 0 3875 1697 0.688 0 0 2 interp_poly 3835 1696 0.75 0 0 3903 1671 0.75 0 0 3835 1696 0.75 0 0 2 interp_poly -40 -5 68 -25 3835 1696 3 MP PP 3835 1696 0.75 0 0 3903 1671 0.75 0 0 3835 1696 0.75 0 0 2 interp_poly 3903 1671 0.75 0 0 3863 1666 0.75 0 0 3903 1671 0.75 0 0 2 interp_poly 68 -29 -40 27 3821 2534 3 MP PP 3821 2534 1 0.188 0 3781 2561 1 0.312 0 3821 2534 1 0.188 0 2 interp_poly 3781 2561 1 0.312 0 3849 2532 1 0.312 0 3781 2561 1 0.312 0 2 interp_poly -40 -74 68 -35 3833 2586 3 MP PP 3833 2586 1 0.188 0 3901 2551 1 0.125 0 3833 2586 1 0.188 0 2 interp_poly 3901 2551 1 0.125 0 3861 2477 1 0 0 3901 2551 1 0.125 0 2 interp_poly 68 -28 -40 -68 3868 2200 3 MP PP 3868 2200 1 0.125 0 3828 2132 1 0 0 3868 2200 1 0.125 0 2 interp_poly 3828 2132 1 0 0 3896 2104 1 0 0 3828 2132 1 0 0 2 interp_poly -40 -91 68 -28 3828 2132 3 MP PP 3828 2132 1 0 0 3896 2104 1 0 0 3828 2132 1 0 0 2 interp_poly 3896 2104 1 0 0 3856 2013 0.812 0 0 3896 2104 1 0 0 2 interp_poly 68 -19 -40 -21 3867 1510 3 MP PP 3867 1510 0.812 0 0 3827 1489 0.812 0 0 3867 1510 0.812 0 0 2 interp_poly 3827 1489 0.812 0 0 3895 1470 0.812 0 0 3827 1489 0.812 0 0 2 interp_poly 68 -40 -40 -6 3865 3083 3 MP PP 3865 3083 1 0.562 0 3825 3077 1 0.562 0 3865 3083 1 0.562 0 2 interp_poly 3825 3077 1 0.562 0 3893 3037 1 0.5 0 3825 3077 1 0.562 0 2 interp_poly -40 -81 68 -40 3825 3077 3 MP PP 3825 3077 1 0.562 0 3893 3037 1 0.5 0 3825 3077 1 0.562 0 2 interp_poly 3893 3037 1 0.5 0 3853 2956 1 0.375 0 3893 3037 1 0.5 0 2 interp_poly 68 -16 -40 -5 3864 2314 3 MP PP 3864 2314 1 0 0 3824 2309 1 0.0625 0 3864 2314 1 0 0 2 interp_poly 3824 2309 1 0.0625 0 3892 2293 1 0.0625 0 3824 2309 1 0.0625 0 2 interp_poly -40 -7 68 -16 3824 2309 3 MP PP 3824 2309 1 0.0625 0 3892 2293 1 0.0625 0 3824 2309 1 0.0625 0 2 interp_poly 3892 2293 1 0.0625 0 3852 2286 1 0.125 0 3892 2293 1 0.0625 0 2 interp_poly 68 -21 -40 -14 3863 1666 3 MP PP 3863 1666 0.75 0 0 3823 1652 0.812 0 0 3863 1666 0.75 0 0 2 interp_poly 3823 1652 0.812 0 0 3891 1631 0.812 0 0 3823 1652 0.812 0 0 2 interp_poly -40 -4 68 -21 3823 1652 3 MP PP 3823 1652 0.812 0 0 3891 1631 0.812 0 0 3823 1652 0.812 0 0 2 interp_poly 3891 1631 0.812 0 0 3851 1627 0.812 0 0 3891 1631 0.812 0 0 2 interp_poly 68 -12 -40 -28 3860 1929 3 MP PP 3860 1929 1 0 0 3820 1901 1 0 0 3860 1929 1 0 0 2 interp_poly 3820 1901 1 0 0 3888 1889 1 0 0 3820 1901 1 0 0 2 interp_poly -40 -98 68 -12 3820 1901 3 MP PP 3820 1901 1 0 0 3888 1889 1 0 0 3820 1901 1 0 0 2 interp_poly 3888 1889 1 0 0 3848 1791 0.812 0 0 3888 1889 1 0 0 2 interp_poly 68 -25 -40 -10 3857 2708 3 MP PP 3857 2708 1 0.188 0 3817 2698 1 0.188 0 3857 2708 1 0.188 0 2 interp_poly 3817 2698 1 0.188 0 3885 2673 1 0.188 0 3817 2698 1 0.188 0 2 interp_poly -40 -39 68 -25 3817 2698 3 MP PP 3817 2698 1 0.188 0 3885 2673 1 0.188 0 3817 2698 1 0.188 0 2 interp_poly 3885 2673 1 0.188 0 3845 2634 1 0.188 0 3885 2673 1 0.188 0 2 interp_poly 68 -16 -40 9 3853 2956 3 MP PP 3853 2956 1 0.375 0 3813 2965 1 0.438 0 3853 2956 1 0.375 0 2 interp_poly 3813 2965 1 0.438 0 3881 2949 1 0.438 0 3813 2965 1 0.438 0 2 interp_poly -40 -40 68 -16 3813 2965 3 MP PP 3813 2965 1 0.438 0 3881 2949 1 0.438 0 3813 2965 1 0.438 0 2 interp_poly 3881 2949 1 0.438 0 3841 2909 1 0.438 0 3881 2949 1 0.438 0 2 interp_poly 68 -13 -40 -16 3851 1627 3 MP PP 3851 1627 0.812 0 0 3811 1611 0.875 0 0 3851 1627 0.812 0 0 2 interp_poly 3811 1611 0.875 0 0 3879 1598 0.875 0 0 3811 1611 0.875 0 0 2 interp_poly -40 -37 68 -13 3811 1611 3 MP PP 3811 1611 0.875 0 0 3879 1598 0.875 0 0 3811 1611 0.875 0 0 2 interp_poly 3879 1598 0.875 0 0 3839 1561 0.812 0 0 3879 1598 0.875 0 0 2 interp_poly -40 -37 68 -39 3770 3224 3 MP PP 3770 3224 1 0.75 0 3838 3185 1 0.688 0 3770 3224 1 0.75 0 2 interp_poly 3838 3185 1 0.688 0 3798 3148 1 0.688 0 3838 3185 1 0.688 0 2 interp_poly 68 -39 -40 11 3810 3213 3 MP PP 3810 3213 1 0.688 0 3770 3224 1 0.75 0 3810 3213 1 0.688 0 2 interp_poly 3770 3224 1 0.75 0 3838 3185 1 0.688 0 3770 3224 1 0.75 0 2 interp_poly 67 -65 -40 -37 3838 3185 3 MP PP 3838 3185 1 0.688 0 3798 3148 1 0.688 0 3838 3185 1 0.688 0 2 interp_poly 3798 3148 1 0.688 0 3865 3083 1 0.562 0 3798 3148 1 0.688 0 2 interp_poly -40 51 68 -79 3810 3213 3 MP PP 3810 3213 1 0.688 0 3878 3134 1 0.5 0 3810 3213 1 0.688 0 2 interp_poly 3878 3134 1 0.5 0 3838 3185 1 0.688 0 3878 3134 1 0.5 0 2 interp_poly -40 4 68 -22 3809 2436 3 MP PP 3809 2436 1 0.125 0 3877 2414 1 0.125 0 3809 2436 1 0.125 0 2 interp_poly 3877 2414 1 0.125 0 3837 2418 1 0.188 0 3877 2414 1 0.125 0 2 interp_poly 67 -10 -40 -84 3848 1791 3 MP PP 3848 1791 0.812 0 0 3808 1707 0.688 0 0 3848 1791 0.812 0 0 2 interp_poly 3808 1707 0.688 0 0 3875 1697 0.688 0 0 3808 1707 0.688 0 0 2 interp_poly -40 -1 67 -10 3808 1707 3 MP PP 3808 1707 0.688 0 0 3875 1697 0.688 0 0 3808 1707 0.688 0 0 2 interp_poly 3875 1697 0.688 0 0 3835 1696 0.75 0 0 3875 1697 0.688 0 0 2 interp_poly -40 -143 68 -12 3761 2908 3 MP PP 3761 2908 1 0.562 0 3829 2896 1 0.562 0 3761 2908 1 0.562 0 2 interp_poly 3829 2896 1 0.562 0 3789 2753 1 0.25 0 3829 2896 1 0.562 0 2 interp_poly 68 -12 -40 13 3801 2895 3 MP PP 3801 2895 1 0.438 0 3761 2908 1 0.562 0 3801 2895 1 0.438 0 2 interp_poly 3761 2908 1 0.562 0 3829 2896 1 0.562 0 3761 2908 1 0.562 0 2 interp_poly 68 -45 -40 -143 3829 2896 3 MP PP 3829 2896 1 0.562 0 3789 2753 1 0.25 0 3829 2896 1 0.562 0 2 interp_poly 3789 2753 1 0.25 0 3857 2708 1 0.188 0 3789 2753 1 0.25 0 2 interp_poly -40 58 68 -57 3801 2895 3 MP PP 3801 2895 1 0.438 0 3869 2838 1 0.375 0 3801 2895 1 0.438 0 2 interp_poly 3869 2838 1 0.375 0 3829 2896 1 0.562 0 3869 2838 1 0.375 0 2 interp_poly 68 -57 -40 -14 3841 2909 3 MP PP 3841 2909 1 0.438 0 3801 2895 1 0.438 0 3841 2909 1 0.438 0 2 interp_poly 3801 2895 1 0.438 0 3869 2838 1 0.375 0 3801 2895 1 0.438 0 2 interp_poly 68 -5 -40 -15 3840 2220 3 MP PP 3840 2220 1 0.0625 0 3800 2205 1 0.125 0 3840 2220 1 0.0625 0 2 interp_poly 3800 2205 1 0.125 0 3868 2200 1 0.125 0 3800 2205 1 0.125 0 2 interp_poly -40 -68 68 -5 3800 2205 3 MP PP 3800 2205 1 0.125 0 3868 2200 1 0.125 0 3800 2205 1 0.125 0 2 interp_poly 3868 2200 1 0.125 0 3828 2132 1 0 0 3868 2200 1 0.125 0 2 interp_poly -40 -108 68 18 3695 1488 3 MP PP 3695 1488 1 0.125 0 3763 1506 1 0.188 0 3695 1488 1 0.125 0 2 interp_poly 3763 1506 1 0.188 0 3723 1398 1 0 0 3763 1506 1 0.188 0 2 interp_poly -40 -74 68 -18 3655 1416 3 MP PP 3655 1416 1 0 0 3723 1398 1 0 0 3655 1416 1 0 0 2 interp_poly 3723 1398 1 0 0 3683 1324 0.875 0 0 3723 1398 1 0 0 2 interp_poly 68 -18 -40 -72 3695 1488 3 MP PP 3695 1488 1 0.125 0 3655 1416 1 0 0 3695 1488 1 0.125 0 2 interp_poly 3655 1416 1 0 0 3723 1398 1 0 0 3655 1416 1 0 0 2 interp_poly 68 -10 -40 -74 3723 1398 3 MP PP 3723 1398 1 0 0 3683 1324 0.875 0 0 3723 1398 1 0 0 2 interp_poly 3683 1324 0.875 0 0 3751 1314 0.875 0 0 3683 1324 0.875 0 0 2 interp_poly -40 -65 68 -19 3723 1398 3 MP PP 3723 1398 1 0 0 3791 1379 1 0 0 3723 1398 1 0 0 2 interp_poly 3791 1379 1 0 0 3751 1314 0.875 0 0 3791 1379 1 0 0 2 interp_poly 68 -19 -40 -108 3763 1506 3 MP PP 3763 1506 1 0.188 0 3723 1398 1 0 0 3763 1506 1 0.188 0 2 interp_poly 3723 1398 1 0 0 3791 1379 1 0 0 3723 1398 1 0 0 2 interp_poly 68 18 -40 130 3735 1358 3 MP PP 3735 1358 0.75 0 0 3695 1488 1 0.125 0 3735 1358 0.75 0 0 2 interp_poly 3695 1488 1 0.125 0 3763 1506 1 0.188 0 3695 1488 1 0.125 0 2 interp_poly -40 159 68 -11 3735 1358 3 MP PP 3735 1358 0.75 0 0 3803 1347 0.75 0 0 3735 1358 0.75 0 0 2 interp_poly 3803 1347 0.75 0 0 3763 1506 1 0.188 0 3803 1347 0.75 0 0 2 interp_poly -40 -111 68 -18 3707 1487 3 MP PP 3707 1487 0.938 0 0 3775 1469 0.938 0 0 3707 1487 0.938 0 0 2 interp_poly 3775 1469 0.938 0 0 3735 1358 0.75 0 0 3775 1469 0.938 0 0 2 interp_poly 68 -18 -40 49 3747 1438 3 MP PP 3747 1438 0.812 0 0 3707 1487 0.938 0 0 3747 1438 0.812 0 0 2 interp_poly 3707 1487 0.938 0 0 3775 1469 0.938 0 0 3707 1487 0.938 0 0 2 interp_poly -40 -131 68 -24 3719 1593 3 MP PP 3719 1593 1 0.0625 0 3787 1569 1 0.0625 0 3719 1593 1 0.0625 0 2 interp_poly 3787 1569 1 0.0625 0 3747 1438 0.812 0 0 3787 1569 1 0.0625 0 2 interp_poly 68 -11 -40 -111 3775 1469 3 MP PP 3775 1469 0.938 0 0 3735 1358 0.75 0 0 3775 1469 0.938 0 0 2 interp_poly 3735 1358 0.75 0 0 3803 1347 0.75 0 0 3735 1358 0.75 0 0 2 interp_poly -40 13 68 18 3747 1438 3 MP PP 3747 1438 0.812 0 0 3815 1456 0.875 0 0 3747 1438 0.812 0 0 2 interp_poly 3815 1456 0.875 0 0 3775 1469 0.938 0 0 3815 1456 0.875 0 0 2 interp_poly 68 18 -40 -131 3787 1569 3 MP PP 3787 1569 1 0.0625 0 3747 1438 0.812 0 0 3787 1569 1 0.0625 0 2 interp_poly 3747 1438 0.812 0 0 3815 1456 0.875 0 0 3747 1438 0.812 0 0 2 interp_poly -40 80 68 5 3759 1484 3 MP PP 3759 1484 0.75 0 0 3827 1489 0.812 0 0 3759 1484 0.75 0 0 2 interp_poly 3827 1489 0.812 0 0 3787 1569 1 0.0625 0 3827 1489 0.812 0 0 2 interp_poly 68 -20 -40 -31 3839 1561 3 MP PP 3839 1561 0.812 0 0 3799 1530 0.812 0 0 3839 1561 0.812 0 0 2 interp_poly 3799 1530 0.812 0 0 3867 1510 0.812 0 0 3799 1530 0.812 0 0 2 interp_poly -40 -21 68 -20 3799 1530 3 MP PP 3799 1530 0.812 0 0 3867 1510 0.812 0 0 3799 1530 0.812 0 0 2 interp_poly 3867 1510 0.812 0 0 3827 1489 0.812 0 0 3867 1510 0.812 0 0 2 interp_poly -40 -6 67 -65 3798 3148 3 MP PP 3798 3148 1 0.688 0 3865 3083 1 0.562 0 3798 3148 1 0.688 0 2 interp_poly 3865 3083 1 0.562 0 3825 3077 1 0.562 0 3865 3083 1 0.562 0 2 interp_poly 67 -16 -40 -88 3837 2418 3 MP PP 3837 2418 1 0.188 0 3797 2330 1 0 0 3837 2418 1 0.188 0 2 interp_poly 3797 2330 1 0 0 3864 2314 1 0 0 3797 2330 1 0 0 2 interp_poly -40 -5 67 -16 3797 2330 3 MP PP 3797 2330 1 0 0 3864 2314 1 0 0 3797 2330 1 0 0 2 interp_poly 3864 2314 1 0 0 3824 2309 1 0.0625 0 3864 2314 1 0 0 2 interp_poly 68 -29 -40 -1 3835 1696 3 MP PP 3835 1696 0.75 0 0 3795 1695 0.812 0 0 3835 1696 0.75 0 0 2 interp_poly 3795 1695 0.812 0 0 3863 1666 0.75 0 0 3795 1695 0.812 0 0 2 interp_poly -40 -14 68 -29 3795 1695 3 MP PP 3795 1695 0.812 0 0 3863 1666 0.75 0 0 3795 1695 0.812 0 0 2 interp_poly 3863 1666 0.75 0 0 3823 1652 0.812 0 0 3863 1666 0.75 0 0 2 interp_poly -40 -108 68 -41 3701 2504 3 MP PP 3701 2504 1 0.312 0 3769 2463 1 0.25 0 3701 2504 1 0.312 0 2 interp_poly 3769 2463 1 0.25 0 3729 2355 1 0.0625 0 3769 2463 1 0.25 0 2 interp_poly 68 -41 -40 49 3741 2455 3 MP PP 3741 2455 1 0.125 0 3701 2504 1 0.312 0 3741 2455 1 0.125 0 2 interp_poly 3701 2504 1 0.312 0 3769 2463 1 0.25 0 3701 2504 1 0.312 0 2 interp_poly -40 -106 68 -19 3713 2580 3 MP PP 3713 2580 1 0.375 0 3781 2561 1 0.312 0 3713 2580 1 0.375 0 2 interp_poly 3781 2561 1 0.312 0 3741 2455 1 0.125 0 3781 2561 1 0.312 0 2 interp_poly 68 -19 -40 10 3753 2570 3 MP PP 3753 2570 1 0.25 0 3713 2580 1 0.375 0 3753 2570 1 0.25 0 2 interp_poly 3713 2580 1 0.375 0 3781 2561 1 0.312 0 3713 2580 1 0.375 0 2 interp_poly -40 -38 67 -8 3717 2350 3 MP PP 3717 2350 1 0.188 0 3784 2342 1 0.188 0 3717 2350 1 0.188 0 2 interp_poly 3784 2342 1 0.188 0 3744 2304 1 0.188 0 3784 2342 1 0.188 0 2 interp_poly 67 -8 -40 49 3757 2301 3 MP PP 3757 2301 1 0 0 3717 2350 1 0.188 0 3757 2301 1 0 0 2 interp_poly 3717 2350 1 0.188 0 3784 2342 1 0.188 0 3717 2350 1 0.188 0 2 interp_poly 68 -25 -40 -108 3769 2463 3 MP PP 3769 2463 1 0.25 0 3729 2355 1 0.0625 0 3769 2463 1 0.25 0 2 interp_poly 3729 2355 1 0.0625 0 3797 2330 1 0 0 3729 2355 1 0.0625 0 2 interp_poly -40 27 68 -19 3741 2455 3 MP PP 3741 2455 1 0.125 0 3809 2436 1 0.125 0 3741 2455 1 0.125 0 2 interp_poly 3809 2436 1 0.125 0 3769 2463 1 0.25 0 3809 2436 1 0.125 0 2 interp_poly 68 -19 -40 -106 3781 2561 3 MP PP 3781 2561 1 0.312 0 3741 2455 1 0.125 0 3781 2561 1 0.312 0 2 interp_poly 3741 2455 1 0.125 0 3809 2436 1 0.125 0 3741 2455 1 0.125 0 2 interp_poly -40 27 68 -36 3753 2570 3 MP PP 3753 2570 1 0.25 0 3821 2534 1 0.188 0 3753 2570 1 0.25 0 2 interp_poly 3821 2534 1 0.188 0 3781 2561 1 0.312 0 3821 2534 1 0.188 0 2 interp_poly 68 -36 -40 36 3793 2534 3 MP PP 3793 2534 1 0.125 0 3753 2570 1 0.25 0 3793 2534 1 0.125 0 2 interp_poly 3753 2570 1 0.25 0 3821 2534 1 0.188 0 3753 2570 1 0.25 0 2 interp_poly -40 57 68 -57 3793 2534 3 MP PP 3793 2534 1 0.125 0 3861 2477 1 0 0 3793 2534 1 0.125 0 2 interp_poly 3861 2477 1 0 0 3821 2534 1 0.188 0 3861 2477 1 0 0 2 interp_poly 68 -57 -40 -52 3833 2586 3 MP PP 3833 2586 1 0.188 0 3793 2534 1 0.125 0 3833 2586 1 0.188 0 2 interp_poly 3793 2534 1 0.125 0 3861 2477 1 0 0 3793 2534 1 0.125 0 2 interp_poly -40 -28 68 -3 3792 1932 3 MP PP 3792 1932 1 0 0 3860 1929 1 0 0 3792 1932 1 0 0 2 interp_poly 3860 1929 1 0 0 3820 1901 1 0 0 3860 1929 1 0 0 2 interp_poly -40 -10 68 -45 3789 2753 3 MP PP 3789 2753 1 0.25 0 3857 2708 1 0.188 0 3789 2753 1 0.25 0 2 interp_poly 3857 2708 1 0.188 0 3817 2698 1 0.188 0 3857 2708 1 0.188 0 2 interp_poly -40 -50 68 -7 3696 2038 3 MP PP 3696 2038 1 0.125 0 3764 2031 1 0.125 0 3696 2038 1 0.125 0 2 interp_poly 3764 2031 1 0.125 0 3724 1981 1 0.0625 0 3764 2031 1 0.125 0 2 interp_poly 68 -7 -40 15 3736 2023 3 MP PP 3736 2023 1 0 0 3696 2038 1 0.125 0 3736 2023 1 0 0 2 interp_poly 3696 2038 1 0.125 0 3764 2031 1 0.125 0 3696 2038 1 0.125 0 2 interp_poly -40 -66 68 -9 3708 2098 3 MP PP 3708 2098 1 0.125 0 3776 2089 1 0.125 0 3708 2098 1 0.125 0 2 interp_poly 3776 2089 1 0.125 0 3736 2023 1 0 0 3776 2089 1 0.125 0 2 interp_poly 68 -49 -40 -50 3764 2031 3 MP PP 3764 2031 1 0.125 0 3724 1981 1 0.0625 0 3764 2031 1 0.125 0 2 interp_poly 3724 1981 1 0.0625 0 3792 1932 1 0 0 3724 1981 1 0.0625 0 2 interp_poly -40 20 68 -12 3736 2023 3 MP PP 3736 2023 1 0 0 3804 2011 1 0.0625 0 3736 2023 1 0 0 2 interp_poly 3804 2011 1 0.0625 0 3764 2031 1 0.125 0 3804 2011 1 0.0625 0 2 interp_poly 68 -12 -40 -66 3776 2089 3 MP PP 3776 2089 1 0.125 0 3736 2023 1 0 0 3776 2089 1 0.125 0 2 interp_poly 3736 2023 1 0 0 3804 2011 1 0.0625 0 3736 2023 1 0 0 2 interp_poly -40 -3 68 11 3748 2081 3 MP PP 3748 2081 1 0 0 3816 2092 1 0.0625 0 3748 2081 1 0 0 2 interp_poly 3816 2092 1 0.0625 0 3776 2089 1 0.125 0 3816 2092 1 0.0625 0 2 interp_poly 68 11 -40 1 3788 2080 3 MP PP 3788 2080 0.938 0 0 3748 2081 1 0 0 3788 2080 0.938 0 0 2 interp_poly 3748 2081 1 0 0 3816 2092 1 0.0625 0 3748 2081 1 0 0 2 interp_poly -40 79 68 -67 3788 2080 3 MP PP 3788 2080 0.938 0 0 3856 2013 0.812 0 0 3788 2080 0.938 0 0 2 interp_poly 3856 2013 0.812 0 0 3816 2092 1 0.0625 0 3856 2013 0.812 0 0 2 interp_poly 68 -67 -40 -52 3828 2132 3 MP PP 3828 2132 1 0 0 3788 2080 0.938 0 0 3828 2132 1 0 0 2 interp_poly 3788 2080 0.938 0 0 3856 2013 0.812 0 0 3788 2080 0.938 0 0 2 interp_poly 68 -40 -40 -81 3825 3077 3 MP PP 3825 3077 1 0.562 0 3785 2996 1 0.438 0 3825 3077 1 0.562 0 2 interp_poly 3785 2996 1 0.438 0 3853 2956 1 0.375 0 3785 2996 1 0.438 0 2 interp_poly -40 9 68 -40 3785 2996 3 MP PP 3785 2996 1 0.438 0 3853 2956 1 0.375 0 3785 2996 1 0.438 0 2 interp_poly 3853 2956 1 0.375 0 3813 2965 1 0.438 0 3853 2956 1 0.375 0 2 interp_poly 68 -37 -40 12 3823 1652 3 MP PP 3823 1652 0.812 0 0 3783 1664 0.875 0 0 3823 1652 0.812 0 0 2 interp_poly 3783 1664 0.875 0 0 3851 1627 0.812 0 0 3783 1664 0.875 0 0 2 interp_poly -40 -16 68 -37 3783 1664 3 MP PP 3783 1664 0.875 0 0 3851 1627 0.812 0 0 3783 1664 0.875 0 0 2 interp_poly 3851 1627 0.812 0 0 3811 1611 0.875 0 0 3851 1627 0.812 0 0 2 interp_poly 68 -41 -40 -69 3820 1901 3 MP PP 3820 1901 1 0 0 3780 1832 0.875 0 0 3820 1901 1 0 0 2 interp_poly 3780 1832 0.875 0 0 3848 1791 0.812 0 0 3780 1832 0.875 0 0 2 interp_poly -40 -84 68 -41 3780 1832 3 MP PP 3780 1832 0.875 0 0 3848 1791 0.812 0 0 3780 1832 0.875 0 0 2 interp_poly 3848 1791 0.812 0 0 3808 1707 0.688 0 0 3848 1791 0.812 0 0 2 interp_poly 68 -62 -40 -2 3817 2698 3 MP PP 3817 2698 1 0.188 0 3777 2696 1 0.25 0 3817 2698 1 0.188 0 2 interp_poly 3777 2696 1 0.25 0 3845 2634 1 0.188 0 3777 2696 1 0.25 0 2 interp_poly -40 26 68 -62 3777 2696 3 MP PP 3777 2696 1 0.25 0 3845 2634 1 0.188 0 3777 2696 1 0.25 0 2 interp_poly 3845 2634 1 0.188 0 3805 2660 1 0.25 0 3845 2634 1 0.188 0 2 interp_poly 68 -38 -40 -18 3813 2965 3 MP PP 3813 2965 1 0.438 0 3773 2947 1 0.5 0 3813 2965 1 0.438 0 2 interp_poly 3773 2947 1 0.5 0 3841 2909 1 0.438 0 3773 2947 1 0.5 0 2 interp_poly -40 -14 68 -38 3773 2947 3 MP PP 3773 2947 1 0.5 0 3841 2909 1 0.438 0 3773 2947 1 0.5 0 2 interp_poly 3841 2909 1 0.438 0 3801 2895 1 0.438 0 3841 2909 1 0.438 0 2 interp_poly 68 -39 -40 -18 3812 2277 3 MP PP 3812 2277 1 0.125 0 3772 2259 1 0.125 0 3812 2277 1 0.125 0 2 interp_poly 3772 2259 1 0.125 0 3840 2220 1 0.0625 0 3772 2259 1 0.125 0 2 interp_poly -40 -15 68 -39 3772 2259 3 MP PP 3772 2259 1 0.125 0 3840 2220 1 0.0625 0 3772 2259 1 0.125 0 2 interp_poly 3840 2220 1 0.0625 0 3800 2205 1 0.125 0 3840 2220 1 0.0625 0 2 interp_poly 68 -24 -40 109 3759 1484 3 MP PP 3759 1484 0.75 0 0 3719 1593 1 0.0625 0 3759 1484 0.75 0 0 2 interp_poly 3719 1593 1 0.0625 0 3787 1569 1 0.0625 0 3719 1593 1 0.0625 0 2 interp_poly 68 -10 -40 -40 3811 1611 3 MP PP 3811 1611 0.875 0 0 3771 1571 0.812 0 0 3811 1611 0.875 0 0 2 interp_poly 3771 1571 0.812 0 0 3839 1561 0.812 0 0 3771 1571 0.812 0 0 2 interp_poly -40 -31 68 -10 3771 1571 3 MP PP 3771 1571 0.812 0 0 3839 1561 0.812 0 0 3771 1571 0.812 0 0 2 interp_poly 3839 1561 0.812 0 0 3799 1530 0.812 0 0 3839 1561 0.812 0 0 2 interp_poly 67 -11 -40 0 3808 1707 3 MP PP 3808 1707 0.688 0 0 3768 1707 0.75 0 0 3808 1707 0.688 0 0 2 interp_poly 3768 1707 0.75 0 0 3835 1696 0.75 0 0 3768 1707 0.75 0 0 2 interp_poly -40 -1 67 -11 3768 1707 3 MP PP 3768 1707 0.75 0 0 3835 1696 0.75 0 0 3768 1707 0.75 0 0 2 interp_poly 3835 1696 0.75 0 0 3795 1695 0.812 0 0 3835 1696 0.75 0 0 2 interp_poly 68 -4 -40 -70 3805 2660 3 MP PP 3805 2660 1 0.25 0 3765 2590 1 0.188 0 3805 2660 1 0.25 0 2 interp_poly 3765 2590 1 0.188 0 3833 2586 1 0.188 0 3765 2590 1 0.188 0 2 interp_poly -40 -52 68 -4 3765 2590 3 MP PP 3765 2590 1 0.188 0 3833 2586 1 0.188 0 3765 2590 1 0.188 0 2 interp_poly 3833 2586 1 0.188 0 3793 2534 1 0.125 0 3833 2586 1 0.188 0 2 interp_poly 68 -36 -40 -37 3800 2205 3 MP PP 3800 2205 1 0.125 0 3760 2168 1 0.0625 0 3800 2205 1 0.125 0 2 interp_poly 3760 2168 1 0.0625 0 3828 2132 1 0 0 3760 2168 1 0.0625 0 2 interp_poly -40 -52 68 -36 3760 2168 3 MP PP 3760 2168 1 0.0625 0 3828 2132 1 0 0 3760 2168 1 0.0625 0 2 interp_poly 3828 2132 1 0 0 3788 2080 0.938 0 0 3828 2132 1 0 0 2 interp_poly 68 5 -40 -46 3799 1530 3 MP PP 3799 1530 0.812 0 0 3759 1484 0.75 0 0 3799 1530 0.812 0 0 2 interp_poly 3759 1484 0.75 0 0 3827 1489 0.812 0 0 3759 1484 0.75 0 0 2 interp_poly 67 -37 -40 -34 3798 3148 3 MP PP 3798 3148 1 0.688 0 3758 3114 1 0.625 0 3798 3148 1 0.688 0 2 interp_poly 3758 3114 1 0.625 0 3825 3077 1 0.562 0 3758 3114 1 0.625 0 2 interp_poly -40 -81 67 -37 3758 3114 3 MP PP 3758 3114 1 0.625 0 3825 3077 1 0.562 0 3758 3114 1 0.625 0 2 interp_poly 3825 3077 1 0.562 0 3785 2996 1 0.438 0 3825 3077 1 0.562 0 2 interp_poly 67 8 -40 -29 3797 2330 3 MP PP 3797 2330 1 0 0 3757 2301 1 0 0 3797 2330 1 0 0 2 interp_poly 3757 2301 1 0 0 3824 2309 1 0.0625 0 3757 2301 1 0 0 2 interp_poly 68 -27 -40 -16 3795 1695 3 MP PP 3795 1695 0.812 0 0 3755 1679 0.812 0 0 3795 1695 0.812 0 0 2 interp_poly 3755 1679 0.812 0 0 3823 1652 0.812 0 0 3755 1679 0.812 0 0 2 interp_poly -40 12 68 -27 3755 1679 3 MP PP 3755 1679 0.812 0 0 3823 1652 0.812 0 0 3755 1679 0.812 0 0 2 interp_poly 3823 1652 0.812 0 0 3783 1664 0.875 0 0 3823 1652 0.812 0 0 2 interp_poly 68 -21 -40 -10 3792 1932 3 MP PP 3792 1932 1 0 0 3752 1922 1 0 0 3792 1932 1 0 0 2 interp_poly 3752 1922 1 0 0 3820 1901 1 0 0 3752 1922 1 0 0 2 interp_poly -40 -69 68 -21 3752 1922 3 MP PP 3752 1922 1 0 0 3820 1901 1 0 0 3752 1922 1 0 0 2 interp_poly 3820 1901 1 0 0 3780 1832 0.875 0 0 3820 1901 1 0 0 2 interp_poly 68 -21 -40 -34 3789 2753 3 MP PP 3789 2753 1 0.25 0 3749 2719 1 0.25 0 3789 2753 1 0.25 0 2 interp_poly 3749 2719 1 0.25 0 3817 2698 1 0.188 0 3749 2719 1 0.25 0 2 interp_poly -40 -2 68 -21 3749 2719 3 MP PP 3749 2719 1 0.25 0 3817 2698 1 0.188 0 3749 2719 1 0.25 0 2 interp_poly 3817 2698 1 0.188 0 3777 2696 1 0.25 0 3817 2698 1 0.188 0 2 interp_poly 68 -21 -40 -10 3785 2996 3 MP PP 3785 2996 1 0.438 0 3745 2986 1 0.5 0 3785 2996 1 0.438 0 2 interp_poly 3745 2986 1 0.5 0 3813 2965 1 0.438 0 3745 2986 1 0.5 0 2 interp_poly -40 -18 68 -21 3745 2986 3 MP PP 3745 2986 1 0.5 0 3813 2965 1 0.438 0 3745 2986 1 0.5 0 2 interp_poly 3813 2965 1 0.438 0 3773 2947 1 0.5 0 3813 2965 1 0.438 0 2 interp_poly -40 -18 68 -27 3744 2304 3 MP PP 3744 2304 1 0.188 0 3812 2277 1 0.125 0 3744 2304 1 0.188 0 2 interp_poly 3812 2277 1 0.125 0 3772 2259 1 0.125 0 3812 2277 1 0.125 0 2 interp_poly 68 -55 -40 2 3783 1664 3 MP PP 3783 1664 0.875 0 0 3743 1666 0.938 0 0 3783 1664 0.875 0 0 2 interp_poly 3743 1666 0.938 0 0 3811 1611 0.875 0 0 3743 1666 0.938 0 0 2 interp_poly -40 -40 68 -55 3743 1666 3 MP PP 3743 1666 0.938 0 0 3811 1611 0.875 0 0 3743 1666 0.938 0 0 2 interp_poly 3811 1611 0.875 0 0 3771 1571 0.812 0 0 3811 1611 0.875 0 0 2 interp_poly -40 11 68 -63 3742 3276 3 MP PP 3742 3276 1 0.812 0 3810 3213 1 0.688 0 3742 3276 1 0.812 0 2 interp_poly 3810 3213 1 0.688 0 3770 3224 1 0.75 0 3810 3213 1 0.688 0 2 interp_poly 68 -35 -40 -90 3780 1832 3 MP PP 3780 1832 0.875 0 0 3740 1742 0.75 0 0 3780 1832 0.875 0 0 2 interp_poly 3740 1742 0.75 0 0 3808 1707 0.688 0 0 3740 1742 0.75 0 0 2 interp_poly -40 0 68 -35 3740 1742 3 MP PP 3740 1742 0.75 0 0 3808 1707 0.688 0 0 3740 1742 0.75 0 0 2 interp_poly 3808 1707 0.688 0 0 3768 1707 0.75 0 0 3808 1707 0.688 0 0 2 interp_poly 68 -37 -40 1 3777 2696 3 MP PP 3777 2696 1 0.25 0 3737 2697 1 0.312 0 3777 2696 1 0.25 0 2 interp_poly 3737 2697 1 0.312 0 3805 2660 1 0.25 0 3737 2697 1 0.312 0 2 interp_poly -40 -70 68 -37 3737 2697 3 MP PP 3737 2697 1 0.312 0 3805 2660 1 0.25 0 3737 2697 1 0.312 0 2 interp_poly 3805 2660 1 0.25 0 3765 2590 1 0.188 0 3805 2660 1 0.25 0 2 interp_poly 68 -23 -40 -29 3773 2947 3 MP PP 3773 2947 1 0.5 0 3733 2918 1 0.5 0 3773 2947 1 0.5 0 2 interp_poly 3733 2918 1 0.5 0 3801 2895 1 0.438 0 3733 2918 1 0.5 0 2 interp_poly -40 13 68 -23 3733 2918 3 MP PP 3733 2918 1 0.5 0 3801 2895 1 0.438 0 3733 2918 1 0.5 0 2 interp_poly 3801 2895 1 0.438 0 3761 2908 1 0.562 0 3801 2895 1 0.438 0 2 interp_poly 68 -37 -40 -17 3772 2259 3 MP PP 3772 2259 1 0.125 0 3732 2242 1 0.188 0 3772 2259 1 0.125 0 2 interp_poly 3732 2242 1 0.188 0 3800 2205 1 0.125 0 3732 2242 1 0.188 0 2 interp_poly -40 -37 68 -37 3732 2242 3 MP PP 3732 2242 1 0.188 0 3800 2205 1 0.125 0 3732 2242 1 0.188 0 2 interp_poly 3800 2205 1 0.125 0 3760 2168 1 0.0625 0 3800 2205 1 0.125 0 2 interp_poly 68 -46 -40 5 3771 1571 3 MP PP 3771 1571 0.812 0 0 3731 1576 0.875 0 0 3771 1571 0.812 0 0 2 interp_poly 3731 1576 0.875 0 0 3799 1530 0.812 0 0 3731 1576 0.875 0 0 2 interp_poly -40 -46 68 -46 3731 1576 3 MP PP 3731 1576 0.875 0 0 3799 1530 0.812 0 0 3731 1576 0.875 0 0 2 interp_poly 3799 1530 0.812 0 0 3759 1484 0.75 0 0 3799 1530 0.812 0 0 2 interp_poly 68 -83 -40 7 3770 3224 3 MP PP 3770 3224 1 0.75 0 3730 3231 1 0.812 0 3770 3224 1 0.75 0 2 interp_poly 3730 3231 1 0.812 0 3798 3148 1 0.688 0 3730 3231 1 0.812 0 2 interp_poly -40 -34 68 -83 3730 3231 3 MP PP 3730 3231 1 0.812 0 3798 3148 1 0.688 0 3730 3231 1 0.812 0 2 interp_poly 3798 3148 1 0.688 0 3758 3114 1 0.625 0 3798 3148 1 0.688 0 2 interp_poly -40 -29 68 -25 3729 2355 3 MP PP 3729 2355 1 0.0625 0 3797 2330 1 0 0 3729 2355 1 0.0625 0 2 interp_poly 3797 2330 1 0 0 3757 2301 1 0 0 3797 2330 1 0 0 2 interp_poly 67 -6 -40 -6 3768 1707 3 MP PP 3768 1707 0.75 0 0 3728 1701 0.812 0 0 3768 1707 0.75 0 0 2 interp_poly 3728 1701 0.812 0 0 3795 1695 0.812 0 0 3728 1701 0.812 0 0 2 interp_poly -40 -16 67 -6 3728 1701 3 MP PP 3728 1701 0.812 0 0 3795 1695 0.812 0 0 3728 1701 0.812 0 0 2 interp_poly 3795 1695 0.812 0 0 3755 1679 0.812 0 0 3795 1695 0.812 0 0 2 interp_poly -40 10 68 -21 3685 2591 3 MP PP 3685 2591 1 0.312 0 3753 2570 1 0.25 0 3685 2591 1 0.312 0 2 interp_poly 3753 2570 1 0.25 0 3713 2580 1 0.375 0 3753 2570 1 0.25 0 2 interp_poly -40 -122 68 -7 3633 2511 3 MP PP 3633 2511 1 0.312 0 3701 2504 1 0.312 0 3633 2511 1 0.312 0 2 interp_poly 3701 2504 1 0.312 0 3661 2382 1 0.0625 0 3701 2504 1 0.312 0 2 interp_poly 68 -7 -40 44 3673 2467 3 MP PP 3673 2467 1 0.125 0 3633 2511 1 0.312 0 3673 2467 1 0.125 0 2 interp_poly 3633 2511 1 0.312 0 3701 2504 1 0.312 0 3633 2511 1 0.312 0 2 interp_poly -40 -113 68 -21 3645 2601 3 MP PP 3645 2601 1 0.375 0 3713 2580 1 0.375 0 3645 2601 1 0.375 0 2 interp_poly 3713 2580 1 0.375 0 3673 2467 1 0.125 0 3713 2580 1 0.375 0 2 interp_poly 68 -21 -40 10 3685 2591 3 MP PP 3685 2591 1 0.312 0 3645 2601 1 0.375 0 3685 2591 1 0.312 0 2 interp_poly 3645 2601 1 0.375 0 3713 2580 1 0.375 0 3645 2601 1 0.375 0 2 interp_poly 68 -27 -40 -122 3701 2504 3 MP PP 3701 2504 1 0.312 0 3661 2382 1 0.0625 0 3701 2504 1 0.312 0 2 interp_poly 3661 2382 1 0.0625 0 3729 2355 1 0.0625 0 3661 2382 1 0.0625 0 2 interp_poly -40 49 68 -12 3673 2467 3 MP PP 3673 2467 1 0.125 0 3741 2455 1 0.125 0 3673 2467 1 0.125 0 2 interp_poly 3741 2455 1 0.125 0 3701 2504 1 0.312 0 3741 2455 1 0.125 0 2 interp_poly 68 -12 -40 -113 3713 2580 3 MP PP 3713 2580 1 0.375 0 3673 2467 1 0.125 0 3713 2580 1 0.375 0 2 interp_poly 3673 2467 1 0.125 0 3741 2455 1 0.125 0 3673 2467 1 0.125 0 2 interp_poly 68 -21 -40 22 3725 2569 3 MP PP 3725 2569 1 0.188 0 3685 2591 1 0.312 0 3725 2569 1 0.188 0 2 interp_poly 3685 2591 1 0.312 0 3753 2570 1 0.25 0 3685 2591 1 0.312 0 2 interp_poly -40 36 68 -35 3725 2569 3 MP PP 3725 2569 1 0.188 0 3793 2534 1 0.125 0 3725 2569 1 0.188 0 2 interp_poly 3793 2534 1 0.125 0 3753 2570 1 0.25 0 3793 2534 1 0.125 0 2 interp_poly 68 -35 -40 -21 3765 2590 3 MP PP 3765 2590 1 0.188 0 3725 2569 1 0.188 0 3765 2590 1 0.188 0 2 interp_poly 3725 2569 1 0.188 0 3793 2534 1 0.125 0 3725 2569 1 0.188 0 2 interp_poly -40 -10 68 -49 3724 1981 3 MP PP 3724 1981 1 0.0625 0 3792 1932 1 0 0 3724 1981 1 0.0625 0 2 interp_poly 3792 1932 1 0 0 3752 1922 1 0 0 3792 1932 1 0 0 2 interp_poly 68 -43 -40 -112 3761 2908 3 MP PP 3761 2908 1 0.562 0 3721 2796 1 0.312 0 3761 2908 1 0.562 0 2 interp_poly 3721 2796 1 0.312 0 3789 2753 1 0.25 0 3721 2796 1 0.312 0 2 interp_poly -40 -34 68 -43 3721 2796 3 MP PP 3721 2796 1 0.312 0 3789 2753 1 0.25 0 3721 2796 1 0.312 0 2 interp_poly 3789 2753 1 0.25 0 3749 2719 1 0.25 0 3789 2753 1 0.25 0 2 interp_poly 68 -9 -40 17 3748 2081 3 MP PP 3748 2081 1 0 0 3708 2098 1 0.125 0 3748 2081 1 0 0 2 interp_poly 3708 2098 1 0.125 0 3776 2089 1 0.125 0 3708 2098 1 0.125 0 2 interp_poly 68 -19 -40 -69 3760 2168 3 MP PP 3760 2168 1 0.0625 0 3720 2099 1 0 0 3760 2168 1 0.0625 0 2 interp_poly 3720 2099 1 0 0 3788 2080 0.938 0 0 3720 2099 1 0 0 2 interp_poly -40 1 68 -19 3720 2099 3 MP PP 3720 2099 1 0 0 3788 2080 0.938 0 0 3720 2099 1 0 0 2 interp_poly 3788 2080 0.938 0 0 3748 2081 1 0 0 3788 2080 0.938 0 0 2 interp_poly 67 -41 -40 -77 3758 3114 3 MP PP 3758 3114 1 0.625 0 3718 3037 1 0.5 0 3758 3114 1 0.625 0 2 interp_poly 3718 3037 1 0.5 0 3785 2996 1 0.438 0 3718 3037 1 0.5 0 2 interp_poly -40 -10 67 -41 3718 3037 3 MP PP 3718 3037 1 0.5 0 3785 2996 1 0.438 0 3718 3037 1 0.5 0 2 interp_poly 3785 2996 1 0.438 0 3745 2986 1 0.5 0 3785 2996 1 0.438 0 2 interp_poly -40 -72 68 -47 3675 1713 3 MP PP 3675 1713 1 0 0 3743 1666 0.938 0 0 3675 1713 1 0 0 2 interp_poly 3743 1666 0.938 0 0 3703 1594 0.812 0 0 3743 1666 0.938 0 0 2 interp_poly 68 -47 -40 54 3715 1659 3 MP PP 3715 1659 0.812 0 0 3675 1713 1 0 0 3715 1659 0.812 0 0 2 interp_poly 3675 1713 1 0 0 3743 1666 0.938 0 0 3675 1713 1 0 0 2 interp_poly -40 -72 68 -36 3627 1524 3 MP PP 3627 1524 1 0.188 0 3695 1488 1 0.125 0 3627 1524 1 0.188 0 2 interp_poly 3695 1488 1 0.125 0 3655 1416 1 0 0 3695 1488 1 0.125 0 2 interp_poly 68 -36 -40 138 3667 1386 3 MP PP 3667 1386 0.812 0 0 3627 1524 1 0.188 0 3667 1386 0.812 0 0 2 interp_poly 3627 1524 1 0.188 0 3695 1488 1 0.125 0 3627 1524 1 0.188 0 2 interp_poly -40 130 68 -28 3667 1386 3 MP PP 3667 1386 0.812 0 0 3735 1358 0.75 0 0 3667 1386 0.812 0 0 2 interp_poly 3735 1358 0.75 0 0 3695 1488 1 0.125 0 3735 1358 0.75 0 0 2 interp_poly -40 -101 68 -19 3639 1506 3 MP PP 3639 1506 1 0 0 3707 1487 0.938 0 0 3639 1506 1 0 0 2 interp_poly 3707 1487 0.938 0 0 3667 1386 0.812 0 0 3707 1487 0.938 0 0 2 interp_poly 68 -19 -40 59 3679 1447 3 MP PP 3679 1447 0.75 0 0 3639 1506 1 0 0 3679 1447 0.75 0 0 2 interp_poly 3639 1506 1 0 0 3707 1487 0.938 0 0 3639 1506 1 0 0 2 interp_poly -40 -146 68 25 3651 1568 3 MP PP 3651 1568 1 0 0 3719 1593 1 0.0625 0 3651 1568 1 0 0 2 interp_poly 3719 1593 1 0.0625 0 3679 1447 0.75 0 0 3719 1593 1 0.0625 0 2 interp_poly 68 -28 -40 -101 3707 1487 3 MP PP 3707 1487 0.938 0 0 3667 1386 0.812 0 0 3707 1487 0.938 0 0 2 interp_poly 3667 1386 0.812 0 0 3735 1358 0.75 0 0 3667 1386 0.812 0 0 2 interp_poly -40 49 68 -9 3679 1447 3 MP PP 3679 1447 0.75 0 0 3747 1438 0.812 0 0 3679 1447 0.75 0 0 2 interp_poly 3747 1438 0.812 0 0 3707 1487 0.938 0 0 3747 1438 0.812 0 0 2 interp_poly 68 -9 -40 -146 3719 1593 3 MP PP 3719 1593 1 0.0625 0 3679 1447 0.75 0 0 3719 1593 1 0.0625 0 2 interp_poly 3679 1447 0.75 0 0 3747 1438 0.812 0 0 3679 1447 0.75 0 0 2 interp_poly 68 25 -40 101 3691 1467 3 MP PP 3691 1467 0.688 0 0 3651 1568 1 0 0 3691 1467 0.688 0 0 2 interp_poly 3651 1568 1 0 0 3719 1593 1 0.0625 0 3651 1568 1 0 0 2 interp_poly -40 109 68 17 3691 1467 3 MP PP 3691 1467 0.688 0 0 3759 1484 0.75 0 0 3691 1467 0.688 0 0 2 interp_poly 3759 1484 0.75 0 0 3719 1593 1 0.0625 0 3759 1484 0.75 0 0 2 interp_poly 68 -23 -40 -72 3743 1666 3 MP PP 3743 1666 0.938 0 0 3703 1594 0.812 0 0 3743 1666 0.938 0 0 2 interp_poly 3703 1594 0.812 0 0 3771 1571 0.812 0 0 3703 1594 0.812 0 0 2 interp_poly -40 2 68 5 3715 1659 3 MP PP 3715 1659 0.812 0 0 3783 1664 0.875 0 0 3715 1659 0.812 0 0 2 interp_poly 3783 1664 0.875 0 0 3743 1666 0.938 0 0 3783 1664 0.875 0 0 2 interp_poly 68 5 -40 -20 3755 1679 3 MP PP 3755 1679 0.812 0 0 3715 1659 0.812 0 0 3755 1679 0.812 0 0 2 interp_poly 3715 1659 0.812 0 0 3783 1664 0.875 0 0 3715 1659 0.812 0 0 2 interp_poly 68 -20 -40 -70 3752 1922 3 MP PP 3752 1922 1 0 0 3712 1852 0.938 0 0 3752 1922 1 0 0 2 interp_poly 3712 1852 0.938 0 0 3780 1832 0.875 0 0 3712 1852 0.938 0 0 2 interp_poly -40 -90 68 -20 3712 1852 3 MP PP 3712 1852 0.938 0 0 3780 1832 0.875 0 0 3712 1852 0.938 0 0 2 interp_poly 3780 1832 0.875 0 0 3740 1742 0.75 0 0 3780 1832 0.875 0 0 2 interp_poly -40 -82 68 -39 3669 2736 3 MP PP 3669 2736 1 0.375 0 3737 2697 1 0.312 0 3669 2736 1 0.375 0 2 interp_poly 3737 2697 1 0.312 0 3697 2615 1 0.188 0 3737 2697 1 0.312 0 2 interp_poly 68 -39 -40 34 3709 2702 3 MP PP 3709 2702 1 0.25 0 3669 2736 1 0.375 0 3709 2702 1 0.25 0 2 interp_poly 3669 2736 1 0.375 0 3737 2697 1 0.312 0 3669 2736 1 0.375 0 2 interp_poly 68 -6 -40 -17 3749 2719 3 MP PP 3749 2719 1 0.25 0 3709 2702 1 0.25 0 3749 2719 1 0.25 0 2 interp_poly 3709 2702 1 0.25 0 3777 2696 1 0.25 0 3709 2702 1 0.25 0 2 interp_poly -40 1 68 -6 3709 2702 3 MP PP 3709 2702 1 0.25 0 3777 2696 1 0.25 0 3709 2702 1 0.25 0 2 interp_poly 3777 2696 1 0.25 0 3737 2697 1 0.312 0 3777 2696 1 0.25 0 2 interp_poly 68 -24 -40 -15 3745 2986 3 MP PP 3745 2986 1 0.5 0 3705 2971 1 0.5 0 3745 2986 1 0.5 0 2 interp_poly 3705 2971 1 0.5 0 3773 2947 1 0.5 0 3705 2971 1 0.5 0 2 interp_poly -40 -29 68 -24 3705 2971 3 MP PP 3705 2971 1 0.5 0 3773 2947 1 0.5 0 3705 2971 1 0.5 0 2 interp_poly 3773 2947 1 0.5 0 3733 2918 1 0.5 0 3773 2947 1 0.5 0 2 interp_poly 68 -64 -40 19 3744 2304 3 MP PP 3744 2304 1 0.188 0 3704 2323 1 0.25 0 3744 2304 1 0.188 0 2 interp_poly 3704 2323 1 0.25 0 3772 2259 1 0.125 0 3704 2323 1 0.25 0 2 interp_poly -40 -17 68 -64 3704 2323 3 MP PP 3704 2323 1 0.25 0 3772 2259 1 0.125 0 3704 2323 1 0.25 0 2 interp_poly 3772 2259 1 0.125 0 3732 2242 1 0.188 0 3772 2259 1 0.125 0 2 interp_poly -40 5 68 -23 3703 1594 3 MP PP 3703 1594 0.812 0 0 3771 1571 0.812 0 0 3703 1594 0.812 0 0 2 interp_poly 3771 1571 0.812 0 0 3731 1576 0.875 0 0 3771 1571 0.812 0 0 2 interp_poly 68 -29 -40 -23 3742 3276 3 MP PP 3742 3276 1 0.812 0 3702 3253 1 0.812 0 3742 3276 1 0.812 0 2 interp_poly 3702 3253 1 0.812 0 3770 3224 1 0.75 0 3702 3253 1 0.812 0 2 interp_poly -40 7 68 -29 3702 3253 3 MP PP 3702 3253 1 0.812 0 3770 3224 1 0.75 0 3702 3253 1 0.812 0 2 interp_poly 3770 3224 1 0.75 0 3730 3231 1 0.812 0 3770 3224 1 0.75 0 2 interp_poly -40 -74 67 -3 3608 1716 3 MP PP 3608 1716 1 0 0 3675 1713 1 0 0 3608 1716 1 0 0 2 interp_poly 3675 1713 1 0 0 3635 1639 0.938 0 0 3675 1713 1 0 0 2 interp_poly 68 -45 -40 -74 3675 1713 3 MP PP 3675 1713 1 0 0 3635 1639 0.938 0 0 3675 1713 1 0 0 2 interp_poly 3635 1639 0.938 0 0 3703 1594 0.812 0 0 3635 1639 0.938 0 0 2 interp_poly -40 54 67 -22 3648 1681 3 MP PP 3648 1681 0.875 0 0 3715 1659 0.812 0 0 3648 1681 0.875 0 0 2 interp_poly 3715 1659 0.812 0 0 3675 1713 1 0 0 3715 1659 0.812 0 0 2 interp_poly -40 -15 68 -64 3660 1765 3 MP PP 3660 1765 0.938 0 0 3728 1701 0.812 0 0 3660 1765 0.938 0 0 2 interp_poly 3728 1701 0.812 0 0 3688 1686 0.812 0 0 3728 1701 0.812 0 0 2 interp_poly 68 -64 -40 40 3700 1725 3 MP PP 3700 1725 0.75 0 0 3660 1765 0.938 0 0 3700 1725 0.75 0 0 2 interp_poly 3660 1765 0.938 0 0 3728 1701 0.812 0 0 3660 1765 0.938 0 0 2 interp_poly 68 -18 -40 -17 3740 1742 3 MP PP 3740 1742 0.75 0 0 3700 1725 0.75 0 0 3740 1742 0.75 0 0 2 interp_poly 3700 1725 0.75 0 0 3768 1707 0.75 0 0 3700 1725 0.75 0 0 2 interp_poly -40 -6 68 -18 3700 1725 3 MP PP 3700 1725 0.75 0 0 3768 1707 0.75 0 0 3700 1725 0.75 0 0 2 interp_poly 3768 1707 0.75 0 0 3728 1701 0.812 0 0 3768 1707 0.75 0 0 2 interp_poly 68 -25 -40 -82 3737 2697 3 MP PP 3737 2697 1 0.312 0 3697 2615 1 0.188 0 3737 2697 1 0.312 0 2 interp_poly 3697 2615 1 0.188 0 3765 2590 1 0.188 0 3697 2615 1 0.188 0 2 interp_poly -40 -21 68 -25 3697 2615 3 MP PP 3697 2615 1 0.188 0 3765 2590 1 0.188 0 3697 2615 1 0.188 0 2 interp_poly 3765 2590 1 0.188 0 3725 2569 1 0.188 0 3765 2590 1 0.188 0 2 interp_poly 68 -21 -40 11 3733 2918 3 MP PP 3733 2918 1 0.5 0 3693 2929 1 0.562 0 3733 2918 1 0.5 0 2 interp_poly 3693 2929 1 0.562 0 3761 2908 1 0.562 0 3693 2929 1 0.562 0 2 interp_poly -40 -112 68 -21 3693 2929 3 MP PP 3693 2929 1 0.562 0 3761 2908 1 0.562 0 3693 2929 1 0.562 0 2 interp_poly 3761 2908 1 0.562 0 3721 2796 1 0.312 0 3761 2908 1 0.562 0 2 interp_poly 68 33 -40 -107 3732 2242 3 MP PP 3732 2242 1 0.188 0 3692 2135 1 0 0 3732 2242 1 0.188 0 2 interp_poly 3692 2135 1 0 0 3760 2168 1 0.0625 0 3692 2135 1 0 0 2 interp_poly -40 -69 68 33 3692 2135 3 MP PP 3692 2135 1 0 0 3760 2168 1 0.0625 0 3692 2135 1 0 0 2 interp_poly 3760 2168 1 0.0625 0 3720 2099 1 0 0 3760 2168 1 0.0625 0 2 interp_poly 68 17 -40 -109 3731 1576 3 MP PP 3731 1576 0.875 0 0 3691 1467 0.688 0 0 3731 1576 0.875 0 0 2 interp_poly 3691 1467 0.688 0 0 3759 1484 0.75 0 0 3691 1467 0.688 0 0 2 interp_poly 68 -59 -40 -58 3730 3231 3 MP PP 3730 3231 1 0.812 0 3690 3173 1 0.75 0 3730 3231 1 0.812 0 2 interp_poly 3690 3173 1 0.75 0 3758 3114 1 0.625 0 3690 3173 1 0.75 0 2 interp_poly -40 -77 68 -59 3690 3173 3 MP PP 3690 3173 1 0.75 0 3758 3114 1 0.625 0 3690 3173 1 0.75 0 2 interp_poly 3758 3114 1 0.625 0 3718 3037 1 0.5 0 3758 3114 1 0.625 0 2 interp_poly -40 -84 67 8 3637 2315 3 MP PP 3637 2315 1 0.188 0 3704 2323 1 0.25 0 3637 2315 1 0.188 0 2 interp_poly 3704 2323 1 0.25 0 3664 2239 1 0.125 0 3704 2323 1 0.25 0 2 interp_poly 67 8 -40 -3 3677 2318 3 MP PP 3677 2318 1 0.188 0 3637 2315 1 0.188 0 3677 2318 1 0.188 0 2 interp_poly 3637 2315 1 0.188 0 3704 2323 1 0.25 0 3637 2315 1 0.188 0 2 interp_poly 68 3 -40 -84 3704 2323 3 MP PP 3704 2323 1 0.25 0 3664 2239 1 0.125 0 3704 2323 1 0.25 0 2 interp_poly 3664 2239 1 0.125 0 3732 2242 1 0.188 0 3664 2239 1 0.125 0 2 interp_poly -40 19 67 -14 3677 2318 3 MP PP 3677 2318 1 0.188 0 3744 2304 1 0.188 0 3677 2318 1 0.188 0 2 interp_poly 3744 2304 1 0.188 0 3704 2323 1 0.25 0 3744 2304 1 0.188 0 2 interp_poly 67 -14 -40 -32 3717 2350 3 MP PP 3717 2350 1 0.188 0 3677 2318 1 0.188 0 3717 2350 1 0.188 0 2 interp_poly 3677 2318 1 0.188 0 3744 2304 1 0.188 0 3677 2318 1 0.188 0 2 interp_poly -40 49 68 -2 3689 2303 3 MP PP 3689 2303 1 0 0 3757 2301 1 0 0 3689 2303 1 0 0 2 interp_poly 3757 2301 1 0 0 3717 2350 1 0.188 0 3757 2301 1 0 0 2 interp_poly 68 -2 -40 -52 3729 2355 3 MP PP 3729 2355 1 0.0625 0 3689 2303 1 0 0 3729 2355 1 0.0625 0 2 interp_poly 3689 2303 1 0 0 3757 2301 1 0 0 3689 2303 1 0 0 2 interp_poly 67 -7 -40 -15 3728 1701 3 MP PP 3728 1701 0.812 0 0 3688 1686 0.812 0 0 3728 1701 0.812 0 0 2 interp_poly 3688 1686 0.812 0 0 3755 1679 0.812 0 0 3688 1686 0.812 0 0 2 interp_poly -40 -20 67 -7 3688 1686 3 MP PP 3688 1686 0.812 0 0 3755 1679 0.812 0 0 3688 1686 0.812 0 0 2 interp_poly 3755 1679 0.812 0 0 3715 1659 0.812 0 0 3755 1679 0.812 0 0 2 interp_poly 68 -33 -40 -26 3724 1981 3 MP PP 3724 1981 1 0.0625 0 3684 1955 1 0.0625 0 3724 1981 1 0.0625 0 2 interp_poly 3684 1955 1 0.0625 0 3752 1922 1 0 0 3684 1955 1 0.0625 0 2 interp_poly -40 -70 68 -33 3684 1955 3 MP PP 3684 1955 1 0.0625 0 3752 1922 1 0 0 3684 1955 1 0.0625 0 2 interp_poly 3752 1922 1 0 0 3712 1852 0.938 0 0 3752 1922 1 0 0 2 interp_poly 68 -83 -40 6 3721 2796 3 MP PP 3721 2796 1 0.312 0 3681 2802 1 0.375 0 3721 2796 1 0.312 0 2 interp_poly 3681 2802 1 0.375 0 3749 2719 1 0.25 0 3681 2802 1 0.375 0 2 interp_poly -40 -17 68 -83 3681 2802 3 MP PP 3681 2802 1 0.375 0 3749 2719 1 0.25 0 3681 2802 1 0.375 0 2 interp_poly 3749 2719 1 0.25 0 3709 2702 1 0.25 0 3749 2719 1 0.25 0 2 interp_poly -40 -73 68 -29 3628 2067 3 MP PP 3628 2067 1 0.188 0 3696 2038 1 0.125 0 3628 2067 1 0.188 0 2 interp_poly 3696 2038 1 0.125 0 3656 1965 1 0 0 3696 2038 1 0.125 0 2 interp_poly 68 -29 -40 42 3668 2025 3 MP PP 3668 2025 1 0 0 3628 2067 1 0.188 0 3668 2025 1 0 0 2 interp_poly 3628 2067 1 0.188 0 3696 2038 1 0.125 0 3628 2067 1 0.188 0 2 interp_poly -40 -73 68 -21 3640 2119 3 MP PP 3640 2119 1 0.125 0 3708 2098 1 0.125 0 3640 2119 1 0.125 0 2 interp_poly 3708 2098 1 0.125 0 3668 2025 1 0 0 3708 2098 1 0.125 0 2 interp_poly 68 16 -40 -73 3696 2038 3 MP PP 3696 2038 1 0.125 0 3656 1965 1 0 0 3696 2038 1 0.125 0 2 interp_poly 3656 1965 1 0 0 3724 1981 1 0.0625 0 3656 1965 1 0 0 2 interp_poly -40 15 68 -2 3668 2025 3 MP PP 3668 2025 1 0 0 3736 2023 1 0 0 3668 2025 1 0 0 2 interp_poly 3736 2023 1 0 0 3696 2038 1 0.125 0 3736 2023 1 0 0 2 interp_poly 68 -2 -40 -73 3708 2098 3 MP PP 3708 2098 1 0.125 0 3668 2025 1 0 0 3708 2098 1 0.125 0 2 interp_poly 3668 2025 1 0 0 3736 2023 1 0 0 3668 2025 1 0 0 2 interp_poly -40 17 68 -13 3680 2094 3 MP PP 3680 2094 1 0 0 3748 2081 1 0 0 3680 2094 1 0 0 2 interp_poly 3748 2081 1 0 0 3708 2098 1 0.125 0 3748 2081 1 0 0 2 interp_poly 68 -13 -40 -5 3720 2099 3 MP PP 3720 2099 1 0 0 3680 2094 1 0 0 3720 2099 1 0 0 2 interp_poly 3680 2094 1 0 0 3748 2081 1 0 0 3680 2094 1 0 0 2 interp_poly 67 -91 -40 40 3718 3037 3 MP PP 3718 3037 1 0.5 0 3678 3077 1 0.688 0 3718 3037 1 0.5 0 2 interp_poly 3678 3077 1 0.688 0 3745 2986 1 0.5 0 3678 3077 1 0.688 0 2 interp_poly -40 -15 67 -91 3678 3077 3 MP PP 3678 3077 1 0.688 0 3745 2986 1 0.5 0 3678 3077 1 0.688 0 2 interp_poly 3745 2986 1 0.5 0 3705 2971 1 0.5 0 3745 2986 1 0.5 0 2 interp_poly -40 -23 68 -46 3674 3322 3 MP PP 3674 3322 1 0.875 0 3742 3276 1 0.812 0 3674 3322 1 0.875 0 2 interp_poly 3742 3276 1 0.812 0 3702 3253 1 0.812 0 3742 3276 1 0.812 0 2 interp_poly 68 -12 -40 -98 3712 1852 3 MP PP 3712 1852 0.938 0 0 3672 1754 0.75 0 0 3712 1852 0.938 0 0 2 interp_poly 3672 1754 0.75 0 0 3740 1742 0.75 0 0 3672 1754 0.75 0 0 2 interp_poly -40 -17 68 -12 3672 1754 3 MP PP 3672 1754 0.75 0 0 3740 1742 0.75 0 0 3672 1754 0.75 0 0 2 interp_poly 3740 1742 0.75 0 0 3700 1725 0.75 0 0 3740 1742 0.75 0 0 2 interp_poly 68 -56 -40 3 3705 2971 3 MP PP 3705 2971 1 0.5 0 3665 2974 1 0.562 0 3705 2971 1 0.5 0 2 interp_poly 3665 2974 1 0.562 0 3733 2918 1 0.5 0 3665 2974 1 0.562 0 2 interp_poly -40 11 68 -56 3665 2974 3 MP PP 3665 2974 1 0.562 0 3733 2918 1 0.5 0 3665 2974 1 0.562 0 2 interp_poly 3733 2918 1 0.5 0 3693 2929 1 0.562 0 3733 2918 1 0.5 0 2 interp_poly -40 -107 68 3 3664 2239 3 MP PP 3664 2239 1 0.125 0 3732 2242 1 0.188 0 3664 2239 1 0.125 0 2 interp_poly 3732 2242 1 0.188 0 3692 2135 1 0 0 3732 2242 1 0.188 0 2 interp_poly 68 3 -40 -21 3703 1594 3 MP PP 3703 1594 0.812 0 0 3663 1573 0.812 0 0 3703 1594 0.812 0 0 2 interp_poly 3663 1573 0.812 0 0 3731 1576 0.875 0 0 3663 1573 0.812 0 0 2 interp_poly -40 -109 68 3 3663 1573 3 MP PP 3663 1573 0.812 0 0 3731 1576 0.875 0 0 3663 1573 0.812 0 0 2 interp_poly 3731 1576 0.875 0 0 3691 1467 0.688 0 0 3731 1576 0.875 0 0 2 interp_poly 68 -31 -40 9 3702 3253 3 MP PP 3702 3253 1 0.812 0 3662 3262 1 0.875 0 3702 3253 1 0.812 0 2 interp_poly 3662 3262 1 0.875 0 3730 3231 1 0.812 0 3662 3262 1 0.875 0 2 interp_poly -40 -58 68 -31 3662 3262 3 MP PP 3662 3262 1 0.875 0 3730 3231 1 0.812 0 3662 3262 1 0.875 0 2 interp_poly 3730 3231 1 0.812 0 3690 3173 1 0.75 0 3730 3231 1 0.812 0 2 interp_poly -40 -32 68 -3 3649 2353 3 MP PP 3649 2353 1 0.188 0 3717 2350 1 0.188 0 3649 2353 1 0.188 0 2 interp_poly 3717 2350 1 0.188 0 3677 2318 1 0.188 0 3717 2350 1 0.188 0 2 interp_poly 68 -3 -40 50 3689 2303 3 MP PP 3689 2303 1 0 0 3649 2353 1 0.188 0 3689 2303 1 0 0 2 interp_poly 3649 2353 1 0.188 0 3717 2350 1 0.188 0 3649 2353 1 0.188 0 2 interp_poly -40 -52 68 -27 3661 2382 3 MP PP 3661 2382 1 0.0625 0 3729 2355 1 0.0625 0 3661 2382 1 0.0625 0 2 interp_poly 3729 2355 1 0.0625 0 3689 2303 1 0 0 3729 2355 1 0.0625 0 2 interp_poly 68 -65 -40 19 3697 2615 3 MP PP 3697 2615 1 0.188 0 3657 2634 1 0.312 0 3697 2615 1 0.188 0 2 interp_poly 3657 2634 1 0.312 0 3725 2569 1 0.188 0 3657 2634 1 0.312 0 2 interp_poly -40 22 68 -65 3657 2634 3 MP PP 3657 2634 1 0.312 0 3725 2569 1 0.188 0 3657 2634 1 0.312 0 2 interp_poly 3725 2569 1 0.188 0 3685 2591 1 0.312 0 3725 2569 1 0.188 0 2 interp_poly -40 -26 68 16 3656 1965 3 MP PP 3656 1965 1 0 0 3724 1981 1 0.0625 0 3656 1965 1 0 0 2 interp_poly 3724 1981 1 0.0625 0 3684 1955 1 0.0625 0 3724 1981 1 0.0625 0 2 interp_poly 68 -32 -40 -101 3693 2929 3 MP PP 3693 2929 1 0.562 0 3653 2828 1 0.375 0 3693 2929 1 0.562 0 2 interp_poly 3653 2828 1 0.375 0 3721 2796 1 0.312 0 3653 2828 1 0.375 0 2 interp_poly -40 6 68 -32 3653 2828 3 MP PP 3653 2828 1 0.375 0 3721 2796 1 0.312 0 3653 2828 1 0.375 0 2 interp_poly 3721 2796 1 0.312 0 3681 2802 1 0.375 0 3721 2796 1 0.312 0 2 interp_poly -40 -50 68 -21 3560 2088 3 MP PP 3560 2088 1 0.188 0 3628 2067 1 0.188 0 3560 2088 1 0.188 0 2 interp_poly 3628 2067 1 0.188 0 3588 2017 1 0.125 0 3628 2067 1 0.188 0 2 interp_poly 68 -21 -40 21 3600 2067 3 MP PP 3600 2067 1 0.0625 0 3560 2088 1 0.188 0 3600 2067 1 0.0625 0 2 interp_poly 3560 2088 1 0.188 0 3628 2067 1 0.188 0 3560 2088 1 0.188 0 2 interp_poly -40 -52 68 -20 3572 2139 3 MP PP 3572 2139 1 0.125 0 3640 2119 1 0.125 0 3572 2139 1 0.125 0 2 interp_poly 3640 2119 1 0.125 0 3600 2067 1 0.0625 0 3640 2119 1 0.125 0 2 interp_poly 68 -52 -40 -50 3628 2067 3 MP PP 3628 2067 1 0.188 0 3588 2017 1 0.125 0 3628 2067 1 0.188 0 2 interp_poly 3588 2017 1 0.125 0 3656 1965 1 0 0 3588 2017 1 0.125 0 2 interp_poly -40 42 68 -42 3600 2067 3 MP PP 3600 2067 1 0.0625 0 3668 2025 1 0 0 3600 2067 1 0.0625 0 2 interp_poly 3668 2025 1 0 0 3628 2067 1 0.188 0 3668 2025 1 0 0 2 interp_poly 68 -42 -40 -52 3640 2119 3 MP PP 3640 2119 1 0.125 0 3600 2067 1 0.0625 0 3640 2119 1 0.125 0 2 interp_poly 3600 2067 1 0.0625 0 3668 2025 1 0 0 3600 2067 1 0.0625 0 2 interp_poly -40 25 68 5 3612 2089 3 MP PP 3612 2089 1 0 0 3680 2094 1 0 0 3612 2089 1 0 0 2 interp_poly 3680 2094 1 0 0 3640 2119 1 0.125 0 3680 2094 1 0 0 2 interp_poly 68 -21 -40 25 3680 2094 3 MP PP 3680 2094 1 0 0 3640 2119 1 0.125 0 3680 2094 1 0 0 2 interp_poly 3640 2119 1 0.125 0 3708 2098 1 0.125 0 3640 2119 1 0.125 0 2 interp_poly 68 -7 -40 -29 3692 2135 3 MP PP 3692 2135 1 0 0 3652 2106 0.938 0 0 3692 2135 1 0 0 2 interp_poly 3652 2106 0.938 0 0 3720 2099 1 0 0 3652 2106 0.938 0 0 2 interp_poly -40 -5 68 -7 3652 2106 3 MP PP 3652 2106 0.938 0 0 3720 2099 1 0 0 3652 2106 0.938 0 0 2 interp_poly 3720 2099 1 0 0 3680 2094 1 0 0 3720 2099 1 0 0 2 interp_poly -40 -11 67 -81 3598 3055 3 MP PP 3598 3055 1 0.75 0 3665 2974 1 0.562 0 3598 3055 1 0.75 0 2 interp_poly 3665 2974 1 0.562 0 3625 2963 1 0.625 0 3665 2974 1 0.562 0 2 interp_poly 67 -81 -40 73 3638 2982 3 MP PP 3638 2982 1 0.5 0 3598 3055 1 0.75 0 3638 2982 1 0.5 0 2 interp_poly 3598 3055 1 0.75 0 3665 2974 1 0.562 0 3598 3055 1 0.75 0 2 interp_poly -40 -95 68 -59 3610 3136 3 MP PP 3610 3136 1 0.75 0 3678 3077 1 0.688 0 3610 3136 1 0.75 0 2 interp_poly 3678 3077 1 0.688 0 3638 2982 1 0.5 0 3678 3077 1 0.688 0 2 interp_poly 68 -59 -40 33 3650 3103 3 MP PP 3650 3103 1 0.625 0 3610 3136 1 0.75 0 3650 3103 1 0.625 0 2 interp_poly 3610 3136 1 0.75 0 3678 3077 1 0.688 0 3610 3136 1 0.75 0 2 interp_poly 67 -11 -40 -95 3678 3077 3 MP PP 3678 3077 1 0.688 0 3638 2982 1 0.5 0 3678 3077 1 0.688 0 2 interp_poly 3638 2982 1 0.5 0 3705 2971 1 0.5 0 3638 2982 1 0.5 0 2 interp_poly -40 40 68 -66 3650 3103 3 MP PP 3650 3103 1 0.625 0 3718 3037 1 0.5 0 3650 3103 1 0.625 0 2 interp_poly 3718 3037 1 0.5 0 3678 3077 1 0.688 0 3718 3037 1 0.5 0 2 interp_poly 68 -66 -40 -70 3690 3173 3 MP PP 3690 3173 1 0.75 0 3650 3103 1 0.625 0 3690 3173 1 0.75 0 2 interp_poly 3650 3103 1 0.625 0 3718 3037 1 0.5 0 3650 3103 1 0.625 0 2 interp_poly 67 -22 -40 -5 3688 1686 3 MP PP 3688 1686 0.812 0 0 3648 1681 0.875 0 0 3688 1686 0.812 0 0 2 interp_poly 3648 1681 0.875 0 0 3715 1659 0.812 0 0 3648 1681 0.875 0 0 2 interp_poly 68 5 -40 -108 3684 1955 3 MP PP 3684 1955 1 0.0625 0 3644 1847 0.875 0 0 3684 1955 1 0.0625 0 2 interp_poly 3644 1847 0.875 0 0 3712 1852 0.938 0 0 3644 1847 0.875 0 0 2 interp_poly -40 -98 68 5 3644 1847 3 MP PP 3644 1847 0.875 0 0 3712 1852 0.938 0 0 3644 1847 0.875 0 0 2 interp_poly 3712 1852 0.938 0 0 3672 1754 0.75 0 0 3712 1852 0.938 0 0 2 interp_poly -40 -114 68 -40 3565 2551 3 MP PP 3565 2551 1 0.375 0 3633 2511 1 0.312 0 3565 2551 1 0.375 0 2 interp_poly 3633 2511 1 0.312 0 3593 2397 1 0.0625 0 3633 2511 1 0.312 0 2 interp_poly 68 -40 -40 33 3605 2518 3 MP PP 3605 2518 1 0.25 0 3565 2551 1 0.375 0 3605 2518 1 0.25 0 2 interp_poly 3565 2551 1 0.375 0 3633 2511 1 0.312 0 3565 2551 1 0.375 0 2 interp_poly -40 -83 68 -61 3577 2662 3 MP PP 3577 2662 1 0.5 0 3645 2601 1 0.375 0 3577 2662 1 0.5 0 2 interp_poly 3645 2601 1 0.375 0 3605 2518 1 0.25 0 3645 2601 1 0.375 0 2 interp_poly 68 -61 -40 40 3617 2622 3 MP PP 3617 2622 1 0.312 0 3577 2662 1 0.5 0 3617 2622 1 0.312 0 2 interp_poly 3577 2662 1 0.5 0 3645 2601 1 0.375 0 3577 2662 1 0.5 0 2 interp_poly -40 -12 68 -44 3589 2678 3 MP PP 3589 2678 1 0.375 0 3657 2634 1 0.312 0 3589 2678 1 0.375 0 2 interp_poly 3657 2634 1 0.312 0 3617 2622 1 0.312 0 3657 2634 1 0.312 0 2 interp_poly 68 -44 -40 36 3629 2642 3 MP PP 3629 2642 1 0.25 0 3589 2678 1 0.375 0 3629 2642 1 0.25 0 2 interp_poly 3589 2678 1 0.375 0 3657 2634 1 0.312 0 3589 2678 1 0.375 0 2 interp_poly -40 -94 68 -29 3601 2765 3 MP PP 3601 2765 1 0.438 0 3669 2736 1 0.375 0 3601 2765 1 0.438 0 2 interp_poly 3669 2736 1 0.375 0 3629 2642 1 0.25 0 3669 2736 1 0.375 0 2 interp_poly 68 -29 -40 26 3641 2739 3 MP PP 3641 2739 1 0.312 0 3601 2765 1 0.438 0 3641 2739 1 0.312 0 2 interp_poly 3601 2765 1 0.438 0 3669 2736 1 0.375 0 3601 2765 1 0.438 0 2 interp_poly 68 -31 -40 -12 3657 2634 3 MP PP 3657 2634 1 0.312 0 3617 2622 1 0.312 0 3657 2634 1 0.312 0 2 interp_poly 3617 2622 1 0.312 0 3685 2591 1 0.312 0 3617 2622 1 0.312 0 2 interp_poly -40 19 68 -27 3629 2642 3 MP PP 3629 2642 1 0.25 0 3697 2615 1 0.188 0 3629 2642 1 0.25 0 2 interp_poly 3697 2615 1 0.188 0 3657 2634 1 0.312 0 3697 2615 1 0.188 0 2 interp_poly 68 -27 -40 -94 3669 2736 3 MP PP 3669 2736 1 0.375 0 3629 2642 1 0.25 0 3669 2736 1 0.375 0 2 interp_poly 3629 2642 1 0.25 0 3697 2615 1 0.188 0 3629 2642 1 0.25 0 2 interp_poly -40 34 68 -37 3641 2739 3 MP PP 3641 2739 1 0.312 0 3709 2702 1 0.25 0 3641 2739 1 0.312 0 2 interp_poly 3709 2702 1 0.25 0 3669 2736 1 0.375 0 3709 2702 1 0.25 0 2 interp_poly 68 -37 -40 -63 3681 2802 3 MP PP 3681 2802 1 0.375 0 3641 2739 1 0.312 0 3681 2802 1 0.375 0 2 interp_poly 3641 2739 1 0.312 0 3709 2702 1 0.25 0 3641 2739 1 0.312 0 2 interp_poly -40 3 67 -11 3638 2982 3 MP PP 3638 2982 1 0.5 0 3705 2971 1 0.5 0 3638 2982 1 0.5 0 2 interp_poly 3705 2971 1 0.5 0 3665 2974 1 0.562 0 3705 2971 1 0.5 0 2 interp_poly -40 -21 68 -45 3635 1639 3 MP PP 3635 1639 0.938 0 0 3703 1594 0.812 0 0 3635 1639 0.938 0 0 2 interp_poly 3703 1594 0.812 0 0 3663 1573 0.812 0 0 3703 1594 0.812 0 0 2 interp_poly 68 -69 -40 0 3674 3322 3 MP PP 3674 3322 1 0.875 0 3634 3322 1 0.938 0 3674 3322 1 0.875 0 2 interp_poly 3634 3322 1 0.938 0 3702 3253 1 0.812 0 3634 3322 1 0.938 0 2 interp_poly -40 9 68 -69 3634 3322 3 MP PP 3634 3322 1 0.938 0 3702 3253 1 0.812 0 3634 3322 1 0.938 0 2 interp_poly 3702 3253 1 0.812 0 3662 3262 1 0.875 0 3702 3253 1 0.812 0 2 interp_poly -40 -86 68 -34 3540 1750 3 MP PP 3540 1750 1 0.0625 0 3608 1716 1 0 0 3540 1750 1 0.0625 0 2 interp_poly 3608 1716 1 0 0 3568 1630 0.875 0 0 3608 1716 1 0 0 2 interp_poly 67 9 -40 -86 3608 1716 3 MP PP 3608 1716 1 0 0 3568 1630 0.875 0 0 3608 1716 1 0 0 2 interp_poly 3568 1630 0.875 0 0 3635 1639 0.938 0 0 3568 1630 0.875 0 0 2 interp_poly -40 35 68 -22 3580 1703 3 MP PP 3580 1703 0.875 0 0 3648 1681 0.875 0 0 3580 1703 0.875 0 0 2 interp_poly 3648 1681 0.875 0 0 3608 1716 1 0 0 3648 1681 0.875 0 0 2 interp_poly 68 -22 -40 17 3620 1686 3 MP PP 3620 1686 0.812 0 0 3580 1703 0.875 0 0 3620 1686 0.812 0 0 2 interp_poly 3580 1703 0.875 0 0 3648 1681 0.875 0 0 3580 1703 0.875 0 0 2 interp_poly 67 -3 -40 35 3648 1681 3 MP PP 3648 1681 0.875 0 0 3608 1716 1 0 0 3648 1681 0.875 0 0 2 interp_poly 3608 1716 1 0 0 3675 1713 1 0 0 3608 1716 1 0 0 2 interp_poly -40 -79 68 -12 3592 1777 3 MP PP 3592 1777 0.938 0 0 3660 1765 0.938 0 0 3592 1777 0.938 0 0 2 interp_poly 3660 1765 0.938 0 0 3620 1686 0.812 0 0 3660 1765 0.938 0 0 2 interp_poly 68 0 -40 -79 3660 1765 3 MP PP 3660 1765 0.938 0 0 3620 1686 0.812 0 0 3660 1765 0.938 0 0 2 interp_poly 3620 1686 0.812 0 0 3688 1686 0.812 0 0 3620 1686 0.812 0 0 2 interp_poly -40 40 68 -29 3632 1754 3 MP PP 3632 1754 0.812 0 0 3700 1725 0.75 0 0 3632 1754 0.812 0 0 2 interp_poly 3700 1725 0.75 0 0 3660 1765 0.938 0 0 3700 1725 0.75 0 0 2 interp_poly 68 -29 -40 0 3672 1754 3 MP PP 3672 1754 0.75 0 0 3632 1754 0.812 0 0 3672 1754 0.75 0 0 2 interp_poly 3632 1754 0.812 0 0 3700 1725 0.75 0 0 3632 1754 0.812 0 0 2 interp_poly 68 -34 -40 -11 3665 2974 3 MP PP 3665 2974 1 0.562 0 3625 2963 1 0.625 0 3665 2974 1 0.562 0 2 interp_poly 3625 2963 1 0.625 0 3693 2929 1 0.562 0 3625 2963 1 0.625 0 2 interp_poly -40 -101 68 -34 3625 2963 3 MP PP 3625 2963 1 0.625 0 3693 2929 1 0.562 0 3625 2963 1 0.625 0 2 interp_poly 3693 2929 1 0.562 0 3653 2828 1 0.375 0 3693 2929 1 0.562 0 2 interp_poly 68 -29 -40 -75 3664 2239 3 MP PP 3664 2239 1 0.125 0 3624 2164 1 0 0 3664 2239 1 0.125 0 2 interp_poly 3624 2164 1 0 0 3692 2135 1 0 0 3624 2164 1 0 0 2 interp_poly -40 -29 68 -29 3624 2164 3 MP PP 3624 2164 1 0 0 3692 2135 1 0 0 3624 2164 1 0 0 2 interp_poly 3692 2135 1 0 0 3652 2106 0.938 0 0 3692 2135 1 0 0 2 interp_poly -40 -111 68 -33 3559 1557 3 MP PP 3559 1557 1 0.188 0 3627 1524 1 0.188 0 3559 1557 1 0.188 0 2 interp_poly 3627 1524 1 0.188 0 3587 1413 0.938 0 0 3627 1524 1 0.188 0 2 interp_poly -40 -82 68 3 3587 1413 3 MP PP 3587 1413 0.938 0 0 3655 1416 1 0 0 3587 1413 0.938 0 0 2 interp_poly 3655 1416 1 0 0 3615 1334 0.875 0 0 3655 1416 1 0 0 2 interp_poly 68 3 -40 -111 3627 1524 3 MP PP 3627 1524 1 0.188 0 3587 1413 0.938 0 0 3627 1524 1 0.188 0 2 interp_poly 3587 1413 0.938 0 0 3655 1416 1 0 0 3587 1413 0.938 0 0 2 interp_poly 68 -33 -40 173 3599 1384 3 MP PP 3599 1384 0.75 0 0 3559 1557 1 0.188 0 3599 1384 0.75 0 0 2 interp_poly 3559 1557 1 0.188 0 3627 1524 1 0.188 0 3559 1557 1 0.188 0 2 interp_poly 68 -35 -40 -109 3559 1557 3 MP PP 3559 1557 1 0.188 0 3519 1448 1 0 0 3559 1557 1 0.188 0 2 interp_poly 3519 1448 1 0 0 3587 1413 0.938 0 0 3519 1448 1 0 0 2 interp_poly -40 -67 68 -35 3519 1448 3 MP PP 3519 1448 1 0 0 3587 1413 0.938 0 0 3519 1448 1 0 0 2 interp_poly 3587 1413 0.938 0 0 3547 1346 0.875 0 0 3587 1413 0.938 0 0 2 interp_poly 68 -12 -40 -67 3587 1413 3 MP PP 3587 1413 0.938 0 0 3547 1346 0.875 0 0 3587 1413 0.938 0 0 2 interp_poly 3547 1346 0.875 0 0 3615 1334 0.875 0 0 3547 1346 0.875 0 0 2 interp_poly -40 173 68 -23 3531 1407 3 MP PP 3531 1407 0.75 0 0 3599 1384 0.75 0 0 3531 1407 0.75 0 0 2 interp_poly 3599 1384 0.75 0 0 3559 1557 1 0.188 0 3599 1384 0.75 0 0 2 interp_poly 68 -10 -40 -82 3655 1416 3 MP PP 3655 1416 1 0 0 3615 1334 0.875 0 0 3655 1416 1 0 0 2 interp_poly 3615 1334 0.875 0 0 3683 1324 0.875 0 0 3615 1334 0.875 0 0 2 interp_poly -40 138 68 2 3599 1384 3 MP PP 3599 1384 0.75 0 0 3667 1386 0.812 0 0 3599 1384 0.75 0 0 2 interp_poly 3667 1386 0.812 0 0 3627 1524 1 0.188 0 3667 1386 0.812 0 0 2 interp_poly -40 -122 68 22 3571 1484 3 MP PP 3571 1484 0.875 0 0 3639 1506 1 0 0 3571 1484 0.875 0 0 2 interp_poly 3639 1506 1 0 0 3599 1384 0.75 0 0 3639 1506 1 0 0 2 interp_poly 68 22 -40 7 3611 1477 3 MP PP 3611 1477 0.812 0 0 3571 1484 0.875 0 0 3611 1477 0.812 0 0 2 interp_poly 3571 1484 0.875 0 0 3639 1506 1 0 0 3571 1484 0.875 0 0 2 interp_poly -40 -91 68 -22 3583 1590 3 MP PP 3583 1590 1 0 0 3651 1568 1 0 0 3583 1590 1 0 0 2 interp_poly 3651 1568 1 0 0 3611 1477 0.812 0 0 3651 1568 1 0 0 2 interp_poly 68 2 -40 -122 3639 1506 3 MP PP 3639 1506 1 0 0 3599 1384 0.75 0 0 3639 1506 1 0 0 2 interp_poly 3599 1384 0.75 0 0 3667 1386 0.812 0 0 3599 1384 0.75 0 0 2 interp_poly -40 59 68 -30 3611 1477 3 MP PP 3611 1477 0.812 0 0 3679 1447 0.75 0 0 3611 1477 0.812 0 0 2 interp_poly 3679 1447 0.75 0 0 3639 1506 1 0 0 3679 1447 0.75 0 0 2 interp_poly 68 -30 -40 -91 3651 1568 3 MP PP 3651 1568 1 0 0 3611 1477 0.812 0 0 3651 1568 1 0 0 2 interp_poly 3611 1477 0.812 0 0 3679 1447 0.75 0 0 3611 1477 0.812 0 0 2 interp_poly -40 101 68 -40 3623 1507 3 MP PP 3623 1507 0.75 0 0 3691 1467 0.688 0 0 3623 1507 0.75 0 0 2 interp_poly 3691 1467 0.688 0 0 3651 1568 1 0 0 3691 1467 0.688 0 0 2 interp_poly 68 -40 -40 -66 3663 1573 3 MP PP 3663 1573 0.812 0 0 3623 1507 0.75 0 0 3663 1573 0.812 0 0 2 interp_poly 3623 1507 0.75 0 0 3691 1467 0.688 0 0 3623 1507 0.75 0 0 2 interp_poly 68 -28 -40 -61 3662 3262 3 MP PP 3662 3262 1 0.875 0 3622 3201 1 0.812 0 3662 3262 1 0.875 0 2 interp_poly 3622 3201 1 0.812 0 3690 3173 1 0.75 0 3622 3201 1 0.812 0 2 interp_poly -40 -70 68 -28 3622 3201 3 MP PP 3622 3201 1 0.812 0 3690 3173 1 0.75 0 3622 3201 1 0.812 0 2 interp_poly 3690 3173 1 0.75 0 3650 3103 1 0.625 0 3690 3173 1 0.75 0 2 interp_poly 68 -14 -40 -27 3609 2356 3 MP PP 3609 2356 1 0.25 0 3569 2329 1 0.188 0 3609 2356 1 0.25 0 2 interp_poly 3569 2329 1 0.188 0 3637 2315 1 0.188 0 3569 2329 1 0.188 0 2 interp_poly -40 3 68 -50 3581 2403 3 MP PP 3581 2403 1 0.25 0 3649 2353 1 0.188 0 3581 2403 1 0.25 0 2 interp_poly 3649 2353 1 0.188 0 3609 2356 1 0.25 0 3649 2353 1 0.188 0 2 interp_poly -40 -27 68 8 3541 2348 3 MP PP 3541 2348 1 0.188 0 3609 2356 1 0.25 0 3541 2348 1 0.188 0 2 interp_poly 3609 2356 1 0.25 0 3569 2329 1 0.188 0 3609 2356 1 0.25 0 2 interp_poly 68 8 -40 -55 3581 2403 3 MP PP 3581 2403 1 0.25 0 3541 2348 1 0.188 0 3581 2403 1 0.25 0 2 interp_poly 3541 2348 1 0.188 0 3609 2356 1 0.25 0 3541 2348 1 0.188 0 2 interp_poly -40 -3 68 -38 3609 2356 3 MP PP 3609 2356 1 0.25 0 3677 2318 1 0.188 0 3609 2356 1 0.25 0 2 interp_poly 3677 2318 1 0.188 0 3637 2315 1 0.188 0 3677 2318 1 0.188 0 2 interp_poly 68 -38 -40 3 3649 2353 3 MP PP 3649 2353 1 0.188 0 3609 2356 1 0.25 0 3649 2353 1 0.188 0 2 interp_poly 3609 2356 1 0.25 0 3677 2318 1 0.188 0 3609 2356 1 0.25 0 2 interp_poly 68 -50 -40 80 3621 2323 3 MP PP 3621 2323 1 0 0 3581 2403 1 0.25 0 3621 2323 1 0 0 2 interp_poly 3581 2403 1 0.25 0 3649 2353 1 0.188 0 3581 2403 1 0.25 0 2 interp_poly -40 50 68 -20 3621 2323 3 MP PP 3621 2323 1 0 0 3689 2303 1 0 0 3621 2323 1 0 0 2 interp_poly 3689 2303 1 0 0 3649 2353 1 0.188 0 3689 2303 1 0 0 2 interp_poly 68 -20 -40 -59 3661 2382 3 MP PP 3661 2382 1 0.0625 0 3621 2323 1 0 0 3661 2382 1 0.0625 0 2 interp_poly 3621 2323 1 0 0 3689 2303 1 0 0 3621 2323 1 0 0 2 interp_poly -40 -5 68 0 3620 1686 3 MP PP 3620 1686 0.812 0 0 3688 1686 0.812 0 0 3620 1686 0.812 0 0 2 interp_poly 3688 1686 0.812 0 0 3648 1681 0.875 0 0 3688 1686 0.812 0 0 2 interp_poly -40 10 68 -31 3617 2622 3 MP PP 3617 2622 1 0.312 0 3685 2591 1 0.312 0 3617 2622 1 0.312 0 2 interp_poly 3685 2591 1 0.312 0 3645 2601 1 0.375 0 3685 2591 1 0.312 0 2 interp_poly 68 -16 -40 6 3656 1965 3 MP PP 3656 1965 1 0 0 3616 1971 1 0.0625 0 3656 1965 1 0 0 2 interp_poly 3616 1971 1 0.0625 0 3684 1955 1 0.0625 0 3616 1971 1 0.0625 0 2 interp_poly -40 -108 68 -16 3616 1971 3 MP PP 3616 1971 1 0.0625 0 3684 1955 1 0.0625 0 3616 1971 1 0.0625 0 2 interp_poly 3684 1955 1 0.0625 0 3644 1847 0.875 0 0 3684 1955 1 0.0625 0 2 interp_poly 68 -50 -40 24 3653 2828 3 MP PP 3653 2828 1 0.375 0 3613 2852 1 0.5 0 3653 2828 1 0.375 0 2 interp_poly 3613 2852 1 0.5 0 3681 2802 1 0.375 0 3613 2852 1 0.5 0 2 interp_poly -40 -63 68 -50 3613 2852 3 MP PP 3613 2852 1 0.5 0 3681 2802 1 0.375 0 3613 2852 1 0.5 0 2 interp_poly 3681 2802 1 0.375 0 3641 2739 1 0.312 0 3681 2802 1 0.375 0 2 interp_poly 68 5 -40 -17 3652 2106 3 MP PP 3652 2106 0.938 0 0 3612 2089 1 0 0 3652 2106 0.938 0 0 2 interp_poly 3612 2089 1 0 0 3680 2094 1 0 0 3612 2089 1 0 0 2 interp_poly -40 0 68 -44 3606 3366 3 MP PP 3606 3366 1 0.938 0 3674 3322 1 0.875 0 3606 3366 1 0.938 0 2 interp_poly 3674 3322 1 0.875 0 3634 3322 1 0.938 0 3674 3322 1 0.875 0 2 interp_poly 68 -15 -40 -114 3633 2511 3 MP PP 3633 2511 1 0.312 0 3593 2397 1 0.0625 0 3633 2511 1 0.312 0 2 interp_poly 3593 2397 1 0.0625 0 3661 2382 1 0.0625 0 3593 2397 1 0.0625 0 2 interp_poly -40 44 68 -51 3605 2518 3 MP PP 3605 2518 1 0.25 0 3673 2467 1 0.125 0 3605 2518 1 0.25 0 2 interp_poly 3673 2467 1 0.125 0 3633 2511 1 0.312 0 3673 2467 1 0.125 0 2 interp_poly 68 -51 -40 -83 3645 2601 3 MP PP 3645 2601 1 0.375 0 3605 2518 1 0.25 0 3645 2601 1 0.375 0 2 interp_poly 3605 2518 1 0.25 0 3673 2467 1 0.125 0 3605 2518 1 0.25 0 2 interp_poly 68 -72 -40 -21 3644 1847 3 MP PP 3644 1847 0.875 0 0 3604 1826 0.875 0 0 3644 1847 0.875 0 0 2 interp_poly 3604 1826 0.875 0 0 3672 1754 0.75 0 0 3604 1826 0.875 0 0 2 interp_poly 68 -12 -40 23 3632 1754 3 MP PP 3632 1754 0.812 0 0 3592 1777 0.938 0 0 3632 1754 0.812 0 0 2 interp_poly 3592 1777 0.938 0 0 3660 1765 0.938 0 0 3592 1777 0.938 0 0 2 interp_poly -40 0 68 -72 3604 1826 3 MP PP 3604 1826 0.875 0 0 3672 1754 0.75 0 0 3604 1826 0.875 0 0 2 interp_poly 3672 1754 0.75 0 0 3632 1754 0.812 0 0 3672 1754 0.75 0 0 2 interp_poly 67 -36 -40 -40 3637 2315 3 MP PP 3637 2315 1 0.188 0 3597 2275 1 0.188 0 3637 2315 1 0.188 0 2 interp_poly 3597 2275 1 0.188 0 3664 2239 1 0.125 0 3597 2275 1 0.188 0 2 interp_poly -40 -75 67 -36 3597 2275 3 MP PP 3597 2275 1 0.188 0 3664 2239 1 0.125 0 3597 2275 1 0.188 0 2 interp_poly 3664 2239 1 0.125 0 3624 2164 1 0 0 3664 2239 1 0.125 0 2 interp_poly 68 -22 -40 83 3623 1507 3 MP PP 3623 1507 0.75 0 0 3583 1590 1 0 0 3623 1507 0.75 0 0 2 interp_poly 3583 1590 1 0 0 3651 1568 1 0 0 3583 1590 1 0 0 2 interp_poly 68 7 -40 -73 3635 1639 3 MP PP 3635 1639 0.938 0 0 3595 1566 0.812 0 0 3635 1639 0.938 0 0 2 interp_poly 3595 1566 0.812 0 0 3663 1573 0.812 0 0 3595 1566 0.812 0 0 2 interp_poly -40 -66 68 7 3595 1566 3 MP PP 3595 1566 0.812 0 0 3663 1573 0.812 0 0 3595 1566 0.812 0 0 2 interp_poly 3663 1573 0.812 0 0 3623 1507 0.75 0 0 3663 1573 0.812 0 0 2 interp_poly 68 -70 -40 10 3634 3322 3 MP PP 3634 3322 1 0.938 0 3594 3332 1 1 0 3634 3322 1 0.938 0 2 interp_poly 3594 3332 1 1 0 3662 3262 1 0.875 0 3594 3332 1 1 0 2 interp_poly -40 -61 68 -70 3594 3332 3 MP PP 3594 3332 1 1 0 3662 3262 1 0.875 0 3594 3332 1 1 0 2 interp_poly 3662 3262 1 0.875 0 3622 3201 1 0.812 0 3662 3262 1 0.875 0 2 interp_poly -40 -59 68 -15 3593 2397 3 MP PP 3593 2397 1 0.0625 0 3661 2382 1 0.0625 0 3593 2397 1 0.0625 0 2 interp_poly 3661 2382 1 0.0625 0 3621 2323 1 0 0 3661 2382 1 0.0625 0 2 interp_poly -40 6 68 -52 3588 2017 3 MP PP 3588 2017 1 0.125 0 3656 1965 1 0 0 3588 2017 1 0.125 0 2 interp_poly 3656 1965 1 0 0 3616 1971 1 0.0625 0 3656 1965 1 0 0 2 interp_poly -40 -125 68 -17 3497 2568 3 MP PP 3497 2568 1 0.375 0 3565 2551 1 0.375 0 3497 2568 1 0.375 0 2 interp_poly 3565 2551 1 0.375 0 3525 2426 1 0.125 0 3565 2551 1 0.375 0 2 interp_poly 68 -17 -40 19 3537 2549 3 MP PP 3537 2549 1 0.25 0 3497 2568 1 0.375 0 3537 2549 1 0.25 0 2 interp_poly 3497 2568 1 0.375 0 3565 2551 1 0.375 0 3497 2568 1 0.375 0 2 interp_poly -40 -113 68 0 3509 2662 3 MP PP 3509 2662 1 0.438 0 3577 2662 1 0.5 0 3509 2662 1 0.438 0 2 interp_poly 3577 2662 1 0.5 0 3537 2549 1 0.25 0 3577 2662 1 0.5 0 2 interp_poly 68 0 -40 4 3549 2658 3 MP PP 3549 2658 1 0.375 0 3509 2662 1 0.438 0 3549 2658 1 0.375 0 2 interp_poly 3509 2662 1 0.438 0 3577 2662 1 0.5 0 3509 2662 1 0.438 0 2 interp_poly -40 -20 68 -100 3521 2778 3 MP PP 3521 2778 1 0.562 0 3589 2678 1 0.375 0 3521 2778 1 0.562 0 2 interp_poly 3589 2678 1 0.375 0 3549 2658 1 0.375 0 3589 2678 1 0.375 0 2 interp_poly 68 -100 -40 92 3561 2686 3 MP PP 3561 2686 1 0.312 0 3521 2778 1 0.562 0 3561 2686 1 0.312 0 2 interp_poly 3521 2778 1 0.562 0 3589 2678 1 0.375 0 3521 2778 1 0.562 0 2 interp_poly -40 -79 68 -61 3533 2826 3 MP PP 3533 2826 1 0.562 0 3601 2765 1 0.438 0 3533 2826 1 0.562 0 2 interp_poly 3601 2765 1 0.438 0 3561 2686 1 0.312 0 3601 2765 1 0.438 0 2 interp_poly 68 -61 -40 44 3573 2782 3 MP PP 3573 2782 1 0.375 0 3533 2826 1 0.562 0 3573 2782 1 0.375 0 2 interp_poly 3533 2826 1 0.562 0 3601 2765 1 0.438 0 3533 2826 1 0.562 0 2 interp_poly -40 -70 68 -29 3545 2881 3 MP PP 3545 2881 1 0.5 0 3613 2852 1 0.5 0 3545 2881 1 0.5 0 2 interp_poly 3613 2852 1 0.5 0 3573 2782 1 0.375 0 3613 2852 1 0.5 0 2 interp_poly 68 -29 -40 20 3585 2861 3 MP PP 3585 2861 1 0.438 0 3545 2881 1 0.5 0 3585 2861 1 0.438 0 2 interp_poly 3545 2881 1 0.5 0 3613 2852 1 0.5 0 3545 2881 1 0.5 0 2 interp_poly -40 -55 68 -7 3513 2410 3 MP PP 3513 2410 1 0.25 0 3581 2403 1 0.25 0 3513 2410 1 0.25 0 2 interp_poly 3581 2403 1 0.25 0 3541 2348 1 0.188 0 3581 2403 1 0.25 0 2 interp_poly 68 -7 -40 62 3553 2348 3 MP PP 3553 2348 1 0 0 3513 2410 1 0.25 0 3553 2348 1 0 0 2 interp_poly 3513 2410 1 0.25 0 3581 2403 1 0.25 0 3513 2410 1 0.25 0 2 interp_poly -40 80 68 -25 3553 2348 3 MP PP 3553 2348 1 0 0 3621 2323 1 0 0 3553 2348 1 0 0 2 interp_poly 3621 2323 1 0 0 3581 2403 1 0.25 0 3621 2323 1 0 0 2 interp_poly 68 -29 -40 -125 3565 2551 3 MP PP 3565 2551 1 0.375 0 3525 2426 1 0.125 0 3565 2551 1 0.375 0 2 interp_poly 3525 2426 1 0.125 0 3593 2397 1 0.0625 0 3525 2426 1 0.125 0 2 interp_poly -40 33 68 -31 3537 2549 3 MP PP 3537 2549 1 0.25 0 3605 2518 1 0.25 0 3537 2549 1 0.25 0 2 interp_poly 3605 2518 1 0.25 0 3565 2551 1 0.375 0 3605 2518 1 0.25 0 2 interp_poly 68 -31 -40 -113 3577 2662 3 MP PP 3577 2662 1 0.5 0 3537 2549 1 0.25 0 3577 2662 1 0.5 0 2 interp_poly 3537 2549 1 0.25 0 3605 2518 1 0.25 0 3537 2549 1 0.25 0 2 interp_poly -40 40 68 -36 3549 2658 3 MP PP 3549 2658 1 0.375 0 3617 2622 1 0.312 0 3549 2658 1 0.375 0 2 interp_poly 3617 2622 1 0.312 0 3577 2662 1 0.5 0 3617 2622 1 0.312 0 2 interp_poly 68 -36 -40 -20 3589 2678 3 MP PP 3589 2678 1 0.375 0 3549 2658 1 0.375 0 3589 2678 1 0.375 0 2 interp_poly 3549 2658 1 0.375 0 3617 2622 1 0.312 0 3549 2658 1 0.375 0 2 interp_poly -40 36 68 -44 3561 2686 3 MP PP 3561 2686 1 0.312 0 3629 2642 1 0.25 0 3561 2686 1 0.312 0 2 interp_poly 3629 2642 1 0.25 0 3589 2678 1 0.375 0 3629 2642 1 0.25 0 2 interp_poly 68 -44 -40 -79 3601 2765 3 MP PP 3601 2765 1 0.438 0 3561 2686 1 0.312 0 3601 2765 1 0.438 0 2 interp_poly 3561 2686 1 0.312 0 3629 2642 1 0.25 0 3561 2686 1 0.312 0 2 interp_poly -40 26 68 -43 3573 2782 3 MP PP 3573 2782 1 0.375 0 3641 2739 1 0.312 0 3573 2782 1 0.375 0 2 interp_poly 3641 2739 1 0.312 0 3601 2765 1 0.438 0 3641 2739 1 0.312 0 2 interp_poly 68 -43 -40 -70 3613 2852 3 MP PP 3613 2852 1 0.5 0 3573 2782 1 0.375 0 3613 2852 1 0.5 0 2 interp_poly 3573 2782 1 0.375 0 3641 2739 1 0.312 0 3573 2782 1 0.375 0 2 interp_poly -40 24 68 -33 3585 2861 3 MP PP 3585 2861 1 0.438 0 3653 2828 1 0.375 0 3585 2861 1 0.438 0 2 interp_poly 3653 2828 1 0.375 0 3613 2852 1 0.5 0 3653 2828 1 0.375 0 2 interp_poly 68 -33 -40 -102 3625 2963 3 MP PP 3625 2963 1 0.625 0 3585 2861 1 0.438 0 3625 2963 1 0.625 0 2 interp_poly 3585 2861 1 0.438 0 3653 2828 1 0.375 0 3585 2861 1 0.438 0 2 interp_poly 68 -20 -40 50 3612 2089 3 MP PP 3612 2089 1 0 0 3572 2139 1 0.125 0 3612 2089 1 0 0 2 interp_poly 3572 2139 1 0.125 0 3640 2119 1 0.125 0 3572 2139 1 0.125 0 2 interp_poly 68 -34 -40 -24 3624 2164 3 MP PP 3624 2164 1 0 0 3584 2140 1 0 0 3624 2164 1 0 0 2 interp_poly 3584 2140 1 0 0 3652 2106 0.938 0 0 3584 2140 1 0 0 2 interp_poly -40 -17 68 -34 3584 2140 3 MP PP 3584 2140 1 0 0 3652 2106 0.938 0 0 3584 2140 1 0 0 2 interp_poly 3652 2106 0.938 0 0 3612 2089 1 0 0 3652 2106 0.938 0 0 2 interp_poly -40 -42 68 -27 3530 3082 3 MP PP 3530 3082 1 0.75 0 3598 3055 1 0.75 0 3530 3082 1 0.75 0 2 interp_poly 3598 3055 1 0.75 0 3558 3013 1 0.688 0 3598 3055 1 0.75 0 2 interp_poly 68 -27 -40 37 3570 3045 3 MP PP 3570 3045 1 0.625 0 3530 3082 1 0.75 0 3570 3045 1 0.625 0 2 interp_poly 3530 3082 1 0.75 0 3598 3055 1 0.75 0 3530 3082 1 0.75 0 2 interp_poly -40 -91 68 -67 3542 3203 3 MP PP 3542 3203 1 0.875 0 3610 3136 1 0.75 0 3542 3203 1 0.875 0 2 interp_poly 3610 3136 1 0.75 0 3570 3045 1 0.625 0 3610 3136 1 0.75 0 2 interp_poly 68 -67 -40 66 3582 3137 3 MP PP 3582 3137 1 0.688 0 3542 3203 1 0.875 0 3582 3137 1 0.688 0 2 interp_poly 3542 3203 1 0.875 0 3610 3136 1 0.75 0 3542 3203 1 0.875 0 2 interp_poly 67 -50 -40 -42 3598 3055 3 MP PP 3598 3055 1 0.75 0 3558 3013 1 0.688 0 3598 3055 1 0.75 0 2 interp_poly 3558 3013 1 0.688 0 3625 2963 1 0.625 0 3558 3013 1 0.688 0 2 interp_poly -40 73 68 -63 3570 3045 3 MP PP 3570 3045 1 0.625 0 3638 2982 1 0.5 0 3570 3045 1 0.625 0 2 interp_poly 3638 2982 1 0.5 0 3598 3055 1 0.75 0 3638 2982 1 0.5 0 2 interp_poly 68 -63 -40 -91 3610 3136 3 MP PP 3610 3136 1 0.75 0 3570 3045 1 0.625 0 3610 3136 1 0.75 0 2 interp_poly 3570 3045 1 0.625 0 3638 2982 1 0.5 0 3570 3045 1 0.625 0 2 interp_poly -40 33 68 -34 3582 3137 3 MP PP 3582 3137 1 0.688 0 3650 3103 1 0.625 0 3582 3137 1 0.688 0 2 interp_poly 3650 3103 1 0.625 0 3610 3136 1 0.75 0 3650 3103 1 0.625 0 2 interp_poly 68 -34 -40 -64 3622 3201 3 MP PP 3622 3201 1 0.812 0 3582 3137 1 0.688 0 3622 3201 1 0.812 0 2 interp_poly 3582 3137 1 0.688 0 3650 3103 1 0.625 0 3582 3137 1 0.688 0 2 interp_poly 68 -25 -40 -99 3616 1971 3 MP PP 3616 1971 1 0.0625 0 3576 1872 0.875 0 0 3616 1971 1 0.0625 0 2 interp_poly 3576 1872 0.875 0 0 3644 1847 0.875 0 0 3576 1872 0.875 0 0 2 interp_poly -40 -21 68 -25 3576 1872 3 MP PP 3576 1872 0.875 0 0 3644 1847 0.875 0 0 3576 1872 0.875 0 0 2 interp_poly 3644 1847 0.875 0 0 3604 1826 0.875 0 0 3644 1847 0.875 0 0 2 interp_poly -40 -40 68 -14 3569 2329 3 MP PP 3569 2329 1 0.188 0 3637 2315 1 0.188 0 3569 2329 1 0.188 0 2 interp_poly 3637 2315 1 0.188 0 3597 2275 1 0.188 0 3637 2315 1 0.188 0 2 interp_poly -40 -73 67 9 3568 1630 3 MP PP 3568 1630 0.875 0 0 3635 1639 0.938 0 0 3568 1630 0.875 0 0 2 interp_poly 3635 1639 0.938 0 0 3595 1566 0.812 0 0 3635 1639 0.938 0 0 2 interp_poly 68 -95 -40 51 3606 3366 3 MP PP 3606 3366 1 0.938 0 3566 3417 0.938 1 0.125 3606 3366 1 0.938 0 2 interp_poly 3566 3417 0.938 1 0.125 3634 3322 1 0.938 0 3566 3417 0.938 1 0.125 2 interp_poly -40 10 68 -95 3566 3417 3 MP PP 3566 3417 0.938 1 0.125 3634 3322 1 0.938 0 3566 3417 0.938 1 0.125 2 interp_poly 3634 3322 1 0.938 0 3594 3332 1 1 0 3634 3322 1 0.938 0 2 interp_poly 68 -62 -40 -10 3604 1826 3 MP PP 3604 1826 0.875 0 0 3564 1816 0.938 0 0 3604 1826 0.875 0 0 2 interp_poly 3564 1816 0.938 0 0 3632 1754 0.812 0 0 3564 1816 0.938 0 0 2 interp_poly -40 23 68 -62 3564 1816 3 MP PP 3564 1816 0.938 0 0 3632 1754 0.812 0 0 3564 1816 0.938 0 0 2 interp_poly 3632 1754 0.812 0 0 3592 1777 0.938 0 0 3632 1754 0.812 0 0 2 interp_poly -40 -102 67 -50 3558 3013 3 MP PP 3558 3013 1 0.688 0 3625 2963 1 0.625 0 3558 3013 1 0.688 0 2 interp_poly 3625 2963 1 0.625 0 3585 2861 1 0.438 0 3625 2963 1 0.625 0 2 interp_poly 68 -16 -41 -95 3597 2275 3 MP PP 3597 2275 1 0.188 0 3556 2180 1 0 0 3597 2275 1 0.188 0 2 interp_poly 3556 2180 1 0 0 3624 2164 1 0 0 3556 2180 1 0 0 2 interp_poly -40 -24 68 -16 3556 2180 3 MP PP 3556 2180 1 0 0 3624 2164 1 0 0 3556 2180 1 0 0 2 interp_poly 3624 2164 1 0 0 3584 2140 1 0 0 3624 2164 1 0 0 2 interp_poly -40 -109 68 -7 3491 1564 3 MP PP 3491 1564 1 0.188 0 3559 1557 1 0.188 0 3491 1564 1 0.188 0 2 interp_poly 3559 1557 1 0.188 0 3519 1448 1 0 0 3559 1557 1 0.188 0 2 interp_poly 68 -7 -40 157 3531 1407 3 MP PP 3531 1407 0.75 0 0 3491 1564 1 0.188 0 3531 1407 0.75 0 0 2 interp_poly 3491 1564 1 0.188 0 3559 1557 1 0.188 0 3491 1564 1 0.188 0 2 interp_poly -40 -78 68 10 3515 1580 3 MP PP 3515 1580 0.938 0 0 3583 1590 1 0 0 3515 1580 0.938 0 0 2 interp_poly 3583 1590 1 0 0 3543 1512 0.875 0 0 3583 1590 1 0 0 2 interp_poly 68 -35 -40 -78 3583 1590 3 MP PP 3583 1590 1 0 0 3543 1512 0.875 0 0 3583 1590 1 0 0 2 interp_poly 3543 1512 0.875 0 0 3611 1477 0.812 0 0 3543 1512 0.875 0 0 2 interp_poly -40 83 68 -42 3555 1549 3 MP PP 3555 1549 0.812 0 0 3623 1507 0.75 0 0 3555 1549 0.812 0 0 2 interp_poly 3623 1507 0.75 0 0 3583 1590 1 0 0 3623 1507 0.75 0 0 2 interp_poly 68 -42 -40 -17 3595 1566 3 MP PP 3595 1566 0.812 0 0 3555 1549 0.812 0 0 3595 1566 0.812 0 0 2 interp_poly 3555 1549 0.812 0 0 3623 1507 0.75 0 0 3555 1549 0.812 0 0 2 interp_poly 68 -35 -40 -96 3594 3332 3 MP PP 3594 3332 1 1 0 3554 3236 1 0.812 0 3594 3332 1 1 0 2 interp_poly 3554 3236 1 0.812 0 3622 3201 1 0.812 0 3554 3236 1 0.812 0 2 interp_poly -40 -64 68 -35 3554 3236 3 MP PP 3554 3236 1 0.812 0 3622 3201 1 0.812 0 3554 3236 1 0.812 0 2 interp_poly 3622 3201 1 0.812 0 3582 3137 1 0.688 0 3622 3201 1 0.812 0 2 interp_poly 68 -25 -40 -49 3593 2397 3 MP PP 3593 2397 1 0.0625 0 3553 2348 1 0 0 3593 2397 1 0.0625 0 2 interp_poly 3553 2348 1 0 0 3621 2323 1 0 0 3553 2348 1 0 0 2 interp_poly -40 -81 68 -57 3472 1807 3 MP PP 3472 1807 1 0.125 0 3540 1750 1 0.0625 0 3472 1807 1 0.125 0 2 interp_poly 3540 1750 1 0.0625 0 3500 1669 0.938 0 0 3540 1750 1 0.0625 0 2 interp_poly 68 -39 -40 -81 3540 1750 3 MP PP 3540 1750 1 0.0625 0 3500 1669 0.938 0 0 3540 1750 1 0.0625 0 2 interp_poly 3500 1669 0.938 0 0 3568 1630 0.875 0 0 3500 1669 0.938 0 0 2 interp_poly -40 47 68 -27 3512 1730 3 MP PP 3512 1730 0.938 0 0 3580 1703 0.875 0 0 3512 1730 0.938 0 0 2 interp_poly 3580 1703 0.875 0 0 3540 1750 1 0.0625 0 3580 1703 0.875 0 0 2 interp_poly 68 -27 -40 28 3552 1702 3 MP PP 3552 1702 0.812 0 0 3512 1730 0.938 0 0 3552 1702 0.812 0 0 2 interp_poly 3512 1730 0.938 0 0 3580 1703 0.875 0 0 3512 1730 0.938 0 0 2 interp_poly 68 -34 -40 47 3580 1703 3 MP PP 3580 1703 0.875 0 0 3540 1750 1 0.0625 0 3580 1703 0.875 0 0 2 interp_poly 3540 1750 1 0.0625 0 3608 1716 1 0 0 3540 1750 1 0.0625 0 2 interp_poly -40 17 68 -16 3552 1702 3 MP PP 3552 1702 0.812 0 0 3620 1686 0.812 0 0 3552 1702 0.812 0 0 2 interp_poly 3620 1686 0.812 0 0 3580 1703 0.875 0 0 3620 1686 0.812 0 0 2 interp_poly 68 -16 -40 -75 3592 1777 3 MP PP 3592 1777 0.938 0 0 3552 1702 0.812 0 0 3592 1777 0.938 0 0 2 interp_poly 3552 1702 0.812 0 0 3620 1686 0.812 0 0 3552 1702 0.812 0 0 2 interp_poly 68 -37 -40 -9 3588 2017 3 MP PP 3588 2017 1 0.125 0 3548 2008 1 0.125 0 3588 2017 1 0.125 0 2 interp_poly 3548 2008 1 0.125 0 3616 1971 1 0.0625 0 3548 2008 1 0.125 0 2 interp_poly -40 -99 68 -37 3548 2008 3 MP PP 3548 2008 1 0.125 0 3616 1971 1 0.0625 0 3548 2008 1 0.125 0 2 interp_poly 3616 1971 1 0.0625 0 3576 1872 0.875 0 0 3616 1971 1 0.0625 0 2 interp_poly -40 -55 68 -9 3492 2097 3 MP PP 3492 2097 1 0.188 0 3560 2088 1 0.188 0 3492 2097 1 0.188 0 2 interp_poly 3560 2088 1 0.188 0 3520 2033 1 0.125 0 3560 2088 1 0.188 0 2 interp_poly 68 -9 -40 6 3532 2091 3 MP PP 3532 2091 1 0.0625 0 3492 2097 1 0.188 0 3532 2091 1 0.0625 0 2 interp_poly 3492 2097 1 0.188 0 3560 2088 1 0.188 0 3492 2097 1 0.188 0 2 interp_poly -40 -48 68 -38 3504 2177 3 MP PP 3504 2177 1 0.188 0 3572 2139 1 0.125 0 3504 2177 1 0.188 0 2 interp_poly 3572 2139 1 0.125 0 3532 2091 1 0.0625 0 3572 2139 1 0.125 0 2 interp_poly 68 -38 -40 37 3544 2140 3 MP PP 3544 2140 1 0.0625 0 3504 2177 1 0.188 0 3544 2140 1 0.0625 0 2 interp_poly 3504 2177 1 0.188 0 3572 2139 1 0.125 0 3504 2177 1 0.188 0 2 interp_poly 68 -16 -40 -55 3560 2088 3 MP PP 3560 2088 1 0.188 0 3520 2033 1 0.125 0 3560 2088 1 0.188 0 2 interp_poly 3520 2033 1 0.125 0 3588 2017 1 0.125 0 3520 2033 1 0.125 0 2 interp_poly -40 21 68 -24 3532 2091 3 MP PP 3532 2091 1 0.0625 0 3600 2067 1 0.0625 0 3532 2091 1 0.0625 0 2 interp_poly 3600 2067 1 0.0625 0 3560 2088 1 0.188 0 3600 2067 1 0.0625 0 2 interp_poly 68 -24 -40 -48 3572 2139 3 MP PP 3572 2139 1 0.125 0 3532 2091 1 0.0625 0 3572 2139 1 0.125 0 2 interp_poly 3532 2091 1 0.0625 0 3600 2067 1 0.0625 0 3532 2091 1 0.0625 0 2 interp_poly -40 50 68 -51 3544 2140 3 MP PP 3544 2140 1 0.0625 0 3612 2089 1 0 0 3544 2140 1 0.0625 0 2 interp_poly 3612 2089 1 0 0 3572 2139 1 0.125 0 3612 2089 1 0 0 2 interp_poly 68 -51 -40 0 3584 2140 3 MP PP 3584 2140 1 0 0 3544 2140 1 0.0625 0 3584 2140 1 0 0 2 interp_poly 3544 2140 1 0.0625 0 3612 2089 1 0 0 3544 2140 1 0.0625 0 2 interp_poly -40 7 68 -35 3543 1512 3 MP PP 3543 1512 0.875 0 0 3611 1477 0.812 0 0 3543 1512 0.875 0 0 2 interp_poly 3611 1477 0.812 0 0 3571 1484 0.875 0 0 3611 1477 0.812 0 0 2 interp_poly -40 -26 68 -85 3498 3502 3 MP PP 3498 3502 0.75 1 0.312 3566 3417 0.938 1 0.125 3498 3502 0.75 1 0.312 2 interp_poly 3566 3417 0.938 1 0.125 3526 3391 0.938 1 0.125 3566 3417 0.938 1 0.125 2 interp_poly 68 -59 -40 -26 3566 3417 3 MP PP 3566 3417 0.938 1 0.125 3526 3391 0.938 1 0.125 3566 3417 0.938 1 0.125 2 interp_poly 3526 3391 0.938 1 0.125 3594 3332 1 1 0 3526 3391 0.938 1 0.125 2 interp_poly -40 51 68 -83 3538 3449 3 MP PP 3538 3449 0.938 1 0.125 3606 3366 1 0.938 0 3538 3449 0.938 1 0.125 2 interp_poly 3606 3366 1 0.938 0 3566 3417 0.938 1 0.125 3606 3366 1 0.938 0 2 interp_poly 68 -34 -40 -12 3576 1872 3 MP PP 3576 1872 0.875 0 0 3536 1860 0.938 0 0 3576 1872 0.875 0 0 2 interp_poly 3536 1860 0.938 0 0 3604 1826 0.875 0 0 3536 1860 0.938 0 0 2 interp_poly -40 -10 68 -34 3536 1860 3 MP PP 3536 1860 0.938 0 0 3604 1826 0.875 0 0 3536 1860 0.938 0 0 2 interp_poly 3604 1826 0.875 0 0 3564 1816 0.938 0 0 3604 1826 0.875 0 0 2 interp_poly 68 -23 -40 -77 3571 1484 3 MP PP 3571 1484 0.875 0 0 3531 1407 0.75 0 0 3571 1484 0.875 0 0 2 interp_poly 3531 1407 0.75 0 0 3599 1384 0.75 0 0 3531 1407 0.75 0 0 2 interp_poly 68 -27 -40 -27 3569 2329 3 MP PP 3569 2329 1 0.188 0 3529 2302 1 0.188 0 3569 2329 1 0.188 0 2 interp_poly 3529 2302 1 0.188 0 3597 2275 1 0.188 0 3529 2302 1 0.188 0 2 interp_poly -41 -95 68 -27 3529 2302 3 MP PP 3529 2302 1 0.188 0 3597 2275 1 0.188 0 3529 2302 1 0.188 0 2 interp_poly 3597 2275 1 0.188 0 3556 2180 1 0 0 3597 2275 1 0.188 0 2 interp_poly 68 10 -40 31 3555 1549 3 MP PP 3555 1549 0.812 0 0 3515 1580 0.938 0 0 3555 1549 0.812 0 0 2 interp_poly 3515 1580 0.938 0 0 3583 1590 1 0 0 3515 1580 0.938 0 0 2 interp_poly 67 -38 -40 -26 3568 1630 3 MP PP 3568 1630 0.875 0 0 3528 1604 0.875 0 0 3568 1630 0.875 0 0 2 interp_poly 3528 1604 0.875 0 0 3595 1566 0.812 0 0 3528 1604 0.875 0 0 2 interp_poly -40 -17 67 -38 3528 1604 3 MP PP 3528 1604 0.875 0 0 3595 1566 0.812 0 0 3528 1604 0.875 0 0 2 interp_poly 3595 1566 0.812 0 0 3555 1549 0.812 0 0 3595 1566 0.812 0 0 2 interp_poly -40 -96 68 -59 3526 3391 3 MP PP 3526 3391 0.938 1 0.125 3594 3332 1 1 0 3526 3391 0.938 1 0.125 2 interp_poly 3594 3332 1 1 0 3554 3236 1 0.812 0 3594 3332 1 1 0 2 interp_poly -40 -49 68 -29 3525 2426 3 MP PP 3525 2426 1 0.125 0 3593 2397 1 0.0625 0 3525 2426 1 0.125 0 2 interp_poly 3593 2397 1 0.0625 0 3553 2348 1 0 0 3593 2397 1 0.0625 0 2 interp_poly 68 -10 -40 -29 3564 1816 3 MP PP 3564 1816 0.938 0 0 3524 1787 0.875 0 0 3564 1816 0.938 0 0 2 interp_poly 3524 1787 0.875 0 0 3592 1777 0.938 0 0 3524 1787 0.875 0 0 2 interp_poly 68 -57 -40 77 3512 1730 3 MP PP 3512 1730 0.938 0 0 3472 1807 1 0.125 0 3512 1730 0.938 0 0 2 interp_poly 3472 1807 1 0.125 0 3540 1750 1 0.0625 0 3472 1807 1 0.125 0 2 interp_poly -40 -75 68 -10 3524 1787 3 MP PP 3524 1787 0.875 0 0 3592 1777 0.938 0 0 3524 1787 0.875 0 0 2 interp_poly 3592 1777 0.938 0 0 3552 1702 0.812 0 0 3592 1777 0.938 0 0 2 interp_poly -40 -9 68 -16 3520 2033 3 MP PP 3520 2033 1 0.125 0 3588 2017 1 0.125 0 3520 2033 1 0.125 0 2 interp_poly 3588 2017 1 0.125 0 3548 2008 1 0.125 0 3588 2017 1 0.125 0 2 interp_poly 67 -80 -40 -72 3558 3013 3 MP PP 3558 3013 1 0.688 0 3518 2941 1 0.562 0 3558 3013 1 0.688 0 2 interp_poly 3518 2941 1 0.562 0 3585 2861 1 0.438 0 3518 2941 1 0.562 0 2 interp_poly -40 20 67 -80 3518 2941 3 MP PP 3518 2941 1 0.562 0 3585 2861 1 0.438 0 3518 2941 1 0.562 0 2 interp_poly 3585 2861 1 0.438 0 3545 2881 1 0.5 0 3585 2861 1 0.438 0 2 interp_poly 68 -44 -40 -42 3504 2177 3 MP PP 3504 2177 1 0.188 0 3464 2135 1 0.188 0 3504 2177 1 0.188 0 2 interp_poly 3464 2135 1 0.188 0 3532 2091 1 0.0625 0 3464 2135 1 0.188 0 2 interp_poly -40 37 68 5 3476 2135 3 MP PP 3476 2135 1 0 0 3544 2140 1 0.0625 0 3476 2135 1 0 0 2 interp_poly 3544 2140 1 0.0625 0 3504 2177 1 0.188 0 3544 2140 1 0.0625 0 2 interp_poly 68 -13 -40 -27 3556 2180 3 MP PP 3556 2180 1 0 0 3516 2153 1 0 0 3556 2180 1 0 0 2 interp_poly 3516 2153 1 0 0 3584 2140 1 0 0 3516 2153 1 0 0 2 interp_poly -40 0 68 -13 3516 2153 3 MP PP 3516 2153 1 0 0 3584 2140 1 0 0 3516 2153 1 0 0 2 interp_poly 3584 2140 1 0 0 3544 2140 1 0.0625 0 3584 2140 1 0 0 2 interp_poly -40 -91 68 -50 3474 3253 3 MP PP 3474 3253 1 1 0 3542 3203 1 0.875 0 3474 3253 1 1 0 2 interp_poly 3542 3203 1 0.875 0 3502 3112 1 0.75 0 3542 3203 1 0.875 0 2 interp_poly 68 -50 -40 52 3514 3201 3 MP PP 3514 3201 1 0.812 0 3474 3253 1 1 0 3514 3201 1 0.812 0 2 interp_poly 3474 3253 1 1 0 3542 3203 1 0.875 0 3474 3253 1 1 0 2 interp_poly 68 -67 -40 -91 3542 3203 3 MP PP 3542 3203 1 0.875 0 3502 3112 1 0.75 0 3542 3203 1 0.875 0 2 interp_poly 3502 3112 1 0.75 0 3570 3045 1 0.625 0 3502 3112 1 0.75 0 2 interp_poly -40 66 68 -64 3514 3201 3 MP PP 3514 3201 1 0.812 0 3582 3137 1 0.688 0 3514 3201 1 0.812 0 2 interp_poly 3582 3137 1 0.688 0 3542 3203 1 0.875 0 3582 3137 1 0.688 0 2 interp_poly 68 -64 -40 -35 3554 3236 3 MP PP 3554 3236 1 0.812 0 3514 3201 1 0.812 0 3554 3236 1 0.812 0 2 interp_poly 3514 3201 1 0.812 0 3582 3137 1 0.688 0 3514 3201 1 0.812 0 2 interp_poly gr 1 sg gs 899 389 5356 4226 rc 68 -54 -40 -82 3548 2008 3 MP PP 3548 2008 1 0.125 0 3508 1926 1 0 0 3548 2008 1 0.125 0 2 interp_poly 3508 1926 1 0 0 3576 1872 0.875 0 0 3508 1926 1 0 0 2 interp_poly -40 -12 68 -54 3508 1926 3 MP PP 3508 1926 1 0 0 3576 1872 0.875 0 0 3508 1926 1 0 0 2 interp_poly 3576 1872 0.875 0 0 3536 1860 0.938 0 0 3576 1872 0.875 0 0 2 interp_poly -40 -80 68 -33 3453 2811 3 MP PP 3453 2811 1 0.625 0 3521 2778 1 0.562 0 3453 2811 1 0.625 0 2 interp_poly 3521 2778 1 0.562 0 3481 2698 1 0.438 0 3521 2778 1 0.562 0 2 interp_poly 68 -40 -40 -80 3521 2778 3 MP PP 3521 2778 1 0.562 0 3481 2698 1 0.438 0 3521 2778 1 0.562 0 2 interp_poly 3481 2698 1 0.438 0 3549 2658 1 0.375 0 3481 2698 1 0.438 0 2 interp_poly 68 -33 -40 114 3493 2697 3 MP PP 3493 2697 1 0.312 0 3453 2811 1 0.625 0 3493 2697 1 0.312 0 2 interp_poly 3453 2811 1 0.625 0 3521 2778 1 0.562 0 3453 2811 1 0.625 0 2 interp_poly -40 -129 68 -41 3465 2867 3 MP PP 3465 2867 1 0.625 0 3533 2826 1 0.562 0 3465 2867 1 0.625 0 2 interp_poly 3533 2826 1 0.562 0 3493 2697 1 0.312 0 3533 2826 1 0.562 0 2 interp_poly 68 -41 -40 35 3505 2832 3 MP PP 3505 2832 1 0.438 0 3465 2867 1 0.625 0 3505 2832 1 0.438 0 2 interp_poly 3465 2867 1 0.625 0 3533 2826 1 0.562 0 3465 2867 1 0.625 0 2 interp_poly -40 92 68 -11 3493 2697 3 MP PP 3493 2697 1 0.312 0 3561 2686 1 0.312 0 3493 2697 1 0.312 0 2 interp_poly 3561 2686 1 0.312 0 3521 2778 1 0.562 0 3561 2686 1 0.312 0 2 interp_poly 68 -11 -40 -129 3533 2826 3 MP PP 3533 2826 1 0.562 0 3493 2697 1 0.312 0 3533 2826 1 0.562 0 2 interp_poly 3493 2697 1 0.312 0 3561 2686 1 0.312 0 3493 2697 1 0.312 0 2 interp_poly -40 44 68 -50 3505 2832 3 MP PP 3505 2832 1 0.438 0 3573 2782 1 0.375 0 3505 2832 1 0.438 0 2 interp_poly 3573 2782 1 0.375 0 3533 2826 1 0.562 0 3573 2782 1 0.375 0 2 interp_poly 68 -50 -40 -49 3545 2881 3 MP PP 3545 2881 1 0.5 0 3505 2832 1 0.438 0 3545 2881 1 0.5 0 2 interp_poly 3505 2832 1 0.438 0 3573 2782 1 0.375 0 3505 2832 1 0.438 0 2 interp_poly 68 -43 -40 15 3543 1512 3 MP PP 3543 1512 0.875 0 0 3503 1527 0.938 0 0 3543 1512 0.875 0 0 2 interp_poly 3503 1527 0.938 0 0 3571 1484 0.875 0 0 3503 1527 0.938 0 0 2 interp_poly -40 -77 68 -43 3503 1527 3 MP PP 3503 1527 0.938 0 0 3571 1484 0.875 0 0 3503 1527 0.938 0 0 2 interp_poly 3571 1484 0.875 0 0 3531 1407 0.75 0 0 3571 1484 0.875 0 0 2 interp_poly -40 37 68 -67 3502 3112 3 MP PP 3502 3112 1 0.75 0 3570 3045 1 0.625 0 3502 3112 1 0.75 0 2 interp_poly 3570 3045 1 0.625 0 3530 3082 1 0.75 0 3570 3045 1 0.625 0 2 interp_poly 68 -24 -40 5 3541 2348 3 MP PP 3541 2348 1 0.188 0 3501 2353 1 0.25 0 3541 2348 1 0.188 0 2 interp_poly 3501 2353 1 0.25 0 3569 2329 1 0.188 0 3501 2353 1 0.25 0 2 interp_poly -40 -27 68 -24 3501 2353 3 MP PP 3501 2353 1 0.25 0 3569 2329 1 0.188 0 3501 2353 1 0.25 0 2 interp_poly 3569 2329 1 0.188 0 3529 2302 1 0.188 0 3569 2329 1 0.188 0 2 interp_poly -40 -26 68 -39 3500 1669 3 MP PP 3500 1669 0.938 0 0 3568 1630 0.875 0 0 3500 1669 0.938 0 0 2 interp_poly 3568 1630 0.875 0 0 3528 1604 0.875 0 0 3568 1630 0.875 0 0 2 interp_poly 68 -85 -40 53 3538 3449 3 MP PP 3538 3449 0.938 1 0.125 3498 3502 0.75 1 0.312 3538 3449 0.938 1 0.125 2 interp_poly 3498 3502 0.75 1 0.312 3566 3417 0.938 1 0.125 3498 3502 0.75 1 0.312 2 interp_poly 68 -51 -40 7 3536 1860 3 MP PP 3536 1860 0.938 0 0 3496 1867 1 0 0 3536 1860 0.938 0 0 2 interp_poly 3496 1867 1 0 0 3564 1816 0.938 0 0 3496 1867 1 0 0 2 interp_poly -40 -29 68 -51 3496 1867 3 MP PP 3496 1867 1 0 0 3564 1816 0.938 0 0 3496 1867 1 0 0 2 interp_poly 3564 1816 0.938 0 0 3524 1787 0.875 0 0 3564 1816 0.938 0 0 2 interp_poly 68 -34 -40 -35 3530 3082 3 MP PP 3530 3082 1 0.75 0 3490 3047 1 0.75 0 3530 3082 1 0.75 0 2 interp_poly 3490 3047 1 0.75 0 3558 3013 1 0.688 0 3490 3047 1 0.75 0 2 interp_poly -40 -72 68 -34 3490 3047 3 MP PP 3490 3047 1 0.75 0 3558 3013 1 0.688 0 3490 3047 1 0.75 0 2 interp_poly 3558 3013 1 0.688 0 3518 2941 1 0.562 0 3558 3013 1 0.688 0 2 interp_poly 67 -42 -40 -80 3529 2302 3 MP PP 3529 2302 1 0.188 0 3489 2222 1 0.0625 0 3529 2302 1 0.188 0 2 interp_poly 3489 2222 1 0.0625 0 3556 2180 1 0 0 3489 2222 1 0.0625 0 2 interp_poly -40 -27 67 -42 3489 2222 3 MP PP 3489 2222 1 0.0625 0 3556 2180 1 0 0 3489 2222 1 0.0625 0 2 interp_poly 3556 2180 1 0 0 3516 2153 1 0 0 3556 2180 1 0 0 2 interp_poly -40 -89 68 19 3423 1545 3 MP PP 3423 1545 1 0.125 0 3491 1564 1 0.188 0 3423 1545 1 0.125 0 2 interp_poly 3491 1564 1 0.188 0 3451 1475 1 0.0625 0 3491 1564 1 0.188 0 2 interp_poly -40 -73 68 1 3383 1474 3 MP PP 3383 1474 1 0 0 3451 1475 1 0.0625 0 3383 1474 1 0 0 2 interp_poly 3451 1475 1 0.0625 0 3411 1402 0.938 0 0 3451 1475 1 0.0625 0 2 interp_poly 68 1 -40 -71 3423 1545 3 MP PP 3423 1545 1 0.125 0 3383 1474 1 0 0 3423 1545 1 0.125 0 2 interp_poly 3383 1474 1 0 0 3451 1475 1 0.0625 0 3383 1474 1 0 0 2 interp_poly 68 -24 -40 -73 3451 1475 3 MP PP 3451 1475 1 0.0625 0 3411 1402 0.938 0 0 3451 1475 1 0.0625 0 2 interp_poly 3411 1402 0.938 0 0 3479 1378 0.875 0 0 3411 1402 0.938 0 0 2 interp_poly -40 -70 68 -27 3451 1475 3 MP PP 3451 1475 1 0.0625 0 3519 1448 1 0 0 3451 1475 1 0.0625 0 2 interp_poly 3519 1448 1 0 0 3479 1378 0.875 0 0 3519 1448 1 0 0 2 interp_poly 68 -27 -40 -89 3491 1564 3 MP PP 3491 1564 1 0.188 0 3451 1475 1 0.0625 0 3491 1564 1 0.188 0 2 interp_poly 3451 1475 1 0.0625 0 3519 1448 1 0 0 3451 1475 1 0.0625 0 2 interp_poly 68 19 -40 125 3463 1420 3 MP PP 3463 1420 0.75 0 0 3423 1545 1 0.125 0 3463 1420 0.75 0 0 2 interp_poly 3423 1545 1 0.125 0 3491 1564 1 0.188 0 3423 1545 1 0.125 0 2 interp_poly 68 -32 -40 -70 3519 1448 3 MP PP 3519 1448 1 0 0 3479 1378 0.875 0 0 3519 1448 1 0 0 2 interp_poly 3479 1378 0.875 0 0 3547 1346 0.875 0 0 3479 1378 0.875 0 0 2 interp_poly -40 157 68 -13 3463 1420 3 MP PP 3463 1420 0.75 0 0 3531 1407 0.75 0 0 3463 1420 0.75 0 0 2 interp_poly 3531 1407 0.75 0 0 3491 1564 1 0.188 0 3531 1407 0.75 0 0 2 interp_poly -40 -107 68 -8 3435 1535 3 MP PP 3435 1535 0.938 0 0 3503 1527 0.938 0 0 3435 1535 0.938 0 0 2 interp_poly 3503 1527 0.938 0 0 3463 1420 0.75 0 0 3503 1527 0.938 0 0 2 interp_poly 68 -8 -40 23 3475 1512 3 MP PP 3475 1512 0.812 0 0 3435 1535 0.938 0 0 3475 1512 0.812 0 0 2 interp_poly 3435 1535 0.938 0 0 3503 1527 0.938 0 0 3435 1535 0.938 0 0 2 interp_poly -40 -68 67 -30 3448 1610 3 MP PP 3448 1610 1 0 0 3515 1580 0.938 0 0 3448 1610 1 0 0 2 interp_poly 3515 1580 0.938 0 0 3475 1512 0.812 0 0 3515 1580 0.938 0 0 2 interp_poly 67 -30 -40 35 3488 1575 3 MP PP 3488 1575 0.812 0 0 3448 1610 1 0 0 3488 1575 0.812 0 0 2 interp_poly 3448 1610 1 0 0 3515 1580 0.938 0 0 3448 1610 1 0 0 2 interp_poly 68 -13 -40 -107 3503 1527 3 MP PP 3503 1527 0.938 0 0 3463 1420 0.75 0 0 3503 1527 0.938 0 0 2 interp_poly 3463 1420 0.75 0 0 3531 1407 0.75 0 0 3463 1420 0.75 0 0 2 interp_poly -40 15 68 0 3475 1512 3 MP PP 3475 1512 0.812 0 0 3543 1512 0.875 0 0 3475 1512 0.812 0 0 2 interp_poly 3543 1512 0.875 0 0 3503 1527 0.938 0 0 3543 1512 0.875 0 0 2 interp_poly 68 0 -40 -68 3515 1580 3 MP PP 3515 1580 0.938 0 0 3475 1512 0.812 0 0 3515 1580 0.938 0 0 2 interp_poly 3475 1512 0.812 0 0 3543 1512 0.875 0 0 3475 1512 0.812 0 0 2 interp_poly -40 31 67 -26 3488 1575 3 MP PP 3488 1575 0.812 0 0 3555 1549 0.812 0 0 3488 1575 0.812 0 0 2 interp_poly 3555 1549 0.812 0 0 3515 1580 0.938 0 0 3555 1549 0.812 0 0 2 interp_poly 67 -26 -40 -29 3528 1604 3 MP PP 3528 1604 0.875 0 0 3488 1575 0.812 0 0 3528 1604 0.875 0 0 2 interp_poly 3488 1575 0.812 0 0 3555 1549 0.812 0 0 3488 1575 0.812 0 0 2 interp_poly 68 -71 -40 -84 3526 3391 3 MP PP 3526 3391 0.938 1 0.125 3486 3307 1 0.938 0 3526 3391 0.938 1 0.125 2 interp_poly 3486 3307 1 0.938 0 3554 3236 1 0.812 0 3486 3307 1 0.938 0 2 interp_poly -40 -35 68 -71 3486 3307 3 MP PP 3486 3307 1 0.938 0 3554 3236 1 0.812 0 3486 3307 1 0.938 0 2 interp_poly 3554 3236 1 0.812 0 3514 3201 1 0.812 0 3554 3236 1 0.812 0 2 interp_poly -40 -20 68 -23 3445 2433 3 MP PP 3445 2433 1 0.25 0 3513 2410 1 0.25 0 3445 2433 1 0.25 0 2 interp_poly 3513 2410 1 0.25 0 3473 2390 1 0.25 0 3513 2410 1 0.25 0 2 interp_poly -40 5 68 -42 3473 2390 3 MP PP 3473 2390 1 0.25 0 3541 2348 1 0.188 0 3473 2390 1 0.25 0 2 interp_poly 3541 2348 1 0.188 0 3501 2353 1 0.25 0 3541 2348 1 0.188 0 2 interp_poly 68 -42 -40 -20 3513 2410 3 MP PP 3513 2410 1 0.25 0 3473 2390 1 0.25 0 3513 2410 1 0.25 0 2 interp_poly 3473 2390 1 0.25 0 3541 2348 1 0.188 0 3473 2390 1 0.25 0 2 interp_poly 68 -23 -40 54 3485 2379 3 MP PP 3485 2379 1 0.0625 0 3445 2433 1 0.25 0 3485 2379 1 0.0625 0 2 interp_poly 3445 2433 1 0.25 0 3513 2410 1 0.25 0 3445 2433 1 0.25 0 2 interp_poly -40 62 68 -31 3485 2379 3 MP PP 3485 2379 1 0.0625 0 3553 2348 1 0 0 3485 2379 1 0.0625 0 2 interp_poly 3553 2348 1 0 0 3513 2410 1 0.25 0 3553 2348 1 0 0 2 interp_poly 68 -31 -40 -47 3525 2426 3 MP PP 3525 2426 1 0.125 0 3485 2379 1 0.0625 0 3525 2426 1 0.125 0 2 interp_poly 3485 2379 1 0.0625 0 3553 2348 1 0 0 3485 2379 1 0.0625 0 2 interp_poly -40 -99 68 -23 3404 1830 3 MP PP 3404 1830 1 0.188 0 3472 1807 1 0.125 0 3404 1830 1 0.188 0 2 interp_poly 3472 1807 1 0.125 0 3432 1708 1 0 0 3472 1807 1 0.125 0 2 interp_poly 68 -39 -40 -99 3472 1807 3 MP PP 3472 1807 1 0.125 0 3432 1708 1 0 0 3472 1807 1 0.125 0 2 interp_poly 3432 1708 1 0 0 3500 1669 0.938 0 0 3432 1708 1 0 0 2 interp_poly -40 77 68 -17 3444 1747 3 MP PP 3444 1747 0.938 0 0 3512 1730 0.938 0 0 3444 1747 0.938 0 0 2 interp_poly 3512 1730 0.938 0 0 3472 1807 1 0.125 0 3512 1730 0.938 0 0 2 interp_poly 68 -57 -40 -28 3524 1787 3 MP PP 3524 1787 0.875 0 0 3484 1759 0.875 0 0 3524 1787 0.875 0 0 2 interp_poly 3484 1759 0.875 0 0 3552 1702 0.812 0 0 3484 1759 0.875 0 0 2 interp_poly -40 28 68 -57 3484 1759 3 MP PP 3484 1759 0.875 0 0 3552 1702 0.812 0 0 3484 1759 0.875 0 0 2 interp_poly 3552 1702 0.812 0 0 3512 1730 0.938 0 0 3552 1702 0.812 0 0 2 interp_poly -40 4 68 -40 3481 2698 3 MP PP 3481 2698 1 0.438 0 3549 2658 1 0.375 0 3481 2698 1 0.438 0 2 interp_poly 3549 2658 1 0.375 0 3509 2662 1 0.438 0 3549 2658 1 0.375 0 2 interp_poly 68 -19 -40 -6 3520 2033 3 MP PP 3520 2033 1 0.125 0 3480 2027 1 0.125 0 3520 2033 1 0.125 0 2 interp_poly 3480 2027 1 0.125 0 3548 2008 1 0.125 0 3480 2027 1 0.125 0 2 interp_poly -40 -82 68 -19 3480 2027 3 MP PP 3480 2027 1 0.125 0 3548 2008 1 0.125 0 3480 2027 1 0.125 0 2 interp_poly 3548 2008 1 0.125 0 3508 1926 1 0 0 3548 2008 1 0.125 0 2 interp_poly 67 -64 -40 4 3518 2941 3 MP PP 3518 2941 1 0.562 0 3478 2945 1 0.625 0 3518 2941 1 0.562 0 2 interp_poly 3478 2945 1 0.625 0 3545 2881 1 0.5 0 3478 2945 1 0.625 0 2 interp_poly -40 -49 67 -64 3478 2945 3 MP PP 3478 2945 1 0.625 0 3545 2881 1 0.5 0 3478 2945 1 0.625 0 2 interp_poly 3545 2881 1 0.5 0 3505 2832 1 0.438 0 3545 2881 1 0.5 0 2 interp_poly 68 5 -40 -18 3516 2153 3 MP PP 3516 2153 1 0 0 3476 2135 1 0 0 3516 2153 1 0 0 2 interp_poly 3476 2135 1 0 0 3544 2140 1 0.0625 0 3476 2135 1 0 0 2 interp_poly -40 -54 68 -55 3430 3557 3 MP PP 3430 3557 0.688 1 0.375 3498 3502 0.75 1 0.312 3430 3557 0.688 1 0.375 2 interp_poly 3498 3502 0.75 1 0.312 3458 3448 0.875 1 0.188 3498 3502 0.75 1 0.312 2 interp_poly 68 -55 -40 21 3470 3536 3 MP PP 3470 3536 0.812 1 0.25 3430 3557 0.688 1 0.375 3470 3536 0.812 1 0.25 2 interp_poly 3430 3557 0.688 1 0.375 3498 3502 0.75 1 0.312 3430 3557 0.688 1 0.375 2 interp_poly 68 -57 -40 -54 3498 3502 3 MP PP 3498 3502 0.75 1 0.312 3458 3448 0.875 1 0.188 3498 3502 0.75 1 0.312 2 interp_poly 3458 3448 0.875 1 0.188 3526 3391 0.938 1 0.125 3458 3448 0.875 1 0.188 2 interp_poly -40 53 68 -87 3470 3536 3 MP PP 3470 3536 0.812 1 0.25 3538 3449 0.938 1 0.125 3470 3536 0.812 1 0.25 2 interp_poly 3538 3449 0.938 1 0.125 3498 3502 0.75 1 0.312 3538 3449 0.938 1 0.125 2 interp_poly 68 -54 -40 -59 3509 2662 3 MP PP 3509 2662 1 0.438 0 3469 2603 1 0.375 0 3509 2662 1 0.438 0 2 interp_poly 3469 2603 1 0.375 0 3537 2549 1 0.25 0 3469 2603 1 0.375 0 2 interp_poly -40 19 68 -54 3469 2603 3 MP PP 3469 2603 1 0.375 0 3537 2549 1 0.25 0 3469 2603 1 0.375 0 2 interp_poly 3537 2549 1 0.25 0 3497 2568 1 0.375 0 3537 2549 1 0.25 0 2 interp_poly 68 -38 -40 -28 3508 1926 3 MP PP 3508 1926 1 0 0 3468 1898 1 0 0 3508 1926 1 0 0 2 interp_poly 3468 1898 1 0 0 3536 1860 0.938 0 0 3468 1898 1 0 0 2 interp_poly -40 7 68 -38 3468 1898 3 MP PP 3468 1898 1 0 0 3536 1860 0.938 0 0 3468 1898 1 0 0 2 interp_poly 3536 1860 0.938 0 0 3496 1867 1 0 0 3536 1860 0.938 0 0 2 interp_poly -40 6 68 -44 3464 2135 3 MP PP 3464 2135 1 0.188 0 3532 2091 1 0.0625 0 3464 2135 1 0.188 0 2 interp_poly 3532 2091 1 0.0625 0 3492 2097 1 0.188 0 3532 2091 1 0.0625 0 2 interp_poly 68 -51 -40 21 3502 3112 3 MP PP 3502 3112 1 0.75 0 3462 3133 1 0.875 0 3502 3112 1 0.75 0 2 interp_poly 3462 3133 1 0.875 0 3530 3082 1 0.75 0 3462 3133 1 0.875 0 2 interp_poly -40 -35 68 -51 3462 3133 3 MP PP 3462 3133 1 0.875 0 3530 3082 1 0.75 0 3462 3133 1 0.875 0 2 interp_poly 3530 3082 1 0.75 0 3490 3047 1 0.75 0 3530 3082 1 0.75 0 2 interp_poly 68 -8 -40 -43 3501 2353 3 MP PP 3501 2353 1 0.25 0 3461 2310 1 0.188 0 3501 2353 1 0.25 0 2 interp_poly 3461 2310 1 0.188 0 3529 2302 1 0.188 0 3461 2310 1 0.188 0 2 interp_poly -40 -80 68 -8 3461 2310 3 MP PP 3461 2310 1 0.188 0 3529 2302 1 0.188 0 3461 2310 1 0.188 0 2 interp_poly 3529 2302 1 0.188 0 3489 2222 1 0.0625 0 3529 2302 1 0.188 0 2 interp_poly 68 -19 -40 -46 3500 1669 3 MP PP 3500 1669 0.938 0 0 3460 1623 0.875 0 0 3500 1669 0.938 0 0 2 interp_poly 3460 1623 0.875 0 0 3528 1604 0.875 0 0 3460 1623 0.875 0 0 2 interp_poly -40 -29 68 -19 3460 1623 3 MP PP 3460 1623 0.875 0 0 3528 1604 0.875 0 0 3460 1623 0.875 0 0 2 interp_poly 3528 1604 0.875 0 0 3488 1575 0.812 0 0 3528 1604 0.875 0 0 2 interp_poly -40 -84 68 -57 3458 3448 3 MP PP 3458 3448 0.875 1 0.188 3526 3391 0.938 1 0.125 3458 3448 0.875 1 0.188 2 interp_poly 3526 3391 0.938 1 0.125 3486 3307 1 0.938 0 3526 3391 0.938 1 0.125 2 interp_poly 68 -35 -40 -107 3497 2568 3 MP PP 3497 2568 1 0.375 0 3457 2461 1 0.188 0 3497 2568 1 0.375 0 2 interp_poly 3457 2461 1 0.188 0 3525 2426 1 0.125 0 3457 2461 1 0.188 0 2 interp_poly -40 -47 68 -35 3457 2461 3 MP PP 3457 2461 1 0.188 0 3525 2426 1 0.125 0 3457 2461 1 0.188 0 2 interp_poly 3525 2426 1 0.125 0 3485 2379 1 0.0625 0 3525 2426 1 0.125 0 2 interp_poly 68 -23 -40 83 3444 1747 3 MP PP 3444 1747 0.938 0 0 3404 1830 1 0.188 0 3444 1747 0.938 0 0 2 interp_poly 3404 1830 1 0.188 0 3472 1807 1 0.125 0 3404 1830 1 0.188 0 2 interp_poly 68 -10 -40 -70 3496 1867 3 MP PP 3496 1867 1 0 0 3456 1797 0.875 0 0 3496 1867 1 0 0 2 interp_poly 3456 1797 0.875 0 0 3524 1787 0.875 0 0 3456 1797 0.875 0 0 2 interp_poly -40 -28 68 -10 3456 1797 3 MP PP 3456 1797 0.875 0 0 3524 1787 0.875 0 0 3456 1797 0.875 0 0 2 interp_poly 3524 1787 0.875 0 0 3484 1759 0.875 0 0 3524 1787 0.875 0 0 2 interp_poly 68 -26 -40 -38 3492 2097 3 MP PP 3492 2097 1 0.188 0 3452 2059 1 0.125 0 3492 2097 1 0.188 0 2 interp_poly 3452 2059 1 0.125 0 3520 2033 1 0.125 0 3452 2059 1 0.125 0 2 interp_poly -40 -6 68 -26 3452 2059 3 MP PP 3452 2059 1 0.125 0 3520 2033 1 0.125 0 3452 2059 1 0.125 0 2 interp_poly 3520 2033 1 0.125 0 3480 2027 1 0.125 0 3520 2033 1 0.125 0 2 interp_poly 68 -40 -40 -66 3490 3047 3 MP PP 3490 3047 1 0.75 0 3450 2981 1 0.625 0 3490 3047 1 0.75 0 2 interp_poly 3450 2981 1 0.625 0 3518 2941 1 0.562 0 3450 2981 1 0.625 0 2 interp_poly -40 4 68 -40 3450 2981 3 MP PP 3450 2981 1 0.625 0 3518 2941 1 0.562 0 3450 2981 1 0.625 0 2 interp_poly 3518 2941 1 0.562 0 3478 2945 1 0.625 0 3518 2941 1 0.562 0 2 interp_poly -40 -42 68 21 3436 2156 3 MP PP 3436 2156 1 0.125 0 3504 2177 1 0.188 0 3436 2156 1 0.125 0 2 interp_poly 3504 2177 1 0.188 0 3464 2135 1 0.188 0 3504 2177 1 0.188 0 2 interp_poly 68 21 -40 21 3476 2135 3 MP PP 3476 2135 1 0 0 3436 2156 1 0.125 0 3476 2135 1 0 0 2 interp_poly 3436 2156 1 0.125 0 3504 2177 1 0.188 0 3436 2156 1 0.125 0 2 interp_poly 67 -47 -40 -22 3489 2222 3 MP PP 3489 2222 1 0.0625 0 3449 2200 1 0.0625 0 3489 2222 1 0.0625 0 2 interp_poly 3449 2200 1 0.0625 0 3516 2153 1 0 0 3449 2200 1 0.0625 0 2 interp_poly -40 -18 67 -47 3449 2200 3 MP PP 3449 2200 1 0.0625 0 3516 2153 1 0 0 3449 2200 1 0.0625 0 2 interp_poly 3516 2153 1 0 0 3476 2135 1 0 0 3516 2153 1 0 0 2 interp_poly 68 -94 -40 -12 3486 3307 3 MP PP 3486 3307 1 0.938 0 3446 3295 1 1 0 3486 3307 1 0.938 0 2 interp_poly 3446 3295 1 1 0 3514 3201 1 0.812 0 3446 3295 1 1 0 2 interp_poly -40 52 68 -94 3446 3295 3 MP PP 3446 3295 1 1 0 3514 3201 1 0.812 0 3446 3295 1 1 0 2 interp_poly 3514 3201 1 0.812 0 3474 3253 1 1 0 3514 3201 1 0.812 0 2 interp_poly 68 -17 -40 -12 3484 1759 3 MP PP 3484 1759 0.875 0 0 3444 1747 0.938 0 0 3484 1759 0.875 0 0 2 interp_poly 3444 1747 0.938 0 0 3512 1730 0.938 0 0 3444 1747 0.938 0 0 2 interp_poly 68 -12 -40 -24 3481 2698 3 MP PP 3481 2698 1 0.438 0 3441 2674 1 0.438 0 3481 2698 1 0.438 0 2 interp_poly 3441 2674 1 0.438 0 3509 2662 1 0.438 0 3441 2674 1 0.438 0 2 interp_poly -40 -59 68 -12 3441 2674 3 MP PP 3441 2674 1 0.438 0 3509 2662 1 0.438 0 3441 2674 1 0.438 0 2 interp_poly 3509 2662 1 0.438 0 3469 2603 1 0.375 0 3509 2662 1 0.438 0 2 interp_poly 68 -26 -40 -75 3480 2027 3 MP PP 3480 2027 1 0.125 0 3440 1952 1 0 0 3480 2027 1 0.125 0 2 interp_poly 3440 1952 1 0 0 3508 1926 1 0 0 3440 1952 1 0 0 2 interp_poly -40 -28 68 -26 3440 1952 3 MP PP 3440 1952 1 0 0 3508 1926 1 0 0 3440 1952 1 0 0 2 interp_poly 3508 1926 1 0 0 3468 1898 1 0 0 3508 1926 1 0 0 2 interp_poly -40 -62 68 14 3385 2797 3 MP PP 3385 2797 1 0.562 0 3453 2811 1 0.625 0 3385 2797 1 0.562 0 2 interp_poly 3453 2811 1 0.625 0 3413 2749 1 0.5 0 3453 2811 1 0.625 0 2 interp_poly 68 14 -40 29 3425 2768 3 MP PP 3425 2768 1 0.438 0 3385 2797 1 0.562 0 3425 2768 1 0.438 0 2 interp_poly 3385 2797 1 0.562 0 3453 2811 1 0.625 0 3385 2797 1 0.562 0 2 interp_poly -40 -99 67 -41 3398 2908 3 MP PP 3398 2908 1 0.688 0 3465 2867 1 0.625 0 3398 2908 1 0.688 0 2 interp_poly 3465 2867 1 0.625 0 3425 2768 1 0.438 0 3465 2867 1 0.625 0 2 interp_poly 67 -41 -40 19 3438 2889 3 MP PP 3438 2889 1 0.562 0 3398 2908 1 0.688 0 3438 2889 1 0.562 0 2 interp_poly 3398 2908 1 0.688 0 3465 2867 1 0.625 0 3398 2908 1 0.688 0 2 interp_poly 68 -51 -40 -62 3453 2811 3 MP PP 3453 2811 1 0.625 0 3413 2749 1 0.5 0 3453 2811 1 0.625 0 2 interp_poly 3413 2749 1 0.5 0 3481 2698 1 0.438 0 3413 2749 1 0.5 0 2 interp_poly -40 114 68 -71 3425 2768 3 MP PP 3425 2768 1 0.438 0 3493 2697 1 0.312 0 3425 2768 1 0.438 0 2 interp_poly 3493 2697 1 0.312 0 3453 2811 1 0.625 0 3493 2697 1 0.312 0 2 interp_poly 68 -71 -40 -99 3465 2867 3 MP PP 3465 2867 1 0.625 0 3425 2768 1 0.438 0 3465 2867 1 0.625 0 2 interp_poly 3425 2768 1 0.438 0 3493 2697 1 0.312 0 3425 2768 1 0.438 0 2 interp_poly -40 35 67 -57 3438 2889 3 MP PP 3438 2889 1 0.562 0 3505 2832 1 0.438 0 3438 2889 1 0.562 0 2 interp_poly 3505 2832 1 0.438 0 3465 2867 1 0.625 0 3505 2832 1 0.438 0 2 interp_poly 67 -57 -40 -56 3478 2945 3 MP PP 3478 2945 1 0.625 0 3438 2889 1 0.562 0 3478 2945 1 0.625 0 2 interp_poly 3438 2889 1 0.562 0 3505 2832 1 0.438 0 3438 2889 1 0.562 0 2 interp_poly 68 -80 -40 -61 3474 3253 3 MP PP 3474 3253 1 1 0 3434 3192 1 0.875 0 3474 3253 1 1 0 2 interp_poly 3434 3192 1 0.875 0 3502 3112 1 0.75 0 3434 3192 1 0.875 0 2 interp_poly -40 21 68 -80 3434 3192 3 MP PP 3434 3192 1 0.875 0 3502 3112 1 0.75 0 3434 3192 1 0.875 0 2 interp_poly 3502 3112 1 0.75 0 3462 3133 1 0.875 0 3502 3112 1 0.75 0 2 interp_poly 68 -29 -40 -8 3473 2390 3 MP PP 3473 2390 1 0.25 0 3433 2382 1 0.25 0 3473 2390 1 0.25 0 2 interp_poly 3433 2382 1 0.25 0 3501 2353 1 0.25 0 3433 2382 1 0.25 0 2 interp_poly -40 -43 68 -29 3433 2382 3 MP PP 3433 2382 1 0.25 0 3501 2353 1 0.25 0 3433 2382 1 0.25 0 2 interp_poly 3501 2353 1 0.25 0 3461 2310 1 0.188 0 3501 2353 1 0.25 0 2 interp_poly -40 -46 68 -39 3432 1708 3 MP PP 3432 1708 1 0 0 3500 1669 0.938 0 0 3432 1708 1 0 0 2 interp_poly 3500 1669 0.938 0 0 3460 1623 0.875 0 0 3500 1669 0.938 0 0 2 interp_poly 68 -69 -40 34 3469 2603 3 MP PP 3469 2603 1 0.375 0 3429 2637 1 0.5 0 3469 2603 1 0.375 0 2 interp_poly 3429 2637 1 0.5 0 3497 2568 1 0.375 0 3429 2637 1 0.5 0 2 interp_poly -40 -107 68 -69 3429 2637 3 MP PP 3429 2637 1 0.5 0 3497 2568 1 0.375 0 3429 2637 1 0.5 0 2 interp_poly 3497 2568 1 0.375 0 3457 2461 1 0.188 0 3497 2568 1 0.375 0 2 interp_poly 68 -49 -40 18 3468 1898 3 MP PP 3468 1898 1 0 0 3428 1916 1 0.0625 0 3468 1898 1 0 0 2 interp_poly 3428 1916 1 0.0625 0 3496 1867 1 0 0 3428 1916 1 0.0625 0 2 interp_poly -40 -70 68 -49 3428 1916 3 MP PP 3428 1916 1 0.0625 0 3496 1867 1 0 0 3428 1916 1 0.0625 0 2 interp_poly 3496 1867 1 0 0 3456 1797 0.875 0 0 3496 1867 1 0 0 2 interp_poly 68 -37 -40 -1 3464 2135 3 MP PP 3464 2135 1 0.188 0 3424 2134 1 0.25 0 3464 2135 1 0.188 0 2 interp_poly 3424 2134 1 0.25 0 3492 2097 1 0.188 0 3424 2134 1 0.25 0 2 interp_poly -40 -38 68 -37 3424 2134 3 MP PP 3424 2134 1 0.25 0 3492 2097 1 0.188 0 3424 2134 1 0.25 0 2 interp_poly 3492 2097 1 0.188 0 3452 2059 1 0.125 0 3492 2097 1 0.188 0 2 interp_poly 68 -59 -40 -27 3462 3133 3 MP PP 3462 3133 1 0.875 0 3422 3106 1 0.812 0 3462 3133 1 0.875 0 2 interp_poly 3422 3106 1 0.812 0 3490 3047 1 0.75 0 3422 3106 1 0.812 0 2 interp_poly -40 -66 68 -59 3422 3106 3 MP PP 3422 3106 1 0.812 0 3490 3047 1 0.75 0 3422 3106 1 0.812 0 2 interp_poly 3490 3047 1 0.75 0 3450 2981 1 0.625 0 3490 3047 1 0.75 0 2 interp_poly 68 -66 -40 -22 3461 2310 3 MP PP 3461 2310 1 0.188 0 3421 2288 1 0.188 0 3461 2310 1 0.188 0 2 interp_poly 3421 2288 1 0.188 0 3489 2222 1 0.0625 0 3421 2288 1 0.188 0 2 interp_poly -40 -22 68 -66 3421 2288 3 MP PP 3421 2288 1 0.188 0 3489 2222 1 0.0625 0 3421 2288 1 0.188 0 2 interp_poly 3489 2222 1 0.0625 0 3449 2200 1 0.0625 0 3489 2222 1 0.0625 0 2 interp_poly -40 -71 68 -44 3355 1589 3 MP PP 3355 1589 1 0.188 0 3423 1545 1 0.125 0 3355 1589 1 0.188 0 2 interp_poly 3423 1545 1 0.125 0 3383 1474 1 0 0 3423 1545 1 0.125 0 2 interp_poly -40 -60 68 16 3315 1458 3 MP PP 3315 1458 0.938 0 0 3383 1474 1 0 0 3315 1458 0.938 0 0 2 interp_poly 3383 1474 1 0 0 3343 1414 0.938 0 0 3383 1474 1 0 0 2 interp_poly 68 16 -40 -131 3355 1589 3 MP PP 3355 1589 1 0.188 0 3315 1458 0.938 0 0 3355 1589 1 0.188 0 2 interp_poly 3315 1458 0.938 0 0 3383 1474 1 0 0 3315 1458 0.938 0 0 2 interp_poly 68 -12 -40 -60 3383 1474 3 MP PP 3383 1474 1 0 0 3343 1414 0.938 0 0 3383 1474 1 0 0 2 interp_poly 3343 1414 0.938 0 0 3411 1402 0.938 0 0 3343 1414 0.938 0 0 2 interp_poly 68 -44 -40 174 3395 1415 3 MP PP 3395 1415 0.75 0 0 3355 1589 1 0.188 0 3395 1415 0.75 0 0 2 interp_poly 3355 1589 1 0.188 0 3423 1545 1 0.125 0 3355 1589 1 0.188 0 2 interp_poly -40 -67 68 -18 3380 1628 3 MP PP 3380 1628 1 0 0 3448 1610 1 0 0 3380 1628 1 0 0 2 interp_poly 3448 1610 1 0 0 3408 1543 0.875 0 0 3448 1610 1 0 0 2 interp_poly -40 125 68 5 3395 1415 3 MP PP 3395 1415 0.75 0 0 3463 1420 0.75 0 0 3395 1415 0.75 0 0 2 interp_poly 3463 1420 0.75 0 0 3423 1545 1 0.125 0 3463 1420 0.75 0 0 2 interp_poly -40 -120 67 -19 3368 1554 3 MP PP 3368 1554 0.938 0 0 3435 1535 0.938 0 0 3368 1554 0.938 0 0 2 interp_poly 3435 1535 0.938 0 0 3395 1415 0.75 0 0 3435 1535 0.938 0 0 2 interp_poly 67 -19 -40 11 3408 1543 3 MP PP 3408 1543 0.875 0 0 3368 1554 0.938 0 0 3408 1543 0.875 0 0 2 interp_poly 3368 1554 0.938 0 0 3435 1535 0.938 0 0 3368 1554 0.938 0 0 2 interp_poly 68 5 -40 -120 3435 1535 3 MP PP 3435 1535 0.938 0 0 3395 1415 0.75 0 0 3435 1535 0.938 0 0 2 interp_poly 3395 1415 0.75 0 0 3463 1420 0.75 0 0 3395 1415 0.75 0 0 2 interp_poly -40 23 67 -31 3408 1543 3 MP PP 3408 1543 0.875 0 0 3475 1512 0.812 0 0 3408 1543 0.875 0 0 2 interp_poly 3475 1512 0.812 0 0 3435 1535 0.938 0 0 3475 1512 0.812 0 0 2 interp_poly 67 -31 -40 -67 3448 1610 3 MP PP 3448 1610 1 0 0 3408 1543 0.875 0 0 3448 1610 1 0 0 2 interp_poly 3408 1543 0.875 0 0 3475 1512 0.812 0 0 3408 1543 0.875 0 0 2 interp_poly -40 35 68 -4 3420 1579 3 MP PP 3420 1579 0.812 0 0 3488 1575 0.812 0 0 3420 1579 0.812 0 0 2 interp_poly 3488 1575 0.812 0 0 3448 1610 1 0 0 3488 1575 0.812 0 0 2 interp_poly 68 -4 -40 -44 3460 1623 3 MP PP 3460 1623 0.875 0 0 3420 1579 0.812 0 0 3460 1623 0.875 0 0 2 interp_poly 3420 1579 0.812 0 0 3488 1575 0.812 0 0 3420 1579 0.812 0 0 2 interp_poly 68 -110 -40 -31 3458 3448 3 MP PP 3458 3448 0.875 1 0.188 3418 3417 0.875 1 0.188 3458 3448 0.875 1 0.188 2 interp_poly 3418 3417 0.875 1 0.188 3486 3307 1 0.938 0 3418 3417 0.875 1 0.188 2 interp_poly -40 -12 68 -110 3418 3417 3 MP PP 3418 3417 0.875 1 0.188 3486 3307 1 0.938 0 3418 3417 0.875 1 0.188 2 interp_poly 3486 3307 1 0.938 0 3446 3295 1 1 0 3486 3307 1 0.938 0 2 interp_poly -40 -61 68 -56 3353 2344 3 MP PP 3353 2344 1 0.312 0 3421 2288 1 0.188 0 3353 2344 1 0.312 0 2 interp_poly 3421 2288 1 0.188 0 3381 2227 1 0.125 0 3421 2288 1 0.188 0 2 interp_poly 68 -56 -40 35 3393 2309 3 MP PP 3393 2309 1 0.188 0 3353 2344 1 0.312 0 3393 2309 1 0.188 0 2 interp_poly 3353 2344 1 0.312 0 3421 2288 1 0.188 0 3353 2344 1 0.312 0 2 interp_poly -40 -73 68 13 3365 2369 3 MP PP 3365 2369 1 0.188 0 3433 2382 1 0.25 0 3365 2369 1 0.188 0 2 interp_poly 3433 2382 1 0.25 0 3393 2309 1 0.188 0 3433 2382 1 0.25 0 2 interp_poly 68 13 -40 -5 3405 2374 3 MP PP 3405 2374 1 0.188 0 3365 2369 1 0.188 0 3405 2374 1 0.188 0 2 interp_poly 3365 2369 1 0.188 0 3433 2382 1 0.25 0 3365 2369 1 0.188 0 2 interp_poly -40 -59 68 -36 3377 2469 3 MP PP 3377 2469 1 0.312 0 3445 2433 1 0.25 0 3377 2469 1 0.312 0 2 interp_poly 3445 2433 1 0.25 0 3405 2374 1 0.188 0 3445 2433 1 0.25 0 2 interp_poly 68 -36 -40 25 3417 2444 3 MP PP 3417 2444 1 0.188 0 3377 2469 1 0.312 0 3417 2444 1 0.188 0 2 interp_poly 3377 2469 1 0.312 0 3445 2433 1 0.25 0 3377 2469 1 0.312 0 2 interp_poly 68 1 -40 -73 3433 2382 3 MP PP 3433 2382 1 0.25 0 3393 2309 1 0.188 0 3433 2382 1 0.25 0 2 interp_poly 3393 2309 1 0.188 0 3461 2310 1 0.188 0 3393 2309 1 0.188 0 2 interp_poly -40 -8 68 16 3405 2374 3 MP PP 3405 2374 1 0.188 0 3473 2390 1 0.25 0 3405 2374 1 0.188 0 2 interp_poly 3473 2390 1 0.25 0 3433 2382 1 0.25 0 3473 2390 1 0.25 0 2 interp_poly 68 16 -40 -59 3445 2433 3 MP PP 3445 2433 1 0.25 0 3405 2374 1 0.188 0 3445 2433 1 0.25 0 2 interp_poly 3405 2374 1 0.188 0 3473 2390 1 0.25 0 3405 2374 1 0.188 0 2 interp_poly -40 54 68 -65 3417 2444 3 MP PP 3417 2444 1 0.188 0 3485 2379 1 0.0625 0 3417 2444 1 0.188 0 2 interp_poly 3485 2379 1 0.0625 0 3445 2433 1 0.25 0 3485 2379 1 0.0625 0 2 interp_poly 68 -65 -40 -17 3457 2461 3 MP PP 3457 2461 1 0.188 0 3417 2444 1 0.188 0 3457 2461 1 0.188 0 2 interp_poly 3417 2444 1 0.188 0 3485 2379 1 0.0625 0 3417 2444 1 0.188 0 2 interp_poly -40 -123 68 -30 3336 1860 3 MP PP 3336 1860 1 0.188 0 3404 1830 1 0.188 0 3336 1860 1 0.188 0 2 interp_poly 3404 1830 1 0.188 0 3364 1707 0.938 0 0 3404 1830 1 0.188 0 2 interp_poly 68 1 -40 -123 3404 1830 3 MP PP 3404 1830 1 0.188 0 3364 1707 0.938 0 0 3404 1830 1 0.188 0 2 interp_poly 3364 1707 0.938 0 0 3432 1708 1 0 0 3364 1707 0.938 0 0 2 interp_poly -40 83 68 -73 3376 1820 3 MP PP 3376 1820 1 0.0625 0 3444 1747 0.938 0 0 3376 1820 1 0.0625 0 2 interp_poly 3444 1747 0.938 0 0 3404 1830 1 0.188 0 3444 1747 0.938 0 0 2 interp_poly 68 -27 -40 -11 3456 1797 3 MP PP 3456 1797 0.875 0 0 3416 1786 0.938 0 0 3456 1797 0.875 0 0 2 interp_poly 3416 1786 0.938 0 0 3484 1759 0.875 0 0 3416 1786 0.938 0 0 2 interp_poly -40 -12 68 -27 3416 1786 3 MP PP 3416 1786 0.938 0 0 3484 1759 0.875 0 0 3416 1786 0.938 0 0 2 interp_poly 3484 1759 0.875 0 0 3444 1747 0.938 0 0 3484 1759 0.875 0 0 2 interp_poly -40 -24 68 -51 3413 2749 3 MP PP 3413 2749 1 0.5 0 3481 2698 1 0.438 0 3413 2749 1 0.5 0 2 interp_poly 3481 2698 1 0.438 0 3441 2674 1 0.438 0 3481 2698 1 0.438 0 2 interp_poly 68 -16 -40 -16 3452 2059 3 MP PP 3452 2059 1 0.125 0 3412 2043 1 0.125 0 3452 2059 1 0.125 0 2 interp_poly 3412 2043 1 0.125 0 3480 2027 1 0.125 0 3412 2043 1 0.125 0 2 interp_poly -40 -75 68 -16 3412 2043 3 MP PP 3412 2043 1 0.125 0 3480 2027 1 0.125 0 3412 2043 1 0.125 0 2 interp_poly 3480 2027 1 0.125 0 3440 1952 1 0 0 3480 2027 1 0.125 0 2 interp_poly 68 -35 -40 -1 3450 2981 3 MP PP 3450 2981 1 0.625 0 3410 2980 1 0.688 0 3450 2981 1 0.625 0 2 interp_poly 3410 2980 1 0.688 0 3478 2945 1 0.625 0 3410 2980 1 0.688 0 2 interp_poly -40 -56 68 -35 3410 2980 3 MP PP 3410 2980 1 0.688 0 3478 2945 1 0.625 0 3410 2980 1 0.688 0 2 interp_poly 3478 2945 1 0.625 0 3438 2889 1 0.562 0 3478 2945 1 0.625 0 2 interp_poly 67 -43 -40 -22 3449 2200 3 MP PP 3449 2200 1 0.0625 0 3409 2178 1 0.0625 0 3449 2200 1 0.0625 0 2 interp_poly 3409 2178 1 0.0625 0 3476 2135 1 0 0 3409 2178 1 0.0625 0 2 interp_poly -40 21 67 -43 3409 2178 3 MP PP 3409 2178 1 0.0625 0 3476 2135 1 0 0 3409 2178 1 0.0625 0 2 interp_poly 3476 2135 1 0 0 3436 2156 1 0.125 0 3476 2135 1 0 0 2 interp_poly 68 -72 -40 30 3446 3295 3 MP PP 3446 3295 1 1 0 3406 3325 0.938 1 0.125 3446 3295 1 1 0 2 interp_poly 3406 3325 0.938 1 0.125 3474 3253 1 1 0 3406 3325 0.938 1 0.125 2 interp_poly -40 -61 68 -72 3406 3325 3 MP PP 3406 3325 0.938 1 0.125 3474 3253 1 1 0 3406 3325 0.938 1 0.125 2 interp_poly 3474 3253 1 1 0 3434 3192 1 0.875 0 3474 3253 1 1 0 2 interp_poly -40 21 68 -72 3402 3608 3 MP PP 3402 3608 0.625 1 0.438 3470 3536 0.812 1 0.25 3402 3608 0.625 1 0.438 2 interp_poly 3470 3536 0.812 1 0.25 3430 3557 0.688 1 0.375 3470 3536 0.812 1 0.25 2 interp_poly 68 -57 -40 -14 3441 2674 3 MP PP 3441 2674 1 0.438 0 3401 2660 1 0.438 0 3441 2674 1 0.438 0 2 interp_poly 3401 2660 1 0.438 0 3469 2603 1 0.375 0 3401 2660 1 0.438 0 2 interp_poly -40 34 68 -57 3401 2660 3 MP PP 3401 2660 1 0.438 0 3469 2603 1 0.375 0 3401 2660 1 0.438 0 2 interp_poly 3469 2603 1 0.375 0 3429 2637 1 0.5 0 3469 2603 1 0.375 0 2 interp_poly 68 -30 -40 40 3376 1820 3 MP PP 3376 1820 1 0.0625 0 3336 1860 1 0.188 0 3376 1820 1 0.0625 0 2 interp_poly 3336 1860 1 0.188 0 3404 1830 1 0.188 0 3336 1860 1 0.188 0 2 interp_poly -40 -146 68 -45 3268 1905 3 MP PP 3268 1905 1 0.312 0 3336 1860 1 0.188 0 3268 1905 1 0.312 0 2 interp_poly 3336 1860 1 0.188 0 3296 1714 0.938 0 0 3336 1860 1 0.188 0 2 interp_poly 68 -7 -40 -146 3336 1860 3 MP PP 3336 1860 1 0.188 0 3296 1714 0.938 0 0 3336 1860 1 0.188 0 2 interp_poly 3296 1714 0.938 0 0 3364 1707 0.938 0 0 3296 1714 0.938 0 0 2 interp_poly -40 40 68 2 3308 1818 3 MP PP 3308 1818 1 0 0 3376 1820 1 0.0625 0 3308 1818 1 0 0 2 interp_poly 3376 1820 1 0.0625 0 3336 1860 1 0.188 0 3376 1820 1 0.0625 0 2 interp_poly 68 2 -40 -10 3348 1828 3 MP PP 3348 1828 1 0 0 3308 1818 1 0 0 3348 1828 1 0 0 2 interp_poly 3308 1818 1 0 0 3376 1820 1 0.0625 0 3308 1818 1 0 0 2 interp_poly 68 -73 -40 34 3416 1786 3 MP PP 3416 1786 0.938 0 0 3376 1820 1 0.0625 0 3416 1786 0.938 0 0 2 interp_poly 3376 1820 1 0.0625 0 3444 1747 0.938 0 0 3376 1820 1 0.0625 0 2 interp_poly -40 34 68 -42 3348 1828 3 MP PP 3348 1828 1 0 0 3416 1786 0.938 0 0 3348 1828 1 0 0 2 interp_poly 3416 1786 0.938 0 0 3376 1820 1 0.0625 0 3416 1786 0.938 0 0 2 interp_poly 68 -42 -40 26 3388 1802 3 MP PP 3388 1802 0.875 0 0 3348 1828 1 0 0 3388 1802 0.875 0 0 2 interp_poly 3348 1828 1 0 0 3416 1786 0.938 0 0 3348 1828 1 0 0 2 interp_poly -40 -114 68 -41 3360 1957 3 MP PP 3360 1957 1 0.125 0 3428 1916 1 0.0625 0 3360 1957 1 0.125 0 2 interp_poly 3428 1916 1 0.0625 0 3388 1802 0.875 0 0 3428 1916 1 0.0625 0 2 interp_poly 68 -41 -40 50 3400 1907 3 MP PP 3400 1907 1 0 0 3360 1957 1 0.125 0 3400 1907 1 0 0 2 interp_poly 3360 1957 1 0.125 0 3428 1916 1 0.0625 0 3360 1957 1 0.125 0 2 interp_poly 68 -5 -40 -114 3428 1916 3 MP PP 3428 1916 1 0.0625 0 3388 1802 0.875 0 0 3428 1916 1 0.0625 0 2 interp_poly 3388 1802 0.875 0 0 3456 1797 0.875 0 0 3388 1802 0.875 0 0 2 interp_poly -40 18 68 -9 3400 1907 3 MP PP 3400 1907 1 0 0 3468 1898 1 0 0 3400 1907 1 0 0 2 interp_poly 3468 1898 1 0 0 3428 1916 1 0.0625 0 3468 1898 1 0 0 2 interp_poly 68 -9 -40 -45 3440 1952 3 MP PP 3440 1952 1 0 0 3400 1907 1 0 0 3440 1952 1 0 0 2 interp_poly 3400 1907 1 0 0 3468 1898 1 0 0 3400 1907 1 0 0 2 interp_poly 68 -28 -40 7 3436 2156 3 MP PP 3436 2156 1 0.125 0 3396 2163 1 0.188 0 3436 2156 1 0.125 0 2 interp_poly 3396 2163 1 0.188 0 3464 2135 1 0.188 0 3396 2163 1 0.188 0 2 interp_poly -40 -1 68 -28 3396 2163 3 MP PP 3396 2163 1 0.188 0 3464 2135 1 0.188 0 3396 2163 1 0.188 0 2 interp_poly 3464 2135 1 0.188 0 3424 2134 1 0.25 0 3464 2135 1 0.188 0 2 interp_poly 68 -54 -40 -5 3434 3192 3 MP PP 3434 3192 1 0.875 0 3394 3187 1 0.938 0 3434 3192 1 0.875 0 2 interp_poly 3394 3187 1 0.938 0 3462 3133 1 0.875 0 3394 3187 1 0.938 0 2 interp_poly -40 -27 68 -54 3394 3187 3 MP PP 3394 3187 1 0.938 0 3462 3133 1 0.875 0 3394 3187 1 0.938 0 2 interp_poly 3462 3133 1 0.875 0 3422 3106 1 0.812 0 3462 3133 1 0.875 0 2 interp_poly -40 -22 68 1 3393 2309 3 MP PP 3393 2309 1 0.188 0 3461 2310 1 0.188 0 3393 2309 1 0.188 0 2 interp_poly 3461 2310 1 0.188 0 3421 2288 1 0.188 0 3461 2310 1 0.188 0 2 interp_poly 68 -14 -40 -71 3432 1708 3 MP PP 3432 1708 1 0 0 3392 1637 0.875 0 0 3432 1708 1 0 0 2 interp_poly 3392 1637 0.875 0 0 3460 1623 0.875 0 0 3392 1637 0.875 0 0 2 interp_poly 68 -18 -40 49 3420 1579 3 MP PP 3420 1579 0.812 0 0 3380 1628 1 0 0 3420 1579 0.812 0 0 2 interp_poly 3380 1628 1 0 0 3448 1610 1 0 0 3380 1628 1 0 0 2 interp_poly -40 -44 68 -14 3392 1637 3 MP PP 3392 1637 0.875 0 0 3460 1623 0.875 0 0 3392 1637 0.875 0 0 2 interp_poly 3460 1623 0.875 0 0 3420 1579 0.812 0 0 3460 1623 0.875 0 0 2 interp_poly 68 -79 -40 -30 3430 3557 3 MP PP 3430 3557 0.688 1 0.375 3390 3527 0.688 1 0.375 3430 3557 0.688 1 0.375 2 interp_poly 3390 3527 0.688 1 0.375 3458 3448 0.875 1 0.188 3390 3527 0.688 1 0.375 2 interp_poly -40 -31 68 -79 3390 3527 3 MP PP 3390 3527 0.688 1 0.375 3458 3448 0.875 1 0.188 3390 3527 0.688 1 0.375 2 interp_poly 3458 3448 0.875 1 0.188 3418 3417 0.875 1 0.188 3458 3448 0.875 1 0.188 2 interp_poly 68 -67 -40 -109 3429 2637 3 MP PP 3429 2637 1 0.5 0 3389 2528 1 0.312 0 3429 2637 1 0.5 0 2 interp_poly 3389 2528 1 0.312 0 3457 2461 1 0.188 0 3389 2528 1 0.312 0 2 interp_poly -40 -17 68 -67 3389 2528 3 MP PP 3389 2528 1 0.312 0 3457 2461 1 0.188 0 3389 2528 1 0.312 0 2 interp_poly 3457 2461 1 0.188 0 3417 2444 1 0.188 0 3457 2461 1 0.188 0 2 interp_poly -40 -11 68 -5 3388 1802 3 MP PP 3388 1802 0.875 0 0 3456 1797 0.875 0 0 3388 1802 0.875 0 0 2 interp_poly 3456 1797 0.875 0 0 3416 1786 0.938 0 0 3456 1797 0.875 0 0 2 interp_poly 68 -34 -40 -41 3424 2134 3 MP PP 3424 2134 1 0.25 0 3384 2093 1 0.188 0 3424 2134 1 0.25 0 2 interp_poly 3384 2093 1 0.188 0 3452 2059 1 0.125 0 3384 2093 1 0.188 0 2 interp_poly -40 -16 68 -34 3384 2093 3 MP PP 3384 2093 1 0.188 0 3452 2059 1 0.125 0 3384 2093 1 0.188 0 2 interp_poly 3452 2059 1 0.125 0 3412 2043 1 0.125 0 3452 2059 1 0.125 0 2 interp_poly 68 -44 -40 -81 3422 3106 3 MP PP 3422 3106 1 0.812 0 3382 3025 1 0.688 0 3422 3106 1 0.812 0 2 interp_poly 3382 3025 1 0.688 0 3450 2981 1 0.625 0 3382 3025 1 0.688 0 2 interp_poly -40 -1 68 -44 3382 3025 3 MP PP 3382 3025 1 0.688 0 3450 2981 1 0.625 0 3382 3025 1 0.688 0 2 interp_poly 3450 2981 1 0.625 0 3410 2980 1 0.688 0 3450 2981 1 0.625 0 2 interp_poly 68 -27 -40 -61 3421 2288 3 MP PP 3421 2288 1 0.188 0 3381 2227 1 0.125 0 3421 2288 1 0.188 0 2 interp_poly 3381 2227 1 0.125 0 3449 2200 1 0.0625 0 3381 2227 1 0.125 0 2 interp_poly -40 -22 68 -27 3381 2227 3 MP PP 3381 2227 1 0.125 0 3449 2200 1 0.0625 0 3381 2227 1 0.125 0 2 interp_poly 3449 2200 1 0.0625 0 3409 2178 1 0.0625 0 3449 2200 1 0.0625 0 2 interp_poly 68 -67 -40 -55 3418 3417 3 MP PP 3418 3417 0.875 1 0.188 3378 3362 0.938 1 0.125 3418 3417 0.875 1 0.188 2 interp_poly 3378 3362 0.938 1 0.125 3446 3295 1 1 0 3378 3362 0.938 1 0.125 2 interp_poly -40 30 68 -67 3378 3362 3 MP PP 3378 3362 0.938 1 0.125 3446 3295 1 1 0 3378 3362 0.938 1 0.125 2 interp_poly 3446 3295 1 1 0 3406 3325 0.938 1 0.125 3446 3295 1 1 0 2 interp_poly 68 -43 -40 -32 3413 2749 3 MP PP 3413 2749 1 0.5 0 3373 2717 1 0.5 0 3413 2749 1 0.5 0 2 interp_poly 3373 2717 1 0.5 0 3441 2674 1 0.438 0 3373 2717 1 0.5 0 2 interp_poly -40 -14 68 -43 3373 2717 3 MP PP 3373 2717 1 0.5 0 3441 2674 1 0.438 0 3373 2717 1 0.5 0 2 interp_poly 3441 2674 1 0.438 0 3401 2660 1 0.438 0 3441 2674 1 0.438 0 2 interp_poly 68 -19 -40 -72 3412 2043 3 MP PP 3412 2043 1 0.125 0 3372 1971 1 0.0625 0 3412 2043 1 0.125 0 2 interp_poly 3372 1971 1 0.0625 0 3440 1952 1 0 0 3372 1971 1 0.0625 0 2 interp_poly -40 -45 68 -19 3372 1971 3 MP PP 3372 1971 1 0.0625 0 3440 1952 1 0 0 3372 1971 1 0.0625 0 2 interp_poly 3440 1952 1 0 0 3400 1907 1 0 0 3440 1952 1 0 0 2 interp_poly -40 -59 68 -82 3330 2990 3 MP PP 3330 2990 1 0.812 0 3398 2908 1 0.688 0 3330 2990 1 0.812 0 2 interp_poly 3398 2908 1 0.688 0 3358 2849 1 0.562 0 3398 2908 1 0.688 0 2 interp_poly 68 -82 -40 77 3370 2913 3 MP PP 3370 2913 1 0.562 0 3330 2990 1 0.812 0 3370 2913 1 0.562 0 2 interp_poly 3330 2990 1 0.812 0 3398 2908 1 0.688 0 3330 2990 1 0.812 0 2 interp_poly 67 -81 -40 -59 3398 2908 3 MP PP 3398 2908 1 0.688 0 3358 2849 1 0.562 0 3398 2908 1 0.688 0 2 interp_poly 3358 2849 1 0.562 0 3425 2768 1 0.438 0 3358 2849 1 0.562 0 2 interp_poly -40 19 68 -24 3370 2913 3 MP PP 3370 2913 1 0.562 0 3438 2889 1 0.562 0 3370 2913 1 0.562 0 2 interp_poly 3438 2889 1 0.562 0 3398 2908 1 0.688 0 3438 2889 1 0.562 0 2 interp_poly 68 -24 -40 -67 3410 2980 3 MP PP 3410 2980 1 0.688 0 3370 2913 1 0.562 0 3410 2980 1 0.688 0 2 interp_poly 3370 2913 1 0.562 0 3438 2889 1 0.562 0 3370 2913 1 0.562 0 2 interp_poly -40 -36 67 -34 3329 2197 3 MP PP 3329 2197 1 0.25 0 3396 2163 1 0.188 0 3329 2197 1 0.25 0 2 interp_poly 3396 2163 1 0.188 0 3356 2127 1 0.188 0 3396 2163 1 0.188 0 2 interp_poly 67 -34 -40 30 3369 2167 3 MP PP 3369 2167 1 0.125 0 3329 2197 1 0.25 0 3369 2167 1 0.125 0 2 interp_poly 3329 2197 1 0.25 0 3396 2163 1 0.188 0 3329 2197 1 0.25 0 2 interp_poly 68 7 -40 -36 3396 2163 3 MP PP 3396 2163 1 0.188 0 3356 2127 1 0.188 0 3396 2163 1 0.188 0 2 interp_poly 3356 2127 1 0.188 0 3424 2134 1 0.25 0 3356 2127 1 0.188 0 2 interp_poly -40 7 67 -11 3369 2167 3 MP PP 3369 2167 1 0.125 0 3436 2156 1 0.125 0 3369 2167 1 0.125 0 2 interp_poly 3436 2156 1 0.125 0 3396 2163 1 0.188 0 3436 2156 1 0.125 0 2 interp_poly 67 -11 -40 -11 3409 2178 3 MP PP 3409 2178 1 0.0625 0 3369 2167 1 0.125 0 3409 2178 1 0.0625 0 2 interp_poly 3369 2167 1 0.125 0 3436 2156 1 0.125 0 3369 2167 1 0.125 0 2 interp_poly 68 -55 -40 -78 3406 3325 3 MP PP 3406 3325 0.938 1 0.125 3366 3247 1 1 0 3406 3325 0.938 1 0.125 2 interp_poly 3366 3247 1 1 0 3434 3192 1 0.875 0 3366 3247 1 1 0 2 interp_poly -40 -5 68 -55 3366 3247 3 MP PP 3366 3247 1 1 0 3434 3192 1 0.875 0 3366 3247 1 1 0 2 interp_poly 3434 3192 1 0.875 0 3394 3187 1 0.938 0 3434 3192 1 0.875 0 2 interp_poly -40 -71 68 1 3364 1707 3 MP PP 3364 1707 0.938 0 0 3432 1708 1 0 0 3364 1707 0.938 0 0 2 interp_poly 3432 1708 1 0 0 3392 1637 0.875 0 0 3432 1708 1 0 0 2 interp_poly 68 -79 -40 28 3402 3608 3 MP PP 3402 3608 0.625 1 0.438 3362 3636 0.5 1 0.562 3402 3608 0.625 1 0.438 2 interp_poly 3362 3636 0.5 1 0.562 3430 3557 0.688 1 0.375 3362 3636 0.5 1 0.562 2 interp_poly -40 -30 68 -79 3362 3636 3 MP PP 3362 3636 0.5 1 0.562 3430 3557 0.688 1 0.375 3362 3636 0.5 1 0.562 2 interp_poly 3430 3557 0.688 1 0.375 3390 3527 0.688 1 0.375 3430 3557 0.688 1 0.375 2 interp_poly 68 -32 -40 9 3401 2660 3 MP PP 3401 2660 1 0.438 0 3361 2669 1 0.562 0 3401 2660 1 0.438 0 2 interp_poly 3361 2669 1 0.562 0 3429 2637 1 0.5 0 3361 2669 1 0.562 0 2 interp_poly -40 -109 68 -32 3361 2669 3 MP PP 3361 2669 1 0.562 0 3429 2637 1 0.5 0 3361 2669 1 0.562 0 2 interp_poly 3429 2637 1 0.5 0 3389 2528 1 0.312 0 3429 2637 1 0.5 0 2 interp_poly -40 29 67 -81 3358 2849 3 MP PP 3358 2849 1 0.562 0 3425 2768 1 0.438 0 3358 2849 1 0.562 0 2 interp_poly 3425 2768 1 0.438 0 3385 2797 1 0.562 0 3425 2768 1 0.438 0 2 interp_poly -40 -41 68 7 3356 2127 3 MP PP 3356 2127 1 0.188 0 3424 2134 1 0.25 0 3356 2127 1 0.188 0 2 interp_poly 3424 2134 1 0.25 0 3384 2093 1 0.188 0 3424 2134 1 0.25 0 2 interp_poly 68 -31 -40 -50 3394 3187 3 MP PP 3394 3187 1 0.938 0 3354 3137 1 0.875 0 3394 3187 1 0.938 0 2 interp_poly 3354 3137 1 0.875 0 3422 3106 1 0.812 0 3354 3137 1 0.875 0 2 interp_poly -40 -81 68 -31 3354 3137 3 MP PP 3354 3137 1 0.875 0 3422 3106 1 0.812 0 3354 3137 1 0.875 0 2 interp_poly 3422 3106 1 0.812 0 3382 3025 1 0.688 0 3422 3106 1 0.812 0 2 interp_poly -40 -131 67 11 3288 1578 3 MP PP 3288 1578 1 0.125 0 3355 1589 1 0.188 0 3288 1578 1 0.125 0 2 interp_poly 3355 1589 1 0.188 0 3315 1458 0.938 0 0 3355 1589 1 0.188 0 2 interp_poly 67 11 -40 131 3328 1447 3 MP PP 3328 1447 0.75 0 0 3288 1578 1 0.125 0 3328 1447 0.75 0 0 2 interp_poly 3288 1578 1 0.125 0 3355 1589 1 0.188 0 3288 1578 1 0.125 0 2 interp_poly -40 -57 68 -6 3312 1634 3 MP PP 3312 1634 1 0 0 3380 1628 1 0 0 3312 1634 1 0 0 2 interp_poly 3380 1628 1 0 0 3340 1571 0.938 0 0 3380 1628 1 0 0 2 interp_poly -40 174 67 -32 3328 1447 3 MP PP 3328 1447 0.75 0 0 3395 1415 0.75 0 0 3328 1447 0.75 0 0 2 interp_poly 3395 1415 0.75 0 0 3355 1589 1 0.188 0 3395 1415 0.75 0 0 2 interp_poly 68 -28 -40 -57 3380 1628 3 MP PP 3380 1628 1 0 0 3340 1571 0.938 0 0 3380 1628 1 0 0 2 interp_poly 3340 1571 0.938 0 0 3408 1543 0.875 0 0 3340 1571 0.938 0 0 2 interp_poly -40 49 68 -20 3352 1599 3 MP PP 3352 1599 0.812 0 0 3420 1579 0.812 0 0 3352 1599 0.812 0 0 2 interp_poly 3420 1579 0.812 0 0 3380 1628 1 0 0 3420 1579 0.812 0 0 2 interp_poly 68 -20 -40 -38 3392 1637 3 MP PP 3392 1637 0.875 0 0 3352 1599 0.812 0 0 3392 1637 0.875 0 0 2 interp_poly 3352 1599 0.812 0 0 3420 1579 0.812 0 0 3352 1599 0.812 0 0 2 interp_poly 68 -90 -40 -20 3390 3527 3 MP PP 3390 3527 0.688 1 0.375 3350 3507 0.688 1 0.375 3390 3527 0.688 1 0.375 2 interp_poly 3350 3507 0.688 1 0.375 3418 3417 0.875 1 0.188 3350 3507 0.688 1 0.375 2 interp_poly -40 -55 68 -90 3350 3507 3 MP PP 3350 3507 0.688 1 0.375 3418 3417 0.875 1 0.188 3350 3507 0.688 1 0.375 2 interp_poly 3418 3417 0.875 1 0.188 3378 3362 0.938 1 0.125 3418 3417 0.875 1 0.188 2 interp_poly -40 -38 68 -59 3309 2528 3 MP PP 3309 2528 1 0.438 0 3377 2469 1 0.312 0 3309 2528 1 0.438 0 2 interp_poly 3377 2469 1 0.312 0 3337 2431 1 0.25 0 3377 2469 1 0.312 0 2 interp_poly 68 -59 -40 66 3349 2462 3 MP PP 3349 2462 1 0.188 0 3309 2528 1 0.438 0 3349 2462 1 0.188 0 2 interp_poly 3309 2528 1 0.438 0 3377 2469 1 0.312 0 3309 2528 1 0.438 0 2 interp_poly 68 -57 -40 -38 3377 2469 3 MP PP 3377 2469 1 0.312 0 3337 2431 1 0.25 0 3377 2469 1 0.312 0 2 interp_poly 3337 2431 1 0.25 0 3405 2374 1 0.188 0 3337 2431 1 0.25 0 2 interp_poly -40 25 68 -18 3349 2462 3 MP PP 3349 2462 1 0.188 0 3417 2444 1 0.188 0 3349 2462 1 0.188 0 2 interp_poly 3417 2444 1 0.188 0 3377 2469 1 0.312 0 3417 2444 1 0.188 0 2 interp_poly 68 -18 -40 -66 3389 2528 3 MP PP 3389 2528 1 0.312 0 3349 2462 1 0.188 0 3389 2528 1 0.312 0 2 interp_poly 3349 2462 1 0.188 0 3417 2444 1 0.188 0 3349 2462 1 0.188 0 2 interp_poly 68 -22 -40 -26 3385 2797 3 MP PP 3385 2797 1 0.562 0 3345 2771 1 0.562 0 3385 2797 1 0.562 0 2 interp_poly 3345 2771 1 0.562 0 3413 2749 1 0.5 0 3345 2771 1 0.562 0 2 interp_poly -40 -32 68 -22 3345 2771 3 MP PP 3345 2771 1 0.562 0 3413 2749 1 0.5 0 3345 2771 1 0.562 0 2 interp_poly 3413 2749 1 0.5 0 3373 2717 1 0.5 0 3413 2749 1 0.5 0 2 interp_poly 68 -21 -40 -29 3384 2093 3 MP PP 3384 2093 1 0.188 0 3344 2064 1 0.188 0 3384 2093 1 0.188 0 2 interp_poly 3344 2064 1 0.188 0 3412 2043 1 0.125 0 3344 2064 1 0.188 0 2 interp_poly -40 -72 68 -21 3344 2064 3 MP PP 3344 2064 1 0.188 0 3412 2043 1 0.125 0 3344 2064 1 0.188 0 2 interp_poly 3412 2043 1 0.125 0 3372 1971 1 0.0625 0 3412 2043 1 0.125 0 2 interp_poly 68 -63 -40 18 3382 3025 3 MP PP 3382 3025 1 0.688 0 3342 3043 1 0.812 0 3382 3025 1 0.688 0 2 interp_poly 3342 3043 1 0.812 0 3410 2980 1 0.688 0 3342 3043 1 0.812 0 2 interp_poly -40 -67 68 -63 3342 3043 3 MP PP 3342 3043 1 0.812 0 3410 2980 1 0.688 0 3342 3043 1 0.812 0 2 interp_poly 3410 2980 1 0.688 0 3370 2913 1 0.562 0 3410 2980 1 0.688 0 2 interp_poly 68 -56 -40 7 3381 2227 3 MP PP 3381 2227 1 0.125 0 3341 2234 1 0.188 0 3381 2227 1 0.125 0 2 interp_poly 3341 2234 1 0.188 0 3409 2178 1 0.0625 0 3341 2234 1 0.188 0 2 interp_poly -40 -11 68 -56 3341 2234 3 MP PP 3341 2234 1 0.188 0 3409 2178 1 0.0625 0 3341 2234 1 0.188 0 2 interp_poly 3409 2178 1 0.0625 0 3369 2167 1 0.125 0 3409 2178 1 0.0625 0 2 interp_poly -40 11 68 -28 3340 1571 3 MP PP 3340 1571 0.938 0 0 3408 1543 0.875 0 0 3340 1571 0.938 0 0 2 interp_poly 3408 1543 0.875 0 0 3368 1554 0.938 0 0 3408 1543 0.875 0 0 2 interp_poly 68 -41 -40 4 3378 3362 3 MP PP 3378 3362 0.938 1 0.125 3338 3366 0.875 1 0.188 3378 3362 0.938 1 0.125 2 interp_poly 3338 3366 0.875 1 0.188 3406 3325 0.938 1 0.125 3338 3366 0.875 1 0.188 2 interp_poly -40 -78 68 -41 3338 3366 3 MP PP 3338 3366 0.875 1 0.188 3406 3325 0.938 1 0.125 3338 3366 0.875 1 0.188 2 interp_poly 3406 3325 0.938 1 0.125 3366 3247 1 1 0 3406 3325 0.938 1 0.125 2 interp_poly -40 -5 68 -57 3337 2431 3 MP PP 3337 2431 1 0.25 0 3405 2374 1 0.188 0 3337 2431 1 0.25 0 2 interp_poly 3405 2374 1 0.188 0 3365 2369 1 0.188 0 3405 2374 1 0.188 0 2 interp_poly -40 28 68 -83 3334 3691 3 MP PP 3334 3691 0.5 1 0.562 3402 3608 0.625 1 0.438 3334 3691 0.5 1 0.562 2 interp_poly 3402 3608 0.625 1 0.438 3362 3636 0.5 1 0.562 3402 3608 0.625 1 0.438 2 interp_poly 68 -32 -40 -25 3373 2717 3 MP PP 3373 2717 1 0.5 0 3333 2692 1 0.5 0 3373 2717 1 0.5 0 2 interp_poly 3333 2692 1 0.5 0 3401 2660 1 0.438 0 3333 2692 1 0.5 0 2 interp_poly -40 9 68 -32 3333 2692 3 MP PP 3333 2692 1 0.5 0 3401 2660 1 0.438 0 3333 2692 1 0.5 0 2 interp_poly 3401 2660 1 0.438 0 3361 2669 1 0.562 0 3401 2660 1 0.438 0 2 interp_poly 68 -45 -40 87 3308 1818 3 MP PP 3308 1818 1 0 0 3268 1905 1 0.312 0 3308 1818 1 0 0 2 interp_poly 3268 1905 1 0.312 0 3336 1860 1 0.188 0 3268 1905 1 0.312 0 2 interp_poly -40 -36 68 -33 3176 1703 3 MP PP 3176 1703 1 0.0625 0 3244 1670 1 0 0 3176 1703 1 0.0625 0 2 interp_poly 3244 1670 1 0 0 3204 1634 1 0 0 3244 1670 1 0 0 2 interp_poly 68 -33 -40 50 3216 1653 3 MP PP 3216 1653 0.875 0 0 3176 1703 1 0.0625 0 3216 1653 0.875 0 0 2 interp_poly 3176 1703 1 0.0625 0 3244 1670 1 0 0 3176 1703 1 0.0625 0 2 interp_poly -40 -42 68 -45 3188 1740 3 MP PP 3188 1740 1 0 0 3256 1695 0.938 0 0 3188 1740 1 0 0 2 interp_poly 3256 1695 0.938 0 0 3216 1653 0.875 0 0 3256 1695 0.938 0 0 2 interp_poly 68 -45 -40 43 3228 1697 3 MP PP 3228 1697 0.875 0 0 3188 1740 1 0 0 3228 1697 0.875 0 0 2 interp_poly 3188 1740 1 0 0 3256 1695 0.938 0 0 3188 1740 1 0 0 2 interp_poly 68 17 -40 -208 3268 1905 3 MP PP 3268 1905 1 0.312 0 3228 1697 0.875 0 0 3268 1905 1 0.312 0 2 interp_poly 3228 1697 0.875 0 0 3296 1714 0.938 0 0 3228 1697 0.875 0 0 2 interp_poly -40 -208 68 -14 3200 1919 3 MP PP 3200 1919 1 0.312 0 3268 1905 1 0.312 0 3200 1919 1 0.312 0 2 interp_poly 3268 1905 1 0.312 0 3228 1697 0.875 0 0 3268 1905 1 0.312 0 2 interp_poly -40 87 68 -8 3240 1826 3 MP PP 3240 1826 1 0 0 3308 1818 1 0 0 3240 1826 1 0 0 2 interp_poly 3308 1818 1 0 0 3268 1905 1 0.312 0 3308 1818 1 0 0 2 interp_poly 68 -8 -40 11 3280 1815 3 MP PP 3280 1815 0.938 0 0 3240 1826 1 0 0 3280 1815 0.938 0 0 2 interp_poly 3240 1826 1 0 0 3308 1818 1 0 0 3240 1826 1 0 0 2 interp_poly -40 -10 68 13 3280 1815 3 MP PP 3280 1815 0.938 0 0 3348 1828 1 0 0 3280 1815 0.938 0 0 2 interp_poly 3348 1828 1 0 0 3308 1818 1 0 0 3348 1828 1 0 0 2 interp_poly 68 13 -40 9 3320 1806 3 MP PP 3320 1806 0.875 0 0 3280 1815 0.938 0 0 3320 1806 0.875 0 0 2 interp_poly 3280 1815 0.938 0 0 3348 1828 1 0 0 3280 1815 0.938 0 0 2 interp_poly -40 -151 68 -23 3292 1980 3 MP PP 3292 1980 1 0.188 0 3360 1957 1 0.125 0 3292 1980 1 0.188 0 2 interp_poly 3360 1957 1 0.125 0 3320 1806 0.875 0 0 3360 1957 1 0.125 0 2 interp_poly 68 -23 -40 19 3332 1961 3 MP PP 3332 1961 1 0.0625 0 3292 1980 1 0.188 0 3332 1961 1 0.0625 0 2 interp_poly 3292 1980 1 0.188 0 3360 1957 1 0.125 0 3292 1980 1 0.188 0 2 interp_poly -40 26 68 -4 3320 1806 3 MP PP 3320 1806 0.875 0 0 3388 1802 0.875 0 0 3320 1806 0.875 0 0 2 interp_poly 3388 1802 0.875 0 0 3348 1828 1 0 0 3388 1802 0.875 0 0 2 interp_poly 68 -4 -40 -151 3360 1957 3 MP PP 3360 1957 1 0.125 0 3320 1806 0.875 0 0 3360 1957 1 0.125 0 2 interp_poly 3320 1806 0.875 0 0 3388 1802 0.875 0 0 3320 1806 0.875 0 0 2 interp_poly -40 50 68 -54 3332 1961 3 MP PP 3332 1961 1 0.0625 0 3400 1907 1 0 0 3332 1961 1 0.0625 0 2 interp_poly 3400 1907 1 0 0 3360 1957 1 0.125 0 3400 1907 1 0 0 2 interp_poly 68 -54 -40 -10 3372 1971 3 MP PP 3372 1971 1 0.0625 0 3332 1961 1 0.0625 0 3372 1971 1 0.0625 0 2 interp_poly 3332 1961 1 0.0625 0 3400 1907 1 0 0 3332 1961 1 0.0625 0 2 interp_poly 67 -32 -40 -107 3368 1554 3 MP PP 3368 1554 0.938 0 0 3328 1447 0.75 0 0 3368 1554 0.938 0 0 2 interp_poly 3328 1447 0.75 0 0 3395 1415 0.75 0 0 3328 1447 0.75 0 0 2 interp_poly 68 -41 -40 -19 3366 3247 3 MP PP 3366 3247 1 1 0 3326 3228 1 1 0 3366 3247 1 1 0 2 interp_poly 3326 3228 1 1 0 3394 3187 1 0.938 0 3326 3228 1 1 0 2 interp_poly -40 -50 68 -41 3326 3228 3 MP PP 3326 3228 1 1 0 3394 3187 1 0.938 0 3326 3228 1 1 0 2 interp_poly 3394 3187 1 0.938 0 3354 3137 1 0.875 0 3394 3187 1 0.938 0 2 interp_poly 68 -80 -40 20 3365 2369 3 MP PP 3365 2369 1 0.188 0 3325 2389 1 0.312 0 3365 2369 1 0.188 0 2 interp_poly 3325 2389 1 0.312 0 3393 2309 1 0.188 0 3325 2389 1 0.312 0 2 interp_poly -40 35 68 -80 3325 2389 3 MP PP 3325 2389 1 0.312 0 3393 2309 1 0.188 0 3325 2389 1 0.312 0 2 interp_poly 3393 2309 1 0.188 0 3353 2344 1 0.312 0 3393 2309 1 0.188 0 2 interp_poly 68 -22 -40 -48 3364 1707 3 MP PP 3364 1707 0.938 0 0 3324 1659 0.875 0 0 3364 1707 0.938 0 0 2 interp_poly 3324 1659 0.875 0 0 3392 1637 0.875 0 0 3324 1659 0.875 0 0 2 interp_poly 68 -6 -40 35 3352 1599 3 MP PP 3352 1599 0.812 0 0 3312 1634 1 0 0 3352 1599 0.812 0 0 2 interp_poly 3312 1634 1 0 0 3380 1628 1 0 0 3312 1634 1 0 0 2 interp_poly -40 -38 68 -22 3324 1659 3 MP PP 3324 1659 0.875 0 0 3392 1637 0.875 0 0 3324 1659 0.875 0 0 2 interp_poly 3392 1637 0.875 0 0 3352 1599 0.812 0 0 3392 1637 0.875 0 0 2 interp_poly 68 -91 -40 -18 3362 3636 3 MP PP 3362 3636 0.5 1 0.562 3322 3618 0.5 1 0.562 3362 3636 0.5 1 0.562 2 interp_poly 3322 3618 0.5 1 0.562 3390 3527 0.688 1 0.375 3322 3618 0.5 1 0.562 2 interp_poly -40 -20 68 -91 3322 3618 3 MP PP 3322 3618 0.5 1 0.562 3390 3527 0.688 1 0.375 3322 3618 0.5 1 0.562 2 interp_poly 3390 3527 0.688 1 0.375 3350 3507 0.688 1 0.375 3390 3527 0.688 1 0.375 2 interp_poly 68 -30 -40 -111 3361 2669 3 MP PP 3361 2669 1 0.562 0 3321 2558 1 0.312 0 3361 2669 1 0.562 0 2 interp_poly 3321 2558 1 0.312 0 3389 2528 1 0.312 0 3321 2558 1 0.312 0 2 interp_poly -40 -66 68 -30 3321 2558 3 MP PP 3321 2558 1 0.312 0 3389 2528 1 0.312 0 3321 2558 1 0.312 0 2 interp_poly 3389 2528 1 0.312 0 3349 2462 1 0.188 0 3389 2528 1 0.312 0 2 interp_poly 67 -66 -40 14 3358 2849 3 MP PP 3358 2849 1 0.562 0 3318 2863 1 0.688 0 3358 2849 1 0.562 0 2 interp_poly 3318 2863 1 0.688 0 3385 2797 1 0.562 0 3318 2863 1 0.688 0 2 interp_poly -40 -26 67 -66 3318 2863 3 MP PP 3318 2863 1 0.688 0 3385 2797 1 0.562 0 3318 2863 1 0.688 0 2 interp_poly 3385 2797 1 0.562 0 3345 2771 1 0.562 0 3385 2797 1 0.562 0 2 interp_poly 68 -25 -40 -9 3356 2127 3 MP PP 3356 2127 1 0.188 0 3316 2118 1 0.188 0 3356 2127 1 0.188 0 2 interp_poly 3316 2118 1 0.188 0 3384 2093 1 0.188 0 3316 2118 1 0.188 0 2 interp_poly -40 -29 68 -25 3316 2118 3 MP PP 3316 2118 1 0.188 0 3384 2093 1 0.188 0 3316 2118 1 0.188 0 2 interp_poly 3384 2093 1 0.188 0 3344 2064 1 0.188 0 3384 2093 1 0.188 0 2 interp_poly 68 -75 -40 -37 3354 3137 3 MP PP 3354 3137 1 0.875 0 3314 3100 1 0.875 0 3354 3137 1 0.875 0 2 interp_poly 3314 3100 1 0.875 0 3382 3025 1 0.688 0 3314 3100 1 0.875 0 2 interp_poly -40 18 68 -75 3314 3100 3 MP PP 3314 3100 1 0.875 0 3382 3025 1 0.688 0 3314 3100 1 0.875 0 2 interp_poly 3382 3025 1 0.688 0 3342 3043 1 0.812 0 3382 3025 1 0.688 0 2 interp_poly 68 -29 -40 -88 3353 2344 3 MP PP 3353 2344 1 0.312 0 3313 2256 1 0.125 0 3353 2344 1 0.312 0 2 interp_poly 3313 2256 1 0.125 0 3381 2227 1 0.125 0 3313 2256 1 0.125 0 2 interp_poly -40 7 68 -29 3313 2256 3 MP PP 3313 2256 1 0.125 0 3381 2227 1 0.125 0 3313 2256 1 0.125 0 2 interp_poly 3381 2227 1 0.125 0 3341 2234 1 0.188 0 3381 2227 1 0.125 0 2 interp_poly 68 -85 -40 -60 3350 3507 3 MP PP 3350 3507 0.688 1 0.375 3310 3447 0.75 1 0.312 3350 3507 0.688 1 0.375 2 interp_poly 3310 3447 0.75 1 0.312 3378 3362 0.938 1 0.125 3310 3447 0.75 1 0.312 2 interp_poly -40 4 68 -85 3310 3447 3 MP PP 3310 3447 0.75 1 0.312 3378 3362 0.938 1 0.125 3310 3447 0.75 1 0.312 2 interp_poly 3378 3362 0.938 1 0.125 3338 3366 0.875 1 0.188 3378 3362 0.938 1 0.125 2 interp_poly 68 -56 -40 2 3345 2771 3 MP PP 3345 2771 1 0.562 0 3305 2773 1 0.625 0 3345 2771 1 0.562 0 2 interp_poly 3305 2773 1 0.625 0 3373 2717 1 0.5 0 3305 2773 1 0.625 0 2 interp_poly -40 -25 68 -56 3305 2773 3 MP PP 3305 2773 1 0.625 0 3373 2717 1 0.5 0 3305 2773 1 0.625 0 2 interp_poly 3373 2717 1 0.5 0 3333 2692 1 0.5 0 3373 2717 1 0.5 0 2 interp_poly 68 -32 -40 -61 3344 2064 3 MP PP 3344 2064 1 0.188 0 3304 2003 1 0.0625 0 3344 2064 1 0.188 0 2 interp_poly 3304 2003 1 0.0625 0 3372 1971 1 0.0625 0 3304 2003 1 0.0625 0 2 interp_poly -40 -10 68 -32 3304 2003 3 MP PP 3304 2003 1 0.0625 0 3372 1971 1 0.0625 0 3304 2003 1 0.0625 0 2 interp_poly 3372 1971 1 0.0625 0 3332 1961 1 0.0625 0 3372 1971 1 0.0625 0 2 interp_poly -40 -69 68 -39 3262 3029 3 MP PP 3262 3029 1 0.875 0 3330 2990 1 0.812 0 3262 3029 1 0.875 0 2 interp_poly 3330 2990 1 0.812 0 3290 2921 1 0.75 0 3330 2990 1 0.812 0 2 interp_poly 68 -39 -40 55 3302 2974 3 MP PP 3302 2974 1 0.688 0 3262 3029 1 0.875 0 3302 2974 1 0.688 0 2 interp_poly 3262 3029 1 0.875 0 3330 2990 1 0.812 0 3262 3029 1 0.875 0 2 interp_poly 68 -72 -40 -69 3330 2990 3 MP PP 3330 2990 1 0.812 0 3290 2921 1 0.75 0 3330 2990 1 0.812 0 2 interp_poly 3290 2921 1 0.75 0 3358 2849 1 0.562 0 3290 2921 1 0.75 0 2 interp_poly -40 77 68 -61 3302 2974 3 MP PP 3302 2974 1 0.688 0 3370 2913 1 0.562 0 3302 2974 1 0.688 0 2 interp_poly 3370 2913 1 0.562 0 3330 2990 1 0.812 0 3370 2913 1 0.562 0 2 interp_poly 68 -61 -40 -69 3342 3043 3 MP PP 3342 3043 1 0.812 0 3302 2974 1 0.688 0 3342 3043 1 0.812 0 2 interp_poly 3302 2974 1 0.688 0 3370 2913 1 0.562 0 3302 2974 1 0.688 0 2 interp_poly -40 -32 68 -9 3261 2206 3 MP PP 3261 2206 1 0.25 0 3329 2197 1 0.25 0 3261 2206 1 0.25 0 2 interp_poly 3329 2197 1 0.25 0 3289 2165 1 0.25 0 3329 2197 1 0.25 0 2 interp_poly 68 -9 -40 -1 3301 2207 3 MP PP 3301 2207 1 0.188 0 3261 2206 1 0.25 0 3301 2207 1 0.188 0 2 interp_poly 3261 2206 1 0.25 0 3329 2197 1 0.25 0 3261 2206 1 0.25 0 2 interp_poly 67 -38 -40 -32 3329 2197 3 MP PP 3329 2197 1 0.25 0 3289 2165 1 0.25 0 3329 2197 1 0.25 0 2 interp_poly 3289 2165 1 0.25 0 3356 2127 1 0.188 0 3289 2165 1 0.25 0 2 interp_poly -40 30 68 -40 3301 2207 3 MP PP 3301 2207 1 0.188 0 3369 2167 1 0.125 0 3301 2207 1 0.188 0 2 interp_poly 3369 2167 1 0.125 0 3329 2197 1 0.25 0 3369 2167 1 0.125 0 2 interp_poly 68 -40 -40 -27 3341 2234 3 MP PP 3341 2234 1 0.188 0 3301 2207 1 0.188 0 3341 2234 1 0.188 0 2 interp_poly 3301 2207 1 0.188 0 3369 2167 1 0.125 0 3301 2207 1 0.188 0 2 interp_poly 68 -2 -40 -15 3340 1571 3 MP PP 3340 1571 0.938 0 0 3300 1556 0.938 0 0 3340 1571 0.938 0 0 2 interp_poly 3300 1556 0.938 0 0 3368 1554 0.938 0 0 3300 1556 0.938 0 0 2 interp_poly -40 -107 68 -2 3300 1556 3 MP PP 3300 1556 0.938 0 0 3368 1554 0.938 0 0 3300 1556 0.938 0 0 2 interp_poly 3368 1554 0.938 0 0 3328 1447 0.75 0 0 3368 1554 0.938 0 0 2 interp_poly 68 -85 -40 -34 3338 3366 3 MP PP 3338 3366 0.875 1 0.188 3298 3332 0.875 1 0.188 3338 3366 0.875 1 0.188 2 interp_poly 3298 3332 0.875 1 0.188 3366 3247 1 1 0 3298 3332 0.875 1 0.188 2 interp_poly -40 -19 68 -85 3298 3332 3 MP PP 3298 3332 0.875 1 0.188 3366 3247 1 1 0 3298 3332 0.875 1 0.188 2 interp_poly 3366 3247 1 1 0 3326 3228 1 1 0 3366 3247 1 1 0 2 interp_poly -40 -15 68 -16 3257 2405 3 MP PP 3257 2405 1 0.312 0 3325 2389 1 0.312 0 3257 2405 1 0.312 0 2 interp_poly 3325 2389 1 0.312 0 3285 2374 1 0.312 0 3325 2389 1 0.312 0 2 interp_poly 68 -16 -40 5 3297 2400 3 MP PP 3297 2400 1 0.25 0 3257 2405 1 0.312 0 3297 2400 1 0.25 0 2 interp_poly 3257 2405 1 0.312 0 3325 2389 1 0.312 0 3257 2405 1 0.312 0 2 interp_poly 68 -30 -40 -15 3325 2389 3 MP PP 3325 2389 1 0.312 0 3285 2374 1 0.312 0 3325 2389 1 0.312 0 2 interp_poly 3285 2374 1 0.312 0 3353 2344 1 0.312 0 3285 2374 1 0.312 0 2 interp_poly -40 20 68 -31 3297 2400 3 MP PP 3297 2400 1 0.25 0 3365 2369 1 0.188 0 3297 2400 1 0.25 0 2 interp_poly 3365 2369 1 0.188 0 3325 2389 1 0.312 0 3365 2369 1 0.188 0 2 interp_poly 68 -31 -40 -31 3337 2431 3 MP PP 3337 2431 1 0.25 0 3297 2400 1 0.25 0 3337 2431 1 0.25 0 2 interp_poly 3297 2400 1 0.25 0 3365 2369 1 0.188 0 3297 2400 1 0.25 0 2 interp_poly -40 -48 68 -7 3296 1714 3 MP PP 3296 1714 0.938 0 0 3364 1707 0.938 0 0 3296 1714 0.938 0 0 2 interp_poly 3364 1707 0.938 0 0 3324 1659 0.875 0 0 3364 1707 0.938 0 0 2 interp_poly 68 -80 -40 25 3334 3691 3 MP PP 3334 3691 0.5 1 0.562 3294 3716 0.375 1 0.688 3334 3691 0.5 1 0.562 2 interp_poly 3294 3716 0.375 1 0.688 3362 3636 0.5 1 0.562 3294 3716 0.375 1 0.688 2 interp_poly -40 -18 68 -80 3294 3716 3 MP PP 3294 3716 0.375 1 0.688 3362 3636 0.5 1 0.562 3294 3716 0.375 1 0.688 2 interp_poly 3362 3636 0.5 1 0.562 3322 3618 0.5 1 0.562 3362 3636 0.5 1 0.562 2 interp_poly 68 -30 -40 7 3333 2692 3 MP PP 3333 2692 1 0.5 0 3293 2699 1 0.562 0 3333 2692 1 0.5 0 2 interp_poly 3293 2699 1 0.562 0 3361 2669 1 0.562 0 3293 2699 1 0.562 0 2 interp_poly -40 -111 68 -30 3293 2699 3 MP PP 3293 2699 1 0.562 0 3361 2669 1 0.562 0 3293 2699 1 0.562 0 2 interp_poly 3361 2669 1 0.562 0 3321 2558 1 0.312 0 3361 2669 1 0.562 0 2 interp_poly -40 14 68 -72 3290 2921 3 MP PP 3290 2921 1 0.75 0 3358 2849 1 0.562 0 3290 2921 1 0.75 0 2 interp_poly 3358 2849 1 0.562 0 3318 2863 1 0.688 0 3358 2849 1 0.562 0 2 interp_poly -40 -9 67 -38 3289 2165 3 MP PP 3289 2165 1 0.25 0 3356 2127 1 0.188 0 3289 2165 1 0.25 0 2 interp_poly 3356 2127 1 0.188 0 3316 2118 1 0.188 0 3356 2127 1 0.188 0 2 interp_poly 68 -86 -40 -5 3326 3228 3 MP PP 3326 3228 1 1 0 3286 3223 1 1 0.0625 3326 3228 1 1 0 2 interp_poly 3286 3223 1 1 0.0625 3354 3137 1 0.875 0 3286 3223 1 1 0.0625 2 interp_poly -40 -37 68 -86 3286 3223 3 MP PP 3286 3223 1 1 0.0625 3354 3137 1 0.875 0 3286 3223 1 1 0.0625 2 interp_poly 3354 3137 1 0.875 0 3314 3100 1 0.875 0 3354 3137 1 0.875 0 2 interp_poly -40 -88 68 -30 3285 2374 3 MP PP 3285 2374 1 0.312 0 3353 2344 1 0.312 0 3285 2374 1 0.312 0 2 interp_poly 3353 2344 1 0.312 0 3313 2256 1 0.125 0 3353 2344 1 0.312 0 2 interp_poly -40 -9 68 -36 3244 1670 3 MP PP 3244 1670 1 0 0 3312 1634 1 0 0 3244 1670 1 0 0 2 interp_poly 3312 1634 1 0 0 3272 1625 1 0 0 3312 1634 1 0 0 2 interp_poly 68 -54 -40 -9 3312 1634 3 MP PP 3312 1634 1 0 0 3272 1625 1 0 0 3312 1634 1 0 0 2 interp_poly 3272 1625 1 0 0 3340 1571 0.938 0 0 3272 1625 1 0 0 2 interp_poly 68 -36 -40 48 3284 1622 3 MP PP 3284 1622 0.875 0 0 3244 1670 1 0 0 3284 1622 0.875 0 0 2 interp_poly 3244 1670 1 0 0 3312 1634 1 0 0 3244 1670 1 0 0 2 interp_poly -40 35 68 -23 3284 1622 3 MP PP 3284 1622 0.875 0 0 3352 1599 0.812 0 0 3284 1622 0.875 0 0 2 interp_poly 3352 1599 0.812 0 0 3312 1634 1 0 0 3352 1599 0.812 0 0 2 interp_poly 68 -23 -40 -37 3324 1659 3 MP PP 3324 1659 0.875 0 0 3284 1622 0.875 0 0 3324 1659 0.875 0 0 2 interp_poly 3284 1622 0.875 0 0 3352 1599 0.812 0 0 3284 1622 0.875 0 0 2 interp_poly 68 -82 -40 -29 3322 3618 3 MP PP 3322 3618 0.5 1 0.562 3282 3589 0.5 1 0.562 3322 3618 0.5 1 0.562 2 interp_poly 3282 3589 0.5 1 0.562 3350 3507 0.688 1 0.375 3282 3589 0.5 1 0.562 2 interp_poly -40 -60 68 -82 3282 3589 3 MP PP 3282 3589 0.5 1 0.562 3350 3507 0.688 1 0.375 3282 3589 0.5 1 0.562 2 interp_poly 3350 3507 0.688 1 0.375 3310 3447 0.75 1 0.312 3350 3507 0.688 1 0.375 2 interp_poly -40 -37 68 -27 3241 2555 3 MP PP 3241 2555 1 0.438 0 3309 2528 1 0.438 0 3241 2555 1 0.438 0 2 interp_poly 3309 2528 1 0.438 0 3269 2491 1 0.375 0 3309 2528 1 0.438 0 2 interp_poly 68 -60 -40 -37 3309 2528 3 MP PP 3309 2528 1 0.438 0 3269 2491 1 0.375 0 3309 2528 1 0.438 0 2 interp_poly 3269 2491 1 0.375 0 3337 2431 1 0.25 0 3269 2491 1 0.375 0 2 interp_poly 68 -27 -40 69 3281 2486 3 MP PP 3281 2486 1 0.25 0 3241 2555 1 0.438 0 3281 2486 1 0.25 0 2 interp_poly 3241 2555 1 0.438 0 3309 2528 1 0.438 0 3241 2555 1 0.438 0 2 interp_poly -40 66 68 -24 3281 2486 3 MP PP 3281 2486 1 0.25 0 3349 2462 1 0.188 0 3281 2486 1 0.25 0 2 interp_poly 3349 2462 1 0.188 0 3309 2528 1 0.438 0 3349 2462 1 0.188 0 2 interp_poly 68 -24 -40 -72 3321 2558 3 MP PP 3321 2558 1 0.312 0 3281 2486 1 0.25 0 3321 2558 1 0.312 0 2 interp_poly 3281 2486 1 0.25 0 3349 2462 1 0.188 0 3281 2486 1 0.25 0 2 interp_poly -40 -29 67 -51 3238 2824 3 MP PP 3238 2824 1 0.688 0 3305 2773 1 0.625 0 3238 2824 1 0.688 0 2 interp_poly 3305 2773 1 0.625 0 3265 2744 1 0.625 0 3305 2773 1 0.625 0 2 interp_poly 67 -51 -40 46 3278 2778 3 MP PP 3278 2778 1 0.5 0 3238 2824 1 0.688 0 3278 2778 1 0.5 0 2 interp_poly 3238 2824 1 0.688 0 3305 2773 1 0.625 0 3238 2824 1 0.688 0 2 interp_poly 67 -7 -40 -85 3318 2863 3 MP PP 3318 2863 1 0.688 0 3278 2778 1 0.5 0 3318 2863 1 0.688 0 2 interp_poly 3278 2778 1 0.5 0 3345 2771 1 0.562 0 3278 2778 1 0.5 0 2 interp_poly -40 2 67 -7 3278 2778 3 MP PP 3278 2778 1 0.5 0 3345 2771 1 0.562 0 3278 2778 1 0.5 0 2 interp_poly 3345 2771 1 0.562 0 3305 2773 1 0.625 0 3345 2771 1 0.562 0 2 interp_poly 68 -8 -40 -46 3316 2118 3 MP PP 3316 2118 1 0.188 0 3276 2072 1 0.125 0 3316 2118 1 0.188 0 2 interp_poly 3276 2072 1 0.125 0 3344 2064 1 0.188 0 3276 2072 1 0.125 0 2 interp_poly -40 -61 68 -8 3276 2072 3 MP PP 3276 2072 1 0.125 0 3344 2064 1 0.188 0 3276 2072 1 0.125 0 2 interp_poly 3344 2064 1 0.188 0 3304 2003 1 0.0625 0 3344 2064 1 0.188 0 2 interp_poly 68 -26 -40 -18 3315 1458 3 MP PP 3315 1458 0.938 0 0 3275 1440 0.938 0 0 3315 1458 0.938 0 0 2 interp_poly 3275 1440 0.938 0 0 3343 1414 0.938 0 0 3275 1440 0.938 0 0 2 interp_poly 68 -52 -40 -5 3314 3100 3 MP PP 3314 3100 1 0.875 0 3274 3095 1 0.875 0 3314 3100 1 0.875 0 2 interp_poly 3274 3095 1 0.875 0 3342 3043 1 0.812 0 3274 3095 1 0.875 0 2 interp_poly -40 -69 68 -52 3274 3095 3 MP PP 3274 3095 1 0.875 0 3342 3043 1 0.812 0 3274 3095 1 0.875 0 2 interp_poly 3342 3043 1 0.812 0 3302 2974 1 0.688 0 3342 3043 1 0.812 0 2 interp_poly 68 -29 -40 7 3313 2256 3 MP PP 3313 2256 1 0.125 0 3273 2263 1 0.25 0 3313 2256 1 0.125 0 2 interp_poly 3273 2263 1 0.25 0 3341 2234 1 0.188 0 3273 2263 1 0.25 0 2 interp_poly -40 -27 68 -29 3273 2263 3 MP PP 3273 2263 1 0.25 0 3341 2234 1 0.188 0 3273 2263 1 0.25 0 2 interp_poly 3341 2234 1 0.188 0 3301 2207 1 0.188 0 3341 2234 1 0.188 0 2 interp_poly -40 -15 68 -54 3272 1625 3 MP PP 3272 1625 1 0 0 3340 1571 0.938 0 0 3272 1625 1 0 0 2 interp_poly 3340 1571 0.938 0 0 3300 1556 0.938 0 0 3340 1571 0.938 0 0 2 interp_poly 68 -54 -40 -27 3310 3447 3 MP PP 3310 3447 0.75 1 0.312 3270 3420 0.75 1 0.312 3310 3447 0.75 1 0.312 2 interp_poly 3270 3420 0.75 1 0.312 3338 3366 0.875 1 0.188 3270 3420 0.75 1 0.312 2 interp_poly -40 -34 68 -54 3270 3420 3 MP PP 3270 3420 0.75 1 0.312 3338 3366 0.875 1 0.188 3270 3420 0.75 1 0.312 2 interp_poly 3338 3366 0.875 1 0.188 3298 3332 0.875 1 0.188 3338 3366 0.875 1 0.188 2 interp_poly -40 -31 68 -60 3269 2491 3 MP PP 3269 2491 1 0.375 0 3337 2431 1 0.25 0 3269 2491 1 0.375 0 2 interp_poly 3337 2431 1 0.25 0 3297 2400 1 0.25 0 3337 2431 1 0.25 0 2 interp_poly -40 25 68 -114 3266 3805 3 MP PP 3266 3805 0.25 1 0.812 3334 3691 0.5 1 0.562 3266 3805 0.25 1 0.812 2 interp_poly 3334 3691 0.5 1 0.562 3294 3716 0.375 1 0.688 3334 3691 0.5 1 0.562 2 interp_poly 68 -52 -40 -29 3305 2773 3 MP PP 3305 2773 1 0.625 0 3265 2744 1 0.625 0 3305 2773 1 0.625 0 2 interp_poly 3265 2744 1 0.625 0 3333 2692 1 0.5 0 3265 2744 1 0.625 0 2 interp_poly -40 7 68 -52 3265 2744 3 MP PP 3265 2744 1 0.625 0 3333 2692 1 0.5 0 3265 2744 1 0.625 0 2 interp_poly 3333 2692 1 0.5 0 3293 2699 1 0.562 0 3333 2692 1 0.5 0 2 interp_poly 68 -14 -40 93 3240 1826 3 MP PP 3240 1826 1 0 0 3200 1919 1 0.312 0 3240 1826 1 0 0 2 interp_poly 3200 1919 1 0.312 0 3268 1905 1 0.312 0 3200 1919 1 0.312 0 2 interp_poly -40 -137 68 -24 3224 2004 3 MP PP 3224 2004 1 0.188 0 3292 1980 1 0.188 0 3224 2004 1 0.188 0 2 interp_poly 3292 1980 1 0.188 0 3252 1843 0.875 0 0 3292 1980 1 0.188 0 2 interp_poly 68 -24 -40 24 3264 1980 3 MP PP 3264 1980 1 0.0625 0 3224 2004 1 0.188 0 3264 1980 1 0.0625 0 2 interp_poly 3224 2004 1 0.188 0 3292 1980 1 0.188 0 3224 2004 1 0.188 0 2 interp_poly 68 -37 -40 -137 3292 1980 3 MP PP 3292 1980 1 0.188 0 3252 1843 0.875 0 0 3292 1980 1 0.188 0 2 interp_poly 3252 1843 0.875 0 0 3320 1806 0.875 0 0 3252 1843 0.875 0 0 2 interp_poly -40 19 68 -19 3264 1980 3 MP PP 3264 1980 1 0.0625 0 3332 1961 1 0.0625 0 3264 1980 1 0.0625 0 2 interp_poly 3332 1961 1 0.0625 0 3292 1980 1 0.188 0 3332 1961 1 0.0625 0 2 interp_poly 68 -19 -40 -23 3304 2003 3 MP PP 3304 2003 1 0.0625 0 3264 1980 1 0.0625 0 3304 2003 1 0.0625 0 2 interp_poly 3264 1980 1 0.0625 0 3332 1961 1 0.0625 0 3264 1980 1 0.0625 0 2 interp_poly -40 -18 67 3 3248 1455 3 MP PP 3248 1455 0.875 0 0 3315 1458 0.938 0 0 3248 1455 0.875 0 0 2 interp_poly 3315 1458 0.938 0 0 3275 1440 0.938 0 0 3315 1458 0.938 0 0 2 interp_poly 67 3 -40 -123 3288 1578 3 MP PP 3288 1578 1 0.125 0 3248 1455 0.875 0 0 3288 1578 1 0.125 0 2 interp_poly 3248 1455 0.875 0 0 3315 1458 0.938 0 0 3248 1455 0.875 0 0 2 interp_poly -40 131 68 -12 3260 1459 3 MP PP 3260 1459 0.75 0 0 3328 1447 0.75 0 0 3260 1459 0.75 0 0 2 interp_poly 3328 1447 0.75 0 0 3288 1578 1 0.125 0 3328 1447 0.75 0 0 2 interp_poly 68 -12 -40 -97 3300 1556 3 MP PP 3300 1556 0.938 0 0 3260 1459 0.75 0 0 3300 1556 0.938 0 0 2 interp_poly 3260 1459 0.75 0 0 3328 1447 0.75 0 0 3260 1459 0.75 0 0 2 interp_poly 68 -85 -40 -19 3298 3332 3 MP PP 3298 3332 0.875 1 0.188 3258 3313 0.875 1 0.188 3298 3332 0.875 1 0.188 2 interp_poly 3258 3313 0.875 1 0.188 3326 3228 1 1 0 3258 3313 0.875 1 0.188 2 interp_poly -40 -5 68 -85 3258 3313 3 MP PP 3258 3313 0.875 1 0.188 3326 3228 1 1 0 3258 3313 0.875 1 0.188 2 interp_poly 3326 3228 1 1 0 3286 3223 1 1 0.0625 3326 3228 1 1 0 2 interp_poly 68 -36 -40 -19 3296 1714 3 MP PP 3296 1714 0.938 0 0 3256 1695 0.938 0 0 3296 1714 0.938 0 0 2 interp_poly 3256 1695 0.938 0 0 3324 1659 0.875 0 0 3256 1695 0.938 0 0 2 interp_poly -40 -37 68 -36 3256 1695 3 MP PP 3256 1695 0.938 0 0 3324 1659 0.875 0 0 3256 1695 0.938 0 0 2 interp_poly 3324 1659 0.875 0 0 3284 1622 0.875 0 0 3324 1659 0.875 0 0 2 interp_poly 68 -88 -40 -10 3294 3716 3 MP PP 3294 3716 0.375 1 0.688 3254 3706 0.312 1 0.75 3294 3716 0.375 1 0.688 2 interp_poly 3254 3706 0.312 1 0.75 3322 3618 0.5 1 0.562 3254 3706 0.312 1 0.75 2 interp_poly -40 -29 68 -88 3254 3706 3 MP PP 3254 3706 0.312 1 0.75 3322 3618 0.5 1 0.562 3254 3706 0.312 1 0.75 2 interp_poly 3322 3618 0.5 1 0.562 3282 3589 0.5 1 0.562 3322 3618 0.5 1 0.562 2 interp_poly 68 -37 -40 -104 3293 2699 3 MP PP 3293 2699 1 0.562 0 3253 2595 1 0.375 0 3293 2699 1 0.562 0 2 interp_poly 3253 2595 1 0.375 0 3321 2558 1 0.312 0 3253 2595 1 0.375 0 2 interp_poly -40 -72 68 -37 3253 2595 3 MP PP 3253 2595 1 0.375 0 3321 2558 1 0.312 0 3253 2595 1 0.375 0 2 interp_poly 3321 2558 1 0.312 0 3281 2486 1 0.25 0 3321 2558 1 0.312 0 2 interp_poly -40 9 68 -37 3252 1843 3 MP PP 3252 1843 0.875 0 0 3320 1806 0.875 0 0 3252 1843 0.875 0 0 2 interp_poly 3320 1806 0.875 0 0 3280 1815 0.938 0 0 3320 1806 0.875 0 0 2 interp_poly 68 -55 -40 -3 3290 2921 3 MP PP 3290 2921 1 0.75 0 3250 2918 1 0.75 0 3290 2921 1 0.75 0 2 interp_poly 3250 2918 1 0.75 0 3318 2863 1 0.688 0 3250 2918 1 0.75 0 2 interp_poly -40 -85 68 -55 3250 2918 3 MP PP 3250 2918 1 0.75 0 3318 2863 1 0.688 0 3250 2918 1 0.75 0 2 interp_poly 3318 2863 1 0.688 0 3278 2778 1 0.5 0 3318 2863 1 0.688 0 2 interp_poly 67 -22 -40 -25 3289 2165 3 MP PP 3289 2165 1 0.25 0 3249 2140 1 0.25 0 3289 2165 1 0.25 0 2 interp_poly 3249 2140 1 0.25 0 3316 2118 1 0.188 0 3249 2140 1 0.25 0 2 interp_poly -40 -46 67 -22 3249 2140 3 MP PP 3249 2140 1 0.25 0 3316 2118 1 0.188 0 3249 2140 1 0.25 0 2 interp_poly 3316 2118 1 0.188 0 3276 2072 1 0.125 0 3316 2118 1 0.188 0 2 interp_poly 68 -68 -40 -55 3286 3223 3 MP PP 3286 3223 1 1 0.0625 3246 3168 1 1 0 3286 3223 1 1 0.0625 2 interp_poly 3246 3168 1 1 0 3314 3100 1 0.875 0 3246 3168 1 1 0 2 interp_poly -40 -5 68 -68 3246 3168 3 MP PP 3246 3168 1 1 0 3314 3100 1 0.875 0 3246 3168 1 1 0 2 interp_poly 3314 3100 1 0.875 0 3274 3095 1 0.875 0 3314 3100 1 0.875 0 2 interp_poly 68 -19 -40 -99 3285 2374 3 MP PP 3285 2374 1 0.312 0 3245 2275 1 0.188 0 3285 2374 1 0.312 0 2 interp_poly 3245 2275 1 0.188 0 3313 2256 1 0.125 0 3245 2275 1 0.188 0 2 interp_poly -40 7 68 -19 3245 2275 3 MP PP 3245 2275 1 0.188 0 3313 2256 1 0.125 0 3245 2275 1 0.188 0 2 interp_poly 3313 2256 1 0.125 0 3273 2263 1 0.25 0 3313 2256 1 0.125 0 2 interp_poly 68 -77 -40 -65 3282 3589 3 MP PP 3282 3589 0.5 1 0.562 3242 3524 0.625 1 0.438 3282 3589 0.5 1 0.562 2 interp_poly 3242 3524 0.625 1 0.438 3310 3447 0.75 1 0.312 3242 3524 0.625 1 0.438 2 interp_poly -40 -27 68 -77 3242 3524 3 MP PP 3242 3524 0.625 1 0.438 3310 3447 0.75 1 0.312 3242 3524 0.625 1 0.438 2 interp_poly 3310 3447 0.75 1 0.312 3270 3420 0.75 1 0.312 3310 3447 0.75 1 0.312 2 interp_poly 68 -40 -40 -29 3276 2072 3 MP PP 3276 2072 1 0.125 0 3236 2043 1 0.125 0 3276 2072 1 0.125 0 2 interp_poly 3236 2043 1 0.125 0 3304 2003 1 0.0625 0 3236 2043 1 0.125 0 2 interp_poly -40 -23 68 -40 3236 2043 3 MP PP 3236 2043 1 0.125 0 3304 2003 1 0.0625 0 3236 2043 1 0.125 0 2 interp_poly 3304 2003 1 0.0625 0 3264 1980 1 0.0625 0 3304 2003 1 0.0625 0 2 interp_poly -40 -39 68 -52 3194 3081 3 MP PP 3194 3081 1 1 0 3262 3029 1 0.875 0 3194 3081 1 1 0 2 interp_poly 3262 3029 1 0.875 0 3222 2990 1 0.875 0 3262 3029 1 0.875 0 2 interp_poly 68 -52 -40 71 3234 3010 3 MP PP 3234 3010 1 0.75 0 3194 3081 1 1 0 3234 3010 1 0.75 0 2 interp_poly 3194 3081 1 1 0 3262 3029 1 0.875 0 3194 3081 1 1 0 2 interp_poly 68 -69 -40 -39 3262 3029 3 MP PP 3262 3029 1 0.875 0 3222 2990 1 0.875 0 3262 3029 1 0.875 0 2 interp_poly 3222 2990 1 0.875 0 3290 2921 1 0.75 0 3222 2990 1 0.875 0 2 interp_poly -40 55 68 -36 3234 3010 3 MP PP 3234 3010 1 0.75 0 3302 2974 1 0.688 0 3234 3010 1 0.75 0 2 interp_poly 3302 2974 1 0.688 0 3262 3029 1 0.875 0 3302 2974 1 0.688 0 2 interp_poly 68 -36 -40 -85 3274 3095 3 MP PP 3274 3095 1 0.875 0 3234 3010 1 0.75 0 3274 3095 1 0.875 0 2 interp_poly 3234 3010 1 0.75 0 3302 2974 1 0.688 0 3234 3010 1 0.75 0 2 interp_poly 68 -35 -40 -21 3273 2263 3 MP PP 3273 2263 1 0.25 0 3233 2242 1 0.25 0 3273 2263 1 0.25 0 2 interp_poly 3233 2242 1 0.25 0 3301 2207 1 0.188 0 3233 2242 1 0.25 0 2 interp_poly -40 -1 68 -35 3233 2242 3 MP PP 3233 2242 1 0.25 0 3301 2207 1 0.188 0 3233 2242 1 0.25 0 2 interp_poly 3301 2207 1 0.188 0 3261 2206 1 0.25 0 3301 2207 1 0.188 0 2 interp_poly -40 -123 68 -5 3220 1583 3 MP PP 3220 1583 1 0.125 0 3288 1578 1 0.125 0 3220 1583 1 0.125 0 2 interp_poly 3288 1578 1 0.125 0 3248 1455 0.875 0 0 3288 1578 1 0.125 0 2 interp_poly 68 -5 -40 124 3260 1459 3 MP PP 3260 1459 0.75 0 0 3220 1583 1 0.125 0 3260 1459 0.75 0 0 2 interp_poly 3220 1583 1 0.125 0 3288 1578 1 0.125 0 3220 1583 1 0.125 0 2 interp_poly 68 8 -40 -77 3272 1625 3 MP PP 3272 1625 1 0 0 3232 1548 0.875 0 0 3272 1625 1 0 0 2 interp_poly 3232 1548 0.875 0 0 3300 1556 0.938 0 0 3232 1548 0.875 0 0 2 interp_poly -40 -97 68 8 3232 1548 3 MP PP 3232 1548 0.875 0 0 3300 1556 0.938 0 0 3232 1548 0.875 0 0 2 interp_poly 3300 1556 0.938 0 0 3260 1459 0.75 0 0 3300 1556 0.938 0 0 2 interp_poly 68 -98 -40 10 3270 3420 3 MP PP 3270 3420 0.75 1 0.312 3230 3430 0.688 1 0.375 3270 3420 0.75 1 0.312 2 interp_poly 3230 3430 0.688 1 0.375 3298 3332 0.875 1 0.188 3230 3430 0.688 1 0.375 2 interp_poly -40 -19 68 -98 3230 3430 3 MP PP 3230 3430 0.688 1 0.375 3298 3332 0.875 1 0.188 3230 3430 0.688 1 0.375 2 interp_poly 3298 3332 0.875 1 0.188 3258 3313 0.875 1 0.188 3298 3332 0.875 1 0.188 2 interp_poly -40 19 68 -39 3189 2444 3 MP PP 3189 2444 1 0.375 0 3257 2405 1 0.312 0 3189 2444 1 0.375 0 2 interp_poly 3257 2405 1 0.312 0 3217 2424 1 0.438 0 3257 2405 1 0.312 0 2 interp_poly 68 -39 -40 24 3229 2420 3 MP PP 3229 2420 1 0.25 0 3189 2444 1 0.375 0 3229 2420 1 0.25 0 2 interp_poly 3189 2444 1 0.375 0 3257 2405 1 0.312 0 3189 2444 1 0.375 0 2 interp_poly 68 -20 -40 -71 3269 2491 3 MP PP 3269 2491 1 0.375 0 3229 2420 1 0.25 0 3269 2491 1 0.375 0 2 interp_poly 3229 2420 1 0.25 0 3297 2400 1 0.25 0 3229 2420 1 0.25 0 2 interp_poly -40 5 68 -20 3229 2420 3 MP PP 3229 2420 1 0.25 0 3297 2400 1 0.25 0 3229 2420 1 0.25 0 2 interp_poly 3297 2400 1 0.25 0 3257 2405 1 0.312 0 3297 2400 1 0.25 0 2 interp_poly -40 -19 68 17 3228 1697 3 MP PP 3228 1697 0.875 0 0 3296 1714 0.938 0 0 3228 1697 0.875 0 0 2 interp_poly 3296 1714 0.938 0 0 3256 1695 0.938 0 0 3296 1714 0.938 0 0 2 interp_poly 68 -105 -40 16 3266 3805 3 MP PP 3266 3805 0.25 1 0.812 3226 3821 0.125 1 0.938 3266 3805 0.25 1 0.812 2 interp_poly 3226 3821 0.125 1 0.938 3294 3716 0.375 1 0.688 3226 3821 0.125 1 0.938 2 interp_poly -40 -10 68 -105 3226 3821 3 MP PP 3226 3821 0.125 1 0.938 3294 3716 0.375 1 0.688 3226 3821 0.125 1 0.938 2 interp_poly 3294 3716 0.375 1 0.688 3254 3706 0.312 1 0.75 3294 3716 0.375 1 0.688 2 interp_poly 68 -38 -40 -7 3265 2744 3 MP PP 3265 2744 1 0.625 0 3225 2737 1 0.625 0 3265 2744 1 0.625 0 2 interp_poly 3225 2737 1 0.625 0 3293 2699 1 0.562 0 3225 2737 1 0.625 0 2 interp_poly -40 -104 68 -38 3225 2737 3 MP PP 3225 2737 1 0.625 0 3293 2699 1 0.562 0 3225 2737 1 0.625 0 2 interp_poly 3293 2699 1 0.562 0 3253 2595 1 0.375 0 3293 2699 1 0.562 0 2 interp_poly -40 -3 68 -69 3222 2990 3 MP PP 3222 2990 1 0.875 0 3290 2921 1 0.75 0 3222 2990 1 0.875 0 2 interp_poly 3290 2921 1 0.75 0 3250 2918 1 0.75 0 3290 2921 1 0.75 0 2 interp_poly 68 -3 -40 -38 3261 2206 3 MP PP 3261 2206 1 0.25 0 3221 2168 1 0.188 0 3261 2206 1 0.25 0 2 interp_poly 3221 2168 1 0.188 0 3289 2165 1 0.25 0 3221 2168 1 0.188 0 2 interp_poly -40 -25 68 -3 3221 2168 3 MP PP 3221 2168 1 0.188 0 3289 2165 1 0.25 0 3221 2168 1 0.188 0 2 interp_poly 3289 2165 1 0.25 0 3249 2140 1 0.25 0 3289 2165 1 0.25 0 2 interp_poly 68 -79 -40 -11 3258 3313 3 MP PP 3258 3313 0.875 1 0.188 3218 3302 0.875 1 0.188 3258 3313 0.875 1 0.188 2 interp_poly 3218 3302 0.875 1 0.188 3286 3223 1 1 0.0625 3218 3302 0.875 1 0.188 2 interp_poly -40 -55 68 -79 3218 3302 3 MP PP 3218 3302 0.875 1 0.188 3286 3223 1 1 0.0625 3218 3302 0.875 1 0.188 2 interp_poly 3286 3223 1 1 0.0625 3246 3168 1 1 0 3286 3223 1 1 0.0625 2 interp_poly 68 -50 -40 19 3257 2405 3 MP PP 3257 2405 1 0.312 0 3217 2424 1 0.438 0 3257 2405 1 0.312 0 2 interp_poly 3217 2424 1 0.438 0 3285 2374 1 0.312 0 3217 2424 1 0.438 0 2 interp_poly -40 -99 68 -50 3217 2424 3 MP PP 3217 2424 1 0.438 0 3285 2374 1 0.312 0 3217 2424 1 0.438 0 2 interp_poly 3285 2374 1 0.312 0 3245 2275 1 0.188 0 3285 2374 1 0.312 0 2 interp_poly 68 -9 -40 -36 3244 1670 3 MP PP 3244 1670 1 0 0 3204 1634 1 0 0 3244 1670 1 0 0 2 interp_poly 3204 1634 1 0 0 3272 1625 1 0 0 3204 1634 1 0 0 2 interp_poly -40 48 68 -31 3216 1653 3 MP PP 3216 1653 0.875 0 0 3284 1622 0.875 0 0 3216 1653 0.875 0 0 2 interp_poly 3284 1622 0.875 0 0 3244 1670 1 0 0 3284 1622 0.875 0 0 2 interp_poly 68 -31 -40 -42 3256 1695 3 MP PP 3256 1695 0.938 0 0 3216 1653 0.875 0 0 3256 1695 0.938 0 0 2 interp_poly 3216 1653 0.875 0 0 3284 1622 0.875 0 0 3216 1653 0.875 0 0 2 interp_poly 68 -84 -40 -33 3254 3706 3 MP PP 3254 3706 0.312 1 0.75 3214 3673 0.375 1 0.688 3254 3706 0.312 1 0.75 2 interp_poly 3214 3673 0.375 1 0.688 3282 3589 0.5 1 0.562 3214 3673 0.375 1 0.688 2 interp_poly -40 -65 68 -84 3214 3673 3 MP PP 3214 3673 0.375 1 0.688 3282 3589 0.5 1 0.562 3214 3673 0.375 1 0.688 2 interp_poly 3282 3589 0.5 1 0.562 3242 3524 0.625 1 0.438 3282 3589 0.5 1 0.562 2 interp_poly -40 -41 68 -23 3173 2578 3 MP PP 3173 2578 1 0.438 0 3241 2555 1 0.438 0 3173 2578 1 0.438 0 2 interp_poly 3241 2555 1 0.438 0 3201 2514 1 0.375 0 3241 2555 1 0.438 0 2 interp_poly 68 -23 -40 -41 3241 2555 3 MP PP 3241 2555 1 0.438 0 3201 2514 1 0.375 0 3241 2555 1 0.438 0 2 interp_poly 3201 2514 1 0.375 0 3269 2491 1 0.375 0 3201 2514 1 0.375 0 2 interp_poly 68 -23 -40 66 3213 2512 3 MP PP 3213 2512 1 0.25 0 3173 2578 1 0.438 0 3213 2512 1 0.25 0 2 interp_poly 3173 2578 1 0.438 0 3241 2555 1 0.438 0 3173 2578 1 0.438 0 2 interp_poly -40 -71 68 -23 3201 2514 3 MP PP 3201 2514 1 0.375 0 3269 2491 1 0.375 0 3201 2514 1 0.375 0 2 interp_poly 3269 2491 1 0.375 0 3229 2420 1 0.25 0 3269 2491 1 0.375 0 2 interp_poly -40 69 68 -26 3213 2512 3 MP PP 3213 2512 1 0.25 0 3281 2486 1 0.25 0 3213 2512 1 0.25 0 2 interp_poly 3281 2486 1 0.25 0 3241 2555 1 0.438 0 3281 2486 1 0.25 0 2 interp_poly 68 -26 -40 -83 3253 2595 3 MP PP 3253 2595 1 0.375 0 3213 2512 1 0.25 0 3253 2595 1 0.375 0 2 interp_poly 3213 2512 1 0.25 0 3281 2486 1 0.25 0 3213 2512 1 0.25 0 2 interp_poly -40 -68 68 -39 3108 1742 3 MP PP 3108 1742 1 0.125 0 3176 1703 1 0.0625 0 3108 1742 1 0.125 0 2 interp_poly 3176 1703 1 0.0625 0 3136 1635 0.938 0 0 3176 1703 1 0.0625 0 2 interp_poly 68 -1 -40 -68 3176 1703 3 MP PP 3176 1703 1 0.0625 0 3136 1635 0.938 0 0 3176 1703 1 0.0625 0 2 interp_poly 3136 1635 0.938 0 0 3204 1634 1 0 0 3136 1635 0.938 0 0 2 interp_poly 68 -39 -40 97 3148 1645 3 MP PP 3148 1645 0.812 0 0 3108 1742 1 0.125 0 3148 1645 0.812 0 0 2 interp_poly 3108 1742 1 0.125 0 3176 1703 1 0.0625 0 3108 1742 1 0.125 0 2 interp_poly -40 -95 68 -34 3120 1774 3 MP PP 3120 1774 1 0.0625 0 3188 1740 1 0 0 3120 1774 1 0.0625 0 2 interp_poly 3188 1740 1 0 0 3148 1645 0.812 0 0 3188 1740 1 0 0 2 interp_poly 68 -34 -40 71 3160 1703 3 MP PP 3160 1703 0.812 0 0 3120 1774 1 0.0625 0 3160 1703 0.812 0 0 2 interp_poly 3120 1774 1 0.0625 0 3188 1740 1 0 0 3120 1774 1 0.0625 0 2 interp_poly -40 -216 68 -11 3132 1930 3 MP PP 3132 1930 1 0.25 0 3200 1919 1 0.312 0 3132 1930 1 0.25 0 2 interp_poly 3200 1919 1 0.312 0 3160 1703 0.812 0 0 3200 1919 1 0.312 0 2 interp_poly -40 50 68 8 3148 1645 3 MP PP 3148 1645 0.812 0 0 3216 1653 0.875 0 0 3148 1645 0.812 0 0 2 interp_poly 3216 1653 0.875 0 0 3176 1703 1 0.0625 0 3216 1653 0.875 0 0 2 interp_poly 68 8 -40 -95 3188 1740 3 MP PP 3188 1740 1 0 0 3148 1645 0.812 0 0 3188 1740 1 0 0 2 interp_poly 3148 1645 0.812 0 0 3216 1653 0.875 0 0 3148 1645 0.812 0 0 2 interp_poly -40 43 68 -6 3160 1703 3 MP PP 3160 1703 0.812 0 0 3228 1697 0.875 0 0 3160 1703 0.812 0 0 2 interp_poly 3228 1697 0.875 0 0 3188 1740 1 0 0 3228 1697 0.875 0 0 2 interp_poly 68 -6 -40 -216 3200 1919 3 MP PP 3200 1919 1 0.312 0 3160 1703 0.812 0 0 3200 1919 1 0.312 0 2 interp_poly 3160 1703 0.812 0 0 3228 1697 0.875 0 0 3160 1703 0.812 0 0 2 interp_poly -40 93 68 -5 3172 1831 3 MP PP 3172 1831 1 0 0 3240 1826 1 0 0 3172 1831 1 0 0 2 interp_poly 3240 1826 1 0 0 3200 1919 1 0.312 0 3240 1826 1 0 0 2 interp_poly 68 -35 -40 7 3252 1843 3 MP PP 3252 1843 0.875 0 0 3212 1850 1 0 0 3252 1843 0.875 0 0 2 interp_poly 3212 1850 1 0 0 3280 1815 0.938 0 0 3212 1850 1 0 0 2 interp_poly -40 11 68 -35 3212 1850 3 MP PP 3212 1850 1 0 0 3280 1815 0.938 0 0 3212 1850 1 0 0 2 interp_poly 3280 1815 0.938 0 0 3240 1826 1 0 0 3280 1815 0.938 0 0 2 interp_poly -40 -35 68 -27 3170 2851 3 MP PP 3170 2851 1 0.75 0 3238 2824 1 0.688 0 3170 2851 1 0.75 0 2 interp_poly 3238 2824 1 0.688 0 3198 2789 1 0.688 0 3238 2824 1 0.688 0 2 interp_poly 68 -27 -40 17 3210 2834 3 MP PP 3210 2834 1 0.625 0 3170 2851 1 0.75 0 3210 2834 1 0.625 0 2 interp_poly 3170 2851 1 0.75 0 3238 2824 1 0.688 0 3170 2851 1 0.75 0 2 interp_poly 67 -45 -40 -35 3238 2824 3 MP PP 3238 2824 1 0.688 0 3198 2789 1 0.688 0 3238 2824 1 0.688 0 2 interp_poly 3198 2789 1 0.688 0 3265 2744 1 0.625 0 3198 2789 1 0.688 0 2 interp_poly -40 46 68 -56 3210 2834 3 MP PP 3210 2834 1 0.625 0 3278 2778 1 0.5 0 3210 2834 1 0.625 0 2 interp_poly 3278 2778 1 0.5 0 3238 2824 1 0.688 0 3278 2778 1 0.5 0 2 interp_poly 68 -56 -40 -84 3250 2918 3 MP PP 3250 2918 1 0.75 0 3210 2834 1 0.625 0 3250 2918 1 0.75 0 2 interp_poly 3210 2834 1 0.625 0 3278 2778 1 0.5 0 3210 2834 1 0.625 0 2 interp_poly 67 -16 -40 -52 3249 2140 3 MP PP 3249 2140 1 0.25 0 3209 2088 1 0.188 0 3249 2140 1 0.25 0 2 interp_poly 3209 2088 1 0.188 0 3276 2072 1 0.125 0 3209 2088 1 0.188 0 2 interp_poly -40 -29 67 -16 3209 2088 3 MP PP 3209 2088 1 0.188 0 3276 2072 1 0.125 0 3209 2088 1 0.188 0 2 interp_poly 3276 2072 1 0.125 0 3236 2043 1 0.125 0 3276 2072 1 0.125 0 2 interp_poly 67 -16 -40 1 3248 1455 3 MP PP 3248 1455 0.875 0 0 3208 1456 0.938 0 0 3248 1455 0.875 0 0 2 interp_poly 3208 1456 0.938 0 0 3275 1440 0.938 0 0 3208 1456 0.938 0 0 2 interp_poly 68 -62 -40 -11 3246 3168 3 MP PP 3246 3168 1 1 0 3206 3157 1 1 0 3246 3168 1 1 0 2 interp_poly 3206 3157 1 1 0 3274 3095 1 0.875 0 3206 3157 1 1 0 2 interp_poly -40 -85 68 -62 3206 3157 3 MP PP 3206 3157 1 1 0 3274 3095 1 0.875 0 3206 3157 1 1 0 2 interp_poly 3274 3095 1 0.875 0 3234 3010 1 0.75 0 3274 3095 1 0.875 0 2 interp_poly 68 -2 -40 -10 3245 2275 3 MP PP 3245 2275 1 0.188 0 3205 2265 1 0.188 0 3245 2275 1 0.188 0 2 interp_poly 3205 2265 1 0.188 0 3273 2263 1 0.25 0 3205 2265 1 0.188 0 2 interp_poly -40 -21 68 -2 3205 2265 3 MP PP 3205 2265 1 0.188 0 3273 2263 1 0.25 0 3205 2265 1 0.188 0 2 interp_poly 3273 2263 1 0.25 0 3233 2242 1 0.25 0 3273 2263 1 0.25 0 2 interp_poly -40 -77 68 -9 3204 1634 3 MP PP 3204 1634 1 0 0 3272 1625 1 0 0 3204 1634 1 0 0 2 interp_poly 3272 1625 1 0 0 3232 1548 0.875 0 0 3272 1625 1 0 0 2 interp_poly 68 -99 -40 -5 3242 3524 3 MP PP 3242 3524 0.625 1 0.438 3202 3519 0.562 1 0.5 3242 3524 0.625 1 0.438 2 interp_poly 3202 3519 0.562 1 0.5 3270 3420 0.75 1 0.312 3202 3519 0.562 1 0.5 2 interp_poly -40 10 68 -99 3202 3519 3 MP PP 3202 3519 0.562 1 0.5 3270 3420 0.75 1 0.312 3202 3519 0.562 1 0.5 2 interp_poly 3270 3420 0.75 1 0.312 3230 3430 0.688 1 0.375 3270 3420 0.75 1 0.312 2 interp_poly -40 16 67 -124 3199 3929 3 MP PP 3199 3929 0 1 1 3266 3805 0.25 1 0.812 3199 3929 0 1 1 2 interp_poly 3266 3805 0.25 1 0.812 3226 3821 0.125 1 0.938 3266 3805 0.25 1 0.812 2 interp_poly -40 -7 67 -45 3198 2789 3 MP PP 3198 2789 1 0.688 0 3265 2744 1 0.625 0 3198 2789 1 0.688 0 2 interp_poly 3265 2744 1 0.625 0 3225 2737 1 0.625 0 3265 2744 1 0.625 0 2 interp_poly 68 -11 -40 99 3172 1831 3 MP PP 3172 1831 1 0 0 3132 1930 1 0.25 0 3172 1831 1 0 0 2 interp_poly 3132 1930 1 0.25 0 3200 1919 1 0.312 0 3132 1930 1 0.25 0 2 interp_poly -40 -115 68 -55 3156 2059 3 MP PP 3156 2059 1 0.312 0 3224 2004 1 0.188 0 3156 2059 1 0.312 0 2 interp_poly 3224 2004 1 0.188 0 3184 1889 1 0 0 3224 2004 1 0.188 0 2 interp_poly 68 -55 -40 63 3196 1996 3 MP PP 3196 1996 1 0.0625 0 3156 2059 1 0.312 0 3196 1996 1 0.0625 0 2 interp_poly 3156 2059 1 0.312 0 3224 2004 1 0.188 0 3156 2059 1 0.312 0 2 interp_poly 68 -46 -40 -115 3224 2004 3 MP PP 3224 2004 1 0.188 0 3184 1889 1 0 0 3224 2004 1 0.188 0 2 interp_poly 3184 1889 1 0 0 3252 1843 0.875 0 0 3184 1889 1 0 0 2 interp_poly -40 24 68 -16 3196 1996 3 MP PP 3196 1996 1 0.0625 0 3264 1980 1 0.0625 0 3196 1996 1 0.0625 0 2 interp_poly 3264 1980 1 0.0625 0 3224 2004 1 0.188 0 3264 1980 1 0.0625 0 2 interp_poly 68 -16 -40 -47 3236 2043 3 MP PP 3236 2043 1 0.125 0 3196 1996 1 0.0625 0 3236 2043 1 0.125 0 2 interp_poly 3196 1996 1 0.0625 0 3264 1980 1 0.0625 0 3196 1996 1 0.0625 0 2 interp_poly 68 -46 -40 10 3233 2242 3 MP PP 3233 2242 1 0.25 0 3193 2252 1 0.312 0 3233 2242 1 0.25 0 2 interp_poly 3193 2252 1 0.312 0 3261 2206 1 0.25 0 3193 2252 1 0.312 0 2 interp_poly -40 -38 68 -46 3193 2252 3 MP PP 3193 2252 1 0.312 0 3261 2206 1 0.25 0 3193 2252 1 0.312 0 2 interp_poly 3261 2206 1 0.25 0 3221 2168 1 0.188 0 3261 2206 1 0.25 0 2 interp_poly -40 -127 68 -27 3152 1610 3 MP PP 3152 1610 1 0.125 0 3220 1583 1 0.125 0 3152 1610 1 0.125 0 2 interp_poly 3220 1583 1 0.125 0 3180 1456 0.875 0 0 3220 1583 1 0.125 0 2 interp_poly 68 7 -40 -7 3180 1456 3 MP PP 3180 1456 0.875 0 0 3140 1449 0.938 0 0 3180 1456 0.875 0 0 2 interp_poly 3140 1449 0.938 0 0 3208 1456 0.938 0 0 3140 1449 0.938 0 0 2 interp_poly -40 1 68 -1 3180 1456 3 MP PP 3180 1456 0.875 0 0 3248 1455 0.875 0 0 3180 1456 0.875 0 0 2 interp_poly 3248 1455 0.875 0 0 3208 1456 0.938 0 0 3248 1455 0.875 0 0 2 interp_poly 68 -1 -40 -127 3220 1583 3 MP PP 3220 1583 1 0.125 0 3180 1456 0.875 0 0 3220 1583 1 0.125 0 2 interp_poly 3180 1456 0.875 0 0 3248 1455 0.875 0 0 3180 1456 0.875 0 0 2 interp_poly -40 124 68 -52 3192 1511 3 MP PP 3192 1511 0.875 0 0 3260 1459 0.75 0 0 3192 1511 0.875 0 0 2 interp_poly 3260 1459 0.75 0 0 3220 1583 1 0.125 0 3260 1459 0.75 0 0 2 interp_poly 68 -52 -40 -37 3232 1548 3 MP PP 3232 1548 0.875 0 0 3192 1511 0.875 0 0 3232 1548 0.875 0 0 2 interp_poly 3192 1511 0.875 0 0 3260 1459 0.75 0 0 3192 1511 0.875 0 0 2 interp_poly 68 -89 -40 -28 3230 3430 3 MP PP 3230 3430 0.688 1 0.375 3190 3402 0.688 1 0.375 3230 3430 0.688 1 0.375 2 interp_poly 3190 3402 0.688 1 0.375 3258 3313 0.875 1 0.188 3190 3402 0.688 1 0.375 2 interp_poly -40 -11 68 -89 3190 3402 3 MP PP 3190 3402 0.688 1 0.375 3258 3313 0.875 1 0.188 3190 3402 0.688 1 0.375 2 interp_poly 3258 3313 0.875 1 0.188 3218 3302 0.875 1 0.188 3258 3313 0.875 1 0.188 2 interp_poly 68 -97 -40 -18 3226 3821 3 MP PP 3226 3821 0.125 1 0.938 3186 3803 0.125 1 0.938 3226 3821 0.125 1 0.938 2 interp_poly 3186 3803 0.125 1 0.938 3254 3706 0.312 1 0.75 3186 3803 0.125 1 0.938 2 interp_poly -40 -33 68 -97 3186 3803 3 MP PP 3186 3803 0.125 1 0.938 3254 3706 0.312 1 0.75 3186 3803 0.125 1 0.938 2 interp_poly 3254 3706 0.312 1 0.75 3214 3673 0.375 1 0.688 3254 3706 0.312 1 0.75 2 interp_poly 68 -37 -40 -105 3225 2737 3 MP PP 3225 2737 1 0.625 0 3185 2632 1 0.438 0 3225 2737 1 0.625 0 2 interp_poly 3185 2632 1 0.438 0 3253 2595 1 0.375 0 3185 2632 1 0.438 0 2 interp_poly -40 -83 68 -37 3185 2632 3 MP PP 3185 2632 1 0.438 0 3253 2595 1 0.375 0 3185 2632 1 0.438 0 2 interp_poly 3253 2595 1 0.375 0 3213 2512 1 0.25 0 3253 2595 1 0.375 0 2 interp_poly -40 7 68 -46 3184 1889 3 MP PP 3184 1889 1 0 0 3252 1843 0.875 0 0 3184 1889 1 0 0 2 interp_poly 3252 1843 0.875 0 0 3212 1850 1 0 0 3252 1843 0.875 0 0 2 interp_poly 68 -24 -40 -48 3222 2990 3 MP PP 3222 2990 1 0.875 0 3182 2942 1 0.812 0 3222 2990 1 0.875 0 2 interp_poly 3182 2942 1 0.812 0 3250 2918 1 0.75 0 3182 2942 1 0.812 0 2 interp_poly -40 -84 68 -24 3182 2942 3 MP PP 3182 2942 1 0.812 0 3250 2918 1 0.75 0 3182 2942 1 0.812 0 2 interp_poly 3250 2918 1 0.75 0 3210 2834 1 0.625 0 3250 2918 1 0.75 0 2 interp_poly 68 -3 -40 -25 3221 2168 3 MP PP 3221 2168 1 0.188 0 3181 2143 1 0.188 0 3221 2168 1 0.188 0 2 interp_poly 3181 2143 1 0.188 0 3249 2140 1 0.25 0 3181 2143 1 0.188 0 2 interp_poly -40 -52 68 -3 3181 2143 3 MP PP 3181 2143 1 0.188 0 3249 2140 1 0.25 0 3181 2143 1 0.188 0 2 interp_poly 3249 2140 1 0.25 0 3209 2088 1 0.188 0 3249 2140 1 0.25 0 2 interp_poly 68 -69 -40 -65 3218 3302 3 MP PP 3218 3302 0.875 1 0.188 3178 3237 0.938 1 0.125 3218 3302 0.875 1 0.188 2 interp_poly 3178 3237 0.938 1 0.125 3246 3168 1 1 0 3178 3237 0.938 1 0.125 2 interp_poly -40 -11 68 -69 3178 3237 3 MP PP 3178 3237 0.938 1 0.125 3246 3168 1 1 0 3178 3237 0.938 1 0.125 2 interp_poly 3246 3168 1 1 0 3206 3157 1 1 0 3246 3168 1 1 0 2 interp_poly 68 -74 -40 -75 3217 2424 3 MP PP 3217 2424 1 0.438 0 3177 2349 1 0.312 0 3217 2424 1 0.438 0 2 interp_poly 3177 2349 1 0.312 0 3245 2275 1 0.188 0 3177 2349 1 0.312 0 2 interp_poly -40 -10 68 -74 3177 2349 3 MP PP 3177 2349 1 0.312 0 3245 2275 1 0.188 0 3177 2349 1 0.312 0 2 interp_poly 3245 2275 1 0.188 0 3205 2265 1 0.188 0 3245 2275 1 0.188 0 2 interp_poly 68 -90 -40 -59 3214 3673 3 MP PP 3214 3673 0.375 1 0.688 3174 3614 0.438 1 0.625 3214 3673 0.375 1 0.688 2 interp_poly 3174 3614 0.438 1 0.625 3242 3524 0.625 1 0.438 3174 3614 0.438 1 0.625 2 interp_poly -40 -5 68 -90 3174 3614 3 MP PP 3174 3614 0.438 1 0.625 3242 3524 0.625 1 0.438 3174 3614 0.438 1 0.625 2 interp_poly 3242 3524 0.625 1 0.438 3202 3519 0.562 1 0.5 3242 3524 0.625 1 0.438 2 interp_poly 68 -5 -40 -19 3212 1850 3 MP PP 3212 1850 1 0 0 3172 1831 1 0 0 3212 1850 1 0 0 2 interp_poly 3172 1831 1 0 0 3240 1826 1 0 0 3172 1831 1 0 0 2 interp_poly 67 -4 -40 -41 3209 2088 3 MP PP 3209 2088 1 0.188 0 3169 2047 1 0.125 0 3209 2088 1 0.188 0 2 interp_poly 3169 2047 1 0.125 0 3236 2043 1 0.125 0 3169 2047 1 0.125 0 2 interp_poly -40 -47 67 -4 3169 2047 3 MP PP 3169 2047 1 0.125 0 3236 2043 1 0.125 0 3169 2047 1 0.125 0 2 interp_poly 3236 2043 1 0.125 0 3196 1996 1 0.0625 0 3236 2043 1 0.125 0 2 interp_poly -40 -31 68 -45 3126 3126 3 MP PP 3126 3126 1 1 0.0625 3194 3081 1 1 0 3126 3126 1 1 0.0625 2 interp_poly 3194 3081 1 1 0 3154 3050 1 0.938 0 3194 3081 1 1 0 2 interp_poly 68 -45 -40 47 3166 3079 3 MP PP 3166 3079 1 0.875 0 3126 3126 1 1 0.0625 3166 3079 1 0.875 0 2 interp_poly 3126 3126 1 1 0.0625 3194 3081 1 1 0 3126 3126 1 1 0.0625 2 interp_poly 68 -60 -40 -31 3194 3081 3 MP PP 3194 3081 1 1 0 3154 3050 1 0.938 0 3194 3081 1 1 0 2 interp_poly 3154 3050 1 0.938 0 3222 2990 1 0.875 0 3154 3050 1 0.938 0 2 interp_poly -40 71 68 -69 3166 3079 3 MP PP 3166 3079 1 0.875 0 3234 3010 1 0.75 0 3166 3079 1 0.875 0 2 interp_poly 3234 3010 1 0.75 0 3194 3081 1 1 0 3234 3010 1 0.75 0 2 interp_poly 68 -69 -40 -78 3206 3157 3 MP PP 3206 3157 1 1 0 3166 3079 1 0.875 0 3206 3157 1 1 0 2 interp_poly 3166 3079 1 0.875 0 3234 3010 1 0.75 0 3166 3079 1 0.875 0 2 interp_poly 68 -38 -40 15 3205 2265 3 MP PP 3205 2265 1 0.188 0 3165 2280 1 0.312 0 3205 2265 1 0.188 0 2 interp_poly 3165 2280 1 0.312 0 3233 2242 1 0.25 0 3165 2280 1 0.312 0 2 interp_poly -40 10 68 -38 3165 2280 3 MP PP 3165 2280 1 0.312 0 3233 2242 1 0.25 0 3165 2280 1 0.312 0 2 interp_poly 3233 2242 1 0.25 0 3193 2252 1 0.312 0 3233 2242 1 0.25 0 2 interp_poly 68 -58 -40 -96 3152 1610 3 MP PP 3152 1610 1 0.125 0 3112 1514 1 0 0 3152 1610 1 0.125 0 2 interp_poly 3112 1514 1 0 0 3180 1456 0.875 0 0 3112 1514 1 0 0 2 interp_poly -40 99 68 5 3124 1506 3 MP PP 3124 1506 0.812 0 0 3192 1511 0.875 0 0 3124 1506 0.812 0 0 2 interp_poly 3192 1511 0.875 0 0 3152 1610 1 0.125 0 3192 1511 0.875 0 0 2 interp_poly 68 -27 -40 99 3192 1511 3 MP PP 3192 1511 0.875 0 0 3152 1610 1 0.125 0 3192 1511 0.875 0 0 2 interp_poly 3152 1610 1 0.125 0 3220 1583 1 0.125 0 3152 1610 1 0.125 0 2 interp_poly 68 -10 -40 -76 3204 1634 3 MP PP 3204 1634 1 0 0 3164 1558 0.875 0 0 3204 1634 1 0 0 2 interp_poly 3164 1558 0.875 0 0 3232 1548 0.875 0 0 3164 1558 0.875 0 0 2 interp_poly -40 -37 68 -10 3164 1558 3 MP PP 3164 1558 0.875 0 0 3232 1548 0.875 0 0 3164 1558 0.875 0 0 2 interp_poly 3232 1548 0.875 0 0 3192 1511 0.875 0 0 3232 1548 0.875 0 0 2 interp_poly 68 -84 -40 -5 3202 3519 3 MP PP 3202 3519 0.562 1 0.5 3162 3514 0.5 1 0.562 3202 3519 0.562 1 0.5 2 interp_poly 3162 3514 0.5 1 0.562 3230 3430 0.688 1 0.375 3162 3514 0.5 1 0.562 2 interp_poly -40 -28 68 -84 3162 3514 3 MP PP 3162 3514 0.5 1 0.562 3230 3430 0.688 1 0.375 3162 3514 0.5 1 0.562 2 interp_poly 3230 3430 0.688 1 0.375 3190 3402 0.688 1 0.375 3230 3430 0.688 1 0.375 2 interp_poly 68 -59 -40 -35 3201 2514 3 MP PP 3201 2514 1 0.375 0 3161 2479 1 0.375 0 3201 2514 1 0.375 0 2 interp_poly 3161 2479 1 0.375 0 3229 2420 1 0.25 0 3161 2479 1 0.375 0 2 interp_poly -40 24 68 -59 3161 2479 3 MP PP 3161 2479 1 0.375 0 3229 2420 1 0.25 0 3161 2479 1 0.375 0 2 interp_poly 3229 2420 1 0.25 0 3189 2444 1 0.375 0 3229 2420 1 0.25 0 2 interp_poly 67 -95 -40 -13 3199 3929 3 MP PP 3199 3929 0 1 1 3159 3916 0 0.938 1 3199 3929 0 1 1 2 interp_poly 3159 3916 0 0.938 1 3226 3821 0.125 1 0.938 3159 3916 0 0.938 1 2 interp_poly -40 -18 67 -95 3159 3916 3 MP PP 3159 3916 0 0.938 1 3226 3821 0.125 1 0.938 3159 3916 0 0.938 1 2 interp_poly 3226 3821 0.125 1 0.938 3186 3803 0.125 1 0.938 3226 3821 0.125 1 0.938 2 interp_poly 67 -29 -40 -23 3198 2789 3 MP PP 3198 2789 1 0.688 0 3158 2766 1 0.688 0 3198 2789 1 0.688 0 2 interp_poly 3158 2766 1 0.688 0 3225 2737 1 0.625 0 3158 2766 1 0.688 0 2 interp_poly -40 -105 67 -29 3158 2766 3 MP PP 3158 2766 1 0.688 0 3225 2737 1 0.625 0 3158 2766 1 0.688 0 2 interp_poly 3225 2737 1 0.625 0 3185 2632 1 0.438 0 3225 2737 1 0.625 0 2 interp_poly -40 -48 68 -60 3154 3050 3 MP PP 3154 3050 1 0.938 0 3222 2990 1 0.875 0 3154 3050 1 0.938 0 2 interp_poly 3222 2990 1 0.875 0 3182 2942 1 0.812 0 3222 2990 1 0.875 0 2 interp_poly 68 -61 -40 -23 3193 2252 3 MP PP 3193 2252 1 0.312 0 3153 2229 1 0.312 0 3193 2252 1 0.312 0 2 interp_poly 3153 2229 1 0.312 0 3221 2168 1 0.188 0 3153 2229 1 0.312 0 2 interp_poly -40 -25 68 -61 3153 2229 3 MP PP 3153 2229 1 0.312 0 3221 2168 1 0.188 0 3153 2229 1 0.312 0 2 interp_poly 3221 2168 1 0.188 0 3181 2143 1 0.188 0 3221 2168 1 0.188 0 2 interp_poly 68 -45 -40 -55 3190 3402 3 MP PP 3190 3402 0.688 1 0.375 3150 3347 0.75 1 0.312 3190 3402 0.688 1 0.375 2 interp_poly 3150 3347 0.75 1 0.312 3218 3302 0.875 1 0.188 3150 3347 0.75 1 0.312 2 interp_poly -40 -65 68 -45 3150 3347 3 MP PP 3150 3347 0.75 1 0.312 3218 3302 0.875 1 0.188 3150 3347 0.75 1 0.312 2 interp_poly 3218 3302 0.875 1 0.188 3178 3237 0.938 1 0.125 3218 3302 0.875 1 0.188 2 interp_poly 68 -42 -40 22 3189 2444 3 MP PP 3189 2444 1 0.375 0 3149 2466 1 0.5 0 3189 2444 1 0.375 0 2 interp_poly 3149 2466 1 0.5 0 3217 2424 1 0.438 0 3149 2466 1 0.5 0 2 interp_poly -40 -75 68 -42 3149 2466 3 MP PP 3149 2466 1 0.5 0 3217 2424 1 0.438 0 3149 2466 1 0.5 0 2 interp_poly 3217 2424 1 0.438 0 3177 2349 1 0.312 0 3217 2424 1 0.438 0 2 interp_poly 68 -53 -40 -77 3186 3803 3 MP PP 3186 3803 0.125 1 0.938 3146 3726 0.25 1 0.812 3186 3803 0.125 1 0.938 2 interp_poly 3146 3726 0.25 1 0.812 3214 3673 0.375 1 0.688 3146 3726 0.25 1 0.812 2 interp_poly -40 -59 68 -53 3146 3726 3 MP PP 3146 3726 0.25 1 0.812 3214 3673 0.375 1 0.688 3146 3726 0.25 1 0.812 2 interp_poly 3214 3673 0.375 1 0.688 3174 3614 0.438 1 0.625 3214 3673 0.375 1 0.688 2 interp_poly -40 -39 68 -50 3105 2628 3 MP PP 3105 2628 1 0.562 0 3173 2578 1 0.438 0 3105 2628 1 0.562 0 2 interp_poly 3173 2578 1 0.438 0 3133 2539 1 0.438 0 3173 2578 1 0.438 0 2 interp_poly 68 -50 -40 68 3145 2560 3 MP PP 3145 2560 1 0.312 0 3105 2628 1 0.562 0 3145 2560 1 0.312 0 2 interp_poly 3105 2628 1 0.562 0 3173 2578 1 0.438 0 3105 2628 1 0.562 0 2 interp_poly 68 -25 -40 -39 3173 2578 3 MP PP 3173 2578 1 0.438 0 3133 2539 1 0.438 0 3173 2578 1 0.438 0 2 interp_poly 3133 2539 1 0.438 0 3201 2514 1 0.375 0 3133 2539 1 0.438 0 2 interp_poly -40 66 68 -48 3145 2560 3 MP PP 3145 2560 1 0.312 0 3213 2512 1 0.25 0 3145 2560 1 0.312 0 2 interp_poly 3213 2512 1 0.25 0 3173 2578 1 0.438 0 3213 2512 1 0.25 0 2 interp_poly 68 -48 -40 -72 3185 2632 3 MP PP 3185 2632 1 0.438 0 3145 2560 1 0.312 0 3185 2632 1 0.438 0 2 interp_poly 3145 2560 1 0.312 0 3213 2512 1 0.25 0 3145 2560 1 0.312 0 2 interp_poly 68 -60 -40 21 3184 1889 3 MP PP 3184 1889 1 0 0 3144 1910 1 0.0625 0 3184 1889 1 0 0 2 interp_poly 3144 1910 1 0.0625 0 3212 1850 1 0 0 3144 1910 1 0.0625 0 2 interp_poly -40 -19 68 -60 3144 1910 3 MP PP 3144 1910 1 0.0625 0 3212 1850 1 0 0 3144 1910 1 0.0625 0 2 interp_poly 3212 1850 1 0 0 3172 1831 1 0 0 3212 1850 1 0 0 2 interp_poly 68 -71 -40 -37 3182 2942 3 MP PP 3182 2942 1 0.812 0 3142 2905 1 0.75 0 3182 2942 1 0.812 0 2 interp_poly 3142 2905 1 0.75 0 3210 2834 1 0.625 0 3142 2905 1 0.75 0 2 interp_poly -40 17 68 -71 3142 2905 3 MP PP 3142 2905 1 0.75 0 3210 2834 1 0.625 0 3142 2905 1 0.75 0 2 interp_poly 3210 2834 1 0.625 0 3170 2851 1 0.75 0 3210 2834 1 0.625 0 2 interp_poly 68 -16 -40 -39 3181 2143 3 MP PP 3181 2143 1 0.188 0 3141 2104 1 0.188 0 3181 2143 1 0.188 0 2 interp_poly 3141 2104 1 0.188 0 3209 2088 1 0.188 0 3141 2104 1 0.188 0 2 interp_poly -40 -41 68 -16 3141 2104 3 MP PP 3141 2104 1 0.188 0 3209 2088 1 0.188 0 3141 2104 1 0.188 0 2 interp_poly 3209 2088 1 0.188 0 3169 2047 1 0.125 0 3209 2088 1 0.188 0 2 interp_poly 68 -90 -40 10 3178 3237 3 MP PP 3178 3237 0.938 1 0.125 3138 3247 0.875 1 0.188 3178 3237 0.938 1 0.125 2 interp_poly 3138 3247 0.875 1 0.188 3206 3157 1 1 0 3138 3247 0.875 1 0.188 2 interp_poly -40 -78 68 -90 3138 3247 3 MP PP 3138 3247 0.875 1 0.188 3206 3157 1 1 0 3138 3247 0.875 1 0.188 2 interp_poly 3206 3157 1 1 0 3166 3079 1 0.875 0 3206 3157 1 1 0 2 interp_poly -40 -28 68 -52 3097 2332 3 MP PP 3097 2332 1 0.375 0 3165 2280 1 0.312 0 3097 2332 1 0.375 0 2 interp_poly 3165 2280 1 0.312 0 3125 2252 1 0.25 0 3165 2280 1 0.312 0 2 interp_poly 68 -52 -40 40 3137 2292 3 MP PP 3137 2292 1 0.25 0 3097 2332 1 0.375 0 3137 2292 1 0.25 0 2 interp_poly 3097 2332 1 0.375 0 3165 2280 1 0.312 0 3097 2332 1 0.375 0 2 interp_poly 68 -27 -40 -57 3177 2349 3 MP PP 3177 2349 1 0.312 0 3137 2292 1 0.25 0 3177 2349 1 0.312 0 2 interp_poly 3137 2292 1 0.25 0 3205 2265 1 0.188 0 3137 2292 1 0.25 0 2 interp_poly -40 15 68 -27 3137 2292 3 MP PP 3137 2292 1 0.25 0 3205 2265 1 0.188 0 3137 2292 1 0.25 0 2 interp_poly 3205 2265 1 0.188 0 3165 2280 1 0.312 0 3205 2265 1 0.188 0 2 interp_poly -40 -96 68 17 3084 1593 3 MP PP 3084 1593 1 0.0625 0 3152 1610 1 0.125 0 3084 1593 1 0.0625 0 2 interp_poly 3152 1610 1 0.125 0 3112 1514 1 0 0 3152 1610 1 0.125 0 2 interp_poly 68 17 -40 87 3124 1506 3 MP PP 3124 1506 0.812 0 0 3084 1593 1 0.0625 0 3124 1506 0.812 0 0 2 interp_poly 3084 1593 1 0.0625 0 3152 1610 1 0.125 0 3084 1593 1 0.0625 0 2 interp_poly -40 -76 68 -1 3136 1635 3 MP PP 3136 1635 0.938 0 0 3204 1634 1 0 0 3136 1635 0.938 0 0 2 interp_poly 3204 1634 1 0 0 3164 1558 0.875 0 0 3204 1634 1 0 0 2 interp_poly 68 -107 -40 12 3174 3614 3 MP PP 3174 3614 0.438 1 0.625 3134 3626 0.375 1 0.688 3174 3614 0.438 1 0.625 2 interp_poly 3134 3626 0.375 1 0.688 3202 3519 0.562 1 0.5 3134 3626 0.375 1 0.688 2 interp_poly -40 -5 68 -107 3134 3626 3 MP PP 3134 3626 0.375 1 0.688 3202 3519 0.562 1 0.5 3134 3626 0.375 1 0.688 2 interp_poly 3202 3519 0.562 1 0.5 3162 3514 0.5 1 0.562 3202 3519 0.562 1 0.5 2 interp_poly -40 -35 68 -25 3133 2539 3 MP PP 3133 2539 1 0.438 0 3201 2514 1 0.375 0 3133 2539 1 0.438 0 2 interp_poly 3201 2514 1 0.375 0 3161 2479 1 0.375 0 3201 2514 1 0.375 0 2 interp_poly -40 -13 68 -120 3131 4049 3 MP PP 3131 4049 0 0.75 1 3199 3929 0 1 1 3131 4049 0 0.75 1 2 interp_poly 3199 3929 0 1 1 3159 3916 0 0.938 1 3199 3929 0 1 1 2 interp_poly 68 -59 -40 -3 3170 2851 3 MP PP 3170 2851 1 0.75 0 3130 2848 1 0.75 0 3170 2851 1 0.75 0 2 interp_poly 3130 2848 1 0.75 0 3198 2789 1 0.688 0 3130 2848 1 0.75 0 2 interp_poly -40 -23 68 -59 3130 2848 3 MP PP 3130 2848 1 0.75 0 3198 2789 1 0.688 0 3130 2848 1 0.75 0 2 interp_poly 3198 2789 1 0.688 0 3158 2766 1 0.688 0 3198 2789 1 0.688 0 2 interp_poly -40 -116 68 -12 3040 1754 3 MP PP 3040 1754 1 0.125 0 3108 1742 1 0.125 0 3040 1754 1 0.125 0 2 interp_poly 3108 1742 1 0.125 0 3068 1626 0.938 0 0 3108 1742 1 0.125 0 2 interp_poly 68 9 -40 -116 3108 1742 3 MP PP 3108 1742 1 0.125 0 3068 1626 0.938 0 0 3108 1742 1 0.125 0 2 interp_poly 3068 1626 0.938 0 0 3136 1635 0.938 0 0 3068 1626 0.938 0 0 2 interp_poly 68 -12 -40 94 3080 1660 3 MP PP 3080 1660 0.875 0 0 3040 1754 1 0.125 0 3080 1660 0.875 0 0 2 interp_poly 3040 1754 1 0.125 0 3108 1742 1 0.125 0 3040 1754 1 0.125 0 2 interp_poly -40 97 68 -15 3080 1660 3 MP PP 3080 1660 0.875 0 0 3148 1645 0.812 0 0 3080 1660 0.875 0 0 2 interp_poly 3148 1645 0.812 0 0 3108 1742 1 0.125 0 3148 1645 0.812 0 0 2 interp_poly -40 -114 68 -25 3052 1799 3 MP PP 3052 1799 1 0.0625 0 3120 1774 1 0.0625 0 3052 1799 1 0.0625 0 2 interp_poly 3120 1774 1 0.0625 0 3080 1660 0.875 0 0 3120 1774 1 0.0625 0 2 interp_poly 68 -25 -40 75 3092 1724 3 MP PP 3092 1724 0.875 0 0 3052 1799 1 0.0625 0 3092 1724 0.875 0 0 2 interp_poly 3052 1799 1 0.0625 0 3120 1774 1 0.0625 0 3052 1799 1 0.0625 0 2 interp_poly -40 -206 68 26 3064 1904 3 MP PP 3064 1904 1 0.188 0 3132 1930 1 0.25 0 3064 1904 1 0.188 0 2 interp_poly 3132 1930 1 0.25 0 3092 1724 0.875 0 0 3132 1930 1 0.25 0 2 interp_poly 68 26 -40 60 3104 1844 3 MP PP 3104 1844 1 0 0 3064 1904 1 0.188 0 3104 1844 1 0 0 2 interp_poly 3064 1904 1 0.188 0 3132 1930 1 0.25 0 3064 1904 1 0.188 0 2 interp_poly 68 -15 -40 -114 3120 1774 3 MP PP 3120 1774 1 0.0625 0 3080 1660 0.875 0 0 3120 1774 1 0.0625 0 2 interp_poly 3080 1660 0.875 0 0 3148 1645 0.812 0 0 3080 1660 0.875 0 0 2 interp_poly -40 71 68 -21 3092 1724 3 MP PP 3092 1724 0.875 0 0 3160 1703 0.812 0 0 3092 1724 0.875 0 0 2 interp_poly 3160 1703 0.812 0 0 3120 1774 1 0.0625 0 3160 1703 0.812 0 0 2 interp_poly 68 -21 -40 -206 3132 1930 3 MP PP 3132 1930 1 0.25 0 3092 1724 0.875 0 0 3132 1930 1 0.25 0 2 interp_poly 3092 1724 0.875 0 0 3160 1703 0.812 0 0 3092 1724 0.875 0 0 2 interp_poly -40 99 68 -13 3104 1844 3 MP PP 3104 1844 1 0 0 3172 1831 1 0 0 3104 1844 1 0 0 2 interp_poly 3172 1831 1 0 0 3132 1930 1 0.25 0 3172 1831 1 0 0 2 interp_poly -40 -66 68 -50 3076 1960 3 MP PP 3076 1960 1 0.188 0 3144 1910 1 0.0625 0 3076 1960 1 0.188 0 2 interp_poly 3144 1910 1 0.0625 0 3104 1844 1 0 0 3144 1910 1 0.0625 0 2 interp_poly 68 -50 -40 36 3116 1924 3 MP PP 3116 1924 1 0.0625 0 3076 1960 1 0.188 0 3116 1924 1 0.0625 0 2 interp_poly 3076 1960 1 0.188 0 3144 1910 1 0.0625 0 3076 1960 1 0.188 0 2 interp_poly -40 -135 67 -25 3089 2084 3 MP PP 3089 2084 1 0.312 0 3156 2059 1 0.312 0 3089 2084 1 0.312 0 2 interp_poly 3156 2059 1 0.312 0 3116 1924 1 0.0625 0 3156 2059 1 0.312 0 2 interp_poly 68 -13 -40 -66 3144 1910 3 MP PP 3144 1910 1 0.0625 0 3104 1844 1 0 0 3144 1910 1 0.0625 0 2 interp_poly 3104 1844 1 0 0 3172 1831 1 0 0 3104 1844 1 0 0 2 interp_poly -40 21 68 -35 3116 1924 3 MP PP 3116 1924 1 0.0625 0 3184 1889 1 0 0 3116 1924 1 0.0625 0 2 interp_poly 3184 1889 1 0 0 3144 1910 1 0.0625 0 3184 1889 1 0 0 2 interp_poly 68 -35 -40 -135 3156 2059 3 MP PP 3156 2059 1 0.312 0 3116 1924 1 0.0625 0 3156 2059 1 0.312 0 2 interp_poly 3116 1924 1 0.0625 0 3184 1889 1 0 0 3116 1924 1 0.0625 0 2 interp_poly -40 63 67 -24 3129 2020 3 MP PP 3129 2020 1 0.125 0 3196 1996 1 0.0625 0 3129 2020 1 0.125 0 2 interp_poly 3196 1996 1 0.0625 0 3156 2059 1 0.312 0 3196 1996 1 0.0625 0 2 interp_poly 67 -24 -40 -27 3169 2047 3 MP PP 3169 2047 1 0.125 0 3129 2020 1 0.125 0 3169 2047 1 0.125 0 2 interp_poly 3129 2020 1 0.125 0 3196 1996 1 0.0625 0 3129 2020 1 0.125 0 2 interp_poly 68 0 -40 -28 3165 2280 3 MP PP 3165 2280 1 0.312 0 3125 2252 1 0.25 0 3165 2280 1 0.312 0 2 interp_poly 3125 2252 1 0.25 0 3193 2252 1 0.312 0 3125 2252 1 0.25 0 2 interp_poly -40 -23 68 0 3125 2252 3 MP PP 3125 2252 1 0.25 0 3193 2252 1 0.312 0 3125 2252 1 0.25 0 2 interp_poly 3193 2252 1 0.312 0 3153 2229 1 0.312 0 3193 2252 1 0.312 0 2 interp_poly 68 5 -40 -52 3164 1558 3 MP PP 3164 1558 0.875 0 0 3124 1506 0.812 0 0 3164 1558 0.875 0 0 2 interp_poly 3124 1506 0.812 0 0 3192 1511 0.875 0 0 3124 1506 0.812 0 0 2 interp_poly 68 -82 -40 -30 3162 3514 3 MP PP 3162 3514 0.5 1 0.562 3122 3484 0.562 1 0.5 3162 3514 0.5 1 0.562 2 interp_poly 3122 3484 0.562 1 0.5 3190 3402 0.688 1 0.375 3122 3484 0.562 1 0.5 2 interp_poly -40 -55 68 -82 3122 3484 3 MP PP 3122 3484 0.562 1 0.5 3190 3402 0.688 1 0.375 3122 3484 0.562 1 0.5 2 interp_poly 3190 3402 0.688 1 0.375 3150 3347 0.75 1 0.312 3190 3402 0.688 1 0.375 2 interp_poly -40 -93 68 -27 3081 2493 3 MP PP 3081 2493 1 0.5 0 3149 2466 1 0.5 0 3081 2493 1 0.5 0 2 interp_poly 3149 2466 1 0.5 0 3109 2373 1 0.312 0 3149 2466 1 0.5 0 2 interp_poly 68 -27 -40 25 3121 2468 3 MP PP 3121 2468 1 0.438 0 3081 2493 1 0.5 0 3121 2468 1 0.438 0 2 interp_poly 3081 2493 1 0.5 0 3149 2466 1 0.5 0 3081 2493 1 0.5 0 2 interp_poly 68 -24 -40 -93 3149 2466 3 MP PP 3149 2466 1 0.5 0 3109 2373 1 0.312 0 3149 2466 1 0.5 0 2 interp_poly 3109 2373 1 0.312 0 3177 2349 1 0.312 0 3109 2373 1 0.312 0 2 interp_poly -40 22 68 -24 3121 2468 3 MP PP 3121 2468 1 0.438 0 3189 2444 1 0.375 0 3121 2468 1 0.438 0 2 interp_poly 3189 2444 1 0.375 0 3149 2466 1 0.5 0 3189 2444 1 0.375 0 2 interp_poly 68 -24 -40 -11 3161 2479 3 MP PP 3161 2479 1 0.375 0 3121 2468 1 0.438 0 3161 2479 1 0.375 0 2 interp_poly 3121 2468 1 0.438 0 3189 2444 1 0.375 0 3121 2468 1 0.438 0 2 interp_poly 67 -100 -40 -13 3159 3916 3 MP PP 3159 3916 0 0.938 1 3119 3903 0 0.938 1 3159 3916 0 0.938 1 2 interp_poly 3119 3903 0 0.938 1 3186 3803 0.125 1 0.938 3119 3903 0 0.938 1 2 interp_poly -40 -77 67 -100 3119 3903 3 MP PP 3119 3903 0 0.938 1 3186 3803 0.125 1 0.938 3119 3903 0 0.938 1 2 interp_poly 3186 3803 0.125 1 0.938 3146 3726 0.25 1 0.812 3186 3803 0.125 1 0.938 2 interp_poly 67 -36 -40 -98 3158 2766 3 MP PP 3158 2766 1 0.688 0 3118 2668 1 0.5 0 3158 2766 1 0.688 0 2 interp_poly 3118 2668 1 0.5 0 3185 2632 1 0.438 0 3118 2668 1 0.5 0 2 interp_poly -40 -72 67 -36 3118 2668 3 MP PP 3118 2668 1 0.5 0 3185 2632 1 0.438 0 3118 2668 1 0.5 0 2 interp_poly 3185 2632 1 0.438 0 3145 2560 1 0.312 0 3185 2632 1 0.438 0 2 interp_poly 68 -58 -40 -50 3154 3050 3 MP PP 3154 3050 1 0.938 0 3114 3000 1 0.875 0 3154 3050 1 0.938 0 2 interp_poly 3114 3000 1 0.875 0 3182 2942 1 0.812 0 3114 3000 1 0.875 0 2 interp_poly -40 -37 68 -58 3114 3000 3 MP PP 3114 3000 1 0.875 0 3182 2942 1 0.812 0 3114 3000 1 0.875 0 2 interp_poly 3182 2942 1 0.812 0 3142 2905 1 0.75 0 3182 2942 1 0.812 0 2 interp_poly 68 -12 -40 -74 3153 2229 3 MP PP 3153 2229 1 0.312 0 3113 2155 1 0.188 0 3153 2229 1 0.312 0 2 interp_poly 3113 2155 1 0.188 0 3181 2143 1 0.188 0 3113 2155 1 0.188 0 2 interp_poly -40 -39 68 -12 3113 2155 3 MP PP 3113 2155 1 0.188 0 3181 2143 1 0.188 0 3113 2155 1 0.188 0 2 interp_poly 3181 2143 1 0.188 0 3141 2104 1 0.188 0 3181 2143 1 0.188 0 2 interp_poly -40 -7 68 -58 3112 1514 3 MP PP 3112 1514 1 0 0 3180 1456 0.875 0 0 3112 1514 1 0 0 2 interp_poly 3180 1456 0.875 0 0 3140 1449 0.938 0 0 3180 1456 0.875 0 0 2 interp_poly 68 -57 -40 -53 3150 3347 3 MP PP 3150 3347 0.75 1 0.312 3110 3294 0.875 1 0.188 3150 3347 0.75 1 0.312 2 interp_poly 3110 3294 0.875 1 0.188 3178 3237 0.938 1 0.125 3110 3294 0.875 1 0.188 2 interp_poly -40 10 68 -57 3110 3294 3 MP PP 3110 3294 0.875 1 0.188 3178 3237 0.938 1 0.125 3110 3294 0.875 1 0.188 2 interp_poly 3178 3237 0.938 1 0.125 3138 3247 0.875 1 0.188 3178 3237 0.938 1 0.125 2 interp_poly -40 -57 68 -24 3109 2373 3 MP PP 3109 2373 1 0.312 0 3177 2349 1 0.312 0 3109 2373 1 0.312 0 2 interp_poly 3177 2349 1 0.312 0 3137 2292 1 0.25 0 3177 2349 1 0.312 0 2 interp_poly 68 -104 -40 -8 3146 3726 3 MP PP 3146 3726 0.25 1 0.812 3106 3718 0.25 1 0.812 3146 3726 0.25 1 0.812 2 interp_poly 3106 3718 0.25 1 0.812 3174 3614 0.438 1 0.625 3106 3718 0.25 1 0.812 2 interp_poly -40 12 68 -104 3106 3718 3 MP PP 3106 3718 0.25 1 0.812 3174 3614 0.438 1 0.625 3106 3718 0.25 1 0.812 2 interp_poly 3174 3614 0.438 1 0.625 3134 3626 0.375 1 0.688 3174 3614 0.438 1 0.625 2 interp_poly 68 -50 -40 -4 3142 2905 3 MP PP 3142 2905 1 0.75 0 3102 2901 1 0.812 0 3142 2905 1 0.75 0 2 interp_poly 3102 2901 1 0.812 0 3170 2851 1 0.75 0 3102 2901 1 0.812 0 2 interp_poly -40 -3 68 -50 3102 2901 3 MP PP 3102 2901 1 0.812 0 3170 2851 1 0.75 0 3102 2901 1 0.812 0 2 interp_poly 3170 2851 1 0.75 0 3130 2848 1 0.75 0 3170 2851 1 0.75 0 2 interp_poly 67 -25 -40 64 3129 2020 3 MP PP 3129 2020 1 0.125 0 3089 2084 1 0.312 0 3129 2020 1 0.125 0 2 interp_poly 3089 2084 1 0.312 0 3156 2059 1 0.312 0 3089 2084 1 0.312 0 2 interp_poly 68 -23 -40 -34 3141 2104 3 MP PP 3141 2104 1 0.188 0 3101 2070 1 0.125 0 3141 2104 1 0.188 0 2 interp_poly 3101 2070 1 0.125 0 3169 2047 1 0.125 0 3101 2070 1 0.125 0 2 interp_poly -40 -27 68 -23 3101 2070 3 MP PP 3101 2070 1 0.125 0 3169 2047 1 0.125 0 3101 2070 1 0.125 0 2 interp_poly 3169 2047 1 0.125 0 3129 2020 1 0.125 0 3169 2047 1 0.125 0 2 interp_poly -40 -17 68 -83 3058 3209 3 MP PP 3058 3209 0.875 1 0.188 3126 3126 1 1 0.0625 3058 3209 0.875 1 0.188 2 interp_poly 3126 3126 1 1 0.0625 3086 3109 1 1 0.0625 3126 3126 1 1 0.0625 2 interp_poly 68 -83 -40 63 3098 3146 3 MP PP 3098 3146 1 1 0 3058 3209 0.875 1 0.188 3098 3146 1 1 0 2 interp_poly 3058 3209 0.875 1 0.188 3126 3126 1 1 0.0625 3058 3209 0.875 1 0.188 2 interp_poly 68 -59 -40 -17 3126 3126 3 MP PP 3126 3126 1 1 0.0625 3086 3109 1 1 0.0625 3126 3126 1 1 0.0625 2 interp_poly 3086 3109 1 1 0.0625 3154 3050 1 0.938 0 3086 3109 1 1 0.0625 2 interp_poly -40 47 68 -67 3098 3146 3 MP PP 3098 3146 1 1 0 3166 3079 1 0.875 0 3098 3146 1 1 0 2 interp_poly 3166 3079 1 0.875 0 3126 3126 1 1 0.0625 3166 3079 1 0.875 0 2 interp_poly 68 -67 -40 -101 3138 3247 3 MP PP 3138 3247 0.875 1 0.188 3098 3146 1 1 0 3138 3247 0.875 1 0.188 2 interp_poly 3098 3146 1 1 0 3166 3079 1 0.875 0 3098 3146 1 1 0 2 interp_poly 68 -41 -40 -36 3136 1635 3 MP PP 3136 1635 0.938 0 0 3096 1599 0.938 0 0 3136 1635 0.938 0 0 2 interp_poly 3096 1599 0.938 0 0 3164 1558 0.875 0 0 3096 1599 0.938 0 0 2 interp_poly -40 -52 68 -41 3096 1599 3 MP PP 3096 1599 0.938 0 0 3164 1558 0.875 0 0 3096 1599 0.938 0 0 2 interp_poly 3164 1558 0.875 0 0 3124 1506 0.812 0 0 3164 1558 0.875 0 0 2 interp_poly 68 -81 -40 -31 3134 3626 3 MP PP 3134 3626 0.375 1 0.688 3094 3595 0.375 1 0.688 3134 3626 0.375 1 0.688 2 interp_poly 3094 3595 0.375 1 0.688 3162 3514 0.5 1 0.562 3094 3595 0.375 1 0.688 2 interp_poly -40 -30 68 -81 3094 3595 3 MP PP 3094 3595 0.375 1 0.688 3162 3514 0.5 1 0.562 3094 3595 0.375 1 0.688 2 interp_poly 3162 3514 0.5 1 0.562 3122 3484 0.562 1 0.5 3162 3514 0.5 1 0.562 2 interp_poly 68 -63 -40 3 3133 2539 3 MP PP 3133 2539 1 0.438 0 3093 2542 1 0.5 0 3133 2539 1 0.438 0 2 interp_poly 3093 2542 1 0.5 0 3161 2479 1 0.375 0 3093 2542 1 0.5 0 2 interp_poly -40 -11 68 -63 3093 2542 3 MP PP 3093 2542 1 0.5 0 3161 2479 1 0.375 0 3093 2542 1 0.5 0 2 interp_poly 3161 2479 1 0.375 0 3121 2468 1 0.438 0 3161 2479 1 0.375 0 2 interp_poly 68 -99 -40 -34 3131 4049 3 MP PP 3131 4049 0 0.75 1 3091 4015 0 0.75 1 3131 4049 0 0.75 1 2 interp_poly 3091 4015 0 0.75 1 3159 3916 0 0.938 1 3091 4015 0 0.75 1 2 interp_poly -40 -13 68 -99 3091 4015 3 MP PP 3091 4015 0 0.75 1 3159 3916 0 0.938 1 3091 4015 0 0.75 1 2 interp_poly 3159 3916 0 0.938 1 3119 3903 0 0.938 1 3159 3916 0 0.938 1 2 interp_poly 68 -52 -40 -30 3130 2848 3 MP PP 3130 2848 1 0.75 0 3090 2818 1 0.75 0 3130 2848 1 0.75 0 2 interp_poly 3090 2818 1 0.75 0 3158 2766 1 0.688 0 3090 2818 1 0.75 0 2 interp_poly -40 -98 68 -52 3090 2818 3 MP PP 3090 2818 1 0.75 0 3158 2766 1 0.688 0 3090 2818 1 0.75 0 2 interp_poly 3158 2766 1 0.688 0 3118 2668 1 0.5 0 3158 2766 1 0.688 0 2 interp_poly -40 -50 68 -59 3086 3109 3 MP PP 3086 3109 1 1 0.0625 3154 3050 1 0.938 0 3086 3109 1 1 0.0625 2 interp_poly 3154 3050 1 0.938 0 3114 3000 1 0.875 0 3154 3050 1 0.938 0 2 interp_poly 68 -31 -40 8 3125 2252 3 MP PP 3125 2252 1 0.25 0 3085 2260 1 0.375 0 3125 2252 1 0.25 0 2 interp_poly 3085 2260 1 0.375 0 3153 2229 1 0.312 0 3085 2260 1 0.375 0 2 interp_poly -40 -74 68 -31 3085 2260 3 MP PP 3085 2260 1 0.375 0 3153 2229 1 0.312 0 3085 2260 1 0.375 0 2 interp_poly 3153 2229 1 0.312 0 3113 2155 1 0.188 0 3153 2229 1 0.312 0 2 interp_poly 68 -93 -40 -44 3122 3484 3 MP PP 3122 3484 0.562 1 0.5 3082 3440 0.562 1 0.5 3122 3484 0.562 1 0.5 2 interp_poly 3082 3440 0.562 1 0.5 3150 3347 0.75 1 0.312 3082 3440 0.562 1 0.5 2 interp_poly -40 -53 68 -93 3082 3440 3 MP PP 3082 3440 0.562 1 0.5 3150 3347 0.75 1 0.312 3082 3440 0.562 1 0.5 2 interp_poly 3150 3347 0.75 1 0.312 3110 3294 0.875 1 0.188 3150 3347 0.75 1 0.312 2 interp_poly 67 -107 -40 -70 3119 3903 3 MP PP 3119 3903 0 0.938 1 3079 3833 0.0625 1 1 3119 3903 0 0.938 1 2 interp_poly 3079 3833 0.0625 1 1 3146 3726 0.25 1 0.812 3079 3833 0.0625 1 1 2 interp_poly -40 -8 67 -107 3079 3833 3 MP PP 3079 3833 0.0625 1 1 3146 3726 0.25 1 0.812 3079 3833 0.0625 1 1 2 interp_poly 3146 3726 0.25 1 0.812 3106 3718 0.25 1 0.812 3146 3726 0.25 1 0.812 2 interp_poly -40 -22 67 -30 3038 2658 3 MP PP 3038 2658 1 0.562 0 3105 2628 1 0.562 0 3038 2658 1 0.562 0 2 interp_poly 3105 2628 1 0.562 0 3065 2606 1 0.562 0 3105 2628 1 0.562 0 2 interp_poly 67 -30 -40 26 3078 2632 3 MP PP 3078 2632 1 0.5 0 3038 2658 1 0.562 0 3078 2632 1 0.5 0 2 interp_poly 3038 2658 1 0.562 0 3105 2628 1 0.562 0 3038 2658 1 0.562 0 2 interp_poly 68 -67 -40 -22 3105 2628 3 MP PP 3105 2628 1 0.562 0 3065 2606 1 0.562 0 3105 2628 1 0.562 0 2 interp_poly 3065 2606 1 0.562 0 3133 2539 1 0.438 0 3065 2606 1 0.562 0 2 interp_poly -40 68 67 -72 3078 2632 3 MP PP 3078 2632 1 0.5 0 3145 2560 1 0.312 0 3078 2632 1 0.5 0 2 interp_poly 3145 2560 1 0.312 0 3105 2628 1 0.562 0 3145 2560 1 0.312 0 2 interp_poly 67 -72 -40 -36 3118 2668 3 MP PP 3118 2668 1 0.5 0 3078 2632 1 0.5 0 3118 2668 1 0.5 0 2 interp_poly 3078 2632 1 0.5 0 3145 2560 1 0.312 0 3078 2632 1 0.5 0 2 interp_poly 68 -105 -40 10 3114 3000 3 MP PP 3114 3000 1 0.875 0 3074 3010 1 1 0 3114 3000 1 0.875 0 2 interp_poly 3074 3010 1 1 0 3142 2905 1 0.75 0 3074 3010 1 1 0 2 interp_poly -40 -4 68 -105 3074 3010 3 MP PP 3074 3010 1 1 0 3142 2905 1 0.75 0 3074 3010 1 1 0 2 interp_poly 3142 2905 1 0.75 0 3102 2901 1 0.812 0 3142 2905 1 0.75 0 2 interp_poly 68 -35 -40 -16 3113 2155 3 MP PP 3113 2155 1 0.188 0 3073 2139 1 0.188 0 3113 2155 1 0.188 0 2 interp_poly 3073 2139 1 0.188 0 3141 2104 1 0.188 0 3073 2139 1 0.188 0 2 interp_poly -40 -34 68 -35 3073 2139 3 MP PP 3073 2139 1 0.188 0 3141 2104 1 0.188 0 3073 2139 1 0.188 0 2 interp_poly 3141 2104 1 0.188 0 3101 2070 1 0.125 0 3141 2104 1 0.188 0 2 interp_poly 68 -59 -40 -6 3112 1514 3 MP PP 3112 1514 1 0 0 3072 1508 1 0 0 3112 1514 1 0 0 2 interp_poly 3072 1508 1 0 0 3140 1449 0.938 0 0 3072 1508 1 0 0 2 interp_poly 68 -65 -40 18 3110 3294 3 MP PP 3110 3294 0.875 1 0.188 3070 3312 0.75 1 0.312 3110 3294 0.875 1 0.188 2 interp_poly 3070 3312 0.75 1 0.312 3138 3247 0.875 1 0.188 3070 3312 0.75 1 0.312 2 interp_poly -40 -101 68 -65 3070 3312 3 MP PP 3070 3312 0.75 1 0.312 3138 3247 0.875 1 0.188 3070 3312 0.75 1 0.312 2 interp_poly 3138 3247 0.875 1 0.188 3098 3146 1 1 0 3138 3247 0.875 1 0.188 2 interp_poly -40 -38 68 -37 3029 2369 3 MP PP 3029 2369 1 0.438 0 3097 2332 1 0.375 0 3029 2369 1 0.438 0 2 interp_poly 3097 2332 1 0.375 0 3057 2294 1 0.375 0 3097 2332 1 0.375 0 2 interp_poly 68 -37 -40 54 3069 2315 3 MP PP 3069 2315 1 0.25 0 3029 2369 1 0.438 0 3069 2315 1 0.25 0 2 interp_poly 3029 2369 1 0.438 0 3097 2332 1 0.375 0 3029 2369 1 0.438 0 2 interp_poly 68 -42 -40 -38 3097 2332 3 MP PP 3097 2332 1 0.375 0 3057 2294 1 0.375 0 3097 2332 1 0.375 0 2 interp_poly 3057 2294 1 0.375 0 3125 2252 1 0.25 0 3057 2294 1 0.375 0 2 interp_poly -40 40 68 -23 3069 2315 3 MP PP 3069 2315 1 0.25 0 3137 2292 1 0.25 0 3069 2315 1 0.25 0 2 interp_poly 3137 2292 1 0.25 0 3097 2332 1 0.375 0 3137 2292 1 0.25 0 2 interp_poly 68 -23 -40 -58 3109 2373 3 MP PP 3109 2373 1 0.312 0 3069 2315 1 0.25 0 3109 2373 1 0.312 0 2 interp_poly 3069 2315 1 0.25 0 3137 2292 1 0.25 0 3069 2315 1 0.25 0 2 interp_poly -40 -36 68 9 3068 1626 3 MP PP 3068 1626 0.938 0 0 3136 1635 0.938 0 0 3068 1626 0.938 0 0 2 interp_poly 3136 1635 0.938 0 0 3096 1599 0.938 0 0 3136 1635 0.938 0 0 2 interp_poly 68 -97 -40 5 3106 3718 3 MP PP 3106 3718 0.25 1 0.812 3066 3723 0.188 1 0.875 3106 3718 0.25 1 0.812 2 interp_poly 3066 3723 0.188 1 0.875 3134 3626 0.375 1 0.688 3066 3723 0.188 1 0.875 2 interp_poly -40 -31 68 -97 3066 3723 3 MP PP 3066 3723 0.188 1 0.875 3134 3626 0.375 1 0.688 3066 3723 0.188 1 0.875 2 interp_poly 3134 3626 0.375 1 0.688 3094 3595 0.375 1 0.688 3134 3626 0.375 1 0.688 2 interp_poly -40 3 68 -67 3065 2606 3 MP PP 3065 2606 1 0.562 0 3133 2539 1 0.438 0 3065 2606 1 0.562 0 2 interp_poly 3133 2539 1 0.438 0 3093 2542 1 0.5 0 3133 2539 1 0.438 0 2 interp_poly -40 -34 68 -123 3063 4172 3 MP PP 3063 4172 0 0.5 1 3131 4049 0 0.75 1 3063 4172 0 0.5 1 2 interp_poly 3131 4049 0 0.75 1 3091 4015 0 0.75 1 3131 4049 0 0.75 1 2 interp_poly 68 -56 -40 3 3102 2901 3 MP PP 3102 2901 1 0.812 0 3062 2904 1 0.875 0 3102 2901 1 0.812 0 2 interp_poly 3062 2904 1 0.875 0 3130 2848 1 0.75 0 3062 2904 1 0.875 0 2 interp_poly -40 -30 68 -56 3062 2904 3 MP PP 3062 2904 1 0.875 0 3130 2848 1 0.75 0 3062 2904 1 0.875 0 2 interp_poly 3130 2848 1 0.75 0 3090 2818 1 0.75 0 3130 2848 1 0.75 0 2 interp_poly -40 -127 68 -12 3021 2096 3 MP PP 3021 2096 1 0.312 0 3089 2084 1 0.312 0 3021 2096 1 0.312 0 2 interp_poly 3089 2084 1 0.312 0 3049 1957 1 0.0625 0 3089 2084 1 0.312 0 2 interp_poly -40 -84 68 -19 2972 1773 3 MP PP 2972 1773 1 0.125 0 3040 1754 1 0.125 0 2972 1773 1 0.125 0 2 interp_poly 3040 1754 1 0.125 0 3000 1670 1 0 0 3040 1754 1 0.125 0 2 interp_poly 68 -19 -40 57 3012 1716 3 MP PP 3012 1716 0.938 0 0 2972 1773 1 0.125 0 3012 1716 0.938 0 0 2 interp_poly 2972 1773 1 0.125 0 3040 1754 1 0.125 0 2972 1773 1 0.125 0 2 interp_poly -40 -83 68 -12 2984 1811 3 MP PP 2984 1811 1 0.0625 0 3052 1799 1 0.0625 0 2984 1811 1 0.0625 0 2 interp_poly 3052 1799 1 0.0625 0 3012 1716 0.938 0 0 3052 1799 1 0.0625 0 2 interp_poly 68 -12 -40 59 3024 1752 3 MP PP 3024 1752 0.875 0 0 2984 1811 1 0.0625 0 3024 1752 0.875 0 0 2 interp_poly 2984 1811 1 0.0625 0 3052 1799 1 0.0625 0 2984 1811 1 0.0625 0 2 interp_poly -40 -152 68 -32 2996 1936 3 MP PP 2996 1936 1 0.25 0 3064 1904 1 0.188 0 2996 1936 1 0.25 0 2 interp_poly 3064 1904 1 0.188 0 3024 1752 0.875 0 0 3064 1904 1 0.188 0 2 interp_poly 68 -32 -40 111 3036 1825 3 MP PP 3036 1825 0.938 0 0 2996 1936 1 0.25 0 3036 1825 0.938 0 0 2 interp_poly 2996 1936 1 0.25 0 3064 1904 1 0.188 0 2996 1936 1 0.25 0 2 interp_poly -40 -135 67 27 3009 1933 3 MP PP 3009 1933 1 0.0625 0 3076 1960 1 0.188 0 3009 1933 1 0.0625 0 2 interp_poly 3076 1960 1 0.188 0 3036 1825 0.938 0 0 3076 1960 1 0.188 0 2 interp_poly 67 27 -40 -24 3049 1957 3 MP PP 3049 1957 1 0.0625 0 3009 1933 1 0.0625 0 3049 1957 1 0.0625 0 2 interp_poly 3009 1933 1 0.0625 0 3076 1960 1 0.188 0 3009 1933 1 0.0625 0 2 interp_poly 68 -44 -40 -84 3040 1754 3 MP PP 3040 1754 1 0.125 0 3000 1670 1 0 0 3040 1754 1 0.125 0 2 interp_poly 3000 1670 1 0 0 3068 1626 0.938 0 0 3000 1670 1 0 0 2 interp_poly -40 94 68 -56 3012 1716 3 MP PP 3012 1716 0.938 0 0 3080 1660 0.875 0 0 3012 1716 0.938 0 0 2 interp_poly 3080 1660 0.875 0 0 3040 1754 1 0.125 0 3080 1660 0.875 0 0 2 interp_poly 68 -56 -40 -83 3052 1799 3 MP PP 3052 1799 1 0.0625 0 3012 1716 0.938 0 0 3052 1799 1 0.0625 0 2 interp_poly 3012 1716 0.938 0 0 3080 1660 0.875 0 0 3012 1716 0.938 0 0 2 interp_poly -40 75 68 -28 3024 1752 3 MP PP 3024 1752 0.875 0 0 3092 1724 0.875 0 0 3024 1752 0.875 0 0 2 interp_poly 3092 1724 0.875 0 0 3052 1799 1 0.0625 0 3092 1724 0.875 0 0 2 interp_poly 68 -28 -40 -152 3064 1904 3 MP PP 3064 1904 1 0.188 0 3024 1752 0.875 0 0 3064 1904 1 0.188 0 2 interp_poly 3024 1752 0.875 0 0 3092 1724 0.875 0 0 3024 1752 0.875 0 0 2 interp_poly -40 60 68 19 3036 1825 3 MP PP 3036 1825 0.938 0 0 3104 1844 1 0 0 3036 1825 0.938 0 0 2 interp_poly 3104 1844 1 0 0 3064 1904 1 0.188 0 3104 1844 1 0 0 2 interp_poly 68 19 -40 -135 3076 1960 3 MP PP 3076 1960 1 0.188 0 3036 1825 0.938 0 0 3076 1960 1 0.188 0 2 interp_poly 3036 1825 0.938 0 0 3104 1844 1 0 0 3036 1825 0.938 0 0 2 interp_poly -40 36 67 -33 3049 1957 3 MP PP 3049 1957 1 0.0625 0 3116 1924 1 0.0625 0 3049 1957 1 0.0625 0 2 interp_poly 3116 1924 1 0.0625 0 3076 1960 1 0.188 0 3116 1924 1 0.0625 0 2 interp_poly 67 -33 -40 -127 3089 2084 3 MP PP 3089 2084 1 0.312 0 3049 1957 1 0.0625 0 3089 2084 1 0.312 0 2 interp_poly 3049 1957 1 0.0625 0 3116 1924 1 0.0625 0 3049 1957 1 0.0625 0 2 interp_poly -40 64 68 -42 3061 2062 3 MP PP 3061 2062 1 0.188 0 3129 2020 1 0.125 0 3061 2062 1 0.188 0 2 interp_poly 3129 2020 1 0.125 0 3089 2084 1 0.312 0 3129 2020 1 0.125 0 2 interp_poly 68 -42 -40 -8 3101 2070 3 MP PP 3101 2070 1 0.125 0 3061 2062 1 0.188 0 3101 2070 1 0.125 0 2 interp_poly 3061 2062 1 0.188 0 3129 2020 1 0.125 0 3061 2062 1 0.188 0 2 interp_poly -40 8 68 -42 3057 2294 3 MP PP 3057 2294 1 0.375 0 3125 2252 1 0.25 0 3057 2294 1 0.375 0 2 interp_poly 3125 2252 1 0.25 0 3085 2260 1 0.375 0 3125 2252 1 0.25 0 2 interp_poly -40 -6 68 -35 3044 1549 3 MP PP 3044 1549 1 0 0 3112 1514 1 0 0 3044 1549 1 0 0 2 interp_poly 3112 1514 1 0 0 3072 1508 1 0 0 3112 1514 1 0 0 2 interp_poly 68 -35 -40 -44 3084 1593 3 MP PP 3084 1593 1 0.0625 0 3044 1549 1 0 0 3084 1593 1 0.0625 0 2 interp_poly 3044 1549 1 0 0 3112 1514 1 0 0 3044 1549 1 0 0 2 interp_poly -40 87 68 -34 3056 1540 3 MP PP 3056 1540 0.875 0 0 3124 1506 0.812 0 0 3056 1540 0.875 0 0 2 interp_poly 3124 1506 0.812 0 0 3084 1593 1 0.0625 0 3124 1506 0.812 0 0 2 interp_poly 68 -34 -40 -59 3096 1599 3 MP PP 3096 1599 0.938 0 0 3056 1540 0.875 0 0 3096 1599 0.938 0 0 2 interp_poly 3056 1540 0.875 0 0 3124 1506 0.812 0 0 3056 1540 0.875 0 0 2 interp_poly 68 -81 -40 -30 3094 3595 3 MP PP 3094 3595 0.375 1 0.688 3054 3565 0.375 1 0.688 3094 3595 0.375 1 0.688 2 interp_poly 3054 3565 0.375 1 0.688 3122 3484 0.562 1 0.5 3054 3565 0.375 1 0.688 2 interp_poly -40 -44 68 -81 3054 3565 3 MP PP 3054 3565 0.375 1 0.688 3122 3484 0.562 1 0.5 3054 3565 0.375 1 0.688 2 interp_poly 3122 3484 0.562 1 0.5 3082 3440 0.562 1 0.5 3122 3484 0.562 1 0.5 2 interp_poly 68 -65 -40 -9 3093 2542 3 MP PP 3093 2542 1 0.5 0 3053 2533 1 0.5 0 3093 2542 1 0.5 0 2 interp_poly 3053 2533 1 0.5 0 3121 2468 1 0.438 0 3053 2533 1 0.5 0 2 interp_poly -40 25 68 -65 3053 2533 3 MP PP 3053 2533 1 0.5 0 3121 2468 1 0.438 0 3053 2533 1 0.5 0 2 interp_poly 3121 2468 1 0.438 0 3081 2493 1 0.5 0 3121 2468 1 0.438 0 2 interp_poly 68 -103 -40 -9 3091 4015 3 MP PP 3091 4015 0 0.75 1 3051 4006 0 0.75 1 3091 4015 0 0.75 1 2 interp_poly 3051 4006 0 0.75 1 3119 3903 0 0.938 1 3051 4006 0 0.75 1 2 interp_poly -40 -70 68 -103 3051 4006 3 MP PP 3051 4006 0 0.75 1 3119 3903 0 0.938 1 3051 4006 0 0.75 1 2 interp_poly 3119 3903 0 0.938 1 3079 3833 0.0625 1 1 3119 3903 0 0.938 1 2 interp_poly 68 -51 -40 -99 3090 2818 3 MP PP 3090 2818 1 0.75 0 3050 2719 1 0.562 0 3090 2818 1 0.75 0 2 interp_poly 3050 2719 1 0.562 0 3118 2668 1 0.5 0 3050 2719 1 0.562 0 2 interp_poly -40 -36 68 -51 3050 2719 3 MP PP 3050 2719 1 0.562 0 3118 2668 1 0.5 0 3050 2719 1 0.562 0 2 interp_poly 3118 2668 1 0.5 0 3078 2632 1 0.5 0 3118 2668 1 0.5 0 2 interp_poly 68 -80 -40 -29 3086 3109 3 MP PP 3086 3109 1 1 0.0625 3046 3080 1 1 0.0625 3086 3109 1 1 0.0625 2 interp_poly 3046 3080 1 1 0.0625 3114 3000 1 0.875 0 3046 3080 1 1 0.0625 2 interp_poly -40 10 68 -80 3046 3080 3 MP PP 3046 3080 1 1 0.0625 3114 3000 1 0.875 0 3046 3080 1 1 0.0625 2 interp_poly 3114 3000 1 0.875 0 3074 3010 1 1 0 3114 3000 1 0.875 0 2 interp_poly 68 -13 -40 -92 3085 2260 3 MP PP 3085 2260 1 0.375 0 3045 2168 1 0.188 0 3085 2260 1 0.375 0 2 interp_poly 3045 2168 1 0.188 0 3113 2155 1 0.188 0 3045 2168 1 0.188 0 2 interp_poly -40 -16 68 -13 3045 2168 3 MP PP 3045 2168 1 0.188 0 3113 2155 1 0.188 0 3045 2168 1 0.188 0 2 interp_poly 3113 2155 1 0.188 0 3073 2139 1 0.188 0 3113 2155 1 0.188 0 2 interp_poly 68 -105 -40 -41 3082 3440 3 MP PP 3082 3440 0.562 1 0.5 3042 3399 0.625 1 0.438 3082 3440 0.562 1 0.5 2 interp_poly 3042 3399 0.625 1 0.438 3110 3294 0.875 1 0.188 3042 3399 0.625 1 0.438 2 interp_poly -40 18 68 -105 3042 3399 3 MP PP 3042 3399 0.625 1 0.438 3110 3294 0.875 1 0.188 3042 3399 0.625 1 0.438 2 interp_poly 3110 3294 0.875 1 0.188 3070 3312 0.75 1 0.312 3110 3294 0.875 1 0.188 2 interp_poly 68 -30 -40 -90 3081 2493 3 MP PP 3081 2493 1 0.5 0 3041 2403 1 0.375 0 3081 2493 1 0.5 0 2 interp_poly 3041 2403 1 0.375 0 3109 2373 1 0.312 0 3041 2403 1 0.375 0 2 interp_poly -40 -58 68 -30 3041 2403 3 MP PP 3041 2403 1 0.375 0 3109 2373 1 0.312 0 3041 2403 1 0.375 0 2 interp_poly 3109 2373 1 0.312 0 3069 2315 1 0.25 0 3109 2373 1 0.312 0 2 interp_poly 67 -86 -40 -29 3079 3833 3 MP PP 3079 3833 0.0625 1 1 3039 3804 0.0625 1 1 3079 3833 0.0625 1 1 2 interp_poly 3039 3804 0.0625 1 1 3106 3718 0.25 1 0.812 3039 3804 0.0625 1 1 2 interp_poly -40 5 67 -86 3039 3804 3 MP PP 3039 3804 0.0625 1 1 3106 3718 0.25 1 0.812 3039 3804 0.0625 1 1 2 interp_poly 3106 3718 0.25 1 0.812 3066 3723 0.188 1 0.875 3106 3718 0.25 1 0.812 2 interp_poly 68 -39 -40 -70 3074 3010 3 MP PP 3074 3010 1 1 0 3034 2940 1 0.875 0 3074 3010 1 1 0 2 interp_poly 3034 2940 1 0.875 0 3102 2901 1 0.812 0 3034 2940 1 0.875 0 2 interp_poly -40 3 68 -39 3034 2940 3 MP PP 3034 2940 1 0.875 0 3102 2901 1 0.812 0 3034 2940 1 0.875 0 2 interp_poly 3102 2901 1 0.812 0 3062 2904 1 0.875 0 3102 2901 1 0.812 0 2 interp_poly 68 -12 -40 34 3061 2062 3 MP PP 3061 2062 1 0.188 0 3021 2096 1 0.312 0 3061 2062 1 0.188 0 2 interp_poly 3021 2096 1 0.312 0 3089 2084 1 0.312 0 3021 2096 1 0.312 0 2 interp_poly 68 -61 -40 -8 3073 2139 3 MP PP 3073 2139 1 0.188 0 3033 2131 1 0.25 0 3073 2139 1 0.188 0 2 interp_poly 3033 2131 1 0.25 0 3101 2070 1 0.125 0 3033 2131 1 0.25 0 2 interp_poly -40 -8 68 -61 3033 2131 3 MP PP 3033 2131 1 0.25 0 3101 2070 1 0.125 0 3033 2131 1 0.25 0 2 interp_poly 3101 2070 1 0.125 0 3061 2062 1 0.188 0 3101 2070 1 0.125 0 2 interp_poly -40 -37 68 -79 2990 3288 3 MP PP 2990 3288 0.688 1 0.375 3058 3209 0.875 1 0.188 2990 3288 0.688 1 0.375 2 interp_poly 3058 3209 0.875 1 0.188 3018 3172 0.875 1 0.188 3058 3209 0.875 1 0.188 2 interp_poly 68 -79 -40 65 3030 3223 3 MP PP 3030 3223 0.875 1 0.188 2990 3288 0.688 1 0.375 3030 3223 0.875 1 0.188 2 interp_poly 2990 3288 0.688 1 0.375 3058 3209 0.875 1 0.188 2990 3288 0.688 1 0.375 2 interp_poly 68 -63 -40 -37 3058 3209 3 MP PP 3058 3209 0.875 1 0.188 3018 3172 0.875 1 0.188 3058 3209 0.875 1 0.188 2 interp_poly 3018 3172 0.875 1 0.188 3086 3109 1 1 0.0625 3018 3172 0.875 1 0.188 2 interp_poly -40 63 68 -77 3030 3223 3 MP PP 3030 3223 0.875 1 0.188 3098 3146 1 1 0 3030 3223 0.875 1 0.188 2 interp_poly 3098 3146 1 1 0 3058 3209 0.875 1 0.188 3098 3146 1 1 0 2 interp_poly 68 -77 -40 -89 3070 3312 3 MP PP 3070 3312 0.75 1 0.312 3030 3223 0.875 1 0.188 3070 3312 0.75 1 0.312 2 interp_poly 3030 3223 0.875 1 0.188 3098 3146 1 1 0 3030 3223 0.875 1 0.188 2 interp_poly 68 -43 -40 16 3068 1626 3 MP PP 3068 1626 0.938 0 0 3028 1642 1 0 0 3068 1626 0.938 0 0 2 interp_poly 3028 1642 1 0 0 3096 1599 0.938 0 0 3028 1642 1 0 0 2 interp_poly -40 -44 68 23 3016 1570 3 MP PP 3016 1570 1 0 0 3084 1593 1 0.0625 0 3016 1570 1 0 0 2 interp_poly 3084 1593 1 0.0625 0 3044 1549 1 0 0 3084 1593 1 0.0625 0 2 interp_poly -40 -1 68 -33 2976 1582 3 MP PP 2976 1582 1 0.0625 0 3044 1549 1 0 0 2976 1582 1 0.0625 0 2 interp_poly 3044 1549 1 0 0 3004 1548 1 0.0625 0 3044 1549 1 0 0 2 interp_poly 68 -33 -40 12 3016 1570 3 MP PP 3016 1570 1 0 0 2976 1582 1 0.0625 0 3016 1570 1 0 0 2 interp_poly 2976 1582 1 0.0625 0 3044 1549 1 0 0 2976 1582 1 0.0625 0 2 interp_poly 68 -40 -40 -1 3044 1549 3 MP PP 3044 1549 1 0 0 3004 1548 1 0.0625 0 3044 1549 1 0 0 2 interp_poly 3004 1548 1 0.0625 0 3072 1508 1 0 0 3004 1548 1 0.0625 0 2 interp_poly 68 23 -40 30 3056 1540 3 MP PP 3056 1540 0.875 0 0 3016 1570 1 0 0 3056 1540 0.875 0 0 2 interp_poly 3016 1570 1 0 0 3084 1593 1 0.0625 0 3016 1570 1 0 0 2 interp_poly -40 -59 68 -43 3028 1642 3 MP PP 3028 1642 1 0 0 3096 1599 0.938 0 0 3028 1642 1 0 0 2 interp_poly 3096 1599 0.938 0 0 3056 1540 0.875 0 0 3096 1599 0.938 0 0 2 interp_poly 68 -102 -40 -26 3066 3723 3 MP PP 3066 3723 0.188 1 0.875 3026 3697 0.188 1 0.875 3066 3723 0.188 1 0.875 2 interp_poly 3026 3697 0.188 1 0.875 3094 3595 0.375 1 0.688 3026 3697 0.188 1 0.875 2 interp_poly -40 -30 68 -102 3026 3697 3 MP PP 3026 3697 0.188 1 0.875 3094 3595 0.375 1 0.688 3026 3697 0.188 1 0.875 2 interp_poly 3094 3595 0.375 1 0.688 3054 3565 0.375 1 0.688 3094 3595 0.375 1 0.688 2 interp_poly 68 -61 -40 -3 3065 2606 3 MP PP 3065 2606 1 0.562 0 3025 2603 1 0.625 0 3065 2606 1 0.562 0 2 interp_poly 3025 2603 1 0.625 0 3093 2542 1 0.5 0 3025 2603 1 0.625 0 2 interp_poly -40 -9 68 -61 3025 2603 3 MP PP 3025 2603 1 0.625 0 3093 2542 1 0.5 0 3025 2603 1 0.625 0 2 interp_poly 3093 2542 1 0.5 0 3053 2533 1 0.5 0 3093 2542 1 0.5 0 2 interp_poly 68 -130 -40 -27 3063 4172 3 MP PP 3063 4172 0 0.5 1 3023 4145 0 0.5 1 3063 4172 0 0.5 1 2 interp_poly 3023 4145 0 0.5 1 3091 4015 0 0.75 1 3023 4145 0 0.5 1 2 interp_poly -40 -9 68 -130 3023 4145 3 MP PP 3023 4145 0 0.5 1 3091 4015 0 0.75 1 3023 4145 0 0.5 1 2 interp_poly 3091 4015 0 0.75 1 3051 4006 0 0.75 1 3091 4015 0 0.75 1 2 interp_poly 68 -78 -40 -8 3062 2904 3 MP PP 3062 2904 1 0.875 0 3022 2896 1 0.938 0 3062 2904 1 0.875 0 2 interp_poly 3022 2896 1 0.938 0 3090 2818 1 0.75 0 3022 2896 1 0.938 0 2 interp_poly -40 -99 68 -78 3022 2896 3 MP PP 3022 2896 1 0.938 0 3090 2818 1 0.75 0 3022 2896 1 0.938 0 2 interp_poly 3090 2818 1 0.75 0 3050 2719 1 0.562 0 3090 2818 1 0.75 0 2 interp_poly -40 -29 68 -63 3018 3172 3 MP PP 3018 3172 0.875 1 0.188 3086 3109 1 1 0.0625 3018 3172 0.875 1 0.188 2 interp_poly 3086 3109 1 1 0.0625 3046 3080 1 1 0.0625 3086 3109 1 1 0.0625 2 interp_poly 68 -39 -40 5 3057 2294 3 MP PP 3057 2294 1 0.375 0 3017 2299 1 0.438 0 3057 2294 1 0.375 0 2 interp_poly 3017 2299 1 0.438 0 3085 2260 1 0.375 0 3017 2299 1 0.438 0 2 interp_poly -40 -92 68 -39 3017 2299 3 MP PP 3017 2299 1 0.438 0 3085 2260 1 0.375 0 3017 2299 1 0.438 0 2 interp_poly 3085 2260 1 0.375 0 3045 2168 1 0.188 0 3085 2260 1 0.375 0 2 interp_poly 68 -79 -40 -46 3054 3565 3 MP PP 3054 3565 0.375 1 0.688 3014 3519 0.438 1 0.625 3054 3565 0.375 1 0.688 2 interp_poly 3014 3519 0.438 1 0.625 3082 3440 0.562 1 0.5 3014 3519 0.438 1 0.625 2 interp_poly -40 -41 68 -79 3014 3519 3 MP PP 3014 3519 0.438 1 0.625 3082 3440 0.562 1 0.5 3014 3519 0.438 1 0.625 2 interp_poly 3082 3440 0.562 1 0.5 3042 3399 0.625 1 0.438 3082 3440 0.562 1 0.5 2 interp_poly 68 -29 -40 -11 3053 2533 3 MP PP 3053 2533 1 0.5 0 3013 2522 1 0.562 0 3053 2533 1 0.5 0 2 interp_poly 3013 2522 1 0.562 0 3081 2493 1 0.5 0 3013 2522 1 0.562 0 2 interp_poly -40 -90 68 -29 3013 2522 3 MP PP 3013 2522 1 0.562 0 3081 2493 1 0.5 0 3013 2522 1 0.562 0 2 interp_poly 3081 2493 1 0.5 0 3041 2403 1 0.375 0 3081 2493 1 0.5 0 2 interp_poly 68 -127 -40 -46 3051 4006 3 MP PP 3051 4006 0 0.75 1 3011 3960 0 0.75 1 3051 4006 0 0.75 1 2 interp_poly 3011 3960 0 0.75 1 3079 3833 0.0625 1 1 3011 3960 0 0.75 1 2 interp_poly -40 -29 68 -127 3011 3960 3 MP PP 3011 3960 0 0.75 1 3079 3833 0.0625 1 1 3011 3960 0 0.75 1 2 interp_poly 3079 3833 0.0625 1 1 3039 3804 0.0625 1 1 3079 3833 0.0625 1 1 2 interp_poly 68 -74 -40 -13 3050 2719 3 MP PP 3050 2719 1 0.562 0 3010 2706 1 0.625 0 3050 2719 1 0.562 0 2 interp_poly 3010 2706 1 0.625 0 3078 2632 1 0.5 0 3010 2706 1 0.625 0 2 interp_poly -40 26 68 -74 3010 2706 3 MP PP 3010 2706 1 0.625 0 3078 2632 1 0.5 0 3010 2706 1 0.625 0 2 interp_poly 3078 2632 1 0.5 0 3038 2658 1 0.562 0 3078 2632 1 0.5 0 2 interp_poly 68 -71 -40 1 3046 3080 3 MP PP 3046 3080 1 1 0.0625 3006 3081 0.938 1 0.125 3046 3080 1 1 0.0625 2 interp_poly 3006 3081 0.938 1 0.125 3074 3010 1 1 0 3006 3081 0.938 1 0.125 2 interp_poly -40 -70 68 -71 3006 3081 3 MP PP 3006 3081 0.938 1 0.125 3074 3010 1 1 0 3006 3081 0.938 1 0.125 2 interp_poly 3074 3010 1 1 0 3034 2940 1 0.875 0 3074 3010 1 1 0 2 interp_poly 68 -64 -40 35 3045 2168 3 MP PP 3045 2168 1 0.188 0 3005 2203 1 0.312 0 3045 2168 1 0.188 0 2 interp_poly 3005 2203 1 0.312 0 3073 2139 1 0.188 0 3005 2203 1 0.312 0 2 interp_poly -40 -8 68 -64 3005 2203 3 MP PP 3005 2203 1 0.312 0 3073 2139 1 0.188 0 3005 2203 1 0.312 0 2 interp_poly 3073 2139 1 0.188 0 3033 2131 1 0.25 0 3073 2139 1 0.188 0 2 interp_poly 68 -108 -40 21 3042 3399 3 MP PP 3042 3399 0.625 1 0.438 3002 3420 0.5 1 0.562 3042 3399 0.625 1 0.438 2 interp_poly 3002 3420 0.5 1 0.562 3070 3312 0.75 1 0.312 3002 3420 0.5 1 0.562 2 interp_poly -40 -89 68 -108 3002 3420 3 MP PP 3002 3420 0.5 1 0.562 3070 3312 0.75 1 0.312 3002 3420 0.5 1 0.562 2 interp_poly 3070 3312 0.75 1 0.312 3030 3223 0.875 1 0.188 3070 3312 0.75 1 0.312 2 interp_poly -40 -23 68 -14 2937 2217 3 MP PP 2937 2217 1 0.312 0 3005 2203 1 0.312 0 2937 2217 1 0.312 0 2 interp_poly 3005 2203 1 0.312 0 2965 2180 1 0.312 0 3005 2203 1 0.312 0 2 interp_poly -40 -117 68 -25 2953 2121 3 MP PP 2953 2121 1 0.312 0 3021 2096 1 0.312 0 2953 2121 1 0.312 0 2 interp_poly 3021 2096 1 0.312 0 2981 1979 1 0.125 0 3021 2096 1 0.312 0 2 interp_poly 68 -25 -40 22 2993 2099 3 MP PP 2993 2099 1 0.25 0 2953 2121 1 0.312 0 2993 2099 1 0.25 0 2 interp_poly 2953 2121 1 0.312 0 3021 2096 1 0.312 0 2953 2121 1 0.312 0 2 interp_poly -40 -32 68 -49 2965 2180 3 MP PP 2965 2180 1 0.312 0 3033 2131 1 0.25 0 2965 2180 1 0.312 0 2 interp_poly 3033 2131 1 0.25 0 2993 2099 1 0.25 0 3033 2131 1 0.25 0 2 interp_poly 68 -49 -40 -23 3005 2203 3 MP PP 3005 2203 1 0.312 0 2965 2180 1 0.312 0 3005 2203 1 0.312 0 2 interp_poly 2965 2180 1 0.312 0 3033 2131 1 0.25 0 2965 2180 1 0.312 0 2 interp_poly 68 -14 -40 50 2977 2167 3 MP PP 2977 2167 1 0.188 0 2937 2217 1 0.312 0 2977 2167 1 0.188 0 2 interp_poly 2937 2217 1 0.312 0 3005 2203 1 0.312 0 2937 2217 1 0.312 0 2 interp_poly -40 -132 68 -33 2949 2332 3 MP PP 2949 2332 1 0.438 0 3017 2299 1 0.438 0 2949 2332 1 0.438 0 2 interp_poly 3017 2299 1 0.438 0 2977 2167 1 0.188 0 3017 2299 1 0.438 0 2 interp_poly 68 -33 -40 25 2989 2307 3 MP PP 2989 2307 1 0.375 0 2949 2332 1 0.438 0 2989 2307 1 0.375 0 2 interp_poly 2949 2332 1 0.438 0 3017 2299 1 0.438 0 2949 2332 1 0.438 0 2 interp_poly -40 -62 68 -47 2961 2416 3 MP PP 2961 2416 1 0.5 0 3029 2369 1 0.438 0 2961 2416 1 0.5 0 2 interp_poly 3029 2369 1 0.438 0 2989 2307 1 0.375 0 3029 2369 1 0.438 0 2 interp_poly 68 -47 -40 78 3001 2338 3 MP PP 3001 2338 1 0.25 0 2961 2416 1 0.5 0 3001 2338 1 0.25 0 2 interp_poly 2961 2416 1 0.5 0 3029 2369 1 0.438 0 2961 2416 1 0.5 0 2 interp_poly 68 -13 -40 -62 3029 2369 3 MP PP 3029 2369 1 0.438 0 2989 2307 1 0.375 0 3029 2369 1 0.438 0 2 interp_poly 2989 2307 1 0.375 0 3057 2294 1 0.375 0 2989 2307 1 0.375 0 2 interp_poly -40 54 68 -23 3001 2338 3 MP PP 3001 2338 1 0.25 0 3069 2315 1 0.25 0 3001 2338 1 0.25 0 2 interp_poly 3069 2315 1 0.25 0 3029 2369 1 0.438 0 3069 2315 1 0.25 0 2 interp_poly 68 -23 -40 -65 3041 2403 3 MP PP 3041 2403 1 0.375 0 3001 2338 1 0.25 0 3041 2403 1 0.375 0 2 interp_poly 3001 2338 1 0.25 0 3069 2315 1 0.25 0 3001 2338 1 0.25 0 2 interp_poly -40 16 68 -44 3000 1670 3 MP PP 3000 1670 1 0 0 3068 1626 0.938 0 0 3000 1670 1 0 0 2 interp_poly 3068 1626 0.938 0 0 3028 1642 1 0 0 3068 1626 0.938 0 0 2 interp_poly 67 -114 -40 33 3039 3804 3 MP PP 3039 3804 0.0625 1 1 2999 3837 0 0.938 1 3039 3804 0.0625 1 1 2 interp_poly 2999 3837 0 0.938 1 3066 3723 0.188 1 0.875 2999 3837 0 0.938 1 2 interp_poly -40 -26 67 -114 2999 3837 3 MP PP 2999 3837 0 0.938 1 3066 3723 0.188 1 0.875 2999 3837 0 0.938 1 2 interp_poly 3066 3723 0.188 1 0.875 3026 3697 0.188 1 0.875 3066 3723 0.188 1 0.875 2 interp_poly 67 -46 -40 -6 3038 2658 3 MP PP 3038 2658 1 0.562 0 2998 2652 1 0.625 0 3038 2658 1 0.562 0 2 interp_poly 2998 2652 1 0.625 0 3065 2606 1 0.562 0 2998 2652 1 0.625 0 2 interp_poly -40 -3 67 -46 2998 2652 3 MP PP 2998 2652 1 0.625 0 3065 2606 1 0.562 0 2998 2652 1 0.625 0 2 interp_poly 3065 2606 1 0.562 0 3025 2603 1 0.625 0 3065 2606 1 0.562 0 2 interp_poly -40 -27 68 -134 2995 4306 3 MP PP 2995 4306 0 0.188 1 3063 4172 0 0.5 1 2995 4306 0 0.188 1 2 interp_poly 3063 4172 0 0.5 1 3023 4145 0 0.5 1 3063 4172 0 0.5 1 2 interp_poly 68 -45 -40 9 3034 2940 3 MP PP 3034 2940 1 0.875 0 2994 2949 1 0.938 0 3034 2940 1 0.875 0 2 interp_poly 2994 2949 1 0.938 0 3062 2904 1 0.875 0 2994 2949 1 0.938 0 2 interp_poly -40 -8 68 -45 2994 2949 3 MP PP 2994 2949 1 0.938 0 3062 2904 1 0.875 0 2994 2949 1 0.938 0 2 interp_poly 3062 2904 1 0.875 0 3022 2896 1 0.938 0 3062 2904 1 0.875 0 2 interp_poly 68 -22 -40 -117 3021 2096 3 MP PP 3021 2096 1 0.312 0 2981 1979 1 0.125 0 3021 2096 1 0.312 0 2 interp_poly 2981 1979 1 0.125 0 3049 1957 1 0.0625 0 2981 1979 1 0.125 0 2 interp_poly -40 34 68 -37 2993 2099 3 MP PP 2993 2099 1 0.25 0 3061 2062 1 0.188 0 2993 2099 1 0.25 0 2 interp_poly 3061 2062 1 0.188 0 3021 2096 1 0.312 0 3061 2062 1 0.188 0 2 interp_poly 68 -37 -40 -32 3033 2131 3 MP PP 3033 2131 1 0.25 0 2993 2099 1 0.25 0 3033 2131 1 0.25 0 2 interp_poly 2993 2099 1 0.25 0 3061 2062 1 0.188 0 2993 2099 1 0.25 0 2 interp_poly -40 5 68 -13 2989 2307 3 MP PP 2989 2307 1 0.375 0 3057 2294 1 0.375 0 2989 2307 1 0.375 0 2 interp_poly 3057 2294 1 0.375 0 3017 2299 1 0.438 0 3057 2294 1 0.375 0 2 interp_poly -40 12 68 -43 2948 1613 3 MP PP 2948 1613 1 0.0625 0 3016 1570 1 0 0 2948 1613 1 0.0625 0 2 interp_poly 3016 1570 1 0 0 2976 1582 1 0.0625 0 3016 1570 1 0 0 2 interp_poly 68 -43 -40 38 2988 1575 3 MP PP 2988 1575 0.938 0 0 2948 1613 1 0.0625 0 2988 1575 0.938 0 0 2 interp_poly 2948 1613 1 0.0625 0 3016 1570 1 0 0 2948 1613 1 0.0625 0 2 interp_poly -40 30 68 -35 2988 1575 3 MP PP 2988 1575 0.938 0 0 3056 1540 0.875 0 0 2988 1575 0.938 0 0 2 interp_poly 3056 1540 0.875 0 0 3016 1570 1 0 0 3056 1540 0.875 0 0 2 interp_poly 68 -35 -40 -67 3028 1642 3 MP PP 3028 1642 1 0 0 2988 1575 0.938 0 0 3028 1642 1 0 0 2 interp_poly 2988 1575 0.938 0 0 3056 1540 0.875 0 0 2988 1575 0.938 0 0 2 interp_poly 68 -80 -40 -52 3026 3697 3 MP PP 3026 3697 0.188 1 0.875 2986 3645 0.25 1 0.812 3026 3697 0.188 1 0.875 2 interp_poly 2986 3645 0.25 1 0.812 3054 3565 0.375 1 0.688 2986 3645 0.25 1 0.812 2 interp_poly -40 -46 68 -80 2986 3645 3 MP PP 2986 3645 0.25 1 0.812 3054 3565 0.375 1 0.688 2986 3645 0.25 1 0.812 2 interp_poly 3054 3565 0.375 1 0.688 3014 3519 0.438 1 0.625 3054 3565 0.375 1 0.688 2 interp_poly 68 -31 -40 -39 3025 2603 3 MP PP 3025 2603 1 0.625 0 2985 2564 1 0.562 0 3025 2603 1 0.625 0 2 interp_poly 2985 2564 1 0.562 0 3053 2533 1 0.5 0 2985 2564 1 0.562 0 2 interp_poly -40 -11 68 -31 2985 2564 3 MP PP 2985 2564 1 0.562 0 3053 2533 1 0.5 0 2985 2564 1 0.562 0 2 interp_poly 3053 2533 1 0.5 0 3013 2522 1 0.562 0 3053 2533 1 0.5 0 2 interp_poly 68 -115 -40 -24 3023 4145 3 MP PP 3023 4145 0 0.5 1 2983 4121 0 0.5 1 3023 4145 0 0.5 1 2 interp_poly 2983 4121 0 0.5 1 3051 4006 0 0.75 1 2983 4121 0 0.5 1 2 interp_poly -40 -46 68 -115 2983 4121 3 MP PP 2983 4121 0 0.5 1 3051 4006 0 0.75 1 2983 4121 0 0.5 1 2 interp_poly 3051 4006 0 0.75 1 3011 3960 0 0.75 1 3051 4006 0 0.75 1 2 interp_poly 68 -65 -40 -112 3022 2896 3 MP PP 3022 2896 1 0.938 0 2982 2784 1 0.688 0 3022 2896 1 0.938 0 2 interp_poly 2982 2784 1 0.688 0 3050 2719 1 0.562 0 2982 2784 1 0.688 0 2 interp_poly -40 -13 68 -65 2982 2784 3 MP PP 2982 2784 1 0.688 0 3050 2719 1 0.562 0 2982 2784 1 0.688 0 2 interp_poly 3050 2719 1 0.562 0 3010 2706 1 0.625 0 3050 2719 1 0.562 0 2 interp_poly -40 -24 68 -22 2981 1979 3 MP PP 2981 1979 1 0.125 0 3049 1957 1 0.0625 0 2981 1979 1 0.125 0 2 interp_poly 3049 1957 1 0.0625 0 3009 1933 1 0.0625 0 3049 1957 1 0.0625 0 2 interp_poly 68 -51 -40 -41 3018 3172 3 MP PP 3018 3172 0.875 1 0.188 2978 3131 0.938 1 0.125 3018 3172 0.875 1 0.188 2 interp_poly 2978 3131 0.938 1 0.125 3046 3080 1 1 0.0625 2978 3131 0.938 1 0.125 2 interp_poly -40 1 68 -51 2978 3131 3 MP PP 2978 3131 0.938 1 0.125 3046 3080 1 1 0.0625 2978 3131 0.938 1 0.125 2 interp_poly 3046 3080 1 1 0.0625 3006 3081 0.938 1 0.125 3046 3080 1 1 0.0625 2 interp_poly -40 35 68 1 2977 2167 3 MP PP 2977 2167 1 0.188 0 3045 2168 1 0.188 0 2977 2167 1 0.188 0 2 interp_poly 3045 2168 1 0.188 0 3005 2203 1 0.312 0 3045 2168 1 0.188 0 2 interp_poly 68 1 -40 -132 3017 2299 3 MP PP 3017 2299 1 0.438 0 2977 2167 1 0.188 0 3017 2299 1 0.438 0 2 interp_poly 2977 2167 1 0.188 0 3045 2168 1 0.188 0 2977 2167 1 0.188 0 2 interp_poly 68 -80 -40 -40 3014 3519 3 MP PP 3014 3519 0.438 1 0.625 2974 3479 0.5 1 0.562 3014 3519 0.438 1 0.625 2 interp_poly 2974 3479 0.5 1 0.562 3042 3399 0.625 1 0.438 2974 3479 0.5 1 0.562 2 interp_poly -40 21 68 -80 2974 3479 3 MP PP 2974 3479 0.5 1 0.562 3042 3399 0.625 1 0.438 2974 3479 0.5 1 0.562 2 interp_poly 3042 3399 0.625 1 0.438 3002 3420 0.5 1 0.562 3042 3399 0.625 1 0.438 2 interp_poly 68 -40 -40 -79 3013 2522 3 MP PP 3013 2522 1 0.562 0 2973 2443 1 0.438 0 3013 2522 1 0.562 0 2 interp_poly 2973 2443 1 0.438 0 3041 2403 1 0.375 0 2973 2443 1 0.438 0 2 interp_poly -40 -65 68 -40 2973 2443 3 MP PP 2973 2443 1 0.438 0 3041 2403 1 0.375 0 2973 2443 1 0.438 0 2 interp_poly 3041 2403 1 0.375 0 3001 2338 1 0.25 0 3041 2403 1 0.375 0 2 interp_poly 68 -133 -40 -23 3011 3960 3 MP PP 3011 3960 0 0.75 1 2971 3937 0 0.75 1 3011 3960 0 0.75 1 2 interp_poly 2971 3937 0 0.75 1 3039 3804 0.0625 1 1 2971 3937 0 0.75 1 2 interp_poly -40 33 68 -133 2971 3937 3 MP PP 2971 3937 0 0.75 1 3039 3804 0.0625 1 1 2971 3937 0 0.75 1 2 interp_poly 3039 3804 0.0625 1 1 2999 3837 0 0.938 1 3039 3804 0.0625 1 1 2 interp_poly 68 -58 -40 10 3010 2706 3 MP PP 3010 2706 1 0.625 0 2970 2716 1 0.688 0 3010 2706 1 0.625 0 2 interp_poly 2970 2716 1 0.688 0 3038 2658 1 0.562 0 2970 2716 1 0.688 0 2 interp_poly -40 -6 68 -58 2970 2716 3 MP PP 2970 2716 1 0.688 0 3038 2658 1 0.562 0 2970 2716 1 0.688 0 2 interp_poly 3038 2658 1 0.562 0 2998 2652 1 0.625 0 3038 2658 1 0.562 0 2 interp_poly -40 -72 68 -37 2904 1810 3 MP PP 2904 1810 1 0.188 0 2972 1773 1 0.125 0 2904 1810 1 0.188 0 2 interp_poly 2972 1773 1 0.125 0 2932 1701 1 0 0 2972 1773 1 0.125 0 2 interp_poly 68 -37 -40 38 2944 1772 3 MP PP 2944 1772 1 0.0625 0 2904 1810 1 0.188 0 2944 1772 1 0.0625 0 2 interp_poly 2904 1810 1 0.188 0 2972 1773 1 0.125 0 2904 1810 1 0.188 0 2 interp_poly -40 -39 68 -27 2916 1838 3 MP PP 2916 1838 1 0.125 0 2984 1811 1 0.0625 0 2916 1838 1 0.125 0 2 interp_poly 2984 1811 1 0.0625 0 2944 1772 1 0.0625 0 2984 1811 1 0.0625 0 2 interp_poly 68 -31 -40 -72 2972 1773 3 MP PP 2972 1773 1 0.125 0 2932 1701 1 0 0 2972 1773 1 0.125 0 2 interp_poly 2932 1701 1 0 0 3000 1670 1 0 0 2932 1701 1 0 0 2 interp_poly -40 57 68 -56 2944 1772 3 MP PP 2944 1772 1 0.0625 0 3012 1716 0.938 0 0 2944 1772 1 0.0625 0 2 interp_poly 3012 1716 0.938 0 0 2972 1773 1 0.125 0 3012 1716 0.938 0 0 2 interp_poly 68 -56 -40 -39 2984 1811 3 MP PP 2984 1811 1 0.0625 0 2944 1772 1 0.0625 0 2984 1811 1 0.0625 0 2 interp_poly 2944 1772 1 0.0625 0 3012 1716 0.938 0 0 2944 1772 1 0.0625 0 2 interp_poly 68 -27 -40 71 2956 1767 3 MP PP 2956 1767 0.875 0 0 2916 1838 1 0.125 0 2956 1767 0.875 0 0 2 interp_poly 2916 1838 1 0.125 0 2984 1811 1 0.0625 0 2916 1838 1 0.125 0 2 interp_poly -40 -169 67 -30 2929 1966 3 MP PP 2929 1966 1 0.25 0 2996 1936 1 0.25 0 2929 1966 1 0.25 0 2 interp_poly 2996 1936 1 0.25 0 2956 1767 0.875 0 0 2996 1936 1 0.25 0 2 interp_poly -40 59 68 -15 2956 1767 3 MP PP 2956 1767 0.875 0 0 3024 1752 0.875 0 0 2956 1767 0.875 0 0 2 interp_poly 3024 1752 0.875 0 0 2984 1811 1 0.0625 0 3024 1752 0.875 0 0 2 interp_poly 68 -15 -40 -169 2996 1936 3 MP PP 2996 1936 1 0.25 0 2956 1767 0.875 0 0 2996 1936 1 0.25 0 2 interp_poly 2956 1767 0.875 0 0 3024 1752 0.875 0 0 2956 1767 0.875 0 0 2 interp_poly -40 111 67 -31 2969 1856 3 MP PP 2969 1856 0.938 0 0 3036 1825 0.938 0 0 2969 1856 0.938 0 0 2 interp_poly 3036 1825 0.938 0 0 2996 1936 1 0.25 0 3036 1825 0.938 0 0 2 interp_poly 67 -31 -40 -77 3009 1933 3 MP PP 3009 1933 1 0.0625 0 2969 1856 0.938 0 0 3009 1933 1 0.0625 0 2 interp_poly 2969 1856 0.938 0 0 3036 1825 0.938 0 0 2969 1856 0.938 0 0 2 interp_poly -40 21 68 -96 2926 3045 3 MP PP 2926 3045 0.938 1 0.125 2994 2949 1 0.938 0 2926 3045 0.938 1 0.125 2 interp_poly 2994 2949 1 0.938 0 2954 2970 1 1 0.0625 2994 2949 1 0.938 0 2 interp_poly 68 -96 -40 66 2966 2979 3 MP PP 2966 2979 1 0.938 0 2926 3045 0.938 1 0.125 2966 2979 1 0.938 0 2 interp_poly 2926 3045 0.938 1 0.125 2994 2949 1 0.938 0 2926 3045 0.938 1 0.125 2 interp_poly 68 -39 -40 -102 3006 3081 3 MP PP 3006 3081 0.938 1 0.125 2966 2979 1 0.938 0 3006 3081 0.938 1 0.125 2 interp_poly 2966 2979 1 0.938 0 3034 2940 1 0.875 0 2966 2979 1 0.938 0 2 interp_poly -40 9 68 -39 2966 2979 3 MP PP 2966 2979 1 0.938 0 3034 2940 1 0.875 0 2966 2979 1 0.938 0 2 interp_poly 3034 2940 1 0.875 0 2994 2949 1 0.938 0 3034 2940 1 0.875 0 2 interp_poly -40 -59 68 -67 2922 3355 3 MP PP 2922 3355 0.562 1 0.5 2990 3288 0.688 1 0.375 2922 3355 0.562 1 0.5 2 interp_poly 2990 3288 0.688 1 0.375 2950 3229 0.75 1 0.312 2990 3288 0.688 1 0.375 2 interp_poly 68 -67 -40 57 2962 3298 3 MP PP 2962 3298 0.75 1 0.312 2922 3355 0.562 1 0.5 2962 3298 0.75 1 0.312 2 interp_poly 2922 3355 0.562 1 0.5 2990 3288 0.688 1 0.375 2922 3355 0.562 1 0.5 2 interp_poly 68 -57 -40 -59 2990 3288 3 MP PP 2990 3288 0.688 1 0.375 2950 3229 0.75 1 0.312 2990 3288 0.688 1 0.375 2 interp_poly 2950 3229 0.75 1 0.312 3018 3172 0.875 1 0.188 2950 3229 0.75 1 0.312 2 interp_poly -40 65 68 -75 2962 3298 3 MP PP 2962 3298 0.75 1 0.312 3030 3223 0.875 1 0.188 2962 3298 0.75 1 0.312 2 interp_poly 3030 3223 0.875 1 0.188 2990 3288 0.688 1 0.375 3030 3223 0.875 1 0.188 2 interp_poly 68 -75 -40 -122 3002 3420 3 MP PP 3002 3420 0.5 1 0.562 2962 3298 0.75 1 0.312 3002 3420 0.5 1 0.562 2 interp_poly 2962 3298 0.75 1 0.312 3030 3223 0.875 1 0.188 2962 3298 0.75 1 0.312 2 interp_poly 68 -12 -40 -16 3000 1670 3 MP PP 3000 1670 1 0 0 2960 1654 1 0 0 3000 1670 1 0 0 2 interp_poly 2960 1654 1 0 0 3028 1642 1 0 0 2960 1654 1 0 0 2 interp_poly -40 -67 68 -12 2960 1654 3 MP PP 2960 1654 1 0 0 3028 1642 1 0 0 2960 1654 1 0 0 2 interp_poly 3028 1642 1 0 0 2988 1575 0.938 0 0 3028 1642 1 0 0 2 interp_poly 67 -87 -40 -53 2999 3837 3 MP PP 2999 3837 0 0.938 1 2959 3784 0 1 1 2999 3837 0 0.938 1 2 interp_poly 2959 3784 0 1 1 3026 3697 0.188 1 0.875 2959 3784 0 1 1 2 interp_poly -40 -52 67 -87 2959 3784 3 MP PP 2959 3784 0 1 1 3026 3697 0.188 1 0.875 2959 3784 0 1 1 2 interp_poly 3026 3697 0.188 1 0.875 2986 3645 0.25 1 0.812 3026 3697 0.188 1 0.875 2 interp_poly 67 -47 -40 -2 2998 2652 3 MP PP 2998 2652 1 0.625 0 2958 2650 1 0.688 0 2998 2652 1 0.625 0 2 interp_poly 2958 2650 1 0.688 0 3025 2603 1 0.625 0 2958 2650 1 0.688 0 2 interp_poly -40 -39 67 -47 2958 2650 3 MP PP 2958 2650 1 0.688 0 3025 2603 1 0.625 0 2958 2650 1 0.688 0 2 interp_poly 3025 2603 1 0.625 0 2985 2564 1 0.562 0 3025 2603 1 0.625 0 2 interp_poly 68 -135 -40 -26 2995 4306 3 MP PP 2995 4306 0 0.188 1 2955 4280 0 0.188 1 2995 4306 0 0.188 1 2 interp_poly 2955 4280 0 0.188 1 3023 4145 0 0.5 1 2955 4280 0 0.188 1 2 interp_poly -40 -24 68 -135 2955 4280 3 MP PP 2955 4280 0 0.188 1 3023 4145 0 0.5 1 2955 4280 0 0.188 1 2 interp_poly 3023 4145 0 0.5 1 2983 4121 0 0.5 1 3023 4145 0 0.5 1 2 interp_poly 68 -74 -40 21 2994 2949 3 MP PP 2994 2949 1 0.938 0 2954 2970 1 1 0.0625 2994 2949 1 0.938 0 2 interp_poly 2954 2970 1 1 0.0625 3022 2896 1 0.938 0 2954 2970 1 1 0.0625 2 interp_poly -40 -112 68 -74 2954 2970 3 MP PP 2954 2970 1 1 0.0625 3022 2896 1 0.938 0 2954 2970 1 1 0.0625 2 interp_poly 3022 2896 1 0.938 0 2982 2784 1 0.688 0 3022 2896 1 0.938 0 2 interp_poly -40 -41 68 -57 2950 3229 3 MP PP 2950 3229 0.75 1 0.312 3018 3172 0.875 1 0.188 2950 3229 0.75 1 0.312 2 interp_poly 3018 3172 0.875 1 0.188 2978 3131 0.938 1 0.125 3018 3172 0.875 1 0.188 2 interp_poly 68 -102 -40 -24 2986 3645 3 MP PP 2986 3645 0.25 1 0.812 2946 3621 0.25 1 0.812 2986 3645 0.25 1 0.812 2 interp_poly 2946 3621 0.25 1 0.812 3014 3519 0.438 1 0.625 2946 3621 0.25 1 0.812 2 interp_poly -40 -40 68 -102 2946 3621 3 MP PP 2946 3621 0.25 1 0.812 3014 3519 0.438 1 0.625 2946 3621 0.25 1 0.812 2 interp_poly 3014 3519 0.438 1 0.625 2974 3479 0.5 1 0.562 3014 3519 0.438 1 0.625 2 interp_poly 68 -44 -40 2 2985 2564 3 MP PP 2985 2564 1 0.562 0 2945 2566 1 0.625 0 2985 2564 1 0.562 0 2 interp_poly 2945 2566 1 0.625 0 3013 2522 1 0.562 0 2945 2566 1 0.625 0 2 interp_poly -40 -79 68 -44 2945 2566 3 MP PP 2945 2566 1 0.625 0 3013 2522 1 0.562 0 2945 2566 1 0.625 0 2 interp_poly 3013 2522 1 0.562 0 2973 2443 1 0.438 0 3013 2522 1 0.562 0 2 interp_poly 68 -133 -40 -28 2983 4121 3 MP PP 2983 4121 0 0.5 1 2943 4093 0 0.5 1 2983 4121 0 0.5 1 2 interp_poly 2943 4093 0 0.5 1 3011 3960 0 0.75 1 2943 4093 0 0.5 1 2 interp_poly -40 -23 68 -133 2943 4093 3 MP PP 2943 4093 0 0.5 1 3011 3960 0 0.75 1 2943 4093 0 0.5 1 2 interp_poly 3011 3960 0 0.75 1 2971 3937 0 0.75 1 3011 3960 0 0.75 1 2 interp_poly 68 -78 -40 0 2982 2784 3 MP PP 2982 2784 1 0.688 0 2942 2784 1 0.75 0 2982 2784 1 0.688 0 2 interp_poly 2942 2784 1 0.75 0 3010 2706 1 0.625 0 2942 2784 1 0.75 0 2 interp_poly -40 10 68 -78 2942 2784 3 MP PP 2942 2784 1 0.75 0 3010 2706 1 0.625 0 2942 2784 1 0.75 0 2 interp_poly 3010 2706 1 0.625 0 2970 2716 1 0.688 0 3010 2706 1 0.625 0 2 interp_poly 68 -28 -40 -18 2981 1979 3 MP PP 2981 1979 1 0.125 0 2941 1961 1 0.125 0 2981 1979 1 0.125 0 2 interp_poly 2941 1961 1 0.125 0 3009 1933 1 0.0625 0 2941 1961 1 0.125 0 2 interp_poly 67 -30 -40 110 2969 1856 3 MP PP 2969 1856 0.938 0 0 2929 1966 1 0.25 0 2969 1856 0.938 0 0 2 interp_poly 2929 1966 1 0.25 0 2996 1936 1 0.25 0 2929 1966 1 0.25 0 2 interp_poly -40 -77 68 -28 2941 1961 3 MP PP 2941 1961 1 0.125 0 3009 1933 1 0.0625 0 2941 1961 1 0.125 0 2 interp_poly 3009 1933 1 0.0625 0 2969 1856 0.938 0 0 3009 1933 1 0.0625 0 2 interp_poly 68 -55 -40 5 2978 3131 3 MP PP 2978 3131 0.938 1 0.125 2938 3136 0.875 1 0.188 2978 3131 0.938 1 0.125 2 interp_poly 2938 3136 0.875 1 0.188 3006 3081 0.938 1 0.125 2938 3136 0.875 1 0.188 2 interp_poly -40 -102 68 -55 2938 3136 3 MP PP 2938 3136 0.875 1 0.188 3006 3081 0.938 1 0.125 2938 3136 0.875 1 0.188 2 interp_poly 3006 3081 0.938 1 0.125 2966 2979 1 0.938 0 3006 3081 0.938 1 0.125 2 interp_poly 68 -58 -40 24 2976 1582 3 MP PP 2976 1582 1 0.0625 0 2936 1606 1 0.188 0 2976 1582 1 0.0625 0 2 interp_poly 2936 1606 1 0.188 0 3004 1548 1 0.0625 0 2936 1606 1 0.188 0 2 interp_poly 68 -87 -40 28 2974 3479 3 MP PP 2974 3479 0.5 1 0.562 2934 3507 0.375 1 0.688 2974 3479 0.5 1 0.562 2 interp_poly 2934 3507 0.375 1 0.688 3002 3420 0.5 1 0.562 2934 3507 0.375 1 0.688 2 interp_poly -40 -122 68 -87 2934 3507 3 MP PP 2934 3507 0.375 1 0.688 3002 3420 0.5 1 0.562 2934 3507 0.375 1 0.688 2 interp_poly 3002 3420 0.5 1 0.562 2962 3298 0.75 1 0.312 3002 3420 0.5 1 0.562 2 interp_poly -40 -45 68 -52 2893 2468 3 MP PP 2893 2468 1 0.625 0 2961 2416 1 0.5 0 2893 2468 1 0.625 0 2 interp_poly 2961 2416 1 0.5 0 2921 2371 1 0.438 0 2961 2416 1 0.5 0 2 interp_poly 68 -64 -40 -45 2961 2416 3 MP PP 2961 2416 1 0.5 0 2921 2371 1 0.438 0 2961 2416 1 0.5 0 2 interp_poly 2921 2371 1 0.438 0 2989 2307 1 0.375 0 2921 2371 1 0.438 0 2 interp_poly 68 -52 -40 96 2933 2372 3 MP PP 2933 2372 1 0.312 0 2893 2468 1 0.625 0 2933 2372 1 0.312 0 2 interp_poly 2893 2468 1 0.625 0 2961 2416 1 0.5 0 2893 2468 1 0.625 0 2 interp_poly -40 78 68 -34 2933 2372 3 MP PP 2933 2372 1 0.312 0 3001 2338 1 0.25 0 2933 2372 1 0.312 0 2 interp_poly 3001 2338 1 0.25 0 2961 2416 1 0.5 0 3001 2338 1 0.25 0 2 interp_poly 68 -34 -40 -71 2973 2443 3 MP PP 2973 2443 1 0.438 0 2933 2372 1 0.312 0 2973 2443 1 0.438 0 2 interp_poly 2933 2372 1 0.312 0 3001 2338 1 0.25 0 2933 2372 1 0.312 0 2 interp_poly -40 -16 68 -31 2932 1701 3 MP PP 2932 1701 1 0 0 3000 1670 1 0 0 2932 1701 1 0 0 2 interp_poly 3000 1670 1 0 0 2960 1654 1 0 0 3000 1670 1 0 0 2 interp_poly 68 -107 -40 7 2971 3937 3 MP PP 2971 3937 0 0.75 1 2931 3944 0 0.688 1 2971 3937 0 0.75 1 2 interp_poly 2931 3944 0 0.688 1 2999 3837 0 0.938 1 2931 3944 0 0.688 1 2 interp_poly -40 -53 68 -107 2931 3944 3 MP PP 2931 3944 0 0.688 1 2999 3837 0 0.938 1 2931 3944 0 0.688 1 2 interp_poly 2999 3837 0 0.938 1 2959 3784 0 1 1 2999 3837 0 0.938 1 2 interp_poly 68 -48 -40 -16 2970 2716 3 MP PP 2970 2716 1 0.688 0 2930 2700 1 0.688 0 2970 2716 1 0.688 0 2 interp_poly 2930 2700 1 0.688 0 2998 2652 1 0.625 0 2930 2700 1 0.688 0 2 interp_poly -40 -2 68 -48 2930 2700 3 MP PP 2930 2700 1 0.688 0 2998 2652 1 0.625 0 2930 2700 1 0.688 0 2 interp_poly 2998 2652 1 0.625 0 2958 2650 1 0.688 0 2998 2652 1 0.625 0 2 interp_poly -40 -26 68 -147 2927 4453 3 MP PP 2927 4453 0 0 0.875 2995 4306 0 0.188 1 2927 4453 0 0 0.875 2 interp_poly 2995 4306 0 0.188 1 2955 4280 0 0.188 1 2995 4306 0 0.188 1 2 interp_poly -40 -65 68 -32 2885 2153 3 MP PP 2885 2153 1 0.375 0 2953 2121 1 0.312 0 2885 2153 1 0.375 0 2 interp_poly 2953 2121 1 0.312 0 2913 2056 1 0.25 0 2953 2121 1 0.312 0 2 interp_poly 68 -32 -40 46 2925 2107 3 MP PP 2925 2107 1 0.25 0 2885 2153 1 0.375 0 2925 2107 1 0.25 0 2 interp_poly 2885 2153 1 0.375 0 2953 2121 1 0.312 0 2885 2153 1 0.375 0 2 interp_poly 68 -77 -40 -65 2953 2121 3 MP PP 2953 2121 1 0.312 0 2913 2056 1 0.25 0 2953 2121 1 0.312 0 2 interp_poly 2913 2056 1 0.25 0 2981 1979 1 0.125 0 2913 2056 1 0.25 0 2 interp_poly -40 22 68 -8 2925 2107 3 MP PP 2925 2107 1 0.25 0 2993 2099 1 0.25 0 2925 2107 1 0.25 0 2 interp_poly 2993 2099 1 0.25 0 2953 2121 1 0.312 0 2993 2099 1 0.25 0 2 interp_poly 68 -8 -40 -73 2965 2180 3 MP PP 2965 2180 1 0.312 0 2925 2107 1 0.25 0 2965 2180 1 0.312 0 2 interp_poly 2925 2107 1 0.25 0 2993 2099 1 0.25 0 2925 2107 1 0.25 0 2 interp_poly -40 25 68 -64 2921 2371 3 MP PP 2921 2371 1 0.438 0 2989 2307 1 0.375 0 2921 2371 1 0.438 0 2 interp_poly 2989 2307 1 0.375 0 2949 2332 1 0.438 0 2989 2307 1 0.375 0 2 interp_poly 68 -34 -40 36 2908 1604 3 MP PP 2908 1604 1 0.0625 0 2868 1640 1 0.25 0 2908 1604 1 0.0625 0 2 interp_poly 2868 1640 1 0.25 0 2936 1606 1 0.188 0 2868 1640 1 0.25 0 2 interp_poly 68 16 -40 -23 2840 1647 3 MP PP 2840 1647 1 0.188 0 2800 1624 1 0.188 0 2840 1647 1 0.188 0 2 interp_poly 2800 1624 1 0.188 0 2868 1640 1 0.25 0 2800 1624 1 0.188 0 2 interp_poly -40 36 68 -43 2840 1647 3 MP PP 2840 1647 1 0.188 0 2908 1604 1 0.0625 0 2840 1647 1 0.188 0 2 interp_poly 2908 1604 1 0.0625 0 2868 1640 1 0.25 0 2908 1604 1 0.0625 0 2 interp_poly -40 -9 68 -11 2880 1624 3 MP PP 2880 1624 1 0.0625 0 2948 1613 1 0.0625 0 2880 1624 1 0.0625 0 2 interp_poly 2948 1613 1 0.0625 0 2908 1604 1 0.0625 0 2948 1613 1 0.0625 0 2 interp_poly 68 -43 -40 23 2880 1624 3 MP PP 2880 1624 1 0.0625 0 2840 1647 1 0.188 0 2880 1624 1 0.0625 0 2 interp_poly 2840 1647 1 0.188 0 2908 1604 1 0.0625 0 2840 1647 1 0.188 0 2 interp_poly -40 24 68 -22 2908 1604 3 MP PP 2908 1604 1 0.0625 0 2976 1582 1 0.0625 0 2908 1604 1 0.0625 0 2 interp_poly 2976 1582 1 0.0625 0 2936 1606 1 0.188 0 2976 1582 1 0.0625 0 2 interp_poly 68 -22 -40 -9 2948 1613 3 MP PP 2948 1613 1 0.0625 0 2908 1604 1 0.0625 0 2948 1613 1 0.0625 0 2 interp_poly 2908 1604 1 0.0625 0 2976 1582 1 0.0625 0 2908 1604 1 0.0625 0 2 interp_poly 68 -11 -40 44 2920 1580 3 MP PP 2920 1580 0.875 0 0 2880 1624 1 0.0625 0 2920 1580 0.875 0 0 2 interp_poly 2880 1624 1 0.0625 0 2948 1613 1 0.0625 0 2880 1624 1 0.0625 0 2 interp_poly -40 38 68 -5 2920 1580 3 MP PP 2920 1580 0.875 0 0 2988 1575 0.938 0 0 2920 1580 0.875 0 0 2 interp_poly 2988 1575 0.938 0 0 2948 1613 1 0.0625 0 2988 1575 0.938 0 0 2 interp_poly 68 -5 -40 -74 2960 1654 3 MP PP 2960 1654 1 0 0 2920 1580 0.875 0 0 2960 1654 1 0 0 2 interp_poly 2920 1580 0.875 0 0 2988 1575 0.938 0 0 2920 1580 0.875 0 0 2 interp_poly 67 -92 -40 -47 2959 3784 3 MP PP 2959 3784 0 1 1 2919 3737 0.0625 1 1 2959 3784 0 1 1 2 interp_poly 2919 3737 0.0625 1 1 2986 3645 0.25 1 0.812 2919 3737 0.0625 1 1 2 interp_poly -40 -24 67 -92 2919 3737 3 MP PP 2919 3737 0.0625 1 1 2986 3645 0.25 1 0.812 2919 3737 0.0625 1 1 2 interp_poly 2986 3645 0.25 1 0.812 2946 3621 0.25 1 0.812 2986 3645 0.25 1 0.812 2 interp_poly -40 -92 67 -68 2878 2634 3 MP PP 2878 2634 1 0.75 0 2945 2566 1 0.625 0 2878 2634 1 0.75 0 2 interp_poly 2945 2566 1 0.625 0 2905 2474 1 0.5 0 2945 2566 1 0.625 0 2 interp_poly 67 -68 -40 61 2918 2573 3 MP PP 2918 2573 1 0.562 0 2878 2634 1 0.75 0 2918 2573 1 0.562 0 2 interp_poly 2878 2634 1 0.75 0 2945 2566 1 0.625 0 2878 2634 1 0.75 0 2 interp_poly 67 -9 -40 -77 2958 2650 3 MP PP 2958 2650 1 0.688 0 2918 2573 1 0.562 0 2958 2650 1 0.688 0 2 interp_poly 2918 2573 1 0.562 0 2985 2564 1 0.562 0 2918 2573 1 0.562 0 2 interp_poly -40 2 67 -9 2918 2573 3 MP PP 2918 2573 1 0.562 0 2985 2564 1 0.562 0 2918 2573 1 0.562 0 2 interp_poly 2985 2564 1 0.562 0 2945 2566 1 0.625 0 2985 2564 1 0.562 0 2 interp_poly 68 -131 -40 -28 2955 4280 3 MP PP 2955 4280 0 0.188 1 2915 4252 0 0.188 1 2955 4280 0 0.188 1 2 interp_poly 2915 4252 0 0.188 1 2983 4121 0 0.5 1 2915 4252 0 0.188 1 2 interp_poly -40 -28 68 -131 2915 4252 3 MP PP 2915 4252 0 0.188 1 2983 4121 0 0.5 1 2915 4252 0 0.188 1 2 interp_poly 2983 4121 0 0.5 1 2943 4093 0 0.5 1 2983 4121 0 0.5 1 2 interp_poly 68 -83 -40 -103 2954 2970 3 MP PP 2954 2970 1 1 0.0625 2914 2867 1 0.875 0 2954 2970 1 1 0.0625 2 interp_poly 2914 2867 1 0.875 0 2982 2784 1 0.688 0 2914 2867 1 0.875 0 2 interp_poly -40 0 68 -83 2914 2867 3 MP PP 2914 2867 1 0.875 0 2982 2784 1 0.688 0 2914 2867 1 0.875 0 2 interp_poly 2982 2784 1 0.688 0 2942 2784 1 0.75 0 2982 2784 1 0.688 0 2 interp_poly -40 -18 68 -77 2913 2056 3 MP PP 2913 2056 1 0.25 0 2981 1979 1 0.125 0 2913 2056 1 0.25 0 2 interp_poly 2981 1979 1 0.125 0 2941 1961 1 0.125 0 2981 1979 1 0.125 0 2 interp_poly 68 -53 -40 -45 2950 3229 3 MP PP 2950 3229 0.75 1 0.312 2910 3184 0.812 1 0.25 2950 3229 0.75 1 0.312 2 interp_poly 2910 3184 0.812 1 0.25 2978 3131 0.938 1 0.125 2910 3184 0.812 1 0.25 2 interp_poly -40 5 68 -53 2910 3184 3 MP PP 2910 3184 0.812 1 0.25 2978 3131 0.938 1 0.125 2910 3184 0.812 1 0.25 2 interp_poly 2978 3131 0.938 1 0.125 2938 3136 0.875 1 0.188 2978 3131 0.938 1 0.125 2 interp_poly -40 -19 68 -57 2869 2274 3 MP PP 2869 2274 1 0.438 0 2937 2217 1 0.312 0 2869 2274 1 0.438 0 2 interp_poly 2937 2217 1 0.312 0 2897 2198 1 0.375 0 2937 2217 1 0.312 0 2 interp_poly 68 -18 -40 -19 2937 2217 3 MP PP 2937 2217 1 0.312 0 2897 2198 1 0.375 0 2937 2217 1 0.312 0 2 interp_poly 2897 2198 1 0.375 0 2965 2180 1 0.312 0 2897 2198 1 0.375 0 2 interp_poly 68 -57 -40 70 2909 2204 3 MP PP 2909 2204 1 0.188 0 2869 2274 1 0.438 0 2909 2204 1 0.188 0 2 interp_poly 2869 2274 1 0.438 0 2937 2217 1 0.312 0 2869 2274 1 0.438 0 2 interp_poly -40 -73 68 -18 2897 2198 3 MP PP 2897 2198 1 0.375 0 2965 2180 1 0.312 0 2897 2198 1 0.375 0 2 interp_poly 2965 2180 1 0.312 0 2925 2107 1 0.25 0 2965 2180 1 0.312 0 2 interp_poly -40 50 68 -37 2909 2204 3 MP PP 2909 2204 1 0.188 0 2977 2167 1 0.188 0 2909 2204 1 0.188 0 2 interp_poly 2977 2167 1 0.188 0 2937 2217 1 0.312 0 2977 2167 1 0.188 0 2 interp_poly 68 -37 -40 -128 2949 2332 3 MP PP 2949 2332 1 0.438 0 2909 2204 1 0.188 0 2949 2332 1 0.438 0 2 interp_poly 2909 2204 1 0.188 0 2977 2167 1 0.188 0 2909 2204 1 0.188 0 2 interp_poly 68 -105 -40 -37 2946 3621 3 MP PP 2946 3621 0.25 1 0.812 2906 3584 0.25 1 0.812 2946 3621 0.25 1 0.812 2 interp_poly 2906 3584 0.25 1 0.812 2974 3479 0.5 1 0.562 2906 3584 0.25 1 0.812 2 interp_poly -40 28 68 -105 2906 3584 3 MP PP 2906 3584 0.25 1 0.812 2974 3479 0.5 1 0.562 2906 3584 0.25 1 0.812 2 interp_poly 2974 3479 0.5 1 0.562 2934 3507 0.375 1 0.688 2974 3479 0.5 1 0.562 2 interp_poly 68 -31 -40 -92 2945 2566 3 MP PP 2945 2566 1 0.625 0 2905 2474 1 0.5 0 2945 2566 1 0.625 0 2 interp_poly 2905 2474 1 0.5 0 2973 2443 1 0.438 0 2905 2474 1 0.5 0 2 interp_poly -40 -71 68 -31 2905 2474 3 MP PP 2905 2474 1 0.5 0 2973 2443 1 0.438 0 2905 2474 1 0.5 0 2 interp_poly 2973 2443 1 0.438 0 2933 2372 1 0.312 0 2973 2443 1 0.438 0 2 interp_poly 68 -116 -40 -40 2943 4093 3 MP PP 2943 4093 0 0.5 1 2903 4053 0 0.562 1 2943 4093 0 0.5 1 2 interp_poly 2903 4053 0 0.562 1 2971 3937 0 0.75 1 2903 4053 0 0.562 1 2 interp_poly -40 7 68 -116 2903 4053 3 MP PP 2903 4053 0 0.562 1 2971 3937 0 0.75 1 2903 4053 0 0.562 1 2 interp_poly 2971 3937 0 0.75 1 2931 3944 0 0.688 1 2971 3937 0 0.75 1 2 interp_poly 68 -65 -40 -3 2942 2784 3 MP PP 2942 2784 1 0.75 0 2902 2781 1 0.812 0 2942 2784 1 0.75 0 2 interp_poly 2902 2781 1 0.812 0 2970 2716 1 0.688 0 2902 2781 1 0.812 0 2 interp_poly -40 -16 68 -65 2902 2781 3 MP PP 2902 2781 1 0.812 0 2970 2716 1 0.688 0 2902 2781 1 0.812 0 2 interp_poly 2970 2716 1 0.688 0 2930 2700 1 0.688 0 2970 2716 1 0.688 0 2 interp_poly -40 -55 68 -7 2836 1817 3 MP PP 2836 1817 1 0.188 0 2904 1810 1 0.188 0 2836 1817 1 0.188 0 2 interp_poly 2904 1810 1 0.188 0 2864 1755 1 0.125 0 2904 1810 1 0.188 0 2 interp_poly 68 -7 -40 19 2876 1798 3 MP PP 2876 1798 1 0.0625 0 2836 1817 1 0.188 0 2876 1798 1 0.0625 0 2 interp_poly 2836 1817 1 0.188 0 2904 1810 1 0.188 0 2836 1817 1 0.188 0 2 interp_poly -40 -40 67 -18 2849 1856 3 MP PP 2849 1856 1 0.125 0 2916 1838 1 0.125 0 2849 1856 1 0.125 0 2 interp_poly 2916 1838 1 0.125 0 2876 1798 1 0.0625 0 2916 1838 1 0.125 0 2 interp_poly 68 -54 -40 -55 2904 1810 3 MP PP 2904 1810 1 0.188 0 2864 1755 1 0.125 0 2904 1810 1 0.188 0 2 interp_poly 2864 1755 1 0.125 0 2932 1701 1 0 0 2864 1755 1 0.125 0 2 interp_poly -40 38 68 -26 2876 1798 3 MP PP 2876 1798 1 0.0625 0 2944 1772 1 0.0625 0 2876 1798 1 0.0625 0 2 interp_poly 2944 1772 1 0.0625 0 2904 1810 1 0.188 0 2944 1772 1 0.0625 0 2 interp_poly 68 -26 -40 -40 2916 1838 3 MP PP 2916 1838 1 0.125 0 2876 1798 1 0.0625 0 2916 1838 1 0.125 0 2 interp_poly 2876 1798 1 0.0625 0 2944 1772 1 0.0625 0 2876 1798 1 0.0625 0 2 interp_poly 67 -18 -40 71 2889 1785 3 MP PP 2889 1785 0.875 0 0 2849 1856 1 0.125 0 2889 1785 0.875 0 0 2 interp_poly 2849 1856 1 0.125 0 2916 1838 1 0.125 0 2849 1856 1 0.125 0 2 interp_poly -40 -181 68 -13 2861 1979 3 MP PP 2861 1979 1 0.25 0 2929 1966 1 0.25 0 2861 1979 1 0.25 0 2 interp_poly 2929 1966 1 0.25 0 2889 1785 0.875 0 0 2929 1966 1 0.25 0 2 interp_poly -40 71 67 -18 2889 1785 3 MP PP 2889 1785 0.875 0 0 2956 1767 0.875 0 0 2889 1785 0.875 0 0 2 interp_poly 2956 1767 0.875 0 0 2916 1838 1 0.125 0 2956 1767 0.875 0 0 2 interp_poly 67 -18 -40 -181 2929 1966 3 MP PP 2929 1966 1 0.25 0 2889 1785 0.875 0 0 2929 1966 1 0.25 0 2 interp_poly 2889 1785 0.875 0 0 2956 1767 0.875 0 0 2889 1785 0.875 0 0 2 interp_poly -40 110 68 -52 2901 1908 3 MP PP 2901 1908 1 0.0625 0 2969 1856 0.938 0 0 2901 1908 1 0.0625 0 2 interp_poly 2969 1856 0.938 0 0 2929 1966 1 0.25 0 2969 1856 0.938 0 0 2 interp_poly 68 -52 -40 -53 2941 1961 3 MP PP 2941 1961 1 0.125 0 2901 1908 1 0.0625 0 2941 1961 1 0.125 0 2 interp_poly 2901 1908 1 0.0625 0 2969 1856 0.938 0 0 2901 1908 1 0.0625 0 2 interp_poly -40 -7 68 -44 2858 3089 3 MP PP 2858 3089 0.875 1 0.188 2926 3045 0.938 1 0.125 2858 3089 0.875 1 0.188 2 interp_poly 2926 3045 0.938 1 0.125 2886 3038 0.875 1 0.188 2926 3045 0.938 1 0.125 2 interp_poly 68 -44 -40 28 2898 3061 3 MP PP 2898 3061 0.938 1 0.125 2858 3089 0.875 1 0.188 2898 3061 0.938 1 0.125 2 interp_poly 2858 3089 0.875 1 0.188 2926 3045 0.938 1 0.125 2858 3089 0.875 1 0.188 2 interp_poly 68 -68 -40 -7 2926 3045 3 MP PP 2926 3045 0.938 1 0.125 2886 3038 0.875 1 0.188 2926 3045 0.938 1 0.125 2 interp_poly 2886 3038 0.875 1 0.188 2954 2970 1 1 0.0625 2886 3038 0.875 1 0.188 2 interp_poly -40 66 68 -82 2898 3061 3 MP PP 2898 3061 0.938 1 0.125 2966 2979 1 0.938 0 2898 3061 0.938 1 0.125 2 interp_poly 2966 2979 1 0.938 0 2926 3045 0.938 1 0.125 2966 2979 1 0.938 0 2 interp_poly 68 -82 -40 -75 2938 3136 3 MP PP 2938 3136 0.875 1 0.188 2898 3061 0.938 1 0.125 2938 3136 0.875 1 0.188 2 interp_poly 2898 3061 0.938 1 0.125 2966 2979 1 0.938 0 2898 3061 0.938 1 0.125 2 interp_poly 68 -122 -40 -87 2934 3507 3 MP PP 2934 3507 0.375 1 0.688 2894 3420 0.5 1 0.562 2934 3507 0.375 1 0.688 2 interp_poly 2894 3420 0.5 1 0.562 2962 3298 0.75 1 0.312 2894 3420 0.5 1 0.562 2 interp_poly -40 57 68 -122 2894 3420 3 MP PP 2894 3420 0.5 1 0.562 2962 3298 0.75 1 0.312 2894 3420 0.5 1 0.562 2 interp_poly 2962 3298 0.75 1 0.312 2922 3355 0.562 1 0.5 2962 3298 0.75 1 0.312 2 interp_poly 68 -10 -40 -37 2932 1701 3 MP PP 2932 1701 1 0 0 2892 1664 1 0 0 2932 1701 1 0 0 2 interp_poly 2892 1664 1 0 0 2960 1654 1 0 0 2892 1664 1 0 0 2 interp_poly -40 -74 68 -10 2892 1664 3 MP PP 2892 1664 1 0 0 2960 1654 1 0 0 2892 1664 1 0 0 2 interp_poly 2960 1654 1 0 0 2920 1580 0.875 0 0 2960 1654 1 0 0 2 interp_poly 68 -114 -40 -46 2931 3944 3 MP PP 2931 3944 0 0.688 1 2891 3898 0 0.75 1 2931 3944 0 0.688 1 2 interp_poly 2891 3898 0 0.75 1 2959 3784 0 1 1 2891 3898 0 0.75 1 2 interp_poly -40 -47 68 -114 2891 3898 3 MP PP 2891 3898 0 0.75 1 2959 3784 0 1 1 2891 3898 0 0.75 1 2 interp_poly 2959 3784 0 1 1 2919 3737 0.0625 1 1 2959 3784 0 1 1 2 interp_poly 68 -23 -40 -27 2930 2700 3 MP PP 2930 2700 1 0.688 0 2890 2673 1 0.688 0 2930 2700 1 0.688 0 2 interp_poly 2890 2673 1 0.688 0 2958 2650 1 0.688 0 2890 2673 1 0.688 0 2 interp_poly -40 -77 68 -23 2890 2673 3 MP PP 2890 2673 1 0.688 0 2958 2650 1 0.688 0 2890 2673 1 0.688 0 2 interp_poly 2958 2650 1 0.688 0 2918 2573 1 0.562 0 2958 2650 1 0.688 0 2 interp_poly 68 -148 -40 -25 2927 4453 3 MP PP 2927 4453 0 0 0.875 2887 4428 0 0 0.875 2927 4453 0 0 0.875 2 interp_poly 2887 4428 0 0 0.875 2955 4280 0 0.188 1 2887 4428 0 0 0.875 2 interp_poly -40 -28 68 -148 2887 4428 3 MP PP 2887 4428 0 0 0.875 2955 4280 0 0.188 1 2887 4428 0 0 0.875 2 interp_poly 2955 4280 0 0.188 1 2915 4252 0 0.188 1 2955 4280 0 0.188 1 2 interp_poly -40 -103 68 -68 2886 3038 3 MP PP 2886 3038 0.875 1 0.188 2954 2970 1 1 0.0625 2886 3038 0.875 1 0.188 2 interp_poly 2954 2970 1 1 0.0625 2914 2867 1 0.875 0 2954 2970 1 1 0.0625 2 interp_poly 68 -63 -40 -63 2922 3355 3 MP PP 2922 3355 0.562 1 0.5 2882 3292 0.688 1 0.375 2922 3355 0.562 1 0.5 2 interp_poly 2882 3292 0.688 1 0.375 2950 3229 0.75 1 0.312 2882 3292 0.688 1 0.375 2 interp_poly -40 -45 68 -63 2882 3292 3 MP PP 2882 3292 0.688 1 0.375 2950 3229 0.75 1 0.312 2882 3292 0.688 1 0.375 2 interp_poly 2950 3229 0.75 1 0.312 2910 3184 0.812 1 0.25 2950 3229 0.75 1 0.312 2 interp_poly 68 -23 -40 -16 2921 2371 3 MP PP 2921 2371 1 0.438 0 2881 2355 1 0.5 0 2921 2371 1 0.438 0 2 interp_poly 2881 2355 1 0.5 0 2949 2332 1 0.438 0 2881 2355 1 0.5 0 2 interp_poly -40 -128 68 -23 2881 2355 3 MP PP 2881 2355 1 0.5 0 2949 2332 1 0.438 0 2881 2355 1 0.5 0 2 interp_poly 2949 2332 1 0.438 0 2909 2204 1 0.188 0 2949 2332 1 0.438 0 2 interp_poly 67 -86 -40 -30 2919 3737 3 MP PP 2919 3737 0.0625 1 1 2879 3707 0.0625 1 1 2919 3737 0.0625 1 1 2 interp_poly 2879 3707 0.0625 1 1 2946 3621 0.25 1 0.812 2879 3707 0.0625 1 1 2 interp_poly -40 -37 67 -86 2879 3707 3 MP PP 2879 3707 0.0625 1 1 2946 3621 0.25 1 0.812 2879 3707 0.0625 1 1 2 interp_poly 2946 3621 0.25 1 0.812 2906 3584 0.25 1 0.812 2946 3621 0.25 1 0.812 2 interp_poly 68 -128 -40 -31 2915 4252 3 MP PP 2915 4252 0 0.188 1 2875 4221 0 0.25 1 2915 4252 0 0.188 1 2 interp_poly 2875 4221 0 0.25 1 2943 4093 0 0.5 1 2875 4221 0 0.25 1 2 interp_poly -40 -40 68 -128 2875 4221 3 MP PP 2875 4221 0 0.25 1 2943 4093 0 0.5 1 2875 4221 0 0.25 1 2 interp_poly 2943 4093 0 0.5 1 2903 4053 0 0.562 1 2943 4093 0 0.5 1 2 interp_poly 68 -80 -40 -3 2914 2867 3 MP PP 2914 2867 1 0.875 0 2874 2864 1 0.938 0 2914 2867 1 0.875 0 2 interp_poly 2874 2864 1 0.938 0 2942 2784 1 0.75 0 2874 2864 1 0.938 0 2 interp_poly -40 -3 68 -80 2874 2864 3 MP PP 2874 2864 1 0.938 0 2942 2784 1 0.75 0 2874 2864 1 0.938 0 2 interp_poly 2942 2784 1 0.75 0 2902 2781 1 0.812 0 2942 2784 1 0.75 0 2 interp_poly 68 -38 -40 -57 2913 2056 3 MP PP 2913 2056 1 0.25 0 2873 1999 1 0.188 0 2913 2056 1 0.25 0 2 interp_poly 2873 1999 1 0.188 0 2941 1961 1 0.125 0 2873 1999 1 0.188 0 2 interp_poly 68 -13 -40 71 2901 1908 3 MP PP 2901 1908 1 0.0625 0 2861 1979 1 0.25 0 2901 1908 1 0.0625 0 2 interp_poly 2861 1979 1 0.25 0 2929 1966 1 0.25 0 2861 1979 1 0.25 0 2 interp_poly -40 -53 68 -38 2873 1999 3 MP PP 2873 1999 1 0.188 0 2941 1961 1 0.125 0 2873 1999 1 0.188 0 2 interp_poly 2941 1961 1 0.125 0 2901 1908 1 0.0625 0 2941 1961 1 0.125 0 2 interp_poly 68 -72 -40 24 2910 3184 3 MP PP 2910 3184 0.812 1 0.25 2870 3208 0.688 1 0.375 2910 3184 0.812 1 0.25 2 interp_poly 2870 3208 0.688 1 0.375 2938 3136 0.875 1 0.188 2870 3208 0.688 1 0.375 2 interp_poly -40 -75 68 -72 2870 3208 3 MP PP 2870 3208 0.688 1 0.375 2938 3136 0.875 1 0.188 2870 3208 0.688 1 0.375 2 interp_poly 2938 3136 0.875 1 0.188 2898 3061 0.938 1 0.125 2938 3136 0.875 1 0.188 2 interp_poly 68 -93 -40 16 2906 3584 3 MP PP 2906 3584 0.25 1 0.812 2866 3600 0.188 1 0.875 2906 3584 0.25 1 0.812 2 interp_poly 2866 3600 0.188 1 0.875 2934 3507 0.375 1 0.688 2866 3600 0.188 1 0.875 2 interp_poly -40 -87 68 -93 2866 3600 3 MP PP 2866 3600 0.188 1 0.875 2934 3507 0.375 1 0.688 2866 3600 0.188 1 0.875 2 interp_poly 2934 3507 0.375 1 0.688 2894 3420 0.5 1 0.562 2934 3507 0.375 1 0.688 2 interp_poly -40 -51 68 -57 2825 2525 3 MP PP 2825 2525 1 0.688 0 2893 2468 1 0.625 0 2825 2525 1 0.688 0 2 interp_poly 2893 2468 1 0.625 0 2853 2417 1 0.562 0 2893 2468 1 0.625 0 2 interp_poly 68 -46 -40 -51 2893 2468 3 MP PP 2893 2468 1 0.625 0 2853 2417 1 0.562 0 2893 2468 1 0.625 0 2 interp_poly 2853 2417 1 0.562 0 2921 2371 1 0.438 0 2853 2417 1 0.562 0 2 interp_poly -40 96 68 -73 2865 2445 3 MP PP 2865 2445 1 0.438 0 2933 2372 1 0.312 0 2865 2445 1 0.438 0 2 interp_poly 2933 2372 1 0.312 0 2893 2468 1 0.625 0 2933 2372 1 0.312 0 2 interp_poly 68 -73 -40 -29 2905 2474 3 MP PP 2905 2474 1 0.5 0 2865 2445 1 0.438 0 2905 2474 1 0.5 0 2 interp_poly 2865 2445 1 0.438 0 2933 2372 1 0.312 0 2865 2445 1 0.438 0 2 interp_poly -40 -37 68 -54 2864 1755 3 MP PP 2864 1755 1 0.125 0 2932 1701 1 0 0 2864 1755 1 0.125 0 2 interp_poly 2932 1701 1 0 0 2892 1664 1 0 0 2932 1701 1 0 0 2 interp_poly 68 -110 -40 1 2903 4053 3 MP PP 2903 4053 0 0.562 1 2863 4054 0 0.5 1 2903 4053 0 0.562 1 2 interp_poly 2863 4054 0 0.5 1 2931 3944 0 0.688 1 2863 4054 0 0.5 1 2 interp_poly -40 -46 68 -110 2863 4054 3 MP PP 2863 4054 0 0.5 1 2931 3944 0 0.688 1 2863 4054 0 0.5 1 2 interp_poly 2931 3944 0 0.688 1 2891 3898 0 0.75 1 2931 3944 0 0.688 1 2 interp_poly 68 -20 -40 -61 2902 2781 3 MP PP 2902 2781 1 0.812 0 2862 2720 1 0.75 0 2902 2781 1 0.812 0 2 interp_poly 2862 2720 1 0.75 0 2930 2700 1 0.688 0 2862 2720 1 0.75 0 2 interp_poly -40 -27 68 -20 2862 2720 3 MP PP 2862 2720 1 0.75 0 2930 2700 1 0.688 0 2862 2720 1 0.75 0 2 interp_poly 2930 2700 1 0.688 0 2890 2673 1 0.688 0 2930 2700 1 0.688 0 2 interp_poly -40 -25 68 -161 2859 4614 3 MP PP 2859 4614 0 0 0.562 2927 4453 0 0 0.875 2859 4614 0 0 0.562 2 interp_poly 2927 4453 0 0 0.875 2887 4428 0 0 0.875 2927 4453 0 0 0.875 2 interp_poly -40 -49 68 -42 2817 2195 3 MP PP 2817 2195 1 0.438 0 2885 2153 1 0.375 0 2817 2195 1 0.438 0 2 interp_poly 2885 2153 1 0.375 0 2845 2104 1 0.312 0 2885 2153 1 0.375 0 2 interp_poly 68 -42 -40 53 2857 2142 3 MP PP 2857 2142 1 0.25 0 2817 2195 1 0.438 0 2857 2142 1 0.25 0 2 interp_poly 2817 2195 1 0.438 0 2885 2153 1 0.375 0 2817 2195 1 0.438 0 2 interp_poly 68 -48 -40 -49 2885 2153 3 MP PP 2885 2153 1 0.375 0 2845 2104 1 0.312 0 2885 2153 1 0.375 0 2 interp_poly 2845 2104 1 0.312 0 2913 2056 1 0.25 0 2845 2104 1 0.312 0 2 interp_poly -40 46 68 -35 2857 2142 3 MP PP 2857 2142 1 0.25 0 2925 2107 1 0.25 0 2857 2142 1 0.25 0 2 interp_poly 2925 2107 1 0.25 0 2885 2153 1 0.375 0 2925 2107 1 0.25 0 2 interp_poly 68 -35 -40 -56 2897 2198 3 MP PP 2897 2198 1 0.375 0 2857 2142 1 0.25 0 2897 2198 1 0.375 0 2 interp_poly 2857 2142 1 0.25 0 2925 2107 1 0.25 0 2857 2142 1 0.25 0 2 interp_poly 68 -90 -40 25 2894 3420 3 MP PP 2894 3420 0.5 1 0.562 2854 3445 0.375 1 0.688 2894 3420 0.5 1 0.562 2 interp_poly 2854 3445 0.375 1 0.688 2922 3355 0.562 1 0.5 2854 3445 0.375 1 0.688 2 interp_poly -40 -63 68 -90 2854 3445 3 MP PP 2854 3445 0.375 1 0.688 2922 3355 0.562 1 0.5 2854 3445 0.375 1 0.688 2 interp_poly 2922 3355 0.562 1 0.5 2882 3292 0.688 1 0.375 2922 3355 0.562 1 0.5 2 interp_poly -40 -16 68 -46 2853 2417 3 MP PP 2853 2417 1 0.562 0 2921 2371 1 0.438 0 2853 2417 1 0.562 0 2 interp_poly 2921 2371 1 0.438 0 2881 2355 1 0.5 0 2921 2371 1 0.438 0 2 interp_poly -40 23 68 12 2812 1612 3 MP PP 2812 1612 1 0 0 2880 1624 1 0.0625 0 2812 1612 1 0 0 2 interp_poly 2880 1624 1 0.0625 0 2840 1647 1 0.188 0 2880 1624 1 0.0625 0 2 interp_poly 68 12 -40 -40 2852 1652 3 MP PP 2852 1652 1 0 0 2812 1612 1 0 0 2852 1652 1 0 0 2 interp_poly 2812 1612 1 0 0 2880 1624 1 0.0625 0 2812 1612 1 0 0 2 interp_poly -40 44 68 -72 2852 1652 3 MP PP 2852 1652 1 0 0 2920 1580 0.875 0 0 2852 1652 1 0 0 2 interp_poly 2920 1580 0.875 0 0 2880 1624 1 0.0625 0 2920 1580 0.875 0 0 2 interp_poly 68 -72 -40 -12 2892 1664 3 MP PP 2892 1664 1 0 0 2852 1652 1 0 0 2892 1664 1 0 0 2 interp_poly 2852 1652 1 0 0 2920 1580 0.875 0 0 2852 1652 1 0 0 2 interp_poly 68 -121 -40 -40 2891 3898 3 MP PP 2891 3898 0 0.75 1 2851 3858 0 0.812 1 2891 3898 0 0.75 1 2 interp_poly 2851 3858 0 0.812 1 2919 3737 0.0625 1 1 2851 3858 0 0.812 1 2 interp_poly -40 -30 68 -121 2851 3858 3 MP PP 2851 3858 0 0.812 1 2919 3737 0.0625 1 1 2851 3858 0 0.812 1 2 interp_poly 2919 3737 0.0625 1 1 2879 3707 0.0625 1 1 2919 3737 0.0625 1 1 2 interp_poly -40 -101 68 -44 2810 2678 3 MP PP 2810 2678 1 0.812 0 2878 2634 1 0.75 0 2810 2678 1 0.812 0 2 interp_poly 2878 2634 1 0.75 0 2838 2533 1 0.562 0 2878 2634 1 0.75 0 2 interp_poly 68 -44 -40 36 2850 2642 3 MP PP 2850 2642 1 0.688 0 2810 2678 1 0.812 0 2850 2642 1 0.688 0 2 interp_poly 2810 2678 1 0.812 0 2878 2634 1 0.75 0 2810 2678 1 0.812 0 2 interp_poly 67 -59 -40 -101 2878 2634 3 MP PP 2878 2634 1 0.75 0 2838 2533 1 0.562 0 2878 2634 1 0.75 0 2 interp_poly 2838 2533 1 0.562 0 2905 2474 1 0.5 0 2838 2533 1 0.562 0 2 interp_poly -40 61 68 -69 2850 2642 3 MP PP 2850 2642 1 0.688 0 2918 2573 1 0.562 0 2850 2642 1 0.688 0 2 interp_poly 2918 2573 1 0.562 0 2878 2634 1 0.75 0 2918 2573 1 0.562 0 2 interp_poly 68 -69 -40 -31 2890 2673 3 MP PP 2890 2673 1 0.688 0 2850 2642 1 0.688 0 2890 2673 1 0.688 0 2 interp_poly 2850 2642 1 0.688 0 2918 2573 1 0.562 0 2850 2642 1 0.688 0 2 interp_poly 68 -154 -40 -22 2887 4428 3 MP PP 2887 4428 0 0 0.875 2847 4406 0 0 0.875 2887 4428 0 0 0.875 2 interp_poly 2847 4406 0 0 0.875 2915 4252 0 0.188 1 2847 4406 0 0 0.875 2 interp_poly -40 -31 68 -154 2847 4406 3 MP PP 2847 4406 0 0 0.875 2915 4252 0 0.188 1 2847 4406 0 0 0.875 2 interp_poly 2915 4252 0 0.188 1 2875 4221 0 0.25 1 2915 4252 0 0.188 1 2 interp_poly 68 -67 -40 -104 2886 3038 3 MP PP 2886 3038 0.875 1 0.188 2846 2934 1 1 0 2886 3038 0.875 1 0.188 2 interp_poly 2846 2934 1 1 0 2914 2867 1 0.875 0 2846 2934 1 1 0 2 interp_poly -40 -3 68 -67 2846 2934 3 MP PP 2846 2934 1 1 0 2914 2867 1 0.875 0 2846 2934 1 1 0 2 interp_poly 2914 2867 1 0.875 0 2874 2864 1 0.938 0 2914 2867 1 0.875 0 2 interp_poly -40 -57 68 -48 2845 2104 3 MP PP 2845 2104 1 0.312 0 2913 2056 1 0.25 0 2845 2104 1 0.312 0 2 interp_poly 2913 2056 1 0.25 0 2873 1999 1 0.188 0 2913 2056 1 0.25 0 2 interp_poly 68 -80 -40 -28 2882 3292 3 MP PP 2882 3292 0.688 1 0.375 2842 3264 0.688 1 0.375 2882 3292 0.688 1 0.375 2 interp_poly 2842 3264 0.688 1 0.375 2910 3184 0.812 1 0.25 2842 3264 0.688 1 0.375 2 interp_poly -40 24 68 -80 2842 3264 3 MP PP 2842 3264 0.688 1 0.375 2910 3184 0.812 1 0.25 2842 3264 0.688 1 0.375 2 interp_poly 2910 3184 0.812 1 0.25 2870 3208 0.688 1 0.375 2910 3184 0.812 1 0.25 2 interp_poly -40 0 68 -37 2801 2311 3 MP PP 2801 2311 1 0.5 0 2869 2274 1 0.438 0 2801 2311 1 0.5 0 2 interp_poly 2869 2274 1 0.438 0 2829 2274 1 0.5 0 2869 2274 1 0.438 0 2 interp_poly -40 -52 68 -27 2749 2222 3 MP PP 2749 2222 1 0.5 0 2817 2195 1 0.438 0 2749 2222 1 0.5 0 2 interp_poly 2817 2195 1 0.438 0 2777 2143 1 0.375 0 2817 2195 1 0.438 0 2 interp_poly 68 -27 -40 23 2789 2199 3 MP PP 2789 2199 1 0.375 0 2749 2222 1 0.5 0 2789 2199 1 0.375 0 2 interp_poly 2749 2222 1 0.5 0 2817 2195 1 0.438 0 2749 2222 1 0.5 0 2 interp_poly -40 -75 68 -39 2761 2313 3 MP PP 2761 2313 1 0.562 0 2829 2274 1 0.5 0 2761 2313 1 0.562 0 2 interp_poly 2829 2274 1 0.5 0 2789 2199 1 0.375 0 2829 2274 1 0.5 0 2 interp_poly 68 -39 -40 2 2801 2311 3 MP PP 2801 2311 1 0.5 0 2761 2313 1 0.562 0 2801 2311 1 0.5 0 2 interp_poly 2761 2313 1 0.562 0 2829 2274 1 0.5 0 2761 2313 1 0.562 0 2 interp_poly 68 -39 -40 -52 2817 2195 3 MP PP 2817 2195 1 0.438 0 2777 2143 1 0.375 0 2817 2195 1 0.438 0 2 interp_poly 2777 2143 1 0.375 0 2845 2104 1 0.312 0 2777 2143 1 0.375 0 2 interp_poly -40 53 68 -57 2789 2199 3 MP PP 2789 2199 1 0.375 0 2857 2142 1 0.25 0 2789 2199 1 0.375 0 2 interp_poly 2857 2142 1 0.25 0 2817 2195 1 0.438 0 2857 2142 1 0.25 0 2 interp_poly 68 -57 -40 -75 2829 2274 3 MP PP 2829 2274 1 0.5 0 2789 2199 1 0.375 0 2829 2274 1 0.5 0 2 interp_poly 2789 2199 1 0.375 0 2857 2142 1 0.25 0 2789 2199 1 0.375 0 2 interp_poly -40 -56 68 -76 2829 2274 3 MP PP 2829 2274 1 0.5 0 2897 2198 1 0.375 0 2829 2274 1 0.5 0 2 interp_poly 2897 2198 1 0.375 0 2857 2142 1 0.25 0 2897 2198 1 0.375 0 2 interp_poly 68 -76 -40 0 2869 2274 3 MP PP 2869 2274 1 0.438 0 2829 2274 1 0.5 0 2869 2274 1 0.438 0 2 interp_poly 2829 2274 1 0.5 0 2897 2198 1 0.375 0 2829 2274 1 0.5 0 2 interp_poly 68 -37 -40 54 2841 2257 3 MP PP 2841 2257 1 0.312 0 2801 2311 1 0.5 0 2841 2257 1 0.312 0 2 interp_poly 2801 2311 1 0.5 0 2869 2274 1 0.438 0 2801 2311 1 0.5 0 2 interp_poly -40 70 68 -53 2841 2257 3 MP PP 2841 2257 1 0.312 0 2909 2204 1 0.188 0 2841 2257 1 0.312 0 2 interp_poly 2909 2204 1 0.188 0 2869 2274 1 0.438 0 2909 2204 1 0.188 0 2 interp_poly 68 -53 -40 -98 2881 2355 3 MP PP 2881 2355 1 0.5 0 2841 2257 1 0.312 0 2881 2355 1 0.5 0 2 interp_poly 2841 2257 1 0.312 0 2909 2204 1 0.188 0 2841 2257 1 0.312 0 2 interp_poly 67 -107 -40 -16 2879 3707 3 MP PP 2879 3707 0.0625 1 1 2839 3691 0.0625 1 1 2879 3707 0.0625 1 1 2 interp_poly 2839 3691 0.0625 1 1 2906 3584 0.25 1 0.812 2839 3691 0.0625 1 1 2 interp_poly -40 16 67 -107 2839 3691 3 MP PP 2839 3691 0.0625 1 1 2906 3584 0.25 1 0.812 2839 3691 0.0625 1 1 2 interp_poly 2906 3584 0.25 1 0.812 2866 3600 0.188 1 0.875 2906 3584 0.25 1 0.812 2 interp_poly 68 -57 -40 80 2865 2445 3 MP PP 2865 2445 1 0.438 0 2825 2525 1 0.688 0 2865 2445 1 0.438 0 2 interp_poly 2825 2525 1 0.688 0 2893 2468 1 0.625 0 2825 2525 1 0.688 0 2 interp_poly -40 -29 67 -59 2838 2533 3 MP PP 2838 2533 1 0.562 0 2905 2474 1 0.5 0 2838 2533 1 0.562 0 2 interp_poly 2905 2474 1 0.5 0 2865 2445 1 0.438 0 2905 2474 1 0.5 0 2 interp_poly 68 -150 -40 -18 2875 4221 3 MP PP 2875 4221 0 0.25 1 2835 4203 0 0.188 1 2875 4221 0 0.25 1 2 interp_poly 2835 4203 0 0.188 1 2903 4053 0 0.562 1 2835 4203 0 0.188 1 2 interp_poly -40 1 68 -150 2835 4203 3 MP PP 2835 4203 0 0.188 1 2903 4053 0 0.562 1 2835 4203 0 0.188 1 2 interp_poly 2903 4053 0 0.562 1 2863 4054 0 0.5 1 2903 4053 0 0.562 1 2 interp_poly 68 -79 -40 -4 2874 2864 3 MP PP 2874 2864 1 0.938 0 2834 2860 1 1 0 2874 2864 1 0.938 0 2 interp_poly 2834 2860 1 1 0 2902 2781 1 0.812 0 2834 2860 1 1 0 2 interp_poly -40 -61 68 -79 2834 2860 3 MP PP 2834 2860 1 1 0 2902 2781 1 0.812 0 2834 2860 1 1 0 2 interp_poly 2902 2781 1 0.812 0 2862 2720 1 0.75 0 2902 2781 1 0.812 0 2 interp_poly -40 -21 68 -10 2781 1866 3 MP PP 2781 1866 1 0.125 0 2849 1856 1 0.125 0 2781 1866 1 0.125 0 2 interp_poly 2849 1856 1 0.125 0 2809 1835 1 0.125 0 2849 1856 1 0.125 0 2 interp_poly 67 -37 -40 -21 2849 1856 3 MP PP 2849 1856 1 0.125 0 2809 1835 1 0.125 0 2849 1856 1 0.125 0 2 interp_poly 2809 1835 1 0.125 0 2876 1798 1 0.0625 0 2809 1835 1 0.125 0 2 interp_poly 68 -10 -40 32 2821 1834 3 MP PP 2821 1834 1 0 0 2781 1866 1 0.125 0 2821 1834 1 0 0 2 interp_poly 2781 1866 1 0.125 0 2849 1856 1 0.125 0 2781 1866 1 0.125 0 2 interp_poly -40 -145 68 -25 2793 2004 3 MP PP 2793 2004 1 0.312 0 2861 1979 1 0.25 0 2793 2004 1 0.312 0 2 interp_poly 2861 1979 1 0.25 0 2821 1834 1 0 0 2861 1979 1 0.25 0 2 interp_poly -40 19 67 -37 2809 1835 3 MP PP 2809 1835 1 0.125 0 2876 1798 1 0.0625 0 2809 1835 1 0.125 0 2 interp_poly 2876 1798 1 0.0625 0 2836 1817 1 0.188 0 2876 1798 1 0.0625 0 2 interp_poly -40 71 68 -49 2821 1834 3 MP PP 2821 1834 1 0 0 2889 1785 0.875 0 0 2821 1834 1 0 0 2 interp_poly 2889 1785 0.875 0 0 2849 1856 1 0.125 0 2889 1785 0.875 0 0 2 interp_poly 68 -49 -40 -145 2861 1979 3 MP PP 2861 1979 1 0.25 0 2821 1834 1 0 0 2861 1979 1 0.25 0 2 interp_poly 2821 1834 1 0 0 2889 1785 0.875 0 0 2821 1834 1 0 0 2 interp_poly -40 71 68 -21 2833 1929 3 MP PP 2833 1929 1 0.0625 0 2901 1908 1 0.0625 0 2833 1929 1 0.0625 0 2 interp_poly 2901 1908 1 0.0625 0 2861 1979 1 0.25 0 2901 1908 1 0.0625 0 2 interp_poly 68 -21 -40 -70 2873 1999 3 MP PP 2873 1999 1 0.188 0 2833 1929 1 0.0625 0 2873 1999 1 0.188 0 2 interp_poly 2833 1929 1 0.0625 0 2901 1908 1 0.0625 0 2833 1929 1 0.0625 0 2 interp_poly 68 -88 -40 -59 2870 3208 3 MP PP 2870 3208 0.688 1 0.375 2830 3149 0.812 1 0.25 2870 3208 0.688 1 0.375 2 interp_poly 2830 3149 0.812 1 0.25 2898 3061 0.938 1 0.125 2830 3149 0.812 1 0.25 2 interp_poly -40 28 68 -88 2830 3149 3 MP PP 2830 3149 0.812 1 0.25 2898 3061 0.938 1 0.125 2830 3149 0.812 1 0.25 2 interp_poly 2898 3061 0.938 1 0.125 2858 3089 0.875 1 0.188 2898 3061 0.938 1 0.125 2 interp_poly 68 -118 -40 -62 2866 3600 3 MP PP 2866 3600 0.188 1 0.875 2826 3538 0.25 1 0.812 2866 3600 0.188 1 0.875 2 interp_poly 2826 3538 0.25 1 0.812 2894 3420 0.5 1 0.562 2826 3538 0.25 1 0.812 2 interp_poly -40 25 68 -118 2826 3538 3 MP PP 2826 3538 0.25 1 0.812 2894 3420 0.5 1 0.562 2826 3538 0.25 1 0.812 2 interp_poly 2894 3420 0.5 1 0.562 2854 3445 0.375 1 0.688 2894 3420 0.5 1 0.562 2 interp_poly 68 -40 -40 -51 2864 1755 3 MP PP 2864 1755 1 0.125 0 2824 1704 1 0.0625 0 2864 1755 1 0.125 0 2 interp_poly 2824 1704 1 0.0625 0 2892 1664 1 0 0 2824 1704 1 0.0625 0 2 interp_poly -40 -12 68 -40 2824 1704 3 MP PP 2824 1704 1 0.0625 0 2892 1664 1 0 0 2824 1704 1 0.0625 0 2 interp_poly 2892 1664 1 0 0 2852 1652 1 0 0 2892 1664 1 0 0 2 interp_poly 68 -115 -40 -41 2863 4054 3 MP PP 2863 4054 0 0.5 1 2823 4013 0 0.5 1 2863 4054 0 0.5 1 2 interp_poly 2823 4013 0 0.5 1 2891 3898 0 0.75 1 2823 4013 0 0.5 1 2 interp_poly -40 -40 68 -115 2823 4013 3 MP PP 2823 4013 0 0.5 1 2891 3898 0 0.75 1 2823 4013 0 0.5 1 2 interp_poly 2891 3898 0 0.75 1 2851 3858 0 0.812 1 2891 3898 0 0.75 1 2 interp_poly 68 -34 -40 -13 2862 2720 3 MP PP 2862 2720 1 0.75 0 2822 2707 1 0.75 0 2862 2720 1 0.75 0 2 interp_poly 2822 2707 1 0.75 0 2890 2673 1 0.688 0 2822 2707 1 0.75 0 2 interp_poly -40 -31 68 -34 2822 2707 3 MP PP 2822 2707 1 0.75 0 2890 2673 1 0.688 0 2822 2707 1 0.75 0 2 interp_poly 2890 2673 1 0.688 0 2850 2642 1 0.688 0 2890 2673 1 0.688 0 2 interp_poly 68 -162 -40 -24 2859 4614 3 MP PP 2859 4614 0 0 0.562 2819 4590 0 0 0.562 2859 4614 0 0 0.562 2 interp_poly 2819 4590 0 0 0.562 2887 4428 0 0 0.875 2819 4590 0 0 0.562 2 interp_poly -40 -22 68 -162 2819 4590 3 MP PP 2819 4590 0 0 0.562 2887 4428 0 0 0.875 2819 4590 0 0 0.562 2 interp_poly 2887 4428 0 0 0.875 2847 4406 0 0 0.875 2887 4428 0 0 0.875 2 interp_poly 68 -68 -40 17 2858 3089 3 MP PP 2858 3089 0.875 1 0.188 2818 3106 0.75 1 0.312 2858 3089 0.875 1 0.188 2 interp_poly 2818 3106 0.75 1 0.312 2886 3038 0.875 1 0.188 2818 3106 0.75 1 0.312 2 interp_poly -40 -104 68 -68 2818 3106 3 MP PP 2818 3106 0.75 1 0.312 2886 3038 0.875 1 0.188 2818 3106 0.75 1 0.312 2 interp_poly 2886 3038 0.875 1 0.188 2846 2934 1 1 0 2886 3038 0.875 1 0.188 2 interp_poly 68 -87 -40 -66 2854 3445 3 MP PP 2854 3445 0.375 1 0.688 2814 3379 0.5 1 0.562 2854 3445 0.375 1 0.688 2 interp_poly 2814 3379 0.5 1 0.562 2882 3292 0.688 1 0.375 2814 3379 0.5 1 0.562 2 interp_poly -40 -28 68 -87 2814 3379 3 MP PP 2814 3379 0.5 1 0.562 2882 3292 0.688 1 0.375 2814 3379 0.5 1 0.562 2 interp_poly 2882 3292 0.688 1 0.375 2842 3264 0.688 1 0.375 2882 3292 0.688 1 0.375 2 interp_poly 68 -52 -40 -10 2853 2417 3 MP PP 2853 2417 1 0.562 0 2813 2407 1 0.562 0 2853 2417 1 0.562 0 2 interp_poly 2813 2407 1 0.562 0 2881 2355 1 0.5 0 2813 2407 1 0.562 0 2 interp_poly -40 -98 68 -52 2813 2407 3 MP PP 2813 2407 1 0.562 0 2881 2355 1 0.5 0 2813 2407 1 0.562 0 2 interp_poly 2881 2355 1 0.5 0 2841 2257 1 0.312 0 2881 2355 1 0.5 0 2 interp_poly 68 -104 -40 -47 2851 3858 3 MP PP 2851 3858 0 0.812 1 2811 3811 0 0.875 1 2851 3858 0 0.812 1 2 interp_poly 2811 3811 0 0.875 1 2879 3707 0.0625 1 1 2811 3811 0 0.875 1 2 interp_poly -40 -16 68 -104 2811 3811 3 MP PP 2811 3811 0 0.875 1 2879 3707 0.0625 1 1 2811 3811 0 0.875 1 2 interp_poly 2879 3707 0.0625 1 1 2839 3691 0.0625 1 1 2879 3707 0.0625 1 1 2 interp_poly 68 -154 -40 -31 2847 4406 3 MP PP 2847 4406 0 0 0.875 2807 4375 0 0 0.875 2847 4406 0 0 0.875 2 interp_poly 2807 4375 0 0 0.875 2875 4221 0 0.25 1 2807 4375 0 0 0.875 2 interp_poly -40 -18 68 -154 2807 4375 3 MP PP 2807 4375 0 0 0.875 2875 4221 0 0.25 1 2807 4375 0 0 0.875 2 interp_poly 2875 4221 0 0.25 1 2835 4203 0 0.188 1 2875 4221 0 0.25 1 2 interp_poly 68 -59 -40 -11 2846 2934 3 MP PP 2846 2934 1 1 0 2806 2923 1 1 0 2846 2934 1 1 0 2 interp_poly 2806 2923 1 1 0 2874 2864 1 0.938 0 2806 2923 1 1 0 2 interp_poly -40 -4 68 -59 2806 2923 3 MP PP 2806 2923 1 1 0 2874 2864 1 0.938 0 2806 2923 1 1 0 2 interp_poly 2874 2864 1 0.938 0 2834 2860 1 1 0 2874 2864 1 0.938 0 2 interp_poly 68 -36 -40 -69 2845 2104 3 MP PP 2845 2104 1 0.312 0 2805 2035 1 0.25 0 2845 2104 1 0.312 0 2 interp_poly 2805 2035 1 0.25 0 2873 1999 1 0.188 0 2805 2035 1 0.25 0 2 interp_poly 68 -25 -40 75 2833 1929 3 MP PP 2833 1929 1 0.0625 0 2793 2004 1 0.312 0 2833 1929 1 0.0625 0 2 interp_poly 2793 2004 1 0.312 0 2861 1979 1 0.25 0 2793 2004 1 0.312 0 2 interp_poly -40 -70 68 -36 2805 2035 3 MP PP 2805 2035 1 0.25 0 2873 1999 1 0.188 0 2805 2035 1 0.25 0 2 interp_poly 2873 1999 1 0.188 0 2833 1929 1 0.0625 0 2873 1999 1 0.188 0 2 interp_poly 68 -70 -40 14 2842 3264 3 MP PP 2842 3264 0.688 1 0.375 2802 3278 0.562 1 0.5 2842 3264 0.688 1 0.375 2 interp_poly 2802 3278 0.562 1 0.5 2870 3208 0.688 1 0.375 2802 3278 0.562 1 0.5 2 interp_poly -40 -59 68 -70 2802 3278 3 MP PP 2802 3278 0.562 1 0.5 2870 3208 0.688 1 0.375 2802 3278 0.562 1 0.5 2 interp_poly 2870 3208 0.688 1 0.375 2830 3149 0.812 1 0.25 2870 3208 0.688 1 0.375 2 interp_poly 67 -96 -40 5 2839 3691 3 MP PP 2839 3691 0.0625 1 1 2799 3696 0 1 1 2839 3691 0.0625 1 1 2 interp_poly 2799 3696 0 1 1 2866 3600 0.188 1 0.875 2799 3696 0 1 1 2 interp_poly -40 -62 67 -96 2799 3696 3 MP PP 2799 3696 0 1 1 2866 3600 0.188 1 0.875 2799 3696 0 1 1 2 interp_poly 2866 3600 0.188 1 0.875 2826 3538 0.25 1 0.812 2866 3600 0.188 1 0.875 2 interp_poly -40 -54 67 -62 2758 2587 3 MP PP 2758 2587 1 0.812 0 2825 2525 1 0.688 0 2758 2587 1 0.812 0 2 interp_poly 2825 2525 1 0.688 0 2785 2471 1 0.625 0 2825 2525 1 0.688 0 2 interp_poly 67 -62 -40 46 2798 2541 3 MP PP 2798 2541 1 0.625 0 2758 2587 1 0.812 0 2798 2541 1 0.625 0 2 interp_poly 2758 2587 1 0.812 0 2825 2525 1 0.688 0 2758 2587 1 0.812 0 2 interp_poly 68 -54 -40 -54 2825 2525 3 MP PP 2825 2525 1 0.688 0 2785 2471 1 0.625 0 2825 2525 1 0.688 0 2 interp_poly 2785 2471 1 0.625 0 2853 2417 1 0.562 0 2785 2471 1 0.625 0 2 interp_poly -40 80 67 -96 2798 2541 3 MP PP 2798 2541 1 0.625 0 2865 2445 1 0.438 0 2798 2541 1 0.625 0 2 interp_poly 2865 2445 1 0.438 0 2825 2525 1 0.688 0 2865 2445 1 0.438 0 2 interp_poly 67 -96 -40 8 2838 2533 3 MP PP 2838 2533 1 0.562 0 2798 2541 1 0.625 0 2838 2533 1 0.562 0 2 interp_poly 2798 2541 1 0.625 0 2865 2445 1 0.438 0 2798 2541 1 0.625 0 2 interp_poly 68 -25 -40 -37 2836 1817 3 MP PP 2836 1817 1 0.188 0 2796 1780 1 0.125 0 2836 1817 1 0.188 0 2 interp_poly 2796 1780 1 0.125 0 2864 1755 1 0.125 0 2796 1780 1 0.125 0 2 interp_poly -40 -51 68 -25 2796 1780 3 MP PP 2796 1780 1 0.125 0 2864 1755 1 0.125 0 2796 1780 1 0.125 0 2 interp_poly 2864 1755 1 0.125 0 2824 1704 1 0.0625 0 2864 1755 1 0.125 0 2 interp_poly 68 -130 -40 -19 2835 4203 3 MP PP 2835 4203 0 0.188 1 2795 4184 0 0.188 1 2835 4203 0 0.188 1 2 interp_poly 2795 4184 0 0.188 1 2863 4054 0 0.5 1 2795 4184 0 0.188 1 2 interp_poly -40 -41 68 -130 2795 4184 3 MP PP 2795 4184 0 0.188 1 2863 4054 0 0.5 1 2795 4184 0 0.188 1 2 interp_poly 2863 4054 0 0.5 1 2823 4013 0 0.5 1 2863 4054 0 0.5 1 2 interp_poly 68 -68 -40 -72 2834 2860 3 MP PP 2834 2860 1 1 0 2794 2788 1 0.875 0 2834 2860 1 1 0 2 interp_poly 2794 2788 1 0.875 0 2862 2720 1 0.75 0 2794 2788 1 0.875 0 2 interp_poly -40 -13 68 -68 2794 2788 3 MP PP 2794 2788 1 0.875 0 2862 2720 1 0.75 0 2794 2788 1 0.875 0 2 interp_poly 2862 2720 1 0.75 0 2822 2707 1 0.75 0 2862 2720 1 0.75 0 2 interp_poly 68 -76 -40 16 2830 3149 3 MP PP 2830 3149 0.812 1 0.25 2790 3165 0.688 1 0.375 2830 3149 0.812 1 0.25 2 interp_poly 2790 3165 0.688 1 0.375 2858 3089 0.875 1 0.188 2790 3165 0.688 1 0.375 2 interp_poly -40 17 68 -76 2790 3165 3 MP PP 2790 3165 0.688 1 0.375 2858 3089 0.875 1 0.188 2790 3165 0.688 1 0.375 2 interp_poly 2858 3089 0.875 1 0.188 2818 3106 0.75 1 0.312 2858 3089 0.875 1 0.188 2 interp_poly 68 -86 -40 -7 2826 3538 3 MP PP 2826 3538 0.25 1 0.812 2786 3531 0.188 1 0.875 2826 3538 0.25 1 0.812 2 interp_poly 2786 3531 0.188 1 0.875 2854 3445 0.375 1 0.688 2786 3531 0.188 1 0.875 2 interp_poly -40 -66 68 -86 2786 3531 3 MP PP 2786 3531 0.188 1 0.875 2854 3445 0.375 1 0.688 2786 3531 0.188 1 0.875 2 interp_poly 2854 3445 0.375 1 0.688 2814 3379 0.5 1 0.562 2854 3445 0.375 1 0.688 2 interp_poly -40 -10 68 -54 2785 2471 3 MP PP 2785 2471 1 0.625 0 2853 2417 1 0.562 0 2785 2471 1 0.625 0 2 interp_poly 2853 2417 1 0.562 0 2813 2407 1 0.562 0 2853 2417 1 0.562 0 2 interp_poly 68 -13 -40 -39 2824 1704 3 MP PP 2824 1704 1 0.0625 0 2784 1665 1 0 0 2824 1704 1 0.0625 0 2 interp_poly 2784 1665 1 0 0 2852 1652 1 0 0 2784 1665 1 0 0 2 interp_poly -40 -23 68 -7 2772 1654 3 MP PP 2772 1654 1 0.125 0 2840 1647 1 0.188 0 2772 1654 1 0.125 0 2 interp_poly 2840 1647 1 0.188 0 2800 1624 1 0.188 0 2840 1647 1 0.188 0 2 interp_poly 68 -7 -40 42 2812 1612 3 MP PP 2812 1612 1 0 0 2772 1654 1 0.125 0 2812 1612 1 0 0 2 interp_poly 2772 1654 1 0.125 0 2840 1647 1 0.188 0 2772 1654 1 0.125 0 2 interp_poly -40 -40 68 -13 2784 1665 3 MP PP 2784 1665 1 0 0 2852 1652 1 0 0 2784 1665 1 0 0 2 interp_poly 2852 1652 1 0 0 2812 1612 1 0 0 2852 1652 1 0 0 2 interp_poly 68 -154 -40 -1 2823 4013 3 MP PP 2823 4013 0 0.5 1 2783 4012 0 0.438 1 2823 4013 0 0.5 1 2 interp_poly 2783 4012 0 0.438 1 2851 3858 0 0.812 1 2783 4012 0 0.438 1 2 interp_poly -40 -47 68 -154 2783 4012 3 MP PP 2783 4012 0 0.438 1 2851 3858 0 0.812 1 2783 4012 0 0.438 1 2 interp_poly 2851 3858 0 0.812 1 2811 3811 0 0.875 1 2851 3858 0 0.812 1 2 interp_poly 68 -64 -40 -1 2822 2707 3 MP PP 2822 2707 1 0.75 0 2782 2706 1 0.812 0 2822 2707 1 0.75 0 2 interp_poly 2782 2706 1 0.812 0 2850 2642 1 0.688 0 2782 2706 1 0.812 0 2 interp_poly -40 36 68 -64 2782 2706 3 MP PP 2782 2706 1 0.812 0 2850 2642 1 0.688 0 2782 2706 1 0.812 0 2 interp_poly 2850 2642 1 0.688 0 2810 2678 1 0.812 0 2850 2642 1 0.688 0 2 interp_poly 68 -160 -40 -24 2819 4590 3 MP PP 2819 4590 0 0 0.562 2779 4566 0 0 0.562 2819 4590 0 0 0.562 2 interp_poly 2779 4566 0 0 0.562 2847 4406 0 0 0.875 2779 4566 0 0 0.562 2 interp_poly -40 -31 68 -160 2779 4566 3 MP PP 2779 4566 0 0 0.562 2847 4406 0 0 0.875 2779 4566 0 0 0.562 2 interp_poly 2847 4406 0 0 0.875 2807 4375 0 0 0.875 2847 4406 0 0 0.875 2 interp_poly 68 -83 -40 -89 2818 3106 3 MP PP 2818 3106 0.75 1 0.312 2778 3017 0.875 1 0.188 2818 3106 0.75 1 0.312 2 interp_poly 2778 3017 0.875 1 0.188 2846 2934 1 1 0 2778 3017 0.875 1 0.188 2 interp_poly -40 -11 68 -83 2778 3017 3 MP PP 2778 3017 0.875 1 0.188 2846 2934 1 1 0 2778 3017 0.875 1 0.188 2 interp_poly 2846 2934 1 1 0 2806 2923 1 1 0 2846 2934 1 1 0 2 interp_poly -40 -69 68 -39 2777 2143 3 MP PP 2777 2143 1 0.375 0 2845 2104 1 0.312 0 2777 2143 1 0.375 0 2 interp_poly 2845 2104 1 0.312 0 2805 2035 1 0.25 0 2845 2104 1 0.312 0 2 interp_poly 68 -89 -40 -26 2814 3379 3 MP PP 2814 3379 0.5 1 0.562 2774 3353 0.5 1 0.562 2814 3379 0.5 1 0.562 2 interp_poly 2774 3353 0.5 1 0.562 2842 3264 0.688 1 0.375 2774 3353 0.5 1 0.562 2 interp_poly -40 14 68 -89 2774 3353 3 MP PP 2774 3353 0.5 1 0.562 2842 3264 0.688 1 0.375 2774 3353 0.5 1 0.562 2 interp_poly 2842 3264 0.688 1 0.375 2802 3278 0.562 1 0.5 2842 3264 0.688 1 0.375 2 interp_poly -40 2 68 -40 2733 2351 3 MP PP 2733 2351 1 0.562 0 2801 2311 1 0.5 0 2733 2351 1 0.562 0 2 interp_poly 2801 2311 1 0.5 0 2761 2313 1 0.562 0 2801 2311 1 0.5 0 2 interp_poly 68 -40 -40 52 2773 2299 3 MP PP 2773 2299 1 0.375 0 2733 2351 1 0.562 0 2773 2299 1 0.375 0 2 interp_poly 2733 2351 1 0.562 0 2801 2311 1 0.5 0 2733 2351 1 0.562 0 2 interp_poly -40 54 68 -42 2773 2299 3 MP PP 2773 2299 1 0.375 0 2841 2257 1 0.312 0 2773 2299 1 0.375 0 2 interp_poly 2841 2257 1 0.312 0 2801 2311 1 0.5 0 2841 2257 1 0.312 0 2 interp_poly 68 -42 -40 -108 2813 2407 3 MP PP 2813 2407 1 0.562 0 2773 2299 1 0.375 0 2813 2407 1 0.562 0 2 interp_poly 2773 2299 1 0.375 0 2841 2257 1 0.312 0 2773 2299 1 0.375 0 2 interp_poly 68 -106 -40 -14 2811 3811 3 MP PP 2811 3811 0 0.875 1 2771 3797 0 0.812 1 2811 3811 0 0.875 1 2 interp_poly 2771 3797 0 0.812 1 2839 3691 0.0625 1 1 2771 3797 0 0.812 1 2 interp_poly -40 5 68 -106 2771 3797 3 MP PP 2771 3797 0 0.812 1 2839 3691 0.0625 1 1 2771 3797 0 0.812 1 2 interp_poly 2839 3691 0.0625 1 1 2799 3696 0 1 1 2839 3691 0.0625 1 1 2 interp_poly 68 -45 -40 -100 2810 2678 3 MP PP 2810 2678 1 0.812 0 2770 2578 1 0.625 0 2810 2678 1 0.812 0 2 interp_poly 2770 2578 1 0.625 0 2838 2533 1 0.562 0 2770 2578 1 0.625 0 2 interp_poly -40 8 68 -45 2770 2578 3 MP PP 2770 2578 1 0.625 0 2838 2533 1 0.562 0 2770 2578 1 0.625 0 2 interp_poly 2838 2533 1 0.562 0 2798 2541 1 0.625 0 2838 2533 1 0.562 0 2 interp_poly 67 -32 -40 14 2809 1835 3 MP PP 2809 1835 1 0.125 0 2769 1849 1 0.25 0 2809 1835 1 0.125 0 2 interp_poly 2769 1849 1 0.25 0 2836 1817 1 0.188 0 2769 1849 1 0.25 0 2 interp_poly -40 -37 67 -32 2769 1849 3 MP PP 2769 1849 1 0.25 0 2836 1817 1 0.188 0 2769 1849 1 0.25 0 2 interp_poly 2836 1817 1 0.188 0 2796 1780 1 0.125 0 2836 1817 1 0.188 0 2 interp_poly 68 -152 -40 -20 2807 4375 3 MP PP 2807 4375 0 0 0.875 2767 4355 0 0 0.875 2807 4375 0 0 0.875 2 interp_poly 2767 4355 0 0 0.875 2835 4203 0 0.188 1 2767 4355 0 0 0.875 2 interp_poly -40 -19 68 -152 2767 4355 3 MP PP 2767 4355 0 0 0.875 2835 4203 0 0.188 1 2767 4355 0 0 0.875 2 interp_poly 2835 4203 0 0.188 1 2795 4184 0 0.188 1 2835 4203 0 0.188 1 2 interp_poly 68 -40 -40 -23 2806 2923 3 MP PP 2806 2923 1 1 0 2766 2900 1 1 0.0625 2806 2923 1 1 0 2 interp_poly 2766 2900 1 1 0.0625 2834 2860 1 1 0 2766 2900 1 1 0.0625 2 interp_poly -40 -72 68 -40 2766 2900 3 MP PP 2766 2900 1 1 0.0625 2834 2860 1 1 0 2766 2900 1 1 0.0625 2 interp_poly 2834 2860 1 1 0 2794 2788 1 0.875 0 2834 2860 1 1 0 2 interp_poly -40 -112 68 22 2725 1982 3 MP PP 2725 1982 1 0.188 0 2793 2004 1 0.312 0 2725 1982 1 0.188 0 2 interp_poly 2793 2004 1 0.312 0 2753 1892 1 0.0625 0 2793 2004 1 0.312 0 2 interp_poly 68 22 -40 15 2765 1967 3 MP PP 2765 1967 1 0.125 0 2725 1982 1 0.188 0 2765 1967 1 0.125 0 2 interp_poly 2725 1982 1 0.188 0 2793 2004 1 0.312 0 2725 1982 1 0.188 0 2 interp_poly 68 -58 -40 -112 2793 2004 3 MP PP 2793 2004 1 0.312 0 2753 1892 1 0.0625 0 2793 2004 1 0.312 0 2 interp_poly 2753 1892 1 0.0625 0 2821 1834 1 0 0 2753 1892 1 0.0625 0 2 interp_poly -40 75 68 -38 2765 1967 3 MP PP 2765 1967 1 0.125 0 2833 1929 1 0.0625 0 2765 1967 1 0.125 0 2 interp_poly 2833 1929 1 0.0625 0 2793 2004 1 0.312 0 2833 1929 1 0.0625 0 2 interp_poly 68 -38 -40 -68 2805 2035 3 MP PP 2805 2035 1 0.25 0 2765 1967 1 0.125 0 2805 2035 1 0.25 0 2 interp_poly 2765 1967 1 0.125 0 2833 1929 1 0.0625 0 2765 1967 1 0.125 0 2 interp_poly 68 -115 -40 -14 2802 3278 3 MP PP 2802 3278 0.562 1 0.5 2762 3264 0.562 1 0.5 2802 3278 0.562 1 0.5 2 interp_poly 2762 3264 0.562 1 0.5 2830 3149 0.812 1 0.25 2762 3264 0.562 1 0.5 2 interp_poly -40 16 68 -115 2762 3264 3 MP PP 2762 3264 0.562 1 0.5 2830 3149 0.812 1 0.25 2762 3264 0.562 1 0.5 2 interp_poly 2830 3149 0.812 1 0.25 2790 3165 0.688 1 0.375 2830 3149 0.812 1 0.25 2 interp_poly 67 -125 -40 -33 2799 3696 3 MP PP 2799 3696 0 1 1 2759 3663 0 1 1 2799 3696 0 1 1 2 interp_poly 2759 3663 0 1 1 2826 3538 0.25 1 0.812 2759 3663 0 1 1 2 interp_poly -40 -7 67 -125 2759 3663 3 MP PP 2759 3663 0 1 1 2826 3538 0.25 1 0.812 2759 3663 0 1 1 2 interp_poly 2826 3538 0.25 1 0.812 2786 3531 0.188 1 0.875 2826 3538 0.25 1 0.812 2 interp_poly 68 -30 -40 -46 2796 1780 3 MP PP 2796 1780 1 0.125 0 2756 1734 1 0.125 0 2796 1780 1 0.125 0 2 interp_poly 2756 1734 1 0.125 0 2824 1704 1 0.0625 0 2756 1734 1 0.125 0 2 interp_poly -40 -39 68 -30 2756 1734 3 MP PP 2756 1734 1 0.125 0 2824 1704 1 0.0625 0 2756 1734 1 0.125 0 2 interp_poly 2824 1704 1 0.0625 0 2784 1665 1 0 0 2824 1704 1 0.0625 0 2 interp_poly 68 -139 -40 -32 2795 4184 3 MP PP 2795 4184 0 0.188 1 2755 4152 0 0.188 1 2795 4184 0 0.188 1 2 interp_poly 2755 4152 0 0.188 1 2823 4013 0 0.5 1 2755 4152 0 0.188 1 2 interp_poly -40 -1 68 -139 2755 4152 3 MP PP 2755 4152 0 0.188 1 2823 4013 0 0.5 1 2755 4152 0 0.188 1 2 interp_poly 2823 4013 0 0.5 1 2783 4012 0 0.438 1 2823 4013 0 0.5 1 2 interp_poly 68 -70 -40 -11 2794 2788 3 MP PP 2794 2788 1 0.875 0 2754 2777 1 0.875 0 2794 2788 1 0.875 0 2 interp_poly 2754 2777 1 0.875 0 2822 2707 1 0.75 0 2754 2777 1 0.875 0 2 interp_poly -40 -1 68 -70 2754 2777 3 MP PP 2754 2777 1 0.875 0 2822 2707 1 0.75 0 2754 2777 1 0.875 0 2 interp_poly 2822 2707 1 0.75 0 2782 2706 1 0.812 0 2822 2707 1 0.75 0 2 interp_poly -40 32 68 -58 2753 1892 3 MP PP 2753 1892 1 0.0625 0 2821 1834 1 0 0 2753 1892 1 0.0625 0 2 interp_poly 2821 1834 1 0 0 2781 1866 1 0.125 0 2821 1834 1 0 0 2 interp_poly 68 -45 -40 -14 2790 3165 3 MP PP 2790 3165 0.688 1 0.375 2750 3151 0.688 1 0.375 2790 3165 0.688 1 0.375 2 interp_poly 2750 3151 0.688 1 0.375 2818 3106 0.75 1 0.312 2750 3151 0.688 1 0.375 2 interp_poly -40 -89 68 -45 2750 3151 3 MP PP 2750 3151 0.688 1 0.375 2818 3106 0.75 1 0.312 2750 3151 0.688 1 0.375 2 interp_poly 2818 3106 0.75 1 0.312 2778 3017 0.875 1 0.188 2818 3106 0.75 1 0.312 2 interp_poly 68 -106 -40 -46 2786 3531 3 MP PP 2786 3531 0.188 1 0.875 2746 3485 0.25 1 0.812 2786 3531 0.188 1 0.875 2 interp_poly 2746 3485 0.25 1 0.812 2814 3379 0.5 1 0.562 2746 3485 0.25 1 0.812 2 interp_poly -40 -26 68 -106 2746 3485 3 MP PP 2746 3485 0.25 1 0.812 2814 3379 0.5 1 0.562 2746 3485 0.25 1 0.812 2 interp_poly 2814 3379 0.5 1 0.562 2774 3353 0.5 1 0.562 2814 3379 0.5 1 0.562 2 interp_poly 68 -62 -40 -2 2785 2471 3 MP PP 2785 2471 1 0.625 0 2745 2469 1 0.688 0 2785 2471 1 0.625 0 2 interp_poly 2745 2469 1 0.688 0 2813 2407 1 0.562 0 2745 2469 1 0.688 0 2 interp_poly -40 -108 68 -62 2745 2469 3 MP PP 2745 2469 1 0.688 0 2813 2407 1 0.562 0 2745 2469 1 0.688 0 2 interp_poly 2813 2407 1 0.562 0 2773 2299 1 0.375 0 2813 2407 1 0.562 0 2 interp_poly -40 -35 68 1 2704 1653 3 MP PP 2704 1653 1 0.125 0 2772 1654 1 0.125 0 2704 1653 1 0.125 0 2 interp_poly 2772 1654 1 0.125 0 2732 1619 1 0.125 0 2772 1654 1 0.125 0 2 interp_poly 68 1 -40 10 2744 1643 3 MP PP 2744 1643 1 0 0 2704 1653 1 0.125 0 2744 1643 1 0 0 2 interp_poly 2704 1653 1 0.125 0 2772 1654 1 0.125 0 2704 1653 1 0.125 0 2 interp_poly 68 5 -40 -35 2772 1654 3 MP PP 2772 1654 1 0.125 0 2732 1619 1 0.125 0 2772 1654 1 0.125 0 2 interp_poly 2732 1619 1 0.125 0 2800 1624 1 0.188 0 2732 1619 1 0.125 0 2 interp_poly -40 42 68 -31 2744 1643 3 MP PP 2744 1643 1 0 0 2812 1612 1 0 0 2744 1643 1 0 0 2 interp_poly 2812 1612 1 0 0 2772 1654 1 0.125 0 2812 1612 1 0 0 2 interp_poly 68 -31 -40 -22 2784 1665 3 MP PP 2784 1665 1 0 0 2744 1643 1 0 0 2784 1665 1 0 0 2 interp_poly 2744 1643 1 0 0 2812 1612 1 0 0 2744 1643 1 0 0 2 interp_poly 68 -134 -40 -67 2783 4012 3 MP PP 2783 4012 0 0.438 1 2743 3945 0 0.562 1 2783 4012 0 0.438 1 2 interp_poly 2743 3945 0 0.562 1 2811 3811 0 0.875 1 2743 3945 0 0.562 1 2 interp_poly -40 -14 68 -134 2743 3945 3 MP PP 2743 3945 0 0.562 1 2811 3811 0 0.875 1 2743 3945 0 0.562 1 2 interp_poly 2811 3811 0 0.875 1 2771 3797 0 0.812 1 2811 3811 0 0.875 1 2 interp_poly 68 -20 -40 -8 2782 2706 3 MP PP 2782 2706 1 0.812 0 2742 2698 1 0.875 0 2782 2706 1 0.812 0 2 interp_poly 2742 2698 1 0.875 0 2810 2678 1 0.812 0 2742 2698 1 0.875 0 2 interp_poly -40 -100 68 -20 2742 2698 3 MP PP 2742 2698 1 0.875 0 2810 2678 1 0.812 0 2742 2698 1 0.875 0 2 interp_poly 2810 2678 1 0.812 0 2770 2578 1 0.625 0 2810 2678 1 0.812 0 2 interp_poly 68 -48 -40 17 2781 1866 3 MP PP 2781 1866 1 0.125 0 2741 1883 1 0.188 0 2781 1866 1 0.125 0 2 interp_poly 2741 1883 1 0.188 0 2809 1835 1 0.125 0 2741 1883 1 0.188 0 2 interp_poly -40 14 68 -48 2741 1883 3 MP PP 2741 1883 1 0.188 0 2809 1835 1 0.125 0 2741 1883 1 0.188 0 2 interp_poly 2809 1835 1 0.125 0 2769 1849 1 0.25 0 2809 1835 1 0.125 0 2 interp_poly 68 -167 -40 -24 2779 4566 3 MP PP 2779 4566 0 0 0.562 2739 4542 0 0 0.562 2779 4566 0 0 0.562 2 interp_poly 2739 4542 0 0 0.562 2807 4375 0 0 0.875 2739 4542 0 0 0.562 2 interp_poly -40 -20 68 -167 2739 4542 3 MP PP 2739 4542 0 0 0.562 2807 4375 0 0 0.875 2739 4542 0 0 0.562 2 interp_poly 2807 4375 0 0 0.875 2767 4355 0 0 0.875 2807 4375 0 0 0.875 2 interp_poly 68 -72 -40 -22 2778 3017 3 MP PP 2778 3017 0.875 1 0.188 2738 2995 0.875 1 0.188 2778 3017 0.875 1 0.188 2 interp_poly 2738 2995 0.875 1 0.188 2806 2923 1 1 0 2738 2995 0.875 1 0.188 2 interp_poly -40 -23 68 -72 2738 2995 3 MP PP 2738 2995 0.875 1 0.188 2806 2923 1 1 0 2738 2995 0.875 1 0.188 2 interp_poly 2806 2923 1 1 0 2766 2900 1 1 0.0625 2806 2923 1 1 0 2 interp_poly 68 -44 -40 -64 2777 2143 3 MP PP 2777 2143 1 0.375 0 2737 2079 1 0.312 0 2777 2143 1 0.375 0 2 interp_poly 2737 2079 1 0.312 0 2805 2035 1 0.25 0 2737 2079 1 0.312 0 2 interp_poly -40 -68 68 -44 2737 2079 3 MP PP 2737 2079 1 0.312 0 2805 2035 1 0.25 0 2737 2079 1 0.312 0 2 interp_poly 2805 2035 1 0.25 0 2765 1967 1 0.125 0 2805 2035 1 0.25 0 2 interp_poly 68 -70 -40 -5 2774 3353 3 MP PP 2774 3353 0.5 1 0.562 2734 3348 0.438 1 0.625 2774 3353 0.5 1 0.562 2 interp_poly 2734 3348 0.438 1 0.625 2802 3278 0.562 1 0.5 2734 3348 0.438 1 0.625 2 interp_poly -40 -14 68 -70 2734 3348 3 MP PP 2734 3348 0.438 1 0.625 2802 3278 0.562 1 0.5 2734 3348 0.438 1 0.625 2 interp_poly 2802 3278 0.562 1 0.5 2762 3264 0.562 1 0.5 2802 3278 0.562 1 0.5 2 interp_poly 68 -119 -40 18 2771 3797 3 MP PP 2771 3797 0 0.812 1 2731 3815 0 0.75 1 2771 3797 0 0.812 1 2 interp_poly 2731 3815 0 0.75 1 2799 3696 0 1 1 2731 3815 0 0.75 1 2 interp_poly -40 -33 68 -119 2731 3815 3 MP PP 2731 3815 0 0.75 1 2799 3696 0 1 1 2731 3815 0 0.75 1 2 interp_poly 2799 3696 0 1 1 2759 3663 0 1 1 2799 3696 0 1 1 2 interp_poly -40 -50 68 -46 2690 2633 3 MP PP 2690 2633 1 0.875 0 2758 2587 1 0.812 0 2690 2633 1 0.875 0 2 interp_poly 2758 2587 1 0.812 0 2718 2537 1 0.75 0 2758 2587 1 0.812 0 2 interp_poly 68 -46 -40 16 2730 2617 3 MP PP 2730 2617 1 0.812 0 2690 2633 1 0.875 0 2730 2617 1 0.812 0 2 interp_poly 2690 2633 1 0.875 0 2758 2587 1 0.812 0 2690 2633 1 0.875 0 2 interp_poly 67 -66 -40 -50 2758 2587 3 MP PP 2758 2587 1 0.812 0 2718 2537 1 0.75 0 2758 2587 1 0.812 0 2 interp_poly 2718 2537 1 0.75 0 2785 2471 1 0.625 0 2718 2537 1 0.75 0 2 interp_poly -40 46 68 -76 2730 2617 3 MP PP 2730 2617 1 0.812 0 2798 2541 1 0.625 0 2730 2617 1 0.812 0 2 interp_poly 2798 2541 1 0.625 0 2758 2587 1 0.812 0 2798 2541 1 0.625 0 2 interp_poly 68 -76 -40 39 2770 2578 3 MP PP 2770 2578 1 0.625 0 2730 2617 1 0.812 0 2770 2578 1 0.625 0 2 interp_poly 2730 2617 1 0.812 0 2798 2541 1 0.625 0 2730 2617 1 0.812 0 2 interp_poly 67 -12 -40 -57 2769 1849 3 MP PP 2769 1849 1 0.25 0 2729 1792 1 0.125 0 2769 1849 1 0.25 0 2 interp_poly 2729 1792 1 0.125 0 2796 1780 1 0.125 0 2729 1792 1 0.125 0 2 interp_poly -40 -46 67 -12 2729 1792 3 MP PP 2729 1792 1 0.125 0 2796 1780 1 0.125 0 2729 1792 1 0.125 0 2 interp_poly 2796 1780 1 0.125 0 2756 1734 1 0.125 0 2796 1780 1 0.125 0 2 interp_poly 68 -144 -40 -27 2767 4355 3 MP PP 2767 4355 0 0 0.875 2727 4328 0 0 0.875 2767 4355 0 0 0.875 2 interp_poly 2727 4328 0 0 0.875 2795 4184 0 0.188 1 2727 4328 0 0 0.875 2 interp_poly -40 -32 68 -144 2727 4328 3 MP PP 2727 4328 0 0 0.875 2795 4184 0 0.188 1 2727 4328 0 0 0.875 2 interp_poly 2795 4184 0 0.188 1 2755 4152 0 0.188 1 2795 4184 0 0.188 1 2 interp_poly 68 -91 -40 -21 2766 2900 3 MP PP 2766 2900 1 1 0.0625 2726 2879 1 1 0.0625 2766 2900 1 1 0.0625 2 interp_poly 2726 2879 1 1 0.0625 2794 2788 1 0.875 0 2726 2879 1 1 0.0625 2 interp_poly -40 -11 68 -91 2726 2879 3 MP PP 2726 2879 1 1 0.0625 2794 2788 1 0.875 0 2726 2879 1 1 0.0625 2 interp_poly 2794 2788 1 0.875 0 2754 2777 1 0.875 0 2794 2788 1 0.875 0 2 interp_poly 68 -86 -40 -13 2762 3264 3 MP PP 2762 3264 0.562 1 0.5 2722 3251 0.5 1 0.562 2762 3264 0.562 1 0.5 2 interp_poly 2722 3251 0.5 1 0.562 2790 3165 0.688 1 0.375 2722 3251 0.5 1 0.562 2 interp_poly -40 -14 68 -86 2722 3251 3 MP PP 2722 3251 0.5 1 0.562 2790 3165 0.688 1 0.375 2722 3251 0.5 1 0.562 2 interp_poly 2790 3165 0.688 1 0.375 2750 3151 0.688 1 0.375 2790 3165 0.688 1 0.375 2 interp_poly -40 -47 68 -41 2681 2263 3 MP PP 2681 2263 1 0.562 0 2749 2222 1 0.5 0 2681 2263 1 0.562 0 2 interp_poly 2749 2222 1 0.5 0 2709 2175 1 0.438 0 2749 2222 1 0.5 0 2 interp_poly 68 -32 -40 -47 2749 2222 3 MP PP 2749 2222 1 0.5 0 2709 2175 1 0.438 0 2749 2222 1 0.5 0 2 interp_poly 2709 2175 1 0.438 0 2777 2143 1 0.375 0 2709 2175 1 0.438 0 2 interp_poly 68 -41 -40 75 2721 2188 3 MP PP 2721 2188 1 0.312 0 2681 2263 1 0.562 0 2721 2188 1 0.312 0 2 interp_poly 2681 2263 1 0.562 0 2749 2222 1 0.5 0 2681 2263 1 0.562 0 2 interp_poly -40 23 68 11 2721 2188 3 MP PP 2721 2188 1 0.312 0 2789 2199 1 0.375 0 2721 2188 1 0.312 0 2 interp_poly 2789 2199 1 0.375 0 2749 2222 1 0.5 0 2789 2199 1 0.375 0 2 interp_poly 68 11 -40 -125 2761 2313 3 MP PP 2761 2313 1 0.562 0 2721 2188 1 0.312 0 2761 2313 1 0.562 0 2 interp_poly 2721 2188 1 0.312 0 2789 2199 1 0.375 0 2721 2188 1 0.312 0 2 interp_poly 67 -113 -40 -19 2759 3663 3 MP PP 2759 3663 0 1 1 2719 3644 0 1 1 2759 3663 0 1 1 2 interp_poly 2719 3644 0 1 1 2786 3531 0.188 1 0.875 2719 3644 0 1 1 2 interp_poly -40 -46 67 -113 2719 3644 3 MP PP 2719 3644 0 1 1 2786 3531 0.188 1 0.875 2719 3644 0 1 1 2 interp_poly 2786 3531 0.188 1 0.875 2746 3485 0.25 1 0.812 2786 3531 0.188 1 0.875 2 interp_poly -40 -2 67 -66 2718 2537 3 MP PP 2718 2537 1 0.75 0 2785 2471 1 0.625 0 2718 2537 1 0.75 0 2 interp_poly 2785 2471 1 0.625 0 2745 2469 1 0.688 0 2785 2471 1 0.625 0 2 interp_poly 68 -76 -40 7 2756 1734 3 MP PP 2756 1734 1 0.125 0 2716 1741 1 0.188 0 2756 1734 1 0.125 0 2 interp_poly 2716 1741 1 0.188 0 2784 1665 1 0 0 2716 1741 1 0.188 0 2 interp_poly -40 -22 68 -76 2716 1741 3 MP PP 2716 1741 1 0.188 0 2784 1665 1 0 0 2716 1741 1 0.188 0 2 interp_poly 2784 1665 1 0 0 2744 1643 1 0 0 2784 1665 1 0 0 2 interp_poly 68 -117 -40 -23 2755 4152 3 MP PP 2755 4152 0 0.188 1 2715 4129 0 0.188 1 2755 4152 0 0.188 1 2 interp_poly 2715 4129 0 0.188 1 2783 4012 0 0.438 1 2715 4129 0 0.188 1 2 interp_poly -40 -67 68 -117 2715 4129 3 MP PP 2715 4129 0 0.188 1 2783 4012 0 0.438 1 2715 4129 0 0.188 1 2 interp_poly 2783 4012 0 0.438 1 2743 3945 0 0.562 1 2783 4012 0 0.438 1 2 interp_poly 68 -76 -40 5 2754 2777 3 MP PP 2754 2777 1 0.875 0 2714 2782 1 0.938 0 2754 2777 1 0.875 0 2 interp_poly 2714 2782 1 0.938 0 2782 2706 1 0.812 0 2714 2782 1 0.938 0 2 interp_poly -40 -8 68 -76 2714 2782 3 MP PP 2714 2782 1 0.938 0 2782 2706 1 0.812 0 2714 2782 1 0.938 0 2 interp_poly 2782 2706 1 0.812 0 2742 2698 1 0.875 0 2782 2706 1 0.812 0 2 interp_poly 68 -57 -40 31 2753 1892 3 MP PP 2753 1892 1 0.0625 0 2713 1923 1 0.188 0 2753 1892 1 0.0625 0 2 interp_poly 2713 1923 1 0.188 0 2781 1866 1 0.125 0 2713 1923 1 0.188 0 2 interp_poly -40 17 68 -57 2713 1923 3 MP PP 2713 1923 1 0.188 0 2781 1866 1 0.125 0 2713 1923 1 0.188 0 2 interp_poly 2781 1866 1 0.125 0 2741 1883 1 0.188 0 2781 1866 1 0.125 0 2 interp_poly 68 -68 -40 -66 2750 3151 3 MP PP 2750 3151 0.688 1 0.375 2710 3085 0.75 1 0.312 2750 3151 0.688 1 0.375 2 interp_poly 2710 3085 0.75 1 0.312 2778 3017 0.875 1 0.188 2710 3085 0.75 1 0.312 2 interp_poly -40 -22 68 -68 2710 3085 3 MP PP 2710 3085 0.75 1 0.312 2778 3017 0.875 1 0.188 2710 3085 0.75 1 0.312 2 interp_poly 2778 3017 0.875 1 0.188 2738 2995 0.875 1 0.188 2778 3017 0.875 1 0.188 2 interp_poly -40 -64 68 -32 2709 2175 3 MP PP 2709 2175 1 0.438 0 2777 2143 1 0.375 0 2709 2175 1 0.438 0 2 interp_poly 2777 2143 1 0.375 0 2737 2079 1 0.312 0 2777 2143 1 0.375 0 2 interp_poly 68 -111 -40 -21 2746 3485 3 MP PP 2746 3485 0.25 1 0.812 2706 3464 0.25 1 0.812 2746 3485 0.25 1 0.812 2 interp_poly 2706 3464 0.25 1 0.812 2774 3353 0.5 1 0.562 2706 3464 0.25 1 0.812 2 interp_poly -40 -5 68 -111 2706 3464 3 MP PP 2706 3464 0.25 1 0.812 2774 3353 0.5 1 0.562 2706 3464 0.25 1 0.812 2 interp_poly 2774 3353 0.5 1 0.562 2734 3348 0.438 1 0.625 2774 3353 0.5 1 0.562 2 interp_poly -40 1 68 -27 2665 2378 3 MP PP 2665 2378 1 0.562 0 2733 2351 1 0.562 0 2665 2378 1 0.562 0 2 interp_poly 2733 2351 1 0.562 0 2693 2352 1 0.625 0 2733 2351 1 0.562 0 2 interp_poly 68 -39 -40 1 2733 2351 3 MP PP 2733 2351 1 0.562 0 2693 2352 1 0.625 0 2733 2351 1 0.562 0 2 interp_poly 2693 2352 1 0.625 0 2761 2313 1 0.562 0 2693 2352 1 0.625 0 2 interp_poly 68 -27 -40 27 2705 2351 3 MP PP 2705 2351 1 0.438 0 2665 2378 1 0.562 0 2705 2351 1 0.438 0 2 interp_poly 2665 2378 1 0.562 0 2733 2351 1 0.562 0 2665 2378 1 0.562 0 2 interp_poly -40 -125 68 -39 2693 2352 3 MP PP 2693 2352 1 0.625 0 2761 2313 1 0.562 0 2693 2352 1 0.625 0 2 interp_poly 2761 2313 1 0.562 0 2721 2188 1 0.312 0 2761 2313 1 0.562 0 2 interp_poly -40 52 68 -52 2705 2351 3 MP PP 2705 2351 1 0.438 0 2773 2299 1 0.375 0 2705 2351 1 0.438 0 2 interp_poly 2773 2299 1 0.375 0 2733 2351 1 0.562 0 2773 2299 1 0.375 0 2 interp_poly 68 -52 -40 -118 2745 2469 3 MP PP 2745 2469 1 0.688 0 2705 2351 1 0.438 0 2745 2469 1 0.688 0 2 interp_poly 2705 2351 1 0.438 0 2773 2299 1 0.375 0 2705 2351 1 0.438 0 2 interp_poly 68 -130 -40 -18 2743 3945 3 MP PP 2743 3945 0 0.562 1 2703 3927 0 0.562 1 2743 3945 0 0.562 1 2 interp_poly 2703 3927 0 0.562 1 2771 3797 0 0.812 1 2703 3927 0 0.562 1 2 interp_poly -40 18 68 -130 2703 3927 3 MP PP 2703 3927 0 0.562 1 2771 3797 0 0.812 1 2703 3927 0 0.562 1 2 interp_poly 2771 3797 0 0.812 1 2731 3815 0 0.75 1 2771 3797 0 0.812 1 2 interp_poly -40 16 68 -66 2662 2683 3 MP PP 2662 2683 1 0.938 0 2730 2617 1 0.812 0 2662 2683 1 0.938 0 2 interp_poly 2730 2617 1 0.812 0 2690 2633 1 0.875 0 2730 2617 1 0.812 0 2 interp_poly -40 -27 68 -3 2622 2636 3 MP PP 2622 2636 1 0.875 0 2690 2633 1 0.875 0 2622 2636 1 0.875 0 2 interp_poly 2690 2633 1 0.875 0 2650 2606 1 0.875 0 2690 2633 1 0.875 0 2 interp_poly 68 -3 -40 -47 2662 2683 3 MP PP 2662 2683 1 0.938 0 2622 2636 1 0.875 0 2662 2683 1 0.938 0 2 interp_poly 2622 2636 1 0.875 0 2690 2633 1 0.875 0 2622 2636 1 0.875 0 2 interp_poly 68 -69 -40 -27 2690 2633 3 MP PP 2690 2633 1 0.875 0 2650 2606 1 0.875 0 2690 2633 1 0.875 0 2 interp_poly 2650 2606 1 0.875 0 2718 2537 1 0.75 0 2650 2606 1 0.875 0 2 interp_poly 68 -66 -40 79 2702 2604 3 MP PP 2702 2604 1 0.688 0 2662 2683 1 0.938 0 2702 2604 1 0.688 0 2 interp_poly 2662 2683 1 0.938 0 2730 2617 1 0.812 0 2662 2683 1 0.938 0 2 interp_poly -40 39 68 -26 2702 2604 3 MP PP 2702 2604 1 0.688 0 2770 2578 1 0.625 0 2702 2604 1 0.688 0 2 interp_poly 2770 2578 1 0.625 0 2730 2617 1 0.812 0 2770 2578 1 0.625 0 2 interp_poly 68 -26 -40 -94 2742 2698 3 MP PP 2742 2698 1 0.875 0 2702 2604 1 0.688 0 2742 2698 1 0.875 0 2 interp_poly 2702 2604 1 0.688 0 2770 2578 1 0.625 0 2702 2604 1 0.688 0 2 interp_poly 68 -4 -40 -30 2741 1883 3 MP PP 2741 1883 1 0.188 0 2701 1853 1 0.188 0 2741 1883 1 0.188 0 2 interp_poly 2701 1853 1 0.188 0 2769 1849 1 0.25 0 2701 1853 1 0.188 0 2 interp_poly -40 -57 68 -4 2701 1853 3 MP PP 2701 1853 1 0.188 0 2769 1849 1 0.25 0 2701 1853 1 0.188 0 2 interp_poly 2769 1849 1 0.25 0 2729 1792 1 0.125 0 2769 1849 1 0.25 0 2 interp_poly 68 -163 -40 -24 2739 4542 3 MP PP 2739 4542 0 0 0.562 2699 4518 0 0 0.562 2739 4542 0 0 0.562 2 interp_poly 2699 4518 0 0 0.562 2767 4355 0 0 0.875 2699 4518 0 0 0.562 2 interp_poly -40 -27 68 -163 2699 4518 3 MP PP 2699 4518 0 0 0.562 2767 4355 0 0 0.875 2699 4518 0 0 0.562 2 interp_poly 2767 4355 0 0 0.875 2727 4328 0 0 0.875 2767 4355 0 0 0.875 2 interp_poly 68 -78 -40 -17 2738 2995 3 MP PP 2738 2995 0.875 1 0.188 2698 2978 0.875 1 0.188 2738 2995 0.875 1 0.188 2 interp_poly 2698 2978 0.875 1 0.188 2766 2900 1 1 0.0625 2698 2978 0.875 1 0.188 2 interp_poly -40 -21 68 -78 2698 2978 3 MP PP 2698 2978 0.875 1 0.188 2766 2900 1 1 0.0625 2698 2978 0.875 1 0.188 2 interp_poly 2766 2900 1 1 0.0625 2726 2879 1 1 0.0625 2766 2900 1 1 0.0625 2 interp_poly -40 -55 68 -17 2657 1999 3 MP PP 2657 1999 1 0.188 0 2725 1982 1 0.188 0 2657 1999 1 0.188 0 2 interp_poly 2725 1982 1 0.188 0 2685 1927 1 0.125 0 2725 1982 1 0.188 0 2 interp_poly 68 -17 -40 12 2697 1987 3 MP PP 2697 1987 1 0.125 0 2657 1999 1 0.188 0 2697 1987 1 0.125 0 2 interp_poly 2657 1999 1 0.188 0 2725 1982 1 0.188 0 2657 1999 1 0.188 0 2 interp_poly -40 -20 68 -2 2645 1925 3 MP PP 2645 1925 1 0.188 0 2713 1923 1 0.188 0 2645 1925 1 0.188 0 2 interp_poly 2713 1923 1 0.188 0 2673 1903 1 0.25 0 2713 1923 1 0.188 0 2 interp_poly 68 -2 -40 -2 2685 1927 3 MP PP 2685 1927 1 0.125 0 2645 1925 1 0.188 0 2685 1927 1 0.125 0 2 interp_poly 2645 1925 1 0.188 0 2713 1923 1 0.188 0 2645 1925 1 0.188 0 2 interp_poly 68 -20 -40 -20 2713 1923 3 MP PP 2713 1923 1 0.188 0 2673 1903 1 0.25 0 2713 1923 1 0.188 0 2 interp_poly 2673 1903 1 0.25 0 2741 1883 1 0.188 0 2673 1903 1 0.25 0 2 interp_poly -40 31 68 -35 2685 1927 3 MP PP 2685 1927 1 0.125 0 2753 1892 1 0.0625 0 2685 1927 1 0.125 0 2 interp_poly 2753 1892 1 0.0625 0 2713 1923 1 0.188 0 2753 1892 1 0.0625 0 2 interp_poly 68 -35 -40 -55 2725 1982 3 MP PP 2725 1982 1 0.188 0 2685 1927 1 0.125 0 2725 1982 1 0.188 0 2 interp_poly 2685 1927 1 0.125 0 2753 1892 1 0.0625 0 2685 1927 1 0.125 0 2 interp_poly -40 15 68 -20 2697 1987 3 MP PP 2697 1987 1 0.125 0 2765 1967 1 0.125 0 2697 1987 1 0.125 0 2 interp_poly 2765 1967 1 0.125 0 2725 1982 1 0.188 0 2765 1967 1 0.125 0 2 interp_poly 68 -20 -40 -92 2737 2079 3 MP PP 2737 2079 1 0.312 0 2697 1987 1 0.125 0 2737 2079 1 0.312 0 2 interp_poly 2697 1987 1 0.125 0 2765 1967 1 0.125 0 2697 1987 1 0.125 0 2 interp_poly 68 -77 -40 -7 2734 3348 3 MP PP 2734 3348 0.438 1 0.625 2694 3341 0.375 1 0.688 2734 3348 0.438 1 0.625 2 interp_poly 2694 3341 0.375 1 0.688 2762 3264 0.562 1 0.5 2694 3341 0.375 1 0.688 2 interp_poly -40 -13 68 -77 2694 3341 3 MP PP 2694 3341 0.375 1 0.688 2762 3264 0.562 1 0.5 2694 3341 0.375 1 0.688 2 interp_poly 2762 3264 0.562 1 0.5 2722 3251 0.5 1 0.562 2762 3264 0.562 1 0.5 2 interp_poly 68 -114 -40 -38 2731 3815 3 MP PP 2731 3815 0 0.75 1 2691 3777 0 0.75 1 2731 3815 0 0.75 1 2 interp_poly 2691 3777 0 0.75 1 2759 3663 0 1 1 2691 3777 0 0.75 1 2 interp_poly -40 -19 68 -114 2691 3777 3 MP PP 2691 3777 0 0.75 1 2759 3663 0 1 1 2691 3777 0 0.75 1 2 interp_poly 2759 3663 0 1 1 2719 3644 0 1 1 2759 3663 0 1 1 2 interp_poly 67 -48 -40 -10 2729 1792 3 MP PP 2729 1792 1 0.125 0 2689 1782 1 0.188 0 2729 1792 1 0.125 0 2 interp_poly 2689 1782 1 0.188 0 2756 1734 1 0.125 0 2689 1782 1 0.188 0 2 interp_poly -40 7 67 -48 2689 1782 3 MP PP 2689 1782 1 0.188 0 2756 1734 1 0.125 0 2689 1782 1 0.188 0 2 interp_poly 2756 1734 1 0.125 0 2716 1741 1 0.188 0 2756 1734 1 0.125 0 2 interp_poly 68 -141 -40 -35 2727 4328 3 MP PP 2727 4328 0 0 0.875 2687 4293 0 0 0.938 2727 4328 0 0 0.875 2 interp_poly 2687 4293 0 0 0.938 2755 4152 0 0.188 1 2687 4293 0 0 0.938 2 interp_poly -40 -23 68 -141 2687 4293 3 MP PP 2687 4293 0 0 0.938 2755 4152 0 0.188 1 2687 4293 0 0 0.938 2 interp_poly 2755 4152 0 0.188 1 2715 4129 0 0.188 1 2755 4152 0 0.188 1 2 interp_poly 68 -57 -40 -45 2726 2879 3 MP PP 2726 2879 1 1 0.0625 2686 2834 1 1 0 2726 2879 1 1 0.0625 2 interp_poly 2686 2834 1 1 0 2754 2777 1 0.875 0 2686 2834 1 1 0 2 interp_poly -40 5 68 -57 2686 2834 3 MP PP 2686 2834 1 1 0 2754 2777 1 0.875 0 2686 2834 1 1 0 2 interp_poly 2754 2777 1 0.875 0 2714 2782 1 0.938 0 2754 2777 1 0.875 0 2 interp_poly 68 -96 -40 -4 2722 3251 3 MP PP 2722 3251 0.5 1 0.562 2682 3247 0.5 1 0.562 2722 3251 0.5 1 0.562 2 interp_poly 2682 3247 0.5 1 0.562 2750 3151 0.688 1 0.375 2682 3247 0.5 1 0.562 2 interp_poly -40 -66 68 -96 2682 3247 3 MP PP 2682 3247 0.5 1 0.562 2750 3151 0.688 1 0.375 2682 3247 0.5 1 0.562 2 interp_poly 2750 3151 0.688 1 0.375 2710 3085 0.75 1 0.312 2750 3151 0.688 1 0.375 2 interp_poly 67 -131 -40 -28 2719 3644 3 MP PP 2719 3644 0 1 1 2679 3616 0 1 1 2719 3644 0 1 1 2 interp_poly 2679 3616 0 1 1 2746 3485 0.25 1 0.812 2679 3616 0 1 1 2 interp_poly -40 -21 67 -131 2679 3616 3 MP PP 2679 3616 0 1 1 2746 3485 0.25 1 0.812 2679 3616 0 1 1 2 interp_poly 2746 3485 0.25 1 0.812 2706 3464 0.25 1 0.812 2746 3485 0.25 1 0.812 2 interp_poly 67 -29 -40 -39 2718 2537 3 MP PP 2718 2537 1 0.75 0 2678 2498 1 0.75 0 2718 2537 1 0.75 0 2 interp_poly 2678 2498 1 0.75 0 2745 2469 1 0.688 0 2678 2498 1 0.75 0 2 interp_poly -40 -118 67 -29 2678 2498 3 MP PP 2678 2498 1 0.75 0 2745 2469 1 0.688 0 2678 2498 1 0.75 0 2 interp_poly 2745 2469 1 0.688 0 2705 2351 1 0.438 0 2745 2469 1 0.688 0 2 interp_poly 68 -39 -40 -59 2716 1741 3 MP PP 2716 1741 1 0.188 0 2676 1682 1 0.0625 0 2716 1741 1 0.188 0 2 interp_poly 2676 1682 1 0.0625 0 2744 1643 1 0 0 2676 1682 1 0.0625 0 2 interp_poly -40 10 68 -39 2676 1682 3 MP PP 2676 1682 1 0.0625 0 2744 1643 1 0 0 2676 1682 1 0.0625 0 2 interp_poly 2744 1643 1 0 0 2704 1653 1 0.125 0 2744 1643 1 0 0 2 interp_poly 68 -152 -40 -32 2715 4129 3 MP PP 2715 4129 0 0.188 1 2675 4097 0 0.25 1 2715 4129 0 0.188 1 2 interp_poly 2675 4097 0 0.25 1 2743 3945 0 0.562 1 2675 4097 0 0.25 1 2 interp_poly -40 -18 68 -152 2675 4097 3 MP PP 2675 4097 0 0.25 1 2743 3945 0 0.562 1 2675 4097 0 0.25 1 2 interp_poly 2743 3945 0 0.562 1 2703 3927 0 0.562 1 2743 3945 0 0.562 1 2 interp_poly 68 -50 -40 -34 2714 2782 3 MP PP 2714 2782 1 0.938 0 2674 2748 1 0.938 0 2714 2782 1 0.938 0 2 interp_poly 2674 2748 1 0.938 0 2742 2698 1 0.875 0 2674 2748 1 0.938 0 2 interp_poly -40 -94 68 -50 2674 2748 3 MP PP 2674 2748 1 0.938 0 2742 2698 1 0.875 0 2674 2748 1 0.938 0 2 interp_poly 2742 2698 1 0.875 0 2702 2604 1 0.688 0 2742 2698 1 0.875 0 2 interp_poly -40 -30 68 -20 2673 1903 3 MP PP 2673 1903 1 0.25 0 2741 1883 1 0.188 0 2673 1903 1 0.25 0 2 interp_poly 2741 1883 1 0.188 0 2701 1853 1 0.188 0 2741 1883 1 0.188 0 2 interp_poly 68 -95 -40 5 2710 3085 3 MP PP 2710 3085 0.75 1 0.312 2670 3090 0.688 1 0.375 2710 3085 0.75 1 0.312 2 interp_poly 2670 3090 0.688 1 0.375 2738 2995 0.875 1 0.188 2670 3090 0.688 1 0.375 2 interp_poly -40 -17 68 -95 2670 3090 3 MP PP 2670 3090 0.688 1 0.375 2738 2995 0.875 1 0.188 2670 3090 0.688 1 0.375 2 interp_poly 2738 2995 0.875 1 0.188 2698 2978 0.875 1 0.188 2738 2995 0.875 1 0.188 2 interp_poly 68 -33 -40 -63 2709 2175 3 MP PP 2709 2175 1 0.438 0 2669 2112 1 0.312 0 2709 2175 1 0.438 0 2 interp_poly 2669 2112 1 0.312 0 2737 2079 1 0.312 0 2669 2112 1 0.312 0 2 interp_poly -40 -92 68 -33 2669 2112 3 MP PP 2669 2112 1 0.312 0 2737 2079 1 0.312 0 2669 2112 1 0.312 0 2 interp_poly 2737 2079 1 0.312 0 2697 1987 1 0.125 0 2737 2079 1 0.312 0 2 interp_poly 68 -91 -40 -25 2706 3464 3 MP PP 2706 3464 0.25 1 0.812 2666 3439 0.25 1 0.812 2706 3464 0.25 1 0.812 2 interp_poly 2666 3439 0.25 1 0.812 2734 3348 0.438 1 0.625 2666 3439 0.25 1 0.812 2 interp_poly -40 -7 68 -91 2666 3439 3 MP PP 2666 3439 0.25 1 0.812 2734 3348 0.438 1 0.625 2666 3439 0.25 1 0.812 2 interp_poly 2734 3348 0.438 1 0.625 2694 3341 0.375 1 0.688 2734 3348 0.438 1 0.625 2 interp_poly 68 -20 -40 -14 2704 1653 3 MP PP 2704 1653 1 0.125 0 2664 1639 1 0.125 0 2704 1653 1 0.125 0 2 interp_poly 2664 1639 1 0.125 0 2732 1619 1 0.125 0 2664 1639 1 0.125 0 2 interp_poly 68 -125 -40 13 2703 3927 3 MP PP 2703 3927 0 0.562 1 2663 3940 0 0.438 1 2703 3927 0 0.562 1 2 interp_poly 2663 3940 0 0.438 1 2731 3815 0 0.75 1 2663 3940 0 0.438 1 2 interp_poly -40 -38 68 -125 2663 3940 3 MP PP 2663 3940 0 0.438 1 2731 3815 0 0.75 1 2663 3940 0 0.438 1 2 interp_poly 2731 3815 0 0.75 1 2691 3777 0 0.75 1 2731 3815 0 0.75 1 2 interp_poly 68 -72 -40 11 2701 1853 3 MP PP 2701 1853 1 0.188 0 2661 1864 1 0.312 0 2701 1853 1 0.188 0 2 interp_poly 2661 1864 1 0.312 0 2729 1792 1 0.125 0 2661 1864 1 0.312 0 2 interp_poly -40 -10 68 -72 2661 1864 3 MP PP 2661 1864 1 0.312 0 2729 1792 1 0.125 0 2661 1864 1 0.312 0 2 interp_poly 2729 1792 1 0.125 0 2689 1782 1 0.188 0 2729 1792 1 0.125 0 2 interp_poly 68 -165 -40 -25 2699 4518 3 MP PP 2699 4518 0 0 0.562 2659 4493 0 0 0.562 2699 4518 0 0 0.562 2 interp_poly 2659 4493 0 0 0.562 2727 4328 0 0 0.875 2659 4493 0 0 0.562 2 interp_poly -40 -35 68 -165 2659 4493 3 MP PP 2659 4493 0 0 0.562 2727 4328 0 0 0.875 2659 4493 0 0 0.562 2 interp_poly 2727 4328 0 0 0.875 2687 4293 0 0 0.938 2727 4328 0 0 0.875 2 interp_poly 68 -60 -40 -39 2698 2978 3 MP PP 2698 2978 0.875 1 0.188 2658 2939 0.938 1 0.125 2698 2978 0.875 1 0.188 2 interp_poly 2658 2939 0.938 1 0.125 2726 2879 1 1 0.0625 2658 2939 0.938 1 0.125 2 interp_poly -40 -45 68 -60 2658 2939 3 MP PP 2658 2939 0.938 1 0.125 2726 2879 1 1 0.0625 2658 2939 0.938 1 0.125 2 interp_poly 2726 2879 1 1 0.0625 2686 2834 1 1 0 2726 2879 1 1 0.0625 2 interp_poly 68 -72 -40 -18 2694 3341 3 MP PP 2694 3341 0.375 1 0.688 2654 3323 0.375 1 0.688 2694 3341 0.375 1 0.688 2 interp_poly 2654 3323 0.375 1 0.688 2722 3251 0.5 1 0.562 2654 3323 0.375 1 0.688 2 interp_poly -40 -4 68 -72 2654 3323 3 MP PP 2654 3323 0.375 1 0.688 2722 3251 0.5 1 0.562 2654 3323 0.375 1 0.688 2 interp_poly 2722 3251 0.5 1 0.562 2682 3247 0.5 1 0.562 2722 3251 0.5 1 0.562 2 interp_poly -40 -79 68 -25 2613 2288 3 MP PP 2613 2288 1 0.562 0 2681 2263 1 0.562 0 2613 2288 1 0.562 0 2 interp_poly 2681 2263 1 0.562 0 2641 2184 1 0.438 0 2681 2263 1 0.562 0 2 interp_poly 68 -25 -40 23 2653 2265 3 MP PP 2653 2265 1 0.438 0 2613 2288 1 0.562 0 2653 2265 1 0.438 0 2 interp_poly 2613 2288 1 0.562 0 2681 2263 1 0.562 0 2613 2288 1 0.562 0 2 interp_poly 68 -9 -40 -79 2681 2263 3 MP PP 2681 2263 1 0.562 0 2641 2184 1 0.438 0 2681 2263 1 0.562 0 2 interp_poly 2641 2184 1 0.438 0 2709 2175 1 0.438 0 2641 2184 1 0.438 0 2 interp_poly -40 75 68 -77 2653 2265 3 MP PP 2653 2265 1 0.438 0 2721 2188 1 0.312 0 2653 2265 1 0.438 0 2 interp_poly 2721 2188 1 0.312 0 2681 2263 1 0.562 0 2721 2188 1 0.312 0 2 interp_poly 68 -77 -40 -87 2693 2352 3 MP PP 2693 2352 1 0.625 0 2653 2265 1 0.438 0 2693 2352 1 0.625 0 2 interp_poly 2653 2265 1 0.438 0 2721 2188 1 0.312 0 2653 2265 1 0.438 0 2 interp_poly 68 -116 -40 -17 2691 3777 3 MP PP 2691 3777 0 0.75 1 2651 3760 0 0.75 1 2691 3777 0 0.75 1 2 interp_poly 2651 3760 0 0.75 1 2719 3644 0 1 1 2651 3760 0 0.75 1 2 interp_poly -40 -28 68 -116 2651 3760 3 MP PP 2651 3760 0 0.75 1 2719 3644 0 1 1 2651 3760 0 0.75 1 2 interp_poly 2719 3644 0 1 1 2679 3616 0 1 1 2719 3644 0 1 1 2 interp_poly -40 -39 68 -69 2650 2606 3 MP PP 2650 2606 1 0.875 0 2718 2537 1 0.75 0 2650 2606 1 0.875 0 2 interp_poly 2718 2537 1 0.75 0 2678 2498 1 0.75 0 2718 2537 1 0.75 0 2 interp_poly 67 -15 -40 -26 2689 1782 3 MP PP 2689 1782 1 0.188 0 2649 1756 1 0.188 0 2689 1782 1 0.188 0 2 interp_poly 2649 1756 1 0.188 0 2716 1741 1 0.188 0 2649 1756 1 0.188 0 2 interp_poly -40 -59 67 -15 2649 1756 3 MP PP 2649 1756 1 0.188 0 2716 1741 1 0.188 0 2649 1756 1 0.188 0 2 interp_poly 2716 1741 1 0.188 0 2676 1682 1 0.0625 0 2716 1741 1 0.188 0 2 interp_poly 68 -146 -40 -18 2687 4293 3 MP PP 2687 4293 0 0 0.938 2647 4275 0 0 0.875 2687 4293 0 0 0.938 2 interp_poly 2647 4275 0 0 0.875 2715 4129 0 0.188 1 2647 4275 0 0 0.875 2 interp_poly -40 -32 68 -146 2647 4275 3 MP PP 2647 4275 0 0 0.875 2715 4129 0 0.188 1 2647 4275 0 0 0.875 2 interp_poly 2715 4129 0 0.188 1 2675 4097 0 0.25 1 2715 4129 0 0.188 1 2 interp_poly 68 -47 -40 -5 2686 2834 3 MP PP 2686 2834 1 1 0 2646 2829 1 1 0.0625 2686 2834 1 1 0 2 interp_poly 2646 2829 1 1 0.0625 2714 2782 1 0.938 0 2646 2829 1 1 0.0625 2 interp_poly -40 -34 68 -47 2646 2829 3 MP PP 2646 2829 1 1 0.0625 2714 2782 1 0.938 0 2646 2829 1 1 0.0625 2 interp_poly 2714 2782 1 0.938 0 2674 2748 1 0.938 0 2714 2782 1 0.938 0 2 interp_poly 68 -87 -40 -75 2682 3247 3 MP PP 2682 3247 0.5 1 0.562 2642 3172 0.625 1 0.438 2682 3247 0.5 1 0.562 2 interp_poly 2642 3172 0.625 1 0.438 2710 3085 0.75 1 0.312 2642 3172 0.625 1 0.438 2 interp_poly -40 5 68 -87 2642 3172 3 MP PP 2642 3172 0.625 1 0.438 2710 3085 0.75 1 0.312 2642 3172 0.625 1 0.438 2 interp_poly 2710 3085 0.75 1 0.312 2670 3090 0.688 1 0.375 2710 3085 0.75 1 0.312 2 interp_poly -40 -63 68 -9 2641 2184 3 MP PP 2641 2184 1 0.438 0 2709 2175 1 0.438 0 2641 2184 1 0.438 0 2 interp_poly 2709 2175 1 0.438 0 2669 2112 1 0.312 0 2709 2175 1 0.438 0 2 interp_poly 67 -93 -40 -59 2679 3616 3 MP PP 2679 3616 0 1 1 2639 3557 0.0625 1 1 2679 3616 0 1 1 2 interp_poly 2639 3557 0.0625 1 1 2706 3464 0.25 1 0.812 2639 3557 0.0625 1 1 2 interp_poly -40 -25 67 -93 2639 3557 3 MP PP 2639 3557 0.0625 1 1 2706 3464 0.25 1 0.812 2639 3557 0.0625 1 1 2 interp_poly 2706 3464 0.25 1 0.812 2666 3439 0.25 1 0.812 2706 3464 0.25 1 0.812 2 interp_poly -40 -25 67 -43 2558 2434 3 MP PP 2558 2434 1 0.75 0 2625 2391 1 0.688 0 2558 2434 1 0.75 0 2 interp_poly 2625 2391 1 0.688 0 2585 2366 1 0.688 0 2625 2391 1 0.688 0 2 interp_poly 67 -43 -40 27 2598 2407 3 MP PP 2598 2407 1 0.625 0 2558 2434 1 0.75 0 2598 2407 1 0.625 0 2 interp_poly 2558 2434 1 0.75 0 2625 2391 1 0.688 0 2558 2434 1 0.75 0 2 interp_poly -40 13 67 -29 2598 2407 3 MP PP 2598 2407 1 0.625 0 2665 2378 1 0.562 0 2598 2407 1 0.625 0 2 interp_poly 2665 2378 1 0.562 0 2625 2391 1 0.688 0 2665 2378 1 0.562 0 2 interp_poly 67 -29 -40 12 2638 2395 3 MP PP 2638 2395 1 0.562 0 2598 2407 1 0.625 0 2638 2395 1 0.562 0 2 interp_poly 2598 2407 1 0.625 0 2665 2378 1 0.562 0 2598 2407 1 0.625 0 2 interp_poly 68 -39 -40 13 2665 2378 3 MP PP 2665 2378 1 0.562 0 2625 2391 1 0.688 0 2665 2378 1 0.562 0 2 interp_poly 2625 2391 1 0.688 0 2693 2352 1 0.625 0 2625 2391 1 0.688 0 2 interp_poly -40 27 67 -44 2638 2395 3 MP PP 2638 2395 1 0.562 0 2705 2351 1 0.438 0 2638 2395 1 0.562 0 2 interp_poly 2705 2351 1 0.438 0 2665 2378 1 0.562 0 2705 2351 1 0.438 0 2 interp_poly 67 -44 -40 -103 2678 2498 3 MP PP 2678 2498 1 0.75 0 2638 2395 1 0.562 0 2678 2498 1 0.75 0 2 interp_poly 2638 2395 1 0.562 0 2705 2351 1 0.438 0 2638 2395 1 0.562 0 2 interp_poly 68 -11 -40 -18 2676 1682 3 MP PP 2676 1682 1 0.0625 0 2636 1664 1 0.125 0 2676 1682 1 0.0625 0 2 interp_poly 2636 1664 1 0.125 0 2704 1653 1 0.125 0 2636 1664 1 0.125 0 2 interp_poly -40 -14 68 -11 2636 1664 3 MP PP 2636 1664 1 0.125 0 2704 1653 1 0.125 0 2636 1664 1 0.125 0 2 interp_poly 2704 1653 1 0.125 0 2664 1639 1 0.125 0 2704 1653 1 0.125 0 2 interp_poly 68 -147 -40 -23 2675 4097 3 MP PP 2675 4097 0 0.25 1 2635 4074 0 0.25 1 2675 4097 0 0.25 1 2 interp_poly 2635 4074 0 0.25 1 2703 3927 0 0.562 1 2635 4074 0 0.25 1 2 interp_poly -40 13 68 -147 2635 4074 3 MP PP 2635 4074 0 0.25 1 2703 3927 0 0.562 1 2635 4074 0 0.25 1 2 interp_poly 2703 3927 0 0.562 1 2663 3940 0 0.438 1 2703 3927 0 0.562 1 2 interp_poly -40 -47 68 -67 2594 2750 3 MP PP 2594 2750 1 1 0.0625 2662 2683 1 0.938 0 2594 2750 1 1 0.0625 2 interp_poly 2662 2683 1 0.938 0 2622 2636 1 0.875 0 2662 2683 1 0.938 0 2 interp_poly 68 -67 -40 78 2634 2672 3 MP PP 2634 2672 1 0.812 0 2594 2750 1 1 0.0625 2634 2672 1 0.812 0 2 interp_poly 2594 2750 1 1 0.0625 2662 2683 1 0.938 0 2594 2750 1 1 0.0625 2 interp_poly -40 79 68 -68 2634 2672 3 MP PP 2634 2672 1 0.812 0 2702 2604 1 0.688 0 2634 2672 1 0.812 0 2 interp_poly 2702 2604 1 0.688 0 2662 2683 1 0.938 0 2702 2604 1 0.688 0 2 interp_poly 68 -68 -40 -76 2674 2748 3 MP PP 2674 2748 1 0.938 0 2634 2672 1 0.812 0 2674 2748 1 0.938 0 2 interp_poly 2634 2672 1 0.812 0 2702 2604 1 0.688 0 2634 2672 1 0.812 0 2 interp_poly -40 -31 68 -39 2593 1903 3 MP PP 2593 1903 1 0.312 0 2661 1864 1 0.312 0 2593 1903 1 0.312 0 2 interp_poly 2661 1864 1 0.312 0 2621 1833 1 0.25 0 2661 1864 1 0.312 0 2 interp_poly 68 -39 -40 45 2633 1858 3 MP PP 2633 1858 1 0.188 0 2593 1903 1 0.312 0 2633 1858 1 0.188 0 2 interp_poly 2593 1903 1 0.312 0 2661 1864 1 0.312 0 2593 1903 1 0.312 0 2 interp_poly 68 -51 -40 -31 2661 1864 3 MP PP 2661 1864 1 0.312 0 2621 1833 1 0.25 0 2661 1864 1 0.312 0 2 interp_poly 2621 1833 1 0.25 0 2689 1782 1 0.188 0 2621 1833 1 0.25 0 2 interp_poly -40 11 68 -5 2633 1858 3 MP PP 2633 1858 1 0.188 0 2701 1853 1 0.188 0 2633 1858 1 0.188 0 2 interp_poly 2701 1853 1 0.188 0 2661 1864 1 0.312 0 2701 1853 1 0.188 0 2 interp_poly 68 -5 -40 -45 2673 1903 3 MP PP 2673 1903 1 0.25 0 2633 1858 1 0.188 0 2673 1903 1 0.25 0 2 interp_poly 2633 1858 1 0.188 0 2701 1853 1 0.188 0 2633 1858 1 0.188 0 2 interp_poly 68 -84 -40 -28 2670 3090 3 MP PP 2670 3090 0.688 1 0.375 2630 3062 0.688 1 0.375 2670 3090 0.688 1 0.375 2 interp_poly 2630 3062 0.688 1 0.375 2698 2978 0.875 1 0.188 2630 3062 0.688 1 0.375 2 interp_poly -40 -39 68 -84 2630 3062 3 MP PP 2630 3062 0.688 1 0.375 2698 2978 0.875 1 0.188 2630 3062 0.688 1 0.375 2 interp_poly 2698 2978 0.875 1 0.188 2658 2939 0.938 1 0.125 2698 2978 0.875 1 0.188 2 interp_poly -40 -40 68 -75 2589 2074 3 MP PP 2589 2074 1 0.375 0 2657 1999 1 0.188 0 2589 2074 1 0.375 0 2 interp_poly 2657 1999 1 0.188 0 2617 1959 1 0.188 0 2657 1999 1 0.188 0 2 interp_poly 68 -75 -40 54 2629 2020 3 MP PP 2629 2020 1 0.188 0 2589 2074 1 0.375 0 2629 2020 1 0.188 0 2 interp_poly 2589 2074 1 0.375 0 2657 1999 1 0.188 0 2589 2074 1 0.375 0 2 interp_poly 68 -33 -40 -92 2669 2112 3 MP PP 2669 2112 1 0.312 0 2629 2020 1 0.188 0 2669 2112 1 0.312 0 2 interp_poly 2629 2020 1 0.188 0 2697 1987 1 0.125 0 2629 2020 1 0.188 0 2 interp_poly -40 12 68 -33 2629 2020 3 MP PP 2629 2020 1 0.188 0 2697 1987 1 0.125 0 2629 2020 1 0.188 0 2 interp_poly 2697 1987 1 0.125 0 2657 1999 1 0.188 0 2697 1987 1 0.125 0 2 interp_poly 68 -105 -40 7 2666 3439 3 MP PP 2666 3439 0.25 1 0.812 2626 3446 0.188 1 0.875 2666 3439 0.25 1 0.812 2 interp_poly 2626 3446 0.188 1 0.875 2694 3341 0.375 1 0.688 2626 3446 0.188 1 0.875 2 interp_poly -40 -18 68 -105 2626 3446 3 MP PP 2626 3446 0.188 1 0.875 2694 3341 0.375 1 0.688 2626 3446 0.188 1 0.875 2 interp_poly 2694 3341 0.375 1 0.688 2654 3323 0.375 1 0.688 2694 3341 0.375 1 0.688 2 interp_poly -40 -87 68 -39 2625 2391 3 MP PP 2625 2391 1 0.688 0 2693 2352 1 0.625 0 2625 2391 1 0.688 0 2 interp_poly 2693 2352 1 0.625 0 2653 2265 1 0.438 0 2693 2352 1 0.625 0 2 interp_poly 68 -118 -40 -45 2663 3940 3 MP PP 2663 3940 0 0.438 1 2623 3895 0 0.5 1 2663 3940 0 0.438 1 2 interp_poly 2623 3895 0 0.5 1 2691 3777 0 0.75 1 2623 3895 0 0.5 1 2 interp_poly -40 -17 68 -118 2623 3895 3 MP PP 2623 3895 0 0.5 1 2691 3777 0 0.75 1 2623 3895 0 0.5 1 2 interp_poly 2691 3777 0 0.75 1 2651 3760 0 0.75 1 2691 3777 0 0.75 1 2 interp_poly -40 -26 68 -51 2621 1833 3 MP PP 2621 1833 1 0.25 0 2689 1782 1 0.188 0 2621 1833 1 0.25 0 2 interp_poly 2689 1782 1 0.188 0 2649 1756 1 0.188 0 2689 1782 1 0.188 0 2 interp_poly 68 -176 -40 -24 2659 4493 3 MP PP 2659 4493 0 0 0.562 2619 4469 0 0 0.562 2659 4493 0 0 0.562 2 interp_poly 2619 4469 0 0 0.562 2687 4293 0 0 0.938 2619 4469 0 0 0.562 2 interp_poly -40 -18 68 -176 2619 4469 3 MP PP 2619 4469 0 0 0.562 2687 4293 0 0 0.938 2619 4469 0 0 0.562 2 interp_poly 2687 4293 0 0 0.938 2647 4275 0 0 0.875 2687 4293 0 0 0.938 2 interp_poly 68 -71 -40 -34 2658 2939 3 MP PP 2658 2939 0.938 1 0.125 2618 2905 0.938 1 0.125 2658 2939 0.938 1 0.125 2 interp_poly 2618 2905 0.938 1 0.125 2686 2834 1 1 0 2618 2905 0.938 1 0.125 2 interp_poly -40 -5 68 -71 2618 2905 3 MP PP 2618 2905 0.938 1 0.125 2686 2834 1 1 0 2618 2905 0.938 1 0.125 2 interp_poly 2686 2834 1 1 0 2646 2829 1 1 0.0625 2686 2834 1 1 0 2 interp_poly 68 -32 -40 -40 2657 1999 3 MP PP 2657 1999 1 0.188 0 2617 1959 1 0.188 0 2657 1999 1 0.188 0 2 interp_poly 2617 1959 1 0.188 0 2685 1927 1 0.125 0 2617 1959 1 0.188 0 2 interp_poly -40 -2 68 -32 2617 1959 3 MP PP 2617 1959 1 0.188 0 2685 1927 1 0.125 0 2617 1959 1 0.188 0 2 interp_poly 2685 1927 1 0.125 0 2645 1925 1 0.188 0 2685 1927 1 0.125 0 2 interp_poly 68 -101 -40 25 2654 3323 3 MP PP 2654 3323 0.375 1 0.688 2614 3348 0.25 1 0.812 2654 3323 0.375 1 0.688 2 interp_poly 2614 3348 0.25 1 0.812 2682 3247 0.5 1 0.562 2614 3348 0.25 1 0.812 2 interp_poly -40 -75 68 -101 2614 3348 3 MP PP 2614 3348 0.25 1 0.812 2682 3247 0.5 1 0.562 2614 3348 0.25 1 0.812 2 interp_poly 2682 3247 0.5 1 0.562 2642 3172 0.625 1 0.438 2682 3247 0.5 1 0.562 2 interp_poly 68 -107 -40 -37 2651 3760 3 MP PP 2651 3760 0 0.75 1 2611 3723 0 0.75 1 2651 3760 0 0.75 1 2 interp_poly 2611 3723 0 0.75 1 2679 3616 0 1 1 2611 3723 0 0.75 1 2 interp_poly -40 -59 68 -107 2611 3723 3 MP PP 2611 3723 0 0.75 1 2679 3616 0 1 1 2611 3723 0 0.75 1 2 interp_poly 2679 3616 0 1 1 2639 3557 0.0625 1 1 2679 3616 0 1 1 2 interp_poly 68 -43 -40 -65 2650 2606 3 MP PP 2650 2606 1 0.875 0 2610 2541 1 0.812 0 2650 2606 1 0.875 0 2 interp_poly 2610 2541 1 0.812 0 2678 2498 1 0.75 0 2610 2541 1 0.812 0 2 interp_poly -40 -103 68 -43 2610 2541 3 MP PP 2610 2541 1 0.812 0 2678 2498 1 0.75 0 2610 2541 1 0.812 0 2 interp_poly 2678 2498 1 0.75 0 2638 2395 1 0.562 0 2678 2498 1 0.75 0 2 interp_poly 67 -39 -40 -35 2649 1756 3 MP PP 2649 1756 1 0.188 0 2609 1721 1 0.125 0 2649 1756 1 0.188 0 2 interp_poly 2609 1721 1 0.125 0 2676 1682 1 0.0625 0 2609 1721 1 0.125 0 2 interp_poly -40 -18 67 -39 2609 1721 3 MP PP 2609 1721 1 0.125 0 2676 1682 1 0.0625 0 2609 1721 1 0.125 0 2 interp_poly 2676 1682 1 0.0625 0 2636 1664 1 0.125 0 2676 1682 1 0.0625 0 2 interp_poly 68 -158 -40 -20 2647 4275 3 MP PP 2647 4275 0 0 0.875 2607 4255 0 0 0.875 2647 4275 0 0 0.875 2 interp_poly 2607 4255 0 0 0.875 2675 4097 0 0.25 1 2607 4255 0 0 0.875 2 interp_poly -40 -23 68 -158 2607 4255 3 MP PP 2607 4255 0 0 0.875 2675 4097 0 0.25 1 2607 4255 0 0 0.875 2 interp_poly 2675 4097 0 0.25 1 2635 4074 0 0.25 1 2675 4097 0 0.25 1 2 interp_poly 68 -44 -40 -37 2646 2829 3 MP PP 2646 2829 1 1 0.0625 2606 2792 1 1 0 2646 2829 1 1 0.0625 2 interp_poly 2606 2792 1 1 0 2674 2748 1 0.938 0 2606 2792 1 1 0 2 interp_poly -40 -76 68 -44 2606 2792 3 MP PP 2606 2792 1 1 0 2674 2748 1 0.938 0 2606 2792 1 1 0 2 interp_poly 2674 2748 1 0.938 0 2634 2672 1 0.812 0 2674 2748 1 0.938 0 2 interp_poly 68 -38 -40 16 2645 1925 3 MP PP 2645 1925 1 0.188 0 2605 1941 1 0.312 0 2645 1925 1 0.188 0 2 interp_poly 2605 1941 1 0.312 0 2673 1903 1 0.25 0 2605 1941 1 0.312 0 2 interp_poly -40 -45 68 -38 2605 1941 3 MP PP 2605 1941 1 0.312 0 2673 1903 1 0.25 0 2605 1941 1 0.312 0 2 interp_poly 2673 1903 1 0.25 0 2633 1858 1 0.188 0 2673 1903 1 0.25 0 2 interp_poly 68 -105 -40 23 2642 3172 3 MP PP 2642 3172 0.625 1 0.438 2602 3195 0.5 1 0.562 2642 3172 0.625 1 0.438 2 interp_poly 2602 3195 0.5 1 0.562 2670 3090 0.688 1 0.375 2602 3195 0.5 1 0.562 2 interp_poly -40 -28 68 -105 2602 3195 3 MP PP 2602 3195 0.5 1 0.562 2670 3090 0.688 1 0.375 2602 3195 0.5 1 0.562 2 interp_poly 2670 3090 0.688 1 0.375 2630 3062 0.688 1 0.375 2670 3090 0.688 1 0.375 2 interp_poly 68 -32 -40 -40 2641 2184 3 MP PP 2641 2184 1 0.438 0 2601 2144 1 0.375 0 2641 2184 1 0.438 0 2 interp_poly 2601 2144 1 0.375 0 2669 2112 1 0.312 0 2601 2144 1 0.375 0 2 interp_poly -40 -92 68 -32 2601 2144 3 MP PP 2601 2144 1 0.375 0 2669 2112 1 0.312 0 2601 2144 1 0.375 0 2 interp_poly 2669 2112 1 0.312 0 2629 2020 1 0.188 0 2669 2112 1 0.312 0 2 interp_poly 67 -98 -40 -20 2639 3557 3 MP PP 2639 3557 0.0625 1 1 2599 3537 0.0625 1 1 2639 3557 0.0625 1 1 2 interp_poly 2599 3537 0.0625 1 1 2666 3439 0.25 1 0.812 2599 3537 0.0625 1 1 2 interp_poly -40 7 67 -98 2599 3537 3 MP PP 2599 3537 0.0625 1 1 2666 3439 0.25 1 0.812 2599 3537 0.0625 1 1 2 interp_poly 2666 3439 0.25 1 0.812 2626 3446 0.188 1 0.875 2666 3439 0.25 1 0.812 2 interp_poly 68 12 -40 -37 2636 1664 3 MP PP 2636 1664 1 0.125 0 2596 1627 1 0.0625 0 2636 1664 1 0.125 0 2 interp_poly 2596 1627 1 0.0625 0 2664 1639 1 0.125 0 2596 1627 1 0.0625 0 2 interp_poly 68 -127 -40 -7 2635 4074 3 MP PP 2635 4074 0 0.25 1 2595 4067 0 0.188 1 2635 4074 0 0.25 1 2 interp_poly 2595 4067 0 0.188 1 2663 3940 0 0.438 1 2595 4067 0 0.188 1 2 interp_poly -40 -45 68 -127 2595 4067 3 MP PP 2595 4067 0 0.188 1 2663 3940 0 0.438 1 2595 4067 0 0.188 1 2 interp_poly 2663 3940 0 0.438 1 2623 3895 0 0.5 1 2663 3940 0 0.438 1 2 interp_poly 68 -76 -40 -47 2630 3062 3 MP PP 2630 3062 0.688 1 0.375 2590 3015 0.75 1 0.312 2630 3062 0.688 1 0.375 2 interp_poly 2590 3015 0.75 1 0.312 2658 2939 0.938 1 0.125 2590 3015 0.75 1 0.312 2 interp_poly -40 -34 68 -76 2590 3015 3 MP PP 2590 3015 0.75 1 0.312 2658 2939 0.938 1 0.125 2590 3015 0.75 1 0.312 2 interp_poly 2658 2939 0.938 1 0.125 2618 2905 0.938 1 0.125 2658 2939 0.938 1 0.125 2 interp_poly 68 -71 -40 -52 2626 3446 3 MP PP 2626 3446 0.188 1 0.875 2586 3394 0.25 1 0.812 2626 3446 0.188 1 0.875 2 interp_poly 2586 3394 0.25 1 0.812 2654 3323 0.375 1 0.688 2586 3394 0.25 1 0.812 2 interp_poly -40 25 68 -71 2586 3394 3 MP PP 2586 3394 0.25 1 0.812 2654 3323 0.375 1 0.688 2586 3394 0.25 1 0.812 2 interp_poly 2654 3323 0.375 1 0.688 2614 3348 0.25 1 0.812 2654 3323 0.375 1 0.688 2 interp_poly 68 -101 -40 -25 2625 2391 3 MP PP 2625 2391 1 0.688 0 2585 2366 1 0.688 0 2625 2391 1 0.688 0 2 interp_poly 2585 2366 1 0.688 0 2653 2265 1 0.438 0 2585 2366 1 0.688 0 2 interp_poly -40 23 68 -101 2585 2366 3 MP PP 2585 2366 1 0.688 0 2653 2265 1 0.438 0 2585 2366 1 0.688 0 2 interp_poly 2653 2265 1 0.438 0 2613 2288 1 0.562 0 2653 2265 1 0.438 0 2 interp_poly 68 -120 -40 -15 2623 3895 3 MP PP 2623 3895 0 0.5 1 2583 3880 0 0.5 1 2623 3895 0 0.5 1 2 interp_poly 2583 3880 0 0.5 1 2651 3760 0 0.75 1 2583 3880 0 0.5 1 2 interp_poly -40 -37 68 -120 2583 3880 3 MP PP 2583 3880 0 0.5 1 2651 3760 0 0.75 1 2583 3880 0 0.5 1 2 interp_poly 2651 3760 0 0.75 1 2611 3723 0 0.75 1 2651 3760 0 0.75 1 2 interp_poly 68 -35 -40 5 2622 2636 3 MP PP 2622 2636 1 0.875 0 2582 2641 1 0.938 0 2622 2636 1 0.875 0 2 interp_poly 2582 2641 1 0.938 0 2650 2606 1 0.875 0 2582 2641 1 0.938 0 2 interp_poly -40 -65 68 -35 2582 2641 3 MP PP 2582 2641 1 0.938 0 2650 2606 1 0.875 0 2582 2641 1 0.938 0 2 interp_poly 2650 2606 1 0.875 0 2610 2541 1 0.812 0 2650 2606 1 0.875 0 2 interp_poly 68 -37 -40 -40 2621 1833 3 MP PP 2621 1833 1 0.25 0 2581 1793 1 0.25 0 2621 1833 1 0.25 0 2 interp_poly 2581 1793 1 0.25 0 2649 1756 1 0.188 0 2581 1793 1 0.25 0 2 interp_poly -40 -35 68 -37 2581 1793 3 MP PP 2581 1793 1 0.25 0 2649 1756 1 0.188 0 2581 1793 1 0.25 0 2 interp_poly 2649 1756 1 0.188 0 2609 1721 1 0.125 0 2649 1756 1 0.188 0 2 interp_poly 68 -170 -40 -24 2619 4469 3 MP PP 2619 4469 0 0 0.562 2579 4445 0 0 0.562 2619 4469 0 0 0.562 2 interp_poly 2579 4445 0 0 0.562 2647 4275 0 0 0.875 2579 4445 0 0 0.562 2 interp_poly -40 -20 68 -170 2579 4445 3 MP PP 2579 4445 0 0 0.562 2647 4275 0 0 0.875 2579 4445 0 0 0.562 2 interp_poly 2647 4275 0 0 0.875 2607 4255 0 0 0.875 2647 4275 0 0 0.875 2 interp_poly 68 -91 -40 15 2618 2905 3 MP PP 2618 2905 0.938 1 0.125 2578 2920 0.875 1 0.188 2618 2905 0.938 1 0.125 2 interp_poly 2578 2920 0.875 1 0.188 2646 2829 1 1 0.0625 2578 2920 0.875 1 0.188 2 interp_poly -40 -37 68 -91 2578 2920 3 MP PP 2578 2920 0.875 1 0.188 2646 2829 1 1 0.0625 2578 2920 0.875 1 0.188 2 interp_poly 2646 2829 1 1 0.0625 2606 2792 1 1 0 2646 2829 1 1 0.0625 2 interp_poly -40 -33 68 -8 2537 1949 3 MP PP 2537 1949 1 0.25 0 2605 1941 1 0.312 0 2537 1949 1 0.25 0 2 interp_poly 2605 1941 1 0.312 0 2565 1908 1 0.25 0 2605 1941 1 0.312 0 2 interp_poly 68 -8 -40 7 2577 1942 3 MP PP 2577 1942 1 0.188 0 2537 1949 1 0.25 0 2577 1942 1 0.188 0 2 interp_poly 2537 1949 1 0.25 0 2605 1941 1 0.312 0 2537 1949 1 0.25 0 2 interp_poly -40 -49 68 -5 2525 1908 3 MP PP 2525 1908 1 0.312 0 2593 1903 1 0.312 0 2525 1908 1 0.312 0 2 interp_poly 2593 1903 1 0.312 0 2553 1854 1 0.312 0 2593 1903 1 0.312 0 2 interp_poly 68 -5 -40 0 2565 1908 3 MP PP 2565 1908 1 0.25 0 2525 1908 1 0.312 0 2565 1908 1 0.25 0 2 interp_poly 2525 1908 1 0.312 0 2593 1903 1 0.312 0 2525 1908 1 0.312 0 2 interp_poly 68 -21 -40 -49 2593 1903 3 MP PP 2593 1903 1 0.312 0 2553 1854 1 0.312 0 2593 1903 1 0.312 0 2 interp_poly 2553 1854 1 0.312 0 2621 1833 1 0.25 0 2553 1854 1 0.312 0 2 interp_poly -40 45 68 -50 2565 1908 3 MP PP 2565 1908 1 0.25 0 2633 1858 1 0.188 0 2565 1908 1 0.25 0 2 interp_poly 2633 1858 1 0.188 0 2593 1903 1 0.312 0 2633 1858 1 0.188 0 2 interp_poly 68 -50 -40 -33 2605 1941 3 MP PP 2605 1941 1 0.312 0 2565 1908 1 0.25 0 2605 1941 1 0.312 0 2 interp_poly 2565 1908 1 0.25 0 2633 1858 1 0.188 0 2565 1908 1 0.25 0 2 interp_poly -40 16 68 -17 2577 1942 3 MP PP 2577 1942 1 0.188 0 2645 1925 1 0.188 0 2577 1942 1 0.188 0 2 interp_poly 2645 1925 1 0.188 0 2605 1941 1 0.312 0 2645 1925 1 0.188 0 2 interp_poly 68 -17 -40 -17 2617 1959 3 MP PP 2617 1959 1 0.188 0 2577 1942 1 0.188 0 2617 1959 1 0.188 0 2 interp_poly 2577 1942 1 0.188 0 2645 1925 1 0.188 0 2577 1942 1 0.188 0 2 interp_poly 68 -81 -40 -95 2614 3348 3 MP PP 2614 3348 0.25 1 0.812 2574 3253 0.438 1 0.625 2614 3348 0.25 1 0.812 2 interp_poly 2574 3253 0.438 1 0.625 2642 3172 0.625 1 0.438 2574 3253 0.438 1 0.625 2 interp_poly -40 23 68 -81 2574 3253 3 MP PP 2574 3253 0.438 1 0.625 2642 3172 0.625 1 0.438 2574 3253 0.438 1 0.625 2 interp_poly 2642 3172 0.625 1 0.438 2602 3195 0.5 1 0.562 2642 3172 0.625 1 0.438 2 interp_poly 68 -35 -40 -69 2613 2288 3 MP PP 2613 2288 1 0.562 0 2573 2219 1 0.5 0 2613 2288 1 0.562 0 2 interp_poly 2573 2219 1 0.5 0 2641 2184 1 0.438 0 2573 2219 1 0.5 0 2 interp_poly -40 -40 68 -35 2573 2219 3 MP PP 2573 2219 1 0.5 0 2641 2184 1 0.438 0 2573 2219 1 0.5 0 2 interp_poly 2641 2184 1 0.438 0 2601 2144 1 0.375 0 2641 2184 1 0.438 0 2 interp_poly 68 -108 -40 -58 2611 3723 3 MP PP 2611 3723 0 0.75 1 2571 3665 0 0.875 1 2611 3723 0 0.75 1 2 interp_poly 2571 3665 0 0.875 1 2639 3557 0.0625 1 1 2571 3665 0 0.875 1 2 interp_poly -40 -20 68 -108 2571 3665 3 MP PP 2571 3665 0 0.875 1 2639 3557 0.0625 1 1 2571 3665 0 0.875 1 2 interp_poly 2639 3557 0.0625 1 1 2599 3537 0.0625 1 1 2639 3557 0.0625 1 1 2 interp_poly 68 -35 -40 -111 2610 2541 3 MP PP 2610 2541 1 0.812 0 2570 2430 1 0.562 0 2610 2541 1 0.812 0 2 interp_poly 2570 2430 1 0.562 0 2638 2395 1 0.562 0 2570 2430 1 0.562 0 2 interp_poly -40 12 68 -35 2570 2430 3 MP PP 2570 2430 1 0.562 0 2638 2395 1 0.562 0 2570 2430 1 0.562 0 2 interp_poly 2638 2395 1 0.562 0 2598 2407 1 0.625 0 2638 2395 1 0.562 0 2 interp_poly 67 -50 -40 -7 2609 1721 3 MP PP 2609 1721 1 0.125 0 2569 1714 1 0.188 0 2609 1721 1 0.125 0 2 interp_poly 2569 1714 1 0.188 0 2636 1664 1 0.125 0 2569 1714 1 0.188 0 2 interp_poly -40 -37 67 -50 2569 1714 3 MP PP 2569 1714 1 0.188 0 2636 1664 1 0.125 0 2569 1714 1 0.188 0 2 interp_poly 2636 1664 1 0.125 0 2596 1627 1 0.0625 0 2636 1664 1 0.125 0 2 interp_poly 68 -161 -40 -20 2607 4255 3 MP PP 2607 4255 0 0 0.875 2567 4235 0 0 0.875 2607 4255 0 0 0.875 2 interp_poly 2567 4235 0 0 0.875 2635 4074 0 0.25 1 2567 4235 0 0 0.875 2 interp_poly -40 -7 68 -161 2567 4235 3 MP PP 2567 4235 0 0 0.875 2635 4074 0 0.25 1 2567 4235 0 0 0.875 2 interp_poly 2635 4074 0 0.25 1 2595 4067 0 0.188 1 2635 4074 0 0.25 1 2 interp_poly -40 -70 68 -17 2526 2767 3 MP PP 2526 2767 1 1 0.0625 2594 2750 1 1 0.0625 2526 2767 1 1 0.0625 2 interp_poly 2594 2750 1 1 0.0625 2554 2680 1 0.938 0 2594 2750 1 1 0.0625 2 interp_poly 68 -17 -40 45 2566 2722 3 MP PP 2566 2722 1 0.875 0 2526 2767 1 1 0.0625 2566 2722 1 0.875 0 2 interp_poly 2526 2767 1 1 0.0625 2594 2750 1 1 0.0625 2526 2767 1 1 0.0625 2 interp_poly 68 -44 -40 -70 2594 2750 3 MP PP 2594 2750 1 1 0.0625 2554 2680 1 0.938 0 2594 2750 1 1 0.0625 2 interp_poly 2554 2680 1 0.938 0 2622 2636 1 0.875 0 2554 2680 1 0.938 0 2 interp_poly -40 78 68 -50 2566 2722 3 MP PP 2566 2722 1 0.875 0 2634 2672 1 0.812 0 2566 2722 1 0.875 0 2 interp_poly 2634 2672 1 0.812 0 2594 2750 1 1 0.0625 2634 2672 1 0.812 0 2 interp_poly 68 -50 -40 -70 2606 2792 3 MP PP 2606 2792 1 1 0 2566 2722 1 0.875 0 2606 2792 1 1 0 2 interp_poly 2566 2722 1 0.875 0 2634 2672 1 0.812 0 2566 2722 1 0.875 0 2 interp_poly 68 -75 -40 -58 2602 3195 3 MP PP 2602 3195 0.5 1 0.562 2562 3137 0.562 1 0.5 2602 3195 0.5 1 0.562 2 interp_poly 2562 3137 0.562 1 0.5 2630 3062 0.688 1 0.375 2562 3137 0.562 1 0.5 2 interp_poly -40 -47 68 -75 2562 3137 3 MP PP 2562 3137 0.562 1 0.5 2630 3062 0.688 1 0.375 2562 3137 0.562 1 0.5 2 interp_poly 2630 3062 0.688 1 0.375 2590 3015 0.75 1 0.312 2630 3062 0.688 1 0.375 2 interp_poly -40 -78 68 -44 2521 2118 3 MP PP 2521 2118 1 0.438 0 2589 2074 1 0.375 0 2521 2118 1 0.438 0 2 interp_poly 2589 2074 1 0.375 0 2549 1996 1 0.25 0 2589 2074 1 0.375 0 2 interp_poly 68 -44 -40 75 2561 2043 3 MP PP 2561 2043 1 0.188 0 2521 2118 1 0.438 0 2561 2043 1 0.188 0 2 interp_poly 2521 2118 1 0.438 0 2589 2074 1 0.375 0 2521 2118 1 0.438 0 2 interp_poly 68 -37 -40 -78 2589 2074 3 MP PP 2589 2074 1 0.375 0 2549 1996 1 0.25 0 2589 2074 1 0.375 0 2 interp_poly 2549 1996 1 0.25 0 2617 1959 1 0.188 0 2549 1996 1 0.25 0 2 interp_poly -40 54 68 -23 2561 2043 3 MP PP 2561 2043 1 0.188 0 2629 2020 1 0.188 0 2561 2043 1 0.188 0 2 interp_poly 2629 2020 1 0.188 0 2589 2074 1 0.375 0 2629 2020 1 0.188 0 2 interp_poly 68 -23 -40 -101 2601 2144 3 MP PP 2601 2144 1 0.375 0 2561 2043 1 0.188 0 2601 2144 1 0.375 0 2 interp_poly 2561 2043 1 0.188 0 2629 2020 1 0.188 0 2561 2043 1 0.188 0 2 interp_poly 67 -86 -40 -5 2599 3537 3 MP PP 2599 3537 0.0625 1 1 2559 3532 0 1 1 2599 3537 0.0625 1 1 2 interp_poly 2559 3532 0 1 1 2626 3446 0.188 1 0.875 2559 3532 0 1 1 2 interp_poly -40 -52 67 -86 2559 3532 3 MP PP 2559 3532 0 1 1 2626 3446 0.188 1 0.875 2559 3532 0 1 1 2 interp_poly 2626 3446 0.188 1 0.875 2586 3394 0.25 1 0.812 2626 3446 0.188 1 0.875 2 interp_poly 68 -139 -40 -33 2595 4067 3 MP PP 2595 4067 0 0.188 1 2555 4034 0 0.188 1 2595 4067 0 0.188 1 2 interp_poly 2555 4034 0 0.188 1 2623 3895 0 0.5 1 2555 4034 0 0.188 1 2 interp_poly -40 -15 68 -139 2555 4034 3 MP PP 2555 4034 0 0.188 1 2623 3895 0 0.5 1 2555 4034 0 0.188 1 2 interp_poly 2623 3895 0 0.5 1 2583 3880 0 0.5 1 2623 3895 0 0.5 1 2 interp_poly -40 5 68 -44 2554 2680 3 MP PP 2554 2680 1 0.938 0 2622 2636 1 0.875 0 2554 2680 1 0.938 0 2 interp_poly 2622 2636 1 0.875 0 2582 2641 1 0.938 0 2622 2636 1 0.875 0 2 interp_poly -40 -40 68 -21 2553 1854 3 MP PP 2553 1854 1 0.312 0 2621 1833 1 0.25 0 2553 1854 1 0.312 0 2 interp_poly 2621 1833 1 0.25 0 2581 1793 1 0.25 0 2621 1833 1 0.25 0 2 interp_poly 68 -95 -40 -15 2590 3015 3 MP PP 2590 3015 0.75 1 0.312 2550 3000 0.75 1 0.312 2590 3015 0.75 1 0.312 2 interp_poly 2550 3000 0.75 1 0.312 2618 2905 0.938 1 0.125 2550 3000 0.75 1 0.312 2 interp_poly -40 15 68 -95 2550 3000 3 MP PP 2550 3000 0.75 1 0.312 2618 2905 0.938 1 0.125 2550 3000 0.75 1 0.312 2 interp_poly 2618 2905 0.938 1 0.125 2578 2920 0.875 1 0.188 2618 2905 0.938 1 0.125 2 interp_poly -40 -17 68 -37 2549 1996 3 MP PP 2549 1996 1 0.25 0 2617 1959 1 0.188 0 2549 1996 1 0.25 0 2 interp_poly 2617 1959 1 0.188 0 2577 1942 1 0.188 0 2617 1959 1 0.188 0 2 interp_poly 68 -84 -40 38 2586 3394 3 MP PP 2586 3394 0.25 1 0.812 2546 3432 0.125 1 0.938 2586 3394 0.25 1 0.812 2 interp_poly 2546 3432 0.125 1 0.938 2614 3348 0.25 1 0.812 2546 3432 0.125 1 0.938 2 interp_poly -40 -95 68 -84 2546 3432 3 MP PP 2546 3432 0.125 1 0.938 2614 3348 0.25 1 0.812 2546 3432 0.125 1 0.938 2 interp_poly 2614 3348 0.25 1 0.812 2574 3253 0.438 1 0.625 2614 3348 0.25 1 0.812 2 interp_poly 68 -39 -40 -39 2585 2366 3 MP PP 2585 2366 1 0.688 0 2545 2327 1 0.625 0 2585 2366 1 0.688 0 2 interp_poly 2545 2327 1 0.625 0 2613 2288 1 0.562 0 2545 2327 1 0.625 0 2 interp_poly -40 -69 68 -39 2545 2327 3 MP PP 2545 2327 1 0.625 0 2613 2288 1 0.562 0 2545 2327 1 0.625 0 2 interp_poly 2613 2288 1 0.562 0 2573 2219 1 0.5 0 2613 2288 1 0.562 0 2 interp_poly 68 -140 -40 -17 2583 3880 3 MP PP 2583 3880 0 0.5 1 2543 3863 0 0.438 1 2583 3880 0 0.5 1 2 interp_poly 2543 3863 0 0.438 1 2611 3723 0 0.75 1 2543 3863 0 0.438 1 2 interp_poly -40 -58 68 -140 2543 3863 3 MP PP 2543 3863 0 0.438 1 2611 3723 0 0.75 1 2543 3863 0 0.438 1 2 interp_poly 2611 3723 0 0.75 1 2571 3665 0 0.875 1 2611 3723 0 0.75 1 2 interp_poly 68 -70 -40 -30 2582 2641 3 MP PP 2582 2641 1 0.938 0 2542 2611 1 0.938 0 2582 2641 1 0.938 0 2 interp_poly 2542 2611 1 0.938 0 2610 2541 1 0.812 0 2542 2611 1 0.938 0 2 interp_poly -40 -111 68 -70 2542 2611 3 MP PP 2542 2611 1 0.938 0 2610 2541 1 0.812 0 2542 2611 1 0.938 0 2 interp_poly 2610 2541 1 0.812 0 2570 2430 1 0.562 0 2610 2541 1 0.812 0 2 interp_poly 68 -41 -40 -31 2581 1793 3 MP PP 2581 1793 1 0.25 0 2541 1762 1 0.188 0 2581 1793 1 0.25 0 2 interp_poly 2541 1762 1 0.188 0 2609 1721 1 0.125 0 2541 1762 1 0.188 0 2 interp_poly -40 -7 68 -41 2541 1762 3 MP PP 2541 1762 1 0.188 0 2609 1721 1 0.125 0 2541 1762 1 0.188 0 2 interp_poly 2609 1721 1 0.125 0 2569 1714 1 0.188 0 2609 1721 1 0.125 0 2 interp_poly 68 -166 -40 -24 2579 4445 3 MP PP 2579 4445 0 0 0.562 2539 4421 0 0 0.562 2579 4445 0 0 0.562 2 interp_poly 2539 4421 0 0 0.562 2607 4255 0 0 0.875 2539 4421 0 0 0.562 2 interp_poly -40 -20 68 -166 2539 4421 3 MP PP 2539 4421 0 0 0.562 2607 4255 0 0 0.875 2539 4421 0 0 0.562 2 interp_poly 2607 4255 0 0 0.875 2567 4235 0 0 0.875 2607 4255 0 0 0.875 2 interp_poly 68 -63 -40 -65 2578 2920 3 MP PP 2578 2920 0.875 1 0.188 2538 2855 0.938 1 0.125 2578 2920 0.875 1 0.188 2 interp_poly 2538 2855 0.938 1 0.125 2606 2792 1 1 0 2538 2855 0.938 1 0.125 2 interp_poly -40 -70 68 -63 2538 2855 3 MP PP 2538 2855 0.938 1 0.125 2606 2792 1 1 0 2538 2855 0.938 1 0.125 2 interp_poly 2606 2792 1 1 0 2566 2722 1 0.875 0 2606 2792 1 1 0 2 interp_poly 68 -70 -40 12 2574 3253 3 MP PP 2574 3253 0.438 1 0.625 2534 3265 0.375 1 0.688 2574 3253 0.438 1 0.625 2 interp_poly 2534 3265 0.375 1 0.688 2602 3195 0.5 1 0.562 2534 3265 0.375 1 0.688 2 interp_poly -40 -58 68 -70 2534 3265 3 MP PP 2534 3265 0.375 1 0.688 2602 3195 0.5 1 0.562 2534 3265 0.375 1 0.688 2 interp_poly 2602 3195 0.5 1 0.562 2562 3137 0.562 1 0.5 2602 3195 0.5 1 0.562 2 interp_poly 68 -99 -40 24 2573 2219 3 MP PP 2573 2219 1 0.5 0 2533 2243 1 0.562 0 2573 2219 1 0.5 0 2 interp_poly 2533 2243 1 0.562 0 2601 2144 1 0.375 0 2533 2243 1 0.562 0 2 interp_poly -40 -101 68 -99 2533 2243 3 MP PP 2533 2243 1 0.562 0 2601 2144 1 0.375 0 2533 2243 1 0.562 0 2 interp_poly 2601 2144 1 0.375 0 2561 2043 1 0.188 0 2601 2144 1 0.375 0 2 interp_poly 68 -123 -40 -5 2571 3665 3 MP PP 2571 3665 0 0.875 1 2531 3660 0 0.812 1 2571 3665 0 0.875 1 2 interp_poly 2531 3660 0 0.812 1 2599 3537 0.0625 1 1 2531 3660 0 0.812 1 2 interp_poly -40 -5 68 -123 2531 3660 3 MP PP 2531 3660 0 0.812 1 2599 3537 0.0625 1 1 2531 3660 0 0.812 1 2 interp_poly 2599 3537 0.0625 1 1 2559 3532 0 1 1 2599 3537 0.0625 1 1 2 interp_poly -40 -44 68 -74 2490 2508 3 MP PP 2490 2508 1 0.875 0 2558 2434 1 0.75 0 2490 2508 1 0.875 0 2 interp_poly 2558 2434 1 0.75 0 2518 2390 1 0.688 0 2558 2434 1 0.75 0 2 interp_poly 67 -24 -40 -44 2558 2434 3 MP PP 2558 2434 1 0.75 0 2518 2390 1 0.688 0 2558 2434 1 0.75 0 2 interp_poly 2518 2390 1 0.688 0 2585 2366 1 0.688 0 2518 2390 1 0.688 0 2 interp_poly -40 27 68 -37 2530 2444 3 MP PP 2530 2444 1 0.688 0 2598 2407 1 0.625 0 2530 2444 1 0.688 0 2 interp_poly 2598 2407 1 0.625 0 2558 2434 1 0.75 0 2598 2407 1 0.625 0 2 interp_poly 68 -37 -40 14 2570 2430 3 MP PP 2570 2430 1 0.562 0 2530 2444 1 0.688 0 2570 2430 1 0.562 0 2 interp_poly 2530 2444 1 0.688 0 2598 2407 1 0.625 0 2530 2444 1 0.688 0 2 interp_poly 67 -5 -40 -82 2569 1714 3 MP PP 2569 1714 1 0.188 0 2529 1632 1 0.0625 0 2569 1714 1 0.188 0 2 interp_poly 2529 1632 1 0.0625 0 2596 1627 1 0.0625 0 2529 1632 1 0.0625 0 2 interp_poly 68 -139 -40 -29 2567 4235 3 MP PP 2567 4235 0 0 0.875 2527 4206 0 0 0.875 2567 4235 0 0 0.875 2 interp_poly 2527 4206 0 0 0.875 2595 4067 0 0.188 1 2527 4206 0 0 0.875 2 interp_poly -40 -33 68 -139 2527 4206 3 MP PP 2527 4206 0 0 0.875 2595 4067 0 0.188 1 2527 4206 0 0 0.875 2 interp_poly 2595 4067 0 0.188 1 2555 4034 0 0.188 1 2595 4067 0 0.188 1 2 interp_poly 68 -84 -40 -38 2562 3137 3 MP PP 2562 3137 0.562 1 0.5 2522 3099 0.625 1 0.438 2562 3137 0.562 1 0.5 2 interp_poly 2522 3099 0.625 1 0.438 2590 3015 0.75 1 0.312 2522 3099 0.625 1 0.438 2 interp_poly -40 -15 68 -84 2522 3099 3 MP PP 2522 3099 0.625 1 0.438 2590 3015 0.75 1 0.312 2522 3099 0.625 1 0.438 2 interp_poly 2590 3015 0.75 1 0.312 2550 3000 0.75 1 0.312 2590 3015 0.75 1 0.312 2 interp_poly 67 -94 -40 -44 2559 3532 3 MP PP 2559 3532 0 1 1 2519 3488 0.0625 1 1 2559 3532 0 1 1 2 interp_poly 2519 3488 0.0625 1 1 2586 3394 0.25 1 0.812 2519 3488 0.0625 1 1 2 interp_poly -40 38 67 -94 2519 3488 3 MP PP 2519 3488 0.0625 1 1 2586 3394 0.25 1 0.812 2519 3488 0.0625 1 1 2 interp_poly 2586 3394 0.25 1 0.812 2546 3432 0.125 1 0.938 2586 3394 0.25 1 0.812 2 interp_poly -40 -39 67 -24 2518 2390 3 MP PP 2518 2390 1 0.688 0 2585 2366 1 0.688 0 2518 2390 1 0.688 0 2 interp_poly 2585 2366 1 0.688 0 2545 2327 1 0.625 0 2585 2366 1 0.688 0 2 interp_poly 68 -129 -40 -25 2555 4034 3 MP PP 2555 4034 0 0.188 1 2515 4009 0 0.188 1 2555 4034 0 0.188 1 2 interp_poly 2515 4009 0 0.188 1 2583 3880 0 0.5 1 2515 4009 0 0.188 1 2 interp_poly -40 -17 68 -129 2515 4009 3 MP PP 2515 4009 0 0.188 1 2583 3880 0 0.5 1 2515 4009 0 0.188 1 2 interp_poly 2583 3880 0 0.5 1 2543 3863 0 0.438 1 2583 3880 0 0.5 1 2 interp_poly 68 -52 -40 13 2554 2680 3 MP PP 2554 2680 1 0.938 0 2514 2693 1 1 0.0625 2554 2680 1 0.938 0 2 interp_poly 2514 2693 1 1 0.0625 2582 2641 1 0.938 0 2514 2693 1 1 0.0625 2 interp_poly -40 -30 68 -52 2514 2693 3 MP PP 2514 2693 1 1 0.0625 2582 2641 1 0.938 0 2514 2693 1 1 0.0625 2 interp_poly 2582 2641 1 0.938 0 2542 2611 1 0.938 0 2582 2641 1 0.938 0 2 interp_poly 68 -25 -40 -36 2553 1854 3 MP PP 2553 1854 1 0.312 0 2513 1818 1 0.25 0 2553 1854 1 0.312 0 2 interp_poly 2513 1818 1 0.25 0 2581 1793 1 0.25 0 2513 1818 1 0.25 0 2 interp_poly -40 -31 68 -25 2513 1818 3 MP PP 2513 1818 1 0.25 0 2581 1793 1 0.25 0 2513 1818 1 0.25 0 2 interp_poly 2581 1793 1 0.25 0 2541 1762 1 0.188 0 2581 1793 1 0.25 0 2 interp_poly 68 -65 -40 -15 2550 3000 3 MP PP 2550 3000 0.75 1 0.312 2510 2985 0.75 1 0.312 2550 3000 0.75 1 0.312 2 interp_poly 2510 2985 0.75 1 0.312 2578 2920 0.875 1 0.188 2510 2985 0.75 1 0.312 2 interp_poly -40 -65 68 -65 2510 2985 3 MP PP 2510 2985 0.75 1 0.312 2578 2920 0.875 1 0.188 2510 2985 0.75 1 0.312 2 interp_poly 2578 2920 0.875 1 0.188 2538 2855 0.938 1 0.125 2578 2920 0.875 1 0.188 2 interp_poly -40 -23 68 -64 2469 2013 3 MP PP 2469 2013 1 0.375 0 2537 1949 1 0.25 0 2469 2013 1 0.375 0 2 interp_poly 2537 1949 1 0.25 0 2497 1926 1 0.25 0 2537 1949 1 0.25 0 2 interp_poly 68 -64 -40 58 2509 1955 3 MP PP 2509 1955 1 0.188 0 2469 2013 1 0.375 0 2509 1955 1 0.188 0 2 interp_poly 2469 2013 1 0.375 0 2537 1949 1 0.25 0 2469 2013 1 0.375 0 2 interp_poly 68 -13 -40 -41 2549 1996 3 MP PP 2549 1996 1 0.25 0 2509 1955 1 0.188 0 2549 1996 1 0.25 0 2 interp_poly 2509 1955 1 0.188 0 2577 1942 1 0.188 0 2509 1955 1 0.188 0 2 interp_poly -40 7 68 -13 2509 1955 3 MP PP 2509 1955 1 0.188 0 2577 1942 1 0.188 0 2509 1955 1 0.188 0 2 interp_poly 2577 1942 1 0.188 0 2537 1949 1 0.25 0 2577 1942 1 0.188 0 2 interp_poly 68 -101 -40 -78 2546 3432 3 MP PP 2546 3432 0.125 1 0.938 2506 3354 0.25 1 0.812 2546 3432 0.125 1 0.938 2 interp_poly 2506 3354 0.25 1 0.812 2574 3253 0.438 1 0.625 2506 3354 0.25 1 0.812 2 interp_poly -40 12 68 -101 2506 3354 3 MP PP 2506 3354 0.25 1 0.812 2574 3253 0.438 1 0.625 2506 3354 0.25 1 0.812 2 interp_poly 2574 3253 0.438 1 0.625 2534 3265 0.375 1 0.688 2574 3253 0.438 1 0.625 2 interp_poly -40 -49 68 -36 2401 2049 3 MP PP 2401 2049 1 0.438 0 2469 2013 1 0.375 0 2401 2049 1 0.438 0 2 interp_poly 2469 2013 1 0.375 0 2429 1964 1 0.312 0 2469 2013 1 0.375 0 2 interp_poly 68 -36 -40 4 2441 2045 3 MP PP 2441 2045 1 0.375 0 2401 2049 1 0.438 0 2441 2045 1 0.375 0 2 interp_poly 2401 2049 1 0.438 0 2469 2013 1 0.375 0 2401 2049 1 0.438 0 2 interp_poly 68 -38 -40 -49 2469 2013 3 MP PP 2469 2013 1 0.375 0 2429 1964 1 0.312 0 2469 2013 1 0.375 0 2 interp_poly 2429 1964 1 0.312 0 2497 1926 1 0.25 0 2429 1964 1 0.312 0 2 interp_poly -40 58 68 -90 2441 2045 3 MP PP 2441 2045 1 0.375 0 2509 1955 1 0.188 0 2441 2045 1 0.375 0 2 interp_poly 2509 1955 1 0.188 0 2469 2013 1 0.375 0 2509 1955 1 0.188 0 2 interp_poly -40 -123 68 -28 2453 2146 3 MP PP 2453 2146 1 0.438 0 2521 2118 1 0.438 0 2453 2146 1 0.438 0 2 interp_poly 2521 2118 1 0.438 0 2481 1995 1 0.188 0 2521 2118 1 0.438 0 2 interp_poly 68 -28 -40 88 2493 2058 3 MP PP 2493 2058 1 0.188 0 2453 2146 1 0.438 0 2493 2058 1 0.188 0 2 interp_poly 2453 2146 1 0.438 0 2521 2118 1 0.438 0 2453 2146 1 0.438 0 2 interp_poly -40 -185 68 -23 2465 2266 3 MP PP 2465 2266 1 0.625 0 2533 2243 1 0.562 0 2465 2266 1 0.625 0 2 interp_poly 2533 2243 1 0.562 0 2493 2058 1 0.188 0 2533 2243 1 0.562 0 2 interp_poly 68 -23 -40 21 2505 2245 3 MP PP 2505 2245 1 0.5 0 2465 2266 1 0.625 0 2505 2245 1 0.5 0 2 interp_poly 2465 2266 1 0.625 0 2533 2243 1 0.562 0 2465 2266 1 0.625 0 2 interp_poly 68 1 -40 -123 2521 2118 3 MP PP 2521 2118 1 0.438 0 2481 1995 1 0.188 0 2521 2118 1 0.438 0 2 interp_poly 2481 1995 1 0.188 0 2549 1996 1 0.25 0 2481 1995 1 0.188 0 2 interp_poly -40 75 68 -15 2493 2058 3 MP PP 2493 2058 1 0.188 0 2561 2043 1 0.188 0 2493 2058 1 0.188 0 2 interp_poly 2561 2043 1 0.188 0 2521 2118 1 0.438 0 2561 2043 1 0.188 0 2 interp_poly 68 -15 -40 -185 2533 2243 3 MP PP 2533 2243 1 0.562 0 2493 2058 1 0.188 0 2533 2243 1 0.562 0 2 interp_poly 2493 2058 1 0.188 0 2561 2043 1 0.188 0 2493 2058 1 0.188 0 2 interp_poly -40 24 68 -26 2505 2245 3 MP PP 2505 2245 1 0.5 0 2573 2219 1 0.5 0 2505 2245 1 0.5 0 2 interp_poly 2573 2219 1 0.5 0 2533 2243 1 0.562 0 2573 2219 1 0.5 0 2 interp_poly 68 -26 -40 -82 2545 2327 3 MP PP 2545 2327 1 0.625 0 2505 2245 1 0.5 0 2545 2327 1 0.625 0 2 interp_poly 2505 2245 1 0.5 0 2573 2219 1 0.5 0 2505 2245 1 0.5 0 2 interp_poly 68 -132 -40 -66 2543 3863 3 MP PP 2543 3863 0 0.438 1 2503 3797 0 0.562 1 2543 3863 0 0.438 1 2 interp_poly 2503 3797 0 0.562 1 2571 3665 0 0.875 1 2503 3797 0 0.562 1 2 interp_poly -40 -5 68 -132 2503 3797 3 MP PP 2503 3797 0 0.562 1 2571 3665 0 0.875 1 2503 3797 0 0.562 1 2 interp_poly 2571 3665 0 0.875 1 2531 3660 0 0.812 1 2571 3665 0 0.875 1 2 interp_poly 68 -36 -40 -82 2490 2508 3 MP PP 2490 2508 1 0.875 0 2450 2426 1 0.75 0 2490 2508 1 0.875 0 2 interp_poly 2450 2426 1 0.75 0 2518 2390 1 0.688 0 2450 2426 1 0.75 0 2 interp_poly -40 -82 68 -28 2422 2536 3 MP PP 2422 2536 1 0.938 0 2490 2508 1 0.875 0 2422 2536 1 0.938 0 2 interp_poly 2490 2508 1 0.875 0 2450 2426 1 0.75 0 2490 2508 1 0.875 0 2 interp_poly 68 -28 -40 7 2462 2529 3 MP PP 2462 2529 1 0.875 0 2422 2536 1 0.938 0 2462 2529 1 0.875 0 2 interp_poly 2422 2536 1 0.938 0 2490 2508 1 0.875 0 2422 2536 1 0.938 0 2 interp_poly -40 64 68 -85 2462 2529 3 MP PP 2462 2529 1 0.875 0 2530 2444 1 0.688 0 2462 2529 1 0.875 0 2 interp_poly 2530 2444 1 0.688 0 2490 2508 1 0.875 0 2530 2444 1 0.688 0 2 interp_poly 68 -85 -40 75 2502 2454 3 MP PP 2502 2454 1 0.625 0 2462 2529 1 0.875 0 2502 2454 1 0.625 0 2 interp_poly 2462 2529 1 0.875 0 2530 2444 1 0.688 0 2462 2529 1 0.875 0 2 interp_poly 68 -74 -40 64 2530 2444 3 MP PP 2530 2444 1 0.688 0 2490 2508 1 0.875 0 2530 2444 1 0.688 0 2 interp_poly 2490 2508 1 0.875 0 2558 2434 1 0.75 0 2490 2508 1 0.875 0 2 interp_poly -40 14 68 -24 2502 2454 3 MP PP 2502 2454 1 0.625 0 2570 2430 1 0.562 0 2502 2454 1 0.625 0 2 interp_poly 2570 2430 1 0.562 0 2530 2444 1 0.688 0 2570 2430 1 0.562 0 2 interp_poly 68 -24 -40 -157 2542 2611 3 MP PP 2542 2611 1 0.938 0 2502 2454 1 0.625 0 2542 2611 1 0.938 0 2 interp_poly 2502 2454 1 0.625 0 2570 2430 1 0.562 0 2502 2454 1 0.625 0 2 interp_poly 68 -44 -40 -4 2541 1762 3 MP PP 2541 1762 1 0.188 0 2501 1758 1 0.25 0 2541 1762 1 0.188 0 2 interp_poly 2501 1758 1 0.25 0 2569 1714 1 0.188 0 2501 1758 1 0.25 0 2 interp_poly -40 -82 68 -44 2501 1758 3 MP PP 2501 1758 1 0.25 0 2569 1714 1 0.188 0 2501 1758 1 0.25 0 2 interp_poly 2569 1714 1 0.188 0 2529 1632 1 0.0625 0 2569 1714 1 0.188 0 2 interp_poly 68 -162 -40 -24 2539 4421 3 MP PP 2539 4421 0 0 0.562 2499 4397 0 0 0.562 2539 4421 0 0 0.562 2 interp_poly 2499 4397 0 0 0.562 2567 4235 0 0 0.875 2499 4397 0 0 0.562 2 interp_poly -40 -29 68 -162 2499 4397 3 MP PP 2499 4397 0 0 0.562 2567 4235 0 0 0.875 2499 4397 0 0 0.562 2 interp_poly 2567 4235 0 0 0.875 2527 4206 0 0 0.875 2567 4235 0 0 0.875 2 interp_poly 68 -80 -40 -53 2538 2855 3 MP PP 2538 2855 0.938 1 0.125 2498 2802 1 1 0.0625 2538 2855 0.938 1 0.125 2 interp_poly 2498 2802 1 1 0.0625 2566 2722 1 0.875 0 2498 2802 1 1 0.0625 2 interp_poly -40 45 68 -80 2498 2802 3 MP PP 2498 2802 1 1 0.0625 2566 2722 1 0.875 0 2498 2802 1 1 0.0625 2 interp_poly 2566 2722 1 0.875 0 2526 2767 1 1 0.0625 2566 2722 1 0.875 0 2 interp_poly 68 -18 -40 -23 2537 1949 3 MP PP 2537 1949 1 0.25 0 2497 1926 1 0.25 0 2537 1949 1 0.25 0 2 interp_poly 2497 1926 1 0.25 0 2565 1908 1 0.25 0 2497 1926 1 0.25 0 2 interp_poly -40 0 68 -18 2497 1926 3 MP PP 2497 1926 1 0.25 0 2565 1908 1 0.25 0 2497 1926 1 0.25 0 2 interp_poly 2565 1908 1 0.25 0 2525 1908 1 0.312 0 2565 1908 1 0.25 0 2 interp_poly 68 -100 -40 -28 2534 3265 3 MP PP 2534 3265 0.375 1 0.688 2494 3237 0.375 1 0.688 2534 3265 0.375 1 0.688 2 interp_poly 2494 3237 0.375 1 0.688 2562 3137 0.562 1 0.5 2494 3237 0.375 1 0.688 2 interp_poly -40 -38 68 -100 2494 3237 3 MP PP 2494 3237 0.375 1 0.688 2562 3137 0.562 1 0.5 2494 3237 0.375 1 0.688 2 interp_poly 2562 3137 0.562 1 0.5 2522 3099 0.625 1 0.438 2562 3137 0.562 1 0.5 2 interp_poly 68 -133 -40 5 2531 3660 3 MP PP 2531 3660 0 0.812 1 2491 3665 0 0.75 1 2531 3660 0 0.812 1 2 interp_poly 2491 3665 0 0.75 1 2559 3532 0 1 1 2491 3665 0 0.75 1 2 interp_poly -40 -44 68 -133 2491 3665 3 MP PP 2491 3665 0 0.75 1 2559 3532 0 1 1 2491 3665 0 0.75 1 2 interp_poly 2559 3532 0 1 1 2519 3488 0.0625 1 1 2559 3532 0 1 1 2 interp_poly 68 -148 -40 -24 2527 4206 3 MP PP 2527 4206 0 0 0.875 2487 4182 0 0 0.875 2527 4206 0 0 0.875 2 interp_poly 2487 4182 0 0 0.875 2555 4034 0 0.188 1 2487 4182 0 0 0.875 2 interp_poly -40 -25 68 -148 2487 4182 3 MP PP 2487 4182 0 0 0.875 2555 4034 0 0.188 1 2487 4182 0 0 0.875 2 interp_poly 2555 4034 0 0.188 1 2515 4009 0 0.188 1 2555 4034 0 0.188 1 2 interp_poly -40 -26 68 -68 2446 2761 3 MP PP 2446 2761 0.875 1 0.188 2514 2693 1 1 0.0625 2446 2761 0.875 1 0.188 2 interp_poly 2514 2693 1 1 0.0625 2474 2667 1 1 0 2514 2693 1 1 0.0625 2 interp_poly 68 -68 -40 43 2486 2718 3 MP PP 2486 2718 1 1 0 2446 2761 0.875 1 0.188 2486 2718 1 1 0 2 interp_poly 2446 2761 0.875 1 0.188 2514 2693 1 1 0.0625 2446 2761 0.875 1 0.188 2 interp_poly 68 -38 -40 -49 2526 2767 3 MP PP 2526 2767 1 1 0.0625 2486 2718 1 1 0 2526 2767 1 1 0.0625 2 interp_poly 2486 2718 1 1 0 2554 2680 1 0.938 0 2486 2718 1 1 0 2 interp_poly -40 13 68 -38 2486 2718 3 MP PP 2486 2718 1 1 0 2554 2680 1 0.938 0 2486 2718 1 1 0 2 interp_poly 2554 2680 1 0.938 0 2514 2693 1 1 0.0625 2554 2680 1 0.938 0 2 interp_poly 68 5 -40 -59 2525 1908 3 MP PP 2525 1908 1 0.312 0 2485 1849 1 0.25 0 2525 1908 1 0.312 0 2 interp_poly 2485 1849 1 0.25 0 2553 1854 1 0.312 0 2485 1849 1 0.25 0 2 interp_poly -40 -36 68 5 2485 1849 3 MP PP 2485 1849 1 0.25 0 2553 1854 1 0.312 0 2485 1849 1 0.25 0 2 interp_poly 2553 1854 1 0.312 0 2513 1818 1 0.25 0 2553 1854 1 0.312 0 2 interp_poly 68 -97 -40 -2 2522 3099 3 MP PP 2522 3099 0.625 1 0.438 2482 3097 0.562 1 0.5 2522 3099 0.625 1 0.438 2 interp_poly 2482 3097 0.562 1 0.5 2550 3000 0.75 1 0.312 2482 3097 0.562 1 0.5 2 interp_poly -40 -15 68 -97 2482 3097 3 MP PP 2482 3097 0.562 1 0.5 2550 3000 0.75 1 0.312 2482 3097 0.562 1 0.5 2 interp_poly 2550 3000 0.75 1 0.312 2510 2985 0.75 1 0.312 2550 3000 0.75 1 0.312 2 interp_poly -40 -41 68 1 2481 1995 3 MP PP 2481 1995 1 0.188 0 2549 1996 1 0.25 0 2481 1995 1 0.188 0 2 interp_poly 2549 1996 1 0.25 0 2509 1955 1 0.188 0 2549 1996 1 0.25 0 2 interp_poly 67 -85 -40 29 2519 3488 3 MP PP 2519 3488 0.0625 1 1 2479 3517 0 0.938 1 2519 3488 0.0625 1 1 2 interp_poly 2479 3517 0 0.938 1 2546 3432 0.125 1 0.938 2479 3517 0 0.938 1 2 interp_poly -40 -78 67 -85 2479 3517 3 MP PP 2479 3517 0 0.938 1 2546 3432 0.125 1 0.938 2479 3517 0 0.938 1 2 interp_poly 2546 3432 0.125 1 0.938 2506 3354 0.25 1 0.812 2546 3432 0.125 1 0.938 2 interp_poly 68 -31 -41 -32 2518 2390 3 MP PP 2518 2390 1 0.688 0 2477 2358 1 0.688 0 2518 2390 1 0.688 0 2 interp_poly 2477 2358 1 0.688 0 2545 2327 1 0.625 0 2477 2358 1 0.688 0 2 interp_poly -40 -82 68 -31 2477 2358 3 MP PP 2477 2358 1 0.688 0 2545 2327 1 0.625 0 2477 2358 1 0.688 0 2 interp_poly 2545 2327 1 0.625 0 2505 2245 1 0.5 0 2545 2327 1 0.625 0 2 interp_poly 68 -140 -40 -6 2515 4009 3 MP PP 2515 4009 0 0.188 1 2475 4003 0 0.188 1 2515 4009 0 0.188 1 2 interp_poly 2475 4003 0 0.188 1 2543 3863 0 0.438 1 2475 4003 0 0.188 1 2 interp_poly -40 -66 68 -140 2475 4003 3 MP PP 2475 4003 0 0.188 1 2543 3863 0 0.438 1 2475 4003 0 0.188 1 2 interp_poly 2543 3863 0 0.438 1 2503 3797 0 0.562 1 2543 3863 0 0.438 1 2 interp_poly 68 -56 -40 -26 2514 2693 3 MP PP 2514 2693 1 1 0.0625 2474 2667 1 1 0 2514 2693 1 1 0.0625 2 interp_poly 2474 2667 1 1 0 2542 2611 1 0.938 0 2474 2667 1 1 0 2 interp_poly -40 -157 68 -56 2474 2667 3 MP PP 2474 2667 1 1 0 2542 2611 1 0.938 0 2474 2667 1 1 0 2 interp_poly 2542 2611 1 0.938 0 2502 2454 1 0.625 0 2542 2611 1 0.938 0 2 interp_poly 68 -44 -40 -12 2513 1818 3 MP PP 2513 1818 1 0.25 0 2473 1806 1 0.312 0 2513 1818 1 0.25 0 2 interp_poly 2473 1806 1 0.312 0 2541 1762 1 0.188 0 2473 1806 1 0.312 0 2 interp_poly -40 -4 68 -44 2473 1806 3 MP PP 2473 1806 1 0.312 0 2541 1762 1 0.188 0 2473 1806 1 0.312 0 2 interp_poly 2541 1762 1 0.188 0 2501 1758 1 0.25 0 2541 1762 1 0.188 0 2 interp_poly 68 -76 -40 -54 2510 2985 3 MP PP 2510 2985 0.75 1 0.312 2470 2931 0.812 1 0.25 2510 2985 0.75 1 0.312 2 interp_poly 2470 2931 0.812 1 0.25 2538 2855 0.938 1 0.125 2470 2931 0.812 1 0.25 2 interp_poly -40 -53 68 -76 2470 2931 3 MP PP 2470 2931 0.812 1 0.25 2538 2855 0.938 1 0.125 2470 2931 0.812 1 0.25 2 interp_poly 2538 2855 0.938 1 0.125 2498 2802 1 1 0.0625 2538 2855 0.938 1 0.125 2 interp_poly 68 -93 -40 4 2506 3354 3 MP PP 2506 3354 0.25 1 0.812 2466 3358 0.188 1 0.875 2506 3354 0.25 1 0.812 2 interp_poly 2466 3358 0.188 1 0.875 2534 3265 0.375 1 0.688 2466 3358 0.188 1 0.875 2 interp_poly -40 -28 68 -93 2466 3358 3 MP PP 2466 3358 0.188 1 0.875 2534 3265 0.375 1 0.688 2466 3358 0.188 1 0.875 2 interp_poly 2534 3265 0.375 1 0.688 2494 3237 0.375 1 0.688 2534 3265 0.375 1 0.688 2 interp_poly 68 -131 -40 -6 2503 3797 3 MP PP 2503 3797 0 0.562 1 2463 3791 0 0.5 1 2503 3797 0 0.562 1 2 interp_poly 2463 3791 0 0.5 1 2531 3660 0 0.812 1 2463 3791 0 0.5 1 2 interp_poly -40 5 68 -131 2463 3791 3 MP PP 2463 3791 0 0.5 1 2531 3660 0 0.812 1 2463 3791 0 0.5 1 2 interp_poly 2531 3660 0 0.812 1 2491 3665 0 0.75 1 2531 3660 0 0.812 1 2 interp_poly 68 -19 -40 -107 2501 1758 3 MP PP 2501 1758 1 0.25 0 2461 1651 1 0.0625 0 2501 1758 1 0.25 0 2 interp_poly 2461 1651 1 0.0625 0 2529 1632 1 0.0625 0 2461 1651 1 0.0625 0 2 interp_poly 68 -167 -40 -24 2499 4397 3 MP PP 2499 4397 0 0 0.562 2459 4373 0 0 0.562 2499 4397 0 0 0.562 2 interp_poly 2459 4373 0 0 0.562 2527 4206 0 0 0.875 2459 4373 0 0 0.562 2 interp_poly -40 -24 68 -167 2459 4373 3 MP PP 2459 4373 0 0 0.562 2527 4206 0 0 0.875 2459 4373 0 0 0.562 2 interp_poly 2527 4206 0 0 0.875 2487 4182 0 0 0.875 2527 4206 0 0 0.875 2 interp_poly 68 -69 -40 34 2498 2802 3 MP PP 2498 2802 1 1 0.0625 2458 2836 0.875 1 0.188 2498 2802 1 1 0.0625 2 interp_poly 2458 2836 0.875 1 0.188 2526 2767 1 1 0.0625 2458 2836 0.875 1 0.188 2 interp_poly -40 -49 68 -69 2458 2836 3 MP PP 2458 2836 0.875 1 0.188 2526 2767 1 1 0.0625 2458 2836 0.875 1 0.188 2 interp_poly 2526 2767 1 1 0.0625 2486 2718 1 1 0 2526 2767 1 1 0.0625 2 interp_poly 68 -29 -40 11 2497 1926 3 MP PP 2497 1926 1 0.25 0 2457 1937 1 0.375 0 2497 1926 1 0.25 0 2 interp_poly 2457 1937 1 0.375 0 2525 1908 1 0.312 0 2457 1937 1 0.375 0 2 interp_poly -40 -59 68 -29 2457 1937 3 MP PP 2457 1937 1 0.375 0 2525 1908 1 0.312 0 2457 1937 1 0.375 0 2 interp_poly 2525 1908 1 0.312 0 2485 1849 1 0.25 0 2525 1908 1 0.312 0 2 interp_poly 68 -56 -40 -82 2494 3237 3 MP PP 2494 3237 0.375 1 0.688 2454 3155 0.5 1 0.562 2494 3237 0.375 1 0.688 2 interp_poly 2454 3155 0.5 1 0.562 2522 3099 0.625 1 0.438 2454 3155 0.5 1 0.562 2 interp_poly -40 -2 68 -56 2454 3155 3 MP PP 2454 3155 0.5 1 0.562 2522 3099 0.625 1 0.438 2454 3155 0.5 1 0.562 2 interp_poly 2522 3099 0.625 1 0.438 2482 3097 0.562 1 0.5 2522 3099 0.625 1 0.438 2 interp_poly 68 -145 -40 -32 2491 3665 3 MP PP 2491 3665 0 0.75 1 2451 3633 0 0.75 1 2491 3665 0 0.75 1 2 interp_poly 2451 3633 0 0.75 1 2519 3488 0.0625 1 1 2451 3633 0 0.75 1 2 interp_poly -40 29 68 -145 2451 3633 3 MP PP 2451 3633 0 0.75 1 2519 3488 0.0625 1 1 2451 3633 0 0.75 1 2 interp_poly 2519 3488 0.0625 1 1 2479 3517 0 0.938 1 2519 3488 0.0625 1 1 2 interp_poly -41 -32 68 -36 2450 2426 3 MP PP 2450 2426 1 0.75 0 2518 2390 1 0.688 0 2450 2426 1 0.75 0 2 interp_poly 2518 2390 1 0.688 0 2477 2358 1 0.688 0 2518 2390 1 0.688 0 2 interp_poly 68 -155 -40 -18 2487 4182 3 MP PP 2487 4182 0 0 0.875 2447 4164 0 0 0.875 2487 4182 0 0 0.875 2 interp_poly 2447 4164 0 0 0.875 2515 4009 0 0.188 1 2447 4164 0 0 0.875 2 interp_poly -40 -6 68 -155 2447 4164 3 MP PP 2447 4164 0 0 0.875 2515 4009 0 0.188 1 2447 4164 0 0 0.875 2 interp_poly 2515 4009 0 0.188 1 2475 4003 0 0.188 1 2515 4009 0 0.188 1 2 interp_poly 68 -35 -40 4 2485 1849 3 MP PP 2485 1849 1 0.25 0 2445 1853 1 0.312 0 2485 1849 1 0.25 0 2 interp_poly 2445 1853 1 0.312 0 2513 1818 1 0.25 0 2445 1853 1 0.312 0 2 interp_poly -40 -12 68 -35 2445 1853 3 MP PP 2445 1853 1 0.312 0 2513 1818 1 0.25 0 2445 1853 1 0.312 0 2 interp_poly 2513 1818 1 0.25 0 2473 1806 1 0.312 0 2513 1818 1 0.25 0 2 interp_poly 68 -80 -40 -32 2482 3097 3 MP PP 2482 3097 0.562 1 0.5 2442 3065 0.562 1 0.5 2482 3097 0.562 1 0.5 2 interp_poly 2442 3065 0.562 1 0.5 2510 2985 0.75 1 0.312 2442 3065 0.562 1 0.5 2 interp_poly -40 -54 68 -80 2442 3065 3 MP PP 2442 3065 0.562 1 0.5 2510 2985 0.75 1 0.312 2442 3065 0.562 1 0.5 2 interp_poly 2510 2985 0.75 1 0.312 2470 2931 0.812 1 0.25 2510 2985 0.75 1 0.312 2 interp_poly 68 -90 -40 50 2481 1995 3 MP PP 2481 1995 1 0.188 0 2441 2045 1 0.375 0 2481 1995 1 0.188 0 2 interp_poly 2441 2045 1 0.375 0 2509 1955 1 0.188 0 2441 2045 1 0.375 0 2 interp_poly 67 -100 -40 -63 2479 3517 3 MP PP 2479 3517 0 0.938 1 2439 3454 0 1 1 2479 3517 0 0.938 1 2 interp_poly 2439 3454 0 1 1 2506 3354 0.25 1 0.812 2439 3454 0 1 1 2 interp_poly -40 4 67 -100 2439 3454 3 MP PP 2439 3454 0 1 1 2506 3354 0.25 1 0.812 2439 3454 0 1 1 2 interp_poly 2506 3354 0.25 1 0.812 2466 3358 0.188 1 0.875 2506 3354 0.25 1 0.812 2 interp_poly -40 4 68 -49 2373 2094 3 MP PP 2373 2094 1 0.438 0 2441 2045 1 0.375 0 2373 2094 1 0.438 0 2 interp_poly 2441 2045 1 0.375 0 2401 2049 1 0.438 0 2441 2045 1 0.375 0 2 interp_poly 68 -49 -40 51 2413 2043 3 MP PP 2413 2043 1 0.312 0 2373 2094 1 0.438 0 2413 2043 1 0.312 0 2 interp_poly 2373 2094 1 0.438 0 2441 2045 1 0.375 0 2373 2094 1 0.438 0 2 interp_poly -40 -103 68 -23 2385 2169 3 MP PP 2385 2169 1 0.5 0 2453 2146 1 0.438 0 2385 2169 1 0.5 0 2 interp_poly 2453 2146 1 0.438 0 2413 2043 1 0.312 0 2453 2146 1 0.438 0 2 interp_poly 68 -23 -40 44 2425 2125 3 MP PP 2425 2125 1 0.312 0 2385 2169 1 0.5 0 2425 2125 1 0.312 0 2 interp_poly 2385 2169 1 0.5 0 2453 2146 1 0.438 0 2385 2169 1 0.5 0 2 interp_poly -40 -141 68 -77 2397 2343 3 MP PP 2397 2343 1 0.75 0 2465 2266 1 0.625 0 2397 2343 1 0.75 0 2 interp_poly 2465 2266 1 0.625 0 2425 2125 1 0.312 0 2465 2266 1 0.625 0 2 interp_poly 68 -77 -40 53 2437 2290 3 MP PP 2437 2290 1 0.562 0 2397 2343 1 0.75 0 2437 2290 1 0.562 0 2 interp_poly 2397 2343 1 0.75 0 2465 2266 1 0.625 0 2397 2343 1 0.75 0 2 interp_poly 68 -45 -40 -68 2477 2358 3 MP PP 2477 2358 1 0.688 0 2437 2290 1 0.562 0 2477 2358 1 0.688 0 2 interp_poly 2437 2290 1 0.562 0 2505 2245 1 0.5 0 2437 2290 1 0.562 0 2 interp_poly -40 21 68 -45 2437 2290 3 MP PP 2437 2290 1 0.562 0 2505 2245 1 0.5 0 2437 2290 1 0.562 0 2 interp_poly 2505 2245 1 0.5 0 2465 2266 1 0.625 0 2505 2245 1 0.5 0 2 interp_poly 68 -159 -40 -47 2475 4003 3 MP PP 2475 4003 0 0.188 1 2435 3956 0 0.25 1 2475 4003 0 0.188 1 2 interp_poly 2435 3956 0 0.25 1 2503 3797 0 0.562 1 2435 3956 0 0.25 1 2 interp_poly -40 -6 68 -159 2435 3956 3 MP PP 2435 3956 0 0.25 1 2503 3797 0 0.562 1 2435 3956 0 0.25 1 2 interp_poly 2503 3797 0 0.562 1 2463 3791 0 0.5 1 2503 3797 0 0.562 1 2 interp_poly -40 7 68 -46 2394 2575 3 MP PP 2394 2575 1 0.938 0 2462 2529 1 0.875 0 2394 2575 1 0.938 0 2 interp_poly 2462 2529 1 0.875 0 2422 2536 1 0.938 0 2462 2529 1 0.875 0 2 interp_poly -40 -51 68 -71 2354 2607 3 MP PP 2354 2607 1 1 0.0625 2422 2536 1 0.938 0 2354 2607 1 1 0.0625 2 interp_poly 2422 2536 1 0.938 0 2382 2485 1 0.875 0 2422 2536 1 0.938 0 2 interp_poly 68 -71 -40 32 2394 2575 3 MP PP 2394 2575 1 0.938 0 2354 2607 1 1 0.0625 2394 2575 1 0.938 0 2 interp_poly 2354 2607 1 1 0.0625 2422 2536 1 0.938 0 2354 2607 1 1 0.0625 2 interp_poly 68 -59 -40 -51 2422 2536 3 MP PP 2422 2536 1 0.938 0 2382 2485 1 0.875 0 2422 2536 1 0.938 0 2 interp_poly 2382 2485 1 0.875 0 2450 2426 1 0.75 0 2382 2485 1 0.875 0 2 interp_poly 68 -46 -40 66 2434 2509 3 MP PP 2434 2509 1 0.688 0 2394 2575 1 0.938 0 2434 2509 1 0.688 0 2 interp_poly 2394 2575 1 0.938 0 2462 2529 1 0.875 0 2394 2575 1 0.938 0 2 interp_poly -40 75 68 -55 2434 2509 3 MP PP 2434 2509 1 0.688 0 2502 2454 1 0.625 0 2434 2509 1 0.688 0 2 interp_poly 2502 2454 1 0.625 0 2462 2529 1 0.875 0 2502 2454 1 0.625 0 2 interp_poly 68 -55 -40 -158 2474 2667 3 MP PP 2474 2667 1 1 0 2434 2509 1 0.688 0 2474 2667 1 1 0 2 interp_poly 2434 2509 1 0.688 0 2502 2454 1 0.625 0 2434 2509 1 0.688 0 2 interp_poly 68 25 -40 -73 2473 1806 3 MP PP 2473 1806 1 0.312 0 2433 1733 1 0.188 0 2473 1806 1 0.312 0 2 interp_poly 2433 1733 1 0.188 0 2501 1758 1 0.25 0 2433 1733 1 0.188 0 2 interp_poly -40 -107 68 25 2433 1733 3 MP PP 2433 1733 1 0.188 0 2501 1758 1 0.25 0 2433 1733 1 0.188 0 2 interp_poly 2501 1758 1 0.25 0 2461 1651 1 0.0625 0 2501 1758 1 0.25 0 2 interp_poly -40 -44 68 -64 2378 2825 3 MP PP 2378 2825 0.812 1 0.25 2446 2761 0.875 1 0.188 2378 2825 0.812 1 0.25 2 interp_poly 2446 2761 0.875 1 0.188 2406 2717 0.938 1 0.125 2446 2761 0.875 1 0.188 2 interp_poly 68 -64 -40 44 2418 2781 3 MP PP 2418 2781 0.938 1 0.125 2378 2825 0.812 1 0.25 2418 2781 0.938 1 0.125 2 interp_poly 2378 2825 0.812 1 0.25 2446 2761 0.875 1 0.188 2378 2825 0.812 1 0.25 2 interp_poly -40 -55 68 -78 2390 2914 3 MP PP 2390 2914 0.75 1 0.312 2458 2836 0.875 1 0.188 2390 2914 0.75 1 0.312 2 interp_poly 2458 2836 0.875 1 0.188 2418 2781 0.938 1 0.125 2458 2836 0.875 1 0.188 2 interp_poly 68 -78 -40 57 2430 2857 3 MP PP 2430 2857 0.938 1 0.125 2390 2914 0.75 1 0.312 2430 2857 0.938 1 0.125 2 interp_poly 2390 2914 0.75 1 0.312 2458 2836 0.875 1 0.188 2390 2914 0.75 1 0.312 2 interp_poly 68 -50 -40 -44 2446 2761 3 MP PP 2446 2761 0.875 1 0.188 2406 2717 0.938 1 0.125 2446 2761 0.875 1 0.188 2 interp_poly 2406 2717 0.938 1 0.125 2474 2667 1 1 0 2406 2717 0.938 1 0.125 2 interp_poly -40 43 68 -63 2418 2781 3 MP PP 2418 2781 0.938 1 0.125 2486 2718 1 1 0 2418 2781 0.938 1 0.125 2 interp_poly 2486 2718 1 1 0 2446 2761 0.875 1 0.188 2486 2718 1 1 0 2 interp_poly 68 -63 -40 -55 2458 2836 3 MP PP 2458 2836 0.875 1 0.188 2418 2781 0.938 1 0.125 2458 2836 0.875 1 0.188 2 interp_poly 2418 2781 0.938 1 0.125 2486 2718 1 1 0 2418 2781 0.938 1 0.125 2 interp_poly -40 34 68 -55 2430 2857 3 MP PP 2430 2857 0.938 1 0.125 2498 2802 1 1 0.0625 2430 2857 0.938 1 0.125 2 interp_poly 2498 2802 1 1 0.0625 2458 2836 0.875 1 0.188 2498 2802 1 1 0.0625 2 interp_poly 68 -55 -40 -74 2470 2931 3 MP PP 2470 2931 0.812 1 0.25 2430 2857 0.938 1 0.125 2470 2931 0.812 1 0.25 2 interp_poly 2430 2857 0.938 1 0.125 2498 2802 1 1 0.0625 2430 2857 0.938 1 0.125 2 interp_poly -40 11 68 -38 2429 1964 3 MP PP 2429 1964 1 0.312 0 2497 1926 1 0.25 0 2429 1964 1 0.312 0 2 interp_poly 2497 1926 1 0.25 0 2457 1937 1 0.375 0 2497 1926 1 0.25 0 2 interp_poly 68 -64 -40 -57 2466 3358 3 MP PP 2466 3358 0.188 1 0.875 2426 3301 0.25 1 0.812 2466 3358 0.188 1 0.875 2 interp_poly 2426 3301 0.25 1 0.812 2494 3237 0.375 1 0.688 2426 3301 0.25 1 0.812 2 interp_poly -40 -82 68 -64 2426 3301 3 MP PP 2426 3301 0.25 1 0.812 2494 3237 0.375 1 0.688 2426 3301 0.25 1 0.812 2 interp_poly 2494 3237 0.375 1 0.688 2454 3155 0.5 1 0.562 2494 3237 0.375 1 0.688 2 interp_poly -40 50 68 -48 2413 2043 3 MP PP 2413 2043 1 0.312 0 2481 1995 1 0.188 0 2413 2043 1 0.312 0 2 interp_poly 2481 1995 1 0.188 0 2441 2045 1 0.375 0 2481 1995 1 0.188 0 2 interp_poly 68 -48 -40 -103 2453 2146 3 MP PP 2453 2146 1 0.438 0 2413 2043 1 0.312 0 2453 2146 1 0.438 0 2 interp_poly 2413 2043 1 0.312 0 2481 1995 1 0.188 0 2413 2043 1 0.312 0 2 interp_poly -40 88 68 -67 2425 2125 3 MP PP 2425 2125 1 0.312 0 2493 2058 1 0.188 0 2425 2125 1 0.312 0 2 interp_poly 2493 2058 1 0.188 0 2453 2146 1 0.438 0 2493 2058 1 0.188 0 2 interp_poly 68 -67 -40 -141 2465 2266 3 MP PP 2465 2266 1 0.625 0 2425 2125 1 0.312 0 2465 2266 1 0.625 0 2 interp_poly 2425 2125 1 0.312 0 2493 2058 1 0.188 0 2425 2125 1 0.312 0 2 interp_poly 68 -120 -40 -6 2463 3791 3 MP PP 2463 3791 0 0.5 1 2423 3785 0 0.5 1 2463 3791 0 0.5 1 2 interp_poly 2423 3785 0 0.5 1 2491 3665 0 0.75 1 2423 3785 0 0.5 1 2 interp_poly -40 -32 68 -120 2423 3785 3 MP PP 2423 3785 0 0.5 1 2491 3665 0 0.75 1 2423 3785 0 0.5 1 2 interp_poly 2491 3665 0 0.75 1 2451 3633 0 0.75 1 2491 3665 0 0.75 1 2 interp_poly 68 -167 -40 -24 2459 4373 3 MP PP 2459 4373 0 0 0.562 2419 4349 0 0 0.562 2459 4373 0 0 0.562 2 interp_poly 2419 4349 0 0 0.562 2487 4182 0 0 0.875 2419 4349 0 0 0.562 2 interp_poly -40 -18 68 -167 2419 4349 3 MP PP 2419 4349 0 0 0.562 2487 4182 0 0 0.875 2419 4349 0 0 0.562 2 interp_poly 2487 4182 0 0 0.875 2447 4164 0 0 0.875 2487 4182 0 0 0.875 2 interp_poly 68 -34 -40 -54 2457 1937 3 MP PP 2457 1937 1 0.375 0 2417 1883 1 0.312 0 2457 1937 1 0.375 0 2 interp_poly 2417 1883 1 0.312 0 2485 1849 1 0.25 0 2417 1883 1 0.312 0 2 interp_poly -40 4 68 -34 2417 1883 3 MP PP 2417 1883 1 0.312 0 2485 1849 1 0.25 0 2417 1883 1 0.312 0 2 interp_poly 2485 1849 1 0.25 0 2445 1853 1 0.312 0 2485 1849 1 0.25 0 2 interp_poly 68 -82 -40 24 2454 3155 3 MP PP 2454 3155 0.5 1 0.562 2414 3179 0.375 1 0.688 2454 3155 0.5 1 0.562 2 interp_poly 2414 3179 0.375 1 0.688 2482 3097 0.562 1 0.5 2414 3179 0.375 1 0.688 2 interp_poly -40 -32 68 -82 2414 3179 3 MP PP 2414 3179 0.375 1 0.688 2482 3097 0.562 1 0.5 2414 3179 0.375 1 0.688 2 interp_poly 2482 3097 0.562 1 0.5 2442 3065 0.562 1 0.5 2482 3097 0.562 1 0.5 2 interp_poly 68 -117 -40 1 2451 3633 3 MP PP 2451 3633 0 0.75 1 2411 3634 0 0.688 1 2451 3633 0 0.75 1 2 interp_poly 2411 3634 0 0.688 1 2479 3517 0 0.938 1 2411 3634 0 0.688 1 2 interp_poly -40 -63 68 -117 2411 3634 3 MP PP 2411 3634 0 0.688 1 2479 3517 0 0.938 1 2411 3634 0 0.688 1 2 interp_poly 2479 3517 0 0.938 1 2439 3454 0 1 1 2479 3517 0 0.938 1 2 interp_poly 67 -63 -40 -5 2450 2426 3 MP PP 2450 2426 1 0.75 0 2410 2421 1 0.812 0 2450 2426 1 0.75 0 2 interp_poly 2410 2421 1 0.812 0 2477 2358 1 0.688 0 2410 2421 1 0.812 0 2 interp_poly -40 -68 67 -63 2410 2421 3 MP PP 2410 2421 1 0.812 0 2477 2358 1 0.688 0 2410 2421 1 0.812 0 2 interp_poly 2477 2358 1 0.688 0 2437 2290 1 0.562 0 2477 2358 1 0.688 0 2 interp_poly 68 -140 -40 -21 2447 4164 3 MP PP 2447 4164 0 0 0.875 2407 4143 0 0 0.875 2447 4164 0 0 0.875 2 interp_poly 2407 4143 0 0 0.875 2475 4003 0 0.188 1 2407 4143 0 0 0.875 2 interp_poly -40 -47 68 -140 2407 4143 3 MP PP 2407 4143 0 0 0.875 2475 4003 0 0.188 1 2407 4143 0 0 0.875 2 interp_poly 2475 4003 0 0.188 1 2435 3956 0 0.25 1 2475 4003 0 0.188 1 2 interp_poly -40 -158 68 -50 2406 2717 3 MP PP 2406 2717 0.938 1 0.125 2474 2667 1 1 0 2406 2717 0.938 1 0.125 2 interp_poly 2474 2667 1 1 0 2434 2509 1 0.688 0 2474 2667 1 1 0 2 interp_poly 68 -31 -40 -16 2445 1853 3 MP PP 2445 1853 1 0.312 0 2405 1837 1 0.312 0 2445 1853 1 0.312 0 2 interp_poly 2405 1837 1 0.312 0 2473 1806 1 0.312 0 2405 1837 1 0.312 0 2 interp_poly -40 -73 68 -31 2405 1837 3 MP PP 2405 1837 1 0.312 0 2473 1806 1 0.312 0 2405 1837 1 0.312 0 2 interp_poly 2473 1806 1 0.312 0 2433 1733 1 0.188 0 2473 1806 1 0.312 0 2 interp_poly 68 -71 -40 -63 2442 3065 3 MP PP 2442 3065 0.562 1 0.5 2402 3002 0.688 1 0.375 2442 3065 0.562 1 0.5 2 interp_poly 2402 3002 0.688 1 0.375 2470 2931 0.812 1 0.25 2402 3002 0.688 1 0.375 2 interp_poly -40 -74 68 -71 2402 3002 3 MP PP 2402 3002 0.688 1 0.375 2470 2931 0.812 1 0.25 2402 3002 0.688 1 0.375 2 interp_poly 2470 2931 0.812 1 0.25 2430 2857 0.938 1 0.125 2470 2931 0.812 1 0.25 2 interp_poly 67 -80 -40 -16 2439 3454 3 MP PP 2439 3454 0 1 1 2399 3438 0 1 1 2439 3454 0 1 1 2 interp_poly 2399 3438 0 1 1 2466 3358 0.188 1 0.875 2399 3438 0 1 1 2 interp_poly -40 -57 67 -80 2399 3438 3 MP PP 2399 3438 0 1 1 2466 3358 0.188 1 0.875 2399 3438 0 1 1 2 interp_poly 2466 3358 0.188 1 0.875 2426 3301 0.25 1 0.812 2466 3358 0.188 1 0.875 2 interp_poly 68 -147 -40 -18 2435 3956 3 MP PP 2435 3956 0 0.25 1 2395 3938 0 0.188 1 2435 3956 0 0.25 1 2 interp_poly 2395 3938 0 0.188 1 2463 3791 0 0.5 1 2395 3938 0 0.188 1 2 interp_poly -40 -6 68 -147 2395 3938 3 MP PP 2395 3938 0 0.188 1 2463 3791 0 0.5 1 2395 3938 0 0.188 1 2 interp_poly 2463 3791 0 0.5 1 2423 3785 0 0.5 1 2463 3791 0 0.5 1 2 interp_poly 68 -33 -40 -49 2433 1733 3 MP PP 2433 1733 1 0.188 0 2393 1684 1 0.125 0 2433 1733 1 0.188 0 2 interp_poly 2393 1684 1 0.125 0 2461 1651 1 0.0625 0 2393 1684 1 0.125 0 2 interp_poly 68 -3 -40 -24 2429 1964 3 MP PP 2429 1964 1 0.312 0 2389 1940 1 0.312 0 2429 1964 1 0.312 0 2 interp_poly 2389 1940 1 0.312 0 2457 1937 1 0.375 0 2389 1940 1 0.312 0 2 interp_poly -40 -54 68 -3 2389 1940 3 MP PP 2389 1940 1 0.312 0 2457 1937 1 0.375 0 2389 1940 1 0.312 0 2 interp_poly 2457 1937 1 0.375 0 2417 1883 1 0.312 0 2457 1937 1 0.375 0 2 interp_poly 68 -138 -40 -8 2426 3301 3 MP PP 2426 3301 0.25 1 0.812 2386 3293 0.188 1 0.875 2426 3301 0.25 1 0.812 2 interp_poly 2386 3293 0.188 1 0.875 2454 3155 0.5 1 0.562 2386 3293 0.188 1 0.875 2 interp_poly -40 24 68 -138 2386 3293 3 MP PP 2386 3293 0.188 1 0.875 2454 3155 0.5 1 0.562 2386 3293 0.188 1 0.875 2 interp_poly 2454 3155 0.5 1 0.562 2414 3179 0.375 1 0.688 2454 3155 0.5 1 0.562 2 interp_poly 68 -124 -40 -28 2423 3785 3 MP PP 2423 3785 0 0.5 1 2383 3757 0 0.5 1 2423 3785 0 0.5 1 2 interp_poly 2383 3757 0 0.5 1 2451 3633 0 0.75 1 2383 3757 0 0.5 1 2 interp_poly -40 1 68 -124 2383 3757 3 MP PP 2383 3757 0 0.5 1 2451 3633 0 0.75 1 2383 3757 0 0.5 1 2 interp_poly 2451 3633 0 0.75 1 2411 3634 0 0.688 1 2451 3633 0 0.75 1 2 interp_poly -40 -5 68 -59 2382 2485 3 MP PP 2382 2485 1 0.875 0 2450 2426 1 0.75 0 2382 2485 1 0.875 0 2 interp_poly 2450 2426 1 0.75 0 2410 2421 1 0.812 0 2450 2426 1 0.75 0 2 interp_poly 68 -161 -40 -24 2419 4349 3 MP PP 2419 4349 0 0 0.562 2379 4325 0 0 0.562 2419 4349 0 0 0.562 2 interp_poly 2379 4325 0 0 0.562 2447 4164 0 0 0.875 2379 4325 0 0 0.562 2 interp_poly -40 -21 68 -161 2379 4325 3 MP PP 2379 4325 0 0 0.562 2447 4164 0 0 0.875 2379 4325 0 0 0.562 2 interp_poly 2447 4164 0 0 0.875 2407 4143 0 0 0.875 2447 4164 0 0 0.875 2 interp_poly 68 -36 -40 6 2417 1883 3 MP PP 2417 1883 1 0.312 0 2377 1889 1 0.375 0 2417 1883 1 0.312 0 2 interp_poly 2377 1889 1 0.375 0 2445 1853 1 0.312 0 2377 1889 1 0.375 0 2 interp_poly -40 -16 68 -36 2377 1889 3 MP PP 2377 1889 1 0.375 0 2445 1853 1 0.312 0 2377 1889 1 0.375 0 2 interp_poly 2445 1853 1 0.312 0 2405 1837 1 0.312 0 2445 1853 1 0.312 0 2 interp_poly 68 -70 -40 -44 2414 3179 3 MP PP 2414 3179 0.375 1 0.688 2374 3135 0.438 1 0.625 2414 3179 0.375 1 0.688 2 interp_poly 2374 3135 0.438 1 0.625 2442 3065 0.562 1 0.5 2374 3135 0.438 1 0.625 2 interp_poly -40 -63 68 -70 2374 3135 3 MP PP 2374 3135 0.438 1 0.625 2442 3065 0.562 1 0.5 2374 3135 0.438 1 0.625 2 interp_poly 2442 3065 0.562 1 0.5 2402 3002 0.688 1 0.375 2442 3065 0.562 1 0.5 2 interp_poly 68 -111 -40 -69 2411 3634 3 MP PP 2411 3634 0 0.688 1 2371 3565 0 0.812 1 2411 3634 0 0.688 1 2 interp_poly 2371 3565 0 0.812 1 2439 3454 0 1 1 2371 3565 0 0.812 1 2 interp_poly -40 -16 68 -111 2371 3565 3 MP PP 2371 3565 0 0.812 1 2439 3454 0 1 1 2371 3565 0 0.812 1 2 interp_poly 2439 3454 0 1 1 2399 3438 0 1 1 2439 3454 0 1 1 2 interp_poly -40 -130 67 -24 2330 2367 3 MP PP 2330 2367 1 0.812 0 2397 2343 1 0.75 0 2330 2367 1 0.812 0 2 interp_poly 2397 2343 1 0.75 0 2357 2213 1 0.5 0 2397 2343 1 0.75 0 2 interp_poly 67 -24 -40 40 2370 2327 3 MP PP 2370 2327 1 0.625 0 2330 2367 1 0.812 0 2370 2327 1 0.625 0 2 interp_poly 2330 2367 1 0.812 0 2397 2343 1 0.75 0 2330 2367 1 0.812 0 2 interp_poly 68 -88 -40 -130 2397 2343 3 MP PP 2397 2343 1 0.75 0 2357 2213 1 0.5 0 2397 2343 1 0.75 0 2 interp_poly 2357 2213 1 0.5 0 2425 2125 1 0.312 0 2357 2213 1 0.5 0 2 interp_poly -40 53 67 -37 2370 2327 3 MP PP 2370 2327 1 0.625 0 2437 2290 1 0.562 0 2370 2327 1 0.625 0 2 interp_poly 2437 2290 1 0.562 0 2397 2343 1 0.75 0 2437 2290 1 0.562 0 2 interp_poly 67 -37 -40 -94 2410 2421 3 MP PP 2410 2421 1 0.812 0 2370 2327 1 0.625 0 2410 2421 1 0.812 0 2 interp_poly 2370 2327 1 0.625 0 2437 2290 1 0.562 0 2370 2327 1 0.625 0 2 interp_poly 68 -153 -40 -34 2407 4143 3 MP PP 2407 4143 0 0 0.875 2367 4109 0 0 0.875 2407 4143 0 0 0.875 2 interp_poly 2367 4109 0 0 0.875 2435 3956 0 0.25 1 2367 4109 0 0 0.875 2 interp_poly -40 -18 68 -153 2367 4109 3 MP PP 2367 4109 0 0 0.875 2435 3956 0 0.25 1 2367 4109 0 0 0.875 2 interp_poly 2435 3956 0 0.25 1 2395 3938 0 0.188 1 2435 3956 0 0.25 1 2 interp_poly -40 32 68 -95 2326 2670 3 MP PP 2326 2670 0.938 1 0.125 2394 2575 1 0.938 0 2326 2670 0.938 1 0.125 2 interp_poly 2394 2575 1 0.938 0 2354 2607 1 1 0.0625 2394 2575 1 0.938 0 2 interp_poly -40 -46 68 -58 2286 2665 3 MP PP 2286 2665 0.875 1 0.188 2354 2607 1 1 0.0625 2286 2665 0.875 1 0.188 2 interp_poly 2354 2607 1 1 0.0625 2314 2561 1 1 0 2354 2607 1 1 0.0625 2 interp_poly 68 -58 -40 -5 2326 2670 3 MP PP 2326 2670 0.938 1 0.125 2286 2665 0.875 1 0.188 2326 2670 0.938 1 0.125 2 interp_poly 2286 2665 0.875 1 0.188 2354 2607 1 1 0.0625 2286 2665 0.875 1 0.188 2 interp_poly 68 -76 -40 -46 2354 2607 3 MP PP 2354 2607 1 1 0.0625 2314 2561 1 1 0 2354 2607 1 1 0.0625 2 interp_poly 2314 2561 1 1 0 2382 2485 1 0.875 0 2314 2561 1 1 0 2 interp_poly 68 -95 -40 95 2366 2575 3 MP PP 2366 2575 1 0.812 0 2326 2670 0.938 1 0.125 2366 2575 1 0.812 0 2 interp_poly 2326 2670 0.938 1 0.125 2394 2575 1 0.938 0 2326 2670 0.938 1 0.125 2 interp_poly -40 66 68 -66 2366 2575 3 MP PP 2366 2575 1 0.812 0 2434 2509 1 0.688 0 2366 2575 1 0.812 0 2 interp_poly 2434 2509 1 0.688 0 2394 2575 1 0.938 0 2434 2509 1 0.688 0 2 interp_poly 68 -66 -40 -142 2406 2717 3 MP PP 2406 2717 0.938 1 0.125 2366 2575 1 0.812 0 2406 2717 0.938 1 0.125 2 interp_poly 2366 2575 1 0.812 0 2434 2509 1 0.688 0 2366 2575 1 0.812 0 2 interp_poly 68 -21 -40 -83 2405 1837 3 MP PP 2405 1837 1 0.312 0 2365 1754 1 0.188 0 2405 1837 1 0.312 0 2 interp_poly 2365 1754 1 0.188 0 2433 1733 1 0.188 0 2365 1754 1 0.188 0 2 interp_poly -40 -49 68 -21 2365 1754 3 MP PP 2365 1754 1 0.188 0 2433 1733 1 0.188 0 2365 1754 1 0.188 0 2 interp_poly 2433 1733 1 0.188 0 2393 1684 1 0.125 0 2433 1733 1 0.188 0 2 interp_poly 68 -107 -40 -38 2402 3002 3 MP PP 2402 3002 0.688 1 0.375 2362 2964 0.688 1 0.375 2402 3002 0.688 1 0.375 2 interp_poly 2362 2964 0.688 1 0.375 2430 2857 0.938 1 0.125 2362 2964 0.688 1 0.375 2 interp_poly -40 57 68 -107 2362 2964 3 MP PP 2362 2964 0.688 1 0.375 2430 2857 0.938 1 0.125 2362 2964 0.688 1 0.375 2 interp_poly 2430 2857 0.938 1 0.125 2390 2914 0.75 1 0.312 2430 2857 0.938 1 0.125 2 interp_poly 68 -30 -40 -55 2401 2049 3 MP PP 2401 2049 1 0.438 0 2361 1994 1 0.375 0 2401 2049 1 0.438 0 2 interp_poly 2361 1994 1 0.375 0 2429 1964 1 0.312 0 2361 1994 1 0.375 0 2 interp_poly -40 -24 68 -30 2361 1994 3 MP PP 2361 1994 1 0.375 0 2429 1964 1 0.312 0 2361 1994 1 0.375 0 2 interp_poly 2429 1964 1 0.312 0 2389 1940 1 0.312 0 2429 1964 1 0.312 0 2 interp_poly 67 -87 -40 -50 2399 3438 3 MP PP 2399 3438 0 1 1 2359 3388 0.0625 1 1 2399 3438 0 1 1 2 interp_poly 2359 3388 0.0625 1 1 2426 3301 0.25 1 0.812 2359 3388 0.0625 1 1 2 interp_poly -40 -8 67 -87 2359 3388 3 MP PP 2359 3388 0.0625 1 1 2426 3301 0.25 1 0.812 2359 3388 0.0625 1 1 2 interp_poly 2426 3301 0.25 1 0.812 2386 3293 0.188 1 0.875 2426 3301 0.25 1 0.812 2 interp_poly -40 44 68 -88 2357 2213 3 MP PP 2357 2213 1 0.5 0 2425 2125 1 0.312 0 2357 2213 1 0.5 0 2 interp_poly 2425 2125 1 0.312 0 2385 2169 1 0.5 0 2425 2125 1 0.312 0 2 interp_poly 68 -136 -40 -17 2395 3938 3 MP PP 2395 3938 0 0.188 1 2355 3921 0 0.188 1 2395 3938 0 0.188 1 2 interp_poly 2355 3921 0 0.188 1 2423 3785 0 0.5 1 2355 3921 0 0.188 1 2 interp_poly -40 -28 68 -136 2355 3921 3 MP PP 2355 3921 0 0.188 1 2423 3785 0 0.5 1 2355 3921 0 0.188 1 2 interp_poly 2423 3785 0 0.5 1 2383 3757 0 0.5 1 2423 3785 0 0.5 1 2 interp_poly -40 -32 68 -75 2310 2900 3 MP PP 2310 2900 0.625 1 0.438 2378 2825 0.812 1 0.25 2310 2900 0.625 1 0.438 2 interp_poly 2378 2825 0.812 1 0.25 2338 2793 0.812 1 0.25 2378 2825 0.812 1 0.25 2 interp_poly 68 -75 -40 55 2350 2845 3 MP PP 2350 2845 0.812 1 0.25 2310 2900 0.625 1 0.438 2350 2845 0.812 1 0.25 2 interp_poly 2310 2900 0.625 1 0.438 2378 2825 0.812 1 0.25 2310 2900 0.625 1 0.438 2 interp_poly 68 -76 -40 -32 2378 2825 3 MP PP 2378 2825 0.812 1 0.25 2338 2793 0.812 1 0.25 2378 2825 0.812 1 0.25 2 interp_poly 2338 2793 0.812 1 0.25 2406 2717 0.938 1 0.125 2338 2793 0.812 1 0.25 2 interp_poly -40 44 68 -64 2350 2845 3 MP PP 2350 2845 0.812 1 0.25 2418 2781 0.938 1 0.125 2350 2845 0.812 1 0.25 2 interp_poly 2418 2781 0.938 1 0.125 2378 2825 0.812 1 0.25 2418 2781 0.938 1 0.125 2 interp_poly 68 -64 -40 -69 2390 2914 3 MP PP 2390 2914 0.75 1 0.312 2350 2845 0.812 1 0.25 2390 2914 0.75 1 0.312 2 interp_poly 2350 2845 0.812 1 0.25 2418 2781 0.938 1 0.125 2350 2845 0.812 1 0.25 2 interp_poly 68 -22 -40 -35 2389 1940 3 MP PP 2389 1940 1 0.312 0 2349 1905 1 0.312 0 2389 1940 1 0.312 0 2 interp_poly 2349 1905 1 0.312 0 2417 1883 1 0.312 0 2349 1905 1 0.312 0 2 interp_poly -40 6 68 -22 2349 1905 3 MP PP 2349 1905 1 0.312 0 2417 1883 1 0.312 0 2349 1905 1 0.312 0 2 interp_poly 2417 1883 1 0.312 0 2377 1889 1 0.375 0 2417 1883 1 0.312 0 2 interp_poly 68 -113 -40 -1 2386 3293 3 MP PP 2386 3293 0.188 1 0.875 2346 3292 0.125 1 0.938 2386 3293 0.188 1 0.875 2 interp_poly 2346 3292 0.125 1 0.938 2414 3179 0.375 1 0.688 2346 3292 0.125 1 0.938 2 interp_poly -40 -44 68 -113 2346 3292 3 MP PP 2346 3292 0.125 1 0.938 2414 3179 0.375 1 0.688 2346 3292 0.125 1 0.938 2 interp_poly 2414 3179 0.375 1 0.688 2374 3135 0.438 1 0.625 2414 3179 0.375 1 0.688 2 interp_poly -40 -7 68 -31 2305 2125 3 MP PP 2305 2125 1 0.5 0 2373 2094 1 0.438 0 2305 2125 1 0.5 0 2 interp_poly 2373 2094 1 0.438 0 2333 2087 1 0.5 0 2373 2094 1 0.438 0 2 interp_poly 68 -31 -40 1 2345 2124 3 MP PP 2345 2124 1 0.438 0 2305 2125 1 0.5 0 2345 2124 1 0.438 0 2 interp_poly 2305 2125 1 0.5 0 2373 2094 1 0.438 0 2305 2125 1 0.5 0 2 interp_poly 68 -38 -40 -7 2373 2094 3 MP PP 2373 2094 1 0.438 0 2333 2087 1 0.5 0 2373 2094 1 0.438 0 2 interp_poly 2333 2087 1 0.5 0 2401 2049 1 0.438 0 2333 2087 1 0.5 0 2 interp_poly -40 51 68 -81 2345 2124 3 MP PP 2345 2124 1 0.438 0 2413 2043 1 0.312 0 2345 2124 1 0.438 0 2 interp_poly 2413 2043 1 0.312 0 2373 2094 1 0.438 0 2413 2043 1 0.312 0 2 interp_poly 68 -81 -40 -45 2385 2169 3 MP PP 2385 2169 1 0.5 0 2345 2124 1 0.438 0 2385 2169 1 0.5 0 2 interp_poly 2345 2124 1 0.438 0 2413 2043 1 0.312 0 2345 2124 1 0.438 0 2 interp_poly 68 -112 -40 -11 2383 3757 3 MP PP 2383 3757 0 0.5 1 2343 3746 0 0.438 1 2383 3757 0 0.5 1 2 interp_poly 2343 3746 0 0.438 1 2411 3634 0 0.688 1 2343 3746 0 0.438 1 2 interp_poly -40 -69 68 -112 2343 3746 3 MP PP 2343 3746 0 0.438 1 2411 3634 0 0.688 1 2343 3746 0 0.438 1 2 interp_poly 2411 3634 0 0.688 1 2371 3565 0 0.812 1 2411 3634 0 0.688 1 2 interp_poly 68 -49 -40 -15 2382 2485 3 MP PP 2382 2485 1 0.875 0 2342 2470 1 0.875 0 2382 2485 1 0.875 0 2 interp_poly 2342 2470 1 0.875 0 2410 2421 1 0.812 0 2342 2470 1 0.875 0 2 interp_poly -40 -94 68 -49 2342 2470 3 MP PP 2342 2470 1 0.875 0 2410 2421 1 0.812 0 2342 2470 1 0.875 0 2 interp_poly 2410 2421 1 0.812 0 2370 2327 1 0.625 0 2410 2421 1 0.812 0 2 interp_poly 68 -158 -40 -24 2379 4325 3 MP PP 2379 4325 0 0 0.562 2339 4301 0 0 0.562 2379 4325 0 0 0.562 2 interp_poly 2339 4301 0 0 0.562 2407 4143 0 0 0.875 2339 4301 0 0 0.562 2 interp_poly -40 -34 68 -158 2339 4301 3 MP PP 2339 4301 0 0 0.562 2407 4143 0 0 0.875 2339 4301 0 0 0.562 2 interp_poly 2407 4143 0 0 0.875 2367 4109 0 0 0.875 2407 4143 0 0 0.875 2 interp_poly -40 -142 68 -76 2338 2793 3 MP PP 2338 2793 0.812 1 0.25 2406 2717 0.938 1 0.125 2338 2793 0.812 1 0.25 2 interp_poly 2406 2717 0.938 1 0.125 2366 2575 1 0.812 0 2406 2717 0.938 1 0.125 2 interp_poly 68 -36 -40 -16 2377 1889 3 MP PP 2377 1889 1 0.375 0 2337 1873 1 0.375 0 2377 1889 1 0.375 0 2 interp_poly 2337 1873 1 0.375 0 2405 1837 1 0.312 0 2337 1873 1 0.375 0 2 interp_poly -40 -83 68 -36 2337 1873 3 MP PP 2337 1873 1 0.375 0 2405 1837 1 0.312 0 2337 1873 1 0.375 0 2 interp_poly 2405 1837 1 0.312 0 2365 1754 1 0.188 0 2405 1837 1 0.312 0 2 interp_poly 68 -112 -40 -21 2374 3135 3 MP PP 2374 3135 0.438 1 0.625 2334 3114 0.438 1 0.625 2374 3135 0.438 1 0.625 2 interp_poly 2334 3114 0.438 1 0.625 2402 3002 0.688 1 0.375 2334 3114 0.438 1 0.625 2 interp_poly -40 -38 68 -112 2334 3114 3 MP PP 2334 3114 0.438 1 0.625 2402 3002 0.688 1 0.375 2334 3114 0.438 1 0.625 2 interp_poly 2402 3002 0.688 1 0.375 2362 2964 0.688 1 0.375 2402 3002 0.688 1 0.375 2 interp_poly -40 -55 68 -38 2333 2087 3 MP PP 2333 2087 1 0.5 0 2401 2049 1 0.438 0 2333 2087 1 0.5 0 2 interp_poly 2401 2049 1 0.438 0 2361 1994 1 0.375 0 2401 2049 1 0.438 0 2 interp_poly 68 -102 -40 -25 2371 3565 3 MP PP 2371 3565 0 0.812 1 2331 3540 0 0.812 1 2371 3565 0 0.812 1 2 interp_poly 2331 3540 0 0.812 1 2399 3438 0 1 1 2331 3540 0 0.812 1 2 interp_poly -40 -50 68 -102 2331 3540 3 MP PP 2331 3540 0 0.812 1 2399 3438 0 1 1 2331 3540 0 0.812 1 2 interp_poly 2399 3438 0 1 1 2359 3388 0.0625 1 1 2399 3438 0 1 1 2 interp_poly 68 -143 -40 -28 2367 4109 3 MP PP 2367 4109 0 0 0.875 2327 4081 0 0 0.875 2367 4109 0 0 0.875 2 interp_poly 2327 4081 0 0 0.875 2395 3938 0 0.188 1 2327 4081 0 0 0.875 2 interp_poly -40 -17 68 -143 2327 4081 3 MP PP 2327 4081 0 0 0.875 2395 3938 0 0.188 1 2327 4081 0 0 0.875 2 interp_poly 2395 3938 0 0.188 1 2355 3921 0 0.188 1 2395 3938 0 0.188 1 2 interp_poly 68 -22 -40 -48 2365 1754 3 MP PP 2365 1754 1 0.188 0 2325 1706 1 0.125 0 2365 1754 1 0.188 0 2 interp_poly 2325 1706 1 0.125 0 2393 1684 1 0.125 0 2325 1706 1 0.125 0 2 interp_poly 68 -76 -40 26 2362 2964 3 MP PP 2362 2964 0.688 1 0.375 2322 2990 0.562 1 0.5 2362 2964 0.688 1 0.375 2 interp_poly 2322 2990 0.562 1 0.5 2390 2914 0.75 1 0.312 2322 2990 0.562 1 0.5 2 interp_poly -40 -69 68 -76 2322 2990 3 MP PP 2322 2990 0.562 1 0.5 2390 2914 0.75 1 0.312 2322 2990 0.562 1 0.5 2 interp_poly 2390 2914 0.75 1 0.312 2350 2845 0.812 1 0.25 2390 2914 0.75 1 0.312 2 interp_poly 68 -29 -40 -25 2361 1994 3 MP PP 2361 1994 1 0.375 0 2321 1969 1 0.375 0 2361 1994 1 0.375 0 2 interp_poly 2321 1969 1 0.375 0 2389 1940 1 0.312 0 2321 1969 1 0.375 0 2 interp_poly -40 -35 68 -29 2321 1969 3 MP PP 2321 1969 1 0.375 0 2389 1940 1 0.312 0 2321 1969 1 0.375 0 2 interp_poly 2389 1940 1 0.312 0 2349 1905 1 0.312 0 2389 1940 1 0.312 0 2 interp_poly 67 -104 -40 9 2359 3388 3 MP PP 2359 3388 0.0625 1 1 2319 3397 0 1 1 2359 3388 0.0625 1 1 2 interp_poly 2319 3397 0 1 1 2386 3293 0.188 1 0.875 2319 3397 0 1 1 2 interp_poly -40 -1 67 -104 2319 3397 3 MP PP 2319 3397 0 1 1 2386 3293 0.188 1 0.875 2319 3397 0 1 1 2 interp_poly 2386 3293 0.188 1 0.875 2346 3292 0.125 1 0.938 2386 3293 0.188 1 0.875 2 interp_poly 68 -77 -40 33 2357 2213 3 MP PP 2357 2213 1 0.5 0 2317 2246 1 0.625 0 2357 2213 1 0.5 0 2 interp_poly 2317 2246 1 0.625 0 2385 2169 1 0.5 0 2317 2246 1 0.625 0 2 interp_poly -40 -45 68 -77 2317 2246 3 MP PP 2317 2246 1 0.625 0 2385 2169 1 0.5 0 2317 2246 1 0.625 0 2 interp_poly 2385 2169 1 0.5 0 2345 2124 1 0.438 0 2385 2169 1 0.5 0 2 interp_poly 68 -139 -40 -25 2355 3921 3 MP PP 2355 3921 0 0.188 1 2315 3896 0 0.188 1 2355 3921 0 0.188 1 2 interp_poly 2315 3896 0 0.188 1 2383 3757 0 0.5 1 2315 3896 0 0.188 1 2 interp_poly -40 -11 68 -139 2315 3896 3 MP PP 2315 3896 0 0.188 1 2383 3757 0 0.5 1 2315 3896 0 0.188 1 2 interp_poly 2383 3757 0 0.5 1 2343 3746 0 0.438 1 2383 3757 0 0.5 1 2 interp_poly -40 -15 68 -76 2314 2561 3 MP PP 2314 2561 1 1 0 2382 2485 1 0.875 0 2314 2561 1 1 0 2 interp_poly 2382 2485 1 0.875 0 2342 2470 1 0.875 0 2382 2485 1 0.875 0 2 interp_poly 68 -16 -40 0 2349 1905 3 MP PP 2349 1905 1 0.312 0 2309 1905 1 0.375 0 2349 1905 1 0.312 0 2 interp_poly 2309 1905 1 0.375 0 2377 1889 1 0.375 0 2309 1905 1 0.375 0 2 interp_poly -40 -16 68 -16 2309 1905 3 MP PP 2309 1905 1 0.375 0 2377 1889 1 0.375 0 2309 1905 1 0.375 0 2 interp_poly 2377 1889 1 0.375 0 2337 1873 1 0.375 0 2377 1889 1 0.375 0 2 interp_poly 68 -98 -40 -59 2346 3292 3 MP PP 2346 3292 0.125 1 0.938 2306 3233 0.25 1 0.812 2346 3292 0.125 1 0.938 2 interp_poly 2306 3233 0.25 1 0.812 2374 3135 0.438 1 0.625 2306 3233 0.25 1 0.812 2 interp_poly -40 -21 68 -98 2306 3233 3 MP PP 2306 3233 0.25 1 0.812 2374 3135 0.438 1 0.625 2306 3233 0.25 1 0.812 2 interp_poly 2374 3135 0.438 1 0.625 2334 3114 0.438 1 0.625 2374 3135 0.438 1 0.625 2 interp_poly 68 -134 -40 -47 2343 3746 3 MP PP 2343 3746 0 0.438 1 2303 3699 0 0.5 1 2343 3746 0 0.438 1 2 interp_poly 2303 3699 0 0.5 1 2371 3565 0 0.812 1 2303 3699 0 0.5 1 2 interp_poly -40 -25 68 -134 2303 3699 3 MP PP 2303 3699 0 0.5 1 2371 3565 0 0.812 1 2303 3699 0 0.5 1 2 interp_poly 2371 3565 0 0.812 1 2331 3540 0 0.812 1 2371 3565 0 0.812 1 2 interp_poly -40 -58 68 -54 2262 2421 3 MP PP 2262 2421 1 0.875 0 2330 2367 1 0.812 0 2262 2421 1 0.875 0 2 interp_poly 2330 2367 1 0.812 0 2290 2309 1 0.688 0 2330 2367 1 0.812 0 2 interp_poly 68 -54 -40 31 2302 2390 3 MP PP 2302 2390 1 0.75 0 2262 2421 1 0.875 0 2302 2390 1 0.75 0 2 interp_poly 2262 2421 1 0.875 0 2330 2367 1 0.812 0 2262 2421 1 0.875 0 2 interp_poly 67 -96 -40 -58 2330 2367 3 MP PP 2330 2367 1 0.812 0 2290 2309 1 0.688 0 2330 2367 1 0.812 0 2 interp_poly 2290 2309 1 0.688 0 2357 2213 1 0.5 0 2290 2309 1 0.688 0 2 interp_poly -40 40 68 -63 2302 2390 3 MP PP 2302 2390 1 0.75 0 2370 2327 1 0.625 0 2302 2390 1 0.75 0 2 interp_poly 2370 2327 1 0.625 0 2330 2367 1 0.812 0 2370 2327 1 0.625 0 2 interp_poly 68 -63 -40 -80 2342 2470 3 MP PP 2342 2470 1 0.875 0 2302 2390 1 0.75 0 2342 2470 1 0.875 0 2 interp_poly 2302 2390 1 0.75 0 2370 2327 1 0.625 0 2302 2390 1 0.75 0 2 interp_poly 68 -168 -40 -24 2339 4301 3 MP PP 2339 4301 0 0 0.562 2299 4277 0 0 0.562 2339 4301 0 0 0.562 2 interp_poly 2299 4277 0 0 0.562 2367 4109 0 0 0.875 2299 4277 0 0 0.562 2 interp_poly -40 -28 68 -168 2299 4277 3 MP PP 2299 4277 0 0 0.562 2367 4109 0 0 0.875 2299 4277 0 0 0.562 2 interp_poly 2367 4109 0 0 0.875 2327 4081 0 0 0.875 2367 4109 0 0 0.875 2 interp_poly -40 -5 68 -44 2258 2714 3 MP PP 2258 2714 0.875 1 0.188 2326 2670 0.938 1 0.125 2258 2714 0.875 1 0.188 2 interp_poly 2326 2670 0.938 1 0.125 2286 2665 0.875 1 0.188 2326 2670 0.938 1 0.125 2 interp_poly 68 -44 -40 60 2298 2654 3 MP PP 2298 2654 1 1 0 2258 2714 0.875 1 0.188 2298 2654 1 1 0 2 interp_poly 2258 2714 0.875 1 0.188 2326 2670 0.938 1 0.125 2258 2714 0.875 1 0.188 2 interp_poly -40 95 68 -79 2298 2654 3 MP PP 2298 2654 1 1 0 2366 2575 1 0.812 0 2298 2654 1 1 0 2 interp_poly 2366 2575 1 0.812 0 2326 2670 0.938 1 0.125 2366 2575 1 0.812 0 2 interp_poly 68 -79 -40 -139 2338 2793 3 MP PP 2338 2793 0.812 1 0.25 2298 2654 1 1 0 2338 2793 0.812 1 0.25 2 interp_poly 2298 2654 1 1 0 2366 2575 1 0.812 0 2298 2654 1 1 0 2 interp_poly 68 -13 -40 -106 2337 1873 3 MP PP 2337 1873 1 0.375 0 2297 1767 1 0.188 0 2337 1873 1 0.375 0 2 interp_poly 2297 1767 1 0.188 0 2365 1754 1 0.188 0 2297 1767 1 0.188 0 2 interp_poly -40 -48 68 -13 2297 1767 3 MP PP 2297 1767 1 0.188 0 2365 1754 1 0.188 0 2297 1767 1 0.188 0 2 interp_poly 2365 1754 1 0.188 0 2325 1706 1 0.125 0 2365 1754 1 0.188 0 2 interp_poly 68 -80 -40 -70 2334 3114 3 MP PP 2334 3114 0.438 1 0.625 2294 3044 0.562 1 0.5 2334 3114 0.438 1 0.625 2 interp_poly 2294 3044 0.562 1 0.5 2362 2964 0.688 1 0.375 2294 3044 0.562 1 0.5 2 interp_poly -40 26 68 -80 2294 3044 3 MP PP 2294 3044 0.562 1 0.5 2362 2964 0.688 1 0.375 2294 3044 0.562 1 0.5 2 interp_poly 2362 2964 0.688 1 0.375 2322 2990 0.562 1 0.5 2362 2964 0.688 1 0.375 2 interp_poly 68 -30 -40 -63 2333 2087 3 MP PP 2333 2087 1 0.5 0 2293 2024 1 0.438 0 2333 2087 1 0.5 0 2 interp_poly 2293 2024 1 0.438 0 2361 1994 1 0.375 0 2293 2024 1 0.438 0 2 interp_poly -40 -25 68 -30 2293 2024 3 MP PP 2293 2024 1 0.438 0 2361 1994 1 0.375 0 2293 2024 1 0.438 0 2 interp_poly 2361 1994 1 0.375 0 2321 1969 1 0.375 0 2361 1994 1 0.375 0 2 interp_poly 68 -129 -40 -23 2331 3540 3 MP PP 2331 3540 0 0.812 1 2291 3517 0 0.812 1 2331 3540 0 0.812 1 2 interp_poly 2291 3517 0 0.812 1 2359 3388 0.0625 1 1 2291 3517 0 0.812 1 2 interp_poly -40 9 68 -129 2291 3517 3 MP PP 2291 3517 0 0.812 1 2359 3388 0.0625 1 1 2291 3517 0 0.812 1 2 interp_poly 2359 3388 0.0625 1 1 2319 3397 0 1 1 2359 3388 0.0625 1 1 2 interp_poly -40 33 67 -96 2290 2309 3 MP PP 2290 2309 1 0.688 0 2357 2213 1 0.5 0 2290 2309 1 0.688 0 2 interp_poly 2357 2213 1 0.5 0 2317 2246 1 0.625 0 2357 2213 1 0.5 0 2 interp_poly 68 -140 -40 -20 2327 4081 3 MP PP 2327 4081 0 0 0.875 2287 4061 0 0 0.875 2327 4081 0 0 0.875 2 interp_poly 2287 4061 0 0 0.875 2355 3921 0 0.188 1 2287 4061 0 0 0.875 2 interp_poly -40 -25 68 -140 2287 4061 3 MP PP 2287 4061 0 0 0.875 2355 3921 0 0.188 1 2287 4061 0 0 0.875 2 interp_poly 2355 3921 0 0.188 1 2315 3896 0 0.188 1 2355 3921 0 0.188 1 2 interp_poly -40 -18 68 -73 2242 2973 3 MP PP 2242 2973 0.5 1 0.562 2310 2900 0.625 1 0.438 2242 2973 0.5 1 0.562 2 interp_poly 2310 2900 0.625 1 0.438 2270 2882 0.625 1 0.438 2310 2900 0.625 1 0.438 2 interp_poly 68 -73 -40 37 2282 2936 3 MP PP 2282 2936 0.625 1 0.438 2242 2973 0.5 1 0.562 2282 2936 0.625 1 0.438 2 interp_poly 2242 2973 0.5 1 0.562 2310 2900 0.625 1 0.438 2242 2973 0.5 1 0.562 2 interp_poly 68 -89 -40 -18 2310 2900 3 MP PP 2310 2900 0.625 1 0.438 2270 2882 0.625 1 0.438 2310 2900 0.625 1 0.438 2 interp_poly 2270 2882 0.625 1 0.438 2338 2793 0.812 1 0.25 2270 2882 0.625 1 0.438 2 interp_poly -40 55 68 -91 2282 2936 3 MP PP 2282 2936 0.625 1 0.438 2350 2845 0.812 1 0.25 2282 2936 0.625 1 0.438 2 interp_poly 2350 2845 0.812 1 0.25 2310 2900 0.625 1 0.438 2350 2845 0.812 1 0.25 2 interp_poly 68 -91 -40 -54 2322 2990 3 MP PP 2322 2990 0.562 1 0.5 2282 2936 0.625 1 0.438 2322 2990 0.562 1 0.5 2 interp_poly 2282 2936 0.625 1 0.438 2350 2845 0.812 1 0.25 2282 2936 0.625 1 0.438 2 interp_poly 68 -27 -40 -37 2321 1969 3 MP PP 2321 1969 1 0.375 0 2281 1932 1 0.312 0 2321 1969 1 0.375 0 2 interp_poly 2281 1932 1 0.312 0 2349 1905 1 0.312 0 2281 1932 1 0.312 0 2 interp_poly -40 0 68 -27 2281 1932 3 MP PP 2281 1932 1 0.312 0 2349 1905 1 0.312 0 2281 1932 1 0.312 0 2 interp_poly 2349 1905 1 0.312 0 2309 1905 1 0.375 0 2349 1905 1 0.312 0 2 interp_poly 67 -125 -40 20 2319 3397 3 MP PP 2319 3397 0 1 1 2279 3417 0 0.875 1 2319 3397 0 1 1 2 interp_poly 2279 3417 0 0.875 1 2346 3292 0.125 1 0.938 2279 3417 0 0.875 1 2 interp_poly -40 -59 67 -125 2279 3417 3 MP PP 2279 3417 0 0.875 1 2346 3292 0.125 1 0.938 2279 3417 0 0.875 1 2 interp_poly 2346 3292 0.125 1 0.938 2306 3233 0.25 1 0.812 2346 3292 0.125 1 0.938 2 interp_poly 68 -31 -40 -91 2317 2246 3 MP PP 2317 2246 1 0.625 0 2277 2155 1 0.5 0 2317 2246 1 0.625 0 2 interp_poly 2277 2155 1 0.5 0 2345 2124 1 0.438 0 2277 2155 1 0.5 0 2 interp_poly -40 1 68 -31 2277 2155 3 MP PP 2277 2155 1 0.5 0 2345 2124 1 0.438 0 2277 2155 1 0.5 0 2 interp_poly 2345 2124 1 0.438 0 2305 2125 1 0.5 0 2345 2124 1 0.438 0 2 interp_poly 68 -133 -40 -17 2315 3896 3 MP PP 2315 3896 0 0.188 1 2275 3879 0 0.188 1 2315 3896 0 0.188 1 2 interp_poly 2275 3879 0 0.188 1 2343 3746 0 0.438 1 2275 3879 0 0.188 1 2 interp_poly -40 -47 68 -133 2275 3879 3 MP PP 2275 3879 0 0.188 1 2343 3746 0 0.438 1 2275 3879 0 0.188 1 2 interp_poly 2343 3746 0 0.438 1 2303 3699 0 0.5 1 2343 3746 0 0.438 1 2 interp_poly 68 -41 -40 -50 2314 2561 3 MP PP 2314 2561 1 1 0 2274 2511 1 0.938 0 2314 2561 1 1 0 2 interp_poly 2274 2511 1 0.938 0 2342 2470 1 0.875 0 2274 2511 1 0.938 0 2 interp_poly -40 -80 68 -41 2274 2511 3 MP PP 2274 2511 1 0.938 0 2342 2470 1 0.875 0 2274 2511 1 0.938 0 2 interp_poly 2342 2470 1 0.875 0 2302 2390 1 0.75 0 2342 2470 1 0.875 0 2 interp_poly -40 -139 68 -89 2270 2882 3 MP PP 2270 2882 0.625 1 0.438 2338 2793 0.812 1 0.25 2270 2882 0.625 1 0.438 2 interp_poly 2338 2793 0.812 1 0.25 2298 2654 1 1 0 2338 2793 0.812 1 0.25 2 interp_poly 68 -48 -40 16 2309 1905 3 MP PP 2309 1905 1 0.375 0 2269 1921 1 0.438 0 2309 1905 1 0.375 0 2 interp_poly 2269 1921 1 0.438 0 2337 1873 1 0.375 0 2269 1921 1 0.438 0 2 interp_poly -40 -106 68 -48 2269 1921 3 MP PP 2269 1921 1 0.438 0 2337 1873 1 0.375 0 2269 1921 1 0.438 0 2 interp_poly 2337 1873 1 0.375 0 2297 1767 1 0.188 0 2337 1873 1 0.375 0 2 interp_poly 68 -98 -40 -21 2306 3233 3 MP PP 2306 3233 0.25 1 0.812 2266 3212 0.25 1 0.812 2306 3233 0.25 1 0.812 2 interp_poly 2266 3212 0.25 1 0.812 2334 3114 0.438 1 0.625 2266 3212 0.25 1 0.812 2 interp_poly -40 -70 68 -98 2266 3212 3 MP PP 2266 3212 0.25 1 0.812 2334 3114 0.438 1 0.625 2266 3212 0.25 1 0.812 2 interp_poly 2334 3114 0.438 1 0.625 2294 3044 0.562 1 0.5 2334 3114 0.438 1 0.625 2 interp_poly 68 -41 -40 3 2305 2125 3 MP PP 2305 2125 1 0.5 0 2265 2128 1 0.562 0 2305 2125 1 0.5 0 2 interp_poly 2265 2128 1 0.562 0 2333 2087 1 0.5 0 2265 2128 1 0.562 0 2 interp_poly -40 -63 68 -41 2265 2128 3 MP PP 2265 2128 1 0.562 0 2333 2087 1 0.5 0 2265 2128 1 0.562 0 2 interp_poly 2333 2087 1 0.5 0 2293 2024 1 0.438 0 2333 2087 1 0.5 0 2 interp_poly 68 -118 -40 -41 2303 3699 3 MP PP 2303 3699 0 0.5 1 2263 3658 0 0.562 1 2303 3699 0 0.5 1 2 interp_poly 2263 3658 0 0.562 1 2331 3540 0 0.812 1 2263 3658 0 0.562 1 2 interp_poly -40 -23 68 -118 2263 3658 3 MP PP 2263 3658 0 0.562 1 2331 3540 0 0.812 1 2263 3658 0 0.562 1 2 interp_poly 2331 3540 0 0.812 1 2291 3517 0 0.812 1 2331 3540 0 0.812 1 2 interp_poly 68 -171 -40 -25 2299 4277 3 MP PP 2299 4277 0 0 0.562 2259 4252 0 0 0.562 2299 4277 0 0 0.562 2 interp_poly 2259 4252 0 0 0.562 2327 4081 0 0 0.875 2259 4252 0 0 0.562 2 interp_poly -40 -20 68 -171 2259 4252 3 MP PP 2259 4252 0 0 0.562 2327 4081 0 0 0.875 2259 4252 0 0 0.562 2 interp_poly 2327 4081 0 0 0.875 2287 4061 0 0 0.875 2327 4081 0 0 0.875 2 interp_poly 68 -27 -40 -34 2297 1767 3 MP PP 2297 1767 1 0.188 0 2257 1733 1 0.188 0 2297 1767 1 0.188 0 2 interp_poly 2257 1733 1 0.188 0 2325 1706 1 0.125 0 2257 1733 1 0.188 0 2 interp_poly 68 -103 -40 49 2294 3044 3 MP PP 2294 3044 0.562 1 0.5 2254 3093 0.375 1 0.688 2294 3044 0.562 1 0.5 2 interp_poly 2254 3093 0.375 1 0.688 2322 2990 0.562 1 0.5 2254 3093 0.375 1 0.688 2 interp_poly -40 -54 68 -103 2254 3093 3 MP PP 2254 3093 0.375 1 0.688 2322 2990 0.562 1 0.5 2254 3093 0.375 1 0.688 2 interp_poly 2322 2990 0.562 1 0.5 2282 2936 0.625 1 0.438 2322 2990 0.562 1 0.5 2 interp_poly 68 -53 -40 -2 2293 2024 3 MP PP 2293 2024 1 0.438 0 2253 2022 1 0.438 0 2293 2024 1 0.438 0 2 interp_poly 2253 2022 1 0.438 0 2321 1969 1 0.375 0 2253 2022 1 0.438 0 2 interp_poly -40 -37 68 -53 2253 2022 3 MP PP 2253 2022 1 0.438 0 2321 1969 1 0.375 0 2253 2022 1 0.438 0 2 interp_poly 2321 1969 1 0.375 0 2281 1932 1 0.312 0 2321 1969 1 0.375 0 2 interp_poly 68 -125 -40 5 2291 3517 3 MP PP 2291 3517 0 0.812 1 2251 3522 0 0.75 1 2291 3517 0 0.812 1 2 interp_poly 2251 3522 0 0.75 1 2319 3397 0 1 1 2251 3522 0 0.75 1 2 interp_poly -40 20 68 -125 2251 3522 3 MP PP 2251 3522 0 0.75 1 2319 3397 0 1 1 2251 3522 0 0.75 1 2 interp_poly 2319 3397 0 1 1 2279 3417 0 0.875 1 2319 3397 0 1 1 2 interp_poly 67 -21 -40 -42 2290 2309 3 MP PP 2290 2309 1 0.688 0 2250 2267 1 0.688 0 2290 2309 1 0.688 0 2 interp_poly 2250 2267 1 0.688 0 2317 2246 1 0.625 0 2250 2267 1 0.688 0 2 interp_poly -40 -91 67 -21 2250 2267 3 MP PP 2250 2267 1 0.688 0 2317 2246 1 0.625 0 2250 2267 1 0.688 0 2 interp_poly 2317 2246 1 0.625 0 2277 2155 1 0.5 0 2317 2246 1 0.625 0 2 interp_poly 68 -148 -40 -17 2287 4061 3 MP PP 2287 4061 0 0 0.875 2247 4044 0 0 0.875 2287 4061 0 0 0.875 2 interp_poly 2247 4044 0 0 0.875 2315 3896 0 0.188 1 2247 4044 0 0 0.875 2 interp_poly -40 -17 68 -148 2247 4044 3 MP PP 2247 4044 0 0 0.875 2315 3896 0 0.188 1 2247 4044 0 0 0.875 2 interp_poly 2315 3896 0 0.188 1 2275 3879 0 0.188 1 2315 3896 0 0.188 1 2 interp_poly 68 -52 -40 -52 2286 2665 3 MP PP 2286 2665 0.875 1 0.188 2246 2613 0.938 1 0.125 2286 2665 0.875 1 0.188 2 interp_poly 2246 2613 0.938 1 0.125 2314 2561 1 1 0 2246 2613 0.938 1 0.125 2 interp_poly -40 -50 68 -52 2246 2613 3 MP PP 2246 2613 0.938 1 0.125 2314 2561 1 1 0 2246 2613 0.938 1 0.125 2 interp_poly 2314 2561 1 1 0 2274 2511 1 0.938 0 2314 2561 1 1 0 2 interp_poly -40 -101 68 -16 2201 1937 3 MP PP 2201 1937 1 0.438 0 2269 1921 1 0.438 0 2201 1937 1 0.438 0 2 interp_poly 2269 1921 1 0.438 0 2229 1820 1 0.25 0 2269 1921 1 0.438 0 2 interp_poly 68 -16 -40 7 2241 1930 3 MP PP 2241 1930 1 0.375 0 2201 1937 1 0.438 0 2241 1930 1 0.375 0 2 interp_poly 2201 1937 1 0.438 0 2269 1921 1 0.438 0 2201 1937 1 0.438 0 2 interp_poly 68 -53 -40 -101 2269 1921 3 MP PP 2269 1921 1 0.438 0 2229 1820 1 0.25 0 2269 1921 1 0.438 0 2 interp_poly 2229 1820 1 0.25 0 2297 1767 1 0.188 0 2229 1820 1 0.25 0 2 interp_poly -40 16 68 -25 2241 1930 3 MP PP 2241 1930 1 0.375 0 2309 1905 1 0.375 0 2241 1930 1 0.375 0 2 interp_poly 2309 1905 1 0.375 0 2269 1921 1 0.438 0 2309 1905 1 0.375 0 2 interp_poly 68 -25 -40 -2 2281 1932 3 MP PP 2281 1932 1 0.312 0 2241 1930 1 0.375 0 2281 1932 1 0.312 0 2 interp_poly 2241 1930 1 0.375 0 2309 1905 1 0.375 0 2241 1930 1 0.375 0 2 interp_poly 67 -128 -40 -56 2279 3417 3 MP PP 2279 3417 0 0.875 1 2239 3361 0 0.938 1 2279 3417 0 0.875 1 2 interp_poly 2239 3361 0 0.938 1 2306 3233 0.25 1 0.812 2239 3361 0 0.938 1 2 interp_poly -40 -21 67 -128 2239 3361 3 MP PP 2239 3361 0 0.938 1 2306 3233 0.25 1 0.812 2239 3361 0 0.938 1 2 interp_poly 2306 3233 0.25 1 0.812 2266 3212 0.25 1 0.812 2306 3233 0.25 1 0.812 2 interp_poly -40 -46 68 -51 2197 2179 3 MP PP 2197 2179 1 0.625 0 2265 2128 1 0.562 0 2197 2179 1 0.625 0 2 interp_poly 2265 2128 1 0.562 0 2225 2082 1 0.5 0 2265 2128 1 0.562 0 2 interp_poly 68 -51 -40 39 2237 2140 3 MP PP 2237 2140 1 0.5 0 2197 2179 1 0.625 0 2237 2140 1 0.5 0 2 interp_poly 2197 2179 1 0.625 0 2265 2128 1 0.562 0 2197 2179 1 0.625 0 2 interp_poly 68 -15 -40 -15 2277 2155 3 MP PP 2277 2155 1 0.5 0 2237 2140 1 0.5 0 2277 2155 1 0.5 0 2 interp_poly 2237 2140 1 0.5 0 2305 2125 1 0.5 0 2237 2140 1 0.5 0 2 interp_poly -40 3 68 -15 2237 2140 3 MP PP 2237 2140 1 0.5 0 2305 2125 1 0.5 0 2237 2140 1 0.5 0 2 interp_poly 2305 2125 1 0.5 0 2265 2128 1 0.562 0 2305 2125 1 0.5 0 2 interp_poly 68 -140 -40 -40 2275 3879 3 MP PP 2275 3879 0 0.188 1 2235 3839 0 0.188 1 2275 3879 0 0.188 1 2 interp_poly 2235 3839 0 0.188 1 2303 3699 0 0.5 1 2235 3839 0 0.188 1 2 interp_poly -40 -41 68 -140 2235 3839 3 MP PP 2235 3839 0 0.188 1 2303 3699 0 0.5 1 2235 3839 0 0.188 1 2 interp_poly 2303 3699 0 0.5 1 2263 3658 0 0.562 1 2303 3699 0 0.5 1 2 interp_poly 68 -92 -40 -29 2274 2511 3 MP PP 2274 2511 1 0.938 0 2234 2482 1 0.938 0 2274 2511 1 0.938 0 2 interp_poly 2234 2482 1 0.938 0 2302 2390 1 0.75 0 2234 2482 1 0.938 0 2 interp_poly -40 31 68 -92 2234 2482 3 MP PP 2234 2482 1 0.938 0 2302 2390 1 0.75 0 2234 2482 1 0.938 0 2 interp_poly 2302 2390 1 0.75 0 2262 2421 1 0.875 0 2302 2390 1 0.75 0 2 interp_poly -40 19 68 -76 2190 2790 3 MP PP 2190 2790 0.75 1 0.312 2258 2714 0.875 1 0.188 2190 2790 0.75 1 0.312 2 interp_poly 2258 2714 0.875 1 0.188 2218 2733 0.75 1 0.312 2258 2714 0.875 1 0.188 2 interp_poly 68 -76 -40 54 2230 2736 3 MP PP 2230 2736 0.938 1 0.125 2190 2790 0.75 1 0.312 2230 2736 0.938 1 0.125 2 interp_poly 2190 2790 0.75 1 0.312 2258 2714 0.875 1 0.188 2190 2790 0.75 1 0.312 2 interp_poly 68 -68 -40 19 2258 2714 3 MP PP 2258 2714 0.875 1 0.188 2218 2733 0.75 1 0.312 2258 2714 0.875 1 0.188 2 interp_poly 2218 2733 0.75 1 0.312 2286 2665 0.875 1 0.188 2218 2733 0.75 1 0.312 2 interp_poly -40 60 68 -82 2230 2736 3 MP PP 2230 2736 0.938 1 0.125 2298 2654 1 1 0 2230 2736 0.938 1 0.125 2 interp_poly 2298 2654 1 1 0 2258 2714 0.875 1 0.188 2298 2654 1 1 0 2 interp_poly 68 -82 -40 -146 2270 2882 3 MP PP 2270 2882 0.625 1 0.438 2230 2736 0.938 1 0.125 2270 2882 0.625 1 0.438 2 interp_poly 2230 2736 0.938 1 0.125 2298 2654 1 1 0 2230 2736 0.938 1 0.125 2 interp_poly -40 -34 68 -53 2229 1820 3 MP PP 2229 1820 1 0.25 0 2297 1767 1 0.188 0 2229 1820 1 0.25 0 2 interp_poly 2297 1767 1 0.188 0 2257 1733 1 0.188 0 2297 1767 1 0.188 0 2 interp_poly 68 -102 -40 -66 2266 3212 3 MP PP 2266 3212 0.25 1 0.812 2226 3146 0.312 1 0.75 2266 3212 0.25 1 0.812 2 interp_poly 2226 3146 0.312 1 0.75 2294 3044 0.562 1 0.5 2226 3146 0.312 1 0.75 2 interp_poly -40 49 68 -102 2226 3146 3 MP PP 2226 3146 0.312 1 0.75 2294 3044 0.562 1 0.5 2226 3146 0.312 1 0.75 2 interp_poly 2294 3044 0.562 1 0.5 2254 3093 0.375 1 0.688 2294 3044 0.562 1 0.5 2 interp_poly 68 -58 -40 -46 2265 2128 3 MP PP 2265 2128 1 0.562 0 2225 2082 1 0.5 0 2265 2128 1 0.562 0 2 interp_poly 2225 2082 1 0.5 0 2293 2024 1 0.438 0 2225 2082 1 0.5 0 2 interp_poly -40 -2 68 -58 2225 2082 3 MP PP 2225 2082 1 0.5 0 2293 2024 1 0.438 0 2225 2082 1 0.5 0 2 interp_poly 2293 2024 1 0.438 0 2253 2022 1 0.438 0 2293 2024 1 0.438 0 2 interp_poly 68 -122 -40 -19 2263 3658 3 MP PP 2263 3658 0 0.562 1 2223 3639 0 0.562 1 2263 3658 0 0.562 1 2 interp_poly 2223 3639 0 0.562 1 2291 3517 0 0.812 1 2223 3639 0 0.562 1 2 interp_poly -40 5 68 -122 2223 3639 3 MP PP 2223 3639 0 0.562 1 2291 3517 0 0.812 1 2223 3639 0 0.562 1 2 interp_poly 2291 3517 0 0.812 1 2251 3522 0 0.75 1 2291 3517 0 0.812 1 2 interp_poly 68 -62 -40 -50 2262 2421 3 MP PP 2262 2421 1 0.875 0 2222 2371 1 0.812 0 2262 2421 1 0.875 0 2 interp_poly 2222 2371 1 0.812 0 2290 2309 1 0.688 0 2222 2371 1 0.812 0 2 interp_poly -40 -42 68 -62 2222 2371 3 MP PP 2222 2371 1 0.812 0 2290 2309 1 0.688 0 2222 2371 1 0.812 0 2 interp_poly 2290 2309 1 0.688 0 2250 2267 1 0.688 0 2290 2309 1 0.688 0 2 interp_poly 68 -167 -40 -24 2259 4252 3 MP PP 2259 4252 0 0 0.562 2219 4228 0 0 0.562 2259 4252 0 0 0.562 2 interp_poly 2219 4228 0 0 0.562 2287 4061 0 0 0.875 2219 4228 0 0 0.562 2 interp_poly -40 -17 68 -167 2219 4228 3 MP PP 2219 4228 0 0 0.562 2287 4061 0 0 0.875 2219 4228 0 0 0.562 2 interp_poly 2287 4061 0 0 0.875 2247 4044 0 0 0.875 2287 4061 0 0 0.875 2 interp_poly -40 -52 68 -68 2218 2733 3 MP PP 2218 2733 0.75 1 0.312 2286 2665 0.875 1 0.188 2218 2733 0.75 1 0.312 2 interp_poly 2286 2665 0.875 1 0.188 2246 2613 0.938 1 0.125 2286 2665 0.875 1 0.188 2 interp_poly 68 -113 -40 -44 2254 3093 3 MP PP 2254 3093 0.375 1 0.688 2214 3049 0.438 1 0.625 2254 3093 0.375 1 0.688 2 interp_poly 2214 3049 0.438 1 0.625 2282 2936 0.625 1 0.438 2214 3049 0.438 1 0.625 2 interp_poly -40 37 68 -113 2214 3049 3 MP PP 2214 3049 0.438 1 0.625 2282 2936 0.625 1 0.438 2214 3049 0.438 1 0.625 2 interp_poly 2282 2936 0.625 1 0.438 2242 2973 0.5 1 0.562 2282 2936 0.625 1 0.438 2 interp_poly 68 -39 -40 -51 2253 2022 3 MP PP 2253 2022 1 0.438 0 2213 1971 1 0.375 0 2253 2022 1 0.438 0 2 interp_poly 2213 1971 1 0.375 0 2281 1932 1 0.312 0 2213 1971 1 0.375 0 2 interp_poly -40 -2 68 -39 2213 1971 3 MP PP 2213 1971 1 0.375 0 2281 1932 1 0.312 0 2213 1971 1 0.375 0 2 interp_poly 2281 1932 1 0.312 0 2241 1930 1 0.375 0 2281 1932 1 0.312 0 2 interp_poly 68 -114 -40 9 2251 3522 3 MP PP 2251 3522 0 0.75 1 2211 3531 0 0.625 1 2251 3522 0 0.75 1 2 interp_poly 2211 3531 0 0.625 1 2279 3417 0 0.875 1 2211 3531 0 0.625 1 2 interp_poly -40 -56 68 -114 2211 3531 3 MP PP 2211 3531 0 0.625 1 2279 3417 0 0.875 1 2211 3531 0 0.625 1 2 interp_poly 2279 3417 0 0.875 1 2239 3361 0 0.938 1 2279 3417 0 0.875 1 2 interp_poly 67 -79 -40 -33 2250 2267 3 MP PP 2250 2267 1 0.688 0 2210 2234 1 0.625 0 2250 2267 1 0.688 0 2 interp_poly 2210 2234 1 0.625 0 2277 2155 1 0.5 0 2210 2234 1 0.625 0 2 interp_poly -40 -15 67 -79 2210 2234 3 MP PP 2210 2234 1 0.625 0 2277 2155 1 0.5 0 2210 2234 1 0.625 0 2 interp_poly 2277 2155 1 0.5 0 2237 2140 1 0.5 0 2277 2155 1 0.5 0 2 interp_poly 68 -140 -40 -25 2247 4044 3 MP PP 2247 4044 0 0 0.875 2207 4019 0 0 0.875 2247 4044 0 0 0.875 2 interp_poly 2207 4019 0 0 0.875 2275 3879 0 0.188 1 2207 4019 0 0 0.875 2 interp_poly -40 -40 68 -140 2207 4019 3 MP PP 2207 4019 0 0 0.875 2275 3879 0 0.188 1 2207 4019 0 0 0.875 2 interp_poly 2275 3879 0 0.188 1 2235 3839 0 0.188 1 2275 3879 0 0.188 1 2 interp_poly 68 -54 -40 -48 2246 2613 3 MP PP 2246 2613 0.938 1 0.125 2206 2565 1 1 0.0625 2246 2613 0.938 1 0.125 2 interp_poly 2206 2565 1 1 0.0625 2274 2511 1 0.938 0 2206 2565 1 1 0.0625 2 interp_poly -40 -29 68 -54 2206 2565 3 MP PP 2206 2565 1 1 0.0625 2274 2511 1 0.938 0 2206 2565 1 1 0.0625 2 interp_poly 2274 2511 1 0.938 0 2234 2482 1 0.938 0 2274 2511 1 0.938 0 2 interp_poly 68 -74 -40 -17 2242 2973 3 MP PP 2242 2973 0.5 1 0.562 2202 2956 0.5 1 0.562 2242 2973 0.5 1 0.562 2 interp_poly 2202 2956 0.5 1 0.562 2270 2882 0.625 1 0.438 2202 2956 0.5 1 0.562 2 interp_poly -40 -146 68 -74 2202 2956 3 MP PP 2202 2956 0.5 1 0.562 2270 2882 0.625 1 0.438 2202 2956 0.5 1 0.562 2 interp_poly 2270 2882 0.625 1 0.438 2230 2736 0.938 1 0.125 2270 2882 0.625 1 0.438 2 interp_poly 67 -89 -40 -60 2239 3361 3 MP PP 2239 3361 0 0.938 1 2199 3301 0.0625 1 1 2239 3361 0 0.938 1 2 interp_poly 2199 3301 0.0625 1 1 2266 3212 0.25 1 0.812 2199 3301 0.0625 1 1 2 interp_poly -40 -66 67 -89 2199 3301 3 MP PP 2199 3301 0.0625 1 1 2266 3212 0.25 1 0.812 2199 3301 0.0625 1 1 2 interp_poly 2266 3212 0.25 1 0.812 2226 3146 0.312 1 0.75 2266 3212 0.25 1 0.812 2 interp_poly 68 -147 -40 -34 2235 3839 3 MP PP 2235 3839 0 0.188 1 2195 3805 0 0.25 1 2235 3839 0 0.188 1 2 interp_poly 2195 3805 0 0.25 1 2263 3658 0 0.562 1 2195 3805 0 0.25 1 2 interp_poly -40 -19 68 -147 2195 3805 3 MP PP 2195 3805 0 0.25 1 2263 3658 0 0.562 1 2195 3805 0 0.25 1 2 interp_poly 2263 3658 0 0.562 1 2223 3639 0 0.562 1 2263 3658 0 0.562 1 2 interp_poly 68 -65 -40 4 2234 2482 3 MP PP 2234 2482 1 0.938 0 2194 2486 1 1 0 2234 2482 1 0.938 0 2 interp_poly 2194 2486 1 1 0 2262 2421 1 0.875 0 2194 2486 1 1 0 2 interp_poly -40 -50 68 -65 2194 2486 3 MP PP 2194 2486 1 1 0 2262 2421 1 0.875 0 2194 2486 1 1 0 2 interp_poly 2262 2421 1 0.875 0 2222 2371 1 0.812 0 2262 2421 1 0.875 0 2 interp_poly 68 3 -40 -90 2229 1820 3 MP PP 2229 1820 1 0.25 0 2189 1730 1 0.125 0 2229 1820 1 0.25 0 2 interp_poly 2189 1730 1 0.125 0 2257 1733 1 0.188 0 2189 1730 1 0.125 0 2 interp_poly 68 -101 -40 48 2226 3146 3 MP PP 2226 3146 0.312 1 0.75 2186 3194 0.125 1 0.938 2226 3146 0.312 1 0.75 2 interp_poly 2186 3194 0.125 1 0.938 2254 3093 0.375 1 0.688 2186 3194 0.125 1 0.938 2 interp_poly -40 -44 68 -101 2186 3194 3 MP PP 2186 3194 0.125 1 0.938 2254 3093 0.375 1 0.688 2186 3194 0.125 1 0.938 2 interp_poly 2254 3093 0.375 1 0.688 2214 3049 0.438 1 0.625 2254 3093 0.375 1 0.688 2 interp_poly 68 -65 -40 5 2225 2082 3 MP PP 2225 2082 1 0.5 0 2185 2087 1 0.562 0 2225 2082 1 0.5 0 2 interp_poly 2185 2087 1 0.562 0 2253 2022 1 0.438 0 2185 2087 1 0.562 0 2 interp_poly -40 -51 68 -65 2185 2087 3 MP PP 2185 2087 1 0.562 0 2253 2022 1 0.438 0 2185 2087 1 0.562 0 2 interp_poly 2253 2022 1 0.438 0 2213 1971 1 0.375 0 2253 2022 1 0.438 0 2 interp_poly 68 -125 -40 8 2223 3639 3 MP PP 2223 3639 0 0.562 1 2183 3647 0 0.438 1 2223 3639 0 0.562 1 2 interp_poly 2183 3647 0 0.438 1 2251 3522 0 0.75 1 2183 3647 0 0.438 1 2 interp_poly -40 9 68 -125 2183 3647 3 MP PP 2183 3647 0 0.438 1 2251 3522 0 0.75 1 2183 3647 0 0.438 1 2 interp_poly 2251 3522 0 0.75 1 2211 3531 0 0.625 1 2251 3522 0 0.75 1 2 interp_poly 68 -41 -40 -63 2222 2371 3 MP PP 2222 2371 1 0.812 0 2182 2308 1 0.75 0 2222 2371 1 0.812 0 2 interp_poly 2182 2308 1 0.75 0 2250 2267 1 0.688 0 2182 2308 1 0.75 0 2 interp_poly -40 -33 68 -41 2182 2308 3 MP PP 2182 2308 1 0.75 0 2250 2267 1 0.688 0 2182 2308 1 0.75 0 2 interp_poly 2250 2267 1 0.688 0 2210 2234 1 0.625 0 2250 2267 1 0.688 0 2 interp_poly 68 -160 -40 -24 2219 4228 3 MP PP 2219 4228 0 0 0.562 2179 4204 0 0 0.562 2219 4228 0 0 0.562 2 interp_poly 2179 4204 0 0 0.562 2247 4044 0 0 0.875 2179 4204 0 0 0.562 2 interp_poly -40 -25 68 -160 2179 4204 3 MP PP 2179 4204 0 0 0.562 2247 4044 0 0 0.875 2179 4204 0 0 0.562 2 interp_poly 2247 4044 0 0 0.875 2207 4019 0 0 0.875 2247 4044 0 0 0.875 2 interp_poly 68 -52 -40 -68 2218 2733 3 MP PP 2218 2733 0.75 1 0.312 2178 2665 0.875 1 0.188 2218 2733 0.75 1 0.312 2 interp_poly 2178 2665 0.875 1 0.188 2246 2613 0.938 1 0.125 2178 2665 0.875 1 0.188 2 interp_poly -40 -48 68 -52 2178 2665 3 MP PP 2178 2665 0.875 1 0.188 2246 2613 0.938 1 0.125 2178 2665 0.875 1 0.188 2 interp_poly 2246 2613 0.938 1 0.125 2206 2565 1 1 0.0625 2246 2613 0.938 1 0.125 2 interp_poly 68 -54 -40 -22 2214 3049 3 MP PP 2214 3049 0.438 1 0.625 2174 3027 0.375 1 0.688 2214 3049 0.438 1 0.625 2 interp_poly 2174 3027 0.375 1 0.688 2242 2973 0.5 1 0.562 2174 3027 0.375 1 0.688 2 interp_poly -40 -17 68 -54 2174 3027 3 MP PP 2174 3027 0.375 1 0.688 2242 2973 0.5 1 0.562 2174 3027 0.375 1 0.688 2 interp_poly 2242 2973 0.5 1 0.562 2202 2956 0.5 1 0.562 2242 2973 0.5 1 0.562 2 interp_poly 68 -41 -40 0 2213 1971 3 MP PP 2213 1971 1 0.375 0 2173 1971 1 0.438 0 2213 1971 1 0.375 0 2 interp_poly 2173 1971 1 0.438 0 2241 1930 1 0.375 0 2173 1971 1 0.438 0 2 interp_poly -40 7 68 -41 2173 1971 3 MP PP 2173 1971 1 0.438 0 2241 1930 1 0.375 0 2173 1971 1 0.438 0 2 interp_poly 2241 1930 1 0.375 0 2201 1937 1 0.438 0 2241 1930 1 0.375 0 2 interp_poly 68 -107 -40 -63 2211 3531 3 MP PP 2211 3531 0 0.625 1 2171 3468 0 0.75 1 2211 3531 0 0.625 1 2 interp_poly 2171 3468 0 0.75 1 2239 3361 0 0.938 1 2171 3468 0 0.75 1 2 interp_poly -40 -60 68 -107 2171 3468 3 MP PP 2171 3468 0 0.75 1 2239 3361 0 0.938 1 2171 3468 0 0.75 1 2 interp_poly 2239 3361 0 0.938 1 2199 3301 0.0625 1 1 2239 3361 0 0.938 1 2 interp_poly 67 -69 -40 -25 2210 2234 3 MP PP 2210 2234 1 0.625 0 2170 2209 1 0.625 0 2210 2234 1 0.625 0 2 interp_poly 2170 2209 1 0.625 0 2237 2140 1 0.5 0 2170 2209 1 0.625 0 2 interp_poly -40 39 67 -69 2170 2209 3 MP PP 2170 2209 1 0.625 0 2237 2140 1 0.5 0 2170 2209 1 0.625 0 2 interp_poly 2237 2140 1 0.5 0 2197 2179 1 0.625 0 2237 2140 1 0.5 0 2 interp_poly 68 -152 -40 -28 2207 4019 3 MP PP 2207 4019 0 0 0.875 2167 3991 0 0 0.875 2207 4019 0 0 0.875 2 interp_poly 2167 3991 0 0 0.875 2235 3839 0 0.188 1 2167 3991 0 0 0.875 2 interp_poly -40 -34 68 -152 2167 3991 3 MP PP 2167 3991 0 0 0.875 2235 3839 0 0.188 1 2167 3991 0 0 0.875 2 interp_poly 2235 3839 0 0.188 1 2195 3805 0 0.25 1 2235 3839 0 0.188 1 2 interp_poly 68 -50 -40 -33 2206 2565 3 MP PP 2206 2565 1 1 0.0625 2166 2532 1 1 0 2206 2565 1 1 0.0625 2 interp_poly 2166 2532 1 1 0 2234 2482 1 0.938 0 2166 2532 1 1 0 2 interp_poly -40 4 68 -50 2166 2532 3 MP PP 2166 2532 1 1 0 2234 2482 1 0.938 0 2166 2532 1 1 0 2 interp_poly 2234 2482 1 0.938 0 2194 2486 1 1 0 2234 2482 1 0.938 0 2 interp_poly 68 -124 -40 -96 2202 2956 3 MP PP 2202 2956 0.5 1 0.562 2162 2860 0.625 1 0.438 2202 2956 0.5 1 0.562 2 interp_poly 2162 2860 0.625 1 0.438 2230 2736 0.938 1 0.125 2162 2860 0.625 1 0.438 2 interp_poly -40 54 68 -124 2162 2860 3 MP PP 2162 2860 0.625 1 0.438 2230 2736 0.938 1 0.125 2162 2860 0.625 1 0.438 2 interp_poly 2230 2736 0.938 1 0.125 2190 2790 0.75 1 0.312 2230 2736 0.938 1 0.125 2 interp_poly 68 -57 -40 -60 2201 1937 3 MP PP 2201 1937 1 0.438 0 2161 1877 1 0.375 0 2201 1937 1 0.438 0 2 interp_poly 2161 1877 1 0.375 0 2229 1820 1 0.25 0 2161 1877 1 0.375 0 2 interp_poly -40 -90 68 -57 2161 1877 3 MP PP 2161 1877 1 0.375 0 2229 1820 1 0.25 0 2161 1877 1 0.375 0 2 interp_poly 2229 1820 1 0.25 0 2189 1730 1 0.125 0 2229 1820 1 0.25 0 2 interp_poly 67 -137 -40 -18 2199 3301 3 MP PP 2199 3301 0.0625 1 1 2159 3283 0.0625 1 1 2199 3301 0.0625 1 1 2 interp_poly 2159 3283 0.0625 1 1 2226 3146 0.312 1 0.75 2159 3283 0.0625 1 1 2 interp_poly -40 48 67 -137 2159 3283 3 MP PP 2159 3283 0.0625 1 1 2226 3146 0.312 1 0.75 2159 3283 0.0625 1 1 2 interp_poly 2226 3146 0.312 1 0.75 2186 3194 0.125 1 0.938 2226 3146 0.312 1 0.75 2 interp_poly 68 -38 -40 -59 2197 2179 3 MP PP 2197 2179 1 0.625 0 2157 2120 1 0.562 0 2197 2179 1 0.625 0 2 interp_poly 2157 2120 1 0.562 0 2225 2082 1 0.5 0 2157 2120 1 0.562 0 2 interp_poly -40 5 68 -38 2157 2120 3 MP PP 2157 2120 1 0.562 0 2225 2082 1 0.5 0 2157 2120 1 0.562 0 2 interp_poly 2225 2082 1 0.5 0 2185 2087 1 0.562 0 2225 2082 1 0.5 0 2 interp_poly 68 -147 -40 -19 2195 3805 3 MP PP 2195 3805 0 0.25 1 2155 3786 0 0.25 1 2195 3805 0 0.25 1 2 interp_poly 2155 3786 0 0.25 1 2223 3639 0 0.562 1 2155 3786 0 0.25 1 2 interp_poly -40 8 68 -147 2155 3786 3 MP PP 2155 3786 0 0.25 1 2223 3639 0 0.562 1 2155 3786 0 0.25 1 2 interp_poly 2223 3639 0 0.562 1 2183 3647 0 0.438 1 2223 3639 0 0.562 1 2 interp_poly 68 -52 -40 -63 2194 2486 3 MP PP 2194 2486 1 1 0 2154 2423 1 0.938 0 2194 2486 1 1 0 2 interp_poly 2154 2423 1 0.938 0 2222 2371 1 0.812 0 2154 2423 1 0.938 0 2 interp_poly -40 -63 68 -52 2154 2423 3 MP PP 2154 2423 1 0.938 0 2222 2371 1 0.812 0 2154 2423 1 0.938 0 2 interp_poly 2222 2371 1 0.812 0 2182 2308 1 0.75 0 2222 2371 1 0.812 0 2 interp_poly 68 -41 -40 -16 2190 2790 3 MP PP 2190 2790 0.75 1 0.312 2150 2774 0.688 1 0.375 2190 2790 0.75 1 0.312 2 interp_poly 2150 2774 0.688 1 0.375 2218 2733 0.75 1 0.312 2150 2774 0.688 1 0.375 2 interp_poly -40 -68 68 -41 2150 2774 3 MP PP 2150 2774 0.688 1 0.375 2218 2733 0.75 1 0.312 2150 2774 0.688 1 0.375 2 interp_poly 2218 2733 0.75 1 0.312 2178 2665 0.875 1 0.188 2218 2733 0.75 1 0.312 2 interp_poly 68 -123 -40 -22 2186 3194 3 MP PP 2186 3194 0.125 1 0.938 2146 3172 0.125 1 0.938 2186 3194 0.125 1 0.938 2 interp_poly 2146 3172 0.125 1 0.938 2214 3049 0.438 1 0.625 2146 3172 0.125 1 0.938 2 interp_poly -40 -22 68 -123 2146 3172 3 MP PP 2146 3172 0.125 1 0.938 2214 3049 0.438 1 0.625 2146 3172 0.125 1 0.938 2 interp_poly 2214 3049 0.438 1 0.625 2174 3027 0.375 1 0.688 2214 3049 0.438 1 0.625 2 interp_poly -40 -35 68 -44 2105 2015 3 MP PP 2105 2015 1 0.5 0 2173 1971 1 0.438 0 2105 2015 1 0.5 0 2 interp_poly 2173 1971 1 0.438 0 2133 1936 1 0.438 0 2173 1971 1 0.438 0 2 interp_poly 68 -44 -40 28 2145 1987 3 MP PP 2145 1987 1 0.375 0 2105 2015 1 0.5 0 2145 1987 1 0.375 0 2 interp_poly 2105 2015 1 0.5 0 2173 1971 1 0.438 0 2105 2015 1 0.5 0 2 interp_poly 68 -16 -40 -100 2185 2087 3 MP PP 2185 2087 1 0.562 0 2145 1987 1 0.375 0 2185 2087 1 0.562 0 2 interp_poly 2145 1987 1 0.375 0 2213 1971 1 0.375 0 2145 1987 1 0.375 0 2 interp_poly -40 0 68 -16 2145 1987 3 MP PP 2145 1987 1 0.375 0 2213 1971 1 0.375 0 2145 1987 1 0.375 0 2 interp_poly 2213 1971 1 0.375 0 2173 1971 1 0.438 0 2213 1971 1 0.375 0 2 interp_poly 68 -109 -40 -7 2183 3647 3 MP PP 2183 3647 0 0.438 1 2143 3640 0 0.438 1 2183 3647 0 0.438 1 2 interp_poly 2143 3640 0 0.438 1 2211 3531 0 0.625 1 2143 3640 0 0.438 1 2 interp_poly -40 -63 68 -109 2143 3640 3 MP PP 2143 3640 0 0.438 1 2211 3531 0 0.625 1 2143 3640 0 0.438 1 2 interp_poly 2211 3531 0 0.625 1 2171 3468 0 0.75 1 2211 3531 0 0.625 1 2 interp_poly 68 -41 -40 -33 2182 2308 3 MP PP 2182 2308 1 0.75 0 2142 2275 1 0.688 0 2182 2308 1 0.75 0 2 interp_poly 2142 2275 1 0.688 0 2210 2234 1 0.625 0 2142 2275 1 0.688 0 2 interp_poly -40 -25 68 -41 2142 2275 3 MP PP 2142 2275 1 0.688 0 2210 2234 1 0.625 0 2142 2275 1 0.688 0 2 interp_poly 2210 2234 1 0.625 0 2170 2209 1 0.625 0 2210 2234 1 0.625 0 2 interp_poly 68 -161 -40 -24 2179 4204 3 MP PP 2179 4204 0 0 0.562 2139 4180 0 0 0.562 2179 4204 0 0 0.562 2 interp_poly 2139 4180 0 0 0.562 2207 4019 0 0 0.875 2139 4180 0 0 0.562 2 interp_poly -40 -28 68 -161 2139 4180 3 MP PP 2139 4180 0 0 0.562 2207 4019 0 0 0.875 2139 4180 0 0 0.562 2 interp_poly 2207 4019 0 0 0.875 2167 3991 0 0 0.875 2207 4019 0 0 0.875 2 interp_poly 68 -64 -40 -36 2178 2665 3 MP PP 2178 2665 0.875 1 0.188 2138 2629 0.875 1 0.188 2178 2665 0.875 1 0.188 2 interp_poly 2138 2629 0.875 1 0.188 2206 2565 1 1 0.0625 2138 2629 0.875 1 0.188 2 interp_poly -40 -33 68 -64 2138 2629 3 MP PP 2138 2629 0.875 1 0.188 2206 2565 1 1 0.0625 2138 2629 0.875 1 0.188 2 interp_poly 2206 2565 1 1 0.0625 2166 2532 1 1 0 2206 2565 1 1 0.0625 2 interp_poly 68 -73 -40 2 2174 3027 3 MP PP 2174 3027 0.375 1 0.688 2134 3029 0.312 1 0.75 2174 3027 0.375 1 0.688 2 interp_poly 2134 3029 0.312 1 0.75 2202 2956 0.5 1 0.562 2134 3029 0.312 1 0.75 2 interp_poly -40 -96 68 -73 2134 3029 3 MP PP 2134 3029 0.312 1 0.75 2202 2956 0.5 1 0.562 2134 3029 0.312 1 0.75 2 interp_poly 2202 2956 0.5 1 0.562 2162 2860 0.625 1 0.438 2202 2956 0.5 1 0.562 2 interp_poly 68 1 -40 -35 2173 1971 3 MP PP 2173 1971 1 0.438 0 2133 1936 1 0.438 0 2173 1971 1 0.438 0 2 interp_poly 2133 1936 1 0.438 0 2201 1937 1 0.438 0 2133 1936 1 0.438 0 2 interp_poly -40 -60 68 1 2133 1936 3 MP PP 2133 1936 1 0.438 0 2201 1937 1 0.438 0 2133 1936 1 0.438 0 2 interp_poly 2201 1937 1 0.438 0 2161 1877 1 0.375 0 2201 1937 1 0.438 0 2 interp_poly 68 -130 -40 -37 2171 3468 3 MP PP 2171 3468 0 0.75 1 2131 3431 0 0.75 1 2171 3468 0 0.75 1 2 interp_poly 2131 3431 0 0.75 1 2199 3301 0.0625 1 1 2131 3431 0 0.75 1 2 interp_poly -40 -18 68 -130 2131 3431 3 MP PP 2131 3431 0 0.75 1 2199 3301 0.0625 1 1 2131 3431 0 0.75 1 2 interp_poly 2199 3301 0.0625 1 1 2159 3283 0.0625 1 1 2199 3301 0.0625 1 1 2 interp_poly 67 -56 -40 26 2170 2209 3 MP PP 2170 2209 1 0.625 0 2130 2235 1 0.75 0 2170 2209 1 0.625 0 2 interp_poly 2130 2235 1 0.75 0 2197 2179 1 0.625 0 2130 2235 1 0.75 0 2 interp_poly -40 -59 67 -56 2130 2235 3 MP PP 2130 2235 1 0.75 0 2197 2179 1 0.625 0 2130 2235 1 0.75 0 2 interp_poly 2197 2179 1 0.625 0 2157 2120 1 0.562 0 2197 2179 1 0.625 0 2 interp_poly 68 -163 -40 -23 2167 3991 3 MP PP 2167 3991 0 0 0.875 2127 3968 0 0 0.875 2167 3991 0 0 0.875 2 interp_poly 2127 3968 0 0 0.875 2195 3805 0 0.25 1 2127 3968 0 0 0.875 2 interp_poly -40 -19 68 -163 2127 3968 3 MP PP 2127 3968 0 0 0.875 2195 3805 0 0.25 1 2127 3968 0 0 0.875 2 interp_poly 2195 3805 0 0.25 1 2155 3786 0 0.25 1 2195 3805 0 0.25 1 2 interp_poly 68 -63 -40 17 2166 2532 3 MP PP 2166 2532 1 1 0 2126 2549 0.938 1 0.125 2166 2532 1 1 0 2 interp_poly 2126 2549 0.938 1 0.125 2194 2486 1 1 0 2126 2549 0.938 1 0.125 2 interp_poly -40 -63 68 -63 2126 2549 3 MP PP 2126 2549 0.938 1 0.125 2194 2486 1 1 0 2126 2549 0.938 1 0.125 2 interp_poly 2194 2486 1 1 0 2154 2423 1 0.938 0 2194 2486 1 1 0 2 interp_poly 68 -87 -40 17 2162 2860 3 MP PP 2162 2860 0.625 1 0.438 2122 2877 0.562 1 0.5 2162 2860 0.625 1 0.438 2 interp_poly 2122 2877 0.562 1 0.5 2190 2790 0.75 1 0.312 2122 2877 0.562 1 0.5 2 interp_poly -40 -16 68 -87 2122 2877 3 MP PP 2122 2877 0.562 1 0.5 2190 2790 0.75 1 0.312 2122 2877 0.562 1 0.5 2 interp_poly 2190 2790 0.75 1 0.312 2150 2774 0.688 1 0.375 2190 2790 0.75 1 0.312 2 interp_poly 68 -71 -40 -76 2161 1877 3 MP PP 2161 1877 1 0.375 0 2121 1801 1 0.25 0 2161 1877 1 0.375 0 2 interp_poly 2121 1801 1 0.25 0 2189 1730 1 0.125 0 2121 1801 1 0.25 0 2 interp_poly 67 -111 -40 22 2159 3283 3 MP PP 2159 3283 0.0625 1 1 2119 3305 0 0.938 1 2159 3283 0.0625 1 1 2 interp_poly 2119 3305 0 0.938 1 2186 3194 0.125 1 0.938 2119 3305 0 0.938 1 2 interp_poly -40 -22 67 -111 2119 3305 3 MP PP 2119 3305 0 0.938 1 2186 3194 0.125 1 0.938 2119 3305 0 0.938 1 2 interp_poly 2186 3194 0.125 1 0.938 2146 3172 0.125 1 0.938 2186 3194 0.125 1 0.938 2 interp_poly 68 -77 -40 44 2157 2120 3 MP PP 2157 2120 1 0.562 0 2117 2164 1 0.75 0 2157 2120 1 0.562 0 2 interp_poly 2117 2164 1 0.75 0 2185 2087 1 0.562 0 2117 2164 1 0.75 0 2 interp_poly -40 -100 68 -77 2117 2164 3 MP PP 2117 2164 1 0.75 0 2185 2087 1 0.562 0 2117 2164 1 0.75 0 2 interp_poly 2185 2087 1 0.562 0 2145 1987 1 0.375 0 2185 2087 1 0.562 0 2 interp_poly 68 -120 -40 -19 2155 3786 3 MP PP 2155 3786 0 0.25 1 2115 3767 0 0.188 1 2155 3786 0 0.25 1 2 interp_poly 2115 3767 0 0.188 1 2183 3647 0 0.438 1 2115 3767 0 0.188 1 2 interp_poly -40 -7 68 -120 2115 3767 3 MP PP 2115 3767 0 0.188 1 2183 3647 0 0.438 1 2115 3767 0 0.188 1 2 interp_poly 2183 3647 0 0.438 1 2143 3640 0 0.438 1 2183 3647 0 0.438 1 2 interp_poly 68 -76 -40 -39 2154 2423 3 MP PP 2154 2423 1 0.938 0 2114 2384 1 0.875 0 2154 2423 1 0.938 0 2 interp_poly 2114 2384 1 0.875 0 2182 2308 1 0.75 0 2114 2384 1 0.875 0 2 interp_poly -40 -33 68 -76 2114 2384 3 MP PP 2114 2384 1 0.875 0 2182 2308 1 0.75 0 2114 2384 1 0.875 0 2 interp_poly 2182 2308 1 0.75 0 2142 2275 1 0.688 0 2182 2308 1 0.75 0 2 interp_poly 68 -95 -40 -14 2150 2774 3 MP PP 2150 2774 0.688 1 0.375 2110 2760 0.688 1 0.375 2150 2774 0.688 1 0.375 2 interp_poly 2110 2760 0.688 1 0.375 2178 2665 0.875 1 0.188 2110 2760 0.688 1 0.375 2 interp_poly -40 -36 68 -95 2110 2760 3 MP PP 2110 2760 0.688 1 0.375 2178 2665 0.875 1 0.188 2110 2760 0.688 1 0.375 2 interp_poly 2178 2665 0.875 1 0.188 2138 2629 0.875 1 0.188 2178 2665 0.875 1 0.188 2 interp_poly 68 -77 -40 -68 2146 3172 3 MP PP 2146 3172 0.125 1 0.938 2106 3104 0.25 1 0.812 2146 3172 0.125 1 0.938 2 interp_poly 2106 3104 0.25 1 0.812 2174 3027 0.375 1 0.688 2106 3104 0.25 1 0.812 2 interp_poly -40 2 68 -77 2106 3104 3 MP PP 2106 3104 0.25 1 0.812 2174 3027 0.375 1 0.688 2106 3104 0.25 1 0.812 2 interp_poly 2174 3027 0.375 1 0.688 2134 3029 0.312 1 0.75 2174 3027 0.375 1 0.688 2 interp_poly 68 -102 -40 -70 2143 3640 3 MP PP 2143 3640 0 0.438 1 2103 3570 0 0.562 1 2143 3640 0 0.438 1 2 interp_poly 2103 3570 0 0.562 1 2171 3468 0 0.75 1 2103 3570 0 0.562 1 2 interp_poly -40 -37 68 -102 2103 3570 3 MP PP 2103 3570 0 0.562 1 2171 3468 0 0.75 1 2103 3570 0 0.562 1 2 interp_poly 2171 3468 0 0.75 1 2131 3431 0 0.75 1 2171 3468 0 0.75 1 2 interp_poly -40 -115 67 -20 2050 2184 3 MP PP 2050 2184 1 0.75 0 2117 2164 1 0.75 0 2050 2184 1 0.75 0 2 interp_poly 2117 2164 1 0.75 0 2077 2049 1 0.5 0 2117 2164 1 0.75 0 2 interp_poly 67 -20 -40 16 2090 2168 3 MP PP 2090 2168 1 0.625 0 2050 2184 1 0.75 0 2090 2168 1 0.625 0 2 interp_poly 2050 2184 1 0.75 0 2117 2164 1 0.75 0 2050 2184 1 0.75 0 2 interp_poly -40 -67 68 -72 2062 2307 3 MP PP 2062 2307 1 0.875 0 2130 2235 1 0.75 0 2062 2307 1 0.875 0 2 interp_poly 2130 2235 1 0.75 0 2090 2168 1 0.625 0 2130 2235 1 0.75 0 2 interp_poly 68 -72 -40 47 2102 2260 3 MP PP 2102 2260 1 0.75 0 2062 2307 1 0.875 0 2102 2260 1 0.75 0 2 interp_poly 2062 2307 1 0.875 0 2130 2235 1 0.75 0 2062 2307 1 0.875 0 2 interp_poly 68 -51 -40 -15 2142 2275 3 MP PP 2142 2275 1 0.688 0 2102 2260 1 0.75 0 2142 2275 1 0.688 0 2 interp_poly 2102 2260 1 0.75 0 2170 2209 1 0.625 0 2102 2260 1 0.75 0 2 interp_poly -40 26 68 -51 2102 2260 3 MP PP 2102 2260 1 0.75 0 2170 2209 1 0.625 0 2102 2260 1 0.75 0 2 interp_poly 2170 2209 1 0.625 0 2130 2235 1 0.75 0 2170 2209 1 0.625 0 2 interp_poly 68 -165 -40 -24 2139 4180 3 MP PP 2139 4180 0 0 0.562 2099 4156 0 0 0.562 2139 4180 0 0 0.562 2 interp_poly 2099 4156 0 0 0.562 2167 3991 0 0 0.875 2099 4156 0 0 0.562 2 interp_poly -40 -23 68 -165 2099 4156 3 MP PP 2099 4156 0 0 0.562 2167 3991 0 0 0.875 2099 4156 0 0 0.562 2 interp_poly 2167 3991 0 0 0.875 2127 3968 0 0 0.875 2167 3991 0 0 0.875 2 interp_poly 68 -41 -40 -56 2138 2629 3 MP PP 2138 2629 0.875 1 0.188 2098 2573 1 1 0.0625 2138 2629 0.875 1 0.188 2 interp_poly 2098 2573 1 1 0.0625 2166 2532 1 1 0 2098 2573 1 1 0.0625 2 interp_poly -40 17 68 -41 2098 2573 3 MP PP 2098 2573 1 1 0.0625 2166 2532 1 1 0 2098 2573 1 1 0.0625 2 interp_poly 2166 2532 1 1 0 2126 2549 0.938 1 0.125 2166 2532 1 1 0 2 interp_poly 68 -118 -40 -51 2134 3029 3 MP PP 2134 3029 0.312 1 0.75 2094 2978 0.375 1 0.688 2134 3029 0.312 1 0.75 2 interp_poly 2094 2978 0.375 1 0.688 2162 2860 0.625 1 0.438 2094 2978 0.375 1 0.688 2 interp_poly -40 17 68 -118 2094 2978 3 MP PP 2094 2978 0.375 1 0.688 2162 2860 0.625 1 0.438 2094 2978 0.375 1 0.688 2 interp_poly 2162 2860 0.625 1 0.438 2122 2877 0.562 1 0.5 2162 2860 0.625 1 0.438 2 interp_poly 68 -24 -40 -35 2133 1936 3 MP PP 2133 1936 1 0.438 0 2093 1901 1 0.375 0 2133 1936 1 0.438 0 2 interp_poly 2093 1901 1 0.375 0 2161 1877 1 0.375 0 2093 1901 1 0.375 0 2 interp_poly -40 -76 68 -24 2093 1901 3 MP PP 2093 1901 1 0.375 0 2161 1877 1 0.375 0 2093 1901 1 0.375 0 2 interp_poly 2161 1877 1 0.375 0 2121 1801 1 0.25 0 2161 1877 1 0.375 0 2 interp_poly 68 -105 -40 -43 2131 3431 3 MP PP 2131 3431 0 0.75 1 2091 3388 0 0.812 1 2131 3431 0 0.75 1 2 interp_poly 2091 3388 0 0.812 1 2159 3283 0.0625 1 1 2091 3388 0 0.812 1 2 interp_poly -40 22 68 -105 2091 3388 3 MP PP 2091 3388 0 0.812 1 2159 3283 0.0625 1 1 2091 3388 0 0.812 1 2 interp_poly 2159 3283 0.0625 1 1 2119 3305 0 0.938 1 2159 3283 0.0625 1 1 2 interp_poly 68 -62 -40 -115 2117 2164 3 MP PP 2117 2164 1 0.75 0 2077 2049 1 0.5 0 2117 2164 1 0.75 0 2 interp_poly 2077 2049 1 0.5 0 2145 1987 1 0.375 0 2077 2049 1 0.5 0 2 interp_poly -40 44 67 -48 2090 2168 3 MP PP 2090 2168 1 0.625 0 2157 2120 1 0.562 0 2090 2168 1 0.625 0 2 interp_poly 2157 2120 1 0.562 0 2117 2164 1 0.75 0 2157 2120 1 0.562 0 2 interp_poly 67 -48 -40 -67 2130 2235 3 MP PP 2130 2235 1 0.75 0 2090 2168 1 0.625 0 2130 2235 1 0.75 0 2 interp_poly 2090 2168 1 0.625 0 2157 2120 1 0.562 0 2090 2168 1 0.625 0 2 interp_poly 68 -152 -40 -30 2127 3968 3 MP PP 2127 3968 0 0 0.875 2087 3938 0 0 0.875 2127 3968 0 0 0.875 2 interp_poly 2087 3938 0 0 0.875 2155 3786 0 0.25 1 2087 3938 0 0 0.875 2 interp_poly -40 -19 68 -152 2087 3938 3 MP PP 2087 3938 0 0 0.875 2155 3786 0 0.25 1 2087 3938 0 0 0.875 2 interp_poly 2155 3786 0 0.25 1 2115 3767 0 0.188 1 2155 3786 0 0.25 1 2 interp_poly 68 -59 -40 -67 2126 2549 3 MP PP 2126 2549 0.938 1 0.125 2086 2482 1 1 0 2126 2549 0.938 1 0.125 2 interp_poly 2086 2482 1 1 0 2154 2423 1 0.938 0 2086 2482 1 1 0 2 interp_poly -40 -39 68 -59 2086 2482 3 MP PP 2086 2482 1 1 0 2154 2423 1 0.938 0 2086 2482 1 1 0 2 interp_poly 2154 2423 1 0.938 0 2114 2384 1 0.875 0 2154 2423 1 0.938 0 2 interp_poly 68 -57 -40 -46 2122 2877 3 MP PP 2122 2877 0.562 1 0.5 2082 2831 0.625 1 0.438 2122 2877 0.562 1 0.5 2 interp_poly 2082 2831 0.625 1 0.438 2150 2774 0.688 1 0.375 2082 2831 0.625 1 0.438 2 interp_poly -40 -14 68 -57 2082 2831 3 MP PP 2082 2831 0.625 1 0.438 2150 2774 0.688 1 0.375 2082 2831 0.625 1 0.438 2 interp_poly 2150 2774 0.688 1 0.375 2110 2760 0.688 1 0.375 2150 2774 0.688 1 0.375 2 interp_poly 67 -105 -40 -28 2119 3305 3 MP PP 2119 3305 0 0.938 1 2079 3277 0 0.938 1 2119 3305 0 0.938 1 2 interp_poly 2079 3277 0 0.938 1 2146 3172 0.125 1 0.938 2079 3277 0 0.938 1 2 interp_poly -40 -68 67 -105 2079 3277 3 MP PP 2079 3277 0 0.938 1 2146 3172 0.125 1 0.938 2079 3277 0 0.938 1 2 interp_poly 2146 3172 0.125 1 0.938 2106 3104 0.25 1 0.812 2146 3172 0.125 1 0.938 2 interp_poly -40 28 68 -62 2077 2049 3 MP PP 2077 2049 1 0.5 0 2145 1987 1 0.375 0 2077 2049 1 0.5 0 2 interp_poly 2145 1987 1 0.375 0 2105 2015 1 0.5 0 2145 1987 1 0.375 0 2 interp_poly 68 -117 -40 -10 2115 3767 3 MP PP 2115 3767 0 0.188 1 2075 3757 0 0.188 1 2115 3767 0 0.188 1 2 interp_poly 2075 3757 0 0.188 1 2143 3640 0 0.438 1 2075 3757 0 0.188 1 2 interp_poly -40 -70 68 -117 2075 3757 3 MP PP 2075 3757 0 0.188 1 2143 3640 0 0.438 1 2075 3757 0 0.188 1 2 interp_poly 2143 3640 0 0.438 1 2103 3570 0 0.562 1 2143 3640 0 0.438 1 2 interp_poly 68 -83 -40 -26 2114 2384 3 MP PP 2114 2384 1 0.875 0 2074 2358 1 0.875 0 2114 2384 1 0.875 0 2 interp_poly 2074 2358 1 0.875 0 2142 2275 1 0.688 0 2074 2358 1 0.875 0 2 interp_poly -40 -15 68 -83 2074 2358 3 MP PP 2074 2358 1 0.875 0 2142 2275 1 0.688 0 2074 2358 1 0.875 0 2 interp_poly 2142 2275 1 0.688 0 2102 2260 1 0.75 0 2142 2275 1 0.688 0 2 interp_poly 68 -97 -40 -34 2110 2760 3 MP PP 2110 2760 0.688 1 0.375 2070 2726 0.688 1 0.375 2110 2760 0.688 1 0.375 2 interp_poly 2070 2726 0.688 1 0.375 2138 2629 0.875 1 0.188 2070 2726 0.688 1 0.375 2 interp_poly -40 -56 68 -97 2070 2726 3 MP PP 2070 2726 0.688 1 0.375 2138 2629 0.875 1 0.188 2070 2726 0.688 1 0.375 2 interp_poly 2138 2629 0.875 1 0.188 2098 2573 1 1 0.0625 2138 2629 0.875 1 0.188 2 interp_poly 68 -114 -40 39 2106 3104 3 MP PP 2106 3104 0.25 1 0.812 2066 3143 0.125 1 0.938 2106 3104 0.25 1 0.812 2 interp_poly 2066 3143 0.125 1 0.938 2134 3029 0.312 1 0.75 2066 3143 0.125 1 0.938 2 interp_poly -40 -51 68 -114 2066 3143 3 MP PP 2066 3143 0.125 1 0.938 2134 3029 0.312 1 0.75 2066 3143 0.125 1 0.938 2 interp_poly 2134 3029 0.312 1 0.75 2094 2978 0.375 1 0.688 2134 3029 0.312 1 0.75 2 interp_poly 68 -35 -40 -44 2105 2015 3 MP PP 2105 2015 1 0.5 0 2065 1971 1 0.5 0 2105 2015 1 0.5 0 2 interp_poly 2065 1971 1 0.5 0 2133 1936 1 0.438 0 2065 1971 1 0.5 0 2 interp_poly -40 -35 68 -35 2065 1971 3 MP PP 2065 1971 1 0.5 0 2133 1936 1 0.438 0 2065 1971 1 0.5 0 2 interp_poly 2133 1936 1 0.438 0 2093 1901 1 0.375 0 2133 1936 1 0.438 0 2 interp_poly 68 -119 -40 -20 2103 3570 3 MP PP 2103 3570 0 0.562 1 2063 3550 0 0.5 1 2103 3570 0 0.562 1 2 interp_poly 2063 3550 0 0.5 1 2131 3431 0 0.75 1 2063 3550 0 0.5 1 2 interp_poly -40 -43 68 -119 2063 3550 3 MP PP 2063 3550 0 0.5 1 2131 3431 0 0.75 1 2063 3550 0 0.5 1 2 interp_poly 2131 3431 0 0.75 1 2091 3388 0 0.812 1 2131 3431 0 0.75 1 2 interp_poly 68 -164 -40 -24 2099 4156 3 MP PP 2099 4156 0 0 0.562 2059 4132 0 0 0.562 2099 4156 0 0 0.562 2 interp_poly 2059 4132 0 0 0.562 2127 3968 0 0 0.875 2059 4132 0 0 0.562 2 interp_poly -40 -30 68 -164 2059 4132 3 MP PP 2059 4132 0 0 0.562 2127 3968 0 0 0.875 2059 4132 0 0 0.562 2 interp_poly 2127 3968 0 0 0.875 2087 3938 0 0 0.875 2127 3968 0 0 0.875 2 interp_poly 68 -50 -40 26 2098 2573 3 MP PP 2098 2573 1 1 0.0625 2058 2599 0.875 1 0.188 2098 2573 1 1 0.0625 2 interp_poly 2058 2599 0.875 1 0.188 2126 2549 0.938 1 0.125 2058 2599 0.875 1 0.188 2 interp_poly -40 -67 68 -50 2058 2599 3 MP PP 2058 2599 0.875 1 0.188 2126 2549 0.938 1 0.125 2058 2599 0.875 1 0.188 2 interp_poly 2126 2549 0.938 1 0.125 2086 2482 1 1 0 2126 2549 0.938 1 0.125 2 interp_poly 68 -93 -40 -8 2094 2978 3 MP PP 2094 2978 0.375 1 0.688 2054 2970 0.375 1 0.688 2094 2978 0.375 1 0.688 2 interp_poly 2054 2970 0.375 1 0.688 2122 2877 0.562 1 0.5 2054 2970 0.375 1 0.688 2 interp_poly -40 -46 68 -93 2054 2970 3 MP PP 2054 2970 0.375 1 0.688 2122 2877 0.562 1 0.5 2054 2970 0.375 1 0.688 2 interp_poly 2122 2877 0.562 1 0.5 2082 2831 0.625 1 0.438 2122 2877 0.562 1 0.5 2 interp_poly 68 -48 -40 -52 2093 1901 3 MP PP 2093 1901 1 0.375 0 2053 1849 1 0.312 0 2093 1901 1 0.375 0 2 interp_poly 2053 1849 1 0.312 0 2121 1801 1 0.25 0 2053 1849 1 0.312 0 2 interp_poly 68 -94 -40 11 2091 3388 3 MP PP 2091 3388 0 0.812 1 2051 3399 0 0.75 1 2091 3388 0 0.812 1 2 interp_poly 2051 3399 0 0.75 1 2119 3305 0 0.938 1 2051 3399 0 0.75 1 2 interp_poly -40 -28 68 -94 2051 3399 3 MP PP 2051 3399 0 0.75 1 2119 3305 0 0.938 1 2051 3399 0 0.75 1 2 interp_poly 2119 3305 0 0.938 1 2079 3277 0 0.938 1 2119 3305 0 0.938 1 2 interp_poly 68 -146 -40 -25 2087 3938 3 MP PP 2087 3938 0 0 0.875 2047 3913 0 0 0.875 2087 3938 0 0 0.875 2 interp_poly 2047 3913 0 0 0.875 2115 3767 0 0.188 1 2047 3913 0 0 0.875 2 interp_poly -40 -10 68 -146 2047 3913 3 MP PP 2047 3913 0 0 0.875 2115 3767 0 0.188 1 2047 3913 0 0 0.875 2 interp_poly 2115 3767 0 0.188 1 2075 3757 0 0.188 1 2115 3767 0 0.188 1 2 interp_poly 68 -83 -40 -15 2086 2482 3 MP PP 2086 2482 1 1 0 2046 2467 1 1 0.0625 2086 2482 1 1 0 2 interp_poly 2046 2467 1 1 0.0625 2114 2384 1 0.875 0 2046 2467 1 1 0.0625 2 interp_poly -40 -26 68 -83 2046 2467 3 MP PP 2046 2467 1 1 0.0625 2114 2384 1 0.875 0 2046 2467 1 1 0.0625 2 interp_poly 2114 2384 1 0.875 0 2074 2358 1 0.875 0 2114 2384 1 0.875 0 2 interp_poly 68 -61 -40 -10 2082 2831 3 MP PP 2082 2831 0.625 1 0.438 2042 2821 0.562 1 0.5 2082 2831 0.625 1 0.438 2 interp_poly 2042 2821 0.562 1 0.5 2110 2760 0.688 1 0.375 2042 2821 0.562 1 0.5 2 interp_poly -40 -34 68 -61 2042 2821 3 MP PP 2042 2821 0.562 1 0.5 2110 2760 0.688 1 0.375 2042 2821 0.562 1 0.5 2 interp_poly 2110 2760 0.688 1 0.375 2070 2726 0.688 1 0.375 2110 2760 0.688 1 0.375 2 interp_poly 67 -103 -40 -70 2079 3277 3 MP PP 2079 3277 0 0.938 1 2039 3207 0.0625 1 1 2079 3277 0 0.938 1 2 interp_poly 2039 3207 0.0625 1 1 2106 3104 0.25 1 0.812 2039 3207 0.0625 1 1 2 interp_poly -40 39 67 -103 2039 3207 3 MP PP 2039 3207 0.0625 1 1 2106 3104 0.25 1 0.812 2039 3207 0.0625 1 1 2 interp_poly 2106 3104 0.25 1 0.812 2066 3143 0.125 1 0.938 2106 3104 0.25 1 0.812 2 interp_poly 68 -79 -40 45 2077 2049 3 MP PP 2077 2049 1 0.5 0 2037 2094 1 0.688 0 2077 2049 1 0.5 0 2 interp_poly 2037 2094 1 0.688 0 2105 2015 1 0.5 0 2037 2094 1 0.688 0 2 interp_poly -40 -44 68 -79 2037 2094 3 MP PP 2037 2094 1 0.688 0 2105 2015 1 0.5 0 2037 2094 1 0.688 0 2 interp_poly 2105 2015 1 0.5 0 2065 1971 1 0.5 0 2105 2015 1 0.5 0 2 interp_poly 68 -141 -40 -46 2075 3757 3 MP PP 2075 3757 0 0.188 1 2035 3711 0 0.25 1 2075 3757 0 0.188 1 2 interp_poly 2035 3711 0 0.25 1 2103 3570 0 0.562 1 2035 3711 0 0.25 1 2 interp_poly -40 -20 68 -141 2035 3711 3 MP PP 2035 3711 0 0.25 1 2103 3570 0 0.562 1 2035 3711 0 0.25 1 2 interp_poly 2103 3570 0 0.562 1 2063 3550 0 0.5 1 2103 3570 0 0.562 1 2 interp_poly -40 -97 68 -59 1994 2366 3 MP PP 1994 2366 1 1 0 2062 2307 1 0.875 0 1994 2366 1 1 0 2 interp_poly 2062 2307 1 0.875 0 2022 2210 1 0.75 0 2062 2307 1 0.875 0 2 interp_poly 68 -59 -40 34 2034 2332 3 MP PP 2034 2332 1 0.875 0 1994 2366 1 1 0 2034 2332 1 0.875 0 2 interp_poly 1994 2366 1 1 0 2062 2307 1 0.875 0 1994 2366 1 1 0 2 interp_poly 68 -42 -40 -97 2062 2307 3 MP PP 2062 2307 1 0.875 0 2022 2210 1 0.75 0 2062 2307 1 0.875 0 2 interp_poly 2022 2210 1 0.75 0 2090 2168 1 0.625 0 2022 2210 1 0.75 0 2 interp_poly -40 47 68 -72 2034 2332 3 MP PP 2034 2332 1 0.875 0 2102 2260 1 0.75 0 2034 2332 1 0.875 0 2 interp_poly 2102 2260 1 0.75 0 2062 2307 1 0.875 0 2102 2260 1 0.75 0 2 interp_poly 68 -72 -40 -26 2074 2358 3 MP PP 2074 2358 1 0.875 0 2034 2332 1 0.875 0 2074 2358 1 0.875 0 2 interp_poly 2034 2332 1 0.875 0 2102 2260 1 0.75 0 2034 2332 1 0.875 0 2 interp_poly 68 -84 -40 -69 2070 2726 3 MP PP 2070 2726 0.688 1 0.375 2030 2657 0.812 1 0.25 2070 2726 0.688 1 0.375 2 interp_poly 2030 2657 0.812 1 0.25 2098 2573 1 1 0.0625 2030 2657 0.812 1 0.25 2 interp_poly -40 26 68 -84 2030 2657 3 MP PP 2030 2657 0.812 1 0.25 2098 2573 1 1 0.0625 2030 2657 0.812 1 0.25 2 interp_poly 2098 2573 1 1 0.0625 2058 2599 0.875 1 0.188 2098 2573 1 1 0.0625 2 interp_poly 68 -103 -40 -62 2066 3143 3 MP PP 2066 3143 0.125 1 0.938 2026 3081 0.188 1 0.875 2066 3143 0.125 1 0.938 2 interp_poly 2026 3081 0.188 1 0.875 2094 2978 0.375 1 0.688 2026 3081 0.188 1 0.875 2 interp_poly -40 -8 68 -103 2026 3081 3 MP PP 2026 3081 0.188 1 0.875 2094 2978 0.375 1 0.688 2026 3081 0.188 1 0.875 2 interp_poly 2094 2978 0.375 1 0.688 2054 2970 0.375 1 0.688 2094 2978 0.375 1 0.688 2 interp_poly 68 -43 -40 -27 2065 1971 3 MP PP 2065 1971 1 0.5 0 2025 1944 1 0.5 0 2065 1971 1 0.5 0 2 interp_poly 2025 1944 1 0.5 0 2093 1901 1 0.375 0 2025 1944 1 0.5 0 2 interp_poly -40 -52 68 -43 2025 1944 3 MP PP 2025 1944 1 0.5 0 2093 1901 1 0.375 0 2025 1944 1 0.5 0 2 interp_poly 2093 1901 1 0.375 0 2053 1849 1 0.312 0 2093 1901 1 0.375 0 2 interp_poly 68 -148 -40 -14 2063 3550 3 MP PP 2063 3550 0 0.5 1 2023 3536 0 0.5 1 2063 3550 0 0.5 1 2 interp_poly 2023 3536 0 0.5 1 2091 3388 0 0.812 1 2023 3536 0 0.5 1 2 interp_poly -40 11 68 -148 2023 3536 3 MP PP 2023 3536 0 0.5 1 2091 3388 0 0.812 1 2023 3536 0 0.5 1 2 interp_poly 2091 3388 0 0.812 1 2051 3399 0 0.75 1 2091 3388 0 0.812 1 2 interp_poly -40 16 68 -42 2022 2210 3 MP PP 2022 2210 1 0.75 0 2090 2168 1 0.625 0 2022 2210 1 0.75 0 2 interp_poly 2090 2168 1 0.625 0 2050 2184 1 0.75 0 2090 2168 1 0.625 0 2 interp_poly 68 -170 -40 -24 2059 4132 3 MP PP 2059 4132 0 0 0.562 2019 4108 0 0 0.562 2059 4132 0 0 0.562 2 interp_poly 2019 4108 0 0 0.562 2087 3938 0 0 0.875 2019 4108 0 0 0.562 2 interp_poly -40 -25 68 -170 2019 4108 3 MP PP 2019 4108 0 0 0.562 2087 3938 0 0 0.875 2019 4108 0 0 0.562 2 interp_poly 2087 3938 0 0 0.875 2047 3913 0 0 0.875 2087 3938 0 0 0.875 2 interp_poly 68 -58 -40 -59 2058 2599 3 MP PP 2058 2599 0.875 1 0.188 2018 2540 0.938 1 0.125 2058 2599 0.875 1 0.188 2 interp_poly 2018 2540 0.938 1 0.125 2086 2482 1 1 0 2018 2540 0.938 1 0.125 2 interp_poly -40 -15 68 -58 2018 2540 3 MP PP 2018 2540 0.938 1 0.125 2086 2482 1 1 0 2018 2540 0.938 1 0.125 2 interp_poly 2086 2482 1 1 0 2046 2467 1 1 0.0625 2086 2482 1 1 0 2 interp_poly 68 -92 -40 -47 2054 2970 3 MP PP 2054 2970 0.375 1 0.688 2014 2923 0.438 1 0.625 2054 2970 0.375 1 0.688 2 interp_poly 2014 2923 0.438 1 0.625 2082 2831 0.625 1 0.438 2014 2923 0.438 1 0.625 2 interp_poly -40 -10 68 -92 2014 2923 3 MP PP 2014 2923 0.438 1 0.625 2082 2831 0.625 1 0.438 2014 2923 0.438 1 0.625 2 interp_poly 2082 2831 0.625 1 0.438 2042 2821 0.562 1 0.5 2082 2831 0.625 1 0.438 2 interp_poly 68 -107 -40 -15 2051 3399 3 MP PP 2051 3399 0 0.75 1 2011 3384 0 0.688 1 2051 3399 0 0.75 1 2 interp_poly 2011 3384 0 0.688 1 2079 3277 0 0.938 1 2011 3384 0 0.688 1 2 interp_poly -40 -70 68 -107 2011 3384 3 MP PP 2011 3384 0 0.688 1 2079 3277 0 0.938 1 2011 3384 0 0.688 1 2 interp_poly 2079 3277 0 0.938 1 2039 3207 0.0625 1 1 2079 3277 0 0.938 1 2 interp_poly -40 -83 67 -69 1970 2163 3 MP PP 1970 2163 1 0.812 0 2037 2094 1 0.688 0 1970 2163 1 0.812 0 2 interp_poly 2037 2094 1 0.688 0 1997 2011 1 0.562 0 2037 2094 1 0.688 0 2 interp_poly 67 -69 -40 41 2010 2122 3 MP PP 2010 2122 1 0.688 0 1970 2163 1 0.812 0 2010 2122 1 0.688 0 2 interp_poly 1970 2163 1 0.812 0 2037 2094 1 0.688 0 1970 2163 1 0.812 0 2 interp_poly 68 -40 -40 -83 2037 2094 3 MP PP 2037 2094 1 0.688 0 1997 2011 1 0.562 0 2037 2094 1 0.688 0 2 interp_poly 1997 2011 1 0.562 0 2065 1971 1 0.5 0 1997 2011 1 0.562 0 2 interp_poly -40 45 67 -73 2010 2122 3 MP PP 2010 2122 1 0.688 0 2077 2049 1 0.5 0 2010 2122 1 0.688 0 2 interp_poly 2077 2049 1 0.5 0 2037 2094 1 0.688 0 2077 2049 1 0.5 0 2 interp_poly 67 -73 -40 -62 2050 2184 3 MP PP 2050 2184 1 0.75 0 2010 2122 1 0.688 0 2050 2184 1 0.75 0 2 interp_poly 2010 2122 1 0.688 0 2077 2049 1 0.5 0 2010 2122 1 0.688 0 2 interp_poly 68 -138 -40 -18 2047 3913 3 MP PP 2047 3913 0 0 0.875 2007 3895 0 0 0.875 2047 3913 0 0 0.875 2 interp_poly 2007 3895 0 0 0.875 2075 3757 0 0.188 1 2007 3895 0 0 0.875 2 interp_poly -40 -46 68 -138 2007 3895 3 MP PP 2007 3895 0 0 0.875 2075 3757 0 0.188 1 2007 3895 0 0 0.875 2 interp_poly 2075 3757 0 0.188 1 2035 3711 0 0.25 1 2075 3757 0 0.188 1 2 interp_poly 68 -81 -40 -28 2046 2467 3 MP PP 2046 2467 1 1 0.0625 2006 2439 1 1 0 2046 2467 1 1 0.0625 2 interp_poly 2006 2439 1 1 0 2074 2358 1 0.875 0 2006 2439 1 1 0 2 interp_poly -40 -26 68 -81 2006 2439 3 MP PP 2006 2439 1 1 0 2074 2358 1 0.875 0 2006 2439 1 1 0 2 interp_poly 2074 2358 1 0.875 0 2034 2332 1 0.875 0 2074 2358 1 0.875 0 2 interp_poly 68 -60 -40 -35 2042 2821 3 MP PP 2042 2821 0.562 1 0.5 2002 2786 0.625 1 0.438 2042 2821 0.562 1 0.5 2 interp_poly 2002 2786 0.625 1 0.438 2070 2726 0.688 1 0.375 2002 2786 0.625 1 0.438 2 interp_poly -40 -69 68 -60 2002 2786 3 MP PP 2002 2786 0.625 1 0.438 2070 2726 0.688 1 0.375 2002 2786 0.625 1 0.438 2 interp_poly 2070 2726 0.688 1 0.375 2030 2657 0.812 1 0.25 2070 2726 0.688 1 0.375 2 interp_poly 67 -110 -40 46 2039 3207 3 MP PP 2039 3207 0.0625 1 1 1999 3253 0 0.875 1 2039 3207 0.0625 1 1 2 interp_poly 1999 3253 0 0.875 1 2066 3143 0.125 1 0.938 1999 3253 0 0.875 1 2 interp_poly -40 -62 67 -110 1999 3253 3 MP PP 1999 3253 0 0.875 1 2066 3143 0.125 1 0.938 1999 3253 0 0.875 1 2 interp_poly 2066 3143 0.125 1 0.938 2026 3081 0.188 1 0.875 2066 3143 0.125 1 0.938 2 interp_poly -40 -27 68 -40 1997 2011 3 MP PP 1997 2011 1 0.562 0 2065 1971 1 0.5 0 1997 2011 1 0.562 0 2 interp_poly 2065 1971 1 0.5 0 2025 1944 1 0.5 0 2065 1971 1 0.5 0 2 interp_poly 68 -137 -40 -24 2035 3711 3 MP PP 2035 3711 0 0.25 1 1995 3687 0 0.25 1 2035 3711 0 0.25 1 2 interp_poly 1995 3687 0 0.25 1 2063 3550 0 0.5 1 1995 3687 0 0.25 1 2 interp_poly -40 -14 68 -137 1995 3687 3 MP PP 1995 3687 0 0.25 1 2063 3550 0 0.5 1 1995 3687 0 0.25 1 2 interp_poly 2063 3550 0 0.5 1 2023 3536 0 0.5 1 2063 3550 0 0.5 1 2 interp_poly 68 -49 -40 -9 2030 2657 3 MP PP 2030 2657 0.812 1 0.25 1990 2648 0.75 1 0.312 2030 2657 0.812 1 0.25 2 interp_poly 1990 2648 0.75 1 0.312 2058 2599 0.875 1 0.188 1990 2648 0.75 1 0.312 2 interp_poly -40 -59 68 -49 1990 2648 3 MP PP 1990 2648 0.75 1 0.312 2058 2599 0.875 1 0.188 1990 2648 0.75 1 0.312 2 interp_poly 2058 2599 0.875 1 0.188 2018 2540 0.938 1 0.125 2058 2599 0.875 1 0.188 2 interp_poly 68 -77 -40 -34 2026 3081 3 MP PP 2026 3081 0.188 1 0.875 1986 3047 0.188 1 0.875 2026 3081 0.188 1 0.875 2 interp_poly 1986 3047 0.188 1 0.875 2054 2970 0.375 1 0.688 1986 3047 0.188 1 0.875 2 interp_poly -40 -47 68 -77 1986 3047 3 MP PP 1986 3047 0.188 1 0.875 2054 2970 0.375 1 0.688 1986 3047 0.188 1 0.875 2 interp_poly 2054 2970 0.375 1 0.688 2014 2923 0.438 1 0.625 2054 2970 0.375 1 0.688 2 interp_poly 68 -25 -40 -70 2025 1944 3 MP PP 2025 1944 1 0.5 0 1985 1874 1 0.375 0 2025 1944 1 0.5 0 2 interp_poly 1985 1874 1 0.375 0 2053 1849 1 0.312 0 1985 1874 1 0.375 0 2 interp_poly 68 -126 -40 -11 2023 3536 3 MP PP 2023 3536 0 0.5 1 1983 3525 0 0.5 1 2023 3536 0 0.5 1 2 interp_poly 1983 3525 0 0.5 1 2051 3399 0 0.75 1 1983 3525 0 0.5 1 2 interp_poly -40 -15 68 -126 1983 3525 3 MP PP 1983 3525 0 0.5 1 2051 3399 0 0.75 1 1983 3525 0 0.5 1 2 interp_poly 2051 3399 0 0.75 1 2011 3384 0 0.688 1 2051 3399 0 0.75 1 2 interp_poly 68 -57 -40 31 2022 2210 3 MP PP 2022 2210 1 0.75 0 1982 2241 1 0.875 0 2022 2210 1 0.75 0 2 interp_poly 1982 2241 1 0.875 0 2050 2184 1 0.75 0 1982 2241 1 0.875 0 2 interp_poly -40 -62 68 -57 1982 2241 3 MP PP 1982 2241 1 0.875 0 2050 2184 1 0.75 0 1982 2241 1 0.875 0 2 interp_poly 2050 2184 1 0.75 0 2010 2122 1 0.688 0 2050 2184 1 0.75 0 2 interp_poly 68 -171 -40 -24 2019 4108 3 MP PP 2019 4108 0 0 0.562 1979 4084 0 0 0.562 2019 4108 0 0 0.562 2 interp_poly 1979 4084 0 0 0.562 2047 3913 0 0 0.875 1979 4084 0 0 0.562 2 interp_poly -40 -18 68 -171 1979 4084 3 MP PP 1979 4084 0 0 0.562 2047 3913 0 0 0.875 1979 4084 0 0 0.562 2 interp_poly 2047 3913 0 0 0.875 2007 3895 0 0 0.875 2047 3913 0 0 0.875 2 interp_poly 68 -76 -40 3 2018 2540 3 MP PP 2018 2540 0.938 1 0.125 1978 2543 0.875 1 0.188 2018 2540 0.938 1 0.125 2 interp_poly 1978 2543 0.875 1 0.188 2046 2467 1 1 0.0625 1978 2543 0.875 1 0.188 2 interp_poly -40 -28 68 -76 1978 2543 3 MP PP 1978 2543 0.875 1 0.188 2046 2467 1 1 0.0625 1978 2543 0.875 1 0.188 2 interp_poly 2046 2467 1 1 0.0625 2006 2439 1 1 0 2046 2467 1 1 0.0625 2 interp_poly 68 -78 -40 -24 2014 2923 3 MP PP 2014 2923 0.438 1 0.625 1974 2899 0.438 1 0.625 2014 2923 0.438 1 0.625 2 interp_poly 1974 2899 0.438 1 0.625 2042 2821 0.562 1 0.5 1974 2899 0.438 1 0.625 2 interp_poly -40 -35 68 -78 1974 2899 3 MP PP 1974 2899 0.438 1 0.625 2042 2821 0.562 1 0.5 1974 2899 0.438 1 0.625 2 interp_poly 2042 2821 0.562 1 0.5 2002 2786 0.625 1 0.438 2042 2821 0.562 1 0.5 2 interp_poly 68 -109 -40 -68 2011 3384 3 MP PP 2011 3384 0 0.688 1 1971 3316 0 0.812 1 2011 3384 0 0.688 1 2 interp_poly 1971 3316 0 0.812 1 2039 3207 0.0625 1 1 1971 3316 0 0.812 1 2 interp_poly -40 46 68 -109 1971 3316 3 MP PP 1971 3316 0 0.812 1 2039 3207 0.0625 1 1 1971 3316 0 0.812 1 2 interp_poly 2039 3207 0.0625 1 1 1999 3253 0 0.875 1 2039 3207 0.0625 1 1 2 interp_poly 68 -153 -40 -31 2007 3895 3 MP PP 2007 3895 0 0 0.875 1967 3864 0 0 0.875 2007 3895 0 0 0.875 2 interp_poly 1967 3864 0 0 0.875 2035 3711 0 0.25 1 1967 3864 0 0 0.875 2 interp_poly -40 -24 68 -153 1967 3864 3 MP PP 1967 3864 0 0 0.875 2035 3711 0 0.25 1 1967 3864 0 0 0.875 2 interp_poly 2035 3711 0 0.25 1 1995 3687 0 0.25 1 2035 3711 0 0.25 1 2 interp_poly 68 -75 -40 -32 2006 2439 3 MP PP 2006 2439 1 1 0 1966 2407 1 1 0 2006 2439 1 1 0 2 interp_poly 1966 2407 1 1 0 2034 2332 1 0.875 0 1966 2407 1 1 0 2 interp_poly -40 34 68 -75 1966 2407 3 MP PP 1966 2407 1 1 0 2034 2332 1 0.875 0 1966 2407 1 1 0 2 interp_poly 2034 2332 1 0.875 0 1994 2366 1 1 0 2034 2332 1 0.875 0 2 interp_poly 68 -133 -40 4 2002 2786 3 MP PP 2002 2786 0.625 1 0.438 1962 2790 0.562 1 0.5 2002 2786 0.625 1 0.438 2 interp_poly 1962 2790 0.562 1 0.5 2030 2657 0.812 1 0.25 1962 2790 0.562 1 0.5 2 interp_poly -40 -9 68 -133 1962 2790 3 MP PP 1962 2790 0.562 1 0.5 2030 2657 0.812 1 0.25 1962 2790 0.562 1 0.5 2 interp_poly 2030 2657 0.812 1 0.25 1990 2648 0.75 1 0.312 2030 2657 0.812 1 0.25 2 interp_poly 67 -117 -40 -55 1999 3253 3 MP PP 1999 3253 0 0.875 1 1959 3198 0 0.938 1 1999 3253 0 0.875 1 2 interp_poly 1959 3198 0 0.938 1 2026 3081 0.188 1 0.875 1959 3198 0 0.938 1 2 interp_poly -40 -34 67 -117 1959 3198 3 MP PP 1959 3198 0 0.938 1 2026 3081 0.188 1 0.875 1959 3198 0 0.938 1 2 interp_poly 2026 3081 0.188 1 0.875 1986 3047 0.188 1 0.875 2026 3081 0.188 1 0.875 2 interp_poly 68 -38 -40 -29 1997 2011 3 MP PP 1997 2011 1 0.562 0 1957 1982 1 0.5 0 1997 2011 1 0.562 0 2 interp_poly 1957 1982 1 0.5 0 2025 1944 1 0.5 0 1957 1982 1 0.5 0 2 interp_poly -40 -70 68 -38 1957 1982 3 MP PP 1957 1982 1 0.5 0 2025 1944 1 0.5 0 1957 1982 1 0.5 0 2 interp_poly 2025 1944 1 0.5 0 1985 1874 1 0.375 0 2025 1944 1 0.5 0 2 interp_poly 68 -145 -40 -6 1995 3687 3 MP PP 1995 3687 0 0.25 1 1955 3681 0 0.188 1 1995 3687 0 0.25 1 2 interp_poly 1955 3681 0 0.188 1 2023 3536 0 0.5 1 1955 3681 0 0.188 1 2 interp_poly -40 -11 68 -145 1955 3681 3 MP PP 1955 3681 0 0.188 1 2023 3536 0 0.5 1 1955 3681 0 0.188 1 2 interp_poly 2023 3536 0 0.5 1 1983 3525 0 0.5 1 2023 3536 0 0.5 1 2 interp_poly 68 -85 -40 -71 1994 2366 3 MP PP 1994 2366 1 1 0 1954 2295 1 0.875 0 1994 2366 1 1 0 2 interp_poly 1954 2295 1 0.875 0 2022 2210 1 0.75 0 1954 2295 1 0.875 0 2 interp_poly -40 31 68 -85 1954 2295 3 MP PP 1954 2295 1 0.875 0 2022 2210 1 0.75 0 1954 2295 1 0.875 0 2 interp_poly 2022 2210 1 0.75 0 1982 2241 1 0.875 0 2022 2210 1 0.75 0 2 interp_poly 68 -94 -40 -14 1990 2648 3 MP PP 1990 2648 0.75 1 0.312 1950 2634 0.75 1 0.312 1990 2648 0.75 1 0.312 2 interp_poly 1950 2634 0.75 1 0.312 2018 2540 0.938 1 0.125 1950 2634 0.75 1 0.312 2 interp_poly -40 3 68 -94 1950 2634 3 MP PP 1950 2634 0.75 1 0.312 2018 2540 0.938 1 0.125 1950 2634 0.75 1 0.312 2 interp_poly 2018 2540 0.938 1 0.125 1978 2543 0.875 1 0.188 2018 2540 0.938 1 0.125 2 interp_poly 68 -120 -40 -4 1986 3047 3 MP PP 1986 3047 0.188 1 0.875 1946 3043 0.188 1 0.875 1986 3047 0.188 1 0.875 2 interp_poly 1946 3043 0.188 1 0.875 2014 2923 0.438 1 0.625 1946 3043 0.188 1 0.875 2 interp_poly -40 -24 68 -120 1946 3043 3 MP PP 1946 3043 0.188 1 0.875 2014 2923 0.438 1 0.625 1946 3043 0.188 1 0.875 2 interp_poly 2014 2923 0.438 1 0.625 1974 2899 0.438 1 0.625 2014 2923 0.438 1 0.625 2 interp_poly 68 -105 -40 -36 1983 3525 3 MP PP 1983 3525 0 0.5 1 1943 3489 0 0.5 1 1983 3525 0 0.5 1 2 interp_poly 1943 3489 0 0.5 1 2011 3384 0 0.688 1 1943 3489 0 0.5 1 2 interp_poly -40 -68 68 -105 1943 3489 3 MP PP 1943 3489 0 0.5 1 2011 3384 0 0.688 1 1943 3489 0 0.5 1 2 interp_poly 2011 3384 0 0.688 1 1971 3316 0 0.812 1 2011 3384 0 0.688 1 2 interp_poly -40 -85 68 -63 1902 2226 3 MP PP 1902 2226 1 0.938 0 1970 2163 1 0.812 0 1902 2226 1 0.938 0 2 interp_poly 1970 2163 1 0.812 0 1930 2078 1 0.688 0 1970 2163 1 0.812 0 2 interp_poly 68 -63 -40 41 1942 2185 3 MP PP 1942 2185 1 0.75 0 1902 2226 1 0.938 0 1942 2185 1 0.75 0 2 interp_poly 1902 2226 1 0.938 0 1970 2163 1 0.812 0 1902 2226 1 0.938 0 2 interp_poly 67 -67 -40 -85 1970 2163 3 MP PP 1970 2163 1 0.812 0 1930 2078 1 0.688 0 1970 2163 1 0.812 0 2 interp_poly 1930 2078 1 0.688 0 1997 2011 1 0.562 0 1930 2078 1 0.688 0 2 interp_poly -40 41 68 -63 1942 2185 3 MP PP 1942 2185 1 0.75 0 2010 2122 1 0.688 0 1942 2185 1 0.75 0 2 interp_poly 2010 2122 1 0.688 0 1970 2163 1 0.812 0 2010 2122 1 0.688 0 2 interp_poly 68 -63 -40 -56 1982 2241 3 MP PP 1982 2241 1 0.875 0 1942 2185 1 0.75 0 1982 2241 1 0.875 0 2 interp_poly 1942 2185 1 0.75 0 2010 2122 1 0.688 0 1942 2185 1 0.75 0 2 interp_poly 68 -165 -40 -24 1979 4084 3 MP PP 1979 4084 0 0 0.562 1939 4060 0 0 0.562 1979 4084 0 0 0.562 2 interp_poly 1939 4060 0 0 0.562 2007 3895 0 0 0.875 1939 4060 0 0 0.562 2 interp_poly -40 -31 68 -165 1939 4060 3 MP PP 1939 4060 0 0 0.562 2007 3895 0 0 0.875 1939 4060 0 0 0.562 2 interp_poly 2007 3895 0 0 0.875 1967 3864 0 0 0.875 2007 3895 0 0 0.875 2 interp_poly 68 -69 -40 -35 1978 2543 3 MP PP 1978 2543 0.875 1 0.188 1938 2508 0.938 1 0.125 1978 2543 0.875 1 0.188 2 interp_poly 1938 2508 0.938 1 0.125 2006 2439 1 1 0 1938 2508 0.938 1 0.125 2 interp_poly -40 -32 68 -69 1938 2508 3 MP PP 1938 2508 0.938 1 0.125 2006 2439 1 1 0 1938 2508 0.938 1 0.125 2 interp_poly 2006 2439 1 1 0 1966 2407 1 1 0 2006 2439 1 1 0 2 interp_poly 68 -72 -40 -41 1974 2899 3 MP PP 1974 2899 0.438 1 0.625 1934 2858 0.438 1 0.625 1974 2899 0.438 1 0.625 2 interp_poly 1934 2858 0.438 1 0.625 2002 2786 0.625 1 0.438 1934 2858 0.438 1 0.625 2 interp_poly -40 4 68 -72 1934 2858 3 MP PP 1934 2858 0.438 1 0.625 2002 2786 0.625 1 0.438 1934 2858 0.438 1 0.625 2 interp_poly 2002 2786 0.625 1 0.438 1962 2790 0.562 1 0.5 2002 2786 0.625 1 0.438 2 interp_poly 68 -79 -40 16 1971 3316 3 MP PP 1971 3316 0 0.812 1 1931 3332 0 0.75 1 1971 3316 0 0.812 1 2 interp_poly 1931 3332 0 0.75 1 1999 3253 0 0.875 1 1931 3332 0 0.75 1 2 interp_poly -40 -55 68 -79 1931 3332 3 MP PP 1931 3332 0 0.75 1 1999 3253 0 0.875 1 1931 3332 0 0.75 1 2 interp_poly 1999 3253 0 0.875 1 1959 3198 0 0.938 1 1999 3253 0 0.875 1 2 interp_poly -40 -29 67 -67 1930 2078 3 MP PP 1930 2078 1 0.688 0 1997 2011 1 0.562 0 1930 2078 1 0.688 0 2 interp_poly 1997 2011 1 0.562 0 1957 1982 1 0.5 0 1997 2011 1 0.562 0 2 interp_poly 68 -155 -40 -22 1967 3864 3 MP PP 1967 3864 0 0 0.875 1927 3842 0 0 0.875 1967 3864 0 0 0.875 2 interp_poly 1927 3842 0 0 0.875 1995 3687 0 0.25 1 1927 3842 0 0 0.875 2 interp_poly -40 -6 68 -155 1927 3842 3 MP PP 1927 3842 0 0 0.875 1995 3687 0 0.25 1 1927 3842 0 0 0.875 2 interp_poly 1995 3687 0 0.25 1 1955 3681 0 0.188 1 1995 3687 0 0.25 1 2 interp_poly 68 -52 -40 11 1966 2407 3 MP PP 1966 2407 1 1 0 1926 2418 1 1 0.0625 1966 2407 1 1 0 2 interp_poly 1926 2418 1 1 0.0625 1994 2366 1 1 0 1926 2418 1 1 0.0625 2 interp_poly -40 -71 68 -52 1926 2418 3 MP PP 1926 2418 1 1 0.0625 1994 2366 1 1 0 1926 2418 1 1 0.0625 2 interp_poly 1994 2366 1 1 0 1954 2295 1 0.875 0 1994 2366 1 1 0 2 interp_poly 68 -70 -40 -72 1962 2790 3 MP PP 1962 2790 0.562 1 0.5 1922 2718 0.625 1 0.438 1962 2790 0.562 1 0.5 2 interp_poly 1922 2718 0.625 1 0.438 1990 2648 0.75 1 0.312 1922 2718 0.625 1 0.438 2 interp_poly -40 -14 68 -70 1922 2718 3 MP PP 1922 2718 0.625 1 0.438 1990 2648 0.75 1 0.312 1922 2718 0.625 1 0.438 2 interp_poly 1990 2648 0.75 1 0.312 1950 2634 0.75 1 0.312 1990 2648 0.75 1 0.312 2 interp_poly 67 -110 -40 -41 1959 3198 3 MP PP 1959 3198 0 0.938 1 1919 3157 0 1 1 1959 3198 0 0.938 1 2 interp_poly 1919 3157 0 1 1 1986 3047 0.188 1 0.875 1919 3157 0 1 1 2 interp_poly -40 -4 67 -110 1919 3157 3 MP PP 1919 3157 0 1 1 1986 3047 0.188 1 0.875 1919 3157 0 1 1 2 interp_poly 1986 3047 0.188 1 0.875 1946 3043 0.188 1 0.875 1986 3047 0.188 1 0.875 2 interp_poly 68 -43 -40 -65 1957 1982 3 MP PP 1957 1982 1 0.5 0 1917 1917 1 0.438 0 1957 1982 1 0.5 0 2 interp_poly 1917 1917 1 0.438 0 1985 1874 1 0.375 0 1917 1917 1 0.438 0 2 interp_poly 68 -135 -40 -21 1955 3681 3 MP PP 1955 3681 0 0.188 1 1915 3660 0 0.188 1 1955 3681 0 0.188 1 2 interp_poly 1915 3660 0 0.188 1 1983 3525 0 0.5 1 1915 3660 0 0.188 1 2 interp_poly -40 -36 68 -135 1915 3660 3 MP PP 1915 3660 0 0.188 1 1983 3525 0 0.5 1 1915 3660 0 0.188 1 2 interp_poly 1983 3525 0 0.5 1 1943 3489 0 0.5 1 1983 3525 0 0.5 1 2 interp_poly 68 -81 -40 27 1954 2295 3 MP PP 1954 2295 1 0.875 0 1914 2322 1 1 0 1954 2295 1 0.875 0 2 interp_poly 1914 2322 1 1 0 1982 2241 1 0.875 0 1914 2322 1 1 0 2 interp_poly -40 -56 68 -81 1914 2322 3 MP PP 1914 2322 1 1 0 1982 2241 1 0.875 0 1914 2322 1 1 0 2 interp_poly 1982 2241 1 0.875 0 1942 2185 1 0.75 0 1982 2241 1 0.875 0 2 interp_poly 68 -69 -40 -22 1950 2634 3 MP PP 1950 2634 0.75 1 0.312 1910 2612 0.75 1 0.312 1950 2634 0.75 1 0.312 2 interp_poly 1910 2612 0.75 1 0.312 1978 2543 0.875 1 0.188 1910 2612 0.75 1 0.312 2 interp_poly -40 -35 68 -69 1910 2612 3 MP PP 1910 2612 0.75 1 0.312 1978 2543 0.875 1 0.188 1910 2612 0.75 1 0.312 2 interp_poly 1978 2543 0.875 1 0.188 1938 2508 0.938 1 0.125 1978 2543 0.875 1 0.188 2 interp_poly 68 -93 -40 -51 1946 3043 3 MP PP 1946 3043 0.188 1 0.875 1906 2992 0.25 1 0.812 1946 3043 0.188 1 0.875 2 interp_poly 1906 2992 0.25 1 0.812 1974 2899 0.438 1 0.625 1906 2992 0.25 1 0.812 2 interp_poly -40 -41 68 -93 1906 2992 3 MP PP 1906 2992 0.25 1 0.812 1974 2899 0.438 1 0.625 1906 2992 0.25 1 0.812 2 interp_poly 1974 2899 0.438 1 0.625 1934 2858 0.438 1 0.625 1974 2899 0.438 1 0.625 2 interp_poly 68 -127 -40 -46 1943 3489 3 MP PP 1943 3489 0 0.5 1 1903 3443 0 0.562 1 1943 3489 0 0.5 1 2 interp_poly 1903 3443 0 0.562 1 1971 3316 0 0.812 1 1903 3443 0 0.562 1 2 interp_poly -40 16 68 -127 1903 3443 3 MP PP 1903 3443 0 0.562 1 1971 3316 0 0.812 1 1903 3443 0 0.562 1 2 interp_poly 1971 3316 0 0.812 1 1931 3332 0 0.75 1 1971 3316 0 0.812 1 2 interp_poly 68 -172 -40 -24 1939 4060 3 MP PP 1939 4060 0 0 0.562 1899 4036 0 0 0.562 1939 4060 0 0 0.562 2 interp_poly 1899 4036 0 0 0.562 1967 3864 0 0 0.875 1899 4036 0 0 0.562 2 interp_poly -40 -22 68 -172 1899 4036 3 MP PP 1899 4036 0 0 0.562 1967 3864 0 0 0.875 1899 4036 0 0 0.562 2 interp_poly 1967 3864 0 0 0.875 1927 3842 0 0 0.875 1967 3864 0 0 0.875 2 interp_poly 68 -64 -40 -37 1938 2508 3 MP PP 1938 2508 0.938 1 0.125 1898 2471 0.938 1 0.125 1938 2508 0.938 1 0.125 2 interp_poly 1898 2471 0.938 1 0.125 1966 2407 1 1 0 1898 2471 0.938 1 0.125 2 interp_poly -40 11 68 -64 1898 2471 3 MP PP 1898 2471 0.938 1 0.125 1966 2407 1 1 0 1898 2471 0.938 1 0.125 2 interp_poly 1966 2407 1 1 0 1926 2418 1 1 0.0625 1966 2407 1 1 0 2 interp_poly 68 -95 -40 27 1934 2858 3 MP PP 1934 2858 0.438 1 0.625 1894 2885 0.312 1 0.75 1934 2858 0.438 1 0.625 2 interp_poly 1894 2885 0.312 1 0.75 1962 2790 0.562 1 0.5 1894 2885 0.312 1 0.75 2 interp_poly -40 -72 68 -95 1894 2885 3 MP PP 1894 2885 0.312 1 0.75 1962 2790 0.562 1 0.5 1894 2885 0.312 1 0.75 2 interp_poly 1962 2790 0.562 1 0.5 1922 2718 0.625 1 0.438 1962 2790 0.562 1 0.5 2 interp_poly 68 -126 -40 -8 1931 3332 3 MP PP 1931 3332 0 0.75 1 1891 3324 0 0.688 1 1931 3332 0 0.75 1 2 interp_poly 1891 3324 0 0.688 1 1959 3198 0 0.938 1 1891 3324 0 0.688 1 2 interp_poly -40 -41 68 -126 1891 3324 3 MP PP 1891 3324 0 0.688 1 1959 3198 0 0.938 1 1891 3324 0 0.688 1 2 interp_poly 1959 3198 0 0.938 1 1919 3157 0 1 1 1959 3198 0 0.938 1 2 interp_poly 67 -46 -40 -50 1930 2078 3 MP PP 1930 2078 1 0.688 0 1890 2028 1 0.625 0 1930 2078 1 0.688 0 2 interp_poly 1890 2028 1 0.625 0 1957 1982 1 0.5 0 1890 2028 1 0.625 0 2 interp_poly -40 -65 67 -46 1890 2028 3 MP PP 1890 2028 1 0.625 0 1957 1982 1 0.5 0 1890 2028 1 0.625 0 2 interp_poly 1957 1982 1 0.5 0 1917 1917 1 0.438 0 1957 1982 1 0.5 0 2 interp_poly 68 -156 -40 -5 1927 3842 3 MP PP 1927 3842 0 0 0.875 1887 3837 0 0 0.875 1927 3842 0 0 0.875 2 interp_poly 1887 3837 0 0 0.875 1955 3681 0 0.188 1 1887 3837 0 0 0.875 2 interp_poly -40 -21 68 -156 1887 3837 3 MP PP 1887 3837 0 0 0.875 1955 3681 0 0.188 1 1887 3837 0 0 0.875 2 interp_poly 1955 3681 0 0.188 1 1915 3660 0 0.188 1 1955 3681 0 0.188 1 2 interp_poly 68 -111 -40 -12 1926 2418 3 MP PP 1926 2418 1 1 0.0625 1886 2406 0.938 1 0.125 1926 2418 1 1 0.0625 2 interp_poly 1886 2406 0.938 1 0.125 1954 2295 1 0.875 0 1886 2406 0.938 1 0.125 2 interp_poly -40 27 68 -111 1886 2406 3 MP PP 1886 2406 0.938 1 0.125 1954 2295 1 0.875 0 1886 2406 0.938 1 0.125 2 interp_poly 1954 2295 1 0.875 0 1914 2322 1 1 0 1954 2295 1 0.875 0 2 interp_poly 68 -76 -40 -8 1922 2718 3 MP PP 1922 2718 0.625 1 0.438 1882 2710 0.625 1 0.438 1922 2718 0.625 1 0.438 2 interp_poly 1882 2710 0.625 1 0.438 1950 2634 0.75 1 0.312 1882 2710 0.625 1 0.438 2 interp_poly -40 -22 68 -76 1882 2710 3 MP PP 1882 2710 0.625 1 0.438 1950 2634 0.75 1 0.312 1882 2710 0.625 1 0.438 2 interp_poly 1950 2634 0.75 1 0.312 1910 2612 0.75 1 0.312 1950 2634 0.75 1 0.312 2 interp_poly 67 -119 -40 5 1919 3157 3 MP PP 1919 3157 0 1 1 1879 3162 0 0.938 1 1919 3157 0 1 1 2 interp_poly 1879 3162 0 0.938 1 1946 3043 0.188 1 0.875 1879 3162 0 0.938 1 2 interp_poly -40 -51 67 -119 1879 3162 3 MP PP 1879 3162 0 0.938 1 1946 3043 0.188 1 0.875 1879 3162 0 0.938 1 2 interp_poly 1946 3043 0.188 1 0.875 1906 2992 0.25 1 0.812 1946 3043 0.188 1 0.875 2 interp_poly 68 -139 -40 -32 1915 3660 3 MP PP 1915 3660 0 0.188 1 1875 3628 0 0.188 1 1915 3660 0 0.188 1 2 interp_poly 1875 3628 0 0.188 1 1943 3489 0 0.5 1 1875 3628 0 0.188 1 2 interp_poly -40 -46 68 -139 1875 3628 3 MP PP 1875 3628 0 0.188 1 1943 3489 0 0.5 1 1875 3628 0 0.188 1 2 interp_poly 1943 3489 0 0.5 1 1903 3443 0 0.562 1 1943 3489 0 0.5 1 2 interp_poly -40 -81 68 -75 1834 2301 3 MP PP 1834 2301 1 1 0.0625 1902 2226 1 0.938 0 1834 2301 1 1 0.0625 2 interp_poly 1902 2226 1 0.938 0 1862 2145 1 0.812 0 1902 2226 1 0.938 0 2 interp_poly 68 -75 -40 60 1874 2241 3 MP PP 1874 2241 1 0.875 0 1834 2301 1 1 0.0625 1874 2241 1 0.875 0 2 interp_poly 1834 2301 1 1 0.0625 1902 2226 1 0.938 0 1834 2301 1 1 0.0625 2 interp_poly 68 -67 -40 -81 1902 2226 3 MP PP 1902 2226 1 0.938 0 1862 2145 1 0.812 0 1902 2226 1 0.938 0 2 interp_poly 1862 2145 1 0.812 0 1930 2078 1 0.688 0 1862 2145 1 0.812 0 2 interp_poly -40 41 68 -56 1874 2241 3 MP PP 1874 2241 1 0.875 0 1942 2185 1 0.75 0 1874 2241 1 0.875 0 2 interp_poly 1942 2185 1 0.75 0 1902 2226 1 0.938 0 1942 2185 1 0.75 0 2 interp_poly 68 -56 -40 -81 1914 2322 3 MP PP 1914 2322 1 1 0 1874 2241 1 0.875 0 1914 2322 1 1 0 2 interp_poly 1874 2241 1 0.875 0 1942 2185 1 0.75 0 1874 2241 1 0.875 0 2 interp_poly 68 -87 -40 -17 1910 2612 3 MP PP 1910 2612 0.75 1 0.312 1870 2595 0.75 1 0.312 1910 2612 0.75 1 0.312 2 interp_poly 1870 2595 0.75 1 0.312 1938 2508 0.938 1 0.125 1870 2595 0.75 1 0.312 2 interp_poly -40 -37 68 -87 1870 2595 3 MP PP 1870 2595 0.75 1 0.312 1938 2508 0.938 1 0.125 1870 2595 0.75 1 0.312 2 interp_poly 1938 2508 0.938 1 0.125 1898 2471 0.938 1 0.125 1938 2508 0.938 1 0.125 2 interp_poly 68 -101 -40 -33 1906 2992 3 MP PP 1906 2992 0.25 1 0.812 1866 2959 0.25 1 0.812 1906 2992 0.25 1 0.812 2 interp_poly 1866 2959 0.25 1 0.812 1934 2858 0.438 1 0.625 1866 2959 0.25 1 0.812 2 interp_poly -40 27 68 -101 1866 2959 3 MP PP 1866 2959 0.25 1 0.812 1934 2858 0.438 1 0.625 1866 2959 0.25 1 0.812 2 interp_poly 1934 2858 0.438 1 0.625 1894 2885 0.312 1 0.75 1934 2858 0.438 1 0.625 2 interp_poly 68 -125 -40 14 1903 3443 3 MP PP 1903 3443 0 0.562 1 1863 3457 0 0.438 1 1903 3443 0 0.562 1 2 interp_poly 1863 3457 0 0.438 1 1931 3332 0 0.75 1 1863 3457 0 0.438 1 2 interp_poly -40 -8 68 -125 1863 3457 3 MP PP 1863 3457 0 0.438 1 1931 3332 0 0.75 1 1863 3457 0 0.438 1 2 interp_poly 1931 3332 0 0.75 1 1891 3324 0 0.688 1 1931 3332 0 0.75 1 2 interp_poly -40 -50 68 -67 1862 2145 3 MP PP 1862 2145 1 0.812 0 1930 2078 1 0.688 0 1862 2145 1 0.812 0 2 interp_poly 1930 2078 1 0.688 0 1890 2028 1 0.625 0 1930 2078 1 0.688 0 2 interp_poly 68 -169 -40 -25 1899 4036 3 MP PP 1899 4036 0 0 0.562 1859 4011 0 0 0.562 1899 4036 0 0 0.562 2 interp_poly 1859 4011 0 0 0.562 1927 3842 0 0 0.875 1859 4011 0 0 0.562 2 interp_poly -40 -5 68 -169 1859 4011 3 MP PP 1859 4011 0 0 0.562 1927 3842 0 0 0.875 1859 4011 0 0 0.562 2 interp_poly 1927 3842 0 0 0.875 1887 3837 0 0 0.875 1927 3842 0 0 0.875 2 interp_poly 68 -54 -40 1 1898 2471 3 MP PP 1898 2471 0.938 1 0.125 1858 2472 0.875 1 0.188 1898 2471 0.938 1 0.125 2 interp_poly 1858 2472 0.875 1 0.188 1926 2418 1 1 0.0625 1858 2472 0.875 1 0.188 2 interp_poly -40 -12 68 -54 1858 2472 3 MP PP 1858 2472 0.875 1 0.188 1926 2418 1 1 0.0625 1858 2472 0.875 1 0.188 2 interp_poly 1926 2418 1 1 0.0625 1886 2406 0.938 1 0.125 1926 2418 1 1 0.0625 2 interp_poly 68 -83 -40 -84 1894 2885 3 MP PP 1894 2885 0.312 1 0.75 1854 2801 0.5 1 0.562 1894 2885 0.312 1 0.75 2 interp_poly 1854 2801 0.5 1 0.562 1922 2718 0.625 1 0.438 1854 2801 0.5 1 0.562 2 interp_poly -40 -8 68 -83 1854 2801 3 MP PP 1854 2801 0.5 1 0.562 1922 2718 0.625 1 0.438 1854 2801 0.5 1 0.562 2 interp_poly 1922 2718 0.625 1 0.438 1882 2710 0.625 1 0.438 1922 2718 0.625 1 0.438 2 interp_poly 68 -114 -40 -53 1891 3324 3 MP PP 1891 3324 0 0.688 1 1851 3271 0 0.75 1 1891 3324 0 0.688 1 2 interp_poly 1851 3271 0 0.75 1 1919 3157 0 1 1 1851 3271 0 0.75 1 2 interp_poly -40 5 68 -114 1851 3271 3 MP PP 1851 3271 0 0.75 1 1919 3157 0 1 1 1851 3271 0 0.75 1 2 interp_poly 1919 3157 0 1 1 1879 3162 0 0.938 1 1919 3157 0 1 1 2 interp_poly 67 -67 -40 -44 1890 2028 3 MP PP 1890 2028 1 0.625 0 1850 1984 1 0.562 0 1890 2028 1 0.625 0 2 interp_poly 1850 1984 1 0.562 0 1917 1917 1 0.438 0 1850 1984 1 0.562 0 2 interp_poly 68 -142 -40 -35 1887 3837 3 MP PP 1887 3837 0 0 0.875 1847 3802 0 0 0.875 1887 3837 0 0 0.875 2 interp_poly 1847 3802 0 0 0.875 1915 3660 0 0.188 1 1847 3802 0 0 0.875 2 interp_poly -40 -32 68 -142 1847 3802 3 MP PP 1847 3802 0 0 0.875 1915 3660 0 0.188 1 1847 3802 0 0 0.875 2 interp_poly 1915 3660 0 0.188 1 1875 3628 0 0.188 1 1915 3660 0 0.188 1 2 interp_poly 68 -40 -40 -44 1886 2406 3 MP PP 1886 2406 0.938 1 0.125 1846 2362 1 1 0.0625 1886 2406 0.938 1 0.125 2 interp_poly 1846 2362 1 1 0.0625 1914 2322 1 1 0 1846 2362 1 1 0.0625 2 interp_poly -40 -81 68 -40 1846 2362 3 MP PP 1846 2362 1 1 0.0625 1914 2322 1 1 0 1846 2362 1 1 0.0625 2 interp_poly 1914 2322 1 1 0 1874 2241 1 0.875 0 1914 2322 1 1 0 2 interp_poly 68 -85 -40 -13 1882 2710 3 MP PP 1882 2710 0.625 1 0.438 1842 2697 0.562 1 0.5 1882 2710 0.625 1 0.438 2 interp_poly 1842 2697 0.562 1 0.5 1910 2612 0.75 1 0.312 1842 2697 0.562 1 0.5 2 interp_poly -40 -17 68 -85 1842 2697 3 MP PP 1842 2697 0.562 1 0.5 1910 2612 0.75 1 0.312 1842 2697 0.562 1 0.5 2 interp_poly 1910 2612 0.75 1 0.312 1870 2595 0.75 1 0.312 1910 2612 0.75 1 0.312 2 interp_poly 67 -107 -40 -63 1879 3162 3 MP PP 1879 3162 0 0.938 1 1839 3099 0 1 1 1879 3162 0 0.938 1 2 interp_poly 1839 3099 0 1 1 1906 2992 0.25 1 0.812 1839 3099 0 1 1 2 interp_poly -40 -33 67 -107 1839 3099 3 MP PP 1839 3099 0 1 1 1906 2992 0.25 1 0.812 1839 3099 0 1 1 2 interp_poly 1906 2992 0.25 1 0.812 1866 2959 0.25 1 0.812 1906 2992 0.25 1 0.812 2 interp_poly 68 -148 -40 -37 1875 3628 3 MP PP 1875 3628 0 0.188 1 1835 3591 0 0.25 1 1875 3628 0 0.188 1 2 interp_poly 1835 3591 0 0.25 1 1903 3443 0 0.562 1 1835 3591 0 0.25 1 2 interp_poly -40 14 68 -148 1835 3591 3 MP PP 1835 3591 0 0.25 1 1903 3443 0 0.562 1 1835 3591 0 0.25 1 2 interp_poly 1903 3443 0 0.562 1 1863 3457 0 0.438 1 1903 3443 0 0.562 1 2 interp_poly 68 -71 -40 -53 1870 2595 3 MP PP 1870 2595 0.75 1 0.312 1830 2542 0.812 1 0.25 1870 2595 0.75 1 0.312 2 interp_poly 1830 2542 0.812 1 0.25 1898 2471 0.938 1 0.125 1830 2542 0.812 1 0.25 2 interp_poly -40 1 68 -71 1830 2542 3 MP PP 1830 2542 0.812 1 0.25 1898 2471 0.938 1 0.125 1830 2542 0.812 1 0.25 2 interp_poly 1898 2471 0.938 1 0.125 1858 2472 0.875 1 0.188 1898 2471 0.938 1 0.125 2 interp_poly 68 -89 -40 15 1866 2959 3 MP PP 1866 2959 0.25 1 0.812 1826 2974 0.188 1 0.875 1866 2959 0.25 1 0.812 2 interp_poly 1826 2974 0.188 1 0.875 1894 2885 0.312 1 0.75 1826 2974 0.188 1 0.875 2 interp_poly -40 -84 68 -89 1826 2974 3 MP PP 1826 2974 0.188 1 0.875 1894 2885 0.312 1 0.75 1826 2974 0.188 1 0.875 2 interp_poly 1894 2885 0.312 1 0.75 1854 2801 0.5 1 0.562 1894 2885 0.312 1 0.75 2 interp_poly 68 -113 -40 -20 1863 3457 3 MP PP 1863 3457 0 0.438 1 1823 3437 0 0.438 1 1863 3457 0 0.438 1 2 interp_poly 1823 3437 0 0.438 1 1891 3324 0 0.688 1 1823 3437 0 0.438 1 2 interp_poly -40 -53 68 -113 1823 3437 3 MP PP 1823 3437 0 0.438 1 1891 3324 0 0.688 1 1823 3437 0 0.438 1 2 interp_poly 1891 3324 0 0.688 1 1851 3271 0 0.75 1 1891 3324 0 0.688 1 2 interp_poly 68 -64 -40 -53 1862 2145 3 MP PP 1862 2145 1 0.812 0 1822 2092 1 0.75 0 1862 2145 1 0.812 0 2 interp_poly 1822 2092 1 0.75 0 1890 2028 1 0.625 0 1822 2092 1 0.75 0 2 interp_poly -40 -44 68 -64 1822 2092 3 MP PP 1822 2092 1 0.75 0 1890 2028 1 0.625 0 1822 2092 1 0.75 0 2 interp_poly 1890 2028 1 0.625 0 1850 1984 1 0.562 0 1890 2028 1 0.625 0 2 interp_poly 68 -150 -40 -24 1859 4011 3 MP PP 1859 4011 0 0 0.562 1819 3987 0 0 0.562 1859 4011 0 0 0.562 2 interp_poly 1819 3987 0 0 0.562 1887 3837 0 0 0.875 1819 3987 0 0 0.562 2 interp_poly -40 -35 68 -150 1819 3987 3 MP PP 1819 3987 0 0 0.562 1887 3837 0 0 0.875 1819 3987 0 0 0.562 2 interp_poly 1887 3837 0 0 0.875 1847 3802 0 0 0.875 1887 3837 0 0 0.875 2 interp_poly 68 -57 -40 -9 1858 2472 3 MP PP 1858 2472 0.875 1 0.188 1818 2463 0.812 1 0.25 1858 2472 0.875 1 0.188 2 interp_poly 1818 2463 0.812 1 0.25 1886 2406 0.938 1 0.125 1818 2463 0.812 1 0.25 2 interp_poly -40 -44 68 -57 1818 2463 3 MP PP 1818 2463 0.812 1 0.25 1886 2406 0.938 1 0.125 1818 2463 0.812 1 0.25 2 interp_poly 1886 2406 0.938 1 0.125 1846 2362 1 1 0.0625 1886 2406 0.938 1 0.125 2 interp_poly 68 -93 -40 2 1854 2801 3 MP PP 1854 2801 0.5 1 0.562 1814 2803 0.438 1 0.625 1854 2801 0.5 1 0.562 2 interp_poly 1814 2803 0.438 1 0.625 1882 2710 0.625 1 0.438 1814 2803 0.438 1 0.625 2 interp_poly -40 -13 68 -93 1814 2803 3 MP PP 1814 2803 0.438 1 0.625 1882 2710 0.625 1 0.438 1814 2803 0.438 1 0.625 2 interp_poly 1882 2710 0.625 1 0.438 1842 2697 0.562 1 0.5 1882 2710 0.625 1 0.438 2 interp_poly 68 -118 -40 9 1851 3271 3 MP PP 1851 3271 0 0.75 1 1811 3280 0 0.688 1 1851 3271 0 0.75 1 2 interp_poly 1811 3280 0 0.688 1 1879 3162 0 0.938 1 1811 3280 0 0.688 1 2 interp_poly -40 -63 68 -118 1811 3280 3 MP PP 1811 3280 0 0.688 1 1879 3162 0 0.938 1 1811 3280 0 0.688 1 2 interp_poly 1879 3162 0 0.938 1 1839 3099 0 1 1 1879 3162 0 0.938 1 2 interp_poly 68 -148 -40 -26 1847 3802 3 MP PP 1847 3802 0 0 0.875 1807 3776 0 0 0.875 1847 3802 0 0 0.875 2 interp_poly 1807 3776 0 0 0.875 1875 3628 0 0.188 1 1807 3776 0 0 0.875 2 interp_poly -40 -37 68 -148 1807 3776 3 MP PP 1807 3776 0 0 0.875 1875 3628 0 0.188 1 1807 3776 0 0 0.875 2 interp_poly 1875 3628 0 0.188 1 1835 3591 0 0.25 1 1875 3628 0 0.188 1 2 interp_poly -40 -103 68 -54 1766 2355 3 MP PP 1766 2355 0.875 1 0.188 1834 2301 1 1 0.0625 1766 2355 0.875 1 0.188 2 interp_poly 1834 2301 1 1 0.0625 1794 2198 1 0.875 0 1834 2301 1 1 0.0625 2 interp_poly 68 -54 -40 107 1806 2248 3 MP PP 1806 2248 1 0.875 0 1766 2355 0.875 1 0.188 1806 2248 1 0.875 0 2 interp_poly 1766 2355 0.875 1 0.188 1834 2301 1 1 0.0625 1766 2355 0.875 1 0.188 2 interp_poly 68 -53 -40 -103 1834 2301 3 MP PP 1834 2301 1 1 0.0625 1794 2198 1 0.875 0 1834 2301 1 1 0.0625 2 interp_poly 1794 2198 1 0.875 0 1862 2145 1 0.812 0 1794 2198 1 0.875 0 2 interp_poly -40 60 68 -7 1806 2248 3 MP PP 1806 2248 1 0.875 0 1874 2241 1 0.875 0 1806 2248 1 0.875 0 2 interp_poly 1874 2241 1 0.875 0 1834 2301 1 1 0.0625 1874 2241 1 0.875 0 2 interp_poly 68 -7 -40 -114 1846 2362 3 MP PP 1846 2362 1 1 0.0625 1806 2248 1 0.875 0 1846 2362 1 1 0.0625 2 interp_poly 1806 2248 1 0.875 0 1874 2241 1 0.875 0 1806 2248 1 0.875 0 2 interp_poly 68 -78 -40 -24 1842 2697 3 MP PP 1842 2697 0.562 1 0.5 1802 2673 0.562 1 0.5 1842 2697 0.562 1 0.5 2 interp_poly 1802 2673 0.562 1 0.5 1870 2595 0.75 1 0.312 1802 2673 0.562 1 0.5 2 interp_poly -40 -53 68 -78 1802 2673 3 MP PP 1802 2673 0.562 1 0.5 1870 2595 0.75 1 0.312 1802 2673 0.562 1 0.5 2 interp_poly 1870 2595 0.75 1 0.312 1830 2542 0.812 1 0.25 1870 2595 0.75 1 0.312 2 interp_poly 67 -101 -40 -39 1839 3099 3 MP PP 1839 3099 0 1 1 1799 3060 0.0625 1 1 1839 3099 0 1 1 2 interp_poly 1799 3060 0.0625 1 1 1866 2959 0.25 1 0.812 1799 3060 0.0625 1 1 2 interp_poly -40 15 67 -101 1799 3060 3 MP PP 1799 3060 0.0625 1 1 1866 2959 0.25 1 0.812 1799 3060 0.0625 1 1 2 interp_poly 1866 2959 0.25 1 0.812 1826 2974 0.188 1 0.875 1866 2959 0.25 1 0.812 2 interp_poly 68 -124 -40 -10 1835 3591 3 MP PP 1835 3591 0 0.25 1 1795 3581 0 0.188 1 1835 3591 0 0.25 1 2 interp_poly 1795 3581 0 0.188 1 1863 3457 0 0.438 1 1795 3581 0 0.188 1 2 interp_poly -40 -20 68 -124 1795 3581 3 MP PP 1795 3581 0 0.188 1 1863 3457 0 0.438 1 1795 3581 0 0.188 1 2 interp_poly 1863 3457 0 0.438 1 1823 3437 0 0.438 1 1863 3457 0 0.438 1 2 interp_poly -40 -53 68 -53 1794 2198 3 MP PP 1794 2198 1 0.875 0 1862 2145 1 0.812 0 1794 2198 1 0.875 0 2 interp_poly 1862 2145 1 0.812 0 1822 2092 1 0.75 0 1862 2145 1 0.812 0 2 interp_poly 68 -64 -40 -6 1830 2542 3 MP PP 1830 2542 0.812 1 0.25 1790 2536 0.75 1 0.312 1830 2542 0.812 1 0.25 2 interp_poly 1790 2536 0.75 1 0.312 1858 2472 0.875 1 0.188 1790 2536 0.75 1 0.312 2 interp_poly -40 -9 68 -64 1790 2536 3 MP PP 1790 2536 0.75 1 0.312 1858 2472 0.875 1 0.188 1790 2536 0.75 1 0.312 2 interp_poly 1858 2472 0.875 1 0.188 1818 2463 0.812 1 0.25 1858 2472 0.875 1 0.188 2 interp_poly 68 -106 -40 -67 1826 2974 3 MP PP 1826 2974 0.188 1 0.875 1786 2907 0.25 1 0.812 1826 2974 0.188 1 0.875 2 interp_poly 1786 2907 0.25 1 0.812 1854 2801 0.5 1 0.562 1786 2907 0.25 1 0.812 2 interp_poly -40 2 68 -106 1786 2907 3 MP PP 1786 2907 0.25 1 0.812 1854 2801 0.5 1 0.562 1786 2907 0.25 1 0.812 2 interp_poly 1854 2801 0.5 1 0.562 1814 2803 0.438 1 0.625 1854 2801 0.5 1 0.562 2 interp_poly 68 -119 -40 -47 1823 3437 3 MP PP 1823 3437 0 0.438 1 1783 3390 0 0.5 1 1823 3437 0 0.438 1 2 interp_poly 1783 3390 0 0.5 1 1851 3271 0 0.75 1 1783 3390 0 0.5 1 2 interp_poly -40 9 68 -119 1783 3390 3 MP PP 1783 3390 0 0.5 1 1851 3271 0 0.75 1 1783 3390 0 0.5 1 2 interp_poly 1851 3271 0 0.75 1 1811 3280 0 0.688 1 1851 3271 0 0.75 1 2 interp_poly 68 -66 -40 -42 1822 2092 3 MP PP 1822 2092 1 0.75 0 1782 2050 1 0.688 0 1822 2092 1 0.75 0 2 interp_poly 1782 2050 1 0.688 0 1850 1984 1 0.562 0 1782 2050 1 0.688 0 2 interp_poly 68 -161 -40 -24 1819 3987 3 MP PP 1819 3987 0 0 0.562 1779 3963 0 0 0.562 1819 3987 0 0 0.562 2 interp_poly 1779 3963 0 0 0.562 1847 3802 0 0 0.875 1779 3963 0 0 0.562 2 interp_poly -40 -26 68 -161 1779 3963 3 MP PP 1779 3963 0 0 0.562 1847 3802 0 0 0.875 1779 3963 0 0 0.562 2 interp_poly 1847 3802 0 0 0.875 1807 3776 0 0 0.875 1847 3802 0 0 0.875 2 interp_poly 68 -83 -40 -18 1818 2463 3 MP PP 1818 2463 0.812 1 0.25 1778 2445 0.812 1 0.25 1818 2463 0.812 1 0.25 2 interp_poly 1778 2445 0.812 1 0.25 1846 2362 1 1 0.0625 1778 2445 0.812 1 0.25 2 interp_poly -40 -114 68 -83 1778 2445 3 MP PP 1778 2445 0.812 1 0.25 1846 2362 1 1 0.0625 1778 2445 0.812 1 0.25 2 interp_poly 1846 2362 1 1 0.0625 1806 2248 1 0.875 0 1846 2362 1 1 0.0625 2 interp_poly 68 -112 -40 6 1814 2803 3 MP PP 1814 2803 0.438 1 0.625 1774 2809 0.375 1 0.688 1814 2803 0.438 1 0.625 2 interp_poly 1774 2809 0.375 1 0.688 1842 2697 0.562 1 0.5 1774 2809 0.375 1 0.688 2 interp_poly -40 -24 68 -112 1774 2809 3 MP PP 1774 2809 0.375 1 0.688 1842 2697 0.562 1 0.5 1774 2809 0.375 1 0.688 2 interp_poly 1842 2697 0.562 1 0.5 1802 2673 0.562 1 0.5 1842 2697 0.562 1 0.5 2 interp_poly 68 -113 -40 -68 1811 3280 3 MP PP 1811 3280 0 0.688 1 1771 3212 0 0.75 1 1811 3280 0 0.688 1 2 interp_poly 1771 3212 0 0.75 1 1839 3099 0 1 1 1771 3212 0 0.75 1 2 interp_poly -40 -39 68 -113 1771 3212 3 MP PP 1771 3212 0 0.75 1 1839 3099 0 1 1 1771 3212 0 0.75 1 2 interp_poly 1839 3099 0 1 1 1799 3060 0.0625 1 1 1839 3099 0 1 1 2 interp_poly 68 -152 -40 -33 1807 3776 3 MP PP 1807 3776 0 0 0.875 1767 3743 0 0 0.875 1807 3776 0 0 0.875 2 interp_poly 1767 3743 0 0 0.875 1835 3591 0 0.25 1 1767 3743 0 0 0.875 2 interp_poly -40 -10 68 -152 1767 3743 3 MP PP 1767 3743 0 0 0.875 1835 3591 0 0.25 1 1767 3743 0 0 0.875 2 interp_poly 1835 3591 0 0.25 1 1795 3581 0 0.188 1 1835 3591 0 0.25 1 2 interp_poly 68 -100 -40 -31 1802 2673 3 MP PP 1802 2673 0.562 1 0.5 1762 2642 0.625 1 0.438 1802 2673 0.562 1 0.5 2 interp_poly 1762 2642 0.625 1 0.438 1830 2542 0.812 1 0.25 1762 2642 0.625 1 0.438 2 interp_poly -40 -6 68 -100 1762 2642 3 MP PP 1762 2642 0.625 1 0.438 1830 2542 0.812 1 0.25 1762 2642 0.625 1 0.438 2 interp_poly 1830 2542 0.812 1 0.25 1790 2536 0.75 1 0.312 1830 2542 0.812 1 0.25 2 interp_poly 67 -98 -40 12 1799 3060 3 MP PP 1799 3060 0.0625 1 1 1759 3072 0 0.938 1 1799 3060 0.0625 1 1 2 interp_poly 1759 3072 0 0.938 1 1826 2974 0.188 1 0.875 1759 3072 0 0.938 1 2 interp_poly -40 -67 67 -98 1759 3072 3 MP PP 1759 3072 0 0.938 1 1826 2974 0.188 1 0.875 1759 3072 0 0.938 1 2 interp_poly 1826 2974 0.188 1 0.875 1786 2907 0.25 1 0.812 1826 2974 0.188 1 0.875 2 interp_poly 68 -123 -40 -21 1795 3581 3 MP PP 1795 3581 0 0.188 1 1755 3560 0 0.188 1 1795 3581 0 0.188 1 2 interp_poly 1755 3560 0 0.188 1 1823 3437 0 0.438 1 1755 3560 0 0.188 1 2 interp_poly -40 -47 68 -123 1755 3560 3 MP PP 1755 3560 0 0.188 1 1823 3437 0 0.438 1 1755 3560 0 0.188 1 2 interp_poly 1823 3437 0 0.438 1 1783 3390 0 0.5 1 1823 3437 0 0.438 1 2 interp_poly 68 -79 -40 -27 1794 2198 3 MP PP 1794 2198 1 0.875 0 1754 2171 1 0.875 0 1794 2198 1 0.875 0 2 interp_poly 1754 2171 1 0.875 0 1822 2092 1 0.75 0 1754 2171 1 0.875 0 2 interp_poly -40 -42 68 -79 1754 2171 3 MP PP 1754 2171 1 0.875 0 1822 2092 1 0.75 0 1754 2171 1 0.875 0 2 interp_poly 1822 2092 1 0.75 0 1782 2050 1 0.688 0 1822 2092 1 0.75 0 2 interp_poly 68 -44 -40 -29 1790 2536 3 MP PP 1790 2536 0.75 1 0.312 1750 2507 0.75 1 0.312 1790 2536 0.75 1 0.312 2 interp_poly 1750 2507 0.75 1 0.312 1818 2463 0.812 1 0.25 1750 2507 0.75 1 0.312 2 interp_poly -40 -18 68 -44 1750 2507 3 MP PP 1750 2507 0.75 1 0.312 1818 2463 0.812 1 0.25 1750 2507 0.75 1 0.312 2 interp_poly 1818 2463 0.812 1 0.25 1778 2445 0.812 1 0.25 1818 2463 0.812 1 0.25 2 interp_poly 68 -105 -40 1 1786 2907 3 MP PP 1786 2907 0.25 1 0.812 1746 2908 0.188 1 0.875 1786 2907 0.25 1 0.812 2 interp_poly 1746 2908 0.188 1 0.875 1814 2803 0.438 1 0.625 1746 2908 0.188 1 0.875 2 interp_poly -40 6 68 -105 1746 2908 3 MP PP 1746 2908 0.188 1 0.875 1814 2803 0.438 1 0.625 1746 2908 0.188 1 0.875 2 interp_poly 1814 2803 0.438 1 0.625 1774 2809 0.375 1 0.688 1814 2803 0.438 1 0.625 2 interp_poly 68 -110 -40 0 1783 3390 3 MP PP 1783 3390 0 0.5 1 1743 3390 0 0.438 1 1783 3390 0 0.5 1 2 interp_poly 1743 3390 0 0.438 1 1811 3280 0 0.688 1 1743 3390 0 0.438 1 2 interp_poly -40 -68 68 -110 1743 3390 3 MP PP 1743 3390 0 0.438 1 1811 3280 0 0.688 1 1743 3390 0 0.438 1 2 interp_poly 1811 3280 0 0.688 1 1771 3212 0 0.75 1 1811 3280 0 0.688 1 2 interp_poly 68 -163 -40 -24 1779 3963 3 MP PP 1779 3963 0 0 0.562 1739 3939 0 0 0.562 1779 3963 0 0 0.562 2 interp_poly 1739 3939 0 0 0.562 1807 3776 0 0 0.875 1739 3939 0 0 0.562 2 interp_poly -40 -33 68 -163 1739 3939 3 MP PP 1739 3939 0 0 0.562 1807 3776 0 0 0.875 1739 3939 0 0 0.562 2 interp_poly 1807 3776 0 0 0.875 1767 3743 0 0 0.875 1807 3776 0 0 0.875 2 interp_poly -40 -92 68 -64 1698 2419 3 MP PP 1698 2419 0.75 1 0.312 1766 2355 0.875 1 0.188 1698 2419 0.75 1 0.312 2 interp_poly 1766 2355 0.875 1 0.188 1726 2263 1 1 0 1766 2355 0.875 1 0.188 2 interp_poly 68 -64 -40 89 1738 2330 3 MP PP 1738 2330 1 1 0 1698 2419 0.75 1 0.312 1738 2330 1 1 0 2 interp_poly 1698 2419 0.75 1 0.312 1766 2355 0.875 1 0.188 1698 2419 0.75 1 0.312 2 interp_poly 68 -65 -40 -92 1766 2355 3 MP PP 1766 2355 0.875 1 0.188 1726 2263 1 1 0 1766 2355 0.875 1 0.188 2 interp_poly 1726 2263 1 1 0 1794 2198 1 0.875 0 1726 2263 1 1 0 2 interp_poly -40 107 68 -82 1738 2330 3 MP PP 1738 2330 1 1 0 1806 2248 1 0.875 0 1738 2330 1 1 0 2 interp_poly 1806 2248 1 0.875 0 1766 2355 0.875 1 0.188 1806 2248 1 0.875 0 2 interp_poly 68 -82 -40 -115 1778 2445 3 MP PP 1778 2445 0.812 1 0.25 1738 2330 1 1 0 1778 2445 0.812 1 0.25 2 interp_poly 1738 2330 1 1 0 1806 2248 1 0.875 0 1738 2330 1 1 0 2 interp_poly 68 -86 -40 -50 1774 2809 3 MP PP 1774 2809 0.375 1 0.688 1734 2759 0.438 1 0.625 1774 2809 0.375 1 0.688 2 interp_poly 1734 2759 0.438 1 0.625 1802 2673 0.562 1 0.5 1734 2759 0.438 1 0.625 2 interp_poly -40 -31 68 -86 1734 2759 3 MP PP 1734 2759 0.438 1 0.625 1802 2673 0.562 1 0.5 1734 2759 0.438 1 0.625 2 interp_poly 1802 2673 0.562 1 0.5 1762 2642 0.625 1 0.438 1802 2673 0.562 1 0.5 2 interp_poly 68 -114 -40 -38 1771 3212 3 MP PP 1771 3212 0 0.75 1 1731 3174 0 0.812 1 1771 3212 0 0.75 1 2 interp_poly 1731 3174 0 0.812 1 1799 3060 0.0625 1 1 1731 3174 0 0.812 1 2 interp_poly -40 12 68 -114 1731 3174 3 MP PP 1731 3174 0 0.812 1 1799 3060 0.0625 1 1 1731 3174 0 0.812 1 2 interp_poly 1799 3060 0.0625 1 1 1759 3072 0 0.938 1 1799 3060 0.0625 1 1 2 interp_poly 68 -152 -40 -10 1767 3743 3 MP PP 1767 3743 0 0 0.875 1727 3733 0 0 0.875 1767 3743 0 0 0.875 2 interp_poly 1727 3733 0 0 0.875 1795 3581 0 0.188 1 1727 3733 0 0 0.875 2 interp_poly -40 -21 68 -152 1727 3733 3 MP PP 1727 3733 0 0 0.875 1795 3581 0 0.188 1 1727 3733 0 0 0.875 2 interp_poly 1795 3581 0 0.188 1 1755 3560 0 0.188 1 1795 3581 0 0.188 1 2 interp_poly -40 -27 68 -65 1726 2263 3 MP PP 1726 2263 1 1 0 1794 2198 1 0.875 0 1726 2263 1 1 0 2 interp_poly 1794 2198 1 0.875 0 1754 2171 1 0.875 0 1794 2198 1 0.875 0 2 interp_poly 68 -83 -40 -23 1762 2642 3 MP PP 1762 2642 0.625 1 0.438 1722 2619 0.625 1 0.438 1762 2642 0.625 1 0.438 2 interp_poly 1722 2619 0.625 1 0.438 1790 2536 0.75 1 0.312 1722 2619 0.625 1 0.438 2 interp_poly -40 -29 68 -83 1722 2619 3 MP PP 1722 2619 0.625 1 0.438 1790 2536 0.75 1 0.312 1722 2619 0.625 1 0.438 2 interp_poly 1790 2536 0.75 1 0.312 1750 2507 0.75 1 0.312 1790 2536 0.75 1 0.312 2 interp_poly 67 -134 -40 -31 1759 3072 3 MP PP 1759 3072 0 0.938 1 1719 3041 0 1 1 1759 3072 0 0.938 1 2 interp_poly 1719 3041 0 1 1 1786 2907 0.25 1 0.812 1719 3041 0 1 1 2 interp_poly -40 1 67 -134 1719 3041 3 MP PP 1719 3041 0 1 1 1786 2907 0.25 1 0.812 1719 3041 0 1 1 2 interp_poly 1786 2907 0.25 1 0.812 1746 2908 0.188 1 0.875 1786 2907 0.25 1 0.812 2 interp_poly 68 -140 -40 -30 1755 3560 3 MP PP 1755 3560 0 0.188 1 1715 3530 0 0.188 1 1755 3560 0 0.188 1 2 interp_poly 1715 3530 0 0.188 1 1783 3390 0 0.5 1 1715 3530 0 0.188 1 2 interp_poly -40 0 68 -140 1715 3530 3 MP PP 1715 3530 0 0.188 1 1783 3390 0 0.5 1 1715 3530 0 0.188 1 2 interp_poly 1783 3390 0 0.5 1 1743 3390 0 0.438 1 1783 3390 0 0.5 1 2 interp_poly 68 -64 -40 -57 1754 2171 3 MP PP 1754 2171 1 0.875 0 1714 2114 1 0.812 0 1754 2171 1 0.875 0 2 interp_poly 1714 2114 1 0.812 0 1782 2050 1 0.688 0 1714 2114 1 0.812 0 2 interp_poly 68 -69 -40 7 1750 2507 3 MP PP 1750 2507 0.75 1 0.312 1710 2514 0.688 1 0.375 1750 2507 0.75 1 0.312 2 interp_poly 1710 2514 0.688 1 0.375 1778 2445 0.812 1 0.25 1710 2514 0.688 1 0.375 2 interp_poly -40 -115 68 -69 1710 2514 3 MP PP 1710 2514 0.688 1 0.375 1778 2445 0.812 1 0.25 1710 2514 0.688 1 0.375 2 interp_poly 1778 2445 0.812 1 0.25 1738 2330 1 1 0 1778 2445 0.812 1 0.25 2 interp_poly 68 -89 -40 -10 1746 2908 3 MP PP 1746 2908 0.188 1 0.875 1706 2898 0.188 1 0.875 1746 2908 0.188 1 0.875 2 interp_poly 1706 2898 0.188 1 0.875 1774 2809 0.375 1 0.688 1706 2898 0.188 1 0.875 2 interp_poly -40 -50 68 -89 1706 2898 3 MP PP 1706 2898 0.188 1 0.875 1774 2809 0.375 1 0.688 1706 2898 0.188 1 0.875 2 interp_poly 1774 2809 0.375 1 0.688 1734 2759 0.438 1 0.625 1774 2809 0.375 1 0.688 2 interp_poly 68 -128 -40 -50 1743 3390 3 MP PP 1743 3390 0 0.438 1 1703 3340 0 0.5 1 1743 3390 0 0.438 1 2 interp_poly 1703 3340 0 0.5 1 1771 3212 0 0.75 1 1703 3340 0 0.5 1 2 interp_poly -40 -38 68 -128 1703 3340 3 MP PP 1703 3340 0 0.5 1 1771 3212 0 0.75 1 1703 3340 0 0.5 1 2 interp_poly 1771 3212 0 0.75 1 1731 3174 0 0.812 1 1771 3212 0 0.75 1 2 interp_poly 68 -172 -40 -24 1739 3939 3 MP PP 1739 3939 0 0 0.562 1699 3915 0 0 0.562 1739 3939 0 0 0.562 2 interp_poly 1699 3915 0 0 0.562 1767 3743 0 0 0.875 1699 3915 0 0 0.562 2 interp_poly -40 -10 68 -172 1699 3915 3 MP PP 1699 3915 0 0 0.562 1767 3743 0 0 0.875 1699 3915 0 0 0.562 2 interp_poly 1767 3743 0 0 0.875 1727 3733 0 0 0.875 1767 3743 0 0 0.875 2 interp_poly 68 -96 -40 -21 1734 2759 3 MP PP 1734 2759 0.438 1 0.625 1694 2738 0.375 1 0.688 1734 2759 0.438 1 0.625 2 interp_poly 1694 2738 0.375 1 0.688 1762 2642 0.625 1 0.438 1694 2738 0.375 1 0.688 2 interp_poly -40 -23 68 -96 1694 2738 3 MP PP 1694 2738 0.375 1 0.688 1762 2642 0.625 1 0.438 1694 2738 0.375 1 0.688 2 interp_poly 1762 2642 0.625 1 0.438 1722 2619 0.625 1 0.438 1762 2642 0.625 1 0.438 2 interp_poly 68 -113 -40 11 1731 3174 3 MP PP 1731 3174 0 0.812 1 1691 3185 0 0.75 1 1731 3174 0 0.812 1 2 interp_poly 1691 3185 0 0.75 1 1759 3072 0 0.938 1 1691 3185 0 0.75 1 2 interp_poly -40 -31 68 -113 1691 3185 3 MP PP 1691 3185 0 0.75 1 1759 3072 0 0.938 1 1691 3185 0 0.75 1 2 interp_poly 1759 3072 0 0.938 1 1719 3041 0 1 1 1759 3072 0 0.938 1 2 interp_poly 68 -141 -40 -32 1727 3733 3 MP PP 1727 3733 0 0 0.875 1687 3701 0 0 0.875 1727 3733 0 0 0.875 2 interp_poly 1687 3701 0 0 0.875 1755 3560 0 0.188 1 1687 3701 0 0 0.875 2 interp_poly -40 -30 68 -141 1687 3701 3 MP PP 1687 3701 0 0 0.875 1755 3560 0 0.188 1 1687 3701 0 0 0.875 2 interp_poly 1755 3560 0 0.188 1 1715 3530 0 0.188 1 1755 3560 0 0.188 1 2 interp_poly 68 -71 -40 -21 1726 2263 3 MP PP 1726 2263 1 1 0 1686 2242 1 1 0 1726 2263 1 1 0 2 interp_poly 1686 2242 1 1 0 1754 2171 1 0.875 0 1686 2242 1 1 0 2 interp_poly -40 -57 68 -71 1686 2242 3 MP PP 1686 2242 1 1 0 1754 2171 1 0.875 0 1686 2242 1 1 0 2 interp_poly 1754 2171 1 0.875 0 1714 2114 1 0.812 0 1754 2171 1 0.875 0 2 interp_poly 68 -87 -40 -25 1722 2619 3 MP PP 1722 2619 0.625 1 0.438 1682 2594 0.625 1 0.438 1722 2619 0.625 1 0.438 2 interp_poly 1682 2594 0.625 1 0.438 1750 2507 0.75 1 0.312 1682 2594 0.625 1 0.438 2 interp_poly -40 7 68 -87 1682 2594 3 MP PP 1682 2594 0.625 1 0.438 1750 2507 0.75 1 0.312 1682 2594 0.625 1 0.438 2 interp_poly 1750 2507 0.75 1 0.312 1710 2514 0.688 1 0.375 1750 2507 0.75 1 0.312 2 interp_poly gr 0 sg 1533 4878 mt (kx) s gs 899 389 5356 4226 rc 1 sg 67 -105 -40 -28 1719 3041 3 MP PP 1719 3041 0 1 1 1679 3013 0 1 1 1719 3041 0 1 1 2 interp_poly 1679 3013 0 1 1 1746 2908 0.188 1 0.875 1679 3013 0 1 1 2 interp_poly -40 -10 67 -105 1679 3013 3 MP PP 1679 3013 0 1 1 1746 2908 0.188 1 0.875 1679 3013 0 1 1 2 interp_poly 1746 2908 0.188 1 0.875 1706 2898 0.188 1 0.875 1746 2908 0.188 1 0.875 2 interp_poly 68 -121 -40 -19 1715 3530 3 MP PP 1715 3530 0 0.188 1 1675 3511 0 0.188 1 1715 3530 0 0.188 1 2 interp_poly 1675 3511 0 0.188 1 1743 3390 0 0.438 1 1675 3511 0 0.188 1 2 interp_poly -40 -50 68 -121 1675 3511 3 MP PP 1675 3511 0 0.188 1 1743 3390 0 0.438 1 1675 3511 0 0.188 1 2 interp_poly 1743 3390 0 0.438 1 1703 3340 0 0.5 1 1743 3390 0 0.438 1 2 interp_poly -40 -68 68 -88 1630 2507 3 MP PP 1630 2507 0.625 1 0.438 1698 2419 0.75 1 0.312 1630 2507 0.625 1 0.438 2 interp_poly 1698 2419 0.75 1 0.312 1658 2351 0.875 1 0.188 1698 2419 0.75 1 0.312 2 interp_poly 68 -88 -40 53 1670 2454 3 MP PP 1670 2454 0.812 1 0.25 1630 2507 0.625 1 0.438 1670 2454 0.812 1 0.25 2 interp_poly 1630 2507 0.625 1 0.438 1698 2419 0.75 1 0.312 1630 2507 0.625 1 0.438 2 interp_poly 68 -88 -40 -68 1698 2419 3 MP PP 1698 2419 0.75 1 0.312 1658 2351 0.875 1 0.188 1698 2419 0.75 1 0.312 2 interp_poly 1658 2351 0.875 1 0.188 1726 2263 1 1 0 1658 2351 0.875 1 0.188 2 interp_poly -40 89 68 -124 1670 2454 3 MP PP 1670 2454 0.812 1 0.25 1738 2330 1 1 0 1670 2454 0.812 1 0.25 2 interp_poly 1738 2330 1 1 0 1698 2419 0.75 1 0.312 1738 2330 1 1 0 2 interp_poly 68 -124 -40 -60 1710 2514 3 MP PP 1710 2514 0.688 1 0.375 1670 2454 0.812 1 0.25 1710 2514 0.688 1 0.375 2 interp_poly 1670 2454 0.812 1 0.25 1738 2330 1 1 0 1670 2454 0.812 1 0.25 2 interp_poly 68 -90 -40 -49 1706 2898 3 MP PP 1706 2898 0.188 1 0.875 1666 2849 0.25 1 0.812 1706 2898 0.188 1 0.875 2 interp_poly 1666 2849 0.25 1 0.812 1734 2759 0.438 1 0.625 1666 2849 0.25 1 0.812 2 interp_poly -40 -21 68 -90 1666 2849 3 MP PP 1666 2849 0.25 1 0.812 1734 2759 0.438 1 0.625 1666 2849 0.25 1 0.812 2 interp_poly 1734 2759 0.438 1 0.625 1694 2738 0.375 1 0.688 1734 2759 0.438 1 0.625 2 interp_poly 68 -132 -40 -34 1703 3340 3 MP PP 1703 3340 0 0.5 1 1663 3306 0 0.5 1 1703 3340 0 0.5 1 2 interp_poly 1663 3306 0 0.5 1 1731 3174 0 0.812 1 1663 3306 0 0.5 1 2 interp_poly -40 11 68 -132 1663 3306 3 MP PP 1663 3306 0 0.5 1 1731 3174 0 0.812 1 1663 3306 0 0.5 1 2 interp_poly 1731 3174 0 0.812 1 1691 3185 0 0.75 1 1731 3174 0 0.812 1 2 interp_poly 68 -158 -40 -24 1699 3915 3 MP PP 1699 3915 0 0 0.562 1659 3891 0 0 0.562 1699 3915 0 0 0.562 2 interp_poly 1659 3891 0 0 0.562 1727 3733 0 0 0.875 1659 3891 0 0 0.562 2 interp_poly -40 -32 68 -158 1659 3891 3 MP PP 1659 3891 0 0 0.562 1727 3733 0 0 0.875 1659 3891 0 0 0.562 2 interp_poly 1727 3733 0 0 0.875 1687 3701 0 0 0.875 1727 3733 0 0 0.875 2 interp_poly -40 -21 68 -88 1658 2351 3 MP PP 1658 2351 0.875 1 0.188 1726 2263 1 1 0 1658 2351 0.875 1 0.188 2 interp_poly 1726 2263 1 1 0 1686 2242 1 1 0 1726 2263 1 1 0 2 interp_poly 68 -76 -40 -43 1694 2738 3 MP PP 1694 2738 0.375 1 0.688 1654 2695 0.438 1 0.625 1694 2738 0.375 1 0.688 2 interp_poly 1654 2695 0.438 1 0.625 1722 2619 0.625 1 0.438 1654 2695 0.438 1 0.625 2 interp_poly -40 -25 68 -76 1654 2695 3 MP PP 1654 2695 0.438 1 0.625 1722 2619 0.625 1 0.438 1654 2695 0.438 1 0.625 2 interp_poly 1722 2619 0.625 1 0.438 1682 2594 0.625 1 0.438 1722 2619 0.625 1 0.438 2 interp_poly 68 -101 -40 -43 1691 3185 3 MP PP 1691 3185 0 0.75 1 1651 3142 0 0.75 1 1691 3185 0 0.75 1 2 interp_poly 1651 3142 0 0.75 1 1719 3041 0 1 1 1651 3142 0 0.75 1 2 interp_poly -40 -28 68 -101 1651 3142 3 MP PP 1651 3142 0 0.75 1 1719 3041 0 1 1 1651 3142 0 0.75 1 2 interp_poly 1719 3041 0 1 1 1679 3013 0 1 1 1719 3041 0 1 1 2 interp_poly 68 -145 -40 -26 1687 3701 3 MP PP 1687 3701 0 0 0.875 1647 3675 0 0 0.875 1687 3701 0 0 0.875 2 interp_poly 1647 3675 0 0 0.875 1715 3530 0 0.188 1 1647 3675 0 0 0.875 2 interp_poly -40 -19 68 -145 1647 3675 3 MP PP 1647 3675 0 0 0.875 1715 3530 0 0.188 1 1647 3675 0 0 0.875 2 interp_poly 1715 3530 0 0.188 1 1675 3511 0 0.188 1 1715 3530 0 0.188 1 2 interp_poly 68 -83 -40 -45 1686 2242 3 MP PP 1686 2242 1 1 0 1646 2197 1 0.938 0 1686 2242 1 1 0 2 interp_poly 1646 2197 1 0.938 0 1714 2114 1 0.812 0 1646 2197 1 0.938 0 2 interp_poly 68 -50 -40 -30 1682 2594 3 MP PP 1682 2594 0.625 1 0.438 1642 2564 0.625 1 0.438 1682 2594 0.625 1 0.438 2 interp_poly 1642 2564 0.625 1 0.438 1710 2514 0.688 1 0.375 1642 2564 0.625 1 0.438 2 interp_poly -40 -60 68 -50 1642 2564 3 MP PP 1642 2564 0.625 1 0.438 1710 2514 0.688 1 0.375 1642 2564 0.625 1 0.438 2 interp_poly 1710 2514 0.688 1 0.375 1670 2454 0.812 1 0.25 1710 2514 0.688 1 0.375 2 interp_poly 67 -104 -40 -11 1679 3013 3 MP PP 1679 3013 0 1 1 1639 3002 0 0.938 1 1679 3013 0 1 1 2 interp_poly 1639 3002 0 0.938 1 1706 2898 0.188 1 0.875 1639 3002 0 0.938 1 2 interp_poly -40 -49 67 -104 1639 3002 3 MP PP 1639 3002 0 0.938 1 1706 2898 0.188 1 0.875 1639 3002 0 0.938 1 2 interp_poly 1706 2898 0.188 1 0.875 1666 2849 0.25 1 0.812 1706 2898 0.188 1 0.875 2 interp_poly 68 -151 -40 -20 1675 3511 3 MP PP 1675 3511 0 0.188 1 1635 3491 0 0.188 1 1675 3511 0 0.188 1 2 interp_poly 1635 3491 0 0.188 1 1703 3340 0 0.5 1 1635 3491 0 0.188 1 2 interp_poly -40 -34 68 -151 1635 3491 3 MP PP 1635 3491 0 0.188 1 1703 3340 0 0.5 1 1635 3491 0 0.188 1 2 interp_poly 1703 3340 0 0.5 1 1663 3306 0 0.5 1 1703 3340 0 0.5 1 2 interp_poly 68 -116 -40 5 1666 2849 3 MP PP 1666 2849 0.25 1 0.812 1626 2854 0.188 1 0.875 1666 2849 0.25 1 0.812 2 interp_poly 1626 2854 0.188 1 0.875 1694 2738 0.375 1 0.688 1626 2854 0.188 1 0.875 2 interp_poly -40 -43 68 -116 1626 2854 3 MP PP 1626 2854 0.188 1 0.875 1694 2738 0.375 1 0.688 1626 2854 0.188 1 0.875 2 interp_poly 1694 2738 0.375 1 0.688 1654 2695 0.438 1 0.625 1694 2738 0.375 1 0.688 2 interp_poly 68 -120 -40 -1 1663 3306 3 MP PP 1663 3306 0 0.5 1 1623 3305 0 0.5 1 1663 3306 0 0.5 1 2 interp_poly 1623 3305 0 0.5 1 1691 3185 0 0.75 1 1623 3305 0 0.5 1 2 interp_poly -40 -43 68 -120 1623 3305 3 MP PP 1623 3305 0 0.5 1 1691 3185 0 0.75 1 1623 3305 0 0.5 1 2 interp_poly 1691 3185 0 0.75 1 1651 3142 0 0.75 1 1691 3185 0 0.75 1 2 interp_poly 68 -166 -40 -24 1659 3891 3 MP PP 1659 3891 0 0 0.562 1619 3867 0 0 0.562 1659 3891 0 0 0.562 2 interp_poly 1619 3867 0 0 0.562 1687 3701 0 0 0.875 1619 3867 0 0 0.562 2 interp_poly -40 -26 68 -166 1619 3867 3 MP PP 1619 3867 0 0 0.562 1687 3701 0 0 0.875 1619 3867 0 0 0.562 2 interp_poly 1687 3701 0 0 0.875 1647 3675 0 0 0.875 1687 3701 0 0 0.875 2 interp_poly 68 -67 -40 -42 1658 2351 3 MP PP 1658 2351 0.875 1 0.188 1618 2309 0.938 1 0.125 1658 2351 0.875 1 0.188 2 interp_poly 1618 2309 0.938 1 0.125 1686 2242 1 1 0 1618 2309 0.938 1 0.125 2 interp_poly -40 -45 68 -67 1618 2309 3 MP PP 1618 2309 0.938 1 0.125 1686 2242 1 1 0 1618 2309 0.938 1 0.125 2 interp_poly 1686 2242 1 1 0 1646 2197 1 0.938 0 1686 2242 1 1 0 2 interp_poly 68 -107 -40 6 1654 2695 3 MP PP 1654 2695 0.438 1 0.625 1614 2701 0.375 1 0.688 1654 2695 0.438 1 0.625 2 interp_poly 1614 2701 0.375 1 0.688 1682 2594 0.625 1 0.438 1614 2701 0.375 1 0.688 2 interp_poly -40 -30 68 -107 1614 2701 3 MP PP 1614 2701 0.375 1 0.688 1682 2594 0.625 1 0.438 1614 2701 0.375 1 0.688 2 interp_poly 1682 2594 0.625 1 0.438 1642 2564 0.625 1 0.438 1682 2594 0.625 1 0.438 2 interp_poly 68 -106 -40 -23 1651 3142 3 MP PP 1651 3142 0 0.75 1 1611 3119 0 0.75 1 1651 3142 0 0.75 1 2 interp_poly 1611 3119 0 0.75 1 1679 3013 0 1 1 1611 3119 0 0.75 1 2 interp_poly -40 -11 68 -106 1611 3119 3 MP PP 1611 3119 0 0.75 1 1679 3013 0 1 1 1611 3119 0 0.75 1 2 interp_poly 1679 3013 0 1 1 1639 3002 0 0.938 1 1679 3013 0 1 1 2 interp_poly 68 -150 -40 -14 1647 3675 3 MP PP 1647 3675 0 0 0.875 1607 3661 0 0 0.875 1647 3675 0 0 0.875 2 interp_poly 1607 3661 0 0 0.875 1675 3511 0 0.188 1 1607 3661 0 0 0.875 2 interp_poly -40 -20 68 -150 1607 3661 3 MP PP 1607 3661 0 0 0.875 1675 3511 0 0.188 1 1607 3661 0 0 0.875 2 interp_poly 1675 3511 0 0.188 1 1635 3491 0 0.188 1 1675 3511 0 0.188 1 2 interp_poly 68 -91 -40 -19 1642 2564 3 MP PP 1642 2564 0.625 1 0.438 1602 2545 0.625 1 0.438 1642 2564 0.625 1 0.438 2 interp_poly 1602 2545 0.625 1 0.438 1670 2454 0.812 1 0.25 1602 2545 0.625 1 0.438 2 interp_poly -40 53 68 -91 1602 2545 3 MP PP 1602 2545 0.625 1 0.438 1670 2454 0.812 1 0.25 1602 2545 0.625 1 0.438 2 interp_poly 1670 2454 0.812 1 0.25 1630 2507 0.625 1 0.438 1670 2454 0.812 1 0.25 2 interp_poly 67 -118 -40 -35 1639 3002 3 MP PP 1639 3002 0 0.938 1 1599 2967 0 1 1 1639 3002 0 0.938 1 2 interp_poly 1599 2967 0 1 1 1666 2849 0.25 1 0.812 1599 2967 0 1 1 2 interp_poly -40 5 67 -118 1599 2967 3 MP PP 1599 2967 0 1 1 1666 2849 0.25 1 0.812 1599 2967 0 1 1 2 interp_poly 1666 2849 0.25 1 0.812 1626 2854 0.188 1 0.875 1666 2849 0.25 1 0.812 2 interp_poly 68 -148 -40 -37 1635 3491 3 MP PP 1635 3491 0 0.188 1 1595 3454 0 0.188 1 1635 3491 0 0.188 1 2 interp_poly 1595 3454 0 0.188 1 1663 3306 0 0.5 1 1595 3454 0 0.188 1 2 interp_poly -40 -1 68 -148 1595 3454 3 MP PP 1595 3454 0 0.188 1 1663 3306 0 0.5 1 1595 3454 0 0.188 1 2 interp_poly 1663 3306 0 0.5 1 1623 3305 0 0.5 1 1663 3306 0 0.5 1 2 interp_poly 68 -68 -40 -88 1630 2507 3 MP PP 1630 2507 0.625 1 0.438 1590 2419 0.75 1 0.312 1630 2507 0.625 1 0.438 2 interp_poly 1590 2419 0.75 1 0.312 1658 2351 0.875 1 0.188 1590 2419 0.75 1 0.312 2 interp_poly -40 -42 68 -68 1590 2419 3 MP PP 1590 2419 0.75 1 0.312 1658 2351 0.875 1 0.188 1590 2419 0.75 1 0.312 2 interp_poly 1658 2351 0.875 1 0.188 1618 2309 0.938 1 0.125 1658 2351 0.875 1 0.188 2 interp_poly 68 -84 -40 -75 1626 2854 3 MP PP 1626 2854 0.188 1 0.875 1586 2779 0.312 1 0.75 1626 2854 0.188 1 0.875 2 interp_poly 1586 2779 0.312 1 0.75 1654 2695 0.438 1 0.625 1586 2779 0.312 1 0.75 2 interp_poly -40 6 68 -84 1586 2779 3 MP PP 1586 2779 0.312 1 0.75 1654 2695 0.438 1 0.625 1586 2779 0.312 1 0.75 2 interp_poly 1654 2695 0.438 1 0.625 1614 2701 0.375 1 0.688 1654 2695 0.438 1 0.625 2 interp_poly 68 -126 -40 -37 1623 3305 3 MP PP 1623 3305 0 0.5 1 1583 3268 0 0.5 1 1623 3305 0 0.5 1 2 interp_poly 1583 3268 0 0.5 1 1651 3142 0 0.75 1 1583 3268 0 0.5 1 2 interp_poly -40 -23 68 -126 1583 3268 3 MP PP 1583 3268 0 0.5 1 1651 3142 0 0.75 1 1583 3268 0 0.5 1 2 interp_poly 1651 3142 0 0.75 1 1611 3119 0 0.75 1 1651 3142 0 0.75 1 2 interp_poly 68 -168 -40 -24 1619 3867 3 MP PP 1619 3867 0 0 0.562 1579 3843 0 0 0.562 1619 3867 0 0 0.562 2 interp_poly 1579 3843 0 0 0.562 1647 3675 0 0 0.875 1579 3843 0 0 0.562 2 interp_poly -40 -14 68 -168 1579 3843 3 MP PP 1579 3843 0 0 0.562 1647 3675 0 0 0.875 1579 3843 0 0 0.562 2 interp_poly 1647 3675 0 0 0.875 1607 3661 0 0 0.875 1647 3675 0 0 0.875 2 interp_poly 68 -79 -40 -33 1618 2309 3 MP PP 1618 2309 0.938 1 0.125 1578 2276 0.938 1 0.125 1618 2309 0.938 1 0.125 2 interp_poly 1578 2276 0.938 1 0.125 1646 2197 1 0.938 0 1578 2276 0.938 1 0.125 2 interp_poly 68 -77 -40 -60 1614 2701 3 MP PP 1614 2701 0.375 1 0.688 1574 2641 0.438 1 0.625 1614 2701 0.375 1 0.688 2 interp_poly 1574 2641 0.438 1 0.625 1642 2564 0.625 1 0.438 1574 2641 0.438 1 0.625 2 interp_poly -40 -19 68 -77 1574 2641 3 MP PP 1574 2641 0.438 1 0.625 1642 2564 0.625 1 0.438 1574 2641 0.438 1 0.625 2 interp_poly 1642 2564 0.625 1 0.438 1602 2545 0.625 1 0.438 1642 2564 0.625 1 0.438 2 interp_poly 68 -125 -40 8 1611 3119 3 MP PP 1611 3119 0 0.75 1 1571 3127 0 0.688 1 1611 3119 0 0.75 1 2 interp_poly 1571 3127 0 0.688 1 1639 3002 0 0.938 1 1571 3127 0 0.688 1 2 interp_poly -40 -35 68 -125 1571 3127 3 MP PP 1571 3127 0 0.688 1 1639 3002 0 0.938 1 1571 3127 0 0.688 1 2 interp_poly 1639 3002 0 0.938 1 1599 2967 0 1 1 1639 3002 0 0.938 1 2 interp_poly 68 -139 -40 -31 1607 3661 3 MP PP 1607 3661 0 0 0.875 1567 3630 0 0 0.875 1607 3661 0 0 0.875 2 interp_poly 1567 3630 0 0 0.875 1635 3491 0 0.188 1 1567 3630 0 0 0.875 2 interp_poly -40 -37 68 -139 1567 3630 3 MP PP 1567 3630 0 0 0.875 1635 3491 0 0.188 1 1567 3630 0 0 0.875 2 interp_poly 1635 3491 0 0.188 1 1595 3454 0 0.188 1 1635 3491 0 0.188 1 2 interp_poly 68 -66 -40 28 1602 2545 3 MP PP 1602 2545 0.625 1 0.438 1562 2573 0.5 1 0.562 1602 2545 0.625 1 0.438 2 interp_poly 1562 2573 0.5 1 0.562 1630 2507 0.625 1 0.438 1562 2573 0.5 1 0.562 2 interp_poly -40 -88 68 -66 1562 2573 3 MP PP 1562 2573 0.5 1 0.562 1630 2507 0.625 1 0.438 1562 2573 0.5 1 0.562 2 interp_poly 1630 2507 0.625 1 0.438 1590 2419 0.75 1 0.312 1630 2507 0.625 1 0.438 2 interp_poly 67 -138 -40 25 1599 2967 3 MP PP 1599 2967 0 1 1 1559 2992 0 0.875 1 1599 2967 0 1 1 2 interp_poly 1559 2992 0 0.875 1 1626 2854 0.188 1 0.875 1559 2992 0 0.875 1 2 interp_poly -40 -75 67 -138 1559 2992 3 MP PP 1559 2992 0 0.875 1 1626 2854 0.188 1 0.875 1559 2992 0 0.875 1 2 interp_poly 1626 2854 0.188 1 0.875 1586 2779 0.312 1 0.75 1626 2854 0.188 1 0.875 2 interp_poly 68 -136 -40 -13 1595 3454 3 MP PP 1595 3454 0 0.188 1 1555 3441 0 0.188 1 1595 3454 0 0.188 1 2 interp_poly 1555 3441 0 0.188 1 1623 3305 0 0.5 1 1555 3441 0 0.188 1 2 interp_poly -40 -37 68 -136 1555 3441 3 MP PP 1555 3441 0 0.188 1 1623 3305 0 0.5 1 1555 3441 0 0.188 1 2 interp_poly 1623 3305 0 0.5 1 1583 3268 0 0.5 1 1623 3305 0 0.5 1 2 interp_poly 68 -76 -40 -34 1590 2419 3 MP PP 1590 2419 0.75 1 0.312 1550 2385 0.75 1 0.312 1590 2419 0.75 1 0.312 2 interp_poly 1550 2385 0.75 1 0.312 1618 2309 0.938 1 0.125 1550 2385 0.75 1 0.312 2 interp_poly -40 -33 68 -76 1550 2385 3 MP PP 1550 2385 0.75 1 0.312 1618 2309 0.938 1 0.125 1550 2385 0.75 1 0.312 2 interp_poly 1618 2309 0.938 1 0.125 1578 2276 0.938 1 0.125 1618 2309 0.938 1 0.125 2 interp_poly 68 -79 -40 1 1586 2779 3 MP PP 1586 2779 0.312 1 0.75 1546 2780 0.25 1 0.812 1586 2779 0.312 1 0.75 2 interp_poly 1546 2780 0.25 1 0.812 1614 2701 0.375 1 0.688 1546 2780 0.25 1 0.812 2 interp_poly -40 -60 68 -79 1546 2780 3 MP PP 1546 2780 0.25 1 0.812 1614 2701 0.375 1 0.688 1546 2780 0.25 1 0.812 2 interp_poly 1614 2701 0.375 1 0.688 1574 2641 0.438 1 0.625 1614 2701 0.375 1 0.688 2 interp_poly 68 -104 -40 -45 1583 3268 3 MP PP 1583 3268 0 0.5 1 1543 3223 0 0.562 1 1583 3268 0 0.5 1 2 interp_poly 1543 3223 0 0.562 1 1611 3119 0 0.75 1 1543 3223 0 0.562 1 2 interp_poly -40 8 68 -104 1543 3223 3 MP PP 1543 3223 0 0.562 1 1611 3119 0 0.75 1 1543 3223 0 0.562 1 2 interp_poly 1611 3119 0 0.75 1 1571 3127 0 0.688 1 1611 3119 0 0.75 1 2 interp_poly 68 -158 -40 -24 1579 3843 3 MP PP 1579 3843 0 0 0.562 1539 3819 0 0 0.562 1579 3843 0 0 0.562 2 interp_poly 1539 3819 0 0 0.562 1607 3661 0 0 0.875 1539 3819 0 0 0.562 2 interp_poly -40 -31 68 -158 1539 3819 3 MP PP 1539 3819 0 0 0.562 1607 3661 0 0 0.875 1539 3819 0 0 0.562 2 interp_poly 1607 3661 0 0 0.875 1567 3630 0 0 0.875 1607 3661 0 0 0.875 2 interp_poly 68 -94 -40 -2 1574 2641 3 MP PP 1574 2641 0.438 1 0.625 1534 2639 0.438 1 0.625 1574 2641 0.438 1 0.625 2 interp_poly 1534 2639 0.438 1 0.625 1602 2545 0.625 1 0.438 1534 2639 0.438 1 0.625 2 interp_poly -40 28 68 -94 1534 2639 3 MP PP 1534 2639 0.438 1 0.625 1602 2545 0.625 1 0.438 1534 2639 0.438 1 0.625 2 interp_poly 1602 2545 0.625 1 0.438 1562 2573 0.5 1 0.562 1602 2545 0.625 1 0.438 2 interp_poly 68 -113 -40 -47 1571 3127 3 MP PP 1571 3127 0 0.688 1 1531 3080 0 0.75 1 1571 3127 0 0.688 1 2 interp_poly 1531 3080 0 0.75 1 1599 2967 0 1 1 1531 3080 0 0.75 1 2 interp_poly -40 25 68 -113 1531 3080 3 MP PP 1531 3080 0 0.75 1 1599 2967 0 1 1 1531 3080 0 0.75 1 2 interp_poly 1599 2967 0 1 1 1559 2992 0 0.875 1 1599 2967 0 1 1 2 interp_poly 68 -143 -40 -33 1567 3630 3 MP PP 1567 3630 0 0 0.875 1527 3597 0 0 0.938 1567 3630 0 0 0.875 2 interp_poly 1527 3597 0 0 0.938 1595 3454 0 0.188 1 1527 3597 0 0 0.938 2 interp_poly -40 -13 68 -143 1527 3597 3 MP PP 1527 3597 0 0 0.938 1595 3454 0 0.188 1 1527 3597 0 0 0.938 2 interp_poly 1595 3454 0 0.188 1 1555 3441 0 0.188 1 1595 3454 0 0.188 1 2 interp_poly 68 -78 -40 -76 1562 2573 3 MP PP 1562 2573 0.5 1 0.562 1522 2497 0.625 1 0.438 1562 2573 0.5 1 0.562 2 interp_poly 1522 2497 0.625 1 0.438 1590 2419 0.75 1 0.312 1522 2497 0.625 1 0.438 2 interp_poly -40 -34 68 -78 1522 2497 3 MP PP 1522 2497 0.625 1 0.438 1590 2419 0.75 1 0.312 1522 2497 0.625 1 0.438 2 interp_poly 1590 2419 0.75 1 0.312 1550 2385 0.75 1 0.312 1590 2419 0.75 1 0.312 2 interp_poly 67 -88 -40 -125 1559 2992 3 MP PP 1559 2992 0 0.875 1 1519 2867 0.125 1 0.938 1559 2992 0 0.875 1 2 interp_poly 1519 2867 0.125 1 0.938 1586 2779 0.312 1 0.75 1519 2867 0.125 1 0.938 2 interp_poly -40 1 67 -88 1519 2867 3 MP PP 1519 2867 0.125 1 0.938 1586 2779 0.312 1 0.75 1519 2867 0.125 1 0.938 2 interp_poly 1586 2779 0.312 1 0.75 1546 2780 0.25 1 0.812 1586 2779 0.312 1 0.75 2 interp_poly 68 -138 -40 -35 1555 3441 3 MP PP 1555 3441 0 0.188 1 1515 3406 0 0.188 1 1555 3441 0 0.188 1 2 interp_poly 1515 3406 0 0.188 1 1583 3268 0 0.5 1 1515 3406 0 0.188 1 2 interp_poly -40 -45 68 -138 1515 3406 3 MP PP 1515 3406 0 0.188 1 1583 3268 0 0.5 1 1515 3406 0 0.188 1 2 interp_poly 1583 3268 0 0.5 1 1543 3223 0 0.562 1 1583 3268 0 0.5 1 2 interp_poly 68 -68 -40 -41 1550 2385 3 MP PP 1550 2385 0.75 1 0.312 1510 2344 0.812 1 0.25 1550 2385 0.75 1 0.312 2 interp_poly 1510 2344 0.812 1 0.25 1578 2276 0.938 1 0.125 1510 2344 0.812 1 0.25 2 interp_poly 68 -101 -40 -38 1546 2780 3 MP PP 1546 2780 0.25 1 0.812 1506 2742 0.25 1 0.812 1546 2780 0.25 1 0.812 2 interp_poly 1506 2742 0.25 1 0.812 1574 2641 0.438 1 0.625 1506 2742 0.25 1 0.812 2 interp_poly -40 -2 68 -101 1506 2742 3 MP PP 1506 2742 0.25 1 0.812 1574 2641 0.438 1 0.625 1506 2742 0.25 1 0.812 2 interp_poly 1574 2641 0.438 1 0.625 1534 2639 0.438 1 0.625 1574 2641 0.438 1 0.625 2 interp_poly 68 -111 -40 15 1543 3223 3 MP PP 1543 3223 0 0.562 1 1503 3238 0 0.438 1 1543 3223 0 0.562 1 2 interp_poly 1503 3238 0 0.438 1 1571 3127 0 0.688 1 1503 3238 0 0.438 1 2 interp_poly -40 -47 68 -111 1503 3238 3 MP PP 1503 3238 0 0.438 1 1571 3127 0 0.688 1 1503 3238 0 0.438 1 2 interp_poly 1571 3127 0 0.688 1 1531 3080 0 0.75 1 1571 3127 0 0.688 1 2 interp_poly 68 -165 -40 -24 1539 3819 3 MP PP 1539 3819 0 0 0.562 1499 3795 0 0 0.562 1539 3819 0 0 0.562 2 interp_poly 1499 3795 0 0 0.562 1567 3630 0 0 0.875 1499 3795 0 0 0.562 2 interp_poly -40 -33 68 -165 1499 3795 3 MP PP 1499 3795 0 0 0.562 1567 3630 0 0 0.875 1499 3795 0 0 0.562 2 interp_poly 1567 3630 0 0 0.875 1527 3597 0 0 0.938 1567 3630 0 0 0.875 2 interp_poly 68 -92 -40 26 1534 2639 3 MP PP 1534 2639 0.438 1 0.625 1494 2665 0.312 1 0.75 1534 2639 0.438 1 0.625 2 interp_poly 1494 2665 0.312 1 0.75 1562 2573 0.5 1 0.562 1494 2665 0.312 1 0.75 2 interp_poly -40 -76 68 -92 1494 2665 3 MP PP 1494 2665 0.312 1 0.75 1562 2573 0.5 1 0.562 1494 2665 0.312 1 0.75 2 interp_poly 1562 2573 0.5 1 0.562 1522 2497 0.625 1 0.438 1562 2573 0.5 1 0.562 2 interp_poly 68 -90 -40 2 1531 3080 3 MP PP 1531 3080 0 0.75 1 1491 3082 0 0.688 1 1531 3080 0 0.75 1 2 interp_poly 1491 3082 0 0.688 1 1559 2992 0 0.875 1 1491 3082 0 0.688 1 2 interp_poly -40 -125 68 -90 1491 3082 3 MP PP 1491 3082 0 0.688 1 1559 2992 0 0.875 1 1491 3082 0 0.688 1 2 interp_poly 1559 2992 0 0.875 1 1519 2867 0.125 1 0.938 1559 2992 0 0.875 1 2 interp_poly 68 -154 -40 -2 1527 3597 3 MP PP 1527 3597 0 0 0.938 1487 3595 0 0 0.875 1527 3597 0 0 0.938 2 interp_poly 1487 3595 0 0 0.875 1555 3441 0 0.188 1 1487 3595 0 0 0.875 2 interp_poly -40 -35 68 -154 1487 3595 3 MP PP 1487 3595 0 0 0.875 1555 3441 0 0.188 1 1487 3595 0 0 0.875 2 interp_poly 1555 3441 0 0.188 1 1515 3406 0 0.188 1 1555 3441 0 0.188 1 2 interp_poly 68 -70 -40 -42 1522 2497 3 MP PP 1522 2497 0.625 1 0.438 1482 2455 0.625 1 0.438 1522 2497 0.625 1 0.438 2 interp_poly 1482 2455 0.625 1 0.438 1550 2385 0.75 1 0.312 1482 2455 0.625 1 0.438 2 interp_poly -40 -41 68 -70 1482 2455 3 MP PP 1482 2455 0.625 1 0.438 1550 2385 0.75 1 0.312 1482 2455 0.625 1 0.438 2 interp_poly 1550 2385 0.75 1 0.312 1510 2344 0.812 1 0.25 1550 2385 0.75 1 0.312 2 interp_poly 67 -86 -40 -1 1519 2867 3 MP PP 1519 2867 0.125 1 0.938 1479 2866 0.0625 1 1 1519 2867 0.125 1 0.938 2 interp_poly 1479 2866 0.0625 1 1 1546 2780 0.25 1 0.812 1479 2866 0.0625 1 1 2 interp_poly -40 -38 67 -86 1479 2866 3 MP PP 1479 2866 0.0625 1 1 1546 2780 0.25 1 0.812 1479 2866 0.0625 1 1 2 interp_poly 1546 2780 0.25 1 0.812 1506 2742 0.25 1 0.812 1546 2780 0.25 1 0.812 2 interp_poly 68 -149 -40 -34 1515 3406 3 MP PP 1515 3406 0 0.188 1 1475 3372 0 0.25 1 1515 3406 0 0.188 1 2 interp_poly 1475 3372 0 0.25 1 1543 3223 0 0.562 1 1475 3372 0 0.25 1 2 interp_poly -40 15 68 -149 1475 3372 3 MP PP 1475 3372 0 0.25 1 1543 3223 0 0.562 1 1475 3372 0 0.25 1 2 interp_poly 1543 3223 0 0.562 1 1503 3238 0 0.438 1 1543 3223 0 0.562 1 2 interp_poly 68 -131 -40 28 1506 2742 3 MP PP 1506 2742 0.25 1 0.812 1466 2770 0.125 1 0.938 1506 2742 0.25 1 0.812 2 interp_poly 1466 2770 0.125 1 0.938 1534 2639 0.438 1 0.625 1466 2770 0.125 1 0.938 2 interp_poly -40 26 68 -131 1466 2770 3 MP PP 1466 2770 0.125 1 0.938 1534 2639 0.438 1 0.625 1466 2770 0.125 1 0.938 2 interp_poly 1534 2639 0.438 1 0.625 1494 2665 0.312 1 0.75 1534 2639 0.438 1 0.625 2 interp_poly 68 -117 -40 -41 1503 3238 3 MP PP 1503 3238 0 0.438 1 1463 3197 0 0.5 1 1503 3238 0 0.438 1 2 interp_poly 1463 3197 0 0.5 1 1531 3080 0 0.75 1 1463 3197 0 0.5 1 2 interp_poly -40 2 68 -117 1463 3197 3 MP PP 1463 3197 0 0.5 1 1531 3080 0 0.75 1 1463 3197 0 0.5 1 2 interp_poly 1531 3080 0 0.75 1 1491 3082 0 0.688 1 1531 3080 0 0.75 1 2 interp_poly 68 -173 -40 -25 1499 3795 3 MP PP 1499 3795 0 0 0.562 1459 3770 0 0 0.562 1499 3795 0 0 0.562 2 interp_poly 1459 3770 0 0 0.562 1527 3597 0 0 0.938 1459 3770 0 0 0.562 2 interp_poly -40 -2 68 -173 1459 3770 3 MP PP 1459 3770 0 0 0.562 1527 3597 0 0 0.938 1459 3770 0 0 0.562 2 interp_poly 1527 3597 0 0 0.938 1487 3595 0 0 0.875 1527 3597 0 0 0.938 2 interp_poly 68 -84 -40 -84 1494 2665 3 MP PP 1494 2665 0.312 1 0.75 1454 2581 0.438 1 0.625 1494 2665 0.312 1 0.75 2 interp_poly 1454 2581 0.438 1 0.625 1522 2497 0.625 1 0.438 1454 2581 0.438 1 0.625 2 interp_poly -40 -42 68 -84 1454 2581 3 MP PP 1454 2581 0.438 1 0.625 1522 2497 0.625 1 0.438 1454 2581 0.438 1 0.625 2 interp_poly 1522 2497 0.625 1 0.438 1482 2455 0.625 1 0.438 1522 2497 0.625 1 0.438 2 interp_poly 68 -118 -40 -97 1491 3082 3 MP PP 1491 3082 0 0.688 1 1451 2985 0 0.875 1 1491 3082 0 0.688 1 2 interp_poly 1451 2985 0 0.875 1 1519 2867 0.125 1 0.938 1451 2985 0 0.875 1 2 interp_poly -40 -1 68 -118 1451 2985 3 MP PP 1451 2985 0 0.875 1 1519 2867 0.125 1 0.938 1451 2985 0 0.875 1 2 interp_poly 1519 2867 0.125 1 0.938 1479 2866 0.0625 1 1 1519 2867 0.125 1 0.938 2 interp_poly 68 -147 -40 -42 1487 3595 3 MP PP 1487 3595 0 0 0.875 1447 3553 0 0 0.875 1487 3595 0 0 0.875 2 interp_poly 1447 3553 0 0 0.875 1515 3406 0 0.188 1 1447 3553 0 0 0.875 2 interp_poly -40 -34 68 -147 1447 3553 3 MP PP 1447 3553 0 0 0.875 1515 3406 0 0.188 1 1447 3553 0 0 0.875 2 interp_poly 1515 3406 0 0.188 1 1475 3372 0 0.25 1 1515 3406 0 0.188 1 2 interp_poly 68 -123 -40 12 1482 2455 3 MP PP 1482 2455 0.625 1 0.438 1442 2467 0.562 1 0.5 1482 2455 0.625 1 0.438 2 interp_poly 1442 2467 0.562 1 0.5 1510 2344 0.812 1 0.25 1442 2467 0.562 1 0.5 2 interp_poly 67 -108 -40 -16 1479 2866 3 MP PP 1479 2866 0.0625 1 1 1439 2850 0.0625 1 1 1479 2866 0.0625 1 1 2 interp_poly 1439 2850 0.0625 1 1 1506 2742 0.25 1 0.812 1439 2850 0.0625 1 1 2 interp_poly -40 28 67 -108 1439 2850 3 MP PP 1439 2850 0.0625 1 1 1506 2742 0.25 1 0.812 1439 2850 0.0625 1 1 2 interp_poly 1506 2742 0.25 1 0.812 1466 2770 0.125 1 0.938 1506 2742 0.25 1 0.812 2 interp_poly 68 -133 -40 -1 1475 3372 3 MP PP 1475 3372 0 0.25 1 1435 3371 0 0.188 1 1475 3372 0 0.25 1 2 interp_poly 1435 3371 0 0.188 1 1503 3238 0 0.438 1 1435 3371 0 0.188 1 2 interp_poly -40 -41 68 -133 1435 3371 3 MP PP 1435 3371 0 0.188 1 1503 3238 0 0.438 1 1435 3371 0 0.188 1 2 interp_poly 1503 3238 0 0.438 1 1463 3197 0 0.5 1 1503 3238 0 0.438 1 2 interp_poly 68 -75 -40 -30 1466 2770 3 MP PP 1466 2770 0.125 1 0.938 1426 2740 0.125 1 0.938 1466 2770 0.125 1 0.938 2 interp_poly 1426 2740 0.125 1 0.938 1494 2665 0.312 1 0.75 1426 2740 0.125 1 0.938 2 interp_poly -40 -84 68 -75 1426 2740 3 MP PP 1426 2740 0.125 1 0.938 1494 2665 0.312 1 0.75 1426 2740 0.125 1 0.938 2 interp_poly 1494 2665 0.312 1 0.75 1454 2581 0.438 1 0.625 1494 2665 0.312 1 0.75 2 interp_poly 68 -120 -40 5 1463 3197 3 MP PP 1463 3197 0 0.5 1 1423 3202 0 0.438 1 1463 3197 0 0.5 1 2 interp_poly 1423 3202 0 0.438 1 1491 3082 0 0.688 1 1423 3202 0 0.438 1 2 interp_poly -40 -97 68 -120 1423 3202 3 MP PP 1423 3202 0 0.438 1 1491 3082 0 0.688 1 1423 3202 0 0.438 1 2 interp_poly 1491 3082 0 0.688 1 1451 2985 0 0.875 1 1491 3082 0 0.688 1 2 interp_poly 68 -151 -40 -24 1459 3770 3 MP PP 1459 3770 0 0 0.562 1419 3746 0 0 0.562 1459 3770 0 0 0.562 2 interp_poly 1419 3746 0 0 0.562 1487 3595 0 0 0.875 1419 3746 0 0 0.562 2 interp_poly -40 -42 68 -151 1419 3746 3 MP PP 1419 3746 0 0 0.562 1487 3595 0 0 0.875 1419 3746 0 0 0.562 2 interp_poly 1487 3595 0 0 0.875 1447 3553 0 0 0.875 1487 3595 0 0 0.875 2 interp_poly 68 -93 -40 -33 1454 2581 3 MP PP 1454 2581 0.438 1 0.625 1414 2548 0.438 1 0.625 1454 2581 0.438 1 0.625 2 interp_poly 1414 2548 0.438 1 0.625 1482 2455 0.625 1 0.438 1414 2548 0.438 1 0.625 2 interp_poly -40 12 68 -93 1414 2548 3 MP PP 1414 2548 0.438 1 0.625 1482 2455 0.625 1 0.438 1414 2548 0.438 1 0.625 2 interp_poly 1482 2455 0.625 1 0.438 1442 2467 0.562 1 0.5 1482 2455 0.625 1 0.438 2 interp_poly 68 -129 -40 10 1451 2985 3 MP PP 1451 2985 0 0.875 1 1411 2995 0 0.75 1 1451 2985 0 0.875 1 2 interp_poly 1411 2995 0 0.75 1 1479 2866 0.0625 1 1 1411 2995 0 0.75 1 2 interp_poly -40 -16 68 -129 1411 2995 3 MP PP 1411 2995 0 0.75 1 1479 2866 0.0625 1 1 1411 2995 0 0.75 1 2 interp_poly 1479 2866 0.0625 1 1 1439 2850 0.0625 1 1 1479 2866 0.0625 1 1 2 interp_poly 68 -162 -40 -19 1447 3553 3 MP PP 1447 3553 0 0 0.875 1407 3534 0 0 0.875 1447 3553 0 0 0.875 2 interp_poly 1407 3534 0 0 0.875 1475 3372 0 0.25 1 1407 3534 0 0 0.875 2 interp_poly -40 -1 68 -162 1407 3534 3 MP PP 1407 3534 0 0 0.875 1475 3372 0 0.25 1 1407 3534 0 0 0.875 2 interp_poly 1475 3372 0 0.25 1 1435 3371 0 0.188 1 1475 3372 0 0.25 1 2 interp_poly 68 -82 -41 2 1439 2850 3 MP PP 1439 2850 0.0625 1 1 1398 2852 0 1 1 1439 2850 0.0625 1 1 2 interp_poly 1398 2852 0 1 1 1466 2770 0.125 1 0.938 1398 2852 0 1 1 2 interp_poly -40 -30 68 -82 1398 2852 3 MP PP 1398 2852 0 1 1 1466 2770 0.125 1 0.938 1398 2852 0 1 1 2 interp_poly 1466 2770 0.125 1 0.938 1426 2740 0.125 1 0.938 1466 2770 0.125 1 0.938 2 interp_poly 68 -142 -40 -32 1435 3371 3 MP PP 1435 3371 0 0.188 1 1395 3339 0 0.188 1 1435 3371 0 0.188 1 2 interp_poly 1395 3339 0 0.188 1 1463 3197 0 0.5 1 1395 3339 0 0.188 1 2 interp_poly -40 5 68 -142 1395 3339 3 MP PP 1395 3339 0 0.188 1 1463 3197 0 0.5 1 1395 3339 0 0.188 1 2 interp_poly 1463 3197 0 0.5 1 1423 3202 0 0.438 1 1463 3197 0 0.5 1 2 interp_poly 68 -90 -40 -69 1426 2740 3 MP PP 1426 2740 0.125 1 0.938 1386 2671 0.25 1 0.812 1426 2740 0.125 1 0.938 2 interp_poly 1386 2671 0.25 1 0.812 1454 2581 0.438 1 0.625 1386 2671 0.25 1 0.812 2 interp_poly -40 -33 68 -90 1386 2671 3 MP PP 1386 2671 0.25 1 0.812 1454 2581 0.438 1 0.625 1386 2671 0.25 1 0.812 2 interp_poly 1454 2581 0.438 1 0.625 1414 2548 0.438 1 0.625 1454 2581 0.438 1 0.625 2 interp_poly 68 -158 -40 -59 1423 3202 3 MP PP 1423 3202 0 0.438 1 1383 3143 0 0.5 1 1423 3202 0 0.438 1 2 interp_poly 1383 3143 0 0.5 1 1451 2985 0 0.875 1 1383 3143 0 0.5 1 2 interp_poly -40 10 68 -158 1383 3143 3 MP PP 1383 3143 0 0.5 1 1451 2985 0 0.875 1 1383 3143 0 0.5 1 2 interp_poly 1451 2985 0 0.875 1 1411 2995 0 0.75 1 1451 2985 0 0.875 1 2 interp_poly 68 -169 -40 -24 1419 3746 3 MP PP 1419 3746 0 0 0.562 1379 3722 0 0 0.562 1419 3746 0 0 0.562 2 interp_poly 1379 3722 0 0 0.562 1447 3553 0 0 0.875 1379 3722 0 0 0.562 2 interp_poly -40 -19 68 -169 1379 3722 3 MP PP 1379 3722 0 0 0.562 1447 3553 0 0 0.875 1379 3722 0 0 0.562 2 interp_poly 1447 3553 0 0 0.875 1407 3534 0 0 0.875 1447 3553 0 0 0.875 2 interp_poly 68 -90 -40 9 1414 2548 3 MP PP 1414 2548 0.438 1 0.625 1374 2557 0.375 1 0.688 1414 2548 0.438 1 0.625 2 interp_poly 1374 2557 0.375 1 0.688 1442 2467 0.562 1 0.5 1374 2557 0.375 1 0.688 2 interp_poly 68 -111 -40 -34 1411 2995 3 MP PP 1411 2995 0 0.75 1 1371 2961 0 0.812 1 1411 2995 0 0.75 1 2 interp_poly 1371 2961 0 0.812 1 1439 2850 0.0625 1 1 1371 2961 0 0.812 1 2 interp_poly -41 2 68 -111 1371 2961 3 MP PP 1371 2961 0 0.812 1 1439 2850 0.0625 1 1 1371 2961 0 0.812 1 2 interp_poly 1439 2850 0.0625 1 1 1398 2852 0 1 1 1439 2850 0.0625 1 1 2 interp_poly 68 -142 -40 -21 1407 3534 3 MP PP 1407 3534 0 0 0.875 1367 3513 0 0 0.875 1407 3534 0 0 0.875 2 interp_poly 1367 3513 0 0 0.875 1435 3371 0 0.188 1 1367 3513 0 0 0.875 2 interp_poly -40 -32 68 -142 1367 3513 3 MP PP 1367 3513 0 0 0.875 1435 3371 0 0.188 1 1367 3513 0 0 0.875 2 interp_poly 1435 3371 0 0.188 1 1395 3339 0 0.188 1 1435 3371 0 0.188 1 2 interp_poly 68 -75 -40 -37 1398 2852 3 MP PP 1398 2852 0 1 1 1358 2815 0 1 1 1398 2852 0 1 1 2 interp_poly 1358 2815 0 1 1 1426 2740 0.125 1 0.938 1358 2815 0 1 1 2 interp_poly -40 -69 68 -75 1358 2815 3 MP PP 1358 2815 0 1 1 1426 2740 0.125 1 0.938 1358 2815 0 1 1 2 interp_poly 1426 2740 0.125 1 0.938 1386 2671 0.25 1 0.812 1426 2740 0.125 1 0.938 2 interp_poly 68 -122 -40 -15 1395 3339 3 MP PP 1395 3339 0 0.188 1 1355 3324 0 0.188 1 1395 3339 0 0.188 1 2 interp_poly 1355 3324 0 0.188 1 1423 3202 0 0.438 1 1355 3324 0 0.188 1 2 interp_poly -40 -59 68 -122 1355 3324 3 MP PP 1355 3324 0 0.188 1 1423 3202 0 0.438 1 1355 3324 0 0.188 1 2 interp_poly 1423 3202 0 0.438 1 1383 3143 0 0.5 1 1423 3202 0 0.438 1 2 interp_poly 68 -92 -40 -31 1386 2671 3 MP PP 1386 2671 0.25 1 0.812 1346 2640 0.25 1 0.812 1386 2671 0.25 1 0.812 2 interp_poly 1346 2640 0.25 1 0.812 1414 2548 0.438 1 0.625 1346 2640 0.25 1 0.812 2 interp_poly -40 9 68 -92 1346 2640 3 MP PP 1346 2640 0.25 1 0.812 1414 2548 0.438 1 0.625 1346 2640 0.25 1 0.812 2 interp_poly 1414 2548 0.438 1 0.625 1374 2557 0.375 1 0.688 1414 2548 0.438 1 0.625 2 interp_poly 68 -139 -40 -9 1383 3143 3 MP PP 1383 3143 0 0.5 1 1343 3134 0 0.5 1 1383 3143 0 0.5 1 2 interp_poly 1343 3134 0 0.5 1 1411 2995 0 0.75 1 1343 3134 0 0.5 1 2 interp_poly -40 -34 68 -139 1343 3134 3 MP PP 1343 3134 0 0.5 1 1411 2995 0 0.75 1 1343 3134 0 0.5 1 2 interp_poly 1411 2995 0 0.75 1 1371 2961 0 0.812 1 1411 2995 0 0.75 1 2 interp_poly 68 -164 -40 -24 1379 3722 3 MP PP 1379 3722 0 0 0.562 1339 3698 0 0 0.562 1379 3722 0 0 0.562 2 interp_poly 1339 3698 0 0 0.562 1407 3534 0 0 0.875 1339 3698 0 0 0.562 2 interp_poly -40 -21 68 -164 1339 3698 3 MP PP 1339 3698 0 0 0.562 1407 3534 0 0 0.875 1339 3698 0 0 0.562 2 interp_poly 1407 3534 0 0 0.875 1367 3513 0 0 0.875 1407 3534 0 0 0.875 2 interp_poly 67 -99 -40 -10 1371 2961 3 MP PP 1371 2961 0 0.812 1 1331 2951 0 0.75 1 1371 2961 0 0.812 1 2 interp_poly 1331 2951 0 0.75 1 1398 2852 0 1 1 1331 2951 0 0.75 1 2 interp_poly -40 -37 67 -99 1331 2951 3 MP PP 1331 2951 0 0.75 1 1398 2852 0 1 1 1331 2951 0 0.75 1 2 interp_poly 1398 2852 0 1 1 1358 2815 0 1 1 1398 2852 0 1 1 2 interp_poly 68 -140 -40 -34 1367 3513 3 MP PP 1367 3513 0 0 0.875 1327 3479 0 0 0.875 1367 3513 0 0 0.875 2 interp_poly 1327 3479 0 0 0.875 1395 3339 0 0.188 1 1327 3479 0 0 0.875 2 interp_poly -40 -15 68 -140 1327 3479 3 MP PP 1327 3479 0 0 0.875 1395 3339 0 0.188 1 1327 3479 0 0 0.875 2 interp_poly 1395 3339 0 0.188 1 1355 3324 0 0.188 1 1395 3339 0 0.188 1 2 interp_poly 68 -92 -40 -52 1358 2815 3 MP PP 1358 2815 0 1 1 1318 2763 0.0625 1 1 1358 2815 0 1 1 2 interp_poly 1318 2763 0.0625 1 1 1386 2671 0.25 1 0.812 1318 2763 0.0625 1 1 2 interp_poly -40 -31 68 -92 1318 2763 3 MP PP 1318 2763 0.0625 1 1 1386 2671 0.25 1 0.812 1318 2763 0.0625 1 1 2 interp_poly 1386 2671 0.25 1 0.812 1346 2640 0.25 1 0.812 1386 2671 0.25 1 0.812 2 interp_poly 68 -139 -40 -42 1355 3324 3 MP PP 1355 3324 0 0.188 1 1315 3282 0 0.25 1 1355 3324 0 0.188 1 2 interp_poly 1315 3282 0 0.25 1 1383 3143 0 0.5 1 1315 3282 0 0.25 1 2 interp_poly -40 -9 68 -139 1315 3282 3 MP PP 1315 3282 0 0.25 1 1383 3143 0 0.5 1 1315 3282 0 0.25 1 2 interp_poly 1383 3143 0 0.5 1 1343 3134 0 0.5 1 1383 3143 0 0.5 1 2 interp_poly 68 -90 -40 7 1346 2640 3 MP PP 1346 2640 0.25 1 0.812 1306 2647 0.188 1 0.875 1346 2640 0.25 1 0.812 2 interp_poly 1306 2647 0.188 1 0.875 1374 2557 0.375 1 0.688 1306 2647 0.188 1 0.875 2 interp_poly 68 -133 -40 -40 1343 3134 3 MP PP 1343 3134 0 0.5 1 1303 3094 0 0.5 1 1343 3134 0 0.5 1 2 interp_poly 1303 3094 0 0.5 1 1371 2961 0 0.812 1 1303 3094 0 0.5 1 2 interp_poly -40 -10 68 -133 1303 3094 3 MP PP 1303 3094 0 0.5 1 1371 2961 0 0.812 1 1303 3094 0 0.5 1 2 interp_poly 1371 2961 0 0.812 1 1331 2951 0 0.75 1 1371 2961 0 0.812 1 2 interp_poly 68 -161 -40 -24 1339 3698 3 MP PP 1339 3698 0 0 0.562 1299 3674 0 0 0.562 1339 3698 0 0 0.562 2 interp_poly 1299 3674 0 0 0.562 1367 3513 0 0 0.875 1299 3674 0 0 0.562 2 interp_poly -40 -34 68 -161 1299 3674 3 MP PP 1299 3674 0 0 0.562 1367 3513 0 0 0.875 1299 3674 0 0 0.562 2 interp_poly 1367 3513 0 0 0.875 1327 3479 0 0 0.875 1367 3513 0 0 0.875 2 interp_poly 67 -121 -40 -15 1331 2951 3 MP PP 1331 2951 0 0.75 1 1291 2936 0 0.75 1 1331 2951 0 0.75 1 2 interp_poly 1291 2936 0 0.75 1 1358 2815 0 1 1 1291 2936 0 0.75 1 2 interp_poly -40 -52 67 -121 1291 2936 3 MP PP 1291 2936 0 0.75 1 1358 2815 0 1 1 1291 2936 0 0.75 1 2 interp_poly 1358 2815 0 1 1 1318 2763 0.0625 1 1 1358 2815 0 1 1 2 interp_poly 68 -139 -40 -16 1327 3479 3 MP PP 1327 3479 0 0 0.875 1287 3463 0 0 0.875 1327 3479 0 0 0.875 2 interp_poly 1287 3463 0 0 0.875 1355 3324 0 0.188 1 1287 3463 0 0 0.875 2 interp_poly -40 -42 68 -139 1287 3463 3 MP PP 1287 3463 0 0 0.875 1355 3324 0 0.188 1 1287 3463 0 0 0.875 2 interp_poly 1355 3324 0 0.188 1 1315 3282 0 0.25 1 1355 3324 0 0.188 1 2 interp_poly 68 -93 -40 -30 1318 2763 3 MP PP 1318 2763 0.0625 1 1 1278 2733 0.0625 1 1 1318 2763 0.0625 1 1 2 interp_poly 1278 2733 0.0625 1 1 1346 2640 0.25 1 0.812 1278 2733 0.0625 1 1 2 interp_poly -40 7 68 -93 1278 2733 3 MP PP 1278 2733 0.0625 1 1 1346 2640 0.25 1 0.812 1278 2733 0.0625 1 1 2 interp_poly 1346 2640 0.25 1 0.812 1306 2647 0.188 1 0.875 1346 2640 0.25 1 0.812 2 interp_poly 68 -143 -40 -5 1315 3282 3 MP PP 1315 3282 0 0.25 1 1275 3277 0 0.188 1 1315 3282 0 0.25 1 2 interp_poly 1275 3277 0 0.188 1 1343 3134 0 0.5 1 1275 3277 0 0.188 1 2 interp_poly -40 -40 68 -143 1275 3277 3 MP PP 1275 3277 0 0.188 1 1343 3134 0 0.5 1 1275 3277 0 0.188 1 2 interp_poly 1343 3134 0 0.5 1 1303 3094 0 0.5 1 1343 3134 0 0.5 1 2 interp_poly 68 -116 -40 -27 1303 3094 3 MP PP 1303 3094 0 0.5 1 1263 3067 0 0.5 1 1303 3094 0 0.5 1 2 interp_poly 1263 3067 0 0.5 1 1331 2951 0 0.75 1 1263 3067 0 0.5 1 2 interp_poly -40 -15 68 -116 1263 3067 3 MP PP 1263 3067 0 0.5 1 1331 2951 0 0.75 1 1263 3067 0 0.5 1 2 interp_poly 1331 2951 0 0.75 1 1291 2936 0 0.75 1 1331 2951 0 0.75 1 2 interp_poly 68 -171 -40 -24 1299 3674 3 MP PP 1299 3674 0 0 0.562 1259 3650 0 0 0.562 1299 3674 0 0 0.562 2 interp_poly 1259 3650 0 0 0.562 1327 3479 0 0 0.875 1259 3650 0 0 0.562 2 interp_poly -40 -16 68 -171 1259 3650 3 MP PP 1259 3650 0 0 0.562 1327 3479 0 0 0.875 1259 3650 0 0 0.562 2 interp_poly 1327 3479 0 0 0.875 1287 3463 0 0 0.875 1327 3479 0 0 0.875 2 interp_poly 67 -123 -40 -50 1291 2936 3 MP PP 1291 2936 0 0.75 1 1251 2886 0 0.812 1 1291 2936 0 0.75 1 2 interp_poly 1251 2886 0 0.812 1 1318 2763 0.0625 1 1 1251 2886 0 0.812 1 2 interp_poly -40 -30 67 -123 1251 2886 3 MP PP 1251 2886 0 0.812 1 1318 2763 0.0625 1 1 1251 2886 0 0.812 1 2 interp_poly 1318 2763 0.0625 1 1 1278 2733 0.0625 1 1 1318 2763 0.0625 1 1 2 interp_poly 68 -160 -40 -21 1287 3463 3 MP PP 1287 3463 0 0 0.875 1247 3442 0 0 0.875 1287 3463 0 0 0.875 2 interp_poly 1247 3442 0 0 0.875 1315 3282 0 0.25 1 1247 3442 0 0 0.875 2 interp_poly -40 -5 68 -160 1247 3442 3 MP PP 1247 3442 0 0 0.875 1315 3282 0 0.25 1 1247 3442 0 0 0.875 2 interp_poly 1315 3282 0 0.25 1 1275 3277 0 0.188 1 1315 3282 0 0.25 1 2 interp_poly 68 -92 -40 6 1278 2733 3 MP PP 1278 2733 0.0625 1 1 1238 2739 0 1 1 1278 2733 0.0625 1 1 2 interp_poly 1238 2739 0 1 1 1306 2647 0.188 1 0.875 1238 2739 0 1 1 2 interp_poly 68 -152 -40 -31 1275 3277 3 MP PP 1275 3277 0 0.188 1 1235 3246 0 0.188 1 1275 3277 0 0.188 1 2 interp_poly 1235 3246 0 0.188 1 1303 3094 0 0.5 1 1235 3246 0 0.188 1 2 interp_poly -40 -27 68 -152 1235 3246 3 MP PP 1235 3246 0 0.188 1 1303 3094 0 0.5 1 1235 3246 0 0.188 1 2 interp_poly 1303 3094 0 0.5 1 1263 3067 0 0.5 1 1303 3094 0 0.5 1 2 interp_poly 68 -127 -40 -4 1263 3067 3 MP PP 1263 3067 0 0.5 1 1223 3063 0 0.5 1 1263 3067 0 0.5 1 2 interp_poly 1223 3063 0 0.5 1 1291 2936 0 0.75 1 1223 3063 0 0.5 1 2 interp_poly -40 -50 68 -127 1223 3063 3 MP PP 1223 3063 0 0.5 1 1291 2936 0 0.75 1 1223 3063 0 0.5 1 2 interp_poly 1291 2936 0 0.75 1 1251 2886 0 0.812 1 1291 2936 0 0.75 1 2 interp_poly 68 -163 -40 -24 1259 3650 3 MP PP 1259 3650 0 0 0.562 1219 3626 0 0 0.562 1259 3650 0 0 0.562 2 interp_poly 1219 3626 0 0 0.562 1287 3463 0 0 0.875 1219 3626 0 0 0.562 2 interp_poly -40 -21 68 -163 1219 3626 3 MP PP 1219 3626 0 0 0.562 1287 3463 0 0 0.875 1219 3626 0 0 0.562 2 interp_poly 1287 3463 0 0 0.875 1247 3442 0 0 0.875 1287 3463 0 0 0.875 2 interp_poly 67 -125 -40 -28 1251 2886 3 MP PP 1251 2886 0 0.812 1 1211 2858 0 0.812 1 1251 2886 0 0.812 1 2 interp_poly 1211 2858 0 0.812 1 1278 2733 0.0625 1 1 1211 2858 0 0.812 1 2 interp_poly -40 6 67 -125 1211 2858 3 MP PP 1211 2858 0 0.812 1 1278 2733 0.0625 1 1 1211 2858 0 0.812 1 2 interp_poly 1278 2733 0.0625 1 1 1238 2739 0 1 1 1278 2733 0.0625 1 1 2 interp_poly 68 -139 -40 -26 1247 3442 3 MP PP 1247 3442 0 0 0.875 1207 3416 0 0 0.875 1247 3442 0 0 0.875 2 interp_poly 1207 3416 0 0 0.875 1275 3277 0 0.188 1 1207 3416 0 0 0.875 2 interp_poly -40 -31 68 -139 1207 3416 3 MP PP 1207 3416 0 0 0.875 1275 3277 0 0.188 1 1207 3416 0 0 0.875 2 interp_poly 1275 3277 0 0.188 1 1235 3246 0 0.188 1 1275 3277 0 0.188 1 2 interp_poly 68 -158 -40 -21 1235 3246 3 MP PP 1235 3246 0 0.188 1 1195 3225 0 0.188 1 1235 3246 0 0.188 1 2 interp_poly 1195 3225 0 0.188 1 1263 3067 0 0.5 1 1195 3225 0 0.188 1 2 interp_poly -40 -4 68 -158 1195 3225 3 MP PP 1195 3225 0 0.188 1 1263 3067 0 0.5 1 1195 3225 0 0.188 1 2 interp_poly 1263 3067 0 0.5 1 1223 3063 0 0.5 1 1263 3067 0 0.5 1 2 interp_poly 68 -130 -40 -47 1223 3063 3 MP PP 1223 3063 0 0.5 1 1183 3016 0 0.562 1 1223 3063 0 0.5 1 2 interp_poly 1183 3016 0 0.562 1 1251 2886 0 0.812 1 1183 3016 0 0.562 1 2 interp_poly -40 -28 68 -130 1183 3016 3 MP PP 1183 3016 0 0.562 1 1251 2886 0 0.812 1 1183 3016 0 0.562 1 2 interp_poly 1251 2886 0 0.812 1 1211 2858 0 0.812 1 1251 2886 0 0.812 1 2 interp_poly 68 -160 -40 -24 1219 3626 3 MP PP 1219 3626 0 0 0.562 1179 3602 0 0 0.562 1219 3626 0 0 0.562 2 interp_poly 1179 3602 0 0 0.562 1247 3442 0 0 0.875 1179 3602 0 0 0.562 2 interp_poly -40 -26 68 -160 1179 3602 3 MP PP 1179 3602 0 0 0.562 1247 3442 0 0 0.875 1179 3602 0 0 0.562 2 interp_poly 1247 3442 0 0 0.875 1207 3416 0 0 0.875 1247 3442 0 0 0.875 2 interp_poly 67 -115 -40 -4 1211 2858 3 MP PP 1211 2858 0 0.812 1 1171 2854 0 0.75 1 1211 2858 0 0.812 1 2 interp_poly 1171 2854 0 0.75 1 1238 2739 0 1 1 1171 2854 0 0.75 1 2 interp_poly 68 -148 -40 -22 1207 3416 3 MP PP 1207 3416 0 0 0.875 1167 3394 0 0 0.875 1207 3416 0 0 0.875 2 interp_poly 1167 3394 0 0 0.875 1235 3246 0 0.188 1 1167 3394 0 0 0.875 2 interp_poly -40 -21 68 -148 1167 3394 3 MP PP 1167 3394 0 0 0.875 1235 3246 0 0.188 1 1167 3394 0 0 0.875 2 interp_poly 1235 3246 0 0.188 1 1195 3225 0 0.188 1 1235 3246 0 0.188 1 2 interp_poly 68 -145 -40 -17 1195 3225 3 MP PP 1195 3225 0 0.188 1 1155 3208 0 0.188 1 1195 3225 0 0.188 1 2 interp_poly 1155 3208 0 0.188 1 1223 3063 0 0.5 1 1155 3208 0 0.188 1 2 interp_poly -40 -47 68 -145 1155 3208 3 MP PP 1155 3208 0 0.188 1 1223 3063 0 0.5 1 1155 3208 0 0.188 1 2 interp_poly 1223 3063 0 0.5 1 1183 3016 0 0.562 1 1223 3063 0 0.5 1 2 interp_poly 68 -131 -40 -27 1183 3016 3 MP PP 1183 3016 0 0.562 1 1143 2989 0 0.562 1 1183 3016 0 0.562 1 2 interp_poly 1143 2989 0 0.562 1 1211 2858 0 0.812 1 1143 2989 0 0.562 1 2 interp_poly -40 -4 68 -131 1143 2989 3 MP PP 1143 2989 0 0.562 1 1211 2858 0 0.812 1 1143 2989 0 0.562 1 2 interp_poly 1211 2858 0 0.812 1 1171 2854 0 0.75 1 1211 2858 0 0.812 1 2 interp_poly 68 -162 -40 -24 1179 3602 3 MP PP 1179 3602 0 0 0.562 1139 3578 0 0 0.562 1179 3602 0 0 0.562 2 interp_poly 1139 3578 0 0 0.562 1207 3416 0 0 0.875 1139 3578 0 0 0.562 2 interp_poly -40 -22 68 -162 1139 3578 3 MP PP 1139 3578 0 0 0.562 1207 3416 0 0 0.875 1139 3578 0 0 0.562 2 interp_poly 1207 3416 0 0 0.875 1167 3394 0 0 0.875 1207 3416 0 0 0.875 2 interp_poly 68 -138 -40 -31 1167 3394 3 MP PP 1167 3394 0 0 0.875 1127 3363 0 0 0.875 1167 3394 0 0 0.875 2 interp_poly 1127 3363 0 0 0.875 1195 3225 0 0.188 1 1127 3363 0 0 0.875 2 interp_poly -40 -17 68 -138 1127 3363 3 MP PP 1127 3363 0 0 0.875 1195 3225 0 0.188 1 1127 3363 0 0 0.875 2 interp_poly 1195 3225 0 0.188 1 1155 3208 0 0.188 1 1195 3225 0 0.188 1 2 interp_poly 68 -152 -40 -40 1155 3208 3 MP PP 1155 3208 0 0.188 1 1115 3168 0 0.188 1 1155 3208 0 0.188 1 2 interp_poly 1115 3168 0 0.188 1 1183 3016 0 0.562 1 1115 3168 0 0.188 1 2 interp_poly -40 -27 68 -152 1115 3168 3 MP PP 1115 3168 0 0.188 1 1183 3016 0 0.562 1 1115 3168 0 0.188 1 2 interp_poly 1183 3016 0 0.562 1 1143 2989 0 0.562 1 1183 3016 0 0.562 1 2 interp_poly 68 -126 -40 -9 1143 2989 3 MP PP 1143 2989 0 0.562 1 1103 2980 0 0.5 1 1143 2989 0 0.562 1 2 interp_poly 1103 2980 0 0.5 1 1171 2854 0 0.75 1 1103 2980 0 0.5 1 2 interp_poly 68 -159 -40 -25 1139 3578 3 MP PP 1139 3578 0 0 0.562 1099 3553 0 0 0.562 1139 3578 0 0 0.562 2 interp_poly 1099 3553 0 0 0.562 1167 3394 0 0 0.875 1099 3553 0 0 0.562 2 interp_poly -40 -31 68 -159 1099 3553 3 MP PP 1099 3553 0 0 0.562 1167 3394 0 0 0.875 1099 3553 0 0 0.562 2 interp_poly 1167 3394 0 0 0.875 1127 3363 0 0 0.875 1167 3394 0 0 0.875 2 interp_poly 68 -128 -40 -27 1127 3363 3 MP PP 1127 3363 0 0 0.875 1087 3336 0 0 0.875 1127 3363 0 0 0.875 2 interp_poly 1087 3336 0 0 0.875 1155 3208 0 0.188 1 1087 3336 0 0 0.875 2 interp_poly -40 -40 68 -128 1087 3336 3 MP PP 1087 3336 0 0 0.875 1155 3208 0 0.188 1 1087 3336 0 0 0.875 2 interp_poly 1155 3208 0 0.188 1 1115 3168 0 0.188 1 1155 3208 0 0.188 1 2 interp_poly 68 -138 -40 -41 1115 3168 3 MP PP 1115 3168 0 0.188 1 1075 3127 0 0.25 1 1115 3168 0 0.188 1 2 interp_poly 1075 3127 0 0.25 1 1143 2989 0 0.562 1 1075 3127 0 0.25 1 2 interp_poly -40 -9 68 -138 1075 3127 3 MP PP 1075 3127 0 0.25 1 1143 2989 0 0.562 1 1075 3127 0 0.25 1 2 interp_poly 1143 2989 0 0.562 1 1103 2980 0 0.5 1 1143 2989 0 0.562 1 2 interp_poly 68 -166 -40 -24 1099 3553 3 MP PP 1099 3553 0 0 0.562 1059 3529 0 0 0.562 1099 3553 0 0 0.562 2 interp_poly 1059 3529 0 0 0.562 1127 3363 0 0 0.875 1059 3529 0 0 0.562 2 interp_poly -40 -27 68 -166 1059 3529 3 MP PP 1059 3529 0 0 0.562 1127 3363 0 0 0.875 1059 3529 0 0 0.562 2 interp_poly 1127 3363 0 0 0.875 1087 3336 0 0 0.875 1127 3363 0 0 0.875 2 interp_poly 68 -147 -40 -21 1087 3336 3 MP PP 1087 3336 0 0 0.875 1047 3315 0 0 0.875 1087 3336 0 0 0.875 2 interp_poly 1047 3315 0 0 0.875 1115 3168 0 0.188 1 1047 3315 0 0 0.875 2 interp_poly -40 -41 68 -147 1047 3315 3 MP PP 1047 3315 0 0 0.875 1115 3168 0 0.188 1 1047 3315 0 0 0.875 2 interp_poly 1115 3168 0 0.188 1 1075 3127 0 0.25 1 1115 3168 0 0.188 1 2 interp_poly 68 -150 -40 3 1075 3127 3 MP PP 1075 3127 0 0.25 1 1035 3130 0 0.188 1 1075 3127 0 0.25 1 2 interp_poly 1035 3130 0 0.188 1 1103 2980 0 0.5 1 1035 3130 0 0.188 1 2 interp_poly 68 -169 -40 -24 1059 3529 3 MP PP 1059 3529 0 0 0.562 1019 3505 0 0 0.562 1059 3529 0 0 0.562 2 interp_poly 1019 3505 0 0 0.562 1087 3336 0 0 0.875 1019 3505 0 0 0.562 2 interp_poly -40 -21 68 -169 1019 3505 3 MP PP 1019 3505 0 0 0.562 1087 3336 0 0 0.875 1019 3505 0 0 0.562 2 interp_poly 1087 3336 0 0 0.875 1047 3315 0 0 0.875 1087 3336 0 0 0.875 2 interp_poly 68 -163 -40 -25 1047 3315 3 MP PP 1047 3315 0 0 0.875 1007 3290 0 0 0.875 1047 3315 0 0 0.875 2 interp_poly 1007 3290 0 0 0.875 1075 3127 0 0.25 1 1007 3290 0 0 0.875 2 interp_poly -40 3 68 -163 1007 3290 3 MP PP 1007 3290 0 0 0.875 1075 3127 0 0.25 1 1007 3290 0 0 0.875 2 interp_poly 1075 3127 0 0.25 1 1035 3130 0 0.188 1 1075 3127 0 0.25 1 2 interp_poly 68 -166 -40 -24 1019 3505 3 MP PP 1019 3505 0 0 0.562 979 3481 0 0 0.562 1019 3505 0 0 0.562 2 interp_poly 979 3481 0 0 0.562 1047 3315 0 0 0.875 979 3481 0 0 0.562 2 interp_poly -40 -25 68 -166 979 3481 3 MP PP 979 3481 0 0 0.562 1047 3315 0 0 0.875 979 3481 0 0 0.562 2 interp_poly 1047 3315 0 0 0.875 1007 3290 0 0 0.875 1047 3315 0 0 0.875 2 interp_poly 68 -140 -40 -20 1007 3290 3 MP PP 1007 3290 0 0 0.875 967 3270 0 0 0.875 1007 3290 0 0 0.875 2 interp_poly 967 3270 0 0 0.875 1035 3130 0 0.188 1 967 3270 0 0 0.875 2 interp_poly 68 -167 -40 -24 979 3481 3 MP PP 979 3481 0 0 0.562 939 3457 0 0 0.562 979 3481 0 0 0.562 2 interp_poly 939 3457 0 0 0.562 1007 3290 0 0 0.875 939 3457 0 0 0.562 2 interp_poly -40 -20 68 -167 939 3457 3 MP PP 939 3457 0 0 0.562 1007 3290 0 0 0.875 939 3457 0 0 0.562 2 interp_poly 1007 3290 0 0 0.875 967 3270 0 0 0.875 1007 3290 0 0 0.875 2 interp_poly 68 -163 -40 -24 939 3457 3 MP PP 939 3457 0 0 0.562 899 3433 0 0 0.562 939 3457 0 0 0.562 2 interp_poly 899 3433 0 0 0.562 967 3270 0 0 0.875 899 3433 0 0 0.562 2 interp_poly gr 1 sg 0 sg 440 2538 mt -90 rotate (<|) s 90 rotate %%IncludeResource: font Symbol /Symbol /ISOLatin1Encoding 216 FMSR 440 2356 mt -90 rotate (f) s 90 rotate %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 216 FMSR 440 2244 mt -90 rotate (|) s 90 rotate %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 168 FMSR 332 2188 mt -90 rotate (2) s 90 rotate %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 216 FMSR 440 2095 mt -90 rotate (>) s 90 rotate end eplot %%EndObject epage end showpage %%Trailer %%EOF xmds-doc-0~svn.1884/latex/figures/kuboTutorialScilabPlot.eps0000644000175000017500000004416410047617143023476 0ustar rafaelrafael%!PS-Adobe-2.0 EPSF-2.0 %%BoundingBox: 0 200 600 624 %% %%Scilab Postscript File (1995-1997 J.Ph Chancelier) %%EndComments /saved save def /$pictdict 100 dict def $pictdict begin /dogrey { /Arraybox exch def /Arraygrey exch def /nargs exch def /func exch cvx def Arraybox 0 nargs getinterval Arraygrey 0 get func 1 1 Arraygrey length 1 sub {/i exch def Arraybox i nargs mul nargs getinterval Arraygrey i get func }for } def %-------------------------------------------- % [x y width height] nivgris drawbox % si niv gris > 1.0 alors on fait un stroke % sans closepath %-------------------------------------------- /drawpoly {/glev exch def /Ar exch def newpath Ar 0 get Ar 1 get moveto 2 2 Ar length 1 sub {/i exch def Ar i get Ar i 1 add get absolu {lineto} {rlineto} ifelse }for glev -1 le { % filling the polygon with current pattern ( gray or color) closepath gsave glev neg 1 sub WhiteLev 2 add lmin 0 lmax Setgray eofill grestore } { glev 1 ge { % drawing the polygon with current dash style or color % XXXXX : a voir c'est pas clair il faudrait sauver % and filling it with other color (glev) closepath gsave glev 1 sub WhiteLev 2 add lmin 0 lmax xsetgray eofill grestore stroke } {% drawing the polygon with current style closeflag {closepath} if stroke} ifelse } ifelse } def /drawbox {/glev exch def /Ar exch def /x Ar 0 get def /y Ar 1 get def /w Ar 2 get def /h Ar 3 get def newpath x y moveto x w add y lineto x w add y h add lineto x y h add lineto glev 1 ge { % filling closepath gsave glev 1 sub WhiteLev 2 add lmin 0 lmax Setgray eofill grestore} { % drawing glev -1 le { closepath gsave glev neg 1 sub WhiteLev 2 add lmin 0 lmax xsetgray stroke grestore } { closepath stroke} ifelse } ifelse } def %-------------------------------------------- % [x y width height] clearzone %-------------------------------------------- /clearzone {/Ar exch def /x Ar 0 get def /y Ar 1 get def /w Ar 2 get def /h Ar 3 get def newpath x y moveto x w add y lineto x w add y h add lineto x y h add lineto closepath gsave background Setcolor eofill grestore } def %------------------------------------------------------ % polyline stroke or polygon fill or both %------------------------------------------------------ /absolu true def /closeflag false def /lmin { /y exch def /x exch def x y le { x } { y } ifelse } def /lmax { /y exch def /x exch def x y le { y } { x } ifelse } def /drawpoly {/glev exch def /Ar exch def newpath Ar 0 get Ar 1 get moveto 2 2 Ar length 1 sub {/i exch def Ar i get Ar i 1 add get absolu {lineto} {rlineto} ifelse }for glev -1 le { % filling the polygon with current pattern ( gray or color) closepath gsave glev neg 1 sub WhiteLev 2 add lmin 0 lmax Setgray eofill grestore } { glev 1 ge { % drawing the polygon with current dash style or color % XXXXX : a voir c'est pas clair il faudrait sauver % and filling it with other color (glev) closepath gsave glev 1 sub WhiteLev 2 add lmin 0 lmax Setgray eofill grestore stroke } {% drawing the polygon with current style closeflag {closepath} if stroke} ifelse } ifelse } def %------------------------------------------------------ % segments non connectes %------------------------------------------------------ /drawsegs {/glev exch def /Ar exch def % when b&w is used drawsegs uses dash not gray levels newpath Ar 0 get Ar 1 get moveto Ar 2 get Ar 3 get lineto gsave glev xsetgray stroke grestore 4 4 Ar length 3 sub {/i exch def newpath Ar i get Ar i 1 add get moveto Ar i 2 add get Ar i 3 add get lineto gsave glev xsetgray stroke grestore }for } def %------------------------------------------------------ % unconected arrows %----------------------------------------------------- /drawarrows {/arsize10 exch def /Ar exch def Ar 0 get Ar 1 get Ar 2 get Ar 3 get arsize10 drawarrow 4 4 Ar length 3 sub {/i exch def Ar i get Ar i 1 add get Ar i 2 add get Ar i 3 add get arsize10 drawarrow }for } def /cos20 20 cos def /sin20 20 sin def /drawarrow { /arsize exch 10 div def /tipy exch def /tipx exch def /taily exch def /tailx exch def /dx tipx tailx sub def /dy tipy taily sub def newpath tipx tipy moveto tailx taily lineto stroke /norme dx dx mul dy dy mul add sqrt def norme 1.e-8 ge { arsize dx mul norme div /dx1 exch def arsize dy mul norme div /dy1 exch def /depx tipx cos20 dx1 mul add def /depy tipy cos20 dy1 mul add def newpath depx depy moveto cos20 neg dx1 mul sin20 dy1 mul sub depx add sin20 dx1 mul cos20 dy1 mul sub depy add lineto cos20 neg dx1 mul sin20 dy1 mul add depx add sin20 neg dx1 mul cos20 dy1 mul sub depy add lineto closepath fill } {} ifelse } def %------------------------------------------------------ % cercle ou portions de cercle % attention argument (x y w h angl1*64 angl2*64 ) % devrait tracer une ellipse a modifier donc %------------------------------------------------------ /fillarc {/glev exch def /Ar exch def /cx Ar 0 get Ar 2 get 2 div add def /cy Ar 1 get Ar 3 get 2 div add def Ar 2 get 0 eq {} { /hom Ar 3 get Ar 2 get div def /Cmsave1 matrix def Cmsave1 currentmatrix pop %-- on change de transformation pour faire homothetie en (x,y) cx cy [1 0 0 hom 0 0 ] transform /t1 exch neg cy add def /t2 exch neg cx add def [1 0 0 hom t2 t1 ] concat glev WhiteLev le { % filling newpath cx cy moveto cx cy Ar 2 get 2 div Ar 5 get Ar 4 get add 64 div neg Ar 4 get 64 div neg arc closepath gsave glev Setgray eofill grestore} { %drawing with current dash or color unclosed path newpath cx cy Ar 2 get 2 div Ar 5 get Ar 4 get add 64 div neg Ar 4 get 64 div neg arc stroke} ifelse Cmsave1 setmatrix } ifelse } def /drawarc {/glev exch def /Ar exch def /cx Ar 0 get Ar 2 get 2 div add def /cy Ar 1 get Ar 3 get 2 div add def Ar 2 get 0 eq {} { /hom Ar 3 get Ar 2 get div def /Cmsave1 matrix def Cmsave1 currentmatrix pop %-- on change de transformation pour faire homothetie en (x,y) cx cy [1 0 0 hom 0 0 ] transform /t1 exch neg cy add def /t2 exch neg cx add def [1 0 0 hom t2 t1 ] concat newpath cx cy Ar 2 get 2 div Ar 5 get Ar 4 get add 64 div neg Ar 4 get 64 div neg arc closepath glev xsetgray stroke Cmsave1 setmatrix } ifelse } def %------------------------------------------------------ % centred hard mark %------------------------------------------------------ % x y str ShowCString % on fait un show mais string est centre autour du point (x,y) /ShowCString { /str exch def /y exch def /x exch def newpath x y moveto str true charpath flattenpath pathbbox /y2 exch def /x2 exch def /y1 exch def /x1 exch def x 2 mul x2 x1 add 2 div sub y 2 mul y2 y1 add 2 div sub moveto str show } def /drawpolymark {/glev exch def /Ar exch def Ar 0 get Ar 1 get HardMark ShowCString 2 2 Ar length 1 sub {/i exch def Ar i get Ar i 1 add get HardMark ShowCString }for } def %--------------------------------------------------- % chaines de caracteres %--------------------------------------------------- /FBox {/Ar exch def /rot exch def /str exch def /y exch def /x exch def newpath Ar 0 get Ar 1 get moveto /sina rot sin def /cosa rot cos def /-sina sina neg def [cosa -sina sina cosa 0 0 ] CtmModif Ar 2 get 0 rlineto 0 Ar 3 get neg rlineto Ar 2 get neg 0 rlineto 0 Ar 3 get rlineto stroke CtmRestore x y str rot ShowRotate } def % x y str ang Showrotate % inverse du sens trigo /ShowRotate { /ang exch def /str exch def /y exch def /x exch def x y moveto /sina ang sin def /cosa ang cos def /-sina 0 sina sub def [cosa -sina sina cosa 0 0 ] CtmModif str show CtmRestore } def /HardMark (0) def %(Chaine de caracteres) x y flag angle [arfbox] Show /Show { /Ar exch def /rot exch def /flag exch def /y exch def /x exch def /str exch def flag 1 eq {x y str rot Ar FBox} {x y str rot ShowRotate } ifelse} def /L {/y2 exch def /x2 exch def /y1 exch def /x1 exch def newpath x1 y1 moveto x2 y2 lineto stroke } def %--------------------------------------------------------- % drawing an axis % angle [nsep1,nsep2] ,[siz1,siz2,coeff] [x0,y0] drawaxis", %--------------------------------------------------------- /drawaxis {/XX exch def /Arsize exch def /Arsep exch def /ang exch def /Cmsave1 matrix def Cmsave1 currentmatrix pop /sina ang sin def /cosa ang cos def /-sina sina neg def /x XX 0 get def /y XX 1 get def %-- on change de transformation pour tourner autour de (x,y) x y [cosa sina -sina cosa 0 0 ] transform /t1 exch neg y add def /t2 exch neg x add def [cosa sina -sina cosa t2 t1 ] concat newpath x y moveto 0 Arsize 1 get Arsize 2 get mul rlineto stroke 0 1 Arsep 1 get 1 sub { % i don't want the value of the for indice pop newpath x y moveto 0 1 Arsep 0 get 1 sub { % i don't want the value of the for indice pop Arsize 0 get 0 rlineto 0 Arsize 1 get rlineto 0 Arsize 1 get neg rlineto } for currentpoint /y exch def /x exch def stroke newpath x y moveto 0 Arsize 1 get Arsize 2 get mul rlineto stroke } for Cmsave1 setmatrix } def %--------------------------------------------------------- % change and restore CTM %--------------------------------------------------------- /CtmModif { /arg exch def /Cmsave matrix def Cmsave currentmatrix pop [1 0 0 -1 0 0 ] concat arg concat } def /CtmRestore { Cmsave setmatrix } def /Thickness { /th exch def th 0 le {/th 0.1 def} if th setlinewidth} def /WhiteLev 15 def /Setgray { WhiteLev div setgray} def /fillsolid { 0 setgray } def %-------------------------------------- % clip zones ( rectangle ) %------------------------------------- /setclipzone {initclip /h exch def /w exch def /y exch def /x exch def newpath x y moveto w 0 rlineto 0 h rlineto w neg 0 rlineto 0 h neg rlineto closepath clip} def %------------------ % to change the position of a picture %------------------ /cm{28.346457 mul}def /DesPosi { /YH exch def /XW exch def /YP exch def /XP exch def XP cm YP cm neg translate XW cm 6000 div YH cm 4240 div scale } def 0 setlinecap 2 setlinejoin 1 setlinewidth %-- Color database /ColorR [0.000000 0.000000 0.000000 0.529412 0.498039 0.133333 0.000000 0.878431 0.000000 1.000000 1.000000 1.000000 0.933333 1.000000 1.000000 0.960784 1.000000 ] def /ColorG [0.000000 0.000000 0.000000 0.807843 1.000000 0.545098 1.000000 1.000000 1.000000 0.647059 0.000000 0.000000 0.509804 1.000000 0.843137 0.960784 1.000000 ] def /ColorB [0.000000 0.501961 1.000000 0.921569 0.831373 0.133333 0.000000 1.000000 1.000000 0.000000 0.000000 1.000000 0.933333 0.000000 0.000000 0.862745 1.000000 ] def /Setcolor {/i exch def ColorR i get ColorG i get ColorB i get setrgbcolor } def % to multiply all the fontsizes by a factor scf /scf 1.0 def % set dash styles : max number is hardcoded to 6 % /DashTab [[] [20 50 20 50] [50 20 50 20] [50 30 20 30] [80 30 20 30] [110 30 20 30] [110 30 50 30]] def /DashTab [[] [50 20 50 20] [50 30 20 30] [80 30 20 30] [110 30 20 30] [110 30 50 30]] def /Setdash {/i exch 0 lmax 5 lmin def i DashTab i get 0 setdash } def % style for drawing: color gray or dash /xsetgray { usecolor 0 le {Setdash} {Setgray} ifelse } def % default value for colormode /usecolor 1 def % changing fonts encoding /Courier findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin1Encoding def currentdict end /Courier exch definefont pop /Times-Roman findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin1Encoding def currentdict end /Times-Roman exch definefont pop /Times-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin1Encoding def currentdict end /Times-Bold exch definefont pop /Times-BoldItalic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin1Encoding def currentdict end /Times-BoldItalic exch definefont pop %------ End Main Program ------% % XP YP XW YW DesPosi in the following code % will output the picture in the rectangle defined by % upper left point (XP,YP) wide :XW Height: YW % the coordinates are given in centimeter and % are the (0,0) point is the down-left point of the paper /ColorR [0.000000 0.000000 0.000000 0.000000 1.000000 1.000000 1.000000 1.000000 0.000000 0.000000 0.000000 0.529412 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.564706 0.690196 0.815686 0.564706 0.690196 0.815686 0.501961 0.627451 0.752941 1.000000 1.000000 1.000000 1.000000 1.000000 0.0 1.0] def /ColorG [0.000000 0.000000 1.000000 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.807843 0.564706 0.690196 0.815686 0.564706 0.690196 0.815686 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.188235 0.250980 0.376471 0.501961 0.627451 0.752941 0.878431 0.843137 0.0 1.0] def /ColorB [0.000000 1.000000 0.000000 1.000000 0.000000 1.000000 0.000000 1.000000 0.564706 0.690196 0.815686 1.000000 0.000000 0.000000 0.000000 0.564706 0.690196 0.815686 0.000000 0.000000 0.000000 0.564706 0.690196 0.815686 0.000000 0.000000 0.000000 0.501961 0.627451 0.752941 0.878431 0.000000 0.0 1.0] def % Dessin en bas a gauche de taille 3000,2120 [0.5 5 div 0 0 0.5 5 div neg 0 3120 5 div] concat % Init driver /PaintBackground {WhiteLev 2 add background eq {}{ (drawbox) 4 [background 1 add] [0 0 6000 4240] dogrey}ifelse } def 5 Thickness % 3 setalufunction -1 -1 200000 200000 setclipzone [] 0 setdash /Times-Roman findfont 100 scf mul scalefont setfont fillsolid [] 0 setdash 0 Setcolor /background 33 def PaintBackground %--use color 1 fillsolid [] 0 setdash 0 Setcolor /WhiteLev 31 def /Setgray {/i exch def ColorR i get ColorG i get ColorB i get setrgbcolor } def /Setcolor {/i exch def ColorR i get ColorG i get ColorB i get setrgbcolor } def /usecolor 1 def %--end use color 1 % End init driver /WhiteLev 31 def %--use color 1 %--end use color 1 /Times-Roman findfont 100 scf mul scalefont setfont 5 Thickness -1 -1 200000 200000 setclipzone 32 Setcolor [] 0 setdash 32 Setcolor (drawbox) 4 [ 0] [750 530 4500 3180 ] dogrey 32 Setcolor (0) 722 3906 0 0.00 [722 3816 57 120] Show (drawsegs) 4 [ 32] [750 3710 750 3773 ] dogrey (drawsegs) 4 [ 32] [975 3710 975 3741 ] dogrey (1) 1172 3906 0 0.00 [1172 3816 57 120] Show (drawsegs) 4 [ 32] [1200 3710 1200 3773 ] dogrey (drawsegs) 4 [ 32] [1425 3710 1425 3741 ] dogrey (2) 1622 3906 0 0.00 [1622 3816 57 120] Show (drawsegs) 4 [ 32] [1650 3710 1650 3773 ] dogrey (drawsegs) 4 [ 32] [1875 3710 1875 3741 ] dogrey (3) 2072 3906 0 0.00 [2072 3816 57 120] Show (drawsegs) 4 [ 32] [2100 3710 2100 3773 ] dogrey (drawsegs) 4 [ 32] [2325 3710 2325 3741 ] dogrey (4) 2522 3906 0 0.00 [2522 3816 57 120] Show (drawsegs) 4 [ 32] [2550 3710 2550 3773 ] dogrey (drawsegs) 4 [ 32] [2775 3710 2775 3741 ] dogrey (5) 2972 3906 0 0.00 [2972 3816 57 120] Show (drawsegs) 4 [ 32] [3000 3710 3000 3773 ] dogrey (drawsegs) 4 [ 32] [3225 3710 3225 3741 ] dogrey (6) 3422 3906 0 0.00 [3422 3816 57 120] Show (drawsegs) 4 [ 32] [3450 3710 3450 3773 ] dogrey (drawsegs) 4 [ 32] [3675 3710 3675 3741 ] dogrey (7) 3872 3906 0 0.00 [3872 3816 57 120] Show (drawsegs) 4 [ 32] [3900 3710 3900 3773 ] dogrey (drawsegs) 4 [ 32] [4125 3710 4125 3741 ] dogrey (8) 4322 3906 0 0.00 [4322 3816 57 120] Show (drawsegs) 4 [ 32] [4350 3710 4350 3773 ] dogrey (drawsegs) 4 [ 32] [4575 3710 4575 3741 ] dogrey (9) 4772 3906 0 0.00 [4772 3816 57 120] Show (drawsegs) 4 [ 32] [4800 3710 4800 3773 ] dogrey (drawsegs) 4 [ 32] [5025 3710 5025 3741 ] dogrey (10) 5193 3906 0 0.00 [5193 3816 114 120] Show (drawsegs) 4 [ 32] [5250 3710 5250 3773 ] dogrey (0.3) 506 3770 0 0.00 [506 3680 172 120] Show (drawsegs) 4 [ 32] [750 3710 690 3710 ] dogrey (drawsegs) 4 [ 32] [750 3483 720 3483 ] dogrey (0.4) 506 3316 0 0.00 [506 3226 172 120] Show (drawsegs) 4 [ 32] [750 3256 690 3256 ] dogrey (drawsegs) 4 [ 32] [750 3029 720 3029 ] dogrey (0.5) 506 2861 0 0.00 [506 2771 172 120] Show (drawsegs) 4 [ 32] [750 2801 690 2801 ] dogrey (drawsegs) 4 [ 32] [750 2574 720 2574 ] dogrey (0.6) 506 2407 0 0.00 [506 2317 172 120] Show (drawsegs) 4 [ 32] [750 2347 690 2347 ] dogrey (drawsegs) 4 [ 32] [750 2120 720 2120 ] dogrey (0.7) 506 1953 0 0.00 [506 1863 172 120] Show (drawsegs) 4 [ 32] [750 1893 690 1893 ] dogrey (drawsegs) 4 [ 32] [750 1666 720 1666 ] dogrey (0.8) 506 1499 0 0.00 [506 1409 172 120] Show (drawsegs) 4 [ 32] [750 1439 690 1439 ] dogrey (drawsegs) 4 [ 32] [750 1211 720 1211 ] dogrey (0.9) 506 1044 0 0.00 [506 954 172 120] Show (drawsegs) 4 [ 32] [750 984 690 984 ] dogrey (drawsegs) 4 [ 32] [750 757 720 757 ] dogrey (1.0) 506 590 0 0.00 [506 500 172 120] Show (drawsegs) 4 [ 32] [750 530 690 530 ] dogrey [] 0 setdash 32 Setcolor 750 530 4500 3180 setclipzone [] 0 setdash 0 Setcolor /closeflag false def (drawpoly) 202 [ 0] [750 530 795 578 840 621 885 656 930 701 975 743 1020 789 1065 832 1110 875 1155 908 1200 941 1245 977 1290 1010 1335 1052 1380 1088 1425 1126 1470 1182 1515 1211 1560 1250 1605 1293 1650 1321 1695 1369 1740 1414 1785 1453 1830 1472 1875 1491 1920 1543 1965 1576 2010 1601 2055 1633 2100 1652 2145 1676 2190 1711 2235 1739 2280 1787 2325 1824 2370 1847 2415 1892 2460 1923 2505 1936 2550 1981 2595 2004 2640 2033 2685 2048 2730 2068 2775 2103 2820 2122 2865 2156 2910 2206 2955 2236 3000 2273 3045 2312 3090 2349 3135 2380 3180 2416 3225 2458 3270 2485 3315 2496 3360 2529 3405 2543 3450 2562 3495 2594 3540 2613 3585 2653 3630 2676 3675 2713 3720 2743 3765 2766 3810 2784 3855 2800 3900 2814 3945 2821 3990 2844 4035 2860 4080 2893 4125 2924 4170 2936 4215 2939 4260 3003 4305 3022 4350 3041 4395 3048 4440 3074 4485 3080 4530 3107 4575 3127 4620 3148 4665 3176 4710 3210 4755 3208 4800 3228 4845 3221 4890 3223 4935 3243 4980 3257 5025 3273 5070 3306 5115 3313 5160 3320 5205 3328 5250 3339 ] dogrey 0 Setcolor /absolu true def [] 0 setdash 32 Setcolor -1 -1 200000 200000 setclipzone showpage end saved restore xmds-doc-0~svn.1884/latex/figures/fibre1.eps0000644000175000017500000344467210007374504020215 0ustar rafaelrafael%!PS-Adobe-3.0 EPSF-3.0 %%Creator: MATLAB, The Mathworks, Inc. %%Title: /home/collecug/xmds-1.0rc2-2/examples/fibre1.eps %%CreationDate: 06/11/ 2 00:25:49 %%DocumentNeededFonts: Helvetica %%DocumentProcessColors: Cyan Magenta Yellow Black %%LanguageLevel: 2 %%Pages: 1 %%BoundingBox: 47 190 576 593 %%EndComments %%BeginProlog % MathWorks dictionary /MathWorks 160 dict begin % definition operators /bdef {bind def} bind def /ldef {load def} bind def /xdef {exch def} bdef /xstore {exch store} bdef % operator abbreviations /c /clip ldef /cc /concat ldef /cp /closepath ldef /gr /grestore ldef /gs /gsave ldef /mt /moveto ldef /np /newpath ldef /cm /currentmatrix ldef /sm /setmatrix ldef /rc {rectclip} bdef /rf {rectfill} bdef /rm /rmoveto ldef /rl /rlineto ldef /s /show ldef /sc {setcmykcolor} bdef /sr /setrgbcolor ldef /sg /setgray ldef /w /setlinewidth ldef /j /setlinejoin ldef /cap /setlinecap ldef % page state control /pgsv () def /bpage {/pgsv save def} bdef /epage {pgsv restore} bdef /bplot /gsave ldef /eplot {stroke grestore} bdef % orientation switch /portraitMode 0 def /landscapeMode 1 def % coordinate system mappings /dpi2point 0 def % font control /FontSize 0 def /FMS { /FontSize xstore %save size off stack findfont [FontSize 0 0 FontSize neg 0 0] makefont setfont }bdef /reencode { exch dup where {pop load} {pop StandardEncoding} ifelse exch dup 3 1 roll findfont dup length dict begin { 1 index /FID ne {def}{pop pop} ifelse } forall /Encoding exch def currentdict end definefont pop } bdef /isroman { findfont /CharStrings get /Agrave known } bdef /FMSR { 3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse exch FMS } bdef /csm { 1 dpi2point div -1 dpi2point div scale neg translate landscapeMode eq {90 rotate} if } bdef % line types: solid, dotted, dashed, dotdash /SO { [] 0 setdash } bdef /DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef /DA { [6 dpi2point mul] 0 setdash } bdef /DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4 dpi2point mul] 0 setdash } bdef % macros for lines and objects /L { lineto stroke } bdef /MP { 3 1 roll moveto 1 sub {rlineto} repeat } bdef /AP { {rlineto} repeat } bdef /PP { closepath eofill } bdef /DP { closepath stroke } bdef /MR { 4 -2 roll moveto dup 0 exch rlineto exch 0 rlineto neg 0 exch rlineto closepath } bdef /FR { MR stroke } bdef /PR { MR fill } bdef /L1i { { currentfile picstr readhexstring pop } image } bdef /tMatrix matrix def /MakeOval { newpath tMatrix currentmatrix pop translate scale 0 0 1 0 360 arc tMatrix setmatrix } bdef /FO { MakeOval stroke } bdef /PO { MakeOval fill } bdef /PD { currentlinecap 1 setlinecap 3 1 roll 2 copy moveto lineto stroke setlinecap } bdef /FA { newpath tMatrix currentmatrix pop translate scale 0 0 1 5 -2 roll arc tMatrix setmatrix stroke } bdef /PA { newpath tMatrix currentmatrix pop translate 0 0 moveto scale 0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill } bdef /FAn { newpath tMatrix currentmatrix pop translate scale 0 0 1 5 -2 roll arcn tMatrix setmatrix stroke } bdef /PAn { newpath tMatrix currentmatrix pop translate 0 0 moveto scale 0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill } bdef /vradius 0 def /hradius 0 def /lry 0 def /lrx 0 def /uly 0 def /ulx 0 def /rad 0 def /MRR { /vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly vradius add translate hradius vradius scale 0 0 1 180 270 arc tMatrix setmatrix lrx hradius sub uly vradius add translate hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix lrx hradius sub lry vradius sub translate hradius vradius scale 0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix closepath } bdef /FRR { MRR stroke } bdef /PRR { MRR fill } bdef /MlrRR { /lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def newpath tMatrix currentmatrix pop ulx rad add uly rad add translate rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix closepath } bdef /FlrRR { MlrRR stroke } bdef /PlrRR { MlrRR fill } bdef /MtbRR { /lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def newpath tMatrix currentmatrix pop ulx rad add uly rad add translate rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix closepath } bdef /FtbRR { MtbRR stroke } bdef /PtbRR { MtbRR fill } bdef currentdict end def %%EndProlog %%BeginSetup MathWorks begin 0 cap end %%EndSetup %%Page: 1 1 %%BeginPageSetup %%PageBoundingBox: 47 190 576 593 MathWorks begin bpage %%EndPageSetup %%BeginObject: obj1 bplot /dpi2point 12 def portraitMode 0216 7344 csm 351 218 6356 4835 rc 97 dict begin %Colortable dictionary /c0 { 0 0 0 sr} bdef /c1 { 1 1 1 sr} bdef /c2 { 1 0 0 sr} bdef /c3 { 0 1 0 sr} bdef /c4 { 0 0 1 sr} bdef /c5 { 1 1 0 sr} bdef /c6 { 1 0 1 sr} bdef /c7 { 0 1 1 sr} bdef c0 1 j 1 sg 0 0 6913 5186 rf 6 w 0 2362 -1960 -1181 0 -2362 6254 3932 4 MP PP 1960 1181 0 2362 -1960 -1181 0 -2362 6254 3932 5 MP stroke 1960 1181 3395 -682 -1960 -1181 2859 4614 4 MP PP -3395 682 1960 1181 3395 -682 -1960 -1181 2859 4614 5 MP stroke 0 2362 3395 -682 0 -2362 899 3433 4 MP PP -3395 682 0 2362 3395 -682 0 -2362 899 3433 5 MP stroke 4 w DO 0 sg 2859 4614 mt 899 3433 L 899 3433 mt 899 1071 L 3538 4478 mt 1578 3297 L 1578 3297 mt 1578 934 L 4217 4341 mt 2257 3160 L 2257 3160 mt 2257 798 L 4896 4205 mt 2936 3024 L 2936 3024 mt 2936 662 L 5575 4069 mt 3615 2887 L 3615 2887 mt 3615 525 L 6254 3932 mt 4294 2751 L 4294 2751 mt 4294 389 L 2496 4395 mt 5891 3713 L 5891 3713 mt 5891 1351 L 1859 4011 mt 5254 3330 L 5254 3330 mt 5254 967 L 1222 3628 mt 4617 2946 L 4617 2946 mt 4617 584 L 899 3433 mt 4294 2751 L 4294 2751 mt 6254 3932 L 899 2961 mt 4294 2279 L 4294 2279 mt 6254 3460 L 899 2488 mt 4294 1806 L 4294 1806 mt 6254 2987 L 899 2016 mt 4294 1334 L 4294 1334 mt 6254 2515 L 899 1543 mt 4294 861 L 4294 861 mt 6254 2042 L 899 1071 mt 4294 389 L 4294 389 mt 6254 1570 L SO 6 w 2859 4614 mt 6254 3932 L 2859 4614 mt 899 3433 L 899 3433 mt 899 1071 L 2859 4614 mt 2933 4659 L %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 216 FMSR 2963 4878 mt (0) s 3538 4478 mt 3612 4522 L 3642 4741 mt (0.5) s 4217 4341 mt 4291 4386 L 4321 4605 mt (1) s 4896 4205 mt 4970 4250 L 5000 4468 mt (1.5) s 5575 4069 mt 5649 4113 L 5679 4332 mt (2) s 6254 3932 mt 6328 3977 L 6358 4196 mt (2.5) s 2496 4395 mt 2411 4412 L 2011 4620 mt (-10) s 1859 4011 mt 1774 4028 L 1620 4236 mt (0) s 1222 3628 mt 1138 3645 L 864 3853 mt (10) s 899 3433 mt 825 3388 L 675 3450 mt (0) s 899 2961 mt 825 2916 L 675 2978 mt (1) s 899 2488 mt 825 2443 L 675 2506 mt (2) s 899 2016 mt 825 1971 L 675 2033 mt (3) s 899 1543 mt 825 1499 L 675 1561 mt (4) s 899 1071 mt 825 1026 L 675 1088 mt (5) s gs 899 389 5356 4226 rc 1 sg -40 -187 68 56 6186 3584 3 MP PP % Quadrilateral Line Rendering Routines MathWorks begin /NI 16 def % NI can be 4 (draft), 8 (medium) , or 16 (high-res) /1NI 1.0 NI div def /N1 NI 1 sub def /quad_td {/Y3 xdef /X3 xdef /Y2 xdef /X2 xdef /Y1 xdef /X1 xdef /Y0 xdef /X0 xdef} bdef /interp_lcdc {1000.0 div /B3 xdef 1000.0 div /B2 xdef 1000.0 div /B1 xdef 1000.0 div /B0 xdef 1000.0 div /G3 xdef 1000.0 div /G2 xdef 1000.0 div /G1 xdef 1000.0 div /G0 xdef 1000.0 div /R3 xdef 1000.0 div /R2 xdef 1000.0 div /R1 xdef 1000.0 div /R0 xdef} bdef 1 1 1 1 1 1 1 1 1 1 1 1 interp_lcdc /interp_cline {3 index sub 1NI mul 3 1 roll 4 index sub 1NI mul 3 1 roll 5 index sub 1NI mul 3 1 roll 6 3 roll setrgbcolor 3 copy abs exch abs add exch abs add 0 ne { 7 3 roll exch 3 index sub 1NI mul exch 2 index sub 1NI mul 7 2 roll newpath moveto 0 1 N1 {pop 5 copy currentrgbcolor 3 index add 6 1 roll 3 index add 6 1 roll 3 index add 6 1 roll pop pop pop setrgbcolor rlineto currentpoint stroke moveto} for pop pop pop pop pop} {pop pop pop np moveto lineto stroke} ifelse} bdef /ilc {gs interp_lcdc quad_td X0 Y0 X1 Y1 R0 G0 B0 R1 G1 B1 interp_cline X1 Y1 X2 Y2 R1 G1 B1 R2 G2 B2 interp_cline X2 Y2 X3 Y3 R2 G2 B2 R3 G3 B3 interp_cline X3 Y3 X0 Y0 R3 G3 B3 R0 G0 B0 interp_cline gr} bdef /interp_poly { gs {9 index 9 index 5 2 roll 9 index 9 index 9 index interp_cline } repeat gr 5 {pop} repeat } bdef end % MathWorks dictionary 6186 3584 0 0.125 1 6254 3640 0 0 1 6186 3584 0 0.125 1 2 interp_poly 6254 3640 0 0 1 6214 3453 0 0.312 1 6254 3640 0 0 1 2 interp_poly -40 -1234 68 -55 6106 3595 3 MP PP 6106 3595 0 0.0625 1 6174 3540 0 0.125 1 6106 3595 0 0.0625 1 2 interp_poly 6174 3540 0 0.125 1 6134 2306 1 0.875 0 6174 3540 0 0.125 1 2 interp_poly 68 -55 -40 70 6146 3525 3 MP PP 6146 3525 0 0.188 1 6106 3595 0 0.0625 1 6146 3525 0 0.188 1 2 interp_poly 6106 3595 0 0.0625 1 6174 3540 0 0.125 1 6106 3595 0 0.0625 1 2 interp_poly -40 87 68 -72 6146 3525 3 MP PP 6146 3525 0 0.188 1 6214 3453 0 0.312 1 6146 3525 0 0.188 1 2 interp_poly 6214 3453 0 0.312 1 6174 3540 0 0.125 1 6214 3453 0 0.312 1 2 interp_poly 68 -72 -40 -59 6186 3584 3 MP PP 6186 3584 0 0.125 1 6146 3525 0 0.188 1 6186 3584 0 0.125 1 2 interp_poly 6146 3525 0 0.188 1 6214 3453 0 0.312 1 6146 3525 0 0.188 1 2 interp_poly -40 -59 68 386 6118 3198 3 MP PP 6118 3198 0 0.812 1 6186 3584 0 0.125 1 6118 3198 0 0.812 1 2 interp_poly 6186 3584 0 0.125 1 6146 3525 0 0.188 1 6186 3584 0 0.125 1 2 interp_poly -40 -76 68 -149 5986 3743 3 MP PP 5986 3743 0 0 0.688 6054 3594 0 0 0.875 5986 3743 0 0 0.688 2 interp_poly 6054 3594 0 0 0.875 6014 3518 0 0 1 6054 3594 0 0 0.875 2 interp_poly 68 -149 -40 14 6026 3729 3 MP PP 6026 3729 0 0 0.75 5986 3743 0 0 0.688 6026 3729 0 0 0.75 2 interp_poly 5986 3743 0 0 0.688 6054 3594 0 0 0.875 5986 3743 0 0 0.688 2 interp_poly -40 -91 68 -44 6026 3729 3 MP PP 6026 3729 0 0 0.75 6094 3685 0 0 0.812 6026 3729 0 0 0.75 2 interp_poly 6094 3685 0 0 0.812 6054 3594 0 0 0.875 6094 3685 0 0 0.812 2 interp_poly 68 -44 -40 919 6066 2810 3 MP PP 6066 2810 0.312 1 0.75 6026 3729 0 0 0.75 6066 2810 0.312 1 0.75 2 interp_poly 6026 3729 0 0 0.75 6094 3685 0 0 0.812 6026 3729 0 0 0.75 2 interp_poly -40 919 68 609 5998 2201 3 MP PP 5998 2201 1 0.688 0 6066 2810 0.312 1 0.75 5998 2201 1 0.688 0 2 interp_poly 6066 2810 0.312 1 0.75 6026 3729 0 0 0.75 6066 2810 0.312 1 0.75 2 interp_poly -40 1379 68 -504 6066 2810 3 MP PP 6066 2810 0.312 1 0.75 6134 2306 1 0.875 0 6066 2810 0.312 1 0.75 2 interp_poly 6134 2306 1 0.875 0 6094 3685 0 0 0.812 6134 2306 1 0.875 0 2 interp_poly -40 -785 68 360 6038 3235 3 MP PP 6038 3235 0 0.688 1 6106 3595 0 0.0625 1 6038 3235 0 0.688 1 2 interp_poly 6106 3595 0 0.0625 1 6066 2810 0.312 1 0.75 6106 3595 0 0.0625 1 2 interp_poly 68 360 -40 -263 6078 3498 3 MP PP 6078 3498 0 0.25 1 6038 3235 0 0.688 1 6078 3498 0 0.25 1 2 interp_poly 6038 3235 0 0.688 1 6106 3595 0 0.0625 1 6038 3235 0 0.688 1 2 interp_poly 68 -504 -40 -785 6106 3595 3 MP PP 6106 3595 0 0.0625 1 6066 2810 0.312 1 0.75 6106 3595 0 0.0625 1 2 interp_poly 6066 2810 0.312 1 0.75 6134 2306 1 0.875 0 6066 2810 0.312 1 0.75 2 interp_poly 68 27 -40 300 6118 3198 3 MP PP 6118 3198 0 0.812 1 6078 3498 0 0.25 1 6118 3198 0 0.812 1 2 interp_poly 6078 3498 0 0.25 1 6146 3525 0 0.188 1 6078 3498 0 0.25 1 2 interp_poly -40 70 68 27 6078 3498 3 MP PP 6078 3498 0 0.25 1 6146 3525 0 0.188 1 6078 3498 0 0.25 1 2 interp_poly 6146 3525 0 0.188 1 6106 3595 0 0.0625 1 6146 3525 0 0.188 1 2 interp_poly -40 300 68 39 6050 3159 3 MP PP 6050 3159 0 0.938 1 6118 3198 0 0.812 1 6050 3159 0 0.938 1 2 interp_poly 6118 3198 0 0.812 1 6078 3498 0 0.25 1 6118 3198 0 0.812 1 2 interp_poly -40 -655 68 63 5906 3421 3 MP PP 5906 3421 0 0.125 1 5974 3484 0 0 1 5906 3421 0 0.125 1 2 interp_poly 5974 3484 0 0 1 5934 2829 0.0625 1 1 5974 3484 0 0 1 2 interp_poly 68 63 -40 3 5946 3418 3 MP PP 5946 3418 0 0.188 1 5906 3421 0 0.125 1 5946 3418 0 0.188 1 2 interp_poly 5906 3421 0 0.125 1 5974 3484 0 0 1 5906 3421 0 0.125 1 2 interp_poly -40 -325 68 -68 5918 3811 3 MP PP 5918 3811 0 0 0.562 5986 3743 0 0 0.688 5918 3811 0 0 0.562 2 interp_poly 5986 3743 0 0 0.688 5946 3418 0 0.188 1 5986 3743 0 0 0.688 2 interp_poly -40 -34 68 100 5946 3418 3 MP PP 5946 3418 0 0.188 1 6014 3518 0 0 1 5946 3418 0 0.188 1 2 interp_poly 6014 3518 0 0 1 5974 3484 0 0 1 6014 3518 0 0 1 2 interp_poly 68 100 -40 -325 5986 3743 3 MP PP 5986 3743 0 0 0.688 5946 3418 0 0.188 1 5986 3743 0 0 0.688 2 interp_poly 5946 3418 0 0.188 1 6014 3518 0 0 1 5946 3418 0 0.188 1 2 interp_poly 68 120 -40 1408 5998 2201 3 MP PP 5998 2201 1 0.688 0 5958 3609 0 0 0.938 5998 2201 1 0.688 0 2 interp_poly 5958 3609 0 0 0.938 6026 3729 0 0 0.75 5958 3609 0 0 0.938 2 interp_poly -40 -263 68 50 6010 3448 3 MP PP 6010 3448 0 0.375 1 6078 3498 0 0.25 1 6010 3448 0 0.375 1 2 interp_poly 6078 3498 0 0.25 1 6038 3235 0 0.688 1 6078 3498 0 0.25 1 2 interp_poly 68 50 -40 289 6050 3159 3 MP PP 6050 3159 0 0.938 1 6010 3448 0 0.375 1 6050 3159 0 0.938 1 2 interp_poly 6010 3448 0 0.375 1 6078 3498 0 0.25 1 6010 3448 0 0.375 1 2 interp_poly 68 609 -40 -1034 6038 3235 3 MP PP 6038 3235 0 0.688 1 5998 2201 1 0.688 0 6038 3235 0 0.688 1 2 interp_poly 5998 2201 1 0.688 0 6066 2810 0.312 1 0.75 5998 2201 1 0.688 0 2 interp_poly -40 3 68 -295 5878 3713 3 MP PP 5878 3713 0 0 0.688 5946 3418 0 0.188 1 5878 3713 0 0 0.688 2 interp_poly 5946 3418 0 0.188 1 5906 3421 0 0.125 1 5946 3418 0 0.188 1 2 interp_poly 68 -295 -40 -98 5918 3811 3 MP PP 5918 3811 0 0 0.562 5878 3713 0 0 0.688 5918 3811 0 0 0.562 2 interp_poly 5878 3713 0 0 0.688 5946 3418 0 0.188 1 5878 3713 0 0 0.688 2 interp_poly -40 202 68 -13 5890 3622 3 MP PP 5890 3622 0 0 0.938 5958 3609 0 0 0.938 5890 3622 0 0 0.938 2 interp_poly 5958 3609 0 0 0.938 5918 3811 0 0 0.562 5958 3609 0 0 0.938 2 interp_poly -40 -139 68 -44 5838 3465 3 MP PP 5838 3465 0 0.0625 1 5906 3421 0 0.125 1 5838 3465 0 0.0625 1 2 interp_poly 5906 3421 0 0.125 1 5866 3282 0 0.312 1 5906 3421 0 0.125 1 2 interp_poly 68 -44 -40 -248 5878 3713 3 MP PP 5878 3713 0 0 0.688 5838 3465 0 0.0625 1 5878 3713 0 0 0.688 2 interp_poly 5838 3465 0 0.0625 1 5906 3421 0 0.125 1 5838 3465 0 0.0625 1 2 interp_poly -40 516 68 -101 5786 2919 3 MP PP 5786 2919 0 0.875 1 5854 2818 0 1 1 5786 2919 0 0.875 1 2 interp_poly 5854 2818 0 1 1 5814 3334 0 0.125 1 5854 2818 0 1 1 2 interp_poly -40 -408 68 265 5826 2961 3 MP PP 5826 2961 0 0.812 1 5894 3226 0 0.375 1 5826 2961 0 0.812 1 2 interp_poly 5894 3226 0 0.375 1 5854 2818 0 1 1 5894 3226 0 0.375 1 2 interp_poly 68 265 -40 -321 5866 3282 3 MP PP 5866 3282 0 0.312 1 5826 2961 0 0.812 1 5866 3282 0 0.312 1 2 interp_poly 5826 2961 0 0.812 1 5894 3226 0 0.375 1 5826 2961 0 0.812 1 2 interp_poly -40 397 68 -453 5866 3282 3 MP PP 5866 3282 0 0.312 1 5934 2829 0.0625 1 1 5866 3282 0 0.312 1 2 interp_poly 5934 2829 0.0625 1 1 5894 3226 0 0.375 1 5934 2829 0.0625 1 1 2 interp_poly 68 -453 -40 -139 5906 3421 3 MP PP 5906 3421 0 0.125 1 5866 3282 0 0.312 1 5906 3421 0 0.125 1 2 interp_poly 5866 3282 0 0.312 1 5934 2829 0.0625 1 1 5866 3282 0 0.312 1 2 interp_poly 68 -13 -40 1126 5930 2496 3 MP PP 5930 2496 0.938 1 0.125 5890 3622 0 0 0.938 5930 2496 0.938 1 0.125 2 interp_poly 5890 3622 0 0 0.938 5958 3609 0 0 0.938 5890 3622 0 0 0.938 2 interp_poly -40 1408 68 -295 5930 2496 3 MP PP 5930 2496 0.938 1 0.125 5998 2201 1 0.688 0 5930 2496 0.938 1 0.125 2 interp_poly 5998 2201 1 0.688 0 5958 3609 0 0 0.938 5998 2201 1 0.688 0 2 interp_poly -40 -380 68 -197 5942 3645 3 MP PP 5942 3645 0 0.0625 1 6010 3448 0 0.375 1 5942 3645 0 0.0625 1 2 interp_poly 6010 3448 0 0.375 1 5970 3068 0 1 1 6010 3448 0 0.375 1 2 interp_poly 68 -68 -40 202 5958 3609 3 MP PP 5958 3609 0 0 0.938 5918 3811 0 0 0.562 5958 3609 0 0 0.938 2 interp_poly 5918 3811 0 0 0.562 5986 3743 0 0 0.688 5918 3811 0 0 0.562 2 interp_poly -40 14 68 120 5958 3609 3 MP PP 5958 3609 0 0 0.938 6026 3729 0 0 0.75 5958 3609 0 0 0.938 2 interp_poly 6026 3729 0 0 0.75 5986 3743 0 0 0.688 6026 3729 0 0 0.75 2 interp_poly 68 -197 -40 2 5982 3643 3 MP PP 5982 3643 0 0.125 1 5942 3645 0 0.0625 1 5982 3643 0 0.125 1 2 interp_poly 5942 3645 0 0.0625 1 6010 3448 0 0.375 1 5942 3645 0 0.0625 1 2 interp_poly 68 167 -40 -380 6010 3448 3 MP PP 6010 3448 0 0.375 1 5970 3068 0 1 1 6010 3448 0 0.375 1 2 interp_poly 5970 3068 0 1 1 6038 3235 0 0.688 1 5970 3068 0 1 1 2 interp_poly -40 289 68 -484 5982 3643 3 MP PP 5982 3643 0 0.125 1 6050 3159 0 0.938 1 5982 3643 0 0.125 1 2 interp_poly 6050 3159 0 0.938 1 6010 3448 0 0.375 1 6050 3159 0 0.938 1 2 interp_poly -40 -1034 68 167 5970 3068 3 MP PP 5970 3068 0 1 1 6038 3235 0 0.688 1 5970 3068 0 1 1 2 interp_poly 6038 3235 0 0.688 1 5998 2201 1 0.688 0 6038 3235 0 0.688 1 2 interp_poly 68 -295 -40 -572 5970 3068 3 MP PP 5970 3068 0 1 1 5930 2496 0.938 1 0.125 5970 3068 0 1 1 2 interp_poly 5930 2496 0.938 1 0.125 5998 2201 1 0.688 0 5930 2496 0.938 1 0.125 2 interp_poly -40 2 67 -109 5915 3752 3 MP PP 5915 3752 0 0 0.938 5982 3643 0 0.125 1 5915 3752 0 0 0.938 2 interp_poly 5982 3643 0 0.125 1 5942 3645 0 0.0625 1 5982 3643 0 0.125 1 2 interp_poly -40 1126 68 -120 5862 2616 3 MP PP 5862 2616 0.75 1 0.312 5930 2496 0.938 1 0.125 5862 2616 0.75 1 0.312 2 interp_poly 5930 2496 0.938 1 0.125 5890 3622 0 0 0.938 5930 2496 0.938 1 0.125 2 interp_poly 68 -142 -40 -435 5942 3645 3 MP PP 5942 3645 0 0.0625 1 5902 3210 0 0.75 1 5942 3645 0 0.0625 1 2 interp_poly 5902 3210 0 0.75 1 5970 3068 0 1 1 5902 3210 0 0.75 1 2 interp_poly -40 -572 68 -142 5902 3210 3 MP PP 5902 3210 0 0.75 1 5970 3068 0 1 1 5902 3210 0 0.75 1 2 interp_poly 5970 3068 0 1 1 5930 2496 0.938 1 0.125 5970 3068 0 1 1 2 interp_poly -40 100 68 166 5706 3199 3 MP PP 5706 3199 0 0.312 1 5774 3365 0 0 1 5706 3199 0 0.312 1 2 interp_poly 5774 3365 0 0 1 5734 3465 0 0 0.812 5774 3365 0 0 1 2 interp_poly 68 166 -40 -327 5746 3526 3 MP PP 5746 3526 0 0 0.812 5706 3199 0 0.312 1 5746 3526 0 0 0.812 2 interp_poly 5706 3199 0 0.312 1 5774 3365 0 0 1 5706 3199 0 0.312 1 2 interp_poly -40 31 68 -192 5746 3526 3 MP PP 5746 3526 0 0 0.812 5814 3334 0 0.125 1 5746 3526 0 0 0.812 2 interp_poly 5814 3334 0 0.125 1 5774 3365 0 0 1 5814 3334 0 0.125 1 2 interp_poly 68 -192 -40 607 5786 2919 3 MP PP 5786 2919 0 0.875 1 5746 3526 0 0 0.812 5786 2919 0 0.875 1 2 interp_poly 5746 3526 0 0 0.812 5814 3334 0 0.125 1 5746 3526 0 0 0.812 2 interp_poly -40 -185 68 94 5770 3371 3 MP PP 5770 3371 0 0.25 1 5838 3465 0 0.0625 1 5770 3371 0 0.25 1 2 interp_poly 5838 3465 0 0.0625 1 5798 3280 0 0.375 1 5838 3465 0 0.0625 1 2 interp_poly 68 94 -40 -408 5810 3779 3 MP PP 5810 3779 0 0 0.625 5770 3371 0 0.25 1 5810 3779 0 0 0.625 2 interp_poly 5770 3371 0 0.25 1 5838 3465 0 0.0625 1 5770 3371 0 0.25 1 2 interp_poly -40 -321 68 2 5798 3280 3 MP PP 5798 3280 0 0.375 1 5866 3282 0 0.312 1 5798 3280 0 0.375 1 2 interp_poly 5866 3282 0 0.312 1 5826 2961 0 0.812 1 5866 3282 0 0.312 1 2 interp_poly 68 2 -40 -185 5838 3465 3 MP PP 5838 3465 0 0.0625 1 5798 3280 0 0.375 1 5838 3465 0 0.0625 1 2 interp_poly 5798 3280 0 0.375 1 5866 3282 0 0.312 1 5798 3280 0 0.375 1 2 interp_poly -40 -248 68 -66 5810 3779 3 MP PP 5810 3779 0 0 0.625 5878 3713 0 0 0.688 5810 3779 0 0 0.625 2 interp_poly 5878 3713 0 0 0.688 5838 3465 0 0.0625 1 5878 3713 0 0 0.688 2 interp_poly 68 1 -40 1005 5862 2616 3 MP PP 5862 2616 0.75 1 0.312 5822 3621 0 0 1 5862 2616 0.75 1 0.312 2 interp_poly 5822 3621 0 0 1 5890 3622 0 0 0.938 5822 3621 0 0 1 2 interp_poly -40 -594 67 -388 5835 3598 3 MP PP 5835 3598 0 0.125 1 5902 3210 0 0.75 1 5835 3598 0 0.125 1 2 interp_poly 5902 3210 0 0.75 1 5862 2616 0.75 1 0.312 5902 3210 0 0.75 1 2 interp_poly 67 -388 -40 403 5875 3195 3 MP PP 5875 3195 0 0.875 1 5835 3598 0 0.125 1 5875 3195 0 0.875 1 2 interp_poly 5835 3598 0 0.125 1 5902 3210 0 0.75 1 5835 3598 0 0.125 1 2 interp_poly 67 450 -40 -557 5915 3752 3 MP PP 5915 3752 0 0 0.938 5875 3195 0 0.875 1 5915 3752 0 0 0.938 2 interp_poly 5875 3195 0 0.875 1 5942 3645 0 0.0625 1 5875 3195 0 0.875 1 2 interp_poly -40 -435 67 450 5875 3195 3 MP PP 5875 3195 0 0.875 1 5942 3645 0 0.0625 1 5875 3195 0 0.875 1 2 interp_poly 5942 3645 0 0.0625 1 5902 3210 0 0.75 1 5942 3645 0 0.0625 1 2 interp_poly 68 -120 -40 -594 5902 3210 3 MP PP 5902 3210 0 0.75 1 5862 2616 0.75 1 0.312 5902 3210 0 0.75 1 2 interp_poly 5862 2616 0.75 1 0.312 5930 2496 0.938 1 0.125 5862 2616 0.75 1 0.312 2 interp_poly 68 -66 -40 17 5850 3762 3 MP PP 5850 3762 0 0 0.688 5810 3779 0 0 0.625 5850 3762 0 0 0.688 2 interp_poly 5810 3779 0 0 0.625 5878 3713 0 0 0.688 5810 3779 0 0 0.625 2 interp_poly -40 -98 68 49 5850 3762 3 MP PP 5850 3762 0 0 0.688 5918 3811 0 0 0.562 5850 3762 0 0 0.688 2 interp_poly 5918 3811 0 0 0.562 5878 3713 0 0 0.688 5918 3811 0 0 0.562 2 interp_poly 68 49 -40 140 5890 3622 3 MP PP 5890 3622 0 0 0.938 5850 3762 0 0 0.688 5890 3622 0 0 0.938 2 interp_poly 5850 3762 0 0 0.688 5918 3811 0 0 0.562 5850 3762 0 0 0.688 2 interp_poly -40 17 68 -54 5782 3816 3 MP PP 5782 3816 0 0 0.625 5850 3762 0 0 0.688 5782 3816 0 0 0.625 2 interp_poly 5850 3762 0 0 0.688 5810 3779 0 0 0.625 5850 3762 0 0 0.688 2 interp_poly -40 -408 68 -32 5742 3811 3 MP PP 5742 3811 0 0 0.562 5810 3779 0 0 0.625 5742 3811 0 0 0.562 2 interp_poly 5810 3779 0 0 0.625 5770 3371 0 0.25 1 5810 3779 0 0 0.625 2 interp_poly 68 -32 -40 -5 5782 3816 3 MP PP 5782 3816 0 0 0.625 5742 3811 0 0 0.562 5782 3816 0 0 0.625 2 interp_poly 5742 3811 0 0 0.562 5810 3779 0 0 0.625 5742 3811 0 0 0.562 2 interp_poly 68 -54 -40 195 5822 3621 3 MP PP 5822 3621 0 0 1 5782 3816 0 0 0.625 5822 3621 0 0 1 2 interp_poly 5782 3816 0 0 0.625 5850 3762 0 0 0.688 5782 3816 0 0 0.625 2 interp_poly -40 140 68 1 5822 3621 3 MP PP 5822 3621 0 0 1 5890 3622 0 0 0.938 5822 3621 0 0 1 2 interp_poly 5890 3622 0 0 0.938 5850 3762 0 0 0.688 5890 3622 0 0 0.938 2 interp_poly -40 -557 68 -19 5847 3771 3 MP PP 5847 3771 0 0 0.938 5915 3752 0 0 0.938 5847 3771 0 0 0.938 2 interp_poly 5915 3752 0 0 0.938 5875 3195 0 0.875 1 5915 3752 0 0 0.938 2 interp_poly -40 -247 68 103 5598 3168 3 MP PP 5598 3168 0 0.375 1 5666 3271 0 0.125 1 5598 3168 0 0.375 1 2 interp_poly 5666 3271 0 0.125 1 5626 3024 0 0.5 1 5666 3271 0 0.125 1 2 interp_poly 68 103 -40 -90 5638 3258 3 MP PP 5638 3258 0 0.25 1 5598 3168 0 0.375 1 5638 3258 0 0.25 1 2 interp_poly 5598 3168 0 0.375 1 5666 3271 0 0.125 1 5598 3168 0 0.375 1 2 interp_poly -40 -90 68 27 5570 3231 3 MP PP 5570 3231 0 0.312 1 5638 3258 0 0.25 1 5570 3231 0 0.312 1 2 interp_poly 5638 3258 0 0.25 1 5598 3168 0 0.375 1 5638 3258 0 0.25 1 2 interp_poly 68 27 -40 -342 5610 3573 3 MP PP 5610 3573 0 0 0.75 5570 3231 0 0.312 1 5610 3573 0 0 0.75 2 interp_poly 5570 3231 0 0.312 1 5638 3258 0 0.25 1 5570 3231 0 0.312 1 2 interp_poly -40 -119 68 -196 5610 3573 3 MP PP 5610 3573 0 0 0.75 5678 3377 0 0.0625 1 5610 3573 0 0 0.75 2 interp_poly 5678 3377 0 0.0625 1 5638 3258 0 0.25 1 5678 3377 0 0.0625 1 2 interp_poly 68 61 -40 -247 5666 3271 3 MP PP 5666 3271 0 0.125 1 5626 3024 0 0.5 1 5666 3271 0 0.125 1 2 interp_poly 5626 3024 0 0.5 1 5694 3085 0 0.375 1 5626 3024 0 0.5 1 2 interp_poly -40 -380 68 194 5666 3271 3 MP PP 5666 3271 0 0.125 1 5734 3465 0 0 0.812 5666 3271 0 0.125 1 2 interp_poly 5734 3465 0 0 0.812 5694 3085 0 0.375 1 5734 3465 0 0 0.812 2 interp_poly -40 72 68 -59 5638 3258 3 MP PP 5638 3258 0 0.25 1 5706 3199 0 0.312 1 5638 3258 0 0.25 1 2 interp_poly 5706 3199 0 0.312 1 5666 3271 0 0.125 1 5706 3199 0 0.312 1 2 interp_poly 68 194 -40 72 5706 3199 3 MP PP 5706 3199 0 0.312 1 5666 3271 0 0.125 1 5706 3199 0 0.312 1 2 interp_poly 5666 3271 0 0.125 1 5734 3465 0 0 0.812 5666 3271 0 0.125 1 2 interp_poly 68 -59 -40 -119 5678 3377 3 MP PP 5678 3377 0 0.0625 1 5638 3258 0 0.25 1 5678 3377 0 0.0625 1 2 interp_poly 5638 3258 0 0.25 1 5706 3199 0 0.312 1 5638 3258 0 0.25 1 2 interp_poly 68 -196 -40 504 5650 3069 3 MP PP 5650 3069 0 0.688 1 5610 3573 0 0 0.75 5650 3069 0 0.688 1 2 interp_poly 5610 3573 0 0 0.75 5678 3377 0 0.0625 1 5610 3573 0 0 0.75 2 interp_poly -40 -420 68 61 5626 3024 3 MP PP 5626 3024 0 0.5 1 5694 3085 0 0.375 1 5626 3024 0 0.5 1 2 interp_poly 5694 3085 0 0.375 1 5654 2665 0.0625 1 1 5694 3085 0 0.375 1 2 interp_poly -40 307 68 1 5650 3069 3 MP PP 5650 3069 0 0.688 1 5718 3070 0 0.625 1 5650 3069 0 0.688 1 2 interp_poly 5718 3070 0 0.625 1 5678 3377 0 0.0625 1 5718 3070 0 0.625 1 2 interp_poly 68 1 -40 223 5690 2846 3 MP PP 5690 2846 0.0625 1 1 5650 3069 0 0.688 1 5690 2846 0.0625 1 1 2 interp_poly 5650 3069 0 0.688 1 5718 3070 0 0.625 1 5650 3069 0 0.688 1 2 interp_poly -40 -327 68 149 5678 3377 3 MP PP 5678 3377 0 0.0625 1 5746 3526 0 0 0.812 5678 3377 0 0.0625 1 2 interp_poly 5746 3526 0 0 0.812 5706 3199 0 0.312 1 5746 3526 0 0 0.812 2 interp_poly 68 149 -40 307 5718 3070 3 MP PP 5718 3070 0 0.625 1 5678 3377 0 0.0625 1 5718 3070 0 0.625 1 2 interp_poly 5678 3377 0 0.0625 1 5746 3526 0 0 0.812 5678 3377 0 0.0625 1 2 interp_poly -40 -649 68 199 5662 3296 3 MP PP 5662 3296 0 0.375 1 5730 3495 0 0 1 5662 3296 0 0.375 1 2 interp_poly 5730 3495 0 0 1 5690 2846 0.0625 1 1 5730 3495 0 0 1 2 interp_poly -40 607 68 -151 5718 3070 3 MP PP 5718 3070 0 0.625 1 5786 2919 0 0.875 1 5718 3070 0 0.625 1 2 interp_poly 5786 2919 0 0.875 1 5746 3526 0 0 0.812 5786 2919 0 0.875 1 2 interp_poly 68 -151 -40 -92 5758 3162 3 MP PP 5758 3162 0 0.5 1 5718 3070 0 0.625 1 5758 3162 0 0.5 1 2 interp_poly 5718 3070 0 0.625 1 5786 2919 0 0.875 1 5718 3070 0 0.625 1 2 interp_poly -40 -92 68 316 5690 2846 3 MP PP 5690 2846 0.0625 1 1 5758 3162 0 0.5 1 5690 2846 0.0625 1 1 2 interp_poly 5758 3162 0 0.5 1 5718 3070 0 0.625 1 5758 3162 0 0.5 1 2 interp_poly 68 316 -40 -649 5730 3495 3 MP PP 5730 3495 0 0 1 5690 2846 0.0625 1 1 5730 3495 0 0 1 2 interp_poly 5690 2846 0.0625 1 1 5758 3162 0 0.5 1 5690 2846 0.0625 1 1 2 interp_poly -40 -118 68 -215 5730 3495 3 MP PP 5730 3495 0 0 1 5798 3280 0 0.375 1 5730 3495 0 0 1 2 interp_poly 5798 3280 0 0.375 1 5758 3162 0 0.5 1 5798 3280 0 0.375 1 2 interp_poly 68 -215 -40 124 5770 3371 3 MP PP 5770 3371 0 0.25 1 5730 3495 0 0 1 5770 3371 0 0.25 1 2 interp_poly 5730 3495 0 0 1 5798 3280 0 0.375 1 5730 3495 0 0 1 2 interp_poly -40 124 68 127 5702 3244 3 MP PP 5702 3244 0 0.5 1 5770 3371 0 0.25 1 5702 3244 0 0.5 1 2 interp_poly 5770 3371 0 0.25 1 5730 3495 0 0 1 5770 3371 0 0.25 1 2 interp_poly 68 199 -40 52 5702 3244 3 MP PP 5702 3244 0 0.5 1 5662 3296 0 0.375 1 5702 3244 0 0.5 1 2 interp_poly 5662 3296 0 0.375 1 5730 3495 0 0 1 5662 3296 0 0.375 1 2 interp_poly 68 127 -40 -567 5742 3811 3 MP PP 5742 3811 0 0 0.562 5702 3244 0 0.5 1 5742 3811 0 0 0.562 2 interp_poly 5702 3244 0 0.5 1 5770 3371 0 0.25 1 5702 3244 0 0.5 1 2 interp_poly -40 -42 68 -201 5758 3162 3 MP PP 5758 3162 0 0.5 1 5826 2961 0 0.812 1 5758 3162 0 0.5 1 2 interp_poly 5826 2961 0 0.812 1 5786 2919 0 0.875 1 5826 2961 0 0.812 1 2 interp_poly 68 -201 -40 -118 5798 3280 3 MP PP 5798 3280 0 0.375 1 5758 3162 0 0.5 1 5798 3280 0 0.375 1 2 interp_poly 5758 3162 0 0.5 1 5826 2961 0 0.812 1 5758 3162 0 0.5 1 2 interp_poly 67 122 -40 534 5795 2965 3 MP PP 5795 2965 0.188 1 0.875 5755 3499 0 0.25 1 5795 2965 0.188 1 0.875 2 interp_poly 5755 3499 0 0.25 1 5822 3621 0 0 1 5755 3499 0 0.25 1 2 interp_poly -40 -567 68 -25 5674 3836 3 MP PP 5674 3836 0 0 0.562 5742 3811 0 0 0.562 5674 3836 0 0 0.562 2 interp_poly 5742 3811 0 0 0.562 5702 3244 0 0.5 1 5742 3811 0 0 0.562 2 interp_poly -40 -5 68 19 5714 3797 3 MP PP 5714 3797 0 0 0.688 5782 3816 0 0 0.625 5714 3797 0 0 0.688 2 interp_poly 5782 3816 0 0 0.625 5742 3811 0 0 0.562 5782 3816 0 0 0.625 2 interp_poly 68 19 -41 298 5755 3499 3 MP PP 5755 3499 0 0.25 1 5714 3797 0 0 0.688 5755 3499 0 0.25 1 2 interp_poly 5714 3797 0 0 0.688 5782 3816 0 0 0.625 5714 3797 0 0 0.688 2 interp_poly -40 195 67 122 5755 3499 3 MP PP 5755 3499 0 0.25 1 5822 3621 0 0 1 5755 3499 0 0.25 1 2 interp_poly 5822 3621 0 0 1 5782 3816 0 0 0.625 5822 3621 0 0 1 2 interp_poly 68 -101 -40 -42 5826 2961 3 MP PP 5826 2961 0 0.812 1 5786 2919 0 0.875 1 5826 2961 0 0.812 1 2 interp_poly 5786 2919 0 0.875 1 5854 2818 0 1 1 5786 2919 0 0.875 1 2 interp_poly -40 1005 67 -349 5795 2965 3 MP PP 5795 2965 0.188 1 0.875 5862 2616 0.75 1 0.312 5795 2965 0.188 1 0.875 2 interp_poly 5862 2616 0.75 1 0.312 5822 3621 0 0 1 5862 2616 0.75 1 0.312 2 interp_poly -40 -633 68 -286 5767 3884 3 MP PP 5767 3884 0 0 0.688 5835 3598 0 0.125 1 5767 3884 0 0 0.688 2 interp_poly 5835 3598 0 0.125 1 5795 2965 0.188 1 0.875 5835 3598 0 0.125 1 2 interp_poly 68 -286 -40 490 5807 3394 3 MP PP 5807 3394 0 0.562 1 5767 3884 0 0 0.688 5807 3394 0 0.562 1 2 interp_poly 5767 3884 0 0 0.688 5835 3598 0 0.125 1 5767 3884 0 0 0.688 2 interp_poly 67 -349 -40 -633 5835 3598 3 MP PP 5835 3598 0 0.125 1 5795 2965 0.188 1 0.875 5835 3598 0 0.125 1 2 interp_poly 5795 2965 0.188 1 0.875 5862 2616 0.75 1 0.312 5795 2965 0.188 1 0.875 2 interp_poly -40 403 68 -199 5807 3394 3 MP PP 5807 3394 0 0.562 1 5875 3195 0 0.875 1 5807 3394 0 0.562 1 2 interp_poly 5875 3195 0 0.875 1 5835 3598 0 0.125 1 5875 3195 0 0.875 1 2 interp_poly 68 -199 -40 -377 5847 3771 3 MP PP 5847 3771 0 0 0.938 5807 3394 0 0.562 1 5847 3771 0 0 0.938 2 interp_poly 5807 3394 0 0.562 1 5875 3195 0 0.875 1 5807 3394 0 0.562 1 2 interp_poly -40 -342 68 1 5542 3572 3 MP PP 5542 3572 0 0 0.812 5610 3573 0 0 0.75 5542 3572 0 0 0.812 2 interp_poly 5610 3573 0 0 0.75 5570 3231 0 0.312 1 5610 3573 0 0 0.75 2 interp_poly -40 513 68 -48 5466 3005 3 MP PP 5466 3005 0 0.375 1 5534 2957 0 0.438 1 5466 3005 0 0.375 1 2 interp_poly 5534 2957 0 0.438 1 5494 3470 0 0 0.562 5534 2957 0 0.438 1 2 interp_poly -40 -162 68 84 5502 3147 3 MP PP 5502 3147 0 0.438 1 5570 3231 0 0.312 1 5502 3147 0 0.438 1 2 interp_poly 5570 3231 0 0.312 1 5530 3069 0 0.562 1 5570 3231 0 0.312 1 2 interp_poly 68 84 -40 -425 5542 3572 3 MP PP 5542 3572 0 0 0.812 5502 3147 0 0.438 1 5542 3572 0 0 0.812 2 interp_poly 5502 3147 0 0.438 1 5570 3231 0 0.312 1 5502 3147 0 0.438 1 2 interp_poly -40 -113 68 259 5506 2811 3 MP PP 5506 2811 0 0.75 1 5574 3070 0 0.312 1 5506 2811 0 0.75 1 2 interp_poly 5574 3070 0 0.312 1 5534 2957 0 0.438 1 5574 3070 0 0.312 1 2 interp_poly 68 259 -40 144 5546 2667 3 MP PP 5546 2667 0.0625 1 1 5506 2811 0 0.75 1 5546 2667 0.0625 1 1 2 interp_poly 5506 2811 0 0.75 1 5574 3070 0 0.312 1 5506 2811 0 0.75 1 2 interp_poly -40 144 68 882 5478 1785 3 MP PP 5478 1785 1 0.5 0 5546 2667 0.0625 1 1 5478 1785 1 0.5 0 2 interp_poly 5546 2667 0.0625 1 1 5506 2811 0 0.75 1 5546 2667 0.0625 1 1 2 interp_poly 68 882 -40 -758 5518 2543 3 MP PP 5518 2543 0.312 1 0.75 5478 1785 1 0.5 0 5518 2543 0.312 1 0.75 2 interp_poly 5478 1785 1 0.5 0 5546 2667 0.0625 1 1 5478 1785 1 0.5 0 2 interp_poly -40 -23 68 147 5518 2543 3 MP PP 5518 2543 0.312 1 0.75 5586 2690 0.0625 1 1 5518 2543 0.312 1 0.75 2 interp_poly 5586 2690 0.0625 1 1 5546 2667 0.0625 1 1 5586 2690 0.0625 1 1 2 interp_poly -40 280 68 123 5546 2667 3 MP PP 5546 2667 0.0625 1 1 5614 2790 0 0.812 1 5546 2667 0.0625 1 1 2 interp_poly 5614 2790 0 0.812 1 5574 3070 0 0.312 1 5614 2790 0 0.812 1 2 interp_poly 68 123 -40 -23 5586 2690 3 MP PP 5586 2690 0.0625 1 1 5546 2667 0.0625 1 1 5586 2690 0.0625 1 1 2 interp_poly 5546 2667 0.0625 1 1 5614 2790 0 0.812 1 5546 2667 0.0625 1 1 2 interp_poly 68 147 -40 -481 5558 3024 3 MP PP 5558 3024 0 0.562 1 5518 2543 0.312 1 0.75 5558 3024 0 0.562 1 2 interp_poly 5518 2543 0.312 1 0.75 5586 2690 0.0625 1 1 5518 2543 0.312 1 0.75 2 interp_poly -40 -144 68 99 5530 3069 3 MP PP 5530 3069 0 0.562 1 5598 3168 0 0.375 1 5530 3069 0 0.562 1 2 interp_poly 5598 3168 0 0.375 1 5558 3024 0 0.562 1 5598 3168 0 0.375 1 2 interp_poly 68 99 -40 -162 5570 3231 3 MP PP 5570 3231 0 0.312 1 5530 3069 0 0.562 1 5570 3231 0 0.312 1 2 interp_poly 5530 3069 0 0.562 1 5598 3168 0 0.375 1 5530 3069 0 0.562 1 2 interp_poly -40 -334 68 0 5558 3024 3 MP PP 5558 3024 0 0.562 1 5626 3024 0 0.5 1 5558 3024 0 0.562 1 2 interp_poly 5626 3024 0 0.5 1 5586 2690 0.0625 1 1 5626 3024 0 0.5 1 2 interp_poly 68 0 -40 -144 5598 3168 3 MP PP 5598 3168 0 0.375 1 5558 3024 0 0.562 1 5598 3168 0 0.375 1 2 interp_poly 5558 3024 0 0.562 1 5626 3024 0 0.5 1 5558 3024 0 0.562 1 2 interp_poly 68 1 -40 973 5582 2599 3 MP PP 5582 2599 0.5 1 0.562 5542 3572 0 0 0.812 5582 2599 0.5 1 0.562 2 interp_poly 5542 3572 0 0 0.812 5610 3573 0 0 0.75 5542 3572 0 0 0.812 2 interp_poly -40 125 68 -25 5586 2690 3 MP PP 5586 2690 0.0625 1 1 5654 2665 0.0625 1 1 5586 2690 0.0625 1 1 2 interp_poly 5654 2665 0.0625 1 1 5614 2790 0 0.812 1 5654 2665 0.0625 1 1 2 interp_poly 68 -25 -40 -334 5626 3024 3 MP PP 5626 3024 0 0.5 1 5586 2690 0.0625 1 1 5626 3024 0 0.5 1 2 interp_poly 5586 2690 0.0625 1 1 5654 2665 0.0625 1 1 5586 2690 0.0625 1 1 2 interp_poly -40 504 68 470 5582 2599 3 MP PP 5582 2599 0.5 1 0.562 5650 3069 0 0.688 1 5582 2599 0.5 1 0.562 2 interp_poly 5650 3069 0 0.688 1 5610 3573 0 0 0.75 5650 3069 0 0.688 1 2 interp_poly 68 470 -40 -201 5622 2800 3 MP PP 5622 2800 0.188 1 0.875 5582 2599 0.5 1 0.562 5622 2800 0.188 1 0.875 2 interp_poly 5582 2599 0.5 1 0.562 5650 3069 0 0.688 1 5582 2599 0.5 1 0.562 2 interp_poly -40 -496 68 -283 5594 3579 3 MP PP 5594 3579 0 0 0.938 5662 3296 0 0.375 1 5594 3579 0 0 0.938 2 interp_poly 5662 3296 0 0.375 1 5622 2800 0.188 1 0.875 5662 3296 0 0.375 1 2 interp_poly 68 -283 -40 180 5634 3399 3 MP PP 5634 3399 0 0.25 1 5594 3579 0 0 0.938 5634 3399 0 0.25 1 2 interp_poly 5594 3579 0 0 0.938 5662 3296 0 0.375 1 5594 3579 0 0 0.938 2 interp_poly 68 -155 -40 -437 5674 3836 3 MP PP 5674 3836 0 0 0.562 5634 3399 0 0.25 1 5674 3836 0 0 0.562 2 interp_poly 5634 3399 0 0.25 1 5702 3244 0 0.5 1 5634 3399 0 0.25 1 2 interp_poly -41 298 68 -58 5687 3557 3 MP PP 5687 3557 0 0.125 1 5755 3499 0 0.25 1 5687 3557 0 0.125 1 2 interp_poly 5755 3499 0 0.25 1 5714 3797 0 0 0.688 5755 3499 0 0.25 1 2 interp_poly 68 -58 -40 172 5727 3385 3 MP PP 5727 3385 0 0.5 1 5687 3557 0 0.125 1 5727 3385 0 0.5 1 2 interp_poly 5687 3557 0 0.125 1 5755 3499 0 0.25 1 5687 3557 0 0.125 1 2 interp_poly -40 534 68 -420 5727 3385 3 MP PP 5727 3385 0 0.5 1 5795 2965 0.188 1 0.875 5727 3385 0 0.5 1 2 interp_poly 5795 2965 0.188 1 0.875 5755 3499 0 0.25 1 5795 2965 0.188 1 0.875 2 interp_poly 68 -420 -40 -499 5767 3884 3 MP PP 5767 3884 0 0 0.688 5727 3385 0 0.5 1 5767 3884 0 0 0.688 2 interp_poly 5727 3385 0 0.5 1 5795 2965 0.188 1 0.875 5727 3385 0 0.5 1 2 interp_poly -40 490 68 382 5739 3012 3 MP PP 5739 3012 0.25 1 0.812 5807 3394 0 0.562 1 5739 3012 0.25 1 0.812 2 interp_poly 5807 3394 0 0.562 1 5767 3884 0 0 0.688 5807 3394 0 0.562 1 2 interp_poly -40 -377 68 39 5779 3732 3 MP PP 5779 3732 0 0.0625 1 5847 3771 0 0 0.938 5779 3732 0 0.0625 1 2 interp_poly 5847 3771 0 0 0.938 5807 3394 0 0.562 1 5847 3771 0 0 0.938 2 interp_poly 68 382 -40 -720 5779 3732 3 MP PP 5779 3732 0 0.0625 1 5739 3012 0.25 1 0.812 5779 3732 0 0.0625 1 2 interp_poly 5739 3012 0.25 1 0.812 5807 3394 0 0.562 1 5739 3012 0.25 1 0.812 2 interp_poly -40 172 68 32 5659 3353 3 MP PP 5659 3353 0 0.562 1 5727 3385 0 0.5 1 5659 3353 0 0.562 1 2 interp_poly 5727 3385 0 0.5 1 5687 3557 0 0.125 1 5727 3385 0 0.5 1 2 interp_poly -40 -154 68 -17 5386 3443 3 MP PP 5386 3443 0 0 0.562 5454 3426 0 0 0.562 5386 3443 0 0 0.562 2 interp_poly 5454 3426 0 0 0.562 5414 3272 0 0 0.812 5454 3426 0 0 0.562 2 interp_poly 68 -17 -40 -26 5426 3469 3 MP PP 5426 3469 0 0 0.562 5386 3443 0 0 0.562 5426 3469 0 0 0.562 2 interp_poly 5386 3443 0 0 0.562 5454 3426 0 0 0.562 5386 3443 0 0 0.562 2 interp_poly -40 -44 68 1 5426 3469 3 MP PP 5426 3469 0 0 0.562 5494 3470 0 0 0.562 5426 3469 0 0 0.562 2 interp_poly 5494 3470 0 0 0.562 5454 3426 0 0 0.562 5494 3470 0 0 0.562 2 interp_poly 68 1 -40 464 5466 3005 3 MP PP 5466 3005 0 0.375 1 5426 3469 0 0 0.562 5466 3005 0 0.375 1 2 interp_poly 5426 3469 0 0 0.562 5494 3470 0 0 0.562 5426 3469 0 0 0.562 2 interp_poly -40 -425 68 149 5474 3423 3 MP PP 5474 3423 0 0.0625 1 5542 3572 0 0 0.812 5474 3423 0 0.0625 1 2 interp_poly 5542 3572 0 0 0.812 5502 3147 0 0.438 1 5542 3572 0 0 0.812 2 interp_poly -40 -123 68 116 5226 3124 3 MP PP 5226 3124 0 0 0.938 5294 3240 0 0 0.75 5226 3124 0 0 0.938 2 interp_poly 5294 3240 0 0 0.75 5254 3117 0 0 0.875 5294 3240 0 0 0.75 2 interp_poly -40 -518 68 78 5186 3039 3 MP PP 5186 3039 0 0.0625 1 5254 3117 0 0 0.875 5186 3039 0 0.0625 1 2 interp_poly 5254 3117 0 0 0.875 5214 2599 0 0.75 1 5254 3117 0 0 0.875 2 interp_poly 68 78 -40 -85 5226 3124 3 MP PP 5226 3124 0 0 0.938 5186 3039 0 0.0625 1 5226 3124 0 0 0.938 2 interp_poly 5186 3039 0 0.0625 1 5254 3117 0 0 0.875 5186 3039 0 0.0625 1 2 interp_poly 68 116 -40 744 5266 2380 3 MP PP 5266 2380 0.25 1 0.812 5226 3124 0 0 0.938 5266 2380 0.25 1 0.812 2 interp_poly 5226 3124 0 0 0.938 5294 3240 0 0 0.75 5226 3124 0 0 0.938 2 interp_poly -40 519 68 341 5266 2380 3 MP PP 5266 2380 0.25 1 0.812 5334 2721 0 0.625 1 5266 2380 0.25 1 0.812 2 interp_poly 5334 2721 0 0.625 1 5294 3240 0 0 0.75 5334 2721 0 0.625 1 2 interp_poly -40 -997 68 22 5238 3355 3 MP PP 5238 3355 0 0 0.688 5306 3377 0 0 0.625 5238 3355 0 0 0.688 2 interp_poly 5306 3377 0 0 0.625 5266 2380 0.25 1 0.812 5306 3377 0 0 0.625 2 interp_poly 68 22 -40 107 5278 3248 3 MP PP 5278 3248 0 0 0.875 5238 3355 0 0 0.688 5278 3248 0 0 0.875 2 interp_poly 5238 3355 0 0 0.688 5306 3377 0 0 0.625 5238 3355 0 0 0.688 2 interp_poly 68 341 -40 -997 5306 3377 3 MP PP 5306 3377 0 0 0.625 5266 2380 0.25 1 0.812 5306 3377 0 0 0.625 2 interp_poly 5266 2380 0.25 1 0.812 5334 2721 0 0.625 1 5266 2380 0.25 1 0.812 2 interp_poly -40 -613 68 -43 5306 3377 3 MP PP 5306 3377 0 0 0.625 5374 3334 0 0 0.625 5306 3377 0 0 0.625 2 interp_poly 5374 3334 0 0 0.625 5334 2721 0 0.625 1 5374 3334 0 0 0.625 2 interp_poly -40 170 68 -41 5278 3248 3 MP PP 5278 3248 0 0 0.875 5346 3207 0 0 0.938 5278 3248 0 0 0.875 2 interp_poly 5346 3207 0 0 0.938 5306 3377 0 0 0.625 5346 3207 0 0 0.938 2 interp_poly 68 -43 -40 170 5346 3207 3 MP PP 5346 3207 0 0 0.938 5306 3377 0 0 0.625 5346 3207 0 0 0.938 2 interp_poly 5306 3377 0 0 0.625 5374 3334 0 0 0.625 5306 3377 0 0 0.625 2 interp_poly 68 -41 -40 -212 5318 3460 3 MP PP 5318 3460 0 0 0.562 5278 3248 0 0 0.875 5318 3460 0 0 0.562 2 interp_poly 5278 3248 0 0 0.875 5346 3207 0 0 0.938 5278 3248 0 0 0.875 2 interp_poly -40 -236 68 -17 5318 3460 3 MP PP 5318 3460 0 0 0.562 5386 3443 0 0 0.562 5318 3460 0 0 0.562 2 interp_poly 5386 3443 0 0 0.562 5346 3207 0 0 0.938 5386 3443 0 0 0.562 2 interp_poly -40 62 68 65 5346 3207 3 MP PP 5346 3207 0 0 0.938 5414 3272 0 0 0.812 5346 3207 0 0 0.938 2 interp_poly 5414 3272 0 0 0.812 5374 3334 0 0 0.625 5414 3272 0 0 0.812 2 interp_poly 68 65 -40 -236 5386 3443 3 MP PP 5386 3443 0 0 0.562 5346 3207 0 0 0.938 5386 3443 0 0 0.562 2 interp_poly 5346 3207 0 0 0.938 5414 3272 0 0 0.812 5346 3207 0 0 0.938 2 interp_poly -40 254 68 -244 5330 3342 3 MP PP 5330 3342 0 0 0.875 5398 3098 0 0.25 1 5330 3342 0 0 0.875 2 interp_poly 5398 3098 0 0.25 1 5358 3352 0 0 0.812 5398 3098 0 0.25 1 2 interp_poly 68 -244 -40 810 5370 2532 3 MP PP 5370 2532 0.312 1 0.75 5330 3342 0 0 0.875 5370 2532 0.312 1 0.75 2 interp_poly 5330 3342 0 0 0.875 5398 3098 0 0.25 1 5330 3342 0 0 0.875 2 interp_poly 68 117 -40 254 5398 3098 3 MP PP 5398 3098 0 0.25 1 5358 3352 0 0 0.812 5398 3098 0 0.25 1 2 interp_poly 5358 3352 0 0 0.812 5426 3469 0 0 0.562 5358 3352 0 0 0.812 2 interp_poly -40 559 68 7 5370 2532 3 MP PP 5370 2532 0.312 1 0.75 5438 2539 0.25 1 0.812 5370 2532 0.312 1 0.75 2 interp_poly 5438 2539 0.25 1 0.812 5398 3098 0 0.25 1 5438 2539 0.25 1 0.812 2 interp_poly 68 7 -40 505 5410 2027 3 MP PP 5410 2027 1 0.875 0 5370 2532 0.312 1 0.75 5410 2027 1 0.875 0 2 interp_poly 5370 2532 0.312 1 0.75 5438 2539 0.25 1 0.812 5370 2532 0.312 1 0.75 2 interp_poly -40 464 68 -93 5398 3098 3 MP PP 5398 3098 0 0.25 1 5466 3005 0 0.375 1 5398 3098 0 0.25 1 2 interp_poly 5466 3005 0 0.375 1 5426 3469 0 0 0.562 5466 3005 0 0.375 1 2 interp_poly 68 -93 -40 559 5438 2539 3 MP PP 5438 2539 0.25 1 0.812 5398 3098 0 0.25 1 5438 2539 0.25 1 0.812 2 interp_poly 5398 3098 0 0.25 1 5466 3005 0 0.375 1 5398 3098 0 0.25 1 2 interp_poly -40 -1147 68 -203 5382 3377 3 MP PP 5382 3377 0 0 0.938 5450 3174 0 0.25 1 5382 3377 0 0 0.938 2 interp_poly 5450 3174 0 0.25 1 5410 2027 1 0.875 0 5450 3174 0 0.25 1 2 interp_poly -40 754 68 -242 5410 2027 3 MP PP 5410 2027 1 0.875 0 5478 1785 1 0.5 0 5410 2027 1 0.875 0 2 interp_poly 5478 1785 1 0.5 0 5438 2539 0.25 1 0.812 5478 1785 1 0.5 0 2 interp_poly -40 194 68 272 5438 2539 3 MP PP 5438 2539 0.25 1 0.812 5506 2811 0 0.75 1 5438 2539 0.25 1 0.812 2 interp_poly 5506 2811 0 0.75 1 5466 3005 0 0.375 1 5506 2811 0 0.75 1 2 interp_poly 68 272 -40 754 5478 1785 3 MP PP 5478 1785 1 0.5 0 5438 2539 0.25 1 0.812 5478 1785 1 0.5 0 2 interp_poly 5438 2539 0.25 1 0.812 5506 2811 0 0.75 1 5438 2539 0.25 1 0.812 2 interp_poly 68 -242 -40 -1147 5450 3174 3 MP PP 5450 3174 0 0.25 1 5410 2027 1 0.875 0 5450 3174 0 0.25 1 2 interp_poly 5410 2027 1 0.875 0 5478 1785 1 0.5 0 5410 2027 1 0.875 0 2 interp_poly 68 -48 -40 194 5506 2811 3 MP PP 5506 2811 0 0.75 1 5466 3005 0 0.375 1 5506 2811 0 0.75 1 2 interp_poly 5466 3005 0 0.375 1 5534 2957 0 0.438 1 5466 3005 0 0.375 1 2 interp_poly -40 -758 68 -631 5450 3174 3 MP PP 5450 3174 0 0.25 1 5518 2543 0.312 1 0.75 5450 3174 0 0.25 1 2 interp_poly 5518 2543 0.312 1 0.75 5478 1785 1 0.5 0 5518 2543 0.312 1 0.75 2 interp_poly 68 -631 -40 234 5490 2940 3 MP PP 5490 2940 0 0.688 1 5450 3174 0 0.25 1 5490 2940 0 0.688 1 2 interp_poly 5450 3174 0 0.25 1 5518 2543 0.312 1 0.75 5450 3174 0 0.25 1 2 interp_poly -40 234 68 -70 5422 3010 3 MP PP 5422 3010 0 0.625 1 5490 2940 0 0.688 1 5422 3010 0 0.625 1 2 interp_poly 5490 2940 0 0.688 1 5450 3174 0 0.25 1 5490 2940 0 0.688 1 2 interp_poly 68 -70 -40 -209 5462 3219 3 MP PP 5462 3219 0 0.312 1 5422 3010 0 0.625 1 5462 3219 0 0.312 1 2 interp_poly 5422 3010 0 0.625 1 5490 2940 0 0.688 1 5422 3010 0 0.625 1 2 interp_poly -40 -129 68 -150 5462 3219 3 MP PP 5462 3219 0 0.312 1 5530 3069 0 0.562 1 5462 3219 0 0.312 1 2 interp_poly 5530 3069 0 0.562 1 5490 2940 0 0.688 1 5530 3069 0 0.562 1 2 interp_poly 68 -150 -40 72 5502 3147 3 MP PP 5502 3147 0 0.438 1 5462 3219 0 0.312 1 5502 3147 0 0.438 1 2 interp_poly 5462 3219 0 0.312 1 5530 3069 0 0.562 1 5462 3219 0 0.312 1 2 interp_poly -40 72 68 373 5434 2774 3 MP PP 5434 2774 0.125 1 0.938 5502 3147 0 0.438 1 5434 2774 0.125 1 0.938 2 interp_poly 5502 3147 0 0.438 1 5462 3219 0 0.312 1 5502 3147 0 0.438 1 2 interp_poly 68 -203 -40 367 5422 3010 3 MP PP 5422 3010 0 0.625 1 5382 3377 0 0 0.938 5422 3010 0 0.625 1 2 interp_poly 5382 3377 0 0 0.938 5450 3174 0 0.25 1 5382 3377 0 0 0.938 2 interp_poly -40 -209 68 -153 5394 3372 3 MP PP 5394 3372 0 0.0625 1 5462 3219 0 0.312 1 5394 3372 0 0.0625 1 2 interp_poly 5462 3219 0 0.312 1 5422 3010 0 0.625 1 5462 3219 0 0.312 1 2 interp_poly -40 -1 68 -125 5106 3286 3 MP PP 5106 3286 0 0 0.562 5174 3161 0 0 0.75 5106 3286 0 0 0.562 2 interp_poly 5174 3161 0 0 0.75 5134 3160 0 0 0.688 5174 3161 0 0 0.75 2 interp_poly -40 -911 68 34 5066 3126 3 MP PP 5066 3126 0 0 0.75 5134 3160 0 0 0.688 5066 3126 0 0 0.75 2 interp_poly 5134 3160 0 0 0.688 5094 2249 0.188 1 0.875 5134 3160 0 0 0.688 2 interp_poly 68 34 -40 -160 5106 3286 3 MP PP 5106 3286 0 0 0.562 5066 3126 0 0 0.75 5106 3286 0 0 0.562 2 interp_poly 5066 3126 0 0 0.75 5134 3160 0 0 0.688 5066 3126 0 0 0.75 2 interp_poly 68 -125 -40 648 5146 2638 3 MP PP 5146 2638 0 0.688 1 5106 3286 0 0 0.562 5146 2638 0 0.688 1 2 interp_poly 5106 3286 0 0 0.562 5174 3161 0 0 0.75 5106 3286 0 0 0.562 2 interp_poly -40 562 68 -39 5146 2638 3 MP PP 5146 2638 0 0.688 1 5214 2599 0 0.75 1 5146 2638 0 0.688 1 2 interp_poly 5214 2599 0 0.75 1 5174 3161 0 0 0.75 5214 2599 0 0.75 1 2 interp_poly -40 -401 68 -127 5118 3166 3 MP PP 5118 3166 0 0 0.875 5186 3039 0 0.0625 1 5118 3166 0 0 0.875 2 interp_poly 5186 3039 0 0.0625 1 5146 2638 0 0.688 1 5186 3039 0 0.0625 1 2 interp_poly 68 -127 -40 86 5158 3080 3 MP PP 5158 3080 0 0.0625 1 5118 3166 0 0 0.875 5158 3080 0 0.0625 1 2 interp_poly 5118 3166 0 0 0.875 5186 3039 0 0.0625 1 5118 3166 0 0 0.875 2 interp_poly 68 -39 -40 -401 5186 3039 3 MP PP 5186 3039 0 0.0625 1 5146 2638 0 0.688 1 5186 3039 0 0.0625 1 2 interp_poly 5146 2638 0 0.688 1 5214 2599 0 0.75 1 5146 2638 0 0.688 1 2 interp_poly -40 -85 68 44 5158 3080 3 MP PP 5158 3080 0 0.0625 1 5226 3124 0 0 0.938 5158 3080 0 0.0625 1 2 interp_poly 5226 3124 0 0 0.938 5186 3039 0 0.0625 1 5226 3124 0 0 0.938 2 interp_poly 68 44 -40 956 5198 2124 3 MP PP 5198 2124 0.688 1 0.375 5158 3080 0 0.0625 1 5198 2124 0.688 1 0.375 2 interp_poly 5158 3080 0 0.0625 1 5226 3124 0 0 0.938 5158 3080 0 0.0625 1 2 interp_poly -40 744 68 256 5198 2124 3 MP PP 5198 2124 0.688 1 0.375 5266 2380 0.25 1 0.812 5198 2124 0.688 1 0.375 2 interp_poly 5266 2380 0.25 1 0.812 5226 3124 0 0 0.938 5266 2380 0.25 1 0.812 2 interp_poly -40 -1231 68 59 5170 3296 3 MP PP 5170 3296 0 0 0.75 5238 3355 0 0 0.688 5170 3296 0 0 0.75 2 interp_poly 5238 3355 0 0 0.688 5198 2124 0.688 1 0.375 5238 3355 0 0 0.688 2 interp_poly 68 59 -40 -114 5210 3410 3 MP PP 5210 3410 0 0 0.625 5170 3296 0 0 0.75 5210 3410 0 0 0.625 2 interp_poly 5170 3296 0 0 0.75 5238 3355 0 0 0.688 5170 3296 0 0 0.75 2 interp_poly 68 256 -40 -1231 5238 3355 3 MP PP 5238 3355 0 0 0.688 5198 2124 0.688 1 0.375 5238 3355 0 0 0.688 2 interp_poly 5198 2124 0.688 1 0.375 5266 2380 0.25 1 0.812 5198 2124 0.688 1 0.375 2 interp_poly -40 107 68 -162 5210 3410 3 MP PP 5210 3410 0 0 0.625 5278 3248 0 0 0.875 5210 3410 0 0 0.625 2 interp_poly 5278 3248 0 0 0.875 5238 3355 0 0 0.688 5278 3248 0 0 0.875 2 interp_poly 68 -162 -40 154 5250 3256 3 MP PP 5250 3256 0 0 0.938 5210 3410 0 0 0.625 5250 3256 0 0 0.938 2 interp_poly 5210 3410 0 0 0.625 5278 3248 0 0 0.875 5210 3410 0 0 0.625 2 interp_poly -40 -212 68 204 5250 3256 3 MP PP 5250 3256 0 0 0.938 5318 3460 0 0 0.562 5250 3256 0 0 0.938 2 interp_poly 5318 3460 0 0 0.562 5278 3248 0 0 0.875 5318 3460 0 0 0.562 2 interp_poly 68 204 -40 -82 5290 3338 3 MP PP 5290 3338 0 0 0.812 5250 3256 0 0 0.938 5290 3338 0 0 0.812 2 interp_poly 5250 3256 0 0 0.938 5318 3460 0 0 0.562 5250 3256 0 0 0.938 2 interp_poly -40 108 68 14 5290 3338 3 MP PP 5290 3338 0 0 0.812 5358 3352 0 0 0.812 5290 3338 0 0 0.812 2 interp_poly 5358 3352 0 0 0.812 5318 3460 0 0 0.562 5358 3352 0 0 0.812 2 interp_poly 68 14 -40 -4 5330 3342 3 MP PP 5330 3342 0 0 0.875 5290 3338 0 0 0.812 5330 3342 0 0 0.875 2 interp_poly 5290 3338 0 0 0.812 5358 3352 0 0 0.812 5290 3338 0 0 0.812 2 interp_poly -40 -4 68 -22 5262 3364 3 MP PP 5262 3364 0 0 0.875 5330 3342 0 0 0.875 5262 3364 0 0 0.875 2 interp_poly 5330 3342 0 0 0.875 5290 3338 0 0 0.812 5330 3342 0 0 0.875 2 interp_poly -40 -82 68 230 5222 3108 3 MP PP 5222 3108 0 0.25 1 5290 3338 0 0 0.812 5222 3108 0 0.25 1 2 interp_poly 5290 3338 0 0 0.812 5250 3256 0 0 0.938 5290 3338 0 0 0.812 2 interp_poly -40 -114 68 20 5142 3390 3 MP PP 5142 3390 0 0 0.688 5210 3410 0 0 0.625 5142 3390 0 0 0.688 2 interp_poly 5210 3410 0 0 0.625 5170 3296 0 0 0.75 5210 3410 0 0 0.625 2 interp_poly -40 154 68 -89 5182 3345 3 MP PP 5182 3345 0 0 0.812 5250 3256 0 0 0.938 5182 3345 0 0 0.812 2 interp_poly 5250 3256 0 0 0.938 5210 3410 0 0 0.625 5250 3256 0 0 0.938 2 interp_poly 68 -89 -40 237 5222 3108 3 MP PP 5222 3108 0 0.25 1 5182 3345 0 0 0.812 5222 3108 0 0.25 1 2 interp_poly 5182 3345 0 0 0.812 5250 3256 0 0 0.938 5182 3345 0 0 0.812 2 interp_poly 68 230 -40 -256 5262 3364 3 MP PP 5262 3364 0 0 0.875 5222 3108 0 0.25 1 5262 3364 0 0 0.875 2 interp_poly 5222 3108 0 0.25 1 5290 3338 0 0 0.812 5222 3108 0 0.25 1 2 interp_poly 68 -22 -40 855 5302 2509 3 MP PP 5302 2509 0.375 1 0.688 5262 3364 0 0 0.875 5302 2509 0.375 1 0.688 2 interp_poly 5262 3364 0 0 0.875 5330 3342 0 0 0.875 5262 3364 0 0 0.875 2 interp_poly -40 810 68 23 5302 2509 3 MP PP 5302 2509 0.375 1 0.688 5370 2532 0.312 1 0.75 5302 2509 0.375 1 0.688 2 interp_poly 5370 2532 0.312 1 0.75 5330 3342 0 0 0.875 5370 2532 0.312 1 0.75 2 interp_poly 68 23 -40 599 5342 1910 3 MP PP 5342 1910 1 0.625 0 5302 2509 0.375 1 0.688 5342 1910 1 0.625 0 2 interp_poly 5302 2509 0.375 1 0.688 5370 2532 0.312 1 0.75 5302 2509 0.375 1 0.688 2 interp_poly 68 -17 -40 108 5358 3352 3 MP PP 5358 3352 0 0 0.812 5318 3460 0 0 0.562 5358 3352 0 0 0.812 2 interp_poly 5318 3460 0 0 0.562 5386 3443 0 0 0.562 5318 3460 0 0 0.562 2 interp_poly -40 -26 68 117 5358 3352 3 MP PP 5358 3352 0 0 0.812 5426 3469 0 0 0.562 5358 3352 0 0 0.812 2 interp_poly 5426 3469 0 0 0.562 5386 3443 0 0 0.562 5426 3469 0 0 0.562 2 interp_poly -40 -1467 68 -192 5314 3569 3 MP PP 5314 3569 0 0 0.625 5382 3377 0 0 0.938 5314 3569 0 0 0.625 2 interp_poly 5382 3377 0 0 0.938 5342 1910 1 0.625 0 5382 3377 0 0 0.938 2 interp_poly -40 505 68 117 5342 1910 3 MP PP 5342 1910 1 0.625 0 5410 2027 1 0.875 0 5342 1910 1 0.625 0 2 interp_poly 5410 2027 1 0.875 0 5370 2532 0.312 1 0.75 5410 2027 1 0.875 0 2 interp_poly 68 117 -40 -1467 5382 3377 3 MP PP 5382 3377 0 0 0.938 5342 1910 1 0.625 0 5382 3377 0 0 0.938 2 interp_poly 5342 1910 1 0.625 0 5410 2027 1 0.875 0 5342 1910 1 0.625 0 2 interp_poly -40 367 68 -184 5354 3194 3 MP PP 5354 3194 0 0.312 1 5422 3010 0 0.625 1 5354 3194 0 0.312 1 2 interp_poly 5422 3010 0 0.625 1 5382 3377 0 0 0.938 5422 3010 0 0.625 1 2 interp_poly 68 -184 -40 -178 5394 3372 3 MP PP 5394 3372 0 0.0625 1 5354 3194 0 0.312 1 5394 3372 0 0.0625 1 2 interp_poly 5354 3194 0 0.312 1 5422 3010 0 0.625 1 5354 3194 0 0.312 1 2 interp_poly 68 -153 -40 598 5434 2774 3 MP PP 5434 2774 0.125 1 0.938 5394 3372 0 0.0625 1 5434 2774 0.125 1 0.938 2 interp_poly 5394 3372 0 0.0625 1 5462 3219 0 0.312 1 5394 3372 0 0.0625 1 2 interp_poly 68 373 -40 -649 5474 3423 3 MP PP 5474 3423 0 0.0625 1 5434 2774 0.125 1 0.938 5474 3423 0 0.0625 1 2 interp_poly 5434 2774 0.125 1 0.938 5502 3147 0 0.438 1 5434 2774 0.125 1 0.938 2 interp_poly -40 -481 68 84 5490 2940 3 MP PP 5490 2940 0 0.688 1 5558 3024 0 0.562 1 5490 2940 0 0.688 1 2 interp_poly 5558 3024 0 0.562 1 5518 2543 0.312 1 0.75 5558 3024 0 0.562 1 2 interp_poly 68 84 -40 -129 5530 3069 3 MP PP 5530 3069 0 0.562 1 5490 2940 0 0.688 1 5530 3069 0 0.562 1 2 interp_poly 5490 2940 0 0.688 1 5558 3024 0 0.562 1 5490 2940 0 0.688 1 2 interp_poly 68 149 -40 627 5514 2796 3 MP PP 5514 2796 0.188 1 0.875 5474 3423 0 0.0625 1 5514 2796 0.188 1 0.875 2 interp_poly 5474 3423 0 0.0625 1 5542 3572 0 0 0.812 5474 3423 0 0.0625 1 2 interp_poly -40 973 68 -197 5514 2796 3 MP PP 5514 2796 0.188 1 0.875 5582 2599 0.5 1 0.562 5514 2796 0.188 1 0.875 2 interp_poly 5582 2599 0.5 1 0.562 5542 3572 0 0 0.812 5582 2599 0.5 1 0.562 2 interp_poly 68 -197 -40 262 5554 2534 3 MP PP 5554 2534 0.688 1 0.375 5514 2796 0.188 1 0.875 5554 2534 0.688 1 0.375 2 interp_poly 5514 2796 0.188 1 0.875 5582 2599 0.5 1 0.562 5514 2796 0.188 1 0.875 2 interp_poly -40 -1045 67 -133 5527 3712 3 MP PP 5527 3712 0 0 0.688 5594 3579 0 0 0.938 5527 3712 0 0 0.688 2 interp_poly 5594 3579 0 0 0.938 5554 2534 0.688 1 0.375 5594 3579 0 0 0.938 2 interp_poly 67 -133 -40 168 5567 3544 3 MP PP 5567 3544 0 0.0625 1 5527 3712 0 0 0.688 5567 3544 0 0.0625 1 2 interp_poly 5527 3712 0 0 0.688 5594 3579 0 0 0.938 5527 3712 0 0 0.688 2 interp_poly 68 266 -40 -1045 5594 3579 3 MP PP 5594 3579 0 0 0.938 5554 2534 0.688 1 0.375 5594 3579 0 0 0.938 2 interp_poly 5554 2534 0.688 1 0.375 5622 2800 0.188 1 0.875 5554 2534 0.688 1 0.375 2 interp_poly -40 180 67 -145 5567 3544 3 MP PP 5567 3544 0 0.0625 1 5634 3399 0 0.25 1 5567 3544 0 0.0625 1 2 interp_poly 5634 3399 0 0.25 1 5594 3579 0 0 0.938 5634 3399 0 0.25 1 2 interp_poly 67 -145 -40 -316 5607 3860 3 MP PP 5607 3860 0 0 0.562 5567 3544 0 0.0625 1 5607 3860 0 0 0.562 2 interp_poly 5567 3544 0 0.0625 1 5634 3399 0 0.25 1 5567 3544 0 0.0625 1 2 interp_poly -40 -437 67 -24 5607 3860 3 MP PP 5607 3860 0 0 0.562 5674 3836 0 0 0.562 5607 3860 0 0 0.562 2 interp_poly 5674 3836 0 0 0.562 5634 3399 0 0.25 1 5674 3836 0 0 0.562 2 interp_poly -40 21 68 -23 5619 3580 3 MP PP 5619 3580 0 0.125 1 5687 3557 0 0.125 1 5619 3580 0 0.125 1 2 interp_poly 5687 3557 0 0.125 1 5647 3578 0 0.0625 1 5687 3557 0 0.125 1 2 interp_poly 68 -23 -40 227 5659 3353 3 MP PP 5659 3353 0 0.562 1 5619 3580 0 0.125 1 5659 3353 0 0.562 1 2 interp_poly 5619 3580 0 0.125 1 5687 3557 0 0.125 1 5619 3580 0 0.125 1 2 interp_poly -40 39 67 219 5647 3578 3 MP PP 5647 3578 0 0.0625 1 5714 3797 0 0 0.688 5647 3578 0 0.0625 1 2 interp_poly 5714 3797 0 0 0.688 5674 3836 0 0 0.562 5714 3797 0 0 0.688 2 interp_poly 67 219 -40 21 5687 3557 3 MP PP 5687 3557 0 0.125 1 5647 3578 0 0.0625 1 5687 3557 0 0.125 1 2 interp_poly 5647 3578 0 0.0625 1 5714 3797 0 0 0.688 5647 3578 0 0.0625 1 2 interp_poly 68 -25 -40 39 5714 3797 3 MP PP 5714 3797 0 0 0.688 5674 3836 0 0 0.562 5714 3797 0 0 0.688 2 interp_poly 5674 3836 0 0 0.562 5742 3811 0 0 0.562 5674 3836 0 0 0.562 2 interp_poly 68 32 -40 -579 5699 3932 3 MP PP 5699 3932 0 0 0.625 5659 3353 0 0.562 1 5699 3932 0 0 0.625 2 interp_poly 5659 3353 0 0.562 1 5727 3385 0 0.5 1 5659 3353 0 0.562 1 2 interp_poly -40 -499 68 -48 5699 3932 3 MP PP 5699 3932 0 0 0.625 5767 3884 0 0 0.688 5699 3932 0 0 0.625 2 interp_poly 5767 3884 0 0 0.688 5727 3385 0 0.5 1 5767 3884 0 0 0.688 2 interp_poly 68 -48 -40 920 5739 3012 3 MP PP 5739 3012 0.25 1 0.812 5699 3932 0 0 0.625 5739 3012 0.25 1 0.812 2 interp_poly 5699 3932 0 0 0.625 5767 3884 0 0 0.688 5699 3932 0 0 0.625 2 interp_poly -40 -720 68 0 5711 3732 3 MP PP 5711 3732 0 0.0625 1 5779 3732 0 0.0625 1 5711 3732 0 0.0625 1 2 interp_poly 5779 3732 0 0.0625 1 5739 3012 0.25 1 0.812 5779 3732 0 0.0625 1 2 interp_poly -40 52 68 -155 5634 3399 3 MP PP 5634 3399 0 0.25 1 5702 3244 0 0.5 1 5634 3399 0 0.25 1 2 interp_poly 5702 3244 0 0.5 1 5662 3296 0 0.375 1 5702 3244 0 0.5 1 2 interp_poly -40 920 68 -432 5671 3444 3 MP PP 5671 3444 0 0.5 1 5739 3012 0.25 1 0.812 5671 3444 0 0.5 1 2 interp_poly 5739 3012 0.25 1 0.812 5699 3932 0 0 0.625 5739 3012 0.25 1 0.812 2 interp_poly 68 -432 -40 -288 5711 3732 3 MP PP 5711 3732 0 0.0625 1 5671 3444 0 0.5 1 5711 3732 0 0.0625 1 2 interp_poly 5671 3444 0 0.5 1 5739 3012 0.25 1 0.812 5671 3444 0 0.5 1 2 interp_poly -40 20 68 136 5551 3444 3 MP PP 5551 3444 0 0.375 1 5619 3580 0 0.125 1 5551 3444 0 0.375 1 2 interp_poly 5619 3580 0 0.125 1 5579 3600 0 0.0625 1 5619 3580 0 0.125 1 2 interp_poly 68 136 -40 124 5591 3320 3 MP PP 5591 3320 0 0.625 1 5551 3444 0 0.375 1 5591 3320 0 0.625 1 2 interp_poly 5551 3444 0 0.375 1 5619 3580 0 0.125 1 5551 3444 0 0.375 1 2 interp_poly -40 282 68 -22 5579 3600 3 MP PP 5579 3600 0 0.0625 1 5647 3578 0 0.0625 1 5579 3600 0 0.0625 1 2 interp_poly 5647 3578 0 0.0625 1 5607 3860 0 0 0.562 5647 3578 0 0.0625 1 2 interp_poly 68 -22 -40 20 5619 3580 3 MP PP 5619 3580 0 0.125 1 5579 3600 0 0.0625 1 5619 3580 0 0.125 1 2 interp_poly 5579 3600 0 0.0625 1 5647 3578 0 0.0625 1 5579 3600 0 0.0625 1 2 interp_poly -40 227 68 33 5591 3320 3 MP PP 5591 3320 0 0.625 1 5659 3353 0 0.562 1 5591 3320 0 0.625 1 2 interp_poly 5659 3353 0 0.562 1 5619 3580 0 0.125 1 5659 3353 0 0.562 1 2 interp_poly 67 -24 -40 282 5647 3578 3 MP PP 5647 3578 0 0.0625 1 5607 3860 0 0 0.562 5647 3578 0 0.0625 1 2 interp_poly 5607 3860 0 0 0.562 5674 3836 0 0 0.562 5607 3860 0 0 0.562 2 interp_poly 68 33 -40 -648 5631 3968 3 MP PP 5631 3968 0 0 0.562 5591 3320 0 0.625 1 5631 3968 0 0 0.562 2 interp_poly 5591 3320 0 0.625 1 5659 3353 0 0.562 1 5591 3320 0 0.625 1 2 interp_poly -40 -316 68 74 5539 3786 3 MP PP 5539 3786 0 0 0.688 5607 3860 0 0 0.562 5539 3786 0 0 0.688 2 interp_poly 5607 3860 0 0 0.562 5567 3544 0 0.0625 1 5607 3860 0 0 0.562 2 interp_poly 68 74 -40 186 5579 3600 3 MP PP 5579 3600 0 0.0625 1 5539 3786 0 0 0.688 5579 3600 0 0.0625 1 2 interp_poly 5539 3786 0 0 0.688 5607 3860 0 0 0.562 5539 3786 0 0 0.688 2 interp_poly -40 -648 68 -35 5563 4003 3 MP PP 5563 4003 0 0 0.562 5631 3968 0 0 0.562 5563 4003 0 0 0.562 2 interp_poly 5631 3968 0 0 0.562 5591 3320 0 0.625 1 5631 3968 0 0 0.562 2 interp_poly -40 -579 68 -36 5631 3968 3 MP PP 5631 3968 0 0 0.562 5699 3932 0 0 0.625 5631 3968 0 0 0.562 2 interp_poly 5699 3932 0 0 0.625 5659 3353 0 0.562 1 5699 3932 0 0 0.625 2 interp_poly -40 524 68 -273 5603 3717 3 MP PP 5603 3717 0 0.0625 1 5671 3444 0 0.5 1 5603 3717 0 0.0625 1 2 interp_poly 5671 3444 0 0.5 1 5631 3968 0 0 0.562 5671 3444 0 0.5 1 2 interp_poly 68 -36 -40 524 5671 3444 3 MP PP 5671 3444 0 0.5 1 5631 3968 0 0 0.562 5671 3444 0 0.5 1 2 interp_poly 5631 3968 0 0 0.562 5699 3932 0 0 0.625 5631 3968 0 0 0.562 2 interp_poly -40 -288 68 58 5643 3674 3 MP PP 5643 3674 0 0.188 1 5711 3732 0 0.0625 1 5643 3674 0 0.188 1 2 interp_poly 5711 3732 0 0.0625 1 5671 3444 0 0.5 1 5711 3732 0 0.0625 1 2 interp_poly -40 223 68 46 5622 2800 3 MP PP 5622 2800 0.188 1 0.875 5690 2846 0.0625 1 1 5622 2800 0.188 1 0.875 2 interp_poly 5690 2846 0.0625 1 1 5650 3069 0 0.688 1 5690 2846 0.0625 1 1 2 interp_poly 68 46 -40 -496 5662 3296 3 MP PP 5662 3296 0 0.375 1 5622 2800 0.188 1 0.875 5662 3296 0 0.375 1 2 interp_poly 5622 2800 0.188 1 0.875 5690 2846 0.0625 1 1 5622 2800 0.188 1 0.875 2 interp_poly 68 -273 -40 43 5643 3674 3 MP PP 5643 3674 0 0.188 1 5603 3717 0 0.0625 1 5643 3674 0 0.188 1 2 interp_poly 5603 3717 0 0.0625 1 5671 3444 0 0.5 1 5603 3717 0 0.0625 1 2 interp_poly -40 -649 67 43 5407 3380 3 MP PP 5407 3380 0 0.188 1 5474 3423 0 0.0625 1 5407 3380 0 0.188 1 2 interp_poly 5474 3423 0 0.0625 1 5434 2774 0.125 1 0.938 5474 3423 0 0.0625 1 2 interp_poly 67 43 -40 651 5447 2729 3 MP PP 5447 2729 0.312 1 0.75 5407 3380 0 0.188 1 5447 2729 0.312 1 0.75 2 interp_poly 5407 3380 0 0.188 1 5474 3423 0 0.0625 1 5407 3380 0 0.188 1 2 interp_poly -40 627 67 67 5447 2729 3 MP PP 5447 2729 0.312 1 0.75 5514 2796 0.188 1 0.875 5447 2729 0.312 1 0.75 2 interp_poly 5514 2796 0.188 1 0.875 5474 3423 0 0.0625 1 5514 2796 0.188 1 0.875 2 interp_poly 67 67 -40 99 5487 2630 3 MP PP 5487 2630 0.5 1 0.562 5447 2729 0.312 1 0.75 5487 2630 0.5 1 0.562 2 interp_poly 5447 2729 0.312 1 0.75 5514 2796 0.188 1 0.875 5447 2729 0.312 1 0.75 2 interp_poly -40 -1082 68 -89 5459 3801 3 MP PP 5459 3801 0 0 0.562 5527 3712 0 0 0.688 5459 3801 0 0 0.562 2 interp_poly 5527 3712 0 0 0.688 5487 2630 0.5 1 0.562 5527 3712 0 0 0.688 2 interp_poly 68 -89 -40 190 5499 3611 3 MP PP 5499 3611 0 0 0.938 5459 3801 0 0 0.562 5499 3611 0 0 0.938 2 interp_poly 5459 3801 0 0 0.562 5527 3712 0 0 0.688 5459 3801 0 0 0.562 2 interp_poly 68 -192 -40 375 5354 3194 3 MP PP 5354 3194 0 0.312 1 5314 3569 0 0 0.625 5354 3194 0 0.312 1 2 interp_poly 5314 3569 0 0 0.625 5382 3377 0 0 0.938 5314 3569 0 0 0.625 2 interp_poly -40 -256 68 85 5194 3279 3 MP PP 5194 3279 0 0 1 5262 3364 0 0 0.875 5194 3279 0 0 1 2 interp_poly 5262 3364 0 0 0.875 5222 3108 0 0.25 1 5262 3364 0 0 0.875 2 interp_poly -40 -160 68 61 5038 3225 3 MP PP 5038 3225 0 0 0.688 5106 3286 0 0 0.562 5038 3225 0 0 0.688 2 interp_poly 5106 3286 0 0 0.562 5066 3126 0 0 0.75 5106 3286 0 0 0.562 2 interp_poly -40 -1303 68 111 4986 2801 3 MP PP 4986 2801 0 0.25 1 5054 2912 0 0.0625 1 4986 2801 0 0.25 1 2 interp_poly 5054 2912 0 0.0625 1 5014 1609 1 0.875 0 5054 2912 0 0.0625 1 2 interp_poly 68 111 -40 284 5026 2517 3 MP PP 5026 2517 0 0.75 1 4986 2801 0 0.25 1 5026 2517 0 0.75 1 2 interp_poly 4986 2801 0 0.25 1 5054 2912 0 0.0625 1 4986 2801 0 0.25 1 2 interp_poly -40 -609 68 72 4998 3054 3 MP PP 4998 3054 0 0 0.938 5066 3126 0 0 0.75 4998 3054 0 0 0.938 2 interp_poly 5066 3126 0 0 0.75 5026 2517 0 0.75 1 5066 3126 0 0 0.75 2 interp_poly 68 72 -40 -171 5038 3225 3 MP PP 5038 3225 0 0 0.688 4998 3054 0 0 0.938 5038 3225 0 0 0.688 2 interp_poly 4998 3054 0 0 0.938 5066 3126 0 0 0.75 4998 3054 0 0 0.938 2 interp_poly -40 663 68 -268 5026 2517 3 MP PP 5026 2517 0 0.75 1 5094 2249 0.188 1 0.875 5026 2517 0 0.75 1 2 interp_poly 5094 2249 0.188 1 0.875 5054 2912 0 0.0625 1 5094 2249 0.188 1 0.875 2 interp_poly 68 -268 -40 -609 5066 3126 3 MP PP 5066 3126 0 0 0.75 5026 2517 0 0.75 1 5066 3126 0 0 0.75 2 interp_poly 5026 2517 0 0.75 1 5094 2249 0.188 1 0.875 5026 2517 0 0.75 1 2 interp_poly 68 61 -40 556 5078 2669 3 MP PP 5078 2669 0 0.688 1 5038 3225 0 0 0.688 5078 2669 0 0.688 1 2 interp_poly 5038 3225 0 0 0.688 5106 3286 0 0 0.562 5038 3225 0 0 0.688 2 interp_poly -40 648 68 -31 5078 2669 3 MP PP 5078 2669 0 0.688 1 5146 2638 0 0.688 1 5078 2669 0 0.688 1 2 interp_poly 5146 2638 0 0.688 1 5106 3286 0 0 0.562 5146 2638 0 0.688 1 2 interp_poly -40 -497 68 12 5050 3154 3 MP PP 5050 3154 0 0 0.875 5118 3166 0 0 0.875 5050 3154 0 0 0.875 2 interp_poly 5118 3166 0 0 0.875 5078 2669 0 0.688 1 5118 3166 0 0 0.875 2 interp_poly 68 12 -40 10 5090 3144 3 MP PP 5090 3144 0 0 0.938 5050 3154 0 0 0.875 5090 3144 0 0 0.938 2 interp_poly 5050 3154 0 0 0.875 5118 3166 0 0 0.875 5050 3154 0 0 0.875 2 interp_poly 68 -31 -40 -497 5118 3166 3 MP PP 5118 3166 0 0 0.875 5078 2669 0 0.688 1 5118 3166 0 0 0.875 2 interp_poly 5078 2669 0 0.688 1 5146 2638 0 0.688 1 5078 2669 0 0.688 1 2 interp_poly -40 86 68 -64 5090 3144 3 MP PP 5090 3144 0 0 0.938 5158 3080 0 0.0625 1 5090 3144 0 0 0.938 2 interp_poly 5158 3080 0 0.0625 1 5118 3166 0 0 0.875 5158 3080 0 0.0625 1 2 interp_poly 68 -64 -40 876 5130 2268 3 MP PP 5130 2268 0.5 1 0.562 5090 3144 0 0 0.938 5130 2268 0.5 1 0.562 2 interp_poly 5090 3144 0 0 0.938 5158 3080 0 0.0625 1 5090 3144 0 0 0.938 2 interp_poly -40 956 68 -144 5130 2268 3 MP PP 5130 2268 0.5 1 0.562 5198 2124 0.688 1 0.375 5130 2268 0.5 1 0.562 2 interp_poly 5198 2124 0.688 1 0.375 5158 3080 0 0.0625 1 5198 2124 0.688 1 0.375 2 interp_poly -40 -1028 68 -42 5102 3338 3 MP PP 5102 3338 0 0 0.75 5170 3296 0 0 0.75 5102 3338 0 0 0.75 2 interp_poly 5170 3296 0 0 0.75 5130 2268 0.5 1 0.562 5170 3296 0 0 0.75 2 interp_poly 68 -42 -40 -52 5142 3390 3 MP PP 5142 3390 0 0 0.688 5102 3338 0 0 0.75 5142 3390 0 0 0.688 2 interp_poly 5102 3338 0 0 0.75 5170 3296 0 0 0.75 5102 3338 0 0 0.75 2 interp_poly -40 45 68 27 5114 3318 3 MP PP 5114 3318 0 0 0.875 5182 3345 0 0 0.812 5114 3318 0 0 0.875 2 interp_poly 5182 3345 0 0 0.812 5142 3390 0 0 0.688 5182 3345 0 0 0.812 2 interp_poly 68 20 -40 45 5182 3345 3 MP PP 5182 3345 0 0 0.812 5142 3390 0 0 0.688 5182 3345 0 0 0.812 2 interp_poly 5142 3390 0 0 0.688 5210 3410 0 0 0.625 5142 3390 0 0 0.688 2 interp_poly 68 27 -40 -92 5154 3410 3 MP PP 5154 3410 0 0 0.75 5114 3318 0 0 0.875 5154 3410 0 0 0.75 2 interp_poly 5114 3318 0 0 0.875 5182 3345 0 0 0.812 5114 3318 0 0 0.875 2 interp_poly -40 237 68 -302 5154 3410 3 MP PP 5154 3410 0 0 0.75 5222 3108 0 0.25 1 5154 3410 0 0 0.75 2 interp_poly 5222 3108 0 0.25 1 5182 3345 0 0 0.812 5222 3108 0 0.25 1 2 interp_poly 68 -302 -40 131 5194 3279 3 MP PP 5194 3279 0 0 1 5154 3410 0 0 0.75 5194 3279 0 0 1 2 interp_poly 5154 3410 0 0 0.75 5222 3108 0 0.25 1 5154 3410 0 0 0.75 2 interp_poly 68 85 -40 431 5234 2848 3 MP PP 5234 2848 0 0.812 1 5194 3279 0 0 1 5234 2848 0 0.812 1 2 interp_poly 5194 3279 0 0 1 5262 3364 0 0 0.875 5194 3279 0 0 1 2 interp_poly -40 855 68 -339 5234 2848 3 MP PP 5234 2848 0 0.812 1 5302 2509 0.375 1 0.688 5234 2848 0 0.812 1 2 interp_poly 5302 2509 0.375 1 0.688 5262 3364 0 0 0.875 5302 2509 0.375 1 0.688 2 interp_poly 68 -339 -40 1067 5274 1781 3 MP PP 5274 1781 1 0.438 0 5234 2848 0 0.812 1 5274 1781 1 0.438 0 2 interp_poly 5234 2848 0 0.812 1 5302 2509 0.375 1 0.688 5234 2848 0 0.812 1 2 interp_poly -40 -1788 67 37 5247 3532 3 MP PP 5247 3532 0 0 0.75 5314 3569 0 0 0.625 5247 3532 0 0 0.75 2 interp_poly 5314 3569 0 0 0.625 5274 1781 1 0.438 0 5314 3569 0 0 0.625 2 interp_poly -40 599 68 129 5274 1781 3 MP PP 5274 1781 1 0.438 0 5342 1910 1 0.625 0 5274 1781 1 0.438 0 2 interp_poly 5342 1910 1 0.625 0 5302 2509 0.375 1 0.688 5342 1910 1 0.625 0 2 interp_poly 68 129 -40 -1788 5314 3569 3 MP PP 5314 3569 0 0 0.625 5274 1781 1 0.438 0 5314 3569 0 0 0.625 2 interp_poly 5274 1781 1 0.438 0 5342 1910 1 0.625 0 5274 1781 1 0.438 0 2 interp_poly -40 375 67 102 5287 3092 3 MP PP 5287 3092 0 0.5 1 5354 3194 0 0.312 1 5287 3092 0 0.5 1 2 interp_poly 5354 3194 0 0.312 1 5314 3569 0 0 0.625 5354 3194 0 0.312 1 2 interp_poly -40 -178 67 179 5327 3193 3 MP PP 5327 3193 0 0.375 1 5394 3372 0 0.0625 1 5327 3193 0 0.375 1 2 interp_poly 5394 3372 0 0.0625 1 5354 3194 0 0.312 1 5394 3372 0 0.0625 1 2 interp_poly 67 102 -40 -101 5327 3193 3 MP PP 5327 3193 0 0.375 1 5287 3092 0 0.5 1 5327 3193 0 0.375 1 2 interp_poly 5287 3092 0 0.5 1 5354 3194 0 0.312 1 5287 3092 0 0.5 1 2 interp_poly 67 179 -40 90 5367 3103 3 MP PP 5367 3103 0 0.562 1 5327 3193 0 0.375 1 5367 3103 0 0.562 1 2 interp_poly 5327 3193 0 0.375 1 5394 3372 0 0.0625 1 5327 3193 0 0.375 1 2 interp_poly -40 598 67 -329 5367 3103 3 MP PP 5367 3103 0 0.562 1 5434 2774 0.125 1 0.938 5367 3103 0 0.562 1 2 interp_poly 5434 2774 0.125 1 0.938 5394 3372 0 0.0625 1 5434 2774 0.125 1 0.938 2 interp_poly -40 -277 68 -225 5339 3605 3 MP PP 5339 3605 0 0 0.812 5407 3380 0 0.188 1 5339 3605 0 0 0.812 2 interp_poly 5407 3380 0 0.188 1 5367 3103 0 0.562 1 5407 3380 0 0.188 1 2 interp_poly 67 -329 -40 -277 5407 3380 3 MP PP 5407 3380 0 0.188 1 5367 3103 0 0.562 1 5407 3380 0 0.188 1 2 interp_poly 5367 3103 0 0.562 1 5434 2774 0.125 1 0.938 5367 3103 0 0.562 1 2 interp_poly 68 -225 -40 535 5379 3070 3 MP PP 5379 3070 0 0.75 1 5339 3605 0 0 0.812 5379 3070 0 0.75 1 2 interp_poly 5339 3605 0 0 0.812 5407 3380 0 0.188 1 5339 3605 0 0 0.812 2 interp_poly -40 651 68 -341 5379 3070 3 MP PP 5379 3070 0 0.75 1 5447 2729 0.312 1 0.75 5379 3070 0 0.75 1 2 interp_poly 5447 2729 0.312 1 0.75 5407 3380 0 0.188 1 5447 2729 0.312 1 0.75 2 interp_poly -40 -196 68 -357 5351 3623 3 MP PP 5351 3623 0 0 0.875 5419 3266 0 0.438 1 5351 3623 0 0 0.875 2 interp_poly 5419 3266 0 0.438 1 5379 3070 0 0.75 1 5419 3266 0 0.438 1 2 interp_poly 68 -357 -40 291 5391 3332 3 MP PP 5391 3332 0 0.438 1 5351 3623 0 0 0.875 5391 3332 0 0.438 1 2 interp_poly 5351 3623 0 0 0.875 5419 3266 0 0.438 1 5351 3623 0 0 0.875 2 interp_poly -40 -535 68 469 5391 3332 3 MP PP 5391 3332 0 0.438 1 5459 3801 0 0 0.562 5391 3332 0 0.438 1 2 interp_poly 5459 3801 0 0 0.562 5419 3266 0 0.438 1 5459 3801 0 0 0.562 2 interp_poly 68 469 -40 -472 5431 3804 3 MP PP 5431 3804 0 0 0.625 5391 3332 0 0.438 1 5431 3804 0 0 0.625 2 interp_poly 5391 3332 0 0.438 1 5459 3801 0 0 0.562 5391 3332 0 0.438 1 2 interp_poly 68 -636 -40 -535 5459 3801 3 MP PP 5459 3801 0 0 0.562 5419 3266 0 0.438 1 5459 3801 0 0 0.562 2 interp_poly 5419 3266 0 0.438 1 5487 2630 0.5 1 0.562 5419 3266 0 0.438 1 2 interp_poly -40 190 68 -193 5431 3804 3 MP PP 5431 3804 0 0 0.625 5499 3611 0 0 0.938 5431 3804 0 0 0.625 2 interp_poly 5499 3611 0 0 0.938 5459 3801 0 0 0.562 5499 3611 0 0 0.938 2 interp_poly -40 -175 68 68 5471 3718 3 MP PP 5471 3718 0 0 0.812 5539 3786 0 0 0.688 5471 3718 0 0 0.812 2 interp_poly 5539 3786 0 0 0.688 5499 3611 0 0 0.938 5539 3786 0 0 0.688 2 interp_poly 68 -193 -40 86 5471 3718 3 MP PP 5471 3718 0 0 0.812 5431 3804 0 0 0.625 5471 3718 0 0 0.812 2 interp_poly 5431 3804 0 0 0.625 5499 3611 0 0 0.938 5431 3804 0 0 0.625 2 interp_poly -40 262 67 -96 5487 2630 3 MP PP 5487 2630 0.5 1 0.562 5554 2534 0.688 1 0.375 5487 2630 0.5 1 0.562 2 interp_poly 5554 2534 0.688 1 0.375 5514 2796 0.188 1 0.875 5554 2534 0.688 1 0.375 2 interp_poly 67 -96 -40 -1082 5527 3712 3 MP PP 5527 3712 0 0 0.688 5487 2630 0.5 1 0.562 5527 3712 0 0 0.688 2 interp_poly 5487 2630 0.5 1 0.562 5554 2534 0.688 1 0.375 5487 2630 0.5 1 0.562 2 interp_poly -40 168 68 -67 5499 3611 3 MP PP 5499 3611 0 0 0.938 5567 3544 0 0.0625 1 5499 3611 0 0 0.938 2 interp_poly 5567 3544 0 0.0625 1 5527 3712 0 0 0.688 5567 3544 0 0.0625 1 2 interp_poly 68 -67 -40 -175 5539 3786 3 MP PP 5539 3786 0 0 0.688 5499 3611 0 0 0.938 5539 3786 0 0 0.688 2 interp_poly 5499 3611 0 0 0.938 5567 3544 0 0.0625 1 5499 3611 0 0 0.938 2 interp_poly 68 68 -40 298 5511 3420 3 MP PP 5511 3420 0 0.375 1 5471 3718 0 0 0.812 5511 3420 0 0.375 1 2 interp_poly 5471 3718 0 0 0.812 5539 3786 0 0 0.688 5471 3718 0 0 0.812 2 interp_poly -40 -24 68 133 5483 3311 3 MP PP 5483 3311 0 0.625 1 5551 3444 0 0.375 1 5483 3311 0 0.625 1 2 interp_poly 5551 3444 0 0.375 1 5511 3420 0 0.375 1 5551 3444 0 0.375 1 2 interp_poly 68 133 -40 67 5523 3244 3 MP PP 5523 3244 0 0.812 1 5483 3311 0 0.625 1 5523 3244 0 0.812 1 2 interp_poly 5483 3311 0 0.625 1 5551 3444 0 0.375 1 5483 3311 0 0.625 1 2 interp_poly -40 186 68 180 5511 3420 3 MP PP 5511 3420 0 0.375 1 5579 3600 0 0.0625 1 5511 3420 0 0.375 1 2 interp_poly 5579 3600 0 0.0625 1 5539 3786 0 0 0.688 5579 3600 0 0.0625 1 2 interp_poly 68 180 -40 -24 5551 3444 3 MP PP 5551 3444 0 0.375 1 5511 3420 0 0.375 1 5551 3444 0 0.375 1 2 interp_poly 5511 3420 0 0.375 1 5579 3600 0 0.0625 1 5511 3420 0 0.375 1 2 interp_poly -40 -759 68 -13 5495 4016 3 MP PP 5495 4016 0 0 0.562 5563 4003 0 0 0.562 5495 4016 0 0 0.562 2 interp_poly 5563 4003 0 0 0.562 5523 3244 0 0.812 1 5563 4003 0 0 0.562 2 interp_poly -40 124 68 76 5523 3244 3 MP PP 5523 3244 0 0.812 1 5591 3320 0 0.625 1 5523 3244 0 0.812 1 2 interp_poly 5591 3320 0 0.625 1 5551 3444 0 0.375 1 5591 3320 0 0.625 1 2 interp_poly 68 76 -40 -759 5563 4003 3 MP PP 5563 4003 0 0 0.562 5523 3244 0 0.812 1 5563 4003 0 0 0.562 2 interp_poly 5523 3244 0 0.812 1 5591 3320 0 0.625 1 5523 3244 0 0.812 1 2 interp_poly -40 286 68 -74 5535 3791 3 MP PP 5535 3791 0 0 0.938 5603 3717 0 0.0625 1 5535 3791 0 0 0.938 2 interp_poly 5603 3717 0 0.0625 1 5563 4003 0 0 0.562 5603 3717 0 0.0625 1 2 interp_poly 68 -35 -40 286 5603 3717 3 MP PP 5603 3717 0 0.0625 1 5563 4003 0 0 0.562 5603 3717 0 0.0625 1 2 interp_poly 5563 4003 0 0 0.562 5631 3968 0 0 0.562 5563 4003 0 0 0.562 2 interp_poly -40 43 68 -95 5575 3769 3 MP PP 5575 3769 0 0.0625 1 5643 3674 0 0.188 1 5575 3769 0 0.0625 1 2 interp_poly 5643 3674 0 0.188 1 5603 3717 0 0.0625 1 5643 3674 0 0.188 1 2 interp_poly -40 -201 68 266 5554 2534 3 MP PP 5554 2534 0.688 1 0.375 5622 2800 0.188 1 0.875 5554 2534 0.688 1 0.375 2 interp_poly 5622 2800 0.188 1 0.875 5582 2599 0.5 1 0.562 5622 2800 0.188 1 0.875 2 interp_poly 68 -74 -40 22 5575 3769 3 MP PP 5575 3769 0 0.0625 1 5535 3791 0 0 0.938 5575 3769 0 0.0625 1 2 interp_poly 5535 3791 0 0 0.938 5603 3717 0 0.0625 1 5535 3791 0 0 0.938 2 interp_poly 68 -341 -40 -196 5419 3266 3 MP PP 5419 3266 0 0.438 1 5379 3070 0 0.75 1 5419 3266 0 0.438 1 2 interp_poly 5379 3070 0 0.75 1 5447 2729 0.312 1 0.75 5379 3070 0 0.75 1 2 interp_poly -40 99 68 -636 5419 3266 3 MP PP 5419 3266 0 0.438 1 5487 2630 0.5 1 0.562 5419 3266 0 0.438 1 2 interp_poly 5487 2630 0.5 1 0.562 5447 2729 0.312 1 0.75 5487 2630 0.5 1 0.562 2 interp_poly -40 382 68 211 5415 3100 3 MP PP 5415 3100 0 1 1 5483 3311 0 0.625 1 5415 3100 0 1 1 2 interp_poly 5483 3311 0 0.625 1 5443 3693 0 0 0.938 5483 3311 0 0.625 1 2 interp_poly 68 211 -40 -141 5455 3241 3 MP PP 5455 3241 0 0.812 1 5415 3100 0 1 1 5455 3241 0 0.812 1 2 interp_poly 5415 3100 0 1 1 5483 3311 0 0.625 1 5415 3100 0 1 1 2 interp_poly -40 298 68 -273 5443 3693 3 MP PP 5443 3693 0 0 0.938 5511 3420 0 0.375 1 5443 3693 0 0 0.938 2 interp_poly 5511 3420 0 0.375 1 5471 3718 0 0 0.812 5511 3420 0 0.375 1 2 interp_poly 68 -273 -40 382 5483 3311 3 MP PP 5483 3311 0 0.625 1 5443 3693 0 0 0.938 5483 3311 0 0.625 1 2 interp_poly 5443 3693 0 0 0.938 5511 3420 0 0.375 1 5443 3693 0 0 0.938 2 interp_poly -40 67 68 3 5455 3241 3 MP PP 5455 3241 0 0.812 1 5523 3244 0 0.812 1 5455 3241 0 0.812 1 2 interp_poly 5523 3244 0 0.812 1 5483 3311 0 0.625 1 5523 3244 0 0.812 1 2 interp_poly 68 3 -40 -775 5495 4016 3 MP PP 5495 4016 0 0 0.562 5455 3241 0 0.812 1 5495 4016 0 0 0.562 2 interp_poly 5455 3241 0 0.812 1 5523 3244 0 0.812 1 5455 3241 0 0.812 1 2 interp_poly -40 22 68 216 5507 3553 3 MP PP 5507 3553 0 0.438 1 5575 3769 0 0.0625 1 5507 3553 0 0.438 1 2 interp_poly 5575 3769 0 0.0625 1 5535 3791 0 0 0.938 5575 3769 0 0.0625 1 2 interp_poly 68 -13 -40 225 5535 3791 3 MP PP 5535 3791 0 0 0.938 5495 4016 0 0 0.562 5535 3791 0 0 0.938 2 interp_poly 5495 4016 0 0 0.562 5563 4003 0 0 0.562 5495 4016 0 0 0.562 2 interp_poly 67 37 -40 440 5287 3092 3 MP PP 5287 3092 0 0.5 1 5247 3532 0 0 0.75 5287 3092 0 0.5 1 2 interp_poly 5247 3532 0 0 0.75 5314 3569 0 0 0.625 5247 3532 0 0 0.75 2 interp_poly 68 -144 -40 -1028 5170 3296 3 MP PP 5170 3296 0 0 0.75 5130 2268 0.5 1 0.562 5170 3296 0 0 0.75 2 interp_poly 5130 2268 0.5 1 0.562 5198 2124 0.688 1 0.375 5130 2268 0.5 1 0.562 2 interp_poly -40 131 67 219 5127 3060 3 MP PP 5127 3060 0 0.438 1 5194 3279 0 0 1 5127 3060 0 0.438 1 2 interp_poly 5194 3279 0 0 1 5154 3410 0 0 0.75 5194 3279 0 0 1 2 interp_poly 67 219 -40 751 5167 2309 3 MP PP 5167 2309 0.75 1 0.312 5127 3060 0 0.438 1 5167 2309 0.75 1 0.312 2 interp_poly 5127 3060 0 0.438 1 5194 3279 0 0 1 5127 3060 0 0.438 1 2 interp_poly -40 431 67 539 5167 2309 3 MP PP 5167 2309 0.75 1 0.312 5234 2848 0 0.812 1 5167 2309 0.75 1 0.312 2 interp_poly 5234 2848 0 0.812 1 5194 3279 0 0 1 5234 2848 0 0.812 1 2 interp_poly 67 539 -40 348 5207 1961 3 MP PP 5207 1961 1 0.688 0 5167 2309 0.75 1 0.312 5207 1961 1 0.688 0 2 interp_poly 5167 2309 0.75 1 0.312 5234 2848 0 0.812 1 5167 2309 0.75 1 0.312 2 interp_poly -40 -1571 68 -33 5179 3565 3 MP PP 5179 3565 0 0 0.688 5247 3532 0 0 0.75 5179 3565 0 0 0.688 2 interp_poly 5247 3532 0 0 0.75 5207 1961 1 0.688 0 5247 3532 0 0 0.75 2 interp_poly -40 1067 67 -180 5207 1961 3 MP PP 5207 1961 1 0.688 0 5274 1781 1 0.438 0 5207 1961 1 0.688 0 2 interp_poly 5274 1781 1 0.438 0 5234 2848 0 0.812 1 5274 1781 1 0.438 0 2 interp_poly 67 -180 -40 -1571 5247 3532 3 MP PP 5247 3532 0 0 0.75 5207 1961 1 0.688 0 5247 3532 0 0 0.75 2 interp_poly 5207 1961 1 0.688 0 5274 1781 1 0.438 0 5207 1961 1 0.688 0 2 interp_poly -40 440 68 -29 5219 3121 3 MP PP 5219 3121 0 0.5 1 5287 3092 0 0.5 1 5219 3121 0 0.5 1 2 interp_poly 5287 3092 0 0.5 1 5247 3532 0 0 0.75 5287 3092 0 0.5 1 2 interp_poly -40 -101 68 -6 5259 3199 3 MP PP 5259 3199 0 0.438 1 5327 3193 0 0.375 1 5259 3199 0 0.438 1 2 interp_poly 5327 3193 0 0.375 1 5287 3092 0 0.5 1 5327 3193 0 0.375 1 2 interp_poly 68 -6 -40 17 5299 3182 3 MP PP 5299 3182 0 0.5 1 5259 3199 0 0.438 1 5299 3182 0 0.5 1 2 interp_poly 5259 3199 0 0.438 1 5327 3193 0 0.375 1 5259 3199 0 0.438 1 2 interp_poly -40 -423 68 -141 5271 3746 3 MP PP 5271 3746 0 0 0.562 5339 3605 0 0 0.812 5271 3746 0 0 0.562 2 interp_poly 5339 3605 0 0 0.812 5299 3182 0 0.5 1 5339 3605 0 0 0.812 2 interp_poly -40 90 68 -79 5299 3182 3 MP PP 5299 3182 0 0.5 1 5367 3103 0 0.562 1 5299 3182 0 0.5 1 2 interp_poly 5367 3103 0 0.562 1 5327 3193 0 0.375 1 5367 3103 0 0.562 1 2 interp_poly 68 -79 -40 -423 5339 3605 3 MP PP 5339 3605 0 0 0.812 5299 3182 0 0.5 1 5339 3605 0 0 0.812 2 interp_poly 5299 3182 0 0.5 1 5367 3103 0 0.562 1 5299 3182 0 0.5 1 2 interp_poly 68 -141 -40 760 5311 2986 3 MP PP 5311 2986 0 0.938 1 5271 3746 0 0 0.562 5311 2986 0 0.938 1 2 interp_poly 5271 3746 0 0 0.562 5339 3605 0 0 0.812 5271 3746 0 0 0.562 2 interp_poly 68 -33 -40 444 5219 3121 3 MP PP 5219 3121 0 0.5 1 5179 3565 0 0 0.688 5219 3121 0 0.5 1 2 interp_poly 5179 3565 0 0 0.688 5247 3532 0 0 0.75 5179 3565 0 0 0.688 2 interp_poly 68 -191 -40 -373 5271 3746 3 MP PP 5271 3746 0 0 0.562 5231 3373 0 0.188 1 5271 3746 0 0 0.562 2 interp_poly 5231 3373 0 0.188 1 5299 3182 0 0.5 1 5231 3373 0 0.188 1 2 interp_poly 68 -29 -40 -78 5259 3199 3 MP PP 5259 3199 0 0.438 1 5219 3121 0 0.5 1 5259 3199 0 0.438 1 2 interp_poly 5219 3121 0 0.5 1 5287 3092 0 0.5 1 5219 3121 0 0.5 1 2 interp_poly -40 -78 68 169 5191 3030 3 MP PP 5191 3030 0 0.75 1 5259 3199 0 0.438 1 5191 3030 0 0.75 1 2 interp_poly 5259 3199 0 0.438 1 5219 3121 0 0.5 1 5259 3199 0 0.438 1 2 interp_poly -40 -171 68 -57 4970 3282 3 MP PP 4970 3282 0 0 0.625 5038 3225 0 0 0.688 4970 3282 0 0 0.625 2 interp_poly 5038 3225 0 0 0.688 4998 3054 0 0 0.938 5038 3225 0 0 0.688 2 interp_poly -40 -463 68 -29 4906 3075 3 MP PP 4906 3075 0 0 0.688 4974 3046 0 0 0.75 4906 3075 0 0 0.688 2 interp_poly 4974 3046 0 0 0.75 4934 2583 0 0.5 1 4974 3046 0 0 0.75 2 interp_poly -40 10 68 487 4826 2125 3 MP PP 4826 2125 0.25 1 0.812 4894 2612 0 0.375 1 4826 2125 0.25 1 0.812 2 interp_poly 4894 2612 0 0.375 1 4854 2622 0 0.312 1 4894 2612 0 0.375 1 2 interp_poly 68 487 -40 -471 4866 2596 3 MP PP 4866 2596 0 0.5 1 4826 2125 0.25 1 0.812 4866 2596 0 0.5 1 2 interp_poly 4826 2125 0.25 1 0.812 4894 2612 0 0.375 1 4826 2125 0.25 1 0.812 2 interp_poly -40 29 68 -13 4866 2596 3 MP PP 4866 2596 0 0.5 1 4934 2583 0 0.5 1 4866 2596 0 0.5 1 2 interp_poly 4934 2583 0 0.5 1 4894 2612 0 0.375 1 4934 2583 0 0.5 1 2 interp_poly 68 -13 -40 -479 4906 3075 3 MP PP 4906 3075 0 0 0.688 4866 2596 0 0.5 1 4906 3075 0 0 0.688 2 interp_poly 4866 2596 0 0.5 1 4934 2583 0 0.5 1 4866 2596 0 0.5 1 2 interp_poly 68 -29 -40 2055 4946 1020 3 MP PP 4946 1020 0.812 0 0 4906 3075 0 0 0.688 4946 1020 0.812 0 0 2 interp_poly 4906 3075 0 0 0.688 4974 3046 0 0 0.75 4906 3075 0 0 0.688 2 interp_poly -40 1437 68 589 4946 1020 3 MP PP 4946 1020 0.812 0 0 5014 1609 1 0.875 0 4946 1020 0.812 0 0 2 interp_poly 5014 1609 1 0.875 0 4974 3046 0 0 0.75 5014 1609 1 0.875 0 2 interp_poly -40 -1781 68 169 4918 2632 3 MP PP 4918 2632 0 0.562 1 4986 2801 0 0.25 1 4918 2632 0 0.562 1 2 interp_poly 4986 2801 0 0.25 1 4946 1020 0.812 0 0 4986 2801 0 0.25 1 2 interp_poly 68 169 -40 343 4958 2289 3 MP PP 4958 2289 0.188 1 0.875 4918 2632 0 0.562 1 4958 2289 0.188 1 0.875 2 interp_poly 4918 2632 0 0.562 1 4986 2801 0 0.25 1 4918 2632 0 0.562 1 2 interp_poly -40 -765 68 -211 4930 3265 3 MP PP 4930 3265 0 0 0.562 4998 3054 0 0 0.938 4930 3265 0 0 0.562 2 interp_poly 4998 3054 0 0 0.938 4958 2289 0.188 1 0.875 4998 3054 0 0 0.938 2 interp_poly 68 -211 -40 -17 4970 3282 3 MP PP 4970 3282 0 0 0.625 4930 3265 0 0 0.562 4970 3282 0 0 0.625 2 interp_poly 4930 3265 0 0 0.562 4998 3054 0 0 0.938 4930 3265 0 0 0.562 2 interp_poly 68 589 -40 -1781 4986 2801 3 MP PP 4986 2801 0 0.25 1 4946 1020 0.812 0 0 4986 2801 0 0.25 1 2 interp_poly 4946 1020 0.812 0 0 5014 1609 1 0.875 0 4946 1020 0.812 0 0 2 interp_poly -40 284 68 228 4958 2289 3 MP PP 4958 2289 0.188 1 0.875 5026 2517 0 0.75 1 4958 2289 0.188 1 0.875 2 interp_poly 5026 2517 0 0.75 1 4986 2801 0 0.25 1 5026 2517 0 0.75 1 2 interp_poly 68 228 -40 -765 4998 3054 3 MP PP 4998 3054 0 0 0.938 4958 2289 0.188 1 0.875 4998 3054 0 0 0.938 2 interp_poly 4958 2289 0.188 1 0.875 5026 2517 0 0.75 1 4958 2289 0.188 1 0.875 2 interp_poly 68 -57 -40 489 5010 2793 3 MP PP 5010 2793 0 0.5 1 4970 3282 0 0 0.625 5010 2793 0 0.5 1 2 interp_poly 4970 3282 0 0 0.625 5038 3225 0 0 0.688 4970 3282 0 0 0.625 2 interp_poly -40 734 68 -42 4746 2280 3 MP PP 4746 2280 0 0.875 1 4814 2238 0 0.938 1 4746 2280 0 0.875 1 2 interp_poly 4814 2238 0 0.938 1 4774 2972 0 0 0.625 4814 2238 0 0.938 1 2 interp_poly 68 -42 -40 41 4786 2239 3 MP PP 4786 2239 0 1 1 4746 2280 0 0.875 1 4786 2239 0 1 1 2 interp_poly 4746 2280 0 0.875 1 4814 2238 0 0.938 1 4746 2280 0 0.875 1 2 interp_poly -40 -384 68 383 4786 2239 3 MP PP 4786 2239 0 1 1 4854 2622 0 0.312 1 4786 2239 0 1 1 2 interp_poly 4854 2622 0 0.312 1 4814 2238 0 0.938 1 4854 2622 0 0.312 1 2 interp_poly 68 383 -40 114 4826 2125 3 MP PP 4826 2125 0.25 1 0.812 4786 2239 0 1 1 4826 2125 0.25 1 0.812 2 interp_poly 4786 2239 0 1 1 4854 2622 0 0.312 1 4786 2239 0 1 1 2 interp_poly -40 -471 68 -283 4798 2879 3 MP PP 4798 2879 0 0 1 4866 2596 0 0.5 1 4798 2879 0 0 1 2 interp_poly 4866 2596 0 0.5 1 4826 2125 0.25 1 0.812 4866 2596 0 0.5 1 2 interp_poly 68 -283 -40 -236 4838 3115 3 MP PP 4838 3115 0 0 0.625 4798 2879 0 0 1 4838 3115 0 0 0.625 2 interp_poly 4798 2879 0 0 1 4866 2596 0 0.5 1 4798 2879 0 0 1 2 interp_poly -40 215 68 -61 4626 2682 3 MP PP 4626 2682 0 0.0625 1 4694 2621 0 0.188 1 4626 2682 0 0.0625 1 2 interp_poly 4694 2621 0 0.188 1 4654 2836 0 0 0.75 4694 2621 0 0.188 1 2 interp_poly 68 -61 -40 -219 4666 2901 3 MP PP 4666 2901 0 0 0.75 4626 2682 0 0.0625 1 4666 2901 0 0 0.75 2 interp_poly 4626 2682 0 0.0625 1 4694 2621 0 0.188 1 4626 2682 0 0.0625 1 2 interp_poly -40 -354 68 74 4666 2901 3 MP PP 4666 2901 0 0 0.75 4734 2975 0 0 0.625 4666 2901 0 0 0.75 2 interp_poly 4734 2975 0 0 0.625 4694 2621 0 0.188 1 4734 2975 0 0 0.625 2 interp_poly 68 74 -40 -69 4706 2970 3 MP PP 4706 2970 0 0 0.688 4666 2901 0 0 0.75 4706 2970 0 0 0.688 2 interp_poly 4666 2901 0 0 0.75 4734 2975 0 0 0.625 4666 2901 0 0 0.75 2 interp_poly -40 690 68 13 4678 2267 3 MP PP 4678 2267 0 0.938 1 4746 2280 0 0.875 1 4678 2267 0 0.938 1 2 interp_poly 4746 2280 0 0.875 1 4706 2970 0 0 0.688 4746 2280 0 0.875 1 2 interp_poly 68 2 -40 690 4746 2280 3 MP PP 4746 2280 0 0.875 1 4706 2970 0 0 0.688 4746 2280 0 0.875 1 2 interp_poly 4706 2970 0 0 0.688 4774 2972 0 0 0.625 4706 2970 0 0 0.688 2 interp_poly -40 41 68 -122 4718 2361 3 MP PP 4718 2361 0 0.812 1 4786 2239 0 1 1 4718 2361 0 0.812 1 2 interp_poly 4786 2239 0 1 1 4746 2280 0 0.875 1 4786 2239 0 1 1 2 interp_poly 68 13 -40 -94 4718 2361 3 MP PP 4718 2361 0 0.812 1 4678 2267 0 0.938 1 4718 2361 0 0.812 1 2 interp_poly 4678 2267 0 0.938 1 4746 2280 0 0.875 1 4678 2267 0 0.938 1 2 interp_poly 68 -122 -40 354 4758 2007 3 MP PP 4758 2007 0.438 1 0.625 4718 2361 0 0.812 1 4758 2007 0.438 1 0.625 2 interp_poly 4718 2361 0 0.812 1 4786 2239 0 1 1 4718 2361 0 0.812 1 2 interp_poly -40 114 68 118 4758 2007 3 MP PP 4758 2007 0.438 1 0.625 4826 2125 0.25 1 0.812 4758 2007 0.438 1 0.625 2 interp_poly 4826 2125 0.25 1 0.812 4786 2239 0 1 1 4826 2125 0.25 1 0.812 2 interp_poly 68 118 -40 -872 4798 2879 3 MP PP 4798 2879 0 0 1 4758 2007 0.438 1 0.625 4798 2879 0 0 1 2 interp_poly 4758 2007 0.438 1 0.625 4826 2125 0.25 1 0.812 4758 2007 0.438 1 0.625 2 interp_poly -40 1195 68 -276 4810 2196 3 MP PP 4810 2196 0.312 1 0.75 4878 1920 0.75 1 0.312 4810 2196 0.312 1 0.75 2 interp_poly 4878 1920 0.75 1 0.312 4838 3115 0 0 0.625 4878 1920 0.75 1 0.312 2 interp_poly -40 -479 68 -40 4838 3115 3 MP PP 4838 3115 0 0 0.625 4906 3075 0 0 0.688 4838 3115 0 0 0.625 2 interp_poly 4906 3075 0 0 0.688 4866 2596 0 0.5 1 4906 3075 0 0 0.688 2 interp_poly 68 -40 -40 1195 4878 1920 3 MP PP 4878 1920 0.75 1 0.312 4838 3115 0 0 0.625 4878 1920 0.75 1 0.312 2 interp_poly 4838 3115 0 0 0.625 4906 3075 0 0 0.688 4838 3115 0 0 0.625 2 interp_poly -40 2055 68 -900 4878 1920 3 MP PP 4878 1920 0.75 1 0.312 4946 1020 0.812 0 0 4878 1920 0.75 1 0.312 2 interp_poly 4946 1020 0.812 0 0 4906 3075 0 0 0.688 4946 1020 0.812 0 0 2 interp_poly -40 -712 68 -88 4850 2720 3 MP PP 4850 2720 0 0.438 1 4918 2632 0 0.562 1 4850 2720 0 0.438 1 2 interp_poly 4918 2632 0 0.562 1 4878 1920 0.75 1 0.312 4918 2632 0 0.562 1 2 interp_poly 68 -88 -40 355 4890 2365 3 MP PP 4890 2365 0.0625 1 1 4850 2720 0 0.438 1 4890 2365 0.0625 1 1 2 interp_poly 4850 2720 0 0.438 1 4918 2632 0 0.562 1 4850 2720 0 0.438 1 2 interp_poly 68 -900 -40 -712 4918 2632 3 MP PP 4918 2632 0 0.562 1 4878 1920 0.75 1 0.312 4918 2632 0 0.562 1 2 interp_poly 4878 1920 0.75 1 0.312 4946 1020 0.812 0 0 4878 1920 0.75 1 0.312 2 interp_poly -40 343 68 -76 4890 2365 3 MP PP 4890 2365 0.0625 1 1 4958 2289 0.188 1 0.875 4890 2365 0.0625 1 1 2 interp_poly 4958 2289 0.188 1 0.875 4918 2632 0 0.562 1 4958 2289 0.188 1 0.875 2 interp_poly 68 -76 -40 -900 4930 3265 3 MP PP 4930 3265 0 0 0.562 4890 2365 0.0625 1 1 4930 3265 0 0 0.562 2 interp_poly 4890 2365 0.0625 1 1 4958 2289 0.188 1 0.875 4890 2365 0.0625 1 1 2 interp_poly -40 489 68 159 4942 2634 3 MP PP 4942 2634 0 0.75 1 5010 2793 0 0.5 1 4942 2634 0 0.75 1 2 interp_poly 5010 2793 0 0.5 1 4970 3282 0 0 0.625 5010 2793 0 0.5 1 2 interp_poly -40 556 68 -124 5010 2793 3 MP PP 5010 2793 0 0.5 1 5078 2669 0 0.688 1 5010 2793 0 0.5 1 2 interp_poly 5078 2669 0 0.688 1 5038 3225 0 0 0.688 5078 2669 0 0.688 1 2 interp_poly -40 -361 68 100 4982 3054 3 MP PP 4982 3054 0 0.0625 1 5050 3154 0 0 0.875 4982 3054 0 0.0625 1 2 interp_poly 5050 3154 0 0 0.875 5010 2793 0 0.5 1 5050 3154 0 0 0.875 2 interp_poly 68 100 -40 -121 5022 3175 3 MP PP 5022 3175 0 0 0.938 4982 3054 0 0.0625 1 5022 3175 0 0 0.938 2 interp_poly 4982 3054 0 0.0625 1 5050 3154 0 0 0.875 4982 3054 0 0.0625 1 2 interp_poly -40 10 68 -31 5022 3175 3 MP PP 5022 3175 0 0 0.938 5090 3144 0 0 0.938 5022 3175 0 0 0.938 2 interp_poly 5090 3144 0 0 0.938 5050 3154 0 0 0.875 5090 3144 0 0 0.938 2 interp_poly 68 -124 -40 -361 5050 3154 3 MP PP 5050 3154 0 0 0.875 5010 2793 0 0.5 1 5050 3154 0 0 0.875 2 interp_poly 5010 2793 0 0.5 1 5078 2669 0 0.688 1 5010 2793 0 0.5 1 2 interp_poly 68 -31 -40 851 5062 2324 3 MP PP 5062 2324 0.438 1 0.625 5022 3175 0 0 0.938 5062 2324 0.438 1 0.625 2 interp_poly 5022 3175 0 0 0.938 5090 3144 0 0 0.938 5022 3175 0 0 0.938 2 interp_poly -40 -203 67 -5 5007 3338 3 MP PP 5007 3338 0 0 0.812 5074 3333 0 0 0.812 5007 3338 0 0 0.812 2 interp_poly 5074 3333 0 0 0.812 5034 3130 0 0.125 1 5074 3333 0 0 0.812 2 interp_poly 67 -5 -40 -78 5047 3416 3 MP PP 5047 3416 0 0 0.75 5007 3338 0 0 0.812 5047 3416 0 0 0.75 2 interp_poly 5007 3338 0 0 0.812 5074 3333 0 0 0.812 5007 3338 0 0 0.812 2 interp_poly -40 -900 68 5 4862 3260 3 MP PP 4862 3260 0 0 0.625 4930 3265 0 0 0.562 4862 3260 0 0 0.625 2 interp_poly 4930 3265 0 0 0.562 4890 2365 0.0625 1 1 4930 3265 0 0 0.562 2 interp_poly 68 5 -40 -72 4902 3332 3 MP PP 4902 3332 0 0 0.562 4862 3260 0 0 0.625 4902 3332 0 0 0.562 2 interp_poly 4862 3260 0 0 0.625 4930 3265 0 0 0.562 4862 3260 0 0 0.625 2 interp_poly -40 -17 68 -50 4902 3332 3 MP PP 4902 3332 0 0 0.562 4970 3282 0 0 0.625 4902 3332 0 0 0.562 2 interp_poly 4970 3282 0 0 0.625 4930 3265 0 0 0.562 4970 3282 0 0 0.625 2 interp_poly 68 -50 -40 698 4942 2634 3 MP PP 4942 2634 0 0.75 1 4902 3332 0 0 0.562 4942 2634 0 0.75 1 2 interp_poly 4902 3332 0 0 0.562 4970 3282 0 0 0.625 4902 3332 0 0 0.562 2 interp_poly -40 698 68 -398 4874 3032 3 MP PP 4874 3032 0 0.125 1 4942 2634 0 0.75 1 4874 3032 0 0.125 1 2 interp_poly 4942 2634 0 0.75 1 4902 3332 0 0 0.562 4942 2634 0 0.75 1 2 interp_poly -40 -420 68 -9 4914 3063 3 MP PP 4914 3063 0 0.125 1 4982 3054 0 0.0625 1 4914 3063 0 0.125 1 2 interp_poly 4982 3054 0 0.0625 1 4942 2634 0 0.75 1 4982 3054 0 0.0625 1 2 interp_poly 68 -9 -40 -65 4954 3128 3 MP PP 4954 3128 0 0.0625 1 4914 3063 0 0.125 1 4954 3128 0 0.0625 1 2 interp_poly 4914 3063 0 0.125 1 4982 3054 0 0.0625 1 4914 3063 0 0.125 1 2 interp_poly 68 159 -40 -420 4982 3054 3 MP PP 4982 3054 0 0.0625 1 4942 2634 0 0.75 1 4982 3054 0 0.0625 1 2 interp_poly 4942 2634 0 0.75 1 5010 2793 0 0.5 1 4942 2634 0 0.75 1 2 interp_poly -40 -121 68 47 4954 3128 3 MP PP 4954 3128 0 0.0625 1 5022 3175 0 0 0.938 4954 3128 0 0.0625 1 2 interp_poly 5022 3175 0 0 0.938 4982 3054 0 0.0625 1 5022 3175 0 0 0.938 2 interp_poly 68 47 -40 962 4994 2166 3 MP PP 4994 2166 0.688 1 0.375 4954 3128 0 0.0625 1 4994 2166 0.688 1 0.375 2 interp_poly 4954 3128 0 0.0625 1 5022 3175 0 0 0.938 4954 3128 0 0.0625 1 2 interp_poly -40 851 68 158 4994 2166 3 MP PP 4994 2166 0.688 1 0.375 5062 2324 0.438 1 0.625 4994 2166 0.688 1 0.375 2 interp_poly 5062 2324 0.438 1 0.625 5022 3175 0 0 0.938 5062 2324 0.438 1 0.625 2 interp_poly -40 -964 67 1 4967 3129 3 MP PP 4967 3129 0 0.125 1 5034 3130 0 0.125 1 4967 3129 0 0.125 1 2 interp_poly 5034 3130 0 0.125 1 4994 2166 0.688 1 0.375 5034 3130 0 0.125 1 2 interp_poly 67 1 -40 -209 5007 3338 3 MP PP 5007 3338 0 0 0.812 4967 3129 0 0.125 1 5007 3338 0 0 0.812 2 interp_poly 4967 3129 0 0.125 1 5034 3130 0 0.125 1 4967 3129 0 0.125 1 2 interp_poly 68 158 -40 -964 5034 3130 3 MP PP 5034 3130 0 0.125 1 4994 2166 0.688 1 0.375 5034 3130 0 0.125 1 2 interp_poly 4994 2166 0.688 1 0.375 5062 2324 0.438 1 0.625 4994 2166 0.688 1 0.375 2 interp_poly -40 876 68 -56 5062 2324 3 MP PP 5062 2324 0.438 1 0.625 5130 2268 0.5 1 0.562 5062 2324 0.438 1 0.625 2 interp_poly 5130 2268 0.5 1 0.562 5090 3144 0 0 0.938 5130 2268 0.5 1 0.562 2 interp_poly -40 -1014 68 208 5034 3130 3 MP PP 5034 3130 0 0.125 1 5102 3338 0 0 0.75 5034 3130 0 0.125 1 2 interp_poly 5102 3338 0 0 0.75 5062 2324 0.438 1 0.625 5102 3338 0 0 0.75 2 interp_poly 68 208 -40 -203 5074 3333 3 MP PP 5074 3333 0 0 0.812 5034 3130 0 0.125 1 5074 3333 0 0 0.812 2 interp_poly 5034 3130 0 0.125 1 5102 3338 0 0 0.75 5034 3130 0 0.125 1 2 interp_poly 68 -56 -40 -1014 5102 3338 3 MP PP 5102 3338 0 0 0.75 5062 2324 0.438 1 0.625 5102 3338 0 0 0.75 2 interp_poly 5062 2324 0.438 1 0.625 5130 2268 0.5 1 0.562 5062 2324 0.438 1 0.625 2 interp_poly -40 -52 68 57 5074 3333 3 MP PP 5074 3333 0 0 0.812 5142 3390 0 0 0.688 5074 3333 0 0 0.812 2 interp_poly 5142 3390 0 0 0.688 5102 3338 0 0 0.75 5142 3390 0 0 0.688 2 interp_poly 68 57 -40 15 5114 3318 3 MP PP 5114 3318 0 0 0.875 5074 3333 0 0 0.812 5114 3318 0 0 0.875 2 interp_poly 5074 3333 0 0 0.812 5142 3390 0 0 0.688 5074 3333 0 0 0.812 2 interp_poly -40 15 67 -98 5047 3416 3 MP PP 5047 3416 0 0 0.75 5114 3318 0 0 0.875 5047 3416 0 0 0.75 2 interp_poly 5114 3318 0 0 0.875 5074 3333 0 0 0.812 5114 3318 0 0 0.875 2 interp_poly -40 68 68 305 5019 3043 3 MP PP 5019 3043 0 0.438 1 5087 3348 0 0 0.875 5019 3043 0 0.438 1 2 interp_poly 5087 3348 0 0 0.875 5047 3416 0 0 0.75 5087 3348 0 0 0.875 2 interp_poly 68 305 -40 -301 5059 3344 3 MP PP 5059 3344 0 0 0.938 5019 3043 0 0.438 1 5059 3344 0 0 0.938 2 interp_poly 5019 3043 0 0.438 1 5087 3348 0 0 0.875 5019 3043 0 0.438 1 2 interp_poly -40 288 68 -284 5059 3344 3 MP PP 5059 3344 0 0 0.938 5127 3060 0 0.438 1 5059 3344 0 0 0.938 2 interp_poly 5127 3060 0 0.438 1 5087 3348 0 0 0.875 5127 3060 0 0.438 1 2 interp_poly 68 -284 -40 1347 5099 1997 3 MP PP 5099 1997 1 0.75 0 5059 3344 0 0 0.938 5099 1997 1 0.75 0 2 interp_poly 5059 3344 0 0 0.938 5127 3060 0 0.438 1 5059 3344 0 0 0.938 2 interp_poly 67 -98 -40 68 5087 3348 3 MP PP 5087 3348 0 0 0.875 5047 3416 0 0 0.75 5087 3348 0 0 0.875 2 interp_poly 5047 3416 0 0 0.75 5114 3318 0 0 0.875 5047 3416 0 0 0.75 2 interp_poly -40 -92 67 62 5087 3348 3 MP PP 5087 3348 0 0 0.875 5154 3410 0 0 0.75 5087 3348 0 0 0.875 2 interp_poly 5154 3410 0 0 0.75 5114 3318 0 0 0.875 5154 3410 0 0 0.75 2 interp_poly 67 62 -40 288 5127 3060 3 MP PP 5127 3060 0 0.438 1 5087 3348 0 0 0.875 5127 3060 0 0.438 1 2 interp_poly 5087 3348 0 0 0.875 5154 3410 0 0 0.75 5087 3348 0 0 0.875 2 interp_poly -40 751 68 312 5099 1997 3 MP PP 5099 1997 1 0.75 0 5167 2309 0.75 1 0.312 5099 1997 1 0.75 0 2 interp_poly 5167 2309 0.75 1 0.312 5127 3060 0 0.438 1 5167 2309 0.75 1 0.312 2 interp_poly 68 312 -40 375 5139 1622 3 MP PP 5139 1622 1 0.0625 0 5099 1997 1 0.75 0 5139 1622 1 0.0625 0 2 interp_poly 5099 1997 1 0.75 0 5167 2309 0.75 1 0.312 5099 1997 1 0.75 0 2 interp_poly -40 -1943 68 274 5111 3291 3 MP PP 5111 3291 0 0.188 1 5179 3565 0 0 0.688 5111 3291 0 0.188 1 2 interp_poly 5179 3565 0 0 0.688 5139 1622 1 0.0625 0 5179 3565 0 0 0.688 2 interp_poly -40 348 68 339 5139 1622 3 MP PP 5139 1622 1 0.0625 0 5207 1961 1 0.688 0 5139 1622 1 0.0625 0 2 interp_poly 5207 1961 1 0.688 0 5167 2309 0.75 1 0.312 5207 1961 1 0.688 0 2 interp_poly 68 339 -40 -1943 5179 3565 3 MP PP 5179 3565 0 0 0.688 5139 1622 1 0.0625 0 5179 3565 0 0 0.688 2 interp_poly 5139 1622 1 0.0625 0 5207 1961 1 0.688 0 5139 1622 1 0.0625 0 2 interp_poly -40 444 68 -84 5151 3205 3 MP PP 5151 3205 0 0.375 1 5219 3121 0 0.5 1 5151 3205 0 0.375 1 2 interp_poly 5219 3121 0 0.5 1 5179 3565 0 0 0.688 5219 3121 0 0.5 1 2 interp_poly 68 -84 -40 175 5191 3030 3 MP PP 5191 3030 0 0.75 1 5151 3205 0 0.375 1 5191 3030 0 0.75 1 2 interp_poly 5151 3205 0 0.375 1 5219 3121 0 0.5 1 5151 3205 0 0.375 1 2 interp_poly 68 169 -40 -343 5231 3373 3 MP PP 5231 3373 0 0.188 1 5191 3030 0 0.75 1 5231 3373 0 0.188 1 2 interp_poly 5191 3030 0 0.75 1 5259 3199 0 0.438 1 5191 3030 0 0.75 1 2 interp_poly -40 17 68 -191 5231 3373 3 MP PP 5231 3373 0 0.188 1 5299 3182 0 0.5 1 5231 3373 0 0.188 1 2 interp_poly 5299 3182 0 0.5 1 5259 3199 0 0.438 1 5299 3182 0 0.5 1 2 interp_poly -40 760 68 -80 5243 3066 3 MP PP 5243 3066 0 0.812 1 5311 2986 0 0.938 1 5243 3066 0 0.812 1 2 interp_poly 5311 2986 0 0.938 1 5271 3746 0 0 0.562 5311 2986 0 0.938 1 2 interp_poly -40 535 68 84 5311 2986 3 MP PP 5311 2986 0 0.938 1 5379 3070 0 0.75 1 5311 2986 0 0.938 1 2 interp_poly 5379 3070 0 0.75 1 5339 3605 0 0 0.812 5379 3070 0 0.75 1 2 interp_poly -40 -637 68 184 5283 3439 3 MP PP 5283 3439 0 0.188 1 5351 3623 0 0 0.875 5283 3439 0 0.188 1 2 interp_poly 5351 3623 0 0 0.875 5311 2986 0 0.938 1 5351 3623 0 0 0.875 2 interp_poly 68 184 -40 125 5323 3314 3 MP PP 5323 3314 0 0.438 1 5283 3439 0 0.188 1 5323 3314 0 0.438 1 2 interp_poly 5283 3439 0 0.188 1 5351 3623 0 0 0.875 5283 3439 0 0.188 1 2 interp_poly 68 84 -40 -637 5351 3623 3 MP PP 5351 3623 0 0 0.875 5311 2986 0 0.938 1 5351 3623 0 0 0.875 2 interp_poly 5311 2986 0 0.938 1 5379 3070 0 0.75 1 5311 2986 0 0.938 1 2 interp_poly -40 291 68 18 5323 3314 3 MP PP 5323 3314 0 0.438 1 5391 3332 0 0.438 1 5323 3314 0 0.438 1 2 interp_poly 5391 3332 0 0.438 1 5351 3623 0 0 0.875 5391 3332 0 0.438 1 2 interp_poly 68 18 -40 -560 5363 3874 3 MP PP 5363 3874 0 0 0.562 5323 3314 0 0.438 1 5363 3874 0 0 0.562 2 interp_poly 5323 3314 0 0.438 1 5391 3332 0 0.438 1 5323 3314 0 0.438 1 2 interp_poly -40 -472 68 -70 5363 3874 3 MP PP 5363 3874 0 0 0.562 5431 3804 0 0 0.625 5363 3874 0 0 0.562 2 interp_poly 5431 3804 0 0 0.625 5391 3332 0 0.438 1 5431 3804 0 0 0.625 2 interp_poly -40 -11 68 130 5375 3563 3 MP PP 5375 3563 0 0.188 1 5443 3693 0 0 0.938 5375 3563 0 0.188 1 2 interp_poly 5443 3693 0 0 0.938 5403 3682 0 0 0.938 5443 3693 0 0 0.938 2 interp_poly 68 130 -40 463 5415 3100 3 MP PP 5415 3100 0 1 1 5375 3563 0 0.188 1 5415 3100 0 1 1 2 interp_poly 5375 3563 0 0.188 1 5443 3693 0 0 0.938 5375 3563 0 0.188 1 2 interp_poly -40 86 68 36 5403 3682 3 MP PP 5403 3682 0 0 0.938 5471 3718 0 0 0.812 5403 3682 0 0 0.938 2 interp_poly 5471 3718 0 0 0.812 5431 3804 0 0 0.625 5471 3718 0 0 0.812 2 interp_poly 68 36 -40 -11 5443 3693 3 MP PP 5443 3693 0 0 0.938 5403 3682 0 0 0.938 5443 3693 0 0 0.938 2 interp_poly 5403 3682 0 0 0.938 5471 3718 0 0 0.812 5403 3682 0 0 0.938 2 interp_poly -40 -775 68 308 5427 3708 3 MP PP 5427 3708 0 0.0625 1 5495 4016 0 0 0.562 5427 3708 0 0.0625 1 2 interp_poly 5495 4016 0 0 0.562 5455 3241 0 0.812 1 5495 4016 0 0 0.562 2 interp_poly 68 308 -40 -279 5467 3987 3 MP PP 5467 3987 0 0 0.625 5427 3708 0 0.0625 1 5467 3987 0 0 0.625 2 interp_poly 5427 3708 0 0.0625 1 5495 4016 0 0 0.562 5427 3708 0 0.0625 1 2 interp_poly 68 -196 -40 434 5507 3553 3 MP PP 5507 3553 0 0.438 1 5467 3987 0 0 0.625 5507 3553 0 0.438 1 2 interp_poly 5467 3987 0 0 0.625 5535 3791 0 0 0.938 5467 3987 0 0 0.625 2 interp_poly -40 225 68 -196 5467 3987 3 MP PP 5467 3987 0 0 0.625 5535 3791 0 0 0.938 5467 3987 0 0 0.625 2 interp_poly 5535 3791 0 0 0.938 5495 4016 0 0 0.562 5535 3791 0 0 0.938 2 interp_poly -40 463 68 38 5347 3062 3 MP PP 5347 3062 0.125 1 0.938 5415 3100 0 1 1 5347 3062 0.125 1 0.938 2 interp_poly 5415 3100 0 1 1 5375 3563 0 0.188 1 5415 3100 0 1 1 2 interp_poly 68 38 -40 -11 5387 3073 3 MP PP 5387 3073 0.125 1 0.938 5347 3062 0.125 1 0.938 5387 3073 0.125 1 0.938 2 interp_poly 5347 3062 0.125 1 0.938 5415 3100 0 1 1 5347 3062 0.125 1 0.938 2 interp_poly 68 168 -40 -635 5427 3708 3 MP PP 5427 3708 0 0.0625 1 5387 3073 0.125 1 0.938 5427 3708 0 0.0625 1 2 interp_poly 5387 3073 0.125 1 0.938 5455 3241 0 0.812 1 5387 3073 0.125 1 0.938 2 interp_poly -40 434 68 77 5439 3476 3 MP PP 5439 3476 0 0.562 1 5507 3553 0 0.438 1 5439 3476 0 0.562 1 2 interp_poly 5507 3553 0 0.438 1 5467 3987 0 0 0.625 5507 3553 0 0.438 1 2 interp_poly 68 274 -40 86 5151 3205 3 MP PP 5151 3205 0 0.375 1 5111 3291 0 0.188 1 5151 3205 0 0.375 1 2 interp_poly 5111 3291 0 0.188 1 5179 3565 0 0 0.688 5111 3291 0 0.188 1 2 interp_poly -40 -343 68 -243 5163 3616 3 MP PP 5163 3616 0 0 0.812 5231 3373 0 0.188 1 5163 3616 0 0 0.812 2 interp_poly 5231 3373 0 0.188 1 5191 3030 0 0.75 1 5231 3373 0 0.188 1 2 interp_poly 68 -243 -40 -167 5203 3783 3 MP PP 5203 3783 0 0 0.562 5163 3616 0 0 0.812 5203 3783 0 0 0.562 2 interp_poly 5163 3616 0 0 0.812 5231 3373 0 0.188 1 5163 3616 0 0 0.812 2 interp_poly -40 -373 68 -37 5203 3783 3 MP PP 5203 3783 0 0 0.562 5271 3746 0 0 0.562 5203 3783 0 0 0.562 2 interp_poly 5271 3746 0 0 0.562 5231 3373 0 0.188 1 5271 3746 0 0 0.562 2 interp_poly 68 -37 -40 717 5243 3066 3 MP PP 5243 3066 0 0.812 1 5203 3783 0 0 0.562 5243 3066 0 0.812 1 2 interp_poly 5203 3783 0 0 0.562 5271 3746 0 0 0.562 5203 3783 0 0 0.562 2 interp_poly -40 -373 68 -184 5215 3623 3 MP PP 5215 3623 0 0 0.938 5283 3439 0 0.188 1 5215 3623 0 0 0.938 2 interp_poly 5283 3439 0 0.188 1 5243 3066 0 0.812 1 5283 3439 0 0.188 1 2 interp_poly 68 -80 -40 -373 5283 3439 3 MP PP 5283 3439 0 0.188 1 5243 3066 0 0.812 1 5283 3439 0 0.188 1 2 interp_poly 5243 3066 0 0.812 1 5311 2986 0 0.938 1 5243 3066 0 0.812 1 2 interp_poly 68 -184 -40 645 5255 2978 3 MP PP 5255 2978 0.0625 1 1 5215 3623 0 0 0.938 5255 2978 0.0625 1 1 2 interp_poly 5215 3623 0 0 0.938 5283 3439 0 0.188 1 5215 3623 0 0 0.938 2 interp_poly -40 125 68 336 5255 2978 3 MP PP 5255 2978 0.0625 1 1 5323 3314 0 0.438 1 5255 2978 0.0625 1 1 2 interp_poly 5323 3314 0 0.438 1 5283 3439 0 0.188 1 5323 3314 0 0.438 1 2 interp_poly 68 336 -40 -917 5295 3895 3 MP PP 5295 3895 0 0 0.562 5255 2978 0.0625 1 1 5295 3895 0 0 0.562 2 interp_poly 5255 2978 0.0625 1 1 5323 3314 0 0.438 1 5255 2978 0.0625 1 1 2 interp_poly -40 -560 68 -21 5295 3895 3 MP PP 5295 3895 0 0 0.562 5363 3874 0 0 0.562 5295 3895 0 0 0.562 2 interp_poly 5363 3874 0 0 0.562 5323 3314 0 0.438 1 5363 3874 0 0 0.562 2 interp_poly -40 251 68 188 5307 3375 3 MP PP 5307 3375 0 0.5 1 5375 3563 0 0.188 1 5307 3375 0 0.5 1 2 interp_poly 5375 3563 0 0.188 1 5335 3814 0 0 0.688 5375 3563 0 0.188 1 2 interp_poly 68 188 -40 313 5347 3062 3 MP PP 5347 3062 0.125 1 0.938 5307 3375 0 0.5 1 5347 3062 0.125 1 0.938 2 interp_poly 5307 3375 0 0.5 1 5375 3563 0 0.188 1 5307 3375 0 0.5 1 2 interp_poly -40 192 68 -132 5335 3814 3 MP PP 5335 3814 0 0 0.688 5403 3682 0 0 0.938 5335 3814 0 0 0.688 2 interp_poly 5403 3682 0 0 0.938 5363 3874 0 0 0.562 5403 3682 0 0 0.938 2 interp_poly 68 -132 -40 251 5375 3563 3 MP PP 5375 3563 0 0.188 1 5335 3814 0 0 0.688 5375 3563 0 0.188 1 2 interp_poly 5335 3814 0 0 0.688 5403 3682 0 0 0.938 5335 3814 0 0 0.688 2 interp_poly 68 -70 -40 192 5403 3682 3 MP PP 5403 3682 0 0 0.938 5363 3874 0 0 0.562 5403 3682 0 0 0.938 2 interp_poly 5363 3874 0 0 0.562 5431 3804 0 0 0.625 5363 3874 0 0 0.562 2 interp_poly -40 -635 68 -4 5359 3712 3 MP PP 5359 3712 0 0.125 1 5427 3708 0 0.0625 1 5359 3712 0 0.125 1 2 interp_poly 5427 3708 0 0.0625 1 5387 3073 0.125 1 0.938 5427 3708 0 0.0625 1 2 interp_poly 68 -4 -40 -161 5399 3873 3 MP PP 5399 3873 0 0 0.875 5359 3712 0 0.125 1 5399 3873 0 0 0.875 2 interp_poly 5359 3712 0 0.125 1 5427 3708 0 0.0625 1 5359 3712 0 0.125 1 2 interp_poly -40 -279 68 114 5399 3873 3 MP PP 5399 3873 0 0 0.875 5467 3987 0 0 0.625 5399 3873 0 0 0.875 2 interp_poly 5467 3987 0 0 0.625 5427 3708 0 0.0625 1 5467 3987 0 0 0.625 2 interp_poly 68 114 -40 397 5439 3476 3 MP PP 5439 3476 0 0.562 1 5399 3873 0 0 0.875 5439 3476 0 0.562 1 2 interp_poly 5399 3873 0 0 0.875 5467 3987 0 0 0.625 5399 3873 0 0 0.875 2 interp_poly -40 -141 68 168 5387 3073 3 MP PP 5387 3073 0.125 1 0.938 5455 3241 0 0.812 1 5387 3073 0.125 1 0.938 2 interp_poly 5455 3241 0 0.812 1 5415 3100 0 1 1 5455 3241 0 0.812 1 2 interp_poly -40 397 68 -87 5371 3563 3 MP PP 5371 3563 0 0.438 1 5439 3476 0 0.562 1 5371 3563 0 0.438 1 2 interp_poly 5439 3476 0 0.562 1 5399 3873 0 0 0.875 5439 3476 0 0.562 1 2 interp_poly -40 175 68 -232 5123 3262 3 MP PP 5123 3262 0 0.375 1 5191 3030 0 0.75 1 5123 3262 0 0.375 1 2 interp_poly 5191 3030 0 0.75 1 5151 3205 0 0.375 1 5191 3030 0 0.75 1 2 interp_poly -40 86 68 -217 5083 3422 3 MP PP 5083 3422 0 0.0625 1 5151 3205 0 0.375 1 5083 3422 0 0.0625 1 2 interp_poly 5151 3205 0 0.375 1 5111 3291 0 0.188 1 5151 3205 0 0.375 1 2 interp_poly 68 -217 -40 160 5123 3262 3 MP PP 5123 3262 0 0.375 1 5083 3422 0 0.0625 1 5123 3262 0 0.375 1 2 interp_poly 5083 3422 0 0.0625 1 5151 3205 0 0.375 1 5083 3422 0 0.0625 1 2 interp_poly 68 -232 -40 -354 5163 3616 3 MP PP 5163 3616 0 0 0.812 5123 3262 0 0.375 1 5163 3616 0 0 0.812 2 interp_poly 5123 3262 0 0.375 1 5191 3030 0 0.75 1 5123 3262 0 0.375 1 2 interp_poly -40 717 68 90 5175 2976 3 MP PP 5175 2976 0 1 1 5243 3066 0 0.812 1 5175 2976 0 1 1 2 interp_poly 5243 3066 0 0.812 1 5203 3783 0 0 0.562 5243 3066 0 0.812 1 2 interp_poly 68 90 -40 -647 5215 3623 3 MP PP 5215 3623 0 0 0.938 5175 2976 0 1 1 5215 3623 0 0 0.938 2 interp_poly 5175 2976 0 1 1 5243 3066 0 0.812 1 5175 2976 0 1 1 2 interp_poly -40 645 68 -18 5187 2996 3 MP PP 5187 2996 0.0625 1 1 5255 2978 0.0625 1 1 5187 2996 0.0625 1 1 2 interp_poly 5255 2978 0.0625 1 1 5215 3623 0 0 0.938 5255 2978 0.0625 1 1 2 interp_poly 68 -18 -40 -834 5227 3830 3 MP PP 5227 3830 0 0 0.688 5187 2996 0.0625 1 1 5227 3830 0 0 0.688 2 interp_poly 5187 2996 0.0625 1 1 5255 2978 0.0625 1 1 5187 2996 0.0625 1 1 2 interp_poly -40 -917 68 65 5227 3830 3 MP PP 5227 3830 0 0 0.688 5295 3895 0 0 0.562 5227 3830 0 0 0.688 2 interp_poly 5295 3895 0 0 0.562 5255 2978 0.0625 1 1 5295 3895 0 0 0.562 2 interp_poly 68 65 -40 -87 5267 3917 3 MP PP 5267 3917 0 0 0.562 5227 3830 0 0 0.688 5267 3917 0 0 0.562 2 interp_poly 5227 3830 0 0 0.688 5295 3895 0 0 0.562 5227 3830 0 0 0.688 2 interp_poly -40 542 68 188 5239 3187 3 MP PP 5239 3187 0 0.875 1 5307 3375 0 0.5 1 5239 3187 0 0.875 1 2 interp_poly 5307 3375 0 0.5 1 5267 3917 0 0 0.562 5307 3375 0 0.5 1 2 interp_poly 68 188 -40 76 5279 3111 3 MP PP 5279 3111 0.0625 1 1 5239 3187 0 0.875 1 5279 3111 0.0625 1 1 2 interp_poly 5239 3187 0 0.875 1 5307 3375 0 0.5 1 5239 3187 0 0.875 1 2 interp_poly 68 -103 -40 542 5307 3375 3 MP PP 5307 3375 0 0.5 1 5267 3917 0 0 0.562 5307 3375 0 0.5 1 2 interp_poly 5267 3917 0 0 0.562 5335 3814 0 0 0.688 5267 3917 0 0 0.562 2 interp_poly -40 313 68 -49 5279 3111 3 MP PP 5279 3111 0.0625 1 1 5347 3062 0.125 1 0.938 5279 3111 0.0625 1 1 2 interp_poly 5347 3062 0.125 1 0.938 5307 3375 0 0.5 1 5347 3062 0.125 1 0.938 2 interp_poly 68 -49 -40 225 5319 2886 3 MP PP 5319 2886 0.438 1 0.625 5279 3111 0.0625 1 1 5319 2886 0.438 1 0.625 2 interp_poly 5279 3111 0.0625 1 1 5347 3062 0.125 1 0.938 5279 3111 0.0625 1 1 2 interp_poly -40 -826 68 -61 5291 3773 3 MP PP 5291 3773 0 0 1 5359 3712 0 0.125 1 5291 3773 0 0 1 2 interp_poly 5359 3712 0 0.125 1 5319 2886 0.438 1 0.625 5359 3712 0 0.125 1 2 interp_poly -40 81 68 -103 5267 3917 3 MP PP 5267 3917 0 0 0.562 5335 3814 0 0 0.688 5267 3917 0 0 0.562 2 interp_poly 5335 3814 0 0 0.688 5295 3895 0 0 0.562 5335 3814 0 0 0.688 2 interp_poly 68 -21 -40 81 5335 3814 3 MP PP 5335 3814 0 0 0.688 5295 3895 0 0 0.562 5335 3814 0 0 0.688 2 interp_poly 5295 3895 0 0 0.562 5363 3874 0 0 0.562 5295 3895 0 0 0.562 2 interp_poly 68 -61 -40 -269 5331 4042 3 MP PP 5331 4042 0 0 0.625 5291 3773 0 0 1 5331 4042 0 0 0.625 2 interp_poly 5291 3773 0 0 1 5359 3712 0 0.125 1 5291 3773 0 0 1 2 interp_poly -40 -11 68 187 5319 2886 3 MP PP 5319 2886 0.438 1 0.625 5387 3073 0.125 1 0.938 5319 2886 0.438 1 0.625 2 interp_poly 5387 3073 0.125 1 0.938 5347 3062 0.125 1 0.938 5387 3073 0.125 1 0.938 2 interp_poly 68 187 -40 -826 5359 3712 3 MP PP 5359 3712 0 0.125 1 5319 2886 0.438 1 0.625 5359 3712 0 0.125 1 2 interp_poly 5319 2886 0.438 1 0.625 5387 3073 0.125 1 0.938 5319 2886 0.438 1 0.625 2 interp_poly -40 -161 68 -169 5331 4042 3 MP PP 5331 4042 0 0 0.625 5399 3873 0 0 0.875 5331 4042 0 0 0.625 2 interp_poly 5399 3873 0 0 0.875 5359 3712 0 0.125 1 5399 3873 0 0 0.875 2 interp_poly 68 -169 -40 479 5371 3563 3 MP PP 5371 3563 0 0.438 1 5331 4042 0 0 0.625 5371 3563 0 0.438 1 2 interp_poly 5331 4042 0 0 0.625 5399 3873 0 0 0.875 5331 4042 0 0 0.625 2 interp_poly -40 479 68 -122 5303 3685 3 MP PP 5303 3685 0 0.25 1 5371 3563 0 0.438 1 5303 3685 0 0.25 1 2 interp_poly 5371 3563 0 0.438 1 5331 4042 0 0 0.625 5371 3563 0 0.438 1 2 interp_poly -40 -269 68 -38 5263 4080 3 MP PP 5263 4080 0 0 0.562 5331 4042 0 0 0.625 5263 4080 0 0 0.562 2 interp_poly 5331 4042 0 0 0.625 5291 3773 0 0 1 5331 4042 0 0 0.625 2 interp_poly 68 -38 -40 395 5303 3685 3 MP PP 5303 3685 0 0.25 1 5263 4080 0 0 0.562 5303 3685 0 0.25 1 2 interp_poly 5263 4080 0 0 0.562 5331 4042 0 0 0.625 5263 4080 0 0 0.562 2 interp_poly -40 76 68 87 5211 3024 3 MP PP 5211 3024 0.188 1 0.875 5279 3111 0.0625 1 1 5211 3024 0.188 1 0.875 2 interp_poly 5279 3111 0.0625 1 1 5239 3187 0 0.875 1 5279 3111 0.0625 1 1 2 interp_poly 68 87 -40 -185 5251 3209 3 MP PP 5251 3209 0 0.938 1 5211 3024 0.188 1 0.875 5251 3209 0 0.938 1 2 interp_poly 5211 3024 0.188 1 0.875 5279 3111 0.0625 1 1 5211 3024 0.188 1 0.875 2 interp_poly -40 225 68 -323 5251 3209 3 MP PP 5251 3209 0 0.938 1 5319 2886 0.438 1 0.625 5251 3209 0 0.938 1 2 interp_poly 5319 2886 0.438 1 0.625 5279 3111 0.0625 1 1 5319 2886 0.438 1 0.625 2 interp_poly 68 -323 -40 -564 5291 3773 3 MP PP 5291 3773 0 0 1 5251 3209 0 0.938 1 5291 3773 0 0 1 2 interp_poly 5251 3209 0 0.938 1 5319 2886 0.438 1 0.625 5251 3209 0 0.938 1 2 interp_poly -40 -167 68 93 5135 3690 3 MP PP 5135 3690 0 0 0.75 5203 3783 0 0 0.562 5135 3690 0 0 0.75 2 interp_poly 5203 3783 0 0 0.562 5163 3616 0 0 0.812 5203 3783 0 0 0.562 2 interp_poly -40 -354 68 106 5095 3510 3 MP PP 5095 3510 0 0 1 5163 3616 0 0 0.812 5095 3510 0 0 1 2 interp_poly 5163 3616 0 0 0.812 5123 3262 0 0.375 1 5163 3616 0 0 0.812 2 interp_poly 68 106 -40 -180 5135 3690 3 MP PP 5135 3690 0 0 0.75 5095 3510 0 0 1 5135 3690 0 0 0.75 2 interp_poly 5095 3510 0 0 1 5163 3616 0 0 0.812 5095 3510 0 0 1 2 interp_poly 68 93 -40 714 5175 2976 3 MP PP 5175 2976 0 1 1 5135 3690 0 0 0.75 5175 2976 0 1 1 2 interp_poly 5135 3690 0 0 0.75 5203 3783 0 0 0.562 5135 3690 0 0 0.75 2 interp_poly -40 -647 68 29 5147 3594 3 MP PP 5147 3594 0 0 1 5215 3623 0 0 0.938 5147 3594 0 0 1 2 interp_poly 5215 3623 0 0 0.938 5175 2976 0 1 1 5215 3623 0 0 0.938 2 interp_poly 68 29 -40 598 5187 2996 3 MP PP 5187 2996 0.0625 1 1 5147 3594 0 0 1 5187 2996 0.0625 1 1 2 interp_poly 5147 3594 0 0 1 5215 3623 0 0 0.938 5147 3594 0 0 1 2 interp_poly -40 -834 68 -96 5159 3926 3 MP PP 5159 3926 0 0 0.562 5227 3830 0 0 0.688 5159 3926 0 0 0.562 2 interp_poly 5227 3830 0 0 0.688 5187 2996 0.0625 1 1 5227 3830 0 0 0.688 2 interp_poly 68 -96 -40 104 5199 3822 3 MP PP 5199 3822 0 0 0.75 5159 3926 0 0 0.562 5199 3822 0 0 0.75 2 interp_poly 5159 3926 0 0 0.562 5227 3830 0 0 0.688 5159 3926 0 0 0.562 2 interp_poly -40 -87 68 95 5199 3822 3 MP PP 5199 3822 0 0 0.75 5267 3917 0 0 0.562 5199 3822 0 0 0.75 2 interp_poly 5267 3917 0 0 0.562 5227 3830 0 0 0.688 5267 3917 0 0 0.562 2 interp_poly 68 95 -40 635 5239 3187 3 MP PP 5239 3187 0 0.875 1 5199 3822 0 0 0.75 5239 3187 0 0.875 1 2 interp_poly 5199 3822 0 0 0.75 5267 3917 0 0 0.562 5199 3822 0 0 0.75 2 interp_poly -40 -564 68 -111 5223 3884 3 MP PP 5223 3884 0 0 0.875 5291 3773 0 0 1 5223 3884 0 0 0.875 2 interp_poly 5291 3773 0 0 1 5251 3209 0 0.938 1 5291 3773 0 0 1 2 interp_poly 68 -111 -40 -196 5263 4080 3 MP PP 5263 4080 0 0 0.562 5223 3884 0 0 0.875 5263 4080 0 0 0.562 2 interp_poly 5223 3884 0 0 0.875 5291 3773 0 0 1 5223 3884 0 0 0.875 2 interp_poly -40 395 67 -198 5236 3883 3 MP PP 5236 3883 0 0 0.938 5303 3685 0 0.25 1 5236 3883 0 0 0.938 2 interp_poly 5303 3685 0 0.25 1 5263 4080 0 0 0.562 5303 3685 0 0.25 1 2 interp_poly -40 -196 67 77 5196 4003 3 MP PP 5196 4003 0 0 0.688 5263 4080 0 0 0.562 5196 4003 0 0 0.688 2 interp_poly 5263 4080 0 0 0.562 5223 3884 0 0 0.875 5263 4080 0 0 0.562 2 interp_poly 67 77 -40 120 5236 3883 3 MP PP 5236 3883 0 0 0.938 5196 4003 0 0 0.688 5236 3883 0 0 0.938 2 interp_poly 5196 4003 0 0 0.688 5263 4080 0 0 0.562 5196 4003 0 0 0.688 2 interp_poly -40 -180 68 -70 5067 3760 3 MP PP 5067 3760 0 0 0.625 5135 3690 0 0 0.75 5067 3760 0 0 0.625 2 interp_poly 5135 3690 0 0 0.75 5095 3510 0 0 1 5135 3690 0 0 0.75 2 interp_poly 68 -70 -40 281 5107 3479 3 MP PP 5107 3479 0 0.125 1 5067 3760 0 0 0.625 5107 3479 0 0.125 1 2 interp_poly 5067 3760 0 0 0.625 5135 3690 0 0 0.75 5067 3760 0 0 0.625 2 interp_poly -40 714 68 -503 5107 3479 3 MP PP 5107 3479 0 0.125 1 5175 2976 0 1 1 5107 3479 0 0.125 1 2 interp_poly 5175 2976 0 1 1 5135 3690 0 0 0.75 5175 2976 0 1 1 2 interp_poly -40 -115 68 -171 5079 3765 3 MP PP 5079 3765 0 0 0.75 5147 3594 0 0 1 5079 3765 0 0 0.75 2 interp_poly 5147 3594 0 0 1 5107 3479 0 0.125 1 5147 3594 0 0 1 2 interp_poly -40 -46 68 -69 4871 3459 3 MP PP 4871 3459 0 0 0.688 4939 3390 0 0 0.75 4871 3459 0 0 0.688 2 interp_poly 4939 3390 0 0 0.75 4899 3344 0 0 0.812 4939 3390 0 0 0.75 2 interp_poly 68 -215 -40 -46 4939 3390 3 MP PP 4939 3390 0 0 0.75 4899 3344 0 0 0.812 4939 3390 0 0 0.75 2 interp_poly 4899 3344 0 0 0.812 4967 3129 0 0.125 1 4899 3344 0 0 0.812 2 interp_poly 68 -69 -40 120 4911 3339 3 MP PP 4911 3339 0 0 0.875 4871 3459 0 0 0.688 4911 3339 0 0 0.875 2 interp_poly 4871 3459 0 0 0.688 4939 3390 0 0 0.75 4871 3459 0 0 0.688 2 interp_poly -40 -236 68 -37 4770 3152 3 MP PP 4770 3152 0 0 0.625 4838 3115 0 0 0.625 4770 3152 0 0 0.625 2 interp_poly 4838 3115 0 0 0.625 4798 2879 0 0 1 4838 3115 0 0 0.625 2 interp_poly -40 3 68 2 4706 2970 3 MP PP 4706 2970 0 0 0.688 4774 2972 0 0 0.625 4706 2970 0 0 0.688 2 interp_poly 4774 2972 0 0 0.625 4734 2975 0 0 0.625 4774 2972 0 0 0.625 2 interp_poly -40 -872 68 -115 4730 2994 3 MP PP 4730 2994 0 0 0.875 4798 2879 0 0 1 4730 2994 0 0 0.875 2 interp_poly 4798 2879 0 0 1 4758 2007 0.438 1 0.625 4798 2879 0 0 1 2 interp_poly 68 -115 -40 -158 4770 3152 3 MP PP 4770 3152 0 0 0.625 4730 2994 0 0 0.875 4770 3152 0 0 0.625 2 interp_poly 4730 2994 0 0 0.875 4798 2879 0 0 1 4730 2994 0 0 0.875 2 interp_poly 68 -37 -40 956 4810 2196 3 MP PP 4810 2196 0.312 1 0.75 4770 3152 0 0 0.625 4810 2196 0.312 1 0.75 2 interp_poly 4770 3152 0 0 0.625 4838 3115 0 0 0.625 4770 3152 0 0 0.625 2 interp_poly -40 -385 68 -33 4794 3293 3 MP PP 4794 3293 0 0 0.562 4862 3260 0 0 0.625 4794 3293 0 0 0.562 2 interp_poly 4862 3260 0 0 0.625 4822 2875 0 0.25 1 4862 3260 0 0 0.625 2 interp_poly 68 -33 -40 -23 4834 3316 3 MP PP 4834 3316 0 0 0.562 4794 3293 0 0 0.562 4834 3316 0 0 0.562 2 interp_poly 4794 3293 0 0 0.562 4862 3260 0 0 0.625 4794 3293 0 0 0.562 2 interp_poly -40 -94 68 347 4650 2014 3 MP PP 4650 2014 0.438 1 0.625 4718 2361 0 0.812 1 4650 2014 0.438 1 0.625 2 interp_poly 4718 2361 0 0.812 1 4678 2267 0 0.938 1 4718 2361 0 0.812 1 2 interp_poly 68 347 -40 -257 4690 2271 3 MP PP 4690 2271 0.0625 1 1 4650 2014 0.438 1 0.625 4690 2271 0.0625 1 1 2 interp_poly 4650 2014 0.438 1 0.625 4718 2361 0 0.812 1 4650 2014 0.438 1 0.625 2 interp_poly -40 354 68 -264 4690 2271 3 MP PP 4690 2271 0.0625 1 1 4758 2007 0.438 1 0.625 4690 2271 0.0625 1 1 2 interp_poly 4758 2007 0.438 1 0.625 4718 2361 0 0.812 1 4758 2007 0.438 1 0.625 2 interp_poly 68 -264 -40 -723 4730 2994 3 MP PP 4730 2994 0 0 0.875 4690 2271 0.0625 1 1 4730 2994 0 0 0.875 2 interp_poly 4690 2271 0.0625 1 1 4758 2007 0.438 1 0.625 4690 2271 0.0625 1 1 2 interp_poly -40 956 68 260 4742 1936 3 MP PP 4742 1936 0.75 1 0.312 4810 2196 0.312 1 0.75 4742 1936 0.75 1 0.312 2 interp_poly 4810 2196 0.312 1 0.75 4770 3152 0 0 0.625 4810 2196 0.312 1 0.75 2 interp_poly -40 -524 68 -60 4782 2780 3 MP PP 4782 2780 0 0.375 1 4850 2720 0 0.438 1 4782 2780 0 0.375 1 2 interp_poly 4850 2720 0 0.438 1 4810 2196 0.312 1 0.75 4850 2720 0 0.438 1 2 interp_poly 68 -60 -40 -95 4822 2875 3 MP PP 4822 2875 0 0.25 1 4782 2780 0 0.375 1 4822 2875 0 0.25 1 2 interp_poly 4782 2780 0 0.375 1 4850 2720 0 0.438 1 4782 2780 0 0.375 1 2 interp_poly 68 -276 -40 -524 4850 2720 3 MP PP 4850 2720 0 0.438 1 4810 2196 0.312 1 0.75 4850 2720 0 0.438 1 2 interp_poly 4810 2196 0.312 1 0.75 4878 1920 0.75 1 0.312 4810 2196 0.312 1 0.75 2 interp_poly -40 355 68 -510 4822 2875 3 MP PP 4822 2875 0 0.25 1 4890 2365 0.0625 1 1 4822 2875 0 0.25 1 2 interp_poly 4890 2365 0.0625 1 1 4850 2720 0 0.438 1 4890 2365 0.0625 1 1 2 interp_poly 68 -510 -40 -385 4862 3260 3 MP PP 4862 3260 0 0 0.625 4822 2875 0 0.25 1 4862 3260 0 0 0.625 2 interp_poly 4822 2875 0 0.25 1 4890 2365 0.0625 1 1 4822 2875 0 0.25 1 2 interp_poly -40 284 67 -83 4807 3115 3 MP PP 4807 3115 0 0 1 4874 3032 0 0.125 1 4807 3115 0 0 1 2 interp_poly 4874 3032 0 0.125 1 4834 3316 0 0 0.562 4874 3032 0 0.125 1 2 interp_poly -40 -72 68 16 4834 3316 3 MP PP 4834 3316 0 0 0.562 4902 3332 0 0 0.562 4834 3316 0 0 0.562 2 interp_poly 4902 3332 0 0 0.562 4862 3260 0 0 0.625 4902 3332 0 0 0.562 2 interp_poly 68 16 -40 284 4874 3032 3 MP PP 4874 3032 0 0.125 1 4834 3316 0 0 0.562 4874 3032 0 0.125 1 2 interp_poly 4834 3316 0 0 0.562 4902 3332 0 0 0.562 4834 3316 0 0 0.562 2 interp_poly -40 -31 67 -103 4847 3166 3 MP PP 4847 3166 0 0 0.938 4914 3063 0 0.125 1 4847 3166 0 0 0.938 2 interp_poly 4914 3063 0 0.125 1 4874 3032 0 0.125 1 4914 3063 0 0.125 1 2 interp_poly 67 -103 -40 31 4887 3135 3 MP PP 4887 3135 0 0.0625 1 4847 3166 0 0 0.938 4887 3135 0 0.0625 1 2 interp_poly 4847 3166 0 0 0.938 4914 3063 0 0.125 1 4847 3166 0 0 0.938 2 interp_poly 67 -83 -40 -51 4847 3166 3 MP PP 4847 3166 0 0 0.938 4807 3115 0 0 1 4847 3166 0 0 0.938 2 interp_poly 4807 3115 0 0 1 4874 3032 0 0.125 1 4807 3115 0 0 1 2 interp_poly 68 -398 -40 -31 4914 3063 3 MP PP 4914 3063 0 0.125 1 4874 3032 0 0.125 1 4914 3063 0 0.125 1 2 interp_poly 4874 3032 0 0.125 1 4942 2634 0 0.75 1 4874 3032 0 0.125 1 2 interp_poly -40 264 68 -45 4859 2916 3 MP PP 4859 2916 0 0.5 1 4927 2871 0 0.562 1 4859 2916 0 0.5 1 2 interp_poly 4927 2871 0 0.562 1 4887 3135 0 0.0625 1 4927 2871 0 0.562 1 2 interp_poly -40 31 68 75 4819 3060 3 MP PP 4819 3060 0 0.188 1 4887 3135 0 0.0625 1 4819 3060 0 0.188 1 2 interp_poly 4887 3135 0 0.0625 1 4847 3166 0 0 0.938 4887 3135 0 0.0625 1 2 interp_poly 68 75 -40 144 4859 2916 3 MP PP 4859 2916 0 0.5 1 4819 3060 0 0.188 1 4859 2916 0 0.5 1 2 interp_poly 4819 3060 0 0.188 1 4887 3135 0 0.0625 1 4819 3060 0 0.188 1 2 interp_poly -40 -65 67 -7 4887 3135 3 MP PP 4887 3135 0 0.0625 1 4954 3128 0 0.0625 1 4887 3135 0 0.0625 1 2 interp_poly 4954 3128 0 0.0625 1 4914 3063 0 0.125 1 4954 3128 0 0.0625 1 2 interp_poly 67 -7 -40 264 4927 2871 3 MP PP 4927 2871 0 0.562 1 4887 3135 0 0.0625 1 4927 2871 0 0.562 1 2 interp_poly 4887 3135 0 0.0625 1 4954 3128 0 0.0625 1 4887 3135 0 0.0625 1 2 interp_poly 68 -45 -40 -428 4899 3344 3 MP PP 4899 3344 0 0 0.812 4859 2916 0 0.5 1 4899 3344 0 0 0.812 2 interp_poly 4859 2916 0 0.5 1 4927 2871 0 0.562 1 4859 2916 0 0.5 1 2 interp_poly -40 962 67 -705 4927 2871 3 MP PP 4927 2871 0 0.562 1 4994 2166 0.688 1 0.375 4927 2871 0 0.562 1 2 interp_poly 4994 2166 0.688 1 0.375 4954 3128 0 0.0625 1 4994 2166 0.688 1 0.375 2 interp_poly -40 -258 68 -215 4899 3344 3 MP PP 4899 3344 0 0 0.812 4967 3129 0 0.125 1 4899 3344 0 0 0.812 2 interp_poly 4967 3129 0 0.125 1 4927 2871 0 0.562 1 4967 3129 0 0.125 1 2 interp_poly -40 236 68 280 4883 2823 3 MP PP 4883 2823 0 0.875 1 4951 3103 0 0.375 1 4883 2823 0 0.875 1 2 interp_poly 4951 3103 0 0.375 1 4911 3339 0 0 0.875 4951 3103 0 0.375 1 2 interp_poly 68 -32 -40 -83 4871 3459 3 MP PP 4871 3459 0 0 0.688 4831 3376 0 0 0.75 4871 3459 0 0 0.688 2 interp_poly 4831 3376 0 0 0.75 4899 3344 0 0 0.812 4831 3376 0 0 0.75 2 interp_poly -40 120 68 -33 4843 3372 3 MP PP 4843 3372 0 0 0.875 4911 3339 0 0 0.875 4843 3372 0 0 0.875 2 interp_poly 4911 3339 0 0 0.875 4871 3459 0 0 0.688 4911 3339 0 0 0.875 2 interp_poly -40 -158 68 57 4702 3095 3 MP PP 4702 3095 0 0 0.75 4770 3152 0 0 0.625 4702 3095 0 0 0.75 2 interp_poly 4770 3152 0 0 0.625 4730 2994 0 0 0.875 4770 3152 0 0 0.625 2 interp_poly -40 -69 68 -21 4638 2991 3 MP PP 4638 2991 0 0 0.688 4706 2970 0 0 0.688 4638 2991 0 0 0.688 2 interp_poly 4706 2970 0 0 0.688 4666 2901 0 0 0.75 4706 2970 0 0 0.688 2 interp_poly -40 -41 68 19 4586 2817 3 MP PP 4586 2817 0 0 0.812 4654 2836 0 0 0.75 4586 2817 0 0 0.812 2 interp_poly 4654 2836 0 0 0.75 4614 2795 0 0 0.812 4654 2836 0 0 0.75 2 interp_poly -40 -307 68 82 4546 2713 3 MP PP 4546 2713 0 0 0.938 4614 2795 0 0 0.812 4546 2713 0 0 0.938 2 interp_poly 4614 2795 0 0 0.812 4574 2488 0 0.25 1 4614 2795 0 0 0.812 2 interp_poly 68 82 -40 -104 4586 2817 3 MP PP 4586 2817 0 0 0.812 4546 2713 0 0 0.938 4586 2817 0 0 0.812 2 interp_poly 4546 2713 0 0 0.938 4614 2795 0 0 0.812 4546 2713 0 0 0.938 2 interp_poly 68 19 -40 135 4626 2682 3 MP PP 4626 2682 0 0.0625 1 4586 2817 0 0 0.812 4626 2682 0 0.0625 1 2 interp_poly 4586 2817 0 0 0.812 4654 2836 0 0 0.75 4586 2817 0 0 0.812 2 interp_poly -40 -327 68 -13 4466 2799 3 MP PP 4466 2799 0 0 0.75 4534 2786 0 0 0.688 4466 2799 0 0 0.75 2 interp_poly 4534 2786 0 0 0.688 4494 2459 0 0.25 1 4534 2786 0 0 0.688 2 interp_poly 68 -13 -40 327 4506 2472 3 MP PP 4506 2472 0 0.312 1 4466 2799 0 0 0.75 4506 2472 0 0.312 1 2 interp_poly 4466 2799 0 0 0.75 4534 2786 0 0 0.688 4466 2799 0 0 0.75 2 interp_poly -40 298 68 16 4506 2472 3 MP PP 4506 2472 0 0.312 1 4574 2488 0 0.25 1 4506 2472 0 0.312 1 2 interp_poly 4574 2488 0 0.25 1 4534 2786 0 0 0.688 4574 2488 0 0.25 1 2 interp_poly -40 -241 68 -37 4478 2750 3 MP PP 4478 2750 0 0 0.938 4546 2713 0 0 0.938 4478 2750 0 0 0.938 2 interp_poly 4546 2713 0 0 0.938 4506 2472 0 0.312 1 4546 2713 0 0 0.938 2 interp_poly 68 -37 -40 46 4518 2704 3 MP PP 4518 2704 0 0 1 4478 2750 0 0 0.938 4518 2704 0 0 1 2 interp_poly 4478 2750 0 0 0.938 4546 2713 0 0 0.938 4478 2750 0 0 0.938 2 interp_poly -40 -104 68 113 4518 2704 3 MP PP 4518 2704 0 0 1 4586 2817 0 0 0.812 4518 2704 0 0 1 2 interp_poly 4586 2817 0 0 0.812 4546 2713 0 0 0.938 4586 2817 0 0 0.812 2 interp_poly 68 113 -40 -118 4558 2822 3 MP PP 4558 2822 0 0 0.875 4518 2704 0 0 1 4558 2822 0 0 0.875 2 interp_poly 4518 2704 0 0 1 4586 2817 0 0 0.812 4518 2704 0 0 1 2 interp_poly -40 135 68 -140 4558 2822 3 MP PP 4558 2822 0 0 0.875 4626 2682 0 0.0625 1 4558 2822 0 0 0.875 2 interp_poly 4626 2682 0 0.0625 1 4586 2817 0 0 0.812 4626 2682 0 0.0625 1 2 interp_poly 68 -140 -40 150 4598 2672 3 MP PP 4598 2672 0 0.188 1 4558 2822 0 0 0.875 4598 2672 0 0.188 1 2 interp_poly 4558 2822 0 0 0.875 4626 2682 0 0.0625 1 4558 2822 0 0 0.875 2 interp_poly -40 -219 68 229 4598 2672 3 MP PP 4598 2672 0 0.188 1 4666 2901 0 0 0.75 4598 2672 0 0.188 1 2 interp_poly 4666 2901 0 0 0.75 4626 2682 0 0.0625 1 4666 2901 0 0 0.75 2 interp_poly 68 229 -40 -319 4638 2991 3 MP PP 4638 2991 0 0 0.688 4598 2672 0 0.188 1 4638 2991 0 0 0.688 2 interp_poly 4598 2672 0 0.188 1 4666 2901 0 0 0.75 4598 2672 0 0.188 1 2 interp_poly 68 -21 -40 724 4678 2267 3 MP PP 4678 2267 0 0.938 1 4638 2991 0 0 0.688 4678 2267 0 0.938 1 2 interp_poly 4638 2991 0 0 0.688 4706 2970 0 0 0.688 4638 2991 0 0 0.688 2 interp_poly -40 -723 68 -166 4662 3160 3 MP PP 4662 3160 0 0 0.562 4730 2994 0 0 0.875 4662 3160 0 0 0.562 2 interp_poly 4730 2994 0 0 0.875 4690 2271 0.0625 1 1 4730 2994 0 0 0.875 2 interp_poly 68 -166 -40 65 4702 3095 3 MP PP 4702 3095 0 0 0.75 4662 3160 0 0 0.562 4702 3095 0 0 0.75 2 interp_poly 4662 3160 0 0 0.562 4730 2994 0 0 0.875 4662 3160 0 0 0.562 2 interp_poly 68 57 -40 1159 4742 1936 3 MP PP 4742 1936 0.75 1 0.312 4702 3095 0 0 0.75 4742 1936 0.75 1 0.312 2 interp_poly 4702 3095 0 0 0.75 4770 3152 0 0 0.625 4702 3095 0 0 0.75 2 interp_poly -40 -402 67 -8 4727 3301 3 MP PP 4727 3301 0 0 0.625 4794 3293 0 0 0.562 4727 3301 0 0 0.625 2 interp_poly 4794 3293 0 0 0.562 4754 2891 0 0.25 1 4794 3293 0 0 0.562 2 interp_poly 68 -16 -40 -402 4794 3293 3 MP PP 4794 3293 0 0 0.562 4754 2891 0 0.25 1 4794 3293 0 0 0.562 2 interp_poly 4754 2891 0 0.25 1 4822 2875 0 0.25 1 4754 2891 0 0.25 1 2 interp_poly -40 -23 67 90 4767 3226 3 MP PP 4767 3226 0 0 0.75 4834 3316 0 0 0.562 4767 3226 0 0 0.75 2 interp_poly 4834 3316 0 0 0.562 4794 3293 0 0 0.562 4834 3316 0 0 0.562 2 interp_poly 67 90 -40 111 4807 3115 3 MP PP 4807 3115 0 0 1 4767 3226 0 0 0.75 4807 3115 0 0 1 2 interp_poly 4767 3226 0 0 0.75 4834 3316 0 0 0.562 4767 3226 0 0 0.75 2 interp_poly -40 -319 68 -23 4570 3014 3 MP PP 4570 3014 0 0 0.625 4638 2991 0 0 0.688 4570 3014 0 0 0.625 2 interp_poly 4638 2991 0 0 0.688 4598 2672 0 0.188 1 4638 2991 0 0 0.688 2 interp_poly -40 -118 68 -15 4490 2837 3 MP PP 4490 2837 0 0 0.875 4558 2822 0 0 0.875 4490 2837 0 0 0.875 2 interp_poly 4558 2822 0 0 0.875 4518 2704 0 0 1 4558 2822 0 0 0.875 2 interp_poly -40 150 68 -85 4530 2757 3 MP PP 4530 2757 0 0.0625 1 4598 2672 0 0.188 1 4530 2757 0 0.0625 1 2 interp_poly 4598 2672 0 0.188 1 4558 2822 0 0 0.875 4598 2672 0 0.188 1 2 interp_poly 68 -15 -40 80 4530 2757 3 MP PP 4530 2757 0 0.0625 1 4490 2837 0 0 0.875 4530 2757 0 0.0625 1 2 interp_poly 4490 2837 0 0 0.875 4558 2822 0 0 0.875 4490 2837 0 0 0.875 2 interp_poly 68 -85 -40 -257 4570 3014 3 MP PP 4570 3014 0 0 0.625 4530 2757 0 0.0625 1 4570 3014 0 0 0.625 2 interp_poly 4530 2757 0 0.0625 1 4598 2672 0 0.188 1 4530 2757 0 0.0625 1 2 interp_poly 68 -23 -40 788 4610 2226 3 MP PP 4610 2226 0 1 1 4570 3014 0 0 0.625 4610 2226 0 1 1 2 interp_poly 4570 3014 0 0 0.625 4638 2991 0 0 0.688 4570 3014 0 0 0.625 2 interp_poly -40 724 68 41 4610 2226 3 MP PP 4610 2226 0 1 1 4678 2267 0 0.938 1 4610 2226 0 1 1 2 interp_poly 4678 2267 0 0.938 1 4638 2991 0 0 0.688 4678 2267 0 0.938 1 2 interp_poly -40 -590 68 141 4594 3019 3 MP PP 4594 3019 0 0 0.875 4662 3160 0 0 0.562 4594 3019 0 0 0.875 2 interp_poly 4662 3160 0 0 0.562 4622 2570 0 0.562 1 4662 3160 0 0 0.562 2 interp_poly 68 -299 -40 -590 4662 3160 3 MP PP 4662 3160 0 0 0.562 4622 2570 0 0.562 1 4662 3160 0 0 0.562 2 interp_poly 4622 2570 0 0.562 1 4690 2271 0.0625 1 1 4622 2570 0 0.562 1 2 interp_poly -40 65 68 65 4634 3030 3 MP PP 4634 3030 0 0 0.875 4702 3095 0 0 0.75 4634 3030 0 0 0.875 2 interp_poly 4702 3095 0 0 0.75 4662 3160 0 0 0.562 4702 3095 0 0 0.75 2 interp_poly 68 41 -40 212 4650 2014 3 MP PP 4650 2014 0.438 1 0.625 4610 2226 0 1 1 4650 2014 0.438 1 0.625 2 interp_poly 4610 2226 0 1 1 4678 2267 0 0.938 1 4610 2226 0 1 1 2 interp_poly -40 -257 68 -299 4622 2570 3 MP PP 4622 2570 0 0.562 1 4690 2271 0.0625 1 1 4622 2570 0 0.562 1 2 interp_poly 4690 2271 0.0625 1 1 4650 2014 0.438 1 0.625 4690 2271 0.0625 1 1 2 interp_poly 68 65 -40 1286 4674 1744 3 MP PP 4674 1744 1 0.938 0 4634 3030 0 0 0.875 4674 1744 1 0.938 0 2 interp_poly 4634 3030 0 0 0.875 4702 3095 0 0 0.75 4634 3030 0 0 0.875 2 interp_poly -40 1159 68 192 4674 1744 3 MP PP 4674 1744 1 0.938 0 4742 1936 0.75 1 0.312 4674 1744 1 0.938 0 2 interp_poly 4742 1936 0.75 1 0.312 4702 3095 0 0 0.75 4742 1936 0.75 1 0.312 2 interp_poly 67 -259 -40 -151 4727 3301 3 MP PP 4727 3301 0 0 0.625 4687 3150 0 0 0.812 4727 3301 0 0 0.625 2 interp_poly 4687 3150 0 0 0.812 4754 2891 0 0.25 1 4687 3150 0 0 0.812 2 interp_poly -40 111 68 -7 4739 3122 3 MP PP 4739 3122 0 0 1 4807 3115 0 0 1 4739 3122 0 0 1 2 interp_poly 4807 3115 0 0 1 4767 3226 0 0 0.75 4807 3115 0 0 1 2 interp_poly 68 -7 -40 37 4779 3085 3 MP PP 4779 3085 0 0.125 1 4739 3122 0 0 1 4779 3085 0 0.125 1 2 interp_poly 4739 3122 0 0 1 4807 3115 0 0 1 4739 3122 0 0 1 2 interp_poly -40 -51 68 81 4779 3085 3 MP PP 4779 3085 0 0.125 1 4847 3166 0 0 0.938 4779 3085 0 0.125 1 2 interp_poly 4847 3166 0 0 0.938 4807 3115 0 0 1 4847 3166 0 0 0.938 2 interp_poly 68 81 -40 25 4819 3060 3 MP PP 4819 3060 0 0.188 1 4779 3085 0 0.125 1 4819 3060 0 0.188 1 2 interp_poly 4779 3085 0 0.125 1 4847 3166 0 0 0.938 4779 3085 0 0.125 1 2 interp_poly -40 -428 68 -32 4831 3376 3 MP PP 4831 3376 0 0 0.75 4899 3344 0 0 0.812 4831 3376 0 0 0.75 2 interp_poly 4899 3344 0 0 0.812 4859 2916 0 0.5 1 4899 3344 0 0 0.812 2 interp_poly 68 -33 -40 549 4883 2823 3 MP PP 4883 2823 0 0.875 1 4843 3372 0 0 0.875 4883 2823 0 0.875 1 2 interp_poly 4843 3372 0 0 0.875 4911 3339 0 0 0.875 4843 3372 0 0 0.875 2 interp_poly -40 -209 68 -52 4939 3390 3 MP PP 4939 3390 0 0 0.75 5007 3338 0 0 0.812 4939 3390 0 0 0.75 2 interp_poly 5007 3338 0 0 0.812 4967 3129 0 0.125 1 5007 3338 0 0 0.812 2 interp_poly -40 90 68 -39 4911 3339 3 MP PP 4911 3339 0 0 0.875 4979 3300 0 0 0.938 4911 3339 0 0 0.875 2 interp_poly 4979 3300 0 0 0.938 4939 3390 0 0 0.75 4979 3300 0 0 0.938 2 interp_poly 68 -39 -40 236 4951 3103 3 MP PP 4951 3103 0 0.375 1 4911 3339 0 0 0.875 4951 3103 0 0.375 1 2 interp_poly 4911 3339 0 0 0.875 4979 3300 0 0 0.938 4911 3339 0 0 0.875 2 interp_poly 68 280 -40 -741 4923 3564 3 MP PP 4923 3564 0 0 0.625 4883 2823 0 0.875 1 4923 3564 0 0 0.625 2 interp_poly 4883 2823 0 0.875 1 4951 3103 0 0.375 1 4883 2823 0 0.875 1 2 interp_poly 68 -52 -40 90 4979 3300 3 MP PP 4979 3300 0 0 0.938 4939 3390 0 0 0.75 4979 3300 0 0 0.938 2 interp_poly 4939 3390 0 0 0.75 5007 3338 0 0 0.812 4939 3390 0 0 0.75 2 interp_poly -40 -396 68 -65 4923 3564 3 MP PP 4923 3564 0 0 0.625 4991 3499 0 0 0.688 4923 3564 0 0 0.625 2 interp_poly 4991 3499 0 0 0.688 4951 3103 0 0.375 1 4991 3499 0 0 0.688 2 interp_poly 67 -705 -40 -258 4967 3129 3 MP PP 4967 3129 0 0.125 1 4927 2871 0 0.562 1 4967 3129 0 0.125 1 2 interp_poly 4927 2871 0 0.562 1 4994 2166 0.688 1 0.375 4927 2871 0 0.562 1 2 interp_poly -40 257 68 -60 4951 3103 3 MP PP 4951 3103 0 0.375 1 5019 3043 0 0.438 1 4951 3103 0 0.375 1 2 interp_poly 5019 3043 0 0.438 1 4979 3300 0 0 0.938 5019 3043 0 0.438 1 2 interp_poly -40 -78 68 116 4979 3300 3 MP PP 4979 3300 0 0 0.938 5047 3416 0 0 0.75 4979 3300 0 0 0.938 2 interp_poly 5047 3416 0 0 0.75 5007 3338 0 0 0.812 5047 3416 0 0 0.75 2 interp_poly 68 116 -40 257 5019 3043 3 MP PP 5019 3043 0 0.438 1 4979 3300 0 0 0.938 5019 3043 0 0.438 1 2 interp_poly 4979 3300 0 0 0.938 5047 3416 0 0 0.75 4979 3300 0 0 0.938 2 interp_poly 68 -60 -40 -396 4991 3499 3 MP PP 4991 3499 0 0 0.688 4951 3103 0 0.375 1 4991 3499 0 0 0.688 2 interp_poly 4951 3103 0 0.375 1 5019 3043 0 0.438 1 4951 3103 0 0.375 1 2 interp_poly 68 -65 -40 1306 4963 2258 3 MP PP 4963 2258 0.875 1 0.188 4923 3564 0 0 0.625 4963 2258 0.875 1 0.188 2 interp_poly 4923 3564 0 0 0.625 4991 3499 0 0 0.688 4923 3564 0 0 0.625 2 interp_poly -40 1098 68 143 4963 2258 3 MP PP 4963 2258 0.875 1 0.188 5031 2401 0.625 1 0.438 4963 2258 0.875 1 0.188 2 interp_poly 5031 2401 0.625 1 0.438 4991 3499 0 0 0.688 5031 2401 0.625 1 0.438 2 interp_poly 68 143 -40 671 5003 1587 3 MP PP 5003 1587 1 0 0 4963 2258 0.875 1 0.188 5003 1587 1 0 0 2 interp_poly 4963 2258 0.875 1 0.188 5031 2401 0.625 1 0.438 4963 2258 0.875 1 0.188 2 interp_poly -40 -301 68 -155 4991 3499 3 MP PP 4991 3499 0 0 0.688 5059 3344 0 0 0.938 4991 3499 0 0 0.688 2 interp_poly 5059 3344 0 0 0.938 5019 3043 0 0.438 1 5059 3344 0 0 0.938 2 interp_poly 68 -155 -40 1098 5031 2401 3 MP PP 5031 2401 0.625 1 0.438 4991 3499 0 0 0.688 5031 2401 0.625 1 0.438 2 interp_poly 4991 3499 0 0 0.688 5059 3344 0 0 0.938 4991 3499 0 0 0.688 2 interp_poly -40 -1748 68 356 4975 2979 3 MP PP 4975 2979 0 0.75 1 5043 3335 0 0.125 1 4975 2979 0 0.75 1 2 interp_poly 5043 3335 0 0.125 1 5003 1587 1 0 0 5043 3335 0 0.125 1 2 interp_poly 68 356 -40 -447 5015 3426 3 MP PP 5015 3426 0 0.0625 1 4975 2979 0 0.75 1 5015 3426 0 0.0625 1 2 interp_poly 4975 2979 0 0.75 1 5043 3335 0 0.125 1 4975 2979 0 0.75 1 2 interp_poly -40 366 68 448 5003 1587 3 MP PP 5003 1587 1 0 0 5071 2035 1 0.75 0 5003 1587 1 0 0 2 interp_poly 5071 2035 1 0.75 0 5031 2401 0.625 1 0.438 5071 2035 1 0.75 0 2 interp_poly -40 1347 68 -404 5031 2401 3 MP PP 5031 2401 0.625 1 0.438 5099 1997 1 0.75 0 5031 2401 0.625 1 0.438 2 interp_poly 5099 1997 1 0.75 0 5059 3344 0 0 0.938 5099 1997 1 0.75 0 2 interp_poly 68 -404 -40 366 5071 2035 3 MP PP 5071 2035 1 0.75 0 5031 2401 0.625 1 0.438 5071 2035 1 0.75 0 2 interp_poly 5031 2401 0.625 1 0.438 5099 1997 1 0.75 0 5031 2401 0.625 1 0.438 2 interp_poly 68 448 -40 -1748 5043 3335 3 MP PP 5043 3335 0 0.125 1 5003 1587 1 0 0 5043 3335 0 0.125 1 2 interp_poly 5003 1587 1 0 0 5071 2035 1 0.75 0 5003 1587 1 0 0 2 interp_poly -40 -87 68 -4 5015 3426 3 MP PP 5015 3426 0 0.0625 1 5083 3422 0 0.0625 1 5015 3426 0 0.0625 1 2 interp_poly 5083 3422 0 0.0625 1 5043 3335 0 0.125 1 5083 3422 0 0.0625 1 2 interp_poly -40 -1256 68 -44 5043 3335 3 MP PP 5043 3335 0 0.125 1 5111 3291 0 0.188 1 5043 3335 0 0.125 1 2 interp_poly 5111 3291 0 0.188 1 5071 2035 1 0.75 0 5111 3291 0 0.188 1 2 interp_poly 68 -44 -40 -87 5083 3422 3 MP PP 5083 3422 0 0.0625 1 5043 3335 0 0.125 1 5083 3422 0 0.0625 1 2 interp_poly 5043 3335 0 0.125 1 5111 3291 0 0.188 1 5043 3335 0 0.125 1 2 interp_poly 68 -4 -40 513 5055 2913 3 MP PP 5055 2913 0 0.938 1 5015 3426 0 0.0625 1 5055 2913 0 0.938 1 2 interp_poly 5015 3426 0 0.0625 1 5083 3422 0 0.0625 1 5015 3426 0 0.0625 1 2 interp_poly -40 375 68 -413 5071 2035 3 MP PP 5071 2035 1 0.75 0 5139 1622 1 0.0625 0 5071 2035 1 0.75 0 2 interp_poly 5139 1622 1 0.0625 0 5099 1997 1 0.75 0 5139 1622 1 0.0625 0 2 interp_poly 68 -413 -40 -1256 5111 3291 3 MP PP 5111 3291 0 0.188 1 5071 2035 1 0.75 0 5111 3291 0 0.188 1 2 interp_poly 5071 2035 1 0.75 0 5139 1622 1 0.0625 0 5071 2035 1 0.75 0 2 interp_poly -40 160 68 349 5055 2913 3 MP PP 5055 2913 0 0.938 1 5123 3262 0 0.375 1 5055 2913 0 0.938 1 2 interp_poly 5123 3262 0 0.375 1 5083 3422 0 0.0625 1 5123 3262 0 0.375 1 2 interp_poly -40 -597 68 -13 5027 3523 3 MP PP 5027 3523 0 0 1 5095 3510 0 0 1 5027 3523 0 0 1 2 interp_poly 5095 3510 0 0 1 5055 2913 0 0.938 1 5095 3510 0 0 1 2 interp_poly 68 -13 -40 -237 5067 3760 3 MP PP 5067 3760 0 0 0.625 5027 3523 0 0 1 5067 3760 0 0 0.625 2 interp_poly 5027 3523 0 0 1 5095 3510 0 0 1 5027 3523 0 0 1 2 interp_poly -40 -237 68 66 4999 3694 3 MP PP 4999 3694 0 0 0.75 5067 3760 0 0 0.625 4999 3694 0 0 0.75 2 interp_poly 5067 3760 0 0 0.625 5027 3523 0 0 1 5067 3760 0 0 0.625 2 interp_poly 68 349 -40 -597 5095 3510 3 MP PP 5095 3510 0 0 1 5055 2913 0 0.938 1 5095 3510 0 0 1 2 interp_poly 5055 2913 0 0.938 1 5123 3262 0 0.375 1 5055 2913 0 0.938 1 2 interp_poly -40 281 68 -176 5039 3655 3 MP PP 5039 3655 0 0 0.875 5107 3479 0 0.125 1 5039 3655 0 0 0.875 2 interp_poly 5107 3479 0 0.125 1 5067 3760 0 0 0.625 5107 3479 0 0.125 1 2 interp_poly 68 -176 -40 -110 5079 3765 3 MP PP 5079 3765 0 0 0.75 5039 3655 0 0 0.875 5079 3765 0 0 0.75 2 interp_poly 5039 3655 0 0 0.875 5107 3479 0 0.125 1 5039 3655 0 0 0.875 2 interp_poly 68 -503 -40 -115 5147 3594 3 MP PP 5147 3594 0 0 1 5107 3479 0 0.125 1 5147 3594 0 0 1 2 interp_poly 5107 3479 0 0.125 1 5175 2976 0 1 1 5107 3479 0 0.125 1 2 interp_poly 68 -171 -40 1009 5119 2756 3 MP PP 5119 2756 0.5 1 0.562 5079 3765 0 0 0.75 5119 2756 0.5 1 0.562 2 interp_poly 5079 3765 0 0 0.75 5147 3594 0 0 1 5079 3765 0 0 0.75 2 interp_poly -40 598 68 240 5119 2756 3 MP PP 5119 2756 0.5 1 0.562 5187 2996 0.0625 1 1 5119 2756 0.5 1 0.562 2 interp_poly 5187 2996 0.0625 1 1 5147 3594 0 0 1 5187 2996 0.0625 1 1 2 interp_poly -40 -1170 68 2 5091 3924 3 MP PP 5091 3924 0 0 0.562 5159 3926 0 0 0.562 5091 3924 0 0 0.562 2 interp_poly 5159 3926 0 0 0.562 5119 2756 0.5 1 0.562 5159 3926 0 0 0.562 2 interp_poly 68 240 -40 -1170 5159 3926 3 MP PP 5159 3926 0 0 0.562 5119 2756 0.5 1 0.562 5159 3926 0 0 0.562 2 interp_poly 5119 2756 0.5 1 0.562 5187 2996 0.0625 1 1 5119 2756 0.5 1 0.562 2 interp_poly 68 -47 -40 734 5171 3135 3 MP PP 5171 3135 0 1 1 5131 3869 0 0 0.688 5171 3135 0 1 1 2 interp_poly 5131 3869 0 0 0.688 5199 3822 0 0 0.75 5131 3869 0 0 0.688 2 interp_poly -40 635 68 52 5171 3135 3 MP PP 5171 3135 0 1 1 5239 3187 0 0.875 1 5171 3135 0 1 1 2 interp_poly 5239 3187 0 0.875 1 5199 3822 0 0 0.75 5239 3187 0 0.875 1 2 interp_poly 68 -283 -40 -392 5223 3884 3 MP PP 5223 3884 0 0 0.875 5183 3492 0 0.5 1 5223 3884 0 0 0.875 2 interp_poly 5183 3492 0 0.5 1 5251 3209 0 0.938 1 5183 3492 0 0.5 1 2 interp_poly 68 52 -40 111 5211 3024 3 MP PP 5211 3024 0.188 1 0.875 5171 3135 0 1 1 5211 3024 0.188 1 0.875 2 interp_poly 5171 3135 0 1 1 5239 3187 0 0.875 1 5171 3135 0 1 1 2 interp_poly -40 -185 68 -283 5183 3492 3 MP PP 5183 3492 0 0.5 1 5251 3209 0 0.938 1 5183 3492 0 0.5 1 2 interp_poly 5251 3209 0 0.938 1 5211 3024 0.188 1 0.875 5251 3209 0 0.938 1 2 interp_poly 68 2 -40 55 5131 3869 3 MP PP 5131 3869 0 0 0.688 5091 3924 0 0 0.562 5131 3869 0 0 0.688 2 interp_poly 5091 3924 0 0 0.562 5159 3926 0 0 0.562 5091 3924 0 0 0.562 2 interp_poly -40 104 68 -47 5131 3869 3 MP PP 5131 3869 0 0 0.688 5199 3822 0 0 0.75 5131 3869 0 0 0.688 2 interp_poly 5199 3822 0 0 0.75 5159 3926 0 0 0.562 5199 3822 0 0 0.75 2 interp_poly -40 -213 68 -15 5128 4018 3 MP PP 5128 4018 0 0 0.688 5196 4003 0 0 0.688 5128 4018 0 0 0.688 2 interp_poly 5196 4003 0 0 0.688 5156 3790 0 0.0625 1 5196 4003 0 0 0.688 2 interp_poly 67 94 -40 -213 5196 4003 3 MP PP 5196 4003 0 0 0.688 5156 3790 0 0.0625 1 5196 4003 0 0 0.688 2 interp_poly 5156 3790 0 0.0625 1 5223 3884 0 0 0.875 5156 3790 0 0.0625 1 2 interp_poly -40 120 68 -13 5168 3896 3 MP PP 5168 3896 0 0 0.938 5236 3883 0 0 0.938 5168 3896 0 0 0.938 2 interp_poly 5236 3883 0 0 0.938 5196 4003 0 0 0.688 5236 3883 0 0 0.938 2 interp_poly -40 -392 67 94 5156 3790 3 MP PP 5156 3790 0 0.0625 1 5223 3884 0 0 0.875 5156 3790 0 0.0625 1 2 interp_poly 5223 3884 0 0 0.875 5183 3492 0 0.5 1 5223 3884 0 0 0.875 2 interp_poly -40 -447 68 41 4947 3385 3 MP PP 4947 3385 0 0.125 1 5015 3426 0 0.0625 1 4947 3385 0 0.125 1 2 interp_poly 5015 3426 0 0.0625 1 4975 2979 0 0.75 1 5015 3426 0 0.0625 1 2 interp_poly -40 513 68 -339 4987 3252 3 MP PP 4987 3252 0 0.438 1 5055 2913 0 0.938 1 4987 3252 0 0.438 1 2 interp_poly 5055 2913 0 0.938 1 5015 3426 0 0.0625 1 5055 2913 0 0.938 1 2 interp_poly 68 41 -40 133 4987 3252 3 MP PP 4987 3252 0 0.438 1 4947 3385 0 0.125 1 4987 3252 0 0.438 1 2 interp_poly 4947 3385 0 0.125 1 5015 3426 0 0.0625 1 4947 3385 0 0.125 1 2 interp_poly 68 -339 -40 -271 5027 3523 3 MP PP 5027 3523 0 0 1 4987 3252 0 0.438 1 5027 3523 0 0 1 2 interp_poly 4987 3252 0 0.438 1 5055 2913 0 0.938 1 4987 3252 0 0.438 1 2 interp_poly -40 1009 68 -202 5051 2958 3 MP PP 5051 2958 0.188 1 0.875 5119 2756 0.5 1 0.562 5051 2958 0.188 1 0.875 2 interp_poly 5119 2756 0.5 1 0.562 5079 3765 0 0 0.75 5119 2756 0.5 1 0.562 2 interp_poly 68 -202 -40 -966 5091 3924 3 MP PP 5091 3924 0 0 0.562 5051 2958 0.188 1 0.875 5091 3924 0 0 0.562 2 interp_poly 5051 2958 0.188 1 0.875 5119 2756 0.5 1 0.562 5051 2958 0.188 1 0.875 2 interp_poly -40 734 68 56 5103 3079 3 MP PP 5103 3079 0.125 1 0.938 5171 3135 0 1 1 5103 3079 0.125 1 0.938 2 interp_poly 5171 3135 0 1 1 5131 3869 0 0 0.688 5171 3135 0 1 1 2 interp_poly 68 -423 -40 -45 5183 3492 3 MP PP 5183 3492 0 0.5 1 5143 3447 0 0.5 1 5183 3492 0 0.5 1 2 interp_poly 5143 3447 0 0.5 1 5211 3024 0.188 1 0.875 5143 3447 0 0.5 1 2 interp_poly -40 111 68 -423 5143 3447 3 MP PP 5143 3447 0 0.5 1 5211 3024 0.188 1 0.875 5143 3447 0 0.5 1 2 interp_poly 5211 3024 0.188 1 0.875 5171 3135 0 1 1 5211 3024 0.188 1 0.875 2 interp_poly 68 -15 -40 122 5168 3896 3 MP PP 5168 3896 0 0 0.938 5128 4018 0 0 0.688 5168 3896 0 0 0.938 2 interp_poly 5128 4018 0 0 0.688 5196 4003 0 0 0.688 5128 4018 0 0 0.688 2 interp_poly -40 -271 68 77 4959 3446 3 MP PP 4959 3446 0 0.125 1 5027 3523 0 0 1 4959 3446 0 0.125 1 2 interp_poly 5027 3523 0 0 1 4987 3252 0 0.438 1 5027 3523 0 0 1 2 interp_poly 68 77 -40 -248 4999 3694 3 MP PP 4999 3694 0 0 0.75 4959 3446 0 0.125 1 4999 3694 0 0 0.75 2 interp_poly 4959 3446 0 0.125 1 5027 3523 0 0 1 4959 3446 0 0.125 1 2 interp_poly -40 39 68 188 4971 3467 3 MP PP 4971 3467 0 0.188 1 5039 3655 0 0 0.875 4971 3467 0 0.188 1 2 interp_poly 5039 3655 0 0 0.875 4999 3694 0 0 0.75 5039 3655 0 0 0.875 2 interp_poly -40 -248 68 -60 4931 3754 3 MP PP 4931 3754 0 0 0.688 4999 3694 0 0 0.75 4931 3754 0 0 0.688 2 interp_poly 4999 3694 0 0 0.75 4959 3446 0 0.125 1 4999 3694 0 0 0.75 2 interp_poly 68 -60 -40 287 4971 3467 3 MP PP 4971 3467 0 0.188 1 4931 3754 0 0 0.688 4971 3467 0 0.188 1 2 interp_poly 4931 3754 0 0 0.688 4999 3694 0 0 0.75 4931 3754 0 0 0.688 2 interp_poly 68 66 -40 39 5039 3655 3 MP PP 5039 3655 0 0 0.875 4999 3694 0 0 0.75 5039 3655 0 0 0.875 2 interp_poly 4999 3694 0 0 0.75 5067 3760 0 0 0.625 4999 3694 0 0 0.75 2 interp_poly 68 188 -40 -361 5011 3828 3 MP PP 5011 3828 0 0 0.625 4971 3467 0 0.188 1 5011 3828 0 0 0.625 2 interp_poly 4971 3467 0 0.188 1 5039 3655 0 0 0.875 4971 3467 0 0.188 1 2 interp_poly -40 -110 68 -63 5011 3828 3 MP PP 5011 3828 0 0 0.625 5079 3765 0 0 0.75 5011 3828 0 0 0.625 2 interp_poly 5079 3765 0 0 0.75 5039 3655 0 0 0.875 5079 3765 0 0 0.75 2 interp_poly 68 -63 -40 870 5051 2958 3 MP PP 5051 2958 0.188 1 0.875 5011 3828 0 0 0.625 5051 2958 0.188 1 0.875 2 interp_poly 5011 3828 0 0 0.625 5079 3765 0 0 0.75 5011 3828 0 0 0.625 2 interp_poly -40 -966 68 25 5023 3899 3 MP PP 5023 3899 0 0 0.625 5091 3924 0 0 0.562 5023 3899 0 0 0.625 2 interp_poly 5091 3924 0 0 0.562 5051 2958 0.188 1 0.875 5091 3924 0 0 0.562 2 interp_poly 68 148 -40 642 5103 3079 3 MP PP 5103 3079 0.125 1 0.938 5063 3721 0 0 1 5103 3079 0.125 1 0.938 2 interp_poly 5063 3721 0 0 1 5131 3869 0 0 0.688 5063 3721 0 0 1 2 interp_poly -40 -368 67 -254 5076 3701 3 MP PP 5076 3701 0 0.125 1 5143 3447 0 0.5 1 5076 3701 0 0.125 1 2 interp_poly 5143 3447 0 0.5 1 5103 3079 0.125 1 0.938 5143 3447 0 0.5 1 2 interp_poly 67 -254 -40 448 5116 3253 3 MP PP 5116 3253 0 0.938 1 5076 3701 0 0.125 1 5116 3253 0 0.938 1 2 interp_poly 5076 3701 0 0.125 1 5143 3447 0 0.5 1 5076 3701 0 0.125 1 2 interp_poly 68 56 -40 -368 5143 3447 3 MP PP 5143 3447 0 0.5 1 5103 3079 0.125 1 0.938 5143 3447 0 0.5 1 2 interp_poly 5103 3079 0.125 1 0.938 5171 3135 0 1 1 5103 3079 0.125 1 0.938 2 interp_poly -40 -45 67 239 5116 3253 3 MP PP 5116 3253 0 0.938 1 5183 3492 0 0.5 1 5116 3253 0 0.938 1 2 interp_poly 5183 3492 0 0.5 1 5143 3447 0 0.5 1 5183 3492 0 0.5 1 2 interp_poly 67 239 -40 -537 5156 3790 3 MP PP 5156 3790 0 0.0625 1 5116 3253 0 0.938 1 5156 3790 0 0.0625 1 2 interp_poly 5116 3253 0 0.938 1 5183 3492 0 0.5 1 5116 3253 0 0.938 1 2 interp_poly 68 25 -40 178 5063 3721 3 MP PP 5063 3721 0 0 1 5023 3899 0 0 0.625 5063 3721 0 0 1 2 interp_poly 5023 3899 0 0 0.625 5091 3924 0 0 0.562 5023 3899 0 0 0.625 2 interp_poly -40 55 68 148 5063 3721 3 MP PP 5063 3721 0 0 1 5131 3869 0 0 0.688 5063 3721 0 0 1 2 interp_poly 5131 3869 0 0 0.688 5091 3924 0 0 0.562 5131 3869 0 0 0.688 2 interp_poly -40 -210 68 -86 5060 4104 3 MP PP 5060 4104 0 0 0.562 5128 4018 0 0 0.688 5060 4104 0 0 0.562 2 interp_poly 5128 4018 0 0 0.688 5088 3808 0 0.0625 1 5128 4018 0 0 0.688 2 interp_poly 68 -18 -40 -210 5128 4018 3 MP PP 5128 4018 0 0 0.688 5088 3808 0 0.0625 1 5128 4018 0 0 0.688 2 interp_poly 5088 3808 0 0.0625 1 5156 3790 0 0.0625 1 5088 3808 0 0.0625 1 2 interp_poly -40 122 68 10 5100 3886 3 MP PP 5100 3886 0 0 1 5168 3896 0 0 0.938 5100 3886 0 0 1 2 interp_poly 5168 3896 0 0 0.938 5128 4018 0 0 0.688 5168 3896 0 0 0.938 2 interp_poly -40 -537 68 -18 5088 3808 3 MP PP 5088 3808 0 0.0625 1 5156 3790 0 0.0625 1 5088 3808 0 0.0625 1 2 interp_poly 5156 3790 0 0.0625 1 5116 3253 0 0.938 1 5156 3790 0 0.0625 1 2 interp_poly 68 -86 -40 218 5100 3886 3 MP PP 5100 3886 0 0 1 5060 4104 0 0 0.562 5100 3886 0 0 1 2 interp_poly 5060 4104 0 0 0.562 5128 4018 0 0 0.688 5060 4104 0 0 0.562 2 interp_poly -40 -361 68 5 4943 3823 3 MP PP 4943 3823 0 0 0.688 5011 3828 0 0 0.625 4943 3823 0 0 0.688 2 interp_poly 5011 3828 0 0 0.625 4971 3467 0 0.188 1 5011 3828 0 0 0.625 2 interp_poly -40 -83 68 2 4803 3457 3 MP PP 4803 3457 0 0 0.688 4871 3459 0 0 0.688 4803 3457 0 0 0.688 2 interp_poly 4871 3459 0 0 0.688 4831 3376 0 0 0.75 4871 3459 0 0 0.688 2 interp_poly 68 2 -40 85 4843 3372 3 MP PP 4843 3372 0 0 0.875 4803 3457 0 0 0.688 4843 3372 0 0 0.875 2 interp_poly 4803 3457 0 0 0.688 4871 3459 0 0 0.688 4803 3457 0 0 0.688 2 interp_poly -40 -741 68 80 4855 3484 3 MP PP 4855 3484 0 0 0.812 4923 3564 0 0 0.625 4855 3484 0 0 0.812 2 interp_poly 4923 3564 0 0 0.625 4883 2823 0 0.875 1 4923 3564 0 0 0.625 2 interp_poly -40 -95 68 -16 4754 2891 3 MP PP 4754 2891 0 0.25 1 4822 2875 0 0.25 1 4754 2891 0 0.25 1 2 interp_poly 4822 2875 0 0.25 1 4782 2780 0 0.375 1 4822 2875 0 0.25 1 2 interp_poly -40 144 68 156 4791 2760 3 MP PP 4791 2760 0 0.75 1 4859 2916 0 0.5 1 4791 2760 0 0.75 1 2 interp_poly 4859 2916 0 0.5 1 4819 3060 0 0.188 1 4859 2916 0 0.5 1 2 interp_poly -40 25 68 84 4751 2976 3 MP PP 4751 2976 0 0.375 1 4819 3060 0 0.188 1 4751 2976 0 0.375 1 2 interp_poly 4819 3060 0 0.188 1 4779 3085 0 0.125 1 4819 3060 0 0.188 1 2 interp_poly 68 84 -40 216 4791 2760 3 MP PP 4791 2760 0 0.75 1 4751 2976 0 0.375 1 4791 2760 0 0.75 1 2 interp_poly 4751 2976 0 0.375 1 4819 3060 0 0.188 1 4751 2976 0 0.375 1 2 interp_poly 68 156 -40 -616 4831 3376 3 MP PP 4831 3376 0 0 0.75 4791 2760 0 0.75 1 4831 3376 0 0 0.75 2 interp_poly 4791 2760 0 0.75 1 4859 2916 0 0.5 1 4791 2760 0 0.75 1 2 interp_poly -40 549 68 476 4815 2347 3 MP PP 4815 2347 0.688 1 0.375 4883 2823 0 0.875 1 4815 2347 0.688 1 0.375 2 interp_poly 4883 2823 0 0.875 1 4843 3372 0 0 0.875 4883 2823 0 0.875 1 2 interp_poly 68 476 -40 -1137 4855 3484 3 MP PP 4855 3484 0 0 0.812 4815 2347 0.688 1 0.375 4855 3484 0 0 0.812 2 interp_poly 4815 2347 0.688 1 0.375 4883 2823 0 0.875 1 4815 2347 0.688 1 0.375 2 interp_poly 68 80 -40 1364 4895 2120 3 MP PP 4895 2120 1 0.938 0 4855 3484 0 0 0.812 4895 2120 1 0.938 0 2 interp_poly 4855 3484 0 0 0.812 4923 3564 0 0 0.625 4855 3484 0 0 0.812 2 interp_poly -40 1306 68 138 4895 2120 3 MP PP 4895 2120 1 0.938 0 4963 2258 0.875 1 0.188 4895 2120 1 0.938 0 2 interp_poly 4963 2258 0.875 1 0.188 4923 3564 0 0 0.625 4963 2258 0.875 1 0.188 2 interp_poly -40 -372 68 36 4879 3349 3 MP PP 4879 3349 0 0.25 1 4947 3385 0 0.125 1 4879 3349 0 0.25 1 2 interp_poly 4947 3385 0 0.125 1 4907 3013 0 0.75 1 4947 3385 0 0.125 1 2 interp_poly 68 36 -40 5 4919 3344 3 MP PP 4919 3344 0 0.25 1 4879 3349 0 0.25 1 4919 3344 0 0.25 1 2 interp_poly 4879 3349 0 0.25 1 4947 3385 0 0.125 1 4879 3349 0 0.25 1 2 interp_poly -40 -102 68 -111 4891 3557 3 MP PP 4891 3557 0 0 1 4959 3446 0 0.125 1 4891 3557 0 0 1 2 interp_poly 4959 3446 0 0.125 1 4919 3344 0 0.25 1 4959 3446 0 0.125 1 2 interp_poly 68 -111 -40 -197 4931 3754 3 MP PP 4931 3754 0 0 0.688 4891 3557 0 0 1 4931 3754 0 0 0.688 2 interp_poly 4891 3557 0 0 1 4959 3446 0 0.125 1 4891 3557 0 0 1 2 interp_poly -40 287 68 -140 4903 3607 3 MP PP 4903 3607 0 0 1 4971 3467 0 0.188 1 4903 3607 0 0 1 2 interp_poly 4971 3467 0 0.188 1 4931 3754 0 0 0.688 4971 3467 0 0.188 1 2 interp_poly -40 -197 68 182 4863 3572 3 MP PP 4863 3572 0 0 1 4931 3754 0 0 0.688 4863 3572 0 0 1 2 interp_poly 4931 3754 0 0 0.688 4891 3557 0 0 1 4931 3754 0 0 0.688 2 interp_poly 68 182 -40 -35 4903 3607 3 MP PP 4903 3607 0 0 1 4863 3572 0 0 1 4903 3607 0 0 1 2 interp_poly 4863 3572 0 0 1 4931 3754 0 0 0.688 4863 3572 0 0 1 2 interp_poly 68 -140 -40 -216 4943 3823 3 MP PP 4943 3823 0 0 0.688 4903 3607 0 0 1 4943 3823 0 0 0.688 2 interp_poly 4903 3607 0 0 1 4971 3467 0 0.188 1 4903 3607 0 0 1 2 interp_poly 68 138 -40 438 4935 1682 3 MP PP 4935 1682 1 0.125 0 4895 2120 1 0.938 0 4935 1682 1 0.125 0 2 interp_poly 4895 2120 1 0.938 0 4963 2258 0.875 1 0.188 4895 2120 1 0.938 0 2 interp_poly -40 -1297 68 -34 4907 3013 3 MP PP 4907 3013 0 0.75 1 4975 2979 0 0.75 1 4907 3013 0 0.75 1 2 interp_poly 4975 2979 0 0.75 1 4935 1682 1 0.125 0 4975 2979 0 0.75 1 2 interp_poly 68 -34 -40 -372 4947 3385 3 MP PP 4947 3385 0 0.125 1 4907 3013 0 0.75 1 4947 3385 0 0.125 1 2 interp_poly 4907 3013 0 0.75 1 4975 2979 0 0.75 1 4907 3013 0 0.75 1 2 interp_poly -40 133 68 -92 4919 3344 3 MP PP 4919 3344 0 0.25 1 4987 3252 0 0.438 1 4919 3344 0 0.25 1 2 interp_poly 4987 3252 0 0.438 1 4947 3385 0 0.125 1 4987 3252 0 0.438 1 2 interp_poly 68 -92 -40 -102 4959 3446 3 MP PP 4959 3446 0 0.125 1 4919 3344 0 0.25 1 4959 3446 0 0.125 1 2 interp_poly 4919 3344 0 0.25 1 4987 3252 0 0.438 1 4919 3344 0 0.25 1 2 interp_poly -40 671 68 -95 4935 1682 3 MP PP 4935 1682 1 0.125 0 5003 1587 1 0 0 4935 1682 1 0.125 0 2 interp_poly 5003 1587 1 0 0 4963 2258 0.875 1 0.188 5003 1587 1 0 0 2 interp_poly 68 -95 -40 -1297 4975 2979 3 MP PP 4975 2979 0 0.75 1 4935 1682 1 0.125 0 4975 2979 0 0.75 1 2 interp_poly 4935 1682 1 0.125 0 5003 1587 1 0 0 4935 1682 1 0.125 0 2 interp_poly 68 5 -40 1341 4983 2482 3 MP PP 4983 2482 1 1 0.0625 4943 3823 0 0 0.688 4983 2482 1 1 0.0625 2 interp_poly 4943 3823 0 0 0.688 5011 3828 0 0 0.625 4943 3823 0 0 0.688 2 interp_poly -40 870 68 476 4983 2482 3 MP PP 4983 2482 1 1 0.0625 5051 2958 0.188 1 0.875 4983 2482 1 1 0.0625 2 interp_poly 5051 2958 0.188 1 0.875 5011 3828 0 0 0.625 5051 2958 0.188 1 0.875 2 interp_poly -40 -1417 67 26 4956 3873 3 MP PP 4956 3873 0 0 0.688 5023 3899 0 0 0.625 4956 3873 0 0 0.688 2 interp_poly 5023 3899 0 0 0.625 4983 2482 1 1 0.0625 5023 3899 0 0 0.625 2 interp_poly 68 476 -40 -1417 5023 3899 3 MP PP 5023 3899 0 0 0.625 4983 2482 1 1 0.0625 5023 3899 0 0 0.625 2 interp_poly 4983 2482 1 1 0.0625 5051 2958 0.188 1 0.875 4983 2482 1 1 0.0625 2 interp_poly 67 30 -40 1131 5036 2560 3 MP PP 5036 2560 1 1 0.0625 4996 3691 0 0.0625 1 5036 2560 1 1 0.0625 2 interp_poly 4996 3691 0 0.0625 1 5063 3721 0 0 1 4996 3691 0 0.0625 1 2 interp_poly -40 642 67 519 5036 2560 3 MP PP 5036 2560 1 1 0.0625 5103 3079 0.125 1 0.938 5036 2560 1 1 0.0625 2 interp_poly 5103 3079 0.125 1 0.938 5063 3721 0 0 1 5103 3079 0.125 1 0.938 2 interp_poly -40 -1141 68 350 5008 3351 3 MP PP 5008 3351 0 0.75 1 5076 3701 0 0.125 1 5008 3351 0 0.75 1 2 interp_poly 5076 3701 0 0.125 1 5036 2560 1 1 0.0625 5076 3701 0 0.125 1 2 interp_poly 67 519 -40 -1141 5076 3701 3 MP PP 5076 3701 0 0.125 1 5036 2560 1 1 0.0625 5076 3701 0 0.125 1 2 interp_poly 5036 2560 1 1 0.0625 5103 3079 0.125 1 0.938 5036 2560 1 1 0.0625 2 interp_poly -40 448 68 134 5048 3119 3 MP PP 5048 3119 0.188 1 0.875 5116 3253 0 0.938 1 5048 3119 0.188 1 0.875 2 interp_poly 5116 3253 0 0.938 1 5076 3701 0 0.125 1 5116 3253 0 0.938 1 2 interp_poly 68 134 -40 -689 5088 3808 3 MP PP 5088 3808 0 0.0625 1 5048 3119 0.188 1 0.875 5088 3808 0 0.0625 1 2 interp_poly 5048 3119 0.188 1 0.875 5116 3253 0 0.938 1 5048 3119 0.188 1 0.875 2 interp_poly 68 -158 -40 -138 5060 4104 3 MP PP 5060 4104 0 0 0.562 5020 3966 0 0 0.812 5060 4104 0 0 0.562 2 interp_poly 5020 3966 0 0 0.812 5088 3808 0 0.0625 1 5020 3966 0 0 0.812 2 interp_poly -40 218 68 -56 5032 3942 3 MP PP 5032 3942 0 0 0.938 5100 3886 0 0 1 5032 3942 0 0 0.938 2 interp_poly 5100 3886 0 0 1 5060 4104 0 0 0.562 5100 3886 0 0 1 2 interp_poly 67 26 -40 182 4996 3691 3 MP PP 4996 3691 0 0.0625 1 4956 3873 0 0 0.688 4996 3691 0 0.0625 1 2 interp_poly 4956 3873 0 0 0.688 5023 3899 0 0 0.625 4956 3873 0 0 0.688 2 interp_poly -40 178 67 30 4996 3691 3 MP PP 4996 3691 0 0.0625 1 5063 3721 0 0 1 4996 3691 0 0.0625 1 2 interp_poly 5063 3721 0 0 1 5023 3899 0 0 0.625 5063 3721 0 0 1 2 interp_poly 68 350 -40 232 5048 3119 3 MP PP 5048 3119 0.188 1 0.875 5008 3351 0 0.75 1 5048 3119 0.188 1 0.875 2 interp_poly 5008 3351 0 0.75 1 5076 3701 0 0.125 1 5008 3351 0 0.75 1 2 interp_poly -40 -689 68 -158 5020 3966 3 MP PP 5020 3966 0 0 0.812 5088 3808 0 0.0625 1 5020 3966 0 0 0.812 2 interp_poly 5088 3808 0 0.0625 1 5048 3119 0.188 1 0.875 5088 3808 0 0.0625 1 2 interp_poly -40 -138 68 -9 4992 4113 3 MP PP 4992 4113 0 0 0.625 5060 4104 0 0 0.562 4992 4113 0 0 0.625 2 interp_poly 5060 4104 0 0 0.562 5020 3966 0 0 0.812 5060 4104 0 0 0.562 2 interp_poly 68 -9 -40 171 5032 3942 3 MP PP 5032 3942 0 0 0.938 4992 4113 0 0 0.625 5032 3942 0 0 0.938 2 interp_poly 4992 4113 0 0 0.625 5060 4104 0 0 0.562 4992 4113 0 0 0.625 2 interp_poly -40 -35 67 -146 4836 3753 3 MP PP 4836 3753 0 0 0.75 4903 3607 0 0 1 4836 3753 0 0 0.75 2 interp_poly 4903 3607 0 0 1 4863 3572 0 0 1 4903 3607 0 0 1 2 interp_poly 67 -146 -40 140 4876 3613 3 MP PP 4876 3613 0 0.0625 1 4836 3753 0 0 0.75 4876 3613 0 0.0625 1 2 interp_poly 4836 3753 0 0 0.75 4903 3607 0 0 1 4836 3753 0 0 0.75 2 interp_poly 67 -8 -40 75 4767 3226 3 MP PP 4767 3226 0 0 0.75 4727 3301 0 0 0.625 4767 3226 0 0 0.75 2 interp_poly 4727 3301 0 0 0.625 4794 3293 0 0 0.562 4727 3301 0 0 0.625 2 interp_poly -40 -132 68 -4 4735 3461 3 MP PP 4735 3461 0 0 0.688 4803 3457 0 0 0.688 4735 3461 0 0 0.688 2 interp_poly 4803 3457 0 0 0.688 4763 3325 0 0 0.875 4803 3457 0 0 0.688 2 interp_poly -40 212 68 386 4582 1628 3 MP PP 4582 1628 1 0.938 0 4650 2014 0.438 1 0.625 4582 1628 1 0.938 0 2 interp_poly 4650 2014 0.438 1 0.625 4610 2226 0 1 1 4650 2014 0.438 1 0.625 2 interp_poly 68 16 -40 -241 4546 2713 3 MP PP 4546 2713 0 0 0.938 4506 2472 0 0.312 1 4546 2713 0 0 0.938 2 interp_poly 4506 2472 0 0.312 1 4574 2488 0 0.25 1 4506 2472 0 0.312 1 2 interp_poly -40 788 68 325 4542 1901 3 MP PP 4542 1901 0.625 1 0.438 4610 2226 0 1 1 4542 1901 0.625 1 0.438 2 interp_poly 4610 2226 0 1 1 4570 3014 0 0 0.625 4610 2226 0 1 1 2 interp_poly 68 325 -40 273 4582 1628 3 MP PP 4582 1628 1 0.938 0 4542 1901 0.625 1 0.438 4582 1628 1 0.938 0 2 interp_poly 4542 1901 0.625 1 0.438 4610 2226 0 1 1 4542 1901 0.625 1 0.438 2 interp_poly 68 386 -40 -942 4622 2570 3 MP PP 4622 2570 0 0.562 1 4582 1628 1 0.938 0 4622 2570 0 0.562 1 2 interp_poly 4582 1628 1 0.938 0 4650 2014 0.438 1 0.625 4582 1628 1 0.938 0 2 interp_poly -40 1286 67 1 4607 1743 3 MP PP 4607 1743 1 0.938 0 4674 1744 1 0.938 0 4607 1743 1 0.938 0 2 interp_poly 4674 1744 1 0.938 0 4634 3030 0 0 0.875 4674 1744 1 0.938 0 2 interp_poly 67 180 -40 -749 4687 3150 3 MP PP 4687 3150 0 0 0.812 4647 2401 0.0625 1 1 4687 3150 0 0 0.812 2 interp_poly 4647 2401 0.0625 1 1 4714 2581 0 0.688 1 4647 2401 0.0625 1 1 2 interp_poly -40 -151 68 -28 4659 3329 3 MP PP 4659 3329 0 0 0.562 4727 3301 0 0 0.625 4659 3329 0 0 0.562 2 interp_poly 4727 3301 0 0 0.625 4687 3150 0 0 0.812 4727 3301 0 0 0.625 2 interp_poly -40 -310 67 -259 4687 3150 3 MP PP 4687 3150 0 0 0.812 4754 2891 0 0.25 1 4687 3150 0 0 0.812 2 interp_poly 4754 2891 0 0.25 1 4714 2581 0 0.688 1 4754 2891 0 0.25 1 2 interp_poly -40 170 68 315 4671 2807 3 MP PP 4671 2807 0 0.562 1 4739 3122 0 0 1 4671 2807 0 0.562 1 2 interp_poly 4739 3122 0 0 1 4699 3292 0 0 0.688 4739 3122 0 0 1 2 interp_poly 68 315 -40 -293 4711 3100 3 MP PP 4711 3100 0 0.125 1 4671 2807 0 0.562 1 4711 3100 0 0.125 1 2 interp_poly 4671 2807 0 0.562 1 4739 3122 0 0 1 4671 2807 0 0.562 1 2 interp_poly -40 37 68 -15 4711 3100 3 MP PP 4711 3100 0 0.125 1 4779 3085 0 0.125 1 4711 3100 0 0.125 1 2 interp_poly 4779 3085 0 0.125 1 4739 3122 0 0 1 4779 3085 0 0.125 1 2 interp_poly 68 -15 -40 124 4751 2976 3 MP PP 4751 2976 0 0.375 1 4711 3100 0 0.125 1 4751 2976 0 0.375 1 2 interp_poly 4711 3100 0 0.125 1 4779 3085 0 0.125 1 4711 3100 0 0.125 1 2 interp_poly -40 -616 68 51 4763 3325 3 MP PP 4763 3325 0 0 0.875 4831 3376 0 0 0.75 4763 3325 0 0 0.875 2 interp_poly 4831 3376 0 0 0.75 4791 2760 0 0.75 1 4831 3376 0 0 0.75 2 interp_poly 68 51 -40 -132 4803 3457 3 MP PP 4803 3457 0 0 0.688 4763 3325 0 0 0.875 4803 3457 0 0 0.688 2 interp_poly 4763 3325 0 0 0.875 4831 3376 0 0 0.75 4763 3325 0 0 0.875 2 interp_poly 68 -4 -40 180 4775 3281 3 MP PP 4775 3281 0 0.0625 1 4735 3461 0 0 0.688 4775 3281 0 0.0625 1 2 interp_poly 4735 3461 0 0 0.688 4803 3457 0 0 0.688 4735 3461 0 0 0.688 2 interp_poly -40 85 68 91 4775 3281 3 MP PP 4775 3281 0 0.0625 1 4843 3372 0 0 0.875 4775 3281 0 0.0625 1 2 interp_poly 4843 3372 0 0 0.875 4803 3457 0 0 0.688 4843 3372 0 0 0.875 2 interp_poly 68 91 -40 934 4815 2347 3 MP PP 4815 2347 0.688 1 0.375 4775 3281 0 0.0625 1 4815 2347 0.688 1 0.375 2 interp_poly 4775 3281 0 0.0625 1 4843 3372 0 0 0.875 4775 3281 0 0.0625 1 2 interp_poly -40 -1137 68 80 4787 3404 3 MP PP 4787 3404 0 0 0.938 4855 3484 0 0 0.812 4787 3404 0 0 0.938 2 interp_poly 4855 3484 0 0 0.812 4815 2347 0.688 1 0.375 4855 3484 0 0 0.812 2 interp_poly 68 80 -40 1254 4827 2150 3 MP PP 4827 2150 1 0.938 0 4787 3404 0 0 0.938 4827 2150 1 0.938 0 2 interp_poly 4787 3404 0 0 0.938 4855 3484 0 0 0.812 4787 3404 0 0 0.938 2 interp_poly -40 1364 68 -30 4827 2150 3 MP PP 4827 2150 1 0.938 0 4895 2120 1 0.938 0 4827 2150 1 0.938 0 2 interp_poly 4895 2120 1 0.938 0 4855 3484 0 0 0.812 4895 2120 1 0.938 0 2 interp_poly 68 -30 -40 315 4867 1835 3 MP PP 4867 1835 1 0.375 0 4827 2150 1 0.938 0 4867 1835 1 0.375 0 2 interp_poly 4827 2150 1 0.938 0 4895 2120 1 0.938 0 4827 2150 1 0.938 0 2 interp_poly -40 -1178 68 -103 4839 3116 3 MP PP 4839 3116 0 0.562 1 4907 3013 0 0.75 1 4839 3116 0 0.562 1 2 interp_poly 4907 3013 0 0.75 1 4867 1835 1 0.375 0 4907 3013 0 0.75 1 2 interp_poly 68 -103 -40 -233 4879 3349 3 MP PP 4879 3349 0 0.25 1 4839 3116 0 0.562 1 4879 3349 0 0.25 1 2 interp_poly 4839 3116 0 0.562 1 4907 3013 0 0.75 1 4839 3116 0 0.562 1 2 interp_poly -40 5 68 -168 4851 3512 3 MP PP 4851 3512 0 0 1 4919 3344 0 0.25 1 4851 3512 0 0 1 2 interp_poly 4919 3344 0 0.25 1 4879 3349 0 0.25 1 4919 3344 0 0.25 1 2 interp_poly 68 -168 -40 -45 4891 3557 3 MP PP 4891 3557 0 0 1 4851 3512 0 0 1 4891 3557 0 0 1 2 interp_poly 4851 3512 0 0 1 4919 3344 0 0.25 1 4851 3512 0 0 1 2 interp_poly -40 438 68 -153 4867 1835 3 MP PP 4867 1835 1 0.375 0 4935 1682 1 0.125 0 4867 1835 1 0.375 0 2 interp_poly 4935 1682 1 0.125 0 4895 2120 1 0.938 0 4935 1682 1 0.125 0 2 interp_poly 68 -153 -40 -1178 4907 3013 3 MP PP 4907 3013 0 0.75 1 4867 1835 1 0.375 0 4907 3013 0 0.75 1 2 interp_poly 4867 1835 1 0.375 0 4935 1682 1 0.125 0 4867 1835 1 0.375 0 2 interp_poly -40 -216 67 210 4876 3613 3 MP PP 4876 3613 0 0.0625 1 4943 3823 0 0 0.688 4876 3613 0 0.0625 1 2 interp_poly 4943 3823 0 0 0.688 4903 3607 0 0 1 4943 3823 0 0 0.688 2 interp_poly -40 -1590 68 11 4386 2715 3 MP PP 4386 2715 0 0 0.75 4454 2726 0 0 0.75 4386 2715 0 0 0.75 2 interp_poly 4454 2726 0 0 0.75 4414 1136 1 0.688 0 4454 2726 0 0 0.75 2 interp_poly -40 267 68 -34 4426 2493 3 MP PP 4426 2493 0 0.188 1 4494 2459 0 0.25 1 4426 2493 0 0.188 1 2 interp_poly 4494 2459 0 0.25 1 4454 2726 0 0 0.75 4494 2459 0 0.25 1 2 interp_poly 68 -34 -40 -306 4466 2799 3 MP PP 4466 2799 0 0 0.75 4426 2493 0 0.188 1 4466 2799 0 0 0.75 2 interp_poly 4426 2493 0 0.188 1 4494 2459 0 0.25 1 4426 2493 0 0.188 1 2 interp_poly 68 11 -40 222 4426 2493 3 MP PP 4426 2493 0 0.188 1 4386 2715 0 0 0.75 4426 2493 0 0.188 1 2 interp_poly 4386 2715 0 0 0.75 4454 2726 0 0 0.75 4386 2715 0 0 0.75 2 interp_poly -40 -306 68 -68 4398 2867 3 MP PP 4398 2867 0 0 0.625 4466 2799 0 0 0.75 4398 2867 0 0 0.625 2 interp_poly 4466 2799 0 0 0.75 4426 2493 0 0.188 1 4466 2799 0 0 0.75 2 interp_poly -40 327 68 -172 4438 2644 3 MP PP 4438 2644 0 0.0625 1 4506 2472 0 0.312 1 4438 2644 0 0.0625 1 2 interp_poly 4506 2472 0 0.312 1 4466 2799 0 0 0.75 4506 2472 0 0.312 1 2 interp_poly 68 -172 -40 -106 4478 2750 3 MP PP 4478 2750 0 0 0.938 4438 2644 0 0.0625 1 4478 2750 0 0 0.938 2 interp_poly 4438 2644 0 0.0625 1 4506 2472 0 0.312 1 4438 2644 0 0.0625 1 2 interp_poly -40 46 68 59 4450 2645 3 MP PP 4450 2645 0 0.125 1 4518 2704 0 0 1 4450 2645 0 0.125 1 2 interp_poly 4518 2704 0 0 1 4478 2750 0 0 0.938 4518 2704 0 0 1 2 interp_poly 68 56 -40 -198 4266 2720 3 MP PP 4266 2720 0 0 0.625 4226 2522 0 0 0.938 4266 2720 0 0 0.625 2 interp_poly 4226 2522 0 0 0.938 4294 2578 0 0 0.812 4226 2522 0 0 0.938 2 interp_poly -40 -190 68 48 4266 2720 3 MP PP 4266 2720 0 0 0.625 4334 2768 0 0 0.562 4266 2720 0 0 0.625 2 interp_poly 4334 2768 0 0 0.562 4294 2578 0 0 0.812 4334 2768 0 0 0.562 2 interp_poly 68 48 -40 1045 4306 1675 3 MP PP 4306 1675 0.438 1 0.625 4266 2720 0 0 0.625 4306 1675 0.438 1 0.625 2 interp_poly 4266 2720 0 0 0.625 4334 2768 0 0 0.562 4266 2720 0 0 0.625 2 interp_poly -40 1216 68 -123 4306 1675 3 MP PP 4306 1675 0.438 1 0.625 4374 1552 0.625 1 0.438 4306 1675 0.438 1 0.625 2 interp_poly 4374 1552 0.625 1 0.438 4334 2768 0 0 0.562 4374 1552 0.625 1 0.438 2 interp_poly 68 -123 -40 370 4346 1305 3 MP PP 4346 1305 1 0.938 0 4306 1675 0.438 1 0.625 4346 1305 1 0.938 0 2 interp_poly 4306 1675 0.438 1 0.625 4374 1552 0.625 1 0.438 4306 1675 0.438 1 0.625 2 interp_poly -40 -1410 68 84 4318 2631 3 MP PP 4318 2631 0 0 0.938 4386 2715 0 0 0.75 4318 2631 0 0 0.938 2 interp_poly 4386 2715 0 0 0.75 4346 1305 1 0.938 0 4386 2715 0 0 0.75 2 interp_poly 68 84 -40 26 4358 2605 3 MP PP 4358 2605 0 0.0625 1 4318 2631 0 0 0.938 4358 2605 0 0.0625 1 2 interp_poly 4318 2631 0 0 0.938 4386 2715 0 0 0.75 4318 2631 0 0 0.938 2 interp_poly -40 416 68 -169 4346 1305 3 MP PP 4346 1305 1 0.938 0 4414 1136 1 0.688 0 4346 1305 1 0.938 0 2 interp_poly 4414 1136 1 0.688 0 4374 1552 0.625 1 0.438 4414 1136 1 0.688 0 2 interp_poly 68 -169 -40 -1410 4386 2715 3 MP PP 4386 2715 0 0 0.75 4346 1305 1 0.938 0 4386 2715 0 0 0.75 2 interp_poly 4346 1305 1 0.938 0 4414 1136 1 0.688 0 4346 1305 1 0.938 0 2 interp_poly -40 222 68 -112 4358 2605 3 MP PP 4358 2605 0 0.0625 1 4426 2493 0 0.188 1 4358 2605 0 0.0625 1 2 interp_poly 4426 2493 0 0.188 1 4386 2715 0 0 0.75 4426 2493 0 0.188 1 2 interp_poly 68 -112 -40 -262 4398 2867 3 MP PP 4398 2867 0 0 0.625 4358 2605 0 0.0625 1 4398 2867 0 0 0.625 2 interp_poly 4358 2605 0 0.0625 1 4426 2493 0 0.188 1 4358 2605 0 0.0625 1 2 interp_poly -40 223 68 4 4370 2640 3 MP PP 4370 2640 0 0.0625 1 4438 2644 0 0.0625 1 4370 2640 0 0.0625 1 2 interp_poly 4438 2644 0 0.0625 1 4398 2867 0 0 0.625 4438 2644 0 0.0625 1 2 interp_poly 68 -68 -40 223 4438 2644 3 MP PP 4438 2644 0 0.0625 1 4398 2867 0 0 0.625 4438 2644 0 0.0625 1 2 interp_poly 4398 2867 0 0 0.625 4466 2799 0 0 0.75 4398 2867 0 0 0.625 2 interp_poly -40 -106 68 57 4410 2693 3 MP PP 4410 2693 0 0 1 4478 2750 0 0 0.938 4410 2693 0 0 1 2 interp_poly 4478 2750 0 0 0.938 4438 2644 0 0.0625 1 4478 2750 0 0 0.938 2 interp_poly 68 57 -40 48 4450 2645 3 MP PP 4450 2645 0 0.125 1 4410 2693 0 0 1 4450 2645 0 0.125 1 2 interp_poly 4410 2693 0 0 1 4478 2750 0 0 0.938 4410 2693 0 0 1 2 interp_poly 68 59 -40 -192 4490 2837 3 MP PP 4490 2837 0 0 0.875 4450 2645 0 0.125 1 4490 2837 0 0 0.875 2 interp_poly 4450 2645 0 0.125 1 4518 2704 0 0 1 4450 2645 0 0.125 1 2 interp_poly -40 -192 68 -13 4422 2850 3 MP PP 4422 2850 0 0 0.875 4490 2837 0 0 0.875 4422 2850 0 0 0.875 2 interp_poly 4490 2837 0 0 0.875 4450 2645 0 0.125 1 4490 2837 0 0 0.875 2 interp_poly -40 80 68 -73 4462 2830 3 MP PP 4462 2830 0 0 0.938 4530 2757 0 0.0625 1 4462 2830 0 0 0.938 2 interp_poly 4530 2757 0 0.0625 1 4490 2837 0 0 0.875 4530 2757 0 0.0625 1 2 interp_poly 68 -13 -40 20 4462 2830 3 MP PP 4462 2830 0 0 0.938 4422 2850 0 0 0.875 4462 2830 0 0 0.938 2 interp_poly 4422 2850 0 0 0.875 4490 2837 0 0 0.875 4422 2850 0 0 0.875 2 interp_poly 68 -73 -40 -240 4502 3070 3 MP PP 4502 3070 0 0 0.562 4462 2830 0 0 0.938 4502 3070 0 0 0.562 2 interp_poly 4462 2830 0 0 0.938 4530 2757 0 0.0625 1 4462 2830 0 0 0.938 2 interp_poly -40 -257 68 -56 4502 3070 3 MP PP 4502 3070 0 0 0.562 4570 3014 0 0 0.625 4502 3070 0 0 0.562 2 interp_poly 4570 3014 0 0 0.625 4530 2757 0 0.0625 1 4570 3014 0 0 0.625 2 interp_poly 68 -56 -40 1169 4542 1901 3 MP PP 4542 1901 0.625 1 0.438 4502 3070 0 0 0.562 4542 1901 0.625 1 0.438 2 interp_poly 4502 3070 0 0 0.562 4570 3014 0 0 0.625 4502 3070 0 0 0.562 2 interp_poly -40 -395 67 -123 4527 3142 3 MP PP 4527 3142 0 0 0.688 4594 3019 0 0 0.875 4527 3142 0 0 0.688 2 interp_poly 4594 3019 0 0 0.875 4554 2624 0 0.5 1 4594 3019 0 0 0.875 2 interp_poly 68 -54 -40 -395 4594 3019 3 MP PP 4594 3019 0 0 0.875 4554 2624 0 0.5 1 4594 3019 0 0 0.875 2 interp_poly 4554 2624 0 0.5 1 4622 2570 0 0.562 1 4554 2624 0 0.5 1 2 interp_poly -40 -11 67 48 4567 2982 3 MP PP 4567 2982 0 0 1 4634 3030 0 0 0.875 4567 2982 0 0 1 2 interp_poly 4634 3030 0 0 0.875 4594 3019 0 0 0.875 4634 3030 0 0 0.875 2 interp_poly -40 -942 68 -54 4554 2624 3 MP PP 4554 2624 0 0.5 1 4622 2570 0 0.562 1 4554 2624 0 0.5 1 2 interp_poly 4622 2570 0 0.562 1 4582 1628 1 0.938 0 4622 2570 0 0.562 1 2 interp_poly 67 48 -40 1239 4607 1743 3 MP PP 4607 1743 1 0.938 0 4567 2982 0 0 1 4607 1743 1 0.938 0 2 interp_poly 4567 2982 0 0 1 4634 3030 0 0 0.875 4567 2982 0 0 1 2 interp_poly 68 141 -40 -11 4634 3030 3 MP PP 4634 3030 0 0 0.875 4594 3019 0 0 0.875 4634 3030 0 0 0.875 2 interp_poly 4594 3019 0 0 0.875 4662 3160 0 0 0.562 4594 3019 0 0 0.875 2 interp_poly -40 -749 68 -101 4619 3251 3 MP PP 4619 3251 0 0 0.688 4687 3150 0 0 0.812 4619 3251 0 0 0.688 2 interp_poly 4687 3150 0 0 0.812 4647 2401 0.0625 1 1 4687 3150 0 0 0.812 2 interp_poly 68 -101 -40 -78 4659 3329 3 MP PP 4659 3329 0 0 0.562 4619 3251 0 0 0.688 4659 3329 0 0 0.562 2 interp_poly 4619 3251 0 0 0.688 4687 3150 0 0 0.812 4619 3251 0 0 0.688 2 interp_poly -40 37 68 151 4631 3141 3 MP PP 4631 3141 0 0 0.938 4699 3292 0 0 0.688 4631 3141 0 0 0.938 2 interp_poly 4699 3292 0 0 0.688 4659 3329 0 0 0.562 4699 3292 0 0 0.688 2 interp_poly 68 151 -40 334 4671 2807 3 MP PP 4671 2807 0 0.562 1 4631 3141 0 0 0.938 4671 2807 0 0.562 1 2 interp_poly 4631 3141 0 0 0.938 4699 3292 0 0 0.688 4631 3141 0 0 0.938 2 interp_poly -40 -262 68 41 4330 2826 3 MP PP 4330 2826 0 0 0.75 4398 2867 0 0 0.625 4330 2826 0 0 0.75 2 interp_poly 4398 2867 0 0 0.625 4358 2605 0 0.0625 1 4398 2867 0 0 0.625 2 interp_poly 68 41 -40 186 4370 2640 3 MP PP 4370 2640 0 0.0625 1 4330 2826 0 0 0.75 4370 2640 0 0.0625 1 2 interp_poly 4330 2826 0 0 0.75 4398 2867 0 0 0.625 4330 2826 0 0 0.75 2 interp_poly 68 -138 -40 -36 4198 2696 3 MP PP 4198 2696 0 0 0.688 4158 2660 0 0 0.75 4198 2696 0 0 0.688 2 interp_poly 4158 2660 0 0 0.75 4226 2522 0 0 0.938 4158 2660 0 0 0.75 2 interp_poly -40 -198 68 24 4198 2696 3 MP PP 4198 2696 0 0 0.688 4266 2720 0 0 0.625 4198 2696 0 0 0.688 2 interp_poly 4266 2720 0 0 0.625 4226 2522 0 0 0.938 4266 2720 0 0 0.625 2 interp_poly 68 24 -40 1581 4238 1115 3 MP PP 4238 1115 1 0.625 0 4198 2696 0 0 0.688 4238 1115 1 0.625 0 2 interp_poly 4198 2696 0 0 0.688 4266 2720 0 0 0.625 4198 2696 0 0 0.688 2 interp_poly -40 1045 68 560 4238 1115 3 MP PP 4238 1115 1 0.625 0 4306 1675 0.438 1 0.625 4238 1115 1 0.625 0 2 interp_poly 4306 1675 0.438 1 0.625 4266 2720 0 0 0.625 4306 1675 0.438 1 0.625 2 interp_poly 68 560 -40 -324 4278 1439 3 MP PP 4278 1439 0.938 1 0.125 4238 1115 1 0.625 0 4278 1439 0.938 1 0.125 2 interp_poly 4238 1115 1 0.625 0 4306 1675 0.438 1 0.625 4238 1115 1 0.625 0 2 interp_poly -40 -1192 68 76 4250 2555 3 MP PP 4250 2555 0 0.125 1 4318 2631 0 0 0.938 4250 2555 0 0.125 1 2 interp_poly 4318 2631 0 0 0.938 4278 1439 0.938 1 0.125 4318 2631 0 0 0.938 2 interp_poly 68 76 -40 292 4290 2263 3 MP PP 4290 2263 0 0.625 1 4250 2555 0 0.125 1 4290 2263 0 0.625 1 2 interp_poly 4250 2555 0 0.125 1 4318 2631 0 0 0.938 4250 2555 0 0.125 1 2 interp_poly -40 370 68 -134 4278 1439 3 MP PP 4278 1439 0.938 1 0.125 4346 1305 1 0.938 0 4278 1439 0.938 1 0.125 2 interp_poly 4346 1305 1 0.938 0 4306 1675 0.438 1 0.625 4346 1305 1 0.938 0 2 interp_poly 68 -134 -40 -1192 4318 2631 3 MP PP 4318 2631 0 0 0.938 4278 1439 0.938 1 0.125 4318 2631 0 0 0.938 2 interp_poly 4278 1439 0.938 1 0.125 4346 1305 1 0.938 0 4278 1439 0.938 1 0.125 2 interp_poly -40 26 68 342 4290 2263 3 MP PP 4290 2263 0 0.625 1 4358 2605 0 0.0625 1 4290 2263 0 0.625 1 2 interp_poly 4358 2605 0 0.0625 1 4318 2631 0 0 0.938 4358 2605 0 0.0625 1 2 interp_poly 68 342 -40 -563 4330 2826 3 MP PP 4330 2826 0 0 0.75 4290 2263 0 0.625 1 4330 2826 0 0 0.75 2 interp_poly 4290 2263 0 0.625 1 4358 2605 0 0.0625 1 4290 2263 0 0.625 1 2 interp_poly -40 -563 68 -67 4262 2893 3 MP PP 4262 2893 0 0 0.625 4330 2826 0 0 0.75 4262 2893 0 0 0.625 2 interp_poly 4330 2826 0 0 0.75 4290 2263 0 0.625 1 4330 2826 0 0 0.75 2 interp_poly -40 186 68 -126 4302 2766 3 MP PP 4302 2766 0 0 0.875 4370 2640 0 0.0625 1 4302 2766 0 0 0.875 2 interp_poly 4370 2640 0 0.0625 1 4330 2826 0 0 0.75 4370 2640 0 0.0625 1 2 interp_poly 68 -126 -40 103 4342 2663 3 MP PP 4342 2663 0 0.125 1 4302 2766 0 0 0.875 4342 2663 0 0.125 1 2 interp_poly 4302 2766 0 0 0.875 4370 2640 0 0.0625 1 4302 2766 0 0 0.875 2 interp_poly -40 -53 68 30 4342 2663 3 MP PP 4342 2663 0 0.125 1 4410 2693 0 0 1 4342 2663 0 0.125 1 2 interp_poly 4410 2693 0 0 1 4370 2640 0 0.0625 1 4410 2693 0 0 1 2 interp_poly 68 4 -40 -53 4410 2693 3 MP PP 4410 2693 0 0 1 4370 2640 0 0.0625 1 4410 2693 0 0 1 2 interp_poly 4370 2640 0 0.0625 1 4438 2644 0 0.0625 1 4370 2640 0 0.0625 1 2 interp_poly 68 30 -40 55 4382 2608 3 MP PP 4382 2608 0 0.25 1 4342 2663 0 0.125 1 4382 2608 0 0.25 1 2 interp_poly 4342 2663 0 0.125 1 4410 2693 0 0 1 4342 2663 0 0.125 1 2 interp_poly -40 -242 68 89 4354 2761 3 MP PP 4354 2761 0 0.0625 1 4422 2850 0 0 0.875 4354 2761 0 0.0625 1 2 interp_poly 4422 2850 0 0 0.875 4382 2608 0 0.25 1 4422 2850 0 0 0.875 2 interp_poly -40 48 68 37 4382 2608 3 MP PP 4382 2608 0 0.25 1 4450 2645 0 0.125 1 4382 2608 0 0.25 1 2 interp_poly 4450 2645 0 0.125 1 4410 2693 0 0 1 4450 2645 0 0.125 1 2 interp_poly 68 37 -40 -242 4422 2850 3 MP PP 4422 2850 0 0 0.875 4382 2608 0 0.25 1 4422 2850 0 0 0.875 2 interp_poly 4382 2608 0 0.25 1 4450 2645 0 0.125 1 4382 2608 0 0.25 1 2 interp_poly -40 20 68 67 4394 2763 3 MP PP 4394 2763 0 0.0625 1 4462 2830 0 0 0.938 4394 2763 0 0.0625 1 2 interp_poly 4462 2830 0 0 0.938 4422 2850 0 0 0.875 4462 2830 0 0 0.938 2 interp_poly 68 89 -40 -2 4394 2763 3 MP PP 4394 2763 0 0.0625 1 4354 2761 0 0.0625 1 4394 2763 0 0.0625 1 2 interp_poly 4354 2761 0 0.0625 1 4422 2850 0 0 0.875 4354 2761 0 0.0625 1 2 interp_poly 68 67 -40 -324 4434 3087 3 MP PP 4434 3087 0 0 0.562 4394 2763 0 0.0625 1 4434 3087 0 0 0.562 2 interp_poly 4394 2763 0 0.0625 1 4462 2830 0 0 0.938 4394 2763 0 0.0625 1 2 interp_poly -40 -240 68 -17 4434 3087 3 MP PP 4434 3087 0 0 0.562 4502 3070 0 0 0.562 4434 3087 0 0 0.562 2 interp_poly 4502 3070 0 0 0.562 4462 2830 0 0 0.938 4502 3070 0 0 0.562 2 interp_poly 68 -17 -40 717 4474 2370 3 MP PP 4474 2370 0 0.812 1 4434 3087 0 0 0.562 4474 2370 0 0.812 1 2 interp_poly 4434 3087 0 0 0.562 4502 3070 0 0 0.562 4434 3087 0 0 0.562 2 interp_poly -40 1169 68 -469 4474 2370 3 MP PP 4474 2370 0 0.812 1 4542 1901 0.625 1 0.438 4474 2370 0 0.812 1 2 interp_poly 4542 1901 0.625 1 0.438 4502 3070 0 0 0.562 4542 1901 0.625 1 0.438 2 interp_poly -40 -813 68 -79 4459 3221 3 MP PP 4459 3221 0 0 0.562 4527 3142 0 0 0.688 4459 3221 0 0 0.562 2 interp_poly 4527 3142 0 0 0.688 4487 2329 0 1 1 4527 3142 0 0 0.688 2 interp_poly 67 295 -40 -813 4527 3142 3 MP PP 4527 3142 0 0 0.688 4487 2329 0 1 1 4527 3142 0 0 0.688 2 interp_poly 4487 2329 0 1 1 4554 2624 0 0.5 1 4487 2329 0 1 1 2 interp_poly -40 160 68 -57 4499 3039 3 MP PP 4499 3039 0 0 0.875 4567 2982 0 0 1 4499 3039 0 0 0.875 2 interp_poly 4567 2982 0 0 1 4527 3142 0 0 0.688 4567 2982 0 0 1 2 interp_poly 68 -469 -40 1563 4514 807 3 MP PP 4514 807 0.562 0 0 4474 2370 0 0.812 1 4514 807 0.562 0 0 2 interp_poly 4474 2370 0 0.812 1 4542 1901 0.625 1 0.438 4474 2370 0 0.812 1 2 interp_poly -40 -1817 67 295 4487 2329 3 MP PP 4487 2329 0 1 1 4554 2624 0 0.5 1 4487 2329 0 1 1 2 interp_poly 4554 2624 0 0.5 1 4514 807 0.562 0 0 4554 2624 0 0.5 1 2 interp_poly -40 273 68 821 4514 807 3 MP PP 4514 807 0.562 0 0 4582 1628 1 0.938 0 4514 807 0.562 0 0 2 interp_poly 4582 1628 1 0.938 0 4542 1901 0.625 1 0.438 4582 1628 1 0.938 0 2 interp_poly 68 821 -40 -1817 4554 2624 3 MP PP 4554 2624 0 0.5 1 4514 807 0.562 0 0 4554 2624 0 0.5 1 2 interp_poly 4514 807 0.562 0 0 4582 1628 1 0.938 0 4514 807 0.562 0 0 2 interp_poly 68 -57 -40 918 4539 2121 3 MP PP 4539 2121 0.5 1 0.562 4499 3039 0 0 0.875 4539 2121 0.5 1 0.562 2 interp_poly 4499 3039 0 0 0.875 4567 2982 0 0 1 4499 3039 0 0 0.875 2 interp_poly 67 -123 -40 160 4567 2982 3 MP PP 4567 2982 0 0 1 4527 3142 0 0 0.688 4567 2982 0 0 1 2 interp_poly 4527 3142 0 0 0.688 4594 3019 0 0 0.875 4527 3142 0 0 0.688 2 interp_poly -40 1239 68 -378 4539 2121 3 MP PP 4539 2121 0.5 1 0.562 4607 1743 1 0.938 0 4539 2121 0.5 1 0.562 2 interp_poly 4607 1743 1 0.938 0 4567 2982 0 0 1 4607 1743 1 0.938 0 2 interp_poly -40 -766 68 1 4551 3250 3 MP PP 4551 3250 0 0 0.688 4619 3251 0 0 0.688 4551 3250 0 0 0.688 2 interp_poly 4619 3251 0 0 0.688 4579 2485 0 0.938 1 4619 3251 0 0 0.688 2 interp_poly 68 1 -40 -95 4591 3345 3 MP PP 4591 3345 0 0 0.562 4551 3250 0 0 0.688 4591 3345 0 0 0.562 2 interp_poly 4551 3250 0 0 0.688 4619 3251 0 0 0.688 4551 3250 0 0 0.688 2 interp_poly 68 -84 -40 -766 4619 3251 3 MP PP 4619 3251 0 0 0.688 4579 2485 0 0.938 1 4619 3251 0 0 0.688 2 interp_poly 4579 2485 0 0.938 1 4647 2401 0.0625 1 1 4579 2485 0 0.938 1 2 interp_poly -40 -78 68 -16 4591 3345 3 MP PP 4591 3345 0 0 0.562 4659 3329 0 0 0.562 4591 3345 0 0 0.562 2 interp_poly 4659 3329 0 0 0.562 4619 3251 0 0 0.688 4659 3329 0 0 0.562 2 interp_poly 68 -16 -40 204 4631 3141 3 MP PP 4631 3141 0 0 0.938 4591 3345 0 0 0.562 4631 3141 0 0 0.938 2 interp_poly 4591 3345 0 0 0.562 4659 3329 0 0 0.562 4591 3345 0 0 0.562 2 interp_poly -40 -293 68 -135 4643 3235 3 MP PP 4643 3235 0 0 0.875 4711 3100 0 0.125 1 4643 3235 0 0 0.875 2 interp_poly 4711 3100 0 0.125 1 4671 2807 0 0.562 1 4711 3100 0 0.125 1 2 interp_poly 68 -28 -40 37 4699 3292 3 MP PP 4699 3292 0 0 0.688 4659 3329 0 0 0.562 4699 3292 0 0 0.688 2 interp_poly 4659 3329 0 0 0.562 4727 3301 0 0 0.625 4659 3329 0 0 0.562 2 interp_poly 68 -135 -40 -142 4683 3377 3 MP PP 4683 3377 0 0 0.688 4643 3235 0 0 0.875 4683 3377 0 0 0.688 2 interp_poly 4643 3235 0 0 0.875 4711 3100 0 0.125 1 4643 3235 0 0 0.875 2 interp_poly -40 124 68 -401 4683 3377 3 MP PP 4683 3377 0 0 0.688 4751 2976 0 0.375 1 4683 3377 0 0 0.688 2 interp_poly 4751 2976 0 0.375 1 4711 3100 0 0.125 1 4751 2976 0 0.375 1 2 interp_poly 68 -401 -40 496 4723 2881 3 MP PP 4723 2881 0 0.562 1 4683 3377 0 0 0.688 4723 2881 0 0.562 1 2 interp_poly 4683 3377 0 0 0.688 4751 2976 0 0.375 1 4683 3377 0 0 0.688 2 interp_poly -40 75 68 -66 4699 3292 3 MP PP 4699 3292 0 0 0.688 4767 3226 0 0 0.75 4699 3292 0 0 0.688 2 interp_poly 4767 3226 0 0 0.75 4727 3301 0 0 0.625 4767 3226 0 0 0.75 2 interp_poly 68 -66 -40 170 4739 3122 3 MP PP 4739 3122 0 0 1 4699 3292 0 0 0.688 4739 3122 0 0 1 2 interp_poly 4699 3292 0 0 0.688 4767 3226 0 0 0.75 4699 3292 0 0 0.688 2 interp_poly -40 -444 68 -6 4695 3331 3 MP PP 4695 3331 0 0 0.875 4763 3325 0 0 0.875 4695 3331 0 0 0.875 2 interp_poly 4763 3325 0 0 0.875 4723 2881 0 0.562 1 4763 3325 0 0 0.875 2 interp_poly 68 -6 -40 -130 4735 3461 3 MP PP 4735 3461 0 0 0.688 4695 3331 0 0 0.875 4735 3461 0 0 0.688 2 interp_poly 4695 3331 0 0 0.875 4763 3325 0 0 0.875 4695 3331 0 0 0.875 2 interp_poly -40 -844 68 199 4714 2581 3 MP PP 4714 2581 0 0.688 1 4782 2780 0 0.375 1 4714 2581 0 0.688 1 2 interp_poly 4782 2780 0 0.375 1 4742 1936 0.75 1 0.312 4782 2780 0 0.375 1 2 interp_poly 68 199 -40 -310 4754 2891 3 MP PP 4754 2891 0 0.25 1 4714 2581 0 0.688 1 4754 2891 0 0.25 1 2 interp_poly 4714 2581 0 0.688 1 4782 2780 0 0.375 1 4714 2581 0 0.688 1 2 interp_poly 68 260 -40 -844 4782 2780 3 MP PP 4782 2780 0 0.375 1 4742 1936 0.75 1 0.312 4782 2780 0 0.375 1 2 interp_poly 4742 1936 0.75 1 0.312 4810 2196 0.312 1 0.75 4742 1936 0.75 1 0.312 2 interp_poly -40 216 68 -121 4723 2881 3 MP PP 4723 2881 0 0.562 1 4791 2760 0 0.75 1 4723 2881 0 0.562 1 2 interp_poly 4791 2760 0 0.75 1 4751 2976 0 0.375 1 4791 2760 0 0.75 1 2 interp_poly 68 -121 -40 -444 4763 3325 3 MP PP 4763 3325 0 0 0.875 4723 2881 0 0.562 1 4763 3325 0 0 0.875 2 interp_poly 4723 2881 0 0.562 1 4791 2760 0 0.75 1 4723 2881 0 0.562 1 2 interp_poly -40 180 68 76 4707 3205 3 MP PP 4707 3205 0 0.188 1 4775 3281 0 0.0625 1 4707 3205 0 0.188 1 2 interp_poly 4775 3281 0 0.0625 1 4735 3461 0 0 0.688 4775 3281 0 0.0625 1 2 interp_poly 68 76 -40 719 4747 2486 3 MP PP 4747 2486 0.5 1 0.562 4707 3205 0 0.188 1 4747 2486 0.5 1 0.562 2 interp_poly 4707 3205 0 0.188 1 4775 3281 0 0.0625 1 4707 3205 0 0.188 1 2 interp_poly -40 -142 68 -52 4615 3429 3 MP PP 4615 3429 0 0 0.625 4683 3377 0 0 0.688 4615 3429 0 0 0.625 2 interp_poly 4683 3377 0 0 0.688 4643 3235 0 0 0.875 4683 3377 0 0 0.688 2 interp_poly -40 717 67 -40 4407 2410 3 MP PP 4407 2410 0 0.812 1 4474 2370 0 0.812 1 4407 2410 0 0.812 1 2 interp_poly 4474 2370 0 0.812 1 4434 3087 0 0 0.562 4474 2370 0 0.812 1 2 interp_poly 67 -40 -40 814 4447 1596 3 MP PP 4447 1596 1 0.875 0 4407 2410 0 0.812 1 4447 1596 1 0.875 0 2 interp_poly 4407 2410 0 0.812 1 4474 2370 0 0.812 1 4407 2410 0 0.812 1 2 interp_poly -40 1563 67 -789 4447 1596 3 MP PP 4447 1596 1 0.875 0 4514 807 0.562 0 0 4447 1596 1 0.875 0 2 interp_poly 4514 807 0.562 0 0 4474 2370 0 0.812 1 4514 807 0.562 0 0 2 interp_poly -40 -733 68 -136 4419 2465 3 MP PP 4419 2465 0 0.812 1 4487 2329 0 1 1 4419 2465 0 0.812 1 2 interp_poly 4487 2329 0 1 1 4447 1596 1 0.875 0 4487 2329 0 1 1 2 interp_poly 68 -136 -40 -756 4459 3221 3 MP PP 4459 3221 0 0 0.562 4419 2465 0 0.812 1 4459 3221 0 0 0.562 2 interp_poly 4419 2465 0 0.812 1 4487 2329 0 1 1 4419 2465 0 0.812 1 2 interp_poly 67 -789 -40 -733 4487 2329 3 MP PP 4487 2329 0 1 1 4447 1596 1 0.875 0 4487 2329 0 1 1 2 interp_poly 4447 1596 1 0.875 0 4514 807 0.562 0 0 4447 1596 1 0.875 0 2 interp_poly -40 918 68 369 4471 1752 3 MP PP 4471 1752 1 0.938 0 4539 2121 0.5 1 0.562 4471 1752 1 0.938 0 2 interp_poly 4539 2121 0.5 1 0.562 4499 3039 0 0 0.875 4539 2121 0.5 1 0.562 2 interp_poly 68 48 -40 -813 4551 3250 3 MP PP 4551 3250 0 0 0.688 4511 2437 0.0625 1 1 4551 3250 0 0 0.688 2 interp_poly 4511 2437 0.0625 1 1 4579 2485 0 0.938 1 4511 2437 0.0625 1 1 2 interp_poly -40 204 68 478 4563 2663 3 MP PP 4563 2663 0 0.812 1 4631 3141 0 0 0.938 4563 2663 0 0.812 1 2 interp_poly 4631 3141 0 0 0.938 4591 3345 0 0 0.562 4631 3141 0 0 0.938 2 interp_poly 68 478 -40 -235 4603 2898 3 MP PP 4603 2898 0 0.438 1 4563 2663 0 0.812 1 4603 2898 0 0.438 1 2 interp_poly 4563 2663 0 0.812 1 4631 3141 0 0 0.938 4563 2663 0 0.812 1 2 interp_poly -40 -95 68 -15 4523 3360 3 MP PP 4523 3360 0 0 0.562 4591 3345 0 0 0.562 4523 3360 0 0 0.562 2 interp_poly 4591 3345 0 0 0.562 4551 3250 0 0 0.688 4591 3345 0 0 0.562 2 interp_poly -40 -324 67 73 4367 3014 3 MP PP 4367 3014 0 0 0.688 4434 3087 0 0 0.562 4367 3014 0 0 0.688 2 interp_poly 4434 3087 0 0 0.562 4394 2763 0 0.0625 1 4434 3087 0 0 0.562 2 interp_poly -40 103 68 -11 4274 2674 3 MP PP 4274 2674 0 0.125 1 4342 2663 0 0.125 1 4274 2674 0 0.125 1 2 interp_poly 4342 2663 0 0.125 1 4302 2766 0 0 0.875 4342 2663 0 0.125 1 2 interp_poly 68 -11 -40 -62 4314 2736 3 MP PP 4314 2736 0 0.0625 1 4274 2674 0 0.125 1 4314 2736 0 0.0625 1 2 interp_poly 4274 2674 0 0.125 1 4342 2663 0 0.125 1 4274 2674 0 0.125 1 2 interp_poly -40 55 68 -128 4314 2736 3 MP PP 4314 2736 0 0.0625 1 4382 2608 0 0.25 1 4314 2736 0 0.0625 1 2 interp_poly 4382 2608 0 0.25 1 4342 2663 0 0.125 1 4382 2608 0 0.25 1 2 interp_poly 68 -128 -40 -25 4354 2761 3 MP PP 4354 2761 0 0.0625 1 4314 2736 0 0.0625 1 4354 2761 0 0.0625 1 2 interp_poly 4314 2736 0 0.0625 1 4382 2608 0 0.25 1 4314 2736 0 0.0625 1 2 interp_poly -40 -2 67 108 4327 2655 3 MP PP 4327 2655 0 0.312 1 4394 2763 0 0.0625 1 4327 2655 0 0.312 1 2 interp_poly 4394 2763 0 0.0625 1 4354 2761 0 0.0625 1 4394 2763 0 0.0625 1 2 interp_poly 68 -67 -40 127 4302 2766 3 MP PP 4302 2766 0 0 0.875 4262 2893 0 0 0.625 4302 2766 0 0 0.875 2 interp_poly 4262 2893 0 0 0.625 4330 2826 0 0 0.75 4262 2893 0 0 0.625 2 interp_poly -40 -25 67 -140 4287 2901 3 MP PP 4287 2901 0 0 0.812 4354 2761 0 0.0625 1 4287 2901 0 0 0.812 2 interp_poly 4354 2761 0 0.0625 1 4314 2736 0 0.0625 1 4354 2761 0 0.0625 1 2 interp_poly -40 1581 68 408 4170 707 3 MP PP 4170 707 0.875 0 0 4238 1115 1 0.625 0 4170 707 0.875 0 0 2 interp_poly 4238 1115 1 0.625 0 4198 2696 0 0 0.688 4238 1115 1 0.625 0 2 interp_poly 68 -464 -40 -652 4250 2555 3 MP PP 4250 2555 0 0.125 1 4210 1903 0.188 1 0.875 4250 2555 0 0.125 1 2 interp_poly 4210 1903 0.188 1 0.875 4278 1439 0.938 1 0.125 4210 1903 0.188 1 0.875 2 interp_poly 68 226 -40 -249 4130 2683 3 MP PP 4130 2683 0 0 0.75 4090 2434 0 0.125 1 4130 2683 0 0 0.75 2 interp_poly 4090 2434 0 0.125 1 4158 2660 0 0 0.75 4090 2434 0 0.125 1 2 interp_poly -40 -36 68 13 4130 2683 3 MP PP 4130 2683 0 0 0.75 4198 2696 0 0 0.688 4130 2683 0 0 0.75 2 interp_poly 4198 2696 0 0 0.688 4158 2660 0 0 0.75 4198 2696 0 0 0.688 2 interp_poly 68 13 -40 1976 4170 707 3 MP PP 4170 707 0.875 0 0 4130 2683 0 0 0.75 4170 707 0.875 0 0 2 interp_poly 4130 2683 0 0 0.75 4198 2696 0 0 0.688 4130 2683 0 0 0.75 2 interp_poly -40 -652 68 -95 4182 2650 3 MP PP 4182 2650 0 0 0.938 4250 2555 0 0.125 1 4182 2650 0 0 0.938 2 interp_poly 4250 2555 0 0.125 1 4210 1903 0.188 1 0.875 4250 2555 0 0.125 1 2 interp_poly -40 292 68 -63 4222 2326 3 MP PP 4222 2326 0 0.562 1 4290 2263 0 0.625 1 4222 2326 0 0.562 1 2 interp_poly 4290 2263 0 0.625 1 4250 2555 0 0.125 1 4290 2263 0 0.625 1 2 interp_poly 68 -95 -40 324 4222 2326 3 MP PP 4222 2326 0 0.562 1 4182 2650 0 0 0.938 4222 2326 0 0.562 1 2 interp_poly 4182 2650 0 0 0.938 4250 2555 0 0.125 1 4182 2650 0 0 0.938 2 interp_poly 68 -63 -40 -567 4262 2893 3 MP PP 4262 2893 0 0 0.625 4222 2326 0 0.562 1 4262 2893 0 0 0.625 2 interp_poly 4222 2326 0 0.562 1 4290 2263 0 0.625 1 4222 2326 0 0.562 1 2 interp_poly -40 -62 67 448 4247 2288 3 MP PP 4247 2288 0 0.812 1 4314 2736 0 0.0625 1 4247 2288 0 0.812 1 2 interp_poly 4314 2736 0 0.0625 1 4274 2674 0 0.125 1 4314 2736 0 0.0625 1 2 interp_poly -40 -249 68 187 4062 2496 3 MP PP 4062 2496 0 0.125 1 4130 2683 0 0 0.75 4062 2496 0 0.125 1 2 interp_poly 4130 2683 0 0 0.75 4090 2434 0 0.125 1 4130 2683 0 0 0.75 2 interp_poly 68 75 -40 -137 4062 2496 3 MP PP 4062 2496 0 0.125 1 4022 2359 0 0.312 1 4062 2496 0 0.125 1 2 interp_poly 4022 2359 0 0.312 1 4090 2434 0 0.125 1 4022 2359 0 0.312 1 2 interp_poly 68 187 -40 829 4102 1667 3 MP PP 4102 1667 0.562 1 0.5 4062 2496 0 0.125 1 4102 1667 0.562 1 0.5 2 interp_poly 4062 2496 0 0.125 1 4130 2683 0 0 0.75 4062 2496 0 0.125 1 2 interp_poly -40 1976 68 -960 4102 1667 3 MP PP 4102 1667 0.562 1 0.5 4170 707 0.875 0 0 4102 1667 0.562 1 0.5 2 interp_poly 4170 707 0.875 0 0 4130 2683 0 0 0.75 4170 707 0.875 0 0 2 interp_poly -40 -1445 68 -86 4114 2736 3 MP PP 4114 2736 0 0 0.812 4182 2650 0 0 0.938 4114 2736 0 0 0.812 2 interp_poly 4182 2650 0 0 0.938 4142 1205 1 0.688 0 4182 2650 0 0 0.938 2 interp_poly 68 698 -40 -1445 4182 2650 3 MP PP 4182 2650 0 0 0.938 4142 1205 1 0.688 0 4182 2650 0 0 0.938 2 interp_poly 4142 1205 1 0.688 0 4210 1903 0.188 1 0.875 4142 1205 1 0.688 0 2 interp_poly -40 324 68 -183 4154 2509 3 MP PP 4154 2509 0 0.25 1 4222 2326 0 0.562 1 4154 2509 0 0.25 1 2 interp_poly 4222 2326 0 0.562 1 4182 2650 0 0 0.938 4222 2326 0 0.562 1 2 interp_poly 68 -86 -40 227 4154 2509 3 MP PP 4154 2509 0 0.25 1 4114 2736 0 0 0.812 4154 2509 0 0.25 1 2 interp_poly 4114 2736 0 0 0.812 4182 2650 0 0 0.938 4114 2736 0 0 0.812 2 interp_poly 68 -183 -40 -451 4194 2960 3 MP PP 4194 2960 0 0 0.562 4154 2509 0 0.25 1 4194 2960 0 0 0.562 2 interp_poly 4154 2509 0 0.25 1 4222 2326 0 0.562 1 4154 2509 0 0.25 1 2 interp_poly -40 -567 68 -67 4194 2960 3 MP PP 4194 2960 0 0 0.562 4262 2893 0 0 0.625 4194 2960 0 0 0.562 2 interp_poly 4262 2893 0 0 0.625 4222 2326 0 0.562 1 4262 2893 0 0 0.625 2 interp_poly -40 -23 67 226 4207 2448 3 MP PP 4207 2448 0 0.5 1 4274 2674 0 0.125 1 4207 2448 0 0.5 1 2 interp_poly 4274 2674 0 0.125 1 4234 2651 0 0.125 1 4274 2674 0 0.125 1 2 interp_poly 67 226 -40 160 4247 2288 3 MP PP 4247 2288 0 0.812 1 4207 2448 0 0.5 1 4247 2288 0 0.812 1 2 interp_poly 4207 2448 0 0.5 1 4274 2674 0 0.125 1 4207 2448 0 0.5 1 2 interp_poly -40 127 68 115 4234 2651 3 MP PP 4234 2651 0 0.125 1 4302 2766 0 0 0.875 4234 2651 0 0.125 1 2 interp_poly 4302 2766 0 0 0.875 4262 2893 0 0 0.625 4302 2766 0 0 0.875 2 interp_poly 68 115 -40 -23 4274 2674 3 MP PP 4274 2674 0 0.125 1 4234 2651 0 0.125 1 4274 2674 0 0.125 1 2 interp_poly 4234 2651 0 0.125 1 4302 2766 0 0 0.875 4234 2651 0 0.125 1 2 interp_poly 67 448 -40 -613 4287 2901 3 MP PP 4287 2901 0 0 0.812 4247 2288 0 0.812 1 4287 2901 0 0 0.812 2 interp_poly 4247 2288 0 0.812 1 4314 2736 0 0.0625 1 4247 2288 0 0.812 1 2 interp_poly 67 -140 -40 246 4327 2655 3 MP PP 4327 2655 0 0.312 1 4287 2901 0 0 0.812 4327 2655 0 0.312 1 2 interp_poly 4287 2901 0 0 0.812 4354 2761 0 0.0625 1 4287 2901 0 0 0.812 2 interp_poly 67 108 -40 -359 4367 3014 3 MP PP 4367 3014 0 0 0.688 4327 2655 0 0.312 1 4367 3014 0 0 0.688 2 interp_poly 4327 2655 0 0.312 1 4394 2763 0 0.0625 1 4327 2655 0 0.312 1 2 interp_poly 67 73 -40 604 4407 2410 3 MP PP 4407 2410 0 0.812 1 4367 3014 0 0 0.688 4407 2410 0 0.812 1 2 interp_poly 4367 3014 0 0 0.688 4434 3087 0 0 0.562 4367 3014 0 0 0.688 2 interp_poly -40 -756 68 25 4391 3196 3 MP PP 4391 3196 0 0 0.625 4459 3221 0 0 0.562 4391 3196 0 0 0.625 2 interp_poly 4459 3221 0 0 0.562 4419 2465 0 0.812 1 4459 3221 0 0 0.562 2 interp_poly -40 182 68 113 4431 2926 3 MP PP 4431 2926 0 0.125 1 4499 3039 0 0 0.875 4431 2926 0 0.125 1 2 interp_poly 4499 3039 0 0 0.875 4459 3221 0 0 0.562 4499 3039 0 0 0.875 2 interp_poly 68 113 -40 1174 4471 1752 3 MP PP 4471 1752 1 0.938 0 4431 2926 0 0.125 1 4471 1752 1 0.938 0 2 interp_poly 4431 2926 0 0.125 1 4499 3039 0 0 0.875 4431 2926 0 0.125 1 2 interp_poly 68 -79 -40 182 4499 3039 3 MP PP 4499 3039 0 0 0.875 4459 3221 0 0 0.562 4499 3039 0 0 0.875 2 interp_poly 4459 3221 0 0 0.562 4527 3142 0 0 0.688 4459 3221 0 0 0.562 2 interp_poly -40 -813 68 -27 4483 3277 3 MP PP 4483 3277 0 0 0.688 4551 3250 0 0 0.688 4483 3277 0 0 0.688 2 interp_poly 4551 3250 0 0 0.688 4511 2437 0.0625 1 1 4551 3250 0 0 0.688 2 interp_poly 68 -27 -40 -83 4523 3360 3 MP PP 4523 3360 0 0 0.562 4483 3277 0 0 0.688 4523 3360 0 0 0.562 2 interp_poly 4483 3277 0 0 0.688 4551 3250 0 0 0.688 4483 3277 0 0 0.688 2 interp_poly 68 -15 -40 697 4563 2663 3 MP PP 4563 2663 0 0.812 1 4523 3360 0 0 0.562 4563 2663 0 0.812 1 2 interp_poly 4523 3360 0 0 0.562 4591 3345 0 0 0.562 4523 3360 0 0 0.562 2 interp_poly -40 334 68 -91 4603 2898 3 MP PP 4603 2898 0 0.438 1 4671 2807 0 0.562 1 4603 2898 0 0.438 1 2 interp_poly 4671 2807 0 0.562 1 4631 3141 0 0 0.938 4671 2807 0 0.562 1 2 interp_poly -40 -337 68 -74 4575 3309 3 MP PP 4575 3309 0 0 0.812 4643 3235 0 0 0.875 4575 3309 0 0 0.812 2 interp_poly 4643 3235 0 0 0.875 4603 2898 0 0.438 1 4643 3235 0 0 0.875 2 interp_poly 68 -74 -40 -120 4615 3429 3 MP PP 4615 3429 0 0 0.625 4575 3309 0 0 0.812 4615 3429 0 0 0.625 2 interp_poly 4575 3309 0 0 0.812 4643 3235 0 0 0.875 4575 3309 0 0 0.812 2 interp_poly 68 -91 -40 -337 4643 3235 3 MP PP 4643 3235 0 0 0.875 4603 2898 0 0.438 1 4643 3235 0 0 0.875 2 interp_poly 4603 2898 0 0.438 1 4671 2807 0 0.562 1 4603 2898 0 0.438 1 2 interp_poly 68 -52 -40 770 4655 2659 3 MP PP 4655 2659 0 1 1 4615 3429 0 0 0.625 4655 2659 0 1 1 2 interp_poly 4615 3429 0 0 0.625 4683 3377 0 0 0.688 4615 3429 0 0 0.625 2 interp_poly -40 496 68 222 4655 2659 3 MP PP 4655 2659 0 1 1 4723 2881 0 0.562 1 4655 2659 0 1 1 2 interp_poly 4723 2881 0 0.562 1 4683 3377 0 0 0.688 4723 2881 0 0.562 1 2 interp_poly -40 -672 68 -142 4627 3473 3 MP PP 4627 3473 0 0 0.688 4695 3331 0 0 0.875 4627 3473 0 0 0.688 2 interp_poly 4695 3331 0 0 0.875 4655 2659 0 1 1 4695 3331 0 0 0.875 2 interp_poly 68 -142 -40 -9 4667 3482 3 MP PP 4667 3482 0 0 0.688 4627 3473 0 0 0.688 4667 3482 0 0 0.688 2 interp_poly 4627 3473 0 0 0.688 4695 3331 0 0 0.875 4627 3473 0 0 0.688 2 interp_poly 68 222 -40 -672 4695 3331 3 MP PP 4695 3331 0 0 0.875 4655 2659 0 1 1 4695 3331 0 0 0.875 2 interp_poly 4655 2659 0 1 1 4723 2881 0 0.562 1 4655 2659 0 1 1 2 interp_poly -40 -130 68 -21 4667 3482 3 MP PP 4667 3482 0 0 0.688 4735 3461 0 0 0.688 4667 3482 0 0 0.688 2 interp_poly 4735 3461 0 0 0.688 4695 3331 0 0 0.875 4735 3461 0 0 0.688 2 interp_poly 68 -21 -40 277 4707 3205 3 MP PP 4707 3205 0 0.188 1 4667 3482 0 0 0.688 4707 3205 0 0.188 1 2 interp_poly 4667 3482 0 0 0.688 4735 3461 0 0 0.688 4667 3482 0 0 0.688 2 interp_poly -40 934 68 -139 4747 2486 3 MP PP 4747 2486 0.5 1 0.562 4815 2347 0.688 1 0.375 4747 2486 0.5 1 0.562 2 interp_poly 4815 2347 0.688 1 0.375 4775 3281 0 0.0625 1 4815 2347 0.688 1 0.375 2 interp_poly -40 -918 68 54 4719 3350 3 MP PP 4719 3350 0 0.0625 1 4787 3404 0 0 0.938 4719 3350 0 0.0625 1 2 interp_poly 4787 3404 0 0 0.938 4747 2486 0.5 1 0.562 4787 3404 0 0 0.938 2 interp_poly 68 -139 -40 -918 4787 3404 3 MP PP 4787 3404 0 0 0.938 4747 2486 0.5 1 0.562 4787 3404 0 0 0.938 2 interp_poly 4747 2486 0.5 1 0.562 4815 2347 0.688 1 0.375 4747 2486 0.5 1 0.562 2 interp_poly 68 54 -40 1047 4759 2303 3 MP PP 4759 2303 0.875 1 0.188 4719 3350 0 0.0625 1 4759 2303 0.875 1 0.188 2 interp_poly 4719 3350 0 0.0625 1 4787 3404 0 0 0.938 4719 3350 0 0.0625 1 2 interp_poly -40 1254 68 -153 4759 2303 3 MP PP 4759 2303 0.875 1 0.188 4827 2150 1 0.938 0 4759 2303 0.875 1 0.188 2 interp_poly 4827 2150 1 0.938 0 4787 3404 0 0 0.938 4827 2150 1 0.938 0 2 interp_poly -40 -557 68 -74 4743 3718 3 MP PP 4743 3718 0 0 0.625 4811 3644 0 0 0.75 4743 3718 0 0 0.625 2 interp_poly 4811 3644 0 0 0.75 4771 3087 0 0.688 1 4811 3644 0 0 0.75 2 interp_poly 68 -74 -40 27 4783 3691 3 MP PP 4783 3691 0 0 0.75 4743 3718 0 0 0.625 4783 3691 0 0 0.75 2 interp_poly 4743 3718 0 0 0.625 4811 3644 0 0 0.75 4743 3718 0 0 0.625 2 interp_poly 68 29 -40 -557 4811 3644 3 MP PP 4811 3644 0 0 0.75 4771 3087 0 0.688 1 4811 3644 0 0 0.75 2 interp_poly 4771 3087 0 0.688 1 4839 3116 0 0.562 1 4771 3087 0 0.688 1 2 interp_poly -40 -233 68 -295 4811 3644 3 MP PP 4811 3644 0 0 0.75 4879 3349 0 0.25 1 4811 3644 0 0 0.75 2 interp_poly 4879 3349 0 0.25 1 4839 3116 0 0.562 1 4879 3349 0 0.25 1 2 interp_poly 68 -295 -40 132 4851 3512 3 MP PP 4851 3512 0 0 1 4811 3644 0 0 0.75 4851 3512 0 0 1 2 interp_poly 4811 3644 0 0 0.75 4879 3349 0 0.25 1 4811 3644 0 0 0.75 2 interp_poly -40 132 68 -179 4783 3691 3 MP PP 4783 3691 0 0 0.75 4851 3512 0 0 1 4783 3691 0 0 0.75 2 interp_poly 4851 3512 0 0 1 4811 3644 0 0 0.75 4851 3512 0 0 1 2 interp_poly 68 -179 -40 201 4823 3490 3 MP PP 4823 3490 0 0.125 1 4783 3691 0 0 0.75 4823 3490 0 0.125 1 2 interp_poly 4783 3691 0 0 0.75 4851 3512 0 0 1 4783 3691 0 0 0.75 2 interp_poly -40 -45 68 67 4823 3490 3 MP PP 4823 3490 0 0.125 1 4891 3557 0 0 1 4823 3490 0 0.125 1 2 interp_poly 4891 3557 0 0 1 4851 3512 0 0 1 4891 3557 0 0 1 2 interp_poly 68 67 -40 -82 4863 3572 3 MP PP 4863 3572 0 0 1 4823 3490 0 0.125 1 4863 3572 0 0 1 2 interp_poly 4823 3490 0 0.125 1 4891 3557 0 0 1 4823 3490 0 0.125 1 2 interp_poly 67 210 -40 1443 4916 2170 3 MP PP 4916 2170 1 0.5 0 4876 3613 0 0.0625 1 4916 2170 1 0.5 0 2 interp_poly 4876 3613 0 0.0625 1 4943 3823 0 0 0.688 4876 3613 0 0.0625 1 2 interp_poly -40 1341 67 312 4916 2170 3 MP PP 4916 2170 1 0.5 0 4983 2482 1 1 0.0625 4916 2170 1 0.5 0 2 interp_poly 4983 2482 1 1 0.0625 4943 3823 0 0 0.688 4983 2482 1 1 0.0625 2 interp_poly -40 -1703 68 40 4888 3833 3 MP PP 4888 3833 0 0 0.812 4956 3873 0 0 0.688 4888 3833 0 0 0.812 2 interp_poly 4956 3873 0 0 0.688 4916 2170 1 0.5 0 4956 3873 0 0 0.688 2 interp_poly 68 40 -40 -77 4928 3910 3 MP PP 4928 3910 0 0 0.688 4888 3833 0 0 0.812 4928 3910 0 0 0.688 2 interp_poly 4888 3833 0 0 0.812 4956 3873 0 0 0.688 4888 3833 0 0 0.812 2 interp_poly 67 312 -40 -1703 4956 3873 3 MP PP 4956 3873 0 0 0.688 4916 2170 1 0.5 0 4956 3873 0 0 0.688 2 interp_poly 4916 2170 1 0.5 0 4983 2482 1 1 0.0625 4916 2170 1 0.5 0 2 interp_poly -40 182 68 -219 4928 3910 3 MP PP 4928 3910 0 0 0.688 4996 3691 0 0.0625 1 4928 3910 0 0 0.688 2 interp_poly 4996 3691 0 0.0625 1 4956 3873 0 0 0.688 4996 3691 0 0.0625 1 2 interp_poly 68 -219 -40 965 4968 2945 3 MP PP 4968 2945 0.375 1 0.688 4928 3910 0 0 0.688 4968 2945 0.375 1 0.688 2 interp_poly 4928 3910 0 0 0.688 4996 3691 0 0.0625 1 4928 3910 0 0 0.688 2 interp_poly -40 1131 68 -385 4968 2945 3 MP PP 4968 2945 0.375 1 0.688 5036 2560 1 1 0.0625 4968 2945 0.375 1 0.688 2 interp_poly 5036 2560 1 1 0.0625 4996 3691 0 0.0625 1 5036 2560 1 1 0.0625 2 interp_poly 68 -600 -40 -247 5020 3966 3 MP PP 5020 3966 0 0 0.812 4980 3719 0 0.188 1 5020 3966 0 0 0.812 2 interp_poly 4980 3719 0 0.188 1 5048 3119 0.188 1 0.875 4980 3719 0 0.188 1 2 interp_poly -40 232 68 -600 4980 3719 3 MP PP 4980 3719 0 0.188 1 5048 3119 0.188 1 0.875 4980 3719 0 0.188 1 2 interp_poly 5048 3119 0.188 1 0.875 5008 3351 0 0.75 1 5048 3119 0.188 1 0.875 2 interp_poly 68 -385 -40 -406 5008 3351 3 MP PP 5008 3351 0 0.75 1 4968 2945 0.375 1 0.688 5008 3351 0 0.75 1 2 interp_poly 4968 2945 0.375 1 0.688 5036 2560 1 1 0.0625 4968 2945 0.375 1 0.688 2 interp_poly -40 -148 68 81 4924 4032 3 MP PP 4924 4032 0 0 0.75 4992 4113 0 0 0.625 4924 4032 0 0 0.75 2 interp_poly 4992 4113 0 0 0.625 4952 3965 0 0 0.812 4992 4113 0 0 0.625 2 interp_poly 68 1 -40 -148 4992 4113 3 MP PP 4992 4113 0 0 0.625 4952 3965 0 0 0.812 4992 4113 0 0 0.625 2 interp_poly 4952 3965 0 0 0.812 5020 3966 0 0 0.812 4952 3965 0 0 0.812 2 interp_poly -40 171 68 -135 4964 4077 3 MP PP 4964 4077 0 0 0.75 5032 3942 0 0 0.938 4964 4077 0 0 0.75 2 interp_poly 5032 3942 0 0 0.938 4992 4113 0 0 0.625 5032 3942 0 0 0.938 2 interp_poly -40 -247 68 1 4952 3965 3 MP PP 4952 3965 0 0 0.812 5020 3966 0 0 0.812 4952 3965 0 0 0.812 2 interp_poly 5020 3966 0 0 0.812 4980 3719 0 0.188 1 5020 3966 0 0 0.812 2 interp_poly -40 1443 68 -575 4848 2745 3 MP PP 4848 2745 0.625 1 0.438 4916 2170 1 0.5 0 4848 2745 0.625 1 0.438 2 interp_poly 4916 2170 1 0.5 0 4876 3613 0 0.0625 1 4916 2170 1 0.5 0 2 interp_poly 68 -575 -40 -1088 4888 3833 3 MP PP 4888 3833 0 0 0.812 4848 2745 0.625 1 0.438 4888 3833 0 0 0.812 2 interp_poly 4848 2745 0.625 1 0.438 4916 2170 1 0.5 0 4848 2745 0.625 1 0.438 2 interp_poly -40 965 68 250 4900 2695 3 MP PP 4900 2695 0.812 1 0.25 4968 2945 0.375 1 0.688 4900 2695 0.812 1 0.25 2 interp_poly 4968 2945 0.375 1 0.688 4928 3910 0 0 0.688 4968 2945 0.375 1 0.688 2 interp_poly 68 216 -40 -584 4980 3719 3 MP PP 4980 3719 0 0.188 1 4940 3135 0.125 1 0.938 4980 3719 0 0.188 1 2 interp_poly 4940 3135 0.125 1 0.938 5008 3351 0 0.75 1 4940 3135 0.125 1 0.938 2 interp_poly -40 -406 68 216 4940 3135 3 MP PP 4940 3135 0.125 1 0.938 5008 3351 0 0.75 1 4940 3135 0.125 1 0.938 2 interp_poly 5008 3351 0 0.75 1 4968 2945 0.375 1 0.688 5008 3351 0 0.75 1 2 interp_poly 68 81 -40 -45 4964 4077 3 MP PP 4964 4077 0 0 0.75 4924 4032 0 0 0.75 4964 4077 0 0 0.75 2 interp_poly 4924 4032 0 0 0.75 4992 4113 0 0 0.625 4924 4032 0 0 0.75 2 interp_poly -40 140 68 -253 4808 3866 3 MP PP 4808 3866 0 0 0.625 4876 3613 0 0.0625 1 4808 3866 0 0 0.625 2 interp_poly 4876 3613 0 0.0625 1 4836 3753 0 0 0.75 4876 3613 0 0.0625 1 2 interp_poly 68 -67 -40 309 4234 2651 3 MP PP 4234 2651 0 0.125 1 4194 2960 0 0 0.562 4234 2651 0 0.125 1 2 interp_poly 4194 2960 0 0 0.562 4262 2893 0 0 0.625 4194 2960 0 0 0.562 2 interp_poly -40 -451 67 29 4127 2931 3 MP PP 4127 2931 0 0 0.625 4194 2960 0 0 0.562 4127 2931 0 0 0.625 2 interp_poly 4194 2960 0 0 0.562 4154 2509 0 0.25 1 4194 2960 0 0 0.562 2 interp_poly -40 309 67 -168 4167 2819 3 MP PP 4167 2819 0 0 0.812 4234 2651 0 0.125 1 4167 2819 0 0 0.812 2 interp_poly 4234 2651 0 0.125 1 4194 2960 0 0 0.562 4234 2651 0 0.125 1 2 interp_poly 67 -168 -40 371 4207 2448 3 MP PP 4207 2448 0 0.5 1 4167 2819 0 0 0.812 4207 2448 0 0.5 1 2 interp_poly 4167 2819 0 0 0.812 4234 2651 0 0.125 1 4167 2819 0 0 0.812 2 interp_poly -40 -613 68 5 4219 2896 3 MP PP 4219 2896 0 0 0.875 4287 2901 0 0 0.812 4219 2896 0 0 0.875 2 interp_poly 4287 2901 0 0 0.812 4247 2288 0 0.812 1 4287 2901 0 0 0.812 2 interp_poly 68 5 -40 82 4259 2814 3 MP PP 4259 2814 0 0.0625 1 4219 2896 0 0 0.875 4259 2814 0 0.0625 1 2 interp_poly 4219 2896 0 0 0.875 4287 2901 0 0 0.812 4219 2896 0 0 0.875 2 interp_poly -40 -304 68 -29 4231 3147 3 MP PP 4231 3147 0 0 0.562 4299 3118 0 0 0.562 4231 3147 0 0 0.562 2 interp_poly 4299 3118 0 0 0.562 4259 2814 0 0.0625 1 4299 3118 0 0 0.562 2 interp_poly -40 246 68 -159 4259 2814 3 MP PP 4259 2814 0 0.0625 1 4327 2655 0 0.312 1 4259 2814 0 0.0625 1 2 interp_poly 4327 2655 0 0.312 1 4287 2901 0 0 0.812 4327 2655 0 0.312 1 2 interp_poly 68 -159 -40 -304 4299 3118 3 MP PP 4299 3118 0 0 0.562 4259 2814 0 0.0625 1 4299 3118 0 0 0.562 2 interp_poly 4259 2814 0 0.0625 1 4327 2655 0 0.312 1 4259 2814 0 0.0625 1 2 interp_poly -40 -359 68 -104 4299 3118 3 MP PP 4299 3118 0 0 0.562 4367 3014 0 0 0.688 4299 3118 0 0 0.562 2 interp_poly 4367 3014 0 0 0.688 4327 2655 0 0.312 1 4367 3014 0 0 0.688 2 interp_poly -40 156 68 -117 4271 3079 3 MP PP 4271 3079 0 0 0.688 4339 2962 0 0 0.875 4271 3079 0 0 0.688 2 interp_poly 4339 2962 0 0 0.875 4299 3118 0 0 0.562 4339 2962 0 0 0.875 2 interp_poly 68 -117 -40 1260 4311 1819 3 MP PP 4311 1819 0.875 1 0.188 4271 3079 0 0 0.688 4311 1819 0.875 1 0.188 2 interp_poly 4271 3079 0 0 0.688 4339 2962 0 0 0.875 4271 3079 0 0 0.688 2 interp_poly 68 -104 -40 156 4339 2962 3 MP PP 4339 2962 0 0 0.875 4299 3118 0 0 0.562 4339 2962 0 0 0.875 2 interp_poly 4299 3118 0 0 0.562 4367 3014 0 0 0.688 4299 3118 0 0 0.562 2 interp_poly -40 1361 68 -218 4311 1819 3 MP PP 4311 1819 0.875 1 0.188 4379 1601 1 0.812 0 4311 1819 0.875 1 0.188 2 interp_poly 4379 1601 1 0.812 0 4339 2962 0 0 0.875 4379 1601 1 0.812 0 2 interp_poly -40 604 68 -552 4339 2962 3 MP PP 4339 2962 0 0 0.875 4407 2410 0 0.812 1 4339 2962 0 0 0.875 2 interp_poly 4407 2410 0 0.812 1 4367 3014 0 0 0.688 4407 2410 0 0.812 1 2 interp_poly 68 -552 -40 1361 4379 1601 3 MP PP 4379 1601 1 0.812 0 4339 2962 0 0 0.875 4379 1601 1 0.812 0 2 interp_poly 4339 2962 0 0 0.875 4407 2410 0 0.812 1 4339 2962 0 0 0.875 2 interp_poly -40 -1088 68 47 4323 3149 3 MP PP 4323 3149 0 0 0.75 4391 3196 0 0 0.625 4323 3149 0 0 0.75 2 interp_poly 4391 3196 0 0 0.625 4351 2108 0.438 1 0.625 4391 3196 0 0 0.625 2 interp_poly -40 814 68 -5 4379 1601 3 MP PP 4379 1601 1 0.812 0 4447 1596 1 0.875 0 4379 1601 1 0.812 0 2 interp_poly 4447 1596 1 0.875 0 4407 2410 0 0.812 1 4447 1596 1 0.875 0 2 interp_poly 68 357 -40 -1088 4391 3196 3 MP PP 4391 3196 0 0 0.625 4351 2108 0.438 1 0.625 4391 3196 0 0 0.625 2 interp_poly 4351 2108 0.438 1 0.625 4419 2465 0 0.812 1 4351 2108 0.438 1 0.625 2 interp_poly -40 270 68 -14 4363 2940 3 MP PP 4363 2940 0 0.125 1 4431 2926 0 0.125 1 4363 2940 0 0.125 1 2 interp_poly 4431 2926 0 0.125 1 4391 3196 0 0 0.625 4431 2926 0 0.125 1 2 interp_poly -40 -864 68 357 4351 2108 3 MP PP 4351 2108 0.438 1 0.625 4419 2465 0 0.812 1 4351 2108 0.438 1 0.625 2 interp_poly 4419 2465 0 0.812 1 4379 1601 1 0.812 0 4419 2465 0 0.812 1 2 interp_poly 68 -5 -40 -864 4419 2465 3 MP PP 4419 2465 0 0.812 1 4379 1601 1 0.812 0 4419 2465 0 0.812 1 2 interp_poly 4379 1601 1 0.812 0 4447 1596 1 0.875 0 4379 1601 1 0.812 0 2 interp_poly 68 -14 -40 1408 4403 1532 3 MP PP 4403 1532 1 0.5 0 4363 2940 0 0.125 1 4403 1532 1 0.5 0 2 interp_poly 4363 2940 0 0.125 1 4431 2926 0 0.125 1 4363 2940 0 0.125 1 2 interp_poly 68 25 -40 270 4431 2926 3 MP PP 4431 2926 0 0.125 1 4391 3196 0 0 0.625 4431 2926 0 0.125 1 2 interp_poly 4391 3196 0 0 0.625 4459 3221 0 0 0.562 4391 3196 0 0 0.625 2 interp_poly -40 1174 68 220 4403 1532 3 MP PP 4403 1532 1 0.5 0 4471 1752 1 0.938 0 4403 1532 1 0.5 0 2 interp_poly 4471 1752 1 0.938 0 4431 2926 0 0.125 1 4471 1752 1 0.938 0 2 interp_poly -40 -756 68 335 4415 2942 3 MP PP 4415 2942 0 0.25 1 4483 3277 0 0 0.688 4415 2942 0 0.25 1 2 interp_poly 4483 3277 0 0 0.688 4443 2521 0 0.938 1 4483 3277 0 0 0.688 2 interp_poly 68 335 -40 -446 4455 3388 3 MP PP 4455 3388 0 0 0.562 4415 2942 0 0.25 1 4455 3388 0 0 0.562 2 interp_poly 4415 2942 0 0.25 1 4483 3277 0 0 0.688 4415 2942 0 0.25 1 2 interp_poly 68 -84 -40 -756 4483 3277 3 MP PP 4483 3277 0 0 0.688 4443 2521 0 0.938 1 4483 3277 0 0 0.688 2 interp_poly 4443 2521 0 0.938 1 4511 2437 0.0625 1 1 4443 2521 0 0.938 1 2 interp_poly -40 -83 68 -28 4455 3388 3 MP PP 4455 3388 0 0 0.562 4523 3360 0 0 0.562 4455 3388 0 0 0.562 2 interp_poly 4523 3360 0 0 0.562 4483 3277 0 0 0.688 4523 3360 0 0 0.562 2 interp_poly 68 -28 -40 840 4495 2548 3 MP PP 4495 2548 0 1 1 4455 3388 0 0 0.562 4495 2548 0 1 1 2 interp_poly 4455 3388 0 0 0.562 4523 3360 0 0 0.562 4455 3388 0 0 0.562 2 interp_poly -40 697 68 115 4495 2548 3 MP PP 4495 2548 0 1 1 4563 2663 0 0.812 1 4495 2548 0 1 1 2 interp_poly 4563 2663 0 0.812 1 4523 3360 0 0 0.562 4563 2663 0 0.812 1 2 interp_poly -40 -573 68 -16 4507 3325 3 MP PP 4507 3325 0 0 0.812 4575 3309 0 0 0.812 4507 3325 0 0 0.812 2 interp_poly 4575 3309 0 0 0.812 4535 2736 0 0.75 1 4575 3309 0 0 0.812 2 interp_poly 68 -16 -40 -155 4547 3480 3 MP PP 4547 3480 0 0 0.562 4507 3325 0 0 0.812 4547 3480 0 0 0.562 2 interp_poly 4507 3325 0 0 0.812 4575 3309 0 0 0.812 4507 3325 0 0 0.812 2 interp_poly 68 162 -40 -573 4575 3309 3 MP PP 4575 3309 0 0 0.812 4535 2736 0 0.75 1 4575 3309 0 0 0.812 2 interp_poly 4535 2736 0 0.75 1 4603 2898 0 0.438 1 4535 2736 0 0.75 1 2 interp_poly -40 -120 68 -51 4547 3480 3 MP PP 4547 3480 0 0 0.562 4615 3429 0 0 0.625 4547 3480 0 0 0.562 2 interp_poly 4615 3429 0 0 0.625 4575 3309 0 0 0.812 4615 3429 0 0 0.625 2 interp_poly 68 -51 -40 478 4587 3002 3 MP PP 4587 3002 0 0.438 1 4547 3480 0 0 0.562 4587 3002 0 0.438 1 2 interp_poly 4547 3480 0 0 0.562 4615 3429 0 0 0.625 4547 3480 0 0 0.562 2 interp_poly -40 770 68 -343 4587 3002 3 MP PP 4587 3002 0 0.438 1 4655 2659 0 1 1 4587 3002 0 0.438 1 2 interp_poly 4655 2659 0 1 1 4615 3429 0 0 0.625 4655 2659 0 1 1 2 interp_poly -40 -471 68 54 4559 3419 3 MP PP 4559 3419 0 0 0.75 4627 3473 0 0 0.688 4559 3419 0 0 0.75 2 interp_poly 4627 3473 0 0 0.688 4587 3002 0 0.438 1 4627 3473 0 0 0.688 2 interp_poly 68 -343 -40 -471 4627 3473 3 MP PP 4627 3473 0 0 0.688 4587 3002 0 0.438 1 4627 3473 0 0 0.688 2 interp_poly 4587 3002 0 0.438 1 4655 2659 0 1 1 4587 3002 0 0.438 1 2 interp_poly 68 116 -40 473 4639 2893 3 MP PP 4639 2893 0 0.75 1 4599 3366 0 0 0.938 4639 2893 0 0.75 1 2 interp_poly 4599 3366 0 0 0.938 4667 3482 0 0 0.688 4599 3366 0 0 0.938 2 interp_poly -40 277 68 312 4639 2893 3 MP PP 4639 2893 0 0.75 1 4707 3205 0 0.188 1 4639 2893 0 0.75 1 2 interp_poly 4707 3205 0 0.188 1 4667 3482 0 0 0.688 4707 3205 0 0.188 1 2 interp_poly 68 312 -40 143 4679 2750 3 MP PP 4679 2750 0.0625 1 1 4639 2893 0 0.75 1 4679 2750 0.0625 1 1 2 interp_poly 4639 2893 0 0.75 1 4707 3205 0 0.188 1 4639 2893 0 0.75 1 2 interp_poly -40 719 68 -264 4679 2750 3 MP PP 4679 2750 0.0625 1 1 4747 2486 0.5 1 0.562 4679 2750 0.0625 1 1 2 interp_poly 4747 2486 0.5 1 0.562 4707 3205 0 0.188 1 4747 2486 0.5 1 0.562 2 interp_poly -40 -600 68 -75 4651 3425 3 MP PP 4651 3425 0 0 0.938 4719 3350 0 0.0625 1 4651 3425 0 0 0.938 2 interp_poly 4719 3350 0 0.0625 1 4679 2750 0.0625 1 1 4719 3350 0 0.0625 1 2 interp_poly 68 -75 -40 414 4691 3011 3 MP PP 4691 3011 0 0.688 1 4651 3425 0 0 0.938 4691 3011 0 0.688 1 2 interp_poly 4651 3425 0 0 0.938 4719 3350 0 0.0625 1 4651 3425 0 0 0.938 2 interp_poly 68 -264 -40 -600 4719 3350 3 MP PP 4719 3350 0 0.0625 1 4679 2750 0.0625 1 1 4719 3350 0 0.0625 1 2 interp_poly 4679 2750 0.0625 1 1 4747 2486 0.5 1 0.562 4679 2750 0.0625 1 1 2 interp_poly -40 1047 68 -708 4691 3011 3 MP PP 4691 3011 0 0.688 1 4759 2303 0.875 1 0.188 4691 3011 0 0.688 1 2 interp_poly 4759 2303 0.875 1 0.188 4719 3350 0 0.0625 1 4759 2303 0.875 1 0.188 2 interp_poly 68 -216 -40 -415 4743 3718 3 MP PP 4743 3718 0 0 0.625 4703 3303 0 0.312 1 4743 3718 0 0 0.625 2 interp_poly 4703 3303 0 0.312 1 4771 3087 0 0.688 1 4703 3303 0 0.312 1 2 interp_poly -40 201 67 311 4756 3179 3 MP PP 4756 3179 0 0.688 1 4823 3490 0 0.125 1 4756 3179 0 0.688 1 2 interp_poly 4823 3490 0 0.125 1 4783 3691 0 0 0.75 4823 3490 0 0.125 1 2 interp_poly 67 311 -40 -316 4796 3495 3 MP PP 4796 3495 0 0.188 1 4756 3179 0 0.688 1 4796 3495 0 0.188 1 2 interp_poly 4756 3179 0 0.688 1 4823 3490 0 0.125 1 4756 3179 0 0.688 1 2 interp_poly -40 27 67 -61 4716 3752 3 MP PP 4716 3752 0 0 0.625 4783 3691 0 0 0.75 4716 3752 0 0 0.625 2 interp_poly 4783 3691 0 0 0.75 4743 3718 0 0 0.625 4783 3691 0 0 0.75 2 interp_poly -40 -415 67 220 4676 3498 3 MP PP 4676 3498 0 0.0625 1 4743 3718 0 0 0.625 4676 3498 0 0.0625 1 2 interp_poly 4743 3718 0 0 0.625 4703 3303 0 0.312 1 4743 3718 0 0 0.625 2 interp_poly 67 220 -40 -254 4716 3752 3 MP PP 4716 3752 0 0 0.625 4676 3498 0 0.0625 1 4716 3752 0 0 0.625 2 interp_poly 4676 3498 0 0.0625 1 4743 3718 0 0 0.625 4676 3498 0 0.0625 1 2 interp_poly 67 -61 -40 573 4756 3179 3 MP PP 4756 3179 0 0.688 1 4716 3752 0 0 0.625 4756 3179 0 0.688 1 2 interp_poly 4716 3752 0 0 0.625 4783 3691 0 0 0.75 4716 3752 0 0 0.625 2 interp_poly -40 -258 68 -150 4768 3903 3 MP PP 4768 3903 0 0 0.562 4836 3753 0 0 0.75 4768 3903 0 0 0.562 2 interp_poly 4836 3753 0 0 0.75 4796 3495 0 0.188 1 4836 3753 0 0 0.75 2 interp_poly 68 -150 -40 37 4808 3866 3 MP PP 4808 3866 0 0 0.625 4768 3903 0 0 0.562 4808 3866 0 0 0.625 2 interp_poly 4768 3903 0 0 0.562 4836 3753 0 0 0.75 4768 3903 0 0 0.562 2 interp_poly 68 -153 -40 580 4799 1723 3 MP PP 4799 1723 1 0.125 0 4759 2303 0.875 1 0.188 4799 1723 1 0.125 0 2 interp_poly 4759 2303 0.875 1 0.188 4827 2150 1 0.938 0 4759 2303 0.875 1 0.188 2 interp_poly -40 -1393 68 29 4771 3087 3 MP PP 4771 3087 0 0.688 1 4839 3116 0 0.562 1 4771 3087 0 0.688 1 2 interp_poly 4839 3116 0 0.562 1 4799 1723 1 0.125 0 4839 3116 0 0.562 1 2 interp_poly -40 -82 67 77 4796 3495 3 MP PP 4796 3495 0 0.188 1 4863 3572 0 0 1 4796 3495 0 0.188 1 2 interp_poly 4863 3572 0 0 1 4823 3490 0 0.125 1 4863 3572 0 0 1 2 interp_poly 67 77 -40 -258 4836 3753 3 MP PP 4836 3753 0 0 0.75 4796 3495 0 0.188 1 4836 3753 0 0 0.75 2 interp_poly 4796 3495 0 0.188 1 4863 3572 0 0 1 4796 3495 0 0.188 1 2 interp_poly -40 315 68 112 4799 1723 3 MP PP 4799 1723 1 0.125 0 4867 1835 1 0.375 0 4799 1723 1 0.125 0 2 interp_poly 4867 1835 1 0.375 0 4827 2150 1 0.938 0 4867 1835 1 0.375 0 2 interp_poly 68 112 -40 -1393 4839 3116 3 MP PP 4839 3116 0 0.562 1 4799 1723 1 0.125 0 4839 3116 0 0.562 1 2 interp_poly 4799 1723 1 0.125 0 4867 1835 1 0.375 0 4799 1723 1 0.125 0 2 interp_poly 68 -253 -40 1121 4848 2745 3 MP PP 4848 2745 0.625 1 0.438 4808 3866 0 0 0.625 4848 2745 0.625 1 0.438 2 interp_poly 4808 3866 0 0 0.625 4876 3613 0 0.0625 1 4808 3866 0 0 0.625 2 interp_poly -40 -1088 68 -55 4820 3888 3 MP PP 4820 3888 0 0 0.688 4888 3833 0 0 0.812 4820 3888 0 0 0.688 2 interp_poly 4888 3833 0 0 0.812 4848 2745 0.625 1 0.438 4888 3833 0 0 0.812 2 interp_poly 68 -55 -40 -72 4860 3960 3 MP PP 4860 3960 0 0 0.625 4820 3888 0 0 0.688 4860 3960 0 0 0.625 2 interp_poly 4820 3888 0 0 0.688 4888 3833 0 0 0.812 4820 3888 0 0 0.688 2 interp_poly -40 -77 68 -50 4860 3960 3 MP PP 4860 3960 0 0 0.625 4928 3910 0 0 0.688 4860 3960 0 0 0.625 2 interp_poly 4928 3910 0 0 0.688 4888 3833 0 0 0.812 4928 3910 0 0 0.688 2 interp_poly 68 -50 -40 1265 4900 2695 3 MP PP 4900 2695 0.812 1 0.25 4860 3960 0 0 0.625 4900 2695 0.812 1 0.25 2 interp_poly 4860 3960 0 0 0.625 4928 3910 0 0 0.688 4860 3960 0 0 0.625 2 interp_poly 68 106 -40 -352 4952 3965 3 MP PP 4952 3965 0 0 0.812 4912 3613 0 0.375 1 4952 3965 0 0 0.812 2 interp_poly 4912 3613 0 0.375 1 4980 3719 0 0.188 1 4912 3613 0 0.375 1 2 interp_poly -40 -584 68 106 4912 3613 3 MP PP 4912 3613 0 0.375 1 4980 3719 0 0.188 1 4912 3613 0 0.375 1 2 interp_poly 4980 3719 0 0.188 1 4940 3135 0.125 1 0.938 4980 3719 0 0.188 1 2 interp_poly 68 250 -40 -440 4940 3135 3 MP PP 4940 3135 0.125 1 0.938 4900 2695 0.812 1 0.25 4940 3135 0.125 1 0.938 2 interp_poly 4900 2695 0.812 1 0.25 4968 2945 0.375 1 0.688 4900 2695 0.812 1 0.25 2 interp_poly -40 -130 68 -65 4856 4097 3 MP PP 4856 4097 0 0 0.688 4924 4032 0 0 0.75 4856 4097 0 0 0.688 2 interp_poly 4924 4032 0 0 0.75 4884 3902 0 0 0.938 4924 4032 0 0 0.75 2 interp_poly 68 -65 -40 47 4896 4050 3 MP PP 4896 4050 0 0 0.812 4856 4097 0 0 0.688 4896 4050 0 0 0.812 2 interp_poly 4856 4097 0 0 0.688 4924 4032 0 0 0.75 4856 4097 0 0 0.688 2 interp_poly -40 -45 68 27 4896 4050 3 MP PP 4896 4050 0 0 0.812 4964 4077 0 0 0.75 4896 4050 0 0 0.812 2 interp_poly 4964 4077 0 0 0.75 4924 4032 0 0 0.75 4964 4077 0 0 0.75 2 interp_poly 68 63 -40 -130 4924 4032 3 MP PP 4924 4032 0 0 0.75 4884 3902 0 0 0.938 4924 4032 0 0 0.75 2 interp_poly 4884 3902 0 0 0.938 4952 3965 0 0 0.812 4884 3902 0 0 0.938 2 interp_poly -40 -352 68 63 4884 3902 3 MP PP 4884 3902 0 0 0.938 4952 3965 0 0 0.812 4884 3902 0 0 0.938 2 interp_poly 4952 3965 0 0 0.812 4912 3613 0 0.375 1 4952 3965 0 0 0.812 2 interp_poly -40 -446 68 21 4387 3367 3 MP PP 4387 3367 0 0 0.625 4455 3388 0 0 0.562 4387 3367 0 0 0.625 2 interp_poly 4455 3388 0 0 0.562 4415 2942 0 0.25 1 4455 3388 0 0 0.562 2 interp_poly 67 29 -40 112 4167 2819 3 MP PP 4167 2819 0 0 0.812 4127 2931 0 0 0.625 4167 2819 0 0 0.812 2 interp_poly 4127 2931 0 0 0.625 4194 2960 0 0 0.562 4127 2931 0 0 0.625 2 interp_poly -40 -137 68 -21 3994 2517 3 MP PP 3994 2517 0 0.0625 1 4062 2496 0 0.125 1 3994 2517 0 0.0625 1 2 interp_poly 4062 2496 0 0.125 1 4022 2359 0 0.312 1 4062 2496 0 0.125 1 2 interp_poly 68 -91 -40 -67 3994 2517 3 MP PP 3994 2517 0 0.0625 1 3954 2450 0 0.188 1 3994 2517 0 0.0625 1 2 interp_poly 3954 2450 0 0.188 1 4022 2359 0 0.312 1 3954 2450 0 0.188 1 2 interp_poly 68 -21 -40 684 4034 1833 3 MP PP 4034 1833 0.312 1 0.75 3994 2517 0 0.0625 1 4034 1833 0.312 1 0.75 2 interp_poly 3994 2517 0 0.0625 1 4062 2496 0 0.125 1 3994 2517 0 0.0625 1 2 interp_poly -40 829 68 -166 4034 1833 3 MP PP 4034 1833 0.312 1 0.75 4102 1667 0.562 1 0.5 4034 1833 0.312 1 0.75 2 interp_poly 4102 1667 0.562 1 0.5 4062 2496 0 0.125 1 4102 1667 0.562 1 0.5 2 interp_poly 68 -166 -40 394 4074 1439 3 MP PP 4074 1439 1 1 0.0625 4034 1833 0.312 1 0.75 4074 1439 1 1 0.0625 2 interp_poly 4034 1833 0.312 1 0.75 4102 1667 0.562 1 0.5 4034 1833 0.312 1 0.75 2 interp_poly -40 -1297 67 -79 4047 2815 3 MP PP 4047 2815 0 0 0.75 4114 2736 0 0 0.812 4047 2815 0 0 0.75 2 interp_poly 4114 2736 0 0 0.812 4074 1439 1 1 0.0625 4114 2736 0 0 0.812 2 interp_poly 67 -79 -40 777 4087 2038 3 MP PP 4087 2038 0.0625 1 1 4047 2815 0 0 0.75 4087 2038 0.0625 1 1 2 interp_poly 4047 2815 0 0 0.75 4114 2736 0 0 0.812 4047 2815 0 0 0.75 2 interp_poly 68 -960 -40 462 4142 1205 3 MP PP 4142 1205 1 0.688 0 4102 1667 0.562 1 0.5 4142 1205 1 0.688 0 2 interp_poly 4102 1667 0.562 1 0.5 4170 707 0.875 0 0 4102 1667 0.562 1 0.5 2 interp_poly -40 462 68 -234 4074 1439 3 MP PP 4074 1439 1 1 0.0625 4142 1205 1 0.688 0 4074 1439 1 1 0.0625 2 interp_poly 4142 1205 1 0.688 0 4102 1667 0.562 1 0.5 4142 1205 1 0.688 0 2 interp_poly 68 -234 -40 -1297 4114 2736 3 MP PP 4114 2736 0 0 0.812 4074 1439 1 1 0.0625 4114 2736 0 0 0.812 2 interp_poly 4074 1439 1 1 0.0625 4142 1205 1 0.688 0 4074 1439 1 1 0.0625 2 interp_poly -40 227 67 471 4087 2038 3 MP PP 4087 2038 0.0625 1 1 4154 2509 0 0.25 1 4087 2038 0.0625 1 1 2 interp_poly 4154 2509 0 0.25 1 4114 2736 0 0 0.812 4154 2509 0 0.25 1 2 interp_poly -40 -893 68 26 4059 2905 3 MP PP 4059 2905 0 0 0.688 4127 2931 0 0 0.625 4059 2905 0 0 0.688 2 interp_poly 4127 2931 0 0 0.625 4087 2038 0.0625 1 1 4127 2931 0 0 0.625 2 interp_poly 67 471 -40 -893 4127 2931 3 MP PP 4127 2931 0 0 0.625 4087 2038 0.0625 1 1 4127 2931 0 0 0.625 2 interp_poly 4087 2038 0.0625 1 1 4154 2509 0 0.25 1 4087 2038 0.0625 1 1 2 interp_poly 68 84 -40 500 4139 2235 3 MP PP 4139 2235 0 0.875 1 4099 2735 0 0 1 4139 2235 0 0.875 1 2 interp_poly 4099 2735 0 0 1 4167 2819 0 0 0.812 4099 2735 0 0 1 2 interp_poly -40 371 68 213 4139 2235 3 MP PP 4139 2235 0 0.875 1 4207 2448 0 0.5 1 4139 2235 0 0.875 1 2 interp_poly 4207 2448 0 0.5 1 4167 2819 0 0 0.812 4207 2448 0 0.5 1 2 interp_poly 68 213 -40 -82 4179 2317 3 MP PP 4179 2317 0 0.812 1 4139 2235 0 0.875 1 4179 2317 0 0.812 1 2 interp_poly 4139 2235 0 0.875 1 4207 2448 0 0.5 1 4139 2235 0 0.875 1 2 interp_poly -40 -579 68 112 4151 2784 3 MP PP 4151 2784 0 0.0625 1 4219 2896 0 0 0.875 4151 2784 0 0.0625 1 2 interp_poly 4219 2896 0 0 0.875 4179 2317 0 0.812 1 4219 2896 0 0 0.875 2 interp_poly 68 112 -40 173 4191 2611 3 MP PP 4191 2611 0 0.375 1 4151 2784 0 0.0625 1 4191 2611 0 0.375 1 2 interp_poly 4151 2784 0 0.0625 1 4219 2896 0 0 0.875 4151 2784 0 0.0625 1 2 interp_poly -40 -536 68 -4 4163 3151 3 MP PP 4163 3151 0 0 0.562 4231 3147 0 0 0.562 4163 3151 0 0 0.562 2 interp_poly 4231 3147 0 0 0.562 4191 2611 0 0.375 1 4231 3147 0 0 0.562 2 interp_poly -40 160 68 -29 4179 2317 3 MP PP 4179 2317 0 0.812 1 4247 2288 0 0.812 1 4179 2317 0 0.812 1 2 interp_poly 4247 2288 0 0.812 1 4207 2448 0 0.5 1 4247 2288 0 0.812 1 2 interp_poly 68 -29 -40 -579 4219 2896 3 MP PP 4219 2896 0 0 0.875 4179 2317 0 0.812 1 4219 2896 0 0 0.875 2 interp_poly 4179 2317 0 0.812 1 4247 2288 0 0.812 1 4179 2317 0 0.812 1 2 interp_poly -40 82 68 203 4191 2611 3 MP PP 4191 2611 0 0.375 1 4259 2814 0 0.0625 1 4191 2611 0 0.375 1 2 interp_poly 4259 2814 0 0.0625 1 4219 2896 0 0 0.875 4259 2814 0 0.0625 1 2 interp_poly 68 203 -40 -536 4231 3147 3 MP PP 4231 3147 0 0 0.562 4191 2611 0 0.375 1 4231 3147 0 0 0.562 2 interp_poly 4191 2611 0 0.375 1 4259 2814 0 0.0625 1 4191 2611 0 0.375 1 2 interp_poly -40 68 68 -21 4203 3100 3 MP PP 4203 3100 0 0 0.688 4271 3079 0 0 0.688 4203 3100 0 0 0.688 2 interp_poly 4271 3079 0 0 0.688 4231 3147 0 0 0.562 4271 3079 0 0 0.688 2 interp_poly 68 -21 -40 975 4243 2125 3 MP PP 4243 2125 0.375 1 0.688 4203 3100 0 0 0.688 4243 2125 0.375 1 0.688 2 interp_poly 4203 3100 0 0 0.688 4271 3079 0 0 0.688 4203 3100 0 0 0.688 2 interp_poly 68 -29 -40 68 4271 3079 3 MP PP 4271 3079 0 0 0.688 4231 3147 0 0 0.562 4271 3079 0 0 0.688 2 interp_poly 4231 3147 0 0 0.562 4299 3118 0 0 0.562 4231 3147 0 0 0.562 2 interp_poly -40 1260 68 -306 4243 2125 3 MP PP 4243 2125 0.375 1 0.688 4311 1819 0.875 1 0.188 4243 2125 0.375 1 0.688 2 interp_poly 4311 1819 0.875 1 0.188 4271 3079 0 0 0.688 4311 1819 0.875 1 0.188 2 interp_poly -40 -776 68 52 4255 3097 3 MP PP 4255 3097 0 0 0.812 4323 3149 0 0 0.75 4255 3097 0 0 0.812 2 interp_poly 4323 3149 0 0 0.75 4283 2373 0 1 1 4323 3149 0 0 0.75 2 interp_poly -40 -289 68 -265 4283 2373 3 MP PP 4283 2373 0 1 1 4351 2108 0.438 1 0.625 4283 2373 0 1 1 2 interp_poly 4351 2108 0.438 1 0.625 4311 1819 0.875 1 0.188 4351 2108 0.438 1 0.625 2 interp_poly 68 -265 -40 -776 4323 3149 3 MP PP 4323 3149 0 0 0.75 4283 2373 0 1 1 4323 3149 0 0 0.75 2 interp_poly 4283 2373 0 1 1 4351 2108 0.438 1 0.625 4283 2373 0 1 1 2 interp_poly 68 -218 -40 -289 4351 2108 3 MP PP 4351 2108 0.438 1 0.625 4311 1819 0.875 1 0.188 4351 2108 0.438 1 0.625 2 interp_poly 4311 1819 0.875 1 0.188 4379 1601 1 0.812 0 4311 1819 0.875 1 0.188 2 interp_poly 68 -9 -40 1762 4335 1187 3 MP PP 4335 1187 0.875 0 0 4295 2949 0 0.125 1 4335 1187 0.875 0 0 2 interp_poly 4295 2949 0 0.125 1 4363 2940 0 0.125 1 4295 2949 0 0.125 1 2 interp_poly -40 1408 68 345 4335 1187 3 MP PP 4335 1187 0.875 0 0 4403 1532 1 0.5 0 4335 1187 0.875 0 0 2 interp_poly 4403 1532 1 0.5 0 4363 2940 0 0.125 1 4403 1532 1 0.5 0 2 interp_poly -40 -630 68 26 4347 2916 3 MP PP 4347 2916 0 0.312 1 4415 2942 0 0.25 1 4347 2916 0 0.312 1 2 interp_poly 4415 2942 0 0.25 1 4375 2312 0.312 1 0.75 4415 2942 0 0.25 1 2 interp_poly -40 209 68 -9 4295 2949 3 MP PP 4295 2949 0 0.125 1 4363 2940 0 0.125 1 4295 2949 0 0.125 1 2 interp_poly 4363 2940 0 0.125 1 4323 3149 0 0 0.75 4363 2940 0 0.125 1 2 interp_poly 68 47 -40 209 4363 2940 3 MP PP 4363 2940 0 0.125 1 4323 3149 0 0 0.75 4363 2940 0 0.125 1 2 interp_poly 4323 3149 0 0 0.75 4391 3196 0 0 0.625 4323 3149 0 0 0.75 2 interp_poly 68 26 -40 -451 4387 3367 3 MP PP 4387 3367 0 0 0.625 4347 2916 0 0.312 1 4387 3367 0 0 0.625 2 interp_poly 4347 2916 0 0.312 1 4415 2942 0 0.25 1 4347 2916 0 0.312 1 2 interp_poly -40 -989 68 209 4375 2312 3 MP PP 4375 2312 0.312 1 0.75 4443 2521 0 0.938 1 4375 2312 0.312 1 0.75 2 interp_poly 4443 2521 0 0.938 1 4403 1532 1 0.5 0 4443 2521 0 0.938 1 2 interp_poly 68 209 -40 -630 4415 2942 3 MP PP 4415 2942 0 0.25 1 4375 2312 0.312 1 0.75 4415 2942 0 0.25 1 2 interp_poly 4375 2312 0.312 1 0.75 4443 2521 0 0.938 1 4375 2312 0.312 1 0.75 2 interp_poly 68 21 -40 951 4427 2416 3 MP PP 4427 2416 0.25 1 0.812 4387 3367 0 0 0.625 4427 2416 0.25 1 0.812 2 interp_poly 4387 3367 0 0 0.625 4455 3388 0 0 0.562 4387 3367 0 0 0.625 2 interp_poly 68 220 -40 -989 4443 2521 3 MP PP 4443 2521 0 0.938 1 4403 1532 1 0.5 0 4443 2521 0 0.938 1 2 interp_poly 4403 1532 1 0.5 0 4471 1752 1 0.938 0 4403 1532 1 0.5 0 2 interp_poly -40 -685 68 -84 4443 2521 3 MP PP 4443 2521 0 0.938 1 4511 2437 0.0625 1 1 4443 2521 0 0.938 1 2 interp_poly 4511 2437 0.0625 1 1 4471 1752 1 0.938 0 4511 2437 0.0625 1 1 2 interp_poly -40 840 68 132 4427 2416 3 MP PP 4427 2416 0.25 1 0.812 4495 2548 0 1 1 4427 2416 0.25 1 0.812 2 interp_poly 4495 2548 0 1 1 4455 3388 0 0 0.562 4495 2548 0 1 1 2 interp_poly -40 -423 68 -165 4439 3490 3 MP PP 4439 3490 0 0 0.562 4507 3325 0 0 0.812 4439 3490 0 0 0.562 2 interp_poly 4507 3325 0 0 0.812 4467 2902 0 0.5 1 4507 3325 0 0 0.812 2 interp_poly 68 -165 -40 91 4479 3399 3 MP PP 4479 3399 0 0 0.75 4439 3490 0 0 0.562 4479 3399 0 0 0.75 2 interp_poly 4439 3490 0 0 0.562 4507 3325 0 0 0.812 4439 3490 0 0 0.562 2 interp_poly -40 -188 68 -166 4467 2902 3 MP PP 4467 2902 0 0.5 1 4535 2736 0 0.75 1 4467 2902 0 0.5 1 2 interp_poly 4535 2736 0 0.75 1 4495 2548 0 1 1 4535 2736 0 0.75 1 2 interp_poly 68 -166 -40 -423 4507 3325 3 MP PP 4507 3325 0 0 0.812 4467 2902 0 0.5 1 4507 3325 0 0 0.812 2 interp_poly 4467 2902 0 0.5 1 4535 2736 0 0.75 1 4467 2902 0 0.5 1 2 interp_poly -40 -155 68 81 4479 3399 3 MP PP 4479 3399 0 0 0.75 4547 3480 0 0 0.562 4479 3399 0 0 0.75 2 interp_poly 4547 3480 0 0 0.562 4507 3325 0 0 0.812 4547 3480 0 0 0.562 2 interp_poly 68 81 -40 696 4519 2703 3 MP PP 4519 2703 0 0.938 1 4479 3399 0 0 0.75 4519 2703 0 0.938 1 2 interp_poly 4479 3399 0 0 0.75 4547 3480 0 0 0.562 4479 3399 0 0 0.75 2 interp_poly -40 478 68 299 4519 2703 3 MP PP 4519 2703 0 0.938 1 4587 3002 0 0.438 1 4519 2703 0 0.938 1 2 interp_poly 4587 3002 0 0.438 1 4547 3480 0 0 0.562 4587 3002 0 0.438 1 2 interp_poly -40 -716 68 123 4491 3296 3 MP PP 4491 3296 0 0 1 4559 3419 0 0 0.75 4491 3296 0 0 1 2 interp_poly 4559 3419 0 0 0.75 4519 2703 0 0.938 1 4559 3419 0 0 0.75 2 interp_poly 68 123 -40 -77 4531 3373 3 MP PP 4531 3373 0 0 0.938 4491 3296 0 0 1 4531 3373 0 0 0.938 2 interp_poly 4491 3296 0 0 1 4559 3419 0 0 0.75 4491 3296 0 0 1 2 interp_poly 68 299 -40 -716 4559 3419 3 MP PP 4559 3419 0 0 0.75 4519 2703 0 0.938 1 4559 3419 0 0 0.75 2 interp_poly 4519 2703 0 0.938 1 4587 3002 0 0.438 1 4519 2703 0 0.938 1 2 interp_poly -40 53 68 -7 4531 3373 3 MP PP 4531 3373 0 0 0.938 4599 3366 0 0 0.938 4531 3373 0 0 0.938 2 interp_poly 4599 3366 0 0 0.938 4559 3419 0 0 0.75 4599 3366 0 0 0.938 2 interp_poly 68 -7 -40 507 4571 2866 3 MP PP 4571 2866 0 0.812 1 4531 3373 0 0 0.938 4571 2866 0 0.812 1 2 interp_poly 4531 3373 0 0 0.938 4599 3366 0 0 0.938 4531 3373 0 0 0.938 2 interp_poly -40 -235 68 162 4535 2736 3 MP PP 4535 2736 0 0.75 1 4603 2898 0 0.438 1 4535 2736 0 0.75 1 2 interp_poly 4603 2898 0 0.438 1 4563 2663 0 0.812 1 4603 2898 0 0.438 1 2 interp_poly 68 54 -40 53 4599 3366 3 MP PP 4599 3366 0 0 0.938 4559 3419 0 0 0.75 4599 3366 0 0 0.938 2 interp_poly 4559 3419 0 0 0.75 4627 3473 0 0 0.688 4559 3419 0 0 0.75 2 interp_poly -40 473 68 27 4571 2866 3 MP PP 4571 2866 0 0.812 1 4639 2893 0 0.75 1 4571 2866 0 0.812 1 2 interp_poly 4639 2893 0 0.75 1 4599 3366 0 0 0.938 4639 2893 0 0.75 1 2 interp_poly 68 27 -40 288 4611 2578 3 MP PP 4611 2578 0.375 1 0.688 4571 2866 0 0.812 1 4611 2578 0.375 1 0.688 2 interp_poly 4571 2866 0 0.812 1 4639 2893 0 0.75 1 4571 2866 0 0.812 1 2 interp_poly -40 -9 68 116 4599 3366 3 MP PP 4599 3366 0 0 0.938 4667 3482 0 0 0.688 4599 3366 0 0 0.938 2 interp_poly 4667 3482 0 0 0.688 4627 3473 0 0 0.688 4667 3482 0 0 0.688 2 interp_poly -40 -847 68 2 4583 3423 3 MP PP 4583 3423 0 0 1 4651 3425 0 0 0.938 4583 3423 0 0 1 2 interp_poly 4651 3425 0 0 0.938 4611 2578 0.375 1 0.688 4651 3425 0 0 0.938 2 interp_poly -40 143 68 172 4611 2578 3 MP PP 4611 2578 0.375 1 0.688 4679 2750 0.0625 1 1 4611 2578 0.375 1 0.688 2 interp_poly 4679 2750 0.0625 1 1 4639 2893 0 0.75 1 4679 2750 0.0625 1 1 2 interp_poly 68 172 -40 -847 4651 3425 3 MP PP 4651 3425 0 0 0.938 4611 2578 0.375 1 0.688 4651 3425 0 0 0.938 2 interp_poly 4611 2578 0.375 1 0.688 4679 2750 0.0625 1 1 4611 2578 0.375 1 0.688 2 interp_poly 68 2 -40 695 4623 2728 3 MP PP 4623 2728 0.188 1 0.875 4583 3423 0 0 1 4623 2728 0.188 1 0.875 2 interp_poly 4583 3423 0 0 1 4651 3425 0 0 0.938 4583 3423 0 0 1 2 interp_poly -40 414 68 283 4623 2728 3 MP PP 4623 2728 0.188 1 0.875 4691 3011 0 0.688 1 4623 2728 0.188 1 0.875 2 interp_poly 4691 3011 0 0.688 1 4651 3425 0 0 0.938 4691 3011 0 0.688 1 2 interp_poly -40 -837 67 180 4647 2401 3 MP PP 4647 2401 0.0625 1 1 4714 2581 0 0.688 1 4647 2401 0.0625 1 1 2 interp_poly 4714 2581 0 0.688 1 4674 1744 1 0.938 0 4714 2581 0 0.688 1 2 interp_poly 68 283 -40 317 4663 2411 3 MP PP 4663 2411 0.812 1 0.25 4623 2728 0.188 1 0.875 4663 2411 0.812 1 0.25 2 interp_poly 4623 2728 0.188 1 0.875 4691 3011 0 0.688 1 4623 2728 0.188 1 0.875 2 interp_poly -40 -892 68 -232 4635 3535 3 MP PP 4635 3535 0 0 0.938 4703 3303 0 0.312 1 4635 3535 0 0 0.938 2 interp_poly 4703 3303 0 0.312 1 4663 2411 0.812 1 0.25 4703 3303 0 0.312 1 2 interp_poly 68 -232 -41 37 4676 3498 3 MP PP 4676 3498 0 0.0625 1 4635 3535 0 0 0.938 4676 3498 0 0.0625 1 2 interp_poly 4635 3535 0 0 0.938 4703 3303 0 0.312 1 4635 3535 0 0 0.938 2 interp_poly 68 192 -40 -837 4714 2581 3 MP PP 4714 2581 0 0.688 1 4674 1744 1 0.938 0 4714 2581 0 0.688 1 2 interp_poly 4674 1744 1 0.938 0 4742 1936 0.75 1 0.312 4674 1744 1 0.938 0 2 interp_poly -40 1027 68 -427 4663 2411 3 MP PP 4663 2411 0.812 1 0.25 4731 1984 1 0.562 0 4663 2411 0.812 1 0.25 2 interp_poly 4731 1984 1 0.562 0 4691 3011 0 0.688 1 4731 1984 1 0.562 0 2 interp_poly 68 -708 -40 1027 4731 1984 3 MP PP 4731 1984 1 0.562 0 4691 3011 0 0.688 1 4731 1984 1 0.562 0 2 interp_poly 4691 3011 0 0.688 1 4759 2303 0.875 1 0.188 4691 3011 0 0.688 1 2 interp_poly 68 -427 -40 -892 4703 3303 3 MP PP 4703 3303 0 0.312 1 4663 2411 0.812 1 0.25 4703 3303 0 0.312 1 2 interp_poly 4663 2411 0.812 1 0.25 4731 1984 1 0.562 0 4663 2411 0.812 1 0.25 2 interp_poly -40 -1103 68 -216 4703 3303 3 MP PP 4703 3303 0 0.312 1 4771 3087 0 0.688 1 4703 3303 0 0.312 1 2 interp_poly 4771 3087 0 0.688 1 4731 1984 1 0.562 0 4771 3087 0 0.688 1 2 interp_poly -40 573 68 57 4688 3122 3 MP PP 4688 3122 0 0.812 1 4756 3179 0 0.688 1 4688 3122 0 0.812 1 2 interp_poly 4756 3179 0 0.688 1 4716 3752 0 0 0.625 4756 3179 0 0.688 1 2 interp_poly -40 -316 68 -6 4728 3501 3 MP PP 4728 3501 0 0.188 1 4796 3495 0 0.188 1 4728 3501 0 0.188 1 2 interp_poly 4796 3495 0 0.188 1 4756 3179 0 0.688 1 4796 3495 0 0.188 1 2 interp_poly 68 -6 -40 -402 4768 3903 3 MP PP 4768 3903 0 0 0.562 4728 3501 0 0.188 1 4768 3903 0 0 0.562 2 interp_poly 4728 3501 0 0.188 1 4796 3495 0 0.188 1 4728 3501 0 0.188 1 2 interp_poly -40 1121 68 -408 4780 3153 3 MP PP 4780 3153 0 0.938 1 4848 2745 0.625 1 0.438 4780 3153 0 0.938 1 2 interp_poly 4848 2745 0.625 1 0.438 4808 3866 0 0 0.625 4848 2745 0.625 1 0.438 2 interp_poly 68 -408 -40 -735 4820 3888 3 MP PP 4820 3888 0 0 0.688 4780 3153 0 0.938 1 4820 3888 0 0 0.688 2 interp_poly 4780 3153 0 0.938 1 4848 2745 0.625 1 0.438 4780 3153 0 0.938 1 2 interp_poly -40 1265 68 -385 4832 3080 3 MP PP 4832 3080 0.188 1 0.875 4900 2695 0.812 1 0.25 4832 3080 0.188 1 0.875 2 interp_poly 4900 2695 0.812 1 0.25 4860 3960 0 0 0.625 4900 2695 0.812 1 0.25 2 interp_poly 68 12 -40 -490 4912 3613 3 MP PP 4912 3613 0 0.375 1 4872 3123 0.188 1 0.875 4912 3613 0 0.375 1 2 interp_poly 4872 3123 0.188 1 0.875 4940 3135 0.125 1 0.938 4872 3123 0.188 1 0.875 2 interp_poly -40 -440 68 12 4872 3123 3 MP PP 4872 3123 0.188 1 0.875 4940 3135 0.125 1 0.938 4872 3123 0.188 1 0.875 2 interp_poly 4940 3135 0.125 1 0.938 4900 2695 0.812 1 0.25 4940 3135 0.125 1 0.938 2 interp_poly -40 -254 68 -77 4648 3829 3 MP PP 4648 3829 0 0 0.562 4716 3752 0 0 0.625 4648 3829 0 0 0.562 2 interp_poly 4716 3752 0 0 0.625 4676 3498 0 0.0625 1 4716 3752 0 0 0.625 2 interp_poly -41 37 68 -101 4608 3599 3 MP PP 4608 3599 0 0 0.875 4676 3498 0 0.0625 1 4608 3599 0 0 0.875 2 interp_poly 4676 3498 0 0.0625 1 4635 3535 0 0 0.938 4676 3498 0 0.0625 1 2 interp_poly 68 -101 -40 -230 4648 3829 3 MP PP 4648 3829 0 0 0.562 4608 3599 0 0 0.875 4648 3829 0 0 0.562 2 interp_poly 4608 3599 0 0 0.875 4676 3498 0 0.0625 1 4608 3599 0 0 0.875 2 interp_poly 68 -77 -40 707 4688 3122 3 MP PP 4688 3122 0 0.812 1 4648 3829 0 0 0.562 4688 3122 0 0.812 1 2 interp_poly 4648 3829 0 0 0.562 4716 3752 0 0 0.625 4648 3829 0 0 0.562 2 interp_poly -40 -402 68 47 4700 3856 3 MP PP 4700 3856 0 0 0.625 4768 3903 0 0 0.562 4700 3856 0 0 0.625 2 interp_poly 4768 3903 0 0 0.562 4728 3501 0 0.188 1 4768 3903 0 0 0.562 2 interp_poly 68 47 -40 -46 4740 3902 3 MP PP 4740 3902 0 0 0.625 4700 3856 0 0 0.625 4740 3902 0 0 0.625 2 interp_poly 4700 3856 0 0 0.625 4768 3903 0 0 0.562 4700 3856 0 0 0.625 2 interp_poly -40 37 68 -36 4740 3902 3 MP PP 4740 3902 0 0 0.625 4808 3866 0 0 0.625 4740 3902 0 0 0.625 2 interp_poly 4808 3866 0 0 0.625 4768 3903 0 0 0.562 4808 3866 0 0 0.625 2 interp_poly 68 -36 -40 749 4780 3153 3 MP PP 4780 3153 0 0.938 1 4740 3902 0 0 0.625 4780 3153 0 0.938 1 2 interp_poly 4740 3902 0 0 0.625 4808 3866 0 0 0.625 4740 3902 0 0 0.625 2 interp_poly -40 -735 68 -80 4752 3968 3 MP PP 4752 3968 0 0 0.625 4820 3888 0 0 0.688 4752 3968 0 0 0.625 2 interp_poly 4820 3888 0 0 0.688 4780 3153 0 0.938 1 4820 3888 0 0 0.688 2 interp_poly 68 -80 -40 -49 4792 4017 3 MP PP 4792 4017 0 0 0.562 4752 3968 0 0 0.625 4792 4017 0 0 0.562 2 interp_poly 4752 3968 0 0 0.625 4820 3888 0 0 0.688 4752 3968 0 0 0.625 2 interp_poly -40 -72 68 -57 4792 4017 3 MP PP 4792 4017 0 0 0.562 4860 3960 0 0 0.625 4792 4017 0 0 0.562 2 interp_poly 4860 3960 0 0 0.625 4820 3888 0 0 0.688 4860 3960 0 0 0.625 2 interp_poly 68 -57 -40 937 4832 3080 3 MP PP 4832 3080 0.188 1 0.875 4792 4017 0 0 0.562 4832 3080 0.188 1 0.875 2 interp_poly 4792 4017 0 0 0.562 4860 3960 0 0 0.625 4792 4017 0 0 0.562 2 interp_poly 68 -287 -40 -2 4884 3902 3 MP PP 4884 3902 0 0 0.938 4844 3900 0 0 0.875 4884 3902 0 0 0.938 2 interp_poly 4844 3900 0 0 0.875 4912 3613 0 0.375 1 4844 3900 0 0 0.875 2 interp_poly -40 -490 68 -287 4844 3900 3 MP PP 4844 3900 0 0 0.875 4912 3613 0 0.375 1 4844 3900 0 0 0.875 2 interp_poly 4912 3613 0 0.375 1 4872 3123 0.188 1 0.875 4912 3613 0 0.375 1 2 interp_poly 68 -385 -40 -43 4872 3123 3 MP PP 4872 3123 0.188 1 0.875 4832 3080 0.188 1 0.875 4872 3123 0.188 1 0.875 2 interp_poly 4832 3080 0.188 1 0.875 4900 2695 0.812 1 0.25 4832 3080 0.188 1 0.875 2 interp_poly -40 47 68 -154 4828 4204 3 MP PP 4828 4204 0 0 0.562 4896 4050 0 0 0.812 4828 4204 0 0 0.562 2 interp_poly 4896 4050 0 0 0.812 4856 4097 0 0 0.688 4896 4050 0 0 0.812 2 interp_poly 68 -51 -40 -144 4856 4097 3 MP PP 4856 4097 0 0 0.688 4816 3953 0 0 0.875 4856 4097 0 0 0.688 2 interp_poly 4816 3953 0 0 0.875 4884 3902 0 0 0.938 4816 3953 0 0 0.875 2 interp_poly -40 -2 68 -51 4816 3953 3 MP PP 4816 3953 0 0 0.875 4884 3902 0 0 0.938 4816 3953 0 0 0.875 2 interp_poly 4884 3902 0 0 0.938 4844 3900 0 0 0.875 4884 3902 0 0 0.938 2 interp_poly 68 57 -40 -379 4728 3501 3 MP PP 4728 3501 0 0.188 1 4688 3122 0 0.812 1 4728 3501 0 0.188 1 2 interp_poly 4688 3122 0 0.812 1 4756 3179 0 0.688 1 4688 3122 0 0.812 1 2 interp_poly -40 749 68 412 4712 2741 3 MP PP 4712 2741 0.625 1 0.438 4780 3153 0 0.938 1 4712 2741 0.625 1 0.438 2 interp_poly 4780 3153 0 0.938 1 4740 3902 0 0 0.625 4780 3153 0 0.938 1 2 interp_poly 68 412 -40 -1227 4752 3968 3 MP PP 4752 3968 0 0 0.625 4712 2741 0.625 1 0.438 4752 3968 0 0 0.625 2 interp_poly 4712 2741 0.625 1 0.438 4780 3153 0 0.938 1 4712 2741 0.625 1 0.438 2 interp_poly -40 937 68 -54 4764 3134 3 MP PP 4764 3134 0.125 1 0.938 4832 3080 0.188 1 0.875 4764 3134 0.125 1 0.938 2 interp_poly 4832 3080 0.188 1 0.875 4792 4017 0 0 0.562 4832 3080 0.188 1 0.875 2 interp_poly 68 -54 -40 117 4804 3017 3 MP PP 4804 3017 0.375 1 0.688 4764 3134 0.125 1 0.938 4804 3017 0.375 1 0.688 2 interp_poly 4764 3134 0.125 1 0.938 4832 3080 0.188 1 0.875 4764 3134 0.125 1 0.938 2 interp_poly -40 -43 68 106 4804 3017 3 MP PP 4804 3017 0.375 1 0.688 4872 3123 0.188 1 0.875 4804 3017 0.375 1 0.688 2 interp_poly 4872 3123 0.188 1 0.875 4832 3080 0.188 1 0.875 4872 3123 0.188 1 0.875 2 interp_poly 68 106 -40 -883 4844 3900 3 MP PP 4844 3900 0 0 0.875 4804 3017 0.375 1 0.688 4844 3900 0 0 0.875 2 interp_poly 4804 3017 0.375 1 0.688 4872 3123 0.188 1 0.875 4804 3017 0.375 1 0.688 2 interp_poly -40 -230 68 25 4580 3804 3 MP PP 4580 3804 0 0 0.625 4648 3829 0 0 0.562 4580 3804 0 0 0.625 2 interp_poly 4648 3829 0 0 0.562 4608 3599 0 0 0.875 4648 3829 0 0 0.562 2 interp_poly -40 -451 68 28 4319 3339 3 MP PP 4319 3339 0 0 0.688 4387 3367 0 0 0.625 4319 3339 0 0 0.688 2 interp_poly 4387 3367 0 0 0.625 4347 2916 0 0.312 1 4387 3367 0 0 0.625 2 interp_poly -40 975 68 294 4175 1831 3 MP PP 4175 1831 0.875 1 0.188 4243 2125 0.375 1 0.688 4175 1831 0.875 1 0.188 2 interp_poly 4243 2125 0.375 1 0.688 4203 3100 0 0 0.688 4243 2125 0.375 1 0.688 2 interp_poly 68 233 -40 -957 4255 3097 3 MP PP 4255 3097 0 0 0.812 4215 2140 0.438 1 0.625 4255 3097 0 0 0.812 2 interp_poly 4215 2140 0.438 1 0.625 4283 2373 0 1 1 4215 2140 0.438 1 0.625 2 interp_poly 68 26 -40 170 4099 2735 3 MP PP 4099 2735 0 0 1 4059 2905 0 0 0.688 4099 2735 0 0 1 2 interp_poly 4059 2905 0 0 0.688 4127 2931 0 0 0.625 4059 2905 0 0 0.688 2 interp_poly -40 -67 67 79 3927 2438 3 MP PP 3927 2438 0 0.25 1 3994 2517 0 0.0625 1 3927 2438 0 0.25 1 2 interp_poly 3994 2517 0 0.0625 1 3954 2450 0 0.188 1 3994 2517 0 0.0625 1 2 interp_poly 67 78 -40 -66 3927 2438 3 MP PP 3927 2438 0 0.25 1 3887 2372 0 0.312 1 3927 2438 0 0.25 1 2 interp_poly 3887 2372 0 0.312 1 3954 2450 0 0.188 1 3887 2372 0 0.312 1 2 interp_poly 67 79 -40 1033 3967 1405 3 MP PP 3967 1405 1 1 0 3927 2438 0 0.25 1 3967 1405 1 1 0 2 interp_poly 3927 2438 0 0.25 1 3994 2517 0 0.0625 1 3927 2438 0 0.25 1 2 interp_poly -40 684 67 428 3967 1405 3 MP PP 3967 1405 1 1 0 4034 1833 0.312 1 0.75 3967 1405 1 1 0 2 interp_poly 4034 1833 0.312 1 0.75 3994 2517 0 0.0625 1 4034 1833 0.312 1 0.75 2 interp_poly 67 428 -40 -153 4007 1558 3 MP PP 4007 1558 0.812 1 0.25 3967 1405 1 1 0 4007 1558 0.812 1 0.25 2 interp_poly 3967 1405 1 1 0 4034 1833 0.312 1 0.75 3967 1405 1 1 0 2 interp_poly -40 -1257 68 -101 3979 2916 3 MP PP 3979 2916 0 0 0.562 4047 2815 0 0 0.75 3979 2916 0 0 0.562 2 interp_poly 4047 2815 0 0 0.75 4007 1558 0.812 1 0.25 4047 2815 0 0 0.75 2 interp_poly 68 -101 -40 681 4019 2235 3 MP PP 4019 2235 0 0.75 1 3979 2916 0 0 0.562 4019 2235 0 0.75 1 2 interp_poly 3979 2916 0 0 0.562 4047 2815 0 0 0.75 3979 2916 0 0 0.562 2 interp_poly -40 394 67 -119 4007 1558 3 MP PP 4007 1558 0.812 1 0.25 4074 1439 1 1 0.0625 4007 1558 0.812 1 0.25 2 interp_poly 4074 1439 1 1 0.0625 4034 1833 0.312 1 0.75 4074 1439 1 1 0.0625 2 interp_poly 67 -119 -40 -1257 4047 2815 3 MP PP 4047 2815 0 0 0.75 4007 1558 0.812 1 0.25 4047 2815 0 0 0.75 2 interp_poly 4007 1558 0.812 1 0.25 4074 1439 1 1 0.0625 4007 1558 0.812 1 0.25 2 interp_poly -40 777 68 -197 4019 2235 3 MP PP 4019 2235 0 0.75 1 4087 2038 0.0625 1 1 4019 2235 0 0.75 1 2 interp_poly 4087 2038 0.0625 1 1 4047 2815 0 0 0.75 4087 2038 0.0625 1 1 2 interp_poly -40 -670 68 -10 3991 2915 3 MP PP 3991 2915 0 0 0.688 4059 2905 0 0 0.688 3991 2915 0 0 0.688 2 interp_poly 4059 2905 0 0 0.688 4019 2235 0 0.75 1 4059 2905 0 0 0.688 2 interp_poly 68 -197 -40 -670 4059 2905 3 MP PP 4059 2905 0 0 0.688 4019 2235 0 0.75 1 4059 2905 0 0 0.688 2 interp_poly 4019 2235 0 0.75 1 4087 2038 0.0625 1 1 4019 2235 0 0.75 1 2 interp_poly -40 170 68 132 4031 2603 3 MP PP 4031 2603 0 0.25 1 4099 2735 0 0 1 4031 2603 0 0.25 1 2 interp_poly 4099 2735 0 0 1 4059 2905 0 0 0.688 4099 2735 0 0 1 2 interp_poly 68 132 -40 -134 4071 2737 3 MP PP 4071 2737 0 0.0625 1 4031 2603 0 0.25 1 4071 2737 0 0.0625 1 2 interp_poly 4031 2603 0 0.25 1 4099 2735 0 0 1 4031 2603 0 0.25 1 2 interp_poly -40 500 68 -502 4071 2737 3 MP PP 4071 2737 0 0.0625 1 4139 2235 0 0.875 1 4071 2737 0 0.0625 1 2 interp_poly 4139 2235 0 0.875 1 4099 2735 0 0 1 4139 2235 0 0.875 1 2 interp_poly 68 -502 -40 608 4111 2129 3 MP PP 4111 2129 0.125 1 0.938 4071 2737 0 0.0625 1 4111 2129 0.125 1 0.938 2 interp_poly 4071 2737 0 0.0625 1 4139 2235 0 0.875 1 4071 2737 0 0.0625 1 2 interp_poly -40 112 68 84 4099 2735 3 MP PP 4099 2735 0 0 1 4167 2819 0 0 0.812 4099 2735 0 0 1 2 interp_poly 4167 2819 0 0 0.812 4127 2931 0 0 0.625 4167 2819 0 0 0.812 2 interp_poly -40 -655 68 30 4083 2754 3 MP PP 4083 2754 0 0.125 1 4151 2784 0 0.0625 1 4083 2754 0 0.125 1 2 interp_poly 4151 2784 0 0.0625 1 4111 2129 0.125 1 0.938 4151 2784 0 0.0625 1 2 interp_poly 68 30 -40 63 4123 2691 3 MP PP 4123 2691 0 0.312 1 4083 2754 0 0.125 1 4123 2691 0 0.312 1 2 interp_poly 4083 2754 0 0.125 1 4151 2784 0 0.0625 1 4083 2754 0 0.125 1 2 interp_poly -40 -460 68 56 4095 3095 3 MP PP 4095 3095 0 0 0.688 4163 3151 0 0 0.562 4095 3095 0 0 0.688 2 interp_poly 4163 3151 0 0 0.562 4123 2691 0 0.312 1 4163 3151 0 0 0.562 2 interp_poly -40 -82 68 188 4111 2129 3 MP PP 4111 2129 0.125 1 0.938 4179 2317 0 0.812 1 4111 2129 0.125 1 0.938 2 interp_poly 4179 2317 0 0.812 1 4139 2235 0 0.875 1 4179 2317 0 0.812 1 2 interp_poly 68 188 -40 -655 4151 2784 3 MP PP 4151 2784 0 0.0625 1 4111 2129 0.125 1 0.938 4151 2784 0 0.0625 1 2 interp_poly 4111 2129 0.125 1 0.938 4179 2317 0 0.812 1 4111 2129 0.125 1 0.938 2 interp_poly -40 173 68 -80 4123 2691 3 MP PP 4123 2691 0 0.312 1 4191 2611 0 0.375 1 4123 2691 0 0.312 1 2 interp_poly 4191 2611 0 0.375 1 4151 2784 0 0.0625 1 4191 2611 0 0.375 1 2 interp_poly 68 -80 -40 -460 4163 3151 3 MP PP 4163 3151 0 0 0.562 4123 2691 0 0.312 1 4163 3151 0 0 0.562 2 interp_poly 4123 2691 0 0.312 1 4191 2611 0 0.375 1 4123 2691 0 0.312 1 2 interp_poly -40 51 68 30 4135 3070 3 MP PP 4135 3070 0 0 0.75 4203 3100 0 0 0.688 4135 3070 0 0 0.75 2 interp_poly 4203 3100 0 0 0.688 4163 3151 0 0 0.562 4203 3100 0 0 0.688 2 interp_poly 68 30 -40 1239 4175 1831 3 MP PP 4175 1831 0.875 1 0.188 4135 3070 0 0 0.75 4175 1831 0.875 1 0.188 2 interp_poly 4135 3070 0 0 0.75 4203 3100 0 0 0.688 4135 3070 0 0 0.75 2 interp_poly 68 -4 -40 51 4203 3100 3 MP PP 4203 3100 0 0 0.688 4163 3151 0 0 0.562 4203 3100 0 0 0.688 2 interp_poly 4163 3151 0 0 0.562 4231 3147 0 0 0.562 4163 3151 0 0 0.562 2 interp_poly -40 -957 68 -5 4187 3102 3 MP PP 4187 3102 0 0 0.875 4255 3097 0 0 0.812 4187 3102 0 0 0.875 2 interp_poly 4255 3097 0 0 0.812 4215 2140 0.438 1 0.625 4255 3097 0 0 0.812 2 interp_poly -40 -248 68 233 4215 2140 3 MP PP 4215 2140 0.438 1 0.625 4283 2373 0 1 1 4215 2140 0.438 1 0.625 2 interp_poly 4283 2373 0 1 1 4243 2125 0.375 1 0.688 4283 2373 0 1 1 2 interp_poly 68 -306 -40 -248 4283 2373 3 MP PP 4283 2373 0 1 1 4243 2125 0.375 1 0.688 4283 2373 0 1 1 2 interp_poly 4243 2125 0.375 1 0.688 4311 1819 0.875 1 0.188 4243 2125 0.375 1 0.688 2 interp_poly 68 33 -40 1211 4267 1705 3 MP PP 4267 1705 1 0.75 0 4227 2916 0 0.188 1 4267 1705 1 0.75 0 2 interp_poly 4227 2916 0 0.188 1 4295 2949 0 0.125 1 4227 2916 0 0.188 1 2 interp_poly -40 1762 68 -518 4267 1705 3 MP PP 4267 1705 1 0.75 0 4335 1187 0.875 0 0 4267 1705 1 0.75 0 2 interp_poly 4335 1187 0.875 0 0 4295 2949 0 0.125 1 4335 1187 0.875 0 0 2 interp_poly -40 -861 68 -294 4239 2860 3 MP PP 4239 2860 0 0.375 1 4307 2566 0 0.875 1 4239 2860 0 0.375 1 2 interp_poly 4307 2566 0 0.875 1 4267 1705 1 0.75 0 4307 2566 0 0.875 1 2 interp_poly 68 -294 -40 409 4279 2451 3 MP PP 4279 2451 0.125 1 0.938 4239 2860 0 0.375 1 4279 2451 0.125 1 0.938 2 interp_poly 4239 2860 0 0.375 1 4307 2566 0 0.875 1 4239 2860 0 0.375 1 2 interp_poly -40 -350 68 465 4279 2451 3 MP PP 4279 2451 0.125 1 0.938 4347 2916 0 0.312 1 4279 2451 0.125 1 0.938 2 interp_poly 4347 2916 0 0.312 1 4307 2566 0 0.875 1 4347 2916 0 0.312 1 2 interp_poly 68 52 -40 148 4295 2949 3 MP PP 4295 2949 0 0.125 1 4255 3097 0 0 0.812 4295 2949 0 0.125 1 2 interp_poly 4255 3097 0 0 0.812 4323 3149 0 0 0.75 4255 3097 0 0 0.812 2 interp_poly 68 465 -40 -888 4319 3339 3 MP PP 4319 3339 0 0 0.688 4279 2451 0.125 1 0.938 4319 3339 0 0 0.688 2 interp_poly 4279 2451 0.125 1 0.938 4347 2916 0 0.312 1 4279 2451 0.125 1 0.938 2 interp_poly -40 -1125 68 -254 4307 2566 3 MP PP 4307 2566 0 0.875 1 4375 2312 0.312 1 0.75 4307 2566 0 0.875 1 2 interp_poly 4375 2312 0.312 1 0.75 4335 1187 0.875 0 0 4375 2312 0.312 1 0.75 2 interp_poly 68 -254 -40 -350 4347 2916 3 MP PP 4347 2916 0 0.312 1 4307 2566 0 0.875 1 4347 2916 0 0.312 1 2 interp_poly 4307 2566 0 0.875 1 4375 2312 0.312 1 0.75 4307 2566 0 0.875 1 2 interp_poly 68 28 -40 1387 4359 1952 3 MP PP 4359 1952 1 1 0 4319 3339 0 0 0.688 4359 1952 1 1 0 2 interp_poly 4319 3339 0 0 0.688 4387 3367 0 0 0.625 4319 3339 0 0 0.688 2 interp_poly -40 -175 68 -36 4303 3502 3 MP PP 4303 3502 0 0 0.562 4371 3466 0 0 0.625 4303 3502 0 0 0.562 2 interp_poly 4371 3466 0 0 0.625 4331 3291 0 0 0.875 4371 3466 0 0 0.625 2 interp_poly 68 345 -40 -1125 4375 2312 3 MP PP 4375 2312 0.312 1 0.75 4335 1187 0.875 0 0 4375 2312 0.312 1 0.75 2 interp_poly 4335 1187 0.875 0 0 4403 1532 1 0.5 0 4335 1187 0.875 0 0 2 interp_poly -40 951 68 464 4359 1952 3 MP PP 4359 1952 1 1 0 4427 2416 0.25 1 0.812 4359 1952 1 1 0 2 interp_poly 4427 2416 0.25 1 0.812 4387 3367 0 0 0.625 4427 2416 0.25 1 0.812 2 interp_poly -40 -1403 68 64 4331 3291 3 MP PP 4331 3291 0 0 0.875 4399 3355 0 0 0.75 4331 3291 0 0 0.875 2 interp_poly 4399 3355 0 0 0.75 4359 1952 1 1 0 4399 3355 0 0 0.75 2 interp_poly 68 64 -40 -175 4371 3466 3 MP PP 4371 3466 0 0 0.625 4331 3291 0 0 0.875 4371 3466 0 0 0.625 2 interp_poly 4331 3291 0 0 0.875 4399 3355 0 0 0.75 4331 3291 0 0 0.875 2 interp_poly 68 464 -40 -1403 4399 3355 3 MP PP 4399 3355 0 0 0.75 4359 1952 1 1 0 4399 3355 0 0 0.75 2 interp_poly 4359 1952 1 1 0 4427 2416 0.25 1 0.812 4359 1952 1 1 0 2 interp_poly -40 -486 68 -453 4399 3355 3 MP PP 4399 3355 0 0 0.75 4467 2902 0 0.5 1 4399 3355 0 0 0.75 2 interp_poly 4467 2902 0 0.5 1 4427 2416 0.25 1 0.812 4467 2902 0 0.5 1 2 interp_poly 68 -453 -40 -135 4439 3490 3 MP PP 4439 3490 0 0 0.562 4399 3355 0 0 0.75 4439 3490 0 0 0.562 2 interp_poly 4399 3355 0 0 0.75 4467 2902 0 0.5 1 4399 3355 0 0 0.75 2 interp_poly 68 -111 -40 455 4383 2985 3 MP PP 4383 2985 0 0.5 1 4343 3440 0 0 0.688 4383 2985 0 0.5 1 2 interp_poly 4343 3440 0 0 0.688 4411 3329 0 0 0.875 4343 3440 0 0 0.688 2 interp_poly 68 132 -40 -486 4467 2902 3 MP PP 4467 2902 0 0.5 1 4427 2416 0.25 1 0.812 4467 2902 0 0.5 1 2 interp_poly 4427 2416 0.25 1 0.812 4495 2548 0 1 1 4427 2416 0.25 1 0.812 2 interp_poly -40 639 68 -295 4383 2985 3 MP PP 4383 2985 0 0.5 1 4451 2690 0 1 1 4383 2985 0 0.5 1 2 interp_poly 4451 2690 0 1 1 4411 3329 0 0 0.875 4451 2690 0 1 1 2 interp_poly -40 91 68 70 4411 3329 3 MP PP 4411 3329 0 0 0.875 4479 3399 0 0 0.75 4411 3329 0 0 0.875 2 interp_poly 4479 3399 0 0 0.75 4439 3490 0 0 0.562 4479 3399 0 0 0.75 2 interp_poly 68 70 -40 639 4451 2690 3 MP PP 4451 2690 0 1 1 4411 3329 0 0 0.875 4451 2690 0 1 1 2 interp_poly 4411 3329 0 0 0.875 4479 3399 0 0 0.75 4411 3329 0 0 0.875 2 interp_poly -40 -400 68 270 4395 3166 3 MP PP 4395 3166 0 0.312 1 4463 3436 0 0 0.812 4395 3166 0 0.312 1 2 interp_poly 4463 3436 0 0 0.812 4423 3036 0 0.5 1 4463 3436 0 0 0.812 2 interp_poly 68 270 -40 3 4435 3163 3 MP PP 4435 3163 0 0.375 1 4395 3166 0 0.312 1 4435 3163 0 0.375 1 2 interp_poly 4395 3166 0 0.312 1 4463 3436 0 0 0.812 4395 3166 0 0.312 1 2 interp_poly -40 696 68 13 4451 2690 3 MP PP 4451 2690 0 1 1 4519 2703 0 0.938 1 4451 2690 0 1 1 2 interp_poly 4519 2703 0 0.938 1 4479 3399 0 0 0.75 4519 2703 0 0.938 1 2 interp_poly -40 -606 68 260 4423 3036 3 MP PP 4423 3036 0 0.5 1 4491 3296 0 0 1 4423 3036 0 0.5 1 2 interp_poly 4491 3296 0 0 1 4451 2690 0 1 1 4491 3296 0 0 1 2 interp_poly 68 260 -40 -400 4463 3436 3 MP PP 4463 3436 0 0 0.812 4423 3036 0 0.5 1 4463 3436 0 0 0.812 2 interp_poly 4423 3036 0 0.5 1 4491 3296 0 0 1 4423 3036 0 0.5 1 2 interp_poly 68 13 -40 -606 4491 3296 3 MP PP 4491 3296 0 0 1 4451 2690 0 1 1 4491 3296 0 0 1 2 interp_poly 4451 2690 0 1 1 4519 2703 0 0.938 1 4451 2690 0 1 1 2 interp_poly -40 582 68 -309 4435 3163 3 MP PP 4435 3163 0 0.375 1 4503 2854 0 0.875 1 4435 3163 0 0.375 1 2 interp_poly 4503 2854 0 0.875 1 4463 3436 0 0 0.812 4503 2854 0 0.875 1 2 interp_poly -40 -77 68 -63 4463 3436 3 MP PP 4463 3436 0 0 0.812 4531 3373 0 0 0.938 4463 3436 0 0 0.812 2 interp_poly 4531 3373 0 0 0.938 4491 3296 0 0 1 4531 3373 0 0 0.938 2 interp_poly 68 -63 -40 582 4503 2854 3 MP PP 4503 2854 0 0.875 1 4463 3436 0 0 0.812 4503 2854 0 0.875 1 2 interp_poly 4463 3436 0 0 0.812 4531 3373 0 0 0.938 4463 3436 0 0 0.812 2 interp_poly -40 -339 67 46 4448 3481 3 MP PP 4448 3481 0 0 0.938 4515 3527 0 0 0.812 4448 3481 0 0 0.938 2 interp_poly 4515 3527 0 0 0.812 4475 3188 0 0.375 1 4515 3527 0 0 0.812 2 interp_poly 67 46 -40 100 4488 3381 3 MP PP 4488 3381 0 0.125 1 4448 3481 0 0 0.938 4488 3381 0 0.125 1 2 interp_poly 4448 3481 0 0 0.938 4515 3527 0 0 0.812 4448 3481 0 0 0.938 2 interp_poly -40 507 68 12 4503 2854 3 MP PP 4503 2854 0 0.875 1 4571 2866 0 0.812 1 4503 2854 0 0.875 1 2 interp_poly 4571 2866 0 0.812 1 4531 3373 0 0 0.938 4571 2866 0 0.812 1 2 interp_poly -40 -400 68 66 4475 3188 3 MP PP 4475 3188 0 0.375 1 4543 3254 0 0.25 1 4475 3188 0 0.375 1 2 interp_poly 4543 3254 0 0.25 1 4503 2854 0 0.875 1 4543 3254 0 0.25 1 2 interp_poly 68 66 -40 -339 4515 3527 3 MP PP 4515 3527 0 0 0.812 4475 3188 0 0.375 1 4515 3527 0 0 0.812 2 interp_poly 4475 3188 0 0.375 1 4543 3254 0 0.25 1 4475 3188 0 0.375 1 2 interp_poly 68 12 -40 -400 4543 3254 3 MP PP 4543 3254 0 0.25 1 4503 2854 0 0.875 1 4543 3254 0 0.25 1 2 interp_poly 4503 2854 0 0.875 1 4571 2866 0 0.812 1 4503 2854 0 0.875 1 2 interp_poly -40 -169 68 -104 4515 3527 3 MP PP 4515 3527 0 0 0.812 4583 3423 0 0 1 4515 3527 0 0 0.812 2 interp_poly 4583 3423 0 0 1 4543 3254 0 0.25 1 4583 3423 0 0 1 2 interp_poly -40 288 68 -676 4543 3254 3 MP PP 4543 3254 0 0.25 1 4611 2578 0.375 1 0.688 4543 3254 0 0.25 1 2 interp_poly 4611 2578 0.375 1 0.688 4571 2866 0 0.812 1 4611 2578 0.375 1 0.688 2 interp_poly 68 -676 -40 -169 4583 3423 3 MP PP 4583 3423 0 0 1 4543 3254 0 0.25 1 4583 3423 0 0 1 2 interp_poly 4543 3254 0 0.25 1 4611 2578 0.375 1 0.688 4543 3254 0 0.25 1 2 interp_poly -40 361 67 -215 4488 3381 3 MP PP 4488 3381 0 0.125 1 4555 3166 0 0.5 1 4488 3381 0 0.125 1 2 interp_poly 4555 3166 0 0.5 1 4515 3527 0 0 0.812 4555 3166 0 0.5 1 2 interp_poly 68 115 -40 -188 4535 2736 3 MP PP 4535 2736 0 0.75 1 4495 2548 0 1 1 4535 2736 0 0.75 1 2 interp_poly 4495 2548 0 1 1 4563 2663 0 0.812 1 4495 2548 0 1 1 2 interp_poly -40 -364 68 48 4511 2437 3 MP PP 4511 2437 0.0625 1 1 4579 2485 0 0.938 1 4511 2437 0.0625 1 1 2 interp_poly 4579 2485 0 0.938 1 4539 2121 0.5 1 0.562 4579 2485 0 0.938 1 2 interp_poly 67 -215 -40 1084 4528 2297 3 MP PP 4528 2297 1 1 0.0625 4488 3381 0 0.125 1 4528 2297 1 1 0.0625 2 interp_poly 4488 3381 0 0.125 1 4555 3166 0 0.5 1 4488 3381 0 0.125 1 2 interp_poly 68 -104 -40 361 4555 3166 3 MP PP 4555 3166 0 0.5 1 4515 3527 0 0 0.812 4555 3166 0 0.5 1 2 interp_poly 4515 3527 0 0 0.812 4583 3423 0 0 1 4515 3527 0 0 0.812 2 interp_poly -40 -1386 68 56 4500 3627 3 MP PP 4500 3627 0 0 0.812 4568 3683 0 0 0.688 4500 3627 0 0 0.812 2 interp_poly 4568 3683 0 0 0.688 4528 2297 1 1 0.0625 4568 3683 0 0 0.688 2 interp_poly 68 -378 -40 -364 4579 2485 3 MP PP 4579 2485 0 0.938 1 4539 2121 0.5 1 0.562 4579 2485 0 0.938 1 2 interp_poly 4539 2121 0.5 1 0.562 4607 1743 1 0.938 0 4539 2121 0.5 1 0.562 2 interp_poly -40 1249 67 -380 4528 2297 3 MP PP 4528 2297 1 1 0.0625 4595 1917 1 0.438 0 4528 2297 1 1 0.0625 2 interp_poly 4595 1917 1 0.438 0 4555 3166 0 0.5 1 4595 1917 1 0.438 0 2 interp_poly -40 695 68 -438 4555 3166 3 MP PP 4555 3166 0 0.5 1 4623 2728 0.188 1 0.875 4555 3166 0 0.5 1 2 interp_poly 4623 2728 0.188 1 0.875 4583 3423 0 0 1 4623 2728 0.188 1 0.875 2 interp_poly -40 -658 68 -84 4579 2485 3 MP PP 4579 2485 0 0.938 1 4647 2401 0.0625 1 1 4579 2485 0 0.938 1 2 interp_poly 4647 2401 0.0625 1 1 4607 1743 1 0.938 0 4647 2401 0.0625 1 1 2 interp_poly 68 -438 -40 1249 4595 1917 3 MP PP 4595 1917 1 0.438 0 4555 3166 0 0.5 1 4595 1917 1 0.438 0 2 interp_poly 4555 3166 0 0.5 1 4623 2728 0.188 1 0.875 4555 3166 0 0.5 1 2 interp_poly 67 -380 -40 -1386 4568 3683 3 MP PP 4568 3683 0 0 0.688 4528 2297 1 1 0.0625 4568 3683 0 0 0.688 2 interp_poly 4528 2297 1 1 0.0625 4595 1917 1 0.438 0 4528 2297 1 1 0.0625 2 interp_poly -40 -1618 67 -148 4568 3683 3 MP PP 4568 3683 0 0 0.688 4635 3535 0 0 0.938 4568 3683 0 0 0.688 2 interp_poly 4635 3535 0 0 0.938 4595 1917 1 0.438 0 4635 3535 0 0 0.938 2 interp_poly 67 -148 -40 84 4608 3599 3 MP PP 4608 3599 0 0 0.875 4568 3683 0 0 0.688 4608 3599 0 0 0.875 2 interp_poly 4568 3683 0 0 0.688 4635 3535 0 0 0.938 4568 3683 0 0 0.688 2 interp_poly -40 84 68 153 4540 3446 3 MP PP 4540 3446 0 0.188 1 4608 3599 0 0 0.875 4540 3446 0 0.188 1 2 interp_poly 4608 3599 0 0 0.875 4568 3683 0 0 0.688 4608 3599 0 0 0.875 2 interp_poly 68 56 -40 181 4540 3446 3 MP PP 4540 3446 0 0.188 1 4500 3627 0 0 0.812 4540 3446 0 0.188 1 2 interp_poly 4500 3627 0 0 0.812 4568 3683 0 0 0.688 4500 3627 0 0 0.812 2 interp_poly 68 153 -40 -358 4580 3804 3 MP PP 4580 3804 0 0 0.625 4540 3446 0 0.188 1 4580 3804 0 0 0.625 2 interp_poly 4540 3446 0 0.188 1 4608 3599 0 0 0.875 4540 3446 0 0.188 1 2 interp_poly 67 1 -40 -658 4647 2401 3 MP PP 4647 2401 0.0625 1 1 4607 1743 1 0.938 0 4647 2401 0.0625 1 1 2 interp_poly 4607 1743 1 0.938 0 4674 1744 1 0.938 0 4607 1743 1 0.938 0 2 interp_poly -40 317 68 494 4595 1917 3 MP PP 4595 1917 1 0.438 0 4663 2411 0.812 1 0.25 4595 1917 1 0.438 0 2 interp_poly 4663 2411 0.812 1 0.25 4623 2728 0.188 1 0.875 4663 2411 0.812 1 0.25 2 interp_poly 68 494 -40 -1618 4635 3535 3 MP PP 4635 3535 0 0 0.938 4595 1917 1 0.438 0 4635 3535 0 0 0.938 2 interp_poly 4595 1917 1 0.438 0 4663 2411 0.812 1 0.25 4595 1917 1 0.438 0 2 interp_poly 68 25 -40 708 4620 3096 3 MP PP 4620 3096 0 0.875 1 4580 3804 0 0 0.625 4620 3096 0 0.875 1 2 interp_poly 4580 3804 0 0 0.625 4648 3829 0 0 0.562 4580 3804 0 0 0.625 2 interp_poly -40 707 68 26 4620 3096 3 MP PP 4620 3096 0 0.875 1 4688 3122 0 0.812 1 4620 3096 0 0.875 1 2 interp_poly 4688 3122 0 0.812 1 4648 3829 0 0 0.562 4688 3122 0 0.812 1 2 interp_poly 68 26 -40 10 4660 3086 3 MP PP 4660 3086 0 0.938 1 4620 3096 0 0.875 1 4660 3086 0 0.938 1 2 interp_poly 4620 3096 0 0.875 1 4688 3122 0 0.812 1 4620 3096 0 0.875 1 2 interp_poly -40 -770 68 -62 4632 3918 3 MP PP 4632 3918 0 0 0.562 4700 3856 0 0 0.625 4632 3918 0 0 0.562 2 interp_poly 4700 3856 0 0 0.625 4660 3086 0 0.938 1 4700 3856 0 0 0.625 2 interp_poly 68 415 -40 -770 4700 3856 3 MP PP 4700 3856 0 0 0.625 4660 3086 0 0.938 1 4700 3856 0 0 0.625 2 interp_poly 4660 3086 0 0.938 1 4728 3501 0 0.188 1 4660 3086 0 0.938 1 2 interp_poly -40 -46 68 82 4672 3820 3 MP PP 4672 3820 0 0 0.75 4740 3902 0 0 0.625 4672 3820 0 0 0.75 2 interp_poly 4740 3902 0 0 0.625 4700 3856 0 0 0.625 4740 3902 0 0 0.625 2 interp_poly -40 -379 68 415 4660 3086 3 MP PP 4660 3086 0 0.938 1 4728 3501 0 0.188 1 4660 3086 0 0.938 1 2 interp_poly 4728 3501 0 0.188 1 4688 3122 0 0.812 1 4728 3501 0 0.188 1 2 interp_poly 68 82 -40 1079 4712 2741 3 MP PP 4712 2741 0.625 1 0.438 4672 3820 0 0 0.75 4712 2741 0.625 1 0.438 2 interp_poly 4672 3820 0 0 0.75 4740 3902 0 0 0.625 4672 3820 0 0 0.75 2 interp_poly 68 -62 -40 98 4672 3820 3 MP PP 4672 3820 0 0 0.75 4632 3918 0 0 0.562 4672 3820 0 0 0.75 2 interp_poly 4632 3918 0 0 0.562 4700 3856 0 0 0.625 4632 3918 0 0 0.562 2 interp_poly -40 -1227 68 104 4684 3864 3 MP PP 4684 3864 0 0 0.812 4752 3968 0 0 0.625 4684 3864 0 0 0.812 2 interp_poly 4752 3968 0 0 0.625 4712 2741 0.625 1 0.438 4752 3968 0 0 0.625 2 interp_poly 68 135 -40 748 4764 3134 3 MP PP 4764 3134 0.125 1 0.938 4724 3882 0 0 0.812 4764 3134 0.125 1 0.938 2 interp_poly 4724 3882 0 0 0.812 4792 4017 0 0 0.562 4724 3882 0 0 0.812 2 interp_poly 68 106 -40 -213 4828 4204 3 MP PP 4828 4204 0 0 0.562 4788 3991 0 0 0.875 4828 4204 0 0 0.562 2 interp_poly 4788 3991 0 0 0.875 4856 4097 0 0 0.688 4788 3991 0 0 0.875 2 interp_poly -40 -144 68 106 4788 3991 3 MP PP 4788 3991 0 0 0.875 4856 4097 0 0 0.688 4788 3991 0 0 0.875 2 interp_poly 4856 4097 0 0 0.688 4816 3953 0 0 0.875 4856 4097 0 0 0.688 2 interp_poly 68 3 -40 -56 4816 3953 3 MP PP 4816 3953 0 0 0.875 4776 3897 0 0 0.938 4816 3953 0 0 0.875 2 interp_poly 4776 3897 0 0 0.938 4844 3900 0 0 0.875 4776 3897 0 0 0.938 2 interp_poly -40 -883 68 3 4776 3897 3 MP PP 4776 3897 0 0 0.938 4844 3900 0 0 0.875 4776 3897 0 0 0.938 2 interp_poly 4844 3900 0 0 0.875 4804 3017 0.375 1 0.688 4844 3900 0 0 0.875 2 interp_poly -40 -49 68 135 4724 3882 3 MP PP 4724 3882 0 0 0.812 4792 4017 0 0 0.562 4724 3882 0 0 0.812 2 interp_poly 4792 4017 0 0 0.562 4752 3968 0 0 0.625 4792 4017 0 0 0.562 2 interp_poly -40 -213 68 26 4760 4178 3 MP PP 4760 4178 0 0 0.625 4828 4204 0 0 0.562 4760 4178 0 0 0.625 2 interp_poly 4828 4204 0 0 0.562 4788 3991 0 0 0.875 4828 4204 0 0 0.562 2 interp_poly 68 -19 -40 -19 4788 3991 3 MP PP 4788 3991 0 0 0.875 4748 3972 0 0 0.875 4788 3991 0 0 0.875 2 interp_poly 4748 3972 0 0 0.875 4816 3953 0 0 0.875 4748 3972 0 0 0.875 2 interp_poly 68 104 -40 -18 4724 3882 3 MP PP 4724 3882 0 0 0.812 4684 3864 0 0 0.812 4724 3882 0 0 0.812 2 interp_poly 4684 3864 0 0 0.812 4752 3968 0 0 0.625 4684 3864 0 0 0.812 2 interp_poly -40 -56 68 -19 4748 3972 3 MP PP 4748 3972 0 0 0.875 4816 3953 0 0 0.875 4748 3972 0 0 0.875 2 interp_poly 4816 3953 0 0 0.875 4776 3897 0 0 0.938 4816 3953 0 0 0.875 2 interp_poly -40 748 68 -312 4696 3446 3 MP PP 4696 3446 0 0.625 1 4764 3134 0.125 1 0.938 4696 3446 0 0.625 1 2 interp_poly 4764 3134 0.125 1 0.938 4724 3882 0 0 0.812 4764 3134 0.125 1 0.938 2 interp_poly 68 -312 -40 602 4736 2844 3 MP PP 4736 2844 0.688 1 0.375 4696 3446 0 0.625 1 4736 2844 0.688 1 0.375 2 interp_poly 4696 3446 0 0.625 1 4764 3134 0.125 1 0.938 4696 3446 0 0.625 1 2 interp_poly -40 580 68 -261 4731 1984 3 MP PP 4731 1984 1 0.562 0 4799 1723 1 0.125 0 4731 1984 1 0.562 0 2 interp_poly 4799 1723 1 0.125 0 4759 2303 0.875 1 0.188 4799 1723 1 0.125 0 2 interp_poly 68 -261 -40 -1103 4771 3087 3 MP PP 4771 3087 0 0.688 1 4731 1984 1 0.562 0 4771 3087 0 0.688 1 2 interp_poly 4731 1984 1 0.562 0 4799 1723 1 0.125 0 4731 1984 1 0.562 0 2 interp_poly -40 117 68 173 4736 2844 3 MP PP 4736 2844 0.688 1 0.375 4804 3017 0.375 1 0.688 4736 2844 0.688 1 0.375 2 interp_poly 4804 3017 0.375 1 0.688 4764 3134 0.125 1 0.938 4804 3017 0.375 1 0.688 2 interp_poly 68 173 -40 -1053 4776 3897 3 MP PP 4776 3897 0 0 0.938 4736 2844 0.688 1 0.375 4776 3897 0 0 0.938 2 interp_poly 4736 2844 0.688 1 0.375 4804 3017 0.375 1 0.688 4736 2844 0.688 1 0.375 2 interp_poly 68 -68 -40 -119 4760 4178 3 MP PP 4760 4178 0 0 0.625 4720 4059 0 0 0.812 4760 4178 0 0 0.625 2 interp_poly 4720 4059 0 0 0.812 4788 3991 0 0 0.875 4720 4059 0 0 0.812 2 interp_poly -40 -19 68 -68 4720 4059 3 MP PP 4720 4059 0 0 0.812 4788 3991 0 0 0.875 4720 4059 0 0 0.812 2 interp_poly 4788 3991 0 0 0.875 4748 3972 0 0 0.875 4788 3991 0 0 0.875 2 interp_poly -40 -358 68 -19 4512 3823 3 MP PP 4512 3823 0 0 0.625 4580 3804 0 0 0.625 4512 3823 0 0 0.625 2 interp_poly 4580 3804 0 0 0.625 4540 3446 0 0.188 1 4580 3804 0 0 0.625 2 interp_poly -40 -135 68 24 4371 3466 3 MP PP 4371 3466 0 0 0.625 4439 3490 0 0 0.562 4371 3466 0 0 0.625 2 interp_poly 4439 3490 0 0 0.562 4399 3355 0 0 0.75 4439 3490 0 0 0.562 2 interp_poly 68 24 -40 137 4411 3329 3 MP PP 4411 3329 0 0 0.875 4371 3466 0 0 0.625 4411 3329 0 0 0.875 2 interp_poly 4371 3466 0 0 0.625 4439 3490 0 0 0.562 4371 3466 0 0 0.625 2 interp_poly -40 -106 68 -123 4380 3604 3 MP PP 4380 3604 0 0 0.75 4448 3481 0 0 0.938 4380 3604 0 0 0.75 2 interp_poly 4448 3481 0 0 0.938 4408 3375 0 0.0625 1 4448 3481 0 0 0.938 2 interp_poly 68 -123 -40 85 4420 3519 3 MP PP 4420 3519 0 0 0.938 4380 3604 0 0 0.75 4420 3519 0 0 0.938 2 interp_poly 4380 3604 0 0 0.75 4448 3481 0 0 0.938 4380 3604 0 0 0.75 2 interp_poly 68 -295 -40 -51 4423 3036 3 MP PP 4423 3036 0 0.5 1 4383 2985 0 0.5 1 4423 3036 0 0.5 1 2 interp_poly 4383 2985 0 0.5 1 4451 2690 0 1 1 4383 2985 0 0.5 1 2 interp_poly -40 -25 67 -187 4408 3375 3 MP PP 4408 3375 0 0.0625 1 4475 3188 0 0.375 1 4408 3375 0 0.0625 1 2 interp_poly 4475 3188 0 0.375 1 4435 3163 0 0.375 1 4475 3188 0 0.375 1 2 interp_poly 67 -187 -40 -106 4448 3481 3 MP PP 4448 3481 0 0 0.938 4408 3375 0 0.0625 1 4448 3481 0 0 0.938 2 interp_poly 4408 3375 0 0.0625 1 4475 3188 0 0.375 1 4408 3375 0 0.0625 1 2 interp_poly -40 100 68 -138 4420 3519 3 MP PP 4420 3519 0 0 0.938 4488 3381 0 0.125 1 4420 3519 0 0 0.938 2 interp_poly 4488 3381 0 0.125 1 4448 3481 0 0 0.938 4488 3381 0 0.125 1 2 interp_poly -40 148 68 33 4227 2916 3 MP PP 4227 2916 0 0.188 1 4295 2949 0 0.125 1 4227 2916 0 0.188 1 2 interp_poly 4295 2949 0 0.125 1 4255 3097 0 0 0.812 4295 2949 0 0.125 1 2 interp_poly -40 -888 68 -63 4251 3402 3 MP PP 4251 3402 0 0 0.562 4319 3339 0 0 0.688 4251 3402 0 0 0.562 2 interp_poly 4319 3339 0 0 0.688 4279 2451 0.125 1 0.938 4319 3339 0 0 0.688 2 interp_poly 68 -518 -40 -861 4307 2566 3 MP PP 4307 2566 0 0.875 1 4267 1705 1 0.75 0 4307 2566 0 0.875 1 2 interp_poly 4267 1705 1 0.75 0 4335 1187 0.875 0 0 4267 1705 1 0.75 0 2 interp_poly 68 -63 -40 1325 4291 2077 3 MP PP 4291 2077 0.875 1 0.188 4251 3402 0 0 0.562 4291 2077 0.875 1 0.188 2 interp_poly 4251 3402 0 0 0.562 4319 3339 0 0 0.688 4251 3402 0 0 0.562 2 interp_poly -40 1387 68 -125 4291 2077 3 MP PP 4291 2077 0.875 1 0.188 4359 1952 1 1 0 4291 2077 0.875 1 0.188 2 interp_poly 4359 1952 1 1 0 4319 3339 0 0 0.688 4359 1952 1 1 0 2 interp_poly -40 -1214 68 77 4263 3214 3 MP PP 4263 3214 0 0 1 4331 3291 0 0 0.875 4263 3214 0 0 1 2 interp_poly 4331 3291 0 0 0.875 4291 2077 0.875 1 0.188 4331 3291 0 0 0.875 2 interp_poly 68 -125 -40 -1214 4331 3291 3 MP PP 4331 3291 0 0 0.875 4291 2077 0.875 1 0.188 4331 3291 0 0 0.875 2 interp_poly 4291 2077 0.875 1 0.188 4359 1952 1 1 0 4291 2077 0.875 1 0.188 2 interp_poly -40 455 68 -47 4315 3032 3 MP PP 4315 3032 0 0.5 1 4383 2985 0 0.5 1 4315 3032 0 0.5 1 2 interp_poly 4383 2985 0 0.5 1 4343 3440 0 0 0.688 4383 2985 0 0.5 1 2 interp_poly 68 -47 -40 78 4355 2954 3 MP PP 4355 2954 0 0.625 1 4315 3032 0 0.5 1 4355 2954 0 0.625 1 2 interp_poly 4315 3032 0 0.5 1 4383 2985 0 0.5 1 4315 3032 0 0.5 1 2 interp_poly 68 82 -40 -212 4395 3166 3 MP PP 4395 3166 0 0.312 1 4355 2954 0 0.625 1 4395 3166 0 0.312 1 2 interp_poly 4355 2954 0 0.625 1 4423 3036 0 0.5 1 4355 2954 0 0.625 1 2 interp_poly -40 3 67 190 4368 2973 3 MP PP 4368 2973 0 0.688 1 4435 3163 0 0.375 1 4368 2973 0 0.688 1 2 interp_poly 4435 3163 0 0.375 1 4395 3166 0 0.312 1 4435 3163 0 0.375 1 2 interp_poly -40 -212 67 -18 4328 3184 3 MP PP 4328 3184 0 0.312 1 4395 3166 0 0.312 1 4328 3184 0 0.312 1 2 interp_poly 4395 3166 0 0.312 1 4355 2954 0 0.625 1 4395 3166 0 0.312 1 2 interp_poly 67 -18 -40 211 4368 2973 3 MP PP 4368 2973 0 0.688 1 4328 3184 0 0.312 1 4368 2973 0 0.688 1 2 interp_poly 4328 3184 0 0.312 1 4395 3166 0 0.312 1 4328 3184 0 0.312 1 2 interp_poly -40 137 68 -111 4343 3440 3 MP PP 4343 3440 0 0 0.688 4411 3329 0 0 0.875 4343 3440 0 0 0.688 2 interp_poly 4411 3329 0 0 0.875 4371 3466 0 0 0.625 4411 3329 0 0 0.875 2 interp_poly 67 190 -40 -402 4408 3375 3 MP PP 4408 3375 0 0.0625 1 4368 2973 0 0.688 1 4408 3375 0 0.0625 1 2 interp_poly 4368 2973 0 0.688 1 4435 3163 0 0.375 1 4368 2973 0 0.688 1 2 interp_poly 68 -309 -40 -25 4475 3188 3 MP PP 4475 3188 0 0.375 1 4435 3163 0 0.375 1 4475 3188 0 0.375 1 2 interp_poly 4435 3163 0 0.375 1 4503 2854 0 0.875 1 4435 3163 0 0.375 1 2 interp_poly 68 -138 -40 1247 4460 2272 3 MP PP 4460 2272 1 0.938 0 4420 3519 0 0 0.938 4460 2272 1 0.938 0 2 interp_poly 4420 3519 0 0 0.938 4488 3381 0 0.125 1 4420 3519 0 0 0.938 2 interp_poly 68 369 -40 -685 4511 2437 3 MP PP 4511 2437 0.0625 1 1 4471 1752 1 0.938 0 4511 2437 0.0625 1 1 2 interp_poly 4471 1752 1 0.938 0 4539 2121 0.5 1 0.562 4471 1752 1 0.938 0 2 interp_poly -40 1084 68 25 4460 2272 3 MP PP 4460 2272 1 0.938 0 4528 2297 1 1 0.0625 4460 2272 1 0.938 0 2 interp_poly 4528 2297 1 1 0.0625 4488 3381 0 0.125 1 4528 2297 1 1 0.0625 2 interp_poly -40 -1355 68 25 4432 3602 3 MP PP 4432 3602 0 0 0.875 4500 3627 0 0 0.812 4432 3602 0 0 0.875 2 interp_poly 4500 3627 0 0 0.812 4460 2272 1 0.938 0 4500 3627 0 0 0.812 2 interp_poly 68 25 -40 -1355 4500 3627 3 MP PP 4500 3627 0 0 0.812 4460 2272 1 0.938 0 4500 3627 0 0 0.812 2 interp_poly 4460 2272 1 0.938 0 4528 2297 1 1 0.0625 4460 2272 1 0.938 0 2 interp_poly -40 181 68 -143 4472 3589 3 MP PP 4472 3589 0 0 0.938 4540 3446 0 0.188 1 4472 3589 0 0 0.938 2 interp_poly 4540 3446 0 0.188 1 4500 3627 0 0 0.812 4540 3446 0 0.188 1 2 interp_poly 68 25 -40 13 4472 3589 3 MP PP 4472 3589 0 0 0.938 4432 3602 0 0 0.875 4472 3589 0 0 0.938 2 interp_poly 4432 3602 0 0 0.875 4500 3627 0 0 0.812 4432 3602 0 0 0.875 2 interp_poly 68 -143 -40 -234 4512 3823 3 MP PP 4512 3823 0 0 0.625 4472 3589 0 0 0.938 4512 3823 0 0 0.625 2 interp_poly 4472 3589 0 0 0.938 4540 3446 0 0.188 1 4472 3589 0 0 0.938 2 interp_poly 68 -19 -40 655 4552 3168 3 MP PP 4552 3168 0 0.75 1 4512 3823 0 0 0.625 4552 3168 0 0.75 1 2 interp_poly 4512 3823 0 0 0.625 4580 3804 0 0 0.625 4512 3823 0 0 0.625 2 interp_poly -40 708 68 -72 4552 3168 3 MP PP 4552 3168 0 0.75 1 4620 3096 0 0.875 1 4552 3168 0 0.75 1 2 interp_poly 4620 3096 0 0.875 1 4580 3804 0 0 0.625 4620 3096 0 0.875 1 2 interp_poly -40 -787 68 11 4564 3907 3 MP PP 4564 3907 0 0 0.625 4632 3918 0 0 0.562 4564 3907 0 0 0.625 2 interp_poly 4632 3918 0 0 0.562 4592 3131 0 0.875 1 4632 3918 0 0 0.562 2 interp_poly 68 11 -40 183 4604 3724 3 MP PP 4604 3724 0 0 0.938 4564 3907 0 0 0.625 4604 3724 0 0 0.938 2 interp_poly 4564 3907 0 0 0.625 4632 3918 0 0 0.562 4564 3907 0 0 0.625 2 interp_poly -40 10 68 -45 4592 3131 3 MP PP 4592 3131 0 0.875 1 4660 3086 0 0.938 1 4592 3131 0 0.875 1 2 interp_poly 4660 3086 0 0.938 1 4620 3096 0 0.875 1 4660 3086 0 0.938 1 2 interp_poly 68 -45 -40 -787 4632 3918 3 MP PP 4632 3918 0 0 0.562 4592 3131 0 0.875 1 4632 3918 0 0 0.562 2 interp_poly 4592 3131 0 0.875 1 4660 3086 0 0.938 1 4592 3131 0 0.875 1 2 interp_poly -40 98 68 96 4604 3724 3 MP PP 4604 3724 0 0 0.938 4672 3820 0 0 0.75 4604 3724 0 0 0.938 2 interp_poly 4672 3820 0 0 0.75 4632 3918 0 0 0.562 4672 3820 0 0 0.75 2 interp_poly 68 96 -40 911 4644 2813 3 MP PP 4644 2813 0.562 1 0.5 4604 3724 0 0 0.938 4644 2813 0.562 1 0.5 2 interp_poly 4604 3724 0 0 0.938 4672 3820 0 0 0.75 4604 3724 0 0 0.938 2 interp_poly -40 1079 68 -72 4644 2813 3 MP PP 4644 2813 0.562 1 0.5 4712 2741 0.625 1 0.438 4644 2813 0.562 1 0.5 2 interp_poly 4712 2741 0.625 1 0.438 4672 3820 0 0 0.75 4712 2741 0.625 1 0.438 2 interp_poly -40 -1051 68 -60 4616 3924 3 MP PP 4616 3924 0 0 0.75 4684 3864 0 0 0.812 4616 3924 0 0 0.75 2 interp_poly 4684 3864 0 0 0.812 4644 2813 0.562 1 0.5 4684 3864 0 0 0.812 2 interp_poly 68 -60 -40 64 4656 3860 3 MP PP 4656 3860 0 0 0.875 4616 3924 0 0 0.75 4656 3860 0 0 0.875 2 interp_poly 4616 3924 0 0 0.75 4684 3864 0 0 0.812 4616 3924 0 0 0.75 2 interp_poly -40 -18 68 22 4656 3860 3 MP PP 4656 3860 0 0 0.875 4724 3882 0 0 0.812 4656 3860 0 0 0.875 2 interp_poly 4724 3882 0 0 0.812 4684 3864 0 0 0.812 4724 3882 0 0 0.812 2 interp_poly 68 -72 -40 -1051 4684 3864 3 MP PP 4684 3864 0 0 0.812 4644 2813 0.562 1 0.5 4684 3864 0 0 0.812 2 interp_poly 4644 2813 0.562 1 0.5 4712 2741 0.625 1 0.438 4644 2813 0.562 1 0.5 2 interp_poly 68 22 -40 414 4696 3446 3 MP PP 4696 3446 0 0.625 1 4656 3860 0 0 0.875 4696 3446 0 0.625 1 2 interp_poly 4656 3860 0 0 0.875 4724 3882 0 0 0.812 4656 3860 0 0 0.875 2 interp_poly 68 58 -40 -133 4748 3972 3 MP PP 4748 3972 0 0 0.875 4708 3839 0 0.0625 1 4748 3972 0 0 0.875 2 interp_poly 4708 3839 0 0.0625 1 4776 3897 0 0 0.938 4708 3839 0 0.0625 1 2 interp_poly -40 -1053 68 58 4708 3839 3 MP PP 4708 3839 0 0.0625 1 4776 3897 0 0 0.938 4708 3839 0 0.0625 1 2 interp_poly 4776 3897 0 0 0.938 4736 2844 0.688 1 0.375 4776 3897 0 0 0.938 2 interp_poly -40 -119 68 41 4692 4137 3 MP PP 4692 4137 0 0 0.688 4760 4178 0 0 0.625 4692 4137 0 0 0.688 2 interp_poly 4760 4178 0 0 0.625 4720 4059 0 0 0.812 4760 4178 0 0 0.625 2 interp_poly 68 -58 -40 -29 4720 4059 3 MP PP 4720 4059 0 0 0.812 4680 4030 0 0 0.812 4720 4059 0 0 0.812 2 interp_poly 4680 4030 0 0 0.812 4748 3972 0 0 0.875 4680 4030 0 0 0.812 2 interp_poly -40 -133 68 -58 4680 4030 3 MP PP 4680 4030 0 0 0.812 4748 3972 0 0 0.875 4680 4030 0 0 0.812 2 interp_poly 4748 3972 0 0 0.875 4708 3839 0 0.0625 1 4748 3972 0 0 0.875 2 interp_poly -40 602 68 314 4668 2530 3 MP PP 4668 2530 1 0.812 0 4736 2844 0.688 1 0.375 4668 2530 1 0.812 0 2 interp_poly 4736 2844 0.688 1 0.375 4696 3446 0 0.625 1 4736 2844 0.688 1 0.375 2 interp_poly 68 314 -40 -1309 4708 3839 3 MP PP 4708 3839 0 0.0625 1 4668 2530 1 0.812 0 4708 3839 0 0.0625 1 2 interp_poly 4668 2530 1 0.812 0 4736 2844 0.688 1 0.375 4668 2530 1 0.812 0 2 interp_poly -40 -234 68 114 4444 3709 3 MP PP 4444 3709 0 0 0.812 4512 3823 0 0 0.625 4444 3709 0 0 0.812 2 interp_poly 4512 3823 0 0 0.625 4472 3589 0 0 0.938 4512 3823 0 0 0.625 2 interp_poly -40 13 68 -185 4404 3774 3 MP PP 4404 3774 0 0 0.688 4472 3589 0 0 0.938 4404 3774 0 0 0.688 2 interp_poly 4472 3589 0 0 0.938 4432 3602 0 0 0.875 4472 3589 0 0 0.938 2 interp_poly 68 -185 -40 65 4444 3709 3 MP PP 4444 3709 0 0 0.812 4404 3774 0 0 0.688 4444 3709 0 0 0.812 2 interp_poly 4404 3774 0 0 0.688 4472 3589 0 0 0.938 4404 3774 0 0 0.688 2 interp_poly 68 114 -40 501 4484 3208 3 MP PP 4484 3208 0 0.688 1 4444 3709 0 0 0.812 4484 3208 0 0.688 1 2 interp_poly 4444 3709 0 0 0.812 4512 3823 0 0 0.625 4444 3709 0 0 0.812 2 interp_poly -40 655 68 -40 4484 3208 3 MP PP 4484 3208 0 0.688 1 4552 3168 0 0.75 1 4484 3208 0 0.688 1 2 interp_poly 4552 3168 0 0.75 1 4512 3823 0 0 0.625 4552 3168 0 0.75 1 2 interp_poly 68 -40 -40 269 4524 2939 3 MP PP 4524 2939 0.188 1 0.875 4484 3208 0 0.688 1 4524 2939 0.188 1 0.875 2 interp_poly 4484 3208 0 0.688 1 4552 3168 0 0.75 1 4484 3208 0 0.688 1 2 interp_poly -40 -968 68 -32 4496 3939 3 MP PP 4496 3939 0 0 0.562 4564 3907 0 0 0.625 4496 3939 0 0 0.562 2 interp_poly 4564 3907 0 0 0.625 4524 2939 0.188 1 0.875 4564 3907 0 0 0.625 2 interp_poly 68 -32 -40 134 4536 3805 3 MP PP 4536 3805 0 0 0.812 4496 3939 0 0 0.562 4536 3805 0 0 0.812 2 interp_poly 4496 3939 0 0 0.562 4564 3907 0 0 0.625 4496 3939 0 0 0.562 2 interp_poly 68 -72 -40 37 4592 3131 3 MP PP 4592 3131 0 0.875 1 4552 3168 0 0.75 1 4592 3131 0 0.875 1 2 interp_poly 4552 3168 0 0.75 1 4620 3096 0 0.875 1 4552 3168 0 0.75 1 2 interp_poly -40 37 68 192 4524 2939 3 MP PP 4524 2939 0.188 1 0.875 4592 3131 0 0.875 1 4524 2939 0.188 1 0.875 2 interp_poly 4592 3131 0 0.875 1 4552 3168 0 0.75 1 4592 3131 0 0.875 1 2 interp_poly 68 192 -40 -968 4564 3907 3 MP PP 4564 3907 0 0 0.625 4524 2939 0.188 1 0.875 4564 3907 0 0 0.625 2 interp_poly 4524 2939 0.188 1 0.875 4592 3131 0 0.875 1 4524 2939 0.188 1 0.875 2 interp_poly -40 183 68 -81 4536 3805 3 MP PP 4536 3805 0 0 0.812 4604 3724 0 0 0.938 4536 3805 0 0 0.812 2 interp_poly 4604 3724 0 0 0.938 4564 3907 0 0 0.625 4604 3724 0 0 0.938 2 interp_poly 68 -81 -40 484 4576 3321 3 MP PP 4576 3321 0 0.688 1 4536 3805 0 0 0.812 4576 3321 0 0.688 1 2 interp_poly 4536 3805 0 0 0.812 4604 3724 0 0 0.938 4536 3805 0 0 0.812 2 interp_poly -40 -603 68 -38 4548 3962 3 MP PP 4548 3962 0 0 0.688 4616 3924 0 0 0.75 4548 3962 0 0 0.688 2 interp_poly 4616 3924 0 0 0.75 4576 3321 0 0.688 1 4616 3924 0 0 0.75 2 interp_poly 68 -38 -40 19 4588 3943 3 MP PP 4588 3943 0 0 0.75 4548 3962 0 0 0.688 4588 3943 0 0 0.75 2 interp_poly 4548 3962 0 0 0.688 4616 3924 0 0 0.75 4548 3962 0 0 0.688 2 interp_poly -40 911 68 -508 4576 3321 3 MP PP 4576 3321 0 0.688 1 4644 2813 0.562 1 0.5 4576 3321 0 0.688 1 2 interp_poly 4644 2813 0.562 1 0.5 4604 3724 0 0 0.938 4644 2813 0.562 1 0.5 2 interp_poly 68 -508 -40 -603 4616 3924 3 MP PP 4616 3924 0 0 0.75 4576 3321 0 0.688 1 4616 3924 0 0 0.75 2 interp_poly 4576 3321 0 0.688 1 4644 2813 0.562 1 0.5 4576 3321 0 0.688 1 2 interp_poly -40 64 68 -83 4588 3943 3 MP PP 4588 3943 0 0 0.75 4656 3860 0 0 0.875 4588 3943 0 0 0.75 2 interp_poly 4656 3860 0 0 0.875 4616 3924 0 0 0.75 4656 3860 0 0 0.875 2 interp_poly 68 -83 -40 650 4628 3293 3 MP PP 4628 3293 0 0.875 1 4588 3943 0 0 0.75 4628 3293 0 0.875 1 2 interp_poly 4588 3943 0 0 0.75 4656 3860 0 0 0.875 4588 3943 0 0 0.75 2 interp_poly -40 414 68 153 4628 3293 3 MP PP 4628 3293 0 0.875 1 4696 3446 0 0.625 1 4628 3293 0 0.875 1 2 interp_poly 4696 3446 0 0.625 1 4656 3860 0 0 0.875 4696 3446 0 0.625 1 2 interp_poly -40 -447 68 52 4612 3978 3 MP PP 4612 3978 0 0 0.875 4680 4030 0 0 0.812 4612 3978 0 0 0.875 2 interp_poly 4680 4030 0 0 0.812 4640 3583 0 0.5 1 4680 4030 0 0 0.812 2 interp_poly 68 52 -40 71 4652 3907 3 MP PP 4652 3907 0 0.0625 1 4612 3978 0 0 0.875 4652 3907 0 0.0625 1 2 interp_poly 4612 3978 0 0 0.875 4680 4030 0 0 0.812 4612 3978 0 0 0.875 2 interp_poly 68 256 -40 -447 4680 4030 3 MP PP 4680 4030 0 0 0.812 4640 3583 0 0.5 1 4680 4030 0 0 0.812 2 interp_poly 4640 3583 0 0.5 1 4708 3839 0 0.0625 1 4640 3583 0 0.5 1 2 interp_poly -40 -29 68 152 4652 3907 3 MP PP 4652 3907 0 0.0625 1 4720 4059 0 0 0.812 4652 3907 0 0.0625 1 2 interp_poly 4720 4059 0 0 0.812 4680 4030 0 0 0.812 4720 4059 0 0 0.812 2 interp_poly 68 152 -40 -230 4692 4137 3 MP PP 4692 4137 0 0 0.688 4652 3907 0 0.0625 1 4692 4137 0 0 0.688 2 interp_poly 4652 3907 0 0.0625 1 4720 4059 0 0 0.812 4652 3907 0 0.0625 1 2 interp_poly 68 153 -40 763 4668 2530 3 MP PP 4668 2530 1 0.812 0 4628 3293 0 0.875 1 4668 2530 1 0.812 0 2 interp_poly 4628 3293 0 0.875 1 4696 3446 0 0.625 1 4628 3293 0 0.875 1 2 interp_poly -40 -1309 68 256 4640 3583 3 MP PP 4640 3583 0 0.5 1 4708 3839 0 0.0625 1 4640 3583 0 0.5 1 2 interp_poly 4708 3839 0 0.0625 1 4668 2530 1 0.812 0 4708 3839 0 0.0625 1 2 interp_poly -40 -230 68 -35 4624 4172 3 MP PP 4624 4172 0 0 0.688 4692 4137 0 0 0.688 4624 4172 0 0 0.688 2 interp_poly 4692 4137 0 0 0.688 4652 3907 0 0.0625 1 4692 4137 0 0 0.688 2 interp_poly -40 484 68 -279 4508 3600 3 MP PP 4508 3600 0 0.25 1 4576 3321 0 0.688 1 4508 3600 0 0.25 1 2 interp_poly 4576 3321 0 0.688 1 4536 3805 0 0 0.812 4576 3321 0 0.688 1 2 interp_poly 68 76 -40 -221 4352 3749 3 MP PP 4352 3749 0 0 0.562 4312 3528 0 0 0.875 4352 3749 0 0 0.562 2 interp_poly 4312 3528 0 0 0.875 4380 3604 0 0 0.75 4312 3528 0 0 0.875 2 interp_poly -40 85 68 -230 4352 3749 3 MP PP 4352 3749 0 0 0.562 4420 3519 0 0 0.938 4352 3749 0 0 0.562 2 interp_poly 4420 3519 0 0 0.938 4380 3604 0 0 0.75 4420 3519 0 0 0.938 2 interp_poly 68 -36 -40 62 4343 3440 3 MP PP 4343 3440 0 0 0.688 4303 3502 0 0 0.562 4343 3440 0 0 0.688 2 interp_poly 4303 3502 0 0 0.562 4371 3466 0 0 0.625 4303 3502 0 0 0.562 2 interp_poly 68 -559 -40 -403 4187 3102 3 MP PP 4187 3102 0 0 0.875 4147 2699 0 0.5 1 4187 3102 0 0 0.875 2 interp_poly 4147 2699 0 0.5 1 4215 2140 0.438 1 0.625 4147 2699 0 0.5 1 2 interp_poly -40 186 68 214 4159 2702 3 MP PP 4159 2702 0 0.562 1 4227 2916 0 0.188 1 4159 2702 0 0.562 1 2 interp_poly 4227 2916 0 0.188 1 4187 3102 0 0 0.875 4227 2916 0 0.188 1 2 interp_poly -40 -1196 68 698 4142 1205 3 MP PP 4142 1205 1 0.688 0 4210 1903 0.188 1 0.875 4142 1205 1 0.688 0 2 interp_poly 4210 1903 0.188 1 0.875 4170 707 0.875 0 0 4210 1903 0.188 1 0.875 2 interp_poly -40 -309 68 -559 4147 2699 3 MP PP 4147 2699 0 0.5 1 4215 2140 0.438 1 0.625 4147 2699 0 0.5 1 2 interp_poly 4215 2140 0.438 1 0.625 4175 1831 0.875 1 0.188 4215 2140 0.438 1 0.625 2 interp_poly 68 408 -40 -1196 4210 1903 3 MP PP 4210 1903 0.188 1 0.875 4170 707 0.875 0 0 4210 1903 0.188 1 0.875 2 interp_poly 4170 707 0.875 0 0 4238 1115 1 0.625 0 4170 707 0.875 0 0 2 interp_poly 68 294 -40 -309 4215 2140 3 MP PP 4215 2140 0.438 1 0.625 4175 1831 0.875 1 0.188 4215 2140 0.438 1 0.625 2 interp_poly 4175 1831 0.875 1 0.188 4243 2125 0.375 1 0.688 4175 1831 0.875 1 0.188 2 interp_poly -40 -324 68 -464 4210 1903 3 MP PP 4210 1903 0.188 1 0.875 4278 1439 0.938 1 0.125 4210 1903 0.188 1 0.875 2 interp_poly 4278 1439 0.938 1 0.125 4238 1115 1 0.625 0 4278 1439 0.938 1 0.125 2 interp_poly 68 214 -40 1526 4199 1176 3 MP PP 4199 1176 0.812 0 0 4159 2702 0 0.562 1 4199 1176 0.812 0 0 2 interp_poly 4159 2702 0 0.562 1 4227 2916 0 0.188 1 4159 2702 0 0.562 1 2 interp_poly 68 -5 -40 186 4227 2916 3 MP PP 4227 2916 0 0.188 1 4187 3102 0 0 0.875 4227 2916 0 0.188 1 2 interp_poly 4187 3102 0 0 0.875 4255 3097 0 0 0.812 4187 3102 0 0 0.875 2 interp_poly -40 -603 68 -46 4183 3448 3 MP PP 4183 3448 0 0 0.562 4251 3402 0 0 0.562 4183 3448 0 0 0.562 2 interp_poly 4251 3402 0 0 0.562 4211 2799 0 0.562 1 4251 3402 0 0 0.562 2 interp_poly 68 -613 -40 -745 3979 2916 3 MP PP 3979 2916 0 0 0.562 3939 2171 0 0.812 1 3979 2916 0 0 0.562 2 interp_poly 3939 2171 0 0.812 1 4007 1558 0.812 1 0.25 3939 2171 0 0.812 1 2 interp_poly -40 -66 68 -21 3859 2459 3 MP PP 3859 2459 0 0.25 1 3927 2438 0 0.25 1 3859 2459 0 0.25 1 2 interp_poly 3927 2438 0 0.25 1 3887 2372 0 0.312 1 3927 2438 0 0.25 1 2 interp_poly 68 80 -40 -167 3859 2459 3 MP PP 3859 2459 0 0.25 1 3819 2292 0 0.5 1 3859 2459 0 0.25 1 2 interp_poly 3819 2292 0 0.5 1 3887 2372 0 0.312 1 3819 2292 0 0.5 1 2 interp_poly 68 -21 -40 1149 3899 1310 3 MP PP 3899 1310 1 0.812 0 3859 2459 0 0.25 1 3899 1310 1 0.812 0 2 interp_poly 3859 2459 0 0.25 1 3927 2438 0 0.25 1 3859 2459 0 0.25 1 2 interp_poly -40 1033 68 95 3899 1310 3 MP PP 3899 1310 1 0.812 0 3967 1405 1 1 0 3899 1310 1 0.812 0 2 interp_poly 3967 1405 1 1 0 3927 2438 0 0.25 1 3967 1405 1 1 0 2 interp_poly -40 -745 68 146 3911 2770 3 MP PP 3911 2770 0 0 0.875 3979 2916 0 0 0.562 3911 2770 0 0 0.875 2 interp_poly 3979 2916 0 0 0.562 3939 2171 0 0.812 1 3979 2916 0 0 0.562 2 interp_poly -40 681 68 -575 3951 2810 3 MP PP 3951 2810 0 0 0.812 4019 2235 0 0.75 1 3951 2810 0 0 0.812 2 interp_poly 4019 2235 0 0.75 1 3979 2916 0 0 0.562 4019 2235 0 0.75 1 2 interp_poly 68 -575 -40 -105 3991 2915 3 MP PP 3991 2915 0 0 0.688 3951 2810 0 0 0.812 3991 2915 0 0 0.688 2 interp_poly 3951 2810 0 0 0.812 4019 2235 0 0.75 1 3951 2810 0 0 0.812 2 interp_poly -40 312 68 81 3963 2522 3 MP PP 3963 2522 0 0.438 1 4031 2603 0 0.25 1 3963 2522 0 0.438 1 2 interp_poly 4031 2603 0 0.25 1 3991 2915 0 0 0.688 4031 2603 0 0.25 1 2 interp_poly 68 -10 -40 312 4031 2603 3 MP PP 4031 2603 0 0.25 1 3991 2915 0 0 0.688 4031 2603 0 0.25 1 2 interp_poly 3991 2915 0 0 0.688 4059 2905 0 0 0.688 3991 2915 0 0 0.688 2 interp_poly -40 -134 68 47 4003 2690 3 MP PP 4003 2690 0 0.188 1 4071 2737 0 0.0625 1 4003 2690 0 0.188 1 2 interp_poly 4071 2737 0 0.0625 1 4031 2603 0 0.25 1 4071 2737 0 0.0625 1 2 interp_poly -40 608 68 -564 4043 2693 3 MP PP 4043 2693 0 0.188 1 4111 2129 0.125 1 0.938 4043 2693 0 0.188 1 2 interp_poly 4111 2129 0.125 1 0.938 4071 2737 0 0.0625 1 4111 2129 0.125 1 0.938 2 interp_poly 68 -564 -40 -61 4083 2754 3 MP PP 4083 2754 0 0.125 1 4043 2693 0 0.188 1 4083 2754 0 0.125 1 2 interp_poly 4043 2693 0 0.188 1 4111 2129 0.125 1 0.938 4043 2693 0 0.188 1 2 interp_poly 68 81 -40 -168 4003 2690 3 MP PP 4003 2690 0 0.188 1 3963 2522 0 0.438 1 4003 2690 0 0.188 1 2 interp_poly 3963 2522 0 0.438 1 4031 2603 0 0.25 1 3963 2522 0 0.438 1 2 interp_poly -40 -61 68 258 4015 2496 3 MP PP 4015 2496 0 0.625 1 4083 2754 0 0.125 1 4015 2496 0 0.625 1 2 interp_poly 4083 2754 0 0.125 1 4043 2693 0 0.188 1 4083 2754 0 0.125 1 2 interp_poly 68 258 -40 -139 4055 2635 3 MP PP 4055 2635 0 0.438 1 4015 2496 0 0.625 1 4055 2635 0 0.438 1 2 interp_poly 4015 2496 0 0.625 1 4083 2754 0 0.125 1 4015 2496 0 0.625 1 2 interp_poly 68 47 -40 -3 4043 2693 3 MP PP 4043 2693 0 0.188 1 4003 2690 0 0.188 1 4043 2693 0 0.188 1 2 interp_poly 4003 2690 0 0.188 1 4071 2737 0 0.0625 1 4003 2690 0 0.188 1 2 interp_poly -40 -460 68 152 4027 2943 3 MP PP 4027 2943 0 0 0.938 4095 3095 0 0 0.688 4027 2943 0 0 0.938 2 interp_poly 4095 3095 0 0 0.688 4055 2635 0 0.438 1 4095 3095 0 0 0.688 2 interp_poly -40 63 68 56 4055 2635 3 MP PP 4055 2635 0 0.438 1 4123 2691 0 0.312 1 4055 2635 0 0.438 1 2 interp_poly 4123 2691 0 0.312 1 4083 2754 0 0.125 1 4123 2691 0 0.312 1 2 interp_poly 68 56 -40 -460 4095 3095 3 MP PP 4095 3095 0 0 0.688 4055 2635 0 0.438 1 4095 3095 0 0 0.688 2 interp_poly 4055 2635 0 0.438 1 4123 2691 0 0.312 1 4055 2635 0 0.438 1 2 interp_poly 68 112 -40 1049 4107 1909 3 MP PP 4107 1909 0.812 1 0.25 4067 2958 0 0 0.938 4107 1909 0.812 1 0.25 2 interp_poly 4067 2958 0 0 0.938 4135 3070 0 0 0.75 4067 2958 0 0 0.938 2 interp_poly -40 -415 68 48 3843 2722 3 MP PP 3843 2722 0 0 0.938 3911 2770 0 0 0.875 3843 2722 0 0 0.938 2 interp_poly 3911 2770 0 0 0.875 3871 2355 0 0.5 1 3911 2770 0 0 0.875 2 interp_poly 68 48 -40 -10 3883 2732 3 MP PP 3883 2732 0 0 1 3843 2722 0 0 0.938 3883 2732 0 0 1 2 interp_poly 3843 2722 0 0 0.938 3911 2770 0 0 0.875 3843 2722 0 0 0.938 2 interp_poly 68 -184 -40 -415 3911 2770 3 MP PP 3911 2770 0 0 0.875 3871 2355 0 0.5 1 3911 2770 0 0 0.875 2 interp_poly 3871 2355 0 0.5 1 3939 2171 0 0.812 1 3871 2355 0 0.5 1 2 interp_poly -40 -40 68 78 3883 2732 3 MP PP 3883 2732 0 0 1 3951 2810 0 0 0.812 3883 2732 0 0 1 2 interp_poly 3951 2810 0 0 0.812 3911 2770 0 0 0.875 3951 2810 0 0 0.812 2 interp_poly 68 146 -40 -40 3951 2810 3 MP PP 3951 2810 0 0 0.812 3911 2770 0 0 0.875 3951 2810 0 0 0.812 2 interp_poly 3911 2770 0 0 0.875 3979 2916 0 0 0.562 3911 2770 0 0 0.875 2 interp_poly 68 78 -40 -206 3923 2938 3 MP PP 3923 2938 0 0 0.688 3883 2732 0 0 1 3923 2938 0 0 0.688 2 interp_poly 3883 2732 0 0 1 3951 2810 0 0 0.812 3883 2732 0 0 1 2 interp_poly -40 416 68 -70 3895 2592 3 MP PP 3895 2592 0 0.312 1 3963 2522 0 0.438 1 3895 2592 0 0.312 1 2 interp_poly 3963 2522 0 0.438 1 3923 2938 0 0 0.688 3963 2522 0 0.438 1 2 interp_poly 68 -70 -40 65 3935 2527 3 MP PP 3935 2527 0 0.5 1 3895 2592 0 0.312 1 3935 2527 0 0.5 1 2 interp_poly 3895 2592 0 0.312 1 3963 2522 0 0.438 1 3895 2592 0 0.312 1 2 interp_poly -40 -105 68 -23 3923 2938 3 MP PP 3923 2938 0 0 0.688 3991 2915 0 0 0.688 3923 2938 0 0 0.688 2 interp_poly 3991 2915 0 0 0.688 3951 2810 0 0 0.812 3991 2915 0 0 0.688 2 interp_poly 68 -23 -40 416 3963 2522 3 MP PP 3963 2522 0 0.438 1 3923 2938 0 0 0.688 3963 2522 0 0.438 1 2 interp_poly 3923 2938 0 0 0.688 3991 2915 0 0 0.688 3923 2938 0 0 0.688 2 interp_poly -40 -168 68 163 3935 2527 3 MP PP 3935 2527 0 0.5 1 4003 2690 0 0.188 1 3935 2527 0 0.5 1 2 interp_poly 4003 2690 0 0.188 1 3963 2522 0 0.438 1 4003 2690 0 0.188 1 2 interp_poly 68 163 -40 132 3975 2395 3 MP PP 3975 2395 0 0.75 1 3935 2527 0 0.5 1 3975 2395 0 0.75 1 2 interp_poly 3935 2527 0 0.5 1 4003 2690 0 0.188 1 3935 2527 0 0.5 1 2 interp_poly -40 -3 68 298 3975 2395 3 MP PP 3975 2395 0 0.75 1 4043 2693 0 0.188 1 3975 2395 0 0.75 1 2 interp_poly 4043 2693 0 0.188 1 4003 2690 0 0.188 1 4043 2693 0 0.188 1 2 interp_poly 68 298 -40 -101 4015 2496 3 MP PP 4015 2496 0 0.625 1 3975 2395 0 0.75 1 4015 2496 0 0.625 1 2 interp_poly 3975 2395 0 0.75 1 4043 2693 0 0.188 1 3975 2395 0 0.75 1 2 interp_poly -40 -139 68 40 3987 2595 3 MP PP 3987 2595 0 0.5 1 4055 2635 0 0.438 1 3987 2595 0 0.5 1 2 interp_poly 4055 2635 0 0.438 1 4015 2496 0 0.625 1 4055 2635 0 0.438 1 2 interp_poly 68 40 -40 -348 4027 2943 3 MP PP 4027 2943 0 0 0.938 3987 2595 0 0.5 1 4027 2943 0 0 0.938 2 interp_poly 3987 2595 0 0.5 1 4055 2635 0 0.438 1 3987 2595 0 0.5 1 2 interp_poly -40 1049 68 -374 4039 2283 3 MP PP 4039 2283 0.188 1 0.875 4107 1909 0.812 1 0.25 4039 2283 0.188 1 0.875 2 interp_poly 4107 1909 0.812 1 0.25 4067 2958 0 0 0.938 4107 1909 0.812 1 0.25 2 interp_poly -40 1239 68 -78 4107 1909 3 MP PP 4107 1909 0.812 1 0.25 4175 1831 0.875 1 0.188 4107 1909 0.812 1 0.25 2 interp_poly 4175 1831 0.875 1 0.188 4135 3070 0 0 0.75 4175 1831 0.875 1 0.188 2 interp_poly -40 -790 68 116 4079 2583 3 MP PP 4079 2583 0 0.688 1 4147 2699 0 0.5 1 4079 2583 0 0.688 1 2 interp_poly 4147 2699 0 0.5 1 4107 1909 0.812 1 0.25 4147 2699 0 0.5 1 2 interp_poly 68 -78 -40 -790 4147 2699 3 MP PP 4147 2699 0 0.5 1 4107 1909 0.812 1 0.25 4147 2699 0 0.5 1 2 interp_poly 4107 1909 0.812 1 0.25 4175 1831 0.875 1 0.188 4107 1909 0.812 1 0.25 2 interp_poly 68 202 -40 779 4131 1721 3 MP PP 4131 1721 1 0.75 0 4091 2500 0 0.938 1 4131 1721 1 0.75 0 2 interp_poly 4091 2500 0 0.938 1 4159 2702 0 0.562 1 4091 2500 0 0.938 1 2 interp_poly -40 1526 68 -545 4131 1721 3 MP PP 4131 1721 1 0.75 0 4199 1176 0.812 0 0 4131 1721 1 0.75 0 2 interp_poly 4199 1176 0.812 0 0 4159 2702 0 0.562 1 4199 1176 0.812 0 0 2 interp_poly -40 -965 68 216 4103 2470 3 MP PP 4103 2470 0.125 1 0.938 4171 2686 0 0.75 1 4103 2470 0.125 1 0.938 2 interp_poly 4171 2686 0 0.75 1 4131 1721 1 0.75 0 4171 2686 0 0.75 1 2 interp_poly 68 -545 -40 -965 4171 2686 3 MP PP 4171 2686 0 0.75 1 4131 1721 1 0.75 0 4171 2686 0 0.75 1 2 interp_poly 4131 1721 1 0.75 0 4199 1176 0.812 0 0 4131 1721 1 0.75 0 2 interp_poly -40 1211 68 529 4199 1176 3 MP PP 4199 1176 0.812 0 0 4267 1705 1 0.75 0 4199 1176 0.812 0 0 2 interp_poly 4267 1705 1 0.75 0 4227 2916 0 0.188 1 4267 1705 1 0.75 0 2 interp_poly -40 -1684 68 174 4171 2686 3 MP PP 4171 2686 0 0.75 1 4239 2860 0 0.375 1 4171 2686 0 0.75 1 2 interp_poly 4239 2860 0 0.375 1 4199 1176 0.812 0 0 4239 2860 0 0.375 1 2 interp_poly 68 174 -40 -113 4211 2799 3 MP PP 4211 2799 0 0.562 1 4171 2686 0 0.75 1 4211 2799 0 0.562 1 2 interp_poly 4171 2686 0 0.75 1 4239 2860 0 0.375 1 4171 2686 0 0.75 1 2 interp_poly -40 -113 68 301 4143 2498 3 MP PP 4143 2498 0.125 1 0.938 4211 2799 0 0.562 1 4143 2498 0.125 1 0.938 2 interp_poly 4211 2799 0 0.562 1 4171 2686 0 0.75 1 4211 2799 0 0.562 1 2 interp_poly -40 25 68 112 4067 2958 3 MP PP 4067 2958 0 0 0.938 4135 3070 0 0 0.75 4067 2958 0 0 0.938 2 interp_poly 4135 3070 0 0 0.75 4095 3095 0 0 0.688 4135 3070 0 0 0.75 2 interp_poly 68 56 -40 25 4135 3070 3 MP PP 4135 3070 0 0 0.75 4095 3095 0 0 0.688 4135 3070 0 0 0.75 2 interp_poly 4095 3095 0 0 0.688 4163 3151 0 0 0.562 4095 3095 0 0 0.688 2 interp_poly 68 116 -40 -521 4119 3104 3 MP PP 4119 3104 0 0 0.875 4079 2583 0 0.688 1 4119 3104 0 0 0.875 2 interp_poly 4079 2583 0 0.688 1 4147 2699 0 0.5 1 4079 2583 0 0.688 1 2 interp_poly -40 -403 68 -2 4119 3104 3 MP PP 4119 3104 0 0 0.875 4187 3102 0 0 0.875 4119 3104 0 0 0.875 2 interp_poly 4187 3102 0 0 0.875 4147 2699 0 0.5 1 4187 3102 0 0 0.875 2 interp_poly -40 402 68 202 4091 2500 3 MP PP 4091 2500 0 0.938 1 4159 2702 0 0.562 1 4091 2500 0 0.938 1 2 interp_poly 4159 2702 0 0.562 1 4119 3104 0 0 0.875 4159 2702 0 0.562 1 2 interp_poly 68 216 -40 -28 4143 2498 3 MP PP 4143 2498 0.125 1 0.938 4103 2470 0.125 1 0.938 4143 2498 0.125 1 0.938 2 interp_poly 4103 2470 0.125 1 0.938 4171 2686 0 0.75 1 4103 2470 0.125 1 0.938 2 interp_poly 68 -2 -40 402 4159 2702 3 MP PP 4159 2702 0 0.562 1 4119 3104 0 0 0.875 4159 2702 0 0.562 1 2 interp_poly 4119 3104 0 0 0.875 4187 3102 0 0 0.875 4119 3104 0 0 0.875 2 interp_poly 68 301 -40 -950 4183 3448 3 MP PP 4183 3448 0 0 0.562 4143 2498 0.125 1 0.938 4183 3448 0 0 0.562 2 interp_poly 4143 2498 0.125 1 0.938 4211 2799 0 0.562 1 4143 2498 0.125 1 0.938 2 interp_poly 68 529 -40 -1684 4239 2860 3 MP PP 4239 2860 0 0.375 1 4199 1176 0.812 0 0 4239 2860 0 0.375 1 2 interp_poly 4199 1176 0.812 0 0 4267 1705 1 0.75 0 4199 1176 0.812 0 0 2 interp_poly -40 409 68 -348 4211 2799 3 MP PP 4211 2799 0 0.562 1 4279 2451 0.125 1 0.938 4211 2799 0 0.562 1 2 interp_poly 4279 2451 0.125 1 0.938 4239 2860 0 0.375 1 4279 2451 0.125 1 0.938 2 interp_poly 68 -348 -40 -603 4251 3402 3 MP PP 4251 3402 0 0 0.562 4211 2799 0 0.562 1 4251 3402 0 0 0.562 2 interp_poly 4211 2799 0 0.562 1 4279 2451 0.125 1 0.938 4211 2799 0 0.562 1 2 interp_poly 68 -46 -40 945 4223 2503 3 MP PP 4223 2503 0.188 1 0.875 4183 3448 0 0 0.562 4223 2503 0.188 1 0.875 2 interp_poly 4183 3448 0 0 0.562 4251 3402 0 0 0.562 4183 3448 0 0 0.562 2 interp_poly -40 1325 68 -426 4223 2503 3 MP PP 4223 2503 0.188 1 0.875 4291 2077 0.875 1 0.188 4223 2503 0.188 1 0.875 2 interp_poly 4291 2077 0.875 1 0.188 4251 3402 0 0 0.562 4291 2077 0.875 1 0.188 2 interp_poly -40 -288 68 -4 4235 3506 3 MP PP 4235 3506 0 0 0.562 4303 3502 0 0 0.562 4235 3506 0 0 0.562 2 interp_poly 4303 3502 0 0 0.562 4263 3214 0 0 1 4303 3502 0 0 0.562 2 interp_poly 68 77 -40 -288 4303 3502 3 MP PP 4303 3502 0 0 0.562 4263 3214 0 0 1 4303 3502 0 0 0.562 2 interp_poly 4263 3214 0 0 1 4331 3291 0 0 0.875 4263 3214 0 0 1 2 interp_poly -40 62 68 34 4275 3406 3 MP PP 4275 3406 0 0 0.812 4343 3440 0 0 0.688 4275 3406 0 0 0.812 2 interp_poly 4343 3440 0 0 0.688 4303 3502 0 0 0.562 4343 3440 0 0 0.688 2 interp_poly 68 34 -40 374 4315 3032 3 MP PP 4315 3032 0 0.5 1 4275 3406 0 0 0.812 4315 3032 0 0.5 1 2 interp_poly 4275 3406 0 0 0.812 4343 3440 0 0 0.688 4275 3406 0 0 0.812 2 interp_poly -40 -361 68 76 4312 3528 3 MP PP 4312 3528 0 0 0.875 4380 3604 0 0 0.75 4312 3528 0 0 0.875 2 interp_poly 4380 3604 0 0 0.75 4340 3243 0 0.312 1 4380 3604 0 0 0.75 2 interp_poly -40 -402 68 132 4340 3243 3 MP PP 4340 3243 0 0.312 1 4408 3375 0 0.0625 1 4340 3243 0 0.312 1 2 interp_poly 4408 3375 0 0.0625 1 4368 2973 0 0.688 1 4408 3375 0 0.0625 1 2 interp_poly 68 132 -40 -361 4380 3604 3 MP PP 4380 3604 0 0 0.75 4340 3243 0 0.312 1 4380 3604 0 0 0.75 2 interp_poly 4340 3243 0 0.312 1 4408 3375 0 0.0625 1 4340 3243 0 0.312 1 2 interp_poly -40 -51 68 82 4355 2954 3 MP PP 4355 2954 0 0.625 1 4423 3036 0 0.5 1 4355 2954 0 0.625 1 2 interp_poly 4423 3036 0 0.5 1 4383 2985 0 0.5 1 4423 3036 0 0.5 1 2 interp_poly 68 -230 -40 1184 4392 2565 3 MP PP 4392 2565 0.625 1 0.438 4352 3749 0 0 0.562 4392 2565 0.625 1 0.438 2 interp_poly 4352 3749 0 0 0.562 4420 3519 0 0 0.938 4352 3749 0 0 0.562 2 interp_poly 68 -69 -40 -103 4404 3774 3 MP PP 4404 3774 0 0 0.688 4364 3671 0 0 0.812 4404 3774 0 0 0.688 2 interp_poly 4364 3671 0 0 0.812 4432 3602 0 0 0.875 4364 3671 0 0 0.812 2 interp_poly -40 65 68 31 4376 3678 3 MP PP 4376 3678 0 0 0.875 4444 3709 0 0 0.812 4376 3678 0 0 0.875 2 interp_poly 4444 3709 0 0 0.812 4404 3774 0 0 0.688 4444 3709 0 0 0.812 2 interp_poly -40 1247 68 -293 4392 2565 3 MP PP 4392 2565 0.625 1 0.438 4460 2272 1 0.938 0 4392 2565 0.625 1 0.438 2 interp_poly 4460 2272 1 0.938 0 4420 3519 0 0 0.938 4460 2272 1 0.938 0 2 interp_poly -40 -1037 68 -69 4364 3671 3 MP PP 4364 3671 0 0 0.812 4432 3602 0 0 0.875 4364 3671 0 0 0.812 2 interp_poly 4432 3602 0 0 0.875 4392 2565 0.625 1 0.438 4432 3602 0 0 0.875 2 interp_poly 68 31 -40 83 4416 3595 3 MP PP 4416 3595 0 0.0625 1 4376 3678 0 0 0.875 4416 3595 0 0.0625 1 2 interp_poly 4376 3678 0 0 0.875 4444 3709 0 0 0.812 4376 3678 0 0 0.875 2 interp_poly 68 -293 -40 -1037 4432 3602 3 MP PP 4432 3602 0 0 0.875 4392 2565 0.625 1 0.438 4432 3602 0 0 0.875 2 interp_poly 4392 2565 0.625 1 0.438 4460 2272 1 0.938 0 4392 2565 0.625 1 0.438 2 interp_poly -40 501 68 -387 4416 3595 3 MP PP 4416 3595 0 0.0625 1 4484 3208 0 0.688 1 4416 3595 0 0.0625 1 2 interp_poly 4484 3208 0 0.688 1 4444 3709 0 0 0.812 4484 3208 0 0.688 1 2 interp_poly 68 -387 -40 922 4456 2673 3 MP PP 4456 2673 0.688 1 0.375 4416 3595 0 0.0625 1 4456 2673 0.688 1 0.375 2 interp_poly 4416 3595 0 0.0625 1 4484 3208 0 0.688 1 4416 3595 0 0.0625 1 2 interp_poly -40 -1266 68 33 4428 3906 3 MP PP 4428 3906 0 0 0.625 4496 3939 0 0 0.562 4428 3906 0 0 0.625 2 interp_poly 4496 3939 0 0 0.562 4456 2673 0.688 1 0.375 4496 3939 0 0 0.562 2 interp_poly -40 269 68 266 4456 2673 3 MP PP 4456 2673 0.688 1 0.375 4524 2939 0.188 1 0.875 4456 2673 0.688 1 0.375 2 interp_poly 4524 2939 0.188 1 0.875 4484 3208 0 0.688 1 4524 2939 0.188 1 0.875 2 interp_poly 68 266 -40 -1266 4496 3939 3 MP PP 4496 3939 0 0 0.562 4456 2673 0.688 1 0.375 4496 3939 0 0 0.562 2 interp_poly 4456 2673 0.688 1 0.375 4524 2939 0.188 1 0.875 4456 2673 0.688 1 0.375 2 interp_poly -40 134 68 16 4468 3789 3 MP PP 4468 3789 0 0 0.875 4536 3805 0 0 0.812 4468 3789 0 0 0.875 2 interp_poly 4536 3805 0 0 0.812 4496 3939 0 0 0.562 4536 3805 0 0 0.812 2 interp_poly 68 16 -40 189 4508 3600 3 MP PP 4508 3600 0 0.25 1 4468 3789 0 0 0.875 4508 3600 0 0.25 1 2 interp_poly 4468 3789 0 0 0.875 4536 3805 0 0 0.812 4468 3789 0 0 0.875 2 interp_poly 68 -279 -40 -362 4548 3962 3 MP PP 4548 3962 0 0 0.688 4508 3600 0 0.25 1 4548 3962 0 0 0.688 2 interp_poly 4508 3600 0 0.25 1 4576 3321 0 0.688 1 4508 3600 0 0.25 1 2 interp_poly -40 650 68 373 4560 2920 3 MP PP 4560 2920 0.562 1 0.5 4628 3293 0 0.875 1 4560 2920 0.562 1 0.5 2 interp_poly 4628 3293 0 0.875 1 4588 3943 0 0 0.75 4628 3293 0 0.875 1 2 interp_poly 68 373 -40 84 4600 2836 3 MP PP 4600 2836 0.75 1 0.312 4560 2920 0.562 1 0.5 4600 2836 0.75 1 0.312 2 interp_poly 4560 2920 0.562 1 0.5 4628 3293 0 0.875 1 4560 2920 0.562 1 0.5 2 interp_poly -40 763 68 -306 4600 2836 3 MP PP 4600 2836 0.75 1 0.312 4668 2530 1 0.812 0 4600 2836 0.75 1 0.312 2 interp_poly 4668 2530 1 0.812 0 4628 3293 0 0.875 1 4668 2530 1 0.812 0 2 interp_poly 68 -306 -40 -747 4640 3583 3 MP PP 4640 3583 0 0.5 1 4600 2836 0.75 1 0.312 4640 3583 0 0.5 1 2 interp_poly 4600 2836 0.75 1 0.312 4668 2530 1 0.812 0 4600 2836 0.75 1 0.312 2 interp_poly 68 33 -40 117 4468 3789 3 MP PP 4468 3789 0 0 0.875 4428 3906 0 0 0.625 4468 3789 0 0 0.875 2 interp_poly 4428 3906 0 0 0.625 4496 3939 0 0 0.562 4428 3906 0 0 0.625 2 interp_poly -40 -362 68 -90 4480 4052 3 MP PP 4480 4052 0 0 0.562 4548 3962 0 0 0.688 4480 4052 0 0 0.562 2 interp_poly 4548 3962 0 0 0.688 4508 3600 0 0.25 1 4548 3962 0 0 0.688 2 interp_poly -40 19 68 137 4520 3806 3 MP PP 4520 3806 0 0 1 4588 3943 0 0 0.75 4520 3806 0 0 1 2 interp_poly 4588 3943 0 0 0.75 4548 3962 0 0 0.688 4588 3943 0 0 0.75 2 interp_poly 68 137 -40 886 4560 2920 3 MP PP 4560 2920 0.562 1 0.5 4520 3806 0 0 1 4560 2920 0.562 1 0.5 2 interp_poly 4520 3806 0 0 1 4588 3943 0 0 0.75 4520 3806 0 0 1 2 interp_poly -40 -365 68 94 4544 3884 3 MP PP 4544 3884 0 0.0625 1 4612 3978 0 0 0.875 4544 3884 0 0.0625 1 2 interp_poly 4612 3978 0 0 0.875 4572 3613 0 0.5 1 4612 3978 0 0 0.875 2 interp_poly -40 -747 68 -30 4572 3613 3 MP PP 4572 3613 0 0.5 1 4640 3583 0 0.5 1 4572 3613 0 0.5 1 2 interp_poly 4640 3583 0 0.5 1 4600 2836 0.75 1 0.312 4640 3583 0 0.5 1 2 interp_poly 68 -30 -40 -365 4612 3978 3 MP PP 4612 3978 0 0 0.875 4572 3613 0 0.5 1 4612 3978 0 0 0.875 2 interp_poly 4572 3613 0 0.5 1 4640 3583 0 0.5 1 4572 3613 0 0.5 1 2 interp_poly 68 94 -40 333 4584 3551 3 MP PP 4584 3551 0 0.688 1 4544 3884 0 0.0625 1 4584 3551 0 0.688 1 2 interp_poly 4544 3884 0 0.0625 1 4612 3978 0 0 0.875 4544 3884 0 0.0625 1 2 interp_poly -40 71 68 356 4584 3551 3 MP PP 4584 3551 0 0.688 1 4652 3907 0 0.0625 1 4584 3551 0 0.688 1 2 interp_poly 4652 3907 0 0.0625 1 4612 3978 0 0 0.875 4652 3907 0 0.0625 1 2 interp_poly 68 356 -40 -621 4624 4172 3 MP PP 4624 4172 0 0 0.688 4584 3551 0 0.688 1 4624 4172 0 0 0.688 2 interp_poly 4584 3551 0 0.688 1 4652 3907 0 0.0625 1 4584 3551 0 0.688 1 2 interp_poly -40 -621 67 -35 4557 4207 3 MP PP 4557 4207 0 0 0.625 4624 4172 0 0 0.688 4557 4207 0 0 0.625 2 interp_poly 4624 4172 0 0 0.688 4584 3551 0 0.688 1 4624 4172 0 0 0.688 2 interp_poly -40 886 68 -171 4492 3091 3 MP PP 4492 3091 0.312 1 0.75 4560 2920 0.562 1 0.5 4492 3091 0.312 1 0.75 2 interp_poly 4560 2920 0.562 1 0.5 4520 3806 0 0 1 4560 2920 0.562 1 0.5 2 interp_poly 68 -352 -40 -425 4572 3613 3 MP PP 4572 3613 0 0.5 1 4532 3188 0.188 1 0.875 4572 3613 0 0.5 1 2 interp_poly 4532 3188 0.188 1 0.875 4600 2836 0.75 1 0.312 4532 3188 0.188 1 0.875 2 interp_poly -40 84 68 -352 4532 3188 3 MP PP 4532 3188 0.188 1 0.875 4600 2836 0.75 1 0.312 4532 3188 0.188 1 0.875 2 interp_poly 4600 2836 0.75 1 0.312 4560 2920 0.562 1 0.5 4600 2836 0.75 1 0.312 2 interp_poly -40 19 68 -40 4216 3682 3 MP PP 4216 3682 0 0 0.75 4284 3642 0 0 0.75 4216 3682 0 0 0.75 2 interp_poly 4284 3642 0 0 0.75 4244 3661 0 0 0.688 4284 3642 0 0 0.75 2 interp_poly -40 -950 68 -9 4115 3457 3 MP PP 4115 3457 0 0 0.562 4183 3448 0 0 0.562 4115 3457 0 0 0.562 2 interp_poly 4183 3448 0 0 0.562 4143 2498 0.125 1 0.938 4183 3448 0 0 0.562 2 interp_poly 68 -9 -40 565 4155 2892 3 MP PP 4155 2892 0 0.562 1 4115 3457 0 0 0.562 4155 2892 0 0.562 1 2 interp_poly 4115 3457 0 0 0.562 4183 3448 0 0 0.562 4115 3457 0 0 0.562 2 interp_poly -40 945 68 -389 4155 2892 3 MP PP 4155 2892 0 0.562 1 4223 2503 0.188 1 0.875 4155 2892 0 0.562 1 2 interp_poly 4223 2503 0.188 1 0.875 4183 3448 0 0 0.562 4223 2503 0.188 1 0.875 2 interp_poly -40 -270 67 72 4168 3434 3 MP PP 4168 3434 0 0 0.75 4235 3506 0 0 0.562 4168 3434 0 0 0.75 2 interp_poly 4235 3506 0 0 0.562 4195 3236 0 0 1 4235 3506 0 0 0.562 2 interp_poly 67 72 -40 -36 4208 3470 3 MP PP 4208 3470 0 0 0.688 4168 3434 0 0 0.75 4208 3470 0 0 0.688 2 interp_poly 4168 3434 0 0 0.75 4235 3506 0 0 0.562 4168 3434 0 0 0.75 2 interp_poly -40 -206 68 78 3855 2860 3 MP PP 3855 2860 0 0 0.812 3923 2938 0 0 0.688 3855 2860 0 0 0.812 2 interp_poly 3923 2938 0 0 0.688 3883 2732 0 0 1 3923 2938 0 0 0.688 2 interp_poly 68 80 -40 -10 3791 2222 3 MP PP 3791 2222 0 0.688 1 3751 2212 0 0.625 1 3791 2222 0 0.688 1 2 interp_poly 3751 2212 0 0.625 1 3819 2292 0 0.5 1 3751 2212 0 0.625 1 2 interp_poly -40 -167 68 237 3791 2222 3 MP PP 3791 2222 0 0.688 1 3859 2459 0 0.25 1 3791 2222 0 0.688 1 2 interp_poly 3859 2459 0 0.25 1 3819 2292 0 0.5 1 3859 2459 0 0.25 1 2 interp_poly 68 237 -40 1470 3831 752 3 MP PP 3831 752 0.875 0 0 3791 2222 0 0.688 1 3831 752 0.875 0 0 2 interp_poly 3791 2222 0 0.688 1 3859 2459 0 0.25 1 3791 2222 0 0.688 1 2 interp_poly -40 -670 68 -130 3775 2852 3 MP PP 3775 2852 0 0 0.75 3843 2722 0 0 0.938 3775 2852 0 0 0.75 2 interp_poly 3843 2722 0 0 0.938 3803 2052 0.0625 1 1 3843 2722 0 0 0.938 2 interp_poly -40 1149 68 558 3831 752 3 MP PP 3831 752 0.875 0 0 3899 1310 1 0.812 0 3831 752 0.875 0 0 2 interp_poly 3899 1310 1 0.812 0 3859 2459 0 0.25 1 3899 1310 1 0.812 0 2 interp_poly 68 303 -40 -670 3843 2722 3 MP PP 3843 2722 0 0 0.938 3803 2052 0.0625 1 1 3843 2722 0 0 0.938 2 interp_poly 3803 2052 0.0625 1 1 3871 2355 0 0.5 1 3803 2052 0.0625 1 1 2 interp_poly -40 -10 68 54 3815 2678 3 MP PP 3815 2678 0 0.0625 1 3883 2732 0 0 1 3815 2678 0 0.0625 1 2 interp_poly 3883 2732 0 0 1 3843 2722 0 0 0.938 3883 2732 0 0 1 2 interp_poly 68 -130 -40 174 3815 2678 3 MP PP 3815 2678 0 0.0625 1 3775 2852 0 0 0.75 3815 2678 0 0.0625 1 2 interp_poly 3775 2852 0 0 0.75 3843 2722 0 0 0.938 3775 2852 0 0 0.75 2 interp_poly 68 54 -40 -182 3855 2860 3 MP PP 3855 2860 0 0 0.812 3815 2678 0 0.0625 1 3855 2860 0 0 0.812 2 interp_poly 3815 2678 0 0.0625 1 3883 2732 0 0 1 3815 2678 0 0.0625 1 2 interp_poly 68 78 -40 268 3895 2592 3 MP PP 3895 2592 0 0.312 1 3855 2860 0 0 0.812 3895 2592 0 0.312 1 2 interp_poly 3855 2860 0 0 0.812 3923 2938 0 0 0.688 3855 2860 0 0 0.812 2 interp_poly -40 -138 68 -38 3891 3021 3 MP PP 3891 3021 0 0 0.875 3959 2983 0 0 0.938 3891 3021 0 0 0.875 2 interp_poly 3959 2983 0 0 0.938 3919 2845 0 0.125 1 3959 2983 0 0 0.938 2 interp_poly 68 -38 -40 134 3931 2887 3 MP PP 3931 2887 0 0.125 1 3891 3021 0 0 0.875 3931 2887 0 0.125 1 2 interp_poly 3891 3021 0 0 0.875 3959 2983 0 0 0.938 3891 3021 0 0 0.875 2 interp_poly -40 268 68 -109 3827 2701 3 MP PP 3827 2701 0 0.188 1 3895 2592 0 0.312 1 3827 2701 0 0.188 1 2 interp_poly 3895 2592 0 0.312 1 3855 2860 0 0 0.812 3895 2592 0 0.312 1 2 interp_poly -40 65 68 -248 3867 2775 3 MP PP 3867 2775 0 0.0625 1 3935 2527 0 0.5 1 3867 2775 0 0.0625 1 2 interp_poly 3935 2527 0 0.5 1 3895 2592 0 0.312 1 3935 2527 0 0.5 1 2 interp_poly 68 -248 -40 189 3907 2586 3 MP PP 3907 2586 0 0.438 1 3867 2775 0 0.0625 1 3907 2586 0 0.438 1 2 interp_poly 3867 2775 0 0.0625 1 3935 2527 0 0.5 1 3867 2775 0 0.0625 1 2 interp_poly -40 132 68 -191 3907 2586 3 MP PP 3907 2586 0 0.438 1 3975 2395 0 0.75 1 3907 2586 0 0.438 1 2 interp_poly 3975 2395 0 0.75 1 3935 2527 0 0.5 1 3975 2395 0 0.75 1 2 interp_poly 68 -191 -40 315 3947 2271 3 MP PP 3947 2271 0 1 1 3907 2586 0 0.438 1 3947 2271 0 1 1 2 interp_poly 3907 2586 0 0.438 1 3975 2395 0 0.75 1 3907 2586 0 0.438 1 2 interp_poly -40 -324 68 -250 3919 2845 3 MP PP 3919 2845 0 0.125 1 3987 2595 0 0.5 1 3919 2845 0 0.125 1 2 interp_poly 3987 2595 0 0.5 1 3947 2271 0 1 1 3987 2595 0 0.5 1 2 interp_poly 68 -250 -40 -138 3959 2983 3 MP PP 3959 2983 0 0 0.938 3919 2845 0 0.125 1 3959 2983 0 0 0.938 2 interp_poly 3919 2845 0 0.125 1 3987 2595 0 0.5 1 3919 2845 0 0.125 1 2 interp_poly -40 -348 68 -40 3959 2983 3 MP PP 3959 2983 0 0 0.938 4027 2943 0 0 0.938 3959 2983 0 0 0.938 2 interp_poly 4027 2943 0 0 0.938 3987 2595 0 0.5 1 4027 2943 0 0 0.938 2 interp_poly -40 257 68 -161 3931 2887 3 MP PP 3931 2887 0 0.125 1 3999 2726 0 0.375 1 3931 2887 0 0.125 1 2 interp_poly 3999 2726 0 0.375 1 3959 2983 0 0 0.938 3999 2726 0 0.375 1 2 interp_poly 68 -161 -40 323 3971 2564 3 MP PP 3971 2564 0 0.75 1 3931 2887 0 0.125 1 3971 2564 0 0.75 1 2 interp_poly 3931 2887 0 0.125 1 3999 2726 0 0.375 1 3931 2887 0 0.125 1 2 interp_poly 68 -40 -40 257 3999 2726 3 MP PP 3999 2726 0 0.375 1 3959 2983 0 0 0.938 3999 2726 0 0.375 1 2 interp_poly 3959 2983 0 0 0.938 4027 2943 0 0 0.938 3959 2983 0 0 0.938 2 interp_poly -40 -375 68 9 3943 2930 3 MP PP 3943 2930 0 0.188 1 4011 2939 0 0.125 1 3943 2930 0 0.188 1 2 interp_poly 4011 2939 0 0.125 1 3971 2564 0 0.75 1 4011 2939 0 0.125 1 2 interp_poly 68 9 -40 -365 3983 3295 3 MP PP 3983 3295 0 0 0.562 3943 2930 0 0.188 1 3983 3295 0 0 0.562 2 interp_poly 3943 2930 0 0.188 1 4011 2939 0 0.125 1 3943 2930 0 0.188 1 2 interp_poly -40 -365 68 -36 3915 3331 3 MP PP 3915 3331 0 0 0.562 3983 3295 0 0 0.562 3915 3331 0 0 0.562 2 interp_poly 3983 3295 0 0 0.562 3943 2930 0 0.188 1 3983 3295 0 0 0.562 2 interp_poly -40 -101 68 225 3947 2271 3 MP PP 3947 2271 0 1 1 4015 2496 0 0.625 1 3947 2271 0 1 1 2 interp_poly 4015 2496 0 0.625 1 3975 2395 0 0.75 1 4015 2496 0 0.625 1 2 interp_poly 68 225 -40 -324 3987 2595 3 MP PP 3987 2595 0 0.5 1 3947 2271 0 1 1 3987 2595 0 0.5 1 2 interp_poly 3947 2271 0 1 1 4015 2496 0 0.625 1 3947 2271 0 1 1 2 interp_poly -40 443 68 -281 3971 2564 3 MP PP 3971 2564 0 0.75 1 4039 2283 0.188 1 0.875 3971 2564 0 0.75 1 2 interp_poly 4039 2283 0.188 1 0.875 3999 2726 0 0.375 1 4039 2283 0.188 1 0.875 2 interp_poly -40 -15 68 232 3999 2726 3 MP PP 3999 2726 0 0.375 1 4067 2958 0 0 0.938 3999 2726 0 0.375 1 2 interp_poly 4067 2958 0 0 0.938 4027 2943 0 0 0.938 4067 2958 0 0 0.938 2 interp_poly 68 232 -40 443 4039 2283 3 MP PP 4039 2283 0.188 1 0.875 3999 2726 0 0.375 1 4039 2283 0.188 1 0.875 2 interp_poly 3999 2726 0 0.375 1 4067 2958 0 0 0.938 3999 2726 0 0.375 1 2 interp_poly 68 -281 -40 -375 4011 2939 3 MP PP 4011 2939 0 0.125 1 3971 2564 0 0.75 1 4011 2939 0 0.125 1 2 interp_poly 3971 2564 0 0.75 1 4039 2283 0.188 1 0.875 3971 2564 0 0.75 1 2 interp_poly -40 -259 68 -97 3983 3295 3 MP PP 3983 3295 0 0 0.562 4051 3198 0 0 0.75 3983 3295 0 0 0.562 2 interp_poly 4051 3198 0 0 0.75 4011 2939 0 0.125 1 4051 3198 0 0 0.75 2 interp_poly -40 -300 68 -356 4011 2939 3 MP PP 4011 2939 0 0.125 1 4079 2583 0 0.688 1 4011 2939 0 0.125 1 2 interp_poly 4079 2583 0 0.688 1 4039 2283 0.188 1 0.875 4079 2583 0 0.688 1 2 interp_poly 68 152 -40 -15 4067 2958 3 MP PP 4067 2958 0 0 0.938 4027 2943 0 0 0.938 4067 2958 0 0 0.938 2 interp_poly 4027 2943 0 0 0.938 4095 3095 0 0 0.688 4027 2943 0 0 0.938 2 interp_poly 68 -356 -40 -259 4051 3198 3 MP PP 4051 3198 0 0 0.75 4011 2939 0 0.125 1 4051 3198 0 0 0.75 2 interp_poly 4011 2939 0 0.125 1 4079 2583 0 0.688 1 4011 2939 0 0.125 1 2 interp_poly -40 468 68 -215 3955 3042 3 MP PP 3955 3042 0 0.0625 1 4023 2827 0 0.438 1 3955 3042 0 0.0625 1 2 interp_poly 4023 2827 0 0.438 1 3983 3295 0 0 0.562 4023 2827 0 0.438 1 2 interp_poly -40 -1603 68 303 3803 2052 3 MP PP 3803 2052 0.0625 1 1 3871 2355 0 0.5 1 3803 2052 0.0625 1 1 2 interp_poly 3871 2355 0 0.5 1 3831 752 0.875 0 0 3871 2355 0 0.5 1 2 interp_poly 68 -109 -40 -74 3867 2775 3 MP PP 3867 2775 0 0.0625 1 3827 2701 0 0.188 1 3867 2775 0 0.0625 1 2 interp_poly 3827 2701 0 0.188 1 3895 2592 0 0.312 1 3827 2701 0 0.188 1 2 interp_poly 68 558 -40 -1603 3871 2355 3 MP PP 3871 2355 0 0.5 1 3831 752 0.875 0 0 3871 2355 0 0.5 1 2 interp_poly 3831 752 0.875 0 0 3899 1310 1 0.812 0 3831 752 0.875 0 0 2 interp_poly -40 -74 68 168 3799 2607 3 MP PP 3799 2607 0 0.375 1 3867 2775 0 0.0625 1 3799 2607 0 0.375 1 2 interp_poly 3867 2775 0 0.0625 1 3827 2701 0 0.188 1 3867 2775 0 0.0625 1 2 interp_poly 68 168 -40 -104 3839 2711 3 MP PP 3839 2711 0 0.25 1 3799 2607 0 0.375 1 3839 2711 0 0.25 1 2 interp_poly 3799 2607 0 0.375 1 3867 2775 0 0.0625 1 3799 2607 0 0.375 1 2 interp_poly -40 189 68 -125 3839 2711 3 MP PP 3839 2711 0 0.25 1 3907 2586 0 0.438 1 3839 2711 0 0.25 1 2 interp_poly 3907 2586 0 0.438 1 3867 2775 0 0.0625 1 3907 2586 0 0.438 1 2 interp_poly -40 -861 68 -184 3871 2355 3 MP PP 3871 2355 0 0.5 1 3939 2171 0 0.812 1 3871 2355 0 0.5 1 2 interp_poly 3939 2171 0 0.812 1 3899 1310 1 0.812 0 3939 2171 0 0.812 1 2 interp_poly 68 -125 -40 636 3879 2075 3 MP PP 3879 2075 0.375 1 0.688 3839 2711 0 0.25 1 3879 2075 0.375 1 0.688 2 interp_poly 3839 2711 0 0.25 1 3907 2586 0 0.438 1 3839 2711 0 0.25 1 2 interp_poly -40 -770 68 275 3851 2570 3 MP PP 3851 2570 0 0.562 1 3919 2845 0 0.125 1 3851 2570 0 0.562 1 2 interp_poly 3919 2845 0 0.125 1 3879 2075 0.375 1 0.688 3919 2845 0 0.125 1 2 interp_poly -40 315 68 196 3879 2075 3 MP PP 3879 2075 0.375 1 0.688 3947 2271 0 1 1 3879 2075 0.375 1 0.688 2 interp_poly 3947 2271 0 1 1 3907 2586 0 0.438 1 3947 2271 0 1 1 2 interp_poly 68 196 -40 -770 3919 2845 3 MP PP 3919 2845 0 0.125 1 3879 2075 0.375 1 0.688 3919 2845 0 0.125 1 2 interp_poly 3879 2075 0.375 1 0.688 3947 2271 0 1 1 3879 2075 0.375 1 0.688 2 interp_poly -40 323 68 -87 3903 2651 3 MP PP 3903 2651 0 0.625 1 3971 2564 0 0.75 1 3903 2651 0 0.625 1 2 interp_poly 3971 2564 0 0.75 1 3931 2887 0 0.125 1 3971 2564 0 0.75 1 2 interp_poly 68 -87 -40 -279 3943 2930 3 MP PP 3943 2930 0 0.188 1 3903 2651 0 0.625 1 3943 2930 0 0.188 1 2 interp_poly 3903 2651 0 0.625 1 3971 2564 0 0.75 1 3903 2651 0 0.625 1 2 interp_poly 68 -215 -40 1237 3995 1805 3 MP PP 3995 1805 1 0.812 0 3955 3042 0 0.0625 1 3995 1805 1 0.812 0 2 interp_poly 3955 3042 0 0.0625 1 4023 2827 0 0.438 1 3955 3042 0 0.0625 1 2 interp_poly 68 -97 -40 468 4023 2827 3 MP PP 4023 2827 0 0.438 1 3983 3295 0 0 0.562 4023 2827 0 0.438 1 2 interp_poly 3983 3295 0 0 0.562 4051 3198 0 0 0.75 3983 3295 0 0 0.562 2 interp_poly 68 -374 -40 -300 4079 2583 3 MP PP 4079 2583 0 0.688 1 4039 2283 0.188 1 0.875 4079 2583 0 0.688 1 2 interp_poly 4039 2283 0.188 1 0.875 4107 1909 0.812 1 0.25 4039 2283 0.188 1 0.875 2 interp_poly -40 1050 68 -28 3995 1805 3 MP PP 3995 1805 1 0.812 0 4063 1777 1 0.812 0 3995 1805 1 0.812 0 2 interp_poly 4063 1777 1 0.812 0 4023 2827 0 0.438 1 4063 1777 1 0.812 0 2 interp_poly -40 -521 68 -94 4051 3198 3 MP PP 4051 3198 0 0 0.75 4119 3104 0 0 0.875 4051 3198 0 0 0.75 2 interp_poly 4119 3104 0 0 0.875 4079 2583 0 0.688 1 4119 3104 0 0 0.875 2 interp_poly -40 698 68 -327 4023 2827 3 MP PP 4023 2827 0 0.438 1 4091 2500 0 0.938 1 4023 2827 0 0.438 1 2 interp_poly 4091 2500 0 0.938 1 4051 3198 0 0 0.75 4091 2500 0 0.938 1 2 interp_poly 68 -327 -40 1050 4063 1777 3 MP PP 4063 1777 1 0.812 0 4023 2827 0 0.438 1 4063 1777 1 0.812 0 2 interp_poly 4023 2827 0 0.438 1 4091 2500 0 0.938 1 4023 2827 0 0.438 1 2 interp_poly -40 -1038 67 1 3968 2842 3 MP PP 3968 2842 0 0.5 1 4035 2843 0 0.5 1 3968 2842 0 0.5 1 2 interp_poly 4035 2843 0 0.5 1 3995 1805 1 0.812 0 4035 2843 0 0.5 1 2 interp_poly 67 1 -40 197 4008 2645 3 MP PP 4008 2645 0 0.875 1 3968 2842 0 0.5 1 4008 2645 0 0.875 1 2 interp_poly 3968 2842 0 0.5 1 4035 2843 0 0.5 1 3968 2842 0 0.5 1 2 interp_poly -40 -811 68 219 3980 3237 3 MP PP 3980 3237 0 0 0.938 4048 3456 0 0 0.562 3980 3237 0 0 0.938 2 interp_poly 4048 3456 0 0 0.562 4008 2645 0 0.875 1 4048 3456 0 0 0.562 2 interp_poly 68 219 -40 24 4020 3213 3 MP PP 4020 3213 0 0.0625 1 3980 3237 0 0 0.938 4020 3213 0 0.0625 1 2 interp_poly 3980 3237 0 0 0.938 4048 3456 0 0 0.562 3980 3237 0 0 0.938 2 interp_poly 68 -28 -40 -1038 4035 2843 3 MP PP 4035 2843 0 0.5 1 3995 1805 1 0.812 0 4035 2843 0 0.5 1 2 interp_poly 3995 1805 1 0.812 0 4063 1777 1 0.812 0 3995 1805 1 0.812 0 2 interp_poly 68 -94 -40 698 4091 2500 3 MP PP 4091 2500 0 0.938 1 4051 3198 0 0 0.75 4091 2500 0 0.938 1 2 interp_poly 4051 3198 0 0 0.75 4119 3104 0 0 0.875 4051 3198 0 0 0.75 2 interp_poly -40 779 68 -56 4063 1777 3 MP PP 4063 1777 1 0.812 0 4131 1721 1 0.75 0 4063 1777 1 0.812 0 2 interp_poly 4131 1721 1 0.75 0 4091 2500 0 0.938 1 4131 1721 1 0.75 0 2 interp_poly -40 -693 68 -373 4035 2843 3 MP PP 4035 2843 0 0.5 1 4103 2470 0.125 1 0.938 4035 2843 0 0.5 1 2 interp_poly 4103 2470 0.125 1 0.938 4063 1777 1 0.812 0 4103 2470 0.125 1 0.938 2 interp_poly -40 349 67 -151 4008 2645 3 MP PP 4008 2645 0 0.875 1 4075 2494 0.125 1 0.938 4008 2645 0 0.875 1 2 interp_poly 4075 2494 0.125 1 0.938 4035 2843 0 0.5 1 4075 2494 0.125 1 0.938 2 interp_poly 68 -373 -40 349 4075 2494 3 MP PP 4075 2494 0.125 1 0.938 4035 2843 0 0.5 1 4075 2494 0.125 1 0.938 2 interp_poly 4035 2843 0 0.5 1 4103 2470 0.125 1 0.938 4035 2843 0 0.5 1 2 interp_poly 67 -151 -40 -811 4048 3456 3 MP PP 4048 3456 0 0 0.562 4008 2645 0 0.875 1 4048 3456 0 0 0.562 2 interp_poly 4008 2645 0 0.875 1 4075 2494 0.125 1 0.938 4008 2645 0 0.875 1 2 interp_poly -40 -963 67 1 4048 3456 3 MP PP 4048 3456 0 0 0.562 4115 3457 0 0 0.562 4048 3456 0 0 0.562 2 interp_poly 4115 3457 0 0 0.562 4075 2494 0.125 1 0.938 4115 3457 0 0 0.562 2 interp_poly -40 427 68 -184 4020 3213 3 MP PP 4020 3213 0 0.0625 1 4088 3029 0 0.312 1 4020 3213 0 0.0625 1 2 interp_poly 4088 3029 0 0.312 1 4048 3456 0 0 0.562 4088 3029 0 0.312 1 2 interp_poly -40 6 68 -123 3992 3330 3 MP PP 3992 3330 0 0 0.938 4060 3207 0 0.0625 1 3992 3330 0 0 0.938 2 interp_poly 4060 3207 0 0.0625 1 4020 3213 0 0.0625 1 4060 3207 0 0.0625 1 2 interp_poly 68 -123 -40 95 4032 3235 3 MP PP 4032 3235 0 0.125 1 3992 3330 0 0 0.938 4032 3235 0 0.125 1 2 interp_poly 3992 3330 0 0 0.938 4060 3207 0 0.0625 1 3992 3330 0 0 0.938 2 interp_poly 67 1 -40 427 4088 3029 3 MP PP 4088 3029 0 0.312 1 4048 3456 0 0 0.562 4088 3029 0 0.312 1 2 interp_poly 4048 3456 0 0 0.562 4115 3457 0 0 0.562 4048 3456 0 0 0.562 2 interp_poly -40 -287 68 259 4032 3235 3 MP PP 4032 3235 0 0.125 1 4100 3494 0 0 0.625 4032 3235 0 0.125 1 2 interp_poly 4100 3494 0 0 0.625 4060 3207 0 0.0625 1 4100 3494 0 0 0.625 2 interp_poly 68 259 -40 -210 4072 3445 3 MP PP 4072 3445 0 0 0.812 4032 3235 0 0.125 1 4072 3445 0 0 0.812 2 interp_poly 4032 3235 0 0.125 1 4100 3494 0 0 0.625 4032 3235 0 0.125 1 2 interp_poly 68 4 -40 -963 4115 3457 3 MP PP 4115 3457 0 0 0.562 4075 2494 0.125 1 0.938 4115 3457 0 0 0.562 2 interp_poly 4075 2494 0.125 1 0.938 4143 2498 0.125 1 0.938 4075 2494 0.125 1 0.938 2 interp_poly -40 565 67 -137 4088 3029 3 MP PP 4088 3029 0 0.312 1 4155 2892 0 0.562 1 4088 3029 0 0.312 1 2 interp_poly 4155 2892 0 0.562 1 4115 3457 0 0 0.562 4155 2892 0 0.562 1 2 interp_poly 68 -208 -40 -287 4100 3494 3 MP PP 4100 3494 0 0 0.625 4060 3207 0 0.0625 1 4100 3494 0 0 0.625 2 interp_poly 4060 3207 0 0.0625 1 4128 2999 0 0.438 1 4060 3207 0 0.0625 1 2 interp_poly -40 -435 68 -60 4100 3494 3 MP PP 4100 3494 0 0 0.625 4168 3434 0 0 0.75 4100 3494 0 0 0.625 2 interp_poly 4168 3434 0 0 0.75 4128 2999 0 0.438 1 4168 3434 0 0 0.75 2 interp_poly 68 -60 -40 18 4140 3476 3 MP PP 4140 3476 0 0 0.688 4100 3494 0 0 0.625 4140 3476 0 0 0.688 2 interp_poly 4100 3494 0 0 0.625 4168 3434 0 0 0.75 4100 3494 0 0 0.625 2 interp_poly -40 18 68 31 4072 3445 3 MP PP 4072 3445 0 0 0.812 4140 3476 0 0 0.688 4072 3445 0 0 0.812 2 interp_poly 4140 3476 0 0 0.688 4100 3494 0 0 0.625 4140 3476 0 0 0.688 2 interp_poly 68 31 -40 390 4112 3055 3 MP PP 4112 3055 0 0.5 1 4072 3445 0 0 0.812 4112 3055 0 0.5 1 2 interp_poly 4072 3445 0 0 0.812 4140 3476 0 0 0.688 4072 3445 0 0 0.812 2 interp_poly -40 -344 67 237 4128 2999 3 MP PP 4128 2999 0 0.438 1 4195 3236 0 0 1 4128 2999 0 0.438 1 2 interp_poly 4195 3236 0 0 1 4155 2892 0 0.562 1 4195 3236 0 0 1 2 interp_poly 67 237 -40 -435 4168 3434 3 MP PP 4168 3434 0 0 0.75 4128 2999 0 0.438 1 4168 3434 0 0 0.75 2 interp_poly 4128 2999 0 0.438 1 4195 3236 0 0 1 4128 2999 0 0.438 1 2 interp_poly -40 326 68 95 4112 3055 3 MP PP 4112 3055 0 0.5 1 4180 3150 0 0.312 1 4112 3055 0 0.5 1 2 interp_poly 4180 3150 0 0.312 1 4140 3476 0 0 0.688 4180 3150 0 0.312 1 2 interp_poly -40 -36 68 -6 4140 3476 3 MP PP 4140 3476 0 0 0.688 4208 3470 0 0 0.688 4140 3476 0 0 0.688 2 interp_poly 4208 3470 0 0 0.688 4168 3434 0 0 0.75 4208 3470 0 0 0.688 2 interp_poly 68 -6 -40 326 4180 3150 3 MP PP 4180 3150 0 0.312 1 4140 3476 0 0 0.688 4180 3150 0 0.312 1 2 interp_poly 4140 3476 0 0 0.688 4208 3470 0 0 0.688 4140 3476 0 0 0.688 2 interp_poly -40 -176 68 11 4124 3547 3 MP PP 4124 3547 0 0 0.75 4192 3558 0 0 0.75 4124 3547 0 0 0.75 2 interp_poly 4192 3558 0 0 0.75 4152 3382 0 0 1 4192 3558 0 0 0.75 2 interp_poly -40 -327 68 -123 4084 3505 3 MP PP 4084 3505 0 0 0.812 4152 3382 0 0 1 4084 3505 0 0 0.812 2 interp_poly 4152 3382 0 0 1 4112 3055 0 0.5 1 4152 3382 0 0 1 2 interp_poly 68 -123 -40 -42 4124 3547 3 MP PP 4124 3547 0 0 0.75 4084 3505 0 0 0.812 4124 3547 0 0 0.75 2 interp_poly 4084 3505 0 0 0.812 4152 3382 0 0 1 4084 3505 0 0 0.812 2 interp_poly 67 -137 -40 30 4128 2999 3 MP PP 4128 2999 0 0.438 1 4088 3029 0 0.312 1 4128 2999 0 0.438 1 2 interp_poly 4088 3029 0 0.312 1 4155 2892 0 0.562 1 4088 3029 0 0.312 1 2 interp_poly 68 95 -40 -327 4152 3382 3 MP PP 4152 3382 0 0 1 4112 3055 0 0.5 1 4152 3382 0 0 1 2 interp_poly 4112 3055 0 0.5 1 4180 3150 0 0.312 1 4112 3055 0 0.5 1 2 interp_poly 68 -389 -40 -344 4195 3236 3 MP PP 4195 3236 0 0 1 4155 2892 0 0.562 1 4195 3236 0 0 1 2 interp_poly 4155 2892 0 0.562 1 4223 2503 0.188 1 0.875 4155 2892 0 0.562 1 2 interp_poly -40 -711 68 -22 4195 3236 3 MP PP 4195 3236 0 0 1 4263 3214 0 0 1 4195 3236 0 0 1 2 interp_poly 4263 3214 0 0 1 4223 2503 0.188 1 0.875 4263 3214 0 0 1 2 interp_poly 68 -22 -40 -270 4235 3506 3 MP PP 4235 3506 0 0 0.562 4195 3236 0 0 1 4235 3506 0 0 0.562 2 interp_poly 4195 3236 0 0 1 4263 3214 0 0 1 4195 3236 0 0 1 2 interp_poly -40 257 68 63 4180 3150 3 MP PP 4180 3150 0 0.312 1 4248 3213 0 0.188 1 4180 3150 0 0.312 1 2 interp_poly 4248 3213 0 0.188 1 4208 3470 0 0 0.688 4248 3213 0 0.188 1 2 interp_poly -40 -206 68 -26 4152 3382 3 MP PP 4152 3382 0 0 1 4220 3356 0 0 1 4152 3382 0 0 1 2 interp_poly 4220 3356 0 0 1 4180 3150 0 0.312 1 4220 3356 0 0 1 2 interp_poly 68 -26 -40 -176 4192 3558 3 MP PP 4192 3558 0 0 0.75 4152 3382 0 0 1 4192 3558 0 0 0.75 2 interp_poly 4152 3382 0 0 1 4220 3356 0 0 1 4152 3382 0 0 1 2 interp_poly 68 11 -40 862 4164 2685 3 MP PP 4164 2685 0.25 1 0.812 4124 3547 0 0 0.75 4164 2685 0.25 1 0.812 2 interp_poly 4124 3547 0 0 0.75 4192 3558 0 0 0.75 4124 3547 0 0 0.75 2 interp_poly 68 63 -40 -206 4220 3356 3 MP PP 4220 3356 0 0 1 4180 3150 0 0.312 1 4220 3356 0 0 1 2 interp_poly 4180 3150 0 0.312 1 4248 3213 0 0.188 1 4180 3150 0 0.312 1 2 interp_poly -40 759 68 114 4164 2685 3 MP PP 4164 2685 0.25 1 0.812 4232 2799 0.0625 1 1 4164 2685 0.25 1 0.812 2 interp_poly 4232 2799 0.0625 1 1 4192 3558 0 0 0.75 4232 2799 0.0625 1 1 2 interp_poly -40 100 67 -64 4208 3470 3 MP PP 4208 3470 0 0 0.688 4275 3406 0 0 0.812 4208 3470 0 0 0.688 2 interp_poly 4275 3406 0 0 0.812 4235 3506 0 0 0.562 4275 3406 0 0 0.812 2 interp_poly 67 -64 -40 257 4248 3213 3 MP PP 4248 3213 0 0.188 1 4208 3470 0 0 0.688 4248 3213 0 0.188 1 2 interp_poly 4208 3470 0 0 0.688 4275 3406 0 0 0.812 4208 3470 0 0 0.688 2 interp_poly 68 -4 -40 100 4275 3406 3 MP PP 4275 3406 0 0 0.812 4235 3506 0 0 0.562 4275 3406 0 0 0.812 2 interp_poly 4235 3506 0 0 0.562 4303 3502 0 0 0.562 4235 3506 0 0 0.562 2 interp_poly -40 -158 68 -44 4192 3558 3 MP PP 4192 3558 0 0 0.75 4260 3514 0 0 0.75 4192 3558 0 0 0.75 2 interp_poly 4260 3514 0 0 0.75 4220 3356 0 0 1 4260 3514 0 0 0.75 2 interp_poly 68 -426 -40 -711 4263 3214 3 MP PP 4263 3214 0 0 1 4223 2503 0.188 1 0.875 4263 3214 0 0 1 2 interp_poly 4223 2503 0.188 1 0.875 4291 2077 0.875 1 0.188 4223 2503 0.188 1 0.875 2 interp_poly -40 374 67 -181 4248 3213 3 MP PP 4248 3213 0 0.188 1 4315 3032 0 0.5 1 4248 3213 0 0.188 1 2 interp_poly 4315 3032 0 0.5 1 4275 3406 0 0 0.812 4315 3032 0 0.5 1 2 interp_poly -40 47 68 -190 4220 3356 3 MP PP 4220 3356 0 0 1 4288 3166 0 0.312 1 4220 3356 0 0 1 2 interp_poly 4288 3166 0 0.312 1 4248 3213 0 0.188 1 4288 3166 0 0.312 1 2 interp_poly 68 -190 -40 -158 4260 3514 3 MP PP 4260 3514 0 0 0.75 4220 3356 0 0 1 4260 3514 0 0 0.75 2 interp_poly 4220 3356 0 0 1 4288 3166 0 0.312 1 4220 3356 0 0 1 2 interp_poly 67 -181 -40 47 4288 3166 3 MP PP 4288 3166 0 0.312 1 4248 3213 0 0.188 1 4288 3166 0 0.312 1 2 interp_poly 4248 3213 0 0.188 1 4315 3032 0 0.5 1 4248 3213 0 0.188 1 2 interp_poly 68 -44 -40 759 4232 2799 3 MP PP 4232 2799 0.0625 1 1 4192 3558 0 0 0.75 4232 2799 0.0625 1 1 2 interp_poly 4192 3558 0 0 0.75 4260 3514 0 0 0.75 4192 3558 0 0 0.75 2 interp_poly -40 -275 68 -16 4176 3677 3 MP PP 4176 3677 0 0 0.688 4244 3661 0 0 0.688 4176 3677 0 0 0.688 2 interp_poly 4244 3661 0 0 0.688 4204 3386 0 0.125 1 4244 3661 0 0 0.688 2 interp_poly 68 -16 -40 -5 4216 3682 3 MP PP 4216 3682 0 0 0.75 4176 3677 0 0 0.688 4216 3682 0 0 0.75 2 interp_poly 4176 3677 0 0 0.688 4244 3661 0 0 0.688 4176 3677 0 0 0.688 2 interp_poly -40 502 68 213 4232 2799 3 MP PP 4232 2799 0.0625 1 1 4300 3012 0 0.688 1 4232 2799 0.0625 1 1 2 interp_poly 4300 3012 0 0.688 1 4260 3514 0 0 0.75 4300 3012 0 0.688 1 2 interp_poly -40 -543 68 -44 4204 3386 3 MP PP 4204 3386 0 0.125 1 4272 3342 0 0.188 1 4204 3386 0 0.125 1 2 interp_poly 4272 3342 0 0.188 1 4232 2799 0.0625 1 1 4272 3342 0 0.188 1 2 interp_poly 68 -44 -40 -275 4244 3661 3 MP PP 4244 3661 0 0 0.688 4204 3386 0 0.125 1 4244 3661 0 0 0.688 2 interp_poly 4204 3386 0 0.125 1 4272 3342 0 0.188 1 4204 3386 0 0.125 1 2 interp_poly 68 213 -40 -543 4272 3342 3 MP PP 4272 3342 0 0.188 1 4232 2799 0.0625 1 1 4272 3342 0 0.188 1 2 interp_poly 4232 2799 0.0625 1 1 4300 3012 0 0.688 1 4232 2799 0.0625 1 1 2 interp_poly -40 -18 68 -330 4260 3514 3 MP PP 4260 3514 0 0 0.75 4328 3184 0 0.312 1 4260 3514 0 0 0.75 2 interp_poly 4328 3184 0 0.312 1 4288 3166 0 0.312 1 4328 3184 0 0.312 1 2 interp_poly -40 78 67 -212 4288 3166 3 MP PP 4288 3166 0 0.312 1 4355 2954 0 0.625 1 4288 3166 0 0.312 1 2 interp_poly 4355 2954 0 0.625 1 4315 3032 0 0.5 1 4355 2954 0 0.625 1 2 interp_poly 67 -212 -40 -18 4328 3184 3 MP PP 4328 3184 0 0.312 1 4288 3166 0 0.312 1 4328 3184 0 0.312 1 2 interp_poly 4288 3166 0 0.312 1 4355 2954 0 0.625 1 4288 3166 0 0.312 1 2 interp_poly 68 -330 -40 502 4300 3012 3 MP PP 4300 3012 0 0.688 1 4260 3514 0 0 0.75 4300 3012 0 0.688 1 2 interp_poly 4260 3514 0 0 0.75 4328 3184 0 0.312 1 4260 3514 0 0 0.75 2 interp_poly -40 -186 68 -133 4244 3661 3 MP PP 4244 3661 0 0 0.688 4312 3528 0 0 0.875 4244 3661 0 0 0.688 2 interp_poly 4312 3528 0 0 0.875 4272 3342 0 0.188 1 4312 3528 0 0 0.875 2 interp_poly 68 -133 -40 19 4284 3642 3 MP PP 4284 3642 0 0 0.75 4244 3661 0 0 0.688 4284 3642 0 0 0.75 2 interp_poly 4244 3661 0 0 0.688 4312 3528 0 0 0.875 4244 3661 0 0 0.688 2 interp_poly -40 211 68 -39 4300 3012 3 MP PP 4300 3012 0 0.688 1 4368 2973 0 0.688 1 4300 3012 0 0.688 1 2 interp_poly 4368 2973 0 0.688 1 4328 3184 0 0.312 1 4368 2973 0 0.688 1 2 interp_poly -40 -231 68 -99 4272 3342 3 MP PP 4272 3342 0 0.188 1 4340 3243 0 0.312 1 4272 3342 0 0.188 1 2 interp_poly 4340 3243 0 0.312 1 4300 3012 0 0.688 1 4340 3243 0 0.312 1 2 interp_poly 68 -99 -40 -186 4312 3528 3 MP PP 4312 3528 0 0 0.875 4272 3342 0 0.188 1 4312 3528 0 0 0.875 2 interp_poly 4272 3342 0 0.188 1 4340 3243 0 0.312 1 4272 3342 0 0.188 1 2 interp_poly 68 -40 -40 2155 4256 1527 3 MP PP 4256 1527 0.625 0 0 4216 3682 0 0 0.75 4256 1527 0.625 0 0 2 interp_poly 4216 3682 0 0 0.75 4284 3642 0 0 0.75 4216 3682 0 0 0.75 2 interp_poly -40 1900 68 215 4256 1527 3 MP PP 4256 1527 0.625 0 0 4324 1742 1 0 0 4256 1527 0.625 0 0 2 interp_poly 4324 1742 1 0 0 4284 3642 0 0 0.75 4324 1742 1 0 0 2 interp_poly -40 -221 68 107 4284 3642 3 MP PP 4284 3642 0 0 0.75 4352 3749 0 0 0.562 4284 3642 0 0 0.75 2 interp_poly 4352 3749 0 0 0.562 4312 3528 0 0 0.875 4352 3749 0 0 0.562 2 interp_poly 68 -39 -40 -231 4340 3243 3 MP PP 4340 3243 0 0.312 1 4300 3012 0 0.688 1 4340 3243 0 0.312 1 2 interp_poly 4300 3012 0 0.688 1 4368 2973 0 0.688 1 4300 3012 0 0.688 1 2 interp_poly 68 107 -40 1900 4324 1742 3 MP PP 4324 1742 1 0 0 4284 3642 0 0 0.75 4324 1742 1 0 0 2 interp_poly 4284 3642 0 0 0.75 4352 3749 0 0 0.562 4284 3642 0 0 0.75 2 interp_poly -40 -333 68 -24 4268 3823 3 MP PP 4268 3823 0 0 0.625 4336 3799 0 0 0.625 4268 3823 0 0 0.625 2 interp_poly 4336 3799 0 0 0.625 4296 3466 0 0.188 1 4336 3799 0 0 0.625 2 interp_poly -40 1184 68 823 4324 1742 3 MP PP 4324 1742 1 0 0 4392 2565 0.625 1 0.438 4324 1742 1 0 0 2 interp_poly 4392 2565 0.625 1 0.438 4352 3749 0 0 0.562 4392 2565 0.625 1 0.438 2 interp_poly 68 205 -40 -333 4336 3799 3 MP PP 4336 3799 0 0 0.625 4296 3466 0 0.188 1 4336 3799 0 0 0.625 2 interp_poly 4296 3466 0 0.188 1 4364 3671 0 0 0.812 4296 3466 0 0.188 1 2 interp_poly -40 -103 68 -25 4336 3799 3 MP PP 4336 3799 0 0 0.625 4404 3774 0 0 0.688 4336 3799 0 0 0.625 2 interp_poly 4404 3774 0 0 0.688 4364 3671 0 0 0.812 4404 3774 0 0 0.688 2 interp_poly -40 121 68 10 4308 3668 3 MP PP 4308 3668 0 0 0.938 4376 3678 0 0 0.875 4308 3668 0 0 0.938 2 interp_poly 4376 3678 0 0 0.875 4336 3799 0 0 0.625 4376 3678 0 0 0.875 2 interp_poly -40 -1929 68 205 4296 3466 3 MP PP 4296 3466 0 0.188 1 4364 3671 0 0 0.812 4296 3466 0 0.188 1 2 interp_poly 4364 3671 0 0 0.812 4324 1742 1 0 0 4364 3671 0 0 0.812 2 interp_poly 68 823 -40 -1929 4364 3671 3 MP PP 4364 3671 0 0 0.812 4324 1742 1 0 0 4364 3671 0 0 0.812 2 interp_poly 4324 1742 1 0 0 4392 2565 0.625 1 0.438 4324 1742 1 0 0 2 interp_poly 68 10 -40 88 4348 3580 3 MP PP 4348 3580 0 0.125 1 4308 3668 0 0 0.938 4348 3580 0 0.125 1 2 interp_poly 4308 3668 0 0 0.938 4376 3678 0 0 0.875 4308 3668 0 0 0.938 2 interp_poly 68 -25 -40 121 4376 3678 3 MP PP 4376 3678 0 0 0.875 4336 3799 0 0 0.625 4376 3678 0 0 0.875 2 interp_poly 4336 3799 0 0 0.625 4404 3774 0 0 0.688 4336 3799 0 0 0.625 2 interp_poly -40 83 68 15 4348 3580 3 MP PP 4348 3580 0 0.125 1 4416 3595 0 0.0625 1 4348 3580 0 0.125 1 2 interp_poly 4416 3595 0 0.0625 1 4376 3678 0 0 0.875 4416 3595 0 0.0625 1 2 interp_poly 68 15 -40 757 4388 2823 3 MP PP 4388 2823 0.438 1 0.625 4348 3580 0 0.125 1 4388 2823 0.438 1 0.625 2 interp_poly 4348 3580 0 0.125 1 4416 3595 0 0.0625 1 4348 3580 0 0.125 1 2 interp_poly -40 922 68 -150 4388 2823 3 MP PP 4388 2823 0.438 1 0.625 4456 2673 0.688 1 0.375 4388 2823 0.438 1 0.625 2 interp_poly 4456 2673 0.688 1 0.375 4416 3595 0 0.0625 1 4456 2673 0.688 1 0.375 2 interp_poly -40 -1083 68 -47 4360 3953 3 MP PP 4360 3953 0 0 0.625 4428 3906 0 0 0.625 4360 3953 0 0 0.625 2 interp_poly 4428 3906 0 0 0.625 4388 2823 0.438 1 0.625 4428 3906 0 0 0.625 2 interp_poly 68 -150 -40 -1083 4428 3906 3 MP PP 4428 3906 0 0 0.625 4388 2823 0.438 1 0.625 4428 3906 0 0 0.625 2 interp_poly 4388 2823 0.438 1 0.625 4456 2673 0.688 1 0.375 4388 2823 0.438 1 0.625 2 interp_poly -40 117 68 96 4400 3693 3 MP PP 4400 3693 0 0.0625 1 4468 3789 0 0 0.875 4400 3693 0 0.0625 1 2 interp_poly 4468 3789 0 0 0.875 4428 3906 0 0 0.625 4468 3789 0 0 0.875 2 interp_poly 68 96 -40 155 4440 3538 3 MP PP 4440 3538 0 0.375 1 4400 3693 0 0.0625 1 4440 3538 0 0.375 1 2 interp_poly 4400 3693 0 0.0625 1 4468 3789 0 0 0.875 4400 3693 0 0.0625 1 2 interp_poly -40 189 68 62 4440 3538 3 MP PP 4440 3538 0 0.375 1 4508 3600 0 0.25 1 4440 3538 0 0.375 1 2 interp_poly 4508 3600 0 0.25 1 4468 3789 0 0 0.875 4508 3600 0 0.25 1 2 interp_poly 68 62 -40 -514 4480 4052 3 MP PP 4480 4052 0 0 0.562 4440 3538 0 0.375 1 4480 4052 0 0 0.562 2 interp_poly 4440 3538 0 0.375 1 4508 3600 0 0.25 1 4440 3538 0 0.375 1 2 interp_poly 68 -47 -40 260 4400 3693 3 MP PP 4400 3693 0 0.0625 1 4360 3953 0 0 0.625 4400 3693 0 0.0625 1 2 interp_poly 4360 3953 0 0 0.625 4428 3906 0 0 0.625 4360 3953 0 0 0.625 2 interp_poly -40 -514 68 184 4412 3868 3 MP PP 4412 3868 0 0 0.875 4480 4052 0 0 0.562 4412 3868 0 0 0.875 2 interp_poly 4480 4052 0 0 0.562 4440 3538 0 0.375 1 4480 4052 0 0 0.562 2 interp_poly -40 246 68 99 4452 3707 3 MP PP 4452 3707 0 0.188 1 4520 3806 0 0 1 4452 3707 0 0.188 1 2 interp_poly 4520 3806 0 0 1 4480 4052 0 0 0.562 4520 3806 0 0 1 2 interp_poly 68 99 -40 616 4492 3091 3 MP PP 4492 3091 0.312 1 0.75 4452 3707 0 0.188 1 4492 3091 0.312 1 0.75 2 interp_poly 4452 3707 0 0.188 1 4520 3806 0 0 1 4452 3707 0 0.188 1 2 interp_poly 68 -90 -40 246 4520 3806 3 MP PP 4520 3806 0 0 1 4480 4052 0 0 0.562 4520 3806 0 0 1 2 interp_poly 4480 4052 0 0 0.562 4548 3962 0 0 0.688 4480 4052 0 0 0.562 2 interp_poly -40 -221 67 -44 4477 3928 3 MP PP 4477 3928 0 0.0625 1 4544 3884 0 0.0625 1 4477 3928 0 0.0625 1 2 interp_poly 4544 3884 0 0.0625 1 4504 3663 0 0.438 1 4544 3884 0 0.0625 1 2 interp_poly 67 -44 -40 99 4517 3829 3 MP PP 4517 3829 0 0.25 1 4477 3928 0 0.0625 1 4517 3829 0 0.25 1 2 interp_poly 4477 3928 0 0.0625 1 4544 3884 0 0.0625 1 4477 3928 0 0.0625 1 2 interp_poly -40 -425 68 -50 4504 3663 3 MP PP 4504 3663 0 0.438 1 4572 3613 0 0.5 1 4504 3663 0 0.438 1 2 interp_poly 4572 3613 0 0.5 1 4532 3188 0.188 1 0.875 4572 3613 0 0.5 1 2 interp_poly 68 -50 -40 -221 4544 3884 3 MP PP 4544 3884 0 0.0625 1 4504 3663 0 0.438 1 4544 3884 0 0.0625 1 2 interp_poly 4504 3663 0 0.438 1 4572 3613 0 0.5 1 4504 3663 0 0.438 1 2 interp_poly -40 333 67 -278 4517 3829 3 MP PP 4517 3829 0 0.25 1 4584 3551 0 0.688 1 4517 3829 0 0.25 1 2 interp_poly 4584 3551 0 0.688 1 4544 3884 0 0.0625 1 4584 3551 0 0.688 1 2 interp_poly 67 -278 -40 -378 4557 4207 3 MP PP 4557 4207 0 0 0.625 4517 3829 0 0.25 1 4557 4207 0 0 0.625 2 interp_poly 4517 3829 0 0.25 1 4584 3551 0 0.688 1 4517 3829 0 0.25 1 2 interp_poly 68 -171 -40 -97 4532 3188 3 MP PP 4532 3188 0.188 1 0.875 4492 3091 0.312 1 0.75 4532 3188 0.188 1 0.875 2 interp_poly 4492 3091 0.312 1 0.75 4560 2920 0.562 1 0.5 4492 3091 0.312 1 0.75 2 interp_poly -40 -378 68 124 4489 4083 3 MP PP 4489 4083 0 0 0.875 4557 4207 0 0 0.625 4489 4083 0 0 0.875 2 interp_poly 4557 4207 0 0 0.625 4517 3829 0 0.25 1 4557 4207 0 0 0.625 2 interp_poly -40 155 68 18 4372 3520 3 MP PP 4372 3520 0 0.438 1 4440 3538 0 0.375 1 4372 3520 0 0.438 1 2 interp_poly 4440 3538 0 0.375 1 4400 3693 0 0.0625 1 4440 3538 0 0.375 1 2 interp_poly 68 -169 -40 -188 4268 3823 3 MP PP 4268 3823 0 0 0.625 4228 3635 0 0 0.938 4268 3823 0 0 0.625 2 interp_poly 4228 3635 0 0 0.938 4296 3466 0 0.188 1 4228 3635 0 0 0.938 2 interp_poly -40 155 68 55 4240 3613 3 MP PP 4240 3613 0 0.0625 1 4308 3668 0 0 0.938 4240 3613 0 0.0625 1 2 interp_poly 4308 3668 0 0 0.938 4268 3823 0 0 0.625 4308 3668 0 0 0.938 2 interp_poly 68 55 -40 102 4280 3511 3 MP PP 4280 3511 0 0.25 1 4240 3613 0 0.0625 1 4280 3511 0 0.25 1 2 interp_poly 4240 3613 0 0.0625 1 4308 3668 0 0 0.938 4240 3613 0 0.0625 1 2 interp_poly 68 -24 -40 155 4308 3668 3 MP PP 4308 3668 0 0 0.938 4268 3823 0 0 0.625 4308 3668 0 0 0.938 2 interp_poly 4268 3823 0 0 0.625 4336 3799 0 0 0.625 4268 3823 0 0 0.625 2 interp_poly -40 88 68 69 4280 3511 3 MP PP 4280 3511 0 0.25 1 4348 3580 0 0.125 1 4280 3511 0 0.25 1 2 interp_poly 4348 3580 0 0.125 1 4308 3668 0 0 0.938 4348 3580 0 0.125 1 2 interp_poly -40 -1939 68 -169 4228 3635 3 MP PP 4228 3635 0 0 0.938 4296 3466 0 0.188 1 4228 3635 0 0 0.938 2 interp_poly 4296 3466 0 0.188 1 4256 1527 0.625 0 0 4296 3466 0 0.188 1 2 interp_poly 68 215 -40 -1939 4296 3466 3 MP PP 4296 3466 0 0.188 1 4256 1527 0.625 0 0 4296 3466 0 0.188 1 2 interp_poly 4256 1527 0.625 0 0 4324 1742 1 0 0 4256 1527 0.625 0 0 2 interp_poly 68 69 -40 617 4320 2894 3 MP PP 4320 2894 0.375 1 0.688 4280 3511 0 0.25 1 4320 2894 0.375 1 0.688 2 interp_poly 4280 3511 0 0.25 1 4348 3580 0 0.125 1 4280 3511 0 0.25 1 2 interp_poly -40 -1059 68 89 4292 3864 3 MP PP 4292 3864 0 0 0.75 4360 3953 0 0 0.625 4292 3864 0 0 0.75 2 interp_poly 4360 3953 0 0 0.625 4320 2894 0.375 1 0.688 4360 3953 0 0 0.625 2 interp_poly -40 757 68 -71 4320 2894 3 MP PP 4320 2894 0.375 1 0.688 4388 2823 0.438 1 0.625 4320 2894 0.375 1 0.688 2 interp_poly 4388 2823 0.438 1 0.625 4348 3580 0 0.125 1 4388 2823 0.438 1 0.625 2 interp_poly 68 -71 -40 -1059 4360 3953 3 MP PP 4360 3953 0 0 0.625 4320 2894 0.375 1 0.688 4360 3953 0 0 0.625 2 interp_poly 4320 2894 0.375 1 0.688 4388 2823 0.438 1 0.625 4320 2894 0.375 1 0.688 2 interp_poly -40 260 68 -198 4332 3891 3 MP PP 4332 3891 0 0 0.75 4400 3693 0 0.0625 1 4332 3891 0 0 0.75 2 interp_poly 4400 3693 0 0.0625 1 4360 3953 0 0 0.625 4400 3693 0 0.0625 1 2 interp_poly 68 -198 -40 371 4372 3520 3 MP PP 4372 3520 0 0.438 1 4332 3891 0 0 0.75 4372 3520 0 0.438 1 2 interp_poly 4332 3891 0 0 0.75 4400 3693 0 0.0625 1 4332 3891 0 0 0.75 2 interp_poly 68 18 -40 -348 4412 3868 3 MP PP 4412 3868 0 0 0.875 4372 3520 0 0.438 1 4412 3868 0 0 0.875 2 interp_poly 4372 3520 0 0.438 1 4440 3538 0 0.375 1 4372 3520 0 0.438 1 2 interp_poly -40 616 68 -472 4424 3563 3 MP PP 4424 3563 0 0.5 1 4492 3091 0.312 1 0.75 4424 3563 0 0.5 1 2 interp_poly 4492 3091 0.312 1 0.75 4452 3707 0 0.188 1 4492 3091 0.312 1 0.75 2 interp_poly 68 -267 -40 -208 4504 3663 3 MP PP 4504 3663 0 0.438 1 4464 3455 0 0.75 1 4504 3663 0 0.438 1 2 interp_poly 4464 3455 0 0.75 1 4532 3188 0.188 1 0.875 4464 3455 0 0.75 1 2 interp_poly -40 -97 68 -267 4464 3455 3 MP PP 4464 3455 0 0.75 1 4532 3188 0.188 1 0.875 4464 3455 0 0.75 1 2 interp_poly 4532 3188 0.188 1 0.875 4492 3091 0.312 1 0.75 4532 3188 0.188 1 0.875 2 interp_poly -40 161 68 221 4384 3486 3 MP PP 4384 3486 0 0.625 1 4452 3707 0 0.188 1 4384 3486 0 0.625 1 2 interp_poly 4452 3707 0 0.188 1 4412 3868 0 0 0.875 4452 3707 0 0.188 1 2 interp_poly 68 221 -40 -77 4424 3563 3 MP PP 4424 3563 0 0.5 1 4384 3486 0 0.625 1 4424 3563 0 0.5 1 2 interp_poly 4384 3486 0 0.625 1 4452 3707 0 0.188 1 4384 3486 0 0.625 1 2 interp_poly 68 -472 -40 108 4464 3455 3 MP PP 4464 3455 0 0.75 1 4424 3563 0 0.5 1 4464 3455 0 0.75 1 2 interp_poly 4424 3563 0 0.5 1 4492 3091 0.312 1 0.75 4424 3563 0 0.5 1 2 interp_poly -40 108 67 -50 4397 3505 3 MP PP 4397 3505 0 0.688 1 4464 3455 0 0.75 1 4397 3505 0 0.688 1 2 interp_poly 4464 3455 0 0.75 1 4424 3563 0 0.5 1 4464 3455 0 0.75 1 2 interp_poly 67 -50 -40 252 4437 3253 3 MP PP 4437 3253 0.125 1 0.938 4397 3505 0 0.688 1 4437 3253 0.125 1 0.938 2 interp_poly 4397 3505 0 0.688 1 4464 3455 0 0.75 1 4397 3505 0 0.688 1 2 interp_poly 68 184 -40 161 4452 3707 3 MP PP 4452 3707 0 0.188 1 4412 3868 0 0 0.875 4452 3707 0 0.188 1 2 interp_poly 4412 3868 0 0 0.875 4480 4052 0 0 0.562 4412 3868 0 0 0.875 2 interp_poly -40 -675 68 -158 4409 4086 3 MP PP 4409 4086 0 0 0.812 4477 3928 0 0.0625 1 4409 4086 0 0 0.812 2 interp_poly 4477 3928 0 0.0625 1 4437 3253 0.125 1 0.938 4477 3928 0 0.0625 1 2 interp_poly 68 -158 -40 459 4449 3627 3 MP PP 4449 3627 0 0.625 1 4409 4086 0 0 0.812 4449 3627 0 0.625 1 2 interp_poly 4409 4086 0 0 0.812 4477 3928 0 0.0625 1 4409 4086 0 0 0.812 2 interp_poly -40 -208 67 410 4437 3253 3 MP PP 4437 3253 0.125 1 0.938 4504 3663 0 0.438 1 4437 3253 0.125 1 0.938 2 interp_poly 4504 3663 0 0.438 1 4464 3455 0 0.75 1 4504 3663 0 0.438 1 2 interp_poly 67 410 -40 -675 4477 3928 3 MP PP 4477 3928 0 0.0625 1 4437 3253 0.125 1 0.938 4477 3928 0 0.0625 1 2 interp_poly 4437 3253 0.125 1 0.938 4504 3663 0 0.438 1 4437 3253 0.125 1 0.938 2 interp_poly -40 99 68 202 4449 3627 3 MP PP 4449 3627 0 0.625 1 4517 3829 0 0.25 1 4449 3627 0 0.625 1 2 interp_poly 4517 3829 0 0.25 1 4477 3928 0 0.0625 1 4517 3829 0 0.25 1 2 interp_poly 68 202 -40 -456 4489 4083 3 MP PP 4489 4083 0 0 0.875 4449 3627 0 0.625 1 4489 4083 0 0 0.875 2 interp_poly 4449 3627 0 0.625 1 4517 3829 0 0.25 1 4449 3627 0 0.625 1 2 interp_poly -40 -456 68 -106 4421 4189 3 MP PP 4421 4189 0 0 0.75 4489 4083 0 0 0.875 4421 4189 0 0 0.75 2 interp_poly 4489 4083 0 0 0.875 4449 3627 0 0.625 1 4489 4083 0 0 0.875 2 interp_poly 68 89 -40 -27 4332 3891 3 MP PP 4332 3891 0 0 0.75 4292 3864 0 0 0.75 4332 3891 0 0 0.75 2 interp_poly 4292 3864 0 0 0.75 4360 3953 0 0 0.625 4292 3864 0 0 0.75 2 interp_poly -40 -701 68 -47 4136 3433 3 MP PP 4136 3433 0 0.0625 1 4204 3386 0 0.125 1 4136 3433 0 0.0625 1 2 interp_poly 4204 3386 0 0.125 1 4164 2685 0.25 1 0.812 4204 3386 0 0.125 1 2 interp_poly 68 -47 -40 -244 4176 3677 3 MP PP 4176 3677 0 0 0.688 4136 3433 0 0.0625 1 4176 3677 0 0 0.688 2 interp_poly 4136 3433 0 0.0625 1 4204 3386 0 0.125 1 4136 3433 0 0.0625 1 2 interp_poly -40 -42 68 -77 4056 3624 3 MP PP 4056 3624 0 0 0.688 4124 3547 0 0 0.75 4056 3624 0 0 0.688 2 interp_poly 4124 3547 0 0 0.75 4084 3505 0 0 0.812 4124 3547 0 0 0.75 2 interp_poly -40 -210 68 -128 4004 3573 3 MP PP 4004 3573 0 0 0.625 4072 3445 0 0 0.812 4004 3573 0 0 0.625 2 interp_poly 4072 3445 0 0 0.812 4032 3235 0 0.125 1 4072 3445 0 0 0.812 2 interp_poly 68 -50 -40 -53 3723 2315 3 MP PP 3723 2315 0 0.5 1 3683 2262 0 0.562 1 3723 2315 0 0.5 1 2 interp_poly 3683 2262 0 0.562 1 3751 2212 0 0.625 1 3683 2262 0 0.562 1 2 interp_poly -40 -10 68 -93 3723 2315 3 MP PP 3723 2315 0 0.5 1 3791 2222 0 0.688 1 3723 2315 0 0.5 1 2 interp_poly 3791 2222 0 0.688 1 3751 2212 0 0.625 1 3791 2222 0 0.688 1 2 interp_poly 68 -93 -40 1343 3763 972 3 MP PP 3763 972 1 0.188 0 3723 2315 0 0.5 1 3763 972 1 0.188 0 2 interp_poly 3723 2315 0 0.5 1 3791 2222 0 0.688 1 3723 2315 0 0.5 1 2 interp_poly -40 -690 68 9 3707 2843 3 MP PP 3707 2843 0 0 0.812 3775 2852 0 0 0.75 3707 2843 0 0 0.812 2 interp_poly 3775 2852 0 0 0.75 3735 2162 0 0.875 1 3775 2852 0 0 0.75 2 interp_poly -40 1470 68 -220 3763 972 3 MP PP 3763 972 1 0.188 0 3831 752 0.875 0 0 3763 972 1 0.188 0 2 interp_poly 3831 752 0.875 0 0 3791 2222 0 0.688 1 3831 752 0.875 0 0 2 interp_poly 68 -110 -40 -690 3775 2852 3 MP PP 3775 2852 0 0 0.75 3735 2162 0 0.875 1 3775 2852 0 0 0.75 2 interp_poly 3735 2162 0 0.875 1 3803 2052 0.0625 1 1 3735 2162 0 0.875 1 2 interp_poly -40 174 68 -70 3747 2748 3 MP PP 3747 2748 0 0 1 3815 2678 0 0.0625 1 3747 2748 0 0 1 2 interp_poly 3815 2678 0 0.0625 1 3775 2852 0 0 0.75 3815 2678 0 0.0625 1 2 interp_poly 68 -70 -40 12 3787 2736 3 MP PP 3787 2736 0 0.0625 1 3747 2748 0 0 1 3787 2736 0 0.0625 1 2 interp_poly 3747 2748 0 0 1 3815 2678 0 0.0625 1 3747 2748 0 0 1 2 interp_poly -40 -182 68 124 3787 2736 3 MP PP 3787 2736 0 0.0625 1 3855 2860 0 0 0.812 3787 2736 0 0.0625 1 2 interp_poly 3855 2860 0 0 0.812 3815 2678 0 0.0625 1 3855 2860 0 0 0.812 2 interp_poly -40 35 68 124 3759 2577 3 MP PP 3759 2577 0 0.375 1 3827 2701 0 0.188 1 3759 2577 0 0.375 1 2 interp_poly 3827 2701 0 0.188 1 3787 2736 0 0.0625 1 3827 2701 0 0.188 1 2 interp_poly 68 124 -40 -30 3799 2607 3 MP PP 3799 2607 0 0.375 1 3759 2577 0 0.375 1 3799 2607 0 0.375 1 2 interp_poly 3759 2577 0 0.375 1 3827 2701 0 0.188 1 3759 2577 0 0.375 1 2 interp_poly 68 124 -40 35 3827 2701 3 MP PP 3827 2701 0 0.188 1 3787 2736 0 0.0625 1 3827 2701 0 0.188 1 2 interp_poly 3787 2736 0 0.0625 1 3855 2860 0 0 0.812 3787 2736 0 0.0625 1 2 interp_poly -40 -104 68 -249 3771 2960 3 MP PP 3771 2960 0 0 0.875 3839 2711 0 0.25 1 3771 2960 0 0 0.875 2 interp_poly 3839 2711 0 0.25 1 3799 2607 0 0.375 1 3839 2711 0 0.25 1 2 interp_poly 68 9 -40 95 3747 2748 3 MP PP 3747 2748 0 0 1 3707 2843 0 0 0.812 3747 2748 0 0 1 2 interp_poly 3707 2843 0 0 0.812 3775 2852 0 0 0.75 3707 2843 0 0 0.812 2 interp_poly -40 12 68 -114 3719 2850 3 MP PP 3719 2850 0 0 0.875 3787 2736 0 0.0625 1 3719 2850 0 0 0.875 2 interp_poly 3787 2736 0 0.0625 1 3747 2748 0 0 1 3787 2736 0 0.0625 1 2 interp_poly 68 -252 -40 364 3655 2150 3 MP PP 3655 2150 0 0.812 1 3615 2514 0 0.188 1 3655 2150 0 0.812 1 2 interp_poly 3615 2514 0 0.188 1 3683 2262 0 0.562 1 3615 2514 0 0.188 1 2 interp_poly -40 -53 68 165 3655 2150 3 MP PP 3655 2150 0 0.812 1 3723 2315 0 0.5 1 3655 2150 0 0.812 1 2 interp_poly 3723 2315 0 0.5 1 3683 2262 0 0.562 1 3723 2315 0 0.5 1 2 interp_poly -40 -652 68 -97 3639 2940 3 MP PP 3639 2940 0 0 0.625 3707 2843 0 0 0.812 3639 2940 0 0 0.625 2 interp_poly 3707 2843 0 0 0.812 3667 2191 0 0.875 1 3707 2843 0 0 0.812 2 interp_poly 68 165 -40 1376 3695 774 3 MP PP 3695 774 0.875 0 0 3655 2150 0 0.812 1 3695 774 0.875 0 0 2 interp_poly 3655 2150 0 0.812 1 3723 2315 0 0.5 1 3655 2150 0 0.812 1 2 interp_poly -40 1343 68 198 3695 774 3 MP PP 3695 774 0.875 0 0 3763 972 1 0.188 0 3695 774 0.875 0 0 2 interp_poly 3763 972 1 0.188 0 3723 2315 0 0.5 1 3763 972 1 0.188 0 2 interp_poly 68 -29 -40 -652 3707 2843 3 MP PP 3707 2843 0 0 0.812 3667 2191 0 0.875 1 3707 2843 0 0 0.812 2 interp_poly 3667 2191 0 0.875 1 3735 2162 0 0.875 1 3667 2191 0 0.875 1 2 interp_poly -40 95 68 -77 3679 2825 3 MP PP 3679 2825 0 0 0.875 3747 2748 0 0 1 3679 2825 0 0 0.875 2 interp_poly 3747 2748 0 0 1 3707 2843 0 0 0.812 3747 2748 0 0 1 2 interp_poly 68 -77 -40 -25 3719 2850 3 MP PP 3719 2850 0 0 0.875 3679 2825 0 0 0.875 3719 2850 0 0 0.875 2 interp_poly 3679 2825 0 0 0.875 3747 2748 0 0 1 3679 2825 0 0 0.875 2 interp_poly 68 -114 -40 273 3759 2577 3 MP PP 3759 2577 0 0.375 1 3719 2850 0 0 0.875 3759 2577 0 0.375 1 2 interp_poly 3719 2850 0 0 0.875 3787 2736 0 0.0625 1 3719 2850 0 0 0.875 2 interp_poly -40 273 68 -206 3691 2783 3 MP PP 3691 2783 0 0.0625 1 3759 2577 0 0.375 1 3691 2783 0 0.0625 1 2 interp_poly 3759 2577 0 0.375 1 3719 2850 0 0 0.875 3759 2577 0 0.375 1 2 interp_poly -40 -30 68 -123 3731 2730 3 MP PP 3731 2730 0 0.188 1 3799 2607 0 0.375 1 3731 2730 0 0.188 1 2 interp_poly 3799 2607 0 0.375 1 3759 2577 0 0.375 1 3799 2607 0 0.375 1 2 interp_poly 68 -123 -40 -230 3771 2960 3 MP PP 3771 2960 0 0 0.875 3731 2730 0 0.188 1 3771 2960 0 0 0.875 2 interp_poly 3731 2730 0 0.188 1 3799 2607 0 0.375 1 3731 2730 0 0.188 1 2 interp_poly 68 -249 -40 801 3811 2159 3 MP PP 3811 2159 0.25 1 0.812 3771 2960 0 0 0.875 3811 2159 0.25 1 0.812 2 interp_poly 3771 2960 0 0 0.875 3839 2711 0 0.25 1 3771 2960 0 0 0.875 2 interp_poly -40 636 68 -84 3811 2159 3 MP PP 3811 2159 0.25 1 0.812 3879 2075 0.375 1 0.688 3811 2159 0.25 1 0.812 2 interp_poly 3879 2075 0.375 1 0.688 3839 2711 0 0.25 1 3879 2075 0.375 1 0.688 2 interp_poly -40 -451 68 158 3823 2863 3 MP PP 3823 2863 0 0.188 1 3891 3021 0 0 0.875 3823 2863 0 0.188 1 2 interp_poly 3891 3021 0 0 0.875 3851 2570 0 0.562 1 3891 3021 0 0 0.875 2 interp_poly 68 158 -40 150 3863 2713 3 MP PP 3863 2713 0 0.438 1 3823 2863 0 0.188 1 3863 2713 0 0.438 1 2 interp_poly 3823 2863 0 0.188 1 3891 3021 0 0 0.875 3823 2863 0 0.188 1 2 interp_poly -40 -465 67 140 3848 3191 3 MP PP 3848 3191 0 0 0.812 3915 3331 0 0 0.562 3848 3191 0 0 0.812 2 interp_poly 3915 3331 0 0 0.562 3875 2866 0 0.312 1 3915 3331 0 0 0.562 2 interp_poly 68 275 -40 -451 3891 3021 3 MP PP 3891 3021 0 0 0.875 3851 2570 0 0.562 1 3891 3021 0 0 0.875 2 interp_poly 3851 2570 0 0.562 1 3919 2845 0 0.125 1 3851 2570 0 0.562 1 2 interp_poly -40 134 68 174 3863 2713 3 MP PP 3863 2713 0 0.438 1 3931 2887 0 0.125 1 3863 2713 0 0.438 1 2 interp_poly 3931 2887 0 0.125 1 3891 3021 0 0 0.875 3931 2887 0 0.125 1 2 interp_poly 68 64 -40 -465 3915 3331 3 MP PP 3915 3331 0 0 0.562 3875 2866 0 0.312 1 3915 3331 0 0 0.562 2 interp_poly 3875 2866 0 0.312 1 3943 2930 0 0.188 1 3875 2866 0 0.312 1 2 interp_poly -40 289 67 -155 3888 3197 3 MP PP 3888 3197 0 0 0.812 3955 3042 0 0.0625 1 3888 3197 0 0 0.812 2 interp_poly 3955 3042 0 0.0625 1 3915 3331 0 0 0.562 3955 3042 0 0.0625 1 2 interp_poly 68 -206 -40 53 3731 2730 3 MP PP 3731 2730 0 0.188 1 3691 2783 0 0.0625 1 3731 2730 0 0.188 1 2 interp_poly 3691 2783 0 0.0625 1 3759 2577 0 0.375 1 3691 2783 0 0.0625 1 2 interp_poly -40 801 68 -132 3743 2291 3 MP PP 3743 2291 0.0625 1 1 3811 2159 0.25 1 0.812 3743 2291 0.0625 1 1 2 interp_poly 3811 2159 0.25 1 0.812 3771 2960 0 0 0.875 3811 2159 0.25 1 0.812 2 interp_poly -40 -411 68 16 3783 2554 3 MP PP 3783 2554 0 0.625 1 3851 2570 0 0.562 1 3783 2554 0 0.625 1 2 interp_poly 3851 2570 0 0.562 1 3811 2159 0.25 1 0.812 3851 2570 0 0.562 1 2 interp_poly 68 16 -40 -309 3823 2863 3 MP PP 3823 2863 0 0.188 1 3783 2554 0 0.625 1 3823 2863 0 0.188 1 2 interp_poly 3783 2554 0 0.625 1 3851 2570 0 0.562 1 3783 2554 0 0.625 1 2 interp_poly 68 -84 -40 -411 3851 2570 3 MP PP 3851 2570 0 0.562 1 3811 2159 0.25 1 0.812 3851 2570 0 0.562 1 2 interp_poly 3811 2159 0.25 1 0.812 3879 2075 0.375 1 0.688 3811 2159 0.25 1 0.812 2 interp_poly -40 62 68 111 3835 2540 3 MP PP 3835 2540 0 0.812 1 3903 2651 0 0.625 1 3835 2540 0 0.812 1 2 interp_poly 3903 2651 0 0.625 1 3863 2713 0 0.438 1 3903 2651 0 0.625 1 2 interp_poly -40 -230 68 -143 3703 3103 3 MP PP 3703 3103 0 0 0.625 3771 2960 0 0 0.875 3703 3103 0 0 0.625 2 interp_poly 3771 2960 0 0 0.875 3731 2730 0 0.188 1 3771 2960 0 0 0.875 2 interp_poly -40 -25 68 122 3651 2728 3 MP PP 3651 2728 0 0.125 1 3719 2850 0 0 0.875 3651 2728 0 0.125 1 2 interp_poly 3719 2850 0 0 0.875 3679 2825 0 0 0.875 3719 2850 0 0 0.875 2 interp_poly 68 122 -40 -55 3691 2783 3 MP PP 3691 2783 0 0.0625 1 3651 2728 0 0.125 1 3691 2783 0 0.0625 1 2 interp_poly 3651 2728 0 0.125 1 3719 2850 0 0 0.875 3651 2728 0 0.125 1 2 interp_poly -40 53 68 350 3663 2380 3 MP PP 3663 2380 0 0.812 1 3731 2730 0 0.188 1 3663 2380 0 0.812 1 2 interp_poly 3731 2730 0 0.188 1 3691 2783 0 0.0625 1 3731 2730 0 0.188 1 2 interp_poly 68 -14 -40 390 3587 2138 3 MP PP 3587 2138 0 0.875 1 3547 2528 0 0.188 1 3587 2138 0 0.875 1 2 interp_poly 3547 2528 0 0.188 1 3615 2514 0 0.188 1 3547 2528 0 0.188 1 2 interp_poly -40 364 68 12 3587 2138 3 MP PP 3587 2138 0 0.875 1 3655 2150 0 0.812 1 3587 2138 0 0.875 1 2 interp_poly 3655 2150 0 0.812 1 3615 2514 0 0.188 1 3655 2150 0 0.812 1 2 interp_poly -40 -734 68 -30 3571 2970 3 MP PP 3571 2970 0 0 0.625 3639 2940 0 0 0.625 3571 2970 0 0 0.625 2 interp_poly 3639 2940 0 0 0.625 3599 2206 0 0.875 1 3639 2940 0 0 0.625 2 interp_poly 68 -30 -40 -33 3611 3003 3 MP PP 3611 3003 0 0 0.625 3571 2970 0 0 0.625 3611 3003 0 0 0.625 2 interp_poly 3571 2970 0 0 0.625 3639 2940 0 0 0.625 3571 2970 0 0 0.625 2 interp_poly 68 -15 -40 -734 3639 2940 3 MP PP 3639 2940 0 0 0.625 3599 2206 0 0.875 1 3639 2940 0 0 0.625 2 interp_poly 3599 2206 0 0.875 1 3667 2191 0 0.875 1 3599 2206 0 0.875 1 2 interp_poly -40 275 68 -93 3583 2821 3 MP PP 3583 2821 0 0 1 3651 2728 0 0.125 1 3583 2821 0 0 1 2 interp_poly 3651 2728 0 0.125 1 3611 3003 0 0 0.625 3651 2728 0 0.125 1 2 interp_poly 68 -178 -40 275 3651 2728 3 MP PP 3651 2728 0 0.125 1 3611 3003 0 0 0.625 3651 2728 0 0.125 1 2 interp_poly 3611 3003 0 0 0.625 3679 2825 0 0 0.875 3611 3003 0 0 0.625 2 interp_poly -40 -55 68 -74 3623 2857 3 MP PP 3623 2857 0 0 0.938 3691 2783 0 0.0625 1 3623 2857 0 0 0.938 2 interp_poly 3691 2783 0 0.0625 1 3651 2728 0 0.125 1 3691 2783 0 0.0625 1 2 interp_poly 68 -93 -40 -36 3623 2857 3 MP PP 3623 2857 0 0 0.938 3583 2821 0 0 1 3623 2857 0 0 0.938 2 interp_poly 3583 2821 0 0 1 3651 2728 0 0.125 1 3583 2821 0 0 1 2 interp_poly 68 -74 -40 477 3663 2380 3 MP PP 3663 2380 0 0.812 1 3623 2857 0 0 0.938 3663 2380 0 0.812 1 2 interp_poly 3623 2857 0 0 0.938 3691 2783 0 0.0625 1 3623 2857 0 0 0.938 2 interp_poly 68 -97 -40 115 3679 2825 3 MP PP 3679 2825 0 0 0.875 3639 2940 0 0 0.625 3679 2825 0 0 0.875 2 interp_poly 3639 2940 0 0 0.625 3707 2843 0 0 0.812 3639 2940 0 0 0.625 2 interp_poly 68 350 -40 -723 3703 3103 3 MP PP 3703 3103 0 0 0.625 3663 2380 0 0.812 1 3703 3103 0 0 0.625 2 interp_poly 3663 2380 0 0.812 1 3731 2730 0 0.188 1 3663 2380 0 0.812 1 2 interp_poly 68 -143 -40 812 3743 2291 3 MP PP 3743 2291 0.0625 1 1 3703 3103 0 0 0.625 3743 2291 0.0625 1 1 2 interp_poly 3703 3103 0 0 0.625 3771 2960 0 0 0.875 3703 3103 0 0 0.625 2 interp_poly -40 -309 68 -86 3755 2949 3 MP PP 3755 2949 0 0.0625 1 3823 2863 0 0.188 1 3755 2949 0 0.0625 1 2 interp_poly 3823 2863 0 0.188 1 3783 2554 0 0.625 1 3823 2863 0 0.188 1 2 interp_poly 68 -86 -40 -19 3795 2968 3 MP PP 3795 2968 0 0.0625 1 3755 2949 0 0.0625 1 3795 2968 0 0.0625 1 2 interp_poly 3755 2949 0 0.0625 1 3823 2863 0 0.188 1 3755 2949 0 0.0625 1 2 interp_poly -40 150 68 -255 3795 2968 3 MP PP 3795 2968 0 0.0625 1 3863 2713 0 0.438 1 3795 2968 0 0.0625 1 2 interp_poly 3863 2713 0 0.438 1 3823 2863 0 0.188 1 3863 2713 0 0.438 1 2 interp_poly 68 -255 -40 428 3835 2540 3 MP PP 3835 2540 0 0.812 1 3795 2968 0 0.0625 1 3835 2540 0 0.812 1 2 interp_poly 3795 2968 0 0.0625 1 3863 2713 0 0.438 1 3795 2968 0 0.0625 1 2 interp_poly 68 174 -40 62 3903 2651 3 MP PP 3903 2651 0 0.625 1 3863 2713 0 0.438 1 3903 2651 0 0.625 1 2 interp_poly 3863 2713 0 0.438 1 3931 2887 0 0.125 1 3863 2713 0 0.438 1 2 interp_poly 68 111 -40 -326 3875 2866 3 MP PP 3875 2866 0 0.312 1 3835 2540 0 0.812 1 3875 2866 0 0.312 1 2 interp_poly 3835 2540 0 0.812 1 3903 2651 0 0.625 1 3835 2540 0 0.812 1 2 interp_poly -40 -279 68 64 3875 2866 3 MP PP 3875 2866 0 0.312 1 3943 2930 0 0.188 1 3875 2866 0 0.312 1 2 interp_poly 3943 2930 0 0.188 1 3903 2651 0 0.625 1 3943 2930 0 0.188 1 2 interp_poly 68 95 -40 -861 3939 2171 3 MP PP 3939 2171 0 0.812 1 3899 1310 1 0.812 0 3939 2171 0 0.812 1 2 interp_poly 3899 1310 1 0.812 0 3967 1405 1 1 0 3899 1310 1 0.812 0 2 interp_poly -40 -153 68 -613 3939 2171 3 MP PP 3939 2171 0 0.812 1 4007 1558 0.812 1 0.25 3939 2171 0 0.812 1 2 interp_poly 4007 1558 0.812 1 0.25 3967 1405 1 1 0 4007 1558 0.812 1 0.25 2 interp_poly 67 -155 -40 1793 3928 1404 3 MP PP 3928 1404 1 0.125 0 3888 3197 0 0 0.812 3928 1404 1 0.125 0 2 interp_poly 3888 3197 0 0 0.812 3955 3042 0 0.0625 1 3888 3197 0 0 0.812 2 interp_poly -40 1237 67 401 3928 1404 3 MP PP 3928 1404 1 0.125 0 3995 1805 1 0.812 0 3928 1404 1 0.125 0 2 interp_poly 3995 1805 1 0.812 0 3955 3042 0 0.0625 1 3995 1805 1 0.812 0 2 interp_poly -40 -1438 68 -107 3900 2949 3 MP PP 3900 2949 0 0.375 1 3968 2842 0 0.5 1 3900 2949 0 0.375 1 2 interp_poly 3968 2842 0 0.5 1 3928 1404 1 0.125 0 3968 2842 0 0.5 1 2 interp_poly 68 -107 -40 341 3940 2608 3 MP PP 3940 2608 0 1 1 3900 2949 0 0.375 1 3940 2608 0 1 1 2 interp_poly 3900 2949 0 0.375 1 3968 2842 0 0.5 1 3900 2949 0 0.375 1 2 interp_poly 68 -36 -40 289 3955 3042 3 MP PP 3955 3042 0 0.0625 1 3915 3331 0 0 0.562 3955 3042 0 0.0625 1 2 interp_poly 3915 3331 0 0 0.562 3983 3295 0 0 0.562 3915 3331 0 0 0.562 2 interp_poly -40 -629 68 -10 3912 3247 3 MP PP 3912 3247 0 0 0.938 3980 3237 0 0 0.938 3912 3247 0 0 0.938 2 interp_poly 3980 3237 0 0 0.938 3940 2608 0 1 1 3980 3237 0 0 0.938 2 interp_poly 68 -10 -40 222 3952 3025 3 MP PP 3952 3025 0 0.375 1 3912 3247 0 0 0.938 3952 3025 0 0.375 1 2 interp_poly 3912 3247 0 0 0.938 3980 3237 0 0 0.938 3912 3247 0 0 0.938 2 interp_poly -40 -305 68 14 3924 3316 3 MP PP 3924 3316 0 0 0.938 3992 3330 0 0 0.938 3924 3316 0 0 0.938 2 interp_poly 3992 3330 0 0 0.938 3952 3025 0 0.375 1 3992 3330 0 0 0.938 2 interp_poly 68 14 -40 -53 3964 3369 3 MP PP 3964 3369 0 0 0.875 3924 3316 0 0 0.938 3964 3369 0 0 0.875 2 interp_poly 3924 3316 0 0 0.938 3992 3330 0 0 0.938 3924 3316 0 0 0.938 2 interp_poly 67 401 -40 -1438 3968 2842 3 MP PP 3968 2842 0 0.5 1 3928 1404 1 0.125 0 3968 2842 0 0.5 1 2 interp_poly 3928 1404 1 0.125 0 3995 1805 1 0.812 0 3928 1404 1 0.125 0 2 interp_poly -40 197 68 37 3940 2608 3 MP PP 3940 2608 0 1 1 4008 2645 0 0.875 1 3940 2608 0 1 1 2 interp_poly 4008 2645 0 0.875 1 3968 2842 0 0.5 1 4008 2645 0 0.875 1 2 interp_poly 68 37 -40 -629 3980 3237 3 MP PP 3980 3237 0 0 0.938 3940 2608 0 1 1 3980 3237 0 0 0.938 2 interp_poly 3940 2608 0 1 1 4008 2645 0 0.875 1 3940 2608 0 1 1 2 interp_poly -40 24 68 188 3952 3025 3 MP PP 3952 3025 0 0.375 1 4020 3213 0 0.0625 1 3952 3025 0 0.375 1 2 interp_poly 4020 3213 0 0.0625 1 3980 3237 0 0 0.938 4020 3213 0 0.0625 1 2 interp_poly 68 188 -40 -305 3992 3330 3 MP PP 3992 3330 0 0 0.938 3952 3025 0 0.375 1 3992 3330 0 0 0.938 2 interp_poly 3952 3025 0 0.375 1 4020 3213 0 0.0625 1 3952 3025 0 0.375 1 2 interp_poly -40 95 68 -134 3964 3369 3 MP PP 3964 3369 0 0 0.875 4032 3235 0 0.125 1 3964 3369 0 0 0.875 2 interp_poly 4032 3235 0 0.125 1 3992 3330 0 0 0.938 4032 3235 0 0.125 1 2 interp_poly 68 -134 -40 -204 4004 3573 3 MP PP 4004 3573 0 0 0.625 3964 3369 0 0 0.875 4004 3573 0 0 0.625 2 interp_poly 3964 3369 0 0 0.875 4032 3235 0 0.125 1 3964 3369 0 0 0.875 2 interp_poly 68 -184 -40 6 4060 3207 3 MP PP 4060 3207 0 0.0625 1 4020 3213 0 0.0625 1 4060 3207 0 0.0625 1 2 interp_poly 4020 3213 0 0.0625 1 4088 3029 0 0.312 1 4020 3213 0 0.0625 1 2 interp_poly 68 -128 -40 504 4044 3069 3 MP PP 4044 3069 0 0.5 1 4004 3573 0 0 0.625 4044 3069 0 0.5 1 2 interp_poly 4004 3573 0 0 0.625 4072 3445 0 0 0.812 4004 3573 0 0 0.625 2 interp_poly -40 504 68 1091 3976 1978 3 MP PP 3976 1978 1 0.688 0 4044 3069 0 0.5 1 3976 1978 1 0.688 0 2 interp_poly 4044 3069 0 0.5 1 4004 3573 0 0 0.625 4044 3069 0 0.5 1 2 interp_poly -40 30 68 -208 4060 3207 3 MP PP 4060 3207 0 0.0625 1 4128 2999 0 0.438 1 4060 3207 0 0.0625 1 2 interp_poly 4128 2999 0 0.438 1 4088 3029 0 0.312 1 4128 2999 0 0.438 1 2 interp_poly -40 390 68 -14 4044 3069 3 MP PP 4044 3069 0 0.5 1 4112 3055 0 0.5 1 4044 3069 0 0.5 1 2 interp_poly 4112 3055 0 0.5 1 4072 3445 0 0 0.812 4112 3055 0 0.5 1 2 interp_poly -40 -436 68 356 4016 3149 3 MP PP 4016 3149 0 0.438 1 4084 3505 0 0 0.812 4016 3149 0 0.438 1 2 interp_poly 4084 3505 0 0 0.812 4044 3069 0 0.5 1 4084 3505 0 0 0.812 2 interp_poly 68 356 -40 -475 4056 3624 3 MP PP 4056 3624 0 0 0.688 4016 3149 0 0.438 1 4056 3624 0 0 0.688 2 interp_poly 4016 3149 0 0.438 1 4084 3505 0 0 0.812 4016 3149 0 0.438 1 2 interp_poly 68 -14 -40 -436 4084 3505 3 MP PP 4084 3505 0 0 0.812 4044 3069 0 0.5 1 4084 3505 0 0 0.812 2 interp_poly 4044 3069 0 0.5 1 4112 3055 0 0.5 1 4044 3069 0 0.5 1 2 interp_poly 68 -77 -40 853 4096 2771 3 MP PP 4096 2771 0.125 1 0.938 4056 3624 0 0 0.688 4096 2771 0.125 1 0.938 2 interp_poly 4056 3624 0 0 0.688 4124 3547 0 0 0.75 4056 3624 0 0 0.688 2 interp_poly -40 862 68 -86 4096 2771 3 MP PP 4096 2771 0.125 1 0.938 4164 2685 0.25 1 0.812 4096 2771 0.125 1 0.938 2 interp_poly 4164 2685 0.25 1 0.812 4124 3547 0 0 0.75 4164 2685 0.25 1 0.812 2 interp_poly -40 -244 68 -13 4108 3690 3 MP PP 4108 3690 0 0 0.688 4176 3677 0 0 0.688 4108 3690 0 0 0.688 2 interp_poly 4176 3677 0 0 0.688 4136 3433 0 0.0625 1 4176 3677 0 0 0.688 2 interp_poly 68 -13 -40 -19 4148 3709 3 MP PP 4148 3709 0 0 0.688 4108 3690 0 0 0.688 4148 3709 0 0 0.688 2 interp_poly 4108 3690 0 0 0.688 4176 3677 0 0 0.688 4108 3690 0 0 0.688 2 interp_poly -40 -5 68 -27 4148 3709 3 MP PP 4148 3709 0 0 0.688 4216 3682 0 0 0.75 4148 3709 0 0 0.688 2 interp_poly 4216 3682 0 0 0.75 4176 3677 0 0 0.688 4216 3682 0 0 0.75 2 interp_poly 68 114 -40 -701 4204 3386 3 MP PP 4204 3386 0 0.125 1 4164 2685 0.25 1 0.812 4204 3386 0 0.125 1 2 interp_poly 4164 2685 0.25 1 0.812 4232 2799 0.0625 1 1 4164 2685 0.25 1 0.812 2 interp_poly 68 -27 -40 2059 4188 1650 3 MP PP 4188 1650 0.812 0 0 4148 3709 0 0 0.688 4188 1650 0.812 0 0 2 interp_poly 4148 3709 0 0 0.688 4216 3682 0 0 0.75 4148 3709 0 0 0.688 2 interp_poly -40 2155 68 -123 4188 1650 3 MP PP 4188 1650 0.812 0 0 4256 1527 0.625 0 0 4188 1650 0.812 0 0 2 interp_poly 4256 1527 0.625 0 0 4216 3682 0 0 0.75 4256 1527 0.625 0 0 2 interp_poly -40 -1985 68 409 4160 3226 3 MP PP 4160 3226 0 0.625 1 4228 3635 0 0 0.938 4160 3226 0 0.625 1 2 interp_poly 4228 3635 0 0 0.938 4188 1650 0.812 0 0 4228 3635 0 0 0.938 2 interp_poly 68 -123 -40 -1985 4228 3635 3 MP PP 4228 3635 0 0 0.938 4188 1650 0.812 0 0 4228 3635 0 0 0.938 2 interp_poly 4188 1650 0.812 0 0 4256 1527 0.625 0 0 4188 1650 0.812 0 0 2 interp_poly -40 102 68 601 4212 2910 3 MP PP 4212 2910 0.312 1 0.75 4280 3511 0 0.25 1 4212 2910 0.312 1 0.75 2 interp_poly 4280 3511 0 0.25 1 4240 3613 0 0.0625 1 4280 3511 0 0.25 1 2 interp_poly 68 601 -40 -274 4252 3184 3 MP PP 4252 3184 0 0.875 1 4212 2910 0.312 1 0.75 4252 3184 0 0.875 1 2 interp_poly 4212 2910 0.312 1 0.75 4280 3511 0 0.25 1 4212 2910 0.312 1 0.75 2 interp_poly -40 617 68 -290 4252 3184 3 MP PP 4252 3184 0 0.875 1 4320 2894 0.375 1 0.688 4252 3184 0 0.875 1 2 interp_poly 4320 2894 0.375 1 0.688 4280 3511 0 0.25 1 4320 2894 0.375 1 0.688 2 interp_poly 68 -290 -40 -680 4292 3864 3 MP PP 4292 3864 0 0 0.75 4252 3184 0 0.875 1 4292 3864 0 0 0.75 2 interp_poly 4252 3184 0 0.875 1 4320 2894 0.375 1 0.688 4252 3184 0 0.875 1 2 interp_poly -40 371 68 179 4304 3341 3 MP PP 4304 3341 0 0.75 1 4372 3520 0 0.438 1 4304 3341 0 0.75 1 2 interp_poly 4372 3520 0 0.438 1 4332 3891 0 0 0.75 4372 3520 0 0.438 1 2 interp_poly 68 179 -40 -596 4344 3937 3 MP PP 4344 3937 0 0 0.812 4304 3341 0 0.75 1 4344 3937 0 0 0.812 2 interp_poly 4304 3341 0 0.75 1 4372 3520 0 0.438 1 4304 3341 0 0.75 1 2 interp_poly -40 -19 68 -98 4080 3807 3 MP PP 4080 3807 0 0 0.562 4148 3709 0 0 0.688 4080 3807 0 0 0.562 2 interp_poly 4148 3709 0 0 0.688 4108 3690 0 0 0.688 4148 3709 0 0 0.688 2 interp_poly -40 -204 68 20 3936 3553 3 MP PP 3936 3553 0 0 0.688 4004 3573 0 0 0.625 3936 3553 0 0 0.688 2 interp_poly 4004 3573 0 0 0.625 3964 3369 0 0 0.875 4004 3573 0 0 0.625 2 interp_poly -40 115 68 -178 3611 3003 3 MP PP 3611 3003 0 0 0.625 3679 2825 0 0 0.875 3611 3003 0 0 0.625 2 interp_poly 3679 2825 0 0 0.875 3639 2940 0 0 0.625 3679 2825 0 0 0.875 2 interp_poly -40 -723 68 -62 3635 3165 3 MP PP 3635 3165 0 0 0.562 3703 3103 0 0 0.625 3635 3165 0 0 0.562 2 interp_poly 3703 3103 0 0 0.625 3663 2380 0 0.812 1 3703 3103 0 0 0.625 2 interp_poly 68 -62 -40 897 3675 2268 3 MP PP 3675 2268 0.125 1 0.938 3635 3165 0 0 0.562 3675 2268 0.125 1 0.938 2 interp_poly 3635 3165 0 0 0.562 3703 3103 0 0 0.625 3635 3165 0 0 0.562 2 interp_poly -40 812 68 23 3675 2268 3 MP PP 3675 2268 0.125 1 0.938 3743 2291 0.0625 1 1 3675 2268 0.125 1 0.938 2 interp_poly 3743 2291 0.0625 1 1 3703 3103 0 0 0.625 3743 2291 0.0625 1 1 2 interp_poly -40 -189 67 -136 3688 3085 3 MP PP 3688 3085 0 0 0.812 3755 2949 0 0.0625 1 3688 3085 0 0 0.812 2 interp_poly 3755 2949 0 0.0625 1 3715 2760 0 0.312 1 3755 2949 0 0.0625 1 2 interp_poly 67 -136 -40 -35 3728 3120 3 MP PP 3728 3120 0 0 0.812 3688 3085 0 0 0.812 3728 3120 0 0 0.812 2 interp_poly 3688 3085 0 0 0.812 3755 2949 0 0.0625 1 3688 3085 0 0 0.812 2 interp_poly -40 -263 68 -206 3715 2760 3 MP PP 3715 2760 0 0.312 1 3783 2554 0 0.625 1 3715 2760 0 0.312 1 2 interp_poly 3783 2554 0 0.625 1 3743 2291 0.0625 1 1 3783 2554 0 0.625 1 2 interp_poly 68 -206 -40 -189 3755 2949 3 MP PP 3755 2949 0 0.0625 1 3715 2760 0 0.312 1 3755 2949 0 0.0625 1 2 interp_poly 3715 2760 0 0.312 1 3783 2554 0 0.625 1 3715 2760 0 0.312 1 2 interp_poly -40 -19 67 -152 3728 3120 3 MP PP 3728 3120 0 0 0.812 3795 2968 0 0.0625 1 3728 3120 0 0 0.812 2 interp_poly 3795 2968 0 0.0625 1 3755 2949 0 0.0625 1 3795 2968 0 0.0625 1 2 interp_poly 68 -132 -40 -263 3783 2554 3 MP PP 3783 2554 0 0.625 1 3743 2291 0.0625 1 1 3783 2554 0 0.625 1 2 interp_poly 3743 2291 0.0625 1 1 3811 2159 0.25 1 0.812 3743 2291 0.0625 1 1 2 interp_poly 67 -152 -40 795 3768 2325 3 MP PP 3768 2325 0.188 1 0.875 3728 3120 0 0 0.812 3768 2325 0.188 1 0.875 2 interp_poly 3728 3120 0 0 0.812 3795 2968 0 0.0625 1 3728 3120 0 0 0.812 2 interp_poly -40 428 67 215 3768 2325 3 MP PP 3768 2325 0.188 1 0.875 3835 2540 0 0.812 1 3768 2325 0.188 1 0.875 2 interp_poly 3835 2540 0 0.812 1 3795 2968 0 0.0625 1 3835 2540 0 0.812 1 2 interp_poly -40 -799 68 -29 3740 3153 3 MP PP 3740 3153 0 0 0.875 3808 3124 0 0 0.875 3740 3153 0 0 0.875 2 interp_poly 3808 3124 0 0 0.875 3768 2325 0.188 1 0.875 3808 3124 0 0 0.875 2 interp_poly 68 -29 -40 28 3780 3125 3 MP PP 3780 3125 0 0 0.938 3740 3153 0 0 0.875 3780 3125 0 0 0.938 2 interp_poly 3740 3153 0 0 0.875 3808 3124 0 0 0.875 3740 3153 0 0 0.875 2 interp_poly -40 28 68 -90 3712 3215 3 MP PP 3712 3215 0 0 0.812 3780 3125 0 0 0.938 3712 3215 0 0 0.812 2 interp_poly 3780 3125 0 0 0.938 3740 3153 0 0 0.875 3780 3125 0 0 0.938 2 interp_poly 68 -90 -40 -28 3752 3243 3 MP PP 3752 3243 0 0 0.812 3712 3215 0 0 0.812 3752 3243 0 0 0.812 2 interp_poly 3712 3215 0 0 0.812 3780 3125 0 0 0.938 3712 3215 0 0 0.812 2 interp_poly -40 -1080 68 -110 3735 2162 3 MP PP 3735 2162 0 0.875 1 3803 2052 0.0625 1 1 3735 2162 0 0.875 1 2 interp_poly 3803 2052 0.0625 1 1 3763 972 1 0.188 0 3803 2052 0.0625 1 1 2 interp_poly 68 -220 -40 -1080 3803 2052 3 MP PP 3803 2052 0.0625 1 1 3763 972 1 0.188 0 3803 2052 0.0625 1 1 2 interp_poly 3763 972 1 0.188 0 3831 752 0.875 0 0 3763 972 1 0.188 0 2 interp_poly 67 215 -40 -799 3808 3124 3 MP PP 3808 3124 0 0 0.875 3768 2325 0.188 1 0.875 3808 3124 0 0 0.875 2 interp_poly 3768 2325 0.188 1 0.875 3835 2540 0 0.812 1 3768 2325 0.188 1 0.875 2 interp_poly -40 -326 67 -258 3808 3124 3 MP PP 3808 3124 0 0 0.875 3875 2866 0 0.312 1 3808 3124 0 0 0.875 2 interp_poly 3875 2866 0 0.312 1 3835 2540 0 0.812 1 3875 2866 0 0.312 1 2 interp_poly 68 -315 -40 1625 3792 1618 3 MP PP 3792 1618 1 0.438 0 3752 3243 0 0 0.812 3792 1618 1 0.438 0 2 interp_poly 3752 3243 0 0 0.812 3820 2928 0 0.312 1 3752 3243 0 0 0.812 2 interp_poly -40 1491 68 -181 3792 1618 3 MP PP 3792 1618 1 0.438 0 3860 1437 1 0.188 0 3792 1618 1 0.438 0 2 interp_poly 3860 1437 1 0.188 0 3820 2928 0 0.312 1 3860 1437 1 0.188 0 2 interp_poly 67 -258 -40 -67 3848 3191 3 MP PP 3848 3191 0 0 0.812 3808 3124 0 0 0.875 3848 3191 0 0 0.812 2 interp_poly 3808 3124 0 0 0.875 3875 2866 0 0.312 1 3808 3124 0 0 0.875 2 interp_poly 68 269 -40 1491 3860 1437 3 MP PP 3860 1437 1 0.188 0 3820 2928 0 0.312 1 3860 1437 1 0.188 0 2 interp_poly 3820 2928 0 0.312 1 3888 3197 0 0 0.812 3820 2928 0 0.312 1 2 interp_poly -40 -1223 68 -160 3764 3001 3 MP PP 3764 3001 0 0.312 1 3832 2841 0 0.562 1 3764 3001 0 0.312 1 2 interp_poly 3832 2841 0 0.562 1 3792 1618 1 0.438 0 3832 2841 0 0.562 1 2 interp_poly 68 -181 -40 -1223 3832 2841 3 MP PP 3832 2841 0 0.562 1 3792 1618 1 0.438 0 3832 2841 0 0.562 1 2 interp_poly 3792 1618 1 0.438 0 3860 1437 1 0.188 0 3792 1618 1 0.438 0 2 interp_poly -40 1793 68 -33 3860 1437 3 MP PP 3860 1437 1 0.188 0 3928 1404 1 0.125 0 3860 1437 1 0.188 0 2 interp_poly 3928 1404 1 0.125 0 3888 3197 0 0 0.812 3928 1404 1 0.125 0 2 interp_poly -40 -1512 68 108 3832 2841 3 MP PP 3832 2841 0 0.562 1 3900 2949 0 0.375 1 3832 2841 0 0.562 1 2 interp_poly 3900 2949 0 0.375 1 3860 1437 1 0.188 0 3900 2949 0 0.375 1 2 interp_poly -40 -18 68 148 3804 2711 3 MP PP 3804 2711 0 0.875 1 3872 2859 0 0.562 1 3804 2711 0 0.875 1 2 interp_poly 3872 2859 0 0.562 1 3832 2841 0 0.562 1 3872 2859 0 0.562 1 2 interp_poly 68 148 -40 39 3844 2672 3 MP PP 3844 2672 0 0.938 1 3804 2711 0 0.875 1 3844 2672 0 0.938 1 2 interp_poly 3804 2711 0 0.875 1 3872 2859 0 0.562 1 3804 2711 0 0.875 1 2 interp_poly 68 108 -40 -18 3872 2859 3 MP PP 3872 2859 0 0.562 1 3832 2841 0 0.562 1 3872 2859 0 0.562 1 2 interp_poly 3832 2841 0 0.562 1 3900 2949 0 0.375 1 3832 2841 0 0.562 1 2 interp_poly -40 -388 68 575 3844 2672 3 MP PP 3844 2672 0 0.938 1 3912 3247 0 0 0.938 3844 2672 0 0.938 1 2 interp_poly 3912 3247 0 0 0.938 3872 2859 0 0.562 1 3912 3247 0 0 0.938 2 interp_poly -40 -6 68 269 3820 2928 3 MP PP 3820 2928 0 0.312 1 3888 3197 0 0 0.812 3820 2928 0 0.312 1 2 interp_poly 3888 3197 0 0 0.812 3848 3191 0 0 0.812 3888 3197 0 0 0.812 2 interp_poly 67 140 -40 -6 3888 3197 3 MP PP 3888 3197 0 0 0.812 3848 3191 0 0 0.812 3888 3197 0 0 0.812 2 interp_poly 3848 3191 0 0 0.812 3915 3331 0 0 0.562 3848 3191 0 0 0.812 2 interp_poly 68 575 -40 -538 3884 3210 3 MP PP 3884 3210 0 0.0625 1 3844 2672 0 0.938 1 3884 3210 0 0.0625 1 2 interp_poly 3844 2672 0 0.938 1 3912 3247 0 0 0.938 3844 2672 0 0.938 1 2 interp_poly 68 -33 -40 -1512 3900 2949 3 MP PP 3900 2949 0 0.375 1 3860 1437 1 0.188 0 3900 2949 0 0.375 1 2 interp_poly 3860 1437 1 0.188 0 3928 1404 1 0.125 0 3860 1437 1 0.188 0 2 interp_poly -40 341 68 -251 3872 2859 3 MP PP 3872 2859 0 0.562 1 3940 2608 0 1 1 3872 2859 0 0.562 1 2 interp_poly 3940 2608 0 1 1 3900 2949 0 0.375 1 3940 2608 0 1 1 2 interp_poly 68 -251 -40 -388 3912 3247 3 MP PP 3912 3247 0 0 0.938 3872 2859 0 0.562 1 3912 3247 0 0 0.938 2 interp_poly 3872 2859 0 0.562 1 3940 2608 0 1 1 3872 2859 0 0.562 1 2 interp_poly -40 222 68 -185 3884 3210 3 MP PP 3884 3210 0 0.0625 1 3952 3025 0 0.375 1 3884 3210 0 0.0625 1 2 interp_poly 3952 3025 0 0.375 1 3912 3247 0 0 0.938 3952 3025 0 0.375 1 2 interp_poly 68 -185 -40 -106 3924 3316 3 MP PP 3924 3316 0 0 0.938 3884 3210 0 0.0625 1 3924 3316 0 0 0.938 2 interp_poly 3884 3210 0 0.0625 1 3952 3025 0 0.375 1 3884 3210 0 0.0625 1 2 interp_poly -40 -53 68 -38 3896 3407 3 MP PP 3896 3407 0 0 0.875 3964 3369 0 0 0.875 3896 3407 0 0 0.875 2 interp_poly 3964 3369 0 0 0.875 3924 3316 0 0 0.938 3964 3369 0 0 0.875 2 interp_poly 68 -38 -40 -146 3936 3553 3 MP PP 3936 3553 0 0 0.688 3896 3407 0 0 0.875 3936 3553 0 0 0.688 2 interp_poly 3896 3407 0 0 0.875 3964 3369 0 0 0.875 3896 3407 0 0 0.875 2 interp_poly 68 20 -40 1575 3976 1978 3 MP PP 3976 1978 1 0.688 0 3936 3553 0 0 0.688 3976 1978 1 0.688 0 2 interp_poly 3936 3553 0 0 0.688 4004 3573 0 0 0.625 3936 3553 0 0 0.688 2 interp_poly -40 -475 68 -60 3988 3684 3 MP PP 3988 3684 0 0 0.562 4056 3624 0 0 0.688 3988 3684 0 0 0.562 2 interp_poly 4056 3624 0 0 0.688 4016 3149 0 0.438 1 4056 3624 0 0 0.688 2 interp_poly 68 -60 -40 491 4028 3193 3 MP PP 4028 3193 0 0.438 1 3988 3684 0 0 0.562 4028 3193 0 0.438 1 2 interp_poly 3988 3684 0 0 0.562 4056 3624 0 0 0.688 3988 3684 0 0 0.562 2 interp_poly -40 853 68 -422 4028 3193 3 MP PP 4028 3193 0 0.438 1 4096 2771 0.125 1 0.938 4028 3193 0 0.438 1 2 interp_poly 4096 2771 0.125 1 0.938 4056 3624 0 0 0.688 4096 2771 0.125 1 0.938 2 interp_poly -40 -637 68 80 4040 3610 3 MP PP 4040 3610 0 0 0.875 4108 3690 0 0 0.688 4040 3610 0 0 0.875 2 interp_poly 4108 3690 0 0 0.688 4068 3053 0 0.75 1 4108 3690 0 0 0.688 2 interp_poly 68 80 -40 -197 4080 3807 3 MP PP 4080 3807 0 0 0.562 4040 3610 0 0 0.875 4080 3807 0 0 0.562 2 interp_poly 4040 3610 0 0 0.875 4108 3690 0 0 0.688 4040 3610 0 0 0.875 2 interp_poly -40 -662 68 380 4068 3053 3 MP PP 4068 3053 0 0.75 1 4136 3433 0 0.0625 1 4068 3053 0 0.75 1 2 interp_poly 4136 3433 0 0.0625 1 4096 2771 0.125 1 0.938 4136 3433 0 0.0625 1 2 interp_poly 68 380 -40 -637 4108 3690 3 MP PP 4108 3690 0 0 0.688 4068 3053 0 0.75 1 4108 3690 0 0 0.688 2 interp_poly 4068 3053 0 0.75 1 4136 3433 0 0.0625 1 4068 3053 0 0.75 1 2 interp_poly 68 -86 -40 -662 4136 3433 3 MP PP 4136 3433 0 0.0625 1 4096 2771 0.125 1 0.938 4136 3433 0 0.0625 1 2 interp_poly 4096 2771 0.125 1 0.938 4164 2685 0.25 1 0.812 4096 2771 0.125 1 0.938 2 interp_poly 68 -98 -40 875 4120 2932 3 MP PP 4120 2932 0.0625 1 1 4080 3807 0 0 0.562 4120 2932 0.0625 1 1 2 interp_poly 4080 3807 0 0 0.562 4148 3709 0 0 0.688 4080 3807 0 0 0.562 2 interp_poly -40 -28 68 4 4075 2494 3 MP PP 4075 2494 0.125 1 0.938 4143 2498 0.125 1 0.938 4075 2494 0.125 1 0.938 2 interp_poly 4143 2498 0.125 1 0.938 4103 2470 0.125 1 0.938 4143 2498 0.125 1 0.938 2 interp_poly -40 2059 68 -1282 4120 2932 3 MP PP 4120 2932 0.0625 1 1 4188 1650 0.812 0 0 4120 2932 0.0625 1 1 2 interp_poly 4188 1650 0.812 0 0 4148 3709 0 0 0.688 4188 1650 0.812 0 0 2 interp_poly -40 -552 68 89 4132 3689 3 MP PP 4132 3689 0 0 0.875 4200 3778 0 0 0.75 4132 3689 0 0 0.875 2 interp_poly 4200 3778 0 0 0.75 4160 3226 0 0.625 1 4200 3778 0 0 0.75 2 interp_poly 68 409 -40 -552 4200 3778 3 MP PP 4200 3778 0 0 0.75 4160 3226 0 0.625 1 4200 3778 0 0 0.75 2 interp_poly 4160 3226 0 0.625 1 4228 3635 0 0 0.938 4160 3226 0 0.625 1 2 interp_poly -40 -188 68 45 4200 3778 3 MP PP 4200 3778 0 0 0.75 4268 3823 0 0 0.625 4200 3778 0 0 0.75 2 interp_poly 4268 3823 0 0 0.625 4228 3635 0 0 0.938 4268 3823 0 0 0.625 2 interp_poly -40 165 68 -110 4172 3723 3 MP PP 4172 3723 0 0 0.875 4240 3613 0 0.0625 1 4172 3723 0 0 0.875 2 interp_poly 4240 3613 0 0.0625 1 4200 3778 0 0 0.75 4240 3613 0 0.0625 1 2 interp_poly 68 -110 -40 813 4212 2910 3 MP PP 4212 2910 0.312 1 0.75 4172 3723 0 0 0.875 4212 2910 0.312 1 0.75 2 interp_poly 4172 3723 0 0 0.875 4240 3613 0 0.0625 1 4172 3723 0 0 0.875 2 interp_poly 68 45 -40 165 4240 3613 3 MP PP 4240 3613 0 0.0625 1 4200 3778 0 0 0.75 4240 3613 0 0.0625 1 2 interp_poly 4200 3778 0 0 0.75 4268 3823 0 0 0.625 4200 3778 0 0 0.75 2 interp_poly -40 -680 68 -121 4224 3985 3 MP PP 4224 3985 0 0 0.562 4292 3864 0 0 0.75 4224 3985 0 0 0.562 2 interp_poly 4292 3864 0 0 0.75 4252 3184 0 0.875 1 4292 3864 0 0 0.75 2 interp_poly 68 215 -40 335 4304 3341 3 MP PP 4304 3341 0 0.75 1 4264 3676 0 0.125 1 4304 3341 0 0.75 1 2 interp_poly 4264 3676 0 0.125 1 4332 3891 0 0 0.75 4264 3676 0 0.125 1 2 interp_poly 68 -121 -40 309 4264 3676 3 MP PP 4264 3676 0 0.125 1 4224 3985 0 0 0.562 4264 3676 0 0.125 1 2 interp_poly 4224 3985 0 0 0.562 4292 3864 0 0 0.75 4224 3985 0 0 0.562 2 interp_poly -40 -27 68 215 4264 3676 3 MP PP 4264 3676 0 0.125 1 4332 3891 0 0 0.75 4264 3676 0 0.125 1 2 interp_poly 4332 3891 0 0 0.75 4292 3864 0 0 0.75 4332 3891 0 0 0.75 2 interp_poly -40 -596 67 9 4277 3928 3 MP PP 4277 3928 0 0 0.812 4344 3937 0 0 0.812 4277 3928 0 0 0.812 2 interp_poly 4344 3937 0 0 0.812 4304 3341 0 0.75 1 4344 3937 0 0 0.812 2 interp_poly -40 -348 68 -69 4344 3937 3 MP PP 4344 3937 0 0 0.812 4412 3868 0 0 0.875 4344 3937 0 0 0.812 2 interp_poly 4412 3868 0 0 0.875 4372 3520 0 0.438 1 4412 3868 0 0 0.875 2 interp_poly -40 451 67 -225 4317 3711 3 MP PP 4317 3711 0 0.25 1 4384 3486 0 0.625 1 4317 3711 0 0.25 1 2 interp_poly 4384 3486 0 0.625 1 4344 3937 0 0 0.812 4384 3486 0 0.625 1 2 interp_poly 67 -225 -40 72 4357 3639 3 MP PP 4357 3639 0 0.375 1 4317 3711 0 0.25 1 4357 3639 0 0.375 1 2 interp_poly 4317 3711 0 0.25 1 4384 3486 0 0.625 1 4317 3711 0 0.25 1 2 interp_poly 68 -69 -40 451 4384 3486 3 MP PP 4384 3486 0 0.625 1 4344 3937 0 0 0.812 4384 3486 0 0.625 1 2 interp_poly 4344 3937 0 0 0.812 4412 3868 0 0 0.875 4344 3937 0 0 0.812 2 interp_poly -40 -77 67 -76 4357 3639 3 MP PP 4357 3639 0 0.375 1 4424 3563 0 0.5 1 4357 3639 0 0.375 1 2 interp_poly 4424 3563 0 0.5 1 4384 3486 0 0.625 1 4424 3563 0 0.5 1 2 interp_poly -40 134 68 244 4329 3261 3 MP PP 4329 3261 0.125 1 0.938 4397 3505 0 0.688 1 4329 3261 0.125 1 0.938 2 interp_poly 4397 3505 0 0.688 1 4357 3639 0 0.375 1 4397 3505 0 0.688 1 2 interp_poly 68 244 -40 -115 4369 3376 3 MP PP 4369 3376 0 0.938 1 4329 3261 0.125 1 0.938 4369 3376 0 0.938 1 2 interp_poly 4329 3261 0.125 1 0.938 4397 3505 0 0.688 1 4329 3261 0.125 1 0.938 2 interp_poly 67 -76 -40 134 4397 3505 3 MP PP 4397 3505 0 0.688 1 4357 3639 0 0.375 1 4397 3505 0 0.688 1 2 interp_poly 4357 3639 0 0.375 1 4424 3563 0 0.5 1 4357 3639 0 0.375 1 2 interp_poly -40 -710 68 -14 4341 4100 3 MP PP 4341 4100 0 0 0.812 4409 4086 0 0 0.812 4341 4100 0 0 0.812 2 interp_poly 4409 4086 0 0 0.812 4369 3376 0 0.938 1 4409 4086 0 0 0.812 2 interp_poly -40 252 68 -123 4369 3376 3 MP PP 4369 3376 0 0.938 1 4437 3253 0.125 1 0.938 4369 3376 0 0.938 1 2 interp_poly 4437 3253 0.125 1 0.938 4397 3505 0 0.688 1 4437 3253 0.125 1 0.938 2 interp_poly 68 -123 -40 -710 4409 4086 3 MP PP 4409 4086 0 0 0.812 4369 3376 0 0.938 1 4409 4086 0 0 0.812 2 interp_poly 4369 3376 0 0.938 1 4437 3253 0.125 1 0.938 4369 3376 0 0.938 1 2 interp_poly -40 459 68 -8 4381 3635 3 MP PP 4381 3635 0 0.625 1 4449 3627 0 0.625 1 4381 3635 0 0.625 1 2 interp_poly 4449 3627 0 0.625 1 4409 4086 0 0 0.812 4449 3627 0 0.625 1 2 interp_poly 68 -8 -40 -554 4421 4189 3 MP PP 4421 4189 0 0 0.75 4381 3635 0 0.625 1 4421 4189 0 0 0.75 2 interp_poly 4381 3635 0 0.625 1 4449 3627 0 0.625 1 4381 3635 0 0.625 1 2 interp_poly 68 -14 -40 465 4381 3635 3 MP PP 4381 3635 0 0.625 1 4341 4100 0 0 0.812 4381 3635 0 0.625 1 2 interp_poly 4341 4100 0 0 0.812 4409 4086 0 0 0.812 4341 4100 0 0 0.812 2 interp_poly -40 -554 68 -2 4353 4191 3 MP PP 4353 4191 0 0 0.75 4421 4189 0 0 0.75 4353 4191 0 0 0.75 2 interp_poly 4421 4189 0 0 0.75 4381 3635 0 0.625 1 4421 4189 0 0 0.75 2 interp_poly 68 89 -40 -34 4172 3723 3 MP PP 4172 3723 0 0 0.875 4132 3689 0 0 0.875 4172 3723 0 0 0.875 2 interp_poly 4132 3689 0 0 0.875 4200 3778 0 0 0.75 4132 3689 0 0 0.875 2 interp_poly -40 -34 68 -110 4104 3833 3 MP PP 4104 3833 0 0 0.75 4172 3723 0 0 0.875 4104 3833 0 0 0.75 2 interp_poly 4172 3723 0 0 0.875 4132 3689 0 0 0.875 4172 3723 0 0 0.875 2 interp_poly -40 -197 68 -9 4012 3816 3 MP PP 4012 3816 0 0 0.562 4080 3807 0 0 0.562 4012 3816 0 0 0.562 2 interp_poly 4080 3807 0 0 0.562 4040 3610 0 0 0.875 4080 3807 0 0 0.562 2 interp_poly -40 -146 68 28 3868 3525 3 MP PP 3868 3525 0 0 0.75 3936 3553 0 0 0.688 3868 3525 0 0 0.75 2 interp_poly 3936 3553 0 0 0.688 3896 3407 0 0 0.875 3936 3553 0 0 0.688 2 interp_poly -40 -67 68 66 3780 3125 3 MP PP 3780 3125 0 0 0.938 3848 3191 0 0 0.812 3780 3125 0 0 0.938 2 interp_poly 3848 3191 0 0 0.812 3808 3124 0 0 0.875 3848 3191 0 0 0.812 2 interp_poly 68 66 -40 197 3820 2928 3 MP PP 3820 2928 0 0.312 1 3780 3125 0 0 0.938 3820 2928 0 0.312 1 2 interp_poly 3780 3125 0 0 0.938 3848 3191 0 0 0.812 3780 3125 0 0 0.938 2 interp_poly -40 -538 68 46 3816 3164 3 MP PP 3816 3164 0 0.188 1 3884 3210 0 0.0625 1 3816 3164 0 0.188 1 2 interp_poly 3884 3210 0 0.0625 1 3844 2672 0 0.938 1 3884 3210 0 0.0625 1 2 interp_poly 68 46 -40 -128 3856 3292 3 MP PP 3856 3292 0 0 1 3816 3164 0 0.188 1 3856 3292 0 0 1 2 interp_poly 3816 3164 0 0.188 1 3884 3210 0 0.0625 1 3816 3164 0 0.188 1 2 interp_poly -40 -115 68 -104 3828 3511 3 MP PP 3828 3511 0 0 0.688 3896 3407 0 0 0.875 3828 3511 0 0 0.688 2 interp_poly 3896 3407 0 0 0.875 3856 3292 0 0 1 3896 3407 0 0 0.875 2 interp_poly 68 -104 -40 -14 3868 3525 3 MP PP 3868 3525 0 0 0.75 3828 3511 0 0 0.688 3868 3525 0 0 0.75 2 interp_poly 3828 3511 0 0 0.688 3896 3407 0 0 0.875 3828 3511 0 0 0.688 2 interp_poly -40 -106 68 24 3856 3292 3 MP PP 3856 3292 0 0 1 3924 3316 0 0 0.938 3856 3292 0 0 1 2 interp_poly 3924 3316 0 0 0.938 3884 3210 0 0.0625 1 3924 3316 0 0 0.938 2 interp_poly 68 24 -40 -115 3896 3407 3 MP PP 3896 3407 0 0 0.875 3856 3292 0 0 1 3896 3407 0 0 0.875 2 interp_poly 3856 3292 0 0 1 3924 3316 0 0 0.938 3856 3292 0 0 1 2 interp_poly 68 28 -40 1380 3908 2145 3 MP PP 3908 2145 1 0.938 0 3868 3525 0 0 0.75 3908 2145 1 0.938 0 2 interp_poly 3868 3525 0 0 0.75 3936 3553 0 0 0.688 3868 3525 0 0 0.75 2 interp_poly -40 1575 68 -167 3908 2145 3 MP PP 3908 2145 1 0.938 0 3976 1978 1 0.688 0 3908 2145 1 0.938 0 2 interp_poly 3976 1978 1 0.688 0 3936 3553 0 0 0.688 3976 1978 1 0.688 0 2 interp_poly -40 -500 68 170 3920 3514 3 MP PP 3920 3514 0 0 0.875 3988 3684 0 0 0.562 3920 3514 0 0 0.875 2 interp_poly 3988 3684 0 0 0.562 3948 3184 0 0.375 1 3988 3684 0 0 0.562 2 interp_poly 68 -35 -40 -500 3988 3684 3 MP PP 3988 3684 0 0 0.562 3948 3184 0 0.375 1 3988 3684 0 0 0.562 2 interp_poly 3948 3184 0 0.375 1 4016 3149 0 0.438 1 3948 3184 0 0.375 1 2 interp_poly 68 170 -40 247 3960 3267 3 MP PP 3960 3267 0 0.375 1 3920 3514 0 0 0.875 3960 3267 0 0.375 1 2 interp_poly 3920 3514 0 0 0.875 3988 3684 0 0 0.562 3920 3514 0 0 0.875 2 interp_poly -40 491 68 -74 3960 3267 3 MP PP 3960 3267 0 0.375 1 4028 3193 0 0.438 1 3960 3267 0 0.375 1 2 interp_poly 4028 3193 0 0.438 1 3988 3684 0 0 0.562 4028 3193 0 0.438 1 2 interp_poly 68 -74 -40 62 4000 3205 3 MP PP 4000 3205 0 0.5 1 3960 3267 0 0.375 1 4000 3205 0 0.5 1 2 interp_poly 3960 3267 0 0.375 1 4028 3193 0 0.438 1 3960 3267 0 0.375 1 2 interp_poly -40 -405 68 126 3972 3484 3 MP PP 3972 3484 0 0.0625 1 4040 3610 0 0 0.875 3972 3484 0 0.0625 1 2 interp_poly 4040 3610 0 0 0.875 4000 3205 0 0.5 1 4040 3610 0 0 0.875 2 interp_poly 68 126 -40 -332 4012 3816 3 MP PP 4012 3816 0 0 0.562 3972 3484 0 0.0625 1 4012 3816 0 0 0.562 2 interp_poly 3972 3484 0 0.0625 1 4040 3610 0 0 0.875 3972 3484 0 0.0625 1 2 interp_poly 68 1091 -40 -1171 4016 3149 3 MP PP 4016 3149 0 0.438 1 3976 1978 1 0.688 0 4016 3149 0 0.438 1 2 interp_poly 3976 1978 1 0.688 0 4044 3069 0 0.5 1 3976 1978 1 0.688 0 2 interp_poly 68 -422 -40 140 4068 3053 3 MP PP 4068 3053 0 0.75 1 4028 3193 0 0.438 1 4068 3053 0 0.75 1 2 interp_poly 4028 3193 0 0.438 1 4096 2771 0.125 1 0.938 4028 3193 0 0.438 1 2 interp_poly -40 140 68 -152 4000 3205 3 MP PP 4000 3205 0 0.5 1 4068 3053 0 0.75 1 4000 3205 0 0.5 1 2 interp_poly 4068 3053 0 0.75 1 4028 3193 0 0.438 1 4068 3053 0 0.75 1 2 interp_poly 68 -152 -40 -405 4040 3610 3 MP PP 4040 3610 0 0 0.875 4000 3205 0 0.5 1 4040 3610 0 0 0.875 2 interp_poly 4000 3205 0 0.5 1 4068 3053 0 0.75 1 4000 3205 0 0.5 1 2 interp_poly 68 -9 -40 975 4052 2841 3 MP PP 4052 2841 0.25 1 0.812 4012 3816 0 0 0.562 4052 2841 0.25 1 0.812 2 interp_poly 4012 3816 0 0 0.562 4080 3807 0 0 0.562 4012 3816 0 0 0.562 2 interp_poly -40 875 68 91 4052 2841 3 MP PP 4052 2841 0.25 1 0.812 4120 2932 0.0625 1 1 4052 2841 0.25 1 0.812 2 interp_poly 4120 2932 0.0625 1 1 4080 3807 0 0 0.562 4120 2932 0.0625 1 1 2 interp_poly -40 -115 68 -77 4064 3766 3 MP PP 4064 3766 0 0 0.812 4132 3689 0 0 0.875 4064 3766 0 0 0.812 2 interp_poly 4132 3689 0 0 0.875 4092 3574 0 0.0625 1 4132 3689 0 0 0.875 2 interp_poly 68 -77 -40 -67 4104 3833 3 MP PP 4104 3833 0 0 0.75 4064 3766 0 0 0.812 4104 3833 0 0 0.75 2 interp_poly 4064 3766 0 0 0.812 4132 3689 0 0 0.875 4064 3766 0 0 0.812 2 interp_poly -40 -294 68 -348 4092 3574 3 MP PP 4092 3574 0 0.0625 1 4160 3226 0 0.625 1 4092 3574 0 0.0625 1 2 interp_poly 4160 3226 0 0.625 1 4120 2932 0.0625 1 1 4160 3226 0 0.625 1 2 interp_poly 68 -348 -40 -115 4132 3689 3 MP PP 4132 3689 0 0 0.875 4092 3574 0 0.0625 1 4132 3689 0 0 0.875 2 interp_poly 4092 3574 0 0.0625 1 4160 3226 0 0.625 1 4092 3574 0 0.0625 1 2 interp_poly 68 -1282 -40 -294 4160 3226 3 MP PP 4160 3226 0 0.625 1 4120 2932 0.0625 1 1 4160 3226 0 0.625 1 2 interp_poly 4120 2932 0.0625 1 1 4188 1650 0.812 0 0 4120 2932 0.0625 1 1 2 interp_poly 68 -110 -40 986 4144 2847 3 MP PP 4144 2847 0.438 1 0.625 4104 3833 0 0 0.75 4144 2847 0.438 1 0.625 2 interp_poly 4104 3833 0 0 0.75 4172 3723 0 0 0.875 4104 3833 0 0 0.75 2 interp_poly -40 813 68 63 4144 2847 3 MP PP 4144 2847 0.438 1 0.625 4212 2910 0.312 1 0.75 4144 2847 0.438 1 0.625 2 interp_poly 4212 2910 0.312 1 0.75 4172 3723 0 0 0.875 4212 2910 0.312 1 0.75 2 interp_poly -40 -775 67 -16 4157 4001 3 MP PP 4157 4001 0 0 0.562 4224 3985 0 0 0.562 4157 4001 0 0 0.562 2 interp_poly 4224 3985 0 0 0.562 4184 3210 0 0.875 1 4224 3985 0 0 0.562 2 interp_poly 67 -16 -40 468 4197 3533 3 MP PP 4197 3533 0 0.438 1 4157 4001 0 0 0.562 4197 3533 0 0.438 1 2 interp_poly 4157 4001 0 0 0.562 4224 3985 0 0 0.562 4157 4001 0 0 0.562 2 interp_poly 68 -26 -40 -775 4224 3985 3 MP PP 4224 3985 0 0 0.562 4184 3210 0 0.875 1 4224 3985 0 0 0.562 2 interp_poly 4184 3210 0 0.875 1 4252 3184 0 0.875 1 4184 3210 0 0.875 1 2 interp_poly -40 309 67 143 4197 3533 3 MP PP 4197 3533 0 0.438 1 4264 3676 0 0.125 1 4197 3533 0 0.438 1 2 interp_poly 4264 3676 0 0.125 1 4224 3985 0 0 0.562 4264 3676 0 0.125 1 2 interp_poly 67 143 -40 320 4237 3213 3 MP PP 4237 3213 0 1 1 4197 3533 0 0.438 1 4237 3213 0 1 1 2 interp_poly 4197 3533 0 0.438 1 4264 3676 0 0.125 1 4197 3533 0 0.438 1 2 interp_poly -40 -715 68 -73 4209 4001 3 MP PP 4209 4001 0 0 0.75 4277 3928 0 0 0.812 4209 4001 0 0 0.75 2 interp_poly 4277 3928 0 0 0.812 4237 3213 0 1 1 4277 3928 0 0 0.812 2 interp_poly 68 -73 -40 156 4249 3845 3 MP PP 4249 3845 0 0.0625 1 4209 4001 0 0 0.75 4249 3845 0 0.0625 1 2 interp_poly 4209 4001 0 0 0.75 4277 3928 0 0 0.812 4209 4001 0 0 0.75 2 interp_poly -40 -169 68 -18 4221 4032 3 MP PP 4221 4032 0 0 0.812 4289 4014 0 0 0.812 4221 4032 0 0 0.812 2 interp_poly 4289 4014 0 0 0.812 4249 3845 0 0.0625 1 4289 4014 0 0 0.812 2 interp_poly -40 -67 67 -59 4037 3892 3 MP PP 4037 3892 0 0 0.625 4104 3833 0 0 0.75 4037 3892 0 0 0.625 2 interp_poly 4104 3833 0 0 0.75 4064 3766 0 0 0.812 4104 3833 0 0 0.75 2 interp_poly -40 -332 68 21 3944 3795 3 MP PP 3944 3795 0 0 0.625 4012 3816 0 0 0.562 3944 3795 0 0 0.625 2 interp_poly 4012 3816 0 0 0.562 3972 3484 0 0.0625 1 4012 3816 0 0 0.562 2 interp_poly -40 -128 68 -21 3788 3313 3 MP PP 3788 3313 0 0 1 3856 3292 0 0 1 3788 3313 0 0 1 2 interp_poly 3856 3292 0 0 1 3816 3164 0 0.188 1 3856 3292 0 0 1 2 interp_poly 68 -21 -40 -198 3828 3511 3 MP PP 3828 3511 0 0 0.688 3788 3313 0 0 1 3828 3511 0 0 0.688 2 interp_poly 3788 3313 0 0 1 3856 3292 0 0 1 3788 3313 0 0 1 2 interp_poly -40 -14 68 -113 3800 3638 3 MP PP 3800 3638 0 0 0.562 3868 3525 0 0 0.75 3800 3638 0 0 0.562 2 interp_poly 3868 3525 0 0 0.75 3828 3511 0 0 0.688 3868 3525 0 0 0.75 2 interp_poly -40 -33 68 -1 3543 3004 3 MP PP 3543 3004 0 0 0.625 3611 3003 0 0 0.625 3543 3004 0 0 0.625 2 interp_poly 3611 3003 0 0 0.625 3571 2970 0 0 0.625 3611 3003 0 0 0.625 2 interp_poly -40 -180 68 27 3503 2943 3 MP PP 3503 2943 0 0 0.688 3571 2970 0 0 0.625 3503 2943 0 0 0.688 2 interp_poly 3571 2970 0 0 0.625 3531 2790 0 0 0.875 3571 2970 0 0 0.625 2 interp_poly 68 27 -40 -61 3543 3004 3 MP PP 3543 3004 0 0 0.625 3503 2943 0 0 0.688 3543 3004 0 0 0.625 2 interp_poly 3503 2943 0 0 0.688 3571 2970 0 0 0.625 3503 2943 0 0 0.688 2 interp_poly 68 -584 -40 -180 3571 2970 3 MP PP 3571 2970 0 0 0.625 3531 2790 0 0 0.875 3571 2970 0 0 0.625 2 interp_poly 3531 2790 0 0 0.875 3599 2206 0 0.875 1 3531 2790 0 0 0.875 2 interp_poly 68 -1 -40 183 3583 2821 3 MP PP 3583 2821 0 0 1 3543 3004 0 0 0.625 3583 2821 0 0 1 2 interp_poly 3543 3004 0 0 0.625 3611 3003 0 0 0.625 3543 3004 0 0 0.625 2 interp_poly 68 -133 -40 -20 3503 2943 3 MP PP 3503 2943 0 0 0.688 3463 2923 0 0 0.688 3503 2943 0 0 0.688 2 interp_poly 3463 2923 0 0 0.688 3531 2790 0 0 0.875 3463 2923 0 0 0.688 2 interp_poly -40 183 68 -36 3515 2857 3 MP PP 3515 2857 0 0 0.938 3583 2821 0 0 1 3515 2857 0 0 0.938 2 interp_poly 3583 2821 0 0 1 3543 3004 0 0 0.625 3583 2821 0 0 1 2 interp_poly -40 -36 68 17 3555 2840 3 MP PP 3555 2840 0 0 1 3623 2857 0 0 0.938 3555 2840 0 0 1 2 interp_poly 3623 2857 0 0 0.938 3583 2821 0 0 1 3623 2857 0 0 0.938 2 interp_poly 68 -36 -40 17 3555 2840 3 MP PP 3555 2840 0 0 1 3515 2857 0 0 0.938 3555 2840 0 0 1 2 interp_poly 3515 2857 0 0 0.938 3583 2821 0 0 1 3515 2857 0 0 0.938 2 interp_poly 68 17 -40 229 3595 2611 3 MP PP 3595 2611 0 0.438 1 3555 2840 0 0 1 3595 2611 0 0.438 1 2 interp_poly 3555 2840 0 0 1 3623 2857 0 0 0.938 3555 2840 0 0 1 2 interp_poly -40 -554 67 33 3568 3132 3 MP PP 3568 3132 0 0 0.625 3635 3165 0 0 0.562 3568 3132 0 0 0.625 2 interp_poly 3635 3165 0 0 0.562 3595 2611 0 0.438 1 3635 3165 0 0 0.562 2 interp_poly 68 84 -40 106 3451 2338 3 MP PP 3451 2338 0 0.562 1 3411 2444 0 0.375 1 3451 2338 0 0.562 1 2 interp_poly 3411 2444 0 0.375 1 3479 2528 0 0.188 1 3411 2444 0 0.375 1 2 interp_poly -40 564 68 -374 3451 2338 3 MP PP 3451 2338 0 0.562 1 3519 1964 0.188 1 0.875 3451 2338 0 0.562 1 2 interp_poly 3519 1964 0.188 1 0.875 3479 2528 0 0.188 1 3519 1964 0.188 1 0.875 2 interp_poly 68 -374 -40 519 3491 1819 3 MP PP 3491 1819 0.5 1 0.562 3451 2338 0 0.562 1 3491 1819 0.5 1 0.562 2 interp_poly 3451 2338 0 0.562 1 3519 1964 0.188 1 0.875 3451 2338 0 0.562 1 2 interp_poly 68 0 -40 564 3519 1964 3 MP PP 3519 1964 0.188 1 0.875 3479 2528 0 0.188 1 3519 1964 0.188 1 0.875 2 interp_poly 3479 2528 0 0.188 1 3547 2528 0 0.188 1 3479 2528 0 0.188 1 2 interp_poly -40 -971 68 -133 3463 2923 3 MP PP 3463 2923 0 0 0.688 3531 2790 0 0 0.875 3463 2923 0 0 0.688 2 interp_poly 3531 2790 0 0 0.875 3491 1819 0.5 1 0.562 3531 2790 0 0 0.875 2 interp_poly -40 17 67 102 3488 2738 3 MP PP 3488 2738 0 0.188 1 3555 2840 0 0 1 3488 2738 0 0.188 1 2 interp_poly 3555 2840 0 0 1 3515 2857 0 0 0.938 3555 2840 0 0 1 2 interp_poly 67 102 -40 -113 3528 2851 3 MP PP 3528 2851 0 0.0625 1 3488 2738 0 0.188 1 3528 2851 0 0.0625 1 2 interp_poly 3488 2738 0 0.188 1 3555 2840 0 0 1 3488 2738 0 0.188 1 2 interp_poly -40 229 67 -240 3528 2851 3 MP PP 3528 2851 0 0.0625 1 3595 2611 0 0.438 1 3528 2851 0 0.0625 1 2 interp_poly 3595 2611 0 0.438 1 3555 2840 0 0 1 3595 2611 0 0.438 1 2 interp_poly 67 -240 -40 -281 3568 3132 3 MP PP 3568 3132 0 0 0.625 3528 2851 0 0.0625 1 3568 3132 0 0 0.625 2 interp_poly 3528 2851 0 0.0625 1 3595 2611 0 0.438 1 3528 2851 0 0.0625 1 2 interp_poly -40 390 68 174 3519 1964 3 MP PP 3519 1964 0.188 1 0.875 3587 2138 0 0.875 1 3519 1964 0.188 1 0.875 2 interp_poly 3587 2138 0 0.875 1 3547 2528 0 0.188 1 3587 2138 0 0.875 1 2 interp_poly 68 174 -40 189 3559 1775 3 MP PP 3559 1775 0.562 1 0.5 3519 1964 0.188 1 0.875 3559 1775 0.562 1 0.5 2 interp_poly 3519 1964 0.188 1 0.875 3587 2138 0 0.875 1 3519 1964 0.188 1 0.875 2 interp_poly -40 709 68 -346 3559 1775 3 MP PP 3559 1775 0.562 1 0.5 3627 1429 1 0.938 0 3559 1775 0.562 1 0.5 2 interp_poly 3627 1429 1 0.938 0 3587 2138 0 0.875 1 3627 1429 1 0.938 0 2 interp_poly 68 12 -40 709 3627 1429 3 MP PP 3627 1429 1 0.938 0 3587 2138 0 0.875 1 3627 1429 1 0.938 0 2 interp_poly 3587 2138 0 0.875 1 3655 2150 0 0.812 1 3587 2138 0 0.875 1 2 interp_poly -40 -431 68 -584 3531 2790 3 MP PP 3531 2790 0 0 0.875 3599 2206 0 0.875 1 3531 2790 0 0 0.875 2 interp_poly 3599 2206 0 0.875 1 3559 1775 0.562 1 0.5 3599 2206 0 0.875 1 2 interp_poly 68 -346 -40 -431 3599 2206 3 MP PP 3599 2206 0 0.875 1 3559 1775 0.562 1 0.5 3599 2206 0 0.875 1 2 interp_poly 3559 1775 0.562 1 0.5 3627 1429 1 0.938 0 3559 1775 0.562 1 0.5 2 interp_poly -40 477 68 -231 3595 2611 3 MP PP 3595 2611 0 0.438 1 3663 2380 0 0.812 1 3595 2611 0 0.438 1 2 interp_poly 3663 2380 0 0.812 1 3623 2857 0 0 0.938 3663 2380 0 0.812 1 2 interp_poly 68 -231 -40 -554 3635 3165 3 MP PP 3635 3165 0 0 0.562 3595 2611 0 0.438 1 3635 3165 0 0 0.562 2 interp_poly 3595 2611 0 0.438 1 3663 2380 0 0.812 1 3595 2611 0 0.438 1 2 interp_poly -40 1376 68 -655 3627 1429 3 MP PP 3627 1429 1 0.938 0 3695 774 0.875 0 0 3627 1429 1 0.938 0 2 interp_poly 3695 774 0.875 0 0 3655 2150 0 0.812 1 3695 774 0.875 0 0 2 interp_poly -40 -762 68 -15 3599 2206 3 MP PP 3599 2206 0 0.875 1 3667 2191 0 0.875 1 3599 2206 0 0.875 1 2 interp_poly 3667 2191 0 0.875 1 3627 1429 1 0.938 0 3667 2191 0 0.875 1 2 interp_poly 67 33 -40 1294 3608 1838 3 MP PP 3608 1838 0.875 1 0.188 3568 3132 0 0 0.625 3608 1838 0.875 1 0.188 2 interp_poly 3568 3132 0 0 0.625 3635 3165 0 0 0.562 3568 3132 0 0 0.625 2 interp_poly -40 897 67 430 3608 1838 3 MP PP 3608 1838 0.875 1 0.188 3675 2268 0.125 1 0.938 3608 1838 0.875 1 0.188 2 interp_poly 3675 2268 0.125 1 0.938 3635 3165 0 0 0.562 3675 2268 0.125 1 0.938 2 interp_poly -40 -49 68 -47 3620 3132 3 MP PP 3620 3132 0 0 0.75 3688 3085 0 0 0.812 3620 3132 0 0 0.75 2 interp_poly 3688 3085 0 0 0.812 3648 3036 0 0 0.875 3688 3085 0 0 0.812 2 interp_poly -40 -1198 68 -76 3580 3112 3 MP PP 3580 3112 0 0 0.75 3648 3036 0 0 0.875 3580 3112 0 0 0.75 2 interp_poly 3648 3036 0 0 0.875 3608 1838 0.875 1 0.188 3648 3036 0 0 0.875 2 interp_poly 68 -76 -40 -20 3620 3132 3 MP PP 3620 3132 0 0 0.75 3580 3112 0 0 0.75 3620 3132 0 0 0.75 2 interp_poly 3580 3112 0 0 0.75 3648 3036 0 0 0.875 3580 3112 0 0 0.75 2 interp_poly 67 430 -40 -1198 3648 3036 3 MP PP 3648 3036 0 0 0.875 3608 1838 0.875 1 0.188 3648 3036 0 0 0.875 2 interp_poly 3608 1838 0.875 1 0.188 3675 2268 0.125 1 0.938 3608 1838 0.875 1 0.188 2 interp_poly -40 -492 67 -276 3648 3036 3 MP PP 3648 3036 0 0 0.875 3715 2760 0 0.312 1 3648 3036 0 0 0.875 2 interp_poly 3715 2760 0 0.312 1 3675 2268 0.125 1 0.938 3715 2760 0 0.312 1 2 interp_poly 67 -276 -40 -49 3688 3085 3 MP PP 3688 3085 0 0 0.812 3648 3036 0 0 0.875 3688 3085 0 0 0.812 2 interp_poly 3648 3036 0 0 0.875 3715 2760 0 0.312 1 3648 3036 0 0 0.875 2 interp_poly 68 -47 -40 301 3660 2831 3 MP PP 3660 2831 0 0.312 1 3620 3132 0 0 0.75 3660 2831 0 0.312 1 2 interp_poly 3620 3132 0 0 0.75 3688 3085 0 0 0.812 3620 3132 0 0 0.75 2 interp_poly -40 69 68 -80 3632 2842 3 MP PP 3632 2842 0 0.375 1 3700 2762 0 0.5 1 3632 2842 0 0.375 1 2 interp_poly 3700 2762 0 0.5 1 3660 2831 0 0.312 1 3700 2762 0 0.5 1 2 interp_poly -40 -61 68 41 3475 2963 3 MP PP 3475 2963 0 0 0.75 3543 3004 0 0 0.625 3475 2963 0 0 0.75 2 interp_poly 3543 3004 0 0 0.625 3503 2943 0 0 0.688 3543 3004 0 0 0.625 2 interp_poly -40 -20 68 4 3435 2939 3 MP PP 3435 2939 0 0 0.75 3503 2943 0 0 0.688 3435 2939 0 0 0.75 2 interp_poly 3503 2943 0 0 0.688 3463 2923 0 0 0.688 3503 2943 0 0 0.688 2 interp_poly 68 4 -40 -24 3475 2963 3 MP PP 3475 2963 0 0 0.75 3435 2939 0 0 0.75 3475 2963 0 0 0.75 2 interp_poly 3435 2939 0 0 0.75 3503 2943 0 0 0.688 3435 2939 0 0 0.75 2 interp_poly 68 41 -40 106 3515 2857 3 MP PP 3515 2857 0 0 0.938 3475 2963 0 0 0.75 3515 2857 0 0 0.938 2 interp_poly 3475 2963 0 0 0.75 3543 3004 0 0 0.625 3475 2963 0 0 0.75 2 interp_poly -40 -281 68 -53 3500 3185 3 MP PP 3500 3185 0 0 0.562 3568 3132 0 0 0.625 3500 3185 0 0 0.562 2 interp_poly 3568 3132 0 0 0.625 3528 2851 0 0.0625 1 3568 3132 0 0 0.625 2 interp_poly -40 106 68 -267 3383 2605 3 MP PP 3383 2605 0 0.125 1 3451 2338 0 0.562 1 3383 2605 0 0.125 1 2 interp_poly 3451 2338 0 0.562 1 3411 2444 0 0.375 1 3451 2338 0 0.562 1 2 interp_poly 68 -95 -40 -66 3383 2605 3 MP PP 3383 2605 0 0.125 1 3343 2539 0 0.188 1 3383 2605 0 0.125 1 2 interp_poly 3343 2539 0 0.188 1 3411 2444 0 0.375 1 3343 2539 0 0.188 1 2 interp_poly 68 -267 -40 484 3423 2121 3 MP PP 3423 2121 0 1 1 3383 2605 0 0.125 1 3423 2121 0 1 1 2 interp_poly 3383 2605 0 0.125 1 3451 2338 0 0.562 1 3383 2605 0 0.125 1 2 interp_poly -40 -802 68 -13 3395 2936 3 MP PP 3395 2936 0 0 0.688 3463 2923 0 0 0.688 3395 2936 0 0 0.688 2 interp_poly 3463 2923 0 0 0.688 3423 2121 0 1 1 3463 2923 0 0 0.688 2 interp_poly -40 519 68 -302 3423 2121 3 MP PP 3423 2121 0 1 1 3491 1819 0.5 1 0.562 3423 2121 0 1 1 2 interp_poly 3491 1819 0.5 1 0.562 3451 2338 0 0.562 1 3491 1819 0.5 1 0.562 2 interp_poly 68 -302 -40 -802 3463 2923 3 MP PP 3463 2923 0 0 0.688 3423 2121 0 1 1 3463 2923 0 0 0.688 2 interp_poly 3423 2121 0 1 1 3491 1819 0.5 1 0.562 3423 2121 0 1 1 2 interp_poly -40 106 67 168 3448 2689 3 MP PP 3448 2689 0 0.25 1 3515 2857 0 0 0.938 3448 2689 0 0.25 1 2 interp_poly 3515 2857 0 0 0.938 3475 2963 0 0 0.75 3515 2857 0 0 0.938 2 interp_poly 67 168 -40 -49 3488 2738 3 MP PP 3488 2738 0 0.188 1 3448 2689 0 0.25 1 3488 2738 0 0.188 1 2 interp_poly 3448 2689 0 0.25 1 3515 2857 0 0 0.938 3448 2689 0 0.25 1 2 interp_poly -40 -113 68 446 3460 2405 3 MP PP 3460 2405 0 0.812 1 3528 2851 0 0.0625 1 3460 2405 0 0.812 1 2 interp_poly 3528 2851 0 0.0625 1 3488 2738 0 0.188 1 3528 2851 0 0.0625 1 2 interp_poly -40 -66 68 -218 3315 2823 3 MP PP 3315 2823 0 0 0.812 3383 2605 0 0.125 1 3315 2823 0 0 0.812 2 interp_poly 3383 2605 0 0.125 1 3343 2539 0 0.188 1 3383 2605 0 0.125 1 2 interp_poly 68 238 -40 -522 3315 2823 3 MP PP 3315 2823 0 0 0.812 3275 2301 0 0.625 1 3315 2823 0 0 0.812 2 interp_poly 3275 2301 0 0.625 1 3343 2539 0 0.188 1 3275 2301 0 0.625 1 2 interp_poly 68 -218 -40 463 3355 2360 3 MP PP 3355 2360 0 0.625 1 3315 2823 0 0 0.812 3355 2360 0 0.625 1 2 interp_poly 3315 2823 0 0 0.812 3383 2605 0 0.125 1 3315 2823 0 0 0.812 2 interp_poly -40 484 68 -239 3355 2360 3 MP PP 3355 2360 0 0.625 1 3423 2121 0 1 1 3355 2360 0 0.625 1 2 interp_poly 3423 2121 0 1 1 3383 2605 0 0.125 1 3423 2121 0 1 1 2 interp_poly 68 -239 -40 -576 3395 2936 3 MP PP 3395 2936 0 0 0.688 3355 2360 0 0.625 1 3395 2936 0 0 0.688 2 interp_poly 3355 2360 0 0.625 1 3423 2121 0 1 1 3355 2360 0 0.625 1 2 interp_poly -40 -576 67 233 3328 2703 3 MP PP 3328 2703 0 0.125 1 3395 2936 0 0 0.688 3328 2703 0 0.125 1 2 interp_poly 3395 2936 0 0 0.688 3355 2360 0 0.625 1 3395 2936 0 0 0.688 2 interp_poly 68 -13 -40 -3 3435 2939 3 MP PP 3435 2939 0 0 0.75 3395 2936 0 0 0.688 3435 2939 0 0 0.75 2 interp_poly 3395 2936 0 0 0.688 3463 2923 0 0 0.688 3395 2936 0 0 0.688 2 interp_poly -40 -3 67 149 3368 2790 3 MP PP 3368 2790 0 0 1 3435 2939 0 0 0.75 3368 2790 0 0 1 2 interp_poly 3435 2939 0 0 0.75 3395 2936 0 0 0.688 3435 2939 0 0 0.75 2 interp_poly 67 149 -40 -205 3408 2995 3 MP PP 3408 2995 0 0 0.688 3368 2790 0 0 1 3408 2995 0 0 0.688 2 interp_poly 3368 2790 0 0 1 3435 2939 0 0 0.75 3368 2790 0 0 1 2 interp_poly -40 306 68 -13 3380 2702 3 MP PP 3380 2702 0 0.25 1 3448 2689 0 0.25 1 3380 2702 0 0.25 1 2 interp_poly 3448 2689 0 0.25 1 3408 2995 0 0 0.688 3448 2689 0 0.25 1 2 interp_poly -40 -24 67 -32 3408 2995 3 MP PP 3408 2995 0 0 0.688 3475 2963 0 0 0.75 3408 2995 0 0 0.688 2 interp_poly 3475 2963 0 0 0.75 3435 2939 0 0 0.75 3475 2963 0 0 0.75 2 interp_poly 67 -32 -40 306 3448 2689 3 MP PP 3448 2689 0 0.25 1 3408 2995 0 0 0.688 3448 2689 0 0.25 1 2 interp_poly 3408 2995 0 0 0.688 3475 2963 0 0 0.75 3408 2995 0 0 0.688 2 interp_poly -40 -49 68 -40 3420 2778 3 MP PP 3420 2778 0 0.188 1 3488 2738 0 0.188 1 3420 2778 0 0.188 1 2 interp_poly 3488 2738 0 0.188 1 3448 2689 0 0.25 1 3488 2738 0 0.188 1 2 interp_poly 68 -13 -40 -76 3420 2778 3 MP PP 3420 2778 0 0.188 1 3380 2702 0 0.25 1 3420 2778 0 0.188 1 2 interp_poly 3380 2702 0 0.25 1 3448 2689 0 0.25 1 3380 2702 0 0.25 1 2 interp_poly 68 -40 -40 373 3460 2405 3 MP PP 3460 2405 0 0.812 1 3420 2778 0 0.188 1 3460 2405 0 0.812 1 2 interp_poly 3420 2778 0 0.188 1 3488 2738 0 0.188 1 3420 2778 0 0.188 1 2 interp_poly 68 446 -40 -780 3500 3185 3 MP PP 3500 3185 0 0 0.562 3460 2405 0 0.812 1 3500 3185 0 0 0.562 2 interp_poly 3460 2405 0 0.812 1 3528 2851 0 0.0625 1 3460 2405 0 0.812 1 2 interp_poly -40 189 68 -44 3491 1819 3 MP PP 3491 1819 0.5 1 0.562 3559 1775 0.562 1 0.5 3491 1819 0.5 1 0.562 2 interp_poly 3559 1775 0.562 1 0.5 3519 1964 0.188 1 0.875 3559 1775 0.562 1 0.5 2 interp_poly 68 -44 -40 -971 3531 2790 3 MP PP 3531 2790 0 0 0.875 3491 1819 0.5 1 0.562 3531 2790 0 0 0.875 2 interp_poly 3491 1819 0.5 1 0.562 3559 1775 0.562 1 0.5 3491 1819 0.5 1 0.562 2 interp_poly 68 -53 -40 1478 3540 1707 3 MP PP 3540 1707 1 0.938 0 3500 3185 0 0 0.562 3540 1707 1 0.938 0 2 interp_poly 3500 3185 0 0 0.562 3568 3132 0 0 0.625 3500 3185 0 0 0.562 2 interp_poly -40 1294 68 131 3540 1707 3 MP PP 3540 1707 1 0.938 0 3608 1838 0.875 1 0.188 3540 1707 1 0.938 0 2 interp_poly 3608 1838 0.875 1 0.188 3568 3132 0 0 0.625 3608 1838 0.875 1 0.188 2 interp_poly -40 -20 68 -12 3552 3144 3 MP PP 3552 3144 0 0 0.75 3620 3132 0 0 0.75 3552 3144 0 0 0.75 2 interp_poly 3620 3132 0 0 0.75 3580 3112 0 0 0.75 3620 3132 0 0 0.75 2 interp_poly 68 -12 -40 -13 3592 3157 3 MP PP 3592 3157 0 0 0.812 3552 3144 0 0 0.75 3592 3157 0 0 0.812 2 interp_poly 3552 3144 0 0 0.75 3620 3132 0 0 0.75 3552 3144 0 0 0.75 2 interp_poly -40 301 68 -326 3592 3157 3 MP PP 3592 3157 0 0 0.812 3660 2831 0 0.312 1 3592 3157 0 0 0.812 2 interp_poly 3660 2831 0 0.312 1 3620 3132 0 0 0.75 3660 2831 0 0.312 1 2 interp_poly 68 -326 -40 315 3632 2842 3 MP PP 3632 2842 0 0.375 1 3592 3157 0 0 0.812 3632 2842 0 0.375 1 2 interp_poly 3592 3157 0 0 0.812 3660 2831 0 0.312 1 3592 3157 0 0 0.812 2 interp_poly -40 -35 68 289 3660 2831 3 MP PP 3660 2831 0 0.312 1 3728 3120 0 0 0.812 3660 2831 0 0.312 1 2 interp_poly 3728 3120 0 0 0.812 3688 3085 0 0 0.812 3728 3120 0 0 0.812 2 interp_poly 68 289 -40 69 3700 2762 3 MP PP 3700 2762 0 0.5 1 3660 2831 0 0.312 1 3700 2762 0 0.5 1 2 interp_poly 3660 2831 0 0.312 1 3728 3120 0 0 0.812 3660 2831 0 0.312 1 2 interp_poly 68 -80 -40 -108 3672 2950 3 MP PP 3672 2950 0 0.25 1 3632 2842 0 0.375 1 3672 2950 0 0.25 1 2 interp_poly 3632 2842 0 0.375 1 3700 2762 0 0.5 1 3632 2842 0 0.375 1 2 interp_poly -40 -265 68 -101 3644 3316 3 MP PP 3644 3316 0 0 0.688 3712 3215 0 0 0.812 3644 3316 0 0 0.688 2 interp_poly 3712 3215 0 0 0.812 3672 2950 0 0.25 1 3712 3215 0 0 0.812 2 interp_poly -40 -1388 68 -29 3667 2191 3 MP PP 3667 2191 0 0.875 1 3735 2162 0 0.875 1 3667 2191 0 0.875 1 2 interp_poly 3735 2162 0 0.875 1 3695 774 0.875 0 0 3735 2162 0 0.875 1 2 interp_poly 68 23 -40 -492 3715 2760 3 MP PP 3715 2760 0 0.312 1 3675 2268 0.125 1 0.938 3715 2760 0 0.312 1 2 interp_poly 3675 2268 0.125 1 0.938 3743 2291 0.0625 1 1 3675 2268 0.125 1 0.938 2 interp_poly -40 795 68 -437 3700 2762 3 MP PP 3700 2762 0 0.5 1 3768 2325 0.188 1 0.875 3700 2762 0 0.5 1 2 interp_poly 3768 2325 0.188 1 0.875 3728 3120 0 0 0.812 3768 2325 0.188 1 0.875 2 interp_poly -40 -391 68 203 3672 2950 3 MP PP 3672 2950 0 0.25 1 3740 3153 0 0 0.875 3672 2950 0 0.25 1 2 interp_poly 3740 3153 0 0 0.875 3700 2762 0 0.5 1 3740 3153 0 0 0.875 2 interp_poly 68 203 -40 -265 3712 3215 3 MP PP 3712 3215 0 0 0.812 3672 2950 0 0.25 1 3712 3215 0 0 0.812 2 interp_poly 3672 2950 0 0.25 1 3740 3153 0 0 0.875 3672 2950 0 0.25 1 2 interp_poly 68 198 -40 -1388 3735 2162 3 MP PP 3735 2162 0 0.875 1 3695 774 0.875 0 0 3735 2162 0 0.875 1 2 interp_poly 3695 774 0.875 0 0 3763 972 1 0.188 0 3695 774 0.875 0 0 2 interp_poly 68 -437 -40 -391 3740 3153 3 MP PP 3740 3153 0 0 0.875 3700 2762 0 0.5 1 3740 3153 0 0 0.875 2 interp_poly 3700 2762 0 0.5 1 3768 2325 0.188 1 0.875 3700 2762 0 0.5 1 2 interp_poly 68 123 -40 1980 3724 1140 3 MP PP 3724 1140 0.625 0 0 3684 3120 0 0.0625 1 3724 1140 0.625 0 0 2 interp_poly 3684 3120 0 0.0625 1 3752 3243 0 0 0.812 3684 3120 0 0.0625 1 2 interp_poly -40 1625 68 478 3724 1140 3 MP PP 3724 1140 0.625 0 0 3792 1618 1 0.438 0 3724 1140 0.625 0 0 2 interp_poly 3792 1618 1 0.438 0 3752 3243 0 0 0.812 3792 1618 1 0.438 0 2 interp_poly -40 -1861 68 249 3696 2752 3 MP PP 3696 2752 0 0.75 1 3764 3001 0 0.312 1 3696 2752 0 0.75 1 2 interp_poly 3764 3001 0 0.312 1 3724 1140 0.625 0 0 3764 3001 0 0.312 1 2 interp_poly 68 249 -40 52 3736 2700 3 MP PP 3736 2700 0 0.875 1 3696 2752 0 0.75 1 3736 2700 0 0.875 1 2 interp_poly 3696 2752 0 0.75 1 3764 3001 0 0.312 1 3696 2752 0 0.75 1 2 interp_poly 68 478 -40 -1861 3764 3001 3 MP PP 3764 3001 0 0.312 1 3724 1140 0.625 0 0 3764 3001 0 0.312 1 2 interp_poly 3724 1140 0.625 0 0 3792 1618 1 0.438 0 3724 1140 0.625 0 0 2 interp_poly -40 290 68 11 3736 2700 3 MP PP 3736 2700 0 0.875 1 3804 2711 0 0.875 1 3736 2700 0 0.875 1 2 interp_poly 3804 2711 0 0.875 1 3764 3001 0 0.312 1 3804 2711 0 0.875 1 2 interp_poly 68 -160 -40 290 3804 2711 3 MP PP 3804 2711 0 0.875 1 3764 3001 0 0.312 1 3804 2711 0 0.875 1 2 interp_poly 3764 3001 0 0.312 1 3832 2841 0 0.562 1 3764 3001 0 0.312 1 2 interp_poly -40 -417 68 -33 3708 3150 3 MP PP 3708 3150 0 0.188 1 3776 3117 0 0.25 1 3708 3150 0 0.188 1 2 interp_poly 3776 3117 0 0.25 1 3736 2700 0 0.875 1 3776 3117 0 0.25 1 2 interp_poly 68 -33 -40 55 3748 3095 3 MP PP 3748 3095 0 0.312 1 3708 3150 0 0.188 1 3748 3095 0 0.312 1 2 interp_poly 3708 3150 0 0.188 1 3776 3117 0 0.25 1 3708 3150 0 0.188 1 2 interp_poly -40 197 68 -315 3752 3243 3 MP PP 3752 3243 0 0 0.812 3820 2928 0 0.312 1 3752 3243 0 0 0.812 2 interp_poly 3820 2928 0 0.312 1 3780 3125 0 0 0.938 3820 2928 0 0.312 1 2 interp_poly -40 -47 68 69 3748 3095 3 MP PP 3748 3095 0 0.312 1 3816 3164 0 0.188 1 3748 3095 0 0.312 1 2 interp_poly 3816 3164 0 0.188 1 3776 3117 0 0.25 1 3816 3164 0 0.188 1 2 interp_poly 68 69 -40 -218 3788 3313 3 MP PP 3788 3313 0 0 1 3748 3095 0 0.312 1 3788 3313 0 0 1 2 interp_poly 3748 3095 0 0.312 1 3816 3164 0 0.188 1 3748 3095 0 0.312 1 2 interp_poly -40 -198 68 -21 3760 3532 3 MP PP 3760 3532 0 0 0.688 3828 3511 0 0 0.688 3760 3532 0 0 0.688 2 interp_poly 3828 3511 0 0 0.688 3788 3313 0 0 1 3828 3511 0 0 0.688 2 interp_poly 68 -21 -40 -106 3800 3638 3 MP PP 3800 3638 0 0 0.562 3760 3532 0 0 0.688 3800 3638 0 0 0.562 2 interp_poly 3760 3532 0 0 0.688 3828 3511 0 0 0.688 3760 3532 0 0 0.688 2 interp_poly -40 39 68 -445 3776 3117 3 MP PP 3776 3117 0 0.25 1 3844 2672 0 0.938 1 3776 3117 0 0.25 1 2 interp_poly 3844 2672 0 0.938 1 3804 2711 0 0.875 1 3844 2672 0 0.938 1 2 interp_poly 68 -445 -40 -47 3816 3164 3 MP PP 3816 3164 0 0.188 1 3776 3117 0 0.25 1 3816 3164 0 0.188 1 2 interp_poly 3776 3117 0 0.25 1 3844 2672 0 0.938 1 3776 3117 0 0.25 1 2 interp_poly 68 -113 -40 1554 3840 2084 3 MP PP 3840 2084 1 0.812 0 3800 3638 0 0 0.562 3840 2084 1 0.812 0 2 interp_poly 3800 3638 0 0 0.562 3868 3525 0 0 0.75 3800 3638 0 0 0.562 2 interp_poly -40 1380 68 61 3840 2084 3 MP PP 3840 2084 1 0.812 0 3908 2145 1 0.938 0 3840 2084 1 0.812 0 2 interp_poly 3908 2145 1 0.938 0 3868 3525 0 0 0.75 3908 2145 1 0.938 0 2 interp_poly 68 -84 -40 -441 3852 3663 3 MP PP 3852 3663 0 0 0.688 3812 3222 0 0.375 1 3852 3663 0 0 0.688 2 interp_poly 3812 3222 0 0.375 1 3880 3138 0 0.5 1 3812 3222 0 0.375 1 2 interp_poly -40 -376 68 -149 3852 3663 3 MP PP 3852 3663 0 0 0.688 3920 3514 0 0 0.875 3852 3663 0 0 0.688 2 interp_poly 3920 3514 0 0 0.875 3880 3138 0 0.5 1 3920 3514 0 0 0.875 2 interp_poly -40 -1039 68 46 3880 3138 3 MP PP 3880 3138 0 0.5 1 3948 3184 0 0.375 1 3880 3138 0 0.5 1 2 interp_poly 3948 3184 0 0.375 1 3908 2145 1 0.938 0 3948 3184 0 0.375 1 2 interp_poly 68 46 -40 -376 3920 3514 3 MP PP 3920 3514 0 0 0.875 3880 3138 0 0.5 1 3920 3514 0 0 0.875 2 interp_poly 3880 3138 0 0.5 1 3948 3184 0 0.375 1 3880 3138 0 0.5 1 2 interp_poly -40 389 68 -108 3864 3253 3 MP PP 3864 3253 0 0.438 1 3932 3145 0 0.625 1 3864 3253 0 0.438 1 2 interp_poly 3932 3145 0 0.625 1 3892 3534 0 0 0.938 3932 3145 0 0.625 1 2 interp_poly -40 247 68 -267 3892 3534 3 MP PP 3892 3534 0 0 0.938 3960 3267 0 0.375 1 3892 3534 0 0 0.938 2 interp_poly 3960 3267 0 0.375 1 3920 3514 0 0 0.875 3960 3267 0 0.375 1 2 interp_poly 68 -267 -40 389 3932 3145 3 MP PP 3932 3145 0 0.625 1 3892 3534 0 0 0.938 3932 3145 0 0.625 1 2 interp_poly 3892 3534 0 0 0.938 3960 3267 0 0.375 1 3892 3534 0 0 0.938 2 interp_poly -40 -339 68 158 3904 3326 3 MP PP 3904 3326 0 0.375 1 3972 3484 0 0.0625 1 3904 3326 0 0.375 1 2 interp_poly 3972 3484 0 0.0625 1 3932 3145 0 0.625 1 3972 3484 0 0.0625 1 2 interp_poly 68 158 -40 -469 3944 3795 3 MP PP 3944 3795 0 0 0.625 3904 3326 0 0.375 1 3944 3795 0 0 0.625 2 interp_poly 3904 3326 0 0.375 1 3972 3484 0 0.0625 1 3904 3326 0 0.375 1 2 interp_poly 68 -167 -40 -1039 3948 3184 3 MP PP 3948 3184 0 0.375 1 3908 2145 1 0.938 0 3948 3184 0 0.375 1 2 interp_poly 3908 2145 1 0.938 0 3976 1978 1 0.688 0 3908 2145 1 0.938 0 2 interp_poly -40 -1171 68 -35 3948 3184 3 MP PP 3948 3184 0 0.375 1 4016 3149 0 0.438 1 3948 3184 0 0.375 1 2 interp_poly 4016 3149 0 0.438 1 3976 1978 1 0.688 0 4016 3149 0 0.438 1 2 interp_poly -40 62 68 60 3932 3145 3 MP PP 3932 3145 0 0.625 1 4000 3205 0 0.5 1 3932 3145 0 0.625 1 2 interp_poly 4000 3205 0 0.5 1 3960 3267 0 0.375 1 4000 3205 0 0.5 1 2 interp_poly 68 60 -40 -339 3972 3484 3 MP PP 3972 3484 0 0.0625 1 3932 3145 0 0.625 1 3972 3484 0 0.0625 1 2 interp_poly 3932 3145 0 0.625 1 4000 3205 0 0.5 1 3932 3145 0 0.625 1 2 interp_poly 68 21 -40 736 3984 3059 3 MP PP 3984 3059 0 0.938 1 3944 3795 0 0 0.625 3984 3059 0 0.938 1 2 interp_poly 3944 3795 0 0 0.625 4012 3816 0 0 0.562 3944 3795 0 0 0.625 2 interp_poly -40 975 68 -218 3984 3059 3 MP PP 3984 3059 0 0.938 1 4052 2841 0.25 1 0.812 3984 3059 0 0.938 1 2 interp_poly 4052 2841 0.25 1 0.812 4012 3816 0 0 0.562 4052 2841 0.25 1 0.812 2 interp_poly -40 -332 67 -66 3997 3832 3 MP PP 3997 3832 0 0 0.688 4064 3766 0 0 0.812 3997 3832 0 0 0.688 2 interp_poly 4064 3766 0 0 0.812 4024 3434 0 0.312 1 4064 3766 0 0 0.812 2 interp_poly 67 -66 -40 -60 4037 3892 3 MP PP 4037 3892 0 0 0.625 3997 3832 0 0 0.688 4037 3892 0 0 0.625 2 interp_poly 3997 3832 0 0 0.688 4064 3766 0 0 0.812 3997 3832 0 0 0.688 2 interp_poly -40 -733 68 140 4024 3434 3 MP PP 4024 3434 0 0.312 1 4092 3574 0 0.0625 1 4024 3434 0 0.312 1 2 interp_poly 4092 3574 0 0.0625 1 4052 2841 0.25 1 0.812 4092 3574 0 0.0625 1 2 interp_poly 68 140 -40 -332 4064 3766 3 MP PP 4064 3766 0 0 0.812 4024 3434 0 0.312 1 4064 3766 0 0 0.812 2 interp_poly 4024 3434 0 0.312 1 4092 3574 0 0.0625 1 4024 3434 0 0.312 1 2 interp_poly 68 91 -40 -733 4092 3574 3 MP PP 4092 3574 0 0.0625 1 4052 2841 0.25 1 0.812 4092 3574 0 0.0625 1 2 interp_poly 4052 2841 0.25 1 0.812 4120 2932 0.0625 1 1 4052 2841 0.25 1 0.812 2 interp_poly 67 -59 -40 934 4077 2958 3 MP PP 4077 2958 0.25 1 0.812 4037 3892 0 0 0.625 4077 2958 0.25 1 0.812 2 interp_poly 4037 3892 0 0 0.625 4104 3833 0 0 0.75 4037 3892 0 0 0.625 2 interp_poly -40 986 67 -111 4077 2958 3 MP PP 4077 2958 0.25 1 0.812 4144 2847 0.438 1 0.625 4077 2958 0.25 1 0.812 2 interp_poly 4144 2847 0.438 1 0.625 4104 3833 0 0 0.75 4144 2847 0.438 1 0.625 2 interp_poly -40 -655 68 62 4089 3939 3 MP PP 4089 3939 0 0 0.688 4157 4001 0 0 0.562 4089 3939 0 0 0.688 2 interp_poly 4157 4001 0 0 0.562 4117 3346 0 0.688 1 4157 4001 0 0 0.562 2 interp_poly 67 -136 -40 -655 4157 4001 3 MP PP 4157 4001 0 0 0.562 4117 3346 0 0.688 1 4157 4001 0 0 0.562 2 interp_poly 4117 3346 0 0.688 1 4184 3210 0 0.875 1 4117 3346 0 0.688 1 2 interp_poly -40 468 68 -268 4129 3801 3 MP PP 4129 3801 0 0 1 4197 3533 0 0.438 1 4129 3801 0 0 1 2 interp_poly 4197 3533 0 0.438 1 4157 4001 0 0 0.562 4197 3533 0 0.438 1 2 interp_poly 68 -268 -40 395 4169 3406 3 MP PP 4169 3406 0 0.688 1 4129 3801 0 0 1 4169 3406 0 0.688 1 2 interp_poly 4129 3801 0 0 1 4197 3533 0 0.438 1 4129 3801 0 0 1 2 interp_poly -40 -595 68 120 4141 3881 3 MP PP 4141 3881 0 0 0.938 4209 4001 0 0 0.75 4141 3881 0 0 0.938 2 interp_poly 4209 4001 0 0 0.75 4169 3406 0 0.688 1 4209 4001 0 0 0.75 2 interp_poly -40 320 68 -193 4169 3406 3 MP PP 4169 3406 0 0.688 1 4237 3213 0 1 1 4169 3406 0 0.688 1 2 interp_poly 4237 3213 0 1 1 4197 3533 0 0.438 1 4237 3213 0 1 1 2 interp_poly 68 -193 -40 -595 4209 4001 3 MP PP 4209 4001 0 0 0.75 4169 3406 0 0.688 1 4209 4001 0 0 0.75 2 interp_poly 4169 3406 0 0.688 1 4237 3213 0 1 1 4169 3406 0 0.688 1 2 interp_poly -40 156 68 23 4181 3822 3 MP PP 4181 3822 0 0.125 1 4249 3845 0 0.0625 1 4181 3822 0 0.125 1 2 interp_poly 4249 3845 0 0.0625 1 4209 4001 0 0 0.75 4249 3845 0 0.0625 1 2 interp_poly 68 23 -40 -210 4221 4032 3 MP PP 4221 4032 0 0 0.812 4181 3822 0 0.125 1 4221 4032 0 0 0.812 2 interp_poly 4181 3822 0 0.125 1 4249 3845 0 0.0625 1 4181 3822 0 0.125 1 2 interp_poly -40 335 67 128 4237 3213 3 MP PP 4237 3213 0 1 1 4304 3341 0 0.75 1 4237 3213 0 1 1 2 interp_poly 4304 3341 0 0.75 1 4264 3676 0 0.125 1 4304 3341 0 0.75 1 2 interp_poly 67 128 -40 -715 4277 3928 3 MP PP 4277 3928 0 0 0.812 4237 3213 0 1 1 4277 3928 0 0 0.812 2 interp_poly 4237 3213 0 1 1 4304 3341 0 0.75 1 4237 3213 0 1 1 2 interp_poly -40 217 68 -134 4249 3845 3 MP PP 4249 3845 0 0.0625 1 4317 3711 0 0.25 1 4249 3845 0 0.0625 1 2 interp_poly 4317 3711 0 0.25 1 4277 3928 0 0 0.812 4317 3711 0 0.25 1 2 interp_poly 67 9 -40 217 4317 3711 3 MP PP 4317 3711 0 0.25 1 4277 3928 0 0 0.812 4317 3711 0 0.25 1 2 interp_poly 4277 3928 0 0 0.812 4344 3937 0 0 0.812 4277 3928 0 0 0.812 2 interp_poly 68 -134 -40 -169 4289 4014 3 MP PP 4289 4014 0 0 0.812 4249 3845 0 0.0625 1 4289 4014 0 0 0.812 2 interp_poly 4249 3845 0 0.0625 1 4317 3711 0 0.25 1 4249 3845 0 0.0625 1 2 interp_poly 68 -18 -40 899 4261 3133 3 MP PP 4261 3133 0.375 1 0.688 4221 4032 0 0 0.812 4261 3133 0.375 1 0.688 2 interp_poly 4221 4032 0 0 0.812 4289 4014 0 0 0.812 4221 4032 0 0 0.812 2 interp_poly -40 753 68 128 4261 3133 3 MP PP 4261 3133 0.375 1 0.688 4329 3261 0.125 1 0.938 4261 3133 0.375 1 0.688 2 interp_poly 4329 3261 0.125 1 0.938 4289 4014 0 0 0.812 4329 3261 0.125 1 0.938 2 interp_poly 68 128 -40 61 4301 3072 3 MP PP 4301 3072 0.5 1 0.562 4261 3133 0.375 1 0.688 4301 3072 0.5 1 0.562 2 interp_poly 4261 3133 0.375 1 0.688 4329 3261 0.125 1 0.938 4261 3133 0.375 1 0.688 2 interp_poly -40 72 68 -375 4289 4014 3 MP PP 4289 4014 0 0 0.812 4357 3639 0 0.375 1 4289 4014 0 0 0.812 2 interp_poly 4357 3639 0 0.375 1 4317 3711 0 0.25 1 4357 3639 0 0.375 1 2 interp_poly 68 -375 -40 753 4329 3261 3 MP PP 4329 3261 0.125 1 0.938 4289 4014 0 0 0.812 4329 3261 0.125 1 0.938 2 interp_poly 4289 4014 0 0 0.812 4357 3639 0 0.375 1 4289 4014 0 0 0.812 2 interp_poly -40 -1028 68 -85 4273 4185 3 MP PP 4273 4185 0 0 0.688 4341 4100 0 0 0.812 4273 4185 0 0 0.688 2 interp_poly 4341 4100 0 0 0.812 4301 3072 0.5 1 0.562 4341 4100 0 0 0.812 2 interp_poly -40 -115 68 304 4301 3072 3 MP PP 4301 3072 0.5 1 0.562 4369 3376 0 0.938 1 4301 3072 0.5 1 0.562 2 interp_poly 4369 3376 0 0.938 1 4329 3261 0.125 1 0.938 4369 3376 0 0.938 1 2 interp_poly 68 304 -40 -1028 4341 4100 3 MP PP 4341 4100 0 0 0.812 4301 3072 0.5 1 0.562 4341 4100 0 0 0.812 2 interp_poly 4301 3072 0.5 1 0.562 4369 3376 0 0.938 1 4301 3072 0.5 1 0.562 2 interp_poly -40 465 68 38 4313 3597 3 MP PP 4313 3597 0 0.688 1 4381 3635 0 0.625 1 4313 3597 0 0.688 1 2 interp_poly 4381 3635 0 0.625 1 4341 4100 0 0 0.812 4381 3635 0 0.625 1 2 interp_poly 68 38 -40 -594 4353 4191 3 MP PP 4353 4191 0 0 0.75 4313 3597 0 0.688 1 4353 4191 0 0 0.75 2 interp_poly 4313 3597 0 0.688 1 4381 3635 0 0.625 1 4313 3597 0 0.688 1 2 interp_poly 68 -85 -40 588 4313 3597 3 MP PP 4313 3597 0 0.688 1 4273 4185 0 0 0.688 4313 3597 0 0.688 1 2 interp_poly 4273 4185 0 0 0.688 4341 4100 0 0 0.812 4273 4185 0 0 0.688 2 interp_poly -40 -594 68 -17 4285 4208 3 MP PP 4285 4208 0 0 0.75 4353 4191 0 0 0.75 4285 4208 0 0 0.75 2 interp_poly 4353 4191 0 0 0.75 4313 3597 0 0.688 1 4353 4191 0 0 0.75 2 interp_poly gr 1 sg 0 sg 4326 5003 mt (t) s gs 899 389 5356 4226 rc 1 sg 68 120 -40 59 4181 3822 3 MP PP 4181 3822 0 0.125 1 4141 3881 0 0 0.938 4181 3822 0 0.125 1 2 interp_poly 4141 3881 0 0 0.938 4209 4001 0 0 0.75 4141 3881 0 0 0.938 2 interp_poly -40 -210 68 -29 4153 4061 3 MP PP 4153 4061 0 0 0.75 4221 4032 0 0 0.812 4153 4061 0 0 0.75 2 interp_poly 4221 4032 0 0 0.812 4181 3822 0 0.125 1 4221 4032 0 0 0.812 2 interp_poly 68 62 -40 138 4129 3801 3 MP PP 4129 3801 0 0 1 4089 3939 0 0 0.688 4129 3801 0 0 1 2 interp_poly 4089 3939 0 0 0.688 4157 4001 0 0 0.562 4089 3939 0 0 0.688 2 interp_poly -40 -106 68 29 3732 3609 3 MP PP 3732 3609 0 0 0.625 3800 3638 0 0 0.562 3732 3609 0 0 0.625 2 interp_poly 3800 3638 0 0 0.562 3760 3532 0 0 0.688 3800 3638 0 0 0.562 2 interp_poly -40 -28 68 123 3684 3120 3 MP PP 3684 3120 0 0.0625 1 3752 3243 0 0 0.812 3684 3120 0 0.0625 1 2 interp_poly 3752 3243 0 0 0.812 3712 3215 0 0 0.812 3752 3243 0 0 0.812 2 interp_poly -40 -255 68 -17 3692 3549 3 MP PP 3692 3549 0 0 0.688 3760 3532 0 0 0.688 3692 3549 0 0 0.688 2 interp_poly 3760 3532 0 0 0.688 3720 3277 0 0.0625 1 3760 3532 0 0 0.688 2 interp_poly 68 -17 -40 -60 3732 3609 3 MP PP 3732 3609 0 0 0.625 3692 3549 0 0 0.688 3732 3609 0 0 0.625 2 interp_poly 3692 3549 0 0 0.688 3760 3532 0 0 0.688 3692 3549 0 0 0.688 2 interp_poly -40 -218 68 36 3720 3277 3 MP PP 3720 3277 0 0.0625 1 3788 3313 0 0 1 3720 3277 0 0.0625 1 2 interp_poly 3788 3313 0 0 1 3748 3095 0 0.312 1 3788 3313 0 0 1 2 interp_poly 68 36 -40 -255 3760 3532 3 MP PP 3760 3532 0 0 0.688 3720 3277 0 0.0625 1 3760 3532 0 0 0.688 2 interp_poly 3720 3277 0 0.0625 1 3788 3313 0 0 1 3720 3277 0 0.0625 1 2 interp_poly 68 11 -40 -417 3776 3117 3 MP PP 3776 3117 0 0.25 1 3736 2700 0 0.875 1 3776 3117 0 0.25 1 2 interp_poly 3736 2700 0 0.875 1 3804 2711 0 0.875 1 3736 2700 0 0.875 1 2 interp_poly 68 29 -40 1285 3772 2324 3 MP PP 3772 2324 0.875 1 0.188 3732 3609 0 0 0.625 3772 2324 0.875 1 0.188 2 interp_poly 3732 3609 0 0 0.625 3800 3638 0 0 0.562 3732 3609 0 0 0.625 2 interp_poly -40 1554 68 -240 3772 2324 3 MP PP 3772 2324 0.875 1 0.188 3840 2084 1 0.812 0 3772 2324 0.875 1 0.188 2 interp_poly 3840 2084 1 0.812 0 3800 3638 0 0 0.562 3840 2084 1 0.812 0 2 interp_poly -40 -441 68 -73 3784 3736 3 MP PP 3784 3736 0 0 0.562 3852 3663 0 0 0.688 3784 3736 0 0 0.562 2 interp_poly 3852 3663 0 0 0.688 3812 3222 0 0.375 1 3852 3663 0 0 0.688 2 interp_poly -40 129 68 68 3824 3466 3 MP PP 3824 3466 0 0.0625 1 3892 3534 0 0 0.938 3824 3466 0 0.0625 1 2 interp_poly 3892 3534 0 0 0.938 3852 3663 0 0 0.688 3892 3534 0 0 0.938 2 interp_poly 68 68 -40 213 3864 3253 3 MP PP 3864 3253 0 0.438 1 3824 3466 0 0.0625 1 3864 3253 0 0.438 1 2 interp_poly 3824 3466 0 0.0625 1 3892 3534 0 0 0.938 3824 3466 0 0.0625 1 2 interp_poly 68 -149 -40 129 3892 3534 3 MP PP 3892 3534 0 0 0.938 3852 3663 0 0 0.688 3892 3534 0 0 0.938 2 interp_poly 3852 3663 0 0 0.688 3920 3514 0 0 0.875 3852 3663 0 0 0.688 2 interp_poly -40 -469 67 91 3877 3704 3 MP PP 3877 3704 0 0 0.812 3944 3795 0 0 0.625 3877 3704 0 0 0.812 2 interp_poly 3944 3795 0 0 0.625 3904 3326 0 0.375 1 3944 3795 0 0 0.625 2 interp_poly -40 -1405 68 -36 3512 3148 3 MP PP 3512 3148 0 0 0.75 3580 3112 0 0 0.75 3512 3148 0 0 0.75 2 interp_poly 3580 3112 0 0 0.75 3540 1707 1 0.938 0 3580 3112 0 0 0.75 2 interp_poly 68 131 -40 -1405 3580 3112 3 MP PP 3580 3112 0 0 0.75 3540 1707 1 0.938 0 3580 3112 0 0 0.75 2 interp_poly 3540 1707 1 0.938 0 3608 1838 0.875 1 0.188 3540 1707 1 0.938 0 2 interp_poly -40 315 68 146 3564 2696 3 MP PP 3564 2696 0 0.625 1 3632 2842 0 0.375 1 3564 2696 0 0.625 1 2 interp_poly 3632 2842 0 0.375 1 3592 3157 0 0 0.812 3632 2842 0 0.375 1 2 interp_poly 68 146 -40 -355 3604 3051 3 MP PP 3604 3051 0 0.0625 1 3564 2696 0 0.625 1 3604 3051 0 0.0625 1 2 interp_poly 3564 2696 0 0.625 1 3632 2842 0 0.375 1 3564 2696 0 0.625 1 2 interp_poly -40 -108 68 -101 3604 3051 3 MP PP 3604 3051 0 0.0625 1 3672 2950 0 0.25 1 3604 3051 0 0.0625 1 2 interp_poly 3672 2950 0 0.25 1 3632 2842 0 0.375 1 3672 2950 0 0.25 1 2 interp_poly 68 -101 -40 -265 3644 3316 3 MP PP 3644 3316 0 0 0.688 3604 3051 0 0.0625 1 3644 3316 0 0 0.688 2 interp_poly 3604 3051 0 0.0625 1 3672 2950 0 0.25 1 3604 3051 0 0.0625 1 2 interp_poly 68 125 -40 945 3656 2050 3 MP PP 3656 2050 0.938 1 0.125 3616 2995 0 0.25 1 3656 2050 0.938 1 0.125 2 interp_poly 3616 2995 0 0.25 1 3684 3120 0 0.0625 1 3616 2995 0 0.25 1 2 interp_poly 68 -655 -40 -762 3667 2191 3 MP PP 3667 2191 0 0.875 1 3627 1429 1 0.938 0 3667 2191 0 0.875 1 2 interp_poly 3627 1429 1 0.938 0 3695 774 0.875 0 0 3627 1429 1 0.938 0 2 interp_poly -40 1980 68 -910 3656 2050 3 MP PP 3656 2050 0.938 1 0.125 3724 1140 0.625 0 0 3656 2050 0.938 1 0.125 2 interp_poly 3724 1140 0.625 0 0 3684 3120 0 0.0625 1 3724 1140 0.625 0 0 2 interp_poly -40 -702 68 18 3628 2734 3 MP PP 3628 2734 0 0.812 1 3696 2752 0 0.75 1 3628 2734 0 0.812 1 2 interp_poly 3696 2752 0 0.75 1 3656 2050 0.938 1 0.125 3696 2752 0 0.75 1 2 interp_poly 68 -910 -40 -702 3696 2752 3 MP PP 3696 2752 0 0.75 1 3656 2050 0.938 1 0.125 3696 2752 0 0.75 1 2 interp_poly 3656 2050 0.938 1 0.125 3724 1140 0.625 0 0 3656 2050 0.938 1 0.125 2 interp_poly -40 52 68 -1 3668 2701 3 MP PP 3668 2701 0 0.938 1 3736 2700 0 0.875 1 3668 2701 0 0.938 1 2 interp_poly 3736 2700 0 0.875 1 3696 2752 0 0.75 1 3736 2700 0 0.875 1 2 interp_poly 68 18 -40 33 3668 2701 3 MP PP 3668 2701 0 0.938 1 3628 2734 0 0.812 1 3668 2701 0 0.938 1 2 interp_poly 3628 2734 0 0.812 1 3696 2752 0 0.75 1 3628 2734 0 0.812 1 2 interp_poly 68 -1 -40 -449 3708 3150 3 MP PP 3708 3150 0 0.188 1 3668 2701 0 0.938 1 3708 3150 0 0.188 1 2 interp_poly 3668 2701 0 0.938 1 3736 2700 0 0.875 1 3668 2701 0 0.938 1 2 interp_poly -40 -449 68 189 3640 2961 3 MP PP 3640 2961 0 0.562 1 3708 3150 0 0.188 1 3640 2961 0 0.562 1 2 interp_poly 3708 3150 0 0.188 1 3668 2701 0 0.938 1 3708 3150 0 0.188 1 2 interp_poly -40 55 68 120 3680 2975 3 MP PP 3680 2975 0 0.562 1 3748 3095 0 0.312 1 3680 2975 0 0.562 1 2 interp_poly 3748 3095 0 0.312 1 3708 3150 0 0.188 1 3748 3095 0 0.312 1 2 interp_poly 68 189 -40 -14 3680 2975 3 MP PP 3680 2975 0 0.562 1 3640 2961 0 0.562 1 3680 2975 0 0.562 1 2 interp_poly 3640 2961 0 0.562 1 3708 3150 0 0.188 1 3640 2961 0 0.562 1 2 interp_poly 68 120 -40 -302 3720 3277 3 MP PP 3720 3277 0 0.0625 1 3680 2975 0 0.562 1 3720 3277 0 0.0625 1 2 interp_poly 3680 2975 0 0.562 1 3748 3095 0 0.312 1 3680 2975 0 0.562 1 2 interp_poly -40 1285 68 -25 3704 2349 3 MP PP 3704 2349 0.812 1 0.25 3772 2324 0.875 1 0.188 3704 2349 0.812 1 0.25 2 interp_poly 3772 2324 0.875 1 0.188 3732 3609 0 0 0.625 3772 2324 0.875 1 0.188 2 interp_poly 68 32 -40 -546 3784 3736 3 MP PP 3784 3736 0 0 0.562 3744 3190 0 0.438 1 3784 3736 0 0 0.562 2 interp_poly 3744 3190 0 0.438 1 3812 3222 0 0.375 1 3744 3190 0 0.438 1 2 interp_poly -40 213 67 -3 3797 3256 3 MP PP 3797 3256 0 0.5 1 3864 3253 0 0.438 1 3797 3256 0 0.5 1 2 interp_poly 3864 3253 0 0.438 1 3824 3466 0 0.0625 1 3864 3253 0 0.438 1 2 interp_poly -40 -73 67 2 3837 3324 3 MP PP 3837 3324 0 0.438 1 3904 3326 0 0.375 1 3837 3324 0 0.438 1 2 interp_poly 3904 3326 0 0.375 1 3864 3253 0 0.438 1 3904 3326 0 0.375 1 2 interp_poly 67 2 -40 -380 3877 3704 3 MP PP 3877 3704 0 0 0.812 3837 3324 0 0.438 1 3877 3704 0 0 0.812 2 interp_poly 3837 3324 0 0.438 1 3904 3326 0 0.375 1 3837 3324 0 0.438 1 2 interp_poly 68 -108 -40 -73 3904 3326 3 MP PP 3904 3326 0 0.375 1 3864 3253 0 0.438 1 3904 3326 0 0.375 1 2 interp_poly 3864 3253 0 0.438 1 3932 3145 0 0.625 1 3864 3253 0 0.438 1 2 interp_poly 67 91 -40 879 3917 2825 3 MP PP 3917 2825 0.312 1 0.75 3877 3704 0 0 0.812 3917 2825 0.312 1 0.75 2 interp_poly 3877 3704 0 0 0.812 3944 3795 0 0 0.625 3877 3704 0 0 0.812 2 interp_poly -40 736 67 234 3917 2825 3 MP PP 3917 2825 0.312 1 0.75 3984 3059 0 0.938 1 3917 2825 0.312 1 0.75 2 interp_poly 3984 3059 0 0.938 1 3944 3795 0 0 0.625 3984 3059 0 0.938 1 2 interp_poly -40 -579 68 -79 3929 3911 3 MP PP 3929 3911 0 0 0.625 3997 3832 0 0 0.688 3929 3911 0 0 0.625 2 interp_poly 3997 3832 0 0 0.688 3957 3253 0 0.625 1 3997 3832 0 0 0.688 2 interp_poly 68 -79 -40 1 3969 3910 3 MP PP 3969 3910 0 0 0.625 3929 3911 0 0 0.625 3969 3910 0 0 0.625 2 interp_poly 3929 3911 0 0 0.625 3997 3832 0 0 0.688 3929 3911 0 0 0.625 2 interp_poly -40 -375 67 181 3957 3253 3 MP PP 3957 3253 0 0.625 1 4024 3434 0 0.312 1 3957 3253 0 0.625 1 2 interp_poly 4024 3434 0 0.312 1 3984 3059 0 0.938 1 4024 3434 0 0.312 1 2 interp_poly 67 181 -40 -579 3997 3832 3 MP PP 3997 3832 0 0 0.688 3957 3253 0 0.625 1 3997 3832 0 0 0.688 2 interp_poly 3957 3253 0 0.625 1 4024 3434 0 0.312 1 3957 3253 0 0.625 1 2 interp_poly -40 -60 68 -18 3969 3910 3 MP PP 3969 3910 0 0 0.625 4037 3892 0 0 0.625 3969 3910 0 0 0.625 2 interp_poly 4037 3892 0 0 0.625 3997 3832 0 0 0.688 4037 3892 0 0 0.625 2 interp_poly 68 -218 -40 -375 4024 3434 3 MP PP 4024 3434 0 0.312 1 3984 3059 0 0.938 1 4024 3434 0 0.312 1 2 interp_poly 3984 3059 0 0.938 1 4052 2841 0.25 1 0.812 3984 3059 0 0.938 1 2 interp_poly 68 -18 -40 851 4009 3059 3 MP PP 4009 3059 0.125 1 0.938 3969 3910 0 0 0.625 4009 3059 0.125 1 0.938 2 interp_poly 3969 3910 0 0 0.625 4037 3892 0 0 0.625 3969 3910 0 0 0.625 2 interp_poly -40 934 68 -101 4009 3059 3 MP PP 4009 3059 0.125 1 0.938 4077 2958 0.25 1 0.812 4009 3059 0.125 1 0.938 2 interp_poly 4077 2958 0.25 1 0.812 4037 3892 0 0 0.625 4077 2958 0.25 1 0.812 2 interp_poly -40 -750 68 82 4021 3857 3 MP PP 4021 3857 0 0 0.875 4089 3939 0 0 0.688 4021 3857 0 0 0.875 2 interp_poly 4089 3939 0 0 0.688 4049 3189 0 0.938 1 4089 3939 0 0 0.688 2 interp_poly 68 82 -40 81 4061 3776 3 MP PP 4061 3776 0 0.0625 1 4021 3857 0 0 0.875 4061 3776 0 0.0625 1 2 interp_poly 4021 3857 0 0 0.875 4089 3939 0 0 0.688 4021 3857 0 0 0.875 2 interp_poly 68 157 -40 -750 4089 3939 3 MP PP 4089 3939 0 0 0.688 4049 3189 0 0.938 1 4089 3939 0 0 0.688 2 interp_poly 4049 3189 0 0.938 1 4117 3346 0 0.688 1 4049 3189 0 0.938 1 2 interp_poly -40 138 68 25 4061 3776 3 MP PP 4061 3776 0 0.0625 1 4129 3801 0 0 1 4061 3776 0 0.0625 1 2 interp_poly 4129 3801 0 0 1 4089 3939 0 0 0.688 4129 3801 0 0 1 2 interp_poly 68 25 -40 139 4101 3637 3 MP PP 4101 3637 0 0.312 1 4061 3776 0 0.0625 1 4101 3637 0 0.312 1 2 interp_poly 4061 3776 0 0.0625 1 4129 3801 0 0 1 4061 3776 0 0.0625 1 2 interp_poly -40 -244 68 -122 4073 4003 3 MP PP 4073 4003 0 0 0.75 4141 3881 0 0 0.938 4073 4003 0 0 0.75 2 interp_poly 4141 3881 0 0 0.938 4101 3637 0 0.312 1 4141 3881 0 0 0.938 2 interp_poly -40 395 68 -231 4101 3637 3 MP PP 4101 3637 0 0.312 1 4169 3406 0 0.688 1 4101 3637 0 0.312 1 2 interp_poly 4169 3406 0 0.688 1 4129 3801 0 0 1 4169 3406 0 0.688 1 2 interp_poly 68 -231 -40 -244 4141 3881 3 MP PP 4141 3881 0 0 0.938 4101 3637 0 0.312 1 4141 3881 0 0 0.938 2 interp_poly 4101 3637 0 0.312 1 4169 3406 0 0.688 1 4101 3637 0 0.312 1 2 interp_poly -40 59 68 -98 4113 3920 3 MP PP 4113 3920 0 0 0.938 4181 3822 0 0.125 1 4113 3920 0 0 0.938 2 interp_poly 4181 3822 0 0.125 1 4141 3881 0 0 0.938 4181 3822 0 0.125 1 2 interp_poly 68 -122 -40 83 4113 3920 3 MP PP 4113 3920 0 0 0.938 4073 4003 0 0 0.75 4113 3920 0 0 0.938 2 interp_poly 4073 4003 0 0 0.75 4141 3881 0 0 0.938 4073 4003 0 0 0.75 2 interp_poly 68 -98 -40 -141 4153 4061 3 MP PP 4153 4061 0 0 0.75 4113 3920 0 0 0.938 4153 4061 0 0 0.75 2 interp_poly 4113 3920 0 0 0.938 4181 3822 0 0.125 1 4113 3920 0 0 0.938 2 interp_poly -40 -363 67 -136 4117 3346 3 MP PP 4117 3346 0 0.688 1 4184 3210 0 0.875 1 4117 3346 0 0.688 1 2 interp_poly 4184 3210 0 0.875 1 4144 2847 0.438 1 0.625 4184 3210 0 0.875 1 2 interp_poly 68 63 -40 -363 4184 3210 3 MP PP 4184 3210 0 0.875 1 4144 2847 0.438 1 0.625 4184 3210 0 0.875 1 2 interp_poly 4144 2847 0.438 1 0.625 4212 2910 0.312 1 0.75 4144 2847 0.438 1 0.625 2 interp_poly -40 -274 68 -26 4184 3210 3 MP PP 4184 3210 0 0.875 1 4252 3184 0 0.875 1 4184 3210 0 0.875 1 2 interp_poly 4252 3184 0 0.875 1 4212 2910 0.312 1 0.75 4252 3184 0 0.875 1 2 interp_poly 68 -29 -40 1611 4193 2450 3 MP PP 4193 2450 1 0.5 0 4153 4061 0 0 0.75 4193 2450 1 0.5 0 2 interp_poly 4153 4061 0 0 0.75 4221 4032 0 0 0.812 4153 4061 0 0 0.75 2 interp_poly -40 899 68 683 4193 2450 3 MP PP 4193 2450 1 0.5 0 4261 3133 0.375 1 0.688 4193 2450 1 0.5 0 2 interp_poly 4261 3133 0.375 1 0.688 4221 4032 0 0 0.812 4261 3133 0.375 1 0.688 2 interp_poly -40 -1217 68 123 4205 4062 3 MP PP 4205 4062 0 0 0.875 4273 4185 0 0 0.688 4205 4062 0 0 0.875 2 interp_poly 4273 4185 0 0 0.688 4233 2968 0.688 1 0.375 4273 4185 0 0 0.688 2 interp_poly 68 683 -40 -518 4233 2968 3 MP PP 4233 2968 0.688 1 0.375 4193 2450 1 0.5 0 4233 2968 0.688 1 0.375 2 interp_poly 4193 2450 1 0.5 0 4261 3133 0.375 1 0.688 4193 2450 1 0.5 0 2 interp_poly -40 61 68 104 4233 2968 3 MP PP 4233 2968 0.688 1 0.375 4301 3072 0.5 1 0.562 4233 2968 0.688 1 0.375 2 interp_poly 4301 3072 0.5 1 0.562 4261 3133 0.375 1 0.688 4301 3072 0.5 1 0.562 2 interp_poly 68 104 -40 -1217 4273 4185 3 MP PP 4273 4185 0 0 0.688 4233 2968 0.688 1 0.375 4273 4185 0 0 0.688 2 interp_poly 4233 2968 0.688 1 0.375 4301 3072 0.5 1 0.562 4233 2968 0.688 1 0.375 2 interp_poly -40 588 68 -213 4245 3810 3 MP PP 4245 3810 0 0.375 1 4313 3597 0 0.688 1 4245 3810 0 0.375 1 2 interp_poly 4313 3597 0 0.688 1 4273 4185 0 0 0.688 4313 3597 0 0.688 1 2 interp_poly 68 -213 -40 -398 4285 4208 3 MP PP 4285 4208 0 0 0.75 4245 3810 0 0.375 1 4285 4208 0 0 0.75 2 interp_poly 4245 3810 0 0.375 1 4313 3597 0 0.688 1 4245 3810 0 0.375 1 2 interp_poly 68 123 -40 252 4245 3810 3 MP PP 4245 3810 0 0.375 1 4205 4062 0 0 0.875 4245 3810 0 0.375 1 2 interp_poly 4205 4062 0 0 0.875 4273 4185 0 0 0.688 4205 4062 0 0 0.875 2 interp_poly -40 -398 68 -95 4217 4303 3 MP PP 4217 4303 0 0 0.625 4285 4208 0 0 0.75 4217 4303 0 0 0.625 2 interp_poly 4285 4208 0 0 0.75 4245 3810 0 0.375 1 4285 4208 0 0 0.75 2 interp_poly -40 139 68 -74 4033 3711 3 MP PP 4033 3711 0 0.25 1 4101 3637 0 0.312 1 4033 3711 0 0.25 1 2 interp_poly 4101 3637 0 0.312 1 4061 3776 0 0.0625 1 4101 3637 0 0.312 1 2 interp_poly -40 1 68 -10 3901 3920 3 MP PP 3901 3920 0 0 0.625 3969 3910 0 0 0.625 3901 3920 0 0 0.625 2 interp_poly 3969 3910 0 0 0.625 3929 3911 0 0 0.625 3969 3910 0 0 0.625 2 interp_poly 68 -73 -40 270 3824 3466 3 MP PP 3824 3466 0 0.0625 1 3784 3736 0 0 0.562 3824 3466 0 0.0625 1 2 interp_poly 3784 3736 0 0 0.562 3852 3663 0 0 0.688 3784 3736 0 0 0.562 2 interp_poly -40 -380 68 -83 3809 3787 3 MP PP 3809 3787 0 0 0.688 3877 3704 0 0 0.812 3809 3787 0 0 0.688 2 interp_poly 3877 3704 0 0 0.812 3837 3324 0 0.438 1 3877 3704 0 0 0.812 2 interp_poly 68 -83 -40 317 3849 3470 3 MP PP 3849 3470 0 0.25 1 3809 3787 0 0 0.688 3849 3470 0 0.25 1 2 interp_poly 3809 3787 0 0 0.688 3877 3704 0 0 0.812 3809 3787 0 0 0.688 2 interp_poly -40 879 68 -645 3849 3470 3 MP PP 3849 3470 0 0.25 1 3917 2825 0.312 1 0.75 3849 3470 0 0.25 1 2 interp_poly 3917 2825 0.312 1 0.75 3877 3704 0 0 0.812 3917 2825 0.312 1 0.75 2 interp_poly -40 -1054 68 -84 3812 3222 3 MP PP 3812 3222 0 0.375 1 3880 3138 0 0.5 1 3812 3222 0 0.375 1 2 interp_poly 3880 3138 0 0.5 1 3840 2084 1 0.812 0 3880 3138 0 0.5 1 2 interp_poly 68 61 -40 -1054 3880 3138 3 MP PP 3880 3138 0 0.5 1 3840 2084 1 0.812 0 3880 3138 0 0.5 1 2 interp_poly 3840 2084 1 0.812 0 3908 2145 1 0.938 0 3840 2084 1 0.812 0 2 interp_poly 68 -645 -40 451 3889 3019 3 MP PP 3889 3019 0.0625 1 1 3849 3470 0 0.25 1 3889 3019 0.0625 1 1 2 interp_poly 3849 3470 0 0.25 1 3917 2825 0.312 1 0.75 3849 3470 0 0.25 1 2 interp_poly -40 -892 68 31 3861 3880 3 MP PP 3861 3880 0 0 0.688 3929 3911 0 0 0.625 3861 3880 0 0 0.688 2 interp_poly 3929 3911 0 0 0.625 3889 3019 0.0625 1 1 3929 3911 0 0 0.625 2 interp_poly 68 31 -40 -40 3901 3920 3 MP PP 3901 3920 0 0 0.625 3861 3880 0 0 0.688 3901 3920 0 0 0.625 2 interp_poly 3861 3880 0 0 0.688 3929 3911 0 0 0.625 3861 3880 0 0 0.688 2 interp_poly -40 -428 68 234 3889 3019 3 MP PP 3889 3019 0.0625 1 1 3957 3253 0 0.625 1 3889 3019 0.0625 1 1 2 interp_poly 3957 3253 0 0.625 1 3917 2825 0.312 1 0.75 3957 3253 0 0.625 1 2 interp_poly 68 234 -40 -892 3929 3911 3 MP PP 3929 3911 0 0 0.625 3889 3019 0.0625 1 1 3929 3911 0 0 0.625 2 interp_poly 3889 3019 0.0625 1 1 3957 3253 0 0.625 1 3889 3019 0.0625 1 1 2 interp_poly 68 -10 -40 817 3941 3103 3 MP PP 3941 3103 0.0625 1 1 3901 3920 0 0 0.625 3941 3103 0.0625 1 1 2 interp_poly 3901 3920 0 0 0.625 3969 3910 0 0 0.625 3901 3920 0 0 0.625 2 interp_poly 67 234 -40 -428 3957 3253 3 MP PP 3957 3253 0 0.625 1 3917 2825 0.312 1 0.75 3957 3253 0 0.625 1 2 interp_poly 3917 2825 0.312 1 0.75 3984 3059 0 0.938 1 3917 2825 0.312 1 0.75 2 interp_poly -40 851 68 -44 3941 3103 3 MP PP 3941 3103 0.0625 1 1 4009 3059 0.125 1 0.938 3941 3103 0.0625 1 1 2 interp_poly 4009 3059 0.125 1 0.938 3969 3910 0 0 0.625 4009 3059 0.125 1 0.938 2 interp_poly 68 -44 -40 29 3981 3074 3 MP PP 3981 3074 0.188 1 0.875 3941 3103 0.0625 1 1 3981 3074 0.188 1 0.875 2 interp_poly 3941 3103 0.0625 1 1 4009 3059 0.125 1 0.938 3941 3103 0.0625 1 1 2 interp_poly -40 -783 68 -117 3953 3974 3 MP PP 3953 3974 0 0 0.688 4021 3857 0 0 0.875 3953 3974 0 0 0.688 2 interp_poly 4021 3857 0 0 0.875 3981 3074 0.188 1 0.875 4021 3857 0 0 0.875 2 interp_poly 68 115 -40 -783 4021 3857 3 MP PP 4021 3857 0 0 0.875 3981 3074 0.188 1 0.875 4021 3857 0 0 0.875 2 interp_poly 3981 3074 0.188 1 0.875 4049 3189 0 0.938 1 3981 3074 0.188 1 0.875 2 interp_poly -40 81 68 52 3993 3724 3 MP PP 3993 3724 0 0.188 1 4061 3776 0 0.0625 1 3993 3724 0 0.188 1 2 interp_poly 4061 3776 0 0.0625 1 4021 3857 0 0 0.875 4061 3776 0 0.0625 1 2 interp_poly 68 52 -40 13 4033 3711 3 MP PP 4033 3711 0 0.25 1 3993 3724 0 0.188 1 4033 3711 0 0.25 1 2 interp_poly 3993 3724 0 0.188 1 4061 3776 0 0.0625 1 3993 3724 0 0.188 1 2 interp_poly 68 -74 -40 -292 4073 4003 3 MP PP 4073 4003 0 0 0.75 4033 3711 0 0.25 1 4073 4003 0 0 0.75 2 interp_poly 4033 3711 0 0.25 1 4101 3637 0 0.312 1 4033 3711 0 0.25 1 2 interp_poly 68 -117 -40 250 3993 3724 3 MP PP 3993 3724 0 0.188 1 3953 3974 0 0 0.688 3993 3724 0 0.188 1 2 interp_poly 3953 3974 0 0 0.688 4021 3857 0 0 0.875 3953 3974 0 0 0.688 2 interp_poly -40 -292 68 27 4005 3976 3 MP PP 4005 3976 0 0 0.812 4073 4003 0 0 0.75 4005 3976 0 0 0.812 2 interp_poly 4073 4003 0 0 0.75 4033 3711 0 0.25 1 4073 4003 0 0 0.75 2 interp_poly -40 83 68 -11 4045 3931 3 MP PP 4045 3931 0 0 0.938 4113 3920 0 0 0.938 4045 3931 0 0 0.938 2 interp_poly 4113 3920 0 0 0.938 4073 4003 0 0 0.75 4113 3920 0 0 0.938 2 interp_poly 68 27 -40 45 4045 3931 3 MP PP 4045 3931 0 0 0.938 4005 3976 0 0 0.812 4045 3931 0 0 0.938 2 interp_poly 4005 3976 0 0 0.812 4073 4003 0 0 0.75 4005 3976 0 0 0.812 2 interp_poly 68 -11 -40 -121 4085 4052 3 MP PP 4085 4052 0 0 0.812 4045 3931 0 0 0.938 4085 4052 0 0 0.812 2 interp_poly 4045 3931 0 0 0.938 4113 3920 0 0 0.938 4045 3931 0 0 0.938 2 interp_poly -40 -388 68 157 4049 3189 3 MP PP 4049 3189 0 0.938 1 4117 3346 0 0.688 1 4049 3189 0 0.938 1 2 interp_poly 4117 3346 0 0.688 1 4077 2958 0.25 1 0.812 4117 3346 0 0.688 1 2 interp_poly 67 -111 -40 -388 4117 3346 3 MP PP 4117 3346 0 0.688 1 4077 2958 0.25 1 0.812 4117 3346 0 0.688 1 2 interp_poly 4077 2958 0.25 1 0.812 4144 2847 0.438 1 0.625 4077 2958 0.25 1 0.812 2 interp_poly -40 -141 68 9 4085 4052 3 MP PP 4085 4052 0 0 0.812 4153 4061 0 0 0.75 4085 4052 0 0 0.812 2 interp_poly 4153 4061 0 0 0.75 4113 3920 0 0 0.938 4153 4061 0 0 0.75 2 interp_poly 68 9 -40 1325 4125 2727 3 MP PP 4125 2727 1 1 0 4085 4052 0 0 0.812 4125 2727 1 1 0 2 interp_poly 4085 4052 0 0 0.812 4153 4061 0 0 0.75 4085 4052 0 0 0.812 2 interp_poly -40 1611 68 -277 4125 2727 3 MP PP 4125 2727 1 1 0 4193 2450 1 0.5 0 4125 2727 1 1 0 2 interp_poly 4193 2450 1 0.5 0 4153 4061 0 0 0.75 4193 2450 1 0.5 0 2 interp_poly -40 -1261 68 415 4137 3647 3 MP PP 4137 3647 0 0.625 1 4205 4062 0 0 0.875 4137 3647 0 0.625 1 2 interp_poly 4205 4062 0 0 0.875 4165 2801 1 1 0.0625 4205 4062 0 0 0.875 2 interp_poly 68 415 -40 -477 4177 4124 3 MP PP 4177 4124 0 0 0.875 4137 3647 0 0.625 1 4177 4124 0 0 0.875 2 interp_poly 4137 3647 0 0.625 1 4205 4062 0 0 0.875 4137 3647 0 0.625 1 2 interp_poly 68 167 -40 -1261 4205 4062 3 MP PP 4205 4062 0 0 0.875 4165 2801 1 1 0.0625 4205 4062 0 0 0.875 2 interp_poly 4165 2801 1 1 0.0625 4233 2968 0.688 1 0.375 4165 2801 1 1 0.0625 2 interp_poly -40 252 68 -314 4177 4124 3 MP PP 4177 4124 0 0 0.875 4245 3810 0 0.375 1 4177 4124 0 0 0.875 2 interp_poly 4245 3810 0 0.375 1 4205 4062 0 0 0.875 4245 3810 0 0.375 1 2 interp_poly 68 -314 -40 -179 4217 4303 3 MP PP 4217 4303 0 0 0.625 4177 4124 0 0 0.875 4217 4303 0 0 0.625 2 interp_poly 4177 4124 0 0 0.875 4245 3810 0 0.375 1 4177 4124 0 0 0.875 2 interp_poly -40 -518 68 167 4165 2801 3 MP PP 4165 2801 1 1 0.0625 4233 2968 0.688 1 0.375 4165 2801 1 1 0.0625 2 interp_poly 4233 2968 0.688 1 0.375 4193 2450 1 0.5 0 4233 2968 0.688 1 0.375 2 interp_poly -40 -179 68 -38 4149 4341 3 MP PP 4149 4341 0 0 0.562 4217 4303 0 0 0.625 4149 4341 0 0 0.562 2 interp_poly 4217 4303 0 0 0.625 4177 4124 0 0 0.875 4217 4303 0 0 0.625 2 interp_poly 68 -277 -40 -74 4165 2801 3 MP PP 4165 2801 1 1 0.0625 4125 2727 1 1 0 4165 2801 1 1 0.0625 2 interp_poly 4125 2727 1 1 0 4193 2450 1 0.5 0 4125 2727 1 1 0 2 interp_poly 68 19 -40 -236 4149 4341 3 MP PP 4149 4341 0 0 0.562 4109 4105 0 0 0.938 4149 4341 0 0 0.562 2 interp_poly 4109 4105 0 0 0.938 4177 4124 0 0 0.875 4109 4105 0 0 0.938 2 interp_poly -40 -477 68 19 4109 4105 3 MP PP 4109 4105 0 0 0.938 4177 4124 0 0 0.875 4109 4105 0 0 0.938 2 interp_poly 4177 4124 0 0 0.875 4137 3647 0 0.625 1 4177 4124 0 0 0.875 2 interp_poly 68 -101 -40 -130 4049 3189 3 MP PP 4049 3189 0 0.938 1 4009 3059 0.125 1 0.938 4049 3189 0 0.938 1 2 interp_poly 4009 3059 0.125 1 0.938 4077 2958 0.25 1 0.812 4009 3059 0.125 1 0.938 2 interp_poly -40 1325 68 413 4057 2314 3 MP PP 4057 2314 1 0.25 0 4125 2727 1 1 0 4057 2314 1 0.25 0 2 interp_poly 4125 2727 1 1 0 4085 4052 0 0 0.812 4125 2727 1 1 0 2 interp_poly 68 -5 -40 -841 4137 3647 3 MP PP 4137 3647 0 0.625 1 4097 2806 1 1 0.0625 4137 3647 0 0.625 1 2 interp_poly 4097 2806 1 1 0.0625 4165 2801 1 1 0.0625 4097 2806 1 1 0.0625 2 interp_poly -40 -74 68 -5 4097 2806 3 MP PP 4097 2806 1 1 0.0625 4165 2801 1 1 0.0625 4097 2806 1 1 0.0625 2 interp_poly 4165 2801 1 1 0.0625 4125 2727 1 1 0 4165 2801 1 1 0.0625 2 interp_poly -40 -236 68 84 4081 4257 3 MP PP 4081 4257 0 0 0.75 4149 4341 0 0 0.562 4081 4257 0 0 0.75 2 interp_poly 4149 4341 0 0 0.562 4109 4105 0 0 0.938 4149 4341 0 0 0.562 2 interp_poly -40 13 68 10 3965 3701 3 MP PP 3965 3701 0 0.25 1 4033 3711 0 0.25 1 3965 3701 0 0.25 1 2 interp_poly 4033 3711 0 0.25 1 3993 3724 0 0.188 1 4033 3711 0 0.25 1 2 interp_poly -40 -73 68 -27 3440 3379 3 MP PP 3440 3379 0 0 0.625 3508 3352 0 0 0.625 3440 3379 0 0 0.625 2 interp_poly 3508 3352 0 0 0.625 3468 3279 0 0 0.75 3508 3352 0 0 0.625 2 interp_poly -40 -522 67 135 3248 2688 3 MP PP 3248 2688 0 0.0625 1 3315 2823 0 0 0.812 3248 2688 0 0.0625 1 2 interp_poly 3315 2823 0 0 0.812 3275 2301 0 0.625 1 3315 2823 0 0 0.812 2 interp_poly 67 -262 -40 -125 3248 2688 3 MP PP 3248 2688 0 0.0625 1 3208 2563 0 0.25 1 3248 2688 0 0.0625 1 2 interp_poly 3208 2563 0 0.25 1 3275 2301 0 0.625 1 3208 2563 0 0.25 1 2 interp_poly 67 135 -40 846 3288 1842 3 MP PP 3288 1842 0.562 1 0.5 3248 2688 0 0.0625 1 3288 1842 0.562 1 0.5 2 interp_poly 3248 2688 0 0.0625 1 3315 2823 0 0 0.812 3248 2688 0 0.0625 1 2 interp_poly -40 846 68 159 3220 1683 3 MP PP 3220 1683 0.812 1 0.25 3288 1842 0.562 1 0.5 3220 1683 0.812 1 0.25 2 interp_poly 3288 1842 0.562 1 0.5 3248 2688 0 0.0625 1 3288 1842 0.562 1 0.5 2 interp_poly -40 463 67 518 3288 1842 3 MP PP 3288 1842 0.562 1 0.5 3355 2360 0 0.625 1 3288 1842 0.562 1 0.5 2 interp_poly 3355 2360 0 0.625 1 3315 2823 0 0 0.812 3355 2360 0 0.625 1 2 interp_poly -40 -861 68 309 3260 2394 3 MP PP 3260 2394 0 0.688 1 3328 2703 0 0.125 1 3260 2394 0 0.688 1 2 interp_poly 3328 2703 0 0.125 1 3288 1842 0.562 1 0.5 3328 2703 0 0.125 1 2 interp_poly 68 309 -40 16 3300 2378 3 MP PP 3300 2378 0 0.75 1 3260 2394 0 0.688 1 3300 2378 0 0.75 1 2 interp_poly 3260 2394 0 0.688 1 3328 2703 0 0.125 1 3260 2394 0 0.688 1 2 interp_poly -40 -606 68 -52 3272 3036 3 MP PP 3272 3036 0 0 0.688 3340 2984 0 0 0.75 3272 3036 0 0 0.688 2 interp_poly 3340 2984 0 0 0.75 3300 2378 0 0.75 1 3340 2984 0 0 0.75 2 interp_poly 67 518 -40 -861 3328 2703 3 MP PP 3328 2703 0 0.125 1 3288 1842 0.562 1 0.5 3328 2703 0 0.125 1 2 interp_poly 3288 1842 0.562 1 0.5 3355 2360 0 0.625 1 3288 1842 0.562 1 0.5 2 interp_poly -40 -87 68 412 3300 2378 3 MP PP 3300 2378 0 0.75 1 3368 2790 0 0 1 3300 2378 0 0.75 1 2 interp_poly 3368 2790 0 0 1 3328 2703 0 0.125 1 3368 2790 0 0 1 2 interp_poly 67 233 -40 -87 3368 2790 3 MP PP 3368 2790 0 0 1 3328 2703 0 0.125 1 3368 2790 0 0 1 2 interp_poly 3328 2703 0 0.125 1 3395 2936 0 0 0.688 3328 2703 0 0.125 1 2 interp_poly 68 412 -40 -606 3340 2984 3 MP PP 3340 2984 0 0 0.75 3300 2378 0 0.75 1 3340 2984 0 0 0.75 2 interp_poly 3300 2378 0 0.75 1 3368 2790 0 0 1 3300 2378 0 0.75 1 2 interp_poly -40 282 68 -285 3312 2987 3 MP PP 3312 2987 0 0 0.812 3380 2702 0 0.25 1 3312 2987 0 0 0.812 2 interp_poly 3380 2702 0 0.25 1 3340 2984 0 0 0.75 3380 2702 0 0.25 1 2 interp_poly 68 -285 -40 460 3352 2527 3 MP PP 3352 2527 0 0.625 1 3312 2987 0 0 0.812 3352 2527 0 0.625 1 2 interp_poly 3312 2987 0 0 0.812 3380 2702 0 0.25 1 3312 2987 0 0 0.812 2 interp_poly -40 -205 68 11 3340 2984 3 MP PP 3340 2984 0 0 0.75 3408 2995 0 0 0.688 3340 2984 0 0 0.75 2 interp_poly 3408 2995 0 0 0.688 3368 2790 0 0 1 3408 2995 0 0 0.688 2 interp_poly 68 11 -40 282 3380 2702 3 MP PP 3380 2702 0 0.25 1 3340 2984 0 0 0.75 3380 2702 0 0.25 1 2 interp_poly 3340 2984 0 0 0.75 3408 2995 0 0 0.688 3340 2984 0 0 0.75 2 interp_poly -40 -76 68 251 3352 2527 3 MP PP 3352 2527 0 0.625 1 3420 2778 0 0.188 1 3352 2527 0 0.625 1 2 interp_poly 3420 2778 0 0.188 1 3380 2702 0 0.25 1 3420 2778 0 0.188 1 2 interp_poly 68 251 -40 935 3392 1592 3 MP PP 3392 1592 1 0.812 0 3352 2527 0 0.625 1 3392 1592 1 0.812 0 2 interp_poly 3352 2527 0 0.625 1 3420 2778 0 0.188 1 3352 2527 0 0.625 1 2 interp_poly -40 373 68 813 3392 1592 3 MP PP 3392 1592 1 0.812 0 3460 2405 0 0.812 1 3392 1592 1 0.812 0 2 interp_poly 3460 2405 0 0.812 1 3420 2778 0 0.188 1 3460 2405 0 0.812 1 2 interp_poly -40 -1613 68 51 3364 3154 3 MP PP 3364 3154 0 0 0.625 3432 3205 0 0 0.562 3364 3154 0 0 0.625 2 interp_poly 3432 3205 0 0 0.562 3392 1592 1 0.812 0 3432 3205 0 0 0.562 2 interp_poly 68 813 -40 -1613 3432 3205 3 MP PP 3432 3205 0 0 0.562 3392 1592 1 0.812 0 3432 3205 0 0 0.562 2 interp_poly 3392 1592 1 0.812 0 3460 2405 0 0.812 1 3392 1592 1 0.812 0 2 interp_poly 68 51 -40 1606 3404 1548 3 MP PP 3404 1548 1 0.625 0 3364 3154 0 0 0.625 3404 1548 1 0.625 0 2 interp_poly 3364 3154 0 0 0.625 3432 3205 0 0 0.562 3364 3154 0 0 0.625 2 interp_poly -40 1788 68 -131 3404 1548 3 MP PP 3404 1548 1 0.625 0 3472 1417 1 0.438 0 3404 1548 1 0.625 0 2 interp_poly 3472 1417 1 0.438 0 3432 3205 0 0 0.562 3472 1417 1 0.438 0 2 interp_poly -40 -780 68 -20 3432 3205 3 MP PP 3432 3205 0 0 0.562 3500 3185 0 0 0.562 3432 3205 0 0 0.562 2 interp_poly 3500 3185 0 0 0.562 3460 2405 0 0.812 1 3500 3185 0 0 0.562 2 interp_poly 68 -20 -40 1788 3472 1417 3 MP PP 3472 1417 1 0.438 0 3432 3205 0 0 0.562 3472 1417 1 0.438 0 2 interp_poly 3432 3205 0 0 0.562 3500 3185 0 0 0.562 3432 3205 0 0 0.562 2 interp_poly -40 -1648 68 -83 3376 3279 3 MP PP 3376 3279 0 0 0.562 3444 3196 0 0 0.688 3376 3279 0 0 0.562 2 interp_poly 3444 3196 0 0 0.688 3404 1548 1 0.625 0 3444 3196 0 0 0.688 2 interp_poly 68 -131 -40 -1648 3444 3196 3 MP PP 3444 3196 0 0 0.688 3404 1548 1 0.625 0 3444 3196 0 0 0.688 2 interp_poly 3404 1548 1 0.625 0 3472 1417 1 0.438 0 3404 1548 1 0.625 0 2 interp_poly -40 1478 68 290 3472 1417 3 MP PP 3472 1417 1 0.438 0 3540 1707 1 0.938 0 3472 1417 1 0.438 0 2 interp_poly 3540 1707 1 0.938 0 3500 3185 0 0 0.562 3540 1707 1 0.938 0 2 interp_poly -40 -1731 68 -48 3444 3196 3 MP PP 3444 3196 0 0 0.688 3512 3148 0 0 0.75 3444 3196 0 0 0.688 2 interp_poly 3512 3148 0 0 0.75 3472 1417 1 0.438 0 3512 3148 0 0 0.75 2 interp_poly -40 121 68 -69 3388 3103 3 MP PP 3388 3103 0 0 0.938 3456 3034 0 0.0625 1 3388 3103 0 0 0.938 2 interp_poly 3456 3034 0 0.0625 1 3416 3155 0 0 0.812 3456 3034 0 0.0625 1 2 interp_poly 68 -69 -40 314 3428 2789 3 MP PP 3428 2789 0 0.5 1 3388 3103 0 0 0.938 3428 2789 0 0.5 1 2 interp_poly 3388 3103 0 0 0.938 3456 3034 0 0.0625 1 3388 3103 0 0 0.938 2 interp_poly 68 -52 -40 49 3312 2987 3 MP PP 3312 2987 0 0 0.812 3272 3036 0 0 0.688 3312 2987 0 0 0.812 2 interp_poly 3272 3036 0 0 0.688 3340 2984 0 0 0.75 3272 3036 0 0 0.688 2 interp_poly 68 341 -40 664 3220 1683 3 MP PP 3220 1683 0.812 1 0.25 3180 2347 0 0.625 1 3220 1683 0.812 1 0.25 2 interp_poly 3180 2347 0 0.625 1 3248 2688 0 0.0625 1 3180 2347 0 0.625 1 2 interp_poly 68 -51 -40 -607 3272 3036 3 MP PP 3272 3036 0 0 0.688 3232 2429 0 0.688 1 3272 3036 0 0 0.688 2 interp_poly 3232 2429 0 0.688 1 3300 2378 0 0.75 1 3232 2429 0 0.688 1 2 interp_poly -40 460 68 -146 3284 2673 3 MP PP 3284 2673 0 0.375 1 3352 2527 0 0.625 1 3284 2673 0 0.375 1 2 interp_poly 3352 2527 0 0.625 1 3312 2987 0 0 0.812 3352 2527 0 0.625 1 2 interp_poly -40 16 68 -51 3232 2429 3 MP PP 3232 2429 0 0.688 1 3300 2378 0 0.75 1 3232 2429 0 0.688 1 2 interp_poly 3300 2378 0 0.75 1 3260 2394 0 0.688 1 3300 2378 0 0.75 1 2 interp_poly 68 -146 -40 903 3324 1770 3 MP PP 3324 1770 1 1 0.0625 3284 2673 0 0.375 1 3324 1770 1 1 0.0625 2 interp_poly 3284 2673 0 0.375 1 3352 2527 0 0.625 1 3284 2673 0 0.375 1 2 interp_poly -40 -125 68 341 3180 2347 3 MP PP 3180 2347 0 0.625 1 3248 2688 0 0.0625 1 3180 2347 0 0.625 1 2 interp_poly 3248 2688 0 0.0625 1 3208 2563 0 0.25 1 3248 2688 0 0.0625 1 2 interp_poly -40 -607 68 17 3204 3019 3 MP PP 3204 3019 0 0 0.75 3272 3036 0 0 0.688 3204 3019 0 0 0.75 2 interp_poly 3272 3036 0 0 0.688 3232 2429 0 0.688 1 3272 3036 0 0 0.688 2 interp_poly -40 49 68 25 3244 2962 3 MP PP 3244 2962 0 0 0.875 3312 2987 0 0 0.812 3244 2962 0 0 0.875 2 interp_poly 3312 2987 0 0 0.812 3272 3036 0 0 0.688 3312 2987 0 0 0.812 2 interp_poly 68 25 -40 289 3284 2673 3 MP PP 3284 2673 0 0.375 1 3244 2962 0 0 0.875 3284 2673 0 0.375 1 2 interp_poly 3244 2962 0 0 0.875 3312 2987 0 0 0.812 3244 2962 0 0 0.875 2 interp_poly -40 -1384 68 -81 3296 3235 3 MP PP 3296 3235 0 0 0.562 3364 3154 0 0 0.625 3296 3235 0 0 0.562 2 interp_poly 3364 3154 0 0 0.625 3324 1770 1 1 0.0625 3364 3154 0 0 0.625 2 interp_poly 68 -81 -40 995 3336 2240 3 MP PP 3336 2240 0.25 1 0.812 3296 3235 0 0 0.562 3336 2240 0.25 1 0.812 2 interp_poly 3296 3235 0 0 0.562 3364 3154 0 0 0.625 3296 3235 0 0 0.562 2 interp_poly -40 935 68 -178 3324 1770 3 MP PP 3324 1770 1 1 0.0625 3392 1592 1 0.812 0 3324 1770 1 1 0.0625 2 interp_poly 3392 1592 1 0.812 0 3352 2527 0 0.625 1 3392 1592 1 0.812 0 2 interp_poly 68 -178 -40 -1384 3364 3154 3 MP PP 3364 3154 0 0 0.625 3324 1770 1 1 0.0625 3364 3154 0 0 0.625 2 interp_poly 3324 1770 1 1 0.0625 3392 1592 1 0.812 0 3324 1770 1 1 0.0625 2 interp_poly -40 1606 68 -692 3336 2240 3 MP PP 3336 2240 0.25 1 0.812 3404 1548 1 0.625 0 3336 2240 0.25 1 0.812 2 interp_poly 3404 1548 1 0.625 0 3364 3154 0 0 0.625 3404 1548 1 0.625 0 2 interp_poly -40 -1039 68 50 3308 3229 3 MP PP 3308 3229 0 0 0.625 3376 3279 0 0 0.562 3308 3229 0 0 0.625 2 interp_poly 3376 3279 0 0 0.562 3336 2240 0.25 1 0.812 3376 3279 0 0 0.562 2 interp_poly 68 -692 -40 -1039 3376 3279 3 MP PP 3376 3279 0 0 0.562 3336 2240 0.25 1 0.812 3376 3279 0 0 0.562 2 interp_poly 3336 2240 0.25 1 0.812 3404 1548 1 0.625 0 3336 2240 0.25 1 0.812 2 interp_poly -40 124 68 -95 3348 3250 3 MP PP 3348 3250 0 0 0.688 3416 3155 0 0 0.812 3348 3250 0 0 0.688 2 interp_poly 3416 3155 0 0 0.812 3376 3279 0 0 0.562 3416 3155 0 0 0.812 2 interp_poly 68 -95 -40 147 3388 3103 3 MP PP 3388 3103 0 0 0.938 3348 3250 0 0 0.688 3388 3103 0 0 0.938 2 interp_poly 3348 3250 0 0 0.688 3416 3155 0 0 0.812 3348 3250 0 0 0.688 2 interp_poly 68 -83 -40 124 3416 3155 3 MP PP 3416 3155 0 0 0.812 3376 3279 0 0 0.562 3416 3155 0 0 0.812 2 interp_poly 3376 3279 0 0 0.562 3444 3196 0 0 0.688 3376 3279 0 0 0.562 2 interp_poly -40 -70 68 111 3416 3155 3 MP PP 3416 3155 0 0 0.812 3484 3266 0 0 0.562 3416 3155 0 0 0.812 2 interp_poly 3484 3266 0 0 0.562 3444 3196 0 0 0.688 3484 3266 0 0 0.562 2 interp_poly 68 -48 -40 -70 3484 3266 3 MP PP 3484 3266 0 0 0.562 3444 3196 0 0 0.688 3484 3266 0 0 0.562 2 interp_poly 3444 3196 0 0 0.688 3512 3148 0 0 0.75 3444 3196 0 0 0.688 2 interp_poly 68 111 -40 121 3456 3034 3 MP PP 3456 3034 0 0.0625 1 3416 3155 0 0 0.812 3456 3034 0 0.0625 1 2 interp_poly 3416 3155 0 0 0.812 3484 3266 0 0 0.562 3416 3155 0 0 0.812 2 interp_poly -40 -490 68 -20 3400 3299 3 MP PP 3400 3299 0 0 0.75 3468 3279 0 0 0.75 3400 3299 0 0 0.75 2 interp_poly 3468 3279 0 0 0.75 3428 2789 0 0.5 1 3468 3279 0 0 0.75 2 interp_poly 68 -20 -40 -80 3440 3379 3 MP PP 3440 3379 0 0 0.625 3400 3299 0 0 0.75 3440 3379 0 0 0.625 2 interp_poly 3400 3299 0 0 0.75 3468 3279 0 0 0.75 3400 3299 0 0 0.75 2 interp_poly -40 270 68 -25 3428 2789 3 MP PP 3428 2789 0 0.5 1 3496 2764 0 0.562 1 3428 2789 0 0.5 1 2 interp_poly 3496 2764 0 0.562 1 3456 3034 0 0.0625 1 3496 2764 0 0.562 1 2 interp_poly 68 290 -40 -1731 3512 3148 3 MP PP 3512 3148 0 0 0.75 3472 1417 1 0.438 0 3512 3148 0 0 0.75 2 interp_poly 3472 1417 1 0.438 0 3540 1707 1 0.938 0 3472 1417 1 0.438 0 2 interp_poly -40 537 68 -305 3456 3034 3 MP PP 3456 3034 0 0.0625 1 3524 2729 0 0.562 1 3456 3034 0 0.0625 1 2 interp_poly 3524 2729 0 0.562 1 3484 3266 0 0 0.562 3524 2729 0 0.562 1 2 interp_poly 68 -305 -40 270 3496 2764 3 MP PP 3496 2764 0 0.562 1 3456 3034 0 0.0625 1 3496 2764 0 0.562 1 2 interp_poly 3456 3034 0 0.0625 1 3524 2729 0 0.562 1 3456 3034 0 0.0625 1 2 interp_poly 68 -25 -40 -490 3468 3279 3 MP PP 3468 3279 0 0 0.75 3428 2789 0 0.5 1 3468 3279 0 0 0.75 2 interp_poly 3428 2789 0 0.5 1 3496 2764 0 0.562 1 3428 2789 0 0.5 1 2 interp_poly -40 4 68 -122 3484 3266 3 MP PP 3484 3266 0 0 0.562 3552 3144 0 0 0.75 3484 3266 0 0 0.562 2 interp_poly 3552 3144 0 0 0.75 3512 3148 0 0 0.75 3552 3144 0 0 0.75 2 interp_poly 68 -36 -40 4 3552 3144 3 MP PP 3552 3144 0 0 0.75 3512 3148 0 0 0.75 3552 3144 0 0 0.75 2 interp_poly 3512 3148 0 0 0.75 3580 3112 0 0 0.75 3512 3148 0 0 0.75 2 interp_poly 68 -122 -40 537 3524 2729 3 MP PP 3524 2729 0 0.562 1 3484 3266 0 0 0.562 3524 2729 0 0.562 1 2 interp_poly 3484 3266 0 0 0.562 3552 3144 0 0 0.75 3484 3266 0 0 0.562 2 interp_poly -40 -308 68 -207 3468 3279 3 MP PP 3468 3279 0 0 0.75 3536 3072 0 0.0625 1 3468 3279 0 0 0.75 2 interp_poly 3536 3072 0 0.0625 1 3496 2764 0 0.562 1 3536 3072 0 0.0625 1 2 interp_poly 68 -207 -40 -73 3508 3352 3 MP PP 3508 3352 0 0 0.625 3468 3279 0 0 0.75 3508 3352 0 0 0.625 2 interp_poly 3468 3279 0 0 0.75 3536 3072 0 0.0625 1 3468 3279 0 0 0.75 2 interp_poly 68 -27 -40 880 3480 2499 3 MP PP 3480 2499 0.188 1 0.875 3440 3379 0 0 0.625 3480 2499 0.188 1 0.875 2 interp_poly 3440 3379 0 0 0.625 3508 3352 0 0 0.625 3440 3379 0 0 0.625 2 interp_poly -40 -13 68 428 3524 2729 3 MP PP 3524 2729 0 0.562 1 3592 3157 0 0 0.812 3524 2729 0 0.562 1 2 interp_poly 3592 3157 0 0 0.812 3552 3144 0 0 0.75 3592 3157 0 0 0.812 2 interp_poly 68 428 -40 33 3564 2696 3 MP PP 3564 2696 0 0.625 1 3524 2729 0 0.562 1 3564 2696 0 0.625 1 2 interp_poly 3524 2729 0 0.562 1 3592 3157 0 0 0.812 3524 2729 0 0.562 1 2 interp_poly -40 33 68 -68 3496 2764 3 MP PP 3496 2764 0 0.562 1 3564 2696 0 0.625 1 3496 2764 0 0.562 1 2 interp_poly 3564 2696 0 0.625 1 3524 2729 0 0.562 1 3564 2696 0 0.625 1 2 interp_poly 68 -68 -40 -308 3536 3072 3 MP PP 3536 3072 0 0.0625 1 3496 2764 0 0.562 1 3536 3072 0 0.0625 1 2 interp_poly 3496 2764 0 0.562 1 3564 2696 0 0.625 1 3496 2764 0 0.562 1 2 interp_poly -40 523 68 330 3480 2499 3 MP PP 3480 2499 0.188 1 0.875 3548 2829 0 0.562 1 3480 2499 0.188 1 0.875 2 interp_poly 3548 2829 0 0.562 1 3508 3352 0 0 0.625 3548 2829 0 0.562 1 2 interp_poly -40 -208 68 -72 3508 3352 3 MP PP 3508 3352 0 0 0.625 3576 3280 0 0 0.75 3508 3352 0 0 0.625 2 interp_poly 3576 3280 0 0 0.75 3536 3072 0 0.0625 1 3576 3280 0 0 0.75 2 interp_poly -40 -355 68 -21 3536 3072 3 MP PP 3536 3072 0 0.0625 1 3604 3051 0 0.0625 1 3536 3072 0 0.0625 1 2 interp_poly 3604 3051 0 0.0625 1 3564 2696 0 0.625 1 3604 3051 0 0.0625 1 2 interp_poly 68 -21 -40 -208 3576 3280 3 MP PP 3576 3280 0 0 0.75 3536 3072 0 0.0625 1 3576 3280 0 0 0.75 2 interp_poly 3536 3072 0 0.0625 1 3604 3051 0 0.0625 1 3536 3072 0 0.0625 1 2 interp_poly 68 -72 -40 523 3548 2829 3 MP PP 3548 2829 0 0.562 1 3508 3352 0 0 0.625 3548 2829 0 0.562 1 2 interp_poly 3508 3352 0 0 0.625 3576 3280 0 0 0.75 3508 3352 0 0 0.625 2 interp_poly -40 -422 68 71 3476 3479 3 MP PP 3476 3479 0 0 0.75 3544 3550 0 0 0.625 3476 3479 0 0 0.75 2 interp_poly 3544 3550 0 0 0.625 3504 3128 0 0.312 1 3544 3550 0 0 0.625 2 interp_poly 68 330 -40 217 3520 2282 3 MP PP 3520 2282 0.562 1 0.5 3480 2499 0.188 1 0.875 3520 2282 0.562 1 0.5 2 interp_poly 3480 2499 0.188 1 0.875 3548 2829 0 0.562 1 3480 2499 0.188 1 0.875 2 interp_poly -40 330 68 217 3520 2282 3 MP PP 3520 2282 0.562 1 0.5 3588 2499 0.188 1 0.875 3520 2282 0.562 1 0.5 2 interp_poly 3588 2499 0.188 1 0.875 3548 2829 0 0.562 1 3588 2499 0.188 1 0.875 2 interp_poly -40 -265 68 36 3576 3280 3 MP PP 3576 3280 0 0 0.75 3644 3316 0 0 0.688 3576 3280 0 0 0.75 2 interp_poly 3644 3316 0 0 0.688 3604 3051 0 0.0625 1 3644 3316 0 0 0.688 2 interp_poly -40 285 68 166 3548 2829 3 MP PP 3548 2829 0 0.562 1 3616 2995 0 0.25 1 3548 2829 0 0.562 1 2 interp_poly 3616 2995 0 0.25 1 3576 3280 0 0 0.75 3616 2995 0 0.25 1 2 interp_poly 68 166 -40 330 3588 2499 3 MP PP 3588 2499 0.188 1 0.875 3548 2829 0 0.562 1 3588 2499 0.188 1 0.875 2 interp_poly 3548 2829 0 0.562 1 3616 2995 0 0.25 1 3548 2829 0 0.562 1 2 interp_poly -40 -510 68 -310 3492 3102 3 MP PP 3492 3102 0 0.25 1 3560 2792 0 0.75 1 3492 3102 0 0.25 1 2 interp_poly 3560 2792 0 0.75 1 3520 2282 0.562 1 0.5 3560 2792 0 0.75 1 2 interp_poly 68 -310 -40 519 3532 2583 3 MP PP 3532 2583 0.188 1 0.875 3492 3102 0 0.25 1 3532 2583 0.188 1 0.875 2 interp_poly 3492 3102 0 0.25 1 3560 2792 0 0.75 1 3492 3102 0 0.25 1 2 interp_poly 68 217 -40 -510 3560 2792 3 MP PP 3560 2792 0 0.75 1 3520 2282 0.562 1 0.5 3560 2792 0 0.75 1 2 interp_poly 3520 2282 0.562 1 0.5 3588 2499 0.188 1 0.875 3520 2282 0.562 1 0.5 2 interp_poly -40 945 68 -449 3588 2499 3 MP PP 3588 2499 0.188 1 0.875 3656 2050 0.938 1 0.125 3588 2499 0.188 1 0.875 2 interp_poly 3656 2050 0.938 1 0.125 3616 2995 0 0.25 1 3656 2050 0.938 1 0.125 2 interp_poly -40 -235 68 -58 3560 2792 3 MP PP 3560 2792 0 0.75 1 3628 2734 0 0.812 1 3560 2792 0 0.75 1 2 interp_poly 3628 2734 0 0.812 1 3588 2499 0.188 1 0.875 3628 2734 0 0.812 1 2 interp_poly 68 -449 -40 -235 3628 2734 3 MP PP 3628 2734 0 0.812 1 3588 2499 0.188 1 0.875 3628 2734 0 0.812 1 2 interp_poly 3588 2499 0.188 1 0.875 3656 2050 0.938 1 0.125 3588 2499 0.188 1 0.875 2 interp_poly -40 273 68 -64 3532 2583 3 MP PP 3532 2583 0.188 1 0.875 3600 2519 0.25 1 0.812 3532 2583 0.188 1 0.875 2 interp_poly 3600 2519 0.25 1 0.812 3560 2792 0 0.75 1 3600 2519 0.25 1 0.812 2 interp_poly 68 -58 -40 273 3600 2519 3 MP PP 3600 2519 0.25 1 0.812 3560 2792 0 0.75 1 3600 2519 0.25 1 0.812 2 interp_poly 3560 2792 0 0.75 1 3628 2734 0 0.812 1 3560 2792 0 0.75 1 2 interp_poly 68 -562 -40 -422 3544 3550 3 MP PP 3544 3550 0 0 0.625 3504 3128 0 0.312 1 3544 3550 0 0 0.625 2 interp_poly 3504 3128 0 0.312 1 3572 2566 0.25 1 0.812 3504 3128 0 0.312 1 2 interp_poly 68 36 -40 285 3616 2995 3 MP PP 3616 2995 0 0.25 1 3576 3280 0 0 0.75 3616 2995 0 0.25 1 2 interp_poly 3576 3280 0 0 0.75 3644 3316 0 0 0.688 3576 3280 0 0 0.75 2 interp_poly -40 -573 68 -411 3544 3550 3 MP PP 3544 3550 0 0 0.625 3612 3139 0 0.312 1 3544 3550 0 0 0.625 2 interp_poly 3612 3139 0 0.312 1 3572 2566 0.25 1 0.812 3612 3139 0 0.312 1 2 interp_poly 68 -411 -40 63 3584 3487 3 MP PP 3584 3487 0 0 0.75 3544 3550 0 0 0.625 3584 3487 0 0 0.75 2 interp_poly 3544 3550 0 0 0.625 3612 3139 0 0.312 1 3544 3550 0 0 0.625 2 interp_poly -40 63 68 131 3516 3356 3 MP PP 3516 3356 0 0 1 3584 3487 0 0 0.75 3516 3356 0 0 1 2 interp_poly 3584 3487 0 0 0.75 3544 3550 0 0 0.625 3584 3487 0 0 0.75 2 interp_poly -40 -161 68 134 3556 3514 3 MP PP 3556 3514 0 0 0.812 3624 3648 0 0 0.562 3556 3514 0 0 0.812 2 interp_poly 3624 3648 0 0 0.562 3584 3487 0 0 0.75 3624 3648 0 0 0.562 2 interp_poly 68 134 -41 -137 3597 3651 3 MP PP 3597 3651 0 0 0.625 3556 3514 0 0 0.812 3597 3651 0 0 0.625 2 interp_poly 3556 3514 0 0 0.812 3624 3648 0 0 0.562 3556 3514 0 0 0.812 2 interp_poly -40 -442 68 395 3572 2566 3 MP PP 3572 2566 0.25 1 0.812 3640 2961 0 0.562 1 3572 2566 0.25 1 0.812 2 interp_poly 3640 2961 0 0.562 1 3600 2519 0.25 1 0.812 3640 2961 0 0.562 1 2 interp_poly -40 196 68 125 3616 2995 3 MP PP 3616 2995 0 0.25 1 3684 3120 0 0.0625 1 3616 2995 0 0.25 1 2 interp_poly 3684 3120 0 0.0625 1 3644 3316 0 0 0.688 3684 3120 0 0.0625 1 2 interp_poly 68 395 -40 -573 3612 3139 3 MP PP 3612 3139 0 0.312 1 3572 2566 0.25 1 0.812 3612 3139 0 0.312 1 2 interp_poly 3572 2566 0.25 1 0.812 3640 2961 0 0.562 1 3572 2566 0.25 1 0.812 2 interp_poly -40 -91 68 -257 3584 3487 3 MP PP 3584 3487 0 0 0.75 3652 3230 0 0.188 1 3584 3487 0 0 0.75 2 interp_poly 3652 3230 0 0.188 1 3612 3139 0 0.312 1 3652 3230 0 0.188 1 2 interp_poly 68 -101 -40 196 3684 3120 3 MP PP 3684 3120 0 0.0625 1 3644 3316 0 0 0.688 3684 3120 0 0.0625 1 2 interp_poly 3644 3316 0 0 0.688 3712 3215 0 0 0.812 3644 3316 0 0 0.688 2 interp_poly 68 -257 -40 -161 3624 3648 3 MP PP 3624 3648 0 0 0.562 3584 3487 0 0 0.75 3624 3648 0 0 0.562 2 interp_poly 3584 3487 0 0 0.75 3652 3230 0 0.188 1 3584 3487 0 0 0.75 2 interp_poly -40 -14 67 11 3597 3651 3 MP PP 3597 3651 0 0 0.625 3664 3662 0 0 0.562 3597 3651 0 0 0.625 2 interp_poly 3664 3662 0 0 0.562 3624 3648 0 0 0.562 3664 3662 0 0 0.562 2 interp_poly -40 33 68 182 3600 2519 3 MP PP 3600 2519 0.25 1 0.812 3668 2701 0 0.938 1 3600 2519 0.25 1 0.812 2 interp_poly 3668 2701 0 0.938 1 3628 2734 0 0.812 1 3668 2701 0 0.938 1 2 interp_poly 68 182 -40 -442 3640 2961 3 MP PP 3640 2961 0 0.562 1 3600 2519 0.25 1 0.812 3640 2961 0 0.562 1 2 interp_poly 3600 2519 0.25 1 0.812 3668 2701 0 0.938 1 3600 2519 0.25 1 0.812 2 interp_poly -40 -14 68 -164 3612 3139 3 MP PP 3612 3139 0 0.312 1 3680 2975 0 0.562 1 3612 3139 0 0.312 1 2 interp_poly 3680 2975 0 0.562 1 3640 2961 0 0.562 1 3680 2975 0 0.562 1 2 interp_poly 68 -164 -40 -91 3652 3230 3 MP PP 3652 3230 0 0.188 1 3612 3139 0 0.312 1 3652 3230 0 0.188 1 2 interp_poly 3612 3139 0 0.312 1 3680 2975 0 0.562 1 3612 3139 0 0.312 1 2 interp_poly -40 -319 68 -99 3624 3648 3 MP PP 3624 3648 0 0 0.562 3692 3549 0 0 0.688 3624 3648 0 0 0.562 2 interp_poly 3692 3549 0 0 0.688 3652 3230 0 0.188 1 3692 3549 0 0 0.688 2 interp_poly 68 -99 -40 -14 3664 3662 3 MP PP 3664 3662 0 0 0.562 3624 3648 0 0 0.562 3664 3662 0 0 0.562 2 interp_poly 3624 3648 0 0 0.562 3692 3549 0 0 0.688 3624 3648 0 0 0.562 2 interp_poly -40 -302 68 47 3652 3230 3 MP PP 3652 3230 0 0.188 1 3720 3277 0 0.0625 1 3652 3230 0 0.188 1 2 interp_poly 3720 3277 0 0.0625 1 3680 2975 0 0.562 1 3720 3277 0 0.0625 1 2 interp_poly 68 47 -40 -319 3692 3549 3 MP PP 3692 3549 0 0 0.688 3652 3230 0 0.188 1 3692 3549 0 0 0.688 2 interp_poly 3652 3230 0 0.188 1 3720 3277 0 0.0625 1 3652 3230 0 0.188 1 2 interp_poly 67 11 -40 1269 3637 2382 3 MP PP 3637 2382 0.812 1 0.25 3597 3651 0 0 0.625 3637 2382 0.812 1 0.25 2 interp_poly 3597 3651 0 0 0.625 3664 3662 0 0 0.562 3597 3651 0 0 0.625 2 interp_poly -40 1313 67 -33 3637 2382 3 MP PP 3637 2382 0.812 1 0.25 3704 2349 0.812 1 0.25 3637 2382 0.812 1 0.25 2 interp_poly 3704 2349 0.812 1 0.25 3664 3662 0 0 0.562 3704 2349 0.812 1 0.25 2 interp_poly -40 -60 68 -53 3664 3662 3 MP PP 3664 3662 0 0 0.562 3732 3609 0 0 0.625 3664 3662 0 0 0.562 2 interp_poly 3732 3609 0 0 0.625 3692 3549 0 0 0.688 3732 3609 0 0 0.625 2 interp_poly 68 -53 -40 1313 3704 2349 3 MP PP 3704 2349 0.812 1 0.25 3664 3662 0 0 0.562 3704 2349 0.812 1 0.25 2 interp_poly 3664 3662 0 0 0.562 3732 3609 0 0 0.625 3664 3662 0 0 0.562 2 interp_poly -40 -217 68 115 3649 3592 3 MP PP 3649 3592 0 0 0.875 3717 3707 0 0 0.625 3649 3592 0 0 0.875 2 interp_poly 3717 3707 0 0 0.625 3677 3490 0 0 0.938 3717 3707 0 0 0.625 2 interp_poly 67 -300 -40 -217 3717 3707 3 MP PP 3717 3707 0 0 0.625 3677 3490 0 0 0.938 3717 3707 0 0 0.625 2 interp_poly 3677 3490 0 0 0.938 3744 3190 0 0.438 1 3677 3490 0 0 0.938 2 interp_poly -40 -546 67 29 3717 3707 3 MP PP 3717 3707 0 0 0.625 3784 3736 0 0 0.562 3717 3707 0 0 0.625 2 interp_poly 3784 3736 0 0 0.562 3744 3190 0 0.438 1 3784 3736 0 0 0.562 2 interp_poly 68 91 -40 198 3729 3433 3 MP PP 3729 3433 0 0.188 1 3689 3631 0 0 0.812 3729 3433 0 0.188 1 2 interp_poly 3689 3631 0 0 0.812 3757 3722 0 0 0.625 3689 3631 0 0 0.812 2 interp_poly -40 466 68 -177 3729 3433 3 MP PP 3729 3433 0 0.188 1 3797 3256 0 0.5 1 3729 3433 0 0.188 1 2 interp_poly 3797 3256 0 0.5 1 3757 3722 0 0 0.625 3797 3256 0 0.5 1 2 interp_poly -40 -898 68 32 3744 3190 3 MP PP 3744 3190 0 0.438 1 3812 3222 0 0.375 1 3744 3190 0 0.438 1 2 interp_poly 3812 3222 0 0.375 1 3772 2324 0.875 1 0.188 3812 3222 0 0.375 1 2 interp_poly 68 -177 -40 264 3769 3169 3 MP PP 3769 3169 0 0.688 1 3729 3433 0 0.188 1 3769 3169 0 0.688 1 2 interp_poly 3729 3433 0 0.188 1 3797 3256 0 0.5 1 3729 3433 0 0.188 1 2 interp_poly -40 270 67 -256 3757 3722 3 MP PP 3757 3722 0 0 0.625 3824 3466 0 0.0625 1 3757 3722 0 0 0.625 2 interp_poly 3824 3466 0 0.0625 1 3784 3736 0 0 0.562 3824 3466 0 0.0625 1 2 interp_poly 67 -256 -40 466 3797 3256 3 MP PP 3797 3256 0 0.5 1 3757 3722 0 0 0.625 3797 3256 0 0.5 1 2 interp_poly 3757 3722 0 0 0.625 3824 3466 0 0.0625 1 3757 3722 0 0 0.625 2 interp_poly -40 -618 68 150 3741 3637 3 MP PP 3741 3637 0 0 0.938 3809 3787 0 0 0.688 3741 3637 0 0 0.938 2 interp_poly 3809 3787 0 0 0.688 3769 3169 0 0.688 1 3809 3787 0 0 0.688 2 interp_poly 67 -3 -40 -68 3837 3324 3 MP PP 3837 3324 0 0.438 1 3797 3256 0 0.5 1 3837 3324 0 0.438 1 2 interp_poly 3797 3256 0 0.5 1 3864 3253 0 0.438 1 3797 3256 0 0.5 1 2 interp_poly -40 -68 68 155 3769 3169 3 MP PP 3769 3169 0 0.688 1 3837 3324 0 0.438 1 3769 3169 0 0.688 1 2 interp_poly 3837 3324 0 0.438 1 3797 3256 0 0.5 1 3837 3324 0 0.438 1 2 interp_poly 68 155 -40 -618 3809 3787 3 MP PP 3809 3787 0 0 0.688 3769 3169 0 0.688 1 3809 3787 0 0 0.688 2 interp_poly 3769 3169 0 0.688 1 3837 3324 0 0.438 1 3769 3169 0 0.688 1 2 interp_poly 68 150 -40 338 3781 3299 3 MP PP 3781 3299 0 0.562 1 3741 3637 0 0 0.938 3781 3299 0 0.562 1 2 interp_poly 3741 3637 0 0 0.938 3809 3787 0 0 0.688 3741 3637 0 0 0.938 2 interp_poly 68 -240 -40 -898 3812 3222 3 MP PP 3812 3222 0 0.375 1 3772 2324 0.875 1 0.188 3812 3222 0 0.375 1 2 interp_poly 3772 2324 0.875 1 0.188 3840 2084 1 0.812 0 3772 2324 0.875 1 0.188 2 interp_poly -40 317 68 171 3781 3299 3 MP PP 3781 3299 0 0.562 1 3849 3470 0 0.25 1 3781 3299 0 0.562 1 2 interp_poly 3849 3470 0 0.25 1 3809 3787 0 0 0.688 3849 3470 0 0.25 1 2 interp_poly 68 171 -40 384 3821 2915 3 MP PP 3821 2915 0.25 1 0.812 3781 3299 0 0.562 1 3821 2915 0.25 1 0.812 2 interp_poly 3781 3299 0 0.562 1 3849 3470 0 0.25 1 3781 3299 0 0.562 1 2 interp_poly -40 -965 68 -1 3793 3881 3 MP PP 3793 3881 0 0 0.688 3861 3880 0 0 0.688 3793 3881 0 0 0.688 2 interp_poly 3861 3880 0 0 0.688 3821 2915 0.25 1 0.812 3861 3880 0 0 0.688 2 interp_poly -40 451 68 104 3821 2915 3 MP PP 3821 2915 0.25 1 0.812 3889 3019 0.0625 1 1 3821 2915 0.25 1 0.812 2 interp_poly 3889 3019 0.0625 1 1 3849 3470 0 0.25 1 3889 3019 0.0625 1 1 2 interp_poly 68 104 -40 -965 3861 3880 3 MP PP 3861 3880 0 0 0.688 3821 2915 0.25 1 0.812 3861 3880 0 0 0.688 2 interp_poly 3821 2915 0.25 1 0.812 3889 3019 0.0625 1 1 3821 2915 0.25 1 0.812 2 interp_poly -40 -40 68 151 3833 3769 3 MP PP 3833 3769 0 0 0.938 3901 3920 0 0 0.625 3833 3769 0 0 0.938 2 interp_poly 3901 3920 0 0 0.625 3861 3880 0 0 0.688 3901 3920 0 0 0.625 2 interp_poly 68 151 -40 418 3873 3351 3 MP PP 3873 3351 0 0.688 1 3833 3769 0 0 0.938 3873 3351 0 0.688 1 2 interp_poly 3833 3769 0 0 0.938 3901 3920 0 0 0.625 3833 3769 0 0 0.938 2 interp_poly -40 817 68 -248 3873 3351 3 MP PP 3873 3351 0 0.688 1 3941 3103 0.0625 1 1 3873 3351 0 0.688 1 2 interp_poly 3941 3103 0.0625 1 1 3901 3920 0 0 0.625 3941 3103 0.0625 1 1 2 interp_poly -40 -651 68 -33 3885 4007 3 MP PP 3885 4007 0 0 0.688 3953 3974 0 0 0.688 3885 4007 0 0 0.688 2 interp_poly 3953 3974 0 0 0.688 3913 3323 0 0.75 1 3953 3974 0 0 0.688 2 interp_poly 68 -249 -40 -651 3953 3974 3 MP PP 3953 3974 0 0 0.688 3913 3323 0 0.75 1 3953 3974 0 0 0.688 2 interp_poly 3913 3323 0 0.75 1 3981 3074 0.188 1 0.875 3913 3323 0 0.75 1 2 interp_poly -40 250 68 -4 3925 3728 3 MP PP 3925 3728 0 0.188 1 3993 3724 0 0.188 1 3925 3728 0 0.188 1 2 interp_poly 3993 3724 0 0.188 1 3953 3974 0 0 0.688 3993 3724 0 0.188 1 2 interp_poly 68 -4 -40 27 3965 3701 3 MP PP 3965 3701 0 0.25 1 3925 3728 0 0.188 1 3965 3701 0 0.25 1 2 interp_poly 3925 3728 0 0.188 1 3993 3724 0 0.188 1 3925 3728 0 0.188 1 2 interp_poly 68 10 -40 -275 4005 3976 3 MP PP 4005 3976 0 0 0.812 3965 3701 0 0.25 1 4005 3976 0 0 0.812 2 interp_poly 3965 3701 0 0.25 1 4033 3711 0 0.25 1 3965 3701 0 0.25 1 2 interp_poly 68 -33 -40 279 3925 3728 3 MP PP 3925 3728 0 0.188 1 3885 4007 0 0 0.688 3925 3728 0 0.188 1 2 interp_poly 3885 4007 0 0 0.688 3953 3974 0 0 0.688 3885 4007 0 0 0.688 2 interp_poly -40 -275 68 -125 3937 4101 3 MP PP 3937 4101 0 0 0.625 4005 3976 0 0 0.812 3937 4101 0 0 0.625 2 interp_poly 4005 3976 0 0 0.812 3965 3701 0 0.25 1 4005 3976 0 0 0.812 2 interp_poly -40 45 68 -41 3977 3972 3 MP PP 3977 3972 0 0 0.938 4045 3931 0 0 0.938 3977 3972 0 0 0.938 2 interp_poly 4045 3931 0 0 0.938 4005 3976 0 0 0.812 4045 3931 0 0 0.938 2 interp_poly 68 -125 -40 129 3977 3972 3 MP PP 3977 3972 0 0 0.938 3937 4101 0 0 0.625 3977 3972 0 0 0.938 2 interp_poly 3937 4101 0 0 0.625 4005 3976 0 0 0.812 3937 4101 0 0 0.625 2 interp_poly 68 -41 -40 -73 4017 4045 3 MP PP 4017 4045 0 0 0.812 3977 3972 0 0 0.938 4017 4045 0 0 0.812 2 interp_poly 3977 3972 0 0 0.938 4045 3931 0 0 0.938 3977 3972 0 0 0.938 2 interp_poly -40 -130 68 115 3981 3074 3 MP PP 3981 3074 0.188 1 0.875 4049 3189 0 0.938 1 3981 3074 0.188 1 0.875 2 interp_poly 4049 3189 0 0.938 1 4009 3059 0.125 1 0.938 4049 3189 0 0.938 1 2 interp_poly -40 -121 68 7 4017 4045 3 MP PP 4017 4045 0 0 0.812 4085 4052 0 0 0.812 4017 4045 0 0 0.812 2 interp_poly 4085 4052 0 0 0.812 4045 3931 0 0 0.938 4085 4052 0 0 0.812 2 interp_poly 68 7 -40 1731 4057 2314 3 MP PP 4057 2314 1 0.25 0 4017 4045 0 0 0.812 4057 2314 1 0.25 0 2 interp_poly 4017 4045 0 0 0.812 4085 4052 0 0 0.812 4017 4045 0 0 0.812 2 interp_poly 68 180 -40 -638 4109 4105 3 MP PP 4109 4105 0 0 0.938 4069 3467 0 0.938 1 4109 4105 0 0 0.938 2 interp_poly 4069 3467 0 0.938 1 4137 3647 0 0.625 1 4069 3467 0 0.938 1 2 interp_poly -40 -841 68 180 4069 3467 3 MP PP 4069 3467 0 0.938 1 4137 3647 0 0.625 1 4069 3467 0 0.938 1 2 interp_poly 4137 3647 0 0.625 1 4097 2806 1 1 0.0625 4137 3647 0 0.625 1 2 interp_poly 68 -56 -40 -693 4103 2470 3 MP PP 4103 2470 0.125 1 0.938 4063 1777 1 0.812 0 4103 2470 0.125 1 0.938 2 interp_poly 4063 1777 1 0.812 0 4131 1721 1 0.75 0 4063 1777 1 0.812 0 2 interp_poly 68 413 -40 -492 4097 2806 3 MP PP 4097 2806 1 1 0.0625 4057 2314 1 0.25 0 4097 2806 1 1 0.0625 2 interp_poly 4057 2314 1 0.25 0 4125 2727 1 1 0 4057 2314 1 0.25 0 2 interp_poly 68 -139 -40 -13 4081 4257 3 MP PP 4081 4257 0 0 0.75 4041 4244 0 0 0.688 4081 4257 0 0 0.75 2 interp_poly 4041 4244 0 0 0.688 4109 4105 0 0 0.938 4041 4244 0 0 0.688 2 interp_poly -40 -638 68 -139 4041 4244 3 MP PP 4041 4244 0 0 0.688 4109 4105 0 0 0.938 4041 4244 0 0 0.688 2 interp_poly 4109 4105 0 0 0.938 4069 3467 0 0.938 1 4109 4105 0 0 0.938 2 interp_poly -40 1731 68 -275 3989 2589 3 MP PP 3989 2589 1 0.688 0 4057 2314 1 0.25 0 3989 2589 1 0.688 0 2 interp_poly 4057 2314 1 0.25 0 4017 4045 0 0 0.812 4057 2314 1 0.25 0 2 interp_poly 68 -415 -40 -246 4069 3467 3 MP PP 4069 3467 0 0.938 1 4029 3221 0.312 1 0.75 4069 3467 0 0.938 1 2 interp_poly 4029 3221 0.312 1 0.75 4097 2806 1 1 0.0625 4029 3221 0.312 1 0.75 2 interp_poly -40 -492 68 -415 4029 3221 3 MP PP 4029 3221 0.312 1 0.75 4097 2806 1 1 0.0625 4029 3221 0.312 1 0.75 2 interp_poly 4097 2806 1 1 0.0625 4057 2314 1 0.25 0 4097 2806 1 1 0.0625 2 interp_poly -40 -73 68 -39 3949 4084 3 MP PP 3949 4084 0 0 0.812 4017 4045 0 0 0.812 3949 4084 0 0 0.812 2 interp_poly 4017 4045 0 0 0.812 3977 3972 0 0 0.938 4017 4045 0 0 0.812 2 interp_poly -40 -841 67 -300 3677 3490 3 MP PP 3677 3490 0 0 0.938 3744 3190 0 0.438 1 3677 3490 0 0 0.938 2 interp_poly 3744 3190 0 0.438 1 3704 2349 0.812 1 0.25 3744 3190 0 0.438 1 2 interp_poly -40 264 68 -88 3701 3257 3 MP PP 3701 3257 0 0.562 1 3769 3169 0 0.688 1 3701 3257 0 0.562 1 2 interp_poly 3769 3169 0 0.688 1 3729 3433 0 0.188 1 3769 3169 0 0.688 1 2 interp_poly -40 -1108 68 38 3609 3452 3 MP PP 3609 3452 0 0.0625 1 3677 3490 0 0 0.938 3609 3452 0 0.0625 1 2 interp_poly 3677 3490 0 0 0.938 3637 2382 0.812 1 0.25 3677 3490 0 0 0.938 2 interp_poly 67 -33 -40 -1108 3677 3490 3 MP PP 3677 3490 0 0 0.938 3637 2382 0.812 1 0.25 3677 3490 0 0 0.938 2 interp_poly 3637 2382 0.812 1 0.25 3704 2349 0.812 1 0.25 3637 2382 0.812 1 0.25 2 interp_poly -40 198 68 149 3661 3284 3 MP PP 3661 3284 0 0.5 1 3729 3433 0 0.188 1 3661 3284 0 0.5 1 2 interp_poly 3729 3433 0 0.188 1 3689 3631 0 0 0.812 3729 3433 0 0.188 1 2 interp_poly 68 149 -40 27 3701 3257 3 MP PP 3701 3257 0 0.562 1 3661 3284 0 0.5 1 3701 3257 0 0.562 1 2 interp_poly 3661 3284 0 0.5 1 3729 3433 0 0.188 1 3661 3284 0 0.5 1 2 interp_poly 68 -88 -40 -380 3741 3637 3 MP PP 3741 3637 0 0 0.938 3701 3257 0 0.562 1 3741 3637 0 0 0.938 2 interp_poly 3701 3257 0 0.562 1 3769 3169 0 0.688 1 3701 3257 0 0.562 1 2 interp_poly 68 38 -40 -140 3649 3592 3 MP PP 3649 3592 0 0 0.875 3609 3452 0 0.0625 1 3649 3592 0 0 0.875 2 interp_poly 3609 3452 0 0.0625 1 3677 3490 0 0 0.938 3609 3452 0 0.0625 1 2 interp_poly -40 -39 68 227 3621 3404 3 MP PP 3621 3404 0 0.25 1 3689 3631 0 0 0.812 3621 3404 0 0.25 1 2 interp_poly 3689 3631 0 0 0.812 3649 3592 0 0 0.875 3689 3631 0 0 0.812 2 interp_poly 68 227 -40 120 3661 3284 3 MP PP 3661 3284 0 0.5 1 3621 3404 0 0.25 1 3661 3284 0 0.5 1 2 interp_poly 3621 3404 0 0.25 1 3689 3631 0 0 0.812 3621 3404 0 0.25 1 2 interp_poly 68 115 -40 -39 3689 3631 3 MP PP 3689 3631 0 0 0.812 3649 3592 0 0 0.875 3689 3631 0 0 0.812 2 interp_poly 3649 3592 0 0 0.875 3717 3707 0 0 0.625 3649 3592 0 0 0.875 2 interp_poly -40 -15 68 91 3689 3631 3 MP PP 3689 3631 0 0 0.812 3757 3722 0 0 0.625 3689 3631 0 0 0.812 2 interp_poly 3757 3722 0 0 0.625 3717 3707 0 0 0.625 3757 3722 0 0 0.625 2 interp_poly -40 -380 68 -149 3673 3786 3 MP PP 3673 3786 0 0 0.75 3741 3637 0 0 0.938 3673 3786 0 0 0.75 2 interp_poly 3741 3637 0 0 0.938 3701 3257 0 0.562 1 3741 3637 0 0 0.938 2 interp_poly -40 338 68 -104 3713 3403 3 MP PP 3713 3403 0 0.438 1 3781 3299 0 0.562 1 3713 3403 0 0.438 1 2 interp_poly 3781 3299 0 0.562 1 3741 3637 0 0 0.938 3781 3299 0 0.562 1 2 interp_poly 68 -104 -40 187 3753 3216 3 MP PP 3753 3216 0 0.812 1 3713 3403 0 0.438 1 3753 3216 0 0.812 1 2 interp_poly 3713 3403 0 0.438 1 3781 3299 0 0.562 1 3713 3403 0 0.438 1 2 interp_poly 67 29 -40 -15 3757 3722 3 MP PP 3757 3722 0 0 0.625 3717 3707 0 0 0.625 3757 3722 0 0 0.625 2 interp_poly 3717 3707 0 0 0.625 3784 3736 0 0 0.562 3717 3707 0 0 0.625 2 interp_poly -40 384 68 -301 3753 3216 3 MP PP 3753 3216 0 0.812 1 3821 2915 0.25 1 0.812 3753 3216 0 0.812 1 2 interp_poly 3821 2915 0.25 1 0.812 3781 3299 0 0.562 1 3821 2915 0.25 1 0.812 2 interp_poly 68 -301 -40 -665 3793 3881 3 MP PP 3793 3881 0 0 0.688 3753 3216 0 0.812 1 3793 3881 0 0 0.688 2 interp_poly 3753 3216 0 0.812 1 3821 2915 0.25 1 0.812 3753 3216 0 0.812 1 2 interp_poly -40 418 68 195 3805 3156 3 MP PP 3805 3156 0.0625 1 1 3873 3351 0 0.688 1 3805 3156 0.0625 1 1 2 interp_poly 3873 3351 0 0.688 1 3833 3769 0 0 0.938 3873 3351 0 0.688 1 2 interp_poly 68 -52 -40 -632 3885 4007 3 MP PP 3885 4007 0 0 0.688 3845 3375 0 0.688 1 3885 4007 0 0 0.688 2 interp_poly 3845 3375 0 0.688 1 3913 3323 0 0.75 1 3845 3375 0 0.688 1 2 interp_poly -40 279 68 170 3857 3558 3 MP PP 3857 3558 0 0.5 1 3925 3728 0 0.188 1 3857 3558 0 0.5 1 2 interp_poly 3925 3728 0 0.188 1 3885 4007 0 0 0.688 3925 3728 0 0.188 1 2 interp_poly -40 27 68 -60 3897 3761 3 MP PP 3897 3761 0 0.188 1 3965 3701 0 0.25 1 3897 3761 0 0.188 1 2 interp_poly 3965 3701 0 0.25 1 3925 3728 0 0.188 1 3965 3701 0 0.25 1 2 interp_poly 68 -60 -40 -340 3937 4101 3 MP PP 3937 4101 0 0 0.625 3897 3761 0 0.188 1 3937 4101 0 0 0.625 2 interp_poly 3897 3761 0 0.188 1 3965 3701 0 0.25 1 3897 3761 0 0.188 1 2 interp_poly -40 112 68 451 3765 3318 3 MP PP 3765 3318 0 0.688 1 3833 3769 0 0 0.938 3765 3318 0 0.688 1 2 interp_poly 3833 3769 0 0 0.938 3793 3881 0 0 0.688 3833 3769 0 0 0.938 2 interp_poly 68 451 -40 162 3805 3156 3 MP PP 3805 3156 0.0625 1 1 3765 3318 0 0.688 1 3805 3156 0.0625 1 1 2 interp_poly 3765 3318 0 0.688 1 3833 3769 0 0 0.938 3765 3318 0 0.688 1 2 interp_poly 68 -1 -40 112 3833 3769 3 MP PP 3833 3769 0 0 0.938 3793 3881 0 0 0.688 3833 3769 0 0 0.938 2 interp_poly 3793 3881 0 0 0.688 3861 3880 0 0 0.688 3793 3881 0 0 0.688 2 interp_poly -40 -632 68 11 3817 3996 3 MP PP 3817 3996 0 0 0.688 3885 4007 0 0 0.688 3817 3996 0 0 0.688 2 interp_poly 3885 4007 0 0 0.688 3845 3375 0 0.688 1 3885 4007 0 0 0.688 2 interp_poly 68 11 -40 438 3857 3558 3 MP PP 3857 3558 0 0.5 1 3817 3996 0 0 0.688 3857 3558 0 0.5 1 2 interp_poly 3817 3996 0 0 0.688 3885 4007 0 0 0.688 3817 3996 0 0 0.688 2 interp_poly -40 -340 68 185 3869 3916 3 MP PP 3869 3916 0 0 1 3937 4101 0 0 0.625 3869 3916 0 0 1 2 interp_poly 3937 4101 0 0 0.625 3897 3761 0 0.188 1 3937 4101 0 0 0.625 2 interp_poly -40 129 68 95 3909 3877 3 MP PP 3909 3877 0 0.125 1 3977 3972 0 0 0.938 3909 3877 0 0.125 1 2 interp_poly 3977 3972 0 0 0.938 3937 4101 0 0 0.625 3977 3972 0 0 0.938 2 interp_poly 68 95 -40 -207 3949 4084 3 MP PP 3949 4084 0 0 0.812 3909 3877 0 0.125 1 3949 4084 0 0 0.812 2 interp_poly 3909 3877 0 0.125 1 3977 3972 0 0 0.938 3909 3877 0 0.125 1 2 interp_poly -40 29 68 -249 3913 3323 3 MP PP 3913 3323 0 0.75 1 3981 3074 0.188 1 0.875 3913 3323 0 0.75 1 2 interp_poly 3981 3074 0.188 1 0.875 3941 3103 0.0625 1 1 3981 3074 0.188 1 0.875 2 interp_poly 68 -39 -40 1495 3989 2589 3 MP PP 3989 2589 1 0.688 0 3949 4084 0 0 0.812 3989 2589 1 0.688 0 2 interp_poly 3949 4084 0 0 0.812 4017 4045 0 0 0.812 3949 4084 0 0 0.812 2 interp_poly -40 1495 68 -814 3921 3403 3 MP PP 3921 3403 0 1 1 3989 2589 1 0.688 0 3921 3403 0 1 1 2 interp_poly 3989 2589 1 0.688 0 3949 4084 0 0 0.812 3989 2589 1 0.688 0 2 interp_poly -40 -632 68 137 3961 3084 3 MP PP 3961 3084 0.625 1 0.438 4029 3221 0.312 1 0.75 3961 3084 0.625 1 0.438 2 interp_poly 4029 3221 0.312 1 0.75 3989 2589 1 0.688 0 4029 3221 0.312 1 0.75 2 interp_poly 68 137 -40 215 4001 2869 3 MP PP 4001 2869 1 1 0.0625 3961 3084 0.625 1 0.438 4001 2869 1 1 0.0625 2 interp_poly 3961 3084 0.625 1 0.438 4029 3221 0.312 1 0.75 3961 3084 0.625 1 0.438 2 interp_poly -40 -1375 68 36 3973 4208 3 MP PP 3973 4208 0 0 0.812 4041 4244 0 0 0.688 3973 4208 0 0 0.812 2 interp_poly 4041 4244 0 0 0.688 4001 2869 1 1 0.0625 4041 4244 0 0 0.688 2 interp_poly 68 -275 -40 -632 4029 3221 3 MP PP 4029 3221 0.312 1 0.75 3989 2589 1 0.688 0 4029 3221 0.312 1 0.75 2 interp_poly 3989 2589 1 0.688 0 4057 2314 1 0.25 0 3989 2589 1 0.688 0 2 interp_poly -40 -246 68 598 4001 2869 3 MP PP 4001 2869 1 1 0.0625 4069 3467 0 0.938 1 4001 2869 1 1 0.0625 2 interp_poly 4069 3467 0 0.938 1 4029 3221 0.312 1 0.75 4069 3467 0 0.938 1 2 interp_poly 68 598 -40 -1375 4041 4244 3 MP PP 4041 4244 0 0 0.688 4001 2869 1 1 0.0625 4041 4244 0 0 0.688 2 interp_poly 4001 2869 1 1 0.0625 4069 3467 0 0.938 1 4001 2869 1 1 0.0625 2 interp_poly -40 -13 68 34 4013 4223 3 MP PP 4013 4223 0 0 0.812 4081 4257 0 0 0.75 4013 4223 0 0 0.812 2 interp_poly 4081 4257 0 0 0.75 4041 4244 0 0 0.688 4081 4257 0 0 0.75 2 interp_poly 68 36 -40 -15 4013 4223 3 MP PP 4013 4223 0 0 0.812 3973 4208 0 0 0.812 4013 4223 0 0 0.812 2 interp_poly 3973 4208 0 0 0.812 4041 4244 0 0 0.688 3973 4208 0 0 0.812 2 interp_poly 68 185 -40 39 3909 3877 3 MP PP 3909 3877 0 0.125 1 3869 3916 0 0 1 3909 3877 0 0.125 1 2 interp_poly 3869 3916 0 0 1 3937 4101 0 0 0.625 3869 3916 0 0 1 2 interp_poly -40 -207 68 -77 3881 4161 3 MP PP 3881 4161 0 0 0.688 3949 4084 0 0 0.812 3881 4161 0 0 0.688 2 interp_poly 3949 4084 0 0 0.812 3909 3877 0 0.125 1 3949 4084 0 0 0.812 2 interp_poly -40 39 68 -173 3841 4050 3 MP PP 3841 4050 0 0 0.812 3909 3877 0 0.125 1 3841 4050 0 0 0.812 2 interp_poly 3909 3877 0 0.125 1 3869 3916 0 0 1 3909 3877 0 0.125 1 2 interp_poly 68 -173 -40 -111 3881 4161 3 MP PP 3881 4161 0 0 0.688 3841 4050 0 0 0.812 3881 4161 0 0 0.688 2 interp_poly 3841 4050 0 0 0.812 3909 3877 0 0.125 1 3841 4050 0 0 0.812 2 interp_poly 68 170 -40 -203 3897 3761 3 MP PP 3897 3761 0 0.188 1 3857 3558 0 0.5 1 3897 3761 0 0.188 1 2 interp_poly 3857 3558 0 0.5 1 3925 3728 0 0.188 1 3857 3558 0 0.5 1 2 interp_poly 68 -77 -40 758 3921 3403 3 MP PP 3921 3403 0 1 1 3881 4161 0 0 0.688 3921 3403 0 1 1 2 interp_poly 3881 4161 0 0 0.688 3949 4084 0 0 0.812 3881 4161 0 0 0.688 2 interp_poly -40 -285 68 11 3905 4197 3 MP PP 3905 4197 0 0 0.812 3973 4208 0 0 0.812 3905 4197 0 0 0.812 2 interp_poly 3973 4208 0 0 0.812 3933 3923 0 0.25 1 3973 4208 0 0 0.812 2 interp_poly 68 -1054 -40 -285 3973 4208 3 MP PP 3973 4208 0 0 0.812 3933 3923 0 0.25 1 3973 4208 0 0 0.812 2 interp_poly 3933 3923 0 0.25 1 4001 2869 1 1 0.0625 3933 3923 0 0.25 1 2 interp_poly -40 -15 68 41 3945 4182 3 MP PP 3945 4182 0 0 0.875 4013 4223 0 0 0.812 3945 4182 0 0 0.875 2 interp_poly 4013 4223 0 0 0.812 3973 4208 0 0 0.812 4013 4223 0 0 0.812 2 interp_poly -40 215 68 -1054 3933 3923 3 MP PP 3933 3923 0 0.25 1 4001 2869 1 1 0.0625 3933 3923 0 0.25 1 2 interp_poly 4001 2869 1 1 0.0625 3961 3084 0.625 1 0.438 4001 2869 1 1 0.0625 2 interp_poly 68 -814 -40 319 3961 3084 3 MP PP 3961 3084 0.625 1 0.438 3921 3403 0 1 1 3961 3084 0.625 1 0.438 2 interp_poly 3921 3403 0 1 1 3989 2589 1 0.688 0 3921 3403 0 1 1 2 interp_poly 68 11 -40 15 3945 4182 3 MP PP 3945 4182 0 0 0.875 3905 4197 0 0 0.812 3945 4182 0 0 0.875 2 interp_poly 3905 4197 0 0 0.812 3973 4208 0 0 0.812 3905 4197 0 0 0.812 2 interp_poly -40 28 68 -52 3845 3375 3 MP PP 3845 3375 0 0.688 1 3913 3323 0 0.75 1 3845 3375 0 0.688 1 2 interp_poly 3913 3323 0 0.75 1 3873 3351 0 0.688 1 3913 3323 0 0.75 1 2 interp_poly -40 -203 68 -187 3829 3948 3 MP PP 3829 3948 0 0 0.875 3897 3761 0 0.188 1 3829 3948 0 0 0.875 2 interp_poly 3897 3761 0 0.188 1 3857 3558 0 0.5 1 3897 3761 0 0.188 1 2 interp_poly 68 -187 -40 32 3869 3916 3 MP PP 3869 3916 0 0 1 3829 3948 0 0 0.875 3869 3916 0 0 1 2 interp_poly 3829 3948 0 0 0.875 3897 3761 0 0.188 1 3829 3948 0 0 0.875 2 interp_poly -40 758 68 0 3853 3403 3 MP PP 3853 3403 0.0625 1 1 3921 3403 0 1 1 3853 3403 0.0625 1 1 2 interp_poly 3921 3403 0 1 1 3881 4161 0 0 0.688 3921 3403 0 1 1 2 interp_poly 68 195 -40 -219 3845 3375 3 MP PP 3845 3375 0 0.688 1 3805 3156 0.0625 1 1 3845 3375 0 0.688 1 2 interp_poly 3805 3156 0.0625 1 1 3873 3351 0 0.688 1 3805 3156 0.0625 1 1 2 interp_poly 68 -248 -40 28 3913 3323 3 MP PP 3913 3323 0 0.75 1 3873 3351 0 0.688 1 3913 3323 0 0.75 1 2 interp_poly 3873 3351 0 0.688 1 3941 3103 0.0625 1 1 3873 3351 0 0.688 1 2 interp_poly 68 0 -40 499 3893 2904 3 MP PP 3893 2904 0.938 1 0.125 3853 3403 0.0625 1 1 3893 2904 0.938 1 0.125 2 interp_poly 3853 3403 0.0625 1 1 3921 3403 0 1 1 3853 3403 0.0625 1 1 2 interp_poly -40 319 68 180 3893 2904 3 MP PP 3893 2904 0.938 1 0.125 3961 3084 0.625 1 0.438 3893 2904 0.938 1 0.125 2 interp_poly 3961 3084 0.625 1 0.438 3921 3403 0 1 1 3961 3084 0.625 1 0.438 2 interp_poly 68 180 -40 -1019 3933 3923 3 MP PP 3933 3923 0 0.25 1 3893 2904 0.938 1 0.125 3933 3923 0 0.25 1 2 interp_poly 3893 2904 0.938 1 0.125 3961 3084 0.625 1 0.438 3893 2904 0.938 1 0.125 2 interp_poly 68 -169 -40 -452 3817 3996 3 MP PP 3817 3996 0 0 0.688 3777 3544 0 0.438 1 3817 3996 0 0 0.688 2 interp_poly 3777 3544 0 0.438 1 3845 3375 0 0.688 1 3777 3544 0 0.438 1 2 interp_poly -40 -219 68 -169 3777 3544 3 MP PP 3777 3544 0 0.438 1 3845 3375 0 0.688 1 3777 3544 0 0.438 1 2 interp_poly 3845 3375 0 0.688 1 3805 3156 0.0625 1 1 3845 3375 0 0.688 1 2 interp_poly -40 438 68 118 3789 3440 3 MP PP 3789 3440 0 0.75 1 3857 3558 0 0.5 1 3789 3440 0 0.75 1 2 interp_poly 3857 3558 0 0.5 1 3817 3996 0 0 0.688 3857 3558 0 0.5 1 2 interp_poly 68 118 -40 -508 3829 3948 3 MP PP 3829 3948 0 0 0.875 3789 3440 0 0.75 1 3829 3948 0 0 0.875 2 interp_poly 3789 3440 0 0.75 1 3857 3558 0 0.5 1 3789 3440 0 0.75 1 2 interp_poly 68 -149 -40 383 3713 3403 3 MP PP 3713 3403 0 0.438 1 3673 3786 0 0 0.75 3713 3403 0 0.438 1 2 interp_poly 3673 3786 0 0 0.75 3741 3637 0 0 0.938 3673 3786 0 0 0.75 2 interp_poly -40 -665 68 82 3725 3799 3 MP PP 3725 3799 0 0 0.875 3793 3881 0 0 0.688 3725 3799 0 0 0.875 2 interp_poly 3793 3881 0 0 0.688 3753 3216 0 0.812 1 3793 3881 0 0 0.688 2 interp_poly 68 82 -40 481 3765 3318 3 MP PP 3765 3318 0 0.688 1 3725 3799 0 0 0.875 3765 3318 0 0.688 1 2 interp_poly 3725 3799 0 0 0.875 3793 3881 0 0 0.688 3725 3799 0 0 0.875 2 interp_poly -40 -452 68 46 3749 3950 3 MP PP 3749 3950 0 0 0.812 3817 3996 0 0 0.688 3749 3950 0 0 0.812 2 interp_poly 3817 3996 0 0 0.688 3777 3544 0 0.438 1 3817 3996 0 0 0.688 2 interp_poly 68 46 -40 510 3789 3440 3 MP PP 3789 3440 0 0.75 1 3749 3950 0 0 0.812 3789 3440 0 0.75 1 2 interp_poly 3749 3950 0 0 0.812 3817 3996 0 0 0.688 3749 3950 0 0 0.812 2 interp_poly -40 32 68 -113 3801 4029 3 MP PP 3801 4029 0 0 0.812 3869 3916 0 0 1 3801 4029 0 0 0.812 2 interp_poly 3869 3916 0 0 1 3829 3948 0 0 0.875 3869 3916 0 0 1 2 interp_poly 68 -113 -40 -21 3841 4050 3 MP PP 3841 4050 0 0 0.812 3801 4029 0 0 0.812 3841 4050 0 0 0.812 2 interp_poly 3801 4029 0 0 0.812 3869 3916 0 0 1 3801 4029 0 0 0.812 2 interp_poly 68 462 -40 296 3853 3403 3 MP PP 3853 3403 0.0625 1 1 3813 3699 0 0.5 1 3853 3403 0.0625 1 1 2 interp_poly 3813 3699 0 0.5 1 3881 4161 0 0 0.688 3813 3699 0 0.5 1 2 interp_poly -40 -111 68 462 3813 3699 3 MP PP 3813 3699 0 0.5 1 3881 4161 0 0 0.688 3813 3699 0 0.5 1 2 interp_poly 3881 4161 0 0 0.688 3841 4050 0 0 0.812 3881 4161 0 0 0.688 2 interp_poly -40 -150 67 12 3838 4185 3 MP PP 3838 4185 0 0 0.875 3905 4197 0 0 0.812 3838 4185 0 0 0.875 2 interp_poly 3905 4197 0 0 0.812 3865 4047 0 0.0625 1 3905 4197 0 0 0.812 2 interp_poly 68 -124 -40 -150 3905 4197 3 MP PP 3905 4197 0 0 0.812 3865 4047 0 0.0625 1 3905 4197 0 0 0.812 2 interp_poly 3865 4047 0 0.0625 1 3933 3923 0 0.25 1 3865 4047 0 0.0625 1 2 interp_poly -40 15 67 82 3878 4100 3 MP PP 3878 4100 0 0.0625 1 3945 4182 0 0 0.875 3878 4100 0 0.0625 1 2 interp_poly 3945 4182 0 0 0.875 3905 4197 0 0 0.812 3945 4182 0 0 0.875 2 interp_poly -40 -1019 68 -124 3865 4047 3 MP PP 3865 4047 0 0.0625 1 3933 3923 0 0.25 1 3865 4047 0 0.0625 1 2 interp_poly 3933 3923 0 0.25 1 3893 2904 0.938 1 0.125 3933 3923 0 0.25 1 2 interp_poly 67 12 -40 85 3878 4100 3 MP PP 3878 4100 0 0.0625 1 3838 4185 0 0 0.875 3878 4100 0 0.0625 1 2 interp_poly 3838 4185 0 0 0.875 3905 4197 0 0 0.812 3838 4185 0 0 0.875 2 interp_poly -40 27 68 46 3633 3211 3 MP PP 3633 3211 0 0.688 1 3701 3257 0 0.562 1 3633 3211 0 0.688 1 2 interp_poly 3701 3257 0 0.562 1 3661 3284 0 0.5 1 3701 3257 0 0.562 1 2 interp_poly -40 17 68 -562 3504 3128 3 MP PP 3504 3128 0 0.312 1 3572 2566 0.25 1 0.812 3504 3128 0 0.312 1 2 interp_poly 3572 2566 0.25 1 0.812 3532 2583 0.188 1 0.875 3572 2566 0.25 1 0.812 2 interp_poly 68 71 -40 123 3516 3356 3 MP PP 3516 3356 0 0 1 3476 3479 0 0 0.75 3516 3356 0 0 1 2 interp_poly 3476 3479 0 0 0.75 3544 3550 0 0 0.625 3476 3479 0 0 0.75 2 interp_poly 68 159 -40 -711 3260 2394 3 MP PP 3260 2394 0 0.688 1 3220 1683 0.812 1 0.25 3260 2394 0 0.688 1 2 interp_poly 3220 1683 0.812 1 0.25 3288 1842 0.562 1 0.5 3220 1683 0.812 1 0.25 2 interp_poly -40 903 68 317 3256 1453 3 MP PP 3256 1453 1 0.5 0 3324 1770 1 1 0.0625 3256 1453 1 0.5 0 2 interp_poly 3324 1770 1 1 0.0625 3284 2673 0 0.375 1 3324 1770 1 1 0.0625 2 interp_poly -40 -193 68 -65 3136 3084 3 MP PP 3136 3084 0 0 0.625 3204 3019 0 0 0.75 3136 3084 0 0 0.625 2 interp_poly 3204 3019 0 0 0.75 3164 2826 0 0 1 3204 3019 0 0 0.75 2 interp_poly 68 -397 -40 -193 3204 3019 3 MP PP 3204 3019 0 0 0.75 3164 2826 0 0 1 3204 3019 0 0 0.75 2 interp_poly 3164 2826 0 0 1 3232 2429 0 0.688 1 3164 2826 0 0 1 2 interp_poly -40 57 68 10 3176 2952 3 MP PP 3176 2952 0 0 0.875 3244 2962 0 0 0.875 3176 2952 0 0 0.875 2 interp_poly 3244 2962 0 0 0.875 3204 3019 0 0 0.75 3244 2962 0 0 0.875 2 interp_poly 68 17 -40 57 3244 2962 3 MP PP 3244 2962 0 0 0.875 3204 3019 0 0 0.75 3244 2962 0 0 0.875 2 interp_poly 3204 3019 0 0 0.75 3272 3036 0 0 0.688 3204 3019 0 0 0.75 2 interp_poly 68 10 -40 -62 3216 3014 3 MP PP 3216 3014 0 0 0.812 3176 2952 0 0 0.875 3216 3014 0 0 0.812 2 interp_poly 3176 2952 0 0 0.875 3244 2962 0 0 0.875 3176 2952 0 0 0.875 2 interp_poly -40 289 68 -341 3216 3014 3 MP PP 3216 3014 0 0 0.812 3284 2673 0 0.375 1 3216 3014 0 0 0.812 2 interp_poly 3284 2673 0 0.375 1 3244 2962 0 0 0.875 3284 2673 0 0.375 1 2 interp_poly -40 -131 68 279 3112 2068 3 MP PP 3112 2068 0.125 1 0.938 3180 2347 0 0.625 1 3112 2068 0.125 1 0.938 2 interp_poly 3180 2347 0 0.625 1 3140 2216 0 0.812 1 3180 2347 0 0.625 1 2 interp_poly 68 10 -40 138 3112 2068 3 MP PP 3112 2068 0.125 1 0.938 3072 2206 0 0.875 1 3112 2068 0.125 1 0.938 2 interp_poly 3072 2206 0 0.875 1 3140 2216 0 0.812 1 3072 2206 0 0.875 1 2 interp_poly 68 347 -40 -131 3180 2347 3 MP PP 3180 2347 0 0.625 1 3140 2216 0 0.812 1 3180 2347 0 0.625 1 2 interp_poly 3140 2216 0 0.812 1 3208 2563 0 0.25 1 3140 2216 0 0.812 1 2 interp_poly 68 279 -40 -303 3152 2371 3 MP PP 3152 2371 0 0.688 1 3112 2068 0.125 1 0.938 3152 2371 0 0.688 1 2 interp_poly 3112 2068 0.125 1 0.938 3180 2347 0 0.625 1 3112 2068 0.125 1 0.938 2 interp_poly -40 664 68 -688 3152 2371 3 MP PP 3152 2371 0 0.688 1 3220 1683 0.812 1 0.25 3152 2371 0 0.688 1 2 interp_poly 3220 1683 0.812 1 0.25 3180 2347 0 0.625 1 3220 1683 0.812 1 0.25 2 interp_poly 68 -688 -40 673 3192 1698 3 MP PP 3192 1698 0.875 1 0.188 3152 2371 0 0.688 1 3192 1698 0.875 1 0.188 2 interp_poly 3152 2371 0 0.688 1 3220 1683 0.812 1 0.25 3152 2371 0 0.688 1 2 interp_poly -40 -731 68 -397 3164 2826 3 MP PP 3164 2826 0 0 1 3232 2429 0 0.688 1 3164 2826 0 0 1 2 interp_poly 3232 2429 0 0.688 1 3192 1698 0.875 1 0.188 3232 2429 0 0.688 1 2 interp_poly -40 -711 68 696 3192 1698 3 MP PP 3192 1698 0.875 1 0.188 3260 2394 0 0.688 1 3192 1698 0.875 1 0.188 2 interp_poly 3260 2394 0 0.688 1 3220 1683 0.812 1 0.25 3260 2394 0 0.688 1 2 interp_poly 68 696 -40 -731 3232 2429 3 MP PP 3232 2429 0 0.688 1 3192 1698 0.875 1 0.188 3232 2429 0 0.688 1 2 interp_poly 3192 1698 0.875 1 0.188 3260 2394 0 0.688 1 3192 1698 0.875 1 0.188 2 interp_poly 68 -341 -40 1561 3256 1453 3 MP PP 3256 1453 1 0.5 0 3216 3014 0 0 0.812 3256 1453 1 0.5 0 2 interp_poly 3216 3014 0 0 0.812 3284 2673 0 0.375 1 3216 3014 0 0 0.812 2 interp_poly 68 317 -40 -1782 3296 3235 3 MP PP 3296 3235 0 0 0.562 3256 1453 1 0.5 0 3296 3235 0 0 0.562 2 interp_poly 3256 1453 1 0.5 0 3324 1770 1 1 0.0625 3256 1453 1 0.5 0 2 interp_poly -40 -1782 68 0 3228 3235 3 MP PP 3228 3235 0 0 0.562 3296 3235 0 0 0.562 3228 3235 0 0 0.562 2 interp_poly 3296 3235 0 0 0.562 3256 1453 1 0.5 0 3296 3235 0 0 0.562 2 interp_poly -40 995 68 -36 3268 2276 3 MP PP 3268 2276 0.25 1 0.812 3336 2240 0.25 1 0.812 3268 2276 0.25 1 0.812 2 interp_poly 3336 2240 0.25 1 0.812 3296 3235 0 0 0.562 3336 2240 0.25 1 0.812 2 interp_poly 68 -36 -40 -953 3308 3229 3 MP PP 3308 3229 0 0 0.625 3268 2276 0.25 1 0.812 3308 3229 0 0 0.625 2 interp_poly 3268 2276 0.25 1 0.812 3336 2240 0.25 1 0.812 3268 2276 0.25 1 0.812 2 interp_poly -40 332 68 374 3292 2408 3 MP PP 3292 2408 0.25 1 0.812 3360 2782 0 0.562 1 3292 2408 0.25 1 0.812 2 interp_poly 3360 2782 0 0.562 1 3320 3114 0 0 0.938 3360 2782 0 0.562 1 2 interp_poly -40 147 68 -11 3320 3114 3 MP PP 3320 3114 0 0 0.938 3388 3103 0 0 0.938 3320 3114 0 0 0.938 2 interp_poly 3388 3103 0 0 0.938 3348 3250 0 0 0.688 3388 3103 0 0 0.938 2 interp_poly 68 -11 -40 332 3360 2782 3 MP PP 3360 2782 0 0.562 1 3320 3114 0 0 0.938 3360 2782 0 0.562 1 2 interp_poly 3320 3114 0 0 0.938 3388 3103 0 0 0.938 3320 3114 0 0 0.938 2 interp_poly 68 374 -40 -710 3332 3118 3 MP PP 3332 3118 0 0.0625 1 3292 2408 0.25 1 0.812 3332 3118 0 0.0625 1 2 interp_poly 3292 2408 0.25 1 0.812 3360 2782 0 0.562 1 3292 2408 0.25 1 0.812 2 interp_poly 68 50 -40 -21 3348 3250 3 MP PP 3348 3250 0 0 0.688 3308 3229 0 0 0.625 3348 3250 0 0 0.688 2 interp_poly 3308 3229 0 0 0.625 3376 3279 0 0 0.562 3308 3229 0 0 0.625 2 interp_poly -40 -517 68 181 3332 3118 3 MP PP 3332 3118 0 0.0625 1 3400 3299 0 0 0.75 3332 3118 0 0.0625 1 2 interp_poly 3400 3299 0 0 0.75 3360 2782 0 0.562 1 3400 3299 0 0 0.75 2 interp_poly 68 181 -40 -331 3372 3449 3 MP PP 3372 3449 0 0 0.562 3332 3118 0 0.0625 1 3372 3449 0 0 0.562 2 interp_poly 3332 3118 0 0.0625 1 3400 3299 0 0 0.75 3332 3118 0 0.0625 1 2 interp_poly -40 314 68 7 3360 2782 3 MP PP 3360 2782 0 0.562 1 3428 2789 0 0.5 1 3360 2782 0 0.562 1 2 interp_poly 3428 2789 0 0.5 1 3388 3103 0 0 0.938 3428 2789 0 0.5 1 2 interp_poly 68 7 -40 -517 3400 3299 3 MP PP 3400 3299 0 0 0.75 3360 2782 0 0.562 1 3400 3299 0 0 0.75 2 interp_poly 3360 2782 0 0.562 1 3428 2789 0 0.5 1 3360 2782 0 0.562 1 2 interp_poly -40 928 68 -17 3344 2538 3 MP PP 3344 2538 0.125 1 0.938 3412 2521 0.125 1 0.938 3344 2538 0.125 1 0.938 2 interp_poly 3412 2521 0.125 1 0.938 3372 3449 0 0 0.562 3412 2521 0.125 1 0.938 2 interp_poly 68 -17 -40 448 3384 2090 3 MP PP 3384 2090 0.938 1 0.125 3344 2538 0.125 1 0.938 3384 2090 0.938 1 0.125 2 interp_poly 3344 2538 0.125 1 0.938 3412 2521 0.125 1 0.938 3344 2538 0.125 1 0.938 2 interp_poly 68 -264 -40 499 3044 1971 3 MP PP 3044 1971 0.312 1 0.75 3004 2470 0 0.438 1 3044 1971 0.312 1 0.75 2 interp_poly 3004 2470 0 0.438 1 3072 2206 0 0.875 1 3004 2470 0 0.438 1 2 interp_poly -40 -788 68 -104 3016 2863 3 MP PP 3016 2863 0 0 0.875 3084 2759 0 0.0625 1 3016 2863 0 0 0.875 2 interp_poly 3084 2759 0 0.0625 1 3044 1971 0.312 1 0.75 3084 2759 0 0.0625 1 2 interp_poly 68 -104 -40 513 3056 2350 3 MP PP 3056 2350 0 0.812 1 3016 2863 0 0 0.875 3056 2350 0 0.812 1 2 interp_poly 3016 2863 0 0 0.875 3084 2759 0 0.0625 1 3016 2863 0 0 0.875 2 interp_poly -40 138 68 97 3044 1971 3 MP PP 3044 1971 0.312 1 0.75 3112 2068 0.125 1 0.938 3044 1971 0.312 1 0.75 2 interp_poly 3112 2068 0.125 1 0.938 3072 2206 0 0.875 1 3112 2068 0.125 1 0.938 2 interp_poly 68 97 -40 -788 3084 2759 3 MP PP 3084 2759 0 0.0625 1 3044 1971 0.312 1 0.75 3084 2759 0 0.0625 1 2 interp_poly 3044 1971 0.312 1 0.75 3112 2068 0.125 1 0.938 3044 1971 0.312 1 0.75 2 interp_poly -40 -303 68 -388 3084 2759 3 MP PP 3084 2759 0 0.0625 1 3152 2371 0 0.688 1 3084 2759 0 0.0625 1 2 interp_poly 3152 2371 0 0.688 1 3112 2068 0.125 1 0.938 3152 2371 0 0.688 1 2 interp_poly -40 971 68 -562 3056 2350 3 MP PP 3056 2350 0 0.812 1 3124 1788 0.75 1 0.312 3056 2350 0 0.812 1 2 interp_poly 3124 1788 0.75 1 0.312 3084 2759 0 0.0625 1 3124 1788 0.75 1 0.312 2 interp_poly 68 -388 -40 971 3124 1788 3 MP PP 3124 1788 0.75 1 0.312 3084 2759 0 0.0625 1 3124 1788 0.75 1 0.312 2 interp_poly 3084 2759 0 0.0625 1 3152 2371 0 0.688 1 3084 2759 0 0.0625 1 2 interp_poly -40 -613 68 -9 3068 3093 3 MP PP 3068 3093 0 0 0.625 3136 3084 0 0 0.625 3068 3093 0 0 0.625 2 interp_poly 3136 3084 0 0 0.625 3096 2471 0 0.625 1 3136 3084 0 0 0.625 2 interp_poly 68 355 -40 -613 3136 3084 3 MP PP 3136 3084 0 0 0.625 3096 2471 0 0.625 1 3136 3084 0 0 0.625 2 interp_poly 3096 2471 0 0.625 1 3164 2826 0 0 1 3096 2471 0 0.625 1 2 interp_poly -40 132 68 45 3108 2907 3 MP PP 3108 2907 0 0 1 3176 2952 0 0 0.875 3108 2907 0 0 1 2 interp_poly 3176 2952 0 0 0.875 3136 3084 0 0 0.625 3176 2952 0 0 0.875 2 interp_poly 68 45 -40 -123 3148 3030 3 MP PP 3148 3030 0 0 0.812 3108 2907 0 0 1 3148 3030 0 0 0.812 2 interp_poly 3108 2907 0 0 1 3176 2952 0 0 0.875 3108 2907 0 0 1 2 interp_poly -40 673 68 -90 3124 1788 3 MP PP 3124 1788 0.75 1 0.312 3192 1698 0.875 1 0.188 3124 1788 0.75 1 0.312 2 interp_poly 3192 1698 0.875 1 0.188 3152 2371 0 0.688 1 3192 1698 0.875 1 0.188 2 interp_poly 68 -90 -40 -1038 3164 2826 3 MP PP 3164 2826 0 0 1 3124 1788 0.75 1 0.312 3164 2826 0 0 1 2 interp_poly 3124 1788 0.75 1 0.312 3192 1698 0.875 1 0.188 3124 1788 0.75 1 0.312 2 interp_poly 68 -65 -40 132 3176 2952 3 MP PP 3176 2952 0 0 0.875 3136 3084 0 0 0.625 3176 2952 0 0 0.875 2 interp_poly 3136 3084 0 0 0.625 3204 3019 0 0 0.75 3136 3084 0 0 0.625 2 interp_poly -40 -62 68 -16 3148 3030 3 MP PP 3148 3030 0 0 0.812 3216 3014 0 0 0.812 3148 3030 0 0 0.812 2 interp_poly 3216 3014 0 0 0.812 3176 2952 0 0 0.875 3216 3014 0 0 0.812 2 interp_poly -40 -1038 68 355 3096 2471 3 MP PP 3096 2471 0 0.625 1 3164 2826 0 0 1 3096 2471 0 0.625 1 2 interp_poly 3164 2826 0 0 1 3124 1788 0.75 1 0.312 3164 2826 0 0 1 2 interp_poly 68 -16 -40 1281 3188 1749 3 MP PP 3188 1749 1 1 0 3148 3030 0 0 0.812 3188 1749 1 1 0 2 interp_poly 3148 3030 0 0 0.812 3216 3014 0 0 0.812 3148 3030 0 0 0.812 2 interp_poly -40 1561 68 -296 3188 1749 3 MP PP 3188 1749 1 1 0 3256 1453 1 0.5 0 3188 1749 1 1 0 2 interp_poly 3256 1453 1 0.5 0 3216 3014 0 0 0.812 3256 1453 1 0.5 0 2 interp_poly -40 -1486 68 16 3160 3219 3 MP PP 3160 3219 0 0 0.625 3228 3235 0 0 0.562 3160 3219 0 0 0.625 2 interp_poly 3228 3235 0 0 0.562 3188 1749 1 1 0 3228 3235 0 0 0.562 2 interp_poly 68 -296 -40 -1486 3228 3235 3 MP PP 3228 3235 0 0 0.562 3188 1749 1 1 0 3228 3235 0 0 0.562 2 interp_poly 3188 1749 1 1 0 3256 1453 1 0.5 0 3188 1749 1 1 0 2 interp_poly 68 16 -40 1105 3200 2114 3 MP PP 3200 2114 0.562 1 0.5 3160 3219 0 0 0.625 3200 2114 0.562 1 0.5 2 interp_poly 3160 3219 0 0 0.625 3228 3235 0 0 0.562 3160 3219 0 0 0.625 2 interp_poly -40 959 68 162 3200 2114 3 MP PP 3200 2114 0.562 1 0.5 3268 2276 0.25 1 0.812 3200 2114 0.562 1 0.5 2 interp_poly 3268 2276 0.25 1 0.812 3228 3235 0 0 0.562 3268 2276 0.25 1 0.812 2 interp_poly 68 0 -40 959 3268 2276 3 MP PP 3268 2276 0.25 1 0.812 3228 3235 0 0 0.562 3268 2276 0.25 1 0.812 2 interp_poly 3228 3235 0 0 0.562 3296 3235 0 0 0.562 3228 3235 0 0 0.562 2 interp_poly -40 -1116 68 36 3172 3194 3 MP PP 3172 3194 0 0 0.75 3240 3230 0 0 0.688 3172 3194 0 0 0.75 2 interp_poly 3240 3230 0 0 0.688 3200 2114 0.562 1 0.5 3240 3230 0 0 0.688 2 interp_poly 68 162 -40 -1116 3240 3230 3 MP PP 3240 3230 0 0 0.688 3200 2114 0.562 1 0.5 3240 3230 0 0 0.688 2 interp_poly 3200 2114 0.562 1 0.5 3268 2276 0.25 1 0.812 3200 2114 0.562 1 0.5 2 interp_poly -40 -953 68 -1 3240 3230 3 MP PP 3240 3230 0 0 0.688 3308 3229 0 0 0.625 3240 3230 0 0 0.688 2 interp_poly 3308 3229 0 0 0.625 3268 2276 0.25 1 0.812 3308 3229 0 0 0.625 2 interp_poly -40 121 68 54 3212 3055 3 MP PP 3212 3055 0 0.0625 1 3280 3109 0 0 0.938 3212 3055 0 0.0625 1 2 interp_poly 3280 3109 0 0 0.938 3240 3230 0 0 0.688 3280 3109 0 0 0.938 2 interp_poly 68 -1 -40 121 3280 3109 3 MP PP 3280 3109 0 0 0.938 3240 3230 0 0 0.688 3280 3109 0 0 0.938 2 interp_poly 3240 3230 0 0 0.688 3308 3229 0 0 0.625 3240 3230 0 0 0.688 2 interp_poly -40 -21 68 141 3280 3109 3 MP PP 3280 3109 0 0 0.938 3348 3250 0 0 0.688 3280 3109 0 0 0.938 2 interp_poly 3348 3250 0 0 0.688 3308 3229 0 0 0.625 3348 3250 0 0 0.688 2 interp_poly 68 141 -40 -5 3320 3114 3 MP PP 3320 3114 0 0 0.938 3280 3109 0 0 0.938 3320 3114 0 0 0.938 2 interp_poly 3280 3109 0 0 0.938 3348 3250 0 0 0.688 3280 3109 0 0 0.938 2 interp_poly -40 -5 68 -77 3252 3191 3 MP PP 3252 3191 0 0 0.875 3320 3114 0 0 0.938 3252 3191 0 0 0.875 2 interp_poly 3320 3114 0 0 0.938 3280 3109 0 0 0.938 3320 3114 0 0 0.938 2 interp_poly 68 54 -40 -136 3252 3191 3 MP PP 3252 3191 0 0 0.875 3212 3055 0 0.0625 1 3252 3191 0 0 0.875 2 interp_poly 3212 3055 0 0.0625 1 3280 3109 0 0 0.938 3212 3055 0 0.0625 1 2 interp_poly 68 -77 -40 783 3292 2408 3 MP PP 3292 2408 0.25 1 0.812 3252 3191 0 0 0.875 3292 2408 0.25 1 0.812 2 interp_poly 3252 3191 0 0 0.875 3320 3114 0 0 0.938 3252 3191 0 0 0.875 2 interp_poly -40 -710 68 -189 3264 3307 3 MP PP 3264 3307 0 0 0.75 3332 3118 0 0.0625 1 3264 3307 0 0 0.75 2 interp_poly 3332 3118 0 0.0625 1 3292 2408 0.25 1 0.812 3332 3118 0 0.0625 1 2 interp_poly 68 -189 -40 -151 3304 3458 3 MP PP 3304 3458 0 0 0.562 3264 3307 0 0 0.75 3304 3458 0 0 0.562 2 interp_poly 3264 3307 0 0 0.75 3332 3118 0 0.0625 1 3264 3307 0 0 0.75 2 interp_poly -40 -331 68 -9 3304 3458 3 MP PP 3304 3458 0 0 0.562 3372 3449 0 0 0.562 3304 3458 0 0 0.562 2 interp_poly 3372 3449 0 0 0.562 3332 3118 0 0.0625 1 3372 3449 0 0 0.562 2 interp_poly 68 -9 -40 920 3344 2538 3 MP PP 3344 2538 0.125 1 0.938 3304 3458 0 0 0.562 3344 2538 0.125 1 0.938 2 interp_poly 3304 3458 0 0 0.562 3372 3449 0 0 0.562 3304 3458 0 0 0.562 2 interp_poly -40 -80 68 -70 3372 3449 3 MP PP 3372 3449 0 0 0.562 3440 3379 0 0 0.625 3372 3449 0 0 0.562 2 interp_poly 3440 3379 0 0 0.625 3400 3299 0 0 0.75 3440 3379 0 0 0.625 2 interp_poly 68 -70 -40 928 3412 2521 3 MP PP 3412 2521 0.125 1 0.938 3372 3449 0 0 0.562 3412 2521 0.125 1 0.938 2 interp_poly 3372 3449 0 0 0.562 3440 3379 0 0 0.625 3372 3449 0 0 0.562 2 interp_poly -40 -1110 68 31 3356 3169 3 MP PP 3356 3169 0 0.188 1 3424 3200 0 0.125 1 3356 3169 0 0.188 1 2 interp_poly 3424 3200 0 0.125 1 3384 2090 0.938 1 0.125 3424 3200 0 0.125 1 2 interp_poly -40 871 68 -440 3384 2090 3 MP PP 3384 2090 0.938 1 0.125 3452 1650 1 0.375 0 3384 2090 0.938 1 0.125 2 interp_poly 3452 1650 1 0.375 0 3412 2521 0.125 1 0.938 3452 1650 1 0.375 0 2 interp_poly -40 880 68 -22 3412 2521 3 MP PP 3412 2521 0.125 1 0.938 3480 2499 0.188 1 0.875 3412 2521 0.125 1 0.938 2 interp_poly 3480 2499 0.188 1 0.875 3440 3379 0 0 0.625 3480 2499 0.188 1 0.875 2 interp_poly 68 -22 -40 871 3452 1650 3 MP PP 3452 1650 1 0.375 0 3412 2521 0.125 1 0.938 3452 1650 1 0.375 0 2 interp_poly 3412 2521 0.125 1 0.938 3480 2499 0.188 1 0.875 3412 2521 0.125 1 0.938 2 interp_poly 68 -440 -40 -1110 3424 3200 3 MP PP 3424 3200 0 0.125 1 3384 2090 0.938 1 0.125 3424 3200 0 0.125 1 2 interp_poly 3384 2090 0.938 1 0.125 3452 1650 1 0.375 0 3384 2090 0.938 1 0.125 2 interp_poly -40 -1452 68 -98 3424 3200 3 MP PP 3424 3200 0 0.125 1 3492 3102 0 0.25 1 3424 3200 0 0.125 1 2 interp_poly 3492 3102 0 0.25 1 3452 1650 1 0.375 0 3492 3102 0 0.25 1 2 interp_poly -40 568 68 147 3396 2485 3 MP PP 3396 2485 0.375 1 0.688 3464 2632 0.125 1 0.938 3396 2485 0.375 1 0.688 2 interp_poly 3464 2632 0.125 1 0.938 3424 3200 0 0.125 1 3464 2632 0.125 1 0.938 2 interp_poly 68 -98 -40 568 3464 2632 3 MP PP 3464 2632 0.125 1 0.938 3424 3200 0 0.125 1 3464 2632 0.125 1 0.938 2 interp_poly 3424 3200 0 0.125 1 3492 3102 0 0.25 1 3424 3200 0 0.125 1 2 interp_poly -40 217 68 632 3452 1650 3 MP PP 3452 1650 1 0.375 0 3520 2282 0.562 1 0.5 3452 1650 1 0.375 0 2 interp_poly 3520 2282 0.562 1 0.5 3480 2499 0.188 1 0.875 3520 2282 0.562 1 0.5 2 interp_poly 68 632 -40 -1452 3492 3102 3 MP PP 3492 3102 0 0.25 1 3452 1650 1 0.375 0 3492 3102 0 0.25 1 2 interp_poly 3452 1650 1 0.375 0 3520 2282 0.562 1 0.5 3452 1650 1 0.375 0 2 interp_poly -40 519 68 -49 3464 2632 3 MP PP 3464 2632 0.125 1 0.938 3532 2583 0.188 1 0.875 3464 2632 0.125 1 0.938 2 interp_poly 3532 2583 0.188 1 0.875 3492 3102 0 0.25 1 3532 2583 0.188 1 0.875 2 interp_poly 68 382 -40 -733 3476 3479 3 MP PP 3476 3479 0 0 0.75 3436 2746 0 1 1 3476 3479 0 0 0.75 2 interp_poly 3436 2746 0 1 1 3504 3128 0 0.312 1 3436 2746 0 1 1 2 interp_poly 68 31 -40 684 3396 2485 3 MP PP 3396 2485 0.375 1 0.688 3356 3169 0 0.188 1 3396 2485 0.375 1 0.688 2 interp_poly 3356 3169 0 0.188 1 3424 3200 0 0.125 1 3356 3169 0 0.188 1 2 interp_poly -40 -733 67 32 3409 3447 3 MP PP 3409 3447 0 0 0.875 3476 3479 0 0 0.75 3409 3447 0 0 0.875 2 interp_poly 3476 3479 0 0 0.75 3436 2746 0 1 1 3476 3479 0 0 0.75 2 interp_poly -40 123 67 131 3449 3225 3 MP PP 3449 3225 0 0.25 1 3516 3356 0 0 1 3449 3225 0 0.25 1 2 interp_poly 3516 3356 0 0 1 3476 3479 0 0 0.75 3516 3356 0 0 1 2 interp_poly -40 -158 67 195 3489 3319 3 MP PP 3489 3319 0 0.125 1 3556 3514 0 0 0.812 3489 3319 0 0.125 1 2 interp_poly 3556 3514 0 0 0.812 3516 3356 0 0 1 3556 3514 0 0 0.812 2 interp_poly 67 195 -40 -367 3529 3686 3 MP PP 3529 3686 0 0 0.562 3489 3319 0 0.125 1 3529 3686 0 0 0.562 2 interp_poly 3489 3319 0 0.125 1 3556 3514 0 0 0.812 3489 3319 0 0.125 1 2 interp_poly 68 131 -40 -158 3556 3514 3 MP PP 3556 3514 0 0 0.812 3516 3356 0 0 1 3556 3514 0 0 0.812 2 interp_poly 3516 3356 0 0 1 3584 3487 0 0 0.75 3516 3356 0 0 1 2 interp_poly -41 -137 68 -35 3529 3686 3 MP PP 3529 3686 0 0 0.562 3597 3651 0 0 0.625 3529 3686 0 0 0.562 2 interp_poly 3597 3651 0 0 0.625 3556 3514 0 0 0.812 3597 3651 0 0 0.625 2 interp_poly 68 -64 -40 17 3572 2566 3 MP PP 3572 2566 0.25 1 0.812 3532 2583 0.188 1 0.875 3572 2566 0.25 1 0.812 2 interp_poly 3532 2583 0.188 1 0.875 3600 2519 0.25 1 0.812 3532 2583 0.188 1 0.875 2 interp_poly 68 -35 -40 1384 3569 2302 3 MP PP 3569 2302 0.938 1 0.125 3529 3686 0 0 0.562 3569 2302 0.938 1 0.125 2 interp_poly 3529 3686 0 0 0.562 3597 3651 0 0 0.625 3529 3686 0 0 0.562 2 interp_poly -40 1269 68 80 3569 2302 3 MP PP 3569 2302 0.938 1 0.125 3637 2382 0.812 1 0.25 3569 2302 0.938 1 0.125 2 interp_poly 3637 2382 0.812 1 0.25 3597 3651 0 0 0.625 3637 2382 0.812 1 0.25 2 interp_poly -40 -1150 68 123 3541 3329 3 MP PP 3541 3329 0 0.312 1 3609 3452 0 0.0625 1 3541 3329 0 0.312 1 2 interp_poly 3609 3452 0 0.0625 1 3569 2302 0.938 1 0.125 3609 3452 0 0.0625 1 2 interp_poly 68 123 -40 -172 3581 3501 3 MP PP 3581 3501 0 0 1 3541 3329 0 0.312 1 3581 3501 0 0 1 2 interp_poly 3541 3329 0 0.312 1 3609 3452 0 0.0625 1 3541 3329 0 0.312 1 2 interp_poly 67 131 -40 -94 3489 3319 3 MP PP 3489 3319 0 0.125 1 3449 3225 0 0.25 1 3489 3319 0 0.125 1 2 interp_poly 3449 3225 0 0.25 1 3516 3356 0 0 1 3449 3225 0 0.25 1 2 interp_poly -40 1384 68 -933 3501 3235 3 MP PP 3501 3235 0 0.375 1 3569 2302 0.938 1 0.125 3501 3235 0 0.375 1 2 interp_poly 3569 2302 0.938 1 0.125 3529 3686 0 0 0.562 3569 2302 0.938 1 0.125 2 interp_poly -40 -172 68 184 3513 3317 3 MP PP 3513 3317 0 0.375 1 3581 3501 0 0 1 3513 3317 0 0.375 1 2 interp_poly 3581 3501 0 0 1 3541 3329 0 0.312 1 3581 3501 0 0 1 2 interp_poly 68 184 -40 -110 3553 3427 3 MP PP 3553 3427 0 0.25 1 3513 3317 0 0.375 1 3553 3427 0 0.25 1 2 interp_poly 3513 3317 0 0.375 1 3581 3501 0 0 1 3513 3317 0 0.375 1 2 interp_poly 68 80 -40 -1150 3609 3452 3 MP PP 3609 3452 0 0.0625 1 3569 2302 0.938 1 0.125 3609 3452 0 0.0625 1 2 interp_poly 3569 2302 0.938 1 0.125 3637 2382 0.812 1 0.25 3569 2302 0.938 1 0.125 2 interp_poly -40 97 68 -23 3553 3427 3 MP PP 3553 3427 0 0.25 1 3621 3404 0 0.25 1 3553 3427 0 0.25 1 2 interp_poly 3621 3404 0 0.25 1 3581 3501 0 0 1 3621 3404 0 0.25 1 2 interp_poly 68 -23 -40 -13 3593 3440 3 MP PP 3593 3440 0 0.25 1 3553 3427 0 0.25 1 3593 3440 0 0.25 1 2 interp_poly 3553 3427 0 0.25 1 3621 3404 0 0.25 1 3553 3427 0 0.25 1 2 interp_poly -40 120 68 -156 3593 3440 3 MP PP 3593 3440 0 0.25 1 3661 3284 0 0.5 1 3593 3440 0 0.25 1 2 interp_poly 3661 3284 0 0.5 1 3621 3404 0 0.25 1 3661 3284 0 0.5 1 2 interp_poly 68 -156 -40 229 3633 3211 3 MP PP 3633 3211 0 0.688 1 3593 3440 0 0.25 1 3633 3211 0 0.688 1 2 interp_poly 3593 3440 0 0.25 1 3661 3284 0 0.5 1 3593 3440 0 0.25 1 2 interp_poly 68 46 -40 -575 3673 3786 3 MP PP 3673 3786 0 0 0.75 3633 3211 0 0.688 1 3673 3786 0 0 0.75 2 interp_poly 3633 3211 0 0.688 1 3701 3257 0 0.562 1 3633 3211 0 0.688 1 2 interp_poly -40 -140 68 91 3581 3501 3 MP PP 3581 3501 0 0 1 3649 3592 0 0 0.875 3581 3501 0 0 1 2 interp_poly 3649 3592 0 0 0.875 3609 3452 0 0.0625 1 3649 3592 0 0 0.875 2 interp_poly 68 91 -40 97 3621 3404 3 MP PP 3621 3404 0 0.25 1 3581 3501 0 0 1 3621 3404 0 0.25 1 2 interp_poly 3581 3501 0 0 1 3649 3592 0 0 0.875 3581 3501 0 0 1 2 interp_poly -40 -575 68 21 3605 3765 3 MP PP 3605 3765 0 0 0.812 3673 3786 0 0 0.75 3605 3765 0 0 0.812 2 interp_poly 3673 3786 0 0 0.75 3633 3211 0 0.688 1 3673 3786 0 0 0.75 2 interp_poly -40 383 68 -175 3645 3578 3 MP PP 3645 3578 0 0.125 1 3713 3403 0 0.438 1 3645 3578 0 0.125 1 2 interp_poly 3713 3403 0 0.438 1 3673 3786 0 0 0.75 3713 3403 0 0.438 1 2 interp_poly 68 -175 -40 519 3685 3059 3 MP PP 3685 3059 0.0625 1 1 3645 3578 0 0.125 1 3685 3059 0.0625 1 1 2 interp_poly 3645 3578 0 0.125 1 3713 3403 0 0.438 1 3645 3578 0 0.125 1 2 interp_poly -40 187 68 157 3685 3059 3 MP PP 3685 3059 0.0625 1 1 3753 3216 0 0.812 1 3685 3059 0.0625 1 1 2 interp_poly 3753 3216 0 0.812 1 3713 3403 0 0.438 1 3753 3216 0 0.812 1 2 interp_poly 68 157 -40 -740 3725 3799 3 MP PP 3725 3799 0 0 0.875 3685 3059 0.0625 1 1 3725 3799 0 0 0.875 2 interp_poly 3685 3059 0.0625 1 1 3753 3216 0 0.812 1 3685 3059 0.0625 1 1 2 interp_poly 68 21 -40 187 3645 3578 3 MP PP 3645 3578 0 0.125 1 3605 3765 0 0 0.812 3645 3578 0 0.125 1 2 interp_poly 3605 3765 0 0 0.812 3673 3786 0 0 0.75 3605 3765 0 0 0.812 2 interp_poly -40 -740 68 -145 3657 3944 3 MP PP 3657 3944 0 0 0.625 3725 3799 0 0 0.875 3657 3944 0 0 0.625 2 interp_poly 3725 3799 0 0 0.875 3685 3059 0.0625 1 1 3725 3799 0 0 0.875 2 interp_poly -40 481 68 -346 3697 3664 3 MP PP 3697 3664 0 0.125 1 3765 3318 0 0.688 1 3697 3664 0 0.125 1 2 interp_poly 3765 3318 0 0.688 1 3725 3799 0 0 0.875 3765 3318 0 0.688 1 2 interp_poly 68 -145 -40 280 3697 3664 3 MP PP 3697 3664 0 0.125 1 3657 3944 0 0 0.625 3697 3664 0 0.125 1 2 interp_poly 3657 3944 0 0 0.625 3725 3799 0 0 0.875 3657 3944 0 0 0.625 2 interp_poly 68 -346 -40 488 3737 3176 3 MP PP 3737 3176 0 1 1 3697 3664 0 0.125 1 3737 3176 0 1 1 2 interp_poly 3697 3664 0 0.125 1 3765 3318 0 0.688 1 3697 3664 0 0.125 1 2 interp_poly -40 -368 68 -190 3709 3734 3 MP PP 3709 3734 0 0.125 1 3777 3544 0 0.438 1 3709 3734 0 0.125 1 2 interp_poly 3777 3544 0 0.438 1 3737 3176 0 1 1 3777 3544 0 0.438 1 2 interp_poly 68 -190 -40 -216 3749 3950 3 MP PP 3749 3950 0 0 0.812 3709 3734 0 0.125 1 3749 3950 0 0 0.812 2 interp_poly 3709 3734 0 0.125 1 3777 3544 0 0.438 1 3709 3734 0 0.125 1 2 interp_poly 68 -25 -40 -841 3744 3190 3 MP PP 3744 3190 0 0.438 1 3704 2349 0.812 1 0.25 3744 3190 0 0.438 1 2 interp_poly 3704 2349 0.812 1 0.25 3772 2324 0.875 1 0.188 3704 2349 0.812 1 0.25 2 interp_poly -40 162 68 -20 3737 3176 3 MP PP 3737 3176 0 1 1 3805 3156 0.0625 1 1 3737 3176 0 1 1 2 interp_poly 3805 3156 0.0625 1 1 3765 3318 0 0.688 1 3805 3156 0.0625 1 1 2 interp_poly 68 -20 -40 -368 3777 3544 3 MP PP 3777 3544 0 0.438 1 3737 3176 0 1 1 3777 3544 0 0.438 1 2 interp_poly 3737 3176 0 1 1 3805 3156 0.0625 1 1 3737 3176 0 1 1 2 interp_poly -40 510 68 -150 3721 3590 3 MP PP 3721 3590 0 0.5 1 3789 3440 0 0.75 1 3721 3590 0 0.5 1 2 interp_poly 3789 3440 0 0.75 1 3749 3950 0 0 0.812 3789 3440 0 0.75 1 2 interp_poly 68 -150 -40 -392 3761 3982 3 MP PP 3761 3982 0 0 0.875 3721 3590 0 0.5 1 3761 3982 0 0 0.875 2 interp_poly 3721 3590 0 0.5 1 3789 3440 0 0.75 1 3721 3590 0 0.5 1 2 interp_poly -40 -508 68 -34 3761 3982 3 MP PP 3761 3982 0 0 0.875 3829 3948 0 0 0.875 3761 3982 0 0 0.875 2 interp_poly 3829 3948 0 0 0.875 3789 3440 0 0.75 1 3829 3948 0 0 0.875 2 interp_poly -40 296 68 -2 3785 3405 3 MP PP 3785 3405 0.0625 1 1 3853 3403 0.0625 1 1 3785 3405 0.0625 1 1 2 interp_poly 3853 3403 0.0625 1 1 3813 3699 0 0.5 1 3853 3403 0.0625 1 1 2 interp_poly 68 -2 -40 735 3825 2670 3 MP PP 3825 2670 1 0.688 0 3785 3405 0.0625 1 1 3825 2670 1 0.688 0 2 interp_poly 3785 3405 0.0625 1 1 3853 3403 0.0625 1 1 3785 3405 0.0625 1 1 2 interp_poly -40 499 68 234 3825 2670 3 MP PP 3825 2670 1 0.688 0 3893 2904 0.938 1 0.125 3825 2670 1 0.688 0 2 interp_poly 3893 2904 0.938 1 0.125 3853 3403 0.0625 1 1 3893 2904 0.938 1 0.125 2 interp_poly 68 234 -40 -1377 3865 4047 3 MP PP 3865 4047 0 0.0625 1 3825 2670 1 0.688 0 3865 4047 0 0.0625 1 2 interp_poly 3825 2670 1 0.688 0 3893 2904 0.938 1 0.125 3825 2670 1 0.688 0 2 interp_poly -40 -47 68 -42 3733 4071 3 MP PP 3733 4071 0 0 0.75 3801 4029 0 0 0.812 3733 4071 0 0 0.75 2 interp_poly 3801 4029 0 0 0.812 3761 3982 0 0 0.875 3801 4029 0 0 0.812 2 interp_poly 68 -42 -40 -116 3773 4187 3 MP PP 3773 4187 0 0 0.625 3733 4071 0 0 0.75 3773 4187 0 0 0.625 2 interp_poly 3733 4071 0 0 0.75 3801 4029 0 0 0.812 3733 4071 0 0 0.75 2 interp_poly 68 -34 -40 -47 3801 4029 3 MP PP 3801 4029 0 0 0.812 3761 3982 0 0 0.875 3801 4029 0 0 0.812 2 interp_poly 3761 3982 0 0 0.875 3829 3948 0 0 0.875 3761 3982 0 0 0.875 2 interp_poly -40 488 68 2 3745 3697 3 MP PP 3745 3697 0 0.5 1 3813 3699 0 0.5 1 3745 3697 0 0.5 1 2 interp_poly 3813 3699 0 0.5 1 3773 4187 0 0 0.625 3813 3699 0 0.5 1 2 interp_poly -40 -21 68 -137 3773 4187 3 MP PP 3773 4187 0 0 0.625 3841 4050 0 0 0.812 3773 4187 0 0 0.625 2 interp_poly 3841 4050 0 0 0.812 3801 4029 0 0 0.812 3841 4050 0 0 0.812 2 interp_poly 68 -137 -40 488 3813 3699 3 MP PP 3813 3699 0 0.5 1 3773 4187 0 0 0.625 3813 3699 0 0.5 1 2 interp_poly 3773 4187 0 0 0.625 3841 4050 0 0 0.812 3773 4187 0 0 0.625 2 interp_poly 68 2 -40 292 3785 3405 3 MP PP 3785 3405 0.0625 1 1 3745 3697 0 0.5 1 3785 3405 0.0625 1 1 2 interp_poly 3745 3697 0 0.5 1 3813 3699 0 0.5 1 3745 3697 0 0.5 1 2 interp_poly -40 -1377 67 -15 3798 4062 3 MP PP 3798 4062 0 0.0625 1 3865 4047 0 0.0625 1 3798 4062 0 0.0625 1 2 interp_poly 3865 4047 0 0.0625 1 3825 2670 1 0.688 0 3865 4047 0 0.0625 1 2 interp_poly 67 -15 -40 -123 3838 4185 3 MP PP 3838 4185 0 0 0.875 3798 4062 0 0.0625 1 3838 4185 0 0 0.875 2 interp_poly 3798 4062 0 0.0625 1 3865 4047 0 0.0625 1 3798 4062 0 0.0625 1 2 interp_poly -40 85 68 382 3810 3718 3 MP PP 3810 3718 0 0.75 1 3878 4100 0 0.0625 1 3810 3718 0 0.75 1 2 interp_poly 3878 4100 0 0.0625 1 3838 4185 0 0 0.875 3878 4100 0 0.0625 1 2 interp_poly -40 -116 68 1 3705 4186 3 MP PP 3705 4186 0 0 0.625 3773 4187 0 0 0.625 3705 4186 0 0 0.625 2 interp_poly 3773 4187 0 0 0.625 3733 4071 0 0 0.75 3773 4187 0 0 0.625 2 interp_poly -40 -216 68 -85 3681 4035 3 MP PP 3681 4035 0 0 0.688 3749 3950 0 0 0.812 3681 4035 0 0 0.688 2 interp_poly 3749 3950 0 0 0.812 3709 3734 0 0.125 1 3749 3950 0 0 0.812 2 interp_poly -40 -367 68 -23 3461 3709 3 MP PP 3461 3709 0 0 0.562 3529 3686 0 0 0.562 3461 3709 0 0 0.562 2 interp_poly 3529 3686 0 0 0.562 3489 3319 0 0.125 1 3529 3686 0 0 0.562 2 interp_poly 68 -23 -40 474 3501 3235 3 MP PP 3501 3235 0 0.375 1 3461 3709 0 0 0.562 3501 3235 0 0.375 1 2 interp_poly 3461 3709 0 0 0.562 3529 3686 0 0 0.562 3461 3709 0 0 0.562 2 interp_poly -40 -110 68 -155 3485 3582 3 MP PP 3485 3582 0 0 1 3553 3427 0 0.25 1 3485 3582 0 0 1 2 interp_poly 3553 3427 0 0.25 1 3513 3317 0 0.375 1 3553 3427 0 0.25 1 2 interp_poly 68 -155 -40 8 3525 3574 3 MP PP 3525 3574 0 0.0625 1 3485 3582 0 0 1 3525 3574 0 0.0625 1 2 interp_poly 3485 3582 0 0 1 3553 3427 0 0.25 1 3485 3582 0 0 1 2 interp_poly -40 -13 68 -134 3525 3574 3 MP PP 3525 3574 0 0.0625 1 3593 3440 0 0.25 1 3525 3574 0 0.0625 1 2 interp_poly 3593 3440 0 0.25 1 3553 3427 0 0.25 1 3593 3440 0 0.25 1 2 interp_poly -40 -496 68 382 3436 2746 3 MP PP 3436 2746 0 1 1 3504 3128 0 0.312 1 3436 2746 0 1 1 2 interp_poly 3504 3128 0 0.312 1 3464 2632 0.125 1 0.938 3504 3128 0 0.312 1 2 interp_poly 68 -49 -40 -496 3504 3128 3 MP PP 3504 3128 0 0.312 1 3464 2632 0.125 1 0.938 3504 3128 0 0.312 1 2 interp_poly 3464 2632 0.125 1 0.938 3532 2583 0.188 1 0.875 3464 2632 0.125 1 0.938 2 interp_poly 68 -933 -40 -94 3541 3329 3 MP PP 3541 3329 0 0.312 1 3501 3235 0 0.375 1 3541 3329 0 0.312 1 2 interp_poly 3501 3235 0 0.375 1 3569 2302 0.938 1 0.125 3501 3235 0 0.375 1 2 interp_poly -40 -94 68 448 3473 2881 3 MP PP 3473 2881 0.0625 1 1 3541 3329 0 0.312 1 3473 2881 0.0625 1 1 2 interp_poly 3541 3329 0 0.312 1 3501 3235 0 0.375 1 3541 3329 0 0.312 1 2 interp_poly 68 448 -40 -436 3513 3317 3 MP PP 3513 3317 0 0.375 1 3473 2881 0.0625 1 1 3513 3317 0 0.375 1 2 interp_poly 3473 2881 0.0625 1 1 3541 3329 0 0.312 1 3473 2881 0.0625 1 1 2 interp_poly 68 -134 -40 743 3565 2831 3 MP PP 3565 2831 0.312 1 0.75 3525 3574 0 0.0625 1 3565 2831 0.312 1 0.75 2 interp_poly 3525 3574 0 0.0625 1 3593 3440 0 0.25 1 3525 3574 0 0.0625 1 2 interp_poly -40 -934 68 76 3537 3689 3 MP PP 3537 3689 0 0 0.938 3605 3765 0 0 0.812 3537 3689 0 0 0.938 2 interp_poly 3605 3765 0 0 0.812 3565 2831 0.312 1 0.75 3605 3765 0 0 0.812 2 interp_poly 68 76 -40 118 3577 3571 3 MP PP 3577 3571 0 0.188 1 3537 3689 0 0 0.938 3577 3571 0 0.188 1 2 interp_poly 3537 3689 0 0 0.938 3605 3765 0 0 0.812 3537 3689 0 0 0.938 2 interp_poly -40 229 68 380 3565 2831 3 MP PP 3565 2831 0.312 1 0.75 3633 3211 0 0.688 1 3565 2831 0.312 1 0.75 2 interp_poly 3633 3211 0 0.688 1 3593 3440 0 0.25 1 3633 3211 0 0.688 1 2 interp_poly 68 380 -40 -934 3605 3765 3 MP PP 3605 3765 0 0 0.812 3565 2831 0.312 1 0.75 3605 3765 0 0 0.812 2 interp_poly 3565 2831 0.312 1 0.75 3633 3211 0 0.688 1 3565 2831 0.312 1 0.75 2 interp_poly -40 187 68 7 3577 3571 3 MP PP 3577 3571 0 0.188 1 3645 3578 0 0.125 1 3577 3571 0 0.188 1 2 interp_poly 3645 3578 0 0.125 1 3605 3765 0 0 0.812 3645 3578 0 0.125 1 2 interp_poly 68 7 -40 144 3617 3427 3 MP PP 3617 3427 0 0.5 1 3577 3571 0 0.188 1 3617 3427 0 0.5 1 2 interp_poly 3577 3571 0 0.188 1 3645 3578 0 0.125 1 3577 3571 0 0.188 1 2 interp_poly -40 -517 68 -10 3589 3954 3 MP PP 3589 3954 0 0 0.625 3657 3944 0 0 0.625 3589 3954 0 0 0.625 2 interp_poly 3657 3944 0 0 0.625 3617 3427 0 0.5 1 3657 3944 0 0 0.625 2 interp_poly -40 519 68 -368 3617 3427 3 MP PP 3617 3427 0 0.5 1 3685 3059 0.0625 1 1 3617 3427 0 0.5 1 2 interp_poly 3685 3059 0.0625 1 1 3645 3578 0 0.125 1 3685 3059 0.0625 1 1 2 interp_poly 68 -368 -40 -517 3657 3944 3 MP PP 3657 3944 0 0 0.625 3617 3427 0 0.5 1 3657 3944 0 0 0.625 2 interp_poly 3617 3427 0 0.5 1 3685 3059 0.0625 1 1 3617 3427 0 0.5 1 2 interp_poly 68 -10 -40 6 3629 3948 3 MP PP 3629 3948 0 0 0.688 3589 3954 0 0 0.625 3629 3948 0 0 0.688 2 interp_poly 3589 3954 0 0 0.625 3657 3944 0 0 0.625 3589 3954 0 0 0.625 2 interp_poly -40 280 68 -284 3629 3948 3 MP PP 3629 3948 0 0 0.688 3697 3664 0 0.125 1 3629 3948 0 0 0.688 2 interp_poly 3697 3664 0 0.125 1 3657 3944 0 0 0.625 3697 3664 0 0.125 1 2 interp_poly 68 -284 -40 1216 3669 2732 3 MP PP 3669 2732 0.812 1 0.25 3629 3948 0 0 0.688 3669 2732 0.812 1 0.25 2 interp_poly 3629 3948 0 0 0.688 3697 3664 0 0.125 1 3629 3948 0 0 0.688 2 interp_poly -40 488 68 444 3669 2732 3 MP PP 3669 2732 0.812 1 0.25 3737 3176 0 1 1 3669 2732 0.812 1 0.25 2 interp_poly 3737 3176 0 1 1 3697 3664 0 0.125 1 3737 3176 0 1 1 2 interp_poly -40 -1002 68 -120 3641 3854 3 MP PP 3641 3854 0 0 0.938 3709 3734 0 0.125 1 3641 3854 0 0 0.938 2 interp_poly 3709 3734 0 0.125 1 3669 2732 0.812 1 0.25 3709 3734 0 0.125 1 2 interp_poly 68 -120 -40 -181 3681 4035 3 MP PP 3681 4035 0 0 0.688 3641 3854 0 0 0.938 3681 4035 0 0 0.688 2 interp_poly 3641 3854 0 0 0.938 3709 3734 0 0.125 1 3641 3854 0 0 0.938 2 interp_poly 68 444 -40 -1002 3709 3734 3 MP PP 3709 3734 0 0.125 1 3669 2732 0.812 1 0.25 3709 3734 0 0.125 1 2 interp_poly 3669 2732 0.812 1 0.25 3737 3176 0 1 1 3669 2732 0.812 1 0.25 2 interp_poly 68 -85 -40 445 3721 3590 3 MP PP 3721 3590 0 0.5 1 3681 4035 0 0 0.688 3721 3590 0 0.5 1 2 interp_poly 3681 4035 0 0 0.688 3749 3950 0 0 0.812 3681 4035 0 0 0.688 2 interp_poly -40 -68 68 -66 3665 4137 3 MP PP 3665 4137 0 0 0.688 3733 4071 0 0 0.75 3665 4137 0 0 0.688 2 interp_poly 3733 4071 0 0 0.75 3693 4003 0 0 0.875 3733 4071 0 0 0.75 2 interp_poly 68 -66 -40 -49 3705 4186 3 MP PP 3705 4186 0 0 0.625 3665 4137 0 0 0.688 3705 4186 0 0 0.625 2 interp_poly 3665 4137 0 0 0.688 3733 4071 0 0 0.75 3665 4137 0 0 0.688 2 interp_poly -40 -392 68 -21 3693 4003 3 MP PP 3693 4003 0 0 0.875 3761 3982 0 0 0.875 3693 4003 0 0 0.875 2 interp_poly 3761 3982 0 0 0.875 3721 3590 0 0.5 1 3761 3982 0 0 0.875 2 interp_poly 68 -21 -40 -68 3733 4071 3 MP PP 3733 4071 0 0 0.75 3693 4003 0 0 0.875 3733 4071 0 0 0.75 2 interp_poly 3693 4003 0 0 0.875 3761 3982 0 0 0.875 3693 4003 0 0 0.875 2 interp_poly 68 1 -40 489 3745 3697 3 MP PP 3745 3697 0 0.5 1 3705 4186 0 0 0.625 3745 3697 0 0.5 1 2 interp_poly 3705 4186 0 0 0.625 3773 4187 0 0 0.625 3705 4186 0 0 0.625 2 interp_poly -40 445 68 116 3653 3474 3 MP PP 3653 3474 0 0.688 1 3721 3590 0 0.5 1 3653 3474 0 0.688 1 2 interp_poly 3721 3590 0 0.5 1 3681 4035 0 0 0.688 3721 3590 0 0.5 1 2 interp_poly 68 116 -40 -529 3693 4003 3 MP PP 3693 4003 0 0 0.875 3653 3474 0 0.688 1 3693 4003 0 0 0.875 2 interp_poly 3653 3474 0 0.688 1 3721 3590 0 0.5 1 3653 3474 0 0.688 1 2 interp_poly -40 489 67 17 3678 3680 3 MP PP 3678 3680 0 0.562 1 3745 3697 0 0.5 1 3678 3680 0 0.562 1 2 interp_poly 3745 3697 0 0.5 1 3705 4186 0 0 0.625 3745 3697 0 0.5 1 2 interp_poly 67 17 -40 80 3718 3600 3 MP PP 3718 3600 0 0.75 1 3678 3680 0 0.562 1 3718 3600 0 0.75 1 2 interp_poly 3678 3680 0 0.562 1 3745 3697 0 0.5 1 3678 3680 0 0.562 1 2 interp_poly -40 292 67 -195 3718 3600 3 MP PP 3718 3600 0 0.75 1 3785 3405 0.0625 1 1 3718 3600 0 0.75 1 2 interp_poly 3785 3405 0.0625 1 1 3745 3697 0 0.5 1 3785 3405 0.0625 1 1 2 interp_poly 67 -195 -40 601 3758 2999 3 MP PP 3758 2999 0.812 1 0.25 3718 3600 0 0.75 1 3758 2999 0.812 1 0.25 2 interp_poly 3718 3600 0 0.75 1 3785 3405 0.0625 1 1 3718 3600 0 0.75 1 2 interp_poly -40 -1063 68 -155 3730 4217 3 MP PP 3730 4217 0 0 0.812 3798 4062 0 0.0625 1 3730 4217 0 0 0.812 2 interp_poly 3798 4062 0 0.0625 1 3758 2999 0.812 1 0.25 3798 4062 0 0.0625 1 2 interp_poly 68 -155 -40 27 3770 4190 3 MP PP 3770 4190 0 0 0.875 3730 4217 0 0 0.812 3770 4190 0 0 0.875 2 interp_poly 3730 4217 0 0 0.812 3798 4062 0 0.0625 1 3730 4217 0 0 0.812 2 interp_poly -40 735 67 -329 3758 2999 3 MP PP 3758 2999 0.812 1 0.25 3825 2670 1 0.688 0 3758 2999 0.812 1 0.25 2 interp_poly 3825 2670 1 0.688 0 3785 3405 0.0625 1 1 3825 2670 1 0.688 0 2 interp_poly 67 -329 -40 -1063 3798 4062 3 MP PP 3798 4062 0 0.0625 1 3758 2999 0.812 1 0.25 3798 4062 0 0.0625 1 2 interp_poly 3758 2999 0.812 1 0.25 3825 2670 1 0.688 0 3758 2999 0.812 1 0.25 2 interp_poly -40 -123 68 -5 3770 4190 3 MP PP 3770 4190 0 0 0.875 3838 4185 0 0 0.875 3770 4190 0 0 0.875 2 interp_poly 3838 4185 0 0 0.875 3798 4062 0 0.0625 1 3838 4185 0 0 0.875 2 interp_poly 68 -5 -40 472 3810 3718 3 MP PP 3810 3718 0 0.75 1 3770 4190 0 0 0.875 3810 3718 0 0.75 1 2 interp_poly 3770 4190 0 0 0.875 3838 4185 0 0 0.875 3770 4190 0 0 0.875 2 interp_poly -40 -121 68 -67 3493 4046 3 MP PP 3493 4046 0 0 0.562 3561 3979 0 0 0.688 3493 4046 0 0 0.562 2 interp_poly 3561 3979 0 0 0.688 3521 3858 0 0 0.812 3561 3979 0 0 0.688 2 interp_poly 67 32 -40 222 3449 3225 3 MP PP 3449 3225 0 0.25 1 3409 3447 0 0 0.875 3449 3225 0 0.25 1 2 interp_poly 3409 3447 0 0 0.875 3476 3479 0 0 0.75 3409 3447 0 0 0.875 2 interp_poly -40 -151 68 68 3236 3390 3 MP PP 3236 3390 0 0 0.688 3304 3458 0 0 0.562 3236 3390 0 0 0.688 2 interp_poly 3304 3458 0 0 0.562 3264 3307 0 0 0.75 3304 3458 0 0 0.562 2 interp_poly 68 36 -40 139 3212 3055 3 MP PP 3212 3055 0 0.0625 1 3172 3194 0 0 0.75 3212 3055 0 0.0625 1 2 interp_poly 3172 3194 0 0 0.75 3240 3230 0 0 0.688 3172 3194 0 0 0.75 2 interp_poly -40 -136 68 -151 3184 3342 3 MP PP 3184 3342 0 0 0.625 3252 3191 0 0 0.875 3184 3342 0 0 0.625 2 interp_poly 3252 3191 0 0 0.875 3212 3055 0 0.0625 1 3252 3191 0 0 0.875 2 interp_poly 68 62 -40 493 2976 1915 3 MP PP 2976 1915 0.438 1 0.625 2936 2408 0 0.562 1 2976 1915 0.438 1 0.625 2 interp_poly 2936 2408 0 0.562 1 3004 2470 0 0.438 1 2936 2408 0 0.562 1 2 interp_poly -40 -948 68 379 2948 2484 3 MP PP 2948 2484 0 0.562 1 3016 2863 0 0 0.875 2948 2484 0 0.562 1 2 interp_poly 3016 2863 0 0 0.875 2976 1915 0.438 1 0.625 3016 2863 0 0 0.875 2 interp_poly 68 379 -40 229 2988 2255 3 MP PP 2988 2255 0 1 1 2948 2484 0 0.562 1 2988 2255 0 1 1 2 interp_poly 2948 2484 0 0.562 1 3016 2863 0 0 0.875 2948 2484 0 0.562 1 2 interp_poly -40 499 68 56 2976 1915 3 MP PP 2976 1915 0.438 1 0.625 3044 1971 0.312 1 0.75 2976 1915 0.438 1 0.625 2 interp_poly 3044 1971 0.312 1 0.75 3004 2470 0 0.438 1 3044 1971 0.312 1 0.75 2 interp_poly 68 56 -40 -948 3016 2863 3 MP PP 3016 2863 0 0 0.875 2976 1915 0.438 1 0.625 3016 2863 0 0 0.875 2 interp_poly 2976 1915 0.438 1 0.625 3044 1971 0.312 1 0.75 2976 1915 0.438 1 0.625 2 interp_poly -40 513 68 95 2988 2255 3 MP PP 2988 2255 0 1 1 3056 2350 0 0.812 1 2988 2255 0 1 1 2 interp_poly 3056 2350 0 0.812 1 3016 2863 0 0 0.875 3056 2350 0 0.812 1 2 interp_poly -40 -546 68 -4 3000 3097 3 MP PP 3000 3097 0 0 0.688 3068 3093 0 0 0.625 3000 3097 0 0 0.688 2 interp_poly 3068 3093 0 0 0.625 3028 2547 0 0.5 1 3068 3093 0 0 0.625 2 interp_poly 68 -76 -40 -546 3068 3093 3 MP PP 3068 3093 0 0 0.625 3028 2547 0 0.5 1 3068 3093 0 0 0.625 2 interp_poly 3028 2547 0 0.5 1 3096 2471 0 0.625 1 3028 2547 0 0.5 1 2 interp_poly -40 186 68 -80 3040 2987 3 MP PP 3040 2987 0 0 0.875 3108 2907 0 0 1 3040 2987 0 0 0.875 2 interp_poly 3108 2907 0 0 1 3068 3093 0 0 0.625 3108 2907 0 0 1 2 interp_poly 68 -9 -40 186 3108 2907 3 MP PP 3108 2907 0 0 1 3068 3093 0 0 0.625 3108 2907 0 0 1 2 interp_poly 3068 3093 0 0 0.625 3136 3084 0 0 0.625 3068 3093 0 0 0.625 2 interp_poly 68 -80 -40 -126 3080 3113 3 MP PP 3080 3113 0 0 0.688 3040 2987 0 0 0.875 3080 3113 0 0 0.688 2 interp_poly 3040 2987 0 0 0.875 3108 2907 0 0 1 3040 2987 0 0 0.875 2 interp_poly 68 -562 -40 -121 3096 2471 3 MP PP 3096 2471 0 0.625 1 3056 2350 0 0.812 1 3096 2471 0 0.625 1 2 interp_poly 3056 2350 0 0.812 1 3124 1788 0.75 1 0.312 3056 2350 0 0.812 1 2 interp_poly -40 -123 68 -83 3080 3113 3 MP PP 3080 3113 0 0 0.688 3148 3030 0 0 0.812 3080 3113 0 0 0.688 2 interp_poly 3148 3030 0 0 0.812 3108 2907 0 0 1 3148 3030 0 0 0.812 2 interp_poly 68 -83 -40 1320 3120 1793 3 MP PP 3120 1793 1 1 0.0625 3080 3113 0 0 0.688 3120 1793 1 1 0.0625 2 interp_poly 3080 3113 0 0 0.688 3148 3030 0 0 0.812 3080 3113 0 0 0.688 2 interp_poly -40 1281 68 -44 3120 1793 3 MP PP 3120 1793 1 1 0.0625 3188 1749 1 1 0 3120 1793 1 1 0.0625 2 interp_poly 3188 1749 1 1 0 3148 3030 0 0 0.812 3188 1749 1 1 0 2 interp_poly -40 -1426 68 98 3092 3121 3 MP PP 3092 3121 0 0 0.812 3160 3219 0 0 0.625 3092 3121 0 0 0.812 2 interp_poly 3160 3219 0 0 0.625 3120 1793 1 1 0.0625 3160 3219 0 0 0.625 2 interp_poly 68 98 -40 633 3132 2488 3 MP PP 3132 2488 0 0.938 1 3092 3121 0 0 0.812 3132 2488 0 0.938 1 2 interp_poly 3092 3121 0 0 0.812 3160 3219 0 0 0.625 3092 3121 0 0 0.812 2 interp_poly 68 -44 -40 -1426 3160 3219 3 MP PP 3160 3219 0 0 0.625 3120 1793 1 1 0.0625 3160 3219 0 0 0.625 2 interp_poly 3120 1793 1 1 0.0625 3188 1749 1 1 0 3120 1793 1 1 0.0625 2 interp_poly -40 1105 68 -374 3132 2488 3 MP PP 3132 2488 0 0.938 1 3200 2114 0.562 1 0.5 3132 2488 0 0.938 1 2 interp_poly 3200 2114 0.562 1 0.5 3160 3219 0 0 0.625 3200 2114 0.562 1 0.5 2 interp_poly -40 -706 68 -19 3104 3213 3 MP PP 3104 3213 0 0 0.75 3172 3194 0 0 0.75 3104 3213 0 0 0.75 2 interp_poly 3172 3194 0 0 0.75 3132 2488 0 0.938 1 3172 3194 0 0 0.75 2 interp_poly 68 -374 -40 -706 3172 3194 3 MP PP 3172 3194 0 0 0.75 3132 2488 0 0.938 1 3172 3194 0 0 0.75 2 interp_poly 3132 2488 0 0.938 1 3200 2114 0.562 1 0.5 3132 2488 0 0.938 1 2 interp_poly -40 139 68 -100 3144 3155 3 MP PP 3144 3155 0 0 0.875 3212 3055 0 0.0625 1 3144 3155 0 0 0.875 2 interp_poly 3212 3055 0 0.0625 1 3172 3194 0 0 0.75 3212 3055 0 0.0625 1 2 interp_poly 68 -19 -40 58 3144 3155 3 MP PP 3144 3155 0 0 0.875 3104 3213 0 0 0.75 3144 3155 0 0 0.875 2 interp_poly 3104 3213 0 0 0.75 3172 3194 0 0 0.75 3104 3213 0 0 0.75 2 interp_poly 68 -100 -40 -187 3184 3342 3 MP PP 3184 3342 0 0 0.625 3144 3155 0 0 0.875 3184 3342 0 0 0.625 2 interp_poly 3144 3155 0 0 0.875 3212 3055 0 0.0625 1 3144 3155 0 0 0.875 2 interp_poly 68 -151 -40 1032 3224 2310 3 MP PP 3224 2310 0.438 1 0.625 3184 3342 0 0 0.625 3224 2310 0.438 1 0.625 2 interp_poly 3184 3342 0 0 0.625 3252 3191 0 0 0.875 3184 3342 0 0 0.625 2 interp_poly -40 783 68 98 3224 2310 3 MP PP 3224 2310 0.438 1 0.625 3292 2408 0.25 1 0.812 3224 2310 0.438 1 0.625 2 interp_poly 3292 2408 0.25 1 0.812 3252 3191 0 0 0.875 3292 2408 0.25 1 0.812 2 interp_poly -40 -997 68 -75 3196 3382 3 MP PP 3196 3382 0 0 0.625 3264 3307 0 0 0.75 3196 3382 0 0 0.625 2 interp_poly 3264 3307 0 0 0.75 3224 2310 0.438 1 0.625 3264 3307 0 0 0.75 2 interp_poly 68 -75 -40 -8 3236 3390 3 MP PP 3236 3390 0 0 0.688 3196 3382 0 0 0.625 3236 3390 0 0 0.688 2 interp_poly 3196 3382 0 0 0.625 3264 3307 0 0 0.75 3196 3382 0 0 0.625 2 interp_poly 68 98 -40 -997 3264 3307 3 MP PP 3264 3307 0 0 0.75 3224 2310 0.438 1 0.625 3264 3307 0 0 0.75 2 interp_poly 3224 2310 0.438 1 0.625 3292 2408 0.25 1 0.812 3224 2310 0.438 1 0.625 2 interp_poly 68 68 -40 1267 3276 2123 3 MP PP 3276 2123 0.875 1 0.188 3236 3390 0 0 0.688 3276 2123 0.875 1 0.188 2 interp_poly 3236 3390 0 0 0.688 3304 3458 0 0 0.562 3236 3390 0 0 0.688 2 interp_poly -40 920 68 415 3276 2123 3 MP PP 3276 2123 0.875 1 0.188 3344 2538 0.125 1 0.938 3276 2123 0.875 1 0.188 2 interp_poly 3344 2538 0.125 1 0.938 3304 3458 0 0 0.562 3344 2538 0.125 1 0.938 2 interp_poly 68 415 -40 -179 3316 2302 3 MP PP 3316 2302 0.625 1 0.438 3276 2123 0.875 1 0.188 3316 2302 0.625 1 0.438 2 interp_poly 3276 2123 0.875 1 0.188 3344 2538 0.125 1 0.938 3276 2123 0.875 1 0.188 2 interp_poly -40 -867 67 -244 3289 3413 3 MP PP 3289 3413 0 0 0.812 3356 3169 0 0.188 1 3289 3413 0 0 0.812 2 interp_poly 3356 3169 0 0.188 1 3316 2302 0.625 1 0.438 3356 3169 0 0.188 1 2 interp_poly -40 448 68 -212 3316 2302 3 MP PP 3316 2302 0.625 1 0.438 3384 2090 0.938 1 0.125 3316 2302 0.625 1 0.438 2 interp_poly 3384 2090 0.938 1 0.125 3344 2538 0.125 1 0.938 3384 2090 0.938 1 0.125 2 interp_poly 68 -212 -40 -867 3356 3169 3 MP PP 3356 3169 0 0.188 1 3316 2302 0.625 1 0.438 3356 3169 0 0.188 1 2 interp_poly 3316 2302 0.625 1 0.438 3384 2090 0.938 1 0.125 3316 2302 0.625 1 0.438 2 interp_poly 67 -244 -40 1094 3329 2319 3 MP PP 3329 2319 0.688 1 0.375 3289 3413 0 0 0.812 3329 2319 0.688 1 0.375 2 interp_poly 3289 3413 0 0 0.812 3356 3169 0 0.188 1 3289 3413 0 0 0.812 2 interp_poly -40 684 67 166 3329 2319 3 MP PP 3329 2319 0.688 1 0.375 3396 2485 0.375 1 0.688 3329 2319 0.688 1 0.375 2 interp_poly 3396 2485 0.375 1 0.688 3356 3169 0 0.188 1 3396 2485 0.375 1 0.688 2 interp_poly -40 -633 68 72 3341 3375 3 MP PP 3341 3375 0 0 1 3409 3447 0 0 0.875 3341 3375 0 0 1 2 interp_poly 3409 3447 0 0 0.875 3369 2814 0 0.875 1 3409 3447 0 0 0.875 2 interp_poly 67 -68 -40 -633 3409 3447 3 MP PP 3409 3447 0 0 0.875 3369 2814 0 0.875 1 3409 3447 0 0 0.875 2 interp_poly 3369 2814 0 0.875 1 3436 2746 0 1 1 3369 2814 0 0.875 1 2 interp_poly -40 222 68 46 3381 3179 3 MP PP 3381 3179 0 0.375 1 3449 3225 0 0.25 1 3381 3179 0 0.375 1 2 interp_poly 3449 3225 0 0.25 1 3409 3447 0 0 0.875 3449 3225 0 0.25 1 2 interp_poly -40 -338 68 17 3393 3692 3 MP PP 3393 3692 0 0 0.625 3461 3709 0 0 0.562 3393 3692 0 0 0.625 2 interp_poly 3461 3709 0 0 0.562 3421 3371 0 0.0625 1 3461 3709 0 0 0.562 2 interp_poly 68 72 -40 196 3381 3179 3 MP PP 3381 3179 0 0.375 1 3341 3375 0 0 1 3381 3179 0 0.375 1 2 interp_poly 3341 3375 0 0 1 3409 3447 0 0 0.875 3341 3375 0 0 1 2 interp_poly -40 -8 67 -81 3169 3471 3 MP PP 3169 3471 0 0 0.562 3236 3390 0 0 0.688 3169 3471 0 0 0.562 2 interp_poly 3236 3390 0 0 0.688 3196 3382 0 0 0.625 3236 3390 0 0 0.688 2 interp_poly -40 -187 68 -48 3116 3390 3 MP PP 3116 3390 0 0 0.562 3184 3342 0 0 0.625 3116 3390 0 0 0.562 2 interp_poly 3184 3342 0 0 0.625 3144 3155 0 0 0.875 3184 3342 0 0 0.625 2 interp_poly 68 -4 -40 110 3040 2987 3 MP PP 3040 2987 0 0 0.875 3000 3097 0 0 0.688 3040 2987 0 0 0.875 2 interp_poly 3000 3097 0 0 0.688 3068 3093 0 0 0.625 3000 3097 0 0 0.688 2 interp_poly -40 -317 68 -21 2840 2512 3 MP PP 2840 2512 0 0.5 1 2908 2491 0 0.5 1 2840 2512 0 0.5 1 2 interp_poly 2908 2491 0 0.5 1 2868 2174 0 1 1 2908 2491 0 0.5 1 2 interp_poly 68 234 -40 -317 2908 2491 3 MP PP 2908 2491 0 0.5 1 2868 2174 0 1 1 2908 2491 0 0.5 1 2 interp_poly 2868 2174 0 1 1 2936 2408 0 0.562 1 2868 2174 0 1 1 2 interp_poly -40 493 68 -576 2908 2491 3 MP PP 2908 2491 0 0.5 1 2976 1915 0.438 1 0.625 2908 2491 0 0.5 1 2 interp_poly 2976 1915 0.438 1 0.625 2936 2408 0 0.562 1 2976 1915 0.438 1 0.625 2 interp_poly 68 -576 -40 7 2948 2484 3 MP PP 2948 2484 0 0.562 1 2908 2491 0 0.5 1 2948 2484 0 0.562 1 2 interp_poly 2908 2491 0 0.5 1 2976 1915 0.438 1 0.625 2908 2491 0 0.5 1 2 interp_poly -40 7 68 100 2880 2384 3 MP PP 2880 2384 0 0.75 1 2948 2484 0 0.562 1 2880 2384 0 0.75 1 2 interp_poly 2948 2484 0 0.562 1 2908 2491 0 0.5 1 2948 2484 0 0.562 1 2 interp_poly 68 100 -40 -136 2920 2520 3 MP PP 2920 2520 0 0.562 1 2880 2384 0 0.75 1 2920 2520 0 0.562 1 2 interp_poly 2880 2384 0 0.75 1 2948 2484 0 0.562 1 2880 2384 0 0.75 1 2 interp_poly -40 229 68 -265 2920 2520 3 MP PP 2920 2520 0 0.562 1 2988 2255 0 1 1 2920 2520 0 0.562 1 2 interp_poly 2988 2255 0 1 1 2948 2484 0 0.562 1 2988 2255 0 1 1 2 interp_poly -40 -704 68 25 2932 3072 3 MP PP 2932 3072 0 0 0.75 3000 3097 0 0 0.688 2932 3072 0 0 0.75 2 interp_poly 3000 3097 0 0 0.688 2960 2393 0 0.812 1 3000 3097 0 0 0.688 2 interp_poly 68 154 -40 -704 3000 3097 3 MP PP 3000 3097 0 0 0.688 2960 2393 0 0.812 1 3000 3097 0 0 0.688 2 interp_poly 2960 2393 0 0.812 1 3028 2547 0 0.5 1 2960 2393 0 0.812 1 2 interp_poly -40 110 68 136 2972 2851 3 MP PP 2972 2851 0 0.125 1 3040 2987 0 0 0.875 2972 2851 0 0.125 1 2 interp_poly 3040 2987 0 0 0.875 3000 3097 0 0 0.688 3040 2987 0 0 0.875 2 interp_poly 68 136 -40 -72 3012 2923 3 MP PP 3012 2923 0 0.0625 1 2972 2851 0 0.125 1 3012 2923 0 0.0625 1 2 interp_poly 2972 2851 0 0.125 1 3040 2987 0 0 0.875 2972 2851 0 0.125 1 2 interp_poly -40 -126 68 190 3012 2923 3 MP PP 3012 2923 0 0.0625 1 3080 3113 0 0 0.688 3012 2923 0 0.0625 1 2 interp_poly 3080 3113 0 0 0.688 3040 2987 0 0 0.875 3080 3113 0 0 0.688 2 interp_poly -40 -292 68 154 2960 2393 3 MP PP 2960 2393 0 0.812 1 3028 2547 0 0.5 1 2960 2393 0 0.812 1 2 interp_poly 3028 2547 0 0.5 1 2988 2255 0 1 1 3028 2547 0 0.5 1 2 interp_poly 68 95 -40 -292 3028 2547 3 MP PP 3028 2547 0 0.5 1 2988 2255 0 1 1 3028 2547 0 0.5 1 2 interp_poly 2988 2255 0 1 1 3056 2350 0 0.812 1 2988 2255 0 1 1 2 interp_poly -40 -121 68 -76 3028 2547 3 MP PP 3028 2547 0 0.5 1 3096 2471 0 0.625 1 3028 2547 0 0.5 1 2 interp_poly 3096 2471 0 0.625 1 3056 2350 0 0.812 1 3096 2471 0 0.625 1 2 interp_poly 68 190 -40 1180 3052 1743 3 MP PP 3052 1743 1 0.938 0 3012 2923 0 0.0625 1 3052 1743 1 0.938 0 2 interp_poly 3012 2923 0 0.0625 1 3080 3113 0 0 0.688 3012 2923 0 0.0625 1 2 interp_poly -40 1320 68 50 3052 1743 3 MP PP 3052 1743 1 0.938 0 3120 1793 1 1 0.0625 3052 1743 1 0.938 0 2 interp_poly 3120 1793 1 1 0.0625 3080 3113 0 0 0.688 3120 1793 1 1 0.0625 2 interp_poly -40 -1378 68 -143 3024 3264 3 MP PP 3024 3264 0 0 0.562 3092 3121 0 0 0.812 3024 3264 0 0 0.562 2 interp_poly 3092 3121 0 0 0.812 3052 1743 1 0.938 0 3092 3121 0 0 0.812 2 interp_poly 68 -143 -40 627 3064 2637 3 MP PP 3064 2637 0 0.688 1 3024 3264 0 0 0.562 3064 2637 0 0.688 1 2 interp_poly 3024 3264 0 0 0.562 3092 3121 0 0 0.812 3024 3264 0 0 0.562 2 interp_poly 68 50 -40 -1378 3092 3121 3 MP PP 3092 3121 0 0 0.812 3052 1743 1 0.938 0 3092 3121 0 0 0.812 2 interp_poly 3052 1743 1 0.938 0 3120 1793 1 1 0.0625 3052 1743 1 0.938 0 2 interp_poly -40 633 68 -149 3064 2637 3 MP PP 3064 2637 0 0.688 1 3132 2488 0 0.938 1 3064 2637 0 0.688 1 2 interp_poly 3132 2488 0 0.938 1 3092 3121 0 0 0.812 3132 2488 0 0.938 1 2 interp_poly -40 -576 68 -55 3036 3268 3 MP PP 3036 3268 0 0 0.688 3104 3213 0 0 0.75 3036 3268 0 0 0.688 2 interp_poly 3104 3213 0 0 0.75 3064 2637 0 0.688 1 3104 3213 0 0 0.75 2 interp_poly 68 -149 -40 -576 3104 3213 3 MP PP 3104 3213 0 0 0.75 3064 2637 0 0.688 1 3104 3213 0 0 0.75 2 interp_poly 3064 2637 0 0.688 1 3132 2488 0 0.938 1 3064 2637 0 0.688 1 2 interp_poly -40 58 68 -53 3076 3208 3 MP PP 3076 3208 0 0 0.812 3144 3155 0 0 0.875 3076 3208 0 0 0.812 2 interp_poly 3144 3155 0 0 0.875 3104 3213 0 0 0.75 3144 3155 0 0 0.875 2 interp_poly 68 -55 -40 60 3076 3208 3 MP PP 3076 3208 0 0 0.812 3036 3268 0 0 0.688 3076 3208 0 0 0.812 2 interp_poly 3036 3268 0 0 0.688 3104 3213 0 0 0.75 3036 3268 0 0 0.688 2 interp_poly 68 -53 -40 -182 3116 3390 3 MP PP 3116 3390 0 0 0.562 3076 3208 0 0 0.812 3116 3390 0 0 0.562 2 interp_poly 3076 3208 0 0 0.812 3144 3155 0 0 0.875 3076 3208 0 0 0.812 2 interp_poly 68 -48 -40 693 3156 2697 3 MP PP 3156 2697 0 0.75 1 3116 3390 0 0 0.562 3156 2697 0 0.75 1 2 interp_poly 3116 3390 0 0 0.562 3184 3342 0 0 0.625 3116 3390 0 0 0.562 2 interp_poly -40 1032 68 -387 3156 2697 3 MP PP 3156 2697 0 0.75 1 3224 2310 0.438 1 0.625 3156 2697 0 0.75 1 2 interp_poly 3224 2310 0.438 1 0.625 3184 3342 0 0 0.625 3224 2310 0.438 1 0.625 2 interp_poly -40 -685 67 -42 3129 3424 3 MP PP 3129 3424 0 0 0.625 3196 3382 0 0 0.625 3129 3424 0 0 0.625 2 interp_poly 3196 3382 0 0 0.625 3156 2697 0 0.75 1 3196 3382 0 0 0.625 2 interp_poly 67 -42 -40 -47 3169 3471 3 MP PP 3169 3471 0 0 0.562 3129 3424 0 0 0.625 3169 3471 0 0 0.562 2 interp_poly 3129 3424 0 0 0.625 3196 3382 0 0 0.625 3129 3424 0 0 0.625 2 interp_poly 68 -387 -40 -685 3196 3382 3 MP PP 3196 3382 0 0 0.625 3156 2697 0 0.75 1 3196 3382 0 0 0.625 2 interp_poly 3156 2697 0 0.75 1 3224 2310 0.438 1 0.625 3156 2697 0 0.75 1 2 interp_poly 67 -81 -40 1180 3209 2291 3 MP PP 3209 2291 0.625 1 0.438 3169 3471 0 0 0.562 3209 2291 0.625 1 0.438 2 interp_poly 3169 3471 0 0 0.562 3236 3390 0 0 0.688 3169 3471 0 0 0.562 2 interp_poly -40 1267 67 -168 3209 2291 3 MP PP 3209 2291 0.625 1 0.438 3276 2123 0.875 1 0.188 3209 2291 0.625 1 0.438 2 interp_poly 3276 2123 0.875 1 0.188 3236 3390 0 0 0.688 3276 2123 0.875 1 0.188 2 interp_poly -40 -933 68 23 3221 3390 3 MP PP 3221 3390 0 0 0.875 3289 3413 0 0 0.812 3221 3390 0 0 0.875 2 interp_poly 3289 3413 0 0 0.812 3249 2480 0.312 1 0.75 3289 3413 0 0 0.812 2 interp_poly -40 693 67 -236 3089 2933 3 MP PP 3089 2933 0 0.375 1 3156 2697 0 0.75 1 3089 2933 0 0.375 1 2 interp_poly 3156 2697 0 0.75 1 3116 3390 0 0 0.562 3156 2697 0 0.75 1 2 interp_poly 67 -236 -40 -491 3129 3424 3 MP PP 3129 3424 0 0 0.625 3089 2933 0 0.375 1 3129 3424 0 0 0.625 2 interp_poly 3089 2933 0 0.375 1 3156 2697 0 0.75 1 3089 2933 0 0.375 1 2 interp_poly -40 1180 68 -401 3141 2692 3 MP PP 3141 2692 0 0.938 1 3209 2291 0.625 1 0.438 3141 2692 0 0.938 1 2 interp_poly 3209 2291 0.625 1 0.438 3169 3471 0 0 0.562 3209 2291 0.625 1 0.438 2 interp_poly -40 -189 68 -442 3181 2922 3 MP PP 3181 2922 0 0.625 1 3249 2480 0.312 1 0.75 3181 2922 0 0.625 1 2 interp_poly 3249 2480 0.312 1 0.75 3209 2291 0.625 1 0.438 3249 2480 0.312 1 0.75 2 interp_poly 68 -442 -40 -468 3221 3390 3 MP PP 3221 3390 0 0 0.875 3181 2922 0 0.625 1 3221 3390 0 0 0.875 2 interp_poly 3181 2922 0 0.625 1 3249 2480 0.312 1 0.75 3181 2922 0 0.625 1 2 interp_poly 67 -168 -40 -189 3249 2480 3 MP PP 3249 2480 0.312 1 0.75 3209 2291 0.625 1 0.438 3249 2480 0.312 1 0.75 2 interp_poly 3209 2291 0.625 1 0.438 3276 2123 0.875 1 0.188 3209 2291 0.625 1 0.438 2 interp_poly -40 -179 67 -178 3249 2480 3 MP PP 3249 2480 0.312 1 0.75 3316 2302 0.625 1 0.438 3249 2480 0.312 1 0.75 2 interp_poly 3316 2302 0.625 1 0.438 3276 2123 0.875 1 0.188 3316 2302 0.625 1 0.438 2 interp_poly 67 -178 -40 -933 3289 3413 3 MP PP 3289 3413 0 0 0.812 3249 2480 0.312 1 0.75 3289 3413 0 0 0.812 2 interp_poly 3249 2480 0.312 1 0.75 3316 2302 0.625 1 0.438 3249 2480 0.312 1 0.75 2 interp_poly 68 23 -40 1319 3261 2071 3 MP PP 3261 2071 1 0.938 0 3221 3390 0 0 0.875 3261 2071 1 0.938 0 2 interp_poly 3221 3390 0 0 0.875 3289 3413 0 0 0.812 3221 3390 0 0 0.875 2 interp_poly -40 1094 68 248 3261 2071 3 MP PP 3261 2071 1 0.938 0 3329 2319 0.688 1 0.375 3261 2071 1 0.938 0 2 interp_poly 3329 2319 0.688 1 0.375 3289 3413 0 0 0.812 3329 2319 0.688 1 0.375 2 interp_poly -40 -346 68 -167 3273 3542 3 MP PP 3273 3542 0 0 0.75 3341 3375 0 0 1 3273 3542 0 0 0.75 2 interp_poly 3341 3375 0 0 1 3301 3029 0 0.562 1 3341 3375 0 0 1 2 interp_poly 68 -215 -40 -346 3341 3375 3 MP PP 3341 3375 0 0 1 3301 3029 0 0.562 1 3341 3375 0 0 1 2 interp_poly 3301 3029 0 0.562 1 3369 2814 0 0.875 1 3301 3029 0 0.562 1 2 interp_poly -40 196 68 -214 3313 3393 3 MP PP 3313 3393 0 0.0625 1 3381 3179 0 0.375 1 3313 3393 0 0.0625 1 2 interp_poly 3381 3179 0 0.375 1 3341 3375 0 0 1 3381 3179 0 0.375 1 2 interp_poly 68 -214 -40 190 3353 3203 3 MP PP 3353 3203 0 0.375 1 3313 3393 0 0.0625 1 3353 3203 0 0.375 1 2 interp_poly 3313 3393 0 0.0625 1 3381 3179 0 0.375 1 3313 3393 0 0.0625 1 2 interp_poly -40 -192 68 168 3353 3203 3 MP PP 3353 3203 0 0.375 1 3421 3371 0 0.0625 1 3353 3203 0 0.375 1 2 interp_poly 3421 3371 0 0.0625 1 3381 3179 0 0.375 1 3421 3371 0 0.0625 1 2 interp_poly 68 168 -40 -489 3393 3692 3 MP PP 3393 3692 0 0 0.625 3353 3203 0 0.375 1 3393 3692 0 0 0.625 2 interp_poly 3353 3203 0 0.375 1 3421 3371 0 0.0625 1 3353 3203 0 0.375 1 2 interp_poly 68 46 -40 -192 3421 3371 3 MP PP 3421 3371 0 0.0625 1 3381 3179 0 0.375 1 3421 3371 0 0.0625 1 2 interp_poly 3381 3179 0 0.375 1 3449 3225 0 0.25 1 3381 3179 0 0.375 1 2 interp_poly -40 -94 68 -52 3421 3371 3 MP PP 3421 3371 0 0.0625 1 3489 3319 0 0.125 1 3421 3371 0 0.0625 1 2 interp_poly 3489 3319 0 0.125 1 3449 3225 0 0.25 1 3489 3319 0 0.125 1 2 interp_poly 68 -52 -40 -338 3461 3709 3 MP PP 3461 3709 0 0 0.562 3421 3371 0 0.0625 1 3461 3709 0 0 0.562 2 interp_poly 3421 3371 0 0.0625 1 3489 3319 0 0.125 1 3421 3371 0 0.0625 1 2 interp_poly 68 17 -40 695 3433 2997 3 MP PP 3433 2997 0 0.812 1 3393 3692 0 0 0.625 3433 2997 0 0.812 1 2 interp_poly 3393 3692 0 0 0.625 3461 3709 0 0 0.562 3393 3692 0 0 0.625 2 interp_poly -40 474 68 238 3433 2997 3 MP PP 3433 2997 0 0.812 1 3501 3235 0 0.375 1 3433 2997 0 0.812 1 2 interp_poly 3501 3235 0 0.375 1 3461 3709 0 0 0.562 3501 3235 0 0.375 1 2 interp_poly -40 -144 68 -128 3417 3710 3 MP PP 3417 3710 0 0 0.812 3485 3582 0 0 1 3417 3710 0 0 0.812 2 interp_poly 3485 3582 0 0 1 3445 3438 0 0.188 1 3485 3582 0 0 1 2 interp_poly 68 -128 -40 -96 3457 3806 3 MP PP 3457 3806 0 0 0.688 3417 3710 0 0 0.812 3457 3806 0 0 0.688 2 interp_poly 3417 3710 0 0 0.812 3485 3582 0 0 1 3417 3710 0 0 0.812 2 interp_poly -40 -489 68 64 3325 3628 3 MP PP 3325 3628 0 0 0.75 3393 3692 0 0 0.625 3325 3628 0 0 0.75 2 interp_poly 3393 3692 0 0 0.625 3353 3203 0 0.375 1 3393 3692 0 0 0.625 2 interp_poly 68 -167 -40 149 3313 3393 3 MP PP 3313 3393 0 0.0625 1 3273 3542 0 0 0.75 3313 3393 0 0.0625 1 2 interp_poly 3273 3542 0 0 0.75 3341 3375 0 0 1 3273 3542 0 0 0.75 2 interp_poly -40 -958 68 -182 3233 3211 3 MP PP 3233 3211 0 0.25 1 3301 3029 0 0.562 1 3233 3211 0 0.25 1 2 interp_poly 3301 3029 0 0.562 1 3261 2071 1 0.938 0 3301 3029 0 0.562 1 2 interp_poly 68 -182 -40 -331 3273 3542 3 MP PP 3273 3542 0 0 0.75 3233 3211 0 0.25 1 3273 3542 0 0 0.75 2 interp_poly 3233 3211 0 0.25 1 3301 3029 0 0.562 1 3233 3211 0 0.25 1 2 interp_poly 68 248 -40 -958 3301 3029 3 MP PP 3301 3029 0 0.562 1 3261 2071 1 0.938 0 3301 3029 0 0.562 1 2 interp_poly 3261 2071 1 0.938 0 3329 2319 0.688 1 0.375 3261 2071 1 0.938 0 2 interp_poly -40 -495 68 -215 3301 3029 3 MP PP 3301 3029 0 0.562 1 3369 2814 0 0.875 1 3301 3029 0 0.562 1 2 interp_poly 3369 2814 0 0.875 1 3329 2319 0.688 1 0.375 3369 2814 0 0.875 1 2 interp_poly -40 190 68 286 3285 2917 3 MP PP 3285 2917 0 0.938 1 3353 3203 0 0.375 1 3285 2917 0 0.938 1 2 interp_poly 3353 3203 0 0.375 1 3313 3393 0 0.0625 1 3353 3203 0 0.375 1 2 interp_poly -40 -331 68 -108 3205 3650 3 MP PP 3205 3650 0 0 0.562 3273 3542 0 0 0.75 3205 3650 0 0 0.562 2 interp_poly 3273 3542 0 0 0.75 3233 3211 0 0.25 1 3273 3542 0 0 0.75 2 interp_poly -40 149 68 -24 3245 3417 3 MP PP 3245 3417 0 0 1 3313 3393 0 0.0625 1 3245 3417 0 0 1 2 interp_poly 3313 3393 0 0.0625 1 3273 3542 0 0 0.75 3313 3393 0 0.0625 1 2 interp_poly 68 -24 -40 500 3285 2917 3 MP PP 3285 2917 0 0.938 1 3245 3417 0 0 1 3285 2917 0 0.938 1 2 interp_poly 3245 3417 0 0 1 3313 3393 0 0.0625 1 3245 3417 0 0 1 2 interp_poly 68 286 -40 -711 3325 3628 3 MP PP 3325 3628 0 0 0.75 3285 2917 0 0.938 1 3325 3628 0 0 0.75 2 interp_poly 3285 2917 0 0.938 1 3353 3203 0 0.375 1 3285 2917 0 0.938 1 2 interp_poly 68 64 -40 793 3365 2835 3 MP PP 3365 2835 0.125 1 0.938 3325 3628 0 0 0.75 3365 2835 0.125 1 0.938 2 interp_poly 3325 3628 0 0 0.75 3393 3692 0 0 0.625 3325 3628 0 0 0.75 2 interp_poly -40 695 68 162 3365 2835 3 MP PP 3365 2835 0.125 1 0.938 3433 2997 0 0.812 1 3365 2835 0.125 1 0.938 2 interp_poly 3433 2997 0 0.812 1 3393 3692 0 0 0.625 3433 2997 0 0.812 1 2 interp_poly -40 -52 68 -56 3349 3766 3 MP PP 3349 3766 0 0 0.688 3417 3710 0 0 0.812 3349 3766 0 0 0.688 2 interp_poly 3417 3710 0 0 0.812 3377 3658 0 0 0.812 3417 3710 0 0 0.812 2 interp_poly 68 -56 -40 51 3389 3715 3 MP PP 3389 3715 0 0 0.812 3349 3766 0 0 0.688 3389 3715 0 0 0.812 2 interp_poly 3349 3766 0 0 0.688 3417 3710 0 0 0.812 3349 3766 0 0 0.688 2 interp_poly -40 -88 68 -220 3377 3658 3 MP PP 3377 3658 0 0 0.812 3445 3438 0 0.188 1 3377 3658 0 0 0.812 2 interp_poly 3445 3438 0 0.188 1 3405 3350 0 0.312 1 3445 3438 0 0.188 1 2 interp_poly 68 -220 -40 -52 3417 3710 3 MP PP 3417 3710 0 0 0.812 3377 3658 0 0 0.812 3417 3710 0 0 0.812 2 interp_poly 3377 3658 0 0 0.812 3445 3438 0 0.188 1 3377 3658 0 0 0.812 2 interp_poly -40 -96 68 91 3389 3715 3 MP PP 3389 3715 0 0 0.812 3457 3806 0 0 0.688 3389 3715 0 0 0.812 2 interp_poly 3457 3806 0 0 0.688 3417 3710 0 0 0.812 3457 3806 0 0 0.688 2 interp_poly 68 238 -40 116 3473 2881 3 MP PP 3473 2881 0.0625 1 1 3433 2997 0 0.812 1 3473 2881 0.0625 1 1 2 interp_poly 3433 2997 0 0.812 1 3501 3235 0 0.375 1 3433 2997 0 0.812 1 2 interp_poly 68 -469 -40 -88 3445 3438 3 MP PP 3445 3438 0 0.188 1 3405 3350 0 0.312 1 3445 3438 0 0.188 1 2 interp_poly 3405 3350 0 0.312 1 3473 2881 0.0625 1 1 3405 3350 0 0.312 1 2 interp_poly 68 91 -40 441 3429 3274 3 MP PP 3429 3274 0 0.625 1 3389 3715 0 0 0.812 3429 3274 0 0.625 1 2 interp_poly 3389 3715 0 0 0.812 3457 3806 0 0 0.688 3389 3715 0 0 0.812 2 interp_poly -40 -436 68 -121 3445 3438 3 MP PP 3445 3438 0 0.188 1 3513 3317 0 0.375 1 3445 3438 0 0.188 1 2 interp_poly 3513 3317 0 0.375 1 3473 2881 0.0625 1 1 3513 3317 0 0.375 1 2 interp_poly 68 -121 -40 -144 3485 3582 3 MP PP 3485 3582 0 0 1 3445 3438 0 0.188 1 3485 3582 0 0 1 2 interp_poly 3445 3438 0 0.188 1 3513 3317 0 0.375 1 3445 3438 0 0.188 1 2 interp_poly -40 959 68 -427 3429 3274 3 MP PP 3429 3274 0 0.625 1 3497 2847 0.312 1 0.75 3429 3274 0 0.625 1 2 interp_poly 3497 2847 0.312 1 0.75 3457 3806 0 0 0.688 3497 2847 0.312 1 0.75 2 interp_poly -40 8 68 -232 3457 3806 3 MP PP 3457 3806 0 0 0.688 3525 3574 0 0.0625 1 3457 3806 0 0 0.688 2 interp_poly 3525 3574 0 0.0625 1 3485 3582 0 0 1 3525 3574 0 0.0625 1 2 interp_poly 68 -232 -40 959 3497 2847 3 MP PP 3497 2847 0.312 1 0.75 3457 3806 0 0 0.688 3497 2847 0.312 1 0.75 2 interp_poly 3457 3806 0 0 0.688 3525 3574 0 0.0625 1 3457 3806 0 0 0.688 2 interp_poly -40 -339 68 -182 3401 3795 3 MP PP 3401 3795 0 0 0.812 3469 3613 0 0.125 1 3401 3795 0 0 0.812 2 interp_poly 3469 3613 0 0.125 1 3429 3274 0 0.625 1 3469 3613 0 0.125 1 2 interp_poly 68 -427 -40 -339 3469 3613 3 MP PP 3469 3613 0 0.125 1 3429 3274 0 0.625 1 3469 3613 0 0.125 1 2 interp_poly 3429 3274 0 0.625 1 3497 2847 0.312 1 0.75 3429 3274 0 0.625 1 2 interp_poly -40 743 68 -16 3497 2847 3 MP PP 3497 2847 0.312 1 0.75 3565 2831 0.312 1 0.75 3497 2847 0.312 1 0.75 2 interp_poly 3565 2831 0.312 1 0.75 3525 3574 0 0.0625 1 3565 2831 0.312 1 0.75 2 interp_poly -40 -842 68 76 3469 3613 3 MP PP 3469 3613 0 0.125 1 3537 3689 0 0 0.938 3469 3613 0 0.125 1 2 interp_poly 3537 3689 0 0 0.938 3497 2847 0.312 1 0.75 3537 3689 0 0 0.938 2 interp_poly -40 37 68 192 3441 3384 3 MP PP 3441 3384 0 0.562 1 3509 3576 0 0.188 1 3441 3384 0 0.562 1 2 interp_poly 3509 3576 0 0.188 1 3469 3613 0 0.125 1 3509 3576 0 0.188 1 2 interp_poly 68 192 -40 -1 3481 3385 3 MP PP 3481 3385 0 0.562 1 3441 3384 0 0.562 1 3481 3385 0 0.562 1 2 interp_poly 3441 3384 0 0.562 1 3509 3576 0 0.188 1 3441 3384 0 0.562 1 2 interp_poly 68 76 -40 37 3509 3576 3 MP PP 3509 3576 0 0.188 1 3469 3613 0 0.125 1 3509 3576 0 0.188 1 2 interp_poly 3469 3613 0 0.125 1 3537 3689 0 0 0.938 3469 3613 0 0.125 1 2 interp_poly -40 -473 68 -58 3453 3916 3 MP PP 3453 3916 0 0 0.75 3521 3858 0 0 0.812 3453 3916 0 0 0.75 2 interp_poly 3521 3858 0 0 0.812 3481 3385 0 0.562 1 3521 3858 0 0 0.812 2 interp_poly 68 -58 -40 -130 3493 4046 3 MP PP 3493 4046 0 0 0.562 3453 3916 0 0 0.75 3493 4046 0 0 0.562 2 interp_poly 3453 3916 0 0 0.75 3521 3858 0 0 0.812 3453 3916 0 0 0.75 2 interp_poly 68 -16 -40 -842 3537 3689 3 MP PP 3537 3689 0 0 0.938 3497 2847 0.312 1 0.75 3537 3689 0 0 0.938 2 interp_poly 3497 2847 0.312 1 0.75 3565 2831 0.312 1 0.75 3497 2847 0.312 1 0.75 2 interp_poly -40 110 68 81 3481 3385 3 MP PP 3481 3385 0 0.562 1 3549 3466 0 0.438 1 3481 3385 0 0.562 1 2 interp_poly 3549 3466 0 0.438 1 3509 3576 0 0.188 1 3549 3466 0 0.438 1 2 interp_poly -40 118 68 -5 3509 3576 3 MP PP 3509 3576 0 0.188 1 3577 3571 0 0.188 1 3509 3576 0 0.188 1 2 interp_poly 3577 3571 0 0.188 1 3537 3689 0 0 0.938 3577 3571 0 0.188 1 2 interp_poly 68 -5 -40 110 3549 3466 3 MP PP 3549 3466 0 0.438 1 3509 3576 0 0.188 1 3549 3466 0 0.438 1 2 interp_poly 3509 3576 0 0.188 1 3577 3571 0 0.188 1 3509 3576 0 0.188 1 2 interp_poly 68 81 -40 -473 3521 3858 3 MP PP 3521 3858 0 0 0.812 3481 3385 0 0.562 1 3521 3858 0 0 0.812 2 interp_poly 3481 3385 0 0.562 1 3549 3466 0 0.438 1 3481 3385 0 0.562 1 2 interp_poly -40 -488 68 96 3521 3858 3 MP PP 3521 3858 0 0 0.812 3589 3954 0 0 0.625 3521 3858 0 0 0.812 2 interp_poly 3589 3954 0 0 0.625 3549 3466 0 0.438 1 3589 3954 0 0 0.625 2 interp_poly 68 96 -40 -121 3561 3979 3 MP PP 3561 3979 0 0 0.688 3521 3858 0 0 0.812 3561 3979 0 0 0.688 2 interp_poly 3521 3858 0 0 0.812 3589 3954 0 0 0.625 3521 3858 0 0 0.812 2 interp_poly 68 -67 -40 927 3533 3119 3 MP PP 3533 3119 0.188 1 0.875 3493 4046 0 0 0.562 3533 3119 0.188 1 0.875 2 interp_poly 3493 4046 0 0 0.562 3561 3979 0 0 0.688 3493 4046 0 0 0.562 2 interp_poly -40 144 68 -39 3549 3466 3 MP PP 3549 3466 0 0.438 1 3617 3427 0 0.5 1 3549 3466 0 0.438 1 2 interp_poly 3617 3427 0 0.5 1 3577 3571 0 0.188 1 3617 3427 0 0.5 1 2 interp_poly 68 -39 -40 -488 3589 3954 3 MP PP 3589 3954 0 0 0.625 3549 3466 0 0.438 1 3589 3954 0 0 0.625 2 interp_poly 3549 3466 0 0.438 1 3617 3427 0 0.5 1 3549 3466 0 0.438 1 2 interp_poly -40 1251 68 -391 3533 3119 3 MP PP 3533 3119 0.188 1 0.875 3601 2728 0.812 1 0.25 3533 3119 0.188 1 0.875 2 interp_poly 3601 2728 0.812 1 0.25 3561 3979 0 0 0.688 3601 2728 0.812 1 0.25 2 interp_poly -40 6 68 -31 3561 3979 3 MP PP 3561 3979 0 0 0.688 3629 3948 0 0 0.688 3561 3979 0 0 0.688 2 interp_poly 3629 3948 0 0 0.688 3589 3954 0 0 0.625 3629 3948 0 0 0.688 2 interp_poly 68 -31 -40 1251 3601 2728 3 MP PP 3601 2728 0.812 1 0.25 3561 3979 0 0 0.688 3601 2728 0.812 1 0.25 2 interp_poly 3561 3979 0 0 0.688 3629 3948 0 0 0.688 3561 3979 0 0 0.688 2 interp_poly -40 -274 68 -79 3545 4136 3 MP PP 3545 4136 0 0 0.562 3613 4057 0 0 0.688 3545 4136 0 0 0.562 2 interp_poly 3613 4057 0 0 0.688 3573 3783 0 0.125 1 3613 4057 0 0 0.688 2 interp_poly -40 1216 68 4 3601 2728 3 MP PP 3601 2728 0.812 1 0.25 3669 2732 0.812 1 0.25 3601 2728 0.812 1 0.25 2 interp_poly 3669 2732 0.812 1 0.25 3629 3948 0 0 0.688 3669 2732 0.812 1 0.25 2 interp_poly -40 -1126 68 71 3573 3783 3 MP PP 3573 3783 0 0.125 1 3641 3854 0 0 0.938 3573 3783 0 0.125 1 2 interp_poly 3641 3854 0 0 0.938 3601 2728 0.812 1 0.25 3641 3854 0 0 0.938 2 interp_poly 68 71 -40 -274 3613 4057 3 MP PP 3613 4057 0 0 0.688 3573 3783 0 0.125 1 3613 4057 0 0 0.688 2 interp_poly 3573 3783 0 0.125 1 3641 3854 0 0 0.938 3573 3783 0 0.125 1 2 interp_poly 68 -79 -40 414 3585 3722 3 MP PP 3585 3722 0 0.312 1 3545 4136 0 0 0.562 3585 3722 0 0.312 1 2 interp_poly 3545 4136 0 0 0.562 3613 4057 0 0 0.688 3545 4136 0 0 0.562 2 interp_poly 68 4 -40 -1126 3641 3854 3 MP PP 3641 3854 0 0 0.938 3601 2728 0.812 1 0.25 3641 3854 0 0 0.938 2 interp_poly 3601 2728 0.812 1 0.25 3669 2732 0.812 1 0.25 3601 2728 0.812 1 0.25 2 interp_poly -40 583 68 -248 3585 3722 3 MP PP 3585 3722 0 0.312 1 3653 3474 0 0.688 1 3585 3722 0 0.312 1 2 interp_poly 3653 3474 0 0.688 1 3613 4057 0 0 0.688 3653 3474 0 0.688 1 2 interp_poly -40 -181 68 -22 3613 4057 3 MP PP 3613 4057 0 0 0.688 3681 4035 0 0 0.688 3613 4057 0 0 0.688 2 interp_poly 3681 4035 0 0 0.688 3641 3854 0 0 0.938 3681 4035 0 0 0.688 2 interp_poly 68 -22 -40 583 3653 3474 3 MP PP 3653 3474 0 0.688 1 3613 4057 0 0 0.688 3653 3474 0 0.688 1 2 interp_poly 3613 4057 0 0 0.688 3681 4035 0 0 0.688 3613 4057 0 0 0.688 2 interp_poly -40 -293 67 -42 3598 4179 3 MP PP 3598 4179 0 0 0.625 3665 4137 0 0 0.688 3598 4179 0 0 0.625 2 interp_poly 3665 4137 0 0 0.688 3625 3844 0 0.125 1 3665 4137 0 0 0.688 2 interp_poly 67 -42 -40 -60 3638 4239 3 MP PP 3638 4239 0 0 0.562 3598 4179 0 0 0.625 3638 4239 0 0 0.562 2 interp_poly 3598 4179 0 0 0.625 3665 4137 0 0 0.688 3598 4179 0 0 0.625 2 interp_poly -40 -529 68 159 3625 3844 3 MP PP 3625 3844 0 0.125 1 3693 4003 0 0 0.875 3625 3844 0 0.125 1 2 interp_poly 3693 4003 0 0 0.875 3653 3474 0 0.688 1 3693 4003 0 0 0.875 2 interp_poly 68 159 -40 -293 3665 4137 3 MP PP 3665 4137 0 0 0.688 3625 3844 0 0.125 1 3665 4137 0 0 0.688 2 interp_poly 3625 3844 0 0.125 1 3693 4003 0 0 0.875 3625 3844 0 0.125 1 2 interp_poly -40 -49 67 -53 3638 4239 3 MP PP 3638 4239 0 0 0.562 3705 4186 0 0 0.625 3638 4239 0 0 0.562 2 interp_poly 3705 4186 0 0 0.625 3665 4137 0 0 0.688 3705 4186 0 0 0.625 2 interp_poly 67 -53 -40 559 3678 3680 3 MP PP 3678 3680 0 0.562 1 3638 4239 0 0 0.562 3678 3680 0 0.562 1 2 interp_poly 3638 4239 0 0 0.562 3705 4186 0 0 0.625 3638 4239 0 0 0.562 2 interp_poly 68 -248 -40 -122 3625 3844 3 MP PP 3625 3844 0 0.125 1 3585 3722 0 0.312 1 3625 3844 0 0.125 1 2 interp_poly 3585 3722 0 0.312 1 3653 3474 0 0.688 1 3585 3722 0 0.312 1 2 interp_poly -40 559 68 732 3610 2948 3 MP PP 3610 2948 0.812 1 0.25 3678 3680 0 0.562 1 3610 2948 0.812 1 0.25 2 interp_poly 3678 3680 0 0.562 1 3638 4239 0 0 0.562 3678 3680 0 0.562 1 2 interp_poly 68 732 -40 -646 3650 3594 3 MP PP 3650 3594 0 0.75 1 3610 2948 0.812 1 0.25 3650 3594 0 0.75 1 2 interp_poly 3610 2948 0.812 1 0.25 3678 3680 0 0.562 1 3610 2948 0.812 1 0.25 2 interp_poly -40 80 68 6 3650 3594 3 MP PP 3650 3594 0 0.75 1 3718 3600 0 0.75 1 3650 3594 0 0.75 1 2 interp_poly 3718 3600 0 0.75 1 3678 3680 0 0.562 1 3718 3600 0 0.75 1 2 interp_poly 68 6 -40 997 3690 2597 3 MP PP 3690 2597 1 0.562 0 3650 3594 0 0.75 1 3690 2597 1 0.562 0 2 interp_poly 3650 3594 0 0.75 1 3718 3600 0 0.75 1 3650 3594 0 0.75 1 2 interp_poly -40 -1620 68 189 3662 4028 3 MP PP 3662 4028 0 0.125 1 3730 4217 0 0 0.812 3662 4028 0 0.125 1 2 interp_poly 3730 4217 0 0 0.812 3690 2597 1 0.562 0 3730 4217 0 0 0.812 2 interp_poly -40 601 68 402 3690 2597 3 MP PP 3690 2597 1 0.562 0 3758 2999 0.812 1 0.25 3690 2597 1 0.562 0 2 interp_poly 3758 2999 0.812 1 0.25 3718 3600 0 0.75 1 3758 2999 0.812 1 0.25 2 interp_poly 68 402 -40 -1620 3730 4217 3 MP PP 3730 4217 0 0 0.812 3690 2597 1 0.562 0 3730 4217 0 0 0.812 2 interp_poly 3690 2597 1 0.562 0 3758 2999 0.812 1 0.25 3690 2597 1 0.562 0 2 interp_poly -40 27 68 66 3702 4124 3 MP PP 3702 4124 0 0 1 3770 4190 0 0 0.875 3702 4124 0 0 1 2 interp_poly 3770 4190 0 0 0.875 3730 4217 0 0 0.812 3770 4190 0 0 0.875 2 interp_poly 68 66 -40 -72 3742 4196 3 MP PP 3742 4196 0 0 0.938 3702 4124 0 0 1 3742 4196 0 0 0.938 2 interp_poly 3702 4124 0 0 1 3770 4190 0 0 0.875 3702 4124 0 0 1 2 interp_poly -40 472 68 -478 3742 4196 3 MP PP 3742 4196 0 0 0.938 3810 3718 0 0.75 1 3742 4196 0 0 0.938 2 interp_poly 3810 3718 0 0.75 1 3770 4190 0 0 0.875 3810 3718 0 0.75 1 2 interp_poly 68 189 -40 -96 3702 4124 3 MP PP 3702 4124 0 0 1 3662 4028 0 0.125 1 3702 4124 0 0 1 2 interp_poly 3662 4028 0 0.125 1 3730 4217 0 0 0.812 3662 4028 0 0.125 1 2 interp_poly -40 -72 68 24 3674 4172 3 MP PP 3674 4172 0 0 1 3742 4196 0 0 0.938 3674 4172 0 0 1 2 interp_poly 3742 4196 0 0 0.938 3702 4124 0 0 1 3742 4196 0 0 0.938 2 interp_poly -40 793 68 -28 3297 2863 3 MP PP 3297 2863 0.125 1 0.938 3365 2835 0.125 1 0.938 3297 2863 0.125 1 0.938 2 interp_poly 3365 2835 0.125 1 0.938 3325 3628 0 0 0.75 3365 2835 0.125 1 0.938 2 interp_poly -40 -515 68 470 3337 2880 3 MP PP 3337 2880 0.125 1 0.938 3405 3350 0 0.312 1 3337 2880 0.125 1 0.938 2 interp_poly 3405 3350 0 0.312 1 3365 2835 0.125 1 0.938 3405 3350 0 0.312 1 2 interp_poly 68 470 -40 -778 3377 3658 3 MP PP 3377 3658 0 0 0.812 3337 2880 0.125 1 0.938 3377 3658 0 0 0.812 2 interp_poly 3337 2880 0.125 1 0.938 3405 3350 0 0.312 1 3337 2880 0.125 1 0.938 2 interp_poly 68 162 -40 -515 3405 3350 3 MP PP 3405 3350 0 0.312 1 3365 2835 0.125 1 0.938 3405 3350 0 0.312 1 2 interp_poly 3365 2835 0.125 1 0.938 3433 2997 0 0.812 1 3365 2835 0.125 1 0.938 2 interp_poly -40 116 68 -469 3405 3350 3 MP PP 3405 3350 0 0.312 1 3473 2881 0.0625 1 1 3405 3350 0 0.312 1 2 interp_poly 3473 2881 0.0625 1 1 3433 2997 0 0.812 1 3473 2881 0.0625 1 1 2 interp_poly -40 441 68 350 3361 2924 3 MP PP 3361 2924 0.25 1 0.812 3429 3274 0 0.625 1 3361 2924 0.25 1 0.812 2 interp_poly 3429 3274 0 0.625 1 3389 3715 0 0 0.812 3429 3274 0 0.625 1 2 interp_poly 68 350 -40 -871 3401 3795 3 MP PP 3401 3795 0 0 0.812 3361 2924 0.25 1 0.812 3401 3795 0 0 0.812 2 interp_poly 3361 2924 0.25 1 0.812 3429 3274 0 0.625 1 3361 2924 0.25 1 0.812 2 interp_poly -40 -1 68 48 3413 3337 3 MP PP 3413 3337 0 0.688 1 3481 3385 0 0.562 1 3413 3337 0 0.688 1 2 interp_poly 3481 3385 0 0.562 1 3441 3384 0 0.562 1 3481 3385 0 0.562 1 2 interp_poly -40 -182 67 7 3049 3383 3 MP PP 3049 3383 0 0 0.562 3116 3390 0 0 0.562 3049 3383 0 0 0.562 2 interp_poly 3116 3390 0 0 0.562 3076 3208 0 0 0.812 3116 3390 0 0 0.562 2 interp_poly 68 -330 -40 -349 2932 3072 3 MP PP 2932 3072 0 0 0.75 2892 2723 0 0.25 1 2932 3072 0 0 0.75 2 interp_poly 2892 2723 0 0.25 1 2960 2393 0 0.812 1 2892 2723 0 0.25 1 2 interp_poly -40 221 68 168 2904 2683 3 MP PP 2904 2683 0 0.438 1 2972 2851 0 0.125 1 2904 2683 0 0.438 1 2 interp_poly 2972 2851 0 0.125 1 2932 3072 0 0 0.75 2972 2851 0 0.125 1 2 interp_poly 68 168 -40 57 2944 2626 3 MP PP 2944 2626 0 0.562 1 2904 2683 0 0.438 1 2944 2626 0 0.562 1 2 interp_poly 2904 2683 0 0.438 1 2972 2851 0 0.125 1 2904 2683 0 0.438 1 2 interp_poly 68 -265 -40 127 2960 2393 3 MP PP 2960 2393 0 0.812 1 2920 2520 0 0.562 1 2960 2393 0 0.812 1 2 interp_poly 2920 2520 0 0.562 1 2988 2255 0 1 1 2920 2520 0 0.562 1 2 interp_poly 68 25 -40 221 2972 2851 3 MP PP 2972 2851 0 0.125 1 2932 3072 0 0 0.75 2972 2851 0 0.125 1 2 interp_poly 2932 3072 0 0 0.75 3000 3097 0 0 0.688 2932 3072 0 0 0.75 2 interp_poly -40 -72 68 297 2944 2626 3 MP PP 2944 2626 0 0.562 1 3012 2923 0 0.0625 1 2944 2626 0 0.562 1 2 interp_poly 3012 2923 0 0.0625 1 2972 2851 0 0.125 1 3012 2923 0 0.0625 1 2 interp_poly -40 127 68 -330 2892 2723 3 MP PP 2892 2723 0 0.25 1 2960 2393 0 0.812 1 2892 2723 0 0.25 1 2 interp_poly 2960 2393 0 0.812 1 2920 2520 0 0.562 1 2960 2393 0 0.812 1 2 interp_poly 68 297 -40 806 2984 1820 3 MP PP 2984 1820 1 1 0.0625 2944 2626 0 0.562 1 2984 1820 1 1 0.0625 2 interp_poly 2944 2626 0 0.562 1 3012 2923 0 0.0625 1 2944 2626 0 0.562 1 2 interp_poly -40 1180 68 -77 2984 1820 3 MP PP 2984 1820 1 1 0.0625 3052 1743 1 0.938 0 2984 1820 1 1 0.0625 2 interp_poly 3052 1743 1 0.938 0 3012 2923 0 0.0625 1 3052 1743 1 0.938 0 2 interp_poly -40 -1444 68 9 2956 3255 3 MP PP 2956 3255 0 0 0.625 3024 3264 0 0 0.562 2956 3255 0 0 0.625 2 interp_poly 3024 3264 0 0 0.562 2984 1820 1 1 0.0625 3024 3264 0 0 0.562 2 interp_poly 68 9 -40 529 2996 2726 3 MP PP 2996 2726 0 0.562 1 2956 3255 0 0 0.625 2996 2726 0 0.562 1 2 interp_poly 2956 3255 0 0 0.625 3024 3264 0 0 0.562 2956 3255 0 0 0.625 2 interp_poly 68 -77 -40 -1444 3024 3264 3 MP PP 3024 3264 0 0 0.562 2984 1820 1 1 0.0625 3024 3264 0 0 0.562 2 interp_poly 2984 1820 1 1 0.0625 3052 1743 1 0.938 0 2984 1820 1 1 0.0625 2 interp_poly -40 627 68 -89 2996 2726 3 MP PP 2996 2726 0 0.562 1 3064 2637 0 0.688 1 2996 2726 0 0.562 1 2 interp_poly 3064 2637 0 0.688 1 3024 3264 0 0 0.562 3064 2637 0 0.688 1 2 interp_poly -40 -542 67 -12 2969 3280 3 MP PP 2969 3280 0 0 0.688 3036 3268 0 0 0.688 2969 3280 0 0 0.688 2 interp_poly 3036 3268 0 0 0.688 2996 2726 0 0.562 1 3036 3268 0 0 0.688 2 interp_poly 68 -89 -40 -542 3036 3268 3 MP PP 3036 3268 0 0 0.688 2996 2726 0 0.562 1 3036 3268 0 0 0.688 2 interp_poly 2996 2726 0 0.562 1 3064 2637 0 0.688 1 2996 2726 0 0.562 1 2 interp_poly -40 60 67 -41 3009 3249 3 MP PP 3009 3249 0 0 0.75 3076 3208 0 0 0.812 3009 3249 0 0 0.75 2 interp_poly 3076 3208 0 0 0.812 3036 3268 0 0 0.688 3076 3208 0 0 0.812 2 interp_poly 67 -12 -40 31 3009 3249 3 MP PP 3009 3249 0 0 0.75 2969 3280 0 0 0.688 3009 3249 0 0 0.75 2 interp_poly 2969 3280 0 0 0.688 3036 3268 0 0 0.688 2969 3280 0 0 0.688 2 interp_poly 67 -41 -40 -134 3049 3383 3 MP PP 3049 3383 0 0 0.562 3009 3249 0 0 0.75 3049 3383 0 0 0.562 2 interp_poly 3009 3249 0 0 0.75 3076 3208 0 0 0.812 3009 3249 0 0 0.75 2 interp_poly 67 7 -40 450 3089 2933 3 MP PP 3089 2933 0 0.375 1 3049 3383 0 0 0.562 3089 2933 0 0.375 1 2 interp_poly 3049 3383 0 0 0.562 3116 3390 0 0 0.562 3049 3383 0 0 0.562 2 interp_poly -40 -491 68 -18 3061 3442 3 MP PP 3061 3442 0 0 0.625 3129 3424 0 0 0.625 3061 3442 0 0 0.625 2 interp_poly 3129 3424 0 0 0.625 3089 2933 0 0.375 1 3129 3424 0 0 0.625 2 interp_poly 68 -18 -40 -9 3101 3451 3 MP PP 3101 3451 0 0 0.625 3061 3442 0 0 0.625 3101 3451 0 0 0.625 2 interp_poly 3061 3442 0 0 0.625 3129 3424 0 0 0.625 3061 3442 0 0 0.625 2 interp_poly -40 -47 68 20 3101 3451 3 MP PP 3101 3451 0 0 0.625 3169 3471 0 0 0.562 3101 3451 0 0 0.625 2 interp_poly 3169 3471 0 0 0.562 3129 3424 0 0 0.625 3169 3471 0 0 0.562 2 interp_poly 68 20 -40 759 3141 2692 3 MP PP 3141 2692 0 0.938 1 3101 3451 0 0 0.625 3141 2692 0 0.938 1 2 interp_poly 3101 3451 0 0 0.625 3169 3471 0 0 0.562 3101 3451 0 0 0.625 2 interp_poly -40 450 68 -34 3021 2967 3 MP PP 3021 2967 0 0.375 1 3089 2933 0 0.375 1 3021 2967 0 0.375 1 2 interp_poly 3089 2933 0 0.375 1 3049 3383 0 0 0.562 3089 2933 0 0.375 1 2 interp_poly 68 -34 -40 -475 3061 3442 3 MP PP 3061 3442 0 0 0.625 3021 2967 0 0.375 1 3061 3442 0 0 0.625 2 interp_poly 3021 2967 0 0.375 1 3089 2933 0 0.375 1 3021 2967 0 0.375 1 2 interp_poly -40 759 68 -382 3073 3074 3 MP PP 3073 3074 0 0.312 1 3141 2692 0 0.938 1 3073 3074 0 0.312 1 2 interp_poly 3141 2692 0 0.938 1 3101 3451 0 0 0.625 3141 2692 0 0.938 1 2 interp_poly -40 -230 68 -69 3113 2991 3 MP PP 3113 2991 0 0.5 1 3181 2922 0 0.625 1 3113 2991 0 0.5 1 2 interp_poly 3181 2922 0 0.625 1 3141 2692 0 0.938 1 3181 2922 0 0.625 1 2 interp_poly 68 -69 -40 -397 3153 3388 3 MP PP 3153 3388 0 0 0.875 3113 2991 0 0.5 1 3153 3388 0 0 0.875 2 interp_poly 3113 2991 0 0.5 1 3181 2922 0 0.625 1 3113 2991 0 0.5 1 2 interp_poly 68 -401 -40 -230 3181 2922 3 MP PP 3181 2922 0 0.625 1 3141 2692 0 0.938 1 3181 2922 0 0.625 1 2 interp_poly 3141 2692 0 0.938 1 3209 2291 0.625 1 0.438 3141 2692 0 0.938 1 2 interp_poly -40 -468 68 2 3153 3388 3 MP PP 3153 3388 0 0 0.875 3221 3390 0 0 0.875 3153 3388 0 0 0.875 2 interp_poly 3221 3390 0 0 0.875 3181 2922 0 0.625 1 3221 3390 0 0 0.875 2 interp_poly 68 2 -40 1993 3193 1395 3 MP PP 3193 1395 0.75 0 0 3153 3388 0 0 0.875 3193 1395 0.75 0 0 2 interp_poly 3153 3388 0 0 0.875 3221 3390 0 0 0.875 3153 3388 0 0 0.875 2 interp_poly -40 1319 68 676 3193 1395 3 MP PP 3193 1395 0.75 0 0 3261 2071 1 0.938 0 3193 1395 0.75 0 0 2 interp_poly 3261 2071 1 0.938 0 3221 3390 0 0 0.875 3261 2071 1 0.938 0 2 interp_poly -40 -1816 68 61 3165 3150 3 MP PP 3165 3150 0 0.375 1 3233 3211 0 0.25 1 3165 3150 0 0.375 1 2 interp_poly 3233 3211 0 0.25 1 3193 1395 0.75 0 0 3233 3211 0 0.25 1 2 interp_poly 68 61 -40 -500 3205 3650 3 MP PP 3205 3650 0 0 0.562 3165 3150 0 0.375 1 3205 3650 0 0 0.562 2 interp_poly 3165 3150 0 0.375 1 3233 3211 0 0.25 1 3165 3150 0 0.375 1 2 interp_poly 68 676 -40 -1816 3233 3211 3 MP PP 3233 3211 0 0.25 1 3193 1395 0.75 0 0 3233 3211 0 0.25 1 2 interp_poly 3193 1395 0.75 0 0 3261 2071 1 0.938 0 3193 1395 0.75 0 0 2 interp_poly -40 500 68 -221 3217 3138 3 MP PP 3217 3138 0 0.562 1 3285 2917 0 0.938 1 3217 3138 0 0.562 1 2 interp_poly 3285 2917 0 0.938 1 3245 3417 0 0 1 3285 2917 0 0.938 1 2 interp_poly -40 -711 68 417 3257 3211 3 MP PP 3257 3211 0 0.5 1 3325 3628 0 0 0.75 3257 3211 0 0.5 1 2 interp_poly 3325 3628 0 0 0.75 3285 2917 0 0.938 1 3325 3628 0 0 0.75 2 interp_poly 68 417 -40 348 3297 2863 3 MP PP 3297 2863 0.125 1 0.938 3257 3211 0 0.5 1 3297 2863 0.125 1 0.938 2 interp_poly 3257 3211 0 0.5 1 3325 3628 0 0 0.75 3257 3211 0 0.5 1 2 interp_poly -40 -778 68 -141 3309 3799 3 MP PP 3309 3799 0 0 0.625 3377 3658 0 0 0.812 3309 3799 0 0 0.625 2 interp_poly 3377 3658 0 0 0.812 3337 2880 0.125 1 0.938 3377 3658 0 0 0.812 2 interp_poly 68 -141 -40 33 3349 3766 3 MP PP 3349 3766 0 0 0.688 3309 3799 0 0 0.625 3349 3766 0 0 0.688 2 interp_poly 3309 3799 0 0 0.625 3377 3658 0 0 0.812 3309 3799 0 0 0.625 2 interp_poly 68 148 -40 643 3361 2924 3 MP PP 3361 2924 0.25 1 0.812 3321 3567 0 0.125 1 3361 2924 0.25 1 0.812 2 interp_poly 3321 3567 0 0.125 1 3389 3715 0 0 0.812 3321 3567 0 0.125 1 2 interp_poly -40 31 68 -97 2941 3346 3 MP PP 2941 3346 0 0 0.625 3009 3249 0 0 0.75 2941 3346 0 0 0.625 2 interp_poly 3009 3249 0 0 0.75 2969 3280 0 0 0.688 3009 3249 0 0 0.75 2 interp_poly 68 -97 -40 6 2981 3340 3 MP PP 2981 3340 0 0 0.688 2941 3346 0 0 0.625 2981 3340 0 0 0.688 2 interp_poly 2941 3346 0 0 0.625 3009 3249 0 0 0.75 2941 3346 0 0 0.625 2 interp_poly -40 -134 68 43 2981 3340 3 MP PP 2981 3340 0 0 0.688 3049 3383 0 0 0.562 2981 3340 0 0 0.688 2 interp_poly 3049 3383 0 0 0.562 3009 3249 0 0 0.75 3049 3383 0 0 0.562 2 interp_poly 68 43 -40 373 3021 2967 3 MP PP 3021 2967 0 0.375 1 2981 3340 0 0 0.688 3021 2967 0 0.375 1 2 interp_poly 2981 3340 0 0 0.688 3049 3383 0 0 0.562 2981 3340 0 0 0.688 2 interp_poly -40 -475 68 -50 2993 3492 3 MP PP 2993 3492 0 0 0.562 3061 3442 0 0 0.625 2993 3492 0 0 0.562 2 interp_poly 3061 3442 0 0 0.625 3021 2967 0 0.375 1 3061 3442 0 0 0.625 2 interp_poly -40 -9 68 38 3033 3413 3 MP PP 3033 3413 0 0 0.688 3101 3451 0 0 0.625 3033 3413 0 0 0.688 2 interp_poly 3101 3451 0 0 0.625 3061 3442 0 0 0.625 3101 3451 0 0 0.625 2 interp_poly 68 38 -40 339 3073 3074 3 MP PP 3073 3074 0 0.312 1 3033 3413 0 0 0.688 3073 3074 0 0.312 1 2 interp_poly 3033 3413 0 0 0.688 3101 3451 0 0 0.625 3033 3413 0 0 0.688 2 interp_poly -40 -397 68 -123 3085 3511 3 MP PP 3085 3511 0 0 0.688 3153 3388 0 0 0.875 3085 3511 0 0 0.688 2 interp_poly 3153 3388 0 0 0.875 3113 2991 0 0.5 1 3153 3388 0 0 0.875 2 interp_poly 68 -382 -40 83 3113 2991 3 MP PP 3113 2991 0 0.5 1 3073 3074 0 0.312 1 3113 2991 0 0.5 1 2 interp_poly 3073 3074 0 0.312 1 3141 2692 0 0.938 1 3073 3074 0 0.312 1 2 interp_poly -40 83 68 -14 3045 3005 3 MP PP 3045 3005 0 0.5 1 3113 2991 0 0.5 1 3045 3005 0 0.5 1 2 interp_poly 3113 2991 0 0.5 1 3073 3074 0 0.312 1 3113 2991 0 0.5 1 2 interp_poly -40 339 68 -233 3005 3307 3 MP PP 3005 3307 0 0 0.938 3073 3074 0 0.312 1 3005 3307 0 0 0.938 2 interp_poly 3073 3074 0 0.312 1 3033 3413 0 0 0.688 3073 3074 0 0.312 1 2 interp_poly 68 -233 -40 302 3045 3005 3 MP PP 3045 3005 0 0.5 1 3005 3307 0 0 0.938 3045 3005 0 0.5 1 2 interp_poly 3005 3307 0 0 0.938 3073 3074 0 0.312 1 3005 3307 0 0 0.938 2 interp_poly 68 -14 -40 -506 3085 3511 3 MP PP 3085 3511 0 0 0.688 3045 3005 0 0.5 1 3085 3511 0 0 0.688 2 interp_poly 3045 3005 0 0.5 1 3113 2991 0 0.5 1 3045 3005 0 0.5 1 2 interp_poly 68 -123 -40 1851 3125 1660 3 MP PP 3125 1660 1 0.188 0 3085 3511 0 0 0.688 3125 1660 1 0.188 0 2 interp_poly 3085 3511 0 0 0.688 3153 3388 0 0 0.875 3085 3511 0 0 0.688 2 interp_poly -40 1993 68 -265 3125 1660 3 MP PP 3125 1660 1 0.188 0 3193 1395 0.75 0 0 3125 1660 1 0.188 0 2 interp_poly 3193 1395 0.75 0 0 3153 3388 0 0 0.875 3193 1395 0.75 0 0 2 interp_poly -40 -500 68 41 3137 3609 3 MP PP 3137 3609 0 0 0.688 3205 3650 0 0 0.562 3137 3609 0 0 0.688 2 interp_poly 3205 3650 0 0 0.562 3165 3150 0 0.375 1 3205 3650 0 0 0.562 2 interp_poly 68 41 -40 -70 3177 3679 3 MP PP 3177 3679 0 0 0.562 3137 3609 0 0 0.688 3177 3679 0 0 0.562 2 interp_poly 3137 3609 0 0 0.688 3205 3650 0 0 0.562 3137 3609 0 0 0.688 2 interp_poly 68 -262 -40 541 3217 3138 3 MP PP 3217 3138 0 0.562 1 3177 3679 0 0 0.562 3217 3138 0 0.562 1 2 interp_poly 3177 3679 0 0 0.562 3245 3417 0 0 1 3177 3679 0 0 0.562 2 interp_poly -40 -73 68 -419 3189 3630 3 MP PP 3189 3630 0 0 0.75 3257 3211 0 0.5 1 3189 3630 0 0 0.75 2 interp_poly 3257 3211 0 0.5 1 3217 3138 0 0.562 1 3257 3211 0 0.5 1 2 interp_poly -40 -1490 68 -33 3097 3183 3 MP PP 3097 3183 0 0.375 1 3165 3150 0 0.375 1 3097 3183 0 0.375 1 2 interp_poly 3165 3150 0 0.375 1 3125 1660 1 0.188 0 3165 3150 0 0.375 1 2 interp_poly 68 -33 -40 -426 3137 3609 3 MP PP 3137 3609 0 0 0.688 3097 3183 0 0.375 1 3137 3609 0 0 0.688 2 interp_poly 3097 3183 0 0.375 1 3165 3150 0 0.375 1 3097 3183 0 0.375 1 2 interp_poly 68 -265 -40 -1490 3165 3150 3 MP PP 3165 3150 0 0.375 1 3125 1660 1 0.188 0 3165 3150 0 0.375 1 2 interp_poly 3125 1660 1 0.188 0 3193 1395 0.75 0 0 3125 1660 1 0.188 0 2 interp_poly -40 541 68 102 3149 3036 3 MP PP 3149 3036 0 0.75 1 3217 3138 0 0.562 1 3149 3036 0 0.75 1 2 interp_poly 3217 3138 0 0.562 1 3177 3679 0 0 0.562 3217 3138 0 0.562 1 2 interp_poly 68 102 -40 -594 3189 3630 3 MP PP 3189 3630 0 0 0.75 3149 3036 0 0.75 1 3189 3630 0 0 0.75 2 interp_poly 3149 3036 0 0.75 1 3217 3138 0 0.562 1 3149 3036 0 0.75 1 2 interp_poly 68 -221 -40 -73 3257 3211 3 MP PP 3257 3211 0 0.5 1 3217 3138 0 0.562 1 3257 3211 0 0.5 1 2 interp_poly 3217 3138 0 0.562 1 3285 2917 0 0.938 1 3217 3138 0 0.562 1 2 interp_poly 68 -419 -40 1252 3229 2378 3 MP PP 3229 2378 0.938 1 0.125 3189 3630 0 0 0.75 3229 2378 0.938 1 0.125 2 interp_poly 3189 3630 0 0 0.75 3257 3211 0 0.5 1 3189 3630 0 0 0.75 2 interp_poly 68 -108 -40 233 3245 3417 3 MP PP 3245 3417 0 0 1 3205 3650 0 0 0.562 3245 3417 0 0 1 2 interp_poly 3205 3650 0 0 0.562 3273 3542 0 0 0.75 3205 3650 0 0 0.562 2 interp_poly -40 348 68 485 3229 2378 3 MP PP 3229 2378 0.938 1 0.125 3297 2863 0.125 1 0.938 3229 2378 0.938 1 0.125 2 interp_poly 3297 2863 0.125 1 0.938 3257 3211 0 0.5 1 3297 2863 0.125 1 0.938 2 interp_poly 68 485 -40 -52 3269 2430 3 MP PP 3269 2430 0.875 1 0.188 3229 2378 0.938 1 0.125 3269 2430 0.875 1 0.188 2 interp_poly 3229 2378 0.938 1 0.125 3297 2863 0.125 1 0.938 3229 2378 0.938 1 0.125 2 interp_poly -40 -1369 68 -43 3241 3842 3 MP PP 3241 3842 0 0 0.562 3309 3799 0 0 0.625 3241 3842 0 0 0.562 2 interp_poly 3309 3799 0 0 0.625 3269 2430 0.875 1 0.188 3309 3799 0 0 0.625 2 interp_poly 68 -28 -40 -17 3337 2880 3 MP PP 3337 2880 0.125 1 0.938 3297 2863 0.125 1 0.938 3337 2880 0.125 1 0.938 2 interp_poly 3297 2863 0.125 1 0.938 3365 2835 0.125 1 0.938 3297 2863 0.125 1 0.938 2 interp_poly -40 -17 68 450 3269 2430 3 MP PP 3269 2430 0.875 1 0.188 3337 2880 0.125 1 0.938 3269 2430 0.875 1 0.188 2 interp_poly 3337 2880 0.125 1 0.938 3297 2863 0.125 1 0.938 3337 2880 0.125 1 0.938 2 interp_poly 68 450 -40 -1369 3309 3799 3 MP PP 3309 3799 0 0 0.625 3269 2430 0.875 1 0.188 3309 3799 0 0 0.625 2 interp_poly 3269 2430 0.875 1 0.188 3337 2880 0.125 1 0.938 3269 2430 0.875 1 0.188 2 interp_poly -40 33 68 164 3281 3602 3 MP PP 3281 3602 0 0 1 3349 3766 0 0 0.688 3281 3602 0 0 1 2 interp_poly 3349 3766 0 0 0.688 3309 3799 0 0 0.625 3349 3766 0 0 0.688 2 interp_poly 68 164 -40 35 3321 3567 3 MP PP 3321 3567 0 0.125 1 3281 3602 0 0 1 3321 3567 0 0.125 1 2 interp_poly 3281 3602 0 0 1 3349 3766 0 0 0.688 3281 3602 0 0 1 2 interp_poly -40 51 68 148 3321 3567 3 MP PP 3321 3567 0 0.125 1 3389 3715 0 0 0.812 3321 3567 0 0.125 1 2 interp_poly 3389 3715 0 0 0.812 3349 3766 0 0 0.688 3389 3715 0 0 0.812 2 interp_poly -40 -871 68 29 3333 3766 3 MP PP 3333 3766 0 0 0.875 3401 3795 0 0 0.812 3333 3766 0 0 0.875 2 interp_poly 3401 3795 0 0 0.812 3361 2924 0.25 1 0.812 3401 3795 0 0 0.812 2 interp_poly -40 411 68 30 3373 3354 3 MP PP 3373 3354 0 0.625 1 3441 3384 0 0.562 1 3373 3354 0 0.625 1 2 interp_poly 3441 3384 0 0.562 1 3401 3795 0 0 0.812 3441 3384 0 0.562 1 2 interp_poly 68 30 -40 17 3413 3337 3 MP PP 3413 3337 0 0.688 1 3373 3354 0 0.625 1 3413 3337 0 0.688 1 2 interp_poly 3373 3354 0 0.625 1 3441 3384 0 0.562 1 3373 3354 0 0.625 1 2 interp_poly 68 -182 -40 411 3441 3384 3 MP PP 3441 3384 0 0.562 1 3401 3795 0 0 0.812 3441 3384 0 0.562 1 2 interp_poly 3401 3795 0 0 0.812 3469 3613 0 0.125 1 3401 3795 0 0 0.812 2 interp_poly 68 48 -40 -579 3453 3916 3 MP PP 3453 3916 0 0 0.75 3413 3337 0 0.688 1 3453 3916 0 0 0.75 2 interp_poly 3413 3337 0 0.688 1 3481 3385 0 0.562 1 3413 3337 0 0.688 1 2 interp_poly -40 927 68 31 3465 3088 3 MP PP 3465 3088 0.25 1 0.812 3533 3119 0.188 1 0.875 3465 3088 0.25 1 0.812 2 interp_poly 3533 3119 0.188 1 0.875 3493 4046 0 0 0.562 3533 3119 0.188 1 0.875 2 interp_poly -40 -664 68 169 3505 3614 3 MP PP 3505 3614 0 0.438 1 3573 3783 0 0.125 1 3505 3614 0 0.438 1 2 interp_poly 3573 3783 0 0.125 1 3533 3119 0.188 1 0.875 3573 3783 0 0.125 1 2 interp_poly 68 169 -40 -522 3545 4136 3 MP PP 3545 4136 0 0 0.562 3505 3614 0 0.438 1 3545 4136 0 0 0.562 2 interp_poly 3505 3614 0 0.438 1 3573 3783 0 0.125 1 3505 3614 0 0.438 1 2 interp_poly 68 -391 -40 -664 3573 3783 3 MP PP 3573 3783 0 0.125 1 3533 3119 0.188 1 0.875 3573 3783 0 0.125 1 2 interp_poly 3533 3119 0.188 1 0.875 3601 2728 0.812 1 0.25 3533 3119 0.188 1 0.875 2 interp_poly -40 414 67 54 3518 3668 3 MP PP 3518 3668 0 0.438 1 3585 3722 0 0.312 1 3518 3668 0 0.438 1 2 interp_poly 3585 3722 0 0.312 1 3545 4136 0 0 0.562 3585 3722 0 0.312 1 2 interp_poly 67 54 -40 10 3558 3658 3 MP PP 3558 3658 0 0.5 1 3518 3668 0 0.438 1 3558 3658 0 0.5 1 2 interp_poly 3518 3668 0 0.438 1 3585 3722 0 0.312 1 3518 3668 0 0.438 1 2 interp_poly -40 -122 67 186 3558 3658 3 MP PP 3558 3658 0 0.5 1 3625 3844 0 0.125 1 3558 3658 0 0.5 1 2 interp_poly 3625 3844 0 0.125 1 3585 3722 0 0.312 1 3625 3844 0 0.125 1 2 interp_poly 67 186 -40 -521 3598 4179 3 MP PP 3598 4179 0 0 0.625 3558 3658 0 0.5 1 3598 4179 0 0 0.625 2 interp_poly 3558 3658 0 0.5 1 3625 3844 0 0.125 1 3558 3658 0 0.5 1 2 interp_poly -40 -130 68 92 3425 3954 3 MP PP 3425 3954 0 0 0.75 3493 4046 0 0 0.562 3425 3954 0 0 0.75 2 interp_poly 3493 4046 0 0 0.562 3453 3916 0 0 0.75 3493 4046 0 0 0.562 2 interp_poly 68 29 -40 412 3373 3354 3 MP PP 3373 3354 0 0.625 1 3333 3766 0 0 0.875 3373 3354 0 0.625 1 2 interp_poly 3333 3766 0 0 0.875 3401 3795 0 0 0.812 3333 3766 0 0 0.875 2 interp_poly -40 -579 68 147 3385 3769 3 MP PP 3385 3769 0 0 1 3453 3916 0 0 0.75 3385 3769 0 0 1 2 interp_poly 3453 3916 0 0 0.75 3413 3337 0 0.688 1 3453 3916 0 0 0.75 2 interp_poly 68 147 -40 -185 3425 3954 3 MP PP 3425 3954 0 0 0.75 3385 3769 0 0 1 3425 3954 0 0 0.75 2 interp_poly 3385 3769 0 0 1 3453 3916 0 0 0.75 3385 3769 0 0 1 2 interp_poly 68 92 -40 866 3465 3088 3 MP PP 3465 3088 0.25 1 0.812 3425 3954 0 0 0.75 3465 3088 0.25 1 0.812 2 interp_poly 3425 3954 0 0 0.75 3493 4046 0 0 0.562 3425 3954 0 0 0.75 2 interp_poly -40 -522 67 24 3478 4112 3 MP PP 3478 4112 0 0 0.625 3545 4136 0 0 0.562 3478 4112 0 0 0.625 2 interp_poly 3545 4136 0 0 0.562 3505 3614 0 0.438 1 3545 4136 0 0 0.562 2 interp_poly 67 24 -40 444 3518 3668 3 MP PP 3518 3668 0 0.438 1 3478 4112 0 0 0.625 3518 3668 0 0.438 1 2 interp_poly 3478 4112 0 0 0.625 3545 4136 0 0 0.562 3478 4112 0 0 0.625 2 interp_poly -40 -521 68 -9 3530 4188 3 MP PP 3530 4188 0 0 0.625 3598 4179 0 0 0.625 3530 4188 0 0 0.625 2 interp_poly 3598 4179 0 0 0.625 3558 3658 0 0.5 1 3598 4179 0 0 0.625 2 interp_poly 68 111 -40 1180 3610 2948 3 MP PP 3610 2948 0.812 1 0.25 3570 4128 0 0 0.812 3610 2948 0.812 1 0.25 2 interp_poly 3570 4128 0 0 0.812 3638 4239 0 0 0.562 3570 4128 0 0 0.812 2 interp_poly -40 -646 68 -195 3582 3789 3 MP PP 3582 3789 0 0.5 1 3650 3594 0 0.75 1 3582 3789 0 0.5 1 2 interp_poly 3650 3594 0 0.75 1 3610 2948 0.812 1 0.25 3650 3594 0 0.75 1 2 interp_poly -40 1180 68 270 3542 2678 3 MP PP 3542 2678 1 0.75 0 3610 2948 0.812 1 0.25 3542 2678 1 0.75 0 2 interp_poly 3610 2948 0.812 1 0.25 3570 4128 0 0 0.812 3610 2948 0.812 1 0.25 2 interp_poly 68 270 -40 -1111 3582 3789 3 MP PP 3582 3789 0 0.5 1 3542 2678 1 0.75 0 3582 3789 0 0.5 1 2 interp_poly 3542 2678 1 0.75 0 3610 2948 0.812 1 0.25 3542 2678 1 0.75 0 2 interp_poly 68 -195 -40 1248 3622 2541 3 MP PP 3622 2541 1 0.438 0 3582 3789 0 0.5 1 3622 2541 1 0.438 0 2 interp_poly 3582 3789 0 0.5 1 3650 3594 0 0.75 1 3582 3789 0 0.5 1 2 interp_poly -40 997 68 56 3622 2541 3 MP PP 3622 2541 1 0.438 0 3690 2597 1 0.562 0 3622 2541 1 0.438 0 2 interp_poly 3690 2597 1 0.562 0 3650 3594 0 0.75 1 3690 2597 1 0.562 0 2 interp_poly -40 -1487 68 85 3594 3943 3 MP PP 3594 3943 0 0.312 1 3662 4028 0 0.125 1 3594 3943 0 0.312 1 2 interp_poly 3662 4028 0 0.125 1 3622 2541 1 0.438 0 3662 4028 0 0.125 1 2 interp_poly 68 85 -40 56 3634 3887 3 MP PP 3634 3887 0 0.438 1 3594 3943 0 0.312 1 3634 3887 0 0.438 1 2 interp_poly 3594 3943 0 0.312 1 3662 4028 0 0.125 1 3594 3943 0 0.312 1 2 interp_poly 68 56 -40 -1487 3662 4028 3 MP PP 3662 4028 0 0.125 1 3622 2541 1 0.438 0 3662 4028 0 0.125 1 2 interp_poly 3622 2541 1 0.438 0 3690 2597 1 0.562 0 3622 2541 1 0.438 0 2 interp_poly -40 -96 68 237 3634 3887 3 MP PP 3634 3887 0 0.438 1 3702 4124 0 0 1 3634 3887 0 0.438 1 2 interp_poly 3702 4124 0 0 1 3662 4028 0 0.125 1 3702 4124 0 0 1 2 interp_poly 68 237 -40 -285 3674 4172 3 MP PP 3674 4172 0 0 1 3634 3887 0 0.438 1 3674 4172 0 0 1 2 interp_poly 3634 3887 0 0.438 1 3702 4124 0 0 1 3634 3887 0 0.438 1 2 interp_poly -40 -60 68 111 3570 4128 3 MP PP 3570 4128 0 0 0.812 3638 4239 0 0 0.562 3570 4128 0 0 0.812 2 interp_poly 3638 4239 0 0 0.562 3598 4179 0 0 0.625 3638 4239 0 0 0.562 2 interp_poly -40 -285 68 -65 3606 4237 3 MP PP 3606 4237 0 0 0.938 3674 4172 0 0 1 3606 4237 0 0 0.938 2 interp_poly 3674 4172 0 0 1 3634 3887 0 0.438 1 3674 4172 0 0 1 2 interp_poly -40 -70 68 -43 3109 3722 3 MP PP 3109 3722 0 0 0.562 3177 3679 0 0 0.562 3109 3722 0 0 0.562 2 interp_poly 3177 3679 0 0 0.562 3137 3609 0 0 0.688 3177 3679 0 0 0.562 2 interp_poly 68 -21 -40 128 2880 2384 3 MP PP 2880 2384 0 0.75 1 2840 2512 0 0.5 1 2880 2384 0 0.75 1 2 interp_poly 2840 2512 0 0.5 1 2908 2491 0 0.5 1 2840 2512 0 0.5 1 2 interp_poly -40 -233 68 159 2824 2564 3 MP PP 2824 2564 0 0.562 1 2892 2723 0 0.25 1 2824 2564 0 0.562 1 2 interp_poly 2892 2723 0 0.25 1 2852 2490 0 0.625 1 2892 2723 0 0.25 1 2 interp_poly 68 159 -40 -532 2864 3096 3 MP PP 2864 3096 0 0 0.688 2824 2564 0 0.562 1 2864 3096 0 0 0.688 2 interp_poly 2824 2564 0 0.562 1 2892 2723 0 0.25 1 2824 2564 0 0.562 1 2 interp_poly 68 30 -40 -233 2892 2723 3 MP PP 2892 2723 0 0.25 1 2852 2490 0 0.625 1 2892 2723 0 0.25 1 2 interp_poly 2852 2490 0 0.625 1 2920 2520 0 0.562 1 2852 2490 0 0.625 1 2 interp_poly -40 -349 68 -24 2864 3096 3 MP PP 2864 3096 0 0 0.688 2932 3072 0 0 0.75 2864 3096 0 0 0.688 2 interp_poly 2932 3072 0 0 0.75 2892 2723 0 0.25 1 2932 3072 0 0 0.75 2 interp_poly -40 413 68 132 2836 2551 3 MP PP 2836 2551 0 0.688 1 2904 2683 0 0.438 1 2836 2551 0 0.688 1 2 interp_poly 2904 2683 0 0.438 1 2864 3096 0 0 0.688 2904 2683 0 0.438 1 2 interp_poly -40 -275 68 -72 2772 2584 3 MP PP 2772 2584 0 0.375 1 2840 2512 0 0.5 1 2772 2584 0 0.375 1 2 interp_poly 2840 2512 0 0.5 1 2800 2237 0 0.938 1 2840 2512 0 0.5 1 2 interp_poly 68 -72 -40 165 2812 2419 3 MP PP 2812 2419 0 0.688 1 2772 2584 0 0.375 1 2812 2419 0 0.688 1 2 interp_poly 2772 2584 0 0.375 1 2840 2512 0 0.5 1 2772 2584 0 0.375 1 2 interp_poly 68 -63 -40 -275 2840 2512 3 MP PP 2840 2512 0 0.5 1 2800 2237 0 0.938 1 2840 2512 0 0.5 1 2 interp_poly 2800 2237 0 0.938 1 2868 2174 0 1 1 2800 2237 0 0.938 1 2 interp_poly -40 128 68 -35 2812 2419 3 MP PP 2812 2419 0 0.688 1 2880 2384 0 0.75 1 2812 2419 0 0.688 1 2 interp_poly 2880 2384 0 0.75 1 2840 2512 0 0.5 1 2880 2384 0 0.75 1 2 interp_poly -40 -71 68 -87 2784 2577 3 MP PP 2784 2577 0 0.5 1 2852 2490 0 0.625 1 2784 2577 0 0.5 1 2 interp_poly 2852 2490 0 0.625 1 2812 2419 0 0.688 1 2852 2490 0 0.625 1 2 interp_poly 68 -87 -40 13 2824 2564 3 MP PP 2824 2564 0 0.562 1 2784 2577 0 0.5 1 2824 2564 0 0.562 1 2 interp_poly 2784 2577 0 0.5 1 2852 2490 0 0.625 1 2784 2577 0 0.5 1 2 interp_poly 68 -35 -40 -71 2852 2490 3 MP PP 2852 2490 0 0.625 1 2812 2419 0 0.688 1 2852 2490 0 0.625 1 2 interp_poly 2812 2419 0 0.688 1 2880 2384 0 0.75 1 2812 2419 0 0.688 1 2 interp_poly -40 -136 68 30 2852 2490 3 MP PP 2852 2490 0 0.625 1 2920 2520 0 0.562 1 2852 2490 0 0.625 1 2 interp_poly 2920 2520 0 0.562 1 2880 2384 0 0.75 1 2920 2520 0 0.562 1 2 interp_poly 68 132 -40 161 2876 2390 3 MP PP 2876 2390 0 1 1 2836 2551 0 0.688 1 2876 2390 0 1 1 2 interp_poly 2836 2551 0 0.688 1 2904 2683 0 0.438 1 2836 2551 0 0.688 1 2 interp_poly 68 -24 -40 413 2904 2683 3 MP PP 2904 2683 0 0.438 1 2864 3096 0 0 0.688 2904 2683 0 0.438 1 2 interp_poly 2864 3096 0 0 0.688 2932 3072 0 0 0.75 2864 3096 0 0 0.688 2 interp_poly -40 57 68 236 2876 2390 3 MP PP 2876 2390 0 1 1 2944 2626 0 0.562 1 2876 2390 0 1 1 2 interp_poly 2944 2626 0 0.562 1 2904 2683 0 0.438 1 2944 2626 0 0.562 1 2 interp_poly 68 236 -40 350 2916 2040 3 MP PP 2916 2040 0.625 1 0.438 2876 2390 0 1 1 2916 2040 0.625 1 0.438 2 interp_poly 2876 2390 0 1 1 2944 2626 0 0.562 1 2876 2390 0 1 1 2 interp_poly -40 -1215 67 -22 2889 3277 3 MP PP 2889 3277 0 0 0.625 2956 3255 0 0 0.625 2889 3277 0 0 0.625 2 interp_poly 2956 3255 0 0 0.625 2916 2040 0.625 1 0.438 2956 3255 0 0 0.625 2 interp_poly 67 -22 -40 569 2929 2708 3 MP PP 2929 2708 0 0.625 1 2889 3277 0 0 0.625 2929 2708 0 0.625 1 2 interp_poly 2889 3277 0 0 0.625 2956 3255 0 0 0.625 2889 3277 0 0 0.625 2 interp_poly -40 -152 68 -66 2873 3412 3 MP PP 2873 3412 0 0 0.562 2941 3346 0 0 0.625 2873 3412 0 0 0.562 2 interp_poly 2941 3346 0 0 0.625 2901 3194 0 0 0.875 2941 3346 0 0 0.625 2 interp_poly 68 -66 -40 27 2913 3385 3 MP PP 2913 3385 0 0 0.625 2873 3412 0 0 0.562 2913 3385 0 0 0.625 2 interp_poly 2873 3412 0 0 0.562 2941 3346 0 0 0.625 2873 3412 0 0 0.562 2 interp_poly 68 86 -40 -152 2941 3346 3 MP PP 2941 3346 0 0 0.625 2901 3194 0 0 0.875 2941 3346 0 0 0.625 2 interp_poly 2901 3194 0 0 0.875 2969 3280 0 0 0.688 2901 3194 0 0 0.875 2 interp_poly -40 6 68 -45 2913 3385 3 MP PP 2913 3385 0 0 0.625 2981 3340 0 0 0.688 2913 3385 0 0 0.625 2 interp_poly 2981 3340 0 0 0.688 2941 3346 0 0 0.625 2981 3340 0 0 0.688 2 interp_poly 68 -45 -40 118 2953 3267 3 MP PP 2953 3267 0 0 0.875 2913 3385 0 0 0.625 2953 3267 0 0 0.875 2 interp_poly 2913 3385 0 0 0.625 2981 3340 0 0 0.688 2913 3385 0 0 0.625 2 interp_poly -40 -225 68 46 2925 3446 3 MP PP 2925 3446 0 0 0.625 2993 3492 0 0 0.562 2925 3446 0 0 0.625 2 interp_poly 2993 3492 0 0 0.562 2953 3267 0 0 0.875 2993 3492 0 0 0.562 2 interp_poly -40 806 68 -220 2916 2040 3 MP PP 2916 2040 0.625 1 0.438 2984 1820 1 1 0.0625 2916 2040 0.625 1 0.438 2 interp_poly 2984 1820 1 1 0.0625 2944 2626 0 0.562 1 2984 1820 1 1 0.0625 2 interp_poly 68 -220 -40 -1215 2956 3255 3 MP PP 2956 3255 0 0 0.625 2916 2040 0.625 1 0.438 2956 3255 0 0 0.625 2 interp_poly 2916 2040 0.625 1 0.438 2984 1820 1 1 0.0625 2916 2040 0.625 1 0.438 2 interp_poly -40 529 67 18 2929 2708 3 MP PP 2929 2708 0 0.625 1 2996 2726 0 0.562 1 2929 2708 0 0.625 1 2 interp_poly 2996 2726 0 0.562 1 2956 3255 0 0 0.625 2996 2726 0 0.562 1 2 interp_poly -40 -572 68 86 2901 3194 3 MP PP 2901 3194 0 0 0.875 2969 3280 0 0 0.688 2901 3194 0 0 0.875 2 interp_poly 2969 3280 0 0 0.688 2929 2708 0 0.625 1 2969 3280 0 0 0.688 2 interp_poly 67 18 -40 -572 2969 3280 3 MP PP 2969 3280 0 0 0.688 2929 2708 0 0.625 1 2969 3280 0 0 0.688 2 interp_poly 2929 2708 0 0.625 1 2996 2726 0 0.562 1 2929 2708 0 0.625 1 2 interp_poly -40 373 68 -300 2953 3267 3 MP PP 2953 3267 0 0 0.875 3021 2967 0 0.375 1 2953 3267 0 0 0.875 2 interp_poly 3021 2967 0 0.375 1 2981 3340 0 0 0.688 3021 2967 0 0.375 1 2 interp_poly 68 -300 -40 -225 2993 3492 3 MP PP 2993 3492 0 0 0.562 2953 3267 0 0 0.875 2993 3492 0 0 0.562 2 interp_poly 2953 3267 0 0 0.875 3021 2967 0 0.375 1 2953 3267 0 0 0.875 2 interp_poly -40 79 68 -58 2965 3471 3 MP PP 2965 3471 0 0 0.625 3033 3413 0 0 0.688 2965 3471 0 0 0.625 2 interp_poly 3033 3413 0 0 0.688 2993 3492 0 0 0.562 3033 3413 0 0 0.688 2 interp_poly 68 -58 -40 164 3005 3307 3 MP PP 3005 3307 0 0 0.938 2965 3471 0 0 0.625 3005 3307 0 0 0.938 2 interp_poly 2965 3471 0 0 0.625 3033 3413 0 0 0.688 2965 3471 0 0 0.625 2 interp_poly 68 -50 -40 79 3033 3413 3 MP PP 3033 3413 0 0 0.688 2993 3492 0 0 0.562 3033 3413 0 0 0.688 2 interp_poly 2993 3492 0 0 0.562 3061 3442 0 0 0.625 2993 3492 0 0 0.562 2 interp_poly -40 -506 68 -13 3017 3524 3 MP PP 3017 3524 0 0 0.688 3085 3511 0 0 0.688 3017 3524 0 0 0.688 2 interp_poly 3085 3511 0 0 0.688 3045 3005 0 0.5 1 3085 3511 0 0 0.688 2 interp_poly -40 302 68 252 2977 2753 3 MP PP 2977 2753 0 0.938 1 3045 3005 0 0.5 1 2977 2753 0 0.938 1 2 interp_poly 3045 3005 0 0.5 1 3005 3307 0 0 0.938 3045 3005 0 0.5 1 2 interp_poly 68 252 -40 -771 3017 3524 3 MP PP 3017 3524 0 0 0.688 2977 2753 0 0.938 1 3017 3524 0 0 0.688 2 interp_poly 2977 2753 0 0.938 1 3045 3005 0 0.5 1 2977 2753 0 0.938 1 2 interp_poly 68 -13 -40 1334 3057 2190 3 MP PP 3057 2190 1 1 0.0625 3017 3524 0 0 0.688 3057 2190 1 1 0.0625 2 interp_poly 3017 3524 0 0 0.688 3085 3511 0 0 0.688 3017 3524 0 0 0.688 2 interp_poly -40 1851 68 -530 3057 2190 3 MP PP 3057 2190 1 1 0.0625 3125 1660 1 0.188 0 3057 2190 1 1 0.0625 2 interp_poly 3125 1660 1 0.188 0 3085 3511 0 0 0.688 3125 1660 1 0.188 0 2 interp_poly -40 -426 68 -29 3069 3638 3 MP PP 3069 3638 0 0 0.625 3137 3609 0 0 0.688 3069 3638 0 0 0.625 2 interp_poly 3137 3609 0 0 0.688 3097 3183 0 0.375 1 3137 3609 0 0 0.688 2 interp_poly 68 -29 -40 -84 3109 3722 3 MP PP 3109 3722 0 0 0.562 3069 3638 0 0 0.625 3109 3722 0 0 0.562 2 interp_poly 3069 3638 0 0 0.625 3137 3609 0 0 0.688 3069 3638 0 0 0.625 2 interp_poly 68 -43 -40 686 3149 3036 3 MP PP 3149 3036 0 0.75 1 3109 3722 0 0 0.562 3149 3036 0 0.75 1 2 interp_poly 3109 3722 0 0 0.562 3177 3679 0 0 0.562 3109 3722 0 0 0.562 2 interp_poly -40 -594 68 -110 3121 3740 3 MP PP 3121 3740 0 0 0.625 3189 3630 0 0 0.75 3121 3740 0 0 0.625 2 interp_poly 3189 3630 0 0 0.75 3149 3036 0 0.75 1 3189 3630 0 0 0.75 2 interp_poly 68 -110 -40 994 3161 2746 3 MP PP 3161 2746 0.375 1 0.688 3121 3740 0 0 0.625 3161 2746 0.375 1 0.688 2 interp_poly 3121 3740 0 0 0.625 3189 3630 0 0 0.75 3121 3740 0 0 0.625 2 interp_poly -40 1252 68 -368 3161 2746 3 MP PP 3161 2746 0.375 1 0.688 3229 2378 0.938 1 0.125 3161 2746 0.375 1 0.688 2 interp_poly 3229 2378 0.938 1 0.125 3189 3630 0 0 0.75 3229 2378 0.938 1 0.125 2 interp_poly -40 233 68 -262 3177 3679 3 MP PP 3177 3679 0 0 0.562 3245 3417 0 0 1 3177 3679 0 0 0.562 2 interp_poly 3245 3417 0 0 1 3205 3650 0 0 0.562 3245 3417 0 0 1 2 interp_poly -40 -1024 68 36 3173 3806 3 MP PP 3173 3806 0 0 0.625 3241 3842 0 0 0.562 3173 3806 0 0 0.625 2 interp_poly 3241 3842 0 0 0.562 3201 2818 0.25 1 0.812 3241 3842 0 0 0.562 2 interp_poly 68 -388 -40 -1024 3241 3842 3 MP PP 3241 3842 0 0 0.562 3201 2818 0.25 1 0.812 3241 3842 0 0 0.562 2 interp_poly 3201 2818 0.25 1 0.812 3269 2430 0.875 1 0.188 3201 2818 0.25 1 0.812 2 interp_poly -40 240 68 143 3213 3459 3 MP PP 3213 3459 0 0.312 1 3281 3602 0 0 1 3213 3459 0 0.312 1 2 interp_poly 3281 3602 0 0 1 3241 3842 0 0 0.562 3281 3602 0 0 1 2 interp_poly 68 -43 -40 240 3281 3602 3 MP PP 3281 3602 0 0 1 3241 3842 0 0 0.562 3281 3602 0 0 1 2 interp_poly 3241 3842 0 0 0.562 3309 3799 0 0 0.625 3241 3842 0 0 0.562 2 interp_poly 68 143 -40 -359 3253 3818 3 MP PP 3253 3818 0 0 0.688 3213 3459 0 0.312 1 3253 3818 0 0 0.688 2 interp_poly 3213 3459 0 0.312 1 3281 3602 0 0 1 3213 3459 0 0.312 1 2 interp_poly -40 35 68 -251 3253 3818 3 MP PP 3253 3818 0 0 0.688 3321 3567 0 0.125 1 3253 3818 0 0 0.688 2 interp_poly 3321 3567 0 0.125 1 3281 3602 0 0 1 3321 3567 0 0.125 1 2 interp_poly 68 -251 -40 855 3293 2963 3 MP PP 3293 2963 0.188 1 0.875 3253 3818 0 0 0.688 3293 2963 0.188 1 0.875 2 interp_poly 3253 3818 0 0 0.688 3321 3567 0 0.125 1 3253 3818 0 0 0.688 2 interp_poly -40 643 68 -39 3293 2963 3 MP PP 3293 2963 0.188 1 0.875 3361 2924 0.25 1 0.812 3293 2963 0.188 1 0.875 2 interp_poly 3361 2924 0.25 1 0.812 3321 3567 0 0.125 1 3361 2924 0.25 1 0.812 2 interp_poly -40 -803 68 20 3265 3746 3 MP PP 3265 3746 0 0 0.938 3333 3766 0 0 0.875 3265 3746 0 0 0.938 2 interp_poly 3333 3766 0 0 0.875 3293 2963 0.188 1 0.875 3333 3766 0 0 0.875 2 interp_poly 68 -39 -40 -803 3333 3766 3 MP PP 3333 3766 0 0 0.875 3293 2963 0.188 1 0.875 3333 3766 0 0 0.875 2 interp_poly 3293 2963 0.188 1 0.875 3361 2924 0.25 1 0.812 3293 2963 0.188 1 0.875 2 interp_poly 68 20 -40 650 3305 3096 3 MP PP 3305 3096 0.0625 1 1 3265 3746 0 0 0.938 3305 3096 0.0625 1 1 2 interp_poly 3265 3746 0 0 0.938 3333 3766 0 0 0.875 3265 3746 0 0 0.938 2 interp_poly -40 412 68 258 3305 3096 3 MP PP 3305 3096 0.0625 1 1 3373 3354 0 0.625 1 3305 3096 0.0625 1 1 2 interp_poly 3373 3354 0 0.625 1 3333 3766 0 0 0.875 3373 3354 0 0.625 1 2 interp_poly -40 -476 67 -144 3318 3913 3 MP PP 3318 3913 0 0 0.812 3385 3769 0 0 1 3318 3913 0 0 0.812 2 interp_poly 3385 3769 0 0 1 3345 3293 0 0.812 1 3385 3769 0 0 1 2 interp_poly 67 -144 -40 272 3358 3641 3 MP PP 3358 3641 0 0.312 1 3318 3913 0 0 0.812 3358 3641 0 0.312 1 2 interp_poly 3318 3913 0 0 0.812 3385 3769 0 0 1 3318 3913 0 0 0.812 2 interp_poly -40 -185 67 313 3358 3641 3 MP PP 3358 3641 0 0.312 1 3425 3954 0 0 0.75 3358 3641 0 0.312 1 2 interp_poly 3425 3954 0 0 0.75 3385 3769 0 0 1 3425 3954 0 0 0.75 2 interp_poly 68 258 -40 -197 3345 3293 3 MP PP 3345 3293 0 0.812 1 3305 3096 0.0625 1 1 3345 3293 0 0.812 1 2 interp_poly 3305 3096 0.0625 1 1 3373 3354 0 0.625 1 3305 3096 0.0625 1 1 2 interp_poly -40 17 68 44 3345 3293 3 MP PP 3345 3293 0 0.812 1 3413 3337 0 0.688 1 3345 3293 0 0.812 1 2 interp_poly 3413 3337 0 0.688 1 3373 3354 0 0.625 1 3413 3337 0 0.688 1 2 interp_poly 68 44 -40 -476 3385 3769 3 MP PP 3385 3769 0 0 1 3345 3293 0 0.812 1 3385 3769 0 0 1 2 interp_poly 3345 3293 0 0.812 1 3413 3337 0 0.688 1 3345 3293 0 0.812 1 2 interp_poly 67 313 -40 329 3398 3312 3 MP PP 3398 3312 0 0.938 1 3358 3641 0 0.312 1 3398 3312 0 0.938 1 2 interp_poly 3358 3641 0 0.312 1 3425 3954 0 0 0.75 3358 3641 0 0.312 1 2 interp_poly -40 866 67 -224 3398 3312 3 MP PP 3398 3312 0 0.938 1 3465 3088 0.25 1 0.812 3398 3312 0 0.938 1 2 interp_poly 3465 3088 0.25 1 0.812 3425 3954 0 0 0.75 3465 3088 0.25 1 0.812 2 interp_poly -40 -453 68 7 3410 4105 3 MP PP 3410 4105 0 0 0.688 3478 4112 0 0 0.625 3410 4105 0 0 0.688 2 interp_poly 3478 4112 0 0 0.625 3438 3659 0 0.375 1 3478 4112 0 0 0.625 2 interp_poly 67 -45 -40 -453 3478 4112 3 MP PP 3478 4112 0 0 0.625 3438 3659 0 0.375 1 3478 4112 0 0 0.625 2 interp_poly 3438 3659 0 0.375 1 3505 3614 0 0.438 1 3438 3659 0 0.375 1 2 interp_poly -40 444 68 -309 3450 3977 3 MP PP 3450 3977 0 0 0.938 3518 3668 0 0.438 1 3450 3977 0 0 0.938 2 interp_poly 3518 3668 0 0.438 1 3478 4112 0 0 0.625 3518 3668 0 0.438 1 2 interp_poly 68 -309 -40 251 3490 3726 3 MP PP 3490 3726 0 0.375 1 3450 3977 0 0 0.938 3490 3726 0 0.375 1 2 interp_poly 3450 3977 0 0 0.938 3518 3668 0 0.438 1 3450 3977 0 0 0.938 2 interp_poly 68 7 -40 128 3450 3977 3 MP PP 3450 3977 0 0 0.938 3410 4105 0 0 0.688 3450 3977 0 0 0.938 2 interp_poly 3410 4105 0 0 0.688 3478 4112 0 0 0.625 3410 4105 0 0 0.688 2 interp_poly -40 -462 68 -8 3462 4196 3 MP PP 3462 4196 0 0 0.625 3530 4188 0 0 0.625 3462 4196 0 0 0.625 2 interp_poly 3530 4188 0 0 0.625 3490 3726 0 0.375 1 3530 4188 0 0 0.625 2 interp_poly 68 31 -40 -526 3505 3614 3 MP PP 3505 3614 0 0.438 1 3465 3088 0.25 1 0.812 3505 3614 0 0.438 1 2 interp_poly 3465 3088 0.25 1 0.812 3533 3119 0.188 1 0.875 3465 3088 0.25 1 0.812 2 interp_poly -40 10 68 -68 3490 3726 3 MP PP 3490 3726 0 0.375 1 3558 3658 0 0.5 1 3490 3726 0 0.375 1 2 interp_poly 3558 3658 0 0.5 1 3518 3668 0 0.438 1 3558 3658 0 0.5 1 2 interp_poly 68 -68 -40 -462 3530 4188 3 MP PP 3530 4188 0 0 0.625 3490 3726 0 0.375 1 3530 4188 0 0 0.625 2 interp_poly 3490 3726 0 0.375 1 3558 3658 0 0.5 1 3490 3726 0 0.375 1 2 interp_poly 68 -3 -40 1453 3542 2678 3 MP PP 3542 2678 1 0.75 0 3502 4131 0 0 0.812 3542 2678 1 0.75 0 2 interp_poly 3502 4131 0 0 0.812 3570 4128 0 0 0.812 3502 4131 0 0 0.812 2 interp_poly -40 329 68 -423 3330 3735 3 MP PP 3330 3735 0 0.188 1 3398 3312 0 0.938 1 3330 3735 0 0.188 1 2 interp_poly 3398 3312 0 0.938 1 3358 3641 0 0.312 1 3398 3312 0 0.938 1 2 interp_poly 68 -423 -40 305 3370 3430 3 MP PP 3370 3430 0 0.75 1 3330 3735 0 0.188 1 3370 3430 0 0.75 1 2 interp_poly 3330 3735 0 0.188 1 3398 3312 0 0.938 1 3330 3735 0 0.188 1 2 interp_poly -40 -347 68 229 3370 3430 3 MP PP 3370 3430 0 0.75 1 3438 3659 0 0.375 1 3370 3430 0 0.75 1 2 interp_poly 3438 3659 0 0.375 1 3398 3312 0 0.938 1 3438 3659 0 0.375 1 2 interp_poly 68 229 -40 -675 3410 4105 3 MP PP 3410 4105 0 0 0.688 3370 3430 0 0.75 1 3410 4105 0 0 0.688 2 interp_poly 3370 3430 0 0.75 1 3438 3659 0 0.375 1 3370 3430 0 0.75 1 2 interp_poly -40 128 68 602 3382 3375 3 MP PP 3382 3375 0 1 1 3450 3977 0 0 0.938 3382 3375 0 1 1 2 interp_poly 3450 3977 0 0 0.938 3410 4105 0 0 0.688 3450 3977 0 0 0.938 2 interp_poly 68 602 -40 -512 3422 3887 3 MP PP 3422 3887 0 0.125 1 3382 3375 0 1 1 3422 3887 0 0.125 1 2 interp_poly 3382 3375 0 1 1 3450 3977 0 0 0.938 3382 3375 0 1 1 2 interp_poly -40 -675 68 -19 3342 4124 3 MP PP 3342 4124 0 0 0.625 3410 4105 0 0 0.688 3342 4124 0 0 0.625 2 interp_poly 3410 4105 0 0 0.688 3370 3430 0 0.75 1 3410 4105 0 0 0.688 2 interp_poly 68 -19 -40 749 3382 3375 3 MP PP 3382 3375 0 1 1 3342 4124 0 0 0.625 3382 3375 0 1 1 2 interp_poly 3342 4124 0 0 0.625 3410 4105 0 0 0.688 3342 4124 0 0 0.625 2 interp_poly -40 -309 68 -21 3394 4217 3 MP PP 3394 4217 0 0 0.625 3462 4196 0 0 0.625 3394 4217 0 0 0.625 2 interp_poly 3462 4196 0 0 0.625 3422 3887 0 0.125 1 3462 4196 0 0 0.625 2 interp_poly 67 -224 -40 -347 3438 3659 3 MP PP 3438 3659 0 0.375 1 3398 3312 0 0.938 1 3438 3659 0 0.375 1 2 interp_poly 3398 3312 0 0.938 1 3465 3088 0.25 1 0.812 3398 3312 0 0.938 1 2 interp_poly -40 251 68 -161 3422 3887 3 MP PP 3422 3887 0 0.125 1 3490 3726 0 0.375 1 3422 3887 0 0.125 1 2 interp_poly 3490 3726 0 0.375 1 3450 3977 0 0 0.938 3490 3726 0 0.375 1 2 interp_poly 68 -161 -40 -309 3462 4196 3 MP PP 3462 4196 0 0 0.625 3422 3887 0 0.125 1 3462 4196 0 0 0.625 2 interp_poly 3422 3887 0 0.125 1 3490 3726 0 0.375 1 3422 3887 0 0.125 1 2 interp_poly -40 -526 67 -45 3438 3659 3 MP PP 3438 3659 0 0.375 1 3505 3614 0 0.438 1 3438 3659 0 0.375 1 2 interp_poly 3505 3614 0 0.438 1 3465 3088 0.25 1 0.812 3505 3614 0 0.438 1 2 interp_poly 68 -38 -40 1430 3474 2739 3 MP PP 3474 2739 1 0.812 0 3434 4169 0 0 0.75 3474 2739 1 0.812 0 2 interp_poly 3434 4169 0 0 0.75 3502 4131 0 0 0.812 3434 4169 0 0 0.75 2 interp_poly -40 1453 68 -61 3474 2739 3 MP PP 3474 2739 1 0.812 0 3542 2678 1 0.75 0 3474 2739 1 0.812 0 2 interp_poly 3542 2678 1 0.75 0 3502 4131 0 0 0.812 3542 2678 1 0.75 0 2 interp_poly -40 -1023 68 -89 3446 3851 3 MP PP 3446 3851 0 0.438 1 3514 3762 0 0.562 1 3446 3851 0 0.438 1 2 interp_poly 3514 3762 0 0.562 1 3474 2739 1 0.812 0 3514 3762 0 0.562 1 2 interp_poly 68 -61 -40 -1023 3514 3762 3 MP PP 3514 3762 0 0.562 1 3474 2739 1 0.812 0 3514 3762 0 0.562 1 2 interp_poly 3474 2739 1 0.812 0 3542 2678 1 0.75 0 3474 2739 1 0.812 0 2 interp_poly -40 -1111 68 27 3514 3762 3 MP PP 3514 3762 0 0.562 1 3582 3789 0 0.5 1 3514 3762 0 0.562 1 2 interp_poly 3582 3789 0 0.5 1 3542 2678 1 0.75 0 3582 3789 0 0.5 1 2 interp_poly -40 583 68 -395 3486 3574 3 MP PP 3486 3574 0 0.938 1 3554 3179 0.562 1 0.5 3486 3574 0 0.938 1 2 interp_poly 3554 3179 0.562 1 0.5 3514 3762 0 0.562 1 3554 3179 0.562 1 0.5 2 interp_poly 68 27 -40 583 3554 3179 3 MP PP 3554 3179 0.562 1 0.5 3514 3762 0 0.562 1 3554 3179 0.562 1 0.5 2 interp_poly 3514 3762 0 0.562 1 3582 3789 0 0.5 1 3514 3762 0 0.562 1 2 interp_poly -40 1248 68 -638 3554 3179 3 MP PP 3554 3179 0.562 1 0.5 3622 2541 1 0.438 0 3554 3179 0.562 1 0.5 2 interp_poly 3622 2541 1 0.438 0 3582 3789 0 0.5 1 3622 2541 1 0.438 0 2 interp_poly -40 -764 68 486 3526 3457 3 MP PP 3526 3457 0.188 1 0.875 3594 3943 0 0.312 1 3526 3457 0.188 1 0.875 2 interp_poly 3594 3943 0 0.312 1 3554 3179 0.562 1 0.5 3594 3943 0 0.312 1 2 interp_poly 68 486 -40 -517 3566 3974 3 MP PP 3566 3974 0 0.312 1 3526 3457 0.188 1 0.875 3566 3974 0 0.312 1 2 interp_poly 3526 3457 0.188 1 0.875 3594 3943 0 0.312 1 3526 3457 0.188 1 0.875 2 interp_poly 68 -9 -40 60 3570 4128 3 MP PP 3570 4128 0 0 0.812 3530 4188 0 0 0.625 3570 4128 0 0 0.812 2 interp_poly 3530 4188 0 0 0.625 3598 4179 0 0 0.625 3530 4188 0 0 0.625 2 interp_poly 68 -638 -40 -764 3594 3943 3 MP PP 3594 3943 0 0.312 1 3554 3179 0.562 1 0.5 3594 3943 0 0.312 1 2 interp_poly 3554 3179 0.562 1 0.5 3622 2541 1 0.438 0 3554 3179 0.562 1 0.5 2 interp_poly -40 56 68 -87 3566 3974 3 MP PP 3566 3974 0 0.312 1 3634 3887 0 0.438 1 3566 3974 0 0.312 1 2 interp_poly 3634 3887 0 0.438 1 3594 3943 0 0.312 1 3634 3887 0 0.438 1 2 interp_poly 68 -87 -40 -263 3606 4237 3 MP PP 3606 4237 0 0 0.938 3566 3974 0 0.312 1 3606 4237 0 0 0.938 2 interp_poly 3566 3974 0 0.312 1 3634 3887 0 0.438 1 3566 3974 0 0.312 1 2 interp_poly -40 60 68 -3 3502 4131 3 MP PP 3502 4131 0 0 0.812 3570 4128 0 0 0.812 3502 4131 0 0 0.812 2 interp_poly 3570 4128 0 0 0.812 3530 4188 0 0 0.625 3570 4128 0 0 0.812 2 interp_poly -40 -263 68 36 3538 4201 3 MP PP 3538 4201 0 0 1 3606 4237 0 0 0.938 3538 4201 0 0 1 2 interp_poly 3606 4237 0 0 0.938 3566 3974 0 0.312 1 3606 4237 0 0 0.938 2 interp_poly gr 1 sg gs 899 389 5356 4226 rc 68 -8 -40 65 3502 4131 3 MP PP 3502 4131 0 0 0.812 3462 4196 0 0 0.625 3502 4131 0 0 0.812 2 interp_poly 3462 4196 0 0 0.625 3530 4188 0 0 0.625 3462 4196 0 0 0.625 2 interp_poly 68 -342 -40 115 3538 4201 3 MP PP 3538 4201 0 0 1 3498 4316 0 0 0.75 3538 4201 0 0 1 2 interp_poly 3498 4316 0 0 0.75 3566 3974 0 0.312 1 3498 4316 0 0 0.75 2 interp_poly -40 -517 68 -342 3498 4316 3 MP PP 3498 4316 0 0 0.75 3566 3974 0 0.312 1 3498 4316 0 0 0.75 2 interp_poly 3566 3974 0 0.312 1 3526 3457 0.188 1 0.875 3566 3974 0 0.312 1 2 interp_poly 68 -395 -40 117 3526 3457 3 MP PP 3526 3457 0.188 1 0.875 3486 3574 0 0.938 1 3526 3457 0.188 1 0.875 2 interp_poly 3486 3574 0 0.938 1 3554 3179 0.562 1 0.5 3486 3574 0 0.938 1 2 interp_poly -40 -512 68 -65 3354 3952 3 MP PP 3354 3952 0 0.0625 1 3422 3887 0 0.125 1 3354 3952 0 0.0625 1 2 interp_poly 3422 3887 0 0.125 1 3382 3375 0 1 1 3422 3887 0 0.125 1 2 interp_poly 68 -65 -40 -265 3394 4217 3 MP PP 3394 4217 0 0 0.625 3354 3952 0 0.0625 1 3394 4217 0 0 0.625 2 interp_poly 3354 3952 0 0.0625 1 3422 3887 0 0.125 1 3354 3952 0 0.0625 1 2 interp_poly -40 -261 67 -68 3369 2814 3 MP PP 3369 2814 0 0.875 1 3436 2746 0 1 1 3369 2814 0 0.875 1 2 interp_poly 3436 2746 0 1 1 3396 2485 0.375 1 0.688 3436 2746 0 1 1 2 interp_poly 68 205 -40 1336 3406 2628 3 MP PP 3406 2628 1 0.625 0 3366 3964 0 0.125 1 3406 2628 1 0.625 0 2 interp_poly 3366 3964 0 0.125 1 3434 4169 0 0 0.75 3366 3964 0 0.125 1 2 interp_poly 68 147 -40 -261 3436 2746 3 MP PP 3436 2746 0 1 1 3396 2485 0.375 1 0.688 3436 2746 0 1 1 2 interp_poly 3396 2485 0.375 1 0.688 3464 2632 0.125 1 0.938 3396 2485 0.375 1 0.688 2 interp_poly -40 1430 68 111 3406 2628 3 MP PP 3406 2628 1 0.625 0 3474 2739 1 0.812 0 3406 2628 1 0.625 0 2 interp_poly 3474 2739 1 0.812 0 3434 4169 0 0 0.75 3474 2739 1 0.812 0 2 interp_poly -40 -1223 68 140 3378 3711 3 MP PP 3378 3711 0 0.688 1 3446 3851 0 0.438 1 3378 3711 0 0.688 1 2 interp_poly 3446 3851 0 0.438 1 3406 2628 1 0.625 0 3446 3851 0 0.438 1 2 interp_poly 68 140 -40 16 3418 3695 3 MP PP 3418 3695 0 0.75 1 3378 3711 0 0.688 1 3418 3695 0 0.75 1 2 interp_poly 3378 3711 0 0.688 1 3446 3851 0 0.438 1 3378 3711 0 0.688 1 2 interp_poly 68 -21 -40 48 3434 4169 3 MP PP 3434 4169 0 0 0.75 3394 4217 0 0 0.625 3434 4169 0 0 0.75 2 interp_poly 3394 4217 0 0 0.625 3462 4196 0 0 0.625 3394 4217 0 0 0.625 2 interp_poly 68 111 -40 -1223 3446 3851 3 MP PP 3446 3851 0 0.438 1 3406 2628 1 0.625 0 3446 3851 0 0.438 1 2 interp_poly 3406 2628 1 0.625 0 3474 2739 1 0.812 0 3406 2628 1 0.625 0 2 interp_poly -40 277 68 -121 3418 3695 3 MP PP 3418 3695 0 0.75 1 3486 3574 0 0.938 1 3418 3695 0 0.75 1 2 interp_poly 3486 3574 0 0.938 1 3446 3851 0 0.438 1 3486 3574 0 0.938 1 2 interp_poly 68 -121 -40 338 3458 3357 3 MP PP 3458 3357 0.375 1 0.688 3418 3695 0 0.75 1 3458 3357 0.375 1 0.688 2 interp_poly 3418 3695 0 0.75 1 3486 3574 0 0.938 1 3418 3695 0 0.75 1 2 interp_poly -40 65 68 -38 3434 4169 3 MP PP 3434 4169 0 0 0.75 3502 4131 0 0 0.812 3434 4169 0 0 0.75 2 interp_poly 3502 4131 0 0 0.812 3462 4196 0 0 0.625 3502 4131 0 0 0.812 2 interp_poly 68 -89 -40 277 3486 3574 3 MP PP 3486 3574 0 0.938 1 3446 3851 0 0.438 1 3486 3574 0 0.938 1 2 interp_poly 3446 3851 0 0.438 1 3514 3762 0 0.562 1 3446 3851 0 0.438 1 2 interp_poly -40 -959 68 -14 3430 4330 3 MP PP 3430 4330 0 0 0.75 3498 4316 0 0 0.75 3430 4330 0 0 0.75 2 interp_poly 3498 4316 0 0 0.75 3458 3357 0.375 1 0.688 3498 4316 0 0 0.75 2 interp_poly 68 -14 -40 -22 3470 4352 3 MP PP 3470 4352 0 0 0.75 3430 4330 0 0 0.75 3470 4352 0 0 0.75 2 interp_poly 3430 4330 0 0 0.75 3498 4316 0 0 0.75 3430 4330 0 0 0.75 2 interp_poly -40 117 68 100 3458 3357 3 MP PP 3458 3357 0.375 1 0.688 3526 3457 0.188 1 0.875 3458 3357 0.375 1 0.688 2 interp_poly 3526 3457 0.188 1 0.875 3486 3574 0 0.938 1 3526 3457 0.188 1 0.875 2 interp_poly 68 100 -40 -959 3498 4316 3 MP PP 3498 4316 0 0 0.75 3458 3357 0.375 1 0.688 3498 4316 0 0 0.75 2 interp_poly 3458 3357 0.375 1 0.688 3526 3457 0.188 1 0.875 3458 3357 0.375 1 0.688 2 interp_poly -40 115 68 -151 3470 4352 3 MP PP 3470 4352 0 0 0.75 3538 4201 0 0 1 3470 4352 0 0 0.75 2 interp_poly 3538 4201 0 0 1 3498 4316 0 0 0.75 3538 4201 0 0 1 2 interp_poly 68 36 -40 347 3213 3459 3 MP PP 3213 3459 0 0.312 1 3173 3806 0 0 0.625 3213 3459 0 0.312 1 2 interp_poly 3173 3806 0 0 0.625 3241 3842 0 0 0.562 3173 3806 0 0 0.625 2 interp_poly -40 -359 68 -74 3185 3892 3 MP PP 3185 3892 0 0 0.625 3253 3818 0 0 0.688 3185 3892 0 0 0.625 2 interp_poly 3253 3818 0 0 0.688 3213 3459 0 0.312 1 3253 3818 0 0 0.688 2 interp_poly -40 -532 68 -90 2796 3186 3 MP PP 2796 3186 0 0 0.562 2864 3096 0 0 0.688 2796 3186 0 0 0.562 2 interp_poly 2864 3096 0 0 0.688 2824 2564 0 0.562 1 2864 3096 0 0 0.688 2 interp_poly 68 -90 -40 635 2836 2551 3 MP PP 2836 2551 0 0.688 1 2796 3186 0 0 0.562 2836 2551 0 0.688 1 2 interp_poly 2796 3186 0 0 0.562 2864 3096 0 0 0.688 2796 3186 0 0 0.562 2 interp_poly 68 -124 -40 -498 2796 3186 3 MP PP 2796 3186 0 0 0.562 2756 2688 0 0.375 1 2796 3186 0 0 0.562 2 interp_poly 2756 2688 0 0.375 1 2824 2564 0 0.562 1 2756 2688 0 0.375 1 2 interp_poly -40 635 67 -280 2769 2831 3 MP PP 2769 2831 0 0.25 1 2836 2551 0 0.688 1 2769 2831 0 0.25 1 2 interp_poly 2836 2551 0 0.688 1 2796 3186 0 0 0.562 2836 2551 0 0.688 1 2 interp_poly 68 -291 -40 248 2704 2630 3 MP PP 2704 2630 0 0.312 1 2664 2878 0 0 0.875 2704 2630 0 0.312 1 2 interp_poly 2664 2878 0 0 0.875 2732 2587 0 0.375 1 2664 2878 0 0 0.875 2 interp_poly -40 3 68 -46 2704 2630 3 MP PP 2704 2630 0 0.312 1 2772 2584 0 0.375 1 2704 2630 0 0.312 1 2 interp_poly 2772 2584 0 0.375 1 2732 2587 0 0.375 1 2772 2584 0 0.375 1 2 interp_poly 68 -350 -40 3 2772 2584 3 MP PP 2772 2584 0 0.375 1 2732 2587 0 0.375 1 2772 2584 0 0.375 1 2 interp_poly 2732 2587 0 0.375 1 2800 2237 0 0.938 1 2732 2587 0 0.375 1 2 interp_poly 68 -46 -40 70 2744 2560 3 MP PP 2744 2560 0 0.5 1 2704 2630 0 0.312 1 2744 2560 0 0.5 1 2 interp_poly 2704 2630 0 0.312 1 2772 2584 0 0.375 1 2704 2630 0 0.312 1 2 interp_poly -40 165 68 -141 2744 2560 3 MP PP 2744 2560 0 0.5 1 2812 2419 0 0.688 1 2744 2560 0 0.5 1 2 interp_poly 2812 2419 0 0.688 1 2772 2584 0 0.375 1 2812 2419 0 0.688 1 2 interp_poly -40 -17 68 -151 2716 2728 3 MP PP 2716 2728 0 0.25 1 2784 2577 0 0.5 1 2716 2728 0 0.25 1 2 interp_poly 2784 2577 0 0.5 1 2744 2560 0 0.5 1 2784 2577 0 0.5 1 2 interp_poly 68 -151 -40 40 2756 2688 3 MP PP 2756 2688 0 0.375 1 2716 2728 0 0.25 1 2756 2688 0 0.375 1 2 interp_poly 2716 2728 0 0.25 1 2784 2577 0 0.5 1 2716 2728 0 0.25 1 2 interp_poly 68 -141 -40 -17 2784 2577 3 MP PP 2784 2577 0 0.5 1 2744 2560 0 0.5 1 2784 2577 0 0.5 1 2 interp_poly 2744 2560 0 0.5 1 2812 2419 0 0.688 1 2744 2560 0 0.5 1 2 interp_poly -40 13 68 -124 2756 2688 3 MP PP 2756 2688 0 0.375 1 2824 2564 0 0.562 1 2756 2688 0 0.375 1 2 interp_poly 2824 2564 0 0.562 1 2784 2577 0 0.5 1 2824 2564 0 0.562 1 2 interp_poly 67 -280 -40 982 2809 1849 3 MP PP 2809 1849 0.938 1 0.125 2769 2831 0 0.25 1 2809 1849 0.938 1 0.125 2 interp_poly 2769 2831 0 0.25 1 2836 2551 0 0.688 1 2769 2831 0 0.25 1 2 interp_poly -40 161 67 541 2809 1849 3 MP PP 2809 1849 0.938 1 0.125 2876 2390 0 1 1 2809 1849 0.938 1 0.125 2 interp_poly 2876 2390 0 1 1 2836 2551 0 0.688 1 2876 2390 0 1 1 2 interp_poly 67 541 -40 -41 2849 1890 3 MP PP 2849 1890 0.938 1 0.125 2809 1849 0.938 1 0.125 2849 1890 0.938 1 0.125 2 interp_poly 2809 1849 0.938 1 0.125 2876 2390 0 1 1 2809 1849 0.938 1 0.125 2 interp_poly -40 -1387 68 12 2821 3265 3 MP PP 2821 3265 0 0 0.625 2889 3277 0 0 0.625 2821 3265 0 0 0.625 2 interp_poly 2889 3277 0 0 0.625 2849 1890 0.938 1 0.125 2889 3277 0 0 0.625 2 interp_poly 68 12 -40 585 2861 2680 3 MP PP 2861 2680 0 0.688 1 2821 3265 0 0 0.625 2861 2680 0 0.688 1 2 interp_poly 2821 3265 0 0 0.625 2889 3277 0 0 0.625 2821 3265 0 0 0.625 2 interp_poly -40 982 68 -562 2741 2411 3 MP PP 2741 2411 0 1 1 2809 1849 0.938 1 0.125 2741 2411 0 1 1 2 interp_poly 2809 1849 0.938 1 0.125 2769 2831 0 0.25 1 2809 1849 0.938 1 0.125 2 interp_poly -40 -41 68 -556 2781 2446 3 MP PP 2781 2446 0 1 1 2849 1890 0.938 1 0.125 2781 2446 0 1 1 2 interp_poly 2849 1890 0.938 1 0.125 2809 1849 0.938 1 0.125 2849 1890 0.938 1 0.125 2 interp_poly 68 -556 -40 -819 2821 3265 3 MP PP 2821 3265 0 0 0.625 2781 2446 0 1 1 2821 3265 0 0 0.625 2 interp_poly 2781 2446 0 1 1 2849 1890 0.938 1 0.125 2781 2446 0 1 1 2 interp_poly -40 585 68 349 2793 2331 3 MP PP 2793 2331 0.312 1 0.75 2861 2680 0 0.688 1 2793 2331 0.312 1 0.75 2 interp_poly 2861 2680 0 0.688 1 2821 3265 0 0 0.625 2861 2680 0 0.688 1 2 interp_poly -40 350 67 150 2849 1890 3 MP PP 2849 1890 0.938 1 0.125 2916 2040 0.625 1 0.438 2849 1890 0.938 1 0.125 2 interp_poly 2916 2040 0.625 1 0.438 2876 2390 0 1 1 2916 2040 0.625 1 0.438 2 interp_poly 67 150 -40 -1387 2889 3277 3 MP PP 2889 3277 0 0 0.625 2849 1890 0.938 1 0.125 2889 3277 0 0 0.625 2 interp_poly 2849 1890 0.938 1 0.125 2916 2040 0.625 1 0.438 2849 1890 0.938 1 0.125 2 interp_poly -40 569 68 28 2861 2680 3 MP PP 2861 2680 0 0.688 1 2929 2708 0 0.625 1 2861 2680 0 0.688 1 2 interp_poly 2929 2708 0 0.625 1 2889 3277 0 0 0.625 2929 2708 0 0.625 1 2 interp_poly 68 201 -40 -419 2873 3412 3 MP PP 2873 3412 0 0 0.562 2833 2993 0 0.25 1 2873 3412 0 0 0.562 2 interp_poly 2833 2993 0 0.25 1 2901 3194 0 0 0.875 2833 2993 0 0.25 1 2 interp_poly -40 27 68 304 2845 3081 3 MP PP 2845 3081 0 0.188 1 2913 3385 0 0 0.625 2845 3081 0 0.188 1 2 interp_poly 2913 3385 0 0 0.625 2873 3412 0 0 0.562 2913 3385 0 0 0.625 2 interp_poly -40 -514 68 201 2833 2993 3 MP PP 2833 2993 0 0.25 1 2901 3194 0 0 0.875 2833 2993 0 0.25 1 2 interp_poly 2901 3194 0 0 0.875 2861 2680 0 0.688 1 2901 3194 0 0 0.875 2 interp_poly 68 304 -40 -4 2885 3085 3 MP PP 2885 3085 0 0.188 1 2845 3081 0 0.188 1 2885 3085 0 0.188 1 2 interp_poly 2845 3081 0 0.188 1 2913 3385 0 0 0.625 2845 3081 0 0.188 1 2 interp_poly -40 -341 68 19 2661 3201 3 MP PP 2661 3201 0 0 0.625 2729 3220 0 0 0.562 2661 3201 0 0 0.625 2 interp_poly 2729 3220 0 0 0.562 2689 2879 0 0.0625 1 2729 3220 0 0 0.562 2 interp_poly 67 -191 -40 -341 2729 3220 3 MP PP 2729 3220 0 0 0.562 2689 2879 0 0.0625 1 2729 3220 0 0 0.562 2 interp_poly 2689 2879 0 0.0625 1 2756 2688 0 0.375 1 2689 2879 0 0.0625 1 2 interp_poly -40 -498 67 -34 2729 3220 3 MP PP 2729 3220 0 0 0.562 2796 3186 0 0 0.562 2729 3220 0 0 0.562 2 interp_poly 2796 3186 0 0 0.562 2756 2688 0 0.375 1 2796 3186 0 0 0.562 2 interp_poly -40 389 68 -217 2701 3048 3 MP PP 2701 3048 0 0 0.875 2769 2831 0 0.25 1 2701 3048 0 0 0.875 2 interp_poly 2769 2831 0 0.25 1 2729 3220 0 0 0.562 2769 2831 0 0.25 1 2 interp_poly -40 248 68 -190 2636 2820 3 MP PP 2636 2820 0 0.0625 1 2704 2630 0 0.312 1 2636 2820 0 0.0625 1 2 interp_poly 2704 2630 0 0.312 1 2664 2878 0 0 0.875 2704 2630 0 0.312 1 2 interp_poly -40 70 68 -201 2676 2761 3 MP PP 2676 2761 0 0.188 1 2744 2560 0 0.5 1 2676 2761 0 0.188 1 2 interp_poly 2744 2560 0 0.5 1 2704 2630 0 0.312 1 2744 2560 0 0.5 1 2 interp_poly 68 -201 -40 33 2716 2728 3 MP PP 2716 2728 0 0.25 1 2676 2761 0 0.188 1 2716 2728 0 0.25 1 2 interp_poly 2676 2761 0 0.188 1 2744 2560 0 0.5 1 2676 2761 0 0.188 1 2 interp_poly -40 40 67 -191 2689 2879 3 MP PP 2689 2879 0 0.0625 1 2756 2688 0 0.375 1 2689 2879 0 0.0625 1 2 interp_poly 2756 2688 0 0.375 1 2716 2728 0 0.25 1 2756 2688 0 0.375 1 2 interp_poly 68 -217 -40 637 2741 2411 3 MP PP 2741 2411 0 1 1 2701 3048 0 0 0.875 2741 2411 0 1 1 2 interp_poly 2701 3048 0 0 0.875 2769 2831 0 0.25 1 2701 3048 0 0 0.875 2 interp_poly 67 -34 -40 389 2769 2831 3 MP PP 2769 2831 0 0.25 1 2729 3220 0 0 0.562 2769 2831 0 0.25 1 2 interp_poly 2729 3220 0 0 0.562 2796 3186 0 0 0.562 2729 3220 0 0 0.562 2 interp_poly -40 -819 68 171 2753 3094 3 MP PP 2753 3094 0 0 0.938 2821 3265 0 0 0.625 2753 3094 0 0 0.938 2 interp_poly 2821 3265 0 0 0.625 2781 2446 0 1 1 2821 3265 0 0 0.625 2 interp_poly 68 171 -40 763 2793 2331 3 MP PP 2793 2331 0.312 1 0.75 2753 3094 0 0 0.938 2793 2331 0.312 1 0.75 2 interp_poly 2753 3094 0 0 0.938 2821 3265 0 0 0.625 2753 3094 0 0 0.938 2 interp_poly -40 -419 68 23 2805 3389 3 MP PP 2805 3389 0 0 0.625 2873 3412 0 0 0.562 2805 3389 0 0 0.625 2 interp_poly 2873 3412 0 0 0.562 2833 2993 0 0.25 1 2873 3412 0 0 0.562 2 interp_poly 68 23 -40 308 2845 3081 3 MP PP 2845 3081 0 0.188 1 2805 3389 0 0 0.625 2845 3081 0 0.188 1 2 interp_poly 2805 3389 0 0 0.625 2873 3412 0 0 0.562 2805 3389 0 0 0.625 2 interp_poly 68 28 -40 -514 2901 3194 3 MP PP 2901 3194 0 0 0.875 2861 2680 0 0.688 1 2901 3194 0 0 0.875 2 interp_poly 2861 2680 0 0.688 1 2929 2708 0 0.625 1 2861 2680 0 0.688 1 2 interp_poly -40 118 68 182 2885 3085 3 MP PP 2885 3085 0 0.188 1 2953 3267 0 0 0.875 2885 3085 0 0.188 1 2 interp_poly 2953 3267 0 0 0.875 2913 3385 0 0 0.625 2953 3267 0 0 0.875 2 interp_poly -40 -361 68 12 2857 3434 3 MP PP 2857 3434 0 0 0.688 2925 3446 0 0 0.625 2857 3434 0 0 0.688 2 interp_poly 2925 3446 0 0 0.625 2885 3085 0 0.188 1 2925 3446 0 0 0.625 2 interp_poly 68 182 -40 -361 2925 3446 3 MP PP 2925 3446 0 0 0.625 2885 3085 0 0.188 1 2925 3446 0 0 0.625 2 interp_poly 2885 3085 0 0.188 1 2953 3267 0 0 0.875 2885 3085 0 0.188 1 2 interp_poly -40 -25 68 128 2897 3343 3 MP PP 2897 3343 0 0 0.875 2965 3471 0 0 0.625 2897 3343 0 0 0.875 2 interp_poly 2965 3471 0 0 0.625 2925 3446 0 0 0.625 2965 3471 0 0 0.625 2 interp_poly 68 12 -40 91 2897 3343 3 MP PP 2897 3343 0 0 0.875 2857 3434 0 0 0.688 2897 3343 0 0 0.875 2 interp_poly 2857 3434 0 0 0.688 2925 3446 0 0 0.625 2857 3434 0 0 0.688 2 interp_poly 68 46 -40 -25 2965 3471 3 MP PP 2965 3471 0 0 0.625 2925 3446 0 0 0.625 2965 3471 0 0 0.625 2 interp_poly 2925 3446 0 0 0.625 2993 3492 0 0 0.562 2925 3446 0 0 0.625 2 interp_poly 68 128 -40 -191 2937 3534 3 MP PP 2937 3534 0 0 0.562 2897 3343 0 0 0.875 2937 3534 0 0 0.562 2 interp_poly 2897 3343 0 0 0.875 2965 3471 0 0 0.625 2897 3343 0 0 0.875 2 interp_poly -40 164 68 -227 2937 3534 3 MP PP 2937 3534 0 0 0.562 3005 3307 0 0 0.938 2937 3534 0 0 0.562 2 interp_poly 3005 3307 0 0 0.938 2965 3471 0 0 0.625 3005 3307 0 0 0.938 2 interp_poly 68 -227 -40 781 2977 2753 3 MP PP 2977 2753 0 0.938 1 2937 3534 0 0 0.562 2977 2753 0 0.938 1 2 interp_poly 2937 3534 0 0 0.562 3005 3307 0 0 0.938 2937 3534 0 0 0.562 2 interp_poly -40 -771 68 70 2949 3454 3 MP PP 2949 3454 0 0 0.812 3017 3524 0 0 0.688 2949 3454 0 0 0.812 2 interp_poly 3017 3524 0 0 0.688 2977 2753 0 0.938 1 3017 3524 0 0 0.688 2 interp_poly -40 781 68 61 2909 2692 3 MP PP 2909 2692 0.0625 1 1 2977 2753 0 0.938 1 2909 2692 0.0625 1 1 2 interp_poly 2977 2753 0 0.938 1 2937 3534 0 0 0.562 2977 2753 0 0.938 1 2 interp_poly 68 61 -40 -762 2949 3454 3 MP PP 2949 3454 0 0 0.812 2909 2692 0.0625 1 1 2949 3454 0 0 0.812 2 interp_poly 2909 2692 0.0625 1 1 2977 2753 0 0.938 1 2909 2692 0.0625 1 1 2 interp_poly 68 70 -40 1397 2989 2057 3 MP PP 2989 2057 1 0.812 0 2949 3454 0 0 0.812 2989 2057 1 0.812 0 2 interp_poly 2949 3454 0 0 0.812 3017 3524 0 0 0.688 2949 3454 0 0 0.812 2 interp_poly -40 1334 68 133 2989 2057 3 MP PP 2989 2057 1 0.812 0 3057 2190 1 1 0.0625 2989 2057 1 0.812 0 2 interp_poly 3057 2190 1 1 0.0625 3017 3524 0 0 0.688 3057 2190 1 1 0.0625 2 interp_poly -40 -518 68 -6 3001 3644 3 MP PP 3001 3644 0 0 0.688 3069 3638 0 0 0.625 3001 3644 0 0 0.688 2 interp_poly 3069 3638 0 0 0.625 3029 3120 0 0.5 1 3069 3638 0 0 0.625 2 interp_poly 68 -6 -40 -95 3041 3739 3 MP PP 3041 3739 0 0 0.562 3001 3644 0 0 0.688 3041 3739 0 0 0.562 2 interp_poly 3001 3644 0 0 0.688 3069 3638 0 0 0.625 3001 3644 0 0 0.688 2 interp_poly -40 -993 68 63 3029 3120 3 MP PP 3029 3120 0 0.5 1 3097 3183 0 0.375 1 3029 3120 0 0.5 1 2 interp_poly 3097 3183 0 0.375 1 3057 2190 1 1 0.0625 3097 3183 0 0.375 1 2 interp_poly 68 63 -40 -518 3069 3638 3 MP PP 3069 3638 0 0 0.625 3029 3120 0 0.5 1 3069 3638 0 0 0.625 2 interp_poly 3029 3120 0 0.5 1 3097 3183 0 0.375 1 3029 3120 0 0.5 1 2 interp_poly -40 -84 68 -17 3041 3739 3 MP PP 3041 3739 0 0 0.562 3109 3722 0 0 0.562 3041 3739 0 0 0.562 2 interp_poly 3109 3722 0 0 0.562 3069 3638 0 0 0.625 3109 3722 0 0 0.562 2 interp_poly 68 -17 -40 845 3081 2894 3 MP PP 3081 2894 0 1 1 3041 3739 0 0 0.562 3081 2894 0 1 1 2 interp_poly 3041 3739 0 0 0.562 3109 3722 0 0 0.562 3041 3739 0 0 0.562 2 interp_poly 68 -530 -40 -993 3097 3183 3 MP PP 3097 3183 0 0.375 1 3057 2190 1 1 0.0625 3097 3183 0 0.375 1 2 interp_poly 3057 2190 1 1 0.0625 3125 1660 1 0.188 0 3057 2190 1 1 0.0625 2 interp_poly -40 686 68 142 3081 2894 3 MP PP 3081 2894 0 1 1 3149 3036 0 0.75 1 3081 2894 0 1 1 2 interp_poly 3149 3036 0 0.75 1 3109 3722 0 0 0.562 3149 3036 0 0.75 1 2 interp_poly -40 -846 68 64 3053 3676 3 MP PP 3053 3676 0 0 0.75 3121 3740 0 0 0.625 3053 3676 0 0 0.75 2 interp_poly 3121 3740 0 0 0.625 3081 2894 0 1 1 3121 3740 0 0 0.625 2 interp_poly 68 142 -40 -846 3121 3740 3 MP PP 3121 3740 0 0 0.625 3081 2894 0 1 1 3121 3740 0 0 0.625 2 interp_poly 3081 2894 0 1 1 3149 3036 0 0.75 1 3081 2894 0 1 1 2 interp_poly 68 64 -40 565 3093 3111 3 MP PP 3093 3111 0 0.75 1 3053 3676 0 0 0.75 3093 3111 0 0.75 1 2 interp_poly 3053 3676 0 0 0.75 3121 3740 0 0 0.625 3053 3676 0 0 0.75 2 interp_poly -40 994 68 -365 3093 3111 3 MP PP 3093 3111 0 0.75 1 3161 2746 0.375 1 0.688 3093 3111 0 0.75 1 2 interp_poly 3161 2746 0.375 1 0.688 3121 3740 0 0 0.625 3161 2746 0.375 1 0.688 2 interp_poly -40 -889 68 -80 3105 3886 3 MP PP 3105 3886 0 0 0.562 3173 3806 0 0 0.625 3105 3886 0 0 0.562 2 interp_poly 3173 3806 0 0 0.625 3133 2917 0.125 1 0.938 3173 3806 0 0 0.625 2 interp_poly 68 -99 -40 -889 3173 3806 3 MP PP 3173 3806 0 0 0.625 3133 2917 0.125 1 0.938 3173 3806 0 0 0.625 2 interp_poly 3133 2917 0.125 1 0.938 3201 2818 0.25 1 0.812 3133 2917 0.125 1 0.938 2 interp_poly -40 347 68 -202 3145 3661 3 MP PP 3145 3661 0 0 0.938 3213 3459 0 0.312 1 3145 3661 0 0 0.938 2 interp_poly 3213 3459 0 0.312 1 3173 3806 0 0 0.625 3213 3459 0 0.312 1 2 interp_poly 68 -80 -40 225 3145 3661 3 MP PP 3145 3661 0 0 0.938 3105 3886 0 0 0.562 3145 3661 0 0 0.938 2 interp_poly 3105 3886 0 0 0.562 3173 3806 0 0 0.625 3105 3886 0 0 0.562 2 interp_poly 68 -202 -40 -231 3185 3892 3 MP PP 3185 3892 0 0 0.625 3145 3661 0 0 0.938 3185 3892 0 0 0.625 2 interp_poly 3145 3661 0 0 0.938 3213 3459 0 0.312 1 3145 3661 0 0 0.938 2 interp_poly 68 -74 -40 864 3225 3028 3 MP PP 3225 3028 0.125 1 0.938 3185 3892 0 0 0.625 3225 3028 0.125 1 0.938 2 interp_poly 3185 3892 0 0 0.625 3253 3818 0 0 0.688 3185 3892 0 0 0.625 2 interp_poly -40 855 68 -65 3225 3028 3 MP PP 3225 3028 0.125 1 0.938 3293 2963 0.188 1 0.875 3225 3028 0.125 1 0.938 2 interp_poly 3293 2963 0.188 1 0.875 3253 3818 0 0 0.688 3293 2963 0.188 1 0.875 2 interp_poly -40 -718 67 60 3198 3686 3 MP PP 3198 3686 0 0.0625 1 3265 3746 0 0 0.938 3198 3686 0 0.0625 1 2 interp_poly 3265 3746 0 0 0.938 3225 3028 0.125 1 0.938 3265 3746 0 0 0.938 2 interp_poly 67 60 -40 205 3238 3481 3 MP PP 3238 3481 0 0.438 1 3198 3686 0 0.0625 1 3238 3481 0 0.438 1 2 interp_poly 3198 3686 0 0.0625 1 3265 3746 0 0 0.938 3198 3686 0 0.0625 1 2 interp_poly 68 -65 -40 -718 3265 3746 3 MP PP 3265 3746 0 0 0.938 3225 3028 0.125 1 0.938 3265 3746 0 0 0.938 2 interp_poly 3225 3028 0.125 1 0.938 3293 2963 0.188 1 0.875 3225 3028 0.125 1 0.938 2 interp_poly -40 650 67 -385 3238 3481 3 MP PP 3238 3481 0 0.438 1 3305 3096 0.0625 1 1 3238 3481 0 0.438 1 2 interp_poly 3305 3096 0.0625 1 1 3265 3746 0 0 0.938 3305 3096 0.0625 1 1 2 interp_poly 67 -385 -40 737 3278 2744 3 MP PP 3278 2744 0.75 1 0.312 3238 3481 0 0.438 1 3278 2744 0.75 1 0.312 2 interp_poly 3238 3481 0 0.438 1 3305 3096 0.0625 1 1 3238 3481 0 0.438 1 2 interp_poly -40 -1169 68 121 3250 3792 3 MP PP 3250 3792 0 0 1 3318 3913 0 0 0.812 3250 3792 0 0 1 2 interp_poly 3318 3913 0 0 0.812 3278 2744 0.75 1 0.312 3318 3913 0 0 0.812 2 interp_poly 68 121 -40 -170 3290 3962 3 MP PP 3290 3962 0 0 0.812 3250 3792 0 0 1 3290 3962 0 0 0.812 2 interp_poly 3250 3792 0 0 1 3318 3913 0 0 0.812 3250 3792 0 0 1 2 interp_poly -40 -197 67 549 3278 2744 3 MP PP 3278 2744 0.75 1 0.312 3345 3293 0 0.812 1 3278 2744 0.75 1 0.312 2 interp_poly 3345 3293 0 0.812 1 3305 3096 0.0625 1 1 3345 3293 0 0.812 1 2 interp_poly 67 549 -40 -1169 3318 3913 3 MP PP 3318 3913 0 0 0.812 3278 2744 0.75 1 0.312 3318 3913 0 0 0.812 2 interp_poly 3278 2744 0.75 1 0.312 3345 3293 0 0.812 1 3278 2744 0.75 1 0.312 2 interp_poly -40 227 68 150 3262 3585 3 MP PP 3262 3585 0 0.5 1 3330 3735 0 0.188 1 3262 3585 0 0.5 1 2 interp_poly 3330 3735 0 0.188 1 3290 3962 0 0 0.812 3330 3735 0 0.188 1 2 interp_poly -40 -170 68 -55 3222 4017 3 MP PP 3222 4017 0 0 0.688 3290 3962 0 0 0.812 3222 4017 0 0 0.688 2 interp_poly 3290 3962 0 0 0.812 3250 3792 0 0 1 3290 3962 0 0 0.812 2 interp_poly -40 -231 67 42 3118 3850 3 MP PP 3118 3850 0 0 0.688 3185 3892 0 0 0.625 3118 3850 0 0 0.688 2 interp_poly 3185 3892 0 0 0.625 3145 3661 0 0 0.938 3185 3892 0 0 0.625 2 interp_poly -40 -244 68 -31 2933 3675 3 MP PP 2933 3675 0 0 0.625 3001 3644 0 0 0.688 2933 3675 0 0 0.625 2 interp_poly 3001 3644 0 0 0.688 2961 3400 0 0 1 3001 3644 0 0 0.688 2 interp_poly 68 -31 -40 -44 2973 3719 3 MP PP 2973 3719 0 0 0.562 2933 3675 0 0 0.625 2973 3719 0 0 0.562 2 interp_poly 2933 3675 0 0 0.625 3001 3644 0 0 0.688 2933 3675 0 0 0.625 2 interp_poly -40 -1063 68 -280 2961 3400 3 MP PP 2961 3400 0 0 1 3029 3120 0 0.5 1 2961 3400 0 0 1 2 interp_poly 3029 3120 0 0.5 1 2989 2057 1 0.812 0 3029 3120 0 0.5 1 2 interp_poly 68 -280 -40 -244 3001 3644 3 MP PP 3001 3644 0 0 0.688 2961 3400 0 0 1 3001 3644 0 0 0.688 2 interp_poly 2961 3400 0 0 1 3029 3120 0 0.5 1 2961 3400 0 0 1 2 interp_poly -40 -95 68 20 2973 3719 3 MP PP 2973 3719 0 0 0.562 3041 3739 0 0 0.562 2973 3719 0 0 0.562 2 interp_poly 3041 3739 0 0 0.562 3001 3644 0 0 0.688 3041 3739 0 0 0.562 2 interp_poly 68 20 -40 1004 3013 2715 3 MP PP 3013 2715 0.375 1 0.688 2973 3719 0 0 0.562 3013 2715 0.375 1 0.688 2 interp_poly 2973 3719 0 0 0.562 3041 3739 0 0 0.562 2973 3719 0 0 0.562 2 interp_poly 68 133 -40 -1063 3029 3120 3 MP PP 3029 3120 0 0.5 1 2989 2057 1 0.812 0 3029 3120 0 0.5 1 2 interp_poly 2989 2057 1 0.812 0 3057 2190 1 1 0.0625 2989 2057 1 0.812 0 2 interp_poly -40 845 68 179 3013 2715 3 MP PP 3013 2715 0.375 1 0.688 3081 2894 0 1 1 3013 2715 0.375 1 0.688 2 interp_poly 3081 2894 0 1 1 3041 3739 0 0 0.562 3081 2894 0 1 1 2 interp_poly -40 -961 68 -102 2985 3778 3 MP PP 2985 3778 0 0 0.625 3053 3676 0 0 0.75 2985 3778 0 0 0.625 2 interp_poly 3053 3676 0 0 0.75 3013 2715 0.375 1 0.688 3053 3676 0 0 0.75 2 interp_poly 68 -102 -40 232 3025 3546 3 MP PP 3025 3546 0 0.0625 1 2985 3778 0 0 0.625 3025 3546 0 0.0625 1 2 interp_poly 2985 3778 0 0 0.625 3053 3676 0 0 0.75 2985 3778 0 0 0.625 2 interp_poly 68 179 -40 -961 3053 3676 3 MP PP 3053 3676 0 0 0.75 3013 2715 0.375 1 0.688 3053 3676 0 0 0.75 2 interp_poly 3013 2715 0.375 1 0.688 3081 2894 0 1 1 3013 2715 0.375 1 0.688 2 interp_poly -40 565 68 -435 3025 3546 3 MP PP 3025 3546 0 0.0625 1 3093 3111 0 0.75 1 3025 3546 0 0.0625 1 2 interp_poly 3093 3111 0 0.75 1 3053 3676 0 0 0.75 3093 3111 0 0.75 1 2 interp_poly 68 -435 -40 294 3065 3252 3 MP PP 3065 3252 0 0.562 1 3025 3546 0 0.0625 1 3065 3252 0 0.562 1 2 interp_poly 3025 3546 0 0.0625 1 3093 3111 0 0.75 1 3025 3546 0 0.0625 1 2 interp_poly -40 -634 67 -15 3038 3901 3 MP PP 3038 3901 0 0 0.562 3105 3886 0 0 0.562 3038 3901 0 0 0.562 2 interp_poly 3105 3886 0 0 0.562 3065 3252 0 0.562 1 3105 3886 0 0 0.562 2 interp_poly 68 -335 -40 -634 3105 3886 3 MP PP 3105 3886 0 0 0.562 3065 3252 0 0.562 1 3105 3886 0 0 0.562 2 interp_poly 3065 3252 0 0.562 1 3133 2917 0.125 1 0.938 3065 3252 0 0.562 1 2 interp_poly -40 225 67 -6 3078 3667 3 MP PP 3078 3667 0 0 1 3145 3661 0 0 0.938 3078 3667 0 0 1 2 interp_poly 3145 3661 0 0 0.938 3105 3886 0 0 0.562 3145 3661 0 0 0.938 2 interp_poly 67 -6 -40 -183 3118 3850 3 MP PP 3118 3850 0 0 0.688 3078 3667 0 0 1 3118 3850 0 0 0.688 2 interp_poly 3078 3667 0 0 1 3145 3661 0 0 0.938 3078 3667 0 0 1 2 interp_poly 67 42 -40 562 3158 3288 3 MP PP 3158 3288 0 0.688 1 3118 3850 0 0 0.688 3158 3288 0 0.688 1 2 interp_poly 3118 3850 0 0 0.688 3185 3892 0 0 0.625 3118 3850 0 0 0.688 2 interp_poly -40 864 67 -260 3158 3288 3 MP PP 3158 3288 0 0.688 1 3225 3028 0.125 1 0.938 3158 3288 0 0.688 1 2 interp_poly 3225 3028 0.125 1 0.938 3185 3892 0 0 0.625 3225 3028 0.125 1 0.938 2 interp_poly -40 -398 68 -125 3130 3811 3 MP PP 3130 3811 0 0 0.875 3198 3686 0 0.0625 1 3130 3811 0 0 0.875 2 interp_poly 3198 3686 0 0.0625 1 3158 3288 0 0.688 1 3198 3686 0 0.0625 1 2 interp_poly 67 -260 -40 -398 3198 3686 3 MP PP 3198 3686 0 0.0625 1 3158 3288 0 0.688 1 3198 3686 0 0.0625 1 2 interp_poly 3158 3288 0 0.688 1 3225 3028 0.125 1 0.938 3158 3288 0 0.688 1 2 interp_poly 68 -125 -40 613 3170 3198 3 MP PP 3170 3198 0 0.938 1 3130 3811 0 0 0.875 3170 3198 0 0.938 1 2 interp_poly 3130 3811 0 0 0.875 3198 3686 0 0.0625 1 3130 3811 0 0 0.875 2 interp_poly 68 -368 -40 -72 3201 2818 3 MP PP 3201 2818 0.25 1 0.812 3161 2746 0.375 1 0.688 3201 2818 0.25 1 0.812 2 interp_poly 3161 2746 0.375 1 0.688 3229 2378 0.938 1 0.125 3161 2746 0.375 1 0.688 2 interp_poly -40 205 68 283 3170 3198 3 MP PP 3170 3198 0 0.938 1 3238 3481 0 0.438 1 3170 3198 0 0.938 1 2 interp_poly 3238 3481 0 0.438 1 3198 3686 0 0.0625 1 3238 3481 0 0.438 1 2 interp_poly -40 -72 68 -99 3133 2917 3 MP PP 3133 2917 0.125 1 0.938 3201 2818 0.25 1 0.812 3133 2917 0.125 1 0.938 2 interp_poly 3201 2818 0.25 1 0.812 3161 2746 0.375 1 0.688 3201 2818 0.25 1 0.812 2 interp_poly -40 -52 68 -388 3201 2818 3 MP PP 3201 2818 0.25 1 0.812 3269 2430 0.875 1 0.188 3201 2818 0.25 1 0.812 2 interp_poly 3269 2430 0.875 1 0.188 3229 2378 0.938 1 0.125 3269 2430 0.875 1 0.188 2 interp_poly 68 283 -40 700 3210 2498 3 MP PP 3210 2498 1 0.875 0 3170 3198 0 0.938 1 3210 2498 1 0.875 0 2 interp_poly 3170 3198 0 0.938 1 3238 3481 0 0.438 1 3170 3198 0 0.938 1 2 interp_poly -40 737 68 246 3210 2498 3 MP PP 3210 2498 1 0.875 0 3278 2744 0.75 1 0.312 3210 2498 1 0.875 0 2 interp_poly 3278 2744 0.75 1 0.312 3238 3481 0 0.438 1 3278 2744 0.75 1 0.312 2 interp_poly -40 -1294 68 -151 3182 3943 3 MP PP 3182 3943 0 0 0.812 3250 3792 0 0 1 3182 3943 0 0 0.812 2 interp_poly 3250 3792 0 0 1 3210 2498 1 0.875 0 3250 3792 0 0 1 2 interp_poly 68 -151 -40 -74 3222 4017 3 MP PP 3222 4017 0 0 0.688 3182 3943 0 0 0.812 3222 4017 0 0 0.688 2 interp_poly 3182 3943 0 0 0.812 3250 3792 0 0 1 3182 3943 0 0 0.812 2 interp_poly 68 246 -40 -1294 3250 3792 3 MP PP 3250 3792 0 0 1 3210 2498 1 0.875 0 3250 3792 0 0 1 2 interp_poly 3210 2498 1 0.875 0 3278 2744 0.75 1 0.312 3210 2498 1 0.875 0 2 interp_poly 68 -55 -40 432 3262 3585 3 MP PP 3262 3585 0 0.5 1 3222 4017 0 0 0.688 3262 3585 0 0.5 1 2 interp_poly 3222 4017 0 0 0.688 3290 3962 0 0 0.812 3222 4017 0 0 0.688 2 interp_poly -40 272 68 -321 3290 3962 3 MP PP 3290 3962 0 0 0.812 3358 3641 0 0.312 1 3290 3962 0 0 0.812 2 interp_poly 3358 3641 0 0.312 1 3318 3913 0 0 0.812 3358 3641 0 0.312 1 2 interp_poly 68 -321 -40 227 3330 3735 3 MP PP 3330 3735 0 0.188 1 3290 3962 0 0 0.812 3330 3735 0 0.188 1 2 interp_poly 3290 3962 0 0 0.812 3358 3641 0 0.312 1 3290 3962 0 0 0.812 2 interp_poly -40 -403 68 213 3274 3911 3 MP PP 3274 3911 0 0.0625 1 3342 4124 0 0 0.625 3274 3911 0 0.0625 1 2 interp_poly 3342 4124 0 0 0.625 3302 3721 0 0.312 1 3342 4124 0 0 0.625 2 interp_poly -40 432 68 -280 3194 3865 3 MP PP 3194 3865 0 0.0625 1 3262 3585 0 0.5 1 3194 3865 0 0.0625 1 2 interp_poly 3262 3585 0 0.5 1 3222 4017 0 0 0.688 3262 3585 0 0.5 1 2 interp_poly -40 -136 68 -38 3234 3759 3 MP PP 3234 3759 0 0.25 1 3302 3721 0 0.312 1 3234 3759 0 0.25 1 2 interp_poly 3302 3721 0 0.312 1 3262 3585 0 0.5 1 3302 3721 0 0.312 1 2 interp_poly 68 -38 -40 -152 3274 3911 3 MP PP 3274 3911 0 0.0625 1 3234 3759 0 0.25 1 3274 3911 0 0.0625 1 2 interp_poly 3234 3759 0 0.25 1 3302 3721 0 0.312 1 3234 3759 0 0.25 1 2 interp_poly 68 150 -40 -136 3302 3721 3 MP PP 3302 3721 0 0.312 1 3262 3585 0 0.5 1 3302 3721 0 0.312 1 2 interp_poly 3262 3585 0 0.5 1 3330 3735 0 0.188 1 3262 3585 0 0.5 1 2 interp_poly -40 305 68 -291 3302 3721 3 MP PP 3302 3721 0 0.312 1 3370 3430 0 0.75 1 3302 3721 0 0.312 1 2 interp_poly 3370 3430 0 0.75 1 3330 3735 0 0.188 1 3370 3430 0 0.75 1 2 interp_poly 68 -291 -40 -403 3342 4124 3 MP PP 3342 4124 0 0 0.625 3302 3721 0 0.312 1 3342 4124 0 0 0.625 2 interp_poly 3302 3721 0 0.312 1 3370 3430 0 0.75 1 3302 3721 0 0.312 1 2 interp_poly 68 213 -40 796 3314 3115 3 MP PP 3314 3115 0.438 1 0.625 3274 3911 0 0.0625 1 3314 3115 0.438 1 0.625 2 interp_poly 3274 3911 0 0.0625 1 3342 4124 0 0 0.625 3274 3911 0 0.0625 1 2 interp_poly -40 749 68 260 3314 3115 3 MP PP 3314 3115 0.438 1 0.625 3382 3375 0 1 1 3314 3115 0.438 1 0.625 2 interp_poly 3382 3375 0 1 1 3342 4124 0 0 0.625 3382 3375 0 1 1 2 interp_poly -40 -837 68 -71 3286 4023 3 MP PP 3286 4023 0 0 0.938 3354 3952 0 0.0625 1 3286 4023 0 0 0.938 2 interp_poly 3354 3952 0 0.0625 1 3314 3115 0.438 1 0.625 3354 3952 0 0.0625 1 2 interp_poly 68 -71 -40 -269 3326 4292 3 MP PP 3326 4292 0 0 0.562 3286 4023 0 0 0.938 3326 4292 0 0 0.562 2 interp_poly 3286 4023 0 0 0.938 3354 3952 0 0.0625 1 3286 4023 0 0 0.938 2 interp_poly 68 260 -40 -837 3354 3952 3 MP PP 3354 3952 0 0.0625 1 3314 3115 0.438 1 0.625 3354 3952 0 0.0625 1 2 interp_poly 3314 3115 0.438 1 0.625 3382 3375 0 1 1 3314 3115 0.438 1 0.625 2 interp_poly -40 -265 68 -75 3326 4292 3 MP PP 3326 4292 0 0 0.562 3394 4217 0 0 0.625 3326 4292 0 0 0.562 2 interp_poly 3394 4217 0 0 0.625 3354 3952 0 0.0625 1 3394 4217 0 0 0.625 2 interp_poly -40 328 68 142 3298 3822 3 MP PP 3298 3822 0 0.375 1 3366 3964 0 0.125 1 3298 3822 0 0.375 1 2 interp_poly 3366 3964 0 0.125 1 3326 4292 0 0 0.562 3366 3964 0 0.125 1 2 interp_poly 68 142 -40 679 3338 3143 3 MP PP 3338 3143 0.625 1 0.438 3298 3822 0 0.375 1 3338 3143 0.625 1 0.438 2 interp_poly 3298 3822 0 0.375 1 3366 3964 0 0.125 1 3298 3822 0 0.375 1 2 interp_poly 68 -75 -40 328 3366 3964 3 MP PP 3366 3964 0 0.125 1 3326 4292 0 0 0.562 3366 3964 0 0.125 1 2 interp_poly 3326 4292 0 0 0.562 3394 4217 0 0 0.625 3326 4292 0 0 0.562 2 interp_poly -40 1336 68 -515 3338 3143 3 MP PP 3338 3143 0.625 1 0.438 3406 2628 1 0.625 0 3338 3143 0.625 1 0.438 2 interp_poly 3406 2628 1 0.625 0 3366 3964 0 0.125 1 3406 2628 1 0.625 0 2 interp_poly -40 48 68 205 3366 3964 3 MP PP 3366 3964 0 0.125 1 3434 4169 0 0 0.75 3366 3964 0 0.125 1 2 interp_poly 3434 4169 0 0 0.75 3394 4217 0 0 0.625 3434 4169 0 0 0.75 2 interp_poly -40 -235 68 6 3322 4094 3 MP PP 3322 4094 0 0.125 1 3390 4100 0 0.125 1 3322 4094 0 0.125 1 2 interp_poly 3390 4100 0 0.125 1 3350 3865 0 0.5 1 3390 4100 0 0.125 1 2 interp_poly 68 6 -40 130 3362 3964 3 MP PP 3362 3964 0 0.438 1 3322 4094 0 0.125 1 3362 3964 0 0.438 1 2 interp_poly 3322 4094 0 0.125 1 3390 4100 0 0.125 1 3322 4094 0 0.125 1 2 interp_poly -40 -230 68 366 3362 3964 3 MP PP 3362 3964 0 0.438 1 3430 4330 0 0 0.75 3362 3964 0 0.438 1 2 interp_poly 3430 4330 0 0 0.75 3390 4100 0 0.125 1 3430 4330 0 0 0.75 2 interp_poly 68 366 -40 -247 3402 4211 3 MP PP 3402 4211 0 0.0625 1 3362 3964 0 0.438 1 3402 4211 0 0.0625 1 2 interp_poly 3362 3964 0 0.438 1 3430 4330 0 0 0.75 3362 3964 0 0.438 1 2 interp_poly 68 -743 -40 -230 3430 4330 3 MP PP 3430 4330 0 0 0.75 3390 4100 0 0.125 1 3430 4330 0 0 0.75 2 interp_poly 3390 4100 0 0.125 1 3458 3357 0.375 1 0.688 3390 4100 0 0.125 1 2 interp_poly -40 -22 68 141 3402 4211 3 MP PP 3402 4211 0 0.0625 1 3470 4352 0 0 0.75 3402 4211 0 0.0625 1 2 interp_poly 3470 4352 0 0 0.75 3430 4330 0 0 0.75 3470 4352 0 0 0.75 2 interp_poly -40 338 68 -743 3390 4100 3 MP PP 3390 4100 0 0.125 1 3458 3357 0.375 1 0.688 3390 4100 0 0.125 1 2 interp_poly 3458 3357 0.375 1 0.688 3418 3695 0 0.75 1 3458 3357 0.375 1 0.688 2 interp_poly 68 -170 -40 -235 3390 4100 3 MP PP 3390 4100 0 0.125 1 3350 3865 0 0.5 1 3390 4100 0 0.125 1 2 interp_poly 3350 3865 0 0.5 1 3418 3695 0 0.75 1 3350 3865 0 0.5 1 2 interp_poly -40 16 68 -170 3350 3865 3 MP PP 3350 3865 0 0.5 1 3418 3695 0 0.75 1 3350 3865 0 0.5 1 2 interp_poly 3418 3695 0 0.75 1 3378 3711 0 0.688 1 3418 3695 0 0.75 1 2 interp_poly 68 -515 -40 -568 3378 3711 3 MP PP 3378 3711 0 0.688 1 3338 3143 0.625 1 0.438 3378 3711 0 0.688 1 2 interp_poly 3338 3143 0.625 1 0.438 3406 2628 1 0.625 0 3338 3143 0.625 1 0.438 2 interp_poly -40 -247 68 -58 3334 4269 3 MP PP 3334 4269 0 0 0.938 3402 4211 0 0.0625 1 3334 4269 0 0 0.938 2 interp_poly 3402 4211 0 0.0625 1 3362 3964 0 0.438 1 3402 4211 0 0.0625 1 2 interp_poly 67 166 -40 -495 3369 2814 3 MP PP 3369 2814 0 0.875 1 3329 2319 0.688 1 0.375 3369 2814 0 0.875 1 2 interp_poly 3329 2319 0.688 1 0.375 3396 2485 0.375 1 0.688 3329 2319 0.688 1 0.375 2 interp_poly 68 -123 -40 -31 3350 3865 3 MP PP 3350 3865 0 0.5 1 3310 3834 0 0.5 1 3350 3865 0 0.5 1 2 interp_poly 3310 3834 0 0.5 1 3378 3711 0 0.688 1 3310 3834 0 0.5 1 2 interp_poly -40 -568 68 -123 3310 3834 3 MP PP 3310 3834 0 0.5 1 3378 3711 0 0.688 1 3310 3834 0 0.5 1 2 interp_poly 3378 3711 0 0.688 1 3338 3143 0.625 1 0.438 3378 3711 0 0.688 1 2 interp_poly 68 -44 -40 7 3154 3980 3 MP PP 3154 3980 0 0 0.812 3114 3987 0 0 0.75 3154 3980 0 0 0.812 2 interp_poly 3114 3987 0 0 0.75 3182 3943 0 0 0.812 3114 3987 0 0 0.75 2 interp_poly -40 -74 68 37 3154 3980 3 MP PP 3154 3980 0 0 0.812 3222 4017 0 0 0.688 3154 3980 0 0 0.812 2 interp_poly 3222 4017 0 0 0.688 3182 3943 0 0 0.812 3222 4017 0 0 0.688 2 interp_poly -40 -191 68 -8 2869 3542 3 MP PP 2869 3542 0 0 0.625 2937 3534 0 0 0.562 2869 3542 0 0 0.625 2 interp_poly 2937 3534 0 0 0.562 2897 3343 0 0 0.875 2937 3534 0 0 0.562 2 interp_poly -40 -433 68 -55 2737 3444 3 MP PP 2737 3444 0 0 0.562 2805 3389 0 0 0.625 2737 3444 0 0 0.562 2 interp_poly 2805 3389 0 0 0.625 2765 2956 0 0.312 1 2805 3389 0 0 0.625 2 interp_poly 68 -55 -40 240 2777 3204 3 MP PP 2777 3204 0 0 1 2737 3444 0 0 0.562 2777 3204 0 0 1 2 interp_poly 2737 3444 0 0 0.562 2805 3389 0 0 0.625 2737 3444 0 0 0.562 2 interp_poly 68 37 -40 -433 2805 3389 3 MP PP 2805 3389 0 0 0.625 2765 2956 0 0.312 1 2805 3389 0 0 0.625 2 interp_poly 2765 2956 0 0.312 1 2833 2993 0 0.25 1 2765 2956 0 0.312 1 2 interp_poly -40 308 68 -123 2777 3204 3 MP PP 2777 3204 0 0 1 2845 3081 0 0.188 1 2777 3204 0 0 1 2 interp_poly 2845 3081 0 0.188 1 2805 3389 0 0 0.625 2845 3081 0 0.188 1 2 interp_poly 68 -123 -40 167 2817 3037 3 MP PP 2817 3037 0 0.312 1 2777 3204 0 0 1 2817 3037 0 0.312 1 2 interp_poly 2777 3204 0 0 1 2845 3081 0 0.188 1 2777 3204 0 0 1 2 interp_poly -40 -397 68 -28 2789 3462 3 MP PP 2789 3462 0 0 0.688 2857 3434 0 0 0.688 2789 3462 0 0 0.688 2 interp_poly 2857 3434 0 0 0.688 2817 3037 0 0.312 1 2857 3434 0 0 0.688 2 interp_poly -40 -4 68 48 2817 3037 3 MP PP 2817 3037 0 0.312 1 2885 3085 0 0.188 1 2817 3037 0 0.312 1 2 interp_poly 2885 3085 0 0.188 1 2845 3081 0 0.188 1 2885 3085 0 0.188 1 2 interp_poly 68 48 -40 -397 2857 3434 3 MP PP 2857 3434 0 0 0.688 2817 3037 0 0.312 1 2857 3434 0 0 0.688 2 interp_poly 2817 3037 0 0.312 1 2885 3085 0 0.188 1 2817 3037 0 0.312 1 2 interp_poly -40 91 68 -42 2829 3385 3 MP PP 2829 3385 0 0 0.812 2897 3343 0 0 0.875 2829 3385 0 0 0.812 2 interp_poly 2897 3343 0 0 0.875 2857 3434 0 0 0.688 2897 3343 0 0 0.875 2 interp_poly 68 -28 -40 77 2829 3385 3 MP PP 2829 3385 0 0 0.812 2789 3462 0 0 0.688 2829 3385 0 0 0.812 2 interp_poly 2789 3462 0 0 0.688 2857 3434 0 0 0.688 2789 3462 0 0 0.688 2 interp_poly 68 -42 -40 -157 2869 3542 3 MP PP 2869 3542 0 0 0.625 2829 3385 0 0 0.812 2869 3542 0 0 0.625 2 interp_poly 2829 3385 0 0 0.812 2897 3343 0 0 0.875 2829 3385 0 0 0.812 2 interp_poly 68 -8 -40 850 2909 2692 3 MP PP 2909 2692 0.0625 1 1 2869 3542 0 0 0.625 2909 2692 0.0625 1 1 2 interp_poly 2869 3542 0 0 0.625 2937 3534 0 0 0.562 2869 3542 0 0 0.625 2 interp_poly -40 -159 68 -30 2865 3705 3 MP PP 2865 3705 0 0 0.625 2933 3675 0 0 0.625 2865 3705 0 0 0.625 2 interp_poly 2933 3675 0 0 0.625 2893 3516 0 0 0.875 2933 3675 0 0 0.625 2 interp_poly 68 -30 -40 -59 2905 3764 3 MP PP 2905 3764 0 0 0.562 2865 3705 0 0 0.625 2905 3764 0 0 0.562 2 interp_poly 2865 3705 0 0 0.625 2933 3675 0 0 0.625 2865 3705 0 0 0.625 2 interp_poly -40 -762 68 -37 2881 3491 3 MP PP 2881 3491 0 0 0.812 2949 3454 0 0 0.812 2881 3491 0 0 0.812 2 interp_poly 2949 3454 0 0 0.812 2909 2692 0.0625 1 1 2949 3454 0 0 0.812 2 interp_poly -40 850 68 -253 2841 2945 3 MP PP 2841 2945 0 0.688 1 2909 2692 0.0625 1 1 2841 2945 0 0.688 1 2 interp_poly 2909 2692 0.0625 1 1 2869 3542 0 0 0.625 2909 2692 0.0625 1 1 2 interp_poly 68 -253 -40 -546 2881 3491 3 MP PP 2881 3491 0 0 0.812 2841 2945 0 0.688 1 2881 3491 0 0 0.812 2 interp_poly 2841 2945 0 0.688 1 2909 2692 0.0625 1 1 2841 2945 0 0.688 1 2 interp_poly 68 -37 -40 1503 2921 1988 3 MP PP 2921 1988 1 0.688 0 2881 3491 0 0 0.812 2921 1988 1 0.688 0 2 interp_poly 2881 3491 0 0 0.812 2949 3454 0 0 0.812 2881 3491 0 0 0.812 2 interp_poly -40 1397 68 69 2921 1988 3 MP PP 2921 1988 1 0.688 0 2989 2057 1 0.812 0 2921 1988 1 0.688 0 2 interp_poly 2989 2057 1 0.812 0 2949 3454 0 0 0.812 2989 2057 1 0.812 0 2 interp_poly -40 -1412 68 -116 2893 3516 3 MP PP 2893 3516 0 0 0.875 2961 3400 0 0 1 2893 3516 0 0 0.875 2 interp_poly 2961 3400 0 0 1 2921 1988 1 0.688 0 2961 3400 0 0 1 2 interp_poly 68 -116 -40 -159 2933 3675 3 MP PP 2933 3675 0 0 0.625 2893 3516 0 0 0.875 2933 3675 0 0 0.625 2 interp_poly 2893 3516 0 0 0.875 2961 3400 0 0 1 2893 3516 0 0 0.875 2 interp_poly -40 -44 68 -45 2905 3764 3 MP PP 2905 3764 0 0 0.562 2973 3719 0 0 0.562 2905 3764 0 0 0.562 2 interp_poly 2973 3719 0 0 0.562 2933 3675 0 0 0.625 2973 3719 0 0 0.562 2 interp_poly 68 69 -40 -1412 2961 3400 3 MP PP 2961 3400 0 0 1 2921 1988 1 0.688 0 2961 3400 0 0 1 2 interp_poly 2921 1988 1 0.688 0 2989 2057 1 0.812 0 2921 1988 1 0.688 0 2 interp_poly 68 -45 -40 903 2945 2861 3 MP PP 2945 2861 0.125 1 0.938 2905 3764 0 0 0.562 2945 2861 0.125 1 0.938 2 interp_poly 2905 3764 0 0 0.562 2973 3719 0 0 0.562 2905 3764 0 0 0.562 2 interp_poly -40 1004 68 -146 2945 2861 3 MP PP 2945 2861 0.125 1 0.938 3013 2715 0.375 1 0.688 2945 2861 0.125 1 0.938 2 interp_poly 3013 2715 0.375 1 0.688 2973 3719 0 0 0.562 3013 2715 0.375 1 0.688 2 interp_poly -40 -917 67 46 2918 3732 3 MP PP 2918 3732 0 0 0.688 2985 3778 0 0 0.625 2918 3732 0 0 0.688 2 interp_poly 2985 3778 0 0 0.625 2945 2861 0.125 1 0.938 2985 3778 0 0 0.625 2 interp_poly 67 46 -40 153 2958 3579 3 MP PP 2958 3579 0 0 1 2918 3732 0 0 0.688 2958 3579 0 0 1 2 interp_poly 2918 3732 0 0 0.688 2985 3778 0 0 0.625 2918 3732 0 0 0.688 2 interp_poly 68 -146 -40 -917 2985 3778 3 MP PP 2985 3778 0 0 0.625 2945 2861 0.125 1 0.938 2985 3778 0 0 0.625 2 interp_poly 2945 2861 0.125 1 0.938 3013 2715 0.375 1 0.688 2945 2861 0.125 1 0.938 2 interp_poly -40 232 67 -33 2958 3579 3 MP PP 2958 3579 0 0 1 3025 3546 0 0.0625 1 2958 3579 0 0 1 2 interp_poly 3025 3546 0 0.0625 1 2985 3778 0 0 0.625 3025 3546 0 0.0625 1 2 interp_poly 67 -33 -40 239 2998 3340 3 MP PP 2998 3340 0 0.438 1 2958 3579 0 0 1 2998 3340 0 0.438 1 2 interp_poly 2958 3579 0 0 1 3025 3546 0 0.0625 1 2958 3579 0 0 1 2 interp_poly -40 -561 68 23 2970 3878 3 MP PP 2970 3878 0 0 0.625 3038 3901 0 0 0.562 2970 3878 0 0 0.625 2 interp_poly 3038 3901 0 0 0.562 2998 3340 0 0.438 1 3038 3901 0 0 0.562 2 interp_poly -40 294 67 -88 2998 3340 3 MP PP 2998 3340 0 0.438 1 3065 3252 0 0.562 1 2998 3340 0 0.438 1 2 interp_poly 3065 3252 0 0.562 1 3025 3546 0 0.0625 1 3065 3252 0 0.562 1 2 interp_poly 67 -88 -40 -561 3038 3901 3 MP PP 3038 3901 0 0 0.562 2998 3340 0 0.438 1 3038 3901 0 0 0.562 2 interp_poly 2998 3340 0 0.438 1 3065 3252 0 0.562 1 2998 3340 0 0.438 1 2 interp_poly -40 234 68 -61 3010 3728 3 MP PP 3010 3728 0 0 0.875 3078 3667 0 0 1 3010 3728 0 0 0.875 2 interp_poly 3078 3667 0 0 1 3038 3901 0 0 0.562 3078 3667 0 0 1 2 interp_poly 68 -61 -40 87 3050 3641 3 MP PP 3050 3641 0 0.0625 1 3010 3728 0 0 0.875 3050 3641 0 0.0625 1 2 interp_poly 3010 3728 0 0 0.875 3078 3667 0 0 1 3010 3728 0 0 0.875 2 interp_poly 67 -15 -40 234 3078 3667 3 MP PP 3078 3667 0 0 1 3038 3901 0 0 0.562 3078 3667 0 0 1 2 interp_poly 3038 3901 0 0 0.562 3105 3886 0 0 0.562 3038 3901 0 0 0.562 2 interp_poly -40 -183 68 209 3050 3641 3 MP PP 3050 3641 0 0.0625 1 3118 3850 0 0 0.688 3050 3641 0 0.0625 1 2 interp_poly 3118 3850 0 0 0.688 3078 3667 0 0 1 3118 3850 0 0 0.688 2 interp_poly 68 209 -40 51 3090 3590 3 MP PP 3090 3590 0 0.188 1 3050 3641 0 0.0625 1 3090 3590 0 0.188 1 2 interp_poly 3050 3641 0 0.0625 1 3118 3850 0 0 0.688 3050 3641 0 0.0625 1 2 interp_poly -40 562 68 -302 3090 3590 3 MP PP 3090 3590 0 0.188 1 3158 3288 0 0.688 1 3090 3590 0 0.188 1 2 interp_poly 3158 3288 0 0.688 1 3118 3850 0 0 0.688 3158 3288 0 0.688 1 2 interp_poly -40 -221 68 -87 3062 3898 3 MP PP 3062 3898 0 0 0.75 3130 3811 0 0 0.875 3062 3898 0 0 0.75 2 interp_poly 3130 3811 0 0 0.875 3090 3590 0 0.188 1 3130 3811 0 0 0.875 2 interp_poly -40 51 68 -77 3022 3667 3 MP PP 3022 3667 0 0.125 1 3090 3590 0 0.188 1 3022 3667 0 0.125 1 2 interp_poly 3090 3590 0 0.188 1 3050 3641 0 0.0625 1 3090 3590 0 0.188 1 2 interp_poly -40 -123 67 -11 2798 3716 3 MP PP 2798 3716 0 0 0.625 2865 3705 0 0 0.625 2798 3716 0 0 0.625 2 interp_poly 2865 3705 0 0 0.625 2825 3582 0 0 0.75 2865 3705 0 0 0.625 2 interp_poly -40 -189 68 13 2525 3221 3 MP PP 2525 3221 0 0 0.625 2593 3234 0 0 0.562 2525 3221 0 0 0.625 2 interp_poly 2593 3234 0 0 0.562 2553 3045 0 0 0.875 2593 3234 0 0 0.562 2 interp_poly 68 13 -40 -28 2565 3249 3 MP PP 2565 3249 0 0 0.625 2525 3221 0 0 0.625 2565 3249 0 0 0.625 2 interp_poly 2525 3221 0 0 0.625 2593 3234 0 0 0.562 2525 3221 0 0 0.625 2 interp_poly 67 -88 -40 320 2569 2746 3 MP PP 2569 2746 0 0.188 1 2529 3066 0 0 0.625 2569 2746 0 0.188 1 2 interp_poly 2529 3066 0 0 0.625 2596 2978 0 0 0.75 2529 3066 0 0 0.625 2 interp_poly -40 158 67 74 2569 2746 3 MP PP 2569 2746 0 0.188 1 2636 2820 0 0.0625 1 2569 2746 0 0.188 1 2 interp_poly 2636 2820 0 0.0625 1 2596 2978 0 0 0.75 2636 2820 0 0.0625 1 2 interp_poly 67 74 -40 394 2609 2352 3 MP PP 2609 2352 0 0.875 1 2569 2746 0 0.188 1 2609 2352 0 0.875 1 2 interp_poly 2569 2746 0 0.188 1 2636 2820 0 0.0625 1 2569 2746 0 0.188 1 2 interp_poly 68 -100 -40 158 2636 2820 3 MP PP 2636 2820 0 0.0625 1 2596 2978 0 0 0.75 2636 2820 0 0.0625 1 2 interp_poly 2596 2978 0 0 0.75 2664 2878 0 0 0.875 2596 2978 0 0 0.75 2 interp_poly 68 -287 -40 -189 2593 3234 3 MP PP 2593 3234 0 0 0.562 2553 3045 0 0 0.875 2593 3234 0 0 0.562 2 interp_poly 2553 3045 0 0 0.875 2621 2758 0 0.312 1 2553 3045 0 0 0.875 2 interp_poly -40 -443 68 -33 2593 3234 3 MP PP 2593 3234 0 0 0.562 2661 3201 0 0 0.625 2593 3234 0 0 0.562 2 interp_poly 2661 3201 0 0 0.625 2621 2758 0 0.312 1 2661 3201 0 0 0.625 2 interp_poly -40 240 68 -255 2565 3249 3 MP PP 2565 3249 0 0 0.625 2633 2994 0 0 1 2565 3249 0 0 0.625 2 interp_poly 2633 2994 0 0 1 2593 3234 0 0 0.562 2633 2994 0 0 1 2 interp_poly -40 146 68 -287 2553 3045 3 MP PP 2553 3045 0 0 0.875 2621 2758 0 0.312 1 2553 3045 0 0 0.875 2 interp_poly 2621 2758 0 0.312 1 2581 2904 0 0 1 2621 2758 0 0.312 1 2 interp_poly 68 -190 -40 59 2676 2761 3 MP PP 2676 2761 0 0.188 1 2636 2820 0 0.0625 1 2676 2761 0 0.188 1 2 interp_poly 2636 2820 0 0.0625 1 2704 2630 0 0.312 1 2636 2820 0 0.0625 1 2 interp_poly -40 59 67 409 2609 2352 3 MP PP 2609 2352 0 0.875 1 2676 2761 0 0.188 1 2609 2352 0 0.875 1 2 interp_poly 2676 2761 0 0.188 1 2636 2820 0 0.0625 1 2676 2761 0 0.188 1 2 interp_poly -40 -270 68 -282 2581 2904 3 MP PP 2581 2904 0 0 1 2649 2622 0 0.5 1 2581 2904 0 0 1 2 interp_poly 2649 2622 0 0.5 1 2609 2352 0 0.875 1 2649 2622 0 0.5 1 2 interp_poly 68 -282 -40 146 2621 2758 3 MP PP 2621 2758 0 0.312 1 2581 2904 0 0 1 2621 2758 0 0.312 1 2 interp_poly 2581 2904 0 0 1 2649 2622 0 0.5 1 2581 2904 0 0 1 2 interp_poly 68 -255 -40 602 2605 2647 3 MP PP 2605 2647 0 0.688 1 2565 3249 0 0 0.625 2605 2647 0 0.688 1 2 interp_poly 2565 3249 0 0 0.625 2633 2994 0 0 1 2565 3249 0 0 0.625 2 interp_poly 68 -33 -40 240 2633 2994 3 MP PP 2633 2994 0 0 1 2593 3234 0 0 0.562 2633 2994 0 0 1 2 interp_poly 2593 3234 0 0 0.562 2661 3201 0 0 0.625 2593 3234 0 0 0.562 2 interp_poly 67 409 -40 -270 2649 2622 3 MP PP 2649 2622 0 0.5 1 2609 2352 0 0.875 1 2649 2622 0 0.5 1 2 interp_poly 2609 2352 0 0.875 1 2676 2761 0 0.188 1 2609 2352 0 0.875 1 2 interp_poly -40 -257 68 121 2621 2758 3 MP PP 2621 2758 0 0.312 1 2689 2879 0 0.0625 1 2621 2758 0 0.312 1 2 interp_poly 2689 2879 0 0.0625 1 2649 2622 0 0.5 1 2689 2879 0 0.0625 1 2 interp_poly 68 121 -40 -443 2661 3201 3 MP PP 2661 3201 0 0 0.625 2621 2758 0 0.312 1 2661 3201 0 0 0.625 2 interp_poly 2621 2758 0 0.312 1 2689 2879 0 0.0625 1 2621 2758 0 0.312 1 2 interp_poly -40 33 67 106 2649 2622 3 MP PP 2649 2622 0 0.5 1 2716 2728 0 0.25 1 2649 2622 0 0.5 1 2 interp_poly 2716 2728 0 0.25 1 2676 2761 0 0.188 1 2716 2728 0 0.25 1 2 interp_poly 67 106 -40 -257 2689 2879 3 MP PP 2689 2879 0 0.0625 1 2649 2622 0 0.5 1 2689 2879 0 0.0625 1 2 interp_poly 2649 2622 0 0.5 1 2716 2728 0 0.25 1 2649 2622 0 0.5 1 2 interp_poly -40 476 68 -129 2605 2647 3 MP PP 2605 2647 0 0.688 1 2673 2518 0 0.875 1 2605 2647 0 0.688 1 2 interp_poly 2673 2518 0 0.875 1 2633 2994 0 0 1 2673 2518 0 0.875 1 2 interp_poly -40 153 68 54 2633 2994 3 MP PP 2633 2994 0 0 1 2701 3048 0 0 0.875 2633 2994 0 0 1 2 interp_poly 2701 3048 0 0 0.875 2661 3201 0 0 0.625 2701 3048 0 0 0.875 2 interp_poly 68 54 -40 476 2673 2518 3 MP PP 2673 2518 0 0.875 1 2633 2994 0 0 1 2673 2518 0 0.875 1 2 interp_poly 2633 2994 0 0 1 2701 3048 0 0 0.875 2633 2994 0 0 1 2 interp_poly -40 -329 68 -93 2617 3099 3 MP PP 2617 3099 0 0 1 2685 3006 0 0.125 1 2617 3099 0 0 1 2 interp_poly 2685 3006 0 0.125 1 2645 2677 0 0.688 1 2685 3006 0 0.125 1 2 interp_poly -40 394 68 25 2541 2327 3 MP PP 2541 2327 0 0.938 1 2609 2352 0 0.875 1 2541 2327 0 0.938 1 2 interp_poly 2609 2352 0 0.875 1 2569 2746 0 0.188 1 2609 2352 0 0.875 1 2 interp_poly 68 25 -40 -577 2581 2904 3 MP PP 2581 2904 0 0 1 2541 2327 0 0.938 1 2581 2904 0 0 1 2 interp_poly 2541 2327 0 0.938 1 2609 2352 0 0.875 1 2541 2327 0 0.938 1 2 interp_poly 68 -129 -40 -30 2645 2677 3 MP PP 2645 2677 0 0.688 1 2605 2647 0 0.688 1 2645 2677 0 0.688 1 2 interp_poly 2605 2647 0 0.688 1 2673 2518 0 0.875 1 2605 2647 0 0.688 1 2 interp_poly -40 -30 68 172 2577 2505 3 MP PP 2577 2505 0 1 1 2645 2677 0 0.688 1 2577 2505 0 1 1 2 interp_poly 2645 2677 0 0.688 1 2605 2647 0 0.688 1 2645 2677 0 0.688 1 2 interp_poly -40 119 68 -22 2433 2892 3 MP PP 2433 2892 0 0 1 2501 2870 0 0 1 2433 2892 0 0 1 2 interp_poly 2501 2870 0 0 1 2461 2989 0 0 0.75 2501 2870 0 0 1 2 interp_poly 68 -22 -40 749 2473 2143 3 MP PP 2473 2143 0.312 1 0.75 2433 2892 0 0 1 2473 2143 0.312 1 0.75 2 interp_poly 2433 2892 0 0 1 2501 2870 0 0 1 2433 2892 0 0 1 2 interp_poly 68 -112 -40 209 2433 2892 3 MP PP 2433 2892 0 0 1 2393 3101 0 0 0.562 2433 2892 0 0 1 2 interp_poly 2393 3101 0 0 0.562 2461 2989 0 0 0.75 2393 3101 0 0 0.562 2 interp_poly 68 77 -40 119 2501 2870 3 MP PP 2501 2870 0 0 1 2461 2989 0 0 0.75 2501 2870 0 0 1 2 interp_poly 2461 2989 0 0 0.75 2529 3066 0 0 0.625 2461 2989 0 0 0.75 2 interp_poly -40 543 68 184 2473 2143 3 MP PP 2473 2143 0.312 1 0.75 2541 2327 0 0.938 1 2473 2143 0.312 1 0.75 2 interp_poly 2541 2327 0 0.938 1 2501 2870 0 0 1 2541 2327 0 0.938 1 2 interp_poly -40 320 68 -124 2501 2870 3 MP PP 2501 2870 0 0 1 2569 2746 0 0.188 1 2501 2870 0 0 1 2 interp_poly 2569 2746 0 0.188 1 2529 3066 0 0 0.625 2569 2746 0 0.188 1 2 interp_poly 68 -124 -40 543 2541 2327 3 MP PP 2541 2327 0 0.938 1 2501 2870 0 0 1 2541 2327 0 0.938 1 2 interp_poly 2501 2870 0 0 1 2569 2746 0 0.188 1 2501 2870 0 0 1 2 interp_poly -40 -794 68 -119 2445 3056 3 MP PP 2445 3056 0 0 0.812 2513 2937 0 0 1 2445 3056 0 0 0.812 2 interp_poly 2513 2937 0 0 1 2473 2143 0.312 1 0.75 2513 2937 0 0 1 2 interp_poly 68 184 -40 -794 2513 2937 3 MP PP 2513 2937 0 0 1 2473 2143 0.312 1 0.75 2513 2937 0 0 1 2 interp_poly 2473 2143 0.312 1 0.75 2541 2327 0 0.938 1 2473 2143 0.312 1 0.75 2 interp_poly -40 -577 68 -33 2513 2937 3 MP PP 2513 2937 0 0 1 2581 2904 0 0 1 2513 2937 0 0 1 2 interp_poly 2581 2904 0 0 1 2541 2327 0 0.938 1 2581 2904 0 0 1 2 interp_poly 68 -33 -40 -108 2553 3045 3 MP PP 2553 3045 0 0 0.875 2513 2937 0 0 1 2553 3045 0 0 0.875 2 interp_poly 2513 2937 0 0 1 2581 2904 0 0 1 2513 2937 0 0 1 2 interp_poly -40 -108 68 236 2485 2809 3 MP PP 2485 2809 0 0.25 1 2553 3045 0 0 0.875 2485 2809 0 0.25 1 2 interp_poly 2553 3045 0 0 0.875 2513 2937 0 0 1 2553 3045 0 0 0.875 2 interp_poly 68 -119 -40 247 2485 2809 3 MP PP 2485 2809 0 0.25 1 2445 3056 0 0 0.812 2485 2809 0 0.25 1 2 interp_poly 2445 3056 0 0 0.812 2513 2937 0 0 1 2445 3056 0 0 0.812 2 interp_poly 68 236 -40 -412 2525 3221 3 MP PP 2525 3221 0 0 0.625 2485 2809 0 0.25 1 2525 3221 0 0 0.625 2 interp_poly 2485 2809 0 0.25 1 2553 3045 0 0 0.875 2485 2809 0 0.25 1 2 interp_poly -40 602 68 -206 2537 2853 3 MP PP 2537 2853 0 0.312 1 2605 2647 0 0.688 1 2537 2853 0 0.312 1 2 interp_poly 2605 2647 0 0.688 1 2565 3249 0 0 0.625 2605 2647 0 0.688 1 2 interp_poly 68 -206 -40 348 2577 2505 3 MP PP 2577 2505 0 1 1 2537 2853 0 0.312 1 2577 2505 0 1 1 2 interp_poly 2537 2853 0 0.312 1 2605 2647 0 0.688 1 2537 2853 0 0.312 1 2 interp_poly 68 172 -40 -594 2617 3099 3 MP PP 2617 3099 0 0 1 2577 2505 0 1 1 2617 3099 0 0 1 2 interp_poly 2577 2505 0 1 1 2645 2677 0 0.688 1 2577 2505 0 1 1 2 interp_poly -40 637 68 -107 2673 2518 3 MP PP 2673 2518 0 0.875 1 2741 2411 0 1 1 2673 2518 0 0.875 1 2 interp_poly 2741 2411 0 1 1 2701 3048 0 0 0.875 2741 2411 0 1 1 2 interp_poly -40 -460 68 301 2645 2677 3 MP PP 2645 2677 0 0.688 1 2713 2978 0 0.125 1 2645 2677 0 0.688 1 2 interp_poly 2713 2978 0 0.125 1 2673 2518 0 0.875 1 2713 2978 0 0.125 1 2 interp_poly 68 301 -40 -329 2685 3006 3 MP PP 2685 3006 0 0.125 1 2645 2677 0 0.688 1 2685 3006 0 0.125 1 2 interp_poly 2645 2677 0 0.688 1 2713 2978 0 0.125 1 2645 2677 0 0.688 1 2 interp_poly 68 -93 -40 990 2657 2109 3 MP PP 2657 2109 0.75 1 0.312 2617 3099 0 0 1 2657 2109 0.75 1 0.312 2 interp_poly 2617 3099 0 0 1 2685 3006 0 0.125 1 2617 3099 0 0 1 2 interp_poly 68 -107 -40 -460 2713 2978 3 MP PP 2713 2978 0 0.125 1 2673 2518 0 0.875 1 2713 2978 0 0.125 1 2 interp_poly 2673 2518 0 0.875 1 2741 2411 0 1 1 2673 2518 0 0.875 1 2 interp_poly -40 825 68 72 2657 2109 3 MP PP 2657 2109 0.75 1 0.312 2725 2181 0.562 1 0.5 2657 2109 0.75 1 0.312 2 interp_poly 2725 2181 0.562 1 0.5 2685 3006 0 0.125 1 2725 2181 0.562 1 0.5 2 interp_poly 68 19 -40 153 2701 3048 3 MP PP 2701 3048 0 0 0.875 2661 3201 0 0 0.625 2701 3048 0 0 0.875 2 interp_poly 2661 3201 0 0 0.625 2729 3220 0 0 0.562 2661 3201 0 0 0.625 2 interp_poly -40 -116 68 88 2685 3006 3 MP PP 2685 3006 0 0.125 1 2753 3094 0 0 0.938 2685 3006 0 0.125 1 2 interp_poly 2753 3094 0 0 0.938 2713 2978 0 0.125 1 2753 3094 0 0 0.938 2 interp_poly -40 -35 68 -532 2713 2978 3 MP PP 2713 2978 0 0.125 1 2781 2446 0 1 1 2713 2978 0 0.125 1 2 interp_poly 2781 2446 0 1 1 2741 2411 0 1 1 2781 2446 0 1 1 2 interp_poly 68 -532 -40 -116 2753 3094 3 MP PP 2753 3094 0 0 0.938 2713 2978 0 0.125 1 2753 3094 0 0 0.938 2 interp_poly 2713 2978 0 0.125 1 2781 2446 0 1 1 2713 2978 0 0.125 1 2 interp_poly 68 88 -40 825 2725 2181 3 MP PP 2725 2181 0.562 1 0.5 2685 3006 0 0.125 1 2725 2181 0.562 1 0.5 2 interp_poly 2685 3006 0 0.125 1 2753 3094 0 0 0.938 2685 3006 0 0.125 1 2 interp_poly -40 -831 68 17 2669 3427 3 MP PP 2669 3427 0 0 0.562 2737 3444 0 0 0.562 2669 3427 0 0 0.562 2 interp_poly 2737 3444 0 0 0.562 2697 2613 0 0.938 1 2737 3444 0 0 0.562 2 interp_poly 68 -562 -40 -35 2781 2446 3 MP PP 2781 2446 0 1 1 2741 2411 0 1 1 2781 2446 0 1 1 2 interp_poly 2741 2411 0 1 1 2809 1849 0.938 1 0.125 2741 2411 0 1 1 2 interp_poly -40 763 68 150 2725 2181 3 MP PP 2725 2181 0.562 1 0.5 2793 2331 0.312 1 0.75 2725 2181 0.562 1 0.5 2 interp_poly 2793 2331 0.312 1 0.75 2753 3094 0 0 0.938 2793 2331 0.312 1 0.75 2 interp_poly 68 343 -40 -831 2737 3444 3 MP PP 2737 3444 0 0 0.562 2697 2613 0 0.938 1 2737 3444 0 0 0.562 2 interp_poly 2697 2613 0 0.938 1 2765 2956 0 0.312 1 2697 2613 0 0.938 1 2 interp_poly -40 240 68 -146 2709 3350 3 MP PP 2709 3350 0 0 0.75 2777 3204 0 0 1 2709 3350 0 0 0.75 2 interp_poly 2777 3204 0 0 1 2737 3444 0 0 0.562 2777 3204 0 0 1 2 interp_poly 68 -321 -40 -104 2789 3462 3 MP PP 2789 3462 0 0 0.688 2749 3358 0 0 0.812 2789 3462 0 0 0.688 2 interp_poly 2749 3358 0 0 0.812 2817 3037 0 0.312 1 2749 3358 0 0 0.812 2 interp_poly -40 77 68 35 2761 3350 3 MP PP 2761 3350 0 0 0.938 2829 3385 0 0 0.812 2761 3350 0 0 0.938 2 interp_poly 2829 3385 0 0 0.812 2789 3462 0 0 0.688 2829 3385 0 0 0.812 2 interp_poly 68 35 -40 51 2801 3299 3 MP PP 2801 3299 0 0.0625 1 2761 3350 0 0 0.938 2801 3299 0 0.0625 1 2 interp_poly 2761 3350 0 0 0.938 2829 3385 0 0 0.812 2761 3350 0 0 0.938 2 interp_poly -40 -157 68 243 2801 3299 3 MP PP 2801 3299 0 0.0625 1 2869 3542 0 0 0.625 2801 3299 0 0.0625 1 2 interp_poly 2869 3542 0 0 0.625 2829 3385 0 0 0.812 2869 3542 0 0 0.625 2 interp_poly 68 243 -40 354 2841 2945 3 MP PP 2841 2945 0 0.688 1 2801 3299 0 0.0625 1 2841 2945 0 0.688 1 2 interp_poly 2801 3299 0 0.0625 1 2869 3542 0 0 0.625 2801 3299 0 0.0625 1 2 interp_poly -40 -546 68 -40 2813 3531 3 MP PP 2813 3531 0 0 0.75 2881 3491 0 0 0.812 2813 3531 0 0 0.75 2 interp_poly 2881 3491 0 0 0.812 2841 2945 0 0.688 1 2881 3491 0 0 0.812 2 interp_poly -40 -662 68 37 2765 2956 3 MP PP 2765 2956 0 0.312 1 2833 2993 0 0.25 1 2765 2956 0 0.312 1 2 interp_poly 2833 2993 0 0.25 1 2793 2331 0.312 1 0.75 2833 2993 0 0.25 1 2 interp_poly -40 167 68 -321 2749 3358 3 MP PP 2749 3358 0 0 0.812 2817 3037 0 0.312 1 2749 3358 0 0 0.812 2 interp_poly 2817 3037 0 0.312 1 2777 3204 0 0 1 2817 3037 0 0.312 1 2 interp_poly 68 349 -40 -662 2833 2993 3 MP PP 2833 2993 0 0.25 1 2793 2331 0.312 1 0.75 2833 2993 0 0.25 1 2 interp_poly 2793 2331 0.312 1 0.75 2861 2680 0 0.688 1 2793 2331 0.312 1 0.75 2 interp_poly -40 354 68 35 2773 2910 3 MP PP 2773 2910 0 0.75 1 2841 2945 0 0.688 1 2773 2910 0 0.75 1 2 interp_poly 2841 2945 0 0.688 1 2801 3299 0 0.0625 1 2841 2945 0 0.688 1 2 interp_poly 68 -146 -40 -8 2749 3358 3 MP PP 2749 3358 0 0 0.812 2709 3350 0 0 0.75 2749 3358 0 0 0.812 2 interp_poly 2709 3350 0 0 0.75 2777 3204 0 0 1 2709 3350 0 0 0.75 2 interp_poly -40 51 68 134 2733 3165 3 MP PP 2733 3165 0 0.312 1 2801 3299 0 0.0625 1 2733 3165 0 0.312 1 2 interp_poly 2801 3299 0 0.0625 1 2761 3350 0 0 0.938 2801 3299 0 0.0625 1 2 interp_poly 68 134 -40 255 2773 2910 3 MP PP 2773 2910 0 0.75 1 2733 3165 0 0.312 1 2773 2910 0 0.75 1 2 interp_poly 2733 3165 0 0.312 1 2801 3299 0 0.0625 1 2733 3165 0 0.312 1 2 interp_poly 68 35 -40 -621 2813 3531 3 MP PP 2813 3531 0 0 0.75 2773 2910 0 0.75 1 2813 3531 0 0 0.75 2 interp_poly 2773 2910 0 0.75 1 2841 2945 0 0.688 1 2773 2910 0 0.75 1 2 interp_poly 68 -40 -40 1119 2853 2412 3 MP PP 2853 2412 0.688 1 0.375 2813 3531 0 0 0.75 2853 2412 0.688 1 0.375 2 interp_poly 2813 3531 0 0 0.75 2881 3491 0 0 0.812 2813 3531 0 0 0.75 2 interp_poly -40 1503 68 -424 2853 2412 3 MP PP 2853 2412 0.688 1 0.375 2921 1988 1 0.688 0 2853 2412 0.688 1 0.375 2 interp_poly 2921 1988 1 0.688 0 2881 3491 0 0 0.812 2921 1988 1 0.688 0 2 interp_poly -40 -1104 68 -66 2825 3582 3 MP PP 2825 3582 0 0 0.75 2893 3516 0 0 0.875 2825 3582 0 0 0.75 2 interp_poly 2893 3516 0 0 0.875 2853 2412 0.688 1 0.375 2893 3516 0 0 0.875 2 interp_poly 68 -66 -40 -123 2865 3705 3 MP PP 2865 3705 0 0 0.625 2825 3582 0 0 0.75 2865 3705 0 0 0.625 2 interp_poly 2825 3582 0 0 0.75 2893 3516 0 0 0.875 2825 3582 0 0 0.75 2 interp_poly 67 -11 -40 -30 2838 3746 3 MP PP 2838 3746 0 0 0.625 2798 3716 0 0 0.625 2838 3746 0 0 0.625 2 interp_poly 2798 3716 0 0 0.625 2865 3705 0 0 0.625 2798 3716 0 0 0.625 2 interp_poly -40 -59 67 18 2838 3746 3 MP PP 2838 3746 0 0 0.625 2905 3764 0 0 0.562 2838 3746 0 0 0.625 2 interp_poly 2905 3764 0 0 0.562 2865 3705 0 0 0.625 2905 3764 0 0 0.562 2 interp_poly 67 18 -40 454 2878 3292 3 MP PP 2878 3292 0 0.438 1 2838 3746 0 0 0.625 2878 3292 0 0.438 1 2 interp_poly 2838 3746 0 0 0.625 2905 3764 0 0 0.562 2838 3746 0 0 0.625 2 interp_poly 68 -424 -40 -1104 2893 3516 3 MP PP 2893 3516 0 0 0.875 2853 2412 0.688 1 0.375 2893 3516 0 0 0.875 2 interp_poly 2853 2412 0.688 1 0.375 2921 1988 1 0.688 0 2853 2412 0.688 1 0.375 2 interp_poly -40 903 67 -431 2878 3292 3 MP PP 2878 3292 0 0.438 1 2945 2861 0.125 1 0.938 2878 3292 0 0.438 1 2 interp_poly 2945 2861 0.125 1 0.938 2905 3764 0 0 0.562 2945 2861 0.125 1 0.938 2 interp_poly -40 -440 68 70 2850 3662 3 MP PP 2850 3662 0 0 0.812 2918 3732 0 0 0.688 2850 3662 0 0 0.812 2 interp_poly 2918 3732 0 0 0.688 2878 3292 0 0.438 1 2918 3732 0 0 0.688 2 interp_poly 68 70 -40 162 2890 3500 3 MP PP 2890 3500 0 0.188 1 2850 3662 0 0 0.812 2890 3500 0 0.188 1 2 interp_poly 2850 3662 0 0 0.812 2918 3732 0 0 0.688 2850 3662 0 0 0.812 2 interp_poly 67 -431 -40 -440 2918 3732 3 MP PP 2918 3732 0 0 0.688 2878 3292 0 0.438 1 2918 3732 0 0 0.688 2 interp_poly 2878 3292 0 0.438 1 2945 2861 0.125 1 0.938 2878 3292 0 0.438 1 2 interp_poly -40 153 68 79 2890 3500 3 MP PP 2890 3500 0 0.188 1 2958 3579 0 0 1 2890 3500 0 0.188 1 2 interp_poly 2958 3579 0 0 1 2918 3732 0 0 0.688 2958 3579 0 0 1 2 interp_poly 68 79 -40 817 2930 2683 3 MP PP 2930 2683 0.562 1 0.5 2890 3500 0 0.188 1 2930 2683 0.562 1 0.5 2 interp_poly 2890 3500 0 0.188 1 2958 3579 0 0 1 2890 3500 0 0.188 1 2 interp_poly -40 239 68 657 2930 2683 3 MP PP 2930 2683 0.562 1 0.5 2998 3340 0 0.438 1 2930 2683 0.562 1 0.5 2 interp_poly 2998 3340 0 0.438 1 2958 3579 0 0 1 2998 3340 0 0.438 1 2 interp_poly -40 -1195 68 235 2902 3643 3 MP PP 2902 3643 0 0 1 2970 3878 0 0 0.625 2902 3643 0 0 1 2 interp_poly 2970 3878 0 0 0.625 2930 2683 0.562 1 0.5 2970 3878 0 0 0.625 2 interp_poly 68 235 -40 -210 2942 3853 3 MP PP 2942 3853 0 0 0.688 2902 3643 0 0 1 2942 3853 0 0 0.688 2 interp_poly 2902 3643 0 0 1 2970 3878 0 0 0.625 2902 3643 0 0 1 2 interp_poly 68 657 -40 -1195 2970 3878 3 MP PP 2970 3878 0 0 0.625 2930 2683 0.562 1 0.5 2970 3878 0 0 0.625 2 interp_poly 2930 2683 0.562 1 0.5 2998 3340 0 0.438 1 2930 2683 0.562 1 0.5 2 interp_poly -40 150 68 -125 2942 3853 3 MP PP 2942 3853 0 0 0.688 3010 3728 0 0 0.875 2942 3853 0 0 0.688 2 interp_poly 3010 3728 0 0 0.875 2970 3878 0 0 0.625 3010 3728 0 0 0.875 2 interp_poly 68 -125 -40 67 2982 3786 3 MP PP 2982 3786 0 0 0.875 2942 3853 0 0 0.688 2982 3786 0 0 0.875 2 interp_poly 2942 3853 0 0 0.688 3010 3728 0 0 0.875 2942 3853 0 0 0.688 2 interp_poly -40 87 68 -145 2982 3786 3 MP PP 2982 3786 0 0 0.875 3050 3641 0 0.0625 1 2982 3786 0 0 0.875 2 interp_poly 3050 3641 0 0.0625 1 3010 3728 0 0 0.875 3050 3641 0 0.0625 1 2 interp_poly 68 -145 -40 119 3022 3667 3 MP PP 3022 3667 0 0.125 1 2982 3786 0 0 0.875 3022 3667 0 0.125 1 2 interp_poly 2982 3786 0 0 0.875 3050 3641 0 0.0625 1 2982 3786 0 0 0.875 2 interp_poly 68 -77 -40 -231 3062 3898 3 MP PP 3062 3898 0 0 0.75 3022 3667 0 0.125 1 3062 3898 0 0 0.75 2 interp_poly 3022 3667 0 0.125 1 3090 3590 0 0.188 1 3022 3667 0 0.125 1 2 interp_poly 68 -302 -40 -221 3130 3811 3 MP PP 3130 3811 0 0 0.875 3090 3590 0 0.188 1 3130 3811 0 0 0.875 2 interp_poly 3090 3590 0 0.188 1 3158 3288 0 0.688 1 3090 3590 0 0.188 1 2 interp_poly 68 -87 -40 694 3102 3204 3 MP PP 3102 3204 0 1 1 3062 3898 0 0 0.75 3102 3204 0 1 1 2 interp_poly 3062 3898 0 0 0.75 3130 3811 0 0 0.875 3062 3898 0 0 0.75 2 interp_poly 68 -365 -40 194 3133 2917 3 MP PP 3133 2917 0.125 1 0.938 3093 3111 0 0.75 1 3133 2917 0.125 1 0.938 2 interp_poly 3093 3111 0 0.75 1 3161 2746 0.375 1 0.688 3093 3111 0 0.75 1 2 interp_poly -40 613 68 -6 3102 3204 3 MP PP 3102 3204 0 1 1 3170 3198 0 0.938 1 3102 3204 0 1 1 2 interp_poly 3170 3198 0 0.938 1 3130 3811 0 0 0.875 3170 3198 0 0.938 1 2 interp_poly -40 194 68 -335 3065 3252 3 MP PP 3065 3252 0 0.562 1 3133 2917 0.125 1 0.938 3065 3252 0 0.562 1 2 interp_poly 3133 2917 0.125 1 0.938 3093 3111 0 0.75 1 3133 2917 0.125 1 0.938 2 interp_poly 68 -6 -40 559 3142 2645 3 MP PP 3142 2645 0.938 1 0.125 3102 3204 0 1 1 3142 2645 0.938 1 0.125 2 interp_poly 3102 3204 0 1 1 3170 3198 0 0.938 1 3102 3204 0 1 1 2 interp_poly -40 -1298 68 -44 3114 3987 3 MP PP 3114 3987 0 0 0.75 3182 3943 0 0 0.812 3114 3987 0 0 0.75 2 interp_poly 3182 3943 0 0 0.812 3142 2645 0.938 1 0.125 3182 3943 0 0 0.812 2 interp_poly -40 700 68 -147 3142 2645 3 MP PP 3142 2645 0.938 1 0.125 3210 2498 1 0.875 0 3142 2645 0.938 1 0.125 2 interp_poly 3210 2498 1 0.875 0 3170 3198 0 0.938 1 3210 2498 1 0.875 0 2 interp_poly 68 -147 -40 -1298 3182 3943 3 MP PP 3182 3943 0 0 0.812 3142 2645 0.938 1 0.125 3182 3943 0 0 0.812 2 interp_poly 3142 2645 0.938 1 0.125 3210 2498 1 0.875 0 3142 2645 0.938 1 0.125 2 interp_poly 68 37 -40 115 3194 3865 3 MP PP 3194 3865 0 0.0625 1 3154 3980 0 0 0.812 3194 3865 0 0.0625 1 2 interp_poly 3154 3980 0 0 0.812 3222 4017 0 0 0.688 3154 3980 0 0 0.812 2 interp_poly -40 -178 68 -8 3138 4145 3 MP PP 3138 4145 0 0 0.688 3206 4137 0 0 0.688 3138 4145 0 0 0.688 2 interp_poly 3206 4137 0 0 0.688 3166 3959 0 0 0.938 3206 4137 0 0 0.688 2 interp_poly 68 23 -40 150 3010 3728 3 MP PP 3010 3728 0 0 0.875 2970 3878 0 0 0.625 3010 3728 0 0 0.875 2 interp_poly 2970 3878 0 0 0.625 3038 3901 0 0 0.562 2970 3878 0 0 0.625 2 interp_poly -40 -231 68 85 2994 3813 3 MP PP 2994 3813 0 0 0.938 3062 3898 0 0 0.75 2994 3813 0 0 0.938 2 interp_poly 3062 3898 0 0 0.75 3022 3667 0 0.125 1 3062 3898 0 0 0.75 2 interp_poly -40 119 68 59 2954 3608 3 MP PP 2954 3608 0 0.25 1 3022 3667 0 0.125 1 2954 3608 0 0.25 1 2 interp_poly 3022 3667 0 0.125 1 2982 3786 0 0 0.875 3022 3667 0 0.125 1 2 interp_poly 68 59 -40 -205 2994 3813 3 MP PP 2994 3813 0 0 0.938 2954 3608 0 0.25 1 2994 3813 0 0 0.938 2 interp_poly 2954 3608 0 0.25 1 3022 3667 0 0.125 1 2954 3608 0 0.25 1 2 interp_poly 68 85 -40 245 3034 3568 3 MP PP 3034 3568 0 0.375 1 2994 3813 0 0 0.938 3034 3568 0 0.375 1 2 interp_poly 2994 3813 0 0 0.938 3062 3898 0 0 0.75 2994 3813 0 0 0.938 2 interp_poly -40 694 68 -364 3034 3568 3 MP PP 3034 3568 0 0.375 1 3102 3204 0 1 1 3034 3568 0 0.375 1 2 interp_poly 3102 3204 0 1 1 3062 3898 0 0 0.75 3102 3204 0 1 1 2 interp_poly 68 -364 -40 765 3074 2803 3 MP PP 3074 2803 0.75 1 0.312 3034 3568 0 0.375 1 3074 2803 0.75 1 0.312 2 interp_poly 3034 3568 0 0.375 1 3102 3204 0 1 1 3034 3568 0 0.375 1 2 interp_poly -40 -1184 68 -92 3046 4079 3 MP PP 3046 4079 0 0 0.625 3114 3987 0 0 0.75 3046 4079 0 0 0.625 2 interp_poly 3114 3987 0 0 0.75 3074 2803 0.75 1 0.312 3114 3987 0 0 0.75 2 interp_poly 68 -92 -40 -61 3086 4140 3 MP PP 3086 4140 0 0 0.562 3046 4079 0 0 0.625 3086 4140 0 0 0.562 2 interp_poly 3046 4079 0 0 0.625 3114 3987 0 0 0.75 3046 4079 0 0 0.625 2 interp_poly -40 559 68 -158 3074 2803 3 MP PP 3074 2803 0.75 1 0.312 3142 2645 0.938 1 0.125 3074 2803 0.75 1 0.312 2 interp_poly 3142 2645 0.938 1 0.125 3102 3204 0 1 1 3142 2645 0.938 1 0.125 2 interp_poly 68 -158 -40 -1184 3114 3987 3 MP PP 3114 3987 0 0 0.75 3074 2803 0.75 1 0.312 3114 3987 0 0 0.75 2 interp_poly 3074 2803 0.75 1 0.312 3142 2645 0.938 1 0.125 3074 2803 0.75 1 0.312 2 interp_poly -40 317 68 -28 3058 3851 3 MP PP 3058 3851 0 0.125 1 3126 3823 0 0.125 1 3058 3851 0 0.125 1 2 interp_poly 3126 3823 0 0.125 1 3086 4140 0 0 0.562 3126 3823 0 0.125 1 2 interp_poly -40 7 68 -160 3086 4140 3 MP PP 3086 4140 0 0 0.562 3154 3980 0 0 0.812 3086 4140 0 0 0.562 2 interp_poly 3154 3980 0 0 0.812 3114 3987 0 0 0.75 3154 3980 0 0 0.812 2 interp_poly 68 -160 -40 317 3126 3823 3 MP PP 3126 3823 0 0.125 1 3086 4140 0 0 0.562 3126 3823 0 0.125 1 2 interp_poly 3086 4140 0 0 0.562 3154 3980 0 0 0.812 3086 4140 0 0 0.562 2 interp_poly -40 115 68 42 3126 3823 3 MP PP 3126 3823 0 0.125 1 3194 3865 0 0.0625 1 3126 3823 0 0.125 1 2 interp_poly 3194 3865 0 0.0625 1 3154 3980 0 0 0.812 3194 3865 0 0.0625 1 2 interp_poly -40 -136 68 73 3098 3886 3 MP PP 3098 3886 0 0.0625 1 3166 3959 0 0 0.938 3098 3886 0 0.0625 1 2 interp_poly 3166 3959 0 0 0.938 3126 3823 0 0.125 1 3166 3959 0 0 0.938 2 interp_poly 68 73 -40 -259 3138 4145 3 MP PP 3138 4145 0 0 0.688 3098 3886 0 0.0625 1 3138 4145 0 0 0.688 2 interp_poly 3098 3886 0 0.0625 1 3166 3959 0 0 0.938 3098 3886 0 0.0625 1 2 interp_poly 68 42 -40 -136 3166 3959 3 MP PP 3166 3959 0 0 0.938 3126 3823 0 0.125 1 3166 3959 0 0 0.938 2 interp_poly 3126 3823 0 0.125 1 3194 3865 0 0.0625 1 3126 3823 0 0.125 1 2 interp_poly -40 106 68 -200 3166 3959 3 MP PP 3166 3959 0 0 0.938 3234 3759 0 0.25 1 3166 3959 0 0 0.938 2 interp_poly 3234 3759 0 0.25 1 3194 3865 0 0.0625 1 3234 3759 0 0.25 1 2 interp_poly 68 -200 -40 -178 3206 4137 3 MP PP 3206 4137 0 0 0.688 3166 3959 0 0 0.938 3206 4137 0 0 0.688 2 interp_poly 3166 3959 0 0 0.938 3234 3759 0 0.25 1 3166 3959 0 0 0.938 2 interp_poly 68 -8 -40 290 3178 3855 3 MP PP 3178 3855 0 0.25 1 3138 4145 0 0 0.688 3178 3855 0 0.25 1 2 interp_poly 3138 4145 0 0 0.688 3206 4137 0 0 0.688 3138 4145 0 0 0.688 2 interp_poly 68 -280 -40 106 3234 3759 3 MP PP 3234 3759 0 0.25 1 3194 3865 0 0.0625 1 3234 3759 0 0.25 1 2 interp_poly 3194 3865 0 0.0625 1 3262 3585 0 0.5 1 3194 3865 0 0.0625 1 2 interp_poly -40 687 68 -405 3178 3855 3 MP PP 3178 3855 0 0.25 1 3246 3450 0 0.875 1 3178 3855 0 0.25 1 2 interp_poly 3246 3450 0 0.875 1 3206 4137 0 0 0.688 3246 3450 0 0.875 1 2 interp_poly -40 -152 68 -226 3206 4137 3 MP PP 3206 4137 0 0 0.688 3274 3911 0 0.0625 1 3206 4137 0 0 0.688 2 interp_poly 3274 3911 0 0.0625 1 3234 3759 0 0.25 1 3274 3911 0 0.0625 1 2 interp_poly 68 -226 -40 687 3246 3450 3 MP PP 3246 3450 0 0.875 1 3206 4137 0 0 0.688 3246 3450 0 0.875 1 2 interp_poly 3206 4137 0 0 0.688 3274 3911 0 0.0625 1 3206 4137 0 0 0.688 2 interp_poly -40 -224 68 -126 3150 4205 3 MP PP 3150 4205 0 0 0.688 3218 4079 0 0 0.875 3150 4205 0 0 0.688 2 interp_poly 3218 4079 0 0 0.875 3178 3855 0 0.25 1 3218 4079 0 0 0.875 2 interp_poly 68 -126 -40 -49 3190 4254 3 MP PP 3190 4254 0 0 0.625 3150 4205 0 0 0.688 3190 4254 0 0 0.625 2 interp_poly 3150 4205 0 0 0.688 3218 4079 0 0 0.875 3150 4205 0 0 0.688 2 interp_poly 68 -405 -40 -224 3218 4079 3 MP PP 3218 4079 0 0 0.875 3178 3855 0 0.25 1 3218 4079 0 0 0.875 2 interp_poly 3178 3855 0 0.25 1 3246 3450 0 0.875 1 3178 3855 0 0.25 1 2 interp_poly -40 -227 68 52 3190 4254 3 MP PP 3190 4254 0 0 0.625 3258 4306 0 0 0.562 3190 4254 0 0 0.625 2 interp_poly 3258 4306 0 0 0.562 3218 4079 0 0 0.875 3258 4306 0 0 0.562 2 interp_poly -40 796 68 -335 3246 3450 3 MP PP 3246 3450 0 0.875 1 3314 3115 0.438 1 0.625 3246 3450 0 0.875 1 2 interp_poly 3314 3115 0.438 1 0.625 3274 3911 0 0.0625 1 3314 3115 0.438 1 0.625 2 interp_poly -40 -573 68 -56 3218 4079 3 MP PP 3218 4079 0 0 0.875 3286 4023 0 0 0.938 3218 4079 0 0 0.875 2 interp_poly 3286 4023 0 0 0.938 3246 3450 0 0.875 1 3286 4023 0 0 0.938 2 interp_poly 68 -56 -40 -227 3258 4306 3 MP PP 3258 4306 0 0 0.562 3218 4079 0 0 0.875 3258 4306 0 0 0.562 2 interp_poly 3218 4079 0 0 0.875 3286 4023 0 0 0.938 3218 4079 0 0 0.875 2 interp_poly 68 52 -40 769 3230 3485 3 MP PP 3230 3485 0 1 1 3190 4254 0 0 0.625 3230 3485 0 1 1 2 interp_poly 3190 4254 0 0 0.625 3258 4306 0 0 0.562 3190 4254 0 0 0.625 2 interp_poly 68 -335 -40 -573 3286 4023 3 MP PP 3286 4023 0 0 0.938 3246 3450 0 0.875 1 3286 4023 0 0 0.938 2 interp_poly 3246 3450 0 0.875 1 3314 3115 0.438 1 0.625 3246 3450 0 0.875 1 2 interp_poly -40 484 68 337 3230 3485 3 MP PP 3230 3485 0 1 1 3298 3822 0 0.375 1 3230 3485 0 1 1 2 interp_poly 3298 3822 0 0.375 1 3258 4306 0 0 0.562 3298 3822 0 0.375 1 2 interp_poly 68 337 -40 -31 3270 3516 3 MP PP 3270 3516 0 1 1 3230 3485 0 1 1 3270 3516 0 1 1 2 interp_poly 3230 3485 0 1 1 3298 3822 0 0.375 1 3230 3485 0 1 1 2 interp_poly -40 -269 68 -14 3258 4306 3 MP PP 3258 4306 0 0 0.562 3326 4292 0 0 0.562 3258 4306 0 0 0.562 2 interp_poly 3326 4292 0 0 0.562 3286 4023 0 0 0.938 3326 4292 0 0 0.562 2 interp_poly 68 -14 -40 484 3298 3822 3 MP PP 3298 3822 0 0.375 1 3258 4306 0 0 0.562 3298 3822 0 0.375 1 2 interp_poly 3258 4306 0 0 0.562 3326 4292 0 0 0.562 3258 4306 0 0 0.562 2 interp_poly -40 679 68 -373 3270 3516 3 MP PP 3270 3516 0 1 1 3338 3143 0.625 1 0.438 3270 3516 0 1 1 2 interp_poly 3338 3143 0.625 1 0.438 3298 3822 0 0.375 1 3338 3143 0.625 1 0.438 2 interp_poly -40 -318 68 -294 3242 4128 3 MP PP 3242 4128 0 0 1 3310 3834 0 0.5 1 3242 4128 0 0 1 2 interp_poly 3310 3834 0 0.5 1 3270 3516 0 1 1 3310 3834 0 0.5 1 2 interp_poly 68 -294 -40 249 3282 3879 3 MP PP 3282 3879 0 0.5 1 3242 4128 0 0 1 3282 3879 0 0.5 1 2 interp_poly 3242 4128 0 0 1 3310 3834 0 0.5 1 3242 4128 0 0 1 2 interp_poly -40 -215 68 -105 3254 4199 3 MP PP 3254 4199 0 0 1 3322 4094 0 0.125 1 3254 4199 0 0 1 2 interp_poly 3322 4094 0 0.125 1 3282 3879 0 0.5 1 3322 4094 0 0.125 1 2 interp_poly 68 -105 -40 207 3294 3992 3 MP PP 3294 3992 0 0.375 1 3254 4199 0 0 1 3294 3992 0 0.375 1 2 interp_poly 3254 4199 0 0 1 3322 4094 0 0.125 1 3254 4199 0 0 1 2 interp_poly 68 -14 -40 -215 3322 4094 3 MP PP 3322 4094 0 0.125 1 3282 3879 0 0.5 1 3322 4094 0 0.125 1 2 interp_poly 3282 3879 0 0.5 1 3350 3865 0 0.5 1 3282 3879 0 0.5 1 2 interp_poly -40 130 68 -28 3294 3992 3 MP PP 3294 3992 0 0.375 1 3362 3964 0 0.438 1 3294 3992 0 0.375 1 2 interp_poly 3362 3964 0 0.438 1 3322 4094 0 0.125 1 3362 3964 0 0.438 1 2 interp_poly 68 -28 -40 -277 3334 4269 3 MP PP 3334 4269 0 0 0.938 3294 3992 0 0.375 1 3334 4269 0 0 0.938 2 interp_poly 3294 3992 0 0.375 1 3362 3964 0 0.438 1 3294 3992 0 0.375 1 2 interp_poly -40 -31 68 -14 3282 3879 3 MP PP 3282 3879 0 0.5 1 3350 3865 0 0.5 1 3282 3879 0 0.5 1 2 interp_poly 3350 3865 0 0.5 1 3310 3834 0 0.5 1 3350 3865 0 0.5 1 2 interp_poly 68 -373 -40 -318 3310 3834 3 MP PP 3310 3834 0 0.5 1 3270 3516 0 1 1 3310 3834 0 0.5 1 2 interp_poly 3270 3516 0 1 1 3338 3143 0.625 1 0.438 3270 3516 0 1 1 2 interp_poly -40 -277 68 -35 3266 4304 3 MP PP 3266 4304 0 0 0.938 3334 4269 0 0 0.938 3266 4304 0 0 0.938 2 interp_poly 3334 4269 0 0 0.938 3294 3992 0 0.375 1 3334 4269 0 0 0.938 2 interp_poly -40 -61 68 2 3018 4138 3 MP PP 3018 4138 0 0 0.562 3086 4140 0 0 0.562 3018 4138 0 0 0.562 2 interp_poly 3086 4140 0 0 0.562 3046 4079 0 0 0.625 3086 4140 0 0 0.562 2 interp_poly -40 -210 68 203 2874 3650 3 MP PP 2874 3650 0 0.0625 1 2942 3853 0 0 0.688 2874 3650 0 0.0625 1 2 interp_poly 2942 3853 0 0 0.688 2902 3643 0 0 1 2942 3853 0 0 0.688 2 interp_poly 68 203 -40 -269 2914 3919 3 MP PP 2914 3919 0 0 0.625 2874 3650 0 0.0625 1 2914 3919 0 0 0.625 2 interp_poly 2874 3650 0 0.0625 1 2942 3853 0 0 0.688 2874 3650 0 0.0625 1 2 interp_poly -40 67 68 -133 2914 3919 3 MP PP 2914 3919 0 0 0.625 2982 3786 0 0 0.875 2914 3919 0 0 0.625 2 interp_poly 2982 3786 0 0 0.875 2942 3853 0 0 0.688 2982 3786 0 0 0.875 2 interp_poly 68 -133 -40 311 2954 3608 3 MP PP 2954 3608 0 0.25 1 2914 3919 0 0 0.625 2954 3608 0 0.25 1 2 interp_poly 2914 3919 0 0 0.625 2982 3786 0 0 0.875 2914 3919 0 0 0.625 2 interp_poly -40 -205 68 -88 2926 3901 3 MP PP 2926 3901 0 0 0.812 2994 3813 0 0 0.938 2926 3901 0 0 0.812 2 interp_poly 2994 3813 0 0 0.938 2954 3608 0 0.25 1 2994 3813 0 0 0.938 2 interp_poly 68 -88 -40 403 2966 3498 3 MP PP 2966 3498 0 0.5 1 2926 3901 0 0 0.812 2966 3498 0 0.5 1 2 interp_poly 2926 3901 0 0 0.812 2994 3813 0 0 0.938 2926 3901 0 0 0.812 2 interp_poly -40 245 68 70 2966 3498 3 MP PP 2966 3498 0 0.5 1 3034 3568 0 0.375 1 2966 3498 0 0.5 1 2 interp_poly 3034 3568 0 0.375 1 2994 3813 0 0 0.938 3034 3568 0 0.375 1 2 interp_poly 68 70 -40 98 3006 3400 3 MP PP 3006 3400 0 0.75 1 2966 3498 0 0.5 1 3006 3400 0 0.75 1 2 interp_poly 2966 3498 0 0.5 1 3034 3568 0 0.375 1 2966 3498 0 0.5 1 2 interp_poly -40 -679 68 84 2978 3995 3 MP PP 2978 3995 0 0 0.75 3046 4079 0 0 0.625 2978 3995 0 0 0.75 2 interp_poly 3046 4079 0 0 0.625 3006 3400 0 0.75 1 3046 4079 0 0 0.625 2 interp_poly 68 84 -40 -143 3018 4138 3 MP PP 3018 4138 0 0 0.562 2978 3995 0 0 0.75 3018 4138 0 0 0.562 2 interp_poly 2978 3995 0 0 0.75 3046 4079 0 0 0.625 2978 3995 0 0 0.75 2 interp_poly -40 765 68 -597 3006 3400 3 MP PP 3006 3400 0 0.75 1 3074 2803 0.75 1 0.312 3006 3400 0 0.75 1 2 interp_poly 3074 2803 0.75 1 0.312 3034 3568 0 0.375 1 3074 2803 0.75 1 0.312 2 interp_poly 68 -597 -40 -679 3046 4079 3 MP PP 3046 4079 0 0 0.625 3006 3400 0 0.75 1 3046 4079 0 0 0.625 2 interp_poly 3006 3400 0 0.75 1 3074 2803 0.75 1 0.312 3006 3400 0 0.75 1 2 interp_poly 68 2 -40 287 3058 3851 3 MP PP 3058 3851 0 0.125 1 3018 4138 0 0 0.562 3058 3851 0 0.125 1 2 interp_poly 3018 4138 0 0 0.562 3086 4140 0 0 0.562 3018 4138 0 0 0.562 2 interp_poly -40 -259 68 -11 3070 4156 3 MP PP 3070 4156 0 0 0.688 3138 4145 0 0 0.688 3070 4156 0 0 0.688 2 interp_poly 3138 4145 0 0 0.688 3098 3886 0 0.0625 1 3138 4145 0 0 0.688 2 interp_poly 68 -28 -40 -35 3098 3886 3 MP PP 3098 3886 0 0.0625 1 3058 3851 0 0.125 1 3098 3886 0 0.0625 1 2 interp_poly 3058 3851 0 0.125 1 3126 3823 0 0.125 1 3058 3851 0 0.125 1 2 interp_poly 68 -11 -40 336 3110 3820 3 MP PP 3110 3820 0 0.312 1 3070 4156 0 0 0.688 3110 3820 0 0.312 1 2 interp_poly 3070 4156 0 0 0.688 3138 4145 0 0 0.688 3070 4156 0 0 0.688 2 interp_poly -40 290 68 35 3110 3820 3 MP PP 3110 3820 0 0.312 1 3178 3855 0 0.25 1 3110 3820 0 0.312 1 2 interp_poly 3178 3855 0 0.25 1 3138 4145 0 0 0.688 3178 3855 0 0.25 1 2 interp_poly -40 -385 68 -63 3082 4268 3 MP PP 3082 4268 0 0 0.625 3150 4205 0 0 0.688 3082 4268 0 0 0.625 2 interp_poly 3150 4205 0 0 0.688 3110 3820 0 0.312 1 3150 4205 0 0 0.688 2 interp_poly 68 -63 -40 -10 3122 4278 3 MP PP 3122 4278 0 0 0.625 3082 4268 0 0 0.625 3122 4278 0 0 0.625 2 interp_poly 3082 4268 0 0 0.625 3150 4205 0 0 0.688 3082 4268 0 0 0.625 2 interp_poly 68 35 -40 -385 3150 4205 3 MP PP 3150 4205 0 0 0.688 3110 3820 0 0.312 1 3150 4205 0 0 0.688 2 interp_poly 3110 3820 0 0.312 1 3178 3855 0 0.25 1 3110 3820 0 0.312 1 2 interp_poly -40 -49 68 -24 3122 4278 3 MP PP 3122 4278 0 0 0.625 3190 4254 0 0 0.625 3122 4278 0 0 0.625 2 interp_poly 3190 4254 0 0 0.625 3150 4205 0 0 0.688 3190 4254 0 0 0.625 2 interp_poly 68 -24 -40 707 3162 3571 3 MP PP 3162 3571 0 0.875 1 3122 4278 0 0 0.625 3162 3571 0 0.875 1 2 interp_poly 3122 4278 0 0 0.625 3190 4254 0 0 0.625 3122 4278 0 0 0.625 2 interp_poly -40 769 68 -86 3162 3571 3 MP PP 3162 3571 0 0.875 1 3230 3485 0 1 1 3162 3571 0 0.875 1 2 interp_poly 3230 3485 0 1 1 3190 4254 0 0 0.625 3230 3485 0 1 1 2 interp_poly -40 -142 68 1 3186 4198 3 MP PP 3186 4198 0 0 1 3254 4199 0 0 1 3186 4198 0 0 1 2 interp_poly 3254 4199 0 0 1 3214 4057 0 0.188 1 3254 4199 0 0 1 2 interp_poly 68 1 -40 -68 3226 4266 3 MP PP 3226 4266 0 0 0.938 3186 4198 0 0 1 3226 4266 0 0 0.938 2 interp_poly 3186 4198 0 0 1 3254 4199 0 0 1 3186 4198 0 0 1 2 interp_poly -40 -546 68 199 3174 3929 3 MP PP 3174 3929 0 0.375 1 3242 4128 0 0 1 3174 3929 0 0.375 1 2 interp_poly 3242 4128 0 0 1 3202 3582 0 0.875 1 3242 4128 0 0 1 2 interp_poly 68 199 -40 -128 3214 4057 3 MP PP 3214 4057 0 0.188 1 3174 3929 0 0.375 1 3214 4057 0 0.188 1 2 interp_poly 3174 3929 0 0.375 1 3242 4128 0 0 1 3174 3929 0 0.375 1 2 interp_poly 68 -66 -40 -546 3242 4128 3 MP PP 3242 4128 0 0 1 3202 3582 0 0.875 1 3242 4128 0 0 1 2 interp_poly 3202 3582 0 0.875 1 3270 3516 0 1 1 3202 3582 0 0.875 1 2 interp_poly -40 249 68 -178 3214 4057 3 MP PP 3214 4057 0 0.188 1 3282 3879 0 0.5 1 3214 4057 0 0.188 1 2 interp_poly 3282 3879 0 0.5 1 3242 4128 0 0 1 3282 3879 0 0.5 1 2 interp_poly 68 -178 -40 -142 3254 4199 3 MP PP 3254 4199 0 0 1 3214 4057 0 0.188 1 3254 4199 0 0 1 2 interp_poly 3214 4057 0 0.188 1 3282 3879 0 0.5 1 3214 4057 0 0.188 1 2 interp_poly -40 207 68 -274 3226 4266 3 MP PP 3226 4266 0 0 0.938 3294 3992 0 0.375 1 3226 4266 0 0 0.938 2 interp_poly 3294 3992 0 0.375 1 3254 4199 0 0 1 3294 3992 0 0.375 1 2 interp_poly 68 -274 -40 -38 3266 4304 3 MP PP 3266 4304 0 0 0.938 3226 4266 0 0 0.938 3266 4304 0 0 0.938 2 interp_poly 3226 4266 0 0 0.938 3294 3992 0 0.375 1 3226 4266 0 0 0.938 2 interp_poly -40 -31 68 -66 3202 3582 3 MP PP 3202 3582 0 0.875 1 3270 3516 0 1 1 3202 3582 0 0.875 1 2 interp_poly 3270 3516 0 1 1 3230 3485 0 1 1 3270 3516 0 1 1 2 interp_poly -40 -38 67 -11 3199 4315 3 MP PP 3199 4315 0 0 0.938 3266 4304 0 0 0.938 3199 4315 0 0 0.938 2 interp_poly 3266 4304 0 0 0.938 3226 4266 0 0 0.938 3266 4304 0 0 0.938 2 interp_poly 68 -86 -40 -11 3202 3582 3 MP PP 3202 3582 0 0.875 1 3162 3571 0 0.875 1 3202 3582 0 0.875 1 2 interp_poly 3162 3571 0 0.875 1 3230 3485 0 1 1 3162 3571 0 0.875 1 2 interp_poly -40 -143 68 -25 2950 4163 3 MP PP 2950 4163 0 0 0.562 3018 4138 0 0 0.562 2950 4163 0 0 0.562 2 interp_poly 3018 4138 0 0 0.562 2978 3995 0 0 0.75 3018 4138 0 0 0.562 2 interp_poly -40 -105 68 -8 2818 3976 3 MP PP 2818 3976 0 0 0.625 2886 3968 0 0 0.625 2818 3976 0 0 0.625 2 interp_poly 2886 3968 0 0 0.625 2846 3863 0 0 0.75 2886 3968 0 0 0.625 2 interp_poly 68 -8 -40 -18 2858 3994 3 MP PP 2858 3994 0 0 0.688 2818 3976 0 0 0.625 2858 3994 0 0 0.688 2 interp_poly 2818 3976 0 0 0.625 2886 3968 0 0 0.625 2818 3976 0 0 0.625 2 interp_poly -40 -269 68 56 2846 3863 3 MP PP 2846 3863 0 0 0.75 2914 3919 0 0 0.625 2846 3863 0 0 0.75 2 interp_poly 2914 3919 0 0 0.625 2874 3650 0 0.0625 1 2914 3919 0 0 0.625 2 interp_poly 68 56 -40 -105 2886 3968 3 MP PP 2886 3968 0 0 0.625 2846 3863 0 0 0.75 2886 3968 0 0 0.625 2 interp_poly 2846 3863 0 0 0.75 2914 3919 0 0 0.625 2846 3863 0 0 0.75 2 interp_poly -40 311 68 -360 2886 3968 3 MP PP 2886 3968 0 0 0.625 2954 3608 0 0.25 1 2886 3968 0 0 0.625 2 interp_poly 2954 3608 0 0.25 1 2914 3919 0 0 0.625 2954 3608 0 0.25 1 2 interp_poly 68 -360 -40 67 2926 3901 3 MP PP 2926 3901 0 0 0.812 2886 3968 0 0 0.625 2926 3901 0 0 0.812 2 interp_poly 2886 3968 0 0 0.625 2954 3608 0 0.25 1 2886 3968 0 0 0.625 2 interp_poly -40 67 68 -93 2858 3994 3 MP PP 2858 3994 0 0 0.688 2926 3901 0 0 0.812 2858 3994 0 0 0.688 2 interp_poly 2926 3901 0 0 0.812 2886 3968 0 0 0.625 2926 3901 0 0 0.812 2 interp_poly -40 -775 68 343 2697 2613 3 MP PP 2697 2613 0 0.938 1 2765 2956 0 0.312 1 2697 2613 0 0.938 1 2 interp_poly 2765 2956 0 0.312 1 2725 2181 0.562 1 0.5 2765 2956 0 0.312 1 2 interp_poly 68 150 -40 -775 2765 2956 3 MP PP 2765 2956 0 0.312 1 2725 2181 0.562 1 0.5 2765 2956 0 0.312 1 2 interp_poly 2725 2181 0.562 1 0.5 2793 2331 0.312 1 0.75 2725 2181 0.562 1 0.5 2 interp_poly -40 255 68 -226 2705 3136 3 MP PP 2705 3136 0 0.375 1 2773 2910 0 0.75 1 2705 3136 0 0.375 1 2 interp_poly 2773 2910 0 0.75 1 2733 3165 0 0.312 1 2773 2910 0 0.75 1 2 interp_poly -40 -28 68 -46 2497 3295 3 MP PP 2497 3295 0 0 0.562 2565 3249 0 0 0.625 2497 3295 0 0 0.562 2 interp_poly 2565 3249 0 0 0.625 2525 3221 0 0 0.625 2565 3249 0 0 0.625 2 interp_poly -40 -412 68 -20 2457 3241 3 MP PP 2457 3241 0 0 0.625 2525 3221 0 0 0.625 2457 3241 0 0 0.625 2 interp_poly 2525 3221 0 0 0.625 2485 2809 0 0.25 1 2525 3221 0 0 0.625 2 interp_poly 68 -20 -40 -54 2497 3295 3 MP PP 2497 3295 0 0 0.562 2457 3241 0 0 0.625 2497 3295 0 0 0.562 2 interp_poly 2457 3241 0 0 0.625 2525 3221 0 0 0.625 2457 3241 0 0 0.625 2 interp_poly 68 -46 -40 442 2537 2853 3 MP PP 2537 2853 0 0.312 1 2497 3295 0 0 0.562 2537 2853 0 0.312 1 2 interp_poly 2497 3295 0 0 0.562 2565 3249 0 0 0.625 2497 3295 0 0 0.562 2 interp_poly -40 -594 68 -209 2549 3308 3 MP PP 2549 3308 0 0 0.688 2617 3099 0 0 1 2549 3308 0 0 0.688 2 interp_poly 2617 3099 0 0 1 2577 2505 0 1 1 2617 3099 0 0 1 2 interp_poly 68 -209 -40 656 2589 2652 3 MP PP 2589 2652 0 0.812 1 2549 3308 0 0 0.688 2589 2652 0 0.812 1 2 interp_poly 2549 3308 0 0 0.688 2617 3099 0 0 1 2549 3308 0 0 0.688 2 interp_poly 68 -2 -40 179 2365 2924 3 MP PP 2365 2924 0 0 0.938 2325 3103 0 0 0.625 2365 2924 0 0 0.938 2 interp_poly 2325 3103 0 0 0.625 2393 3101 0 0 0.562 2325 3103 0 0 0.625 2 interp_poly -40 209 68 -32 2365 2924 3 MP PP 2365 2924 0 0 0.938 2433 2892 0 0 1 2365 2924 0 0 0.938 2 interp_poly 2433 2892 0 0 1 2393 3101 0 0 0.562 2433 2892 0 0 1 2 interp_poly 68 -32 -40 473 2405 2451 3 MP PP 2405 2451 0 0.812 1 2365 2924 0 0 0.938 2405 2451 0 0.812 1 2 interp_poly 2365 2924 0 0 0.938 2433 2892 0 0 1 2365 2924 0 0 0.938 2 interp_poly -40 749 68 -308 2405 2451 3 MP PP 2405 2451 0 0.812 1 2473 2143 0.312 1 0.75 2405 2451 0 0.812 1 2 interp_poly 2473 2143 0.312 1 0.75 2433 2892 0 0 1 2473 2143 0.312 1 0.75 2 interp_poly -40 -605 68 -66 2377 3122 3 MP PP 2377 3122 0 0 0.75 2445 3056 0 0 0.812 2377 3122 0 0 0.75 2 interp_poly 2445 3056 0 0 0.812 2405 2451 0 0.812 1 2445 3056 0 0 0.812 2 interp_poly 68 -66 -40 90 2417 3032 3 MP PP 2417 3032 0 0 0.938 2377 3122 0 0 0.75 2417 3032 0 0 0.938 2 interp_poly 2377 3122 0 0 0.75 2445 3056 0 0 0.812 2377 3122 0 0 0.75 2 interp_poly -40 -209 68 70 2389 3171 3 MP PP 2389 3171 0 0 0.75 2457 3241 0 0 0.625 2389 3171 0 0 0.75 2 interp_poly 2457 3241 0 0 0.625 2417 3032 0 0 0.938 2457 3241 0 0 0.625 2 interp_poly 68 70 -40 -116 2429 3287 3 MP PP 2429 3287 0 0 0.562 2389 3171 0 0 0.75 2429 3287 0 0 0.562 2 interp_poly 2389 3171 0 0 0.75 2457 3241 0 0 0.625 2389 3171 0 0 0.75 2 interp_poly 68 -308 -40 -605 2445 3056 3 MP PP 2445 3056 0 0 0.812 2405 2451 0 0.812 1 2445 3056 0 0 0.812 2 interp_poly 2405 2451 0 0.812 1 2473 2143 0.312 1 0.75 2405 2451 0 0.812 1 2 interp_poly -40 247 68 -223 2417 3032 3 MP PP 2417 3032 0 0 0.938 2485 2809 0 0.25 1 2417 3032 0 0 0.938 2 interp_poly 2485 2809 0 0.25 1 2445 3056 0 0 0.812 2485 2809 0 0.25 1 2 interp_poly 68 -223 -40 -209 2457 3241 3 MP PP 2457 3241 0 0 0.625 2417 3032 0 0 0.938 2457 3241 0 0 0.625 2 interp_poly 2417 3032 0 0 0.938 2485 2809 0 0.25 1 2417 3032 0 0 0.938 2 interp_poly -40 -54 68 8 2429 3287 3 MP PP 2429 3287 0 0 0.562 2497 3295 0 0 0.562 2429 3287 0 0 0.562 2 interp_poly 2497 3295 0 0 0.562 2457 3241 0 0 0.625 2497 3295 0 0 0.562 2 interp_poly 68 8 -40 206 2469 3081 3 MP PP 2469 3081 0 0 1 2429 3287 0 0 0.562 2469 3081 0 0 1 2 interp_poly 2429 3287 0 0 0.562 2497 3295 0 0 0.562 2429 3287 0 0 0.562 2 interp_poly -40 442 68 -228 2469 3081 3 MP PP 2469 3081 0 0 1 2537 2853 0 0.312 1 2469 3081 0 0 1 2 interp_poly 2537 2853 0 0.312 1 2497 3295 0 0 0.562 2537 2853 0 0.312 1 2 interp_poly 68 -228 -40 571 2509 2510 3 MP PP 2509 2510 0 1 1 2469 3081 0 0 1 2509 2510 0 1 1 2 interp_poly 2469 3081 0 0 1 2537 2853 0 0.312 1 2469 3081 0 0 1 2 interp_poly -40 -798 68 63 2481 3245 3 MP PP 2481 3245 0 0 0.812 2549 3308 0 0 0.688 2481 3245 0 0 0.812 2 interp_poly 2549 3308 0 0 0.688 2509 2510 0 1 1 2549 3308 0 0 0.688 2 interp_poly -40 348 68 -5 2509 2510 3 MP PP 2509 2510 0 1 1 2577 2505 0 1 1 2509 2510 0 1 1 2 interp_poly 2577 2505 0 1 1 2537 2853 0 0.312 1 2577 2505 0 1 1 2 interp_poly 68 -5 -40 -798 2549 3308 3 MP PP 2549 3308 0 0 0.688 2509 2510 0 1 1 2549 3308 0 0 0.688 2 interp_poly 2509 2510 0 1 1 2577 2505 0 1 1 2509 2510 0 1 1 2 interp_poly 68 63 -40 496 2521 2749 3 MP PP 2521 2749 0 0.688 1 2481 3245 0 0 0.812 2521 2749 0 0.688 1 2 interp_poly 2481 3245 0 0 0.812 2549 3308 0 0 0.688 2481 3245 0 0 0.812 2 interp_poly -40 656 68 -97 2521 2749 3 MP PP 2521 2749 0 0.688 1 2589 2652 0 0.812 1 2521 2749 0 0.688 1 2 interp_poly 2589 2652 0 0.812 1 2549 3308 0 0 0.688 2589 2652 0 0.812 1 2 interp_poly 68 -97 -40 493 2561 2256 3 MP PP 2561 2256 0.562 1 0.5 2521 2749 0 0.688 1 2561 2256 0.562 1 0.5 2 interp_poly 2521 2749 0 0.688 1 2589 2652 0 0.812 1 2521 2749 0 0.688 1 2 interp_poly -40 -1180 68 62 2533 3374 3 MP PP 2533 3374 0 0 0.75 2601 3436 0 0 0.625 2533 3374 0 0 0.75 2 interp_poly 2601 3436 0 0 0.625 2561 2256 0.562 1 0.5 2601 3436 0 0 0.625 2 interp_poly -40 990 68 -543 2589 2652 3 MP PP 2589 2652 0 0.812 1 2657 2109 0.75 1 0.312 2589 2652 0 0.812 1 2 interp_poly 2657 2109 0.75 1 0.312 2617 3099 0 0 1 2657 2109 0.75 1 0.312 2 interp_poly 68 -543 -40 249 2629 2403 3 MP PP 2629 2403 0.312 1 0.75 2589 2652 0 0.812 1 2629 2403 0.312 1 0.75 2 interp_poly 2589 2652 0 0.812 1 2657 2109 0.75 1 0.312 2589 2652 0 0.812 1 2 interp_poly -40 249 68 147 2561 2256 3 MP PP 2561 2256 0.562 1 0.5 2629 2403 0.312 1 0.75 2561 2256 0.562 1 0.5 2 interp_poly 2629 2403 0.312 1 0.75 2589 2652 0 0.812 1 2629 2403 0.312 1 0.75 2 interp_poly 68 147 -40 -1180 2601 3436 3 MP PP 2601 3436 0 0 0.625 2561 2256 0.562 1 0.5 2601 3436 0 0 0.625 2 interp_poly 2561 2256 0.562 1 0.5 2629 2403 0.312 1 0.75 2561 2256 0.562 1 0.5 2 interp_poly -40 -1024 68 -9 2601 3436 3 MP PP 2601 3436 0 0 0.625 2669 3427 0 0 0.562 2601 3436 0 0 0.625 2 interp_poly 2669 3427 0 0 0.562 2629 2403 0.312 1 0.75 2669 3427 0 0 0.562 2 interp_poly -40 353 68 61 2573 3022 3 MP PP 2573 3022 0 0.375 1 2641 3083 0 0.25 1 2573 3022 0 0.375 1 2 interp_poly 2641 3083 0 0.25 1 2601 3436 0 0 0.625 2641 3083 0 0.25 1 2 interp_poly 68 -9 -40 353 2641 3083 3 MP PP 2641 3083 0 0.25 1 2601 3436 0 0 0.625 2641 3083 0 0.25 1 2 interp_poly 2601 3436 0 0 0.625 2669 3427 0 0 0.562 2601 3436 0 0 0.625 2 interp_poly 68 210 -40 -1024 2669 3427 3 MP PP 2669 3427 0 0 0.562 2629 2403 0.312 1 0.75 2669 3427 0 0 0.562 2 interp_poly 2629 2403 0.312 1 0.75 2697 2613 0 0.938 1 2629 2403 0.312 1 0.75 2 interp_poly -40 77 68 267 2641 3083 3 MP PP 2641 3083 0 0.25 1 2709 3350 0 0 0.75 2641 3083 0 0.25 1 2 interp_poly 2709 3350 0 0 0.75 2669 3427 0 0 0.562 2709 3350 0 0 0.75 2 interp_poly -40 -176 68 187 2613 3072 3 MP PP 2613 3072 0 0.312 1 2681 3259 0 0 1 2613 3072 0 0.312 1 2 interp_poly 2681 3259 0 0 1 2641 3083 0 0.25 1 2681 3259 0 0 1 2 interp_poly 68 187 -40 -427 2653 3499 3 MP PP 2653 3499 0 0 0.625 2613 3072 0 0.312 1 2653 3499 0 0 0.625 2 interp_poly 2613 3072 0 0.312 1 2681 3259 0 0 1 2613 3072 0 0.312 1 2 interp_poly 68 267 -40 -176 2681 3259 3 MP PP 2681 3259 0 0 1 2641 3083 0 0.25 1 2681 3259 0 0 1 2 interp_poly 2641 3083 0 0.25 1 2709 3350 0 0 0.75 2641 3083 0 0.25 1 2 interp_poly 68 17 -40 77 2709 3350 3 MP PP 2709 3350 0 0 0.75 2669 3427 0 0 0.562 2709 3350 0 0 0.75 2 interp_poly 2669 3427 0 0 0.562 2737 3444 0 0 0.562 2669 3427 0 0 0.562 2 interp_poly -40 -242 68 2 2653 3499 3 MP PP 2653 3499 0 0 0.625 2721 3501 0 0 0.625 2653 3499 0 0 0.625 2 interp_poly 2721 3501 0 0 0.625 2681 3259 0 0 1 2721 3501 0 0 0.625 2 interp_poly -40 -8 68 99 2681 3259 3 MP PP 2681 3259 0 0 1 2749 3358 0 0 0.812 2681 3259 0 0 1 2 interp_poly 2749 3358 0 0 0.812 2709 3350 0 0 0.75 2749 3358 0 0 0.812 2 interp_poly 68 99 -40 -242 2721 3501 3 MP PP 2721 3501 0 0 0.625 2681 3259 0 0 1 2721 3501 0 0 0.625 2 interp_poly 2681 3259 0 0 1 2749 3358 0 0 0.812 2681 3259 0 0 1 2 interp_poly -40 226 68 -56 2665 3221 3 MP PP 2665 3221 0 0.188 1 2733 3165 0 0.312 1 2665 3221 0 0.188 1 2 interp_poly 2733 3165 0 0.312 1 2693 3391 0 0 0.875 2733 3165 0 0.312 1 2 interp_poly 68 -56 -40 85 2705 3136 3 MP PP 2705 3136 0 0.375 1 2665 3221 0 0.188 1 2705 3136 0 0.375 1 2 interp_poly 2665 3221 0 0.188 1 2733 3165 0 0.312 1 2665 3221 0 0.188 1 2 interp_poly -40 -104 68 -39 2721 3501 3 MP PP 2721 3501 0 0 0.625 2789 3462 0 0 0.688 2721 3501 0 0 0.625 2 interp_poly 2789 3462 0 0 0.688 2749 3358 0 0 0.812 2789 3462 0 0 0.688 2 interp_poly -40 151 68 -41 2693 3391 3 MP PP 2693 3391 0 0 0.875 2761 3350 0 0 0.938 2693 3391 0 0 0.875 2 interp_poly 2761 3350 0 0 0.938 2721 3501 0 0 0.625 2761 3350 0 0 0.938 2 interp_poly 68 -41 -40 226 2733 3165 3 MP PP 2733 3165 0 0.312 1 2693 3391 0 0 0.875 2733 3165 0 0.312 1 2 interp_poly 2693 3391 0 0 0.875 2761 3350 0 0 0.938 2693 3391 0 0 0.875 2 interp_poly 68 -226 -40 -234 2745 3370 3 MP PP 2745 3370 0 0.0625 1 2705 3136 0 0.375 1 2745 3370 0 0.0625 1 2 interp_poly 2705 3136 0 0.375 1 2773 2910 0 0.75 1 2705 3136 0 0.375 1 2 interp_poly 68 -39 -40 151 2761 3350 3 MP PP 2761 3350 0 0 0.938 2721 3501 0 0 0.625 2761 3350 0 0 0.938 2 interp_poly 2721 3501 0 0 0.625 2789 3462 0 0 0.688 2721 3501 0 0 0.625 2 interp_poly -40 -621 68 161 2745 3370 3 MP PP 2745 3370 0 0.0625 1 2813 3531 0 0 0.75 2745 3370 0 0.0625 1 2 interp_poly 2813 3531 0 0 0.75 2773 2910 0 0.75 1 2813 3531 0 0 0.75 2 interp_poly 68 161 -40 997 2785 2373 3 MP PP 2785 2373 0.812 1 0.25 2745 3370 0 0.0625 1 2785 2373 0.812 1 0.25 2 interp_poly 2745 3370 0 0.0625 1 2813 3531 0 0 0.75 2745 3370 0 0.0625 1 2 interp_poly -40 1119 68 39 2785 2373 3 MP PP 2785 2373 0.812 1 0.25 2853 2412 0.688 1 0.375 2785 2373 0.812 1 0.25 2 interp_poly 2853 2412 0.688 1 0.375 2813 3531 0 0 0.75 2853 2412 0.688 1 0.375 2 interp_poly -40 -1209 67 12 2758 3570 3 MP PP 2758 3570 0 0 0.812 2825 3582 0 0 0.75 2758 3570 0 0 0.812 2 interp_poly 2825 3582 0 0 0.75 2785 2373 0.812 1 0.25 2825 3582 0 0 0.75 2 interp_poly 67 12 -40 -146 2798 3716 3 MP PP 2798 3716 0 0 0.625 2758 3570 0 0 0.812 2798 3716 0 0 0.625 2 interp_poly 2758 3570 0 0 0.812 2825 3582 0 0 0.75 2758 3570 0 0 0.812 2 interp_poly -40 -146 68 58 2730 3658 3 MP PP 2730 3658 0 0 0.75 2798 3716 0 0 0.625 2730 3658 0 0 0.75 2 interp_poly 2798 3716 0 0 0.625 2758 3570 0 0 0.812 2798 3716 0 0 0.625 2 interp_poly 68 58 -40 -46 2770 3704 3 MP PP 2770 3704 0 0 0.688 2730 3658 0 0 0.75 2770 3704 0 0 0.688 2 interp_poly 2730 3658 0 0 0.75 2798 3716 0 0 0.625 2730 3658 0 0 0.75 2 interp_poly -40 -30 68 42 2770 3704 3 MP PP 2770 3704 0 0 0.688 2838 3746 0 0 0.625 2770 3704 0 0 0.688 2 interp_poly 2838 3746 0 0 0.625 2798 3716 0 0 0.625 2838 3746 0 0 0.625 2 interp_poly 68 39 -40 -1209 2825 3582 3 MP PP 2825 3582 0 0 0.75 2785 2373 0.812 1 0.25 2825 3582 0 0 0.75 2 interp_poly 2785 2373 0.812 1 0.25 2853 2412 0.688 1 0.375 2785 2373 0.812 1 0.25 2 interp_poly 68 42 -40 580 2810 3124 3 MP PP 2810 3124 0 0.688 1 2770 3704 0 0 0.688 2810 3124 0 0.688 1 2 interp_poly 2770 3704 0 0 0.688 2838 3746 0 0 0.625 2770 3704 0 0 0.688 2 interp_poly -40 997 67 -494 2718 2867 3 MP PP 2718 2867 0 0.938 1 2785 2373 0.812 1 0.25 2718 2867 0 0.938 1 2 interp_poly 2785 2373 0.812 1 0.25 2745 3370 0 0.0625 1 2785 2373 0.812 1 0.25 2 interp_poly 67 -494 -40 -703 2758 3570 3 MP PP 2758 3570 0 0 0.812 2718 2867 0 0.938 1 2758 3570 0 0 0.812 2 interp_poly 2718 2867 0 0.938 1 2785 2373 0.812 1 0.25 2718 2867 0 0.938 1 2 interp_poly -40 580 68 100 2742 3024 3 MP PP 2742 3024 0 0.938 1 2810 3124 0 0.688 1 2742 3024 0 0.938 1 2 interp_poly 2810 3124 0 0.688 1 2770 3704 0 0 0.688 2810 3124 0 0.688 1 2 interp_poly -40 454 68 168 2810 3124 3 MP PP 2810 3124 0 0.688 1 2878 3292 0 0.438 1 2810 3124 0 0.688 1 2 interp_poly 2878 3292 0 0.438 1 2838 3746 0 0 0.625 2878 3292 0 0.438 1 2 interp_poly -40 -538 68 288 2782 3374 3 MP PP 2782 3374 0 0.375 1 2850 3662 0 0 0.812 2782 3374 0 0.375 1 2 interp_poly 2850 3662 0 0 0.812 2810 3124 0 0.688 1 2850 3662 0 0 0.812 2 interp_poly 68 168 -40 -538 2850 3662 3 MP PP 2850 3662 0 0 0.812 2810 3124 0 0.688 1 2850 3662 0 0 0.812 2 interp_poly 2810 3124 0 0.688 1 2878 3292 0 0.438 1 2810 3124 0 0.688 1 2 interp_poly 68 288 -40 91 2822 3283 3 MP PP 2822 3283 0 0.562 1 2782 3374 0 0.375 1 2822 3283 0 0.562 1 2 interp_poly 2782 3374 0 0.375 1 2850 3662 0 0 0.812 2782 3374 0 0.375 1 2 interp_poly -40 162 68 217 2822 3283 3 MP PP 2822 3283 0 0.562 1 2890 3500 0 0.188 1 2822 3283 0 0.562 1 2 interp_poly 2890 3500 0 0.188 1 2850 3662 0 0 0.812 2890 3500 0 0.188 1 2 interp_poly 68 217 -40 289 2862 2994 3 MP PP 2862 2994 0.0625 1 1 2822 3283 0 0.562 1 2862 2994 0.0625 1 1 2 interp_poly 2822 3283 0 0.562 1 2890 3500 0 0.188 1 2822 3283 0 0.562 1 2 interp_poly -40 -369 68 -15 2806 3665 3 MP PP 2806 3665 0 0.0625 1 2874 3650 0 0.0625 1 2806 3665 0 0.0625 1 2 interp_poly 2874 3650 0 0.0625 1 2834 3281 0 0.688 1 2874 3650 0 0.0625 1 2 interp_poly 68 -15 -40 -198 2846 3863 3 MP PP 2846 3863 0 0 0.75 2806 3665 0 0.0625 1 2846 3863 0 0 0.75 2 interp_poly 2806 3665 0 0.0625 1 2874 3650 0 0.0625 1 2806 3665 0 0.0625 1 2 interp_poly -40 817 68 -311 2862 2994 3 MP PP 2862 2994 0.0625 1 1 2930 2683 0.562 1 0.5 2862 2994 0.0625 1 1 2 interp_poly 2930 2683 0.562 1 0.5 2890 3500 0 0.188 1 2930 2683 0.562 1 0.5 2 interp_poly -40 -649 68 362 2834 3281 3 MP PP 2834 3281 0 0.688 1 2902 3643 0 0 1 2834 3281 0 0.688 1 2 interp_poly 2902 3643 0 0 1 2862 2994 0.0625 1 1 2902 3643 0 0 1 2 interp_poly 68 362 -40 -369 2874 3650 3 MP PP 2874 3650 0 0.0625 1 2834 3281 0 0.688 1 2874 3650 0 0.0625 1 2 interp_poly 2834 3281 0 0.688 1 2902 3643 0 0 1 2834 3281 0 0.688 1 2 interp_poly 68 -311 -40 -649 2902 3643 3 MP PP 2902 3643 0 0 1 2862 2994 0.0625 1 1 2902 3643 0 0 1 2 interp_poly 2862 2994 0.0625 1 1 2930 2683 0.562 1 0.5 2862 2994 0.0625 1 1 2 interp_poly 68 -93 -40 1016 2898 2978 3 MP PP 2898 2978 0.438 1 0.625 2858 3994 0 0 0.688 2898 2978 0.438 1 0.625 2 interp_poly 2858 3994 0 0 0.688 2926 3901 0 0 0.812 2858 3994 0 0 0.688 2 interp_poly -40 403 68 520 2898 2978 3 MP PP 2898 2978 0.438 1 0.625 2966 3498 0 0.5 1 2898 2978 0.438 1 0.625 2 interp_poly 2966 3498 0 0.5 1 2926 3901 0 0 0.812 2966 3498 0 0.5 1 2 interp_poly -40 -449 68 -31 2910 4026 3 MP PP 2910 4026 0 0 0.75 2978 3995 0 0 0.75 2910 4026 0 0 0.75 2 interp_poly 2978 3995 0 0 0.75 2938 3546 0 0.5 1 2978 3995 0 0 0.75 2 interp_poly 68 -31 -40 -137 2950 4163 3 MP PP 2950 4163 0 0 0.562 2910 4026 0 0 0.75 2950 4163 0 0 0.562 2 interp_poly 2910 4026 0 0 0.75 2978 3995 0 0 0.75 2910 4026 0 0 0.75 2 interp_poly 68 520 -40 -568 2938 3546 3 MP PP 2938 3546 0 0.5 1 2898 2978 0.438 1 0.625 2938 3546 0 0.5 1 2 interp_poly 2898 2978 0.438 1 0.625 2966 3498 0 0.5 1 2898 2978 0.438 1 0.625 2 interp_poly -40 98 68 -146 2938 3546 3 MP PP 2938 3546 0 0.5 1 3006 3400 0 0.75 1 2938 3546 0 0.5 1 2 interp_poly 3006 3400 0 0.75 1 2966 3498 0 0.5 1 3006 3400 0 0.75 1 2 interp_poly 68 -146 -40 -449 2978 3995 3 MP PP 2978 3995 0 0 0.75 2938 3546 0 0.5 1 2978 3995 0 0 0.75 2 interp_poly 2938 3546 0 0.5 1 3006 3400 0 0.75 1 2938 3546 0 0.5 1 2 interp_poly 68 -25 -40 300 2990 3863 3 MP PP 2990 3863 0 0.125 1 2950 4163 0 0 0.562 2990 3863 0 0.125 1 2 interp_poly 2950 4163 0 0 0.562 3018 4138 0 0 0.562 2950 4163 0 0 0.562 2 interp_poly -40 287 68 -12 2990 3863 3 MP PP 2990 3863 0 0.125 1 3058 3851 0 0.125 1 2990 3863 0 0.125 1 2 interp_poly 3058 3851 0 0.125 1 3018 4138 0 0 0.562 3058 3851 0 0.125 1 2 interp_poly -40 -224 68 -55 3002 4211 3 MP PP 3002 4211 0 0 0.625 3070 4156 0 0 0.688 3002 4211 0 0 0.625 2 interp_poly 3070 4156 0 0 0.688 3030 3932 0 0.0625 1 3070 4156 0 0 0.688 2 interp_poly 68 -55 -40 157 3042 4054 3 MP PP 3042 4054 0 0 0.938 3002 4211 0 0 0.625 3042 4054 0 0 0.938 2 interp_poly 3002 4211 0 0 0.625 3070 4156 0 0 0.688 3002 4211 0 0 0.625 2 interp_poly -40 -214 68 -46 3014 4314 3 MP PP 3014 4314 0 0 0.562 3082 4268 0 0 0.625 3014 4314 0 0 0.562 2 interp_poly 3082 4268 0 0 0.625 3042 4054 0 0 0.938 3082 4268 0 0 0.625 2 interp_poly 68 -46 -40 115 3054 4199 3 MP PP 3054 4199 0 0 0.812 3014 4314 0 0 0.562 3054 4199 0 0 0.812 2 interp_poly 3014 4314 0 0 0.562 3082 4268 0 0 0.625 3014 4314 0 0 0.562 2 interp_poly -40 -35 68 -46 3030 3932 3 MP PP 3030 3932 0 0.0625 1 3098 3886 0 0.0625 1 3030 3932 0 0.0625 1 2 interp_poly 3098 3886 0 0.0625 1 3058 3851 0 0.125 1 3098 3886 0 0.0625 1 2 interp_poly 68 -46 -40 -224 3070 4156 3 MP PP 3070 4156 0 0 0.688 3030 3932 0 0.0625 1 3070 4156 0 0 0.688 2 interp_poly 3030 3932 0 0.0625 1 3098 3886 0 0.0625 1 3030 3932 0 0.0625 1 2 interp_poly -40 336 68 -234 3042 4054 3 MP PP 3042 4054 0 0 0.938 3110 3820 0 0.312 1 3042 4054 0 0 0.938 2 interp_poly 3110 3820 0 0.312 1 3070 4156 0 0 0.688 3110 3820 0 0.312 1 2 interp_poly 68 -234 -40 -214 3082 4268 3 MP PP 3082 4268 0 0 0.625 3042 4054 0 0 0.938 3082 4268 0 0 0.625 2 interp_poly 3042 4054 0 0 0.938 3110 3820 0 0.312 1 3042 4054 0 0 0.938 2 interp_poly -40 -10 68 79 3054 4199 3 MP PP 3054 4199 0 0 0.812 3122 4278 0 0 0.625 3054 4199 0 0 0.812 2 interp_poly 3122 4278 0 0 0.625 3082 4268 0 0 0.625 3122 4278 0 0 0.625 2 interp_poly 68 79 -40 422 3094 3777 3 MP PP 3094 3777 0 0.562 1 3054 4199 0 0 0.812 3094 3777 0 0.562 1 2 interp_poly 3054 4199 0 0 0.812 3122 4278 0 0 0.625 3054 4199 0 0 0.812 2 interp_poly -40 707 68 -206 3094 3777 3 MP PP 3094 3777 0 0.562 1 3162 3571 0 0.875 1 3094 3777 0 0.562 1 2 interp_poly 3162 3571 0 0.875 1 3122 4278 0 0 0.625 3162 3571 0 0.875 1 2 interp_poly -40 -311 67 -155 3079 4309 3 MP PP 3079 4309 0 0 0.812 3146 4154 0 0.0625 1 3079 4309 0 0 0.812 2 interp_poly 3146 4154 0 0.0625 1 3106 3843 0 0.562 1 3146 4154 0 0.0625 1 2 interp_poly 67 -155 -40 111 3119 4198 3 MP PP 3119 4198 0 0.0625 1 3079 4309 0 0 0.812 3119 4198 0 0.0625 1 2 interp_poly 3079 4309 0 0 0.812 3146 4154 0 0.0625 1 3079 4309 0 0 0.812 2 interp_poly -40 -44 67 0 3119 4198 3 MP PP 3119 4198 0 0.0625 1 3186 4198 0 0 1 3119 4198 0 0.0625 1 2 interp_poly 3186 4198 0 0 1 3146 4154 0 0.0625 1 3186 4198 0 0 1 2 interp_poly 68 86 -40 -311 3146 4154 3 MP PP 3146 4154 0 0.0625 1 3106 3843 0 0.562 1 3146 4154 0 0.0625 1 2 interp_poly 3106 3843 0 0.562 1 3174 3929 0 0.375 1 3106 3843 0 0.562 1 2 interp_poly -40 -128 68 -97 3146 4154 3 MP PP 3146 4154 0 0.0625 1 3214 4057 0 0.188 1 3146 4154 0 0.0625 1 2 interp_poly 3214 4057 0 0.188 1 3174 3929 0 0.375 1 3214 4057 0 0.188 1 2 interp_poly 68 -97 -40 -44 3186 4198 3 MP PP 3186 4198 0 0 1 3146 4154 0 0.0625 1 3186 4198 0 0 1 2 interp_poly 3146 4154 0 0.0625 1 3214 4057 0 0.188 1 3146 4154 0 0.0625 1 2 interp_poly 67 0 -40 68 3159 4130 3 MP PP 3159 4130 0 0.188 1 3119 4198 0 0.0625 1 3159 4130 0 0.188 1 2 interp_poly 3119 4198 0 0.0625 1 3186 4198 0 0 1 3119 4198 0 0.0625 1 2 interp_poly -40 -68 67 136 3159 4130 3 MP PP 3159 4130 0 0.188 1 3226 4266 0 0 0.938 3159 4130 0 0.188 1 2 interp_poly 3226 4266 0 0 0.938 3186 4198 0 0 1 3226 4266 0 0 0.938 2 interp_poly 67 136 -40 -185 3199 4315 3 MP PP 3199 4315 0 0 0.938 3159 4130 0 0.188 1 3199 4315 0 0 0.938 2 interp_poly 3159 4130 0 0.188 1 3226 4266 0 0 0.938 3159 4130 0 0.188 1 2 interp_poly 68 -286 -40 -61 3174 3929 3 MP PP 3174 3929 0 0.375 1 3134 3868 0 0.438 1 3174 3929 0 0.375 1 2 interp_poly 3134 3868 0 0.438 1 3202 3582 0 0.875 1 3134 3868 0 0.438 1 2 interp_poly -40 -11 68 -286 3134 3868 3 MP PP 3134 3868 0 0.438 1 3202 3582 0 0.875 1 3134 3868 0 0.438 1 2 interp_poly 3202 3582 0 0.875 1 3162 3571 0 0.875 1 3202 3582 0 0.875 1 2 interp_poly -40 -185 68 -53 3131 4368 3 MP PP 3131 4368 0 0 0.875 3199 4315 0 0 0.938 3131 4368 0 0 0.875 2 interp_poly 3199 4315 0 0 0.938 3159 4130 0 0.188 1 3199 4315 0 0 0.938 2 interp_poly -40 -61 68 86 3106 3843 3 MP PP 3106 3843 0 0.562 1 3174 3929 0 0.375 1 3106 3843 0 0.562 1 2 interp_poly 3174 3929 0 0.375 1 3134 3868 0 0.438 1 3174 3929 0 0.375 1 2 interp_poly 68 -206 -40 -91 3134 3868 3 MP PP 3134 3868 0 0.438 1 3094 3777 0 0.562 1 3134 3868 0 0.438 1 2 interp_poly 3094 3777 0 0.562 1 3162 3571 0 0.875 1 3094 3777 0 0.562 1 2 interp_poly 68 -270 -40 32 3131 4368 3 MP PP 3131 4368 0 0 0.875 3091 4400 0 0 0.75 3131 4368 0 0 0.875 2 interp_poly 3091 4400 0 0 0.75 3159 4130 0 0.188 1 3091 4400 0 0 0.75 2 interp_poly -40 68 68 -270 3091 4400 3 MP PP 3091 4400 0 0 0.75 3159 4130 0 0.188 1 3091 4400 0 0 0.75 2 interp_poly 3159 4130 0 0.188 1 3119 4198 0 0.0625 1 3159 4130 0 0.188 1 2 interp_poly 68 -12 -40 -69 3030 3932 3 MP PP 3030 3932 0 0.0625 1 2990 3863 0 0.125 1 3030 3932 0 0.0625 1 2 interp_poly 2990 3863 0 0.125 1 3058 3851 0 0.125 1 2990 3863 0 0.125 1 2 interp_poly -40 422 68 155 3026 3622 3 MP PP 3026 3622 0 0.812 1 3094 3777 0 0.562 1 3026 3622 0 0.812 1 2 interp_poly 3094 3777 0 0.562 1 3054 4199 0 0 0.812 3094 3777 0 0.562 1 2 interp_poly 68 88 -40 -63 3106 3843 3 MP PP 3106 3843 0 0.562 1 3066 3780 0 0.625 1 3106 3843 0 0.562 1 2 interp_poly 3066 3780 0 0.625 1 3134 3868 0 0.438 1 3066 3780 0 0.625 1 2 interp_poly -40 -91 68 88 3066 3780 3 MP PP 3066 3780 0 0.625 1 3134 3868 0 0.438 1 3066 3780 0 0.625 1 2 interp_poly 3134 3868 0 0.438 1 3094 3777 0 0.562 1 3134 3868 0 0.438 1 2 interp_poly -40 -63 68 -36 3023 4436 3 MP PP 3023 4436 0 0 0.75 3091 4400 0 0 0.75 3023 4436 0 0 0.75 2 interp_poly 3091 4400 0 0 0.75 3051 4337 0 0 0.812 3091 4400 0 0 0.75 2 interp_poly -40 -198 68 -96 2778 3959 3 MP PP 2778 3959 0 0 0.625 2846 3863 0 0 0.75 2778 3959 0 0 0.625 2 interp_poly 2846 3863 0 0 0.75 2806 3665 0 0.0625 1 2846 3863 0 0 0.75 2 interp_poly 68 -96 -40 -17 2818 3976 3 MP PP 2818 3976 0 0 0.625 2778 3959 0 0 0.625 2818 3976 0 0 0.625 2 interp_poly 2778 3959 0 0 0.625 2846 3863 0 0 0.75 2778 3959 0 0 0.625 2 interp_poly -40 -18 68 -63 2790 4057 3 MP PP 2790 4057 0 0 0.562 2858 3994 0 0 0.688 2790 4057 0 0 0.562 2 interp_poly 2858 3994 0 0 0.688 2818 3976 0 0 0.625 2858 3994 0 0 0.688 2 interp_poly -40 -102 68 -38 2710 3997 3 MP PP 2710 3997 0 0 0.562 2778 3959 0 0 0.625 2710 3997 0 0 0.562 2 interp_poly 2778 3959 0 0 0.625 2738 3857 0 0 0.75 2778 3959 0 0 0.625 2 interp_poly 68 -192 -40 -102 2778 3959 3 MP PP 2778 3959 0 0 0.625 2738 3857 0 0 0.75 2778 3959 0 0 0.625 2 interp_poly 2738 3857 0 0 0.75 2806 3665 0 0.0625 1 2738 3857 0 0 0.75 2 interp_poly -40 -17 68 65 2750 3911 3 MP PP 2750 3911 0 0 0.75 2818 3976 0 0 0.625 2750 3911 0 0 0.75 2 interp_poly 2818 3976 0 0 0.625 2778 3959 0 0 0.625 2818 3976 0 0 0.625 2 interp_poly 68 -38 -40 86 2750 3911 3 MP PP 2750 3911 0 0 0.75 2710 3997 0 0 0.562 2750 3911 0 0 0.75 2 interp_poly 2710 3997 0 0 0.562 2778 3959 0 0 0.625 2710 3997 0 0 0.562 2 interp_poly 68 65 -40 -146 2790 4057 3 MP PP 2790 4057 0 0 0.562 2750 3911 0 0 0.75 2790 4057 0 0 0.562 2 interp_poly 2750 3911 0 0 0.75 2818 3976 0 0 0.625 2750 3911 0 0 0.75 2 interp_poly 68 -63 -40 437 2830 3620 3 MP PP 2830 3620 0 0.375 1 2790 4057 0 0 0.562 2830 3620 0 0.375 1 2 interp_poly 2790 4057 0 0 0.562 2858 3994 0 0 0.688 2790 4057 0 0 0.562 2 interp_poly -40 1016 68 -642 2830 3620 3 MP PP 2830 3620 0 0.375 1 2898 2978 0.438 1 0.625 2830 3620 0 0.375 1 2 interp_poly 2898 2978 0.438 1 0.625 2858 3994 0 0 0.688 2898 2978 0.438 1 0.625 2 interp_poly -40 -240 68 -187 2802 4047 3 MP PP 2802 4047 0 0 0.688 2870 3860 0 0 1 2802 4047 0 0 0.688 2 interp_poly 2870 3860 0 0 1 2830 3620 0 0.375 1 2870 3860 0 0 1 2 interp_poly 68 -187 -40 185 2842 3862 3 MP PP 2842 3862 0 0.0625 1 2802 4047 0 0 0.688 2842 3862 0 0.0625 1 2 interp_poly 2802 4047 0 0 0.688 2870 3860 0 0 1 2802 4047 0 0 0.688 2 interp_poly -40 -321 68 17 2814 4166 3 MP PP 2814 4166 0 0 0.625 2882 4183 0 0 0.562 2814 4166 0 0 0.625 2 interp_poly 2882 4183 0 0 0.562 2842 3862 0 0.0625 1 2882 4183 0 0 0.562 2 interp_poly 68 17 -40 44 2854 4122 3 MP PP 2854 4122 0 0 0.688 2814 4166 0 0 0.625 2854 4122 0 0 0.688 2 interp_poly 2814 4166 0 0 0.625 2882 4183 0 0 0.562 2814 4166 0 0 0.625 2 interp_poly -40 -166 68 164 2842 3862 3 MP PP 2842 3862 0 0.0625 1 2910 4026 0 0 0.75 2842 3862 0 0.0625 1 2 interp_poly 2910 4026 0 0 0.75 2870 3860 0 0 1 2910 4026 0 0 0.75 2 interp_poly 68 164 -40 -321 2882 4183 3 MP PP 2882 4183 0 0 0.562 2842 3862 0 0.0625 1 2882 4183 0 0 0.562 2 interp_poly 2842 3862 0 0.0625 1 2910 4026 0 0 0.75 2842 3862 0 0.0625 1 2 interp_poly 68 -314 -40 -166 2910 4026 3 MP PP 2910 4026 0 0 0.75 2870 3860 0 0 1 2910 4026 0 0 0.75 2 interp_poly 2870 3860 0 0 1 2938 3546 0 0.5 1 2870 3860 0 0 1 2 interp_poly -40 289 68 -228 2854 4122 3 MP PP 2854 4122 0 0 0.688 2922 3894 0 0.0625 1 2854 4122 0 0 0.688 2 interp_poly 2922 3894 0 0.0625 1 2882 4183 0 0 0.562 2922 3894 0 0.0625 1 2 interp_poly 68 -228 -40 260 2894 3862 3 MP PP 2894 3862 0 0.188 1 2854 4122 0 0 0.688 2894 3862 0 0.188 1 2 interp_poly 2854 4122 0 0 0.688 2922 3894 0 0.0625 1 2854 4122 0 0 0.688 2 interp_poly -40 -137 68 -20 2882 4183 3 MP PP 2882 4183 0 0 0.562 2950 4163 0 0 0.562 2882 4183 0 0 0.562 2 interp_poly 2950 4163 0 0 0.562 2910 4026 0 0 0.75 2950 4163 0 0 0.562 2 interp_poly 68 -20 -40 289 2922 3894 3 MP PP 2922 3894 0 0.0625 1 2882 4183 0 0 0.562 2922 3894 0 0.0625 1 2 interp_poly 2882 4183 0 0 0.562 2950 4163 0 0 0.562 2882 4183 0 0 0.562 2 interp_poly -40 -407 68 18 2866 4251 3 MP PP 2866 4251 0 0 0.625 2934 4269 0 0 0.562 2866 4251 0 0 0.625 2 interp_poly 2934 4269 0 0 0.562 2894 3862 0 0.188 1 2934 4269 0 0 0.562 2 interp_poly 68 18 -40 97 2906 4154 3 MP PP 2906 4154 0 0 0.812 2866 4251 0 0 0.625 2906 4154 0 0 0.812 2 interp_poly 2866 4251 0 0 0.625 2934 4269 0 0 0.562 2866 4251 0 0 0.625 2 interp_poly -40 104 68 -72 2894 3862 3 MP PP 2894 3862 0 0.188 1 2962 3790 0 0.312 1 2894 3862 0 0.188 1 2 interp_poly 2962 3790 0 0.312 1 2922 3894 0 0.0625 1 2962 3790 0 0.312 1 2 interp_poly -40 300 68 -31 2922 3894 3 MP PP 2922 3894 0 0.0625 1 2990 3863 0 0.125 1 2922 3894 0 0.0625 1 2 interp_poly 2990 3863 0 0.125 1 2950 4163 0 0 0.562 2990 3863 0 0.125 1 2 interp_poly 68 -31 -40 104 2962 3790 3 MP PP 2962 3790 0 0.312 1 2922 3894 0 0.0625 1 2962 3790 0 0.312 1 2 interp_poly 2922 3894 0 0.0625 1 2990 3863 0 0.125 1 2922 3894 0 0.0625 1 2 interp_poly 68 -72 -40 -407 2934 4269 3 MP PP 2934 4269 0 0 0.562 2894 3862 0 0.188 1 2934 4269 0 0 0.562 2 interp_poly 2894 3862 0 0.188 1 2962 3790 0 0.312 1 2894 3862 0 0.188 1 2 interp_poly -40 -421 68 -58 2934 4269 3 MP PP 2934 4269 0 0 0.562 3002 4211 0 0 0.625 2934 4269 0 0 0.562 2 interp_poly 3002 4211 0 0 0.625 2962 3790 0 0.312 1 3002 4211 0 0 0.625 2 interp_poly -40 86 68 29 2906 4154 3 MP PP 2906 4154 0 0 0.812 2974 4183 0 0 0.75 2906 4154 0 0 0.812 2 interp_poly 2974 4183 0 0 0.75 2934 4269 0 0 0.562 2974 4183 0 0 0.75 2 interp_poly 68 -58 -40 86 2974 4183 3 MP PP 2974 4183 0 0 0.75 2934 4269 0 0 0.562 2974 4183 0 0 0.75 2 interp_poly 2934 4269 0 0 0.562 3002 4211 0 0 0.625 2934 4269 0 0 0.562 2 interp_poly -40 -130 67 -39 2919 4355 3 MP PP 2919 4355 0 0 0.562 2986 4316 0 0 0.625 2919 4355 0 0 0.562 2 interp_poly 2986 4316 0 0 0.625 2946 4186 0 0 0.812 2986 4316 0 0 0.625 2 interp_poly 68 -118 -40 -22 2710 3997 3 MP PP 2710 3997 0 0 0.562 2670 3975 0 0 0.562 2710 3997 0 0 0.562 2 interp_poly 2670 3975 0 0 0.562 2738 3857 0 0 0.75 2670 3975 0 0 0.562 2 interp_poly -40 86 68 -62 2682 3973 3 MP PP 2682 3973 0 0 0.688 2750 3911 0 0 0.75 2682 3973 0 0 0.688 2 interp_poly 2750 3911 0 0 0.75 2710 3997 0 0 0.562 2750 3911 0 0 0.75 2 interp_poly -40 -22 68 -42 2642 4039 3 MP PP 2642 4039 0 0 0.562 2710 3997 0 0 0.562 2642 4039 0 0 0.562 2 interp_poly 2710 3997 0 0 0.562 2670 3975 0 0 0.562 2710 3997 0 0 0.562 2 interp_poly 68 -42 -40 66 2682 3973 3 MP PP 2682 3973 0 0 0.688 2642 4039 0 0 0.562 2682 3973 0 0 0.688 2 interp_poly 2642 4039 0 0 0.562 2710 3997 0 0 0.562 2642 4039 0 0 0.562 2 interp_poly 68 -62 -40 -114 2722 4087 3 MP PP 2722 4087 0 0 0.562 2682 3973 0 0 0.688 2722 4087 0 0 0.562 2 interp_poly 2682 3973 0 0 0.688 2750 3911 0 0 0.75 2682 3973 0 0 0.688 2 interp_poly -40 -146 68 -30 2722 4087 3 MP PP 2722 4087 0 0 0.562 2790 4057 0 0 0.562 2722 4087 0 0 0.562 2 interp_poly 2790 4057 0 0 0.562 2750 3911 0 0 0.75 2790 4057 0 0 0.562 2 interp_poly -40 -46 68 -7 2702 3711 3 MP PP 2702 3711 0 0 0.688 2770 3704 0 0 0.688 2702 3711 0 0 0.688 2 interp_poly 2770 3704 0 0 0.688 2730 3658 0 0 0.75 2770 3704 0 0 0.688 2 interp_poly 68 2 -40 108 2693 3391 3 MP PP 2693 3391 0 0 0.875 2653 3499 0 0 0.625 2693 3391 0 0 0.875 2 interp_poly 2653 3499 0 0 0.625 2721 3501 0 0 0.625 2653 3499 0 0 0.625 2 interp_poly -40 -167 68 -102 2662 3760 3 MP PP 2662 3760 0 0 0.562 2730 3658 0 0 0.75 2662 3760 0 0 0.562 2 interp_poly 2730 3658 0 0 0.75 2690 3491 0 0 1 2730 3658 0 0 0.75 2 interp_poly 68 -102 -40 49 2702 3711 3 MP PP 2702 3711 0 0 0.688 2662 3760 0 0 0.562 2702 3711 0 0 0.688 2 interp_poly 2662 3760 0 0 0.562 2730 3658 0 0 0.75 2662 3760 0 0 0.562 2 interp_poly 68 244 -40 -74 2665 3221 3 MP PP 2665 3221 0 0.188 1 2625 3147 0 0.312 1 2665 3221 0 0.188 1 2 interp_poly 2625 3147 0 0.312 1 2693 3391 0 0 0.875 2625 3147 0 0.312 1 2 interp_poly -40 -234 67 48 2678 3322 3 MP PP 2678 3322 0 0.125 1 2745 3370 0 0.0625 1 2678 3322 0 0.125 1 2 interp_poly 2745 3370 0 0.0625 1 2705 3136 0 0.375 1 2745 3370 0 0.0625 1 2 interp_poly 68 -46 -40 318 2297 2831 3 MP PP 2297 2831 0 0.125 1 2257 3149 0 0 0.562 2297 2831 0 0.125 1 2 interp_poly 2257 3149 0 0 0.562 2325 3103 0 0 0.625 2257 3149 0 0 0.562 2 interp_poly -40 179 68 93 2297 2831 3 MP PP 2297 2831 0 0.125 1 2365 2924 0 0 0.938 2297 2831 0 0.125 1 2 interp_poly 2365 2924 0 0 0.938 2325 3103 0 0 0.625 2365 2924 0 0 0.938 2 interp_poly 68 93 -40 48 2337 2783 3 MP PP 2337 2783 0 0.25 1 2297 2831 0 0.125 1 2337 2783 0 0.25 1 2 interp_poly 2297 2831 0 0.125 1 2365 2924 0 0 0.938 2297 2831 0 0.125 1 2 interp_poly -40 -339 68 80 2309 3042 3 MP PP 2309 3042 0 0 0.875 2377 3122 0 0 0.75 2309 3042 0 0 0.875 2 interp_poly 2377 3122 0 0 0.75 2337 2783 0 0.25 1 2377 3122 0 0 0.75 2 interp_poly 68 80 -40 -37 2349 3079 3 MP PP 2349 3079 0 0 0.875 2309 3042 0 0 0.875 2349 3079 0 0 0.875 2 interp_poly 2309 3042 0 0 0.875 2377 3122 0 0 0.75 2309 3042 0 0 0.875 2 interp_poly -40 -92 68 21 2321 3150 3 MP PP 2321 3150 0 0 0.812 2389 3171 0 0 0.75 2321 3150 0 0 0.812 2 interp_poly 2389 3171 0 0 0.75 2349 3079 0 0 0.875 2389 3171 0 0 0.75 2 interp_poly 68 21 -40 -156 2361 3306 3 MP PP 2361 3306 0 0 0.562 2321 3150 0 0 0.812 2361 3306 0 0 0.562 2 interp_poly 2321 3150 0 0 0.812 2389 3171 0 0 0.75 2321 3150 0 0 0.812 2 interp_poly -40 473 68 -332 2337 2783 3 MP PP 2337 2783 0 0.25 1 2405 2451 0 0.812 1 2337 2783 0 0.25 1 2 interp_poly 2405 2451 0 0.812 1 2365 2924 0 0 0.938 2405 2451 0 0.812 1 2 interp_poly 68 -332 -40 -339 2377 3122 3 MP PP 2377 3122 0 0 0.75 2337 2783 0 0.25 1 2377 3122 0 0 0.75 2 interp_poly 2337 2783 0 0.25 1 2405 2451 0 0.812 1 2337 2783 0 0.25 1 2 interp_poly -40 90 68 -47 2349 3079 3 MP PP 2349 3079 0 0 0.875 2417 3032 0 0 0.938 2349 3079 0 0 0.875 2 interp_poly 2417 3032 0 0 0.938 2377 3122 0 0 0.75 2417 3032 0 0 0.938 2 interp_poly 68 -47 -40 -92 2389 3171 3 MP PP 2389 3171 0 0 0.75 2349 3079 0 0 0.875 2389 3171 0 0 0.75 2 interp_poly 2349 3079 0 0 0.875 2417 3032 0 0 0.938 2349 3079 0 0 0.875 2 interp_poly -40 -116 68 -19 2361 3306 3 MP PP 2361 3306 0 0 0.562 2429 3287 0 0 0.562 2361 3306 0 0 0.562 2 interp_poly 2429 3287 0 0 0.562 2389 3171 0 0 0.75 2429 3287 0 0 0.562 2 interp_poly -40 234 68 -91 2373 3103 3 MP PP 2373 3103 0 0 1 2441 3012 0 0.188 1 2373 3103 0 0 1 2 interp_poly 2441 3012 0 0.188 1 2401 3246 0 0 0.688 2441 3012 0 0.188 1 2 interp_poly 68 -91 -40 215 2413 2888 3 MP PP 2413 2888 0 0.438 1 2373 3103 0 0 1 2413 2888 0 0.438 1 2 interp_poly 2373 3103 0 0 1 2441 3012 0 0.188 1 2373 3103 0 0 1 2 interp_poly -40 206 68 -165 2401 3246 3 MP PP 2401 3246 0 0 0.688 2469 3081 0 0 1 2401 3246 0 0 0.688 2 interp_poly 2469 3081 0 0 1 2429 3287 0 0 0.562 2469 3081 0 0 1 2 interp_poly 68 -165 -40 234 2441 3012 3 MP PP 2441 3012 0 0.188 1 2401 3246 0 0 0.688 2441 3012 0 0.188 1 2 interp_poly 2401 3246 0 0 0.688 2469 3081 0 0 1 2401 3246 0 0 0.688 2 interp_poly -40 -233 68 357 2413 2888 3 MP PP 2413 2888 0 0.438 1 2481 3245 0 0 0.812 2413 2888 0 0.438 1 2 interp_poly 2481 3245 0 0 0.812 2441 3012 0 0.188 1 2481 3245 0 0 0.812 2 interp_poly -40 571 68 -502 2441 3012 3 MP PP 2441 3012 0 0.188 1 2509 2510 0 1 1 2441 3012 0 0.188 1 2 interp_poly 2509 2510 0 1 1 2469 3081 0 0 1 2509 2510 0 1 1 2 interp_poly 68 -502 -40 -233 2481 3245 3 MP PP 2481 3245 0 0 0.812 2441 3012 0 0.188 1 2481 3245 0 0 0.812 2 interp_poly 2441 3012 0 0.188 1 2509 2510 0 1 1 2441 3012 0 0.188 1 2 interp_poly 68 357 -40 882 2453 2006 3 MP PP 2453 2006 1 1 0.0625 2413 2888 0 0.438 1 2453 2006 1 1 0.0625 2 interp_poly 2413 2888 0 0.438 1 2481 3245 0 0 0.812 2413 2888 0 0.438 1 2 interp_poly -40 496 68 743 2453 2006 3 MP PP 2453 2006 1 1 0.0625 2521 2749 0 0.688 1 2453 2006 1 1 0.0625 2 interp_poly 2521 2749 0 0.688 1 2481 3245 0 0 0.812 2521 2749 0 0.688 1 2 interp_poly -40 -885 68 180 2465 3194 3 MP PP 2465 3194 0 0.0625 1 2533 3374 0 0 0.75 2465 3194 0 0.0625 1 2 interp_poly 2533 3374 0 0 0.75 2493 2489 0.188 1 0.875 2533 3374 0 0 0.75 2 interp_poly 68 743 -40 -483 2493 2489 3 MP PP 2493 2489 0.188 1 0.875 2453 2006 1 1 0.0625 2493 2489 0.188 1 0.875 2 interp_poly 2453 2006 1 1 0.0625 2521 2749 0 0.688 1 2453 2006 1 1 0.0625 2 interp_poly -40 493 68 -233 2493 2489 3 MP PP 2493 2489 0.188 1 0.875 2561 2256 0.562 1 0.5 2493 2489 0.188 1 0.875 2 interp_poly 2561 2256 0.562 1 0.5 2521 2749 0 0.688 1 2561 2256 0.562 1 0.5 2 interp_poly 68 -233 -40 -885 2533 3374 3 MP PP 2533 3374 0 0 0.75 2493 2489 0.188 1 0.875 2533 3374 0 0 0.75 2 interp_poly 2493 2489 0.188 1 0.875 2561 2256 0.562 1 0.5 2493 2489 0.188 1 0.875 2 interp_poly -40 352 68 -103 2505 3125 3 MP PP 2505 3125 0 0.188 1 2573 3022 0 0.375 1 2505 3125 0 0.188 1 2 interp_poly 2573 3022 0 0.375 1 2533 3374 0 0 0.75 2573 3022 0 0.375 1 2 interp_poly 68 62 -40 352 2573 3022 3 MP PP 2573 3022 0 0.375 1 2533 3374 0 0 0.75 2573 3022 0 0.375 1 2 interp_poly 2533 3374 0 0 0.75 2601 3436 0 0 0.625 2533 3374 0 0 0.75 2 interp_poly 68 -2 -40 -396 2585 3470 3 MP PP 2585 3470 0 0 0.688 2545 3074 0 0.375 1 2585 3470 0 0 0.688 2 interp_poly 2545 3074 0 0.375 1 2613 3072 0 0.312 1 2545 3074 0 0.375 1 2 interp_poly 68 180 -40 69 2505 3125 3 MP PP 2505 3125 0 0.188 1 2465 3194 0 0.0625 1 2505 3125 0 0.188 1 2 interp_poly 2465 3194 0 0.0625 1 2533 3374 0 0 0.75 2465 3194 0 0.0625 1 2 interp_poly -40 -396 67 121 2518 3349 3 MP PP 2518 3349 0 0 0.938 2585 3470 0 0 0.688 2518 3349 0 0 0.938 2 interp_poly 2585 3470 0 0 0.688 2545 3074 0 0.375 1 2585 3470 0 0 0.688 2 interp_poly -40 -427 68 29 2585 3470 3 MP PP 2585 3470 0 0 0.688 2653 3499 0 0 0.625 2585 3470 0 0 0.688 2 interp_poly 2653 3499 0 0 0.625 2613 3072 0 0.312 1 2653 3499 0 0 0.625 2 interp_poly -40 323 67 -130 2558 3277 3 MP PP 2558 3277 0 0.125 1 2625 3147 0 0.312 1 2558 3277 0 0.125 1 2 interp_poly 2625 3147 0 0.312 1 2585 3470 0 0 0.688 2625 3147 0 0.312 1 2 interp_poly 67 -130 -40 166 2598 3111 3 MP PP 2598 3111 0 0.438 1 2558 3277 0 0.125 1 2598 3111 0 0.438 1 2 interp_poly 2558 3277 0 0.125 1 2625 3147 0 0.312 1 2558 3277 0 0.125 1 2 interp_poly 68 29 -40 323 2625 3147 3 MP PP 2625 3147 0 0.312 1 2585 3470 0 0 0.688 2625 3147 0 0.312 1 2 interp_poly 2585 3470 0 0 0.688 2653 3499 0 0 0.625 2585 3470 0 0 0.688 2 interp_poly -40 108 68 244 2625 3147 3 MP PP 2625 3147 0 0.312 1 2693 3391 0 0 0.875 2625 3147 0 0.312 1 2 interp_poly 2693 3391 0 0 0.875 2653 3499 0 0 0.625 2693 3391 0 0 0.875 2 interp_poly -40 -74 67 110 2598 3111 3 MP PP 2598 3111 0 0.438 1 2665 3221 0 0.188 1 2598 3111 0 0.438 1 2 interp_poly 2665 3221 0 0.188 1 2625 3147 0 0.312 1 2665 3221 0 0.188 1 2 interp_poly 67 110 -40 -119 2638 3230 3 MP PP 2638 3230 0 0.25 1 2598 3111 0 0.438 1 2638 3230 0 0.25 1 2 interp_poly 2598 3111 0 0.438 1 2665 3221 0 0.188 1 2598 3111 0 0.438 1 2 interp_poly -40 85 67 -94 2638 3230 3 MP PP 2638 3230 0 0.25 1 2705 3136 0 0.375 1 2638 3230 0 0.25 1 2 interp_poly 2705 3136 0 0.375 1 2665 3221 0 0.188 1 2705 3136 0 0.375 1 2 interp_poly 67 -94 -40 -92 2678 3322 3 MP PP 2678 3322 0 0.125 1 2638 3230 0 0.25 1 2678 3322 0 0.125 1 2 interp_poly 2638 3230 0 0.25 1 2705 3136 0 0.375 1 2638 3230 0 0.25 1 2 interp_poly 67 48 -40 455 2718 2867 3 MP PP 2718 2867 0 0.938 1 2678 3322 0 0.125 1 2718 2867 0 0.938 1 2 interp_poly 2678 3322 0 0.125 1 2745 3370 0 0.0625 1 2678 3322 0 0.125 1 2 interp_poly -40 -703 68 79 2690 3491 3 MP PP 2690 3491 0 0 1 2758 3570 0 0 0.812 2690 3491 0 0 1 2 interp_poly 2758 3570 0 0 0.812 2718 2867 0 0.938 1 2758 3570 0 0 0.812 2 interp_poly 68 79 -40 -167 2730 3658 3 MP PP 2730 3658 0 0 0.75 2690 3491 0 0 1 2730 3658 0 0 0.75 2 interp_poly 2690 3491 0 0 1 2758 3570 0 0 0.812 2690 3491 0 0 1 2 interp_poly 68 -7 -40 687 2742 3024 3 MP PP 2742 3024 0 0.938 1 2702 3711 0 0 0.688 2742 3024 0 0.938 1 2 interp_poly 2702 3711 0 0 0.688 2770 3704 0 0 0.688 2702 3711 0 0 0.688 2 interp_poly -40 -72 68 -192 2738 3857 3 MP PP 2738 3857 0 0 0.75 2806 3665 0 0.0625 1 2738 3857 0 0 0.75 2 interp_poly 2806 3665 0 0.0625 1 2766 3593 0 0.125 1 2806 3665 0 0.0625 1 2 interp_poly 68 -30 -40 376 2762 3711 3 MP PP 2762 3711 0 0.25 1 2722 4087 0 0 0.562 2762 3711 0 0.25 1 2 interp_poly 2722 4087 0 0 0.562 2790 4057 0 0 0.562 2722 4087 0 0 0.562 2 interp_poly 68 -312 -40 -72 2806 3665 3 MP PP 2806 3665 0 0.0625 1 2766 3593 0 0.125 1 2806 3665 0 0.0625 1 2 interp_poly 2766 3593 0 0.125 1 2834 3281 0 0.688 1 2766 3593 0 0.125 1 2 interp_poly -40 437 68 -91 2762 3711 3 MP PP 2762 3711 0 0.25 1 2830 3620 0 0.375 1 2762 3711 0 0.25 1 2 interp_poly 2830 3620 0 0.375 1 2790 4057 0 0 0.562 2830 3620 0 0.375 1 2 interp_poly -40 -336 68 -73 2734 4120 3 MP PP 2734 4120 0 0 0.625 2802 4047 0 0 0.688 2734 4120 0 0 0.625 2 interp_poly 2802 4047 0 0 0.688 2762 3711 0 0.25 1 2802 4047 0 0 0.688 2 interp_poly 68 -91 -40 -336 2802 4047 3 MP PP 2802 4047 0 0 0.688 2762 3711 0 0.25 1 2802 4047 0 0 0.688 2 interp_poly 2762 3711 0 0.25 1 2830 3620 0 0.375 1 2762 3711 0 0.25 1 2 interp_poly -40 185 68 -129 2774 3991 3 MP PP 2774 3991 0 0 0.875 2842 3862 0 0.0625 1 2774 3991 0 0 0.875 2 interp_poly 2842 3862 0 0.0625 1 2802 4047 0 0 0.688 2842 3862 0 0.0625 1 2 interp_poly 68 -73 -40 129 2774 3991 3 MP PP 2774 3991 0 0 0.875 2734 4120 0 0 0.625 2774 3991 0 0 0.875 2 interp_poly 2734 4120 0 0 0.625 2802 4047 0 0 0.688 2734 4120 0 0 0.625 2 interp_poly 68 -129 -40 -175 2814 4166 3 MP PP 2814 4166 0 0 0.625 2774 3991 0 0 0.875 2814 4166 0 0 0.625 2 interp_poly 2774 3991 0 0 0.875 2842 3862 0 0.0625 1 2774 3991 0 0 0.875 2 interp_poly -40 -175 68 -27 2746 4193 3 MP PP 2746 4193 0 0 0.562 2814 4166 0 0 0.625 2746 4193 0 0 0.562 2 interp_poly 2814 4166 0 0 0.625 2774 3991 0 0 0.875 2814 4166 0 0 0.625 2 interp_poly -40 44 68 20 2786 4102 3 MP PP 2786 4102 0 0 0.75 2854 4122 0 0 0.688 2786 4102 0 0 0.75 2 interp_poly 2854 4122 0 0 0.688 2814 4166 0 0 0.625 2854 4122 0 0 0.688 2 interp_poly 68 20 -40 263 2826 3839 3 MP PP 2826 3839 0 0.25 1 2786 4102 0 0 0.75 2826 3839 0 0.25 1 2 interp_poly 2786 4102 0 0 0.75 2854 4122 0 0 0.688 2786 4102 0 0 0.75 2 interp_poly 68 -642 -40 -240 2870 3860 3 MP PP 2870 3860 0 0 1 2830 3620 0 0.375 1 2870 3860 0 0 1 2 interp_poly 2830 3620 0 0.375 1 2898 2978 0.438 1 0.625 2830 3620 0 0.375 1 2 interp_poly -40 -568 68 -314 2870 3860 3 MP PP 2870 3860 0 0 1 2938 3546 0 0.5 1 2870 3860 0 0 1 2 interp_poly 2938 3546 0 0.5 1 2898 2978 0.438 1 0.625 2938 3546 0 0.5 1 2 interp_poly -40 260 68 23 2826 3839 3 MP PP 2826 3839 0 0.25 1 2894 3862 0 0.188 1 2826 3839 0 0.25 1 2 interp_poly 2894 3862 0 0.188 1 2854 4122 0 0 0.688 2894 3862 0 0.188 1 2 interp_poly 68 23 -40 -412 2866 4251 3 MP PP 2866 4251 0 0 0.625 2826 3839 0 0.25 1 2866 4251 0 0 0.625 2 interp_poly 2826 3839 0 0.25 1 2894 3862 0 0.188 1 2826 3839 0 0.25 1 2 interp_poly 68 29 -40 -32 2946 4186 3 MP PP 2946 4186 0 0 0.812 2906 4154 0 0 0.812 2946 4186 0 0 0.812 2 interp_poly 2906 4154 0 0 0.812 2974 4183 0 0 0.75 2906 4154 0 0 0.812 2 interp_poly -40 -32 67 217 2879 3969 3 MP PP 2879 3969 0 0.188 1 2946 4186 0 0 0.812 2879 3969 0 0.188 1 2 interp_poly 2946 4186 0 0 0.812 2906 4154 0 0 0.812 2946 4186 0 0 0.812 2 interp_poly 68 -27 -40 91 2786 4102 3 MP PP 2786 4102 0 0 0.75 2746 4193 0 0 0.562 2786 4102 0 0 0.75 2 interp_poly 2746 4193 0 0 0.562 2814 4166 0 0 0.625 2746 4193 0 0 0.562 2 interp_poly -40 -412 67 -4 2799 4255 3 MP PP 2799 4255 0 0 0.625 2866 4251 0 0 0.625 2799 4255 0 0 0.625 2 interp_poly 2866 4251 0 0 0.625 2826 3839 0 0.25 1 2866 4251 0 0 0.625 2 interp_poly -40 97 67 -56 2839 4210 3 MP PP 2839 4210 0 0 0.75 2906 4154 0 0 0.812 2839 4210 0 0 0.75 2 interp_poly 2906 4154 0 0 0.812 2866 4251 0 0 0.625 2906 4154 0 0 0.812 2 interp_poly 67 -56 -40 241 2879 3969 3 MP PP 2879 3969 0 0.188 1 2839 4210 0 0 0.75 2879 3969 0 0.188 1 2 interp_poly 2839 4210 0 0 0.75 2906 4154 0 0 0.812 2839 4210 0 0 0.75 2 interp_poly 67 217 -40 -386 2919 4355 3 MP PP 2919 4355 0 0 0.562 2879 3969 0 0.188 1 2919 4355 0 0 0.562 2 interp_poly 2879 3969 0 0.188 1 2946 4186 0 0 0.812 2879 3969 0 0.188 1 2 interp_poly -40 -131 68 128 2946 4186 3 MP PP 2946 4186 0 0 0.812 3014 4314 0 0 0.562 2946 4186 0 0 0.812 2 interp_poly 3014 4314 0 0 0.562 2974 4183 0 0 0.75 3014 4314 0 0 0.562 2 interp_poly 68 128 -40 -130 2986 4316 3 MP PP 2986 4316 0 0 0.625 2946 4186 0 0 0.812 2986 4316 0 0 0.625 2 interp_poly 2946 4186 0 0 0.812 3014 4314 0 0 0.562 2946 4186 0 0 0.812 2 interp_poly -40 -69 68 142 2962 3790 3 MP PP 2962 3790 0 0.312 1 3030 3932 0 0.0625 1 2962 3790 0 0.312 1 2 interp_poly 3030 3932 0 0.0625 1 2990 3863 0 0.125 1 3030 3932 0 0.0625 1 2 interp_poly 68 142 -40 -421 3002 4211 3 MP PP 3002 4211 0 0 0.625 2962 3790 0 0.312 1 3002 4211 0 0 0.625 2 interp_poly 2962 3790 0 0.312 1 3030 3932 0 0.0625 1 2962 3790 0 0.312 1 2 interp_poly -40 157 68 -129 2974 4183 3 MP PP 2974 4183 0 0 0.75 3042 4054 0 0 0.938 2974 4183 0 0 0.75 2 interp_poly 3042 4054 0 0 0.938 3002 4211 0 0 0.625 3042 4054 0 0 0.938 2 interp_poly 68 -129 -40 -131 3014 4314 3 MP PP 3014 4314 0 0 0.562 2974 4183 0 0 0.75 3014 4314 0 0 0.562 2 interp_poly 2974 4183 0 0 0.75 3042 4054 0 0 0.938 2974 4183 0 0 0.75 2 interp_poly 67 -39 -40 379 2959 3976 3 MP PP 2959 3976 0 0.25 1 2919 4355 0 0 0.562 2959 3976 0 0.25 1 2 interp_poly 2919 4355 0 0 0.562 2986 4316 0 0 0.625 2919 4355 0 0 0.562 2 interp_poly -40 694 67 -354 2959 3976 3 MP PP 2959 3976 0 0.25 1 3026 3622 0 0.812 1 2959 3976 0 0.25 1 2 interp_poly 3026 3622 0 0.812 1 2986 4316 0 0 0.625 3026 3622 0 0.812 1 2 interp_poly -40 115 68 -117 2986 4316 3 MP PP 2986 4316 0 0 0.625 3054 4199 0 0 0.812 2986 4316 0 0 0.625 2 interp_poly 3054 4199 0 0 0.812 3014 4314 0 0 0.562 3054 4199 0 0 0.812 2 interp_poly 68 -117 -40 694 3026 3622 3 MP PP 3026 3622 0 0.812 1 2986 4316 0 0 0.625 3026 3622 0 0.812 1 2 interp_poly 2986 4316 0 0 0.625 3054 4199 0 0 0.812 2986 4316 0 0 0.625 2 interp_poly -40 -56 68 -82 2971 4387 3 MP PP 2971 4387 0 0 0.688 3039 4305 0 0 0.75 2971 4387 0 0 0.688 2 interp_poly 3039 4305 0 0 0.75 2999 4249 0 0 0.812 3039 4305 0 0 0.75 2 interp_poly 68 -82 -40 57 3011 4330 3 MP PP 3011 4330 0 0 0.812 2971 4387 0 0 0.688 3011 4330 0 0 0.812 2 interp_poly 2971 4387 0 0 0.688 3039 4305 0 0 0.75 2971 4387 0 0 0.688 2 interp_poly -40 -4 68 -21 3011 4330 3 MP PP 3011 4330 0 0 0.812 3079 4309 0 0 0.812 3011 4330 0 0 0.812 2 interp_poly 3079 4309 0 0 0.812 3039 4305 0 0 0.75 3079 4309 0 0 0.812 2 interp_poly 68 -21 -40 -7 3051 4337 3 MP PP 3051 4337 0 0 0.812 3011 4330 0 0 0.812 3051 4337 0 0 0.812 2 interp_poly 3011 4330 0 0 0.812 3079 4309 0 0 0.812 3011 4330 0 0 0.812 2 interp_poly 67 -462 -40 -4 3079 4309 3 MP PP 3079 4309 0 0 0.812 3039 4305 0 0 0.75 3079 4309 0 0 0.812 2 interp_poly 3039 4305 0 0 0.75 3106 3843 0 0.562 1 3039 4305 0 0 0.75 2 interp_poly -40 111 68 -139 3051 4337 3 MP PP 3051 4337 0 0 0.812 3119 4198 0 0.0625 1 3051 4337 0 0 0.812 2 interp_poly 3119 4198 0 0.0625 1 3079 4309 0 0 0.812 3119 4198 0 0.0625 1 2 interp_poly 68 -139 -40 -63 3091 4400 3 MP PP 3091 4400 0 0 0.75 3051 4337 0 0 0.812 3091 4400 0 0 0.75 2 interp_poly 3051 4337 0 0 0.812 3119 4198 0 0.0625 1 3051 4337 0 0 0.812 2 interp_poly -40 32 68 8 3063 4360 3 MP PP 3063 4360 0 0 0.875 3131 4368 0 0 0.875 3063 4360 0 0 0.875 2 interp_poly 3131 4368 0 0 0.875 3091 4400 0 0 0.75 3131 4368 0 0 0.875 2 interp_poly -40 -63 67 -462 3039 4305 3 MP PP 3039 4305 0 0 0.75 3106 3843 0 0.562 1 3039 4305 0 0 0.75 2 interp_poly 3106 3843 0 0.562 1 3066 3780 0 0.625 1 3106 3843 0 0.562 1 2 interp_poly 68 155 -40 -158 3066 3780 3 MP PP 3066 3780 0 0.625 1 3026 3622 0 0.812 1 3066 3780 0 0.625 1 2 interp_poly 3026 3622 0 0.812 1 3094 3777 0 0.562 1 3026 3622 0 0.812 1 2 interp_poly 68 -36 -40 76 3063 4360 3 MP PP 3063 4360 0 0 0.875 3023 4436 0 0 0.75 3063 4360 0 0 0.875 2 interp_poly 3023 4436 0 0 0.75 3091 4400 0 0 0.75 3023 4436 0 0 0.75 2 interp_poly 67 -469 -40 -56 3039 4305 3 MP PP 3039 4305 0 0 0.75 2999 4249 0 0 0.812 3039 4305 0 0 0.75 2 interp_poly 2999 4249 0 0 0.812 3066 3780 0 0.625 1 2999 4249 0 0 0.812 2 interp_poly -40 -158 67 -469 2999 4249 3 MP PP 2999 4249 0 0 0.812 3066 3780 0 0.625 1 2999 4249 0 0 0.812 2 interp_poly 3066 3780 0 0.625 1 3026 3622 0 0.812 1 3066 3780 0 0.625 1 2 interp_poly -40 76 68 -214 2995 4574 3 MP PP 2995 4574 0 0 0.562 3063 4360 0 0 0.875 2995 4574 0 0 0.562 2 interp_poly 3063 4360 0 0 0.875 3023 4436 0 0 0.75 3063 4360 0 0 0.875 2 interp_poly 67 -4 -40 45 2839 4210 3 MP PP 2839 4210 0 0 0.75 2799 4255 0 0 0.625 2839 4210 0 0 0.75 2 interp_poly 2799 4255 0 0 0.625 2866 4251 0 0 0.625 2799 4255 0 0 0.625 2 interp_poly -40 -386 68 -30 2851 4385 3 MP PP 2851 4385 0 0 0.562 2919 4355 0 0 0.562 2851 4385 0 0 0.562 2 interp_poly 2919 4355 0 0 0.562 2879 3969 0 0.188 1 2919 4355 0 0 0.562 2 interp_poly 68 -30 -40 177 2891 4208 3 MP PP 2891 4208 0 0 0.875 2851 4385 0 0 0.562 2891 4208 0 0 0.875 2 interp_poly 2851 4385 0 0 0.562 2919 4355 0 0 0.562 2851 4385 0 0 0.562 2 interp_poly -40 379 68 -232 2891 4208 3 MP PP 2891 4208 0 0 0.875 2959 3976 0 0.25 1 2891 4208 0 0 0.875 2 interp_poly 2959 3976 0 0.25 1 2919 4355 0 0 0.562 2959 3976 0 0.25 1 2 interp_poly 68 -232 -40 248 2931 3960 3 MP PP 2931 3960 0 0.375 1 2891 4208 0 0 0.875 2931 3960 0 0.375 1 2 interp_poly 2891 4208 0 0 0.875 2959 3976 0 0.25 1 2891 4208 0 0 0.875 2 interp_poly -40 -427 68 -25 2903 4412 3 MP PP 2903 4412 0 0 0.625 2971 4387 0 0 0.688 2903 4412 0 0 0.625 2 interp_poly 2971 4387 0 0 0.688 2931 3960 0 0.375 1 2971 4387 0 0 0.688 2 interp_poly 68 289 -40 -427 2971 4387 3 MP PP 2971 4387 0 0 0.688 2931 3960 0 0.375 1 2971 4387 0 0 0.688 2 interp_poly 2931 3960 0 0.375 1 2999 4249 0 0 0.812 2931 3960 0 0.375 1 2 interp_poly -40 57 68 -17 2943 4347 3 MP PP 2943 4347 0 0 0.812 3011 4330 0 0 0.812 2943 4347 0 0 0.812 2 interp_poly 3011 4330 0 0 0.812 2971 4387 0 0 0.688 3011 4330 0 0 0.812 2 interp_poly 68 -28 -40 -71 3023 4436 3 MP PP 3023 4436 0 0 0.75 2983 4365 0 0 0.812 3023 4436 0 0 0.75 2 interp_poly 2983 4365 0 0 0.812 3051 4337 0 0 0.812 2983 4365 0 0 0.812 2 interp_poly -40 -7 68 -28 2983 4365 3 MP PP 2983 4365 0 0 0.812 3051 4337 0 0 0.812 2983 4365 0 0 0.812 2 interp_poly 3051 4337 0 0 0.812 3011 4330 0 0 0.812 3051 4337 0 0 0.812 2 interp_poly 67 -354 -40 -273 2999 4249 3 MP PP 2999 4249 0 0 0.812 2959 3976 0 0.25 1 2999 4249 0 0 0.812 2 interp_poly 2959 3976 0 0.25 1 3026 3622 0 0.812 1 2959 3976 0 0.25 1 2 interp_poly 68 -73 -40 -65 2995 4574 3 MP PP 2995 4574 0 0 0.562 2955 4509 0 0 0.625 2995 4574 0 0 0.562 2 interp_poly 2955 4509 0 0 0.625 3023 4436 0 0 0.75 2955 4509 0 0 0.625 2 interp_poly -40 -71 68 -73 2955 4509 3 MP PP 2955 4509 0 0 0.625 3023 4436 0 0 0.75 2955 4509 0 0 0.625 2 interp_poly 3023 4436 0 0 0.75 2983 4365 0 0 0.812 3023 4436 0 0 0.75 2 interp_poly 68 -17 -40 -18 2983 4365 3 MP PP 2983 4365 0 0 0.812 2943 4347 0 0 0.812 2983 4365 0 0 0.812 2 interp_poly 2943 4347 0 0 0.812 3011 4330 0 0 0.812 2943 4347 0 0 0.812 2 interp_poly -40 -273 68 289 2931 3960 3 MP PP 2931 3960 0 0.375 1 2999 4249 0 0 0.812 2931 3960 0 0.375 1 2 interp_poly 2999 4249 0 0 0.812 2959 3976 0 0.25 1 2999 4249 0 0 0.812 2 interp_poly -40 -65 68 -12 2927 4586 3 MP PP 2927 4586 0 0 0.562 2995 4574 0 0 0.562 2927 4586 0 0 0.562 2 interp_poly 2995 4574 0 0 0.562 2955 4509 0 0 0.625 2995 4574 0 0 0.562 2 interp_poly 68 -25 -40 65 2943 4347 3 MP PP 2943 4347 0 0 0.812 2903 4412 0 0 0.625 2943 4347 0 0 0.812 2 interp_poly 2903 4412 0 0 0.625 2971 4387 0 0 0.688 2903 4412 0 0 0.625 2 interp_poly 68 -97 -40 -47 2955 4509 3 MP PP 2955 4509 0 0 0.625 2915 4462 0 0 0.688 2955 4509 0 0 0.625 2 interp_poly 2915 4462 0 0 0.688 2983 4365 0 0 0.812 2915 4462 0 0 0.688 2 interp_poly -40 -18 68 -97 2915 4462 3 MP PP 2915 4462 0 0 0.688 2983 4365 0 0 0.812 2915 4462 0 0 0.688 2 interp_poly 2983 4365 0 0 0.812 2943 4347 0 0 0.812 2983 4365 0 0 0.812 2 interp_poly 68 -27 -40 -50 2927 4586 3 MP PP 2927 4586 0 0 0.562 2887 4536 0 0 0.625 2927 4586 0 0 0.562 2 interp_poly 2887 4536 0 0 0.625 2955 4509 0 0 0.625 2887 4536 0 0 0.625 2 interp_poly -40 -47 68 -27 2887 4536 3 MP PP 2887 4536 0 0 0.625 2955 4509 0 0 0.625 2887 4536 0 0 0.625 2 interp_poly 2955 4509 0 0 0.625 2915 4462 0 0 0.688 2955 4509 0 0 0.625 2 interp_poly -40 -114 68 47 2654 4040 3 MP PP 2654 4040 0 0 0.625 2722 4087 0 0 0.562 2654 4040 0 0 0.625 2 interp_poly 2722 4087 0 0 0.562 2682 3973 0 0 0.688 2722 4087 0 0 0.562 2 interp_poly -40 -58 68 -15 2566 3836 3 MP PP 2566 3836 0 0 0.562 2634 3821 0 0 0.562 2566 3836 0 0 0.562 2 interp_poly 2634 3821 0 0 0.562 2594 3763 0 0 0.562 2634 3821 0 0 0.562 2 interp_poly -40 4 68 -16 2526 3779 3 MP PP 2526 3779 0 0 0.562 2594 3763 0 0 0.562 2526 3779 0 0 0.562 2 interp_poly 2594 3763 0 0 0.562 2554 3767 0 0 0.562 2594 3763 0 0 0.562 2 interp_poly 68 -16 -40 -57 2566 3836 3 MP PP 2566 3836 0 0 0.562 2526 3779 0 0 0.562 2566 3836 0 0 0.562 2 interp_poly 2526 3779 0 0 0.562 2594 3763 0 0 0.562 2526 3779 0 0 0.562 2 interp_poly 67 121 -40 72 2558 3277 3 MP PP 2558 3277 0 0.125 1 2518 3349 0 0 0.938 2558 3277 0 0.125 1 2 interp_poly 2518 3349 0 0 0.938 2585 3470 0 0 0.688 2518 3349 0 0 0.938 2 interp_poly -40 -145 68 106 2542 3399 3 MP PP 2542 3399 0 0.0625 1 2610 3505 0 0 0.875 2542 3399 0 0.0625 1 2 interp_poly 2610 3505 0 0 0.875 2570 3360 0 0.0625 1 2610 3505 0 0 0.875 2 interp_poly -41 -39 68 -132 2450 3481 3 MP PP 2450 3481 0 0 0.75 2518 3349 0 0 0.938 2450 3481 0 0 0.75 2 interp_poly 2518 3349 0 0 0.938 2477 3310 0 0 0.938 2518 3349 0 0 0.938 2 interp_poly 68 -236 -41 -39 2518 3349 3 MP PP 2518 3349 0 0 0.938 2477 3310 0 0 0.938 2518 3349 0 0 0.938 2 interp_poly 2477 3310 0 0 0.938 2545 3074 0 0.375 1 2477 3310 0 0 0.938 2 interp_poly 68 -132 -40 188 2490 3293 3 MP PP 2490 3293 0 0.125 1 2450 3481 0 0 0.75 2490 3293 0 0.125 1 2 interp_poly 2450 3481 0 0 0.75 2518 3349 0 0 0.938 2450 3481 0 0 0.75 2 interp_poly -40 51 68 -236 2477 3310 3 MP PP 2477 3310 0 0 0.938 2545 3074 0 0.375 1 2477 3310 0 0 0.938 2 interp_poly 2545 3074 0 0.375 1 2505 3125 0 0.188 1 2545 3074 0 0.375 1 2 interp_poly -40 72 68 -16 2490 3293 3 MP PP 2490 3293 0 0.125 1 2558 3277 0 0.125 1 2490 3293 0 0.125 1 2 interp_poly 2558 3277 0 0.125 1 2518 3349 0 0 0.938 2558 3277 0 0.125 1 2 interp_poly 68 -103 -40 51 2545 3074 3 MP PP 2545 3074 0 0.375 1 2505 3125 0 0.188 1 2545 3074 0 0.375 1 2 interp_poly 2505 3125 0 0.188 1 2573 3022 0 0.375 1 2505 3125 0 0.188 1 2 interp_poly 68 -16 -40 349 2530 2944 3 MP PP 2530 2944 0 0.75 1 2490 3293 0 0.125 1 2530 2944 0 0.75 1 2 interp_poly 2490 3293 0 0.125 1 2558 3277 0 0.125 1 2490 3293 0 0.125 1 2 interp_poly -40 -50 68 -2 2545 3074 3 MP PP 2545 3074 0 0.375 1 2613 3072 0 0.312 1 2545 3074 0 0.375 1 2 interp_poly 2613 3072 0 0.312 1 2573 3022 0 0.375 1 2613 3072 0 0.312 1 2 interp_poly -40 166 68 167 2530 2944 3 MP PP 2530 2944 0 0.75 1 2598 3111 0 0.438 1 2530 2944 0 0.75 1 2 interp_poly 2598 3111 0 0.438 1 2558 3277 0 0.125 1 2598 3111 0 0.438 1 2 interp_poly -40 -416 68 29 2502 3331 3 MP PP 2502 3331 0 0.125 1 2570 3360 0 0.0625 1 2502 3331 0 0.125 1 2 interp_poly 2570 3360 0 0.0625 1 2530 2944 0 0.75 1 2570 3360 0 0.0625 1 2 interp_poly 68 29 -40 -68 2542 3399 3 MP PP 2542 3399 0 0.0625 1 2502 3331 0 0.125 1 2542 3399 0 0.0625 1 2 interp_poly 2502 3331 0 0.125 1 2570 3360 0 0.0625 1 2502 3331 0 0.125 1 2 interp_poly 68 167 -40 -416 2570 3360 3 MP PP 2570 3360 0 0.0625 1 2530 2944 0 0.75 1 2570 3360 0 0.0625 1 2 interp_poly 2530 2944 0 0.75 1 2598 3111 0 0.438 1 2530 2944 0 0.75 1 2 interp_poly -40 -119 68 -130 2570 3360 3 MP PP 2570 3360 0 0.0625 1 2638 3230 0 0.25 1 2570 3360 0 0.0625 1 2 interp_poly 2638 3230 0 0.25 1 2598 3111 0 0.438 1 2638 3230 0 0.25 1 2 interp_poly 68 -130 -40 -145 2610 3505 3 MP PP 2610 3505 0 0 0.875 2570 3360 0 0.0625 1 2610 3505 0 0 0.875 2 interp_poly 2570 3360 0 0.0625 1 2638 3230 0 0.25 1 2570 3360 0 0.0625 1 2 interp_poly 68 106 -40 123 2582 3276 3 MP PP 2582 3276 0 0.312 1 2542 3399 0 0.0625 1 2582 3276 0 0.312 1 2 interp_poly 2542 3399 0 0.0625 1 2610 3505 0 0 0.875 2542 3399 0 0.0625 1 2 interp_poly -40 -443 68 -48 2554 3767 3 MP PP 2554 3767 0 0 0.562 2622 3719 0 0 0.625 2554 3767 0 0 0.562 2 interp_poly 2622 3719 0 0 0.625 2582 3276 0 0.312 1 2622 3719 0 0 0.625 2 interp_poly 68 -48 -40 4 2594 3763 3 MP PP 2594 3763 0 0 0.562 2554 3767 0 0 0.562 2594 3763 0 0 0.562 2 interp_poly 2554 3767 0 0 0.562 2622 3719 0 0 0.625 2554 3767 0 0 0.562 2 interp_poly 68 61 -40 -50 2613 3072 3 MP PP 2613 3072 0 0.312 1 2573 3022 0 0.375 1 2613 3072 0 0.312 1 2 interp_poly 2573 3022 0 0.375 1 2641 3083 0 0.25 1 2573 3022 0 0.375 1 2 interp_poly -40 614 68 -385 2582 3276 3 MP PP 2582 3276 0 0.312 1 2650 2891 0 0.938 1 2582 3276 0 0.312 1 2 interp_poly 2650 2891 0 0.938 1 2610 3505 0 0 0.875 2650 2891 0 0.938 1 2 interp_poly -40 -92 68 -183 2610 3505 3 MP PP 2610 3505 0 0 0.875 2678 3322 0 0.125 1 2610 3505 0 0 0.875 2 interp_poly 2678 3322 0 0.125 1 2638 3230 0 0.25 1 2678 3322 0 0.125 1 2 interp_poly 68 -183 -40 614 2650 2891 3 MP PP 2650 2891 0 0.938 1 2610 3505 0 0 0.875 2650 2891 0 0.938 1 2 interp_poly 2610 3505 0 0 0.875 2678 3322 0 0.125 1 2610 3505 0 0 0.875 2 interp_poly 68 -385 -40 -443 2622 3719 3 MP PP 2622 3719 0 0 0.625 2582 3276 0 0.312 1 2622 3719 0 0 0.625 2 interp_poly 2582 3276 0 0.312 1 2650 2891 0 0.938 1 2582 3276 0 0.312 1 2 interp_poly -40 -41 68 -3 2594 3763 3 MP PP 2594 3763 0 0 0.562 2662 3760 0 0 0.562 2594 3763 0 0 0.562 2 interp_poly 2662 3760 0 0 0.562 2622 3719 0 0 0.625 2662 3760 0 0 0.562 2 interp_poly 68 -3 -40 -58 2634 3821 3 MP PP 2634 3821 0 0 0.562 2594 3763 0 0 0.562 2634 3821 0 0 0.562 2 interp_poly 2594 3763 0 0 0.562 2662 3760 0 0 0.562 2594 3763 0 0 0.562 2 interp_poly -40 455 68 -24 2650 2891 3 MP PP 2650 2891 0 0.938 1 2718 2867 0 0.938 1 2650 2891 0 0.938 1 2 interp_poly 2718 2867 0 0.938 1 2678 3322 0 0.125 1 2718 2867 0 0.938 1 2 interp_poly -40 -600 68 -228 2622 3719 3 MP PP 2622 3719 0 0 0.625 2690 3491 0 0 1 2622 3719 0 0 0.625 2 interp_poly 2690 3491 0 0 1 2650 2891 0 0.938 1 2690 3491 0 0 1 2 interp_poly 68 -228 -40 -41 2662 3760 3 MP PP 2662 3760 0 0 0.562 2622 3719 0 0 0.625 2662 3760 0 0 0.562 2 interp_poly 2622 3719 0 0 0.625 2690 3491 0 0 1 2622 3719 0 0 0.625 2 interp_poly 68 -15 -40 660 2606 3176 3 MP PP 2606 3176 0 0.688 1 2566 3836 0 0 0.562 2606 3176 0 0.688 1 2 interp_poly 2566 3836 0 0 0.562 2634 3821 0 0 0.562 2566 3836 0 0 0.562 2 interp_poly -40 -68 68 -145 2474 3544 3 MP PP 2474 3544 0 0 0.875 2542 3399 0 0.0625 1 2474 3544 0 0 0.875 2 interp_poly 2542 3399 0 0.0625 1 2502 3331 0 0.125 1 2542 3399 0 0.0625 1 2 interp_poly -40 -206 68 165 2342 3350 3 MP PP 2342 3350 0 0 0.938 2410 3515 0 0 0.625 2342 3350 0 0 0.938 2 interp_poly 2410 3515 0 0 0.625 2370 3309 0 0 0.938 2410 3515 0 0 0.625 2 interp_poly -40 318 68 -133 2229 2964 3 MP PP 2229 2964 0 0 0.938 2297 2831 0 0.125 1 2229 2964 0 0 0.938 2 interp_poly 2297 2831 0 0.125 1 2257 3149 0 0 0.562 2297 2831 0 0.125 1 2 interp_poly 68 19 -40 166 2229 2964 3 MP PP 2229 2964 0 0 0.938 2189 3130 0 0 0.625 2229 2964 0 0 0.938 2 interp_poly 2189 3130 0 0 0.625 2257 3149 0 0 0.562 2189 3130 0 0 0.625 2 interp_poly 68 -133 -40 277 2269 2687 3 MP PP 2269 2687 0 0.438 1 2229 2964 0 0 0.938 2269 2687 0 0.438 1 2 interp_poly 2229 2964 0 0 0.938 2297 2831 0 0.125 1 2229 2964 0 0 0.938 2 interp_poly -40 -355 68 -99 2241 3141 3 MP PP 2241 3141 0 0 0.75 2309 3042 0 0 0.875 2241 3141 0 0 0.75 2 interp_poly 2309 3042 0 0 0.875 2269 2687 0 0.438 1 2309 3042 0 0 0.875 2 interp_poly 68 -99 -40 172 2281 2969 3 MP PP 2281 2969 0 0.0625 1 2241 3141 0 0 0.75 2281 2969 0 0.0625 1 2 interp_poly 2241 3141 0 0 0.75 2309 3042 0 0 0.875 2241 3141 0 0 0.75 2 interp_poly -40 48 68 96 2269 2687 3 MP PP 2269 2687 0 0.438 1 2337 2783 0 0.25 1 2269 2687 0 0.438 1 2 interp_poly 2337 2783 0 0.25 1 2297 2831 0 0.125 1 2337 2783 0 0.25 1 2 interp_poly 68 96 -40 -355 2309 3042 3 MP PP 2309 3042 0 0 0.875 2269 2687 0 0.438 1 2309 3042 0 0 0.875 2 interp_poly 2269 2687 0 0.438 1 2337 2783 0 0.25 1 2269 2687 0 0.438 1 2 interp_poly -40 -37 68 110 2281 2969 3 MP PP 2281 2969 0 0.0625 1 2349 3079 0 0 0.875 2281 2969 0 0.0625 1 2 interp_poly 2349 3079 0 0 0.875 2309 3042 0 0 0.875 2349 3079 0 0 0.875 2 interp_poly 68 110 -40 -181 2321 3150 3 MP PP 2321 3150 0 0 0.812 2281 2969 0 0.0625 1 2321 3150 0 0 0.812 2 interp_poly 2281 2969 0 0.0625 1 2349 3079 0 0 0.875 2281 2969 0 0.0625 1 2 interp_poly -40 241 68 -64 2277 2891 3 MP PP 2277 2891 0 0.5 1 2345 2827 0 0.562 1 2277 2891 0 0.5 1 2 interp_poly 2345 2827 0 0.562 1 2305 3068 0 0.125 1 2345 2827 0 0.562 1 2 interp_poly 68 -64 -40 405 2317 2486 3 MP PP 2317 2486 0.188 1 0.875 2277 2891 0 0.5 1 2317 2486 0.188 1 0.875 2 interp_poly 2277 2891 0 0.5 1 2345 2827 0 0.562 1 2277 2891 0 0.5 1 2 interp_poly 68 35 -40 241 2345 2827 3 MP PP 2345 2827 0 0.562 1 2305 3068 0 0.125 1 2345 2827 0 0.562 1 2 interp_poly 2305 3068 0 0.125 1 2373 3103 0 0 1 2305 3068 0 0.125 1 2 interp_poly -40 536 68 -195 2317 2486 3 MP PP 2317 2486 0.188 1 0.875 2385 2291 0.5 1 0.562 2317 2486 0.188 1 0.875 2 interp_poly 2385 2291 0.5 1 0.562 2345 2827 0 0.562 1 2385 2291 0.5 1 0.562 2 interp_poly -40 215 68 61 2345 2827 3 MP PP 2345 2827 0 0.562 1 2413 2888 0 0.438 1 2345 2827 0 0.562 1 2 interp_poly 2413 2888 0 0.438 1 2373 3103 0 0 1 2413 2888 0 0.438 1 2 interp_poly 68 61 -40 536 2385 2291 3 MP PP 2385 2291 0.5 1 0.562 2345 2827 0 0.562 1 2385 2291 0.5 1 0.562 2 interp_poly 2345 2827 0 0.562 1 2413 2888 0 0.438 1 2345 2827 0 0.562 1 2 interp_poly -40 -395 67 38 2290 2843 3 MP PP 2290 2843 0 0.688 1 2357 2881 0 0.562 1 2290 2843 0 0.688 1 2 interp_poly 2357 2881 0 0.562 1 2317 2486 0.188 1 0.875 2357 2881 0 0.562 1 2 interp_poly 67 38 -40 -22 2330 2865 3 MP PP 2330 2865 0 0.688 1 2290 2843 0 0.688 1 2330 2865 0 0.688 1 2 interp_poly 2290 2843 0 0.688 1 2357 2881 0 0.562 1 2290 2843 0 0.688 1 2 interp_poly -40 -181 68 25 2253 3125 3 MP PP 2253 3125 0 0 0.875 2321 3150 0 0 0.812 2253 3125 0 0 0.875 2 interp_poly 2321 3150 0 0 0.812 2281 2969 0 0.0625 1 2321 3150 0 0 0.812 2 interp_poly 68 25 -40 -165 2293 3290 3 MP PP 2293 3290 0 0 0.625 2253 3125 0 0 0.875 2293 3290 0 0 0.625 2 interp_poly 2253 3125 0 0 0.875 2321 3150 0 0 0.812 2253 3125 0 0 0.875 2 interp_poly -40 -156 68 16 2293 3290 3 MP PP 2293 3290 0 0 0.625 2361 3306 0 0 0.562 2293 3290 0 0 0.625 2 interp_poly 2361 3306 0 0 0.562 2321 3150 0 0 0.812 2361 3306 0 0 0.562 2 interp_poly 68 16 -40 -30 2333 3320 3 MP PP 2333 3320 0 0 0.625 2293 3290 0 0 0.625 2333 3320 0 0 0.625 2 interp_poly 2293 3290 0 0 0.625 2361 3306 0 0 0.562 2293 3290 0 0 0.625 2 interp_poly -40 217 68 35 2305 3068 3 MP PP 2305 3068 0 0.125 1 2373 3103 0 0 1 2305 3068 0 0.125 1 2 interp_poly 2373 3103 0 0 1 2333 3320 0 0 0.625 2373 3103 0 0 1 2 interp_poly -40 60 68 -74 2333 3320 3 MP PP 2333 3320 0 0 0.625 2401 3246 0 0 0.688 2333 3320 0 0 0.625 2 interp_poly 2401 3246 0 0 0.688 2361 3306 0 0 0.562 2401 3246 0 0 0.688 2 interp_poly 68 -74 -40 217 2373 3103 3 MP PP 2373 3103 0 0 1 2333 3320 0 0 0.625 2373 3103 0 0 1 2 interp_poly 2333 3320 0 0 0.625 2401 3246 0 0 0.688 2333 3320 0 0 0.625 2 interp_poly 68 -19 -40 60 2401 3246 3 MP PP 2401 3246 0 0 0.688 2361 3306 0 0 0.562 2401 3246 0 0 0.688 2 interp_poly 2361 3306 0 0 0.562 2429 3287 0 0 0.562 2361 3306 0 0 0.562 2 interp_poly -40 -483 67 499 2330 2865 3 MP PP 2330 2865 0 0.688 1 2397 3364 0 0 0.812 2330 2865 0 0.688 1 2 interp_poly 2397 3364 0 0 0.812 2357 2881 0 0.562 1 2397 3364 0 0 0.812 2 interp_poly 67 499 -40 -444 2370 3309 3 MP PP 2370 3309 0 0 0.938 2330 2865 0 0.688 1 2370 3309 0 0 0.938 2 interp_poly 2330 2865 0 0.688 1 2397 3364 0 0 0.812 2330 2865 0 0.688 1 2 interp_poly -40 882 68 -285 2385 2291 3 MP PP 2385 2291 0.5 1 0.562 2453 2006 1 1 0.0625 2385 2291 0.5 1 0.562 2 interp_poly 2453 2006 1 1 0.0625 2413 2888 0 0.438 1 2453 2006 1 1 0.0625 2 interp_poly 68 -103 -40 -483 2397 3364 3 MP PP 2397 3364 0 0 0.812 2357 2881 0 0.562 1 2397 3364 0 0 0.812 2 interp_poly 2357 2881 0 0.562 1 2425 2778 0 0.75 1 2357 2881 0 0.562 1 2 interp_poly -40 -416 68 -170 2397 3364 3 MP PP 2397 3364 0 0 0.812 2465 3194 0 0.0625 1 2397 3364 0 0 0.812 2 interp_poly 2465 3194 0 0.0625 1 2425 2778 0 0.75 1 2465 3194 0 0.0625 1 2 interp_poly -40 145 67 -90 2370 3309 3 MP PP 2370 3309 0 0 0.938 2437 3219 0 0.0625 1 2370 3309 0 0 0.938 2 interp_poly 2437 3219 0 0.0625 1 2397 3364 0 0 0.812 2437 3219 0 0.0625 1 2 interp_poly 68 -170 -40 145 2437 3219 3 MP PP 2437 3219 0 0.0625 1 2397 3364 0 0 0.812 2437 3219 0 0.0625 1 2 interp_poly 2397 3364 0 0 0.812 2465 3194 0 0.0625 1 2397 3364 0 0 0.812 2 interp_poly 67 -90 -40 -206 2410 3515 3 MP PP 2410 3515 0 0 0.625 2370 3309 0 0 0.938 2410 3515 0 0 0.625 2 interp_poly 2370 3309 0 0 0.938 2437 3219 0 0.0625 1 2370 3309 0 0 0.938 2 interp_poly -40 -91 67 -205 2410 3515 3 MP PP 2410 3515 0 0 0.625 2477 3310 0 0 0.938 2410 3515 0 0 0.625 2 interp_poly 2477 3310 0 0 0.938 2437 3219 0 0.0625 1 2477 3310 0 0 0.938 2 interp_poly 67 -205 -40 34 2450 3481 3 MP PP 2450 3481 0 0 0.75 2410 3515 0 0 0.625 2450 3481 0 0 0.75 2 interp_poly 2410 3515 0 0 0.625 2477 3310 0 0 0.938 2410 3515 0 0 0.625 2 interp_poly -40 34 68 95 2382 3386 3 MP PP 2382 3386 0 0 0.938 2450 3481 0 0 0.75 2382 3386 0 0 0.938 2 interp_poly 2450 3481 0 0 0.75 2410 3515 0 0 0.625 2450 3481 0 0 0.75 2 interp_poly 68 95 -40 98 2422 3288 3 MP PP 2422 3288 0 0.125 1 2382 3386 0 0 0.938 2422 3288 0 0.125 1 2 interp_poly 2382 3386 0 0 0.938 2450 3481 0 0 0.75 2382 3386 0 0 0.938 2 interp_poly 68 -289 -40 -416 2465 3194 3 MP PP 2465 3194 0 0.0625 1 2425 2778 0 0.75 1 2465 3194 0 0.0625 1 2 interp_poly 2425 2778 0 0.75 1 2493 2489 0.188 1 0.875 2425 2778 0 0.75 1 2 interp_poly -40 69 68 -94 2437 3219 3 MP PP 2437 3219 0 0.0625 1 2505 3125 0 0.188 1 2437 3219 0 0.0625 1 2 interp_poly 2505 3125 0 0.188 1 2465 3194 0 0.0625 1 2505 3125 0 0.188 1 2 interp_poly 68 -94 -40 -91 2477 3310 3 MP PP 2477 3310 0 0 0.938 2437 3219 0 0.0625 1 2477 3310 0 0 0.938 2 interp_poly 2437 3219 0 0.0625 1 2505 3125 0 0.188 1 2437 3219 0 0.0625 1 2 interp_poly -40 188 68 5 2422 3288 3 MP PP 2422 3288 0 0.125 1 2490 3293 0 0.125 1 2422 3288 0 0.125 1 2 interp_poly 2490 3293 0 0.125 1 2450 3481 0 0 0.75 2490 3293 0 0.125 1 2 interp_poly -40 7 68 -157 2434 3488 3 MP PP 2434 3488 0 0 0.875 2502 3331 0 0.125 1 2434 3488 0 0 0.875 2 interp_poly 2502 3331 0 0.125 1 2462 3338 0 0.0625 1 2502 3331 0 0.125 1 2 interp_poly 68 -157 -40 -56 2474 3544 3 MP PP 2474 3544 0 0 0.875 2434 3488 0 0 0.875 2474 3544 0 0 0.875 2 interp_poly 2434 3488 0 0 0.875 2502 3331 0 0.125 1 2434 3488 0 0 0.875 2 interp_poly 68 5 -40 -50 2462 3338 3 MP PP 2462 3338 0 0.0625 1 2422 3288 0 0.125 1 2462 3338 0 0.0625 1 2 interp_poly 2422 3288 0 0.125 1 2490 3293 0 0.125 1 2422 3288 0 0.125 1 2 interp_poly -40 349 68 -394 2462 3338 3 MP PP 2462 3338 0 0.0625 1 2530 2944 0 0.75 1 2462 3338 0 0.0625 1 2 interp_poly 2530 2944 0 0.75 1 2490 3293 0 0.125 1 2530 2944 0 0.75 1 2 interp_poly 68 -394 -40 7 2502 3331 3 MP PP 2502 3331 0 0.125 1 2462 3338 0 0.0625 1 2502 3331 0 0.125 1 2 interp_poly 2462 3338 0 0.0625 1 2530 2944 0 0.75 1 2462 3338 0 0.0625 1 2 interp_poly 68 -145 -40 365 2514 3179 3 MP PP 2514 3179 0 0.5 1 2474 3544 0 0 0.875 2514 3179 0 0.5 1 2 interp_poly 2474 3544 0 0 0.875 2542 3399 0 0.0625 1 2474 3544 0 0 0.875 2 interp_poly -40 123 68 97 2514 3179 3 MP PP 2514 3179 0 0.5 1 2582 3276 0 0.312 1 2514 3179 0 0.5 1 2 interp_poly 2582 3276 0 0.312 1 2542 3399 0 0.0625 1 2582 3276 0 0.312 1 2 interp_poly 68 97 -40 -588 2554 3767 3 MP PP 2554 3767 0 0 0.562 2514 3179 0 0.5 1 2554 3767 0 0 0.562 2 interp_poly 2514 3179 0 0.5 1 2582 3276 0 0.312 1 2514 3179 0 0.5 1 2 interp_poly -40 660 68 -162 2538 3338 3 MP PP 2538 3338 0 0.438 1 2606 3176 0 0.688 1 2538 3338 0 0.438 1 2 interp_poly 2606 3176 0 0.688 1 2566 3836 0 0 0.562 2606 3176 0 0.688 1 2 interp_poly 68 -24 -40 -600 2690 3491 3 MP PP 2690 3491 0 0 1 2650 2891 0 0.938 1 2690 3491 0 0 1 2 interp_poly 2650 2891 0 0.938 1 2718 2867 0 0.938 1 2650 2891 0 0.938 1 2 interp_poly -40 748 68 -103 2606 3176 3 MP PP 2606 3176 0 0.688 1 2674 3073 0 0.875 1 2606 3176 0 0.688 1 2 interp_poly 2674 3073 0 0.875 1 2634 3821 0 0 0.562 2674 3073 0 0.875 1 2 interp_poly -40 49 68 -110 2634 3821 3 MP PP 2634 3821 0 0 0.562 2702 3711 0 0 0.688 2634 3821 0 0 0.562 2 interp_poly 2702 3711 0 0 0.688 2662 3760 0 0 0.562 2702 3711 0 0 0.688 2 interp_poly 68 -110 -40 748 2674 3073 3 MP PP 2674 3073 0 0.875 1 2634 3821 0 0 0.562 2674 3073 0 0.875 1 2 interp_poly 2634 3821 0 0 0.562 2702 3711 0 0 0.688 2634 3821 0 0 0.562 2 interp_poly -40 -470 68 21 2578 3625 3 MP PP 2578 3625 0 0 1 2646 3646 0 0 0.938 2578 3625 0 0 1 2 interp_poly 2646 3646 0 0 0.938 2606 3176 0 0.688 1 2646 3646 0 0 0.938 2 interp_poly 68 -103 -40 -470 2646 3646 3 MP PP 2646 3646 0 0 0.938 2606 3176 0 0.688 1 2646 3646 0 0 0.938 2 interp_poly 2606 3176 0 0.688 1 2674 3073 0 0.875 1 2606 3176 0 0.688 1 2 interp_poly 68 21 -40 309 2618 3316 3 MP PP 2618 3316 0 0.562 1 2578 3625 0 0 1 2618 3316 0 0.562 1 2 interp_poly 2578 3625 0 0 1 2646 3646 0 0 0.938 2578 3625 0 0 1 2 interp_poly -40 687 68 -49 2674 3073 3 MP PP 2674 3073 0 0.875 1 2742 3024 0 0.938 1 2674 3073 0 0.875 1 2 interp_poly 2742 3024 0 0.938 1 2702 3711 0 0 0.688 2742 3024 0 0.938 1 2 interp_poly -40 -544 68 -29 2646 3646 3 MP PP 2646 3646 0 0 0.938 2714 3617 0 0 0.938 2646 3646 0 0 0.938 2 interp_poly 2714 3617 0 0 0.938 2674 3073 0 0.875 1 2714 3617 0 0 0.938 2 interp_poly 68 -49 -40 -544 2714 3617 3 MP PP 2714 3617 0 0 0.938 2674 3073 0 0.875 1 2714 3617 0 0 0.938 2 interp_poly 2674 3073 0 0.875 1 2742 3024 0 0.938 1 2674 3073 0 0.875 1 2 interp_poly -40 650 68 -320 2618 3316 3 MP PP 2618 3316 0 0.562 1 2686 2996 0.0625 1 1 2618 3316 0 0.562 1 2 interp_poly 2686 2996 0.0625 1 1 2646 3646 0 0 0.938 2686 2996 0.0625 1 1 2 interp_poly 68 -29 -40 650 2686 2996 3 MP PP 2686 2996 0.0625 1 1 2646 3646 0 0 0.938 2686 2996 0.0625 1 1 2 interp_poly 2646 3646 0 0 0.938 2714 3617 0 0 0.938 2646 3646 0 0 0.938 2 interp_poly -40 -430 68 -21 2590 3767 3 MP PP 2590 3767 0 0 0.875 2658 3746 0 0 0.875 2590 3767 0 0 0.875 2 interp_poly 2658 3746 0 0 0.875 2618 3316 0 0.562 1 2658 3746 0 0 0.875 2 interp_poly 68 -21 -40 65 2630 3702 3 MP PP 2630 3702 0 0 1 2590 3767 0 0 0.875 2630 3702 0 0 1 2 interp_poly 2590 3767 0 0 0.875 2658 3746 0 0 0.875 2590 3767 0 0 0.875 2 interp_poly -40 -273 68 -28 2602 4003 3 MP PP 2602 4003 0 0 0.562 2670 3975 0 0 0.562 2602 4003 0 0 0.562 2 interp_poly 2670 3975 0 0 0.562 2630 3702 0 0 1 2670 3975 0 0 0.562 2 interp_poly 68 -28 -40 -36 2642 4039 3 MP PP 2642 4039 0 0 0.562 2602 4003 0 0 0.562 2642 4039 0 0 0.562 2 interp_poly 2602 4003 0 0 0.562 2670 3975 0 0 0.562 2602 4003 0 0 0.562 2 interp_poly 68 -320 -40 -430 2658 3746 3 MP PP 2658 3746 0 0 0.875 2618 3316 0 0.562 1 2658 3746 0 0 0.875 2 interp_poly 2618 3316 0 0.562 1 2686 2996 0.0625 1 1 2618 3316 0 0.562 1 2 interp_poly -40 -350 68 -243 2714 3617 3 MP PP 2714 3617 0 0 0.938 2782 3374 0 0.375 1 2714 3617 0 0 0.938 2 interp_poly 2782 3374 0 0.375 1 2742 3024 0 0.938 1 2782 3374 0 0.375 1 2 interp_poly 68 100 -40 -350 2782 3374 3 MP PP 2782 3374 0 0.375 1 2742 3024 0 0.938 1 2782 3374 0 0.375 1 2 interp_poly 2742 3024 0 0.938 1 2810 3124 0 0.688 1 2742 3024 0 0.938 1 2 interp_poly -40 641 68 -20 2686 2996 3 MP PP 2686 2996 0.0625 1 1 2754 2976 0.125 1 0.938 2686 2996 0.0625 1 1 2 interp_poly 2754 2976 0.125 1 0.938 2714 3617 0 0 0.938 2754 2976 0.125 1 0.938 2 interp_poly -40 -341 68 -409 2658 3746 3 MP PP 2658 3746 0 0 0.875 2726 3337 0 0.562 1 2658 3746 0 0 0.875 2 interp_poly 2726 3337 0 0.562 1 2686 2996 0.0625 1 1 2726 3337 0 0.562 1 2 interp_poly 68 -409 -40 59 2698 3687 3 MP PP 2698 3687 0 0 1 2658 3746 0 0 0.875 2698 3687 0 0 1 2 interp_poly 2658 3746 0 0 0.875 2726 3337 0 0.562 1 2658 3746 0 0 0.875 2 interp_poly -40 59 68 -15 2630 3702 3 MP PP 2630 3702 0 0 1 2698 3687 0 0 1 2630 3702 0 0 1 2 interp_poly 2698 3687 0 0 1 2658 3746 0 0 0.875 2698 3687 0 0 1 2 interp_poly 68 -15 -40 -273 2670 3975 3 MP PP 2670 3975 0 0 0.562 2630 3702 0 0 1 2670 3975 0 0 0.562 2 interp_poly 2630 3702 0 0 1 2698 3687 0 0 1 2630 3702 0 0 1 2 interp_poly -40 -170 68 -118 2670 3975 3 MP PP 2670 3975 0 0 0.562 2738 3857 0 0 0.75 2670 3975 0 0 0.562 2 interp_poly 2738 3857 0 0 0.75 2698 3687 0 0 1 2738 3857 0 0 0.75 2 interp_poly -40 66 68 40 2614 3933 3 MP PP 2614 3933 0 0 0.812 2682 3973 0 0 0.688 2614 3933 0 0 0.812 2 interp_poly 2682 3973 0 0 0.688 2642 4039 0 0 0.562 2682 3973 0 0 0.688 2 interp_poly 68 40 -40 -107 2654 4040 3 MP PP 2654 4040 0 0 0.625 2614 3933 0 0 0.812 2654 4040 0 0 0.625 2 interp_poly 2614 3933 0 0 0.812 2682 3973 0 0 0.688 2614 3933 0 0 0.812 2 interp_poly 68 47 -40 127 2694 3913 3 MP PP 2694 3913 0 0 0.875 2654 4040 0 0 0.625 2694 3913 0 0 0.875 2 interp_poly 2654 4040 0 0 0.625 2722 4087 0 0 0.562 2654 4040 0 0 0.625 2 interp_poly 68 -94 -40 -170 2738 3857 3 MP PP 2738 3857 0 0 0.75 2698 3687 0 0 1 2738 3857 0 0 0.75 2 interp_poly 2698 3687 0 0 1 2766 3593 0 0.125 1 2698 3687 0 0 1 2 interp_poly -40 376 68 -202 2694 3913 3 MP PP 2694 3913 0 0 0.875 2762 3711 0 0.25 1 2694 3913 0 0 0.875 2 interp_poly 2762 3711 0 0.25 1 2722 4087 0 0 0.562 2762 3711 0 0.25 1 2 interp_poly -40 -207 68 -16 2666 4136 3 MP PP 2666 4136 0 0 0.562 2734 4120 0 0 0.625 2666 4136 0 0 0.562 2 interp_poly 2734 4120 0 0 0.625 2694 3913 0 0 0.875 2734 4120 0 0 0.625 2 interp_poly 68 -16 -40 117 2706 4019 3 MP PP 2706 4019 0 0 0.812 2666 4136 0 0 0.562 2706 4019 0 0 0.812 2 interp_poly 2666 4136 0 0 0.562 2734 4120 0 0 0.625 2666 4136 0 0 0.562 2 interp_poly -40 -174 67 4 2679 4189 3 MP PP 2679 4189 0 0 0.625 2746 4193 0 0 0.562 2679 4189 0 0 0.625 2 interp_poly 2746 4193 0 0 0.562 2706 4019 0 0 0.812 2746 4193 0 0 0.562 2 interp_poly 67 4 -40 118 2719 4071 3 MP PP 2719 4071 0 0 0.875 2679 4189 0 0 0.625 2719 4071 0 0 0.875 2 interp_poly 2679 4189 0 0 0.625 2746 4193 0 0 0.562 2679 4189 0 0 0.625 2 interp_poly 68 -202 -40 -207 2734 4120 3 MP PP 2734 4120 0 0 0.625 2694 3913 0 0 0.875 2734 4120 0 0 0.625 2 interp_poly 2694 3913 0 0 0.875 2762 3711 0 0.25 1 2694 3913 0 0 0.875 2 interp_poly -40 129 68 -28 2706 4019 3 MP PP 2706 4019 0 0 0.812 2774 3991 0 0 0.875 2706 4019 0 0 0.812 2 interp_poly 2774 3991 0 0 0.875 2734 4120 0 0 0.625 2774 3991 0 0 0.875 2 interp_poly 68 -28 -40 -174 2746 4193 3 MP PP 2746 4193 0 0 0.562 2706 4019 0 0 0.812 2746 4193 0 0 0.562 2 interp_poly 2706 4019 0 0 0.812 2774 3991 0 0 0.875 2706 4019 0 0 0.812 2 interp_poly -40 91 67 31 2719 4071 3 MP PP 2719 4071 0 0 0.875 2786 4102 0 0 0.75 2719 4071 0 0 0.875 2 interp_poly 2786 4102 0 0 0.75 2746 4193 0 0 0.562 2786 4102 0 0 0.75 2 interp_poly 67 31 -40 204 2759 3867 3 MP PP 2759 3867 0 0.25 1 2719 4071 0 0 0.875 2759 3867 0 0.25 1 2 interp_poly 2719 4071 0 0 0.875 2786 4102 0 0 0.75 2719 4071 0 0 0.875 2 interp_poly -40 -388 68 -46 2731 4301 3 MP PP 2731 4301 0 0 0.562 2799 4255 0 0 0.625 2731 4301 0 0 0.562 2 interp_poly 2799 4255 0 0 0.625 2759 3867 0 0.25 1 2799 4255 0 0 0.625 2 interp_poly -40 263 67 -28 2759 3867 3 MP PP 2759 3867 0 0.25 1 2826 3839 0 0.25 1 2759 3867 0 0.25 1 2 interp_poly 2826 3839 0 0.25 1 2786 4102 0 0 0.75 2826 3839 0 0.25 1 2 interp_poly 67 -28 -40 -388 2799 4255 3 MP PP 2799 4255 0 0 0.625 2759 3867 0 0.25 1 2799 4255 0 0 0.625 2 interp_poly 2759 3867 0 0.25 1 2826 3839 0 0.25 1 2759 3867 0 0.25 1 2 interp_poly -40 45 68 -59 2771 4269 3 MP PP 2771 4269 0 0 0.688 2839 4210 0 0 0.75 2771 4269 0 0 0.688 2 interp_poly 2839 4210 0 0 0.75 2799 4255 0 0 0.625 2839 4210 0 0 0.75 2 interp_poly 68 -59 -40 117 2811 4152 3 MP PP 2811 4152 0 0 0.875 2771 4269 0 0 0.688 2811 4152 0 0 0.875 2 interp_poly 2771 4269 0 0 0.688 2839 4210 0 0 0.75 2771 4269 0 0 0.688 2 interp_poly -40 -233 68 -9 2783 4394 3 MP PP 2783 4394 0 0 0.562 2851 4385 0 0 0.562 2783 4394 0 0 0.562 2 interp_poly 2851 4385 0 0 0.562 2811 4152 0 0 0.875 2851 4385 0 0 0.562 2 interp_poly 68 -9 -40 95 2823 4299 3 MP PP 2823 4299 0 0 0.75 2783 4394 0 0 0.562 2823 4299 0 0 0.75 2 interp_poly 2783 4394 0 0 0.562 2851 4385 0 0 0.562 2783 4394 0 0 0.562 2 interp_poly -40 241 68 -183 2811 4152 3 MP PP 2811 4152 0 0 0.875 2879 3969 0 0.188 1 2811 4152 0 0 0.875 2 interp_poly 2879 3969 0 0.188 1 2839 4210 0 0 0.75 2879 3969 0 0.188 1 2 interp_poly 68 -183 -40 -233 2851 4385 3 MP PP 2851 4385 0 0 0.562 2811 4152 0 0 0.875 2851 4385 0 0 0.562 2 interp_poly 2811 4152 0 0 0.875 2879 3969 0 0.188 1 2811 4152 0 0 0.875 2 interp_poly -40 177 68 -91 2823 4299 3 MP PP 2823 4299 0 0 0.75 2891 4208 0 0 0.875 2823 4299 0 0 0.75 2 interp_poly 2891 4208 0 0 0.875 2851 4385 0 0 0.562 2891 4208 0 0 0.875 2 interp_poly 68 -91 -40 258 2863 4041 3 MP PP 2863 4041 0 0.25 1 2823 4299 0 0 0.75 2863 4041 0 0.25 1 2 interp_poly 2823 4299 0 0 0.75 2891 4208 0 0 0.875 2823 4299 0 0 0.75 2 interp_poly -40 -371 68 25 2835 4387 3 MP PP 2835 4387 0 0 0.688 2903 4412 0 0 0.625 2835 4387 0 0 0.688 2 interp_poly 2903 4412 0 0 0.625 2863 4041 0 0.25 1 2903 4412 0 0 0.625 2 interp_poly 68 25 -40 9 2875 4378 3 MP PP 2875 4378 0 0 0.75 2835 4387 0 0 0.688 2875 4378 0 0 0.75 2 interp_poly 2835 4387 0 0 0.688 2903 4412 0 0 0.625 2835 4387 0 0 0.688 2 interp_poly -40 248 68 -81 2863 4041 3 MP PP 2863 4041 0 0.25 1 2931 3960 0 0.375 1 2863 4041 0 0.25 1 2 interp_poly 2931 3960 0 0.375 1 2891 4208 0 0 0.875 2931 3960 0 0.375 1 2 interp_poly 68 -81 -40 -371 2903 4412 3 MP PP 2903 4412 0 0 0.625 2863 4041 0 0.25 1 2903 4412 0 0 0.625 2 interp_poly 2863 4041 0 0.25 1 2931 3960 0 0.375 1 2863 4041 0 0.25 1 2 interp_poly -40 65 68 -31 2875 4378 3 MP PP 2875 4378 0 0 0.75 2943 4347 0 0 0.812 2875 4378 0 0 0.75 2 interp_poly 2943 4347 0 0 0.812 2903 4412 0 0 0.625 2943 4347 0 0 0.812 2 interp_poly 68 -31 -40 -84 2915 4462 3 MP PP 2915 4462 0 0 0.688 2875 4378 0 0 0.75 2915 4462 0 0 0.688 2 interp_poly 2875 4378 0 0 0.75 2943 4347 0 0 0.812 2875 4378 0 0 0.75 2 interp_poly -40 -50 68 -28 2859 4614 3 MP PP 2859 4614 0 0 0.562 2927 4586 0 0 0.562 2859 4614 0 0 0.562 2 interp_poly 2927 4586 0 0 0.562 2887 4536 0 0 0.625 2927 4586 0 0 0.562 2 interp_poly 68 -78 -40 4 2887 4536 3 MP PP 2887 4536 0 0 0.625 2847 4540 0 0 0.562 2887 4536 0 0 0.625 2 interp_poly 2847 4540 0 0 0.562 2915 4462 0 0 0.688 2847 4540 0 0 0.562 2 interp_poly -40 -84 68 -78 2847 4540 3 MP PP 2847 4540 0 0 0.562 2915 4462 0 0 0.688 2847 4540 0 0 0.562 2 interp_poly 2915 4462 0 0 0.688 2875 4378 0 0 0.75 2915 4462 0 0 0.688 2 interp_poly 68 -54 -40 -24 2859 4614 3 MP PP 2859 4614 0 0 0.562 2819 4590 0 0 0.562 2859 4614 0 0 0.562 2 interp_poly 2819 4590 0 0 0.562 2887 4536 0 0 0.625 2819 4590 0 0 0.562 2 interp_poly -40 4 68 -54 2819 4590 3 MP PP 2819 4590 0 0 0.562 2887 4536 0 0 0.625 2819 4590 0 0 0.562 2 interp_poly 2887 4536 0 0 0.625 2847 4540 0 0 0.562 2887 4536 0 0 0.625 2 interp_poly 68 -101 -40 -61 2847 4540 3 MP PP 2847 4540 0 0 0.562 2807 4479 0 0 0.625 2847 4540 0 0 0.562 2 interp_poly 2807 4479 0 0 0.625 2875 4378 0 0 0.75 2807 4479 0 0 0.625 2 interp_poly -40 9 68 -101 2807 4479 3 MP PP 2807 4479 0 0 0.625 2875 4378 0 0 0.75 2807 4479 0 0 0.625 2 interp_poly 2875 4378 0 0 0.75 2835 4387 0 0 0.688 2875 4378 0 0 0.75 2 interp_poly 68 -46 -40 32 2771 4269 3 MP PP 2771 4269 0 0 0.688 2731 4301 0 0 0.562 2771 4269 0 0 0.688 2 interp_poly 2731 4301 0 0 0.562 2799 4255 0 0 0.625 2731 4301 0 0 0.562 2 interp_poly 68 -225 -40 -76 2602 4003 3 MP PP 2602 4003 0 0 0.562 2562 3927 0 0 0.625 2602 4003 0 0 0.562 2 interp_poly 2562 3927 0 0 0.625 2630 3702 0 0 1 2562 3927 0 0 0.625 2 interp_poly -40 -36 68 131 2574 3908 3 MP PP 2574 3908 0 0 0.812 2642 4039 0 0 0.562 2574 3908 0 0 0.812 2 interp_poly 2642 4039 0 0 0.562 2602 4003 0 0 0.562 2642 4039 0 0 0.562 2 interp_poly 68 131 -40 -25 2614 3933 3 MP PP 2614 3933 0 0 0.812 2574 3908 0 0 0.812 2614 3933 0 0 0.812 2 interp_poly 2574 3908 0 0 0.812 2642 4039 0 0 0.562 2574 3908 0 0 0.812 2 interp_poly -40 -76 68 48 2534 3955 3 MP PP 2534 3955 0 0 0.688 2602 4003 0 0 0.562 2534 3955 0 0 0.688 2 interp_poly 2602 4003 0 0 0.562 2562 3927 0 0 0.625 2602 4003 0 0 0.562 2 interp_poly -40 -8 68 -9 2458 3788 3 MP PP 2458 3788 0 0 0.625 2526 3779 0 0 0.562 2458 3788 0 0 0.625 2 interp_poly 2526 3779 0 0 0.562 2486 3771 0 0 0.562 2526 3779 0 0 0.562 2 interp_poly 68 -9 -40 -45 2498 3833 3 MP PP 2498 3833 0 0 0.562 2458 3788 0 0 0.625 2498 3833 0 0 0.562 2 interp_poly 2458 3788 0 0 0.625 2526 3779 0 0 0.562 2458 3788 0 0 0.625 2 interp_poly -40 -588 68 -4 2486 3771 3 MP PP 2486 3771 0 0 0.562 2554 3767 0 0 0.562 2486 3771 0 0 0.562 2 interp_poly 2554 3767 0 0 0.562 2514 3179 0 0.5 1 2554 3767 0 0 0.562 2 interp_poly 68 -4 -40 -8 2526 3779 3 MP PP 2526 3779 0 0 0.562 2486 3771 0 0 0.562 2526 3779 0 0 0.562 2 interp_poly 2486 3771 0 0 0.562 2554 3767 0 0 0.562 2486 3771 0 0 0.562 2 interp_poly -40 -57 68 3 2498 3833 3 MP PP 2498 3833 0 0 0.562 2566 3836 0 0 0.562 2498 3833 0 0 0.562 2 interp_poly 2566 3836 0 0 0.562 2526 3779 0 0 0.562 2566 3836 0 0 0.562 2 interp_poly 68 3 -40 495 2538 3338 3 MP PP 2538 3338 0 0.438 1 2498 3833 0 0 0.562 2538 3338 0 0.438 1 2 interp_poly 2498 3833 0 0 0.562 2566 3836 0 0 0.562 2498 3833 0 0 0.562 2 interp_poly -40 -287 68 -125 2510 3750 3 MP PP 2510 3750 0 0 0.812 2578 3625 0 0 1 2510 3750 0 0 0.812 2 interp_poly 2578 3625 0 0 1 2538 3338 0 0.438 1 2578 3625 0 0 1 2 interp_poly 68 -162 -40 -287 2578 3625 3 MP PP 2578 3625 0 0 1 2538 3338 0 0.438 1 2578 3625 0 0 1 2 interp_poly 2538 3338 0 0.438 1 2606 3176 0 0.688 1 2538 3338 0 0.438 1 2 interp_poly 68 -125 -40 352 2550 3398 3 MP PP 2550 3398 0 0.438 1 2510 3750 0 0 0.812 2550 3398 0 0.438 1 2 interp_poly 2510 3750 0 0 0.812 2578 3625 0 0 1 2510 3750 0 0 0.812 2 interp_poly -40 -207 68 -68 2494 3995 3 MP PP 2494 3995 0 0 0.562 2562 3927 0 0 0.625 2494 3995 0 0 0.562 2 interp_poly 2562 3927 0 0 0.625 2522 3720 0 0 0.938 2562 3927 0 0 0.625 2 interp_poly 68 -68 -40 40 2534 3955 3 MP PP 2534 3955 0 0 0.688 2494 3995 0 0 0.562 2534 3955 0 0 0.688 2 interp_poly 2494 3995 0 0 0.562 2562 3927 0 0 0.625 2494 3995 0 0 0.562 2 interp_poly 68 47 -40 -207 2562 3927 3 MP PP 2562 3927 0 0 0.625 2522 3720 0 0 0.938 2562 3927 0 0 0.625 2 interp_poly 2522 3720 0 0 0.938 2590 3767 0 0 0.875 2522 3720 0 0 0.938 2 interp_poly -40 65 68 -225 2562 3927 3 MP PP 2562 3927 0 0 0.625 2630 3702 0 0 1 2562 3927 0 0 0.625 2 interp_poly 2630 3702 0 0 1 2590 3767 0 0 0.875 2630 3702 0 0 1 2 interp_poly 68 48 -40 47 2574 3908 3 MP PP 2574 3908 0 0 0.812 2534 3955 0 0 0.688 2574 3908 0 0 0.812 2 interp_poly 2534 3955 0 0 0.688 2602 4003 0 0 0.562 2534 3955 0 0 0.688 2 interp_poly -40 -107 68 -47 2586 4087 3 MP PP 2586 4087 0 0 0.562 2654 4040 0 0 0.625 2586 4087 0 0 0.562 2 interp_poly 2654 4040 0 0 0.625 2614 3933 0 0 0.812 2654 4040 0 0 0.625 2 interp_poly -40 -25 68 -160 2546 4093 3 MP PP 2546 4093 0 0 0.562 2614 3933 0 0 0.812 2546 4093 0 0 0.562 2 interp_poly 2614 3933 0 0 0.812 2574 3908 0 0 0.812 2614 3933 0 0 0.812 2 interp_poly 68 -160 -40 6 2586 4087 3 MP PP 2586 4087 0 0 0.562 2546 4093 0 0 0.562 2586 4087 0 0 0.562 2 interp_poly 2546 4093 0 0 0.562 2614 3933 0 0 0.812 2546 4093 0 0 0.562 2 interp_poly 68 -47 -40 288 2626 3799 3 MP PP 2626 3799 0 0.125 1 2586 4087 0 0 0.562 2626 3799 0 0.125 1 2 interp_poly 2586 4087 0 0 0.562 2654 4040 0 0 0.625 2586 4087 0 0 0.562 2 interp_poly -40 127 68 114 2626 3799 3 MP PP 2626 3799 0 0.125 1 2694 3913 0 0 0.875 2626 3799 0 0.125 1 2 interp_poly 2694 3913 0 0 0.875 2654 4040 0 0 0.625 2694 3913 0 0 0.875 2 interp_poly -40 -337 67 -13 2599 4149 3 MP PP 2599 4149 0 0 0.562 2666 4136 0 0 0.562 2599 4149 0 0 0.562 2 interp_poly 2666 4136 0 0 0.562 2626 3799 0 0.125 1 2666 4136 0 0 0.562 2 interp_poly 67 -13 -40 31 2639 4118 3 MP PP 2639 4118 0 0 0.688 2599 4149 0 0 0.562 2639 4118 0 0 0.688 2 interp_poly 2599 4149 0 0 0.562 2666 4136 0 0 0.562 2599 4149 0 0 0.562 2 interp_poly -40 -71 68 26 2611 4163 3 MP PP 2611 4163 0 0 0.688 2679 4189 0 0 0.625 2611 4163 0 0 0.688 2 interp_poly 2679 4189 0 0 0.625 2639 4118 0 0 0.688 2679 4189 0 0 0.625 2 interp_poly -40 -84 68 9 2426 3986 3 MP PP 2426 3986 0 0 0.625 2494 3995 0 0 0.562 2426 3986 0 0 0.625 2 interp_poly 2494 3995 0 0 0.562 2454 3911 0 0 0.688 2494 3995 0 0 0.562 2 interp_poly -40 -165 68 32 2225 3258 3 MP PP 2225 3258 0 0 0.688 2293 3290 0 0 0.625 2225 3258 0 0 0.688 2 interp_poly 2293 3290 0 0 0.625 2253 3125 0 0 0.875 2293 3290 0 0 0.625 2 interp_poly 68 32 -40 -91 2265 3349 3 MP PP 2265 3349 0 0 0.562 2225 3258 0 0 0.688 2265 3349 0 0 0.562 2 interp_poly 2225 3258 0 0 0.688 2293 3290 0 0 0.625 2225 3258 0 0 0.688 2 interp_poly -40 -30 68 -29 2265 3349 3 MP PP 2265 3349 0 0 0.562 2333 3320 0 0 0.625 2265 3349 0 0 0.562 2 interp_poly 2333 3320 0 0 0.625 2293 3290 0 0 0.625 2333 3320 0 0 0.625 2 interp_poly 68 -29 -40 281 2305 3068 3 MP PP 2305 3068 0 0.125 1 2265 3349 0 0 0.562 2305 3068 0 0.125 1 2 interp_poly 2265 3349 0 0 0.562 2333 3320 0 0 0.625 2265 3349 0 0 0.562 2 interp_poly -40 -444 68 -68 2302 3377 3 MP PP 2302 3377 0 0 0.875 2370 3309 0 0 0.938 2302 3377 0 0 0.875 2 interp_poly 2370 3309 0 0 0.938 2330 2865 0 0.688 1 2370 3309 0 0 0.938 2 interp_poly 68 -68 -40 27 2342 3350 3 MP PP 2342 3350 0 0 0.938 2302 3377 0 0 0.875 2342 3350 0 0 0.938 2 interp_poly 2302 3377 0 0 0.875 2370 3309 0 0 0.938 2302 3377 0 0 0.875 2 interp_poly 68 204 -40 -31 2354 3213 3 MP PP 2354 3213 0 0.312 1 2314 3182 0 0.312 1 2354 3213 0 0.312 1 2 interp_poly 2314 3182 0 0.312 1 2382 3386 0 0 0.938 2314 3182 0 0.312 1 2 interp_poly -40 27 68 -114 2274 3464 3 MP PP 2274 3464 0 0 0.75 2342 3350 0 0 0.938 2274 3464 0 0 0.75 2 interp_poly 2342 3350 0 0 0.938 2302 3377 0 0 0.875 2342 3350 0 0 0.938 2 interp_poly -40 -91 68 -7 2197 3356 3 MP PP 2197 3356 0 0 0.625 2265 3349 0 0 0.562 2197 3356 0 0 0.625 2 interp_poly 2265 3349 0 0 0.562 2225 3258 0 0 0.688 2265 3349 0 0 0.562 2 interp_poly 68 174 -40 588 2133 2376 3 MP PP 2133 2376 0 1 1 2093 2964 0 0 1 2133 2376 0 1 1 2 interp_poly 2093 2964 0 0 1 2161 3138 0 0 0.688 2093 2964 0 0 1 2 interp_poly 68 63 -40 156 2093 2964 3 MP PP 2093 2964 0 0 1 2053 3120 0 0 0.688 2093 2964 0 0 1 2 interp_poly 2053 3120 0 0 0.688 2121 3183 0 0 0.562 2053 3120 0 0 0.688 2 interp_poly -40 45 68 174 2093 2964 3 MP PP 2093 2964 0 0 1 2161 3138 0 0 0.688 2093 2964 0 0 1 2 interp_poly 2161 3138 0 0 0.688 2121 3183 0 0 0.562 2161 3138 0 0 0.688 2 interp_poly -40 793 68 -31 2133 2376 3 MP PP 2133 2376 0 1 1 2201 2345 0.0625 1 1 2133 2376 0 1 1 2 interp_poly 2201 2345 0.0625 1 1 2161 3138 0 0 0.688 2201 2345 0.0625 1 1 2 interp_poly 68 -174 -40 793 2201 2345 3 MP PP 2201 2345 0.0625 1 1 2161 3138 0 0 0.688 2201 2345 0.0625 1 1 2 interp_poly 2161 3138 0 0 0.688 2229 2964 0 0 0.938 2161 3138 0 0 0.688 2 interp_poly -40 -629 68 -203 2105 3208 3 MP PP 2105 3208 0 0 0.688 2173 3005 0 0 1 2105 3208 0 0 0.688 2 interp_poly 2173 3005 0 0 1 2133 2376 0 1 1 2173 3005 0 0 1 2 interp_poly 68 -203 -40 150 2145 3058 3 MP PP 2145 3058 0 0 0.938 2105 3208 0 0 0.688 2145 3058 0 0 0.938 2 interp_poly 2105 3208 0 0 0.688 2173 3005 0 0 1 2105 3208 0 0 0.688 2 interp_poly -40 166 68 -174 2161 3138 3 MP PP 2161 3138 0 0 0.688 2229 2964 0 0 0.938 2161 3138 0 0 0.688 2 interp_poly 2229 2964 0 0 0.938 2189 3130 0 0 0.625 2229 2964 0 0 0.938 2 interp_poly -40 -146 68 93 2145 3058 3 MP PP 2145 3058 0 0 0.938 2213 3151 0 0 0.75 2145 3058 0 0 0.938 2 interp_poly 2213 3151 0 0 0.75 2173 3005 0 0 1 2213 3151 0 0 0.75 2 interp_poly 68 -53 -40 45 2161 3138 3 MP PP 2161 3138 0 0 0.688 2121 3183 0 0 0.562 2161 3138 0 0 0.688 2 interp_poly 2121 3183 0 0 0.562 2189 3130 0 0 0.625 2121 3183 0 0 0.562 2 interp_poly 68 93 -40 -183 2185 3241 3 MP PP 2185 3241 0 0 0.688 2145 3058 0 0 0.938 2185 3241 0 0 0.688 2 interp_poly 2145 3058 0 0 0.938 2213 3151 0 0 0.75 2145 3058 0 0 0.938 2 interp_poly -40 -183 68 -97 2117 3338 3 MP PP 2117 3338 0 0 0.562 2185 3241 0 0 0.688 2117 3338 0 0 0.562 2 interp_poly 2185 3241 0 0 0.688 2145 3058 0 0 0.938 2185 3241 0 0 0.688 2 interp_poly 68 -97 -40 90 2157 3248 3 MP PP 2157 3248 0 0 0.75 2117 3338 0 0 0.562 2157 3248 0 0 0.75 2 interp_poly 2117 3338 0 0 0.562 2185 3241 0 0 0.688 2117 3338 0 0 0.562 2 interp_poly -40 -17 68 10 2157 3248 3 MP PP 2157 3248 0 0 0.75 2225 3258 0 0 0.688 2157 3248 0 0 0.75 2 interp_poly 2225 3258 0 0 0.688 2185 3241 0 0 0.688 2225 3258 0 0 0.688 2 interp_poly 68 10 -40 -108 2197 3356 3 MP PP 2197 3356 0 0 0.625 2157 3248 0 0 0.75 2197 3356 0 0 0.625 2 interp_poly 2157 3248 0 0 0.75 2225 3258 0 0 0.688 2157 3248 0 0 0.75 2 interp_poly -40 277 68 342 2201 2345 3 MP PP 2201 2345 0.0625 1 1 2269 2687 0 0.438 1 2201 2345 0.0625 1 1 2 interp_poly 2269 2687 0 0.438 1 2229 2964 0 0 0.938 2269 2687 0 0.438 1 2 interp_poly -40 -796 68 136 2173 3005 3 MP PP 2173 3005 0 0 1 2241 3141 0 0 0.75 2173 3005 0 0 1 2 interp_poly 2241 3141 0 0 0.75 2201 2345 0.0625 1 1 2241 3141 0 0 0.75 2 interp_poly 68 136 -40 -146 2213 3151 3 MP PP 2213 3151 0 0 0.75 2173 3005 0 0 1 2213 3151 0 0 0.75 2 interp_poly 2173 3005 0 0 1 2241 3141 0 0 0.75 2173 3005 0 0 1 2 interp_poly 68 342 -40 -796 2241 3141 3 MP PP 2241 3141 0 0 0.75 2201 2345 0.0625 1 1 2241 3141 0 0 0.75 2 interp_poly 2201 2345 0.0625 1 1 2269 2687 0 0.438 1 2201 2345 0.0625 1 1 2 interp_poly -40 172 68 -182 2213 3151 3 MP PP 2213 3151 0 0 0.75 2281 2969 0 0.0625 1 2213 3151 0 0 0.75 2 interp_poly 2281 2969 0 0.0625 1 2241 3141 0 0 0.75 2281 2969 0 0.0625 1 2 interp_poly -40 26 68 -116 2185 3241 3 MP PP 2185 3241 0 0 0.688 2253 3125 0 0 0.875 2185 3241 0 0 0.688 2 interp_poly 2253 3125 0 0 0.875 2213 3151 0 0 0.75 2253 3125 0 0 0.875 2 interp_poly 68 -116 -40 -17 2225 3258 3 MP PP 2225 3258 0 0 0.688 2185 3241 0 0 0.688 2225 3258 0 0 0.688 2 interp_poly 2185 3241 0 0 0.688 2253 3125 0 0 0.875 2185 3241 0 0 0.688 2 interp_poly 68 -182 -40 26 2253 3125 3 MP PP 2253 3125 0 0 0.875 2213 3151 0 0 0.75 2253 3125 0 0 0.875 2 interp_poly 2213 3151 0 0 0.75 2281 2969 0 0.0625 1 2213 3151 0 0 0.75 2 interp_poly 68 -7 -40 581 2237 2775 3 MP PP 2237 2775 0 0.625 1 2197 3356 0 0 0.625 2237 2775 0 0.625 1 2 interp_poly 2197 3356 0 0 0.625 2265 3349 0 0 0.562 2197 3356 0 0 0.625 2 interp_poly -40 281 68 293 2237 2775 3 MP PP 2237 2775 0 0.625 1 2305 3068 0 0.125 1 2237 2775 0 0.625 1 2 interp_poly 2305 3068 0 0.125 1 2265 3349 0 0 0.562 2305 3068 0 0.125 1 2 interp_poly -40 -372 68 -54 2234 3431 3 MP PP 2234 3431 0 0 0.812 2302 3377 0 0 0.875 2234 3431 0 0 0.812 2 interp_poly 2302 3377 0 0 0.875 2262 3005 0 0.438 1 2302 3377 0 0 0.875 2 interp_poly 68 -54 -40 -33 2274 3464 3 MP PP 2274 3464 0 0 0.75 2234 3431 0 0 0.812 2274 3464 0 0 0.75 2 interp_poly 2234 3431 0 0 0.812 2302 3377 0 0 0.875 2234 3431 0 0 0.812 2 interp_poly 68 293 -40 -116 2277 2891 3 MP PP 2277 2891 0 0.5 1 2237 2775 0 0.625 1 2277 2891 0 0.5 1 2 interp_poly 2237 2775 0 0.625 1 2305 3068 0 0.125 1 2237 2775 0 0.625 1 2 interp_poly 68 -140 -40 -372 2302 3377 3 MP PP 2302 3377 0 0 0.875 2262 3005 0 0.438 1 2302 3377 0 0 0.875 2 interp_poly 2262 3005 0 0.438 1 2330 2865 0 0.688 1 2262 3005 0 0.438 1 2 interp_poly 68 -114 -40 282 2314 3182 3 MP PP 2314 3182 0 0.312 1 2274 3464 0 0 0.75 2314 3182 0 0.312 1 2 interp_poly 2274 3464 0 0 0.75 2342 3350 0 0 0.938 2274 3464 0 0 0.75 2 interp_poly -40 -36 68 204 2314 3182 3 MP PP 2314 3182 0 0.312 1 2382 3386 0 0 0.938 2314 3182 0 0.312 1 2 interp_poly 2382 3386 0 0 0.938 2342 3350 0 0 0.938 2382 3386 0 0 0.938 2 interp_poly 68 165 -40 -36 2382 3386 3 MP PP 2382 3386 0 0 0.938 2342 3350 0 0 0.938 2382 3386 0 0 0.938 2 interp_poly 2342 3350 0 0 0.938 2410 3515 0 0 0.625 2342 3350 0 0 0.938 2 interp_poly -40 98 68 75 2354 3213 3 MP PP 2354 3213 0 0.312 1 2422 3288 0 0.125 1 2354 3213 0 0.312 1 2 interp_poly 2422 3288 0 0.125 1 2382 3386 0 0 0.938 2422 3288 0 0.125 1 2 interp_poly -40 -134 68 -171 2326 3518 3 MP PP 2326 3518 0 0 0.812 2394 3347 0 0.125 1 2326 3518 0 0 0.812 2 interp_poly 2394 3347 0 0.125 1 2354 3213 0 0.312 1 2394 3347 0 0.125 1 2 interp_poly 68 -171 -40 180 2366 3338 3 MP PP 2366 3338 0 0.188 1 2326 3518 0 0 0.812 2366 3338 0 0.188 1 2 interp_poly 2326 3518 0 0 0.812 2394 3347 0 0.125 1 2326 3518 0 0 0.812 2 interp_poly -40 -141 68 150 2366 3338 3 MP PP 2366 3338 0 0.188 1 2434 3488 0 0 0.875 2366 3338 0 0.188 1 2 interp_poly 2434 3488 0 0 0.875 2394 3347 0 0.125 1 2434 3488 0 0 0.875 2 interp_poly 68 75 -40 -134 2394 3347 3 MP PP 2394 3347 0 0.125 1 2354 3213 0 0.312 1 2394 3347 0 0.125 1 2 interp_poly 2354 3213 0 0.312 1 2422 3288 0 0.125 1 2354 3213 0 0.312 1 2 interp_poly -40 -50 68 -9 2394 3347 3 MP PP 2394 3347 0 0.125 1 2462 3338 0 0.0625 1 2394 3347 0 0.125 1 2 interp_poly 2462 3338 0 0.0625 1 2422 3288 0 0.125 1 2462 3338 0 0.0625 1 2 interp_poly 68 -9 -40 -141 2434 3488 3 MP PP 2434 3488 0 0 0.875 2394 3347 0 0.125 1 2434 3488 0 0 0.875 2 interp_poly 2394 3347 0 0.125 1 2462 3338 0 0.0625 1 2394 3347 0 0.125 1 2 interp_poly 68 150 -40 73 2406 3265 3 MP PP 2406 3265 0 0.312 1 2366 3338 0 0.188 1 2406 3265 0 0.312 1 2 interp_poly 2366 3338 0 0.188 1 2434 3488 0 0 0.875 2366 3338 0 0.188 1 2 interp_poly -40 -56 68 279 2406 3265 3 MP PP 2406 3265 0 0.312 1 2474 3544 0 0 0.875 2406 3265 0 0.312 1 2 interp_poly 2474 3544 0 0 0.875 2434 3488 0 0 0.875 2474 3544 0 0 0.875 2 interp_poly 68 279 -40 16 2446 3249 3 MP PP 2446 3249 0 0.438 1 2406 3265 0 0.312 1 2446 3249 0 0.438 1 2 interp_poly 2406 3265 0 0.312 1 2474 3544 0 0 0.875 2406 3265 0 0.312 1 2 interp_poly -40 -522 68 16 2418 3755 3 MP PP 2418 3755 0 0 0.625 2486 3771 0 0 0.562 2418 3755 0 0 0.625 2 interp_poly 2486 3771 0 0 0.562 2446 3249 0 0.438 1 2486 3771 0 0 0.562 2 interp_poly 68 16 -40 -33 2458 3788 3 MP PP 2458 3788 0 0 0.625 2418 3755 0 0 0.625 2458 3788 0 0 0.625 2 interp_poly 2418 3755 0 0 0.625 2486 3771 0 0 0.562 2418 3755 0 0 0.625 2 interp_poly -40 -45 68 85 2430 3748 3 MP PP 2430 3748 0 0 0.75 2498 3833 0 0 0.562 2430 3748 0 0 0.75 2 interp_poly 2498 3833 0 0 0.562 2458 3788 0 0 0.625 2498 3833 0 0 0.562 2 interp_poly -40 365 68 -70 2446 3249 3 MP PP 2446 3249 0 0.438 1 2514 3179 0 0.5 1 2446 3249 0 0.438 1 2 interp_poly 2514 3179 0 0.5 1 2474 3544 0 0 0.875 2514 3179 0 0.5 1 2 interp_poly 68 -70 -40 -522 2486 3771 3 MP PP 2486 3771 0 0 0.562 2446 3249 0 0.438 1 2486 3771 0 0 0.562 2 interp_poly 2446 3249 0 0.438 1 2514 3179 0 0.5 1 2446 3249 0 0.438 1 2 interp_poly 68 85 -40 57 2470 3691 3 MP PP 2470 3691 0 0 0.875 2430 3748 0 0 0.75 2470 3691 0 0 0.875 2 interp_poly 2430 3748 0 0 0.75 2498 3833 0 0 0.562 2430 3748 0 0 0.75 2 interp_poly -40 495 68 -353 2470 3691 3 MP PP 2470 3691 0 0 0.875 2538 3338 0 0.438 1 2470 3691 0 0 0.875 2 interp_poly 2538 3338 0 0.438 1 2498 3833 0 0 0.562 2538 3338 0 0.438 1 2 interp_poly 68 -191 -40 -84 2494 3995 3 MP PP 2494 3995 0 0 0.562 2454 3911 0 0 0.688 2494 3995 0 0 0.562 2 interp_poly 2454 3911 0 0 0.688 2522 3720 0 0 0.938 2454 3911 0 0 0.688 2 interp_poly -40 40 68 -5 2466 3960 3 MP PP 2466 3960 0 0 0.688 2534 3955 0 0 0.688 2466 3960 0 0 0.688 2 interp_poly 2534 3955 0 0 0.688 2494 3995 0 0 0.562 2534 3955 0 0 0.688 2 interp_poly -40 -112 67 1 2479 4092 3 MP PP 2479 4092 0 0 0.562 2546 4093 0 0 0.562 2479 4092 0 0 0.562 2 interp_poly 2546 4093 0 0 0.562 2506 3981 0 0 0.688 2546 4093 0 0 0.562 2 interp_poly 68 -5 -40 -21 2506 3981 3 MP PP 2506 3981 0 0 0.688 2466 3960 0 0 0.688 2506 3981 0 0 0.688 2 interp_poly 2466 3960 0 0 0.688 2534 3955 0 0 0.688 2466 3960 0 0 0.688 2 interp_poly -40 47 68 -73 2506 3981 3 MP PP 2506 3981 0 0 0.688 2574 3908 0 0 0.812 2506 3981 0 0 0.688 2 interp_poly 2574 3908 0 0 0.812 2534 3955 0 0 0.688 2574 3908 0 0 0.812 2 interp_poly 68 -73 -40 -112 2546 4093 3 MP PP 2546 4093 0 0 0.562 2506 3981 0 0 0.688 2546 4093 0 0 0.562 2 interp_poly 2506 3981 0 0 0.688 2574 3908 0 0 0.812 2506 3981 0 0 0.688 2 interp_poly -40 6 67 53 2519 4034 3 MP PP 2519 4034 0 0 0.688 2586 4087 0 0 0.562 2519 4034 0 0 0.688 2 interp_poly 2586 4087 0 0 0.562 2546 4093 0 0 0.562 2586 4087 0 0 0.562 2 interp_poly 67 53 -40 289 2559 3745 3 MP PP 2559 3745 0 0.25 1 2519 4034 0 0 0.688 2559 3745 0 0.25 1 2 interp_poly 2519 4034 0 0 0.688 2586 4087 0 0 0.562 2519 4034 0 0 0.688 2 interp_poly 67 1 -40 58 2519 4034 3 MP PP 2519 4034 0 0 0.688 2479 4092 0 0 0.562 2519 4034 0 0 0.688 2 interp_poly 2479 4092 0 0 0.562 2546 4093 0 0 0.562 2479 4092 0 0 0.562 2 interp_poly -40 288 67 54 2559 3745 3 MP PP 2559 3745 0 0.25 1 2626 3799 0 0.125 1 2559 3745 0 0.25 1 2 interp_poly 2626 3799 0 0.125 1 2586 4087 0 0 0.562 2626 3799 0 0.125 1 2 interp_poly -40 -404 68 -34 2531 4183 3 MP PP 2531 4183 0 0 0.562 2599 4149 0 0 0.562 2531 4183 0 0 0.562 2 interp_poly 2599 4149 0 0 0.562 2559 3745 0 0.25 1 2599 4149 0 0 0.562 2 interp_poly 67 54 -40 -404 2599 4149 3 MP PP 2599 4149 0 0 0.562 2559 3745 0 0.25 1 2599 4149 0 0 0.562 2 interp_poly 2559 3745 0 0.25 1 2626 3799 0 0.125 1 2559 3745 0 0.25 1 2 interp_poly -40 31 68 54 2571 4064 3 MP PP 2571 4064 0 0 0.812 2639 4118 0 0 0.688 2571 4064 0 0 0.812 2 interp_poly 2639 4118 0 0 0.688 2599 4149 0 0 0.562 2639 4118 0 0 0.688 2 interp_poly 68 54 -40 -99 2611 4163 3 MP PP 2611 4163 0 0 0.688 2571 4064 0 0 0.812 2611 4163 0 0 0.688 2 interp_poly 2571 4064 0 0 0.812 2639 4118 0 0 0.688 2571 4064 0 0 0.812 2 interp_poly 68 114 -40 -337 2666 4136 3 MP PP 2666 4136 0 0 0.562 2626 3799 0 0.125 1 2666 4136 0 0 0.562 2 interp_poly 2626 3799 0 0.125 1 2694 3913 0 0 0.875 2626 3799 0 0.125 1 2 interp_poly -40 117 67 -99 2639 4118 3 MP PP 2639 4118 0 0 0.688 2706 4019 0 0 0.812 2639 4118 0 0 0.688 2 interp_poly 2706 4019 0 0 0.812 2666 4136 0 0 0.562 2706 4019 0 0 0.812 2 interp_poly 67 -99 -40 -71 2679 4189 3 MP PP 2679 4189 0 0 0.625 2639 4118 0 0 0.688 2679 4189 0 0 0.625 2 interp_poly 2639 4118 0 0 0.688 2706 4019 0 0 0.812 2639 4118 0 0 0.688 2 interp_poly 68 26 -40 79 2651 4084 3 MP PP 2651 4084 0 0 0.875 2611 4163 0 0 0.688 2651 4084 0 0 0.875 2 interp_poly 2611 4163 0 0 0.688 2679 4189 0 0 0.625 2611 4163 0 0 0.688 2 interp_poly -40 118 68 -13 2651 4084 3 MP PP 2651 4084 0 0 0.875 2719 4071 0 0 0.875 2651 4084 0 0 0.875 2 interp_poly 2719 4071 0 0 0.875 2679 4189 0 0 0.625 2719 4071 0 0 0.875 2 interp_poly -40 -218 68 -22 2663 4323 3 MP PP 2663 4323 0 0 0.562 2731 4301 0 0 0.562 2663 4323 0 0 0.562 2 interp_poly 2731 4301 0 0 0.562 2691 4083 0 0 0.875 2731 4301 0 0 0.562 2 interp_poly 68 -13 -40 1 2691 4083 3 MP PP 2691 4083 0 0 0.875 2651 4084 0 0 0.875 2691 4083 0 0 0.875 2 interp_poly 2651 4084 0 0 0.875 2719 4071 0 0 0.875 2651 4084 0 0 0.875 2 interp_poly -40 204 68 -216 2691 4083 3 MP PP 2691 4083 0 0 0.875 2759 3867 0 0.25 1 2691 4083 0 0 0.875 2 interp_poly 2759 3867 0 0.25 1 2719 4071 0 0 0.875 2759 3867 0 0.25 1 2 interp_poly 68 -216 -40 -218 2731 4301 3 MP PP 2731 4301 0 0 0.562 2691 4083 0 0 0.875 2731 4301 0 0 0.562 2 interp_poly 2691 4083 0 0 0.875 2759 3867 0 0.25 1 2691 4083 0 0 0.875 2 interp_poly -40 32 68 27 2703 4242 3 MP PP 2703 4242 0 0 0.75 2771 4269 0 0 0.688 2703 4242 0 0 0.75 2 interp_poly 2771 4269 0 0 0.688 2731 4301 0 0 0.562 2771 4269 0 0 0.688 2 interp_poly 68 27 -40 -74 2743 4316 3 MP PP 2743 4316 0 0 0.625 2703 4242 0 0 0.75 2743 4316 0 0 0.625 2 interp_poly 2703 4242 0 0 0.75 2771 4269 0 0 0.688 2703 4242 0 0 0.75 2 interp_poly -40 117 68 -164 2743 4316 3 MP PP 2743 4316 0 0 0.625 2811 4152 0 0 0.875 2743 4316 0 0 0.625 2 interp_poly 2811 4152 0 0 0.875 2771 4269 0 0 0.688 2811 4152 0 0 0.875 2 interp_poly 68 -164 -40 -78 2783 4394 3 MP PP 2783 4394 0 0 0.562 2743 4316 0 0 0.625 2783 4394 0 0 0.562 2 interp_poly 2743 4316 0 0 0.625 2811 4152 0 0 0.875 2743 4316 0 0 0.625 2 interp_poly -40 95 68 -18 2755 4317 3 MP PP 2755 4317 0 0 0.75 2823 4299 0 0 0.75 2755 4317 0 0 0.75 2 interp_poly 2823 4299 0 0 0.75 2783 4394 0 0 0.562 2823 4299 0 0 0.75 2 interp_poly 68 -18 -40 73 2795 4244 3 MP PP 2795 4244 0 0 0.938 2755 4317 0 0 0.75 2795 4244 0 0 0.938 2 interp_poly 2755 4317 0 0 0.75 2823 4299 0 0 0.75 2755 4317 0 0 0.75 2 interp_poly -40 258 68 -203 2795 4244 3 MP PP 2795 4244 0 0 0.938 2863 4041 0 0.25 1 2795 4244 0 0 0.938 2 interp_poly 2863 4041 0 0.25 1 2823 4299 0 0 0.75 2863 4041 0 0.25 1 2 interp_poly 68 -203 -40 -143 2835 4387 3 MP PP 2835 4387 0 0 0.688 2795 4244 0 0 0.938 2835 4387 0 0 0.688 2 interp_poly 2795 4244 0 0 0.938 2863 4041 0 0.25 1 2795 4244 0 0 0.938 2 interp_poly -40 289 68 302 2794 2692 3 MP PP 2794 2692 0.625 1 0.438 2862 2994 0.0625 1 1 2794 2692 0.625 1 0.438 2 interp_poly 2862 2994 0.0625 1 1 2822 3283 0 0.562 1 2862 2994 0.0625 1 1 2 interp_poly 68 302 -40 -589 2834 3281 3 MP PP 2834 3281 0 0.688 1 2794 2692 0.625 1 0.438 2834 3281 0 0.688 1 2 interp_poly 2794 2692 0.625 1 0.438 2862 2994 0.0625 1 1 2794 2692 0.625 1 0.438 2 interp_poly 68 -26 -40 -24 2819 4590 3 MP PP 2819 4590 0 0 0.562 2779 4566 0 0 0.562 2819 4590 0 0 0.562 2 interp_poly 2779 4566 0 0 0.562 2847 4540 0 0 0.562 2779 4566 0 0 0.562 2 interp_poly -40 -61 68 -26 2779 4566 3 MP PP 2779 4566 0 0 0.562 2847 4540 0 0 0.562 2779 4566 0 0 0.562 2 interp_poly 2847 4540 0 0 0.562 2807 4479 0 0 0.625 2847 4540 0 0 0.562 2 interp_poly 68 -62 -40 -30 2807 4479 3 MP PP 2807 4479 0 0 0.625 2767 4449 0 0 0.625 2807 4479 0 0 0.625 2 interp_poly 2767 4449 0 0 0.625 2835 4387 0 0 0.688 2767 4449 0 0 0.625 2 interp_poly -40 -78 68 17 2715 4377 3 MP PP 2715 4377 0 0 0.625 2783 4394 0 0 0.562 2715 4377 0 0 0.625 2 interp_poly 2783 4394 0 0 0.562 2743 4316 0 0 0.625 2783 4394 0 0 0.562 2 interp_poly 68 17 -40 60 2755 4317 3 MP PP 2755 4317 0 0 0.75 2715 4377 0 0 0.625 2755 4317 0 0 0.75 2 interp_poly 2715 4377 0 0 0.625 2783 4394 0 0 0.562 2715 4377 0 0 0.625 2 interp_poly -40 -143 68 -62 2767 4449 3 MP PP 2767 4449 0 0 0.625 2835 4387 0 0 0.688 2767 4449 0 0 0.625 2 interp_poly 2835 4387 0 0 0.688 2795 4244 0 0 0.938 2835 4387 0 0 0.688 2 interp_poly 68 -243 -40 641 2754 2976 3 MP PP 2754 2976 0.125 1 0.938 2714 3617 0 0 0.938 2754 2976 0.125 1 0.938 2 interp_poly 2714 3617 0 0 0.938 2782 3374 0 0.375 1 2714 3617 0 0 0.938 2 interp_poly -40 91 68 307 2754 2976 3 MP PP 2754 2976 0.125 1 0.938 2822 3283 0 0.562 1 2754 2976 0.125 1 0.938 2 interp_poly 2822 3283 0 0.562 1 2782 3374 0 0.375 1 2822 3283 0 0.562 1 2 interp_poly 68 307 -40 284 2794 2692 3 MP PP 2794 2692 0.625 1 0.438 2754 2976 0.125 1 0.938 2794 2692 0.625 1 0.438 2 interp_poly 2754 2976 0.125 1 0.938 2822 3283 0 0.562 1 2754 2976 0.125 1 0.938 2 interp_poly -40 -589 68 -312 2766 3593 3 MP PP 2766 3593 0 0.125 1 2834 3281 0 0.688 1 2766 3593 0 0.125 1 2 interp_poly 2834 3281 0 0.688 1 2794 2692 0.625 1 0.438 2834 3281 0 0.688 1 2 interp_poly 68 -63 -40 -24 2779 4566 3 MP PP 2779 4566 0 0 0.562 2739 4542 0 0 0.562 2779 4566 0 0 0.562 2 interp_poly 2739 4542 0 0 0.562 2807 4479 0 0 0.625 2739 4542 0 0 0.562 2 interp_poly -40 -30 68 -63 2739 4542 3 MP PP 2739 4542 0 0 0.562 2807 4479 0 0 0.625 2739 4542 0 0 0.562 2 interp_poly 2807 4479 0 0 0.625 2767 4449 0 0 0.625 2807 4479 0 0 0.625 2 interp_poly 68 -22 -40 81 2703 4242 3 MP PP 2703 4242 0 0 0.75 2663 4323 0 0 0.562 2703 4242 0 0 0.75 2 interp_poly 2663 4323 0 0 0.562 2731 4301 0 0 0.562 2663 4323 0 0 0.562 2 interp_poly -40 -74 68 -63 2675 4379 3 MP PP 2675 4379 0 0 0.562 2743 4316 0 0 0.625 2675 4379 0 0 0.562 2 interp_poly 2743 4316 0 0 0.625 2703 4242 0 0 0.75 2743 4316 0 0 0.625 2 interp_poly 68 -63 -40 2 2715 4377 3 MP PP 2715 4377 0 0 0.625 2675 4379 0 0 0.562 2715 4377 0 0 0.625 2 interp_poly 2675 4379 0 0 0.562 2743 4316 0 0 0.625 2675 4379 0 0 0.562 2 interp_poly -40 60 68 -15 2687 4332 3 MP PP 2687 4332 0 0 0.75 2755 4317 0 0 0.75 2687 4332 0 0 0.75 2 interp_poly 2755 4317 0 0 0.75 2715 4377 0 0 0.625 2755 4317 0 0 0.75 2 interp_poly 68 -15 -40 3 2727 4329 3 MP PP 2727 4329 0 0 0.812 2687 4332 0 0 0.75 2727 4329 0 0 0.812 2 interp_poly 2687 4332 0 0 0.75 2755 4317 0 0 0.75 2687 4332 0 0 0.75 2 interp_poly -40 73 68 -85 2727 4329 3 MP PP 2727 4329 0 0 0.812 2795 4244 0 0 0.938 2727 4329 0 0 0.812 2 interp_poly 2795 4244 0 0 0.938 2755 4317 0 0 0.75 2795 4244 0 0 0.938 2 interp_poly 68 -85 -40 -120 2767 4449 3 MP PP 2767 4449 0 0 0.625 2727 4329 0 0 0.812 2767 4449 0 0 0.625 2 interp_poly 2727 4329 0 0 0.812 2795 4244 0 0 0.938 2727 4329 0 0 0.812 2 interp_poly 68 -645 -40 -256 2766 3593 3 MP PP 2766 3593 0 0.125 1 2726 3337 0 0.562 1 2766 3593 0 0.125 1 2 interp_poly 2726 3337 0 0.562 1 2794 2692 0.625 1 0.438 2726 3337 0 0.562 1 2 interp_poly -40 284 68 -645 2726 3337 3 MP PP 2726 3337 0 0.562 1 2794 2692 0.625 1 0.438 2726 3337 0 0.562 1 2 interp_poly 2794 2692 0.625 1 0.438 2754 2976 0.125 1 0.938 2794 2692 0.625 1 0.438 2 interp_poly 68 -69 -40 -24 2739 4542 3 MP PP 2739 4542 0 0 0.562 2699 4518 0 0 0.562 2739 4542 0 0 0.562 2 interp_poly 2699 4518 0 0 0.562 2767 4449 0 0 0.625 2699 4518 0 0 0.562 2 interp_poly -40 -120 68 -69 2699 4518 3 MP PP 2699 4518 0 0 0.562 2767 4449 0 0 0.625 2699 4518 0 0 0.562 2 interp_poly 2767 4449 0 0 0.625 2727 4329 0 0 0.812 2767 4449 0 0 0.625 2 interp_poly -40 -256 68 -94 2698 3687 3 MP PP 2698 3687 0 0 1 2766 3593 0 0.125 1 2698 3687 0 0 1 2 interp_poly 2766 3593 0 0.125 1 2726 3337 0 0.562 1 2766 3593 0 0.125 1 2 interp_poly 68 -20 -40 -341 2726 3337 3 MP PP 2726 3337 0 0.562 1 2686 2996 0.0625 1 1 2726 3337 0 0.562 1 2 interp_poly 2686 2996 0.0625 1 1 2754 2976 0.125 1 0.938 2686 2996 0.0625 1 1 2 interp_poly -40 -82 68 -18 2595 4341 3 MP PP 2595 4341 0 0 0.562 2663 4323 0 0 0.562 2595 4341 0 0 0.562 2 interp_poly 2663 4323 0 0 0.562 2623 4241 0 0 0.625 2663 4323 0 0 0.562 2 interp_poly 68 -18 -40 74 2635 4267 3 MP PP 2635 4267 0 0 0.688 2595 4341 0 0 0.562 2635 4267 0 0 0.688 2 interp_poly 2595 4341 0 0 0.562 2663 4323 0 0 0.562 2595 4341 0 0 0.562 2 interp_poly -40 -112 68 -22 2607 4401 3 MP PP 2607 4401 0 0 0.562 2675 4379 0 0 0.562 2607 4401 0 0 0.562 2 interp_poly 2675 4379 0 0 0.562 2635 4267 0 0 0.688 2675 4379 0 0 0.562 2 interp_poly 68 -158 -40 -82 2663 4323 3 MP PP 2663 4323 0 0 0.562 2623 4241 0 0 0.625 2663 4323 0 0 0.562 2 interp_poly 2623 4241 0 0 0.625 2691 4083 0 0 0.875 2623 4241 0 0 0.625 2 interp_poly -40 81 68 -25 2635 4267 3 MP PP 2635 4267 0 0 0.688 2703 4242 0 0 0.75 2635 4267 0 0 0.688 2 interp_poly 2703 4242 0 0 0.75 2663 4323 0 0 0.562 2703 4242 0 0 0.75 2 interp_poly 68 -25 -40 -112 2675 4379 3 MP PP 2675 4379 0 0 0.562 2635 4267 0 0 0.688 2675 4379 0 0 0.562 2 interp_poly 2635 4267 0 0 0.688 2703 4242 0 0 0.75 2635 4267 0 0 0.688 2 interp_poly -40 2 68 31 2647 4346 3 MP PP 2647 4346 0 0 0.688 2715 4377 0 0 0.625 2647 4346 0 0 0.688 2 interp_poly 2715 4377 0 0 0.625 2675 4379 0 0 0.562 2715 4377 0 0 0.625 2 interp_poly 68 31 -40 14 2687 4332 3 MP PP 2687 4332 0 0 0.75 2647 4346 0 0 0.688 2687 4332 0 0 0.75 2 interp_poly 2647 4346 0 0 0.688 2715 4377 0 0 0.625 2647 4346 0 0 0.688 2 interp_poly 68 -164 -40 -25 2699 4518 3 MP PP 2699 4518 0 0 0.562 2659 4493 0 0 0.562 2699 4518 0 0 0.562 2 interp_poly 2659 4493 0 0 0.562 2727 4329 0 0 0.812 2659 4493 0 0 0.562 2 interp_poly -40 3 68 -164 2659 4493 3 MP PP 2659 4493 0 0 0.562 2727 4329 0 0 0.812 2659 4493 0 0 0.562 2 interp_poly 2727 4329 0 0 0.812 2687 4332 0 0 0.75 2727 4329 0 0 0.812 2 interp_poly 68 72 -40 -504 2697 2613 3 MP PP 2697 2613 0 0.938 1 2657 2109 0.75 1 0.312 2697 2613 0 0.938 1 2 interp_poly 2657 2109 0.75 1 0.312 2725 2181 0.562 1 0.5 2657 2109 0.75 1 0.312 2 interp_poly -40 -504 68 210 2629 2403 3 MP PP 2629 2403 0.312 1 0.75 2697 2613 0 0.938 1 2629 2403 0.312 1 0.75 2 interp_poly 2697 2613 0 0.938 1 2657 2109 0.75 1 0.312 2697 2613 0 0.938 1 2 interp_poly -40 1 68 -158 2623 4241 3 MP PP 2623 4241 0 0 0.625 2691 4083 0 0 0.875 2623 4241 0 0 0.625 2 interp_poly 2691 4083 0 0 0.875 2651 4084 0 0 0.875 2691 4083 0 0 0.875 2 interp_poly 68 -22 -40 55 2647 4346 3 MP PP 2647 4346 0 0 0.688 2607 4401 0 0 0.562 2647 4346 0 0 0.688 2 interp_poly 2607 4401 0 0 0.562 2675 4379 0 0 0.562 2607 4401 0 0 0.562 2 interp_poly 68 -137 -40 -24 2659 4493 3 MP PP 2659 4493 0 0 0.562 2619 4469 0 0 0.562 2659 4493 0 0 0.562 2 interp_poly 2619 4469 0 0 0.562 2687 4332 0 0 0.75 2619 4469 0 0 0.562 2 interp_poly -40 14 68 -137 2619 4469 3 MP PP 2619 4469 0 0 0.562 2687 4332 0 0 0.75 2619 4469 0 0 0.562 2 interp_poly 2687 4332 0 0 0.75 2647 4346 0 0 0.688 2687 4332 0 0 0.75 2 interp_poly 68 -34 -40 119 2571 4064 3 MP PP 2571 4064 0 0 0.812 2531 4183 0 0 0.562 2571 4064 0 0 0.812 2 interp_poly 2531 4183 0 0 0.562 2599 4149 0 0 0.562 2531 4183 0 0 0.562 2 interp_poly -40 -99 68 -25 2543 4188 3 MP PP 2543 4188 0 0 0.625 2611 4163 0 0 0.688 2543 4188 0 0 0.625 2 interp_poly 2611 4163 0 0 0.688 2571 4064 0 0 0.812 2611 4163 0 0 0.688 2 interp_poly 68 -25 -40 94 2583 4094 3 MP PP 2583 4094 0 0 0.875 2543 4188 0 0 0.625 2583 4094 0 0 0.875 2 interp_poly 2543 4188 0 0 0.625 2611 4163 0 0 0.688 2543 4188 0 0 0.625 2 interp_poly -40 79 68 -10 2583 4094 3 MP PP 2583 4094 0 0 0.875 2651 4084 0 0 0.875 2583 4094 0 0 0.875 2 interp_poly 2651 4084 0 0 0.875 2611 4163 0 0 0.688 2651 4084 0 0 0.875 2 interp_poly 68 -10 -40 -147 2623 4241 3 MP PP 2623 4241 0 0 0.625 2583 4094 0 0 0.875 2623 4241 0 0 0.625 2 interp_poly 2583 4094 0 0 0.875 2651 4084 0 0 0.875 2583 4094 0 0 0.875 2 interp_poly 68 -99 -40 -24 2619 4469 3 MP PP 2619 4469 0 0 0.562 2579 4445 0 0 0.562 2619 4469 0 0 0.562 2 interp_poly 2579 4445 0 0 0.562 2647 4346 0 0 0.688 2579 4445 0 0 0.562 2 interp_poly -40 55 68 -99 2579 4445 3 MP PP 2579 4445 0 0 0.562 2647 4346 0 0 0.688 2579 4445 0 0 0.562 2 interp_poly 2647 4346 0 0 0.688 2607 4401 0 0 0.562 2647 4346 0 0 0.688 2 interp_poly 68 10 -40 -85 2426 3986 3 MP PP 2426 3986 0 0 0.625 2386 3901 0 0 0.688 2426 3986 0 0 0.625 2 interp_poly 2386 3901 0 0 0.688 2454 3911 0 0 0.688 2386 3901 0 0 0.688 2 interp_poly 68 9 -40 26 2466 3960 3 MP PP 2466 3960 0 0 0.688 2426 3986 0 0 0.625 2466 3960 0 0 0.688 2 interp_poly 2426 3986 0 0 0.625 2494 3995 0 0 0.562 2426 3986 0 0 0.625 2 interp_poly -40 26 67 -59 2399 4019 3 MP PP 2399 4019 0 0 0.625 2466 3960 0 0 0.688 2399 4019 0 0 0.625 2 interp_poly 2466 3960 0 0 0.688 2426 3986 0 0 0.625 2466 3960 0 0 0.688 2 interp_poly -40 -85 67 -48 2359 4034 3 MP PP 2359 4034 0 0 0.562 2426 3986 0 0 0.625 2359 4034 0 0 0.562 2 interp_poly 2426 3986 0 0 0.625 2386 3901 0 0 0.688 2426 3986 0 0 0.625 2 interp_poly 67 -48 -40 15 2399 4019 3 MP PP 2399 4019 0 0 0.625 2359 4034 0 0 0.562 2399 4019 0 0 0.625 2 interp_poly 2359 4034 0 0 0.562 2426 3986 0 0 0.625 2359 4034 0 0 0.562 2 interp_poly 67 -59 -40 107 2439 3912 3 MP PP 2439 3912 0 0 0.812 2399 4019 0 0 0.625 2439 3912 0 0 0.812 2 interp_poly 2399 4019 0 0 0.625 2466 3960 0 0 0.688 2399 4019 0 0 0.625 2 interp_poly -40 -180 68 -12 2411 4104 3 MP PP 2411 4104 0 0 0.562 2479 4092 0 0 0.562 2411 4104 0 0 0.562 2 interp_poly 2479 4092 0 0 0.562 2439 3912 0 0 0.812 2479 4092 0 0 0.562 2 interp_poly 68 -12 -40 24 2451 4080 3 MP PP 2451 4080 0 0 0.625 2411 4104 0 0 0.562 2451 4080 0 0 0.625 2 interp_poly 2411 4104 0 0 0.562 2479 4092 0 0 0.562 2411 4104 0 0 0.562 2 interp_poly -40 -21 67 69 2439 3912 3 MP PP 2439 3912 0 0 0.812 2506 3981 0 0 0.688 2439 3912 0 0 0.812 2 interp_poly 2506 3981 0 0 0.688 2466 3960 0 0 0.688 2506 3981 0 0 0.688 2 interp_poly 67 69 -40 -180 2479 4092 3 MP PP 2479 4092 0 0 0.562 2439 3912 0 0 0.812 2479 4092 0 0 0.562 2 interp_poly 2439 3912 0 0 0.812 2506 3981 0 0 0.688 2439 3912 0 0 0.812 2 interp_poly -40 58 68 -46 2451 4080 3 MP PP 2451 4080 0 0 0.625 2519 4034 0 0 0.688 2451 4080 0 0 0.625 2 interp_poly 2519 4034 0 0 0.688 2479 4092 0 0 0.562 2519 4034 0 0 0.688 2 interp_poly 68 -46 -40 112 2491 3968 3 MP PP 2491 3968 0 0 0.875 2451 4080 0 0 0.625 2491 3968 0 0 0.875 2 interp_poly 2451 4080 0 0 0.625 2519 4034 0 0 0.688 2451 4080 0 0 0.625 2 interp_poly -40 -215 68 -27 2463 4210 3 MP PP 2463 4210 0 0 0.562 2531 4183 0 0 0.562 2463 4210 0 0 0.562 2 interp_poly 2531 4183 0 0 0.562 2491 3968 0 0 0.875 2531 4183 0 0 0.562 2 interp_poly 68 -27 -40 54 2503 4156 3 MP PP 2503 4156 0 0 0.688 2463 4210 0 0 0.562 2503 4156 0 0 0.688 2 interp_poly 2463 4210 0 0 0.562 2531 4183 0 0 0.562 2463 4210 0 0 0.562 2 interp_poly -40 -111 68 -16 2291 4050 3 MP PP 2291 4050 0 0 0.562 2359 4034 0 0 0.562 2291 4050 0 0 0.562 2 interp_poly 2359 4034 0 0 0.562 2319 3923 0 0 0.688 2359 4034 0 0 0.562 2 interp_poly -40 -28 68 -112 2138 3557 3 MP PP 2138 3557 0 0 0.688 2206 3445 0 0 0.812 2138 3557 0 0 0.688 2 interp_poly 2206 3445 0 0 0.812 2166 3417 0 0 0.812 2206 3445 0 0 0.812 2 interp_poly -40 -12 68 -62 1957 3221 3 MP PP 1957 3221 0 0 0.562 2025 3159 0 0 0.688 1957 3221 0 0 0.562 2 interp_poly 2025 3159 0 0 0.688 1985 3147 0 0 0.625 2025 3159 0 0 0.688 2 interp_poly 68 -11 -40 -63 1957 3221 3 MP PP 1957 3221 0 0 0.562 1917 3158 0 0 0.625 1957 3221 0 0 0.562 2 interp_poly 1917 3158 0 0 0.625 1985 3147 0 0 0.625 1917 3158 0 0 0.625 2 interp_poly 68 -27 -40 -12 2025 3159 3 MP PP 2025 3159 0 0 0.688 1985 3147 0 0 0.625 2025 3159 0 0 0.688 2 interp_poly 1985 3147 0 0 0.625 2053 3120 0 0 0.688 1985 3147 0 0 0.625 2 interp_poly 68 -62 -40 198 1997 3023 3 MP PP 1997 3023 0 0 0.938 1957 3221 0 0 0.562 1997 3023 0 0 0.938 2 interp_poly 1957 3221 0 0 0.562 2025 3159 0 0 0.688 1957 3221 0 0 0.562 2 interp_poly -40 -244 67 23 1970 3244 3 MP PP 1970 3244 0 0 0.625 2037 3267 0 0 0.562 1970 3244 0 0 0.625 2 interp_poly 2037 3267 0 0 0.562 1997 3023 0 0 0.938 2037 3267 0 0 0.562 2 interp_poly -40 198 67 -116 1930 3139 3 MP PP 1930 3139 0 0 0.812 1997 3023 0 0 0.938 1930 3139 0 0 0.812 2 interp_poly 1997 3023 0 0 0.938 1957 3221 0 0 0.562 1997 3023 0 0 0.938 2 interp_poly 67 -116 -40 -105 1970 3244 3 MP PP 1970 3244 0 0 0.625 1930 3139 0 0 0.812 1970 3244 0 0 0.625 2 interp_poly 1930 3139 0 0 0.812 1997 3023 0 0 0.938 1930 3139 0 0 0.812 2 interp_poly -40 232 68 -96 1997 3023 3 MP PP 1997 3023 0 0 0.938 2065 2927 0 0.125 1 1997 3023 0 0 0.938 2 interp_poly 2065 2927 0 0.125 1 2025 3159 0 0 0.688 2065 2927 0 0.125 1 2 interp_poly -40 156 68 -195 2025 3159 3 MP PP 2025 3159 0 0 0.688 2093 2964 0 0 1 2025 3159 0 0 0.688 2 interp_poly 2093 2964 0 0 1 2053 3120 0 0 0.688 2093 2964 0 0 1 2 interp_poly 68 -195 -40 232 2065 2927 3 MP PP 2065 2927 0 0.125 1 2025 3159 0 0 0.688 2065 2927 0 0.125 1 2 interp_poly 2025 3159 0 0 0.688 2093 2964 0 0 1 2025 3159 0 0 0.688 2 interp_poly 68 -96 -40 -244 2037 3267 3 MP PP 2037 3267 0 0 0.562 1997 3023 0 0 0.938 2037 3267 0 0 0.562 2 interp_poly 1997 3023 0 0 0.938 2065 2927 0 0.125 1 1997 3023 0 0 0.938 2 interp_poly 67 23 -40 318 2010 2926 3 MP PP 2010 2926 0 0.25 1 1970 3244 0 0 0.625 2010 2926 0 0.25 1 2 interp_poly 1970 3244 0 0 0.625 2037 3267 0 0 0.562 1970 3244 0 0 0.625 2 interp_poly -40 -281 68 -59 2037 3267 3 MP PP 2037 3267 0 0 0.562 2105 3208 0 0 0.688 2037 3267 0 0 0.562 2 interp_poly 2105 3208 0 0 0.688 2065 2927 0 0.125 1 2105 3208 0 0 0.688 2 interp_poly -40 202 67 139 2010 2926 3 MP PP 2010 2926 0 0.25 1 2077 3065 0 0 1 2010 2926 0 0.25 1 2 interp_poly 2077 3065 0 0 1 2037 3267 0 0 0.562 2077 3065 0 0 1 2 interp_poly 68 -59 -40 202 2077 3065 3 MP PP 2077 3065 0 0 1 2037 3267 0 0 0.562 2077 3065 0 0 1 2 interp_poly 2037 3267 0 0 0.562 2105 3208 0 0 0.688 2037 3267 0 0 0.562 2 interp_poly -40 -422 68 47 1982 3301 3 MP PP 1982 3301 0 0 0.688 2050 3348 0 0 0.562 1982 3301 0 0 0.688 2 interp_poly 2050 3348 0 0 0.562 2010 2926 0 0.25 1 2050 3348 0 0 0.562 2 interp_poly 68 47 -40 34 2022 3267 3 MP PP 2022 3267 0 0 0.75 1982 3301 0 0 0.688 2022 3267 0 0 0.75 2 interp_poly 1982 3301 0 0 0.688 2050 3348 0 0 0.562 1982 3301 0 0 0.688 2 interp_poly -40 -157 68 98 1994 3326 3 MP PP 1994 3326 0 0 0.75 2062 3424 0 0 0.562 1994 3326 0 0 0.75 2 interp_poly 2062 3424 0 0 0.562 2022 3267 0 0 0.75 2062 3424 0 0 0.562 2 interp_poly 67 -16 -40 -64 1890 3238 3 MP PP 1890 3238 0 0 0.562 1850 3174 0 0 0.625 1890 3238 0 0 0.562 2 interp_poly 1850 3174 0 0 0.625 1917 3158 0 0 0.625 1850 3174 0 0 0.625 2 interp_poly -40 -63 67 -17 1890 3238 3 MP PP 1890 3238 0 0 0.562 1957 3221 0 0 0.562 1890 3238 0 0 0.562 2 interp_poly 1957 3221 0 0 0.562 1917 3158 0 0 0.625 1957 3221 0 0 0.562 2 interp_poly -40 99 68 -35 1862 3174 3 MP PP 1862 3174 0 0 0.75 1930 3139 0 0 0.812 1862 3174 0 0 0.75 2 interp_poly 1930 3139 0 0 0.812 1890 3238 0 0 0.562 1930 3139 0 0 0.812 2 interp_poly 67 -17 -40 99 1930 3139 3 MP PP 1930 3139 0 0 0.812 1890 3238 0 0 0.562 1930 3139 0 0 0.812 2 interp_poly 1890 3238 0 0 0.562 1957 3221 0 0 0.562 1890 3238 0 0 0.562 2 interp_poly -40 -105 68 79 1902 3165 3 MP PP 1902 3165 0 0 0.812 1970 3244 0 0 0.625 1902 3165 0 0 0.812 2 interp_poly 1970 3244 0 0 0.625 1930 3139 0 0 0.812 1970 3244 0 0 0.625 2 interp_poly 68 -35 -40 9 1902 3165 3 MP PP 1902 3165 0 0 0.812 1862 3174 0 0 0.75 1902 3165 0 0 0.812 2 interp_poly 1862 3174 0 0 0.75 1930 3139 0 0 0.812 1862 3174 0 0 0.75 2 interp_poly 68 79 -40 106 1942 3059 3 MP PP 1942 3059 0 0 1 1902 3165 0 0 0.812 1942 3059 0 0 1 2 interp_poly 1902 3165 0 0 0.812 1970 3244 0 0 0.625 1902 3165 0 0 0.812 2 interp_poly -40 106 68 31 1874 3028 3 MP PP 1874 3028 0 0.125 1 1942 3059 0 0 1 1874 3028 0 0.125 1 2 interp_poly 1942 3059 0 0 1 1902 3165 0 0 0.812 1942 3059 0 0 1 2 interp_poly -40 318 68 -133 1942 3059 3 MP PP 1942 3059 0 0 1 2010 2926 0 0.25 1 1942 3059 0 0 1 2 interp_poly 2010 2926 0 0.25 1 1970 3244 0 0 0.625 2010 2926 0 0.25 1 2 interp_poly -40 -242 68 198 1914 3103 3 MP PP 1914 3103 0 0 1 1982 3301 0 0 0.688 1914 3103 0 0 1 2 interp_poly 1982 3301 0 0 0.688 1942 3059 0 0 1 1982 3301 0 0 0.688 2 interp_poly 68 -133 -40 -242 1982 3301 3 MP PP 1982 3301 0 0 0.688 1942 3059 0 0 1 1982 3301 0 0 0.688 2 interp_poly 1942 3059 0 0 1 2010 2926 0 0.25 1 1942 3059 0 0 1 2 interp_poly -40 34 68 84 1954 3183 3 MP PP 1954 3183 0 0 0.938 2022 3267 0 0 0.75 1954 3183 0 0 0.938 2 interp_poly 2022 3267 0 0 0.75 1982 3301 0 0 0.688 2022 3267 0 0 0.75 2 interp_poly 68 84 -40 -143 1994 3326 3 MP PP 1994 3326 0 0 0.75 1954 3183 0 0 0.938 1994 3326 0 0 0.75 2 interp_poly 1954 3183 0 0 0.938 2022 3267 0 0 0.75 1954 3183 0 0 0.938 2 interp_poly 67 139 -40 -422 2050 3348 3 MP PP 2050 3348 0 0 0.562 2010 2926 0 0.25 1 2050 3348 0 0 0.562 2 interp_poly 2010 2926 0 0.25 1 2077 3065 0 0 1 2010 2926 0 0.25 1 2 interp_poly -40 -273 67 -10 2050 3348 3 MP PP 2050 3348 0 0 0.562 2117 3338 0 0 0.562 2050 3348 0 0 0.562 2 interp_poly 2117 3338 0 0 0.562 2077 3065 0 0 1 2117 3338 0 0 0.562 2 interp_poly -40 51 68 30 2022 3267 3 MP PP 2022 3267 0 0 0.75 2090 3297 0 0 0.688 2022 3267 0 0 0.75 2 interp_poly 2090 3297 0 0 0.688 2050 3348 0 0 0.562 2090 3297 0 0 0.688 2 interp_poly 67 -10 -40 51 2090 3297 3 MP PP 2090 3297 0 0 0.688 2050 3348 0 0 0.562 2090 3297 0 0 0.688 2 interp_poly 2050 3348 0 0 0.562 2117 3338 0 0 0.562 2050 3348 0 0 0.562 2 interp_poly 68 30 -40 -157 2062 3424 3 MP PP 2062 3424 0 0 0.562 2022 3267 0 0 0.75 2062 3424 0 0 0.562 2 interp_poly 2022 3267 0 0 0.75 2090 3297 0 0 0.688 2022 3267 0 0 0.75 2 interp_poly 68 98 -40 194 2034 3132 3 MP PP 2034 3132 0 0.125 1 1994 3326 0 0 0.75 2034 3132 0 0.125 1 2 interp_poly 1994 3326 0 0 0.75 2062 3424 0 0 0.562 1994 3326 0 0 0.75 2 interp_poly -40 588 68 -551 2065 2927 3 MP PP 2065 2927 0 0.125 1 2133 2376 0 1 1 2065 2927 0 0.125 1 2 interp_poly 2133 2376 0 1 1 2093 2964 0 0 1 2133 2376 0 1 1 2 interp_poly 68 -551 -40 -281 2105 3208 3 MP PP 2105 3208 0 0 0.688 2065 2927 0 0.125 1 2105 3208 0 0 0.688 2 interp_poly 2065 2927 0 0.125 1 2133 2376 0 1 1 2065 2927 0 0.125 1 2 interp_poly -40 150 68 -7 2077 3065 3 MP PP 2077 3065 0 0 1 2145 3058 0 0 0.938 2077 3065 0 0 1 2 interp_poly 2145 3058 0 0 0.938 2105 3208 0 0 0.688 2145 3058 0 0 0.938 2 interp_poly 68 -7 -40 -273 2117 3338 3 MP PP 2117 3338 0 0 0.562 2077 3065 0 0 1 2117 3338 0 0 0.562 2 interp_poly 2077 3065 0 0 1 2145 3058 0 0 0.938 2077 3065 0 0 1 2 interp_poly -40 325 68 -33 2034 3132 3 MP PP 2034 3132 0 0.125 1 2102 3099 0 0.125 1 2034 3132 0 0.125 1 2 interp_poly 2102 3099 0 0.125 1 2062 3424 0 0 0.562 2102 3099 0 0.125 1 2 interp_poly 68 -33 -40 97 2074 3035 3 MP PP 2074 3035 0 0.312 1 2034 3132 0 0.125 1 2074 3035 0 0.312 1 2 interp_poly 2034 3132 0 0.125 1 2102 3099 0 0.125 1 2034 3132 0 0.125 1 2 interp_poly -40 -86 68 -41 2062 3424 3 MP PP 2062 3424 0 0 0.562 2130 3383 0 0 0.562 2062 3424 0 0 0.562 2 interp_poly 2130 3383 0 0 0.562 2090 3297 0 0 0.688 2130 3383 0 0 0.562 2 interp_poly -40 90 67 -49 2090 3297 3 MP PP 2090 3297 0 0 0.688 2157 3248 0 0 0.75 2090 3297 0 0 0.688 2 interp_poly 2157 3248 0 0 0.75 2117 3338 0 0 0.562 2157 3248 0 0 0.75 2 interp_poly 67 -49 -40 -86 2130 3383 3 MP PP 2130 3383 0 0 0.562 2090 3297 0 0 0.688 2130 3383 0 0 0.562 2 interp_poly 2090 3297 0 0 0.688 2157 3248 0 0 0.75 2090 3297 0 0 0.688 2 interp_poly 68 -41 -40 325 2102 3099 3 MP PP 2102 3099 0 0.125 1 2062 3424 0 0 0.562 2102 3099 0 0.125 1 2 interp_poly 2062 3424 0 0 0.562 2130 3383 0 0 0.562 2062 3424 0 0 0.562 2 interp_poly -40 -434 68 -49 2046 3518 3 MP PP 2046 3518 0 0 0.562 2114 3469 0 0 0.625 2046 3518 0 0 0.562 2 interp_poly 2114 3469 0 0 0.625 2074 3035 0 0.312 1 2114 3469 0 0 0.625 2 interp_poly 68 -49 -40 262 2086 3256 3 MP PP 2086 3256 0 0 1 2046 3518 0 0 0.562 2086 3256 0 0 1 2 interp_poly 2046 3518 0 0 0.562 2114 3469 0 0 0.625 2046 3518 0 0 0.562 2 interp_poly -40 292 68 -228 2074 3035 3 MP PP 2074 3035 0 0.312 1 2142 2807 0 0.688 1 2074 3035 0 0.312 1 2 interp_poly 2142 2807 0 0.688 1 2102 3099 0 0.125 1 2142 2807 0 0.688 1 2 interp_poly -40 262 68 22 2102 3099 3 MP PP 2102 3099 0 0.125 1 2170 3121 0 0.0625 1 2102 3099 0 0.125 1 2 interp_poly 2170 3121 0 0.0625 1 2130 3383 0 0 0.562 2170 3121 0 0.0625 1 2 interp_poly 68 22 -40 292 2142 2807 3 MP PP 2142 2807 0 0.688 1 2102 3099 0 0.125 1 2142 2807 0 0.688 1 2 interp_poly 2102 3099 0 0.125 1 2170 3121 0 0.0625 1 2102 3099 0 0.125 1 2 interp_poly 68 -228 -40 -434 2114 3469 3 MP PP 2114 3469 0 0 0.625 2074 3035 0 0.312 1 2114 3469 0 0 0.625 2 interp_poly 2074 3035 0 0.312 1 2142 2807 0 0.688 1 2074 3035 0 0.312 1 2 interp_poly -40 -108 67 -27 2130 3383 3 MP PP 2130 3383 0 0 0.562 2197 3356 0 0 0.625 2130 3383 0 0 0.562 2 interp_poly 2197 3356 0 0 0.625 2157 3248 0 0 0.75 2197 3356 0 0 0.625 2 interp_poly 67 -27 -40 262 2170 3121 3 MP PP 2170 3121 0 0.0625 1 2130 3383 0 0 0.562 2170 3121 0 0.0625 1 2 interp_poly 2130 3383 0 0 0.562 2197 3356 0 0 0.625 2130 3383 0 0 0.562 2 interp_poly 68 -31 -40 -629 2173 3005 3 MP PP 2173 3005 0 0 1 2133 2376 0 1 1 2173 3005 0 0 1 2 interp_poly 2133 2376 0 1 1 2201 2345 0.0625 1 1 2133 2376 0 1 1 2 interp_poly -40 581 67 -346 2170 3121 3 MP PP 2170 3121 0 0.0625 1 2237 2775 0 0.625 1 2170 3121 0 0.0625 1 2 interp_poly 2237 2775 0 0.625 1 2197 3356 0 0 0.625 2237 2775 0 0.625 1 2 interp_poly 67 -346 -40 51 2210 3070 3 MP PP 2210 3070 0 0.188 1 2170 3121 0 0.0625 1 2210 3070 0 0.188 1 2 interp_poly 2170 3121 0 0.0625 1 2237 2775 0 0.625 1 2170 3121 0 0.0625 1 2 interp_poly -40 51 68 263 2142 2807 3 MP PP 2142 2807 0 0.688 1 2210 3070 0 0.188 1 2142 2807 0 0.688 1 2 interp_poly 2210 3070 0 0.188 1 2170 3121 0 0.0625 1 2210 3070 0 0.188 1 2 interp_poly -40 -288 68 -374 2114 3469 3 MP PP 2114 3469 0 0 0.625 2182 3095 0 0.188 1 2114 3469 0 0 0.625 2 interp_poly 2182 3095 0 0.188 1 2142 2807 0 0.688 1 2182 3095 0 0.188 1 2 interp_poly 68 -374 -40 200 2154 3269 3 MP PP 2154 3269 0 0 1 2114 3469 0 0 0.625 2154 3269 0 0 1 2 interp_poly 2114 3469 0 0 0.625 2182 3095 0 0.188 1 2114 3469 0 0 0.625 2 interp_poly -40 200 68 13 2086 3256 3 MP PP 2086 3256 0 0 1 2154 3269 0 0 1 2086 3256 0 0 1 2 interp_poly 2154 3269 0 0 1 2114 3469 0 0 0.625 2154 3269 0 0 1 2 interp_poly 68 13 -40 223 2126 3033 3 MP PP 2126 3033 0 0.438 1 2086 3256 0 0 1 2126 3033 0 0.438 1 2 interp_poly 2086 3256 0 0 1 2154 3269 0 0 1 2086 3256 0 0 1 2 interp_poly -40 -384 68 -145 2098 3562 3 MP PP 2098 3562 0 0 0.625 2166 3417 0 0 0.812 2098 3562 0 0 0.625 2 interp_poly 2166 3417 0 0 0.812 2126 3033 0 0.438 1 2166 3417 0 0 0.812 2 interp_poly 68 -145 -40 5 2138 3557 3 MP PP 2138 3557 0 0 0.688 2098 3562 0 0 0.625 2138 3557 0 0 0.688 2 interp_poly 2098 3562 0 0 0.625 2166 3417 0 0 0.812 2098 3562 0 0 0.625 2 interp_poly 68 263 -40 -288 2182 3095 3 MP PP 2182 3095 0 0.188 1 2142 2807 0 0.688 1 2182 3095 0 0.188 1 2 interp_poly 2142 2807 0 0.688 1 2210 3070 0 0.188 1 2142 2807 0 0.688 1 2 interp_poly -40 -116 67 -179 2210 3070 3 MP PP 2210 3070 0 0.188 1 2277 2891 0 0.5 1 2210 3070 0 0.188 1 2 interp_poly 2277 2891 0 0.5 1 2237 2775 0 0.625 1 2277 2891 0 0.5 1 2 interp_poly -40 296 68 -321 2182 3095 3 MP PP 2182 3095 0 0.188 1 2250 2774 0 0.75 1 2182 3095 0 0.188 1 2 interp_poly 2250 2774 0 0.75 1 2210 3070 0 0.188 1 2250 2774 0 0.75 1 2 interp_poly -40 131 68 -305 2154 3269 3 MP PP 2154 3269 0 0 1 2222 2964 0 0.5 1 2154 3269 0 0 1 2 interp_poly 2222 2964 0 0.5 1 2182 3095 0 0.188 1 2222 2964 0 0.5 1 2 interp_poly 68 -305 -40 161 2194 3108 3 MP PP 2194 3108 0 0.312 1 2154 3269 0 0 1 2194 3108 0 0.312 1 2 interp_poly 2154 3269 0 0 1 2222 2964 0 0.5 1 2154 3269 0 0 1 2 interp_poly 68 -321 -40 131 2222 2964 3 MP PP 2222 2964 0 0.5 1 2182 3095 0 0.188 1 2222 2964 0 0.5 1 2 interp_poly 2182 3095 0 0.188 1 2250 2774 0 0.75 1 2182 3095 0 0.188 1 2 interp_poly -40 161 68 75 2126 3033 3 MP PP 2126 3033 0 0.438 1 2194 3108 0 0.312 1 2126 3033 0 0.438 1 2 interp_poly 2194 3108 0 0.312 1 2154 3269 0 0 1 2194 3108 0 0.312 1 2 interp_poly 68 75 -40 -384 2166 3417 3 MP PP 2166 3417 0 0 0.812 2126 3033 0 0.438 1 2166 3417 0 0 0.812 2 interp_poly 2126 3033 0 0.438 1 2194 3108 0 0.312 1 2126 3033 0 0.438 1 2 interp_poly -40 -323 68 14 2166 3417 3 MP PP 2166 3417 0 0 0.812 2234 3431 0 0 0.812 2166 3417 0 0 0.812 2 interp_poly 2234 3431 0 0 0.812 2194 3108 0 0.312 1 2234 3431 0 0 0.812 2 interp_poly 68 14 -40 -28 2206 3445 3 MP PP 2206 3445 0 0 0.812 2166 3417 0 0 0.812 2206 3445 0 0 0.812 2 interp_poly 2166 3417 0 0 0.812 2234 3431 0 0 0.812 2166 3417 0 0 0.812 2 interp_poly 68 -112 -40 259 2178 3298 3 MP PP 2178 3298 0 0.125 1 2138 3557 0 0 0.688 2178 3298 0 0.125 1 2 interp_poly 2138 3557 0 0 0.688 2206 3445 0 0 0.812 2138 3557 0 0 0.688 2 interp_poly 68 -103 -40 -323 2234 3431 3 MP PP 2234 3431 0 0 0.812 2194 3108 0 0.312 1 2234 3431 0 0 0.812 2 interp_poly 2194 3108 0 0.312 1 2262 3005 0 0.438 1 2194 3108 0 0.312 1 2 interp_poly -40 245 68 -98 2178 3298 3 MP PP 2178 3298 0 0.125 1 2246 3200 0 0.312 1 2178 3298 0 0.125 1 2 interp_poly 2246 3200 0 0.312 1 2206 3445 0 0 0.812 2246 3200 0 0.312 1 2 interp_poly 68 -98 -40 130 2218 3168 3 MP PP 2218 3168 0 0.438 1 2178 3298 0 0.125 1 2218 3168 0 0.438 1 2 interp_poly 2178 3298 0 0.125 1 2246 3200 0 0.312 1 2178 3298 0 0.125 1 2 interp_poly -40 -33 68 19 2206 3445 3 MP PP 2206 3445 0 0 0.812 2274 3464 0 0 0.75 2206 3445 0 0 0.812 2 interp_poly 2274 3464 0 0 0.75 2234 3431 0 0 0.812 2274 3464 0 0 0.75 2 interp_poly 68 19 -40 245 2246 3200 3 MP PP 2246 3200 0 0.312 1 2206 3445 0 0 0.812 2246 3200 0 0.312 1 2 interp_poly 2206 3445 0 0 0.812 2274 3464 0 0 0.75 2206 3445 0 0 0.812 2 interp_poly -40 -431 68 75 2190 3524 3 MP PP 2190 3524 0 0 0.875 2258 3599 0 0 0.688 2190 3524 0 0 0.875 2 interp_poly 2258 3599 0 0 0.688 2218 3168 0 0.438 1 2258 3599 0 0 0.688 2 interp_poly 68 75 -40 -15 2230 3539 3 MP PP 2230 3539 0 0 0.875 2190 3524 0 0 0.875 2230 3539 0 0 0.875 2 interp_poly 2190 3524 0 0 0.875 2258 3599 0 0 0.688 2190 3524 0 0 0.875 2 interp_poly -40 -15 68 1 2162 3538 3 MP PP 2162 3538 0 0 0.875 2230 3539 0 0 0.875 2162 3538 0 0 0.875 2 interp_poly 2230 3539 0 0 0.875 2190 3524 0 0 0.875 2230 3539 0 0 0.875 2 interp_poly -40 259 68 -203 2110 3501 3 MP PP 2110 3501 0 0 0.812 2178 3298 0 0.125 1 2110 3501 0 0 0.812 2 interp_poly 2178 3298 0 0.125 1 2138 3557 0 0 0.688 2178 3298 0 0.125 1 2 interp_poly 68 -203 -40 316 2150 3185 3 MP PP 2150 3185 0 0.375 1 2110 3501 0 0 0.812 2150 3185 0 0.375 1 2 interp_poly 2110 3501 0 0 0.812 2178 3298 0 0.125 1 2110 3501 0 0 0.812 2 interp_poly -40 -339 68 106 2122 3418 3 MP PP 2122 3418 0 0.0625 1 2190 3524 0 0 0.875 2122 3418 0 0.0625 1 2 interp_poly 2190 3524 0 0 0.875 2150 3185 0 0.375 1 2190 3524 0 0 0.875 2 interp_poly 68 106 -40 -120 2162 3538 3 MP PP 2162 3538 0 0 0.875 2122 3418 0 0.0625 1 2162 3538 0 0 0.875 2 interp_poly 2122 3418 0 0.0625 1 2190 3524 0 0 0.875 2122 3418 0 0.0625 1 2 interp_poly -40 130 68 -17 2150 3185 3 MP PP 2150 3185 0 0.375 1 2218 3168 0 0.438 1 2150 3185 0 0.375 1 2 interp_poly 2218 3168 0 0.438 1 2178 3298 0 0.125 1 2218 3168 0 0.438 1 2 interp_poly 68 -17 -40 -339 2190 3524 3 MP PP 2190 3524 0 0 0.875 2150 3185 0 0.375 1 2190 3524 0 0 0.875 2 interp_poly 2150 3185 0 0.375 1 2218 3168 0 0.438 1 2150 3185 0 0.375 1 2 interp_poly 68 1 -40 44 2202 3494 3 MP PP 2202 3494 0 0 1 2162 3538 0 0 0.875 2202 3494 0 0 1 2 interp_poly 2162 3538 0 0 0.875 2230 3539 0 0 0.875 2162 3538 0 0 0.875 2 interp_poly 67 -179 -40 296 2250 2774 3 MP PP 2250 2774 0 0.75 1 2210 3070 0 0.188 1 2250 2774 0 0.75 1 2 interp_poly 2210 3070 0 0.188 1 2277 2891 0 0.5 1 2210 3070 0 0.188 1 2 interp_poly -40 -41 68 -103 2194 3108 3 MP PP 2194 3108 0 0.312 1 2262 3005 0 0.438 1 2194 3108 0 0.312 1 2 interp_poly 2262 3005 0 0.438 1 2222 2964 0 0.5 1 2262 3005 0 0.438 1 2 interp_poly -40 163 68 -131 2218 3168 3 MP PP 2218 3168 0 0.438 1 2286 3037 0 0.625 1 2218 3168 0 0.438 1 2 interp_poly 2286 3037 0 0.625 1 2246 3200 0 0.312 1 2286 3037 0 0.625 1 2 interp_poly -40 282 68 -18 2246 3200 3 MP PP 2246 3200 0 0.312 1 2314 3182 0 0.312 1 2246 3200 0 0.312 1 2 interp_poly 2314 3182 0 0.312 1 2274 3464 0 0 0.75 2314 3182 0 0.312 1 2 interp_poly 68 -18 -40 163 2286 3037 3 MP PP 2286 3037 0 0.625 1 2246 3200 0 0.312 1 2286 3037 0 0.625 1 2 interp_poly 2246 3200 0 0.312 1 2314 3182 0 0.312 1 2246 3200 0 0.312 1 2 interp_poly 68 -131 -40 -431 2258 3599 3 MP PP 2258 3599 0 0 0.688 2218 3168 0 0.438 1 2258 3599 0 0 0.688 2 interp_poly 2218 3168 0 0.438 1 2286 3037 0 0.625 1 2218 3168 0 0.438 1 2 interp_poly -40 197 68 -152 2202 3494 3 MP PP 2202 3494 0 0 1 2270 3342 0 0.25 1 2202 3494 0 0 1 2 interp_poly 2270 3342 0 0.25 1 2230 3539 0 0 0.875 2270 3342 0 0.25 1 2 interp_poly 68 -152 -40 476 2242 3018 3 MP PP 2242 3018 0 0.875 1 2202 3494 0 0 1 2242 3018 0 0.875 1 2 interp_poly 2202 3494 0 0 1 2270 3342 0 0.25 1 2202 3494 0 0 1 2 interp_poly -40 -481 68 -81 2258 3599 3 MP PP 2258 3599 0 0 0.688 2326 3518 0 0 0.812 2258 3599 0 0 0.688 2 interp_poly 2326 3518 0 0 0.812 2286 3037 0 0.625 1 2326 3518 0 0 0.812 2 interp_poly -40 262 68 -202 2230 3539 3 MP PP 2230 3539 0 0 0.875 2298 3337 0 0.188 1 2230 3539 0 0 0.875 2 interp_poly 2298 3337 0 0.188 1 2258 3599 0 0 0.688 2298 3337 0 0.188 1 2 interp_poly 68 -202 -40 197 2270 3342 3 MP PP 2270 3342 0 0.25 1 2230 3539 0 0 0.875 2270 3342 0 0.25 1 2 interp_poly 2230 3539 0 0 0.875 2298 3337 0 0.188 1 2230 3539 0 0 0.875 2 interp_poly 68 -81 -40 262 2298 3337 3 MP PP 2298 3337 0 0.188 1 2258 3599 0 0 0.688 2298 3337 0 0.188 1 2 interp_poly 2258 3599 0 0 0.688 2326 3518 0 0 0.812 2258 3599 0 0 0.688 2 interp_poly -40 -778 68 77 2214 3719 3 MP PP 2214 3719 0 0 0.75 2282 3796 0 0 0.562 2214 3719 0 0 0.75 2 interp_poly 2282 3796 0 0 0.562 2242 3018 0 0.875 1 2282 3796 0 0 0.562 2 interp_poly -40 -31 68 176 2286 3037 3 MP PP 2286 3037 0 0.625 1 2354 3213 0 0.312 1 2286 3037 0 0.625 1 2 interp_poly 2354 3213 0 0.312 1 2314 3182 0 0.312 1 2354 3213 0 0.312 1 2 interp_poly 68 176 -40 -481 2326 3518 3 MP PP 2326 3518 0 0 0.812 2286 3037 0 0.625 1 2326 3518 0 0 0.812 2 interp_poly 2286 3037 0 0.625 1 2354 3213 0 0.312 1 2286 3037 0 0.625 1 2 interp_poly -40 50 68 274 2242 3018 3 MP PP 2242 3018 0 0.875 1 2310 3292 0 0.375 1 2242 3018 0 0.875 1 2 interp_poly 2310 3292 0 0.375 1 2270 3342 0 0.25 1 2310 3292 0 0.375 1 2 interp_poly -40 180 68 1 2298 3337 3 MP PP 2298 3337 0 0.188 1 2366 3338 0 0.188 1 2298 3337 0 0.188 1 2 interp_poly 2366 3338 0 0.188 1 2326 3518 0 0 0.812 2366 3338 0 0.188 1 2 interp_poly -40 -15 68 10 2270 3342 3 MP PP 2270 3342 0 0.25 1 2338 3352 0 0.188 1 2270 3342 0 0.25 1 2 interp_poly 2338 3352 0 0.188 1 2298 3337 0 0.188 1 2338 3352 0 0.188 1 2 interp_poly 68 1 -40 -15 2338 3352 3 MP PP 2338 3352 0 0.188 1 2298 3337 0 0.188 1 2338 3352 0 0.188 1 2 interp_poly 2298 3337 0 0.188 1 2366 3338 0 0.188 1 2298 3337 0 0.188 1 2 interp_poly 68 10 -40 50 2310 3292 3 MP PP 2310 3292 0 0.375 1 2270 3342 0 0.25 1 2310 3292 0 0.375 1 2 interp_poly 2270 3342 0 0.25 1 2338 3352 0 0.188 1 2270 3342 0 0.25 1 2 interp_poly 68 274 -40 -778 2282 3796 3 MP PP 2282 3796 0 0 0.562 2242 3018 0 0.875 1 2282 3796 0 0 0.562 2 interp_poly 2242 3018 0 0.875 1 2310 3292 0 0.375 1 2242 3018 0 0.875 1 2 interp_poly -40 -468 68 -36 2282 3796 3 MP PP 2282 3796 0 0 0.562 2350 3760 0 0 0.625 2282 3796 0 0 0.562 2 interp_poly 2350 3760 0 0 0.625 2310 3292 0 0.375 1 2350 3760 0 0 0.625 2 interp_poly 68 -36 -40 -25 2322 3821 3 MP PP 2322 3821 0 0 0.562 2282 3796 0 0 0.562 2322 3821 0 0 0.562 2 interp_poly 2282 3796 0 0 0.562 2350 3760 0 0 0.625 2282 3796 0 0 0.562 2 interp_poly -40 -25 68 103 2254 3718 3 MP PP 2254 3718 0 0 0.812 2322 3821 0 0 0.562 2254 3718 0 0 0.812 2 interp_poly 2322 3821 0 0 0.562 2282 3796 0 0 0.562 2322 3821 0 0 0.562 2 interp_poly 68 103 -40 -55 2294 3773 3 MP PP 2294 3773 0 0 0.75 2254 3718 0 0 0.812 2294 3773 0 0 0.75 2 interp_poly 2254 3718 0 0 0.812 2322 3821 0 0 0.562 2254 3718 0 0 0.812 2 interp_poly -40 -125 68 48 2266 3850 3 MP PP 2266 3850 0 0 0.688 2334 3898 0 0 0.562 2266 3850 0 0 0.688 2 interp_poly 2334 3898 0 0 0.562 2294 3773 0 0 0.75 2334 3898 0 0 0.562 2 interp_poly 68 48 -40 -48 2306 3898 3 MP PP 2306 3898 0 0 0.625 2266 3850 0 0 0.688 2306 3898 0 0 0.625 2 interp_poly 2266 3850 0 0 0.688 2334 3898 0 0 0.562 2266 3850 0 0 0.688 2 interp_poly -40 343 68 -283 2310 3292 3 MP PP 2310 3292 0 0.375 1 2378 3009 0 0.812 1 2310 3292 0 0.375 1 2 interp_poly 2378 3009 0 0.812 1 2338 3352 0 0.188 1 2378 3009 0 0.812 1 2 interp_poly -40 73 68 -87 2338 3352 3 MP PP 2338 3352 0 0.188 1 2406 3265 0 0.312 1 2338 3352 0 0.188 1 2 interp_poly 2406 3265 0 0.312 1 2366 3338 0 0.188 1 2406 3265 0 0.312 1 2 interp_poly 68 -87 -40 343 2378 3009 3 MP PP 2378 3009 0 0.812 1 2338 3352 0 0.188 1 2378 3009 0 0.812 1 2 interp_poly 2338 3352 0 0.188 1 2406 3265 0 0.312 1 2338 3352 0 0.188 1 2 interp_poly 68 -283 -40 -468 2350 3760 3 MP PP 2350 3760 0 0 0.625 2310 3292 0 0.375 1 2350 3760 0 0 0.625 2 interp_poly 2310 3292 0 0.375 1 2378 3009 0 0.812 1 2310 3292 0 0.375 1 2 interp_poly -40 -746 68 -5 2350 3760 3 MP PP 2350 3760 0 0 0.625 2418 3755 0 0 0.625 2350 3760 0 0 0.625 2 interp_poly 2418 3755 0 0 0.625 2378 3009 0 0.812 1 2418 3755 0 0 0.625 2 interp_poly -40 93 68 -45 2294 3773 3 MP PP 2294 3773 0 0 0.75 2362 3728 0 0 0.812 2294 3773 0 0 0.75 2 interp_poly 2362 3728 0 0 0.812 2322 3821 0 0 0.562 2362 3728 0 0 0.812 2 interp_poly -40 -30 68 -31 2322 3821 3 MP PP 2322 3821 0 0 0.562 2390 3790 0 0 0.625 2322 3821 0 0 0.562 2 interp_poly 2390 3790 0 0 0.625 2350 3760 0 0 0.625 2390 3790 0 0 0.625 2 interp_poly 68 -5 -40 -30 2390 3790 3 MP PP 2390 3790 0 0 0.625 2350 3760 0 0 0.625 2390 3790 0 0 0.625 2 interp_poly 2350 3760 0 0 0.625 2418 3755 0 0 0.625 2350 3760 0 0 0.625 2 interp_poly 68 -31 -40 93 2362 3728 3 MP PP 2362 3728 0 0 0.812 2322 3821 0 0 0.562 2362 3728 0 0 0.812 2 interp_poly 2322 3821 0 0 0.562 2390 3790 0 0 0.625 2322 3821 0 0 0.562 2 interp_poly 68 -45 -40 -125 2334 3898 3 MP PP 2334 3898 0 0 0.562 2294 3773 0 0 0.75 2334 3898 0 0 0.562 2 interp_poly 2294 3773 0 0 0.75 2362 3728 0 0 0.812 2294 3773 0 0 0.75 2 interp_poly -40 -111 68 -59 2334 3898 3 MP PP 2334 3898 0 0 0.562 2402 3839 0 0 0.625 2334 3898 0 0 0.562 2 interp_poly 2402 3839 0 0 0.625 2362 3728 0 0 0.812 2402 3839 0 0 0.625 2 interp_poly -40 111 68 -111 2306 3898 3 MP PP 2306 3898 0 0 0.625 2374 3787 0 0 0.812 2306 3898 0 0 0.625 2 interp_poly 2374 3787 0 0 0.812 2334 3898 0 0 0.562 2374 3787 0 0 0.812 2 interp_poly 68 -111 -40 222 2346 3676 3 MP PP 2346 3676 0 0.0625 1 2306 3898 0 0 0.625 2346 3676 0 0.0625 1 2 interp_poly 2306 3898 0 0 0.625 2374 3787 0 0 0.812 2306 3898 0 0 0.625 2 interp_poly 68 -59 -40 111 2374 3787 3 MP PP 2374 3787 0 0 0.812 2334 3898 0 0 0.562 2374 3787 0 0 0.812 2 interp_poly 2334 3898 0 0 0.562 2402 3839 0 0 0.625 2334 3898 0 0 0.562 2 interp_poly -40 -225 67 -22 2319 3923 3 MP PP 2319 3923 0 0 0.688 2386 3901 0 0 0.688 2319 3923 0 0 0.688 2 interp_poly 2386 3901 0 0 0.688 2346 3676 0 0.0625 1 2386 3901 0 0 0.688 2 interp_poly 67 -22 -40 -111 2359 4034 3 MP PP 2359 4034 0 0 0.562 2319 3923 0 0 0.688 2359 4034 0 0 0.562 2 interp_poly 2319 3923 0 0 0.688 2386 3901 0 0 0.688 2319 3923 0 0 0.688 2 interp_poly 68 -16 -40 170 2331 3880 3 MP PP 2331 3880 0 0 0.875 2291 4050 0 0 0.562 2331 3880 0 0 0.875 2 interp_poly 2291 4050 0 0 0.562 2359 4034 0 0 0.562 2291 4050 0 0 0.562 2 interp_poly -40 15 68 139 2331 3880 3 MP PP 2331 3880 0 0 0.875 2399 4019 0 0 0.625 2331 3880 0 0 0.875 2 interp_poly 2399 4019 0 0 0.625 2359 4034 0 0 0.562 2399 4019 0 0 0.625 2 interp_poly 68 139 -40 -48 2371 3928 3 MP PP 2371 3928 0 0 0.812 2331 3880 0 0 0.875 2371 3928 0 0 0.812 2 interp_poly 2331 3880 0 0 0.875 2399 4019 0 0 0.625 2331 3880 0 0 0.875 2 interp_poly -40 -176 68 -22 2343 4126 3 MP PP 2343 4126 0 0 0.562 2411 4104 0 0 0.562 2343 4126 0 0 0.562 2 interp_poly 2411 4104 0 0 0.562 2371 3928 0 0 0.812 2411 4104 0 0 0.562 2 interp_poly 68 -22 -40 -10 2383 4136 3 MP PP 2383 4136 0 0 0.562 2343 4126 0 0 0.562 2383 4136 0 0 0.562 2 interp_poly 2343 4126 0 0 0.562 2411 4104 0 0 0.562 2343 4126 0 0 0.562 2 interp_poly -40 107 68 -16 2371 3928 3 MP PP 2371 3928 0 0 0.812 2439 3912 0 0 0.812 2371 3928 0 0 0.812 2 interp_poly 2439 3912 0 0 0.812 2399 4019 0 0 0.625 2439 3912 0 0 0.812 2 interp_poly 68 -16 -40 -176 2411 4104 3 MP PP 2411 4104 0 0 0.562 2371 3928 0 0 0.812 2411 4104 0 0 0.562 2 interp_poly 2371 3928 0 0 0.812 2439 3912 0 0 0.812 2371 3928 0 0 0.812 2 interp_poly -40 24 68 -56 2383 4136 3 MP PP 2383 4136 0 0 0.562 2451 4080 0 0 0.625 2383 4136 0 0 0.562 2 interp_poly 2451 4080 0 0 0.625 2411 4104 0 0 0.562 2451 4080 0 0 0.625 2 interp_poly -40 16 68 240 2378 3009 3 MP PP 2378 3009 0 0.812 1 2446 3249 0 0.438 1 2378 3009 0 0.812 1 2 interp_poly 2446 3249 0 0.438 1 2406 3265 0 0.312 1 2446 3249 0 0.438 1 2 interp_poly 68 240 -40 -746 2418 3755 3 MP PP 2418 3755 0 0 0.625 2378 3009 0 0.812 1 2418 3755 0 0 0.625 2 interp_poly 2378 3009 0 0.812 1 2446 3249 0 0.438 1 2378 3009 0 0.812 1 2 interp_poly -40 -33 68 -2 2390 3790 3 MP PP 2390 3790 0 0 0.625 2458 3788 0 0 0.625 2390 3790 0 0 0.625 2 interp_poly 2458 3788 0 0 0.625 2418 3755 0 0 0.625 2458 3788 0 0 0.625 2 interp_poly -40 42 68 20 2362 3728 3 MP PP 2362 3728 0 0 0.812 2430 3748 0 0 0.75 2362 3728 0 0 0.812 2 interp_poly 2430 3748 0 0 0.75 2390 3790 0 0 0.625 2430 3748 0 0 0.75 2 interp_poly 68 -2 -40 42 2430 3748 3 MP PP 2430 3748 0 0 0.75 2390 3790 0 0 0.625 2430 3748 0 0 0.75 2 interp_poly 2390 3790 0 0 0.625 2458 3788 0 0 0.625 2390 3790 0 0 0.625 2 interp_poly 68 20 -40 -111 2402 3839 3 MP PP 2402 3839 0 0 0.625 2362 3728 0 0 0.812 2402 3839 0 0 0.625 2 interp_poly 2362 3728 0 0 0.812 2430 3748 0 0 0.75 2362 3728 0 0 0.812 2 interp_poly -40 57 68 -148 2402 3839 3 MP PP 2402 3839 0 0 0.625 2470 3691 0 0 0.875 2402 3839 0 0 0.625 2 interp_poly 2470 3691 0 0 0.875 2430 3748 0 0 0.75 2470 3691 0 0 0.875 2 interp_poly -40 95 68 -43 2374 3787 3 MP PP 2374 3787 0 0 0.812 2442 3744 0 0 0.812 2374 3787 0 0 0.812 2 interp_poly 2442 3744 0 0 0.812 2402 3839 0 0 0.625 2442 3744 0 0 0.812 2 interp_poly 68 -43 -40 392 2414 3395 3 MP PP 2414 3395 0 0.5 1 2374 3787 0 0 0.812 2414 3395 0 0.5 1 2 interp_poly 2374 3787 0 0 0.812 2442 3744 0 0 0.812 2374 3787 0 0 0.812 2 interp_poly 68 -148 -40 95 2442 3744 3 MP PP 2442 3744 0 0 0.812 2402 3839 0 0 0.625 2442 3744 0 0 0.812 2 interp_poly 2402 3839 0 0 0.625 2470 3691 0 0 0.875 2402 3839 0 0 0.625 2 interp_poly -40 -516 68 10 2386 3901 3 MP PP 2386 3901 0 0 0.688 2454 3911 0 0 0.688 2386 3901 0 0 0.688 2 interp_poly 2454 3911 0 0 0.688 2414 3395 0 0.5 1 2454 3911 0 0 0.688 2 interp_poly 68 -56 -40 292 2423 3844 3 MP PP 2423 3844 0 0.125 1 2383 4136 0 0 0.562 2423 3844 0 0.125 1 2 interp_poly 2383 4136 0 0 0.562 2451 4080 0 0 0.625 2383 4136 0 0 0.562 2 interp_poly -40 -366 68 -10 2395 4220 3 MP PP 2395 4220 0 0 0.562 2463 4210 0 0 0.562 2395 4220 0 0 0.562 2 interp_poly 2463 4210 0 0 0.562 2423 3844 0 0.125 1 2463 4210 0 0 0.562 2 interp_poly 68 -10 -40 -18 2435 4238 3 MP PP 2435 4238 0 0 0.562 2395 4220 0 0 0.562 2435 4238 0 0 0.562 2 interp_poly 2395 4220 0 0 0.562 2463 4210 0 0 0.562 2395 4220 0 0 0.562 2 interp_poly -40 558 68 -209 2414 3395 3 MP PP 2414 3395 0 0.5 1 2482 3186 0 0.812 1 2414 3395 0 0.5 1 2 interp_poly 2482 3186 0 0.812 1 2442 3744 0 0 0.812 2482 3186 0 0.812 1 2 interp_poly -40 -59 68 6 2442 3744 3 MP PP 2442 3744 0 0 0.812 2510 3750 0 0 0.812 2442 3744 0 0 0.812 2 interp_poly 2510 3750 0 0 0.812 2470 3691 0 0 0.875 2510 3750 0 0 0.812 2 interp_poly 68 -353 -40 -59 2510 3750 3 MP PP 2510 3750 0 0 0.812 2470 3691 0 0 0.875 2510 3750 0 0 0.812 2 interp_poly 2470 3691 0 0 0.875 2538 3338 0 0.438 1 2470 3691 0 0 0.875 2 interp_poly 68 6 -40 558 2482 3186 3 MP PP 2482 3186 0 0.812 1 2442 3744 0 0 0.812 2482 3186 0 0.812 1 2 interp_poly 2442 3744 0 0 0.812 2510 3750 0 0 0.812 2442 3744 0 0 0.812 2 interp_poly 68 -209 -40 -516 2454 3911 3 MP PP 2454 3911 0 0 0.688 2414 3395 0 0.5 1 2454 3911 0 0 0.688 2 interp_poly 2414 3395 0 0.5 1 2482 3186 0 0.812 1 2414 3395 0 0.5 1 2 interp_poly -40 352 68 212 2482 3186 3 MP PP 2482 3186 0 0.812 1 2550 3398 0 0.438 1 2482 3186 0 0.812 1 2 interp_poly 2550 3398 0 0.438 1 2510 3750 0 0 0.812 2550 3398 0 0.438 1 2 interp_poly -40 -534 68 -191 2454 3911 3 MP PP 2454 3911 0 0 0.688 2522 3720 0 0 0.938 2454 3911 0 0 0.688 2 interp_poly 2522 3720 0 0 0.938 2482 3186 0 0.812 1 2522 3720 0 0 0.938 2 interp_poly -40 112 68 124 2423 3844 3 MP PP 2423 3844 0 0.125 1 2491 3968 0 0 0.875 2423 3844 0 0.125 1 2 interp_poly 2491 3968 0 0 0.875 2451 4080 0 0 0.625 2491 3968 0 0 0.875 2 interp_poly 68 124 -40 -366 2463 4210 3 MP PP 2463 4210 0 0 0.562 2423 3844 0 0.125 1 2463 4210 0 0 0.562 2 interp_poly 2423 3844 0 0.125 1 2491 3968 0 0 0.875 2423 3844 0 0.125 1 2 interp_poly -40 54 68 -82 2435 4238 3 MP PP 2435 4238 0 0 0.562 2503 4156 0 0 0.688 2435 4238 0 0 0.562 2 interp_poly 2503 4156 0 0 0.688 2463 4210 0 0 0.562 2503 4156 0 0 0.688 2 interp_poly 68 -82 -40 51 2475 4187 3 MP PP 2475 4187 0 0 0.688 2435 4238 0 0 0.562 2475 4187 0 0 0.688 2 interp_poly 2435 4238 0 0 0.562 2503 4156 0 0 0.688 2435 4238 0 0 0.562 2 interp_poly -40 289 68 -223 2491 3968 3 MP PP 2491 3968 0 0 0.875 2559 3745 0 0.25 1 2491 3968 0 0 0.875 2 interp_poly 2559 3745 0 0.25 1 2519 4034 0 0 0.688 2559 3745 0 0.25 1 2 interp_poly 68 -223 -40 -215 2531 4183 3 MP PP 2531 4183 0 0 0.562 2491 3968 0 0 0.875 2531 4183 0 0 0.562 2 interp_poly 2491 3968 0 0 0.875 2559 3745 0 0.25 1 2491 3968 0 0 0.875 2 interp_poly -40 119 68 -92 2503 4156 3 MP PP 2503 4156 0 0 0.688 2571 4064 0 0 0.812 2503 4156 0 0 0.688 2 interp_poly 2571 4064 0 0 0.812 2531 4183 0 0 0.562 2571 4064 0 0 0.812 2 interp_poly -40 -32 68 1 2475 4187 3 MP PP 2475 4187 0 0 0.688 2543 4188 0 0 0.625 2475 4187 0 0 0.688 2 interp_poly 2543 4188 0 0 0.625 2503 4156 0 0 0.688 2543 4188 0 0 0.625 2 interp_poly 68 -92 -40 -32 2543 4188 3 MP PP 2543 4188 0 0 0.625 2503 4156 0 0 0.688 2543 4188 0 0 0.625 2 interp_poly 2503 4156 0 0 0.688 2571 4064 0 0 0.812 2503 4156 0 0 0.688 2 interp_poly 68 1 -40 107 2515 4080 3 MP PP 2515 4080 0 0 0.875 2475 4187 0 0 0.688 2515 4080 0 0 0.875 2 interp_poly 2475 4187 0 0 0.688 2543 4188 0 0 0.625 2475 4187 0 0 0.688 2 interp_poly -40 -199 68 -14 2487 4293 3 MP PP 2487 4293 0 0 0.625 2555 4279 0 0 0.625 2487 4293 0 0 0.625 2 interp_poly 2555 4279 0 0 0.625 2515 4080 0 0 0.875 2555 4279 0 0 0.625 2 interp_poly 68 -14 -40 9 2527 4284 3 MP PP 2527 4284 0 0 0.688 2487 4293 0 0 0.625 2527 4284 0 0 0.688 2 interp_poly 2487 4293 0 0 0.625 2555 4279 0 0 0.625 2487 4293 0 0 0.625 2 interp_poly -40 -62 68 57 2527 4284 3 MP PP 2527 4284 0 0 0.688 2595 4341 0 0 0.562 2527 4284 0 0 0.688 2 interp_poly 2595 4341 0 0 0.562 2555 4279 0 0 0.625 2595 4341 0 0 0.562 2 interp_poly 68 57 -40 -16 2567 4300 3 MP PP 2567 4300 0 0 0.688 2527 4284 0 0 0.688 2567 4300 0 0 0.688 2 interp_poly 2527 4284 0 0 0.688 2595 4341 0 0 0.562 2527 4284 0 0 0.688 2 interp_poly 68 -38 -40 -62 2595 4341 3 MP PP 2595 4341 0 0 0.562 2555 4279 0 0 0.625 2595 4341 0 0 0.562 2 interp_poly 2555 4279 0 0 0.625 2623 4241 0 0 0.625 2555 4279 0 0 0.625 2 interp_poly -40 74 68 -33 2567 4300 3 MP PP 2567 4300 0 0 0.688 2635 4267 0 0 0.688 2567 4300 0 0 0.688 2 interp_poly 2635 4267 0 0 0.688 2595 4341 0 0 0.562 2635 4267 0 0 0.688 2 interp_poly 68 -33 -40 -101 2607 4401 3 MP PP 2607 4401 0 0 0.562 2567 4300 0 0 0.688 2607 4401 0 0 0.562 2 interp_poly 2567 4300 0 0 0.688 2635 4267 0 0 0.688 2567 4300 0 0 0.688 2 interp_poly -40 -147 68 -38 2555 4279 3 MP PP 2555 4279 0 0 0.625 2623 4241 0 0 0.625 2555 4279 0 0 0.625 2 interp_poly 2623 4241 0 0 0.625 2583 4094 0 0 0.875 2623 4241 0 0 0.625 2 interp_poly -40 309 68 -82 2550 3398 3 MP PP 2550 3398 0 0.438 1 2618 3316 0 0.562 1 2550 3398 0 0.438 1 2 interp_poly 2618 3316 0 0.562 1 2578 3625 0 0 1 2618 3316 0 0.562 1 2 interp_poly 68 -82 -40 -369 2590 3767 3 MP PP 2590 3767 0 0 0.875 2550 3398 0 0.438 1 2590 3767 0 0 0.875 2 interp_poly 2550 3398 0 0.438 1 2618 3316 0 0.562 1 2550 3398 0 0.438 1 2 interp_poly 68 -20 -40 -24 2579 4445 3 MP PP 2579 4445 0 0 0.562 2539 4421 0 0 0.562 2579 4445 0 0 0.562 2 interp_poly 2539 4421 0 0 0.562 2607 4401 0 0 0.562 2539 4421 0 0 0.562 2 interp_poly -40 -101 68 -20 2539 4421 3 MP PP 2539 4421 0 0 0.562 2607 4401 0 0 0.562 2539 4421 0 0 0.562 2 interp_poly 2607 4401 0 0 0.562 2567 4300 0 0 0.688 2607 4401 0 0 0.562 2 interp_poly -40 -369 68 47 2522 3720 3 MP PP 2522 3720 0 0 0.938 2590 3767 0 0 0.875 2522 3720 0 0 0.938 2 interp_poly 2590 3767 0 0 0.875 2550 3398 0 0.438 1 2590 3767 0 0 0.875 2 interp_poly -40 94 68 14 2515 4080 3 MP PP 2515 4080 0 0 0.875 2583 4094 0 0 0.875 2515 4080 0 0 0.875 2 interp_poly 2583 4094 0 0 0.875 2543 4188 0 0 0.625 2583 4094 0 0 0.875 2 interp_poly 68 14 -40 -199 2555 4279 3 MP PP 2555 4279 0 0 0.625 2515 4080 0 0 0.875 2555 4279 0 0 0.625 2 interp_poly 2515 4080 0 0 0.875 2583 4094 0 0 0.875 2515 4080 0 0 0.875 2 interp_poly 68 -97 -40 -24 2539 4421 3 MP PP 2539 4421 0 0 0.562 2499 4397 0 0 0.562 2539 4421 0 0 0.562 2 interp_poly 2499 4397 0 0 0.562 2567 4300 0 0 0.688 2499 4397 0 0 0.562 2 interp_poly -40 -16 68 -97 2499 4397 3 MP PP 2499 4397 0 0 0.562 2567 4300 0 0 0.688 2499 4397 0 0 0.562 2 interp_poly 2567 4300 0 0 0.688 2527 4284 0 0 0.688 2567 4300 0 0 0.688 2 interp_poly 68 212 -40 -534 2522 3720 3 MP PP 2522 3720 0 0 0.938 2482 3186 0 0.812 1 2522 3720 0 0 0.938 2 interp_poly 2482 3186 0 0.812 1 2550 3398 0 0.438 1 2482 3186 0 0.812 1 2 interp_poly 68 -89 -40 -24 2499 4397 3 MP PP 2499 4397 0 0 0.562 2459 4373 0 0 0.562 2499 4397 0 0 0.562 2 interp_poly 2459 4373 0 0 0.562 2527 4284 0 0 0.688 2459 4373 0 0 0.562 2 interp_poly -40 9 68 -89 2459 4373 3 MP PP 2459 4373 0 0 0.562 2527 4284 0 0 0.688 2459 4373 0 0 0.562 2 interp_poly 2527 4284 0 0 0.688 2487 4293 0 0 0.625 2527 4284 0 0 0.688 2 interp_poly -40 51 68 -20 2407 4207 3 MP PP 2407 4207 0 0 0.688 2475 4187 0 0 0.688 2407 4207 0 0 0.688 2 interp_poly 2475 4187 0 0 0.688 2435 4238 0 0 0.562 2475 4187 0 0 0.688 2 interp_poly 68 -20 -40 -32 2447 4239 3 MP PP 2447 4239 0 0 0.625 2407 4207 0 0 0.688 2447 4239 0 0 0.625 2 interp_poly 2407 4207 0 0 0.688 2475 4187 0 0 0.688 2407 4207 0 0 0.688 2 interp_poly -40 107 68 -159 2447 4239 3 MP PP 2447 4239 0 0 0.625 2515 4080 0 0 0.875 2447 4239 0 0 0.625 2 interp_poly 2515 4080 0 0 0.875 2475 4187 0 0 0.688 2515 4080 0 0 0.875 2 interp_poly 68 -159 -40 -54 2487 4293 3 MP PP 2487 4293 0 0 0.625 2447 4239 0 0 0.625 2487 4293 0 0 0.625 2 interp_poly 2447 4239 0 0 0.625 2515 4080 0 0 0.875 2447 4239 0 0 0.625 2 interp_poly -40 -483 68 -289 2425 2778 3 MP PP 2425 2778 0 0.75 1 2493 2489 0.188 1 0.875 2425 2778 0 0.75 1 2 interp_poly 2493 2489 0.188 1 0.875 2453 2006 1 1 0.0625 2493 2489 0.188 1 0.875 2 interp_poly 68 -56 -40 -24 2459 4373 3 MP PP 2459 4373 0 0 0.562 2419 4349 0 0 0.562 2459 4373 0 0 0.562 2 interp_poly 2419 4349 0 0 0.562 2487 4293 0 0 0.625 2419 4349 0 0 0.562 2 interp_poly -40 -54 68 -56 2419 4349 3 MP PP 2419 4349 0 0 0.562 2487 4293 0 0 0.625 2419 4349 0 0 0.562 2 interp_poly 2487 4293 0 0 0.625 2447 4239 0 0 0.625 2487 4293 0 0 0.625 2 interp_poly 68 -285 -40 -487 2425 2778 3 MP PP 2425 2778 0 0.75 1 2385 2291 0.5 1 0.562 2425 2778 0 0.75 1 2 interp_poly 2385 2291 0.5 1 0.562 2453 2006 1 1 0.0625 2385 2291 0.5 1 0.562 2 interp_poly 68 -86 -40 -24 2419 4349 3 MP PP 2419 4349 0 0 0.562 2379 4325 0 0 0.562 2419 4349 0 0 0.562 2 interp_poly 2379 4325 0 0 0.562 2447 4239 0 0 0.625 2379 4325 0 0 0.562 2 interp_poly -40 -18 68 -19 2367 4257 3 MP PP 2367 4257 0 0 0.562 2435 4238 0 0 0.562 2367 4257 0 0 0.562 2 interp_poly 2435 4238 0 0 0.562 2395 4220 0 0 0.562 2435 4238 0 0 0.562 2 interp_poly 68 -19 -40 50 2407 4207 3 MP PP 2407 4207 0 0 0.688 2367 4257 0 0 0.562 2407 4207 0 0 0.688 2 interp_poly 2367 4257 0 0 0.562 2435 4238 0 0 0.562 2367 4257 0 0 0.562 2 interp_poly -40 -32 68 -86 2379 4325 3 MP PP 2379 4325 0 0 0.562 2447 4239 0 0 0.625 2379 4325 0 0 0.562 2 interp_poly 2447 4239 0 0 0.625 2407 4207 0 0 0.688 2447 4239 0 0 0.625 2 interp_poly -40 -487 68 -103 2357 2881 3 MP PP 2357 2881 0 0.562 1 2425 2778 0 0.75 1 2357 2881 0 0.562 1 2 interp_poly 2425 2778 0 0.75 1 2385 2291 0.5 1 0.562 2425 2778 0 0.75 1 2 interp_poly 68 -73 -40 -125 2343 4126 3 MP PP 2343 4126 0 0 0.562 2303 4001 0 0 0.75 2343 4126 0 0 0.562 2 interp_poly 2303 4001 0 0 0.75 2371 3928 0 0 0.812 2303 4001 0 0 0.75 2 interp_poly -40 -10 68 -7 2315 4143 3 MP PP 2315 4143 0 0 0.562 2383 4136 0 0 0.562 2315 4143 0 0 0.562 2 interp_poly 2383 4136 0 0 0.562 2343 4126 0 0 0.562 2383 4136 0 0 0.562 2 interp_poly -40 -48 67 18 2239 3880 3 MP PP 2239 3880 0 0 0.688 2306 3898 0 0 0.625 2239 3880 0 0 0.688 2 interp_poly 2306 3898 0 0 0.625 2266 3850 0 0 0.688 2306 3898 0 0 0.625 2 interp_poly 67 18 -40 30 2279 3850 3 MP PP 2279 3850 0 0 0.75 2239 3880 0 0 0.688 2279 3850 0 0 0.75 2 interp_poly 2239 3880 0 0 0.688 2306 3898 0 0 0.625 2239 3880 0 0 0.688 2 interp_poly -40 -177 68 26 2223 4024 3 MP PP 2223 4024 0 0 0.625 2291 4050 0 0 0.562 2223 4024 0 0 0.625 2 interp_poly 2291 4050 0 0 0.562 2251 3873 0 0 0.812 2291 4050 0 0 0.562 2 interp_poly 68 50 -40 -177 2291 4050 3 MP PP 2291 4050 0 0 0.562 2251 3873 0 0 0.812 2291 4050 0 0 0.562 2 interp_poly 2251 3873 0 0 0.812 2319 3923 0 0 0.688 2251 3873 0 0 0.812 2 interp_poly 68 26 -40 99 2263 3925 3 MP PP 2263 3925 0 0 0.812 2223 4024 0 0 0.625 2263 3925 0 0 0.812 2 interp_poly 2223 4024 0 0 0.625 2291 4050 0 0 0.562 2223 4024 0 0 0.625 2 interp_poly -40 -73 68 50 2251 3873 3 MP PP 2251 3873 0 0 0.812 2319 3923 0 0 0.688 2251 3873 0 0 0.812 2 interp_poly 2319 3923 0 0 0.688 2279 3850 0 0 0.75 2319 3923 0 0 0.688 2 interp_poly -40 222 67 -174 2279 3850 3 MP PP 2279 3850 0 0 0.75 2346 3676 0 0.0625 1 2279 3850 0 0 0.75 2 interp_poly 2346 3676 0 0.0625 1 2306 3898 0 0 0.625 2346 3676 0 0.0625 1 2 interp_poly 67 -174 -40 -73 2319 3923 3 MP PP 2319 3923 0 0 0.688 2279 3850 0 0 0.75 2319 3923 0 0 0.688 2 interp_poly 2279 3850 0 0 0.75 2346 3676 0 0.0625 1 2279 3850 0 0 0.75 2 interp_poly -40 170 68 -45 2263 3925 3 MP PP 2263 3925 0 0 0.812 2331 3880 0 0 0.875 2263 3925 0 0 0.812 2 interp_poly 2331 3880 0 0 0.875 2291 4050 0 0 0.562 2331 3880 0 0 0.875 2 interp_poly -40 -125 68 21 2275 4105 3 MP PP 2275 4105 0 0 0.625 2343 4126 0 0 0.562 2275 4105 0 0 0.625 2 interp_poly 2343 4126 0 0 0.562 2303 4001 0 0 0.75 2343 4126 0 0 0.562 2 interp_poly 68 21 -40 -38 2315 4143 3 MP PP 2315 4143 0 0 0.562 2275 4105 0 0 0.625 2315 4143 0 0 0.562 2 interp_poly 2275 4105 0 0 0.625 2343 4126 0 0 0.562 2275 4105 0 0 0.625 2 interp_poly 68 -7 -40 104 2355 4039 3 MP PP 2355 4039 0 0 0.812 2315 4143 0 0 0.562 2355 4039 0 0 0.812 2 interp_poly 2315 4143 0 0 0.562 2383 4136 0 0 0.562 2315 4143 0 0 0.562 2 interp_poly -40 292 68 -195 2355 4039 3 MP PP 2355 4039 0 0 0.812 2423 3844 0 0.125 1 2355 4039 0 0 0.812 2 interp_poly 2423 3844 0 0.125 1 2383 4136 0 0 0.562 2423 3844 0 0.125 1 2 interp_poly 68 -195 -40 -181 2395 4220 3 MP PP 2395 4220 0 0 0.562 2355 4039 0 0 0.812 2395 4220 0 0 0.562 2 interp_poly 2355 4039 0 0 0.812 2423 3844 0 0.125 1 2355 4039 0 0 0.812 2 interp_poly -40 392 68 -281 2346 3676 3 MP PP 2346 3676 0 0.0625 1 2414 3395 0 0.5 1 2346 3676 0 0.0625 1 2 interp_poly 2414 3395 0 0.5 1 2374 3787 0 0 0.812 2414 3395 0 0.5 1 2 interp_poly 68 -281 -40 -225 2386 3901 3 MP PP 2386 3901 0 0 0.688 2346 3676 0 0.0625 1 2386 3901 0 0 0.688 2 interp_poly 2346 3676 0 0.0625 1 2414 3395 0 0.5 1 2346 3676 0 0.0625 1 2 interp_poly 68 -94 -40 -24 2379 4325 3 MP PP 2379 4325 0 0 0.562 2339 4301 0 0 0.562 2379 4325 0 0 0.562 2 interp_poly 2339 4301 0 0 0.562 2407 4207 0 0 0.688 2339 4301 0 0 0.562 2 interp_poly -40 50 68 -94 2339 4301 3 MP PP 2339 4301 0 0 0.562 2407 4207 0 0 0.688 2339 4301 0 0 0.562 2 interp_poly 2407 4207 0 0 0.688 2367 4257 0 0 0.562 2407 4207 0 0 0.688 2 interp_poly 68 37 -40 -74 2367 4257 3 MP PP 2367 4257 0 0 0.562 2327 4183 0 0 0.625 2367 4257 0 0 0.562 2 interp_poly 2327 4183 0 0 0.625 2395 4220 0 0 0.562 2327 4183 0 0 0.625 2 interp_poly -40 -181 68 37 2327 4183 3 MP PP 2327 4183 0 0 0.625 2395 4220 0 0 0.562 2327 4183 0 0 0.625 2 interp_poly 2395 4220 0 0 0.562 2355 4039 0 0 0.812 2395 4220 0 0 0.562 2 interp_poly 68 -195 -40 -395 2357 2881 3 MP PP 2357 2881 0 0.562 1 2317 2486 0.188 1 0.875 2357 2881 0 0.562 1 2 interp_poly 2317 2486 0.188 1 0.875 2385 2291 0.5 1 0.562 2317 2486 0.188 1 0.875 2 interp_poly -40 -48 68 -73 2303 4001 3 MP PP 2303 4001 0 0 0.75 2371 3928 0 0 0.812 2303 4001 0 0 0.75 2 interp_poly 2371 3928 0 0 0.812 2331 3880 0 0 0.875 2371 3928 0 0 0.812 2 interp_poly 68 -20 -40 -24 2339 4301 3 MP PP 2339 4301 0 0 0.562 2299 4277 0 0 0.562 2339 4301 0 0 0.562 2 interp_poly 2299 4277 0 0 0.562 2367 4257 0 0 0.562 2299 4277 0 0 0.562 2 interp_poly -40 -74 68 -20 2299 4277 3 MP PP 2299 4277 0 0 0.562 2367 4257 0 0 0.562 2299 4277 0 0 0.562 2 interp_poly 2367 4257 0 0 0.562 2327 4183 0 0 0.625 2367 4257 0 0 0.562 2 interp_poly -40 -38 68 -11 2247 4154 3 MP PP 2247 4154 0 0 0.625 2315 4143 0 0 0.562 2247 4154 0 0 0.625 2 interp_poly 2315 4143 0 0 0.562 2275 4105 0 0 0.625 2315 4143 0 0 0.562 2 interp_poly 68 -11 -40 19 2287 4135 3 MP PP 2287 4135 0 0 0.688 2247 4154 0 0 0.625 2287 4135 0 0 0.688 2 interp_poly 2247 4154 0 0 0.625 2315 4143 0 0 0.562 2247 4154 0 0 0.625 2 interp_poly -40 104 68 -96 2287 4135 3 MP PP 2287 4135 0 0 0.688 2355 4039 0 0 0.812 2287 4135 0 0 0.688 2 interp_poly 2355 4039 0 0 0.812 2315 4143 0 0 0.562 2355 4039 0 0 0.812 2 interp_poly 68 -96 -40 -48 2327 4183 3 MP PP 2327 4183 0 0 0.625 2287 4135 0 0 0.688 2327 4183 0 0 0.625 2 interp_poly 2287 4135 0 0 0.688 2355 4039 0 0 0.812 2287 4135 0 0 0.688 2 interp_poly 68 -45 -40 -76 2303 4001 3 MP PP 2303 4001 0 0 0.75 2263 3925 0 0 0.812 2303 4001 0 0 0.75 2 interp_poly 2263 3925 0 0 0.812 2331 3880 0 0 0.875 2263 3925 0 0 0.812 2 interp_poly -40 -22 68 -140 2262 3005 3 MP PP 2262 3005 0 0.438 1 2330 2865 0 0.688 1 2262 3005 0 0.438 1 2 interp_poly 2330 2865 0 0.688 1 2290 2843 0 0.688 1 2330 2865 0 0.688 1 2 interp_poly 68 -69 -40 -25 2299 4277 3 MP PP 2299 4277 0 0 0.562 2259 4252 0 0 0.562 2299 4277 0 0 0.562 2 interp_poly 2259 4252 0 0 0.562 2327 4183 0 0 0.625 2259 4252 0 0 0.562 2 interp_poly -40 -48 68 -69 2259 4252 3 MP PP 2259 4252 0 0 0.562 2327 4183 0 0 0.625 2259 4252 0 0 0.562 2 interp_poly 2327 4183 0 0 0.625 2287 4135 0 0 0.688 2327 4183 0 0 0.625 2 interp_poly -40 405 67 -288 2250 2774 3 MP PP 2250 2774 0 0.75 1 2317 2486 0.188 1 0.875 2250 2774 0 0.75 1 2 interp_poly 2317 2486 0.188 1 0.875 2277 2891 0 0.5 1 2317 2486 0.188 1 0.875 2 interp_poly 67 -288 -40 -69 2290 2843 3 MP PP 2290 2843 0 0.688 1 2250 2774 0 0.75 1 2290 2843 0 0.688 1 2 interp_poly 2250 2774 0 0.75 1 2317 2486 0.188 1 0.875 2250 2774 0 0.75 1 2 interp_poly 68 3 -40 -107 2275 4105 3 MP PP 2275 4105 0 0 0.625 2235 3998 0 0 0.75 2275 4105 0 0 0.625 2 interp_poly 2235 3998 0 0 0.75 2303 4001 0 0 0.75 2235 3998 0 0 0.75 2 interp_poly -40 -76 68 3 2235 3998 3 MP PP 2235 3998 0 0 0.75 2303 4001 0 0 0.75 2235 3998 0 0 0.75 2 interp_poly 2303 4001 0 0 0.75 2263 3925 0 0 0.812 2303 4001 0 0 0.75 2 interp_poly -40 44 68 -208 2134 3702 3 MP PP 2134 3702 0 0 0.688 2202 3494 0 0 1 2134 3702 0 0 0.688 2 interp_poly 2202 3494 0 0 1 2162 3538 0 0 0.875 2202 3494 0 0 1 2 interp_poly 68 -208 -40 221 2174 3481 3 MP PP 2174 3481 0 0.125 1 2134 3702 0 0 0.688 2174 3481 0 0.125 1 2 interp_poly 2134 3702 0 0 0.688 2202 3494 0 0 1 2134 3702 0 0 0.688 2 interp_poly -40 -238 68 -118 2146 3837 3 MP PP 2146 3837 0 0 0.562 2214 3719 0 0 0.75 2146 3837 0 0 0.562 2 interp_poly 2214 3719 0 0 0.75 2174 3481 0 0.125 1 2214 3719 0 0 0.75 2 interp_poly -40 476 68 -463 2174 3481 3 MP PP 2174 3481 0 0.125 1 2242 3018 0 0.875 1 2174 3481 0 0.125 1 2 interp_poly 2242 3018 0 0.875 1 2202 3494 0 0 1 2242 3018 0 0.875 1 2 interp_poly 68 -463 -40 -238 2214 3719 3 MP PP 2214 3719 0 0 0.75 2174 3481 0 0.125 1 2214 3719 0 0 0.75 2 interp_poly 2174 3481 0 0.125 1 2242 3018 0 0.875 1 2174 3481 0 0.125 1 2 interp_poly -40 1 68 78 2186 3640 3 MP PP 2186 3640 0 0 0.938 2254 3718 0 0 0.812 2186 3640 0 0 0.938 2 interp_poly 2254 3718 0 0 0.812 2214 3719 0 0 0.75 2254 3718 0 0 0.812 2 interp_poly 68 78 -40 86 2226 3554 3 MP PP 2226 3554 0 0.125 1 2186 3640 0 0 0.938 2226 3554 0 0.125 1 2 interp_poly 2186 3640 0 0 0.938 2254 3718 0 0 0.812 2186 3640 0 0 0.938 2 interp_poly 68 77 -40 1 2254 3718 3 MP PP 2254 3718 0 0 0.812 2214 3719 0 0 0.75 2254 3718 0 0 0.812 2 interp_poly 2214 3719 0 0 0.75 2282 3796 0 0 0.562 2214 3719 0 0 0.75 2 interp_poly -40 -55 68 219 2226 3554 3 MP PP 2226 3554 0 0.125 1 2294 3773 0 0 0.75 2226 3554 0 0.125 1 2 interp_poly 2294 3773 0 0 0.75 2254 3718 0 0 0.812 2294 3773 0 0 0.75 2 interp_poly 68 219 -40 -296 2266 3850 3 MP PP 2266 3850 0 0 0.688 2226 3554 0 0.125 1 2266 3850 0 0 0.688 2 interp_poly 2226 3554 0 0.125 1 2294 3773 0 0 0.75 2226 3554 0 0.125 1 2 interp_poly 68 -121 -40 -41 2262 3005 3 MP PP 2262 3005 0 0.438 1 2222 2964 0 0.5 1 2262 3005 0 0.438 1 2 interp_poly 2222 2964 0 0.5 1 2290 2843 0 0.688 1 2222 2964 0 0.5 1 2 interp_poly -40 -69 68 -121 2222 2964 3 MP PP 2222 2964 0 0.5 1 2290 2843 0 0.688 1 2222 2964 0 0.5 1 2 interp_poly 2290 2843 0 0.688 1 2250 2774 0 0.75 1 2290 2843 0 0.688 1 2 interp_poly 68 -93 -40 -24 2259 4252 3 MP PP 2259 4252 0 0 0.562 2219 4228 0 0 0.562 2259 4252 0 0 0.562 2 interp_poly 2219 4228 0 0 0.562 2287 4135 0 0 0.688 2219 4228 0 0 0.562 2 interp_poly -40 19 68 -93 2219 4228 3 MP PP 2219 4228 0 0 0.562 2287 4135 0 0 0.688 2219 4228 0 0 0.562 2 interp_poly 2287 4135 0 0 0.688 2247 4154 0 0 0.625 2287 4135 0 0 0.688 2 interp_poly 68 -114 -40 -50 2134 3702 3 MP PP 2134 3702 0 0 0.688 2094 3652 0 0 0.75 2134 3702 0 0 0.688 2 interp_poly 2094 3652 0 0 0.75 2162 3538 0 0 0.875 2094 3652 0 0 0.75 2 interp_poly 68 198 -40 -80 1954 3183 3 MP PP 1954 3183 0 0 0.938 1914 3103 0 0 1 1954 3183 0 0 0.938 2 interp_poly 1914 3103 0 0 1 1982 3301 0 0 0.688 1914 3103 0 0 1 2 interp_poly -40 -80 68 -197 1886 3380 3 MP PP 1886 3380 0 0 0.625 1954 3183 0 0 0.938 1886 3380 0 0 0.625 2 interp_poly 1954 3183 0 0 0.938 1914 3103 0 0 1 1954 3183 0 0 0.938 2 interp_poly 68 -197 -40 170 1926 3210 3 MP PP 1926 3210 0 0 0.938 1886 3380 0 0 0.625 1926 3210 0 0 0.938 2 interp_poly 1886 3380 0 0 0.625 1954 3183 0 0 0.938 1886 3380 0 0 0.625 2 interp_poly -40 -143 68 116 1926 3210 3 MP PP 1926 3210 0 0 0.938 1994 3326 0 0 0.75 1926 3210 0 0 0.938 2 interp_poly 1994 3326 0 0 0.75 1954 3183 0 0 0.938 1994 3326 0 0 0.75 2 interp_poly 68 116 -40 -6 1966 3216 3 MP PP 1966 3216 0 0 1 1926 3210 0 0 0.938 1966 3216 0 0 1 2 interp_poly 1926 3210 0 0 0.938 1994 3326 0 0 0.75 1926 3210 0 0 0.938 2 interp_poly -40 194 68 -84 1966 3216 3 MP PP 1966 3216 0 0 1 2034 3132 0 0.125 1 1966 3216 0 0 1 2 interp_poly 2034 3132 0 0.125 1 1994 3326 0 0 0.75 2034 3132 0 0.125 1 2 interp_poly 68 -84 -40 290 2006 2926 3 MP PP 2006 2926 0 0.5 1 1966 3216 0 0 1 2006 2926 0 0.5 1 2 interp_poly 1966 3216 0 0 1 2034 3132 0 0.125 1 1966 3216 0 0 1 2 interp_poly -40 -592 68 -14 1978 3532 3 MP PP 1978 3532 0 0 0.562 2046 3518 0 0 0.562 1978 3532 0 0 0.562 2 interp_poly 2046 3518 0 0 0.562 2006 2926 0 0.5 1 2046 3518 0 0 0.562 2 interp_poly -40 97 68 109 2006 2926 3 MP PP 2006 2926 0 0.5 1 2074 3035 0 0.312 1 2006 2926 0 0.5 1 2 interp_poly 2074 3035 0 0.312 1 2034 3132 0 0.125 1 2074 3035 0 0.312 1 2 interp_poly 68 109 -40 -592 2046 3518 3 MP PP 2046 3518 0 0 0.562 2006 2926 0 0.5 1 2046 3518 0 0 0.562 2 interp_poly 2006 2926 0 0.5 1 2074 3035 0 0.312 1 2006 2926 0 0.5 1 2 interp_poly 68 -14 -40 442 2018 3090 3 MP PP 2018 3090 0 0.312 1 1978 3532 0 0 0.562 2018 3090 0 0.312 1 2 interp_poly 1978 3532 0 0 0.562 2046 3518 0 0 0.562 1978 3532 0 0 0.562 2 interp_poly -40 262 68 166 2018 3090 3 MP PP 2018 3090 0 0.312 1 2086 3256 0 0 1 2018 3090 0 0.312 1 2 interp_poly 2086 3256 0 0 1 2046 3518 0 0 0.562 2086 3256 0 0 1 2 interp_poly -40 -353 68 85 2030 3477 3 MP PP 2030 3477 0 0 0.812 2098 3562 0 0 0.625 2030 3477 0 0 0.812 2 interp_poly 2098 3562 0 0 0.625 2058 3209 0 0.188 1 2098 3562 0 0 0.625 2 interp_poly 68 166 -40 -119 2058 3209 3 MP PP 2058 3209 0 0.188 1 2018 3090 0 0.312 1 2058 3209 0 0.188 1 2 interp_poly 2018 3090 0 0.312 1 2086 3256 0 0 1 2018 3090 0 0.312 1 2 interp_poly -40 223 68 -176 2058 3209 3 MP PP 2058 3209 0 0.188 1 2126 3033 0 0.438 1 2058 3209 0 0.188 1 2 interp_poly 2126 3033 0 0.438 1 2086 3256 0 0 1 2126 3033 0 0.438 1 2 interp_poly 68 -176 -40 -353 2098 3562 3 MP PP 2098 3562 0 0 0.625 2058 3209 0 0.188 1 2098 3562 0 0 0.625 2 interp_poly 2058 3209 0 0.188 1 2126 3033 0 0.438 1 2058 3209 0 0.188 1 2 interp_poly -40 5 68 56 2070 3501 3 MP PP 2070 3501 0 0 0.812 2138 3557 0 0 0.688 2070 3501 0 0 0.812 2 interp_poly 2138 3557 0 0 0.688 2098 3562 0 0 0.625 2138 3557 0 0 0.688 2 interp_poly 68 56 -40 0 2110 3501 3 MP PP 2110 3501 0 0 0.812 2070 3501 0 0 0.812 2110 3501 0 0 0.812 2 interp_poly 2070 3501 0 0 0.812 2138 3557 0 0 0.688 2070 3501 0 0 0.812 2 interp_poly -40 -120 68 -114 2094 3652 3 MP PP 2094 3652 0 0 0.75 2162 3538 0 0 0.875 2094 3652 0 0 0.75 2 interp_poly 2162 3538 0 0 0.875 2122 3418 0 0.0625 1 2162 3538 0 0 0.875 2 interp_poly -40 221 68 -77 2106 3558 3 MP PP 2106 3558 0 0 1 2174 3481 0 0.125 1 2106 3558 0 0 1 2 interp_poly 2174 3481 0 0.125 1 2134 3702 0 0 0.688 2174 3481 0 0.125 1 2 interp_poly 68 85 -40 -24 2070 3501 3 MP PP 2070 3501 0 0 0.812 2030 3477 0 0 0.812 2070 3501 0 0 0.812 2 interp_poly 2030 3477 0 0 0.812 2098 3562 0 0 0.625 2030 3477 0 0 0.812 2 interp_poly -40 -24 68 -64 2002 3565 3 MP PP 2002 3565 0 0 0.688 2070 3501 0 0 0.812 2002 3565 0 0 0.688 2 interp_poly 2070 3501 0 0 0.812 2030 3477 0 0 0.812 2070 3501 0 0 0.812 2 interp_poly 68 -64 -40 8 2042 3557 3 MP PP 2042 3557 0 0 0.75 2002 3565 0 0 0.688 2042 3557 0 0 0.75 2 interp_poly 2002 3565 0 0 0.688 2070 3501 0 0 0.812 2002 3565 0 0 0.688 2 interp_poly -40 -127 68 -69 1754 3276 3 MP PP 1754 3276 0 0 0.562 1822 3207 0 0 0.625 1754 3276 0 0 0.562 2 interp_poly 1822 3207 0 0 0.625 1782 3080 0 0 0.812 1822 3207 0 0 0.625 2 interp_poly 68 -69 -40 92 1794 3184 3 MP PP 1794 3184 0 0 0.75 1754 3276 0 0 0.562 1794 3184 0 0 0.75 2 interp_poly 1754 3276 0 0 0.562 1822 3207 0 0 0.625 1754 3276 0 0 0.562 2 interp_poly -40 -112 68 -37 1766 3333 3 MP PP 1766 3333 0 0 0.562 1834 3296 0 0 0.625 1766 3333 0 0 0.562 2 interp_poly 1834 3296 0 0 0.625 1794 3184 0 0 0.75 1834 3296 0 0 0.625 2 interp_poly 68 -37 -40 86 1806 3247 3 MP PP 1806 3247 0 0 0.75 1766 3333 0 0 0.562 1806 3247 0 0 0.75 2 interp_poly 1766 3333 0 0 0.562 1834 3296 0 0 0.625 1766 3333 0 0 0.562 2 interp_poly 68 94 -40 -127 1822 3207 3 MP PP 1822 3207 0 0 0.625 1782 3080 0 0 0.812 1822 3207 0 0 0.625 2 interp_poly 1782 3080 0 0 0.812 1850 3174 0 0 0.625 1782 3080 0 0 0.812 2 interp_poly -40 -64 68 31 1822 3207 3 MP PP 1822 3207 0 0 0.625 1890 3238 0 0 0.562 1822 3207 0 0 0.625 2 interp_poly 1890 3238 0 0 0.562 1850 3174 0 0 0.625 1890 3238 0 0 0.562 2 interp_poly -40 33 68 -10 1794 3184 3 MP PP 1794 3184 0 0 0.75 1862 3174 0 0 0.75 1794 3184 0 0 0.75 2 interp_poly 1862 3174 0 0 0.75 1822 3207 0 0 0.625 1862 3174 0 0 0.75 2 interp_poly 68 31 -40 33 1862 3174 3 MP PP 1862 3174 0 0 0.75 1822 3207 0 0 0.625 1862 3174 0 0 0.75 2 interp_poly 1822 3207 0 0 0.625 1890 3238 0 0 0.562 1822 3207 0 0 0.625 2 interp_poly 68 -10 -40 -112 1834 3296 3 MP PP 1834 3296 0 0 0.625 1794 3184 0 0 0.75 1834 3296 0 0 0.625 2 interp_poly 1794 3184 0 0 0.75 1862 3174 0 0 0.75 1794 3184 0 0 0.75 2 interp_poly -40 268 68 -219 1806 3247 3 MP PP 1806 3247 0 0 0.75 1874 3028 0 0.125 1 1806 3247 0 0 0.75 2 interp_poly 1874 3028 0 0.125 1 1834 3296 0 0 0.625 1874 3028 0 0.125 1 2 interp_poly 68 -219 -40 195 1846 3052 3 MP PP 1846 3052 0 0.125 1 1806 3247 0 0 0.75 1846 3052 0 0.125 1 2 interp_poly 1806 3247 0 0 0.75 1874 3028 0 0.125 1 1806 3247 0 0 0.75 2 interp_poly -40 9 68 -131 1834 3296 3 MP PP 1834 3296 0 0 0.625 1902 3165 0 0 0.812 1834 3296 0 0 0.625 2 interp_poly 1902 3165 0 0 0.812 1862 3174 0 0 0.75 1902 3165 0 0 0.812 2 interp_poly 68 -131 -40 268 1874 3028 3 MP PP 1874 3028 0 0.125 1 1834 3296 0 0 0.625 1874 3028 0 0.125 1 2 interp_poly 1834 3296 0 0 0.625 1902 3165 0 0 0.812 1834 3296 0 0 0.625 2 interp_poly -40 -328 68 -54 1818 3434 3 MP PP 1818 3434 0 0 0.562 1886 3380 0 0 0.625 1818 3434 0 0 0.562 2 interp_poly 1886 3380 0 0 0.625 1846 3052 0 0.125 1 1886 3380 0 0 0.625 2 interp_poly 68 51 -40 -328 1886 3380 3 MP PP 1886 3380 0 0 0.625 1846 3052 0 0.125 1 1886 3380 0 0 0.625 2 interp_poly 1846 3052 0 0.125 1 1914 3103 0 0 1 1846 3052 0 0.125 1 2 interp_poly -40 170 68 -170 1858 3380 3 MP PP 1858 3380 0 0 0.688 1926 3210 0 0 0.938 1858 3380 0 0 0.688 2 interp_poly 1926 3210 0 0 0.938 1886 3380 0 0 0.625 1926 3210 0 0 0.938 2 interp_poly 68 -170 -40 148 1898 3232 3 MP PP 1898 3232 0 0 1 1858 3380 0 0 0.688 1898 3232 0 0 1 2 interp_poly 1858 3380 0 0 0.688 1926 3210 0 0 0.938 1858 3380 0 0 0.688 2 interp_poly 68 31 -40 -75 1914 3103 3 MP PP 1914 3103 0 0 1 1874 3028 0 0.125 1 1914 3103 0 0 1 2 interp_poly 1874 3028 0 0.125 1 1942 3059 0 0 1 1874 3028 0 0.125 1 2 interp_poly -40 -6 68 -16 1898 3232 3 MP PP 1898 3232 0 0 1 1966 3216 0 0 1 1898 3232 0 0 1 2 interp_poly 1966 3216 0 0 1 1926 3210 0 0 0.938 1966 3216 0 0 1 2 interp_poly 68 -16 -40 316 1938 2916 3 MP PP 1938 2916 0 0.562 1 1898 3232 0 0 1 1938 2916 0 0.562 1 2 interp_poly 1898 3232 0 0 1 1966 3216 0 0 1 1898 3232 0 0 1 2 interp_poly -40 -616 68 63 1910 3469 3 MP PP 1910 3469 0 0 0.688 1978 3532 0 0 0.562 1910 3469 0 0 0.688 2 interp_poly 1978 3532 0 0 0.562 1938 2916 0 0.562 1 1978 3532 0 0 0.562 2 interp_poly -40 290 68 10 1938 2916 3 MP PP 1938 2916 0 0.562 1 2006 2926 0 0.5 1 1938 2916 0 0.562 1 2 interp_poly 2006 2926 0 0.5 1 1966 3216 0 0 1 2006 2926 0 0.5 1 2 interp_poly 68 10 -40 -616 1978 3532 3 MP PP 1978 3532 0 0 0.562 1938 2916 0 0.562 1 1978 3532 0 0 0.562 2 interp_poly 1938 2916 0 0.562 1 2006 2926 0 0.5 1 1938 2916 0 0.562 1 2 interp_poly 68 63 -40 496 1950 2973 3 MP PP 1950 2973 0 0.562 1 1910 3469 0 0 0.688 1950 2973 0 0.562 1 2 interp_poly 1910 3469 0 0 0.688 1978 3532 0 0 0.562 1910 3469 0 0 0.688 2 interp_poly -40 442 68 117 1950 2973 3 MP PP 1950 2973 0 0.562 1 2018 3090 0 0.312 1 1950 2973 0 0.562 1 2 interp_poly 2018 3090 0 0.312 1 1978 3532 0 0 0.562 2018 3090 0 0.312 1 2 interp_poly -40 -86 68 25 1962 3452 3 MP PP 1962 3452 0 0 0.875 2030 3477 0 0 0.812 1962 3452 0 0 0.875 2 interp_poly 2030 3477 0 0 0.812 1990 3391 0 0 0.875 2030 3477 0 0 0.812 2 interp_poly 68 25 -40 -113 2002 3565 3 MP PP 2002 3565 0 0 0.688 1962 3452 0 0 0.875 2002 3565 0 0 0.688 2 interp_poly 1962 3452 0 0 0.875 2030 3477 0 0 0.812 1962 3452 0 0 0.875 2 interp_poly 68 -182 -40 -86 2030 3477 3 MP PP 2030 3477 0 0 0.812 1990 3391 0 0 0.875 2030 3477 0 0 0.812 2 interp_poly 1990 3391 0 0 0.875 2058 3209 0 0.188 1 1990 3391 0 0 0.875 2 interp_poly -40 145 68 -71 2014 3483 3 MP PP 2014 3483 0 0 0.938 2082 3412 0 0.0625 1 2014 3483 0 0 0.938 2 interp_poly 2082 3412 0 0.0625 1 2042 3557 0 0 0.75 2082 3412 0 0.0625 1 2 interp_poly 68 -71 -40 43 2054 3440 3 MP PP 2054 3440 0 0.0625 1 2014 3483 0 0 0.938 2054 3440 0 0.0625 1 2 interp_poly 2014 3483 0 0 0.938 2082 3412 0 0.0625 1 2014 3483 0 0 0.938 2 interp_poly -40 0 68 -56 2042 3557 3 MP PP 2042 3557 0 0 0.75 2110 3501 0 0 0.812 2042 3557 0 0 0.75 2 interp_poly 2110 3501 0 0 0.812 2070 3501 0 0 0.812 2110 3501 0 0 0.812 2 interp_poly 68 -56 -40 145 2082 3412 3 MP PP 2082 3412 0 0.0625 1 2042 3557 0 0 0.75 2082 3412 0 0.0625 1 2 interp_poly 2042 3557 0 0 0.75 2110 3501 0 0 0.812 2042 3557 0 0 0.75 2 interp_poly -40 -212 68 -97 2026 3749 3 MP PP 2026 3749 0 0 0.562 2094 3652 0 0 0.75 2026 3749 0 0 0.562 2 interp_poly 2094 3652 0 0 0.75 2054 3440 0 0.0625 1 2094 3652 0 0 0.75 2 interp_poly -40 316 68 -227 2082 3412 3 MP PP 2082 3412 0 0.0625 1 2150 3185 0 0.375 1 2082 3412 0 0.0625 1 2 interp_poly 2150 3185 0 0.375 1 2110 3501 0 0 0.812 2150 3185 0 0.375 1 2 interp_poly 68 -22 -40 -212 2094 3652 3 MP PP 2094 3652 0 0 0.75 2054 3440 0 0.0625 1 2094 3652 0 0 0.75 2 interp_poly 2054 3440 0 0.0625 1 2122 3418 0 0.0625 1 2054 3440 0 0.0625 1 2 interp_poly -40 -50 68 105 2066 3597 3 MP PP 2066 3597 0 0 0.875 2134 3702 0 0 0.688 2066 3597 0 0 0.875 2 interp_poly 2134 3702 0 0 0.688 2094 3652 0 0 0.75 2134 3702 0 0 0.688 2 interp_poly 68 105 -40 39 2106 3558 3 MP PP 2106 3558 0 0 1 2066 3597 0 0 0.875 2106 3558 0 0 1 2 interp_poly 2066 3597 0 0 0.875 2134 3702 0 0 0.688 2066 3597 0 0 0.875 2 interp_poly 68 -77 -40 -279 2146 3837 3 MP PP 2146 3837 0 0 0.562 2106 3558 0 0 1 2146 3837 0 0 0.562 2 interp_poly 2106 3558 0 0 1 2174 3481 0 0.125 1 2106 3558 0 0 1 2 interp_poly -40 -279 67 -30 2079 3867 3 MP PP 2079 3867 0 0 0.562 2146 3837 0 0 0.562 2079 3867 0 0 0.562 2 interp_poly 2146 3837 0 0 0.562 2106 3558 0 0 1 2146 3837 0 0 0.562 2 interp_poly -40 197 67 -20 2119 3660 3 MP PP 2119 3660 0 0 0.938 2186 3640 0 0 0.938 2119 3660 0 0 0.938 2 interp_poly 2186 3640 0 0 0.938 2146 3837 0 0 0.562 2186 3640 0 0 0.938 2 interp_poly 67 -20 -40 104 2159 3556 3 MP PP 2159 3556 0 0.125 1 2119 3660 0 0 0.938 2159 3556 0 0.125 1 2 interp_poly 2119 3660 0 0 0.938 2186 3640 0 0 0.938 2119 3660 0 0 0.938 2 interp_poly 68 -118 -40 197 2186 3640 3 MP PP 2186 3640 0 0 0.938 2146 3837 0 0 0.562 2186 3640 0 0 0.938 2 interp_poly 2146 3837 0 0 0.562 2214 3719 0 0 0.75 2146 3837 0 0 0.562 2 interp_poly -40 86 67 -2 2159 3556 3 MP PP 2159 3556 0 0.125 1 2226 3554 0 0.125 1 2159 3556 0 0.125 1 2 interp_poly 2226 3554 0 0.125 1 2186 3640 0 0 0.938 2226 3554 0 0.125 1 2 interp_poly 67 -2 -40 -177 2199 3733 3 MP PP 2199 3733 0 0 0.875 2159 3556 0 0.125 1 2199 3733 0 0 0.875 2 interp_poly 2159 3556 0 0.125 1 2226 3554 0 0.125 1 2159 3556 0 0.125 1 2 interp_poly -40 -296 67 117 2199 3733 3 MP PP 2199 3733 0 0 0.875 2266 3850 0 0 0.688 2199 3733 0 0 0.875 2 interp_poly 2266 3850 0 0 0.688 2226 3554 0 0.125 1 2266 3850 0 0 0.688 2 interp_poly 67 117 -40 -147 2239 3880 3 MP PP 2239 3880 0 0 0.688 2199 3733 0 0 0.875 2239 3880 0 0 0.688 2 interp_poly 2199 3733 0 0 0.875 2266 3850 0 0 0.688 2199 3733 0 0 0.875 2 interp_poly -40 30 68 205 2211 3645 3 MP PP 2211 3645 0 0.125 1 2279 3850 0 0 0.75 2211 3645 0 0.125 1 2 interp_poly 2279 3850 0 0 0.75 2239 3880 0 0 0.688 2279 3850 0 0 0.75 2 interp_poly 68 205 -40 -228 2251 3873 3 MP PP 2251 3873 0 0 0.812 2211 3645 0 0.125 1 2251 3873 0 0 0.812 2 interp_poly 2211 3645 0 0.125 1 2279 3850 0 0 0.75 2211 3645 0 0.125 1 2 interp_poly 68 -21 -40 -28 2247 4154 3 MP PP 2247 4154 0 0 0.625 2207 4126 0 0 0.625 2247 4154 0 0 0.625 2 interp_poly 2207 4126 0 0 0.625 2275 4105 0 0 0.625 2207 4126 0 0 0.625 2 interp_poly -40 -107 68 -21 2207 4126 3 MP PP 2207 4126 0 0 0.625 2275 4105 0 0 0.625 2207 4126 0 0 0.625 2 interp_poly 2275 4105 0 0 0.625 2235 3998 0 0 0.75 2275 4105 0 0 0.625 2 interp_poly 67 -30 -40 207 2119 3660 3 MP PP 2119 3660 0 0 0.938 2079 3867 0 0 0.562 2119 3660 0 0 0.938 2 interp_poly 2079 3867 0 0 0.562 2146 3837 0 0 0.562 2079 3867 0 0 0.562 2 interp_poly -40 -321 68 -23 2103 3979 3 MP PP 2103 3979 0 0 0.562 2171 3956 0 0 0.562 2103 3979 0 0 0.562 2 interp_poly 2171 3956 0 0 0.562 2131 3635 0 0.0625 1 2171 3956 0 0 0.562 2 interp_poly 68 -23 -40 149 2143 3830 3 MP PP 2143 3830 0 0 0.875 2103 3979 0 0 0.562 2143 3830 0 0 0.875 2 interp_poly 2103 3979 0 0 0.562 2171 3956 0 0 0.562 2103 3979 0 0 0.562 2 interp_poly 68 98 -40 -321 2171 3956 3 MP PP 2171 3956 0 0 0.562 2131 3635 0 0.0625 1 2171 3956 0 0 0.562 2 interp_poly 2131 3635 0 0.0625 1 2199 3733 0 0 0.875 2131 3635 0 0.0625 1 2 interp_poly -40 -177 68 98 2131 3635 3 MP PP 2131 3635 0 0.0625 1 2199 3733 0 0 0.875 2131 3635 0 0.0625 1 2 interp_poly 2199 3733 0 0 0.875 2159 3556 0 0.125 1 2199 3733 0 0 0.875 2 interp_poly -40 -147 68 -76 2171 3956 3 MP PP 2171 3956 0 0 0.562 2239 3880 0 0 0.688 2171 3956 0 0 0.562 2 interp_poly 2239 3880 0 0 0.688 2199 3733 0 0 0.875 2239 3880 0 0 0.688 2 interp_poly -40 311 68 -185 2143 3830 3 MP PP 2143 3830 0 0 0.875 2211 3645 0 0.125 1 2143 3830 0 0 0.875 2 interp_poly 2211 3645 0 0.125 1 2171 3956 0 0 0.562 2211 3645 0 0.125 1 2 interp_poly 68 -76 -40 311 2211 3645 3 MP PP 2211 3645 0 0.125 1 2171 3956 0 0 0.562 2211 3645 0 0.125 1 2 interp_poly 2171 3956 0 0 0.562 2239 3880 0 0 0.688 2171 3956 0 0 0.562 2 interp_poly -40 -258 68 -40 2155 4064 3 MP PP 2155 4064 0 0 0.562 2223 4024 0 0 0.625 2155 4064 0 0 0.562 2 interp_poly 2223 4024 0 0 0.625 2183 3766 0 0 1 2223 4024 0 0 0.625 2 interp_poly 68 107 -40 -258 2223 4024 3 MP PP 2223 4024 0 0 0.625 2183 3766 0 0 1 2223 4024 0 0 0.625 2 interp_poly 2183 3766 0 0 1 2251 3873 0 0 0.812 2183 3766 0 0 1 2 interp_poly -40 99 68 -44 2195 3969 3 MP PP 2195 3969 0 0 0.75 2263 3925 0 0 0.812 2195 3969 0 0 0.75 2 interp_poly 2263 3925 0 0 0.812 2223 4024 0 0 0.625 2263 3925 0 0 0.812 2 interp_poly 68 -44 -40 -29 2235 3998 3 MP PP 2235 3998 0 0 0.75 2195 3969 0 0 0.75 2235 3998 0 0 0.75 2 interp_poly 2195 3969 0 0 0.75 2263 3925 0 0 0.812 2195 3969 0 0 0.75 2 interp_poly -40 -228 68 107 2183 3766 3 MP PP 2183 3766 0 0 1 2251 3873 0 0 0.812 2183 3766 0 0 1 2 interp_poly 2251 3873 0 0 0.812 2211 3645 0 0.125 1 2251 3873 0 0 0.812 2 interp_poly 68 -50 -40 -24 2219 4228 3 MP PP 2219 4228 0 0 0.562 2179 4204 0 0 0.562 2219 4228 0 0 0.562 2 interp_poly 2179 4204 0 0 0.562 2247 4154 0 0 0.625 2179 4204 0 0 0.562 2 interp_poly -40 -28 68 -50 2179 4204 3 MP PP 2179 4204 0 0 0.562 2247 4154 0 0 0.625 2179 4204 0 0 0.562 2 interp_poly 2247 4154 0 0 0.625 2207 4126 0 0 0.625 2247 4154 0 0 0.625 2 interp_poly 68 -40 -40 95 2195 3969 3 MP PP 2195 3969 0 0 0.75 2155 4064 0 0 0.562 2195 3969 0 0 0.75 2 interp_poly 2155 4064 0 0 0.562 2223 4024 0 0 0.625 2155 4064 0 0 0.562 2 interp_poly 68 -113 -40 -15 2207 4126 3 MP PP 2207 4126 0 0 0.625 2167 4111 0 0 0.562 2207 4126 0 0 0.625 2 interp_poly 2167 4111 0 0 0.562 2235 3998 0 0 0.75 2167 4111 0 0 0.562 2 interp_poly -40 -29 68 -113 2167 4111 3 MP PP 2167 4111 0 0 0.562 2235 3998 0 0 0.75 2167 4111 0 0 0.562 2 interp_poly 2235 3998 0 0 0.75 2195 3969 0 0 0.75 2235 3998 0 0 0.75 2 interp_poly 68 -185 -40 64 2183 3766 3 MP PP 2183 3766 0 0 1 2143 3830 0 0 0.875 2183 3766 0 0 1 2 interp_poly 2143 3830 0 0 0.875 2211 3645 0 0.125 1 2143 3830 0 0 0.875 2 interp_poly 68 -54 -40 -24 2179 4204 3 MP PP 2179 4204 0 0 0.562 2139 4180 0 0 0.562 2179 4204 0 0 0.562 2 interp_poly 2139 4180 0 0 0.562 2207 4126 0 0 0.625 2139 4180 0 0 0.562 2 interp_poly -40 -15 68 -54 2139 4180 3 MP PP 2139 4180 0 0 0.562 2207 4126 0 0 0.625 2139 4180 0 0 0.562 2 interp_poly 2207 4126 0 0 0.625 2167 4111 0 0 0.562 2207 4126 0 0 0.625 2 interp_poly -40 -53 68 3 2087 4061 3 MP PP 2087 4061 0 0 0.562 2155 4064 0 0 0.562 2087 4061 0 0 0.562 2 interp_poly 2155 4064 0 0 0.562 2115 4011 0 0 0.625 2155 4064 0 0 0.562 2 interp_poly 68 3 -40 12 2127 4049 3 MP PP 2127 4049 0 0 0.625 2087 4061 0 0 0.562 2127 4049 0 0 0.625 2 interp_poly 2087 4061 0 0 0.562 2155 4064 0 0 0.562 2087 4061 0 0 0.562 2 interp_poly 68 -245 -40 -53 2155 4064 3 MP PP 2155 4064 0 0 0.562 2115 4011 0 0 0.625 2155 4064 0 0 0.562 2 interp_poly 2115 4011 0 0 0.625 2183 3766 0 0 1 2115 4011 0 0 0.625 2 interp_poly -40 95 68 -80 2127 4049 3 MP PP 2127 4049 0 0 0.625 2195 3969 0 0 0.75 2127 4049 0 0 0.625 2 interp_poly 2195 3969 0 0 0.75 2155 4064 0 0 0.562 2195 3969 0 0 0.75 2 interp_poly 68 -80 -40 -62 2167 4111 3 MP PP 2167 4111 0 0 0.562 2127 4049 0 0 0.625 2167 4111 0 0 0.562 2 interp_poly 2127 4049 0 0 0.625 2195 3969 0 0 0.75 2127 4049 0 0 0.625 2 interp_poly -40 64 68 -245 2115 4011 3 MP PP 2115 4011 0 0 0.625 2183 3766 0 0 1 2115 4011 0 0 0.625 2 interp_poly 2183 3766 0 0 1 2143 3830 0 0 0.875 2183 3766 0 0 1 2 interp_poly 68 -45 -40 -24 2139 4180 3 MP PP 2139 4180 0 0 0.562 2099 4156 0 0 0.562 2139 4180 0 0 0.562 2 interp_poly 2099 4156 0 0 0.562 2167 4111 0 0 0.562 2099 4156 0 0 0.562 2 interp_poly -40 -62 68 -45 2099 4156 3 MP PP 2099 4156 0 0 0.562 2167 4111 0 0 0.562 2099 4156 0 0 0.562 2 interp_poly 2167 4111 0 0 0.562 2127 4049 0 0 0.625 2167 4111 0 0 0.562 2 interp_poly -40 -125 67 -41 1959 3790 3 MP PP 1959 3790 0 0 0.562 2026 3749 0 0 0.562 1959 3790 0 0 0.562 2 interp_poly 2026 3749 0 0 0.562 1986 3624 0 0 0.75 2026 3749 0 0 0.562 2 interp_poly -40 8 68 -64 1974 3621 3 MP PP 1974 3621 0 0 0.688 2042 3557 0 0 0.75 1974 3621 0 0 0.688 2 interp_poly 2042 3557 0 0 0.75 2002 3565 0 0 0.688 2042 3557 0 0 0.75 2 interp_poly -40 -113 68 -57 1934 3622 3 MP PP 1934 3622 0 0 0.625 2002 3565 0 0 0.688 1934 3622 0 0 0.625 2 interp_poly 2002 3565 0 0 0.688 1962 3452 0 0 0.875 2002 3565 0 0 0.688 2 interp_poly 68 -57 -40 1 1974 3621 3 MP PP 1974 3621 0 0 0.688 1934 3622 0 0 0.625 1974 3621 0 0 0.688 2 interp_poly 1934 3622 0 0 0.625 2002 3565 0 0 0.688 1934 3622 0 0 0.625 2 interp_poly 68 -64 -40 138 2014 3483 3 MP PP 2014 3483 0 0 0.938 1974 3621 0 0 0.688 2014 3483 0 0 0.938 2 interp_poly 1974 3621 0 0 0.688 2042 3557 0 0 0.75 1974 3621 0 0 0.688 2 interp_poly 68 -184 -40 -125 2026 3749 3 MP PP 2026 3749 0 0 0.562 1986 3624 0 0 0.75 2026 3749 0 0 0.562 2 interp_poly 1986 3624 0 0 0.75 2054 3440 0 0.0625 1 1986 3624 0 0 0.75 2 interp_poly -40 152 67 -145 1999 3742 3 MP PP 1999 3742 0 0 0.688 2066 3597 0 0 0.875 1999 3742 0 0 0.688 2 interp_poly 2066 3597 0 0 0.875 2026 3749 0 0 0.562 2066 3597 0 0 0.875 2 interp_poly 67 -145 -40 102 2039 3640 3 MP PP 2039 3640 0 0 0.875 1999 3742 0 0 0.688 2039 3640 0 0 0.875 2 interp_poly 1999 3742 0 0 0.688 2066 3597 0 0 0.875 1999 3742 0 0 0.688 2 interp_poly 68 -97 -40 152 2066 3597 3 MP PP 2066 3597 0 0 0.875 2026 3749 0 0 0.562 2066 3597 0 0 0.875 2 interp_poly 2026 3749 0 0 0.562 2094 3652 0 0 0.75 2026 3749 0 0 0.562 2 interp_poly -40 39 67 -82 2039 3640 3 MP PP 2039 3640 0 0 0.875 2106 3558 0 0 1 2039 3640 0 0 0.875 2 interp_poly 2106 3558 0 0 1 2066 3597 0 0 0.875 2106 3558 0 0 1 2 interp_poly 67 -82 -40 -227 2079 3867 3 MP PP 2079 3867 0 0 0.562 2039 3640 0 0 0.875 2079 3867 0 0 0.562 2 interp_poly 2039 3640 0 0 0.875 2106 3558 0 0 1 2039 3640 0 0 0.875 2 interp_poly -40 104 68 38 2091 3518 3 MP PP 2091 3518 0 0.25 1 2159 3556 0 0.125 1 2091 3518 0 0.25 1 2 interp_poly 2159 3556 0 0.125 1 2119 3660 0 0 0.938 2159 3556 0 0.125 1 2 interp_poly 68 38 -40 -117 2131 3635 3 MP PP 2131 3635 0 0.0625 1 2091 3518 0 0.25 1 2131 3635 0 0.0625 1 2 interp_poly 2091 3518 0 0.25 1 2159 3556 0 0.125 1 2091 3518 0 0.25 1 2 interp_poly 68 -227 -40 -6 2122 3418 3 MP PP 2122 3418 0 0.0625 1 2082 3412 0 0.0625 1 2122 3418 0 0.0625 1 2 interp_poly 2082 3412 0 0.0625 1 2150 3185 0 0.375 1 2082 3412 0 0.0625 1 2 interp_poly 67 -41 -40 48 1999 3742 3 MP PP 1999 3742 0 0 0.688 1959 3790 0 0 0.562 1999 3742 0 0 0.688 2 interp_poly 1959 3790 0 0 0.562 2026 3749 0 0 0.562 1959 3790 0 0 0.562 2 interp_poly -40 -227 68 15 2011 3852 3 MP PP 2011 3852 0 0 0.562 2079 3867 0 0 0.562 2011 3852 0 0 0.562 2 interp_poly 2079 3867 0 0 0.562 2039 3640 0 0 0.875 2079 3867 0 0 0.562 2 interp_poly 68 15 -40 20 2051 3832 3 MP PP 2051 3832 0 0 0.688 2011 3852 0 0 0.562 2051 3832 0 0 0.688 2 interp_poly 2011 3852 0 0 0.562 2079 3867 0 0 0.562 2011 3852 0 0 0.562 2 interp_poly -40 207 68 -172 2051 3832 3 MP PP 2051 3832 0 0 0.688 2119 3660 0 0 0.938 2051 3832 0 0 0.688 2 interp_poly 2119 3660 0 0 0.938 2079 3867 0 0 0.562 2119 3660 0 0 0.938 2 interp_poly 68 -232 -40 -112 2103 3979 3 MP PP 2103 3979 0 0 0.562 2063 3867 0 0 0.688 2103 3979 0 0 0.562 2 interp_poly 2063 3867 0 0 0.688 2131 3635 0 0.0625 1 2063 3867 0 0 0.688 2 interp_poly -40 149 68 -51 2075 3881 3 MP PP 2075 3881 0 0 0.812 2143 3830 0 0 0.875 2075 3881 0 0 0.812 2 interp_poly 2143 3830 0 0 0.875 2103 3979 0 0 0.562 2143 3830 0 0 0.875 2 interp_poly 68 -51 -40 -130 2115 4011 3 MP PP 2115 4011 0 0 0.625 2075 3881 0 0 0.812 2115 4011 0 0 0.625 2 interp_poly 2075 3881 0 0 0.812 2143 3830 0 0 0.875 2075 3881 0 0 0.812 2 interp_poly 68 -172 -40 314 2091 3518 3 MP PP 2091 3518 0 0.25 1 2051 3832 0 0 0.688 2091 3518 0 0.25 1 2 interp_poly 2051 3832 0 0 0.688 2119 3660 0 0 0.938 2051 3832 0 0 0.688 2 interp_poly -40 -117 68 -232 2063 3867 3 MP PP 2063 3867 0 0 0.688 2131 3635 0 0.0625 1 2063 3867 0 0 0.688 2 interp_poly 2131 3635 0 0.0625 1 2091 3518 0 0.25 1 2131 3635 0 0.0625 1 2 interp_poly 68 -83 -40 -24 2099 4156 3 MP PP 2099 4156 0 0 0.562 2059 4132 0 0 0.562 2099 4156 0 0 0.562 2 interp_poly 2059 4132 0 0 0.562 2127 4049 0 0 0.625 2059 4132 0 0 0.562 2 interp_poly -40 12 68 -83 2059 4132 3 MP PP 2059 4132 0 0 0.562 2127 4049 0 0 0.625 2059 4132 0 0 0.562 2 interp_poly 2127 4049 0 0 0.625 2087 4061 0 0 0.562 2127 4049 0 0 0.625 2 interp_poly -40 -6 68 -22 2054 3440 3 MP PP 2054 3440 0 0.0625 1 2122 3418 0 0.0625 1 2054 3440 0 0.0625 1 2 interp_poly 2122 3418 0 0.0625 1 2082 3412 0 0.0625 1 2122 3418 0 0.0625 1 2 interp_poly 68 -2 -40 -48 2087 4061 3 MP PP 2087 4061 0 0 0.562 2047 4013 0 0 0.625 2087 4061 0 0 0.562 2 interp_poly 2047 4013 0 0 0.625 2115 4011 0 0 0.625 2047 4013 0 0 0.625 2 interp_poly -40 -112 68 -11 2035 3990 3 MP PP 2035 3990 0 0 0.562 2103 3979 0 0 0.562 2035 3990 0 0 0.562 2 interp_poly 2103 3979 0 0 0.562 2063 3867 0 0 0.688 2103 3979 0 0 0.562 2 interp_poly 68 -11 -40 109 2075 3881 3 MP PP 2075 3881 0 0 0.812 2035 3990 0 0 0.562 2075 3881 0 0 0.812 2 interp_poly 2035 3990 0 0 0.562 2103 3979 0 0 0.562 2035 3990 0 0 0.562 2 interp_poly -40 -130 68 -2 2047 4013 3 MP PP 2047 4013 0 0 0.625 2115 4011 0 0 0.625 2047 4013 0 0 0.625 2 interp_poly 2115 4011 0 0 0.625 2075 3881 0 0 0.812 2115 4011 0 0 0.625 2 interp_poly -40 -74 68 -8 1943 3860 3 MP PP 1943 3860 0 0 0.625 2011 3852 0 0 0.562 1943 3860 0 0 0.625 2 interp_poly 2011 3852 0 0 0.562 1971 3778 0 0 0.688 2011 3852 0 0 0.562 2 interp_poly -40 -65 68 38 1891 3752 3 MP PP 1891 3752 0 0 0.625 1959 3790 0 0 0.562 1891 3752 0 0 0.625 2 interp_poly 1959 3790 0 0 0.562 1919 3725 0 0 0.625 1959 3790 0 0 0.562 2 interp_poly 68 38 -40 -38 1931 3790 3 MP PP 1931 3790 0 0 0.625 1891 3752 0 0 0.625 1931 3790 0 0 0.625 2 interp_poly 1891 3752 0 0 0.625 1959 3790 0 0 0.562 1891 3752 0 0 0.625 2 interp_poly 67 -101 -40 -65 1959 3790 3 MP PP 1959 3790 0 0 0.562 1919 3725 0 0 0.625 1959 3790 0 0 0.562 2 interp_poly 1919 3725 0 0 0.625 1986 3624 0 0 0.75 1919 3725 0 0 0.625 2 interp_poly -40 48 68 -48 1931 3790 3 MP PP 1931 3790 0 0 0.625 1999 3742 0 0 0.688 1931 3790 0 0 0.625 2 interp_poly 1999 3742 0 0 0.688 1959 3790 0 0 0.562 1999 3742 0 0 0.688 2 interp_poly 68 -48 -40 12 1971 3778 3 MP PP 1971 3778 0 0 0.688 1931 3790 0 0 0.625 1971 3778 0 0 0.688 2 interp_poly 1931 3790 0 0 0.625 1999 3742 0 0 0.688 1931 3790 0 0 0.625 2 interp_poly -40 102 68 -138 1971 3778 3 MP PP 1971 3778 0 0 0.688 2039 3640 0 0 0.875 1971 3778 0 0 0.688 2 interp_poly 2039 3640 0 0 0.875 1999 3742 0 0 0.688 2039 3640 0 0 0.875 2 interp_poly 68 -138 -40 -74 2011 3852 3 MP PP 2011 3852 0 0 0.562 1971 3778 0 0 0.688 2011 3852 0 0 0.562 2 interp_poly 1971 3778 0 0 0.688 2039 3640 0 0 0.875 1971 3778 0 0 0.688 2 interp_poly -40 20 68 -7 1983 3839 3 MP PP 1983 3839 0 0 0.688 2051 3832 0 0 0.688 1983 3839 0 0 0.688 2 interp_poly 2051 3832 0 0 0.688 2011 3852 0 0 0.562 2051 3832 0 0 0.688 2 interp_poly 68 -7 -40 25 2023 3814 3 MP PP 2023 3814 0 0 0.75 1983 3839 0 0 0.688 2023 3814 0 0 0.75 2 interp_poly 1983 3839 0 0 0.688 2051 3832 0 0 0.688 1983 3839 0 0 0.688 2 interp_poly -40 314 68 -296 2023 3814 3 MP PP 2023 3814 0 0 0.75 2091 3518 0 0.25 1 2023 3814 0 0 0.75 2 interp_poly 2091 3518 0 0.25 1 2051 3832 0 0 0.688 2091 3518 0 0.25 1 2 interp_poly 68 -296 -40 -53 2063 3867 3 MP PP 2063 3867 0 0 0.688 2023 3814 0 0 0.75 2063 3867 0 0 0.688 2 interp_poly 2023 3814 0 0 0.75 2091 3518 0 0.25 1 2023 3814 0 0 0.75 2 interp_poly 68 -47 -40 -24 2059 4132 3 MP PP 2059 4132 0 0 0.562 2019 4108 0 0 0.562 2059 4132 0 0 0.562 2 interp_poly 2019 4108 0 0 0.562 2087 4061 0 0 0.562 2019 4108 0 0 0.562 2 interp_poly -40 -48 68 -47 2019 4108 3 MP PP 2019 4108 0 0 0.562 2087 4061 0 0 0.562 2019 4108 0 0 0.562 2 interp_poly 2087 4061 0 0 0.562 2047 4013 0 0 0.625 2087 4061 0 0 0.562 2 interp_poly -40 -20 68 -10 1967 4000 3 MP PP 1967 4000 0 0 0.562 2035 3990 0 0 0.562 1967 4000 0 0 0.562 2 interp_poly 2035 3990 0 0 0.562 1995 3970 0 0 0.562 2035 3990 0 0 0.562 2 interp_poly 68 -10 -40 -33 2007 4033 3 MP PP 2007 4033 0 0 0.562 1967 4000 0 0 0.562 2007 4033 0 0 0.562 2 interp_poly 1967 4000 0 0 0.562 2035 3990 0 0 0.562 1967 4000 0 0 0.562 2 interp_poly 68 -103 -40 -20 2035 3990 3 MP PP 2035 3990 0 0 0.562 1995 3970 0 0 0.562 2035 3990 0 0 0.562 2 interp_poly 1995 3970 0 0 0.562 2063 3867 0 0 0.688 1995 3970 0 0 0.562 2 interp_poly -40 109 68 -152 2007 4033 3 MP PP 2007 4033 0 0 0.562 2075 3881 0 0 0.812 2007 4033 0 0 0.562 2 interp_poly 2075 3881 0 0 0.812 2035 3990 0 0 0.562 2075 3881 0 0 0.812 2 interp_poly 68 -152 -40 20 2047 4013 3 MP PP 2047 4013 0 0 0.625 2007 4033 0 0 0.562 2047 4013 0 0 0.625 2 interp_poly 2007 4033 0 0 0.562 2075 3881 0 0 0.812 2007 4033 0 0 0.562 2 interp_poly -40 -53 68 -103 1995 3970 3 MP PP 1995 3970 0 0 0.562 2063 3867 0 0 0.688 1995 3970 0 0 0.562 2 interp_poly 2063 3867 0 0 0.688 2023 3814 0 0 0.75 2063 3867 0 0 0.688 2 interp_poly -40 -119 68 -182 1990 3391 3 MP PP 1990 3391 0 0 0.875 2058 3209 0 0.188 1 1990 3391 0 0 0.875 2 interp_poly 2058 3209 0 0.188 1 2018 3090 0 0.312 1 2058 3209 0 0.188 1 2 interp_poly -40 43 68 -184 1986 3624 3 MP PP 1986 3624 0 0 0.75 2054 3440 0 0.0625 1 1986 3624 0 0 0.75 2 interp_poly 2054 3440 0 0.0625 1 2014 3483 0 0 0.938 2054 3440 0 0.0625 1 2 interp_poly 68 -71 -40 -24 2019 4108 3 MP PP 2019 4108 0 0 0.562 1979 4084 0 0 0.562 2019 4108 0 0 0.562 2 interp_poly 1979 4084 0 0 0.562 2047 4013 0 0 0.625 1979 4084 0 0 0.562 2 interp_poly -40 20 68 -71 1979 4084 3 MP PP 1979 4084 0 0 0.562 2047 4013 0 0 0.625 1979 4084 0 0 0.562 2 interp_poly 2047 4013 0 0 0.625 2007 4033 0 0 0.562 2047 4013 0 0 0.625 2 interp_poly 68 -8 -40 21 1983 3839 3 MP PP 1983 3839 0 0 0.688 1943 3860 0 0 0.625 1983 3839 0 0 0.688 2 interp_poly 1943 3860 0 0 0.625 2011 3852 0 0 0.562 1943 3860 0 0 0.625 2 interp_poly 68 -92 -40 -64 1995 3970 3 MP PP 1995 3970 0 0 0.562 1955 3906 0 0 0.625 1995 3970 0 0 0.562 2 interp_poly 1955 3906 0 0 0.625 2023 3814 0 0 0.75 1955 3906 0 0 0.625 2 interp_poly -40 25 68 -92 1955 3906 3 MP PP 1955 3906 0 0 0.625 2023 3814 0 0 0.75 1955 3906 0 0 0.625 2 interp_poly 2023 3814 0 0 0.75 1983 3839 0 0 0.688 2023 3814 0 0 0.75 2 interp_poly 68 117 -40 -418 1990 3391 3 MP PP 1990 3391 0 0 0.875 1950 2973 0 0.562 1 1990 3391 0 0 0.875 2 interp_poly 1950 2973 0 0.562 1 2018 3090 0 0.312 1 1950 2973 0 0.562 1 2 interp_poly 68 -121 -40 -75 1754 3276 3 MP PP 1754 3276 0 0 0.562 1714 3201 0 0 0.625 1754 3276 0 0 0.562 2 interp_poly 1714 3201 0 0 0.625 1782 3080 0 0 0.812 1714 3201 0 0 0.625 2 interp_poly -40 92 68 -23 1726 3207 3 MP PP 1726 3207 0 0 0.75 1794 3184 0 0 0.75 1726 3207 0 0 0.75 2 interp_poly 1794 3184 0 0 0.75 1754 3276 0 0 0.562 1794 3184 0 0 0.75 2 interp_poly -40 -75 68 50 1686 3226 3 MP PP 1686 3226 0 0 0.688 1754 3276 0 0 0.562 1686 3226 0 0 0.688 2 interp_poly 1754 3276 0 0 0.562 1714 3201 0 0 0.625 1754 3276 0 0 0.562 2 interp_poly 68 50 -40 19 1726 3207 3 MP PP 1726 3207 0 0 0.75 1686 3226 0 0 0.688 1726 3207 0 0 0.75 2 interp_poly 1686 3226 0 0 0.688 1754 3276 0 0 0.562 1686 3226 0 0 0.688 2 interp_poly 68 -23 -40 -126 1766 3333 3 MP PP 1766 3333 0 0 0.562 1726 3207 0 0 0.75 1766 3333 0 0 0.562 2 interp_poly 1726 3207 0 0 0.75 1794 3184 0 0 0.75 1726 3207 0 0 0.75 2 interp_poly -40 86 68 102 1738 3145 3 MP PP 1738 3145 0 0 0.938 1806 3247 0 0 0.75 1738 3145 0 0 0.938 2 interp_poly 1806 3247 0 0 0.75 1766 3333 0 0 0.562 1806 3247 0 0 0.75 2 interp_poly 68 102 -40 167 1778 2978 3 MP PP 1778 2978 0 0.25 1 1738 3145 0 0 0.938 1778 2978 0 0.25 1 2 interp_poly 1738 3145 0 0 0.938 1806 3247 0 0 0.75 1738 3145 0 0 0.938 2 interp_poly -40 195 68 74 1778 2978 3 MP PP 1778 2978 0 0.25 1 1846 3052 0 0.125 1 1778 2978 0 0.25 1 2 interp_poly 1846 3052 0 0.125 1 1806 3247 0 0 0.75 1846 3052 0 0.125 1 2 interp_poly 68 74 -40 -456 1818 3434 3 MP PP 1818 3434 0 0 0.562 1778 2978 0 0.25 1 1818 3434 0 0 0.562 2 interp_poly 1778 2978 0 0.25 1 1846 3052 0 0.125 1 1778 2978 0 0.25 1 2 interp_poly -40 54 68 266 1790 3114 3 MP PP 1790 3114 0 0.125 1 1858 3380 0 0 0.688 1790 3114 0 0.125 1 2 interp_poly 1858 3380 0 0 0.688 1818 3434 0 0 0.562 1858 3380 0 0 0.688 2 interp_poly 68 266 -40 -289 1830 3403 3 MP PP 1830 3403 0 0 0.688 1790 3114 0 0.125 1 1830 3403 0 0 0.688 2 interp_poly 1790 3114 0 0.125 1 1858 3380 0 0 0.688 1790 3114 0 0.125 1 2 interp_poly 68 -54 -40 54 1858 3380 3 MP PP 1858 3380 0 0 0.688 1818 3434 0 0 0.562 1858 3380 0 0 0.688 2 interp_poly 1818 3434 0 0 0.562 1886 3380 0 0 0.625 1818 3434 0 0 0.562 2 interp_poly -40 148 68 -171 1830 3403 3 MP PP 1830 3403 0 0 0.688 1898 3232 0 0 1 1830 3403 0 0 0.688 2 interp_poly 1898 3232 0 0 1 1858 3380 0 0 0.688 1898 3232 0 0 1 2 interp_poly -40 -75 68 51 1846 3052 3 MP PP 1846 3052 0 0.125 1 1914 3103 0 0 1 1846 3052 0 0.125 1 2 interp_poly 1914 3103 0 0 1 1874 3028 0 0.125 1 1914 3103 0 0 1 2 interp_poly 68 -171 -40 383 1870 3020 3 MP PP 1870 3020 0 0.375 1 1830 3403 0 0 0.688 1870 3020 0 0.375 1 2 interp_poly 1830 3403 0 0 0.688 1898 3232 0 0 1 1830 3403 0 0 0.688 2 interp_poly -40 -449 68 55 1842 3414 3 MP PP 1842 3414 0 0 0.812 1910 3469 0 0 0.688 1842 3414 0 0 0.812 2 interp_poly 1910 3469 0 0 0.688 1870 3020 0 0.375 1 1910 3469 0 0 0.688 2 interp_poly 68 55 -40 85 1882 3329 3 MP PP 1882 3329 0 0 1 1842 3414 0 0 0.812 1882 3329 0 0 1 2 interp_poly 1842 3414 0 0 0.812 1910 3469 0 0 0.688 1842 3414 0 0 0.812 2 interp_poly -40 316 68 -104 1870 3020 3 MP PP 1870 3020 0 0.375 1 1938 2916 0 0.562 1 1870 3020 0 0.375 1 2 interp_poly 1938 2916 0 0.562 1 1898 3232 0 0 1 1938 2916 0 0.562 1 2 interp_poly 68 -104 -40 -449 1910 3469 3 MP PP 1910 3469 0 0 0.688 1870 3020 0 0.375 1 1910 3469 0 0 0.688 2 interp_poly 1870 3020 0 0.375 1 1938 2916 0 0.562 1 1870 3020 0 0.375 1 2 interp_poly -40 496 68 -356 1882 3329 3 MP PP 1882 3329 0 0 1 1950 2973 0 0.562 1 1882 3329 0 0 1 2 interp_poly 1950 2973 0 0.562 1 1910 3469 0 0 0.688 1950 2973 0 0.562 1 2 interp_poly -40 -309 68 -19 1894 3471 3 MP PP 1894 3471 0 0 0.812 1962 3452 0 0 0.875 1894 3471 0 0 0.812 2 interp_poly 1962 3452 0 0 0.875 1922 3143 0 0.312 1 1962 3452 0 0 0.875 2 interp_poly 68 -19 -40 -151 1934 3622 3 MP PP 1934 3622 0 0 0.625 1894 3471 0 0 0.812 1934 3622 0 0 0.625 2 interp_poly 1894 3471 0 0 0.812 1962 3452 0 0 0.875 1894 3471 0 0 0.812 2 interp_poly 68 248 -40 -309 1962 3452 3 MP PP 1962 3452 0 0 0.875 1922 3143 0 0.312 1 1962 3452 0 0 0.875 2 interp_poly 1922 3143 0 0.312 1 1990 3391 0 0 0.875 1922 3143 0 0.312 1 2 interp_poly -40 138 68 99 1946 3384 3 MP PP 1946 3384 0 0.125 1 2014 3483 0 0 0.938 1946 3384 0 0.125 1 2 interp_poly 2014 3483 0 0 0.938 1974 3621 0 0 0.688 2014 3483 0 0 0.938 2 interp_poly 68 99 -40 -240 1986 3624 3 MP PP 1986 3624 0 0 0.75 1946 3384 0 0.125 1 1986 3624 0 0 0.75 2 interp_poly 1946 3384 0 0.125 1 2014 3483 0 0 0.938 1946 3384 0 0.125 1 2 interp_poly 68 -27 -40 -24 1979 4084 3 MP PP 1979 4084 0 0 0.562 1939 4060 0 0 0.562 1979 4084 0 0 0.562 2 interp_poly 1939 4060 0 0 0.562 2007 4033 0 0 0.562 1939 4060 0 0 0.562 2 interp_poly -40 -33 68 -27 1939 4060 3 MP PP 1939 4060 0 0 0.562 2007 4033 0 0 0.562 1939 4060 0 0 0.562 2 interp_poly 2007 4033 0 0 0.562 1967 4000 0 0 0.562 2007 4033 0 0 0.562 2 interp_poly 68 -21 -40 -9 1967 4000 3 MP PP 1967 4000 0 0 0.562 1927 3991 0 0 0.562 1967 4000 0 0 0.562 2 interp_poly 1927 3991 0 0 0.562 1995 3970 0 0 0.562 1927 3991 0 0 0.562 2 interp_poly -40 -64 68 -21 1927 3991 3 MP PP 1927 3991 0 0 0.562 1995 3970 0 0 0.562 1927 3991 0 0 0.562 2 interp_poly 1995 3970 0 0 0.562 1955 3906 0 0 0.625 1995 3970 0 0 0.562 2 interp_poly -40 -418 68 248 1922 3143 3 MP PP 1922 3143 0 0.312 1 1990 3391 0 0 0.875 1922 3143 0 0.312 1 2 interp_poly 1990 3391 0 0 0.875 1950 2973 0 0.562 1 1990 3391 0 0 0.875 2 interp_poly -40 -151 68 -1 1866 3623 3 MP PP 1866 3623 0 0 0.625 1934 3622 0 0 0.625 1866 3623 0 0 0.625 2 interp_poly 1934 3622 0 0 0.625 1894 3471 0 0 0.812 1934 3622 0 0 0.625 2 interp_poly 68 -1 -40 2 1906 3621 3 MP PP 1906 3621 0 0 0.688 1866 3623 0 0 0.625 1906 3621 0 0 0.688 2 interp_poly 1866 3623 0 0 0.625 1934 3622 0 0 0.625 1866 3623 0 0 0.625 2 interp_poly -40 1 68 0 1906 3621 3 MP PP 1906 3621 0 0 0.688 1974 3621 0 0 0.688 1906 3621 0 0 0.688 2 interp_poly 1974 3621 0 0 0.688 1934 3622 0 0 0.625 1974 3621 0 0 0.688 2 interp_poly 68 0 -40 237 1946 3384 3 MP PP 1946 3384 0 0.125 1 1906 3621 0 0 0.688 1946 3384 0 0.125 1 2 interp_poly 1906 3621 0 0 0.688 1974 3621 0 0 0.688 1906 3621 0 0 0.688 2 interp_poly -40 -240 67 -101 1919 3725 3 MP PP 1919 3725 0 0 0.625 1986 3624 0 0 0.75 1919 3725 0 0 0.625 2 interp_poly 1986 3624 0 0 0.75 1946 3384 0 0.125 1 1986 3624 0 0 0.75 2 interp_poly 68 -20 -40 -31 1903 3841 3 MP PP 1903 3841 0 0 0.562 1863 3810 0 0 0.625 1903 3841 0 0 0.562 2 interp_poly 1863 3810 0 0 0.625 1931 3790 0 0 0.625 1863 3810 0 0 0.625 2 interp_poly -40 -19 68 -46 1875 3906 3 MP PP 1875 3906 0 0 0.562 1943 3860 0 0 0.625 1875 3906 0 0 0.562 2 interp_poly 1943 3860 0 0 0.625 1903 3841 0 0 0.562 1943 3860 0 0 0.625 2 interp_poly -40 -29 68 -26 1823 3778 3 MP PP 1823 3778 0 0 0.625 1891 3752 0 0 0.625 1823 3778 0 0 0.625 2 interp_poly 1891 3752 0 0 0.625 1851 3723 0 0 0.625 1891 3752 0 0 0.625 2 interp_poly 68 -26 -40 -32 1863 3810 3 MP PP 1863 3810 0 0 0.625 1823 3778 0 0 0.625 1863 3810 0 0 0.625 2 interp_poly 1823 3778 0 0 0.625 1891 3752 0 0 0.625 1823 3778 0 0 0.625 2 interp_poly -40 -38 68 -20 1863 3810 3 MP PP 1863 3810 0 0 0.625 1931 3790 0 0 0.625 1863 3810 0 0 0.625 2 interp_poly 1931 3790 0 0 0.625 1891 3752 0 0 0.625 1931 3790 0 0 0.625 2 interp_poly -40 -31 68 72 1835 3769 3 MP PP 1835 3769 0 0 0.75 1903 3841 0 0 0.562 1835 3769 0 0 0.75 2 interp_poly 1903 3841 0 0 0.562 1863 3810 0 0 0.625 1903 3841 0 0 0.562 2 interp_poly -40 -28 68 14 1715 3781 3 MP PP 1715 3781 0 0 0.562 1783 3795 0 0 0.562 1715 3781 0 0 0.562 2 interp_poly 1783 3795 0 0 0.562 1743 3767 0 0 0.562 1783 3795 0 0 0.562 2 interp_poly 68 14 -40 -9 1755 3790 3 MP PP 1755 3790 0 0 0.625 1715 3781 0 0 0.562 1755 3790 0 0 0.625 2 interp_poly 1715 3781 0 0 0.562 1783 3795 0 0 0.562 1715 3781 0 0 0.562 2 interp_poly 68 -37 -40 -28 1783 3795 3 MP PP 1783 3795 0 0 0.562 1743 3767 0 0 0.562 1783 3795 0 0 0.562 2 interp_poly 1743 3767 0 0 0.562 1811 3730 0 0 0.562 1743 3767 0 0 0.562 2 interp_poly -40 7 68 -72 1783 3795 3 MP PP 1783 3795 0 0 0.562 1851 3723 0 0 0.625 1783 3795 0 0 0.562 2 interp_poly 1851 3723 0 0 0.625 1811 3730 0 0 0.562 1851 3723 0 0 0.625 2 interp_poly 68 -72 -40 17 1823 3778 3 MP PP 1823 3778 0 0 0.625 1783 3795 0 0 0.562 1823 3778 0 0 0.625 2 interp_poly 1783 3795 0 0 0.562 1851 3723 0 0 0.625 1783 3795 0 0 0.562 2 interp_poly -40 17 68 -12 1755 3790 3 MP PP 1755 3790 0 0 0.625 1823 3778 0 0 0.625 1755 3790 0 0 0.625 2 interp_poly 1823 3778 0 0 0.625 1783 3795 0 0 0.562 1823 3778 0 0 0.625 2 interp_poly 68 -12 -40 17 1795 3773 3 MP PP 1795 3773 0 0 0.688 1755 3790 0 0 0.625 1795 3773 0 0 0.688 2 interp_poly 1755 3790 0 0 0.625 1823 3778 0 0 0.625 1755 3790 0 0 0.625 2 interp_poly -40 -32 68 37 1795 3773 3 MP PP 1795 3773 0 0 0.688 1863 3810 0 0 0.625 1795 3773 0 0 0.688 2 interp_poly 1863 3810 0 0 0.625 1823 3778 0 0 0.625 1863 3810 0 0 0.625 2 interp_poly 68 37 -40 4 1835 3769 3 MP PP 1835 3769 0 0 0.75 1795 3773 0 0 0.688 1835 3769 0 0 0.75 2 interp_poly 1795 3773 0 0 0.688 1863 3810 0 0 0.625 1795 3773 0 0 0.688 2 interp_poly 68 72 -40 -137 1875 3906 3 MP PP 1875 3906 0 0 0.562 1835 3769 0 0 0.75 1875 3906 0 0 0.562 2 interp_poly 1835 3769 0 0 0.75 1903 3841 0 0 0.562 1835 3769 0 0 0.75 2 interp_poly -40 12 68 -63 1903 3841 3 MP PP 1903 3841 0 0 0.562 1971 3778 0 0 0.688 1903 3841 0 0 0.562 2 interp_poly 1971 3778 0 0 0.688 1931 3790 0 0 0.625 1971 3778 0 0 0.688 2 interp_poly 68 -63 -40 -19 1943 3860 3 MP PP 1943 3860 0 0 0.625 1903 3841 0 0 0.562 1943 3860 0 0 0.625 2 interp_poly 1903 3841 0 0 0.562 1971 3778 0 0 0.688 1903 3841 0 0 0.562 2 interp_poly 68 -46 -40 97 1915 3809 3 MP PP 1915 3809 0 0 0.75 1875 3906 0 0 0.562 1915 3809 0 0 0.75 2 interp_poly 1875 3906 0 0 0.562 1943 3860 0 0 0.625 1875 3906 0 0 0.562 2 interp_poly -40 21 68 30 1915 3809 3 MP PP 1915 3809 0 0 0.75 1983 3839 0 0 0.688 1915 3809 0 0 0.75 2 interp_poly 1983 3839 0 0 0.688 1943 3860 0 0 0.625 1983 3839 0 0 0.688 2 interp_poly 68 30 -40 -97 1955 3906 3 MP PP 1955 3906 0 0 0.625 1915 3809 0 0 0.75 1955 3906 0 0 0.625 2 interp_poly 1915 3809 0 0 0.75 1983 3839 0 0 0.688 1915 3809 0 0 0.75 2 interp_poly 68 -36 -40 -24 1939 4060 3 MP PP 1939 4060 0 0 0.562 1899 4036 0 0 0.562 1939 4060 0 0 0.562 2 interp_poly 1899 4036 0 0 0.562 1967 4000 0 0 0.562 1899 4036 0 0 0.562 2 interp_poly -40 -9 68 -36 1899 4036 3 MP PP 1899 4036 0 0 0.562 1967 4000 0 0 0.562 1899 4036 0 0 0.562 2 interp_poly 1967 4000 0 0 0.562 1927 3991 0 0 0.562 1967 4000 0 0 0.562 2 interp_poly 68 -67 -40 -18 1927 3991 3 MP PP 1927 3991 0 0 0.562 1887 3973 0 0 0.562 1927 3991 0 0 0.562 2 interp_poly 1887 3973 0 0 0.562 1955 3906 0 0 0.625 1887 3973 0 0 0.562 2 interp_poly -40 -97 68 -67 1887 3973 3 MP PP 1887 3973 0 0 0.562 1955 3906 0 0 0.625 1887 3973 0 0 0.562 2 interp_poly 1955 3906 0 0 0.625 1915 3809 0 0 0.75 1955 3906 0 0 0.625 2 interp_poly 68 -356 -40 186 1922 3143 3 MP PP 1922 3143 0 0.312 1 1882 3329 0 0 1 1922 3143 0 0.312 1 2 interp_poly 1882 3329 0 0 1 1950 2973 0 0.562 1 1882 3329 0 0 1 2 interp_poly -40 -126 68 63 1698 3270 3 MP PP 1698 3270 0 0 0.688 1766 3333 0 0 0.562 1698 3270 0 0 0.688 2 interp_poly 1766 3333 0 0 0.562 1726 3207 0 0 0.75 1766 3333 0 0 0.562 2 interp_poly -40 19 68 -46 1658 3253 3 MP PP 1658 3253 0 0 0.688 1726 3207 0 0 0.75 1658 3253 0 0 0.688 2 interp_poly 1726 3207 0 0 0.75 1686 3226 0 0 0.688 1726 3207 0 0 0.75 2 interp_poly 68 -46 -40 -17 1698 3270 3 MP PP 1698 3270 0 0 0.688 1658 3253 0 0 0.688 1698 3270 0 0 0.688 2 interp_poly 1658 3253 0 0 0.688 1726 3207 0 0 0.75 1658 3253 0 0 0.688 2 interp_poly 68 63 -40 125 1738 3145 3 MP PP 1738 3145 0 0 0.938 1698 3270 0 0 0.688 1738 3145 0 0 0.938 2 interp_poly 1698 3270 0 0 0.688 1766 3333 0 0 0.562 1698 3270 0 0 0.688 2 interp_poly -40 -456 68 20 1750 3414 3 MP PP 1750 3414 0 0 0.625 1818 3434 0 0 0.562 1750 3414 0 0 0.625 2 interp_poly 1818 3434 0 0 0.562 1778 2978 0 0.25 1 1818 3434 0 0 0.562 2 interp_poly 68 20 -40 300 1790 3114 3 MP PP 1790 3114 0 0.125 1 1750 3414 0 0 0.625 1790 3114 0 0.125 1 2 interp_poly 1750 3414 0 0 0.625 1818 3434 0 0 0.562 1750 3414 0 0 0.625 2 interp_poly -40 -289 68 53 1762 3350 3 MP PP 1762 3350 0 0 0.812 1830 3403 0 0 0.688 1762 3350 0 0 0.812 2 interp_poly 1830 3403 0 0 0.688 1790 3114 0 0.125 1 1830 3403 0 0 0.688 2 interp_poly 68 136 -40 -161 1686 3226 3 MP PP 1686 3226 0 0 0.688 1646 3065 0 0 0.875 1686 3226 0 0 0.688 2 interp_poly 1646 3065 0 0 0.875 1714 3201 0 0 0.625 1646 3065 0 0 0.875 2 interp_poly -40 125 68 12 1670 3133 3 MP PP 1670 3133 0 0 1 1738 3145 0 0 0.938 1670 3133 0 0 1 2 interp_poly 1738 3145 0 0 0.938 1698 3270 0 0 0.688 1738 3145 0 0 0.938 2 interp_poly 68 12 -40 -43 1710 3176 3 MP PP 1710 3176 0 0 0.938 1670 3133 0 0 1 1710 3176 0 0 0.938 2 interp_poly 1670 3133 0 0 1 1738 3145 0 0 0.938 1670 3133 0 0 1 2 interp_poly -40 167 68 -198 1710 3176 3 MP PP 1710 3176 0 0 0.938 1778 2978 0 0.25 1 1710 3176 0 0 0.938 2 interp_poly 1778 2978 0 0.25 1 1738 3145 0 0 0.938 1778 2978 0 0.25 1 2 interp_poly 68 -198 -40 -238 1750 3414 3 MP PP 1750 3414 0 0 0.625 1710 3176 0 0 0.938 1750 3414 0 0 0.625 2 interp_poly 1710 3176 0 0 0.938 1778 2978 0 0.25 1 1710 3176 0 0 0.938 2 interp_poly -40 300 68 -66 1722 3180 3 MP PP 1722 3180 0 0.0625 1 1790 3114 0 0.125 1 1722 3180 0 0.0625 1 2 interp_poly 1790 3114 0 0.125 1 1750 3414 0 0 0.625 1790 3114 0 0.125 1 2 interp_poly 68 -66 -40 -170 1762 3350 3 MP PP 1762 3350 0 0 0.812 1722 3180 0 0.0625 1 1762 3350 0 0 0.812 2 interp_poly 1722 3180 0 0.0625 1 1790 3114 0 0.125 1 1722 3180 0 0.0625 1 2 interp_poly 68 53 -40 505 1802 2845 3 MP PP 1802 2845 0 0.688 1 1762 3350 0 0 0.812 1802 2845 0 0.688 1 2 interp_poly 1762 3350 0 0 0.812 1830 3403 0 0 0.688 1762 3350 0 0 0.812 2 interp_poly -40 383 68 175 1802 2845 3 MP PP 1802 2845 0 0.688 1 1870 3020 0 0.375 1 1802 2845 0 0.688 1 2 interp_poly 1870 3020 0 0.375 1 1830 3403 0 0 0.688 1870 3020 0 0.375 1 2 interp_poly -40 -569 68 -82 1774 3496 3 MP PP 1774 3496 0 0 0.688 1842 3414 0 0 0.812 1774 3496 0 0 0.688 2 interp_poly 1842 3414 0 0 0.812 1802 2845 0 0.688 1 1842 3414 0 0 0.812 2 interp_poly 68 -82 -40 148 1814 3348 3 MP PP 1814 3348 0 0 0.938 1774 3496 0 0 0.688 1814 3348 0 0 0.938 2 interp_poly 1774 3496 0 0 0.688 1842 3414 0 0 0.812 1774 3496 0 0 0.688 2 interp_poly 68 175 -40 -569 1842 3414 3 MP PP 1842 3414 0 0 0.812 1802 2845 0 0.688 1 1842 3414 0 0 0.812 2 interp_poly 1802 2845 0 0.688 1 1870 3020 0 0.375 1 1802 2845 0 0.688 1 2 interp_poly -40 85 68 -19 1814 3348 3 MP PP 1814 3348 0 0 0.938 1882 3329 0 0 1 1814 3348 0 0 0.938 2 interp_poly 1882 3329 0 0 1 1842 3414 0 0 0.812 1882 3329 0 0 1 2 interp_poly -40 -253 67 -76 1799 3699 3 MP PP 1799 3699 0 0 0.562 1866 3623 0 0 0.625 1799 3699 0 0 0.562 2 interp_poly 1866 3623 0 0 0.625 1826 3370 0 0.0625 1 1866 3623 0 0 0.625 2 interp_poly 68 101 -40 -253 1866 3623 3 MP PP 1866 3623 0 0 0.625 1826 3370 0 0.0625 1 1866 3623 0 0 0.625 2 interp_poly 1826 3370 0 0.0625 1 1894 3471 0 0 0.812 1826 3370 0 0.0625 1 2 interp_poly -40 2 67 13 1839 3608 3 MP PP 1839 3608 0 0 0.75 1906 3621 0 0 0.688 1839 3608 0 0 0.75 2 interp_poly 1906 3621 0 0 0.688 1866 3623 0 0 0.625 1906 3621 0 0 0.688 2 interp_poly 67 13 -40 23 1879 3585 3 MP PP 1879 3585 0 0 0.812 1839 3608 0 0 0.75 1879 3585 0 0 0.812 2 interp_poly 1839 3608 0 0 0.75 1906 3621 0 0 0.688 1839 3608 0 0 0.75 2 interp_poly -40 237 67 -201 1879 3585 3 MP PP 1879 3585 0 0 0.812 1946 3384 0 0.125 1 1879 3585 0 0 0.812 2 interp_poly 1946 3384 0 0.125 1 1906 3621 0 0 0.688 1946 3384 0 0.125 1 2 interp_poly 67 -201 -40 -140 1919 3725 3 MP PP 1919 3725 0 0 0.625 1879 3585 0 0 0.812 1919 3725 0 0 0.625 2 interp_poly 1879 3585 0 0 0.812 1946 3384 0 0.125 1 1879 3585 0 0 0.812 2 interp_poly 68 -20 -40 -25 1899 4036 3 MP PP 1899 4036 0 0 0.562 1859 4011 0 0 0.562 1899 4036 0 0 0.562 2 interp_poly 1859 4011 0 0 0.562 1927 3991 0 0 0.562 1859 4011 0 0 0.562 2 interp_poly -40 -18 68 -20 1859 4011 3 MP PP 1859 4011 0 0 0.562 1927 3991 0 0 0.562 1859 4011 0 0 0.562 2 interp_poly 1927 3991 0 0 0.562 1887 3973 0 0 0.562 1927 3991 0 0 0.562 2 interp_poly 68 -19 -40 28 1854 3320 3 MP PP 1854 3320 0 0.0625 1 1814 3348 0 0 0.938 1854 3320 0 0.0625 1 2 interp_poly 1814 3348 0 0 0.938 1882 3329 0 0 1 1814 3348 0 0 0.938 2 interp_poly -40 186 68 -177 1854 3320 3 MP PP 1854 3320 0 0.0625 1 1922 3143 0 0.312 1 1854 3320 0 0.0625 1 2 interp_poly 1922 3143 0 0.312 1 1882 3329 0 0 1 1922 3143 0 0.312 1 2 interp_poly 68 -177 -40 -151 1894 3471 3 MP PP 1894 3471 0 0 0.812 1854 3320 0 0.0625 1 1894 3471 0 0 0.812 2 interp_poly 1854 3320 0 0.0625 1 1922 3143 0 0.312 1 1854 3320 0 0.0625 1 2 interp_poly 68 2 -40 -29 1891 3752 3 MP PP 1891 3752 0 0 0.625 1851 3723 0 0 0.625 1891 3752 0 0 0.625 2 interp_poly 1851 3723 0 0 0.625 1919 3725 0 0 0.625 1851 3723 0 0 0.625 2 interp_poly -40 -140 68 2 1851 3723 3 MP PP 1851 3723 0 0 0.625 1919 3725 0 0 0.625 1851 3723 0 0 0.625 2 interp_poly 1919 3725 0 0 0.625 1879 3585 0 0 0.812 1919 3725 0 0 0.625 2 interp_poly -40 -137 68 -7 1807 3913 3 MP PP 1807 3913 0 0 0.562 1875 3906 0 0 0.562 1807 3913 0 0 0.562 2 interp_poly 1875 3906 0 0 0.562 1835 3769 0 0 0.75 1875 3906 0 0 0.562 2 interp_poly 68 -7 -40 -9 1847 3922 3 MP PP 1847 3922 0 0 0.562 1807 3913 0 0 0.562 1847 3922 0 0 0.562 2 interp_poly 1807 3913 0 0 0.562 1875 3906 0 0 0.562 1807 3913 0 0 0.562 2 interp_poly -40 97 68 -113 1847 3922 3 MP PP 1847 3922 0 0 0.562 1915 3809 0 0 0.75 1847 3922 0 0 0.562 2 interp_poly 1915 3809 0 0 0.75 1875 3906 0 0 0.562 1915 3809 0 0 0.75 2 interp_poly 68 -113 -40 -51 1887 3973 3 MP PP 1887 3973 0 0 0.562 1847 3922 0 0 0.562 1887 3973 0 0 0.562 2 interp_poly 1847 3922 0 0 0.562 1915 3809 0 0 0.75 1847 3922 0 0 0.562 2 interp_poly -40 -151 68 101 1826 3370 3 MP PP 1826 3370 0 0.0625 1 1894 3471 0 0 0.812 1826 3370 0 0.0625 1 2 interp_poly 1894 3471 0 0 0.812 1854 3320 0 0.0625 1 1894 3471 0 0 0.812 2 interp_poly 68 -14 -40 -24 1859 4011 3 MP PP 1859 4011 0 0 0.562 1819 3987 0 0 0.562 1859 4011 0 0 0.562 2 interp_poly 1819 3987 0 0 0.562 1887 3973 0 0 0.562 1819 3987 0 0 0.562 2 interp_poly -40 -51 68 -14 1819 3987 3 MP PP 1819 3987 0 0 0.562 1887 3973 0 0 0.562 1819 3987 0 0 0.562 2 interp_poly 1887 3973 0 0 0.562 1847 3922 0 0 0.562 1887 3973 0 0 0.562 2 interp_poly 67 -76 -40 91 1839 3608 3 MP PP 1839 3608 0 0 0.75 1799 3699 0 0 0.562 1839 3608 0 0 0.75 2 interp_poly 1799 3699 0 0 0.562 1866 3623 0 0 0.625 1799 3699 0 0 0.562 2 interp_poly 68 -145 -40 7 1851 3723 3 MP PP 1851 3723 0 0 0.625 1811 3730 0 0 0.562 1851 3723 0 0 0.625 2 interp_poly 1811 3730 0 0 0.562 1879 3585 0 0 0.812 1811 3730 0 0 0.562 2 interp_poly -40 23 68 -145 1811 3730 3 MP PP 1811 3730 0 0 0.562 1879 3585 0 0 0.812 1811 3730 0 0 0.562 2 interp_poly 1879 3585 0 0 0.812 1839 3608 0 0 0.75 1879 3585 0 0 0.812 2 interp_poly 68 -37 -40 -182 1618 3284 3 MP PP 1618 3284 0 0 0.625 1578 3102 0 0 0.875 1618 3284 0 0 0.625 2 interp_poly 1578 3102 0 0 0.875 1646 3065 0 0 0.875 1578 3102 0 0 0.875 2 interp_poly -40 -161 68 -58 1618 3284 3 MP PP 1618 3284 0 0 0.625 1686 3226 0 0 0.688 1618 3284 0 0 0.625 2 interp_poly 1686 3226 0 0 0.688 1646 3065 0 0 0.875 1686 3226 0 0 0.688 2 interp_poly 68 -58 -40 31 1658 3253 3 MP PP 1658 3253 0 0 0.688 1618 3284 0 0 0.625 1658 3253 0 0 0.688 2 interp_poly 1618 3284 0 0 0.625 1686 3226 0 0 0.688 1618 3284 0 0 0.625 2 interp_poly -40 -17 68 180 1630 3090 3 MP PP 1630 3090 0 0 1 1698 3270 0 0 0.688 1630 3090 0 0 1 2 interp_poly 1698 3270 0 0 0.688 1658 3253 0 0 0.688 1698 3270 0 0 0.688 2 interp_poly 68 180 -40 -43 1670 3133 3 MP PP 1670 3133 0 0 1 1630 3090 0 0 1 1670 3133 0 0 1 2 interp_poly 1630 3090 0 0 1 1698 3270 0 0 0.688 1630 3090 0 0 1 2 interp_poly -40 -238 68 141 1682 3273 3 MP PP 1682 3273 0 0 0.875 1750 3414 0 0 0.625 1682 3273 0 0 0.875 2 interp_poly 1750 3414 0 0 0.625 1710 3176 0 0 0.938 1750 3414 0 0 0.625 2 interp_poly 68 141 -40 93 1722 3180 3 MP PP 1722 3180 0 0.0625 1 1682 3273 0 0 0.875 1722 3180 0 0.0625 1 2 interp_poly 1682 3273 0 0 0.875 1750 3414 0 0 0.625 1682 3273 0 0 0.875 2 interp_poly -40 -170 68 60 1694 3290 3 MP PP 1694 3290 0 0 0.938 1762 3350 0 0 0.812 1694 3290 0 0 0.938 2 interp_poly 1762 3350 0 0 0.812 1722 3180 0 0.0625 1 1762 3350 0 0 0.812 2 interp_poly -40 -182 68 11 1550 3273 3 MP PP 1550 3273 0 0 0.625 1618 3284 0 0 0.625 1550 3273 0 0 0.625 2 interp_poly 1618 3284 0 0 0.625 1578 3102 0 0 0.875 1618 3284 0 0 0.625 2 interp_poly 68 11 -40 -16 1590 3289 3 MP PP 1590 3289 0 0 0.625 1550 3273 0 0 0.625 1590 3289 0 0 0.625 2 interp_poly 1550 3273 0 0 0.625 1618 3284 0 0 0.625 1550 3273 0 0 0.625 2 interp_poly 68 -36 -40 199 1630 3090 3 MP PP 1630 3090 0 0 1 1590 3289 0 0 0.625 1630 3090 0 0 1 2 interp_poly 1590 3289 0 0 0.625 1658 3253 0 0 0.688 1590 3289 0 0 0.625 2 interp_poly -40 -43 68 -78 1642 3254 3 MP PP 1642 3254 0 0 0.875 1710 3176 0 0 0.938 1642 3254 0 0 0.875 2 interp_poly 1710 3176 0 0 0.938 1670 3133 0 0 1 1710 3176 0 0 0.938 2 interp_poly -40 31 68 -36 1590 3289 3 MP PP 1590 3289 0 0 0.625 1658 3253 0 0 0.688 1590 3289 0 0 0.625 2 interp_poly 1658 3253 0 0 0.688 1618 3284 0 0 0.625 1658 3253 0 0 0.688 2 interp_poly 68 -78 -40 -19 1682 3273 3 MP PP 1682 3273 0 0 0.875 1642 3254 0 0 0.875 1682 3273 0 0 0.875 2 interp_poly 1642 3254 0 0 0.875 1710 3176 0 0 0.938 1642 3254 0 0 0.875 2 interp_poly -40 -16 68 -69 1522 3358 3 MP PP 1522 3358 0 0 0.562 1590 3289 0 0 0.625 1522 3358 0 0 0.562 2 interp_poly 1590 3289 0 0 0.625 1550 3273 0 0 0.625 1590 3289 0 0 0.625 2 interp_poly -40 199 68 -208 1562 3298 3 MP PP 1562 3298 0 0 0.688 1630 3090 0 0 1 1562 3298 0 0 0.688 2 interp_poly 1630 3090 0 0 1 1590 3289 0 0 0.625 1630 3090 0 0 1 2 interp_poly 68 -208 -40 234 1602 3064 3 MP PP 1602 3064 0 0.125 1 1562 3298 0 0 0.688 1602 3064 0 0.125 1 2 interp_poly 1562 3298 0 0 0.688 1630 3090 0 0 1 1562 3298 0 0 0.688 2 interp_poly 68 -69 -40 60 1562 3298 3 MP PP 1562 3298 0 0 0.688 1522 3358 0 0 0.562 1562 3298 0 0 0.688 2 interp_poly 1522 3358 0 0 0.562 1590 3289 0 0 0.625 1522 3358 0 0 0.562 2 interp_poly -40 -190 68 -136 1574 3390 3 MP PP 1574 3390 0 0 0.625 1642 3254 0 0 0.875 1574 3390 0 0 0.625 2 interp_poly 1642 3254 0 0 0.875 1602 3064 0 0.125 1 1642 3254 0 0 0.875 2 interp_poly 68 69 -40 -190 1642 3254 3 MP PP 1642 3254 0 0 0.875 1602 3064 0 0.125 1 1642 3254 0 0 0.875 2 interp_poly 1602 3064 0 0.125 1 1670 3133 0 0 1 1602 3064 0 0.125 1 2 interp_poly -40 -19 68 139 1614 3134 3 MP PP 1614 3134 0 0.125 1 1682 3273 0 0 0.875 1614 3134 0 0.125 1 2 interp_poly 1682 3273 0 0 0.875 1642 3254 0 0 0.875 1682 3273 0 0 0.875 2 interp_poly 68 139 -40 -130 1654 3264 3 MP PP 1654 3264 0 0 0.938 1614 3134 0 0.125 1 1654 3264 0 0 0.938 2 interp_poly 1614 3134 0 0.125 1 1682 3273 0 0 0.875 1614 3134 0 0.125 1 2 interp_poly -40 93 68 -84 1654 3264 3 MP PP 1654 3264 0 0 0.938 1722 3180 0 0.0625 1 1654 3264 0 0 0.938 2 interp_poly 1722 3180 0 0.0625 1 1682 3273 0 0 0.875 1722 3180 0 0.0625 1 2 interp_poly 68 -84 -40 -26 1694 3290 3 MP PP 1694 3290 0 0 0.938 1654 3264 0 0 0.938 1694 3290 0 0 0.938 2 interp_poly 1654 3264 0 0 0.938 1722 3180 0 0.0625 1 1654 3264 0 0 0.938 2 interp_poly 68 60 -40 754 1734 2536 3 MP PP 1734 2536 0.25 1 0.812 1694 3290 0 0 0.938 1734 2536 0.25 1 0.812 2 interp_poly 1694 3290 0 0 0.938 1762 3350 0 0 0.812 1694 3290 0 0 0.938 2 interp_poly -40 505 68 309 1734 2536 3 MP PP 1734 2536 0.25 1 0.812 1802 2845 0 0.688 1 1734 2536 0.25 1 0.812 2 interp_poly 1802 2845 0 0.688 1 1762 3350 0 0 0.812 1802 2845 0 0.688 1 2 interp_poly -40 -960 68 104 1706 3392 3 MP PP 1706 3392 0 0 0.875 1774 3496 0 0 0.688 1706 3392 0 0 0.875 2 interp_poly 1774 3496 0 0 0.688 1734 2536 0.25 1 0.812 1774 3496 0 0 0.688 2 interp_poly 68 309 -40 -960 1774 3496 3 MP PP 1774 3496 0 0 0.688 1734 2536 0.25 1 0.812 1774 3496 0 0 0.688 2 interp_poly 1734 2536 0.25 1 0.812 1802 2845 0 0.688 1 1734 2536 0.25 1 0.812 2 interp_poly -40 148 68 42 1746 3306 3 MP PP 1746 3306 0 0.0625 1 1814 3348 0 0 0.938 1746 3306 0 0.0625 1 2 interp_poly 1814 3348 0 0 0.938 1774 3496 0 0 0.688 1814 3348 0 0 0.938 2 interp_poly 68 -80 -40 30 1826 3370 3 MP PP 1826 3370 0 0.0625 1 1786 3400 0 0 0.938 1826 3370 0 0.0625 1 2 interp_poly 1786 3400 0 0 0.938 1854 3320 0 0.0625 1 1786 3400 0 0 0.938 2 interp_poly -40 28 68 -80 1786 3400 3 MP PP 1786 3400 0 0 0.938 1854 3320 0 0.0625 1 1786 3400 0 0 0.938 2 interp_poly 1854 3320 0 0.0625 1 1814 3348 0 0 0.938 1854 3320 0 0.0625 1 2 interp_poly 68 -41 -40 -24 1819 3987 3 MP PP 1819 3987 0 0 0.562 1779 3963 0 0 0.562 1819 3987 0 0 0.562 2 interp_poly 1779 3963 0 0 0.562 1847 3922 0 0 0.562 1779 3963 0 0 0.562 2 interp_poly -40 -9 68 -41 1779 3963 3 MP PP 1779 3963 0 0 0.562 1847 3922 0 0 0.562 1779 3963 0 0 0.562 2 interp_poly 1847 3922 0 0 0.562 1807 3913 0 0 0.562 1847 3922 0 0 0.562 2 interp_poly -40 -187 68 50 1731 3649 3 MP PP 1731 3649 0 0 0.625 1799 3699 0 0 0.562 1731 3649 0 0 0.625 2 interp_poly 1799 3699 0 0 0.562 1759 3512 0 0 0.812 1799 3699 0 0 0.562 2 interp_poly 68 104 -40 86 1746 3306 3 MP PP 1746 3306 0 0.0625 1 1706 3392 0 0 0.875 1746 3306 0 0.0625 1 2 interp_poly 1706 3392 0 0 0.875 1774 3496 0 0 0.688 1706 3392 0 0 0.875 2 interp_poly 67 -142 -40 -187 1799 3699 3 MP PP 1799 3699 0 0 0.562 1759 3512 0 0 0.812 1799 3699 0 0 0.562 2 interp_poly 1759 3512 0 0 0.812 1826 3370 0 0.0625 1 1759 3512 0 0 0.812 2 interp_poly -40 91 68 7 1771 3601 3 MP PP 1771 3601 0 0 0.75 1839 3608 0 0 0.75 1771 3601 0 0 0.75 2 interp_poly 1839 3608 0 0 0.75 1799 3699 0 0 0.562 1839 3608 0 0 0.75 2 interp_poly 68 7 -40 -129 1811 3730 3 MP PP 1811 3730 0 0 0.562 1771 3601 0 0 0.75 1811 3730 0 0 0.562 2 interp_poly 1771 3601 0 0 0.75 1839 3608 0 0 0.75 1771 3601 0 0 0.75 2 interp_poly 68 -86 -40 -58 1807 3913 3 MP PP 1807 3913 0 0 0.562 1767 3855 0 0 0.625 1807 3913 0 0 0.562 2 interp_poly 1767 3855 0 0 0.625 1835 3769 0 0 0.75 1767 3855 0 0 0.625 2 interp_poly -40 4 68 -86 1767 3855 3 MP PP 1767 3855 0 0 0.625 1835 3769 0 0 0.75 1767 3855 0 0 0.625 2 interp_poly 1835 3769 0 0 0.75 1795 3773 0 0 0.688 1835 3769 0 0 0.75 2 interp_poly -40 30 67 -142 1759 3512 3 MP PP 1759 3512 0 0 0.812 1826 3370 0 0.0625 1 1759 3512 0 0 0.812 2 interp_poly 1826 3370 0 0.0625 1 1786 3400 0 0 0.938 1826 3370 0 0.0625 1 2 interp_poly 68 42 -40 -94 1786 3400 3 MP PP 1786 3400 0 0 0.938 1746 3306 0 0.0625 1 1786 3400 0 0 0.938 2 interp_poly 1746 3306 0 0.0625 1 1814 3348 0 0 0.938 1746 3306 0 0.0625 1 2 interp_poly 68 50 -40 48 1771 3601 3 MP PP 1771 3601 0 0 0.75 1731 3649 0 0 0.625 1771 3601 0 0 0.75 2 interp_poly 1731 3649 0 0 0.625 1799 3699 0 0 0.562 1731 3649 0 0 0.625 2 interp_poly -40 -129 68 -37 1743 3767 3 MP PP 1743 3767 0 0 0.562 1811 3730 0 0 0.562 1743 3767 0 0 0.562 2 interp_poly 1811 3730 0 0 0.562 1771 3601 0 0 0.75 1811 3730 0 0 0.562 2 interp_poly 68 -26 -40 -24 1779 3963 3 MP PP 1779 3963 0 0 0.562 1739 3939 0 0 0.562 1779 3963 0 0 0.562 2 interp_poly 1739 3939 0 0 0.562 1807 3913 0 0 0.562 1739 3939 0 0 0.562 2 interp_poly -40 -58 68 -26 1739 3939 3 MP PP 1739 3939 0 0 0.562 1807 3913 0 0 0.562 1739 3939 0 0 0.562 2 interp_poly 1807 3913 0 0 0.562 1767 3855 0 0 0.625 1807 3913 0 0 0.562 2 interp_poly 68 -80 -40 -2 1767 3855 3 MP PP 1767 3855 0 0 0.625 1727 3853 0 0 0.562 1767 3855 0 0 0.625 2 interp_poly 1727 3853 0 0 0.562 1795 3773 0 0 0.688 1727 3853 0 0 0.562 2 interp_poly -40 17 68 -80 1727 3853 3 MP PP 1727 3853 0 0 0.562 1795 3773 0 0 0.688 1727 3853 0 0 0.562 2 interp_poly 1795 3773 0 0 0.688 1755 3790 0 0 0.625 1795 3773 0 0 0.688 2 interp_poly 67 -170 -40 58 1759 3512 3 MP PP 1759 3512 0 0 0.812 1719 3570 0 0 0.688 1759 3512 0 0 0.812 2 interp_poly 1719 3570 0 0 0.688 1786 3400 0 0 0.938 1719 3570 0 0 0.688 2 interp_poly -40 -94 67 -170 1719 3570 3 MP PP 1719 3570 0 0 0.688 1786 3400 0 0 0.938 1719 3570 0 0 0.688 2 interp_poly 1786 3400 0 0 0.938 1746 3306 0 0.0625 1 1786 3400 0 0 0.938 2 interp_poly 68 -144 -40 -22 1743 3767 3 MP PP 1743 3767 0 0 0.562 1703 3745 0 0 0.562 1743 3767 0 0 0.562 2 interp_poly 1703 3745 0 0 0.562 1771 3601 0 0 0.75 1703 3745 0 0 0.562 2 interp_poly -40 48 68 -144 1703 3745 3 MP PP 1703 3745 0 0 0.562 1771 3601 0 0 0.75 1703 3745 0 0 0.562 2 interp_poly 1771 3601 0 0 0.75 1731 3649 0 0 0.625 1771 3601 0 0 0.75 2 interp_poly 68 -60 -40 -24 1739 3939 3 MP PP 1739 3939 0 0 0.562 1699 3915 0 0 0.562 1739 3939 0 0 0.562 2 interp_poly 1699 3915 0 0 0.562 1767 3855 0 0 0.625 1699 3915 0 0 0.562 2 interp_poly -40 -2 68 -60 1699 3915 3 MP PP 1699 3915 0 0 0.562 1767 3855 0 0 0.625 1699 3915 0 0 0.562 2 interp_poly 1767 3855 0 0 0.625 1727 3853 0 0 0.562 1767 3855 0 0 0.625 2 interp_poly 68 -149 -40 12 1731 3649 3 MP PP 1731 3649 0 0 0.625 1691 3661 0 0 0.562 1731 3649 0 0 0.625 2 interp_poly 1691 3661 0 0 0.562 1759 3512 0 0 0.812 1691 3661 0 0 0.562 2 interp_poly -40 58 68 -149 1691 3661 3 MP PP 1691 3661 0 0 0.562 1759 3512 0 0 0.812 1691 3661 0 0 0.562 2 interp_poly 1759 3512 0 0 0.812 1719 3570 0 0 0.688 1759 3512 0 0 0.812 2 interp_poly 68 -50 -40 -13 1727 3853 3 MP PP 1727 3853 0 0 0.562 1687 3840 0 0 0.562 1727 3853 0 0 0.562 2 interp_poly 1687 3840 0 0 0.562 1755 3790 0 0 0.625 1687 3840 0 0 0.562 2 interp_poly -40 -9 68 -50 1687 3840 3 MP PP 1687 3840 0 0 0.562 1755 3790 0 0 0.625 1687 3840 0 0 0.562 2 interp_poly 1755 3790 0 0 0.625 1715 3781 0 0 0.562 1755 3790 0 0 0.625 2 interp_poly gr 0 sg 1533 4878 mt (kx) s gs 899 389 5356 4226 rc 1 sg 68 122 -40 -293 1550 3273 3 MP PP 1550 3273 0 0 0.625 1510 2980 0 0.0625 1 1550 3273 0 0 0.625 2 interp_poly 1510 2980 0 0.0625 1 1578 3102 0 0 0.875 1510 2980 0 0.0625 1 2 interp_poly -40 60 68 -111 1494 3409 3 MP PP 1494 3409 0 0 0.562 1562 3298 0 0 0.688 1494 3409 0 0 0.562 2 interp_poly 1562 3298 0 0 0.688 1522 3358 0 0 0.562 1562 3298 0 0 0.688 2 interp_poly -40 234 68 -276 1534 3340 3 MP PP 1534 3340 0 0 0.688 1602 3064 0 0.125 1 1534 3340 0 0 0.688 2 interp_poly 1602 3064 0 0.125 1 1562 3298 0 0 0.688 1602 3064 0 0.125 1 2 interp_poly 68 -111 -40 69 1534 3340 3 MP PP 1534 3340 0 0 0.688 1494 3409 0 0 0.562 1534 3340 0 0 0.688 2 interp_poly 1494 3409 0 0 0.562 1562 3298 0 0 0.688 1494 3409 0 0 0.562 2 interp_poly 68 -276 -40 -50 1574 3390 3 MP PP 1574 3390 0 0 0.625 1534 3340 0 0 0.688 1574 3390 0 0 0.625 2 interp_poly 1534 3340 0 0 0.688 1602 3064 0 0.125 1 1534 3340 0 0 0.688 2 interp_poly -40 256 68 16 1546 3118 3 MP PP 1546 3118 0 0.188 1 1614 3134 0 0.125 1 1546 3118 0 0.188 1 2 interp_poly 1614 3134 0 0.125 1 1574 3390 0 0 0.625 1614 3134 0 0.125 1 2 interp_poly 68 -136 -40 256 1614 3134 3 MP PP 1614 3134 0 0.125 1 1574 3390 0 0 0.625 1614 3134 0 0.125 1 2 interp_poly 1574 3390 0 0 0.625 1642 3254 0 0 0.875 1574 3390 0 0 0.625 2 interp_poly 68 16 -40 -317 1586 3435 3 MP PP 1586 3435 0 0 0.688 1546 3118 0 0.188 1 1586 3435 0 0 0.688 2 interp_poly 1546 3118 0 0.188 1 1614 3134 0 0.125 1 1546 3118 0 0.188 1 2 interp_poly -40 -130 68 -171 1586 3435 3 MP PP 1586 3435 0 0 0.688 1654 3264 0 0 0.938 1586 3435 0 0 0.688 2 interp_poly 1654 3264 0 0 0.938 1614 3134 0 0.125 1 1654 3264 0 0 0.938 2 interp_poly 68 -171 -40 42 1626 3393 3 MP PP 1626 3393 0 0 0.812 1586 3435 0 0 0.688 1626 3393 0 0 0.812 2 interp_poly 1586 3435 0 0 0.688 1654 3264 0 0 0.938 1586 3435 0 0 0.688 2 interp_poly -40 -43 68 69 1602 3064 3 MP PP 1602 3064 0 0.125 1 1670 3133 0 0 1 1602 3064 0 0.125 1 2 interp_poly 1670 3133 0 0 1 1630 3090 0 0 1 1670 3133 0 0 1 2 interp_poly -40 464 67 -233 1599 3162 3 MP PP 1599 3162 0 0.25 1 1666 2929 0 0.625 1 1599 3162 0 0.25 1 2 interp_poly 1666 2929 0 0.625 1 1626 3393 0 0 0.812 1666 2929 0 0.625 1 2 interp_poly -40 -26 68 -103 1626 3393 3 MP PP 1626 3393 0 0 0.812 1694 3290 0 0 0.938 1626 3393 0 0 0.812 2 interp_poly 1694 3290 0 0 0.938 1654 3264 0 0 0.938 1694 3290 0 0 0.938 2 interp_poly 68 -103 -40 464 1666 2929 3 MP PP 1666 2929 0 0.625 1 1626 3393 0 0 0.812 1666 2929 0 0.625 1 2 interp_poly 1626 3393 0 0 0.812 1694 3290 0 0 0.938 1626 3393 0 0 0.812 2 interp_poly -40 754 68 -393 1666 2929 3 MP PP 1666 2929 0 0.625 1 1734 2536 0.25 1 0.812 1666 2929 0 0.625 1 2 interp_poly 1734 2536 0.25 1 0.812 1694 3290 0 0 0.938 1734 2536 0.25 1 0.812 2 interp_poly -40 -463 67 317 1639 3075 3 MP PP 1639 3075 0 0.438 1 1706 3392 0 0 0.875 1639 3075 0 0.438 1 2 interp_poly 1706 3392 0 0 0.875 1666 2929 0 0.625 1 1706 3392 0 0 0.875 2 interp_poly 67 317 -40 -364 1679 3439 3 MP PP 1679 3439 0 0 0.875 1639 3075 0 0.438 1 1679 3439 0 0 0.875 2 interp_poly 1639 3075 0 0.438 1 1706 3392 0 0 0.875 1639 3075 0 0.438 1 2 interp_poly 68 -393 -40 -463 1706 3392 3 MP PP 1706 3392 0 0 0.875 1666 2929 0 0.625 1 1706 3392 0 0 0.875 2 interp_poly 1666 2929 0 0.625 1 1734 2536 0.25 1 0.812 1666 2929 0 0.625 1 2 interp_poly -40 86 67 -133 1679 3439 3 MP PP 1679 3439 0 0 0.875 1746 3306 0 0.0625 1 1679 3439 0 0 0.875 2 interp_poly 1746 3306 0 0.0625 1 1706 3392 0 0 0.875 1746 3306 0 0.0625 1 2 interp_poly 67 -133 -40 -131 1719 3570 3 MP PP 1719 3570 0 0 0.688 1679 3439 0 0 0.875 1719 3570 0 0 0.688 2 interp_poly 1679 3439 0 0 0.875 1746 3306 0 0.0625 1 1679 3439 0 0 0.875 2 interp_poly 68 -5 -40 -9 1715 3781 3 MP PP 1715 3781 0 0 0.562 1675 3772 0 0 0.562 1715 3781 0 0 0.562 2 interp_poly 1675 3772 0 0 0.562 1743 3767 0 0 0.562 1675 3772 0 0 0.562 2 interp_poly -40 -22 68 -5 1675 3772 3 MP PP 1675 3772 0 0 0.562 1743 3767 0 0 0.562 1675 3772 0 0 0.562 2 interp_poly 1743 3767 0 0 0.562 1703 3745 0 0 0.562 1743 3767 0 0 0.562 2 interp_poly -40 -94 68 -28 1623 3689 3 MP PP 1623 3689 0 0 0.562 1691 3661 0 0 0.562 1623 3689 0 0 0.562 2 interp_poly 1691 3661 0 0 0.562 1651 3567 0 0 0.688 1691 3661 0 0 0.562 2 interp_poly 68 -28 -40 19 1663 3670 3 MP PP 1663 3670 0 0 0.625 1623 3689 0 0 0.562 1663 3670 0 0 0.625 2 interp_poly 1623 3689 0 0 0.562 1691 3661 0 0 0.562 1623 3689 0 0 0.562 2 interp_poly 68 3 -40 -94 1691 3661 3 MP PP 1691 3661 0 0 0.562 1651 3567 0 0 0.688 1691 3661 0 0 0.562 2 interp_poly 1651 3567 0 0 0.688 1719 3570 0 0 0.688 1651 3567 0 0 0.688 2 interp_poly -40 12 68 -21 1663 3670 3 MP PP 1663 3670 0 0 0.625 1731 3649 0 0 0.625 1663 3670 0 0 0.625 2 interp_poly 1731 3649 0 0 0.625 1691 3661 0 0 0.562 1731 3649 0 0 0.625 2 interp_poly 68 -21 -40 -75 1703 3745 3 MP PP 1703 3745 0 0 0.562 1663 3670 0 0 0.625 1703 3745 0 0 0.562 2 interp_poly 1663 3670 0 0 0.625 1731 3649 0 0 0.625 1663 3670 0 0 0.625 2 interp_poly 68 -38 -40 -24 1699 3915 3 MP PP 1699 3915 0 0 0.562 1659 3891 0 0 0.562 1699 3915 0 0 0.562 2 interp_poly 1659 3891 0 0 0.562 1727 3853 0 0 0.562 1659 3891 0 0 0.562 2 interp_poly -40 -13 68 -38 1659 3891 3 MP PP 1659 3891 0 0 0.562 1727 3853 0 0 0.562 1659 3891 0 0 0.562 2 interp_poly 1727 3853 0 0 0.562 1687 3840 0 0 0.562 1727 3853 0 0 0.562 2 interp_poly -40 -131 68 3 1651 3567 3 MP PP 1651 3567 0 0 0.688 1719 3570 0 0 0.688 1651 3567 0 0 0.688 2 interp_poly 1719 3570 0 0 0.688 1679 3439 0 0 0.875 1719 3570 0 0 0.688 2 interp_poly 68 -19 -40 -40 1687 3840 3 MP PP 1687 3840 0 0 0.562 1647 3800 0 0 0.562 1687 3840 0 0 0.562 2 interp_poly 1647 3800 0 0 0.562 1715 3781 0 0 0.562 1647 3800 0 0 0.562 2 interp_poly -40 -9 68 -19 1647 3800 3 MP PP 1647 3800 0 0 0.562 1715 3781 0 0 0.562 1647 3800 0 0 0.562 2 interp_poly 1715 3781 0 0 0.562 1675 3772 0 0 0.562 1715 3781 0 0 0.562 2 interp_poly 68 -11 -40 -16 1675 3772 3 MP PP 1675 3772 0 0 0.562 1635 3756 0 0 0.562 1675 3772 0 0 0.562 2 interp_poly 1635 3756 0 0 0.562 1703 3745 0 0 0.562 1635 3756 0 0 0.562 2 interp_poly -40 -75 68 -11 1635 3756 3 MP PP 1635 3756 0 0 0.562 1703 3745 0 0 0.562 1635 3756 0 0 0.562 2 interp_poly 1703 3745 0 0 0.562 1663 3670 0 0 0.625 1703 3745 0 0 0.562 2 interp_poly 68 -27 -40 -24 1659 3891 3 MP PP 1659 3891 0 0 0.562 1619 3867 0 0 0.562 1659 3891 0 0 0.562 2 interp_poly 1619 3867 0 0 0.562 1687 3840 0 0 0.562 1619 3867 0 0 0.562 2 interp_poly -40 -40 68 -27 1619 3867 3 MP PP 1619 3867 0 0 0.562 1687 3840 0 0 0.562 1619 3867 0 0 0.562 2 interp_poly 1687 3840 0 0 0.562 1647 3800 0 0 0.562 1687 3840 0 0 0.562 2 interp_poly 68 -110 -40 -18 1651 3567 3 MP PP 1651 3567 0 0 0.688 1611 3549 0 0 0.688 1651 3567 0 0 0.688 2 interp_poly 1611 3549 0 0 0.688 1679 3439 0 0 0.875 1611 3549 0 0 0.688 2 interp_poly -40 42 67 -137 1559 3530 3 MP PP 1559 3530 0 0 0.562 1626 3393 0 0 0.812 1559 3530 0 0 0.562 2 interp_poly 1626 3393 0 0 0.812 1586 3435 0 0 0.688 1626 3393 0 0 0.812 2 interp_poly -40 -50 68 -6 1506 3396 3 MP PP 1506 3396 0 0 0.688 1574 3390 0 0 0.625 1506 3396 0 0 0.688 2 interp_poly 1574 3390 0 0 0.625 1534 3340 0 0 0.688 1574 3390 0 0 0.625 2 interp_poly -40 -255 68 -43 1414 3343 3 MP PP 1414 3343 0 0 0.562 1482 3300 0 0 0.625 1414 3343 0 0 0.562 2 interp_poly 1482 3300 0 0 0.625 1442 3045 0 0 1 1482 3300 0 0 0.625 2 interp_poly 68 -43 -40 52 1454 3291 3 MP PP 1454 3291 0 0 0.688 1414 3343 0 0 0.562 1454 3291 0 0 0.688 2 interp_poly 1414 3343 0 0 0.562 1482 3300 0 0 0.625 1414 3343 0 0 0.562 2 interp_poly -40 -58 68 67 1454 3291 3 MP PP 1454 3291 0 0 0.688 1522 3358 0 0 0.562 1454 3291 0 0 0.688 2 interp_poly 1522 3358 0 0 0.562 1482 3300 0 0 0.625 1522 3358 0 0 0.562 2 interp_poly 68 67 -40 -118 1494 3409 3 MP PP 1494 3409 0 0 0.562 1454 3291 0 0 0.688 1494 3409 0 0 0.562 2 interp_poly 1454 3291 0 0 0.688 1522 3358 0 0 0.562 1454 3291 0 0 0.688 2 interp_poly 68 -65 -40 -255 1482 3300 3 MP PP 1482 3300 0 0 0.625 1442 3045 0 0 1 1482 3300 0 0 0.625 2 interp_poly 1442 3045 0 0 1 1510 2980 0 0.0625 1 1442 3045 0 0 1 2 interp_poly -40 -293 68 -27 1482 3300 3 MP PP 1482 3300 0 0 0.625 1550 3273 0 0 0.625 1482 3300 0 0 0.625 2 interp_poly 1550 3273 0 0 0.625 1510 2980 0 0.0625 1 1550 3273 0 0 0.625 2 interp_poly 68 -27 -40 -58 1522 3358 3 MP PP 1522 3358 0 0 0.562 1482 3300 0 0 0.625 1522 3358 0 0 0.562 2 interp_poly 1482 3300 0 0 0.625 1550 3273 0 0 0.625 1482 3300 0 0 0.625 2 interp_poly -40 69 68 90 1466 3250 3 MP PP 1466 3250 0 0 0.875 1534 3340 0 0 0.688 1466 3250 0 0 0.875 2 interp_poly 1534 3340 0 0 0.688 1494 3409 0 0 0.562 1534 3340 0 0 0.688 2 interp_poly 68 90 -40 -146 1506 3396 3 MP PP 1506 3396 0 0 0.688 1466 3250 0 0 0.875 1506 3396 0 0 0.688 2 interp_poly 1466 3250 0 0 0.875 1534 3340 0 0 0.688 1466 3250 0 0 0.875 2 interp_poly 68 -6 -40 278 1546 3118 3 MP PP 1546 3118 0 0.188 1 1506 3396 0 0 0.688 1546 3118 0 0.188 1 2 interp_poly 1506 3396 0 0 0.688 1574 3390 0 0 0.625 1506 3396 0 0 0.688 2 interp_poly -40 -317 67 50 1519 3385 3 MP PP 1519 3385 0 0 0.812 1586 3435 0 0 0.688 1519 3385 0 0 0.812 2 interp_poly 1586 3435 0 0 0.688 1546 3118 0 0.188 1 1586 3435 0 0 0.688 2 interp_poly 67 50 -40 -145 1559 3530 3 MP PP 1559 3530 0 0 0.562 1519 3385 0 0 0.812 1559 3530 0 0 0.562 2 interp_poly 1519 3385 0 0 0.812 1586 3435 0 0 0.688 1519 3385 0 0 0.812 2 interp_poly 67 -137 -40 368 1599 3162 3 MP PP 1599 3162 0 0.25 1 1559 3530 0 0 0.562 1599 3162 0 0.25 1 2 interp_poly 1559 3530 0 0 0.562 1626 3393 0 0 0.812 1559 3530 0 0 0.562 2 interp_poly -40 -364 68 -110 1611 3549 3 MP PP 1611 3549 0 0 0.688 1679 3439 0 0 0.875 1611 3549 0 0 0.688 2 interp_poly 1679 3439 0 0 0.875 1639 3075 0 0.438 1 1679 3439 0 0 0.875 2 interp_poly 68 -30 -40 2 1647 3800 3 MP PP 1647 3800 0 0 0.562 1607 3802 0 0 0.562 1647 3800 0 0 0.562 2 interp_poly 1607 3802 0 0 0.562 1675 3772 0 0 0.562 1607 3802 0 0 0.562 2 interp_poly -40 -16 68 -30 1607 3802 3 MP PP 1607 3802 0 0 0.562 1675 3772 0 0 0.562 1607 3802 0 0 0.562 2 interp_poly 1675 3772 0 0 0.562 1635 3756 0 0 0.562 1675 3772 0 0 0.562 2 interp_poly 67 -233 -40 87 1639 3075 3 MP PP 1639 3075 0 0.438 1 1599 3162 0 0.25 1 1639 3075 0 0.438 1 2 interp_poly 1599 3162 0 0.25 1 1666 2929 0 0.625 1 1599 3162 0 0.25 1 2 interp_poly 68 -40 -40 -46 1635 3756 3 MP PP 1635 3756 0 0 0.562 1595 3710 0 0 0.562 1635 3756 0 0 0.562 2 interp_poly 1595 3710 0 0 0.562 1663 3670 0 0 0.625 1595 3710 0 0 0.562 2 interp_poly -40 19 68 -40 1595 3710 3 MP PP 1595 3710 0 0 0.562 1663 3670 0 0 0.625 1595 3710 0 0 0.562 2 interp_poly 1663 3670 0 0 0.625 1623 3689 0 0 0.562 1663 3670 0 0 0.625 2 interp_poly 68 9 -40 -131 1623 3689 3 MP PP 1623 3689 0 0 0.562 1583 3558 0 0 0.75 1623 3689 0 0 0.562 2 interp_poly 1583 3558 0 0 0.75 1651 3567 0 0 0.688 1583 3558 0 0 0.75 2 interp_poly -40 -18 68 9 1583 3558 3 MP PP 1583 3558 0 0 0.75 1651 3567 0 0 0.688 1583 3558 0 0 0.75 2 interp_poly 1651 3567 0 0 0.688 1611 3549 0 0 0.688 1651 3567 0 0 0.688 2 interp_poly 68 -43 -40 -24 1619 3867 3 MP PP 1619 3867 0 0 0.562 1579 3843 0 0 0.562 1619 3867 0 0 0.562 2 interp_poly 1579 3843 0 0 0.562 1647 3800 0 0 0.562 1579 3843 0 0 0.562 2 interp_poly -40 2 68 -43 1579 3843 3 MP PP 1579 3843 0 0 0.562 1647 3800 0 0 0.562 1579 3843 0 0 0.562 2 interp_poly 1647 3800 0 0 0.562 1607 3802 0 0 0.562 1647 3800 0 0 0.562 2 interp_poly -40 278 67 -74 1479 3192 3 MP PP 1479 3192 0 0.0625 1 1546 3118 0 0.188 1 1479 3192 0 0.0625 1 2 interp_poly 1546 3118 0 0.188 1 1506 3396 0 0 0.688 1546 3118 0 0.188 1 2 interp_poly 67 -74 -40 -193 1519 3385 3 MP PP 1519 3385 0 0 0.812 1479 3192 0 0.0625 1 1519 3385 0 0 0.812 2 interp_poly 1479 3192 0 0.0625 1 1546 3118 0 0.188 1 1479 3192 0 0.0625 1 2 interp_poly -40 368 68 314 1531 2848 3 MP PP 1531 2848 0 0.812 1 1599 3162 0 0.25 1 1531 2848 0 0.812 1 2 interp_poly 1599 3162 0 0.25 1 1559 3530 0 0 0.562 1599 3162 0 0.25 1 2 interp_poly 68 -208 -40 -266 1611 3549 3 MP PP 1611 3549 0 0 0.688 1571 3283 0 0.125 1 1611 3549 0 0 0.688 2 interp_poly 1571 3283 0 0.125 1 1639 3075 0 0.438 1 1571 3283 0 0.125 1 2 interp_poly -40 87 68 -208 1571 3283 3 MP PP 1571 3283 0 0.125 1 1639 3075 0 0.438 1 1571 3283 0 0.125 1 2 interp_poly 1639 3075 0 0.438 1 1599 3162 0 0.25 1 1639 3075 0 0.438 1 2 interp_poly 68 10 -40 -56 1607 3802 3 MP PP 1607 3802 0 0 0.562 1567 3746 0 0 0.562 1607 3802 0 0 0.562 2 interp_poly 1567 3746 0 0 0.562 1635 3756 0 0 0.562 1567 3746 0 0 0.562 2 interp_poly -40 -46 68 10 1567 3746 3 MP PP 1567 3746 0 0 0.562 1635 3756 0 0 0.562 1567 3746 0 0 0.562 2 interp_poly 1635 3756 0 0 0.562 1595 3710 0 0 0.562 1635 3756 0 0 0.562 2 interp_poly 68 -2 -40 -19 1595 3710 3 MP PP 1595 3710 0 0 0.562 1555 3691 0 0 0.562 1595 3710 0 0 0.562 2 interp_poly 1555 3691 0 0 0.562 1623 3689 0 0 0.562 1555 3691 0 0 0.562 2 interp_poly -40 -131 68 -2 1555 3691 3 MP PP 1555 3691 0 0 0.562 1623 3689 0 0 0.562 1555 3691 0 0 0.562 2 interp_poly 1623 3689 0 0 0.562 1583 3558 0 0 0.75 1623 3689 0 0 0.562 2 interp_poly 68 9 -40 -18 1583 3558 3 MP PP 1583 3558 0 0 0.75 1543 3540 0 0 0.75 1583 3558 0 0 0.75 2 interp_poly 1543 3540 0 0 0.75 1611 3549 0 0 0.688 1543 3540 0 0 0.75 2 interp_poly -40 -145 68 -2 1491 3532 3 MP PP 1491 3532 0 0 0.625 1559 3530 0 0 0.562 1491 3532 0 0 0.625 2 interp_poly 1559 3530 0 0 0.562 1519 3385 0 0 0.812 1559 3530 0 0 0.562 2 interp_poly -40 -118 68 15 1426 3394 3 MP PP 1426 3394 0 0 0.562 1494 3409 0 0 0.562 1426 3394 0 0 0.562 2 interp_poly 1494 3409 0 0 0.562 1454 3291 0 0 0.688 1494 3409 0 0 0.562 2 interp_poly 68 15 -40 144 1466 3250 3 MP PP 1466 3250 0 0 0.875 1426 3394 0 0 0.562 1466 3250 0 0 0.875 2 interp_poly 1426 3394 0 0 0.562 1494 3409 0 0 0.562 1426 3394 0 0 0.562 2 interp_poly -40 -146 67 -48 1439 3444 3 MP PP 1439 3444 0 0 0.625 1506 3396 0 0 0.688 1439 3444 0 0 0.625 2 interp_poly 1506 3396 0 0 0.688 1466 3250 0 0 0.875 1506 3396 0 0 0.688 2 interp_poly 67 -48 -40 252 1479 3192 3 MP PP 1479 3192 0 0.0625 1 1439 3444 0 0 0.625 1479 3192 0 0.0625 1 2 interp_poly 1439 3444 0 0 0.625 1506 3396 0 0 0.688 1439 3444 0 0 0.625 2 interp_poly -40 -193 68 -68 1451 3453 3 MP PP 1451 3453 0 0 0.688 1519 3385 0 0 0.812 1451 3453 0 0 0.688 2 interp_poly 1519 3385 0 0 0.812 1479 3192 0 0.0625 1 1519 3385 0 0 0.812 2 interp_poly 68 -68 -40 -79 1491 3532 3 MP PP 1491 3532 0 0 0.625 1451 3453 0 0 0.688 1491 3532 0 0 0.625 2 interp_poly 1451 3453 0 0 0.688 1519 3385 0 0 0.812 1451 3453 0 0 0.688 2 interp_poly 68 -2 -40 684 1531 2848 3 MP PP 1531 2848 0 0.812 1 1491 3532 0 0 0.625 1531 2848 0 0.812 1 2 interp_poly 1491 3532 0 0 0.625 1559 3530 0 0 0.562 1491 3532 0 0 0.625 2 interp_poly -40 -266 68 9 1543 3540 3 MP PP 1543 3540 0 0 0.75 1611 3549 0 0 0.688 1543 3540 0 0 0.75 2 interp_poly 1611 3549 0 0 0.688 1571 3283 0 0.125 1 1611 3549 0 0 0.688 2 interp_poly 68 -17 -40 -24 1579 3843 3 MP PP 1579 3843 0 0 0.562 1539 3819 0 0 0.562 1579 3843 0 0 0.562 2 interp_poly 1539 3819 0 0 0.562 1607 3802 0 0 0.562 1539 3819 0 0 0.562 2 interp_poly -40 -56 68 -17 1539 3819 3 MP PP 1539 3819 0 0 0.562 1607 3802 0 0 0.562 1539 3819 0 0 0.562 2 interp_poly 1607 3802 0 0 0.562 1567 3746 0 0 0.562 1607 3802 0 0 0.562 2 interp_poly 68 314 -40 -435 1571 3283 3 MP PP 1571 3283 0 0.125 1 1531 2848 0 0.812 1 1571 3283 0 0.125 1 2 interp_poly 1531 2848 0 0.812 1 1599 3162 0 0.25 1 1531 2848 0 0.812 1 2 interp_poly 68 -32 -40 -4 1567 3746 3 MP PP 1567 3746 0 0 0.562 1527 3742 0 0 0.562 1567 3746 0 0 0.562 2 interp_poly 1527 3742 0 0 0.562 1595 3710 0 0 0.562 1527 3742 0 0 0.562 2 interp_poly -40 -19 68 -32 1527 3742 3 MP PP 1527 3742 0 0 0.562 1595 3710 0 0 0.562 1527 3742 0 0 0.562 2 interp_poly 1595 3710 0 0 0.562 1555 3691 0 0 0.562 1595 3710 0 0 0.562 2 interp_poly 68 -15 -40 -118 1555 3691 3 MP PP 1555 3691 0 0 0.562 1515 3573 0 0 0.75 1555 3691 0 0 0.562 2 interp_poly 1515 3573 0 0 0.75 1583 3558 0 0 0.75 1515 3573 0 0 0.75 2 interp_poly -40 -18 68 -15 1515 3573 3 MP PP 1515 3573 0 0 0.75 1583 3558 0 0 0.75 1515 3573 0 0 0.75 2 interp_poly 1583 3558 0 0 0.75 1543 3540 0 0 0.75 1583 3558 0 0 0.75 2 interp_poly 68 -81 -40 -176 1543 3540 3 MP PP 1543 3540 0 0 0.75 1503 3364 0 0 1 1543 3540 0 0 0.75 2 interp_poly 1503 3364 0 0 1 1571 3283 0 0.125 1 1503 3364 0 0 1 2 interp_poly -40 -435 68 -81 1503 3364 3 MP PP 1503 3364 0 0 1 1571 3283 0 0.125 1 1503 3364 0 0 1 2 interp_poly 1571 3283 0 0.125 1 1531 2848 0 0.812 1 1571 3283 0 0.125 1 2 interp_poly 68 -49 -40 -24 1539 3819 3 MP PP 1539 3819 0 0 0.562 1499 3795 0 0 0.562 1539 3819 0 0 0.562 2 interp_poly 1499 3795 0 0 0.562 1567 3746 0 0 0.562 1499 3795 0 0 0.562 2 interp_poly -40 -4 68 -49 1499 3795 3 MP PP 1499 3795 0 0 0.562 1567 3746 0 0 0.562 1499 3795 0 0 0.562 2 interp_poly 1567 3746 0 0 0.562 1527 3742 0 0 0.562 1567 3746 0 0 0.562 2 interp_poly 68 -23 -40 -28 1527 3742 3 MP PP 1527 3742 0 0 0.562 1487 3714 0 0 0.562 1527 3742 0 0 0.562 2 interp_poly 1487 3714 0 0 0.562 1555 3691 0 0 0.562 1487 3714 0 0 0.562 2 interp_poly -40 -118 68 -23 1487 3714 3 MP PP 1487 3714 0 0 0.562 1555 3691 0 0 0.562 1487 3714 0 0 0.562 2 interp_poly 1555 3691 0 0 0.562 1515 3573 0 0 0.75 1555 3691 0 0 0.562 2 interp_poly -40 -79 68 42 1423 3490 3 MP PP 1423 3490 0 0 0.688 1491 3532 0 0 0.625 1423 3490 0 0 0.688 2 interp_poly 1491 3532 0 0 0.625 1451 3453 0 0 0.688 1491 3532 0 0 0.625 2 interp_poly -40 -58 68 -28 1318 3393 3 MP PP 1318 3393 0 0 0.562 1386 3365 0 0 0.562 1318 3393 0 0 0.562 2 interp_poly 1386 3365 0 0 0.562 1346 3307 0 0 0.625 1386 3365 0 0 0.562 2 interp_poly 68 -28 -40 14 1358 3379 3 MP PP 1358 3379 0 0 0.625 1318 3393 0 0 0.562 1358 3379 0 0 0.625 2 interp_poly 1318 3393 0 0 0.562 1386 3365 0 0 0.562 1318 3393 0 0 0.562 2 interp_poly 68 36 -40 -58 1386 3365 3 MP PP 1386 3365 0 0 0.562 1346 3307 0 0 0.625 1386 3365 0 0 0.562 2 interp_poly 1346 3307 0 0 0.625 1414 3343 0 0 0.562 1346 3307 0 0 0.625 2 interp_poly -40 -29 68 15 1358 3379 3 MP PP 1358 3379 0 0 0.625 1426 3394 0 0 0.562 1358 3379 0 0 0.625 2 interp_poly 1426 3394 0 0 0.562 1386 3365 0 0 0.562 1426 3394 0 0 0.562 2 interp_poly -40 -317 68 36 1346 3307 3 MP PP 1346 3307 0 0 0.625 1414 3343 0 0 0.562 1346 3307 0 0 0.625 2 interp_poly 1414 3343 0 0 0.562 1374 3026 0 0.0625 1 1414 3343 0 0 0.562 2 interp_poly 68 19 -40 -317 1414 3343 3 MP PP 1414 3343 0 0 0.562 1374 3026 0 0.0625 1 1414 3343 0 0 0.562 2 interp_poly 1374 3026 0 0.0625 1 1442 3045 0 0 1 1374 3026 0 0.0625 1 2 interp_poly -40 52 68 -74 1386 3365 3 MP PP 1386 3365 0 0 0.562 1454 3291 0 0 0.688 1386 3365 0 0 0.562 2 interp_poly 1454 3291 0 0 0.688 1414 3343 0 0 0.562 1454 3291 0 0 0.688 2 interp_poly 68 -74 -40 -29 1426 3394 3 MP PP 1426 3394 0 0 0.562 1386 3365 0 0 0.562 1426 3394 0 0 0.562 2 interp_poly 1386 3365 0 0 0.562 1454 3291 0 0 0.688 1386 3365 0 0 0.562 2 interp_poly 68 15 -40 37 1398 3342 3 MP PP 1398 3342 0 0 0.75 1358 3379 0 0 0.625 1398 3342 0 0 0.75 2 interp_poly 1358 3379 0 0 0.625 1426 3394 0 0 0.562 1358 3379 0 0 0.625 2 interp_poly -41 -102 68 51 1371 3393 3 MP PP 1371 3393 0 0 0.688 1439 3444 0 0 0.625 1371 3393 0 0 0.688 2 interp_poly 1439 3444 0 0 0.625 1398 3342 0 0 0.75 1439 3444 0 0 0.625 2 interp_poly -40 144 68 -92 1398 3342 3 MP PP 1398 3342 0 0 0.75 1466 3250 0 0 0.875 1398 3342 0 0 0.75 2 interp_poly 1466 3250 0 0 0.875 1426 3394 0 0 0.562 1466 3250 0 0 0.875 2 interp_poly 68 -92 -41 -102 1439 3444 3 MP PP 1439 3444 0 0 0.625 1398 3342 0 0 0.75 1439 3444 0 0 0.625 2 interp_poly 1398 3342 0 0 0.75 1466 3250 0 0 0.875 1398 3342 0 0 0.75 2 interp_poly 68 51 -40 67 1411 3326 3 MP PP 1411 3326 0 0 0.875 1371 3393 0 0 0.688 1411 3326 0 0 0.875 2 interp_poly 1371 3393 0 0 0.688 1439 3444 0 0 0.625 1371 3393 0 0 0.688 2 interp_poly -40 252 68 -134 1411 3326 3 MP PP 1411 3326 0 0 0.875 1479 3192 0 0.0625 1 1411 3326 0 0 0.875 2 interp_poly 1479 3192 0 0.0625 1 1439 3444 0 0 0.625 1479 3192 0 0.0625 1 2 interp_poly -40 -127 68 -88 1383 3541 3 MP PP 1383 3541 0 0 0.562 1451 3453 0 0 0.688 1383 3541 0 0 0.562 2 interp_poly 1451 3453 0 0 0.688 1411 3326 0 0 0.875 1451 3453 0 0 0.688 2 interp_poly 68 -88 -40 51 1423 3490 3 MP PP 1423 3490 0 0 0.688 1383 3541 0 0 0.562 1423 3490 0 0 0.688 2 interp_poly 1383 3541 0 0 0.562 1451 3453 0 0 0.688 1383 3541 0 0 0.562 2 interp_poly 68 -134 -40 -127 1451 3453 3 MP PP 1451 3453 0 0 0.688 1411 3326 0 0 0.875 1451 3453 0 0 0.688 2 interp_poly 1411 3326 0 0 0.875 1479 3192 0 0.0625 1 1411 3326 0 0 0.875 2 interp_poly 68 42 -40 140 1463 3350 3 MP PP 1463 3350 0 0 1 1423 3490 0 0 0.688 1463 3350 0 0 1 2 interp_poly 1423 3490 0 0 0.688 1491 3532 0 0 0.625 1423 3490 0 0 0.688 2 interp_poly -40 684 68 -502 1463 3350 3 MP PP 1463 3350 0 0 1 1531 2848 0 0.812 1 1463 3350 0 0 1 2 interp_poly 1531 2848 0 0.812 1 1491 3532 0 0 0.625 1531 2848 0 0.812 1 2 interp_poly 68 38 -40 -71 1515 3573 3 MP PP 1515 3573 0 0 0.75 1475 3502 0 0 0.812 1515 3573 0 0 0.75 2 interp_poly 1475 3502 0 0 0.812 1543 3540 0 0 0.75 1475 3502 0 0 0.812 2 interp_poly -40 -176 68 38 1475 3502 3 MP PP 1475 3502 0 0 0.812 1543 3540 0 0 0.75 1475 3502 0 0 0.812 2 interp_poly 1543 3540 0 0 0.75 1503 3364 0 0 1 1543 3540 0 0 0.75 2 interp_poly 68 -502 -40 -14 1503 3364 3 MP PP 1503 3364 0 0 1 1463 3350 0 0 1 1503 3364 0 0 1 2 interp_poly 1463 3350 0 0 1 1531 2848 0 0.812 1 1463 3350 0 0 1 2 interp_poly 68 -28 -40 -25 1499 3795 3 MP PP 1499 3795 0 0 0.562 1459 3770 0 0 0.562 1499 3795 0 0 0.562 2 interp_poly 1459 3770 0 0 0.562 1527 3742 0 0 0.562 1459 3770 0 0 0.562 2 interp_poly -40 -28 68 -28 1459 3770 3 MP PP 1459 3770 0 0 0.562 1527 3742 0 0 0.562 1459 3770 0 0 0.562 2 interp_poly 1527 3742 0 0 0.562 1487 3714 0 0 0.562 1527 3742 0 0 0.562 2 interp_poly 68 -65 -40 -76 1487 3714 3 MP PP 1487 3714 0 0 0.562 1447 3638 0 0 0.625 1487 3714 0 0 0.562 2 interp_poly 1447 3638 0 0 0.625 1515 3573 0 0 0.75 1447 3638 0 0 0.625 2 interp_poly -40 -71 68 -65 1447 3638 3 MP PP 1447 3638 0 0 0.625 1515 3573 0 0 0.75 1447 3638 0 0 0.625 2 interp_poly 1515 3573 0 0 0.75 1475 3502 0 0 0.812 1515 3573 0 0 0.75 2 interp_poly 68 -150 -40 12 1475 3502 3 MP PP 1475 3502 0 0 0.812 1435 3514 0 0 0.75 1475 3502 0 0 0.812 2 interp_poly 1435 3514 0 0 0.75 1503 3364 0 0 1 1435 3514 0 0 0.75 2 interp_poly -40 -14 68 -150 1435 3514 3 MP PP 1435 3514 0 0 0.75 1503 3364 0 0 1 1435 3514 0 0 0.75 2 interp_poly 1503 3364 0 0 1 1463 3350 0 0 1 1503 3364 0 0 1 2 interp_poly 68 -32 -40 -24 1459 3770 3 MP PP 1459 3770 0 0 0.562 1419 3746 0 0 0.562 1459 3770 0 0 0.562 2 interp_poly 1419 3746 0 0 0.562 1487 3714 0 0 0.562 1419 3746 0 0 0.562 2 interp_poly -40 -76 68 -32 1419 3746 3 MP PP 1419 3746 0 0 0.562 1487 3714 0 0 0.562 1419 3746 0 0 0.562 2 interp_poly 1487 3714 0 0 0.562 1447 3638 0 0 0.625 1487 3714 0 0 0.562 2 interp_poly 68 -119 -40 -17 1447 3638 3 MP PP 1447 3638 0 0 0.625 1407 3621 0 0 0.625 1447 3638 0 0 0.625 2 interp_poly 1407 3621 0 0 0.625 1475 3502 0 0 0.812 1407 3621 0 0 0.625 2 interp_poly -40 12 68 -119 1407 3621 3 MP PP 1407 3621 0 0 0.625 1475 3502 0 0 0.812 1407 3621 0 0 0.625 2 interp_poly 1475 3502 0 0 0.812 1435 3514 0 0 0.75 1475 3502 0 0 0.812 2 interp_poly -40 51 68 -97 1355 3587 3 MP PP 1355 3587 0 0 0.562 1423 3490 0 0 0.688 1355 3587 0 0 0.562 2 interp_poly 1423 3490 0 0 0.688 1383 3541 0 0 0.562 1423 3490 0 0 0.688 2 interp_poly -40 -39 68 3 1263 3453 3 MP PP 1263 3453 0 0 0.562 1331 3456 0 0 0.562 1263 3453 0 0 0.562 2 interp_poly 1331 3456 0 0 0.562 1291 3417 0 0 0.562 1331 3456 0 0 0.562 2 interp_poly 68 3 -40 14 1303 3439 3 MP PP 1303 3439 0 0 0.625 1263 3453 0 0 0.562 1303 3439 0 0 0.625 2 interp_poly 1263 3453 0 0 0.562 1331 3456 0 0 0.562 1263 3453 0 0 0.562 2 interp_poly 67 -38 -40 -39 1331 3456 3 MP PP 1331 3456 0 0 0.562 1291 3417 0 0 0.562 1331 3456 0 0 0.562 2 interp_poly 1291 3417 0 0 0.562 1358 3379 0 0 0.625 1291 3417 0 0 0.562 2 interp_poly -40 37 67 -114 1331 3456 3 MP PP 1331 3456 0 0 0.562 1398 3342 0 0 0.75 1331 3456 0 0 0.562 2 interp_poly 1398 3342 0 0 0.75 1358 3379 0 0 0.625 1398 3342 0 0 0.75 2 interp_poly 67 -114 -40 63 1371 3393 3 MP PP 1371 3393 0 0 0.688 1331 3456 0 0 0.562 1371 3393 0 0 0.688 2 interp_poly 1331 3456 0 0 0.562 1398 3342 0 0 0.75 1331 3456 0 0 0.562 2 interp_poly -40 63 68 -46 1303 3439 3 MP PP 1303 3439 0 0 0.625 1371 3393 0 0 0.688 1303 3439 0 0 0.625 2 interp_poly 1371 3393 0 0 0.688 1331 3456 0 0 0.562 1371 3393 0 0 0.688 2 interp_poly -40 -120 68 84 1315 3457 3 MP PP 1315 3457 0 0 0.75 1383 3541 0 0 0.562 1315 3457 0 0 0.75 2 interp_poly 1383 3541 0 0 0.562 1343 3421 0 0 0.75 1383 3541 0 0 0.562 2 interp_poly 68 84 -40 -130 1355 3587 3 MP PP 1355 3587 0 0 0.562 1315 3457 0 0 0.75 1355 3587 0 0 0.562 2 interp_poly 1315 3457 0 0 0.75 1383 3541 0 0 0.562 1315 3457 0 0 0.75 2 interp_poly 68 -46 -40 18 1343 3421 3 MP PP 1343 3421 0 0 0.75 1303 3439 0 0 0.625 1343 3421 0 0 0.75 2 interp_poly 1303 3439 0 0 0.625 1371 3393 0 0 0.688 1303 3439 0 0 0.625 2 interp_poly -40 67 68 -95 1343 3421 3 MP PP 1343 3421 0 0 0.75 1411 3326 0 0 0.875 1343 3421 0 0 0.75 2 interp_poly 1411 3326 0 0 0.875 1371 3393 0 0 0.688 1411 3326 0 0 0.875 2 interp_poly 68 -95 -40 -120 1383 3541 3 MP PP 1383 3541 0 0 0.562 1343 3421 0 0 0.75 1383 3541 0 0 0.562 2 interp_poly 1343 3421 0 0 0.75 1411 3326 0 0 0.875 1343 3421 0 0 0.75 2 interp_poly 68 -97 -40 118 1395 3469 3 MP PP 1395 3469 0 0 0.812 1355 3587 0 0 0.562 1395 3469 0 0 0.812 2 interp_poly 1355 3587 0 0 0.562 1423 3490 0 0 0.688 1355 3587 0 0 0.562 2 interp_poly -40 140 68 -119 1395 3469 3 MP PP 1395 3469 0 0 0.812 1463 3350 0 0 1 1395 3469 0 0 0.812 2 interp_poly 1463 3350 0 0 1 1423 3490 0 0 0.688 1463 3350 0 0 1 2 interp_poly 68 -119 -40 -45 1435 3514 3 MP PP 1435 3514 0 0 0.75 1395 3469 0 0 0.812 1435 3514 0 0 0.75 2 interp_poly 1395 3469 0 0 0.812 1463 3350 0 0 1 1395 3469 0 0 0.812 2 interp_poly 68 -84 -40 -24 1419 3746 3 MP PP 1419 3746 0 0 0.562 1379 3722 0 0 0.562 1419 3746 0 0 0.562 2 interp_poly 1379 3722 0 0 0.562 1447 3638 0 0 0.625 1379 3722 0 0 0.562 2 interp_poly -40 -17 68 -84 1379 3722 3 MP PP 1379 3722 0 0 0.562 1447 3638 0 0 0.625 1379 3722 0 0 0.562 2 interp_poly 1447 3638 0 0 0.625 1407 3621 0 0 0.625 1447 3638 0 0 0.625 2 interp_poly -40 -130 68 42 1287 3545 3 MP PP 1287 3545 0 0 0.625 1355 3587 0 0 0.562 1287 3545 0 0 0.625 2 interp_poly 1355 3587 0 0 0.562 1315 3457 0 0 0.75 1355 3587 0 0 0.562 2 interp_poly -40 118 68 -73 1327 3542 3 MP PP 1327 3542 0 0 0.688 1395 3469 0 0 0.812 1327 3542 0 0 0.688 2 interp_poly 1395 3469 0 0 0.812 1355 3587 0 0 0.562 1395 3469 0 0 0.812 2 interp_poly 68 -14 -40 -93 1407 3621 3 MP PP 1407 3621 0 0 0.625 1367 3528 0 0 0.75 1407 3621 0 0 0.625 2 interp_poly 1367 3528 0 0 0.75 1435 3514 0 0 0.75 1367 3528 0 0 0.75 2 interp_poly -40 -45 68 -14 1367 3528 3 MP PP 1367 3528 0 0 0.75 1435 3514 0 0 0.75 1367 3528 0 0 0.75 2 interp_poly 1435 3514 0 0 0.75 1395 3469 0 0 0.812 1435 3514 0 0 0.75 2 interp_poly 68 -77 -40 -24 1379 3722 3 MP PP 1379 3722 0 0 0.562 1339 3698 0 0 0.562 1379 3722 0 0 0.562 2 interp_poly 1339 3698 0 0 0.562 1407 3621 0 0 0.625 1339 3698 0 0 0.562 2 interp_poly -40 -93 68 -77 1339 3698 3 MP PP 1339 3698 0 0 0.562 1407 3621 0 0 0.625 1339 3698 0 0 0.562 2 interp_poly 1407 3621 0 0 0.625 1367 3528 0 0 0.75 1407 3621 0 0 0.625 2 interp_poly 68 -73 -40 14 1367 3528 3 MP PP 1367 3528 0 0 0.75 1327 3542 0 0 0.688 1367 3528 0 0 0.75 2 interp_poly 1327 3542 0 0 0.688 1395 3469 0 0 0.812 1327 3542 0 0 0.688 2 interp_poly 68 -40 -40 -241 1346 3307 3 MP PP 1346 3307 0 0 0.625 1306 3066 0 0 1 1346 3307 0 0 0.625 2 interp_poly 1306 3066 0 0 1 1374 3026 0 0.0625 1 1306 3066 0 0 1 2 interp_poly 68 42 -40 3 1327 3542 3 MP PP 1327 3542 0 0 0.688 1287 3545 0 0 0.625 1327 3542 0 0 0.688 2 interp_poly 1287 3545 0 0 0.625 1355 3587 0 0 0.562 1287 3545 0 0 0.625 2 interp_poly 68 -146 -40 -24 1339 3698 3 MP PP 1339 3698 0 0 0.562 1299 3674 0 0 0.562 1339 3698 0 0 0.562 2 interp_poly 1299 3674 0 0 0.562 1367 3528 0 0 0.75 1299 3674 0 0 0.562 2 interp_poly -40 14 68 -146 1299 3674 3 MP PP 1299 3674 0 0 0.562 1367 3528 0 0 0.75 1299 3674 0 0 0.562 2 interp_poly 1367 3528 0 0 0.75 1327 3542 0 0 0.688 1367 3528 0 0 0.75 2 interp_poly -40 14 67 -38 1291 3417 3 MP PP 1291 3417 0 0 0.562 1358 3379 0 0 0.625 1291 3417 0 0 0.562 2 interp_poly 1358 3379 0 0 0.625 1318 3393 0 0 0.562 1358 3379 0 0 0.625 2 interp_poly 68 -15 -40 -71 1318 3393 3 MP PP 1318 3393 0 0 0.562 1278 3322 0 0 0.625 1318 3393 0 0 0.562 2 interp_poly 1278 3322 0 0 0.625 1346 3307 0 0 0.625 1278 3322 0 0 0.625 2 interp_poly -40 -241 68 -15 1278 3322 3 MP PP 1278 3322 0 0 0.625 1346 3307 0 0 0.625 1278 3322 0 0 0.625 2 interp_poly 1346 3307 0 0 0.625 1306 3066 0 0 1 1346 3307 0 0 0.625 2 interp_poly 68 -63 -40 27 1315 3457 3 MP PP 1315 3457 0 0 0.75 1275 3484 0 0 0.625 1315 3457 0 0 0.75 2 interp_poly 1275 3484 0 0 0.625 1343 3421 0 0 0.75 1275 3484 0 0 0.625 2 interp_poly -40 18 68 -63 1275 3484 3 MP PP 1275 3484 0 0 0.625 1343 3421 0 0 0.75 1275 3484 0 0 0.625 2 interp_poly 1343 3421 0 0 0.75 1303 3439 0 0 0.625 1343 3421 0 0 0.75 2 interp_poly 68 -108 -40 -24 1299 3674 3 MP PP 1299 3674 0 0 0.562 1259 3650 0 0 0.562 1299 3674 0 0 0.562 2 interp_poly 1259 3650 0 0 0.562 1327 3542 0 0 0.688 1259 3650 0 0 0.562 2 interp_poly -40 3 68 -108 1259 3650 3 MP PP 1259 3650 0 0 0.562 1327 3542 0 0 0.688 1259 3650 0 0 0.562 2 interp_poly 1327 3542 0 0 0.688 1287 3545 0 0 0.625 1327 3542 0 0 0.688 2 interp_poly 67 1 -40 -25 1291 3417 3 MP PP 1291 3417 0 0 0.562 1251 3392 0 0 0.562 1291 3417 0 0 0.562 2 interp_poly 1251 3392 0 0 0.562 1318 3393 0 0 0.562 1251 3392 0 0 0.562 2 interp_poly -40 -71 67 1 1251 3392 3 MP PP 1251 3392 0 0 0.562 1318 3393 0 0 0.562 1251 3392 0 0 0.562 2 interp_poly 1318 3393 0 0 0.562 1278 3322 0 0 0.625 1318 3393 0 0 0.562 2 interp_poly 68 -92 -40 4 1287 3545 3 MP PP 1287 3545 0 0 0.625 1247 3549 0 0 0.625 1287 3545 0 0 0.625 2 interp_poly 1247 3549 0 0 0.625 1315 3457 0 0 0.75 1247 3549 0 0 0.625 2 interp_poly -40 27 68 -92 1247 3549 3 MP PP 1247 3549 0 0 0.625 1315 3457 0 0 0.75 1247 3549 0 0 0.625 2 interp_poly 1315 3457 0 0 0.75 1275 3484 0 0 0.625 1315 3457 0 0 0.75 2 interp_poly 68 224 -40 -480 1278 3322 3 MP PP 1278 3322 0 0 0.625 1238 2842 0 0.438 1 1278 3322 0 0 0.625 2 interp_poly 1238 2842 0 0.438 1 1306 3066 0 0 1 1238 2842 0 0.438 1 2 interp_poly 68 -54 -40 9 1275 3484 3 MP PP 1275 3484 0 0 0.625 1235 3493 0 0 0.562 1275 3484 0 0 0.625 2 interp_poly 1235 3493 0 0 0.562 1303 3439 0 0 0.625 1235 3493 0 0 0.562 2 interp_poly -40 14 68 -54 1235 3493 3 MP PP 1235 3493 0 0 0.562 1303 3439 0 0 0.625 1235 3493 0 0 0.562 2 interp_poly 1303 3439 0 0 0.625 1263 3453 0 0 0.562 1303 3439 0 0 0.625 2 interp_poly -40 -234 68 -4 1143 3373 3 MP PP 1143 3373 0 0 0.625 1211 3369 0 0 0.562 1143 3373 0 0 0.625 2 interp_poly 1211 3369 0 0 0.562 1171 3135 0 0 0.938 1211 3369 0 0 0.562 2 interp_poly 68 -4 -40 19 1183 3354 3 MP PP 1183 3354 0 0 0.688 1143 3373 0 0 0.625 1183 3354 0 0 0.688 2 interp_poly 1143 3373 0 0 0.625 1211 3369 0 0 0.562 1143 3373 0 0 0.625 2 interp_poly -40 -23 68 38 1183 3354 3 MP PP 1183 3354 0 0 0.688 1251 3392 0 0 0.562 1183 3354 0 0 0.688 2 interp_poly 1251 3392 0 0 0.562 1211 3369 0 0 0.562 1251 3392 0 0 0.562 2 interp_poly 67 -293 -40 -234 1211 3369 3 MP PP 1211 3369 0 0 0.562 1171 3135 0 0 0.938 1211 3369 0 0 0.562 2 interp_poly 1171 3135 0 0 0.938 1238 2842 0 0.438 1 1171 3135 0 0 0.938 2 interp_poly -40 -480 67 -47 1211 3369 3 MP PP 1211 3369 0 0 0.562 1278 3322 0 0 0.625 1211 3369 0 0 0.562 2 interp_poly 1278 3322 0 0 0.625 1238 2842 0 0.438 1 1278 3322 0 0 0.625 2 interp_poly 67 -47 -40 -23 1251 3392 3 MP PP 1251 3392 0 0 0.562 1211 3369 0 0 0.562 1251 3392 0 0 0.562 2 interp_poly 1211 3369 0 0 0.562 1278 3322 0 0 0.625 1211 3369 0 0 0.562 2 interp_poly 68 38 -40 77 1223 3277 3 MP PP 1223 3277 0 0 0.875 1183 3354 0 0 0.688 1223 3277 0 0 0.875 2 interp_poly 1183 3354 0 0 0.688 1251 3392 0 0 0.562 1183 3354 0 0 0.688 2 interp_poly -40 -25 68 140 1223 3277 3 MP PP 1223 3277 0 0 0.875 1291 3417 0 0 0.562 1223 3277 0 0 0.875 2 interp_poly 1291 3417 0 0 0.562 1251 3392 0 0 0.562 1291 3417 0 0 0.562 2 interp_poly 68 140 -40 -176 1263 3453 3 MP PP 1263 3453 0 0 0.562 1223 3277 0 0 0.875 1263 3453 0 0 0.562 2 interp_poly 1223 3277 0 0 0.875 1291 3417 0 0 0.562 1223 3277 0 0 0.875 2 interp_poly 68 -81 -40 -24 1259 3650 3 MP PP 1259 3650 0 0 0.562 1219 3626 0 0 0.562 1259 3650 0 0 0.562 2 interp_poly 1219 3626 0 0 0.562 1287 3545 0 0 0.625 1219 3626 0 0 0.562 2 interp_poly -40 4 68 -81 1219 3626 3 MP PP 1219 3626 0 0 0.562 1287 3545 0 0 0.625 1219 3626 0 0 0.562 2 interp_poly 1287 3545 0 0 0.625 1247 3549 0 0 0.625 1287 3545 0 0 0.625 2 interp_poly 68 -64 -40 -1 1247 3549 3 MP PP 1247 3549 0 0 0.625 1207 3548 0 0 0.562 1247 3549 0 0 0.625 2 interp_poly 1207 3548 0 0 0.562 1275 3484 0 0 0.625 1207 3548 0 0 0.562 2 interp_poly -40 9 68 -64 1207 3548 3 MP PP 1207 3548 0 0 0.562 1275 3484 0 0 0.625 1207 3548 0 0 0.562 2 interp_poly 1275 3484 0 0 0.625 1235 3493 0 0 0.562 1275 3484 0 0 0.625 2 interp_poly 68 0 -40 -40 1235 3493 3 MP PP 1235 3493 0 0 0.562 1195 3453 0 0 0.625 1235 3493 0 0 0.562 2 interp_poly 1195 3453 0 0 0.625 1263 3453 0 0 0.562 1195 3453 0 0 0.625 2 interp_poly -40 -176 68 0 1195 3453 3 MP PP 1195 3453 0 0 0.625 1263 3453 0 0 0.562 1195 3453 0 0 0.625 2 interp_poly 1263 3453 0 0 0.562 1223 3277 0 0 0.875 1263 3453 0 0 0.562 2 interp_poly 68 -53 -40 -24 1219 3626 3 MP PP 1219 3626 0 0 0.562 1179 3602 0 0 0.562 1219 3626 0 0 0.562 2 interp_poly 1179 3602 0 0 0.562 1247 3549 0 0 0.625 1179 3602 0 0 0.562 2 interp_poly -40 -1 68 -53 1179 3602 3 MP PP 1179 3602 0 0 0.562 1247 3549 0 0 0.625 1179 3602 0 0 0.562 2 interp_poly 1247 3549 0 0 0.625 1207 3548 0 0 0.562 1247 3549 0 0 0.625 2 interp_poly 68 -33 -40 -22 1207 3548 3 MP PP 1207 3548 0 0 0.562 1167 3526 0 0 0.562 1207 3548 0 0 0.562 2 interp_poly 1167 3526 0 0 0.562 1235 3493 0 0 0.562 1167 3526 0 0 0.562 2 interp_poly -40 -40 68 -33 1167 3526 3 MP PP 1167 3526 0 0 0.562 1235 3493 0 0 0.562 1167 3526 0 0 0.562 2 interp_poly 1235 3493 0 0 0.562 1195 3453 0 0 0.625 1235 3493 0 0 0.562 2 interp_poly -40 19 68 -99 1115 3453 3 MP PP 1115 3453 0 0 0.562 1183 3354 0 0 0.688 1115 3453 0 0 0.562 2 interp_poly 1183 3354 0 0 0.688 1143 3373 0 0 0.625 1183 3354 0 0 0.688 2 interp_poly -40 -292 68 -41 1075 3414 3 MP PP 1075 3414 0 0 0.562 1143 3373 0 0 0.625 1075 3414 0 0 0.562 2 interp_poly 1143 3373 0 0 0.625 1103 3081 0 0.0625 1 1143 3373 0 0 0.625 2 interp_poly 68 -41 -40 -39 1115 3453 3 MP PP 1115 3453 0 0 0.562 1075 3414 0 0 0.562 1115 3453 0 0 0.562 2 interp_poly 1075 3414 0 0 0.562 1143 3373 0 0 0.625 1075 3414 0 0 0.562 2 interp_poly 68 54 -40 -292 1143 3373 3 MP PP 1143 3373 0 0 0.625 1103 3081 0 0.0625 1 1143 3373 0 0 0.625 2 interp_poly 1103 3081 0 0.0625 1 1171 3135 0 0 0.938 1103 3081 0 0.0625 1 2 interp_poly 68 -99 -40 144 1155 3309 3 MP PP 1155 3309 0 0 0.812 1115 3453 0 0 0.562 1155 3309 0 0 0.812 2 interp_poly 1115 3453 0 0 0.562 1183 3354 0 0 0.688 1115 3453 0 0 0.562 2 interp_poly -40 77 68 -32 1155 3309 3 MP PP 1155 3309 0 0 0.812 1223 3277 0 0 0.875 1155 3309 0 0 0.812 2 interp_poly 1223 3277 0 0 0.875 1183 3354 0 0 0.688 1223 3277 0 0 0.875 2 interp_poly 68 -32 -40 -144 1195 3453 3 MP PP 1195 3453 0 0 0.625 1155 3309 0 0 0.812 1195 3453 0 0 0.625 2 interp_poly 1155 3309 0 0 0.812 1223 3277 0 0 0.875 1155 3309 0 0 0.812 2 interp_poly 68 -30 -40 -24 1179 3602 3 MP PP 1179 3602 0 0 0.562 1139 3578 0 0 0.562 1179 3602 0 0 0.562 2 interp_poly 1139 3578 0 0 0.562 1207 3548 0 0 0.562 1139 3578 0 0 0.562 2 interp_poly -40 -22 68 -30 1139 3578 3 MP PP 1139 3578 0 0 0.562 1207 3548 0 0 0.562 1139 3578 0 0 0.562 2 interp_poly 1207 3548 0 0 0.562 1167 3526 0 0 0.562 1207 3548 0 0 0.562 2 interp_poly 68 -9 -40 -64 1167 3526 3 MP PP 1167 3526 0 0 0.562 1127 3462 0 0 0.625 1167 3526 0 0 0.562 2 interp_poly 1127 3462 0 0 0.625 1195 3453 0 0 0.625 1127 3462 0 0 0.625 2 interp_poly -40 -144 68 -9 1127 3462 3 MP PP 1127 3462 0 0 0.625 1195 3453 0 0 0.625 1127 3462 0 0 0.625 2 interp_poly 1195 3453 0 0 0.625 1155 3309 0 0 0.812 1195 3453 0 0 0.625 2 interp_poly 68 -27 -40 -25 1139 3578 3 MP PP 1139 3578 0 0 0.562 1099 3553 0 0 0.562 1139 3578 0 0 0.562 2 interp_poly 1099 3553 0 0 0.562 1167 3526 0 0 0.562 1099 3553 0 0 0.562 2 interp_poly -40 -64 68 -27 1099 3553 3 MP PP 1099 3553 0 0 0.562 1167 3526 0 0 0.562 1099 3553 0 0 0.562 2 interp_poly 1167 3526 0 0 0.562 1127 3462 0 0 0.625 1167 3526 0 0 0.562 2 interp_poly 68 -172 -40 -161 1075 3414 3 MP PP 1075 3414 0 0 0.562 1035 3253 0 0 0.812 1075 3414 0 0 0.562 2 interp_poly 1035 3253 0 0 0.812 1103 3081 0 0.0625 1 1035 3253 0 0 0.812 2 interp_poly -40 144 68 47 1087 3262 3 MP PP 1087 3262 0 0 0.938 1155 3309 0 0 0.812 1087 3262 0 0 0.938 2 interp_poly 1155 3309 0 0 0.812 1115 3453 0 0 0.562 1155 3309 0 0 0.812 2 interp_poly 68 47 -40 -200 1127 3462 3 MP PP 1127 3462 0 0 0.625 1087 3262 0 0 0.938 1127 3462 0 0 0.625 2 interp_poly 1087 3262 0 0 0.938 1155 3309 0 0 0.812 1087 3262 0 0 0.938 2 interp_poly 68 -67 -40 -24 1099 3553 3 MP PP 1099 3553 0 0 0.562 1059 3529 0 0 0.562 1099 3553 0 0 0.562 2 interp_poly 1059 3529 0 0 0.562 1127 3462 0 0 0.625 1059 3529 0 0 0.562 2 interp_poly -40 -161 68 9 1007 3405 3 MP PP 1007 3405 0 0 0.625 1075 3414 0 0 0.562 1007 3405 0 0 0.625 2 interp_poly 1075 3414 0 0 0.562 1035 3253 0 0 0.812 1075 3414 0 0 0.562 2 interp_poly 68 9 -40 -57 1047 3462 3 MP PP 1047 3462 0 0 0.562 1007 3405 0 0 0.625 1047 3462 0 0 0.562 2 interp_poly 1007 3405 0 0 0.625 1075 3414 0 0 0.562 1007 3405 0 0 0.625 2 interp_poly -40 -39 68 -9 1047 3462 3 MP PP 1047 3462 0 0 0.562 1115 3453 0 0 0.562 1047 3462 0 0 0.562 2 interp_poly 1115 3453 0 0 0.562 1075 3414 0 0 0.562 1115 3453 0 0 0.562 2 interp_poly 68 -9 -40 200 1087 3262 3 MP PP 1087 3262 0 0 0.938 1047 3462 0 0 0.562 1087 3262 0 0 0.938 2 interp_poly 1047 3462 0 0 0.562 1115 3453 0 0 0.562 1047 3462 0 0 0.562 2 interp_poly -40 -200 68 -67 1059 3529 3 MP PP 1059 3529 0 0 0.562 1127 3462 0 0 0.625 1059 3529 0 0 0.562 2 interp_poly 1127 3462 0 0 0.625 1087 3262 0 0 0.938 1127 3462 0 0 0.625 2 interp_poly -40 -57 68 -19 979 3481 3 MP PP 979 3481 0 0 0.562 1047 3462 0 0 0.562 979 3481 0 0 0.562 2 interp_poly 1047 3462 0 0 0.562 1007 3405 0 0 0.625 1047 3462 0 0 0.562 2 interp_poly 68 -19 -40 -24 1019 3505 3 MP PP 1019 3505 0 0 0.562 979 3481 0 0 0.562 1019 3505 0 0 0.562 2 interp_poly 979 3481 0 0 0.562 1047 3462 0 0 0.562 979 3481 0 0 0.562 2 interp_poly -40 200 68 -243 1019 3505 3 MP PP 1019 3505 0 0 0.562 1087 3262 0 0 0.938 1019 3505 0 0 0.562 2 interp_poly 1087 3262 0 0 0.938 1047 3462 0 0 0.562 1087 3262 0 0 0.938 2 interp_poly 68 -243 -40 -24 1059 3529 3 MP PP 1059 3529 0 0 0.562 1019 3505 0 0 0.562 1059 3529 0 0 0.562 2 interp_poly 1019 3505 0 0 0.562 1087 3262 0 0 0.938 1019 3505 0 0 0.562 2 interp_poly 68 -120 -40 -32 1007 3405 3 MP PP 1007 3405 0 0 0.625 967 3373 0 0 0.625 1007 3405 0 0 0.625 2 interp_poly 967 3373 0 0 0.625 1035 3253 0 0 0.812 967 3373 0 0 0.625 2 interp_poly 68 -52 -40 -24 979 3481 3 MP PP 979 3481 0 0 0.562 939 3457 0 0 0.562 979 3481 0 0 0.562 2 interp_poly 939 3457 0 0 0.562 1007 3405 0 0 0.625 939 3457 0 0 0.562 2 interp_poly -40 -32 68 -52 939 3457 3 MP PP 939 3457 0 0 0.562 1007 3405 0 0 0.625 939 3457 0 0 0.562 2 interp_poly 1007 3405 0 0 0.625 967 3373 0 0 0.625 1007 3405 0 0 0.625 2 interp_poly 68 -60 -40 -24 939 3457 3 MP PP 939 3457 0 0 0.562 899 3433 0 0 0.562 939 3457 0 0 0.562 2 interp_poly 899 3433 0 0 0.562 967 3373 0 0 0.625 899 3433 0 0 0.562 2 interp_poly gr 1 sg 0 sg 620 2412 mt -90 rotate (|) s 90 rotate %%IncludeResource: font Symbol /Symbol /ISOLatin1Encoding 216 FMSR 620 2356 mt -90 rotate (f) s 90 rotate %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 216 FMSR 620 2244 mt -90 rotate (|) s 90 rotate %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 168 FMSR 512 2188 mt -90 rotate (2) s 90 rotate end eplot %%EndObject epage end showpage %%Trailer %%EOF xmds-doc-0~svn.1884/latex/figures/funct.fig0000644000175000017500000000376610007374504020132 0ustar rafaelrafael#FIG 3.2 Portrait Center Inches A4 100.00 Single -2 1200 2 6 600 225 7800 7725 6 975 1425 6675 5400 2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 4 2775 2175 3375 2175 3375 3375 3225 3375 2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 1 0 2 1 1 1.00 60.00 120.00 3225 2775 3675 2775 2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 1 0 3 1 1 1.00 60.00 120.00 4275 3000 4275 4575 3975 4575 2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 1 0 2 1 1 1.00 60.00 120.00 2850 5175 5475 5175 2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 6 1125 1575 975 1575 975 5400 5175 5400 5175 1575 3900 1575 2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 1 0 2 1 1 1.00 60.00 120.00 1500 4725 1500 5025 4 0 0 100 0 16 24 0.0000 4 360 2730 1125 1725 Loop for N Paths\001 4 0 0 100 0 16 24 0.0000 4 285 1380 1275 2325 Initialise\001 4 0 0 100 0 16 24 0.0000 4 360 1965 1275 2925 Segment #1\001 4 0 0 100 0 16 24 0.0000 4 360 1965 1275 3525 Segment #2\001 4 0 0 100 0 16 24 0.0000 4 360 2640 1275 4725 Post Processing\001 4 0 0 100 0 16 24 0.0000 4 210 90 2175 4050 :\001 4 0 0 100 0 16 24 0.0000 4 285 1515 1275 5325 Add Path\001 4 0 0 100 0 16 24 0.0000 4 360 1230 3675 2925 Sample\001 4 0 0 100 0 16 24 0.0000 4 360 1140 5475 5325 Output\001 -6 2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 6 750 975 600 975 600 6000 7800 6000 7800 975 7350 975 2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 1 0 2 1 1 1.00 60.00 120.00 5700 5325 5700 5625 2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 1 0 2 1 1 1.00 60.00 120.00 1200 6000 1200 6300 2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 1 0 2 1 1 1.00 60.00 120.00 900 7125 900 7425 2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 1 0 2 1 1 1.00 60.00 120.00 900 6525 900 6825 4 0 0 100 0 16 24 0.0000 4 360 6555 750 1125 Repeat for Half and Full step Integration\001 4 0 0 100 0 16 24 0.0000 4 285 1170 600 525 BEGIN\001 4 0 0 100 0 16 24 0.0000 4 360 6825 900 5925 Compute Means and Standard Deviations\001 4 0 0 100 0 16 24 0.0000 4 360 4755 600 6525 Compute Half/Full Step Error\001 4 0 0 100 0 16 24 0.0000 4 360 2100 600 7125 Write Output\001 4 0 0 100 0 16 24 0.0000 4 285 780 600 7725 END\001 -6 xmds-doc-0~svn.1884/latex/figures/xmds_logo.eps0000644000175000017500000004146410007374504021025 0ustar rafaelrafael%!PS-Adobe-3.0 EPSF-3.0 %%Creator: GIMP PostScript file plugin V 1.12 by Peter Kirchgessner %%Title: /home/cochrane/sourceforge/xmds-devel/doc/latex/xmds_logo.ps %%CreationDate: Thu Aug 21 13:13:58 2003 %%DocumentData: Clean7Bit %%LanguageLevel: 2 %%Pages: 1 %%BoundingBox: 14 14 195 110 %%EndComments %%BeginProlog % Use own dictionary to avoid conflicts 10 dict begin %%EndProlog %%Page: 1 1 % Translate for offset 14.173228 14.173228 translate % Translate to begin of first scanline 0.000000 95.000000 translate 180.000000 -95.000000 scale % Image geometry 180 95 8 % Transformation matrix [ 180 0 0 95 0 0 ] % Strings to hold RGB-samples per scanline /rstr 180 string def /gstr 180 string def /bstr 180 string def {currentfile /ASCII85Decode filter /RunLengthDecode filter rstr readstring pop} {currentfile /ASCII85Decode filter /RunLengthDecode filter gstr readstring pop} {currentfile /ASCII85Decode filter /RunLengthDecode filter bstr readstring pop} true 3 %%BeginData: 16162 ASCII Bytes colorimage Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> hu!QNP&.B##+th`hpS06lMLYPm,%m0^23ZDJ,~> hu!Q:GZq?L#+thF^p&5jlMLY6m(`\KSm)!gJ,~> i;<\hN)`KSr!&CtKQq6/9'Z hYdCimed(TpYQ,=n^;5id/4"2hg'&&quH9\lM'fLH#3?TJ,~> hu!QE>$C@l!8$t\"OG](>$B>O"Rj[PAQnL!s6g$en(79ZpX]FW>5J/I~> iV``)!gH;Ln,*3XK_K]oItVQ/9%3_ hu!Q(Ci&M:pZ_k hu!P[>$C@l!:T[."2K=g>1!0MSpbie>3u1ej8m'#rgj7fStiNbp94OWraks(J,~> iqru-e'Vo&9(DiZd/gkDpO<9i;+aI/r;XA3@8U#s9(;cX]*+^aN-K+:@0BtH?ts*CC&hB89`"[;~> i;<]BX))V?qusL$X.ZMdrMop]rbTpY"KS2gCi&P;"o,g)TW=a\X894*_6os8H27Ag~> i;<]'KN_RJr!)VMI>!$%IJng!GlCmmquh\$I9KhBquu/QI=6cspk8L(!gepqrakp'J,~> j89,/e%:*/8kS[P$.75LPZUd^;,gEk;ufqt9%!P@];\b,;+aINr!:d!]8U/q;,gEf<;K\u>?Fc% 9_nU:~> iVWl-S=k.DD"7E(ppKmt"/'IUCsMq]S=lNkD"%9%^@nW)[J[i@[JbCGr."~> iVWk`JUM*5>4MLkjGs"g"+=?a>0d$KJUMrM>4;@hT([j7Nr54DNr jS]&,#.nVP;+sSSo_\j>e'X+Vpf%>m8k_k(r!'d4=A_pf9(Mo[dfI'hp/Lokr*'/'rCm"aJ,~> iqrejrLj1,o)&RS[C,h2!0[=tc27^FTV-+;nGE:#pT+5"qnW iqreJrI+]Lo)&R8NfNpg!-nKHc27]tI=5:&nGE9XpOrI)qj.>YNr jno50dCWic;?'8]r;Y4J]73pbq,@>or^tN7s/?-#;,KqXoDJX;!NBN%<;]kq>6/,6rClt`J,~> j88nkr1O(+oDA^J[C*(4[/m=krcu`crh0:-nb`I:[C,k3r3cI=rlkPQH&%1Jr."~> j88nKr-eTKoDA^+NfJeiNWFfXraj=OrdFfMnb`HmNfNshr/U]ArhBRUAT2V]r."~> k5>8.!NBN*;?'8^r;Y4K]6IF[<;Tbu<)rokcMR^TWW#cp9(`&]df[3s=BPE!r)il$ra5h19Mn[[ r."~> jST"lqk+"GCi&eB!T1`g[0)20H#1\%"KS2gCi&\?"5gMoX7s%#_>VUZgVNlEo_a4~> jST"LqgANb>$CUs!Pk&sNWX63AQm:T"GD2O>$CLp"2KqWK_LN*Qi3Z[XdB$+o_a4~> kPYA/!NBN(;?'8`r;Y4I]6IQT=9DDo9M3S-#.pj6;,KqXo_\mAdQ%q1AR#.2o_a4~> jno.nP5V'RWrer1D"dc,hu(=g[0)S;H#1Y$"Iu-XCi&_@!VjM)[Jdr?c2ZMu_>]5]r."~> jno.NGl<'jKE?R*>5%jo_#0PsNWXN;AQm7S"G(uL>$COq!T]U@Nr>=CU]7FrQi:sqr."~> kkkS4dA^PSrDESo!`;Q^q>C9A!PPqS*P;1t>Q%t0AH5s6 ;=j^9~> k557oP5CpPWr[K^p\Y'Wc1o*WTQtg!anu:BTV-+;oDA[<[DD[Hr5&EXrn@S;c%hI;o)+"~> k557OGl)phKE5Xfp\Y' l2:S1!i]U.qbdAm!DH,^qukLH]745`>6@_r9M3M+#.pj6;,KqXpAFs>".j70>PVD!>Q8+1AHZ[S ;,pKar."~> kPP=Xqk3ng!g7hFr;6ZOr;?*^blkl-_832OH-#mdX.Z,%D"RW*ddt kPP=>qgJEr!dJ9[r;6Z!r;>1DUBHpYQ^4h^mYk+4\U]7Ir[fE3&Gk(]^~> l2:Rn!*f=trDWhu9M56\"(fs/K_o-[>@:Z><;oS6r;W`!<)HLb9(r/ae'Vq%>Q/%1AcHED@/a0r r."~> kPY1Lri?(,s*=GMrcuQ^"KS2rCi&bAs3:5Qs3:Pts5a7*rfZdKJ,~> kPY1)re1<3s(2')!:Tif!2'4b!07%ia8?'nI=td-o_e`aop>]RriQ40!2KO l21RoWVTKk<<$)#9`=nhdfIj[r+,ke+ nGIe~> kkkJVX8JXiX8]O,H2d^Ag]%*RhrWtSjo!j8[>0N_`r#t;TW;mFp&"gIrQY>X!4D`MqhP*4n,.\~> kkkJBK`$8tK`7#3AcDT-XoA5$^pgeT\, l21USN)]^Pr`&l!s%NFi#\DK4Sp4p^ASD!Q"'ADt9Z[,9];]"3<(]dWquY?pGl;%L>6%e'9`%]b l2:SO!5AB(ri?(,"2UXUH2RR?o(hAMgU2flH,][a[B$?ED"[]+g\]4q[JG1HL]*D(r."~> l2:S5!1s+:re1<3".+FIAc2H+_"kGBXc@@>A]=QMNeE'h>4qdnXo"jnNr!>bE;b%Lr."~> l2:R7!+Ge&r`&o"$!U8#9`3;ce#@0ZBEVmK;,L$-r!'d4=B&6l9)/;de,61Vqd9D+qFpfarDi:` J,~> kkkJVlM[CTX8]O,_#g.-pAY!co)IeO[JksOqub^Op=o?>"5EUqg[Y4AgB7B=^8q20"LY;2CjG^O rnICr!dTQHi;A*~> kkkJBci&:kK`7#3QND_kc2RY:_#LkDNrF"fqua)!c)pa<"0LXZXmu>hXTS%"HJ.g>%RF* !:TohrM'F*E+Ru*J,~> kkkI?J,N7D<;p#">6S,.L=+D?q/$(E!*K4tnb`K#Sq^hNqu^Mh?tJm+s():sIpl=Ur!(W^=B&6l 9_ePcd/]F1Ac6!<9MnLAr."~> kPP>Tr1O(js0_mC"jOm.q#('ho)/Cdo&]k6!/LFK!2&i[!5\I."4GH1T^_j^psQRXhu kkkJMjSXH+K`@)4QNa.NUZD@4rkSHQ!Pl2DGQ;^ZquEAfquQ94r;6]WaP"Y$q>:BaYbRP5oDAj^ r;>W[NfLpSqui%5N`p#fquFP1XTP?#AT6Q)J,~> kkkIGN;QQQ<<$)#>6SD=@#U\4rbVLN!GlHK<<,nmr!/J6WLf]FF8Z$L"f[8qJT"cjr!0j5Ss3tt >>b(k&\FX!WLf&`=BKg[e"0Z@=@u9^r;Y.ED#@iH?tE#/hu&!~> kkkMWn\5!qs/Z.,s1nf^gY:iho(r7ajo1DCL\^iJTCVm\^8q,.#4^-i^7^X7oDAmZd^?Ksht[-7 rjDcOpA=sGjo!j7c%h)3r."~> kkkMCf:Mtis+LB3s-Eh_Xf])3_#DFScN2+rrceE^q>:5brVQ]bebo=Kin<>4SqR"=#Og9KYb$8f Ab>m,n'A4uNh4&In'Cuns(1p%!Nij/XTG8:E8USD~> kkkL@KOOjWs&Au"s'#S5AS#QSD#SAPErg2mr`&qqq>;>!r6_+-PBNPF];_BWJVS/P<;c[+dF"qX KPG71;,p!G,sBAHH7:;;_;%~> kPPGWhk6Y@WsQ2M_9L6ZjlQ((qYU?Trg``\!2&u_rpg0Q^9u5aquGXQ_>gnETQtAJquuB"X0o"9 ri6(-_>UeAH1q16jo4!8LO%eTJ,~> kPPGC^jUY0KFs62Q_U=X\$s/gaN2]Re^)dTrdjhA$_R@pe^_aen,21kaSrsX\"8VTn,E4b_#9W" NWOW?>5.puc^ofMKT?%b!KNNFNrN\ar;=&'XT kPPF@GYq?:<"W5:>@:iMBP;3uDf9]n9)AGke'YdW@8p?.=T28#=Bk`+s%N4c!Rn[YB`;QD;,#mFJ,~> jnoUhTV/?d[C*iec->#)jmr9G!:p,ZpA=o_p&+j\s5aC.jo#&HrltAW!k! k56%aKRJ9%KT;(ZQ_U=X\$s/ocd1.lgY9OCJbK!CTD\WaeH!qpaT''U[fiJ8n,1f:U\pG[Nb)es quEtmNWPPYAbQ&u[fW[NE8USD~> kPQ0gPZ1LW<)ct%>?bKCAS>anDf]uCG'J7Jr`Jml!gM*3qfVs\rbqgQs(DOCBU#*Ara>Y.!a&,i qtpQFdCX/b=9;]#9_nSfdF4]`BEDaB;;_;%~> k55;U[@mN"s0_mC"O5]_jmr6FrgWt\pA=o_qYUQBVl.8jo()eArn@jhP)#3j_9L6@_30([qYUZJ _6p>,LO"ZefSr;Q9bjT;?8LZ&)\~> kPPGNjGnZfK`@)4QO'@g\$s/oaNrE9gAoe'JH2>9r!o@sr7fuVe]=MFNLmVp_#ChBXUL57E-Qr# USF0BG\((Tr!BToNeDXrAT2mIrJplDs(1s&!87@er3l`eE,ab5J,~> kPPFHN*&sV<<$)#>6nVJBP;4#Df^+$GQ;pd=9+TZr!nt=]6JRDG&Lbm>@D2]D#S,IAIM[@;,p_& ?sm2C<)ldh;,pTo=T2P)9_nVdd/\asD#@rJ>>\8Ur."~> kPYAM!RdY?X8fR3_9L6ZgZA#&qua[2Vq^nB!2'2e!qMkOrfRARg[aq7jT4,6reCf*LQ]L.c-=(M H2ILAd_Wbiqfr6u[E\Zd!mQ"Gp\as[rT++8[E\^K!V4(gr."~> kPYA3!O."OK`@&EQ_U=XXgc*ecdge)jP-8cNNMmO!h]Dgrm_(cJV!fF"+dSi_#CeDXc<=!$"\(# Q`[$XQXsb*qua0iQ\#$F!cX0prKdS\AT7DAr4r9?#Ha#]g$dV0Qf\-q~> kPY@5!GYL2<<$&4>@:iMAS>muF*;eQH[&t'>@mL*!gM*ErcS?Z=BPQ&"'B,ND#S)KAR#.2#u"2r >@h2M>>.`ir;Y4K]4tPS=Skbn;-76)>682+;>L.idJRhZBEr*N@"FMmCg6$!J,~> jno,Kri?%+s1ni_gZA"sqtpQEVl,^MquEAer!B9kP)&u5LX#bproF6rLPL0Sr!/#%hqQE#LO&gq "7aX\X8[AED#X>5CodHX!Jbsor;?-`jT+lNquZH6SEBa"~> k558KfD^I&NrPFUUTM#@^rXjPgZ7G"NK&2Tr"#Ftr7fuVNIc=nr;:N/aN4@i".jINAcDT4E214N USDd>r;6ZKUSEMAAH5p5quKuSqkF12AbZ*&aS`jO[g'Y$io7bKJ`cl\~> k557EK`4sM=T;S8?tF"fCi=B?b,"r"#%>]6JRD>?Fm&r;9E"Df>Vg"(>&(9`Fqp;.+W[ ?sli*rqlrKr.JHc<;oPk9)e_h8lY[q!DuPdquY9XDu=GLBEi:(LPK\R=Q]O3~> jST"Uri6:3_84C@gZA#'qub]OVk!AV!2'2es.&o_roO-7r;6cPr:\n"LPPg*!o(u9rd"D="09]. g]#ItL\1NBnc7eMo)JUio%U(4kPTi~> k5>8J!0-u2&WW3EUSFs#^rXjPgZ7+kNK&M\r!/klr7fcJJV!^rs6orrrc%f5#+sSnXfZP]r;6Vu UR1skqtpPLUURB)U]5<-r;Oe8^]:kB_#MIX^o`TIkPTi~> k5>7D!*fG%&Qi7A?smPZCi=B?b5$r!/J6]6JL?=BPIu!L/fIB`:m,r!m4fL1Opn;>g@@ e%91!>Q.=nqu]o+BP%0Ns&&Uis3^gar+l@HrG;LP")MOQ=QfU4~> k55AWn\2')rj;pGc.h"7o)/Cfc)7J0o)&K[r;6ScP55%Tjo:,2r;YmYL]%)Mg]!!(quY=3lMfQ< L\(H=o)8Ifd[Zikr."~> k55ACf:IYKrf.JTUTLZ-^rXjPgY8K_NIgZu#G:qle^_`lGkq::\,UFBr;X8+E;f\9fr_CUE;BD5 Yg:YpXoEA7r;F_3_#MLUcN:>%Ja!#^~> k55@@KOIhZr`BY7?tEn_Ci=B?LIo#F*WJG'7e+:;/It.H/s&&Ui!R\OXDtn/KDuXk[C04U%r."~> jnoPWlDptn[DB](c.h@NrVZYm!1`TW!2'5f!o&lnq>:BdjmnRtq#(0Rs+gRN"Q/=qLPPR#s4[V: LPPHuqXXO]!kt1fl26&~> jno\Ac\-t3NgH*-UTM#@aNrD_rf$o/nb`War;>*qXa"g\qujgE^j(,!r;X8+E;f\;^pgFbE:s// XTGtNE;081ci(r]_#MIUci2GrSq2.Nr."~> jno[CIoKBL=Bf!;?tF"fDf^)Cr`]A)nb`WVdCXRFAQ;V)r;XA3ChRWb!r;WAgAHHOB;>L.i])ZpNDu+;MDZFkXFol)S j897lX/iY9_9L6ZjmrEK"2:\2SFHFVTDeZh^649HqucNOLQ_H1s762QrVZZVs+g:FroO0Cnbi@V q#(/il26&~> jo#/I&WVNtNfKI$UTM#@aNrV4NK&MYr!/klr70,bG] jo#.C&Qi"3=BJd8?tF"fDf^/3>?b5!r!/J6WHN>k:"g]DcLD j89#(X0oA7_>i6jjmrEK!h?1Cn,*0XrVQ_pP)&i1"6K*:P5"kUnrf17r;Q9eP4e_Ujmqu*P4AJJ o(i1b^8ILdr."~> j89"SKT;)lQiF/m\%p)2eU`^^n,*E_r;=m^NHfF pAFs:rlG#Qs2YJle^`F8jIV?^lMQ/~> jno;0]3nT?=T2P)AHumbDf^)(>@m:$#F*W8F)P8_;>^:k]**[uCfOL3r!Cc_DerERr;=sSrbVU7 p\Y6C]4c"s j898/X/iY9_9L6ZjmrEKs.&NT!2'5fs,mA-q#(0_s-!*Rs-!?Yrpp)Pp&+g[s,ujK!:oj]!N2IQ r."~> j89F_KS5AGQ_U=X\%p)2gOXqDr!/klr5cs(G\-^K"Rj.AG^0#]s2b4brVZZ1s*457rkSPYpAFs: r5\lRrQ#8je^`F8jNig:lMQ/~> jno_>d9opQ=BJd8?tF"fDf^/*=RQ(lPgQIKDcKe2qu$K+"I!Y< j897^X0o@O_9L6ZjmrEK!ktSen,*0XrqllhP)"hfquc'OP*5P:s-!6V!N2+Or;VrLquZHeo(W(^ Vs=21~> jSTVYNJ*=PQ^=JBXgc*eceG%NXmc/mTD\W.^j'g;q"t6'^j(,!r;Y+CGl@R>a8q9Fp&+g1s*488 !S,Npa9fZ'^rXUCcdge)roF*=lMQ/~> k55nAd?Ij7=BJd3?smPZCi=B>@9[=3r!/J6WGcTQ;,R5g#.r9SBP^[KqYUZI]5r$n?1Fq!RoHqDuWi4quaR1G'!V#$#FNrDf9] jST"lri6:3_84C@gZA#*quZGeVsjNgTD\WXnqW!Gq#(0_s-!*R!M#>LquYW9P4SSPP+:S1s/5/[ J,~> jno/JT)OBPNgH*-UTM#@aNrVVNK*E)#G:ql^qao.Abc3'_#JZSr;Y(DJU%.k"kC]8Xa#*ar;Xh> cZk$7quQ94prNK]#M%S`jQ,ZeNU$Fl~> kPPG2d?J)=<"2r6>@:iMBP_U.G\gSgn,*ETdA^qu;,L$ar!'d\Snr4C?gCjJ,~> k55AW[@jS$rj;pGc.h"7o)8LdVsjNgTD\WXjbJV:q#(0_s-!*Rs.&o_!ksh\o_e`Znb`IZr:9RZ s/5/[J,~> k55ACNdZS6rf.AQUTLZ-^rXjVgPq3]r!/klr4od\E+SkC"Rj.AG^0#]s3L^rrVQlgccF2!G^0#] !:Tp5s+0qBs6g0BccF2CaM@ers3Cr#gY:fMm#@"ir."~> kkkY6d>V1)<)ij!$X7"MAS>muF*Mq6>OVIpPgQIHBMhW#qtpZ1d?AB_?gCjJ,~> k55[rTV/?d[C*iec->#)o)8LdVsjNgTD\WKjbJV:q#(0_s-!*Rs.&l^!mRX@p&+i[j88u,Vk!)N J,~> kPQ%_NdZ>/KT;(ZQ_U=X\%p)8gZ4?Rn,*E_r;=%5E,]C`r;XS4Gkh4:ci8Rqr;Z3ie^)R_UQ(9/ qutWscddStp\Y-CinN#ZaT'Qle_Aj>jQs+1Ja<5a~> l2:S1'U2]s;,gLs=Bf!;?tF"fDg$AP>?gRo#F*W8BP:7?9`+_l]@!3dCfOL3r;Y1EF8oAAr;Vrb G&q_C?s?k6r!Cd"d@PN&F*:Yfp\Y,OLNn" kPPCZTV2:bs0_mCs3:T*!:p'cs/5Aa#G:qljkGQGH2.:>jmnRtpA=r]P5"kUjj!Air;W;\quH kPPC@I=;*Js,R,Gs.fV'#JeF2gZ6G8NUZiNTD\VrX`/5jq>:Ba\%m65q"t6?eU_uEquYC-ir.1* \"gb-r;6QLrRLq!pA>02aNr2RaM>Uia9g2CgY:fMm'ht*lhl8~> lMU\2".i^o;>sPp=T;V*@/jmFCi=KAHZ*+mnGENUd@P#_;,L$ar!'d\PA"c4 kkkFprLj1ks0_mC"O5]Ujmr?Is/5Aa#G:qljkGQ9H2.=;o)FmHr;W;Or;W;[qubWsc/nopp\Y*; Vk!)NJ,~> kkkFPrI+^!s,R,G$_si+\%p)8gZ7FTNUZiNTD\VrX`.i_q#(0-s*4>:s3L^rrVQ` lhgk6dA^RQ;?'Vq=T;S5?tEn_Ci=KAH[At$nGENUd@P#_;+s[\r!'d\Snr4C l21OqrLj1krj;sHc->#)o()_V!PYK$r!/klr7ft]H$T2_"6K*:P4neSP+;IJ!9N\Is.&`Z!1`tM !P\."r;WYpSEp*'~> l21OQrI+^!rf.GSUSFs#^qe:HgZ7^mNUZiNTD\VhX`.i_q"t6'^j(,!r;Y(DG_,ej"LlJ&e^+0D s3LVn"5D@WJb8j?Jc'`nT"t?H#g_&UgZ7FTNIgEnJ,~> m/6n4!NBN+;?'Vp=:JJB?tF"fCiacEH[fI.nGENUd@Oo\;+s[\r;XA3SnMq??L4hJ,~> lMLXrrLj.jrjDdB"3oT^jneoTVt'ZiTD\WAc$=SNq"t6Unrf10quN=Nqu$KK!:os`!o(-2rVZ\c o)/HA!M&`Ur;W\[r."~> lMLXRrI+Zurf7#F%&9r6\&cnGjQ,[RNK*K+#G:qlXeTH=>58!t\%m65q#(0 mJR"5!NBN+;>sPo=T;S6?tF"bDf^)KH[g*@>OhUrPe3Mu?qa6dqu$K+"J0:C r;U=3Ciac@F)V&!#\@+QG'J7T=BP.lrD lhgdtP5_*_X.ZMo[B"RuSD3/eo(r7bVnV^!#G:q%LO"Z#H2@F?ppGnVP5+qWS=CSEp(Qo(r:aVs=21~> lhgdTGlE++KRJN,NeCtTJZZDj^rXjVjQu7(NLo\<#G:IFE+O!"Abu<+jGn3YGkq7?c[g=lGl%=< NrG"?Xj>=qp4;Q-$,FX'cdge)jGf/ar."~> mem+6!i]U.r_XD0;,gLs<(otfAS>anDf^/MIt*&S@Ia9qPQb/d9MnJWqYUDR=Af&tqYUMrF')FE >O)-:~> m/-jtr1O%i!O\U!Glugpjmr9G!p->Mo)&Q]S;7#fqYU>`reCN;L\goKg\d60quDoUS,nfNr1!bM lhgbRqY^AklMQ/~> m/-jTr-eQt!KMU,AIYcd\%p)8e`?)fpU?-5o)&Q]JT1NuqYU>Erbqm_E;KJ4Xo*G=quD!;JH:#n r.+imlhh()aN2]XgY:eKNU$Fl~> n,*::dA^RP;>sMq=Af#j%:t9-Ci=K?H[gX%BNnU0quW*b;>a,aquBju;#sZoqYU>)r)NOi!*/hs !EK'q=9)@gr!UoaCi=65G'J7Y>?gCjJ,~> mJI"!P5V'QWr]W$rd"J?!:op_!PYt\quDNMSE9YNg\h!?qYUAlSEg$&~> mJI!VGl<'iKE7*]ral--%H?ilaNrDkjQuI3jIVCNquC^6J`Ze nGEF:e#?bUrDEPn!E`4u9`P#"LQcOmF*;eTItEE%@9CMH!)`YrjnoNue%9F7Df]uCG]-eglMQ/~> med(!r1O%i!O\U"H1Ln5VkEtfo)/Ce^8ILdr."~> med'Vr-eQt!KMU-Ac2K+a9g2CgZ7_lp\0Z,T`"i*s2YAie_?[TJa3/`~> nb`L:e#?dR;>sMq=Af&krqueqs)/3bG'J@`Jqf"a>GM*)e,5eRCi=65G'IG"=R,g7~> n,*0`r1O"h!20=:nb`I:^7;%t!8IMNs76*cs-s(PlMQ/~> n,*0Fr-eNs!.FiXrVR/or7T0AgZ7G^o(Vm_Sq3a9%B]R+aM>U4aNrDeJUr(2r."~> oDJX;!n!TDr)*Dl!)`_hrVR.hSq1g'G^FdeJqf"p@9BB(%;#IbDes6.Df^)F=BJSgr."~> nGE9ar1F:qTW>,dH$O5pr;XJ2o'uYNp:pP(o)8IeS>YWLJ,~> nb`FVNVn20KRJN,I:Ztnq>:ZIe_B0Om.0oFjIVsYq>:Bag$dhUrm^VcrRC&g!7^lCrpKj?qX4F^ rU0d?n,(uBn,<1_^];ITcN/TVl26&~> oDA^>d?Il5;$U&t<)c^g9M53[s.0aBG'J@`ItEE0HXU?!St;qZSck7APE_=2MtMi'Ms-B*Mu'%E P5pjDP5q3QP6$o3qih5I]@50!rG2IPrc8*B>Nu'9~> nb`Bbqk3qh"/'IUH.Vrqq#'our;Q9cquY<:SE]s%~> o)&OWNVe/'KEHX+AS(Z7rn@P9m-O o_easMs;+aMUqY^AmrceNlIt*(LL'W$FL6T=!]@4CiWW&LhPPp^IN0K;"PQR,6PEY.# rf[>RlDa`R"KB#\WGhcPrbhm[C04U&r."~> o)&Kqqk3qh!20=:NVie o)&KJqgJHs!.FiXp\Y9bgZ7G^m.0`Fp\F^gp\asgn,D>?g&L%3n,D>:mf;ABn*U&Kmfh_>n)DEt rP8HS"4)OLGj5-V~> o_\d>d9-9Cr_rkpr_3.c$(e,[G^FdeItE:ML(0BHPc9nHPc9D/Ss,A&reL2us+^T=reL$-!/L?5 m@O-;"c&;+LMpl)D#\DUF')OEl26&~> oDAU`qk3qh"/'IUCu"sgo)IhHg\p76o)AOko)/(Vo)/(UquH oDAULqgJHs"+=?a>4qdrgZ7G^m/HSOpC-WZm,[Nfe^)RW^pgfJXo5a/_#DCZ^rX=4^rX=ga8j$T a8j$TaSsNbeH"A&eH+FTo@j>scd2U3q8!!N!k3`3kkor~> p&+j=!0$ePr_rts8k_kOr;W`!G^FdeJ,Y&qL(&Z`IsZZiG&q_@ChRMWAc6WCi=-.Ci=.e DZFVQDZFVQDuOhWFoZdcFoci2o6:=[F*%>!q/$%K!bb\ oDAU&r1F7pTW=`%H$S-As76-M!o)hkqrRhJa8Gf)rqued!0ZRDJ,~> oDAT[r-\d&I>!#PAS(N3!po"/rp9USqtL-]s6TdH"l%SRaM>Ui[fW\@Xo#U,_!/r;chu>jgB-Hj jSR^2ec3tpaSN^OaT$ekGj,'U~> p&+j;!+Ge&##nH!;+aMUpAFri!e5QDrdXluqhG-&s*t&q"aG33Des7gBEDaYAc$0?D!>m8F8U4Y GQN5:Hi&'eG5lX_Du+;LDuWo> oDJKYs/Q6pCi"CLr;Q9]jo4hhr;H3cquY<:SEKg#~> oDJK6s+CK&>$>M.r;PdUm.^)Nm/Q,LgXXj#aSs!L\,O2-aSjH\ebn/%jSmm6jSR^2ec3toaSipR a9&SsJ`lr]~> p&"j<]DGJ*kPTi~> oDJNZs/Q6pCi"CIr;,sajo+b_qucMQS oDJN7s+CK&>$>M-r;>XQm/-AQm/Q,MgXXWraN44n!4VpBrQ+6Lq:5;qro=(6roF%4rmh%pprEQQ G_(,&r."~> pA>!>e"6J7s&9(t8kMeKr;WboHi& o_\aIP5V$VX-.:ECsi1Xo""\tSEBa"~> o_\a*Gl<$nKQp[3>4DFim.o`9m/H&JgXXj#rQ+lOr5e0Lq:5>ro]5u*s4.+pr5\obaSpbQr."~> pAFs o_\]ir1F%QrbR5b!kt1pjnsW~> o_\]Br-\Qir`\afr7h/1qs4=Rrp9XFs4dS(rm1G^rQj`Yp=o&srS.>%r6GJdSq2ISr."~> pA>!>]2\]*!*0"jnGN o_eW[!0[=tKDYhrS=Gc(r."~> o_eW8!-nKHmJHtFrn@G'rS.>4p[%n?rnIA$!mfECrRL&bp#H/?jS%s pA=s?T);Fc p&"gTrLa.RrbR5b"5B?9P2uOk~> p&"g9rI"Zjr`\[d!q4[cr71f$roF%E!:p'SrT*q3!nH&UqV0ogmd0l4rS%J*Xau%JjSXN~> p\Y*?dsq p&"ffrh'7HrbR5b"3ma6SE'Nt~> p&"fLrd=ccr`\Ub"4b`DaSjEde_AjXjS\?Eo).kNj9")sgZ.Acm.U#Im/5oIgS9aZJ`HZY~> p\Y*?]3G52r^uPTs.0=9F)u9uErpN0GlE'fIfP)uJ,4KnG^F\qHh)[[K):&qHN\S$>?G"fr."~> p&+f^!/LPijno,LT_nniS>Vn:r."~> p&+f;!-%p@l21P@rl>)Trl>;ie^`F/jQ-:+rposQp>jupnFHJC"m!aaJW56?r."~> p\Y'@WVo]n9'cETScFQFDZFVQD[(9+G'J7YHi8HnK):&kHeX&>K):$$HZ*+j>?Kn_J,~> p&+i_!/LPik5>/JV#:1h!0Z==J,~> pA>$]I=6)6>3Yqdn)DFd_#MLUcNMeQgZ7Gom/?M%liH\Dp[SC[o(VtNrp0X+rJ^f%iV\3~> q"t3@e!0i/r^uGQ!gACXr+uCOs)S pA>!+TSNM_kkkJCc2<@pP5LiNVZ<7Er."~> pA=u`I;o0hkkkIjU\o*/Gl3,nN<"Oer."~> q#(0>!b"r'r^uDP!GGm=;>aGl=K>X+=Ps%,~> pA=raL]2,Pr:l'HP5LiQVZ<7Cr."~> pA=r>E;j&'r:k71Gl3,qN<"Ocr."~> q"t6A]2;H)9'6'H;>sSn=KYj.=P`n*~> pA=oGrbR/`h#)[~> p\Y'\E;j$lr7q4#~> q>C9A!L-I\8qHoqr."~> p\Y#lrbR/`g\cR~> p\Y#Er`XmNg\cR~> q>C9?!*&qiJc+:#J,~> p\b#,Jc+7"J,~> p\b"oJc+7"J,~> q>:9BT)M?5r7_(!~> q"t2=Ci"\#g&-@~> q"t2)>$?LTg&-@~> qYUKFd7d/)Jc+4!J,~> q#(/.Jc+0uJ,~> q>:<_>$?LTf_g7~> qYUHCPY+Q!r7Lpt~> qYUEiCi"\#fDL.~> qYUEU>$?LTfDL.~> qYUDR8kO[4fDL.~> qYUALCk;N8r."~> qYUA5>(QV&r."~> qYU@k8qHokr."~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> Jc*djJ,~> %%EndData showpage %%Trailer end %%EOF xmds-doc-0~svn.1884/latex/figures/main.fig0000644000175000017500000000620210007374504017723 0ustar rafaelrafael#FIG 3.2 Landscape Center Inches Letter 100.00 Single -2 1200 2 6 2550 75 3600 1125 1 3 0 2 0 7 50 0 -1 0.000 1 0.0000 3075 600 480 480 3075 600 3450 900 4 0 0 50 0 16 18 0.0000 4 270 720 2700 675 Begin\001 -6 6 1875 2850 4125 3600 2 2 0 2 0 7 50 0 -1 0.000 0 0 -1 0 0 5 1950 2925 4050 2925 4050 3525 1950 3525 1950 2925 4 0 0 50 0 16 18 0.0000 4 270 1815 2100 3375 Parse input file\001 -6 6 1425 5250 4650 6000 2 2 0 2 0 7 50 0 -1 0.000 0 0 -1 0 0 5 1500 5325 4575 5325 4575 5925 1500 5925 1500 5325 4 0 0 50 0 16 18 0.0000 4 270 2715 1650 5775 Generate output code\001 -6 6 1500 6450 4500 7200 2 2 0 2 0 7 50 0 -1 0.000 0 0 -1 0 0 5 1575 6525 4425 6525 4425 7125 1575 7125 1575 6525 4 0 0 50 0 16 18 0.0000 4 270 2535 1725 6975 Call system compiler\001 -6 6 2550 7725 3600 8775 1 3 0 2 0 7 50 0 -1 0.000 1 0.0000 3075 8250 480 480 3075 8250 3450 8550 4 0 0 50 0 16 18 0.0000 4 210 480 2850 8400 End\001 -6 6 1200 4050 4950 4800 2 2 0 2 0 7 50 0 -1 0.000 0 0 -1 0 0 5 1275 4125 4875 4125 4875 4725 1275 4725 1275 4125 4 0 0 50 0 16 18 0.0000 4 210 3330 1425 4575 Process simulation element\001 -6 6 975 1650 5400 2400 2 2 0 2 0 7 50 0 -1 0.000 0 0 -1 0 0 5 1050 1725 5325 1725 5325 2325 1050 2325 1050 1725 4 0 0 50 0 16 18 0.0000 4 270 4110 1125 2175 Process command line arguments\001 -6 6 7500 2625 10050 8175 6 7725 2625 9900 3375 2 2 0 2 0 7 50 0 -1 0.000 0 0 -1 0 0 5 7800 2700 9825 2700 9825 3300 7800 3300 7800 2700 4 0 0 50 0 16 18 0.0000 4 210 1755 7950 3150 Write includes\001 -6 6 7725 3825 9825 4575 2 2 0 2 0 7 50 0 -1 0.000 0 0 -1 0 0 5 7800 3900 9750 3900 9750 4500 7800 4500 7800 3900 4 0 0 50 0 16 18 0.0000 4 210 1635 7950 4350 Write defines\001 -6 6 7725 5025 9825 5775 2 2 0 2 0 7 50 0 -1 0.000 0 0 -1 0 0 5 7800 5100 9750 5100 9750 5700 7800 5700 7800 5100 4 0 0 50 0 16 18 0.0000 4 270 1620 7950 5550 Write globals\001 -6 6 7500 6225 10050 6975 2 2 0 2 0 7 50 0 -1 0.000 0 0 -1 0 0 5 7575 6300 9975 6300 9975 6900 7575 6900 7575 6300 4 0 0 50 0 16 18 0.0000 4 270 2100 7725 6750 Write prototypes\001 -6 6 7725 7425 9825 8175 2 2 0 2 0 7 50 0 -1 0.000 0 0 -1 0 0 5 7800 7500 9750 7500 9750 8100 7800 8100 7800 7500 4 0 0 50 0 16 18 0.0000 4 210 1725 7950 7950 Write routines\001 -6 2 1 0 2 0 7 50 0 -1 0.000 0 0 -1 1 0 2 1 1 2.00 120.00 240.00 8775 3300 8775 3900 2 1 0 2 0 7 50 0 -1 0.000 0 0 -1 1 0 2 1 1 2.00 120.00 240.00 8775 4500 8775 5100 2 1 0 2 0 7 50 0 -1 0.000 0 0 -1 1 0 2 1 1 2.00 120.00 240.00 8775 5700 8775 6300 2 1 0 2 0 7 50 0 -1 0.000 0 0 -1 1 0 2 1 1 2.00 120.00 240.00 8775 6900 8775 7500 -6 2 1 0 2 0 7 50 0 -1 0.000 0 0 -1 1 0 2 1 1 2.00 120.00 240.00 3075 1125 3075 1725 2 1 0 2 0 7 50 0 -1 0.000 0 0 -1 1 0 2 1 1 2.00 120.00 240.00 3075 2325 3075 2925 2 1 0 2 0 7 50 0 -1 0.000 0 0 -1 1 0 2 1 1 2.00 120.00 240.00 3075 3525 3075 4125 2 1 0 2 0 7 50 0 -1 0.000 0 0 -1 1 0 2 1 1 2.00 120.00 240.00 3075 4725 3075 5325 2 1 0 2 0 7 50 0 -1 0.000 0 0 -1 1 0 2 1 1 2.00 120.00 240.00 3075 5925 3075 6525 2 1 0 2 0 7 50 0 -1 0.000 0 0 -1 1 0 2 1 1 2.00 120.00 240.00 3075 7125 3075 7725 2 1 1 1 0 7 50 0 -1 4.000 0 0 -1 0 0 2 4800 5250 7350 2775 2 1 1 1 0 7 50 0 -1 4.000 0 0 -1 0 0 2 4800 5925 7350 8100 xmds-doc-0~svn.1884/latex/figures/nlse.eps0000644000175000017500000345115510007374504020000 0ustar rafaelrafael%!PS-Adobe-3.0 EPSF-3.0 %%Creator: MATLAB, The Mathworks, Inc. %%Title: /home/collecug/xmds-1.0rc2-2/examples/nlse.eps %%CreationDate: 06/10/ 2 23:34:14 %%DocumentNeededFonts: Helvetica %%DocumentProcessColors: Cyan Magenta Yellow Black %%LanguageLevel: 2 %%Pages: 1 %%BoundingBox: 35 202 571 593 %%EndComments %%BeginProlog % MathWorks dictionary /MathWorks 160 dict begin % definition operators /bdef {bind def} bind def /ldef {load def} bind def /xdef {exch def} bdef /xstore {exch store} bdef % operator abbreviations /c /clip ldef /cc /concat ldef /cp /closepath ldef /gr /grestore ldef /gs /gsave ldef /mt /moveto ldef /np /newpath ldef /cm /currentmatrix ldef /sm /setmatrix ldef /rc {rectclip} bdef /rf {rectfill} bdef /rm /rmoveto ldef /rl /rlineto ldef /s /show ldef /sc {setcmykcolor} bdef /sr /setrgbcolor ldef /sg /setgray ldef /w /setlinewidth ldef /j /setlinejoin ldef /cap /setlinecap ldef % page state control /pgsv () def /bpage {/pgsv save def} bdef /epage {pgsv restore} bdef /bplot /gsave ldef /eplot {stroke grestore} bdef % orientation switch /portraitMode 0 def /landscapeMode 1 def % coordinate system mappings /dpi2point 0 def % font control /FontSize 0 def /FMS { /FontSize xstore %save size off stack findfont [FontSize 0 0 FontSize neg 0 0] makefont setfont }bdef /reencode { exch dup where {pop load} {pop StandardEncoding} ifelse exch dup 3 1 roll findfont dup length dict begin { 1 index /FID ne {def}{pop pop} ifelse } forall /Encoding exch def currentdict end definefont pop } bdef /isroman { findfont /CharStrings get /Agrave known } bdef /FMSR { 3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse exch FMS } bdef /csm { 1 dpi2point div -1 dpi2point div scale neg translate landscapeMode eq {90 rotate} if } bdef % line types: solid, dotted, dashed, dotdash /SO { [] 0 setdash } bdef /DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef /DA { [6 dpi2point mul] 0 setdash } bdef /DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4 dpi2point mul] 0 setdash } bdef % macros for lines and objects /L { lineto stroke } bdef /MP { 3 1 roll moveto 1 sub {rlineto} repeat } bdef /AP { {rlineto} repeat } bdef /PP { closepath eofill } bdef /DP { closepath stroke } bdef /MR { 4 -2 roll moveto dup 0 exch rlineto exch 0 rlineto neg 0 exch rlineto closepath } bdef /FR { MR stroke } bdef /PR { MR fill } bdef /L1i { { currentfile picstr readhexstring pop } image } bdef /tMatrix matrix def /MakeOval { newpath tMatrix currentmatrix pop translate scale 0 0 1 0 360 arc tMatrix setmatrix } bdef /FO { MakeOval stroke } bdef /PO { MakeOval fill } bdef /PD { currentlinecap 1 setlinecap 3 1 roll 2 copy moveto lineto stroke setlinecap } bdef /FA { newpath tMatrix currentmatrix pop translate scale 0 0 1 5 -2 roll arc tMatrix setmatrix stroke } bdef /PA { newpath tMatrix currentmatrix pop translate 0 0 moveto scale 0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill } bdef /FAn { newpath tMatrix currentmatrix pop translate scale 0 0 1 5 -2 roll arcn tMatrix setmatrix stroke } bdef /PAn { newpath tMatrix currentmatrix pop translate 0 0 moveto scale 0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill } bdef /vradius 0 def /hradius 0 def /lry 0 def /lrx 0 def /uly 0 def /ulx 0 def /rad 0 def /MRR { /vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly vradius add translate hradius vradius scale 0 0 1 180 270 arc tMatrix setmatrix lrx hradius sub uly vradius add translate hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix lrx hradius sub lry vradius sub translate hradius vradius scale 0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix closepath } bdef /FRR { MRR stroke } bdef /PRR { MRR fill } bdef /MlrRR { /lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def newpath tMatrix currentmatrix pop ulx rad add uly rad add translate rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix closepath } bdef /FlrRR { MlrRR stroke } bdef /PlrRR { MlrRR fill } bdef /MtbRR { /lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def newpath tMatrix currentmatrix pop ulx rad add uly rad add translate rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix closepath } bdef /FtbRR { MtbRR stroke } bdef /PtbRR { MtbRR fill } bdef currentdict end def %%EndProlog %%BeginSetup MathWorks begin 0 cap end %%EndSetup %%Page: 1 1 %%BeginPageSetup %%PageBoundingBox: 35 202 571 593 MathWorks begin bpage %%EndPageSetup %%BeginObject: obj1 bplot /dpi2point 12 def portraitMode 0216 7344 csm 210 218 6436 4693 rc 94 dict begin %Colortable dictionary /c0 { 0 0 0 sr} bdef /c1 { 1 1 1 sr} bdef /c2 { 1 0 0 sr} bdef /c3 { 0 1 0 sr} bdef /c4 { 0 0 1 sr} bdef /c5 { 1 1 0 sr} bdef /c6 { 1 0 1 sr} bdef /c7 { 0 1 1 sr} bdef c0 1 j 1 sg 0 0 6913 5186 rf 6 w 0 2335 -2325 -1069 0 -2335 6254 3793 4 MP PP 2325 1069 0 2335 -2325 -1069 0 -2335 6254 3793 5 MP stroke 2325 1069 3030 -821 -2325 -1069 3224 4614 4 MP PP -3030 821 2325 1069 3030 -821 -2325 -1069 3224 4614 5 MP stroke 0 2335 3030 -821 0 -2335 899 3545 4 MP PP -3030 821 0 2335 3030 -821 0 -2335 899 3545 5 MP stroke 4 w DO 0 sg 3224 4614 mt 899 3545 L 899 3545 mt 899 1210 L 3982 4409 mt 1656 3339 L 1656 3339 mt 1656 1004 L 4739 4204 mt 2414 3134 L 2414 3134 mt 2414 799 L 5497 3999 mt 3171 2929 L 3171 2929 mt 3171 594 L 6254 3793 mt 3929 2724 L 3929 2724 mt 3929 389 L 3224 4614 mt 6254 3793 L 6254 3793 mt 6254 1458 L 2062 4079 mt 5091 3259 L 5091 3259 mt 5091 924 L 899 3545 mt 3929 2724 L 3929 2724 mt 3929 389 L 899 3545 mt 3929 2724 L 3929 2724 mt 6254 3793 L 899 3078 mt 3929 2257 L 3929 2257 mt 6254 3326 L 899 2611 mt 3929 1790 L 3929 1790 mt 6254 2859 L 899 2144 mt 3929 1323 L 3929 1323 mt 6254 2392 L 899 1677 mt 3929 856 L 3929 856 mt 6254 1925 L 899 1210 mt 3929 389 L 3929 389 mt 6254 1458 L SO 6 w 3224 4614 mt 6254 3793 L 3224 4614 mt 899 3545 L 899 3545 mt 899 1210 L 3224 4614 mt 3295 4647 L %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 216 FMSR 3327 4862 mt (0) s 3982 4409 mt 4053 4442 L 4084 4657 mt (5) s 4739 4204 mt 4810 4236 L 4842 4452 mt (10) s 5497 3999 mt 5568 4031 L 5599 4247 mt (15) s 6254 3793 mt 6325 3826 L 6357 4042 mt (20) s 3224 4614 mt 3148 4635 L 2869 4845 mt (-5) s 2062 4079 mt 1986 4100 L 1832 4310 mt (0) s 899 3545 mt 823 3565 L 670 3775 mt (5) s 899 3545 mt 828 3512 L 676 3577 mt (0) s 899 3078 mt 828 3045 L 676 3110 mt (1) s 899 2611 mt 828 2578 L 676 2643 mt (2) s 899 2144 mt 828 2111 L 676 2176 mt (3) s 899 1677 mt 828 1644 L 676 1709 mt (4) s 899 1210 mt 828 1177 L 676 1242 mt (5) s gs 899 389 5356 4226 rc 1 sg -47 -21 61 -16 6193 3809 3 MP PP % Quadrilateral Line Rendering Routines MathWorks begin /NI 16 def % NI can be 4 (draft), 8 (medium) , or 16 (high-res) /1NI 1.0 NI div def /N1 NI 1 sub def /quad_td {/Y3 xdef /X3 xdef /Y2 xdef /X2 xdef /Y1 xdef /X1 xdef /Y0 xdef /X0 xdef} bdef /interp_lcdc {1000.0 div /B3 xdef 1000.0 div /B2 xdef 1000.0 div /B1 xdef 1000.0 div /B0 xdef 1000.0 div /G3 xdef 1000.0 div /G2 xdef 1000.0 div /G1 xdef 1000.0 div /G0 xdef 1000.0 div /R3 xdef 1000.0 div /R2 xdef 1000.0 div /R1 xdef 1000.0 div /R0 xdef} bdef 1 1 1 1 1 1 1 1 1 1 1 1 interp_lcdc /interp_cline {3 index sub 1NI mul 3 1 roll 4 index sub 1NI mul 3 1 roll 5 index sub 1NI mul 3 1 roll 6 3 roll setrgbcolor 3 copy abs exch abs add exch abs add 0 ne { 7 3 roll exch 3 index sub 1NI mul exch 2 index sub 1NI mul 7 2 roll newpath moveto 0 1 N1 {pop 5 copy currentrgbcolor 3 index add 6 1 roll 3 index add 6 1 roll 3 index add 6 1 roll pop pop pop setrgbcolor rlineto currentpoint stroke moveto} for pop pop pop pop pop} {pop pop pop np moveto lineto stroke} ifelse} bdef /ilc {gs interp_lcdc quad_td X0 Y0 X1 Y1 R0 G0 B0 R1 G1 B1 interp_cline X1 Y1 X2 Y2 R1 G1 B1 R2 G2 B2 interp_cline X2 Y2 X3 Y3 R2 G2 B2 R3 G3 B3 interp_cline X3 Y3 X0 Y0 R3 G3 B3 R0 G0 B0 interp_cline gr} bdef /interp_poly { gs {9 index 9 index 5 2 roll 9 index 9 index 9 index interp_cline } repeat gr 5 {pop} repeat } bdef end % MathWorks dictionary 6193 3809 0 0 0.562 6254 3793 0 0 0.562 6193 3809 0 0 0.562 2 interp_poly 6254 3793 0 0 0.562 6207 3772 0 0 0.562 6254 3793 0 0 0.562 2 interp_poly 60 -16 -46 -21 6193 3809 3 MP PP 6193 3809 0 0 0.562 6147 3788 0 0 0.562 6193 3809 0 0 0.562 2 interp_poly 6147 3788 0 0 0.562 6207 3772 0 0 0.562 6147 3788 0 0 0.562 2 interp_poly -46 -22 60 -16 6147 3788 3 MP PP 6147 3788 0 0 0.562 6207 3772 0 0 0.562 6147 3788 0 0 0.562 2 interp_poly 6207 3772 0 0 0.562 6161 3750 0 0 0.562 6207 3772 0 0 0.562 2 interp_poly -46 -21 60 -17 6133 3826 3 MP PP 6133 3826 0 0 0.562 6193 3809 0 0 0.562 6133 3826 0 0 0.562 2 interp_poly 6193 3809 0 0 0.562 6147 3788 0 0 0.562 6193 3809 0 0 0.562 2 interp_poly 61 -17 -47 -21 6147 3788 3 MP PP 6147 3788 0 0 0.562 6100 3767 0 0 0.562 6147 3788 0 0 0.562 2 interp_poly 6100 3767 0 0 0.562 6161 3750 0 0 0.562 6100 3767 0 0 0.562 2 interp_poly -47 -21 61 -17 6100 3767 3 MP PP 6100 3767 0 0 0.562 6161 3750 0 0 0.562 6100 3767 0 0 0.562 2 interp_poly 6161 3750 0 0 0.562 6114 3729 0 0 0.562 6161 3750 0 0 0.562 2 interp_poly 61 -16 -47 -22 6133 3826 3 MP PP 6133 3826 0 0 0.562 6086 3804 0 0 0.562 6133 3826 0 0 0.562 2 interp_poly 6086 3804 0 0 0.562 6147 3788 0 0 0.562 6086 3804 0 0 0.562 2 interp_poly -47 -21 61 -16 6086 3804 3 MP PP 6086 3804 0 0 0.562 6147 3788 0 0 0.562 6086 3804 0 0 0.562 2 interp_poly 6147 3788 0 0 0.562 6100 3767 0 0 0.562 6147 3788 0 0 0.562 2 interp_poly -47 -22 61 -16 6072 3842 3 MP PP 6072 3842 0 0 0.562 6133 3826 0 0 0.562 6072 3842 0 0 0.562 2 interp_poly 6133 3826 0 0 0.562 6086 3804 0 0 0.562 6133 3826 0 0 0.562 2 interp_poly 60 -16 -46 -22 6100 3767 3 MP PP 6100 3767 0 0 0.562 6054 3745 0 0 0.562 6100 3767 0 0 0.562 2 interp_poly 6054 3745 0 0 0.562 6114 3729 0 0 0.562 6054 3745 0 0 0.562 2 interp_poly -46 -22 60 -16 6054 3745 3 MP PP 6054 3745 0 0 0.562 6114 3729 0 0 0.562 6054 3745 0 0 0.562 2 interp_poly 6114 3729 0 0 0.562 6068 3707 0 0 0.562 6114 3729 0 0 0.562 2 interp_poly 60 -16 -46 -21 6086 3804 3 MP PP 6086 3804 0 0 0.562 6040 3783 0 0 0.562 6086 3804 0 0 0.562 2 interp_poly 6040 3783 0 0 0.562 6100 3767 0 0 0.562 6040 3783 0 0 0.562 2 interp_poly -46 -22 60 -16 6040 3783 3 MP PP 6040 3783 0 0 0.562 6100 3767 0 0 0.562 6040 3783 0 0 0.562 2 interp_poly 6100 3767 0 0 0.562 6054 3745 0 0 0.562 6100 3767 0 0 0.562 2 interp_poly 60 -17 -46 -21 6072 3842 3 MP PP 6072 3842 0 0 0.562 6026 3821 0 0 0.562 6072 3842 0 0 0.562 2 interp_poly 6026 3821 0 0 0.562 6086 3804 0 0 0.562 6026 3821 0 0 0.562 2 interp_poly -46 -21 60 -17 6026 3821 3 MP PP 6026 3821 0 0 0.562 6086 3804 0 0 0.562 6026 3821 0 0 0.562 2 interp_poly 6086 3804 0 0 0.562 6040 3783 0 0 0.562 6086 3804 0 0 0.562 2 interp_poly -46 -21 60 -16 6012 3858 3 MP PP 6012 3858 0 0 0.562 6072 3842 0 0 0.562 6012 3858 0 0 0.562 2 interp_poly 6072 3842 0 0 0.562 6026 3821 0 0 0.562 6072 3842 0 0 0.562 2 interp_poly 61 -17 -47 -21 6054 3745 3 MP PP 6054 3745 0 0 0.562 6007 3724 0 0 0.562 6054 3745 0 0 0.562 2 interp_poly 6007 3724 0 0 0.562 6068 3707 0 0 0.562 6007 3724 0 0 0.562 2 interp_poly -47 -21 61 -17 6007 3724 3 MP PP 6007 3724 0 0 0.562 6068 3707 0 0 0.562 6007 3724 0 0 0.562 2 interp_poly 6068 3707 0 0 0.562 6021 3686 0 0 0.562 6068 3707 0 0 0.562 2 interp_poly 61 -17 -47 -21 6040 3783 3 MP PP 6040 3783 0 0 0.562 5993 3762 0 0 0.562 6040 3783 0 0 0.562 2 interp_poly 5993 3762 0 0 0.562 6054 3745 0 0 0.562 5993 3762 0 0 0.562 2 interp_poly -47 -21 61 -17 5993 3762 3 MP PP 5993 3762 0 0 0.562 6054 3745 0 0 0.562 5993 3762 0 0 0.562 2 interp_poly 6054 3745 0 0 0.562 6007 3724 0 0 0.562 6054 3745 0 0 0.562 2 interp_poly 61 -16 -47 -22 6026 3821 3 MP PP 6026 3821 0 0 0.562 5979 3799 0 0 0.562 6026 3821 0 0 0.562 2 interp_poly 5979 3799 0 0 0.562 6040 3783 0 0 0.562 5979 3799 0 0 0.562 2 interp_poly -47 -21 61 -16 5979 3799 3 MP PP 5979 3799 0 0 0.562 6040 3783 0 0 0.562 5979 3799 0 0 0.562 2 interp_poly 6040 3783 0 0 0.562 5993 3762 0 0 0.562 6040 3783 0 0 0.562 2 interp_poly 61 -16 -47 -21 6012 3858 3 MP PP 6012 3858 0 0 0.562 5965 3837 0 0 0.562 6012 3858 0 0 0.562 2 interp_poly 5965 3837 0 0 0.562 6026 3821 0 0 0.562 5965 3837 0 0 0.562 2 interp_poly -47 -22 61 -16 5965 3837 3 MP PP 5965 3837 0 0 0.562 6026 3821 0 0 0.562 5965 3837 0 0 0.562 2 interp_poly 6026 3821 0 0 0.562 5979 3799 0 0 0.562 6026 3821 0 0 0.562 2 interp_poly 60 -16 -46 -22 6007 3724 3 MP PP 6007 3724 0 0 0.562 5961 3702 0 0 0.562 6007 3724 0 0 0.562 2 interp_poly 5961 3702 0 0 0.562 6021 3686 0 0 0.562 5961 3702 0 0 0.562 2 interp_poly -46 -22 60 -16 5961 3702 3 MP PP 5961 3702 0 0 0.562 6021 3686 0 0 0.562 5961 3702 0 0 0.562 2 interp_poly 6021 3686 0 0 0.562 5975 3664 0 0 0.562 6021 3686 0 0 0.562 2 interp_poly -47 -21 61 -17 5951 3875 3 MP PP 5951 3875 0 0 0.562 6012 3858 0 0 0.562 5951 3875 0 0 0.562 2 interp_poly 6012 3858 0 0 0.562 5965 3837 0 0 0.562 6012 3858 0 0 0.562 2 interp_poly 60 -16 -46 -22 5993 3762 3 MP PP 5993 3762 0 0 0.562 5947 3740 0 0 0.562 5993 3762 0 0 0.562 2 interp_poly 5947 3740 0 0 0.562 6007 3724 0 0 0.562 5947 3740 0 0 0.562 2 interp_poly -46 -22 60 -16 5947 3740 3 MP PP 5947 3740 0 0 0.562 6007 3724 0 0 0.562 5947 3740 0 0 0.562 2 interp_poly 6007 3724 0 0 0.562 5961 3702 0 0 0.562 6007 3724 0 0 0.562 2 interp_poly 60 -16 -46 -21 5979 3799 3 MP PP 5979 3799 0 0 0.562 5933 3778 0 0 0.562 5979 3799 0 0 0.562 2 interp_poly 5933 3778 0 0 0.562 5993 3762 0 0 0.562 5933 3778 0 0 0.562 2 interp_poly -46 -22 60 -16 5933 3778 3 MP PP 5933 3778 0 0 0.562 5993 3762 0 0 0.562 5933 3778 0 0 0.562 2 interp_poly 5993 3762 0 0 0.562 5947 3740 0 0 0.562 5993 3762 0 0 0.562 2 interp_poly 60 -17 -46 -21 5965 3837 3 MP PP 5965 3837 0 0 0.562 5919 3816 0 0 0.562 5965 3837 0 0 0.562 2 interp_poly 5919 3816 0 0 0.562 5979 3799 0 0 0.562 5919 3816 0 0 0.562 2 interp_poly -46 -21 60 -17 5919 3816 3 MP PP 5919 3816 0 0 0.562 5979 3799 0 0 0.562 5919 3816 0 0 0.562 2 interp_poly 5979 3799 0 0 0.562 5933 3778 0 0 0.562 5979 3799 0 0 0.562 2 interp_poly 61 -17 -47 -21 5961 3702 3 MP PP 5961 3702 0 0 0.562 5914 3681 0 0 0.562 5961 3702 0 0 0.562 2 interp_poly 5914 3681 0 0 0.562 5975 3664 0 0 0.562 5914 3681 0 0 0.562 2 interp_poly -47 -21 61 -17 5914 3681 3 MP PP 5914 3681 0 0 0.562 5975 3664 0 0 0.562 5914 3681 0 0 0.562 2 interp_poly 5975 3664 0 0 0.562 5928 3643 0 0 0.562 5975 3664 0 0 0.562 2 interp_poly 60 -16 -46 -22 5951 3875 3 MP PP 5951 3875 0 0 0.562 5905 3853 0 0 0.562 5951 3875 0 0 0.562 2 interp_poly 5905 3853 0 0 0.562 5965 3837 0 0 0.562 5905 3853 0 0 0.562 2 interp_poly -46 -21 60 -16 5905 3853 3 MP PP 5905 3853 0 0 0.562 5965 3837 0 0 0.562 5905 3853 0 0 0.562 2 interp_poly 5965 3837 0 0 0.562 5919 3816 0 0 0.562 5965 3837 0 0 0.562 2 interp_poly 61 -17 -47 -21 5947 3740 3 MP PP 5947 3740 0 0 0.562 5900 3719 0 0 0.562 5947 3740 0 0 0.562 2 interp_poly 5900 3719 0 0 0.562 5961 3702 0 0 0.562 5900 3719 0 0 0.562 2 interp_poly -47 -21 61 -17 5900 3719 3 MP PP 5900 3719 0 0 0.562 5961 3702 0 0 0.562 5900 3719 0 0 0.562 2 interp_poly 5961 3702 0 0 0.562 5914 3681 0 0 0.562 5961 3702 0 0 0.562 2 interp_poly -46 -22 61 -16 5890 3891 3 MP PP 5890 3891 0 0 0.562 5951 3875 0 0 0.562 5890 3891 0 0 0.562 2 interp_poly 5951 3875 0 0 0.562 5905 3853 0 0 0.562 5951 3875 0 0 0.562 2 interp_poly 61 -16 -47 -22 5933 3778 3 MP PP 5933 3778 0 0 0.562 5886 3756 0 0 0.562 5933 3778 0 0 0.562 2 interp_poly 5886 3756 0 0 0.562 5947 3740 0 0 0.562 5886 3756 0 0 0.562 2 interp_poly -47 -21 61 -16 5886 3756 3 MP PP 5886 3756 0 0 0.562 5947 3740 0 0 0.562 5886 3756 0 0 0.562 2 interp_poly 5947 3740 0 0 0.562 5900 3719 0 0 0.562 5947 3740 0 0 0.562 2 interp_poly 61 -16 -47 -22 5919 3816 3 MP PP 5919 3816 0 0 0.562 5872 3794 0 0 0.562 5919 3816 0 0 0.562 2 interp_poly 5872 3794 0 0 0.562 5933 3778 0 0 0.562 5872 3794 0 0 0.562 2 interp_poly -47 -22 61 -16 5872 3794 3 MP PP 5872 3794 0 0 0.562 5933 3778 0 0 0.562 5872 3794 0 0 0.562 2 interp_poly 5933 3778 0 0 0.562 5886 3756 0 0 0.562 5933 3778 0 0 0.562 2 interp_poly 60 -16 -46 -22 5914 3681 3 MP PP 5914 3681 0 0 0.562 5868 3659 0 0 0.562 5914 3681 0 0 0.562 2 interp_poly 5868 3659 0 0 0.562 5928 3643 0 0 0.562 5868 3659 0 0 0.562 2 interp_poly -46 -22 60 -16 5868 3659 3 MP PP 5868 3659 0 0 0.562 5928 3643 0 0 0.562 5868 3659 0 0 0.562 2 interp_poly 5928 3643 0 0 0.562 5882 3621 0 0 0.562 5928 3643 0 0 0.562 2 interp_poly 61 -16 -47 -21 5905 3853 3 MP PP 5905 3853 0 0 0.562 5858 3832 0 0 0.562 5905 3853 0 0 0.562 2 interp_poly 5858 3832 0 0 0.562 5919 3816 0 0 0.562 5858 3832 0 0 0.562 2 interp_poly -47 -22 61 -16 5858 3832 3 MP PP 5858 3832 0 0 0.562 5919 3816 0 0 0.562 5858 3832 0 0 0.562 2 interp_poly 5919 3816 0 0 0.562 5872 3794 0 0 0.562 5919 3816 0 0 0.562 2 interp_poly 60 -16 -46 -22 5900 3719 3 MP PP 5900 3719 0 0 0.562 5854 3697 0 0 0.562 5900 3719 0 0 0.562 2 interp_poly 5854 3697 0 0 0.562 5914 3681 0 0 0.562 5854 3697 0 0 0.562 2 interp_poly -46 -22 60 -16 5854 3697 3 MP PP 5854 3697 0 0 0.562 5914 3681 0 0 0.562 5854 3697 0 0 0.562 2 interp_poly 5914 3681 0 0 0.562 5868 3659 0 0 0.562 5914 3681 0 0 0.562 2 interp_poly 61 -17 -46 -21 5890 3891 3 MP PP 5890 3891 0 0 0.562 5844 3870 0 0 0.562 5890 3891 0 0 0.562 2 interp_poly 5844 3870 0 0 0.562 5905 3853 0 0 0.562 5844 3870 0 0 0.562 2 interp_poly -47 -21 61 -17 5844 3870 3 MP PP 5844 3870 0 0 0.562 5905 3853 0 0 0.562 5844 3870 0 0 0.562 2 interp_poly 5905 3853 0 0 0.562 5858 3832 0 0 0.562 5905 3853 0 0 0.562 2 interp_poly 60 -16 -46 -21 5886 3756 3 MP PP 5886 3756 0 0 0.562 5840 3735 0 0 0.562 5886 3756 0 0 0.562 2 interp_poly 5840 3735 0 0 0.562 5900 3719 0 0 0.562 5840 3735 0 0 0.562 2 interp_poly -46 -22 60 -16 5840 3735 3 MP PP 5840 3735 0 0 0.562 5900 3719 0 0 0.562 5840 3735 0 0 0.562 2 interp_poly 5900 3719 0 0 0.562 5854 3697 0 0 0.562 5900 3719 0 0 0.562 2 interp_poly -46 -21 60 -17 5830 3908 3 MP PP 5830 3908 0 0 0.562 5890 3891 0 0 0.562 5830 3908 0 0 0.562 2 interp_poly 5890 3891 0 0 0.562 5844 3870 0 0 0.562 5890 3891 0 0 0.562 2 interp_poly 60 -17 -46 -21 5872 3794 3 MP PP 5872 3794 0 0 0.562 5826 3773 0 0 0.562 5872 3794 0 0 0.562 2 interp_poly 5826 3773 0 0 0.562 5886 3756 0 0 0.562 5826 3773 0 0 0.562 2 interp_poly -46 -21 60 -17 5826 3773 3 MP PP 5826 3773 0 0 0.562 5886 3756 0 0 0.562 5826 3773 0 0 0.562 2 interp_poly 5886 3756 0 0 0.562 5840 3735 0 0 0.562 5886 3756 0 0 0.562 2 interp_poly 61 -16 -47 -22 5868 3659 3 MP PP 5868 3659 0 0 0.562 5821 3637 0 0 0.562 5868 3659 0 0 0.562 2 interp_poly 5821 3637 0 0 0.562 5882 3621 0 0 0.562 5821 3637 0 0 0.562 2 interp_poly -47 -22 61 -16 5821 3637 3 MP PP 5821 3637 0 0 0.562 5882 3621 0 0 0.562 5821 3637 0 0 0.562 2 interp_poly 5882 3621 0 0 0.562 5835 3599 0 0 0.562 5882 3621 0 0 0.562 2 interp_poly 60 -17 -46 -21 5858 3832 3 MP PP 5858 3832 0 0 0.562 5812 3811 0 0 0.562 5858 3832 0 0 0.562 2 interp_poly 5812 3811 0 0 0.562 5872 3794 0 0 0.562 5812 3811 0 0 0.562 2 interp_poly -46 -21 60 -17 5812 3811 3 MP PP 5812 3811 0 0 0.562 5872 3794 0 0 0.562 5812 3811 0 0 0.562 2 interp_poly 5872 3794 0 0 0.562 5826 3773 0 0 0.562 5872 3794 0 0 0.562 2 interp_poly 61 -16 -47 -22 5854 3697 3 MP PP 5854 3697 0 0 0.562 5807 3675 0 0 0.562 5854 3697 0 0 0.562 2 interp_poly 5807 3675 0 0 0.562 5868 3659 0 0 0.562 5807 3675 0 0 0.562 2 interp_poly -47 -22 61 -16 5807 3675 3 MP PP 5807 3675 0 0 0.562 5868 3659 0 0 0.562 5807 3675 0 0 0.562 2 interp_poly 5868 3659 0 0 0.562 5821 3637 0 0 0.562 5868 3659 0 0 0.562 2 interp_poly 61 -16 -47 -22 5844 3870 3 MP PP 5844 3870 0 0 0.562 5797 3848 0 0 0.562 5844 3870 0 0 0.562 2 interp_poly 5797 3848 0 0 0.562 5858 3832 0 0 0.562 5797 3848 0 0 0.562 2 interp_poly -46 -21 61 -16 5797 3848 3 MP PP 5797 3848 0 0 0.562 5858 3832 0 0 0.562 5797 3848 0 0 0.562 2 interp_poly 5858 3832 0 0 0.562 5812 3811 0 0 0.562 5858 3832 0 0 0.562 2 interp_poly 61 -16 -47 -22 5840 3735 3 MP PP 5840 3735 0 0 0.562 5793 3713 0 0 0.562 5840 3735 0 0 0.562 2 interp_poly 5793 3713 0 0 0.562 5854 3697 0 0 0.562 5793 3713 0 0 0.562 2 interp_poly -47 -22 61 -16 5793 3713 3 MP PP 5793 3713 0 0 0.562 5854 3697 0 0 0.562 5793 3713 0 0 0.562 2 interp_poly 5854 3697 0 0 0.562 5807 3675 0 0 0.562 5854 3697 0 0 0.562 2 interp_poly 61 -16 -47 -22 5830 3908 3 MP PP 5830 3908 0 0 0.562 5783 3886 0 0 0.562 5830 3908 0 0 0.562 2 interp_poly 5783 3886 0 0 0.562 5844 3870 0 0 0.562 5783 3886 0 0 0.562 2 interp_poly -47 -22 61 -16 5783 3886 3 MP PP 5783 3886 0 0 0.562 5844 3870 0 0 0.562 5783 3886 0 0 0.562 2 interp_poly 5844 3870 0 0 0.562 5797 3848 0 0 0.562 5844 3870 0 0 0.562 2 interp_poly 61 -16 -47 -22 5826 3773 3 MP PP 5826 3773 0 0 0.562 5779 3751 0 0 0.562 5826 3773 0 0 0.562 2 interp_poly 5779 3751 0 0 0.562 5840 3735 0 0 0.562 5779 3751 0 0 0.562 2 interp_poly -47 -22 61 -16 5779 3751 3 MP PP 5779 3751 0 0 0.562 5840 3735 0 0 0.562 5779 3751 0 0 0.562 2 interp_poly 5840 3735 0 0 0.562 5793 3713 0 0 0.562 5840 3735 0 0 0.562 2 interp_poly 60 -17 -46 -21 5821 3637 3 MP PP 5821 3637 0 0 0.562 5775 3616 0 0 0.562 5821 3637 0 0 0.562 2 interp_poly 5775 3616 0 0 0.562 5835 3599 0 0 0.562 5775 3616 0 0 0.562 2 interp_poly -46 -22 60 -17 5775 3616 3 MP PP 5775 3616 0 0 0.562 5835 3599 0 0 0.562 5775 3616 0 0 0.562 2 interp_poly 5835 3599 0 0 0.562 5789 3577 0 0 0.562 5835 3599 0 0 0.562 2 interp_poly -47 -22 61 -16 5769 3924 3 MP PP 5769 3924 0 0 0.562 5830 3908 0 0 0.562 5769 3924 0 0 0.562 2 interp_poly 5830 3908 0 0 0.562 5783 3886 0 0 0.562 5830 3908 0 0 0.562 2 interp_poly 61 -16 -47 -22 5812 3811 3 MP PP 5812 3811 0 0 0.562 5765 3789 0 0 0.562 5812 3811 0 0 0.562 2 interp_poly 5765 3789 0 0 0.562 5826 3773 0 0 0.562 5765 3789 0 0 0.562 2 interp_poly -47 -22 61 -16 5765 3789 3 MP PP 5765 3789 0 0 0.562 5826 3773 0 0 0.562 5765 3789 0 0 0.562 2 interp_poly 5826 3773 0 0 0.562 5779 3751 0 0 0.562 5826 3773 0 0 0.562 2 interp_poly 60 -17 -46 -21 5807 3675 3 MP PP 5807 3675 0 0 0.562 5761 3654 0 0 0.562 5807 3675 0 0 0.562 2 interp_poly 5761 3654 0 0 0.562 5821 3637 0 0 0.562 5761 3654 0 0 0.562 2 interp_poly -46 -21 60 -17 5761 3654 3 MP PP 5761 3654 0 0 0.562 5821 3637 0 0 0.562 5761 3654 0 0 0.562 2 interp_poly 5821 3637 0 0 0.562 5775 3616 0 0 0.562 5821 3637 0 0 0.562 2 interp_poly 61 -16 -46 -21 5797 3848 3 MP PP 5797 3848 0 0 0.562 5751 3827 0 0 0.562 5797 3848 0 0 0.562 2 interp_poly 5751 3827 0 0 0.562 5812 3811 0 0 0.562 5751 3827 0 0 0.562 2 interp_poly -47 -22 61 -16 5751 3827 3 MP PP 5751 3827 0 0 0.562 5812 3811 0 0 0.562 5751 3827 0 0 0.562 2 interp_poly 5812 3811 0 0 0.562 5765 3789 0 0 0.562 5812 3811 0 0 0.562 2 interp_poly 60 -16 -46 -22 5793 3713 3 MP PP 5793 3713 0 0 0.562 5747 3691 0 0 0.562 5793 3713 0 0 0.562 2 interp_poly 5747 3691 0 0 0.562 5807 3675 0 0 0.562 5747 3691 0 0 0.562 2 interp_poly -46 -21 60 -16 5747 3691 3 MP PP 5747 3691 0 0 0.562 5807 3675 0 0 0.562 5747 3691 0 0 0.562 2 interp_poly 5807 3675 0 0 0.562 5761 3654 0 0 0.562 5807 3675 0 0 0.562 2 interp_poly 60 -17 -46 -21 5783 3886 3 MP PP 5783 3886 0 0 0.562 5737 3865 0 0 0.562 5783 3886 0 0 0.562 2 interp_poly 5737 3865 0 0 0.562 5797 3848 0 0 0.562 5737 3865 0 0 0.562 2 interp_poly -46 -21 60 -17 5737 3865 3 MP PP 5737 3865 0 0 0.562 5797 3848 0 0 0.562 5737 3865 0 0 0.562 2 interp_poly 5797 3848 0 0 0.562 5751 3827 0 0 0.562 5797 3848 0 0 0.562 2 interp_poly 60 -17 -46 -21 5779 3751 3 MP PP 5779 3751 0 0 0.562 5733 3730 0 0 0.562 5779 3751 0 0 0.562 2 interp_poly 5733 3730 0 0 0.562 5793 3713 0 0 0.562 5733 3730 0 0 0.562 2 interp_poly -46 -22 60 -17 5733 3730 3 MP PP 5733 3730 0 0 0.562 5793 3713 0 0 0.562 5733 3730 0 0 0.562 2 interp_poly 5793 3713 0 0 0.562 5747 3691 0 0 0.562 5793 3713 0 0 0.562 2 interp_poly 61 -17 -47 -22 5775 3616 3 MP PP 5775 3616 0 0 0.562 5728 3594 0 0 0.562 5775 3616 0 0 0.562 2 interp_poly 5728 3594 0 0 0.562 5789 3577 0 0 0.562 5728 3594 0 0 0.562 2 interp_poly -47 -21 61 -17 5728 3594 3 MP PP 5728 3594 0 0 0.562 5789 3577 0 0 0.562 5728 3594 0 0 0.562 2 interp_poly 5789 3577 0 0 0.562 5742 3556 0 0 0.562 5789 3577 0 0 0.562 2 interp_poly 60 -17 -46 -21 5769 3924 3 MP PP 5769 3924 0 0 0.562 5723 3903 0 0 0.562 5769 3924 0 0 0.562 2 interp_poly 5723 3903 0 0 0.562 5783 3886 0 0 0.562 5723 3903 0 0 0.562 2 interp_poly -46 -21 60 -17 5723 3903 3 MP PP 5723 3903 0 0 0.562 5783 3886 0 0 0.562 5723 3903 0 0 0.562 2 interp_poly 5783 3886 0 0 0.562 5737 3865 0 0 0.562 5783 3886 0 0 0.562 2 interp_poly 61 -17 -47 -21 5765 3789 3 MP PP 5765 3789 0 0 0.562 5718 3768 0 0 0.562 5765 3789 0 0 0.562 2 interp_poly 5718 3768 0 0 0.562 5779 3751 0 0 0.562 5718 3768 0 0 0.562 2 interp_poly -46 -21 61 -17 5718 3768 3 MP PP 5718 3768 0 0 0.562 5779 3751 0 0 0.562 5718 3768 0 0 0.562 2 interp_poly 5779 3751 0 0 0.562 5733 3730 0 0 0.562 5779 3751 0 0 0.562 2 interp_poly 61 -16 -47 -22 5761 3654 3 MP PP 5761 3654 0 0 0.562 5714 3632 0 0 0.562 5761 3654 0 0 0.562 2 interp_poly 5714 3632 0 0 0.562 5775 3616 0 0 0.562 5714 3632 0 0 0.562 2 interp_poly -47 -22 61 -16 5714 3632 3 MP PP 5714 3632 0 0 0.562 5775 3616 0 0 0.562 5714 3632 0 0 0.562 2 interp_poly 5775 3616 0 0 0.562 5728 3594 0 0 0.562 5775 3616 0 0 0.562 2 interp_poly -46 -21 60 -16 5709 3940 3 MP PP 5709 3940 0 0 0.562 5769 3924 0 0 0.562 5709 3940 0 0 0.562 2 interp_poly 5769 3924 0 0 0.562 5723 3903 0 0 0.562 5769 3924 0 0 0.562 2 interp_poly 61 -17 -47 -21 5751 3827 3 MP PP 5751 3827 0 0 0.562 5704 3806 0 0 0.562 5751 3827 0 0 0.562 2 interp_poly 5704 3806 0 0 0.562 5765 3789 0 0 0.562 5704 3806 0 0 0.562 2 interp_poly -47 -21 61 -17 5704 3806 3 MP PP 5704 3806 0 0 0.562 5765 3789 0 0 0.562 5704 3806 0 0 0.562 2 interp_poly 5765 3789 0 0 0.562 5718 3768 0 0 0.562 5765 3789 0 0 0.562 2 interp_poly 61 -16 -47 -21 5747 3691 3 MP PP 5747 3691 0 0 0.562 5700 3670 0 0 0.562 5747 3691 0 0 0.562 2 interp_poly 5700 3670 0 0 0.562 5761 3654 0 0 0.562 5700 3670 0 0 0.562 2 interp_poly -47 -22 61 -16 5700 3670 3 MP PP 5700 3670 0 0 0.562 5761 3654 0 0 0.562 5700 3670 0 0 0.562 2 interp_poly 5761 3654 0 0 0.562 5714 3632 0 0 0.562 5761 3654 0 0 0.562 2 interp_poly 61 -16 -47 -22 5737 3865 3 MP PP 5737 3865 0 0 0.562 5690 3843 0 0 0.562 5737 3865 0 0 0.562 2 interp_poly 5690 3843 0 0 0.562 5751 3827 0 0 0.562 5690 3843 0 0 0.562 2 interp_poly -47 -21 61 -16 5690 3843 3 MP PP 5690 3843 0 0 0.562 5751 3827 0 0 0.562 5690 3843 0 0 0.562 2 interp_poly 5751 3827 0 0 0.562 5704 3806 0 0 0.562 5751 3827 0 0 0.562 2 interp_poly 61 -17 -47 -22 5733 3730 3 MP PP 5733 3730 0 0 0.562 5686 3708 0 0 0.562 5733 3730 0 0 0.562 2 interp_poly 5686 3708 0 0 0.562 5747 3691 0 0 0.562 5686 3708 0 0 0.562 2 interp_poly -47 -21 61 -17 5686 3708 3 MP PP 5686 3708 0 0 0.562 5747 3691 0 0 0.562 5686 3708 0 0 0.562 2 interp_poly 5747 3691 0 0 0.562 5700 3670 0 0 0.562 5747 3691 0 0 0.562 2 interp_poly 60 -16 -46 -22 5728 3594 3 MP PP 5728 3594 0 0 0.562 5682 3572 0 0 0.562 5728 3594 0 0 0.562 2 interp_poly 5682 3572 0 0 0.562 5742 3556 0 0 0.562 5682 3572 0 0 0.562 2 interp_poly -46 -22 60 -16 5682 3572 3 MP PP 5682 3572 0 0 0.562 5742 3556 0 0 0.562 5682 3572 0 0 0.562 2 interp_poly 5742 3556 0 0 0.562 5696 3534 0 0 0.562 5742 3556 0 0 0.562 2 interp_poly 61 -16 -47 -22 5723 3903 3 MP PP 5723 3903 0 0 0.562 5676 3881 0 0 0.562 5723 3903 0 0 0.562 2 interp_poly 5676 3881 0 0 0.562 5737 3865 0 0 0.562 5676 3881 0 0 0.562 2 interp_poly -47 -22 61 -16 5676 3881 3 MP PP 5676 3881 0 0 0.562 5737 3865 0 0 0.562 5676 3881 0 0 0.562 2 interp_poly 5737 3865 0 0 0.562 5690 3843 0 0 0.562 5737 3865 0 0 0.562 2 interp_poly 61 -16 -46 -22 5718 3768 3 MP PP 5718 3768 0 0 0.562 5672 3746 0 0 0.562 5718 3768 0 0 0.562 2 interp_poly 5672 3746 0 0 0.562 5733 3730 0 0 0.562 5672 3746 0 0 0.562 2 interp_poly -47 -22 61 -16 5672 3746 3 MP PP 5672 3746 0 0 0.562 5733 3730 0 0 0.562 5672 3746 0 0 0.562 2 interp_poly 5733 3730 0 0 0.562 5686 3708 0 0 0.562 5733 3730 0 0 0.562 2 interp_poly 60 -16 -46 -22 5714 3632 3 MP PP 5714 3632 0 0 0.562 5668 3610 0 0 0.562 5714 3632 0 0 0.562 2 interp_poly 5668 3610 0 0 0.562 5728 3594 0 0 0.562 5668 3610 0 0 0.562 2 interp_poly -46 -22 60 -16 5668 3610 3 MP PP 5668 3610 0 0 0.562 5728 3594 0 0 0.562 5668 3610 0 0 0.562 2 interp_poly 5728 3594 0 0 0.562 5682 3572 0 0 0.562 5728 3594 0 0 0.562 2 interp_poly 61 -16 -47 -21 5709 3940 3 MP PP 5709 3940 0 0 0.562 5662 3919 0 0 0.562 5709 3940 0 0 0.562 2 interp_poly 5662 3919 0 0 0.562 5723 3903 0 0 0.562 5662 3919 0 0 0.562 2 interp_poly -47 -22 61 -16 5662 3919 3 MP PP 5662 3919 0 0 0.562 5723 3903 0 0 0.562 5662 3919 0 0 0.562 2 interp_poly 5723 3903 0 0 0.562 5676 3881 0 0 0.562 5723 3903 0 0 0.562 2 interp_poly 60 -16 -46 -22 5704 3806 3 MP PP 5704 3806 0 0 0.562 5658 3784 0 0 0.562 5704 3806 0 0 0.562 2 interp_poly 5658 3784 0 0 0.562 5718 3768 0 0 0.562 5658 3784 0 0 0.562 2 interp_poly -46 -22 60 -16 5658 3784 3 MP PP 5658 3784 0 0 0.562 5718 3768 0 0 0.562 5658 3784 0 0 0.562 2 interp_poly 5718 3768 0 0 0.562 5672 3746 0 0 0.562 5718 3768 0 0 0.562 2 interp_poly 60 -16 -46 -22 5700 3670 3 MP PP 5700 3670 0 0 0.562 5654 3648 0 0 0.562 5700 3670 0 0 0.562 2 interp_poly 5654 3648 0 0 0.562 5714 3632 0 0 0.562 5654 3648 0 0 0.562 2 interp_poly -46 -22 60 -16 5654 3648 3 MP PP 5654 3648 0 0 0.562 5714 3632 0 0 0.562 5654 3648 0 0 0.562 2 interp_poly 5714 3632 0 0 0.562 5668 3610 0 0 0.562 5714 3632 0 0 0.562 2 interp_poly -47 -21 61 -17 5648 3957 3 MP PP 5648 3957 0 0 0.562 5709 3940 0 0 0.562 5648 3957 0 0 0.562 2 interp_poly 5709 3940 0 0 0.562 5662 3919 0 0 0.562 5709 3940 0 0 0.562 2 interp_poly 60 -16 -46 -21 5690 3843 3 MP PP 5690 3843 0 0 0.562 5644 3822 0 0 0.562 5690 3843 0 0 0.562 2 interp_poly 5644 3822 0 0 0.562 5704 3806 0 0 0.562 5644 3822 0 0 0.562 2 interp_poly -46 -22 60 -16 5644 3822 3 MP PP 5644 3822 0 0 0.562 5704 3806 0 0 0.562 5644 3822 0 0 0.562 2 interp_poly 5704 3806 0 0 0.562 5658 3784 0 0 0.562 5704 3806 0 0 0.562 2 interp_poly 60 -16 -46 -22 5686 3708 3 MP PP 5686 3708 0 0 0.562 5640 3686 0 0 0.562 5686 3708 0 0 0.562 2 interp_poly 5640 3686 0 0 0.562 5700 3670 0 0 0.562 5640 3686 0 0 0.562 2 interp_poly -46 -22 60 -16 5640 3686 3 MP PP 5640 3686 0 0 0.562 5700 3670 0 0 0.562 5640 3686 0 0 0.562 2 interp_poly 5700 3670 0 0 0.562 5654 3648 0 0 0.562 5700 3670 0 0 0.562 2 interp_poly 61 -17 -47 -21 5682 3572 3 MP PP 5682 3572 0 0 0.562 5635 3551 0 0 0.562 5682 3572 0 0 0.562 2 interp_poly 5635 3551 0 0 0.562 5696 3534 0 0 0.562 5635 3551 0 0 0.562 2 interp_poly -47 -22 61 -17 5635 3551 3 MP PP 5635 3551 0 0 0.562 5696 3534 0 0 0.562 5635 3551 0 0 0.562 2 interp_poly 5696 3534 0 0 0.562 5649 3512 0 0 0.562 5696 3534 0 0 0.562 2 interp_poly 60 -17 -46 -21 5676 3881 3 MP PP 5676 3881 0 0 0.562 5630 3860 0 0 0.562 5676 3881 0 0 0.562 2 interp_poly 5630 3860 0 0 0.562 5690 3843 0 0 0.562 5630 3860 0 0 0.562 2 interp_poly -46 -21 60 -17 5630 3860 3 MP PP 5630 3860 0 0 0.562 5690 3843 0 0 0.562 5630 3860 0 0 0.562 2 interp_poly 5690 3843 0 0 0.562 5644 3822 0 0 0.562 5690 3843 0 0 0.562 2 interp_poly 61 -16 -47 -22 5672 3746 3 MP PP 5672 3746 0 0 0.562 5625 3724 0 0 0.562 5672 3746 0 0 0.562 2 interp_poly 5625 3724 0 0 0.562 5686 3708 0 0 0.562 5625 3724 0 0 0.562 2 interp_poly -46 -22 61 -16 5625 3724 3 MP PP 5625 3724 0 0 0.562 5686 3708 0 0 0.562 5625 3724 0 0 0.562 2 interp_poly 5686 3708 0 0 0.562 5640 3686 0 0 0.562 5686 3708 0 0 0.562 2 interp_poly 61 -16 -47 -22 5668 3610 3 MP PP 5668 3610 0 0 0.562 5621 3588 0 0 0.562 5668 3610 0 0 0.562 2 interp_poly 5621 3588 0 0 0.562 5682 3572 0 0 0.562 5621 3588 0 0 0.562 2 interp_poly -47 -21 61 -16 5621 3588 3 MP PP 5621 3588 0 0 0.562 5682 3572 0 0 0.562 5621 3588 0 0 0.562 2 interp_poly 5682 3572 0 0 0.562 5635 3551 0 0 0.562 5682 3572 0 0 0.562 2 interp_poly 60 -17 -46 -21 5662 3919 3 MP PP 5662 3919 0 0 0.562 5616 3898 0 0 0.562 5662 3919 0 0 0.562 2 interp_poly 5616 3898 0 0 0.562 5676 3881 0 0 0.562 5616 3898 0 0 0.562 2 interp_poly -46 -21 60 -17 5616 3898 3 MP PP 5616 3898 0 0 0.562 5676 3881 0 0 0.562 5616 3898 0 0 0.562 2 interp_poly 5676 3881 0 0 0.562 5630 3860 0 0 0.562 5676 3881 0 0 0.562 2 interp_poly 61 -16 -47 -22 5658 3784 3 MP PP 5658 3784 0 0 0.562 5611 3762 0 0 0.562 5658 3784 0 0 0.562 2 interp_poly 5611 3762 0 0 0.562 5672 3746 0 0 0.562 5611 3762 0 0 0.562 2 interp_poly -47 -22 61 -16 5611 3762 3 MP PP 5611 3762 0 0 0.562 5672 3746 0 0 0.562 5611 3762 0 0 0.562 2 interp_poly 5672 3746 0 0 0.562 5625 3724 0 0 0.562 5672 3746 0 0 0.562 2 interp_poly 61 -15 -47 -23 5654 3648 3 MP PP 5654 3648 0 0 0.562 5607 3625 0 0 0.562 5654 3648 0 0 0.562 2 interp_poly 5607 3625 0 0 0.562 5668 3610 0 0 0.562 5607 3625 0 0 0.562 2 interp_poly -47 -22 61 -15 5607 3625 3 MP PP 5607 3625 0 0 0.562 5668 3610 0 0 0.562 5607 3625 0 0 0.562 2 interp_poly 5668 3610 0 0 0.562 5621 3588 0 0 0.562 5668 3610 0 0 0.562 2 interp_poly 60 -16 -46 -22 5648 3957 3 MP PP 5648 3957 0 0 0.562 5602 3935 0 0 0.562 5648 3957 0 0 0.562 2 interp_poly 5602 3935 0 0 0.562 5662 3919 0 0 0.562 5602 3935 0 0 0.562 2 interp_poly -46 -21 60 -16 5602 3935 3 MP PP 5602 3935 0 0 0.562 5662 3919 0 0 0.562 5602 3935 0 0 0.562 2 interp_poly 5662 3919 0 0 0.562 5616 3898 0 0 0.562 5662 3919 0 0 0.562 2 interp_poly 61 -16 -47 -22 5644 3822 3 MP PP 5644 3822 0 0 0.562 5597 3800 0 0 0.562 5644 3822 0 0 0.562 2 interp_poly 5597 3800 0 0 0.562 5658 3784 0 0 0.562 5597 3800 0 0 0.562 2 interp_poly -47 -22 61 -16 5597 3800 3 MP PP 5597 3800 0 0 0.562 5658 3784 0 0 0.562 5597 3800 0 0 0.562 2 interp_poly 5658 3784 0 0 0.562 5611 3762 0 0 0.562 5658 3784 0 0 0.562 2 interp_poly 61 -15 -47 -23 5640 3686 3 MP PP 5640 3686 0 0 0.562 5593 3663 0 0 0.562 5640 3686 0 0 0.562 2 interp_poly 5593 3663 0 0 0.562 5654 3648 0 0 0.562 5593 3663 0 0 0.562 2 interp_poly -47 -23 61 -15 5593 3663 3 MP PP 5593 3663 0 0 0.562 5654 3648 0 0 0.562 5593 3663 0 0 0.562 2 interp_poly 5654 3648 0 0 0.562 5607 3625 0 0 0.562 5654 3648 0 0 0.562 2 interp_poly 60 -18 -46 -21 5635 3551 3 MP PP 5635 3551 0 0 0.562 5589 3530 0 0 0.562 5635 3551 0 0 0.562 2 interp_poly 5589 3530 0 0 0.562 5649 3512 0 0 0.562 5589 3530 0 0 0.562 2 interp_poly -46 -21 60 -18 5589 3530 3 MP PP 5589 3530 0 0 0.562 5649 3512 0 0 0.562 5589 3530 0 0 0.562 2 interp_poly 5649 3512 0 0 0.562 5603 3491 0 0 0.562 5649 3512 0 0 0.562 2 interp_poly -46 -22 61 -16 5587 3973 3 MP PP 5587 3973 0 0 0.562 5648 3957 0 0 0.562 5587 3973 0 0 0.562 2 interp_poly 5648 3957 0 0 0.562 5602 3935 0 0 0.562 5648 3957 0 0 0.562 2 interp_poly 61 -16 -47 -22 5630 3860 3 MP PP 5630 3860 0 0 0.562 5583 3838 0 0 0.562 5630 3860 0 0 0.562 2 interp_poly 5583 3838 0 0 0.562 5644 3822 0 0 0.562 5583 3838 0 0 0.562 2 interp_poly -47 -22 61 -16 5583 3838 3 MP PP 5583 3838 0 0 0.562 5644 3822 0 0 0.562 5583 3838 0 0 0.562 2 interp_poly 5644 3822 0 0 0.562 5597 3800 0 0 0.562 5644 3822 0 0 0.562 2 interp_poly 61 -16 -46 -22 5625 3724 3 MP PP 5625 3724 0 0 0.562 5579 3702 0 0 0.562 5625 3724 0 0 0.562 2 interp_poly 5579 3702 0 0 0.562 5640 3686 0 0 0.562 5579 3702 0 0 0.562 2 interp_poly -47 -23 61 -16 5579 3702 3 MP PP 5579 3702 0 0 0.562 5640 3686 0 0 0.562 5579 3702 0 0 0.562 2 interp_poly 5640 3686 0 0 0.562 5593 3663 0 0 0.562 5640 3686 0 0 0.562 2 interp_poly 60 -16 -46 -21 5621 3588 3 MP PP 5621 3588 0 0 0.562 5575 3567 0 0 0.562 5621 3588 0 0 0.562 2 interp_poly 5575 3567 0 0 0.562 5635 3551 0 0 0.562 5575 3567 0 0 0.562 2 interp_poly -46 -21 60 -16 5575 3567 3 MP PP 5575 3567 0 0 0.562 5635 3551 0 0 0.562 5575 3567 0 0 0.562 2 interp_poly 5635 3551 0 0 0.562 5589 3530 0 0 0.562 5635 3551 0 0 0.562 2 interp_poly 61 -16 -47 -22 5616 3898 3 MP PP 5616 3898 0 0 0.562 5569 3876 0 0 0.562 5616 3898 0 0 0.562 2 interp_poly 5569 3876 0 0 0.562 5630 3860 0 0 0.562 5569 3876 0 0 0.562 2 interp_poly -47 -22 61 -16 5569 3876 3 MP PP 5569 3876 0 0 0.562 5630 3860 0 0 0.562 5569 3876 0 0 0.562 2 interp_poly 5630 3860 0 0 0.562 5583 3838 0 0 0.562 5630 3860 0 0 0.562 2 interp_poly 60 -16 -46 -22 5611 3762 3 MP PP 5611 3762 0 0 0.562 5565 3740 0 0 0.562 5611 3762 0 0 0.562 2 interp_poly 5565 3740 0 0 0.562 5625 3724 0 0 0.562 5565 3740 0 0 0.562 2 interp_poly -46 -22 60 -16 5565 3740 3 MP PP 5565 3740 0 0 0.562 5625 3724 0 0 0.562 5565 3740 0 0 0.562 2 interp_poly 5625 3724 0 0 0.562 5579 3702 0 0 0.562 5625 3724 0 0 0.562 2 interp_poly 60 -15 -46 -22 5607 3625 3 MP PP 5607 3625 0 0 0.562 5561 3603 0 0 0.562 5607 3625 0 0 0.562 2 interp_poly 5561 3603 0 0 0.562 5621 3588 0 0 0.562 5561 3603 0 0 0.562 2 interp_poly -46 -21 60 -15 5561 3603 3 MP PP 5561 3603 0 0 0.562 5621 3588 0 0 0.562 5561 3603 0 0 0.562 2 interp_poly 5621 3588 0 0 0.562 5575 3567 0 0 0.562 5621 3588 0 0 0.562 2 interp_poly 61 -16 -47 -21 5602 3935 3 MP PP 5602 3935 0 0 0.562 5555 3914 0 0 0.562 5602 3935 0 0 0.562 2 interp_poly 5555 3914 0 0 0.562 5616 3898 0 0 0.562 5555 3914 0 0 0.562 2 interp_poly -47 -22 61 -16 5555 3914 3 MP PP 5555 3914 0 0 0.562 5616 3898 0 0 0.562 5555 3914 0 0 0.562 2 interp_poly 5616 3898 0 0 0.562 5569 3876 0 0 0.562 5616 3898 0 0 0.562 2 interp_poly 60 -17 -46 -21 5597 3800 3 MP PP 5597 3800 0 0 0.562 5551 3779 0 0 0.562 5597 3800 0 0 0.562 2 interp_poly 5551 3779 0 0 0.562 5611 3762 0 0 0.562 5551 3779 0 0 0.562 2 interp_poly -46 -22 60 -17 5551 3779 3 MP PP 5551 3779 0 0 0.562 5611 3762 0 0 0.562 5551 3779 0 0 0.562 2 interp_poly 5611 3762 0 0 0.562 5565 3740 0 0 0.562 5611 3762 0 0 0.562 2 interp_poly 60 -16 -46 -22 5593 3663 3 MP PP 5593 3663 0 0 0.562 5547 3641 0 0 0.562 5593 3663 0 0 0.562 2 interp_poly 5547 3641 0 0 0.562 5607 3625 0 0 0.562 5547 3641 0 0 0.562 2 interp_poly -46 -22 60 -16 5547 3641 3 MP PP 5547 3641 0 0 0.562 5607 3625 0 0 0.562 5547 3641 0 0 0.562 2 interp_poly 5607 3625 0 0 0.562 5561 3603 0 0 0.562 5607 3625 0 0 0.562 2 interp_poly 61 -18 -47 -21 5589 3530 3 MP PP 5589 3530 0 0 0.562 5542 3509 0 0 0.562 5589 3530 0 0 0.562 2 interp_poly 5542 3509 0 0 0.562 5603 3491 0 0 0.562 5542 3509 0 0 0.562 2 interp_poly -47 -22 61 -18 5542 3509 3 MP PP 5542 3509 0 0 0.562 5603 3491 0 0 0.562 5542 3509 0 0 0.562 2 interp_poly 5603 3491 0 0 0.562 5556 3469 0 0 0.562 5603 3491 0 0 0.562 2 interp_poly 61 -17 -46 -21 5587 3973 3 MP PP 5587 3973 0 0 0.562 5541 3952 0 0 0.562 5587 3973 0 0 0.562 2 interp_poly 5541 3952 0 0 0.562 5602 3935 0 0 0.562 5541 3952 0 0 0.562 2 interp_poly -47 -21 61 -17 5541 3952 3 MP PP 5541 3952 0 0 0.562 5602 3935 0 0 0.562 5541 3952 0 0 0.562 2 interp_poly 5602 3935 0 0 0.562 5555 3914 0 0 0.562 5602 3935 0 0 0.562 2 interp_poly 60 -17 -46 -21 5583 3838 3 MP PP 5583 3838 0 0 0.562 5537 3817 0 0 0.562 5583 3838 0 0 0.562 2 interp_poly 5537 3817 0 0 0.562 5597 3800 0 0 0.562 5537 3817 0 0 0.562 2 interp_poly -46 -21 60 -17 5537 3817 3 MP PP 5537 3817 0 0 0.562 5597 3800 0 0 0.562 5537 3817 0 0 0.562 2 interp_poly 5597 3800 0 0 0.562 5551 3779 0 0 0.562 5597 3800 0 0 0.562 2 interp_poly 61 -16 -47 -23 5579 3702 3 MP PP 5579 3702 0 0 0.562 5532 3679 0 0 0.562 5579 3702 0 0 0.562 2 interp_poly 5532 3679 0 0 0.562 5593 3663 0 0 0.562 5532 3679 0 0 0.562 2 interp_poly -46 -22 61 -16 5532 3679 3 MP PP 5532 3679 0 0 0.562 5593 3663 0 0 0.562 5532 3679 0 0 0.562 2 interp_poly 5593 3663 0 0 0.562 5547 3641 0 0 0.562 5593 3663 0 0 0.562 2 interp_poly 61 -15 -47 -22 5575 3567 3 MP PP 5575 3567 0 0 0.562 5528 3545 0 0 0.562 5575 3567 0 0 0.562 2 interp_poly 5528 3545 0 0 0.562 5589 3530 0 0 0.562 5528 3545 0 0 0.562 2 interp_poly -47 -21 61 -15 5528 3545 3 MP PP 5528 3545 0 0 0.562 5589 3530 0 0 0.562 5528 3545 0 0 0.562 2 interp_poly 5589 3530 0 0 0.562 5542 3509 0 0 0.562 5589 3530 0 0 0.562 2 interp_poly -46 -21 60 -17 5527 3990 3 MP PP 5527 3990 0 0 0.562 5587 3973 0 0 0.562 5527 3990 0 0 0.562 2 interp_poly 5587 3973 0 0 0.562 5541 3952 0 0 0.562 5587 3973 0 0 0.562 2 interp_poly 60 -17 -46 -21 5569 3876 3 MP PP 5569 3876 0 0 0.562 5523 3855 0 0 0.562 5569 3876 0 0 0.562 2 interp_poly 5523 3855 0 0 0.562 5583 3838 0 0 0.562 5523 3855 0 0 0.562 2 interp_poly -46 -21 60 -17 5523 3855 3 MP PP 5523 3855 0 0 0.562 5583 3838 0 0 0.562 5523 3855 0 0 0.562 2 interp_poly 5583 3838 0 0 0.562 5537 3817 0 0 0.562 5583 3838 0 0 0.562 2 interp_poly 61 -16 -47 -22 5565 3740 3 MP PP 5565 3740 0 0 0.562 5518 3718 0 0 0.562 5565 3740 0 0 0.562 2 interp_poly 5518 3718 0 0 0.562 5579 3702 0 0 0.562 5518 3718 0 0 0.562 2 interp_poly -47 -23 61 -16 5518 3718 3 MP PP 5518 3718 0 0 0.562 5579 3702 0 0 0.562 5518 3718 0 0 0.562 2 interp_poly 5579 3702 0 0 0.562 5532 3679 0 0 0.562 5579 3702 0 0 0.562 2 interp_poly 61 -14 -47 -22 5561 3603 3 MP PP 5561 3603 0 0 0.562 5514 3581 0 0 0.562 5561 3603 0 0 0.562 2 interp_poly 5514 3581 0 0 0.562 5575 3567 0 0 0.562 5514 3581 0 0 0.562 2 interp_poly -47 -22 61 -14 5514 3581 3 MP PP 5514 3581 0 0 0.562 5575 3567 0 0 0.562 5514 3581 0 0 0.562 2 interp_poly 5575 3567 0 0 0.562 5528 3545 0 0 0.562 5575 3567 0 0 0.562 2 interp_poly 60 -17 -46 -21 5555 3914 3 MP PP 5555 3914 0 0 0.562 5509 3893 0 0 0.562 5555 3914 0 0 0.562 2 interp_poly 5509 3893 0 0 0.562 5569 3876 0 0 0.562 5509 3893 0 0 0.562 2 interp_poly -46 -21 60 -17 5509 3893 3 MP PP 5509 3893 0 0 0.562 5569 3876 0 0 0.562 5509 3893 0 0 0.562 2 interp_poly 5569 3876 0 0 0.562 5523 3855 0 0 0.562 5569 3876 0 0 0.562 2 interp_poly 61 -17 -47 -22 5551 3779 3 MP PP 5551 3779 0 0 0.562 5504 3757 0 0 0.562 5551 3779 0 0 0.562 2 interp_poly 5504 3757 0 0 0.562 5565 3740 0 0 0.562 5504 3757 0 0 0.562 2 interp_poly -47 -22 61 -17 5504 3757 3 MP PP 5504 3757 0 0 0.562 5565 3740 0 0 0.562 5504 3757 0 0 0.562 2 interp_poly 5565 3740 0 0 0.562 5518 3718 0 0 0.562 5565 3740 0 0 0.562 2 interp_poly 61 -15 -47 -23 5547 3641 3 MP PP 5547 3641 0 0 0.562 5500 3618 0 0 0.562 5547 3641 0 0 0.562 2 interp_poly 5500 3618 0 0 0.562 5561 3603 0 0 0.562 5500 3618 0 0 0.562 2 interp_poly -47 -22 61 -15 5500 3618 3 MP PP 5500 3618 0 0 0.562 5561 3603 0 0 0.562 5500 3618 0 0 0.562 2 interp_poly 5561 3603 0 0 0.562 5514 3581 0 0 0.562 5561 3603 0 0 0.562 2 interp_poly 60 -20 -46 -20 5542 3509 3 MP PP 5542 3509 0 0 0.562 5496 3489 0 0 0.562 5542 3509 0 0 0.562 2 interp_poly 5496 3489 0 0 0.562 5556 3469 0 0 0.562 5496 3489 0 0 0.562 2 interp_poly -46 -23 60 -20 5496 3489 3 MP PP 5496 3489 0 0 0.562 5556 3469 0 0 0.562 5496 3489 0 0 0.562 2 interp_poly 5556 3469 0 0 0.562 5510 3446 0 0 0.562 5556 3469 0 0 0.562 2 interp_poly 61 -16 -47 -22 5541 3952 3 MP PP 5541 3952 0 0 0.562 5494 3930 0 0 0.562 5541 3952 0 0 0.562 2 interp_poly 5494 3930 0 0 0.562 5555 3914 0 0 0.562 5494 3930 0 0 0.562 2 interp_poly -46 -21 61 -16 5494 3930 3 MP PP 5494 3930 0 0 0.562 5555 3914 0 0 0.562 5494 3930 0 0 0.562 2 interp_poly 5555 3914 0 0 0.562 5509 3893 0 0 0.562 5555 3914 0 0 0.562 2 interp_poly 61 -16 -47 -22 5537 3817 3 MP PP 5537 3817 0 0 0.562 5490 3795 0 0 0.562 5537 3817 0 0 0.562 2 interp_poly 5490 3795 0 0 0.562 5551 3779 0 0 0.562 5490 3795 0 0 0.562 2 interp_poly -47 -22 61 -16 5490 3795 3 MP PP 5490 3795 0 0 0.562 5551 3779 0 0 0.562 5490 3795 0 0 0.562 2 interp_poly 5551 3779 0 0 0.562 5504 3757 0 0 0.562 5551 3779 0 0 0.562 2 interp_poly 61 -16 -46 -22 5532 3679 3 MP PP 5532 3679 0 0 0.562 5486 3657 0 0 0.562 5532 3679 0 0 0.562 2 interp_poly 5486 3657 0 0 0.562 5547 3641 0 0 0.562 5486 3657 0 0 0.562 2 interp_poly -47 -23 61 -16 5486 3657 3 MP PP 5486 3657 0 0 0.562 5547 3641 0 0 0.562 5486 3657 0 0 0.562 2 interp_poly 5547 3641 0 0 0.562 5500 3618 0 0 0.562 5547 3641 0 0 0.562 2 interp_poly 60 -15 -46 -21 5528 3545 3 MP PP 5528 3545 0 0 0.562 5482 3524 0 0 0.562 5528 3545 0 0 0.562 2 interp_poly 5482 3524 0 0 0.562 5542 3509 0 0 0.562 5482 3524 0 0 0.562 2 interp_poly -46 -20 60 -15 5482 3524 3 MP PP 5482 3524 0 0 0.562 5542 3509 0 0 0.562 5482 3524 0 0 0.562 2 interp_poly 5542 3509 0 0 0.562 5496 3489 0 0 0.562 5542 3509 0 0 0.562 2 interp_poly 61 -16 -47 -22 5527 3990 3 MP PP 5527 3990 0 0 0.562 5480 3968 0 0 0.562 5527 3990 0 0 0.562 2 interp_poly 5480 3968 0 0 0.562 5541 3952 0 0 0.562 5480 3968 0 0 0.562 2 interp_poly -47 -22 61 -16 5480 3968 3 MP PP 5480 3968 0 0 0.562 5541 3952 0 0 0.562 5480 3968 0 0 0.562 2 interp_poly 5541 3952 0 0 0.562 5494 3930 0 0 0.562 5541 3952 0 0 0.562 2 interp_poly 61 -16 -47 -22 5523 3855 3 MP PP 5523 3855 0 0 0.562 5476 3833 0 0 0.562 5523 3855 0 0 0.562 2 interp_poly 5476 3833 0 0 0.562 5537 3817 0 0 0.562 5476 3833 0 0 0.562 2 interp_poly -47 -22 61 -16 5476 3833 3 MP PP 5476 3833 0 0 0.562 5537 3817 0 0 0.562 5476 3833 0 0 0.562 2 interp_poly 5537 3817 0 0 0.562 5490 3795 0 0 0.562 5537 3817 0 0 0.562 2 interp_poly 60 -17 -46 -22 5518 3718 3 MP PP 5518 3718 0 0 0.562 5472 3696 0 0 0.562 5518 3718 0 0 0.562 2 interp_poly 5472 3696 0 0 0.562 5532 3679 0 0 0.562 5472 3696 0 0 0.562 2 interp_poly -46 -22 60 -17 5472 3696 3 MP PP 5472 3696 0 0 0.562 5532 3679 0 0 0.562 5472 3696 0 0 0.562 2 interp_poly 5532 3679 0 0 0.562 5486 3657 0 0 0.562 5532 3679 0 0 0.562 2 interp_poly 60 -14 -46 -22 5514 3581 3 MP PP 5514 3581 0 0 0.562 5468 3559 0 0 0.562 5514 3581 0 0 0.562 2 interp_poly 5468 3559 0 0 0.562 5528 3545 0 0 0.562 5468 3559 0 0 0.562 2 interp_poly -46 -21 60 -14 5468 3559 3 MP PP 5468 3559 0 0 0.562 5528 3545 0 0 0.562 5468 3559 0 0 0.562 2 interp_poly 5528 3545 0 0 0.562 5482 3524 0 0 0.562 5528 3545 0 0 0.562 2 interp_poly -47 -22 61 -16 5466 4006 3 MP PP 5466 4006 0 0 0.562 5527 3990 0 0 0.562 5466 4006 0 0 0.562 2 interp_poly 5527 3990 0 0 0.562 5480 3968 0 0 0.562 5527 3990 0 0 0.562 2 interp_poly 61 -16 -47 -22 5509 3893 3 MP PP 5509 3893 0 0 0.562 5462 3871 0 0 0.562 5509 3893 0 0 0.562 2 interp_poly 5462 3871 0 0 0.562 5523 3855 0 0 0.562 5462 3871 0 0 0.562 2 interp_poly -47 -22 61 -16 5462 3871 3 MP PP 5462 3871 0 0 0.562 5523 3855 0 0 0.562 5462 3871 0 0 0.562 2 interp_poly 5523 3855 0 0 0.562 5476 3833 0 0 0.562 5523 3855 0 0 0.562 2 interp_poly 60 -17 -46 -22 5504 3757 3 MP PP 5504 3757 0 0 0.562 5458 3735 0 0 0.562 5504 3757 0 0 0.562 2 interp_poly 5458 3735 0 0 0.562 5518 3718 0 0 0.562 5458 3735 0 0 0.562 2 interp_poly -46 -22 60 -17 5458 3735 3 MP PP 5458 3735 0 0 0.562 5518 3718 0 0 0.562 5458 3735 0 0 0.562 2 interp_poly 5518 3718 0 0 0.562 5472 3696 0 0 0.562 5518 3718 0 0 0.562 2 interp_poly 60 -14 -46 -23 5500 3618 3 MP PP 5500 3618 0 0 0.562 5454 3595 0 0 0.562 5500 3618 0 0 0.562 2 interp_poly 5454 3595 0 0 0.562 5514 3581 0 0 0.562 5454 3595 0 0 0.562 2 interp_poly -46 -22 60 -14 5454 3595 3 MP PP 5454 3595 0 0 0.562 5514 3581 0 0 0.562 5454 3595 0 0 0.562 2 interp_poly 5514 3581 0 0 0.562 5468 3559 0 0 0.562 5514 3581 0 0 0.562 2 interp_poly 61 -21 -47 -22 5496 3489 3 MP PP 5496 3489 0 0 0.562 5449 3467 0 0 0.562 5496 3489 0 0 0.562 2 interp_poly 5449 3467 0 0 0.562 5510 3446 0 0 0.562 5449 3467 0 0 0.562 2 interp_poly -47 -26 61 -21 5449 3467 3 MP PP 5449 3467 0 0 0.562 5510 3446 0 0 0.562 5449 3467 0 0 0.562 2 interp_poly 5510 3446 0 0 0.562 5463 3420 0 0 0.562 5510 3446 0 0 0.562 2 interp_poly 61 -16 -46 -21 5494 3930 3 MP PP 5494 3930 0 0 0.562 5448 3909 0 0 0.562 5494 3930 0 0 0.562 2 interp_poly 5448 3909 0 0 0.562 5509 3893 0 0 0.562 5448 3909 0 0 0.562 2 interp_poly -47 -22 61 -16 5448 3909 3 MP PP 5448 3909 0 0 0.562 5509 3893 0 0 0.562 5448 3909 0 0 0.562 2 interp_poly 5509 3893 0 0 0.562 5462 3871 0 0 0.562 5509 3893 0 0 0.562 2 interp_poly 60 -16 -46 -22 5490 3795 3 MP PP 5490 3795 0 0 0.562 5444 3773 0 0 0.562 5490 3795 0 0 0.562 2 interp_poly 5444 3773 0 0 0.562 5504 3757 0 0 0.562 5444 3773 0 0 0.562 2 interp_poly -46 -22 60 -16 5444 3773 3 MP PP 5444 3773 0 0 0.562 5504 3757 0 0 0.562 5444 3773 0 0 0.562 2 interp_poly 5504 3757 0 0 0.562 5458 3735 0 0 0.562 5504 3757 0 0 0.562 2 interp_poly 61 -15 -47 -24 5486 3657 3 MP PP 5486 3657 0 0 0.562 5439 3633 0 0 0.562 5486 3657 0 0 0.562 2 interp_poly 5439 3633 0 0 0.562 5500 3618 0 0 0.562 5439 3633 0 0 0.562 2 interp_poly -46 -23 61 -15 5439 3633 3 MP PP 5439 3633 0 0 0.562 5500 3618 0 0 0.562 5439 3633 0 0 0.562 2 interp_poly 5500 3618 0 0 0.562 5454 3595 0 0 0.562 5500 3618 0 0 0.562 2 interp_poly 61 -14 -47 -21 5482 3524 3 MP PP 5482 3524 0 0 0.562 5435 3503 0 0 0.562 5482 3524 0 0 0.562 2 interp_poly 5435 3503 0 0 0.562 5496 3489 0 0 0.562 5435 3503 0 0 0.562 2 interp_poly -47 -22 61 -14 5435 3503 3 MP PP 5435 3503 0 0 0.562 5496 3489 0 0 0.562 5435 3503 0 0 0.562 2 interp_poly 5496 3489 0 0 0.562 5449 3467 0 0 0.562 5496 3489 0 0 0.562 2 interp_poly 60 -17 -46 -21 5480 3968 3 MP PP 5480 3968 0 0 0.562 5434 3947 0 0 0.562 5480 3968 0 0 0.562 2 interp_poly 5434 3947 0 0 0.562 5494 3930 0 0 0.562 5434 3947 0 0 0.562 2 interp_poly -46 -21 60 -17 5434 3947 3 MP PP 5434 3947 0 0 0.562 5494 3930 0 0 0.562 5434 3947 0 0 0.562 2 interp_poly 5494 3930 0 0 0.562 5448 3909 0 0 0.562 5494 3930 0 0 0.562 2 interp_poly 60 -17 -46 -21 5476 3833 3 MP PP 5476 3833 0 0 0.562 5430 3812 0 0 0.562 5476 3833 0 0 0.562 2 interp_poly 5430 3812 0 0 0.562 5490 3795 0 0 0.562 5430 3812 0 0 0.562 2 interp_poly -46 -22 60 -17 5430 3812 3 MP PP 5430 3812 0 0 0.562 5490 3795 0 0 0.562 5430 3812 0 0 0.562 2 interp_poly 5490 3795 0 0 0.562 5444 3773 0 0 0.562 5490 3795 0 0 0.562 2 interp_poly 61 -16 -47 -23 5472 3696 3 MP PP 5472 3696 0 0 0.562 5425 3673 0 0 0.562 5472 3696 0 0 0.562 2 interp_poly 5425 3673 0 0 0.562 5486 3657 0 0 0.562 5425 3673 0 0 0.562 2 interp_poly -47 -24 61 -16 5425 3673 3 MP PP 5425 3673 0 0 0.562 5486 3657 0 0 0.562 5425 3673 0 0 0.562 2 interp_poly 5486 3657 0 0 0.562 5439 3633 0 0 0.562 5486 3657 0 0 0.562 2 interp_poly 61 -12 -47 -23 5468 3559 3 MP PP 5468 3559 0 0 0.562 5421 3536 0 0 0.562 5468 3559 0 0 0.562 2 interp_poly 5421 3536 0 0 0.562 5482 3524 0 0 0.562 5421 3536 0 0 0.562 2 interp_poly -47 -21 61 -12 5421 3536 3 MP PP 5421 3536 0 0 0.562 5482 3524 0 0 0.562 5421 3536 0 0 0.562 2 interp_poly 5482 3524 0 0 0.562 5435 3503 0 0 0.562 5482 3524 0 0 0.562 2 interp_poly 60 -17 -46 -21 5466 4006 3 MP PP 5466 4006 0 0 0.562 5420 3985 0 0 0.562 5466 4006 0 0 0.562 2 interp_poly 5420 3985 0 0 0.562 5480 3968 0 0 0.562 5420 3985 0 0 0.562 2 interp_poly -46 -21 60 -17 5420 3985 3 MP PP 5420 3985 0 0 0.562 5480 3968 0 0 0.562 5420 3985 0 0 0.562 2 interp_poly 5480 3968 0 0 0.562 5434 3947 0 0 0.562 5480 3968 0 0 0.562 2 interp_poly 60 -17 -46 -21 5462 3871 3 MP PP 5462 3871 0 0 0.562 5416 3850 0 0 0.562 5462 3871 0 0 0.562 2 interp_poly 5416 3850 0 0 0.562 5476 3833 0 0 0.562 5416 3850 0 0 0.562 2 interp_poly -46 -21 60 -17 5416 3850 3 MP PP 5416 3850 0 0 0.562 5476 3833 0 0 0.562 5416 3850 0 0 0.562 2 interp_poly 5476 3833 0 0 0.562 5430 3812 0 0 0.562 5476 3833 0 0 0.562 2 interp_poly 61 -16 -47 -23 5458 3735 3 MP PP 5458 3735 0 0 0.562 5411 3712 0 0 0.562 5458 3735 0 0 0.562 2 interp_poly 5411 3712 0 0 0.562 5472 3696 0 0 0.562 5411 3712 0 0 0.562 2 interp_poly -47 -23 61 -16 5411 3712 3 MP PP 5411 3712 0 0 0.562 5472 3696 0 0 0.562 5411 3712 0 0 0.562 2 interp_poly 5472 3696 0 0 0.562 5425 3673 0 0 0.562 5472 3696 0 0 0.562 2 interp_poly 61 -12 -47 -24 5454 3595 3 MP PP 5454 3595 0 0 0.562 5407 3571 0 0 0.562 5454 3595 0 0 0.562 2 interp_poly 5407 3571 0 0 0.562 5468 3559 0 0 0.562 5407 3571 0 0 0.562 2 interp_poly -47 -23 61 -12 5407 3571 3 MP PP 5407 3571 0 0 0.562 5468 3559 0 0 0.562 5407 3571 0 0 0.562 2 interp_poly 5468 3559 0 0 0.562 5421 3536 0 0 0.562 5468 3559 0 0 0.562 2 interp_poly -46 -21 60 -17 5406 4023 3 MP PP 5406 4023 0 0 0.562 5466 4006 0 0 0.562 5406 4023 0 0 0.562 2 interp_poly 5466 4006 0 0 0.562 5420 3985 0 0 0.562 5466 4006 0 0 0.562 2 interp_poly 60 -24 -46 -23 5449 3467 3 MP PP 5449 3467 0 0 0.562 5403 3444 0 0 0.562 5449 3467 0 0 0.562 2 interp_poly 5403 3444 0 0 0.562 5463 3420 0 0 0.562 5403 3444 0 0 0.562 2 interp_poly -46 -34 60 -24 5403 3444 3 MP PP 5403 3444 0 0 0.562 5463 3420 0 0 0.562 5403 3444 0 0 0.562 2 interp_poly 5463 3420 0 0 0.562 5417 3386 0 0 0.562 5463 3420 0 0 0.562 2 interp_poly 61 -17 -47 -21 5448 3909 3 MP PP 5448 3909 0 0 0.562 5401 3888 0 0 0.562 5448 3909 0 0 0.562 2 interp_poly 5401 3888 0 0 0.562 5462 3871 0 0 0.562 5401 3888 0 0 0.562 2 interp_poly -46 -21 61 -17 5401 3888 3 MP PP 5401 3888 0 0 0.562 5462 3871 0 0 0.562 5401 3888 0 0 0.562 2 interp_poly 5462 3871 0 0 0.562 5416 3850 0 0 0.562 5462 3871 0 0 0.562 2 interp_poly 61 -16 -47 -22 5444 3773 3 MP PP 5444 3773 0 0 0.562 5397 3751 0 0 0.562 5444 3773 0 0 0.562 2 interp_poly 5397 3751 0 0 0.562 5458 3735 0 0 0.562 5397 3751 0 0 0.562 2 interp_poly -47 -23 61 -16 5397 3751 3 MP PP 5397 3751 0 0 0.562 5458 3735 0 0 0.562 5397 3751 0 0 0.562 2 interp_poly 5458 3735 0 0 0.562 5411 3712 0 0 0.562 5458 3735 0 0 0.562 2 interp_poly 61 -15 -46 -23 5439 3633 3 MP PP 5439 3633 0 0 0.562 5393 3610 0 0 0.562 5439 3633 0 0 0.562 2 interp_poly 5393 3610 0 0 0.562 5454 3595 0 0 0.562 5393 3610 0 0 0.562 2 interp_poly -47 -24 61 -15 5393 3610 3 MP PP 5393 3610 0 0 0.562 5454 3595 0 0 0.562 5393 3610 0 0 0.562 2 interp_poly 5454 3595 0 0 0.562 5407 3571 0 0 0.562 5454 3595 0 0 0.562 2 interp_poly 60 -13 -46 -23 5435 3503 3 MP PP 5435 3503 0 0 0.562 5389 3480 0 0 0.562 5435 3503 0 0 0.562 2 interp_poly 5389 3480 0 0 0.562 5449 3467 0 0 0.562 5389 3480 0 0 0.562 2 interp_poly -46 -23 60 -13 5389 3480 3 MP PP 5389 3480 0 0 0.562 5449 3467 0 0 0.562 5389 3480 0 0 0.562 2 interp_poly 5449 3467 0 0 0.562 5403 3444 0 0 0.562 5449 3467 0 0 0.562 2 interp_poly 61 -16 -47 -22 5434 3947 3 MP PP 5434 3947 0 0 0.562 5387 3925 0 0 0.562 5434 3947 0 0 0.562 2 interp_poly 5387 3925 0 0 0.562 5448 3909 0 0 0.562 5387 3925 0 0 0.562 2 interp_poly -47 -21 61 -16 5387 3925 3 MP PP 5387 3925 0 0 0.562 5448 3909 0 0 0.562 5387 3925 0 0 0.562 2 interp_poly 5448 3909 0 0 0.562 5401 3888 0 0 0.562 5448 3909 0 0 0.562 2 interp_poly 61 -17 -47 -22 5430 3812 3 MP PP 5430 3812 0 0 0.562 5383 3790 0 0 0.562 5430 3812 0 0 0.562 2 interp_poly 5383 3790 0 0 0.562 5444 3773 0 0 0.562 5383 3790 0 0 0.562 2 interp_poly -47 -22 61 -17 5383 3790 3 MP PP 5383 3790 0 0 0.562 5444 3773 0 0 0.562 5383 3790 0 0 0.562 2 interp_poly 5444 3773 0 0 0.562 5397 3751 0 0 0.562 5444 3773 0 0 0.562 2 interp_poly 60 -17 -46 -23 5425 3673 3 MP PP 5425 3673 0 0 0.562 5379 3650 0 0 0.562 5425 3673 0 0 0.562 2 interp_poly 5379 3650 0 0 0.562 5439 3633 0 0 0.562 5379 3650 0 0 0.562 2 interp_poly -46 -23 60 -17 5379 3650 3 MP PP 5379 3650 0 0 0.562 5439 3633 0 0 0.562 5379 3650 0 0 0.562 2 interp_poly 5439 3633 0 0 0.562 5393 3610 0 0 0.562 5439 3633 0 0 0.562 2 interp_poly 60 -9 -46 -24 5421 3536 3 MP PP 5421 3536 0 0 0.562 5375 3512 0 0 0.562 5421 3536 0 0 0.562 2 interp_poly 5375 3512 0 0 0.562 5435 3503 0 0 0.562 5375 3512 0 0 0.562 2 interp_poly -46 -23 60 -9 5375 3512 3 MP PP 5375 3512 0 0 0.562 5435 3503 0 0 0.562 5375 3512 0 0 0.562 2 interp_poly 5435 3503 0 0 0.562 5389 3480 0 0 0.562 5435 3503 0 0 0.562 2 interp_poly 61 -16 -47 -22 5420 3985 3 MP PP 5420 3985 0 0 0.562 5373 3963 0 0 0.562 5420 3985 0 0 0.562 2 interp_poly 5373 3963 0 0 0.562 5434 3947 0 0 0.562 5373 3963 0 0 0.562 2 interp_poly -47 -22 61 -16 5373 3963 3 MP PP 5373 3963 0 0 0.562 5434 3947 0 0 0.562 5373 3963 0 0 0.562 2 interp_poly 5434 3947 0 0 0.562 5387 3925 0 0 0.562 5434 3947 0 0 0.562 2 interp_poly 61 -16 -47 -22 5416 3850 3 MP PP 5416 3850 0 0 0.562 5369 3828 0 0 0.562 5416 3850 0 0 0.562 2 interp_poly 5369 3828 0 0 0.562 5430 3812 0 0 0.562 5369 3828 0 0 0.562 2 interp_poly -47 -22 61 -16 5369 3828 3 MP PP 5369 3828 0 0 0.562 5430 3812 0 0 0.562 5369 3828 0 0 0.562 2 interp_poly 5430 3812 0 0 0.562 5383 3790 0 0 0.562 5430 3812 0 0 0.562 2 interp_poly 60 -17 -46 -22 5411 3712 3 MP PP 5411 3712 0 0 0.562 5365 3690 0 0 0.562 5411 3712 0 0 0.562 2 interp_poly 5365 3690 0 0 0.562 5425 3673 0 0 0.562 5365 3690 0 0 0.562 2 interp_poly -46 -23 60 -17 5365 3690 3 MP PP 5365 3690 0 0 0.562 5425 3673 0 0 0.562 5365 3690 0 0 0.562 2 interp_poly 5425 3673 0 0 0.562 5379 3650 0 0 0.562 5425 3673 0 0 0.562 2 interp_poly 60 -11 -46 -24 5407 3571 3 MP PP 5407 3571 0 0 0.562 5361 3547 0 0 0.562 5407 3571 0 0 0.562 2 interp_poly 5361 3547 0 0 0.562 5421 3536 0 0 0.562 5361 3547 0 0 0.562 2 interp_poly -46 -24 60 -11 5361 3547 3 MP PP 5361 3547 0 0 0.562 5421 3536 0 0 0.562 5361 3547 0 0 0.562 2 interp_poly 5421 3536 0 0 0.562 5375 3512 0 0 0.562 5421 3536 0 0 0.562 2 interp_poly 61 -16 -47 -22 5406 4023 3 MP PP 5406 4023 0 0 0.562 5359 4001 0 0 0.562 5406 4023 0 0 0.562 2 interp_poly 5359 4001 0 0 0.562 5420 3985 0 0 0.562 5359 4001 0 0 0.562 2 interp_poly -47 -22 61 -16 5359 4001 3 MP PP 5359 4001 0 0 0.562 5420 3985 0 0 0.562 5359 4001 0 0 0.562 2 interp_poly 5420 3985 0 0 0.562 5373 3963 0 0 0.562 5420 3985 0 0 0.562 2 interp_poly 61 -28 -47 -30 5403 3444 3 MP PP 5403 3444 0 0 0.562 5356 3414 0 0 0.562 5403 3444 0 0 0.562 2 interp_poly 5356 3414 0 0 0.562 5417 3386 0 0 0.562 5356 3414 0 0 0.562 2 interp_poly -47 -51 61 -28 5356 3414 3 MP PP 5356 3414 0 0 0.562 5417 3386 0 0 0.562 5356 3414 0 0 0.562 2 interp_poly 5417 3386 0 0 0.562 5370 3335 0 0 0.625 5417 3386 0 0 0.562 2 interp_poly 61 -16 -46 -22 5401 3888 3 MP PP 5401 3888 0 0 0.562 5355 3866 0 0 0.562 5401 3888 0 0 0.562 2 interp_poly 5355 3866 0 0 0.562 5416 3850 0 0 0.562 5355 3866 0 0 0.562 2 interp_poly -47 -22 61 -16 5355 3866 3 MP PP 5355 3866 0 0 0.562 5416 3850 0 0 0.562 5355 3866 0 0 0.562 2 interp_poly 5416 3850 0 0 0.562 5369 3828 0 0 0.562 5416 3850 0 0 0.562 2 interp_poly 60 -17 -46 -22 5397 3751 3 MP PP 5397 3751 0 0 0.562 5351 3729 0 0 0.562 5397 3751 0 0 0.562 2 interp_poly 5351 3729 0 0 0.562 5411 3712 0 0 0.562 5351 3729 0 0 0.562 2 interp_poly -46 -22 60 -17 5351 3729 3 MP PP 5351 3729 0 0 0.562 5411 3712 0 0 0.562 5351 3729 0 0 0.562 2 interp_poly 5411 3712 0 0 0.562 5365 3690 0 0 0.562 5411 3712 0 0 0.562 2 interp_poly 61 -14 -47 -25 5393 3610 3 MP PP 5393 3610 0 0 0.562 5346 3585 0 0 0.562 5393 3610 0 0 0.562 2 interp_poly 5346 3585 0 0 0.562 5407 3571 0 0 0.562 5346 3585 0 0 0.562 2 interp_poly -46 -24 61 -14 5346 3585 3 MP PP 5346 3585 0 0 0.562 5407 3571 0 0 0.562 5346 3585 0 0 0.562 2 interp_poly 5407 3571 0 0 0.562 5361 3547 0 0 0.562 5407 3571 0 0 0.562 2 interp_poly -47 -22 61 -16 5345 4039 3 MP PP 5345 4039 0 0 0.562 5406 4023 0 0 0.562 5345 4039 0 0 0.562 2 interp_poly 5406 4023 0 0 0.562 5359 4001 0 0 0.562 5406 4023 0 0 0.562 2 interp_poly 61 -12 -47 -24 5389 3480 3 MP PP 5389 3480 0 0 0.562 5342 3456 0 0 0.562 5389 3480 0 0 0.562 2 interp_poly 5342 3456 0 0 0.562 5403 3444 0 0 0.562 5342 3456 0 0 0.562 2 interp_poly -47 -30 61 -12 5342 3456 3 MP PP 5342 3456 0 0 0.562 5403 3444 0 0 0.562 5342 3456 0 0 0.562 2 interp_poly 5403 3444 0 0 0.562 5356 3414 0 0 0.562 5403 3444 0 0 0.562 2 interp_poly 60 -16 -46 -21 5387 3925 3 MP PP 5387 3925 0 0 0.562 5341 3904 0 0 0.562 5387 3925 0 0 0.562 2 interp_poly 5341 3904 0 0 0.562 5401 3888 0 0 0.562 5341 3904 0 0 0.562 2 interp_poly -46 -22 60 -16 5341 3904 3 MP PP 5341 3904 0 0 0.562 5401 3888 0 0 0.562 5341 3904 0 0 0.562 2 interp_poly 5401 3888 0 0 0.562 5355 3866 0 0 0.562 5401 3888 0 0 0.562 2 interp_poly 60 -17 -46 -22 5383 3790 3 MP PP 5383 3790 0 0 0.562 5337 3768 0 0 0.562 5383 3790 0 0 0.562 2 interp_poly 5337 3768 0 0 0.562 5397 3751 0 0 0.562 5337 3768 0 0 0.562 2 interp_poly -46 -22 60 -17 5337 3768 3 MP PP 5337 3768 0 0 0.562 5397 3751 0 0 0.562 5337 3768 0 0 0.562 2 interp_poly 5397 3751 0 0 0.562 5351 3729 0 0 0.562 5397 3751 0 0 0.562 2 interp_poly 61 -16 -47 -24 5379 3650 3 MP PP 5379 3650 0 0 0.562 5332 3626 0 0 0.562 5379 3650 0 0 0.562 2 interp_poly 5332 3626 0 0 0.562 5393 3610 0 0 0.562 5332 3626 0 0 0.562 2 interp_poly -47 -25 61 -16 5332 3626 3 MP PP 5332 3626 0 0 0.562 5393 3610 0 0 0.562 5332 3626 0 0 0.562 2 interp_poly 5393 3610 0 0 0.562 5346 3585 0 0 0.562 5393 3610 0 0 0.562 2 interp_poly 61 -7 -47 -25 5375 3512 3 MP PP 5375 3512 0 0 0.562 5328 3487 0 0 0.562 5375 3512 0 0 0.562 2 interp_poly 5328 3487 0 0 0.562 5389 3480 0 0 0.562 5328 3487 0 0 0.562 2 interp_poly -47 -24 61 -7 5328 3487 3 MP PP 5328 3487 0 0 0.562 5389 3480 0 0 0.562 5328 3487 0 0 0.562 2 interp_poly 5389 3480 0 0 0.562 5342 3456 0 0 0.562 5389 3480 0 0 0.562 2 interp_poly 60 -17 -46 -21 5373 3963 3 MP PP 5373 3963 0 0 0.562 5327 3942 0 0 0.562 5373 3963 0 0 0.562 2 interp_poly 5327 3942 0 0 0.562 5387 3925 0 0 0.562 5327 3942 0 0 0.562 2 interp_poly -46 -21 60 -17 5327 3942 3 MP PP 5327 3942 0 0 0.562 5387 3925 0 0 0.562 5327 3942 0 0 0.562 2 interp_poly 5387 3925 0 0 0.562 5341 3904 0 0 0.562 5387 3925 0 0 0.562 2 interp_poly 60 -16 -46 -22 5369 3828 3 MP PP 5369 3828 0 0 0.562 5323 3806 0 0 0.562 5369 3828 0 0 0.562 2 interp_poly 5323 3806 0 0 0.562 5383 3790 0 0 0.562 5323 3806 0 0 0.562 2 interp_poly -46 -22 60 -16 5323 3806 3 MP PP 5323 3806 0 0 0.562 5383 3790 0 0 0.562 5323 3806 0 0 0.562 2 interp_poly 5383 3790 0 0 0.562 5337 3768 0 0 0.562 5383 3790 0 0 0.562 2 interp_poly 61 -17 -47 -23 5365 3690 3 MP PP 5365 3690 0 0 0.562 5318 3667 0 0 0.562 5365 3690 0 0 0.562 2 interp_poly 5318 3667 0 0 0.562 5379 3650 0 0 0.562 5318 3667 0 0 0.562 2 interp_poly -47 -24 61 -17 5318 3667 3 MP PP 5318 3667 0 0 0.562 5379 3650 0 0 0.562 5318 3667 0 0 0.562 2 interp_poly 5379 3650 0 0 0.562 5332 3626 0 0 0.562 5379 3650 0 0 0.562 2 interp_poly 61 -9 -47 -26 5361 3547 3 MP PP 5361 3547 0 0 0.562 5314 3521 0 0 0.562 5361 3547 0 0 0.562 2 interp_poly 5314 3521 0 0 0.562 5375 3512 0 0 0.562 5314 3521 0 0 0.562 2 interp_poly -47 -25 61 -9 5314 3521 3 MP PP 5314 3521 0 0 0.562 5375 3512 0 0 0.562 5314 3521 0 0 0.562 2 interp_poly 5375 3512 0 0 0.562 5328 3487 0 0 0.562 5375 3512 0 0 0.562 2 interp_poly 60 -17 -46 -21 5359 4001 3 MP PP 5359 4001 0 0 0.562 5313 3980 0 0 0.562 5359 4001 0 0 0.562 2 interp_poly 5313 3980 0 0 0.562 5373 3963 0 0 0.562 5313 3980 0 0 0.562 2 interp_poly -46 -21 60 -17 5313 3980 3 MP PP 5313 3980 0 0 0.562 5373 3963 0 0 0.562 5313 3980 0 0 0.562 2 interp_poly 5373 3963 0 0 0.562 5327 3942 0 0 0.562 5373 3963 0 0 0.562 2 interp_poly 60 -33 -46 -46 5356 3414 3 MP PP 5356 3414 0 0 0.562 5310 3368 0 0 0.625 5356 3414 0 0 0.562 2 interp_poly 5310 3368 0 0 0.625 5370 3335 0 0 0.625 5310 3368 0 0 0.625 2 interp_poly -46 -90 60 -33 5310 3368 3 MP PP 5310 3368 0 0 0.625 5370 3335 0 0 0.625 5310 3368 0 0 0.625 2 interp_poly 5370 3335 0 0 0.625 5324 3245 0 0 0.75 5370 3335 0 0 0.625 2 interp_poly 61 -16 -47 -22 5355 3866 3 MP PP 5355 3866 0 0 0.562 5308 3844 0 0 0.562 5355 3866 0 0 0.562 2 interp_poly 5308 3844 0 0 0.562 5369 3828 0 0 0.562 5308 3844 0 0 0.562 2 interp_poly -46 -22 61 -16 5308 3844 3 MP PP 5308 3844 0 0 0.562 5369 3828 0 0 0.562 5308 3844 0 0 0.562 2 interp_poly 5369 3828 0 0 0.562 5323 3806 0 0 0.562 5369 3828 0 0 0.562 2 interp_poly 61 -17 -47 -22 5351 3729 3 MP PP 5351 3729 0 0 0.562 5304 3707 0 0 0.562 5351 3729 0 0 0.562 2 interp_poly 5304 3707 0 0 0.562 5365 3690 0 0 0.562 5304 3707 0 0 0.562 2 interp_poly -47 -23 61 -17 5304 3707 3 MP PP 5304 3707 0 0 0.562 5365 3690 0 0 0.562 5304 3707 0 0 0.562 2 interp_poly 5365 3690 0 0 0.562 5318 3667 0 0 0.562 5365 3690 0 0 0.562 2 interp_poly 61 -13 -46 -25 5346 3585 3 MP PP 5346 3585 0 0 0.562 5300 3560 0 0 0.562 5346 3585 0 0 0.562 2 interp_poly 5300 3560 0 0 0.562 5361 3547 0 0 0.562 5300 3560 0 0 0.562 2 interp_poly -47 -26 61 -13 5300 3560 3 MP PP 5300 3560 0 0 0.562 5361 3547 0 0 0.562 5300 3560 0 0 0.562 2 interp_poly 5361 3547 0 0 0.562 5314 3521 0 0 0.562 5361 3547 0 0 0.562 2 interp_poly 60 -17 -46 -21 5345 4039 3 MP PP 5345 4039 0 0 0.562 5299 4018 0 0 0.562 5345 4039 0 0 0.562 2 interp_poly 5299 4018 0 0 0.562 5359 4001 0 0 0.562 5299 4018 0 0 0.562 2 interp_poly -46 -21 60 -17 5299 4018 3 MP PP 5299 4018 0 0 0.562 5359 4001 0 0 0.562 5299 4018 0 0 0.562 2 interp_poly 5359 4001 0 0 0.562 5313 3980 0 0 0.562 5359 4001 0 0 0.562 2 interp_poly 60 -10 -46 -32 5342 3456 3 MP PP 5342 3456 0 0 0.562 5296 3424 0 0 0.562 5342 3456 0 0 0.562 2 interp_poly 5296 3424 0 0 0.562 5356 3414 0 0 0.562 5296 3424 0 0 0.562 2 interp_poly -46 -46 60 -10 5296 3424 3 MP PP 5296 3424 0 0 0.562 5356 3414 0 0 0.562 5296 3424 0 0 0.562 2 interp_poly 5356 3414 0 0 0.562 5310 3368 0 0 0.625 5356 3414 0 0 0.562 2 interp_poly 61 -16 -47 -22 5341 3904 3 MP PP 5341 3904 0 0 0.562 5294 3882 0 0 0.562 5341 3904 0 0 0.562 2 interp_poly 5294 3882 0 0 0.562 5355 3866 0 0 0.562 5294 3882 0 0 0.562 2 interp_poly -47 -22 61 -16 5294 3882 3 MP PP 5294 3882 0 0 0.562 5355 3866 0 0 0.562 5294 3882 0 0 0.562 2 interp_poly 5355 3866 0 0 0.562 5308 3844 0 0 0.562 5355 3866 0 0 0.562 2 interp_poly 61 -17 -47 -22 5337 3768 3 MP PP 5337 3768 0 0 0.562 5290 3746 0 0 0.562 5337 3768 0 0 0.562 2 interp_poly 5290 3746 0 0 0.562 5351 3729 0 0 0.562 5290 3746 0 0 0.562 2 interp_poly -47 -22 61 -17 5290 3746 3 MP PP 5290 3746 0 0 0.562 5351 3729 0 0 0.562 5290 3746 0 0 0.562 2 interp_poly 5351 3729 0 0 0.562 5304 3707 0 0 0.562 5351 3729 0 0 0.562 2 interp_poly 60 -16 -46 -25 5332 3626 3 MP PP 5332 3626 0 0 0.562 5286 3601 0 0 0.562 5332 3626 0 0 0.562 2 interp_poly 5286 3601 0 0 0.562 5346 3585 0 0 0.562 5286 3601 0 0 0.562 2 interp_poly -46 -25 60 -16 5286 3601 3 MP PP 5286 3601 0 0 0.562 5346 3585 0 0 0.562 5286 3601 0 0 0.562 2 interp_poly 5346 3585 0 0 0.562 5300 3560 0 0 0.562 5346 3585 0 0 0.562 2 interp_poly -46 -21 61 -16 5284 4055 3 MP PP 5284 4055 0 0 0.562 5345 4039 0 0 0.562 5284 4055 0 0 0.562 2 interp_poly 5345 4039 0 0 0.562 5299 4018 0 0 0.562 5345 4039 0 0 0.562 2 interp_poly 60 -1 -46 -30 5328 3487 3 MP PP 5328 3487 0 0 0.562 5282 3457 0 0 0.562 5328 3487 0 0 0.562 2 interp_poly 5282 3457 0 0 0.562 5342 3456 0 0 0.562 5282 3457 0 0 0.562 2 interp_poly -46 -32 60 -1 5282 3457 3 MP PP 5282 3457 0 0 0.562 5342 3456 0 0 0.562 5282 3457 0 0 0.562 2 interp_poly 5342 3456 0 0 0.562 5296 3424 0 0 0.562 5342 3456 0 0 0.562 2 interp_poly 61 -16 -47 -22 5327 3942 3 MP PP 5327 3942 0 0 0.562 5280 3920 0 0 0.562 5327 3942 0 0 0.562 2 interp_poly 5280 3920 0 0 0.562 5341 3904 0 0 0.562 5280 3920 0 0 0.562 2 interp_poly -47 -22 61 -16 5280 3920 3 MP PP 5280 3920 0 0 0.562 5341 3904 0 0 0.562 5280 3920 0 0 0.562 2 interp_poly 5341 3904 0 0 0.562 5294 3882 0 0 0.562 5341 3904 0 0 0.562 2 interp_poly 61 -16 -47 -22 5323 3806 3 MP PP 5323 3806 0 0 0.562 5276 3784 0 0 0.562 5323 3806 0 0 0.562 2 interp_poly 5276 3784 0 0 0.562 5337 3768 0 0 0.562 5276 3784 0 0 0.562 2 interp_poly -47 -22 61 -16 5276 3784 3 MP PP 5276 3784 0 0 0.562 5337 3768 0 0 0.562 5276 3784 0 0 0.562 2 interp_poly 5337 3768 0 0 0.562 5290 3746 0 0 0.562 5337 3768 0 0 0.562 2 interp_poly 60 -18 -46 -23 5318 3667 3 MP PP 5318 3667 0 0 0.562 5272 3644 0 0 0.562 5318 3667 0 0 0.562 2 interp_poly 5272 3644 0 0 0.562 5332 3626 0 0 0.562 5272 3644 0 0 0.562 2 interp_poly -46 -25 60 -18 5272 3644 3 MP PP 5272 3644 0 0 0.562 5332 3626 0 0 0.562 5272 3644 0 0 0.562 2 interp_poly 5332 3626 0 0 0.562 5286 3601 0 0 0.562 5332 3626 0 0 0.562 2 interp_poly 60 -4 -46 -30 5314 3521 3 MP PP 5314 3521 0 0 0.562 5268 3491 0 0 0.562 5314 3521 0 0 0.562 2 interp_poly 5268 3491 0 0 0.562 5328 3487 0 0 0.562 5268 3491 0 0 0.562 2 interp_poly -46 -30 60 -4 5268 3491 3 MP PP 5268 3491 0 0 0.562 5328 3487 0 0 0.562 5268 3491 0 0 0.562 2 interp_poly 5328 3487 0 0 0.562 5282 3457 0 0 0.562 5328 3487 0 0 0.562 2 interp_poly 61 -16 -47 -22 5313 3980 3 MP PP 5313 3980 0 0 0.562 5266 3958 0 0 0.562 5313 3980 0 0 0.562 2 interp_poly 5266 3958 0 0 0.562 5327 3942 0 0 0.562 5266 3958 0 0 0.562 2 interp_poly -47 -22 61 -16 5266 3958 3 MP PP 5266 3958 0 0 0.562 5327 3942 0 0 0.562 5266 3958 0 0 0.562 2 interp_poly 5327 3942 0 0 0.562 5280 3920 0 0 0.562 5327 3942 0 0 0.562 2 interp_poly 61 -39 -47 -84 5310 3368 3 MP PP 5310 3368 0 0 0.625 5263 3284 0 0 0.688 5310 3368 0 0 0.625 2 interp_poly 5263 3284 0 0 0.688 5324 3245 0 0 0.75 5263 3284 0 0 0.688 2 interp_poly -47 -165 61 -39 5263 3284 3 MP PP 5263 3284 0 0 0.688 5324 3245 0 0 0.75 5263 3284 0 0 0.688 2 interp_poly 5324 3245 0 0 0.75 5277 3080 0 0 1 5324 3245 0 0 0.75 2 interp_poly 61 -16 -46 -22 5308 3844 3 MP PP 5308 3844 0 0 0.562 5262 3822 0 0 0.562 5308 3844 0 0 0.562 2 interp_poly 5262 3822 0 0 0.562 5323 3806 0 0 0.562 5262 3822 0 0 0.562 2 interp_poly -47 -22 61 -16 5262 3822 3 MP PP 5262 3822 0 0 0.562 5323 3806 0 0 0.562 5262 3822 0 0 0.562 2 interp_poly 5323 3806 0 0 0.562 5276 3784 0 0 0.562 5323 3806 0 0 0.562 2 interp_poly 60 -18 -46 -22 5304 3707 3 MP PP 5304 3707 0 0 0.562 5258 3685 0 0 0.562 5304 3707 0 0 0.562 2 interp_poly 5258 3685 0 0 0.562 5318 3667 0 0 0.562 5258 3685 0 0 0.562 2 interp_poly -46 -23 60 -18 5258 3685 3 MP PP 5258 3685 0 0 0.562 5318 3667 0 0 0.562 5258 3685 0 0 0.562 2 interp_poly 5318 3667 0 0 0.562 5272 3644 0 0 0.562 5318 3667 0 0 0.562 2 interp_poly 61 -10 -47 -29 5300 3560 3 MP PP 5300 3560 0 0 0.562 5253 3531 0 0 0.562 5300 3560 0 0 0.562 2 interp_poly 5253 3531 0 0 0.562 5314 3521 0 0 0.562 5253 3531 0 0 0.562 2 interp_poly -46 -30 61 -10 5253 3531 3 MP PP 5253 3531 0 0 0.562 5314 3521 0 0 0.562 5253 3531 0 0 0.562 2 interp_poly 5314 3521 0 0 0.562 5268 3491 0 0 0.562 5314 3521 0 0 0.562 2 interp_poly 61 -16 -47 -22 5299 4018 3 MP PP 5299 4018 0 0 0.562 5252 3996 0 0 0.562 5299 4018 0 0 0.562 2 interp_poly 5252 3996 0 0 0.562 5313 3980 0 0 0.562 5252 3996 0 0 0.562 2 interp_poly -47 -22 61 -16 5252 3996 3 MP PP 5252 3996 0 0 0.562 5313 3980 0 0 0.562 5252 3996 0 0 0.562 2 interp_poly 5313 3980 0 0 0.562 5266 3958 0 0 0.562 5313 3980 0 0 0.562 2 interp_poly 61 -7 -47 -49 5296 3424 3 MP PP 5296 3424 0 0 0.562 5249 3375 0 0 0.625 5296 3424 0 0 0.562 2 interp_poly 5249 3375 0 0 0.625 5310 3368 0 0 0.625 5249 3375 0 0 0.625 2 interp_poly -47 -84 61 -7 5249 3375 3 MP PP 5249 3375 0 0 0.625 5310 3368 0 0 0.625 5249 3375 0 0 0.625 2 interp_poly 5310 3368 0 0 0.625 5263 3284 0 0 0.688 5310 3368 0 0 0.625 2 interp_poly 60 -16 -46 -22 5294 3882 3 MP PP 5294 3882 0 0 0.562 5248 3860 0 0 0.562 5294 3882 0 0 0.562 2 interp_poly 5248 3860 0 0 0.562 5308 3844 0 0 0.562 5248 3860 0 0 0.562 2 interp_poly -46 -22 60 -16 5248 3860 3 MP PP 5248 3860 0 0 0.562 5308 3844 0 0 0.562 5248 3860 0 0 0.562 2 interp_poly 5308 3844 0 0 0.562 5262 3822 0 0 0.562 5308 3844 0 0 0.562 2 interp_poly 60 -17 -46 -22 5290 3746 3 MP PP 5290 3746 0 0 0.562 5244 3724 0 0 0.562 5290 3746 0 0 0.562 2 interp_poly 5244 3724 0 0 0.562 5304 3707 0 0 0.562 5244 3724 0 0 0.562 2 interp_poly -46 -22 60 -17 5244 3724 3 MP PP 5244 3724 0 0 0.562 5304 3707 0 0 0.562 5244 3724 0 0 0.562 2 interp_poly 5304 3707 0 0 0.562 5258 3685 0 0 0.562 5304 3707 0 0 0.562 2 interp_poly 61 -15 -47 -26 5286 3601 3 MP PP 5286 3601 0 0 0.562 5239 3575 0 0 0.562 5286 3601 0 0 0.562 2 interp_poly 5239 3575 0 0 0.562 5300 3560 0 0 0.562 5239 3575 0 0 0.562 2 interp_poly -47 -29 61 -15 5239 3575 3 MP PP 5239 3575 0 0 0.562 5300 3560 0 0 0.562 5239 3575 0 0 0.562 2 interp_poly 5300 3560 0 0 0.562 5253 3531 0 0 0.562 5300 3560 0 0 0.562 2 interp_poly 61 -16 -46 -21 5284 4055 3 MP PP 5284 4055 0 0 0.562 5238 4034 0 0 0.562 5284 4055 0 0 0.562 2 interp_poly 5238 4034 0 0 0.562 5299 4018 0 0 0.562 5238 4034 0 0 0.562 2 interp_poly -47 -22 61 -16 5238 4034 3 MP PP 5238 4034 0 0 0.562 5299 4018 0 0 0.562 5238 4034 0 0 0.562 2 interp_poly 5299 4018 0 0 0.562 5252 3996 0 0 0.562 5299 4018 0 0 0.562 2 interp_poly 61 5 -47 -38 5282 3457 3 MP PP 5282 3457 0 0 0.562 5235 3419 0 0 0.625 5282 3457 0 0 0.562 2 interp_poly 5235 3419 0 0 0.625 5296 3424 0 0 0.562 5235 3419 0 0 0.625 2 interp_poly -47 -49 61 5 5235 3419 3 MP PP 5235 3419 0 0 0.625 5296 3424 0 0 0.562 5235 3419 0 0 0.625 2 interp_poly 5296 3424 0 0 0.562 5249 3375 0 0 0.625 5296 3424 0 0 0.562 2 interp_poly 60 -17 -46 -21 5280 3920 3 MP PP 5280 3920 0 0 0.562 5234 3899 0 0 0.562 5280 3920 0 0 0.562 2 interp_poly 5234 3899 0 0 0.562 5294 3882 0 0 0.562 5234 3899 0 0 0.562 2 interp_poly -46 -22 60 -17 5234 3899 3 MP PP 5234 3899 0 0 0.562 5294 3882 0 0 0.562 5234 3899 0 0 0.562 2 interp_poly 5294 3882 0 0 0.562 5248 3860 0 0 0.562 5294 3882 0 0 0.562 2 interp_poly gr 1 sg 0 sg 5292 4779 mt (z) s gs 899 389 5356 4226 rc 1 sg 60 -16 -46 -22 5276 3784 3 MP PP 5276 3784 0 0 0.562 5230 3762 0 0 0.562 5276 3784 0 0 0.562 2 interp_poly 5230 3762 0 0 0.562 5290 3746 0 0 0.562 5230 3762 0 0 0.562 2 interp_poly -46 -22 60 -16 5230 3762 3 MP PP 5230 3762 0 0 0.562 5290 3746 0 0 0.562 5230 3762 0 0 0.562 2 interp_poly 5290 3746 0 0 0.562 5244 3724 0 0 0.562 5290 3746 0 0 0.562 2 interp_poly 61 -19 -47 -24 5272 3644 3 MP PP 5272 3644 0 0 0.562 5225 3620 0 0 0.562 5272 3644 0 0 0.562 2 interp_poly 5225 3620 0 0 0.562 5286 3601 0 0 0.562 5225 3620 0 0 0.562 2 interp_poly -47 -26 61 -19 5225 3620 3 MP PP 5225 3620 0 0 0.562 5286 3601 0 0 0.562 5225 3620 0 0 0.562 2 interp_poly 5286 3601 0 0 0.562 5239 3575 0 0 0.562 5286 3601 0 0 0.562 2 interp_poly -46 -21 60 -17 5224 4072 3 MP PP 5224 4072 0 0 0.562 5284 4055 0 0 0.562 5224 4072 0 0 0.562 2 interp_poly 5284 4055 0 0 0.562 5238 4034 0 0 0.562 5284 4055 0 0 0.562 2 interp_poly 61 1 -47 -35 5268 3491 3 MP PP 5268 3491 0 0 0.562 5221 3456 0 0 0.625 5268 3491 0 0 0.562 2 interp_poly 5221 3456 0 0 0.625 5282 3457 0 0 0.562 5221 3456 0 0 0.625 2 interp_poly -47 -38 61 1 5221 3456 3 MP PP 5221 3456 0 0 0.625 5282 3457 0 0 0.562 5221 3456 0 0 0.625 2 interp_poly 5282 3457 0 0 0.562 5235 3419 0 0 0.625 5282 3457 0 0 0.562 2 interp_poly 60 -17 -46 -21 5266 3958 3 MP PP 5266 3958 0 0 0.562 5220 3937 0 0 0.562 5266 3958 0 0 0.562 2 interp_poly 5220 3937 0 0 0.562 5280 3920 0 0 0.562 5220 3937 0 0 0.562 2 interp_poly -46 -21 60 -17 5220 3937 3 MP PP 5220 3937 0 0 0.562 5280 3920 0 0 0.562 5220 3937 0 0 0.562 2 interp_poly 5280 3920 0 0 0.562 5234 3899 0 0 0.562 5280 3920 0 0 0.562 2 interp_poly 60 -43 -46 -161 5263 3284 3 MP PP 5263 3284 0 0 0.688 5217 3123 0 0 1 5263 3284 0 0 0.688 2 interp_poly 5217 3123 0 0 1 5277 3080 0 0 1 5217 3123 0 0 1 2 interp_poly -46 -295 60 -43 5217 3123 3 MP PP 5217 3123 0 0 1 5277 3080 0 0 1 5217 3123 0 0 1 2 interp_poly 5277 3080 0 0 1 5231 2785 0 0.5 1 5277 3080 0 0 1 2 interp_poly 61 -16 -47 -22 5262 3822 3 MP PP 5262 3822 0 0 0.562 5215 3800 0 0 0.562 5262 3822 0 0 0.562 2 interp_poly 5215 3800 0 0 0.562 5276 3784 0 0 0.562 5215 3800 0 0 0.562 2 interp_poly -46 -22 61 -16 5215 3800 3 MP PP 5215 3800 0 0 0.562 5276 3784 0 0 0.562 5215 3800 0 0 0.562 2 interp_poly 5276 3784 0 0 0.562 5230 3762 0 0 0.562 5276 3784 0 0 0.562 2 interp_poly 61 -18 -47 -23 5258 3685 3 MP PP 5258 3685 0 0 0.562 5211 3662 0 0 0.562 5258 3685 0 0 0.562 2 interp_poly 5211 3662 0 0 0.562 5272 3644 0 0 0.562 5211 3662 0 0 0.562 2 interp_poly -47 -24 61 -18 5211 3662 3 MP PP 5211 3662 0 0 0.562 5272 3644 0 0 0.562 5211 3662 0 0 0.562 2 interp_poly 5272 3644 0 0 0.562 5225 3620 0 0 0.562 5272 3644 0 0 0.562 2 interp_poly 61 -9 -46 -31 5253 3531 3 MP PP 5253 3531 0 0 0.562 5207 3500 0 0 0.562 5253 3531 0 0 0.562 2 interp_poly 5207 3500 0 0 0.562 5268 3491 0 0 0.562 5207 3500 0 0 0.562 2 interp_poly -47 -35 61 -9 5207 3500 3 MP PP 5207 3500 0 0 0.562 5268 3491 0 0 0.562 5207 3500 0 0 0.562 2 interp_poly 5268 3491 0 0 0.562 5221 3456 0 0 0.625 5268 3491 0 0 0.562 2 interp_poly 60 -17 -46 -21 5252 3996 3 MP PP 5252 3996 0 0 0.562 5206 3975 0 0 0.562 5252 3996 0 0 0.562 2 interp_poly 5206 3975 0 0 0.562 5266 3958 0 0 0.562 5206 3975 0 0 0.562 2 interp_poly -46 -21 60 -17 5206 3975 3 MP PP 5206 3975 0 0 0.562 5266 3958 0 0 0.562 5206 3975 0 0 0.562 2 interp_poly 5266 3958 0 0 0.562 5220 3937 0 0 0.562 5266 3958 0 0 0.562 2 interp_poly 60 -4 -46 -87 5249 3375 3 MP PP 5249 3375 0 0 0.625 5203 3288 0 0 0.75 5249 3375 0 0 0.625 2 interp_poly 5203 3288 0 0 0.75 5263 3284 0 0 0.688 5203 3288 0 0 0.75 2 interp_poly -46 -161 60 -4 5203 3288 3 MP PP 5203 3288 0 0 0.75 5263 3284 0 0 0.688 5203 3288 0 0 0.75 2 interp_poly 5263 3284 0 0 0.688 5217 3123 0 0 1 5263 3284 0 0 0.688 2 interp_poly 61 -16 -47 -22 5248 3860 3 MP PP 5248 3860 0 0 0.562 5201 3838 0 0 0.562 5248 3860 0 0 0.562 2 interp_poly 5201 3838 0 0 0.562 5262 3822 0 0 0.562 5201 3838 0 0 0.562 2 interp_poly -47 -22 61 -16 5201 3838 3 MP PP 5201 3838 0 0 0.562 5262 3822 0 0 0.562 5201 3838 0 0 0.562 2 interp_poly 5262 3822 0 0 0.562 5215 3800 0 0 0.562 5262 3822 0 0 0.562 2 interp_poly 61 -17 -47 -22 5244 3724 3 MP PP 5244 3724 0 0 0.562 5197 3702 0 0 0.562 5244 3724 0 0 0.562 2 interp_poly 5197 3702 0 0 0.562 5258 3685 0 0 0.562 5197 3702 0 0 0.562 2 interp_poly -47 -23 61 -17 5197 3702 3 MP PP 5197 3702 0 0 0.562 5258 3685 0 0 0.562 5197 3702 0 0 0.562 2 interp_poly 5258 3685 0 0 0.562 5211 3662 0 0 0.562 5258 3685 0 0 0.562 2 interp_poly 60 -16 -46 -28 5239 3575 3 MP PP 5239 3575 0 0 0.562 5193 3547 0 0 0.562 5239 3575 0 0 0.562 2 interp_poly 5193 3547 0 0 0.562 5253 3531 0 0 0.562 5193 3547 0 0 0.562 2 interp_poly -46 -31 60 -16 5193 3547 3 MP PP 5193 3547 0 0 0.562 5253 3531 0 0 0.562 5193 3547 0 0 0.562 2 interp_poly 5253 3531 0 0 0.562 5207 3500 0 0 0.562 5253 3531 0 0 0.562 2 interp_poly 61 -17 -47 -21 5238 4034 3 MP PP 5238 4034 0 0 0.562 5191 4013 0 0 0.562 5238 4034 0 0 0.562 2 interp_poly 5191 4013 0 0 0.562 5252 3996 0 0 0.562 5191 4013 0 0 0.562 2 interp_poly -46 -21 61 -17 5191 4013 3 MP PP 5191 4013 0 0 0.562 5252 3996 0 0 0.562 5191 4013 0 0 0.562 2 interp_poly 5252 3996 0 0 0.562 5206 3975 0 0 0.562 5252 3996 0 0 0.562 2 interp_poly 60 14 -46 -58 5235 3419 3 MP PP 5235 3419 0 0 0.625 5189 3361 0 0 0.688 5235 3419 0 0 0.625 2 interp_poly 5189 3361 0 0 0.688 5249 3375 0 0 0.625 5189 3361 0 0 0.688 2 interp_poly -46 -87 60 14 5189 3361 3 MP PP 5189 3361 0 0 0.688 5249 3375 0 0 0.625 5189 3361 0 0 0.688 2 interp_poly 5249 3375 0 0 0.625 5203 3288 0 0 0.75 5249 3375 0 0 0.625 2 interp_poly 61 -17 -47 -22 5234 3899 3 MP PP 5234 3899 0 0 0.562 5187 3877 0 0 0.562 5234 3899 0 0 0.562 2 interp_poly 5187 3877 0 0 0.562 5248 3860 0 0 0.562 5187 3877 0 0 0.562 2 interp_poly -47 -22 61 -17 5187 3877 3 MP PP 5187 3877 0 0 0.562 5248 3860 0 0 0.562 5187 3877 0 0 0.562 2 interp_poly 5248 3860 0 0 0.562 5201 3838 0 0 0.562 5248 3860 0 0 0.562 2 interp_poly 61 -16 -47 -22 5230 3762 3 MP PP 5230 3762 0 0 0.562 5183 3740 0 0 0.562 5230 3762 0 0 0.562 2 interp_poly 5183 3740 0 0 0.562 5244 3724 0 0 0.562 5183 3740 0 0 0.562 2 interp_poly -47 -22 61 -16 5183 3740 3 MP PP 5183 3740 0 0 0.562 5244 3724 0 0 0.562 5183 3740 0 0 0.562 2 interp_poly 5244 3724 0 0 0.562 5197 3702 0 0 0.562 5244 3724 0 0 0.562 2 interp_poly 60 -20 -46 -25 5225 3620 3 MP PP 5225 3620 0 0 0.562 5179 3595 0 0 0.562 5225 3620 0 0 0.562 2 interp_poly 5179 3595 0 0 0.562 5239 3575 0 0 0.562 5179 3595 0 0 0.562 2 interp_poly -46 -28 60 -20 5179 3595 3 MP PP 5179 3595 0 0 0.562 5239 3575 0 0 0.562 5179 3595 0 0 0.562 2 interp_poly 5239 3575 0 0 0.562 5193 3547 0 0 0.562 5239 3575 0 0 0.562 2 interp_poly 61 -16 -47 -22 5224 4072 3 MP PP 5224 4072 0 0 0.562 5177 4050 0 0 0.562 5224 4072 0 0 0.562 2 interp_poly 5177 4050 0 0 0.562 5238 4034 0 0 0.562 5177 4050 0 0 0.562 2 interp_poly -47 -21 61 -16 5177 4050 3 MP PP 5177 4050 0 0 0.562 5238 4034 0 0 0.562 5177 4050 0 0 0.562 2 interp_poly 5238 4034 0 0 0.562 5191 4013 0 0 0.562 5238 4034 0 0 0.562 2 interp_poly 60 9 -46 -46 5221 3456 3 MP PP 5221 3456 0 0 0.625 5175 3410 0 0 0.625 5221 3456 0 0 0.625 2 interp_poly 5175 3410 0 0 0.625 5235 3419 0 0 0.625 5175 3410 0 0 0.625 2 interp_poly -46 -58 60 9 5175 3410 3 MP PP 5175 3410 0 0 0.625 5235 3419 0 0 0.625 5175 3410 0 0 0.625 2 interp_poly 5235 3419 0 0 0.625 5189 3361 0 0 0.688 5235 3419 0 0 0.625 2 interp_poly 61 -16 -47 -22 5220 3937 3 MP PP 5220 3937 0 0 0.562 5173 3915 0 0 0.562 5220 3937 0 0 0.562 2 interp_poly 5173 3915 0 0 0.562 5234 3899 0 0 0.562 5173 3915 0 0 0.562 2 interp_poly -47 -22 61 -16 5173 3915 3 MP PP 5173 3915 0 0 0.562 5234 3899 0 0 0.562 5173 3915 0 0 0.562 2 interp_poly 5234 3899 0 0 0.562 5187 3877 0 0 0.562 5234 3899 0 0 0.562 2 interp_poly 61 -37 -47 -301 5217 3123 3 MP PP 5217 3123 0 0 1 5170 2822 0 0.5 1 5217 3123 0 0 1 2 interp_poly 5170 2822 0 0.5 1 5231 2785 0 0.5 1 5170 2822 0 0.5 1 2 interp_poly -47 -462 61 -37 5170 2822 3 MP PP 5170 2822 0 0.5 1 5231 2785 0 0.5 1 5170 2822 0 0.5 1 2 interp_poly 5231 2785 0 0.5 1 5184 2323 0.375 1 0.688 5231 2785 0 0.5 1 2 interp_poly 61 -16 -46 -22 5215 3800 3 MP PP 5215 3800 0 0 0.562 5169 3778 0 0 0.562 5215 3800 0 0 0.562 2 interp_poly 5169 3778 0 0 0.562 5230 3762 0 0 0.562 5169 3778 0 0 0.562 2 interp_poly -47 -22 61 -16 5169 3778 3 MP PP 5169 3778 0 0 0.562 5230 3762 0 0 0.562 5169 3778 0 0 0.562 2 interp_poly 5230 3762 0 0 0.562 5183 3740 0 0 0.562 5230 3762 0 0 0.562 2 interp_poly 60 -20 -46 -22 5211 3662 3 MP PP 5211 3662 0 0 0.562 5165 3640 0 0 0.562 5211 3662 0 0 0.562 2 interp_poly 5165 3640 0 0 0.562 5225 3620 0 0 0.562 5165 3640 0 0 0.562 2 interp_poly -46 -25 60 -20 5165 3640 3 MP PP 5165 3640 0 0 0.562 5225 3620 0 0 0.562 5165 3640 0 0 0.562 2 interp_poly 5225 3620 0 0 0.562 5179 3595 0 0 0.562 5225 3620 0 0 0.562 2 interp_poly -47 -22 61 -16 5163 4088 3 MP PP 5163 4088 0 0 0.562 5224 4072 0 0 0.562 5163 4088 0 0 0.562 2 interp_poly 5224 4072 0 0 0.562 5177 4050 0 0 0.562 5224 4072 0 0 0.562 2 interp_poly 61 -5 -47 -39 5207 3500 3 MP PP 5207 3500 0 0 0.562 5160 3461 0 0 0.625 5207 3500 0 0 0.562 2 interp_poly 5160 3461 0 0 0.625 5221 3456 0 0 0.625 5160 3461 0 0 0.625 2 interp_poly -46 -46 61 -5 5160 3461 3 MP PP 5160 3461 0 0 0.625 5221 3456 0 0 0.625 5160 3461 0 0 0.625 2 interp_poly 5221 3456 0 0 0.625 5175 3410 0 0 0.625 5221 3456 0 0 0.625 2 interp_poly 61 -16 -47 -22 5206 3975 3 MP PP 5206 3975 0 0 0.562 5159 3953 0 0 0.562 5206 3975 0 0 0.562 2 interp_poly 5159 3953 0 0 0.562 5220 3937 0 0 0.562 5159 3953 0 0 0.562 2 interp_poly -47 -22 61 -16 5159 3953 3 MP PP 5159 3953 0 0 0.562 5220 3937 0 0 0.562 5159 3953 0 0 0.562 2 interp_poly 5220 3937 0 0 0.562 5173 3915 0 0 0.562 5220 3937 0 0 0.562 2 interp_poly 61 -3 -47 -162 5203 3288 3 MP PP 5203 3288 0 0 0.75 5156 3126 0 0 1 5203 3288 0 0 0.75 2 interp_poly 5156 3126 0 0 1 5217 3123 0 0 1 5156 3126 0 0 1 2 interp_poly -47 -301 61 -3 5156 3126 3 MP PP 5156 3126 0 0 1 5217 3123 0 0 1 5156 3126 0 0 1 2 interp_poly 5217 3123 0 0 1 5170 2822 0 0.5 1 5217 3123 0 0 1 2 interp_poly 60 -16 -46 -22 5201 3838 3 MP PP 5201 3838 0 0 0.562 5155 3816 0 0 0.562 5201 3838 0 0 0.562 2 interp_poly 5155 3816 0 0 0.562 5215 3800 0 0 0.562 5155 3816 0 0 0.562 2 interp_poly -46 -22 60 -16 5155 3816 3 MP PP 5155 3816 0 0 0.562 5215 3800 0 0 0.562 5155 3816 0 0 0.562 2 interp_poly 5215 3800 0 0 0.562 5169 3778 0 0 0.562 5215 3800 0 0 0.562 2 interp_poly 60 -18 -46 -22 5197 3702 3 MP PP 5197 3702 0 0 0.562 5151 3680 0 0 0.562 5197 3702 0 0 0.562 2 interp_poly 5151 3680 0 0 0.562 5211 3662 0 0 0.562 5151 3680 0 0 0.562 2 interp_poly -46 -22 60 -18 5151 3680 3 MP PP 5151 3680 0 0 0.562 5211 3662 0 0 0.562 5151 3680 0 0 0.562 2 interp_poly 5211 3662 0 0 0.562 5165 3640 0 0 0.562 5211 3662 0 0 0.562 2 interp_poly 61 -15 -47 -32 5193 3547 3 MP PP 5193 3547 0 0 0.562 5146 3515 0 0 0.625 5193 3547 0 0 0.562 2 interp_poly 5146 3515 0 0 0.625 5207 3500 0 0 0.562 5146 3515 0 0 0.625 2 interp_poly -47 -39 61 -15 5146 3515 3 MP PP 5146 3515 0 0 0.625 5207 3500 0 0 0.562 5146 3515 0 0 0.625 2 interp_poly 5207 3500 0 0 0.562 5160 3461 0 0 0.625 5207 3500 0 0 0.562 2 interp_poly 61 -16 -46 -22 5191 4013 3 MP PP 5191 4013 0 0 0.562 5145 3991 0 0 0.562 5191 4013 0 0 0.562 2 interp_poly 5145 3991 0 0 0.562 5206 3975 0 0 0.562 5145 3991 0 0 0.562 2 interp_poly -47 -22 61 -16 5145 3991 3 MP PP 5145 3991 0 0 0.562 5206 3975 0 0 0.562 5145 3991 0 0 0.562 2 interp_poly 5206 3975 0 0 0.562 5159 3953 0 0 0.562 5206 3975 0 0 0.562 2 interp_poly 61 23 -47 -96 5189 3361 3 MP PP 5189 3361 0 0 0.688 5142 3265 0 0 0.812 5189 3361 0 0 0.688 2 interp_poly 5142 3265 0 0 0.812 5203 3288 0 0 0.75 5142 3265 0 0 0.812 2 interp_poly -47 -162 61 23 5142 3265 3 MP PP 5142 3265 0 0 0.812 5203 3288 0 0 0.75 5142 3265 0 0 0.812 2 interp_poly 5203 3288 0 0 0.75 5156 3126 0 0 1 5203 3288 0 0 0.75 2 interp_poly 60 -17 -46 -22 5187 3877 3 MP PP 5187 3877 0 0 0.562 5141 3855 0 0 0.562 5187 3877 0 0 0.562 2 interp_poly 5141 3855 0 0 0.562 5201 3838 0 0 0.562 5141 3855 0 0 0.562 2 interp_poly -46 -22 60 -17 5141 3855 3 MP PP 5141 3855 0 0 0.562 5201 3838 0 0 0.562 5141 3855 0 0 0.562 2 interp_poly 5201 3838 0 0 0.562 5155 3816 0 0 0.562 5201 3838 0 0 0.562 2 interp_poly 61 -17 -47 -21 5183 3740 3 MP PP 5183 3740 0 0 0.562 5136 3719 0 0 0.562 5183 3740 0 0 0.562 2 interp_poly 5136 3719 0 0 0.562 5197 3702 0 0 0.562 5136 3719 0 0 0.562 2 interp_poly -46 -22 61 -17 5136 3719 3 MP PP 5136 3719 0 0 0.562 5197 3702 0 0 0.562 5136 3719 0 0 0.562 2 interp_poly 5197 3702 0 0 0.562 5151 3680 0 0 0.562 5197 3702 0 0 0.562 2 interp_poly 61 -22 -47 -26 5179 3595 3 MP PP 5179 3595 0 0 0.562 5132 3569 0 0 0.562 5179 3595 0 0 0.562 2 interp_poly 5132 3569 0 0 0.562 5193 3547 0 0 0.562 5132 3569 0 0 0.562 2 interp_poly -47 -32 61 -22 5132 3569 3 MP PP 5132 3569 0 0 0.562 5193 3547 0 0 0.562 5132 3569 0 0 0.562 2 interp_poly 5193 3547 0 0 0.562 5146 3515 0 0 0.625 5193 3547 0 0 0.562 2 interp_poly 60 -16 -46 -21 5177 4050 3 MP PP 5177 4050 0 0 0.562 5131 4029 0 0 0.562 5177 4050 0 0 0.562 2 interp_poly 5131 4029 0 0 0.562 5191 4013 0 0 0.562 5131 4029 0 0 0.562 2 interp_poly -46 -22 60 -16 5131 4029 3 MP PP 5131 4029 0 0 0.562 5191 4013 0 0 0.562 5131 4029 0 0 0.562 2 interp_poly 5191 4013 0 0 0.562 5145 3991 0 0 0.562 5191 4013 0 0 0.562 2 interp_poly 61 18 -47 -67 5175 3410 3 MP PP 5175 3410 0 0 0.625 5128 3343 0 0 0.75 5175 3410 0 0 0.625 2 interp_poly 5128 3343 0 0 0.75 5189 3361 0 0 0.688 5128 3343 0 0 0.75 2 interp_poly -47 -96 61 18 5128 3343 3 MP PP 5128 3343 0 0 0.75 5189 3361 0 0 0.688 5128 3343 0 0 0.75 2 interp_poly 5189 3361 0 0 0.688 5142 3265 0 0 0.812 5189 3361 0 0 0.688 2 interp_poly 60 -16 -46 -22 5173 3915 3 MP PP 5173 3915 0 0 0.562 5127 3893 0 0 0.562 5173 3915 0 0 0.562 2 interp_poly 5127 3893 0 0 0.562 5187 3877 0 0 0.562 5127 3893 0 0 0.562 2 interp_poly -46 -22 60 -16 5127 3893 3 MP PP 5127 3893 0 0 0.562 5187 3877 0 0 0.562 5127 3893 0 0 0.562 2 interp_poly 5187 3877 0 0 0.562 5141 3855 0 0 0.562 5187 3877 0 0 0.562 2 interp_poly 60 -8 -46 -491 5170 2822 3 MP PP 5170 2822 0 0.5 1 5124 2331 0.375 1 0.688 5170 2822 0 0.5 1 2 interp_poly 5124 2331 0.375 1 0.688 5184 2323 0.375 1 0.688 5124 2331 0.375 1 0.688 2 interp_poly -46 -522 60 -8 5124 2331 3 MP PP 5124 2331 0.375 1 0.688 5184 2323 0.375 1 0.688 5124 2331 0.375 1 0.688 2 interp_poly 5184 2323 0.375 1 0.688 5138 1801 1 0.812 0 5184 2323 0.375 1 0.688 2 interp_poly 61 -16 -47 -22 5169 3778 3 MP PP 5169 3778 0 0 0.562 5122 3756 0 0 0.562 5169 3778 0 0 0.562 2 interp_poly 5122 3756 0 0 0.562 5183 3740 0 0 0.562 5122 3756 0 0 0.562 2 interp_poly -47 -21 61 -16 5122 3756 3 MP PP 5122 3756 0 0 0.562 5183 3740 0 0 0.562 5122 3756 0 0 0.562 2 interp_poly 5183 3740 0 0 0.562 5136 3719 0 0 0.562 5183 3740 0 0 0.562 2 interp_poly 61 -22 -47 -23 5165 3640 3 MP PP 5165 3640 0 0 0.562 5118 3617 0 0 0.562 5165 3640 0 0 0.562 2 interp_poly 5118 3617 0 0 0.562 5179 3595 0 0 0.562 5118 3617 0 0 0.562 2 interp_poly -47 -26 61 -22 5118 3617 3 MP PP 5118 3617 0 0 0.562 5179 3595 0 0 0.562 5118 3617 0 0 0.562 2 interp_poly 5179 3595 0 0 0.562 5132 3569 0 0 0.562 5179 3595 0 0 0.562 2 interp_poly 60 -17 -46 -21 5163 4088 3 MP PP 5163 4088 0 0 0.562 5117 4067 0 0 0.562 5163 4088 0 0 0.562 2 interp_poly 5117 4067 0 0 0.562 5177 4050 0 0 0.562 5117 4067 0 0 0.562 2 interp_poly -46 -21 60 -17 5117 4067 3 MP PP 5117 4067 0 0 0.562 5177 4050 0 0 0.562 5117 4067 0 0 0.562 2 interp_poly 5177 4050 0 0 0.562 5131 4029 0 0 0.562 5177 4050 0 0 0.562 2 interp_poly 61 0 -46 -51 5160 3461 3 MP PP 5160 3461 0 0 0.625 5114 3410 0 0 0.688 5160 3461 0 0 0.625 2 interp_poly 5114 3410 0 0 0.688 5175 3410 0 0 0.625 5114 3410 0 0 0.688 2 interp_poly -47 -67 61 0 5114 3410 3 MP PP 5114 3410 0 0 0.688 5175 3410 0 0 0.625 5114 3410 0 0 0.688 2 interp_poly 5175 3410 0 0 0.625 5128 3343 0 0 0.75 5175 3410 0 0 0.625 2 interp_poly 60 -17 -46 -21 5159 3953 3 MP PP 5159 3953 0 0 0.562 5113 3932 0 0 0.562 5159 3953 0 0 0.562 2 interp_poly 5113 3932 0 0 0.562 5173 3915 0 0 0.562 5113 3932 0 0 0.562 2 interp_poly -46 -22 60 -17 5113 3932 3 MP PP 5113 3932 0 0 0.562 5173 3915 0 0 0.562 5113 3932 0 0 0.562 2 interp_poly 5173 3915 0 0 0.562 5127 3893 0 0 0.562 5173 3915 0 0 0.562 2 interp_poly 60 -6 -46 -298 5156 3126 3 MP PP 5156 3126 0 0 1 5110 2828 0 0.5 1 5156 3126 0 0 1 2 interp_poly 5110 2828 0 0.5 1 5170 2822 0 0.5 1 5110 2828 0 0.5 1 2 interp_poly -46 -491 60 -6 5110 2828 3 MP PP 5110 2828 0 0.5 1 5170 2822 0 0.5 1 5110 2828 0 0.5 1 2 interp_poly 5170 2822 0 0.5 1 5124 2331 0.375 1 0.688 5170 2822 0 0.5 1 2 interp_poly 61 -16 -47 -22 5155 3816 3 MP PP 5155 3816 0 0 0.562 5108 3794 0 0 0.562 5155 3816 0 0 0.562 2 interp_poly 5108 3794 0 0 0.562 5169 3778 0 0 0.562 5108 3794 0 0 0.562 2 interp_poly -47 -22 61 -16 5108 3794 3 MP PP 5108 3794 0 0 0.562 5169 3778 0 0 0.562 5108 3794 0 0 0.562 2 interp_poly 5169 3778 0 0 0.562 5122 3756 0 0 0.562 5169 3778 0 0 0.562 2 interp_poly 61 -19 -47 -21 5151 3680 3 MP PP 5151 3680 0 0 0.562 5104 3659 0 0 0.562 5151 3680 0 0 0.562 2 interp_poly 5104 3659 0 0 0.562 5165 3640 0 0 0.562 5104 3659 0 0 0.562 2 interp_poly -47 -23 61 -19 5104 3659 3 MP PP 5104 3659 0 0 0.562 5165 3640 0 0 0.562 5104 3659 0 0 0.562 2 interp_poly 5165 3640 0 0 0.562 5118 3617 0 0 0.562 5165 3640 0 0 0.562 2 interp_poly -46 -21 60 -16 5103 4104 3 MP PP 5103 4104 0 0 0.562 5163 4088 0 0 0.562 5103 4104 0 0 0.562 2 interp_poly 5163 4088 0 0 0.562 5117 4067 0 0 0.562 5163 4088 0 0 0.562 2 interp_poly 60 -16 -46 -38 5146 3515 3 MP PP 5146 3515 0 0 0.625 5100 3477 0 0 0.625 5146 3515 0 0 0.625 2 interp_poly 5100 3477 0 0 0.625 5160 3461 0 0 0.625 5100 3477 0 0 0.625 2 interp_poly -46 -51 60 -16 5100 3477 3 MP PP 5100 3477 0 0 0.625 5160 3461 0 0 0.625 5100 3477 0 0 0.625 2 interp_poly 5160 3461 0 0 0.625 5114 3410 0 0 0.688 5160 3461 0 0 0.625 2 interp_poly 61 -17 -47 -21 5145 3991 3 MP PP 5145 3991 0 0 0.562 5098 3970 0 0 0.562 5145 3991 0 0 0.562 2 interp_poly 5098 3970 0 0 0.562 5159 3953 0 0 0.562 5098 3970 0 0 0.562 2 interp_poly -46 -21 61 -17 5098 3970 3 MP PP 5098 3970 0 0 0.562 5159 3953 0 0 0.562 5098 3970 0 0 0.562 2 interp_poly 5159 3953 0 0 0.562 5113 3932 0 0 0.562 5159 3953 0 0 0.562 2 interp_poly 60 29 -46 -168 5142 3265 3 MP PP 5142 3265 0 0 0.812 5096 3097 0 0.0625 1 5142 3265 0 0 0.812 2 interp_poly 5096 3097 0 0.0625 1 5156 3126 0 0 1 5096 3097 0 0.0625 1 2 interp_poly -46 -298 60 29 5096 3097 3 MP PP 5096 3097 0 0.0625 1 5156 3126 0 0 1 5096 3097 0 0.0625 1 2 interp_poly 5156 3126 0 0 1 5110 2828 0 0.5 1 5156 3126 0 0 1 2 interp_poly 61 -16 -47 -23 5141 3855 3 MP PP 5141 3855 0 0 0.562 5094 3832 0 0 0.562 5141 3855 0 0 0.562 2 interp_poly 5094 3832 0 0 0.562 5155 3816 0 0 0.562 5094 3832 0 0 0.562 2 interp_poly -47 -22 61 -16 5094 3832 3 MP PP 5094 3832 0 0 0.562 5155 3816 0 0 0.562 5094 3832 0 0 0.562 2 interp_poly 5155 3816 0 0 0.562 5108 3794 0 0 0.562 5155 3816 0 0 0.562 2 interp_poly 61 -17 -46 -22 5136 3719 3 MP PP 5136 3719 0 0 0.562 5090 3697 0 0 0.562 5136 3719 0 0 0.562 2 interp_poly 5090 3697 0 0 0.562 5151 3680 0 0 0.562 5090 3697 0 0 0.562 2 interp_poly -47 -21 61 -17 5090 3697 3 MP PP 5090 3697 0 0 0.562 5151 3680 0 0 0.562 5090 3697 0 0 0.562 2 interp_poly 5151 3680 0 0 0.562 5104 3659 0 0 0.562 5151 3680 0 0 0.562 2 interp_poly 60 -24 -46 -30 5132 3569 3 MP PP 5132 3569 0 0 0.562 5086 3539 0 0 0.562 5132 3569 0 0 0.562 2 interp_poly 5086 3539 0 0 0.562 5146 3515 0 0 0.625 5086 3539 0 0 0.562 2 interp_poly -46 -38 60 -24 5086 3539 3 MP PP 5086 3539 0 0 0.562 5146 3515 0 0 0.625 5086 3539 0 0 0.562 2 interp_poly 5146 3515 0 0 0.625 5100 3477 0 0 0.625 5146 3515 0 0 0.625 2 interp_poly 61 -17 -47 -21 5131 4029 3 MP PP 5131 4029 0 0 0.562 5084 4008 0 0 0.562 5131 4029 0 0 0.562 2 interp_poly 5084 4008 0 0 0.562 5145 3991 0 0 0.562 5084 4008 0 0 0.562 2 interp_poly -47 -21 61 -17 5084 4008 3 MP PP 5084 4008 0 0 0.562 5145 3991 0 0 0.562 5084 4008 0 0 0.562 2 interp_poly 5145 3991 0 0 0.562 5098 3970 0 0 0.562 5145 3991 0 0 0.562 2 interp_poly 60 27 -46 -105 5128 3343 3 MP PP 5128 3343 0 0 0.75 5082 3238 0 0 0.875 5128 3343 0 0 0.75 2 interp_poly 5082 3238 0 0 0.875 5142 3265 0 0 0.812 5082 3238 0 0 0.875 2 interp_poly -46 -168 60 27 5082 3238 3 MP PP 5082 3238 0 0 0.875 5142 3265 0 0 0.812 5082 3238 0 0 0.875 2 interp_poly 5142 3265 0 0 0.812 5096 3097 0 0.0625 1 5142 3265 0 0 0.812 2 interp_poly 61 -16 -47 -22 5127 3893 3 MP PP 5127 3893 0 0 0.562 5080 3871 0 0 0.562 5127 3893 0 0 0.562 2 interp_poly 5080 3871 0 0 0.562 5141 3855 0 0 0.562 5080 3871 0 0 0.562 2 interp_poly -47 -23 61 -16 5080 3871 3 MP PP 5080 3871 0 0 0.562 5141 3855 0 0 0.562 5080 3871 0 0 0.562 2 interp_poly 5141 3855 0 0 0.562 5094 3832 0 0 0.562 5141 3855 0 0 0.562 2 interp_poly 61 46 -47 -576 5124 2331 3 MP PP 5124 2331 0.375 1 0.688 5077 1755 1 0.688 0 5124 2331 0.375 1 0.688 2 interp_poly 5077 1755 1 0.688 0 5138 1801 1 0.812 0 5077 1755 1 0.688 0 2 interp_poly -47 -260 61 46 5077 1755 3 MP PP 5077 1755 1 0.688 0 5138 1801 1 0.812 0 5077 1755 1 0.688 0 2 interp_poly 5138 1801 1 0.812 0 5091 1541 1 0.375 0 5138 1801 1 0.812 0 2 interp_poly 60 -15 -46 -22 5122 3756 3 MP PP 5122 3756 0 0 0.562 5076 3734 0 0 0.562 5122 3756 0 0 0.562 2 interp_poly 5076 3734 0 0 0.562 5136 3719 0 0 0.562 5076 3734 0 0 0.562 2 interp_poly -46 -22 60 -15 5076 3734 3 MP PP 5076 3734 0 0 0.562 5136 3719 0 0 0.562 5076 3734 0 0 0.562 2 interp_poly 5136 3719 0 0 0.562 5090 3697 0 0 0.562 5136 3719 0 0 0.562 2 interp_poly 60 -24 -46 -24 5118 3617 3 MP PP 5118 3617 0 0 0.562 5072 3593 0 0 0.562 5118 3617 0 0 0.562 2 interp_poly 5072 3593 0 0 0.562 5132 3569 0 0 0.562 5072 3593 0 0 0.562 2 interp_poly -46 -30 60 -24 5072 3593 3 MP PP 5072 3593 0 0 0.562 5132 3569 0 0 0.562 5072 3593 0 0 0.562 2 interp_poly 5132 3569 0 0 0.562 5086 3539 0 0 0.562 5132 3569 0 0 0.562 2 interp_poly 61 -16 -47 -22 5117 4067 3 MP PP 5117 4067 0 0 0.562 5070 4045 0 0 0.562 5117 4067 0 0 0.562 2 interp_poly 5070 4045 0 0 0.562 5131 4029 0 0 0.562 5070 4045 0 0 0.562 2 interp_poly -47 -21 61 -16 5070 4045 3 MP PP 5070 4045 0 0 0.562 5131 4029 0 0 0.562 5070 4045 0 0 0.562 2 interp_poly 5131 4029 0 0 0.562 5084 4008 0 0 0.562 5131 4029 0 0 0.562 2 interp_poly 61 5 -47 -72 5114 3410 3 MP PP 5114 3410 0 0 0.688 5067 3338 0 0 0.75 5114 3410 0 0 0.688 2 interp_poly 5067 3338 0 0 0.75 5128 3343 0 0 0.75 5067 3338 0 0 0.75 2 interp_poly -46 -105 61 5 5067 3338 3 MP PP 5067 3338 0 0 0.75 5128 3343 0 0 0.75 5067 3338 0 0 0.75 2 interp_poly 5128 3343 0 0 0.75 5082 3238 0 0 0.875 5128 3343 0 0 0.75 2 interp_poly 61 -17 -47 -22 5113 3932 3 MP PP 5113 3932 0 0 0.562 5066 3910 0 0 0.562 5113 3932 0 0 0.562 2 interp_poly 5066 3910 0 0 0.562 5127 3893 0 0 0.562 5066 3910 0 0 0.562 2 interp_poly -47 -22 61 -17 5066 3910 3 MP PP 5066 3910 0 0 0.562 5127 3893 0 0 0.562 5066 3910 0 0 0.562 2 interp_poly 5127 3893 0 0 0.562 5080 3871 0 0 0.562 5127 3893 0 0 0.562 2 interp_poly 61 -22 -47 -475 5110 2828 3 MP PP 5110 2828 0 0.5 1 5063 2353 0.375 1 0.688 5110 2828 0 0.5 1 2 interp_poly 5063 2353 0.375 1 0.688 5124 2331 0.375 1 0.688 5063 2353 0.375 1 0.688 2 interp_poly -47 -576 61 -22 5063 2353 3 MP PP 5063 2353 0.375 1 0.688 5124 2331 0.375 1 0.688 5063 2353 0.375 1 0.688 2 interp_poly 5124 2331 0.375 1 0.688 5077 1755 1 0.688 0 5124 2331 0.375 1 0.688 2 interp_poly 60 -15 -46 -23 5108 3794 3 MP PP 5108 3794 0 0 0.562 5062 3771 0 0 0.562 5108 3794 0 0 0.562 2 interp_poly 5062 3771 0 0 0.562 5122 3756 0 0 0.562 5062 3771 0 0 0.562 2 interp_poly -46 -22 60 -15 5062 3771 3 MP PP 5062 3771 0 0 0.562 5122 3756 0 0 0.562 5062 3771 0 0 0.562 2 interp_poly 5122 3756 0 0 0.562 5076 3734 0 0 0.562 5122 3756 0 0 0.562 2 interp_poly 60 -21 -46 -21 5104 3659 3 MP PP 5104 3659 0 0 0.562 5058 3638 0 0 0.562 5104 3659 0 0 0.562 2 interp_poly 5058 3638 0 0 0.562 5118 3617 0 0 0.562 5058 3638 0 0 0.562 2 interp_poly -46 -24 60 -21 5058 3638 3 MP PP 5058 3638 0 0 0.562 5118 3617 0 0 0.562 5058 3638 0 0 0.562 2 interp_poly 5118 3617 0 0 0.562 5072 3593 0 0 0.562 5118 3617 0 0 0.562 2 interp_poly 61 -16 -47 -21 5103 4104 3 MP PP 5103 4104 0 0 0.562 5056 4083 0 0 0.562 5103 4104 0 0 0.562 2 interp_poly 5056 4083 0 0 0.562 5117 4067 0 0 0.562 5056 4083 0 0 0.562 2 interp_poly -47 -22 61 -16 5056 4083 3 MP PP 5056 4083 0 0 0.562 5117 4067 0 0 0.562 5056 4083 0 0 0.562 2 interp_poly 5117 4067 0 0 0.562 5070 4045 0 0 0.562 5117 4067 0 0 0.562 2 interp_poly 61 -16 -47 -51 5100 3477 3 MP PP 5100 3477 0 0 0.625 5053 3426 0 0 0.688 5100 3477 0 0 0.625 2 interp_poly 5053 3426 0 0 0.688 5114 3410 0 0 0.688 5053 3426 0 0 0.688 2 interp_poly -47 -72 61 -16 5053 3426 3 MP PP 5053 3426 0 0 0.688 5114 3410 0 0 0.688 5053 3426 0 0 0.688 2 interp_poly 5114 3410 0 0 0.688 5067 3338 0 0 0.75 5114 3410 0 0 0.688 2 interp_poly 61 -16 -46 -22 5098 3970 3 MP PP 5098 3970 0 0 0.562 5052 3948 0 0 0.562 5098 3970 0 0 0.562 2 interp_poly 5052 3948 0 0 0.562 5113 3932 0 0 0.562 5052 3948 0 0 0.562 2 interp_poly -47 -22 61 -16 5052 3948 3 MP PP 5052 3948 0 0 0.562 5113 3932 0 0 0.562 5052 3948 0 0 0.562 2 interp_poly 5113 3932 0 0 0.562 5066 3910 0 0 0.562 5113 3932 0 0 0.562 2 interp_poly 61 16 -47 -285 5096 3097 3 MP PP 5096 3097 0 0.0625 1 5049 2812 0 0.562 1 5096 3097 0 0.0625 1 2 interp_poly 5049 2812 0 0.562 1 5110 2828 0 0.5 1 5049 2812 0 0.562 1 2 interp_poly -47 -475 61 16 5049 2812 3 MP PP 5049 2812 0 0.562 1 5110 2828 0 0.5 1 5049 2812 0 0.562 1 2 interp_poly 5110 2828 0 0.5 1 5063 2353 0.375 1 0.688 5110 2828 0 0.5 1 2 interp_poly 60 -16 -46 -22 5094 3832 3 MP PP 5094 3832 0 0 0.562 5048 3810 0 0 0.562 5094 3832 0 0 0.562 2 interp_poly 5048 3810 0 0 0.562 5108 3794 0 0 0.562 5048 3810 0 0 0.562 2 interp_poly -46 -23 60 -16 5048 3810 3 MP PP 5048 3810 0 0 0.562 5108 3794 0 0 0.562 5048 3810 0 0 0.562 2 interp_poly 5108 3794 0 0 0.562 5062 3771 0 0 0.562 5108 3794 0 0 0.562 2 interp_poly 61 -17 -47 -21 5090 3697 3 MP PP 5090 3697 0 0 0.562 5043 3676 0 0 0.562 5090 3697 0 0 0.562 2 interp_poly 5043 3676 0 0 0.562 5104 3659 0 0 0.562 5043 3676 0 0 0.562 2 interp_poly -46 -21 61 -17 5043 3676 3 MP PP 5043 3676 0 0 0.562 5104 3659 0 0 0.562 5043 3676 0 0 0.562 2 interp_poly 5104 3659 0 0 0.562 5058 3638 0 0 0.562 5104 3659 0 0 0.562 2 interp_poly -47 -21 61 -17 5042 4121 3 MP PP 5042 4121 0 0 0.562 5103 4104 0 0 0.562 5042 4121 0 0 0.562 2 interp_poly 5103 4104 0 0 0.562 5056 4083 0 0 0.562 5103 4104 0 0 0.562 2 interp_poly 61 -27 -47 -35 5086 3539 3 MP PP 5086 3539 0 0 0.562 5039 3504 0 0 0.625 5086 3539 0 0 0.562 2 interp_poly 5039 3504 0 0 0.625 5100 3477 0 0 0.625 5039 3504 0 0 0.625 2 interp_poly -47 -51 61 -27 5039 3504 3 MP PP 5039 3504 0 0 0.625 5100 3477 0 0 0.625 5039 3504 0 0 0.625 2 interp_poly 5100 3477 0 0 0.625 5053 3426 0 0 0.688 5100 3477 0 0 0.625 2 interp_poly 60 -16 -46 -22 5084 4008 3 MP PP 5084 4008 0 0 0.562 5038 3986 0 0 0.562 5084 4008 0 0 0.562 2 interp_poly 5038 3986 0 0 0.562 5098 3970 0 0 0.562 5038 3986 0 0 0.562 2 interp_poly -46 -22 60 -16 5038 3986 3 MP PP 5038 3986 0 0 0.562 5098 3970 0 0 0.562 5038 3986 0 0 0.562 2 interp_poly 5098 3970 0 0 0.562 5052 3948 0 0 0.562 5098 3970 0 0 0.562 2 interp_poly 61 30 -47 -171 5082 3238 3 MP PP 5082 3238 0 0 0.875 5035 3067 0 0.188 1 5082 3238 0 0 0.875 2 interp_poly 5035 3067 0 0.188 1 5096 3097 0 0.0625 1 5035 3067 0 0.188 1 2 interp_poly -47 -285 61 30 5035 3067 3 MP PP 5035 3067 0 0.188 1 5096 3097 0 0.0625 1 5035 3067 0 0.188 1 2 interp_poly 5096 3097 0 0.0625 1 5049 2812 0 0.562 1 5096 3097 0 0.0625 1 2 interp_poly 60 -17 -46 -22 5080 3871 3 MP PP 5080 3871 0 0 0.562 5034 3849 0 0 0.562 5080 3871 0 0 0.562 2 interp_poly 5034 3849 0 0 0.562 5094 3832 0 0 0.562 5034 3849 0 0 0.562 2 interp_poly -46 -22 60 -17 5034 3849 3 MP PP 5034 3849 0 0 0.562 5094 3832 0 0 0.562 5034 3849 0 0 0.562 2 interp_poly 5094 3832 0 0 0.562 5048 3810 0 0 0.562 5094 3832 0 0 0.562 2 interp_poly -46 217 60 79 5031 1462 3 MP PP 5031 1462 1 0.188 0 5091 1541 1 0.375 0 5031 1462 1 0.188 0 2 interp_poly 5091 1541 1 0.375 0 5045 1758 1 0.812 0 5091 1541 1 0.375 0 2 interp_poly 60 79 -46 -293 5077 1755 3 MP PP 5077 1755 1 0.688 0 5031 1462 1 0.188 0 5077 1755 1 0.688 0 2 interp_poly 5031 1462 1 0.188 0 5091 1541 1 0.375 0 5031 1462 1 0.188 0 2 interp_poly 61 -15 -47 -22 5076 3734 3 MP PP 5076 3734 0 0 0.562 5029 3712 0 0 0.562 5076 3734 0 0 0.562 2 interp_poly 5029 3712 0 0 0.562 5090 3697 0 0 0.562 5029 3712 0 0 0.562 2 interp_poly -47 -21 61 -15 5029 3712 3 MP PP 5029 3712 0 0 0.562 5090 3697 0 0 0.562 5029 3712 0 0 0.562 2 interp_poly 5090 3697 0 0 0.562 5043 3676 0 0 0.562 5090 3697 0 0 0.562 2 interp_poly 61 -29 -47 -25 5072 3593 3 MP PP 5072 3593 0 0 0.562 5025 3568 0 0 0.562 5072 3593 0 0 0.562 2 interp_poly 5025 3568 0 0 0.562 5086 3539 0 0 0.562 5025 3568 0 0 0.562 2 interp_poly -47 -35 61 -29 5025 3568 3 MP PP 5025 3568 0 0 0.562 5086 3539 0 0 0.562 5025 3568 0 0 0.562 2 interp_poly 5086 3539 0 0 0.562 5039 3504 0 0 0.625 5086 3539 0 0 0.562 2 interp_poly 60 -16 -46 -21 5070 4045 3 MP PP 5070 4045 0 0 0.562 5024 4024 0 0 0.562 5070 4045 0 0 0.562 2 interp_poly 5024 4024 0 0 0.562 5084 4008 0 0 0.562 5024 4024 0 0 0.562 2 interp_poly -46 -22 60 -16 5024 4024 3 MP PP 5024 4024 0 0 0.562 5084 4008 0 0 0.562 5024 4024 0 0 0.562 2 interp_poly 5084 4008 0 0 0.562 5038 3986 0 0 0.562 5084 4008 0 0 0.562 2 interp_poly 61 10 -46 -110 5067 3338 3 MP PP 5067 3338 0 0 0.75 5021 3228 0 0 0.938 5067 3338 0 0 0.75 2 interp_poly 5021 3228 0 0 0.938 5082 3238 0 0 0.875 5021 3228 0 0 0.938 2 interp_poly -47 -171 61 10 5021 3228 3 MP PP 5021 3228 0 0 0.938 5082 3238 0 0 0.875 5021 3228 0 0 0.938 2 interp_poly 5082 3238 0 0 0.875 5035 3067 0 0.188 1 5082 3238 0 0 0.875 2 interp_poly 60 -17 -46 -22 5066 3910 3 MP PP 5066 3910 0 0 0.562 5020 3888 0 0 0.562 5066 3910 0 0 0.562 2 interp_poly 5020 3888 0 0 0.562 5080 3871 0 0 0.562 5020 3888 0 0 0.562 2 interp_poly -46 -22 60 -17 5020 3888 3 MP PP 5020 3888 0 0 0.562 5080 3871 0 0 0.562 5020 3888 0 0 0.562 2 interp_poly 5080 3871 0 0 0.562 5034 3849 0 0 0.562 5080 3871 0 0 0.562 2 interp_poly -47 479 61 46 4984 1712 3 MP PP 4984 1712 1 0.688 0 5045 1758 1 0.812 0 4984 1712 1 0.688 0 2 interp_poly 5045 1758 1 0.812 0 4998 2237 0.375 1 0.688 5045 1758 1 0.812 0 2 interp_poly 60 -51 -46 -547 5063 2353 3 MP PP 5063 2353 0.375 1 0.688 5017 1806 1 0.75 0 5063 2353 0.375 1 0.688 2 interp_poly 5017 1806 1 0.75 0 5077 1755 1 0.688 0 5017 1806 1 0.75 0 2 interp_poly 61 46 -47 250 5031 1462 3 MP PP 5031 1462 1 0.188 0 4984 1712 1 0.688 0 5031 1462 1 0.188 0 2 interp_poly 4984 1712 1 0.688 0 5045 1758 1 0.812 0 4984 1712 1 0.688 0 2 interp_poly -46 -293 60 -51 5017 1806 3 MP PP 5017 1806 1 0.75 0 5077 1755 1 0.688 0 5017 1806 1 0.75 0 2 interp_poly 5077 1755 1 0.688 0 5031 1462 1 0.188 0 5077 1755 1 0.688 0 2 interp_poly 61 -15 -47 -22 5062 3771 3 MP PP 5062 3771 0 0 0.562 5015 3749 0 0 0.562 5062 3771 0 0 0.562 2 interp_poly 5015 3749 0 0 0.562 5076 3734 0 0 0.562 5015 3749 0 0 0.562 2 interp_poly -47 -22 61 -15 5015 3749 3 MP PP 5015 3749 0 0 0.562 5076 3734 0 0 0.562 5015 3749 0 0 0.562 2 interp_poly 5076 3734 0 0 0.562 5029 3712 0 0 0.562 5076 3734 0 0 0.562 2 interp_poly 61 -24 -47 -21 5058 3638 3 MP PP 5058 3638 0 0 0.562 5011 3617 0 0 0.562 5058 3638 0 0 0.562 2 interp_poly 5011 3617 0 0 0.562 5072 3593 0 0 0.562 5011 3617 0 0 0.562 2 interp_poly -47 -25 61 -24 5011 3617 3 MP PP 5011 3617 0 0 0.562 5072 3593 0 0 0.562 5011 3617 0 0 0.562 2 interp_poly 5072 3593 0 0 0.562 5025 3568 0 0 0.562 5072 3593 0 0 0.562 2 interp_poly 60 -17 -46 -21 5056 4083 3 MP PP 5056 4083 0 0 0.562 5010 4062 0 0 0.562 5056 4083 0 0 0.562 2 interp_poly 5010 4062 0 0 0.562 5070 4045 0 0 0.562 5010 4062 0 0 0.562 2 interp_poly -46 -21 60 -17 5010 4062 3 MP PP 5010 4062 0 0 0.562 5070 4045 0 0 0.562 5010 4062 0 0 0.562 2 interp_poly 5070 4045 0 0 0.562 5024 4024 0 0 0.562 5070 4045 0 0 0.562 2 interp_poly 60 -15 -46 -73 5053 3426 3 MP PP 5053 3426 0 0 0.688 5007 3353 0 0 0.75 5053 3426 0 0 0.688 2 interp_poly 5007 3353 0 0 0.75 5067 3338 0 0 0.75 5007 3353 0 0 0.75 2 interp_poly -46 -110 60 -15 5007 3353 3 MP PP 5007 3353 0 0 0.75 5067 3338 0 0 0.75 5007 3353 0 0 0.75 2 interp_poly 5067 3338 0 0 0.75 5021 3228 0 0 0.938 5067 3338 0 0 0.75 2 interp_poly 61 -16 -47 -22 5052 3948 3 MP PP 5052 3948 0 0 0.562 5005 3926 0 0 0.562 5052 3948 0 0 0.562 2 interp_poly 5005 3926 0 0 0.562 5066 3910 0 0 0.562 5005 3926 0 0 0.562 2 interp_poly -46 -22 61 -16 5005 3926 3 MP PP 5005 3926 0 0 0.562 5066 3910 0 0 0.562 5005 3926 0 0 0.562 2 interp_poly 5066 3910 0 0 0.562 5020 3888 0 0 0.562 5066 3910 0 0 0.562 2 interp_poly 60 -36 -46 -423 5049 2812 3 MP PP 5049 2812 0 0.562 1 5003 2389 0.312 1 0.75 5049 2812 0 0.562 1 2 interp_poly 5003 2389 0.312 1 0.75 5063 2353 0.375 1 0.688 5003 2389 0.312 1 0.75 2 interp_poly -46 -547 60 -36 5003 2389 3 MP PP 5003 2389 0.312 1 0.75 5063 2353 0.375 1 0.688 5003 2389 0.312 1 0.75 2 interp_poly 5063 2353 0.375 1 0.688 5017 1806 1 0.75 0 5063 2353 0.375 1 0.688 2 interp_poly 61 -16 -47 -23 5048 3810 3 MP PP 5048 3810 0 0 0.562 5001 3787 0 0 0.562 5048 3810 0 0 0.562 2 interp_poly 5001 3787 0 0 0.562 5062 3771 0 0 0.562 5001 3787 0 0 0.562 2 interp_poly -47 -22 61 -16 5001 3787 3 MP PP 5001 3787 0 0 0.562 5062 3771 0 0 0.562 5001 3787 0 0 0.562 2 interp_poly 5062 3771 0 0 0.562 5015 3749 0 0 0.562 5062 3771 0 0 0.562 2 interp_poly 61 -18 -46 -20 5043 3676 3 MP PP 5043 3676 0 0 0.562 4997 3656 0 0 0.562 5043 3676 0 0 0.562 2 interp_poly 4997 3656 0 0 0.562 5058 3638 0 0 0.562 4997 3656 0 0 0.562 2 interp_poly -47 -21 61 -18 4997 3656 3 MP PP 4997 3656 0 0 0.562 5058 3638 0 0 0.562 4997 3656 0 0 0.562 2 interp_poly 5058 3638 0 0 0.562 5011 3617 0 0 0.562 5058 3638 0 0 0.562 2 interp_poly 60 -16 -46 -22 5042 4121 3 MP PP 5042 4121 0 0 0.562 4996 4099 0 0 0.562 5042 4121 0 0 0.562 2 interp_poly 4996 4099 0 0 0.562 5056 4083 0 0 0.562 4996 4099 0 0 0.562 2 interp_poly -46 -21 60 -16 4996 4099 3 MP PP 4996 4099 0 0 0.562 5056 4083 0 0 0.562 4996 4099 0 0 0.562 2 interp_poly 5056 4083 0 0 0.562 5010 4062 0 0 0.562 5056 4083 0 0 0.562 2 interp_poly 60 -31 -46 -47 5039 3504 3 MP PP 5039 3504 0 0 0.625 4993 3457 0 0 0.625 5039 3504 0 0 0.625 2 interp_poly 4993 3457 0 0 0.625 5053 3426 0 0 0.688 4993 3457 0 0 0.625 2 interp_poly -46 -73 60 -31 4993 3457 3 MP PP 4993 3457 0 0 0.625 5053 3426 0 0 0.688 4993 3457 0 0 0.625 2 interp_poly 5053 3426 0 0 0.688 5007 3353 0 0 0.75 5053 3426 0 0 0.688 2 interp_poly 61 -17 -47 -21 5038 3986 3 MP PP 5038 3986 0 0 0.562 4991 3965 0 0 0.562 5038 3986 0 0 0.562 2 interp_poly 4991 3965 0 0 0.562 5052 3948 0 0 0.562 4991 3965 0 0 0.562 2 interp_poly -47 -22 61 -17 4991 3965 3 MP PP 4991 3965 0 0 0.562 5052 3948 0 0 0.562 4991 3965 0 0 0.562 2 interp_poly 5052 3948 0 0 0.562 5005 3926 0 0 0.562 5052 3948 0 0 0.562 2 interp_poly 60 12 -46 -267 5035 3067 3 MP PP 5035 3067 0 0.188 1 4989 2800 0 0.625 1 5035 3067 0 0.188 1 2 interp_poly 4989 2800 0 0.625 1 5049 2812 0 0.562 1 4989 2800 0 0.625 1 2 interp_poly -46 -423 60 12 4989 2800 3 MP PP 4989 2800 0 0.625 1 5049 2812 0 0.562 1 4989 2800 0 0.625 1 2 interp_poly 5049 2812 0 0.562 1 5003 2389 0.312 1 0.75 5049 2812 0 0.562 1 2 interp_poly 61 -16 -47 -23 5034 3849 3 MP PP 5034 3849 0 0 0.562 4987 3826 0 0 0.562 5034 3849 0 0 0.562 2 interp_poly 4987 3826 0 0 0.562 5048 3810 0 0 0.562 4987 3826 0 0 0.562 2 interp_poly -47 -23 61 -16 4987 3826 3 MP PP 4987 3826 0 0 0.562 5048 3810 0 0 0.562 4987 3826 0 0 0.562 2 interp_poly 5048 3810 0 0 0.562 5001 3787 0 0 0.562 5048 3810 0 0 0.562 2 interp_poly 60 -15 -46 -21 5029 3712 3 MP PP 5029 3712 0 0 0.562 4983 3691 0 0 0.562 5029 3712 0 0 0.562 2 interp_poly 4983 3691 0 0 0.562 5043 3676 0 0 0.562 4983 3691 0 0 0.562 2 interp_poly -46 -20 60 -15 4983 3691 3 MP PP 4983 3691 0 0 0.562 5043 3676 0 0 0.562 4983 3691 0 0 0.562 2 interp_poly 5043 3676 0 0 0.562 4997 3656 0 0 0.562 5043 3676 0 0 0.562 2 interp_poly -46 -22 61 -16 4981 4137 3 MP PP 4981 4137 0 0 0.562 5042 4121 0 0 0.562 4981 4137 0 0 0.562 2 interp_poly 5042 4121 0 0 0.562 4996 4099 0 0 0.562 5042 4121 0 0 0.562 2 interp_poly 60 -34 -46 -30 5025 3568 3 MP PP 5025 3568 0 0 0.562 4979 3538 0 0 0.562 5025 3568 0 0 0.562 2 interp_poly 4979 3538 0 0 0.562 5039 3504 0 0 0.625 4979 3538 0 0 0.562 2 interp_poly -46 -47 60 -34 4979 3538 3 MP PP 4979 3538 0 0 0.562 5039 3504 0 0 0.625 4979 3538 0 0 0.562 2 interp_poly 5039 3504 0 0 0.625 4993 3457 0 0 0.625 5039 3504 0 0 0.625 2 interp_poly 61 -16 -47 -22 5024 4024 3 MP PP 5024 4024 0 0 0.562 4977 4002 0 0 0.562 5024 4024 0 0 0.562 2 interp_poly 4977 4002 0 0 0.562 5038 3986 0 0 0.562 4977 4002 0 0 0.562 2 interp_poly -47 -21 61 -16 4977 4002 3 MP PP 4977 4002 0 0 0.562 5038 3986 0 0 0.562 4977 4002 0 0 0.562 2 interp_poly 5038 3986 0 0 0.562 4991 3965 0 0 0.562 5038 3986 0 0 0.562 2 interp_poly 61 10 -47 -171 5021 3228 3 MP PP 5021 3228 0 0 0.938 4974 3057 0 0.188 1 5021 3228 0 0 0.938 2 interp_poly 4974 3057 0 0.188 1 5035 3067 0 0.188 1 4974 3057 0 0.188 1 2 interp_poly -46 -267 61 10 4974 3057 3 MP PP 4974 3057 0 0.188 1 5035 3067 0 0.188 1 4974 3057 0 0.188 1 2 interp_poly 5035 3067 0 0.188 1 4989 2800 0 0.625 1 5035 3067 0 0.188 1 2 interp_poly 61 -17 -47 -22 5020 3888 3 MP PP 5020 3888 0 0 0.562 4973 3866 0 0 0.562 5020 3888 0 0 0.562 2 interp_poly 4973 3866 0 0 0.562 5034 3849 0 0 0.562 4973 3866 0 0 0.562 2 interp_poly -47 -23 61 -17 4973 3866 3 MP PP 4973 3866 0 0 0.562 5034 3849 0 0 0.562 4973 3866 0 0 0.562 2 interp_poly 5034 3849 0 0 0.562 4987 3826 0 0 0.562 5034 3849 0 0 0.562 2 interp_poly -47 250 61 -69 4970 1531 3 MP PP 4970 1531 1 0.25 0 5031 1462 1 0.188 0 4970 1531 1 0.25 0 2 interp_poly 5031 1462 1 0.188 0 4984 1712 1 0.688 0 5031 1462 1 0.188 0 2 interp_poly 61 -69 -47 -275 5017 1806 3 MP PP 5017 1806 1 0.75 0 4970 1531 1 0.25 0 5017 1806 1 0.75 0 2 interp_poly 4970 1531 1 0.25 0 5031 1462 1 0.188 0 4970 1531 1 0.25 0 2 interp_poly 60 -14 -46 -23 5015 3749 3 MP PP 5015 3749 0 0 0.562 4969 3726 0 0 0.562 5015 3749 0 0 0.562 2 interp_poly 4969 3726 0 0 0.562 5029 3712 0 0 0.562 4969 3726 0 0 0.562 2 interp_poly -46 -21 60 -14 4969 3726 3 MP PP 4969 3726 0 0 0.562 5029 3712 0 0 0.562 4969 3726 0 0 0.562 2 interp_poly 5029 3712 0 0 0.562 4983 3691 0 0 0.562 5029 3712 0 0 0.562 2 interp_poly 60 -27 -46 -22 5011 3617 3 MP PP 5011 3617 0 0 0.562 4965 3595 0 0 0.562 5011 3617 0 0 0.562 2 interp_poly 4965 3595 0 0 0.562 5025 3568 0 0 0.562 4965 3595 0 0 0.562 2 interp_poly -46 -30 60 -27 4965 3595 3 MP PP 4965 3595 0 0 0.562 5025 3568 0 0 0.562 4965 3595 0 0 0.562 2 interp_poly 5025 3568 0 0 0.562 4979 3538 0 0 0.562 5025 3568 0 0 0.562 2 interp_poly 61 -16 -47 -22 5010 4062 3 MP PP 5010 4062 0 0 0.562 4963 4040 0 0 0.562 5010 4062 0 0 0.562 2 interp_poly 4963 4040 0 0 0.562 5024 4024 0 0 0.562 4963 4040 0 0 0.562 2 interp_poly -47 -22 61 -16 4963 4040 3 MP PP 4963 4040 0 0 0.562 5024 4024 0 0 0.562 4963 4040 0 0 0.562 2 interp_poly 5024 4024 0 0 0.562 4977 4002 0 0 0.562 5024 4024 0 0 0.562 2 interp_poly 61 -15 -47 -110 5007 3353 3 MP PP 5007 3353 0 0 0.75 4960 3243 0 0 0.938 5007 3353 0 0 0.75 2 interp_poly 4960 3243 0 0 0.938 5021 3228 0 0 0.938 4960 3243 0 0 0.938 2 interp_poly -47 -171 61 -15 4960 3243 3 MP PP 4960 3243 0 0 0.938 5021 3228 0 0 0.938 4960 3243 0 0 0.938 2 interp_poly 5021 3228 0 0 0.938 4974 3057 0 0.188 1 5021 3228 0 0 0.938 2 interp_poly 61 -16 -46 -22 5005 3926 3 MP PP 5005 3926 0 0 0.562 4959 3904 0 0 0.562 5005 3926 0 0 0.562 2 interp_poly 4959 3904 0 0 0.562 5020 3888 0 0 0.562 4959 3904 0 0 0.562 2 interp_poly -47 -22 61 -16 4959 3904 3 MP PP 4959 3904 0 0 0.562 5020 3888 0 0 0.562 4959 3904 0 0 0.562 2 interp_poly 5020 3888 0 0 0.562 4973 3866 0 0 0.562 5020 3888 0 0 0.562 2 interp_poly -46 533 60 -51 4924 1763 3 MP PP 4924 1763 1 0.75 0 4984 1712 1 0.688 0 4924 1763 1 0.75 0 2 interp_poly 4984 1712 1 0.688 0 4938 2245 0.375 1 0.688 4984 1712 1 0.688 0 2 interp_poly -46 419 60 -8 4938 2245 3 MP PP 4938 2245 0.375 1 0.688 4998 2237 0.375 1 0.688 4938 2245 0.375 1 0.688 2 interp_poly 4998 2237 0.375 1 0.688 4952 2656 0 0.5 1 4998 2237 0.375 1 0.688 2 interp_poly 60 -8 -46 533 4984 1712 3 MP PP 4984 1712 1 0.688 0 4938 2245 0.375 1 0.688 4984 1712 1 0.688 0 2 interp_poly 4938 2245 0.375 1 0.688 4998 2237 0.375 1 0.688 4938 2245 0.375 1 0.688 2 interp_poly 61 -127 -47 -456 5003 2389 3 MP PP 5003 2389 0.312 1 0.75 4956 1933 1 0.938 0 5003 2389 0.312 1 0.75 2 interp_poly 4956 1933 1 0.938 0 5017 1806 1 0.75 0 4956 1933 1 0.938 0 2 interp_poly 60 -51 -46 232 4970 1531 3 MP PP 4970 1531 1 0.25 0 4924 1763 1 0.75 0 4970 1531 1 0.25 0 2 interp_poly 4924 1763 1 0.75 0 4984 1712 1 0.688 0 4924 1763 1 0.75 0 2 interp_poly -47 -275 61 -127 4956 1933 3 MP PP 4956 1933 1 0.938 0 5017 1806 1 0.75 0 4956 1933 1 0.938 0 2 interp_poly 5017 1806 1 0.75 0 4970 1531 1 0.25 0 5017 1806 1 0.75 0 2 interp_poly 60 -15 -46 -23 5001 3787 3 MP PP 5001 3787 0 0 0.562 4955 3764 0 0 0.562 5001 3787 0 0 0.562 2 interp_poly 4955 3764 0 0 0.562 5015 3749 0 0 0.562 4955 3764 0 0 0.562 2 interp_poly -46 -23 60 -15 4955 3764 3 MP PP 4955 3764 0 0 0.562 5015 3749 0 0 0.562 4955 3764 0 0 0.562 2 interp_poly 5015 3749 0 0 0.562 4969 3726 0 0 0.562 5015 3749 0 0 0.562 2 interp_poly 61 -19 -47 -20 4997 3656 3 MP PP 4997 3656 0 0 0.562 4950 3636 0 0 0.562 4997 3656 0 0 0.562 2 interp_poly 4950 3636 0 0 0.562 5011 3617 0 0 0.562 4950 3636 0 0 0.562 2 interp_poly -46 -22 61 -19 4950 3636 3 MP PP 4950 3636 0 0 0.562 5011 3617 0 0 0.562 4950 3636 0 0 0.562 2 interp_poly 5011 3617 0 0 0.562 4965 3595 0 0 0.562 5011 3617 0 0 0.562 2 interp_poly 61 -16 -47 -21 4996 4099 3 MP PP 4996 4099 0 0 0.562 4949 4078 0 0 0.562 4996 4099 0 0 0.562 2 interp_poly 4949 4078 0 0 0.562 5010 4062 0 0 0.562 4949 4078 0 0 0.562 2 interp_poly -47 -22 61 -16 4949 4078 3 MP PP 4949 4078 0 0 0.562 5010 4062 0 0 0.562 4949 4078 0 0 0.562 2 interp_poly 5010 4062 0 0 0.562 4963 4040 0 0 0.562 5010 4062 0 0 0.562 2 interp_poly 61 -37 -47 -67 4993 3457 3 MP PP 4993 3457 0 0 0.625 4946 3390 0 0 0.75 4993 3457 0 0 0.625 2 interp_poly 4946 3390 0 0 0.75 5007 3353 0 0 0.75 4946 3390 0 0 0.75 2 interp_poly -47 -110 61 -37 4946 3390 3 MP PP 4946 3390 0 0 0.75 5007 3353 0 0 0.75 4946 3390 0 0 0.75 2 interp_poly 5007 3353 0 0 0.75 4960 3243 0 0 0.938 5007 3353 0 0 0.75 2 interp_poly 60 -17 -46 -22 4991 3965 3 MP PP 4991 3965 0 0 0.562 4945 3943 0 0 0.562 4991 3965 0 0 0.562 2 interp_poly 4945 3943 0 0 0.562 5005 3926 0 0 0.562 4945 3943 0 0 0.562 2 interp_poly -46 -22 60 -17 4945 3943 3 MP PP 4945 3943 0 0 0.562 5005 3926 0 0 0.562 4945 3943 0 0 0.562 2 interp_poly 5005 3926 0 0 0.562 4959 3904 0 0 0.562 5005 3926 0 0 0.562 2 interp_poly 61 -38 -47 449 4938 2245 3 MP PP 4938 2245 0.375 1 0.688 4891 2694 0 0.5 1 4938 2245 0.375 1 0.688 2 interp_poly 4891 2694 0 0.5 1 4952 2656 0 0.5 1 4891 2694 0 0.5 1 2 interp_poly 61 -46 -47 -365 4989 2800 3 MP PP 4989 2800 0 0.625 1 4942 2435 0.25 1 0.812 4989 2800 0 0.625 1 2 interp_poly 4942 2435 0.25 1 0.812 5003 2389 0.312 1 0.75 4942 2435 0.25 1 0.812 2 interp_poly -47 -456 61 -46 4942 2435 3 MP PP 4942 2435 0.25 1 0.812 5003 2389 0.312 1 0.75 4942 2435 0.25 1 0.812 2 interp_poly 5003 2389 0.312 1 0.75 4956 1933 1 0.938 0 5003 2389 0.312 1 0.75 2 interp_poly 60 -16 -46 -23 4987 3826 3 MP PP 4987 3826 0 0 0.562 4941 3803 0 0 0.562 4987 3826 0 0 0.562 2 interp_poly 4941 3803 0 0 0.562 5001 3787 0 0 0.562 4941 3803 0 0 0.562 2 interp_poly -46 -23 60 -16 4941 3803 3 MP PP 4941 3803 0 0 0.562 5001 3787 0 0 0.562 4941 3803 0 0 0.562 2 interp_poly 5001 3787 0 0 0.562 4955 3764 0 0 0.562 5001 3787 0 0 0.562 2 interp_poly 61 -13 -47 -22 4983 3691 3 MP PP 4983 3691 0 0 0.562 4936 3669 0 0 0.562 4983 3691 0 0 0.562 2 interp_poly 4936 3669 0 0 0.562 4997 3656 0 0 0.562 4936 3669 0 0 0.562 2 interp_poly -47 -20 61 -13 4936 3669 3 MP PP 4936 3669 0 0 0.562 4997 3656 0 0 0.562 4936 3669 0 0 0.562 2 interp_poly 4997 3656 0 0 0.562 4950 3636 0 0 0.562 4997 3656 0 0 0.562 2 interp_poly 61 -16 -46 -22 4981 4137 3 MP PP 4981 4137 0 0 0.562 4935 4115 0 0 0.562 4981 4137 0 0 0.562 2 interp_poly 4935 4115 0 0 0.562 4996 4099 0 0 0.562 4935 4115 0 0 0.562 2 interp_poly -47 -21 61 -16 4935 4115 3 MP PP 4935 4115 0 0 0.562 4996 4099 0 0 0.562 4935 4115 0 0 0.562 2 interp_poly 4996 4099 0 0 0.562 4949 4078 0 0 0.562 4996 4099 0 0 0.562 2 interp_poly 61 -41 -47 -40 4979 3538 3 MP PP 4979 3538 0 0 0.562 4932 3498 0 0 0.625 4979 3538 0 0 0.562 2 interp_poly 4932 3498 0 0 0.625 4993 3457 0 0 0.625 4932 3498 0 0 0.625 2 interp_poly -47 -67 61 -41 4932 3498 3 MP PP 4932 3498 0 0 0.625 4993 3457 0 0 0.625 4932 3498 0 0 0.625 2 interp_poly 4993 3457 0 0 0.625 4946 3390 0 0 0.75 4993 3457 0 0 0.625 2 interp_poly 60 -16 -46 -21 4977 4002 3 MP PP 4977 4002 0 0 0.562 4931 3981 0 0 0.562 4977 4002 0 0 0.562 2 interp_poly 4931 3981 0 0 0.562 4991 3965 0 0 0.562 4931 3981 0 0 0.562 2 interp_poly -46 -22 60 -16 4931 3981 3 MP PP 4931 3981 0 0 0.562 4991 3965 0 0 0.562 4931 3981 0 0 0.562 2 interp_poly 4991 3965 0 0 0.562 4945 3943 0 0 0.562 4991 3965 0 0 0.562 2 interp_poly 61 -3 -46 -254 4974 3057 3 MP PP 4974 3057 0 0.188 1 4928 2803 0 0.625 1 4974 3057 0 0.188 1 2 interp_poly 4928 2803 0 0.625 1 4989 2800 0 0.625 1 4928 2803 0 0.625 1 2 interp_poly -47 253 61 -38 4891 2694 3 MP PP 4891 2694 0 0.5 1 4952 2656 0 0.5 1 4891 2694 0 0.5 1 2 interp_poly 4952 2656 0 0.5 1 4905 2909 0 0 1 4952 2656 0 0.5 1 2 interp_poly -47 -365 61 -3 4928 2803 3 MP PP 4928 2803 0 0.625 1 4989 2800 0 0.625 1 4928 2803 0 0.625 1 2 interp_poly 4989 2800 0 0.625 1 4942 2435 0.25 1 0.812 4989 2800 0 0.625 1 2 interp_poly 60 -17 -46 -23 4973 3866 3 MP PP 4973 3866 0 0 0.562 4927 3843 0 0 0.562 4973 3866 0 0 0.562 2 interp_poly 4927 3843 0 0 0.562 4987 3826 0 0 0.562 4927 3843 0 0 0.562 2 interp_poly -46 -23 60 -17 4927 3843 3 MP PP 4927 3843 0 0 0.562 4987 3826 0 0 0.562 4927 3843 0 0 0.562 2 interp_poly 4987 3826 0 0 0.562 4941 3803 0 0 0.562 4987 3826 0 0 0.562 2 interp_poly 61 -12 -47 -23 4969 3726 3 MP PP 4969 3726 0 0 0.562 4922 3703 0 0 0.562 4969 3726 0 0 0.562 2 interp_poly 4922 3703 0 0 0.562 4983 3691 0 0 0.562 4922 3703 0 0 0.562 2 interp_poly -47 -22 61 -12 4922 3703 3 MP PP 4922 3703 0 0 0.562 4983 3691 0 0 0.562 4922 3703 0 0 0.562 2 interp_poly 4983 3691 0 0 0.562 4936 3669 0 0 0.562 4983 3691 0 0 0.562 2 interp_poly -46 -22 60 -16 4921 4153 3 MP PP 4921 4153 0 0 0.562 4981 4137 0 0 0.562 4921 4153 0 0 0.562 2 interp_poly 4981 4137 0 0 0.562 4935 4115 0 0 0.562 4981 4137 0 0 0.562 2 interp_poly 61 -32 -47 -25 4965 3595 3 MP PP 4965 3595 0 0 0.562 4918 3570 0 0 0.562 4965 3595 0 0 0.562 2 interp_poly 4918 3570 0 0 0.562 4979 3538 0 0 0.562 4918 3570 0 0 0.562 2 interp_poly -47 -40 61 -32 4918 3570 3 MP PP 4918 3570 0 0 0.562 4979 3538 0 0 0.562 4918 3570 0 0 0.562 2 interp_poly 4979 3538 0 0 0.562 4932 3498 0 0 0.625 4979 3538 0 0 0.562 2 interp_poly 60 -17 -46 -21 4963 4040 3 MP PP 4963 4040 0 0 0.562 4917 4019 0 0 0.562 4963 4040 0 0 0.562 2 interp_poly 4917 4019 0 0 0.562 4977 4002 0 0 0.562 4917 4019 0 0 0.562 2 interp_poly -46 -21 60 -17 4917 4019 3 MP PP 4917 4019 0 0 0.562 4977 4002 0 0 0.562 4917 4019 0 0 0.562 2 interp_poly 4977 4002 0 0 0.562 4931 3981 0 0 0.562 4977 4002 0 0 0.562 2 interp_poly 60 -16 -46 -170 4960 3243 3 MP PP 4960 3243 0 0 0.938 4914 3073 0 0.188 1 4960 3243 0 0 0.938 2 interp_poly 4914 3073 0 0.188 1 4974 3057 0 0.188 1 4914 3073 0 0.188 1 2 interp_poly -46 -254 60 -16 4914 3073 3 MP PP 4914 3073 0 0.188 1 4974 3057 0 0.188 1 4914 3073 0 0.188 1 2 interp_poly 4974 3057 0 0.188 1 4928 2803 0 0.625 1 4974 3057 0 0.188 1 2 interp_poly 61 -16 -47 -22 4959 3904 3 MP PP 4959 3904 0 0 0.562 4912 3882 0 0 0.562 4959 3904 0 0 0.562 2 interp_poly 4912 3882 0 0 0.562 4973 3866 0 0 0.562 4912 3882 0 0 0.562 2 interp_poly -46 -23 61 -16 4912 3882 3 MP PP 4912 3882 0 0 0.562 4973 3866 0 0 0.562 4912 3882 0 0 0.562 2 interp_poly 4973 3866 0 0 0.562 4927 3843 0 0 0.562 4973 3866 0 0 0.562 2 interp_poly -47 504 61 -127 4863 1890 3 MP PP 4863 1890 1 0.938 0 4924 1763 1 0.75 0 4863 1890 1 0.938 0 2 interp_poly 4924 1763 1 0.75 0 4877 2267 0.375 1 0.688 4924 1763 1 0.75 0 2 interp_poly 61 -127 -47 180 4910 1710 3 MP PP 4910 1710 1 0.562 0 4863 1890 1 0.938 0 4910 1710 1 0.562 0 2 interp_poly 4863 1890 1 0.938 0 4924 1763 1 0.75 0 4863 1890 1 0.938 0 2 interp_poly 61 -22 -47 504 4924 1763 3 MP PP 4924 1763 1 0.75 0 4877 2267 0.375 1 0.688 4924 1763 1 0.75 0 2 interp_poly 4877 2267 0.375 1 0.688 4938 2245 0.375 1 0.688 4877 2267 0.375 1 0.688 2 interp_poly -46 232 60 -179 4910 1710 3 MP PP 4910 1710 1 0.562 0 4970 1531 1 0.25 0 4910 1710 1 0.562 0 2 interp_poly 4970 1531 1 0.25 0 4924 1763 1 0.75 0 4970 1531 1 0.25 0 2 interp_poly 60 -179 -46 -223 4956 1933 3 MP PP 4956 1933 1 0.938 0 4910 1710 1 0.562 0 4956 1933 1 0.938 0 2 interp_poly 4910 1710 1 0.562 0 4970 1531 1 0.25 0 4910 1710 1 0.562 0 2 interp_poly 61 -14 -47 -24 4955 3764 3 MP PP 4955 3764 0 0 0.562 4908 3740 0 0 0.562 4955 3764 0 0 0.562 2 interp_poly 4908 3740 0 0 0.562 4969 3726 0 0 0.562 4908 3740 0 0 0.562 2 interp_poly -47 -23 61 -14 4908 3740 3 MP PP 4908 3740 0 0 0.562 4969 3726 0 0 0.562 4908 3740 0 0 0.562 2 interp_poly 4969 3726 0 0 0.562 4922 3703 0 0 0.562 4969 3726 0 0 0.562 2 interp_poly 61 -20 -46 -21 4950 3636 3 MP PP 4950 3636 0 0 0.562 4904 3615 0 0 0.562 4950 3636 0 0 0.562 2 interp_poly 4904 3615 0 0 0.562 4965 3595 0 0 0.562 4904 3615 0 0 0.562 2 interp_poly -47 -25 61 -20 4904 3615 3 MP PP 4904 3615 0 0 0.562 4965 3595 0 0 0.562 4904 3615 0 0 0.562 2 interp_poly 4965 3595 0 0 0.562 4918 3570 0 0 0.562 4965 3595 0 0 0.562 2 interp_poly 60 -16 -46 -22 4949 4078 3 MP PP 4949 4078 0 0 0.562 4903 4056 0 0 0.562 4949 4078 0 0 0.562 2 interp_poly 4903 4056 0 0 0.562 4963 4040 0 0 0.562 4903 4056 0 0 0.562 2 interp_poly -46 -21 60 -16 4903 4056 3 MP PP 4903 4056 0 0 0.562 4963 4040 0 0 0.562 4903 4056 0 0 0.562 2 interp_poly 4963 4040 0 0 0.562 4917 4019 0 0 0.562 4963 4040 0 0 0.562 2 interp_poly 60 -41 -46 -106 4946 3390 3 MP PP 4946 3390 0 0 0.75 4900 3284 0 0 0.875 4946 3390 0 0 0.75 2 interp_poly 4900 3284 0 0 0.875 4960 3243 0 0 0.938 4900 3284 0 0 0.875 2 interp_poly -46 -170 60 -41 4900 3284 3 MP PP 4900 3284 0 0 0.875 4960 3243 0 0 0.938 4900 3284 0 0 0.875 2 interp_poly 4960 3243 0 0 0.938 4914 3073 0 0.188 1 4960 3243 0 0 0.938 2 interp_poly 61 -17 -47 -22 4945 3943 3 MP PP 4945 3943 0 0 0.562 4898 3921 0 0 0.562 4945 3943 0 0 0.562 2 interp_poly 4898 3921 0 0 0.562 4959 3904 0 0 0.562 4898 3921 0 0 0.562 2 interp_poly -47 -22 61 -17 4898 3921 3 MP PP 4898 3921 0 0 0.562 4959 3904 0 0 0.562 4898 3921 0 0 0.562 2 interp_poly 4959 3904 0 0 0.562 4912 3882 0 0 0.562 4959 3904 0 0 0.562 2 interp_poly -47 449 61 -22 4877 2267 3 MP PP 4877 2267 0.375 1 0.688 4938 2245 0.375 1 0.688 4877 2267 0.375 1 0.688 2 interp_poly 4938 2245 0.375 1 0.688 4891 2694 0 0.5 1 4938 2245 0.375 1 0.688 2 interp_poly 60 -133 -46 -369 4942 2435 3 MP PP 4942 2435 0.25 1 0.812 4896 2066 0.875 1 0.188 4942 2435 0.25 1 0.812 2 interp_poly 4896 2066 0.875 1 0.188 4956 1933 1 0.938 0 4896 2066 0.875 1 0.188 2 interp_poly -46 -223 60 -133 4896 2066 3 MP PP 4896 2066 0.875 1 0.188 4956 1933 1 0.938 0 4896 2066 0.875 1 0.188 2 interp_poly 4956 1933 1 0.938 0 4910 1710 1 0.562 0 4956 1933 1 0.938 0 2 interp_poly 61 -15 -47 -24 4941 3803 3 MP PP 4941 3803 0 0 0.562 4894 3779 0 0 0.562 4941 3803 0 0 0.562 2 interp_poly 4894 3779 0 0 0.562 4955 3764 0 0 0.562 4894 3779 0 0 0.562 2 interp_poly -47 -24 61 -15 4894 3779 3 MP PP 4894 3779 0 0 0.562 4955 3764 0 0 0.562 4894 3779 0 0 0.562 2 interp_poly 4955 3764 0 0 0.562 4908 3740 0 0 0.562 4955 3764 0 0 0.562 2 interp_poly 60 -12 -46 -21 4936 3669 3 MP PP 4936 3669 0 0 0.562 4890 3648 0 0 0.562 4936 3669 0 0 0.562 2 interp_poly 4890 3648 0 0 0.562 4950 3636 0 0 0.562 4890 3648 0 0 0.562 2 interp_poly -46 -21 60 -12 4890 3648 3 MP PP 4890 3648 0 0 0.562 4950 3636 0 0 0.562 4890 3648 0 0 0.562 2 interp_poly 4950 3636 0 0 0.562 4904 3615 0 0 0.562 4950 3636 0 0 0.562 2 interp_poly 61 -16 -47 -21 4935 4115 3 MP PP 4935 4115 0 0 0.562 4888 4094 0 0 0.562 4935 4115 0 0 0.562 2 interp_poly 4888 4094 0 0 0.562 4949 4078 0 0 0.562 4888 4094 0 0 0.562 2 interp_poly -46 -22 61 -16 4888 4094 3 MP PP 4888 4094 0 0 0.562 4949 4078 0 0 0.562 4888 4094 0 0 0.562 2 interp_poly 4949 4078 0 0 0.562 4903 4056 0 0 0.562 4949 4078 0 0 0.562 2 interp_poly 60 -49 -46 -59 4932 3498 3 MP PP 4932 3498 0 0 0.625 4886 3439 0 0 0.688 4932 3498 0 0 0.625 2 interp_poly 4886 3439 0 0 0.688 4946 3390 0 0 0.75 4886 3439 0 0 0.688 2 interp_poly -46 -106 60 -49 4886 3439 3 MP PP 4886 3439 0 0 0.688 4946 3390 0 0 0.75 4886 3439 0 0 0.688 2 interp_poly 4946 3390 0 0 0.75 4900 3284 0 0 0.875 4946 3390 0 0 0.75 2 interp_poly 61 -16 -47 -22 4931 3981 3 MP PP 4931 3981 0 0 0.562 4884 3959 0 0 0.562 4931 3981 0 0 0.562 2 interp_poly 4884 3959 0 0 0.562 4945 3943 0 0 0.562 4884 3959 0 0 0.562 2 interp_poly -47 -22 61 -16 4884 3959 3 MP PP 4884 3959 0 0 0.562 4945 3943 0 0 0.562 4884 3959 0 0 0.562 2 interp_poly 4945 3943 0 0 0.562 4898 3921 0 0 0.562 4945 3943 0 0 0.562 2 interp_poly 60 -5 -46 432 4877 2267 3 MP PP 4877 2267 0.375 1 0.688 4831 2699 0 0.5 1 4877 2267 0.375 1 0.688 2 interp_poly 4831 2699 0 0.5 1 4891 2694 0 0.5 1 4831 2699 0 0.5 1 2 interp_poly 61 -37 -47 -331 4928 2803 3 MP PP 4928 2803 0 0.625 1 4881 2472 0.25 1 0.812 4928 2803 0 0.625 1 2 interp_poly 4881 2472 0.25 1 0.812 4942 2435 0.25 1 0.812 4881 2472 0.25 1 0.812 2 interp_poly -46 -369 61 -37 4881 2472 3 MP PP 4881 2472 0.25 1 0.812 4942 2435 0.25 1 0.812 4881 2472 0.25 1 0.812 2 interp_poly 4942 2435 0.25 1 0.812 4896 2066 0.875 1 0.188 4942 2435 0.25 1 0.812 2 interp_poly 61 -17 -47 -23 4927 3843 3 MP PP 4927 3843 0 0 0.562 4880 3820 0 0 0.562 4927 3843 0 0 0.562 2 interp_poly 4880 3820 0 0 0.562 4941 3803 0 0 0.562 4880 3820 0 0 0.562 2 interp_poly -47 -24 61 -17 4880 3820 3 MP PP 4880 3820 0 0 0.562 4941 3803 0 0 0.562 4880 3820 0 0 0.562 2 interp_poly 4941 3803 0 0 0.562 4894 3779 0 0 0.562 4941 3803 0 0 0.562 2 interp_poly 60 -11 -46 -23 4922 3703 3 MP PP 4922 3703 0 0 0.562 4876 3680 0 0 0.562 4922 3703 0 0 0.562 2 interp_poly 4876 3680 0 0 0.562 4936 3669 0 0 0.562 4876 3680 0 0 0.562 2 interp_poly -46 -21 60 -11 4876 3680 3 MP PP 4876 3680 0 0 0.562 4936 3669 0 0 0.562 4876 3680 0 0 0.562 2 interp_poly 4936 3669 0 0 0.562 4890 3648 0 0 0.562 4936 3669 0 0 0.562 2 interp_poly 61 -17 -47 -21 4921 4153 3 MP PP 4921 4153 0 0 0.562 4874 4132 0 0 0.562 4921 4153 0 0 0.562 2 interp_poly 4874 4132 0 0 0.562 4935 4115 0 0 0.562 4874 4132 0 0 0.562 2 interp_poly -47 -21 61 -17 4874 4132 3 MP PP 4874 4132 0 0 0.562 4935 4115 0 0 0.562 4874 4132 0 0 0.562 2 interp_poly 4935 4115 0 0 0.562 4888 4094 0 0 0.562 4935 4115 0 0 0.562 2 interp_poly 60 -40 -46 -32 4918 3570 3 MP PP 4918 3570 0 0 0.562 4872 3538 0 0 0.562 4918 3570 0 0 0.562 2 interp_poly 4872 3538 0 0 0.562 4932 3498 0 0 0.625 4872 3538 0 0 0.562 2 interp_poly -46 -59 60 -40 4872 3538 3 MP PP 4872 3538 0 0 0.562 4932 3498 0 0 0.625 4872 3538 0 0 0.562 2 interp_poly 4932 3498 0 0 0.625 4886 3439 0 0 0.688 4932 3498 0 0 0.625 2 interp_poly 61 -16 -47 -22 4917 4019 3 MP PP 4917 4019 0 0 0.562 4870 3997 0 0 0.562 4917 4019 0 0 0.562 2 interp_poly 4870 3997 0 0 0.562 4931 3981 0 0 0.562 4870 3997 0 0 0.562 2 interp_poly -47 -22 61 -16 4870 3997 3 MP PP 4870 3997 0 0 0.562 4931 3981 0 0 0.562 4870 3997 0 0 0.562 2 interp_poly 4931 3981 0 0 0.562 4884 3959 0 0 0.562 4931 3981 0 0 0.562 2 interp_poly -46 258 60 -5 4831 2699 3 MP PP 4831 2699 0 0.5 1 4891 2694 0 0.5 1 4831 2699 0 0.5 1 2 interp_poly 4891 2694 0 0.5 1 4845 2952 0 0 1 4891 2694 0 0.5 1 2 interp_poly -46 122 60 -43 4845 2952 3 MP PP 4845 2952 0 0 1 4905 2909 0 0 1 4845 2952 0 0 1 2 interp_poly 4905 2909 0 0 1 4859 3031 0 0 0.75 4905 2909 0 0 1 2 interp_poly 60 -43 -46 258 4891 2694 3 MP PP 4891 2694 0 0.5 1 4845 2952 0 0 1 4891 2694 0 0.5 1 2 interp_poly 4845 2952 0 0 1 4905 2909 0 0 1 4845 2952 0 0 1 2 interp_poly 61 -16 -47 -254 4914 3073 3 MP PP 4914 3073 0 0.188 1 4867 2819 0 0.625 1 4914 3073 0 0.188 1 2 interp_poly 4867 2819 0 0.625 1 4928 2803 0 0.625 1 4867 2819 0 0.625 1 2 interp_poly -47 -331 61 -16 4867 2819 3 MP PP 4867 2819 0 0.625 1 4928 2803 0 0.625 1 4867 2819 0 0.625 1 2 interp_poly 4928 2803 0 0.625 1 4881 2472 0.25 1 0.812 4928 2803 0 0.625 1 2 interp_poly 61 -17 -46 -22 4912 3882 3 MP PP 4912 3882 0 0 0.562 4866 3860 0 0 0.562 4912 3882 0 0 0.562 2 interp_poly 4866 3860 0 0 0.562 4927 3843 0 0 0.562 4866 3860 0 0 0.562 2 interp_poly -47 -23 61 -17 4866 3860 3 MP PP 4866 3860 0 0 0.562 4927 3843 0 0 0.562 4866 3860 0 0 0.562 2 interp_poly 4927 3843 0 0 0.562 4880 3820 0 0 0.562 4927 3843 0 0 0.562 2 interp_poly 60 -12 -46 -25 4908 3740 3 MP PP 4908 3740 0 0 0.562 4862 3715 0 0 0.562 4908 3740 0 0 0.562 2 interp_poly 4862 3715 0 0 0.562 4922 3703 0 0 0.562 4862 3715 0 0 0.562 2 interp_poly -46 -23 60 -12 4862 3715 3 MP PP 4862 3715 0 0 0.562 4922 3703 0 0 0.562 4862 3715 0 0 0.562 2 interp_poly 4922 3703 0 0 0.562 4876 3680 0 0 0.562 4922 3703 0 0 0.562 2 interp_poly -47 -21 61 -16 4860 4169 3 MP PP 4860 4169 0 0 0.562 4921 4153 0 0 0.562 4860 4169 0 0 0.562 2 interp_poly 4921 4153 0 0 0.562 4874 4132 0 0 0.562 4921 4153 0 0 0.562 2 interp_poly 61 -23 -47 -22 4904 3615 3 MP PP 4904 3615 0 0 0.562 4857 3593 0 0 0.562 4904 3615 0 0 0.562 2 interp_poly 4857 3593 0 0 0.562 4918 3570 0 0 0.562 4857 3593 0 0 0.562 2 interp_poly -46 -32 61 -23 4857 3593 3 MP PP 4857 3593 0 0 0.562 4918 3570 0 0 0.562 4857 3593 0 0 0.562 2 interp_poly 4918 3570 0 0 0.562 4872 3538 0 0 0.562 4918 3570 0 0 0.562 2 interp_poly 61 -16 -47 -21 4903 4056 3 MP PP 4903 4056 0 0 0.562 4856 4035 0 0 0.562 4903 4056 0 0 0.562 2 interp_poly 4856 4035 0 0 0.562 4917 4019 0 0 0.562 4856 4035 0 0 0.562 2 interp_poly -47 -22 61 -16 4856 4035 3 MP PP 4856 4035 0 0 0.562 4917 4019 0 0 0.562 4856 4035 0 0 0.562 2 interp_poly 4917 4019 0 0 0.562 4870 3997 0 0 0.562 4917 4019 0 0 0.562 2 interp_poly 61 -40 -47 -171 4900 3284 3 MP PP 4900 3284 0 0 0.875 4853 3113 0 0.188 1 4900 3284 0 0 0.875 2 interp_poly 4853 3113 0 0.188 1 4914 3073 0 0.188 1 4853 3113 0 0.188 1 2 interp_poly -47 47 61 -39 4798 3070 3 MP PP 4798 3070 0 0 0.688 4859 3031 0 0 0.75 4798 3070 0 0 0.688 2 interp_poly 4859 3031 0 0 0.75 4812 3078 0 0 0.625 4859 3031 0 0 0.75 2 interp_poly 61 -39 -47 118 4845 2952 3 MP PP 4845 2952 0 0 1 4798 3070 0 0 0.688 4845 2952 0 0 1 2 interp_poly 4798 3070 0 0 0.688 4859 3031 0 0 0.75 4798 3070 0 0 0.688 2 interp_poly -47 -254 61 -40 4853 3113 3 MP PP 4853 3113 0 0.188 1 4914 3073 0 0.188 1 4853 3113 0 0.188 1 2 interp_poly 4914 3073 0 0.188 1 4867 2819 0 0.625 1 4914 3073 0 0.188 1 2 interp_poly 60 -17 -46 -22 4898 3921 3 MP PP 4898 3921 0 0 0.562 4852 3899 0 0 0.562 4898 3921 0 0 0.562 2 interp_poly 4852 3899 0 0 0.562 4912 3882 0 0 0.562 4852 3899 0 0 0.562 2 interp_poly -46 -22 60 -17 4852 3899 3 MP PP 4852 3899 0 0 0.562 4912 3882 0 0 0.562 4852 3899 0 0 0.562 2 interp_poly 4912 3882 0 0 0.562 4866 3860 0 0 0.562 4912 3882 0 0 0.562 2 interp_poly -46 414 60 -133 4803 2023 3 MP PP 4803 2023 0.875 1 0.188 4863 1890 1 0.938 0 4803 2023 0.875 1 0.188 2 interp_poly 4863 1890 1 0.938 0 4817 2304 0.312 1 0.75 4863 1890 1 0.938 0 2 interp_poly 60 -133 -46 133 4849 1890 3 MP PP 4849 1890 1 0.875 0 4803 2023 0.875 1 0.188 4849 1890 1 0.875 0 2 interp_poly 4803 2023 0.875 1 0.188 4863 1890 1 0.938 0 4803 2023 0.875 1 0.188 2 interp_poly 60 -37 -46 414 4863 1890 3 MP PP 4863 1890 1 0.938 0 4817 2304 0.312 1 0.75 4863 1890 1 0.938 0 2 interp_poly 4817 2304 0.312 1 0.75 4877 2267 0.375 1 0.688 4817 2304 0.312 1 0.75 2 interp_poly -47 180 61 -180 4849 1890 3 MP PP 4849 1890 1 0.875 0 4910 1710 1 0.562 0 4849 1890 1 0.875 0 2 interp_poly 4910 1710 1 0.562 0 4863 1890 1 0.938 0 4910 1710 1 0.562 0 2 interp_poly 61 -180 -47 -176 4896 2066 3 MP PP 4896 2066 0.875 1 0.188 4849 1890 1 0.875 0 4896 2066 0.875 1 0.188 2 interp_poly 4849 1890 1 0.875 0 4910 1710 1 0.562 0 4849 1890 1 0.875 0 2 interp_poly 60 -15 -46 -24 4894 3779 3 MP PP 4894 3779 0 0 0.562 4848 3755 0 0 0.562 4894 3779 0 0 0.562 2 interp_poly 4848 3755 0 0 0.562 4908 3740 0 0 0.562 4848 3755 0 0 0.562 2 interp_poly -46 -25 60 -15 4848 3755 3 MP PP 4848 3755 0 0 0.562 4908 3740 0 0 0.562 4848 3755 0 0 0.562 2 interp_poly 4908 3740 0 0 0.562 4862 3715 0 0 0.562 4908 3740 0 0 0.562 2 interp_poly 61 -11 -47 -22 4890 3648 3 MP PP 4890 3648 0 0 0.562 4843 3626 0 0 0.562 4890 3648 0 0 0.562 2 interp_poly 4843 3626 0 0 0.562 4904 3615 0 0 0.562 4843 3626 0 0 0.562 2 interp_poly -47 -22 61 -11 4843 3626 3 MP PP 4843 3626 0 0 0.562 4904 3615 0 0 0.562 4843 3626 0 0 0.562 2 interp_poly 4904 3615 0 0 0.562 4857 3593 0 0 0.562 4904 3615 0 0 0.562 2 interp_poly 61 -17 -46 -21 4888 4094 3 MP PP 4888 4094 0 0 0.562 4842 4073 0 0 0.562 4888 4094 0 0 0.562 2 interp_poly 4842 4073 0 0 0.562 4903 4056 0 0 0.562 4842 4073 0 0 0.562 2 interp_poly -47 -21 61 -17 4842 4073 3 MP PP 4842 4073 0 0 0.562 4903 4056 0 0 0.562 4842 4073 0 0 0.562 2 interp_poly 4903 4056 0 0 0.562 4856 4035 0 0 0.562 4903 4056 0 0 0.562 2 interp_poly 61 -58 -47 -97 4886 3439 3 MP PP 4886 3439 0 0 0.688 4839 3342 0 0 0.812 4886 3439 0 0 0.688 2 interp_poly 4839 3342 0 0 0.812 4900 3284 0 0 0.875 4839 3342 0 0 0.812 2 interp_poly -47 -171 61 -58 4839 3342 3 MP PP 4839 3342 0 0 0.812 4900 3284 0 0 0.875 4839 3342 0 0 0.812 2 interp_poly 4900 3284 0 0 0.875 4853 3113 0 0.188 1 4900 3284 0 0 0.875 2 interp_poly 60 -16 -46 -22 4884 3959 3 MP PP 4884 3959 0 0 0.562 4838 3937 0 0 0.562 4884 3959 0 0 0.562 2 interp_poly 4838 3937 0 0 0.562 4898 3921 0 0 0.562 4838 3937 0 0 0.562 2 interp_poly -46 -22 60 -16 4838 3937 3 MP PP 4838 3937 0 0 0.562 4898 3921 0 0 0.562 4838 3937 0 0 0.562 2 interp_poly 4898 3921 0 0 0.562 4852 3899 0 0 0.562 4898 3921 0 0 0.562 2 interp_poly -46 432 60 -37 4817 2304 3 MP PP 4817 2304 0.312 1 0.75 4877 2267 0.375 1 0.688 4817 2304 0.312 1 0.75 2 interp_poly 4877 2267 0.375 1 0.688 4831 2699 0 0.5 1 4877 2267 0.375 1 0.688 2 interp_poly 61 -86 -46 -320 4881 2472 3 MP PP 4881 2472 0.25 1 0.812 4835 2152 0.75 1 0.312 4881 2472 0.25 1 0.812 2 interp_poly 4835 2152 0.75 1 0.312 4896 2066 0.875 1 0.188 4835 2152 0.75 1 0.312 2 interp_poly -47 -176 61 -86 4835 2152 3 MP PP 4835 2152 0.75 1 0.312 4896 2066 0.875 1 0.188 4835 2152 0.75 1 0.312 2 interp_poly 4896 2066 0.875 1 0.188 4849 1890 1 0.875 0 4896 2066 0.875 1 0.188 2 interp_poly 60 -17 -46 -24 4880 3820 3 MP PP 4880 3820 0 0 0.562 4834 3796 0 0 0.562 4880 3820 0 0 0.562 2 interp_poly 4834 3796 0 0 0.562 4894 3779 0 0 0.562 4834 3796 0 0 0.562 2 interp_poly -46 -24 60 -17 4834 3796 3 MP PP 4834 3796 0 0 0.562 4894 3779 0 0 0.562 4834 3796 0 0 0.562 2 interp_poly 4894 3779 0 0 0.562 4848 3755 0 0 0.562 4894 3779 0 0 0.562 2 interp_poly 61 -8 -47 -24 4876 3680 3 MP PP 4876 3680 0 0 0.562 4829 3656 0 0 0.562 4876 3680 0 0 0.562 2 interp_poly 4829 3656 0 0 0.562 4890 3648 0 0 0.562 4829 3656 0 0 0.562 2 interp_poly -47 -22 61 -8 4829 3656 3 MP PP 4829 3656 0 0 0.562 4890 3648 0 0 0.562 4829 3656 0 0 0.562 2 interp_poly 4890 3648 0 0 0.562 4843 3626 0 0 0.562 4890 3648 0 0 0.562 2 interp_poly 60 -16 -46 -22 4874 4132 3 MP PP 4874 4132 0 0 0.562 4828 4110 0 0 0.562 4874 4132 0 0 0.562 2 interp_poly 4828 4110 0 0 0.562 4888 4094 0 0 0.562 4828 4110 0 0 0.562 2 interp_poly -46 -21 60 -16 4828 4110 3 MP PP 4828 4110 0 0 0.562 4888 4094 0 0 0.562 4828 4110 0 0 0.562 2 interp_poly 4888 4094 0 0 0.562 4842 4073 0 0 0.562 4888 4094 0 0 0.562 2 interp_poly 61 -50 -47 -49 4872 3538 3 MP PP 4872 3538 0 0 0.562 4825 3489 0 0 0.625 4872 3538 0 0 0.562 2 interp_poly 4825 3489 0 0 0.625 4886 3439 0 0 0.688 4825 3489 0 0 0.625 2 interp_poly -47 -97 61 -50 4825 3489 3 MP PP 4825 3489 0 0 0.625 4886 3439 0 0 0.688 4825 3489 0 0 0.625 2 interp_poly 4886 3439 0 0 0.688 4839 3342 0 0 0.812 4886 3439 0 0 0.688 2 interp_poly 60 -17 -46 -21 4870 3997 3 MP PP 4870 3997 0 0 0.562 4824 3976 0 0 0.562 4870 3997 0 0 0.562 2 interp_poly 4824 3976 0 0 0.562 4884 3959 0 0 0.562 4824 3976 0 0 0.562 2 interp_poly -46 -22 60 -17 4824 3976 3 MP PP 4824 3976 0 0 0.562 4884 3959 0 0 0.562 4824 3976 0 0 0.562 2 interp_poly 4884 3959 0 0 0.562 4838 3937 0 0 0.562 4884 3959 0 0 0.562 2 interp_poly 61 16 -47 379 4817 2304 3 MP PP 4817 2304 0.312 1 0.75 4770 2683 0 0.562 1 4817 2304 0.312 1 0.75 2 interp_poly 4770 2683 0 0.562 1 4831 2699 0 0.5 1 4770 2683 0 0.562 1 2 interp_poly 60 -17 -46 -330 4867 2819 3 MP PP 4867 2819 0 0.625 1 4821 2489 0.188 1 0.875 4867 2819 0 0.625 1 2 interp_poly 4821 2489 0.188 1 0.875 4881 2472 0.25 1 0.812 4821 2489 0.188 1 0.875 2 interp_poly -46 -320 60 -17 4821 2489 3 MP PP 4821 2489 0.188 1 0.875 4881 2472 0.25 1 0.812 4821 2489 0.188 1 0.875 2 interp_poly 4881 2472 0.25 1 0.812 4835 2152 0.75 1 0.312 4881 2472 0.25 1 0.812 2 interp_poly 61 -17 -47 -23 4866 3860 3 MP PP 4866 3860 0 0 0.562 4819 3837 0 0 0.562 4866 3860 0 0 0.562 2 interp_poly 4819 3837 0 0 0.562 4880 3820 0 0 0.562 4819 3837 0 0 0.562 2 interp_poly -46 -24 61 -17 4819 3837 3 MP PP 4819 3837 0 0 0.562 4880 3820 0 0 0.562 4819 3837 0 0 0.562 2 interp_poly 4880 3820 0 0 0.562 4834 3796 0 0 0.562 4880 3820 0 0 0.562 2 interp_poly 61 -10 -47 -25 4862 3715 3 MP PP 4862 3715 0 0 0.562 4815 3690 0 0 0.562 4862 3715 0 0 0.562 2 interp_poly 4815 3690 0 0 0.562 4876 3680 0 0 0.562 4815 3690 0 0 0.562 2 interp_poly -47 -24 61 -10 4815 3690 3 MP PP 4815 3690 0 0 0.562 4876 3680 0 0 0.562 4815 3690 0 0 0.562 2 interp_poly 4876 3680 0 0 0.562 4829 3656 0 0 0.562 4876 3680 0 0 0.562 2 interp_poly 60 -16 -46 -21 4860 4169 3 MP PP 4860 4169 0 0 0.562 4814 4148 0 0 0.562 4860 4169 0 0 0.562 2 interp_poly 4814 4148 0 0 0.562 4874 4132 0 0 0.562 4814 4148 0 0 0.562 2 interp_poly -46 -22 60 -16 4814 4148 3 MP PP 4814 4148 0 0 0.562 4874 4132 0 0 0.562 4814 4148 0 0 0.562 2 interp_poly 4874 4132 0 0 0.562 4828 4110 0 0 0.562 4874 4132 0 0 0.562 2 interp_poly 61 -26 -46 -29 4857 3593 3 MP PP 4857 3593 0 0 0.562 4811 3564 0 0 0.562 4857 3593 0 0 0.562 2 interp_poly 4811 3564 0 0 0.562 4872 3538 0 0 0.562 4811 3564 0 0 0.562 2 interp_poly -47 -49 61 -26 4811 3564 3 MP PP 4811 3564 0 0 0.562 4872 3538 0 0 0.562 4811 3564 0 0 0.562 2 interp_poly 4872 3538 0 0 0.562 4825 3489 0 0 0.625 4872 3538 0 0 0.562 2 interp_poly 60 -17 -46 -21 4856 4035 3 MP PP 4856 4035 0 0 0.562 4810 4014 0 0 0.562 4856 4035 0 0 0.562 2 interp_poly 4810 4014 0 0 0.562 4870 3997 0 0 0.562 4810 4014 0 0 0.562 2 interp_poly -46 -21 60 -17 4810 4014 3 MP PP 4810 4014 0 0 0.562 4870 3997 0 0 0.562 4810 4014 0 0 0.562 2 interp_poly 4870 3997 0 0 0.562 4824 3976 0 0 0.562 4870 3997 0 0 0.562 2 interp_poly -47 118 61 -3 4784 2955 3 MP PP 4784 2955 0 0 1 4845 2952 0 0 1 4784 2955 0 0 1 2 interp_poly 4845 2952 0 0 1 4798 3070 0 0 0.688 4845 2952 0 0 1 2 interp_poly 61 -3 -47 256 4831 2699 3 MP PP 4831 2699 0 0.5 1 4784 2955 0 0 1 4831 2699 0 0.5 1 2 interp_poly 4784 2955 0 0 1 4845 2952 0 0 1 4784 2955 0 0 1 2 interp_poly 60 -28 -46 -266 4853 3113 3 MP PP 4853 3113 0 0.188 1 4807 2847 0 0.625 1 4853 3113 0 0.188 1 2 interp_poly 4807 2847 0 0.625 1 4867 2819 0 0.625 1 4807 2847 0 0.625 1 2 interp_poly -47 256 61 16 4770 2683 3 MP PP 4770 2683 0 0.562 1 4831 2699 0 0.5 1 4770 2683 0 0.562 1 2 interp_poly 4831 2699 0 0.5 1 4784 2955 0 0 1 4831 2699 0 0.5 1 2 interp_poly -46 -330 60 -28 4807 2847 3 MP PP 4807 2847 0 0.625 1 4867 2819 0 0.625 1 4807 2847 0 0.625 1 2 interp_poly 4867 2819 0 0.625 1 4821 2489 0.188 1 0.875 4867 2819 0 0.625 1 2 interp_poly 61 -17 -47 -22 4852 3899 3 MP PP 4852 3899 0 0 0.562 4805 3877 0 0 0.562 4852 3899 0 0 0.562 2 interp_poly 4805 3877 0 0 0.562 4866 3860 0 0 0.562 4805 3877 0 0 0.562 2 interp_poly -47 -23 61 -17 4805 3877 3 MP PP 4805 3877 0 0 0.562 4866 3860 0 0 0.562 4805 3877 0 0 0.562 2 interp_poly 4866 3860 0 0 0.562 4819 3837 0 0 0.562 4866 3860 0 0 0.562 2 interp_poly 61 -15 -47 -25 4848 3755 3 MP PP 4848 3755 0 0 0.562 4801 3730 0 0 0.562 4848 3755 0 0 0.562 2 interp_poly 4801 3730 0 0 0.562 4862 3715 0 0 0.562 4801 3730 0 0 0.562 2 interp_poly -47 -25 61 -15 4801 3730 3 MP PP 4801 3730 0 0 0.562 4862 3715 0 0 0.562 4801 3730 0 0 0.562 2 interp_poly 4862 3715 0 0 0.562 4815 3690 0 0 0.562 4862 3715 0 0 0.562 2 interp_poly -46 -21 60 -17 4800 4186 3 MP PP 4800 4186 0 0 0.562 4860 4169 0 0 0.562 4800 4186 0 0 0.562 2 interp_poly 4860 4169 0 0 0.562 4814 4148 0 0 0.562 4860 4169 0 0 0.562 2 interp_poly 60 -9 -46 -24 4843 3626 3 MP PP 4843 3626 0 0 0.562 4797 3602 0 0 0.562 4843 3626 0 0 0.562 2 interp_poly 4797 3602 0 0 0.562 4857 3593 0 0 0.562 4797 3602 0 0 0.562 2 interp_poly -46 -29 60 -9 4797 3602 3 MP PP 4797 3602 0 0 0.562 4857 3593 0 0 0.562 4797 3602 0 0 0.562 2 interp_poly 4857 3593 0 0 0.562 4811 3564 0 0 0.562 4857 3593 0 0 0.562 2 interp_poly 61 -16 -47 -22 4842 4073 3 MP PP 4842 4073 0 0 0.562 4795 4051 0 0 0.562 4842 4073 0 0 0.562 2 interp_poly 4795 4051 0 0 0.562 4856 4035 0 0 0.562 4795 4051 0 0 0.562 2 interp_poly -46 -21 61 -16 4795 4051 3 MP PP 4795 4051 0 0 0.562 4856 4035 0 0 0.562 4795 4051 0 0 0.562 2 interp_poly 4856 4035 0 0 0.562 4810 4014 0 0 0.562 4856 4035 0 0 0.562 2 interp_poly 60 -60 -46 -169 4839 3342 3 MP PP 4839 3342 0 0 0.812 4793 3173 0 0.0625 1 4839 3342 0 0 0.812 2 interp_poly 4793 3173 0 0.0625 1 4853 3113 0 0.188 1 4793 3173 0 0.0625 1 2 interp_poly -47 -9 61 -28 4705 3115 3 MP PP 4705 3115 0 0 0.562 4766 3087 0 0 0.562 4705 3115 0 0 0.562 2 interp_poly 4766 3087 0 0 0.562 4719 3078 0 0 0.562 4766 3087 0 0 0.562 2 interp_poly 61 -28 -47 4 4752 3111 3 MP PP 4752 3111 0 0 0.625 4705 3115 0 0 0.562 4752 3111 0 0 0.625 2 interp_poly 4705 3115 0 0 0.562 4766 3087 0 0 0.562 4705 3115 0 0 0.562 2 interp_poly -46 9 60 -33 4752 3111 3 MP PP 4752 3111 0 0 0.625 4812 3078 0 0 0.625 4752 3111 0 0 0.625 2 interp_poly 4812 3078 0 0 0.625 4766 3087 0 0 0.562 4812 3078 0 0 0.625 2 interp_poly -46 41 60 -4 4738 3074 3 MP PP 4738 3074 0 0 0.75 4798 3070 0 0 0.688 4738 3074 0 0 0.75 2 interp_poly 4798 3070 0 0 0.688 4752 3111 0 0 0.625 4798 3070 0 0 0.688 2 interp_poly 60 -4 -46 119 4784 2955 3 MP PP 4784 2955 0 0 1 4738 3074 0 0 0.75 4784 2955 0 0 1 2 interp_poly 4738 3074 0 0 0.75 4798 3070 0 0 0.688 4738 3074 0 0 0.75 2 interp_poly 60 -33 -46 41 4798 3070 3 MP PP 4798 3070 0 0 0.688 4752 3111 0 0 0.625 4798 3070 0 0 0.688 2 interp_poly 4752 3111 0 0 0.625 4812 3078 0 0 0.625 4752 3111 0 0 0.625 2 interp_poly -46 -266 60 -60 4793 3173 3 MP PP 4793 3173 0 0.0625 1 4853 3113 0 0.188 1 4793 3173 0 0.0625 1 2 interp_poly 4853 3113 0 0.188 1 4807 2847 0 0.625 1 4853 3113 0 0.188 1 2 interp_poly 61 -17 -47 -21 4838 3937 3 MP PP 4838 3937 0 0 0.562 4791 3916 0 0 0.562 4838 3937 0 0 0.562 2 interp_poly 4791 3916 0 0 0.562 4852 3899 0 0 0.562 4791 3916 0 0 0.562 2 interp_poly -47 -22 61 -17 4791 3916 3 MP PP 4791 3916 0 0 0.562 4852 3899 0 0 0.562 4791 3916 0 0 0.562 2 interp_poly 4852 3899 0 0 0.562 4805 3877 0 0 0.562 4852 3899 0 0 0.562 2 interp_poly -47 326 61 -86 4742 2109 3 MP PP 4742 2109 0.75 1 0.312 4803 2023 0.875 1 0.188 4742 2109 0.75 1 0.312 2 interp_poly 4803 2023 0.875 1 0.188 4756 2349 0.25 1 0.812 4803 2023 0.875 1 0.188 2 interp_poly 61 -86 -46 109 4788 2000 3 MP PP 4788 2000 1 1 0.0625 4742 2109 0.75 1 0.312 4788 2000 1 1 0.0625 2 interp_poly 4742 2109 0.75 1 0.312 4803 2023 0.875 1 0.188 4742 2109 0.75 1 0.312 2 interp_poly 61 -45 -47 326 4803 2023 3 MP PP 4803 2023 0.875 1 0.188 4756 2349 0.25 1 0.812 4803 2023 0.875 1 0.188 2 interp_poly 4756 2349 0.25 1 0.812 4817 2304 0.312 1 0.75 4756 2349 0.25 1 0.812 2 interp_poly -46 133 61 -110 4788 2000 3 MP PP 4788 2000 1 1 0.0625 4849 1890 1 0.875 0 4788 2000 1 1 0.0625 2 interp_poly 4849 1890 1 0.875 0 4803 2023 0.875 1 0.188 4849 1890 1 0.875 0 2 interp_poly 61 -110 -47 -152 4835 2152 3 MP PP 4835 2152 0.75 1 0.312 4788 2000 1 1 0.0625 4835 2152 0.75 1 0.312 2 interp_poly 4788 2000 1 1 0.0625 4849 1890 1 0.875 0 4788 2000 1 1 0.0625 2 interp_poly 61 -17 -47 -24 4834 3796 3 MP PP 4834 3796 0 0 0.562 4787 3772 0 0 0.562 4834 3796 0 0 0.562 2 interp_poly 4787 3772 0 0 0.562 4848 3755 0 0 0.562 4787 3772 0 0 0.562 2 interp_poly -47 -25 61 -17 4787 3772 3 MP PP 4787 3772 0 0 0.562 4848 3755 0 0 0.562 4787 3772 0 0 0.562 2 interp_poly 4848 3755 0 0 0.562 4801 3730 0 0 0.562 4848 3755 0 0 0.562 2 interp_poly 60 -4 -46 -26 4829 3656 3 MP PP 4829 3656 0 0 0.562 4783 3630 0 0 0.562 4829 3656 0 0 0.562 2 interp_poly 4783 3630 0 0 0.562 4843 3626 0 0 0.562 4783 3630 0 0 0.562 2 interp_poly -46 -24 60 -4 4783 3630 3 MP PP 4783 3630 0 0 0.562 4843 3626 0 0 0.562 4783 3630 0 0 0.562 2 interp_poly 4843 3626 0 0 0.562 4797 3602 0 0 0.562 4843 3626 0 0 0.562 2 interp_poly 61 -16 -47 -21 4828 4110 3 MP PP 4828 4110 0 0 0.562 4781 4089 0 0 0.562 4828 4110 0 0 0.562 2 interp_poly 4781 4089 0 0 0.562 4842 4073 0 0 0.562 4781 4089 0 0 0.562 2 interp_poly -47 -22 61 -16 4781 4089 3 MP PP 4781 4089 0 0 0.562 4842 4073 0 0 0.562 4781 4089 0 0 0.562 2 interp_poly 4842 4073 0 0 0.562 4795 4051 0 0 0.562 4842 4073 0 0 0.562 2 interp_poly 60 -60 -46 -87 4825 3489 3 MP PP 4825 3489 0 0 0.625 4779 3402 0 0 0.75 4825 3489 0 0 0.625 2 interp_poly 4779 3402 0 0 0.75 4839 3342 0 0 0.812 4779 3402 0 0 0.75 2 interp_poly -46 -169 60 -60 4779 3402 3 MP PP 4779 3402 0 0 0.75 4839 3342 0 0 0.812 4779 3402 0 0 0.75 2 interp_poly 4839 3342 0 0 0.812 4793 3173 0 0.0625 1 4839 3342 0 0 0.812 2 interp_poly 61 -17 -47 -22 4824 3976 3 MP PP 4824 3976 0 0 0.562 4777 3954 0 0 0.562 4824 3976 0 0 0.562 2 interp_poly 4777 3954 0 0 0.562 4838 3937 0 0 0.562 4777 3954 0 0 0.562 2 interp_poly -47 -21 61 -17 4777 3954 3 MP PP 4777 3954 0 0 0.562 4838 3937 0 0 0.562 4777 3954 0 0 0.562 2 interp_poly 4838 3937 0 0 0.562 4791 3916 0 0 0.562 4838 3937 0 0 0.562 2 interp_poly -47 379 61 -45 4756 2349 3 MP PP 4756 2349 0.25 1 0.812 4817 2304 0.312 1 0.75 4756 2349 0.25 1 0.812 2 interp_poly 4817 2304 0.312 1 0.75 4770 2683 0 0.562 1 4817 2304 0.312 1 0.75 2 interp_poly 61 -18 -47 -319 4821 2489 3 MP PP 4821 2489 0.188 1 0.875 4774 2170 0.75 1 0.312 4821 2489 0.188 1 0.875 2 interp_poly 4774 2170 0.75 1 0.312 4835 2152 0.75 1 0.312 4774 2170 0.75 1 0.312 2 interp_poly -47 -152 61 -18 4774 2170 3 MP PP 4774 2170 0.75 1 0.312 4835 2152 0.75 1 0.312 4774 2170 0.75 1 0.312 2 interp_poly 4835 2152 0.75 1 0.312 4788 2000 1 1 0.0625 4835 2152 0.75 1 0.312 2 interp_poly 61 -18 -46 -23 4819 3837 3 MP PP 4819 3837 0 0 0.562 4773 3814 0 0 0.562 4819 3837 0 0 0.562 2 interp_poly 4773 3814 0 0 0.562 4834 3796 0 0 0.562 4773 3814 0 0 0.562 2 interp_poly -47 -24 61 -18 4773 3814 3 MP PP 4773 3814 0 0 0.562 4834 3796 0 0 0.562 4773 3814 0 0 0.562 2 interp_poly 4834 3796 0 0 0.562 4787 3772 0 0 0.562 4834 3796 0 0 0.562 2 interp_poly 60 -7 -46 -27 4815 3690 3 MP PP 4815 3690 0 0 0.562 4769 3663 0 0 0.562 4815 3690 0 0 0.562 2 interp_poly 4769 3663 0 0 0.562 4829 3656 0 0 0.562 4769 3663 0 0 0.562 2 interp_poly -46 -26 60 -7 4769 3663 3 MP PP 4769 3663 0 0 0.562 4829 3656 0 0 0.562 4769 3663 0 0 0.562 2 interp_poly 4829 3656 0 0 0.562 4783 3630 0 0 0.562 4829 3656 0 0 0.562 2 interp_poly 61 -17 -47 -21 4814 4148 3 MP PP 4814 4148 0 0 0.562 4767 4127 0 0 0.562 4814 4148 0 0 0.562 2 interp_poly 4767 4127 0 0 0.562 4828 4110 0 0 0.562 4767 4127 0 0 0.562 2 interp_poly -47 -21 61 -17 4767 4127 3 MP PP 4767 4127 0 0 0.562 4828 4110 0 0 0.562 4767 4127 0 0 0.562 2 interp_poly 4828 4110 0 0 0.562 4781 4089 0 0 0.562 4828 4110 0 0 0.562 2 interp_poly 61 -30 -47 -45 4811 3564 3 MP PP 4811 3564 0 0 0.562 4764 3519 0 0 0.562 4811 3564 0 0 0.562 2 interp_poly 4764 3519 0 0 0.562 4825 3489 0 0 0.625 4764 3519 0 0 0.562 2 interp_poly -46 -87 61 -30 4764 3519 3 MP PP 4764 3519 0 0 0.562 4825 3489 0 0 0.625 4764 3519 0 0 0.562 2 interp_poly 4825 3489 0 0 0.625 4779 3402 0 0 0.75 4825 3489 0 0 0.625 2 interp_poly 61 -16 -47 -22 4810 4014 3 MP PP 4810 4014 0 0 0.562 4763 3992 0 0 0.562 4810 4014 0 0 0.562 2 interp_poly 4763 3992 0 0 0.562 4824 3976 0 0 0.562 4763 3992 0 0 0.562 2 interp_poly -47 -22 61 -16 4763 3992 3 MP PP 4763 3992 0 0 0.562 4824 3976 0 0 0.562 4763 3992 0 0 0.562 2 interp_poly 4824 3976 0 0 0.562 4777 3954 0 0 0.562 4824 3976 0 0 0.562 2 interp_poly 60 12 -46 322 4756 2349 3 MP PP 4756 2349 0.25 1 0.812 4710 2671 0 0.625 1 4756 2349 0.25 1 0.812 2 interp_poly 4710 2671 0 0.625 1 4770 2683 0 0.562 1 4710 2671 0 0.625 1 2 interp_poly 61 4 -47 -362 4807 2847 3 MP PP 4807 2847 0 0.625 1 4760 2485 0.25 1 0.812 4807 2847 0 0.625 1 2 interp_poly 4760 2485 0.25 1 0.812 4821 2489 0.188 1 0.875 4760 2485 0.25 1 0.812 2 interp_poly -47 -319 61 4 4760 2485 3 MP PP 4760 2485 0.25 1 0.812 4821 2489 0.188 1 0.875 4760 2485 0.25 1 0.812 2 interp_poly 4821 2489 0.188 1 0.875 4774 2170 0.75 1 0.312 4821 2489 0.188 1 0.875 2 interp_poly 60 -18 -46 -22 4805 3877 3 MP PP 4805 3877 0 0 0.562 4759 3855 0 0 0.562 4805 3877 0 0 0.562 2 interp_poly 4759 3855 0 0 0.562 4819 3837 0 0 0.562 4759 3855 0 0 0.562 2 interp_poly -46 -23 60 -18 4759 3855 3 MP PP 4759 3855 0 0 0.562 4819 3837 0 0 0.562 4759 3855 0 0 0.562 2 interp_poly 4819 3837 0 0 0.562 4773 3814 0 0 0.562 4819 3837 0 0 0.562 2 interp_poly 60 -13 -46 -27 4801 3730 3 MP PP 4801 3730 0 0 0.562 4755 3703 0 0 0.562 4801 3730 0 0 0.562 2 interp_poly 4755 3703 0 0 0.562 4815 3690 0 0 0.562 4755 3703 0 0 0.562 2 interp_poly -46 -27 60 -13 4755 3703 3 MP PP 4755 3703 0 0 0.562 4815 3690 0 0 0.562 4755 3703 0 0 0.562 2 interp_poly 4815 3690 0 0 0.562 4769 3663 0 0 0.562 4815 3690 0 0 0.562 2 interp_poly 61 -16 -47 -22 4800 4186 3 MP PP 4800 4186 0 0 0.562 4753 4164 0 0 0.562 4800 4186 0 0 0.562 2 interp_poly 4753 4164 0 0 0.562 4814 4148 0 0 0.562 4753 4164 0 0 0.562 2 interp_poly -47 -21 61 -16 4753 4164 3 MP PP 4753 4164 0 0 0.562 4814 4148 0 0 0.562 4753 4164 0 0 0.562 2 interp_poly 4814 4148 0 0 0.562 4767 4127 0 0 0.562 4814 4148 0 0 0.562 2 interp_poly 61 -6 -47 -32 4797 3602 3 MP PP 4797 3602 0 0 0.562 4750 3570 0 0 0.562 4797 3602 0 0 0.562 2 interp_poly 4750 3570 0 0 0.562 4811 3564 0 0 0.562 4750 3570 0 0 0.562 2 interp_poly -47 -45 61 -6 4750 3570 3 MP PP 4750 3570 0 0 0.562 4811 3564 0 0 0.562 4750 3570 0 0 0.562 2 interp_poly 4811 3564 0 0 0.562 4764 3519 0 0 0.562 4811 3564 0 0 0.562 2 interp_poly 61 -16 -46 -21 4795 4051 3 MP PP 4795 4051 0 0 0.562 4749 4030 0 0 0.562 4795 4051 0 0 0.562 2 interp_poly 4749 4030 0 0 0.562 4810 4014 0 0 0.562 4749 4030 0 0 0.562 2 interp_poly -47 -22 61 -16 4749 4030 3 MP PP 4749 4030 0 0 0.562 4810 4014 0 0 0.562 4749 4030 0 0 0.562 2 interp_poly 4810 4014 0 0 0.562 4763 3992 0 0 0.562 4810 4014 0 0 0.562 2 interp_poly -46 119 60 29 4724 2926 3 MP PP 4724 2926 0 0.0625 1 4784 2955 0 0 1 4724 2926 0 0.0625 1 2 interp_poly 4784 2955 0 0 1 4738 3074 0 0 0.75 4784 2955 0 0 1 2 interp_poly 60 29 -46 243 4770 2683 3 MP PP 4770 2683 0 0.562 1 4724 2926 0 0.0625 1 4770 2683 0 0.562 1 2 interp_poly 4724 2926 0 0.0625 1 4784 2955 0 0 1 4724 2926 0 0.0625 1 2 interp_poly 61 -42 -47 -284 4793 3173 3 MP PP 4793 3173 0 0.0625 1 4746 2889 0 0.562 1 4793 3173 0 0.0625 1 2 interp_poly 4746 2889 0 0.562 1 4807 2847 0 0.625 1 4746 2889 0 0.562 1 2 interp_poly -46 243 60 12 4710 2671 3 MP PP 4710 2671 0 0.625 1 4770 2683 0 0.562 1 4710 2671 0 0.625 1 2 interp_poly 4770 2683 0 0.562 1 4724 2926 0 0.0625 1 4770 2683 0 0.562 1 2 interp_poly -47 -362 61 -42 4746 2889 3 MP PP 4746 2889 0 0.562 1 4807 2847 0 0.625 1 4746 2889 0 0.562 1 2 interp_poly 4807 2847 0 0.625 1 4760 2485 0.25 1 0.812 4807 2847 0 0.625 1 2 interp_poly 60 -17 -46 -22 4791 3916 3 MP PP 4791 3916 0 0 0.562 4745 3894 0 0 0.562 4791 3916 0 0 0.562 2 interp_poly 4745 3894 0 0 0.562 4805 3877 0 0 0.562 4745 3894 0 0 0.562 2 interp_poly -46 -22 60 -17 4745 3894 3 MP PP 4745 3894 0 0 0.562 4805 3877 0 0 0.562 4745 3894 0 0 0.562 2 interp_poly 4805 3877 0 0 0.562 4759 3855 0 0 0.562 4805 3877 0 0 0.562 2 interp_poly 60 -17 -46 -25 4787 3772 3 MP PP 4787 3772 0 0 0.562 4741 3747 0 0 0.562 4787 3772 0 0 0.562 2 interp_poly 4741 3747 0 0 0.562 4801 3730 0 0 0.562 4741 3747 0 0 0.562 2 interp_poly -46 -27 60 -17 4741 3747 3 MP PP 4741 3747 0 0 0.562 4801 3730 0 0 0.562 4741 3747 0 0 0.562 2 interp_poly 4801 3730 0 0 0.562 4755 3703 0 0 0.562 4801 3730 0 0 0.562 2 interp_poly -47 -22 61 -16 4739 4202 3 MP PP 4739 4202 0 0 0.562 4800 4186 0 0 0.562 4739 4202 0 0 0.562 2 interp_poly 4800 4186 0 0 0.562 4753 4164 0 0 0.562 4800 4186 0 0 0.562 2 interp_poly 61 2 -47 -30 4783 3630 3 MP PP 4783 3630 0 0 0.562 4736 3600 0 0 0.562 4783 3630 0 0 0.562 2 interp_poly 4736 3600 0 0 0.562 4797 3602 0 0 0.562 4736 3600 0 0 0.562 2 interp_poly -47 -32 61 2 4736 3600 3 MP PP 4736 3600 0 0 0.562 4797 3602 0 0 0.562 4736 3600 0 0 0.562 2 interp_poly 4797 3602 0 0 0.562 4750 3570 0 0 0.562 4797 3602 0 0 0.562 2 interp_poly 60 -17 -46 -21 4781 4089 3 MP PP 4781 4089 0 0 0.562 4735 4068 0 0 0.562 4781 4089 0 0 0.562 2 interp_poly 4735 4068 0 0 0.562 4795 4051 0 0 0.562 4735 4068 0 0 0.562 2 interp_poly -46 -21 60 -17 4735 4068 3 MP PP 4735 4068 0 0 0.562 4795 4051 0 0 0.562 4735 4068 0 0 0.562 2 interp_poly 4795 4051 0 0 0.562 4749 4030 0 0 0.562 4795 4051 0 0 0.562 2 interp_poly 61 -65 -47 -164 4779 3402 3 MP PP 4779 3402 0 0 0.75 4732 3238 0 0 1 4779 3402 0 0 0.75 2 interp_poly 4732 3238 0 0 1 4793 3173 0 0.0625 1 4732 3238 0 0 1 2 interp_poly -47 4 61 -7 4691 3118 3 MP PP 4691 3118 0 0 0.625 4752 3111 0 0 0.625 4691 3118 0 0 0.625 2 interp_poly 4752 3111 0 0 0.625 4705 3115 0 0 0.562 4752 3111 0 0 0.625 2 interp_poly -46 -13 60 -9 4645 3124 3 MP PP 4645 3124 0 0 0.562 4705 3115 0 0 0.562 4645 3124 0 0 0.562 2 interp_poly 4705 3115 0 0 0.562 4659 3102 0 0 0.562 4705 3115 0 0 0.562 2 interp_poly 60 -9 -46 6 4691 3118 3 MP PP 4691 3118 0 0 0.625 4645 3124 0 0 0.562 4691 3118 0 0 0.625 2 interp_poly 4645 3124 0 0 0.562 4705 3115 0 0 0.562 4645 3124 0 0 0.562 2 interp_poly 60 -24 -46 -13 4705 3115 3 MP PP 4705 3115 0 0 0.562 4659 3102 0 0 0.562 4705 3115 0 0 0.562 2 interp_poly 4659 3102 0 0 0.562 4719 3078 0 0 0.562 4659 3102 0 0 0.562 2 interp_poly 61 -7 -47 44 4738 3074 3 MP PP 4738 3074 0 0 0.75 4691 3118 0 0 0.625 4738 3074 0 0 0.75 2 interp_poly 4691 3118 0 0 0.625 4752 3111 0 0 0.625 4691 3118 0 0 0.625 2 interp_poly -47 -284 61 -65 4732 3238 3 MP PP 4732 3238 0 0 1 4793 3173 0 0.0625 1 4732 3238 0 0 1 2 interp_poly 4793 3173 0 0.0625 1 4746 2889 0 0.562 1 4793 3173 0 0.0625 1 2 interp_poly 60 -16 -46 -22 4777 3954 3 MP PP 4777 3954 0 0 0.562 4731 3932 0 0 0.562 4777 3954 0 0 0.562 2 interp_poly 4731 3932 0 0 0.562 4791 3916 0 0 0.562 4731 3932 0 0 0.562 2 interp_poly -46 -22 60 -16 4731 3932 3 MP PP 4731 3932 0 0 0.562 4791 3916 0 0 0.562 4731 3932 0 0 0.562 2 interp_poly 4791 3916 0 0 0.562 4745 3894 0 0 0.562 4791 3916 0 0 0.562 2 interp_poly -46 109 60 -19 4728 2019 3 MP PP 4728 2019 1 1 0.0625 4788 2000 1 1 0.0625 4728 2019 1 1 0.0625 2 interp_poly 4788 2000 1 1 0.0625 4742 2109 0.75 1 0.312 4788 2000 1 1 0.0625 2 interp_poly 60 -19 -46 -151 4774 2170 3 MP PP 4774 2170 0.75 1 0.312 4728 2019 1 1 0.0625 4774 2170 0.75 1 0.312 2 interp_poly 4728 2019 1 1 0.0625 4788 2000 1 1 0.0625 4728 2019 1 1 0.0625 2 interp_poly 61 -19 -47 -23 4773 3814 3 MP PP 4773 3814 0 0 0.562 4726 3791 0 0 0.562 4773 3814 0 0 0.562 2 interp_poly 4726 3791 0 0 0.562 4787 3772 0 0 0.562 4726 3791 0 0 0.562 2 interp_poly -46 -25 61 -19 4726 3791 3 MP PP 4726 3791 0 0 0.562 4787 3772 0 0 0.562 4726 3791 0 0 0.562 2 interp_poly 4787 3772 0 0 0.562 4741 3747 0 0 0.562 4787 3772 0 0 0.562 2 interp_poly 61 -2 -47 -31 4769 3663 3 MP PP 4769 3663 0 0 0.562 4722 3632 0 0 0.562 4769 3663 0 0 0.562 2 interp_poly 4722 3632 0 0 0.562 4783 3630 0 0 0.562 4722 3632 0 0 0.562 2 interp_poly -47 -30 61 -2 4722 3632 3 MP PP 4722 3632 0 0 0.562 4783 3630 0 0 0.562 4722 3632 0 0 0.562 2 interp_poly 4783 3630 0 0 0.562 4736 3600 0 0 0.562 4783 3630 0 0 0.562 2 interp_poly 60 -16 -46 -22 4767 4127 3 MP PP 4767 4127 0 0 0.562 4721 4105 0 0 0.562 4767 4127 0 0 0.562 2 interp_poly 4721 4105 0 0 0.562 4781 4089 0 0 0.562 4721 4105 0 0 0.562 2 interp_poly -46 -21 60 -16 4721 4105 3 MP PP 4721 4105 0 0 0.562 4781 4089 0 0 0.562 4721 4105 0 0 0.562 2 interp_poly 4781 4089 0 0 0.562 4735 4068 0 0 0.562 4781 4089 0 0 0.562 2 interp_poly 61 -36 -46 -81 4764 3519 3 MP PP 4764 3519 0 0 0.562 4718 3438 0 0 0.688 4764 3519 0 0 0.562 2 interp_poly 4718 3438 0 0 0.688 4779 3402 0 0 0.75 4718 3438 0 0 0.688 2 interp_poly -47 -164 61 -36 4718 3438 3 MP PP 4718 3438 0 0 0.688 4779 3402 0 0 0.75 4718 3438 0 0 0.688 2 interp_poly 4779 3402 0 0 0.75 4732 3238 0 0 1 4779 3402 0 0 0.75 2 interp_poly 60 -16 -46 -22 4763 3992 3 MP PP 4763 3992 0 0 0.562 4717 3970 0 0 0.562 4763 3992 0 0 0.562 2 interp_poly 4717 3970 0 0 0.562 4777 3954 0 0 0.562 4717 3970 0 0 0.562 2 interp_poly -46 -22 60 -16 4717 3970 3 MP PP 4717 3970 0 0 0.562 4777 3954 0 0 0.562 4717 3970 0 0 0.562 2 interp_poly 4777 3954 0 0 0.562 4731 3932 0 0 0.562 4777 3954 0 0 0.562 2 interp_poly -47 278 61 -18 4681 2127 3 MP PP 4681 2127 0.75 1 0.312 4742 2109 0.75 1 0.312 4681 2127 0.75 1 0.312 2 interp_poly 4742 2109 0.75 1 0.312 4695 2387 0.25 1 0.812 4742 2109 0.75 1 0.312 2 interp_poly -46 322 61 -38 4695 2387 3 MP PP 4695 2387 0.25 1 0.812 4756 2349 0.25 1 0.812 4695 2387 0.25 1 0.812 2 interp_poly 4756 2349 0.25 1 0.812 4710 2671 0 0.625 1 4756 2349 0.25 1 0.812 2 interp_poly 61 -38 -47 278 4742 2109 3 MP PP 4742 2109 0.75 1 0.312 4695 2387 0.25 1 0.812 4742 2109 0.75 1 0.312 2 interp_poly 4695 2387 0.25 1 0.812 4756 2349 0.25 1 0.812 4695 2387 0.25 1 0.812 2 interp_poly 60 48 -46 -363 4760 2485 3 MP PP 4760 2485 0.25 1 0.812 4714 2122 0.875 1 0.188 4760 2485 0.25 1 0.812 2 interp_poly 4714 2122 0.875 1 0.188 4774 2170 0.75 1 0.312 4714 2122 0.875 1 0.188 2 interp_poly 61 -18 -47 108 4728 2019 3 MP PP 4728 2019 1 1 0.0625 4681 2127 0.75 1 0.312 4728 2019 1 1 0.0625 2 interp_poly 4681 2127 0.75 1 0.312 4742 2109 0.75 1 0.312 4681 2127 0.75 1 0.312 2 interp_poly -46 -151 60 48 4714 2122 3 MP PP 4714 2122 0.875 1 0.188 4774 2170 0.75 1 0.312 4714 2122 0.875 1 0.188 2 interp_poly 4774 2170 0.75 1 0.312 4728 2019 1 1 0.0625 4774 2170 0.75 1 0.312 2 interp_poly 61 -18 -47 -23 4759 3855 3 MP PP 4759 3855 0 0 0.562 4712 3832 0 0 0.562 4759 3855 0 0 0.562 2 interp_poly 4712 3832 0 0 0.562 4773 3814 0 0 0.562 4712 3832 0 0 0.562 2 interp_poly -47 -23 61 -18 4712 3832 3 MP PP 4712 3832 0 0 0.562 4773 3814 0 0 0.562 4712 3832 0 0 0.562 2 interp_poly 4773 3814 0 0 0.562 4726 3791 0 0 0.562 4773 3814 0 0 0.562 2 interp_poly 61 -10 -47 -30 4755 3703 3 MP PP 4755 3703 0 0 0.562 4708 3673 0 0 0.562 4755 3703 0 0 0.562 2 interp_poly 4708 3673 0 0 0.562 4769 3663 0 0 0.562 4708 3673 0 0 0.562 2 interp_poly -47 -31 61 -10 4708 3673 3 MP PP 4708 3673 0 0 0.562 4769 3663 0 0 0.562 4708 3673 0 0 0.562 2 interp_poly 4769 3663 0 0 0.562 4722 3632 0 0 0.562 4769 3663 0 0 0.562 2 interp_poly 60 -16 -46 -21 4753 4164 3 MP PP 4753 4164 0 0 0.562 4707 4143 0 0 0.562 4753 4164 0 0 0.562 2 interp_poly 4707 4143 0 0 0.562 4767 4127 0 0 0.562 4707 4143 0 0 0.562 2 interp_poly -46 -22 60 -16 4707 4143 3 MP PP 4707 4143 0 0 0.562 4767 4127 0 0 0.562 4707 4143 0 0 0.562 2 interp_poly 4767 4127 0 0 0.562 4721 4105 0 0 0.562 4767 4127 0 0 0.562 2 interp_poly 60 -2 -46 -49 4750 3570 3 MP PP 4750 3570 0 0 0.562 4704 3521 0 0 0.625 4750 3570 0 0 0.562 2 interp_poly 4704 3521 0 0 0.625 4764 3519 0 0 0.562 4704 3521 0 0 0.625 2 interp_poly -46 -81 60 -2 4704 3521 3 MP PP 4704 3521 0 0 0.625 4764 3519 0 0 0.562 4704 3521 0 0 0.625 2 interp_poly 4764 3519 0 0 0.562 4718 3438 0 0 0.688 4764 3519 0 0 0.562 2 interp_poly 61 -16 -47 -22 4749 4030 3 MP PP 4749 4030 0 0 0.562 4702 4008 0 0 0.562 4749 4030 0 0 0.562 2 interp_poly 4702 4008 0 0 0.562 4763 3992 0 0 0.562 4702 4008 0 0 0.562 2 interp_poly -46 -22 61 -16 4702 4008 3 MP PP 4702 4008 0 0 0.562 4763 3992 0 0 0.562 4702 4008 0 0 0.562 2 interp_poly 4763 3992 0 0 0.562 4717 3970 0 0 0.562 4763 3992 0 0 0.562 2 interp_poly 60 14 -46 -418 4746 2889 3 MP PP 4746 2889 0 0.562 1 4700 2471 0.312 1 0.75 4746 2889 0 0.562 1 2 interp_poly 4700 2471 0.312 1 0.75 4760 2485 0.25 1 0.812 4700 2471 0.312 1 0.75 2 interp_poly -46 -363 60 14 4700 2471 3 MP PP 4700 2471 0.312 1 0.75 4760 2485 0.25 1 0.812 4700 2471 0.312 1 0.75 2 interp_poly 4760 2485 0.25 1 0.812 4714 2122 0.875 1 0.188 4760 2485 0.25 1 0.812 2 interp_poly 61 -17 -47 -22 4745 3894 3 MP PP 4745 3894 0 0 0.562 4698 3872 0 0 0.562 4745 3894 0 0 0.562 2 interp_poly 4698 3872 0 0 0.562 4759 3855 0 0 0.562 4698 3872 0 0 0.562 2 interp_poly -47 -23 61 -17 4698 3872 3 MP PP 4698 3872 0 0 0.562 4759 3855 0 0 0.562 4698 3872 0 0 0.562 2 interp_poly 4759 3855 0 0 0.562 4712 3832 0 0 0.562 4759 3855 0 0 0.562 2 interp_poly 61 -17 -47 -27 4741 3747 3 MP PP 4741 3747 0 0 0.562 4694 3720 0 0 0.562 4741 3747 0 0 0.562 2 interp_poly 4694 3720 0 0 0.562 4755 3703 0 0 0.562 4694 3720 0 0 0.562 2 interp_poly -47 -30 61 -17 4694 3720 3 MP PP 4694 3720 0 0 0.562 4755 3703 0 0 0.562 4694 3720 0 0 0.562 2 interp_poly 4755 3703 0 0 0.562 4708 3673 0 0 0.562 4755 3703 0 0 0.562 2 interp_poly 60 -17 -46 -21 4739 4202 3 MP PP 4739 4202 0 0 0.562 4693 4181 0 0 0.562 4739 4202 0 0 0.562 2 interp_poly 4693 4181 0 0 0.562 4753 4164 0 0 0.562 4693 4181 0 0 0.562 2 interp_poly -46 -21 60 -17 4693 4181 3 MP PP 4693 4181 0 0 0.562 4753 4164 0 0 0.562 4693 4181 0 0 0.562 2 interp_poly 4753 4164 0 0 0.562 4707 4143 0 0 0.562 4753 4164 0 0 0.562 2 interp_poly 60 9 -46 -39 4736 3600 3 MP PP 4736 3600 0 0 0.562 4690 3561 0 0 0.625 4736 3600 0 0 0.562 2 interp_poly 4690 3561 0 0 0.625 4750 3570 0 0 0.562 4690 3561 0 0 0.625 2 interp_poly -46 -49 60 9 4690 3561 3 MP PP 4690 3561 0 0 0.625 4750 3570 0 0 0.562 4690 3561 0 0 0.625 2 interp_poly 4750 3570 0 0 0.562 4704 3521 0 0 0.625 4750 3570 0 0 0.562 2 interp_poly 61 -16 -47 -22 4735 4068 3 MP PP 4735 4068 0 0 0.562 4688 4046 0 0 0.562 4735 4068 0 0 0.562 2 interp_poly 4688 4046 0 0 0.562 4749 4030 0 0 0.562 4688 4046 0 0 0.562 2 interp_poly -47 -22 61 -16 4688 4046 3 MP PP 4688 4046 0 0 0.562 4749 4030 0 0 0.562 4688 4046 0 0 0.562 2 interp_poly 4749 4030 0 0 0.562 4702 4008 0 0 0.562 4749 4030 0 0 0.562 2 interp_poly -46 -17 60 -24 4659 3102 3 MP PP 4659 3102 0 0 0.562 4719 3078 0 0 0.562 4659 3102 0 0 0.562 2 interp_poly 4719 3078 0 0 0.562 4673 3061 0 0 0.562 4719 3078 0 0 0.562 2 interp_poly -47 125 61 30 4663 2896 3 MP PP 4663 2896 0 0.188 1 4724 2926 0 0.0625 1 4663 2896 0 0.188 1 2 interp_poly 4724 2926 0 0.0625 1 4677 3051 0 0 0.812 4724 2926 0 0.0625 1 2 interp_poly 61 30 -47 225 4710 2671 3 MP PP 4710 2671 0 0.625 1 4663 2896 0 0.188 1 4710 2671 0 0.625 1 2 interp_poly 4663 2896 0 0.188 1 4724 2926 0 0.0625 1 4663 2896 0 0.188 1 2 interp_poly -47 44 61 23 4677 3051 3 MP PP 4677 3051 0 0 0.812 4738 3074 0 0 0.75 4677 3051 0 0 0.812 2 interp_poly 4738 3074 0 0 0.75 4691 3118 0 0 0.625 4738 3074 0 0 0.75 2 interp_poly 61 23 -47 125 4724 2926 3 MP PP 4724 2926 0 0.0625 1 4677 3051 0 0 0.812 4724 2926 0 0.0625 1 2 interp_poly 4677 3051 0 0 0.812 4738 3074 0 0 0.75 4677 3051 0 0 0.812 2 interp_poly 60 -51 -46 -298 4732 3238 3 MP PP 4732 3238 0 0 1 4686 2940 0 0.5 1 4732 3238 0 0 1 2 interp_poly 4686 2940 0 0.5 1 4746 2889 0 0.562 1 4686 2940 0 0.5 1 2 interp_poly -47 225 61 -3 4649 2674 3 MP PP 4649 2674 0 0.625 1 4710 2671 0 0.625 1 4649 2674 0 0.625 1 2 interp_poly 4710 2671 0 0.625 1 4663 2896 0 0.188 1 4710 2671 0 0.625 1 2 interp_poly 61 -3 -46 287 4695 2387 3 MP PP 4695 2387 0.25 1 0.812 4649 2674 0 0.625 1 4695 2387 0.25 1 0.812 2 interp_poly 4649 2674 0 0.625 1 4710 2671 0 0.625 1 4649 2674 0 0.625 1 2 interp_poly -46 -418 60 -51 4686 2940 3 MP PP 4686 2940 0 0.5 1 4746 2889 0 0.562 1 4686 2940 0 0.5 1 2 interp_poly 4746 2889 0 0.562 1 4700 2471 0.312 1 0.75 4746 2889 0 0.562 1 2 interp_poly 61 -16 -47 -22 4731 3932 3 MP PP 4731 3932 0 0 0.562 4684 3910 0 0 0.562 4731 3932 0 0 0.562 2 interp_poly 4684 3910 0 0 0.562 4745 3894 0 0 0.562 4684 3910 0 0 0.562 2 interp_poly -47 -22 61 -16 4684 3910 3 MP PP 4684 3910 0 0 0.562 4745 3894 0 0 0.562 4684 3910 0 0 0.562 2 interp_poly 4745 3894 0 0 0.562 4698 3872 0 0 0.562 4745 3894 0 0 0.562 2 interp_poly 61 -20 -46 -24 4726 3791 3 MP PP 4726 3791 0 0 0.562 4680 3767 0 0 0.562 4726 3791 0 0 0.562 2 interp_poly 4680 3767 0 0 0.562 4741 3747 0 0 0.562 4680 3767 0 0 0.562 2 interp_poly -47 -27 61 -20 4680 3767 3 MP PP 4680 3767 0 0 0.562 4741 3747 0 0 0.562 4680 3767 0 0 0.562 2 interp_poly 4741 3747 0 0 0.562 4694 3720 0 0 0.562 4741 3747 0 0 0.562 2 interp_poly -46 -21 61 -17 4678 4219 3 MP PP 4678 4219 0 0 0.562 4739 4202 0 0 0.562 4678 4219 0 0 0.562 2 interp_poly 4739 4202 0 0 0.562 4693 4181 0 0 0.562 4739 4202 0 0 0.562 2 interp_poly 60 4 -46 -36 4722 3632 3 MP PP 4722 3632 0 0 0.562 4676 3596 0 0 0.625 4722 3632 0 0 0.562 2 interp_poly 4676 3596 0 0 0.625 4736 3600 0 0 0.562 4676 3596 0 0 0.625 2 interp_poly -46 -39 60 4 4676 3596 3 MP PP 4676 3596 0 0 0.625 4736 3600 0 0 0.562 4676 3596 0 0 0.625 2 interp_poly 4736 3600 0 0 0.562 4690 3561 0 0 0.625 4736 3600 0 0 0.562 2 interp_poly 61 -16 -47 -21 4721 4105 3 MP PP 4721 4105 0 0 0.562 4674 4084 0 0 0.562 4721 4105 0 0 0.562 2 interp_poly 4674 4084 0 0 0.562 4735 4068 0 0 0.562 4674 4084 0 0 0.562 2 interp_poly -47 -22 61 -16 4674 4084 3 MP PP 4674 4084 0 0 0.562 4735 4068 0 0 0.562 4674 4084 0 0 0.562 2 interp_poly 4735 4068 0 0 0.562 4688 4046 0 0 0.562 4735 4068 0 0 0.562 2 interp_poly 61 -40 -47 -160 4718 3438 3 MP PP 4718 3438 0 0 0.688 4671 3278 0 0 0.938 4718 3438 0 0 0.688 2 interp_poly 4671 3278 0 0 0.938 4732 3238 0 0 1 4671 3278 0 0 0.938 2 interp_poly -47 -20 61 -11 4598 3113 3 MP PP 4598 3113 0 0 0.562 4659 3102 0 0 0.562 4598 3113 0 0 0.562 2 interp_poly 4659 3102 0 0 0.562 4612 3082 0 0 0.562 4659 3102 0 0 0.562 2 interp_poly 61 -11 -47 -11 4645 3124 3 MP PP 4645 3124 0 0 0.562 4598 3113 0 0 0.562 4645 3124 0 0 0.562 2 interp_poly 4598 3113 0 0 0.562 4659 3102 0 0 0.562 4598 3113 0 0 0.562 2 interp_poly -46 6 60 14 4631 3104 3 MP PP 4631 3104 0 0 0.688 4691 3118 0 0 0.625 4631 3104 0 0 0.688 2 interp_poly 4691 3118 0 0 0.625 4645 3124 0 0 0.562 4691 3118 0 0 0.625 2 interp_poly -47 -20 61 -21 4612 3082 3 MP PP 4612 3082 0 0 0.562 4673 3061 0 0 0.562 4612 3082 0 0 0.562 2 interp_poly 4673 3061 0 0 0.562 4626 3041 0 0 0.562 4673 3061 0 0 0.562 2 interp_poly 61 -21 -47 -20 4659 3102 3 MP PP 4659 3102 0 0 0.562 4612 3082 0 0 0.562 4659 3102 0 0 0.562 2 interp_poly 4612 3082 0 0 0.562 4673 3061 0 0 0.562 4612 3082 0 0 0.562 2 interp_poly 60 14 -46 53 4677 3051 3 MP PP 4677 3051 0 0 0.812 4631 3104 0 0 0.688 4677 3051 0 0 0.812 2 interp_poly 4631 3104 0 0 0.688 4691 3118 0 0 0.625 4631 3104 0 0 0.688 2 interp_poly -46 -298 61 -40 4671 3278 3 MP PP 4671 3278 0 0 0.938 4732 3238 0 0 1 4671 3278 0 0 0.938 2 interp_poly 4732 3238 0 0 1 4686 2940 0 0.5 1 4732 3238 0 0 1 2 interp_poly 61 -16 -47 -22 4717 3970 3 MP PP 4717 3970 0 0 0.562 4670 3948 0 0 0.562 4717 3970 0 0 0.562 2 interp_poly 4670 3948 0 0 0.562 4731 3932 0 0 0.562 4670 3948 0 0 0.562 2 interp_poly -47 -22 61 -16 4670 3948 3 MP PP 4670 3948 0 0 0.562 4731 3932 0 0 0.562 4670 3948 0 0 0.562 2 interp_poly 4731 3932 0 0 0.562 4684 3910 0 0 0.562 4731 3932 0 0 0.562 2 interp_poly -47 108 61 71 4667 1948 3 MP PP 4667 1948 1 0.875 0 4728 2019 1 1 0.0625 4667 1948 1 0.875 0 2 interp_poly 4728 2019 1 1 0.0625 4681 2127 0.75 1 0.312 4728 2019 1 1 0.0625 2 interp_poly 61 71 -47 -174 4714 2122 3 MP PP 4714 2122 0.875 1 0.188 4667 1948 1 0.875 0 4714 2122 0.875 1 0.188 2 interp_poly 4667 1948 1 0.875 0 4728 2019 1 1 0.0625 4667 1948 1 0.875 0 2 interp_poly 60 -19 -46 -22 4712 3832 3 MP PP 4712 3832 0 0 0.562 4666 3810 0 0 0.562 4712 3832 0 0 0.562 2 interp_poly 4666 3810 0 0 0.562 4726 3791 0 0 0.562 4666 3810 0 0 0.562 2 interp_poly -46 -24 60 -19 4666 3810 3 MP PP 4666 3810 0 0 0.562 4726 3791 0 0 0.562 4666 3810 0 0 0.562 2 interp_poly 4726 3791 0 0 0.562 4680 3767 0 0 0.562 4726 3791 0 0 0.562 2 interp_poly 60 -8 -46 -33 4708 3673 3 MP PP 4708 3673 0 0 0.562 4662 3640 0 0 0.625 4708 3673 0 0 0.562 2 interp_poly 4662 3640 0 0 0.625 4722 3632 0 0 0.562 4662 3640 0 0 0.625 2 interp_poly -46 -36 60 -8 4662 3640 3 MP PP 4662 3640 0 0 0.625 4722 3632 0 0 0.562 4662 3640 0 0 0.625 2 interp_poly 4722 3632 0 0 0.562 4676 3596 0 0 0.625 4722 3632 0 0 0.562 2 interp_poly 61 -17 -47 -21 4707 4143 3 MP PP 4707 4143 0 0 0.562 4660 4122 0 0 0.562 4707 4143 0 0 0.562 2 interp_poly 4660 4122 0 0 0.562 4721 4105 0 0 0.562 4660 4122 0 0 0.562 2 interp_poly -47 -21 61 -17 4660 4122 3 MP PP 4660 4122 0 0 0.562 4721 4105 0 0 0.562 4660 4122 0 0 0.562 2 interp_poly 4721 4105 0 0 0.562 4674 4084 0 0 0.562 4721 4105 0 0 0.562 2 interp_poly 61 3 -47 -86 4704 3521 3 MP PP 4704 3521 0 0 0.625 4657 3435 0 0 0.75 4704 3521 0 0 0.625 2 interp_poly 4657 3435 0 0 0.75 4718 3438 0 0 0.688 4657 3435 0 0 0.75 2 interp_poly -47 -160 61 3 4657 3435 3 MP PP 4657 3435 0 0 0.75 4718 3438 0 0 0.688 4657 3435 0 0 0.75 2 interp_poly 4718 3438 0 0 0.688 4671 3278 0 0 0.938 4718 3438 0 0 0.688 2 interp_poly 61 -16 -46 -22 4702 4008 3 MP PP 4702 4008 0 0 0.562 4656 3986 0 0 0.562 4702 4008 0 0 0.562 2 interp_poly 4656 3986 0 0 0.562 4717 3970 0 0 0.562 4656 3986 0 0 0.562 2 interp_poly -47 -22 61 -16 4656 3986 3 MP PP 4656 3986 0 0 0.562 4717 3970 0 0 0.562 4656 3986 0 0 0.562 2 interp_poly 4717 3970 0 0 0.562 4670 3948 0 0 0.562 4717 3970 0 0 0.562 2 interp_poly -46 277 60 48 4621 2079 3 MP PP 4621 2079 0.875 1 0.188 4681 2127 0.75 1 0.312 4621 2079 0.875 1 0.188 2 interp_poly 4681 2127 0.75 1 0.312 4635 2404 0.188 1 0.875 4681 2127 0.75 1 0.312 2 interp_poly 60 48 -46 131 4667 1948 3 MP PP 4667 1948 1 0.875 0 4621 2079 0.875 1 0.188 4667 1948 1 0.875 0 2 interp_poly 4621 2079 0.875 1 0.188 4681 2127 0.75 1 0.312 4621 2079 0.875 1 0.188 2 interp_poly -46 287 60 -17 4635 2404 3 MP PP 4635 2404 0.188 1 0.875 4695 2387 0.25 1 0.812 4635 2404 0.188 1 0.875 2 interp_poly 4695 2387 0.25 1 0.812 4649 2674 0 0.625 1 4695 2387 0.25 1 0.812 2 interp_poly 60 -17 -46 277 4681 2127 3 MP PP 4681 2127 0.75 1 0.312 4635 2404 0.188 1 0.875 4681 2127 0.75 1 0.312 2 interp_poly 4635 2404 0.188 1 0.875 4695 2387 0.25 1 0.812 4635 2404 0.188 1 0.875 2 interp_poly 61 98 -47 -447 4700 2471 3 MP PP 4700 2471 0.312 1 0.75 4653 2024 1 0.938 0 4700 2471 0.312 1 0.75 2 interp_poly 4653 2024 1 0.938 0 4714 2122 0.875 1 0.188 4653 2024 1 0.938 0 2 interp_poly -47 -174 61 98 4653 2024 3 MP PP 4653 2024 1 0.938 0 4714 2122 0.875 1 0.188 4653 2024 1 0.938 0 2 interp_poly 4714 2122 0.875 1 0.188 4667 1948 1 0.875 0 4714 2122 0.875 1 0.188 2 interp_poly 60 -18 -46 -22 4698 3872 3 MP PP 4698 3872 0 0 0.562 4652 3850 0 0 0.562 4698 3872 0 0 0.562 2 interp_poly 4652 3850 0 0 0.562 4712 3832 0 0 0.562 4652 3850 0 0 0.562 2 interp_poly -46 -22 60 -18 4652 3850 3 MP PP 4652 3850 0 0 0.562 4712 3832 0 0 0.562 4652 3850 0 0 0.562 2 interp_poly 4712 3832 0 0 0.562 4666 3810 0 0 0.562 4712 3832 0 0 0.562 2 interp_poly 61 -18 -47 -29 4694 3720 3 MP PP 4694 3720 0 0 0.562 4647 3691 0 0 0.562 4694 3720 0 0 0.562 2 interp_poly 4647 3691 0 0 0.562 4708 3673 0 0 0.562 4647 3691 0 0 0.562 2 interp_poly -46 -33 61 -18 4647 3691 3 MP PP 4647 3691 0 0 0.562 4708 3673 0 0 0.562 4647 3691 0 0 0.562 2 interp_poly 4708 3673 0 0 0.562 4662 3640 0 0 0.625 4708 3673 0 0 0.562 2 interp_poly 61 -17 -47 -21 4693 4181 3 MP PP 4693 4181 0 0 0.562 4646 4160 0 0 0.562 4693 4181 0 0 0.562 2 interp_poly 4646 4160 0 0 0.562 4707 4143 0 0 0.562 4646 4160 0 0 0.562 2 interp_poly -47 -21 61 -17 4646 4160 3 MP PP 4646 4160 0 0 0.562 4707 4143 0 0 0.562 4646 4160 0 0 0.562 2 interp_poly 4707 4143 0 0 0.562 4660 4122 0 0 0.562 4707 4143 0 0 0.562 2 interp_poly 61 19 -47 -59 4690 3561 3 MP PP 4690 3561 0 0 0.625 4643 3502 0 0 0.688 4690 3561 0 0 0.625 2 interp_poly 4643 3502 0 0 0.688 4704 3521 0 0 0.625 4643 3502 0 0 0.688 2 interp_poly -47 -86 61 19 4643 3502 3 MP PP 4643 3502 0 0 0.688 4704 3521 0 0 0.625 4643 3502 0 0 0.688 2 interp_poly 4704 3521 0 0 0.625 4657 3435 0 0 0.75 4704 3521 0 0 0.625 2 interp_poly 60 -16 -46 -22 4688 4046 3 MP PP 4688 4046 0 0 0.562 4642 4024 0 0 0.562 4688 4046 0 0 0.562 2 interp_poly 4642 4024 0 0 0.562 4702 4008 0 0 0.562 4642 4024 0 0 0.562 2 interp_poly -46 -22 60 -16 4642 4024 3 MP PP 4642 4024 0 0 0.562 4702 4008 0 0 0.562 4642 4024 0 0 0.562 2 interp_poly 4702 4008 0 0 0.562 4656 3986 0 0 0.562 4702 4008 0 0 0.562 2 interp_poly 61 6 -47 -475 4686 2940 3 MP PP 4686 2940 0 0.5 1 4639 2465 0.375 1 0.688 4686 2940 0 0.5 1 2 interp_poly 4639 2465 0.375 1 0.688 4700 2471 0.312 1 0.75 4639 2465 0.375 1 0.688 2 interp_poly -47 -447 61 6 4639 2465 3 MP PP 4639 2465 0.375 1 0.688 4700 2471 0.312 1 0.75 4639 2465 0.375 1 0.688 2 interp_poly 4700 2471 0.312 1 0.75 4653 2024 1 0.938 0 4700 2471 0.312 1 0.75 2 interp_poly 60 -16 -46 -22 4684 3910 3 MP PP 4684 3910 0 0 0.562 4638 3888 0 0 0.562 4684 3910 0 0 0.562 2 interp_poly 4638 3888 0 0 0.562 4698 3872 0 0 0.562 4638 3888 0 0 0.562 2 interp_poly -46 -22 60 -16 4638 3888 3 MP PP 4638 3888 0 0 0.562 4698 3872 0 0 0.562 4638 3888 0 0 0.562 2 interp_poly 4698 3872 0 0 0.562 4652 3850 0 0 0.562 4698 3872 0 0 0.562 2 interp_poly 61 -21 -47 -26 4680 3767 3 MP PP 4680 3767 0 0 0.562 4633 3741 0 0 0.562 4680 3767 0 0 0.562 2 interp_poly 4633 3741 0 0 0.562 4694 3720 0 0 0.562 4633 3741 0 0 0.562 2 interp_poly -47 -29 61 -21 4633 3741 3 MP PP 4633 3741 0 0 0.562 4694 3720 0 0 0.562 4633 3741 0 0 0.562 2 interp_poly 4694 3720 0 0 0.562 4647 3691 0 0 0.562 4694 3720 0 0 0.562 2 interp_poly 61 -17 -46 -21 4678 4219 3 MP PP 4678 4219 0 0 0.562 4632 4198 0 0 0.562 4678 4219 0 0 0.562 2 interp_poly 4632 4198 0 0 0.562 4693 4181 0 0 0.562 4632 4198 0 0 0.562 2 interp_poly -47 -21 61 -17 4632 4198 3 MP PP 4632 4198 0 0 0.562 4693 4181 0 0 0.562 4632 4198 0 0 0.562 2 interp_poly 4693 4181 0 0 0.562 4646 4160 0 0 0.562 4693 4181 0 0 0.562 2 interp_poly 61 12 -47 -47 4676 3596 3 MP PP 4676 3596 0 0 0.625 4629 3549 0 0 0.688 4676 3596 0 0 0.625 2 interp_poly 4629 3549 0 0 0.688 4690 3561 0 0 0.625 4629 3549 0 0 0.688 2 interp_poly -47 -59 61 12 4629 3549 3 MP PP 4629 3549 0 0 0.688 4690 3561 0 0 0.625 4629 3549 0 0 0.688 2 interp_poly 4690 3561 0 0 0.625 4643 3502 0 0 0.688 4690 3561 0 0 0.625 2 interp_poly 60 -16 -46 -22 4674 4084 3 MP PP 4674 4084 0 0 0.562 4628 4062 0 0 0.562 4674 4084 0 0 0.562 2 interp_poly 4628 4062 0 0 0.562 4688 4046 0 0 0.562 4628 4062 0 0 0.562 2 interp_poly -46 -22 60 -16 4628 4062 3 MP PP 4628 4062 0 0 0.562 4688 4046 0 0 0.562 4628 4062 0 0 0.562 2 interp_poly 4688 4046 0 0 0.562 4642 4024 0 0 0.562 4688 4046 0 0 0.562 2 interp_poly -46 128 61 10 4602 2886 3 MP PP 4602 2886 0 0.188 1 4663 2896 0 0.188 1 4602 2886 0 0.188 1 2 interp_poly 4663 2896 0 0.188 1 4617 3024 0 0 0.875 4663 2896 0 0.188 1 2 interp_poly -46 -21 60 -20 4566 3061 3 MP PP 4566 3061 0 0 0.562 4626 3041 0 0 0.562 4566 3061 0 0 0.562 2 interp_poly 4626 3041 0 0 0.562 4580 3020 0 0 0.562 4626 3041 0 0 0.562 2 interp_poly 60 -20 -46 -21 4612 3082 3 MP PP 4612 3082 0 0 0.562 4566 3061 0 0 0.562 4612 3082 0 0 0.562 2 interp_poly 4566 3061 0 0 0.562 4626 3041 0 0 0.562 4566 3061 0 0 0.562 2 interp_poly -46 53 60 27 4617 3024 3 MP PP 4617 3024 0 0 0.875 4677 3051 0 0 0.812 4617 3024 0 0 0.875 2 interp_poly 4677 3051 0 0 0.812 4631 3104 0 0 0.688 4677 3051 0 0 0.812 2 interp_poly 60 27 -46 128 4663 2896 3 MP PP 4663 2896 0 0.188 1 4617 3024 0 0 0.875 4663 2896 0 0.188 1 2 interp_poly 4617 3024 0 0 0.875 4677 3051 0 0 0.812 4617 3024 0 0 0.875 2 interp_poly 61 -35 -46 -303 4671 3278 3 MP PP 4671 3278 0 0 0.938 4625 2975 0 0.5 1 4671 3278 0 0 0.938 2 interp_poly 4625 2975 0 0.5 1 4686 2940 0 0.5 1 4625 2975 0 0.5 1 2 interp_poly -47 212 61 -17 4588 2691 3 MP PP 4588 2691 0 0.625 1 4649 2674 0 0.625 1 4588 2691 0 0.625 1 2 interp_poly 4649 2674 0 0.625 1 4602 2886 0 0.188 1 4649 2674 0 0.625 1 2 interp_poly 61 -17 -47 287 4635 2404 3 MP PP 4635 2404 0.188 1 0.875 4588 2691 0 0.625 1 4635 2404 0.188 1 0.875 2 interp_poly 4588 2691 0 0.625 1 4649 2674 0 0.625 1 4588 2691 0 0.625 1 2 interp_poly 61 10 -47 212 4649 2674 3 MP PP 4649 2674 0 0.625 1 4602 2886 0 0.188 1 4649 2674 0 0.625 1 2 interp_poly 4602 2886 0 0.188 1 4663 2896 0 0.188 1 4602 2886 0 0.188 1 2 interp_poly -47 -475 61 -35 4625 2975 3 MP PP 4625 2975 0 0.5 1 4686 2940 0 0.5 1 4625 2975 0 0.5 1 2 interp_poly 4686 2940 0 0.5 1 4639 2465 0.375 1 0.688 4686 2940 0 0.5 1 2 interp_poly 60 -16 -46 -22 4670 3948 3 MP PP 4670 3948 0 0 0.562 4624 3926 0 0 0.562 4670 3948 0 0 0.562 2 interp_poly 4624 3926 0 0 0.562 4684 3910 0 0 0.562 4624 3926 0 0 0.562 2 interp_poly -46 -22 60 -16 4624 3926 3 MP PP 4624 3926 0 0 0.562 4684 3910 0 0 0.562 4624 3926 0 0 0.562 2 interp_poly 4684 3910 0 0 0.562 4638 3888 0 0 0.562 4684 3910 0 0 0.562 2 interp_poly 61 -20 -47 -23 4666 3810 3 MP PP 4666 3810 0 0 0.562 4619 3787 0 0 0.562 4666 3810 0 0 0.562 2 interp_poly 4619 3787 0 0 0.562 4680 3767 0 0 0.562 4619 3787 0 0 0.562 2 interp_poly -47 -26 61 -20 4619 3787 3 MP PP 4619 3787 0 0 0.562 4680 3767 0 0 0.562 4619 3787 0 0 0.562 2 interp_poly 4680 3767 0 0 0.562 4633 3741 0 0 0.562 4680 3767 0 0 0.562 2 interp_poly -46 -21 60 -17 4618 4236 3 MP PP 4618 4236 0 0 0.562 4678 4219 0 0 0.562 4618 4236 0 0 0.562 2 interp_poly 4678 4219 0 0 0.562 4632 4198 0 0 0.562 4678 4219 0 0 0.562 2 interp_poly 61 -3 -47 -41 4662 3640 3 MP PP 4662 3640 0 0 0.625 4615 3599 0 0 0.625 4662 3640 0 0 0.625 2 interp_poly 4615 3599 0 0 0.625 4676 3596 0 0 0.625 4615 3599 0 0 0.625 2 interp_poly -47 -47 61 -3 4615 3599 3 MP PP 4615 3599 0 0 0.625 4676 3596 0 0 0.625 4615 3599 0 0 0.625 2 interp_poly 4676 3596 0 0 0.625 4629 3549 0 0 0.688 4676 3596 0 0 0.625 2 interp_poly 60 -16 -46 -22 4660 4122 3 MP PP 4660 4122 0 0 0.562 4614 4100 0 0 0.562 4660 4122 0 0 0.562 2 interp_poly 4614 4100 0 0 0.562 4674 4084 0 0 0.562 4614 4100 0 0 0.562 2 interp_poly -46 -22 60 -16 4614 4100 3 MP PP 4614 4100 0 0 0.562 4674 4084 0 0 0.562 4614 4100 0 0 0.562 2 interp_poly 4674 4084 0 0 0.562 4628 4062 0 0 0.562 4674 4084 0 0 0.562 2 interp_poly 60 5 -46 -162 4657 3435 3 MP PP 4657 3435 0 0 0.75 4611 3273 0 0 1 4657 3435 0 0 0.75 2 interp_poly 4611 3273 0 0 1 4671 3278 0 0 0.938 4611 3273 0 0 1 2 interp_poly -46 -18 60 -2 4538 3115 3 MP PP 4538 3115 0 0 0.562 4598 3113 0 0 0.562 4538 3115 0 0 0.562 2 interp_poly 4598 3113 0 0 0.562 4552 3095 0 0 0.562 4598 3113 0 0 0.562 2 interp_poly 60 -2 -46 -4 4584 3119 3 MP PP 4584 3119 0 0 0.625 4538 3115 0 0 0.562 4584 3119 0 0 0.625 2 interp_poly 4538 3115 0 0 0.562 4598 3113 0 0 0.562 4538 3115 0 0 0.562 2 interp_poly -46 -21 60 -13 4552 3095 3 MP PP 4552 3095 0 0 0.562 4612 3082 0 0 0.562 4552 3095 0 0 0.562 2 interp_poly 4612 3082 0 0 0.562 4566 3061 0 0 0.562 4612 3082 0 0 0.562 2 interp_poly 60 -13 -46 -18 4598 3113 3 MP PP 4598 3113 0 0 0.562 4552 3095 0 0 0.562 4598 3113 0 0 0.562 2 interp_poly 4552 3095 0 0 0.562 4612 3082 0 0 0.562 4552 3095 0 0 0.562 2 interp_poly -47 -11 61 5 4584 3119 3 MP PP 4584 3119 0 0 0.625 4645 3124 0 0 0.562 4584 3119 0 0 0.625 2 interp_poly 4645 3124 0 0 0.562 4598 3113 0 0 0.562 4645 3124 0 0 0.562 2 interp_poly -47 15 61 18 4570 3086 3 MP PP 4570 3086 0 0 0.75 4631 3104 0 0 0.688 4570 3086 0 0 0.75 2 interp_poly 4631 3104 0 0 0.688 4584 3119 0 0 0.625 4631 3104 0 0 0.688 2 interp_poly 61 18 -47 62 4617 3024 3 MP PP 4617 3024 0 0 0.875 4570 3086 0 0 0.75 4617 3024 0 0 0.875 2 interp_poly 4570 3086 0 0 0.75 4631 3104 0 0 0.688 4570 3086 0 0 0.75 2 interp_poly 61 5 -47 15 4631 3104 3 MP PP 4631 3104 0 0 0.688 4584 3119 0 0 0.625 4631 3104 0 0 0.688 2 interp_poly 4584 3119 0 0 0.625 4645 3124 0 0 0.562 4584 3119 0 0 0.625 2 interp_poly -46 -303 60 5 4611 3273 3 MP PP 4611 3273 0 0 1 4671 3278 0 0 0.938 4611 3273 0 0 1 2 interp_poly 4671 3278 0 0 0.938 4625 2975 0 0.5 1 4671 3278 0 0 0.938 2 interp_poly 61 -15 -47 -23 4656 3986 3 MP PP 4656 3986 0 0 0.562 4609 3963 0 0 0.562 4656 3986 0 0 0.562 2 interp_poly 4609 3963 0 0 0.562 4670 3948 0 0 0.562 4609 3963 0 0 0.562 2 interp_poly -46 -22 61 -15 4609 3963 3 MP PP 4609 3963 0 0 0.562 4670 3948 0 0 0.562 4609 3963 0 0 0.562 2 interp_poly 4670 3948 0 0 0.562 4624 3926 0 0 0.562 4670 3948 0 0 0.562 2 interp_poly -46 131 60 143 4607 1805 3 MP PP 4607 1805 1 0.625 0 4667 1948 1 0.875 0 4607 1805 1 0.625 0 2 interp_poly 4667 1948 1 0.875 0 4621 2079 0.875 1 0.188 4667 1948 1 0.875 0 2 interp_poly 60 143 -46 -219 4653 2024 3 MP PP 4653 2024 1 0.938 0 4607 1805 1 0.625 0 4653 2024 1 0.938 0 2 interp_poly 4607 1805 1 0.625 0 4667 1948 1 0.875 0 4607 1805 1 0.625 0 2 interp_poly 61 -18 -47 -22 4652 3850 3 MP PP 4652 3850 0 0 0.562 4605 3828 0 0 0.562 4652 3850 0 0 0.562 2 interp_poly 4605 3828 0 0 0.562 4666 3810 0 0 0.562 4605 3828 0 0 0.562 2 interp_poly -47 -23 61 -18 4605 3828 3 MP PP 4605 3828 0 0 0.562 4666 3810 0 0 0.562 4605 3828 0 0 0.562 2 interp_poly 4666 3810 0 0 0.562 4619 3787 0 0 0.562 4666 3810 0 0 0.562 2 interp_poly 61 -17 -46 -34 4647 3691 3 MP PP 4647 3691 0 0 0.562 4601 3657 0 0 0.625 4647 3691 0 0 0.562 2 interp_poly 4601 3657 0 0 0.625 4662 3640 0 0 0.625 4601 3657 0 0 0.625 2 interp_poly -47 -41 61 -17 4601 3657 3 MP PP 4601 3657 0 0 0.625 4662 3640 0 0 0.625 4601 3657 0 0 0.625 2 interp_poly 4662 3640 0 0 0.625 4615 3599 0 0 0.625 4662 3640 0 0 0.625 2 interp_poly 60 -16 -46 -22 4646 4160 3 MP PP 4646 4160 0 0 0.562 4600 4138 0 0 0.562 4646 4160 0 0 0.562 2 interp_poly 4600 4138 0 0 0.562 4660 4122 0 0 0.562 4600 4138 0 0 0.562 2 interp_poly -46 -22 60 -16 4600 4138 3 MP PP 4600 4138 0 0 0.562 4660 4122 0 0 0.562 4600 4138 0 0 0.562 2 interp_poly 4660 4122 0 0 0.562 4614 4100 0 0 0.562 4660 4122 0 0 0.562 2 interp_poly 60 29 -46 -96 4643 3502 3 MP PP 4643 3502 0 0 0.688 4597 3406 0 0 0.812 4643 3502 0 0 0.688 2 interp_poly 4597 3406 0 0 0.812 4657 3435 0 0 0.75 4597 3406 0 0 0.812 2 interp_poly -46 -162 60 29 4597 3406 3 MP PP 4597 3406 0 0 0.812 4657 3435 0 0 0.75 4597 3406 0 0 0.812 2 interp_poly 4657 3435 0 0 0.75 4611 3273 0 0 1 4657 3435 0 0 0.75 2 interp_poly 61 -16 -47 -22 4642 4024 3 MP PP 4642 4024 0 0 0.562 4595 4002 0 0 0.562 4642 4024 0 0 0.562 2 interp_poly 4595 4002 0 0 0.562 4656 3986 0 0 0.562 4595 4002 0 0 0.562 2 interp_poly -47 -23 61 -16 4595 4002 3 MP PP 4595 4002 0 0 0.562 4656 3986 0 0 0.562 4595 4002 0 0 0.562 2 interp_poly 4656 3986 0 0 0.562 4609 3963 0 0 0.562 4656 3986 0 0 0.562 2 interp_poly -47 321 61 98 4560 1981 3 MP PP 4560 1981 1 0.938 0 4621 2079 0.875 1 0.188 4560 1981 1 0.938 0 2 interp_poly 4621 2079 0.875 1 0.188 4574 2400 0.25 1 0.812 4621 2079 0.875 1 0.188 2 interp_poly 61 98 -47 176 4607 1805 3 MP PP 4607 1805 1 0.625 0 4560 1981 1 0.938 0 4607 1805 1 0.625 0 2 interp_poly 4560 1981 1 0.938 0 4621 2079 0.875 1 0.188 4560 1981 1 0.938 0 2 interp_poly -47 287 61 4 4574 2400 3 MP PP 4574 2400 0.25 1 0.812 4635 2404 0.188 1 0.875 4574 2400 0.25 1 0.812 2 interp_poly 4635 2404 0.188 1 0.875 4588 2691 0 0.625 1 4635 2404 0.188 1 0.875 2 interp_poly 61 4 -47 321 4621 2079 3 MP PP 4621 2079 0.875 1 0.188 4574 2400 0.25 1 0.812 4621 2079 0.875 1 0.188 2 interp_poly 4574 2400 0.25 1 0.812 4635 2404 0.188 1 0.875 4574 2400 0.25 1 0.812 2 interp_poly 60 104 -46 -545 4639 2465 3 MP PP 4639 2465 0.375 1 0.688 4593 1920 1 0.75 0 4639 2465 0.375 1 0.688 2 interp_poly 4593 1920 1 0.75 0 4653 2024 1 0.938 0 4593 1920 1 0.75 0 2 interp_poly -46 -219 60 104 4593 1920 3 MP PP 4593 1920 1 0.75 0 4653 2024 1 0.938 0 4593 1920 1 0.75 0 2 interp_poly 4653 2024 1 0.938 0 4607 1805 1 0.625 0 4653 2024 1 0.938 0 2 interp_poly 61 -16 -47 -22 4638 3888 3 MP PP 4638 3888 0 0 0.562 4591 3866 0 0 0.562 4638 3888 0 0 0.562 2 interp_poly 4591 3866 0 0 0.562 4652 3850 0 0 0.562 4591 3866 0 0 0.562 2 interp_poly -47 -22 61 -16 4591 3866 3 MP PP 4591 3866 0 0 0.562 4652 3850 0 0 0.562 4591 3866 0 0 0.562 2 interp_poly 4652 3850 0 0 0.562 4605 3828 0 0 0.562 4652 3850 0 0 0.562 2 interp_poly 60 -23 -46 -27 4633 3741 3 MP PP 4633 3741 0 0 0.562 4587 3714 0 0 0.562 4633 3741 0 0 0.562 2 interp_poly 4587 3714 0 0 0.562 4647 3691 0 0 0.562 4587 3714 0 0 0.562 2 interp_poly -46 -34 60 -23 4587 3714 3 MP PP 4587 3714 0 0 0.562 4647 3691 0 0 0.562 4587 3714 0 0 0.562 2 interp_poly 4647 3691 0 0 0.562 4601 3657 0 0 0.625 4647 3691 0 0 0.562 2 interp_poly 61 -16 -47 -22 4632 4198 3 MP PP 4632 4198 0 0 0.562 4585 4176 0 0 0.562 4632 4198 0 0 0.562 2 interp_poly 4585 4176 0 0 0.562 4646 4160 0 0 0.562 4585 4176 0 0 0.562 2 interp_poly -46 -22 61 -16 4585 4176 3 MP PP 4585 4176 0 0 0.562 4646 4160 0 0 0.562 4585 4176 0 0 0.562 2 interp_poly 4646 4160 0 0 0.562 4600 4138 0 0 0.562 4646 4160 0 0 0.562 2 interp_poly 60 22 -46 -69 4629 3549 3 MP PP 4629 3549 0 0 0.688 4583 3480 0 0 0.75 4629 3549 0 0 0.688 2 interp_poly 4583 3480 0 0 0.75 4643 3502 0 0 0.688 4583 3480 0 0 0.75 2 interp_poly -46 -96 60 22 4583 3480 3 MP PP 4583 3480 0 0 0.75 4643 3502 0 0 0.688 4583 3480 0 0 0.75 2 interp_poly 4643 3502 0 0 0.688 4597 3406 0 0 0.812 4643 3502 0 0 0.688 2 interp_poly 61 -16 -47 -22 4628 4062 3 MP PP 4628 4062 0 0 0.562 4581 4040 0 0 0.562 4628 4062 0 0 0.562 2 interp_poly 4581 4040 0 0 0.562 4642 4024 0 0 0.562 4581 4040 0 0 0.562 2 interp_poly -47 -22 61 -16 4581 4040 3 MP PP 4581 4040 0 0 0.562 4642 4024 0 0 0.562 4581 4040 0 0 0.562 2 interp_poly 4642 4024 0 0 0.562 4595 4002 0 0 0.562 4642 4024 0 0 0.562 2 interp_poly 61 -10 -47 -500 4625 2975 3 MP PP 4625 2975 0 0.5 1 4578 2475 0.375 1 0.688 4625 2975 0 0.5 1 2 interp_poly 4578 2475 0.375 1 0.688 4639 2465 0.375 1 0.688 4578 2475 0.375 1 0.688 2 interp_poly -46 -545 61 -10 4578 2475 3 MP PP 4578 2475 0.375 1 0.688 4639 2465 0.375 1 0.688 4578 2475 0.375 1 0.688 2 interp_poly 4639 2465 0.375 1 0.688 4593 1920 1 0.75 0 4639 2465 0.375 1 0.688 2 interp_poly 61 -15 -47 -23 4624 3926 3 MP PP 4624 3926 0 0 0.562 4577 3903 0 0 0.562 4624 3926 0 0 0.562 2 interp_poly 4577 3903 0 0 0.562 4638 3888 0 0 0.562 4577 3903 0 0 0.562 2 interp_poly -47 -22 61 -15 4577 3903 3 MP PP 4577 3903 0 0 0.562 4638 3888 0 0 0.562 4577 3903 0 0 0.562 2 interp_poly 4638 3888 0 0 0.562 4591 3866 0 0 0.562 4638 3888 0 0 0.562 2 interp_poly 60 -23 -46 -23 4619 3787 3 MP PP 4619 3787 0 0 0.562 4573 3764 0 0 0.562 4619 3787 0 0 0.562 2 interp_poly 4573 3764 0 0 0.562 4633 3741 0 0 0.562 4573 3764 0 0 0.562 2 interp_poly -46 -27 60 -23 4573 3764 3 MP PP 4573 3764 0 0 0.562 4633 3741 0 0 0.562 4573 3764 0 0 0.562 2 interp_poly 4633 3741 0 0 0.562 4587 3714 0 0 0.562 4633 3741 0 0 0.562 2 interp_poly 61 -16 -47 -22 4618 4236 3 MP PP 4618 4236 0 0 0.562 4571 4214 0 0 0.562 4618 4236 0 0 0.562 2 interp_poly 4571 4214 0 0 0.562 4632 4198 0 0 0.562 4571 4214 0 0 0.562 2 interp_poly -47 -22 61 -16 4571 4214 3 MP PP 4571 4214 0 0 0.562 4632 4198 0 0 0.562 4571 4214 0 0 0.562 2 interp_poly 4632 4198 0 0 0.562 4585 4176 0 0 0.562 4632 4198 0 0 0.562 2 interp_poly 60 3 -46 -53 4615 3599 3 MP PP 4615 3599 0 0 0.625 4569 3546 0 0 0.688 4615 3599 0 0 0.625 2 interp_poly 4569 3546 0 0 0.688 4629 3549 0 0 0.688 4569 3546 0 0 0.688 2 interp_poly -46 -69 60 3 4569 3546 3 MP PP 4569 3546 0 0 0.688 4629 3549 0 0 0.688 4569 3546 0 0 0.688 2 interp_poly 4629 3549 0 0 0.688 4583 3480 0 0 0.75 4629 3549 0 0 0.688 2 interp_poly 61 -16 -47 -22 4614 4100 3 MP PP 4614 4100 0 0 0.562 4567 4078 0 0 0.562 4614 4100 0 0 0.562 2 interp_poly 4567 4078 0 0 0.562 4628 4062 0 0 0.562 4567 4078 0 0 0.562 2 interp_poly -47 -22 61 -16 4567 4078 3 MP PP 4567 4078 0 0 0.562 4628 4062 0 0 0.562 4567 4078 0 0 0.562 2 interp_poly 4628 4062 0 0 0.562 4581 4040 0 0 0.562 4628 4062 0 0 0.562 2 interp_poly -47 -21 61 -19 4519 3039 3 MP PP 4519 3039 0 0 0.562 4580 3020 0 0 0.562 4519 3039 0 0 0.562 2 interp_poly 4580 3020 0 0 0.562 4533 2999 0 0 0.562 4580 3020 0 0 0.562 2 interp_poly 61 -19 -47 -22 4566 3061 3 MP PP 4566 3061 0 0 0.562 4519 3039 0 0 0.562 4566 3061 0 0 0.562 2 interp_poly 4519 3039 0 0 0.562 4580 3020 0 0 0.562 4519 3039 0 0 0.562 2 interp_poly -46 128 60 -16 4542 2902 3 MP PP 4542 2902 0 0.188 1 4602 2886 0 0.188 1 4542 2902 0 0.188 1 2 interp_poly 4602 2886 0 0.188 1 4556 3014 0 0 0.938 4602 2886 0 0.188 1 2 interp_poly -47 -22 61 -14 4505 3075 3 MP PP 4505 3075 0 0 0.562 4566 3061 0 0 0.562 4505 3075 0 0 0.562 2 interp_poly 4566 3061 0 0 0.562 4519 3039 0 0 0.562 4566 3061 0 0 0.562 2 interp_poly 61 -14 -47 -20 4552 3095 3 MP PP 4552 3095 0 0 0.562 4505 3075 0 0 0.562 4552 3095 0 0 0.562 2 interp_poly 4505 3075 0 0 0.562 4566 3061 0 0 0.562 4505 3075 0 0 0.562 2 interp_poly -47 62 61 10 4556 3014 3 MP PP 4556 3014 0 0 0.938 4617 3024 0 0 0.875 4556 3014 0 0 0.938 2 interp_poly 4617 3024 0 0 0.875 4570 3086 0 0 0.75 4617 3024 0 0 0.875 2 interp_poly 61 10 -46 128 4602 2886 3 MP PP 4602 2886 0 0.188 1 4556 3014 0 0 0.938 4602 2886 0 0.188 1 2 interp_poly 4556 3014 0 0 0.938 4617 3024 0 0 0.875 4556 3014 0 0 0.938 2 interp_poly 61 0 -47 -298 4611 3273 3 MP PP 4611 3273 0 0 1 4564 2975 0 0.5 1 4611 3273 0 0 1 2 interp_poly 4564 2975 0 0.5 1 4625 2975 0 0.5 1 4564 2975 0 0.5 1 2 interp_poly -46 211 60 -28 4528 2719 3 MP PP 4528 2719 0 0.625 1 4588 2691 0 0.625 1 4528 2719 0 0.625 1 2 interp_poly 4588 2691 0 0.625 1 4542 2902 0 0.188 1 4588 2691 0 0.625 1 2 interp_poly 60 -28 -46 319 4574 2400 3 MP PP 4574 2400 0.25 1 0.812 4528 2719 0 0.625 1 4574 2400 0.25 1 0.812 2 interp_poly 4528 2719 0 0.625 1 4588 2691 0 0.625 1 4528 2719 0 0.625 1 2 interp_poly 60 -16 -46 211 4588 2691 3 MP PP 4588 2691 0 0.625 1 4542 2902 0 0.188 1 4588 2691 0 0.625 1 2 interp_poly 4542 2902 0 0.188 1 4602 2886 0 0.188 1 4542 2902 0 0.188 1 2 interp_poly -47 -500 61 0 4564 2975 3 MP PP 4564 2975 0 0.5 1 4625 2975 0 0.5 1 4564 2975 0 0.5 1 2 interp_poly 4625 2975 0 0.5 1 4578 2475 0.375 1 0.688 4625 2975 0 0.5 1 2 interp_poly 61 -15 -46 -22 4609 3963 3 MP PP 4609 3963 0 0 0.562 4563 3941 0 0 0.562 4609 3963 0 0 0.562 2 interp_poly 4563 3941 0 0 0.562 4624 3926 0 0 0.562 4563 3941 0 0 0.562 2 interp_poly -47 -23 61 -15 4563 3941 3 MP PP 4563 3941 0 0 0.562 4624 3926 0 0 0.562 4563 3941 0 0 0.562 2 interp_poly 4624 3926 0 0 0.562 4577 3903 0 0 0.562 4624 3926 0 0 0.562 2 interp_poly 60 -19 -46 -22 4605 3828 3 MP PP 4605 3828 0 0 0.562 4559 3806 0 0 0.562 4605 3828 0 0 0.562 2 interp_poly 4559 3806 0 0 0.562 4619 3787 0 0 0.562 4559 3806 0 0 0.562 2 interp_poly -46 -23 60 -19 4559 3806 3 MP PP 4559 3806 0 0 0.562 4619 3787 0 0 0.562 4559 3806 0 0 0.562 2 interp_poly 4619 3787 0 0 0.562 4573 3764 0 0 0.562 4619 3787 0 0 0.562 2 interp_poly -47 -22 61 -16 4557 4252 3 MP PP 4557 4252 0 0 0.562 4618 4236 0 0 0.562 4557 4252 0 0 0.562 2 interp_poly 4618 4236 0 0 0.562 4571 4214 0 0 0.562 4618 4236 0 0 0.562 2 interp_poly 61 -17 -47 -41 4601 3657 3 MP PP 4601 3657 0 0 0.625 4554 3616 0 0 0.625 4601 3657 0 0 0.625 2 interp_poly 4554 3616 0 0 0.625 4615 3599 0 0 0.625 4554 3616 0 0 0.625 2 interp_poly -46 -53 61 -17 4554 3616 3 MP PP 4554 3616 0 0 0.625 4615 3599 0 0 0.625 4554 3616 0 0 0.625 2 interp_poly 4615 3599 0 0 0.625 4569 3546 0 0 0.688 4615 3599 0 0 0.625 2 interp_poly 61 -17 -47 -21 4600 4138 3 MP PP 4600 4138 0 0 0.562 4553 4117 0 0 0.562 4600 4138 0 0 0.562 2 interp_poly 4553 4117 0 0 0.562 4614 4100 0 0 0.562 4553 4117 0 0 0.562 2 interp_poly -47 -22 61 -17 4553 4117 3 MP PP 4553 4117 0 0 0.562 4614 4100 0 0 0.562 4553 4117 0 0 0.562 2 interp_poly 4614 4100 0 0 0.562 4567 4078 0 0 0.562 4614 4100 0 0 0.562 2 interp_poly 61 35 -47 -168 4597 3406 3 MP PP 4597 3406 0 0 0.812 4550 3238 0 0.0625 1 4597 3406 0 0 0.812 2 interp_poly 4550 3238 0 0.0625 1 4611 3273 0 0 1 4550 3238 0 0.0625 1 2 interp_poly -47 -20 61 -7 4491 3102 3 MP PP 4491 3102 0 0 0.562 4552 3095 0 0 0.562 4491 3102 0 0 0.562 2 interp_poly 4552 3095 0 0 0.562 4505 3075 0 0 0.562 4552 3095 0 0 0.562 2 interp_poly 61 -7 -47 -13 4538 3115 3 MP PP 4538 3115 0 0 0.562 4491 3102 0 0 0.562 4538 3115 0 0 0.562 2 interp_poly 4491 3102 0 0 0.562 4552 3095 0 0 0.562 4491 3102 0 0 0.562 2 interp_poly -46 25 61 5 4509 3081 3 MP PP 4509 3081 0 0 0.75 4570 3086 0 0 0.75 4509 3081 0 0 0.75 2 interp_poly 4570 3086 0 0 0.75 4524 3111 0 0 0.625 4570 3086 0 0 0.75 2 interp_poly 61 5 -47 67 4556 3014 3 MP PP 4556 3014 0 0 0.938 4509 3081 0 0 0.75 4556 3014 0 0 0.938 2 interp_poly 4509 3081 0 0 0.75 4570 3086 0 0 0.75 4509 3081 0 0 0.75 2 interp_poly -46 -4 60 8 4524 3111 3 MP PP 4524 3111 0 0 0.625 4584 3119 0 0 0.625 4524 3111 0 0 0.625 2 interp_poly 4584 3119 0 0 0.625 4538 3115 0 0 0.562 4584 3119 0 0 0.625 2 interp_poly 60 8 -46 25 4570 3086 3 MP PP 4570 3086 0 0 0.75 4524 3111 0 0 0.625 4570 3086 0 0 0.75 2 interp_poly 4524 3111 0 0 0.625 4584 3119 0 0 0.625 4524 3111 0 0 0.625 2 interp_poly -47 -298 61 35 4550 3238 3 MP PP 4550 3238 0 0.0625 1 4611 3273 0 0 1 4550 3238 0 0.0625 1 2 interp_poly 4611 3273 0 0 1 4564 2975 0 0.5 1 4611 3273 0 0 1 2 interp_poly 60 -16 -46 -23 4595 4002 3 MP PP 4595 4002 0 0 0.562 4549 3979 0 0 0.562 4595 4002 0 0 0.562 2 interp_poly 4549 3979 0 0 0.562 4609 3963 0 0 0.562 4549 3979 0 0 0.562 2 interp_poly -46 -22 60 -16 4549 3979 3 MP PP 4549 3979 0 0 0.562 4609 3963 0 0 0.562 4549 3979 0 0 0.562 2 interp_poly 4609 3963 0 0 0.562 4563 3941 0 0 0.562 4609 3963 0 0 0.562 2 interp_poly -47 176 61 160 4546 1645 3 MP PP 4546 1645 1 0.25 0 4607 1805 1 0.625 0 4546 1645 1 0.25 0 2 interp_poly 4607 1805 1 0.625 0 4560 1981 1 0.938 0 4607 1805 1 0.625 0 2 interp_poly 61 160 -47 -275 4593 1920 3 MP PP 4593 1920 1 0.75 0 4546 1645 1 0.25 0 4593 1920 1 0.75 0 2 interp_poly 4546 1645 1 0.25 0 4607 1805 1 0.625 0 4546 1645 1 0.25 0 2 interp_poly 60 -16 -46 -22 4591 3866 3 MP PP 4591 3866 0 0 0.562 4545 3844 0 0 0.562 4591 3866 0 0 0.562 2 interp_poly 4545 3844 0 0 0.562 4605 3828 0 0 0.562 4545 3844 0 0 0.562 2 interp_poly -46 -22 60 -16 4545 3844 3 MP PP 4545 3844 0 0 0.562 4605 3828 0 0 0.562 4545 3844 0 0 0.562 2 interp_poly 4605 3828 0 0 0.562 4559 3806 0 0 0.562 4605 3828 0 0 0.562 2 interp_poly 61 -27 -47 -30 4587 3714 3 MP PP 4587 3714 0 0 0.562 4540 3684 0 0 0.562 4587 3714 0 0 0.562 2 interp_poly 4540 3684 0 0 0.562 4601 3657 0 0 0.625 4540 3684 0 0 0.562 2 interp_poly -47 -41 61 -27 4540 3684 3 MP PP 4540 3684 0 0 0.562 4601 3657 0 0 0.625 4540 3684 0 0 0.562 2 interp_poly 4601 3657 0 0 0.625 4554 3616 0 0 0.625 4601 3657 0 0 0.625 2 interp_poly 61 -17 -46 -21 4585 4176 3 MP PP 4585 4176 0 0 0.562 4539 4155 0 0 0.562 4585 4176 0 0 0.562 2 interp_poly 4539 4155 0 0 0.562 4600 4138 0 0 0.562 4539 4155 0 0 0.562 2 interp_poly -47 -21 61 -17 4539 4155 3 MP PP 4539 4155 0 0 0.562 4600 4138 0 0 0.562 4539 4155 0 0 0.562 2 interp_poly 4600 4138 0 0 0.562 4553 4117 0 0 0.562 4600 4138 0 0 0.562 2 interp_poly 61 32 -47 -106 4583 3480 3 MP PP 4583 3480 0 0 0.75 4536 3374 0 0 0.938 4583 3480 0 0 0.75 2 interp_poly 4536 3374 0 0 0.938 4597 3406 0 0 0.812 4536 3374 0 0 0.938 2 interp_poly -47 -168 61 32 4536 3374 3 MP PP 4536 3374 0 0 0.938 4597 3406 0 0 0.812 4536 3374 0 0 0.938 2 interp_poly 4597 3406 0 0 0.812 4550 3238 0 0.0625 1 4597 3406 0 0 0.812 2 interp_poly 60 -15 -46 -23 4581 4040 3 MP PP 4581 4040 0 0 0.562 4535 4017 0 0 0.562 4581 4040 0 0 0.562 2 interp_poly 4535 4017 0 0 0.562 4595 4002 0 0 0.562 4535 4017 0 0 0.562 2 interp_poly -46 -23 60 -15 4535 4017 3 MP PP 4535 4017 0 0 0.562 4595 4002 0 0 0.562 4535 4017 0 0 0.562 2 interp_poly 4595 4002 0 0 0.562 4549 3979 0 0 0.562 4595 4002 0 0 0.562 2 interp_poly -46 405 60 104 4500 1877 3 MP PP 4500 1877 1 0.75 0 4560 1981 1 0.938 0 4500 1877 1 0.75 0 2 interp_poly 4560 1981 1 0.938 0 4514 2386 0.312 1 0.75 4560 1981 1 0.938 0 2 interp_poly 60 104 -46 232 4546 1645 3 MP PP 4546 1645 1 0.25 0 4500 1877 1 0.75 0 4546 1645 1 0.25 0 2 interp_poly 4500 1877 1 0.75 0 4560 1981 1 0.938 0 4500 1877 1 0.75 0 2 interp_poly -46 319 60 14 4514 2386 3 MP PP 4514 2386 0.312 1 0.75 4574 2400 0.25 1 0.812 4514 2386 0.312 1 0.75 2 interp_poly 4574 2400 0.25 1 0.812 4528 2719 0 0.625 1 4574 2400 0.25 1 0.812 2 interp_poly 60 14 -46 405 4560 1981 3 MP PP 4560 1981 1 0.938 0 4514 2386 0.312 1 0.75 4560 1981 1 0.938 0 2 interp_poly 4514 2386 0.312 1 0.75 4574 2400 0.25 1 0.812 4514 2386 0.312 1 0.75 2 interp_poly 61 39 -46 -594 4578 2475 3 MP PP 4578 2475 0.375 1 0.688 4532 1881 1 0.625 0 4578 2475 0.375 1 0.688 2 interp_poly 4532 1881 1 0.625 0 4593 1920 1 0.75 0 4532 1881 1 0.625 0 2 interp_poly -47 -275 61 39 4532 1881 3 MP PP 4532 1881 1 0.625 0 4593 1920 1 0.75 0 4532 1881 1 0.625 0 2 interp_poly 4593 1920 1 0.75 0 4546 1645 1 0.25 0 4593 1920 1 0.75 0 2 interp_poly 60 -15 -46 -22 4577 3903 3 MP PP 4577 3903 0 0 0.562 4531 3881 0 0 0.562 4577 3903 0 0 0.562 2 interp_poly 4531 3881 0 0 0.562 4591 3866 0 0 0.562 4531 3881 0 0 0.562 2 interp_poly -46 -22 60 -15 4531 3881 3 MP PP 4531 3881 0 0 0.562 4591 3866 0 0 0.562 4531 3881 0 0 0.562 2 interp_poly 4591 3866 0 0 0.562 4545 3844 0 0 0.562 4591 3866 0 0 0.562 2 interp_poly 61 -26 -47 -24 4573 3764 3 MP PP 4573 3764 0 0 0.562 4526 3740 0 0 0.562 4573 3764 0 0 0.562 2 interp_poly 4526 3740 0 0 0.562 4587 3714 0 0 0.562 4526 3740 0 0 0.562 2 interp_poly -47 -30 61 -26 4526 3740 3 MP PP 4526 3740 0 0 0.562 4587 3714 0 0 0.562 4526 3740 0 0 0.562 2 interp_poly 4587 3714 0 0 0.562 4540 3684 0 0 0.562 4587 3714 0 0 0.562 2 interp_poly 60 -17 -46 -21 4571 4214 3 MP PP 4571 4214 0 0 0.562 4525 4193 0 0 0.562 4571 4214 0 0 0.562 2 interp_poly 4525 4193 0 0 0.562 4585 4176 0 0 0.562 4525 4193 0 0 0.562 2 interp_poly -46 -21 60 -17 4525 4193 3 MP PP 4525 4193 0 0 0.562 4585 4176 0 0 0.562 4525 4193 0 0 0.562 2 interp_poly 4585 4176 0 0 0.562 4539 4155 0 0 0.562 4585 4176 0 0 0.562 2 interp_poly 61 8 -47 -74 4569 3546 3 MP PP 4569 3546 0 0 0.688 4522 3472 0 0 0.812 4569 3546 0 0 0.688 2 interp_poly 4522 3472 0 0 0.812 4583 3480 0 0 0.75 4522 3472 0 0 0.812 2 interp_poly -47 -106 61 8 4522 3472 3 MP PP 4522 3472 0 0 0.812 4583 3480 0 0 0.75 4522 3472 0 0 0.812 2 interp_poly 4583 3480 0 0 0.75 4536 3374 0 0 0.938 4583 3480 0 0 0.75 2 interp_poly 60 -16 -46 -22 4567 4078 3 MP PP 4567 4078 0 0 0.562 4521 4056 0 0 0.562 4567 4078 0 0 0.562 2 interp_poly 4521 4056 0 0 0.562 4581 4040 0 0 0.562 4521 4056 0 0 0.562 2 interp_poly -46 -23 60 -16 4521 4056 3 MP PP 4521 4056 0 0 0.562 4581 4040 0 0 0.562 4521 4056 0 0 0.562 2 interp_poly 4581 4040 0 0 0.562 4535 4017 0 0 0.562 4581 4040 0 0 0.562 2 interp_poly 61 -42 -47 375 4514 2386 3 MP PP 4514 2386 0.312 1 0.75 4467 2761 0 0.562 1 4514 2386 0.312 1 0.75 2 interp_poly 4467 2761 0 0.562 1 4528 2719 0 0.625 1 4467 2761 0 0.562 1 2 interp_poly 60 -25 -46 -475 4564 2975 3 MP PP 4564 2975 0 0.5 1 4518 2500 0.375 1 0.688 4564 2975 0 0.5 1 2 interp_poly 4518 2500 0.375 1 0.688 4578 2475 0.375 1 0.688 4518 2500 0.375 1 0.688 2 interp_poly -46 -594 60 -25 4518 2500 3 MP PP 4518 2500 0.375 1 0.688 4578 2475 0.375 1 0.688 4518 2500 0.375 1 0.688 2 interp_poly 4578 2475 0.375 1 0.688 4532 1881 1 0.625 0 4578 2475 0.375 1 0.688 2 interp_poly 61 -15 -47 -23 4563 3941 3 MP PP 4563 3941 0 0 0.562 4516 3918 0 0 0.562 4563 3941 0 0 0.562 2 interp_poly 4516 3918 0 0 0.562 4577 3903 0 0 0.562 4516 3918 0 0 0.562 2 interp_poly -46 -22 61 -15 4516 3918 3 MP PP 4516 3918 0 0 0.562 4577 3903 0 0 0.562 4516 3918 0 0 0.562 2 interp_poly 4577 3903 0 0 0.562 4531 3881 0 0 0.562 4577 3903 0 0 0.562 2 interp_poly 61 -21 -47 -21 4559 3806 3 MP PP 4559 3806 0 0 0.562 4512 3785 0 0 0.562 4559 3806 0 0 0.562 2 interp_poly 4512 3785 0 0 0.562 4573 3764 0 0 0.562 4512 3785 0 0 0.562 2 interp_poly -47 -24 61 -21 4512 3785 3 MP PP 4512 3785 0 0 0.562 4573 3764 0 0 0.562 4512 3785 0 0 0.562 2 interp_poly 4573 3764 0 0 0.562 4526 3740 0 0 0.562 4573 3764 0 0 0.562 2 interp_poly 60 -17 -46 -21 4557 4252 3 MP PP 4557 4252 0 0 0.562 4511 4231 0 0 0.562 4557 4252 0 0 0.562 2 interp_poly 4511 4231 0 0 0.562 4571 4214 0 0 0.562 4511 4231 0 0 0.562 2 interp_poly -46 -21 60 -17 4511 4231 3 MP PP 4511 4231 0 0 0.562 4571 4214 0 0 0.562 4511 4231 0 0 0.562 2 interp_poly 4571 4214 0 0 0.562 4525 4193 0 0 0.562 4571 4214 0 0 0.562 2 interp_poly 61 -16 -46 -54 4554 3616 3 MP PP 4554 3616 0 0 0.625 4508 3562 0 0 0.688 4554 3616 0 0 0.625 2 interp_poly 4508 3562 0 0 0.688 4569 3546 0 0 0.688 4508 3562 0 0 0.688 2 interp_poly -47 -74 61 -16 4508 3562 3 MP PP 4508 3562 0 0 0.688 4569 3546 0 0 0.688 4508 3562 0 0 0.688 2 interp_poly 4569 3546 0 0 0.688 4522 3472 0 0 0.812 4569 3546 0 0 0.688 2 interp_poly 60 -17 -46 -22 4553 4117 3 MP PP 4553 4117 0 0 0.562 4507 4095 0 0 0.562 4553 4117 0 0 0.562 2 interp_poly 4507 4095 0 0 0.562 4567 4078 0 0 0.562 4507 4095 0 0 0.562 2 interp_poly -46 -22 60 -17 4507 4095 3 MP PP 4507 4095 0 0 0.562 4567 4078 0 0 0.562 4507 4095 0 0 0.562 2 interp_poly 4567 4078 0 0 0.562 4521 4056 0 0 0.562 4567 4078 0 0 0.562 2 interp_poly -46 -22 60 -14 4459 3053 3 MP PP 4459 3053 0 0 0.562 4519 3039 0 0 0.562 4459 3053 0 0 0.562 2 interp_poly 4519 3039 0 0 0.562 4473 3017 0 0 0.562 4519 3039 0 0 0.562 2 interp_poly 60 -14 -46 -22 4505 3075 3 MP PP 4505 3075 0 0 0.562 4459 3053 0 0 0.562 4505 3075 0 0 0.562 2 interp_poly 4459 3053 0 0 0.562 4519 3039 0 0 0.562 4459 3053 0 0 0.562 2 interp_poly -46 -21 60 -18 4473 3017 3 MP PP 4473 3017 0 0 0.562 4533 2999 0 0 0.562 4473 3017 0 0 0.562 2 interp_poly 4533 2999 0 0 0.562 4487 2978 0 0 0.562 4533 2999 0 0 0.562 2 interp_poly 60 -18 -46 -22 4519 3039 3 MP PP 4519 3039 0 0 0.562 4473 3017 0 0 0.562 4519 3039 0 0 0.562 2 interp_poly 4473 3017 0 0 0.562 4533 2999 0 0 0.562 4473 3017 0 0 0.562 2 interp_poly -47 -13 61 1 4477 3114 3 MP PP 4477 3114 0 0 0.625 4538 3115 0 0 0.562 4477 3114 0 0 0.625 2 interp_poly 4538 3115 0 0 0.562 4491 3102 0 0 0.562 4538 3115 0 0 0.562 2 interp_poly 61 1 -47 3 4524 3111 3 MP PP 4524 3111 0 0 0.625 4477 3114 0 0 0.625 4524 3111 0 0 0.625 2 interp_poly 4477 3114 0 0 0.625 4538 3115 0 0 0.562 4477 3114 0 0 0.625 2 interp_poly -47 127 61 -40 4481 2942 3 MP PP 4481 2942 0 0.188 1 4542 2902 0 0.188 1 4481 2942 0 0.188 1 2 interp_poly 4542 2902 0 0.188 1 4495 3029 0 0 0.938 4542 2902 0 0.188 1 2 interp_poly -47 67 61 -15 4495 3029 3 MP PP 4495 3029 0 0 0.938 4556 3014 0 0 0.938 4495 3029 0 0 0.938 2 interp_poly 4556 3014 0 0 0.938 4509 3081 0 0 0.75 4556 3014 0 0 0.938 2 interp_poly 61 -15 -47 127 4542 2902 3 MP PP 4542 2902 0 0.188 1 4495 3029 0 0 0.938 4542 2902 0 0.188 1 2 interp_poly 4495 3029 0 0 0.938 4556 3014 0 0 0.938 4495 3029 0 0 0.938 2 interp_poly 60 20 -46 -283 4550 3238 3 MP PP 4550 3238 0 0.0625 1 4504 2955 0 0.562 1 4550 3238 0 0.0625 1 2 interp_poly 4504 2955 0 0.562 1 4564 2975 0 0.5 1 4504 2955 0 0.562 1 2 interp_poly -47 223 61 -42 4467 2761 3 MP PP 4467 2761 0 0.562 1 4528 2719 0 0.625 1 4467 2761 0 0.562 1 2 interp_poly 4528 2719 0 0.625 1 4481 2942 0 0.188 1 4528 2719 0 0.625 1 2 interp_poly 61 -40 -47 223 4528 2719 3 MP PP 4528 2719 0 0.625 1 4481 2942 0 0.188 1 4528 2719 0 0.625 1 2 interp_poly 4481 2942 0 0.188 1 4542 2902 0 0.188 1 4481 2942 0 0.188 1 2 interp_poly -46 -475 60 20 4504 2955 3 MP PP 4504 2955 0 0.562 1 4564 2975 0 0.5 1 4504 2955 0 0.562 1 2 interp_poly 4564 2975 0 0.5 1 4518 2500 0.375 1 0.688 4564 2975 0 0.5 1 2 interp_poly 61 -15 -47 -23 4549 3979 3 MP PP 4549 3979 0 0 0.562 4502 3956 0 0 0.562 4549 3979 0 0 0.562 2 interp_poly 4502 3956 0 0 0.562 4563 3941 0 0 0.562 4502 3956 0 0 0.562 2 interp_poly -47 -23 61 -15 4502 3956 3 MP PP 4502 3956 0 0 0.562 4563 3941 0 0 0.562 4502 3956 0 0 0.562 2 interp_poly 4563 3941 0 0 0.562 4516 3918 0 0 0.562 4563 3941 0 0 0.562 2 interp_poly 61 -17 -47 -21 4545 3844 3 MP PP 4545 3844 0 0 0.562 4498 3823 0 0 0.562 4545 3844 0 0 0.562 2 interp_poly 4498 3823 0 0 0.562 4559 3806 0 0 0.562 4498 3823 0 0 0.562 2 interp_poly -47 -21 61 -17 4498 3823 3 MP PP 4498 3823 0 0 0.562 4559 3806 0 0 0.562 4498 3823 0 0 0.562 2 interp_poly 4559 3806 0 0 0.562 4512 3785 0 0 0.562 4559 3806 0 0 0.562 2 interp_poly -46 -21 60 -17 4497 4269 3 MP PP 4497 4269 0 0 0.562 4557 4252 0 0 0.562 4497 4269 0 0 0.562 2 interp_poly 4557 4252 0 0 0.562 4511 4231 0 0 0.562 4557 4252 0 0 0.562 2 interp_poly 60 -31 -46 -37 4540 3684 3 MP PP 4540 3684 0 0 0.562 4494 3647 0 0 0.625 4540 3684 0 0 0.562 2 interp_poly 4494 3647 0 0 0.625 4554 3616 0 0 0.625 4494 3647 0 0 0.625 2 interp_poly -46 -54 60 -31 4494 3647 3 MP PP 4494 3647 0 0 0.625 4554 3616 0 0 0.625 4494 3647 0 0 0.625 2 interp_poly 4554 3616 0 0 0.625 4508 3562 0 0 0.688 4554 3616 0 0 0.625 2 interp_poly 61 -16 -47 -22 4539 4155 3 MP PP 4539 4155 0 0 0.562 4492 4133 0 0 0.562 4539 4155 0 0 0.562 2 interp_poly 4492 4133 0 0 0.562 4553 4117 0 0 0.562 4492 4133 0 0 0.562 2 interp_poly -46 -22 61 -16 4492 4133 3 MP PP 4492 4133 0 0 0.562 4553 4117 0 0 0.562 4492 4133 0 0 0.562 2 interp_poly 4553 4117 0 0 0.562 4507 4095 0 0 0.562 4553 4117 0 0 0.562 2 interp_poly 60 33 -46 -169 4536 3374 3 MP PP 4536 3374 0 0 0.938 4490 3205 0 0.188 1 4536 3374 0 0 0.938 2 interp_poly 4490 3205 0 0.188 1 4550 3238 0 0.0625 1 4490 3205 0 0.188 1 2 interp_poly -46 -22 60 -9 4445 3084 3 MP PP 4445 3084 0 0 0.562 4505 3075 0 0 0.562 4445 3084 0 0 0.562 2 interp_poly 4505 3075 0 0 0.562 4459 3053 0 0 0.562 4505 3075 0 0 0.562 2 interp_poly 60 -9 -46 -18 4491 3102 3 MP PP 4491 3102 0 0 0.562 4445 3084 0 0 0.562 4491 3102 0 0 0.562 2 interp_poly 4445 3084 0 0 0.562 4505 3075 0 0 0.562 4445 3084 0 0 0.562 2 interp_poly -46 -18 60 -4 4431 3106 3 MP PP 4431 3106 0 0 0.562 4491 3102 0 0 0.562 4431 3106 0 0 0.562 2 interp_poly 4491 3102 0 0 0.562 4445 3084 0 0 0.562 4491 3102 0 0 0.562 2 interp_poly 60 -4 -46 -8 4477 3114 3 MP PP 4477 3114 0 0 0.625 4431 3106 0 0 0.562 4477 3114 0 0 0.625 2 interp_poly 4431 3106 0 0 0.562 4491 3102 0 0 0.562 4431 3106 0 0 0.562 2 interp_poly -46 30 60 -16 4449 3097 3 MP PP 4449 3097 0 0 0.75 4509 3081 0 0 0.75 4449 3097 0 0 0.75 2 interp_poly 4509 3081 0 0 0.75 4463 3111 0 0 0.688 4509 3081 0 0 0.75 2 interp_poly 60 -16 -46 68 4495 3029 3 MP PP 4495 3029 0 0 0.938 4449 3097 0 0 0.75 4495 3029 0 0 0.938 2 interp_poly 4449 3097 0 0 0.75 4509 3081 0 0 0.75 4449 3097 0 0 0.75 2 interp_poly -47 3 61 0 4463 3111 3 MP PP 4463 3111 0 0 0.688 4524 3111 0 0 0.625 4463 3111 0 0 0.688 2 interp_poly 4524 3111 0 0 0.625 4477 3114 0 0 0.625 4524 3111 0 0 0.625 2 interp_poly 61 0 -46 30 4509 3081 3 MP PP 4509 3081 0 0 0.75 4463 3111 0 0 0.688 4509 3081 0 0 0.75 2 interp_poly 4463 3111 0 0 0.688 4524 3111 0 0 0.625 4463 3111 0 0 0.688 2 interp_poly -46 -283 60 33 4490 3205 3 MP PP 4490 3205 0 0.188 1 4550 3238 0 0.0625 1 4490 3205 0 0.188 1 2 interp_poly 4550 3238 0 0.0625 1 4504 2955 0 0.562 1 4550 3238 0 0.0625 1 2 interp_poly 61 -15 -47 -23 4535 4017 3 MP PP 4535 4017 0 0 0.562 4488 3994 0 0 0.562 4535 4017 0 0 0.562 2 interp_poly 4488 3994 0 0 0.562 4549 3979 0 0 0.562 4488 3994 0 0 0.562 2 interp_poly -47 -23 61 -15 4488 3994 3 MP PP 4488 3994 0 0 0.562 4549 3979 0 0 0.562 4488 3994 0 0 0.562 2 interp_poly 4549 3979 0 0 0.562 4502 3956 0 0 0.562 4549 3979 0 0 0.562 2 interp_poly -46 232 61 68 4485 1577 3 MP PP 4485 1577 1 0.125 0 4546 1645 1 0.25 0 4485 1577 1 0.125 0 2 interp_poly 4546 1645 1 0.25 0 4500 1877 1 0.75 0 4546 1645 1 0.25 0 2 interp_poly 61 68 -47 -304 4532 1881 3 MP PP 4532 1881 1 0.625 0 4485 1577 1 0.125 0 4532 1881 1 0.625 0 2 interp_poly 4485 1577 1 0.125 0 4546 1645 1 0.25 0 4485 1577 1 0.125 0 2 interp_poly 61 -15 -47 -22 4531 3881 3 MP PP 4531 3881 0 0 0.562 4484 3859 0 0 0.562 4531 3881 0 0 0.562 2 interp_poly 4484 3859 0 0 0.562 4545 3844 0 0 0.562 4484 3859 0 0 0.562 2 interp_poly -47 -21 61 -15 4484 3859 3 MP PP 4484 3859 0 0 0.562 4545 3844 0 0 0.562 4484 3859 0 0 0.562 2 interp_poly 4545 3844 0 0 0.562 4498 3823 0 0 0.562 4545 3844 0 0 0.562 2 interp_poly 60 -31 -46 -25 4526 3740 3 MP PP 4526 3740 0 0 0.562 4480 3715 0 0 0.562 4526 3740 0 0 0.562 2 interp_poly 4480 3715 0 0 0.562 4540 3684 0 0 0.562 4480 3715 0 0 0.562 2 interp_poly -46 -37 60 -31 4480 3715 3 MP PP 4480 3715 0 0 0.562 4540 3684 0 0 0.562 4480 3715 0 0 0.562 2 interp_poly 4540 3684 0 0 0.562 4494 3647 0 0 0.625 4540 3684 0 0 0.562 2 interp_poly 61 -16 -47 -22 4525 4193 3 MP PP 4525 4193 0 0 0.562 4478 4171 0 0 0.562 4525 4193 0 0 0.562 2 interp_poly 4478 4171 0 0 0.562 4539 4155 0 0 0.562 4478 4171 0 0 0.562 2 interp_poly -47 -22 61 -16 4478 4171 3 MP PP 4478 4171 0 0 0.562 4539 4155 0 0 0.562 4478 4171 0 0 0.562 2 interp_poly 4539 4155 0 0 0.562 4492 4133 0 0 0.562 4539 4155 0 0 0.562 2 interp_poly 60 13 -46 -111 4522 3472 3 MP PP 4522 3472 0 0 0.812 4476 3361 0 0 0.938 4522 3472 0 0 0.812 2 interp_poly 4476 3361 0 0 0.938 4536 3374 0 0 0.938 4476 3361 0 0 0.938 2 interp_poly -46 -169 60 13 4476 3361 3 MP PP 4476 3361 0 0 0.938 4536 3374 0 0 0.938 4476 3361 0 0 0.938 2 interp_poly 4536 3374 0 0 0.938 4490 3205 0 0.188 1 4536 3374 0 0 0.938 2 interp_poly 61 -17 -47 -22 4521 4056 3 MP PP 4521 4056 0 0 0.562 4474 4034 0 0 0.562 4521 4056 0 0 0.562 2 interp_poly 4474 4034 0 0 0.562 4535 4017 0 0 0.562 4474 4034 0 0 0.562 2 interp_poly -47 -23 61 -17 4474 4034 3 MP PP 4474 4034 0 0 0.562 4535 4017 0 0 0.562 4474 4034 0 0 0.562 2 interp_poly 4535 4017 0 0 0.562 4488 3994 0 0 0.562 4535 4017 0 0 0.562 2 interp_poly -47 503 61 39 4439 1838 3 MP PP 4439 1838 1 0.625 0 4500 1877 1 0.75 0 4439 1838 1 0.625 0 2 interp_poly 4500 1877 1 0.75 0 4453 2380 0.375 1 0.688 4500 1877 1 0.75 0 2 interp_poly -47 375 61 6 4453 2380 3 MP PP 4453 2380 0.375 1 0.688 4514 2386 0.312 1 0.75 4453 2380 0.375 1 0.688 2 interp_poly 4514 2386 0.312 1 0.75 4467 2761 0 0.562 1 4514 2386 0.312 1 0.75 2 interp_poly 61 6 -47 503 4500 1877 3 MP PP 4500 1877 1 0.75 0 4453 2380 0.375 1 0.688 4500 1877 1 0.75 0 2 interp_poly 4453 2380 0.375 1 0.688 4514 2386 0.312 1 0.75 4453 2380 0.375 1 0.688 2 interp_poly 61 -71 -47 -548 4518 2500 3 MP PP 4518 2500 0.375 1 0.688 4471 1952 1 0.75 0 4518 2500 0.375 1 0.688 2 interp_poly 4471 1952 1 0.75 0 4532 1881 1 0.625 0 4471 1952 1 0.75 0 2 interp_poly 61 39 -46 261 4485 1577 3 MP PP 4485 1577 1 0.125 0 4439 1838 1 0.625 0 4485 1577 1 0.125 0 2 interp_poly 4439 1838 1 0.625 0 4500 1877 1 0.75 0 4439 1838 1 0.625 0 2 interp_poly -47 -304 61 -71 4471 1952 3 MP PP 4471 1952 1 0.75 0 4532 1881 1 0.625 0 4471 1952 1 0.75 0 2 interp_poly 4532 1881 1 0.625 0 4485 1577 1 0.125 0 4532 1881 1 0.625 0 2 interp_poly 61 -14 -46 -23 4516 3918 3 MP PP 4516 3918 0 0 0.562 4470 3895 0 0 0.562 4516 3918 0 0 0.562 2 interp_poly 4470 3895 0 0 0.562 4531 3881 0 0 0.562 4470 3895 0 0 0.562 2 interp_poly -47 -22 61 -14 4470 3895 3 MP PP 4470 3895 0 0 0.562 4531 3881 0 0 0.562 4470 3895 0 0 0.562 2 interp_poly 4531 3881 0 0 0.562 4484 3859 0 0 0.562 4531 3881 0 0 0.562 2 interp_poly 60 -24 -46 -21 4512 3785 3 MP PP 4512 3785 0 0 0.562 4466 3764 0 0 0.562 4512 3785 0 0 0.562 2 interp_poly 4466 3764 0 0 0.562 4526 3740 0 0 0.562 4466 3764 0 0 0.562 2 interp_poly -46 -25 60 -24 4466 3764 3 MP PP 4466 3764 0 0 0.562 4526 3740 0 0 0.562 4466 3764 0 0 0.562 2 interp_poly 4526 3740 0 0 0.562 4480 3715 0 0 0.562 4526 3740 0 0 0.562 2 interp_poly 61 -16 -47 -22 4511 4231 3 MP PP 4511 4231 0 0 0.562 4464 4209 0 0 0.562 4511 4231 0 0 0.562 2 interp_poly 4464 4209 0 0 0.562 4525 4193 0 0 0.562 4464 4209 0 0 0.562 2 interp_poly -47 -22 61 -16 4464 4209 3 MP PP 4464 4209 0 0 0.562 4525 4193 0 0 0.562 4464 4209 0 0 0.562 2 interp_poly 4525 4193 0 0 0.562 4478 4171 0 0 0.562 4525 4193 0 0 0.562 2 interp_poly 61 -15 -47 -75 4508 3562 3 MP PP 4508 3562 0 0 0.688 4461 3487 0 0 0.812 4508 3562 0 0 0.688 2 interp_poly 4461 3487 0 0 0.812 4522 3472 0 0 0.812 4461 3487 0 0 0.812 2 interp_poly -46 -111 61 -15 4461 3487 3 MP PP 4461 3487 0 0 0.812 4522 3472 0 0 0.812 4461 3487 0 0 0.812 2 interp_poly 4522 3472 0 0 0.812 4476 3361 0 0 0.938 4522 3472 0 0 0.812 2 interp_poly 61 -17 -47 -22 4507 4095 3 MP PP 4507 4095 0 0 0.562 4460 4073 0 0 0.562 4507 4095 0 0 0.562 2 interp_poly 4460 4073 0 0 0.562 4521 4056 0 0 0.562 4460 4073 0 0 0.562 2 interp_poly -47 -22 61 -17 4460 4073 3 MP PP 4460 4073 0 0 0.562 4521 4056 0 0 0.562 4460 4073 0 0 0.562 2 interp_poly 4521 4056 0 0 0.562 4474 4034 0 0 0.562 4521 4056 0 0 0.562 2 interp_poly 60 -51 -46 432 4453 2380 3 MP PP 4453 2380 0.375 1 0.688 4407 2812 0 0.5 1 4453 2380 0.375 1 0.688 2 interp_poly 4407 2812 0 0.5 1 4467 2761 0 0.562 1 4407 2812 0 0.5 1 2 interp_poly 61 -41 -47 -414 4504 2955 3 MP PP 4504 2955 0 0.562 1 4457 2541 0.312 1 0.75 4504 2955 0 0.562 1 2 interp_poly 4457 2541 0.312 1 0.75 4518 2500 0.375 1 0.688 4457 2541 0.312 1 0.75 2 interp_poly -47 -548 61 -41 4457 2541 3 MP PP 4457 2541 0.312 1 0.75 4518 2500 0.375 1 0.688 4457 2541 0.312 1 0.75 2 interp_poly 4518 2500 0.375 1 0.688 4471 1952 1 0.75 0 4518 2500 0.375 1 0.688 2 interp_poly 60 -15 -46 -23 4502 3956 3 MP PP 4502 3956 0 0 0.562 4456 3933 0 0 0.562 4502 3956 0 0 0.562 2 interp_poly 4456 3933 0 0 0.562 4516 3918 0 0 0.562 4456 3933 0 0 0.562 2 interp_poly -46 -23 60 -15 4456 3933 3 MP PP 4456 3933 0 0 0.562 4516 3918 0 0 0.562 4456 3933 0 0 0.562 2 interp_poly 4516 3918 0 0 0.562 4470 3895 0 0 0.562 4516 3918 0 0 0.562 2 interp_poly 60 -17 -46 -21 4498 3823 3 MP PP 4498 3823 0 0 0.562 4452 3802 0 0 0.562 4498 3823 0 0 0.562 2 interp_poly 4452 3802 0 0 0.562 4512 3785 0 0 0.562 4452 3802 0 0 0.562 2 interp_poly -46 -21 60 -17 4452 3802 3 MP PP 4452 3802 0 0 0.562 4512 3785 0 0 0.562 4452 3802 0 0 0.562 2 interp_poly 4512 3785 0 0 0.562 4466 3764 0 0 0.562 4512 3785 0 0 0.562 2 interp_poly 61 -16 -47 -22 4497 4269 3 MP PP 4497 4269 0 0 0.562 4450 4247 0 0 0.562 4497 4269 0 0 0.562 2 interp_poly 4450 4247 0 0 0.562 4511 4231 0 0 0.562 4450 4247 0 0 0.562 2 interp_poly -47 -22 61 -16 4450 4247 3 MP PP 4450 4247 0 0 0.562 4511 4231 0 0 0.562 4450 4247 0 0 0.562 2 interp_poly 4511 4231 0 0 0.562 4464 4209 0 0 0.562 4511 4231 0 0 0.562 2 interp_poly 61 -37 -47 -48 4494 3647 3 MP PP 4494 3647 0 0 0.625 4447 3599 0 0 0.688 4494 3647 0 0 0.625 2 interp_poly 4447 3599 0 0 0.688 4508 3562 0 0 0.688 4447 3599 0 0 0.688 2 interp_poly -47 -75 61 -37 4447 3599 3 MP PP 4447 3599 0 0 0.688 4508 3562 0 0 0.688 4447 3599 0 0 0.688 2 interp_poly 4508 3562 0 0 0.688 4461 3487 0 0 0.812 4508 3562 0 0 0.688 2 interp_poly 61 -16 -46 -22 4492 4133 3 MP PP 4492 4133 0 0 0.562 4446 4111 0 0 0.562 4492 4133 0 0 0.562 2 interp_poly 4446 4111 0 0 0.562 4507 4095 0 0 0.562 4446 4111 0 0 0.562 2 interp_poly -47 -22 61 -16 4446 4111 3 MP PP 4446 4111 0 0 0.562 4507 4095 0 0 0.562 4446 4111 0 0 0.562 2 interp_poly 4507 4095 0 0 0.562 4460 4073 0 0 0.562 4507 4095 0 0 0.562 2 interp_poly -47 -22 61 -15 4412 3032 3 MP PP 4412 3032 0 0 0.562 4473 3017 0 0 0.562 4412 3032 0 0 0.562 2 interp_poly 4473 3017 0 0 0.562 4426 2995 0 0 0.562 4473 3017 0 0 0.562 2 interp_poly 61 -15 -47 -21 4459 3053 3 MP PP 4459 3053 0 0 0.562 4412 3032 0 0 0.562 4459 3053 0 0 0.562 2 interp_poly 4412 3032 0 0 0.562 4473 3017 0 0 0.562 4412 3032 0 0 0.562 2 interp_poly -46 -8 61 -5 4416 3119 3 MP PP 4416 3119 0 0 0.625 4477 3114 0 0 0.625 4416 3119 0 0 0.625 2 interp_poly 4477 3114 0 0 0.625 4431 3106 0 0 0.562 4477 3114 0 0 0.625 2 interp_poly 61 -5 -47 8 4463 3111 3 MP PP 4463 3111 0 0 0.688 4416 3119 0 0 0.625 4463 3111 0 0 0.688 2 interp_poly 4416 3119 0 0 0.625 4477 3114 0 0 0.625 4416 3119 0 0 0.625 2 interp_poly 60 -15 -46 -22 4412 3032 3 MP PP 4412 3032 0 0 0.562 4366 3010 0 0 0.562 4412 3032 0 0 0.562 2 interp_poly 4366 3010 0 0 0.562 4426 2995 0 0 0.562 4366 3010 0 0 0.562 2 interp_poly -47 -21 61 -12 4398 3065 3 MP PP 4398 3065 0 0 0.562 4459 3053 0 0 0.562 4398 3065 0 0 0.562 2 interp_poly 4459 3053 0 0 0.562 4412 3032 0 0 0.562 4459 3053 0 0 0.562 2 interp_poly 61 -12 -47 -19 4445 3084 3 MP PP 4445 3084 0 0 0.562 4398 3065 0 0 0.562 4445 3084 0 0 0.562 2 interp_poly 4398 3065 0 0 0.562 4459 3053 0 0 0.562 4398 3065 0 0 0.562 2 interp_poly -47 -21 61 -17 4426 2995 3 MP PP 4426 2995 0 0 0.562 4487 2978 0 0 0.562 4426 2995 0 0 0.562 2 interp_poly 4487 2978 0 0 0.562 4440 2957 0 0 0.562 4487 2978 0 0 0.562 2 interp_poly 61 -17 -47 -22 4473 3017 3 MP PP 4473 3017 0 0 0.562 4426 2995 0 0 0.562 4473 3017 0 0 0.562 2 interp_poly 4426 2995 0 0 0.562 4487 2978 0 0 0.562 4426 2995 0 0 0.562 2 interp_poly -46 128 60 -60 4421 3002 3 MP PP 4421 3002 0 0.0625 1 4481 2942 0 0.188 1 4421 3002 0 0.0625 1 2 interp_poly 4481 2942 0 0.188 1 4435 3070 0 0 0.875 4481 2942 0 0.188 1 2 interp_poly -46 -22 60 -15 4366 3010 3 MP PP 4366 3010 0 0 0.562 4426 2995 0 0 0.562 4366 3010 0 0 0.562 2 interp_poly 4426 2995 0 0 0.562 4380 2973 0 0 0.562 4426 2995 0 0 0.562 2 interp_poly -46 -21 60 -16 4380 2973 3 MP PP 4380 2973 0 0 0.562 4440 2957 0 0 0.562 4380 2973 0 0 0.562 2 interp_poly 4440 2957 0 0 0.562 4394 2936 0 0 0.562 4440 2957 0 0 0.562 2 interp_poly 60 -16 -46 -22 4426 2995 3 MP PP 4426 2995 0 0 0.562 4380 2973 0 0 0.562 4426 2995 0 0 0.562 2 interp_poly 4380 2973 0 0 0.562 4440 2957 0 0 0.562 4380 2973 0 0 0.562 2 interp_poly 60 -60 -46 241 4467 2761 3 MP PP 4467 2761 0 0.562 1 4421 3002 0 0.0625 1 4467 2761 0 0.562 1 2 interp_poly 4421 3002 0 0.0625 1 4481 2942 0 0.188 1 4421 3002 0 0.0625 1 2 interp_poly -47 -19 61 -9 4384 3093 3 MP PP 4384 3093 0 0 0.562 4445 3084 0 0 0.562 4384 3093 0 0 0.562 2 interp_poly 4445 3084 0 0 0.562 4398 3065 0 0 0.562 4445 3084 0 0 0.562 2 interp_poly 61 -9 -47 -13 4431 3106 3 MP PP 4431 3106 0 0 0.562 4384 3093 0 0 0.562 4431 3106 0 0 0.562 2 interp_poly 4384 3093 0 0 0.562 4445 3084 0 0 0.562 4384 3093 0 0 0.562 2 interp_poly -46 68 60 -41 4435 3070 3 MP PP 4435 3070 0 0 0.875 4495 3029 0 0 0.938 4435 3070 0 0 0.875 2 interp_poly 4495 3029 0 0 0.938 4449 3097 0 0 0.75 4495 3029 0 0 0.938 2 interp_poly 60 -41 -46 128 4481 2942 3 MP PP 4481 2942 0 0.188 1 4435 3070 0 0 0.875 4481 2942 0 0.188 1 2 interp_poly 4435 3070 0 0 0.875 4495 3029 0 0 0.938 4435 3070 0 0 0.875 2 interp_poly 61 12 -47 -262 4490 3205 3 MP PP 4490 3205 0 0.188 1 4443 2943 0 0.625 1 4490 3205 0 0.188 1 2 interp_poly 4443 2943 0 0.625 1 4504 2955 0 0.562 1 4443 2943 0 0.625 1 2 interp_poly -46 241 60 -51 4407 2812 3 MP PP 4407 2812 0 0.5 1 4467 2761 0 0.562 1 4407 2812 0 0.5 1 2 interp_poly 4467 2761 0 0.562 1 4421 3002 0 0.0625 1 4467 2761 0 0.562 1 2 interp_poly -47 -414 61 12 4443 2943 3 MP PP 4443 2943 0 0.625 1 4504 2955 0 0.562 1 4443 2943 0 0.625 1 2 interp_poly 4504 2955 0 0.562 1 4457 2541 0.312 1 0.75 4504 2955 0 0.562 1 2 interp_poly 60 -15 -46 -23 4488 3994 3 MP PP 4488 3994 0 0 0.562 4442 3971 0 0 0.562 4488 3994 0 0 0.562 2 interp_poly 4442 3971 0 0 0.562 4502 3956 0 0 0.562 4442 3971 0 0 0.562 2 interp_poly -46 -23 60 -15 4442 3971 3 MP PP 4442 3971 0 0 0.562 4502 3956 0 0 0.562 4442 3971 0 0 0.562 2 interp_poly 4502 3956 0 0 0.562 4456 3933 0 0 0.562 4502 3956 0 0 0.562 2 interp_poly 60 -13 -46 -23 4484 3859 3 MP PP 4484 3859 0 0 0.562 4438 3836 0 0 0.562 4484 3859 0 0 0.562 2 interp_poly 4438 3836 0 0 0.562 4498 3823 0 0 0.562 4438 3836 0 0 0.562 2 interp_poly -46 -21 60 -13 4438 3836 3 MP PP 4438 3836 0 0 0.562 4498 3823 0 0 0.562 4438 3836 0 0 0.562 2 interp_poly 4498 3823 0 0 0.562 4452 3802 0 0 0.562 4498 3823 0 0 0.562 2 interp_poly -47 -22 61 -16 4436 4285 3 MP PP 4436 4285 0 0 0.562 4497 4269 0 0 0.562 4436 4285 0 0 0.562 2 interp_poly 4497 4269 0 0 0.562 4450 4247 0 0 0.562 4497 4269 0 0 0.562 2 interp_poly 61 -38 -47 -30 4480 3715 3 MP PP 4480 3715 0 0 0.562 4433 3685 0 0 0.562 4480 3715 0 0 0.562 2 interp_poly 4433 3685 0 0 0.562 4494 3647 0 0 0.625 4433 3685 0 0 0.562 2 interp_poly -47 -48 61 -38 4433 3685 3 MP PP 4433 3685 0 0 0.562 4494 3647 0 0 0.625 4433 3685 0 0 0.562 2 interp_poly 4494 3647 0 0 0.625 4447 3599 0 0 0.688 4494 3647 0 0 0.625 2 interp_poly 60 -17 -46 -21 4478 4171 3 MP PP 4478 4171 0 0 0.562 4432 4150 0 0 0.562 4478 4171 0 0 0.562 2 interp_poly 4432 4150 0 0 0.562 4492 4133 0 0 0.562 4432 4150 0 0 0.562 2 interp_poly -46 -22 60 -17 4432 4150 3 MP PP 4432 4150 0 0 0.562 4492 4133 0 0 0.562 4432 4150 0 0 0.562 2 interp_poly 4492 4133 0 0 0.562 4446 4111 0 0 0.562 4492 4133 0 0 0.562 2 interp_poly 61 14 -47 -170 4476 3361 3 MP PP 4476 3361 0 0 0.938 4429 3191 0 0.25 1 4476 3361 0 0 0.938 2 interp_poly 4429 3191 0 0.25 1 4490 3205 0 0.188 1 4429 3191 0 0.25 1 2 interp_poly -46 8 60 -32 4342 3158 3 MP PP 4342 3158 0 0 0.625 4402 3126 0 0 0.688 4342 3158 0 0 0.625 2 interp_poly 4402 3126 0 0 0.688 4356 3134 0 0 0.625 4402 3126 0 0 0.688 2 interp_poly -46 -4 60 -15 4356 3134 3 MP PP 4356 3134 0 0 0.625 4416 3119 0 0 0.625 4356 3134 0 0 0.625 2 interp_poly 4416 3119 0 0 0.625 4370 3115 0 0 0.562 4416 3119 0 0 0.625 2 interp_poly 60 -15 -46 8 4402 3126 3 MP PP 4402 3126 0 0 0.688 4356 3134 0 0 0.625 4402 3126 0 0 0.688 2 interp_poly 4356 3134 0 0 0.625 4416 3119 0 0 0.625 4356 3134 0 0 0.625 2 interp_poly 61 -9 -46 -4 4416 3119 3 MP PP 4416 3119 0 0 0.625 4370 3115 0 0 0.562 4416 3119 0 0 0.625 2 interp_poly 4370 3115 0 0 0.562 4431 3106 0 0 0.562 4370 3115 0 0 0.562 2 interp_poly -47 29 61 -36 4388 3133 3 MP PP 4388 3133 0 0 0.75 4449 3097 0 0 0.75 4388 3133 0 0 0.75 2 interp_poly 4449 3097 0 0 0.75 4402 3126 0 0 0.688 4449 3097 0 0 0.75 2 interp_poly -47 -13 61 -9 4370 3115 3 MP PP 4370 3115 0 0 0.562 4431 3106 0 0 0.562 4370 3115 0 0 0.562 2 interp_poly 4431 3106 0 0 0.562 4384 3093 0 0 0.562 4431 3106 0 0 0.562 2 interp_poly 61 -36 -47 63 4435 3070 3 MP PP 4435 3070 0 0 0.875 4388 3133 0 0 0.75 4435 3070 0 0 0.875 2 interp_poly 4388 3133 0 0 0.75 4449 3097 0 0 0.75 4388 3133 0 0 0.75 2 interp_poly -47 8 61 -15 4402 3126 3 MP PP 4402 3126 0 0 0.688 4463 3111 0 0 0.688 4402 3126 0 0 0.688 2 interp_poly 4463 3111 0 0 0.688 4416 3119 0 0 0.625 4463 3111 0 0 0.688 2 interp_poly 61 -15 -47 29 4449 3097 3 MP PP 4449 3097 0 0 0.75 4402 3126 0 0 0.688 4449 3097 0 0 0.75 2 interp_poly 4402 3126 0 0 0.688 4463 3111 0 0 0.688 4402 3126 0 0 0.688 2 interp_poly -47 -262 61 14 4429 3191 3 MP PP 4429 3191 0 0.25 1 4490 3205 0 0.188 1 4429 3191 0 0.25 1 2 interp_poly 4490 3205 0 0.188 1 4443 2943 0 0.625 1 4490 3205 0 0.188 1 2 interp_poly 60 -16 -46 -24 4474 4034 3 MP PP 4474 4034 0 0 0.562 4428 4010 0 0 0.562 4474 4034 0 0 0.562 2 interp_poly 4428 4010 0 0 0.562 4488 3994 0 0 0.562 4428 4010 0 0 0.562 2 interp_poly -46 -23 60 -16 4428 4010 3 MP PP 4428 4010 0 0 0.562 4488 3994 0 0 0.562 4428 4010 0 0 0.562 2 interp_poly 4488 3994 0 0 0.562 4442 3971 0 0 0.562 4488 3994 0 0 0.562 2 interp_poly -46 261 60 -100 4425 1677 3 MP PP 4425 1677 1 0.25 0 4485 1577 1 0.125 0 4425 1677 1 0.25 0 2 interp_poly 4485 1577 1 0.125 0 4439 1838 1 0.625 0 4485 1577 1 0.125 0 2 interp_poly 60 -100 -46 -275 4471 1952 3 MP PP 4471 1952 1 0.75 0 4425 1677 1 0.25 0 4471 1952 1 0.75 0 2 interp_poly 4425 1677 1 0.25 0 4485 1577 1 0.125 0 4425 1677 1 0.25 0 2 interp_poly 61 -13 -47 -23 4470 3895 3 MP PP 4470 3895 0 0 0.562 4423 3872 0 0 0.562 4470 3895 0 0 0.562 2 interp_poly 4423 3872 0 0 0.562 4484 3859 0 0 0.562 4423 3872 0 0 0.562 2 interp_poly -46 -23 61 -13 4423 3872 3 MP PP 4423 3872 0 0 0.562 4484 3859 0 0 0.562 4423 3872 0 0 0.562 2 interp_poly 4484 3859 0 0 0.562 4438 3836 0 0 0.562 4484 3859 0 0 0.562 2 interp_poly 61 -28 -47 -21 4466 3764 3 MP PP 4466 3764 0 0 0.562 4419 3743 0 0 0.562 4466 3764 0 0 0.562 2 interp_poly 4419 3743 0 0 0.562 4480 3715 0 0 0.562 4419 3743 0 0 0.562 2 interp_poly -47 -30 61 -28 4419 3743 3 MP PP 4419 3743 0 0 0.562 4480 3715 0 0 0.562 4419 3743 0 0 0.562 2 interp_poly 4480 3715 0 0 0.562 4433 3685 0 0 0.562 4480 3715 0 0 0.562 2 interp_poly 60 -17 -46 -21 4464 4209 3 MP PP 4464 4209 0 0 0.562 4418 4188 0 0 0.562 4464 4209 0 0 0.562 2 interp_poly 4418 4188 0 0 0.562 4478 4171 0 0 0.562 4418 4188 0 0 0.562 2 interp_poly -46 -21 60 -17 4418 4188 3 MP PP 4418 4188 0 0 0.562 4478 4171 0 0 0.562 4418 4188 0 0 0.562 2 interp_poly 4478 4171 0 0 0.562 4432 4150 0 0 0.562 4478 4171 0 0 0.562 2 interp_poly 61 -13 -46 -113 4461 3487 3 MP PP 4461 3487 0 0 0.812 4415 3374 0 0 1 4461 3487 0 0 0.812 2 interp_poly 4415 3374 0 0 1 4476 3361 0 0 0.938 4415 3374 0 0 1 2 interp_poly -47 -170 61 -13 4415 3374 3 MP PP 4415 3374 0 0 1 4476 3361 0 0 0.938 4415 3374 0 0 1 2 interp_poly 4476 3361 0 0 0.938 4429 3191 0 0.25 1 4476 3361 0 0 0.938 2 interp_poly 60 -16 -46 -23 4460 4073 3 MP PP 4460 4073 0 0 0.562 4414 4050 0 0 0.562 4460 4073 0 0 0.562 2 interp_poly 4414 4050 0 0 0.562 4474 4034 0 0 0.562 4414 4050 0 0 0.562 2 interp_poly -46 -24 60 -16 4414 4050 3 MP PP 4414 4050 0 0 0.562 4474 4034 0 0 0.562 4414 4050 0 0 0.562 2 interp_poly 4474 4034 0 0 0.562 4428 4010 0 0 0.562 4474 4034 0 0 0.562 2 interp_poly -47 551 61 -71 4378 1909 3 MP PP 4378 1909 1 0.75 0 4439 1838 1 0.625 0 4378 1909 1 0.75 0 2 interp_poly 4439 1838 1 0.625 0 4392 2389 0.375 1 0.688 4439 1838 1 0.625 0 2 interp_poly -46 432 61 -9 4392 2389 3 MP PP 4392 2389 0.375 1 0.688 4453 2380 0.375 1 0.688 4392 2389 0.375 1 0.688 2 interp_poly 4453 2380 0.375 1 0.688 4407 2812 0 0.5 1 4453 2380 0.375 1 0.688 2 interp_poly 61 -9 -47 551 4439 1838 3 MP PP 4439 1838 1 0.625 0 4392 2389 0.375 1 0.688 4439 1838 1 0.625 0 2 interp_poly 4392 2389 0.375 1 0.688 4453 2380 0.375 1 0.688 4392 2389 0.375 1 0.688 2 interp_poly 60 -145 -46 -444 4457 2541 3 MP PP 4457 2541 0.312 1 0.75 4411 2097 1 1 0 4457 2541 0.312 1 0.75 2 interp_poly 4411 2097 1 1 0 4471 1952 1 0.75 0 4411 2097 1 1 0 2 interp_poly 61 -71 -47 232 4425 1677 3 MP PP 4425 1677 1 0.25 0 4378 1909 1 0.75 0 4425 1677 1 0.25 0 2 interp_poly 4378 1909 1 0.75 0 4439 1838 1 0.625 0 4378 1909 1 0.75 0 2 interp_poly -46 -275 60 -145 4411 2097 3 MP PP 4411 2097 1 1 0 4471 1952 1 0.75 0 4411 2097 1 1 0 2 interp_poly 4471 1952 1 0.75 0 4425 1677 1 0.25 0 4471 1952 1 0.75 0 2 interp_poly 61 -14 -47 -24 4456 3933 3 MP PP 4456 3933 0 0 0.562 4409 3909 0 0 0.562 4456 3933 0 0 0.562 2 interp_poly 4409 3909 0 0 0.562 4470 3895 0 0 0.562 4409 3909 0 0 0.562 2 interp_poly -47 -23 61 -14 4409 3909 3 MP PP 4409 3909 0 0 0.562 4470 3895 0 0 0.562 4409 3909 0 0 0.562 2 interp_poly 4470 3895 0 0 0.562 4423 3872 0 0 0.562 4470 3895 0 0 0.562 2 interp_poly 61 -18 -47 -20 4452 3802 3 MP PP 4452 3802 0 0 0.562 4405 3782 0 0 0.562 4452 3802 0 0 0.562 2 interp_poly 4405 3782 0 0 0.562 4466 3764 0 0 0.562 4405 3782 0 0 0.562 2 interp_poly -47 -21 61 -18 4405 3782 3 MP PP 4405 3782 0 0 0.562 4466 3764 0 0 0.562 4405 3782 0 0 0.562 2 interp_poly 4466 3764 0 0 0.562 4419 3743 0 0 0.562 4466 3764 0 0 0.562 2 interp_poly 60 -17 -46 -21 4450 4247 3 MP PP 4450 4247 0 0 0.562 4404 4226 0 0 0.562 4450 4247 0 0 0.562 2 interp_poly 4404 4226 0 0 0.562 4464 4209 0 0 0.562 4404 4226 0 0 0.562 2 interp_poly -46 -21 60 -17 4404 4226 3 MP PP 4404 4226 0 0 0.562 4464 4209 0 0 0.562 4404 4226 0 0 0.562 2 interp_poly 4464 4209 0 0 0.562 4418 4188 0 0 0.562 4464 4209 0 0 0.562 2 interp_poly 60 -42 -46 -70 4447 3599 3 MP PP 4447 3599 0 0 0.688 4401 3529 0 0 0.75 4447 3599 0 0 0.688 2 interp_poly 4401 3529 0 0 0.75 4461 3487 0 0 0.812 4401 3529 0 0 0.75 2 interp_poly -46 -113 60 -42 4401 3529 3 MP PP 4401 3529 0 0 0.75 4461 3487 0 0 0.812 4401 3529 0 0 0.75 2 interp_poly 4461 3487 0 0 0.812 4415 3374 0 0 1 4461 3487 0 0 0.812 2 interp_poly 61 -16 -47 -22 4446 4111 3 MP PP 4446 4111 0 0 0.562 4399 4089 0 0 0.562 4446 4111 0 0 0.562 2 interp_poly 4399 4089 0 0 0.562 4460 4073 0 0 0.562 4399 4089 0 0 0.562 2 interp_poly -46 -23 61 -16 4399 4089 3 MP PP 4399 4089 0 0 0.562 4460 4073 0 0 0.562 4399 4089 0 0 0.562 2 interp_poly 4460 4073 0 0 0.562 4414 4050 0 0 0.562 4460 4073 0 0 0.562 2 interp_poly 61 -35 -46 458 4392 2389 3 MP PP 4392 2389 0.375 1 0.688 4346 2847 0 0.5 1 4392 2389 0.375 1 0.688 2 interp_poly 4346 2847 0 0.5 1 4407 2812 0 0.5 1 4346 2847 0 0.5 1 2 interp_poly 60 -50 -46 -352 4443 2943 3 MP PP 4443 2943 0 0.625 1 4397 2591 0.25 1 0.812 4443 2943 0 0.625 1 2 interp_poly 4397 2591 0.25 1 0.812 4457 2541 0.312 1 0.75 4397 2591 0.25 1 0.812 2 interp_poly -46 -444 60 -50 4397 2591 3 MP PP 4397 2591 0.25 1 0.812 4457 2541 0.312 1 0.75 4397 2591 0.25 1 0.812 2 interp_poly 4457 2541 0.312 1 0.75 4411 2097 1 1 0 4457 2541 0.312 1 0.75 2 interp_poly 61 -14 -47 -24 4442 3971 3 MP PP 4442 3971 0 0 0.562 4395 3947 0 0 0.562 4442 3971 0 0 0.562 2 interp_poly 4395 3947 0 0 0.562 4456 3933 0 0 0.562 4395 3947 0 0 0.562 2 interp_poly -47 -24 61 -14 4395 3947 3 MP PP 4395 3947 0 0 0.562 4456 3933 0 0 0.562 4395 3947 0 0 0.562 2 interp_poly 4456 3933 0 0 0.562 4409 3909 0 0 0.562 4456 3933 0 0 0.562 2 interp_poly 61 -13 -47 -21 4438 3836 3 MP PP 4438 3836 0 0 0.562 4391 3815 0 0 0.562 4438 3836 0 0 0.562 2 interp_poly 4391 3815 0 0 0.562 4452 3802 0 0 0.562 4391 3815 0 0 0.562 2 interp_poly -47 -20 61 -13 4391 3815 3 MP PP 4391 3815 0 0 0.562 4452 3802 0 0 0.562 4391 3815 0 0 0.562 2 interp_poly 4452 3802 0 0 0.562 4405 3782 0 0 0.562 4452 3802 0 0 0.562 2 interp_poly 60 -17 -46 -21 4436 4285 3 MP PP 4436 4285 0 0 0.562 4390 4264 0 0 0.562 4436 4285 0 0 0.562 2 interp_poly 4390 4264 0 0 0.562 4450 4247 0 0 0.562 4390 4264 0 0 0.562 2 interp_poly -46 -21 60 -17 4390 4264 3 MP PP 4390 4264 0 0 0.562 4450 4247 0 0 0.562 4390 4264 0 0 0.562 2 interp_poly 4450 4247 0 0 0.562 4404 4226 0 0 0.562 4450 4247 0 0 0.562 2 interp_poly 60 -48 -46 -38 4433 3685 3 MP PP 4433 3685 0 0 0.562 4387 3647 0 0 0.625 4433 3685 0 0 0.562 2 interp_poly 4387 3647 0 0 0.625 4447 3599 0 0 0.688 4387 3647 0 0 0.625 2 interp_poly -46 -70 60 -48 4387 3647 3 MP PP 4387 3647 0 0 0.625 4447 3599 0 0 0.688 4387 3647 0 0 0.625 2 interp_poly 4447 3599 0 0 0.688 4401 3529 0 0 0.75 4447 3599 0 0 0.688 2 interp_poly 61 -17 -47 -22 4432 4150 3 MP PP 4432 4150 0 0 0.562 4385 4128 0 0 0.562 4432 4150 0 0 0.562 2 interp_poly 4385 4128 0 0 0.562 4446 4111 0 0 0.562 4385 4128 0 0 0.562 2 interp_poly -47 -22 61 -17 4385 4128 3 MP PP 4385 4128 0 0 0.562 4446 4111 0 0 0.562 4385 4128 0 0 0.562 2 interp_poly 4446 4111 0 0 0.562 4399 4089 0 0 0.562 4446 4111 0 0 0.562 2 interp_poly 61 -16 -47 -21 4380 2973 3 MP PP 4380 2973 0 0 0.562 4333 2952 0 0 0.562 4380 2973 0 0 0.562 2 interp_poly 4333 2952 0 0 0.562 4394 2936 0 0 0.562 4333 2952 0 0 0.562 2 interp_poly -46 -22 60 -13 4352 3045 3 MP PP 4352 3045 0 0 0.562 4412 3032 0 0 0.562 4352 3045 0 0 0.562 2 interp_poly 4412 3032 0 0 0.562 4366 3010 0 0 0.562 4412 3032 0 0 0.562 2 interp_poly 60 -13 -46 -20 4398 3065 3 MP PP 4398 3065 0 0 0.562 4352 3045 0 0 0.562 4398 3065 0 0 0.562 2 interp_poly 4352 3045 0 0 0.562 4412 3032 0 0 0.562 4352 3045 0 0 0.562 2 interp_poly -46 -17 61 -11 4323 3104 3 MP PP 4323 3104 0 0 0.562 4384 3093 0 0 0.562 4323 3104 0 0 0.562 2 interp_poly 4384 3093 0 0 0.562 4338 3076 0 0 0.562 4384 3093 0 0 0.562 2 interp_poly 61 -11 -47 -11 4370 3115 3 MP PP 4370 3115 0 0 0.562 4323 3104 0 0 0.562 4370 3115 0 0 0.562 2 interp_poly 4323 3104 0 0 0.562 4384 3093 0 0 0.562 4323 3104 0 0 0.562 2 interp_poly -46 -20 60 -11 4338 3076 3 MP PP 4338 3076 0 0 0.562 4398 3065 0 0 0.562 4338 3076 0 0 0.562 2 interp_poly 4398 3065 0 0 0.562 4352 3045 0 0 0.562 4398 3065 0 0 0.562 2 interp_poly 60 -11 -46 -17 4384 3093 3 MP PP 4384 3093 0 0 0.562 4338 3076 0 0 0.562 4384 3093 0 0 0.562 2 interp_poly 4338 3076 0 0 0.562 4398 3065 0 0 0.562 4338 3076 0 0 0.562 2 interp_poly -47 126 61 -65 4360 3067 3 MP PP 4360 3067 0 0 1 4421 3002 0 0.0625 1 4360 3067 0 0 1 2 interp_poly 4421 3002 0 0.0625 1 4374 3128 0 0 0.812 4421 3002 0 0.0625 1 2 interp_poly -47 -21 61 -16 4319 2989 3 MP PP 4319 2989 0 0 0.562 4380 2973 0 0 0.562 4319 2989 0 0 0.562 2 interp_poly 4380 2973 0 0 0.562 4333 2952 0 0 0.562 4380 2973 0 0 0.562 2 interp_poly 61 -16 -47 -21 4366 3010 3 MP PP 4366 3010 0 0 0.562 4319 2989 0 0 0.562 4366 3010 0 0 0.562 2 interp_poly 4319 2989 0 0 0.562 4380 2973 0 0 0.562 4319 2989 0 0 0.562 2 interp_poly -47 -21 61 -16 4333 2952 3 MP PP 4333 2952 0 0 0.562 4394 2936 0 0 0.562 4333 2952 0 0 0.562 2 interp_poly 4394 2936 0 0 0.562 4347 2915 0 0 0.562 4394 2936 0 0 0.562 2 interp_poly 61 -65 -47 255 4407 2812 3 MP PP 4407 2812 0 0.5 1 4360 3067 0 0 1 4407 2812 0 0.5 1 2 interp_poly 4360 3067 0 0 1 4421 3002 0 0.0625 1 4360 3067 0 0 1 2 interp_poly -47 63 61 -58 4374 3128 3 MP PP 4374 3128 0 0 0.812 4435 3070 0 0 0.875 4374 3128 0 0 0.812 2 interp_poly 4435 3070 0 0 0.875 4388 3133 0 0 0.75 4435 3070 0 0 0.875 2 interp_poly 61 -58 -47 126 4421 3002 3 MP PP 4421 3002 0 0.0625 1 4374 3128 0 0 0.812 4421 3002 0 0.0625 1 2 interp_poly 4374 3128 0 0 0.812 4435 3070 0 0 0.875 4374 3128 0 0 0.812 2 interp_poly 60 -2 -46 -246 4429 3191 3 MP PP 4429 3191 0 0.25 1 4383 2945 0 0.688 1 4429 3191 0 0.25 1 2 interp_poly 4383 2945 0 0.688 1 4443 2943 0 0.625 1 4383 2945 0 0.688 1 2 interp_poly -47 -21 61 -15 4305 3025 3 MP PP 4305 3025 0 0 0.562 4366 3010 0 0 0.562 4305 3025 0 0 0.562 2 interp_poly 4366 3010 0 0 0.562 4319 2989 0 0 0.562 4366 3010 0 0 0.562 2 interp_poly 61 -15 -47 -20 4352 3045 3 MP PP 4352 3045 0 0 0.562 4305 3025 0 0 0.562 4352 3045 0 0 0.562 2 interp_poly 4305 3025 0 0 0.562 4366 3010 0 0 0.562 4305 3025 0 0 0.562 2 interp_poly -47 255 61 -35 4346 2847 3 MP PP 4346 2847 0 0.5 1 4407 2812 0 0.5 1 4346 2847 0 0.5 1 2 interp_poly 4407 2812 0 0.5 1 4360 3067 0 0 1 4407 2812 0 0.5 1 2 interp_poly -46 -352 60 -2 4383 2945 3 MP PP 4383 2945 0 0.688 1 4443 2943 0 0.625 1 4383 2945 0 0.688 1 2 interp_poly 4443 2943 0 0.625 1 4397 2591 0.25 1 0.812 4443 2943 0 0.625 1 2 interp_poly 61 -16 -47 -23 4428 4010 3 MP PP 4428 4010 0 0 0.562 4381 3987 0 0 0.562 4428 4010 0 0 0.562 2 interp_poly 4381 3987 0 0 0.562 4442 3971 0 0 0.562 4381 3987 0 0 0.562 2 interp_poly -47 -24 61 -16 4381 3987 3 MP PP 4381 3987 0 0 0.562 4442 3971 0 0 0.562 4381 3987 0 0 0.562 2 interp_poly 4442 3971 0 0 0.562 4395 3947 0 0 0.562 4442 3971 0 0 0.562 2 interp_poly 61 -12 -46 -24 4423 3872 3 MP PP 4423 3872 0 0 0.562 4377 3848 0 0 0.562 4423 3872 0 0 0.562 2 interp_poly 4377 3848 0 0 0.562 4438 3836 0 0 0.562 4377 3848 0 0 0.562 2 interp_poly -47 -21 61 -12 4377 3848 3 MP PP 4377 3848 0 0 0.562 4438 3836 0 0 0.562 4377 3848 0 0 0.562 2 interp_poly 4438 3836 0 0 0.562 4391 3815 0 0 0.562 4438 3836 0 0 0.562 2 interp_poly -46 -21 61 -17 4375 4302 3 MP PP 4375 4302 0 0 0.562 4436 4285 0 0 0.562 4375 4302 0 0 0.562 2 interp_poly 4436 4285 0 0 0.562 4390 4264 0 0 0.562 4436 4285 0 0 0.562 2 interp_poly 60 -35 -46 -23 4419 3743 3 MP PP 4419 3743 0 0 0.562 4373 3720 0 0 0.562 4419 3743 0 0 0.562 2 interp_poly 4373 3720 0 0 0.562 4433 3685 0 0 0.562 4373 3720 0 0 0.562 2 interp_poly -46 -38 60 -35 4373 3720 3 MP PP 4373 3720 0 0 0.562 4433 3685 0 0 0.562 4373 3720 0 0 0.562 2 interp_poly 4433 3685 0 0 0.562 4387 3647 0 0 0.625 4433 3685 0 0 0.562 2 interp_poly 61 -16 -47 -22 4418 4188 3 MP PP 4418 4188 0 0 0.562 4371 4166 0 0 0.562 4418 4188 0 0 0.562 2 interp_poly 4371 4166 0 0 0.562 4432 4150 0 0 0.562 4371 4166 0 0 0.562 2 interp_poly -47 -22 61 -16 4371 4166 3 MP PP 4371 4166 0 0 0.562 4432 4150 0 0 0.562 4371 4166 0 0 0.562 2 interp_poly 4432 4150 0 0 0.562 4385 4128 0 0 0.562 4432 4150 0 0 0.562 2 interp_poly 61 -13 -47 -170 4415 3374 3 MP PP 4415 3374 0 0 1 4368 3204 0 0.25 1 4415 3374 0 0 1 2 interp_poly 4368 3204 0 0.25 1 4429 3191 0 0.25 1 4368 3204 0 0.25 1 2 interp_poly -47 16 61 -49 4267 3232 3 MP PP 4267 3232 0 0 0.625 4328 3183 0 0 0.688 4267 3232 0 0 0.625 2 interp_poly 4328 3183 0 0 0.688 4281 3199 0 0 0.625 4328 3183 0 0 0.688 2 interp_poly 61 -41 -47 16 4328 3183 3 MP PP 4328 3183 0 0 0.688 4281 3199 0 0 0.625 4328 3183 0 0 0.688 2 interp_poly 4281 3199 0 0 0.625 4342 3158 0 0 0.625 4281 3199 0 0 0.625 2 interp_poly 60 -32 -46 25 4388 3133 3 MP PP 4388 3133 0 0 0.75 4342 3158 0 0 0.625 4388 3133 0 0 0.75 2 interp_poly 4342 3158 0 0 0.625 4402 3126 0 0 0.688 4342 3158 0 0 0.625 2 interp_poly -46 25 60 -50 4328 3183 3 MP PP 4328 3183 0 0 0.688 4388 3133 0 0 0.75 4328 3183 0 0 0.688 2 interp_poly 4388 3133 0 0 0.75 4342 3158 0 0 0.625 4388 3133 0 0 0.75 2 interp_poly -46 55 60 -60 4314 3188 3 MP PP 4314 3188 0 0 0.75 4374 3128 0 0 0.812 4314 3188 0 0 0.75 2 interp_poly 4374 3128 0 0 0.812 4328 3183 0 0 0.688 4374 3128 0 0 0.812 2 interp_poly -47 3 61 -41 4281 3199 3 MP PP 4281 3199 0 0 0.625 4342 3158 0 0 0.625 4281 3199 0 0 0.625 2 interp_poly 4342 3158 0 0 0.625 4295 3161 0 0 0.625 4342 3158 0 0 0.625 2 interp_poly -47 -4 61 -27 4295 3161 3 MP PP 4295 3161 0 0 0.625 4356 3134 0 0 0.625 4295 3161 0 0 0.625 2 interp_poly 4356 3134 0 0 0.625 4309 3130 0 0 0.625 4356 3134 0 0 0.625 2 interp_poly 61 -27 -47 3 4342 3158 3 MP PP 4342 3158 0 0 0.625 4295 3161 0 0 0.625 4342 3158 0 0 0.625 2 interp_poly 4295 3161 0 0 0.625 4356 3134 0 0 0.625 4295 3161 0 0 0.625 2 interp_poly -47 -11 61 -15 4309 3130 3 MP PP 4309 3130 0 0 0.625 4370 3115 0 0 0.562 4309 3130 0 0 0.625 2 interp_poly 4370 3115 0 0 0.562 4323 3104 0 0 0.562 4370 3115 0 0 0.562 2 interp_poly 61 -15 -47 -4 4356 3134 3 MP PP 4356 3134 0 0 0.625 4309 3130 0 0 0.625 4356 3134 0 0 0.625 2 interp_poly 4309 3130 0 0 0.625 4370 3115 0 0 0.562 4309 3130 0 0 0.625 2 interp_poly 60 -60 -46 121 4360 3067 3 MP PP 4360 3067 0 0 1 4314 3188 0 0 0.75 4360 3067 0 0 1 2 interp_poly 4314 3188 0 0 0.75 4374 3128 0 0 0.812 4314 3188 0 0 0.75 2 interp_poly 60 -50 -46 55 4374 3128 3 MP PP 4374 3128 0 0 0.812 4328 3183 0 0 0.688 4374 3128 0 0 0.812 2 interp_poly 4328 3183 0 0 0.688 4388 3133 0 0 0.75 4328 3183 0 0 0.688 2 interp_poly -46 -246 61 -13 4368 3204 3 MP PP 4368 3204 0 0.25 1 4429 3191 0 0.25 1 4368 3204 0 0.25 1 2 interp_poly 4429 3191 0 0.25 1 4383 2945 0 0.688 1 4429 3191 0 0.25 1 2 interp_poly 61 -17 -47 -23 4414 4050 3 MP PP 4414 4050 0 0 0.562 4367 4027 0 0 0.562 4414 4050 0 0 0.562 2 interp_poly 4367 4027 0 0 0.562 4428 4010 0 0 0.562 4367 4027 0 0 0.562 2 interp_poly -47 -23 61 -17 4367 4027 3 MP PP 4367 4027 0 0 0.562 4428 4010 0 0 0.562 4367 4027 0 0 0.562 2 interp_poly 4428 4010 0 0 0.562 4381 3987 0 0 0.562 4428 4010 0 0 0.562 2 interp_poly -46 505 60 -145 4318 2054 3 MP PP 4318 2054 1 1 0 4378 1909 1 0.75 0 4318 2054 1 1 0 2 interp_poly 4378 1909 1 0.75 0 4332 2414 0.375 1 0.688 4378 1909 1 0.75 0 2 interp_poly 60 -145 -46 173 4364 1881 3 MP PP 4364 1881 1 0.625 0 4318 2054 1 1 0 4364 1881 1 0.625 0 2 interp_poly 4318 2054 1 1 0 4378 1909 1 0.75 0 4318 2054 1 1 0 2 interp_poly 60 -25 -46 505 4378 1909 3 MP PP 4378 1909 1 0.75 0 4332 2414 0.375 1 0.688 4378 1909 1 0.75 0 2 interp_poly 4332 2414 0.375 1 0.688 4392 2389 0.375 1 0.688 4332 2414 0.375 1 0.688 2 interp_poly -47 232 61 -204 4364 1881 3 MP PP 4364 1881 1 0.625 0 4425 1677 1 0.25 0 4364 1881 1 0.625 0 2 interp_poly 4425 1677 1 0.25 0 4378 1909 1 0.75 0 4425 1677 1 0.25 0 2 interp_poly 61 -204 -47 -216 4411 2097 3 MP PP 4411 2097 1 1 0 4364 1881 1 0.625 0 4411 2097 1 1 0 2 interp_poly 4364 1881 1 0.625 0 4425 1677 1 0.25 0 4364 1881 1 0.625 0 2 interp_poly 60 -13 -46 -24 4409 3909 3 MP PP 4409 3909 0 0 0.562 4363 3885 0 0 0.562 4409 3909 0 0 0.562 2 interp_poly 4363 3885 0 0 0.562 4423 3872 0 0 0.562 4363 3885 0 0 0.562 2 interp_poly -46 -24 60 -13 4363 3885 3 MP PP 4363 3885 0 0 0.562 4423 3872 0 0 0.562 4363 3885 0 0 0.562 2 interp_poly 4423 3872 0 0 0.562 4377 3848 0 0 0.562 4423 3872 0 0 0.562 2 interp_poly 60 -19 -46 -20 4405 3782 3 MP PP 4405 3782 0 0 0.562 4359 3762 0 0 0.562 4405 3782 0 0 0.562 2 interp_poly 4359 3762 0 0 0.562 4419 3743 0 0 0.562 4359 3762 0 0 0.562 2 interp_poly -46 -23 60 -19 4359 3762 3 MP PP 4359 3762 0 0 0.562 4419 3743 0 0 0.562 4359 3762 0 0 0.562 2 interp_poly 4419 3743 0 0 0.562 4373 3720 0 0 0.562 4419 3743 0 0 0.562 2 interp_poly 61 -16 -47 -22 4404 4226 3 MP PP 4404 4226 0 0 0.562 4357 4204 0 0 0.562 4404 4226 0 0 0.562 2 interp_poly 4357 4204 0 0 0.562 4418 4188 0 0 0.562 4357 4204 0 0 0.562 2 interp_poly -47 -22 61 -16 4357 4204 3 MP PP 4357 4204 0 0 0.562 4418 4188 0 0 0.562 4357 4204 0 0 0.562 2 interp_poly 4418 4188 0 0 0.562 4371 4166 0 0 0.562 4418 4188 0 0 0.562 2 interp_poly 61 -48 -47 -107 4401 3529 3 MP PP 4401 3529 0 0 0.75 4354 3422 0 0 0.938 4401 3529 0 0 0.75 2 interp_poly 4354 3422 0 0 0.938 4415 3374 0 0 1 4354 3422 0 0 0.938 2 interp_poly -47 -170 61 -48 4354 3422 3 MP PP 4354 3422 0 0 0.938 4415 3374 0 0 1 4354 3422 0 0 0.938 2 interp_poly 4415 3374 0 0 1 4368 3204 0 0.25 1 4415 3374 0 0 1 2 interp_poly 61 -17 -46 -22 4399 4089 3 MP PP 4399 4089 0 0 0.562 4353 4067 0 0 0.562 4399 4089 0 0 0.562 2 interp_poly 4353 4067 0 0 0.562 4414 4050 0 0 0.562 4353 4067 0 0 0.562 2 interp_poly -47 -23 61 -17 4353 4067 3 MP PP 4353 4067 0 0 0.562 4414 4050 0 0 0.562 4353 4067 0 0 0.562 2 interp_poly 4414 4050 0 0 0.562 4367 4027 0 0 0.562 4414 4050 0 0 0.562 2 interp_poly -46 458 60 -25 4332 2414 3 MP PP 4332 2414 0.375 1 0.688 4392 2389 0.375 1 0.688 4332 2414 0.375 1 0.688 2 interp_poly 4392 2389 0.375 1 0.688 4346 2847 0 0.5 1 4392 2389 0.375 1 0.688 2 interp_poly 61 -143 -47 -351 4397 2591 3 MP PP 4397 2591 0.25 1 0.812 4350 2240 0.875 1 0.188 4397 2591 0.25 1 0.812 2 interp_poly 4350 2240 0.875 1 0.188 4411 2097 1 1 0 4350 2240 0.875 1 0.188 2 interp_poly -47 -216 61 -143 4350 2240 3 MP PP 4350 2240 0.875 1 0.188 4411 2097 1 1 0 4350 2240 0.875 1 0.188 2 interp_poly 4411 2097 1 1 0 4364 1881 1 0.625 0 4411 2097 1 1 0 2 interp_poly 60 -14 -46 -24 4395 3947 3 MP PP 4395 3947 0 0 0.562 4349 3923 0 0 0.562 4395 3947 0 0 0.562 2 interp_poly 4349 3923 0 0 0.562 4409 3909 0 0 0.562 4349 3923 0 0 0.562 2 interp_poly -46 -24 60 -14 4349 3923 3 MP PP 4349 3923 0 0 0.562 4409 3909 0 0 0.562 4349 3923 0 0 0.562 2 interp_poly 4409 3909 0 0 0.562 4363 3885 0 0 0.562 4409 3909 0 0 0.562 2 interp_poly 60 -11 -46 -22 4391 3815 3 MP PP 4391 3815 0 0 0.562 4345 3793 0 0 0.562 4391 3815 0 0 0.562 2 interp_poly 4345 3793 0 0 0.562 4405 3782 0 0 0.562 4345 3793 0 0 0.562 2 interp_poly -46 -20 60 -11 4345 3793 3 MP PP 4345 3793 0 0 0.562 4405 3782 0 0 0.562 4345 3793 0 0 0.562 2 interp_poly 4405 3782 0 0 0.562 4359 3762 0 0 0.562 4405 3782 0 0 0.562 2 interp_poly 61 -16 -47 -22 4390 4264 3 MP PP 4390 4264 0 0 0.562 4343 4242 0 0 0.562 4390 4264 0 0 0.562 2 interp_poly 4343 4242 0 0 0.562 4404 4226 0 0 0.562 4343 4242 0 0 0.562 2 interp_poly -47 -22 61 -16 4343 4242 3 MP PP 4343 4242 0 0 0.562 4404 4226 0 0 0.562 4343 4242 0 0 0.562 2 interp_poly 4404 4226 0 0 0.562 4357 4204 0 0 0.562 4404 4226 0 0 0.562 2 interp_poly 61 -61 -47 -57 4387 3647 3 MP PP 4387 3647 0 0 0.625 4340 3590 0 0 0.688 4387 3647 0 0 0.625 2 interp_poly 4340 3590 0 0 0.688 4401 3529 0 0 0.75 4340 3590 0 0 0.688 2 interp_poly -47 -107 61 -61 4340 3590 3 MP PP 4340 3590 0 0 0.688 4401 3529 0 0 0.75 4340 3590 0 0 0.688 2 interp_poly 4401 3529 0 0 0.75 4354 3422 0 0 0.938 4401 3529 0 0 0.75 2 interp_poly 60 -17 -46 -22 4385 4128 3 MP PP 4385 4128 0 0 0.562 4339 4106 0 0 0.562 4385 4128 0 0 0.562 2 interp_poly 4339 4106 0 0 0.562 4399 4089 0 0 0.562 4339 4106 0 0 0.562 2 interp_poly -46 -22 60 -17 4339 4106 3 MP PP 4339 4106 0 0 0.562 4399 4089 0 0 0.562 4339 4106 0 0 0.562 2 interp_poly 4399 4089 0 0 0.562 4353 4067 0 0 0.562 4399 4089 0 0 0.562 2 interp_poly 61 0 -47 433 4332 2414 3 MP PP 4332 2414 0.375 1 0.688 4285 2847 0 0.5 1 4332 2414 0.375 1 0.688 2 interp_poly 4285 2847 0 0.5 1 4346 2847 0 0.5 1 4285 2847 0 0.5 1 2 interp_poly 61 -40 -47 -314 4383 2945 3 MP PP 4383 2945 0 0.688 1 4336 2631 0.188 1 0.875 4383 2945 0 0.688 1 2 interp_poly 4336 2631 0.188 1 0.875 4397 2591 0.25 1 0.812 4336 2631 0.188 1 0.875 2 interp_poly -47 -351 61 -40 4336 2631 3 MP PP 4336 2631 0.188 1 0.875 4397 2591 0.25 1 0.812 4336 2631 0.188 1 0.875 2 interp_poly 4397 2591 0.25 1 0.812 4350 2240 0.875 1 0.188 4397 2591 0.25 1 0.812 2 interp_poly 60 -16 -46 -24 4381 3987 3 MP PP 4381 3987 0 0 0.562 4335 3963 0 0 0.562 4381 3987 0 0 0.562 2 interp_poly 4335 3963 0 0 0.562 4395 3947 0 0 0.562 4335 3963 0 0 0.562 2 interp_poly -46 -24 60 -16 4335 3963 3 MP PP 4335 3963 0 0 0.562 4395 3947 0 0 0.562 4335 3963 0 0 0.562 2 interp_poly 4395 3947 0 0 0.562 4349 3923 0 0 0.562 4395 3947 0 0 0.562 2 interp_poly 61 -9 -47 -24 4377 3848 3 MP PP 4377 3848 0 0 0.562 4330 3824 0 0 0.562 4377 3848 0 0 0.562 2 interp_poly 4330 3824 0 0 0.562 4391 3815 0 0 0.562 4330 3824 0 0 0.562 2 interp_poly -46 -22 61 -9 4330 3824 3 MP PP 4330 3824 0 0 0.562 4391 3815 0 0 0.562 4330 3824 0 0 0.562 2 interp_poly 4391 3815 0 0 0.562 4345 3793 0 0 0.562 4391 3815 0 0 0.562 2 interp_poly 61 -16 -46 -22 4375 4302 3 MP PP 4375 4302 0 0 0.562 4329 4280 0 0 0.562 4375 4302 0 0 0.562 2 interp_poly 4329 4280 0 0 0.562 4390 4264 0 0 0.562 4329 4280 0 0 0.562 2 interp_poly -47 -22 61 -16 4329 4280 3 MP PP 4329 4280 0 0 0.562 4390 4264 0 0 0.562 4329 4280 0 0 0.562 2 interp_poly 4390 4264 0 0 0.562 4343 4242 0 0 0.562 4390 4264 0 0 0.562 2 interp_poly 61 -44 -47 -29 4373 3720 3 MP PP 4373 3720 0 0 0.562 4326 3691 0 0 0.562 4373 3720 0 0 0.562 2 interp_poly 4326 3691 0 0 0.562 4387 3647 0 0 0.625 4326 3691 0 0 0.562 2 interp_poly -47 -57 61 -44 4326 3691 3 MP PP 4326 3691 0 0 0.562 4387 3647 0 0 0.625 4326 3691 0 0 0.562 2 interp_poly 4387 3647 0 0 0.625 4340 3590 0 0 0.688 4387 3647 0 0 0.625 2 interp_poly 60 -17 -46 -21 4371 4166 3 MP PP 4371 4166 0 0 0.562 4325 4145 0 0 0.562 4371 4166 0 0 0.562 2 interp_poly 4325 4145 0 0 0.562 4385 4128 0 0 0.562 4325 4145 0 0 0.562 2 interp_poly -46 -22 60 -17 4325 4145 3 MP PP 4325 4145 0 0 0.562 4385 4128 0 0 0.562 4325 4145 0 0 0.562 2 interp_poly 4385 4128 0 0 0.562 4339 4106 0 0 0.562 4385 4128 0 0 0.562 2 interp_poly 60 -16 -46 -21 4319 2989 3 MP PP 4319 2989 0 0 0.562 4273 2968 0 0 0.562 4319 2989 0 0 0.562 2 interp_poly 4273 2968 0 0 0.562 4333 2952 0 0 0.562 4273 2968 0 0 0.562 2 interp_poly -47 -21 61 -16 4240 2910 3 MP PP 4240 2910 0 0 0.562 4301 2894 0 0 0.562 4240 2910 0 0 0.562 2 interp_poly 4301 2894 0 0 0.562 4254 2873 0 0 0.562 4301 2894 0 0 0.562 2 interp_poly 61 -16 -47 -21 4287 2931 3 MP PP 4287 2931 0 0 0.562 4240 2910 0 0 0.562 4287 2931 0 0 0.562 2 interp_poly 4240 2910 0 0 0.562 4301 2894 0 0 0.562 4240 2910 0 0 0.562 2 interp_poly -46 -21 60 -14 4245 3039 3 MP PP 4245 3039 0 0 0.562 4305 3025 0 0 0.562 4245 3039 0 0 0.562 2 interp_poly 4305 3025 0 0 0.562 4259 3004 0 0 0.562 4305 3025 0 0 0.562 2 interp_poly 60 -14 -46 -19 4291 3058 3 MP PP 4291 3058 0 0 0.562 4245 3039 0 0 0.562 4291 3058 0 0 0.562 2 interp_poly 4245 3039 0 0 0.562 4305 3025 0 0 0.562 4245 3039 0 0 0.562 2 interp_poly -46 -21 60 -15 4259 3004 3 MP PP 4259 3004 0 0 0.562 4319 2989 0 0 0.562 4259 3004 0 0 0.562 2 interp_poly 4319 2989 0 0 0.562 4273 2968 0 0 0.562 4319 2989 0 0 0.562 2 interp_poly 60 -15 -46 -21 4305 3025 3 MP PP 4305 3025 0 0 0.562 4259 3004 0 0 0.562 4305 3025 0 0 0.562 2 interp_poly 4259 3004 0 0 0.562 4319 2989 0 0 0.562 4259 3004 0 0 0.562 2 interp_poly -46 -15 60 -15 4263 3119 3 MP PP 4263 3119 0 0 0.562 4323 3104 0 0 0.562 4263 3119 0 0 0.562 2 interp_poly 4323 3104 0 0 0.562 4277 3089 0 0 0.562 4323 3104 0 0 0.562 2 interp_poly -46 -21 60 -16 4273 2968 3 MP PP 4273 2968 0 0 0.562 4333 2952 0 0 0.562 4273 2968 0 0 0.562 2 interp_poly 4333 2952 0 0 0.562 4287 2931 0 0 0.562 4333 2952 0 0 0.562 2 interp_poly -47 -18 61 -13 4277 3089 3 MP PP 4277 3089 0 0 0.562 4338 3076 0 0 0.562 4277 3089 0 0 0.562 2 interp_poly 4338 3076 0 0 0.562 4291 3058 0 0 0.562 4338 3076 0 0 0.562 2 interp_poly 61 -13 -46 -15 4323 3104 3 MP PP 4323 3104 0 0 0.562 4277 3089 0 0 0.562 4323 3104 0 0 0.562 2 interp_poly 4277 3089 0 0 0.562 4338 3076 0 0 0.562 4277 3089 0 0 0.562 2 interp_poly -46 -21 60 -16 4287 2931 3 MP PP 4287 2931 0 0 0.562 4347 2915 0 0 0.562 4287 2931 0 0 0.562 2 interp_poly 4347 2915 0 0 0.562 4301 2894 0 0 0.562 4347 2915 0 0 0.562 2 interp_poly 60 -16 -46 -21 4333 2952 3 MP PP 4333 2952 0 0 0.562 4287 2931 0 0 0.562 4333 2952 0 0 0.562 2 interp_poly 4287 2931 0 0 0.562 4347 2915 0 0 0.562 4287 2931 0 0 0.562 2 interp_poly -47 -20 61 -13 4291 3058 3 MP PP 4291 3058 0 0 0.562 4352 3045 0 0 0.562 4291 3058 0 0 0.562 2 interp_poly 4352 3045 0 0 0.562 4305 3025 0 0 0.562 4352 3045 0 0 0.562 2 interp_poly 61 -13 -47 -18 4338 3076 3 MP PP 4338 3076 0 0 0.562 4291 3058 0 0 0.562 4338 3076 0 0 0.562 2 interp_poly 4291 3058 0 0 0.562 4352 3045 0 0 0.562 4291 3058 0 0 0.562 2 interp_poly -47 260 61 0 4285 2847 3 MP PP 4285 2847 0 0.5 1 4346 2847 0 0.5 1 4285 2847 0 0.5 1 2 interp_poly 4346 2847 0 0.5 1 4299 3107 0 0 0.938 4346 2847 0 0.5 1 2 interp_poly -46 -11 60 -24 4249 3154 3 MP PP 4249 3154 0 0 0.562 4309 3130 0 0 0.625 4249 3154 0 0 0.562 2 interp_poly 4309 3130 0 0 0.625 4263 3119 0 0 0.562 4309 3130 0 0 0.625 2 interp_poly 60 -24 -46 -7 4295 3161 3 MP PP 4295 3161 0 0 0.625 4249 3154 0 0 0.562 4295 3161 0 0 0.625 2 interp_poly 4249 3154 0 0 0.562 4309 3130 0 0 0.625 4249 3154 0 0 0.562 2 interp_poly 60 -15 -46 -11 4309 3130 3 MP PP 4309 3130 0 0 0.625 4263 3119 0 0 0.562 4309 3130 0 0 0.625 2 interp_poly 4263 3119 0 0 0.562 4323 3104 0 0 0.562 4263 3119 0 0 0.562 2 interp_poly -46 121 61 -40 4299 3107 3 MP PP 4299 3107 0 0 0.938 4360 3067 0 0 1 4299 3107 0 0 0.938 2 interp_poly 4360 3067 0 0 1 4314 3188 0 0 0.75 4360 3067 0 0 1 2 interp_poly 61 -40 -47 260 4346 2847 3 MP PP 4346 2847 0 0.5 1 4299 3107 0 0 0.938 4346 2847 0 0.5 1 2 interp_poly 4299 3107 0 0 0.938 4360 3067 0 0 1 4299 3107 0 0 0.938 2 interp_poly 61 -13 -46 -246 4368 3204 3 MP PP 4368 3204 0 0.25 1 4322 2958 0 0.688 1 4368 3204 0 0.25 1 2 interp_poly 4322 2958 0 0.688 1 4383 2945 0 0.688 1 4322 2958 0 0.688 1 2 interp_poly -47 -314 61 -13 4322 2958 3 MP PP 4322 2958 0 0.688 1 4383 2945 0 0.688 1 4322 2958 0 0.688 1 2 interp_poly 4383 2945 0 0.688 1 4336 2631 0.188 1 0.875 4383 2945 0 0.688 1 2 interp_poly 60 -17 -46 -23 4367 4027 3 MP PP 4367 4027 0 0 0.562 4321 4004 0 0 0.562 4367 4027 0 0 0.562 2 interp_poly 4321 4004 0 0 0.562 4381 3987 0 0 0.562 4321 4004 0 0 0.562 2 interp_poly -46 -24 60 -17 4321 4004 3 MP PP 4321 4004 0 0 0.562 4381 3987 0 0 0.562 4321 4004 0 0 0.562 2 interp_poly 4381 3987 0 0 0.562 4335 3963 0 0 0.562 4381 3987 0 0 0.562 2 interp_poly 61 -12 -47 -25 4363 3885 3 MP PP 4363 3885 0 0 0.562 4316 3860 0 0 0.562 4363 3885 0 0 0.562 2 interp_poly 4316 3860 0 0 0.562 4377 3848 0 0 0.562 4316 3860 0 0 0.562 2 interp_poly -47 -24 61 -12 4316 3860 3 MP PP 4316 3860 0 0 0.562 4377 3848 0 0 0.562 4316 3860 0 0 0.562 2 interp_poly 4377 3848 0 0 0.562 4330 3824 0 0 0.562 4377 3848 0 0 0.562 2 interp_poly -46 -22 60 -16 4315 4318 3 MP PP 4315 4318 0 0 0.562 4375 4302 0 0 0.562 4315 4318 0 0 0.562 2 interp_poly 4375 4302 0 0 0.562 4329 4280 0 0 0.562 4375 4302 0 0 0.562 2 interp_poly 61 -21 -47 -21 4359 3762 3 MP PP 4359 3762 0 0 0.562 4312 3741 0 0 0.562 4359 3762 0 0 0.562 2 interp_poly 4312 3741 0 0 0.562 4373 3720 0 0 0.562 4312 3741 0 0 0.562 2 interp_poly -47 -29 61 -21 4312 3741 3 MP PP 4312 3741 0 0 0.562 4373 3720 0 0 0.562 4312 3741 0 0 0.562 2 interp_poly 4373 3720 0 0 0.562 4326 3691 0 0 0.562 4373 3720 0 0 0.562 2 interp_poly 60 -17 -46 -21 4357 4204 3 MP PP 4357 4204 0 0 0.562 4311 4183 0 0 0.562 4357 4204 0 0 0.562 2 interp_poly 4311 4183 0 0 0.562 4371 4166 0 0 0.562 4311 4183 0 0 0.562 2 interp_poly -46 -21 60 -17 4311 4183 3 MP PP 4311 4183 0 0 0.562 4371 4166 0 0 0.562 4311 4183 0 0 0.562 2 interp_poly 4371 4166 0 0 0.562 4325 4145 0 0 0.562 4371 4166 0 0 0.562 2 interp_poly 60 -46 -46 -172 4354 3422 3 MP PP 4354 3422 0 0 0.938 4308 3250 0 0.188 1 4354 3422 0 0 0.938 2 interp_poly 4308 3250 0 0.188 1 4368 3204 0 0.25 1 4308 3250 0 0.188 1 2 interp_poly 60 -40 -46 7 4267 3232 3 MP PP 4267 3232 0 0 0.625 4221 3239 0 0 0.562 4267 3232 0 0 0.625 2 interp_poly 4221 3239 0 0 0.562 4281 3199 0 0 0.625 4221 3239 0 0 0.562 2 interp_poly -47 44 61 -36 4253 3224 3 MP PP 4253 3224 0 0 0.688 4314 3188 0 0 0.75 4253 3224 0 0 0.688 2 interp_poly 4314 3188 0 0 0.75 4267 3232 0 0 0.625 4314 3188 0 0 0.75 2 interp_poly -46 -4 60 -40 4221 3239 3 MP PP 4221 3239 0 0 0.562 4281 3199 0 0 0.625 4221 3239 0 0 0.562 2 interp_poly 4281 3199 0 0 0.625 4235 3195 0 0 0.562 4281 3199 0 0 0.625 2 interp_poly -46 -7 60 -34 4235 3195 3 MP PP 4235 3195 0 0 0.562 4295 3161 0 0 0.625 4235 3195 0 0 0.562 2 interp_poly 4295 3161 0 0 0.625 4249 3154 0 0 0.562 4295 3161 0 0 0.625 2 interp_poly 60 -34 -46 -4 4281 3199 3 MP PP 4281 3199 0 0 0.625 4235 3195 0 0 0.562 4281 3199 0 0 0.625 2 interp_poly 4235 3195 0 0 0.562 4295 3161 0 0 0.625 4235 3195 0 0 0.562 2 interp_poly 61 -36 -46 117 4299 3107 3 MP PP 4299 3107 0 0 0.938 4253 3224 0 0 0.688 4299 3107 0 0 0.938 2 interp_poly 4253 3224 0 0 0.688 4314 3188 0 0 0.75 4253 3224 0 0 0.688 2 interp_poly 61 -49 -47 44 4314 3188 3 MP PP 4314 3188 0 0 0.75 4267 3232 0 0 0.625 4314 3188 0 0 0.75 2 interp_poly 4267 3232 0 0 0.625 4328 3183 0 0 0.688 4267 3232 0 0 0.625 2 interp_poly -46 -246 60 -46 4308 3250 3 MP PP 4308 3250 0 0.188 1 4368 3204 0 0.25 1 4308 3250 0 0.188 1 2 interp_poly 4368 3204 0 0.25 1 4322 2958 0 0.688 1 4368 3204 0 0.25 1 2 interp_poly 61 -17 -47 -23 4353 4067 3 MP PP 4353 4067 0 0 0.562 4306 4044 0 0 0.562 4353 4067 0 0 0.562 2 interp_poly 4306 4044 0 0 0.562 4367 4027 0 0 0.562 4306 4044 0 0 0.562 2 interp_poly -46 -23 61 -17 4306 4044 3 MP PP 4306 4044 0 0 0.562 4367 4027 0 0 0.562 4306 4044 0 0 0.562 2 interp_poly 4367 4027 0 0 0.562 4321 4004 0 0 0.562 4367 4027 0 0 0.562 2 interp_poly -47 401 61 -144 4257 2198 3 MP PP 4257 2198 0.875 1 0.188 4318 2054 1 1 0 4257 2198 0.875 1 0.188 2 interp_poly 4318 2054 1 1 0 4271 2455 0.312 1 0.75 4318 2054 1 1 0 2 interp_poly 61 -144 -47 124 4304 2074 3 MP PP 4304 2074 1 0.938 0 4257 2198 0.875 1 0.188 4304 2074 1 0.938 0 2 interp_poly 4257 2198 0.875 1 0.188 4318 2054 1 1 0 4257 2198 0.875 1 0.188 2 interp_poly 61 -41 -47 401 4318 2054 3 MP PP 4318 2054 1 1 0 4271 2455 0.312 1 0.75 4318 2054 1 1 0 2 interp_poly 4271 2455 0.312 1 0.75 4332 2414 0.375 1 0.688 4271 2455 0.312 1 0.75 2 interp_poly -46 173 60 -193 4304 2074 3 MP PP 4304 2074 1 0.938 0 4364 1881 1 0.625 0 4304 2074 1 0.938 0 2 interp_poly 4364 1881 1 0.625 0 4318 2054 1 1 0 4364 1881 1 0.625 0 2 interp_poly 60 -193 -46 -166 4350 2240 3 MP PP 4350 2240 0.875 1 0.188 4304 2074 1 0.938 0 4350 2240 0.875 1 0.188 2 interp_poly 4304 2074 1 0.938 0 4364 1881 1 0.625 0 4304 2074 1 0.938 0 2 interp_poly 61 -14 -47 -24 4349 3923 3 MP PP 4349 3923 0 0 0.562 4302 3899 0 0 0.562 4349 3923 0 0 0.562 2 interp_poly 4302 3899 0 0 0.562 4363 3885 0 0 0.562 4302 3899 0 0 0.562 2 interp_poly -47 -25 61 -14 4302 3899 3 MP PP 4302 3899 0 0 0.562 4363 3885 0 0 0.562 4302 3899 0 0 0.562 2 interp_poly 4363 3885 0 0 0.562 4316 3860 0 0 0.562 4363 3885 0 0 0.562 2 interp_poly 61 -8 -47 -23 4345 3793 3 MP PP 4345 3793 0 0 0.562 4298 3770 0 0 0.562 4345 3793 0 0 0.562 2 interp_poly 4298 3770 0 0 0.562 4359 3762 0 0 0.562 4298 3770 0 0 0.562 2 interp_poly -47 -21 61 -8 4298 3770 3 MP PP 4298 3770 0 0 0.562 4359 3762 0 0 0.562 4298 3770 0 0 0.562 2 interp_poly 4359 3762 0 0 0.562 4312 3741 0 0 0.562 4359 3762 0 0 0.562 2 interp_poly 60 -17 -46 -21 4343 4242 3 MP PP 4343 4242 0 0 0.562 4297 4221 0 0 0.562 4343 4242 0 0 0.562 2 interp_poly 4297 4221 0 0 0.562 4357 4204 0 0 0.562 4297 4221 0 0 0.562 2 interp_poly -46 -21 60 -17 4297 4221 3 MP PP 4297 4221 0 0 0.562 4357 4204 0 0 0.562 4297 4221 0 0 0.562 2 interp_poly 4357 4204 0 0 0.562 4311 4183 0 0 0.562 4357 4204 0 0 0.562 2 interp_poly 60 -74 -46 -94 4340 3590 3 MP PP 4340 3590 0 0 0.688 4294 3496 0 0 0.812 4340 3590 0 0 0.688 2 interp_poly 4294 3496 0 0 0.812 4354 3422 0 0 0.938 4294 3496 0 0 0.812 2 interp_poly -46 -172 60 -74 4294 3496 3 MP PP 4294 3496 0 0 0.812 4354 3422 0 0 0.938 4294 3496 0 0 0.812 2 interp_poly 4354 3422 0 0 0.938 4308 3250 0 0.188 1 4354 3422 0 0 0.938 2 interp_poly 61 -17 -47 -22 4339 4106 3 MP PP 4339 4106 0 0 0.562 4292 4084 0 0 0.562 4339 4106 0 0 0.562 2 interp_poly 4292 4084 0 0 0.562 4353 4067 0 0 0.562 4292 4084 0 0 0.562 2 interp_poly -47 -23 61 -17 4292 4084 3 MP PP 4292 4084 0 0 0.562 4353 4067 0 0 0.562 4292 4084 0 0 0.562 2 interp_poly 4353 4067 0 0 0.562 4306 4044 0 0 0.562 4353 4067 0 0 0.562 2 interp_poly -47 433 61 -41 4271 2455 3 MP PP 4271 2455 0.312 1 0.75 4332 2414 0.375 1 0.688 4271 2455 0.312 1 0.75 2 interp_poly 4332 2414 0.375 1 0.688 4285 2847 0 0.5 1 4332 2414 0.375 1 0.688 2 interp_poly 60 -92 -46 -299 4336 2631 3 MP PP 4336 2631 0.188 1 0.875 4290 2332 0.688 1 0.375 4336 2631 0.188 1 0.875 2 interp_poly 4290 2332 0.688 1 0.375 4350 2240 0.875 1 0.188 4290 2332 0.688 1 0.375 2 interp_poly -46 -166 60 -92 4290 2332 3 MP PP 4290 2332 0.688 1 0.375 4350 2240 0.875 1 0.188 4290 2332 0.688 1 0.375 2 interp_poly 4350 2240 0.875 1 0.188 4304 2074 1 0.938 0 4350 2240 0.875 1 0.188 2 interp_poly 61 -16 -47 -24 4335 3963 3 MP PP 4335 3963 0 0 0.562 4288 3939 0 0 0.562 4335 3963 0 0 0.562 2 interp_poly 4288 3939 0 0 0.562 4349 3923 0 0 0.562 4288 3939 0 0 0.562 2 interp_poly -47 -24 61 -16 4288 3939 3 MP PP 4288 3939 0 0 0.562 4349 3923 0 0 0.562 4288 3939 0 0 0.562 2 interp_poly 4349 3923 0 0 0.562 4302 3899 0 0 0.562 4349 3923 0 0 0.562 2 interp_poly 61 -6 -46 -25 4330 3824 3 MP PP 4330 3824 0 0 0.562 4284 3799 0 0 0.562 4330 3824 0 0 0.562 2 interp_poly 4284 3799 0 0 0.562 4345 3793 0 0 0.562 4284 3799 0 0 0.562 2 interp_poly -47 -23 61 -6 4284 3799 3 MP PP 4284 3799 0 0 0.562 4345 3793 0 0 0.562 4284 3799 0 0 0.562 2 interp_poly 4345 3793 0 0 0.562 4298 3770 0 0 0.562 4345 3793 0 0 0.562 2 interp_poly 61 -17 -47 -21 4329 4280 3 MP PP 4329 4280 0 0 0.562 4282 4259 0 0 0.562 4329 4280 0 0 0.562 2 interp_poly 4282 4259 0 0 0.562 4343 4242 0 0 0.562 4282 4259 0 0 0.562 2 interp_poly -46 -21 61 -17 4282 4259 3 MP PP 4282 4259 0 0 0.562 4343 4242 0 0 0.562 4282 4259 0 0 0.562 2 interp_poly 4343 4242 0 0 0.562 4297 4221 0 0 0.562 4343 4242 0 0 0.562 2 interp_poly 60 -57 -46 -44 4326 3691 3 MP PP 4326 3691 0 0 0.562 4280 3647 0 0 0.625 4326 3691 0 0 0.562 2 interp_poly 4280 3647 0 0 0.625 4340 3590 0 0 0.688 4280 3647 0 0 0.625 2 interp_poly -46 -94 60 -57 4280 3647 3 MP PP 4280 3647 0 0 0.625 4340 3590 0 0 0.688 4280 3647 0 0 0.625 2 interp_poly 4340 3590 0 0 0.688 4294 3496 0 0 0.812 4340 3590 0 0 0.688 2 interp_poly 61 -16 -47 -23 4325 4145 3 MP PP 4325 4145 0 0 0.562 4278 4122 0 0 0.562 4325 4145 0 0 0.562 2 interp_poly 4278 4122 0 0 0.562 4339 4106 0 0 0.562 4278 4122 0 0 0.562 2 interp_poly -47 -22 61 -16 4278 4122 3 MP PP 4278 4122 0 0 0.562 4339 4106 0 0 0.562 4278 4122 0 0 0.562 2 interp_poly 4339 4106 0 0 0.562 4292 4084 0 0 0.562 4339 4106 0 0 0.562 2 interp_poly 60 20 -46 372 4271 2455 3 MP PP 4271 2455 0.312 1 0.75 4225 2827 0 0.562 1 4271 2455 0.312 1 0.75 2 interp_poly 4225 2827 0 0.562 1 4285 2847 0 0.5 1 4225 2827 0 0.562 1 2 interp_poly 61 -15 -47 -312 4322 2958 3 MP PP 4322 2958 0 0.688 1 4275 2646 0.188 1 0.875 4322 2958 0 0.688 1 2 interp_poly 4275 2646 0.188 1 0.875 4336 2631 0.188 1 0.875 4275 2646 0.188 1 0.875 2 interp_poly -46 -299 61 -15 4275 2646 3 MP PP 4275 2646 0.188 1 0.875 4336 2631 0.188 1 0.875 4275 2646 0.188 1 0.875 2 interp_poly 4336 2631 0.188 1 0.875 4290 2332 0.688 1 0.375 4336 2631 0.188 1 0.875 2 interp_poly 61 -17 -47 -24 4321 4004 3 MP PP 4321 4004 0 0 0.562 4274 3980 0 0 0.562 4321 4004 0 0 0.562 2 interp_poly 4274 3980 0 0 0.562 4335 3963 0 0 0.562 4274 3980 0 0 0.562 2 interp_poly -47 -24 61 -17 4274 3980 3 MP PP 4274 3980 0 0 0.562 4335 3963 0 0 0.562 4274 3980 0 0 0.562 2 interp_poly 4335 3963 0 0 0.562 4288 3939 0 0 0.562 4335 3963 0 0 0.562 2 interp_poly 60 -9 -46 -27 4316 3860 3 MP PP 4316 3860 0 0 0.562 4270 3833 0 0 0.562 4316 3860 0 0 0.562 2 interp_poly 4270 3833 0 0 0.562 4330 3824 0 0 0.562 4270 3833 0 0 0.562 2 interp_poly -46 -25 60 -9 4270 3833 3 MP PP 4270 3833 0 0 0.562 4330 3824 0 0 0.562 4270 3833 0 0 0.562 2 interp_poly 4330 3824 0 0 0.562 4284 3799 0 0 0.562 4330 3824 0 0 0.562 2 interp_poly 61 -17 -47 -21 4315 4318 3 MP PP 4315 4318 0 0 0.562 4268 4297 0 0 0.562 4315 4318 0 0 0.562 2 interp_poly 4268 4297 0 0 0.562 4329 4280 0 0 0.562 4268 4297 0 0 0.562 2 interp_poly -47 -21 61 -17 4268 4297 3 MP PP 4268 4297 0 0 0.562 4329 4280 0 0 0.562 4268 4297 0 0 0.562 2 interp_poly 4329 4280 0 0 0.562 4282 4259 0 0 0.562 4329 4280 0 0 0.562 2 interp_poly 60 -23 -46 -27 4312 3741 3 MP PP 4312 3741 0 0 0.562 4266 3714 0 0 0.562 4312 3741 0 0 0.562 2 interp_poly 4266 3714 0 0 0.562 4326 3691 0 0 0.562 4266 3714 0 0 0.562 2 interp_poly -46 -44 60 -23 4266 3714 3 MP PP 4266 3714 0 0 0.562 4326 3691 0 0 0.562 4266 3714 0 0 0.562 2 interp_poly 4326 3691 0 0 0.562 4280 3647 0 0 0.625 4326 3691 0 0 0.562 2 interp_poly 61 -16 -47 -22 4311 4183 3 MP PP 4311 4183 0 0 0.562 4264 4161 0 0 0.562 4311 4183 0 0 0.562 2 interp_poly 4264 4161 0 0 0.562 4325 4145 0 0 0.562 4264 4161 0 0 0.562 2 interp_poly -47 -23 61 -16 4264 4161 3 MP PP 4264 4161 0 0 0.562 4325 4145 0 0 0.562 4264 4161 0 0 0.562 2 interp_poly 4325 4145 0 0 0.562 4278 4122 0 0 0.562 4325 4145 0 0 0.562 2 interp_poly 61 -16 -47 -20 4259 3004 3 MP PP 4259 3004 0 0 0.562 4212 2984 0 0 0.562 4259 3004 0 0 0.562 2 interp_poly 4212 2984 0 0 0.562 4273 2968 0 0 0.562 4212 2984 0 0 0.562 2 interp_poly -46 -19 61 -14 4230 3072 3 MP PP 4230 3072 0 0 0.562 4291 3058 0 0 0.562 4230 3072 0 0 0.562 2 interp_poly 4291 3058 0 0 0.562 4245 3039 0 0 0.562 4291 3058 0 0 0.562 2 interp_poly 61 -14 -47 -17 4277 3089 3 MP PP 4277 3089 0 0 0.562 4230 3072 0 0 0.562 4277 3089 0 0 0.562 2 interp_poly 4230 3072 0 0 0.562 4291 3058 0 0 0.562 4230 3072 0 0 0.562 2 interp_poly -47 -13 61 -29 4188 3183 3 MP PP 4188 3183 0 0 0.562 4249 3154 0 0 0.562 4188 3183 0 0 0.562 2 interp_poly 4249 3154 0 0 0.562 4202 3141 0 0 0.562 4249 3154 0 0 0.562 2 interp_poly 61 -29 -47 -12 4235 3195 3 MP PP 4235 3195 0 0 0.562 4188 3183 0 0 0.562 4235 3195 0 0 0.562 2 interp_poly 4188 3183 0 0 0.562 4249 3154 0 0 0.562 4188 3183 0 0 0.562 2 interp_poly -47 -14 61 -22 4202 3141 3 MP PP 4202 3141 0 0 0.562 4263 3119 0 0 0.562 4202 3141 0 0 0.562 2 interp_poly 4263 3119 0 0 0.562 4216 3105 0 0 0.562 4263 3119 0 0 0.562 2 interp_poly 61 -22 -47 -13 4249 3154 3 MP PP 4249 3154 0 0 0.562 4202 3141 0 0 0.562 4249 3154 0 0 0.562 2 interp_poly 4202 3141 0 0 0.562 4263 3119 0 0 0.562 4202 3141 0 0 0.562 2 interp_poly 61 -16 -47 -14 4263 3119 3 MP PP 4263 3119 0 0 0.562 4216 3105 0 0 0.562 4263 3119 0 0 0.562 2 interp_poly 4216 3105 0 0 0.562 4277 3089 0 0 0.562 4216 3105 0 0 0.562 2 interp_poly -46 117 60 5 4239 3102 3 MP PP 4239 3102 0 0 1 4299 3107 0 0 0.938 4239 3102 0 0 1 2 interp_poly 4299 3107 0 0 0.938 4253 3224 0 0 0.688 4299 3107 0 0 0.938 2 interp_poly -47 -20 61 -15 4198 3019 3 MP PP 4198 3019 0 0 0.562 4259 3004 0 0 0.562 4198 3019 0 0 0.562 2 interp_poly 4259 3004 0 0 0.562 4212 2984 0 0 0.562 4259 3004 0 0 0.562 2 interp_poly 61 -15 -47 -20 4245 3039 3 MP PP 4245 3039 0 0 0.562 4198 3019 0 0 0.562 4245 3039 0 0 0.562 2 interp_poly 4198 3019 0 0 0.562 4259 3004 0 0 0.562 4198 3019 0 0 0.562 2 interp_poly -47 -21 61 -16 4212 2984 3 MP PP 4212 2984 0 0 0.562 4273 2968 0 0 0.562 4212 2984 0 0 0.562 2 interp_poly 4273 2968 0 0 0.562 4226 2947 0 0 0.562 4273 2968 0 0 0.562 2 interp_poly -47 -17 61 -16 4216 3105 3 MP PP 4216 3105 0 0 0.562 4277 3089 0 0 0.562 4216 3105 0 0 0.562 2 interp_poly 4277 3089 0 0 0.562 4230 3072 0 0 0.562 4277 3089 0 0 0.562 2 interp_poly -47 -21 61 -16 4226 2947 3 MP PP 4226 2947 0 0 0.562 4287 2931 0 0 0.562 4226 2947 0 0 0.562 2 interp_poly 4287 2931 0 0 0.562 4240 2910 0 0 0.562 4287 2931 0 0 0.562 2 interp_poly 61 -16 -47 -21 4273 2968 3 MP PP 4273 2968 0 0 0.562 4226 2947 0 0 0.562 4273 2968 0 0 0.562 2 interp_poly 4226 2947 0 0 0.562 4287 2931 0 0 0.562 4226 2947 0 0 0.562 2 interp_poly 60 5 -46 255 4285 2847 3 MP PP 4285 2847 0 0.5 1 4239 3102 0 0 1 4285 2847 0 0.5 1 2 interp_poly 4239 3102 0 0 1 4299 3107 0 0 0.938 4239 3102 0 0 1 2 interp_poly 61 -29 -47 -263 4308 3250 3 MP PP 4308 3250 0 0.188 1 4261 2987 0 0.625 1 4308 3250 0 0.188 1 2 interp_poly 4261 2987 0 0.625 1 4322 2958 0 0.688 1 4261 2987 0 0.625 1 2 interp_poly -46 -21 60 -16 4180 2926 3 MP PP 4180 2926 0 0 0.562 4240 2910 0 0 0.562 4180 2926 0 0 0.562 2 interp_poly 4240 2910 0 0 0.562 4194 2889 0 0 0.562 4240 2910 0 0 0.562 2 interp_poly 60 -16 -46 -21 4226 2947 3 MP PP 4226 2947 0 0 0.562 4180 2926 0 0 0.562 4226 2947 0 0 0.562 2 interp_poly 4180 2926 0 0 0.562 4240 2910 0 0 0.562 4180 2926 0 0 0.562 2 interp_poly -47 -20 61 -15 4184 3054 3 MP PP 4184 3054 0 0 0.562 4245 3039 0 0 0.562 4184 3054 0 0 0.562 2 interp_poly 4245 3039 0 0 0.562 4198 3019 0 0 0.562 4245 3039 0 0 0.562 2 interp_poly 61 -15 -46 -18 4230 3072 3 MP PP 4230 3072 0 0 0.562 4184 3054 0 0 0.562 4230 3072 0 0 0.562 2 interp_poly 4184 3054 0 0 0.562 4245 3039 0 0 0.562 4184 3054 0 0 0.562 2 interp_poly -46 -21 60 -16 4194 2889 3 MP PP 4194 2889 0 0 0.562 4254 2873 0 0 0.562 4194 2889 0 0 0.562 2 interp_poly 4254 2873 0 0 0.562 4208 2852 0 0 0.562 4254 2873 0 0 0.562 2 interp_poly 60 -16 -46 -21 4240 2910 3 MP PP 4240 2910 0 0 0.562 4194 2889 0 0 0.562 4240 2910 0 0 0.562 2 interp_poly 4194 2889 0 0 0.562 4254 2873 0 0 0.562 4194 2889 0 0 0.562 2 interp_poly -46 255 60 20 4225 2827 3 MP PP 4225 2827 0 0.562 1 4285 2847 0 0.5 1 4225 2827 0 0.562 1 2 interp_poly 4285 2847 0 0.5 1 4239 3102 0 0 1 4285 2847 0 0.5 1 2 interp_poly -47 -312 61 -29 4261 2987 3 MP PP 4261 2987 0 0.625 1 4322 2958 0 0.688 1 4261 2987 0 0.625 1 2 interp_poly 4322 2958 0 0.688 1 4275 2646 0.188 1 0.875 4322 2958 0 0.688 1 2 interp_poly 61 -17 -46 -23 4306 4044 3 MP PP 4306 4044 0 0 0.562 4260 4021 0 0 0.562 4306 4044 0 0 0.562 2 interp_poly 4260 4021 0 0 0.562 4321 4004 0 0 0.562 4260 4021 0 0 0.562 2 interp_poly -47 -24 61 -17 4260 4021 3 MP PP 4260 4021 0 0 0.562 4321 4004 0 0 0.562 4260 4021 0 0 0.562 2 interp_poly 4321 4004 0 0 0.562 4274 3980 0 0 0.562 4321 4004 0 0 0.562 2 interp_poly 60 -13 -46 -26 4302 3899 3 MP PP 4302 3899 0 0 0.562 4256 3873 0 0 0.562 4302 3899 0 0 0.562 2 interp_poly 4256 3873 0 0 0.562 4316 3860 0 0 0.562 4256 3873 0 0 0.562 2 interp_poly -46 -27 60 -13 4256 3873 3 MP PP 4256 3873 0 0 0.562 4316 3860 0 0 0.562 4256 3873 0 0 0.562 2 interp_poly 4316 3860 0 0 0.562 4270 3833 0 0 0.562 4316 3860 0 0 0.562 2 interp_poly -47 -21 61 -16 4254 4334 3 MP PP 4254 4334 0 0 0.562 4315 4318 0 0 0.562 4254 4334 0 0 0.562 2 interp_poly 4315 4318 0 0 0.562 4268 4297 0 0 0.562 4315 4318 0 0 0.562 2 interp_poly 60 -4 -46 -25 4298 3770 3 MP PP 4298 3770 0 0 0.562 4252 3745 0 0 0.562 4298 3770 0 0 0.562 2 interp_poly 4252 3745 0 0 0.562 4312 3741 0 0 0.562 4252 3745 0 0 0.562 2 interp_poly -46 -27 60 -4 4252 3745 3 MP PP 4252 3745 0 0 0.562 4312 3741 0 0 0.562 4252 3745 0 0 0.562 2 interp_poly 4312 3741 0 0 0.562 4266 3714 0 0 0.562 4312 3741 0 0 0.562 2 interp_poly 61 -16 -47 -22 4297 4221 3 MP PP 4297 4221 0 0 0.562 4250 4199 0 0 0.562 4297 4221 0 0 0.562 2 interp_poly 4250 4199 0 0 0.562 4311 4183 0 0 0.562 4250 4199 0 0 0.562 2 interp_poly -47 -22 61 -16 4250 4199 3 MP PP 4250 4199 0 0 0.562 4311 4183 0 0 0.562 4250 4199 0 0 0.562 2 interp_poly 4311 4183 0 0 0.562 4264 4161 0 0 0.562 4311 4183 0 0 0.562 2 interp_poly 61 -78 -47 -168 4294 3496 3 MP PP 4294 3496 0 0 0.812 4247 3328 0 0.0625 1 4294 3496 0 0 0.812 2 interp_poly 4247 3328 0 0.0625 1 4308 3250 0 0.188 1 4247 3328 0 0.0625 1 2 interp_poly -47 -11 61 -26 4160 3265 3 MP PP 4160 3265 0 0 0.562 4221 3239 0 0 0.562 4160 3265 0 0 0.562 2 interp_poly 4221 3239 0 0 0.562 4174 3228 0 0 0.562 4221 3239 0 0 0.562 2 interp_poly 61 -26 -46 2 4206 3263 3 MP PP 4206 3263 0 0 0.562 4160 3265 0 0 0.562 4206 3263 0 0 0.562 2 interp_poly 4160 3265 0 0 0.562 4221 3239 0 0 0.562 4160 3265 0 0 0.562 2 interp_poly 61 -33 -47 -11 4221 3239 3 MP PP 4221 3239 0 0 0.562 4174 3228 0 0 0.562 4221 3239 0 0 0.562 2 interp_poly 4174 3228 0 0 0.562 4235 3195 0 0 0.562 4174 3228 0 0 0.562 2 interp_poly -46 7 61 -31 4206 3263 3 MP PP 4206 3263 0 0 0.562 4267 3232 0 0 0.625 4206 3263 0 0 0.562 2 interp_poly 4267 3232 0 0 0.625 4221 3239 0 0 0.562 4267 3232 0 0 0.625 2 interp_poly -47 39 61 3 4192 3221 3 MP PP 4192 3221 0 0 0.75 4253 3224 0 0 0.688 4192 3221 0 0 0.75 2 interp_poly 4253 3224 0 0 0.688 4206 3263 0 0 0.562 4253 3224 0 0 0.688 2 interp_poly -47 -12 61 -33 4174 3228 3 MP PP 4174 3228 0 0 0.562 4235 3195 0 0 0.562 4174 3228 0 0 0.562 2 interp_poly 4235 3195 0 0 0.562 4188 3183 0 0 0.562 4235 3195 0 0 0.562 2 interp_poly 61 3 -47 119 4239 3102 3 MP PP 4239 3102 0 0 1 4192 3221 0 0 0.75 4239 3102 0 0 1 2 interp_poly 4192 3221 0 0 0.75 4253 3224 0 0 0.688 4192 3221 0 0 0.75 2 interp_poly 61 -31 -47 39 4253 3224 3 MP PP 4253 3224 0 0 0.688 4206 3263 0 0 0.562 4253 3224 0 0 0.688 2 interp_poly 4206 3263 0 0 0.562 4267 3232 0 0 0.625 4206 3263 0 0 0.562 2 interp_poly -47 -263 61 -78 4247 3328 3 MP PP 4247 3328 0 0.0625 1 4308 3250 0 0.188 1 4247 3328 0 0.0625 1 2 interp_poly 4308 3250 0 0.188 1 4261 2987 0 0.625 1 4308 3250 0 0.188 1 2 interp_poly 60 -17 -46 -23 4292 4084 3 MP PP 4292 4084 0 0 0.562 4246 4061 0 0 0.562 4292 4084 0 0 0.562 2 interp_poly 4246 4061 0 0 0.562 4306 4044 0 0 0.562 4246 4061 0 0 0.562 2 interp_poly -46 -23 60 -17 4246 4061 3 MP PP 4246 4061 0 0 0.562 4306 4044 0 0 0.562 4246 4061 0 0 0.562 2 interp_poly 4306 4044 0 0 0.562 4260 4021 0 0 0.562 4306 4044 0 0 0.562 2 interp_poly -46 307 60 -91 4197 2289 3 MP PP 4197 2289 0.688 1 0.375 4257 2198 0.875 1 0.188 4197 2289 0.688 1 0.375 2 interp_poly 4257 2198 0.875 1 0.188 4211 2505 0.25 1 0.812 4257 2198 0.875 1 0.188 2 interp_poly 60 -91 -46 97 4243 2192 3 MP PP 4243 2192 0.938 1 0.125 4197 2289 0.688 1 0.375 4243 2192 0.938 1 0.125 2 interp_poly 4197 2289 0.688 1 0.375 4257 2198 0.875 1 0.188 4197 2289 0.688 1 0.375 2 interp_poly 60 -50 -46 307 4257 2198 3 MP PP 4257 2198 0.875 1 0.188 4211 2505 0.25 1 0.812 4257 2198 0.875 1 0.188 2 interp_poly 4211 2505 0.25 1 0.812 4271 2455 0.312 1 0.75 4211 2505 0.25 1 0.812 2 interp_poly -47 124 61 -118 4243 2192 3 MP PP 4243 2192 0.938 1 0.125 4304 2074 1 0.938 0 4243 2192 0.938 1 0.125 2 interp_poly 4304 2074 1 0.938 0 4257 2198 0.875 1 0.188 4304 2074 1 0.938 0 2 interp_poly 61 -118 -47 -140 4290 2332 3 MP PP 4290 2332 0.688 1 0.375 4243 2192 0.938 1 0.125 4290 2332 0.688 1 0.375 2 interp_poly 4243 2192 0.938 1 0.125 4304 2074 1 0.938 0 4243 2192 0.938 1 0.125 2 interp_poly 60 -16 -46 -24 4288 3939 3 MP PP 4288 3939 0 0 0.562 4242 3915 0 0 0.562 4288 3939 0 0 0.562 2 interp_poly 4242 3915 0 0 0.562 4302 3899 0 0 0.562 4242 3915 0 0 0.562 2 interp_poly -46 -26 60 -16 4242 3915 3 MP PP 4242 3915 0 0 0.562 4302 3899 0 0 0.562 4242 3915 0 0 0.562 2 interp_poly 4302 3899 0 0 0.562 4256 3873 0 0 0.562 4302 3899 0 0 0.562 2 interp_poly 61 -1 -47 -28 4284 3799 3 MP PP 4284 3799 0 0 0.562 4237 3771 0 0 0.562 4284 3799 0 0 0.562 2 interp_poly 4237 3771 0 0 0.562 4298 3770 0 0 0.562 4237 3771 0 0 0.562 2 interp_poly -46 -25 61 -1 4237 3771 3 MP PP 4237 3771 0 0 0.562 4298 3770 0 0 0.562 4237 3771 0 0 0.562 2 interp_poly 4298 3770 0 0 0.562 4252 3745 0 0 0.562 4298 3770 0 0 0.562 2 interp_poly 61 -16 -46 -22 4282 4259 3 MP PP 4282 4259 0 0 0.562 4236 4237 0 0 0.562 4282 4259 0 0 0.562 2 interp_poly 4236 4237 0 0 0.562 4297 4221 0 0 0.562 4236 4237 0 0 0.562 2 interp_poly -47 -22 61 -16 4236 4237 3 MP PP 4236 4237 0 0 0.562 4297 4221 0 0 0.562 4236 4237 0 0 0.562 2 interp_poly 4297 4221 0 0 0.562 4250 4199 0 0 0.562 4297 4221 0 0 0.562 2 interp_poly 61 -70 -47 -81 4280 3647 3 MP PP 4280 3647 0 0 0.625 4233 3566 0 0 0.688 4280 3647 0 0 0.625 2 interp_poly 4233 3566 0 0 0.688 4294 3496 0 0 0.812 4233 3566 0 0 0.688 2 interp_poly -47 -168 61 -70 4233 3566 3 MP PP 4233 3566 0 0 0.688 4294 3496 0 0 0.812 4233 3566 0 0 0.688 2 interp_poly 4294 3496 0 0 0.812 4247 3328 0 0.0625 1 4294 3496 0 0 0.812 2 interp_poly 60 -16 -46 -22 4278 4122 3 MP PP 4278 4122 0 0 0.562 4232 4100 0 0 0.562 4278 4122 0 0 0.562 2 interp_poly 4232 4100 0 0 0.562 4292 4084 0 0 0.562 4232 4100 0 0 0.562 2 interp_poly -46 -23 60 -16 4232 4100 3 MP PP 4232 4100 0 0 0.562 4292 4084 0 0 0.562 4232 4100 0 0 0.562 2 interp_poly 4292 4084 0 0 0.562 4246 4061 0 0 0.562 4292 4084 0 0 0.562 2 interp_poly -46 372 60 -50 4211 2505 3 MP PP 4211 2505 0.25 1 0.812 4271 2455 0.312 1 0.75 4211 2505 0.25 1 0.812 2 interp_poly 4271 2455 0.312 1 0.75 4225 2827 0 0.562 1 4271 2455 0.312 1 0.75 2 interp_poly 61 -18 -46 -296 4275 2646 3 MP PP 4275 2646 0.188 1 0.875 4229 2350 0.688 1 0.375 4275 2646 0.188 1 0.875 2 interp_poly 4229 2350 0.688 1 0.375 4290 2332 0.688 1 0.375 4229 2350 0.688 1 0.375 2 interp_poly -47 -140 61 -18 4229 2350 3 MP PP 4229 2350 0.688 1 0.375 4290 2332 0.688 1 0.375 4229 2350 0.688 1 0.375 2 interp_poly 4290 2332 0.688 1 0.375 4243 2192 0.938 1 0.125 4290 2332 0.688 1 0.375 2 interp_poly 60 -18 -46 -23 4274 3980 3 MP PP 4274 3980 0 0 0.562 4228 3957 0 0 0.562 4274 3980 0 0 0.562 2 interp_poly 4228 3957 0 0 0.562 4288 3939 0 0 0.562 4228 3957 0 0 0.562 2 interp_poly -46 -24 60 -18 4228 3957 3 MP PP 4228 3957 0 0 0.562 4288 3939 0 0 0.562 4228 3957 0 0 0.562 2 interp_poly 4288 3939 0 0 0.562 4242 3915 0 0 0.562 4288 3939 0 0 0.562 2 interp_poly 61 -6 -47 -28 4270 3833 3 MP PP 4270 3833 0 0 0.562 4223 3805 0 0 0.562 4270 3833 0 0 0.562 2 interp_poly 4223 3805 0 0 0.562 4284 3799 0 0 0.562 4223 3805 0 0 0.562 2 interp_poly -47 -28 61 -6 4223 3805 3 MP PP 4223 3805 0 0 0.562 4284 3799 0 0 0.562 4223 3805 0 0 0.562 2 interp_poly 4284 3799 0 0 0.562 4237 3771 0 0 0.562 4284 3799 0 0 0.562 2 interp_poly 60 -16 -46 -22 4268 4297 3 MP PP 4268 4297 0 0 0.562 4222 4275 0 0 0.562 4268 4297 0 0 0.562 2 interp_poly 4222 4275 0 0 0.562 4282 4259 0 0 0.562 4222 4275 0 0 0.562 2 interp_poly -46 -22 60 -16 4222 4275 3 MP PP 4222 4275 0 0 0.562 4282 4259 0 0 0.562 4222 4275 0 0 0.562 2 interp_poly 4282 4259 0 0 0.562 4236 4237 0 0 0.562 4282 4259 0 0 0.562 2 interp_poly 61 -26 -47 -41 4266 3714 3 MP PP 4266 3714 0 0 0.562 4219 3673 0 0 0.562 4266 3714 0 0 0.562 2 interp_poly 4219 3673 0 0 0.562 4280 3647 0 0 0.625 4219 3673 0 0 0.562 2 interp_poly -47 -81 61 -26 4219 3673 3 MP PP 4219 3673 0 0 0.562 4280 3647 0 0 0.625 4219 3673 0 0 0.562 2 interp_poly 4280 3647 0 0 0.625 4233 3566 0 0 0.688 4280 3647 0 0 0.625 2 interp_poly 60 -17 -46 -22 4264 4161 3 MP PP 4264 4161 0 0 0.562 4218 4139 0 0 0.562 4264 4161 0 0 0.562 2 interp_poly 4218 4139 0 0 0.562 4278 4122 0 0 0.562 4218 4139 0 0 0.562 2 interp_poly -46 -22 60 -17 4218 4139 3 MP PP 4218 4139 0 0 0.562 4278 4122 0 0 0.562 4218 4139 0 0 0.562 2 interp_poly 4278 4122 0 0 0.562 4232 4100 0 0 0.562 4278 4122 0 0 0.562 2 interp_poly 61 12 -47 310 4211 2505 3 MP PP 4211 2505 0.25 1 0.812 4164 2815 0 0.625 1 4211 2505 0.25 1 0.812 2 interp_poly 4164 2815 0 0.625 1 4225 2827 0 0.562 1 4164 2815 0 0.625 1 2 interp_poly 60 12 -46 -353 4261 2987 3 MP PP 4261 2987 0 0.625 1 4215 2634 0.25 1 0.812 4261 2987 0 0.625 1 2 interp_poly 4215 2634 0.25 1 0.812 4275 2646 0.188 1 0.875 4215 2634 0.25 1 0.812 2 interp_poly -46 -296 60 12 4215 2634 3 MP PP 4215 2634 0.25 1 0.812 4275 2646 0.188 1 0.875 4215 2634 0.25 1 0.812 2 interp_poly 4275 2646 0.188 1 0.875 4229 2350 0.688 1 0.375 4275 2646 0.188 1 0.875 2 interp_poly 61 -18 -47 -23 4260 4021 3 MP PP 4260 4021 0 0 0.562 4213 3998 0 0 0.562 4260 4021 0 0 0.562 2 interp_poly 4213 3998 0 0 0.562 4274 3980 0 0 0.562 4213 3998 0 0 0.562 2 interp_poly -46 -23 61 -18 4213 3998 3 MP PP 4213 3998 0 0 0.562 4274 3980 0 0 0.562 4213 3998 0 0 0.562 2 interp_poly 4274 3980 0 0 0.562 4228 3957 0 0 0.562 4274 3980 0 0 0.562 2 interp_poly 61 -13 -47 -27 4256 3873 3 MP PP 4256 3873 0 0 0.562 4209 3846 0 0 0.562 4256 3873 0 0 0.562 2 interp_poly 4209 3846 0 0 0.562 4270 3833 0 0 0.562 4209 3846 0 0 0.562 2 interp_poly -47 -28 61 -13 4209 3846 3 MP PP 4209 3846 0 0 0.562 4270 3833 0 0 0.562 4209 3846 0 0 0.562 2 interp_poly 4270 3833 0 0 0.562 4223 3805 0 0 0.562 4270 3833 0 0 0.562 2 interp_poly 60 -16 -46 -21 4254 4334 3 MP PP 4254 4334 0 0 0.562 4208 4313 0 0 0.562 4254 4334 0 0 0.562 2 interp_poly 4208 4313 0 0 0.562 4268 4297 0 0 0.562 4208 4313 0 0 0.562 2 interp_poly -46 -22 60 -16 4208 4313 3 MP PP 4208 4313 0 0 0.562 4268 4297 0 0 0.562 4208 4313 0 0 0.562 2 interp_poly 4268 4297 0 0 0.562 4222 4275 0 0 0.562 4268 4297 0 0 0.562 2 interp_poly 61 2 -47 -33 4252 3745 3 MP PP 4252 3745 0 0 0.562 4205 3712 0 0 0.562 4252 3745 0 0 0.562 2 interp_poly 4205 3712 0 0 0.562 4266 3714 0 0 0.562 4205 3712 0 0 0.562 2 interp_poly -47 -41 61 2 4205 3712 3 MP PP 4205 3712 0 0 0.562 4266 3714 0 0 0.562 4205 3712 0 0 0.562 2 interp_poly 4266 3714 0 0 0.562 4219 3673 0 0 0.562 4266 3714 0 0 0.562 2 interp_poly 60 -16 -46 -22 4250 4199 3 MP PP 4250 4199 0 0 0.562 4204 4177 0 0 0.562 4250 4199 0 0 0.562 2 interp_poly 4204 4177 0 0 0.562 4264 4161 0 0 0.562 4204 4177 0 0 0.562 2 interp_poly -46 -22 60 -16 4204 4177 3 MP PP 4204 4177 0 0 0.562 4264 4161 0 0 0.562 4204 4177 0 0 0.562 2 interp_poly 4264 4161 0 0 0.562 4218 4139 0 0 0.562 4264 4161 0 0 0.562 2 interp_poly -46 -17 60 -19 4156 3124 3 MP PP 4156 3124 0 0 0.562 4216 3105 0 0 0.562 4156 3124 0 0 0.562 2 interp_poly 4216 3105 0 0 0.562 4170 3088 0 0 0.562 4216 3105 0 0 0.562 2 interp_poly 60 -19 -46 -17 4202 3141 3 MP PP 4202 3141 0 0 0.562 4156 3124 0 0 0.562 4202 3141 0 0 0.562 2 interp_poly 4156 3124 0 0 0.562 4216 3105 0 0 0.562 4156 3124 0 0 0.562 2 interp_poly -46 -18 60 -16 4170 3088 3 MP PP 4170 3088 0 0 0.562 4230 3072 0 0 0.562 4170 3088 0 0 0.562 2 interp_poly 4230 3072 0 0 0.562 4184 3054 0 0 0.562 4230 3072 0 0 0.562 2 interp_poly 60 -16 -46 -17 4216 3105 3 MP PP 4216 3105 0 0 0.562 4170 3088 0 0 0.562 4216 3105 0 0 0.562 2 interp_poly 4170 3088 0 0 0.562 4230 3072 0 0 0.562 4170 3088 0 0 0.562 2 interp_poly 61 -16 -47 -18 4170 3088 3 MP PP 4170 3088 0 0 0.562 4123 3070 0 0 0.562 4170 3088 0 0 0.562 2 interp_poly 4123 3070 0 0 0.562 4184 3054 0 0 0.562 4123 3070 0 0 0.562 2 interp_poly -46 -17 60 -24 4142 3165 3 MP PP 4142 3165 0 0 0.562 4202 3141 0 0 0.562 4142 3165 0 0 0.562 2 interp_poly 4202 3141 0 0 0.562 4156 3124 0 0 0.562 4202 3141 0 0 0.562 2 interp_poly 60 -24 -46 -18 4188 3183 3 MP PP 4188 3183 0 0 0.562 4142 3165 0 0 0.562 4188 3183 0 0 0.562 2 interp_poly 4142 3165 0 0 0.562 4202 3141 0 0 0.562 4142 3165 0 0 0.562 2 interp_poly -47 119 61 35 4178 3067 3 MP PP 4178 3067 0 0.0625 1 4239 3102 0 0 1 4178 3067 0 0.0625 1 2 interp_poly 4239 3102 0 0 1 4192 3221 0 0 0.75 4239 3102 0 0 1 2 interp_poly -47 -19 61 -16 4123 3070 3 MP PP 4123 3070 0 0 0.562 4184 3054 0 0 0.562 4123 3070 0 0 0.562 2 interp_poly 4184 3054 0 0 0.562 4137 3035 0 0 0.562 4184 3054 0 0 0.562 2 interp_poly -46 -20 61 -16 4137 3035 3 MP PP 4137 3035 0 0 0.562 4198 3019 0 0 0.562 4137 3035 0 0 0.562 2 interp_poly 4198 3019 0 0 0.562 4152 2999 0 0 0.562 4198 3019 0 0 0.562 2 interp_poly 61 -16 -47 -19 4184 3054 3 MP PP 4184 3054 0 0 0.562 4137 3035 0 0 0.562 4184 3054 0 0 0.562 2 interp_poly 4137 3035 0 0 0.562 4198 3019 0 0 0.562 4137 3035 0 0 0.562 2 interp_poly -46 -21 60 -15 4152 2999 3 MP PP 4152 2999 0 0 0.562 4212 2984 0 0 0.562 4152 2999 0 0 0.562 2 interp_poly 4212 2984 0 0 0.562 4166 2963 0 0 0.562 4212 2984 0 0 0.562 2 interp_poly 60 -15 -46 -20 4198 3019 3 MP PP 4198 3019 0 0 0.562 4152 2999 0 0 0.562 4198 3019 0 0 0.562 2 interp_poly 4152 2999 0 0 0.562 4212 2984 0 0 0.562 4152 2999 0 0 0.562 2 interp_poly -46 -21 60 -16 4166 2963 3 MP PP 4166 2963 0 0 0.562 4226 2947 0 0 0.562 4166 2963 0 0 0.562 2 interp_poly 4226 2947 0 0 0.562 4180 2926 0 0 0.562 4226 2947 0 0 0.562 2 interp_poly 60 -16 -46 -21 4212 2984 3 MP PP 4212 2984 0 0 0.562 4166 2963 0 0 0.562 4212 2984 0 0 0.562 2 interp_poly 4166 2963 0 0 0.562 4226 2947 0 0 0.562 4166 2963 0 0 0.562 2 interp_poly 61 35 -47 240 4225 2827 3 MP PP 4225 2827 0 0.562 1 4178 3067 0 0.0625 1 4225 2827 0 0.562 1 2 interp_poly 4178 3067 0 0.0625 1 4239 3102 0 0 1 4178 3067 0 0.0625 1 2 interp_poly 60 -55 -46 -286 4247 3328 3 MP PP 4247 3328 0 0.0625 1 4201 3042 0 0.562 1 4247 3328 0 0.0625 1 2 interp_poly 4201 3042 0 0.562 1 4261 2987 0 0.625 1 4201 3042 0 0.562 1 2 interp_poly -47 -22 61 -16 4147 2868 3 MP PP 4147 2868 0 0 0.562 4208 2852 0 0 0.562 4147 2868 0 0 0.562 2 interp_poly 4208 2852 0 0 0.562 4161 2830 0 0 0.562 4208 2852 0 0 0.562 2 interp_poly 61 -16 -47 -21 4194 2889 3 MP PP 4194 2889 0 0 0.562 4147 2868 0 0 0.562 4194 2889 0 0 0.562 2 interp_poly 4147 2868 0 0 0.562 4208 2852 0 0 0.562 4147 2868 0 0 0.562 2 interp_poly -47 -21 61 -16 4119 2942 3 MP PP 4119 2942 0 0 0.562 4180 2926 0 0 0.562 4119 2942 0 0 0.562 2 interp_poly 4180 2926 0 0 0.562 4133 2905 0 0 0.562 4180 2926 0 0 0.562 2 interp_poly 61 -16 -47 -21 4166 2963 3 MP PP 4166 2963 0 0 0.562 4119 2942 0 0 0.562 4166 2963 0 0 0.562 2 interp_poly 4119 2942 0 0 0.562 4180 2926 0 0 0.562 4119 2942 0 0 0.562 2 interp_poly -47 -21 61 -16 4133 2905 3 MP PP 4133 2905 0 0 0.562 4194 2889 0 0 0.562 4133 2905 0 0 0.562 2 interp_poly 4194 2889 0 0 0.562 4147 2868 0 0 0.562 4194 2889 0 0 0.562 2 interp_poly 61 -16 -47 -21 4180 2926 3 MP PP 4180 2926 0 0 0.562 4133 2905 0 0 0.562 4180 2926 0 0 0.562 2 interp_poly 4133 2905 0 0 0.562 4194 2889 0 0 0.562 4133 2905 0 0 0.562 2 interp_poly -47 240 61 12 4164 2815 3 MP PP 4164 2815 0 0.625 1 4225 2827 0 0.562 1 4164 2815 0 0.625 1 2 interp_poly 4225 2827 0 0.562 1 4178 3067 0 0.0625 1 4225 2827 0 0.562 1 2 interp_poly -46 -353 60 -55 4201 3042 3 MP PP 4201 3042 0 0.562 1 4261 2987 0 0.625 1 4201 3042 0 0.562 1 2 interp_poly 4261 2987 0 0.625 1 4215 2634 0.25 1 0.812 4261 2987 0 0.625 1 2 interp_poly 61 -17 -47 -23 4246 4061 3 MP PP 4246 4061 0 0 0.562 4199 4038 0 0 0.562 4246 4061 0 0 0.562 2 interp_poly 4199 4038 0 0 0.562 4260 4021 0 0 0.562 4199 4038 0 0 0.562 2 interp_poly -47 -23 61 -17 4199 4038 3 MP PP 4199 4038 0 0 0.562 4260 4021 0 0 0.562 4199 4038 0 0 0.562 2 interp_poly 4260 4021 0 0 0.562 4213 3998 0 0 0.562 4260 4021 0 0 0.562 2 interp_poly 61 -16 -47 -26 4242 3915 3 MP PP 4242 3915 0 0 0.562 4195 3889 0 0 0.562 4242 3915 0 0 0.562 2 interp_poly 4195 3889 0 0 0.562 4256 3873 0 0 0.562 4195 3889 0 0 0.562 2 interp_poly -47 -27 61 -16 4195 3889 3 MP PP 4195 3889 0 0 0.562 4256 3873 0 0 0.562 4195 3889 0 0 0.562 2 interp_poly 4256 3873 0 0 0.562 4209 3846 0 0 0.562 4256 3873 0 0 0.562 2 interp_poly -46 -21 60 -16 4194 4350 3 MP PP 4194 4350 0 0 0.562 4254 4334 0 0 0.562 4194 4350 0 0 0.562 2 interp_poly 4254 4334 0 0 0.562 4208 4313 0 0 0.562 4254 4334 0 0 0.562 2 interp_poly 61 6 -46 -32 4237 3771 3 MP PP 4237 3771 0 0 0.562 4191 3739 0 0 0.625 4237 3771 0 0 0.562 2 interp_poly 4191 3739 0 0 0.625 4252 3745 0 0 0.562 4191 3739 0 0 0.625 2 interp_poly -47 -33 61 6 4191 3739 3 MP PP 4191 3739 0 0 0.625 4252 3745 0 0 0.562 4191 3739 0 0 0.625 2 interp_poly 4252 3745 0 0 0.562 4205 3712 0 0 0.562 4252 3745 0 0 0.562 2 interp_poly 61 -17 -47 -21 4236 4237 3 MP PP 4236 4237 0 0 0.562 4189 4216 0 0 0.562 4236 4237 0 0 0.562 2 interp_poly 4189 4216 0 0 0.562 4250 4199 0 0 0.562 4189 4216 0 0 0.562 2 interp_poly -46 -22 61 -17 4189 4216 3 MP PP 4189 4216 0 0 0.562 4250 4199 0 0 0.562 4189 4216 0 0 0.562 2 interp_poly 4250 4199 0 0 0.562 4204 4177 0 0 0.562 4250 4199 0 0 0.562 2 interp_poly 60 -80 -46 -158 4233 3566 3 MP PP 4233 3566 0 0 0.688 4187 3408 0 0 0.938 4233 3566 0 0 0.688 2 interp_poly 4187 3408 0 0 0.938 4247 3328 0 0.0625 1 4187 3408 0 0 0.938 2 interp_poly -47 -14 61 -6 4099 3271 3 MP PP 4099 3271 0 0 0.562 4160 3265 0 0 0.562 4099 3271 0 0 0.562 2 interp_poly 4160 3265 0 0 0.562 4113 3251 0 0 0.562 4160 3265 0 0 0.562 2 interp_poly 61 -23 -47 -14 4160 3265 3 MP PP 4160 3265 0 0 0.562 4113 3251 0 0 0.562 4160 3265 0 0 0.562 2 interp_poly 4113 3251 0 0 0.562 4174 3228 0 0 0.562 4113 3251 0 0 0.562 2 interp_poly -46 2 60 -2 4146 3265 3 MP PP 4146 3265 0 0 0.625 4206 3263 0 0 0.562 4146 3265 0 0 0.625 2 interp_poly 4206 3263 0 0 0.562 4160 3265 0 0 0.562 4206 3263 0 0 0.562 2 interp_poly 60 -2 -46 44 4192 3221 3 MP PP 4192 3221 0 0 0.75 4146 3265 0 0 0.625 4192 3221 0 0 0.75 2 interp_poly 4146 3265 0 0 0.625 4206 3263 0 0 0.562 4146 3265 0 0 0.625 2 interp_poly -46 -286 60 -80 4187 3408 3 MP PP 4187 3408 0 0 0.938 4247 3328 0 0.0625 1 4187 3408 0 0 0.938 2 interp_poly 4247 3328 0 0.0625 1 4201 3042 0 0.562 1 4247 3328 0 0.0625 1 2 interp_poly 61 -16 -47 -23 4232 4100 3 MP PP 4232 4100 0 0 0.562 4185 4077 0 0 0.562 4232 4100 0 0 0.562 2 interp_poly 4185 4077 0 0 0.562 4246 4061 0 0 0.562 4185 4077 0 0 0.562 2 interp_poly -47 -23 61 -16 4185 4077 3 MP PP 4185 4077 0 0 0.562 4246 4061 0 0 0.562 4185 4077 0 0 0.562 2 interp_poly 4246 4061 0 0 0.562 4199 4038 0 0 0.562 4246 4061 0 0 0.562 2 interp_poly -46 97 61 -19 4182 2211 3 MP PP 4182 2211 0.938 1 0.125 4243 2192 0.938 1 0.125 4182 2211 0.938 1 0.125 2 interp_poly 4243 2192 0.938 1 0.125 4197 2289 0.688 1 0.375 4243 2192 0.938 1 0.125 2 interp_poly 61 -19 -47 -139 4229 2350 3 MP PP 4229 2350 0.688 1 0.375 4182 2211 0.938 1 0.125 4229 2350 0.688 1 0.375 2 interp_poly 4182 2211 0.938 1 0.125 4243 2192 0.938 1 0.125 4182 2211 0.938 1 0.125 2 interp_poly 61 -18 -47 -24 4228 3957 3 MP PP 4228 3957 0 0 0.562 4181 3933 0 0 0.562 4228 3957 0 0 0.562 2 interp_poly 4181 3933 0 0 0.562 4242 3915 0 0 0.562 4181 3933 0 0 0.562 2 interp_poly -47 -26 61 -18 4181 3933 3 MP PP 4181 3933 0 0 0.562 4242 3915 0 0 0.562 4181 3933 0 0 0.562 2 interp_poly 4242 3915 0 0 0.562 4195 3889 0 0 0.562 4242 3915 0 0 0.562 2 interp_poly 60 -2 -46 -32 4223 3805 3 MP PP 4223 3805 0 0 0.562 4177 3773 0 0 0.625 4223 3805 0 0 0.562 2 interp_poly 4177 3773 0 0 0.625 4237 3771 0 0 0.562 4177 3773 0 0 0.625 2 interp_poly -46 -32 60 -2 4177 3773 3 MP PP 4177 3773 0 0 0.625 4237 3771 0 0 0.562 4177 3773 0 0 0.625 2 interp_poly 4237 3771 0 0 0.562 4191 3739 0 0 0.625 4237 3771 0 0 0.562 2 interp_poly 61 -17 -47 -21 4222 4275 3 MP PP 4222 4275 0 0 0.562 4175 4254 0 0 0.562 4222 4275 0 0 0.562 2 interp_poly 4175 4254 0 0 0.562 4236 4237 0 0 0.562 4175 4254 0 0 0.562 2 interp_poly -47 -21 61 -17 4175 4254 3 MP PP 4175 4254 0 0 0.562 4236 4237 0 0 0.562 4175 4254 0 0 0.562 2 interp_poly 4236 4237 0 0 0.562 4189 4216 0 0 0.562 4236 4237 0 0 0.562 2 interp_poly 60 -29 -46 -78 4219 3673 3 MP PP 4219 3673 0 0 0.562 4173 3595 0 0 0.688 4219 3673 0 0 0.562 2 interp_poly 4173 3595 0 0 0.688 4233 3566 0 0 0.688 4173 3595 0 0 0.688 2 interp_poly -46 -158 60 -29 4173 3595 3 MP PP 4173 3595 0 0 0.688 4233 3566 0 0 0.688 4173 3595 0 0 0.688 2 interp_poly 4233 3566 0 0 0.688 4187 3408 0 0 0.938 4233 3566 0 0 0.688 2 interp_poly 61 -16 -47 -23 4218 4139 3 MP PP 4218 4139 0 0 0.562 4171 4116 0 0 0.562 4218 4139 0 0 0.562 2 interp_poly 4171 4116 0 0 0.562 4232 4100 0 0 0.562 4171 4116 0 0 0.562 2 interp_poly -47 -23 61 -16 4171 4116 3 MP PP 4171 4116 0 0 0.562 4232 4100 0 0 0.562 4171 4116 0 0 0.562 2 interp_poly 4232 4100 0 0 0.562 4185 4077 0 0 0.562 4232 4100 0 0 0.562 2 interp_poly -47 257 61 -18 4136 2307 3 MP PP 4136 2307 0.688 1 0.375 4197 2289 0.688 1 0.375 4136 2307 0.688 1 0.375 2 interp_poly 4197 2289 0.688 1 0.375 4150 2546 0.188 1 0.875 4197 2289 0.688 1 0.375 2 interp_poly 61 -18 -46 96 4182 2211 3 MP PP 4182 2211 0.938 1 0.125 4136 2307 0.688 1 0.375 4182 2211 0.938 1 0.125 2 interp_poly 4136 2307 0.688 1 0.375 4197 2289 0.688 1 0.375 4136 2307 0.688 1 0.375 2 interp_poly -47 310 61 -41 4150 2546 3 MP PP 4150 2546 0.188 1 0.875 4211 2505 0.25 1 0.812 4150 2546 0.188 1 0.875 2 interp_poly 4211 2505 0.25 1 0.812 4164 2815 0 0.625 1 4211 2505 0.25 1 0.812 2 interp_poly 61 -41 -47 257 4197 2289 3 MP PP 4197 2289 0.688 1 0.375 4150 2546 0.188 1 0.875 4197 2289 0.688 1 0.375 2 interp_poly 4150 2546 0.188 1 0.875 4211 2505 0.25 1 0.812 4150 2546 0.188 1 0.875 2 interp_poly 61 67 -47 -351 4215 2634 3 MP PP 4215 2634 0.25 1 0.812 4168 2283 0.875 1 0.188 4215 2634 0.25 1 0.812 2 interp_poly 4168 2283 0.875 1 0.188 4229 2350 0.688 1 0.375 4168 2283 0.875 1 0.188 2 interp_poly -47 -139 61 67 4168 2283 3 MP PP 4168 2283 0.875 1 0.188 4229 2350 0.688 1 0.375 4168 2283 0.875 1 0.188 2 interp_poly 4229 2350 0.688 1 0.375 4182 2211 0.938 1 0.125 4229 2350 0.688 1 0.375 2 interp_poly 61 -18 -46 -23 4213 3998 3 MP PP 4213 3998 0 0 0.562 4167 3975 0 0 0.562 4213 3998 0 0 0.562 2 interp_poly 4167 3975 0 0 0.562 4228 3957 0 0 0.562 4167 3975 0 0 0.562 2 interp_poly -47 -24 61 -18 4167 3975 3 MP PP 4167 3975 0 0 0.562 4228 3957 0 0 0.562 4167 3975 0 0 0.562 2 interp_poly 4228 3957 0 0 0.562 4181 3933 0 0 0.562 4228 3957 0 0 0.562 2 interp_poly 60 -11 -46 -30 4209 3846 3 MP PP 4209 3846 0 0 0.562 4163 3816 0 0 0.625 4209 3846 0 0 0.562 2 interp_poly 4163 3816 0 0 0.625 4223 3805 0 0 0.562 4163 3816 0 0 0.625 2 interp_poly -46 -32 60 -11 4163 3816 3 MP PP 4163 3816 0 0 0.625 4223 3805 0 0 0.562 4163 3816 0 0 0.625 2 interp_poly 4223 3805 0 0 0.562 4177 3773 0 0 0.625 4223 3805 0 0 0.562 2 interp_poly 61 -16 -47 -22 4208 4313 3 MP PP 4208 4313 0 0 0.562 4161 4291 0 0 0.562 4208 4313 0 0 0.562 2 interp_poly 4161 4291 0 0 0.562 4222 4275 0 0 0.562 4161 4291 0 0 0.562 2 interp_poly -47 -21 61 -16 4161 4291 3 MP PP 4161 4291 0 0 0.562 4222 4275 0 0 0.562 4161 4291 0 0 0.562 2 interp_poly 4222 4275 0 0 0.562 4175 4254 0 0 0.562 4222 4275 0 0 0.562 2 interp_poly 60 10 -46 -49 4205 3712 3 MP PP 4205 3712 0 0 0.562 4159 3663 0 0 0.625 4205 3712 0 0 0.562 2 interp_poly 4159 3663 0 0 0.625 4219 3673 0 0 0.562 4159 3663 0 0 0.625 2 interp_poly -46 -78 60 10 4159 3663 3 MP PP 4159 3663 0 0 0.625 4219 3673 0 0 0.562 4159 3663 0 0 0.625 2 interp_poly 4219 3673 0 0 0.562 4173 3595 0 0 0.688 4219 3673 0 0 0.562 2 interp_poly 61 -16 -47 -22 4204 4177 3 MP PP 4204 4177 0 0 0.562 4157 4155 0 0 0.562 4204 4177 0 0 0.562 2 interp_poly 4157 4155 0 0 0.562 4218 4139 0 0 0.562 4157 4155 0 0 0.562 2 interp_poly -47 -23 61 -16 4157 4155 3 MP PP 4157 4155 0 0 0.562 4218 4139 0 0 0.562 4157 4155 0 0 0.562 2 interp_poly 4218 4139 0 0 0.562 4171 4116 0 0 0.562 4218 4139 0 0 0.562 2 interp_poly 61 21 -47 -429 4201 3042 3 MP PP 4201 3042 0 0.562 1 4154 2613 0.312 1 0.75 4201 3042 0 0.562 1 2 interp_poly 4154 2613 0.312 1 0.75 4215 2634 0.25 1 0.812 4154 2613 0.312 1 0.75 2 interp_poly -47 -351 61 21 4154 2613 3 MP PP 4154 2613 0.312 1 0.75 4215 2634 0.25 1 0.812 4154 2613 0.312 1 0.75 2 interp_poly 4215 2634 0.25 1 0.812 4168 2283 0.875 1 0.188 4215 2634 0.25 1 0.812 2 interp_poly 60 -17 -46 -23 4199 4038 3 MP PP 4199 4038 0 0 0.562 4153 4015 0 0 0.562 4199 4038 0 0 0.562 2 interp_poly 4153 4015 0 0 0.562 4213 3998 0 0 0.562 4153 4015 0 0 0.562 2 interp_poly -46 -23 60 -17 4153 4015 3 MP PP 4153 4015 0 0 0.562 4213 3998 0 0 0.562 4153 4015 0 0 0.562 2 interp_poly 4213 3998 0 0 0.562 4167 3975 0 0 0.562 4213 3998 0 0 0.562 2 interp_poly 60 -17 -46 -26 4195 3889 3 MP PP 4195 3889 0 0 0.562 4149 3863 0 0 0.562 4195 3889 0 0 0.562 2 interp_poly 4149 3863 0 0 0.562 4209 3846 0 0 0.562 4149 3863 0 0 0.562 2 interp_poly -46 -30 60 -17 4149 3863 3 MP PP 4149 3863 0 0 0.562 4209 3846 0 0 0.562 4149 3863 0 0 0.562 2 interp_poly 4209 3846 0 0 0.562 4163 3816 0 0 0.625 4209 3846 0 0 0.562 2 interp_poly 61 -15 -47 -22 4194 4350 3 MP PP 4194 4350 0 0 0.562 4147 4328 0 0 0.562 4194 4350 0 0 0.562 2 interp_poly 4147 4328 0 0 0.562 4208 4313 0 0 0.562 4147 4328 0 0 0.562 2 interp_poly -47 -22 61 -15 4147 4328 3 MP PP 4147 4328 0 0 0.562 4208 4313 0 0 0.562 4147 4328 0 0 0.562 2 interp_poly 4208 4313 0 0 0.562 4161 4291 0 0 0.562 4208 4313 0 0 0.562 2 interp_poly 61 15 -47 -42 4191 3739 3 MP PP 4191 3739 0 0 0.625 4144 3697 0 0 0.625 4191 3739 0 0 0.625 2 interp_poly 4144 3697 0 0 0.625 4205 3712 0 0 0.562 4144 3697 0 0 0.625 2 interp_poly -46 -49 61 15 4144 3697 3 MP PP 4144 3697 0 0 0.625 4205 3712 0 0 0.562 4144 3697 0 0 0.625 2 interp_poly 4205 3712 0 0 0.562 4159 3663 0 0 0.625 4205 3712 0 0 0.562 2 interp_poly 61 -17 -46 -22 4189 4216 3 MP PP 4189 4216 0 0 0.562 4143 4194 0 0 0.562 4189 4216 0 0 0.562 2 interp_poly 4143 4194 0 0 0.562 4204 4177 0 0 0.562 4143 4194 0 0 0.562 2 interp_poly -47 -22 61 -17 4143 4194 3 MP PP 4143 4194 0 0 0.562 4204 4177 0 0 0.562 4143 4194 0 0 0.562 2 interp_poly 4204 4177 0 0 0.562 4157 4155 0 0 0.562 4204 4177 0 0 0.562 2 interp_poly -47 -18 61 -22 4095 3146 3 MP PP 4095 3146 0 0 0.562 4156 3124 0 0 0.562 4095 3146 0 0 0.562 2 interp_poly 4156 3124 0 0 0.562 4109 3106 0 0 0.562 4156 3124 0 0 0.562 2 interp_poly 61 -22 -47 -19 4142 3165 3 MP PP 4142 3165 0 0 0.562 4095 3146 0 0 0.562 4142 3165 0 0 0.562 2 interp_poly 4095 3146 0 0 0.562 4156 3124 0 0 0.562 4095 3146 0 0 0.562 2 interp_poly -47 -18 61 -18 4109 3106 3 MP PP 4109 3106 0 0 0.562 4170 3088 0 0 0.562 4109 3106 0 0 0.562 2 interp_poly 4170 3088 0 0 0.562 4123 3070 0 0 0.562 4170 3088 0 0 0.562 2 interp_poly 61 -18 -47 -18 4156 3124 3 MP PP 4156 3124 0 0 0.562 4109 3106 0 0 0.562 4156 3124 0 0 0.562 2 interp_poly 4109 3106 0 0 0.562 4170 3088 0 0 0.562 4109 3106 0 0 0.562 2 interp_poly -46 -18 61 -23 4113 3251 3 MP PP 4113 3251 0 0 0.562 4174 3228 0 0 0.562 4113 3251 0 0 0.562 2 interp_poly 4174 3228 0 0 0.562 4128 3210 0 0 0.562 4174 3228 0 0 0.562 2 interp_poly -46 -19 60 -17 4063 3087 3 MP PP 4063 3087 0 0 0.562 4123 3070 0 0 0.562 4063 3087 0 0 0.562 2 interp_poly 4123 3070 0 0 0.562 4077 3051 0 0 0.562 4123 3070 0 0 0.562 2 interp_poly 60 -17 -46 -19 4109 3106 3 MP PP 4109 3106 0 0 0.562 4063 3087 0 0 0.562 4109 3106 0 0 0.562 2 interp_poly 4063 3087 0 0 0.562 4123 3070 0 0 0.562 4063 3087 0 0 0.562 2 interp_poly -46 -20 60 -16 4077 3051 3 MP PP 4077 3051 0 0 0.562 4137 3035 0 0 0.562 4077 3051 0 0 0.562 2 interp_poly 4137 3035 0 0 0.562 4091 3015 0 0 0.562 4137 3035 0 0 0.562 2 interp_poly 60 -16 -46 -19 4123 3070 3 MP PP 4123 3070 0 0 0.562 4077 3051 0 0 0.562 4123 3070 0 0 0.562 2 interp_poly 4077 3051 0 0 0.562 4137 3035 0 0 0.562 4077 3051 0 0 0.562 2 interp_poly -47 -19 61 -24 4081 3189 3 MP PP 4081 3189 0 0 0.562 4142 3165 0 0 0.562 4081 3189 0 0 0.562 2 interp_poly 4142 3165 0 0 0.562 4095 3146 0 0 0.562 4142 3165 0 0 0.562 2 interp_poly 61 -24 -47 -21 4128 3210 3 MP PP 4128 3210 0 0 0.562 4081 3189 0 0 0.562 4128 3210 0 0 0.562 2 interp_poly 4081 3189 0 0 0.562 4142 3165 0 0 0.562 4081 3189 0 0 0.562 2 interp_poly -46 125 60 33 4118 3034 3 MP PP 4118 3034 0 0.188 1 4178 3067 0 0.0625 1 4118 3034 0 0.188 1 2 interp_poly 4178 3067 0 0.0625 1 4132 3192 0 0 0.812 4178 3067 0 0.0625 1 2 interp_poly -47 -20 61 -16 4091 3015 3 MP PP 4091 3015 0 0 0.562 4152 2999 0 0 0.562 4091 3015 0 0 0.562 2 interp_poly 4152 2999 0 0 0.562 4105 2979 0 0 0.562 4152 2999 0 0 0.562 2 interp_poly 61 -16 -46 -20 4137 3035 3 MP PP 4137 3035 0 0 0.562 4091 3015 0 0 0.562 4137 3035 0 0 0.562 2 interp_poly 4091 3015 0 0 0.562 4152 2999 0 0 0.562 4091 3015 0 0 0.562 2 interp_poly -46 -21 60 -17 4101 2847 3 MP PP 4101 2847 0 0 0.562 4161 2830 0 0 0.562 4101 2847 0 0 0.562 2 interp_poly 4161 2830 0 0 0.562 4115 2809 0 0 0.562 4161 2830 0 0 0.562 2 interp_poly 60 -17 -46 -21 4147 2868 3 MP PP 4147 2868 0 0 0.562 4101 2847 0 0 0.562 4147 2868 0 0 0.562 2 interp_poly 4101 2847 0 0 0.562 4161 2830 0 0 0.562 4101 2847 0 0 0.562 2 interp_poly -47 -21 61 -16 4105 2979 3 MP PP 4105 2979 0 0 0.562 4166 2963 0 0 0.562 4105 2979 0 0 0.562 2 interp_poly 4166 2963 0 0 0.562 4119 2942 0 0 0.562 4166 2963 0 0 0.562 2 interp_poly 61 -16 -47 -20 4152 2999 3 MP PP 4152 2999 0 0 0.562 4105 2979 0 0 0.562 4152 2999 0 0 0.562 2 interp_poly 4105 2979 0 0 0.562 4166 2963 0 0 0.562 4105 2979 0 0 0.562 2 interp_poly 60 33 -46 219 4164 2815 3 MP PP 4164 2815 0 0.625 1 4118 3034 0 0.188 1 4164 2815 0 0.625 1 2 interp_poly 4118 3034 0 0.188 1 4178 3067 0 0.0625 1 4118 3034 0 0.188 1 2 interp_poly -46 -18 60 -27 4128 3210 3 MP PP 4128 3210 0 0 0.562 4188 3183 0 0 0.562 4128 3210 0 0 0.562 2 interp_poly 4188 3183 0 0 0.562 4142 3165 0 0 0.562 4188 3183 0 0 0.562 2 interp_poly 60 -27 -46 -18 4174 3228 3 MP PP 4174 3228 0 0 0.562 4128 3210 0 0 0.562 4174 3228 0 0 0.562 2 interp_poly 4128 3210 0 0 0.562 4188 3183 0 0 0.562 4128 3210 0 0 0.562 2 interp_poly -46 44 60 29 4132 3192 3 MP PP 4132 3192 0 0 0.812 4192 3221 0 0 0.75 4132 3192 0 0 0.812 2 interp_poly 4192 3221 0 0 0.75 4146 3265 0 0 0.625 4192 3221 0 0 0.75 2 interp_poly 60 29 -46 125 4178 3067 3 MP PP 4178 3067 0 0.0625 1 4132 3192 0 0 0.812 4178 3067 0 0.0625 1 2 interp_poly 4132 3192 0 0 0.812 4192 3221 0 0 0.75 4132 3192 0 0 0.812 2 interp_poly 61 -64 -47 -302 4187 3408 3 MP PP 4187 3408 0 0 0.938 4140 3106 0 0.5 1 4187 3408 0 0 0.938 2 interp_poly 4140 3106 0 0.5 1 4201 3042 0 0.562 1 4140 3106 0 0.5 1 2 interp_poly -46 -21 60 -16 4087 2884 3 MP PP 4087 2884 0 0 0.562 4147 2868 0 0 0.562 4087 2884 0 0 0.562 2 interp_poly 4147 2868 0 0 0.562 4101 2847 0 0 0.562 4147 2868 0 0 0.562 2 interp_poly 60 -16 -46 -21 4133 2905 3 MP PP 4133 2905 0 0 0.562 4087 2884 0 0 0.562 4133 2905 0 0 0.562 2 interp_poly 4087 2884 0 0 0.562 4147 2868 0 0 0.562 4087 2884 0 0 0.562 2 interp_poly 61 -16 -47 -22 4101 2847 3 MP PP 4101 2847 0 0 0.562 4054 2825 0 0 0.562 4101 2847 0 0 0.562 2 interp_poly 4054 2825 0 0 0.562 4115 2809 0 0 0.562 4054 2825 0 0 0.562 2 interp_poly -46 -21 60 -16 4059 2958 3 MP PP 4059 2958 0 0 0.562 4119 2942 0 0 0.562 4059 2958 0 0 0.562 2 interp_poly 4119 2942 0 0 0.562 4073 2921 0 0 0.562 4119 2942 0 0 0.562 2 interp_poly 60 -16 -46 -21 4105 2979 3 MP PP 4105 2979 0 0 0.562 4059 2958 0 0 0.562 4105 2979 0 0 0.562 2 interp_poly 4059 2958 0 0 0.562 4119 2942 0 0 0.562 4059 2958 0 0 0.562 2 interp_poly -46 -21 60 -16 4073 2921 3 MP PP 4073 2921 0 0 0.562 4133 2905 0 0 0.562 4073 2921 0 0 0.562 2 interp_poly 4133 2905 0 0 0.562 4087 2884 0 0 0.562 4133 2905 0 0 0.562 2 interp_poly 60 -16 -46 -21 4119 2942 3 MP PP 4119 2942 0 0 0.562 4073 2921 0 0 0.562 4119 2942 0 0 0.562 2 interp_poly 4073 2921 0 0 0.562 4133 2905 0 0 0.562 4073 2921 0 0 0.562 2 interp_poly -46 219 60 -2 4104 2817 3 MP PP 4104 2817 0 0.688 1 4164 2815 0 0.625 1 4104 2817 0 0.688 1 2 interp_poly 4164 2815 0 0.625 1 4118 3034 0 0.188 1 4164 2815 0 0.625 1 2 interp_poly -47 -21 61 -16 4054 2825 3 MP PP 4054 2825 0 0 0.562 4115 2809 0 0 0.562 4054 2825 0 0 0.562 2 interp_poly 4115 2809 0 0 0.562 4068 2788 0 0 0.562 4115 2809 0 0 0.562 2 interp_poly 60 -2 -46 271 4150 2546 3 MP PP 4150 2546 0.188 1 0.875 4104 2817 0 0.688 1 4150 2546 0.188 1 0.875 2 interp_poly 4104 2817 0 0.688 1 4164 2815 0 0.625 1 4104 2817 0 0.688 1 2 interp_poly -47 -429 61 -64 4140 3106 3 MP PP 4140 3106 0 0.5 1 4201 3042 0 0.562 1 4140 3106 0 0.5 1 2 interp_poly 4201 3042 0 0.562 1 4154 2613 0.312 1 0.75 4201 3042 0 0.562 1 2 interp_poly 60 -17 -46 -22 4185 4077 3 MP PP 4185 4077 0 0 0.562 4139 4055 0 0 0.562 4185 4077 0 0 0.562 2 interp_poly 4139 4055 0 0 0.562 4199 4038 0 0 0.562 4139 4055 0 0 0.562 2 interp_poly -46 -23 60 -17 4139 4055 3 MP PP 4139 4055 0 0 0.562 4199 4038 0 0 0.562 4139 4055 0 0 0.562 2 interp_poly 4199 4038 0 0 0.562 4153 4015 0 0 0.562 4199 4038 0 0 0.562 2 interp_poly 60 -20 -46 -24 4181 3933 3 MP PP 4181 3933 0 0 0.562 4135 3909 0 0 0.562 4181 3933 0 0 0.562 2 interp_poly 4135 3909 0 0 0.562 4195 3889 0 0 0.562 4135 3909 0 0 0.562 2 interp_poly -46 -26 60 -20 4135 3909 3 MP PP 4135 3909 0 0 0.562 4195 3889 0 0 0.562 4135 3909 0 0 0.562 2 interp_poly 4195 3889 0 0 0.562 4149 3863 0 0 0.562 4195 3889 0 0 0.562 2 interp_poly -47 -22 61 -15 4133 4365 3 MP PP 4133 4365 0 0 0.562 4194 4350 0 0 0.562 4133 4365 0 0 0.562 2 interp_poly 4194 4350 0 0 0.562 4147 4328 0 0 0.562 4194 4350 0 0 0.562 2 interp_poly 61 5 -47 -39 4177 3773 3 MP PP 4177 3773 0 0 0.625 4130 3734 0 0 0.625 4177 3773 0 0 0.625 2 interp_poly 4130 3734 0 0 0.625 4191 3739 0 0 0.625 4130 3734 0 0 0.625 2 interp_poly -47 -42 61 5 4130 3734 3 MP PP 4130 3734 0 0 0.625 4191 3739 0 0 0.625 4130 3734 0 0 0.625 2 interp_poly 4191 3739 0 0 0.625 4144 3697 0 0 0.625 4191 3739 0 0 0.625 2 interp_poly 60 -16 -46 -22 4175 4254 3 MP PP 4175 4254 0 0 0.562 4129 4232 0 0 0.562 4175 4254 0 0 0.562 2 interp_poly 4129 4232 0 0 0.562 4189 4216 0 0 0.562 4129 4232 0 0 0.562 2 interp_poly -46 -22 60 -16 4129 4232 3 MP PP 4129 4232 0 0 0.562 4189 4216 0 0 0.562 4129 4232 0 0 0.562 2 interp_poly 4189 4216 0 0 0.562 4143 4194 0 0 0.562 4189 4216 0 0 0.562 2 interp_poly 61 -32 -47 -155 4173 3595 3 MP PP 4173 3595 0 0 0.688 4126 3440 0 0 0.938 4173 3595 0 0 0.688 2 interp_poly 4126 3440 0 0 0.938 4187 3408 0 0 0.938 4126 3440 0 0 0.938 2 interp_poly -46 -21 60 -8 4053 3259 3 MP PP 4053 3259 0 0 0.562 4113 3251 0 0 0.562 4053 3259 0 0 0.562 2 interp_poly 4113 3251 0 0 0.562 4067 3230 0 0 0.562 4113 3251 0 0 0.562 2 interp_poly 60 -8 -46 -12 4099 3271 3 MP PP 4099 3271 0 0 0.562 4053 3259 0 0 0.562 4099 3271 0 0 0.562 2 interp_poly 4053 3259 0 0 0.562 4113 3251 0 0 0.562 4053 3259 0 0 0.562 2 interp_poly -47 6 61 19 4085 3246 3 MP PP 4085 3246 0 0 0.688 4146 3265 0 0 0.625 4085 3246 0 0 0.688 2 interp_poly 4146 3265 0 0 0.625 4099 3271 0 0 0.562 4146 3265 0 0 0.625 2 interp_poly -47 -21 61 -20 4067 3230 3 MP PP 4067 3230 0 0 0.562 4128 3210 0 0 0.562 4067 3230 0 0 0.562 2 interp_poly 4128 3210 0 0 0.562 4081 3189 0 0 0.562 4128 3210 0 0 0.562 2 interp_poly 61 -20 -46 -21 4113 3251 3 MP PP 4113 3251 0 0 0.562 4067 3230 0 0 0.562 4113 3251 0 0 0.562 2 interp_poly 4067 3230 0 0 0.562 4128 3210 0 0 0.562 4067 3230 0 0 0.562 2 interp_poly 61 19 -47 54 4132 3192 3 MP PP 4132 3192 0 0 0.812 4085 3246 0 0 0.688 4132 3192 0 0 0.812 2 interp_poly 4085 3246 0 0 0.688 4146 3265 0 0 0.625 4085 3246 0 0 0.688 2 interp_poly 61 -6 -47 6 4146 3265 3 MP PP 4146 3265 0 0 0.625 4099 3271 0 0 0.562 4146 3265 0 0 0.625 2 interp_poly 4099 3271 0 0 0.562 4160 3265 0 0 0.562 4099 3271 0 0 0.562 2 interp_poly -47 -302 61 -32 4126 3440 3 MP PP 4126 3440 0 0 0.938 4187 3408 0 0 0.938 4126 3440 0 0 0.938 2 interp_poly 4187 3408 0 0 0.938 4140 3106 0 0.5 1 4187 3408 0 0 0.938 2 interp_poly 60 -16 -46 -23 4171 4116 3 MP PP 4171 4116 0 0 0.562 4125 4093 0 0 0.562 4171 4116 0 0 0.562 2 interp_poly 4125 4093 0 0 0.562 4185 4077 0 0 0.562 4125 4093 0 0 0.562 2 interp_poly -46 -22 60 -16 4125 4093 3 MP PP 4125 4093 0 0 0.562 4185 4077 0 0 0.562 4125 4093 0 0 0.562 2 interp_poly 4185 4077 0 0 0.562 4139 4055 0 0 0.562 4185 4077 0 0 0.562 2 interp_poly -46 96 60 95 4122 2116 3 MP PP 4122 2116 1 0.938 0 4182 2211 0.938 1 0.125 4122 2116 1 0.938 0 2 interp_poly 4182 2211 0.938 1 0.125 4136 2307 0.688 1 0.375 4182 2211 0.938 1 0.125 2 interp_poly 60 95 -46 -167 4168 2283 3 MP PP 4168 2283 0.875 1 0.188 4122 2116 1 0.938 0 4168 2283 0.875 1 0.188 2 interp_poly 4122 2116 1 0.938 0 4182 2211 0.938 1 0.125 4122 2116 1 0.938 0 2 interp_poly 61 -19 -47 -23 4167 3975 3 MP PP 4167 3975 0 0 0.562 4120 3952 0 0 0.562 4167 3975 0 0 0.562 2 interp_poly 4120 3952 0 0 0.562 4181 3933 0 0 0.562 4120 3952 0 0 0.562 2 interp_poly -46 -24 61 -19 4120 3952 3 MP PP 4120 3952 0 0 0.562 4181 3933 0 0 0.562 4120 3952 0 0 0.562 2 interp_poly 4181 3933 0 0 0.562 4135 3909 0 0 0.562 4181 3933 0 0 0.562 2 interp_poly 61 -9 -47 -34 4163 3816 3 MP PP 4163 3816 0 0 0.625 4116 3782 0 0 0.625 4163 3816 0 0 0.625 2 interp_poly 4116 3782 0 0 0.625 4177 3773 0 0 0.625 4116 3782 0 0 0.625 2 interp_poly -47 -39 61 -9 4116 3782 3 MP PP 4116 3782 0 0 0.625 4177 3773 0 0 0.625 4116 3782 0 0 0.625 2 interp_poly 4177 3773 0 0 0.625 4130 3734 0 0 0.625 4177 3773 0 0 0.625 2 interp_poly 60 -16 -46 -21 4161 4291 3 MP PP 4161 4291 0 0 0.562 4115 4270 0 0 0.562 4161 4291 0 0 0.562 2 interp_poly 4115 4270 0 0 0.562 4175 4254 0 0 0.562 4115 4270 0 0 0.562 2 interp_poly -46 -22 60 -16 4115 4270 3 MP PP 4115 4270 0 0 0.562 4175 4254 0 0 0.562 4115 4270 0 0 0.562 2 interp_poly 4175 4254 0 0 0.562 4129 4232 0 0 0.562 4175 4254 0 0 0.562 2 interp_poly 61 20 -47 -88 4159 3663 3 MP PP 4159 3663 0 0 0.625 4112 3575 0 0 0.75 4159 3663 0 0 0.625 2 interp_poly 4112 3575 0 0 0.75 4173 3595 0 0 0.688 4112 3575 0 0 0.75 2 interp_poly -47 -155 61 20 4112 3575 3 MP PP 4112 3575 0 0 0.75 4173 3595 0 0 0.688 4112 3575 0 0 0.75 2 interp_poly 4173 3595 0 0 0.688 4126 3440 0 0 0.938 4173 3595 0 0 0.688 2 interp_poly 60 -16 -46 -23 4157 4155 3 MP PP 4157 4155 0 0 0.562 4111 4132 0 0 0.562 4157 4155 0 0 0.562 2 interp_poly 4111 4132 0 0 0.562 4171 4116 0 0 0.562 4111 4132 0 0 0.562 2 interp_poly -46 -23 60 -16 4111 4132 3 MP PP 4111 4132 0 0 0.562 4171 4116 0 0 0.562 4111 4132 0 0 0.562 2 interp_poly 4171 4116 0 0 0.562 4125 4093 0 0 0.562 4171 4116 0 0 0.562 2 interp_poly -47 124 61 199 4061 1917 3 MP PP 4061 1917 1 0.5 0 4122 2116 1 0.938 0 4061 1917 1 0.5 0 2 interp_poly 4122 2116 1 0.938 0 4075 2240 0.875 1 0.188 4122 2116 1 0.938 0 2 interp_poly -47 253 61 67 4075 2240 3 MP PP 4075 2240 0.875 1 0.188 4136 2307 0.688 1 0.375 4075 2240 0.875 1 0.188 2 interp_poly 4136 2307 0.688 1 0.375 4089 2560 0.188 1 0.875 4136 2307 0.688 1 0.375 2 interp_poly 61 67 -47 124 4122 2116 3 MP PP 4122 2116 1 0.938 0 4075 2240 0.875 1 0.188 4122 2116 1 0.938 0 2 interp_poly 4075 2240 0.875 1 0.188 4136 2307 0.688 1 0.375 4075 2240 0.875 1 0.188 2 interp_poly -46 271 61 -14 4089 2560 3 MP PP 4089 2560 0.188 1 0.875 4150 2546 0.188 1 0.875 4089 2560 0.188 1 0.875 2 interp_poly 4150 2546 0.188 1 0.875 4104 2817 0 0.688 1 4150 2546 0.188 1 0.875 2 interp_poly 61 -14 -47 253 4136 2307 3 MP PP 4136 2307 0.688 1 0.375 4089 2560 0.188 1 0.875 4136 2307 0.688 1 0.375 2 interp_poly 4089 2560 0.188 1 0.875 4150 2546 0.188 1 0.875 4089 2560 0.188 1 0.875 2 interp_poly 60 137 -46 -467 4154 2613 3 MP PP 4154 2613 0.312 1 0.75 4108 2146 1 0.938 0 4154 2613 0.312 1 0.75 2 interp_poly 4108 2146 1 0.938 0 4168 2283 0.875 1 0.188 4108 2146 1 0.938 0 2 interp_poly -46 -167 60 137 4108 2146 3 MP PP 4108 2146 1 0.938 0 4168 2283 0.875 1 0.188 4108 2146 1 0.938 0 2 interp_poly 4168 2283 0.875 1 0.188 4122 2116 1 0.938 0 4168 2283 0.875 1 0.188 2 interp_poly 61 -18 -47 -22 4153 4015 3 MP PP 4153 4015 0 0 0.562 4106 3993 0 0 0.562 4153 4015 0 0 0.562 2 interp_poly 4106 3993 0 0 0.562 4167 3975 0 0 0.562 4106 3993 0 0 0.562 2 interp_poly -47 -23 61 -18 4106 3993 3 MP PP 4106 3993 0 0 0.562 4167 3975 0 0 0.562 4106 3993 0 0 0.562 2 interp_poly 4167 3975 0 0 0.562 4120 3952 0 0 0.562 4167 3975 0 0 0.562 2 interp_poly 61 -18 -47 -29 4149 3863 3 MP PP 4149 3863 0 0 0.562 4102 3834 0 0 0.562 4149 3863 0 0 0.562 2 interp_poly 4102 3834 0 0 0.562 4163 3816 0 0 0.625 4102 3834 0 0 0.562 2 interp_poly -47 -34 61 -18 4102 3834 3 MP PP 4102 3834 0 0 0.562 4163 3816 0 0 0.625 4102 3834 0 0 0.562 2 interp_poly 4163 3816 0 0 0.625 4116 3782 0 0 0.625 4163 3816 0 0 0.625 2 interp_poly 60 -16 -46 -21 4147 4328 3 MP PP 4147 4328 0 0 0.562 4101 4307 0 0 0.562 4147 4328 0 0 0.562 2 interp_poly 4101 4307 0 0 0.562 4161 4291 0 0 0.562 4101 4307 0 0 0.562 2 interp_poly -46 -21 60 -16 4101 4307 3 MP PP 4101 4307 0 0 0.562 4161 4291 0 0 0.562 4101 4307 0 0 0.562 2 interp_poly 4161 4291 0 0 0.562 4115 4270 0 0 0.562 4161 4291 0 0 0.562 2 interp_poly 61 29 -46 -63 4144 3697 3 MP PP 4144 3697 0 0 0.625 4098 3634 0 0 0.688 4144 3697 0 0 0.625 2 interp_poly 4098 3634 0 0 0.688 4159 3663 0 0 0.625 4098 3634 0 0 0.688 2 interp_poly -47 -88 61 29 4098 3634 3 MP PP 4098 3634 0 0 0.688 4159 3663 0 0 0.625 4098 3634 0 0 0.688 2 interp_poly 4159 3663 0 0 0.625 4112 3575 0 0 0.75 4159 3663 0 0 0.625 2 interp_poly 61 -17 -47 -22 4143 4194 3 MP PP 4143 4194 0 0 0.562 4096 4172 0 0 0.562 4143 4194 0 0 0.562 2 interp_poly 4096 4172 0 0 0.562 4157 4155 0 0 0.562 4096 4172 0 0 0.562 2 interp_poly -46 -23 61 -17 4096 4172 3 MP PP 4096 4172 0 0 0.562 4157 4155 0 0 0.562 4096 4172 0 0 0.562 2 interp_poly 4157 4155 0 0 0.562 4111 4132 0 0 0.562 4157 4155 0 0 0.562 2 interp_poly 60 7 -46 -500 4140 3106 3 MP PP 4140 3106 0 0.5 1 4094 2606 0.375 1 0.688 4140 3106 0 0.5 1 2 interp_poly 4094 2606 0.375 1 0.688 4154 2613 0.312 1 0.75 4094 2606 0.375 1 0.688 2 interp_poly -46 -467 60 7 4094 2606 3 MP PP 4094 2606 0.375 1 0.688 4154 2613 0.312 1 0.75 4094 2606 0.375 1 0.688 2 interp_poly 4154 2613 0.312 1 0.75 4108 2146 1 0.938 0 4154 2613 0.312 1 0.75 2 interp_poly 61 -17 -47 -23 4139 4055 3 MP PP 4139 4055 0 0 0.562 4092 4032 0 0 0.562 4139 4055 0 0 0.562 2 interp_poly 4092 4032 0 0 0.562 4153 4015 0 0 0.562 4092 4032 0 0 0.562 2 interp_poly -47 -22 61 -17 4092 4032 3 MP PP 4092 4032 0 0 0.562 4153 4015 0 0 0.562 4092 4032 0 0 0.562 2 interp_poly 4153 4015 0 0 0.562 4106 3993 0 0 0.562 4153 4015 0 0 0.562 2 interp_poly 61 -21 -47 -25 4135 3909 3 MP PP 4135 3909 0 0 0.562 4088 3884 0 0 0.562 4135 3909 0 0 0.562 2 interp_poly 4088 3884 0 0 0.562 4149 3863 0 0 0.562 4088 3884 0 0 0.562 2 interp_poly -47 -29 61 -21 4088 3884 3 MP PP 4088 3884 0 0 0.562 4149 3863 0 0 0.562 4088 3884 0 0 0.562 2 interp_poly 4149 3863 0 0 0.562 4102 3834 0 0 0.562 4149 3863 0 0 0.562 2 interp_poly 60 -16 -46 -21 4133 4365 3 MP PP 4133 4365 0 0 0.562 4087 4344 0 0 0.562 4133 4365 0 0 0.562 2 interp_poly 4087 4344 0 0 0.562 4147 4328 0 0 0.562 4087 4344 0 0 0.562 2 interp_poly -46 -21 60 -16 4087 4344 3 MP PP 4087 4344 0 0 0.562 4147 4328 0 0 0.562 4087 4344 0 0 0.562 2 interp_poly 4147 4328 0 0 0.562 4101 4307 0 0 0.562 4147 4328 0 0 0.562 2 interp_poly 60 13 -46 -50 4130 3734 3 MP PP 4130 3734 0 0 0.625 4084 3684 0 0 0.688 4130 3734 0 0 0.625 2 interp_poly 4084 3684 0 0 0.688 4144 3697 0 0 0.625 4084 3684 0 0 0.688 2 interp_poly -46 -63 60 13 4084 3684 3 MP PP 4084 3684 0 0 0.688 4144 3697 0 0 0.625 4084 3684 0 0 0.688 2 interp_poly 4144 3697 0 0 0.625 4098 3634 0 0 0.688 4144 3697 0 0 0.625 2 interp_poly 61 -16 -47 -22 4129 4232 3 MP PP 4129 4232 0 0 0.562 4082 4210 0 0 0.562 4129 4232 0 0 0.562 2 interp_poly 4082 4210 0 0 0.562 4143 4194 0 0 0.562 4082 4210 0 0 0.562 2 interp_poly -47 -22 61 -16 4082 4210 3 MP PP 4082 4210 0 0 0.562 4143 4194 0 0 0.562 4082 4210 0 0 0.562 2 interp_poly 4143 4194 0 0 0.562 4096 4172 0 0 0.562 4143 4194 0 0 0.562 2 interp_poly -46 -20 60 -21 4035 3167 3 MP PP 4035 3167 0 0 0.562 4095 3146 0 0 0.562 4035 3167 0 0 0.562 2 interp_poly 4095 3146 0 0 0.562 4049 3126 0 0 0.562 4095 3146 0 0 0.562 2 interp_poly 60 -21 -46 -22 4081 3189 3 MP PP 4081 3189 0 0 0.562 4035 3167 0 0 0.562 4081 3189 0 0 0.562 2 interp_poly 4035 3167 0 0 0.562 4095 3146 0 0 0.562 4035 3167 0 0 0.562 2 interp_poly 60 -20 -46 -20 4095 3146 3 MP PP 4095 3146 0 0 0.562 4049 3126 0 0 0.562 4095 3146 0 0 0.562 2 interp_poly 4049 3126 0 0 0.562 4109 3106 0 0 0.562 4049 3126 0 0 0.562 2 interp_poly -47 -20 61 -17 4016 3068 3 MP PP 4016 3068 0 0 0.562 4077 3051 0 0 0.562 4016 3068 0 0 0.562 2 interp_poly 4077 3051 0 0 0.562 4030 3031 0 0 0.562 4077 3051 0 0 0.562 2 interp_poly 61 -17 -47 -19 4063 3087 3 MP PP 4063 3087 0 0 0.562 4016 3068 0 0 0.562 4063 3087 0 0 0.562 2 interp_poly 4016 3068 0 0 0.562 4077 3051 0 0 0.562 4016 3068 0 0 0.562 2 interp_poly -47 -20 61 -16 4030 3031 3 MP PP 4030 3031 0 0 0.562 4091 3015 0 0 0.562 4030 3031 0 0 0.562 2 interp_poly 4091 3015 0 0 0.562 4044 2995 0 0 0.562 4091 3015 0 0 0.562 2 interp_poly 61 -16 -47 -20 4077 3051 3 MP PP 4077 3051 0 0 0.562 4030 3031 0 0 0.562 4077 3051 0 0 0.562 2 interp_poly 4030 3031 0 0 0.562 4091 3015 0 0 0.562 4030 3031 0 0 0.562 2 interp_poly -46 -19 60 -20 4049 3126 3 MP PP 4049 3126 0 0 0.562 4109 3106 0 0 0.562 4049 3126 0 0 0.562 2 interp_poly 4109 3106 0 0 0.562 4063 3087 0 0 0.562 4109 3106 0 0 0.562 2 interp_poly -47 127 61 14 4057 3020 3 MP PP 4057 3020 0 0.25 1 4118 3034 0 0.188 1 4057 3020 0 0.25 1 2 interp_poly 4118 3034 0 0.188 1 4071 3161 0 0 0.938 4118 3034 0 0.188 1 2 interp_poly -46 -22 61 -19 4020 3208 3 MP PP 4020 3208 0 0 0.562 4081 3189 0 0 0.562 4020 3208 0 0 0.562 2 interp_poly 4081 3189 0 0 0.562 4035 3167 0 0 0.562 4081 3189 0 0 0.562 2 interp_poly 61 -19 -47 -22 4067 3230 3 MP PP 4067 3230 0 0 0.562 4020 3208 0 0 0.562 4067 3230 0 0 0.562 2 interp_poly 4020 3208 0 0 0.562 4081 3189 0 0 0.562 4020 3208 0 0 0.562 2 interp_poly -47 54 61 31 4071 3161 3 MP PP 4071 3161 0 0 0.938 4132 3192 0 0 0.812 4071 3161 0 0 0.938 2 interp_poly 4132 3192 0 0 0.812 4085 3246 0 0 0.688 4132 3192 0 0 0.812 2 interp_poly 61 31 -47 127 4118 3034 3 MP PP 4118 3034 0 0.188 1 4071 3161 0 0 0.938 4118 3034 0 0.188 1 2 interp_poly 4071 3161 0 0 0.938 4132 3192 0 0 0.812 4071 3161 0 0 0.938 2 interp_poly 60 -29 -46 -305 4126 3440 3 MP PP 4126 3440 0 0 0.938 4080 3135 0 0.438 1 4126 3440 0 0 0.938 2 interp_poly 4080 3135 0 0.438 1 4140 3106 0 0.5 1 4080 3135 0 0.438 1 2 interp_poly -47 -21 61 -16 4026 2900 3 MP PP 4026 2900 0 0 0.562 4087 2884 0 0 0.562 4026 2900 0 0 0.562 2 interp_poly 4087 2884 0 0 0.562 4040 2863 0 0 0.562 4087 2884 0 0 0.562 2 interp_poly 61 -16 -47 -21 4073 2921 3 MP PP 4073 2921 0 0 0.562 4026 2900 0 0 0.562 4073 2921 0 0 0.562 2 interp_poly 4026 2900 0 0 0.562 4087 2884 0 0 0.562 4026 2900 0 0 0.562 2 interp_poly -47 -22 61 -16 4040 2863 3 MP PP 4040 2863 0 0 0.562 4101 2847 0 0 0.562 4040 2863 0 0 0.562 2 interp_poly 4101 2847 0 0 0.562 4054 2825 0 0 0.562 4101 2847 0 0 0.562 2 interp_poly 61 -16 -47 -21 4087 2884 3 MP PP 4087 2884 0 0 0.562 4040 2863 0 0 0.562 4087 2884 0 0 0.562 2 interp_poly 4040 2863 0 0 0.562 4101 2847 0 0 0.562 4040 2863 0 0 0.562 2 interp_poly 60 -17 -46 -21 4040 2863 3 MP PP 4040 2863 0 0 0.562 3994 2842 0 0 0.562 4040 2863 0 0 0.562 2 interp_poly 3994 2842 0 0 0.562 4054 2825 0 0 0.562 3994 2842 0 0 0.562 2 interp_poly -47 -20 61 -16 3998 2974 3 MP PP 3998 2974 0 0 0.562 4059 2958 0 0 0.562 3998 2974 0 0 0.562 2 interp_poly 4059 2958 0 0 0.562 4012 2938 0 0 0.562 4059 2958 0 0 0.562 2 interp_poly 61 -16 -46 -21 4044 2995 3 MP PP 4044 2995 0 0 0.562 3998 2974 0 0 0.562 4044 2995 0 0 0.562 2 interp_poly 3998 2974 0 0 0.562 4059 2958 0 0 0.562 3998 2974 0 0 0.562 2 interp_poly -47 -21 61 -17 4012 2938 3 MP PP 4012 2938 0 0 0.562 4073 2921 0 0 0.562 4012 2938 0 0 0.562 2 interp_poly 4073 2921 0 0 0.562 4026 2900 0 0 0.562 4073 2921 0 0 0.562 2 interp_poly 61 -17 -47 -20 4059 2958 3 MP PP 4059 2958 0 0 0.562 4012 2938 0 0 0.562 4059 2958 0 0 0.562 2 interp_poly 4012 2938 0 0 0.562 4073 2921 0 0 0.562 4012 2938 0 0 0.562 2 interp_poly -46 -21 61 -16 4044 2995 3 MP PP 4044 2995 0 0 0.562 4105 2979 0 0 0.562 4044 2995 0 0 0.562 2 interp_poly 4105 2979 0 0 0.562 4059 2958 0 0 0.562 4105 2979 0 0 0.562 2 interp_poly 61 -16 -47 -20 4091 3015 3 MP PP 4091 3015 0 0 0.562 4044 2995 0 0 0.562 4091 3015 0 0 0.562 2 interp_poly 4044 2995 0 0 0.562 4105 2979 0 0 0.562 4044 2995 0 0 0.562 2 interp_poly -47 203 61 -12 4043 2829 3 MP PP 4043 2829 0 0.688 1 4104 2817 0 0.688 1 4043 2829 0 0.688 1 2 interp_poly 4104 2817 0 0.688 1 4057 3020 0 0.25 1 4104 2817 0 0.688 1 2 interp_poly -46 -21 60 -17 3994 2842 3 MP PP 3994 2842 0 0 0.562 4054 2825 0 0 0.562 3994 2842 0 0 0.562 2 interp_poly 4054 2825 0 0 0.562 4008 2804 0 0 0.562 4054 2825 0 0 0.562 2 interp_poly -46 -22 60 -16 4008 2804 3 MP PP 4008 2804 0 0 0.562 4068 2788 0 0 0.562 4008 2804 0 0 0.562 2 interp_poly 4068 2788 0 0 0.562 4022 2766 0 0 0.562 4068 2788 0 0 0.562 2 interp_poly 60 -16 -46 -21 4054 2825 3 MP PP 4054 2825 0 0 0.562 4008 2804 0 0 0.562 4054 2825 0 0 0.562 2 interp_poly 4008 2804 0 0 0.562 4068 2788 0 0 0.562 4008 2804 0 0 0.562 2 interp_poly 61 -12 -46 269 4089 2560 3 MP PP 4089 2560 0.188 1 0.875 4043 2829 0 0.688 1 4089 2560 0.188 1 0.875 2 interp_poly 4043 2829 0 0.688 1 4104 2817 0 0.688 1 4043 2829 0 0.688 1 2 interp_poly 61 14 -47 203 4104 2817 3 MP PP 4104 2817 0 0.688 1 4057 3020 0 0.25 1 4104 2817 0 0.688 1 2 interp_poly 4057 3020 0 0.25 1 4118 3034 0 0.188 1 4057 3020 0 0.25 1 2 interp_poly -46 -500 60 -29 4080 3135 3 MP PP 4080 3135 0 0.438 1 4140 3106 0 0.5 1 4080 3135 0 0.438 1 2 interp_poly 4140 3106 0 0.5 1 4094 2606 0.375 1 0.688 4140 3106 0 0.5 1 2 interp_poly 61 -16 -47 -22 4125 4093 3 MP PP 4125 4093 0 0 0.562 4078 4071 0 0 0.562 4125 4093 0 0 0.562 2 interp_poly 4078 4071 0 0 0.562 4139 4055 0 0 0.562 4078 4071 0 0 0.562 2 interp_poly -47 -23 61 -16 4078 4071 3 MP PP 4078 4071 0 0 0.562 4139 4055 0 0 0.562 4078 4071 0 0 0.562 2 interp_poly 4139 4055 0 0 0.562 4092 4032 0 0 0.562 4139 4055 0 0 0.562 2 interp_poly 61 -21 -46 -22 4120 3952 3 MP PP 4120 3952 0 0 0.562 4074 3930 0 0 0.562 4120 3952 0 0 0.562 2 interp_poly 4074 3930 0 0 0.562 4135 3909 0 0 0.562 4074 3930 0 0 0.562 2 interp_poly -47 -25 61 -21 4074 3930 3 MP PP 4074 3930 0 0 0.562 4135 3909 0 0 0.562 4074 3930 0 0 0.562 2 interp_poly 4135 3909 0 0 0.562 4088 3884 0 0 0.562 4135 3909 0 0 0.562 2 interp_poly -46 -21 61 -16 4072 4381 3 MP PP 4072 4381 0 0 0.562 4133 4365 0 0 0.562 4072 4381 0 0 0.562 2 interp_poly 4133 4365 0 0 0.562 4087 4344 0 0 0.562 4133 4365 0 0 0.562 2 interp_poly 60 -7 -46 -41 4116 3782 3 MP PP 4116 3782 0 0 0.625 4070 3741 0 0 0.625 4116 3782 0 0 0.625 2 interp_poly 4070 3741 0 0 0.625 4130 3734 0 0 0.625 4070 3741 0 0 0.625 2 interp_poly -46 -50 60 -7 4070 3741 3 MP PP 4070 3741 0 0 0.625 4130 3734 0 0 0.625 4070 3741 0 0 0.625 2 interp_poly 4130 3734 0 0 0.625 4084 3684 0 0 0.688 4130 3734 0 0 0.625 2 interp_poly 61 -16 -47 -22 4115 4270 3 MP PP 4115 4270 0 0 0.562 4068 4248 0 0 0.562 4115 4270 0 0 0.562 2 interp_poly 4068 4248 0 0 0.562 4129 4232 0 0 0.562 4068 4248 0 0 0.562 2 interp_poly -47 -22 61 -16 4068 4248 3 MP PP 4068 4248 0 0 0.562 4129 4232 0 0 0.562 4068 4248 0 0 0.562 2 interp_poly 4129 4232 0 0 0.562 4082 4210 0 0 0.562 4129 4232 0 0 0.562 2 interp_poly 61 28 -47 -163 4112 3575 3 MP PP 4112 3575 0 0 0.75 4065 3412 0 0 1 4112 3575 0 0 0.75 2 interp_poly 4065 3412 0 0 1 4126 3440 0 0 0.938 4065 3412 0 0 1 2 interp_poly -47 -18 61 1 3992 3258 3 MP PP 3992 3258 0 0 0.562 4053 3259 0 0 0.562 3992 3258 0 0 0.562 2 interp_poly 4053 3259 0 0 0.562 4006 3241 0 0 0.562 4053 3259 0 0 0.562 2 interp_poly 61 1 -47 -3 4039 3261 3 MP PP 4039 3261 0 0 0.625 3992 3258 0 0 0.562 4039 3261 0 0 0.625 2 interp_poly 3992 3258 0 0 0.562 4053 3259 0 0 0.562 3992 3258 0 0 0.562 2 interp_poly -47 -22 61 -11 4006 3241 3 MP PP 4006 3241 0 0 0.562 4067 3230 0 0 0.562 4006 3241 0 0 0.562 2 interp_poly 4067 3230 0 0 0.562 4020 3208 0 0 0.562 4067 3230 0 0 0.562 2 interp_poly 61 -11 -47 -18 4053 3259 3 MP PP 4053 3259 0 0 0.562 4006 3241 0 0 0.562 4053 3259 0 0 0.562 2 interp_poly 4006 3241 0 0 0.562 4067 3230 0 0 0.562 4006 3241 0 0 0.562 2 interp_poly -46 15 60 22 4025 3224 3 MP PP 4025 3224 0 0 0.75 4085 3246 0 0 0.688 4025 3224 0 0 0.75 2 interp_poly 4085 3246 0 0 0.688 4039 3261 0 0 0.625 4085 3246 0 0 0.688 2 interp_poly 60 22 -46 63 4071 3161 3 MP PP 4071 3161 0 0 0.938 4025 3224 0 0 0.75 4071 3161 0 0 0.938 2 interp_poly 4025 3224 0 0 0.75 4085 3246 0 0 0.688 4025 3224 0 0 0.75 2 interp_poly -46 -12 60 10 4039 3261 3 MP PP 4039 3261 0 0 0.625 4099 3271 0 0 0.562 4039 3261 0 0 0.625 2 interp_poly 4099 3271 0 0 0.562 4053 3259 0 0 0.562 4099 3271 0 0 0.562 2 interp_poly 60 10 -46 15 4085 3246 3 MP PP 4085 3246 0 0 0.688 4039 3261 0 0 0.625 4085 3246 0 0 0.688 2 interp_poly 4039 3261 0 0 0.625 4099 3271 0 0 0.562 4039 3261 0 0 0.625 2 interp_poly -46 -305 61 28 4065 3412 3 MP PP 4065 3412 0 0 1 4126 3440 0 0 0.938 4065 3412 0 0 1 2 interp_poly 4126 3440 0 0 0.938 4080 3135 0 0.438 1 4126 3440 0 0 0.938 2 interp_poly 61 -17 -47 -22 4111 4132 3 MP PP 4111 4132 0 0 0.562 4064 4110 0 0 0.562 4111 4132 0 0 0.562 2 interp_poly 4064 4110 0 0 0.562 4125 4093 0 0 0.562 4064 4110 0 0 0.562 2 interp_poly -47 -22 61 -17 4064 4110 3 MP PP 4064 4110 0 0 0.562 4125 4093 0 0 0.562 4064 4110 0 0 0.562 2 interp_poly 4125 4093 0 0 0.562 4078 4071 0 0 0.562 4125 4093 0 0 0.562 2 interp_poly 61 199 -47 -229 4108 2146 3 MP PP 4108 2146 1 0.938 0 4061 1917 1 0.5 0 4108 2146 1 0.938 0 2 interp_poly 4061 1917 1 0.5 0 4122 2116 1 0.938 0 4061 1917 1 0.5 0 2 interp_poly 60 -19 -46 -22 4106 3993 3 MP PP 4106 3993 0 0 0.562 4060 3971 0 0 0.562 4106 3993 0 0 0.562 2 interp_poly 4060 3971 0 0 0.562 4120 3952 0 0 0.562 4060 3971 0 0 0.562 2 interp_poly -46 -22 60 -19 4060 3971 3 MP PP 4060 3971 0 0 0.562 4120 3952 0 0 0.562 4060 3971 0 0 0.562 2 interp_poly 4120 3952 0 0 0.562 4074 3930 0 0 0.562 4120 3952 0 0 0.562 2 interp_poly 60 -19 -46 -33 4102 3834 3 MP PP 4102 3834 0 0 0.562 4056 3801 0 0 0.625 4102 3834 0 0 0.562 2 interp_poly 4056 3801 0 0 0.625 4116 3782 0 0 0.625 4056 3801 0 0 0.625 2 interp_poly -46 -41 60 -19 4056 3801 3 MP PP 4056 3801 0 0 0.625 4116 3782 0 0 0.625 4056 3801 0 0 0.625 2 interp_poly 4116 3782 0 0 0.625 4070 3741 0 0 0.625 4116 3782 0 0 0.625 2 interp_poly 61 -16 -47 -21 4101 4307 3 MP PP 4101 4307 0 0 0.562 4054 4286 0 0 0.562 4101 4307 0 0 0.562 2 interp_poly 4054 4286 0 0 0.562 4115 4270 0 0 0.562 4054 4286 0 0 0.562 2 interp_poly -47 -22 61 -16 4054 4286 3 MP PP 4054 4286 0 0 0.562 4115 4270 0 0 0.562 4054 4286 0 0 0.562 2 interp_poly 4115 4270 0 0 0.562 4068 4248 0 0 0.562 4115 4270 0 0 0.562 2 interp_poly 61 41 -47 -100 4098 3634 3 MP PP 4098 3634 0 0 0.688 4051 3534 0 0 0.875 4098 3634 0 0 0.688 2 interp_poly 4051 3534 0 0 0.875 4112 3575 0 0 0.75 4051 3534 0 0 0.875 2 interp_poly -47 -163 61 41 4051 3534 3 MP PP 4051 3534 0 0 0.875 4112 3575 0 0 0.75 4051 3534 0 0 0.875 2 interp_poly 4112 3575 0 0 0.75 4065 3412 0 0 1 4112 3575 0 0 0.75 2 interp_poly 61 -17 -46 -23 4096 4172 3 MP PP 4096 4172 0 0 0.562 4050 4149 0 0 0.562 4096 4172 0 0 0.562 2 interp_poly 4050 4149 0 0 0.562 4111 4132 0 0 0.562 4050 4149 0 0 0.562 2 interp_poly -47 -22 61 -17 4050 4149 3 MP PP 4050 4149 0 0 0.562 4111 4132 0 0 0.562 4050 4149 0 0 0.562 2 interp_poly 4111 4132 0 0 0.562 4064 4110 0 0 0.562 4111 4132 0 0 0.562 2 interp_poly -46 309 60 137 4015 2103 3 MP PP 4015 2103 1 0.938 0 4075 2240 0.875 1 0.188 4015 2103 1 0.938 0 2 interp_poly 4075 2240 0.875 1 0.188 4029 2549 0.25 1 0.812 4075 2240 0.875 1 0.188 2 interp_poly 60 137 -46 186 4061 1917 3 MP PP 4061 1917 1 0.5 0 4015 2103 1 0.938 0 4061 1917 1 0.5 0 2 interp_poly 4015 2103 1 0.938 0 4075 2240 0.875 1 0.188 4015 2103 1 0.938 0 2 interp_poly 60 11 -46 309 4075 2240 3 MP PP 4075 2240 0.875 1 0.188 4029 2549 0.25 1 0.812 4075 2240 0.875 1 0.188 2 interp_poly 4029 2549 0.25 1 0.812 4089 2560 0.188 1 0.875 4029 2549 0.25 1 0.812 2 interp_poly 61 133 -47 -593 4094 2606 3 MP PP 4094 2606 0.375 1 0.688 4047 2013 1 0.625 0 4094 2606 0.375 1 0.688 2 interp_poly 4047 2013 1 0.625 0 4108 2146 1 0.938 0 4047 2013 1 0.625 0 2 interp_poly -47 -229 61 133 4047 2013 3 MP PP 4047 2013 1 0.625 0 4108 2146 1 0.938 0 4047 2013 1 0.625 0 2 interp_poly 4108 2146 1 0.938 0 4061 1917 1 0.5 0 4108 2146 1 0.938 0 2 interp_poly 60 -16 -46 -23 4092 4032 3 MP PP 4092 4032 0 0 0.562 4046 4009 0 0 0.562 4092 4032 0 0 0.562 2 interp_poly 4046 4009 0 0 0.562 4106 3993 0 0 0.562 4046 4009 0 0 0.562 2 interp_poly -46 -22 60 -16 4046 4009 3 MP PP 4046 4009 0 0 0.562 4106 3993 0 0 0.562 4046 4009 0 0 0.562 2 interp_poly 4106 3993 0 0 0.562 4060 3971 0 0 0.562 4106 3993 0 0 0.562 2 interp_poly 60 -23 -46 -27 4088 3884 3 MP PP 4088 3884 0 0 0.562 4042 3857 0 0 0.562 4088 3884 0 0 0.562 2 interp_poly 4042 3857 0 0 0.562 4102 3834 0 0 0.562 4042 3857 0 0 0.562 2 interp_poly -46 -33 60 -23 4042 3857 3 MP PP 4042 3857 0 0 0.562 4102 3834 0 0 0.562 4042 3857 0 0 0.562 2 interp_poly 4102 3834 0 0 0.562 4056 3801 0 0 0.625 4102 3834 0 0 0.562 2 interp_poly 61 -16 -47 -21 4087 4344 3 MP PP 4087 4344 0 0 0.562 4040 4323 0 0 0.562 4087 4344 0 0 0.562 2 interp_poly 4040 4323 0 0 0.562 4101 4307 0 0 0.562 4040 4323 0 0 0.562 2 interp_poly -47 -21 61 -16 4040 4323 3 MP PP 4040 4323 0 0 0.562 4101 4307 0 0 0.562 4040 4323 0 0 0.562 2 interp_poly 4101 4307 0 0 0.562 4054 4286 0 0 0.562 4101 4307 0 0 0.562 2 interp_poly 61 22 -47 -72 4084 3684 3 MP PP 4084 3684 0 0 0.688 4037 3612 0 0 0.812 4084 3684 0 0 0.688 2 interp_poly 4037 3612 0 0 0.812 4098 3634 0 0 0.688 4037 3612 0 0 0.812 2 interp_poly -47 -100 61 22 4037 3612 3 MP PP 4037 3612 0 0 0.812 4098 3634 0 0 0.688 4037 3612 0 0 0.812 2 interp_poly 4098 3634 0 0 0.688 4051 3534 0 0 0.875 4098 3634 0 0 0.688 2 interp_poly 60 -16 -46 -22 4082 4210 3 MP PP 4082 4210 0 0 0.562 4036 4188 0 0 0.562 4082 4210 0 0 0.562 2 interp_poly 4036 4188 0 0 0.562 4096 4172 0 0 0.562 4036 4188 0 0 0.562 2 interp_poly -46 -23 60 -16 4036 4188 3 MP PP 4036 4188 0 0 0.562 4096 4172 0 0 0.562 4036 4188 0 0 0.562 2 interp_poly 4096 4172 0 0 0.562 4050 4149 0 0 0.562 4096 4172 0 0 0.562 2 interp_poly -46 269 60 11 4029 2549 3 MP PP 4029 2549 0.25 1 0.812 4089 2560 0.188 1 0.875 4029 2549 0.25 1 0.812 2 interp_poly 4089 2560 0.188 1 0.875 4043 2829 0 0.688 1 4089 2560 0.188 1 0.875 2 interp_poly 61 -13 -47 -516 4080 3135 3 MP PP 4080 3135 0 0.438 1 4033 2619 0.375 1 0.688 4080 3135 0 0.438 1 2 interp_poly 4033 2619 0.375 1 0.688 4094 2606 0.375 1 0.688 4033 2619 0.375 1 0.688 2 interp_poly -47 -593 61 -13 4033 2619 3 MP PP 4033 2619 0.375 1 0.688 4094 2606 0.375 1 0.688 4033 2619 0.375 1 0.688 2 interp_poly 4094 2606 0.375 1 0.688 4047 2013 1 0.625 0 4094 2606 0.375 1 0.688 2 interp_poly 60 -16 -46 -23 4078 4071 3 MP PP 4078 4071 0 0 0.562 4032 4048 0 0 0.562 4078 4071 0 0 0.562 2 interp_poly 4032 4048 0 0 0.562 4092 4032 0 0 0.562 4032 4048 0 0 0.562 2 interp_poly -46 -23 60 -16 4032 4048 3 MP PP 4032 4048 0 0 0.562 4092 4032 0 0 0.562 4032 4048 0 0 0.562 2 interp_poly 4092 4032 0 0 0.562 4046 4009 0 0 0.562 4092 4032 0 0 0.562 2 interp_poly 61 -23 -47 -23 4074 3930 3 MP PP 4074 3930 0 0 0.562 4027 3907 0 0 0.562 4074 3930 0 0 0.562 2 interp_poly 4027 3907 0 0 0.562 4088 3884 0 0 0.562 4027 3907 0 0 0.562 2 interp_poly -46 -27 61 -23 4027 3907 3 MP PP 4027 3907 0 0 0.562 4088 3884 0 0 0.562 4027 3907 0 0 0.562 2 interp_poly 4088 3884 0 0 0.562 4042 3857 0 0 0.562 4088 3884 0 0 0.562 2 interp_poly 61 -16 -46 -21 4072 4381 3 MP PP 4072 4381 0 0 0.562 4026 4360 0 0 0.562 4072 4381 0 0 0.562 2 interp_poly 4026 4360 0 0 0.562 4087 4344 0 0 0.562 4026 4360 0 0 0.562 2 interp_poly -47 -21 61 -16 4026 4360 3 MP PP 4026 4360 0 0 0.562 4087 4344 0 0 0.562 4026 4360 0 0 0.562 2 interp_poly 4087 4344 0 0 0.562 4040 4323 0 0 0.562 4087 4344 0 0 0.562 2 interp_poly 61 -2 -47 -55 4070 3741 3 MP PP 4070 3741 0 0 0.625 4023 3686 0 0 0.688 4070 3741 0 0 0.625 2 interp_poly 4023 3686 0 0 0.688 4084 3684 0 0 0.688 4023 3686 0 0 0.688 2 interp_poly -47 -72 61 -2 4023 3686 3 MP PP 4023 3686 0 0 0.688 4084 3684 0 0 0.688 4023 3686 0 0 0.688 2 interp_poly 4084 3684 0 0 0.688 4037 3612 0 0 0.812 4084 3684 0 0 0.688 2 interp_poly 60 -17 -46 -21 4068 4248 3 MP PP 4068 4248 0 0 0.562 4022 4227 0 0 0.562 4068 4248 0 0 0.562 2 interp_poly 4022 4227 0 0 0.562 4082 4210 0 0 0.562 4022 4227 0 0 0.562 2 interp_poly -46 -22 60 -17 4022 4227 3 MP PP 4022 4227 0 0 0.562 4082 4210 0 0 0.562 4022 4227 0 0 0.562 2 interp_poly 4082 4210 0 0 0.562 4036 4188 0 0 0.562 4082 4210 0 0 0.562 2 interp_poly -47 -21 61 -18 3974 3185 3 MP PP 3974 3185 0 0 0.562 4035 3167 0 0 0.562 3974 3185 0 0 0.562 2 interp_poly 4035 3167 0 0 0.562 3988 3146 0 0 0.562 4035 3167 0 0 0.562 2 interp_poly 61 -18 -46 -23 4020 3208 3 MP PP 4020 3208 0 0 0.562 3974 3185 0 0 0.562 4020 3208 0 0 0.562 2 interp_poly 3974 3185 0 0 0.562 4035 3167 0 0 0.562 3974 3185 0 0 0.562 2 interp_poly -47 -20 61 -20 3988 3146 3 MP PP 3988 3146 0 0 0.562 4049 3126 0 0 0.562 3988 3146 0 0 0.562 2 interp_poly 4049 3126 0 0 0.562 4002 3106 0 0 0.562 4049 3126 0 0 0.562 2 interp_poly 61 -20 -47 -21 4035 3167 3 MP PP 4035 3167 0 0 0.562 3988 3146 0 0 0.562 4035 3167 0 0 0.562 2 interp_poly 3988 3146 0 0 0.562 4049 3126 0 0 0.562 3988 3146 0 0 0.562 2 interp_poly -46 -20 60 -18 3956 3086 3 MP PP 3956 3086 0 0 0.562 4016 3068 0 0 0.562 3956 3086 0 0 0.562 2 interp_poly 4016 3068 0 0 0.562 3970 3048 0 0 0.562 4016 3068 0 0 0.562 2 interp_poly 60 -18 -46 -20 4002 3106 3 MP PP 4002 3106 0 0 0.562 3956 3086 0 0 0.562 4002 3106 0 0 0.562 2 interp_poly 3956 3086 0 0 0.562 4016 3068 0 0 0.562 3956 3086 0 0 0.562 2 interp_poly -46 -20 60 -17 3970 3048 3 MP PP 3970 3048 0 0 0.562 4030 3031 0 0 0.562 3970 3048 0 0 0.562 2 interp_poly 4030 3031 0 0 0.562 3984 3011 0 0 0.562 4030 3031 0 0 0.562 2 interp_poly 60 -17 -46 -20 4016 3068 3 MP PP 4016 3068 0 0 0.562 3970 3048 0 0 0.562 4016 3068 0 0 0.562 2 interp_poly 3970 3048 0 0 0.562 4030 3031 0 0 0.562 3970 3048 0 0 0.562 2 interp_poly 60 -16 -46 -20 4030 3031 3 MP PP 4030 3031 0 0 0.562 3984 3011 0 0 0.562 4030 3031 0 0 0.562 2 interp_poly 3984 3011 0 0 0.562 4044 2995 0 0 0.562 3984 3011 0 0 0.562 2 interp_poly -47 -19 61 -19 4002 3106 3 MP PP 4002 3106 0 0 0.562 4063 3087 0 0 0.562 4002 3106 0 0 0.562 2 interp_poly 4063 3087 0 0 0.562 4016 3068 0 0 0.562 4063 3087 0 0 0.562 2 interp_poly 61 -19 -47 -20 4049 3126 3 MP PP 4049 3126 0 0 0.562 4002 3106 0 0 0.562 4049 3126 0 0 0.562 2 interp_poly 4002 3106 0 0 0.562 4063 3087 0 0 0.562 4002 3106 0 0 0.562 2 interp_poly -46 127 61 -13 3996 3033 3 MP PP 3996 3033 0 0.25 1 4057 3020 0 0.25 1 3996 3033 0 0.25 1 2 interp_poly 4057 3020 0 0.25 1 4011 3147 0 0 0.938 4057 3020 0 0.25 1 2 interp_poly -46 63 60 14 4011 3147 3 MP PP 4011 3147 0 0 0.938 4071 3161 0 0 0.938 4011 3147 0 0 0.938 2 interp_poly 4071 3161 0 0 0.938 4025 3224 0 0 0.75 4071 3161 0 0 0.938 2 interp_poly 60 14 -46 127 4057 3020 3 MP PP 4057 3020 0 0.25 1 4011 3147 0 0 0.938 4057 3020 0 0.25 1 2 interp_poly 4011 3147 0 0 0.938 4071 3161 0 0 0.938 4011 3147 0 0 0.938 2 interp_poly 61 19 -46 -296 4065 3412 3 MP PP 4065 3412 0 0 1 4019 3116 0 0.5 1 4065 3412 0 0 1 2 interp_poly 4019 3116 0 0.5 1 4080 3135 0 0.438 1 4019 3116 0 0.5 1 2 interp_poly -46 -21 60 -17 3966 2917 3 MP PP 3966 2917 0 0 0.562 4026 2900 0 0 0.562 3966 2917 0 0 0.562 2 interp_poly 4026 2900 0 0 0.562 3980 2879 0 0 0.562 4026 2900 0 0 0.562 2 interp_poly 60 -17 -46 -21 4012 2938 3 MP PP 4012 2938 0 0 0.562 3966 2917 0 0 0.562 4012 2938 0 0 0.562 2 interp_poly 3966 2917 0 0 0.562 4026 2900 0 0 0.562 3966 2917 0 0 0.562 2 interp_poly -46 -21 60 -16 3980 2879 3 MP PP 3980 2879 0 0 0.562 4040 2863 0 0 0.562 3980 2879 0 0 0.562 2 interp_poly 4040 2863 0 0 0.562 3994 2842 0 0 0.562 4040 2863 0 0 0.562 2 interp_poly 60 -16 -46 -21 4026 2900 3 MP PP 4026 2900 0 0 0.562 3980 2879 0 0 0.562 4026 2900 0 0 0.562 2 interp_poly 3980 2879 0 0 0.562 4040 2863 0 0 0.562 3980 2879 0 0 0.562 2 interp_poly 61 -16 -47 -21 3980 2879 3 MP PP 3980 2879 0 0 0.562 3933 2858 0 0 0.562 3980 2879 0 0 0.562 2 interp_poly 3933 2858 0 0 0.562 3994 2842 0 0 0.562 3933 2858 0 0 0.562 2 interp_poly -47 -20 61 -17 3937 2991 3 MP PP 3937 2991 0 0 0.562 3998 2974 0 0 0.562 3937 2991 0 0 0.562 2 interp_poly 3998 2974 0 0 0.562 3951 2954 0 0 0.562 3998 2974 0 0 0.562 2 interp_poly 61 -17 -47 -20 3984 3011 3 MP PP 3984 3011 0 0 0.562 3937 2991 0 0 0.562 3984 3011 0 0 0.562 2 interp_poly 3937 2991 0 0 0.562 3998 2974 0 0 0.562 3937 2991 0 0 0.562 2 interp_poly -46 -21 61 -16 3951 2954 3 MP PP 3951 2954 0 0 0.562 4012 2938 0 0 0.562 3951 2954 0 0 0.562 2 interp_poly 4012 2938 0 0 0.562 3966 2917 0 0 0.562 4012 2938 0 0 0.562 2 interp_poly 61 -16 -47 -20 3998 2974 3 MP PP 3998 2974 0 0 0.562 3951 2954 0 0 0.562 3998 2974 0 0 0.562 2 interp_poly 3951 2954 0 0 0.562 4012 2938 0 0 0.562 3951 2954 0 0 0.562 2 interp_poly -46 -21 60 -16 3984 3011 3 MP PP 3984 3011 0 0 0.562 4044 2995 0 0 0.562 3984 3011 0 0 0.562 2 interp_poly 4044 2995 0 0 0.562 3998 2974 0 0 0.562 4044 2995 0 0 0.562 2 interp_poly -47 204 61 -30 3982 2859 3 MP PP 3982 2859 0 0.625 1 4043 2829 0 0.688 1 3982 2859 0 0.625 1 2 interp_poly 4043 2829 0 0.688 1 3996 3033 0 0.25 1 4043 2829 0 0.688 1 2 interp_poly -47 -22 61 -16 3933 2858 3 MP PP 3933 2858 0 0 0.562 3994 2842 0 0 0.562 3933 2858 0 0 0.562 2 interp_poly 3994 2842 0 0 0.562 3947 2820 0 0 0.562 3994 2842 0 0 0.562 2 interp_poly -47 -21 61 -16 3947 2820 3 MP PP 3947 2820 0 0 0.562 4008 2804 0 0 0.562 3947 2820 0 0 0.562 2 interp_poly 4008 2804 0 0 0.562 3961 2783 0 0 0.562 4008 2804 0 0 0.562 2 interp_poly 61 -16 -47 -22 3994 2842 3 MP PP 3994 2842 0 0 0.562 3947 2820 0 0 0.562 3994 2842 0 0 0.562 2 interp_poly 3947 2820 0 0 0.562 4008 2804 0 0 0.562 3947 2820 0 0 0.562 2 interp_poly -47 -21 61 -17 3961 2783 3 MP PP 3961 2783 0 0 0.562 4022 2766 0 0 0.562 3961 2783 0 0 0.562 2 interp_poly 4022 2766 0 0 0.562 3975 2745 0 0 0.562 4022 2766 0 0 0.562 2 interp_poly 61 -17 -47 -21 4008 2804 3 MP PP 4008 2804 0 0 0.562 3961 2783 0 0 0.562 4008 2804 0 0 0.562 2 interp_poly 3961 2783 0 0 0.562 4022 2766 0 0 0.562 3961 2783 0 0 0.562 2 interp_poly 61 -30 -47 310 4029 2549 3 MP PP 4029 2549 0.25 1 0.812 3982 2859 0 0.625 1 4029 2549 0.25 1 0.812 2 interp_poly 3982 2859 0 0.625 1 4043 2829 0 0.688 1 3982 2859 0 0.625 1 2 interp_poly 61 -13 -47 204 4043 2829 3 MP PP 4043 2829 0 0.688 1 3996 3033 0 0.25 1 4043 2829 0 0.688 1 2 interp_poly 3996 3033 0 0.25 1 4057 3020 0 0.25 1 3996 3033 0 0.25 1 2 interp_poly -47 -516 61 19 4019 3116 3 MP PP 4019 3116 0 0.5 1 4080 3135 0 0.438 1 4019 3116 0 0.5 1 2 interp_poly 4080 3135 0 0.438 1 4033 2619 0.375 1 0.688 4080 3135 0 0.438 1 2 interp_poly 60 -16 -46 -23 4064 4110 3 MP PP 4064 4110 0 0 0.562 4018 4087 0 0 0.562 4064 4110 0 0 0.562 2 interp_poly 4018 4087 0 0 0.562 4078 4071 0 0 0.562 4018 4087 0 0 0.562 2 interp_poly -46 -23 60 -16 4018 4087 3 MP PP 4018 4087 0 0 0.562 4078 4071 0 0 0.562 4018 4087 0 0 0.562 2 interp_poly 4078 4071 0 0 0.562 4032 4048 0 0 0.562 4078 4071 0 0 0.562 2 interp_poly 61 -20 -47 -21 4060 3971 3 MP PP 4060 3971 0 0 0.562 4013 3950 0 0 0.562 4060 3971 0 0 0.562 2 interp_poly 4013 3950 0 0 0.562 4074 3930 0 0 0.562 4013 3950 0 0 0.562 2 interp_poly -47 -23 61 -20 4013 3950 3 MP PP 4013 3950 0 0 0.562 4074 3930 0 0 0.562 4013 3950 0 0 0.562 2 interp_poly 4074 3930 0 0 0.562 4027 3907 0 0 0.562 4074 3930 0 0 0.562 2 interp_poly -46 -21 60 -16 4012 4397 3 MP PP 4012 4397 0 0 0.562 4072 4381 0 0 0.562 4012 4397 0 0 0.562 2 interp_poly 4072 4381 0 0 0.562 4026 4360 0 0 0.562 4072 4381 0 0 0.562 2 interp_poly 61 -20 -47 -40 4056 3801 3 MP PP 4056 3801 0 0 0.625 4009 3761 0 0 0.625 4056 3801 0 0 0.625 2 interp_poly 4009 3761 0 0 0.625 4070 3741 0 0 0.625 4009 3761 0 0 0.625 2 interp_poly -47 -55 61 -20 4009 3761 3 MP PP 4009 3761 0 0 0.625 4070 3741 0 0 0.625 4009 3761 0 0 0.625 2 interp_poly 4070 3741 0 0 0.625 4023 3686 0 0 0.688 4070 3741 0 0 0.625 2 interp_poly 60 -17 -46 -21 4054 4286 3 MP PP 4054 4286 0 0 0.562 4008 4265 0 0 0.562 4054 4286 0 0 0.562 2 interp_poly 4008 4265 0 0 0.562 4068 4248 0 0 0.562 4008 4265 0 0 0.562 2 interp_poly -46 -21 60 -17 4008 4265 3 MP PP 4008 4265 0 0 0.562 4068 4248 0 0 0.562 4008 4265 0 0 0.562 2 interp_poly 4068 4248 0 0 0.562 4022 4227 0 0 0.562 4068 4248 0 0 0.562 2 interp_poly 60 47 -46 -169 4051 3534 3 MP PP 4051 3534 0 0 0.875 4005 3365 0 0.125 1 4051 3534 0 0 0.875 2 interp_poly 4005 3365 0 0.125 1 4065 3412 0 0 1 4005 3365 0 0.125 1 2 interp_poly -46 -23 60 -12 3960 3220 3 MP PP 3960 3220 0 0 0.562 4020 3208 0 0 0.562 3960 3220 0 0 0.562 2 interp_poly 4020 3208 0 0 0.562 3974 3185 0 0 0.562 4020 3208 0 0 0.562 2 interp_poly 60 -12 -46 -21 4006 3241 3 MP PP 4006 3241 0 0 0.562 3960 3220 0 0 0.562 4006 3241 0 0 0.562 2 interp_poly 3960 3220 0 0 0.562 4020 3208 0 0 0.562 3960 3220 0 0 0.562 2 interp_poly -46 -21 60 -4 3946 3245 3 MP PP 3946 3245 0 0 0.562 4006 3241 0 0 0.562 3946 3245 0 0 0.562 2 interp_poly 4006 3241 0 0 0.562 3960 3220 0 0 0.562 4006 3241 0 0 0.562 2 interp_poly 60 -4 -46 -13 3992 3258 3 MP PP 3992 3258 0 0 0.562 3946 3245 0 0 0.562 3992 3258 0 0 0.562 2 interp_poly 3946 3245 0 0 0.562 4006 3241 0 0 0.562 3946 3245 0 0 0.562 2 interp_poly -47 25 61 9 3964 3215 3 MP PP 3964 3215 0 0 0.812 4025 3224 0 0 0.75 3964 3215 0 0 0.812 2 interp_poly 4025 3224 0 0 0.75 3978 3249 0 0 0.688 4025 3224 0 0 0.75 2 interp_poly 61 9 -47 68 4011 3147 3 MP PP 4011 3147 0 0 0.938 3964 3215 0 0 0.812 4011 3147 0 0 0.938 2 interp_poly 3964 3215 0 0 0.812 4025 3224 0 0 0.75 3964 3215 0 0 0.812 2 interp_poly -47 -3 61 12 3978 3249 3 MP PP 3978 3249 0 0 0.688 4039 3261 0 0 0.625 3978 3249 0 0 0.688 2 interp_poly 4039 3261 0 0 0.625 3992 3258 0 0 0.562 4039 3261 0 0 0.625 2 interp_poly 61 12 -47 25 4025 3224 3 MP PP 4025 3224 0 0 0.75 3978 3249 0 0 0.688 4025 3224 0 0 0.75 2 interp_poly 3978 3249 0 0 0.688 4039 3261 0 0 0.625 3978 3249 0 0 0.688 2 interp_poly -46 -296 60 47 4005 3365 3 MP PP 4005 3365 0 0.125 1 4065 3412 0 0 1 4005 3365 0 0.125 1 2 interp_poly 4065 3412 0 0 1 4019 3116 0 0.5 1 4065 3412 0 0 1 2 interp_poly 61 -16 -47 -23 4050 4149 3 MP PP 4050 4149 0 0 0.562 4003 4126 0 0 0.562 4050 4149 0 0 0.562 2 interp_poly 4003 4126 0 0 0.562 4064 4110 0 0 0.562 4003 4126 0 0 0.562 2 interp_poly -46 -23 61 -16 4003 4126 3 MP PP 4003 4126 0 0 0.562 4064 4110 0 0 0.562 4003 4126 0 0 0.562 2 interp_poly 4064 4110 0 0 0.562 4018 4087 0 0 0.562 4064 4110 0 0 0.562 2 interp_poly -46 186 60 208 4001 1709 3 MP PP 4001 1709 1 0.125 0 4061 1917 1 0.5 0 4001 1709 1 0.125 0 2 interp_poly 4061 1917 1 0.5 0 4015 2103 1 0.938 0 4061 1917 1 0.5 0 2 interp_poly 60 208 -46 -304 4047 2013 3 MP PP 4047 2013 1 0.625 0 4001 1709 1 0.125 0 4047 2013 1 0.625 0 2 interp_poly 4001 1709 1 0.125 0 4061 1917 1 0.5 0 4001 1709 1 0.125 0 2 interp_poly 61 -16 -47 -22 4046 4009 3 MP PP 4046 4009 0 0 0.562 3999 3987 0 0 0.562 4046 4009 0 0 0.562 2 interp_poly 3999 3987 0 0 0.562 4060 3971 0 0 0.562 3999 3987 0 0 0.562 2 interp_poly -47 -21 61 -16 3999 3987 3 MP PP 3999 3987 0 0 0.562 4060 3971 0 0 0.562 3999 3987 0 0 0.562 2 interp_poly 4060 3971 0 0 0.562 4013 3950 0 0 0.562 4060 3971 0 0 0.562 2 interp_poly 61 -27 -47 -29 4042 3857 3 MP PP 4042 3857 0 0 0.562 3995 3828 0 0 0.562 4042 3857 0 0 0.562 2 interp_poly 3995 3828 0 0 0.562 4056 3801 0 0 0.625 3995 3828 0 0 0.562 2 interp_poly -47 -40 61 -27 3995 3828 3 MP PP 3995 3828 0 0 0.562 4056 3801 0 0 0.625 3995 3828 0 0 0.562 2 interp_poly 4056 3801 0 0 0.625 4009 3761 0 0 0.625 4056 3801 0 0 0.625 2 interp_poly 60 -16 -46 -21 4040 4323 3 MP PP 4040 4323 0 0 0.562 3994 4302 0 0 0.562 4040 4323 0 0 0.562 2 interp_poly 3994 4302 0 0 0.562 4054 4286 0 0 0.562 3994 4302 0 0 0.562 2 interp_poly -46 -21 60 -16 3994 4302 3 MP PP 3994 4302 0 0 0.562 4054 4286 0 0 0.562 3994 4302 0 0 0.562 2 interp_poly 4054 4286 0 0 0.562 4008 4265 0 0 0.562 4054 4286 0 0 0.562 2 interp_poly 60 32 -46 -110 4037 3612 3 MP PP 4037 3612 0 0 0.812 3991 3502 0 0 0.938 4037 3612 0 0 0.812 2 interp_poly 3991 3502 0 0 0.938 4051 3534 0 0 0.875 3991 3502 0 0 0.938 2 interp_poly -46 -169 60 32 3991 3502 3 MP PP 3991 3502 0 0 0.938 4051 3534 0 0 0.875 3991 3502 0 0 0.938 2 interp_poly 4051 3534 0 0 0.875 4005 3365 0 0.125 1 4051 3534 0 0 0.875 2 interp_poly 61 -17 -47 -22 4036 4188 3 MP PP 4036 4188 0 0 0.562 3989 4166 0 0 0.562 4036 4188 0 0 0.562 2 interp_poly 3989 4166 0 0 0.562 4050 4149 0 0 0.562 3989 4166 0 0 0.562 2 interp_poly -47 -23 61 -17 3989 4166 3 MP PP 3989 4166 0 0 0.562 4050 4149 0 0 0.562 3989 4166 0 0 0.562 2 interp_poly 4050 4149 0 0 0.562 4003 4126 0 0 0.562 4050 4149 0 0 0.562 2 interp_poly -47 424 61 133 3954 1970 3 MP PP 3954 1970 1 0.625 0 4015 2103 1 0.938 0 3954 1970 1 0.625 0 2 interp_poly 4015 2103 1 0.938 0 3968 2527 0.312 1 0.75 4015 2103 1 0.938 0 2 interp_poly 61 133 -47 261 4001 1709 3 MP PP 4001 1709 1 0.125 0 3954 1970 1 0.625 0 4001 1709 1 0.125 0 2 interp_poly 3954 1970 1 0.625 0 4015 2103 1 0.938 0 3954 1970 1 0.625 0 2 interp_poly -47 310 61 22 3968 2527 3 MP PP 3968 2527 0.312 1 0.75 4029 2549 0.25 1 0.812 3968 2527 0.312 1 0.75 2 interp_poly 4029 2549 0.25 1 0.812 3982 2859 0 0.625 1 4029 2549 0.25 1 0.812 2 interp_poly 61 22 -47 424 4015 2103 3 MP PP 4015 2103 1 0.938 0 3968 2527 0.312 1 0.75 4015 2103 1 0.938 0 2 interp_poly 3968 2527 0.312 1 0.75 4029 2549 0.25 1 0.812 3968 2527 0.312 1 0.75 2 interp_poly 60 21 -46 -627 4033 2619 3 MP PP 4033 2619 0.375 1 0.688 3987 1992 1 0.562 0 4033 2619 0.375 1 0.688 2 interp_poly 3987 1992 1 0.562 0 4047 2013 1 0.625 0 3987 1992 1 0.562 0 2 interp_poly -46 -304 60 21 3987 1992 3 MP PP 3987 1992 1 0.562 0 4047 2013 1 0.625 0 3987 1992 1 0.562 0 2 interp_poly 4047 2013 1 0.625 0 4001 1709 1 0.125 0 4047 2013 1 0.625 0 2 interp_poly 61 -16 -47 -23 4032 4048 3 MP PP 4032 4048 0 0 0.562 3985 4025 0 0 0.562 4032 4048 0 0 0.562 2 interp_poly 3985 4025 0 0 0.562 4046 4009 0 0 0.562 3985 4025 0 0 0.562 2 interp_poly -47 -22 61 -16 3985 4025 3 MP PP 3985 4025 0 0 0.562 4046 4009 0 0 0.562 3985 4025 0 0 0.562 2 interp_poly 4046 4009 0 0 0.562 3999 3987 0 0 0.562 4046 4009 0 0 0.562 2 interp_poly 61 -27 -46 -23 4027 3907 3 MP PP 4027 3907 0 0 0.562 3981 3884 0 0 0.562 4027 3907 0 0 0.562 2 interp_poly 3981 3884 0 0 0.562 4042 3857 0 0 0.562 3981 3884 0 0 0.562 2 interp_poly -47 -29 61 -27 3981 3884 3 MP PP 3981 3884 0 0 0.562 4042 3857 0 0 0.562 3981 3884 0 0 0.562 2 interp_poly 4042 3857 0 0 0.562 3995 3828 0 0 0.562 4042 3857 0 0 0.562 2 interp_poly 61 -16 -47 -21 4026 4360 3 MP PP 4026 4360 0 0 0.562 3979 4339 0 0 0.562 4026 4360 0 0 0.562 2 interp_poly 3979 4339 0 0 0.562 4040 4323 0 0 0.562 3979 4339 0 0 0.562 2 interp_poly -46 -21 61 -16 3979 4339 3 MP PP 3979 4339 0 0 0.562 4040 4323 0 0 0.562 3979 4339 0 0 0.562 2 interp_poly 4040 4323 0 0 0.562 3994 4302 0 0 0.562 4040 4323 0 0 0.562 2 interp_poly 60 2 -46 -76 4023 3686 3 MP PP 4023 3686 0 0 0.688 3977 3610 0 0 0.812 4023 3686 0 0 0.688 2 interp_poly 3977 3610 0 0 0.812 4037 3612 0 0 0.812 3977 3610 0 0 0.812 2 interp_poly -46 -110 60 2 3977 3610 3 MP PP 3977 3610 0 0 0.812 4037 3612 0 0 0.812 3977 3610 0 0 0.812 2 interp_poly 4037 3612 0 0 0.812 3991 3502 0 0 0.938 4037 3612 0 0 0.812 2 interp_poly 61 -17 -47 -22 4022 4227 3 MP PP 4022 4227 0 0 0.562 3975 4205 0 0 0.562 4022 4227 0 0 0.562 2 interp_poly 3975 4205 0 0 0.562 4036 4188 0 0 0.562 3975 4205 0 0 0.562 2 interp_poly -47 -22 61 -17 3975 4205 3 MP PP 3975 4205 0 0 0.562 4036 4188 0 0 0.562 3975 4205 0 0 0.562 2 interp_poly 4036 4188 0 0 0.562 3989 4166 0 0 0.562 4036 4188 0 0 0.562 2 interp_poly -46 -21 60 -16 3873 2874 3 MP PP 3873 2874 0 0 0.562 3933 2858 0 0 0.562 3873 2874 0 0 0.562 2 interp_poly 3933 2858 0 0 0.562 3887 2837 0 0 0.562 3933 2858 0 0 0.562 2 interp_poly 60 -16 -46 -22 3919 2896 3 MP PP 3919 2896 0 0 0.562 3873 2874 0 0 0.562 3919 2896 0 0 0.562 2 interp_poly 3873 2874 0 0 0.562 3933 2858 0 0 0.562 3873 2874 0 0 0.562 2 interp_poly -46 -21 60 -17 3887 2837 3 MP PP 3887 2837 0 0 0.562 3947 2820 0 0 0.562 3887 2837 0 0 0.562 2 interp_poly 3947 2820 0 0 0.562 3901 2799 0 0 0.562 3947 2820 0 0 0.562 2 interp_poly 60 -17 -46 -21 3933 2858 3 MP PP 3933 2858 0 0 0.562 3887 2837 0 0 0.562 3933 2858 0 0 0.562 2 interp_poly 3887 2837 0 0 0.562 3947 2820 0 0 0.562 3887 2837 0 0 0.562 2 interp_poly -46 -22 60 -16 3901 2799 3 MP PP 3901 2799 0 0 0.562 3961 2783 0 0 0.562 3901 2799 0 0 0.562 2 interp_poly 3961 2783 0 0 0.562 3915 2761 0 0 0.562 3961 2783 0 0 0.562 2 interp_poly 60 -16 -46 -21 3947 2820 3 MP PP 3947 2820 0 0 0.562 3901 2799 0 0 0.562 3947 2820 0 0 0.562 2 interp_poly 3901 2799 0 0 0.562 3961 2783 0 0 0.562 3901 2799 0 0 0.562 2 interp_poly -47 -21 61 -16 3905 2933 3 MP PP 3905 2933 0 0 0.562 3966 2917 0 0 0.562 3905 2933 0 0 0.562 2 interp_poly 3966 2917 0 0 0.562 3919 2896 0 0 0.562 3966 2917 0 0 0.562 2 interp_poly 60 -16 -46 -22 3961 2783 3 MP PP 3961 2783 0 0 0.562 3915 2761 0 0 0.562 3961 2783 0 0 0.562 2 interp_poly 3915 2761 0 0 0.562 3975 2745 0 0 0.562 3915 2761 0 0 0.562 2 interp_poly -47 -21 61 -17 3919 2896 3 MP PP 3919 2896 0 0 0.562 3980 2879 0 0 0.562 3919 2896 0 0 0.562 2 interp_poly 3980 2879 0 0 0.562 3933 2858 0 0 0.562 3980 2879 0 0 0.562 2 interp_poly 61 -17 -47 -21 3966 2917 3 MP PP 3966 2917 0 0 0.562 3919 2896 0 0 0.562 3966 2917 0 0 0.562 2 interp_poly 3919 2896 0 0 0.562 3980 2879 0 0 0.562 3919 2896 0 0 0.562 2 interp_poly 60 -54 -46 386 3968 2527 3 MP PP 3968 2527 0.312 1 0.75 3922 2913 0 0.562 1 3968 2527 0.312 1 0.75 2 interp_poly 3922 2913 0 0.562 1 3982 2859 0 0.625 1 3922 2913 0 0.562 1 2 interp_poly 61 -28 -47 -469 4019 3116 3 MP PP 4019 3116 0 0.5 1 3972 2647 0.375 1 0.688 4019 3116 0 0.5 1 2 interp_poly 3972 2647 0.375 1 0.688 4033 2619 0.375 1 0.688 3972 2647 0.375 1 0.688 2 interp_poly -46 -627 61 -28 3972 2647 3 MP PP 3972 2647 0.375 1 0.688 4033 2619 0.375 1 0.688 3972 2647 0.375 1 0.688 2 interp_poly 4033 2619 0.375 1 0.688 3987 1992 1 0.562 0 4033 2619 0.375 1 0.688 2 interp_poly 61 -15 -47 -24 4018 4087 3 MP PP 4018 4087 0 0 0.562 3971 4063 0 0 0.562 4018 4087 0 0 0.562 2 interp_poly 3971 4063 0 0 0.562 4032 4048 0 0 0.562 3971 4063 0 0 0.562 2 interp_poly -47 -23 61 -15 3971 4063 3 MP PP 3971 4063 0 0 0.562 4032 4048 0 0 0.562 3971 4063 0 0 0.562 2 interp_poly 4032 4048 0 0 0.562 3985 4025 0 0 0.562 4032 4048 0 0 0.562 2 interp_poly 60 -22 -46 -21 4013 3950 3 MP PP 4013 3950 0 0 0.562 3967 3929 0 0 0.562 4013 3950 0 0 0.562 2 interp_poly 3967 3929 0 0 0.562 4027 3907 0 0 0.562 3967 3929 0 0 0.562 2 interp_poly -46 -23 60 -22 3967 3929 3 MP PP 3967 3929 0 0 0.562 4027 3907 0 0 0.562 3967 3929 0 0 0.562 2 interp_poly 4027 3907 0 0 0.562 3981 3884 0 0 0.562 4027 3907 0 0 0.562 2 interp_poly 61 -16 -47 -21 4012 4397 3 MP PP 4012 4397 0 0 0.562 3965 4376 0 0 0.562 4012 4397 0 0 0.562 2 interp_poly 3965 4376 0 0 0.562 4026 4360 0 0 0.562 3965 4376 0 0 0.562 2 interp_poly -47 -21 61 -16 3965 4376 3 MP PP 3965 4376 0 0 0.562 4026 4360 0 0 0.562 3965 4376 0 0 0.562 2 interp_poly 4026 4360 0 0 0.562 3979 4339 0 0 0.562 4026 4360 0 0 0.562 2 interp_poly 60 -23 -46 -52 4009 3761 3 MP PP 4009 3761 0 0 0.625 3963 3709 0 0 0.688 4009 3761 0 0 0.625 2 interp_poly 3963 3709 0 0 0.688 4023 3686 0 0 0.688 3963 3709 0 0 0.688 2 interp_poly -46 -76 60 -23 3963 3709 3 MP PP 3963 3709 0 0 0.688 4023 3686 0 0 0.688 3963 3709 0 0 0.688 2 interp_poly 4023 3686 0 0 0.688 3977 3610 0 0 0.812 4023 3686 0 0 0.688 2 interp_poly 61 -16 -47 -22 4008 4265 3 MP PP 4008 4265 0 0 0.562 3961 4243 0 0 0.562 4008 4265 0 0 0.562 2 interp_poly 3961 4243 0 0 0.562 4022 4227 0 0 0.562 3961 4243 0 0 0.562 2 interp_poly -47 -22 61 -16 3961 4243 3 MP PP 3961 4243 0 0 0.562 4022 4227 0 0 0.562 3961 4243 0 0 0.562 2 interp_poly 4022 4227 0 0 0.562 3975 4205 0 0 0.562 4022 4227 0 0 0.562 2 interp_poly -46 -22 61 -17 3927 3163 3 MP PP 3927 3163 0 0 0.562 3988 3146 0 0 0.562 3927 3163 0 0 0.562 2 interp_poly 3988 3146 0 0 0.562 3942 3124 0 0 0.562 3988 3146 0 0 0.562 2 interp_poly 61 -17 -47 -22 3974 3185 3 MP PP 3974 3185 0 0 0.562 3927 3163 0 0 0.562 3974 3185 0 0 0.562 2 interp_poly 3927 3163 0 0 0.562 3988 3146 0 0 0.562 3927 3163 0 0 0.562 2 interp_poly -46 -13 60 4 3932 3254 3 MP PP 3932 3254 0 0 0.625 3992 3258 0 0 0.562 3932 3254 0 0 0.625 2 interp_poly 3992 3258 0 0 0.562 3946 3245 0 0 0.562 3992 3258 0 0 0.562 2 interp_poly 60 4 -46 5 3978 3249 3 MP PP 3978 3249 0 0 0.688 3932 3254 0 0 0.625 3978 3249 0 0 0.688 2 interp_poly 3932 3254 0 0 0.625 3992 3258 0 0 0.562 3932 3254 0 0 0.625 2 interp_poly -47 -21 61 -17 3895 3103 3 MP PP 3895 3103 0 0 0.562 3956 3086 0 0 0.562 3895 3103 0 0 0.562 2 interp_poly 3956 3086 0 0 0.562 3909 3065 0 0 0.562 3956 3086 0 0 0.562 2 interp_poly 61 -17 -47 -21 3942 3124 3 MP PP 3942 3124 0 0 0.562 3895 3103 0 0 0.562 3942 3124 0 0 0.562 2 interp_poly 3895 3103 0 0 0.562 3956 3086 0 0 0.562 3895 3103 0 0 0.562 2 interp_poly 61 -17 -47 -21 3956 3086 3 MP PP 3956 3086 0 0 0.562 3909 3065 0 0 0.562 3956 3086 0 0 0.562 2 interp_poly 3909 3065 0 0 0.562 3970 3048 0 0 0.562 3909 3065 0 0 0.562 2 interp_poly -46 -20 60 -18 3942 3124 3 MP PP 3942 3124 0 0 0.562 4002 3106 0 0 0.562 3942 3124 0 0 0.562 2 interp_poly 4002 3106 0 0 0.562 3956 3086 0 0 0.562 4002 3106 0 0 0.562 2 interp_poly 60 -18 -46 -22 3988 3146 3 MP PP 3988 3146 0 0 0.562 3942 3124 0 0 0.562 3988 3146 0 0 0.562 2 interp_poly 3942 3124 0 0 0.562 4002 3106 0 0 0.562 3942 3124 0 0 0.562 2 interp_poly -46 127 60 -46 3936 3079 3 MP PP 3936 3079 0 0.188 1 3996 3033 0 0.25 1 3936 3079 0 0.188 1 2 interp_poly 3996 3033 0 0.25 1 3950 3160 0 0 1 3996 3033 0 0.25 1 2 interp_poly -47 -22 61 -14 3913 3199 3 MP PP 3913 3199 0 0 0.562 3974 3185 0 0 0.562 3913 3199 0 0 0.562 2 interp_poly 3974 3185 0 0 0.562 3927 3163 0 0 0.562 3974 3185 0 0 0.562 2 interp_poly 61 -14 -47 -21 3960 3220 3 MP PP 3960 3220 0 0 0.562 3913 3199 0 0 0.562 3960 3220 0 0 0.562 2 interp_poly 3913 3199 0 0 0.562 3974 3185 0 0 0.562 3913 3199 0 0 0.562 2 interp_poly -47 68 61 -13 3950 3160 3 MP PP 3950 3160 0 0 1 4011 3147 0 0 0.938 3950 3160 0 0 1 2 interp_poly 4011 3147 0 0 0.938 3964 3215 0 0 0.812 4011 3147 0 0 0.938 2 interp_poly 61 -13 -46 127 3996 3033 3 MP PP 3996 3033 0 0.25 1 3950 3160 0 0 1 3996 3033 0 0.25 1 2 interp_poly 3950 3160 0 0 1 4011 3147 0 0 0.938 3950 3160 0 0 1 2 interp_poly 61 27 -47 -276 4005 3365 3 MP PP 4005 3365 0 0.125 1 3958 3089 0 0.625 1 4005 3365 0 0.125 1 2 interp_poly 3958 3089 0 0.625 1 4019 3116 0 0.5 1 3958 3089 0 0.625 1 2 interp_poly 61 -16 -46 -21 3951 2954 3 MP PP 3951 2954 0 0 0.562 3905 2933 0 0 0.562 3951 2954 0 0 0.562 2 interp_poly 3905 2933 0 0 0.562 3966 2917 0 0 0.562 3905 2933 0 0 0.562 2 interp_poly -47 -20 61 -17 3909 3065 3 MP PP 3909 3065 0 0 0.562 3970 3048 0 0 0.562 3909 3065 0 0 0.562 2 interp_poly 3970 3048 0 0 0.562 3923 3028 0 0 0.562 3970 3048 0 0 0.562 2 interp_poly -46 -21 60 -16 3877 3007 3 MP PP 3877 3007 0 0 0.562 3937 2991 0 0 0.562 3877 3007 0 0 0.562 2 interp_poly 3937 2991 0 0 0.562 3891 2970 0 0 0.562 3937 2991 0 0 0.562 2 interp_poly 60 -16 -46 -21 3923 3028 3 MP PP 3923 3028 0 0 0.562 3877 3007 0 0 0.562 3923 3028 0 0 0.562 2 interp_poly 3877 3007 0 0 0.562 3937 2991 0 0 0.562 3877 3007 0 0 0.562 2 interp_poly -46 -21 60 -16 3891 2970 3 MP PP 3891 2970 0 0 0.562 3951 2954 0 0 0.562 3891 2970 0 0 0.562 2 interp_poly 3951 2954 0 0 0.562 3905 2933 0 0 0.562 3951 2954 0 0 0.562 2 interp_poly 60 -16 -46 -21 3937 2991 3 MP PP 3937 2991 0 0 0.562 3891 2970 0 0 0.562 3937 2991 0 0 0.562 2 interp_poly 3891 2970 0 0 0.562 3951 2954 0 0 0.562 3891 2970 0 0 0.562 2 interp_poly -47 -20 61 -17 3923 3028 3 MP PP 3923 3028 0 0 0.562 3984 3011 0 0 0.562 3923 3028 0 0 0.562 2 interp_poly 3984 3011 0 0 0.562 3937 2991 0 0 0.562 3984 3011 0 0 0.562 2 interp_poly 61 -17 -47 -20 3970 3048 3 MP PP 3970 3048 0 0 0.562 3923 3028 0 0 0.562 3970 3048 0 0 0.562 2 interp_poly 3923 3028 0 0 0.562 3984 3011 0 0 0.562 3923 3028 0 0 0.562 2 interp_poly -46 220 60 -54 3922 2913 3 MP PP 3922 2913 0 0.562 1 3982 2859 0 0.625 1 3922 2913 0 0.562 1 2 interp_poly 3982 2859 0 0.625 1 3936 3079 0 0.188 1 3982 2859 0 0.625 1 2 interp_poly 60 -46 -46 220 3982 2859 3 MP PP 3982 2859 0 0.625 1 3936 3079 0 0.188 1 3982 2859 0 0.625 1 2 interp_poly 3936 3079 0 0.188 1 3996 3033 0 0.25 1 3936 3079 0 0.188 1 2 interp_poly -47 -469 61 27 3958 3089 3 MP PP 3958 3089 0 0.625 1 4019 3116 0 0.5 1 3958 3089 0 0.625 1 2 interp_poly 4019 3116 0 0.5 1 3972 2647 0.375 1 0.688 4019 3116 0 0.5 1 2 interp_poly 61 -16 -46 -23 4003 4126 3 MP PP 4003 4126 0 0 0.562 3957 4103 0 0 0.562 4003 4126 0 0 0.562 2 interp_poly 3957 4103 0 0 0.562 4018 4087 0 0 0.562 3957 4103 0 0 0.562 2 interp_poly -47 -24 61 -16 3957 4103 3 MP PP 3957 4103 0 0 0.562 4018 4087 0 0 0.562 3957 4103 0 0 0.562 2 interp_poly 4018 4087 0 0 0.562 3971 4063 0 0 0.562 4018 4087 0 0 0.562 2 interp_poly 60 -16 -46 -21 3999 3987 3 MP PP 3999 3987 0 0 0.562 3953 3966 0 0 0.562 3999 3987 0 0 0.562 2 interp_poly 3953 3966 0 0 0.562 4013 3950 0 0 0.562 3953 3966 0 0 0.562 2 interp_poly -46 -21 60 -16 3953 3966 3 MP PP 3953 3966 0 0 0.562 4013 3950 0 0 0.562 3953 3966 0 0 0.562 2 interp_poly 4013 3950 0 0 0.562 3967 3929 0 0 0.562 4013 3950 0 0 0.562 2 interp_poly -47 -21 61 -17 3951 4414 3 MP PP 3951 4414 0 0 0.562 4012 4397 0 0 0.562 3951 4414 0 0 0.562 2 interp_poly 4012 4397 0 0 0.562 3965 4376 0 0 0.562 4012 4397 0 0 0.562 2 interp_poly 60 -32 -46 -35 3995 3828 3 MP PP 3995 3828 0 0 0.562 3949 3793 0 0 0.625 3995 3828 0 0 0.562 2 interp_poly 3949 3793 0 0 0.625 4009 3761 0 0 0.625 3949 3793 0 0 0.625 2 interp_poly -46 -52 60 -32 3949 3793 3 MP PP 3949 3793 0 0 0.625 4009 3761 0 0 0.625 3949 3793 0 0 0.625 2 interp_poly 4009 3761 0 0 0.625 3963 3709 0 0 0.688 4009 3761 0 0 0.625 2 interp_poly 61 -16 -47 -21 3994 4302 3 MP PP 3994 4302 0 0 0.562 3947 4281 0 0 0.562 3994 4302 0 0 0.562 2 interp_poly 3947 4281 0 0 0.562 4008 4265 0 0 0.562 3947 4281 0 0 0.562 2 interp_poly -47 -22 61 -16 3947 4281 3 MP PP 3947 4281 0 0 0.562 4008 4265 0 0 0.562 3947 4281 0 0 0.562 2 interp_poly 4008 4265 0 0 0.562 3961 4243 0 0 0.562 4008 4265 0 0 0.562 2 interp_poly 61 32 -47 -169 3991 3502 3 MP PP 3991 3502 0 0 0.938 3944 3333 0 0.25 1 3991 3502 0 0 0.938 2 interp_poly 3944 3333 0 0.25 1 4005 3365 0 0.125 1 3944 3333 0 0.25 1 2 interp_poly -47 -21 61 -8 3899 3228 3 MP PP 3899 3228 0 0 0.562 3960 3220 0 0 0.562 3899 3228 0 0 0.562 2 interp_poly 3960 3220 0 0 0.562 3913 3199 0 0 0.562 3960 3220 0 0 0.562 2 interp_poly 61 -8 -47 -17 3946 3245 3 MP PP 3946 3245 0 0 0.562 3899 3228 0 0 0.562 3946 3245 0 0 0.562 2 interp_poly 3899 3228 0 0 0.562 3960 3220 0 0 0.562 3899 3228 0 0 0.562 2 interp_poly -47 -17 61 -2 3885 3247 3 MP PP 3885 3247 0 0 0.562 3946 3245 0 0 0.562 3885 3247 0 0 0.562 2 interp_poly 3946 3245 0 0 0.562 3899 3228 0 0 0.562 3946 3245 0 0 0.562 2 interp_poly 61 -2 -47 -7 3932 3254 3 MP PP 3932 3254 0 0 0.625 3885 3247 0 0 0.562 3932 3254 0 0 0.625 2 interp_poly 3885 3247 0 0 0.562 3946 3245 0 0 0.562 3885 3247 0 0 0.562 2 interp_poly -46 32 61 -15 3903 3230 3 MP PP 3903 3230 0 0 0.812 3964 3215 0 0 0.812 3903 3230 0 0 0.812 2 interp_poly 3964 3215 0 0 0.812 3918 3247 0 0 0.688 3964 3215 0 0 0.812 2 interp_poly 61 -15 -47 70 3950 3160 3 MP PP 3950 3160 0 0 1 3903 3230 0 0 0.812 3950 3160 0 0 1 2 interp_poly 3903 3230 0 0 0.812 3964 3215 0 0 0.812 3903 3230 0 0 0.812 2 interp_poly -46 5 60 2 3918 3247 3 MP PP 3918 3247 0 0 0.688 3978 3249 0 0 0.688 3918 3247 0 0 0.688 2 interp_poly 3978 3249 0 0 0.688 3932 3254 0 0 0.625 3978 3249 0 0 0.688 2 interp_poly 60 2 -46 32 3964 3215 3 MP PP 3964 3215 0 0 0.812 3918 3247 0 0 0.688 3964 3215 0 0 0.812 2 interp_poly 3918 3247 0 0 0.688 3978 3249 0 0 0.688 3918 3247 0 0 0.688 2 interp_poly -47 -276 61 32 3944 3333 3 MP PP 3944 3333 0 0.25 1 4005 3365 0 0.125 1 3944 3333 0 0.25 1 2 interp_poly 4005 3365 0 0.125 1 3958 3089 0 0.625 1 4005 3365 0 0.125 1 2 interp_poly 60 -18 -46 -22 3989 4166 3 MP PP 3989 4166 0 0 0.562 3943 4144 0 0 0.562 3989 4166 0 0 0.562 2 interp_poly 3943 4144 0 0 0.562 4003 4126 0 0 0.562 3943 4144 0 0 0.562 2 interp_poly -46 -23 60 -18 3943 4144 3 MP PP 3943 4144 0 0 0.562 4003 4126 0 0 0.562 3943 4144 0 0 0.562 2 interp_poly 4003 4126 0 0 0.562 3957 4103 0 0 0.562 4003 4126 0 0 0.562 2 interp_poly -47 261 61 41 3940 1668 3 MP PP 3940 1668 1 0 0 4001 1709 1 0.125 0 3940 1668 1 0 0 2 interp_poly 4001 1709 1 0.125 0 3954 1970 1 0.625 0 4001 1709 1 0.125 0 2 interp_poly 61 41 -47 -324 3987 1992 3 MP PP 3987 1992 1 0.562 0 3940 1668 1 0 0 3987 1992 1 0.562 0 2 interp_poly 3940 1668 1 0 0 4001 1709 1 0.125 0 3940 1668 1 0 0 2 interp_poly 60 -15 -46 -23 3985 4025 3 MP PP 3985 4025 0 0 0.562 3939 4002 0 0 0.562 3985 4025 0 0 0.562 2 interp_poly 3939 4002 0 0 0.562 3999 3987 0 0 0.562 3939 4002 0 0 0.562 2 interp_poly -46 -21 60 -15 3939 4002 3 MP PP 3939 4002 0 0 0.562 3999 3987 0 0 0.562 3939 4002 0 0 0.562 2 interp_poly 3999 3987 0 0 0.562 3953 3966 0 0 0.562 3999 3987 0 0 0.562 2 interp_poly 61 -32 -47 -24 3981 3884 3 MP PP 3981 3884 0 0 0.562 3934 3860 0 0 0.562 3981 3884 0 0 0.562 2 interp_poly 3934 3860 0 0 0.562 3995 3828 0 0 0.562 3934 3860 0 0 0.562 2 interp_poly -46 -35 61 -32 3934 3860 3 MP PP 3934 3860 0 0 0.562 3995 3828 0 0 0.562 3934 3860 0 0 0.562 2 interp_poly 3995 3828 0 0 0.562 3949 3793 0 0 0.625 3995 3828 0 0 0.562 2 interp_poly 61 -16 -46 -21 3979 4339 3 MP PP 3979 4339 0 0 0.562 3933 4318 0 0 0.562 3979 4339 0 0 0.562 2 interp_poly 3933 4318 0 0 0.562 3994 4302 0 0 0.562 3933 4318 0 0 0.562 2 interp_poly -47 -21 61 -16 3933 4318 3 MP PP 3933 4318 0 0 0.562 3994 4302 0 0 0.562 3933 4318 0 0 0.562 2 interp_poly 3994 4302 0 0 0.562 3947 4281 0 0 0.562 3994 4302 0 0 0.562 2 interp_poly 61 5 -47 -113 3977 3610 3 MP PP 3977 3610 0 0 0.812 3930 3497 0 0 1 3977 3610 0 0 0.812 2 interp_poly 3930 3497 0 0 1 3991 3502 0 0 0.938 3930 3497 0 0 1 2 interp_poly -47 -169 61 5 3930 3497 3 MP PP 3930 3497 0 0 1 3991 3502 0 0 0.938 3930 3497 0 0 1 2 interp_poly 3991 3502 0 0 0.938 3944 3333 0 0.25 1 3991 3502 0 0 0.938 2 interp_poly 60 -17 -46 -22 3975 4205 3 MP PP 3975 4205 0 0 0.562 3929 4183 0 0 0.562 3975 4205 0 0 0.562 2 interp_poly 3929 4183 0 0 0.562 3989 4166 0 0 0.562 3929 4183 0 0 0.562 2 interp_poly -46 -22 60 -17 3929 4183 3 MP PP 3929 4183 0 0 0.562 3989 4166 0 0 0.562 3929 4183 0 0 0.562 2 interp_poly 3989 4166 0 0 0.562 3943 4144 0 0 0.562 3989 4166 0 0 0.562 2 interp_poly -46 551 60 21 3894 1949 3 MP PP 3894 1949 1 0.562 0 3954 1970 1 0.625 0 3894 1949 1 0.562 0 2 interp_poly 3954 1970 1 0.625 0 3908 2521 0.375 1 0.688 3954 1970 1 0.625 0 2 interp_poly -46 386 60 6 3908 2521 3 MP PP 3908 2521 0.375 1 0.688 3968 2527 0.312 1 0.75 3908 2521 0.375 1 0.688 2 interp_poly 3968 2527 0.312 1 0.75 3922 2913 0 0.562 1 3968 2527 0.312 1 0.75 2 interp_poly 60 6 -46 551 3954 1970 3 MP PP 3954 1970 1 0.625 0 3908 2521 0.375 1 0.688 3954 1970 1 0.625 0 2 interp_poly 3908 2521 0.375 1 0.688 3968 2527 0.312 1 0.75 3908 2521 0.375 1 0.688 2 interp_poly 61 -121 -46 -534 3972 2647 3 MP PP 3972 2647 0.375 1 0.688 3926 2113 1 0.75 0 3972 2647 0.375 1 0.688 2 interp_poly 3926 2113 1 0.75 0 3987 1992 1 0.562 0 3926 2113 1 0.75 0 2 interp_poly 60 21 -46 281 3940 1668 3 MP PP 3940 1668 1 0 0 3894 1949 1 0.562 0 3940 1668 1 0 0 2 interp_poly 3894 1949 1 0.562 0 3954 1970 1 0.625 0 3894 1949 1 0.562 0 2 interp_poly -47 -324 61 -121 3926 2113 3 MP PP 3926 2113 1 0.75 0 3987 1992 1 0.562 0 3926 2113 1 0.75 0 2 interp_poly 3987 1992 1 0.562 0 3940 1668 1 0 0 3987 1992 1 0.562 0 2 interp_poly 60 -15 -46 -23 3971 4063 3 MP PP 3971 4063 0 0 0.562 3925 4040 0 0 0.562 3971 4063 0 0 0.562 2 interp_poly 3925 4040 0 0 0.562 3985 4025 0 0 0.562 3925 4040 0 0 0.562 2 interp_poly -46 -23 60 -15 3925 4040 3 MP PP 3925 4040 0 0 0.562 3985 4025 0 0 0.562 3925 4040 0 0 0.562 2 interp_poly 3985 4025 0 0 0.562 3939 4002 0 0 0.562 3985 4025 0 0 0.562 2 interp_poly 61 -26 -47 -19 3967 3929 3 MP PP 3967 3929 0 0 0.562 3920 3910 0 0 0.562 3967 3929 0 0 0.562 2 interp_poly 3920 3910 0 0 0.562 3981 3884 0 0 0.562 3920 3910 0 0 0.562 2 interp_poly -47 -24 61 -26 3920 3910 3 MP PP 3920 3910 0 0 0.562 3981 3884 0 0 0.562 3920 3910 0 0 0.562 2 interp_poly 3981 3884 0 0 0.562 3934 3860 0 0 0.562 3981 3884 0 0 0.562 2 interp_poly 60 -16 -46 -21 3965 4376 3 MP PP 3965 4376 0 0 0.562 3919 4355 0 0 0.562 3965 4376 0 0 0.562 2 interp_poly 3919 4355 0 0 0.562 3979 4339 0 0 0.562 3919 4355 0 0 0.562 2 interp_poly -46 -21 60 -16 3919 4355 3 MP PP 3919 4355 0 0 0.562 3979 4339 0 0 0.562 3919 4355 0 0 0.562 2 interp_poly 3979 4339 0 0 0.562 3933 4318 0 0 0.562 3979 4339 0 0 0.562 2 interp_poly 61 -25 -47 -74 3963 3709 3 MP PP 3963 3709 0 0 0.688 3916 3635 0 0 0.812 3963 3709 0 0 0.688 2 interp_poly 3916 3635 0 0 0.812 3977 3610 0 0 0.812 3916 3635 0 0 0.812 2 interp_poly -47 -113 61 -25 3916 3635 3 MP PP 3916 3635 0 0 0.812 3977 3610 0 0 0.812 3916 3635 0 0 0.812 2 interp_poly 3977 3610 0 0 0.812 3930 3497 0 0 1 3977 3610 0 0 0.812 2 interp_poly 60 -17 -46 -21 3961 4243 3 MP PP 3961 4243 0 0 0.562 3915 4222 0 0 0.562 3961 4243 0 0 0.562 2 interp_poly 3915 4222 0 0 0.562 3975 4205 0 0 0.562 3915 4222 0 0 0.562 2 interp_poly -46 -22 60 -17 3915 4222 3 MP PP 3915 4222 0 0 0.562 3975 4205 0 0 0.562 3915 4222 0 0 0.562 2 interp_poly 3975 4205 0 0 0.562 3929 4183 0 0 0.562 3975 4205 0 0 0.562 2 interp_poly -47 -21 61 -17 3812 2891 3 MP PP 3812 2891 0 0 0.562 3873 2874 0 0 0.562 3812 2891 0 0 0.562 2 interp_poly 3873 2874 0 0 0.562 3826 2853 0 0 0.562 3873 2874 0 0 0.562 2 interp_poly 61 -17 -46 -21 3858 2912 3 MP PP 3858 2912 0 0 0.562 3812 2891 0 0 0.562 3858 2912 0 0 0.562 2 interp_poly 3812 2891 0 0 0.562 3873 2874 0 0 0.562 3812 2891 0 0 0.562 2 interp_poly -47 -22 61 -16 3826 2853 3 MP PP 3826 2853 0 0 0.562 3887 2837 0 0 0.562 3826 2853 0 0 0.562 2 interp_poly 3887 2837 0 0 0.562 3840 2815 0 0 0.562 3887 2837 0 0 0.562 2 interp_poly 61 -16 -47 -21 3873 2874 3 MP PP 3873 2874 0 0 0.562 3826 2853 0 0 0.562 3873 2874 0 0 0.562 2 interp_poly 3826 2853 0 0 0.562 3887 2837 0 0 0.562 3826 2853 0 0 0.562 2 interp_poly -47 -21 61 -17 3830 2987 3 MP PP 3830 2987 0 0 0.562 3891 2970 0 0 0.562 3830 2987 0 0 0.562 2 interp_poly 3891 2970 0 0 0.562 3844 2949 0 0 0.562 3891 2970 0 0 0.562 2 interp_poly -47 -21 61 -16 3840 2815 3 MP PP 3840 2815 0 0 0.562 3901 2799 0 0 0.562 3840 2815 0 0 0.562 2 interp_poly 3901 2799 0 0 0.562 3854 2778 0 0 0.562 3901 2799 0 0 0.562 2 interp_poly 61 -16 -47 -22 3887 2837 3 MP PP 3887 2837 0 0 0.562 3840 2815 0 0 0.562 3887 2837 0 0 0.562 2 interp_poly 3840 2815 0 0 0.562 3901 2799 0 0 0.562 3840 2815 0 0 0.562 2 interp_poly -47 -21 61 -16 3844 2949 3 MP PP 3844 2949 0 0 0.562 3905 2933 0 0 0.562 3844 2949 0 0 0.562 2 interp_poly 3905 2933 0 0 0.562 3858 2912 0 0 0.562 3905 2933 0 0 0.562 2 interp_poly 61 -16 -47 -21 3891 2970 3 MP PP 3891 2970 0 0 0.562 3844 2949 0 0 0.562 3891 2970 0 0 0.562 2 interp_poly 3844 2949 0 0 0.562 3905 2933 0 0 0.562 3844 2949 0 0 0.562 2 interp_poly 61 -17 -47 -21 3901 2799 3 MP PP 3901 2799 0 0 0.562 3854 2778 0 0 0.562 3901 2799 0 0 0.562 2 interp_poly 3854 2778 0 0 0.562 3915 2761 0 0 0.562 3854 2778 0 0 0.562 2 interp_poly -46 -22 61 -16 3858 2912 3 MP PP 3858 2912 0 0 0.562 3919 2896 0 0 0.562 3858 2912 0 0 0.562 2 interp_poly 3919 2896 0 0 0.562 3873 2874 0 0 0.562 3919 2896 0 0 0.562 2 interp_poly 61 -16 -47 -21 3905 2933 3 MP PP 3905 2933 0 0 0.562 3858 2912 0 0 0.562 3905 2933 0 0 0.562 2 interp_poly 3858 2912 0 0 0.562 3919 2896 0 0 0.562 3858 2912 0 0 0.562 2 interp_poly 61 -65 -47 457 3908 2521 3 MP PP 3908 2521 0.375 1 0.688 3861 2978 0 0.5 1 3908 2521 0.375 1 0.688 2 interp_poly 3861 2978 0 0.5 1 3922 2913 0 0.562 1 3861 2978 0 0.5 1 2 interp_poly 60 -50 -46 -392 3958 3089 3 MP PP 3958 3089 0 0.625 1 3912 2697 0.312 1 0.75 3958 3089 0 0.625 1 2 interp_poly 3912 2697 0.312 1 0.75 3972 2647 0.375 1 0.688 3912 2697 0.312 1 0.75 2 interp_poly -46 -534 60 -50 3912 2697 3 MP PP 3912 2697 0.312 1 0.75 3972 2647 0.375 1 0.688 3912 2697 0.312 1 0.75 2 interp_poly 3972 2647 0.375 1 0.688 3926 2113 1 0.75 0 3972 2647 0.375 1 0.688 2 interp_poly 61 -17 -47 -23 3957 4103 3 MP PP 3957 4103 0 0 0.562 3910 4080 0 0 0.562 3957 4103 0 0 0.562 2 interp_poly 3910 4080 0 0 0.562 3971 4063 0 0 0.562 3910 4080 0 0 0.562 2 interp_poly -46 -23 61 -17 3910 4080 3 MP PP 3910 4080 0 0 0.562 3971 4063 0 0 0.562 3910 4080 0 0 0.562 2 interp_poly 3971 4063 0 0 0.562 3925 4040 0 0 0.562 3971 4063 0 0 0.562 2 interp_poly 61 -17 -47 -20 3953 3966 3 MP PP 3953 3966 0 0 0.562 3906 3946 0 0 0.562 3953 3966 0 0 0.562 2 interp_poly 3906 3946 0 0 0.562 3967 3929 0 0 0.562 3906 3946 0 0 0.562 2 interp_poly -47 -19 61 -17 3906 3946 3 MP PP 3906 3946 0 0 0.562 3967 3929 0 0 0.562 3906 3946 0 0 0.562 2 interp_poly 3967 3929 0 0 0.562 3920 3910 0 0 0.562 3967 3929 0 0 0.562 2 interp_poly 60 -16 -46 -22 3951 4414 3 MP PP 3951 4414 0 0 0.562 3905 4392 0 0 0.562 3951 4414 0 0 0.562 2 interp_poly 3905 4392 0 0 0.562 3965 4376 0 0 0.562 3905 4392 0 0 0.562 2 interp_poly -46 -21 60 -16 3905 4392 3 MP PP 3905 4392 0 0 0.562 3965 4376 0 0 0.562 3905 4392 0 0 0.562 2 interp_poly 3965 4376 0 0 0.562 3919 4355 0 0 0.562 3965 4376 0 0 0.562 2 interp_poly 61 -39 -47 -45 3949 3793 3 MP PP 3949 3793 0 0 0.625 3902 3748 0 0 0.688 3949 3793 0 0 0.625 2 interp_poly 3902 3748 0 0 0.688 3963 3709 0 0 0.688 3902 3748 0 0 0.688 2 interp_poly -47 -74 61 -39 3902 3748 3 MP PP 3902 3748 0 0 0.688 3963 3709 0 0 0.688 3902 3748 0 0 0.688 2 interp_poly 3963 3709 0 0 0.688 3916 3635 0 0 0.812 3963 3709 0 0 0.688 2 interp_poly 60 -16 -46 -22 3947 4281 3 MP PP 3947 4281 0 0 0.562 3901 4259 0 0 0.562 3947 4281 0 0 0.562 2 interp_poly 3901 4259 0 0 0.562 3961 4243 0 0 0.562 3901 4259 0 0 0.562 2 interp_poly -46 -21 60 -16 3901 4259 3 MP PP 3901 4259 0 0 0.562 3961 4243 0 0 0.562 3901 4259 0 0 0.562 2 interp_poly 3961 4243 0 0 0.562 3915 4222 0 0 0.562 3961 4243 0 0 0.562 2 interp_poly 60 -17 -46 -21 3895 3103 3 MP PP 3895 3103 0 0 0.562 3849 3082 0 0 0.562 3895 3103 0 0 0.562 2 interp_poly 3849 3082 0 0 0.562 3909 3065 0 0 0.562 3849 3082 0 0 0.562 2 interp_poly -46 -22 60 -14 3867 3177 3 MP PP 3867 3177 0 0 0.562 3927 3163 0 0 0.562 3867 3177 0 0 0.562 2 interp_poly 3927 3163 0 0 0.562 3881 3141 0 0 0.562 3927 3163 0 0 0.562 2 interp_poly 60 -14 -46 -22 3913 3199 3 MP PP 3913 3199 0 0 0.562 3867 3177 0 0 0.562 3913 3199 0 0 0.562 2 interp_poly 3867 3177 0 0 0.562 3927 3163 0 0 0.562 3867 3177 0 0 0.562 2 interp_poly -47 -7 61 -3 3871 3257 3 MP PP 3871 3257 0 0 0.625 3932 3254 0 0 0.625 3871 3257 0 0 0.625 2 interp_poly 3932 3254 0 0 0.625 3885 3247 0 0 0.562 3932 3254 0 0 0.625 2 interp_poly 61 -3 -47 10 3918 3247 3 MP PP 3918 3247 0 0 0.688 3871 3257 0 0 0.625 3918 3247 0 0 0.688 2 interp_poly 3871 3257 0 0 0.625 3932 3254 0 0 0.625 3871 3257 0 0 0.625 2 interp_poly -46 -22 60 -10 3853 3209 3 MP PP 3853 3209 0 0 0.562 3913 3199 0 0 0.562 3853 3209 0 0 0.562 2 interp_poly 3913 3199 0 0 0.562 3867 3177 0 0 0.562 3913 3199 0 0 0.562 2 interp_poly 60 -10 -46 -19 3899 3228 3 MP PP 3899 3228 0 0 0.562 3853 3209 0 0 0.562 3899 3228 0 0 0.562 2 interp_poly 3853 3209 0 0 0.562 3913 3199 0 0 0.562 3853 3209 0 0 0.562 2 interp_poly -47 -21 61 -17 3881 3141 3 MP PP 3881 3141 0 0 0.562 3942 3124 0 0 0.562 3881 3141 0 0 0.562 2 interp_poly 3942 3124 0 0 0.562 3895 3103 0 0 0.562 3942 3124 0 0 0.562 2 interp_poly 61 -17 -46 -22 3927 3163 3 MP PP 3927 3163 0 0 0.562 3881 3141 0 0 0.562 3927 3163 0 0 0.562 2 interp_poly 3881 3141 0 0 0.562 3942 3124 0 0 0.562 3881 3141 0 0 0.562 2 interp_poly -47 129 61 -78 3875 3157 3 MP PP 3875 3157 0 0.0625 1 3936 3079 0 0.188 1 3875 3157 0 0.0625 1 2 interp_poly 3936 3079 0 0.188 1 3889 3208 0 0 0.938 3936 3079 0 0.188 1 2 interp_poly -47 -21 61 -15 3820 3156 3 MP PP 3820 3156 0 0 0.562 3881 3141 0 0 0.562 3820 3156 0 0 0.562 2 interp_poly 3881 3141 0 0 0.562 3834 3120 0 0 0.562 3881 3141 0 0 0.562 2 interp_poly 61 -15 -47 -21 3867 3177 3 MP PP 3867 3177 0 0 0.562 3820 3156 0 0 0.562 3867 3177 0 0 0.562 2 interp_poly 3820 3156 0 0 0.562 3881 3141 0 0 0.562 3820 3156 0 0 0.562 2 interp_poly -46 -21 61 -17 3834 3120 3 MP PP 3834 3120 0 0 0.562 3895 3103 0 0 0.562 3834 3120 0 0 0.562 2 interp_poly 3895 3103 0 0 0.562 3849 3082 0 0 0.562 3895 3103 0 0 0.562 2 interp_poly 61 -17 -47 -21 3881 3141 3 MP PP 3881 3141 0 0 0.562 3834 3120 0 0 0.562 3881 3141 0 0 0.562 2 interp_poly 3834 3120 0 0 0.562 3895 3103 0 0 0.562 3834 3120 0 0 0.562 2 interp_poly -46 -20 60 -17 3849 3082 3 MP PP 3849 3082 0 0 0.562 3909 3065 0 0 0.562 3849 3082 0 0 0.562 2 interp_poly 3909 3065 0 0 0.562 3863 3045 0 0 0.562 3909 3065 0 0 0.562 2 interp_poly -46 -21 60 -17 3863 3045 3 MP PP 3863 3045 0 0 0.562 3923 3028 0 0 0.562 3863 3045 0 0 0.562 2 interp_poly 3923 3028 0 0 0.562 3877 3007 0 0 0.562 3923 3028 0 0 0.562 2 interp_poly 60 -17 -46 -20 3909 3065 3 MP PP 3909 3065 0 0 0.562 3863 3045 0 0 0.562 3909 3065 0 0 0.562 2 interp_poly 3863 3045 0 0 0.562 3923 3028 0 0 0.562 3863 3045 0 0 0.562 2 interp_poly 61 -78 -47 244 3922 2913 3 MP PP 3922 2913 0 0.562 1 3875 3157 0 0.0625 1 3922 2913 0 0.562 1 2 interp_poly 3875 3157 0 0.0625 1 3936 3079 0 0.188 1 3875 3157 0 0.0625 1 2 interp_poly -47 70 61 -48 3889 3208 3 MP PP 3889 3208 0 0 0.938 3950 3160 0 0 1 3889 3208 0 0 0.938 2 interp_poly 3950 3160 0 0 1 3903 3230 0 0 0.812 3950 3160 0 0 1 2 interp_poly 61 -48 -47 129 3936 3079 3 MP PP 3936 3079 0 0.188 1 3889 3208 0 0 0.938 3936 3079 0 0.188 1 2 interp_poly 3889 3208 0 0 0.938 3950 3160 0 0 1 3889 3208 0 0 0.938 2 interp_poly 60 9 -46 -253 3944 3333 3 MP PP 3944 3333 0 0.25 1 3898 3080 0 0.625 1 3944 3333 0 0.25 1 2 interp_poly 3898 3080 0 0.625 1 3958 3089 0 0.625 1 3898 3080 0 0.625 1 2 interp_poly -47 -20 61 -17 3816 3024 3 MP PP 3816 3024 0 0 0.562 3877 3007 0 0 0.562 3816 3024 0 0 0.562 2 interp_poly 3877 3007 0 0 0.562 3830 2987 0 0 0.562 3877 3007 0 0 0.562 2 interp_poly 61 -17 -47 -21 3863 3045 3 MP PP 3863 3045 0 0 0.562 3816 3024 0 0 0.562 3863 3045 0 0 0.562 2 interp_poly 3816 3024 0 0 0.562 3877 3007 0 0 0.562 3816 3024 0 0 0.562 2 interp_poly 61 -17 -47 -20 3877 3007 3 MP PP 3877 3007 0 0 0.562 3830 2987 0 0 0.562 3877 3007 0 0 0.562 2 interp_poly 3830 2987 0 0 0.562 3891 2970 0 0 0.562 3830 2987 0 0 0.562 2 interp_poly -47 244 61 -65 3861 2978 3 MP PP 3861 2978 0 0.5 1 3922 2913 0 0.562 1 3861 2978 0 0.5 1 2 interp_poly 3922 2913 0 0.562 1 3875 3157 0 0.0625 1 3922 2913 0 0.562 1 2 interp_poly -46 -392 60 9 3898 3080 3 MP PP 3898 3080 0 0.625 1 3958 3089 0 0.625 1 3898 3080 0 0.625 1 2 interp_poly 3958 3089 0 0.625 1 3912 2697 0.312 1 0.75 3958 3089 0 0.625 1 2 interp_poly 61 -18 -47 -23 3943 4144 3 MP PP 3943 4144 0 0 0.562 3896 4121 0 0 0.562 3943 4144 0 0 0.562 2 interp_poly 3896 4121 0 0 0.562 3957 4103 0 0 0.562 3896 4121 0 0 0.562 2 interp_poly -47 -23 61 -18 3896 4121 3 MP PP 3896 4121 0 0 0.562 3957 4103 0 0 0.562 3896 4121 0 0 0.562 2 interp_poly 3957 4103 0 0 0.562 3910 4080 0 0 0.562 3957 4103 0 0 0.562 2 interp_poly 61 -13 -47 -23 3939 4002 3 MP PP 3939 4002 0 0 0.562 3892 3979 0 0 0.562 3939 4002 0 0 0.562 2 interp_poly 3892 3979 0 0 0.562 3953 3966 0 0 0.562 3892 3979 0 0 0.562 2 interp_poly -47 -20 61 -13 3892 3979 3 MP PP 3892 3979 0 0 0.562 3953 3966 0 0 0.562 3892 3979 0 0 0.562 2 interp_poly 3953 3966 0 0 0.562 3906 3946 0 0 0.562 3953 3966 0 0 0.562 2 interp_poly -46 -22 60 -15 3891 4429 3 MP PP 3891 4429 0 0 0.562 3951 4414 0 0 0.562 3891 4429 0 0 0.562 2 interp_poly 3951 4414 0 0 0.562 3905 4392 0 0 0.562 3951 4414 0 0 0.562 2 interp_poly 61 -39 -46 -28 3934 3860 3 MP PP 3934 3860 0 0 0.562 3888 3832 0 0 0.562 3934 3860 0 0 0.562 2 interp_poly 3888 3832 0 0 0.562 3949 3793 0 0 0.625 3888 3832 0 0 0.562 2 interp_poly -47 -45 61 -39 3888 3832 3 MP PP 3888 3832 0 0 0.562 3949 3793 0 0 0.625 3888 3832 0 0 0.562 2 interp_poly 3949 3793 0 0 0.625 3902 3748 0 0 0.688 3949 3793 0 0 0.625 2 interp_poly 61 -16 -47 -21 3933 4318 3 MP PP 3933 4318 0 0 0.562 3886 4297 0 0 0.562 3933 4318 0 0 0.562 2 interp_poly 3886 4297 0 0 0.562 3947 4281 0 0 0.562 3886 4297 0 0 0.562 2 interp_poly -46 -22 61 -16 3886 4297 3 MP PP 3886 4297 0 0 0.562 3947 4281 0 0 0.562 3886 4297 0 0 0.562 2 interp_poly 3947 4281 0 0 0.562 3901 4259 0 0 0.562 3947 4281 0 0 0.562 2 interp_poly 60 4 -46 -168 3930 3497 3 MP PP 3930 3497 0 0 1 3884 3329 0 0.25 1 3930 3497 0 0 1 2 interp_poly 3884 3329 0 0.25 1 3944 3333 0 0.25 1 3884 3329 0 0.25 1 2 interp_poly -46 -19 60 -7 3839 3235 3 MP PP 3839 3235 0 0 0.562 3899 3228 0 0 0.562 3839 3235 0 0 0.562 2 interp_poly 3899 3228 0 0 0.562 3853 3209 0 0 0.562 3899 3228 0 0 0.562 2 interp_poly 60 -7 -46 -12 3885 3247 3 MP PP 3885 3247 0 0 0.562 3839 3235 0 0 0.562 3885 3247 0 0 0.562 2 interp_poly 3839 3235 0 0 0.562 3899 3228 0 0 0.562 3839 3235 0 0 0.562 2 interp_poly -47 11 61 -36 3796 3299 3 MP PP 3796 3299 0 0 0.688 3857 3263 0 0 0.688 3796 3299 0 0 0.688 2 interp_poly 3857 3263 0 0 0.688 3810 3274 0 0 0.625 3857 3263 0 0 0.688 2 interp_poly 61 -36 -47 27 3843 3272 3 MP PP 3843 3272 0 0 0.75 3796 3299 0 0 0.688 3843 3272 0 0 0.75 2 interp_poly 3796 3299 0 0 0.688 3857 3263 0 0 0.688 3796 3299 0 0 0.688 2 interp_poly -46 -2 61 -17 3810 3274 3 MP PP 3810 3274 0 0 0.625 3871 3257 0 0 0.625 3810 3274 0 0 0.625 2 interp_poly 3871 3257 0 0 0.625 3825 3255 0 0 0.625 3871 3257 0 0 0.625 2 interp_poly 61 -17 -47 11 3857 3263 3 MP PP 3857 3263 0 0 0.688 3810 3274 0 0 0.625 3857 3263 0 0 0.688 2 interp_poly 3810 3274 0 0 0.625 3871 3257 0 0 0.625 3810 3274 0 0 0.625 2 interp_poly -46 -12 60 -8 3825 3255 3 MP PP 3825 3255 0 0 0.625 3885 3247 0 0 0.562 3825 3255 0 0 0.625 2 interp_poly 3885 3247 0 0 0.562 3839 3235 0 0 0.562 3885 3247 0 0 0.562 2 interp_poly 60 -8 -46 -2 3871 3257 3 MP PP 3871 3257 0 0 0.625 3825 3255 0 0 0.625 3871 3257 0 0 0.625 2 interp_poly 3825 3255 0 0 0.625 3885 3247 0 0 0.562 3825 3255 0 0 0.625 2 interp_poly -46 33 60 -42 3843 3272 3 MP PP 3843 3272 0 0 0.75 3903 3230 0 0 0.812 3843 3272 0 0 0.75 2 interp_poly 3903 3230 0 0 0.812 3857 3263 0 0 0.688 3903 3230 0 0 0.812 2 interp_poly 60 -42 -46 64 3889 3208 3 MP PP 3889 3208 0 0 0.938 3843 3272 0 0 0.75 3889 3208 0 0 0.938 2 interp_poly 3843 3272 0 0 0.75 3903 3230 0 0 0.812 3843 3272 0 0 0.75 2 interp_poly -47 10 61 -16 3857 3263 3 MP PP 3857 3263 0 0 0.688 3918 3247 0 0 0.688 3857 3263 0 0 0.688 2 interp_poly 3918 3247 0 0 0.688 3871 3257 0 0 0.625 3918 3247 0 0 0.688 2 interp_poly 61 -16 -46 33 3903 3230 3 MP PP 3903 3230 0 0 0.812 3857 3263 0 0 0.688 3903 3230 0 0 0.812 2 interp_poly 3857 3263 0 0 0.688 3918 3247 0 0 0.688 3857 3263 0 0 0.688 2 interp_poly -46 -253 60 4 3884 3329 3 MP PP 3884 3329 0 0.25 1 3944 3333 0 0.25 1 3884 3329 0 0.25 1 2 interp_poly 3944 3333 0 0.25 1 3898 3080 0 0.625 1 3944 3333 0 0.25 1 2 interp_poly 61 -17 -47 -22 3929 4183 3 MP PP 3929 4183 0 0 0.562 3882 4161 0 0 0.562 3929 4183 0 0 0.562 2 interp_poly 3882 4161 0 0 0.562 3943 4144 0 0 0.562 3882 4161 0 0 0.562 2 interp_poly -47 -23 61 -17 3882 4161 3 MP PP 3882 4161 0 0 0.562 3943 4144 0 0 0.562 3882 4161 0 0 0.562 2 interp_poly 3943 4144 0 0 0.562 3896 4121 0 0 0.562 3943 4144 0 0 0.562 2 interp_poly -46 281 61 -177 3879 1845 3 MP PP 3879 1845 1 0.312 0 3940 1668 1 0 0 3879 1845 1 0.312 0 2 interp_poly 3940 1668 1 0 0 3894 1949 1 0.562 0 3940 1668 1 0 0 2 interp_poly 61 -177 -47 -268 3926 2113 3 MP PP 3926 2113 1 0.75 0 3879 1845 1 0.312 0 3926 2113 1 0.75 0 2 interp_poly 3879 1845 1 0.312 0 3940 1668 1 0 0 3879 1845 1 0.312 0 2 interp_poly 61 -14 -47 -24 3925 4040 3 MP PP 3925 4040 0 0 0.562 3878 4016 0 0 0.562 3925 4040 0 0 0.562 2 interp_poly 3878 4016 0 0 0.562 3939 4002 0 0 0.562 3878 4016 0 0 0.562 2 interp_poly -47 -23 61 -14 3878 4016 3 MP PP 3878 4016 0 0 0.562 3939 4002 0 0 0.562 3878 4016 0 0 0.562 2 interp_poly 3939 4002 0 0 0.562 3892 3979 0 0 0.562 3939 4002 0 0 0.562 2 interp_poly 60 -30 -46 -20 3920 3910 3 MP PP 3920 3910 0 0 0.562 3874 3890 0 0 0.562 3920 3910 0 0 0.562 2 interp_poly 3874 3890 0 0 0.562 3934 3860 0 0 0.562 3874 3890 0 0 0.562 2 interp_poly -46 -28 60 -30 3874 3890 3 MP PP 3874 3890 0 0 0.562 3934 3860 0 0 0.562 3874 3890 0 0 0.562 2 interp_poly 3934 3860 0 0 0.562 3888 3832 0 0 0.562 3934 3860 0 0 0.562 2 interp_poly 61 -16 -47 -21 3919 4355 3 MP PP 3919 4355 0 0 0.562 3872 4334 0 0 0.562 3919 4355 0 0 0.562 2 interp_poly 3872 4334 0 0 0.562 3933 4318 0 0 0.562 3872 4334 0 0 0.562 2 interp_poly -47 -21 61 -16 3872 4334 3 MP PP 3872 4334 0 0 0.562 3933 4318 0 0 0.562 3872 4334 0 0 0.562 2 interp_poly 3933 4318 0 0 0.562 3886 4297 0 0 0.562 3933 4318 0 0 0.562 2 interp_poly 60 -27 -46 -111 3916 3635 3 MP PP 3916 3635 0 0 0.812 3870 3524 0 0 0.938 3916 3635 0 0 0.812 2 interp_poly 3870 3524 0 0 0.938 3930 3497 0 0 1 3870 3524 0 0 0.938 2 interp_poly -46 -168 60 -27 3870 3524 3 MP PP 3870 3524 0 0 0.938 3930 3497 0 0 1 3870 3524 0 0 0.938 2 interp_poly 3930 3497 0 0 1 3884 3329 0 0.25 1 3930 3497 0 0 1 2 interp_poly 61 -17 -47 -22 3915 4222 3 MP PP 3915 4222 0 0 0.562 3868 4200 0 0 0.562 3915 4222 0 0 0.562 2 interp_poly 3868 4200 0 0 0.562 3929 4183 0 0 0.562 3868 4200 0 0 0.562 2 interp_poly -47 -22 61 -17 3868 4200 3 MP PP 3868 4200 0 0 0.562 3929 4183 0 0 0.562 3868 4200 0 0 0.562 2 interp_poly 3929 4183 0 0 0.562 3882 4161 0 0 0.562 3929 4183 0 0 0.562 2 interp_poly -47 584 61 -121 3833 2070 3 MP PP 3833 2070 1 0.75 0 3894 1949 1 0.562 0 3833 2070 1 0.75 0 2 interp_poly 3894 1949 1 0.562 0 3847 2533 0.375 1 0.688 3894 1949 1 0.562 0 2 interp_poly -47 457 61 -12 3847 2533 3 MP PP 3847 2533 0.375 1 0.688 3908 2521 0.375 1 0.688 3847 2533 0.375 1 0.688 2 interp_poly 3908 2521 0.375 1 0.688 3861 2978 0 0.5 1 3908 2521 0.375 1 0.688 2 interp_poly 61 -12 -47 584 3894 1949 3 MP PP 3894 1949 1 0.562 0 3847 2533 0.375 1 0.688 3894 1949 1 0.562 0 2 interp_poly 3847 2533 0.375 1 0.688 3908 2521 0.375 1 0.688 3847 2533 0.375 1 0.688 2 interp_poly 61 -176 -47 -408 3912 2697 3 MP PP 3912 2697 0.312 1 0.75 3865 2289 1 1 0.0625 3912 2697 0.312 1 0.75 2 interp_poly 3865 2289 1 1 0.0625 3926 2113 1 0.75 0 3865 2289 1 1 0.0625 2 interp_poly 61 -121 -46 225 3879 1845 3 MP PP 3879 1845 1 0.312 0 3833 2070 1 0.75 0 3879 1845 1 0.312 0 2 interp_poly 3833 2070 1 0.75 0 3894 1949 1 0.562 0 3833 2070 1 0.75 0 2 interp_poly -47 -268 61 -176 3865 2289 3 MP PP 3865 2289 1 1 0.0625 3926 2113 1 0.75 0 3865 2289 1 1 0.0625 2 interp_poly 3926 2113 1 0.75 0 3879 1845 1 0.312 0 3926 2113 1 0.75 0 2 interp_poly 61 -15 -46 -25 3910 4080 3 MP PP 3910 4080 0 0 0.562 3864 4055 0 0 0.562 3910 4080 0 0 0.562 2 interp_poly 3864 4055 0 0 0.562 3925 4040 0 0 0.562 3864 4055 0 0 0.562 2 interp_poly -47 -24 61 -15 3864 4055 3 MP PP 3864 4055 0 0 0.562 3925 4040 0 0 0.562 3864 4055 0 0 0.562 2 interp_poly 3925 4040 0 0 0.562 3878 4016 0 0 0.562 3925 4040 0 0 0.562 2 interp_poly 60 -17 -46 -19 3906 3946 3 MP PP 3906 3946 0 0 0.562 3860 3927 0 0 0.562 3906 3946 0 0 0.562 2 interp_poly 3860 3927 0 0 0.562 3920 3910 0 0 0.562 3860 3927 0 0 0.562 2 interp_poly -46 -20 60 -17 3860 3927 3 MP PP 3860 3927 0 0 0.562 3920 3910 0 0 0.562 3860 3927 0 0 0.562 2 interp_poly 3920 3910 0 0 0.562 3874 3890 0 0 0.562 3920 3910 0 0 0.562 2 interp_poly 61 -16 -47 -21 3905 4392 3 MP PP 3905 4392 0 0 0.562 3858 4371 0 0 0.562 3905 4392 0 0 0.562 2 interp_poly 3858 4371 0 0 0.562 3919 4355 0 0 0.562 3858 4371 0 0 0.562 2 interp_poly -47 -21 61 -16 3858 4371 3 MP PP 3858 4371 0 0 0.562 3919 4355 0 0 0.562 3858 4371 0 0 0.562 2 interp_poly 3919 4355 0 0 0.562 3872 4334 0 0 0.562 3919 4355 0 0 0.562 2 interp_poly 60 -46 -46 -67 3902 3748 3 MP PP 3902 3748 0 0 0.688 3856 3681 0 0 0.75 3902 3748 0 0 0.688 2 interp_poly 3856 3681 0 0 0.75 3916 3635 0 0 0.812 3856 3681 0 0 0.75 2 interp_poly -46 -111 60 -46 3856 3681 3 MP PP 3856 3681 0 0 0.75 3916 3635 0 0 0.812 3856 3681 0 0 0.75 2 interp_poly 3916 3635 0 0 0.812 3870 3524 0 0 0.938 3916 3635 0 0 0.812 2 interp_poly 61 -16 -47 -21 3901 4259 3 MP PP 3901 4259 0 0 0.562 3854 4238 0 0 0.562 3901 4259 0 0 0.562 2 interp_poly 3854 4238 0 0 0.562 3915 4222 0 0 0.562 3854 4238 0 0 0.562 2 interp_poly -47 -22 61 -16 3854 4238 3 MP PP 3854 4238 0 0 0.562 3915 4222 0 0 0.562 3854 4238 0 0 0.562 2 interp_poly 3915 4222 0 0 0.562 3868 4200 0 0 0.562 3915 4222 0 0 0.562 2 interp_poly -47 -22 61 -16 3751 2907 3 MP PP 3751 2907 0 0 0.562 3812 2891 0 0 0.562 3751 2907 0 0 0.562 2 interp_poly 3812 2891 0 0 0.562 3765 2869 0 0 0.562 3812 2891 0 0 0.562 2 interp_poly 61 -16 -47 -21 3798 2928 3 MP PP 3798 2928 0 0 0.562 3751 2907 0 0 0.562 3798 2928 0 0 0.562 2 interp_poly 3751 2907 0 0 0.562 3812 2891 0 0 0.562 3751 2907 0 0 0.562 2 interp_poly -46 -21 61 -16 3765 2869 3 MP PP 3765 2869 0 0 0.562 3826 2853 0 0 0.562 3765 2869 0 0 0.562 2 interp_poly 3826 2853 0 0 0.562 3780 2832 0 0 0.562 3826 2853 0 0 0.562 2 interp_poly 61 -16 -47 -22 3812 2891 3 MP PP 3812 2891 0 0 0.562 3765 2869 0 0 0.562 3812 2891 0 0 0.562 2 interp_poly 3765 2869 0 0 0.562 3826 2853 0 0 0.562 3765 2869 0 0 0.562 2 interp_poly -46 -21 60 -16 3770 3003 3 MP PP 3770 3003 0 0 0.562 3830 2987 0 0 0.562 3770 3003 0 0 0.562 2 interp_poly 3830 2987 0 0 0.562 3784 2966 0 0 0.562 3830 2987 0 0 0.562 2 interp_poly 60 -16 -46 -21 3816 3024 3 MP PP 3816 3024 0 0 0.562 3770 3003 0 0 0.562 3816 3024 0 0 0.562 2 interp_poly 3770 3003 0 0 0.562 3830 2987 0 0 0.562 3770 3003 0 0 0.562 2 interp_poly -46 -21 60 -17 3780 2832 3 MP PP 3780 2832 0 0 0.562 3840 2815 0 0 0.562 3780 2832 0 0 0.562 2 interp_poly 3840 2815 0 0 0.562 3794 2794 0 0 0.562 3840 2815 0 0 0.562 2 interp_poly 60 -17 -46 -21 3826 2853 3 MP PP 3826 2853 0 0 0.562 3780 2832 0 0 0.562 3826 2853 0 0 0.562 2 interp_poly 3780 2832 0 0 0.562 3840 2815 0 0 0.562 3780 2832 0 0 0.562 2 interp_poly -46 -21 60 -17 3784 2966 3 MP PP 3784 2966 0 0 0.562 3844 2949 0 0 0.562 3784 2966 0 0 0.562 2 interp_poly 3844 2949 0 0 0.562 3798 2928 0 0 0.562 3844 2949 0 0 0.562 2 interp_poly 60 -17 -46 -21 3830 2987 3 MP PP 3830 2987 0 0 0.562 3784 2966 0 0 0.562 3830 2987 0 0 0.562 2 interp_poly 3784 2966 0 0 0.562 3844 2949 0 0 0.562 3784 2966 0 0 0.562 2 interp_poly 60 -16 -46 -21 3840 2815 3 MP PP 3840 2815 0 0 0.562 3794 2794 0 0 0.562 3840 2815 0 0 0.562 2 interp_poly 3794 2794 0 0 0.562 3854 2778 0 0 0.562 3794 2794 0 0 0.562 2 interp_poly -46 -21 60 -16 3798 2928 3 MP PP 3798 2928 0 0 0.562 3858 2912 0 0 0.562 3798 2928 0 0 0.562 2 interp_poly 3858 2912 0 0 0.562 3812 2891 0 0 0.562 3858 2912 0 0 0.562 2 interp_poly 60 -16 -46 -21 3844 2949 3 MP PP 3844 2949 0 0 0.562 3798 2928 0 0 0.562 3844 2949 0 0 0.562 2 interp_poly 3798 2928 0 0 0.562 3858 2912 0 0 0.562 3798 2928 0 0 0.562 2 interp_poly 60 -29 -46 474 3847 2533 3 MP PP 3847 2533 0.375 1 0.688 3801 3007 0 0.438 1 3847 2533 0.375 1 0.688 2 interp_poly 3801 3007 0 0.438 1 3861 2978 0 0.5 1 3801 3007 0 0.438 1 2 interp_poly 61 -54 -47 -329 3898 3080 3 MP PP 3898 3080 0 0.625 1 3851 2751 0.25 1 0.812 3898 3080 0 0.625 1 2 interp_poly 3851 2751 0.25 1 0.812 3912 2697 0.312 1 0.75 3851 2751 0.25 1 0.812 2 interp_poly -47 -408 61 -54 3851 2751 3 MP PP 3851 2751 0.25 1 0.812 3912 2697 0.312 1 0.75 3851 2751 0.25 1 0.812 2 interp_poly 3912 2697 0.312 1 0.75 3865 2289 1 1 0.0625 3912 2697 0.312 1 0.75 2 interp_poly 60 -17 -46 -24 3896 4121 3 MP PP 3896 4121 0 0 0.562 3850 4097 0 0 0.562 3896 4121 0 0 0.562 2 interp_poly 3850 4097 0 0 0.562 3910 4080 0 0 0.562 3850 4097 0 0 0.562 2 interp_poly -46 -25 60 -17 3850 4097 3 MP PP 3850 4097 0 0 0.562 3910 4080 0 0 0.562 3850 4097 0 0 0.562 2 interp_poly 3910 4080 0 0 0.562 3864 4055 0 0 0.562 3910 4080 0 0 0.562 2 interp_poly 60 -11 -46 -22 3892 3979 3 MP PP 3892 3979 0 0 0.562 3846 3957 0 0 0.562 3892 3979 0 0 0.562 2 interp_poly 3846 3957 0 0 0.562 3906 3946 0 0 0.562 3846 3957 0 0 0.562 2 interp_poly -46 -19 60 -11 3846 3957 3 MP PP 3846 3957 0 0 0.562 3906 3946 0 0 0.562 3846 3957 0 0 0.562 2 interp_poly 3906 3946 0 0 0.562 3860 3927 0 0 0.562 3906 3946 0 0 0.562 2 interp_poly 61 -16 -47 -21 3891 4429 3 MP PP 3891 4429 0 0 0.562 3844 4408 0 0 0.562 3891 4429 0 0 0.562 2 interp_poly 3844 4408 0 0 0.562 3905 4392 0 0 0.562 3844 4408 0 0 0.562 2 interp_poly -47 -21 61 -16 3844 4408 3 MP PP 3844 4408 0 0 0.562 3905 4392 0 0 0.562 3844 4408 0 0 0.562 2 interp_poly 3905 4392 0 0 0.562 3858 4371 0 0 0.562 3905 4392 0 0 0.562 2 interp_poly 61 -48 -47 -36 3888 3832 3 MP PP 3888 3832 0 0 0.562 3841 3796 0 0 0.625 3888 3832 0 0 0.562 2 interp_poly 3841 3796 0 0 0.625 3902 3748 0 0 0.688 3841 3796 0 0 0.625 2 interp_poly -46 -67 61 -48 3841 3796 3 MP PP 3841 3796 0 0 0.625 3902 3748 0 0 0.688 3841 3796 0 0 0.625 2 interp_poly 3902 3748 0 0 0.688 3856 3681 0 0 0.75 3902 3748 0 0 0.688 2 interp_poly 61 -16 -46 -22 3886 4297 3 MP PP 3886 4297 0 0 0.562 3840 4275 0 0 0.562 3886 4297 0 0 0.562 2 interp_poly 3840 4275 0 0 0.562 3901 4259 0 0 0.562 3840 4275 0 0 0.562 2 interp_poly -47 -21 61 -16 3840 4275 3 MP PP 3840 4275 0 0 0.562 3901 4259 0 0 0.562 3840 4275 0 0 0.562 2 interp_poly 3901 4259 0 0 0.562 3854 4238 0 0 0.562 3901 4259 0 0 0.562 2 interp_poly 61 -17 -46 -21 3834 3120 3 MP PP 3834 3120 0 0 0.562 3788 3099 0 0 0.562 3834 3120 0 0 0.562 2 interp_poly 3788 3099 0 0 0.562 3849 3082 0 0 0.562 3788 3099 0 0 0.562 2 interp_poly -46 -21 60 -17 3756 3041 3 MP PP 3756 3041 0 0 0.562 3816 3024 0 0 0.562 3756 3041 0 0 0.562 2 interp_poly 3816 3024 0 0 0.562 3770 3003 0 0 0.562 3816 3024 0 0 0.562 2 interp_poly 60 -17 -46 -20 3802 3061 3 MP PP 3802 3061 0 0 0.562 3756 3041 0 0 0.562 3802 3061 0 0 0.562 2 interp_poly 3756 3041 0 0 0.562 3816 3024 0 0 0.562 3756 3041 0 0 0.562 2 interp_poly -46 -21 60 -14 3760 3170 3 MP PP 3760 3170 0 0 0.562 3820 3156 0 0 0.562 3760 3170 0 0 0.562 2 interp_poly 3820 3156 0 0 0.562 3774 3135 0 0 0.562 3820 3156 0 0 0.562 2 interp_poly 60 -14 -46 -20 3806 3190 3 MP PP 3806 3190 0 0 0.562 3760 3170 0 0 0.562 3806 3190 0 0 0.562 2 interp_poly 3760 3170 0 0 0.562 3820 3156 0 0 0.562 3760 3170 0 0 0.562 2 interp_poly -46 -21 60 -15 3774 3135 3 MP PP 3774 3135 0 0 0.562 3834 3120 0 0 0.562 3774 3135 0 0 0.562 2 interp_poly 3834 3120 0 0 0.562 3788 3099 0 0 0.562 3834 3120 0 0 0.562 2 interp_poly 60 -15 -46 -21 3820 3156 3 MP PP 3820 3156 0 0 0.562 3774 3135 0 0 0.562 3820 3156 0 0 0.562 2 interp_poly 3774 3135 0 0 0.562 3834 3120 0 0 0.562 3774 3135 0 0 0.562 2 interp_poly -47 -16 61 -11 3778 3246 3 MP PP 3778 3246 0 0 0.562 3839 3235 0 0 0.562 3778 3246 0 0 0.562 2 interp_poly 3839 3235 0 0 0.562 3792 3219 0 0 0.562 3839 3235 0 0 0.562 2 interp_poly -47 -21 61 -17 3788 3099 3 MP PP 3788 3099 0 0 0.562 3849 3082 0 0 0.562 3788 3099 0 0 0.562 2 interp_poly 3849 3082 0 0 0.562 3802 3061 0 0 0.562 3849 3082 0 0 0.562 2 interp_poly -47 -19 61 -10 3792 3219 3 MP PP 3792 3219 0 0 0.562 3853 3209 0 0 0.562 3792 3219 0 0 0.562 2 interp_poly 3853 3209 0 0 0.562 3806 3190 0 0 0.562 3853 3209 0 0 0.562 2 interp_poly 61 -10 -47 -16 3839 3235 3 MP PP 3839 3235 0 0 0.562 3792 3219 0 0 0.562 3839 3235 0 0 0.562 2 interp_poly 3792 3219 0 0 0.562 3853 3209 0 0 0.562 3792 3219 0 0 0.562 2 interp_poly -47 -21 61 -16 3802 3061 3 MP PP 3802 3061 0 0 0.562 3863 3045 0 0 0.562 3802 3061 0 0 0.562 2 interp_poly 3863 3045 0 0 0.562 3816 3024 0 0 0.562 3863 3045 0 0 0.562 2 interp_poly 61 -16 -47 -21 3849 3082 3 MP PP 3849 3082 0 0 0.562 3802 3061 0 0 0.562 3849 3082 0 0 0.562 2 interp_poly 3802 3061 0 0 0.562 3863 3045 0 0 0.562 3802 3061 0 0 0.562 2 interp_poly -47 -21 61 -13 3806 3190 3 MP PP 3806 3190 0 0 0.562 3867 3177 0 0 0.562 3806 3190 0 0 0.562 2 interp_poly 3867 3177 0 0 0.562 3820 3156 0 0 0.562 3867 3177 0 0 0.562 2 interp_poly 61 -13 -47 -19 3853 3209 3 MP PP 3853 3209 0 0 0.562 3806 3190 0 0 0.562 3853 3209 0 0 0.562 2 interp_poly 3806 3190 0 0 0.562 3867 3177 0 0 0.562 3806 3190 0 0 0.562 2 interp_poly -46 259 60 -29 3801 3007 3 MP PP 3801 3007 0 0.438 1 3861 2978 0 0.5 1 3801 3007 0 0.438 1 2 interp_poly 3861 2978 0 0.5 1 3815 3237 0 0 0.938 3861 2978 0 0.5 1 2 interp_poly -47 -9 61 -17 3764 3272 3 MP PP 3764 3272 0 0 0.625 3825 3255 0 0 0.625 3764 3272 0 0 0.625 2 interp_poly 3825 3255 0 0 0.625 3778 3246 0 0 0.562 3825 3255 0 0 0.625 2 interp_poly 61 -17 -46 -2 3810 3274 3 MP PP 3810 3274 0 0 0.625 3764 3272 0 0 0.625 3810 3274 0 0 0.625 2 interp_poly 3764 3272 0 0 0.625 3825 3255 0 0 0.625 3764 3272 0 0 0.625 2 interp_poly 61 -11 -47 -9 3825 3255 3 MP PP 3825 3255 0 0 0.625 3778 3246 0 0 0.562 3825 3255 0 0 0.625 2 interp_poly 3778 3246 0 0 0.562 3839 3235 0 0 0.562 3778 3246 0 0 0.562 2 interp_poly -47 27 61 -62 3782 3334 3 MP PP 3782 3334 0 0 0.688 3843 3272 0 0 0.75 3782 3334 0 0 0.688 2 interp_poly 3843 3272 0 0 0.75 3796 3299 0 0 0.688 3843 3272 0 0 0.75 2 interp_poly -46 125 60 -80 3815 3237 3 MP PP 3815 3237 0 0 0.938 3875 3157 0 0.0625 1 3815 3237 0 0 0.938 2 interp_poly 3875 3157 0 0.0625 1 3829 3282 0 0 0.812 3875 3157 0 0.0625 1 2 interp_poly 60 -80 -46 259 3861 2978 3 MP PP 3861 2978 0 0.5 1 3815 3237 0 0 0.938 3861 2978 0 0.5 1 2 interp_poly 3815 3237 0 0 0.938 3875 3157 0 0.0625 1 3815 3237 0 0 0.938 2 interp_poly -46 64 60 -74 3829 3282 3 MP PP 3829 3282 0 0 0.812 3889 3208 0 0 0.938 3829 3282 0 0 0.812 2 interp_poly 3889 3208 0 0 0.938 3843 3272 0 0 0.75 3889 3208 0 0 0.938 2 interp_poly 60 -74 -46 125 3875 3157 3 MP PP 3875 3157 0 0.0625 1 3829 3282 0 0 0.812 3875 3157 0 0.0625 1 2 interp_poly 3829 3282 0 0 0.812 3889 3208 0 0 0.938 3829 3282 0 0 0.812 2 interp_poly 61 -8 -47 -241 3884 3329 3 MP PP 3884 3329 0 0.25 1 3837 3088 0 0.688 1 3884 3329 0 0.25 1 2 interp_poly 3837 3088 0 0.688 1 3898 3080 0 0.625 1 3837 3088 0 0.688 1 2 interp_poly -47 -329 61 -8 3837 3088 3 MP PP 3837 3088 0 0.688 1 3898 3080 0 0.625 1 3837 3088 0 0.688 1 2 interp_poly 3898 3080 0 0.625 1 3851 2751 0.25 1 0.812 3898 3080 0 0.625 1 2 interp_poly 60 -17 -46 -23 3882 4161 3 MP PP 3882 4161 0 0 0.562 3836 4138 0 0 0.562 3882 4161 0 0 0.562 2 interp_poly 3836 4138 0 0 0.562 3896 4121 0 0 0.562 3836 4138 0 0 0.562 2 interp_poly -46 -24 60 -17 3836 4138 3 MP PP 3836 4138 0 0 0.562 3896 4121 0 0 0.562 3836 4138 0 0 0.562 2 interp_poly 3896 4121 0 0 0.562 3850 4097 0 0 0.562 3896 4121 0 0 0.562 2 interp_poly 60 -12 -46 -25 3878 4016 3 MP PP 3878 4016 0 0 0.562 3832 3991 0 0 0.562 3878 4016 0 0 0.562 2 interp_poly 3832 3991 0 0 0.562 3892 3979 0 0 0.562 3832 3991 0 0 0.562 2 interp_poly -46 -22 60 -12 3832 3991 3 MP PP 3832 3991 0 0 0.562 3892 3979 0 0 0.562 3832 3991 0 0 0.562 2 interp_poly 3892 3979 0 0 0.562 3846 3957 0 0 0.562 3892 3979 0 0 0.562 2 interp_poly -47 -21 61 -16 3830 4445 3 MP PP 3830 4445 0 0 0.562 3891 4429 0 0 0.562 3830 4445 0 0 0.562 2 interp_poly 3891 4429 0 0 0.562 3844 4408 0 0 0.562 3891 4429 0 0 0.562 2 interp_poly 61 -36 -47 -22 3874 3890 3 MP PP 3874 3890 0 0 0.562 3827 3868 0 0 0.562 3874 3890 0 0 0.562 2 interp_poly 3827 3868 0 0 0.562 3888 3832 0 0 0.562 3827 3868 0 0 0.562 2 interp_poly -47 -36 61 -36 3827 3868 3 MP PP 3827 3868 0 0 0.562 3888 3832 0 0 0.562 3827 3868 0 0 0.562 2 interp_poly 3888 3832 0 0 0.562 3841 3796 0 0 0.625 3888 3832 0 0 0.562 2 interp_poly 60 -15 -46 -22 3872 4334 3 MP PP 3872 4334 0 0 0.562 3826 4312 0 0 0.562 3872 4334 0 0 0.562 2 interp_poly 3826 4312 0 0 0.562 3886 4297 0 0 0.562 3826 4312 0 0 0.562 2 interp_poly -46 -22 60 -15 3826 4312 3 MP PP 3826 4312 0 0 0.562 3886 4297 0 0 0.562 3826 4312 0 0 0.562 2 interp_poly 3886 4297 0 0 0.562 3840 4275 0 0 0.562 3886 4297 0 0 0.562 2 interp_poly 61 -26 -47 -169 3870 3524 3 MP PP 3870 3524 0 0 0.938 3823 3355 0 0.25 1 3870 3524 0 0 0.938 2 interp_poly 3823 3355 0 0.25 1 3884 3329 0 0.25 1 3823 3355 0 0.25 1 2 interp_poly 61 -62 -47 52 3829 3282 3 MP PP 3829 3282 0 0 0.812 3782 3334 0 0 0.688 3829 3282 0 0 0.812 2 interp_poly 3782 3334 0 0 0.688 3843 3272 0 0 0.75 3782 3334 0 0 0.688 2 interp_poly -47 52 61 -70 3768 3352 3 MP PP 3768 3352 0 0 0.688 3829 3282 0 0 0.812 3768 3352 0 0 0.688 2 interp_poly 3829 3282 0 0 0.812 3782 3334 0 0 0.688 3829 3282 0 0 0.812 2 interp_poly -46 14 60 -56 3722 3390 3 MP PP 3722 3390 0 0 0.625 3782 3334 0 0 0.688 3722 3390 0 0 0.625 2 interp_poly 3782 3334 0 0 0.688 3736 3348 0 0 0.625 3782 3334 0 0 0.688 2 interp_poly 60 -56 -46 38 3768 3352 3 MP PP 3768 3352 0 0 0.688 3722 3390 0 0 0.625 3768 3352 0 0 0.688 2 interp_poly 3722 3390 0 0 0.625 3782 3334 0 0 0.688 3722 3390 0 0 0.625 2 interp_poly -46 6 60 -49 3736 3348 3 MP PP 3736 3348 0 0 0.625 3796 3299 0 0 0.688 3736 3348 0 0 0.625 2 interp_poly 3796 3299 0 0 0.688 3750 3305 0 0 0.625 3796 3299 0 0 0.688 2 interp_poly 60 -49 -46 14 3782 3334 3 MP PP 3782 3334 0 0 0.688 3736 3348 0 0 0.625 3782 3334 0 0 0.688 2 interp_poly 3736 3348 0 0 0.625 3796 3299 0 0 0.688 3736 3348 0 0 0.625 2 interp_poly -46 -2 60 -31 3750 3305 3 MP PP 3750 3305 0 0 0.625 3810 3274 0 0 0.625 3750 3305 0 0 0.625 2 interp_poly 3810 3274 0 0 0.625 3764 3272 0 0 0.625 3810 3274 0 0 0.625 2 interp_poly 60 -31 -46 6 3796 3299 3 MP PP 3796 3299 0 0 0.688 3750 3305 0 0 0.625 3796 3299 0 0 0.688 2 interp_poly 3750 3305 0 0 0.625 3810 3274 0 0 0.625 3750 3305 0 0 0.625 2 interp_poly 61 -70 -47 115 3815 3237 3 MP PP 3815 3237 0 0 0.938 3768 3352 0 0 0.688 3815 3237 0 0 0.938 2 interp_poly 3768 3352 0 0 0.688 3829 3282 0 0 0.812 3768 3352 0 0 0.688 2 interp_poly -47 -241 61 -26 3823 3355 3 MP PP 3823 3355 0 0.25 1 3884 3329 0 0.25 1 3823 3355 0 0.25 1 2 interp_poly 3884 3329 0 0.25 1 3837 3088 0 0.688 1 3884 3329 0 0.25 1 2 interp_poly 60 -17 -46 -22 3868 4200 3 MP PP 3868 4200 0 0 0.562 3822 4178 0 0 0.562 3868 4200 0 0 0.562 2 interp_poly 3822 4178 0 0 0.562 3882 4161 0 0 0.562 3822 4178 0 0 0.562 2 interp_poly -46 -23 60 -17 3822 4178 3 MP PP 3822 4178 0 0 0.562 3882 4161 0 0 0.562 3822 4178 0 0 0.562 2 interp_poly 3882 4161 0 0 0.562 3836 4138 0 0 0.562 3882 4161 0 0 0.562 2 interp_poly -47 492 61 -176 3772 2246 3 MP PP 3772 2246 1 1 0.0625 3833 2070 1 0.75 0 3772 2246 1 1 0.0625 2 interp_poly 3833 2070 1 0.75 0 3786 2562 0.375 1 0.688 3833 2070 1 0.75 0 2 interp_poly 61 -176 -47 154 3819 2092 3 MP PP 3819 2092 1 0.75 0 3772 2246 1 1 0.0625 3819 2092 1 0.75 0 2 interp_poly 3772 2246 1 1 0.0625 3833 2070 1 0.75 0 3772 2246 1 1 0.0625 2 interp_poly 61 -29 -47 492 3833 2070 3 MP PP 3833 2070 1 0.75 0 3786 2562 0.375 1 0.688 3833 2070 1 0.75 0 2 interp_poly 3786 2562 0.375 1 0.688 3847 2533 0.375 1 0.688 3786 2562 0.375 1 0.688 2 interp_poly -46 225 60 -247 3819 2092 3 MP PP 3819 2092 1 0.75 0 3879 1845 1 0.312 0 3819 2092 1 0.75 0 2 interp_poly 3879 1845 1 0.312 0 3833 2070 1 0.75 0 3879 1845 1 0.312 0 2 interp_poly 60 -247 -46 -197 3865 2289 3 MP PP 3865 2289 1 1 0.0625 3819 2092 1 0.75 0 3865 2289 1 1 0.0625 2 interp_poly 3819 2092 1 0.75 0 3879 1845 1 0.312 0 3819 2092 1 0.75 0 2 interp_poly 61 -14 -47 -25 3864 4055 3 MP PP 3864 4055 0 0 0.562 3817 4030 0 0 0.562 3864 4055 0 0 0.562 2 interp_poly 3817 4030 0 0 0.562 3878 4016 0 0 0.562 3817 4030 0 0 0.562 2 interp_poly -46 -25 61 -14 3817 4030 3 MP PP 3817 4030 0 0 0.562 3878 4016 0 0 0.562 3817 4030 0 0 0.562 2 interp_poly 3878 4016 0 0 0.562 3832 3991 0 0 0.562 3878 4016 0 0 0.562 2 interp_poly 61 -18 -47 -19 3860 3927 3 MP PP 3860 3927 0 0 0.562 3813 3908 0 0 0.562 3860 3927 0 0 0.562 2 interp_poly 3813 3908 0 0 0.562 3874 3890 0 0 0.562 3813 3908 0 0 0.562 2 interp_poly -47 -22 61 -18 3813 3908 3 MP PP 3813 3908 0 0 0.562 3874 3890 0 0 0.562 3813 3908 0 0 0.562 2 interp_poly 3874 3890 0 0 0.562 3827 3868 0 0 0.562 3874 3890 0 0 0.562 2 interp_poly 60 -16 -46 -21 3858 4371 3 MP PP 3858 4371 0 0 0.562 3812 4350 0 0 0.562 3858 4371 0 0 0.562 2 interp_poly 3812 4350 0 0 0.562 3872 4334 0 0 0.562 3812 4350 0 0 0.562 2 interp_poly -46 -22 60 -16 3812 4350 3 MP PP 3812 4350 0 0 0.562 3872 4334 0 0 0.562 3812 4350 0 0 0.562 2 interp_poly 3872 4334 0 0 0.562 3826 4312 0 0 0.562 3872 4334 0 0 0.562 2 interp_poly 61 -53 -47 -104 3856 3681 3 MP PP 3856 3681 0 0 0.75 3809 3577 0 0 0.875 3856 3681 0 0 0.75 2 interp_poly 3809 3577 0 0 0.875 3870 3524 0 0 0.938 3809 3577 0 0 0.875 2 interp_poly -47 -169 61 -53 3809 3577 3 MP PP 3809 3577 0 0 0.875 3870 3524 0 0 0.938 3809 3577 0 0 0.875 2 interp_poly 3870 3524 0 0 0.938 3823 3355 0 0.25 1 3870 3524 0 0 0.938 2 interp_poly 60 -16 -46 -22 3854 4238 3 MP PP 3854 4238 0 0 0.562 3808 4216 0 0 0.562 3854 4238 0 0 0.562 2 interp_poly 3808 4216 0 0 0.562 3868 4200 0 0 0.562 3808 4216 0 0 0.562 2 interp_poly -46 -22 60 -16 3808 4216 3 MP PP 3808 4216 0 0 0.562 3868 4200 0 0 0.562 3808 4216 0 0 0.562 2 interp_poly 3868 4200 0 0 0.562 3822 4178 0 0 0.562 3868 4200 0 0 0.562 2 interp_poly -46 474 61 -29 3786 2562 3 MP PP 3786 2562 0.375 1 0.688 3847 2533 0.375 1 0.688 3786 2562 0.375 1 0.688 2 interp_poly 3847 2533 0.375 1 0.688 3801 3007 0 0.438 1 3847 2533 0.375 1 0.688 2 interp_poly 60 -144 -46 -318 3851 2751 3 MP PP 3851 2751 0.25 1 0.812 3805 2433 0.75 1 0.312 3851 2751 0.25 1 0.812 2 interp_poly 3805 2433 0.75 1 0.312 3865 2289 1 1 0.0625 3805 2433 0.75 1 0.312 2 interp_poly -46 -197 60 -144 3805 2433 3 MP PP 3805 2433 0.75 1 0.312 3865 2289 1 1 0.0625 3805 2433 0.75 1 0.312 2 interp_poly 3865 2289 1 1 0.0625 3819 2092 1 0.75 0 3865 2289 1 1 0.0625 2 interp_poly 61 -17 -47 -25 3850 4097 3 MP PP 3850 4097 0 0 0.562 3803 4072 0 0 0.562 3850 4097 0 0 0.562 2 interp_poly 3803 4072 0 0 0.562 3864 4055 0 0 0.562 3803 4072 0 0 0.562 2 interp_poly -47 -25 61 -17 3803 4072 3 MP PP 3803 4072 0 0 0.562 3864 4055 0 0 0.562 3803 4072 0 0 0.562 2 interp_poly 3864 4055 0 0 0.562 3817 4030 0 0 0.562 3864 4055 0 0 0.562 2 interp_poly 61 -9 -47 -21 3846 3957 3 MP PP 3846 3957 0 0 0.562 3799 3936 0 0 0.562 3846 3957 0 0 0.562 2 interp_poly 3799 3936 0 0 0.562 3860 3927 0 0 0.562 3799 3936 0 0 0.562 2 interp_poly -47 -19 61 -9 3799 3936 3 MP PP 3799 3936 0 0 0.562 3860 3927 0 0 0.562 3799 3936 0 0 0.562 2 interp_poly 3860 3927 0 0 0.562 3813 3908 0 0 0.562 3860 3927 0 0 0.562 2 interp_poly 60 -16 -46 -21 3844 4408 3 MP PP 3844 4408 0 0 0.562 3798 4387 0 0 0.562 3844 4408 0 0 0.562 2 interp_poly 3798 4387 0 0 0.562 3858 4371 0 0 0.562 3798 4387 0 0 0.562 2 interp_poly -46 -21 60 -16 3798 4387 3 MP PP 3798 4387 0 0 0.562 3858 4371 0 0 0.562 3798 4387 0 0 0.562 2 interp_poly 3858 4371 0 0 0.562 3812 4350 0 0 0.562 3858 4371 0 0 0.562 2 interp_poly 61 -59 -46 -56 3841 3796 3 MP PP 3841 3796 0 0 0.625 3795 3740 0 0 0.688 3841 3796 0 0 0.625 2 interp_poly 3795 3740 0 0 0.688 3856 3681 0 0 0.75 3795 3740 0 0 0.688 2 interp_poly -47 -104 61 -59 3795 3740 3 MP PP 3795 3740 0 0 0.688 3856 3681 0 0 0.75 3795 3740 0 0 0.688 2 interp_poly 3856 3681 0 0 0.75 3809 3577 0 0 0.875 3856 3681 0 0 0.75 2 interp_poly 61 -15 -47 -22 3840 4275 3 MP PP 3840 4275 0 0 0.562 3793 4253 0 0 0.562 3840 4275 0 0 0.562 2 interp_poly 3793 4253 0 0 0.562 3854 4238 0 0 0.562 3793 4253 0 0 0.562 2 interp_poly -46 -22 61 -15 3793 4253 3 MP PP 3793 4253 0 0 0.562 3854 4238 0 0 0.562 3793 4253 0 0 0.562 2 interp_poly 3854 4238 0 0 0.562 3808 4216 0 0 0.562 3854 4238 0 0 0.562 2 interp_poly 61 -16 -47 -22 3780 2832 3 MP PP 3780 2832 0 0 0.562 3733 2810 0 0 0.562 3780 2832 0 0 0.562 2 interp_poly 3733 2810 0 0 0.562 3794 2794 0 0 0.562 3733 2810 0 0 0.562 2 interp_poly -46 -21 60 -17 3691 2924 3 MP PP 3691 2924 0 0 0.562 3751 2907 0 0 0.562 3691 2924 0 0 0.562 2 interp_poly 3751 2907 0 0 0.562 3705 2886 0 0 0.562 3751 2907 0 0 0.562 2 interp_poly 60 -17 -46 -21 3737 2945 3 MP PP 3737 2945 0 0 0.562 3691 2924 0 0 0.562 3737 2945 0 0 0.562 2 interp_poly 3691 2924 0 0 0.562 3751 2907 0 0 0.562 3691 2924 0 0 0.562 2 interp_poly -46 -21 60 -17 3705 2886 3 MP PP 3705 2886 0 0 0.562 3765 2869 0 0 0.562 3705 2886 0 0 0.562 2 interp_poly 3765 2869 0 0 0.562 3719 2848 0 0 0.562 3765 2869 0 0 0.562 2 interp_poly 60 -17 -46 -21 3751 2907 3 MP PP 3751 2907 0 0 0.562 3705 2886 0 0 0.562 3751 2907 0 0 0.562 2 interp_poly 3705 2886 0 0 0.562 3765 2869 0 0 0.562 3705 2886 0 0 0.562 2 interp_poly -47 -22 61 -16 3719 2848 3 MP PP 3719 2848 0 0 0.562 3780 2832 0 0 0.562 3719 2848 0 0 0.562 2 interp_poly 3780 2832 0 0 0.562 3733 2810 0 0 0.562 3780 2832 0 0 0.562 2 interp_poly 61 -16 -46 -21 3765 2869 3 MP PP 3765 2869 0 0 0.562 3719 2848 0 0 0.562 3765 2869 0 0 0.562 2 interp_poly 3719 2848 0 0 0.562 3780 2832 0 0 0.562 3719 2848 0 0 0.562 2 interp_poly -47 -21 61 -16 3723 2982 3 MP PP 3723 2982 0 0 0.562 3784 2966 0 0 0.562 3723 2982 0 0 0.562 2 interp_poly 3784 2966 0 0 0.562 3737 2945 0 0 0.562 3784 2966 0 0 0.562 2 interp_poly 61 -16 -47 -21 3770 3003 3 MP PP 3770 3003 0 0 0.562 3723 2982 0 0 0.562 3770 3003 0 0 0.562 2 interp_poly 3723 2982 0 0 0.562 3784 2966 0 0 0.562 3723 2982 0 0 0.562 2 interp_poly -47 -21 61 -17 3737 2945 3 MP PP 3737 2945 0 0 0.562 3798 2928 0 0 0.562 3737 2945 0 0 0.562 2 interp_poly 3798 2928 0 0 0.562 3751 2907 0 0 0.562 3798 2928 0 0 0.562 2 interp_poly 61 -17 -47 -21 3784 2966 3 MP PP 3784 2966 0 0 0.562 3737 2945 0 0 0.562 3784 2966 0 0 0.562 2 interp_poly 3737 2945 0 0 0.562 3798 2928 0 0 0.562 3737 2945 0 0 0.562 2 interp_poly 61 20 -46 425 3786 2562 3 MP PP 3786 2562 0.375 1 0.688 3740 2987 0 0.5 1 3786 2562 0.375 1 0.688 2 interp_poly 3740 2987 0 0.5 1 3801 3007 0 0.438 1 3740 2987 0 0.5 1 2 interp_poly 60 -37 -46 -300 3837 3088 3 MP PP 3837 3088 0 0.688 1 3791 2788 0.188 1 0.875 3837 3088 0 0.688 1 2 interp_poly 3791 2788 0.188 1 0.875 3851 2751 0.25 1 0.812 3791 2788 0.188 1 0.875 2 interp_poly -46 -318 60 -37 3791 2788 3 MP PP 3791 2788 0.188 1 0.875 3851 2751 0.25 1 0.812 3791 2788 0.188 1 0.875 2 interp_poly 3851 2751 0.25 1 0.812 3805 2433 0.75 1 0.312 3851 2751 0.25 1 0.812 2 interp_poly 61 -18 -47 -23 3836 4138 3 MP PP 3836 4138 0 0 0.562 3789 4115 0 0 0.562 3836 4138 0 0 0.562 2 interp_poly 3789 4115 0 0 0.562 3850 4097 0 0 0.562 3789 4115 0 0 0.562 2 interp_poly -47 -25 61 -18 3789 4115 3 MP PP 3789 4115 0 0 0.562 3850 4097 0 0 0.562 3789 4115 0 0 0.562 2 interp_poly 3850 4097 0 0 0.562 3803 4072 0 0 0.562 3850 4097 0 0 0.562 2 interp_poly 61 -9 -47 -25 3832 3991 3 MP PP 3832 3991 0 0 0.562 3785 3966 0 0 0.562 3832 3991 0 0 0.562 2 interp_poly 3785 3966 0 0 0.562 3846 3957 0 0 0.562 3785 3966 0 0 0.562 2 interp_poly -47 -21 61 -9 3785 3966 3 MP PP 3785 3966 0 0 0.562 3846 3957 0 0 0.562 3785 3966 0 0 0.562 2 interp_poly 3846 3957 0 0 0.562 3799 3936 0 0 0.562 3846 3957 0 0 0.562 2 interp_poly 60 -16 -46 -21 3830 4445 3 MP PP 3830 4445 0 0 0.562 3784 4424 0 0 0.562 3830 4445 0 0 0.562 2 interp_poly 3784 4424 0 0 0.562 3844 4408 0 0 0.562 3784 4424 0 0 0.562 2 interp_poly -46 -21 60 -16 3784 4424 3 MP PP 3784 4424 0 0 0.562 3844 4408 0 0 0.562 3784 4424 0 0 0.562 2 interp_poly 3844 4408 0 0 0.562 3798 4387 0 0 0.562 3844 4408 0 0 0.562 2 interp_poly 60 -43 -46 -29 3827 3868 3 MP PP 3827 3868 0 0 0.562 3781 3839 0 0 0.562 3827 3868 0 0 0.562 2 interp_poly 3781 3839 0 0 0.562 3841 3796 0 0 0.625 3781 3839 0 0 0.562 2 interp_poly -46 -56 60 -43 3781 3839 3 MP PP 3781 3839 0 0 0.562 3841 3796 0 0 0.625 3781 3839 0 0 0.562 2 interp_poly 3841 3796 0 0 0.625 3795 3740 0 0 0.688 3841 3796 0 0 0.625 2 interp_poly 61 -16 -47 -21 3826 4312 3 MP PP 3826 4312 0 0 0.562 3779 4291 0 0 0.562 3826 4312 0 0 0.562 2 interp_poly 3779 4291 0 0 0.562 3840 4275 0 0 0.562 3779 4291 0 0 0.562 2 interp_poly -47 -22 61 -16 3779 4291 3 MP PP 3779 4291 0 0 0.562 3840 4275 0 0 0.562 3779 4291 0 0 0.562 2 interp_poly 3840 4275 0 0 0.562 3793 4253 0 0 0.562 3840 4275 0 0 0.562 2 interp_poly 61 -15 -47 -21 3774 3135 3 MP PP 3774 3135 0 0 0.562 3727 3114 0 0 0.562 3774 3135 0 0 0.562 2 interp_poly 3727 3114 0 0 0.562 3788 3099 0 0 0.562 3727 3114 0 0 0.562 2 interp_poly -47 -21 61 -16 3695 3057 3 MP PP 3695 3057 0 0 0.562 3756 3041 0 0 0.562 3695 3057 0 0 0.562 2 interp_poly 3756 3041 0 0 0.562 3709 3020 0 0 0.562 3756 3041 0 0 0.562 2 interp_poly 61 -16 -46 -21 3741 3078 3 MP PP 3741 3078 0 0 0.562 3695 3057 0 0 0.562 3741 3078 0 0 0.562 2 interp_poly 3695 3057 0 0 0.562 3756 3041 0 0 0.562 3695 3057 0 0 0.562 2 interp_poly -47 -20 61 -14 3699 3184 3 MP PP 3699 3184 0 0 0.562 3760 3170 0 0 0.562 3699 3184 0 0 0.562 2 interp_poly 3760 3170 0 0 0.562 3713 3150 0 0 0.562 3760 3170 0 0 0.562 2 interp_poly 61 -14 -47 -18 3746 3202 3 MP PP 3746 3202 0 0 0.562 3699 3184 0 0 0.562 3746 3202 0 0 0.562 2 interp_poly 3699 3184 0 0 0.562 3760 3170 0 0 0.562 3699 3184 0 0 0.562 2 interp_poly -47 -21 61 -17 3709 3020 3 MP PP 3709 3020 0 0 0.562 3770 3003 0 0 0.562 3709 3020 0 0 0.562 2 interp_poly 3770 3003 0 0 0.562 3723 2982 0 0 0.562 3770 3003 0 0 0.562 2 interp_poly 61 -17 -47 -21 3756 3041 3 MP PP 3756 3041 0 0 0.562 3709 3020 0 0 0.562 3756 3041 0 0 0.562 2 interp_poly 3709 3020 0 0 0.562 3770 3003 0 0 0.562 3709 3020 0 0 0.562 2 interp_poly -47 -21 61 -15 3713 3150 3 MP PP 3713 3150 0 0 0.562 3774 3135 0 0 0.562 3713 3150 0 0 0.562 2 interp_poly 3774 3135 0 0 0.562 3727 3114 0 0 0.562 3774 3135 0 0 0.562 2 interp_poly 61 -15 -47 -20 3760 3170 3 MP PP 3760 3170 0 0 0.562 3713 3150 0 0 0.562 3760 3170 0 0 0.562 2 interp_poly 3713 3150 0 0 0.562 3774 3135 0 0 0.562 3713 3150 0 0 0.562 2 interp_poly -46 -14 61 -17 3717 3263 3 MP PP 3717 3263 0 0 0.562 3778 3246 0 0 0.562 3717 3263 0 0 0.562 2 interp_poly 3778 3246 0 0 0.562 3732 3232 0 0 0.562 3778 3246 0 0 0.562 2 interp_poly 61 -17 -47 -9 3764 3272 3 MP PP 3764 3272 0 0 0.625 3717 3263 0 0 0.562 3764 3272 0 0 0.625 2 interp_poly 3717 3263 0 0 0.562 3778 3246 0 0 0.562 3717 3263 0 0 0.562 2 interp_poly -47 -21 61 -15 3727 3114 3 MP PP 3727 3114 0 0 0.562 3788 3099 0 0 0.562 3727 3114 0 0 0.562 2 interp_poly 3788 3099 0 0 0.562 3741 3078 0 0 0.562 3788 3099 0 0 0.562 2 interp_poly -46 -17 60 -13 3732 3232 3 MP PP 3732 3232 0 0 0.562 3792 3219 0 0 0.562 3732 3232 0 0 0.562 2 interp_poly 3792 3219 0 0 0.562 3746 3202 0 0 0.562 3792 3219 0 0 0.562 2 interp_poly 60 -13 -46 -14 3778 3246 3 MP PP 3778 3246 0 0 0.562 3732 3232 0 0 0.562 3778 3246 0 0 0.562 2 interp_poly 3732 3232 0 0 0.562 3792 3219 0 0 0.562 3732 3232 0 0 0.562 2 interp_poly -46 -20 61 -17 3741 3078 3 MP PP 3741 3078 0 0 0.562 3802 3061 0 0 0.562 3741 3078 0 0 0.562 2 interp_poly 3802 3061 0 0 0.562 3756 3041 0 0 0.562 3802 3061 0 0 0.562 2 interp_poly 61 -17 -47 -21 3788 3099 3 MP PP 3788 3099 0 0 0.562 3741 3078 0 0 0.562 3788 3099 0 0 0.562 2 interp_poly 3741 3078 0 0 0.562 3802 3061 0 0 0.562 3741 3078 0 0 0.562 2 interp_poly -46 -20 60 -12 3746 3202 3 MP PP 3746 3202 0 0 0.562 3806 3190 0 0 0.562 3746 3202 0 0 0.562 2 interp_poly 3806 3190 0 0 0.562 3760 3170 0 0 0.562 3806 3190 0 0 0.562 2 interp_poly 60 -12 -46 -17 3792 3219 3 MP PP 3792 3219 0 0 0.562 3746 3202 0 0 0.562 3792 3219 0 0 0.562 2 interp_poly 3746 3202 0 0 0.562 3806 3190 0 0 0.562 3746 3202 0 0 0.562 2 interp_poly -47 262 61 20 3740 2987 3 MP PP 3740 2987 0 0.5 1 3801 3007 0 0.438 1 3740 2987 0 0.5 1 2 interp_poly 3801 3007 0 0.438 1 3754 3269 0 0 0.938 3801 3007 0 0.438 1 2 interp_poly -47 -9 61 -27 3703 3299 3 MP PP 3703 3299 0 0 0.562 3764 3272 0 0 0.625 3703 3299 0 0 0.562 2 interp_poly 3764 3272 0 0 0.625 3717 3263 0 0 0.562 3764 3272 0 0 0.625 2 interp_poly 61 -27 -47 -6 3750 3305 3 MP PP 3750 3305 0 0 0.625 3703 3299 0 0 0.562 3750 3305 0 0 0.625 2 interp_poly 3703 3299 0 0 0.562 3764 3272 0 0 0.625 3703 3299 0 0 0.562 2 interp_poly -47 115 61 -32 3754 3269 3 MP PP 3754 3269 0 0 0.938 3815 3237 0 0 0.938 3754 3269 0 0 0.938 2 interp_poly 3815 3237 0 0 0.938 3768 3352 0 0 0.688 3815 3237 0 0 0.938 2 interp_poly 61 -32 -47 262 3801 3007 3 MP PP 3801 3007 0 0.438 1 3754 3269 0 0 0.938 3801 3007 0 0.438 1 2 interp_poly 3754 3269 0 0 0.938 3815 3237 0 0 0.938 3754 3269 0 0 0.938 2 interp_poly 60 -21 -46 -246 3823 3355 3 MP PP 3823 3355 0 0.25 1 3777 3109 0 0.688 1 3823 3355 0 0.25 1 2 interp_poly 3777 3109 0 0.688 1 3837 3088 0 0.688 1 3777 3109 0 0.688 1 2 interp_poly -46 -300 60 -21 3777 3109 3 MP PP 3777 3109 0 0.688 1 3837 3088 0 0.688 1 3777 3109 0 0.688 1 2 interp_poly 3837 3088 0 0.688 1 3791 2788 0.188 1 0.875 3837 3088 0 0.688 1 2 interp_poly 61 -17 -47 -23 3822 4178 3 MP PP 3822 4178 0 0 0.562 3775 4155 0 0 0.562 3822 4178 0 0 0.562 2 interp_poly 3775 4155 0 0 0.562 3836 4138 0 0 0.562 3775 4155 0 0 0.562 2 interp_poly -47 -23 61 -17 3775 4155 3 MP PP 3775 4155 0 0 0.562 3836 4138 0 0 0.562 3775 4155 0 0 0.562 2 interp_poly 3836 4138 0 0 0.562 3789 4115 0 0 0.562 3836 4138 0 0 0.562 2 interp_poly 61 -13 -46 -26 3817 4030 3 MP PP 3817 4030 0 0 0.562 3771 4004 0 0 0.562 3817 4030 0 0 0.562 2 interp_poly 3771 4004 0 0 0.562 3832 3991 0 0 0.562 3771 4004 0 0 0.562 2 interp_poly -47 -25 61 -13 3771 4004 3 MP PP 3771 4004 0 0 0.562 3832 3991 0 0 0.562 3771 4004 0 0 0.562 2 interp_poly 3832 3991 0 0 0.562 3785 3966 0 0 0.562 3832 3991 0 0 0.562 2 interp_poly -46 -21 61 -16 3769 4461 3 MP PP 3769 4461 0 0 0.562 3830 4445 0 0 0.562 3769 4461 0 0 0.562 2 interp_poly 3830 4445 0 0 0.562 3784 4424 0 0 0.562 3830 4445 0 0 0.562 2 interp_poly 60 -21 -46 -19 3813 3908 3 MP PP 3813 3908 0 0 0.562 3767 3889 0 0 0.562 3813 3908 0 0 0.562 2 interp_poly 3767 3889 0 0 0.562 3827 3868 0 0 0.562 3767 3889 0 0 0.562 2 interp_poly -46 -29 60 -21 3767 3889 3 MP PP 3767 3889 0 0 0.562 3827 3868 0 0 0.562 3767 3889 0 0 0.562 2 interp_poly 3827 3868 0 0 0.562 3781 3839 0 0 0.562 3827 3868 0 0 0.562 2 interp_poly 61 -16 -47 -22 3812 4350 3 MP PP 3812 4350 0 0 0.562 3765 4328 0 0 0.562 3812 4350 0 0 0.562 2 interp_poly 3765 4328 0 0 0.562 3826 4312 0 0 0.562 3765 4328 0 0 0.562 2 interp_poly -47 -21 61 -16 3765 4328 3 MP PP 3765 4328 0 0 0.562 3826 4312 0 0 0.562 3765 4328 0 0 0.562 2 interp_poly 3826 4312 0 0 0.562 3779 4291 0 0 0.562 3826 4312 0 0 0.562 2 interp_poly 60 -53 -46 -169 3809 3577 3 MP PP 3809 3577 0 0 0.875 3763 3408 0 0.188 1 3809 3577 0 0 0.875 2 interp_poly 3763 3408 0 0.188 1 3823 3355 0 0.25 1 3763 3408 0 0.188 1 2 interp_poly 61 -44 -47 2 3722 3390 3 MP PP 3722 3390 0 0 0.625 3675 3392 0 0 0.562 3722 3390 0 0 0.625 2 interp_poly 3675 3392 0 0 0.562 3736 3348 0 0 0.625 3675 3392 0 0 0.562 2 interp_poly -46 38 60 -29 3708 3381 3 MP PP 3708 3381 0 0 0.688 3768 3352 0 0 0.688 3708 3381 0 0 0.688 2 interp_poly 3768 3352 0 0 0.688 3722 3390 0 0 0.625 3768 3352 0 0 0.688 2 interp_poly -47 -5 61 -44 3675 3392 3 MP PP 3675 3392 0 0 0.562 3736 3348 0 0 0.625 3675 3392 0 0 0.562 2 interp_poly 3736 3348 0 0 0.625 3689 3343 0 0 0.562 3736 3348 0 0 0.625 2 interp_poly -47 -6 61 -38 3689 3343 3 MP PP 3689 3343 0 0 0.562 3750 3305 0 0 0.625 3689 3343 0 0 0.562 2 interp_poly 3750 3305 0 0 0.625 3703 3299 0 0 0.562 3750 3305 0 0 0.625 2 interp_poly 61 -38 -47 -5 3736 3348 3 MP PP 3736 3348 0 0 0.625 3689 3343 0 0 0.562 3736 3348 0 0 0.625 2 interp_poly 3689 3343 0 0 0.562 3750 3305 0 0 0.625 3689 3343 0 0 0.562 2 interp_poly 60 -29 -46 112 3754 3269 3 MP PP 3754 3269 0 0 0.938 3708 3381 0 0 0.688 3754 3269 0 0 0.938 2 interp_poly 3708 3381 0 0 0.688 3768 3352 0 0 0.688 3708 3381 0 0 0.688 2 interp_poly -46 -246 60 -53 3763 3408 3 MP PP 3763 3408 0 0.188 1 3823 3355 0 0.25 1 3763 3408 0 0.188 1 2 interp_poly 3823 3355 0 0.25 1 3777 3109 0 0.688 1 3823 3355 0 0.25 1 2 interp_poly 61 -16 -47 -22 3808 4216 3 MP PP 3808 4216 0 0 0.562 3761 4194 0 0 0.562 3808 4216 0 0 0.562 2 interp_poly 3761 4194 0 0 0.562 3822 4178 0 0 0.562 3761 4194 0 0 0.562 2 interp_poly -47 -23 61 -16 3761 4194 3 MP PP 3761 4194 0 0 0.562 3822 4178 0 0 0.562 3761 4194 0 0 0.562 2 interp_poly 3822 4178 0 0 0.562 3775 4155 0 0 0.562 3822 4178 0 0 0.562 2 interp_poly -46 365 60 -144 3712 2390 3 MP PP 3712 2390 0.75 1 0.312 3772 2246 1 1 0.0625 3712 2390 0.75 1 0.312 2 interp_poly 3772 2246 1 1 0.0625 3726 2611 0.312 1 0.75 3772 2246 1 1 0.0625 2 interp_poly 60 -144 -46 108 3758 2282 3 MP PP 3758 2282 1 1 0.0625 3712 2390 0.75 1 0.312 3758 2282 1 1 0.0625 2 interp_poly 3712 2390 0.75 1 0.312 3772 2246 1 1 0.0625 3712 2390 0.75 1 0.312 2 interp_poly 60 -49 -46 365 3772 2246 3 MP PP 3772 2246 1 1 0.0625 3726 2611 0.312 1 0.75 3772 2246 1 1 0.0625 2 interp_poly 3726 2611 0.312 1 0.75 3786 2562 0.375 1 0.688 3726 2611 0.312 1 0.75 2 interp_poly -47 154 61 -190 3758 2282 3 MP PP 3758 2282 1 1 0.0625 3819 2092 1 0.75 0 3758 2282 1 1 0.0625 2 interp_poly 3819 2092 1 0.75 0 3772 2246 1 1 0.0625 3819 2092 1 0.75 0 2 interp_poly 61 -190 -47 -151 3805 2433 3 MP PP 3805 2433 0.75 1 0.312 3758 2282 1 1 0.0625 3805 2433 0.75 1 0.312 2 interp_poly 3758 2282 1 1 0.0625 3819 2092 1 0.75 0 3758 2282 1 1 0.0625 2 interp_poly 60 -16 -46 -26 3803 4072 3 MP PP 3803 4072 0 0 0.562 3757 4046 0 0 0.562 3803 4072 0 0 0.562 2 interp_poly 3757 4046 0 0 0.562 3817 4030 0 0 0.562 3757 4046 0 0 0.562 2 interp_poly -46 -26 60 -16 3757 4046 3 MP PP 3757 4046 0 0 0.562 3817 4030 0 0 0.562 3757 4046 0 0 0.562 2 interp_poly 3817 4030 0 0 0.562 3771 4004 0 0 0.562 3817 4030 0 0 0.562 2 interp_poly 60 -6 -46 -22 3799 3936 3 MP PP 3799 3936 0 0 0.562 3753 3914 0 0 0.562 3799 3936 0 0 0.562 2 interp_poly 3753 3914 0 0 0.562 3813 3908 0 0 0.562 3753 3914 0 0 0.562 2 interp_poly -46 -19 60 -6 3753 3914 3 MP PP 3753 3914 0 0 0.562 3813 3908 0 0 0.562 3753 3914 0 0 0.562 2 interp_poly 3813 3908 0 0 0.562 3767 3889 0 0 0.562 3813 3908 0 0 0.562 2 interp_poly 61 -16 -47 -21 3798 4387 3 MP PP 3798 4387 0 0 0.562 3751 4366 0 0 0.562 3798 4387 0 0 0.562 2 interp_poly 3751 4366 0 0 0.562 3812 4350 0 0 0.562 3751 4366 0 0 0.562 2 interp_poly -47 -22 61 -16 3751 4366 3 MP PP 3751 4366 0 0 0.562 3812 4350 0 0 0.562 3751 4366 0 0 0.562 2 interp_poly 3812 4350 0 0 0.562 3765 4328 0 0 0.562 3812 4350 0 0 0.562 2 interp_poly 61 -69 -47 -94 3795 3740 3 MP PP 3795 3740 0 0 0.688 3748 3646 0 0 0.812 3795 3740 0 0 0.688 2 interp_poly 3748 3646 0 0 0.812 3809 3577 0 0 0.875 3748 3646 0 0 0.812 2 interp_poly -46 -169 61 -69 3748 3646 3 MP PP 3748 3646 0 0 0.812 3809 3577 0 0 0.875 3748 3646 0 0 0.812 2 interp_poly 3809 3577 0 0 0.875 3763 3408 0 0.188 1 3809 3577 0 0 0.875 2 interp_poly 61 -15 -46 -22 3793 4253 3 MP PP 3793 4253 0 0 0.562 3747 4231 0 0 0.562 3793 4253 0 0 0.562 2 interp_poly 3747 4231 0 0 0.562 3808 4216 0 0 0.562 3747 4231 0 0 0.562 2 interp_poly -47 -22 61 -15 3747 4231 3 MP PP 3747 4231 0 0 0.562 3808 4216 0 0 0.562 3747 4231 0 0 0.562 2 interp_poly 3808 4216 0 0 0.562 3761 4194 0 0 0.562 3808 4216 0 0 0.562 2 interp_poly -46 425 60 -49 3726 2611 3 MP PP 3726 2611 0.312 1 0.75 3786 2562 0.375 1 0.688 3726 2611 0.312 1 0.75 2 interp_poly 3786 2562 0.375 1 0.688 3740 2987 0 0.5 1 3786 2562 0.375 1 0.688 2 interp_poly 61 -73 -47 -282 3791 2788 3 MP PP 3791 2788 0.188 1 0.875 3744 2506 0.688 1 0.375 3791 2788 0.188 1 0.875 2 interp_poly 3744 2506 0.688 1 0.375 3805 2433 0.75 1 0.312 3744 2506 0.688 1 0.375 2 interp_poly -47 -151 61 -73 3744 2506 3 MP PP 3744 2506 0.688 1 0.375 3805 2433 0.75 1 0.312 3744 2506 0.688 1 0.375 2 interp_poly 3805 2433 0.75 1 0.312 3758 2282 1 1 0.0625 3805 2433 0.75 1 0.312 2 interp_poly 60 -18 -46 -25 3789 4115 3 MP PP 3789 4115 0 0 0.562 3743 4090 0 0 0.562 3789 4115 0 0 0.562 2 interp_poly 3743 4090 0 0 0.562 3803 4072 0 0 0.562 3743 4090 0 0 0.562 2 interp_poly -46 -26 60 -18 3743 4090 3 MP PP 3743 4090 0 0 0.562 3803 4072 0 0 0.562 3743 4090 0 0 0.562 2 interp_poly 3803 4072 0 0 0.562 3757 4046 0 0 0.562 3803 4072 0 0 0.562 2 interp_poly 60 -4 -46 -26 3785 3966 3 MP PP 3785 3966 0 0 0.562 3739 3940 0 0 0.562 3785 3966 0 0 0.562 2 interp_poly 3739 3940 0 0 0.562 3799 3936 0 0 0.562 3739 3940 0 0 0.562 2 interp_poly -46 -22 60 -4 3739 3940 3 MP PP 3739 3940 0 0 0.562 3799 3936 0 0 0.562 3739 3940 0 0 0.562 2 interp_poly 3799 3936 0 0 0.562 3753 3914 0 0 0.562 3799 3936 0 0 0.562 2 interp_poly 61 -16 -47 -21 3784 4424 3 MP PP 3784 4424 0 0 0.562 3737 4403 0 0 0.562 3784 4424 0 0 0.562 2 interp_poly 3737 4403 0 0 0.562 3798 4387 0 0 0.562 3737 4403 0 0 0.562 2 interp_poly -47 -21 61 -16 3737 4403 3 MP PP 3737 4403 0 0 0.562 3798 4387 0 0 0.562 3737 4403 0 0 0.562 2 interp_poly 3798 4387 0 0 0.562 3751 4366 0 0 0.562 3798 4387 0 0 0.562 2 interp_poly 61 -55 -47 -44 3781 3839 3 MP PP 3781 3839 0 0 0.562 3734 3795 0 0 0.625 3781 3839 0 0 0.562 2 interp_poly 3734 3795 0 0 0.625 3795 3740 0 0 0.688 3734 3795 0 0 0.625 2 interp_poly -47 -94 61 -55 3734 3795 3 MP PP 3734 3795 0 0 0.625 3795 3740 0 0 0.688 3734 3795 0 0 0.625 2 interp_poly 3795 3740 0 0 0.688 3748 3646 0 0 0.812 3795 3740 0 0 0.688 2 interp_poly 60 -16 -46 -22 3779 4291 3 MP PP 3779 4291 0 0 0.562 3733 4269 0 0 0.562 3779 4291 0 0 0.562 2 interp_poly 3733 4269 0 0 0.562 3793 4253 0 0 0.562 3733 4269 0 0 0.562 2 interp_poly -46 -22 60 -16 3733 4269 3 MP PP 3733 4269 0 0 0.562 3793 4253 0 0 0.562 3733 4269 0 0 0.562 2 interp_poly 3793 4253 0 0 0.562 3747 4231 0 0 0.562 3793 4253 0 0 0.562 2 interp_poly 61 -17 -47 -21 3719 2848 3 MP PP 3719 2848 0 0 0.562 3672 2827 0 0 0.562 3719 2848 0 0 0.562 2 interp_poly 3672 2827 0 0 0.562 3733 2810 0 0 0.562 3672 2827 0 0 0.562 2 interp_poly -47 -22 61 -16 3630 2940 3 MP PP 3630 2940 0 0 0.562 3691 2924 0 0 0.562 3630 2940 0 0 0.562 2 interp_poly 3691 2924 0 0 0.562 3644 2902 0 0 0.562 3691 2924 0 0 0.562 2 interp_poly 61 -16 -47 -21 3677 2961 3 MP PP 3677 2961 0 0 0.562 3630 2940 0 0 0.562 3677 2961 0 0 0.562 2 interp_poly 3630 2940 0 0 0.562 3691 2924 0 0 0.562 3630 2940 0 0 0.562 2 interp_poly -47 -21 61 -16 3644 2902 3 MP PP 3644 2902 0 0 0.562 3705 2886 0 0 0.562 3644 2902 0 0 0.562 2 interp_poly 3705 2886 0 0 0.562 3658 2865 0 0 0.562 3705 2886 0 0 0.562 2 interp_poly 61 -16 -47 -22 3691 2924 3 MP PP 3691 2924 0 0 0.562 3644 2902 0 0 0.562 3691 2924 0 0 0.562 2 interp_poly 3644 2902 0 0 0.562 3705 2886 0 0 0.562 3644 2902 0 0 0.562 2 interp_poly -47 -21 61 -17 3658 2865 3 MP PP 3658 2865 0 0 0.562 3719 2848 0 0 0.562 3658 2865 0 0 0.562 2 interp_poly 3719 2848 0 0 0.562 3672 2827 0 0 0.562 3719 2848 0 0 0.562 2 interp_poly 61 -17 -47 -21 3705 2886 3 MP PP 3705 2886 0 0 0.562 3658 2865 0 0 0.562 3705 2886 0 0 0.562 2 interp_poly 3658 2865 0 0 0.562 3719 2848 0 0 0.562 3658 2865 0 0 0.562 2 interp_poly -46 -21 60 -16 3677 2961 3 MP PP 3677 2961 0 0 0.562 3737 2945 0 0 0.562 3677 2961 0 0 0.562 2 interp_poly 3737 2945 0 0 0.562 3691 2924 0 0 0.562 3737 2945 0 0 0.562 2 interp_poly 60 -16 -46 -21 3723 2982 3 MP PP 3723 2982 0 0 0.562 3677 2961 0 0 0.562 3723 2982 0 0 0.562 2 interp_poly 3677 2961 0 0 0.562 3737 2945 0 0 0.562 3677 2961 0 0 0.562 2 interp_poly 61 27 -47 349 3726 2611 3 MP PP 3726 2611 0.312 1 0.75 3679 2960 0 0.625 1 3726 2611 0.312 1 0.75 2 interp_poly 3679 2960 0 0.625 1 3740 2987 0 0.5 1 3679 2960 0 0.625 1 2 interp_poly 61 -7 -47 -314 3777 3109 3 MP PP 3777 3109 0 0.688 1 3730 2795 0.188 1 0.875 3777 3109 0 0.688 1 2 interp_poly 3730 2795 0.188 1 0.875 3791 2788 0.188 1 0.875 3730 2795 0.188 1 0.875 2 interp_poly -47 -282 61 -7 3730 2795 3 MP PP 3730 2795 0.188 1 0.875 3791 2788 0.188 1 0.875 3730 2795 0.188 1 0.875 2 interp_poly 3791 2788 0.188 1 0.875 3744 2506 0.688 1 0.375 3791 2788 0.188 1 0.875 2 interp_poly 60 -17 -46 -23 3775 4155 3 MP PP 3775 4155 0 0 0.562 3729 4132 0 0 0.562 3775 4155 0 0 0.562 2 interp_poly 3729 4132 0 0 0.562 3789 4115 0 0 0.562 3729 4132 0 0 0.562 2 interp_poly -46 -25 60 -17 3729 4132 3 MP PP 3729 4132 0 0 0.562 3789 4115 0 0 0.562 3729 4132 0 0 0.562 2 interp_poly 3789 4115 0 0 0.562 3743 4090 0 0 0.562 3789 4115 0 0 0.562 2 interp_poly 61 -10 -47 -28 3771 4004 3 MP PP 3771 4004 0 0 0.562 3724 3976 0 0 0.562 3771 4004 0 0 0.562 2 interp_poly 3724 3976 0 0 0.562 3785 3966 0 0 0.562 3724 3976 0 0 0.562 2 interp_poly -46 -26 61 -10 3724 3976 3 MP PP 3724 3976 0 0 0.562 3785 3966 0 0 0.562 3724 3976 0 0 0.562 2 interp_poly 3785 3966 0 0 0.562 3739 3940 0 0 0.562 3785 3966 0 0 0.562 2 interp_poly 61 -16 -46 -21 3769 4461 3 MP PP 3769 4461 0 0 0.562 3723 4440 0 0 0.562 3769 4461 0 0 0.562 2 interp_poly 3723 4440 0 0 0.562 3784 4424 0 0 0.562 3723 4440 0 0 0.562 2 interp_poly -47 -21 61 -16 3723 4440 3 MP PP 3723 4440 0 0 0.562 3784 4424 0 0 0.562 3723 4440 0 0 0.562 2 interp_poly 3784 4424 0 0 0.562 3737 4403 0 0 0.562 3784 4424 0 0 0.562 2 interp_poly 61 -25 -47 -25 3767 3889 3 MP PP 3767 3889 0 0 0.562 3720 3864 0 0 0.562 3767 3889 0 0 0.562 2 interp_poly 3720 3864 0 0 0.562 3781 3839 0 0 0.562 3720 3864 0 0 0.562 2 interp_poly -47 -44 61 -25 3720 3864 3 MP PP 3720 3864 0 0 0.562 3781 3839 0 0 0.562 3720 3864 0 0 0.562 2 interp_poly 3781 3839 0 0 0.562 3734 3795 0 0 0.625 3781 3839 0 0 0.562 2 interp_poly 60 -16 -46 -21 3765 4328 3 MP PP 3765 4328 0 0 0.562 3719 4307 0 0 0.562 3765 4328 0 0 0.562 2 interp_poly 3719 4307 0 0 0.562 3779 4291 0 0 0.562 3719 4307 0 0 0.562 2 interp_poly -46 -22 60 -16 3719 4307 3 MP PP 3719 4307 0 0 0.562 3779 4291 0 0 0.562 3719 4307 0 0 0.562 2 interp_poly 3779 4291 0 0 0.562 3733 4269 0 0 0.562 3779 4291 0 0 0.562 2 interp_poly 60 -16 -46 -20 3713 3150 3 MP PP 3713 3150 0 0 0.562 3667 3130 0 0 0.562 3713 3150 0 0 0.562 2 interp_poly 3667 3130 0 0 0.562 3727 3114 0 0 0.562 3667 3130 0 0 0.562 2 interp_poly -47 -18 61 -14 3685 3216 3 MP PP 3685 3216 0 0 0.562 3746 3202 0 0 0.562 3685 3216 0 0 0.562 2 interp_poly 3746 3202 0 0 0.562 3699 3184 0 0 0.562 3746 3202 0 0 0.562 2 interp_poly 61 -14 -47 -16 3732 3232 3 MP PP 3732 3232 0 0 0.562 3685 3216 0 0 0.562 3732 3232 0 0 0.562 2 interp_poly 3685 3216 0 0 0.562 3746 3202 0 0 0.562 3685 3216 0 0 0.562 2 interp_poly -46 -13 60 -31 3643 3330 3 MP PP 3643 3330 0 0 0.562 3703 3299 0 0 0.562 3643 3330 0 0 0.562 2 interp_poly 3703 3299 0 0 0.562 3657 3286 0 0 0.562 3703 3299 0 0 0.562 2 interp_poly 60 -31 -46 -13 3689 3343 3 MP PP 3689 3343 0 0 0.562 3643 3330 0 0 0.562 3689 3343 0 0 0.562 2 interp_poly 3643 3330 0 0 0.562 3703 3299 0 0 0.562 3643 3330 0 0 0.562 2 interp_poly -46 -13 60 -23 3657 3286 3 MP PP 3657 3286 0 0 0.562 3717 3263 0 0 0.562 3657 3286 0 0 0.562 2 interp_poly 3717 3263 0 0 0.562 3671 3250 0 0 0.562 3717 3263 0 0 0.562 2 interp_poly 60 -23 -46 -13 3703 3299 3 MP PP 3703 3299 0 0 0.562 3657 3286 0 0 0.562 3703 3299 0 0 0.562 2 interp_poly 3657 3286 0 0 0.562 3717 3263 0 0 0.562 3657 3286 0 0 0.562 2 interp_poly -47 -16 61 -18 3671 3250 3 MP PP 3671 3250 0 0 0.562 3732 3232 0 0 0.562 3671 3250 0 0 0.562 2 interp_poly 3732 3232 0 0 0.562 3685 3216 0 0 0.562 3732 3232 0 0 0.562 2 interp_poly 61 -18 -46 -13 3717 3263 3 MP PP 3717 3263 0 0 0.562 3671 3250 0 0 0.562 3717 3263 0 0 0.562 2 interp_poly 3671 3250 0 0 0.562 3732 3232 0 0 0.562 3671 3250 0 0 0.562 2 interp_poly -46 112 61 28 3693 3241 3 MP PP 3693 3241 0 0 1 3754 3269 0 0 0.938 3693 3241 0 0 1 2 interp_poly 3754 3269 0 0 0.938 3708 3381 0 0 0.688 3754 3269 0 0 0.938 2 interp_poly -46 -20 60 -15 3653 3165 3 MP PP 3653 3165 0 0 0.562 3713 3150 0 0 0.562 3653 3165 0 0 0.562 2 interp_poly 3713 3150 0 0 0.562 3667 3130 0 0 0.562 3713 3150 0 0 0.562 2 interp_poly 60 -15 -46 -19 3699 3184 3 MP PP 3699 3184 0 0 0.562 3653 3165 0 0 0.562 3699 3184 0 0 0.562 2 interp_poly 3653 3165 0 0 0.562 3713 3150 0 0 0.562 3653 3165 0 0 0.562 2 interp_poly -46 -20 60 -16 3667 3130 3 MP PP 3667 3130 0 0 0.562 3727 3114 0 0 0.562 3667 3130 0 0 0.562 2 interp_poly 3727 3114 0 0 0.562 3681 3094 0 0 0.562 3727 3114 0 0 0.562 2 interp_poly -46 -21 60 -16 3681 3094 3 MP PP 3681 3094 0 0 0.562 3741 3078 0 0 0.562 3681 3094 0 0 0.562 2 interp_poly 3741 3078 0 0 0.562 3695 3057 0 0 0.562 3741 3078 0 0 0.562 2 interp_poly 60 -16 -46 -20 3727 3114 3 MP PP 3727 3114 0 0 0.562 3681 3094 0 0 0.562 3727 3114 0 0 0.562 2 interp_poly 3681 3094 0 0 0.562 3741 3078 0 0 0.562 3681 3094 0 0 0.562 2 interp_poly 61 28 -47 254 3740 2987 3 MP PP 3740 2987 0 0.5 1 3693 3241 0 0 1 3740 2987 0 0.5 1 2 interp_poly 3693 3241 0 0 1 3754 3269 0 0 0.938 3693 3241 0 0 1 2 interp_poly 61 -34 -47 -265 3763 3408 3 MP PP 3763 3408 0 0.188 1 3716 3143 0 0.625 1 3763 3408 0 0.188 1 2 interp_poly 3716 3143 0 0.625 1 3777 3109 0 0.688 1 3716 3143 0 0.625 1 2 interp_poly -46 -21 60 -17 3663 2999 3 MP PP 3663 2999 0 0 0.562 3723 2982 0 0 0.562 3663 2999 0 0 0.562 2 interp_poly 3723 2982 0 0 0.562 3677 2961 0 0 0.562 3723 2982 0 0 0.562 2 interp_poly 60 -17 -46 -21 3709 3020 3 MP PP 3709 3020 0 0 0.562 3663 2999 0 0 0.562 3709 3020 0 0 0.562 2 interp_poly 3663 2999 0 0 0.562 3723 2982 0 0 0.562 3663 2999 0 0 0.562 2 interp_poly -47 -21 61 -16 3634 3073 3 MP PP 3634 3073 0 0 0.562 3695 3057 0 0 0.562 3634 3073 0 0 0.562 2 interp_poly 3695 3057 0 0 0.562 3648 3036 0 0 0.562 3695 3057 0 0 0.562 2 interp_poly 61 -16 -47 -21 3681 3094 3 MP PP 3681 3094 0 0 0.562 3634 3073 0 0 0.562 3681 3094 0 0 0.562 2 interp_poly 3634 3073 0 0 0.562 3695 3057 0 0 0.562 3634 3073 0 0 0.562 2 interp_poly -46 -19 60 -15 3639 3199 3 MP PP 3639 3199 0 0 0.562 3699 3184 0 0 0.562 3639 3199 0 0 0.562 2 interp_poly 3699 3184 0 0 0.562 3653 3165 0 0 0.562 3699 3184 0 0 0.562 2 interp_poly 60 -15 -46 -17 3685 3216 3 MP PP 3685 3216 0 0 0.562 3639 3199 0 0 0.562 3685 3216 0 0 0.562 2 interp_poly 3639 3199 0 0 0.562 3699 3184 0 0 0.562 3639 3199 0 0 0.562 2 interp_poly -46 -21 61 -16 3648 3036 3 MP PP 3648 3036 0 0 0.562 3709 3020 0 0 0.562 3648 3036 0 0 0.562 2 interp_poly 3709 3020 0 0 0.562 3663 2999 0 0 0.562 3709 3020 0 0 0.562 2 interp_poly 61 -16 -47 -21 3695 3057 3 MP PP 3695 3057 0 0 0.562 3648 3036 0 0 0.562 3695 3057 0 0 0.562 2 interp_poly 3648 3036 0 0 0.562 3709 3020 0 0 0.562 3648 3036 0 0 0.562 2 interp_poly -47 254 61 27 3679 2960 3 MP PP 3679 2960 0 0.625 1 3740 2987 0 0.5 1 3679 2960 0 0.625 1 2 interp_poly 3740 2987 0 0.5 1 3693 3241 0 0 1 3740 2987 0 0.5 1 2 interp_poly -47 -314 61 -34 3716 3143 3 MP PP 3716 3143 0 0.625 1 3777 3109 0 0.688 1 3716 3143 0 0.625 1 2 interp_poly 3777 3109 0 0.688 1 3730 2795 0.188 1 0.875 3777 3109 0 0.688 1 2 interp_poly 60 -16 -46 -23 3761 4194 3 MP PP 3761 4194 0 0 0.562 3715 4171 0 0 0.562 3761 4194 0 0 0.562 2 interp_poly 3715 4171 0 0 0.562 3775 4155 0 0 0.562 3715 4171 0 0 0.562 2 interp_poly -46 -23 60 -16 3715 4171 3 MP PP 3715 4171 0 0 0.562 3775 4155 0 0 0.562 3715 4171 0 0 0.562 2 interp_poly 3775 4155 0 0 0.562 3729 4132 0 0 0.562 3775 4155 0 0 0.562 2 interp_poly 61 -15 -47 -27 3757 4046 3 MP PP 3757 4046 0 0 0.562 3710 4019 0 0 0.562 3757 4046 0 0 0.562 2 interp_poly 3710 4019 0 0 0.562 3771 4004 0 0 0.562 3710 4019 0 0 0.562 2 interp_poly -47 -28 61 -15 3710 4019 3 MP PP 3710 4019 0 0 0.562 3771 4004 0 0 0.562 3710 4019 0 0 0.562 2 interp_poly 3771 4004 0 0 0.562 3724 3976 0 0 0.562 3771 4004 0 0 0.562 2 interp_poly -46 -21 60 -17 3709 4478 3 MP PP 3709 4478 0 0 0.562 3769 4461 0 0 0.562 3709 4478 0 0 0.562 2 interp_poly 3769 4461 0 0 0.562 3723 4440 0 0 0.562 3769 4461 0 0 0.562 2 interp_poly 61 -1 -47 -24 3753 3914 3 MP PP 3753 3914 0 0 0.562 3706 3890 0 0 0.562 3753 3914 0 0 0.562 2 interp_poly 3706 3890 0 0 0.562 3767 3889 0 0 0.562 3706 3890 0 0 0.562 2 interp_poly -47 -25 61 -1 3706 3890 3 MP PP 3706 3890 0 0 0.562 3767 3889 0 0 0.562 3706 3890 0 0 0.562 2 interp_poly 3767 3889 0 0 0.562 3720 3864 0 0 0.562 3767 3889 0 0 0.562 2 interp_poly 60 -17 -46 -21 3751 4366 3 MP PP 3751 4366 0 0 0.562 3705 4345 0 0 0.562 3751 4366 0 0 0.562 2 interp_poly 3705 4345 0 0 0.562 3765 4328 0 0 0.562 3705 4345 0 0 0.562 2 interp_poly -46 -21 60 -17 3705 4345 3 MP PP 3705 4345 0 0 0.562 3765 4328 0 0 0.562 3705 4345 0 0 0.562 2 interp_poly 3765 4328 0 0 0.562 3719 4307 0 0 0.562 3765 4328 0 0 0.562 2 interp_poly 61 -70 -46 -168 3748 3646 3 MP PP 3748 3646 0 0 0.812 3702 3478 0 0.0625 1 3748 3646 0 0 0.812 2 interp_poly 3702 3478 0 0.0625 1 3763 3408 0 0.188 1 3702 3478 0 0.0625 1 2 interp_poly -46 -14 60 -23 3615 3415 3 MP PP 3615 3415 0 0 0.562 3675 3392 0 0 0.562 3615 3415 0 0 0.562 2 interp_poly 3675 3392 0 0 0.562 3629 3378 0 0 0.562 3675 3392 0 0 0.562 2 interp_poly 60 -23 -46 -1 3661 3416 3 MP PP 3661 3416 0 0 0.562 3615 3415 0 0 0.562 3661 3416 0 0 0.562 2 interp_poly 3615 3415 0 0 0.562 3675 3392 0 0 0.562 3615 3415 0 0 0.562 2 interp_poly -46 -13 60 -35 3629 3378 3 MP PP 3629 3378 0 0 0.562 3689 3343 0 0 0.562 3629 3378 0 0 0.562 2 interp_poly 3689 3343 0 0 0.562 3643 3330 0 0 0.562 3689 3343 0 0 0.562 2 interp_poly 60 -35 -46 -14 3675 3392 3 MP PP 3675 3392 0 0 0.562 3629 3378 0 0 0.562 3675 3392 0 0 0.562 2 interp_poly 3629 3378 0 0 0.562 3689 3343 0 0 0.562 3629 3378 0 0 0.562 2 interp_poly -47 2 61 -26 3661 3416 3 MP PP 3661 3416 0 0 0.562 3722 3390 0 0 0.625 3661 3416 0 0 0.562 2 interp_poly 3722 3390 0 0 0.625 3675 3392 0 0 0.562 3722 3390 0 0 0.625 2 interp_poly -47 35 61 20 3647 3361 3 MP PP 3647 3361 0 0 0.75 3708 3381 0 0 0.688 3647 3361 0 0 0.75 2 interp_poly 3708 3381 0 0 0.688 3661 3416 0 0 0.562 3708 3381 0 0 0.688 2 interp_poly 61 20 -46 120 3693 3241 3 MP PP 3693 3241 0 0 1 3647 3361 0 0 0.75 3693 3241 0 0 1 2 interp_poly 3647 3361 0 0 0.75 3708 3381 0 0 0.688 3647 3361 0 0 0.75 2 interp_poly 61 -26 -47 35 3708 3381 3 MP PP 3708 3381 0 0 0.688 3661 3416 0 0 0.562 3708 3381 0 0 0.688 2 interp_poly 3661 3416 0 0 0.562 3722 3390 0 0 0.625 3661 3416 0 0 0.562 2 interp_poly -47 -265 61 -70 3702 3478 3 MP PP 3702 3478 0 0.0625 1 3763 3408 0 0.188 1 3702 3478 0 0.0625 1 2 interp_poly 3763 3408 0 0.188 1 3716 3143 0 0.625 1 3763 3408 0 0.188 1 2 interp_poly 61 -15 -47 -22 3747 4231 3 MP PP 3747 4231 0 0 0.562 3700 4209 0 0 0.562 3747 4231 0 0 0.562 2 interp_poly 3700 4209 0 0 0.562 3761 4194 0 0 0.562 3700 4209 0 0 0.562 2 interp_poly -46 -23 61 -15 3700 4209 3 MP PP 3700 4209 0 0 0.562 3761 4194 0 0 0.562 3700 4209 0 0 0.562 2 interp_poly 3761 4194 0 0 0.562 3715 4171 0 0 0.562 3761 4194 0 0 0.562 2 interp_poly -47 276 61 -73 3651 2463 3 MP PP 3651 2463 0.688 1 0.375 3712 2390 0.75 1 0.312 3651 2463 0.688 1 0.375 2 interp_poly 3712 2390 0.75 1 0.312 3665 2666 0.25 1 0.812 3712 2390 0.75 1 0.312 2 interp_poly 61 -73 -47 89 3698 2374 3 MP PP 3698 2374 0.875 1 0.188 3651 2463 0.688 1 0.375 3698 2374 0.875 1 0.188 2 interp_poly 3651 2463 0.688 1 0.375 3712 2390 0.75 1 0.312 3651 2463 0.688 1 0.375 2 interp_poly 61 -55 -47 276 3712 2390 3 MP PP 3712 2390 0.75 1 0.312 3665 2666 0.25 1 0.812 3712 2390 0.75 1 0.312 2 interp_poly 3665 2666 0.25 1 0.812 3726 2611 0.312 1 0.75 3665 2666 0.25 1 0.812 2 interp_poly -46 108 60 -92 3698 2374 3 MP PP 3698 2374 0.875 1 0.188 3758 2282 1 1 0.0625 3698 2374 0.875 1 0.188 2 interp_poly 3758 2282 1 1 0.0625 3712 2390 0.75 1 0.312 3758 2282 1 1 0.0625 2 interp_poly 60 -92 -46 -132 3744 2506 3 MP PP 3744 2506 0.688 1 0.375 3698 2374 0.875 1 0.188 3744 2506 0.688 1 0.375 2 interp_poly 3698 2374 0.875 1 0.188 3758 2282 1 1 0.0625 3698 2374 0.875 1 0.188 2 interp_poly 61 -18 -47 -26 3743 4090 3 MP PP 3743 4090 0 0 0.562 3696 4064 0 0 0.562 3743 4090 0 0 0.562 2 interp_poly 3696 4064 0 0 0.562 3757 4046 0 0 0.562 3696 4064 0 0 0.562 2 interp_poly -47 -27 61 -18 3696 4064 3 MP PP 3696 4064 0 0 0.562 3757 4046 0 0 0.562 3696 4064 0 0 0.562 2 interp_poly 3757 4046 0 0 0.562 3710 4019 0 0 0.562 3757 4046 0 0 0.562 2 interp_poly 61 2 -47 -28 3739 3940 3 MP PP 3739 3940 0 0 0.562 3692 3912 0 0 0.562 3739 3940 0 0 0.562 2 interp_poly 3692 3912 0 0 0.562 3753 3914 0 0 0.562 3692 3912 0 0 0.562 2 interp_poly -47 -24 61 2 3692 3912 3 MP PP 3692 3912 0 0 0.562 3753 3914 0 0 0.562 3692 3912 0 0 0.562 2 interp_poly 3753 3914 0 0 0.562 3706 3890 0 0 0.562 3753 3914 0 0 0.562 2 interp_poly 60 -16 -46 -21 3737 4403 3 MP PP 3737 4403 0 0 0.562 3691 4382 0 0 0.562 3737 4403 0 0 0.562 2 interp_poly 3691 4382 0 0 0.562 3751 4366 0 0 0.562 3691 4382 0 0 0.562 2 interp_poly -46 -21 60 -16 3691 4382 3 MP PP 3691 4382 0 0 0.562 3751 4366 0 0 0.562 3691 4382 0 0 0.562 2 interp_poly 3751 4366 0 0 0.562 3705 4345 0 0 0.562 3751 4366 0 0 0.562 2 interp_poly 60 -66 -46 -83 3734 3795 3 MP PP 3734 3795 0 0 0.625 3688 3712 0 0 0.688 3734 3795 0 0 0.625 2 interp_poly 3688 3712 0 0 0.688 3748 3646 0 0 0.812 3688 3712 0 0 0.688 2 interp_poly -46 -168 60 -66 3688 3712 3 MP PP 3688 3712 0 0 0.688 3748 3646 0 0 0.812 3688 3712 0 0 0.688 2 interp_poly 3748 3646 0 0 0.812 3702 3478 0 0.0625 1 3748 3646 0 0 0.812 2 interp_poly 61 -15 -47 -23 3733 4269 3 MP PP 3733 4269 0 0 0.562 3686 4246 0 0 0.562 3733 4269 0 0 0.562 2 interp_poly 3686 4246 0 0 0.562 3747 4231 0 0 0.562 3686 4246 0 0 0.562 2 interp_poly -47 -22 61 -15 3686 4246 3 MP PP 3686 4246 0 0 0.562 3747 4231 0 0 0.562 3686 4246 0 0 0.562 2 interp_poly 3747 4231 0 0 0.562 3700 4209 0 0 0.562 3747 4231 0 0 0.562 2 interp_poly -47 349 61 -55 3665 2666 3 MP PP 3665 2666 0.25 1 0.812 3726 2611 0.312 1 0.75 3665 2666 0.25 1 0.812 2 interp_poly 3726 2611 0.312 1 0.75 3679 2960 0 0.625 1 3726 2611 0.312 1 0.75 2 interp_poly 60 10 -46 -299 3730 2795 3 MP PP 3730 2795 0.188 1 0.875 3684 2496 0.688 1 0.375 3730 2795 0.188 1 0.875 2 interp_poly 3684 2496 0.688 1 0.375 3744 2506 0.688 1 0.375 3684 2496 0.688 1 0.375 2 interp_poly -46 -132 60 10 3684 2496 3 MP PP 3684 2496 0.688 1 0.375 3744 2506 0.688 1 0.375 3684 2496 0.688 1 0.375 2 interp_poly 3744 2506 0.688 1 0.375 3698 2374 0.875 1 0.188 3744 2506 0.688 1 0.375 2 interp_poly 61 -18 -47 -24 3729 4132 3 MP PP 3729 4132 0 0 0.562 3682 4108 0 0 0.562 3729 4132 0 0 0.562 2 interp_poly 3682 4108 0 0 0.562 3743 4090 0 0 0.562 3682 4108 0 0 0.562 2 interp_poly -47 -26 61 -18 3682 4108 3 MP PP 3682 4108 0 0 0.562 3743 4090 0 0 0.562 3682 4108 0 0 0.562 2 interp_poly 3743 4090 0 0 0.562 3696 4064 0 0 0.562 3743 4090 0 0 0.562 2 interp_poly 61 -5 -46 -31 3724 3976 3 MP PP 3724 3976 0 0 0.562 3678 3945 0 0 0.625 3724 3976 0 0 0.562 2 interp_poly 3678 3945 0 0 0.625 3739 3940 0 0 0.562 3678 3945 0 0 0.625 2 interp_poly -47 -28 61 -5 3678 3945 3 MP PP 3678 3945 0 0 0.625 3739 3940 0 0 0.562 3678 3945 0 0 0.625 2 interp_poly 3739 3940 0 0 0.562 3692 3912 0 0 0.562 3739 3940 0 0 0.562 2 interp_poly 61 -16 -47 -21 3723 4440 3 MP PP 3723 4440 0 0 0.562 3676 4419 0 0 0.562 3723 4440 0 0 0.562 2 interp_poly 3676 4419 0 0 0.562 3737 4403 0 0 0.562 3676 4419 0 0 0.562 2 interp_poly -46 -21 61 -16 3676 4419 3 MP PP 3676 4419 0 0 0.562 3737 4403 0 0 0.562 3676 4419 0 0 0.562 2 interp_poly 3737 4403 0 0 0.562 3691 4382 0 0 0.562 3737 4403 0 0 0.562 2 interp_poly 60 -30 -46 -39 3720 3864 3 MP PP 3720 3864 0 0 0.562 3674 3825 0 0 0.562 3720 3864 0 0 0.562 2 interp_poly 3674 3825 0 0 0.562 3734 3795 0 0 0.625 3674 3825 0 0 0.562 2 interp_poly -46 -83 60 -30 3674 3825 3 MP PP 3674 3825 0 0 0.562 3734 3795 0 0 0.625 3674 3825 0 0 0.562 2 interp_poly 3734 3795 0 0 0.625 3688 3712 0 0 0.688 3734 3795 0 0 0.625 2 interp_poly 61 -15 -47 -23 3719 4307 3 MP PP 3719 4307 0 0 0.562 3672 4284 0 0 0.562 3719 4307 0 0 0.562 2 interp_poly 3672 4284 0 0 0.562 3733 4269 0 0 0.562 3672 4284 0 0 0.562 2 interp_poly -47 -23 61 -15 3672 4284 3 MP PP 3672 4284 0 0 0.562 3733 4269 0 0 0.562 3672 4284 0 0 0.562 2 interp_poly 3733 4269 0 0 0.562 3686 4246 0 0 0.562 3733 4269 0 0 0.562 2 interp_poly -46 -21 60 -16 3570 2956 3 MP PP 3570 2956 0 0 0.562 3630 2940 0 0 0.562 3570 2956 0 0 0.562 2 interp_poly 3630 2940 0 0 0.562 3584 2919 0 0 0.562 3630 2940 0 0 0.562 2 interp_poly 60 -16 -46 -22 3616 2978 3 MP PP 3616 2978 0 0 0.562 3570 2956 0 0 0.562 3616 2978 0 0 0.562 2 interp_poly 3570 2956 0 0 0.562 3630 2940 0 0 0.562 3570 2956 0 0 0.562 2 interp_poly -46 -21 60 -17 3584 2919 3 MP PP 3584 2919 0 0 0.562 3644 2902 0 0 0.562 3584 2919 0 0 0.562 2 interp_poly 3644 2902 0 0 0.562 3598 2881 0 0 0.562 3644 2902 0 0 0.562 2 interp_poly 60 -17 -46 -21 3630 2940 3 MP PP 3630 2940 0 0 0.562 3584 2919 0 0 0.562 3630 2940 0 0 0.562 2 interp_poly 3584 2919 0 0 0.562 3644 2902 0 0 0.562 3584 2919 0 0 0.562 2 interp_poly -46 -22 60 -16 3598 2881 3 MP PP 3598 2881 0 0 0.562 3658 2865 0 0 0.562 3598 2881 0 0 0.562 2 interp_poly 3658 2865 0 0 0.562 3612 2843 0 0 0.562 3658 2865 0 0 0.562 2 interp_poly 60 -16 -46 -21 3644 2902 3 MP PP 3644 2902 0 0 0.562 3598 2881 0 0 0.562 3644 2902 0 0 0.562 2 interp_poly 3598 2881 0 0 0.562 3658 2865 0 0 0.562 3598 2881 0 0 0.562 2 interp_poly 60 -16 -46 -22 3658 2865 3 MP PP 3658 2865 0 0 0.562 3612 2843 0 0 0.562 3658 2865 0 0 0.562 2 interp_poly 3612 2843 0 0 0.562 3672 2827 0 0 0.562 3612 2843 0 0 0.562 2 interp_poly -47 -21 61 -17 3616 2978 3 MP PP 3616 2978 0 0 0.562 3677 2961 0 0 0.562 3616 2978 0 0 0.562 2 interp_poly 3677 2961 0 0 0.562 3630 2940 0 0 0.562 3677 2961 0 0 0.562 2 interp_poly 60 8 -46 286 3665 2666 3 MP PP 3665 2666 0.25 1 0.812 3619 2952 0 0.625 1 3665 2666 0.25 1 0.812 2 interp_poly 3619 2952 0 0.625 1 3679 2960 0 0.625 1 3619 2952 0 0.625 1 2 interp_poly 60 15 -46 -363 3716 3143 3 MP PP 3716 3143 0 0.625 1 3670 2780 0.25 1 0.812 3716 3143 0 0.625 1 2 interp_poly 3670 2780 0.25 1 0.812 3730 2795 0.188 1 0.875 3670 2780 0.25 1 0.812 2 interp_poly -46 -299 60 15 3670 2780 3 MP PP 3670 2780 0.25 1 0.812 3730 2795 0.188 1 0.875 3670 2780 0.25 1 0.812 2 interp_poly 3730 2795 0.188 1 0.875 3684 2496 0.688 1 0.375 3730 2795 0.188 1 0.875 2 interp_poly 61 -17 -47 -22 3715 4171 3 MP PP 3715 4171 0 0 0.562 3668 4149 0 0 0.562 3715 4171 0 0 0.562 2 interp_poly 3668 4149 0 0 0.562 3729 4132 0 0 0.562 3668 4149 0 0 0.562 2 interp_poly -47 -24 61 -17 3668 4149 3 MP PP 3668 4149 0 0 0.562 3729 4132 0 0 0.562 3668 4149 0 0 0.562 2 interp_poly 3729 4132 0 0 0.562 3682 4108 0 0 0.562 3729 4132 0 0 0.562 2 interp_poly 60 -12 -46 -31 3710 4019 3 MP PP 3710 4019 0 0 0.562 3664 3988 0 0 0.562 3710 4019 0 0 0.562 2 interp_poly 3664 3988 0 0 0.562 3724 3976 0 0 0.562 3664 3988 0 0 0.562 2 interp_poly -46 -31 60 -12 3664 3988 3 MP PP 3664 3988 0 0 0.562 3724 3976 0 0 0.562 3664 3988 0 0 0.562 2 interp_poly 3724 3976 0 0 0.562 3678 3945 0 0 0.625 3724 3976 0 0 0.562 2 interp_poly 61 -17 -47 -21 3709 4478 3 MP PP 3709 4478 0 0 0.562 3662 4457 0 0 0.562 3709 4478 0 0 0.562 2 interp_poly 3662 4457 0 0 0.562 3723 4440 0 0 0.562 3662 4457 0 0 0.562 2 interp_poly -47 -21 61 -17 3662 4457 3 MP PP 3662 4457 0 0 0.562 3723 4440 0 0 0.562 3662 4457 0 0 0.562 2 interp_poly 3723 4440 0 0 0.562 3676 4419 0 0 0.562 3723 4440 0 0 0.562 2 interp_poly 60 3 -46 -29 3706 3890 3 MP PP 3706 3890 0 0 0.562 3660 3861 0 0 0.562 3706 3890 0 0 0.562 2 interp_poly 3660 3861 0 0 0.562 3720 3864 0 0 0.562 3660 3861 0 0 0.562 2 interp_poly -46 -39 60 3 3660 3861 3 MP PP 3660 3861 0 0 0.562 3720 3864 0 0 0.562 3660 3861 0 0 0.562 2 interp_poly 3720 3864 0 0 0.562 3674 3825 0 0 0.562 3720 3864 0 0 0.562 2 interp_poly 61 -16 -47 -22 3705 4345 3 MP PP 3705 4345 0 0 0.562 3658 4323 0 0 0.562 3705 4345 0 0 0.562 2 interp_poly 3658 4323 0 0 0.562 3719 4307 0 0 0.562 3658 4323 0 0 0.562 2 interp_poly -47 -23 61 -16 3658 4323 3 MP PP 3658 4323 0 0 0.562 3719 4307 0 0 0.562 3658 4323 0 0 0.562 2 interp_poly 3719 4307 0 0 0.562 3672 4284 0 0 0.562 3719 4307 0 0 0.562 2 interp_poly -47 -16 61 -21 3610 3271 3 MP PP 3610 3271 0 0 0.562 3671 3250 0 0 0.562 3610 3271 0 0 0.562 2 interp_poly 3671 3250 0 0 0.562 3624 3234 0 0 0.562 3671 3250 0 0 0.562 2 interp_poly 61 -21 -47 -15 3657 3286 3 MP PP 3657 3286 0 0 0.562 3610 3271 0 0 0.562 3657 3286 0 0 0.562 2 interp_poly 3610 3271 0 0 0.562 3671 3250 0 0 0.562 3610 3271 0 0 0.562 2 interp_poly -46 -17 61 -18 3624 3234 3 MP PP 3624 3234 0 0 0.562 3685 3216 0 0 0.562 3624 3234 0 0 0.562 2 interp_poly 3685 3216 0 0 0.562 3639 3199 0 0 0.562 3685 3216 0 0 0.562 2 interp_poly 61 -18 -47 -16 3671 3250 3 MP PP 3671 3250 0 0 0.562 3624 3234 0 0 0.562 3671 3250 0 0 0.562 2 interp_poly 3624 3234 0 0 0.562 3685 3216 0 0 0.562 3624 3234 0 0 0.562 2 interp_poly -47 -19 61 -17 3578 3216 3 MP PP 3578 3216 0 0 0.562 3639 3199 0 0 0.562 3578 3216 0 0 0.562 2 interp_poly 3639 3199 0 0 0.562 3592 3180 0 0 0.562 3639 3199 0 0 0.562 2 interp_poly 61 -17 -46 -18 3624 3234 3 MP PP 3624 3234 0 0 0.562 3578 3216 0 0 0.562 3624 3234 0 0 0.562 2 interp_poly 3578 3216 0 0 0.562 3639 3199 0 0 0.562 3578 3216 0 0 0.562 2 interp_poly 61 -15 -47 -19 3639 3199 3 MP PP 3639 3199 0 0 0.562 3592 3180 0 0 0.562 3639 3199 0 0 0.562 2 interp_poly 3592 3180 0 0 0.562 3653 3165 0 0 0.562 3592 3180 0 0 0.562 2 interp_poly -47 -15 61 -26 3596 3312 3 MP PP 3596 3312 0 0 0.562 3657 3286 0 0 0.562 3596 3312 0 0 0.562 2 interp_poly 3657 3286 0 0 0.562 3610 3271 0 0 0.562 3657 3286 0 0 0.562 2 interp_poly 61 -26 -47 -18 3643 3330 3 MP PP 3643 3330 0 0 0.562 3596 3312 0 0 0.562 3643 3330 0 0 0.562 2 interp_poly 3596 3312 0 0 0.562 3657 3286 0 0 0.562 3596 3312 0 0 0.562 2 interp_poly -46 120 60 48 3633 3193 3 MP PP 3633 3193 0 0.125 1 3693 3241 0 0 1 3633 3193 0 0.125 1 2 interp_poly 3693 3241 0 0 1 3647 3361 0 0 0.75 3693 3241 0 0 1 2 interp_poly -47 -20 61 -15 3592 3180 3 MP PP 3592 3180 0 0 0.562 3653 3165 0 0 0.562 3592 3180 0 0 0.562 2 interp_poly 3653 3165 0 0 0.562 3606 3145 0 0 0.562 3653 3165 0 0 0.562 2 interp_poly -47 -21 61 -15 3606 3145 3 MP PP 3606 3145 0 0 0.562 3667 3130 0 0 0.562 3606 3145 0 0 0.562 2 interp_poly 3667 3130 0 0 0.562 3620 3109 0 0 0.562 3667 3130 0 0 0.562 2 interp_poly 61 -15 -47 -20 3653 3165 3 MP PP 3653 3165 0 0 0.562 3606 3145 0 0 0.562 3653 3165 0 0 0.562 2 interp_poly 3606 3145 0 0 0.562 3667 3130 0 0 0.562 3606 3145 0 0 0.562 2 interp_poly -47 -21 61 -15 3620 3109 3 MP PP 3620 3109 0 0 0.562 3681 3094 0 0 0.562 3620 3109 0 0 0.562 2 interp_poly 3681 3094 0 0 0.562 3634 3073 0 0 0.562 3681 3094 0 0 0.562 2 interp_poly 61 -15 -47 -21 3667 3130 3 MP PP 3667 3130 0 0 0.562 3620 3109 0 0 0.562 3667 3130 0 0 0.562 2 interp_poly 3620 3109 0 0 0.562 3681 3094 0 0 0.562 3620 3109 0 0 0.562 2 interp_poly 60 48 -46 233 3679 2960 3 MP PP 3679 2960 0 0.625 1 3633 3193 0 0.125 1 3679 2960 0 0.625 1 2 interp_poly 3633 3193 0 0.125 1 3693 3241 0 0 1 3633 3193 0 0.125 1 2 interp_poly 61 -47 -47 -288 3702 3478 3 MP PP 3702 3478 0 0.0625 1 3655 3190 0 0.562 1 3702 3478 0 0.0625 1 2 interp_poly 3655 3190 0 0.562 1 3716 3143 0 0.625 1 3655 3190 0 0.562 1 2 interp_poly -47 -21 61 -16 3602 3015 3 MP PP 3602 3015 0 0 0.562 3663 2999 0 0 0.562 3602 3015 0 0 0.562 2 interp_poly 3663 2999 0 0 0.562 3616 2978 0 0 0.562 3663 2999 0 0 0.562 2 interp_poly 61 -16 -46 -21 3648 3036 3 MP PP 3648 3036 0 0 0.562 3602 3015 0 0 0.562 3648 3036 0 0 0.562 2 interp_poly 3602 3015 0 0 0.562 3663 2999 0 0 0.562 3602 3015 0 0 0.562 2 interp_poly 61 -17 -47 -21 3663 2999 3 MP PP 3663 2999 0 0 0.562 3616 2978 0 0 0.562 3663 2999 0 0 0.562 2 interp_poly 3616 2978 0 0 0.562 3677 2961 0 0 0.562 3616 2978 0 0 0.562 2 interp_poly -46 -21 60 -16 3574 3089 3 MP PP 3574 3089 0 0 0.562 3634 3073 0 0 0.562 3574 3089 0 0 0.562 2 interp_poly 3634 3073 0 0 0.562 3588 3052 0 0 0.562 3634 3073 0 0 0.562 2 interp_poly 60 -16 -46 -20 3620 3109 3 MP PP 3620 3109 0 0 0.562 3574 3089 0 0 0.562 3620 3109 0 0 0.562 2 interp_poly 3574 3089 0 0 0.562 3634 3073 0 0 0.562 3574 3089 0 0 0.562 2 interp_poly -46 -21 60 -16 3588 3052 3 MP PP 3588 3052 0 0 0.562 3648 3036 0 0 0.562 3588 3052 0 0 0.562 2 interp_poly 3648 3036 0 0 0.562 3602 3015 0 0 0.562 3648 3036 0 0 0.562 2 interp_poly 60 -16 -46 -21 3634 3073 3 MP PP 3634 3073 0 0 0.562 3588 3052 0 0 0.562 3634 3073 0 0 0.562 2 interp_poly 3588 3052 0 0 0.562 3648 3036 0 0 0.562 3588 3052 0 0 0.562 2 interp_poly -46 233 60 8 3619 2952 3 MP PP 3619 2952 0 0.625 1 3679 2960 0 0.625 1 3619 2952 0 0.625 1 2 interp_poly 3679 2960 0 0.625 1 3633 3193 0 0.125 1 3679 2960 0 0.625 1 2 interp_poly -46 -363 61 -47 3655 3190 3 MP PP 3655 3190 0 0.562 1 3716 3143 0 0.625 1 3655 3190 0 0.562 1 2 interp_poly 3716 3143 0 0.625 1 3670 2780 0.25 1 0.812 3716 3143 0 0.625 1 2 interp_poly 61 -16 -46 -22 3700 4209 3 MP PP 3700 4209 0 0 0.562 3654 4187 0 0 0.562 3700 4209 0 0 0.562 2 interp_poly 3654 4187 0 0 0.562 3715 4171 0 0 0.562 3654 4187 0 0 0.562 2 interp_poly -47 -22 61 -16 3654 4187 3 MP PP 3654 4187 0 0 0.562 3715 4171 0 0 0.562 3654 4187 0 0 0.562 2 interp_poly 3715 4171 0 0 0.562 3668 4149 0 0 0.562 3715 4171 0 0 0.562 2 interp_poly 60 -18 -46 -27 3696 4064 3 MP PP 3696 4064 0 0 0.562 3650 4037 0 0 0.562 3696 4064 0 0 0.562 2 interp_poly 3650 4037 0 0 0.562 3710 4019 0 0 0.562 3650 4037 0 0 0.562 2 interp_poly -46 -31 60 -18 3650 4037 3 MP PP 3650 4037 0 0 0.562 3710 4019 0 0 0.562 3650 4037 0 0 0.562 2 interp_poly 3710 4019 0 0 0.562 3664 3988 0 0 0.562 3710 4019 0 0 0.562 2 interp_poly -47 -21 61 -17 3648 4495 3 MP PP 3648 4495 0 0 0.562 3709 4478 0 0 0.562 3648 4495 0 0 0.562 2 interp_poly 3709 4478 0 0 0.562 3662 4457 0 0 0.562 3709 4478 0 0 0.562 2 interp_poly 60 11 -46 -33 3692 3912 3 MP PP 3692 3912 0 0 0.562 3646 3879 0 0 0.625 3692 3912 0 0 0.562 2 interp_poly 3646 3879 0 0 0.625 3706 3890 0 0 0.562 3646 3879 0 0 0.625 2 interp_poly -46 -29 60 11 3646 3879 3 MP PP 3646 3879 0 0 0.625 3706 3890 0 0 0.562 3646 3879 0 0 0.625 2 interp_poly 3706 3890 0 0 0.562 3660 3861 0 0 0.562 3706 3890 0 0 0.562 2 interp_poly 61 -16 -47 -21 3691 4382 3 MP PP 3691 4382 0 0 0.562 3644 4361 0 0 0.562 3691 4382 0 0 0.562 2 interp_poly 3644 4361 0 0 0.562 3705 4345 0 0 0.562 3644 4361 0 0 0.562 2 interp_poly -47 -22 61 -16 3644 4361 3 MP PP 3644 4361 0 0 0.562 3705 4345 0 0 0.562 3644 4361 0 0 0.562 2 interp_poly 3705 4345 0 0 0.562 3658 4323 0 0 0.562 3705 4345 0 0 0.562 2 interp_poly 61 -74 -47 -160 3688 3712 3 MP PP 3688 3712 0 0 0.688 3641 3552 0 0 0.938 3688 3712 0 0 0.688 2 interp_poly 3641 3552 0 0 0.938 3702 3478 0 0.0625 1 3641 3552 0 0 0.938 2 interp_poly 61 -21 -47 -16 3615 3415 3 MP PP 3615 3415 0 0 0.562 3568 3399 0 0 0.562 3615 3415 0 0 0.562 2 interp_poly 3568 3399 0 0 0.562 3629 3378 0 0 0.562 3568 3399 0 0 0.562 2 interp_poly -46 -1 61 10 3600 3406 3 MP PP 3600 3406 0 0 0.625 3661 3416 0 0 0.562 3600 3406 0 0 0.625 2 interp_poly 3661 3416 0 0 0.562 3615 3415 0 0 0.562 3661 3416 0 0 0.562 2 interp_poly 61 10 -47 45 3647 3361 3 MP PP 3647 3361 0 0 0.75 3600 3406 0 0 0.625 3647 3361 0 0 0.75 2 interp_poly 3600 3406 0 0 0.625 3661 3416 0 0 0.562 3600 3406 0 0 0.625 2 interp_poly -47 -288 61 -74 3641 3552 3 MP PP 3641 3552 0 0 0.938 3702 3478 0 0.0625 1 3641 3552 0 0 0.938 2 interp_poly 3702 3478 0 0.0625 1 3655 3190 0 0.562 1 3702 3478 0 0.0625 1 2 interp_poly 60 -15 -46 -22 3686 4246 3 MP PP 3686 4246 0 0 0.562 3640 4224 0 0 0.562 3686 4246 0 0 0.562 2 interp_poly 3640 4224 0 0 0.562 3700 4209 0 0 0.562 3640 4224 0 0 0.562 2 interp_poly -46 -22 60 -15 3640 4224 3 MP PP 3640 4224 0 0 0.562 3700 4209 0 0 0.562 3640 4224 0 0 0.562 2 interp_poly 3700 4209 0 0 0.562 3654 4187 0 0 0.562 3700 4209 0 0 0.562 2 interp_poly -47 89 61 18 3637 2356 3 MP PP 3637 2356 0.938 1 0.125 3698 2374 0.875 1 0.188 3637 2356 0.938 1 0.125 2 interp_poly 3698 2374 0.875 1 0.188 3651 2463 0.688 1 0.375 3698 2374 0.875 1 0.188 2 interp_poly 61 18 -47 -140 3684 2496 3 MP PP 3684 2496 0.688 1 0.375 3637 2356 0.938 1 0.125 3684 2496 0.688 1 0.375 2 interp_poly 3637 2356 0.938 1 0.125 3698 2374 0.875 1 0.188 3637 2356 0.938 1 0.125 2 interp_poly 60 -19 -46 -25 3682 4108 3 MP PP 3682 4108 0 0 0.562 3636 4083 0 0 0.562 3682 4108 0 0 0.562 2 interp_poly 3636 4083 0 0 0.562 3696 4064 0 0 0.562 3636 4083 0 0 0.562 2 interp_poly -46 -27 60 -19 3636 4083 3 MP PP 3636 4083 0 0 0.562 3696 4064 0 0 0.562 3636 4083 0 0 0.562 2 interp_poly 3696 4064 0 0 0.562 3650 4037 0 0 0.562 3696 4064 0 0 0.562 2 interp_poly 61 3 -47 -36 3678 3945 3 MP PP 3678 3945 0 0 0.625 3631 3909 0 0 0.625 3678 3945 0 0 0.625 2 interp_poly 3631 3909 0 0 0.625 3692 3912 0 0 0.562 3631 3909 0 0 0.625 2 interp_poly -46 -33 61 3 3631 3909 3 MP PP 3631 3909 0 0 0.625 3692 3912 0 0 0.562 3631 3909 0 0 0.625 2 interp_poly 3692 3912 0 0 0.562 3646 3879 0 0 0.625 3692 3912 0 0 0.562 2 interp_poly 61 -17 -46 -20 3676 4419 3 MP PP 3676 4419 0 0 0.562 3630 4399 0 0 0.562 3676 4419 0 0 0.562 2 interp_poly 3630 4399 0 0 0.562 3691 4382 0 0 0.562 3630 4399 0 0 0.562 2 interp_poly -47 -21 61 -17 3630 4399 3 MP PP 3630 4399 0 0 0.562 3691 4382 0 0 0.562 3630 4399 0 0 0.562 2 interp_poly 3691 4382 0 0 0.562 3644 4361 0 0 0.562 3691 4382 0 0 0.562 2 interp_poly 61 -38 -47 -75 3674 3825 3 MP PP 3674 3825 0 0 0.562 3627 3750 0 0 0.688 3674 3825 0 0 0.562 2 interp_poly 3627 3750 0 0 0.688 3688 3712 0 0 0.688 3627 3750 0 0 0.688 2 interp_poly -47 -160 61 -38 3627 3750 3 MP PP 3627 3750 0 0 0.688 3688 3712 0 0 0.688 3627 3750 0 0 0.688 2 interp_poly 3688 3712 0 0 0.688 3641 3552 0 0 0.938 3688 3712 0 0 0.688 2 interp_poly 60 -16 -46 -22 3672 4284 3 MP PP 3672 4284 0 0 0.562 3626 4262 0 0 0.562 3672 4284 0 0 0.562 2 interp_poly 3626 4262 0 0 0.562 3686 4246 0 0 0.562 3626 4262 0 0 0.562 2 interp_poly -46 -22 60 -16 3626 4262 3 MP PP 3626 4262 0 0 0.562 3686 4246 0 0 0.562 3626 4262 0 0 0.562 2 interp_poly 3686 4246 0 0 0.562 3640 4224 0 0 0.562 3686 4246 0 0 0.562 2 interp_poly -46 239 60 9 3591 2454 3 MP PP 3591 2454 0.688 1 0.375 3651 2463 0.688 1 0.375 3591 2454 0.688 1 0.375 2 interp_poly 3651 2463 0.688 1 0.375 3605 2702 0.188 1 0.875 3651 2463 0.688 1 0.375 2 interp_poly 60 9 -46 98 3637 2356 3 MP PP 3637 2356 0.938 1 0.125 3591 2454 0.688 1 0.375 3637 2356 0.938 1 0.125 2 interp_poly 3591 2454 0.688 1 0.375 3651 2463 0.688 1 0.375 3591 2454 0.688 1 0.375 2 interp_poly -46 286 60 -36 3605 2702 3 MP PP 3605 2702 0.188 1 0.875 3665 2666 0.25 1 0.812 3605 2702 0.188 1 0.875 2 interp_poly 3665 2666 0.25 1 0.812 3619 2952 0 0.625 1 3665 2666 0.25 1 0.812 2 interp_poly 60 -36 -46 239 3651 2463 3 MP PP 3651 2463 0.688 1 0.375 3605 2702 0.188 1 0.875 3651 2463 0.688 1 0.375 2 interp_poly 3605 2702 0.188 1 0.875 3665 2666 0.25 1 0.812 3605 2702 0.188 1 0.875 2 interp_poly 61 82 -47 -366 3670 2780 3 MP PP 3670 2780 0.25 1 0.812 3623 2414 0.875 1 0.188 3670 2780 0.25 1 0.812 2 interp_poly 3623 2414 0.875 1 0.188 3684 2496 0.688 1 0.375 3623 2414 0.875 1 0.188 2 interp_poly -47 -140 61 82 3623 2414 3 MP PP 3623 2414 0.875 1 0.188 3684 2496 0.688 1 0.375 3623 2414 0.875 1 0.188 2 interp_poly 3684 2496 0.688 1 0.375 3637 2356 0.938 1 0.125 3684 2496 0.688 1 0.375 2 interp_poly 60 -18 -46 -23 3668 4149 3 MP PP 3668 4149 0 0 0.562 3622 4126 0 0 0.562 3668 4149 0 0 0.562 2 interp_poly 3622 4126 0 0 0.562 3682 4108 0 0 0.562 3622 4126 0 0 0.562 2 interp_poly -46 -25 60 -18 3622 4126 3 MP PP 3622 4126 0 0 0.562 3682 4108 0 0 0.562 3622 4126 0 0 0.562 2 interp_poly 3682 4108 0 0 0.562 3636 4083 0 0 0.562 3682 4108 0 0 0.562 2 interp_poly 61 -9 -47 -34 3664 3988 3 MP PP 3664 3988 0 0 0.562 3617 3954 0 0 0.625 3664 3988 0 0 0.562 2 interp_poly 3617 3954 0 0 0.625 3678 3945 0 0 0.625 3617 3954 0 0 0.625 2 interp_poly -47 -36 61 -9 3617 3954 3 MP PP 3617 3954 0 0 0.625 3678 3945 0 0 0.625 3617 3954 0 0 0.625 2 interp_poly 3678 3945 0 0 0.625 3631 3909 0 0 0.625 3678 3945 0 0 0.625 2 interp_poly 60 -17 -46 -21 3662 4457 3 MP PP 3662 4457 0 0 0.562 3616 4436 0 0 0.562 3662 4457 0 0 0.562 2 interp_poly 3616 4436 0 0 0.562 3676 4419 0 0 0.562 3616 4436 0 0 0.562 2 interp_poly -46 -20 60 -17 3616 4436 3 MP PP 3616 4436 0 0 0.562 3676 4419 0 0 0.562 3616 4436 0 0 0.562 2 interp_poly 3676 4419 0 0 0.562 3630 4399 0 0 0.562 3676 4419 0 0 0.562 2 interp_poly 61 10 -47 -46 3660 3861 3 MP PP 3660 3861 0 0 0.562 3613 3815 0 0 0.625 3660 3861 0 0 0.562 2 interp_poly 3613 3815 0 0 0.625 3674 3825 0 0 0.562 3613 3815 0 0 0.625 2 interp_poly -47 -75 61 10 3613 3815 3 MP PP 3613 3815 0 0 0.625 3674 3825 0 0 0.562 3613 3815 0 0 0.625 2 interp_poly 3674 3825 0 0 0.562 3627 3750 0 0 0.688 3674 3825 0 0 0.562 2 interp_poly 60 -16 -46 -23 3658 4323 3 MP PP 3658 4323 0 0 0.562 3612 4300 0 0 0.562 3658 4323 0 0 0.562 2 interp_poly 3612 4300 0 0 0.562 3672 4284 0 0 0.562 3612 4300 0 0 0.562 2 interp_poly -46 -22 60 -16 3612 4300 3 MP PP 3612 4300 0 0 0.562 3672 4284 0 0 0.562 3612 4300 0 0 0.562 2 interp_poly 3672 4284 0 0 0.562 3626 4262 0 0 0.562 3672 4284 0 0 0.562 2 interp_poly 61 23 -46 -433 3655 3190 3 MP PP 3655 3190 0 0.562 1 3609 2757 0.312 1 0.75 3655 3190 0 0.562 1 2 interp_poly 3609 2757 0.312 1 0.75 3670 2780 0.25 1 0.812 3609 2757 0.312 1 0.75 2 interp_poly -47 -366 61 23 3609 2757 3 MP PP 3609 2757 0.312 1 0.75 3670 2780 0.25 1 0.812 3609 2757 0.312 1 0.75 2 interp_poly 3670 2780 0.25 1 0.812 3623 2414 0.875 1 0.188 3670 2780 0.25 1 0.812 2 interp_poly 61 -15 -47 -23 3654 4187 3 MP PP 3654 4187 0 0 0.562 3607 4164 0 0 0.562 3654 4187 0 0 0.562 2 interp_poly 3607 4164 0 0 0.562 3668 4149 0 0 0.562 3607 4164 0 0 0.562 2 interp_poly -46 -23 61 -15 3607 4164 3 MP PP 3607 4164 0 0 0.562 3668 4149 0 0 0.562 3607 4164 0 0 0.562 2 interp_poly 3668 4149 0 0 0.562 3622 4126 0 0 0.562 3668 4149 0 0 0.562 2 interp_poly 61 -18 -47 -31 3650 4037 3 MP PP 3650 4037 0 0 0.562 3603 4006 0 0 0.562 3650 4037 0 0 0.562 2 interp_poly 3603 4006 0 0 0.562 3664 3988 0 0 0.562 3603 4006 0 0 0.562 2 interp_poly -47 -34 61 -18 3603 4006 3 MP PP 3603 4006 0 0 0.562 3664 3988 0 0 0.562 3603 4006 0 0 0.562 2 interp_poly 3664 3988 0 0 0.562 3617 3954 0 0 0.625 3664 3988 0 0 0.562 2 interp_poly 60 -16 -46 -22 3648 4495 3 MP PP 3648 4495 0 0 0.562 3602 4473 0 0 0.562 3648 4495 0 0 0.562 2 interp_poly 3602 4473 0 0 0.562 3662 4457 0 0 0.562 3602 4473 0 0 0.562 2 interp_poly -46 -21 60 -16 3602 4473 3 MP PP 3602 4473 0 0 0.562 3662 4457 0 0 0.562 3602 4473 0 0 0.562 2 interp_poly 3662 4457 0 0 0.562 3616 4436 0 0 0.562 3662 4457 0 0 0.562 2 interp_poly 61 24 -47 -42 3646 3879 3 MP PP 3646 3879 0 0 0.625 3599 3837 0 0 0.625 3646 3879 0 0 0.625 2 interp_poly 3599 3837 0 0 0.625 3660 3861 0 0 0.562 3599 3837 0 0 0.625 2 interp_poly -47 -46 61 24 3599 3837 3 MP PP 3599 3837 0 0 0.625 3660 3861 0 0 0.562 3599 3837 0 0 0.625 2 interp_poly 3660 3861 0 0 0.562 3613 3815 0 0 0.625 3660 3861 0 0 0.562 2 interp_poly 60 -16 -46 -22 3644 4361 3 MP PP 3644 4361 0 0 0.562 3598 4339 0 0 0.562 3644 4361 0 0 0.562 2 interp_poly 3598 4339 0 0 0.562 3658 4323 0 0 0.562 3598 4339 0 0 0.562 2 interp_poly -46 -23 60 -16 3598 4339 3 MP PP 3598 4339 0 0 0.562 3658 4323 0 0 0.562 3598 4339 0 0 0.562 2 interp_poly 3658 4323 0 0 0.562 3612 4300 0 0 0.562 3658 4323 0 0 0.562 2 interp_poly -46 -18 60 -22 3550 3293 3 MP PP 3550 3293 0 0 0.562 3610 3271 0 0 0.562 3550 3293 0 0 0.562 2 interp_poly 3610 3271 0 0 0.562 3564 3253 0 0 0.562 3610 3271 0 0 0.562 2 interp_poly 60 -22 -46 -19 3596 3312 3 MP PP 3596 3312 0 0 0.562 3550 3293 0 0 0.562 3596 3312 0 0 0.562 2 interp_poly 3550 3293 0 0 0.562 3610 3271 0 0 0.562 3550 3293 0 0 0.562 2 interp_poly -46 -18 60 -19 3564 3253 3 MP PP 3564 3253 0 0 0.562 3624 3234 0 0 0.562 3564 3253 0 0 0.562 2 interp_poly 3624 3234 0 0 0.562 3578 3216 0 0 0.562 3624 3234 0 0 0.562 2 interp_poly 60 -19 -46 -18 3610 3271 3 MP PP 3610 3271 0 0 0.562 3564 3253 0 0 0.562 3610 3271 0 0 0.562 2 interp_poly 3564 3253 0 0 0.562 3624 3234 0 0 0.562 3564 3253 0 0 0.562 2 interp_poly -47 -20 61 -21 3568 3399 3 MP PP 3568 3399 0 0 0.562 3629 3378 0 0 0.562 3568 3399 0 0 0.562 2 interp_poly 3629 3378 0 0 0.562 3582 3358 0 0 0.562 3629 3378 0 0 0.562 2 interp_poly -47 -18 61 -19 3517 3235 3 MP PP 3517 3235 0 0 0.562 3578 3216 0 0 0.562 3517 3235 0 0 0.562 2 interp_poly 3578 3216 0 0 0.562 3531 3198 0 0 0.562 3578 3216 0 0 0.562 2 interp_poly 61 -19 -47 -18 3564 3253 3 MP PP 3564 3253 0 0 0.562 3517 3235 0 0 0.562 3564 3253 0 0 0.562 2 interp_poly 3517 3235 0 0 0.562 3578 3216 0 0 0.562 3517 3235 0 0 0.562 2 interp_poly -46 -19 61 -18 3531 3198 3 MP PP 3531 3198 0 0 0.562 3592 3180 0 0 0.562 3531 3198 0 0 0.562 2 interp_poly 3592 3180 0 0 0.562 3546 3161 0 0 0.562 3592 3180 0 0 0.562 2 interp_poly 61 -18 -47 -18 3578 3216 3 MP PP 3578 3216 0 0 0.562 3531 3198 0 0 0.562 3578 3216 0 0 0.562 2 interp_poly 3531 3198 0 0 0.562 3592 3180 0 0 0.562 3531 3198 0 0 0.562 2 interp_poly -46 -19 60 -24 3536 3336 3 MP PP 3536 3336 0 0 0.562 3596 3312 0 0 0.562 3536 3336 0 0 0.562 2 interp_poly 3596 3312 0 0 0.562 3550 3293 0 0 0.562 3596 3312 0 0 0.562 2 interp_poly 60 -24 -46 -22 3582 3358 3 MP PP 3582 3358 0 0 0.562 3536 3336 0 0 0.562 3582 3358 0 0 0.562 2 interp_poly 3536 3336 0 0 0.562 3596 3312 0 0 0.562 3536 3336 0 0 0.562 2 interp_poly 60 -16 -46 -19 3592 3180 3 MP PP 3592 3180 0 0 0.562 3546 3161 0 0 0.562 3592 3180 0 0 0.562 2 interp_poly 3546 3161 0 0 0.562 3606 3145 0 0 0.562 3546 3161 0 0 0.562 2 interp_poly -47 127 61 31 3572 3162 3 MP PP 3572 3162 0 0.25 1 3633 3193 0 0.125 1 3572 3162 0 0.25 1 2 interp_poly 3633 3193 0 0.125 1 3586 3320 0 0 0.875 3633 3193 0 0.125 1 2 interp_poly -47 -18 61 -28 3582 3358 3 MP PP 3582 3358 0 0 0.562 3643 3330 0 0 0.562 3582 3358 0 0 0.562 2 interp_poly 3643 3330 0 0 0.562 3596 3312 0 0 0.562 3643 3330 0 0 0.562 2 interp_poly 61 -28 -47 -20 3629 3378 3 MP PP 3629 3378 0 0 0.562 3582 3358 0 0 0.562 3629 3378 0 0 0.562 2 interp_poly 3582 3358 0 0 0.562 3643 3330 0 0 0.562 3582 3358 0 0 0.562 2 interp_poly -47 45 61 41 3586 3320 3 MP PP 3586 3320 0 0 0.875 3647 3361 0 0 0.75 3586 3320 0 0 0.875 2 interp_poly 3647 3361 0 0 0.75 3600 3406 0 0 0.625 3647 3361 0 0 0.75 2 interp_poly 61 41 -47 127 3633 3193 3 MP PP 3633 3193 0 0.125 1 3586 3320 0 0 0.875 3633 3193 0 0.125 1 2 interp_poly 3586 3320 0 0 0.875 3647 3361 0 0 0.75 3586 3320 0 0 0.875 2 interp_poly 60 -58 -46 -304 3641 3552 3 MP PP 3641 3552 0 0 0.938 3595 3248 0 0.5 1 3641 3552 0 0 0.938 2 interp_poly 3595 3248 0 0.5 1 3655 3190 0 0.562 1 3595 3248 0 0.5 1 2 interp_poly -47 -21 61 -16 3541 3031 3 MP PP 3541 3031 0 0 0.562 3602 3015 0 0 0.562 3541 3031 0 0 0.562 2 interp_poly 3602 3015 0 0 0.562 3555 2994 0 0 0.562 3602 3015 0 0 0.562 2 interp_poly 61 -16 -47 -21 3588 3052 3 MP PP 3588 3052 0 0 0.562 3541 3031 0 0 0.562 3588 3052 0 0 0.562 2 interp_poly 3541 3031 0 0 0.562 3602 3015 0 0 0.562 3541 3031 0 0 0.562 2 interp_poly -46 -20 60 -16 3546 3161 3 MP PP 3546 3161 0 0 0.562 3606 3145 0 0 0.562 3546 3161 0 0 0.562 2 interp_poly 3606 3145 0 0 0.562 3560 3125 0 0 0.562 3606 3145 0 0 0.562 2 interp_poly 61 -17 -47 -21 3598 2881 3 MP PP 3598 2881 0 0 0.562 3551 2860 0 0 0.562 3598 2881 0 0 0.562 2 interp_poly 3551 2860 0 0 0.562 3612 2843 0 0 0.562 3551 2860 0 0 0.562 2 interp_poly -46 -22 61 -16 3555 2994 3 MP PP 3555 2994 0 0 0.562 3616 2978 0 0 0.562 3555 2994 0 0 0.562 2 interp_poly 3616 2978 0 0 0.562 3570 2956 0 0 0.562 3616 2978 0 0 0.562 2 interp_poly 61 -16 -47 -21 3602 3015 3 MP PP 3602 3015 0 0 0.562 3555 2994 0 0 0.562 3602 3015 0 0 0.562 2 interp_poly 3555 2994 0 0 0.562 3616 2978 0 0 0.562 3555 2994 0 0 0.562 2 interp_poly 61 -17 -46 -21 3555 2994 3 MP PP 3555 2994 0 0 0.562 3509 2973 0 0 0.562 3555 2994 0 0 0.562 2 interp_poly 3509 2973 0 0 0.562 3570 2956 0 0 0.562 3509 2973 0 0 0.562 2 interp_poly -47 -21 61 -16 3513 3105 3 MP PP 3513 3105 0 0 0.562 3574 3089 0 0 0.562 3513 3105 0 0 0.562 2 interp_poly 3574 3089 0 0 0.562 3527 3068 0 0 0.562 3574 3089 0 0 0.562 2 interp_poly 61 -16 -47 -20 3560 3125 3 MP PP 3560 3125 0 0 0.562 3513 3105 0 0 0.562 3560 3125 0 0 0.562 2 interp_poly 3513 3105 0 0 0.562 3574 3089 0 0 0.562 3513 3105 0 0 0.562 2 interp_poly -47 -21 61 -16 3527 3068 3 MP PP 3527 3068 0 0 0.562 3588 3052 0 0 0.562 3527 3068 0 0 0.562 2 interp_poly 3588 3052 0 0 0.562 3541 3031 0 0 0.562 3588 3052 0 0 0.562 2 interp_poly 61 -16 -47 -21 3574 3089 3 MP PP 3574 3089 0 0 0.562 3527 3068 0 0 0.562 3574 3089 0 0 0.562 2 interp_poly 3527 3068 0 0 0.562 3588 3052 0 0 0.562 3527 3068 0 0 0.562 2 interp_poly -46 -20 60 -16 3560 3125 3 MP PP 3560 3125 0 0 0.562 3620 3109 0 0 0.562 3560 3125 0 0 0.562 2 interp_poly 3620 3109 0 0 0.562 3574 3089 0 0 0.562 3620 3109 0 0 0.562 2 interp_poly 60 -16 -46 -20 3606 3145 3 MP PP 3606 3145 0 0 0.562 3560 3125 0 0 0.562 3606 3145 0 0 0.562 2 interp_poly 3560 3125 0 0 0.562 3620 3109 0 0 0.562 3560 3125 0 0 0.562 2 interp_poly -47 210 61 -8 3558 2960 3 MP PP 3558 2960 0 0.688 1 3619 2952 0 0.625 1 3558 2960 0 0.688 1 2 interp_poly 3619 2952 0 0.625 1 3572 3162 0 0.25 1 3619 2952 0 0.625 1 2 interp_poly -47 -21 61 -17 3509 2973 3 MP PP 3509 2973 0 0 0.562 3570 2956 0 0 0.562 3509 2973 0 0 0.562 2 interp_poly 3570 2956 0 0 0.562 3523 2935 0 0 0.562 3570 2956 0 0 0.562 2 interp_poly -47 -22 61 -16 3523 2935 3 MP PP 3523 2935 0 0 0.562 3584 2919 0 0 0.562 3523 2935 0 0 0.562 2 interp_poly 3584 2919 0 0 0.562 3537 2897 0 0 0.562 3584 2919 0 0 0.562 2 interp_poly 61 -16 -47 -21 3570 2956 3 MP PP 3570 2956 0 0 0.562 3523 2935 0 0 0.562 3570 2956 0 0 0.562 2 interp_poly 3523 2935 0 0 0.562 3584 2919 0 0 0.562 3523 2935 0 0 0.562 2 interp_poly -47 -21 61 -16 3537 2897 3 MP PP 3537 2897 0 0 0.562 3598 2881 0 0 0.562 3537 2897 0 0 0.562 2 interp_poly 3598 2881 0 0 0.562 3551 2860 0 0 0.562 3598 2881 0 0 0.562 2 interp_poly 61 -16 -47 -22 3584 2919 3 MP PP 3584 2919 0 0 0.562 3537 2897 0 0 0.562 3584 2919 0 0 0.562 2 interp_poly 3537 2897 0 0 0.562 3598 2881 0 0 0.562 3537 2897 0 0 0.562 2 interp_poly 61 -8 -47 258 3605 2702 3 MP PP 3605 2702 0.188 1 0.875 3558 2960 0 0.688 1 3605 2702 0.188 1 0.875 2 interp_poly 3558 2960 0 0.688 1 3619 2952 0 0.625 1 3558 2960 0 0.688 1 2 interp_poly 61 31 -47 210 3619 2952 3 MP PP 3619 2952 0 0.625 1 3572 3162 0 0.25 1 3619 2952 0 0.625 1 2 interp_poly 3572 3162 0 0.25 1 3633 3193 0 0.125 1 3572 3162 0 0.25 1 2 interp_poly -46 -433 60 -58 3595 3248 3 MP PP 3595 3248 0 0.5 1 3655 3190 0 0.562 1 3595 3248 0 0.5 1 2 interp_poly 3655 3190 0 0.562 1 3609 2757 0.312 1 0.75 3655 3190 0 0.562 1 2 interp_poly 61 -14 -47 -23 3640 4224 3 MP PP 3640 4224 0 0 0.562 3593 4201 0 0 0.562 3640 4224 0 0 0.562 2 interp_poly 3593 4201 0 0 0.562 3654 4187 0 0 0.562 3593 4201 0 0 0.562 2 interp_poly -47 -23 61 -14 3593 4201 3 MP PP 3593 4201 0 0 0.562 3654 4187 0 0 0.562 3593 4201 0 0 0.562 2 interp_poly 3654 4187 0 0 0.562 3607 4164 0 0 0.562 3654 4187 0 0 0.562 2 interp_poly 61 -21 -47 -25 3636 4083 3 MP PP 3636 4083 0 0 0.562 3589 4058 0 0 0.562 3636 4083 0 0 0.562 2 interp_poly 3589 4058 0 0 0.562 3650 4037 0 0 0.562 3589 4058 0 0 0.562 2 interp_poly -47 -31 61 -21 3589 4058 3 MP PP 3589 4058 0 0 0.562 3650 4037 0 0 0.562 3589 4058 0 0 0.562 2 interp_poly 3650 4037 0 0 0.562 3603 4006 0 0 0.562 3650 4037 0 0 0.562 2 interp_poly -46 -22 60 -17 3588 4512 3 MP PP 3588 4512 0 0 0.562 3648 4495 0 0 0.562 3588 4512 0 0 0.562 2 interp_poly 3648 4495 0 0 0.562 3602 4473 0 0 0.562 3648 4495 0 0 0.562 2 interp_poly 61 12 -46 -42 3631 3909 3 MP PP 3631 3909 0 0 0.625 3585 3867 0 0 0.688 3631 3909 0 0 0.625 2 interp_poly 3585 3867 0 0 0.688 3646 3879 0 0 0.625 3585 3867 0 0 0.688 2 interp_poly -47 -42 61 12 3585 3867 3 MP PP 3585 3867 0 0 0.688 3646 3879 0 0 0.625 3585 3867 0 0 0.688 2 interp_poly 3646 3879 0 0 0.625 3599 3837 0 0 0.625 3646 3879 0 0 0.625 2 interp_poly 61 -16 -47 -22 3630 4399 3 MP PP 3630 4399 0 0 0.562 3583 4377 0 0 0.562 3630 4399 0 0 0.562 2 interp_poly 3583 4377 0 0 0.562 3644 4361 0 0 0.562 3583 4377 0 0 0.562 2 interp_poly -46 -22 61 -16 3583 4377 3 MP PP 3583 4377 0 0 0.562 3644 4361 0 0 0.562 3583 4377 0 0 0.562 2 interp_poly 3644 4361 0 0 0.562 3598 4339 0 0 0.562 3644 4361 0 0 0.562 2 interp_poly 60 -44 -46 -154 3627 3750 3 MP PP 3627 3750 0 0 0.688 3581 3596 0 0 0.938 3627 3750 0 0 0.688 2 interp_poly 3581 3596 0 0 0.938 3641 3552 0 0 0.938 3581 3596 0 0 0.938 2 interp_poly -46 -22 61 -4 3507 3403 3 MP PP 3507 3403 0 0 0.562 3568 3399 0 0 0.562 3507 3403 0 0 0.562 2 interp_poly 3568 3399 0 0 0.562 3522 3377 0 0 0.562 3568 3399 0 0 0.562 2 interp_poly 61 -4 -47 -10 3554 3413 3 MP PP 3554 3413 0 0 0.562 3507 3403 0 0 0.562 3554 3413 0 0 0.562 2 interp_poly 3507 3403 0 0 0.562 3568 3399 0 0 0.562 3507 3403 0 0 0.562 2 interp_poly 60 -19 -46 -22 3568 3399 3 MP PP 3568 3399 0 0 0.562 3522 3377 0 0 0.562 3568 3399 0 0 0.562 2 interp_poly 3522 3377 0 0 0.562 3582 3358 0 0 0.562 3522 3377 0 0 0.562 2 interp_poly -47 -16 61 2 3554 3413 3 MP PP 3554 3413 0 0 0.562 3615 3415 0 0 0.562 3554 3413 0 0 0.562 2 interp_poly 3615 3415 0 0 0.562 3568 3399 0 0 0.562 3615 3415 0 0 0.562 2 interp_poly -46 7 60 28 3540 3378 3 MP PP 3540 3378 0 0 0.688 3600 3406 0 0 0.625 3540 3378 0 0 0.688 2 interp_poly 3600 3406 0 0 0.625 3554 3413 0 0 0.562 3600 3406 0 0 0.625 2 interp_poly -46 -22 60 -19 3522 3377 3 MP PP 3522 3377 0 0 0.562 3582 3358 0 0 0.562 3522 3377 0 0 0.562 2 interp_poly 3582 3358 0 0 0.562 3536 3336 0 0 0.562 3582 3358 0 0 0.562 2 interp_poly 60 28 -46 58 3586 3320 3 MP PP 3586 3320 0 0 0.875 3540 3378 0 0 0.688 3586 3320 0 0 0.875 2 interp_poly 3540 3378 0 0 0.688 3600 3406 0 0 0.625 3540 3378 0 0 0.688 2 interp_poly 61 2 -46 7 3600 3406 3 MP PP 3600 3406 0 0 0.625 3554 3413 0 0 0.562 3600 3406 0 0 0.625 2 interp_poly 3554 3413 0 0 0.562 3615 3415 0 0 0.562 3554 3413 0 0 0.562 2 interp_poly -46 -304 60 -44 3581 3596 3 MP PP 3581 3596 0 0 0.938 3641 3552 0 0 0.938 3581 3596 0 0 0.938 2 interp_poly 3641 3552 0 0 0.938 3595 3248 0 0.5 1 3641 3552 0 0 0.938 2 interp_poly 61 -14 -47 -24 3626 4262 3 MP PP 3626 4262 0 0 0.562 3579 4238 0 0 0.562 3626 4262 0 0 0.562 2 interp_poly 3579 4238 0 0 0.562 3640 4224 0 0 0.562 3579 4238 0 0 0.562 2 interp_poly -47 -23 61 -14 3579 4238 3 MP PP 3579 4238 0 0 0.562 3640 4224 0 0 0.562 3579 4238 0 0 0.562 2 interp_poly 3640 4224 0 0 0.562 3593 4201 0 0 0.562 3640 4224 0 0 0.562 2 interp_poly -46 98 61 117 3576 2239 3 MP PP 3576 2239 1 0.875 0 3637 2356 0.938 1 0.125 3576 2239 1 0.875 0 2 interp_poly 3637 2356 0.938 1 0.125 3591 2454 0.688 1 0.375 3637 2356 0.938 1 0.125 2 interp_poly 61 117 -47 -175 3623 2414 3 MP PP 3623 2414 0.875 1 0.188 3576 2239 1 0.875 0 3623 2414 0.875 1 0.188 2 interp_poly 3576 2239 1 0.875 0 3637 2356 0.938 1 0.125 3576 2239 1 0.875 0 2 interp_poly 61 -20 -47 -23 3622 4126 3 MP PP 3622 4126 0 0 0.562 3575 4103 0 0 0.562 3622 4126 0 0 0.562 2 interp_poly 3575 4103 0 0 0.562 3636 4083 0 0 0.562 3575 4103 0 0 0.562 2 interp_poly -47 -25 61 -20 3575 4103 3 MP PP 3575 4103 0 0 0.562 3636 4083 0 0 0.562 3575 4103 0 0 0.562 2 interp_poly 3636 4083 0 0 0.562 3589 4058 0 0 0.562 3636 4083 0 0 0.562 2 interp_poly 60 -6 -46 -39 3617 3954 3 MP PP 3617 3954 0 0 0.625 3571 3915 0 0 0.625 3617 3954 0 0 0.625 2 interp_poly 3571 3915 0 0 0.625 3631 3909 0 0 0.625 3571 3915 0 0 0.625 2 interp_poly -46 -42 60 -6 3571 3915 3 MP PP 3571 3915 0 0 0.625 3631 3909 0 0 0.625 3571 3915 0 0 0.625 2 interp_poly 3631 3909 0 0 0.625 3585 3867 0 0 0.688 3631 3909 0 0 0.625 2 interp_poly 61 -16 -47 -21 3616 4436 3 MP PP 3616 4436 0 0 0.562 3569 4415 0 0 0.562 3616 4436 0 0 0.562 2 interp_poly 3569 4415 0 0 0.562 3630 4399 0 0 0.562 3569 4415 0 0 0.562 2 interp_poly -47 -22 61 -16 3569 4415 3 MP PP 3569 4415 0 0 0.562 3630 4399 0 0 0.562 3569 4415 0 0 0.562 2 interp_poly 3630 4399 0 0 0.562 3583 4377 0 0 0.562 3630 4399 0 0 0.562 2 interp_poly 60 16 -46 -81 3613 3815 3 MP PP 3613 3815 0 0 0.625 3567 3734 0 0 0.75 3613 3815 0 0 0.625 2 interp_poly 3567 3734 0 0 0.75 3627 3750 0 0 0.688 3567 3734 0 0 0.75 2 interp_poly -46 -154 60 16 3567 3734 3 MP PP 3567 3734 0 0 0.75 3627 3750 0 0 0.688 3567 3734 0 0 0.75 2 interp_poly 3627 3750 0 0 0.688 3581 3596 0 0 0.938 3627 3750 0 0 0.688 2 interp_poly 61 -15 -47 -23 3612 4300 3 MP PP 3612 4300 0 0 0.562 3565 4277 0 0 0.562 3612 4300 0 0 0.562 2 interp_poly 3565 4277 0 0 0.562 3626 4262 0 0 0.562 3565 4277 0 0 0.562 2 interp_poly -47 -24 61 -15 3565 4277 3 MP PP 3565 4277 0 0 0.562 3626 4262 0 0 0.562 3565 4277 0 0 0.562 2 interp_poly 3626 4262 0 0 0.562 3579 4238 0 0 0.562 3626 4262 0 0 0.562 2 interp_poly -47 256 61 83 3530 2371 3 MP PP 3530 2371 0.875 1 0.188 3591 2454 0.688 1 0.375 3530 2371 0.875 1 0.188 2 interp_poly 3591 2454 0.688 1 0.375 3544 2710 0.188 1 0.875 3591 2454 0.688 1 0.375 2 interp_poly 61 83 -46 132 3576 2239 3 MP PP 3576 2239 1 0.875 0 3530 2371 0.875 1 0.188 3576 2239 1 0.875 0 2 interp_poly 3530 2371 0.875 1 0.188 3591 2454 0.688 1 0.375 3530 2371 0.875 1 0.188 2 interp_poly -47 258 61 -8 3544 2710 3 MP PP 3544 2710 0.188 1 0.875 3605 2702 0.188 1 0.875 3544 2710 0.188 1 0.875 2 interp_poly 3605 2702 0.188 1 0.875 3558 2960 0 0.688 1 3605 2702 0.188 1 0.875 2 interp_poly 61 -8 -47 256 3591 2454 3 MP PP 3591 2454 0.688 1 0.375 3544 2710 0.188 1 0.875 3591 2454 0.688 1 0.375 2 interp_poly 3544 2710 0.188 1 0.875 3605 2702 0.188 1 0.875 3544 2710 0.188 1 0.875 2 interp_poly 61 129 -47 -472 3609 2757 3 MP PP 3609 2757 0.312 1 0.75 3562 2285 1 0.875 0 3609 2757 0.312 1 0.75 2 interp_poly 3562 2285 1 0.875 0 3623 2414 0.875 1 0.188 3562 2285 1 0.875 0 2 interp_poly -47 -175 61 129 3562 2285 3 MP PP 3562 2285 1 0.875 0 3623 2414 0.875 1 0.188 3562 2285 1 0.875 0 2 interp_poly 3623 2414 0.875 1 0.188 3576 2239 1 0.875 0 3623 2414 0.875 1 0.188 2 interp_poly 61 -16 -46 -22 3607 4164 3 MP PP 3607 4164 0 0 0.562 3561 4142 0 0 0.562 3607 4164 0 0 0.562 2 interp_poly 3561 4142 0 0 0.562 3622 4126 0 0 0.562 3561 4142 0 0 0.562 2 interp_poly -47 -23 61 -16 3561 4142 3 MP PP 3561 4142 0 0 0.562 3622 4126 0 0 0.562 3561 4142 0 0 0.562 2 interp_poly 3622 4126 0 0 0.562 3575 4103 0 0 0.562 3622 4126 0 0 0.562 2 interp_poly 60 -19 -46 -33 3603 4006 3 MP PP 3603 4006 0 0 0.562 3557 3973 0 0 0.625 3603 4006 0 0 0.562 2 interp_poly 3557 3973 0 0 0.625 3617 3954 0 0 0.625 3557 3973 0 0 0.625 2 interp_poly -46 -39 60 -19 3557 3973 3 MP PP 3557 3973 0 0 0.625 3617 3954 0 0 0.625 3557 3973 0 0 0.625 2 interp_poly 3617 3954 0 0 0.625 3571 3915 0 0 0.625 3617 3954 0 0 0.625 2 interp_poly 61 -17 -47 -20 3602 4473 3 MP PP 3602 4473 0 0 0.562 3555 4453 0 0 0.562 3602 4473 0 0 0.562 2 interp_poly 3555 4453 0 0 0.562 3616 4436 0 0 0.562 3555 4453 0 0 0.562 2 interp_poly -47 -21 61 -17 3555 4453 3 MP PP 3555 4453 0 0 0.562 3616 4436 0 0 0.562 3555 4453 0 0 0.562 2 interp_poly 3616 4436 0 0 0.562 3569 4415 0 0 0.562 3616 4436 0 0 0.562 2 interp_poly 60 39 -46 -61 3599 3837 3 MP PP 3599 3837 0 0 0.625 3553 3776 0 0 0.75 3599 3837 0 0 0.625 2 interp_poly 3553 3776 0 0 0.75 3613 3815 0 0 0.625 3553 3776 0 0 0.75 2 interp_poly -46 -81 60 39 3553 3776 3 MP PP 3553 3776 0 0 0.75 3613 3815 0 0 0.625 3553 3776 0 0 0.75 2 interp_poly 3613 3815 0 0 0.625 3567 3734 0 0 0.75 3613 3815 0 0 0.625 2 interp_poly 61 -16 -47 -23 3598 4339 3 MP PP 3598 4339 0 0 0.562 3551 4316 0 0 0.562 3598 4339 0 0 0.562 2 interp_poly 3551 4316 0 0 0.562 3612 4300 0 0 0.562 3551 4316 0 0 0.562 2 interp_poly -47 -23 61 -16 3551 4316 3 MP PP 3551 4316 0 0 0.562 3612 4300 0 0 0.562 3551 4316 0 0 0.562 2 interp_poly 3612 4300 0 0 0.562 3565 4277 0 0 0.562 3612 4300 0 0 0.562 2 interp_poly 61 9 -47 -500 3595 3248 3 MP PP 3595 3248 0 0.5 1 3548 2748 0.375 1 0.688 3595 3248 0 0.5 1 2 interp_poly 3548 2748 0.375 1 0.688 3609 2757 0.312 1 0.75 3548 2748 0.375 1 0.688 2 interp_poly -47 -472 61 9 3548 2748 3 MP PP 3548 2748 0.375 1 0.688 3609 2757 0.312 1 0.75 3548 2748 0.375 1 0.688 2 interp_poly 3609 2757 0.312 1 0.75 3562 2285 1 0.875 0 3609 2757 0.312 1 0.75 2 interp_poly 60 -15 -46 -22 3593 4201 3 MP PP 3593 4201 0 0 0.562 3547 4179 0 0 0.562 3593 4201 0 0 0.562 2 interp_poly 3547 4179 0 0 0.562 3607 4164 0 0 0.562 3547 4179 0 0 0.562 2 interp_poly -46 -22 60 -15 3547 4179 3 MP PP 3547 4179 0 0 0.562 3607 4164 0 0 0.562 3547 4179 0 0 0.562 2 interp_poly 3607 4164 0 0 0.562 3561 4142 0 0 0.562 3607 4164 0 0 0.562 2 interp_poly 60 -24 -46 -28 3589 4058 3 MP PP 3589 4058 0 0 0.562 3543 4030 0 0 0.562 3589 4058 0 0 0.562 2 interp_poly 3543 4030 0 0 0.562 3603 4006 0 0 0.562 3543 4030 0 0 0.562 2 interp_poly -46 -33 60 -24 3543 4030 3 MP PP 3543 4030 0 0 0.562 3603 4006 0 0 0.562 3543 4030 0 0 0.562 2 interp_poly 3603 4006 0 0 0.562 3557 3973 0 0 0.625 3603 4006 0 0 0.562 2 interp_poly 61 -18 -47 -21 3588 4512 3 MP PP 3588 4512 0 0 0.562 3541 4491 0 0 0.562 3588 4512 0 0 0.562 2 interp_poly 3541 4491 0 0 0.562 3602 4473 0 0 0.562 3541 4491 0 0 0.562 2 interp_poly -47 -20 61 -18 3541 4491 3 MP PP 3541 4491 0 0 0.562 3602 4473 0 0 0.562 3541 4491 0 0 0.562 2 interp_poly 3602 4473 0 0 0.562 3555 4453 0 0 0.562 3602 4473 0 0 0.562 2 interp_poly 61 25 -47 -55 3585 3867 3 MP PP 3585 3867 0 0 0.688 3538 3812 0 0 0.75 3585 3867 0 0 0.688 2 interp_poly 3538 3812 0 0 0.75 3599 3837 0 0 0.625 3538 3812 0 0 0.75 2 interp_poly -46 -61 61 25 3538 3812 3 MP PP 3538 3812 0 0 0.75 3599 3837 0 0 0.625 3538 3812 0 0 0.75 2 interp_poly 3599 3837 0 0 0.625 3553 3776 0 0 0.75 3599 3837 0 0 0.625 2 interp_poly 61 -16 -46 -22 3583 4377 3 MP PP 3583 4377 0 0 0.562 3537 4355 0 0 0.562 3583 4377 0 0 0.562 2 interp_poly 3537 4355 0 0 0.562 3598 4339 0 0 0.562 3537 4355 0 0 0.562 2 interp_poly -47 -23 61 -16 3537 4355 3 MP PP 3537 4355 0 0 0.562 3598 4339 0 0 0.562 3537 4355 0 0 0.562 2 interp_poly 3598 4339 0 0 0.562 3551 4316 0 0 0.562 3598 4339 0 0 0.562 2 interp_poly -47 -19 61 -21 3489 3314 3 MP PP 3489 3314 0 0 0.562 3550 3293 0 0 0.562 3489 3314 0 0 0.562 2 interp_poly 3550 3293 0 0 0.562 3503 3274 0 0 0.562 3550 3293 0 0 0.562 2 interp_poly 61 -21 -47 -22 3536 3336 3 MP PP 3536 3336 0 0 0.562 3489 3314 0 0 0.562 3536 3336 0 0 0.562 2 interp_poly 3489 3314 0 0 0.562 3550 3293 0 0 0.562 3489 3314 0 0 0.562 2 interp_poly 61 -8 -46 -18 3507 3403 3 MP PP 3507 3403 0 0 0.562 3461 3385 0 0 0.562 3507 3403 0 0 0.562 2 interp_poly 3461 3385 0 0 0.562 3522 3377 0 0 0.562 3461 3385 0 0 0.562 2 interp_poly -47 -10 61 16 3493 3397 3 MP PP 3493 3397 0 0 0.625 3554 3413 0 0 0.562 3493 3397 0 0 0.625 2 interp_poly 3554 3413 0 0 0.562 3507 3403 0 0 0.562 3554 3413 0 0 0.562 2 interp_poly 61 16 -47 19 3540 3378 3 MP PP 3540 3378 0 0 0.688 3493 3397 0 0 0.625 3540 3378 0 0 0.688 2 interp_poly 3493 3397 0 0 0.625 3554 3413 0 0 0.562 3493 3397 0 0 0.625 2 interp_poly 61 -21 -47 -19 3550 3293 3 MP PP 3550 3293 0 0 0.562 3503 3274 0 0 0.562 3550 3293 0 0 0.562 2 interp_poly 3503 3274 0 0 0.562 3564 3253 0 0 0.562 3503 3274 0 0 0.562 2 interp_poly -47 -22 61 -18 3475 3354 3 MP PP 3475 3354 0 0 0.562 3536 3336 0 0 0.562 3475 3354 0 0 0.562 2 interp_poly 3536 3336 0 0 0.562 3489 3314 0 0 0.562 3536 3336 0 0 0.562 2 interp_poly 61 -18 -47 -23 3522 3377 3 MP PP 3522 3377 0 0 0.562 3475 3354 0 0 0.562 3522 3377 0 0 0.562 2 interp_poly 3475 3354 0 0 0.562 3536 3336 0 0 0.562 3475 3354 0 0 0.562 2 interp_poly -46 58 60 32 3526 3288 3 MP PP 3526 3288 0 0 0.938 3586 3320 0 0 0.875 3526 3288 0 0 0.938 2 interp_poly 3586 3320 0 0 0.875 3540 3378 0 0 0.688 3586 3320 0 0 0.875 2 interp_poly -47 -18 61 -21 3503 3274 3 MP PP 3503 3274 0 0 0.562 3564 3253 0 0 0.562 3503 3274 0 0 0.562 2 interp_poly 3564 3253 0 0 0.562 3517 3235 0 0 0.562 3564 3253 0 0 0.562 2 interp_poly 60 32 -46 126 3572 3162 3 MP PP 3572 3162 0 0.25 1 3526 3288 0 0 0.938 3572 3162 0 0.25 1 2 interp_poly 3526 3288 0 0 0.938 3586 3320 0 0 0.875 3526 3288 0 0 0.938 2 interp_poly 61 -41 -47 -307 3581 3596 3 MP PP 3581 3596 0 0 0.938 3534 3289 0 0.438 1 3581 3596 0 0 0.938 2 interp_poly 3534 3289 0 0.438 1 3595 3248 0 0.5 1 3534 3289 0 0.438 1 2 interp_poly -46 -21 60 -17 3481 3048 3 MP PP 3481 3048 0 0 0.562 3541 3031 0 0 0.562 3481 3048 0 0 0.562 2 interp_poly 3541 3031 0 0 0.562 3495 3010 0 0 0.562 3541 3031 0 0 0.562 2 interp_poly 60 -17 -46 -20 3527 3068 3 MP PP 3527 3068 0 0 0.562 3481 3048 0 0 0.562 3527 3068 0 0 0.562 2 interp_poly 3481 3048 0 0 0.562 3541 3031 0 0 0.562 3481 3048 0 0 0.562 2 interp_poly -47 -19 61 -17 3485 3178 3 MP PP 3485 3178 0 0 0.562 3546 3161 0 0 0.562 3485 3178 0 0 0.562 2 interp_poly 3546 3161 0 0 0.562 3499 3142 0 0 0.562 3546 3161 0 0 0.562 2 interp_poly 61 -17 -46 -20 3531 3198 3 MP PP 3531 3198 0 0 0.562 3485 3178 0 0 0.562 3531 3198 0 0 0.562 2 interp_poly 3485 3178 0 0 0.562 3546 3161 0 0 0.562 3485 3178 0 0 0.562 2 interp_poly 60 -16 -46 -21 3537 2897 3 MP PP 3537 2897 0 0 0.562 3491 2876 0 0 0.562 3537 2897 0 0 0.562 2 interp_poly 3491 2876 0 0 0.562 3551 2860 0 0 0.562 3491 2876 0 0 0.562 2 interp_poly -46 -21 60 -16 3495 3010 3 MP PP 3495 3010 0 0 0.562 3555 2994 0 0 0.562 3495 3010 0 0 0.562 2 interp_poly 3555 2994 0 0 0.562 3509 2973 0 0 0.562 3555 2994 0 0 0.562 2 interp_poly 60 -16 -46 -21 3541 3031 3 MP PP 3541 3031 0 0 0.562 3495 3010 0 0 0.562 3541 3031 0 0 0.562 2 interp_poly 3495 3010 0 0 0.562 3555 2994 0 0 0.562 3495 3010 0 0 0.562 2 interp_poly 61 -16 -47 -21 3495 3010 3 MP PP 3495 3010 0 0 0.562 3448 2989 0 0 0.562 3495 3010 0 0 0.562 2 interp_poly 3448 2989 0 0 0.562 3509 2973 0 0 0.562 3448 2989 0 0 0.562 2 interp_poly -46 -20 60 -17 3453 3122 3 MP PP 3453 3122 0 0 0.562 3513 3105 0 0 0.562 3453 3122 0 0 0.562 2 interp_poly 3513 3105 0 0 0.562 3467 3085 0 0 0.562 3513 3105 0 0 0.562 2 interp_poly 60 -17 -46 -20 3499 3142 3 MP PP 3499 3142 0 0 0.562 3453 3122 0 0 0.562 3499 3142 0 0 0.562 2 interp_poly 3453 3122 0 0 0.562 3513 3105 0 0 0.562 3453 3122 0 0 0.562 2 interp_poly -46 -20 60 -17 3467 3085 3 MP PP 3467 3085 0 0 0.562 3527 3068 0 0 0.562 3467 3085 0 0 0.562 2 interp_poly 3527 3068 0 0 0.562 3481 3048 0 0 0.562 3527 3068 0 0 0.562 2 interp_poly 60 -17 -46 -20 3513 3105 3 MP PP 3513 3105 0 0 0.562 3467 3085 0 0 0.562 3513 3105 0 0 0.562 2 interp_poly 3467 3085 0 0 0.562 3527 3068 0 0 0.562 3467 3085 0 0 0.562 2 interp_poly -47 -20 61 -17 3499 3142 3 MP PP 3499 3142 0 0 0.562 3560 3125 0 0 0.562 3499 3142 0 0 0.562 2 interp_poly 3560 3125 0 0 0.562 3513 3105 0 0 0.562 3560 3125 0 0 0.562 2 interp_poly 61 -17 -47 -19 3546 3161 3 MP PP 3546 3161 0 0 0.562 3499 3142 0 0 0.562 3546 3161 0 0 0.562 2 interp_poly 3499 3142 0 0 0.562 3560 3125 0 0 0.562 3499 3142 0 0 0.562 2 interp_poly -46 198 60 -21 3498 2981 3 MP PP 3498 2981 0 0.688 1 3558 2960 0 0.688 1 3498 2981 0 0.688 1 2 interp_poly 3558 2960 0 0.688 1 3512 3158 0 0.25 1 3558 2960 0 0.688 1 2 interp_poly -47 -21 61 -16 3448 2989 3 MP PP 3448 2989 0 0 0.562 3509 2973 0 0 0.562 3448 2989 0 0 0.562 2 interp_poly 3509 2973 0 0 0.562 3462 2952 0 0 0.562 3509 2973 0 0 0.562 2 interp_poly -46 -21 61 -17 3462 2952 3 MP PP 3462 2952 0 0 0.562 3523 2935 0 0 0.562 3462 2952 0 0 0.562 2 interp_poly 3523 2935 0 0 0.562 3477 2914 0 0 0.562 3523 2935 0 0 0.562 2 interp_poly 61 -17 -47 -21 3509 2973 3 MP PP 3509 2973 0 0 0.562 3462 2952 0 0 0.562 3509 2973 0 0 0.562 2 interp_poly 3462 2952 0 0 0.562 3523 2935 0 0 0.562 3462 2952 0 0 0.562 2 interp_poly -46 -21 60 -17 3477 2914 3 MP PP 3477 2914 0 0 0.562 3537 2897 0 0 0.562 3477 2914 0 0 0.562 2 interp_poly 3537 2897 0 0 0.562 3491 2876 0 0 0.562 3537 2897 0 0 0.562 2 interp_poly 60 -17 -46 -21 3523 2935 3 MP PP 3523 2935 0 0 0.562 3477 2914 0 0 0.562 3523 2935 0 0 0.562 2 interp_poly 3477 2914 0 0 0.562 3537 2897 0 0 0.562 3477 2914 0 0 0.562 2 interp_poly 60 -21 -46 271 3544 2710 3 MP PP 3544 2710 0.188 1 0.875 3498 2981 0 0.688 1 3544 2710 0.188 1 0.875 2 interp_poly 3498 2981 0 0.688 1 3558 2960 0 0.688 1 3498 2981 0 0.688 1 2 interp_poly -46 -20 60 -17 3471 3215 3 MP PP 3471 3215 0 0 0.562 3531 3198 0 0 0.562 3471 3215 0 0 0.562 2 interp_poly 3531 3198 0 0 0.562 3485 3178 0 0 0.562 3531 3198 0 0 0.562 2 interp_poly 60 -17 -46 -20 3517 3235 3 MP PP 3517 3235 0 0 0.562 3471 3215 0 0 0.562 3517 3235 0 0 0.562 2 interp_poly 3471 3215 0 0 0.562 3531 3198 0 0 0.562 3471 3215 0 0 0.562 2 interp_poly -46 126 60 4 3512 3158 3 MP PP 3512 3158 0 0.25 1 3572 3162 0 0.25 1 3512 3158 0 0.25 1 2 interp_poly 3572 3162 0 0.25 1 3526 3288 0 0 0.938 3572 3162 0 0.25 1 2 interp_poly 60 4 -46 198 3558 2960 3 MP PP 3558 2960 0 0.688 1 3512 3158 0 0.25 1 3558 2960 0 0.688 1 2 interp_poly 3512 3158 0 0.25 1 3572 3162 0 0.25 1 3512 3158 0 0.25 1 2 interp_poly -47 -500 61 -41 3534 3289 3 MP PP 3534 3289 0 0.438 1 3595 3248 0 0.5 1 3534 3289 0 0.438 1 2 interp_poly 3595 3248 0 0.5 1 3548 2748 0.375 1 0.688 3595 3248 0 0.5 1 2 interp_poly 60 -14 -46 -23 3579 4238 3 MP PP 3579 4238 0 0 0.562 3533 4215 0 0 0.562 3579 4238 0 0 0.562 2 interp_poly 3533 4215 0 0 0.562 3593 4201 0 0 0.562 3533 4215 0 0 0.562 2 interp_poly -46 -22 60 -14 3533 4215 3 MP PP 3533 4215 0 0 0.562 3593 4201 0 0 0.562 3533 4215 0 0 0.562 2 interp_poly 3593 4201 0 0 0.562 3547 4179 0 0 0.562 3593 4201 0 0 0.562 2 interp_poly 60 -21 -46 -24 3575 4103 3 MP PP 3575 4103 0 0 0.562 3529 4079 0 0 0.562 3575 4103 0 0 0.562 2 interp_poly 3529 4079 0 0 0.562 3589 4058 0 0 0.562 3529 4079 0 0 0.562 2 interp_poly -46 -28 60 -21 3529 4079 3 MP PP 3529 4079 0 0 0.562 3589 4058 0 0 0.562 3529 4079 0 0 0.562 2 interp_poly 3589 4058 0 0 0.562 3543 4030 0 0 0.562 3589 4058 0 0 0.562 2 interp_poly -47 -21 61 -18 3527 4530 3 MP PP 3527 4530 0 0 0.562 3588 4512 0 0 0.562 3527 4530 0 0 0.562 2 interp_poly 3588 4512 0 0 0.562 3541 4491 0 0 0.562 3588 4512 0 0 0.562 2 interp_poly 61 0 -47 -48 3571 3915 3 MP PP 3571 3915 0 0 0.625 3524 3867 0 0 0.688 3571 3915 0 0 0.625 2 interp_poly 3524 3867 0 0 0.688 3585 3867 0 0 0.688 3524 3867 0 0 0.688 2 interp_poly -47 -55 61 0 3524 3867 3 MP PP 3524 3867 0 0 0.688 3585 3867 0 0 0.688 3524 3867 0 0 0.688 2 interp_poly 3585 3867 0 0 0.688 3538 3812 0 0 0.75 3585 3867 0 0 0.688 2 interp_poly 60 -17 -46 -21 3569 4415 3 MP PP 3569 4415 0 0 0.562 3523 4394 0 0 0.562 3569 4415 0 0 0.562 2 interp_poly 3523 4394 0 0 0.562 3583 4377 0 0 0.562 3523 4394 0 0 0.562 2 interp_poly -46 -22 60 -17 3523 4394 3 MP PP 3523 4394 0 0 0.562 3583 4377 0 0 0.562 3523 4394 0 0 0.562 2 interp_poly 3583 4377 0 0 0.562 3537 4355 0 0 0.562 3583 4377 0 0 0.562 2 interp_poly 61 20 -47 -158 3567 3734 3 MP PP 3567 3734 0 0 0.75 3520 3576 0 0 1 3567 3734 0 0 0.75 2 interp_poly 3520 3576 0 0 1 3581 3596 0 0 0.938 3520 3576 0 0 1 2 interp_poly -47 -23 61 -8 3461 3385 3 MP PP 3461 3385 0 0 0.562 3522 3377 0 0 0.562 3461 3385 0 0 0.562 2 interp_poly 3522 3377 0 0 0.562 3475 3354 0 0 0.562 3522 3377 0 0 0.562 2 interp_poly -47 19 61 23 3479 3355 3 MP PP 3479 3355 0 0 0.812 3540 3378 0 0 0.688 3479 3355 0 0 0.812 2 interp_poly 3540 3378 0 0 0.688 3493 3397 0 0 0.625 3540 3378 0 0 0.688 2 interp_poly 61 23 -47 67 3526 3288 3 MP PP 3526 3288 0 0 0.938 3479 3355 0 0 0.812 3526 3288 0 0 0.938 2 interp_poly 3479 3355 0 0 0.812 3540 3378 0 0 0.688 3479 3355 0 0 0.812 2 interp_poly -47 -307 61 20 3520 3576 3 MP PP 3520 3576 0 0 1 3581 3596 0 0 0.938 3520 3576 0 0 1 2 interp_poly 3581 3596 0 0 0.938 3534 3289 0 0.438 1 3581 3596 0 0 0.938 2 interp_poly 60 -15 -46 -24 3565 4277 3 MP PP 3565 4277 0 0 0.562 3519 4253 0 0 0.562 3565 4277 0 0 0.562 2 interp_poly 3519 4253 0 0 0.562 3579 4238 0 0 0.562 3519 4253 0 0 0.562 2 interp_poly -46 -23 60 -15 3519 4253 3 MP PP 3519 4253 0 0 0.562 3579 4238 0 0 0.562 3519 4253 0 0 0.562 2 interp_poly 3579 4238 0 0 0.562 3533 4215 0 0 0.562 3579 4238 0 0 0.562 2 interp_poly -46 132 60 186 3516 2053 3 MP PP 3516 2053 1 0.5 0 3576 2239 1 0.875 0 3516 2053 1 0.5 0 2 interp_poly 3576 2239 1 0.875 0 3530 2371 0.875 1 0.188 3576 2239 1 0.875 0 2 interp_poly 60 186 -46 -232 3562 2285 3 MP PP 3562 2285 1 0.875 0 3516 2053 1 0.5 0 3562 2285 1 0.875 0 2 interp_poly 3516 2053 1 0.5 0 3576 2239 1 0.875 0 3516 2053 1 0.5 0 2 interp_poly gr 1 sg gs 899 389 5356 4226 rc 61 -17 -47 -22 3561 4142 3 MP PP 3561 4142 0 0 0.562 3514 4120 0 0 0.562 3561 4142 0 0 0.562 2 interp_poly 3514 4120 0 0 0.562 3575 4103 0 0 0.562 3514 4120 0 0 0.562 2 interp_poly -46 -24 61 -17 3514 4120 3 MP PP 3514 4120 0 0 0.562 3575 4103 0 0 0.562 3514 4120 0 0 0.562 2 interp_poly 3575 4103 0 0 0.562 3529 4079 0 0 0.562 3575 4103 0 0 0.562 2 interp_poly 61 -20 -47 -38 3557 3973 3 MP PP 3557 3973 0 0 0.625 3510 3935 0 0 0.625 3557 3973 0 0 0.625 2 interp_poly 3510 3935 0 0 0.625 3571 3915 0 0 0.625 3510 3935 0 0 0.625 2 interp_poly -47 -48 61 -20 3510 3935 3 MP PP 3510 3935 0 0 0.625 3571 3915 0 0 0.625 3510 3935 0 0 0.625 2 interp_poly 3571 3915 0 0 0.625 3524 3867 0 0 0.688 3571 3915 0 0 0.625 2 interp_poly 60 -17 -46 -21 3555 4453 3 MP PP 3555 4453 0 0 0.562 3509 4432 0 0 0.562 3555 4453 0 0 0.562 2 interp_poly 3509 4432 0 0 0.562 3569 4415 0 0 0.562 3509 4432 0 0 0.562 2 interp_poly -46 -21 60 -17 3509 4432 3 MP PP 3509 4432 0 0 0.562 3569 4415 0 0 0.562 3509 4432 0 0 0.562 2 interp_poly 3569 4415 0 0 0.562 3523 4394 0 0 0.562 3569 4415 0 0 0.562 2 interp_poly 61 56 -47 -98 3553 3776 3 MP PP 3553 3776 0 0 0.75 3506 3678 0 0 0.875 3553 3776 0 0 0.75 2 interp_poly 3506 3678 0 0 0.875 3567 3734 0 0 0.75 3506 3678 0 0 0.875 2 interp_poly -47 -158 61 56 3506 3678 3 MP PP 3506 3678 0 0 0.875 3567 3734 0 0 0.75 3506 3678 0 0 0.875 2 interp_poly 3567 3734 0 0 0.75 3520 3576 0 0 1 3567 3734 0 0 0.75 2 interp_poly 60 -15 -46 -24 3551 4316 3 MP PP 3551 4316 0 0 0.562 3505 4292 0 0 0.562 3551 4316 0 0 0.562 2 interp_poly 3505 4292 0 0 0.562 3565 4277 0 0 0.562 3505 4292 0 0 0.562 2 interp_poly -46 -24 60 -15 3505 4292 3 MP PP 3505 4292 0 0 0.562 3565 4277 0 0 0.562 3505 4292 0 0 0.562 2 interp_poly 3565 4277 0 0 0.562 3519 4253 0 0 0.562 3565 4277 0 0 0.562 2 interp_poly -47 323 61 129 3469 2242 3 MP PP 3469 2242 1 0.875 0 3530 2371 0.875 1 0.188 3469 2242 1 0.875 0 2 interp_poly 3530 2371 0.875 1 0.188 3483 2694 0.25 1 0.812 3530 2371 0.875 1 0.188 2 interp_poly 61 129 -47 189 3516 2053 3 MP PP 3516 2053 1 0.5 0 3469 2242 1 0.875 0 3516 2053 1 0.5 0 2 interp_poly 3469 2242 1 0.875 0 3530 2371 0.875 1 0.188 3469 2242 1 0.875 0 2 interp_poly 61 16 -47 323 3530 2371 3 MP PP 3530 2371 0.875 1 0.188 3483 2694 0.25 1 0.812 3530 2371 0.875 1 0.188 2 interp_poly 3483 2694 0.25 1 0.812 3544 2710 0.188 1 0.875 3483 2694 0.25 1 0.812 2 interp_poly 60 129 -46 -592 3548 2748 3 MP PP 3548 2748 0.375 1 0.688 3502 2156 1 0.625 0 3548 2748 0.375 1 0.688 2 interp_poly 3502 2156 1 0.625 0 3562 2285 1 0.875 0 3502 2156 1 0.625 0 2 interp_poly -46 -232 60 129 3502 2156 3 MP PP 3502 2156 1 0.625 0 3562 2285 1 0.875 0 3502 2156 1 0.625 0 2 interp_poly 3562 2285 1 0.875 0 3516 2053 1 0.5 0 3562 2285 1 0.875 0 2 interp_poly 61 -15 -47 -22 3547 4179 3 MP PP 3547 4179 0 0 0.562 3500 4157 0 0 0.562 3547 4179 0 0 0.562 2 interp_poly 3500 4157 0 0 0.562 3561 4142 0 0 0.562 3500 4157 0 0 0.562 2 interp_poly -47 -22 61 -15 3500 4157 3 MP PP 3500 4157 0 0 0.562 3561 4142 0 0 0.562 3500 4157 0 0 0.562 2 interp_poly 3561 4142 0 0 0.562 3514 4120 0 0 0.562 3561 4142 0 0 0.562 2 interp_poly 61 -28 -47 -29 3543 4030 3 MP PP 3543 4030 0 0 0.562 3496 4001 0 0 0.562 3543 4030 0 0 0.562 2 interp_poly 3496 4001 0 0 0.562 3557 3973 0 0 0.625 3496 4001 0 0 0.562 2 interp_poly -47 -38 61 -28 3496 4001 3 MP PP 3496 4001 0 0 0.562 3557 3973 0 0 0.625 3496 4001 0 0 0.562 2 interp_poly 3557 3973 0 0 0.625 3510 3935 0 0 0.625 3557 3973 0 0 0.625 2 interp_poly 60 -17 -46 -21 3541 4491 3 MP PP 3541 4491 0 0 0.562 3495 4470 0 0 0.562 3541 4491 0 0 0.562 2 interp_poly 3495 4470 0 0 0.562 3555 4453 0 0 0.562 3495 4470 0 0 0.562 2 interp_poly -46 -21 60 -17 3495 4470 3 MP PP 3495 4470 0 0 0.562 3555 4453 0 0 0.562 3495 4470 0 0 0.562 2 interp_poly 3555 4453 0 0 0.562 3509 4432 0 0 0.562 3555 4453 0 0 0.562 2 interp_poly 61 40 -46 -76 3538 3812 3 MP PP 3538 3812 0 0 0.75 3492 3736 0 0 0.812 3538 3812 0 0 0.75 2 interp_poly 3492 3736 0 0 0.812 3553 3776 0 0 0.75 3492 3736 0 0 0.812 2 interp_poly -47 -98 61 40 3492 3736 3 MP PP 3492 3736 0 0 0.812 3553 3776 0 0 0.75 3492 3736 0 0 0.812 2 interp_poly 3553 3776 0 0 0.75 3506 3678 0 0 0.875 3553 3776 0 0 0.75 2 interp_poly 61 -16 -47 -23 3537 4355 3 MP PP 3537 4355 0 0 0.562 3490 4332 0 0 0.562 3537 4355 0 0 0.562 2 interp_poly 3490 4332 0 0 0.562 3551 4316 0 0 0.562 3490 4332 0 0 0.562 2 interp_poly -46 -24 61 -16 3490 4332 3 MP PP 3490 4332 0 0 0.562 3551 4316 0 0 0.562 3490 4332 0 0 0.562 2 interp_poly 3551 4316 0 0 0.562 3505 4292 0 0 0.562 3551 4316 0 0 0.562 2 interp_poly -46 271 61 16 3483 2694 3 MP PP 3483 2694 0.25 1 0.812 3544 2710 0.188 1 0.875 3483 2694 0.25 1 0.812 2 interp_poly 3544 2710 0.188 1 0.875 3498 2981 0 0.688 1 3544 2710 0.188 1 0.875 2 interp_poly 60 -14 -46 -527 3534 3289 3 MP PP 3534 3289 0 0.438 1 3488 2762 0.375 1 0.688 3534 3289 0 0.438 1 2 interp_poly 3488 2762 0.375 1 0.688 3548 2748 0.375 1 0.688 3488 2762 0.375 1 0.688 2 interp_poly -46 -592 60 -14 3488 2762 3 MP PP 3488 2762 0.375 1 0.688 3548 2748 0.375 1 0.688 3488 2762 0.375 1 0.688 2 interp_poly 3548 2748 0.375 1 0.688 3502 2156 1 0.625 0 3548 2748 0.375 1 0.688 2 interp_poly 61 -12 -47 -24 3533 4215 3 MP PP 3533 4215 0 0 0.562 3486 4191 0 0 0.562 3533 4215 0 0 0.562 2 interp_poly 3486 4191 0 0 0.562 3547 4179 0 0 0.562 3486 4191 0 0 0.562 2 interp_poly -47 -22 61 -12 3486 4191 3 MP PP 3486 4191 0 0 0.562 3547 4179 0 0 0.562 3486 4191 0 0 0.562 2 interp_poly 3547 4179 0 0 0.562 3500 4157 0 0 0.562 3547 4179 0 0 0.562 2 interp_poly 61 -25 -47 -24 3529 4079 3 MP PP 3529 4079 0 0 0.562 3482 4055 0 0 0.562 3529 4079 0 0 0.562 2 interp_poly 3482 4055 0 0 0.562 3543 4030 0 0 0.562 3482 4055 0 0 0.562 2 interp_poly -47 -29 61 -25 3482 4055 3 MP PP 3482 4055 0 0 0.562 3543 4030 0 0 0.562 3482 4055 0 0 0.562 2 interp_poly 3543 4030 0 0 0.562 3496 4001 0 0 0.562 3543 4030 0 0 0.562 2 interp_poly 60 -18 -46 -21 3527 4530 3 MP PP 3527 4530 0 0 0.562 3481 4509 0 0 0.562 3527 4530 0 0 0.562 2 interp_poly 3481 4509 0 0 0.562 3541 4491 0 0 0.562 3481 4509 0 0 0.562 2 interp_poly -46 -21 60 -18 3481 4509 3 MP PP 3481 4509 0 0 0.562 3541 4491 0 0 0.562 3481 4509 0 0 0.562 2 interp_poly 3541 4491 0 0 0.562 3495 4470 0 0 0.562 3541 4491 0 0 0.562 2 interp_poly 60 6 -46 -61 3524 3867 3 MP PP 3524 3867 0 0 0.688 3478 3806 0 0 0.75 3524 3867 0 0 0.688 2 interp_poly 3478 3806 0 0 0.75 3538 3812 0 0 0.75 3478 3806 0 0 0.75 2 interp_poly -46 -76 60 6 3478 3806 3 MP PP 3478 3806 0 0 0.75 3538 3812 0 0 0.75 3478 3806 0 0 0.75 2 interp_poly 3538 3812 0 0 0.75 3492 3736 0 0 0.812 3538 3812 0 0 0.75 2 interp_poly 61 -17 -47 -22 3523 4394 3 MP PP 3523 4394 0 0 0.562 3476 4372 0 0 0.562 3523 4394 0 0 0.562 2 interp_poly 3476 4372 0 0 0.562 3537 4355 0 0 0.562 3476 4372 0 0 0.562 2 interp_poly -47 -23 61 -17 3476 4372 3 MP PP 3476 4372 0 0 0.562 3537 4355 0 0 0.562 3476 4372 0 0 0.562 2 interp_poly 3537 4355 0 0 0.562 3490 4332 0 0 0.562 3537 4355 0 0 0.562 2 interp_poly -46 -21 60 -18 3429 3332 3 MP PP 3429 3332 0 0 0.562 3489 3314 0 0 0.562 3429 3332 0 0 0.562 2 interp_poly 3489 3314 0 0 0.562 3443 3293 0 0 0.562 3489 3314 0 0 0.562 2 interp_poly 60 -18 -46 -22 3475 3354 3 MP PP 3475 3354 0 0 0.562 3429 3332 0 0 0.562 3475 3354 0 0 0.562 2 interp_poly 3429 3332 0 0 0.562 3489 3314 0 0 0.562 3429 3332 0 0 0.562 2 interp_poly -47 -20 61 -1 3400 3386 3 MP PP 3400 3386 0 0 0.562 3461 3385 0 0 0.562 3400 3386 0 0 0.562 2 interp_poly 3461 3385 0 0 0.562 3414 3365 0 0 0.562 3461 3385 0 0 0.562 2 interp_poly 61 -1 -47 -11 3447 3397 3 MP PP 3447 3397 0 0 0.625 3400 3386 0 0 0.562 3447 3397 0 0 0.625 2 interp_poly 3400 3386 0 0 0.562 3461 3385 0 0 0.562 3400 3386 0 0 0.562 2 interp_poly -46 -18 60 6 3447 3397 3 MP PP 3447 3397 0 0 0.625 3507 3403 0 0 0.562 3447 3397 0 0 0.625 2 interp_poly 3507 3403 0 0 0.562 3461 3385 0 0 0.562 3507 3403 0 0 0.562 2 interp_poly -46 0 60 13 3433 3384 3 MP PP 3433 3384 0 0 0.688 3493 3397 0 0 0.625 3433 3384 0 0 0.688 2 interp_poly 3493 3397 0 0 0.625 3447 3397 0 0 0.625 3493 3397 0 0 0.625 2 interp_poly 61 -11 -47 -20 3461 3385 3 MP PP 3461 3385 0 0 0.562 3414 3365 0 0 0.562 3461 3385 0 0 0.562 2 interp_poly 3414 3365 0 0 0.562 3475 3354 0 0 0.562 3414 3365 0 0 0.562 2 interp_poly 60 13 -46 29 3479 3355 3 MP PP 3479 3355 0 0 0.812 3433 3384 0 0 0.688 3479 3355 0 0 0.812 2 interp_poly 3433 3384 0 0 0.688 3493 3397 0 0 0.625 3433 3384 0 0 0.688 2 interp_poly -46 -20 60 -19 3443 3293 3 MP PP 3443 3293 0 0 0.562 3503 3274 0 0 0.562 3443 3293 0 0 0.562 2 interp_poly 3503 3274 0 0 0.562 3457 3254 0 0 0.562 3503 3274 0 0 0.562 2 interp_poly 60 -19 -46 -21 3489 3314 3 MP PP 3489 3314 0 0 0.562 3443 3293 0 0 0.562 3489 3314 0 0 0.562 2 interp_poly 3443 3293 0 0 0.562 3503 3274 0 0 0.562 3443 3293 0 0 0.562 2 interp_poly 60 6 -46 0 3493 3397 3 MP PP 3493 3397 0 0 0.625 3447 3397 0 0 0.625 3493 3397 0 0 0.625 2 interp_poly 3447 3397 0 0 0.625 3507 3403 0 0 0.562 3447 3397 0 0 0.625 2 interp_poly -47 67 61 5 3465 3283 3 MP PP 3465 3283 0 0 1 3526 3288 0 0 0.938 3465 3283 0 0 1 2 interp_poly 3526 3288 0 0 0.938 3479 3355 0 0 0.812 3526 3288 0 0 0.938 2 interp_poly -46 -20 60 -19 3457 3254 3 MP PP 3457 3254 0 0 0.562 3517 3235 0 0 0.562 3457 3254 0 0 0.562 2 interp_poly 3517 3235 0 0 0.562 3471 3215 0 0 0.562 3517 3235 0 0 0.562 2 interp_poly 60 -19 -46 -20 3503 3274 3 MP PP 3503 3274 0 0 0.562 3457 3254 0 0 0.562 3503 3274 0 0 0.562 2 interp_poly 3457 3254 0 0 0.562 3517 3235 0 0 0.562 3457 3254 0 0 0.562 2 interp_poly 61 5 -47 125 3512 3158 3 MP PP 3512 3158 0 0.25 1 3465 3283 0 0 1 3512 3158 0 0.25 1 2 interp_poly 3465 3283 0 0 1 3526 3288 0 0 0.938 3465 3283 0 0 1 2 interp_poly 60 10 -46 -297 3520 3576 3 MP PP 3520 3576 0 0 1 3474 3279 0 0.5 1 3520 3576 0 0 1 2 interp_poly 3474 3279 0 0.5 1 3534 3289 0 0.438 1 3474 3279 0 0.5 1 2 interp_poly -47 -21 61 -16 3420 3064 3 MP PP 3420 3064 0 0 0.562 3481 3048 0 0 0.562 3420 3064 0 0 0.562 2 interp_poly 3481 3048 0 0 0.562 3434 3027 0 0 0.562 3481 3048 0 0 0.562 2 interp_poly 61 -16 -47 -21 3467 3085 3 MP PP 3467 3085 0 0 0.562 3420 3064 0 0 0.562 3467 3085 0 0 0.562 2 interp_poly 3420 3064 0 0 0.562 3481 3048 0 0 0.562 3420 3064 0 0 0.562 2 interp_poly -47 -19 61 -18 3424 3196 3 MP PP 3424 3196 0 0 0.562 3485 3178 0 0 0.562 3424 3196 0 0 0.562 2 interp_poly 3485 3178 0 0 0.562 3438 3159 0 0 0.562 3485 3178 0 0 0.562 2 interp_poly 61 -18 -47 -19 3471 3215 3 MP PP 3471 3215 0 0 0.562 3424 3196 0 0 0.562 3471 3215 0 0 0.562 2 interp_poly 3424 3196 0 0 0.562 3485 3178 0 0 0.562 3424 3196 0 0 0.562 2 interp_poly 61 -16 -47 -22 3477 2914 3 MP PP 3477 2914 0 0 0.562 3430 2892 0 0 0.562 3477 2914 0 0 0.562 2 interp_poly 3430 2892 0 0 0.562 3491 2876 0 0 0.562 3430 2892 0 0 0.562 2 interp_poly -47 -21 61 -17 3434 3027 3 MP PP 3434 3027 0 0 0.562 3495 3010 0 0 0.562 3434 3027 0 0 0.562 2 interp_poly 3495 3010 0 0 0.562 3448 2989 0 0 0.562 3495 3010 0 0 0.562 2 interp_poly 61 -17 -47 -21 3481 3048 3 MP PP 3481 3048 0 0 0.562 3434 3027 0 0 0.562 3481 3048 0 0 0.562 2 interp_poly 3434 3027 0 0 0.562 3495 3010 0 0 0.562 3434 3027 0 0 0.562 2 interp_poly 60 -17 -46 -21 3434 3027 3 MP PP 3434 3027 0 0 0.562 3388 3006 0 0 0.562 3434 3027 0 0 0.562 2 interp_poly 3388 3006 0 0 0.562 3448 2989 0 0 0.562 3388 3006 0 0 0.562 2 interp_poly -47 -21 61 -16 3392 3138 3 MP PP 3392 3138 0 0 0.562 3453 3122 0 0 0.562 3392 3138 0 0 0.562 2 interp_poly 3453 3122 0 0 0.562 3406 3101 0 0 0.562 3453 3122 0 0 0.562 2 interp_poly 61 -16 -46 -21 3438 3159 3 MP PP 3438 3159 0 0 0.562 3392 3138 0 0 0.562 3438 3159 0 0 0.562 2 interp_poly 3392 3138 0 0 0.562 3453 3122 0 0 0.562 3392 3138 0 0 0.562 2 interp_poly -47 -21 61 -16 3406 3101 3 MP PP 3406 3101 0 0 0.562 3467 3085 0 0 0.562 3406 3101 0 0 0.562 2 interp_poly 3467 3085 0 0 0.562 3420 3064 0 0 0.562 3467 3085 0 0 0.562 2 interp_poly 61 -16 -47 -21 3453 3122 3 MP PP 3453 3122 0 0 0.562 3406 3101 0 0 0.562 3453 3122 0 0 0.562 2 interp_poly 3406 3101 0 0 0.562 3467 3085 0 0 0.562 3406 3101 0 0 0.562 2 interp_poly -46 -20 61 -17 3438 3159 3 MP PP 3438 3159 0 0 0.562 3499 3142 0 0 0.562 3438 3159 0 0 0.562 2 interp_poly 3499 3142 0 0 0.562 3453 3122 0 0 0.562 3499 3142 0 0 0.562 2 interp_poly 61 -17 -47 -19 3485 3178 3 MP PP 3485 3178 0 0 0.562 3438 3159 0 0 0.562 3485 3178 0 0 0.562 2 interp_poly 3438 3159 0 0 0.562 3499 3142 0 0 0.562 3438 3159 0 0 0.562 2 interp_poly -47 203 61 -33 3437 3014 3 MP PP 3437 3014 0 0.625 1 3498 2981 0 0.688 1 3437 3014 0 0.625 1 2 interp_poly 3498 2981 0 0.688 1 3451 3184 0 0.25 1 3498 2981 0 0.688 1 2 interp_poly -46 -21 60 -17 3388 3006 3 MP PP 3388 3006 0 0 0.562 3448 2989 0 0 0.562 3388 3006 0 0 0.562 2 interp_poly 3448 2989 0 0 0.562 3402 2968 0 0 0.562 3448 2989 0 0 0.562 2 interp_poly -46 -22 60 -16 3402 2968 3 MP PP 3402 2968 0 0 0.562 3462 2952 0 0 0.562 3402 2968 0 0 0.562 2 interp_poly 3462 2952 0 0 0.562 3416 2930 0 0 0.562 3462 2952 0 0 0.562 2 interp_poly 60 -16 -46 -21 3448 2989 3 MP PP 3448 2989 0 0 0.562 3402 2968 0 0 0.562 3448 2989 0 0 0.562 2 interp_poly 3402 2968 0 0 0.562 3462 2952 0 0 0.562 3402 2968 0 0 0.562 2 interp_poly -47 -22 61 -16 3416 2930 3 MP PP 3416 2930 0 0 0.562 3477 2914 0 0 0.562 3416 2930 0 0 0.562 2 interp_poly 3477 2914 0 0 0.562 3430 2892 0 0 0.562 3477 2914 0 0 0.562 2 interp_poly 61 -16 -46 -22 3462 2952 3 MP PP 3462 2952 0 0 0.562 3416 2930 0 0 0.562 3462 2952 0 0 0.562 2 interp_poly 3416 2930 0 0 0.562 3477 2914 0 0 0.562 3416 2930 0 0 0.562 2 interp_poly 61 -33 -46 320 3483 2694 3 MP PP 3483 2694 0.25 1 0.812 3437 3014 0 0.625 1 3483 2694 0.25 1 0.812 2 interp_poly 3437 3014 0 0.625 1 3498 2981 0 0.688 1 3437 3014 0 0.625 1 2 interp_poly -47 -19 61 -18 3410 3233 3 MP PP 3410 3233 0 0 0.562 3471 3215 0 0 0.562 3410 3233 0 0 0.562 2 interp_poly 3471 3215 0 0 0.562 3424 3196 0 0 0.562 3471 3215 0 0 0.562 2 interp_poly 61 -18 -47 -21 3457 3254 3 MP PP 3457 3254 0 0 0.562 3410 3233 0 0 0.562 3457 3254 0 0 0.562 2 interp_poly 3410 3233 0 0 0.562 3471 3215 0 0 0.562 3410 3233 0 0 0.562 2 interp_poly -47 125 61 -26 3451 3184 3 MP PP 3451 3184 0 0.25 1 3512 3158 0 0.25 1 3451 3184 0 0.25 1 2 interp_poly 3512 3158 0 0.25 1 3465 3283 0 0 1 3512 3158 0 0.25 1 2 interp_poly 61 -26 -47 203 3498 2981 3 MP PP 3498 2981 0 0.688 1 3451 3184 0 0.25 1 3498 2981 0 0.688 1 2 interp_poly 3451 3184 0 0.25 1 3512 3158 0 0.25 1 3451 3184 0 0.25 1 2 interp_poly -46 -527 60 10 3474 3279 3 MP PP 3474 3279 0 0.5 1 3534 3289 0 0.438 1 3474 3279 0 0.5 1 2 interp_poly 3534 3289 0 0.438 1 3488 2762 0.375 1 0.688 3534 3289 0 0.438 1 2 interp_poly 61 -13 -47 -25 3519 4253 3 MP PP 3519 4253 0 0 0.562 3472 4228 0 0 0.562 3519 4253 0 0 0.562 2 interp_poly 3472 4228 0 0 0.562 3533 4215 0 0 0.562 3472 4228 0 0 0.562 2 interp_poly -47 -24 61 -13 3472 4228 3 MP PP 3472 4228 0 0 0.562 3533 4215 0 0 0.562 3472 4228 0 0 0.562 2 interp_poly 3533 4215 0 0 0.562 3486 4191 0 0 0.562 3533 4215 0 0 0.562 2 interp_poly 61 -19 -46 -22 3514 4120 3 MP PP 3514 4120 0 0 0.562 3468 4098 0 0 0.562 3514 4120 0 0 0.562 2 interp_poly 3468 4098 0 0 0.562 3529 4079 0 0 0.562 3468 4098 0 0 0.562 2 interp_poly -47 -24 61 -19 3468 4098 3 MP PP 3468 4098 0 0 0.562 3529 4079 0 0 0.562 3468 4098 0 0 0.562 2 interp_poly 3529 4079 0 0 0.562 3482 4055 0 0 0.562 3529 4079 0 0 0.562 2 interp_poly -46 -21 61 -18 3466 4548 3 MP PP 3466 4548 0 0 0.562 3527 4530 0 0 0.562 3466 4548 0 0 0.562 2 interp_poly 3527 4530 0 0 0.562 3481 4509 0 0 0.562 3527 4530 0 0 0.562 2 interp_poly 60 -21 -46 -47 3510 3935 3 MP PP 3510 3935 0 0 0.625 3464 3888 0 0 0.688 3510 3935 0 0 0.625 2 interp_poly 3464 3888 0 0 0.688 3524 3867 0 0 0.688 3464 3888 0 0 0.688 2 interp_poly -46 -61 60 -21 3464 3888 3 MP PP 3464 3888 0 0 0.688 3524 3867 0 0 0.688 3464 3888 0 0 0.688 2 interp_poly 3524 3867 0 0 0.688 3478 3806 0 0 0.75 3524 3867 0 0 0.688 2 interp_poly 61 -17 -47 -21 3509 4432 3 MP PP 3509 4432 0 0 0.562 3462 4411 0 0 0.562 3509 4432 0 0 0.562 2 interp_poly 3462 4411 0 0 0.562 3523 4394 0 0 0.562 3462 4411 0 0 0.562 2 interp_poly -47 -22 61 -17 3462 4411 3 MP PP 3462 4411 0 0 0.562 3523 4394 0 0 0.562 3462 4411 0 0 0.562 2 interp_poly 3523 4394 0 0 0.562 3476 4372 0 0 0.562 3523 4394 0 0 0.562 2 interp_poly 60 65 -46 -167 3506 3678 3 MP PP 3506 3678 0 0 0.875 3460 3511 0 0.125 1 3506 3678 0 0 0.875 2 interp_poly 3460 3511 0 0.125 1 3520 3576 0 0 1 3460 3511 0 0.125 1 2 interp_poly -46 -22 61 -11 3414 3365 3 MP PP 3414 3365 0 0 0.562 3475 3354 0 0 0.562 3414 3365 0 0 0.562 2 interp_poly 3475 3354 0 0 0.562 3429 3332 0 0 0.562 3475 3354 0 0 0.562 2 interp_poly 61 -12 -46 -21 3414 3365 3 MP PP 3414 3365 0 0 0.562 3368 3344 0 0 0.562 3414 3365 0 0 0.562 2 interp_poly 3368 3344 0 0 0.562 3429 3332 0 0 0.562 3368 3344 0 0 0.562 2 interp_poly -46 29 60 2 3419 3353 3 MP PP 3419 3353 0 0 0.812 3479 3355 0 0 0.812 3419 3353 0 0 0.812 2 interp_poly 3479 3355 0 0 0.812 3433 3384 0 0 0.688 3479 3355 0 0 0.812 2 interp_poly 60 2 -46 70 3465 3283 3 MP PP 3465 3283 0 0 1 3419 3353 0 0 0.812 3465 3283 0 0 1 2 interp_poly 3419 3353 0 0 0.812 3479 3355 0 0 0.812 3419 3353 0 0 0.812 2 interp_poly -46 -297 60 65 3460 3511 3 MP PP 3460 3511 0 0.125 1 3520 3576 0 0 1 3460 3511 0 0.125 1 2 interp_poly 3520 3576 0 0 1 3474 3279 0 0.5 1 3520 3576 0 0 1 2 interp_poly 61 -14 -47 -25 3505 4292 3 MP PP 3505 4292 0 0 0.562 3458 4267 0 0 0.562 3505 4292 0 0 0.562 2 interp_poly 3458 4267 0 0 0.562 3519 4253 0 0 0.562 3458 4267 0 0 0.562 2 interp_poly -47 -25 61 -14 3458 4267 3 MP PP 3458 4267 0 0 0.562 3519 4253 0 0 0.562 3458 4267 0 0 0.562 2 interp_poly 3519 4253 0 0 0.562 3472 4228 0 0 0.562 3519 4253 0 0 0.562 2 interp_poly -47 189 61 199 3455 1854 3 MP PP 3455 1854 1 0.125 0 3516 2053 1 0.5 0 3455 1854 1 0.125 0 2 interp_poly 3516 2053 1 0.5 0 3469 2242 1 0.875 0 3516 2053 1 0.5 0 2 interp_poly 61 199 -47 -302 3502 2156 3 MP PP 3502 2156 1 0.625 0 3455 1854 1 0.125 0 3502 2156 1 0.625 0 2 interp_poly 3455 1854 1 0.125 0 3516 2053 1 0.5 0 3455 1854 1 0.125 0 2 interp_poly 60 -15 -46 -22 3500 4157 3 MP PP 3500 4157 0 0 0.562 3454 4135 0 0 0.562 3500 4157 0 0 0.562 2 interp_poly 3454 4135 0 0 0.562 3514 4120 0 0 0.562 3454 4135 0 0 0.562 2 interp_poly -46 -22 60 -15 3454 4135 3 MP PP 3454 4135 0 0 0.562 3514 4120 0 0 0.562 3454 4135 0 0 0.562 2 interp_poly 3514 4120 0 0 0.562 3468 4098 0 0 0.562 3514 4120 0 0 0.562 2 interp_poly 60 -34 -46 -32 3496 4001 3 MP PP 3496 4001 0 0 0.562 3450 3969 0 0 0.625 3496 4001 0 0 0.562 2 interp_poly 3450 3969 0 0 0.625 3510 3935 0 0 0.625 3450 3969 0 0 0.625 2 interp_poly -46 -47 60 -34 3450 3969 3 MP PP 3450 3969 0 0 0.625 3510 3935 0 0 0.625 3450 3969 0 0 0.625 2 interp_poly 3510 3935 0 0 0.625 3464 3888 0 0 0.688 3510 3935 0 0 0.625 2 interp_poly 61 -17 -47 -21 3495 4470 3 MP PP 3495 4470 0 0 0.562 3448 4449 0 0 0.562 3495 4470 0 0 0.562 2 interp_poly 3448 4449 0 0 0.562 3509 4432 0 0 0.562 3448 4449 0 0 0.562 2 interp_poly -47 -21 61 -17 3448 4449 3 MP PP 3448 4449 0 0 0.562 3509 4432 0 0 0.562 3448 4449 0 0 0.562 2 interp_poly 3509 4432 0 0 0.562 3462 4411 0 0 0.562 3509 4432 0 0 0.562 2 interp_poly 61 55 -47 -113 3492 3736 3 MP PP 3492 3736 0 0 0.812 3445 3623 0 0 1 3492 3736 0 0 0.812 2 interp_poly 3445 3623 0 0 1 3506 3678 0 0 0.875 3445 3623 0 0 1 2 interp_poly -46 -167 61 55 3445 3623 3 MP PP 3445 3623 0 0 1 3506 3678 0 0 0.875 3445 3623 0 0 1 2 interp_poly 3506 3678 0 0 0.875 3460 3511 0 0.125 1 3506 3678 0 0 0.875 2 interp_poly 61 -16 -46 -24 3490 4332 3 MP PP 3490 4332 0 0 0.562 3444 4308 0 0 0.562 3490 4332 0 0 0.562 2 interp_poly 3444 4308 0 0 0.562 3505 4292 0 0 0.562 3444 4308 0 0 0.562 2 interp_poly -47 -25 61 -16 3444 4308 3 MP PP 3444 4308 0 0 0.562 3505 4292 0 0 0.562 3444 4308 0 0 0.562 2 interp_poly 3505 4292 0 0 0.562 3458 4267 0 0 0.562 3505 4292 0 0 0.562 2 interp_poly -46 430 60 128 3409 2114 3 MP PP 3409 2114 1 0.625 0 3469 2242 1 0.875 0 3409 2114 1 0.625 0 2 interp_poly 3469 2242 1 0.875 0 3423 2672 0.312 1 0.75 3469 2242 1 0.875 0 2 interp_poly 60 128 -46 260 3455 1854 3 MP PP 3455 1854 1 0.125 0 3409 2114 1 0.625 0 3455 1854 1 0.125 0 2 interp_poly 3409 2114 1 0.625 0 3469 2242 1 0.875 0 3409 2114 1 0.625 0 2 interp_poly -46 320 60 22 3423 2672 3 MP PP 3423 2672 0.312 1 0.75 3483 2694 0.25 1 0.812 3423 2672 0.312 1 0.75 2 interp_poly 3483 2694 0.25 1 0.812 3437 3014 0 0.625 1 3483 2694 0.25 1 0.812 2 interp_poly 60 22 -46 430 3469 2242 3 MP PP 3469 2242 1 0.875 0 3423 2672 0.312 1 0.75 3469 2242 1 0.875 0 2 interp_poly 3423 2672 0.312 1 0.75 3483 2694 0.25 1 0.812 3423 2672 0.312 1 0.75 2 interp_poly 61 42 -47 -648 3488 2762 3 MP PP 3488 2762 0.375 1 0.688 3441 2114 1 0.5 0 3488 2762 0.375 1 0.688 2 interp_poly 3441 2114 1 0.5 0 3502 2156 1 0.625 0 3441 2114 1 0.5 0 2 interp_poly -47 -302 61 42 3441 2114 3 MP PP 3441 2114 1 0.5 0 3502 2156 1 0.625 0 3441 2114 1 0.5 0 2 interp_poly 3502 2156 1 0.625 0 3455 1854 1 0.125 0 3502 2156 1 0.625 0 2 interp_poly 60 -11 -46 -23 3486 4191 3 MP PP 3486 4191 0 0 0.562 3440 4168 0 0 0.562 3486 4191 0 0 0.562 2 interp_poly 3440 4168 0 0 0.562 3500 4157 0 0 0.562 3440 4168 0 0 0.562 2 interp_poly -46 -22 60 -11 3440 4168 3 MP PP 3440 4168 0 0 0.562 3500 4157 0 0 0.562 3440 4168 0 0 0.562 2 interp_poly 3500 4157 0 0 0.562 3454 4135 0 0 0.562 3500 4157 0 0 0.562 2 interp_poly 60 -31 -46 -23 3482 4055 3 MP PP 3482 4055 0 0 0.562 3436 4032 0 0 0.562 3482 4055 0 0 0.562 2 interp_poly 3436 4032 0 0 0.562 3496 4001 0 0 0.562 3436 4032 0 0 0.562 2 interp_poly -46 -32 60 -31 3436 4032 3 MP PP 3436 4032 0 0 0.562 3496 4001 0 0 0.562 3436 4032 0 0 0.562 2 interp_poly 3496 4001 0 0 0.562 3450 3969 0 0 0.625 3496 4001 0 0 0.562 2 interp_poly 61 -18 -47 -21 3481 4509 3 MP PP 3481 4509 0 0 0.562 3434 4488 0 0 0.562 3481 4509 0 0 0.562 2 interp_poly 3434 4488 0 0 0.562 3495 4470 0 0 0.562 3434 4488 0 0 0.562 2 interp_poly -47 -21 61 -18 3434 4488 3 MP PP 3434 4488 0 0 0.562 3495 4470 0 0 0.562 3434 4488 0 0 0.562 2 interp_poly 3495 4470 0 0 0.562 3448 4449 0 0 0.562 3495 4470 0 0 0.562 2 interp_poly 61 13 -47 -83 3478 3806 3 MP PP 3478 3806 0 0 0.75 3431 3723 0 0 0.875 3478 3806 0 0 0.75 2 interp_poly 3431 3723 0 0 0.875 3492 3736 0 0 0.812 3431 3723 0 0 0.875 2 interp_poly -47 -113 61 13 3431 3723 3 MP PP 3431 3723 0 0 0.875 3492 3736 0 0 0.812 3431 3723 0 0 0.875 2 interp_poly 3492 3736 0 0 0.812 3445 3623 0 0 1 3492 3736 0 0 0.812 2 interp_poly 60 -16 -46 -24 3476 4372 3 MP PP 3476 4372 0 0 0.562 3430 4348 0 0 0.562 3476 4372 0 0 0.562 2 interp_poly 3430 4348 0 0 0.562 3490 4332 0 0 0.562 3430 4348 0 0 0.562 2 interp_poly -46 -24 60 -16 3430 4348 3 MP PP 3430 4348 0 0 0.562 3490 4332 0 0 0.562 3430 4348 0 0 0.562 2 interp_poly 3490 4332 0 0 0.562 3444 4308 0 0 0.562 3490 4332 0 0 0.562 2 interp_poly -47 -22 61 -16 3327 3022 3 MP PP 3327 3022 0 0 0.562 3388 3006 0 0 0.562 3327 3022 0 0 0.562 2 interp_poly 3388 3006 0 0 0.562 3341 2984 0 0 0.562 3388 3006 0 0 0.562 2 interp_poly 61 -16 -47 -21 3374 3043 3 MP PP 3374 3043 0 0 0.562 3327 3022 0 0 0.562 3374 3043 0 0 0.562 2 interp_poly 3327 3022 0 0 0.562 3388 3006 0 0 0.562 3327 3022 0 0 0.562 2 interp_poly -47 -21 61 -16 3341 2984 3 MP PP 3341 2984 0 0 0.562 3402 2968 0 0 0.562 3341 2984 0 0 0.562 2 interp_poly 3402 2968 0 0 0.562 3355 2947 0 0 0.562 3402 2968 0 0 0.562 2 interp_poly 61 -16 -47 -22 3388 3006 3 MP PP 3388 3006 0 0 0.562 3341 2984 0 0 0.562 3388 3006 0 0 0.562 2 interp_poly 3341 2984 0 0 0.562 3402 2968 0 0 0.562 3341 2984 0 0 0.562 2 interp_poly -47 -21 61 -17 3355 2947 3 MP PP 3355 2947 0 0 0.562 3416 2930 0 0 0.562 3355 2947 0 0 0.562 2 interp_poly 3416 2930 0 0 0.562 3369 2909 0 0 0.562 3416 2930 0 0 0.562 2 interp_poly 61 -17 -47 -21 3402 2968 3 MP PP 3402 2968 0 0 0.562 3355 2947 0 0 0.562 3402 2968 0 0 0.562 2 interp_poly 3355 2947 0 0 0.562 3416 2930 0 0 0.562 3355 2947 0 0 0.562 2 interp_poly -46 -21 60 -17 3360 3081 3 MP PP 3360 3081 0 0 0.562 3420 3064 0 0 0.562 3360 3081 0 0 0.562 2 interp_poly 3420 3064 0 0 0.562 3374 3043 0 0 0.562 3420 3064 0 0 0.562 2 interp_poly 61 -17 -47 -21 3416 2930 3 MP PP 3416 2930 0 0 0.562 3369 2909 0 0 0.562 3416 2930 0 0 0.562 2 interp_poly 3369 2909 0 0 0.562 3430 2892 0 0 0.562 3369 2909 0 0 0.562 2 interp_poly -46 -21 60 -16 3374 3043 3 MP PP 3374 3043 0 0 0.562 3434 3027 0 0 0.562 3374 3043 0 0 0.562 2 interp_poly 3434 3027 0 0 0.562 3388 3006 0 0 0.562 3434 3027 0 0 0.562 2 interp_poly 60 -16 -46 -21 3420 3064 3 MP PP 3420 3064 0 0 0.562 3374 3043 0 0 0.562 3420 3064 0 0 0.562 2 interp_poly 3374 3043 0 0 0.562 3434 3027 0 0 0.562 3374 3043 0 0 0.562 2 interp_poly 61 -47 -47 389 3423 2672 3 MP PP 3423 2672 0.312 1 0.75 3376 3061 0 0.562 1 3423 2672 0.312 1 0.75 2 interp_poly 3376 3061 0 0.562 1 3437 3014 0 0.625 1 3376 3061 0 0.562 1 2 interp_poly 61 -32 -47 -485 3474 3279 3 MP PP 3474 3279 0 0.5 1 3427 2794 0.375 1 0.688 3474 3279 0 0.5 1 2 interp_poly 3427 2794 0.375 1 0.688 3488 2762 0.375 1 0.688 3427 2794 0.375 1 0.688 2 interp_poly -47 -648 61 -32 3427 2794 3 MP PP 3427 2794 0.375 1 0.688 3488 2762 0.375 1 0.688 3427 2794 0.375 1 0.688 2 interp_poly 3488 2762 0.375 1 0.688 3441 2114 1 0.5 0 3488 2762 0.375 1 0.688 2 interp_poly 60 -12 -46 -25 3472 4228 3 MP PP 3472 4228 0 0 0.562 3426 4203 0 0 0.562 3472 4228 0 0 0.562 2 interp_poly 3426 4203 0 0 0.562 3486 4191 0 0 0.562 3426 4203 0 0 0.562 2 interp_poly -46 -23 60 -12 3426 4203 3 MP PP 3426 4203 0 0 0.562 3486 4191 0 0 0.562 3426 4203 0 0 0.562 2 interp_poly 3486 4191 0 0 0.562 3440 4168 0 0 0.562 3486 4191 0 0 0.562 2 interp_poly 61 -22 -47 -21 3468 4098 3 MP PP 3468 4098 0 0 0.562 3421 4077 0 0 0.562 3468 4098 0 0 0.562 2 interp_poly 3421 4077 0 0 0.562 3482 4055 0 0 0.562 3421 4077 0 0 0.562 2 interp_poly -46 -23 61 -22 3421 4077 3 MP PP 3421 4077 0 0 0.562 3482 4055 0 0 0.562 3421 4077 0 0 0.562 2 interp_poly 3482 4055 0 0 0.562 3436 4032 0 0 0.562 3482 4055 0 0 0.562 2 interp_poly 61 -17 -46 -22 3466 4548 3 MP PP 3466 4548 0 0 0.562 3420 4526 0 0 0.562 3466 4548 0 0 0.562 2 interp_poly 3420 4526 0 0 0.562 3481 4509 0 0 0.562 3420 4526 0 0 0.562 2 interp_poly -47 -21 61 -17 3420 4526 3 MP PP 3420 4526 0 0 0.562 3481 4509 0 0 0.562 3420 4526 0 0 0.562 2 interp_poly 3481 4509 0 0 0.562 3434 4488 0 0 0.562 3481 4509 0 0 0.562 2 interp_poly 61 -23 -47 -59 3464 3888 3 MP PP 3464 3888 0 0 0.688 3417 3829 0 0 0.75 3464 3888 0 0 0.688 2 interp_poly 3417 3829 0 0 0.75 3478 3806 0 0 0.75 3417 3829 0 0 0.75 2 interp_poly -47 -83 61 -23 3417 3829 3 MP PP 3417 3829 0 0 0.75 3478 3806 0 0 0.75 3417 3829 0 0 0.75 2 interp_poly 3478 3806 0 0 0.75 3431 3723 0 0 0.875 3478 3806 0 0 0.75 2 interp_poly 60 -16 -46 -23 3462 4411 3 MP PP 3462 4411 0 0 0.562 3416 4388 0 0 0.562 3462 4411 0 0 0.562 2 interp_poly 3416 4388 0 0 0.562 3476 4372 0 0 0.562 3416 4388 0 0 0.562 2 interp_poly -46 -24 60 -16 3416 4388 3 MP PP 3416 4388 0 0 0.562 3476 4372 0 0 0.562 3416 4388 0 0 0.562 2 interp_poly 3476 4372 0 0 0.562 3430 4348 0 0 0.562 3476 4372 0 0 0.562 2 interp_poly -47 -21 61 -16 3382 3309 3 MP PP 3382 3309 0 0 0.562 3443 3293 0 0 0.562 3382 3309 0 0 0.562 2 interp_poly 3443 3293 0 0 0.562 3396 3272 0 0 0.562 3443 3293 0 0 0.562 2 interp_poly 61 -16 -47 -23 3429 3332 3 MP PP 3429 3332 0 0 0.562 3382 3309 0 0 0.562 3429 3332 0 0 0.562 2 interp_poly 3382 3309 0 0 0.562 3443 3293 0 0 0.562 3382 3309 0 0 0.562 2 interp_poly -47 -11 61 5 3386 3392 3 MP PP 3386 3392 0 0 0.625 3447 3397 0 0 0.625 3386 3392 0 0 0.625 2 interp_poly 3447 3397 0 0 0.625 3400 3386 0 0 0.562 3447 3397 0 0 0.625 2 interp_poly 61 5 -47 8 3433 3384 3 MP PP 3433 3384 0 0 0.688 3386 3392 0 0 0.625 3433 3384 0 0 0.688 2 interp_poly 3386 3392 0 0 0.625 3447 3397 0 0 0.625 3386 3392 0 0 0.625 2 interp_poly -46 -20 60 -18 3350 3251 3 MP PP 3350 3251 0 0 0.562 3410 3233 0 0 0.562 3350 3251 0 0 0.562 2 interp_poly 3410 3233 0 0 0.562 3364 3213 0 0 0.562 3410 3233 0 0 0.562 2 interp_poly 60 -18 -46 -21 3396 3272 3 MP PP 3396 3272 0 0 0.562 3350 3251 0 0 0.562 3396 3272 0 0 0.562 2 interp_poly 3350 3251 0 0 0.562 3410 3233 0 0 0.562 3350 3251 0 0 0.562 2 interp_poly 60 -17 -46 -20 3410 3233 3 MP PP 3410 3233 0 0 0.562 3364 3213 0 0 0.562 3410 3233 0 0 0.562 2 interp_poly 3364 3213 0 0 0.562 3424 3196 0 0 0.562 3364 3213 0 0 0.562 2 interp_poly -47 -21 61 -18 3396 3272 3 MP PP 3396 3272 0 0 0.562 3457 3254 0 0 0.562 3396 3272 0 0 0.562 2 interp_poly 3457 3254 0 0 0.562 3410 3233 0 0 0.562 3457 3254 0 0 0.562 2 interp_poly 61 -18 -47 -21 3443 3293 3 MP PP 3443 3293 0 0 0.562 3396 3272 0 0 0.562 3443 3293 0 0 0.562 2 interp_poly 3396 3272 0 0 0.562 3457 3254 0 0 0.562 3396 3272 0 0 0.562 2 interp_poly -46 126 61 -53 3390 3237 3 MP PP 3390 3237 0 0.188 1 3451 3184 0 0.25 1 3390 3237 0 0.188 1 2 interp_poly 3451 3184 0 0.25 1 3405 3310 0 0 0.938 3451 3184 0 0.25 1 2 interp_poly -47 -23 61 -12 3368 3344 3 MP PP 3368 3344 0 0 0.562 3429 3332 0 0 0.562 3368 3344 0 0 0.562 2 interp_poly 3429 3332 0 0 0.562 3382 3309 0 0 0.562 3429 3332 0 0 0.562 2 interp_poly -46 70 60 -27 3405 3310 3 MP PP 3405 3310 0 0 0.938 3465 3283 0 0 1 3405 3310 0 0 0.938 2 interp_poly 3465 3283 0 0 1 3419 3353 0 0 0.812 3465 3283 0 0 1 2 interp_poly 60 -27 -46 126 3451 3184 3 MP PP 3451 3184 0 0.25 1 3405 3310 0 0 0.938 3451 3184 0 0.25 1 2 interp_poly 3405 3310 0 0 0.938 3465 3283 0 0 1 3405 3310 0 0 0.938 2 interp_poly 61 41 -47 -273 3460 3511 3 MP PP 3460 3511 0 0.125 1 3413 3238 0 0.625 1 3460 3511 0 0.125 1 2 interp_poly 3413 3238 0 0.625 1 3474 3279 0 0.5 1 3413 3238 0 0.625 1 2 interp_poly 60 -17 -46 -20 3406 3101 3 MP PP 3406 3101 0 0 0.562 3360 3081 0 0 0.562 3406 3101 0 0 0.562 2 interp_poly 3360 3081 0 0 0.562 3420 3064 0 0 0.562 3360 3081 0 0 0.562 2 interp_poly -46 -21 60 -17 3364 3213 3 MP PP 3364 3213 0 0 0.562 3424 3196 0 0 0.562 3364 3213 0 0 0.562 2 interp_poly 3424 3196 0 0 0.562 3378 3175 0 0 0.562 3424 3196 0 0 0.562 2 interp_poly -47 -20 61 -17 3331 3155 3 MP PP 3331 3155 0 0 0.562 3392 3138 0 0 0.562 3331 3155 0 0 0.562 2 interp_poly 3392 3138 0 0 0.562 3345 3118 0 0 0.562 3392 3138 0 0 0.562 2 interp_poly 61 -17 -47 -20 3378 3175 3 MP PP 3378 3175 0 0 0.562 3331 3155 0 0 0.562 3378 3175 0 0 0.562 2 interp_poly 3331 3155 0 0 0.562 3392 3138 0 0 0.562 3331 3155 0 0 0.562 2 interp_poly -46 -20 61 -17 3345 3118 3 MP PP 3345 3118 0 0 0.562 3406 3101 0 0 0.562 3345 3118 0 0 0.562 2 interp_poly 3406 3101 0 0 0.562 3360 3081 0 0 0.562 3406 3101 0 0 0.562 2 interp_poly 61 -17 -47 -20 3392 3138 3 MP PP 3392 3138 0 0 0.562 3345 3118 0 0 0.562 3392 3138 0 0 0.562 2 interp_poly 3345 3118 0 0 0.562 3406 3101 0 0 0.562 3345 3118 0 0 0.562 2 interp_poly -46 -21 60 -16 3378 3175 3 MP PP 3378 3175 0 0 0.562 3438 3159 0 0 0.562 3378 3175 0 0 0.562 2 interp_poly 3438 3159 0 0 0.562 3392 3138 0 0 0.562 3438 3159 0 0 0.562 2 interp_poly 60 -16 -46 -21 3424 3196 3 MP PP 3424 3196 0 0 0.562 3378 3175 0 0 0.562 3424 3196 0 0 0.562 2 interp_poly 3378 3175 0 0 0.562 3438 3159 0 0 0.562 3378 3175 0 0 0.562 2 interp_poly -47 223 61 -47 3376 3061 3 MP PP 3376 3061 0 0.562 1 3437 3014 0 0.625 1 3376 3061 0 0.562 1 2 interp_poly 3437 3014 0 0.625 1 3390 3237 0 0.188 1 3437 3014 0 0.625 1 2 interp_poly 61 -53 -47 223 3437 3014 3 MP PP 3437 3014 0 0.625 1 3390 3237 0 0.188 1 3437 3014 0 0.625 1 2 interp_poly 3390 3237 0 0.188 1 3451 3184 0 0.25 1 3390 3237 0 0.188 1 2 interp_poly -47 -485 61 41 3413 3238 3 MP PP 3413 3238 0 0.625 1 3474 3279 0 0.5 1 3413 3238 0 0.625 1 2 interp_poly 3474 3279 0 0.5 1 3427 2794 0.375 1 0.688 3474 3279 0 0.5 1 2 interp_poly 60 -13 -46 -26 3458 4267 3 MP PP 3458 4267 0 0 0.562 3412 4241 0 0 0.562 3458 4267 0 0 0.562 2 interp_poly 3412 4241 0 0 0.562 3472 4228 0 0 0.562 3412 4241 0 0 0.562 2 interp_poly -46 -25 60 -13 3412 4241 3 MP PP 3412 4241 0 0 0.562 3472 4228 0 0 0.562 3412 4241 0 0 0.562 2 interp_poly 3472 4228 0 0 0.562 3426 4203 0 0 0.562 3472 4228 0 0 0.562 2 interp_poly 61 -16 -47 -21 3454 4135 3 MP PP 3454 4135 0 0 0.562 3407 4114 0 0 0.562 3454 4135 0 0 0.562 2 interp_poly 3407 4114 0 0 0.562 3468 4098 0 0 0.562 3407 4114 0 0 0.562 2 interp_poly -47 -21 61 -16 3407 4114 3 MP PP 3407 4114 0 0 0.562 3468 4098 0 0 0.562 3407 4114 0 0 0.562 2 interp_poly 3468 4098 0 0 0.562 3421 4077 0 0 0.562 3468 4098 0 0 0.562 2 interp_poly -46 -22 60 -17 3406 4565 3 MP PP 3406 4565 0 0 0.562 3466 4548 0 0 0.562 3406 4565 0 0 0.562 2 interp_poly 3466 4548 0 0 0.562 3420 4526 0 0 0.562 3466 4548 0 0 0.562 2 interp_poly 61 -43 -47 -38 3450 3969 3 MP PP 3450 3969 0 0 0.625 3403 3931 0 0 0.625 3450 3969 0 0 0.625 2 interp_poly 3403 3931 0 0 0.625 3464 3888 0 0 0.688 3403 3931 0 0 0.625 2 interp_poly -47 -59 61 -43 3403 3931 3 MP PP 3403 3931 0 0 0.625 3464 3888 0 0 0.688 3403 3931 0 0 0.625 2 interp_poly 3464 3888 0 0 0.688 3417 3829 0 0 0.75 3464 3888 0 0 0.688 2 interp_poly 60 -17 -46 -21 3448 4449 3 MP PP 3448 4449 0 0 0.562 3402 4428 0 0 0.562 3448 4449 0 0 0.562 2 interp_poly 3402 4428 0 0 0.562 3462 4411 0 0 0.562 3402 4428 0 0 0.562 2 interp_poly -46 -23 60 -17 3402 4428 3 MP PP 3402 4428 0 0 0.562 3462 4411 0 0 0.562 3402 4428 0 0 0.562 2 interp_poly 3462 4411 0 0 0.562 3416 4388 0 0 0.562 3462 4411 0 0 0.562 2 interp_poly 61 56 -46 -168 3445 3623 3 MP PP 3445 3623 0 0 1 3399 3455 0 0.25 1 3445 3623 0 0 1 2 interp_poly 3399 3455 0 0.25 1 3460 3511 0 0.125 1 3399 3455 0 0.25 1 2 interp_poly -46 -21 60 -6 3354 3371 3 MP PP 3354 3371 0 0 0.562 3414 3365 0 0 0.562 3354 3371 0 0 0.562 2 interp_poly 3414 3365 0 0 0.562 3368 3344 0 0 0.562 3414 3365 0 0 0.562 2 interp_poly 60 -6 -46 -15 3400 3386 3 MP PP 3400 3386 0 0 0.562 3354 3371 0 0 0.562 3400 3386 0 0 0.562 2 interp_poly 3354 3371 0 0 0.562 3414 3365 0 0 0.562 3354 3371 0 0 0.562 2 interp_poly -46 -15 60 -2 3340 3388 3 MP PP 3340 3388 0 0 0.625 3400 3386 0 0 0.562 3340 3388 0 0 0.625 2 interp_poly 3400 3386 0 0 0.562 3354 3371 0 0 0.562 3400 3386 0 0 0.562 2 interp_poly -47 34 61 -25 3358 3378 3 MP PP 3358 3378 0 0 0.812 3419 3353 0 0 0.812 3358 3378 0 0 0.812 2 interp_poly 3419 3353 0 0 0.812 3372 3387 0 0 0.688 3419 3353 0 0 0.812 2 interp_poly 61 -25 -47 68 3405 3310 3 MP PP 3405 3310 0 0 0.938 3358 3378 0 0 0.812 3405 3310 0 0 0.938 2 interp_poly 3358 3378 0 0 0.812 3419 3353 0 0 0.812 3358 3378 0 0 0.812 2 interp_poly 60 -2 -46 -4 3386 3392 3 MP PP 3386 3392 0 0 0.625 3340 3388 0 0 0.625 3386 3392 0 0 0.625 2 interp_poly 3340 3388 0 0 0.625 3400 3386 0 0 0.562 3340 3388 0 0 0.625 2 interp_poly -47 8 61 -3 3372 3387 3 MP PP 3372 3387 0 0 0.688 3433 3384 0 0 0.688 3372 3387 0 0 0.688 2 interp_poly 3433 3384 0 0 0.688 3386 3392 0 0 0.625 3433 3384 0 0 0.688 2 interp_poly 61 -3 -47 34 3419 3353 3 MP PP 3419 3353 0 0 0.812 3372 3387 0 0 0.688 3419 3353 0 0 0.812 2 interp_poly 3372 3387 0 0 0.688 3433 3384 0 0 0.688 3372 3387 0 0 0.688 2 interp_poly -47 -273 61 56 3399 3455 3 MP PP 3399 3455 0 0.25 1 3460 3511 0 0.125 1 3399 3455 0 0.25 1 2 interp_poly 3460 3511 0 0.125 1 3413 3238 0 0.625 1 3460 3511 0 0.125 1 2 interp_poly 61 -15 -47 -26 3444 4308 3 MP PP 3444 4308 0 0 0.562 3397 4282 0 0 0.562 3444 4308 0 0 0.562 2 interp_poly 3397 4282 0 0 0.562 3458 4267 0 0 0.562 3397 4282 0 0 0.562 2 interp_poly -46 -26 61 -15 3397 4282 3 MP PP 3397 4282 0 0 0.562 3458 4267 0 0 0.562 3397 4282 0 0 0.562 2 interp_poly 3458 4267 0 0 0.562 3412 4241 0 0 0.562 3458 4267 0 0 0.562 2 interp_poly -46 260 60 77 3395 1777 3 MP PP 3395 1777 0.938 0 0 3455 1854 1 0.125 0 3395 1777 0.938 0 0 2 interp_poly 3455 1854 1 0.125 0 3409 2114 1 0.625 0 3455 1854 1 0.125 0 2 interp_poly 60 77 -46 -337 3441 2114 3 MP PP 3441 2114 1 0.5 0 3395 1777 0.938 0 0 3441 2114 1 0.5 0 2 interp_poly 3395 1777 0.938 0 0 3455 1854 1 0.125 0 3395 1777 0.938 0 0 2 interp_poly 61 -11 -47 -22 3440 4168 3 MP PP 3440 4168 0 0 0.562 3393 4146 0 0 0.562 3440 4168 0 0 0.562 2 interp_poly 3393 4146 0 0 0.562 3454 4135 0 0 0.562 3393 4146 0 0 0.562 2 interp_poly -47 -21 61 -11 3393 4146 3 MP PP 3393 4146 0 0 0.562 3454 4135 0 0 0.562 3393 4146 0 0 0.562 2 interp_poly 3454 4135 0 0 0.562 3407 4114 0 0 0.562 3454 4135 0 0 0.562 2 interp_poly 61 -38 -47 -25 3436 4032 3 MP PP 3436 4032 0 0 0.562 3389 4007 0 0 0.562 3436 4032 0 0 0.562 2 interp_poly 3389 4007 0 0 0.562 3450 3969 0 0 0.625 3389 4007 0 0 0.562 2 interp_poly -47 -38 61 -38 3389 4007 3 MP PP 3389 4007 0 0 0.562 3450 3969 0 0 0.625 3389 4007 0 0 0.562 2 interp_poly 3450 3969 0 0 0.625 3403 3931 0 0 0.625 3450 3969 0 0 0.625 2 interp_poly 60 -17 -46 -22 3434 4488 3 MP PP 3434 4488 0 0 0.562 3388 4466 0 0 0.562 3434 4488 0 0 0.562 2 interp_poly 3388 4466 0 0 0.562 3448 4449 0 0 0.562 3388 4466 0 0 0.562 2 interp_poly -46 -21 60 -17 3388 4466 3 MP PP 3388 4466 0 0 0.562 3448 4449 0 0 0.562 3388 4466 0 0 0.562 2 interp_poly 3448 4449 0 0 0.562 3402 4428 0 0 0.562 3448 4449 0 0 0.562 2 interp_poly 60 17 -46 -117 3431 3723 3 MP PP 3431 3723 0 0 0.875 3385 3606 0 0.0625 1 3431 3723 0 0 0.875 2 interp_poly 3385 3606 0 0.0625 1 3445 3623 0 0 1 3385 3606 0 0.0625 1 2 interp_poly -46 -168 60 17 3385 3606 3 MP PP 3385 3606 0 0.0625 1 3445 3623 0 0 1 3385 3606 0 0.0625 1 2 interp_poly 3445 3623 0 0 1 3399 3455 0 0.25 1 3445 3623 0 0 1 2 interp_poly 61 -15 -47 -25 3430 4348 3 MP PP 3430 4348 0 0 0.562 3383 4323 0 0 0.562 3430 4348 0 0 0.562 2 interp_poly 3383 4323 0 0 0.562 3444 4308 0 0 0.562 3383 4323 0 0 0.562 2 interp_poly -47 -26 61 -15 3383 4323 3 MP PP 3383 4323 0 0 0.562 3444 4308 0 0 0.562 3383 4323 0 0 0.562 2 interp_poly 3444 4308 0 0 0.562 3397 4282 0 0 0.562 3444 4308 0 0 0.562 2 interp_poly -47 549 61 43 3348 2071 3 MP PP 3348 2071 1 0.5 0 3409 2114 1 0.625 0 3348 2071 1 0.5 0 2 interp_poly 3409 2114 1 0.625 0 3362 2663 0.375 1 0.688 3409 2114 1 0.625 0 2 interp_poly -47 389 61 9 3362 2663 3 MP PP 3362 2663 0.375 1 0.688 3423 2672 0.312 1 0.75 3362 2663 0.375 1 0.688 2 interp_poly 3423 2672 0.312 1 0.75 3376 3061 0 0.562 1 3423 2672 0.312 1 0.75 2 interp_poly 61 9 -47 549 3409 2114 3 MP PP 3409 2114 1 0.625 0 3362 2663 0.375 1 0.688 3409 2114 1 0.625 0 2 interp_poly 3362 2663 0.375 1 0.688 3423 2672 0.312 1 0.75 3362 2663 0.375 1 0.688 2 interp_poly 60 -111 -46 -569 3427 2794 3 MP PP 3427 2794 0.375 1 0.688 3381 2225 1 0.688 0 3427 2794 0.375 1 0.688 2 interp_poly 3381 2225 1 0.688 0 3441 2114 1 0.5 0 3381 2225 1 0.688 0 2 interp_poly 61 43 -47 294 3395 1777 3 MP PP 3395 1777 0.938 0 0 3348 2071 1 0.5 0 3395 1777 0.938 0 0 2 interp_poly 3348 2071 1 0.5 0 3409 2114 1 0.625 0 3348 2071 1 0.5 0 2 interp_poly -46 -337 60 -111 3381 2225 3 MP PP 3381 2225 1 0.688 0 3441 2114 1 0.5 0 3381 2225 1 0.688 0 2 interp_poly 3441 2114 1 0.5 0 3395 1777 0.938 0 0 3441 2114 1 0.5 0 2 interp_poly 61 -10 -47 -25 3426 4203 3 MP PP 3426 4203 0 0 0.562 3379 4178 0 0 0.562 3426 4203 0 0 0.562 2 interp_poly 3379 4178 0 0 0.562 3440 4168 0 0 0.562 3379 4178 0 0 0.562 2 interp_poly -47 -22 61 -10 3379 4178 3 MP PP 3379 4178 0 0 0.562 3440 4168 0 0 0.562 3379 4178 0 0 0.562 2 interp_poly 3440 4168 0 0 0.562 3393 4146 0 0 0.562 3440 4168 0 0 0.562 2 interp_poly 61 -25 -46 -20 3421 4077 3 MP PP 3421 4077 0 0 0.562 3375 4057 0 0 0.562 3421 4077 0 0 0.562 2 interp_poly 3375 4057 0 0 0.562 3436 4032 0 0 0.562 3375 4057 0 0 0.562 2 interp_poly -47 -25 61 -25 3375 4057 3 MP PP 3375 4057 0 0 0.562 3436 4032 0 0 0.562 3375 4057 0 0 0.562 2 interp_poly 3436 4032 0 0 0.562 3389 4007 0 0 0.562 3436 4032 0 0 0.562 2 interp_poly 61 -17 -47 -21 3420 4526 3 MP PP 3420 4526 0 0 0.562 3373 4505 0 0 0.562 3420 4526 0 0 0.562 2 interp_poly 3373 4505 0 0 0.562 3434 4488 0 0 0.562 3373 4505 0 0 0.562 2 interp_poly -46 -22 61 -17 3373 4505 3 MP PP 3373 4505 0 0 0.562 3434 4488 0 0 0.562 3373 4505 0 0 0.562 2 interp_poly 3434 4488 0 0 0.562 3388 4466 0 0 0.562 3434 4488 0 0 0.562 2 interp_poly 60 -26 -46 -80 3417 3829 3 MP PP 3417 3829 0 0 0.75 3371 3749 0 0 0.875 3417 3829 0 0 0.75 2 interp_poly 3371 3749 0 0 0.875 3431 3723 0 0 0.875 3371 3749 0 0 0.875 2 interp_poly -46 -117 60 -26 3371 3749 3 MP PP 3371 3749 0 0 0.875 3431 3723 0 0 0.875 3371 3749 0 0 0.875 2 interp_poly 3431 3723 0 0 0.875 3385 3606 0 0.0625 1 3431 3723 0 0 0.875 2 interp_poly 61 -16 -47 -24 3416 4388 3 MP PP 3416 4388 0 0 0.562 3369 4364 0 0 0.562 3416 4388 0 0 0.562 2 interp_poly 3369 4364 0 0 0.562 3430 4348 0 0 0.562 3369 4364 0 0 0.562 2 interp_poly -47 -25 61 -16 3369 4364 3 MP PP 3369 4364 0 0 0.562 3430 4348 0 0 0.562 3369 4364 0 0 0.562 2 interp_poly 3430 4348 0 0 0.562 3383 4323 0 0 0.562 3430 4348 0 0 0.562 2 interp_poly -46 -21 60 -16 3267 3038 3 MP PP 3267 3038 0 0 0.562 3327 3022 0 0 0.562 3267 3038 0 0 0.562 2 interp_poly 3327 3022 0 0 0.562 3281 3001 0 0 0.562 3327 3022 0 0 0.562 2 interp_poly 60 -16 -46 -22 3313 3060 3 MP PP 3313 3060 0 0 0.562 3267 3038 0 0 0.562 3313 3060 0 0 0.562 2 interp_poly 3267 3038 0 0 0.562 3327 3022 0 0 0.562 3267 3038 0 0 0.562 2 interp_poly -46 -21 60 -17 3281 3001 3 MP PP 3281 3001 0 0 0.562 3341 2984 0 0 0.562 3281 3001 0 0 0.562 2 interp_poly 3341 2984 0 0 0.562 3295 2963 0 0 0.562 3341 2984 0 0 0.562 2 interp_poly 60 -17 -46 -21 3327 3022 3 MP PP 3327 3022 0 0 0.562 3281 3001 0 0 0.562 3327 3022 0 0 0.562 2 interp_poly 3281 3001 0 0 0.562 3341 2984 0 0 0.562 3281 3001 0 0 0.562 2 interp_poly -46 -21 60 -16 3285 3134 3 MP PP 3285 3134 0 0 0.562 3345 3118 0 0 0.562 3285 3134 0 0 0.562 2 interp_poly 3345 3118 0 0 0.562 3299 3097 0 0 0.562 3345 3118 0 0 0.562 2 interp_poly -46 -22 60 -16 3295 2963 3 MP PP 3295 2963 0 0 0.562 3355 2947 0 0 0.562 3295 2963 0 0 0.562 2 interp_poly 3355 2947 0 0 0.562 3309 2925 0 0 0.562 3355 2947 0 0 0.562 2 interp_poly 60 -16 -46 -21 3341 2984 3 MP PP 3341 2984 0 0 0.562 3295 2963 0 0 0.562 3341 2984 0 0 0.562 2 interp_poly 3295 2963 0 0 0.562 3355 2947 0 0 0.562 3295 2963 0 0 0.562 2 interp_poly -47 -21 61 -16 3299 3097 3 MP PP 3299 3097 0 0 0.562 3360 3081 0 0 0.562 3299 3097 0 0 0.562 2 interp_poly 3360 3081 0 0 0.562 3313 3060 0 0 0.562 3360 3081 0 0 0.562 2 interp_poly 61 -16 -46 -21 3345 3118 3 MP PP 3345 3118 0 0 0.562 3299 3097 0 0 0.562 3345 3118 0 0 0.562 2 interp_poly 3299 3097 0 0 0.562 3360 3081 0 0 0.562 3299 3097 0 0 0.562 2 interp_poly 60 -16 -46 -22 3355 2947 3 MP PP 3355 2947 0 0 0.562 3309 2925 0 0 0.562 3355 2947 0 0 0.562 2 interp_poly 3309 2925 0 0 0.562 3369 2909 0 0 0.562 3309 2925 0 0 0.562 2 interp_poly -47 -21 61 -17 3313 3060 3 MP PP 3313 3060 0 0 0.562 3374 3043 0 0 0.562 3313 3060 0 0 0.562 2 interp_poly 3374 3043 0 0 0.562 3327 3022 0 0 0.562 3374 3043 0 0 0.562 2 interp_poly 61 -17 -47 -21 3360 3081 3 MP PP 3360 3081 0 0 0.562 3313 3060 0 0 0.562 3360 3081 0 0 0.562 2 interp_poly 3313 3060 0 0 0.562 3374 3043 0 0 0.562 3313 3060 0 0 0.562 2 interp_poly 60 -59 -46 457 3362 2663 3 MP PP 3362 2663 0.375 1 0.688 3316 3120 0 0.5 1 3362 2663 0.375 1 0.688 2 interp_poly 3316 3120 0 0.5 1 3376 3061 0 0.562 1 3316 3120 0 0.5 1 2 interp_poly 60 -53 -46 -391 3413 3238 3 MP PP 3413 3238 0 0.625 1 3367 2847 0.312 1 0.75 3413 3238 0 0.625 1 2 interp_poly 3367 2847 0.312 1 0.75 3427 2794 0.375 1 0.688 3367 2847 0.312 1 0.75 2 interp_poly -46 -569 60 -53 3367 2847 3 MP PP 3367 2847 0.312 1 0.75 3427 2794 0.375 1 0.688 3367 2847 0.312 1 0.75 2 interp_poly 3427 2794 0.375 1 0.688 3381 2225 1 0.688 0 3427 2794 0.375 1 0.688 2 interp_poly 61 -12 -47 -26 3412 4241 3 MP PP 3412 4241 0 0 0.562 3365 4215 0 0 0.562 3412 4241 0 0 0.562 2 interp_poly 3365 4215 0 0 0.562 3426 4203 0 0 0.562 3365 4215 0 0 0.562 2 interp_poly -47 -25 61 -12 3365 4215 3 MP PP 3365 4215 0 0 0.562 3426 4203 0 0 0.562 3365 4215 0 0 0.562 2 interp_poly 3426 4203 0 0 0.562 3379 4178 0 0 0.562 3426 4203 0 0 0.562 2 interp_poly 60 -17 -46 -20 3407 4114 3 MP PP 3407 4114 0 0 0.562 3361 4094 0 0 0.562 3407 4114 0 0 0.562 2 interp_poly 3361 4094 0 0 0.562 3421 4077 0 0 0.562 3361 4094 0 0 0.562 2 interp_poly -46 -20 60 -17 3361 4094 3 MP PP 3361 4094 0 0 0.562 3421 4077 0 0 0.562 3361 4094 0 0 0.562 2 interp_poly 3421 4077 0 0 0.562 3375 4057 0 0 0.562 3421 4077 0 0 0.562 2 interp_poly 61 -17 -47 -22 3406 4565 3 MP PP 3406 4565 0 0 0.562 3359 4543 0 0 0.562 3406 4565 0 0 0.562 2 interp_poly 3359 4543 0 0 0.562 3420 4526 0 0 0.562 3359 4543 0 0 0.562 2 interp_poly -47 -21 61 -17 3359 4543 3 MP PP 3359 4543 0 0 0.562 3420 4526 0 0 0.562 3359 4543 0 0 0.562 2 interp_poly 3420 4526 0 0 0.562 3373 4505 0 0 0.562 3420 4526 0 0 0.562 2 interp_poly 60 -52 -46 -50 3403 3931 3 MP PP 3403 3931 0 0 0.625 3357 3881 0 0 0.688 3403 3931 0 0 0.625 2 interp_poly 3357 3881 0 0 0.688 3417 3829 0 0 0.75 3357 3881 0 0 0.688 2 interp_poly -46 -80 60 -52 3357 3881 3 MP PP 3357 3881 0 0 0.688 3417 3829 0 0 0.75 3357 3881 0 0 0.688 2 interp_poly 3417 3829 0 0 0.75 3371 3749 0 0 0.875 3417 3829 0 0 0.75 2 interp_poly 61 -17 -47 -23 3402 4428 3 MP PP 3402 4428 0 0 0.562 3355 4405 0 0 0.562 3402 4428 0 0 0.562 2 interp_poly 3355 4405 0 0 0.562 3416 4388 0 0 0.562 3355 4405 0 0 0.562 2 interp_poly -47 -24 61 -17 3355 4405 3 MP PP 3355 4405 0 0 0.562 3416 4388 0 0 0.562 3355 4405 0 0 0.562 2 interp_poly 3416 4388 0 0 0.562 3369 4364 0 0 0.562 3416 4388 0 0 0.562 2 interp_poly -47 -21 61 -17 3303 3230 3 MP PP 3303 3230 0 0 0.562 3364 3213 0 0 0.562 3303 3230 0 0 0.562 2 interp_poly 3364 3213 0 0 0.562 3317 3192 0 0 0.562 3364 3213 0 0 0.562 2 interp_poly 61 -17 -47 -21 3350 3251 3 MP PP 3350 3251 0 0 0.562 3303 3230 0 0 0.562 3350 3251 0 0 0.562 2 interp_poly 3303 3230 0 0 0.562 3364 3213 0 0 0.562 3303 3230 0 0 0.562 2 interp_poly -46 -21 61 -14 3321 3323 3 MP PP 3321 3323 0 0 0.562 3382 3309 0 0 0.562 3321 3323 0 0 0.562 2 interp_poly 3382 3309 0 0 0.562 3336 3288 0 0 0.562 3382 3309 0 0 0.562 2 interp_poly 61 -14 -47 -21 3368 3344 3 MP PP 3368 3344 0 0 0.562 3321 3323 0 0 0.562 3368 3344 0 0 0.562 2 interp_poly 3321 3323 0 0 0.562 3382 3309 0 0 0.562 3321 3323 0 0 0.562 2 interp_poly -47 -21 61 -9 3307 3353 3 MP PP 3307 3353 0 0 0.562 3368 3344 0 0 0.562 3307 3353 0 0 0.562 2 interp_poly 3368 3344 0 0 0.562 3321 3323 0 0 0.562 3368 3344 0 0 0.562 2 interp_poly 61 -9 -47 -18 3354 3371 3 MP PP 3354 3371 0 0 0.562 3307 3353 0 0 0.562 3354 3371 0 0 0.562 2 interp_poly 3307 3353 0 0 0.562 3368 3344 0 0 0.562 3307 3353 0 0 0.562 2 interp_poly -46 -21 60 -16 3336 3288 3 MP PP 3336 3288 0 0 0.562 3396 3272 0 0 0.562 3336 3288 0 0 0.562 2 interp_poly 3396 3272 0 0 0.562 3350 3251 0 0 0.562 3396 3272 0 0 0.562 2 interp_poly 60 -16 -46 -21 3382 3309 3 MP PP 3382 3309 0 0 0.562 3336 3288 0 0 0.562 3382 3309 0 0 0.562 2 interp_poly 3336 3288 0 0 0.562 3396 3272 0 0 0.562 3336 3288 0 0 0.562 2 interp_poly -46 126 60 -70 3330 3307 3 MP PP 3330 3307 0 0.0625 1 3390 3237 0 0.188 1 3330 3307 0 0.0625 1 2 interp_poly 3390 3237 0 0.188 1 3344 3363 0 0 0.875 3390 3237 0 0.188 1 2 interp_poly -47 -21 61 -14 3275 3302 3 MP PP 3275 3302 0 0 0.562 3336 3288 0 0 0.562 3275 3302 0 0 0.562 2 interp_poly 3336 3288 0 0 0.562 3289 3267 0 0 0.562 3336 3288 0 0 0.562 2 interp_poly 61 -14 -46 -21 3321 3323 3 MP PP 3321 3323 0 0 0.562 3275 3302 0 0 0.562 3321 3323 0 0 0.562 2 interp_poly 3275 3302 0 0 0.562 3336 3288 0 0 0.562 3275 3302 0 0 0.562 2 interp_poly -47 -21 61 -16 3289 3267 3 MP PP 3289 3267 0 0 0.562 3350 3251 0 0 0.562 3289 3267 0 0 0.562 2 interp_poly 3350 3251 0 0 0.562 3303 3230 0 0 0.562 3350 3251 0 0 0.562 2 interp_poly 61 -16 -47 -21 3336 3288 3 MP PP 3336 3288 0 0 0.562 3289 3267 0 0 0.562 3336 3288 0 0 0.562 2 interp_poly 3289 3267 0 0 0.562 3350 3251 0 0 0.562 3289 3267 0 0 0.562 2 interp_poly -47 -20 61 -17 3317 3192 3 MP PP 3317 3192 0 0 0.562 3378 3175 0 0 0.562 3317 3192 0 0 0.562 2 interp_poly 3378 3175 0 0 0.562 3331 3155 0 0 0.562 3378 3175 0 0 0.562 2 interp_poly 61 -17 -47 -21 3364 3213 3 MP PP 3364 3213 0 0 0.562 3317 3192 0 0 0.562 3364 3213 0 0 0.562 2 interp_poly 3317 3192 0 0 0.562 3378 3175 0 0 0.562 3317 3192 0 0 0.562 2 interp_poly 60 -70 -46 246 3376 3061 3 MP PP 3376 3061 0 0.562 1 3330 3307 0 0.0625 1 3376 3061 0 0.562 1 2 interp_poly 3330 3307 0 0.0625 1 3390 3237 0 0.188 1 3330 3307 0 0.0625 1 2 interp_poly -47 -18 61 -6 3293 3377 3 MP PP 3293 3377 0 0 0.562 3354 3371 0 0 0.562 3293 3377 0 0 0.562 2 interp_poly 3354 3371 0 0 0.562 3307 3353 0 0 0.562 3354 3371 0 0 0.562 2 interp_poly 61 -6 -47 -11 3340 3388 3 MP PP 3340 3388 0 0 0.625 3293 3377 0 0 0.562 3340 3388 0 0 0.625 2 interp_poly 3293 3377 0 0 0.562 3354 3371 0 0 0.562 3293 3377 0 0 0.562 2 interp_poly -47 68 61 -53 3344 3363 3 MP PP 3344 3363 0 0 0.875 3405 3310 0 0 0.938 3344 3363 0 0 0.875 2 interp_poly 3405 3310 0 0 0.938 3358 3378 0 0 0.812 3405 3310 0 0 0.938 2 interp_poly 61 -53 -46 126 3390 3237 3 MP PP 3390 3237 0 0.188 1 3344 3363 0 0 0.875 3390 3237 0 0.188 1 2 interp_poly 3344 3363 0 0 0.875 3405 3310 0 0 0.938 3344 3363 0 0 0.875 2 interp_poly 61 23 -47 -240 3399 3455 3 MP PP 3399 3455 0 0.25 1 3352 3215 0 0.688 1 3399 3455 0 0.25 1 2 interp_poly 3352 3215 0 0.688 1 3413 3238 0 0.625 1 3352 3215 0 0.688 1 2 interp_poly -46 -21 60 -17 3271 3172 3 MP PP 3271 3172 0 0 0.562 3331 3155 0 0 0.562 3271 3172 0 0 0.562 2 interp_poly 3331 3155 0 0 0.562 3285 3134 0 0 0.562 3331 3155 0 0 0.562 2 interp_poly 60 -17 -46 -20 3317 3192 3 MP PP 3317 3192 0 0 0.562 3271 3172 0 0 0.562 3317 3192 0 0 0.562 2 interp_poly 3271 3172 0 0 0.562 3331 3155 0 0 0.562 3271 3172 0 0 0.562 2 interp_poly 60 -16 -46 -21 3331 3155 3 MP PP 3331 3155 0 0 0.562 3285 3134 0 0 0.562 3331 3155 0 0 0.562 2 interp_poly 3285 3134 0 0 0.562 3345 3118 0 0 0.562 3285 3134 0 0 0.562 2 interp_poly -46 246 60 -59 3316 3120 3 MP PP 3316 3120 0 0.5 1 3376 3061 0 0.562 1 3316 3120 0 0.5 1 2 interp_poly 3376 3061 0 0.562 1 3330 3307 0 0.0625 1 3376 3061 0 0.562 1 2 interp_poly -46 -391 61 23 3352 3215 3 MP PP 3352 3215 0 0.688 1 3413 3238 0 0.625 1 3352 3215 0 0.688 1 2 interp_poly 3413 3238 0 0.625 1 3367 2847 0.312 1 0.75 3413 3238 0 0.625 1 2 interp_poly 61 -14 -46 -27 3397 4282 3 MP PP 3397 4282 0 0 0.562 3351 4255 0 0 0.562 3397 4282 0 0 0.562 2 interp_poly 3351 4255 0 0 0.562 3412 4241 0 0 0.562 3351 4255 0 0 0.562 2 interp_poly -47 -26 61 -14 3351 4255 3 MP PP 3351 4255 0 0 0.562 3412 4241 0 0 0.562 3351 4255 0 0 0.562 2 interp_poly 3412 4241 0 0 0.562 3365 4215 0 0 0.562 3412 4241 0 0 0.562 2 interp_poly 60 -10 -46 -22 3393 4146 3 MP PP 3393 4146 0 0 0.562 3347 4124 0 0 0.562 3393 4146 0 0 0.562 2 interp_poly 3347 4124 0 0 0.562 3407 4114 0 0 0.562 3347 4124 0 0 0.562 2 interp_poly -46 -20 60 -10 3347 4124 3 MP PP 3347 4124 0 0 0.562 3407 4114 0 0 0.562 3347 4124 0 0 0.562 2 interp_poly 3407 4114 0 0 0.562 3361 4094 0 0 0.562 3407 4114 0 0 0.562 2 interp_poly -47 -22 61 -16 3345 4581 3 MP PP 3345 4581 0 0 0.562 3406 4565 0 0 0.562 3345 4581 0 0 0.562 2 interp_poly 3406 4565 0 0 0.562 3359 4543 0 0 0.562 3406 4565 0 0 0.562 2 interp_poly 60 -48 -46 -28 3389 4007 3 MP PP 3389 4007 0 0 0.562 3343 3979 0 0 0.562 3389 4007 0 0 0.562 2 interp_poly 3343 3979 0 0 0.562 3403 3931 0 0 0.625 3343 3979 0 0 0.562 2 interp_poly -46 -50 60 -48 3343 3979 3 MP PP 3343 3979 0 0 0.562 3403 3931 0 0 0.625 3343 3979 0 0 0.562 2 interp_poly 3403 3931 0 0 0.625 3357 3881 0 0 0.688 3403 3931 0 0 0.625 2 interp_poly 61 -16 -47 -22 3388 4466 3 MP PP 3388 4466 0 0 0.562 3341 4444 0 0 0.562 3388 4466 0 0 0.562 2 interp_poly 3341 4444 0 0 0.562 3402 4428 0 0 0.562 3341 4444 0 0 0.562 2 interp_poly -47 -23 61 -16 3341 4444 3 MP PP 3341 4444 0 0 0.562 3402 4428 0 0 0.562 3341 4444 0 0 0.562 2 interp_poly 3402 4428 0 0 0.562 3355 4405 0 0 0.562 3402 4428 0 0 0.562 2 interp_poly 61 14 -47 -165 3385 3606 3 MP PP 3385 3606 0 0.0625 1 3338 3441 0 0.312 1 3385 3606 0 0.0625 1 2 interp_poly 3338 3441 0 0.312 1 3399 3455 0 0.25 1 3338 3441 0 0.312 1 2 interp_poly -47 10 61 -39 3251 3448 3 MP PP 3251 3448 0 0 0.688 3312 3409 0 0 0.688 3251 3448 0 0 0.688 2 interp_poly 3312 3409 0 0 0.688 3265 3419 0 0 0.625 3312 3409 0 0 0.688 2 interp_poly 61 -39 -46 23 3297 3425 3 MP PP 3297 3425 0 0 0.75 3251 3448 0 0 0.688 3297 3425 0 0 0.75 2 interp_poly 3251 3448 0 0 0.688 3312 3409 0 0 0.688 3251 3448 0 0 0.688 2 interp_poly -47 -1 61 -21 3265 3419 3 MP PP 3265 3419 0 0 0.625 3326 3398 0 0 0.625 3265 3419 0 0 0.625 2 interp_poly 3326 3398 0 0 0.625 3279 3397 0 0 0.625 3326 3398 0 0 0.625 2 interp_poly 61 -21 -47 10 3312 3409 3 MP PP 3312 3409 0 0 0.688 3265 3419 0 0 0.625 3312 3409 0 0 0.688 2 interp_poly 3265 3419 0 0 0.625 3326 3398 0 0 0.625 3265 3419 0 0 0.625 2 interp_poly -47 -11 61 -9 3279 3397 3 MP PP 3279 3397 0 0 0.625 3340 3388 0 0 0.625 3279 3397 0 0 0.625 2 interp_poly 3340 3388 0 0 0.625 3293 3377 0 0 0.562 3340 3388 0 0 0.625 2 interp_poly 61 -9 -47 -1 3326 3398 3 MP PP 3326 3398 0 0 0.625 3279 3397 0 0 0.625 3326 3398 0 0 0.625 2 interp_poly 3279 3397 0 0 0.625 3340 3388 0 0 0.625 3279 3397 0 0 0.625 2 interp_poly -47 62 61 -69 3283 3432 3 MP PP 3283 3432 0 0 0.812 3344 3363 0 0 0.875 3283 3432 0 0 0.812 2 interp_poly 3344 3363 0 0 0.875 3297 3425 0 0 0.75 3344 3363 0 0 0.875 2 interp_poly 61 -69 -47 125 3330 3307 3 MP PP 3330 3307 0 0.0625 1 3283 3432 0 0 0.812 3330 3307 0 0.0625 1 2 interp_poly 3283 3432 0 0 0.812 3344 3363 0 0 0.875 3283 3432 0 0 0.812 2 interp_poly -46 -4 60 -6 3326 3398 3 MP PP 3326 3398 0 0 0.625 3386 3392 0 0 0.625 3326 3398 0 0 0.625 2 interp_poly 3386 3392 0 0 0.625 3340 3388 0 0 0.625 3386 3392 0 0 0.625 2 interp_poly 60 -6 -46 11 3372 3387 3 MP PP 3372 3387 0 0 0.688 3326 3398 0 0 0.625 3372 3387 0 0 0.688 2 interp_poly 3326 3398 0 0 0.625 3386 3392 0 0 0.625 3326 3398 0 0 0.625 2 interp_poly -46 11 60 -22 3312 3409 3 MP PP 3312 3409 0 0 0.688 3372 3387 0 0 0.688 3312 3409 0 0 0.688 2 interp_poly 3372 3387 0 0 0.688 3326 3398 0 0 0.625 3372 3387 0 0 0.688 2 interp_poly 60 -22 -46 31 3358 3378 3 MP PP 3358 3378 0 0 0.812 3312 3409 0 0 0.688 3358 3378 0 0 0.812 2 interp_poly 3312 3409 0 0 0.688 3372 3387 0 0 0.688 3312 3409 0 0 0.688 2 interp_poly -46 31 61 -47 3297 3425 3 MP PP 3297 3425 0 0 0.75 3358 3378 0 0 0.812 3297 3425 0 0 0.75 2 interp_poly 3358 3378 0 0 0.812 3312 3409 0 0 0.688 3358 3378 0 0 0.812 2 interp_poly 61 -47 -47 62 3344 3363 3 MP PP 3344 3363 0 0 0.875 3297 3425 0 0 0.75 3344 3363 0 0 0.875 2 interp_poly 3297 3425 0 0 0.75 3358 3378 0 0 0.812 3297 3425 0 0 0.75 2 interp_poly -47 -240 61 14 3338 3441 3 MP PP 3338 3441 0 0.312 1 3399 3455 0 0.25 1 3338 3441 0 0.312 1 2 interp_poly 3399 3455 0 0.25 1 3352 3215 0 0.688 1 3399 3455 0 0.25 1 2 interp_poly 60 -15 -46 -26 3383 4323 3 MP PP 3383 4323 0 0 0.562 3337 4297 0 0 0.562 3383 4323 0 0 0.562 2 interp_poly 3337 4297 0 0 0.562 3397 4282 0 0 0.562 3337 4297 0 0 0.562 2 interp_poly -46 -27 60 -15 3337 4297 3 MP PP 3337 4297 0 0 0.562 3397 4282 0 0 0.562 3337 4297 0 0 0.562 2 interp_poly 3397 4282 0 0 0.562 3351 4255 0 0 0.562 3397 4282 0 0 0.562 2 interp_poly -47 294 61 -159 3334 1936 3 MP PP 3334 1936 1 0.188 0 3395 1777 0.938 0 0 3334 1936 1 0.188 0 2 interp_poly 3395 1777 0.938 0 0 3348 2071 1 0.5 0 3395 1777 0.938 0 0 2 interp_poly 61 -159 -47 -289 3381 2225 3 MP PP 3381 2225 1 0.688 0 3334 1936 1 0.188 0 3381 2225 1 0.688 0 2 interp_poly 3334 1936 1 0.188 0 3395 1777 0.938 0 0 3334 1936 1 0.188 0 2 interp_poly 60 -8 -46 -24 3379 4178 3 MP PP 3379 4178 0 0 0.562 3333 4154 0 0 0.562 3379 4178 0 0 0.562 2 interp_poly 3333 4154 0 0 0.562 3393 4146 0 0 0.562 3333 4154 0 0 0.562 2 interp_poly -46 -22 60 -8 3333 4154 3 MP PP 3333 4154 0 0 0.562 3393 4146 0 0 0.562 3333 4154 0 0 0.562 2 interp_poly 3393 4146 0 0 0.562 3347 4124 0 0 0.562 3393 4146 0 0 0.562 2 interp_poly 61 -30 -47 -20 3375 4057 3 MP PP 3375 4057 0 0 0.562 3328 4037 0 0 0.562 3375 4057 0 0 0.562 2 interp_poly 3328 4037 0 0 0.562 3389 4007 0 0 0.562 3328 4037 0 0 0.562 2 interp_poly -46 -28 61 -30 3328 4037 3 MP PP 3328 4037 0 0 0.562 3389 4007 0 0 0.562 3328 4037 0 0 0.562 2 interp_poly 3389 4007 0 0 0.562 3343 3979 0 0 0.562 3389 4007 0 0 0.562 2 interp_poly 61 -18 -46 -21 3373 4505 3 MP PP 3373 4505 0 0 0.562 3327 4484 0 0 0.562 3373 4505 0 0 0.562 2 interp_poly 3327 4484 0 0 0.562 3388 4466 0 0 0.562 3327 4484 0 0 0.562 2 interp_poly -47 -22 61 -18 3327 4484 3 MP PP 3327 4484 0 0 0.562 3388 4466 0 0 0.562 3327 4484 0 0 0.562 2 interp_poly 3388 4466 0 0 0.562 3341 4444 0 0 0.562 3388 4466 0 0 0.562 2 interp_poly 61 -27 -47 -116 3371 3749 3 MP PP 3371 3749 0 0 0.875 3324 3633 0 0.0625 1 3371 3749 0 0 0.875 2 interp_poly 3324 3633 0 0.0625 1 3385 3606 0 0.0625 1 3324 3633 0 0.0625 1 2 interp_poly -47 -165 61 -27 3324 3633 3 MP PP 3324 3633 0 0.0625 1 3385 3606 0 0.0625 1 3324 3633 0 0.0625 1 2 interp_poly 3385 3606 0 0.0625 1 3338 3441 0 0.312 1 3385 3606 0 0.0625 1 2 interp_poly 60 -16 -46 -25 3369 4364 3 MP PP 3369 4364 0 0 0.562 3323 4339 0 0 0.562 3369 4364 0 0 0.562 2 interp_poly 3323 4339 0 0 0.562 3383 4323 0 0 0.562 3323 4339 0 0 0.562 2 interp_poly -46 -26 60 -16 3323 4339 3 MP PP 3323 4339 0 0 0.562 3383 4323 0 0 0.562 3323 4339 0 0 0.562 2 interp_poly 3383 4323 0 0 0.562 3337 4297 0 0 0.562 3383 4323 0 0 0.562 2 interp_poly -46 606 60 -111 3288 2182 3 MP PP 3288 2182 1 0.688 0 3348 2071 1 0.5 0 3288 2182 1 0.688 0 2 interp_poly 3348 2071 1 0.5 0 3302 2677 0.375 1 0.688 3348 2071 1 0.5 0 2 interp_poly -46 457 60 -14 3302 2677 3 MP PP 3302 2677 0.375 1 0.688 3362 2663 0.375 1 0.688 3302 2677 0.375 1 0.688 2 interp_poly 3362 2663 0.375 1 0.688 3316 3120 0 0.5 1 3362 2663 0.375 1 0.688 2 interp_poly 60 -14 -46 606 3348 2071 3 MP PP 3348 2071 1 0.5 0 3302 2677 0.375 1 0.688 3348 2071 1 0.5 0 2 interp_poly 3302 2677 0.375 1 0.688 3362 2663 0.375 1 0.688 3302 2677 0.375 1 0.688 2 interp_poly 61 -213 -47 -409 3367 2847 3 MP PP 3367 2847 0.312 1 0.75 3320 2438 1 1 0.0625 3367 2847 0.312 1 0.75 2 interp_poly 3320 2438 1 1 0.0625 3381 2225 1 0.688 0 3320 2438 1 1 0.0625 2 interp_poly 60 -111 -46 246 3334 1936 3 MP PP 3334 1936 1 0.188 0 3288 2182 1 0.688 0 3334 1936 1 0.188 0 2 interp_poly 3288 2182 1 0.688 0 3348 2071 1 0.5 0 3288 2182 1 0.688 0 2 interp_poly -47 -289 61 -213 3320 2438 3 MP PP 3320 2438 1 1 0.0625 3381 2225 1 0.688 0 3320 2438 1 1 0.0625 2 interp_poly 3381 2225 1 0.688 0 3334 1936 1 0.188 0 3381 2225 1 0.688 0 2 interp_poly 60 -11 -46 -26 3365 4215 3 MP PP 3365 4215 0 0 0.562 3319 4189 0 0 0.562 3365 4215 0 0 0.562 2 interp_poly 3319 4189 0 0 0.562 3379 4178 0 0 0.562 3319 4189 0 0 0.562 2 interp_poly -46 -24 60 -11 3319 4189 3 MP PP 3319 4189 0 0 0.562 3379 4178 0 0 0.562 3319 4189 0 0 0.562 2 interp_poly 3379 4178 0 0 0.562 3333 4154 0 0 0.562 3379 4178 0 0 0.562 2 interp_poly 61 -17 -47 -20 3361 4094 3 MP PP 3361 4094 0 0 0.562 3314 4074 0 0 0.562 3361 4094 0 0 0.562 2 interp_poly 3314 4074 0 0 0.562 3375 4057 0 0 0.562 3314 4074 0 0 0.562 2 interp_poly -47 -20 61 -17 3314 4074 3 MP PP 3314 4074 0 0 0.562 3375 4057 0 0 0.562 3314 4074 0 0 0.562 2 interp_poly 3375 4057 0 0 0.562 3328 4037 0 0 0.562 3375 4057 0 0 0.562 2 interp_poly 60 -17 -46 -21 3359 4543 3 MP PP 3359 4543 0 0 0.562 3313 4522 0 0 0.562 3359 4543 0 0 0.562 2 interp_poly 3313 4522 0 0 0.562 3373 4505 0 0 0.562 3313 4522 0 0 0.562 2 interp_poly -46 -21 60 -17 3313 4522 3 MP PP 3313 4522 0 0 0.562 3373 4505 0 0 0.562 3313 4522 0 0 0.562 2 interp_poly 3373 4505 0 0 0.562 3327 4484 0 0 0.562 3373 4505 0 0 0.562 2 interp_poly 61 -62 -47 -70 3357 3881 3 MP PP 3357 3881 0 0 0.688 3310 3811 0 0 0.75 3357 3881 0 0 0.688 2 interp_poly 3310 3811 0 0 0.75 3371 3749 0 0 0.875 3310 3811 0 0 0.75 2 interp_poly -47 -116 61 -62 3310 3811 3 MP PP 3310 3811 0 0 0.75 3371 3749 0 0 0.875 3310 3811 0 0 0.75 2 interp_poly 3371 3749 0 0 0.875 3324 3633 0 0.0625 1 3371 3749 0 0 0.875 2 interp_poly 60 -16 -46 -25 3355 4405 3 MP PP 3355 4405 0 0 0.562 3309 4380 0 0 0.562 3355 4405 0 0 0.562 2 interp_poly 3309 4380 0 0 0.562 3369 4364 0 0 0.562 3309 4380 0 0 0.562 2 interp_poly -46 -25 60 -16 3309 4380 3 MP PP 3309 4380 0 0 0.562 3369 4364 0 0 0.562 3309 4380 0 0 0.562 2 interp_poly 3369 4364 0 0 0.562 3323 4339 0 0 0.562 3369 4364 0 0 0.562 2 interp_poly 61 -17 -47 -21 3295 2963 3 MP PP 3295 2963 0 0 0.562 3248 2942 0 0 0.562 3295 2963 0 0 0.562 2 interp_poly 3248 2942 0 0 0.562 3309 2925 0 0 0.562 3248 2942 0 0 0.562 2 interp_poly -47 -22 61 -16 3220 3017 3 MP PP 3220 3017 0 0 0.562 3281 3001 0 0 0.562 3220 3017 0 0 0.562 2 interp_poly 3281 3001 0 0 0.562 3234 2979 0 0 0.562 3281 3001 0 0 0.562 2 interp_poly 61 -16 -47 -21 3267 3038 3 MP PP 3267 3038 0 0 0.562 3220 3017 0 0 0.562 3267 3038 0 0 0.562 2 interp_poly 3220 3017 0 0 0.562 3281 3001 0 0 0.562 3220 3017 0 0 0.562 2 interp_poly -47 -20 61 -17 3224 3151 3 MP PP 3224 3151 0 0 0.562 3285 3134 0 0 0.562 3224 3151 0 0 0.562 2 interp_poly 3285 3134 0 0 0.562 3238 3114 0 0 0.562 3285 3134 0 0 0.562 2 interp_poly 61 -17 -47 -21 3271 3172 3 MP PP 3271 3172 0 0 0.562 3224 3151 0 0 0.562 3271 3172 0 0 0.562 2 interp_poly 3224 3151 0 0 0.562 3285 3134 0 0 0.562 3224 3151 0 0 0.562 2 interp_poly -47 -21 61 -16 3234 2979 3 MP PP 3234 2979 0 0 0.562 3295 2963 0 0 0.562 3234 2979 0 0 0.562 2 interp_poly 3295 2963 0 0 0.562 3248 2942 0 0 0.562 3295 2963 0 0 0.562 2 interp_poly 61 -16 -47 -22 3281 3001 3 MP PP 3281 3001 0 0 0.562 3234 2979 0 0 0.562 3281 3001 0 0 0.562 2 interp_poly 3234 2979 0 0 0.562 3295 2963 0 0 0.562 3234 2979 0 0 0.562 2 interp_poly -47 -21 61 -17 3238 3114 3 MP PP 3238 3114 0 0 0.562 3299 3097 0 0 0.562 3238 3114 0 0 0.562 2 interp_poly 3299 3097 0 0 0.562 3252 3076 0 0 0.562 3299 3097 0 0 0.562 2 interp_poly 61 -17 -47 -20 3285 3134 3 MP PP 3285 3134 0 0 0.562 3238 3114 0 0 0.562 3285 3134 0 0 0.562 2 interp_poly 3238 3114 0 0 0.562 3299 3097 0 0 0.562 3238 3114 0 0 0.562 2 interp_poly -46 -22 61 -16 3252 3076 3 MP PP 3252 3076 0 0 0.562 3313 3060 0 0 0.562 3252 3076 0 0 0.562 2 interp_poly 3313 3060 0 0 0.562 3267 3038 0 0 0.562 3313 3060 0 0 0.562 2 interp_poly 61 -16 -47 -21 3299 3097 3 MP PP 3299 3097 0 0 0.562 3252 3076 0 0 0.562 3299 3097 0 0 0.562 2 interp_poly 3252 3076 0 0 0.562 3313 3060 0 0 0.562 3252 3076 0 0 0.562 2 interp_poly 61 -41 -47 484 3302 2677 3 MP PP 3302 2677 0.375 1 0.688 3255 3161 0 0.438 1 3302 2677 0.375 1 0.688 2 interp_poly 3255 3161 0 0.438 1 3316 3120 0 0.5 1 3255 3161 0 0.438 1 2 interp_poly 61 -67 -46 -301 3352 3215 3 MP PP 3352 3215 0 0.688 1 3306 2914 0.188 1 0.875 3352 3215 0 0.688 1 2 interp_poly 3306 2914 0.188 1 0.875 3367 2847 0.312 1 0.75 3306 2914 0.188 1 0.875 2 interp_poly -47 -409 61 -67 3306 2914 3 MP PP 3306 2914 0.188 1 0.875 3367 2847 0.312 1 0.75 3306 2914 0.188 1 0.875 2 interp_poly 3367 2847 0.312 1 0.75 3320 2438 1 1 0.0625 3367 2847 0.312 1 0.75 2 interp_poly 61 -13 -47 -27 3351 4255 3 MP PP 3351 4255 0 0 0.562 3304 4228 0 0 0.562 3351 4255 0 0 0.562 2 interp_poly 3304 4228 0 0 0.562 3365 4215 0 0 0.562 3304 4228 0 0 0.562 2 interp_poly -46 -26 61 -13 3304 4228 3 MP PP 3304 4228 0 0 0.562 3365 4215 0 0 0.562 3304 4228 0 0 0.562 2 interp_poly 3365 4215 0 0 0.562 3319 4189 0 0 0.562 3365 4215 0 0 0.562 2 interp_poly 61 -9 -47 -21 3347 4124 3 MP PP 3347 4124 0 0 0.562 3300 4103 0 0 0.562 3347 4124 0 0 0.562 2 interp_poly 3300 4103 0 0 0.562 3361 4094 0 0 0.562 3300 4103 0 0 0.562 2 interp_poly -47 -20 61 -9 3300 4103 3 MP PP 3300 4103 0 0 0.562 3361 4094 0 0 0.562 3300 4103 0 0 0.562 2 interp_poly 3361 4094 0 0 0.562 3314 4074 0 0 0.562 3361 4094 0 0 0.562 2 interp_poly 60 -17 -46 -21 3345 4581 3 MP PP 3345 4581 0 0 0.562 3299 4560 0 0 0.562 3345 4581 0 0 0.562 2 interp_poly 3299 4560 0 0 0.562 3359 4543 0 0 0.562 3299 4560 0 0 0.562 2 interp_poly -46 -21 60 -17 3299 4560 3 MP PP 3299 4560 0 0 0.562 3359 4543 0 0 0.562 3299 4560 0 0 0.562 2 interp_poly 3359 4543 0 0 0.562 3313 4522 0 0 0.562 3359 4543 0 0 0.562 2 interp_poly 61 -64 -47 -34 3343 3979 3 MP PP 3343 3979 0 0 0.562 3296 3945 0 0 0.625 3343 3979 0 0 0.562 2 interp_poly 3296 3945 0 0 0.625 3357 3881 0 0 0.688 3296 3945 0 0 0.625 2 interp_poly -47 -70 61 -64 3296 3945 3 MP PP 3296 3945 0 0 0.625 3357 3881 0 0 0.688 3296 3945 0 0 0.625 2 interp_poly 3357 3881 0 0 0.688 3310 3811 0 0 0.75 3357 3881 0 0 0.688 2 interp_poly 60 -17 -46 -22 3341 4444 3 MP PP 3341 4444 0 0 0.562 3295 4422 0 0 0.562 3341 4444 0 0 0.562 2 interp_poly 3295 4422 0 0 0.562 3355 4405 0 0 0.562 3295 4422 0 0 0.562 2 interp_poly -46 -25 60 -17 3295 4422 3 MP PP 3295 4422 0 0 0.562 3355 4405 0 0 0.562 3295 4422 0 0 0.562 2 interp_poly 3355 4405 0 0 0.562 3309 4380 0 0 0.562 3355 4405 0 0 0.562 2 interp_poly -46 -21 60 -16 3243 3246 3 MP PP 3243 3246 0 0 0.562 3303 3230 0 0 0.562 3243 3246 0 0 0.562 2 interp_poly 3303 3230 0 0 0.562 3257 3209 0 0 0.562 3303 3230 0 0 0.562 2 interp_poly 60 -16 -46 -21 3289 3267 3 MP PP 3289 3267 0 0 0.562 3243 3246 0 0 0.562 3289 3267 0 0 0.562 2 interp_poly 3243 3246 0 0 0.562 3303 3230 0 0 0.562 3243 3246 0 0 0.562 2 interp_poly -47 -21 61 -16 3210 3188 3 MP PP 3210 3188 0 0 0.562 3271 3172 0 0 0.562 3210 3188 0 0 0.562 2 interp_poly 3271 3172 0 0 0.562 3224 3151 0 0 0.562 3271 3172 0 0 0.562 2 interp_poly 61 -16 -47 -21 3257 3209 3 MP PP 3257 3209 0 0 0.562 3210 3188 0 0 0.562 3257 3209 0 0 0.562 2 interp_poly 3210 3188 0 0 0.562 3271 3172 0 0 0.562 3210 3188 0 0 0.562 2 interp_poly -47 -20 61 -14 3214 3316 3 MP PP 3214 3316 0 0 0.562 3275 3302 0 0 0.562 3214 3316 0 0 0.562 2 interp_poly 3275 3302 0 0 0.562 3228 3282 0 0 0.562 3275 3302 0 0 0.562 2 interp_poly 61 -14 -47 -19 3261 3335 3 MP PP 3261 3335 0 0 0.562 3214 3316 0 0 0.562 3261 3335 0 0 0.562 2 interp_poly 3214 3316 0 0 0.562 3275 3302 0 0 0.562 3214 3316 0 0 0.562 2 interp_poly -46 -21 61 -15 3228 3282 3 MP PP 3228 3282 0 0 0.562 3289 3267 0 0 0.562 3228 3282 0 0 0.562 2 interp_poly 3289 3267 0 0 0.562 3243 3246 0 0 0.562 3289 3267 0 0 0.562 2 interp_poly 61 -15 -47 -20 3275 3302 3 MP PP 3275 3302 0 0 0.562 3228 3282 0 0 0.562 3275 3302 0 0 0.562 2 interp_poly 3228 3282 0 0 0.562 3289 3267 0 0 0.562 3228 3282 0 0 0.562 2 interp_poly -46 -14 60 -11 3233 3388 3 MP PP 3233 3388 0 0 0.625 3293 3377 0 0 0.562 3233 3388 0 0 0.625 2 interp_poly 3293 3377 0 0 0.562 3247 3363 0 0 0.562 3293 3377 0 0 0.562 2 interp_poly -46 -18 60 -10 3247 3363 3 MP PP 3247 3363 0 0 0.562 3307 3353 0 0 0.562 3247 3363 0 0 0.562 2 interp_poly 3307 3353 0 0 0.562 3261 3335 0 0 0.562 3307 3353 0 0 0.562 2 interp_poly 60 -10 -46 -14 3293 3377 3 MP PP 3293 3377 0 0 0.562 3247 3363 0 0 0.562 3293 3377 0 0 0.562 2 interp_poly 3247 3363 0 0 0.562 3307 3353 0 0 0.562 3247 3363 0 0 0.562 2 interp_poly -46 -20 60 -17 3257 3209 3 MP PP 3257 3209 0 0 0.562 3317 3192 0 0 0.562 3257 3209 0 0 0.562 2 interp_poly 3317 3192 0 0 0.562 3271 3172 0 0 0.562 3317 3192 0 0 0.562 2 interp_poly 60 -17 -46 -21 3303 3230 3 MP PP 3303 3230 0 0 0.562 3257 3209 0 0 0.562 3303 3230 0 0 0.562 2 interp_poly 3257 3209 0 0 0.562 3317 3192 0 0 0.562 3257 3209 0 0 0.562 2 interp_poly -46 -21 60 -12 3261 3335 3 MP PP 3261 3335 0 0 0.562 3321 3323 0 0 0.562 3261 3335 0 0 0.562 2 interp_poly 3321 3323 0 0 0.562 3275 3302 0 0 0.562 3321 3323 0 0 0.562 2 interp_poly 60 -12 -46 -18 3307 3353 3 MP PP 3307 3353 0 0 0.562 3261 3335 0 0 0.562 3307 3353 0 0 0.562 2 interp_poly 3261 3335 0 0 0.562 3321 3323 0 0 0.562 3261 3335 0 0 0.562 2 interp_poly -47 261 61 -41 3255 3161 3 MP PP 3255 3161 0 0.438 1 3316 3120 0 0.5 1 3255 3161 0 0.438 1 2 interp_poly 3316 3120 0 0.5 1 3269 3381 0 0 0.938 3316 3120 0 0.5 1 2 interp_poly -46 -9 60 -19 3219 3416 3 MP PP 3219 3416 0 0 0.625 3279 3397 0 0 0.625 3219 3416 0 0 0.625 2 interp_poly 3279 3397 0 0 0.625 3233 3388 0 0 0.625 3279 3397 0 0 0.625 2 interp_poly 60 -19 -46 -3 3265 3419 3 MP PP 3265 3419 0 0 0.625 3219 3416 0 0 0.625 3265 3419 0 0 0.625 2 interp_poly 3219 3416 0 0 0.625 3279 3397 0 0 0.625 3219 3416 0 0 0.625 2 interp_poly 60 -11 -46 -9 3279 3397 3 MP PP 3279 3397 0 0 0.625 3233 3388 0 0 0.625 3279 3397 0 0 0.625 2 interp_poly 3233 3388 0 0 0.625 3293 3377 0 0 0.562 3233 3388 0 0 0.625 2 interp_poly -47 125 61 -74 3269 3381 3 MP PP 3269 3381 0 0 0.938 3330 3307 0 0.0625 1 3269 3381 0 0 0.938 2 interp_poly 3330 3307 0 0.0625 1 3283 3432 0 0 0.812 3330 3307 0 0.0625 1 2 interp_poly 61 -74 -47 261 3316 3120 3 MP PP 3316 3120 0 0.5 1 3269 3381 0 0 0.938 3316 3120 0 0.5 1 2 interp_poly 3269 3381 0 0 0.938 3330 3307 0 0.0625 1 3269 3381 0 0 0.938 2 interp_poly 60 -5 -46 -221 3338 3441 3 MP PP 3338 3441 0 0.312 1 3292 3220 0 0.688 1 3338 3441 0 0.312 1 2 interp_poly 3292 3220 0 0.688 1 3352 3215 0 0.688 1 3292 3220 0 0.688 1 2 interp_poly -46 -301 60 -5 3292 3220 3 MP PP 3292 3220 0 0.688 1 3352 3215 0 0.688 1 3292 3220 0 0.688 1 2 interp_poly 3352 3215 0 0.688 1 3306 2914 0.188 1 0.875 3352 3215 0 0.688 1 2 interp_poly 61 -15 -47 -27 3337 4297 3 MP PP 3337 4297 0 0 0.562 3290 4270 0 0 0.562 3337 4297 0 0 0.562 2 interp_poly 3290 4270 0 0 0.562 3351 4255 0 0 0.562 3290 4270 0 0 0.562 2 interp_poly -47 -27 61 -15 3290 4270 3 MP PP 3290 4270 0 0 0.562 3351 4255 0 0 0.562 3290 4270 0 0 0.562 2 interp_poly 3351 4255 0 0 0.562 3304 4228 0 0 0.562 3351 4255 0 0 0.562 2 interp_poly 61 -6 -47 -24 3333 4154 3 MP PP 3333 4154 0 0 0.562 3286 4130 0 0 0.562 3333 4154 0 0 0.562 2 interp_poly 3286 4130 0 0 0.562 3347 4124 0 0 0.562 3286 4130 0 0 0.562 2 interp_poly -47 -21 61 -6 3286 4130 3 MP PP 3286 4130 0 0 0.562 3347 4124 0 0 0.562 3286 4130 0 0 0.562 2 interp_poly 3347 4124 0 0 0.562 3300 4103 0 0 0.562 3347 4124 0 0 0.562 2 interp_poly -46 -21 60 -17 3285 4598 3 MP PP 3285 4598 0 0 0.562 3345 4581 0 0 0.562 3285 4598 0 0 0.562 2 interp_poly 3345 4581 0 0 0.562 3299 4560 0 0 0.562 3345 4581 0 0 0.562 2 interp_poly 61 -38 -46 -20 3328 4037 3 MP PP 3328 4037 0 0 0.562 3282 4017 0 0 0.562 3328 4037 0 0 0.562 2 interp_poly 3282 4017 0 0 0.562 3343 3979 0 0 0.562 3282 4017 0 0 0.562 2 interp_poly -47 -34 61 -38 3282 4017 3 MP PP 3282 4017 0 0 0.562 3343 3979 0 0 0.562 3282 4017 0 0 0.562 2 interp_poly 3343 3979 0 0 0.562 3296 3945 0 0 0.625 3343 3979 0 0 0.562 2 interp_poly 61 -18 -47 -22 3327 4484 3 MP PP 3327 4484 0 0 0.562 3280 4462 0 0 0.562 3327 4484 0 0 0.562 2 interp_poly 3280 4462 0 0 0.562 3341 4444 0 0 0.562 3280 4462 0 0 0.562 2 interp_poly -46 -22 61 -18 3280 4462 3 MP PP 3280 4462 0 0 0.562 3341 4444 0 0 0.562 3280 4462 0 0 0.562 2 interp_poly 3341 4444 0 0 0.562 3295 4422 0 0 0.562 3341 4444 0 0 0.562 2 interp_poly 60 -26 -46 -166 3324 3633 3 MP PP 3324 3633 0 0.0625 1 3278 3467 0 0.312 1 3324 3633 0 0.0625 1 2 interp_poly 3278 3467 0 0.312 1 3338 3441 0 0.312 1 3278 3467 0 0.312 1 2 interp_poly -47 13 61 -55 3176 3538 3 MP PP 3176 3538 0 0 0.625 3237 3483 0 0 0.688 3176 3538 0 0 0.625 2 interp_poly 3237 3483 0 0 0.688 3190 3496 0 0 0.625 3237 3483 0 0 0.688 2 interp_poly 61 -55 -47 39 3223 3499 3 MP PP 3223 3499 0 0 0.688 3176 3538 0 0 0.625 3223 3499 0 0 0.688 2 interp_poly 3176 3538 0 0 0.625 3237 3483 0 0 0.688 3176 3538 0 0 0.625 2 interp_poly 61 -48 -47 13 3237 3483 3 MP PP 3237 3483 0 0 0.688 3190 3496 0 0 0.625 3237 3483 0 0 0.688 2 interp_poly 3190 3496 0 0 0.625 3251 3448 0 0 0.688 3190 3496 0 0 0.625 2 interp_poly -46 23 60 -58 3237 3483 3 MP PP 3237 3483 0 0 0.688 3297 3425 0 0 0.75 3237 3483 0 0 0.688 2 interp_poly 3297 3425 0 0 0.75 3251 3448 0 0 0.688 3297 3425 0 0 0.75 2 interp_poly -46 51 60 -67 3223 3499 3 MP PP 3223 3499 0 0 0.688 3283 3432 0 0 0.812 3223 3499 0 0 0.688 2 interp_poly 3283 3432 0 0 0.812 3237 3483 0 0 0.688 3283 3432 0 0 0.812 2 interp_poly -47 3 61 -48 3190 3496 3 MP PP 3190 3496 0 0 0.625 3251 3448 0 0 0.688 3190 3496 0 0 0.625 2 interp_poly 3251 3448 0 0 0.688 3204 3451 0 0 0.625 3251 3448 0 0 0.688 2 interp_poly -46 -3 61 -32 3204 3451 3 MP PP 3204 3451 0 0 0.625 3265 3419 0 0 0.625 3204 3451 0 0 0.625 2 interp_poly 3265 3419 0 0 0.625 3219 3416 0 0 0.625 3265 3419 0 0 0.625 2 interp_poly 61 -32 -47 3 3251 3448 3 MP PP 3251 3448 0 0 0.688 3204 3451 0 0 0.625 3251 3448 0 0 0.688 2 interp_poly 3204 3451 0 0 0.625 3265 3419 0 0 0.625 3204 3451 0 0 0.625 2 interp_poly 60 -67 -46 118 3269 3381 3 MP PP 3269 3381 0 0 0.938 3223 3499 0 0 0.688 3269 3381 0 0 0.938 2 interp_poly 3223 3499 0 0 0.688 3283 3432 0 0 0.812 3223 3499 0 0 0.688 2 interp_poly 60 -58 -46 51 3283 3432 3 MP PP 3283 3432 0 0 0.812 3237 3483 0 0 0.688 3283 3432 0 0 0.812 2 interp_poly 3237 3483 0 0 0.688 3297 3425 0 0 0.75 3237 3483 0 0 0.688 2 interp_poly -46 -221 60 -26 3278 3467 3 MP PP 3278 3467 0 0.312 1 3338 3441 0 0.312 1 3278 3467 0 0.312 1 2 interp_poly 3338 3441 0 0.312 1 3292 3220 0 0.688 1 3338 3441 0 0.312 1 2 interp_poly 61 -16 -47 -26 3323 4339 3 MP PP 3323 4339 0 0 0.562 3276 4313 0 0 0.562 3323 4339 0 0 0.562 2 interp_poly 3276 4313 0 0 0.562 3337 4297 0 0 0.562 3276 4313 0 0 0.562 2 interp_poly -47 -27 61 -16 3276 4313 3 MP PP 3276 4313 0 0 0.562 3337 4297 0 0 0.562 3276 4313 0 0 0.562 2 interp_poly 3337 4297 0 0 0.562 3290 4270 0 0 0.562 3337 4297 0 0 0.562 2 interp_poly -47 526 61 -213 3227 2395 3 MP PP 3227 2395 1 1 0.0625 3288 2182 1 0.688 0 3227 2395 1 1 0.0625 2 interp_poly 3288 2182 1 0.688 0 3241 2708 0.375 1 0.688 3288 2182 1 0.688 0 2 interp_poly 61 -213 -47 155 3274 2240 3 MP PP 3274 2240 1 0.75 0 3227 2395 1 1 0.0625 3274 2240 1 0.75 0 2 interp_poly 3227 2395 1 1 0.0625 3288 2182 1 0.688 0 3227 2395 1 1 0.0625 2 interp_poly 61 -31 -47 526 3288 2182 3 MP PP 3288 2182 1 0.688 0 3241 2708 0.375 1 0.688 3288 2182 1 0.688 0 2 interp_poly 3241 2708 0.375 1 0.688 3302 2677 0.375 1 0.688 3241 2708 0.375 1 0.688 2 interp_poly -46 246 60 -304 3274 2240 3 MP PP 3274 2240 1 0.75 0 3334 1936 1 0.188 0 3274 2240 1 0.75 0 2 interp_poly 3334 1936 1 0.188 0 3288 2182 1 0.688 0 3334 1936 1 0.188 0 2 interp_poly 60 -304 -46 -198 3320 2438 3 MP PP 3320 2438 1 1 0.0625 3274 2240 1 0.75 0 3320 2438 1 1 0.0625 2 interp_poly 3274 2240 1 0.75 0 3334 1936 1 0.188 0 3274 2240 1 0.75 0 2 interp_poly 61 -8 -47 -27 3319 4189 3 MP PP 3319 4189 0 0 0.562 3272 4162 0 0 0.562 3319 4189 0 0 0.562 2 interp_poly 3272 4162 0 0 0.562 3333 4154 0 0 0.562 3272 4162 0 0 0.562 2 interp_poly -47 -24 61 -8 3272 4162 3 MP PP 3272 4162 0 0 0.562 3333 4154 0 0 0.562 3272 4162 0 0 0.562 2 interp_poly 3333 4154 0 0 0.562 3286 4130 0 0 0.562 3333 4154 0 0 0.562 2 interp_poly 60 -17 -46 -20 3314 4074 3 MP PP 3314 4074 0 0 0.562 3268 4054 0 0 0.562 3314 4074 0 0 0.562 2 interp_poly 3268 4054 0 0 0.562 3328 4037 0 0 0.562 3268 4054 0 0 0.562 2 interp_poly -46 -20 60 -17 3268 4054 3 MP PP 3268 4054 0 0 0.562 3328 4037 0 0 0.562 3268 4054 0 0 0.562 2 interp_poly 3328 4037 0 0 0.562 3282 4017 0 0 0.562 3328 4037 0 0 0.562 2 interp_poly 61 -16 -47 -22 3313 4522 3 MP PP 3313 4522 0 0 0.562 3266 4500 0 0 0.562 3313 4522 0 0 0.562 2 interp_poly 3266 4500 0 0 0.562 3327 4484 0 0 0.562 3266 4500 0 0 0.562 2 interp_poly -47 -22 61 -16 3266 4500 3 MP PP 3266 4500 0 0 0.562 3327 4484 0 0 0.562 3266 4500 0 0 0.562 2 interp_poly 3327 4484 0 0 0.562 3280 4462 0 0 0.562 3327 4484 0 0 0.562 2 interp_poly 60 -71 -46 -107 3310 3811 3 MP PP 3310 3811 0 0 0.75 3264 3704 0 0 0.938 3310 3811 0 0 0.75 2 interp_poly 3264 3704 0 0 0.938 3324 3633 0 0.0625 1 3264 3704 0 0 0.938 2 interp_poly -46 -166 60 -71 3264 3704 3 MP PP 3264 3704 0 0 0.938 3324 3633 0 0.0625 1 3264 3704 0 0 0.938 2 interp_poly 3324 3633 0 0.0625 1 3278 3467 0 0.312 1 3324 3633 0 0.0625 1 2 interp_poly 61 -16 -47 -25 3309 4380 3 MP PP 3309 4380 0 0 0.562 3262 4355 0 0 0.562 3309 4380 0 0 0.562 2 interp_poly 3262 4355 0 0 0.562 3323 4339 0 0 0.562 3262 4355 0 0 0.562 2 interp_poly -47 -26 61 -16 3262 4355 3 MP PP 3262 4355 0 0 0.562 3323 4339 0 0 0.562 3262 4355 0 0 0.562 2 interp_poly 3323 4339 0 0 0.562 3276 4313 0 0 0.562 3323 4339 0 0 0.562 2 interp_poly -47 -21 61 -17 3206 3055 3 MP PP 3206 3055 0 0 0.562 3267 3038 0 0 0.562 3206 3055 0 0 0.562 2 interp_poly 3267 3038 0 0 0.562 3220 3017 0 0 0.562 3267 3038 0 0 0.562 2 interp_poly 61 -17 -46 -21 3252 3076 3 MP PP 3252 3076 0 0 0.562 3206 3055 0 0 0.562 3252 3076 0 0 0.562 2 interp_poly 3206 3055 0 0 0.562 3267 3038 0 0 0.562 3206 3055 0 0 0.562 2 interp_poly -47 484 61 -31 3241 2708 3 MP PP 3241 2708 0.375 1 0.688 3302 2677 0.375 1 0.688 3241 2708 0.375 1 0.688 2 interp_poly 3302 2677 0.375 1 0.688 3255 3161 0 0.438 1 3302 2677 0.375 1 0.688 2 interp_poly 61 -193 -47 -283 3306 2914 3 MP PP 3306 2914 0.188 1 0.875 3259 2631 0.688 1 0.375 3306 2914 0.188 1 0.875 2 interp_poly 3259 2631 0.688 1 0.375 3320 2438 1 1 0.0625 3259 2631 0.688 1 0.375 2 interp_poly -46 -198 61 -193 3259 2631 3 MP PP 3259 2631 0.688 1 0.375 3320 2438 1 1 0.0625 3259 2631 0.688 1 0.375 2 interp_poly 3320 2438 1 1 0.0625 3274 2240 1 0.75 0 3320 2438 1 1 0.0625 2 interp_poly 61 -12 -46 -27 3304 4228 3 MP PP 3304 4228 0 0 0.562 3258 4201 0 0 0.562 3304 4228 0 0 0.562 2 interp_poly 3258 4201 0 0 0.562 3319 4189 0 0 0.562 3258 4201 0 0 0.562 2 interp_poly -47 -27 61 -12 3258 4201 3 MP PP 3258 4201 0 0 0.562 3319 4189 0 0 0.562 3258 4201 0 0 0.562 2 interp_poly 3319 4189 0 0 0.562 3272 4162 0 0 0.562 3319 4189 0 0 0.562 2 interp_poly 60 -7 -46 -22 3300 4103 3 MP PP 3300 4103 0 0 0.562 3254 4081 0 0 0.562 3300 4103 0 0 0.562 2 interp_poly 3254 4081 0 0 0.562 3314 4074 0 0 0.562 3254 4081 0 0 0.562 2 interp_poly -46 -20 60 -7 3254 4081 3 MP PP 3254 4081 0 0 0.562 3314 4074 0 0 0.562 3254 4081 0 0 0.562 2 interp_poly 3314 4074 0 0 0.562 3268 4054 0 0 0.562 3314 4074 0 0 0.562 2 interp_poly 61 -16 -47 -22 3299 4560 3 MP PP 3299 4560 0 0 0.562 3252 4538 0 0 0.562 3299 4560 0 0 0.562 2 interp_poly 3252 4538 0 0 0.562 3313 4522 0 0 0.562 3252 4538 0 0 0.562 2 interp_poly -47 -22 61 -16 3252 4538 3 MP PP 3252 4538 0 0 0.562 3313 4522 0 0 0.562 3252 4538 0 0 0.562 2 interp_poly 3313 4522 0 0 0.562 3266 4500 0 0 0.562 3313 4522 0 0 0.562 2 interp_poly 60 -84 -46 -50 3296 3945 3 MP PP 3296 3945 0 0 0.625 3250 3895 0 0 0.625 3296 3945 0 0 0.625 2 interp_poly 3250 3895 0 0 0.625 3310 3811 0 0 0.75 3250 3895 0 0 0.625 2 interp_poly -46 -107 60 -84 3250 3895 3 MP PP 3250 3895 0 0 0.625 3310 3811 0 0 0.75 3250 3895 0 0 0.625 2 interp_poly 3310 3811 0 0 0.75 3264 3704 0 0 0.938 3310 3811 0 0 0.75 2 interp_poly 61 -18 -47 -24 3295 4422 3 MP PP 3295 4422 0 0 0.562 3248 4398 0 0 0.562 3295 4422 0 0 0.562 2 interp_poly 3248 4398 0 0 0.562 3309 4380 0 0 0.562 3248 4398 0 0 0.562 2 interp_poly -47 -25 61 -18 3248 4398 3 MP PP 3248 4398 0 0 0.562 3309 4380 0 0 0.562 3248 4398 0 0 0.562 2 interp_poly 3309 4380 0 0 0.562 3262 4355 0 0 0.562 3309 4380 0 0 0.562 2 interp_poly -47 -21 61 -16 3145 3071 3 MP PP 3145 3071 0 0 0.562 3206 3055 0 0 0.562 3145 3071 0 0 0.562 2 interp_poly 3206 3055 0 0 0.562 3159 3034 0 0 0.562 3206 3055 0 0 0.562 2 interp_poly 61 -16 -47 -22 3192 3093 3 MP PP 3192 3093 0 0 0.562 3145 3071 0 0 0.562 3192 3093 0 0 0.562 2 interp_poly 3145 3071 0 0 0.562 3206 3055 0 0 0.562 3145 3071 0 0 0.562 2 interp_poly -46 -21 61 -17 3159 3034 3 MP PP 3159 3034 0 0 0.562 3220 3017 0 0 0.562 3159 3034 0 0 0.562 2 interp_poly 3220 3017 0 0 0.562 3174 2996 0 0 0.562 3220 3017 0 0 0.562 2 interp_poly 61 -17 -47 -21 3206 3055 3 MP PP 3206 3055 0 0 0.562 3159 3034 0 0 0.562 3206 3055 0 0 0.562 2 interp_poly 3159 3034 0 0 0.562 3220 3017 0 0 0.562 3159 3034 0 0 0.562 2 interp_poly -46 -21 60 -16 3164 3167 3 MP PP 3164 3167 0 0 0.562 3224 3151 0 0 0.562 3164 3167 0 0 0.562 2 interp_poly 3224 3151 0 0 0.562 3178 3130 0 0 0.562 3224 3151 0 0 0.562 2 interp_poly 60 -16 -46 -21 3210 3188 3 MP PP 3210 3188 0 0 0.562 3164 3167 0 0 0.562 3210 3188 0 0 0.562 2 interp_poly 3164 3167 0 0 0.562 3224 3151 0 0 0.562 3164 3167 0 0 0.562 2 interp_poly -46 -21 60 -17 3174 2996 3 MP PP 3174 2996 0 0 0.562 3234 2979 0 0 0.562 3174 2996 0 0 0.562 2 interp_poly 3234 2979 0 0 0.562 3188 2958 0 0 0.562 3234 2979 0 0 0.562 2 interp_poly 60 -17 -46 -21 3220 3017 3 MP PP 3220 3017 0 0 0.562 3174 2996 0 0 0.562 3220 3017 0 0 0.562 2 interp_poly 3174 2996 0 0 0.562 3234 2979 0 0 0.562 3174 2996 0 0 0.562 2 interp_poly -46 -21 60 -16 3178 3130 3 MP PP 3178 3130 0 0 0.562 3238 3114 0 0 0.562 3178 3130 0 0 0.562 2 interp_poly 3238 3114 0 0 0.562 3192 3093 0 0 0.562 3238 3114 0 0 0.562 2 interp_poly 60 -16 -46 -21 3224 3151 3 MP PP 3224 3151 0 0 0.562 3178 3130 0 0 0.562 3224 3151 0 0 0.562 2 interp_poly 3178 3130 0 0 0.562 3238 3114 0 0 0.562 3178 3130 0 0 0.562 2 interp_poly 60 -16 -46 -21 3234 2979 3 MP PP 3234 2979 0 0 0.562 3188 2958 0 0 0.562 3234 2979 0 0 0.562 2 interp_poly 3188 2958 0 0 0.562 3248 2942 0 0 0.562 3188 2958 0 0 0.562 2 interp_poly -46 -21 60 -17 3192 3093 3 MP PP 3192 3093 0 0 0.562 3252 3076 0 0 0.562 3192 3093 0 0 0.562 2 interp_poly 3252 3076 0 0 0.562 3206 3055 0 0 0.562 3252 3076 0 0 0.562 2 interp_poly 60 -17 -46 -21 3238 3114 3 MP PP 3238 3114 0 0 0.562 3192 3093 0 0 0.562 3238 3114 0 0 0.562 2 interp_poly 3192 3093 0 0 0.562 3252 3076 0 0 0.562 3192 3093 0 0 0.562 2 interp_poly 60 11 -46 442 3241 2708 3 MP PP 3241 2708 0.375 1 0.688 3195 3150 0 0.5 1 3241 2708 0.375 1 0.688 2 interp_poly 3195 3150 0 0.5 1 3255 3161 0 0.438 1 3195 3150 0 0.5 1 2 interp_poly 61 -45 -47 -261 3292 3220 3 MP PP 3292 3220 0 0.688 1 3245 2959 0.125 1 0.938 3292 3220 0 0.688 1 2 interp_poly 3245 2959 0.125 1 0.938 3306 2914 0.188 1 0.875 3245 2959 0.125 1 0.938 2 interp_poly -47 -283 61 -45 3245 2959 3 MP PP 3245 2959 0.125 1 0.938 3306 2914 0.188 1 0.875 3245 2959 0.125 1 0.938 2 interp_poly 3306 2914 0.188 1 0.875 3259 2631 0.688 1 0.375 3306 2914 0.188 1 0.875 2 interp_poly 60 -15 -46 -27 3290 4270 3 MP PP 3290 4270 0 0 0.562 3244 4243 0 0 0.562 3290 4270 0 0 0.562 2 interp_poly 3244 4243 0 0 0.562 3304 4228 0 0 0.562 3244 4243 0 0 0.562 2 interp_poly -46 -27 60 -15 3244 4243 3 MP PP 3244 4243 0 0 0.562 3304 4228 0 0 0.562 3244 4243 0 0 0.562 2 interp_poly 3304 4228 0 0 0.562 3258 4201 0 0 0.562 3304 4228 0 0 0.562 2 interp_poly 60 -3 -46 -24 3286 4130 3 MP PP 3286 4130 0 0 0.562 3240 4106 0 0 0.562 3286 4130 0 0 0.562 2 interp_poly 3240 4106 0 0 0.562 3300 4103 0 0 0.562 3240 4106 0 0 0.562 2 interp_poly -46 -22 60 -3 3240 4106 3 MP PP 3240 4106 0 0 0.562 3300 4103 0 0 0.562 3240 4106 0 0 0.562 2 interp_poly 3300 4103 0 0 0.562 3254 4081 0 0 0.562 3300 4103 0 0 0.562 2 interp_poly 61 -16 -47 -22 3285 4598 3 MP PP 3285 4598 0 0 0.562 3238 4576 0 0 0.562 3285 4598 0 0 0.562 2 interp_poly 3238 4576 0 0 0.562 3299 4560 0 0 0.562 3238 4576 0 0 0.562 2 interp_poly -47 -22 61 -16 3238 4576 3 MP PP 3238 4576 0 0 0.562 3299 4560 0 0 0.562 3238 4576 0 0 0.562 2 interp_poly 3299 4560 0 0 0.562 3252 4538 0 0 0.562 3299 4560 0 0 0.562 2 interp_poly 61 -49 -47 -23 3282 4017 3 MP PP 3282 4017 0 0 0.562 3235 3994 0 0 0.562 3282 4017 0 0 0.562 2 interp_poly 3235 3994 0 0 0.562 3296 3945 0 0 0.625 3235 3994 0 0 0.562 2 interp_poly -46 -50 61 -49 3235 3994 3 MP PP 3235 3994 0 0 0.562 3296 3945 0 0 0.625 3235 3994 0 0 0.562 2 interp_poly 3296 3945 0 0 0.625 3250 3895 0 0 0.625 3296 3945 0 0 0.625 2 interp_poly 61 -17 -46 -23 3280 4462 3 MP PP 3280 4462 0 0 0.562 3234 4439 0 0 0.562 3280 4462 0 0 0.562 2 interp_poly 3234 4439 0 0 0.562 3295 4422 0 0 0.562 3234 4439 0 0 0.562 2 interp_poly -47 -24 61 -17 3234 4439 3 MP PP 3234 4439 0 0 0.562 3295 4422 0 0 0.562 3234 4439 0 0 0.562 2 interp_poly 3295 4422 0 0 0.562 3248 4398 0 0 0.562 3295 4422 0 0 0.562 2 interp_poly -47 -21 61 -16 3182 3262 3 MP PP 3182 3262 0 0 0.562 3243 3246 0 0 0.562 3182 3262 0 0 0.562 2 interp_poly 3243 3246 0 0 0.562 3196 3225 0 0 0.562 3243 3246 0 0 0.562 2 interp_poly 61 -16 -46 -20 3228 3282 3 MP PP 3228 3282 0 0 0.562 3182 3262 0 0 0.562 3228 3282 0 0 0.562 2 interp_poly 3182 3262 0 0 0.562 3243 3246 0 0 0.562 3182 3262 0 0 0.562 2 interp_poly -46 -21 60 -17 3150 3205 3 MP PP 3150 3205 0 0 0.562 3210 3188 0 0 0.562 3150 3205 0 0 0.562 2 interp_poly 3210 3188 0 0 0.562 3164 3167 0 0 0.562 3210 3188 0 0 0.562 2 interp_poly 60 -17 -46 -20 3196 3225 3 MP PP 3196 3225 0 0 0.562 3150 3205 0 0 0.562 3196 3225 0 0 0.562 2 interp_poly 3150 3205 0 0 0.562 3210 3188 0 0 0.562 3150 3205 0 0 0.562 2 interp_poly -46 -20 60 -12 3154 3328 3 MP PP 3154 3328 0 0 0.562 3214 3316 0 0 0.562 3154 3328 0 0 0.562 2 interp_poly 3214 3316 0 0 0.562 3168 3296 0 0 0.562 3214 3316 0 0 0.562 2 interp_poly 60 -12 -46 -18 3200 3346 3 MP PP 3200 3346 0 0 0.562 3154 3328 0 0 0.562 3200 3346 0 0 0.562 2 interp_poly 3154 3328 0 0 0.562 3214 3316 0 0 0.562 3154 3328 0 0 0.562 2 interp_poly -47 -10 61 -27 3158 3443 3 MP PP 3158 3443 0 0 0.562 3219 3416 0 0 0.625 3158 3443 0 0 0.562 2 interp_poly 3219 3416 0 0 0.625 3172 3406 0 0 0.562 3219 3416 0 0 0.625 2 interp_poly 61 -27 -46 -8 3204 3451 3 MP PP 3204 3451 0 0 0.625 3158 3443 0 0 0.562 3204 3451 0 0 0.625 2 interp_poly 3158 3443 0 0 0.562 3219 3416 0 0 0.625 3158 3443 0 0 0.562 2 interp_poly -46 -20 60 -14 3168 3296 3 MP PP 3168 3296 0 0 0.562 3228 3282 0 0 0.562 3168 3296 0 0 0.562 2 interp_poly 3228 3282 0 0 0.562 3182 3262 0 0 0.562 3228 3282 0 0 0.562 2 interp_poly 60 -14 -46 -20 3214 3316 3 MP PP 3214 3316 0 0 0.562 3168 3296 0 0 0.562 3214 3316 0 0 0.562 2 interp_poly 3168 3296 0 0 0.562 3228 3282 0 0 0.562 3168 3296 0 0 0.562 2 interp_poly -47 -13 61 -18 3172 3406 3 MP PP 3172 3406 0 0 0.562 3233 3388 0 0 0.625 3172 3406 0 0 0.562 2 interp_poly 3233 3388 0 0 0.625 3186 3375 0 0 0.562 3233 3388 0 0 0.625 2 interp_poly 61 -18 -47 -10 3219 3416 3 MP PP 3219 3416 0 0 0.625 3172 3406 0 0 0.562 3219 3416 0 0 0.625 2 interp_poly 3172 3406 0 0 0.562 3233 3388 0 0 0.625 3172 3406 0 0 0.562 2 interp_poly -47 -17 61 -12 3186 3375 3 MP PP 3186 3375 0 0 0.562 3247 3363 0 0 0.562 3186 3375 0 0 0.562 2 interp_poly 3247 3363 0 0 0.562 3200 3346 0 0 0.562 3247 3363 0 0 0.562 2 interp_poly 61 -12 -47 -13 3233 3388 3 MP PP 3233 3388 0 0 0.625 3186 3375 0 0 0.562 3233 3388 0 0 0.625 2 interp_poly 3186 3375 0 0 0.562 3247 3363 0 0 0.562 3186 3375 0 0 0.562 2 interp_poly -47 -21 61 -16 3196 3225 3 MP PP 3196 3225 0 0 0.562 3257 3209 0 0 0.562 3196 3225 0 0 0.562 2 interp_poly 3257 3209 0 0 0.562 3210 3188 0 0 0.562 3257 3209 0 0 0.562 2 interp_poly 61 -16 -47 -21 3243 3246 3 MP PP 3243 3246 0 0 0.562 3196 3225 0 0 0.562 3243 3246 0 0 0.562 2 interp_poly 3196 3225 0 0 0.562 3257 3209 0 0 0.562 3196 3225 0 0 0.562 2 interp_poly -47 -19 61 -11 3200 3346 3 MP PP 3200 3346 0 0 0.562 3261 3335 0 0 0.562 3200 3346 0 0 0.562 2 interp_poly 3261 3335 0 0 0.562 3214 3316 0 0 0.562 3261 3335 0 0 0.562 2 interp_poly 61 -11 -47 -17 3247 3363 3 MP PP 3247 3363 0 0 0.562 3200 3346 0 0 0.562 3247 3363 0 0 0.562 2 interp_poly 3200 3346 0 0 0.562 3261 3335 0 0 0.562 3200 3346 0 0 0.562 2 interp_poly -46 263 60 11 3195 3150 3 MP PP 3195 3150 0 0.5 1 3255 3161 0 0.438 1 3195 3150 0 0.5 1 2 interp_poly 3255 3161 0 0.438 1 3209 3424 0 0 0.938 3255 3161 0 0.438 1 2 interp_poly -46 118 60 -43 3209 3424 3 MP PP 3209 3424 0 0 0.938 3269 3381 0 0 0.938 3209 3424 0 0 0.938 2 interp_poly 3269 3381 0 0 0.938 3223 3499 0 0 0.688 3269 3381 0 0 0.938 2 interp_poly 60 -43 -46 263 3255 3161 3 MP PP 3255 3161 0 0.438 1 3209 3424 0 0 0.938 3255 3161 0 0.438 1 2 interp_poly 3209 3424 0 0 0.938 3269 3381 0 0 0.938 3209 3424 0 0 0.938 2 interp_poly 61 -18 -47 -229 3278 3467 3 MP PP 3278 3467 0 0.312 1 3231 3238 0 0.688 1 3278 3467 0 0.312 1 2 interp_poly 3231 3238 0 0.688 1 3292 3220 0 0.688 1 3231 3238 0 0.688 1 2 interp_poly -47 -261 61 -18 3231 3238 3 MP PP 3231 3238 0 0.688 1 3292 3220 0 0.688 1 3231 3238 0 0.688 1 2 interp_poly 3292 3220 0 0.688 1 3245 2959 0.125 1 0.938 3292 3220 0 0.688 1 2 interp_poly 60 -17 -46 -26 3276 4313 3 MP PP 3276 4313 0 0 0.562 3230 4287 0 0 0.562 3276 4313 0 0 0.562 2 interp_poly 3230 4287 0 0 0.562 3290 4270 0 0 0.562 3230 4287 0 0 0.562 2 interp_poly -46 -27 60 -17 3230 4287 3 MP PP 3230 4287 0 0 0.562 3290 4270 0 0 0.562 3230 4287 0 0 0.562 2 interp_poly 3290 4270 0 0 0.562 3244 4243 0 0 0.562 3290 4270 0 0 0.562 2 interp_poly 60 -6 -46 -26 3272 4162 3 MP PP 3272 4162 0 0 0.562 3226 4136 0 0 0.625 3272 4162 0 0 0.562 2 interp_poly 3226 4136 0 0 0.625 3286 4130 0 0 0.562 3226 4136 0 0 0.625 2 interp_poly -46 -24 60 -6 3226 4136 3 MP PP 3226 4136 0 0 0.625 3286 4130 0 0 0.562 3226 4136 0 0 0.625 2 interp_poly 3286 4130 0 0 0.562 3240 4106 0 0 0.562 3286 4130 0 0 0.562 2 interp_poly -47 -22 61 -16 3224 4614 3 MP PP 3224 4614 0 0 0.562 3285 4598 0 0 0.562 3224 4614 0 0 0.562 2 interp_poly 3285 4598 0 0 0.562 3238 4576 0 0 0.562 3285 4598 0 0 0.562 2 interp_poly 61 -17 -47 -20 3268 4054 3 MP PP 3268 4054 0 0 0.562 3221 4034 0 0 0.562 3268 4054 0 0 0.562 2 interp_poly 3221 4034 0 0 0.562 3282 4017 0 0 0.562 3221 4034 0 0 0.562 2 interp_poly -47 -23 61 -17 3221 4034 3 MP PP 3221 4034 0 0 0.562 3282 4017 0 0 0.562 3221 4034 0 0 0.562 2 interp_poly 3282 4017 0 0 0.562 3235 3994 0 0 0.562 3282 4017 0 0 0.562 2 interp_poly 60 -17 -46 -21 3266 4500 3 MP PP 3266 4500 0 0 0.562 3220 4479 0 0 0.562 3266 4500 0 0 0.562 2 interp_poly 3220 4479 0 0 0.562 3280 4462 0 0 0.562 3220 4479 0 0 0.562 2 interp_poly -46 -23 60 -17 3220 4479 3 MP PP 3220 4479 0 0 0.562 3280 4462 0 0 0.562 3220 4479 0 0 0.562 2 interp_poly 3280 4462 0 0 0.562 3234 4439 0 0 0.562 3280 4462 0 0 0.562 2 interp_poly 61 -67 -47 -170 3264 3704 3 MP PP 3264 3704 0 0 0.938 3217 3534 0 0.188 1 3264 3704 0 0 0.938 2 interp_poly 3217 3534 0 0.188 1 3278 3467 0 0.312 1 3217 3534 0 0.188 1 2 interp_poly 60 -44 -46 2 3176 3538 3 MP PP 3176 3538 0 0 0.625 3130 3540 0 0 0.562 3176 3538 0 0 0.625 2 interp_poly 3130 3540 0 0 0.562 3190 3496 0 0 0.625 3130 3540 0 0 0.562 2 interp_poly -47 39 61 -37 3162 3536 3 MP PP 3162 3536 0 0 0.688 3223 3499 0 0 0.688 3162 3536 0 0 0.688 2 interp_poly 3223 3499 0 0 0.688 3176 3538 0 0 0.625 3223 3499 0 0 0.688 2 interp_poly -46 -6 60 -44 3130 3540 3 MP PP 3130 3540 0 0 0.562 3190 3496 0 0 0.625 3130 3540 0 0 0.562 2 interp_poly 3190 3496 0 0 0.625 3144 3490 0 0 0.562 3190 3496 0 0 0.625 2 interp_poly -46 -8 60 -39 3144 3490 3 MP PP 3144 3490 0 0 0.562 3204 3451 0 0 0.625 3144 3490 0 0 0.562 2 interp_poly 3204 3451 0 0 0.625 3158 3443 0 0 0.562 3204 3451 0 0 0.625 2 interp_poly 60 -39 -46 -6 3190 3496 3 MP PP 3190 3496 0 0 0.625 3144 3490 0 0 0.562 3190 3496 0 0 0.625 2 interp_poly 3144 3490 0 0 0.562 3204 3451 0 0 0.625 3144 3490 0 0 0.562 2 interp_poly 61 -37 -47 112 3209 3424 3 MP PP 3209 3424 0 0 0.938 3162 3536 0 0 0.688 3209 3424 0 0 0.938 2 interp_poly 3162 3536 0 0 0.688 3223 3499 0 0 0.688 3162 3536 0 0 0.688 2 interp_poly -47 -229 61 -67 3217 3534 3 MP PP 3217 3534 0 0.188 1 3278 3467 0 0.312 1 3217 3534 0 0.188 1 2 interp_poly 3278 3467 0 0.312 1 3231 3238 0 0.688 1 3278 3467 0 0.312 1 2 interp_poly 60 -17 -46 -25 3262 4355 3 MP PP 3262 4355 0 0 0.562 3216 4330 0 0 0.562 3262 4355 0 0 0.562 2 interp_poly 3216 4330 0 0 0.562 3276 4313 0 0 0.562 3216 4330 0 0 0.562 2 interp_poly -46 -26 60 -17 3216 4330 3 MP PP 3216 4330 0 0 0.562 3276 4313 0 0 0.562 3216 4330 0 0 0.562 2 interp_poly 3276 4313 0 0 0.562 3230 4287 0 0 0.562 3276 4313 0 0 0.562 2 interp_poly -46 367 61 -193 3166 2588 3 MP PP 3166 2588 0.688 1 0.375 3227 2395 1 1 0.0625 3166 2588 0.688 1 0.375 2 interp_poly 3227 2395 1 1 0.0625 3181 2762 0.312 1 0.75 3227 2395 1 1 0.0625 2 interp_poly 60 -54 -46 367 3227 2395 3 MP PP 3227 2395 1 1 0.0625 3181 2762 0.312 1 0.75 3227 2395 1 1 0.0625 2 interp_poly 3181 2762 0.312 1 0.75 3241 2708 0.375 1 0.688 3181 2762 0.312 1 0.75 2 interp_poly 61 -258 -46 -133 3259 2631 3 MP PP 3259 2631 0.688 1 0.375 3213 2498 0.875 1 0.188 3259 2631 0.688 1 0.375 2 interp_poly 3213 2498 0.875 1 0.188 3274 2240 1 0.75 0 3213 2498 0.875 1 0.188 2 interp_poly -47 155 61 -258 3213 2498 3 MP PP 3213 2498 0.875 1 0.188 3274 2240 1 0.75 0 3213 2498 0.875 1 0.188 2 interp_poly 3274 2240 1 0.75 0 3227 2395 1 1 0.0625 3274 2240 1 0.75 0 2 interp_poly 61 -12 -47 -27 3258 4201 3 MP PP 3258 4201 0 0 0.562 3211 4174 0 0 0.625 3258 4201 0 0 0.562 2 interp_poly 3211 4174 0 0 0.625 3272 4162 0 0 0.562 3211 4174 0 0 0.625 2 interp_poly -46 -26 61 -12 3211 4174 3 MP PP 3211 4174 0 0 0.625 3272 4162 0 0 0.562 3211 4174 0 0 0.625 2 interp_poly 3272 4162 0 0 0.562 3226 4136 0 0 0.625 3272 4162 0 0 0.562 2 interp_poly 61 -4 -47 -23 3254 4081 3 MP PP 3254 4081 0 0 0.562 3207 4058 0 0 0.562 3254 4081 0 0 0.562 2 interp_poly 3207 4058 0 0 0.562 3268 4054 0 0 0.562 3207 4058 0 0 0.562 2 interp_poly -47 -20 61 -4 3207 4058 3 MP PP 3207 4058 0 0 0.562 3268 4054 0 0 0.562 3207 4058 0 0 0.562 2 interp_poly 3268 4054 0 0 0.562 3221 4034 0 0 0.562 3268 4054 0 0 0.562 2 interp_poly 60 -17 -46 -21 3252 4538 3 MP PP 3252 4538 0 0 0.562 3206 4517 0 0 0.562 3252 4538 0 0 0.562 2 interp_poly 3206 4517 0 0 0.562 3266 4500 0 0 0.562 3206 4517 0 0 0.562 2 interp_poly -46 -21 60 -17 3206 4517 3 MP PP 3206 4517 0 0 0.562 3266 4500 0 0 0.562 3206 4517 0 0 0.562 2 interp_poly 3266 4500 0 0 0.562 3220 4479 0 0 0.562 3266 4500 0 0 0.562 2 interp_poly 61 -103 -47 -88 3250 3895 3 MP PP 3250 3895 0 0 0.625 3203 3807 0 0 0.75 3250 3895 0 0 0.625 2 interp_poly 3203 3807 0 0 0.75 3264 3704 0 0 0.938 3203 3807 0 0 0.75 2 interp_poly -47 -170 61 -103 3203 3807 3 MP PP 3203 3807 0 0 0.75 3264 3704 0 0 0.938 3203 3807 0 0 0.75 2 interp_poly 3264 3704 0 0 0.938 3217 3534 0 0.188 1 3264 3704 0 0 0.938 2 interp_poly 60 -19 -46 -24 3248 4398 3 MP PP 3248 4398 0 0 0.562 3202 4374 0 0 0.562 3248 4398 0 0 0.562 2 interp_poly 3202 4374 0 0 0.562 3262 4355 0 0 0.562 3202 4374 0 0 0.562 2 interp_poly -46 -25 60 -19 3202 4374 3 MP PP 3202 4374 0 0 0.562 3262 4355 0 0 0.562 3202 4374 0 0 0.562 2 interp_poly 3262 4355 0 0 0.562 3216 4330 0 0 0.562 3262 4355 0 0 0.562 2 interp_poly 61 -16 -47 -22 3174 2996 3 MP PP 3174 2996 0 0 0.562 3127 2974 0 0 0.562 3174 2996 0 0 0.562 2 interp_poly 3127 2974 0 0 0.562 3188 2958 0 0 0.562 3127 2974 0 0 0.562 2 interp_poly -46 442 60 -54 3181 2762 3 MP PP 3181 2762 0.312 1 0.75 3241 2708 0.375 1 0.688 3181 2762 0.312 1 0.75 2 interp_poly 3241 2708 0.375 1 0.688 3195 3150 0 0.5 1 3241 2708 0.375 1 0.688 2 interp_poly 60 -95 -46 -233 3245 2959 3 MP PP 3245 2959 0.125 1 0.938 3199 2726 0.5 1 0.562 3245 2959 0.125 1 0.938 2 interp_poly 3199 2726 0.5 1 0.562 3259 2631 0.688 1 0.375 3199 2726 0.5 1 0.562 2 interp_poly -46 -133 60 -95 3199 2726 3 MP PP 3199 2726 0.5 1 0.562 3259 2631 0.688 1 0.375 3199 2726 0.5 1 0.562 2 interp_poly 3259 2631 0.688 1 0.375 3213 2498 0.875 1 0.188 3259 2631 0.688 1 0.375 2 interp_poly 61 -17 -47 -25 3244 4243 3 MP PP 3244 4243 0 0 0.562 3197 4218 0 0 0.562 3244 4243 0 0 0.562 2 interp_poly 3197 4218 0 0 0.562 3258 4201 0 0 0.562 3197 4218 0 0 0.562 2 interp_poly -47 -27 61 -17 3197 4218 3 MP PP 3197 4218 0 0 0.562 3258 4201 0 0 0.562 3197 4218 0 0 0.562 2 interp_poly 3258 4201 0 0 0.562 3211 4174 0 0 0.625 3258 4201 0 0 0.562 2 interp_poly 61 -1 -47 -24 3240 4106 3 MP PP 3240 4106 0 0 0.562 3193 4082 0 0 0.562 3240 4106 0 0 0.562 2 interp_poly 3193 4082 0 0 0.562 3254 4081 0 0 0.562 3193 4082 0 0 0.562 2 interp_poly -47 -23 61 -1 3193 4082 3 MP PP 3193 4082 0 0 0.562 3254 4081 0 0 0.562 3193 4082 0 0 0.562 2 interp_poly 3254 4081 0 0 0.562 3207 4058 0 0 0.562 3254 4081 0 0 0.562 2 interp_poly 60 -17 -46 -21 3238 4576 3 MP PP 3238 4576 0 0 0.562 3192 4555 0 0 0.562 3238 4576 0 0 0.562 2 interp_poly 3192 4555 0 0 0.562 3252 4538 0 0 0.562 3192 4555 0 0 0.562 2 interp_poly -46 -21 60 -17 3192 4555 3 MP PP 3192 4555 0 0 0.562 3252 4538 0 0 0.562 3192 4555 0 0 0.562 2 interp_poly 3252 4538 0 0 0.562 3206 4517 0 0 0.562 3252 4538 0 0 0.562 2 interp_poly 61 -64 -46 -35 3235 3994 3 MP PP 3235 3994 0 0 0.562 3189 3959 0 0 0.562 3235 3994 0 0 0.562 2 interp_poly 3189 3959 0 0 0.562 3250 3895 0 0 0.625 3189 3959 0 0 0.562 2 interp_poly -47 -88 61 -64 3189 3959 3 MP PP 3189 3959 0 0 0.562 3250 3895 0 0 0.625 3189 3959 0 0 0.562 2 interp_poly 3250 3895 0 0 0.625 3203 3807 0 0 0.75 3250 3895 0 0 0.625 2 interp_poly 61 -18 -47 -23 3234 4439 3 MP PP 3234 4439 0 0 0.562 3187 4416 0 0 0.562 3234 4439 0 0 0.562 2 interp_poly 3187 4416 0 0 0.562 3248 4398 0 0 0.562 3187 4416 0 0 0.562 2 interp_poly -46 -24 61 -18 3187 4416 3 MP PP 3187 4416 0 0 0.562 3248 4398 0 0 0.562 3187 4416 0 0 0.562 2 interp_poly 3248 4398 0 0 0.562 3202 4374 0 0 0.562 3248 4398 0 0 0.562 2 interp_poly -46 -21 60 -17 3085 3088 3 MP PP 3085 3088 0 0 0.562 3145 3071 0 0 0.562 3085 3088 0 0 0.562 2 interp_poly 3145 3071 0 0 0.562 3099 3050 0 0 0.562 3145 3071 0 0 0.562 2 interp_poly 60 -17 -46 -21 3131 3109 3 MP PP 3131 3109 0 0 0.562 3085 3088 0 0 0.562 3131 3109 0 0 0.562 2 interp_poly 3085 3088 0 0 0.562 3145 3071 0 0 0.562 3085 3088 0 0 0.562 2 interp_poly -46 -22 60 -16 3099 3050 3 MP PP 3099 3050 0 0 0.562 3159 3034 0 0 0.562 3099 3050 0 0 0.562 2 interp_poly 3159 3034 0 0 0.562 3113 3012 0 0 0.562 3159 3034 0 0 0.562 2 interp_poly 60 -16 -46 -21 3145 3071 3 MP PP 3145 3071 0 0 0.562 3099 3050 0 0 0.562 3145 3071 0 0 0.562 2 interp_poly 3099 3050 0 0 0.562 3159 3034 0 0 0.562 3099 3050 0 0 0.562 2 interp_poly -47 -22 61 -16 3113 3012 3 MP PP 3113 3012 0 0 0.562 3174 2996 0 0 0.562 3113 3012 0 0 0.562 2 interp_poly 3174 2996 0 0 0.562 3127 2974 0 0 0.562 3174 2996 0 0 0.562 2 interp_poly 61 -16 -46 -22 3159 3034 3 MP PP 3159 3034 0 0 0.562 3113 3012 0 0 0.562 3159 3034 0 0 0.562 2 interp_poly 3113 3012 0 0 0.562 3174 2996 0 0 0.562 3113 3012 0 0 0.562 2 interp_poly -47 -21 61 -16 3117 3146 3 MP PP 3117 3146 0 0 0.562 3178 3130 0 0 0.562 3117 3146 0 0 0.562 2 interp_poly 3178 3130 0 0 0.562 3131 3109 0 0 0.562 3178 3130 0 0 0.562 2 interp_poly 61 -16 -47 -21 3164 3167 3 MP PP 3164 3167 0 0 0.562 3117 3146 0 0 0.562 3164 3167 0 0 0.562 2 interp_poly 3117 3146 0 0 0.562 3178 3130 0 0 0.562 3117 3146 0 0 0.562 2 interp_poly -47 -22 61 -16 3131 3109 3 MP PP 3131 3109 0 0 0.562 3192 3093 0 0 0.562 3131 3109 0 0 0.562 2 interp_poly 3192 3093 0 0 0.562 3145 3071 0 0 0.562 3192 3093 0 0 0.562 2 interp_poly 61 -16 -47 -21 3178 3130 3 MP PP 3178 3130 0 0 0.562 3131 3109 0 0 0.562 3178 3130 0 0 0.562 2 interp_poly 3131 3109 0 0 0.562 3192 3093 0 0 0.562 3131 3109 0 0 0.562 2 interp_poly 61 40 -47 348 3181 2762 3 MP PP 3181 2762 0.312 1 0.75 3134 3110 0 0.625 1 3181 2762 0.312 1 0.75 2 interp_poly 3134 3110 0 0.625 1 3195 3150 0 0.5 1 3134 3110 0 0.625 1 2 interp_poly 60 -4 -46 -275 3231 3238 3 MP PP 3231 3238 0 0.688 1 3185 2963 0.188 1 0.875 3231 3238 0 0.688 1 2 interp_poly 3185 2963 0.188 1 0.875 3245 2959 0.125 1 0.938 3185 2963 0.188 1 0.875 2 interp_poly -46 -233 60 -4 3185 2963 3 MP PP 3185 2963 0.188 1 0.875 3245 2959 0.125 1 0.938 3185 2963 0.188 1 0.875 2 interp_poly 3245 2959 0.125 1 0.938 3199 2726 0.5 1 0.562 3245 2959 0.125 1 0.938 2 interp_poly 61 -19 -47 -25 3230 4287 3 MP PP 3230 4287 0 0 0.562 3183 4262 0 0 0.562 3230 4287 0 0 0.562 2 interp_poly 3183 4262 0 0 0.562 3244 4243 0 0 0.562 3183 4262 0 0 0.562 2 interp_poly -47 -25 61 -19 3183 4262 3 MP PP 3183 4262 0 0 0.562 3244 4243 0 0 0.562 3183 4262 0 0 0.562 2 interp_poly 3244 4243 0 0 0.562 3197 4218 0 0 0.562 3244 4243 0 0 0.562 2 interp_poly 61 -3 -47 -27 3226 4136 3 MP PP 3226 4136 0 0 0.625 3179 4109 0 0 0.625 3226 4136 0 0 0.625 2 interp_poly 3179 4109 0 0 0.625 3240 4106 0 0 0.562 3179 4109 0 0 0.625 2 interp_poly -47 -24 61 -3 3179 4109 3 MP PP 3179 4109 0 0 0.625 3240 4106 0 0 0.562 3179 4109 0 0 0.625 2 interp_poly 3240 4106 0 0 0.562 3193 4082 0 0 0.562 3240 4106 0 0 0.562 2 interp_poly 60 -17 -46 -21 3224 4614 3 MP PP 3224 4614 0 0 0.562 3178 4593 0 0 0.562 3224 4614 0 0 0.562 2 interp_poly 3178 4593 0 0 0.562 3238 4576 0 0 0.562 3178 4593 0 0 0.562 2 interp_poly -46 -21 60 -17 3178 4593 3 MP PP 3178 4593 0 0 0.562 3238 4576 0 0 0.562 3178 4593 0 0 0.562 2 interp_poly 3238 4576 0 0 0.562 3192 4555 0 0 0.562 3238 4576 0 0 0.562 2 interp_poly 60 -15 -46 -25 3221 4034 3 MP PP 3221 4034 0 0 0.562 3175 4009 0 0 0.562 3221 4034 0 0 0.562 2 interp_poly 3175 4009 0 0 0.562 3235 3994 0 0 0.562 3175 4009 0 0 0.562 2 interp_poly -46 -35 60 -15 3175 4009 3 MP PP 3175 4009 0 0 0.562 3235 3994 0 0 0.562 3175 4009 0 0 0.562 2 interp_poly 3235 3994 0 0 0.562 3189 3959 0 0 0.562 3235 3994 0 0 0.562 2 interp_poly 61 -18 -47 -22 3220 4479 3 MP PP 3220 4479 0 0 0.562 3173 4457 0 0 0.562 3220 4479 0 0 0.562 2 interp_poly 3173 4457 0 0 0.562 3234 4439 0 0 0.562 3173 4457 0 0 0.562 2 interp_poly -47 -23 61 -18 3173 4457 3 MP PP 3173 4457 0 0 0.562 3234 4439 0 0 0.562 3173 4457 0 0 0.562 2 interp_poly 3234 4439 0 0 0.562 3187 4416 0 0 0.562 3234 4439 0 0 0.562 2 interp_poly 61 -14 -47 -20 3168 3296 3 MP PP 3168 3296 0 0 0.562 3121 3276 0 0 0.562 3168 3296 0 0 0.562 2 interp_poly 3121 3276 0 0 0.562 3182 3262 0 0 0.562 3121 3276 0 0 0.562 2 interp_poly -47 -21 61 -16 3089 3221 3 MP PP 3089 3221 0 0 0.562 3150 3205 0 0 0.562 3089 3221 0 0 0.562 2 interp_poly 3150 3205 0 0 0.562 3103 3184 0 0 0.562 3150 3205 0 0 0.562 2 interp_poly 61 -16 -46 -20 3135 3241 3 MP PP 3135 3241 0 0 0.562 3089 3221 0 0 0.562 3135 3241 0 0 0.562 2 interp_poly 3089 3221 0 0 0.562 3150 3205 0 0 0.562 3089 3221 0 0 0.562 2 interp_poly -47 -18 61 -15 3093 3343 3 MP PP 3093 3343 0 0 0.562 3154 3328 0 0 0.562 3093 3343 0 0 0.562 2 interp_poly 3154 3328 0 0 0.562 3107 3310 0 0 0.562 3154 3328 0 0 0.562 2 interp_poly 61 -15 -47 -17 3140 3360 3 MP PP 3140 3360 0 0 0.562 3093 3343 0 0 0.562 3140 3360 0 0 0.562 2 interp_poly 3093 3343 0 0 0.562 3154 3328 0 0 0.562 3093 3343 0 0 0.562 2 interp_poly -47 -21 61 -17 3103 3184 3 MP PP 3103 3184 0 0 0.562 3164 3167 0 0 0.562 3103 3184 0 0 0.562 2 interp_poly 3164 3167 0 0 0.562 3117 3146 0 0 0.562 3164 3167 0 0 0.562 2 interp_poly 61 -17 -47 -21 3150 3205 3 MP PP 3150 3205 0 0 0.562 3103 3184 0 0 0.562 3150 3205 0 0 0.562 2 interp_poly 3103 3184 0 0 0.562 3164 3167 0 0 0.562 3103 3184 0 0 0.562 2 interp_poly -47 -20 61 -14 3107 3310 3 MP PP 3107 3310 0 0 0.562 3168 3296 0 0 0.562 3107 3310 0 0 0.562 2 interp_poly 3168 3296 0 0 0.562 3121 3276 0 0 0.562 3168 3296 0 0 0.562 2 interp_poly 61 -14 -47 -18 3154 3328 3 MP PP 3154 3328 0 0 0.562 3107 3310 0 0 0.562 3154 3328 0 0 0.562 2 interp_poly 3107 3310 0 0 0.562 3168 3296 0 0 0.562 3107 3310 0 0 0.562 2 interp_poly -46 -14 61 -24 3111 3430 3 MP PP 3111 3430 0 0 0.562 3172 3406 0 0 0.562 3111 3430 0 0 0.562 2 interp_poly 3172 3406 0 0 0.562 3126 3392 0 0 0.562 3172 3406 0 0 0.562 2 interp_poly -47 -21 61 -14 3121 3276 3 MP PP 3121 3276 0 0 0.562 3182 3262 0 0 0.562 3121 3276 0 0 0.562 2 interp_poly 3182 3262 0 0 0.562 3135 3241 0 0 0.562 3182 3262 0 0 0.562 2 interp_poly -46 -15 60 -17 3126 3392 3 MP PP 3126 3392 0 0 0.562 3186 3375 0 0 0.562 3126 3392 0 0 0.562 2 interp_poly 3186 3375 0 0 0.562 3140 3360 0 0 0.562 3186 3375 0 0 0.562 2 interp_poly 60 -17 -46 -14 3172 3406 3 MP PP 3172 3406 0 0 0.562 3126 3392 0 0 0.562 3172 3406 0 0 0.562 2 interp_poly 3126 3392 0 0 0.562 3186 3375 0 0 0.562 3126 3392 0 0 0.562 2 interp_poly -46 -20 61 -16 3135 3241 3 MP PP 3135 3241 0 0 0.562 3196 3225 0 0 0.562 3135 3241 0 0 0.562 2 interp_poly 3196 3225 0 0 0.562 3150 3205 0 0 0.562 3196 3225 0 0 0.562 2 interp_poly 61 -16 -47 -21 3182 3262 3 MP PP 3182 3262 0 0 0.562 3135 3241 0 0 0.562 3182 3262 0 0 0.562 2 interp_poly 3135 3241 0 0 0.562 3196 3225 0 0 0.562 3135 3241 0 0 0.562 2 interp_poly -46 -18 60 -14 3140 3360 3 MP PP 3140 3360 0 0 0.562 3200 3346 0 0 0.562 3140 3360 0 0 0.562 2 interp_poly 3200 3346 0 0 0.562 3154 3328 0 0 0.562 3200 3346 0 0 0.562 2 interp_poly 60 -14 -46 -15 3186 3375 3 MP PP 3186 3375 0 0 0.562 3140 3360 0 0 0.562 3186 3375 0 0 0.562 2 interp_poly 3140 3360 0 0 0.562 3200 3346 0 0 0.562 3140 3360 0 0 0.562 2 interp_poly -47 255 61 40 3134 3110 3 MP PP 3134 3110 0 0.625 1 3195 3150 0 0.5 1 3134 3110 0 0.625 1 2 interp_poly 3195 3150 0 0.5 1 3148 3405 0 0 1 3195 3150 0 0.5 1 2 interp_poly -47 -13 61 -32 3097 3475 3 MP PP 3097 3475 0 0 0.562 3158 3443 0 0 0.562 3097 3475 0 0 0.562 2 interp_poly 3158 3443 0 0 0.562 3111 3430 0 0 0.562 3158 3443 0 0 0.562 2 interp_poly 61 -32 -47 -15 3144 3490 3 MP PP 3144 3490 0 0 0.562 3097 3475 0 0 0.562 3144 3490 0 0 0.562 2 interp_poly 3097 3475 0 0 0.562 3158 3443 0 0 0.562 3097 3475 0 0 0.562 2 interp_poly 61 -24 -47 -13 3158 3443 3 MP PP 3158 3443 0 0 0.562 3111 3430 0 0 0.562 3158 3443 0 0 0.562 2 interp_poly 3111 3430 0 0 0.562 3172 3406 0 0 0.562 3111 3430 0 0 0.562 2 interp_poly -47 112 61 19 3148 3405 3 MP PP 3148 3405 0 0 1 3209 3424 0 0 0.938 3148 3405 0 0 1 2 interp_poly 3209 3424 0 0 0.938 3162 3536 0 0 0.688 3209 3424 0 0 0.938 2 interp_poly 61 19 -47 255 3195 3150 3 MP PP 3195 3150 0 0.5 1 3148 3405 0 0 1 3195 3150 0 0.5 1 2 interp_poly 3148 3405 0 0 1 3209 3424 0 0 0.938 3148 3405 0 0 1 2 interp_poly 60 -37 -46 -259 3217 3534 3 MP PP 3217 3534 0 0.188 1 3171 3275 0 0.625 1 3217 3534 0 0.188 1 2 interp_poly 3171 3275 0 0.625 1 3231 3238 0 0.688 1 3171 3275 0 0.625 1 2 interp_poly -46 -275 60 -37 3171 3275 3 MP PP 3171 3275 0 0.625 1 3231 3238 0 0.688 1 3171 3275 0 0.625 1 2 interp_poly 3231 3238 0 0.688 1 3185 2963 0.188 1 0.875 3231 3238 0 0.688 1 2 interp_poly 61 -19 -47 -24 3216 4330 3 MP PP 3216 4330 0 0 0.562 3169 4306 0 0 0.562 3216 4330 0 0 0.562 2 interp_poly 3169 4306 0 0 0.562 3230 4287 0 0 0.562 3169 4306 0 0 0.562 2 interp_poly -47 -25 61 -19 3169 4306 3 MP PP 3169 4306 0 0 0.562 3230 4287 0 0 0.562 3169 4306 0 0 0.562 2 interp_poly 3230 4287 0 0 0.562 3183 4262 0 0 0.562 3230 4287 0 0 0.562 2 interp_poly 61 -193 -47 90 3213 2498 3 MP PP 3213 2498 0.875 1 0.188 3166 2588 0.688 1 0.375 3213 2498 0.875 1 0.188 2 interp_poly 3166 2588 0.688 1 0.375 3227 2395 1 1 0.0625 3166 2588 0.688 1 0.375 2 interp_poly 61 -11 -46 -27 3211 4174 3 MP PP 3211 4174 0 0 0.625 3165 4147 0 0 0.625 3211 4174 0 0 0.625 2 interp_poly 3165 4147 0 0 0.625 3226 4136 0 0 0.625 3165 4147 0 0 0.625 2 interp_poly -47 -27 61 -11 3165 4147 3 MP PP 3165 4147 0 0 0.625 3226 4136 0 0 0.625 3165 4147 0 0 0.625 2 interp_poly 3226 4136 0 0 0.625 3179 4109 0 0 0.625 3226 4136 0 0 0.625 2 interp_poly 60 3 -46 -27 3207 4058 3 MP PP 3207 4058 0 0 0.562 3161 4031 0 0 0.562 3207 4058 0 0 0.562 2 interp_poly 3161 4031 0 0 0.562 3221 4034 0 0 0.562 3161 4031 0 0 0.562 2 interp_poly -46 -25 60 3 3161 4031 3 MP PP 3161 4031 0 0 0.562 3221 4034 0 0 0.562 3161 4031 0 0 0.562 2 interp_poly 3221 4034 0 0 0.562 3175 4009 0 0 0.562 3221 4034 0 0 0.562 2 interp_poly 61 -17 -47 -21 3206 4517 3 MP PP 3206 4517 0 0 0.562 3159 4496 0 0 0.562 3206 4517 0 0 0.562 2 interp_poly 3159 4496 0 0 0.562 3220 4479 0 0 0.562 3159 4496 0 0 0.562 2 interp_poly -47 -22 61 -17 3159 4496 3 MP PP 3159 4496 0 0 0.562 3220 4479 0 0 0.562 3159 4496 0 0 0.562 2 interp_poly 3220 4479 0 0 0.562 3173 4457 0 0 0.562 3220 4479 0 0 0.562 2 interp_poly 60 -111 -46 -162 3203 3807 3 MP PP 3203 3807 0 0 0.75 3157 3645 0 0.0625 1 3203 3807 0 0 0.75 2 interp_poly 3157 3645 0 0.0625 1 3217 3534 0 0.188 1 3157 3645 0 0.0625 1 2 interp_poly -47 -14 61 -24 3069 3564 3 MP PP 3069 3564 0 0 0.562 3130 3540 0 0 0.562 3069 3564 0 0 0.562 2 interp_poly 3130 3540 0 0 0.562 3083 3526 0 0 0.562 3130 3540 0 0 0.562 2 interp_poly 61 -24 -47 -4 3116 3568 3 MP PP 3116 3568 0 0 0.562 3069 3564 0 0 0.562 3116 3568 0 0 0.562 2 interp_poly 3069 3564 0 0 0.562 3130 3540 0 0 0.562 3069 3564 0 0 0.562 2 interp_poly 61 -36 -47 -14 3130 3540 3 MP PP 3130 3540 0 0 0.562 3083 3526 0 0 0.562 3130 3540 0 0 0.562 2 interp_poly 3083 3526 0 0 0.562 3144 3490 0 0 0.562 3083 3526 0 0 0.562 2 interp_poly -46 2 60 -30 3116 3568 3 MP PP 3116 3568 0 0 0.562 3176 3538 0 0 0.625 3116 3568 0 0 0.562 2 interp_poly 3176 3538 0 0 0.625 3130 3540 0 0 0.562 3176 3538 0 0 0.625 2 interp_poly -46 32 60 16 3102 3520 3 MP PP 3102 3520 0 0 0.75 3162 3536 0 0 0.688 3102 3520 0 0 0.75 2 interp_poly 3162 3536 0 0 0.688 3116 3568 0 0 0.562 3162 3536 0 0 0.688 2 interp_poly -47 -15 61 -36 3083 3526 3 MP PP 3083 3526 0 0 0.562 3144 3490 0 0 0.562 3083 3526 0 0 0.562 2 interp_poly 3144 3490 0 0 0.562 3097 3475 0 0 0.562 3144 3490 0 0 0.562 2 interp_poly 60 16 -46 115 3148 3405 3 MP PP 3148 3405 0 0 1 3102 3520 0 0 0.75 3148 3405 0 0 1 2 interp_poly 3102 3520 0 0 0.75 3162 3536 0 0 0.688 3102 3520 0 0 0.75 2 interp_poly 60 -30 -46 32 3162 3536 3 MP PP 3162 3536 0 0 0.688 3116 3568 0 0 0.562 3162 3536 0 0 0.688 2 interp_poly 3116 3568 0 0 0.562 3176 3538 0 0 0.625 3116 3568 0 0 0.562 2 interp_poly -46 -259 60 -111 3157 3645 3 MP PP 3157 3645 0 0.0625 1 3217 3534 0 0.188 1 3157 3645 0 0.0625 1 2 interp_poly 3217 3534 0 0.188 1 3171 3275 0 0.625 1 3217 3534 0 0.188 1 2 interp_poly 61 -19 -47 -25 3202 4374 3 MP PP 3202 4374 0 0 0.562 3155 4349 0 0 0.562 3202 4374 0 0 0.562 2 interp_poly 3155 4349 0 0 0.562 3216 4330 0 0 0.562 3155 4349 0 0 0.562 2 interp_poly -47 -24 61 -19 3155 4349 3 MP PP 3155 4349 0 0 0.562 3216 4330 0 0 0.562 3155 4349 0 0 0.562 2 interp_poly 3216 4330 0 0 0.562 3169 4306 0 0 0.562 3216 4330 0 0 0.562 2 interp_poly -46 240 60 -95 3106 2683 3 MP PP 3106 2683 0.5 1 0.562 3166 2588 0.688 1 0.375 3106 2683 0.5 1 0.562 2 interp_poly 3166 2588 0.688 1 0.375 3120 2828 0.188 1 0.875 3166 2588 0.688 1 0.375 2 interp_poly 61 -66 -46 240 3166 2588 3 MP PP 3166 2588 0.688 1 0.375 3120 2828 0.188 1 0.875 3166 2588 0.688 1 0.375 2 interp_poly 3120 2828 0.188 1 0.875 3181 2762 0.312 1 0.75 3120 2828 0.188 1 0.875 2 interp_poly 61 -119 -47 -109 3199 2726 3 MP PP 3199 2726 0.5 1 0.562 3152 2617 0.688 1 0.375 3199 2726 0.5 1 0.562 2 interp_poly 3152 2617 0.688 1 0.375 3213 2498 0.875 1 0.188 3152 2617 0.688 1 0.375 2 interp_poly -47 90 61 -119 3152 2617 3 MP PP 3152 2617 0.688 1 0.375 3213 2498 0.875 1 0.188 3152 2617 0.688 1 0.375 2 interp_poly 3213 2498 0.875 1 0.188 3166 2588 0.688 1 0.375 3213 2498 0.875 1 0.188 2 interp_poly 60 -18 -46 -26 3197 4218 3 MP PP 3197 4218 0 0 0.562 3151 4192 0 0 0.625 3197 4218 0 0 0.562 2 interp_poly 3151 4192 0 0 0.625 3211 4174 0 0 0.625 3151 4192 0 0 0.625 2 interp_poly -46 -27 60 -18 3151 4192 3 MP PP 3151 4192 0 0 0.625 3211 4174 0 0 0.625 3151 4192 0 0 0.625 2 interp_poly 3211 4174 0 0 0.625 3165 4147 0 0 0.625 3211 4174 0 0 0.625 2 interp_poly 60 4 -46 -28 3193 4082 3 MP PP 3193 4082 0 0 0.562 3147 4054 0 0 0.625 3193 4082 0 0 0.562 2 interp_poly 3147 4054 0 0 0.625 3207 4058 0 0 0.562 3147 4054 0 0 0.625 2 interp_poly -46 -27 60 4 3147 4054 3 MP PP 3147 4054 0 0 0.625 3207 4058 0 0 0.562 3147 4054 0 0 0.625 2 interp_poly 3207 4058 0 0 0.562 3161 4031 0 0 0.562 3207 4058 0 0 0.562 2 interp_poly 61 -16 -47 -22 3192 4555 3 MP PP 3192 4555 0 0 0.562 3145 4533 0 0 0.562 3192 4555 0 0 0.562 2 interp_poly 3145 4533 0 0 0.562 3206 4517 0 0 0.562 3145 4533 0 0 0.562 2 interp_poly -47 -21 61 -16 3145 4533 3 MP PP 3145 4533 0 0 0.562 3206 4517 0 0 0.562 3145 4533 0 0 0.562 2 interp_poly 3206 4517 0 0 0.562 3159 4496 0 0 0.562 3206 4517 0 0 0.562 2 interp_poly 61 -84 -47 -68 3189 3959 3 MP PP 3189 3959 0 0 0.562 3142 3891 0 0 0.625 3189 3959 0 0 0.562 2 interp_poly 3142 3891 0 0 0.625 3203 3807 0 0 0.75 3142 3891 0 0 0.625 2 interp_poly -46 -162 61 -84 3142 3891 3 MP PP 3142 3891 0 0 0.625 3203 3807 0 0 0.75 3142 3891 0 0 0.625 2 interp_poly 3203 3807 0 0 0.75 3157 3645 0 0.0625 1 3203 3807 0 0 0.75 2 interp_poly 61 -19 -46 -23 3187 4416 3 MP PP 3187 4416 0 0 0.562 3141 4393 0 0 0.562 3187 4416 0 0 0.562 2 interp_poly 3141 4393 0 0 0.562 3202 4374 0 0 0.562 3141 4393 0 0 0.562 2 interp_poly -47 -25 61 -19 3141 4393 3 MP PP 3141 4393 0 0 0.562 3202 4374 0 0 0.562 3141 4393 0 0 0.562 2 interp_poly 3202 4374 0 0 0.562 3155 4349 0 0 0.562 3202 4374 0 0 0.562 2 interp_poly -47 348 61 -66 3120 2828 3 MP PP 3120 2828 0.188 1 0.875 3181 2762 0.312 1 0.75 3120 2828 0.188 1 0.875 2 interp_poly 3181 2762 0.312 1 0.75 3134 3110 0 0.625 1 3181 2762 0.312 1 0.75 2 interp_poly 61 15 -47 -252 3185 2963 3 MP PP 3185 2963 0.188 1 0.875 3138 2711 0.562 1 0.5 3185 2963 0.188 1 0.875 2 interp_poly 3138 2711 0.562 1 0.5 3199 2726 0.5 1 0.562 3138 2711 0.562 1 0.5 2 interp_poly -47 -109 61 15 3138 2711 3 MP PP 3138 2711 0.562 1 0.5 3199 2726 0.5 1 0.562 3138 2711 0.562 1 0.5 2 interp_poly 3199 2726 0.5 1 0.562 3152 2617 0.688 1 0.375 3199 2726 0.5 1 0.562 2 interp_poly 60 -20 -46 -24 3183 4262 3 MP PP 3183 4262 0 0 0.562 3137 4238 0 0 0.562 3183 4262 0 0 0.562 2 interp_poly 3137 4238 0 0 0.562 3197 4218 0 0 0.562 3137 4238 0 0 0.562 2 interp_poly -46 -26 60 -20 3137 4238 3 MP PP 3137 4238 0 0 0.562 3197 4218 0 0 0.562 3137 4238 0 0 0.562 2 interp_poly 3197 4218 0 0 0.562 3151 4192 0 0 0.625 3197 4218 0 0 0.562 2 interp_poly 60 1 -46 -28 3179 4109 3 MP PP 3179 4109 0 0 0.625 3133 4081 0 0 0.625 3179 4109 0 0 0.625 2 interp_poly 3133 4081 0 0 0.625 3193 4082 0 0 0.562 3133 4081 0 0 0.625 2 interp_poly -46 -28 60 1 3133 4081 3 MP PP 3133 4081 0 0 0.625 3193 4082 0 0 0.562 3133 4081 0 0 0.625 2 interp_poly 3193 4082 0 0 0.562 3147 4054 0 0 0.625 3193 4082 0 0 0.562 2 interp_poly 61 -16 -47 -22 3178 4593 3 MP PP 3178 4593 0 0 0.562 3131 4571 0 0 0.562 3178 4593 0 0 0.562 2 interp_poly 3131 4571 0 0 0.562 3192 4555 0 0 0.562 3131 4571 0 0 0.562 2 interp_poly -47 -22 61 -16 3131 4571 3 MP PP 3131 4571 0 0 0.562 3192 4555 0 0 0.562 3131 4571 0 0 0.562 2 interp_poly 3192 4555 0 0 0.562 3145 4533 0 0 0.562 3192 4555 0 0 0.562 2 interp_poly 61 -11 -47 -39 3175 4009 3 MP PP 3175 4009 0 0 0.562 3128 3970 0 0 0.562 3175 4009 0 0 0.562 2 interp_poly 3128 3970 0 0 0.562 3189 3959 0 0 0.562 3128 3970 0 0 0.562 2 interp_poly -47 -68 61 -11 3128 3970 3 MP PP 3128 3970 0 0 0.562 3189 3959 0 0 0.562 3128 3970 0 0 0.562 2 interp_poly 3189 3959 0 0 0.562 3142 3891 0 0 0.625 3189 3959 0 0 0.562 2 interp_poly 60 -19 -46 -22 3173 4457 3 MP PP 3173 4457 0 0 0.562 3127 4435 0 0 0.562 3173 4457 0 0 0.562 2 interp_poly 3127 4435 0 0 0.562 3187 4416 0 0 0.562 3127 4435 0 0 0.562 2 interp_poly -46 -23 60 -19 3127 4435 3 MP PP 3127 4435 0 0 0.562 3187 4416 0 0 0.562 3127 4435 0 0 0.562 2 interp_poly 3187 4416 0 0 0.562 3141 4393 0 0 0.562 3187 4416 0 0 0.562 2 interp_poly -47 -22 61 -16 3024 3104 3 MP PP 3024 3104 0 0 0.562 3085 3088 0 0 0.562 3024 3104 0 0 0.562 2 interp_poly 3085 3088 0 0 0.562 3038 3066 0 0 0.562 3085 3088 0 0 0.562 2 interp_poly 61 -16 -47 -21 3071 3125 3 MP PP 3071 3125 0 0 0.562 3024 3104 0 0 0.562 3071 3125 0 0 0.562 2 interp_poly 3024 3104 0 0 0.562 3085 3088 0 0 0.562 3024 3104 0 0 0.562 2 interp_poly -47 -21 61 -16 3038 3066 3 MP PP 3038 3066 0 0 0.562 3099 3050 0 0 0.562 3038 3066 0 0 0.562 2 interp_poly 3099 3050 0 0 0.562 3052 3029 0 0 0.562 3099 3050 0 0 0.562 2 interp_poly 61 -16 -47 -22 3085 3088 3 MP PP 3085 3088 0 0 0.562 3038 3066 0 0 0.562 3085 3088 0 0 0.562 2 interp_poly 3038 3066 0 0 0.562 3099 3050 0 0 0.562 3038 3066 0 0 0.562 2 interp_poly -47 -21 61 -17 3052 3029 3 MP PP 3052 3029 0 0 0.562 3113 3012 0 0 0.562 3052 3029 0 0 0.562 2 interp_poly 3113 3012 0 0 0.562 3066 2991 0 0 0.562 3113 3012 0 0 0.562 2 interp_poly 61 -17 -47 -21 3099 3050 3 MP PP 3099 3050 0 0 0.562 3052 3029 0 0 0.562 3099 3050 0 0 0.562 2 interp_poly 3052 3029 0 0 0.562 3113 3012 0 0 0.562 3052 3029 0 0 0.562 2 interp_poly 61 -17 -47 -21 3113 3012 3 MP PP 3113 3012 0 0 0.562 3066 2991 0 0 0.562 3113 3012 0 0 0.562 2 interp_poly 3066 2991 0 0 0.562 3127 2974 0 0 0.562 3066 2991 0 0 0.562 2 interp_poly -46 -21 60 -16 3071 3125 3 MP PP 3071 3125 0 0 0.562 3131 3109 0 0 0.562 3071 3125 0 0 0.562 2 interp_poly 3131 3109 0 0 0.562 3085 3088 0 0 0.562 3131 3109 0 0 0.562 2 interp_poly 61 23 -47 259 3120 2828 3 MP PP 3120 2828 0.188 1 0.875 3073 3087 0 0.688 1 3120 2828 0.188 1 0.875 2 interp_poly 3073 3087 0 0.688 1 3134 3110 0 0.625 1 3073 3087 0 0.688 1 2 interp_poly 61 34 -47 -346 3171 3275 3 MP PP 3171 3275 0 0.625 1 3124 2929 0.25 1 0.812 3171 3275 0 0.625 1 2 interp_poly 3124 2929 0.25 1 0.812 3185 2963 0.188 1 0.875 3124 2929 0.25 1 0.812 2 interp_poly -47 -252 61 34 3124 2929 3 MP PP 3124 2929 0.25 1 0.812 3185 2963 0.188 1 0.875 3124 2929 0.25 1 0.812 2 interp_poly 3185 2963 0.188 1 0.875 3138 2711 0.562 1 0.5 3185 2963 0.188 1 0.875 2 interp_poly 60 -20 -46 -24 3169 4306 3 MP PP 3169 4306 0 0 0.562 3123 4282 0 0 0.562 3169 4306 0 0 0.562 2 interp_poly 3123 4282 0 0 0.562 3183 4262 0 0 0.562 3123 4282 0 0 0.562 2 interp_poly -46 -24 60 -20 3123 4282 3 MP PP 3123 4282 0 0 0.562 3183 4262 0 0 0.562 3123 4282 0 0 0.562 2 interp_poly 3183 4262 0 0 0.562 3137 4238 0 0 0.562 3183 4262 0 0 0.562 2 interp_poly 61 -11 -47 -27 3165 4147 3 MP PP 3165 4147 0 0 0.625 3118 4120 0 0 0.625 3165 4147 0 0 0.625 2 interp_poly 3118 4120 0 0 0.625 3179 4109 0 0 0.625 3118 4120 0 0 0.625 2 interp_poly -46 -28 61 -11 3118 4120 3 MP PP 3118 4120 0 0 0.625 3179 4109 0 0 0.625 3118 4120 0 0 0.625 2 interp_poly 3179 4109 0 0 0.625 3133 4081 0 0 0.625 3179 4109 0 0 0.625 2 interp_poly 61 15 -47 -37 3161 4031 3 MP PP 3161 4031 0 0 0.562 3114 3994 0 0 0.625 3161 4031 0 0 0.562 2 interp_poly 3114 3994 0 0 0.625 3175 4009 0 0 0.562 3114 3994 0 0 0.625 2 interp_poly -47 -39 61 15 3114 3994 3 MP PP 3114 3994 0 0 0.625 3175 4009 0 0 0.562 3114 3994 0 0 0.625 2 interp_poly 3175 4009 0 0 0.562 3128 3970 0 0 0.562 3175 4009 0 0 0.562 2 interp_poly 60 -17 -46 -22 3159 4496 3 MP PP 3159 4496 0 0 0.562 3113 4474 0 0 0.562 3159 4496 0 0 0.562 2 interp_poly 3113 4474 0 0 0.562 3173 4457 0 0 0.562 3113 4474 0 0 0.562 2 interp_poly -46 -22 60 -17 3113 4474 3 MP PP 3113 4474 0 0 0.562 3173 4457 0 0 0.562 3113 4474 0 0 0.562 2 interp_poly 3173 4457 0 0 0.562 3127 4435 0 0 0.562 3173 4457 0 0 0.562 2 interp_poly -47 -16 61 -21 3065 3413 3 MP PP 3065 3413 0 0 0.562 3126 3392 0 0 0.562 3065 3413 0 0 0.562 2 interp_poly 3126 3392 0 0 0.562 3079 3376 0 0 0.562 3126 3392 0 0 0.562 2 interp_poly 61 -21 -46 -17 3111 3430 3 MP PP 3111 3430 0 0 0.562 3065 3413 0 0 0.562 3111 3430 0 0 0.562 2 interp_poly 3065 3413 0 0 0.562 3126 3392 0 0 0.562 3065 3413 0 0 0.562 2 interp_poly -47 -17 61 -16 3079 3376 3 MP PP 3079 3376 0 0 0.562 3140 3360 0 0 0.562 3079 3376 0 0 0.562 2 interp_poly 3140 3360 0 0 0.562 3093 3343 0 0 0.562 3140 3360 0 0 0.562 2 interp_poly 61 -16 -47 -16 3126 3392 3 MP PP 3126 3392 0 0 0.562 3079 3376 0 0 0.562 3126 3392 0 0 0.562 2 interp_poly 3079 3376 0 0 0.562 3140 3360 0 0 0.562 3079 3376 0 0 0.562 2 interp_poly -46 -19 60 -16 3033 3359 3 MP PP 3033 3359 0 0 0.562 3093 3343 0 0 0.562 3033 3359 0 0 0.562 2 interp_poly 3093 3343 0 0 0.562 3047 3324 0 0 0.562 3093 3343 0 0 0.562 2 interp_poly 60 -16 -46 -17 3079 3376 3 MP PP 3079 3376 0 0 0.562 3033 3359 0 0 0.562 3079 3376 0 0 0.562 2 interp_poly 3033 3359 0 0 0.562 3093 3343 0 0 0.562 3033 3359 0 0 0.562 2 interp_poly 60 -14 -46 -19 3093 3343 3 MP PP 3093 3343 0 0 0.562 3047 3324 0 0 0.562 3093 3343 0 0 0.562 2 interp_poly 3047 3324 0 0 0.562 3107 3310 0 0 0.562 3047 3324 0 0 0.562 2 interp_poly -46 -17 60 -27 3051 3457 3 MP PP 3051 3457 0 0 0.562 3111 3430 0 0 0.562 3051 3457 0 0 0.562 2 interp_poly 3111 3430 0 0 0.562 3065 3413 0 0 0.562 3111 3430 0 0 0.562 2 interp_poly 60 -27 -46 -18 3097 3475 3 MP PP 3097 3475 0 0 0.562 3051 3457 0 0 0.562 3097 3475 0 0 0.562 2 interp_poly 3051 3457 0 0 0.562 3111 3430 0 0 0.562 3051 3457 0 0 0.562 2 interp_poly -46 115 60 65 3088 3340 3 MP PP 3088 3340 0 0.125 1 3148 3405 0 0 1 3088 3340 0 0.125 1 2 interp_poly 3148 3405 0 0 1 3102 3520 0 0 0.75 3148 3405 0 0 1 2 interp_poly -46 -19 60 -14 3047 3324 3 MP PP 3047 3324 0 0 0.562 3107 3310 0 0 0.562 3047 3324 0 0 0.562 2 interp_poly 3107 3310 0 0 0.562 3061 3291 0 0 0.562 3107 3310 0 0 0.562 2 interp_poly -46 -20 60 -15 3061 3291 3 MP PP 3061 3291 0 0 0.562 3121 3276 0 0 0.562 3061 3291 0 0 0.562 2 interp_poly 3121 3276 0 0 0.562 3075 3256 0 0 0.562 3121 3276 0 0 0.562 2 interp_poly 60 -15 -46 -19 3107 3310 3 MP PP 3107 3310 0 0 0.562 3061 3291 0 0 0.562 3107 3310 0 0 0.562 2 interp_poly 3061 3291 0 0 0.562 3121 3276 0 0 0.562 3061 3291 0 0 0.562 2 interp_poly -46 -20 60 -15 3075 3256 3 MP PP 3075 3256 0 0 0.562 3135 3241 0 0 0.562 3075 3256 0 0 0.562 2 interp_poly 3135 3241 0 0 0.562 3089 3221 0 0 0.562 3135 3241 0 0 0.562 2 interp_poly 60 -15 -46 -20 3121 3276 3 MP PP 3121 3276 0 0 0.562 3075 3256 0 0 0.562 3121 3276 0 0 0.562 2 interp_poly 3075 3256 0 0 0.562 3135 3241 0 0 0.562 3075 3256 0 0 0.562 2 interp_poly 60 65 -46 230 3134 3110 3 MP PP 3134 3110 0 0.625 1 3088 3340 0 0.125 1 3134 3110 0 0.625 1 2 interp_poly 3088 3340 0 0.125 1 3148 3405 0 0 1 3088 3340 0 0.125 1 2 interp_poly 61 -78 -47 -292 3157 3645 3 MP PP 3157 3645 0 0.0625 1 3110 3353 0 0.562 1 3157 3645 0 0.0625 1 2 interp_poly 3110 3353 0 0.562 1 3171 3275 0 0.625 1 3110 3353 0 0.562 1 2 interp_poly -46 -21 60 -17 3057 3163 3 MP PP 3057 3163 0 0 0.562 3117 3146 0 0 0.562 3057 3163 0 0 0.562 2 interp_poly 3117 3146 0 0 0.562 3071 3125 0 0 0.562 3117 3146 0 0 0.562 2 interp_poly 60 -17 -46 -21 3103 3184 3 MP PP 3103 3184 0 0 0.562 3057 3163 0 0 0.562 3103 3184 0 0 0.562 2 interp_poly 3057 3163 0 0 0.562 3117 3146 0 0 0.562 3057 3163 0 0 0.562 2 interp_poly 60 -16 -46 -21 3117 3146 3 MP PP 3117 3146 0 0 0.562 3071 3125 0 0 0.562 3117 3146 0 0 0.562 2 interp_poly 3071 3125 0 0 0.562 3131 3109 0 0 0.562 3071 3125 0 0 0.562 2 interp_poly -47 -21 61 -15 3028 3236 3 MP PP 3028 3236 0 0 0.562 3089 3221 0 0 0.562 3028 3236 0 0 0.562 2 interp_poly 3089 3221 0 0 0.562 3042 3200 0 0 0.562 3089 3221 0 0 0.562 2 interp_poly 61 -15 -47 -20 3075 3256 3 MP PP 3075 3256 0 0 0.562 3028 3236 0 0 0.562 3075 3256 0 0 0.562 2 interp_poly 3028 3236 0 0 0.562 3089 3221 0 0 0.562 3028 3236 0 0 0.562 2 interp_poly -46 -21 61 -16 3042 3200 3 MP PP 3042 3200 0 0 0.562 3103 3184 0 0 0.562 3042 3200 0 0 0.562 2 interp_poly 3103 3184 0 0 0.562 3057 3163 0 0 0.562 3103 3184 0 0 0.562 2 interp_poly 61 -16 -47 -21 3089 3221 3 MP PP 3089 3221 0 0 0.562 3042 3200 0 0 0.562 3089 3221 0 0 0.562 2 interp_poly 3042 3200 0 0 0.562 3103 3184 0 0 0.562 3042 3200 0 0 0.562 2 interp_poly -46 230 61 23 3073 3087 3 MP PP 3073 3087 0 0.688 1 3134 3110 0 0.625 1 3073 3087 0 0.688 1 2 interp_poly 3134 3110 0 0.625 1 3088 3340 0 0.125 1 3134 3110 0 0.625 1 2 interp_poly -47 -346 61 -78 3110 3353 3 MP PP 3110 3353 0 0.562 1 3171 3275 0 0.625 1 3110 3353 0 0.562 1 2 interp_poly 3171 3275 0 0.625 1 3124 2929 0.25 1 0.812 3171 3275 0 0.625 1 2 interp_poly 60 -19 -46 -24 3155 4349 3 MP PP 3155 4349 0 0 0.562 3109 4325 0 0 0.562 3155 4349 0 0 0.562 2 interp_poly 3109 4325 0 0 0.562 3169 4306 0 0 0.562 3109 4325 0 0 0.562 2 interp_poly -46 -24 60 -19 3109 4325 3 MP PP 3109 4325 0 0 0.562 3169 4306 0 0 0.562 3109 4325 0 0 0.562 2 interp_poly 3169 4306 0 0 0.562 3123 4282 0 0 0.562 3169 4306 0 0 0.562 2 interp_poly 60 -95 -46 66 3152 2617 3 MP PP 3152 2617 0.688 1 0.375 3106 2683 0.5 1 0.562 3152 2617 0.688 1 0.375 2 interp_poly 3106 2683 0.5 1 0.562 3166 2588 0.688 1 0.375 3106 2683 0.5 1 0.562 2 interp_poly 61 -20 -47 -25 3151 4192 3 MP PP 3151 4192 0 0 0.625 3104 4167 0 0 0.625 3151 4192 0 0 0.625 2 interp_poly 3104 4167 0 0 0.625 3165 4147 0 0 0.625 3104 4167 0 0 0.625 2 interp_poly -47 -27 61 -20 3104 4167 3 MP PP 3104 4167 0 0 0.625 3165 4147 0 0 0.625 3104 4167 0 0 0.625 2 interp_poly 3165 4147 0 0 0.625 3118 4120 0 0 0.625 3165 4147 0 0 0.625 2 interp_poly 61 11 -47 -34 3147 4054 3 MP PP 3147 4054 0 0 0.625 3100 4020 0 0 0.625 3147 4054 0 0 0.625 2 interp_poly 3100 4020 0 0 0.625 3161 4031 0 0 0.562 3100 4020 0 0 0.625 2 interp_poly -47 -37 61 11 3100 4020 3 MP PP 3100 4020 0 0 0.625 3161 4031 0 0 0.562 3100 4020 0 0 0.625 2 interp_poly 3161 4031 0 0 0.562 3114 3994 0 0 0.625 3161 4031 0 0 0.562 2 interp_poly 60 -16 -46 -21 3145 4533 3 MP PP 3145 4533 0 0 0.562 3099 4512 0 0 0.562 3145 4533 0 0 0.562 2 interp_poly 3099 4512 0 0 0.562 3159 4496 0 0 0.562 3099 4512 0 0 0.562 2 interp_poly -46 -22 60 -16 3099 4512 3 MP PP 3099 4512 0 0 0.562 3159 4496 0 0 0.562 3099 4512 0 0 0.562 2 interp_poly 3159 4496 0 0 0.562 3113 4474 0 0 0.562 3159 4496 0 0 0.562 2 interp_poly 61 -100 -46 -146 3142 3891 3 MP PP 3142 3891 0 0 0.625 3096 3745 0 0 0.875 3142 3891 0 0 0.625 2 interp_poly 3096 3745 0 0 0.875 3157 3645 0 0.0625 1 3096 3745 0 0 0.875 2 interp_poly 60 -20 -46 -18 3069 3564 3 MP PP 3069 3564 0 0 0.562 3023 3546 0 0 0.562 3069 3564 0 0 0.562 2 interp_poly 3023 3546 0 0 0.562 3083 3526 0 0 0.562 3023 3546 0 0 0.562 2 interp_poly -47 -4 61 9 3055 3559 3 MP PP 3055 3559 0 0 0.625 3116 3568 0 0 0.562 3055 3559 0 0 0.625 2 interp_poly 3116 3568 0 0 0.562 3069 3564 0 0 0.562 3116 3568 0 0 0.562 2 interp_poly 61 9 -47 39 3102 3520 3 MP PP 3102 3520 0 0 0.75 3055 3559 0 0 0.625 3102 3520 0 0 0.75 2 interp_poly 3055 3559 0 0 0.625 3116 3568 0 0 0.562 3055 3559 0 0 0.625 2 interp_poly -47 -292 61 -100 3096 3745 3 MP PP 3096 3745 0 0 0.875 3157 3645 0 0.0625 1 3096 3745 0 0 0.875 2 interp_poly 3157 3645 0 0.0625 1 3110 3353 0 0.562 1 3157 3645 0 0.0625 1 2 interp_poly 61 -20 -47 -24 3141 4393 3 MP PP 3141 4393 0 0 0.562 3094 4369 0 0 0.562 3141 4393 0 0 0.562 2 interp_poly 3094 4369 0 0 0.562 3155 4349 0 0 0.562 3094 4369 0 0 0.562 2 interp_poly -46 -24 61 -20 3094 4369 3 MP PP 3094 4369 0 0 0.562 3155 4349 0 0 0.562 3094 4369 0 0 0.562 2 interp_poly 3155 4349 0 0 0.562 3109 4325 0 0 0.562 3155 4349 0 0 0.562 2 interp_poly -46 66 60 23 3092 2594 3 MP PP 3092 2594 0.75 1 0.312 3152 2617 0.688 1 0.375 3092 2594 0.75 1 0.312 2 interp_poly 3152 2617 0.688 1 0.375 3106 2683 0.5 1 0.562 3152 2617 0.688 1 0.375 2 interp_poly 60 23 -46 -117 3138 2711 3 MP PP 3138 2711 0.562 1 0.5 3092 2594 0.75 1 0.312 3138 2711 0.562 1 0.5 2 interp_poly 3092 2594 0.75 1 0.312 3152 2617 0.688 1 0.375 3092 2594 0.75 1 0.312 2 interp_poly 61 -22 -47 -24 3137 4238 3 MP PP 3137 4238 0 0 0.562 3090 4214 0 0 0.562 3137 4238 0 0 0.562 2 interp_poly 3090 4214 0 0 0.562 3151 4192 0 0 0.625 3090 4214 0 0 0.562 2 interp_poly -47 -25 61 -22 3090 4214 3 MP PP 3090 4214 0 0 0.562 3151 4192 0 0 0.625 3090 4214 0 0 0.562 2 interp_poly 3151 4192 0 0 0.625 3104 4167 0 0 0.625 3151 4192 0 0 0.625 2 interp_poly 61 3 -47 -30 3133 4081 3 MP PP 3133 4081 0 0 0.625 3086 4051 0 0 0.625 3133 4081 0 0 0.625 2 interp_poly 3086 4051 0 0 0.625 3147 4054 0 0 0.625 3086 4051 0 0 0.625 2 interp_poly -47 -34 61 3 3086 4051 3 MP PP 3086 4051 0 0 0.625 3147 4054 0 0 0.625 3086 4051 0 0 0.625 2 interp_poly 3147 4054 0 0 0.625 3100 4020 0 0 0.625 3147 4054 0 0 0.625 2 interp_poly 60 -17 -46 -21 3131 4571 3 MP PP 3131 4571 0 0 0.562 3085 4550 0 0 0.562 3131 4571 0 0 0.562 2 interp_poly 3085 4550 0 0 0.562 3145 4533 0 0 0.562 3085 4550 0 0 0.562 2 interp_poly -46 -21 60 -17 3085 4550 3 MP PP 3085 4550 0 0 0.562 3145 4533 0 0 0.562 3085 4550 0 0 0.562 2 interp_poly 3145 4533 0 0 0.562 3099 4512 0 0 0.562 3145 4533 0 0 0.562 2 interp_poly 60 -7 -46 -72 3128 3970 3 MP PP 3128 3970 0 0 0.562 3082 3898 0 0 0.688 3128 3970 0 0 0.562 2 interp_poly 3082 3898 0 0 0.688 3142 3891 0 0 0.625 3082 3898 0 0 0.688 2 interp_poly -46 -146 60 -7 3082 3898 3 MP PP 3082 3898 0 0 0.688 3142 3891 0 0 0.625 3082 3898 0 0 0.688 2 interp_poly 3142 3891 0 0 0.625 3096 3745 0 0 0.875 3142 3891 0 0 0.625 2 interp_poly 61 -19 -47 -23 3127 4435 3 MP PP 3127 4435 0 0 0.562 3080 4412 0 0 0.562 3127 4435 0 0 0.562 2 interp_poly 3080 4412 0 0 0.562 3141 4393 0 0 0.562 3080 4412 0 0 0.562 2 interp_poly -47 -24 61 -19 3080 4412 3 MP PP 3080 4412 0 0 0.562 3141 4393 0 0 0.562 3080 4412 0 0 0.562 2 interp_poly 3141 4393 0 0 0.562 3094 4369 0 0 0.562 3141 4393 0 0 0.562 2 interp_poly -47 74 61 169 3031 2425 3 MP PP 3031 2425 1 0.938 0 3092 2594 0.75 1 0.312 3031 2425 1 0.938 0 2 interp_poly 3092 2594 0.75 1 0.312 3045 2668 0.562 1 0.5 3092 2594 0.75 1 0.312 2 interp_poly -47 191 61 15 3045 2668 3 MP PP 3045 2668 0.562 1 0.5 3106 2683 0.5 1 0.562 3045 2668 0.562 1 0.5 2 interp_poly 3106 2683 0.5 1 0.562 3059 2874 0.125 1 0.938 3106 2683 0.5 1 0.562 2 interp_poly 61 15 -47 74 3092 2594 3 MP PP 3092 2594 0.75 1 0.312 3045 2668 0.562 1 0.5 3092 2594 0.75 1 0.312 2 interp_poly 3045 2668 0.562 1 0.5 3106 2683 0.5 1 0.562 3045 2668 0.562 1 0.5 2 interp_poly -47 259 61 -46 3059 2874 3 MP PP 3059 2874 0.125 1 0.938 3120 2828 0.188 1 0.875 3059 2874 0.125 1 0.938 2 interp_poly 3120 2828 0.188 1 0.875 3073 3087 0 0.688 1 3120 2828 0.188 1 0.875 2 interp_poly 61 -46 -47 191 3106 2683 3 MP PP 3106 2683 0.5 1 0.562 3059 2874 0.125 1 0.938 3106 2683 0.5 1 0.562 2 interp_poly 3059 2874 0.125 1 0.938 3120 2828 0.188 1 0.875 3059 2874 0.125 1 0.938 2 interp_poly 60 124 -46 -342 3124 2929 3 MP PP 3124 2929 0.25 1 0.812 3078 2587 0.875 1 0.188 3124 2929 0.25 1 0.812 2 interp_poly 3078 2587 0.875 1 0.188 3138 2711 0.562 1 0.5 3078 2587 0.875 1 0.188 2 interp_poly -46 -117 60 124 3078 2587 3 MP PP 3078 2587 0.875 1 0.188 3138 2711 0.562 1 0.5 3078 2587 0.875 1 0.188 2 interp_poly 3138 2711 0.562 1 0.5 3092 2594 0.75 1 0.312 3138 2711 0.562 1 0.5 2 interp_poly 61 -21 -47 -23 3123 4282 3 MP PP 3123 4282 0 0 0.562 3076 4259 0 0 0.562 3123 4282 0 0 0.562 2 interp_poly 3076 4259 0 0 0.562 3137 4238 0 0 0.562 3076 4259 0 0 0.562 2 interp_poly -47 -24 61 -21 3076 4259 3 MP PP 3076 4259 0 0 0.562 3137 4238 0 0 0.562 3076 4259 0 0 0.562 2 interp_poly 3137 4238 0 0 0.562 3090 4214 0 0 0.562 3137 4238 0 0 0.562 2 interp_poly 61 -10 -46 -29 3118 4120 3 MP PP 3118 4120 0 0 0.625 3072 4091 0 0 0.625 3118 4120 0 0 0.625 2 interp_poly 3072 4091 0 0 0.625 3133 4081 0 0 0.625 3072 4091 0 0 0.625 2 interp_poly -47 -30 61 -10 3072 4091 3 MP PP 3072 4091 0 0 0.625 3133 4081 0 0 0.625 3072 4091 0 0 0.625 2 interp_poly 3133 4081 0 0 0.625 3086 4051 0 0 0.625 3133 4081 0 0 0.625 2 interp_poly 60 32 -46 -56 3114 3994 3 MP PP 3114 3994 0 0 0.625 3068 3938 0 0 0.688 3114 3994 0 0 0.625 2 interp_poly 3068 3938 0 0 0.688 3128 3970 0 0 0.562 3068 3938 0 0 0.688 2 interp_poly -46 -72 60 32 3068 3938 3 MP PP 3068 3938 0 0 0.688 3128 3970 0 0 0.562 3068 3938 0 0 0.688 2 interp_poly 3128 3970 0 0 0.562 3082 3898 0 0 0.688 3128 3970 0 0 0.562 2 interp_poly 61 -17 -47 -22 3113 4474 3 MP PP 3113 4474 0 0 0.562 3066 4452 0 0 0.562 3113 4474 0 0 0.562 2 interp_poly 3066 4452 0 0 0.562 3127 4435 0 0 0.562 3066 4452 0 0 0.562 2 interp_poly -47 -23 61 -17 3066 4452 3 MP PP 3066 4452 0 0 0.562 3127 4435 0 0 0.562 3066 4452 0 0 0.562 2 interp_poly 3127 4435 0 0 0.562 3080 4412 0 0 0.562 3127 4435 0 0 0.562 2 interp_poly 60 35 -46 -459 3110 3353 3 MP PP 3110 3353 0 0.562 1 3064 2894 0.375 1 0.688 3110 3353 0 0.562 1 2 interp_poly 3064 2894 0.375 1 0.688 3124 2929 0.25 1 0.812 3064 2894 0.375 1 0.688 2 interp_poly -46 -342 60 35 3064 2894 3 MP PP 3064 2894 0.375 1 0.688 3124 2929 0.25 1 0.812 3064 2894 0.375 1 0.688 2 interp_poly 3124 2929 0.25 1 0.812 3078 2587 0.875 1 0.188 3124 2929 0.25 1 0.812 2 interp_poly 61 -20 -47 -23 3109 4325 3 MP PP 3109 4325 0 0 0.562 3062 4302 0 0 0.562 3109 4325 0 0 0.562 2 interp_poly 3062 4302 0 0 0.562 3123 4282 0 0 0.562 3062 4302 0 0 0.562 2 interp_poly -47 -23 61 -20 3062 4302 3 MP PP 3062 4302 0 0 0.562 3123 4282 0 0 0.562 3062 4302 0 0 0.562 2 interp_poly 3123 4282 0 0 0.562 3076 4259 0 0 0.562 3123 4282 0 0 0.562 2 interp_poly 60 -21 -46 -26 3104 4167 3 MP PP 3104 4167 0 0 0.625 3058 4141 0 0 0.625 3104 4167 0 0 0.625 2 interp_poly 3058 4141 0 0 0.625 3118 4120 0 0 0.625 3058 4141 0 0 0.625 2 interp_poly -46 -29 60 -21 3058 4141 3 MP PP 3058 4141 0 0 0.625 3118 4120 0 0 0.625 3058 4141 0 0 0.625 2 interp_poly 3118 4120 0 0 0.625 3072 4091 0 0 0.625 3118 4120 0 0 0.625 2 interp_poly 60 20 -46 -46 3100 4020 3 MP PP 3100 4020 0 0 0.625 3054 3974 0 0 0.688 3100 4020 0 0 0.625 2 interp_poly 3054 3974 0 0 0.688 3114 3994 0 0 0.625 3054 3974 0 0 0.688 2 interp_poly -46 -56 60 20 3054 3974 3 MP PP 3054 3974 0 0 0.688 3114 3994 0 0 0.625 3054 3974 0 0 0.688 2 interp_poly 3114 3994 0 0 0.625 3068 3938 0 0 0.688 3114 3994 0 0 0.625 2 interp_poly 61 -17 -47 -21 3099 4512 3 MP PP 3099 4512 0 0 0.562 3052 4491 0 0 0.562 3099 4512 0 0 0.562 2 interp_poly 3052 4491 0 0 0.562 3113 4474 0 0 0.562 3052 4491 0 0 0.562 2 interp_poly -47 -22 61 -17 3052 4491 3 MP PP 3052 4491 0 0 0.562 3113 4474 0 0 0.562 3052 4491 0 0 0.562 2 interp_poly 3113 4474 0 0 0.562 3066 4452 0 0 0.562 3113 4474 0 0 0.562 2 interp_poly 61 -24 -47 -20 3051 3457 3 MP PP 3051 3457 0 0 0.562 3004 3437 0 0 0.562 3051 3457 0 0 0.562 2 interp_poly 3004 3437 0 0 0.562 3065 3413 0 0 0.562 3004 3437 0 0 0.562 2 interp_poly -46 -18 60 3 3009 3561 3 MP PP 3009 3561 0 0 0.562 3069 3564 0 0 0.562 3009 3561 0 0 0.562 2 interp_poly 3069 3564 0 0 0.562 3023 3546 0 0 0.562 3069 3564 0 0 0.562 2 interp_poly 60 3 -46 2 3055 3559 3 MP PP 3055 3559 0 0 0.625 3009 3561 0 0 0.562 3055 3559 0 0 0.625 2 interp_poly 3009 3561 0 0 0.562 3069 3564 0 0 0.562 3009 3561 0 0 0.562 2 interp_poly -46 -21 60 -20 3023 3546 3 MP PP 3023 3546 0 0 0.562 3083 3526 0 0 0.562 3023 3546 0 0 0.562 2 interp_poly 3083 3526 0 0 0.562 3037 3505 0 0 0.562 3083 3526 0 0 0.562 2 interp_poly -47 -18 61 -16 2986 3340 3 MP PP 2986 3340 0 0 0.562 3047 3324 0 0 0.562 2986 3340 0 0 0.562 2 interp_poly 3047 3324 0 0 0.562 3000 3306 0 0 0.562 3047 3324 0 0 0.562 2 interp_poly 61 -16 -47 -19 3033 3359 3 MP PP 3033 3359 0 0 0.562 2986 3340 0 0 0.562 3033 3359 0 0 0.562 2 interp_poly 2986 3340 0 0 0.562 3047 3324 0 0 0.562 2986 3340 0 0 0.562 2 interp_poly -47 -20 61 -25 2990 3482 3 MP PP 2990 3482 0 0 0.562 3051 3457 0 0 0.562 2990 3482 0 0 0.562 2 interp_poly 3051 3457 0 0 0.562 3004 3437 0 0 0.562 3051 3457 0 0 0.562 2 interp_poly 61 -25 -47 -23 3037 3505 3 MP PP 3037 3505 0 0 0.562 2990 3482 0 0 0.562 3037 3505 0 0 0.562 2 interp_poly 2990 3482 0 0 0.562 3051 3457 0 0 0.562 2990 3482 0 0 0.562 2 interp_poly -47 -20 61 -15 3000 3306 3 MP PP 3000 3306 0 0 0.562 3061 3291 0 0 0.562 3000 3306 0 0 0.562 2 interp_poly 3061 3291 0 0 0.562 3014 3271 0 0 0.562 3061 3291 0 0 0.562 2 interp_poly 61 -15 -47 -18 3047 3324 3 MP PP 3047 3324 0 0 0.562 3000 3306 0 0 0.562 3047 3324 0 0 0.562 2 interp_poly 3000 3306 0 0 0.562 3061 3291 0 0 0.562 3000 3306 0 0 0.562 2 interp_poly -47 -18 61 -24 3004 3437 3 MP PP 3004 3437 0 0 0.562 3065 3413 0 0 0.562 3004 3437 0 0 0.562 2 interp_poly 3065 3413 0 0 0.562 3018 3395 0 0 0.562 3065 3413 0 0 0.562 2 interp_poly -46 -17 61 -19 3018 3395 3 MP PP 3018 3395 0 0 0.562 3079 3376 0 0 0.562 3018 3395 0 0 0.562 2 interp_poly 3079 3376 0 0 0.562 3033 3359 0 0 0.562 3079 3376 0 0 0.562 2 interp_poly 61 -19 -47 -18 3065 3413 3 MP PP 3065 3413 0 0 0.562 3018 3395 0 0 0.562 3065 3413 0 0 0.562 2 interp_poly 3018 3395 0 0 0.562 3079 3376 0 0 0.562 3018 3395 0 0 0.562 2 interp_poly -47 124 61 56 3027 3284 3 MP PP 3027 3284 0 0.25 1 3088 3340 0 0.125 1 3027 3284 0 0.25 1 2 interp_poly 3088 3340 0 0.125 1 3041 3464 0 0 0.875 3088 3340 0 0.125 1 2 interp_poly -46 -18 60 -30 3037 3505 3 MP PP 3037 3505 0 0 0.562 3097 3475 0 0 0.562 3037 3505 0 0 0.562 2 interp_poly 3097 3475 0 0 0.562 3051 3457 0 0 0.562 3097 3475 0 0 0.562 2 interp_poly 60 -30 -46 -21 3083 3526 3 MP PP 3083 3526 0 0 0.562 3037 3505 0 0 0.562 3083 3526 0 0 0.562 2 interp_poly 3037 3505 0 0 0.562 3097 3475 0 0 0.562 3037 3505 0 0 0.562 2 interp_poly -47 39 61 56 3041 3464 3 MP PP 3041 3464 0 0 0.875 3102 3520 0 0 0.75 3041 3464 0 0 0.875 2 interp_poly 3102 3520 0 0 0.75 3055 3559 0 0 0.625 3102 3520 0 0 0.75 2 interp_poly 61 56 -47 124 3088 3340 3 MP PP 3088 3340 0 0.125 1 3041 3464 0 0 0.875 3088 3340 0 0.125 1 2 interp_poly 3041 3464 0 0 0.875 3102 3520 0 0 0.75 3041 3464 0 0 0.875 2 interp_poly 61 -87 -47 -305 3096 3745 3 MP PP 3096 3745 0 0 0.875 3049 3440 0 0.438 1 3096 3745 0 0 0.875 2 interp_poly 3049 3440 0 0.438 1 3110 3353 0 0.562 1 3049 3440 0 0.438 1 2 interp_poly -47 -21 61 -16 2996 3179 3 MP PP 2996 3179 0 0 0.562 3057 3163 0 0 0.562 2996 3179 0 0 0.562 2 interp_poly 3057 3163 0 0 0.562 3010 3142 0 0 0.562 3057 3163 0 0 0.562 2 interp_poly 61 -16 -46 -21 3042 3200 3 MP PP 3042 3200 0 0 0.562 2996 3179 0 0 0.562 3042 3200 0 0 0.562 2 interp_poly 2996 3179 0 0 0.562 3057 3163 0 0 0.562 2996 3179 0 0 0.562 2 interp_poly 60 -16 -46 -22 3052 3029 3 MP PP 3052 3029 0 0 0.562 3006 3007 0 0 0.562 3052 3029 0 0 0.562 2 interp_poly 3006 3007 0 0 0.562 3066 2991 0 0 0.562 3006 3007 0 0 0.562 2 interp_poly -47 -21 61 -17 3010 3142 3 MP PP 3010 3142 0 0 0.562 3071 3125 0 0 0.562 3010 3142 0 0 0.562 2 interp_poly 3071 3125 0 0 0.562 3024 3104 0 0 0.562 3071 3125 0 0 0.562 2 interp_poly 61 -17 -47 -21 3057 3163 3 MP PP 3057 3163 0 0 0.562 3010 3142 0 0 0.562 3057 3163 0 0 0.562 2 interp_poly 3010 3142 0 0 0.562 3071 3125 0 0 0.562 3010 3142 0 0 0.562 2 interp_poly -46 -21 60 -16 2964 3120 3 MP PP 2964 3120 0 0 0.562 3024 3104 0 0 0.562 2964 3120 0 0 0.562 2 interp_poly 3024 3104 0 0 0.562 2978 3083 0 0 0.562 3024 3104 0 0 0.562 2 interp_poly 60 -16 -46 -22 3010 3142 3 MP PP 3010 3142 0 0 0.562 2964 3120 0 0 0.562 3010 3142 0 0 0.562 2 interp_poly 2964 3120 0 0 0.562 3024 3104 0 0 0.562 2964 3120 0 0 0.562 2 interp_poly -46 -20 60 -16 2968 3252 3 MP PP 2968 3252 0 0 0.562 3028 3236 0 0 0.562 2968 3252 0 0 0.562 2 interp_poly 3028 3236 0 0 0.562 2982 3216 0 0 0.562 3028 3236 0 0 0.562 2 interp_poly 60 -16 -46 -19 3014 3271 3 MP PP 3014 3271 0 0 0.562 2968 3252 0 0 0.562 3014 3271 0 0 0.562 2 interp_poly 2968 3252 0 0 0.562 3028 3236 0 0 0.562 2968 3252 0 0 0.562 2 interp_poly 60 -17 -46 -21 3024 3104 3 MP PP 3024 3104 0 0 0.562 2978 3083 0 0 0.562 3024 3104 0 0 0.562 2 interp_poly 2978 3083 0 0 0.562 3038 3066 0 0 0.562 2978 3083 0 0 0.562 2 interp_poly -46 -21 60 -16 2982 3216 3 MP PP 2982 3216 0 0 0.562 3042 3200 0 0 0.562 2982 3216 0 0 0.562 2 interp_poly 3042 3200 0 0 0.562 2996 3179 0 0 0.562 3042 3200 0 0 0.562 2 interp_poly 60 -16 -46 -20 3028 3236 3 MP PP 3028 3236 0 0 0.562 2982 3216 0 0 0.562 3028 3236 0 0 0.562 2 interp_poly 2982 3216 0 0 0.562 3042 3200 0 0 0.562 2982 3216 0 0 0.562 2 interp_poly -47 -20 61 -15 3014 3271 3 MP PP 3014 3271 0 0 0.562 3075 3256 0 0 0.562 3014 3271 0 0 0.562 2 interp_poly 3075 3256 0 0 0.562 3028 3236 0 0 0.562 3075 3256 0 0 0.562 2 interp_poly 61 -15 -47 -20 3061 3291 3 MP PP 3061 3291 0 0 0.562 3014 3271 0 0 0.562 3061 3291 0 0 0.562 2 interp_poly 3014 3271 0 0 0.562 3075 3256 0 0 0.562 3014 3271 0 0 0.562 2 interp_poly -46 197 60 -4 3013 3091 3 MP PP 3013 3091 0 0.688 1 3073 3087 0 0.688 1 3013 3091 0 0.688 1 2 interp_poly 3073 3087 0 0.688 1 3027 3284 0 0.25 1 3073 3087 0 0.688 1 2 interp_poly -46 -21 60 -17 2978 3083 3 MP PP 2978 3083 0 0 0.562 3038 3066 0 0 0.562 2978 3083 0 0 0.562 2 interp_poly 3038 3066 0 0 0.562 2992 3045 0 0 0.562 3038 3066 0 0 0.562 2 interp_poly -46 -22 60 -16 2992 3045 3 MP PP 2992 3045 0 0 0.562 3052 3029 0 0 0.562 2992 3045 0 0 0.562 2 interp_poly 3052 3029 0 0 0.562 3006 3007 0 0 0.562 3052 3029 0 0 0.562 2 interp_poly 60 -16 -46 -21 3038 3066 3 MP PP 3038 3066 0 0 0.562 2992 3045 0 0 0.562 3038 3066 0 0 0.562 2 interp_poly 2992 3045 0 0 0.562 3052 3029 0 0 0.562 2992 3045 0 0 0.562 2 interp_poly 60 -4 -46 217 3059 2874 3 MP PP 3059 2874 0.125 1 0.938 3013 3091 0 0.688 1 3059 2874 0.125 1 0.938 2 interp_poly 3013 3091 0 0.688 1 3073 3087 0 0.688 1 3013 3091 0 0.688 1 2 interp_poly 61 56 -46 197 3073 3087 3 MP PP 3073 3087 0 0.688 1 3027 3284 0 0.25 1 3073 3087 0 0.688 1 2 interp_poly 3027 3284 0 0.25 1 3088 3340 0 0.125 1 3027 3284 0 0.25 1 2 interp_poly -46 -459 61 -87 3049 3440 3 MP PP 3049 3440 0 0.438 1 3110 3353 0 0.562 1 3049 3440 0 0.438 1 2 interp_poly 3110 3353 0 0.562 1 3064 2894 0.375 1 0.688 3110 3353 0 0.562 1 2 interp_poly 61 -20 -46 -24 3094 4369 3 MP PP 3094 4369 0 0 0.562 3048 4345 0 0 0.562 3094 4369 0 0 0.562 2 interp_poly 3048 4345 0 0 0.562 3109 4325 0 0 0.562 3048 4345 0 0 0.562 2 interp_poly -47 -23 61 -20 3048 4345 3 MP PP 3048 4345 0 0 0.562 3109 4325 0 0 0.562 3048 4345 0 0 0.562 2 interp_poly 3109 4325 0 0 0.562 3062 4302 0 0 0.562 3109 4325 0 0 0.562 2 interp_poly 60 -24 -46 -23 3090 4214 3 MP PP 3090 4214 0 0 0.562 3044 4191 0 0 0.562 3090 4214 0 0 0.562 2 interp_poly 3044 4191 0 0 0.562 3104 4167 0 0 0.625 3044 4191 0 0 0.562 2 interp_poly -46 -26 60 -24 3044 4191 3 MP PP 3044 4191 0 0 0.562 3104 4167 0 0 0.625 3044 4191 0 0 0.562 2 interp_poly 3104 4167 0 0 0.625 3058 4141 0 0 0.625 3104 4167 0 0 0.625 2 interp_poly 60 6 -46 -37 3086 4051 3 MP PP 3086 4051 0 0 0.625 3040 4014 0 0 0.688 3086 4051 0 0 0.625 2 interp_poly 3040 4014 0 0 0.688 3100 4020 0 0 0.625 3040 4014 0 0 0.688 2 interp_poly -46 -46 60 6 3040 4014 3 MP PP 3040 4014 0 0 0.688 3100 4020 0 0 0.625 3040 4014 0 0 0.688 2 interp_poly 3100 4020 0 0 0.625 3054 3974 0 0 0.688 3100 4020 0 0 0.625 2 interp_poly 61 -16 -47 -22 3085 4550 3 MP PP 3085 4550 0 0 0.562 3038 4528 0 0 0.562 3085 4550 0 0 0.562 2 interp_poly 3038 4528 0 0 0.562 3099 4512 0 0 0.562 3038 4528 0 0 0.562 2 interp_poly -47 -21 61 -16 3038 4528 3 MP PP 3038 4528 0 0 0.562 3099 4512 0 0 0.562 3038 4528 0 0 0.562 2 interp_poly 3099 4512 0 0 0.562 3052 4491 0 0 0.562 3099 4512 0 0 0.562 2 interp_poly 61 -2 -47 -151 3082 3898 3 MP PP 3082 3898 0 0 0.688 3035 3747 0 0 0.938 3082 3898 0 0 0.688 2 interp_poly 3035 3747 0 0 0.938 3096 3745 0 0 0.875 3035 3747 0 0 0.938 2 interp_poly -47 -23 61 -2 2962 3548 3 MP PP 2962 3548 0 0 0.562 3023 3546 0 0 0.562 2962 3548 0 0 0.562 2 interp_poly 3023 3546 0 0 0.562 2976 3523 0 0 0.562 3023 3546 0 0 0.562 2 interp_poly 61 -2 -47 -13 3009 3561 3 MP PP 3009 3561 0 0 0.562 2962 3548 0 0 0.562 3009 3561 0 0 0.562 2 interp_poly 2962 3548 0 0 0.562 3023 3546 0 0 0.562 2962 3548 0 0 0.562 2 interp_poly 61 -18 -47 -23 3023 3546 3 MP PP 3023 3546 0 0 0.562 2976 3523 0 0 0.562 3023 3546 0 0 0.562 2 interp_poly 2976 3523 0 0 0.562 3037 3505 0 0 0.562 2976 3523 0 0 0.562 2 interp_poly -46 2 61 40 2994 3519 3 MP PP 2994 3519 0 0 0.75 3055 3559 0 0 0.625 2994 3519 0 0 0.75 2 interp_poly 3055 3559 0 0 0.625 3009 3561 0 0 0.562 3055 3559 0 0 0.625 2 interp_poly -47 -23 61 -18 2976 3523 3 MP PP 2976 3523 0 0 0.562 3037 3505 0 0 0.562 2976 3523 0 0 0.562 2 interp_poly 3037 3505 0 0 0.562 2990 3482 0 0 0.562 3037 3505 0 0 0.562 2 interp_poly 61 40 -47 55 3041 3464 3 MP PP 3041 3464 0 0 0.875 2994 3519 0 0 0.75 3041 3464 0 0 0.875 2 interp_poly 2994 3519 0 0 0.75 3055 3559 0 0 0.625 2994 3519 0 0 0.75 2 interp_poly -47 -305 61 -2 3035 3747 3 MP PP 3035 3747 0 0 0.938 3096 3745 0 0 0.875 3035 3747 0 0 0.938 2 interp_poly 3096 3745 0 0 0.875 3049 3440 0 0.438 1 3096 3745 0 0 0.875 2 interp_poly 60 -20 -46 -23 3080 4412 3 MP PP 3080 4412 0 0 0.562 3034 4389 0 0 0.562 3080 4412 0 0 0.562 2 interp_poly 3034 4389 0 0 0.562 3094 4369 0 0 0.562 3034 4389 0 0 0.562 2 interp_poly -46 -24 60 -20 3034 4389 3 MP PP 3034 4389 0 0 0.562 3094 4369 0 0 0.562 3034 4389 0 0 0.562 2 interp_poly 3094 4369 0 0 0.562 3048 4345 0 0 0.562 3094 4369 0 0 0.562 2 interp_poly 61 169 -47 -162 3078 2587 3 MP PP 3078 2587 0.875 1 0.188 3031 2425 1 0.938 0 3078 2587 0.875 1 0.188 2 interp_poly 3031 2425 1 0.938 0 3092 2594 0.75 1 0.312 3031 2425 1 0.938 0 2 interp_poly 60 -23 -46 -22 3076 4259 3 MP PP 3076 4259 0 0 0.562 3030 4237 0 0 0.562 3076 4259 0 0 0.562 2 interp_poly 3030 4237 0 0 0.562 3090 4214 0 0 0.562 3030 4237 0 0 0.562 2 interp_poly -46 -23 60 -23 3030 4237 3 MP PP 3030 4237 0 0 0.562 3090 4214 0 0 0.562 3030 4237 0 0 0.562 2 interp_poly 3090 4214 0 0 0.562 3044 4191 0 0 0.562 3090 4214 0 0 0.562 2 interp_poly 61 -8 -47 -32 3072 4091 3 MP PP 3072 4091 0 0 0.625 3025 4059 0 0 0.625 3072 4091 0 0 0.625 2 interp_poly 3025 4059 0 0 0.625 3086 4051 0 0 0.625 3025 4059 0 0 0.625 2 interp_poly -46 -37 61 -8 3025 4059 3 MP PP 3025 4059 0 0 0.625 3086 4051 0 0 0.625 3025 4059 0 0 0.625 2 interp_poly 3086 4051 0 0 0.625 3040 4014 0 0 0.688 3086 4051 0 0 0.625 2 interp_poly 61 54 -47 -94 3068 3938 3 MP PP 3068 3938 0 0 0.688 3021 3844 0 0 0.812 3068 3938 0 0 0.688 2 interp_poly 3021 3844 0 0 0.812 3082 3898 0 0 0.688 3021 3844 0 0 0.812 2 interp_poly -47 -151 61 54 3021 3844 3 MP PP 3021 3844 0 0 0.812 3082 3898 0 0 0.688 3021 3844 0 0 0.812 2 interp_poly 3082 3898 0 0 0.688 3035 3747 0 0 0.938 3082 3898 0 0 0.688 2 interp_poly 60 -19 -46 -21 3066 4452 3 MP PP 3066 4452 0 0 0.562 3020 4431 0 0 0.562 3066 4452 0 0 0.562 2 interp_poly 3020 4431 0 0 0.562 3080 4412 0 0 0.562 3020 4431 0 0 0.562 2 interp_poly -46 -23 60 -19 3020 4431 3 MP PP 3020 4431 0 0 0.562 3080 4412 0 0 0.562 3020 4431 0 0 0.562 2 interp_poly 3080 4412 0 0 0.562 3034 4389 0 0 0.562 3080 4412 0 0 0.562 2 interp_poly -46 119 60 312 2971 2113 3 MP PP 2971 2113 1 0.375 0 3031 2425 1 0.938 0 2971 2113 1 0.375 0 2 interp_poly 3031 2425 1 0.938 0 2985 2544 0.875 1 0.188 3031 2425 1 0.938 0 2 interp_poly 60 312 -46 -260 3017 2373 3 MP PP 3017 2373 1 0.812 0 2971 2113 1 0.375 0 3017 2373 1 0.812 0 2 interp_poly 2971 2113 1 0.375 0 3031 2425 1 0.938 0 2971 2113 1 0.375 0 2 interp_poly -46 209 60 124 2985 2544 3 MP PP 2985 2544 0.875 1 0.188 3045 2668 0.562 1 0.5 2985 2544 0.875 1 0.188 2 interp_poly 3045 2668 0.562 1 0.5 2999 2877 0.188 1 0.875 3045 2668 0.562 1 0.5 2 interp_poly 60 124 -46 119 3031 2425 3 MP PP 3031 2425 1 0.938 0 2985 2544 0.875 1 0.188 3031 2425 1 0.938 0 2 interp_poly 2985 2544 0.875 1 0.188 3045 2668 0.562 1 0.5 2985 2544 0.875 1 0.188 2 interp_poly 60 -3 -46 209 3045 2668 3 MP PP 3045 2668 0.562 1 0.5 2999 2877 0.188 1 0.875 3045 2668 0.562 1 0.5 2 interp_poly 2999 2877 0.188 1 0.875 3059 2874 0.125 1 0.938 2999 2877 0.188 1 0.875 2 interp_poly -47 -162 61 214 3017 2373 3 MP PP 3017 2373 1 0.812 0 3078 2587 0.875 1 0.188 3017 2373 1 0.812 0 2 interp_poly 3078 2587 0.875 1 0.188 3031 2425 1 0.938 0 3078 2587 0.875 1 0.188 2 interp_poly 61 214 -47 -521 3064 2894 3 MP PP 3064 2894 0.375 1 0.688 3017 2373 1 0.812 0 3064 2894 0.375 1 0.688 2 interp_poly 3017 2373 1 0.812 0 3078 2587 0.875 1 0.188 3017 2373 1 0.812 0 2 interp_poly 60 -20 -46 -23 3062 4302 3 MP PP 3062 4302 0 0 0.562 3016 4279 0 0 0.562 3062 4302 0 0 0.562 2 interp_poly 3016 4279 0 0 0.562 3076 4259 0 0 0.562 3016 4279 0 0 0.562 2 interp_poly -46 -22 60 -20 3016 4279 3 MP PP 3016 4279 0 0 0.562 3076 4259 0 0 0.562 3016 4279 0 0 0.562 2 interp_poly 3076 4259 0 0 0.562 3030 4237 0 0 0.562 3076 4259 0 0 0.562 2 interp_poly 61 -22 -47 -28 3058 4141 3 MP PP 3058 4141 0 0 0.625 3011 4113 0 0 0.625 3058 4141 0 0 0.625 2 interp_poly 3011 4113 0 0 0.625 3072 4091 0 0 0.625 3011 4113 0 0 0.625 2 interp_poly -47 -32 61 -22 3011 4113 3 MP PP 3011 4113 0 0 0.625 3072 4091 0 0 0.625 3011 4113 0 0 0.625 2 interp_poly 3072 4091 0 0 0.625 3025 4059 0 0 0.625 3072 4091 0 0 0.625 2 interp_poly 61 32 -47 -68 3054 3974 3 MP PP 3054 3974 0 0 0.688 3007 3906 0 0 0.75 3054 3974 0 0 0.688 2 interp_poly 3007 3906 0 0 0.75 3068 3938 0 0 0.688 3007 3906 0 0 0.75 2 interp_poly -47 -94 61 32 3007 3906 3 MP PP 3007 3906 0 0 0.75 3068 3938 0 0 0.688 3007 3906 0 0 0.75 2 interp_poly 3068 3938 0 0 0.688 3021 3844 0 0 0.812 3068 3938 0 0 0.688 2 interp_poly 60 -17 -46 -22 3052 4491 3 MP PP 3052 4491 0 0 0.562 3006 4469 0 0 0.562 3052 4491 0 0 0.562 2 interp_poly 3006 4469 0 0 0.562 3066 4452 0 0 0.562 3006 4469 0 0 0.562 2 interp_poly -46 -21 60 -17 3006 4469 3 MP PP 3006 4469 0 0 0.562 3066 4452 0 0 0.562 3006 4469 0 0 0.562 2 interp_poly 3066 4452 0 0 0.562 3020 4431 0 0 0.562 3066 4452 0 0 0.562 2 interp_poly -46 217 60 -3 2999 2877 3 MP PP 2999 2877 0.188 1 0.875 3059 2874 0.125 1 0.938 2999 2877 0.188 1 0.875 2 interp_poly 3059 2874 0.125 1 0.938 3013 3091 0 0.688 1 3059 2874 0.125 1 0.938 2 interp_poly 61 1 -46 -547 3049 3440 3 MP PP 3049 3440 0 0.438 1 3003 2893 0.375 1 0.688 3049 3440 0 0.438 1 2 interp_poly 3003 2893 0.375 1 0.688 3064 2894 0.375 1 0.688 3003 2893 0.375 1 0.688 2 interp_poly -47 -521 61 1 3003 2893 3 MP PP 3003 2893 0.375 1 0.688 3064 2894 0.375 1 0.688 3003 2893 0.375 1 0.688 2 interp_poly 3064 2894 0.375 1 0.688 3017 2373 1 0.812 0 3064 2894 0.375 1 0.688 2 interp_poly 61 -19 -47 -24 3048 4345 3 MP PP 3048 4345 0 0 0.562 3001 4321 0 0 0.562 3048 4345 0 0 0.562 2 interp_poly 3001 4321 0 0 0.562 3062 4302 0 0 0.562 3001 4321 0 0 0.562 2 interp_poly -46 -23 61 -19 3001 4321 3 MP PP 3001 4321 0 0 0.562 3062 4302 0 0 0.562 3001 4321 0 0 0.562 2 interp_poly 3062 4302 0 0 0.562 3016 4279 0 0 0.562 3062 4302 0 0 0.562 2 interp_poly 61 -26 -47 -24 3044 4191 3 MP PP 3044 4191 0 0 0.562 2997 4167 0 0 0.562 3044 4191 0 0 0.562 2 interp_poly 2997 4167 0 0 0.562 3058 4141 0 0 0.625 2997 4167 0 0 0.562 2 interp_poly -47 -28 61 -26 2997 4167 3 MP PP 2997 4167 0 0 0.562 3058 4141 0 0 0.625 2997 4167 0 0 0.562 2 interp_poly 3058 4141 0 0 0.625 3011 4113 0 0 0.625 3058 4141 0 0 0.625 2 interp_poly 61 9 -47 -49 3040 4014 3 MP PP 3040 4014 0 0 0.688 2993 3965 0 0 0.688 3040 4014 0 0 0.688 2 interp_poly 2993 3965 0 0 0.688 3054 3974 0 0 0.688 2993 3965 0 0 0.688 2 interp_poly -47 -68 61 9 2993 3965 3 MP PP 2993 3965 0 0 0.688 3054 3974 0 0 0.688 2993 3965 0 0 0.688 2 interp_poly 3054 3974 0 0 0.688 3007 3906 0 0 0.75 3054 3974 0 0 0.688 2 interp_poly 60 -16 -46 -21 3038 4528 3 MP PP 3038 4528 0 0 0.562 2992 4507 0 0 0.562 3038 4528 0 0 0.562 2 interp_poly 2992 4507 0 0 0.562 3052 4491 0 0 0.562 2992 4507 0 0 0.562 2 interp_poly -46 -22 60 -16 2992 4507 3 MP PP 2992 4507 0 0 0.562 3052 4491 0 0 0.562 2992 4507 0 0 0.562 2 interp_poly 3052 4491 0 0 0.562 3006 4469 0 0 0.562 3052 4491 0 0 0.562 2 interp_poly -46 -21 60 -22 2944 3459 3 MP PP 2944 3459 0 0 0.562 3004 3437 0 0 0.562 2944 3459 0 0 0.562 2 interp_poly 3004 3437 0 0 0.562 2958 3416 0 0 0.562 3004 3437 0 0 0.562 2 interp_poly 60 -22 -46 -23 2990 3482 3 MP PP 2990 3482 0 0 0.562 2944 3459 0 0 0.562 2990 3482 0 0 0.562 2 interp_poly 2944 3459 0 0 0.562 3004 3437 0 0 0.562 2944 3459 0 0 0.562 2 interp_poly 60 -6 -46 -19 2962 3548 3 MP PP 2962 3548 0 0 0.562 2916 3529 0 0 0.562 2962 3548 0 0 0.562 2 interp_poly 2916 3529 0 0 0.562 2976 3523 0 0 0.562 2916 3529 0 0 0.562 2 interp_poly -47 -13 61 24 2948 3537 3 MP PP 2948 3537 0 0 0.625 3009 3561 0 0 0.562 2948 3537 0 0 0.625 2 interp_poly 3009 3561 0 0 0.562 2962 3548 0 0 0.562 3009 3561 0 0 0.562 2 interp_poly 61 24 -46 18 2994 3519 3 MP PP 2994 3519 0 0 0.75 2948 3537 0 0 0.625 2994 3519 0 0 0.75 2 interp_poly 2948 3537 0 0 0.625 3009 3561 0 0 0.562 2948 3537 0 0 0.625 2 interp_poly -46 -23 60 -17 2930 3499 3 MP PP 2930 3499 0 0 0.562 2990 3482 0 0 0.562 2930 3499 0 0 0.562 2 interp_poly 2990 3482 0 0 0.562 2944 3459 0 0 0.562 2990 3482 0 0 0.562 2 interp_poly 60 -17 -46 -24 2976 3523 3 MP PP 2976 3523 0 0 0.562 2930 3499 0 0 0.562 2976 3523 0 0 0.562 2 interp_poly 2930 3499 0 0 0.562 2990 3482 0 0 0.562 2930 3499 0 0 0.562 2 interp_poly 60 -21 -46 -21 3004 3437 3 MP PP 3004 3437 0 0 0.562 2958 3416 0 0 0.562 3004 3437 0 0 0.562 2 interp_poly 2958 3416 0 0 0.562 3018 3395 0 0 0.562 2958 3416 0 0 0.562 2 interp_poly -47 55 61 55 2980 3409 3 MP PP 2980 3409 0 0 1 3041 3464 0 0 0.875 2980 3409 0 0 1 2 interp_poly 3041 3464 0 0 0.875 2994 3519 0 0 0.75 3041 3464 0 0 0.875 2 interp_poly -46 -18 60 -21 2958 3416 3 MP PP 2958 3416 0 0 0.562 3018 3395 0 0 0.562 2958 3416 0 0 0.562 2 interp_poly 3018 3395 0 0 0.562 2972 3377 0 0 0.562 3018 3395 0 0 0.562 2 interp_poly -47 -19 61 -18 2972 3377 3 MP PP 2972 3377 0 0 0.562 3033 3359 0 0 0.562 2972 3377 0 0 0.562 2 interp_poly 3033 3359 0 0 0.562 2986 3340 0 0 0.562 3033 3359 0 0 0.562 2 interp_poly 61 -18 -46 -18 3018 3395 3 MP PP 3018 3395 0 0 0.562 2972 3377 0 0 0.562 3018 3395 0 0 0.562 2 interp_poly 2972 3377 0 0 0.562 3033 3359 0 0 0.562 2972 3377 0 0 0.562 2 interp_poly 61 55 -47 125 3027 3284 3 MP PP 3027 3284 0 0.25 1 2980 3409 0 0 1 3027 3284 0 0.25 1 2 interp_poly 2980 3409 0 0 1 3041 3464 0 0 0.875 2980 3409 0 0 1 2 interp_poly 60 -2 -46 -305 3035 3747 3 MP PP 3035 3747 0 0 0.938 2989 3442 0 0.438 1 3035 3747 0 0 0.938 2 interp_poly 2989 3442 0 0.438 1 3049 3440 0 0.438 1 2989 3442 0 0.438 1 2 interp_poly -47 -21 61 -16 2935 3195 3 MP PP 2935 3195 0 0 0.562 2996 3179 0 0 0.562 2935 3195 0 0 0.562 2 interp_poly 2996 3179 0 0 0.562 2949 3158 0 0 0.562 2996 3179 0 0 0.562 2 interp_poly 61 -16 -47 -21 2982 3216 3 MP PP 2982 3216 0 0 0.562 2935 3195 0 0 0.562 2982 3216 0 0 0.562 2 interp_poly 2935 3195 0 0 0.562 2996 3179 0 0 0.562 2935 3195 0 0 0.562 2 interp_poly -46 -19 60 -16 2940 3322 3 MP PP 2940 3322 0 0 0.562 3000 3306 0 0 0.562 2940 3322 0 0 0.562 2 interp_poly 3000 3306 0 0 0.562 2954 3287 0 0 0.562 3000 3306 0 0 0.562 2 interp_poly 60 -16 -46 -18 2986 3340 3 MP PP 2986 3340 0 0 0.562 2940 3322 0 0 0.562 2986 3340 0 0 0.562 2 interp_poly 2940 3322 0 0 0.562 3000 3306 0 0 0.562 2940 3322 0 0 0.562 2 interp_poly 61 -17 -47 -21 2992 3045 3 MP PP 2992 3045 0 0 0.562 2945 3024 0 0 0.562 2992 3045 0 0 0.562 2 interp_poly 2945 3024 0 0 0.562 3006 3007 0 0 0.562 2945 3024 0 0 0.562 2 interp_poly -46 -22 61 -16 2949 3158 3 MP PP 2949 3158 0 0 0.562 3010 3142 0 0 0.562 2949 3158 0 0 0.562 2 interp_poly 3010 3142 0 0 0.562 2964 3120 0 0 0.562 3010 3142 0 0 0.562 2 interp_poly 61 -16 -47 -21 2996 3179 3 MP PP 2996 3179 0 0 0.562 2949 3158 0 0 0.562 2996 3179 0 0 0.562 2 interp_poly 2949 3158 0 0 0.562 3010 3142 0 0 0.562 2949 3158 0 0 0.562 2 interp_poly -47 -21 61 -17 2903 3137 3 MP PP 2903 3137 0 0 0.562 2964 3120 0 0 0.562 2903 3137 0 0 0.562 2 interp_poly 2964 3120 0 0 0.562 2917 3099 0 0 0.562 2964 3120 0 0 0.562 2 interp_poly 61 -17 -46 -21 2949 3158 3 MP PP 2949 3158 0 0 0.562 2903 3137 0 0 0.562 2949 3158 0 0 0.562 2 interp_poly 2903 3137 0 0 0.562 2964 3120 0 0 0.562 2903 3137 0 0 0.562 2 interp_poly -47 -20 61 -15 2907 3267 3 MP PP 2907 3267 0 0 0.562 2968 3252 0 0 0.562 2907 3267 0 0 0.562 2 interp_poly 2968 3252 0 0 0.562 2921 3232 0 0 0.562 2968 3252 0 0 0.562 2 interp_poly 61 -15 -47 -20 2954 3287 3 MP PP 2954 3287 0 0 0.562 2907 3267 0 0 0.562 2954 3287 0 0 0.562 2 interp_poly 2907 3267 0 0 0.562 2968 3252 0 0 0.562 2907 3267 0 0 0.562 2 interp_poly 61 -16 -47 -21 2964 3120 3 MP PP 2964 3120 0 0 0.562 2917 3099 0 0 0.562 2964 3120 0 0 0.562 2 interp_poly 2917 3099 0 0 0.562 2978 3083 0 0 0.562 2917 3099 0 0 0.562 2 interp_poly -47 -21 61 -16 2921 3232 3 MP PP 2921 3232 0 0 0.562 2982 3216 0 0 0.562 2921 3232 0 0 0.562 2 interp_poly 2982 3216 0 0 0.562 2935 3195 0 0 0.562 2982 3216 0 0 0.562 2 interp_poly 61 -16 -47 -20 2968 3252 3 MP PP 2968 3252 0 0 0.562 2921 3232 0 0 0.562 2968 3252 0 0 0.562 2 interp_poly 2921 3232 0 0 0.562 2982 3216 0 0 0.562 2921 3232 0 0 0.562 2 interp_poly -46 -19 60 -16 2954 3287 3 MP PP 2954 3287 0 0 0.562 3014 3271 0 0 0.562 2954 3287 0 0 0.562 2 interp_poly 3014 3271 0 0 0.562 2968 3252 0 0 0.562 3014 3271 0 0 0.562 2 interp_poly -47 179 61 -19 2952 3110 3 MP PP 2952 3110 0 0.688 1 3013 3091 0 0.688 1 2952 3110 0 0.688 1 2 interp_poly 3013 3091 0 0.688 1 2966 3270 0 0.312 1 3013 3091 0 0.688 1 2 interp_poly -47 -22 61 -16 2917 3099 3 MP PP 2917 3099 0 0 0.562 2978 3083 0 0 0.562 2917 3099 0 0 0.562 2 interp_poly 2978 3083 0 0 0.562 2931 3061 0 0 0.562 2978 3083 0 0 0.562 2 interp_poly -47 -21 61 -16 2931 3061 3 MP PP 2931 3061 0 0 0.562 2992 3045 0 0 0.562 2931 3061 0 0 0.562 2 interp_poly 2992 3045 0 0 0.562 2945 3024 0 0 0.562 2992 3045 0 0 0.562 2 interp_poly 61 -16 -47 -22 2978 3083 3 MP PP 2978 3083 0 0 0.562 2931 3061 0 0 0.562 2978 3083 0 0 0.562 2 interp_poly 2931 3061 0 0 0.562 2992 3045 0 0 0.562 2931 3061 0 0 0.562 2 interp_poly 61 -19 -47 233 2999 2877 3 MP PP 2999 2877 0.188 1 0.875 2952 3110 0 0.688 1 2999 2877 0.188 1 0.875 2 interp_poly 2952 3110 0 0.688 1 3013 3091 0 0.688 1 2952 3110 0 0.688 1 2 interp_poly 60 -16 -46 -19 3000 3306 3 MP PP 3000 3306 0 0 0.562 2954 3287 0 0 0.562 3000 3306 0 0 0.562 2 interp_poly 2954 3287 0 0 0.562 3014 3271 0 0 0.562 2954 3287 0 0 0.562 2 interp_poly -46 -18 61 -18 2925 3358 3 MP PP 2925 3358 0 0 0.562 2986 3340 0 0 0.562 2925 3358 0 0 0.562 2 interp_poly 2986 3340 0 0 0.562 2940 3322 0 0 0.562 2986 3340 0 0 0.562 2 interp_poly 61 -18 -47 -19 2972 3377 3 MP PP 2972 3377 0 0 0.562 2925 3358 0 0 0.562 2972 3377 0 0 0.562 2 interp_poly 2925 3358 0 0 0.562 2986 3340 0 0 0.562 2925 3358 0 0 0.562 2 interp_poly -47 125 61 14 2966 3270 3 MP PP 2966 3270 0 0.312 1 3027 3284 0 0.25 1 2966 3270 0 0.312 1 2 interp_poly 3027 3284 0 0.25 1 2980 3409 0 0 1 3027 3284 0 0.25 1 2 interp_poly 61 14 -47 179 3013 3091 3 MP PP 3013 3091 0 0.688 1 2966 3270 0 0.312 1 3013 3091 0 0.688 1 2 interp_poly 2966 3270 0 0.312 1 3027 3284 0 0.25 1 2966 3270 0 0.312 1 2 interp_poly -46 -547 60 -2 2989 3442 3 MP PP 2989 3442 0 0.438 1 3049 3440 0 0.438 1 2989 3442 0 0.438 1 2 interp_poly 3049 3440 0 0.438 1 3003 2893 0.375 1 0.688 3049 3440 0 0.438 1 2 interp_poly 61 -20 -47 -24 3034 4389 3 MP PP 3034 4389 0 0 0.562 2987 4365 0 0 0.562 3034 4389 0 0 0.562 2 interp_poly 2987 4365 0 0 0.562 3048 4345 0 0 0.562 2987 4365 0 0 0.562 2 interp_poly -47 -24 61 -20 2987 4365 3 MP PP 2987 4365 0 0 0.562 3048 4345 0 0 0.562 2987 4365 0 0 0.562 2 interp_poly 3048 4345 0 0 0.562 3001 4321 0 0 0.562 3048 4345 0 0 0.562 2 interp_poly 61 -24 -47 -22 3030 4237 3 MP PP 3030 4237 0 0 0.562 2983 4215 0 0 0.562 3030 4237 0 0 0.562 2 interp_poly 2983 4215 0 0 0.562 3044 4191 0 0 0.562 2983 4215 0 0 0.562 2 interp_poly -47 -24 61 -24 2983 4215 3 MP PP 2983 4215 0 0 0.562 3044 4191 0 0 0.562 2983 4215 0 0 0.562 2 interp_poly 3044 4191 0 0 0.562 2997 4167 0 0 0.562 3044 4191 0 0 0.562 2 interp_poly 61 -6 -46 -39 3025 4059 3 MP PP 3025 4059 0 0 0.625 2979 4020 0 0 0.688 3025 4059 0 0 0.625 2 interp_poly 2979 4020 0 0 0.688 3040 4014 0 0 0.688 2979 4020 0 0 0.688 2 interp_poly -47 -49 61 -6 2979 4020 3 MP PP 2979 4020 0 0 0.688 3040 4014 0 0 0.688 2979 4020 0 0 0.688 2 interp_poly 3040 4014 0 0 0.688 2993 3965 0 0 0.688 3040 4014 0 0 0.688 2 interp_poly 60 71 -46 -168 3021 3844 3 MP PP 3021 3844 0 0 0.812 2975 3676 0 0.0625 1 3021 3844 0 0 0.812 2 interp_poly 2975 3676 0 0.0625 1 3035 3747 0 0 0.938 2975 3676 0 0.0625 1 2 interp_poly 61 -16 -47 -24 2930 3499 3 MP PP 2930 3499 0 0 0.562 2883 3475 0 0 0.562 2930 3499 0 0 0.562 2 interp_poly 2883 3475 0 0 0.562 2944 3459 0 0 0.562 2883 3475 0 0 0.562 2 interp_poly -46 -24 60 -6 2916 3529 3 MP PP 2916 3529 0 0 0.562 2976 3523 0 0 0.562 2916 3529 0 0 0.562 2 interp_poly 2976 3523 0 0 0.562 2930 3499 0 0 0.562 2976 3523 0 0 0.562 2 interp_poly -46 18 60 40 2934 3479 3 MP PP 2934 3479 0 0 0.812 2994 3519 0 0 0.75 2934 3479 0 0 0.812 2 interp_poly 2994 3519 0 0 0.75 2948 3537 0 0 0.625 2994 3519 0 0 0.75 2 interp_poly 60 40 -46 70 2980 3409 3 MP PP 2980 3409 0 0 1 2934 3479 0 0 0.812 2980 3409 0 0 1 2 interp_poly 2934 3479 0 0 0.812 2994 3519 0 0 0.75 2934 3479 0 0 0.812 2 interp_poly -46 -305 60 71 2975 3676 3 MP PP 2975 3676 0 0.0625 1 3035 3747 0 0 0.938 2975 3676 0 0.0625 1 2 interp_poly 3035 3747 0 0 0.938 2989 3442 0 0.438 1 3035 3747 0 0 0.938 2 interp_poly 61 -19 -47 -23 3020 4431 3 MP PP 3020 4431 0 0 0.562 2973 4408 0 0 0.562 3020 4431 0 0 0.562 2 interp_poly 2973 4408 0 0 0.562 3034 4389 0 0 0.562 2973 4408 0 0 0.562 2 interp_poly -47 -24 61 -19 2973 4408 3 MP PP 2973 4408 0 0 0.562 3034 4389 0 0 0.562 2973 4408 0 0 0.562 2 interp_poly 3034 4389 0 0 0.562 2987 4365 0 0 0.562 3034 4389 0 0 0.562 2 interp_poly 61 -20 -47 -22 3016 4279 3 MP PP 3016 4279 0 0 0.562 2969 4257 0 0 0.562 3016 4279 0 0 0.562 2 interp_poly 2969 4257 0 0 0.562 3030 4237 0 0 0.562 2969 4257 0 0 0.562 2 interp_poly -47 -22 61 -20 2969 4257 3 MP PP 2969 4257 0 0 0.562 3030 4237 0 0 0.562 2969 4257 0 0 0.562 2 interp_poly 3030 4237 0 0 0.562 2983 4215 0 0 0.562 3030 4237 0 0 0.562 2 interp_poly 60 -21 -46 -33 3011 4113 3 MP PP 3011 4113 0 0 0.625 2965 4080 0 0 0.625 3011 4113 0 0 0.625 2 interp_poly 2965 4080 0 0 0.625 3025 4059 0 0 0.625 2965 4080 0 0 0.625 2 interp_poly -46 -39 60 -21 2965 4080 3 MP PP 2965 4080 0 0 0.625 3025 4059 0 0 0.625 2965 4080 0 0 0.625 2 interp_poly 3025 4059 0 0 0.625 2979 4020 0 0 0.688 3025 4059 0 0 0.625 2 interp_poly 60 45 -46 -107 3007 3906 3 MP PP 3007 3906 0 0 0.75 2961 3799 0 0 0.938 3007 3906 0 0 0.75 2 interp_poly 2961 3799 0 0 0.938 3021 3844 0 0 0.812 2961 3799 0 0 0.938 2 interp_poly -46 -168 60 45 2961 3799 3 MP PP 2961 3799 0 0 0.938 3021 3844 0 0 0.812 2961 3799 0 0 0.938 2 interp_poly 3021 3844 0 0 0.812 2975 3676 0 0.0625 1 3021 3844 0 0 0.812 2 interp_poly 61 -17 -47 -21 3006 4469 3 MP PP 3006 4469 0 0 0.562 2959 4448 0 0 0.562 3006 4469 0 0 0.562 2 interp_poly 2959 4448 0 0 0.562 3020 4431 0 0 0.562 2959 4448 0 0 0.562 2 interp_poly -47 -23 61 -17 2959 4448 3 MP PP 2959 4448 0 0 0.562 3020 4431 0 0 0.562 2959 4448 0 0 0.562 2 interp_poly 3020 4431 0 0 0.562 2973 4408 0 0 0.562 3020 4431 0 0 0.562 2 interp_poly -47 300 61 213 2924 2331 3 MP PP 2924 2331 1 0.812 0 2985 2544 0.875 1 0.188 2924 2331 1 0.812 0 2 interp_poly 2985 2544 0.875 1 0.188 2938 2844 0.25 1 0.812 2985 2544 0.875 1 0.188 2 interp_poly 61 213 -47 218 2971 2113 3 MP PP 2971 2113 1 0.375 0 2924 2331 1 0.812 0 2971 2113 1 0.375 0 2 interp_poly 2924 2331 1 0.812 0 2985 2544 0.875 1 0.188 2924 2331 1 0.812 0 2 interp_poly 61 33 -47 300 2985 2544 3 MP PP 2985 2544 0.875 1 0.188 2938 2844 0.25 1 0.812 2985 2544 0.875 1 0.188 2 interp_poly 2938 2844 0.25 1 0.812 2999 2877 0.188 1 0.875 2938 2844 0.25 1 0.812 2 interp_poly 61 174 -47 -694 3003 2893 3 MP PP 3003 2893 0.375 1 0.688 2956 2199 1 0.438 0 3003 2893 0.375 1 0.688 2 interp_poly 2956 2199 1 0.438 0 3017 2373 1 0.812 0 2956 2199 1 0.438 0 2 interp_poly -46 -260 61 174 2956 2199 3 MP PP 2956 2199 1 0.438 0 3017 2373 1 0.812 0 2956 2199 1 0.438 0 2 interp_poly 3017 2373 1 0.812 0 2971 2113 1 0.375 0 3017 2373 1 0.812 0 2 interp_poly 61 -18 -46 -24 3001 4321 3 MP PP 3001 4321 0 0 0.562 2955 4297 0 0 0.562 3001 4321 0 0 0.562 2 interp_poly 2955 4297 0 0 0.562 3016 4279 0 0 0.562 2955 4297 0 0 0.562 2 interp_poly -47 -22 61 -18 2955 4297 3 MP PP 2955 4297 0 0 0.562 3016 4279 0 0 0.562 2955 4297 0 0 0.562 2 interp_poly 3016 4279 0 0 0.562 2969 4257 0 0 0.562 3016 4279 0 0 0.562 2 interp_poly 60 -27 -46 -27 2997 4167 3 MP PP 2997 4167 0 0 0.562 2951 4140 0 0 0.625 2997 4167 0 0 0.562 2 interp_poly 2951 4140 0 0 0.625 3011 4113 0 0 0.625 2951 4140 0 0 0.625 2 interp_poly -46 -33 60 -27 2951 4140 3 MP PP 2951 4140 0 0 0.625 3011 4113 0 0 0.625 2951 4140 0 0 0.625 2 interp_poly 3011 4113 0 0 0.625 2965 4080 0 0 0.625 3011 4113 0 0 0.625 2 interp_poly 60 11 -46 -70 2993 3965 3 MP PP 2993 3965 0 0 0.688 2947 3895 0 0 0.812 2993 3965 0 0 0.688 2 interp_poly 2947 3895 0 0 0.812 3007 3906 0 0 0.75 2947 3895 0 0 0.812 2 interp_poly -46 -107 60 11 2947 3895 3 MP PP 2947 3895 0 0 0.812 3007 3906 0 0 0.75 2947 3895 0 0 0.812 2 interp_poly 3007 3906 0 0 0.75 2961 3799 0 0 0.938 3007 3906 0 0 0.75 2 interp_poly 61 -17 -47 -21 2992 4507 3 MP PP 2992 4507 0 0 0.562 2945 4486 0 0 0.562 2992 4507 0 0 0.562 2 interp_poly 2945 4486 0 0 0.562 3006 4469 0 0 0.562 2945 4486 0 0 0.562 2 interp_poly -47 -21 61 -17 2945 4486 3 MP PP 2945 4486 0 0 0.562 3006 4469 0 0 0.562 2945 4486 0 0 0.562 2 interp_poly 3006 4469 0 0 0.562 2959 4448 0 0 0.562 3006 4469 0 0 0.562 2 interp_poly -47 233 61 33 2938 2844 3 MP PP 2938 2844 0.25 1 0.812 2999 2877 0.188 1 0.875 2938 2844 0.25 1 0.812 2 interp_poly 2999 2877 0.188 1 0.875 2952 3110 0 0.688 1 2999 2877 0.188 1 0.875 2 interp_poly 61 -15 -47 -534 2989 3442 3 MP PP 2989 3442 0 0.438 1 2942 2908 0.375 1 0.688 2989 3442 0 0.438 1 2 interp_poly 2942 2908 0.375 1 0.688 3003 2893 0.375 1 0.688 2942 2908 0.375 1 0.688 2 interp_poly -47 -694 61 -15 2942 2908 3 MP PP 2942 2908 0.375 1 0.688 3003 2893 0.375 1 0.688 2942 2908 0.375 1 0.688 2 interp_poly 3003 2893 0.375 1 0.688 2956 2199 1 0.438 0 3003 2893 0.375 1 0.688 2 interp_poly 60 -20 -46 -24 2987 4365 3 MP PP 2987 4365 0 0 0.562 2941 4341 0 0 0.562 2987 4365 0 0 0.562 2 interp_poly 2941 4341 0 0 0.562 3001 4321 0 0 0.562 2941 4341 0 0 0.562 2 interp_poly -46 -24 60 -20 2941 4341 3 MP PP 2941 4341 0 0 0.562 3001 4321 0 0 0.562 2941 4341 0 0 0.562 2 interp_poly 3001 4321 0 0 0.562 2955 4297 0 0 0.562 3001 4321 0 0 0.562 2 interp_poly 60 -26 -46 -22 2983 4215 3 MP PP 2983 4215 0 0 0.562 2937 4193 0 0 0.562 2983 4215 0 0 0.562 2 interp_poly 2937 4193 0 0 0.562 2997 4167 0 0 0.562 2937 4193 0 0 0.562 2 interp_poly -46 -27 60 -26 2937 4193 3 MP PP 2937 4193 0 0 0.562 2997 4167 0 0 0.562 2937 4193 0 0 0.562 2 interp_poly 2997 4167 0 0 0.562 2951 4140 0 0 0.625 2997 4167 0 0 0.562 2 interp_poly 61 -4 -47 -51 2979 4020 3 MP PP 2979 4020 0 0 0.688 2932 3969 0 0 0.75 2979 4020 0 0 0.688 2 interp_poly 2932 3969 0 0 0.75 2993 3965 0 0 0.688 2932 3969 0 0 0.75 2 interp_poly -46 -70 61 -4 2932 3969 3 MP PP 2932 3969 0 0 0.75 2993 3965 0 0 0.688 2932 3969 0 0 0.75 2 interp_poly 2993 3965 0 0 0.688 2947 3895 0 0 0.812 2993 3965 0 0 0.688 2 interp_poly -47 -23 61 -16 2883 3475 3 MP PP 2883 3475 0 0 0.562 2944 3459 0 0 0.562 2883 3475 0 0 0.562 2 interp_poly 2944 3459 0 0 0.562 2897 3436 0 0 0.562 2944 3459 0 0 0.562 2 interp_poly -47 -20 61 -20 2897 3436 3 MP PP 2897 3436 0 0 0.562 2958 3416 0 0 0.562 2897 3436 0 0 0.562 2 interp_poly 2958 3416 0 0 0.562 2911 3396 0 0 0.562 2958 3416 0 0 0.562 2 interp_poly 61 -20 -47 -23 2944 3459 3 MP PP 2944 3459 0 0 0.562 2897 3436 0 0 0.562 2944 3459 0 0 0.562 2 interp_poly 2897 3436 0 0 0.562 2958 3416 0 0 0.562 2897 3436 0 0 0.562 2 interp_poly -46 -19 61 11 2901 3537 3 MP PP 2901 3537 0 0 0.625 2962 3548 0 0 0.562 2901 3537 0 0 0.625 2 interp_poly 2962 3548 0 0 0.562 2916 3529 0 0 0.562 2962 3548 0 0 0.562 2 interp_poly 61 11 -47 0 2948 3537 3 MP PP 2948 3537 0 0 0.625 2901 3537 0 0 0.625 2948 3537 0 0 0.625 2 interp_poly 2901 3537 0 0 0.625 2962 3548 0 0 0.562 2901 3537 0 0 0.625 2 interp_poly -47 -19 61 -19 2911 3396 3 MP PP 2911 3396 0 0 0.562 2972 3377 0 0 0.562 2911 3396 0 0 0.562 2 interp_poly 2972 3377 0 0 0.562 2925 3358 0 0 0.562 2972 3377 0 0 0.562 2 interp_poly 61 -19 -47 -20 2958 3416 3 MP PP 2958 3416 0 0 0.562 2911 3396 0 0 0.562 2958 3416 0 0 0.562 2 interp_poly 2911 3396 0 0 0.562 2972 3377 0 0 0.562 2911 3396 0 0 0.562 2 interp_poly -46 70 60 17 2920 3392 3 MP PP 2920 3392 0 0.0625 1 2980 3409 0 0 1 2920 3392 0 0.0625 1 2 interp_poly 2980 3409 0 0 1 2934 3479 0 0 0.812 2980 3409 0 0 1 2 interp_poly 60 17 -46 122 2966 3270 3 MP PP 2966 3270 0 0.312 1 2920 3392 0 0.0625 1 2966 3270 0 0.312 1 2 interp_poly 2920 3392 0 0.0625 1 2980 3409 0 0 1 2920 3392 0 0.0625 1 2 interp_poly 61 58 -47 -292 2975 3676 3 MP PP 2975 3676 0 0.0625 1 2928 3384 0 0.562 1 2975 3676 0 0.0625 1 2 interp_poly 2928 3384 0 0.562 1 2989 3442 0 0.438 1 2928 3384 0 0.562 1 2 interp_poly -46 -21 60 -16 2875 3211 3 MP PP 2875 3211 0 0 0.562 2935 3195 0 0 0.562 2875 3211 0 0 0.562 2 interp_poly 2935 3195 0 0 0.562 2889 3174 0 0 0.562 2935 3195 0 0 0.562 2 interp_poly 60 -16 -46 -21 2921 3232 3 MP PP 2921 3232 0 0 0.562 2875 3211 0 0 0.562 2921 3232 0 0 0.562 2 interp_poly 2875 3211 0 0 0.562 2935 3195 0 0 0.562 2875 3211 0 0 0.562 2 interp_poly -47 -19 61 -17 2879 3339 3 MP PP 2879 3339 0 0 0.562 2940 3322 0 0 0.562 2879 3339 0 0 0.562 2 interp_poly 2940 3322 0 0 0.562 2893 3303 0 0 0.562 2940 3322 0 0 0.562 2 interp_poly 61 -17 -46 -19 2925 3358 3 MP PP 2925 3358 0 0 0.562 2879 3339 0 0 0.562 2925 3358 0 0 0.562 2 interp_poly 2879 3339 0 0 0.562 2940 3322 0 0 0.562 2879 3339 0 0 0.562 2 interp_poly 60 -16 -46 -21 2931 3061 3 MP PP 2931 3061 0 0 0.562 2885 3040 0 0 0.562 2931 3061 0 0 0.562 2 interp_poly 2885 3040 0 0 0.562 2945 3024 0 0 0.562 2885 3040 0 0 0.562 2 interp_poly -46 -21 60 -16 2889 3174 3 MP PP 2889 3174 0 0 0.562 2949 3158 0 0 0.562 2889 3174 0 0 0.562 2 interp_poly 2949 3158 0 0 0.562 2903 3137 0 0 0.562 2949 3158 0 0 0.562 2 interp_poly 60 -16 -46 -21 2935 3195 3 MP PP 2935 3195 0 0 0.562 2889 3174 0 0 0.562 2935 3195 0 0 0.562 2 interp_poly 2889 3174 0 0 0.562 2949 3158 0 0 0.562 2889 3174 0 0 0.562 2 interp_poly 61 -16 -47 -21 2889 3174 3 MP PP 2889 3174 0 0 0.562 2842 3153 0 0 0.562 2889 3174 0 0 0.562 2 interp_poly 2842 3153 0 0 0.562 2903 3137 0 0 0.562 2842 3153 0 0 0.562 2 interp_poly -46 -20 60 -16 2847 3283 3 MP PP 2847 3283 0 0 0.562 2907 3267 0 0 0.562 2847 3283 0 0 0.562 2 interp_poly 2907 3267 0 0 0.562 2861 3247 0 0 0.562 2907 3267 0 0 0.562 2 interp_poly 60 -16 -46 -20 2893 3303 3 MP PP 2893 3303 0 0 0.562 2847 3283 0 0 0.562 2893 3303 0 0 0.562 2 interp_poly 2847 3283 0 0 0.562 2907 3267 0 0 0.562 2847 3283 0 0 0.562 2 interp_poly -46 -21 60 -15 2861 3247 3 MP PP 2861 3247 0 0 0.562 2921 3232 0 0 0.562 2861 3247 0 0 0.562 2 interp_poly 2921 3232 0 0 0.562 2875 3211 0 0 0.562 2921 3232 0 0 0.562 2 interp_poly 60 -15 -46 -20 2907 3267 3 MP PP 2907 3267 0 0 0.562 2861 3247 0 0 0.562 2907 3267 0 0 0.562 2 interp_poly 2861 3247 0 0 0.562 2921 3232 0 0 0.562 2861 3247 0 0 0.562 2 interp_poly -47 -20 61 -16 2893 3303 3 MP PP 2893 3303 0 0 0.562 2954 3287 0 0 0.562 2893 3303 0 0 0.562 2 interp_poly 2954 3287 0 0 0.562 2907 3267 0 0 0.562 2954 3287 0 0 0.562 2 interp_poly -46 186 60 -37 2892 3147 3 MP PP 2892 3147 0 0.625 1 2952 3110 0 0.688 1 2892 3147 0 0.625 1 2 interp_poly 2952 3110 0 0.688 1 2906 3296 0 0.312 1 2952 3110 0 0.688 1 2 interp_poly -47 -22 61 -16 2842 3153 3 MP PP 2842 3153 0 0 0.562 2903 3137 0 0 0.562 2842 3153 0 0 0.562 2 interp_poly 2903 3137 0 0 0.562 2856 3115 0 0 0.562 2903 3137 0 0 0.562 2 interp_poly -46 -21 61 -16 2856 3115 3 MP PP 2856 3115 0 0 0.562 2917 3099 0 0 0.562 2856 3115 0 0 0.562 2 interp_poly 2917 3099 0 0 0.562 2871 3078 0 0 0.562 2917 3099 0 0 0.562 2 interp_poly 61 -16 -47 -22 2903 3137 3 MP PP 2903 3137 0 0 0.562 2856 3115 0 0 0.562 2903 3137 0 0 0.562 2 interp_poly 2856 3115 0 0 0.562 2917 3099 0 0 0.562 2856 3115 0 0 0.562 2 interp_poly -46 -21 60 -17 2871 3078 3 MP PP 2871 3078 0 0 0.562 2931 3061 0 0 0.562 2871 3078 0 0 0.562 2 interp_poly 2931 3061 0 0 0.562 2885 3040 0 0 0.562 2931 3061 0 0 0.562 2 interp_poly 60 -17 -46 -21 2917 3099 3 MP PP 2917 3099 0 0 0.562 2871 3078 0 0 0.562 2917 3099 0 0 0.562 2 interp_poly 2871 3078 0 0 0.562 2931 3061 0 0 0.562 2871 3078 0 0 0.562 2 interp_poly 60 -37 -46 303 2938 2844 3 MP PP 2938 2844 0.25 1 0.812 2892 3147 0 0.625 1 2938 2844 0.25 1 0.812 2 interp_poly 2892 3147 0 0.625 1 2952 3110 0 0.688 1 2892 3147 0 0.625 1 2 interp_poly 61 -16 -47 -19 2940 3322 3 MP PP 2940 3322 0 0 0.562 2893 3303 0 0 0.562 2940 3322 0 0 0.562 2 interp_poly 2893 3303 0 0 0.562 2954 3287 0 0 0.562 2893 3303 0 0 0.562 2 interp_poly -46 -19 60 -18 2865 3376 3 MP PP 2865 3376 0 0 0.562 2925 3358 0 0 0.562 2865 3376 0 0 0.562 2 interp_poly 2925 3358 0 0 0.562 2879 3339 0 0 0.562 2925 3358 0 0 0.562 2 interp_poly 60 -18 -46 -20 2911 3396 3 MP PP 2911 3396 0 0 0.562 2865 3376 0 0 0.562 2911 3396 0 0 0.562 2 interp_poly 2865 3376 0 0 0.562 2925 3358 0 0 0.562 2865 3376 0 0 0.562 2 interp_poly -46 122 60 -26 2906 3296 3 MP PP 2906 3296 0 0.312 1 2966 3270 0 0.312 1 2906 3296 0 0.312 1 2 interp_poly 2966 3270 0 0.312 1 2920 3392 0 0.0625 1 2966 3270 0 0.312 1 2 interp_poly 60 -26 -46 186 2952 3110 3 MP PP 2952 3110 0 0.688 1 2906 3296 0 0.312 1 2952 3110 0 0.688 1 2 interp_poly 2906 3296 0 0.312 1 2966 3270 0 0.312 1 2906 3296 0 0.312 1 2 interp_poly -47 -534 61 58 2928 3384 3 MP PP 2928 3384 0 0.562 1 2989 3442 0 0.438 1 2928 3384 0 0.562 1 2 interp_poly 2989 3442 0 0.438 1 2942 2908 0.375 1 0.688 2989 3442 0 0.438 1 2 interp_poly 60 -20 -46 -23 2973 4408 3 MP PP 2973 4408 0 0 0.562 2927 4385 0 0 0.562 2973 4408 0 0 0.562 2 interp_poly 2927 4385 0 0 0.562 2987 4365 0 0 0.562 2927 4385 0 0 0.562 2 interp_poly -46 -24 60 -20 2927 4385 3 MP PP 2927 4385 0 0 0.562 2987 4365 0 0 0.562 2927 4385 0 0 0.562 2 interp_poly 2987 4365 0 0 0.562 2941 4341 0 0 0.562 2987 4365 0 0 0.562 2 interp_poly 60 -20 -46 -22 2969 4257 3 MP PP 2969 4257 0 0 0.562 2923 4235 0 0 0.562 2969 4257 0 0 0.562 2 interp_poly 2923 4235 0 0 0.562 2983 4215 0 0 0.562 2923 4235 0 0 0.562 2 interp_poly -46 -22 60 -20 2923 4235 3 MP PP 2923 4235 0 0 0.562 2983 4215 0 0 0.562 2923 4235 0 0 0.562 2 interp_poly 2983 4215 0 0 0.562 2937 4193 0 0 0.562 2983 4215 0 0 0.562 2 interp_poly 61 -20 -47 -40 2965 4080 3 MP PP 2965 4080 0 0 0.625 2918 4040 0 0 0.688 2965 4080 0 0 0.625 2 interp_poly 2918 4040 0 0 0.688 2979 4020 0 0 0.688 2918 4040 0 0 0.688 2 interp_poly -47 -51 61 -20 2918 4040 3 MP PP 2918 4040 0 0 0.688 2979 4020 0 0 0.688 2918 4040 0 0 0.688 2 interp_poly 2979 4020 0 0 0.688 2932 3969 0 0 0.75 2979 4020 0 0 0.688 2 interp_poly 61 50 -47 -173 2961 3799 3 MP PP 2961 3799 0 0 0.938 2914 3626 0 0.188 1 2961 3799 0 0 0.938 2 interp_poly 2914 3626 0 0.188 1 2975 3676 0 0.0625 1 2914 3626 0 0.188 1 2 interp_poly -47 -24 61 -9 2869 3508 3 MP PP 2869 3508 0 0 0.562 2930 3499 0 0 0.562 2869 3508 0 0 0.562 2 interp_poly 2930 3499 0 0 0.562 2883 3475 0 0 0.562 2930 3499 0 0 0.562 2 interp_poly 61 -9 -47 -21 2916 3529 3 MP PP 2916 3529 0 0 0.562 2869 3508 0 0 0.562 2916 3529 0 0 0.562 2 interp_poly 2869 3508 0 0 0.562 2930 3499 0 0 0.562 2869 3508 0 0 0.562 2 interp_poly -46 -22 60 -12 2823 3487 3 MP PP 2823 3487 0 0 0.562 2883 3475 0 0 0.562 2823 3487 0 0 0.562 2 interp_poly 2883 3475 0 0 0.562 2837 3453 0 0 0.562 2883 3475 0 0 0.562 2 interp_poly 60 -12 -46 -21 2869 3508 3 MP PP 2869 3508 0 0 0.562 2823 3487 0 0 0.562 2869 3508 0 0 0.562 2 interp_poly 2823 3487 0 0 0.562 2883 3475 0 0 0.562 2823 3487 0 0 0.562 2 interp_poly 60 -17 -46 -22 2883 3475 3 MP PP 2883 3475 0 0 0.562 2837 3453 0 0 0.562 2883 3475 0 0 0.562 2 interp_poly 2837 3453 0 0 0.562 2897 3436 0 0 0.562 2837 3453 0 0 0.562 2 interp_poly -47 34 61 13 2873 3466 3 MP PP 2873 3466 0 0 0.875 2934 3479 0 0 0.812 2873 3466 0 0 0.875 2 interp_poly 2934 3479 0 0 0.812 2887 3513 0 0 0.75 2934 3479 0 0 0.812 2 interp_poly -46 -21 60 -17 2837 3453 3 MP PP 2837 3453 0 0 0.562 2897 3436 0 0 0.562 2837 3453 0 0 0.562 2 interp_poly 2897 3436 0 0 0.562 2851 3415 0 0 0.562 2897 3436 0 0 0.562 2 interp_poly 60 -19 -46 -21 2897 3436 3 MP PP 2897 3436 0 0 0.562 2851 3415 0 0 0.562 2897 3436 0 0 0.562 2 interp_poly 2851 3415 0 0 0.562 2911 3396 0 0 0.562 2851 3415 0 0 0.562 2 interp_poly 61 13 -47 74 2920 3392 3 MP PP 2920 3392 0 0.0625 1 2873 3466 0 0 0.875 2920 3392 0 0.0625 1 2 interp_poly 2873 3466 0 0 0.875 2934 3479 0 0 0.812 2873 3466 0 0 0.875 2 interp_poly -47 -21 61 2 2855 3527 3 MP PP 2855 3527 0 0 0.562 2916 3529 0 0 0.562 2855 3527 0 0 0.562 2 interp_poly 2916 3529 0 0 0.562 2869 3508 0 0 0.562 2916 3529 0 0 0.562 2 interp_poly 61 2 -46 -10 2901 3537 3 MP PP 2901 3537 0 0 0.625 2855 3527 0 0 0.562 2901 3537 0 0 0.625 2 interp_poly 2855 3527 0 0 0.562 2916 3529 0 0 0.562 2855 3527 0 0 0.562 2 interp_poly -47 0 61 24 2887 3513 3 MP PP 2887 3513 0 0 0.75 2948 3537 0 0 0.625 2887 3513 0 0 0.75 2 interp_poly 2948 3537 0 0 0.625 2901 3537 0 0 0.625 2948 3537 0 0 0.625 2 interp_poly 61 24 -47 34 2934 3479 3 MP PP 2934 3479 0 0 0.812 2887 3513 0 0 0.75 2934 3479 0 0 0.812 2 interp_poly 2887 3513 0 0 0.75 2948 3537 0 0 0.625 2887 3513 0 0 0.75 2 interp_poly -47 -292 61 50 2914 3626 3 MP PP 2914 3626 0 0.188 1 2975 3676 0 0.0625 1 2914 3626 0 0.188 1 2 interp_poly 2975 3676 0 0.0625 1 2928 3384 0 0.562 1 2975 3676 0 0.0625 1 2 interp_poly 60 -18 -46 -22 2959 4448 3 MP PP 2959 4448 0 0 0.562 2913 4426 0 0 0.562 2959 4448 0 0 0.562 2 interp_poly 2913 4426 0 0 0.562 2973 4408 0 0 0.562 2913 4426 0 0 0.562 2 interp_poly -46 -23 60 -18 2913 4426 3 MP PP 2913 4426 0 0 0.562 2973 4408 0 0 0.562 2913 4426 0 0 0.562 2 interp_poly 2973 4408 0 0 0.562 2927 4385 0 0 0.562 2973 4408 0 0 0.562 2 interp_poly -47 218 61 281 2910 1832 3 MP PP 2910 1832 0.812 0 0 2971 2113 1 0.375 0 2910 1832 0.812 0 0 2 interp_poly 2971 2113 1 0.375 0 2924 2331 1 0.812 0 2971 2113 1 0.375 0 2 interp_poly 61 281 -46 -367 2956 2199 3 MP PP 2956 2199 1 0.438 0 2910 1832 0.812 0 0 2956 2199 1 0.438 0 2 interp_poly 2910 1832 0.812 0 0 2971 2113 1 0.375 0 2910 1832 0.812 0 0 2 interp_poly 61 -16 -47 -24 2955 4297 3 MP PP 2955 4297 0 0 0.562 2908 4273 0 0 0.562 2955 4297 0 0 0.562 2 interp_poly 2908 4273 0 0 0.562 2969 4257 0 0 0.562 2908 4273 0 0 0.562 2 interp_poly -46 -22 61 -16 2908 4273 3 MP PP 2908 4273 0 0 0.562 2969 4257 0 0 0.562 2908 4273 0 0 0.562 2 interp_poly 2969 4257 0 0 0.562 2923 4235 0 0 0.562 2969 4257 0 0 0.562 2 interp_poly 61 -30 -47 -30 2951 4140 3 MP PP 2951 4140 0 0 0.625 2904 4110 0 0 0.625 2951 4140 0 0 0.625 2 interp_poly 2904 4110 0 0 0.625 2965 4080 0 0 0.625 2904 4110 0 0 0.625 2 interp_poly -47 -40 61 -30 2904 4110 3 MP PP 2904 4110 0 0 0.625 2965 4080 0 0 0.625 2904 4110 0 0 0.625 2 interp_poly 2965 4080 0 0 0.625 2918 4040 0 0 0.688 2965 4080 0 0 0.625 2 interp_poly 61 10 -47 -106 2947 3895 3 MP PP 2947 3895 0 0 0.812 2900 3789 0 0 0.938 2947 3895 0 0 0.812 2 interp_poly 2900 3789 0 0 0.938 2961 3799 0 0 0.938 2900 3789 0 0 0.938 2 interp_poly -47 -173 61 10 2900 3789 3 MP PP 2900 3789 0 0 0.938 2961 3799 0 0 0.938 2900 3789 0 0 0.938 2 interp_poly 2961 3799 0 0 0.938 2914 3626 0 0.188 1 2961 3799 0 0 0.938 2 interp_poly 60 -16 -46 -22 2945 4486 3 MP PP 2945 4486 0 0 0.562 2899 4464 0 0 0.562 2945 4486 0 0 0.562 2 interp_poly 2899 4464 0 0 0.562 2959 4448 0 0 0.562 2899 4464 0 0 0.562 2 interp_poly -46 -22 60 -16 2899 4464 3 MP PP 2899 4464 0 0 0.562 2959 4448 0 0 0.562 2899 4464 0 0 0.562 2 interp_poly 2959 4448 0 0 0.562 2913 4426 0 0 0.562 2959 4448 0 0 0.562 2 interp_poly -46 477 61 175 2863 2156 3 MP PP 2863 2156 1 0.438 0 2924 2331 1 0.812 0 2863 2156 1 0.438 0 2 interp_poly 2924 2331 1 0.812 0 2878 2808 0.375 1 0.688 2924 2331 1 0.812 0 2 interp_poly 61 175 -47 324 2910 1832 3 MP PP 2910 1832 0.812 0 0 2863 2156 1 0.438 0 2910 1832 0.812 0 0 2 interp_poly 2863 2156 1 0.438 0 2924 2331 1 0.812 0 2863 2156 1 0.438 0 2 interp_poly -46 303 60 36 2878 2808 3 MP PP 2878 2808 0.375 1 0.688 2938 2844 0.25 1 0.812 2878 2808 0.375 1 0.688 2 interp_poly 2938 2844 0.25 1 0.812 2892 3147 0 0.625 1 2938 2844 0.25 1 0.812 2 interp_poly 60 36 -46 477 2924 2331 3 MP PP 2924 2331 1 0.812 0 2878 2808 0.375 1 0.688 2924 2331 1 0.812 0 2 interp_poly 2878 2808 0.375 1 0.688 2938 2844 0.25 1 0.812 2878 2808 0.375 1 0.688 2 interp_poly 60 -43 -46 -666 2942 2908 3 MP PP 2942 2908 0.375 1 0.688 2896 2242 1 0.5 0 2942 2908 0.375 1 0.688 2 interp_poly 2896 2242 1 0.5 0 2956 2199 1 0.438 0 2896 2242 1 0.5 0 2 interp_poly -46 -367 60 -43 2896 2242 3 MP PP 2896 2242 1 0.5 0 2956 2199 1 0.438 0 2896 2242 1 0.5 0 2 interp_poly 2956 2199 1 0.438 0 2910 1832 0.812 0 0 2956 2199 1 0.438 0 2 interp_poly 61 -18 -47 -26 2941 4341 3 MP PP 2941 4341 0 0 0.562 2894 4315 0 0 0.562 2941 4341 0 0 0.562 2 interp_poly 2894 4315 0 0 0.562 2955 4297 0 0 0.562 2894 4315 0 0 0.562 2 interp_poly -47 -24 61 -18 2894 4315 3 MP PP 2894 4315 0 0 0.562 2955 4297 0 0 0.562 2894 4315 0 0 0.562 2 interp_poly 2955 4297 0 0 0.562 2908 4273 0 0 0.562 2955 4297 0 0 0.562 2 interp_poly 61 -30 -47 -23 2937 4193 3 MP PP 2937 4193 0 0 0.562 2890 4170 0 0 0.562 2937 4193 0 0 0.562 2 interp_poly 2890 4170 0 0 0.562 2951 4140 0 0 0.625 2890 4170 0 0 0.562 2 interp_poly -47 -30 61 -30 2890 4170 3 MP PP 2890 4170 0 0 0.562 2951 4140 0 0 0.625 2890 4170 0 0 0.562 2 interp_poly 2951 4140 0 0 0.625 2904 4110 0 0 0.625 2951 4140 0 0 0.625 2 interp_poly 61 -3 -46 -71 2932 3969 3 MP PP 2932 3969 0 0 0.75 2886 3898 0 0 0.812 2932 3969 0 0 0.75 2 interp_poly 2886 3898 0 0 0.812 2947 3895 0 0 0.812 2886 3898 0 0 0.812 2 interp_poly -47 -106 61 -3 2886 3898 3 MP PP 2886 3898 0 0 0.812 2947 3895 0 0 0.812 2886 3898 0 0 0.812 2 interp_poly 2947 3895 0 0 0.812 2900 3789 0 0 0.938 2947 3895 0 0 0.812 2 interp_poly -46 -21 60 -16 2782 3169 3 MP PP 2782 3169 0 0 0.562 2842 3153 0 0 0.562 2782 3169 0 0 0.562 2 interp_poly 2842 3153 0 0 0.562 2796 3132 0 0 0.562 2842 3153 0 0 0.562 2 interp_poly 60 -16 -46 -21 2828 3190 3 MP PP 2828 3190 0 0 0.562 2782 3169 0 0 0.562 2828 3190 0 0 0.562 2 interp_poly 2782 3169 0 0 0.562 2842 3153 0 0 0.562 2782 3169 0 0 0.562 2 interp_poly -46 -21 60 -17 2796 3132 3 MP PP 2796 3132 0 0 0.562 2856 3115 0 0 0.562 2796 3132 0 0 0.562 2 interp_poly 2856 3115 0 0 0.562 2810 3094 0 0 0.562 2856 3115 0 0 0.562 2 interp_poly 60 -17 -46 -21 2842 3153 3 MP PP 2842 3153 0 0 0.562 2796 3132 0 0 0.562 2842 3153 0 0 0.562 2 interp_poly 2796 3132 0 0 0.562 2856 3115 0 0 0.562 2796 3132 0 0 0.562 2 interp_poly -47 -22 61 -16 2810 3094 3 MP PP 2810 3094 0 0 0.562 2871 3078 0 0 0.562 2810 3094 0 0 0.562 2 interp_poly 2871 3078 0 0 0.562 2824 3056 0 0 0.562 2871 3078 0 0 0.562 2 interp_poly 61 -16 -46 -21 2856 3115 3 MP PP 2856 3115 0 0 0.562 2810 3094 0 0 0.562 2856 3115 0 0 0.562 2 interp_poly 2810 3094 0 0 0.562 2871 3078 0 0 0.562 2810 3094 0 0 0.562 2 interp_poly -47 -21 61 -16 2814 3227 3 MP PP 2814 3227 0 0 0.562 2875 3211 0 0 0.562 2814 3227 0 0 0.562 2 interp_poly 2875 3211 0 0 0.562 2828 3190 0 0 0.562 2875 3211 0 0 0.562 2 interp_poly 61 -16 -47 -20 2861 3247 3 MP PP 2861 3247 0 0 0.562 2814 3227 0 0 0.562 2861 3247 0 0 0.562 2 interp_poly 2814 3227 0 0 0.562 2875 3211 0 0 0.562 2814 3227 0 0 0.562 2 interp_poly 61 -16 -47 -22 2871 3078 3 MP PP 2871 3078 0 0 0.562 2824 3056 0 0 0.562 2871 3078 0 0 0.562 2 interp_poly 2824 3056 0 0 0.562 2885 3040 0 0 0.562 2824 3056 0 0 0.562 2 interp_poly -47 -21 61 -16 2828 3190 3 MP PP 2828 3190 0 0 0.562 2889 3174 0 0 0.562 2828 3190 0 0 0.562 2 interp_poly 2889 3174 0 0 0.562 2842 3153 0 0 0.562 2889 3174 0 0 0.562 2 interp_poly 61 -16 -47 -21 2875 3211 3 MP PP 2875 3211 0 0 0.562 2828 3190 0 0 0.562 2875 3211 0 0 0.562 2 interp_poly 2828 3190 0 0 0.562 2889 3174 0 0 0.562 2828 3190 0 0 0.562 2 interp_poly 61 -78 -47 417 2878 2808 3 MP PP 2878 2808 0.375 1 0.688 2831 3225 0 0.562 1 2878 2808 0.375 1 0.688 2 interp_poly 2831 3225 0 0.562 1 2892 3147 0 0.625 1 2831 3225 0 0.562 1 2 interp_poly 60 -35 -46 -441 2928 3384 3 MP PP 2928 3384 0 0.562 1 2882 2943 0.375 1 0.688 2928 3384 0 0.562 1 2 interp_poly 2882 2943 0.375 1 0.688 2942 2908 0.375 1 0.688 2882 2943 0.375 1 0.688 2 interp_poly -46 -666 60 -35 2882 2943 3 MP PP 2882 2943 0.375 1 0.688 2942 2908 0.375 1 0.688 2882 2943 0.375 1 0.688 2 interp_poly 2942 2908 0.375 1 0.688 2896 2242 1 0.5 0 2942 2908 0.375 1 0.688 2 interp_poly 61 -21 -47 -23 2927 4385 3 MP PP 2927 4385 0 0 0.562 2880 4362 0 0 0.562 2927 4385 0 0 0.562 2 interp_poly 2880 4362 0 0 0.562 2941 4341 0 0 0.562 2880 4362 0 0 0.562 2 interp_poly -47 -26 61 -21 2880 4362 3 MP PP 2880 4362 0 0 0.562 2941 4341 0 0 0.562 2880 4362 0 0 0.562 2 interp_poly 2941 4341 0 0 0.562 2894 4315 0 0 0.562 2941 4341 0 0 0.562 2 interp_poly 61 -22 -47 -20 2923 4235 3 MP PP 2923 4235 0 0 0.562 2876 4215 0 0 0.562 2923 4235 0 0 0.562 2 interp_poly 2876 4215 0 0 0.562 2937 4193 0 0 0.562 2876 4215 0 0 0.562 2 interp_poly -47 -23 61 -22 2876 4215 3 MP PP 2876 4215 0 0 0.562 2937 4193 0 0 0.562 2876 4215 0 0 0.562 2 interp_poly 2937 4193 0 0 0.562 2890 4170 0 0 0.562 2937 4193 0 0 0.562 2 interp_poly 60 -17 -46 -54 2918 4040 3 MP PP 2918 4040 0 0 0.688 2872 3986 0 0 0.75 2918 4040 0 0 0.688 2 interp_poly 2872 3986 0 0 0.75 2932 3969 0 0 0.75 2872 3986 0 0 0.75 2 interp_poly -46 -71 60 -17 2872 3986 3 MP PP 2872 3986 0 0 0.75 2932 3969 0 0 0.75 2872 3986 0 0 0.75 2 interp_poly 2932 3969 0 0 0.75 2886 3898 0 0 0.812 2932 3969 0 0 0.75 2 interp_poly 61 -17 -47 -20 2865 3376 3 MP PP 2865 3376 0 0 0.562 2818 3356 0 0 0.562 2865 3376 0 0 0.562 2 interp_poly 2818 3356 0 0 0.562 2879 3339 0 0 0.562 2818 3356 0 0 0.562 2 interp_poly -47 -15 61 3 2794 3524 3 MP PP 2794 3524 0 0 0.625 2855 3527 0 0 0.562 2794 3524 0 0 0.625 2 interp_poly 2855 3527 0 0 0.562 2808 3512 0 0 0.562 2855 3527 0 0 0.562 2 interp_poly 61 3 -47 -1 2841 3525 3 MP PP 2841 3525 0 0 0.688 2794 3524 0 0 0.625 2841 3525 0 0 0.688 2 interp_poly 2794 3524 0 0 0.625 2855 3527 0 0 0.562 2794 3524 0 0 0.625 2 interp_poly -46 -10 60 12 2841 3525 3 MP PP 2841 3525 0 0 0.688 2901 3537 0 0 0.625 2841 3525 0 0 0.688 2 interp_poly 2901 3537 0 0 0.625 2855 3527 0 0 0.562 2901 3537 0 0 0.625 2 interp_poly 61 -4 -47 -15 2855 3527 3 MP PP 2855 3527 0 0 0.562 2808 3512 0 0 0.562 2855 3527 0 0 0.562 2 interp_poly 2808 3512 0 0 0.562 2869 3508 0 0 0.562 2808 3512 0 0 0.562 2 interp_poly 60 12 -46 12 2887 3513 3 MP PP 2887 3513 0 0 0.75 2841 3525 0 0 0.688 2887 3513 0 0 0.75 2 interp_poly 2841 3525 0 0 0.688 2901 3537 0 0 0.625 2841 3525 0 0 0.688 2 interp_poly -47 -20 61 -18 2804 3394 3 MP PP 2804 3394 0 0 0.562 2865 3376 0 0 0.562 2804 3394 0 0 0.562 2 interp_poly 2865 3376 0 0 0.562 2818 3356 0 0 0.562 2865 3376 0 0 0.562 2 interp_poly 61 -18 -47 -21 2851 3415 3 MP PP 2851 3415 0 0 0.562 2804 3394 0 0 0.562 2851 3415 0 0 0.562 2 interp_poly 2804 3394 0 0 0.562 2865 3376 0 0 0.562 2804 3394 0 0 0.562 2 interp_poly -47 -20 61 -17 2818 3356 3 MP PP 2818 3356 0 0 0.562 2879 3339 0 0 0.562 2818 3356 0 0 0.562 2 interp_poly 2879 3339 0 0 0.562 2832 3319 0 0 0.562 2879 3339 0 0 0.562 2 interp_poly 61 -16 -47 -20 2879 3339 3 MP PP 2879 3339 0 0 0.562 2832 3319 0 0 0.562 2879 3339 0 0 0.562 2 interp_poly 2832 3319 0 0 0.562 2893 3303 0 0 0.562 2832 3319 0 0 0.562 2 interp_poly -46 -20 60 -19 2851 3415 3 MP PP 2851 3415 0 0 0.562 2911 3396 0 0 0.562 2851 3415 0 0 0.562 2 interp_poly 2911 3396 0 0 0.562 2865 3376 0 0 0.562 2911 3396 0 0 0.562 2 interp_poly -47 123 61 -67 2845 3363 3 MP PP 2845 3363 0 0.188 1 2906 3296 0 0.312 1 2845 3363 0 0.188 1 2 interp_poly 2906 3296 0 0.312 1 2859 3419 0 0.0625 1 2906 3296 0 0.312 1 2 interp_poly -47 74 61 -27 2859 3419 3 MP PP 2859 3419 0 0.0625 1 2920 3392 0 0.0625 1 2859 3419 0 0.0625 1 2 interp_poly 2920 3392 0 0.0625 1 2873 3466 0 0 0.875 2920 3392 0 0.0625 1 2 interp_poly 61 -27 -47 123 2906 3296 3 MP PP 2906 3296 0 0.312 1 2859 3419 0 0.0625 1 2906 3296 0 0.312 1 2 interp_poly 2859 3419 0 0.0625 1 2920 3392 0 0.0625 1 2859 3419 0 0.0625 1 2 interp_poly 60 23 -46 -265 2914 3626 3 MP PP 2914 3626 0 0.188 1 2868 3361 0 0.625 1 2914 3626 0 0.188 1 2 interp_poly 2868 3361 0 0.625 1 2928 3384 0 0.562 1 2868 3361 0 0.625 1 2 interp_poly -47 -19 61 -17 2786 3300 3 MP PP 2786 3300 0 0 0.562 2847 3283 0 0 0.562 2786 3300 0 0 0.562 2 interp_poly 2847 3283 0 0 0.562 2800 3264 0 0 0.562 2847 3283 0 0 0.562 2 interp_poly 61 -17 -46 -19 2832 3319 3 MP PP 2832 3319 0 0 0.562 2786 3300 0 0 0.562 2832 3319 0 0 0.562 2 interp_poly 2786 3300 0 0 0.562 2847 3283 0 0 0.562 2786 3300 0 0 0.562 2 interp_poly -47 -20 61 -17 2800 3264 3 MP PP 2800 3264 0 0 0.562 2861 3247 0 0 0.562 2800 3264 0 0 0.562 2 interp_poly 2861 3247 0 0 0.562 2814 3227 0 0 0.562 2861 3247 0 0 0.562 2 interp_poly 61 -17 -47 -19 2847 3283 3 MP PP 2847 3283 0 0 0.562 2800 3264 0 0 0.562 2847 3283 0 0 0.562 2 interp_poly 2800 3264 0 0 0.562 2861 3247 0 0 0.562 2800 3264 0 0 0.562 2 interp_poly -46 -20 61 -16 2832 3319 3 MP PP 2832 3319 0 0 0.562 2893 3303 0 0 0.562 2832 3319 0 0 0.562 2 interp_poly 2893 3303 0 0 0.562 2847 3283 0 0 0.562 2893 3303 0 0 0.562 2 interp_poly -47 216 61 -78 2831 3225 3 MP PP 2831 3225 0 0.562 1 2892 3147 0 0.625 1 2831 3225 0 0.562 1 2 interp_poly 2892 3147 0 0.625 1 2845 3363 0 0.188 1 2892 3147 0 0.625 1 2 interp_poly 61 -67 -47 216 2892 3147 3 MP PP 2892 3147 0 0.625 1 2845 3363 0 0.188 1 2892 3147 0 0.625 1 2 interp_poly 2845 3363 0 0.188 1 2906 3296 0 0.312 1 2845 3363 0 0.188 1 2 interp_poly -46 -441 60 23 2868 3361 3 MP PP 2868 3361 0 0.625 1 2928 3384 0 0.562 1 2868 3361 0 0.625 1 2 interp_poly 2928 3384 0 0.562 1 2882 2943 0.375 1 0.688 2928 3384 0 0.562 1 2 interp_poly 61 -19 -47 -22 2913 4426 3 MP PP 2913 4426 0 0 0.562 2866 4404 0 0 0.562 2913 4426 0 0 0.562 2 interp_poly 2866 4404 0 0 0.562 2927 4385 0 0 0.562 2866 4404 0 0 0.562 2 interp_poly -47 -23 61 -19 2866 4404 3 MP PP 2866 4404 0 0 0.562 2927 4385 0 0 0.562 2866 4404 0 0 0.562 2 interp_poly 2927 4385 0 0 0.562 2880 4362 0 0 0.562 2927 4385 0 0 0.562 2 interp_poly 61 -15 -46 -23 2908 4273 3 MP PP 2908 4273 0 0 0.562 2862 4250 0 0 0.562 2908 4273 0 0 0.562 2 interp_poly 2862 4250 0 0 0.562 2923 4235 0 0 0.562 2862 4250 0 0 0.562 2 interp_poly -47 -20 61 -15 2862 4250 3 MP PP 2862 4250 0 0 0.562 2923 4235 0 0 0.562 2862 4250 0 0 0.562 2 interp_poly 2923 4235 0 0 0.562 2876 4215 0 0 0.562 2923 4235 0 0 0.562 2 interp_poly 60 -31 -46 -39 2904 4110 3 MP PP 2904 4110 0 0 0.625 2858 4071 0 0 0.625 2904 4110 0 0 0.625 2 interp_poly 2858 4071 0 0 0.625 2918 4040 0 0 0.688 2858 4071 0 0 0.625 2 interp_poly -46 -54 60 -31 2858 4071 3 MP PP 2858 4071 0 0 0.625 2918 4040 0 0 0.688 2858 4071 0 0 0.625 2 interp_poly 2918 4040 0 0 0.688 2872 3986 0 0 0.75 2918 4040 0 0 0.688 2 interp_poly 60 2 -46 -165 2900 3789 3 MP PP 2900 3789 0 0 0.938 2854 3624 0 0.25 1 2900 3789 0 0 0.938 2 interp_poly 2854 3624 0 0.25 1 2914 3626 0 0.188 1 2854 3624 0 0.25 1 2 interp_poly -46 -21 61 -4 2808 3512 3 MP PP 2808 3512 0 0 0.562 2869 3508 0 0 0.562 2808 3512 0 0 0.562 2 interp_poly 2869 3508 0 0 0.562 2823 3487 0 0 0.562 2869 3508 0 0 0.562 2 interp_poly 61 -9 -46 -16 2808 3512 3 MP PP 2808 3512 0 0 0.562 2762 3496 0 0 0.562 2808 3512 0 0 0.562 2 interp_poly 2762 3496 0 0 0.562 2823 3487 0 0 0.562 2762 3496 0 0 0.562 2 interp_poly -46 40 60 -26 2813 3492 3 MP PP 2813 3492 0 0 0.875 2873 3466 0 0 0.875 2813 3492 0 0 0.875 2 interp_poly 2873 3466 0 0 0.875 2827 3506 0 0 0.75 2873 3466 0 0 0.875 2 interp_poly -47 -21 61 -9 2762 3496 3 MP PP 2762 3496 0 0 0.562 2823 3487 0 0 0.562 2762 3496 0 0 0.562 2 interp_poly 2823 3487 0 0 0.562 2776 3466 0 0 0.562 2823 3487 0 0 0.562 2 interp_poly 61 -13 -47 -21 2823 3487 3 MP PP 2823 3487 0 0 0.562 2776 3466 0 0 0.562 2823 3487 0 0 0.562 2 interp_poly 2776 3466 0 0 0.562 2837 3453 0 0 0.562 2776 3466 0 0 0.562 2 interp_poly 60 -26 -46 73 2859 3419 3 MP PP 2859 3419 0 0.0625 1 2813 3492 0 0 0.875 2859 3419 0 0.0625 1 2 interp_poly 2813 3492 0 0 0.875 2873 3466 0 0 0.875 2813 3492 0 0 0.875 2 interp_poly -46 12 60 7 2827 3506 3 MP PP 2827 3506 0 0 0.75 2887 3513 0 0 0.75 2827 3506 0 0 0.75 2 interp_poly 2887 3513 0 0 0.75 2841 3525 0 0 0.688 2887 3513 0 0 0.75 2 interp_poly 60 7 -46 40 2873 3466 3 MP PP 2873 3466 0 0 0.875 2827 3506 0 0 0.75 2873 3466 0 0 0.875 2 interp_poly 2827 3506 0 0 0.75 2887 3513 0 0 0.75 2827 3506 0 0 0.75 2 interp_poly -46 -265 60 2 2854 3624 3 MP PP 2854 3624 0 0.25 1 2914 3626 0 0.188 1 2854 3624 0 0.25 1 2 interp_poly 2914 3626 0 0.188 1 2868 3361 0 0.625 1 2914 3626 0 0.188 1 2 interp_poly 61 -17 -47 -21 2899 4464 3 MP PP 2899 4464 0 0 0.562 2852 4443 0 0 0.562 2899 4464 0 0 0.562 2 interp_poly 2852 4443 0 0 0.562 2913 4426 0 0 0.562 2852 4443 0 0 0.562 2 interp_poly -47 -22 61 -17 2852 4443 3 MP PP 2852 4443 0 0 0.562 2913 4426 0 0 0.562 2852 4443 0 0 0.562 2 interp_poly 2913 4426 0 0 0.562 2866 4404 0 0 0.562 2913 4426 0 0 0.562 2 interp_poly -47 324 61 -62 2849 1894 3 MP PP 2849 1894 0.875 0 0 2910 1832 0.812 0 0 2849 1894 0.875 0 0 2 interp_poly 2910 1832 0.812 0 0 2863 2156 1 0.438 0 2910 1832 0.812 0 0 2 interp_poly 61 -62 -47 -348 2896 2242 3 MP PP 2896 2242 1 0.5 0 2849 1894 0.875 0 0 2896 2242 1 0.5 0 2 interp_poly 2849 1894 0.875 0 0 2910 1832 0.812 0 0 2849 1894 0.875 0 0 2 interp_poly 60 -16 -46 -26 2894 4315 3 MP PP 2894 4315 0 0 0.562 2848 4289 0 0 0.562 2894 4315 0 0 0.562 2 interp_poly 2848 4289 0 0 0.562 2908 4273 0 0 0.562 2848 4289 0 0 0.562 2 interp_poly -46 -23 60 -16 2848 4289 3 MP PP 2848 4289 0 0 0.562 2908 4273 0 0 0.562 2848 4289 0 0 0.562 2 interp_poly 2908 4273 0 0 0.562 2862 4250 0 0 0.562 2908 4273 0 0 0.562 2 interp_poly 60 -34 -46 -26 2890 4170 3 MP PP 2890 4170 0 0 0.562 2844 4144 0 0 0.562 2890 4170 0 0 0.562 2 interp_poly 2844 4144 0 0 0.562 2904 4110 0 0 0.625 2844 4144 0 0 0.562 2 interp_poly -46 -39 60 -34 2844 4144 3 MP PP 2844 4144 0 0 0.562 2904 4110 0 0 0.625 2844 4144 0 0 0.562 2 interp_poly 2904 4110 0 0 0.625 2858 4071 0 0 0.625 2904 4110 0 0 0.625 2 interp_poly 61 -2 -47 -107 2886 3898 3 MP PP 2886 3898 0 0 0.812 2839 3791 0 0 1 2886 3898 0 0 0.812 2 interp_poly 2839 3791 0 0 1 2900 3789 0 0 0.938 2839 3791 0 0 1 2 interp_poly -46 -165 61 -2 2839 3791 3 MP PP 2839 3791 0 0 1 2900 3789 0 0 0.938 2839 3791 0 0 1 2 interp_poly 2900 3789 0 0 0.938 2854 3624 0 0.25 1 2900 3789 0 0 0.938 2 interp_poly -46 652 60 -44 2803 2200 3 MP PP 2803 2200 1 0.5 0 2863 2156 1 0.438 0 2803 2200 1 0.5 0 2 interp_poly 2863 2156 1 0.438 0 2817 2808 0.375 1 0.688 2863 2156 1 0.438 0 2 interp_poly -47 417 61 0 2817 2808 3 MP PP 2817 2808 0.375 1 0.688 2878 2808 0.375 1 0.688 2817 2808 0.375 1 0.688 2 interp_poly 2878 2808 0.375 1 0.688 2831 3225 0 0.562 1 2878 2808 0.375 1 0.688 2 interp_poly 61 0 -46 652 2863 2156 3 MP PP 2863 2156 1 0.438 0 2817 2808 0.375 1 0.688 2863 2156 1 0.438 0 2 interp_poly 2817 2808 0.375 1 0.688 2878 2808 0.375 1 0.688 2817 2808 0.375 1 0.688 2 interp_poly 61 -216 -47 -485 2882 2943 3 MP PP 2882 2943 0.375 1 0.688 2835 2458 1 0.875 0 2882 2943 0.375 1 0.688 2 interp_poly 2835 2458 1 0.875 0 2896 2242 1 0.5 0 2835 2458 1 0.875 0 2 interp_poly 60 -44 -46 306 2849 1894 3 MP PP 2849 1894 0.875 0 0 2803 2200 1 0.5 0 2849 1894 0.875 0 0 2 interp_poly 2803 2200 1 0.5 0 2863 2156 1 0.438 0 2803 2200 1 0.5 0 2 interp_poly -47 -348 61 -216 2835 2458 3 MP PP 2835 2458 1 0.875 0 2896 2242 1 0.5 0 2835 2458 1 0.875 0 2 interp_poly 2896 2242 1 0.5 0 2849 1894 0.875 0 0 2896 2242 1 0.5 0 2 interp_poly 60 -21 -46 -26 2880 4362 3 MP PP 2880 4362 0 0 0.562 2834 4336 0 0 0.562 2880 4362 0 0 0.562 2 interp_poly 2834 4336 0 0 0.562 2894 4315 0 0 0.562 2834 4336 0 0 0.562 2 interp_poly -46 -26 60 -21 2834 4336 3 MP PP 2834 4336 0 0 0.562 2894 4315 0 0 0.562 2834 4336 0 0 0.562 2 interp_poly 2894 4315 0 0 0.562 2848 4289 0 0 0.562 2894 4315 0 0 0.562 2 interp_poly 60 -26 -46 -19 2876 4215 3 MP PP 2876 4215 0 0 0.562 2830 4196 0 0 0.562 2876 4215 0 0 0.562 2 interp_poly 2830 4196 0 0 0.562 2890 4170 0 0 0.562 2830 4196 0 0 0.562 2 interp_poly -46 -26 60 -26 2830 4196 3 MP PP 2830 4196 0 0 0.562 2890 4170 0 0 0.562 2830 4196 0 0 0.562 2 interp_poly 2890 4170 0 0 0.562 2844 4144 0 0 0.562 2890 4170 0 0 0.562 2 interp_poly 61 -12 -47 -76 2872 3986 3 MP PP 2872 3986 0 0 0.75 2825 3910 0 0 0.812 2872 3986 0 0 0.75 2 interp_poly 2825 3910 0 0 0.812 2886 3898 0 0 0.812 2825 3910 0 0 0.812 2 interp_poly -47 -107 61 -12 2825 3910 3 MP PP 2825 3910 0 0 0.812 2886 3898 0 0 0.812 2825 3910 0 0 0.812 2 interp_poly 2886 3898 0 0 0.812 2839 3791 0 0 1 2886 3898 0 0 0.812 2 interp_poly -47 -20 61 -17 2725 3317 3 MP PP 2725 3317 0 0 0.562 2786 3300 0 0 0.562 2725 3317 0 0 0.562 2 interp_poly 2786 3300 0 0 0.562 2739 3280 0 0 0.562 2786 3300 0 0 0.562 2 interp_poly 61 -17 -47 -20 2772 3337 3 MP PP 2772 3337 0 0 0.562 2725 3317 0 0 0.562 2772 3337 0 0 0.562 2 interp_poly 2725 3317 0 0 0.562 2786 3300 0 0 0.562 2725 3317 0 0 0.562 2 interp_poly -47 -22 61 -16 2735 3148 3 MP PP 2735 3148 0 0 0.562 2796 3132 0 0 0.562 2735 3148 0 0 0.562 2 interp_poly 2796 3132 0 0 0.562 2749 3110 0 0 0.562 2796 3132 0 0 0.562 2 interp_poly 61 -16 -47 -21 2782 3169 3 MP PP 2782 3169 0 0 0.562 2735 3148 0 0 0.562 2782 3169 0 0 0.562 2 interp_poly 2735 3148 0 0 0.562 2796 3132 0 0 0.562 2735 3148 0 0 0.562 2 interp_poly -46 -21 61 -16 2739 3280 3 MP PP 2739 3280 0 0 0.562 2800 3264 0 0 0.562 2739 3280 0 0 0.562 2 interp_poly 2800 3264 0 0 0.562 2754 3243 0 0 0.562 2800 3264 0 0 0.562 2 interp_poly 61 -16 -47 -20 2786 3300 3 MP PP 2786 3300 0 0 0.562 2739 3280 0 0 0.562 2786 3300 0 0 0.562 2 interp_poly 2739 3280 0 0 0.562 2800 3264 0 0 0.562 2739 3280 0 0 0.562 2 interp_poly -47 -22 61 -16 2749 3110 3 MP PP 2749 3110 0 0 0.562 2810 3094 0 0 0.562 2749 3110 0 0 0.562 2 interp_poly 2810 3094 0 0 0.562 2763 3072 0 0 0.562 2810 3094 0 0 0.562 2 interp_poly 61 -16 -47 -22 2796 3132 3 MP PP 2796 3132 0 0 0.562 2749 3110 0 0 0.562 2796 3132 0 0 0.562 2 interp_poly 2749 3110 0 0 0.562 2810 3094 0 0 0.562 2749 3110 0 0 0.562 2 interp_poly -46 -21 60 -16 2754 3243 3 MP PP 2754 3243 0 0 0.562 2814 3227 0 0 0.562 2754 3243 0 0 0.562 2 interp_poly 2814 3227 0 0 0.562 2768 3206 0 0 0.562 2814 3227 0 0 0.562 2 interp_poly 60 -16 -46 -21 2800 3264 3 MP PP 2800 3264 0 0 0.562 2754 3243 0 0 0.562 2800 3264 0 0 0.562 2 interp_poly 2754 3243 0 0 0.562 2814 3227 0 0 0.562 2754 3243 0 0 0.562 2 interp_poly 61 -16 -47 -22 2810 3094 3 MP PP 2810 3094 0 0 0.562 2763 3072 0 0 0.562 2810 3094 0 0 0.562 2 interp_poly 2763 3072 0 0 0.562 2824 3056 0 0 0.562 2763 3072 0 0 0.562 2 interp_poly -46 -21 60 -16 2768 3206 3 MP PP 2768 3206 0 0 0.562 2828 3190 0 0 0.562 2768 3206 0 0 0.562 2 interp_poly 2828 3190 0 0 0.562 2782 3169 0 0 0.562 2828 3190 0 0 0.562 2 interp_poly 60 -16 -46 -21 2814 3227 3 MP PP 2814 3227 0 0 0.562 2768 3206 0 0 0.562 2814 3227 0 0 0.562 2 interp_poly 2768 3206 0 0 0.562 2828 3190 0 0 0.562 2768 3206 0 0 0.562 2 interp_poly 61 -86 -47 503 2817 2808 3 MP PP 2817 2808 0.375 1 0.688 2770 3311 0 0.438 1 2817 2808 0.375 1 0.688 2 interp_poly 2770 3311 0 0.438 1 2831 3225 0 0.562 1 2770 3311 0 0.438 1 2 interp_poly 61 -63 -47 -355 2868 3361 3 MP PP 2868 3361 0 0.625 1 2821 3006 0.25 1 0.812 2868 3361 0 0.625 1 2 interp_poly 2821 3006 0.25 1 0.812 2882 2943 0.375 1 0.688 2821 3006 0.25 1 0.812 2 interp_poly -47 -485 61 -63 2821 3006 3 MP PP 2821 3006 0.25 1 0.812 2882 2943 0.375 1 0.688 2821 3006 0.25 1 0.812 2 interp_poly 2882 2943 0.375 1 0.688 2835 2458 1 0.875 0 2882 2943 0.375 1 0.688 2 interp_poly 60 -19 -46 -23 2866 4404 3 MP PP 2866 4404 0 0 0.562 2820 4381 0 0 0.562 2866 4404 0 0 0.562 2 interp_poly 2820 4381 0 0 0.562 2880 4362 0 0 0.562 2820 4381 0 0 0.562 2 interp_poly -46 -26 60 -19 2820 4381 3 MP PP 2820 4381 0 0 0.562 2880 4362 0 0 0.562 2820 4381 0 0 0.562 2 interp_poly 2880 4362 0 0 0.562 2834 4336 0 0 0.562 2880 4362 0 0 0.562 2 interp_poly 61 -14 -47 -21 2862 4250 3 MP PP 2862 4250 0 0 0.562 2815 4229 0 0 0.562 2862 4250 0 0 0.562 2 interp_poly 2815 4229 0 0 0.562 2876 4215 0 0 0.562 2815 4229 0 0 0.562 2 interp_poly -46 -19 61 -14 2815 4229 3 MP PP 2815 4229 0 0 0.562 2876 4215 0 0 0.562 2815 4229 0 0 0.562 2 interp_poly 2876 4215 0 0 0.562 2830 4196 0 0 0.562 2876 4215 0 0 0.562 2 interp_poly 61 -34 -47 -51 2858 4071 3 MP PP 2858 4071 0 0 0.625 2811 4020 0 0 0.688 2858 4071 0 0 0.625 2 interp_poly 2811 4020 0 0 0.688 2872 3986 0 0 0.75 2811 4020 0 0 0.688 2 interp_poly -47 -76 61 -34 2811 4020 3 MP PP 2811 4020 0 0 0.688 2872 3986 0 0 0.75 2811 4020 0 0 0.688 2 interp_poly 2872 3986 0 0 0.75 2825 3910 0 0 0.812 2872 3986 0 0 0.75 2 interp_poly 60 -18 -46 -20 2804 3394 3 MP PP 2804 3394 0 0 0.562 2758 3374 0 0 0.562 2804 3394 0 0 0.562 2 interp_poly 2758 3374 0 0 0.562 2818 3356 0 0 0.562 2758 3374 0 0 0.562 2 interp_poly -47 -22 61 -13 2776 3466 3 MP PP 2776 3466 0 0 0.562 2837 3453 0 0 0.562 2776 3466 0 0 0.562 2 interp_poly 2837 3453 0 0 0.562 2790 3431 0 0 0.562 2837 3453 0 0 0.562 2 interp_poly -46 -7 60 -6 2734 3530 3 MP PP 2734 3530 0 0 0.625 2794 3524 0 0 0.625 2734 3530 0 0 0.625 2 interp_poly 2794 3524 0 0 0.625 2748 3517 0 0 0.625 2794 3524 0 0 0.625 2 interp_poly 60 -6 -46 5 2780 3525 3 MP PP 2780 3525 0 0 0.688 2734 3530 0 0 0.625 2780 3525 0 0 0.688 2 interp_poly 2734 3530 0 0 0.625 2794 3524 0 0 0.625 2734 3530 0 0 0.625 2 interp_poly -47 -1 61 0 2780 3525 3 MP PP 2780 3525 0 0 0.688 2841 3525 0 0 0.688 2780 3525 0 0 0.688 2 interp_poly 2841 3525 0 0 0.688 2794 3524 0 0 0.625 2841 3525 0 0 0.688 2 interp_poly 60 -5 -46 -7 2794 3524 3 MP PP 2794 3524 0 0 0.625 2748 3517 0 0 0.625 2794 3524 0 0 0.625 2 interp_poly 2748 3517 0 0 0.625 2808 3512 0 0 0.562 2748 3517 0 0 0.625 2 interp_poly 61 0 -47 19 2827 3506 3 MP PP 2827 3506 0 0 0.75 2780 3525 0 0 0.688 2827 3506 0 0 0.75 2 interp_poly 2780 3525 0 0 0.688 2841 3525 0 0 0.688 2780 3525 0 0 0.688 2 interp_poly -47 -21 61 -16 2790 3431 3 MP PP 2790 3431 0 0 0.562 2851 3415 0 0 0.562 2790 3431 0 0 0.562 2 interp_poly 2851 3415 0 0 0.562 2804 3394 0 0 0.562 2851 3415 0 0 0.562 2 interp_poly 61 -16 -47 -22 2837 3453 3 MP PP 2837 3453 0 0 0.562 2790 3431 0 0 0.562 2837 3453 0 0 0.562 2 interp_poly 2790 3431 0 0 0.562 2851 3415 0 0 0.562 2790 3431 0 0 0.562 2 interp_poly -46 127 60 -111 2785 3474 3 MP PP 2785 3474 0 0.0625 1 2845 3363 0 0.188 1 2785 3474 0 0.0625 1 2 interp_poly 2845 3363 0 0.188 1 2799 3490 0 0 0.938 2845 3363 0 0.188 1 2 interp_poly -46 -20 60 -16 2744 3410 3 MP PP 2744 3410 0 0 0.562 2804 3394 0 0 0.562 2744 3410 0 0 0.562 2 interp_poly 2804 3394 0 0 0.562 2758 3374 0 0 0.562 2804 3394 0 0 0.562 2 interp_poly 60 -16 -46 -21 2790 3431 3 MP PP 2790 3431 0 0 0.562 2744 3410 0 0 0.562 2790 3431 0 0 0.562 2 interp_poly 2744 3410 0 0 0.562 2804 3394 0 0 0.562 2744 3410 0 0 0.562 2 interp_poly -46 -19 60 -18 2758 3374 3 MP PP 2758 3374 0 0 0.562 2818 3356 0 0 0.562 2758 3374 0 0 0.562 2 interp_poly 2818 3356 0 0 0.562 2772 3337 0 0 0.562 2818 3356 0 0 0.562 2 interp_poly -46 -19 60 -18 2772 3337 3 MP PP 2772 3337 0 0 0.562 2832 3319 0 0 0.562 2772 3337 0 0 0.562 2 interp_poly 2832 3319 0 0 0.562 2786 3300 0 0 0.562 2832 3319 0 0 0.562 2 interp_poly 60 -18 -46 -19 2818 3356 3 MP PP 2818 3356 0 0 0.562 2772 3337 0 0 0.562 2818 3356 0 0 0.562 2 interp_poly 2772 3337 0 0 0.562 2832 3319 0 0 0.562 2772 3337 0 0 0.562 2 interp_poly 60 -111 -46 249 2831 3225 3 MP PP 2831 3225 0 0.562 1 2785 3474 0 0.0625 1 2831 3225 0 0.562 1 2 interp_poly 2785 3474 0 0.0625 1 2845 3363 0 0.188 1 2785 3474 0 0.0625 1 2 interp_poly -46 73 60 -71 2799 3490 3 MP PP 2799 3490 0 0 0.938 2859 3419 0 0.0625 1 2799 3490 0 0 0.938 2 interp_poly 2859 3419 0 0.0625 1 2813 3492 0 0 0.875 2859 3419 0 0.0625 1 2 interp_poly 60 -71 -46 127 2845 3363 3 MP PP 2845 3363 0 0.188 1 2799 3490 0 0 0.938 2845 3363 0 0.188 1 2 interp_poly 2799 3490 0 0 0.938 2859 3419 0 0.0625 1 2799 3490 0 0 0.938 2 interp_poly 61 -18 -47 -245 2854 3624 3 MP PP 2854 3624 0 0.25 1 2807 3379 0 0.625 1 2854 3624 0 0.25 1 2 interp_poly 2807 3379 0 0.625 1 2868 3361 0 0.625 1 2807 3379 0 0.625 1 2 interp_poly -46 -21 60 -15 2730 3446 3 MP PP 2730 3446 0 0 0.562 2790 3431 0 0 0.562 2730 3446 0 0 0.562 2 interp_poly 2790 3431 0 0 0.562 2744 3410 0 0 0.562 2790 3431 0 0 0.562 2 interp_poly 60 -15 -46 -20 2776 3466 3 MP PP 2776 3466 0 0 0.562 2730 3446 0 0 0.562 2776 3466 0 0 0.562 2 interp_poly 2730 3446 0 0 0.562 2790 3431 0 0 0.562 2730 3446 0 0 0.562 2 interp_poly -46 249 61 -86 2770 3311 3 MP PP 2770 3311 0 0.438 1 2831 3225 0 0.562 1 2770 3311 0 0.438 1 2 interp_poly 2831 3225 0 0.562 1 2785 3474 0 0.0625 1 2831 3225 0 0.562 1 2 interp_poly -47 -355 61 -18 2807 3379 3 MP PP 2807 3379 0 0.625 1 2868 3361 0 0.625 1 2807 3379 0 0.625 1 2 interp_poly 2868 3361 0 0.625 1 2821 3006 0.25 1 0.812 2868 3361 0 0.625 1 2 interp_poly 60 -17 -46 -22 2852 4443 3 MP PP 2852 4443 0 0 0.562 2806 4421 0 0 0.562 2852 4443 0 0 0.562 2 interp_poly 2806 4421 0 0 0.562 2866 4404 0 0 0.562 2806 4421 0 0 0.562 2 interp_poly -46 -23 60 -17 2806 4421 3 MP PP 2806 4421 0 0 0.562 2866 4404 0 0 0.562 2806 4421 0 0 0.562 2 interp_poly 2866 4404 0 0 0.562 2820 4381 0 0 0.562 2866 4404 0 0 0.562 2 interp_poly 61 -13 -47 -26 2848 4289 3 MP PP 2848 4289 0 0 0.562 2801 4263 0 0 0.562 2848 4289 0 0 0.562 2 interp_poly 2801 4263 0 0 0.562 2862 4250 0 0 0.562 2801 4263 0 0 0.562 2 interp_poly -47 -21 61 -13 2801 4263 3 MP PP 2801 4263 0 0 0.562 2862 4250 0 0 0.562 2801 4263 0 0 0.562 2 interp_poly 2862 4250 0 0 0.562 2815 4229 0 0 0.562 2862 4250 0 0 0.562 2 interp_poly 61 -43 -47 -30 2844 4144 3 MP PP 2844 4144 0 0 0.562 2797 4114 0 0 0.625 2844 4144 0 0 0.562 2 interp_poly 2797 4114 0 0 0.625 2858 4071 0 0 0.625 2797 4114 0 0 0.625 2 interp_poly -47 -51 61 -43 2797 4114 3 MP PP 2797 4114 0 0 0.625 2858 4071 0 0 0.625 2797 4114 0 0 0.625 2 interp_poly 2858 4071 0 0 0.625 2811 4020 0 0 0.688 2858 4071 0 0 0.625 2 interp_poly 61 -5 -46 -162 2839 3791 3 MP PP 2839 3791 0 0 1 2793 3629 0 0.25 1 2839 3791 0 0 1 2 interp_poly 2793 3629 0 0.25 1 2854 3624 0 0.25 1 2793 3629 0 0.25 1 2 interp_poly -46 -16 60 -5 2748 3517 3 MP PP 2748 3517 0 0 0.625 2808 3512 0 0 0.562 2748 3517 0 0 0.625 2 interp_poly 2808 3512 0 0 0.562 2762 3496 0 0 0.562 2808 3512 0 0 0.562 2 interp_poly -46 5 60 -21 2720 3546 3 MP PP 2720 3546 0 0 0.688 2780 3525 0 0 0.688 2720 3546 0 0 0.688 2 interp_poly 2780 3525 0 0 0.688 2734 3530 0 0 0.625 2780 3525 0 0 0.688 2 interp_poly 60 -21 -46 16 2766 3530 3 MP PP 2766 3530 0 0 0.75 2720 3546 0 0 0.688 2766 3530 0 0 0.75 2 interp_poly 2720 3546 0 0 0.688 2780 3525 0 0 0.688 2720 3546 0 0 0.688 2 interp_poly -47 19 61 -24 2766 3530 3 MP PP 2766 3530 0 0 0.75 2827 3506 0 0 0.75 2766 3530 0 0 0.75 2 interp_poly 2827 3506 0 0 0.75 2780 3525 0 0 0.688 2827 3506 0 0 0.75 2 interp_poly 61 -24 -47 38 2813 3492 3 MP PP 2813 3492 0 0 0.875 2766 3530 0 0 0.75 2813 3492 0 0 0.875 2 interp_poly 2766 3530 0 0 0.75 2827 3506 0 0 0.75 2766 3530 0 0 0.75 2 interp_poly -47 38 61 -63 2752 3555 3 MP PP 2752 3555 0 0 0.75 2813 3492 0 0 0.875 2752 3555 0 0 0.75 2 interp_poly 2813 3492 0 0 0.875 2766 3530 0 0 0.75 2813 3492 0 0 0.875 2 interp_poly 61 -63 -47 65 2799 3490 3 MP PP 2799 3490 0 0 0.938 2752 3555 0 0 0.75 2799 3490 0 0 0.938 2 interp_poly 2752 3555 0 0 0.75 2813 3492 0 0 0.875 2752 3555 0 0 0.75 2 interp_poly -47 -245 61 -5 2793 3629 3 MP PP 2793 3629 0 0.25 1 2854 3624 0 0.25 1 2793 3629 0 0.25 1 2 interp_poly 2854 3624 0 0.25 1 2807 3379 0 0.625 1 2854 3624 0 0.25 1 2 interp_poly -47 622 61 -215 2742 2415 3 MP PP 2742 2415 1 0.875 0 2803 2200 1 0.5 0 2742 2415 1 0.875 0 2 interp_poly 2803 2200 1 0.5 0 2756 2822 0.375 1 0.688 2803 2200 1 0.5 0 2 interp_poly 61 -215 -47 196 2789 2219 3 MP PP 2789 2219 1 0.438 0 2742 2415 1 0.875 0 2789 2219 1 0.438 0 2 interp_poly 2742 2415 1 0.875 0 2803 2200 1 0.5 0 2742 2415 1 0.875 0 2 interp_poly 61 -14 -47 622 2803 2200 3 MP PP 2803 2200 1 0.5 0 2756 2822 0.375 1 0.688 2803 2200 1 0.5 0 2 interp_poly 2756 2822 0.375 1 0.688 2817 2808 0.375 1 0.688 2756 2822 0.375 1 0.688 2 interp_poly -46 306 60 -325 2789 2219 3 MP PP 2789 2219 1 0.438 0 2849 1894 0.875 0 0 2789 2219 1 0.438 0 2 interp_poly 2849 1894 0.875 0 0 2803 2200 1 0.5 0 2849 1894 0.875 0 0 2 interp_poly 60 -325 -46 -239 2835 2458 3 MP PP 2835 2458 1 0.875 0 2789 2219 1 0.438 0 2835 2458 1 0.875 0 2 interp_poly 2789 2219 1 0.438 0 2849 1894 0.875 0 0 2789 2219 1 0.438 0 2 interp_poly 61 -20 -47 -27 2834 4336 3 MP PP 2834 4336 0 0 0.562 2787 4309 0 0 0.562 2834 4336 0 0 0.562 2 interp_poly 2787 4309 0 0 0.562 2848 4289 0 0 0.562 2787 4309 0 0 0.562 2 interp_poly -47 -26 61 -20 2787 4309 3 MP PP 2787 4309 0 0 0.562 2848 4289 0 0 0.562 2787 4309 0 0 0.562 2 interp_poly 2848 4289 0 0 0.562 2801 4263 0 0 0.562 2848 4289 0 0 0.562 2 interp_poly 61 -33 -47 -19 2830 4196 3 MP PP 2830 4196 0 0 0.562 2783 4177 0 0 0.562 2830 4196 0 0 0.562 2 interp_poly 2783 4177 0 0 0.562 2844 4144 0 0 0.562 2783 4177 0 0 0.562 2 interp_poly -47 -30 61 -33 2783 4177 3 MP PP 2783 4177 0 0 0.562 2844 4144 0 0 0.562 2783 4177 0 0 0.562 2 interp_poly 2844 4144 0 0 0.562 2797 4114 0 0 0.625 2844 4144 0 0 0.562 2 interp_poly 60 -7 -46 -112 2825 3910 3 MP PP 2825 3910 0 0 0.812 2779 3798 0 0 1 2825 3910 0 0 0.812 2 interp_poly 2779 3798 0 0 1 2839 3791 0 0 1 2779 3798 0 0 1 2 interp_poly -46 -162 60 -7 2779 3798 3 MP PP 2779 3798 0 0 1 2839 3791 0 0 1 2779 3798 0 0 1 2 interp_poly 2839 3791 0 0 1 2793 3629 0 0.25 1 2839 3791 0 0 1 2 interp_poly -47 -21 61 -17 2707 3223 3 MP PP 2707 3223 0 0 0.562 2768 3206 0 0 0.562 2707 3223 0 0 0.562 2 interp_poly 2768 3206 0 0 0.562 2721 3185 0 0 0.562 2768 3206 0 0 0.562 2 interp_poly 61 -17 -47 -20 2754 3243 3 MP PP 2754 3243 0 0 0.562 2707 3223 0 0 0.562 2754 3243 0 0 0.562 2 interp_poly 2707 3223 0 0 0.562 2768 3206 0 0 0.562 2707 3223 0 0 0.562 2 interp_poly -47 -21 61 -16 2721 3185 3 MP PP 2721 3185 0 0 0.562 2782 3169 0 0 0.562 2721 3185 0 0 0.562 2 interp_poly 2782 3169 0 0 0.562 2735 3148 0 0 0.562 2782 3169 0 0 0.562 2 interp_poly 61 -16 -47 -21 2768 3206 3 MP PP 2768 3206 0 0 0.562 2721 3185 0 0 0.562 2768 3206 0 0 0.562 2 interp_poly 2721 3185 0 0 0.562 2782 3169 0 0 0.562 2721 3185 0 0 0.562 2 interp_poly -47 503 61 -14 2756 2822 3 MP PP 2756 2822 0.375 1 0.688 2817 2808 0.375 1 0.688 2756 2822 0.375 1 0.688 2 interp_poly 2817 2808 0.375 1 0.688 2770 3311 0 0.438 1 2817 2808 0.375 1 0.688 2 interp_poly 60 -196 -46 -352 2821 3006 3 MP PP 2821 3006 0.25 1 0.812 2775 2654 0.875 1 0.188 2821 3006 0.25 1 0.812 2 interp_poly 2775 2654 0.875 1 0.188 2835 2458 1 0.875 0 2775 2654 0.875 1 0.188 2 interp_poly -46 -239 60 -196 2775 2654 3 MP PP 2775 2654 0.875 1 0.188 2835 2458 1 0.875 0 2775 2654 0.875 1 0.188 2 interp_poly 2835 2458 1 0.875 0 2789 2219 1 0.438 0 2835 2458 1 0.875 0 2 interp_poly 61 -21 -47 -24 2820 4381 3 MP PP 2820 4381 0 0 0.562 2773 4357 0 0 0.562 2820 4381 0 0 0.562 2 interp_poly 2773 4357 0 0 0.562 2834 4336 0 0 0.562 2773 4357 0 0 0.562 2 interp_poly -47 -27 61 -21 2773 4357 3 MP PP 2773 4357 0 0 0.562 2834 4336 0 0 0.562 2773 4357 0 0 0.562 2 interp_poly 2834 4336 0 0 0.562 2787 4309 0 0 0.562 2834 4336 0 0 0.562 2 interp_poly 61 -15 -46 -18 2815 4229 3 MP PP 2815 4229 0 0 0.562 2769 4211 0 0 0.562 2815 4229 0 0 0.562 2 interp_poly 2769 4211 0 0 0.562 2830 4196 0 0 0.562 2769 4211 0 0 0.562 2 interp_poly -47 -19 61 -15 2769 4211 3 MP PP 2769 4211 0 0 0.562 2830 4196 0 0 0.562 2769 4211 0 0 0.562 2 interp_poly 2830 4196 0 0 0.562 2783 4177 0 0 0.562 2830 4196 0 0 0.562 2 interp_poly 60 -37 -46 -73 2811 4020 3 MP PP 2811 4020 0 0 0.688 2765 3947 0 0 0.812 2811 4020 0 0 0.688 2 interp_poly 2765 3947 0 0 0.812 2825 3910 0 0 0.812 2765 3947 0 0 0.812 2 interp_poly -46 -112 60 -37 2765 3947 3 MP PP 2765 3947 0 0 0.812 2825 3910 0 0 0.812 2765 3947 0 0 0.812 2 interp_poly 2825 3910 0 0 0.812 2779 3798 0 0 1 2825 3910 0 0 0.812 2 interp_poly 60 -17 -46 -21 2749 3110 3 MP PP 2749 3110 0 0 0.562 2703 3089 0 0 0.562 2749 3110 0 0 0.562 2 interp_poly 2703 3089 0 0 0.562 2763 3072 0 0 0.562 2703 3089 0 0 0.562 2 interp_poly -46 -20 60 -17 2665 3334 3 MP PP 2665 3334 0 0 0.562 2725 3317 0 0 0.562 2665 3334 0 0 0.562 2 interp_poly 2725 3317 0 0 0.562 2679 3297 0 0 0.562 2725 3317 0 0 0.562 2 interp_poly -46 -22 60 -16 2675 3164 3 MP PP 2675 3164 0 0 0.562 2735 3148 0 0 0.562 2675 3164 0 0 0.562 2 interp_poly 2735 3148 0 0 0.562 2689 3126 0 0 0.562 2735 3148 0 0 0.562 2 interp_poly 60 -16 -46 -21 2721 3185 3 MP PP 2721 3185 0 0 0.562 2675 3164 0 0 0.562 2721 3185 0 0 0.562 2 interp_poly 2675 3164 0 0 0.562 2735 3148 0 0 0.562 2675 3164 0 0 0.562 2 interp_poly -46 -20 60 -17 2679 3297 3 MP PP 2679 3297 0 0 0.562 2739 3280 0 0 0.562 2679 3297 0 0 0.562 2 interp_poly 2739 3280 0 0 0.562 2693 3260 0 0 0.562 2739 3280 0 0 0.562 2 interp_poly 60 -17 -46 -20 2725 3317 3 MP PP 2725 3317 0 0 0.562 2679 3297 0 0 0.562 2725 3317 0 0 0.562 2 interp_poly 2679 3297 0 0 0.562 2739 3280 0 0 0.562 2679 3297 0 0 0.562 2 interp_poly -46 -21 60 -16 2689 3126 3 MP PP 2689 3126 0 0 0.562 2749 3110 0 0 0.562 2689 3126 0 0 0.562 2 interp_poly 2749 3110 0 0 0.562 2703 3089 0 0 0.562 2749 3110 0 0 0.562 2 interp_poly 60 -16 -46 -22 2735 3148 3 MP PP 2735 3148 0 0 0.562 2689 3126 0 0 0.562 2735 3148 0 0 0.562 2 interp_poly 2689 3126 0 0 0.562 2749 3110 0 0 0.562 2689 3126 0 0 0.562 2 interp_poly -47 -20 61 -17 2693 3260 3 MP PP 2693 3260 0 0 0.562 2754 3243 0 0 0.562 2693 3260 0 0 0.562 2 interp_poly 2754 3243 0 0 0.562 2707 3223 0 0 0.562 2754 3243 0 0 0.562 2 interp_poly 61 -17 -46 -20 2739 3280 3 MP PP 2739 3280 0 0 0.562 2693 3260 0 0 0.562 2739 3280 0 0 0.562 2 interp_poly 2693 3260 0 0 0.562 2754 3243 0 0 0.562 2693 3260 0 0 0.562 2 interp_poly 60 -2 -46 491 2756 2822 3 MP PP 2756 2822 0.375 1 0.688 2710 3313 0 0.438 1 2756 2822 0.375 1 0.688 2 interp_poly 2710 3313 0 0.438 1 2770 3311 0 0.438 1 2710 3313 0 0.438 1 2 interp_poly 60 -58 -46 -315 2807 3379 3 MP PP 2807 3379 0 0.625 1 2761 3064 0.188 1 0.875 2807 3379 0 0.625 1 2 interp_poly 2761 3064 0.188 1 0.875 2821 3006 0.25 1 0.812 2761 3064 0.188 1 0.875 2 interp_poly -46 -352 60 -58 2761 3064 3 MP PP 2761 3064 0.188 1 0.875 2821 3006 0.25 1 0.812 2761 3064 0.188 1 0.875 2 interp_poly 2821 3006 0.25 1 0.812 2775 2654 0.875 1 0.188 2821 3006 0.25 1 0.812 2 interp_poly 61 -17 -47 -23 2806 4421 3 MP PP 2806 4421 0 0 0.562 2759 4398 0 0 0.562 2806 4421 0 0 0.562 2 interp_poly 2759 4398 0 0 0.562 2820 4381 0 0 0.562 2759 4398 0 0 0.562 2 interp_poly -47 -24 61 -17 2759 4398 3 MP PP 2759 4398 0 0 0.562 2820 4381 0 0 0.562 2759 4398 0 0 0.562 2 interp_poly 2820 4381 0 0 0.562 2773 4357 0 0 0.562 2820 4381 0 0 0.562 2 interp_poly 60 -8 -46 -26 2801 4263 3 MP PP 2801 4263 0 0 0.562 2755 4237 0 0 0.562 2801 4263 0 0 0.562 2 interp_poly 2755 4237 0 0 0.562 2815 4229 0 0 0.562 2755 4237 0 0 0.562 2 interp_poly -46 -18 60 -8 2755 4237 3 MP PP 2755 4237 0 0 0.562 2815 4229 0 0 0.562 2755 4237 0 0 0.562 2 interp_poly 2815 4229 0 0 0.562 2769 4211 0 0 0.562 2815 4229 0 0 0.562 2 interp_poly 60 -54 -46 -40 2797 4114 3 MP PP 2797 4114 0 0 0.625 2751 4074 0 0 0.625 2797 4114 0 0 0.625 2 interp_poly 2751 4074 0 0 0.625 2811 4020 0 0 0.688 2751 4074 0 0 0.625 2 interp_poly -46 -73 60 -54 2751 4074 3 MP PP 2751 4074 0 0 0.625 2811 4020 0 0 0.688 2751 4074 0 0 0.625 2 interp_poly 2811 4020 0 0 0.688 2765 3947 0 0 0.812 2811 4020 0 0 0.688 2 interp_poly 61 -16 -47 -20 2744 3410 3 MP PP 2744 3410 0 0 0.562 2697 3390 0 0 0.562 2744 3410 0 0 0.562 2 interp_poly 2697 3390 0 0 0.562 2758 3374 0 0 0.562 2697 3390 0 0 0.562 2 interp_poly 60 -17 -46 -20 2711 3354 3 MP PP 2711 3354 0 0 0.562 2665 3334 0 0 0.562 2711 3354 0 0 0.562 2 interp_poly 2665 3334 0 0 0.562 2725 3317 0 0 0.562 2665 3334 0 0 0.562 2 interp_poly -47 -20 61 -14 2669 3460 3 MP PP 2669 3460 0 0 0.562 2730 3446 0 0 0.562 2669 3460 0 0 0.562 2 interp_poly 2730 3446 0 0 0.562 2683 3426 0 0 0.562 2730 3446 0 0 0.562 2 interp_poly 61 -14 -46 -18 2715 3478 3 MP PP 2715 3478 0 0 0.562 2669 3460 0 0 0.562 2715 3478 0 0 0.562 2 interp_poly 2669 3460 0 0 0.562 2730 3446 0 0 0.562 2669 3460 0 0 0.562 2 interp_poly -47 -4 61 -20 2673 3550 3 MP PP 2673 3550 0 0 0.625 2734 3530 0 0 0.625 2673 3550 0 0 0.625 2 interp_poly 2734 3530 0 0 0.625 2687 3526 0 0 0.625 2734 3530 0 0 0.625 2 interp_poly 61 -20 -47 4 2720 3546 3 MP PP 2720 3546 0 0 0.688 2673 3550 0 0 0.625 2720 3546 0 0 0.688 2 interp_poly 2673 3550 0 0 0.625 2734 3530 0 0 0.625 2673 3550 0 0 0.625 2 interp_poly -47 -20 61 -16 2683 3426 3 MP PP 2683 3426 0 0 0.562 2744 3410 0 0 0.562 2683 3426 0 0 0.562 2 interp_poly 2744 3410 0 0 0.562 2697 3390 0 0 0.562 2744 3410 0 0 0.562 2 interp_poly 61 -16 -47 -20 2730 3446 3 MP PP 2730 3446 0 0 0.562 2683 3426 0 0 0.562 2730 3446 0 0 0.562 2 interp_poly 2683 3426 0 0 0.562 2744 3410 0 0 0.562 2683 3426 0 0 0.562 2 interp_poly -47 -12 61 -9 2687 3526 3 MP PP 2687 3526 0 0 0.625 2748 3517 0 0 0.625 2687 3526 0 0 0.625 2 interp_poly 2748 3517 0 0 0.625 2701 3505 0 0 0.562 2748 3517 0 0 0.625 2 interp_poly 61 -9 -47 -4 2734 3530 3 MP PP 2734 3530 0 0 0.625 2687 3526 0 0 0.625 2734 3530 0 0 0.625 2 interp_poly 2687 3526 0 0 0.625 2748 3517 0 0 0.625 2687 3526 0 0 0.625 2 interp_poly -46 27 60 -83 2692 3638 3 MP PP 2692 3638 0 0 0.625 2752 3555 0 0 0.75 2692 3638 0 0 0.625 2 interp_poly 2752 3555 0 0 0.75 2706 3582 0 0 0.688 2752 3555 0 0 0.75 2 interp_poly -47 -20 61 -16 2697 3390 3 MP PP 2697 3390 0 0 0.562 2758 3374 0 0 0.562 2697 3390 0 0 0.562 2 interp_poly 2758 3374 0 0 0.562 2711 3354 0 0 0.562 2758 3374 0 0 0.562 2 interp_poly -47 -18 61 -9 2701 3505 3 MP PP 2701 3505 0 0 0.562 2762 3496 0 0 0.562 2701 3505 0 0 0.562 2 interp_poly 2762 3496 0 0 0.562 2715 3478 0 0 0.562 2762 3496 0 0 0.562 2 interp_poly 61 -9 -47 -12 2748 3517 3 MP PP 2748 3517 0 0 0.625 2701 3505 0 0 0.562 2748 3517 0 0 0.625 2 interp_poly 2701 3505 0 0 0.562 2762 3496 0 0 0.562 2701 3505 0 0 0.562 2 interp_poly -46 16 60 -52 2706 3582 3 MP PP 2706 3582 0 0 0.688 2766 3530 0 0 0.75 2706 3582 0 0 0.688 2 interp_poly 2766 3530 0 0 0.75 2720 3546 0 0 0.688 2766 3530 0 0 0.75 2 interp_poly 60 -52 -46 27 2752 3555 3 MP PP 2752 3555 0 0 0.75 2706 3582 0 0 0.688 2752 3555 0 0 0.75 2 interp_poly 2706 3582 0 0 0.688 2766 3530 0 0 0.75 2706 3582 0 0 0.688 2 interp_poly -47 -20 61 -17 2711 3354 3 MP PP 2711 3354 0 0 0.562 2772 3337 0 0 0.562 2711 3354 0 0 0.562 2 interp_poly 2772 3337 0 0 0.562 2725 3317 0 0 0.562 2772 3337 0 0 0.562 2 interp_poly 61 -17 -47 -20 2758 3374 3 MP PP 2758 3374 0 0 0.562 2711 3354 0 0 0.562 2758 3374 0 0 0.562 2 interp_poly 2711 3354 0 0 0.562 2772 3337 0 0 0.562 2711 3354 0 0 0.562 2 interp_poly -46 -20 61 -12 2715 3478 3 MP PP 2715 3478 0 0 0.562 2776 3466 0 0 0.562 2715 3478 0 0 0.562 2 interp_poly 2776 3466 0 0 0.562 2730 3446 0 0 0.562 2776 3466 0 0 0.562 2 interp_poly 61 -12 -47 -18 2762 3496 3 MP PP 2762 3496 0 0 0.562 2715 3478 0 0 0.562 2762 3496 0 0 0.562 2 interp_poly 2715 3478 0 0 0.562 2776 3466 0 0 0.562 2715 3478 0 0 0.562 2 interp_poly -46 262 60 -2 2710 3313 3 MP PP 2710 3313 0 0.438 1 2770 3311 0 0.438 1 2710 3313 0 0.438 1 2 interp_poly 2770 3311 0 0.438 1 2724 3573 0 0 0.875 2770 3311 0 0.438 1 2 interp_poly 60 -83 -46 45 2738 3593 3 MP PP 2738 3593 0 0 0.75 2692 3638 0 0 0.625 2738 3593 0 0 0.75 2 interp_poly 2692 3638 0 0 0.625 2752 3555 0 0 0.75 2692 3638 0 0 0.625 2 interp_poly -47 65 61 -103 2738 3593 3 MP PP 2738 3593 0 0 0.75 2799 3490 0 0 0.938 2738 3593 0 0 0.75 2 interp_poly 2799 3490 0 0 0.938 2752 3555 0 0 0.75 2799 3490 0 0 0.938 2 interp_poly -47 119 61 -99 2724 3573 3 MP PP 2724 3573 0 0 0.875 2785 3474 0 0.0625 1 2724 3573 0 0 0.875 2 interp_poly 2785 3474 0 0.0625 1 2738 3593 0 0 0.75 2785 3474 0 0.0625 1 2 interp_poly 61 -99 -46 262 2770 3311 3 MP PP 2770 3311 0 0.438 1 2724 3573 0 0 0.875 2770 3311 0 0.438 1 2 interp_poly 2724 3573 0 0 0.875 2785 3474 0 0.0625 1 2724 3573 0 0 0.875 2 interp_poly 61 -103 -47 119 2785 3474 3 MP PP 2785 3474 0 0.0625 1 2738 3593 0 0 0.75 2785 3474 0 0.0625 1 2 interp_poly 2738 3593 0 0 0.75 2799 3490 0 0 0.938 2738 3593 0 0 0.75 2 interp_poly 61 -15 -47 -235 2793 3629 3 MP PP 2793 3629 0 0.25 1 2746 3394 0 0.625 1 2793 3629 0 0.25 1 2 interp_poly 2746 3394 0 0.625 1 2807 3379 0 0.625 1 2746 3394 0 0.625 1 2 interp_poly -46 -315 61 -15 2746 3394 3 MP PP 2746 3394 0 0.625 1 2807 3379 0 0.625 1 2746 3394 0 0.625 1 2 interp_poly 2807 3379 0 0.625 1 2761 3064 0.188 1 0.875 2807 3379 0 0.625 1 2 interp_poly 60 -16 -46 -30 2787 4309 3 MP PP 2787 4309 0 0 0.562 2741 4279 0 0 0.562 2787 4309 0 0 0.562 2 interp_poly 2741 4279 0 0 0.562 2801 4263 0 0 0.562 2741 4279 0 0 0.562 2 interp_poly -46 -26 60 -16 2741 4279 3 MP PP 2741 4279 0 0 0.562 2801 4263 0 0 0.562 2741 4279 0 0 0.562 2 interp_poly 2801 4263 0 0 0.562 2755 4237 0 0 0.562 2801 4263 0 0 0.562 2 interp_poly 60 -42 -46 -21 2783 4177 3 MP PP 2783 4177 0 0 0.562 2737 4156 0 0 0.562 2783 4177 0 0 0.562 2 interp_poly 2737 4156 0 0 0.562 2797 4114 0 0 0.625 2737 4156 0 0 0.562 2 interp_poly -46 -40 60 -42 2737 4156 3 MP PP 2737 4156 0 0 0.562 2797 4114 0 0 0.625 2737 4156 0 0 0.562 2 interp_poly 2797 4114 0 0 0.625 2751 4074 0 0 0.625 2797 4114 0 0 0.625 2 interp_poly 61 -2 -47 -167 2779 3798 3 MP PP 2779 3798 0 0 1 2732 3631 0 0.25 1 2779 3798 0 0 1 2 interp_poly 2732 3631 0 0.25 1 2793 3629 0 0.25 1 2732 3631 0 0.25 1 2 interp_poly -46 45 61 -84 2677 3677 3 MP PP 2677 3677 0 0 0.625 2738 3593 0 0 0.75 2677 3677 0 0 0.625 2 interp_poly 2738 3593 0 0 0.75 2692 3638 0 0 0.625 2738 3593 0 0 0.75 2 interp_poly 61 -84 -47 104 2724 3573 3 MP PP 2724 3573 0 0 0.875 2677 3677 0 0 0.625 2724 3573 0 0 0.875 2 interp_poly 2677 3677 0 0 0.625 2738 3593 0 0 0.75 2677 3677 0 0 0.625 2 interp_poly -47 -235 61 -2 2732 3631 3 MP PP 2732 3631 0 0.25 1 2793 3629 0 0.25 1 2732 3631 0 0.25 1 2 interp_poly 2793 3629 0 0.25 1 2746 3394 0 0.625 1 2793 3629 0 0.25 1 2 interp_poly -46 443 60 -196 2682 2611 3 MP PP 2682 2611 0.875 1 0.188 2742 2415 1 0.875 0 2682 2611 0.875 1 0.188 2 interp_poly 2742 2415 1 0.875 0 2696 2858 0.375 1 0.688 2742 2415 1 0.875 0 2 interp_poly 60 -36 -46 443 2742 2415 3 MP PP 2742 2415 1 0.875 0 2696 2858 0.375 1 0.688 2742 2415 1 0.875 0 2 interp_poly 2696 2858 0.375 1 0.688 2756 2822 0.375 1 0.688 2696 2858 0.375 1 0.688 2 interp_poly 61 -268 -47 -167 2775 2654 3 MP PP 2775 2654 0.875 1 0.188 2728 2487 1 0.938 0 2775 2654 0.875 1 0.188 2 interp_poly 2728 2487 1 0.938 0 2789 2219 1 0.438 0 2728 2487 1 0.938 0 2 interp_poly -47 196 61 -268 2728 2487 3 MP PP 2728 2487 1 0.938 0 2789 2219 1 0.438 0 2728 2487 1 0.938 0 2 interp_poly 2789 2219 1 0.438 0 2742 2415 1 0.875 0 2789 2219 1 0.438 0 2 interp_poly 60 -21 -46 -27 2773 4357 3 MP PP 2773 4357 0 0 0.562 2727 4330 0 0 0.562 2773 4357 0 0 0.562 2 interp_poly 2727 4330 0 0 0.562 2787 4309 0 0 0.562 2727 4330 0 0 0.562 2 interp_poly -46 -30 60 -21 2727 4330 3 MP PP 2727 4330 0 0 0.562 2787 4309 0 0 0.562 2727 4330 0 0 0.562 2 interp_poly 2787 4309 0 0 0.562 2741 4279 0 0 0.562 2787 4309 0 0 0.562 2 interp_poly 61 -17 -47 -17 2769 4211 3 MP PP 2769 4211 0 0 0.562 2722 4194 0 0 0.562 2769 4211 0 0 0.562 2 interp_poly 2722 4194 0 0 0.562 2783 4177 0 0 0.562 2722 4194 0 0 0.562 2 interp_poly -46 -21 61 -17 2722 4194 3 MP PP 2722 4194 0 0 0.562 2783 4177 0 0 0.562 2722 4194 0 0 0.562 2 interp_poly 2783 4177 0 0 0.562 2737 4156 0 0 0.562 2783 4177 0 0 0.562 2 interp_poly 61 -38 -47 -111 2765 3947 3 MP PP 2765 3947 0 0 0.812 2718 3836 0 0 0.938 2765 3947 0 0 0.812 2 interp_poly 2718 3836 0 0 0.938 2779 3798 0 0 1 2718 3836 0 0 0.938 2 interp_poly -47 -167 61 -38 2718 3836 3 MP PP 2718 3836 0 0 0.938 2779 3798 0 0 1 2718 3836 0 0 0.938 2 interp_poly 2779 3798 0 0 1 2732 3631 0 0.25 1 2779 3798 0 0 1 2 interp_poly 61 -16 -47 -21 2689 3126 3 MP PP 2689 3126 0 0 0.562 2642 3105 0 0 0.562 2689 3126 0 0 0.562 2 interp_poly 2642 3105 0 0 0.562 2703 3089 0 0 0.562 2642 3105 0 0 0.562 2 interp_poly -46 -21 61 -16 2646 3239 3 MP PP 2646 3239 0 0 0.562 2707 3223 0 0 0.562 2646 3239 0 0 0.562 2 interp_poly 2707 3223 0 0 0.562 2661 3202 0 0 0.562 2707 3223 0 0 0.562 2 interp_poly 61 -16 -47 -21 2693 3260 3 MP PP 2693 3260 0 0 0.562 2646 3239 0 0 0.562 2693 3260 0 0 0.562 2 interp_poly 2646 3239 0 0 0.562 2707 3223 0 0 0.562 2646 3239 0 0 0.562 2 interp_poly -46 -21 60 -17 2661 3202 3 MP PP 2661 3202 0 0 0.562 2721 3185 0 0 0.562 2661 3202 0 0 0.562 2 interp_poly 2721 3185 0 0 0.562 2675 3164 0 0 0.562 2721 3185 0 0 0.562 2 interp_poly 60 -17 -46 -21 2707 3223 3 MP PP 2707 3223 0 0 0.562 2661 3202 0 0 0.562 2707 3223 0 0 0.562 2 interp_poly 2661 3202 0 0 0.562 2721 3185 0 0 0.562 2661 3202 0 0 0.562 2 interp_poly -46 491 60 -36 2696 2858 3 MP PP 2696 2858 0.375 1 0.688 2756 2822 0.375 1 0.688 2696 2858 0.375 1 0.688 2 interp_poly 2756 2822 0.375 1 0.688 2710 3313 0 0.438 1 2756 2822 0.375 1 0.688 2 interp_poly 61 -107 -47 -303 2761 3064 3 MP PP 2761 3064 0.188 1 0.875 2714 2761 0.688 1 0.375 2761 3064 0.188 1 0.875 2 interp_poly 2714 2761 0.688 1 0.375 2775 2654 0.875 1 0.188 2714 2761 0.688 1 0.375 2 interp_poly -47 -167 61 -107 2714 2761 3 MP PP 2714 2761 0.688 1 0.375 2775 2654 0.875 1 0.188 2714 2761 0.688 1 0.375 2 interp_poly 2775 2654 0.875 1 0.188 2728 2487 1 0.938 0 2775 2654 0.875 1 0.188 2 interp_poly 60 -18 -46 -23 2759 4398 3 MP PP 2759 4398 0 0 0.562 2713 4375 0 0 0.562 2759 4398 0 0 0.562 2 interp_poly 2713 4375 0 0 0.562 2773 4357 0 0 0.562 2713 4375 0 0 0.562 2 interp_poly -46 -27 60 -18 2713 4375 3 MP PP 2713 4375 0 0 0.562 2773 4357 0 0 0.562 2713 4375 0 0 0.562 2 interp_poly 2773 4357 0 0 0.562 2727 4330 0 0 0.562 2773 4357 0 0 0.562 2 interp_poly 61 -2 -47 -24 2755 4237 3 MP PP 2755 4237 0 0 0.562 2708 4213 0 0 0.562 2755 4237 0 0 0.562 2 interp_poly 2708 4213 0 0 0.562 2769 4211 0 0 0.562 2708 4213 0 0 0.562 2 interp_poly -47 -17 61 -2 2708 4213 3 MP PP 2708 4213 0 0 0.562 2769 4211 0 0 0.562 2708 4213 0 0 0.562 2 interp_poly 2769 4211 0 0 0.562 2722 4194 0 0 0.562 2769 4211 0 0 0.562 2 interp_poly 61 -67 -47 -60 2751 4074 3 MP PP 2751 4074 0 0 0.625 2704 4014 0 0 0.688 2751 4074 0 0 0.625 2 interp_poly 2704 4014 0 0 0.688 2765 3947 0 0 0.812 2704 4014 0 0 0.688 2 interp_poly -47 -111 61 -67 2704 4014 3 MP PP 2704 4014 0 0 0.688 2765 3947 0 0 0.812 2704 4014 0 0 0.688 2 interp_poly 2765 3947 0 0 0.812 2718 3836 0 0 0.938 2765 3947 0 0 0.812 2 interp_poly -47 -21 61 -16 2600 3218 3 MP PP 2600 3218 0 0 0.562 2661 3202 0 0 0.562 2600 3218 0 0 0.562 2 interp_poly 2661 3202 0 0 0.562 2614 3181 0 0 0.562 2661 3202 0 0 0.562 2 interp_poly 61 -16 -46 -21 2646 3239 3 MP PP 2646 3239 0 0 0.562 2600 3218 0 0 0.562 2646 3239 0 0 0.562 2 interp_poly 2600 3218 0 0 0.562 2661 3202 0 0 0.562 2600 3218 0 0 0.562 2 interp_poly -47 -21 61 -17 2614 3181 3 MP PP 2614 3181 0 0 0.562 2675 3164 0 0 0.562 2614 3181 0 0 0.562 2 interp_poly 2675 3164 0 0 0.562 2628 3143 0 0 0.562 2675 3164 0 0 0.562 2 interp_poly 61 -17 -47 -21 2661 3202 3 MP PP 2661 3202 0 0 0.562 2614 3181 0 0 0.562 2661 3202 0 0 0.562 2 interp_poly 2614 3181 0 0 0.562 2675 3164 0 0 0.562 2614 3181 0 0 0.562 2 interp_poly -47 -21 61 -17 2628 3143 3 MP PP 2628 3143 0 0 0.562 2689 3126 0 0 0.562 2628 3143 0 0 0.562 2 interp_poly 2689 3126 0 0 0.562 2642 3105 0 0 0.562 2689 3126 0 0 0.562 2 interp_poly 61 -17 -47 -21 2675 3164 3 MP PP 2675 3164 0 0 0.562 2628 3143 0 0 0.562 2675 3164 0 0 0.562 2 interp_poly 2628 3143 0 0 0.562 2689 3126 0 0 0.562 2628 3143 0 0 0.562 2 interp_poly -47 -21 61 -17 2632 3277 3 MP PP 2632 3277 0 0 0.562 2693 3260 0 0 0.562 2632 3277 0 0 0.562 2 interp_poly 2693 3260 0 0 0.562 2646 3239 0 0 0.562 2693 3260 0 0 0.562 2 interp_poly 61 -17 -47 -20 2679 3297 3 MP PP 2679 3297 0 0 0.562 2632 3277 0 0 0.562 2679 3297 0 0 0.562 2 interp_poly 2632 3277 0 0 0.562 2693 3260 0 0 0.562 2632 3277 0 0 0.562 2 interp_poly 61 57 -47 398 2696 2858 3 MP PP 2696 2858 0.375 1 0.688 2649 3256 0 0.562 1 2696 2858 0.375 1 0.688 2 interp_poly 2649 3256 0 0.562 1 2710 3313 0 0.438 1 2649 3256 0 0.562 1 2 interp_poly 61 -35 -46 -295 2746 3394 3 MP PP 2746 3394 0 0.625 1 2700 3099 0.125 1 0.938 2746 3394 0 0.625 1 2 interp_poly 2700 3099 0.125 1 0.938 2761 3064 0.188 1 0.875 2700 3099 0.125 1 0.938 2 interp_poly -47 -303 61 -35 2700 3099 3 MP PP 2700 3099 0.125 1 0.938 2761 3064 0.188 1 0.875 2700 3099 0.125 1 0.938 2 interp_poly 2761 3064 0.188 1 0.875 2714 2761 0.688 1 0.375 2761 3064 0.188 1 0.875 2 interp_poly 61 -10 -47 -32 2741 4279 3 MP PP 2741 4279 0 0 0.562 2694 4247 0 0 0.625 2741 4279 0 0 0.562 2 interp_poly 2694 4247 0 0 0.625 2755 4237 0 0 0.562 2694 4247 0 0 0.625 2 interp_poly -47 -24 61 -10 2694 4247 3 MP PP 2694 4247 0 0 0.625 2755 4237 0 0 0.562 2694 4247 0 0 0.625 2 interp_poly 2755 4237 0 0 0.562 2708 4213 0 0 0.562 2755 4237 0 0 0.562 2 interp_poly 61 -57 -47 -25 2737 4156 3 MP PP 2737 4156 0 0 0.562 2690 4131 0 0 0.562 2737 4156 0 0 0.562 2 interp_poly 2690 4131 0 0 0.562 2751 4074 0 0 0.625 2690 4131 0 0 0.562 2 interp_poly -47 -60 61 -57 2690 4131 3 MP PP 2690 4131 0 0 0.562 2751 4074 0 0 0.625 2690 4131 0 0 0.562 2 interp_poly 2751 4074 0 0 0.625 2704 4014 0 0 0.688 2751 4074 0 0 0.625 2 interp_poly 60 -16 -46 -20 2683 3426 3 MP PP 2683 3426 0 0 0.562 2637 3406 0 0 0.562 2683 3426 0 0 0.562 2 interp_poly 2637 3406 0 0 0.562 2697 3390 0 0 0.562 2637 3406 0 0 0.562 2 interp_poly -47 -20 61 -16 2604 3350 3 MP PP 2604 3350 0 0 0.562 2665 3334 0 0 0.562 2604 3350 0 0 0.562 2 interp_poly 2665 3334 0 0 0.562 2618 3314 0 0 0.562 2665 3334 0 0 0.562 2 interp_poly 61 -16 -47 -20 2651 3370 3 MP PP 2651 3370 0 0 0.562 2604 3350 0 0 0.562 2651 3370 0 0 0.562 2 interp_poly 2604 3350 0 0 0.562 2665 3334 0 0 0.562 2604 3350 0 0 0.562 2 interp_poly -47 -19 61 -14 2608 3474 3 MP PP 2608 3474 0 0 0.562 2669 3460 0 0 0.562 2608 3474 0 0 0.562 2 interp_poly 2669 3460 0 0 0.562 2622 3441 0 0 0.562 2669 3460 0 0 0.562 2 interp_poly 61 -14 -47 -16 2655 3490 3 MP PP 2655 3490 0 0 0.562 2608 3474 0 0 0.562 2655 3490 0 0 0.562 2 interp_poly 2608 3474 0 0 0.562 2669 3460 0 0 0.562 2608 3474 0 0 0.562 2 interp_poly -46 -5 60 -34 2613 3584 3 MP PP 2613 3584 0 0 0.625 2673 3550 0 0 0.625 2613 3584 0 0 0.625 2 interp_poly 2673 3550 0 0 0.625 2627 3545 0 0 0.625 2673 3550 0 0 0.625 2 interp_poly 60 -34 -46 -4 2659 3588 3 MP PP 2659 3588 0 0 0.625 2613 3584 0 0 0.625 2659 3588 0 0 0.625 2 interp_poly 2613 3584 0 0 0.625 2673 3550 0 0 0.625 2613 3584 0 0 0.625 2 interp_poly -47 -20 61 -17 2618 3314 3 MP PP 2618 3314 0 0 0.562 2679 3297 0 0 0.562 2618 3314 0 0 0.562 2 interp_poly 2679 3297 0 0 0.562 2632 3277 0 0 0.562 2679 3297 0 0 0.562 2 interp_poly 61 -17 -47 -20 2665 3334 3 MP PP 2665 3334 0 0 0.562 2618 3314 0 0 0.562 2665 3334 0 0 0.562 2 interp_poly 2618 3314 0 0 0.562 2679 3297 0 0 0.562 2618 3314 0 0 0.562 2 interp_poly -46 -20 61 -15 2622 3441 3 MP PP 2622 3441 0 0 0.562 2683 3426 0 0 0.562 2622 3441 0 0 0.562 2 interp_poly 2683 3426 0 0 0.562 2637 3406 0 0 0.562 2683 3426 0 0 0.562 2 interp_poly 61 -15 -47 -19 2669 3460 3 MP PP 2669 3460 0 0 0.562 2622 3441 0 0 0.562 2669 3460 0 0 0.562 2 interp_poly 2622 3441 0 0 0.562 2683 3426 0 0 0.562 2622 3441 0 0 0.562 2 interp_poly -46 -8 60 -19 2627 3545 3 MP PP 2627 3545 0 0 0.625 2687 3526 0 0 0.625 2627 3545 0 0 0.625 2 interp_poly 2687 3526 0 0 0.625 2641 3518 0 0 0.562 2687 3526 0 0 0.625 2 interp_poly 60 -19 -46 -5 2673 3550 3 MP PP 2673 3550 0 0 0.625 2627 3545 0 0 0.625 2673 3550 0 0 0.625 2 interp_poly 2627 3545 0 0 0.625 2687 3526 0 0 0.625 2627 3545 0 0 0.625 2 interp_poly -46 -20 60 -16 2637 3406 3 MP PP 2637 3406 0 0 0.562 2697 3390 0 0 0.562 2637 3406 0 0 0.562 2 interp_poly 2697 3390 0 0 0.562 2651 3370 0 0 0.562 2697 3390 0 0 0.562 2 interp_poly -46 -15 60 -13 2641 3518 3 MP PP 2641 3518 0 0 0.562 2701 3505 0 0 0.562 2641 3518 0 0 0.562 2 interp_poly 2701 3505 0 0 0.562 2655 3490 0 0 0.562 2701 3505 0 0 0.562 2 interp_poly 60 -13 -46 -8 2687 3526 3 MP PP 2687 3526 0 0 0.625 2641 3518 0 0 0.562 2687 3526 0 0 0.625 2 interp_poly 2641 3518 0 0 0.562 2701 3505 0 0 0.562 2641 3518 0 0 0.562 2 interp_poly -46 -20 60 -16 2651 3370 3 MP PP 2651 3370 0 0 0.562 2711 3354 0 0 0.562 2651 3370 0 0 0.562 2 interp_poly 2711 3354 0 0 0.562 2665 3334 0 0 0.562 2711 3354 0 0 0.562 2 interp_poly 60 -16 -46 -20 2697 3390 3 MP PP 2697 3390 0 0 0.562 2651 3370 0 0 0.562 2697 3390 0 0 0.562 2 interp_poly 2651 3370 0 0 0.562 2711 3354 0 0 0.562 2651 3370 0 0 0.562 2 interp_poly -46 -18 60 -12 2655 3490 3 MP PP 2655 3490 0 0 0.562 2715 3478 0 0 0.562 2655 3490 0 0 0.562 2 interp_poly 2715 3478 0 0 0.562 2669 3460 0 0 0.562 2715 3478 0 0 0.562 2 interp_poly 60 -12 -46 -15 2701 3505 3 MP PP 2701 3505 0 0 0.562 2655 3490 0 0 0.562 2701 3505 0 0 0.562 2 interp_poly 2655 3490 0 0 0.562 2715 3478 0 0 0.562 2655 3490 0 0 0.562 2 interp_poly -47 263 61 57 2649 3256 3 MP PP 2649 3256 0 0.562 1 2710 3313 0 0.438 1 2649 3256 0 0.562 1 2 interp_poly 2710 3313 0 0.438 1 2663 3576 0 0 0.938 2710 3313 0 0.438 1 2 interp_poly -47 4 61 -42 2659 3588 3 MP PP 2659 3588 0 0 0.625 2720 3546 0 0 0.688 2659 3588 0 0 0.625 2 interp_poly 2720 3546 0 0 0.688 2673 3550 0 0 0.625 2720 3546 0 0 0.688 2 interp_poly 61 -42 -47 6 2706 3582 3 MP PP 2706 3582 0 0 0.688 2659 3588 0 0 0.625 2706 3582 0 0 0.688 2 interp_poly 2659 3588 0 0 0.625 2720 3546 0 0 0.688 2659 3588 0 0 0.625 2 interp_poly -47 8 61 -65 2631 3703 3 MP PP 2631 3703 0 0 0.562 2692 3638 0 0 0.625 2631 3703 0 0 0.562 2 interp_poly 2692 3638 0 0 0.625 2645 3646 0 0 0.625 2692 3638 0 0 0.625 2 interp_poly 61 -65 -46 26 2677 3677 3 MP PP 2677 3677 0 0 0.625 2631 3703 0 0 0.562 2677 3677 0 0 0.625 2 interp_poly 2631 3703 0 0 0.562 2692 3638 0 0 0.625 2631 3703 0 0 0.562 2 interp_poly -47 6 61 -64 2645 3646 3 MP PP 2645 3646 0 0 0.625 2706 3582 0 0 0.688 2645 3646 0 0 0.625 2 interp_poly 2706 3582 0 0 0.688 2659 3588 0 0 0.625 2706 3582 0 0 0.688 2 interp_poly 61 -64 -47 8 2692 3638 3 MP PP 2692 3638 0 0 0.625 2645 3646 0 0 0.625 2692 3638 0 0 0.625 2 interp_poly 2645 3646 0 0 0.625 2706 3582 0 0 0.688 2645 3646 0 0 0.625 2 interp_poly -47 104 61 -3 2663 3576 3 MP PP 2663 3576 0 0 0.938 2724 3573 0 0 0.875 2663 3576 0 0 0.938 2 interp_poly 2724 3573 0 0 0.875 2677 3677 0 0 0.625 2724 3573 0 0 0.875 2 interp_poly 61 -3 -47 263 2710 3313 3 MP PP 2710 3313 0 0.438 1 2663 3576 0 0 0.938 2710 3313 0 0.438 1 2 interp_poly 2663 3576 0 0 0.938 2724 3573 0 0 0.875 2663 3576 0 0 0.938 2 interp_poly 60 -3 -46 -234 2732 3631 3 MP PP 2732 3631 0 0.25 1 2686 3397 0 0.688 1 2732 3631 0 0.25 1 2 interp_poly 2686 3397 0 0.688 1 2746 3394 0 0.625 1 2686 3397 0 0.688 1 2 interp_poly -46 -295 60 -3 2686 3397 3 MP PP 2686 3397 0 0.688 1 2746 3394 0 0.625 1 2686 3397 0 0.688 1 2 interp_poly 2746 3394 0 0.625 1 2700 3099 0.125 1 0.938 2746 3394 0 0.625 1 2 interp_poly 60 -196 -46 124 2728 2487 3 MP PP 2728 2487 1 0.938 0 2682 2611 0.875 1 0.188 2728 2487 1 0.938 0 2 interp_poly 2682 2611 0.875 1 0.188 2742 2415 1 0.875 0 2682 2611 0.875 1 0.188 2 interp_poly 61 -21 -47 -30 2727 4330 3 MP PP 2727 4330 0 0 0.562 2680 4300 0 0 0.562 2727 4330 0 0 0.562 2 interp_poly 2680 4300 0 0 0.562 2741 4279 0 0 0.562 2680 4300 0 0 0.562 2 interp_poly -47 -32 61 -21 2680 4300 3 MP PP 2680 4300 0 0 0.562 2741 4279 0 0 0.562 2680 4300 0 0 0.562 2 interp_poly 2741 4279 0 0 0.562 2694 4247 0 0 0.625 2741 4279 0 0 0.562 2 interp_poly 61 -23 -46 -15 2722 4194 3 MP PP 2722 4194 0 0 0.562 2676 4179 0 0 0.562 2722 4194 0 0 0.562 2 interp_poly 2676 4179 0 0 0.562 2737 4156 0 0 0.562 2676 4179 0 0 0.562 2 interp_poly -47 -25 61 -23 2676 4179 3 MP PP 2676 4179 0 0 0.562 2737 4156 0 0 0.562 2676 4179 0 0 0.562 2 interp_poly 2737 4156 0 0 0.562 2690 4131 0 0 0.562 2737 4156 0 0 0.562 2 interp_poly 61 -49 -47 -8 2631 3703 3 MP PP 2631 3703 0 0 0.562 2584 3695 0 0 0.562 2631 3703 0 0 0.562 2 interp_poly 2584 3695 0 0 0.562 2645 3646 0 0 0.625 2584 3695 0 0 0.562 2 interp_poly -46 26 60 -7 2617 3684 3 MP PP 2617 3684 0 0 0.688 2677 3677 0 0 0.625 2617 3684 0 0 0.688 2 interp_poly 2677 3677 0 0 0.625 2631 3703 0 0 0.562 2677 3677 0 0 0.625 2 interp_poly -46 -9 61 -49 2584 3695 3 MP PP 2584 3695 0 0 0.562 2645 3646 0 0 0.625 2584 3695 0 0 0.562 2 interp_poly 2645 3646 0 0 0.625 2599 3637 0 0 0.562 2645 3646 0 0 0.625 2 interp_poly -46 -4 60 -49 2599 3637 3 MP PP 2599 3637 0 0 0.562 2659 3588 0 0 0.625 2599 3637 0 0 0.562 2 interp_poly 2659 3588 0 0 0.625 2613 3584 0 0 0.625 2659 3588 0 0 0.625 2 interp_poly 60 -49 -46 -9 2645 3646 3 MP PP 2645 3646 0 0 0.625 2599 3637 0 0 0.562 2645 3646 0 0 0.625 2 interp_poly 2599 3637 0 0 0.562 2659 3588 0 0 0.625 2599 3637 0 0 0.562 2 interp_poly 60 -7 -46 108 2663 3576 3 MP PP 2663 3576 0 0 0.938 2617 3684 0 0 0.688 2663 3576 0 0 0.938 2 interp_poly 2617 3684 0 0 0.688 2677 3677 0 0 0.625 2617 3684 0 0 0.688 2 interp_poly 60 -34 -46 -171 2718 3836 3 MP PP 2718 3836 0 0 0.938 2672 3665 0 0.25 1 2718 3836 0 0 0.938 2 interp_poly 2672 3665 0 0.25 1 2732 3631 0 0.25 1 2672 3665 0 0.25 1 2 interp_poly -46 -234 60 -34 2672 3665 3 MP PP 2672 3665 0 0.25 1 2732 3631 0 0.25 1 2672 3665 0 0.25 1 2 interp_poly 2732 3631 0 0.25 1 2686 3397 0 0.688 1 2732 3631 0 0.25 1 2 interp_poly -47 309 61 -107 2621 2718 3 MP PP 2621 2718 0.688 1 0.375 2682 2611 0.875 1 0.188 2621 2718 0.688 1 0.375 2 interp_poly 2682 2611 0.875 1 0.188 2635 2920 0.25 1 0.812 2682 2611 0.875 1 0.188 2 interp_poly 61 -107 -47 100 2668 2618 3 MP PP 2668 2618 0.938 1 0.125 2621 2718 0.688 1 0.375 2668 2618 0.938 1 0.125 2 interp_poly 2621 2718 0.688 1 0.375 2682 2611 0.875 1 0.188 2621 2718 0.688 1 0.375 2 interp_poly 61 -62 -47 309 2682 2611 3 MP PP 2682 2611 0.875 1 0.188 2635 2920 0.25 1 0.812 2682 2611 0.875 1 0.188 2 interp_poly 2635 2920 0.25 1 0.812 2696 2858 0.375 1 0.688 2635 2920 0.25 1 0.812 2 interp_poly -46 124 60 -131 2668 2618 3 MP PP 2668 2618 0.938 1 0.125 2728 2487 1 0.938 0 2668 2618 0.938 1 0.125 2 interp_poly 2728 2487 1 0.938 0 2682 2611 0.875 1 0.188 2728 2487 1 0.938 0 2 interp_poly 60 -131 -46 -143 2714 2761 3 MP PP 2714 2761 0.688 1 0.375 2668 2618 0.938 1 0.125 2714 2761 0.688 1 0.375 2 interp_poly 2668 2618 0.938 1 0.125 2728 2487 1 0.938 0 2668 2618 0.938 1 0.125 2 interp_poly 61 -19 -47 -26 2713 4375 3 MP PP 2713 4375 0 0 0.562 2666 4349 0 0 0.562 2713 4375 0 0 0.562 2 interp_poly 2666 4349 0 0 0.562 2727 4330 0 0 0.562 2666 4349 0 0 0.562 2 interp_poly -47 -30 61 -19 2666 4349 3 MP PP 2666 4349 0 0 0.562 2727 4330 0 0 0.562 2666 4349 0 0 0.562 2 interp_poly 2727 4330 0 0 0.562 2680 4300 0 0 0.562 2727 4330 0 0 0.562 2 interp_poly 60 4 -46 -23 2708 4213 3 MP PP 2708 4213 0 0 0.562 2662 4190 0 0 0.562 2708 4213 0 0 0.562 2 interp_poly 2662 4190 0 0 0.562 2722 4194 0 0 0.562 2662 4190 0 0 0.562 2 interp_poly -46 -15 60 4 2662 4190 3 MP PP 2662 4190 0 0 0.562 2722 4194 0 0 0.562 2662 4190 0 0 0.562 2 interp_poly 2722 4194 0 0 0.562 2676 4179 0 0 0.562 2722 4194 0 0 0.562 2 interp_poly 60 -80 -46 -98 2704 4014 3 MP PP 2704 4014 0 0 0.688 2658 3916 0 0 0.875 2704 4014 0 0 0.688 2 interp_poly 2658 3916 0 0 0.875 2718 3836 0 0 0.938 2658 3916 0 0 0.875 2 interp_poly -46 -171 60 -80 2658 3916 3 MP PP 2658 3916 0 0 0.875 2718 3836 0 0 0.938 2658 3916 0 0 0.875 2 interp_poly 2718 3836 0 0 0.938 2672 3665 0 0.25 1 2718 3836 0 0 0.938 2 interp_poly -47 398 61 -62 2635 2920 3 MP PP 2635 2920 0.25 1 0.812 2696 2858 0.375 1 0.688 2635 2920 0.25 1 0.812 2 interp_poly 2696 2858 0.375 1 0.688 2649 3256 0 0.562 1 2696 2858 0.375 1 0.688 2 interp_poly 61 -59 -47 -279 2700 3099 3 MP PP 2700 3099 0.125 1 0.938 2653 2820 0.625 1 0.438 2700 3099 0.125 1 0.938 2 interp_poly 2653 2820 0.625 1 0.438 2714 2761 0.688 1 0.375 2653 2820 0.625 1 0.438 2 interp_poly -46 -143 61 -59 2653 2820 3 MP PP 2653 2820 0.625 1 0.438 2714 2761 0.688 1 0.375 2653 2820 0.625 1 0.438 2 interp_poly 2714 2761 0.688 1 0.375 2668 2618 0.938 1 0.125 2714 2761 0.688 1 0.375 2 interp_poly 60 1 -46 -35 2694 4247 3 MP PP 2694 4247 0 0 0.625 2648 4212 0 0 0.625 2694 4247 0 0 0.625 2 interp_poly 2648 4212 0 0 0.625 2708 4213 0 0 0.562 2648 4212 0 0 0.625 2 interp_poly -46 -23 60 1 2648 4212 3 MP PP 2648 4212 0 0 0.625 2708 4213 0 0 0.562 2648 4212 0 0 0.625 2 interp_poly 2708 4213 0 0 0.562 2662 4190 0 0 0.562 2708 4213 0 0 0.562 2 interp_poly 60 -77 -46 -40 2690 4131 3 MP PP 2690 4131 0 0 0.562 2644 4091 0 0 0.625 2690 4131 0 0 0.562 2 interp_poly 2644 4091 0 0 0.625 2704 4014 0 0 0.688 2644 4091 0 0 0.625 2 interp_poly -46 -98 60 -77 2644 4091 3 MP PP 2644 4091 0 0 0.625 2704 4014 0 0 0.688 2644 4091 0 0 0.625 2 interp_poly 2704 4014 0 0 0.688 2658 3916 0 0 0.875 2704 4014 0 0 0.688 2 interp_poly 60 -16 -46 -22 2628 3143 3 MP PP 2628 3143 0 0 0.562 2582 3121 0 0 0.562 2628 3143 0 0 0.562 2 interp_poly 2582 3121 0 0 0.562 2642 3105 0 0 0.562 2582 3121 0 0 0.562 2 interp_poly -47 -21 61 -17 2539 3235 3 MP PP 2539 3235 0 0 0.562 2600 3218 0 0 0.562 2539 3235 0 0 0.562 2 interp_poly 2600 3218 0 0 0.562 2553 3197 0 0 0.562 2600 3218 0 0 0.562 2 interp_poly 61 -17 -47 -21 2586 3256 3 MP PP 2586 3256 0 0 0.562 2539 3235 0 0 0.562 2586 3256 0 0 0.562 2 interp_poly 2539 3235 0 0 0.562 2600 3218 0 0 0.562 2539 3235 0 0 0.562 2 interp_poly -46 -22 61 -16 2553 3197 3 MP PP 2553 3197 0 0 0.562 2614 3181 0 0 0.562 2553 3197 0 0 0.562 2 interp_poly 2614 3181 0 0 0.562 2568 3159 0 0 0.562 2614 3181 0 0 0.562 2 interp_poly 61 -16 -47 -21 2600 3218 3 MP PP 2600 3218 0 0 0.562 2553 3197 0 0 0.562 2600 3218 0 0 0.562 2 interp_poly 2553 3197 0 0 0.562 2614 3181 0 0 0.562 2553 3197 0 0 0.562 2 interp_poly -46 -22 60 -16 2568 3159 3 MP PP 2568 3159 0 0 0.562 2628 3143 0 0 0.562 2568 3159 0 0 0.562 2 interp_poly 2628 3143 0 0 0.562 2582 3121 0 0 0.562 2628 3143 0 0 0.562 2 interp_poly 60 -16 -46 -22 2614 3181 3 MP PP 2614 3181 0 0 0.562 2568 3159 0 0 0.562 2614 3181 0 0 0.562 2 interp_poly 2568 3159 0 0 0.562 2628 3143 0 0 0.562 2568 3159 0 0 0.562 2 interp_poly -46 -21 60 -17 2586 3256 3 MP PP 2586 3256 0 0 0.562 2646 3239 0 0 0.562 2586 3256 0 0 0.562 2 interp_poly 2646 3239 0 0 0.562 2600 3218 0 0 0.562 2646 3239 0 0 0.562 2 interp_poly 60 -17 -46 -21 2632 3277 3 MP PP 2632 3277 0 0 0.562 2586 3256 0 0 0.562 2632 3277 0 0 0.562 2 interp_poly 2586 3256 0 0 0.562 2646 3239 0 0 0.562 2586 3256 0 0 0.562 2 interp_poly 60 24 -46 312 2635 2920 3 MP PP 2635 2920 0.25 1 0.812 2589 3232 0 0.625 1 2635 2920 0.25 1 0.812 2 interp_poly 2589 3232 0 0.625 1 2649 3256 0 0.562 1 2589 3232 0 0.625 1 2 interp_poly 61 -10 -47 -288 2686 3397 3 MP PP 2686 3397 0 0.688 1 2639 3109 0.188 1 0.875 2686 3397 0 0.688 1 2 interp_poly 2639 3109 0.188 1 0.875 2700 3099 0.125 1 0.938 2639 3109 0.188 1 0.875 2 interp_poly -47 -279 61 -10 2639 3109 3 MP PP 2639 3109 0.188 1 0.875 2700 3099 0.125 1 0.938 2639 3109 0.188 1 0.875 2 interp_poly 2700 3099 0.125 1 0.938 2653 2820 0.625 1 0.438 2700 3099 0.125 1 0.938 2 interp_poly 60 -18 -46 -35 2680 4300 3 MP PP 2680 4300 0 0 0.562 2634 4265 0 0 0.562 2680 4300 0 0 0.562 2 interp_poly 2634 4265 0 0 0.562 2694 4247 0 0 0.625 2634 4265 0 0 0.562 2 interp_poly -46 -35 60 -18 2634 4265 3 MP PP 2634 4265 0 0 0.562 2694 4247 0 0 0.625 2634 4265 0 0 0.562 2 interp_poly 2694 4247 0 0 0.625 2648 4212 0 0 0.625 2694 4247 0 0 0.625 2 interp_poly 61 -32 -47 -16 2676 4179 3 MP PP 2676 4179 0 0 0.562 2629 4163 0 0 0.562 2676 4179 0 0 0.562 2 interp_poly 2629 4163 0 0 0.562 2690 4131 0 0 0.562 2629 4163 0 0 0.562 2 interp_poly -46 -40 61 -32 2629 4163 3 MP PP 2629 4163 0 0 0.562 2690 4131 0 0 0.562 2629 4163 0 0 0.562 2 interp_poly 2690 4131 0 0 0.562 2644 4091 0 0 0.625 2690 4131 0 0 0.562 2 interp_poly 61 -16 -46 -19 2622 3441 3 MP PP 2622 3441 0 0 0.562 2576 3422 0 0 0.562 2622 3441 0 0 0.562 2 interp_poly 2576 3422 0 0 0.562 2637 3406 0 0 0.562 2576 3422 0 0 0.562 2 interp_poly -47 -16 61 -15 2594 3505 3 MP PP 2594 3505 0 0 0.562 2655 3490 0 0 0.562 2594 3505 0 0 0.562 2 interp_poly 2655 3490 0 0 0.562 2608 3474 0 0 0.562 2655 3490 0 0 0.562 2 interp_poly 61 -15 -47 -13 2641 3518 3 MP PP 2641 3518 0 0 0.562 2594 3505 0 0 0.562 2641 3518 0 0 0.562 2 interp_poly 2594 3505 0 0 0.562 2655 3490 0 0 0.562 2594 3505 0 0 0.562 2 interp_poly -47 -11 61 -38 2552 3622 3 MP PP 2552 3622 0 0 0.562 2613 3584 0 0 0.625 2552 3622 0 0 0.562 2 interp_poly 2613 3584 0 0 0.625 2566 3573 0 0 0.562 2613 3584 0 0 0.625 2 interp_poly 61 -38 -47 -15 2599 3637 3 MP PP 2599 3637 0 0 0.562 2552 3622 0 0 0.562 2599 3637 0 0 0.562 2 interp_poly 2552 3622 0 0 0.562 2613 3584 0 0 0.625 2552 3622 0 0 0.562 2 interp_poly -47 -9 61 -28 2566 3573 3 MP PP 2566 3573 0 0 0.562 2627 3545 0 0 0.625 2566 3573 0 0 0.562 2 interp_poly 2627 3545 0 0 0.625 2580 3536 0 0 0.562 2627 3545 0 0 0.625 2 interp_poly 61 -28 -47 -11 2613 3584 3 MP PP 2613 3584 0 0 0.625 2566 3573 0 0 0.562 2613 3584 0 0 0.625 2 interp_poly 2566 3573 0 0 0.562 2627 3545 0 0 0.625 2566 3573 0 0 0.562 2 interp_poly -47 -13 61 -18 2580 3536 3 MP PP 2580 3536 0 0 0.562 2641 3518 0 0 0.562 2580 3536 0 0 0.562 2 interp_poly 2641 3518 0 0 0.562 2594 3505 0 0 0.562 2641 3518 0 0 0.562 2 interp_poly 61 -18 -47 -9 2627 3545 3 MP PP 2627 3545 0 0 0.625 2580 3536 0 0 0.562 2627 3545 0 0 0.625 2 interp_poly 2580 3536 0 0 0.562 2641 3518 0 0 0.562 2580 3536 0 0 0.562 2 interp_poly -46 108 60 71 2603 3505 3 MP PP 2603 3505 0 0.0625 1 2663 3576 0 0 0.938 2603 3505 0 0.0625 1 2 interp_poly 2663 3576 0 0 0.938 2617 3684 0 0 0.688 2663 3576 0 0 0.938 2 interp_poly -46 -19 60 -15 2562 3456 3 MP PP 2562 3456 0 0 0.562 2622 3441 0 0 0.562 2562 3456 0 0 0.562 2 interp_poly 2622 3441 0 0 0.562 2576 3422 0 0 0.562 2622 3441 0 0 0.562 2 interp_poly 60 -15 -46 -18 2608 3474 3 MP PP 2608 3474 0 0 0.562 2562 3456 0 0 0.562 2608 3474 0 0 0.562 2 interp_poly 2562 3456 0 0 0.562 2622 3441 0 0 0.562 2562 3456 0 0 0.562 2 interp_poly -47 -20 61 -16 2576 3422 3 MP PP 2576 3422 0 0 0.562 2637 3406 0 0 0.562 2576 3422 0 0 0.562 2 interp_poly 2637 3406 0 0 0.562 2590 3386 0 0 0.562 2637 3406 0 0 0.562 2 interp_poly -47 -20 61 -16 2590 3386 3 MP PP 2590 3386 0 0 0.562 2651 3370 0 0 0.562 2590 3386 0 0 0.562 2 interp_poly 2651 3370 0 0 0.562 2604 3350 0 0 0.562 2651 3370 0 0 0.562 2 interp_poly 61 -16 -47 -20 2637 3406 3 MP PP 2637 3406 0 0 0.562 2590 3386 0 0 0.562 2637 3406 0 0 0.562 2 interp_poly 2590 3386 0 0 0.562 2651 3370 0 0 0.562 2590 3386 0 0 0.562 2 interp_poly 60 71 -46 249 2649 3256 3 MP PP 2649 3256 0 0.562 1 2603 3505 0 0.0625 1 2649 3256 0 0.562 1 2 interp_poly 2603 3505 0 0.0625 1 2663 3576 0 0 0.938 2603 3505 0 0.0625 1 2 interp_poly 61 -16 -47 -252 2672 3665 3 MP PP 2672 3665 0 0.25 1 2625 3413 0 0.688 1 2672 3665 0 0.25 1 2 interp_poly 2625 3413 0 0.688 1 2686 3397 0 0.688 1 2625 3413 0 0.688 1 2 interp_poly -46 -21 60 -16 2572 3293 3 MP PP 2572 3293 0 0 0.562 2632 3277 0 0 0.562 2572 3293 0 0 0.562 2 interp_poly 2632 3277 0 0 0.562 2586 3256 0 0 0.562 2632 3277 0 0 0.562 2 interp_poly 60 -16 -46 -21 2618 3314 3 MP PP 2618 3314 0 0 0.562 2572 3293 0 0 0.562 2618 3314 0 0 0.562 2 interp_poly 2572 3293 0 0 0.562 2632 3277 0 0 0.562 2572 3293 0 0 0.562 2 interp_poly -46 -20 60 -16 2544 3366 3 MP PP 2544 3366 0 0 0.562 2604 3350 0 0 0.562 2544 3366 0 0 0.562 2 interp_poly 2604 3350 0 0 0.562 2558 3330 0 0 0.562 2604 3350 0 0 0.562 2 interp_poly 60 -16 -46 -20 2590 3386 3 MP PP 2590 3386 0 0 0.562 2544 3366 0 0 0.562 2590 3386 0 0 0.562 2 interp_poly 2544 3366 0 0 0.562 2604 3350 0 0 0.562 2544 3366 0 0 0.562 2 interp_poly -46 -18 60 -16 2548 3490 3 MP PP 2548 3490 0 0 0.562 2608 3474 0 0 0.562 2548 3490 0 0 0.562 2 interp_poly 2608 3474 0 0 0.562 2562 3456 0 0 0.562 2608 3474 0 0 0.562 2 interp_poly 60 -16 -46 -15 2594 3505 3 MP PP 2594 3505 0 0 0.562 2548 3490 0 0 0.562 2594 3505 0 0 0.562 2 interp_poly 2548 3490 0 0 0.562 2608 3474 0 0 0.562 2548 3490 0 0 0.562 2 interp_poly -46 -21 60 -16 2558 3330 3 MP PP 2558 3330 0 0 0.562 2618 3314 0 0 0.562 2558 3330 0 0 0.562 2 interp_poly 2618 3314 0 0 0.562 2572 3293 0 0 0.562 2618 3314 0 0 0.562 2 interp_poly 60 -16 -46 -20 2604 3350 3 MP PP 2604 3350 0 0 0.562 2558 3330 0 0 0.562 2604 3350 0 0 0.562 2 interp_poly 2558 3330 0 0 0.562 2618 3314 0 0 0.562 2558 3330 0 0 0.562 2 interp_poly -46 249 60 24 2589 3232 3 MP PP 2589 3232 0 0.625 1 2649 3256 0 0.562 1 2589 3232 0 0.625 1 2 interp_poly 2649 3256 0 0.562 1 2603 3505 0 0.0625 1 2649 3256 0 0.562 1 2 interp_poly -47 -288 61 -16 2625 3413 3 MP PP 2625 3413 0 0.688 1 2686 3397 0 0.688 1 2625 3413 0 0.688 1 2 interp_poly 2686 3397 0 0.688 1 2639 3109 0.188 1 0.875 2686 3397 0 0.688 1 2 interp_poly 60 -20 -46 -29 2666 4349 3 MP PP 2666 4349 0 0 0.562 2620 4320 0 0 0.562 2666 4349 0 0 0.562 2 interp_poly 2620 4320 0 0 0.562 2680 4300 0 0 0.562 2620 4320 0 0 0.562 2 interp_poly -46 -35 60 -20 2620 4320 3 MP PP 2620 4320 0 0 0.562 2680 4300 0 0 0.562 2620 4320 0 0 0.562 2 interp_poly 2680 4300 0 0 0.562 2634 4265 0 0 0.562 2680 4300 0 0 0.562 2 interp_poly 61 10 -47 -21 2662 4190 3 MP PP 2662 4190 0 0 0.562 2615 4169 0 0 0.562 2662 4190 0 0 0.562 2 interp_poly 2615 4169 0 0 0.562 2676 4179 0 0 0.562 2615 4169 0 0 0.562 2 interp_poly -47 -16 61 10 2615 4169 3 MP PP 2615 4169 0 0 0.562 2676 4179 0 0 0.562 2615 4169 0 0 0.562 2 interp_poly 2676 4179 0 0 0.562 2629 4163 0 0 0.562 2676 4179 0 0 0.562 2 interp_poly 61 -82 -47 -169 2658 3916 3 MP PP 2658 3916 0 0 0.875 2611 3747 0 0.125 1 2658 3916 0 0 0.875 2 interp_poly 2611 3747 0 0.125 1 2672 3665 0 0.25 1 2611 3747 0 0.125 1 2 interp_poly -46 -20 60 -14 2524 3709 3 MP PP 2524 3709 0 0 0.562 2584 3695 0 0 0.562 2524 3709 0 0 0.562 2 interp_poly 2584 3695 0 0 0.562 2538 3675 0 0 0.562 2584 3695 0 0 0.562 2 interp_poly 60 -14 -46 -5 2570 3714 3 MP PP 2570 3714 0 0 0.562 2524 3709 0 0 0.562 2570 3714 0 0 0.562 2 interp_poly 2524 3709 0 0 0.562 2584 3695 0 0 0.562 2524 3709 0 0 0.562 2 interp_poly -47 -15 61 -38 2538 3675 3 MP PP 2538 3675 0 0 0.562 2599 3637 0 0 0.562 2538 3675 0 0 0.562 2 interp_poly 2599 3637 0 0 0.562 2552 3622 0 0 0.562 2599 3637 0 0 0.562 2 interp_poly 61 -38 -46 -20 2584 3695 3 MP PP 2584 3695 0 0 0.562 2538 3675 0 0 0.562 2584 3695 0 0 0.562 2 interp_poly 2538 3675 0 0 0.562 2599 3637 0 0 0.562 2538 3675 0 0 0.562 2 interp_poly -47 -8 61 -11 2570 3714 3 MP PP 2570 3714 0 0 0.562 2631 3703 0 0 0.562 2570 3714 0 0 0.562 2 interp_poly 2631 3703 0 0 0.562 2584 3695 0 0 0.562 2631 3703 0 0 0.562 2 interp_poly -47 30 61 54 2556 3630 3 MP PP 2556 3630 0 0 0.812 2617 3684 0 0 0.688 2556 3630 0 0 0.812 2 interp_poly 2617 3684 0 0 0.688 2570 3714 0 0 0.562 2617 3684 0 0 0.688 2 interp_poly 61 54 -47 125 2603 3505 3 MP PP 2603 3505 0 0.0625 1 2556 3630 0 0 0.812 2603 3505 0 0.0625 1 2 interp_poly 2556 3630 0 0 0.812 2617 3684 0 0 0.688 2556 3630 0 0 0.812 2 interp_poly 61 -11 -47 30 2617 3684 3 MP PP 2617 3684 0 0 0.688 2570 3714 0 0 0.562 2617 3684 0 0 0.688 2 interp_poly 2570 3714 0 0 0.562 2631 3703 0 0 0.562 2570 3714 0 0 0.562 2 interp_poly -47 -252 61 -82 2611 3747 3 MP PP 2611 3747 0 0.125 1 2672 3665 0 0.25 1 2611 3747 0 0.125 1 2 interp_poly 2672 3665 0 0.25 1 2625 3413 0 0.688 1 2672 3665 0 0.25 1 2 interp_poly -46 260 61 -60 2560 2778 3 MP PP 2560 2778 0.625 1 0.438 2621 2718 0.688 1 0.375 2560 2778 0.625 1 0.438 2 interp_poly 2621 2718 0.688 1 0.375 2575 2978 0.188 1 0.875 2621 2718 0.688 1 0.375 2 interp_poly 61 -60 -47 89 2607 2689 3 MP PP 2607 2689 0.812 1 0.25 2560 2778 0.625 1 0.438 2607 2689 0.812 1 0.25 2 interp_poly 2560 2778 0.625 1 0.438 2621 2718 0.688 1 0.375 2560 2778 0.625 1 0.438 2 interp_poly 60 -58 -46 260 2621 2718 3 MP PP 2621 2718 0.688 1 0.375 2575 2978 0.188 1 0.875 2621 2718 0.688 1 0.375 2 interp_poly 2575 2978 0.188 1 0.875 2635 2920 0.25 1 0.812 2575 2978 0.188 1 0.875 2 interp_poly -47 100 61 -71 2607 2689 3 MP PP 2607 2689 0.812 1 0.25 2668 2618 0.938 1 0.125 2607 2689 0.812 1 0.25 2 interp_poly 2668 2618 0.938 1 0.125 2621 2718 0.688 1 0.375 2668 2618 0.938 1 0.125 2 interp_poly 61 -71 -46 -131 2653 2820 3 MP PP 2653 2820 0.625 1 0.438 2607 2689 0.812 1 0.25 2653 2820 0.625 1 0.438 2 interp_poly 2607 2689 0.812 1 0.25 2668 2618 0.938 1 0.125 2607 2689 0.812 1 0.25 2 interp_poly 61 16 -47 -38 2648 4212 3 MP PP 2648 4212 0 0 0.625 2601 4174 0 0 0.625 2648 4212 0 0 0.625 2 interp_poly 2601 4174 0 0 0.625 2662 4190 0 0 0.562 2601 4174 0 0 0.625 2 interp_poly -47 -21 61 16 2601 4174 3 MP PP 2601 4174 0 0 0.625 2662 4190 0 0 0.562 2601 4174 0 0 0.625 2 interp_poly 2662 4190 0 0 0.562 2615 4169 0 0 0.562 2662 4190 0 0 0.562 2 interp_poly 61 -99 -47 -76 2644 4091 3 MP PP 2644 4091 0 0 0.625 2597 4015 0 0 0.688 2644 4091 0 0 0.625 2 interp_poly 2597 4015 0 0 0.688 2658 3916 0 0 0.875 2597 4015 0 0 0.688 2 interp_poly -47 -169 61 -99 2597 4015 3 MP PP 2597 4015 0 0 0.688 2658 3916 0 0 0.875 2597 4015 0 0 0.688 2 interp_poly 2658 3916 0 0 0.875 2611 3747 0 0.125 1 2658 3916 0 0 0.875 2 interp_poly -46 312 60 -58 2575 2978 3 MP PP 2575 2978 0.188 1 0.875 2635 2920 0.25 1 0.812 2575 2978 0.188 1 0.875 2 interp_poly 2635 2920 0.25 1 0.812 2589 3232 0 0.625 1 2635 2920 0.25 1 0.812 2 interp_poly 60 -22 -46 -267 2639 3109 3 MP PP 2639 3109 0.188 1 0.875 2593 2842 0.625 1 0.438 2639 3109 0.188 1 0.875 2 interp_poly 2593 2842 0.625 1 0.438 2653 2820 0.625 1 0.438 2593 2842 0.625 1 0.438 2 interp_poly -46 -131 60 -22 2593 2842 3 MP PP 2593 2842 0.625 1 0.438 2653 2820 0.625 1 0.438 2593 2842 0.625 1 0.438 2 interp_poly 2653 2820 0.625 1 0.438 2607 2689 0.812 1 0.25 2653 2820 0.625 1 0.438 2 interp_poly 61 -9 -47 -44 2634 4265 3 MP PP 2634 4265 0 0 0.562 2587 4221 0 0 0.625 2634 4265 0 0 0.562 2 interp_poly 2587 4221 0 0 0.625 2648 4212 0 0 0.625 2587 4221 0 0 0.625 2 interp_poly -47 -38 61 -9 2587 4221 3 MP PP 2587 4221 0 0 0.625 2648 4212 0 0 0.625 2587 4221 0 0 0.625 2 interp_poly 2648 4212 0 0 0.625 2601 4174 0 0 0.625 2648 4212 0 0 0.625 2 interp_poly 61 -45 -46 -27 2629 4163 3 MP PP 2629 4163 0 0 0.562 2583 4136 0 0 0.562 2629 4163 0 0 0.562 2 interp_poly 2583 4136 0 0 0.562 2644 4091 0 0 0.625 2583 4136 0 0 0.562 2 interp_poly -47 -76 61 -45 2583 4136 3 MP PP 2583 4136 0 0 0.562 2644 4091 0 0 0.625 2583 4136 0 0 0.562 2 interp_poly 2644 4091 0 0 0.625 2597 4015 0 0 0.688 2644 4091 0 0 0.625 2 interp_poly -46 -21 60 -16 2479 3251 3 MP PP 2479 3251 0 0 0.562 2539 3235 0 0 0.562 2479 3251 0 0 0.562 2 interp_poly 2539 3235 0 0 0.562 2493 3214 0 0 0.562 2539 3235 0 0 0.562 2 interp_poly 60 -16 -46 -21 2525 3272 3 MP PP 2525 3272 0 0 0.562 2479 3251 0 0 0.562 2525 3272 0 0 0.562 2 interp_poly 2479 3251 0 0 0.562 2539 3235 0 0 0.562 2479 3251 0 0 0.562 2 interp_poly -46 -21 60 -17 2493 3214 3 MP PP 2493 3214 0 0 0.562 2553 3197 0 0 0.562 2493 3214 0 0 0.562 2 interp_poly 2553 3197 0 0 0.562 2507 3176 0 0 0.562 2553 3197 0 0 0.562 2 interp_poly 60 -17 -46 -21 2539 3235 3 MP PP 2539 3235 0 0 0.562 2493 3214 0 0 0.562 2539 3235 0 0 0.562 2 interp_poly 2493 3214 0 0 0.562 2553 3197 0 0 0.562 2493 3214 0 0 0.562 2 interp_poly -47 -21 61 -17 2507 3176 3 MP PP 2507 3176 0 0 0.562 2568 3159 0 0 0.562 2507 3176 0 0 0.562 2 interp_poly 2568 3159 0 0 0.562 2521 3138 0 0 0.562 2568 3159 0 0 0.562 2 interp_poly 61 -17 -46 -21 2553 3197 3 MP PP 2553 3197 0 0 0.562 2507 3176 0 0 0.562 2553 3197 0 0 0.562 2 interp_poly 2507 3176 0 0 0.562 2568 3159 0 0 0.562 2507 3176 0 0 0.562 2 interp_poly 61 -17 -47 -21 2568 3159 3 MP PP 2568 3159 0 0 0.562 2521 3138 0 0 0.562 2568 3159 0 0 0.562 2 interp_poly 2521 3138 0 0 0.562 2582 3121 0 0 0.562 2521 3138 0 0 0.562 2 interp_poly -47 -21 61 -16 2525 3272 3 MP PP 2525 3272 0 0 0.562 2586 3256 0 0 0.562 2525 3272 0 0 0.562 2 interp_poly 2586 3256 0 0 0.562 2539 3235 0 0 0.562 2586 3256 0 0 0.562 2 interp_poly 61 -19 -47 273 2575 2978 3 MP PP 2575 2978 0.188 1 0.875 2528 3251 0 0.625 1 2575 2978 0.188 1 0.875 2 interp_poly 2528 3251 0 0.625 1 2589 3232 0 0.625 1 2528 3251 0 0.625 1 2 interp_poly 60 19 -46 -323 2625 3413 3 MP PP 2625 3413 0 0.688 1 2579 3090 0.25 1 0.812 2625 3413 0 0.688 1 2 interp_poly 2579 3090 0.25 1 0.812 2639 3109 0.188 1 0.875 2579 3090 0.25 1 0.812 2 interp_poly -46 -267 60 19 2579 3090 3 MP PP 2579 3090 0.25 1 0.812 2639 3109 0.188 1 0.875 2579 3090 0.25 1 0.812 2 interp_poly 2639 3109 0.188 1 0.875 2593 2842 0.625 1 0.438 2639 3109 0.188 1 0.875 2 interp_poly 61 -19 -47 -36 2620 4320 3 MP PP 2620 4320 0 0 0.562 2573 4284 0 0 0.562 2620 4320 0 0 0.562 2 interp_poly 2573 4284 0 0 0.562 2634 4265 0 0 0.562 2573 4284 0 0 0.562 2 interp_poly -47 -44 61 -19 2573 4284 3 MP PP 2573 4284 0 0 0.562 2634 4265 0 0 0.562 2573 4284 0 0 0.562 2 interp_poly 2634 4265 0 0 0.562 2587 4221 0 0 0.625 2634 4265 0 0 0.562 2 interp_poly 60 18 -46 -24 2615 4169 3 MP PP 2615 4169 0 0 0.562 2569 4145 0 0 0.625 2615 4169 0 0 0.562 2 interp_poly 2569 4145 0 0 0.625 2629 4163 0 0 0.562 2569 4145 0 0 0.625 2 interp_poly -46 -27 60 18 2569 4145 3 MP PP 2569 4145 0 0 0.625 2629 4163 0 0 0.562 2569 4145 0 0 0.625 2 interp_poly 2629 4163 0 0 0.562 2583 4136 0 0 0.562 2629 4163 0 0 0.562 2 interp_poly -46 -13 60 -24 2520 3560 3 MP PP 2520 3560 0 0 0.562 2580 3536 0 0 0.562 2520 3560 0 0 0.562 2 interp_poly 2580 3536 0 0 0.562 2534 3523 0 0 0.562 2580 3536 0 0 0.562 2 interp_poly 60 -24 -46 -13 2566 3573 3 MP PP 2566 3573 0 0 0.562 2520 3560 0 0 0.562 2566 3573 0 0 0.562 2 interp_poly 2520 3560 0 0 0.562 2580 3536 0 0 0.562 2520 3560 0 0 0.562 2 interp_poly -46 -15 60 -18 2534 3523 3 MP PP 2534 3523 0 0 0.562 2594 3505 0 0 0.562 2534 3523 0 0 0.562 2 interp_poly 2594 3505 0 0 0.562 2548 3490 0 0 0.562 2594 3505 0 0 0.562 2 interp_poly 60 -18 -46 -13 2580 3536 3 MP PP 2580 3536 0 0 0.562 2534 3523 0 0 0.562 2580 3536 0 0 0.562 2 interp_poly 2534 3523 0 0 0.562 2594 3505 0 0 0.562 2534 3523 0 0 0.562 2 interp_poly -47 -17 61 -18 2487 3508 3 MP PP 2487 3508 0 0 0.562 2548 3490 0 0 0.562 2487 3508 0 0 0.562 2 interp_poly 2548 3490 0 0 0.562 2501 3473 0 0 0.562 2548 3490 0 0 0.562 2 interp_poly 61 -18 -47 -15 2534 3523 3 MP PP 2534 3523 0 0 0.562 2487 3508 0 0 0.562 2534 3523 0 0 0.562 2 interp_poly 2487 3508 0 0 0.562 2548 3490 0 0 0.562 2487 3508 0 0 0.562 2 interp_poly -47 -18 61 -17 2501 3473 3 MP PP 2501 3473 0 0 0.562 2562 3456 0 0 0.562 2501 3473 0 0 0.562 2 interp_poly 2562 3456 0 0 0.562 2515 3438 0 0 0.562 2562 3456 0 0 0.562 2 interp_poly 61 -17 -47 -17 2548 3490 3 MP PP 2548 3490 0 0 0.562 2501 3473 0 0 0.562 2548 3490 0 0 0.562 2 interp_poly 2501 3473 0 0 0.562 2562 3456 0 0 0.562 2501 3473 0 0 0.562 2 interp_poly -46 -13 61 -31 2505 3604 3 MP PP 2505 3604 0 0 0.562 2566 3573 0 0 0.562 2505 3604 0 0 0.562 2 interp_poly 2566 3573 0 0 0.562 2520 3560 0 0 0.562 2566 3573 0 0 0.562 2 interp_poly 61 -31 -47 -18 2552 3622 3 MP PP 2552 3622 0 0 0.562 2505 3604 0 0 0.562 2552 3622 0 0 0.562 2 interp_poly 2505 3604 0 0 0.562 2566 3573 0 0 0.562 2505 3604 0 0 0.562 2 interp_poly -47 125 61 50 2542 3455 3 MP PP 2542 3455 0 0.188 1 2603 3505 0 0.0625 1 2542 3455 0 0.188 1 2 interp_poly 2603 3505 0 0.0625 1 2556 3630 0 0 0.812 2603 3505 0 0.0625 1 2 interp_poly -47 -20 61 -16 2515 3438 3 MP PP 2515 3438 0 0 0.562 2576 3422 0 0 0.562 2515 3438 0 0 0.562 2 interp_poly 2576 3422 0 0 0.562 2529 3402 0 0 0.562 2576 3422 0 0 0.562 2 interp_poly 61 -16 -47 -18 2562 3456 3 MP PP 2562 3456 0 0 0.562 2515 3438 0 0 0.562 2562 3456 0 0 0.562 2 interp_poly 2515 3438 0 0 0.562 2576 3422 0 0 0.562 2515 3438 0 0 0.562 2 interp_poly 61 -16 -47 -21 2572 3293 3 MP PP 2572 3293 0 0 0.562 2525 3272 0 0 0.562 2572 3293 0 0 0.562 2 interp_poly 2525 3272 0 0 0.562 2586 3256 0 0 0.562 2525 3272 0 0 0.562 2 interp_poly -46 -20 61 -16 2529 3402 3 MP PP 2529 3402 0 0 0.562 2590 3386 0 0 0.562 2529 3402 0 0 0.562 2 interp_poly 2590 3386 0 0 0.562 2544 3366 0 0 0.562 2590 3386 0 0 0.562 2 interp_poly 61 -16 -47 -20 2576 3422 3 MP PP 2576 3422 0 0 0.562 2529 3402 0 0 0.562 2576 3422 0 0 0.562 2 interp_poly 2529 3402 0 0 0.562 2590 3386 0 0 0.562 2529 3402 0 0 0.562 2 interp_poly 61 50 -47 223 2589 3232 3 MP PP 2589 3232 0 0.625 1 2542 3455 0 0.188 1 2589 3232 0 0.625 1 2 interp_poly 2542 3455 0 0.188 1 2603 3505 0 0.0625 1 2542 3455 0 0.188 1 2 interp_poly 60 -51 -46 -283 2611 3747 3 MP PP 2611 3747 0 0.125 1 2565 3464 0 0.625 1 2611 3747 0 0.125 1 2 interp_poly 2565 3464 0 0.625 1 2625 3413 0 0.688 1 2565 3464 0 0.625 1 2 interp_poly -47 -21 61 -17 2511 3310 3 MP PP 2511 3310 0 0 0.562 2572 3293 0 0 0.562 2511 3310 0 0 0.562 2 interp_poly 2572 3293 0 0 0.562 2525 3272 0 0 0.562 2572 3293 0 0 0.562 2 interp_poly 61 -17 -47 -20 2558 3330 3 MP PP 2558 3330 0 0 0.562 2511 3310 0 0 0.562 2558 3330 0 0 0.562 2 interp_poly 2511 3310 0 0 0.562 2572 3293 0 0 0.562 2511 3310 0 0 0.562 2 interp_poly -47 -20 61 -16 2483 3382 3 MP PP 2483 3382 0 0 0.562 2544 3366 0 0 0.562 2483 3382 0 0 0.562 2 interp_poly 2544 3366 0 0 0.562 2497 3346 0 0 0.562 2544 3366 0 0 0.562 2 interp_poly 61 -16 -46 -20 2529 3402 3 MP PP 2529 3402 0 0 0.562 2483 3382 0 0 0.562 2529 3402 0 0 0.562 2 interp_poly 2483 3382 0 0 0.562 2544 3366 0 0 0.562 2483 3382 0 0 0.562 2 interp_poly -47 -20 61 -16 2497 3346 3 MP PP 2497 3346 0 0 0.562 2558 3330 0 0 0.562 2497 3346 0 0 0.562 2 interp_poly 2558 3330 0 0 0.562 2511 3310 0 0 0.562 2558 3330 0 0 0.562 2 interp_poly 61 -16 -47 -20 2544 3366 3 MP PP 2544 3366 0 0 0.562 2497 3346 0 0 0.562 2544 3366 0 0 0.562 2 interp_poly 2497 3346 0 0 0.562 2558 3330 0 0 0.562 2497 3346 0 0 0.562 2 interp_poly -47 223 61 -19 2528 3251 3 MP PP 2528 3251 0 0.625 1 2589 3232 0 0.625 1 2528 3251 0 0.625 1 2 interp_poly 2589 3232 0 0.625 1 2542 3455 0 0.188 1 2589 3232 0 0.625 1 2 interp_poly -46 -323 60 -51 2565 3464 3 MP PP 2565 3464 0 0.625 1 2625 3413 0 0.688 1 2565 3464 0 0.625 1 2 interp_poly 2625 3413 0 0.688 1 2579 3090 0.25 1 0.812 2625 3413 0 0.688 1 2 interp_poly 60 32 -46 -67 2522 4111 3 MP PP 2522 4111 0 0 0.625 2476 4044 0 0 0.688 2522 4111 0 0 0.625 2 interp_poly 2476 4044 0 0 0.688 2536 4076 0 0 0.625 2476 4044 0 0 0.688 2 interp_poly -47 -60 61 25 2522 4111 3 MP PP 2522 4111 0 0 0.625 2583 4136 0 0 0.562 2522 4111 0 0 0.625 2 interp_poly 2583 4136 0 0 0.562 2536 4076 0 0 0.625 2583 4136 0 0 0.562 2 interp_poly 61 25 -47 -34 2569 4145 3 MP PP 2569 4145 0 0 0.625 2522 4111 0 0 0.625 2569 4145 0 0 0.625 2 interp_poly 2522 4111 0 0 0.625 2583 4136 0 0 0.562 2522 4111 0 0 0.625 2 interp_poly -47 -34 61 60 2508 4085 3 MP PP 2508 4085 0 0 0.75 2569 4145 0 0 0.625 2508 4085 0 0 0.75 2 interp_poly 2569 4145 0 0 0.625 2522 4111 0 0 0.625 2569 4145 0 0 0.625 2 interp_poly 61 60 -47 -48 2555 4133 3 MP PP 2555 4133 0 0 0.688 2508 4085 0 0 0.75 2555 4133 0 0 0.688 2 interp_poly 2508 4085 0 0 0.75 2569 4145 0 0 0.625 2508 4085 0 0 0.75 2 interp_poly -46 -24 60 36 2555 4133 3 MP PP 2555 4133 0 0 0.688 2615 4169 0 0 0.562 2555 4133 0 0 0.688 2 interp_poly 2615 4169 0 0 0.562 2569 4145 0 0 0.625 2615 4169 0 0 0.562 2 interp_poly 60 36 -46 -41 2601 4174 3 MP PP 2601 4174 0 0 0.625 2555 4133 0 0 0.688 2601 4174 0 0 0.625 2 interp_poly 2555 4133 0 0 0.688 2615 4169 0 0 0.562 2555 4133 0 0 0.688 2 interp_poly 60 -113 -46 -155 2597 4015 3 MP PP 2597 4015 0 0 0.688 2551 3860 0 0 0.938 2597 4015 0 0 0.688 2 interp_poly 2551 3860 0 0 0.938 2611 3747 0 0.125 1 2551 3860 0 0 0.938 2 interp_poly -47 -23 61 -16 2477 3691 3 MP PP 2477 3691 0 0 0.562 2538 3675 0 0 0.562 2477 3691 0 0 0.562 2 interp_poly 2538 3675 0 0 0.562 2491 3652 0 0 0.562 2538 3675 0 0 0.562 2 interp_poly 61 -16 -47 -18 2524 3709 3 MP PP 2524 3709 0 0 0.562 2477 3691 0 0 0.562 2524 3709 0 0 0.562 2 interp_poly 2477 3691 0 0 0.562 2538 3675 0 0 0.562 2477 3691 0 0 0.562 2 interp_poly -46 -5 60 32 2510 3682 3 MP PP 2510 3682 0 0 0.688 2570 3714 0 0 0.562 2510 3682 0 0 0.688 2 interp_poly 2570 3714 0 0 0.562 2524 3709 0 0 0.562 2570 3714 0 0 0.562 2 interp_poly 61 -30 -47 -23 2538 3675 3 MP PP 2538 3675 0 0 0.562 2491 3652 0 0 0.562 2538 3675 0 0 0.562 2 interp_poly 2491 3652 0 0 0.562 2552 3622 0 0 0.562 2491 3652 0 0 0.562 2 interp_poly 60 32 -46 52 2556 3630 3 MP PP 2556 3630 0 0 0.812 2510 3682 0 0 0.688 2556 3630 0 0 0.812 2 interp_poly 2510 3682 0 0 0.688 2570 3714 0 0 0.562 2510 3682 0 0 0.688 2 interp_poly -46 -283 60 -113 2551 3860 3 MP PP 2551 3860 0 0 0.938 2611 3747 0 0.125 1 2551 3860 0 0 0.938 2 interp_poly 2611 3747 0 0.125 1 2565 3464 0 0.625 1 2611 3747 0 0.125 1 2 interp_poly -47 89 61 -28 2546 2717 3 MP PP 2546 2717 0.812 1 0.25 2607 2689 0.812 1 0.25 2546 2717 0.812 1 0.25 2 interp_poly 2607 2689 0.812 1 0.25 2560 2778 0.625 1 0.438 2607 2689 0.812 1 0.25 2 interp_poly 61 -28 -47 -125 2593 2842 3 MP PP 2593 2842 0.625 1 0.438 2546 2717 0.812 1 0.25 2593 2842 0.625 1 0.438 2 interp_poly 2546 2717 0.812 1 0.25 2607 2689 0.812 1 0.25 2546 2717 0.812 1 0.25 2 interp_poly 60 6 -46 -53 2587 4221 3 MP PP 2587 4221 0 0 0.625 2541 4168 0 0 0.688 2587 4221 0 0 0.625 2 interp_poly 2541 4168 0 0 0.688 2601 4174 0 0 0.625 2541 4168 0 0 0.688 2 interp_poly -46 -41 60 6 2541 4168 3 MP PP 2541 4168 0 0 0.688 2601 4174 0 0 0.625 2541 4168 0 0 0.688 2 interp_poly 2601 4174 0 0 0.625 2555 4133 0 0 0.688 2601 4174 0 0 0.625 2 interp_poly 61 -61 -47 -60 2583 4136 3 MP PP 2583 4136 0 0 0.562 2536 4076 0 0 0.625 2583 4136 0 0 0.562 2 interp_poly 2536 4076 0 0 0.625 2597 4015 0 0 0.688 2536 4076 0 0 0.625 2 interp_poly -46 -155 61 -61 2536 4076 3 MP PP 2536 4076 0 0 0.625 2597 4015 0 0 0.688 2536 4076 0 0 0.625 2 interp_poly 2597 4015 0 0 0.688 2551 3860 0 0 0.938 2597 4015 0 0 0.688 2 interp_poly -46 236 60 -21 2500 2799 3 MP PP 2500 2799 0.625 1 0.438 2560 2778 0.625 1 0.438 2500 2799 0.625 1 0.438 2 interp_poly 2560 2778 0.625 1 0.438 2514 3014 0.125 1 0.938 2560 2778 0.625 1 0.438 2 interp_poly 60 -21 -46 82 2546 2717 3 MP PP 2546 2717 0.812 1 0.25 2500 2799 0.625 1 0.438 2546 2717 0.812 1 0.25 2 interp_poly 2500 2799 0.625 1 0.438 2560 2778 0.625 1 0.438 2500 2799 0.625 1 0.438 2 interp_poly -47 273 61 -36 2514 3014 3 MP PP 2514 3014 0.125 1 0.938 2575 2978 0.188 1 0.875 2514 3014 0.125 1 0.938 2 interp_poly 2575 2978 0.188 1 0.875 2528 3251 0 0.625 1 2575 2978 0.188 1 0.875 2 interp_poly 61 -36 -46 236 2560 2778 3 MP PP 2560 2778 0.625 1 0.438 2514 3014 0.125 1 0.938 2560 2778 0.625 1 0.438 2 interp_poly 2514 3014 0.125 1 0.938 2575 2978 0.188 1 0.875 2514 3014 0.125 1 0.938 2 interp_poly 61 63 -47 -311 2579 3090 3 MP PP 2579 3090 0.25 1 0.812 2532 2779 0.75 1 0.312 2579 3090 0.25 1 0.812 2 interp_poly 2532 2779 0.75 1 0.312 2593 2842 0.625 1 0.438 2532 2779 0.75 1 0.312 2 interp_poly -47 -125 61 63 2532 2779 3 MP PP 2532 2779 0.75 1 0.312 2593 2842 0.625 1 0.438 2532 2779 0.75 1 0.312 2 interp_poly 2593 2842 0.625 1 0.438 2546 2717 0.812 1 0.25 2593 2842 0.625 1 0.438 2 interp_poly 60 -17 -46 -46 2573 4284 3 MP PP 2573 4284 0 0 0.562 2527 4238 0 0 0.625 2573 4284 0 0 0.562 2 interp_poly 2527 4238 0 0 0.625 2587 4221 0 0 0.625 2527 4238 0 0 0.625 2 interp_poly -46 -53 60 -17 2527 4238 3 MP PP 2527 4238 0 0 0.625 2587 4221 0 0 0.625 2527 4238 0 0 0.625 2 interp_poly 2587 4221 0 0 0.625 2541 4168 0 0 0.688 2587 4221 0 0 0.625 2 interp_poly 61 39 -47 -413 2565 3464 3 MP PP 2565 3464 0 0.625 1 2518 3051 0.312 1 0.75 2565 3464 0 0.625 1 2 interp_poly 2518 3051 0.312 1 0.75 2579 3090 0.25 1 0.812 2518 3051 0.312 1 0.75 2 interp_poly -47 -311 61 39 2518 3051 3 MP PP 2518 3051 0.312 1 0.75 2579 3090 0.25 1 0.812 2518 3051 0.312 1 0.75 2 interp_poly 2579 3090 0.25 1 0.812 2532 2779 0.75 1 0.312 2579 3090 0.25 1 0.812 2 interp_poly -47 -16 61 -25 2459 3585 3 MP PP 2459 3585 0 0 0.562 2520 3560 0 0 0.562 2459 3585 0 0 0.562 2 interp_poly 2520 3560 0 0 0.562 2473 3544 0 0 0.562 2520 3560 0 0 0.562 2 interp_poly 61 -25 -46 -19 2505 3604 3 MP PP 2505 3604 0 0 0.562 2459 3585 0 0 0.562 2505 3604 0 0 0.562 2 interp_poly 2459 3585 0 0 0.562 2520 3560 0 0 0.562 2459 3585 0 0 0.562 2 interp_poly -47 -15 61 -21 2473 3544 3 MP PP 2473 3544 0 0 0.562 2534 3523 0 0 0.562 2473 3544 0 0 0.562 2 interp_poly 2534 3523 0 0 0.562 2487 3508 0 0 0.562 2534 3523 0 0 0.562 2 interp_poly 61 -21 -47 -16 2520 3560 3 MP PP 2520 3560 0 0 0.562 2473 3544 0 0 0.562 2520 3560 0 0 0.562 2 interp_poly 2473 3544 0 0 0.562 2534 3523 0 0 0.562 2473 3544 0 0 0.562 2 interp_poly -46 -18 60 -18 2441 3491 3 MP PP 2441 3491 0 0 0.562 2501 3473 0 0 0.562 2441 3491 0 0 0.562 2 interp_poly 2501 3473 0 0 0.562 2455 3455 0 0 0.562 2501 3473 0 0 0.562 2 interp_poly 60 -18 -46 -17 2487 3508 3 MP PP 2487 3508 0 0 0.562 2441 3491 0 0 0.562 2487 3508 0 0 0.562 2 interp_poly 2441 3491 0 0 0.562 2501 3473 0 0 0.562 2441 3491 0 0 0.562 2 interp_poly 60 -17 -46 -18 2501 3473 3 MP PP 2501 3473 0 0 0.562 2455 3455 0 0 0.562 2501 3473 0 0 0.562 2 interp_poly 2455 3455 0 0 0.562 2515 3438 0 0 0.562 2455 3455 0 0 0.562 2 interp_poly -46 130 60 2 2482 3453 3 MP PP 2482 3453 0 0.25 1 2542 3455 0 0.188 1 2482 3453 0 0.25 1 2 interp_poly 2542 3455 0 0.188 1 2496 3585 0 0 0.938 2542 3455 0 0.188 1 2 interp_poly -47 -18 61 -30 2491 3652 3 MP PP 2491 3652 0 0 0.562 2552 3622 0 0 0.562 2491 3652 0 0 0.562 2 interp_poly 2552 3622 0 0 0.562 2505 3604 0 0 0.562 2552 3622 0 0 0.562 2 interp_poly -46 -19 60 -25 2445 3629 3 MP PP 2445 3629 0 0 0.562 2505 3604 0 0 0.562 2445 3629 0 0 0.562 2 interp_poly 2505 3604 0 0 0.562 2459 3585 0 0 0.562 2505 3604 0 0 0.562 2 interp_poly 60 -25 -46 -23 2491 3652 3 MP PP 2491 3652 0 0 0.562 2445 3629 0 0 0.562 2491 3652 0 0 0.562 2 interp_poly 2445 3629 0 0 0.562 2505 3604 0 0 0.562 2445 3629 0 0 0.562 2 interp_poly -46 52 60 45 2496 3585 3 MP PP 2496 3585 0 0 0.938 2556 3630 0 0 0.812 2496 3585 0 0 0.938 2 interp_poly 2556 3630 0 0 0.812 2510 3682 0 0 0.688 2556 3630 0 0 0.812 2 interp_poly 60 45 -46 130 2542 3455 3 MP PP 2542 3455 0 0.188 1 2496 3585 0 0 0.938 2542 3455 0 0.188 1 2 interp_poly 2496 3585 0 0 0.938 2556 3630 0 0 0.812 2496 3585 0 0 0.938 2 interp_poly 61 -89 -47 -307 2551 3860 3 MP PP 2551 3860 0 0 0.938 2504 3553 0 0.5 1 2551 3860 0 0 0.938 2 interp_poly 2504 3553 0 0.5 1 2565 3464 0 0.625 1 2504 3553 0 0.5 1 2 interp_poly -46 -21 60 -16 2451 3326 3 MP PP 2451 3326 0 0 0.562 2511 3310 0 0 0.562 2451 3326 0 0 0.562 2 interp_poly 2511 3310 0 0 0.562 2465 3289 0 0 0.562 2511 3310 0 0 0.562 2 interp_poly 60 -16 -46 -20 2497 3346 3 MP PP 2497 3346 0 0 0.562 2451 3326 0 0 0.562 2497 3346 0 0 0.562 2 interp_poly 2451 3326 0 0 0.562 2511 3310 0 0 0.562 2451 3326 0 0 0.562 2 interp_poly -46 -19 60 -17 2455 3455 3 MP PP 2455 3455 0 0 0.562 2515 3438 0 0 0.562 2455 3455 0 0 0.562 2 interp_poly 2515 3438 0 0 0.562 2469 3419 0 0 0.562 2515 3438 0 0 0.562 2 interp_poly 61 -16 -47 -22 2507 3176 3 MP PP 2507 3176 0 0 0.562 2460 3154 0 0 0.562 2507 3176 0 0 0.562 2 interp_poly 2460 3154 0 0 0.562 2521 3138 0 0 0.562 2460 3154 0 0 0.562 2 interp_poly -46 -21 60 -17 2465 3289 3 MP PP 2465 3289 0 0 0.562 2525 3272 0 0 0.562 2465 3289 0 0 0.562 2 interp_poly 2525 3272 0 0 0.562 2479 3251 0 0 0.562 2525 3272 0 0 0.562 2 interp_poly 60 -17 -46 -21 2511 3310 3 MP PP 2511 3310 0 0 0.562 2465 3289 0 0 0.562 2511 3310 0 0 0.562 2 interp_poly 2465 3289 0 0 0.562 2525 3272 0 0 0.562 2465 3289 0 0 0.562 2 interp_poly 61 -17 -47 -21 2465 3289 3 MP PP 2465 3289 0 0 0.562 2418 3268 0 0 0.562 2465 3289 0 0 0.562 2 interp_poly 2418 3268 0 0 0.562 2479 3251 0 0 0.562 2418 3268 0 0 0.562 2 interp_poly -47 -20 61 -17 2422 3399 3 MP PP 2422 3399 0 0 0.562 2483 3382 0 0 0.562 2422 3399 0 0 0.562 2 interp_poly 2483 3382 0 0 0.562 2436 3362 0 0 0.562 2483 3382 0 0 0.562 2 interp_poly 61 -17 -47 -20 2469 3419 3 MP PP 2469 3419 0 0 0.562 2422 3399 0 0 0.562 2469 3419 0 0 0.562 2 interp_poly 2422 3399 0 0 0.562 2483 3382 0 0 0.562 2422 3399 0 0 0.562 2 interp_poly -46 -20 61 -16 2436 3362 3 MP PP 2436 3362 0 0 0.562 2497 3346 0 0 0.562 2436 3362 0 0 0.562 2 interp_poly 2497 3346 0 0 0.562 2451 3326 0 0 0.562 2497 3346 0 0 0.562 2 interp_poly 61 -16 -47 -20 2483 3382 3 MP PP 2483 3382 0 0 0.562 2436 3362 0 0 0.562 2483 3382 0 0 0.562 2 interp_poly 2436 3362 0 0 0.562 2497 3346 0 0 0.562 2436 3362 0 0 0.562 2 interp_poly -46 -20 60 -17 2469 3419 3 MP PP 2469 3419 0 0 0.562 2529 3402 0 0 0.562 2469 3419 0 0 0.562 2 interp_poly 2529 3402 0 0 0.562 2483 3382 0 0 0.562 2529 3402 0 0 0.562 2 interp_poly 60 -17 -46 -19 2515 3438 3 MP PP 2515 3438 0 0 0.562 2469 3419 0 0 0.562 2515 3438 0 0 0.562 2 interp_poly 2469 3419 0 0 0.562 2529 3402 0 0 0.562 2469 3419 0 0 0.562 2 interp_poly -46 202 61 -15 2467 3266 3 MP PP 2467 3266 0 0.625 1 2528 3251 0 0.625 1 2467 3266 0 0.625 1 2 interp_poly 2528 3251 0 0.625 1 2482 3453 0 0.25 1 2528 3251 0 0.625 1 2 interp_poly -47 -21 61 -17 2418 3268 3 MP PP 2418 3268 0 0 0.562 2479 3251 0 0 0.562 2418 3268 0 0 0.562 2 interp_poly 2479 3251 0 0 0.562 2432 3230 0 0 0.562 2479 3251 0 0 0.562 2 interp_poly -47 -22 61 -16 2432 3230 3 MP PP 2432 3230 0 0 0.562 2493 3214 0 0 0.562 2432 3230 0 0 0.562 2 interp_poly 2493 3214 0 0 0.562 2446 3192 0 0 0.562 2493 3214 0 0 0.562 2 interp_poly 61 -16 -47 -21 2479 3251 3 MP PP 2479 3251 0 0 0.562 2432 3230 0 0 0.562 2479 3251 0 0 0.562 2 interp_poly 2432 3230 0 0 0.562 2493 3214 0 0 0.562 2432 3230 0 0 0.562 2 interp_poly -47 -22 61 -16 2446 3192 3 MP PP 2446 3192 0 0 0.562 2507 3176 0 0 0.562 2446 3192 0 0 0.562 2 interp_poly 2507 3176 0 0 0.562 2460 3154 0 0 0.562 2507 3176 0 0 0.562 2 interp_poly 61 -16 -47 -22 2493 3214 3 MP PP 2493 3214 0 0 0.562 2446 3192 0 0 0.562 2493 3214 0 0 0.562 2 interp_poly 2446 3192 0 0 0.562 2507 3176 0 0 0.562 2446 3192 0 0 0.562 2 interp_poly 61 -15 -47 252 2514 3014 3 MP PP 2514 3014 0.125 1 0.938 2467 3266 0 0.625 1 2514 3014 0.125 1 0.938 2 interp_poly 2467 3266 0 0.625 1 2528 3251 0 0.625 1 2467 3266 0 0.625 1 2 interp_poly 60 2 -46 202 2528 3251 3 MP PP 2528 3251 0 0.625 1 2482 3453 0 0.25 1 2528 3251 0 0.625 1 2 interp_poly 2482 3453 0 0.25 1 2542 3455 0 0.188 1 2482 3453 0 0.25 1 2 interp_poly -47 -413 61 -89 2504 3553 3 MP PP 2504 3553 0 0.5 1 2565 3464 0 0.625 1 2504 3553 0 0.5 1 2 interp_poly 2565 3464 0 0.625 1 2518 3051 0.312 1 0.75 2565 3464 0 0.625 1 2 interp_poly 61 30 -47 -65 2541 4168 3 MP PP 2541 4168 0 0 0.688 2494 4103 0 0 0.75 2541 4168 0 0 0.688 2 interp_poly 2494 4103 0 0 0.75 2555 4133 0 0 0.688 2494 4103 0 0 0.75 2 interp_poly -47 -144 61 115 2415 3929 3 MP PP 2415 3929 0 0 0.938 2476 4044 0 0 0.688 2415 3929 0 0 0.938 2 interp_poly 2476 4044 0 0 0.688 2429 3900 0 0 0.938 2476 4044 0 0 0.688 2 interp_poly 61 115 -47 -94 2462 4023 3 MP PP 2462 4023 0 0 0.812 2415 3929 0 0 0.938 2462 4023 0 0 0.812 2 interp_poly 2415 3929 0 0 0.938 2476 4044 0 0 0.688 2415 3929 0 0 0.938 2 interp_poly 61 38 -47 -144 2476 4044 3 MP PP 2476 4044 0 0 0.688 2429 3900 0 0 0.938 2476 4044 0 0 0.688 2 interp_poly 2429 3900 0 0 0.938 2490 3938 0 0 0.812 2429 3900 0 0 0.938 2 interp_poly -46 -138 60 32 2476 4044 3 MP PP 2476 4044 0 0 0.688 2536 4076 0 0 0.625 2476 4044 0 0 0.688 2 interp_poly 2536 4076 0 0 0.625 2490 3938 0 0 0.812 2536 4076 0 0 0.625 2 interp_poly -46 -67 60 88 2462 4023 3 MP PP 2462 4023 0 0 0.812 2522 4111 0 0 0.625 2462 4023 0 0 0.812 2 interp_poly 2522 4111 0 0 0.625 2476 4044 0 0 0.688 2522 4111 0 0 0.625 2 interp_poly 60 88 -46 -62 2508 4085 3 MP PP 2508 4085 0 0 0.75 2462 4023 0 0 0.812 2508 4085 0 0 0.75 2 interp_poly 2462 4023 0 0 0.812 2522 4111 0 0 0.625 2462 4023 0 0 0.812 2 interp_poly -47 -48 61 30 2494 4103 3 MP PP 2494 4103 0 0 0.75 2555 4133 0 0 0.688 2494 4103 0 0 0.75 2 interp_poly 2555 4133 0 0 0.688 2508 4085 0 0 0.75 2555 4133 0 0 0.688 2 interp_poly 61 -78 -46 -138 2536 4076 3 MP PP 2536 4076 0 0 0.625 2490 3938 0 0 0.812 2536 4076 0 0 0.625 2 interp_poly 2490 3938 0 0 0.812 2551 3860 0 0 0.938 2490 3938 0 0 0.812 2 interp_poly -46 -22 60 3 2417 3688 3 MP PP 2417 3688 0 0 0.562 2477 3691 0 0 0.562 2417 3688 0 0 0.562 2 interp_poly 2477 3691 0 0 0.562 2431 3669 0 0 0.562 2477 3691 0 0 0.562 2 interp_poly 60 3 -46 -7 2463 3695 3 MP PP 2463 3695 0 0 0.625 2417 3688 0 0 0.562 2463 3695 0 0 0.625 2 interp_poly 2417 3688 0 0 0.562 2477 3691 0 0 0.562 2417 3688 0 0 0.562 2 interp_poly -46 -23 60 -17 2431 3669 3 MP PP 2431 3669 0 0 0.562 2491 3652 0 0 0.562 2431 3669 0 0 0.562 2 interp_poly 2491 3652 0 0 0.562 2445 3629 0 0 0.562 2491 3652 0 0 0.562 2 interp_poly 60 -17 -46 -22 2477 3691 3 MP PP 2477 3691 0 0 0.562 2431 3669 0 0 0.562 2477 3691 0 0 0.562 2 interp_poly 2431 3669 0 0 0.562 2491 3652 0 0 0.562 2431 3669 0 0 0.562 2 interp_poly -47 13 61 32 2449 3650 3 MP PP 2449 3650 0 0 0.75 2510 3682 0 0 0.688 2449 3650 0 0 0.75 2 interp_poly 2510 3682 0 0 0.688 2463 3695 0 0 0.625 2510 3682 0 0 0.688 2 interp_poly 61 32 -47 65 2496 3585 3 MP PP 2496 3585 0 0 0.938 2449 3650 0 0 0.75 2496 3585 0 0 0.938 2 interp_poly 2449 3650 0 0 0.75 2510 3682 0 0 0.688 2449 3650 0 0 0.75 2 interp_poly -47 -18 61 14 2463 3695 3 MP PP 2463 3695 0 0 0.625 2524 3709 0 0 0.562 2463 3695 0 0 0.625 2 interp_poly 2524 3709 0 0 0.562 2477 3691 0 0 0.562 2524 3709 0 0 0.562 2 interp_poly 61 14 -47 13 2510 3682 3 MP PP 2510 3682 0 0 0.688 2463 3695 0 0 0.625 2510 3682 0 0 0.688 2 interp_poly 2463 3695 0 0 0.625 2524 3709 0 0 0.562 2463 3695 0 0 0.625 2 interp_poly -47 -307 61 -78 2490 3938 3 MP PP 2490 3938 0 0 0.812 2551 3860 0 0 0.938 2490 3938 0 0 0.812 2 interp_poly 2551 3860 0 0 0.938 2504 3553 0 0.5 1 2551 3860 0 0 0.938 2 interp_poly -46 82 60 84 2486 2633 3 MP PP 2486 2633 1 1 0.0625 2546 2717 0.812 1 0.25 2486 2633 1 1 0.0625 2 interp_poly 2546 2717 0.812 1 0.25 2500 2799 0.625 1 0.438 2546 2717 0.812 1 0.25 2 interp_poly 60 84 -46 -146 2532 2779 3 MP PP 2532 2779 0.75 1 0.312 2486 2633 1 1 0.0625 2532 2779 0.75 1 0.312 2 interp_poly 2486 2633 1 1 0.0625 2546 2717 0.812 1 0.25 2486 2633 1 1 0.0625 2 interp_poly 61 -11 -47 -59 2527 4238 3 MP PP 2527 4238 0 0 0.625 2480 4179 0 0 0.688 2527 4238 0 0 0.625 2 interp_poly 2480 4179 0 0 0.688 2541 4168 0 0 0.688 2480 4179 0 0 0.688 2 interp_poly -47 -65 61 -11 2480 4179 3 MP PP 2480 4179 0 0 0.688 2541 4168 0 0 0.688 2480 4179 0 0 0.688 2 interp_poly 2541 4168 0 0 0.688 2494 4103 0 0 0.75 2541 4168 0 0 0.688 2 interp_poly -47 103 61 236 2425 2397 3 MP PP 2425 2397 1 0.625 0 2486 2633 1 1 0.0625 2425 2397 1 0.625 0 2 interp_poly 2486 2633 1 1 0.0625 2439 2736 0.75 1 0.312 2486 2633 1 1 0.0625 2 interp_poly -47 224 61 63 2439 2736 3 MP PP 2439 2736 0.75 1 0.312 2500 2799 0.625 1 0.438 2439 2736 0.75 1 0.312 2 interp_poly 2500 2799 0.625 1 0.438 2453 3023 0.188 1 0.875 2500 2799 0.625 1 0.438 2 interp_poly 61 63 -47 103 2486 2633 3 MP PP 2486 2633 1 1 0.0625 2439 2736 0.75 1 0.312 2486 2633 1 1 0.0625 2 interp_poly 2439 2736 0.75 1 0.312 2500 2799 0.625 1 0.438 2439 2736 0.75 1 0.312 2 interp_poly 61 -9 -47 224 2500 2799 3 MP PP 2500 2799 0.625 1 0.438 2453 3023 0.188 1 0.875 2500 2799 0.625 1 0.438 2 interp_poly 2453 3023 0.188 1 0.875 2514 3014 0.125 1 0.938 2453 3023 0.188 1 0.875 2 interp_poly 60 168 -46 -440 2518 3051 3 MP PP 2518 3051 0.312 1 0.75 2472 2611 1 0.938 0 2518 3051 0.312 1 0.75 2 interp_poly 2472 2611 1 0.938 0 2532 2779 0.75 1 0.312 2472 2611 1 0.938 0 2 interp_poly -46 -146 60 168 2472 2611 3 MP PP 2472 2611 1 0.938 0 2532 2779 0.75 1 0.312 2472 2611 1 0.938 0 2 interp_poly 2532 2779 0.75 1 0.312 2486 2633 1 1 0.0625 2532 2779 0.75 1 0.312 2 interp_poly -47 252 61 -9 2453 3023 3 MP PP 2453 3023 0.188 1 0.875 2514 3014 0.125 1 0.938 2453 3023 0.188 1 0.875 2 interp_poly 2514 3014 0.125 1 0.938 2467 3266 0 0.625 1 2514 3014 0.125 1 0.938 2 interp_poly 60 21 -46 -523 2504 3553 3 MP PP 2504 3553 0 0.5 1 2458 3030 0.375 1 0.688 2504 3553 0 0.5 1 2 interp_poly 2458 3030 0.375 1 0.688 2518 3051 0.312 1 0.75 2458 3030 0.375 1 0.688 2 interp_poly -46 -440 60 21 2458 3030 3 MP PP 2458 3030 0.375 1 0.688 2518 3051 0.312 1 0.75 2458 3030 0.375 1 0.688 2 interp_poly 2518 3051 0.312 1 0.75 2472 2611 1 0.938 0 2518 3051 0.312 1 0.75 2 interp_poly 60 63 -46 -81 2494 4103 3 MP PP 2494 4103 0 0 0.75 2448 4022 0 0 0.875 2494 4103 0 0 0.75 2 interp_poly 2448 4022 0 0 0.875 2508 4085 0 0 0.75 2448 4022 0 0 0.875 2 interp_poly -46 -62 60 63 2448 4022 3 MP PP 2448 4022 0 0 0.875 2508 4085 0 0 0.75 2448 4022 0 0 0.875 2 interp_poly 2508 4085 0 0 0.75 2462 4023 0 0 0.812 2508 4085 0 0 0.75 2 interp_poly -47 -22 61 -17 2384 3646 3 MP PP 2384 3646 0 0 0.562 2445 3629 0 0 0.562 2384 3646 0 0 0.562 2 interp_poly 2445 3629 0 0 0.562 2398 3607 0 0 0.562 2445 3629 0 0 0.562 2 interp_poly 61 -17 -47 -23 2431 3669 3 MP PP 2431 3669 0 0 0.562 2384 3646 0 0 0.562 2431 3669 0 0 0.562 2 interp_poly 2384 3646 0 0 0.562 2445 3629 0 0 0.562 2384 3646 0 0 0.562 2 interp_poly -47 -23 61 -4 2370 3673 3 MP PP 2370 3673 0 0 0.562 2431 3669 0 0 0.562 2370 3673 0 0 0.562 2 interp_poly 2431 3669 0 0 0.562 2384 3646 0 0 0.562 2431 3669 0 0 0.562 2 interp_poly 61 -4 -47 -15 2417 3688 3 MP PP 2417 3688 0 0 0.562 2370 3673 0 0 0.562 2417 3688 0 0 0.562 2 interp_poly 2370 3673 0 0 0.562 2431 3669 0 0 0.562 2370 3673 0 0 0.562 2 interp_poly -46 25 60 11 2389 3639 3 MP PP 2389 3639 0 0 0.812 2449 3650 0 0 0.75 2389 3639 0 0 0.812 2 interp_poly 2449 3650 0 0 0.75 2403 3675 0 0 0.688 2449 3650 0 0 0.75 2 interp_poly -47 -19 61 -22 2398 3607 3 MP PP 2398 3607 0 0 0.562 2459 3585 0 0 0.562 2398 3607 0 0 0.562 2 interp_poly 2459 3585 0 0 0.562 2412 3566 0 0 0.562 2459 3585 0 0 0.562 2 interp_poly 61 -22 -47 -22 2445 3629 3 MP PP 2445 3629 0 0 0.562 2398 3607 0 0 0.562 2445 3629 0 0 0.562 2 interp_poly 2398 3607 0 0 0.562 2459 3585 0 0 0.562 2398 3607 0 0 0.562 2 interp_poly 60 11 -46 64 2435 3575 3 MP PP 2435 3575 0 0 0.938 2389 3639 0 0 0.812 2435 3575 0 0 0.938 2 interp_poly 2389 3639 0 0 0.812 2449 3650 0 0 0.75 2389 3639 0 0 0.812 2 interp_poly -46 -7 60 20 2403 3675 3 MP PP 2403 3675 0 0 0.688 2463 3695 0 0 0.625 2403 3675 0 0 0.688 2 interp_poly 2463 3695 0 0 0.625 2417 3688 0 0 0.562 2463 3695 0 0 0.625 2 interp_poly 60 20 -46 25 2449 3650 3 MP PP 2449 3650 0 0 0.75 2403 3675 0 0 0.688 2449 3650 0 0 0.75 2 interp_poly 2403 3675 0 0 0.688 2463 3695 0 0 0.625 2403 3675 0 0 0.688 2 interp_poly 61 -22 -47 -19 2459 3585 3 MP PP 2459 3585 0 0 0.562 2412 3566 0 0 0.562 2459 3585 0 0 0.562 2 interp_poly 2412 3566 0 0 0.562 2473 3544 0 0 0.562 2412 3566 0 0 0.562 2 interp_poly -47 65 61 10 2435 3575 3 MP PP 2435 3575 0 0 0.938 2496 3585 0 0 0.938 2435 3575 0 0 0.938 2 interp_poly 2496 3585 0 0 0.938 2449 3650 0 0 0.75 2496 3585 0 0 0.938 2 interp_poly -46 -17 61 -22 2412 3566 3 MP PP 2412 3566 0 0 0.562 2473 3544 0 0 0.562 2412 3566 0 0 0.562 2 interp_poly 2473 3544 0 0 0.562 2427 3527 0 0 0.562 2473 3544 0 0 0.562 2 interp_poly -46 -17 60 -19 2427 3527 3 MP PP 2427 3527 0 0 0.562 2487 3508 0 0 0.562 2427 3527 0 0 0.562 2 interp_poly 2487 3508 0 0 0.562 2441 3491 0 0 0.562 2487 3508 0 0 0.562 2 interp_poly 60 -19 -46 -17 2473 3544 3 MP PP 2473 3544 0 0 0.562 2427 3527 0 0 0.562 2473 3544 0 0 0.562 2 interp_poly 2427 3527 0 0 0.562 2487 3508 0 0 0.562 2427 3527 0 0 0.562 2 interp_poly 61 10 -47 122 2482 3453 3 MP PP 2482 3453 0 0.25 1 2435 3575 0 0 0.938 2482 3453 0 0.25 1 2 interp_poly 2435 3575 0 0 0.938 2496 3585 0 0 0.938 2435 3575 0 0 0.938 2 interp_poly 61 -77 -47 -308 2490 3938 3 MP PP 2490 3938 0 0 0.812 2443 3630 0 0.375 1 2490 3938 0 0 0.812 2 interp_poly 2443 3630 0 0.375 1 2504 3553 0 0.5 1 2443 3630 0 0.375 1 2 interp_poly -47 -21 61 -16 2390 3342 3 MP PP 2390 3342 0 0 0.562 2451 3326 0 0 0.562 2390 3342 0 0 0.562 2 interp_poly 2451 3326 0 0 0.562 2404 3305 0 0 0.562 2451 3326 0 0 0.562 2 interp_poly 61 -16 -46 -20 2436 3362 3 MP PP 2436 3362 0 0 0.562 2390 3342 0 0 0.562 2436 3362 0 0 0.562 2 interp_poly 2390 3342 0 0 0.562 2451 3326 0 0 0.562 2390 3342 0 0 0.562 2 interp_poly -47 -19 61 -18 2394 3473 3 MP PP 2394 3473 0 0 0.562 2455 3455 0 0 0.562 2394 3473 0 0 0.562 2 interp_poly 2455 3455 0 0 0.562 2408 3436 0 0 0.562 2455 3455 0 0 0.562 2 interp_poly 61 -18 -47 -18 2441 3491 3 MP PP 2441 3491 0 0 0.562 2394 3473 0 0 0.562 2441 3491 0 0 0.562 2 interp_poly 2394 3473 0 0 0.562 2455 3455 0 0 0.562 2394 3473 0 0 0.562 2 interp_poly 60 -17 -46 -21 2446 3192 3 MP PP 2446 3192 0 0 0.562 2400 3171 0 0 0.562 2446 3192 0 0 0.562 2 interp_poly 2400 3171 0 0 0.562 2460 3154 0 0 0.562 2400 3171 0 0 0.562 2 interp_poly -47 -21 61 -16 2404 3305 3 MP PP 2404 3305 0 0 0.562 2465 3289 0 0 0.562 2404 3305 0 0 0.562 2 interp_poly 2465 3289 0 0 0.562 2418 3268 0 0 0.562 2465 3289 0 0 0.562 2 interp_poly 61 -16 -47 -21 2451 3326 3 MP PP 2451 3326 0 0 0.562 2404 3305 0 0 0.562 2451 3326 0 0 0.562 2 interp_poly 2404 3305 0 0 0.562 2465 3289 0 0 0.562 2404 3305 0 0 0.562 2 interp_poly -46 -21 60 -16 2358 3284 3 MP PP 2358 3284 0 0 0.562 2418 3268 0 0 0.562 2358 3284 0 0 0.562 2 interp_poly 2418 3268 0 0 0.562 2372 3247 0 0 0.562 2418 3268 0 0 0.562 2 interp_poly 60 -16 -46 -21 2404 3305 3 MP PP 2404 3305 0 0 0.562 2358 3284 0 0 0.562 2404 3305 0 0 0.562 2 interp_poly 2358 3284 0 0 0.562 2418 3268 0 0 0.562 2358 3284 0 0 0.562 2 interp_poly -46 -20 60 -18 2362 3417 3 MP PP 2362 3417 0 0 0.562 2422 3399 0 0 0.562 2362 3417 0 0 0.562 2 interp_poly 2422 3399 0 0 0.562 2376 3379 0 0 0.562 2422 3399 0 0 0.562 2 interp_poly 60 -18 -46 -19 2408 3436 3 MP PP 2408 3436 0 0 0.562 2362 3417 0 0 0.562 2408 3436 0 0 0.562 2 interp_poly 2362 3417 0 0 0.562 2422 3399 0 0 0.562 2362 3417 0 0 0.562 2 interp_poly -46 -20 60 -17 2376 3379 3 MP PP 2376 3379 0 0 0.562 2436 3362 0 0 0.562 2376 3379 0 0 0.562 2 interp_poly 2436 3362 0 0 0.562 2390 3342 0 0 0.562 2436 3362 0 0 0.562 2 interp_poly 60 -17 -46 -20 2422 3399 3 MP PP 2422 3399 0 0 0.562 2376 3379 0 0 0.562 2422 3399 0 0 0.562 2 interp_poly 2376 3379 0 0 0.562 2436 3362 0 0 0.562 2376 3379 0 0 0.562 2 interp_poly -47 -20 61 -17 2408 3436 3 MP PP 2408 3436 0 0 0.562 2469 3419 0 0 0.562 2408 3436 0 0 0.562 2 interp_poly 2469 3419 0 0 0.562 2422 3399 0 0 0.562 2469 3419 0 0 0.562 2 interp_poly 61 -17 -47 -19 2455 3455 3 MP PP 2455 3455 0 0 0.562 2408 3436 0 0 0.562 2455 3455 0 0 0.562 2 interp_poly 2408 3436 0 0 0.562 2469 3419 0 0 0.562 2408 3436 0 0 0.562 2 interp_poly -46 192 60 -2 2407 3268 3 MP PP 2407 3268 0 0.688 1 2467 3266 0 0.625 1 2407 3268 0 0.688 1 2 interp_poly 2467 3266 0 0.625 1 2421 3458 0 0.25 1 2467 3266 0 0.625 1 2 interp_poly -46 -21 60 -17 2372 3247 3 MP PP 2372 3247 0 0 0.562 2432 3230 0 0 0.562 2372 3247 0 0 0.562 2 interp_poly 2432 3230 0 0 0.562 2386 3209 0 0 0.562 2432 3230 0 0 0.562 2 interp_poly 60 -17 -46 -21 2418 3268 3 MP PP 2418 3268 0 0 0.562 2372 3247 0 0 0.562 2418 3268 0 0 0.562 2 interp_poly 2372 3247 0 0 0.562 2432 3230 0 0 0.562 2372 3247 0 0 0.562 2 interp_poly -46 -21 60 -17 2386 3209 3 MP PP 2386 3209 0 0 0.562 2446 3192 0 0 0.562 2386 3209 0 0 0.562 2 interp_poly 2446 3192 0 0 0.562 2400 3171 0 0 0.562 2446 3192 0 0 0.562 2 interp_poly 60 -17 -46 -21 2432 3230 3 MP PP 2432 3230 0 0 0.562 2386 3209 0 0 0.562 2432 3230 0 0 0.562 2 interp_poly 2386 3209 0 0 0.562 2446 3192 0 0 0.562 2386 3209 0 0 0.562 2 interp_poly 60 -2 -46 245 2453 3023 3 MP PP 2453 3023 0.188 1 0.875 2407 3268 0 0.688 1 2453 3023 0.188 1 0.875 2 interp_poly 2407 3268 0 0.688 1 2467 3266 0 0.625 1 2407 3268 0 0.688 1 2 interp_poly -47 -18 61 -18 2380 3509 3 MP PP 2380 3509 0 0 0.562 2441 3491 0 0 0.562 2380 3509 0 0 0.562 2 interp_poly 2441 3491 0 0 0.562 2394 3473 0 0 0.562 2441 3491 0 0 0.562 2 interp_poly 61 -18 -47 -18 2427 3527 3 MP PP 2427 3527 0 0 0.562 2380 3509 0 0 0.562 2427 3527 0 0 0.562 2 interp_poly 2380 3509 0 0 0.562 2441 3491 0 0 0.562 2380 3509 0 0 0.562 2 interp_poly -47 122 61 -5 2421 3458 3 MP PP 2421 3458 0 0.25 1 2482 3453 0 0.25 1 2421 3458 0 0.25 1 2 interp_poly 2482 3453 0 0.25 1 2435 3575 0 0 0.938 2482 3453 0 0.25 1 2 interp_poly 61 -5 -46 192 2467 3266 3 MP PP 2467 3266 0 0.625 1 2421 3458 0 0.25 1 2467 3266 0 0.625 1 2 interp_poly 2421 3458 0 0.25 1 2482 3453 0 0.25 1 2421 3458 0 0.25 1 2 interp_poly -46 -523 61 -77 2443 3630 3 MP PP 2443 3630 0 0.375 1 2504 3553 0 0.5 1 2443 3630 0 0.375 1 2 interp_poly 2504 3553 0 0.5 1 2458 3030 0.375 1 0.688 2504 3553 0 0.5 1 2 interp_poly 60 1 -46 -77 2480 4179 3 MP PP 2480 4179 0 0 0.688 2434 4102 0 0 0.812 2480 4179 0 0 0.688 2 interp_poly 2434 4102 0 0 0.812 2494 4103 0 0 0.75 2434 4102 0 0 0.812 2 interp_poly -46 -81 60 1 2434 4102 3 MP PP 2434 4102 0 0 0.812 2494 4103 0 0 0.75 2434 4102 0 0 0.812 2 interp_poly 2494 4103 0 0 0.75 2448 4022 0 0 0.875 2494 4103 0 0 0.75 2 interp_poly -47 -308 61 38 2429 3900 3 MP PP 2429 3900 0 0 0.938 2490 3938 0 0 0.812 2429 3900 0 0 0.938 2 interp_poly 2490 3938 0 0 0.812 2443 3630 0 0.375 1 2490 3938 0 0 0.812 2 interp_poly 61 236 -47 -214 2472 2611 3 MP PP 2472 2611 1 0.938 0 2425 2397 1 0.625 0 2472 2611 1 0.938 0 2 interp_poly 2425 2397 1 0.625 0 2486 2633 1 1 0.0625 2425 2397 1 0.625 0 2 interp_poly -46 171 60 338 2365 2059 3 MP PP 2365 2059 0.938 0 0 2425 2397 1 0.625 0 2365 2059 0.938 0 0 2 interp_poly 2425 2397 1 0.625 0 2379 2568 1 0.938 0 2425 2397 1 0.625 0 2 interp_poly -46 268 60 168 2379 2568 3 MP PP 2379 2568 1 0.938 0 2439 2736 0.75 1 0.312 2379 2568 1 0.938 0 2 interp_poly 2439 2736 0.75 1 0.312 2393 3004 0.25 1 0.812 2439 2736 0.75 1 0.312 2 interp_poly 60 168 -46 171 2425 2397 3 MP PP 2425 2397 1 0.625 0 2379 2568 1 0.938 0 2425 2397 1 0.625 0 2 interp_poly 2379 2568 1 0.938 0 2439 2736 0.75 1 0.312 2379 2568 1 0.938 0 2 interp_poly 60 19 -46 268 2439 2736 3 MP PP 2439 2736 0.75 1 0.312 2393 3004 0.25 1 0.812 2439 2736 0.75 1 0.312 2 interp_poly 2393 3004 0.25 1 0.812 2453 3023 0.188 1 0.875 2393 3004 0.25 1 0.812 2 interp_poly 61 220 -47 -639 2458 3030 3 MP PP 2458 3030 0.375 1 0.688 2411 2391 1 0.5 0 2458 3030 0.375 1 0.688 2 interp_poly 2411 2391 1 0.5 0 2472 2611 1 0.938 0 2411 2391 1 0.5 0 2 interp_poly -47 -214 61 220 2411 2391 3 MP PP 2411 2391 1 0.5 0 2472 2611 1 0.938 0 2411 2391 1 0.5 0 2 interp_poly 2472 2611 1 0.938 0 2425 2397 1 0.625 0 2472 2611 1 0.938 0 2 interp_poly 61 101 -47 -100 2448 4022 3 MP PP 2448 4022 0 0 0.875 2401 3922 0 0 1 2448 4022 0 0 0.875 2 interp_poly 2401 3922 0 0 1 2462 4023 0 0 0.812 2401 3922 0 0 1 2 interp_poly -47 -94 61 101 2401 3922 3 MP PP 2401 3922 0 0 1 2462 4023 0 0 0.812 2401 3922 0 0 1 2 interp_poly 2462 4023 0 0 0.812 2415 3929 0 0 0.938 2462 4023 0 0 0.812 2 interp_poly -46 245 60 19 2393 3004 3 MP PP 2393 3004 0.25 1 0.812 2453 3023 0.188 1 0.875 2393 3004 0.25 1 0.812 2 interp_poly 2453 3023 0.188 1 0.875 2407 3268 0 0.688 1 2453 3023 0.188 1 0.875 2 interp_poly 61 -18 -46 -582 2443 3630 3 MP PP 2443 3630 0 0.375 1 2397 3048 0.375 1 0.688 2443 3630 0 0.375 1 2 interp_poly 2397 3048 0.375 1 0.688 2458 3030 0.375 1 0.688 2397 3048 0.375 1 0.688 2 interp_poly -47 -639 61 -18 2397 3048 3 MP PP 2397 3048 0.375 1 0.688 2458 3030 0.375 1 0.688 2397 3048 0.375 1 0.688 2 interp_poly 2458 3030 0.375 1 0.688 2411 2391 1 0.5 0 2458 3030 0.375 1 0.688 2 interp_poly 61 19 -47 -99 2434 4102 3 MP PP 2434 4102 0 0 0.812 2387 4003 0 0 0.938 2434 4102 0 0 0.812 2 interp_poly 2387 4003 0 0 0.938 2448 4022 0 0 0.875 2387 4003 0 0 0.938 2 interp_poly -47 -100 61 19 2387 4003 3 MP PP 2387 4003 0 0 0.938 2448 4022 0 0 0.875 2387 4003 0 0 0.938 2 interp_poly 2448 4022 0 0 0.875 2401 3922 0 0 1 2448 4022 0 0 0.875 2 interp_poly 61 -9 -47 -22 2324 3654 3 MP PP 2324 3654 0 0 0.562 2277 3632 0 0 0.562 2324 3654 0 0 0.562 2 interp_poly 2277 3632 0 0 0.562 2338 3623 0 0 0.562 2277 3632 0 0 0.562 2 interp_poly -46 -19 60 4 2310 3669 3 MP PP 2310 3669 0 0 0.625 2370 3673 0 0 0.562 2310 3669 0 0 0.625 2 interp_poly 2370 3673 0 0 0.562 2324 3654 0 0 0.562 2370 3673 0 0 0.562 2 interp_poly -46 -23 60 -8 2324 3654 3 MP PP 2324 3654 0 0 0.562 2384 3646 0 0 0.562 2324 3654 0 0 0.562 2 interp_poly 2384 3646 0 0 0.562 2338 3623 0 0 0.562 2384 3646 0 0 0.562 2 interp_poly 60 -8 -46 -19 2370 3673 3 MP PP 2370 3673 0 0 0.562 2324 3654 0 0 0.562 2370 3673 0 0 0.562 2 interp_poly 2324 3654 0 0 0.562 2384 3646 0 0 0.562 2324 3654 0 0 0.562 2 interp_poly 60 -16 -46 -23 2384 3646 3 MP PP 2384 3646 0 0 0.562 2338 3623 0 0 0.562 2384 3646 0 0 0.562 2 interp_poly 2338 3623 0 0 0.562 2398 3607 0 0 0.562 2338 3623 0 0 0.562 2 interp_poly -47 27 61 -2 2328 3641 3 MP PP 2328 3641 0 0 0.812 2389 3639 0 0 0.812 2328 3641 0 0 0.812 2 interp_poly 2389 3639 0 0 0.812 2342 3666 0 0 0.688 2389 3639 0 0 0.812 2 interp_poly -46 -22 60 -16 2338 3623 3 MP PP 2338 3623 0 0 0.562 2398 3607 0 0 0.562 2338 3623 0 0 0.562 2 interp_poly 2398 3607 0 0 0.562 2352 3585 0 0 0.562 2398 3607 0 0 0.562 2 interp_poly -46 -20 60 -19 2352 3585 3 MP PP 2352 3585 0 0 0.562 2412 3566 0 0 0.562 2352 3585 0 0 0.562 2 interp_poly 2412 3566 0 0 0.562 2366 3546 0 0 0.562 2412 3566 0 0 0.562 2 interp_poly 60 -19 -46 -22 2398 3607 3 MP PP 2398 3607 0 0 0.562 2352 3585 0 0 0.562 2398 3607 0 0 0.562 2 interp_poly 2352 3585 0 0 0.562 2412 3566 0 0 0.562 2352 3585 0 0 0.562 2 interp_poly 61 -2 -46 64 2374 3577 3 MP PP 2374 3577 0 0 1 2328 3641 0 0 0.812 2374 3577 0 0 1 2 interp_poly 2328 3641 0 0 0.812 2389 3639 0 0 0.812 2328 3641 0 0 0.812 2 interp_poly 60 4 -46 -9 2356 3678 3 MP PP 2356 3678 0 0 0.625 2310 3669 0 0 0.625 2356 3678 0 0 0.625 2 interp_poly 2310 3669 0 0 0.625 2370 3673 0 0 0.562 2310 3669 0 0 0.625 2 interp_poly -47 -15 61 10 2356 3678 3 MP PP 2356 3678 0 0 0.625 2417 3688 0 0 0.562 2356 3678 0 0 0.625 2 interp_poly 2417 3688 0 0 0.562 2370 3673 0 0 0.562 2417 3688 0 0 0.562 2 interp_poly -47 3 61 9 2342 3666 3 MP PP 2342 3666 0 0 0.688 2403 3675 0 0 0.688 2342 3666 0 0 0.688 2 interp_poly 2403 3675 0 0 0.688 2356 3678 0 0 0.625 2403 3675 0 0 0.688 2 interp_poly 61 9 -47 27 2389 3639 3 MP PP 2389 3639 0 0 0.812 2342 3666 0 0 0.688 2389 3639 0 0 0.812 2 interp_poly 2342 3666 0 0 0.688 2403 3675 0 0 0.688 2342 3666 0 0 0.688 2 interp_poly 61 10 -47 3 2403 3675 3 MP PP 2403 3675 0 0 0.688 2356 3678 0 0 0.625 2403 3675 0 0 0.688 2 interp_poly 2356 3678 0 0 0.625 2417 3688 0 0 0.562 2356 3678 0 0 0.625 2 interp_poly -46 64 61 -2 2374 3577 3 MP PP 2374 3577 0 0 1 2435 3575 0 0 0.938 2374 3577 0 0 1 2 interp_poly 2435 3575 0 0 0.938 2389 3639 0 0 0.812 2435 3575 0 0 0.938 2 interp_poly 60 27 -46 -297 2429 3900 3 MP PP 2429 3900 0 0 0.938 2383 3603 0 0.438 1 2429 3900 0 0 0.938 2 interp_poly 2383 3603 0 0.438 1 2443 3630 0 0.375 1 2383 3603 0 0.438 1 2 interp_poly -47 -20 61 -17 2329 3359 3 MP PP 2329 3359 0 0 0.562 2390 3342 0 0 0.562 2329 3359 0 0 0.562 2 interp_poly 2390 3342 0 0 0.562 2343 3322 0 0 0.562 2390 3342 0 0 0.562 2 interp_poly 61 -17 -47 -20 2376 3379 3 MP PP 2376 3379 0 0 0.562 2329 3359 0 0 0.562 2376 3379 0 0 0.562 2 interp_poly 2329 3359 0 0 0.562 2390 3342 0 0 0.562 2329 3359 0 0 0.562 2 interp_poly -46 -19 60 -17 2334 3490 3 MP PP 2334 3490 0 0 0.562 2394 3473 0 0 0.562 2334 3490 0 0 0.562 2 interp_poly 2394 3473 0 0 0.562 2348 3454 0 0 0.562 2394 3473 0 0 0.562 2 interp_poly 60 -17 -46 -19 2380 3509 3 MP PP 2380 3509 0 0 0.562 2334 3490 0 0 0.562 2380 3509 0 0 0.562 2 interp_poly 2334 3490 0 0 0.562 2394 3473 0 0 0.562 2334 3490 0 0 0.562 2 interp_poly 61 -16 -47 -22 2386 3209 3 MP PP 2386 3209 0 0 0.562 2339 3187 0 0 0.562 2386 3209 0 0 0.562 2 interp_poly 2339 3187 0 0 0.562 2400 3171 0 0 0.562 2339 3187 0 0 0.562 2 interp_poly -46 -21 61 -17 2343 3322 3 MP PP 2343 3322 0 0 0.562 2404 3305 0 0 0.562 2343 3322 0 0 0.562 2 interp_poly 2404 3305 0 0 0.562 2358 3284 0 0 0.562 2404 3305 0 0 0.562 2 interp_poly 61 -17 -47 -20 2390 3342 3 MP PP 2390 3342 0 0 0.562 2343 3322 0 0 0.562 2390 3342 0 0 0.562 2 interp_poly 2343 3322 0 0 0.562 2404 3305 0 0 0.562 2343 3322 0 0 0.562 2 interp_poly -47 -21 61 -17 2297 3301 3 MP PP 2297 3301 0 0 0.562 2358 3284 0 0 0.562 2297 3301 0 0 0.562 2 interp_poly 2358 3284 0 0 0.562 2311 3263 0 0 0.562 2358 3284 0 0 0.562 2 interp_poly 61 -17 -46 -21 2343 3322 3 MP PP 2343 3322 0 0 0.562 2297 3301 0 0 0.562 2343 3322 0 0 0.562 2 interp_poly 2297 3301 0 0 0.562 2358 3284 0 0 0.562 2297 3301 0 0 0.562 2 interp_poly -47 -21 61 -17 2301 3434 3 MP PP 2301 3434 0 0 0.562 2362 3417 0 0 0.562 2301 3434 0 0 0.562 2 interp_poly 2362 3417 0 0 0.562 2315 3396 0 0 0.562 2362 3417 0 0 0.562 2 interp_poly 61 -17 -47 -20 2348 3454 3 MP PP 2348 3454 0 0 0.562 2301 3434 0 0 0.562 2348 3454 0 0 0.562 2 interp_poly 2301 3434 0 0 0.562 2362 3417 0 0 0.562 2301 3434 0 0 0.562 2 interp_poly 61 -16 -47 -21 2358 3284 3 MP PP 2358 3284 0 0 0.562 2311 3263 0 0 0.562 2358 3284 0 0 0.562 2 interp_poly 2311 3263 0 0 0.562 2372 3247 0 0 0.562 2311 3263 0 0 0.562 2 interp_poly -47 -20 61 -17 2315 3396 3 MP PP 2315 3396 0 0 0.562 2376 3379 0 0 0.562 2315 3396 0 0 0.562 2 interp_poly 2376 3379 0 0 0.562 2329 3359 0 0 0.562 2376 3379 0 0 0.562 2 interp_poly 61 -17 -47 -21 2362 3417 3 MP PP 2362 3417 0 0 0.562 2315 3396 0 0 0.562 2362 3417 0 0 0.562 2 interp_poly 2315 3396 0 0 0.562 2376 3379 0 0 0.562 2315 3396 0 0 0.562 2 interp_poly -46 -19 60 -18 2348 3454 3 MP PP 2348 3454 0 0 0.562 2408 3436 0 0 0.562 2348 3454 0 0 0.562 2 interp_poly 2408 3436 0 0 0.562 2362 3417 0 0 0.562 2408 3436 0 0 0.562 2 interp_poly 60 -18 -46 -19 2394 3473 3 MP PP 2394 3473 0 0 0.562 2348 3454 0 0 0.562 2394 3473 0 0 0.562 2 interp_poly 2348 3454 0 0 0.562 2408 3436 0 0 0.562 2348 3454 0 0 0.562 2 interp_poly -47 192 61 -17 2346 3285 3 MP PP 2346 3285 0 0.688 1 2407 3268 0 0.688 1 2346 3285 0 0.688 1 2 interp_poly 2407 3268 0 0.688 1 2360 3460 0 0.25 1 2407 3268 0 0.688 1 2 interp_poly -47 -22 61 -16 2311 3263 3 MP PP 2311 3263 0 0 0.562 2372 3247 0 0 0.562 2311 3263 0 0 0.562 2 interp_poly 2372 3247 0 0 0.562 2325 3225 0 0 0.562 2372 3247 0 0 0.562 2 interp_poly -47 -22 61 -16 2325 3225 3 MP PP 2325 3225 0 0 0.562 2386 3209 0 0 0.562 2325 3225 0 0 0.562 2 interp_poly 2386 3209 0 0 0.562 2339 3187 0 0 0.562 2386 3209 0 0 0.562 2 interp_poly 61 -16 -47 -22 2372 3247 3 MP PP 2372 3247 0 0 0.562 2325 3225 0 0 0.562 2372 3247 0 0 0.562 2 interp_poly 2325 3225 0 0 0.562 2386 3209 0 0 0.562 2325 3225 0 0 0.562 2 interp_poly 61 -17 -47 281 2393 3004 3 MP PP 2393 3004 0.25 1 0.812 2346 3285 0 0.688 1 2393 3004 0.25 1 0.812 2 interp_poly 2346 3285 0 0.688 1 2407 3268 0 0.688 1 2346 3285 0 0.688 1 2 interp_poly -46 -19 61 -18 2319 3527 3 MP PP 2319 3527 0 0 0.562 2380 3509 0 0 0.562 2319 3527 0 0 0.562 2 interp_poly 2380 3509 0 0 0.562 2334 3490 0 0 0.562 2380 3509 0 0 0.562 2 interp_poly 61 -18 -47 -19 2366 3546 3 MP PP 2366 3546 0 0 0.562 2319 3527 0 0 0.562 2366 3546 0 0 0.562 2 interp_poly 2319 3527 0 0 0.562 2380 3509 0 0 0.562 2319 3527 0 0 0.562 2 interp_poly -47 -18 61 -19 2366 3546 3 MP PP 2366 3546 0 0 0.562 2427 3527 0 0 0.562 2366 3546 0 0 0.562 2 interp_poly 2427 3527 0 0 0.562 2380 3509 0 0 0.562 2427 3527 0 0 0.562 2 interp_poly 61 -19 -46 -20 2412 3566 3 MP PP 2412 3566 0 0 0.562 2366 3546 0 0 0.562 2412 3566 0 0 0.562 2 interp_poly 2366 3546 0 0 0.562 2427 3527 0 0 0.562 2366 3546 0 0 0.562 2 interp_poly -47 119 61 -2 2360 3460 3 MP PP 2360 3460 0 0.25 1 2421 3458 0 0.25 1 2360 3460 0 0.25 1 2 interp_poly 2421 3458 0 0.25 1 2374 3577 0 0 1 2421 3458 0 0.25 1 2 interp_poly 61 -2 -47 192 2407 3268 3 MP PP 2407 3268 0 0.688 1 2360 3460 0 0.25 1 2407 3268 0 0.688 1 2 interp_poly 2360 3460 0 0.25 1 2421 3458 0 0.25 1 2360 3460 0 0.25 1 2 interp_poly 61 -2 -47 119 2421 3458 3 MP PP 2421 3458 0 0.25 1 2374 3577 0 0 1 2421 3458 0 0.25 1 2 interp_poly 2374 3577 0 0 1 2435 3575 0 0 0.938 2374 3577 0 0 1 2 interp_poly -46 -582 60 27 2383 3603 3 MP PP 2383 3603 0 0.438 1 2443 3630 0 0.375 1 2383 3603 0 0.438 1 2 interp_poly 2443 3630 0 0.375 1 2397 3048 0.375 1 0.688 2443 3630 0 0.375 1 2 interp_poly 60 126 -46 -155 2415 3929 3 MP PP 2415 3929 0 0 0.938 2369 3774 0 0.188 1 2415 3929 0 0 0.938 2 interp_poly 2369 3774 0 0.188 1 2429 3900 0 0 0.938 2369 3774 0 0.188 1 2 interp_poly -46 -297 60 126 2369 3774 3 MP PP 2369 3774 0 0.188 1 2429 3900 0 0 0.938 2369 3774 0 0.188 1 2 interp_poly 2429 3900 0 0 0.938 2383 3603 0 0.438 1 2429 3900 0 0 0.938 2 interp_poly 60 338 -46 -332 2411 2391 3 MP PP 2411 2391 1 0.5 0 2365 2059 0.938 0 0 2411 2391 1 0.5 0 2 interp_poly 2365 2059 0.938 0 0 2425 2397 1 0.625 0 2365 2059 0.938 0 0 2 interp_poly 60 131 -46 -124 2401 3922 3 MP PP 2401 3922 0 0 1 2355 3798 0 0.25 1 2401 3922 0 0 1 2 interp_poly 2355 3798 0 0.25 1 2415 3929 0 0 0.938 2355 3798 0 0.25 1 2 interp_poly -46 -155 60 131 2355 3798 3 MP PP 2355 3798 0 0.25 1 2415 3929 0 0 0.938 2355 3798 0 0.25 1 2 interp_poly 2415 3929 0 0 0.938 2369 3774 0 0.188 1 2415 3929 0 0 0.938 2 interp_poly -47 398 61 220 2318 2348 3 MP PP 2318 2348 1 0.5 0 2379 2568 1 0.938 0 2318 2348 1 0.5 0 2 interp_poly 2379 2568 1 0.938 0 2332 2966 0.312 1 0.75 2379 2568 1 0.938 0 2 interp_poly 61 220 -47 289 2365 2059 3 MP PP 2365 2059 0.938 0 0 2318 2348 1 0.5 0 2365 2059 0.938 0 0 2 interp_poly 2318 2348 1 0.5 0 2379 2568 1 0.938 0 2318 2348 1 0.5 0 2 interp_poly 61 38 -47 398 2379 2568 3 MP PP 2379 2568 1 0.938 0 2332 2966 0.312 1 0.75 2379 2568 1 0.938 0 2 interp_poly 2332 2966 0.312 1 0.75 2393 3004 0.25 1 0.812 2332 2966 0.312 1 0.75 2 interp_poly 61 117 -47 -774 2397 3048 3 MP PP 2397 3048 0.375 1 0.688 2350 2274 1 0.25 0 2397 3048 0.375 1 0.688 2 interp_poly 2350 2274 1 0.25 0 2411 2391 1 0.5 0 2350 2274 1 0.25 0 2 interp_poly -46 -332 61 117 2350 2274 3 MP PP 2350 2274 1 0.25 0 2411 2391 1 0.5 0 2350 2274 1 0.25 0 2 interp_poly 2411 2391 1 0.5 0 2365 2059 0.938 0 0 2411 2391 1 0.5 0 2 interp_poly 60 38 -46 -119 2387 4003 3 MP PP 2387 4003 0 0 0.938 2341 3884 0 0.125 1 2387 4003 0 0 0.938 2 interp_poly 2341 3884 0 0.125 1 2401 3922 0 0 1 2341 3884 0 0.125 1 2 interp_poly -46 -124 60 38 2341 3884 3 MP PP 2341 3884 0 0.125 1 2401 3922 0 0 1 2341 3884 0 0.125 1 2 interp_poly 2401 3922 0 0 1 2355 3798 0 0.25 1 2401 3922 0 0 1 2 interp_poly -47 -21 61 -16 2236 3317 3 MP PP 2236 3317 0 0 0.562 2297 3301 0 0 0.562 2236 3317 0 0 0.562 2 interp_poly 2297 3301 0 0 0.562 2250 3280 0 0 0.562 2297 3301 0 0 0.562 2 interp_poly 61 -16 -47 -21 2283 3338 3 MP PP 2283 3338 0 0 0.562 2236 3317 0 0 0.562 2283 3338 0 0 0.562 2 interp_poly 2236 3317 0 0 0.562 2297 3301 0 0 0.562 2236 3317 0 0 0.562 2 interp_poly -46 -21 61 -17 2250 3280 3 MP PP 2250 3280 0 0 0.562 2311 3263 0 0 0.562 2250 3280 0 0 0.562 2 interp_poly 2311 3263 0 0 0.562 2265 3242 0 0 0.562 2311 3263 0 0 0.562 2 interp_poly 61 -17 -47 -21 2297 3301 3 MP PP 2297 3301 0 0 0.562 2250 3280 0 0 0.562 2297 3301 0 0 0.562 2 interp_poly 2250 3280 0 0 0.562 2311 3263 0 0 0.562 2250 3280 0 0 0.562 2 interp_poly -46 -21 60 -17 2265 3242 3 MP PP 2265 3242 0 0 0.562 2325 3225 0 0 0.562 2265 3242 0 0 0.562 2 interp_poly 2325 3225 0 0 0.562 2279 3204 0 0 0.562 2325 3225 0 0 0.562 2 interp_poly 60 -17 -46 -21 2311 3263 3 MP PP 2311 3263 0 0 0.562 2265 3242 0 0 0.562 2311 3263 0 0 0.562 2 interp_poly 2265 3242 0 0 0.562 2325 3225 0 0 0.562 2265 3242 0 0 0.562 2 interp_poly 60 -17 -46 -21 2325 3225 3 MP PP 2325 3225 0 0 0.562 2279 3204 0 0 0.562 2325 3225 0 0 0.562 2 interp_poly 2279 3204 0 0 0.562 2339 3187 0 0 0.562 2279 3204 0 0 0.562 2 interp_poly -46 -21 60 -16 2283 3338 3 MP PP 2283 3338 0 0 0.562 2343 3322 0 0 0.562 2283 3338 0 0 0.562 2 interp_poly 2343 3322 0 0 0.562 2297 3301 0 0 0.562 2343 3322 0 0 0.562 2 interp_poly 60 -51 -46 370 2332 2966 3 MP PP 2332 2966 0.312 1 0.75 2286 3336 0 0.625 1 2332 2966 0.312 1 0.75 2 interp_poly 2286 3336 0 0.625 1 2346 3285 0 0.688 1 2286 3336 0 0.625 1 2 interp_poly -47 281 61 38 2332 2966 3 MP PP 2332 2966 0.312 1 0.75 2393 3004 0.25 1 0.812 2332 2966 0.312 1 0.75 2 interp_poly 2393 3004 0.25 1 0.812 2346 3285 0 0.688 1 2393 3004 0.25 1 0.812 2 interp_poly 61 -33 -47 -522 2383 3603 3 MP PP 2383 3603 0 0.438 1 2336 3081 0.375 1 0.688 2383 3603 0 0.438 1 2 interp_poly 2336 3081 0.375 1 0.688 2397 3048 0.375 1 0.688 2336 3081 0.375 1 0.688 2 interp_poly -47 -774 61 -33 2336 3081 3 MP PP 2336 3081 0.375 1 0.688 2397 3048 0.375 1 0.688 2336 3081 0.375 1 0.688 2 interp_poly 2397 3048 0.375 1 0.688 2350 2274 1 0.25 0 2397 3048 0.375 1 0.688 2 interp_poly 61 -17 -46 -20 2319 3527 3 MP PP 2319 3527 0 0 0.562 2273 3507 0 0 0.562 2319 3527 0 0 0.562 2 interp_poly 2273 3507 0 0 0.562 2334 3490 0 0 0.562 2273 3507 0 0 0.562 2 interp_poly -47 -21 61 -16 2291 3601 3 MP PP 2291 3601 0 0 0.562 2352 3585 0 0 0.562 2291 3601 0 0 0.562 2 interp_poly 2352 3585 0 0 0.562 2305 3564 0 0 0.562 2352 3585 0 0 0.562 2 interp_poly 61 -16 -47 -22 2338 3623 3 MP PP 2338 3623 0 0 0.562 2291 3601 0 0 0.562 2338 3623 0 0 0.562 2 interp_poly 2291 3601 0 0 0.562 2352 3585 0 0 0.562 2291 3601 0 0 0.562 2 interp_poly -46 -9 60 7 2296 3671 3 MP PP 2296 3671 0 0 0.688 2356 3678 0 0 0.625 2296 3671 0 0 0.688 2 interp_poly 2356 3678 0 0 0.625 2310 3669 0 0 0.625 2356 3678 0 0 0.625 2 interp_poly 60 7 -46 5 2342 3666 3 MP PP 2342 3666 0 0 0.688 2296 3671 0 0 0.688 2342 3666 0 0 0.688 2 interp_poly 2296 3671 0 0 0.688 2356 3678 0 0 0.625 2296 3671 0 0 0.688 2 interp_poly -46 -20 60 -16 2259 3543 3 MP PP 2259 3543 0 0 0.562 2319 3527 0 0 0.562 2259 3543 0 0 0.562 2 interp_poly 2319 3527 0 0 0.562 2273 3507 0 0 0.562 2319 3527 0 0 0.562 2 interp_poly 60 -16 -46 -21 2305 3564 3 MP PP 2305 3564 0 0 0.562 2259 3543 0 0 0.562 2305 3564 0 0 0.562 2 interp_poly 2259 3543 0 0 0.562 2319 3527 0 0 0.562 2259 3543 0 0 0.562 2 interp_poly -47 -19 61 -17 2273 3507 3 MP PP 2273 3507 0 0 0.562 2334 3490 0 0 0.562 2273 3507 0 0 0.562 2 interp_poly 2334 3490 0 0 0.562 2287 3471 0 0 0.562 2334 3490 0 0 0.562 2 interp_poly 61 -17 -47 -19 2334 3490 3 MP PP 2334 3490 0 0 0.562 2287 3471 0 0 0.562 2334 3490 0 0 0.562 2 interp_poly 2287 3471 0 0 0.562 2348 3454 0 0 0.562 2287 3471 0 0 0.562 2 interp_poly -47 -19 61 -18 2305 3564 3 MP PP 2305 3564 0 0 0.562 2366 3546 0 0 0.562 2305 3564 0 0 0.562 2 interp_poly 2366 3546 0 0 0.562 2319 3527 0 0 0.562 2366 3546 0 0 0.562 2 interp_poly 61 -18 -47 -21 2352 3585 3 MP PP 2352 3585 0 0 0.562 2305 3564 0 0 0.562 2352 3585 0 0 0.562 2 interp_poly 2305 3564 0 0 0.562 2366 3546 0 0 0.562 2305 3564 0 0 0.562 2 interp_poly -46 124 60 -34 2300 3494 3 MP PP 2300 3494 0 0.25 1 2360 3460 0 0.25 1 2300 3494 0 0.25 1 2 interp_poly 2360 3460 0 0.25 1 2314 3584 0 0 1 2360 3460 0 0.25 1 2 interp_poly -47 -22 61 -9 2277 3632 3 MP PP 2277 3632 0 0 0.562 2338 3623 0 0 0.562 2277 3632 0 0 0.562 2 interp_poly 2338 3623 0 0 0.562 2291 3601 0 0 0.562 2338 3623 0 0 0.562 2 interp_poly -46 64 60 -7 2314 3584 3 MP PP 2314 3584 0 0 1 2374 3577 0 0 1 2314 3584 0 0 1 2 interp_poly 2374 3577 0 0 1 2328 3641 0 0 0.812 2374 3577 0 0 1 2 interp_poly 60 -7 -46 124 2360 3460 3 MP PP 2360 3460 0 0.25 1 2314 3584 0 0 1 2360 3460 0 0.25 1 2 interp_poly 2314 3584 0 0 1 2374 3577 0 0 1 2314 3584 0 0 1 2 interp_poly 61 83 -47 -254 2369 3774 3 MP PP 2369 3774 0 0.188 1 2322 3520 0 0.625 1 2369 3774 0 0.188 1 2 interp_poly 2322 3520 0 0.625 1 2383 3603 0 0.438 1 2322 3520 0 0.625 1 2 interp_poly -46 -21 60 -17 2269 3376 3 MP PP 2269 3376 0 0 0.562 2329 3359 0 0 0.562 2269 3376 0 0 0.562 2 interp_poly 2329 3359 0 0 0.562 2283 3338 0 0 0.562 2329 3359 0 0 0.562 2 interp_poly 60 -17 -46 -20 2315 3396 3 MP PP 2315 3396 0 0 0.562 2269 3376 0 0 0.562 2315 3396 0 0 0.562 2 interp_poly 2269 3376 0 0 0.562 2329 3359 0 0 0.562 2269 3376 0 0 0.562 2 interp_poly 60 -16 -46 -21 2329 3359 3 MP PP 2329 3359 0 0 0.562 2283 3338 0 0 0.562 2329 3359 0 0 0.562 2 interp_poly 2283 3338 0 0 0.562 2343 3322 0 0 0.562 2283 3338 0 0 0.562 2 interp_poly -46 -21 60 -17 2241 3451 3 MP PP 2241 3451 0 0 0.562 2301 3434 0 0 0.562 2241 3451 0 0 0.562 2 interp_poly 2301 3434 0 0 0.562 2255 3413 0 0 0.562 2301 3434 0 0 0.562 2 interp_poly 60 -17 -46 -20 2287 3471 3 MP PP 2287 3471 0 0 0.562 2241 3451 0 0 0.562 2287 3471 0 0 0.562 2 interp_poly 2241 3451 0 0 0.562 2301 3434 0 0 0.562 2241 3451 0 0 0.562 2 interp_poly -46 -20 60 -17 2255 3413 3 MP PP 2255 3413 0 0 0.562 2315 3396 0 0 0.562 2255 3413 0 0 0.562 2 interp_poly 2315 3396 0 0 0.562 2269 3376 0 0 0.562 2315 3396 0 0 0.562 2 interp_poly 60 -17 -46 -21 2301 3434 3 MP PP 2301 3434 0 0 0.562 2255 3413 0 0 0.562 2301 3434 0 0 0.562 2 interp_poly 2255 3413 0 0 0.562 2315 3396 0 0 0.562 2255 3413 0 0 0.562 2 interp_poly -47 -20 61 -17 2287 3471 3 MP PP 2287 3471 0 0 0.562 2348 3454 0 0 0.562 2287 3471 0 0 0.562 2 interp_poly 2348 3454 0 0 0.562 2301 3434 0 0 0.562 2348 3454 0 0 0.562 2 interp_poly -46 209 60 -51 2286 3336 3 MP PP 2286 3336 0 0.625 1 2346 3285 0 0.688 1 2286 3336 0 0.625 1 2 interp_poly 2346 3285 0 0.688 1 2300 3494 0 0.25 1 2346 3285 0 0.688 1 2 interp_poly 60 -34 -46 209 2346 3285 3 MP PP 2346 3285 0 0.688 1 2300 3494 0 0.25 1 2346 3285 0 0.688 1 2 interp_poly 2300 3494 0 0.25 1 2360 3460 0 0.25 1 2300 3494 0 0.25 1 2 interp_poly -47 -522 61 83 2322 3520 3 MP PP 2322 3520 0 0.625 1 2383 3603 0 0.438 1 2322 3520 0 0.625 1 2 interp_poly 2383 3603 0 0.438 1 2336 3081 0.375 1 0.688 2383 3603 0 0.438 1 2 interp_poly -47 -22 61 0 2263 3654 3 MP PP 2263 3654 0 0 0.562 2324 3654 0 0 0.562 2263 3654 0 0 0.562 2 interp_poly 2324 3654 0 0 0.562 2277 3632 0 0 0.562 2324 3654 0 0 0.562 2 interp_poly 61 0 -47 -15 2310 3669 3 MP PP 2310 3669 0 0 0.625 2263 3654 0 0 0.562 2310 3669 0 0 0.625 2 interp_poly 2263 3654 0 0 0.562 2324 3654 0 0 0.562 2263 3654 0 0 0.562 2 interp_poly -47 -5 61 -7 2235 3678 3 MP PP 2235 3678 0 0 0.688 2296 3671 0 0 0.688 2235 3678 0 0 0.688 2 interp_poly 2296 3671 0 0 0.688 2249 3666 0 0 0.625 2296 3671 0 0 0.688 2 interp_poly -47 -15 61 3 2249 3666 3 MP PP 2249 3666 0 0 0.625 2310 3669 0 0 0.625 2249 3666 0 0 0.625 2 interp_poly 2310 3669 0 0 0.625 2263 3654 0 0 0.562 2310 3669 0 0 0.625 2 interp_poly 61 3 -47 -5 2296 3671 3 MP PP 2296 3671 0 0 0.688 2249 3666 0 0 0.625 2296 3671 0 0 0.688 2 interp_poly 2249 3666 0 0 0.625 2310 3669 0 0 0.625 2249 3666 0 0 0.625 2 interp_poly -47 29 61 -12 2267 3653 3 MP PP 2267 3653 0 0 0.812 2328 3641 0 0 0.812 2267 3653 0 0 0.812 2 interp_poly 2328 3641 0 0 0.812 2281 3670 0 0 0.75 2328 3641 0 0 0.812 2 interp_poly -46 5 61 -4 2281 3670 3 MP PP 2281 3670 0 0 0.75 2342 3666 0 0 0.688 2281 3670 0 0 0.75 2 interp_poly 2342 3666 0 0 0.688 2296 3671 0 0 0.688 2342 3666 0 0 0.688 2 interp_poly 61 -4 -47 29 2328 3641 3 MP PP 2328 3641 0 0 0.812 2281 3670 0 0 0.75 2328 3641 0 0 0.812 2 interp_poly 2281 3670 0 0 0.75 2342 3666 0 0 0.688 2281 3670 0 0 0.75 2 interp_poly 61 129 -47 -153 2355 3798 3 MP PP 2355 3798 0 0.25 1 2308 3645 0 0.438 1 2355 3798 0 0.25 1 2 interp_poly 2308 3645 0 0.438 1 2369 3774 0 0.188 1 2308 3645 0 0.438 1 2 interp_poly 61 -12 -47 69 2314 3584 3 MP PP 2314 3584 0 0 1 2267 3653 0 0 0.812 2314 3584 0 0 1 2 interp_poly 2267 3653 0 0 0.812 2328 3641 0 0 0.812 2267 3653 0 0 0.812 2 interp_poly -47 -254 61 129 2308 3645 3 MP PP 2308 3645 0 0.438 1 2369 3774 0 0.188 1 2308 3645 0 0.438 1 2 interp_poly 2369 3774 0 0.188 1 2322 3520 0 0.625 1 2369 3774 0 0.188 1 2 interp_poly -47 289 61 205 2304 1854 3 MP PP 2304 1854 0.562 0 0 2365 2059 0.938 0 0 2304 1854 0.562 0 0 2 interp_poly 2365 2059 0.938 0 0 2318 2348 1 0.5 0 2365 2059 0.938 0 0 2 interp_poly 61 205 -46 -420 2350 2274 3 MP PP 2350 2274 1 0.25 0 2304 1854 0.562 0 0 2350 2274 1 0.25 0 2 interp_poly 2304 1854 0.562 0 0 2365 2059 0.938 0 0 2304 1854 0.562 0 0 2 interp_poly 61 50 -47 -136 2341 3884 3 MP PP 2341 3884 0 0.125 1 2294 3748 0 0.375 1 2341 3884 0 0.125 1 2 interp_poly 2294 3748 0 0.375 1 2355 3798 0 0.25 1 2294 3748 0 0.375 1 2 interp_poly -47 -153 61 50 2294 3748 3 MP PP 2294 3748 0 0.375 1 2355 3798 0 0.25 1 2294 3748 0 0.375 1 2 interp_poly 2355 3798 0 0.25 1 2308 3645 0 0.438 1 2355 3798 0 0.25 1 2 interp_poly -46 596 61 116 2257 2232 3 MP PP 2257 2232 1 0.25 0 2318 2348 1 0.5 0 2257 2232 1 0.25 0 2 interp_poly 2318 2348 1 0.5 0 2272 2944 0.375 1 0.688 2318 2348 1 0.5 0 2 interp_poly -46 370 60 22 2272 2944 3 MP PP 2272 2944 0.375 1 0.688 2332 2966 0.312 1 0.75 2272 2944 0.375 1 0.688 2 interp_poly 2332 2966 0.312 1 0.75 2286 3336 0 0.625 1 2332 2966 0.312 1 0.75 2 interp_poly 60 22 -46 596 2318 2348 3 MP PP 2318 2348 1 0.5 0 2272 2944 0.375 1 0.688 2318 2348 1 0.5 0 2 interp_poly 2272 2944 0.375 1 0.688 2332 2966 0.312 1 0.75 2272 2944 0.375 1 0.688 2 interp_poly 60 -158 -46 -649 2336 3081 3 MP PP 2336 3081 0.375 1 0.688 2290 2432 1 0.562 0 2336 3081 0.375 1 0.688 2 interp_poly 2290 2432 1 0.562 0 2350 2274 1 0.25 0 2290 2432 1 0.562 0 2 interp_poly 61 116 -47 378 2304 1854 3 MP PP 2304 1854 0.562 0 0 2257 2232 1 0.25 0 2304 1854 0.562 0 0 2 interp_poly 2257 2232 1 0.25 0 2318 2348 1 0.5 0 2257 2232 1 0.25 0 2 interp_poly -46 -420 60 -158 2290 2432 3 MP PP 2290 2432 1 0.562 0 2350 2274 1 0.25 0 2290 2432 1 0.562 0 2 interp_poly 2350 2274 1 0.25 0 2304 1854 0.562 0 0 2350 2274 1 0.25 0 2 interp_poly -46 -21 60 -17 2176 3334 3 MP PP 2176 3334 0 0 0.562 2236 3317 0 0 0.562 2176 3334 0 0 0.562 2 interp_poly 2236 3317 0 0 0.562 2190 3296 0 0 0.562 2236 3317 0 0 0.562 2 interp_poly 60 -17 -46 -21 2222 3355 3 MP PP 2222 3355 0 0 0.562 2176 3334 0 0 0.562 2222 3355 0 0 0.562 2 interp_poly 2176 3334 0 0 0.562 2236 3317 0 0 0.562 2176 3334 0 0 0.562 2 interp_poly -46 -22 60 -16 2190 3296 3 MP PP 2190 3296 0 0 0.562 2250 3280 0 0 0.562 2190 3296 0 0 0.562 2 interp_poly 2250 3280 0 0 0.562 2204 3258 0 0 0.562 2250 3280 0 0 0.562 2 interp_poly 60 -16 -46 -21 2236 3317 3 MP PP 2236 3317 0 0 0.562 2190 3296 0 0 0.562 2236 3317 0 0 0.562 2 interp_poly 2190 3296 0 0 0.562 2250 3280 0 0 0.562 2190 3296 0 0 0.562 2 interp_poly -47 -21 61 -17 2194 3430 3 MP PP 2194 3430 0 0 0.562 2255 3413 0 0 0.562 2194 3430 0 0 0.562 2 interp_poly 2255 3413 0 0 0.562 2208 3392 0 0 0.562 2255 3413 0 0 0.562 2 interp_poly 61 -17 -47 -21 2241 3451 3 MP PP 2241 3451 0 0 0.562 2194 3430 0 0 0.562 2241 3451 0 0 0.562 2 interp_poly 2194 3430 0 0 0.562 2255 3413 0 0 0.562 2194 3430 0 0 0.562 2 interp_poly -47 -22 61 -16 2204 3258 3 MP PP 2204 3258 0 0 0.562 2265 3242 0 0 0.562 2204 3258 0 0 0.562 2 interp_poly 2265 3242 0 0 0.562 2218 3220 0 0 0.562 2265 3242 0 0 0.562 2 interp_poly 61 -16 -46 -22 2250 3280 3 MP PP 2250 3280 0 0 0.562 2204 3258 0 0 0.562 2250 3280 0 0 0.562 2 interp_poly 2204 3258 0 0 0.562 2265 3242 0 0 0.562 2204 3258 0 0 0.562 2 interp_poly -47 -21 61 -16 2208 3392 3 MP PP 2208 3392 0 0 0.562 2269 3376 0 0 0.562 2208 3392 0 0 0.562 2 interp_poly 2269 3376 0 0 0.562 2222 3355 0 0 0.562 2269 3376 0 0 0.562 2 interp_poly 61 -16 -47 -21 2255 3413 3 MP PP 2255 3413 0 0 0.562 2208 3392 0 0 0.562 2255 3413 0 0 0.562 2 interp_poly 2208 3392 0 0 0.562 2269 3376 0 0 0.562 2208 3392 0 0 0.562 2 interp_poly 61 -16 -47 -22 2265 3242 3 MP PP 2265 3242 0 0 0.562 2218 3220 0 0 0.562 2265 3242 0 0 0.562 2 interp_poly 2218 3220 0 0 0.562 2279 3204 0 0 0.562 2218 3220 0 0 0.562 2 interp_poly -47 -21 61 -17 2222 3355 3 MP PP 2222 3355 0 0 0.562 2283 3338 0 0 0.562 2222 3355 0 0 0.562 2 interp_poly 2283 3338 0 0 0.562 2236 3317 0 0 0.562 2283 3338 0 0 0.562 2 interp_poly 61 -17 -47 -21 2269 3376 3 MP PP 2269 3376 0 0 0.562 2222 3355 0 0 0.562 2269 3376 0 0 0.562 2 interp_poly 2222 3355 0 0 0.562 2283 3338 0 0 0.562 2222 3355 0 0 0.562 2 interp_poly 61 -89 -47 481 2272 2944 3 MP PP 2272 2944 0.375 1 0.688 2225 3425 0 0.5 1 2272 2944 0.375 1 0.688 2 interp_poly 2225 3425 0 0.5 1 2286 3336 0 0.625 1 2225 3425 0 0.5 1 2 interp_poly 60 -77 -46 -362 2322 3520 3 MP PP 2322 3520 0 0.625 1 2276 3158 0.25 1 0.812 2322 3520 0 0.625 1 2 interp_poly 2276 3158 0.25 1 0.812 2336 3081 0.375 1 0.688 2276 3158 0.25 1 0.812 2 interp_poly -46 -649 60 -77 2276 3158 3 MP PP 2276 3158 0.25 1 0.812 2336 3081 0.375 1 0.688 2276 3158 0.25 1 0.812 2 interp_poly 2336 3081 0.375 1 0.688 2290 2432 1 0.562 0 2336 3081 0.375 1 0.688 2 interp_poly -47 -20 61 -16 2212 3523 3 MP PP 2212 3523 0 0 0.562 2273 3507 0 0 0.562 2212 3523 0 0 0.562 2 interp_poly 2273 3507 0 0 0.562 2226 3487 0 0 0.562 2273 3507 0 0 0.562 2 interp_poly 61 -16 -47 -20 2259 3543 3 MP PP 2259 3543 0 0 0.562 2212 3523 0 0 0.562 2259 3543 0 0 0.562 2 interp_poly 2212 3523 0 0 0.562 2273 3507 0 0 0.562 2212 3523 0 0 0.562 2 interp_poly -46 -20 61 -16 2226 3487 3 MP PP 2226 3487 0 0 0.562 2287 3471 0 0 0.562 2226 3487 0 0 0.562 2 interp_poly 2287 3471 0 0 0.562 2241 3451 0 0 0.562 2287 3471 0 0 0.562 2 interp_poly 61 -16 -47 -20 2273 3507 3 MP PP 2273 3507 0 0 0.562 2226 3487 0 0 0.562 2273 3507 0 0 0.562 2 interp_poly 2226 3487 0 0 0.562 2287 3471 0 0 0.562 2226 3487 0 0 0.562 2 interp_poly -47 -21 61 -11 2184 3590 3 MP PP 2184 3590 0 0 0.562 2245 3579 0 0 0.562 2184 3590 0 0 0.562 2 interp_poly 2245 3579 0 0 0.562 2198 3558 0 0 0.562 2245 3579 0 0 0.562 2 interp_poly 61 -11 -47 -21 2231 3611 3 MP PP 2231 3611 0 0 0.562 2184 3590 0 0 0.562 2231 3611 0 0 0.562 2 interp_poly 2184 3590 0 0 0.562 2245 3579 0 0 0.562 2184 3590 0 0 0.562 2 interp_poly 61 -15 -47 -21 2245 3579 3 MP PP 2245 3579 0 0 0.562 2198 3558 0 0 0.562 2245 3579 0 0 0.562 2 interp_poly 2198 3558 0 0 0.562 2259 3543 0 0 0.562 2198 3558 0 0 0.562 2 interp_poly -46 -21 60 -4 2217 3636 3 MP PP 2217 3636 0 0 0.562 2277 3632 0 0 0.562 2217 3636 0 0 0.562 2 interp_poly 2277 3632 0 0 0.562 2231 3611 0 0 0.562 2277 3632 0 0 0.562 2 interp_poly -46 -22 60 -10 2231 3611 3 MP PP 2231 3611 0 0 0.562 2291 3601 0 0 0.562 2231 3611 0 0 0.562 2 interp_poly 2291 3601 0 0 0.562 2245 3579 0 0 0.562 2291 3601 0 0 0.562 2 interp_poly 60 -10 -46 -21 2277 3632 3 MP PP 2277 3632 0 0 0.562 2231 3611 0 0 0.562 2277 3632 0 0 0.562 2 interp_poly 2231 3611 0 0 0.562 2291 3601 0 0 0.562 2231 3611 0 0 0.562 2 interp_poly -46 -21 60 -15 2245 3579 3 MP PP 2245 3579 0 0 0.562 2305 3564 0 0 0.562 2245 3579 0 0 0.562 2 interp_poly 2305 3564 0 0 0.562 2259 3543 0 0 0.562 2305 3564 0 0 0.562 2 interp_poly 60 -15 -46 -22 2291 3601 3 MP PP 2291 3601 0 0 0.562 2245 3579 0 0 0.562 2291 3601 0 0 0.562 2 interp_poly 2245 3579 0 0 0.562 2305 3564 0 0 0.562 2245 3579 0 0 0.562 2 interp_poly -47 128 61 -82 2239 3576 3 MP PP 2239 3576 0 0.125 1 2300 3494 0 0.25 1 2239 3576 0 0.125 1 2 interp_poly 2300 3494 0 0.25 1 2253 3622 0 0 0.938 2300 3494 0 0.25 1 2 interp_poly -47 -20 61 -15 2198 3558 3 MP PP 2198 3558 0 0 0.562 2259 3543 0 0 0.562 2198 3558 0 0 0.562 2 interp_poly 2259 3543 0 0 0.562 2212 3523 0 0 0.562 2259 3543 0 0 0.562 2 interp_poly 61 -82 -47 240 2286 3336 3 MP PP 2286 3336 0 0.625 1 2239 3576 0 0.125 1 2286 3336 0 0.625 1 2 interp_poly 2239 3576 0 0.125 1 2300 3494 0 0.25 1 2239 3576 0 0.125 1 2 interp_poly 60 -4 -46 -18 2263 3654 3 MP PP 2263 3654 0 0 0.562 2217 3636 0 0 0.562 2263 3654 0 0 0.562 2 interp_poly 2217 3636 0 0 0.562 2277 3632 0 0 0.562 2217 3636 0 0 0.562 2 interp_poly -47 69 61 -38 2253 3622 3 MP PP 2253 3622 0 0 0.938 2314 3584 0 0 1 2253 3622 0 0 0.938 2 interp_poly 2314 3584 0 0 1 2267 3653 0 0 0.812 2314 3584 0 0 1 2 interp_poly 61 -38 -47 128 2300 3494 3 MP PP 2300 3494 0 0.25 1 2253 3622 0 0 0.938 2300 3494 0 0.25 1 2 interp_poly 2253 3622 0 0 0.938 2314 3584 0 0 1 2253 3622 0 0 0.938 2 interp_poly 60 56 -46 -181 2308 3645 3 MP PP 2308 3645 0 0.438 1 2262 3464 0 0.75 1 2308 3645 0 0.438 1 2 interp_poly 2262 3464 0 0.75 1 2322 3520 0 0.625 1 2262 3464 0 0.75 1 2 interp_poly -47 -21 61 -16 2180 3467 3 MP PP 2180 3467 0 0 0.562 2241 3451 0 0 0.562 2180 3467 0 0 0.562 2 interp_poly 2241 3451 0 0 0.562 2194 3430 0 0 0.562 2241 3451 0 0 0.562 2 interp_poly 61 -16 -46 -20 2226 3487 3 MP PP 2226 3487 0 0 0.562 2180 3467 0 0 0.562 2226 3487 0 0 0.562 2 interp_poly 2180 3467 0 0 0.562 2241 3451 0 0 0.562 2180 3467 0 0 0.562 2 interp_poly -47 240 61 -89 2225 3425 3 MP PP 2225 3425 0 0.5 1 2286 3336 0 0.625 1 2225 3425 0 0.5 1 2 interp_poly 2286 3336 0 0.625 1 2239 3576 0 0.125 1 2286 3336 0 0.625 1 2 interp_poly -46 -362 60 56 2262 3464 3 MP PP 2262 3464 0 0.75 1 2322 3520 0 0.625 1 2262 3464 0 0.75 1 2 interp_poly 2322 3520 0 0.625 1 2276 3158 0.25 1 0.812 2322 3520 0 0.625 1 2 interp_poly -47 11 61 -34 2160 3721 3 MP PP 2160 3721 0 0 0.688 2221 3687 0 0 0.75 2160 3721 0 0 0.688 2 interp_poly 2221 3687 0 0 0.75 2174 3698 0 0 0.688 2221 3687 0 0 0.75 2 interp_poly -47 -4 61 -20 2174 3698 3 MP PP 2174 3698 0 0 0.688 2235 3678 0 0 0.688 2174 3698 0 0 0.688 2 interp_poly 2235 3678 0 0 0.688 2188 3674 0 0 0.625 2235 3678 0 0 0.688 2 interp_poly 61 -20 -47 11 2221 3687 3 MP PP 2221 3687 0 0 0.75 2174 3698 0 0 0.688 2221 3687 0 0 0.75 2 interp_poly 2174 3698 0 0 0.688 2235 3678 0 0 0.688 2174 3698 0 0 0.688 2 interp_poly -46 -12 61 -8 2188 3674 3 MP PP 2188 3674 0 0 0.625 2249 3666 0 0 0.625 2188 3674 0 0 0.625 2 interp_poly 2249 3666 0 0 0.625 2203 3654 0 0 0.625 2249 3666 0 0 0.625 2 interp_poly 61 -8 -47 -4 2235 3678 3 MP PP 2235 3678 0 0 0.688 2188 3674 0 0 0.625 2235 3678 0 0 0.688 2 interp_poly 2188 3674 0 0 0.625 2249 3666 0 0 0.625 2188 3674 0 0 0.625 2 interp_poly 60 0 -46 -12 2249 3666 3 MP PP 2249 3666 0 0 0.625 2203 3654 0 0 0.625 2249 3666 0 0 0.625 2 interp_poly 2203 3654 0 0 0.625 2263 3654 0 0 0.562 2203 3654 0 0 0.625 2 interp_poly -46 34 60 -37 2207 3690 3 MP PP 2207 3690 0 0 0.812 2267 3653 0 0 0.812 2207 3690 0 0 0.812 2 interp_poly 2267 3653 0 0 0.812 2221 3687 0 0 0.75 2267 3653 0 0 0.812 2 interp_poly -46 -18 60 0 2203 3654 3 MP PP 2203 3654 0 0 0.625 2263 3654 0 0 0.562 2203 3654 0 0 0.625 2 interp_poly 2263 3654 0 0 0.562 2217 3636 0 0 0.562 2263 3654 0 0 0.562 2 interp_poly 60 -37 -46 68 2253 3622 3 MP PP 2253 3622 0 0 0.938 2207 3690 0 0 0.812 2253 3622 0 0 0.938 2 interp_poly 2207 3690 0 0 0.812 2267 3653 0 0 0.812 2207 3690 0 0 0.812 2 interp_poly 61 -7 -46 8 2281 3670 3 MP PP 2281 3670 0 0 0.75 2235 3678 0 0 0.688 2281 3670 0 0 0.75 2 interp_poly 2235 3678 0 0 0.688 2296 3671 0 0 0.688 2235 3678 0 0 0.688 2 interp_poly -46 8 60 -17 2221 3687 3 MP PP 2221 3687 0 0 0.75 2281 3670 0 0 0.75 2221 3687 0 0 0.75 2 interp_poly 2281 3670 0 0 0.75 2235 3678 0 0 0.688 2281 3670 0 0 0.75 2 interp_poly 60 -17 -46 34 2267 3653 3 MP PP 2267 3653 0 0 0.812 2221 3687 0 0 0.75 2267 3653 0 0 0.812 2 interp_poly 2221 3687 0 0 0.75 2281 3670 0 0 0.75 2221 3687 0 0 0.75 2 interp_poly 60 43 -46 -146 2294 3748 3 MP PP 2294 3748 0 0.375 1 2248 3602 0 0.562 1 2294 3748 0 0.375 1 2 interp_poly 2248 3602 0 0.562 1 2308 3645 0 0.438 1 2248 3602 0 0.562 1 2 interp_poly -46 -181 60 43 2248 3602 3 MP PP 2248 3602 0 0.562 1 2308 3645 0 0.438 1 2248 3602 0 0.562 1 2 interp_poly 2308 3645 0 0.438 1 2262 3464 0 0.75 1 2308 3645 0 0.438 1 2 interp_poly -47 378 61 -239 2243 2093 3 MP PP 2243 2093 0.938 0 0 2304 1854 0.562 0 0 2243 2093 0.938 0 0 2 interp_poly 2304 1854 0.562 0 0 2257 2232 1 0.25 0 2304 1854 0.562 0 0 2 interp_poly 61 -239 -47 -339 2290 2432 3 MP PP 2290 2432 1 0.562 0 2243 2093 0.938 0 0 2290 2432 1 0.562 0 2 interp_poly 2243 2093 0.938 0 0 2304 1854 0.562 0 0 2243 2093 0.938 0 0 2 interp_poly -47 481 61 -19 2211 2963 3 MP PP 2211 2963 0.375 1 0.688 2272 2944 0.375 1 0.688 2211 2963 0.375 1 0.688 2 interp_poly 2272 2944 0.375 1 0.688 2225 3425 0 0.5 1 2272 2944 0.375 1 0.688 2 interp_poly 61 -19 -46 731 2257 2232 3 MP PP 2257 2232 1 0.25 0 2211 2963 0.375 1 0.688 2257 2232 1 0.25 0 2 interp_poly 2211 2963 0.375 1 0.688 2272 2944 0.375 1 0.688 2211 2963 0.375 1 0.688 2 interp_poly 61 -351 -47 -375 2276 3158 3 MP PP 2276 3158 0.25 1 0.812 2229 2783 0.938 1 0.125 2276 3158 0.25 1 0.812 2 interp_poly 2229 2783 0.938 1 0.125 2290 2432 1 0.562 0 2229 2783 0.938 1 0.125 2 interp_poly -46 731 60 -158 2197 2390 3 MP PP 2197 2390 1 0.562 0 2257 2232 1 0.25 0 2197 2390 1 0.562 0 2 interp_poly 2257 2232 1 0.25 0 2211 2963 0.375 1 0.688 2257 2232 1 0.25 0 2 interp_poly 60 -158 -46 297 2243 2093 3 MP PP 2243 2093 0.938 0 0 2197 2390 1 0.562 0 2243 2093 0.938 0 0 2 interp_poly 2197 2390 1 0.562 0 2257 2232 1 0.25 0 2197 2390 1 0.562 0 2 interp_poly -47 -339 61 -351 2229 2783 3 MP PP 2229 2783 0.938 1 0.125 2290 2432 1 0.562 0 2229 2783 0.938 1 0.125 2 interp_poly 2290 2432 1 0.562 0 2243 2093 0.938 0 0 2290 2432 1 0.562 0 2 interp_poly -47 -20 61 -15 2105 3517 3 MP PP 2105 3517 0 0 0.562 2166 3502 0 0 0.562 2105 3517 0 0 0.562 2 interp_poly 2166 3502 0 0 0.562 2119 3482 0 0 0.562 2166 3502 0 0 0.562 2 interp_poly -47 -21 61 -15 2119 3482 3 MP PP 2119 3482 0 0 0.562 2180 3467 0 0 0.562 2119 3482 0 0 0.562 2 interp_poly 2180 3467 0 0 0.562 2133 3446 0 0 0.562 2180 3467 0 0 0.562 2 interp_poly 61 -15 -47 -20 2166 3502 3 MP PP 2166 3502 0 0 0.562 2119 3482 0 0 0.562 2166 3502 0 0 0.562 2 interp_poly 2119 3482 0 0 0.562 2180 3467 0 0 0.562 2119 3482 0 0 0.562 2 interp_poly -47 -21 61 -17 2129 3313 3 MP PP 2129 3313 0 0 0.562 2190 3296 0 0 0.562 2129 3313 0 0 0.562 2 interp_poly 2190 3296 0 0 0.562 2143 3275 0 0 0.562 2190 3296 0 0 0.562 2 interp_poly 61 -17 -47 -21 2176 3334 3 MP PP 2176 3334 0 0 0.562 2129 3313 0 0 0.562 2176 3334 0 0 0.562 2 interp_poly 2129 3313 0 0 0.562 2190 3296 0 0 0.562 2129 3313 0 0 0.562 2 interp_poly -46 -21 61 -16 2133 3446 3 MP PP 2133 3446 0 0 0.562 2194 3430 0 0 0.562 2133 3446 0 0 0.562 2 interp_poly 2194 3430 0 0 0.562 2148 3409 0 0 0.562 2194 3430 0 0 0.562 2 interp_poly 61 -16 -47 -21 2180 3467 3 MP PP 2180 3467 0 0 0.562 2133 3446 0 0 0.562 2180 3467 0 0 0.562 2 interp_poly 2133 3446 0 0 0.562 2194 3430 0 0 0.562 2133 3446 0 0 0.562 2 interp_poly -47 -21 61 -17 2143 3275 3 MP PP 2143 3275 0 0 0.562 2204 3258 0 0 0.562 2143 3275 0 0 0.562 2 interp_poly 2204 3258 0 0 0.562 2157 3237 0 0 0.562 2204 3258 0 0 0.562 2 interp_poly 61 -17 -47 -21 2190 3296 3 MP PP 2190 3296 0 0 0.562 2143 3275 0 0 0.562 2190 3296 0 0 0.562 2 interp_poly 2143 3275 0 0 0.562 2204 3258 0 0 0.562 2143 3275 0 0 0.562 2 interp_poly -46 -21 60 -17 2148 3409 3 MP PP 2148 3409 0 0 0.562 2208 3392 0 0 0.562 2148 3409 0 0 0.562 2 interp_poly 2208 3392 0 0 0.562 2162 3371 0 0 0.562 2208 3392 0 0 0.562 2 interp_poly 60 -17 -46 -21 2194 3430 3 MP PP 2194 3430 0 0 0.562 2148 3409 0 0 0.562 2194 3430 0 0 0.562 2 interp_poly 2148 3409 0 0 0.562 2208 3392 0 0 0.562 2148 3409 0 0 0.562 2 interp_poly 61 -17 -47 -21 2204 3258 3 MP PP 2204 3258 0 0 0.562 2157 3237 0 0 0.562 2204 3258 0 0 0.562 2 interp_poly 2157 3237 0 0 0.562 2218 3220 0 0 0.562 2157 3237 0 0 0.562 2 interp_poly -46 -21 60 -16 2162 3371 3 MP PP 2162 3371 0 0 0.562 2222 3355 0 0 0.562 2162 3371 0 0 0.562 2 interp_poly 2222 3355 0 0 0.562 2176 3334 0 0 0.562 2222 3355 0 0 0.562 2 interp_poly 60 -16 -46 -21 2208 3392 3 MP PP 2208 3392 0 0 0.562 2162 3371 0 0 0.562 2208 3392 0 0 0.562 2 interp_poly 2162 3371 0 0 0.562 2222 3355 0 0 0.562 2162 3371 0 0 0.562 2 interp_poly -46 -20 60 -15 2166 3502 3 MP PP 2166 3502 0 0 0.562 2226 3487 0 0 0.562 2166 3502 0 0 0.562 2 interp_poly 2226 3487 0 0 0.562 2180 3467 0 0 0.562 2226 3487 0 0 0.562 2 interp_poly 61 -77 -47 539 2211 2963 3 MP PP 2211 2963 0.375 1 0.688 2164 3502 0 0.375 1 2211 2963 0.375 1 0.688 2 interp_poly 2164 3502 0 0.375 1 2225 3425 0 0.5 1 2164 3502 0 0.375 1 2 interp_poly 61 -113 -47 -193 2262 3464 3 MP PP 2262 3464 0 0.75 1 2215 3271 0.0625 1 1 2262 3464 0 0.75 1 2 interp_poly 2215 3271 0.0625 1 1 2276 3158 0.25 1 0.812 2215 3271 0.0625 1 1 2 interp_poly -47 -375 61 -113 2215 3271 3 MP PP 2215 3271 0.0625 1 1 2276 3158 0.25 1 0.812 2215 3271 0.0625 1 1 2 interp_poly 2276 3158 0.25 1 0.812 2229 2783 0.938 1 0.125 2276 3158 0.25 1 0.812 2 interp_poly 61 -15 -47 -20 2152 3537 3 MP PP 2152 3537 0 0 0.562 2105 3517 0 0 0.562 2152 3537 0 0 0.562 2 interp_poly 2105 3517 0 0 0.562 2166 3502 0 0 0.562 2105 3517 0 0 0.562 2 interp_poly -46 -20 60 -8 2124 3598 3 MP PP 2124 3598 0 0 0.562 2184 3590 0 0 0.562 2124 3598 0 0 0.562 2 interp_poly 2184 3590 0 0 0.562 2138 3570 0 0 0.562 2184 3590 0 0 0.562 2 interp_poly 60 -8 -46 -19 2170 3617 3 MP PP 2170 3617 0 0 0.562 2124 3598 0 0 0.562 2170 3617 0 0 0.562 2 interp_poly 2124 3598 0 0 0.562 2184 3590 0 0 0.562 2124 3598 0 0 0.562 2 interp_poly -46 -11 60 -21 2128 3695 3 MP PP 2128 3695 0 0 0.625 2188 3674 0 0 0.625 2128 3695 0 0 0.625 2 interp_poly 2188 3674 0 0 0.625 2142 3663 0 0 0.625 2188 3674 0 0 0.625 2 interp_poly 60 -21 -46 -3 2174 3698 3 MP PP 2174 3698 0 0 0.688 2128 3695 0 0 0.625 2174 3698 0 0 0.688 2 interp_poly 2128 3695 0 0 0.625 2188 3674 0 0 0.625 2128 3695 0 0 0.625 2 interp_poly -46 -21 60 -12 2138 3570 3 MP PP 2138 3570 0 0 0.562 2198 3558 0 0 0.562 2138 3570 0 0 0.562 2 interp_poly 2198 3558 0 0 0.562 2152 3537 0 0 0.562 2198 3558 0 0 0.562 2 interp_poly 60 -12 -46 -20 2184 3590 3 MP PP 2184 3590 0 0 0.562 2138 3570 0 0 0.562 2184 3590 0 0 0.562 2 interp_poly 2138 3570 0 0 0.562 2198 3558 0 0 0.562 2138 3570 0 0 0.562 2 interp_poly -47 -15 61 -9 2142 3663 3 MP PP 2142 3663 0 0 0.625 2203 3654 0 0 0.625 2142 3663 0 0 0.625 2 interp_poly 2203 3654 0 0 0.625 2156 3639 0 0 0.625 2203 3654 0 0 0.625 2 interp_poly 61 -9 -46 -11 2188 3674 3 MP PP 2188 3674 0 0 0.625 2142 3663 0 0 0.625 2188 3674 0 0 0.625 2 interp_poly 2142 3663 0 0 0.625 2203 3654 0 0 0.625 2142 3663 0 0 0.625 2 interp_poly -46 -21 60 -14 2152 3537 3 MP PP 2152 3537 0 0 0.562 2212 3523 0 0 0.562 2152 3537 0 0 0.562 2 interp_poly 2212 3523 0 0 0.562 2166 3502 0 0 0.562 2212 3523 0 0 0.562 2 interp_poly 60 -14 -46 -21 2198 3558 3 MP PP 2198 3558 0 0 0.562 2152 3537 0 0 0.562 2198 3558 0 0 0.562 2 interp_poly 2152 3537 0 0 0.562 2212 3523 0 0 0.562 2152 3537 0 0 0.562 2 interp_poly -47 -19 61 -3 2156 3639 3 MP PP 2156 3639 0 0 0.625 2217 3636 0 0 0.562 2156 3639 0 0 0.625 2 interp_poly 2217 3636 0 0 0.562 2170 3617 0 0 0.562 2217 3636 0 0 0.562 2 interp_poly 61 -3 -47 -15 2203 3654 3 MP PP 2203 3654 0 0 0.625 2156 3639 0 0 0.625 2203 3654 0 0 0.625 2 interp_poly 2156 3639 0 0 0.625 2217 3636 0 0 0.562 2156 3639 0 0 0.625 2 interp_poly 60 -15 -46 -21 2212 3523 3 MP PP 2212 3523 0 0 0.562 2166 3502 0 0 0.562 2212 3523 0 0 0.562 2 interp_poly 2166 3502 0 0 0.562 2226 3487 0 0 0.562 2166 3502 0 0 0.562 2 interp_poly -47 -21 61 -6 2170 3617 3 MP PP 2170 3617 0 0 0.562 2231 3611 0 0 0.562 2170 3617 0 0 0.562 2 interp_poly 2231 3611 0 0 0.562 2184 3590 0 0 0.562 2231 3611 0 0 0.562 2 interp_poly 61 -6 -47 -19 2217 3636 3 MP PP 2217 3636 0 0 0.562 2170 3617 0 0 0.562 2217 3636 0 0 0.562 2 interp_poly 2170 3617 0 0 0.562 2231 3611 0 0 0.562 2170 3617 0 0 0.562 2 interp_poly -46 264 61 -77 2164 3502 3 MP PP 2164 3502 0 0.375 1 2225 3425 0 0.5 1 2164 3502 0 0.375 1 2 interp_poly 2225 3425 0 0.5 1 2179 3689 0 0 0.938 2225 3425 0 0.5 1 2 interp_poly 61 -34 -47 31 2207 3690 3 MP PP 2207 3690 0 0 0.812 2160 3721 0 0 0.688 2207 3690 0 0 0.812 2 interp_poly 2160 3721 0 0 0.688 2221 3687 0 0 0.75 2160 3721 0 0 0.688 2 interp_poly -47 31 61 -67 2146 3757 3 MP PP 2146 3757 0 0 0.688 2207 3690 0 0 0.812 2146 3757 0 0 0.688 2 interp_poly 2207 3690 0 0 0.812 2160 3721 0 0 0.688 2207 3690 0 0 0.812 2 interp_poly -46 126 60 -113 2179 3689 3 MP PP 2179 3689 0 0 0.938 2239 3576 0 0.125 1 2179 3689 0 0 0.938 2 interp_poly 2239 3576 0 0.125 1 2193 3702 0 0 0.875 2239 3576 0 0.125 1 2 interp_poly 60 -113 -46 264 2225 3425 3 MP PP 2225 3425 0 0.5 1 2179 3689 0 0 0.938 2225 3425 0 0.5 1 2 interp_poly 2179 3689 0 0 0.938 2239 3576 0 0.125 1 2179 3689 0 0 0.938 2 interp_poly 60 -80 -46 126 2239 3576 3 MP PP 2239 3576 0 0.125 1 2193 3702 0 0 0.875 2239 3576 0 0.125 1 2 interp_poly 2193 3702 0 0 0.875 2253 3622 0 0 0.938 2193 3702 0 0 0.875 2 interp_poly 61 4 -47 -142 2248 3602 3 MP PP 2248 3602 0 0.562 1 2201 3460 0 0.812 1 2248 3602 0 0.562 1 2 interp_poly 2201 3460 0 0.812 1 2262 3464 0 0.75 1 2201 3460 0 0.812 1 2 interp_poly -47 -193 61 4 2201 3460 3 MP PP 2201 3460 0 0.812 1 2262 3464 0 0.75 1 2201 3460 0 0.812 1 2 interp_poly 2262 3464 0 0.75 1 2215 3271 0.0625 1 1 2262 3464 0 0.75 1 2 interp_poly -46 68 60 -80 2193 3702 3 MP PP 2193 3702 0 0 0.875 2253 3622 0 0 0.938 2193 3702 0 0 0.875 2 interp_poly 2253 3622 0 0 0.938 2207 3690 0 0 0.812 2253 3622 0 0 0.938 2 interp_poly 61 -33 -47 606 2197 2390 3 MP PP 2197 2390 1 0.562 0 2150 2996 0.375 1 0.688 2197 2390 1 0.562 0 2 interp_poly 2150 2996 0.375 1 0.688 2211 2963 0.375 1 0.688 2150 2996 0.375 1 0.688 2 interp_poly 60 -508 -46 -182 2229 2783 3 MP PP 2229 2783 0.938 1 0.125 2183 2601 1 0.875 0 2229 2783 0.938 1 0.125 2 interp_poly 2183 2601 1 0.875 0 2243 2093 0.938 0 0 2183 2601 1 0.875 0 2 interp_poly -46 297 60 -508 2183 2601 3 MP PP 2183 2601 1 0.875 0 2243 2093 0.938 0 0 2183 2601 1 0.875 0 2 interp_poly 2243 2093 0.938 0 0 2197 2390 1 0.562 0 2243 2093 0.938 0 0 2 interp_poly 60 -17 -46 -21 2143 3275 3 MP PP 2143 3275 0 0 0.562 2097 3254 0 0 0.562 2143 3275 0 0 0.562 2 interp_poly 2097 3254 0 0 0.562 2157 3237 0 0 0.562 2097 3254 0 0 0.562 2 interp_poly -47 -21 61 -17 2101 3388 3 MP PP 2101 3388 0 0 0.562 2162 3371 0 0 0.562 2101 3388 0 0 0.562 2 interp_poly 2162 3371 0 0 0.562 2115 3350 0 0 0.562 2162 3371 0 0 0.562 2 interp_poly 61 -17 -47 -21 2148 3409 3 MP PP 2148 3409 0 0 0.562 2101 3388 0 0 0.562 2148 3409 0 0 0.562 2 interp_poly 2101 3388 0 0 0.562 2162 3371 0 0 0.562 2101 3388 0 0 0.562 2 interp_poly -47 -21 61 -16 2115 3350 3 MP PP 2115 3350 0 0 0.562 2176 3334 0 0 0.562 2115 3350 0 0 0.562 2 interp_poly 2176 3334 0 0 0.562 2129 3313 0 0 0.562 2176 3334 0 0 0.562 2 interp_poly 61 -16 -47 -21 2162 3371 3 MP PP 2162 3371 0 0 0.562 2115 3350 0 0 0.562 2162 3371 0 0 0.562 2 interp_poly 2115 3350 0 0 0.562 2176 3334 0 0 0.562 2115 3350 0 0 0.562 2 interp_poly -47 539 61 -33 2150 2996 3 MP PP 2150 2996 0.375 1 0.688 2211 2963 0.375 1 0.688 2150 2996 0.375 1 0.688 2 interp_poly 2211 2963 0.375 1 0.688 2164 3502 0 0.375 1 2211 2963 0.375 1 0.688 2 interp_poly 60 -326 -46 -162 2215 3271 3 MP PP 2215 3271 0.0625 1 1 2169 3109 0.312 1 0.75 2215 3271 0.0625 1 1 2 interp_poly 2169 3109 0.312 1 0.75 2229 2783 0.938 1 0.125 2169 3109 0.312 1 0.75 2 interp_poly -46 -182 60 -326 2169 3109 3 MP PP 2169 3109 0.312 1 0.75 2229 2783 0.938 1 0.125 2169 3109 0.312 1 0.75 2 interp_poly 2229 2783 0.938 1 0.125 2183 2601 1 0.875 0 2229 2783 0.938 1 0.125 2 interp_poly -46 -21 60 -14 2059 3496 3 MP PP 2059 3496 0 0 0.562 2119 3482 0 0 0.562 2059 3496 0 0 0.562 2 interp_poly 2119 3482 0 0 0.562 2073 3461 0 0 0.562 2119 3482 0 0 0.562 2 interp_poly 60 -14 -46 -21 2105 3517 3 MP PP 2105 3517 0 0 0.562 2059 3496 0 0 0.562 2105 3517 0 0 0.562 2 interp_poly 2059 3496 0 0 0.562 2119 3482 0 0 0.562 2059 3496 0 0 0.562 2 interp_poly -46 -22 60 -16 2069 3329 3 MP PP 2069 3329 0 0 0.562 2129 3313 0 0 0.562 2069 3329 0 0 0.562 2 interp_poly 2129 3313 0 0 0.562 2083 3291 0 0 0.562 2129 3313 0 0 0.562 2 interp_poly 60 -16 -46 -21 2115 3350 3 MP PP 2115 3350 0 0 0.562 2069 3329 0 0 0.562 2115 3350 0 0 0.562 2 interp_poly 2069 3329 0 0 0.562 2129 3313 0 0 0.562 2069 3329 0 0 0.562 2 interp_poly -46 -21 60 -15 2073 3461 3 MP PP 2073 3461 0 0 0.562 2133 3446 0 0 0.562 2073 3461 0 0 0.562 2 interp_poly 2133 3446 0 0 0.562 2087 3425 0 0 0.562 2133 3446 0 0 0.562 2 interp_poly 60 -15 -46 -21 2119 3482 3 MP PP 2119 3482 0 0 0.562 2073 3461 0 0 0.562 2119 3482 0 0 0.562 2 interp_poly 2073 3461 0 0 0.562 2133 3446 0 0 0.562 2073 3461 0 0 0.562 2 interp_poly -46 -21 60 -16 2083 3291 3 MP PP 2083 3291 0 0 0.562 2143 3275 0 0 0.562 2083 3291 0 0 0.562 2 interp_poly 2143 3275 0 0 0.562 2097 3254 0 0 0.562 2143 3275 0 0 0.562 2 interp_poly 60 -16 -46 -22 2129 3313 3 MP PP 2129 3313 0 0 0.562 2083 3291 0 0 0.562 2129 3313 0 0 0.562 2 interp_poly 2083 3291 0 0 0.562 2143 3275 0 0 0.562 2083 3291 0 0 0.562 2 interp_poly -47 -21 61 -16 2087 3425 3 MP PP 2087 3425 0 0 0.562 2148 3409 0 0 0.562 2087 3425 0 0 0.562 2 interp_poly 2148 3409 0 0 0.562 2101 3388 0 0 0.562 2148 3409 0 0 0.562 2 interp_poly 61 -16 -46 -21 2133 3446 3 MP PP 2133 3446 0 0 0.562 2087 3425 0 0 0.562 2133 3446 0 0 0.562 2 interp_poly 2087 3425 0 0 0.562 2148 3409 0 0 0.562 2087 3425 0 0 0.562 2 interp_poly 60 27 -46 479 2150 2996 3 MP PP 2150 2996 0.375 1 0.688 2104 3475 0 0.438 1 2150 2996 0.375 1 0.688 2 interp_poly 2104 3475 0 0.438 1 2164 3502 0 0.375 1 2104 3475 0 0.438 1 2 interp_poly 60 -66 -46 -123 2201 3460 3 MP PP 2201 3460 0 0.812 1 2155 3337 0 1 1 2201 3460 0 0.812 1 2 interp_poly 2155 3337 0 1 1 2215 3271 0.0625 1 1 2155 3337 0 1 1 2 interp_poly -46 -162 60 -66 2155 3337 3 MP PP 2155 3337 0 1 1 2215 3271 0.0625 1 1 2155 3337 0 1 1 2 interp_poly 2215 3271 0.0625 1 1 2169 3109 0.312 1 0.75 2215 3271 0.0625 1 1 2 interp_poly 61 -67 -47 55 2193 3702 3 MP PP 2193 3702 0 0 0.875 2146 3757 0 0 0.688 2193 3702 0 0 0.875 2 interp_poly 2146 3757 0 0 0.688 2207 3690 0 0 0.812 2146 3757 0 0 0.688 2 interp_poly -47 606 61 -350 2136 2740 3 MP PP 2136 2740 0.938 1 0.125 2197 2390 1 0.562 0 2136 2740 0.938 1 0.125 2 interp_poly 2197 2390 1 0.562 0 2150 2996 0.375 1 0.688 2197 2390 1 0.562 0 2 interp_poly 61 -350 -47 139 2183 2601 3 MP PP 2183 2601 1 0.875 0 2136 2740 0.938 1 0.125 2183 2601 1 0.875 0 2 interp_poly 2136 2740 0.938 1 0.125 2197 2390 1 0.562 0 2136 2740 0.938 1 0.125 2 interp_poly -47 55 61 -99 2132 3801 3 MP PP 2132 3801 0 0 0.688 2193 3702 0 0 0.875 2132 3801 0 0 0.688 2 interp_poly 2193 3702 0 0 0.875 2146 3757 0 0 0.688 2193 3702 0 0 0.875 2 interp_poly 61 -99 -47 112 2179 3689 3 MP PP 2179 3689 0 0 0.938 2132 3801 0 0 0.688 2179 3689 0 0 0.938 2 interp_poly 2132 3801 0 0 0.688 2193 3702 0 0 0.875 2132 3801 0 0 0.688 2 interp_poly 61 -16 -47 -21 2083 3291 3 MP PP 2083 3291 0 0 0.562 2036 3270 0 0 0.562 2083 3291 0 0 0.562 2 interp_poly 2036 3270 0 0 0.562 2097 3254 0 0 0.562 2036 3270 0 0 0.562 2 interp_poly -46 -22 61 -16 2040 3404 3 MP PP 2040 3404 0 0 0.562 2101 3388 0 0 0.562 2040 3404 0 0 0.562 2 interp_poly 2101 3388 0 0 0.562 2055 3366 0 0 0.562 2101 3388 0 0 0.562 2 interp_poly 61 -16 -47 -21 2087 3425 3 MP PP 2087 3425 0 0 0.562 2040 3404 0 0 0.562 2087 3425 0 0 0.562 2 interp_poly 2040 3404 0 0 0.562 2101 3388 0 0 0.562 2040 3404 0 0 0.562 2 interp_poly -46 -21 60 -16 2055 3366 3 MP PP 2055 3366 0 0 0.562 2115 3350 0 0 0.562 2055 3366 0 0 0.562 2 interp_poly 2115 3350 0 0 0.562 2069 3329 0 0 0.562 2115 3350 0 0 0.562 2 interp_poly 60 -16 -46 -22 2101 3388 3 MP PP 2101 3388 0 0 0.562 2055 3366 0 0 0.562 2101 3388 0 0 0.562 2 interp_poly 2055 3366 0 0 0.562 2115 3350 0 0 0.562 2055 3366 0 0 0.562 2 interp_poly -46 479 60 -77 2090 3073 3 MP PP 2090 3073 0.25 1 0.812 2150 2996 0.375 1 0.688 2090 3073 0.25 1 0.812 2 interp_poly 2150 2996 0.375 1 0.688 2104 3475 0 0.438 1 2150 2996 0.375 1 0.688 2 interp_poly 60 -77 -46 333 2136 2740 3 MP PP 2136 2740 0.938 1 0.125 2090 3073 0.25 1 0.812 2136 2740 0.938 1 0.125 2 interp_poly 2090 3073 0.25 1 0.812 2150 2996 0.375 1 0.688 2090 3073 0.25 1 0.812 2 interp_poly 61 -431 -47 -77 2169 3109 3 MP PP 2169 3109 0.312 1 0.75 2122 3032 0.438 1 0.625 2169 3109 0.312 1 0.75 2 interp_poly 2122 3032 0.438 1 0.625 2183 2601 1 0.875 0 2122 3032 0.438 1 0.625 2 interp_poly -47 139 61 -431 2122 3032 3 MP PP 2122 3032 0.438 1 0.625 2183 2601 1 0.875 0 2122 3032 0.438 1 0.625 2 interp_poly 2183 2601 1 0.875 0 2136 2740 0.938 1 0.125 2183 2601 1 0.875 0 2 interp_poly -47 -14 61 -22 2081 3685 3 MP PP 2081 3685 0 0 0.625 2142 3663 0 0 0.625 2081 3685 0 0 0.625 2 interp_poly 2142 3663 0 0 0.625 2095 3649 0 0 0.625 2142 3663 0 0 0.625 2 interp_poly 61 -22 -47 -10 2128 3695 3 MP PP 2128 3695 0 0 0.625 2081 3685 0 0 0.625 2128 3695 0 0 0.625 2 interp_poly 2081 3685 0 0 0.625 2142 3663 0 0 0.625 2081 3685 0 0 0.625 2 interp_poly -46 -17 61 -10 2095 3649 3 MP PP 2095 3649 0 0 0.625 2156 3639 0 0 0.625 2095 3649 0 0 0.625 2 interp_poly 2156 3639 0 0 0.625 2110 3622 0 0 0.625 2156 3639 0 0 0.625 2 interp_poly 61 -10 -47 -14 2142 3663 3 MP PP 2142 3663 0 0 0.625 2095 3649 0 0 0.625 2142 3663 0 0 0.625 2 interp_poly 2095 3649 0 0 0.625 2156 3639 0 0 0.625 2095 3649 0 0 0.625 2 interp_poly -46 8 60 -53 2100 3774 3 MP PP 2100 3774 0 0 0.625 2160 3721 0 0 0.688 2100 3774 0 0 0.625 2 interp_poly 2160 3721 0 0 0.688 2114 3729 0 0 0.625 2160 3721 0 0 0.688 2 interp_poly 60 -53 -46 17 2146 3757 3 MP PP 2146 3757 0 0 0.688 2100 3774 0 0 0.625 2146 3757 0 0 0.688 2 interp_poly 2100 3774 0 0 0.625 2160 3721 0 0 0.688 2100 3774 0 0 0.625 2 interp_poly -46 -19 60 -5 2110 3622 3 MP PP 2110 3622 0 0 0.625 2170 3617 0 0 0.562 2110 3622 0 0 0.625 2 interp_poly 2170 3617 0 0 0.562 2124 3598 0 0 0.562 2170 3617 0 0 0.562 2 interp_poly 60 -5 -46 -17 2156 3639 3 MP PP 2156 3639 0 0 0.625 2110 3622 0 0 0.625 2156 3639 0 0 0.625 2 interp_poly 2110 3622 0 0 0.625 2170 3617 0 0 0.562 2110 3622 0 0 0.625 2 interp_poly -46 -3 60 -31 2114 3729 3 MP PP 2114 3729 0 0 0.625 2174 3698 0 0 0.688 2114 3729 0 0 0.625 2 interp_poly 2174 3698 0 0 0.688 2128 3695 0 0 0.625 2174 3698 0 0 0.688 2 interp_poly 60 -31 -46 8 2160 3721 3 MP PP 2160 3721 0 0 0.688 2114 3729 0 0 0.625 2160 3721 0 0 0.688 2 interp_poly 2114 3729 0 0 0.625 2174 3698 0 0 0.688 2114 3729 0 0 0.625 2 interp_poly 61 -77 -46 264 2164 3502 3 MP PP 2164 3502 0 0.375 1 2118 3766 0 0 0.812 2164 3502 0 0.375 1 2 interp_poly 2118 3766 0 0 0.812 2179 3689 0 0 0.938 2118 3766 0 0 0.812 2 interp_poly -46 17 60 -78 2086 3835 3 MP PP 2086 3835 0 0 0.625 2146 3757 0 0 0.688 2086 3835 0 0 0.625 2 interp_poly 2146 3757 0 0 0.688 2100 3774 0 0 0.625 2146 3757 0 0 0.688 2 interp_poly 60 -78 -46 34 2132 3801 3 MP PP 2132 3801 0 0 0.688 2086 3835 0 0 0.625 2132 3801 0 0 0.688 2 interp_poly 2086 3835 0 0 0.625 2146 3757 0 0 0.688 2086 3835 0 0 0.625 2 interp_poly -47 112 61 -77 2118 3766 3 MP PP 2118 3766 0 0 0.812 2179 3689 0 0 0.938 2118 3766 0 0 0.812 2 interp_poly 2179 3689 0 0 0.938 2132 3801 0 0 0.688 2179 3689 0 0 0.938 2 interp_poly 61 -138 -47 -90 2155 3337 3 MP PP 2155 3337 0 1 1 2108 3247 0.125 1 0.938 2155 3337 0 1 1 2 interp_poly 2108 3247 0.125 1 0.938 2169 3109 0.312 1 0.75 2108 3247 0.125 1 0.938 2 interp_poly -47 -77 61 -138 2108 3247 3 MP PP 2108 3247 0.125 1 0.938 2169 3109 0.312 1 0.75 2108 3247 0.125 1 0.938 2 interp_poly 2169 3109 0.312 1 0.75 2122 3032 0.438 1 0.625 2169 3109 0.312 1 0.75 2 interp_poly -47 -19 61 -8 2063 3606 3 MP PP 2063 3606 0 0 0.562 2124 3598 0 0 0.562 2063 3606 0 0 0.562 2 interp_poly 2124 3598 0 0 0.562 2077 3579 0 0 0.562 2124 3598 0 0 0.562 2 interp_poly 61 -8 -47 -16 2110 3622 3 MP PP 2110 3622 0 0 0.625 2063 3606 0 0 0.562 2110 3622 0 0 0.625 2 interp_poly 2063 3606 0 0 0.562 2124 3598 0 0 0.562 2063 3606 0 0 0.562 2 interp_poly -47 -10 61 -30 2067 3725 3 MP PP 2067 3725 0 0 0.625 2128 3695 0 0 0.625 2067 3725 0 0 0.625 2 interp_poly 2128 3695 0 0 0.625 2081 3685 0 0 0.625 2128 3695 0 0 0.625 2 interp_poly 61 -30 -47 -4 2114 3729 3 MP PP 2114 3729 0 0 0.625 2067 3725 0 0 0.625 2114 3729 0 0 0.625 2 interp_poly 2067 3725 0 0 0.625 2128 3695 0 0 0.625 2067 3725 0 0 0.625 2 interp_poly -47 -20 61 -9 2077 3579 3 MP PP 2077 3579 0 0 0.562 2138 3570 0 0 0.562 2077 3579 0 0 0.562 2 interp_poly 2138 3570 0 0 0.562 2091 3550 0 0 0.562 2138 3570 0 0 0.562 2 interp_poly 61 -9 -47 -19 2124 3598 3 MP PP 2124 3598 0 0 0.562 2077 3579 0 0 0.562 2124 3598 0 0 0.562 2 interp_poly 2077 3579 0 0 0.562 2138 3570 0 0 0.562 2077 3579 0 0 0.562 2 interp_poly -47 -20 61 -13 2091 3550 3 MP PP 2091 3550 0 0 0.562 2152 3537 0 0 0.562 2091 3550 0 0 0.562 2 interp_poly 2152 3537 0 0 0.562 2105 3517 0 0 0.562 2152 3537 0 0 0.562 2 interp_poly 61 -13 -47 -20 2138 3570 3 MP PP 2138 3570 0 0 0.562 2091 3550 0 0 0.562 2138 3570 0 0 0.562 2 interp_poly 2091 3550 0 0 0.562 2152 3537 0 0 0.562 2091 3550 0 0 0.562 2 interp_poly -46 264 60 27 2104 3475 3 MP PP 2104 3475 0 0.438 1 2164 3502 0 0.375 1 2104 3475 0 0.438 1 2 interp_poly 2164 3502 0 0.375 1 2118 3766 0 0 0.812 2164 3502 0 0.375 1 2 interp_poly -46 333 60 -326 2076 3066 3 MP PP 2076 3066 0.312 1 0.75 2136 2740 0.938 1 0.125 2076 3066 0.312 1 0.75 2 interp_poly 2136 2740 0.938 1 0.125 2090 3073 0.25 1 0.812 2136 2740 0.938 1 0.125 2 interp_poly 60 -326 -46 34 2122 3032 3 MP PP 2122 3032 0.438 1 0.625 2076 3066 0.312 1 0.75 2122 3032 0.438 1 0.625 2 interp_poly 2076 3066 0.312 1 0.75 2136 2740 0.938 1 0.125 2076 3066 0.312 1 0.75 2 interp_poly -47 -3 61 -44 2025 3879 3 MP PP 2025 3879 0 0 0.562 2086 3835 0 0 0.625 2025 3879 0 0 0.562 2 interp_poly 2086 3835 0 0 0.625 2039 3832 0 0 0.562 2086 3835 0 0 0.625 2 interp_poly 61 -44 -46 17 2071 3862 3 MP PP 2071 3862 0 0 0.625 2025 3879 0 0 0.562 2071 3862 0 0 0.625 2 interp_poly 2025 3879 0 0 0.562 2086 3835 0 0 0.625 2025 3879 0 0 0.562 2 interp_poly 61 -58 -47 -3 2086 3835 3 MP PP 2086 3835 0 0 0.625 2039 3832 0 0 0.562 2086 3835 0 0 0.625 2 interp_poly 2039 3832 0 0 0.562 2100 3774 0 0 0.625 2039 3832 0 0 0.562 2 interp_poly -46 34 61 -61 2071 3862 3 MP PP 2071 3862 0 0 0.625 2132 3801 0 0 0.688 2071 3862 0 0 0.625 2 interp_poly 2132 3801 0 0 0.688 2086 3835 0 0 0.625 2132 3801 0 0 0.688 2 interp_poly 61 -61 -47 96 2118 3766 3 MP PP 2118 3766 0 0 0.812 2071 3862 0 0 0.625 2118 3766 0 0 0.812 2 interp_poly 2071 3862 0 0 0.625 2132 3801 0 0 0.688 2071 3862 0 0 0.625 2 interp_poly 60 -16 -46 -21 2022 3307 3 MP PP 2022 3307 0 0 0.562 1976 3286 0 0 0.562 2022 3307 0 0 0.562 2 interp_poly 1976 3286 0 0 0.562 2036 3270 0 0 0.562 1976 3286 0 0 0.562 2 interp_poly -47 -21 61 -16 1994 3382 3 MP PP 1994 3382 0 0 0.562 2055 3366 0 0 0.562 1994 3382 0 0 0.562 2 interp_poly 2055 3366 0 0 0.562 2008 3345 0 0 0.562 2055 3366 0 0 0.562 2 interp_poly 61 -16 -46 -22 2040 3404 3 MP PP 2040 3404 0 0 0.562 1994 3382 0 0 0.562 2040 3404 0 0 0.562 2 interp_poly 1994 3382 0 0 0.562 2055 3366 0 0 0.562 1994 3382 0 0 0.562 2 interp_poly -47 -22 61 -16 2008 3345 3 MP PP 2008 3345 0 0 0.562 2069 3329 0 0 0.562 2008 3345 0 0 0.562 2 interp_poly 2069 3329 0 0 0.562 2022 3307 0 0 0.562 2069 3329 0 0 0.562 2 interp_poly 61 -16 -47 -21 2055 3366 3 MP PP 2055 3366 0 0 0.562 2008 3345 0 0 0.562 2055 3366 0 0 0.562 2 interp_poly 2008 3345 0 0 0.562 2069 3329 0 0 0.562 2008 3345 0 0 0.562 2 interp_poly -47 -21 61 -16 2022 3307 3 MP PP 2022 3307 0 0 0.562 2083 3291 0 0 0.562 2022 3307 0 0 0.562 2 interp_poly 2083 3291 0 0 0.562 2036 3270 0 0 0.562 2083 3291 0 0 0.562 2 interp_poly 61 -16 -47 -22 2069 3329 3 MP PP 2069 3329 0 0 0.562 2022 3307 0 0 0.562 2069 3329 0 0 0.562 2 interp_poly 2022 3307 0 0 0.562 2083 3291 0 0 0.562 2022 3307 0 0 0.562 2 interp_poly -47 318 61 -113 2029 3186 3 MP PP 2029 3186 0.0625 1 1 2090 3073 0.25 1 0.812 2029 3186 0.0625 1 1 2 interp_poly 2090 3073 0.25 1 0.812 2043 3391 0 0.625 1 2090 3073 0.25 1 0.812 2 interp_poly -47 -21 61 -16 2026 3441 3 MP PP 2026 3441 0 0 0.562 2087 3425 0 0 0.562 2026 3441 0 0 0.562 2 interp_poly 2087 3425 0 0 0.562 2040 3404 0 0 0.562 2087 3425 0 0 0.562 2 interp_poly 61 -16 -47 -20 2073 3461 3 MP PP 2073 3461 0 0 0.562 2026 3441 0 0 0.562 2073 3461 0 0 0.562 2 interp_poly 2026 3441 0 0 0.562 2087 3425 0 0 0.562 2026 3441 0 0 0.562 2 interp_poly 61 84 -47 318 2090 3073 3 MP PP 2090 3073 0.25 1 0.812 2043 3391 0 0.625 1 2090 3073 0.25 1 0.812 2 interp_poly 2043 3391 0 0.625 1 2104 3475 0 0.438 1 2043 3391 0 0.625 1 2 interp_poly 60 -170 -46 -45 2108 3247 3 MP PP 2108 3247 0.125 1 0.938 2062 3202 0.188 1 0.875 2108 3247 0.125 1 0.938 2 interp_poly 2062 3202 0.188 1 0.875 2122 3032 0.438 1 0.625 2062 3202 0.188 1 0.875 2 interp_poly 61 -113 -47 120 2076 3066 3 MP PP 2076 3066 0.312 1 0.75 2029 3186 0.0625 1 1 2076 3066 0.312 1 0.75 2 interp_poly 2029 3186 0.0625 1 1 2090 3073 0.25 1 0.812 2029 3186 0.0625 1 1 2 interp_poly -46 34 60 -170 2062 3202 3 MP PP 2062 3202 0.188 1 0.875 2122 3032 0.438 1 0.625 2062 3202 0.188 1 0.875 2 interp_poly 2122 3032 0.438 1 0.625 2076 3066 0.312 1 0.75 2122 3032 0.438 1 0.625 2 interp_poly -46 -12 60 -34 2007 3759 3 MP PP 2007 3759 0 0 0.562 2067 3725 0 0 0.625 2007 3759 0 0 0.562 2 interp_poly 2067 3725 0 0 0.625 2021 3713 0 0 0.625 2067 3725 0 0 0.625 2 interp_poly 60 -34 -46 -12 2053 3771 3 MP PP 2053 3771 0 0 0.625 2007 3759 0 0 0.562 2053 3771 0 0 0.625 2 interp_poly 2007 3759 0 0 0.562 2067 3725 0 0 0.625 2007 3759 0 0 0.562 2 interp_poly -46 -15 60 -28 2021 3713 3 MP PP 2021 3713 0 0 0.625 2081 3685 0 0 0.625 2021 3713 0 0 0.625 2 interp_poly 2081 3685 0 0 0.625 2035 3670 0 0 0.625 2081 3685 0 0 0.625 2 interp_poly 60 -28 -46 -12 2067 3725 3 MP PP 2067 3725 0 0 0.625 2021 3713 0 0 0.625 2067 3725 0 0 0.625 2 interp_poly 2021 3713 0 0 0.625 2081 3685 0 0 0.625 2021 3713 0 0 0.625 2 interp_poly -46 -20 60 -12 2031 3562 3 MP PP 2031 3562 0 0 0.562 2091 3550 0 0 0.562 2031 3562 0 0 0.562 2 interp_poly 2091 3550 0 0 0.562 2045 3530 0 0 0.562 2091 3550 0 0 0.562 2 interp_poly 60 -12 -46 -17 2077 3579 3 MP PP 2077 3579 0 0 0.562 2031 3562 0 0 0.562 2077 3579 0 0 0.562 2 interp_poly 2031 3562 0 0 0.562 2091 3550 0 0 0.562 2031 3562 0 0 0.562 2 interp_poly -46 -15 60 -21 2035 3670 3 MP PP 2035 3670 0 0 0.625 2095 3649 0 0 0.625 2035 3670 0 0 0.625 2 interp_poly 2095 3649 0 0 0.625 2049 3634 0 0 0.625 2095 3649 0 0 0.625 2 interp_poly 60 -21 -46 -15 2081 3685 3 MP PP 2081 3685 0 0 0.625 2035 3670 0 0 0.625 2081 3685 0 0 0.625 2 interp_poly 2035 3670 0 0 0.625 2095 3649 0 0 0.625 2035 3670 0 0 0.625 2 interp_poly -46 -21 60 -13 2045 3530 3 MP PP 2045 3530 0 0 0.562 2105 3517 0 0 0.562 2045 3530 0 0 0.562 2 interp_poly 2105 3517 0 0 0.562 2059 3496 0 0 0.562 2105 3517 0 0 0.562 2 interp_poly 60 -13 -46 -20 2091 3550 3 MP PP 2091 3550 0 0 0.562 2045 3530 0 0 0.562 2091 3550 0 0 0.562 2 interp_poly 2045 3530 0 0 0.562 2105 3517 0 0 0.562 2045 3530 0 0 0.562 2 interp_poly -47 -16 61 -12 2049 3634 3 MP PP 2049 3634 0 0 0.625 2110 3622 0 0 0.625 2049 3634 0 0 0.625 2 interp_poly 2110 3622 0 0 0.625 2063 3606 0 0 0.562 2110 3622 0 0 0.625 2 interp_poly 61 -12 -46 -15 2095 3649 3 MP PP 2095 3649 0 0 0.625 2049 3634 0 0 0.625 2095 3649 0 0 0.625 2 interp_poly 2049 3634 0 0 0.625 2110 3622 0 0 0.625 2049 3634 0 0 0.625 2 interp_poly -47 -4 61 -42 2053 3771 3 MP PP 2053 3771 0 0 0.625 2114 3729 0 0 0.625 2053 3771 0 0 0.625 2 interp_poly 2114 3729 0 0 0.625 2067 3725 0 0 0.625 2114 3729 0 0 0.625 2 interp_poly 61 -42 -47 -3 2100 3774 3 MP PP 2100 3774 0 0 0.625 2053 3771 0 0 0.625 2100 3774 0 0 0.625 2 interp_poly 2053 3771 0 0 0.625 2114 3729 0 0 0.625 2053 3771 0 0 0.625 2 interp_poly 61 37 -47 254 2104 3475 3 MP PP 2104 3475 0 0.438 1 2057 3729 0 0 0.938 2104 3475 0 0.438 1 2 interp_poly 2057 3729 0 0 0.938 2118 3766 0 0 0.812 2057 3729 0 0 0.938 2 interp_poly -47 -3 61 -58 2039 3832 3 MP PP 2039 3832 0 0 0.562 2100 3774 0 0 0.625 2039 3832 0 0 0.562 2 interp_poly 2100 3774 0 0 0.625 2053 3771 0 0 0.625 2100 3774 0 0 0.625 2 interp_poly -47 96 61 37 2057 3729 3 MP PP 2057 3729 0 0 0.938 2118 3766 0 0 0.812 2057 3729 0 0 0.938 2 interp_poly 2118 3766 0 0 0.812 2071 3862 0 0 0.625 2118 3766 0 0 0.812 2 interp_poly -47 -20 61 -15 1998 3511 3 MP PP 1998 3511 0 0 0.562 2059 3496 0 0 0.562 1998 3511 0 0 0.562 2 interp_poly 2059 3496 0 0 0.562 2012 3476 0 0 0.562 2059 3496 0 0 0.562 2 interp_poly 61 -15 -47 -19 2045 3530 3 MP PP 2045 3530 0 0 0.562 1998 3511 0 0 0.562 2045 3530 0 0 0.562 2 interp_poly 1998 3511 0 0 0.562 2059 3496 0 0 0.562 1998 3511 0 0 0.562 2 interp_poly -46 -16 61 -12 2002 3618 3 MP PP 2002 3618 0 0 0.625 2063 3606 0 0 0.562 2002 3618 0 0 0.625 2 interp_poly 2063 3606 0 0 0.562 2017 3590 0 0 0.562 2063 3606 0 0 0.562 2 interp_poly 61 -12 -47 -16 2049 3634 3 MP PP 2049 3634 0 0 0.625 2002 3618 0 0 0.625 2049 3634 0 0 0.625 2 interp_poly 2002 3618 0 0 0.625 2063 3606 0 0 0.562 2002 3618 0 0 0.625 2 interp_poly -47 -20 61 -15 2012 3476 3 MP PP 2012 3476 0 0 0.562 2073 3461 0 0 0.562 2012 3476 0 0 0.562 2 interp_poly 2073 3461 0 0 0.562 2026 3441 0 0 0.562 2073 3461 0 0 0.562 2 interp_poly 61 -15 -47 -20 2059 3496 3 MP PP 2059 3496 0 0 0.562 2012 3476 0 0 0.562 2059 3496 0 0 0.562 2 interp_poly 2012 3476 0 0 0.562 2073 3461 0 0 0.562 2012 3476 0 0 0.562 2 interp_poly -46 -17 60 -11 2017 3590 3 MP PP 2017 3590 0 0 0.562 2077 3579 0 0 0.562 2017 3590 0 0 0.562 2 interp_poly 2077 3579 0 0 0.562 2031 3562 0 0 0.562 2077 3579 0 0 0.562 2 interp_poly 60 -11 -46 -16 2063 3606 3 MP PP 2063 3606 0 0 0.562 2017 3590 0 0 0.562 2063 3606 0 0 0.562 2 interp_poly 2017 3590 0 0 0.562 2077 3579 0 0 0.562 2017 3590 0 0 0.562 2 interp_poly -47 254 61 84 2043 3391 3 MP PP 2043 3391 0 0.625 1 2104 3475 0 0.438 1 2043 3391 0 0.625 1 2 interp_poly 2104 3475 0 0.438 1 2057 3729 0 0 0.938 2104 3475 0 0.438 1 2 interp_poly 61 -16 -47 -21 1962 3323 3 MP PP 1962 3323 0 0 0.562 1915 3302 0 0 0.562 1962 3323 0 0 0.562 2 interp_poly 1915 3302 0 0 0.562 1976 3286 0 0 0.562 1915 3302 0 0 0.562 2 interp_poly -46 -22 61 -16 1947 3361 3 MP PP 1947 3361 0 0 0.562 2008 3345 0 0 0.562 1947 3361 0 0 0.562 2 interp_poly 2008 3345 0 0 0.562 1962 3323 0 0 0.562 2008 3345 0 0 0.562 2 interp_poly -46 -21 60 -16 1962 3323 3 MP PP 1962 3323 0 0 0.562 2022 3307 0 0 0.562 1962 3323 0 0 0.562 2 interp_poly 2022 3307 0 0 0.562 1976 3286 0 0 0.562 2022 3307 0 0 0.562 2 interp_poly 60 -16 -46 -22 2008 3345 3 MP PP 2008 3345 0 0 0.562 1962 3323 0 0 0.562 2008 3345 0 0 0.562 2 interp_poly 1962 3323 0 0 0.562 2022 3307 0 0 0.562 1962 3323 0 0 0.562 2 interp_poly -46 150 60 -65 1969 3251 3 MP PP 1969 3251 0 1 1 2029 3186 0.0625 1 1 1969 3251 0 1 1 2 interp_poly 2029 3186 0.0625 1 1 1983 3336 0 0.75 1 2029 3186 0.0625 1 1 2 interp_poly 60 -65 -46 47 2015 3204 3 MP PP 2015 3204 0.125 1 0.938 1969 3251 0 1 1 2015 3204 0.125 1 0.938 2 interp_poly 1969 3251 0 1 1 2029 3186 0.0625 1 1 1969 3251 0 1 1 2 interp_poly 61 -16 -47 -21 1994 3382 3 MP PP 1994 3382 0 0 0.562 1947 3361 0 0 0.562 1994 3382 0 0 0.562 2 interp_poly 1947 3361 0 0 0.562 2008 3345 0 0 0.562 1947 3361 0 0 0.562 2 interp_poly 60 55 -46 150 2029 3186 3 MP PP 2029 3186 0.0625 1 1 1983 3336 0 0.75 1 2029 3186 0.0625 1 1 2 interp_poly 1983 3336 0 0.75 1 2043 3391 0 0.625 1 1983 3336 0 0.75 1 2 interp_poly -47 120 61 -138 2015 3204 3 MP PP 2015 3204 0.125 1 0.938 2076 3066 0.312 1 0.75 2015 3204 0.125 1 0.938 2 interp_poly 2076 3066 0.312 1 0.75 2029 3186 0.0625 1 1 2076 3066 0.312 1 0.75 2 interp_poly 61 -138 -47 2 2062 3202 3 MP PP 2062 3202 0.188 1 0.875 2015 3204 0.125 1 0.938 2062 3202 0.188 1 0.875 2 interp_poly 2015 3204 0.125 1 0.938 2076 3066 0.312 1 0.75 2015 3204 0.125 1 0.938 2 interp_poly -46 -18 61 -31 1978 3863 3 MP PP 1978 3863 0 0 0.562 2039 3832 0 0 0.562 1978 3863 0 0 0.562 2 interp_poly 2039 3832 0 0 0.562 1993 3814 0 0 0.562 2039 3832 0 0 0.562 2 interp_poly 61 -31 -47 -16 2025 3879 3 MP PP 2025 3879 0 0 0.562 1978 3863 0 0 0.562 2025 3879 0 0 0.562 2 interp_poly 1978 3863 0 0 0.562 2039 3832 0 0 0.562 1978 3863 0 0 0.562 2 interp_poly -46 -12 60 -43 1993 3814 3 MP PP 1993 3814 0 0 0.562 2053 3771 0 0 0.625 1993 3814 0 0 0.562 2 interp_poly 2053 3771 0 0 0.625 2007 3759 0 0 0.562 2053 3771 0 0 0.625 2 interp_poly 60 -43 -46 -18 2039 3832 3 MP PP 2039 3832 0 0 0.562 1993 3814 0 0 0.562 2039 3832 0 0 0.562 2 interp_poly 1993 3814 0 0 0.562 2053 3771 0 0 0.625 1993 3814 0 0 0.562 2 interp_poly 60 32 -46 101 2057 3729 3 MP PP 2057 3729 0 0 0.938 2011 3830 0 0 0.688 2057 3729 0 0 0.938 2 interp_poly 2011 3830 0 0 0.688 2071 3862 0 0 0.625 2011 3830 0 0 0.688 2 interp_poly -46 17 60 32 2011 3830 3 MP PP 2011 3830 0 0 0.688 2071 3862 0 0 0.625 2011 3830 0 0 0.688 2 interp_poly 2071 3862 0 0 0.625 2025 3879 0 0 0.562 2071 3862 0 0 0.625 2 interp_poly -47 -17 61 -12 1956 3602 3 MP PP 1956 3602 0 0 0.562 2017 3590 0 0 0.562 1956 3602 0 0 0.562 2 interp_poly 2017 3590 0 0 0.562 1970 3573 0 0 0.562 2017 3590 0 0 0.562 2 interp_poly 61 -12 -46 -16 2002 3618 3 MP PP 2002 3618 0 0 0.625 1956 3602 0 0 0.562 2002 3618 0 0 0.625 2 interp_poly 1956 3602 0 0 0.562 2017 3590 0 0 0.562 1956 3602 0 0 0.562 2 interp_poly -47 -18 61 -11 1970 3573 3 MP PP 1970 3573 0 0 0.562 2031 3562 0 0 0.562 1970 3573 0 0 0.562 2 interp_poly 2031 3562 0 0 0.562 1984 3544 0 0 0.562 2031 3562 0 0 0.562 2 interp_poly 61 -11 -47 -17 2017 3590 3 MP PP 2017 3590 0 0 0.562 1970 3573 0 0 0.562 2017 3590 0 0 0.562 2 interp_poly 1970 3573 0 0 0.562 2031 3562 0 0 0.562 1970 3573 0 0 0.562 2 interp_poly -47 -17 61 -26 1974 3696 3 MP PP 1974 3696 0 0 0.562 2035 3670 0 0 0.625 1974 3696 0 0 0.562 2 interp_poly 2035 3670 0 0 0.625 1988 3653 0 0 0.625 2035 3670 0 0 0.625 2 interp_poly 61 -26 -47 -17 2021 3713 3 MP PP 2021 3713 0 0 0.625 1974 3696 0 0 0.562 2021 3713 0 0 0.625 2 interp_poly 1974 3696 0 0 0.562 2035 3670 0 0 0.625 1974 3696 0 0 0.562 2 interp_poly -46 -22 60 -16 1980 3420 3 MP PP 1980 3420 0 0 0.562 2040 3404 0 0 0.562 1980 3420 0 0 0.562 2 interp_poly 2040 3404 0 0 0.562 1994 3382 0 0 0.562 2040 3404 0 0 0.562 2 interp_poly 60 -16 -46 -21 2026 3441 3 MP PP 2026 3441 0 0 0.562 1980 3420 0 0 0.562 2026 3441 0 0 0.562 2 interp_poly 1980 3420 0 0 0.562 2040 3404 0 0 0.562 1980 3420 0 0 0.562 2 interp_poly -47 -19 61 -14 1984 3544 3 MP PP 1984 3544 0 0 0.562 2045 3530 0 0 0.562 1984 3544 0 0 0.562 2 interp_poly 2045 3530 0 0 0.562 1998 3511 0 0 0.562 2045 3530 0 0 0.562 2 interp_poly 61 -14 -47 -18 2031 3562 3 MP PP 2031 3562 0 0 0.562 1984 3544 0 0 0.562 2031 3562 0 0 0.562 2 interp_poly 1984 3544 0 0 0.562 2045 3530 0 0 0.562 1984 3544 0 0 0.562 2 interp_poly -47 -16 61 -19 1988 3653 3 MP PP 1988 3653 0 0 0.625 2049 3634 0 0 0.625 1988 3653 0 0 0.625 2 interp_poly 2049 3634 0 0 0.625 2002 3618 0 0 0.625 2049 3634 0 0 0.625 2 interp_poly 61 -19 -47 -17 2035 3670 3 MP PP 2035 3670 0 0 0.625 1988 3653 0 0 0.625 2035 3670 0 0 0.625 2 interp_poly 1988 3653 0 0 0.625 2049 3634 0 0 0.625 1988 3653 0 0 0.625 2 interp_poly 60 127 -46 211 2043 3391 3 MP PP 2043 3391 0 0.625 1 1997 3602 0 0.188 1 2043 3391 0 0.625 1 2 interp_poly 1997 3602 0 0.188 1 2057 3729 0 0 0.938 1997 3602 0 0.188 1 2 interp_poly -46 -16 60 -18 1942 3636 3 MP PP 1942 3636 0 0 0.625 2002 3618 0 0 0.625 1942 3636 0 0 0.625 2 interp_poly 2002 3618 0 0 0.625 1956 3602 0 0 0.562 2002 3618 0 0 0.625 2 interp_poly 60 -18 -46 -17 1988 3653 3 MP PP 1988 3653 0 0 0.625 1942 3636 0 0 0.625 1988 3653 0 0 0.625 2 interp_poly 1942 3636 0 0 0.625 2002 3618 0 0 0.625 1942 3636 0 0 0.625 2 interp_poly -47 -17 61 -33 1946 3792 3 MP PP 1946 3792 0 0 0.562 2007 3759 0 0 0.562 1946 3792 0 0 0.562 2 interp_poly 2007 3759 0 0 0.562 1960 3742 0 0 0.562 2007 3759 0 0 0.562 2 interp_poly 61 -33 -47 -22 1993 3814 3 MP PP 1993 3814 0 0 0.562 1946 3792 0 0 0.562 1993 3814 0 0 0.562 2 interp_poly 1946 3792 0 0 0.562 2007 3759 0 0 0.562 1946 3792 0 0 0.562 2 interp_poly -47 -17 61 -29 1960 3742 3 MP PP 1960 3742 0 0 0.562 2021 3713 0 0 0.625 1960 3742 0 0 0.562 2 interp_poly 2021 3713 0 0 0.625 1974 3696 0 0 0.562 2021 3713 0 0 0.625 2 interp_poly 61 -29 -47 -17 2007 3759 3 MP PP 2007 3759 0 0 0.562 1960 3742 0 0 0.562 2007 3759 0 0 0.562 2 interp_poly 1960 3742 0 0 0.562 2021 3713 0 0 0.625 1960 3742 0 0 0.562 2 interp_poly -46 101 60 127 1997 3602 3 MP PP 1997 3602 0 0.188 1 2057 3729 0 0 0.938 1997 3602 0 0.188 1 2 interp_poly 2057 3729 0 0 0.938 2011 3830 0 0 0.688 2057 3729 0 0 0.938 2 interp_poly -47 -21 61 -16 1933 3398 3 MP PP 1933 3398 0 0 0.562 1994 3382 0 0 0.562 1933 3398 0 0 0.562 2 interp_poly 1994 3382 0 0 0.562 1947 3361 0 0 0.562 1994 3382 0 0 0.562 2 interp_poly 61 -16 -47 -22 1980 3420 3 MP PP 1980 3420 0 0 0.562 1933 3398 0 0 0.562 1980 3420 0 0 0.562 2 interp_poly 1933 3398 0 0 0.562 1994 3382 0 0 0.562 1933 3398 0 0 0.562 2 interp_poly -46 -19 60 -15 1938 3526 3 MP PP 1938 3526 0 0 0.562 1998 3511 0 0 0.562 1938 3526 0 0 0.562 2 interp_poly 1998 3511 0 0 0.562 1952 3492 0 0 0.562 1998 3511 0 0 0.562 2 interp_poly 60 -15 -46 -18 1984 3544 3 MP PP 1984 3544 0 0 0.562 1938 3526 0 0 0.562 1984 3544 0 0 0.562 2 interp_poly 1938 3526 0 0 0.562 1998 3511 0 0 0.562 1938 3526 0 0 0.562 2 interp_poly -46 -20 60 -16 1952 3492 3 MP PP 1952 3492 0 0 0.562 2012 3476 0 0 0.562 1952 3492 0 0 0.562 2 interp_poly 2012 3476 0 0 0.562 1966 3456 0 0 0.562 2012 3476 0 0 0.562 2 interp_poly 60 -16 -46 -19 1998 3511 3 MP PP 1998 3511 0 0 0.562 1952 3492 0 0 0.562 1998 3511 0 0 0.562 2 interp_poly 1952 3492 0 0 0.562 2012 3476 0 0 0.562 1952 3492 0 0 0.562 2 interp_poly -46 -21 60 -15 1966 3456 3 MP PP 1966 3456 0 0 0.562 2026 3441 0 0 0.562 1966 3456 0 0 0.562 2 interp_poly 2026 3441 0 0 0.562 1980 3420 0 0 0.562 2026 3441 0 0 0.562 2 interp_poly 60 -15 -46 -20 2012 3476 3 MP PP 2012 3476 0 0 0.562 1966 3456 0 0 0.562 2012 3476 0 0 0.562 2 interp_poly 1966 3456 0 0 0.562 2026 3441 0 0 0.562 1966 3456 0 0 0.562 2 interp_poly -46 211 60 55 1983 3336 3 MP PP 1983 3336 0 0.75 1 2043 3391 0 0.625 1 1983 3336 0 0.75 1 2 interp_poly 2043 3391 0 0.625 1 1997 3602 0 0.188 1 2043 3391 0 0.625 1 2 interp_poly 61 -23 -46 -26 1978 3863 3 MP PP 1978 3863 0 0 0.562 1932 3837 0 0 0.562 1978 3863 0 0 0.562 2 interp_poly 1932 3837 0 0 0.562 1993 3814 0 0 0.562 1932 3837 0 0 0.562 2 interp_poly 61 25 -47 24 2011 3830 3 MP PP 2011 3830 0 0 0.688 1964 3854 0 0 0.625 2011 3830 0 0 0.688 2 interp_poly 1964 3854 0 0 0.625 2025 3879 0 0 0.562 1964 3854 0 0 0.625 2 interp_poly -47 -16 61 25 1964 3854 3 MP PP 1964 3854 0 0 0.625 2025 3879 0 0 0.562 1964 3854 0 0 0.625 2 interp_poly 2025 3879 0 0 0.562 1978 3863 0 0 0.562 2025 3879 0 0 0.562 2 interp_poly -46 -18 60 -26 1914 3722 3 MP PP 1914 3722 0 0 0.562 1974 3696 0 0 0.562 1914 3722 0 0 0.562 2 interp_poly 1974 3696 0 0 0.562 1928 3678 0 0 0.562 1974 3696 0 0 0.562 2 interp_poly 60 -26 -46 -20 1960 3742 3 MP PP 1960 3742 0 0 0.562 1914 3722 0 0 0.562 1960 3742 0 0 0.562 2 interp_poly 1914 3722 0 0 0.562 1974 3696 0 0 0.562 1914 3722 0 0 0.562 2 interp_poly -46 -17 60 -25 1928 3678 3 MP PP 1928 3678 0 0 0.562 1988 3653 0 0 0.625 1928 3678 0 0 0.562 2 interp_poly 1988 3653 0 0 0.625 1942 3636 0 0 0.625 1988 3653 0 0 0.625 2 interp_poly 60 -25 -46 -18 1974 3696 3 MP PP 1974 3696 0 0 0.562 1928 3678 0 0 0.562 1974 3696 0 0 0.562 2 interp_poly 1928 3678 0 0 0.562 1988 3653 0 0 0.625 1928 3678 0 0 0.562 2 interp_poly 61 115 -47 113 1997 3602 3 MP PP 1997 3602 0 0.188 1 1950 3715 0 0 0.938 1997 3602 0 0.188 1 2 interp_poly 1950 3715 0 0 0.938 2011 3830 0 0 0.688 1950 3715 0 0 0.938 2 interp_poly -46 -20 60 -26 1900 3768 3 MP PP 1900 3768 0 0 0.562 1960 3742 0 0 0.562 1900 3768 0 0 0.562 2 interp_poly 1960 3742 0 0 0.562 1914 3722 0 0 0.562 1960 3742 0 0 0.562 2 interp_poly 60 -26 -46 -24 1946 3792 3 MP PP 1946 3792 0 0 0.562 1900 3768 0 0 0.562 1946 3792 0 0 0.562 2 interp_poly 1900 3768 0 0 0.562 1960 3742 0 0 0.562 1900 3768 0 0 0.562 2 interp_poly -47 -22 61 -23 1932 3837 3 MP PP 1932 3837 0 0 0.562 1993 3814 0 0 0.562 1932 3837 0 0 0.562 2 interp_poly 1993 3814 0 0 0.562 1946 3792 0 0 0.562 1993 3814 0 0 0.562 2 interp_poly -47 24 61 115 1950 3715 3 MP PP 1950 3715 0 0 0.938 2011 3830 0 0 0.688 1950 3715 0 0 0.938 2 interp_poly 2011 3830 0 0 0.688 1964 3854 0 0 0.625 2011 3830 0 0 0.688 2 interp_poly -47 -20 61 -15 1891 3507 3 MP PP 1891 3507 0 0 0.562 1952 3492 0 0 0.562 1891 3507 0 0 0.562 2 interp_poly 1952 3492 0 0 0.562 1905 3472 0 0 0.562 1952 3492 0 0 0.562 2 interp_poly 61 -15 -47 -19 1938 3526 3 MP PP 1938 3526 0 0 0.562 1891 3507 0 0 0.562 1938 3526 0 0 0.562 2 interp_poly 1891 3507 0 0 0.562 1952 3492 0 0 0.562 1891 3507 0 0 0.562 2 interp_poly -47 -21 61 -16 1905 3472 3 MP PP 1905 3472 0 0 0.562 1966 3456 0 0 0.562 1905 3472 0 0 0.562 2 interp_poly 1966 3456 0 0 0.562 1919 3435 0 0 0.562 1966 3456 0 0 0.562 2 interp_poly 61 -16 -47 -20 1952 3492 3 MP PP 1952 3492 0 0 0.562 1905 3472 0 0 0.562 1952 3492 0 0 0.562 2 interp_poly 1905 3472 0 0 0.562 1966 3456 0 0 0.562 1905 3472 0 0 0.562 2 interp_poly -47 -22 61 -15 1919 3435 3 MP PP 1919 3435 0 0 0.562 1980 3420 0 0 0.562 1919 3435 0 0 0.562 2 interp_poly 1980 3420 0 0 0.562 1933 3398 0 0 0.562 1980 3420 0 0 0.562 2 interp_poly 61 -15 -47 -21 1966 3456 3 MP PP 1966 3456 0 0 0.562 1919 3435 0 0 0.562 1966 3456 0 0 0.562 2 interp_poly 1919 3435 0 0 0.562 1980 3420 0 0 0.562 1919 3435 0 0 0.562 2 interp_poly -46 -18 61 -13 1923 3557 3 MP PP 1923 3557 0 0 0.562 1984 3544 0 0 0.562 1923 3557 0 0 0.562 2 interp_poly 1984 3544 0 0 0.562 1938 3526 0 0 0.562 1984 3544 0 0 0.562 2 interp_poly 61 -13 -47 -16 1970 3573 3 MP PP 1970 3573 0 0 0.562 1923 3557 0 0 0.562 1970 3573 0 0 0.562 2 interp_poly 1923 3557 0 0 0.562 1984 3544 0 0 0.562 1923 3557 0 0 0.562 2 interp_poly 61 128 -47 138 1983 3336 3 MP PP 1983 3336 0 0.75 1 1936 3474 0 0.438 1 1983 3336 0 0.75 1 2 interp_poly 1936 3474 0 0.438 1 1997 3602 0 0.188 1 1936 3474 0 0.438 1 2 interp_poly -47 -16 61 -17 1895 3619 3 MP PP 1895 3619 0 0 0.562 1956 3602 0 0 0.562 1895 3619 0 0 0.562 2 interp_poly 1956 3602 0 0 0.562 1909 3586 0 0 0.562 1956 3602 0 0 0.562 2 interp_poly 61 -17 -47 -17 1942 3636 3 MP PP 1942 3636 0 0 0.625 1895 3619 0 0 0.562 1942 3636 0 0 0.625 2 interp_poly 1895 3619 0 0 0.562 1956 3602 0 0 0.562 1895 3619 0 0 0.562 2 interp_poly -47 -16 61 -13 1909 3586 3 MP PP 1909 3586 0 0 0.562 1970 3573 0 0 0.562 1909 3586 0 0 0.562 2 interp_poly 1970 3573 0 0 0.562 1923 3557 0 0 0.562 1970 3573 0 0 0.562 2 interp_poly 61 -13 -47 -16 1956 3602 3 MP PP 1956 3602 0 0 0.562 1909 3586 0 0 0.562 1956 3602 0 0 0.562 2 interp_poly 1909 3586 0 0 0.562 1970 3573 0 0 0.562 1909 3586 0 0 0.562 2 interp_poly -47 113 61 128 1936 3474 3 MP PP 1936 3474 0 0.438 1 1997 3602 0 0.188 1 1936 3474 0 0.438 1 2 interp_poly 1997 3602 0 0.188 1 1950 3715 0 0 0.938 1997 3602 0 0.188 1 2 interp_poly -47 -21 61 -16 1901 3339 3 MP PP 1901 3339 0 0 0.562 1962 3323 0 0 0.562 1901 3339 0 0 0.562 2 interp_poly 1962 3323 0 0 0.562 1915 3302 0 0 0.562 1962 3323 0 0 0.562 2 interp_poly 61 -16 -46 -22 1947 3361 3 MP PP 1947 3361 0 0 0.562 1901 3339 0 0 0.562 1947 3361 0 0 0.562 2 interp_poly 1901 3339 0 0 0.562 1962 3323 0 0 0.562 1901 3339 0 0 0.562 2 interp_poly 61 5 -47 80 1969 3251 3 MP PP 1969 3251 0 1 1 1922 3331 0 0.812 1 1969 3251 0 1 1 2 interp_poly 1922 3331 0 0.812 1 1983 3336 0 0.75 1 1922 3331 0 0.812 1 2 interp_poly -46 -21 60 -16 1873 3414 3 MP PP 1873 3414 0 0 0.562 1933 3398 0 0 0.562 1873 3414 0 0 0.562 2 interp_poly 1933 3398 0 0 0.562 1887 3377 0 0 0.562 1933 3398 0 0 0.562 2 interp_poly 60 -16 -46 -21 1919 3435 3 MP PP 1919 3435 0 0 0.562 1873 3414 0 0 0.562 1919 3435 0 0 0.562 2 interp_poly 1873 3414 0 0 0.562 1933 3398 0 0 0.562 1873 3414 0 0 0.562 2 interp_poly -46 -22 60 -16 1887 3377 3 MP PP 1887 3377 0 0 0.562 1947 3361 0 0 0.562 1887 3377 0 0 0.562 2 interp_poly 1947 3361 0 0 0.562 1901 3339 0 0 0.562 1947 3361 0 0 0.562 2 interp_poly 60 -16 -46 -21 1933 3398 3 MP PP 1933 3398 0 0 0.562 1887 3377 0 0 0.562 1933 3398 0 0 0.562 2 interp_poly 1887 3377 0 0 0.562 1947 3361 0 0 0.562 1887 3377 0 0 0.562 2 interp_poly -47 138 61 5 1922 3331 3 MP PP 1922 3331 0 0.812 1 1983 3336 0 0.75 1 1922 3331 0 0.812 1 2 interp_poly 1983 3336 0 0.75 1 1936 3474 0 0.438 1 1983 3336 0 0.75 1 2 interp_poly -46 -26 60 17 1918 3846 3 MP PP 1918 3846 0 0 0.625 1978 3863 0 0 0.562 1918 3846 0 0 0.625 2 interp_poly 1978 3863 0 0 0.562 1932 3837 0 0 0.562 1978 3863 0 0 0.562 2 interp_poly 60 17 -46 -8 1964 3854 3 MP PP 1964 3854 0 0 0.625 1918 3846 0 0 0.625 1964 3854 0 0 0.625 2 interp_poly 1918 3846 0 0 0.625 1978 3863 0 0 0.562 1918 3846 0 0 0.625 2 interp_poly -46 -24 61 -17 1885 3809 3 MP PP 1885 3809 0 0 0.562 1946 3792 0 0 0.562 1885 3809 0 0 0.562 2 interp_poly 1946 3792 0 0 0.562 1900 3768 0 0 0.562 1946 3792 0 0 0.562 2 interp_poly 61 -17 -47 -28 1932 3837 3 MP PP 1932 3837 0 0 0.562 1885 3809 0 0 0.562 1932 3837 0 0 0.562 2 interp_poly 1885 3809 0 0 0.562 1946 3792 0 0 0.562 1885 3809 0 0 0.562 2 interp_poly 60 88 -46 51 1950 3715 3 MP PP 1950 3715 0 0 0.938 1904 3766 0 0 0.812 1950 3715 0 0 0.938 2 interp_poly 1904 3766 0 0 0.812 1964 3854 0 0 0.625 1904 3766 0 0 0.812 2 interp_poly -47 -28 61 11 1871 3826 3 MP PP 1871 3826 0 0 0.562 1932 3837 0 0 0.562 1871 3826 0 0 0.562 2 interp_poly 1932 3837 0 0 0.562 1885 3809 0 0 0.562 1932 3837 0 0 0.562 2 interp_poly 61 11 -47 -20 1918 3846 3 MP PP 1918 3846 0 0 0.625 1871 3826 0 0 0.562 1918 3846 0 0 0.625 2 interp_poly 1871 3826 0 0 0.562 1932 3837 0 0 0.562 1871 3826 0 0 0.562 2 interp_poly -46 -8 60 88 1904 3766 3 MP PP 1904 3766 0 0 0.812 1964 3854 0 0 0.625 1904 3766 0 0 0.812 2 interp_poly 1964 3854 0 0 0.625 1918 3846 0 0 0.625 1964 3854 0 0 0.625 2 interp_poly -46 -15 60 -16 1849 3602 3 MP PP 1849 3602 0 0 0.562 1909 3586 0 0 0.562 1849 3602 0 0 0.562 2 interp_poly 1909 3586 0 0 0.562 1863 3571 0 0 0.562 1909 3586 0 0 0.562 2 interp_poly 60 -16 -46 -17 1895 3619 3 MP PP 1895 3619 0 0 0.562 1849 3602 0 0 0.562 1895 3619 0 0 0.562 2 interp_poly 1849 3602 0 0 0.562 1909 3586 0 0 0.562 1849 3602 0 0 0.562 2 interp_poly -46 -17 60 -14 1863 3571 3 MP PP 1863 3571 0 0 0.562 1923 3557 0 0 0.562 1863 3571 0 0 0.562 2 interp_poly 1923 3557 0 0 0.562 1877 3540 0 0 0.562 1923 3557 0 0 0.562 2 interp_poly 60 -14 -46 -15 1909 3586 3 MP PP 1909 3586 0 0 0.562 1863 3571 0 0 0.562 1909 3586 0 0 0.562 2 interp_poly 1863 3571 0 0 0.562 1923 3557 0 0 0.562 1863 3571 0 0 0.562 2 interp_poly -47 -19 61 -14 1877 3540 3 MP PP 1877 3540 0 0 0.562 1938 3526 0 0 0.562 1877 3540 0 0 0.562 2 interp_poly 1938 3526 0 0 0.562 1891 3507 0 0 0.562 1938 3526 0 0 0.562 2 interp_poly 61 -14 -46 -17 1923 3557 3 MP PP 1923 3557 0 0 0.562 1877 3540 0 0 0.562 1923 3557 0 0 0.562 2 interp_poly 1877 3540 0 0 0.562 1938 3526 0 0 0.562 1877 3540 0 0 0.562 2 interp_poly -47 -17 61 -22 1881 3658 3 MP PP 1881 3658 0 0 0.562 1942 3636 0 0 0.625 1881 3658 0 0 0.562 2 interp_poly 1942 3636 0 0 0.625 1895 3619 0 0 0.562 1942 3636 0 0 0.625 2 interp_poly 61 -22 -47 -20 1928 3678 3 MP PP 1928 3678 0 0 0.562 1881 3658 0 0 0.562 1928 3678 0 0 0.562 2 interp_poly 1881 3658 0 0 0.562 1942 3636 0 0 0.625 1881 3658 0 0 0.562 2 interp_poly 60 131 -46 110 1936 3474 3 MP PP 1936 3474 0 0.438 1 1890 3584 0 0.25 1 1936 3474 0 0.438 1 2 interp_poly 1890 3584 0 0.25 1 1950 3715 0 0 0.938 1890 3584 0 0.25 1 2 interp_poly -46 -17 60 -20 1835 3639 3 MP PP 1835 3639 0 0 0.562 1895 3619 0 0 0.562 1835 3639 0 0 0.562 2 interp_poly 1895 3619 0 0 0.562 1849 3602 0 0 0.562 1895 3619 0 0 0.562 2 interp_poly 60 -20 -46 -19 1881 3658 3 MP PP 1881 3658 0 0 0.562 1835 3639 0 0 0.562 1881 3658 0 0 0.562 2 interp_poly 1835 3639 0 0 0.562 1895 3619 0 0 0.562 1835 3639 0 0 0.562 2 interp_poly -47 -20 61 -22 1853 3744 3 MP PP 1853 3744 0 0 0.562 1914 3722 0 0 0.562 1853 3744 0 0 0.562 2 interp_poly 1914 3722 0 0 0.562 1867 3702 0 0 0.562 1914 3722 0 0 0.562 2 interp_poly 61 -22 -47 -24 1900 3768 3 MP PP 1900 3768 0 0 0.562 1853 3744 0 0 0.562 1900 3768 0 0 0.562 2 interp_poly 1853 3744 0 0 0.562 1914 3722 0 0 0.562 1853 3744 0 0 0.562 2 interp_poly -47 -20 61 -24 1867 3702 3 MP PP 1867 3702 0 0 0.562 1928 3678 0 0 0.562 1867 3702 0 0 0.562 2 interp_poly 1928 3678 0 0 0.562 1881 3658 0 0 0.562 1928 3678 0 0 0.562 2 interp_poly 61 -24 -47 -20 1914 3722 3 MP PP 1914 3722 0 0 0.562 1867 3702 0 0 0.562 1914 3722 0 0 0.562 2 interp_poly 1867 3702 0 0 0.562 1928 3678 0 0 0.562 1867 3702 0 0 0.562 2 interp_poly -46 51 60 131 1890 3584 3 MP PP 1890 3584 0 0.25 1 1950 3715 0 0 0.938 1890 3584 0 0.25 1 2 interp_poly 1950 3715 0 0 0.938 1904 3766 0 0 0.812 1950 3715 0 0 0.938 2 interp_poly -46 -21 60 -16 1859 3451 3 MP PP 1859 3451 0 0 0.562 1919 3435 0 0 0.562 1859 3451 0 0 0.562 2 interp_poly 1919 3435 0 0 0.562 1873 3414 0 0 0.562 1919 3435 0 0 0.562 2 interp_poly 60 -16 -46 -21 1905 3472 3 MP PP 1905 3472 0 0 0.562 1859 3451 0 0 0.562 1905 3472 0 0 0.562 2 interp_poly 1859 3451 0 0 0.562 1919 3435 0 0 0.562 1859 3451 0 0 0.562 2 interp_poly 60 43 -46 100 1922 3331 3 MP PP 1922 3331 0 0.812 1 1876 3431 0 0.562 1 1922 3331 0 0.812 1 2 interp_poly 1876 3431 0 0.562 1 1936 3474 0 0.438 1 1876 3431 0 0.562 1 2 interp_poly -46 -19 61 -15 1830 3522 3 MP PP 1830 3522 0 0 0.562 1891 3507 0 0 0.562 1830 3522 0 0 0.562 2 interp_poly 1891 3507 0 0 0.562 1845 3488 0 0 0.562 1891 3507 0 0 0.562 2 interp_poly 61 -15 -47 -18 1877 3540 3 MP PP 1877 3540 0 0 0.562 1830 3522 0 0 0.562 1877 3540 0 0 0.562 2 interp_poly 1830 3522 0 0 0.562 1891 3507 0 0 0.562 1830 3522 0 0 0.562 2 interp_poly -46 -21 60 -16 1845 3488 3 MP PP 1845 3488 0 0 0.562 1905 3472 0 0 0.562 1845 3488 0 0 0.562 2 interp_poly 1905 3472 0 0 0.562 1859 3451 0 0 0.562 1905 3472 0 0 0.562 2 interp_poly 60 -16 -46 -19 1891 3507 3 MP PP 1891 3507 0 0 0.562 1845 3488 0 0 0.562 1891 3507 0 0 0.562 2 interp_poly 1845 3488 0 0 0.562 1905 3472 0 0 0.562 1845 3488 0 0 0.562 2 interp_poly -46 110 60 43 1876 3431 3 MP PP 1876 3431 0 0.562 1 1936 3474 0 0.438 1 1876 3431 0 0.562 1 2 interp_poly 1936 3474 0 0.438 1 1890 3584 0 0.25 1 1936 3474 0 0.438 1 2 interp_poly -46 -26 60 4 1825 3805 3 MP PP 1825 3805 0 0 0.562 1885 3809 0 0 0.562 1825 3805 0 0 0.562 2 interp_poly 1885 3809 0 0 0.562 1839 3783 0 0 0.562 1885 3809 0 0 0.562 2 interp_poly 60 4 -46 -21 1871 3826 3 MP PP 1871 3826 0 0 0.562 1825 3805 0 0 0.562 1871 3826 0 0 0.562 2 interp_poly 1825 3805 0 0 0.562 1885 3809 0 0 0.562 1825 3805 0 0 0.562 2 interp_poly -47 -24 61 -15 1839 3783 3 MP PP 1839 3783 0 0 0.562 1900 3768 0 0 0.562 1839 3783 0 0 0.562 2 interp_poly 1900 3768 0 0 0.562 1853 3744 0 0 0.562 1900 3768 0 0 0.562 2 interp_poly 61 -15 -46 -26 1885 3809 3 MP PP 1885 3809 0 0 0.562 1839 3783 0 0 0.562 1885 3809 0 0 0.562 2 interp_poly 1839 3783 0 0 0.562 1900 3768 0 0 0.562 1839 3783 0 0 0.562 2 interp_poly 61 61 -47 19 1904 3766 3 MP PP 1904 3766 0 0 0.812 1857 3785 0 0 0.75 1904 3766 0 0 0.812 2 interp_poly 1857 3785 0 0 0.75 1918 3846 0 0 0.625 1857 3785 0 0 0.75 2 interp_poly -47 -20 61 61 1857 3785 3 MP PP 1857 3785 0 0 0.75 1918 3846 0 0 0.625 1857 3785 0 0 0.75 2 interp_poly 1918 3846 0 0 0.625 1871 3826 0 0 0.562 1918 3846 0 0 0.625 2 interp_poly 61 -15 -47 -22 1901 3339 3 MP PP 1901 3339 0 0 0.562 1854 3317 0 0 0.562 1901 3339 0 0 0.562 2 interp_poly 1854 3317 0 0 0.562 1915 3302 0 0 0.562 1854 3317 0 0 0.562 2 interp_poly -46 -21 60 -20 1807 3722 3 MP PP 1807 3722 0 0 0.562 1867 3702 0 0 0.562 1807 3722 0 0 0.562 2 interp_poly 1867 3702 0 0 0.562 1821 3681 0 0 0.562 1867 3702 0 0 0.562 2 interp_poly 60 -20 -46 -22 1853 3744 3 MP PP 1853 3744 0 0 0.562 1807 3722 0 0 0.562 1853 3744 0 0 0.562 2 interp_poly 1807 3722 0 0 0.562 1867 3702 0 0 0.562 1807 3722 0 0 0.562 2 interp_poly -46 -19 60 -23 1821 3681 3 MP PP 1821 3681 0 0 0.562 1881 3658 0 0 0.562 1821 3681 0 0 0.562 2 interp_poly 1881 3658 0 0 0.562 1835 3639 0 0 0.562 1881 3658 0 0 0.562 2 interp_poly 60 -23 -46 -21 1867 3702 3 MP PP 1867 3702 0 0 0.562 1821 3681 0 0 0.562 1867 3702 0 0 0.562 2 interp_poly 1821 3681 0 0 0.562 1881 3658 0 0 0.562 1821 3681 0 0 0.562 2 interp_poly 61 101 -47 81 1890 3584 3 MP PP 1890 3584 0 0.25 1 1843 3665 0 0 1 1890 3584 0 0.25 1 2 interp_poly 1843 3665 0 0 1 1904 3766 0 0 0.812 1843 3665 0 0 1 2 interp_poly -46 -22 61 -15 1792 3759 3 MP PP 1792 3759 0 0 0.562 1853 3744 0 0 0.562 1792 3759 0 0 0.562 2 interp_poly 1853 3744 0 0 0.562 1807 3722 0 0 0.562 1853 3744 0 0 0.562 2 interp_poly 61 -15 -47 -24 1839 3783 3 MP PP 1839 3783 0 0 0.562 1792 3759 0 0 0.562 1839 3783 0 0 0.562 2 interp_poly 1792 3759 0 0 0.562 1853 3744 0 0 0.562 1792 3759 0 0 0.562 2 interp_poly -47 19 61 101 1843 3665 3 MP PP 1843 3665 0 0 1 1904 3766 0 0 0.812 1843 3665 0 0 1 2 interp_poly 1904 3766 0 0 0.812 1857 3785 0 0 0.75 1904 3766 0 0 0.812 2 interp_poly 61 -16 -47 -22 1887 3377 3 MP PP 1887 3377 0 0 0.562 1840 3355 0 0 0.562 1887 3377 0 0 0.562 2 interp_poly 1840 3355 0 0 0.562 1901 3339 0 0 0.562 1840 3355 0 0 0.562 2 interp_poly -47 -22 61 -16 1840 3355 3 MP PP 1840 3355 0 0 0.562 1901 3339 0 0 0.562 1840 3355 0 0 0.562 2 interp_poly 1901 3339 0 0 0.562 1854 3317 0 0 0.562 1901 3339 0 0 0.562 2 interp_poly -47 -18 61 -15 1816 3555 3 MP PP 1816 3555 0 0 0.562 1877 3540 0 0 0.562 1816 3555 0 0 0.562 2 interp_poly 1877 3540 0 0 0.562 1830 3522 0 0 0.562 1877 3540 0 0 0.562 2 interp_poly 61 -15 -47 -16 1863 3571 3 MP PP 1863 3571 0 0 0.562 1816 3555 0 0 0.562 1863 3571 0 0 0.562 2 interp_poly 1816 3555 0 0 0.562 1877 3540 0 0 0.562 1816 3555 0 0 0.562 2 interp_poly 61 50 -47 103 1876 3431 3 MP PP 1876 3431 0 0.562 1 1829 3534 0 0.375 1 1876 3431 0 0.562 1 2 interp_poly 1829 3534 0 0.375 1 1890 3584 0 0.25 1 1829 3534 0 0.375 1 2 interp_poly -47 -17 61 -18 1788 3620 3 MP PP 1788 3620 0 0 0.562 1849 3602 0 0 0.562 1788 3620 0 0 0.562 2 interp_poly 1849 3602 0 0 0.562 1802 3585 0 0 0.562 1849 3602 0 0 0.562 2 interp_poly 61 -18 -47 -19 1835 3639 3 MP PP 1835 3639 0 0 0.562 1788 3620 0 0 0.562 1835 3639 0 0 0.562 2 interp_poly 1788 3620 0 0 0.562 1849 3602 0 0 0.562 1788 3620 0 0 0.562 2 interp_poly -47 -16 61 -14 1802 3585 3 MP PP 1802 3585 0 0 0.562 1863 3571 0 0 0.562 1802 3585 0 0 0.562 2 interp_poly 1863 3571 0 0 0.562 1816 3555 0 0 0.562 1863 3571 0 0 0.562 2 interp_poly 61 -14 -47 -17 1849 3602 3 MP PP 1849 3602 0 0 0.562 1802 3585 0 0 0.562 1849 3602 0 0 0.562 2 interp_poly 1802 3585 0 0 0.562 1863 3571 0 0 0.562 1802 3585 0 0 0.562 2 interp_poly -47 81 61 50 1829 3534 3 MP PP 1829 3534 0 0.375 1 1890 3584 0 0.25 1 1829 3534 0 0.375 1 2 interp_poly 1890 3584 0 0.25 1 1843 3665 0 0 1 1890 3584 0 0.25 1 2 interp_poly 61 -16 -47 -21 1873 3414 3 MP PP 1873 3414 0 0 0.562 1826 3393 0 0 0.562 1873 3414 0 0 0.562 2 interp_poly 1826 3393 0 0 0.562 1887 3377 0 0 0.562 1826 3393 0 0 0.562 2 interp_poly -47 -22 61 -16 1826 3393 3 MP PP 1826 3393 0 0 0.562 1887 3377 0 0 0.562 1826 3393 0 0 0.562 2 interp_poly 1887 3377 0 0 0.562 1840 3355 0 0 0.562 1887 3377 0 0 0.562 2 interp_poly 61 -16 -47 -21 1859 3451 3 MP PP 1859 3451 0 0 0.562 1812 3430 0 0 0.562 1859 3451 0 0 0.562 2 interp_poly 1812 3430 0 0 0.562 1873 3414 0 0 0.562 1812 3430 0 0 0.562 2 interp_poly -47 -21 61 -16 1812 3430 3 MP PP 1812 3430 0 0 0.562 1873 3414 0 0 0.562 1812 3430 0 0 0.562 2 interp_poly 1873 3414 0 0 0.562 1826 3393 0 0 0.562 1873 3414 0 0 0.562 2 interp_poly 61 -2 -47 -20 1825 3805 3 MP PP 1825 3805 0 0 0.562 1778 3785 0 0 0.562 1825 3805 0 0 0.562 2 interp_poly 1778 3785 0 0 0.562 1839 3783 0 0 0.562 1778 3785 0 0 0.562 2 interp_poly 60 36 -46 5 1857 3785 3 MP PP 1857 3785 0 0 0.75 1811 3790 0 0 0.688 1857 3785 0 0 0.75 2 interp_poly 1811 3790 0 0 0.688 1871 3826 0 0 0.562 1811 3790 0 0 0.688 2 interp_poly -46 -21 60 36 1811 3790 3 MP PP 1811 3790 0 0 0.688 1871 3826 0 0 0.562 1811 3790 0 0 0.688 2 interp_poly 1871 3826 0 0 0.562 1825 3805 0 0 0.562 1871 3826 0 0 0.562 2 interp_poly 61 -16 -47 -21 1845 3488 3 MP PP 1845 3488 0 0 0.562 1798 3467 0 0 0.562 1845 3488 0 0 0.562 2 interp_poly 1798 3467 0 0 0.562 1859 3451 0 0 0.562 1798 3467 0 0 0.562 2 interp_poly -47 -21 61 -16 1798 3467 3 MP PP 1798 3467 0 0 0.562 1859 3451 0 0 0.562 1798 3467 0 0 0.562 2 interp_poly 1859 3451 0 0 0.562 1812 3430 0 0 0.562 1859 3451 0 0 0.562 2 interp_poly -47 -21 61 -15 1746 3737 3 MP PP 1746 3737 0 0 0.562 1807 3722 0 0 0.562 1746 3737 0 0 0.562 2 interp_poly 1807 3722 0 0 0.562 1760 3701 0 0 0.562 1807 3722 0 0 0.562 2 interp_poly 61 -15 -46 -22 1792 3759 3 MP PP 1792 3759 0 0 0.562 1746 3737 0 0 0.562 1792 3759 0 0 0.562 2 interp_poly 1746 3737 0 0 0.562 1807 3722 0 0 0.562 1746 3737 0 0 0.562 2 interp_poly 61 -20 -47 -21 1807 3722 3 MP PP 1807 3722 0 0 0.562 1760 3701 0 0 0.562 1807 3722 0 0 0.562 2 interp_poly 1760 3701 0 0 0.562 1821 3681 0 0 0.562 1760 3701 0 0 0.562 2 interp_poly 60 63 -46 57 1843 3665 3 MP PP 1843 3665 0 0 1 1797 3722 0 0 0.875 1843 3665 0 0 1 2 interp_poly 1797 3722 0 0 0.875 1857 3785 0 0 0.75 1797 3722 0 0 0.875 2 interp_poly -47 -24 61 -2 1778 3785 3 MP PP 1778 3785 0 0 0.562 1839 3783 0 0 0.562 1778 3785 0 0 0.562 2 interp_poly 1839 3783 0 0 0.562 1792 3759 0 0 0.562 1839 3783 0 0 0.562 2 interp_poly -46 5 60 63 1797 3722 3 MP PP 1797 3722 0 0 0.875 1857 3785 0 0 0.75 1797 3722 0 0 0.875 2 interp_poly 1857 3785 0 0 0.75 1811 3790 0 0 0.688 1857 3785 0 0 0.75 2 interp_poly 60 -16 -46 -22 1840 3355 3 MP PP 1840 3355 0 0 0.562 1794 3333 0 0 0.562 1840 3355 0 0 0.562 2 interp_poly 1794 3333 0 0 0.562 1854 3317 0 0 0.562 1794 3333 0 0 0.562 2 interp_poly 61 -16 -46 -18 1830 3522 3 MP PP 1830 3522 0 0 0.562 1784 3504 0 0 0.562 1830 3522 0 0 0.562 2 interp_poly 1784 3504 0 0 0.562 1845 3488 0 0 0.562 1784 3504 0 0 0.562 2 interp_poly -47 -21 61 -16 1784 3504 3 MP PP 1784 3504 0 0 0.562 1845 3488 0 0 0.562 1784 3504 0 0 0.562 2 interp_poly 1845 3488 0 0 0.562 1798 3467 0 0 0.562 1845 3488 0 0 0.562 2 interp_poly -46 -18 60 -20 1728 3640 3 MP PP 1728 3640 0 0 0.562 1788 3620 0 0 0.562 1728 3640 0 0 0.562 2 interp_poly 1788 3620 0 0 0.562 1742 3602 0 0 0.562 1788 3620 0 0 0.562 2 interp_poly 60 -20 -46 -20 1774 3660 3 MP PP 1774 3660 0 0 0.562 1728 3640 0 0 0.562 1774 3660 0 0 0.562 2 interp_poly 1728 3640 0 0 0.562 1788 3620 0 0 0.562 1728 3640 0 0 0.562 2 interp_poly 60 -17 -46 -18 1788 3620 3 MP PP 1788 3620 0 0 0.562 1742 3602 0 0 0.562 1788 3620 0 0 0.562 2 interp_poly 1742 3602 0 0 0.562 1802 3585 0 0 0.562 1742 3602 0 0 0.562 2 interp_poly -47 -19 61 -21 1774 3660 3 MP PP 1774 3660 0 0 0.562 1835 3639 0 0 0.562 1774 3660 0 0 0.562 2 interp_poly 1835 3639 0 0 0.562 1788 3620 0 0 0.562 1835 3639 0 0 0.562 2 interp_poly 61 -21 -47 -21 1821 3681 3 MP PP 1821 3681 0 0 0.562 1774 3660 0 0 0.562 1821 3681 0 0 0.562 2 interp_poly 1774 3660 0 0 0.562 1835 3639 0 0 0.562 1774 3660 0 0 0.562 2 interp_poly 60 37 -46 94 1829 3534 3 MP PP 1829 3534 0 0.375 1 1783 3628 0 0.125 1 1829 3534 0 0.375 1 2 interp_poly 1783 3628 0 0.125 1 1843 3665 0 0 1 1783 3628 0 0.125 1 2 interp_poly -47 -21 61 -20 1760 3701 3 MP PP 1760 3701 0 0 0.562 1821 3681 0 0 0.562 1760 3701 0 0 0.562 2 interp_poly 1821 3681 0 0 0.562 1774 3660 0 0 0.562 1821 3681 0 0 0.562 2 interp_poly -46 57 60 37 1783 3628 3 MP PP 1783 3628 0 0.125 1 1843 3665 0 0 1 1783 3628 0 0.125 1 2 interp_poly 1843 3665 0 0 1 1797 3722 0 0 0.875 1843 3665 0 0 1 2 interp_poly 60 -16 -46 -22 1826 3393 3 MP PP 1826 3393 0 0 0.562 1780 3371 0 0 0.562 1826 3393 0 0 0.562 2 interp_poly 1780 3371 0 0 0.562 1840 3355 0 0 0.562 1780 3371 0 0 0.562 2 interp_poly -46 -22 60 -16 1780 3371 3 MP PP 1780 3371 0 0 0.562 1840 3355 0 0 0.562 1780 3371 0 0 0.562 2 interp_poly 1840 3355 0 0 0.562 1794 3333 0 0 0.562 1840 3355 0 0 0.562 2 interp_poly 60 -15 -46 -18 1816 3555 3 MP PP 1816 3555 0 0 0.562 1770 3537 0 0 0.562 1816 3555 0 0 0.562 2 interp_poly 1770 3537 0 0 0.562 1830 3522 0 0 0.562 1770 3537 0 0 0.562 2 interp_poly -46 -18 60 -15 1770 3537 3 MP PP 1770 3537 0 0 0.562 1830 3522 0 0 0.562 1770 3537 0 0 0.562 2 interp_poly 1830 3522 0 0 0.562 1784 3504 0 0 0.562 1830 3522 0 0 0.562 2 interp_poly 60 -16 -46 -21 1812 3430 3 MP PP 1812 3430 0 0 0.562 1766 3409 0 0 0.562 1812 3430 0 0 0.562 2 interp_poly 1766 3409 0 0 0.562 1826 3393 0 0 0.562 1766 3409 0 0 0.562 2 interp_poly -46 -22 60 -16 1766 3409 3 MP PP 1766 3409 0 0 0.562 1826 3393 0 0 0.562 1766 3409 0 0 0.562 2 interp_poly 1826 3393 0 0 0.562 1780 3371 0 0 0.562 1826 3393 0 0 0.562 2 interp_poly -47 -20 61 16 1764 3789 3 MP PP 1764 3789 0 0 0.625 1825 3805 0 0 0.562 1764 3789 0 0 0.625 2 interp_poly 1825 3805 0 0 0.562 1778 3785 0 0 0.562 1825 3805 0 0 0.562 2 interp_poly 61 16 -47 -1 1811 3790 3 MP PP 1811 3790 0 0 0.688 1764 3789 0 0 0.625 1811 3790 0 0 0.688 2 interp_poly 1764 3789 0 0 0.625 1825 3805 0 0 0.562 1764 3789 0 0 0.625 2 interp_poly 60 -14 -46 -16 1802 3585 3 MP PP 1802 3585 0 0 0.562 1756 3569 0 0 0.562 1802 3585 0 0 0.562 2 interp_poly 1756 3569 0 0 0.562 1816 3555 0 0 0.562 1756 3569 0 0 0.562 2 interp_poly -46 -18 60 -14 1756 3569 3 MP PP 1756 3569 0 0 0.562 1816 3555 0 0 0.562 1756 3569 0 0 0.562 2 interp_poly 1816 3555 0 0 0.562 1770 3537 0 0 0.562 1816 3555 0 0 0.562 2 interp_poly 60 -16 -46 -21 1798 3467 3 MP PP 1798 3467 0 0 0.562 1752 3446 0 0 0.562 1798 3467 0 0 0.562 2 interp_poly 1752 3446 0 0 0.562 1812 3430 0 0 0.562 1752 3446 0 0 0.562 2 interp_poly -46 -21 60 -16 1752 3446 3 MP PP 1752 3446 0 0 0.562 1812 3430 0 0 0.562 1752 3446 0 0 0.562 2 interp_poly 1812 3430 0 0 0.562 1766 3409 0 0 0.562 1812 3430 0 0 0.562 2 interp_poly -46 -22 60 -8 1732 3767 3 MP PP 1732 3767 0 0 0.562 1792 3759 0 0 0.562 1732 3767 0 0 0.562 2 interp_poly 1792 3759 0 0 0.562 1746 3737 0 0 0.562 1792 3759 0 0 0.562 2 interp_poly 60 -8 -46 -18 1778 3785 3 MP PP 1778 3785 0 0 0.562 1732 3767 0 0 0.562 1778 3785 0 0 0.562 2 interp_poly 1732 3767 0 0 0.562 1792 3759 0 0 0.562 1732 3767 0 0 0.562 2 interp_poly 61 29 -47 39 1797 3722 3 MP PP 1797 3722 0 0 0.875 1750 3761 0 0 0.75 1797 3722 0 0 0.875 2 interp_poly 1750 3761 0 0 0.75 1811 3790 0 0 0.688 1750 3761 0 0 0.75 2 interp_poly -46 -18 60 1 1718 3784 3 MP PP 1718 3784 0 0 0.625 1778 3785 0 0 0.562 1718 3784 0 0 0.625 2 interp_poly 1778 3785 0 0 0.562 1732 3767 0 0 0.562 1778 3785 0 0 0.562 2 interp_poly 60 1 -46 -5 1764 3789 3 MP PP 1764 3789 0 0 0.625 1718 3784 0 0 0.625 1764 3789 0 0 0.625 2 interp_poly 1718 3784 0 0 0.625 1778 3785 0 0 0.562 1718 3784 0 0 0.625 2 interp_poly -47 -1 61 29 1750 3761 3 MP PP 1750 3761 0 0 0.75 1811 3790 0 0 0.688 1750 3761 0 0 0.75 2 interp_poly 1811 3790 0 0 0.688 1764 3789 0 0 0.625 1811 3790 0 0 0.688 2 interp_poly -46 -16 60 -17 1742 3602 3 MP PP 1742 3602 0 0 0.562 1802 3585 0 0 0.562 1742 3602 0 0 0.562 2 interp_poly 1802 3585 0 0 0.562 1756 3569 0 0 0.562 1802 3585 0 0 0.562 2 interp_poly 61 -17 -47 -20 1784 3504 3 MP PP 1784 3504 0 0 0.562 1737 3484 0 0 0.562 1784 3504 0 0 0.562 2 interp_poly 1737 3484 0 0 0.562 1798 3467 0 0 0.562 1737 3484 0 0 0.562 2 interp_poly -46 -21 61 -17 1737 3484 3 MP PP 1737 3484 0 0 0.562 1798 3467 0 0 0.562 1737 3484 0 0 0.562 2 interp_poly 1798 3467 0 0 0.562 1752 3446 0 0 0.562 1798 3467 0 0 0.562 2 interp_poly -46 -21 61 -16 1699 3717 3 MP PP 1699 3717 0 0 0.562 1760 3701 0 0 0.562 1699 3717 0 0 0.562 2 interp_poly 1760 3701 0 0 0.562 1714 3680 0 0 0.562 1760 3701 0 0 0.562 2 interp_poly 61 -16 -47 -20 1746 3737 3 MP PP 1746 3737 0 0 0.562 1699 3717 0 0 0.562 1746 3737 0 0 0.562 2 interp_poly 1699 3717 0 0 0.562 1760 3701 0 0 0.562 1699 3717 0 0 0.562 2 interp_poly -46 -20 60 -20 1714 3680 3 MP PP 1714 3680 0 0 0.562 1774 3660 0 0 0.562 1714 3680 0 0 0.562 2 interp_poly 1774 3660 0 0 0.562 1728 3640 0 0 0.562 1774 3660 0 0 0.562 2 interp_poly 60 -20 -46 -21 1760 3701 3 MP PP 1760 3701 0 0 0.562 1714 3680 0 0 0.562 1760 3701 0 0 0.562 2 interp_poly 1714 3680 0 0 0.562 1774 3660 0 0 0.562 1714 3680 0 0 0.562 2 interp_poly 61 18 -47 76 1783 3628 3 MP PP 1783 3628 0 0.125 1 1736 3704 0 0 0.938 1783 3628 0 0.125 1 2 interp_poly 1736 3704 0 0 0.938 1797 3722 0 0 0.875 1736 3704 0 0 0.938 2 interp_poly -47 -20 61 -13 1685 3750 3 MP PP 1685 3750 0 0 0.562 1746 3737 0 0 0.562 1685 3750 0 0 0.562 2 interp_poly 1746 3737 0 0 0.562 1699 3717 0 0 0.562 1746 3737 0 0 0.562 2 interp_poly 61 -13 -47 -17 1732 3767 3 MP PP 1732 3767 0 0 0.562 1685 3750 0 0 0.562 1732 3767 0 0 0.562 2 interp_poly 1685 3750 0 0 0.562 1746 3737 0 0 0.562 1685 3750 0 0 0.562 2 interp_poly -47 39 61 18 1736 3704 3 MP PP 1736 3704 0 0 0.938 1797 3722 0 0 0.875 1736 3704 0 0 0.938 2 interp_poly 1797 3722 0 0 0.875 1750 3761 0 0 0.75 1797 3722 0 0 0.875 2 interp_poly 61 -16 -47 -22 1780 3371 3 MP PP 1780 3371 0 0 0.562 1733 3349 0 0 0.562 1780 3371 0 0 0.562 2 interp_poly 1733 3349 0 0 0.562 1794 3333 0 0 0.562 1733 3349 0 0 0.562 2 interp_poly 61 -15 -47 -18 1770 3537 3 MP PP 1770 3537 0 0 0.562 1723 3519 0 0 0.562 1770 3537 0 0 0.562 2 interp_poly 1723 3519 0 0 0.562 1784 3504 0 0 0.562 1723 3519 0 0 0.562 2 interp_poly -47 -20 61 -15 1723 3519 3 MP PP 1723 3519 0 0 0.562 1784 3504 0 0 0.562 1723 3519 0 0 0.562 2 interp_poly 1784 3504 0 0 0.562 1737 3484 0 0 0.562 1784 3504 0 0 0.562 2 interp_poly 61 -16 -47 -22 1766 3409 3 MP PP 1766 3409 0 0 0.562 1719 3387 0 0 0.562 1766 3409 0 0 0.562 2 interp_poly 1719 3387 0 0 0.562 1780 3371 0 0 0.562 1719 3387 0 0 0.562 2 interp_poly -47 -22 61 -16 1719 3387 3 MP PP 1719 3387 0 0 0.562 1780 3371 0 0 0.562 1719 3387 0 0 0.562 2 interp_poly 1780 3371 0 0 0.562 1733 3349 0 0 0.562 1780 3371 0 0 0.562 2 interp_poly 61 -16 -47 -16 1756 3569 3 MP PP 1756 3569 0 0 0.562 1709 3553 0 0 0.562 1756 3569 0 0 0.562 2 interp_poly 1709 3553 0 0 0.562 1770 3537 0 0 0.562 1709 3553 0 0 0.562 2 interp_poly -47 -18 61 -16 1709 3553 3 MP PP 1709 3553 0 0 0.562 1770 3537 0 0 0.562 1709 3553 0 0 0.562 2 interp_poly 1770 3537 0 0 0.562 1723 3519 0 0 0.562 1770 3537 0 0 0.562 2 interp_poly 61 -16 -47 -21 1752 3446 3 MP PP 1752 3446 0 0 0.562 1705 3425 0 0 0.562 1752 3446 0 0 0.562 2 interp_poly 1705 3425 0 0 0.562 1766 3409 0 0 0.562 1705 3425 0 0 0.562 2 interp_poly -47 -22 61 -16 1705 3425 3 MP PP 1705 3425 0 0 0.562 1766 3409 0 0 0.562 1705 3425 0 0 0.562 2 interp_poly 1766 3409 0 0 0.562 1719 3387 0 0 0.562 1766 3409 0 0 0.562 2 interp_poly -47 -7 61 -10 1657 3794 3 MP PP 1657 3794 0 0 0.625 1718 3784 0 0 0.625 1657 3794 0 0 0.625 2 interp_poly 1718 3784 0 0 0.625 1671 3777 0 0 0.625 1718 3784 0 0 0.625 2 interp_poly 61 -10 -47 11 1704 3783 3 MP PP 1704 3783 0 0 0.688 1657 3794 0 0 0.625 1704 3783 0 0 0.688 2 interp_poly 1657 3794 0 0 0.625 1718 3784 0 0 0.625 1657 3794 0 0 0.625 2 interp_poly 61 -10 -47 -7 1718 3784 3 MP PP 1718 3784 0 0 0.625 1671 3777 0 0 0.625 1718 3784 0 0 0.625 2 interp_poly 1671 3777 0 0 0.625 1732 3767 0 0 0.562 1671 3777 0 0 0.625 2 interp_poly -46 -5 60 6 1704 3783 3 MP PP 1704 3783 0 0 0.688 1764 3789 0 0 0.625 1704 3783 0 0 0.688 2 interp_poly 1764 3789 0 0 0.625 1718 3784 0 0 0.625 1764 3789 0 0 0.625 2 interp_poly 60 6 -46 22 1750 3761 3 MP PP 1750 3761 0 0 0.75 1704 3783 0 0 0.688 1750 3761 0 0 0.75 2 interp_poly 1704 3783 0 0 0.688 1764 3789 0 0 0.625 1704 3783 0 0 0.688 2 interp_poly 61 -16 -47 -17 1742 3602 3 MP PP 1742 3602 0 0 0.562 1695 3585 0 0 0.562 1742 3602 0 0 0.562 2 interp_poly 1695 3585 0 0 0.562 1756 3569 0 0 0.562 1695 3585 0 0 0.562 2 interp_poly -47 -16 61 -16 1695 3585 3 MP PP 1695 3585 0 0 0.562 1756 3569 0 0 0.562 1695 3585 0 0 0.562 2 interp_poly 1756 3569 0 0 0.562 1709 3553 0 0 0.562 1756 3569 0 0 0.562 2 interp_poly 61 -17 -46 -21 1737 3484 3 MP PP 1737 3484 0 0 0.562 1691 3463 0 0 0.562 1737 3484 0 0 0.562 2 interp_poly 1691 3463 0 0 0.562 1752 3446 0 0 0.562 1691 3463 0 0 0.562 2 interp_poly -47 -21 61 -17 1691 3463 3 MP PP 1691 3463 0 0 0.562 1752 3446 0 0 0.562 1691 3463 0 0 0.562 2 interp_poly 1752 3446 0 0 0.562 1705 3425 0 0 0.562 1752 3446 0 0 0.562 2 interp_poly -47 -17 61 -10 1671 3777 3 MP PP 1671 3777 0 0 0.625 1732 3767 0 0 0.562 1671 3777 0 0 0.625 2 interp_poly 1732 3767 0 0 0.562 1685 3750 0 0 0.562 1732 3767 0 0 0.562 2 interp_poly 60 2 -46 55 1736 3704 3 MP PP 1736 3704 0 0 0.938 1690 3759 0 0 0.812 1736 3704 0 0 0.938 2 interp_poly 1690 3759 0 0 0.812 1750 3761 0 0 0.75 1690 3759 0 0 0.812 2 interp_poly -46 22 60 2 1690 3759 3 MP PP 1690 3759 0 0 0.812 1750 3761 0 0 0.75 1690 3759 0 0 0.812 2 interp_poly 1750 3761 0 0 0.75 1704 3783 0 0 0.688 1750 3761 0 0 0.75 2 interp_poly 61 -19 -47 -19 1728 3640 3 MP PP 1728 3640 0 0 0.562 1681 3621 0 0 0.562 1728 3640 0 0 0.562 2 interp_poly 1681 3621 0 0 0.562 1742 3602 0 0 0.562 1681 3621 0 0 0.562 2 interp_poly -47 -17 61 -19 1681 3621 3 MP PP 1681 3621 0 0 0.562 1742 3602 0 0 0.562 1681 3621 0 0 0.562 2 interp_poly 1742 3602 0 0 0.562 1695 3585 0 0 0.562 1742 3602 0 0 0.562 2 interp_poly 60 -16 -46 -19 1723 3519 3 MP PP 1723 3519 0 0 0.562 1677 3500 0 0 0.562 1723 3519 0 0 0.562 2 interp_poly 1677 3500 0 0 0.562 1737 3484 0 0 0.562 1677 3500 0 0 0.562 2 interp_poly -46 -21 60 -16 1677 3500 3 MP PP 1677 3500 0 0 0.562 1737 3484 0 0 0.562 1677 3500 0 0 0.562 2 interp_poly 1737 3484 0 0 0.562 1691 3463 0 0 0.562 1737 3484 0 0 0.562 2 interp_poly 60 -17 -46 -21 1719 3387 3 MP PP 1719 3387 0 0 0.562 1673 3366 0 0 0.562 1719 3387 0 0 0.562 2 interp_poly 1673 3366 0 0 0.562 1733 3349 0 0 0.562 1673 3366 0 0 0.562 2 interp_poly 61 -20 -47 -20 1714 3680 3 MP PP 1714 3680 0 0 0.562 1667 3660 0 0 0.562 1714 3680 0 0 0.562 2 interp_poly 1667 3660 0 0 0.562 1728 3640 0 0 0.562 1667 3660 0 0 0.562 2 interp_poly -47 -19 61 -20 1667 3660 3 MP PP 1667 3660 0 0 0.562 1728 3640 0 0 0.562 1667 3660 0 0 0.562 2 interp_poly 1728 3640 0 0 0.562 1681 3621 0 0 0.562 1728 3640 0 0 0.562 2 interp_poly 60 -16 -46 -18 1709 3553 3 MP PP 1709 3553 0 0 0.562 1663 3535 0 0 0.562 1709 3553 0 0 0.562 2 interp_poly 1663 3535 0 0 0.562 1723 3519 0 0 0.562 1663 3535 0 0 0.562 2 interp_poly -46 -19 60 -16 1663 3535 3 MP PP 1663 3535 0 0 0.562 1723 3519 0 0 0.562 1663 3535 0 0 0.562 2 interp_poly 1723 3519 0 0 0.562 1677 3500 0 0 0.562 1723 3519 0 0 0.562 2 interp_poly 60 -16 -46 -22 1705 3425 3 MP PP 1705 3425 0 0 0.562 1659 3403 0 0 0.562 1705 3425 0 0 0.562 2 interp_poly 1659 3403 0 0 0.562 1719 3387 0 0 0.562 1659 3403 0 0 0.562 2 interp_poly -46 -21 60 -16 1659 3403 3 MP PP 1659 3403 0 0 0.562 1719 3387 0 0 0.562 1659 3403 0 0 0.562 2 interp_poly 1719 3387 0 0 0.562 1673 3366 0 0 0.562 1719 3387 0 0 0.562 2 interp_poly 61 -18 -46 -19 1699 3717 3 MP PP 1699 3717 0 0 0.562 1653 3698 0 0 0.562 1699 3717 0 0 0.562 2 interp_poly 1653 3698 0 0 0.562 1714 3680 0 0 0.562 1653 3698 0 0 0.562 2 interp_poly -47 -20 61 -18 1653 3698 3 MP PP 1653 3698 0 0 0.562 1714 3680 0 0 0.562 1653 3698 0 0 0.562 2 interp_poly 1714 3680 0 0 0.562 1667 3660 0 0 0.562 1714 3680 0 0 0.562 2 interp_poly 60 -16 -46 -16 1695 3585 3 MP PP 1695 3585 0 0 0.562 1649 3569 0 0 0.562 1695 3585 0 0 0.562 2 interp_poly 1649 3569 0 0 0.562 1709 3553 0 0 0.562 1649 3569 0 0 0.562 2 interp_poly -46 -18 60 -16 1649 3569 3 MP PP 1649 3569 0 0 0.562 1709 3553 0 0 0.562 1649 3569 0 0 0.562 2 interp_poly 1709 3553 0 0 0.562 1663 3535 0 0 0.562 1709 3553 0 0 0.562 2 interp_poly 61 -16 -47 -22 1691 3463 3 MP PP 1691 3463 0 0 0.562 1644 3441 0 0 0.562 1691 3463 0 0 0.562 2 interp_poly 1644 3441 0 0 0.562 1705 3425 0 0 0.562 1644 3441 0 0 0.562 2 interp_poly -46 -22 61 -16 1644 3441 3 MP PP 1644 3441 0 0 0.562 1705 3425 0 0 0.562 1644 3441 0 0 0.562 2 interp_poly 1705 3425 0 0 0.562 1659 3403 0 0 0.562 1705 3425 0 0 0.562 2 interp_poly -46 0 60 -17 1597 3811 3 MP PP 1597 3811 0 0 0.625 1657 3794 0 0 0.625 1597 3811 0 0 0.625 2 interp_poly 1657 3794 0 0 0.625 1611 3794 0 0 0.562 1657 3794 0 0 0.625 2 interp_poly -46 -11 60 -17 1611 3794 3 MP PP 1611 3794 0 0 0.562 1671 3777 0 0 0.625 1611 3794 0 0 0.562 2 interp_poly 1671 3777 0 0 0.625 1625 3766 0 0 0.562 1671 3777 0 0 0.625 2 interp_poly 60 -17 -46 0 1657 3794 3 MP PP 1657 3794 0 0 0.625 1611 3794 0 0 0.562 1657 3794 0 0 0.625 2 interp_poly 1611 3794 0 0 0.562 1671 3777 0 0 0.625 1611 3794 0 0 0.562 2 interp_poly 60 -16 -46 -11 1671 3777 3 MP PP 1671 3777 0 0 0.625 1625 3766 0 0 0.562 1671 3777 0 0 0.625 2 interp_poly 1625 3766 0 0 0.562 1685 3750 0 0 0.562 1625 3766 0 0 0.562 2 interp_poly 61 -11 -47 35 1690 3759 3 MP PP 1690 3759 0 0 0.812 1643 3794 0 0 0.688 1690 3759 0 0 0.812 2 interp_poly 1643 3794 0 0 0.688 1704 3783 0 0 0.688 1643 3794 0 0 0.688 2 interp_poly -47 11 61 -11 1643 3794 3 MP PP 1643 3794 0 0 0.688 1704 3783 0 0 0.688 1643 3794 0 0 0.688 2 interp_poly 1704 3783 0 0 0.688 1657 3794 0 0 0.625 1704 3783 0 0 0.688 2 interp_poly 60 -16 -46 -17 1685 3750 3 MP PP 1685 3750 0 0 0.562 1639 3733 0 0 0.562 1685 3750 0 0 0.562 2 interp_poly 1639 3733 0 0 0.562 1699 3717 0 0 0.562 1639 3733 0 0 0.562 2 interp_poly -46 -19 60 -16 1639 3733 3 MP PP 1639 3733 0 0 0.562 1699 3717 0 0 0.562 1639 3733 0 0 0.562 2 interp_poly 1699 3717 0 0 0.562 1653 3698 0 0 0.562 1699 3717 0 0 0.562 2 interp_poly 60 -18 -46 -18 1681 3621 3 MP PP 1681 3621 0 0 0.562 1635 3603 0 0 0.562 1681 3621 0 0 0.562 2 interp_poly 1635 3603 0 0 0.562 1695 3585 0 0 0.562 1635 3603 0 0 0.562 2 interp_poly -46 -16 60 -18 1635 3603 3 MP PP 1635 3603 0 0 0.562 1695 3585 0 0 0.562 1635 3603 0 0 0.562 2 interp_poly 1695 3585 0 0 0.562 1649 3569 0 0 0.562 1695 3585 0 0 0.562 2 interp_poly 61 -16 -47 -21 1677 3500 3 MP PP 1677 3500 0 0 0.562 1630 3479 0 0 0.562 1677 3500 0 0 0.562 2 interp_poly 1630 3479 0 0 0.562 1691 3463 0 0 0.562 1630 3479 0 0 0.562 2 interp_poly -47 -22 61 -16 1630 3479 3 MP PP 1630 3479 0 0 0.562 1691 3463 0 0 0.562 1630 3479 0 0 0.562 2 interp_poly 1691 3463 0 0 0.562 1644 3441 0 0 0.562 1691 3463 0 0 0.562 2 interp_poly -46 -17 60 -16 1625 3766 3 MP PP 1625 3766 0 0 0.562 1685 3750 0 0 0.562 1625 3766 0 0 0.562 2 interp_poly 1685 3750 0 0 0.562 1639 3733 0 0 0.562 1685 3750 0 0 0.562 2 interp_poly 60 -20 -46 -19 1667 3660 3 MP PP 1667 3660 0 0 0.562 1621 3641 0 0 0.562 1667 3660 0 0 0.562 2 interp_poly 1621 3641 0 0 0.562 1681 3621 0 0 0.562 1621 3641 0 0 0.562 2 interp_poly -46 -18 60 -20 1621 3641 3 MP PP 1621 3641 0 0 0.562 1681 3621 0 0 0.562 1621 3641 0 0 0.562 2 interp_poly 1681 3621 0 0 0.562 1635 3603 0 0 0.562 1681 3621 0 0 0.562 2 interp_poly 61 -16 -47 -19 1663 3535 3 MP PP 1663 3535 0 0 0.562 1616 3516 0 0 0.562 1663 3535 0 0 0.562 2 interp_poly 1616 3516 0 0 0.562 1677 3500 0 0 0.562 1616 3516 0 0 0.562 2 interp_poly -47 -21 61 -16 1616 3516 3 MP PP 1616 3516 0 0 0.562 1677 3500 0 0 0.562 1616 3516 0 0 0.562 2 interp_poly 1677 3500 0 0 0.562 1630 3479 0 0 0.562 1677 3500 0 0 0.562 2 interp_poly 61 -15 -47 -22 1659 3403 3 MP PP 1659 3403 0 0 0.562 1612 3381 0 0 0.562 1659 3403 0 0 0.562 2 interp_poly 1612 3381 0 0 0.562 1673 3366 0 0 0.562 1612 3381 0 0 0.562 2 interp_poly 61 -19 -47 -19 1653 3698 3 MP PP 1653 3698 0 0 0.562 1606 3679 0 0 0.562 1653 3698 0 0 0.562 2 interp_poly 1606 3679 0 0 0.562 1667 3660 0 0 0.562 1606 3679 0 0 0.562 2 interp_poly -46 -19 61 -19 1606 3679 3 MP PP 1606 3679 0 0 0.562 1667 3660 0 0 0.562 1606 3679 0 0 0.562 2 interp_poly 1667 3660 0 0 0.562 1621 3641 0 0 0.562 1667 3660 0 0 0.562 2 interp_poly 61 -16 -47 -18 1649 3569 3 MP PP 1649 3569 0 0 0.562 1602 3551 0 0 0.562 1649 3569 0 0 0.562 2 interp_poly 1602 3551 0 0 0.562 1663 3535 0 0 0.562 1602 3551 0 0 0.562 2 interp_poly -47 -19 61 -16 1602 3551 3 MP PP 1602 3551 0 0 0.562 1663 3535 0 0 0.562 1602 3551 0 0 0.562 2 interp_poly 1663 3535 0 0 0.562 1616 3516 0 0 0.562 1663 3535 0 0 0.562 2 interp_poly 61 -16 -46 -22 1644 3441 3 MP PP 1644 3441 0 0 0.562 1598 3419 0 0 0.562 1644 3441 0 0 0.562 2 interp_poly 1598 3419 0 0 0.562 1659 3403 0 0 0.562 1598 3419 0 0 0.562 2 interp_poly -47 -22 61 -16 1598 3419 3 MP PP 1598 3419 0 0 0.562 1659 3403 0 0 0.562 1598 3419 0 0 0.562 2 interp_poly 1659 3403 0 0 0.562 1612 3381 0 0 0.562 1659 3403 0 0 0.562 2 interp_poly 60 -17 -46 17 1643 3794 3 MP PP 1643 3794 0 0 0.688 1597 3811 0 0 0.625 1643 3794 0 0 0.688 2 interp_poly 1597 3811 0 0 0.625 1657 3794 0 0 0.625 1597 3811 0 0 0.625 2 interp_poly 61 -18 -47 -17 1639 3733 3 MP PP 1639 3733 0 0 0.562 1592 3716 0 0 0.562 1639 3733 0 0 0.562 2 interp_poly 1592 3716 0 0 0.562 1653 3698 0 0 0.562 1592 3716 0 0 0.562 2 interp_poly -47 -19 61 -18 1592 3716 3 MP PP 1592 3716 0 0 0.562 1653 3698 0 0 0.562 1592 3716 0 0 0.562 2 interp_poly 1653 3698 0 0 0.562 1606 3679 0 0 0.562 1653 3698 0 0 0.562 2 interp_poly 61 -16 -47 -18 1635 3603 3 MP PP 1635 3603 0 0 0.562 1588 3585 0 0 0.562 1635 3603 0 0 0.562 2 interp_poly 1588 3585 0 0 0.562 1649 3569 0 0 0.562 1588 3585 0 0 0.562 2 interp_poly -47 -18 61 -16 1588 3585 3 MP PP 1588 3585 0 0 0.562 1649 3569 0 0 0.562 1588 3585 0 0 0.562 2 interp_poly 1649 3569 0 0 0.562 1602 3551 0 0 0.562 1649 3569 0 0 0.562 2 interp_poly 60 -16 -46 -22 1630 3479 3 MP PP 1630 3479 0 0 0.562 1584 3457 0 0 0.562 1630 3479 0 0 0.562 2 interp_poly 1584 3457 0 0 0.562 1644 3441 0 0 0.562 1584 3457 0 0 0.562 2 interp_poly -46 -22 60 -16 1584 3457 3 MP PP 1584 3457 0 0 0.562 1644 3441 0 0 0.562 1584 3457 0 0 0.562 2 interp_poly 1644 3441 0 0 0.562 1598 3419 0 0 0.562 1644 3441 0 0 0.562 2 interp_poly 61 -20 -47 -13 1625 3766 3 MP PP 1625 3766 0 0 0.562 1578 3753 0 0 0.562 1625 3766 0 0 0.562 2 interp_poly 1578 3753 0 0 0.562 1639 3733 0 0 0.562 1578 3753 0 0 0.562 2 interp_poly -47 -17 61 -20 1578 3753 3 MP PP 1578 3753 0 0 0.562 1639 3733 0 0 0.562 1578 3753 0 0 0.562 2 interp_poly 1639 3733 0 0 0.562 1592 3716 0 0 0.562 1639 3733 0 0 0.562 2 interp_poly 61 -19 -47 -19 1621 3641 3 MP PP 1621 3641 0 0 0.562 1574 3622 0 0 0.562 1621 3641 0 0 0.562 2 interp_poly 1574 3622 0 0 0.562 1635 3603 0 0 0.562 1574 3622 0 0 0.562 2 interp_poly -47 -18 61 -19 1574 3622 3 MP PP 1574 3622 0 0 0.562 1635 3603 0 0 0.562 1574 3622 0 0 0.562 2 interp_poly 1635 3603 0 0 0.562 1588 3585 0 0 0.562 1635 3603 0 0 0.562 2 interp_poly 60 -17 -46 -20 1616 3516 3 MP PP 1616 3516 0 0 0.562 1570 3496 0 0 0.562 1616 3516 0 0 0.562 2 interp_poly 1570 3496 0 0 0.562 1630 3479 0 0 0.562 1570 3496 0 0 0.562 2 interp_poly -46 -22 60 -17 1570 3496 3 MP PP 1570 3496 0 0 0.562 1630 3479 0 0 0.562 1570 3496 0 0 0.562 2 interp_poly 1630 3479 0 0 0.562 1584 3457 0 0 0.562 1630 3479 0 0 0.562 2 interp_poly 61 -21 -47 -7 1611 3794 3 MP PP 1611 3794 0 0 0.562 1564 3787 0 0 0.562 1611 3794 0 0 0.562 2 interp_poly 1564 3787 0 0 0.562 1625 3766 0 0 0.562 1564 3787 0 0 0.562 2 interp_poly -47 -13 61 -21 1564 3787 3 MP PP 1564 3787 0 0 0.562 1625 3766 0 0 0.562 1564 3787 0 0 0.562 2 interp_poly 1625 3766 0 0 0.562 1578 3753 0 0 0.562 1625 3766 0 0 0.562 2 interp_poly 61 -19 -46 -19 1606 3679 3 MP PP 1606 3679 0 0 0.562 1560 3660 0 0 0.562 1606 3679 0 0 0.562 2 interp_poly 1560 3660 0 0 0.562 1621 3641 0 0 0.562 1560 3660 0 0 0.562 2 interp_poly -47 -19 61 -19 1560 3660 3 MP PP 1560 3660 0 0 0.562 1621 3641 0 0 0.562 1560 3660 0 0 0.562 2 interp_poly 1621 3641 0 0 0.562 1574 3622 0 0 0.562 1621 3641 0 0 0.562 2 interp_poly 60 -16 -46 -19 1602 3551 3 MP PP 1602 3551 0 0 0.562 1556 3532 0 0 0.562 1602 3551 0 0 0.562 2 interp_poly 1556 3532 0 0 0.562 1616 3516 0 0 0.562 1556 3532 0 0 0.562 2 interp_poly -46 -20 60 -16 1556 3532 3 MP PP 1556 3532 0 0 0.562 1616 3516 0 0 0.562 1556 3532 0 0 0.562 2 interp_poly 1616 3516 0 0 0.562 1570 3496 0 0 0.562 1616 3516 0 0 0.562 2 interp_poly 61 -16 -47 -22 1598 3419 3 MP PP 1598 3419 0 0 0.562 1551 3397 0 0 0.562 1598 3419 0 0 0.562 2 interp_poly 1551 3397 0 0 0.562 1612 3381 0 0 0.562 1551 3397 0 0 0.562 2 interp_poly 61 -19 -47 2 1597 3811 3 MP PP 1597 3811 0 0 0.625 1550 3813 0 0 0.562 1597 3811 0 0 0.625 2 interp_poly 1550 3813 0 0 0.562 1611 3794 0 0 0.562 1550 3813 0 0 0.562 2 interp_poly -47 -7 61 -19 1550 3813 3 MP PP 1550 3813 0 0 0.562 1611 3794 0 0 0.562 1550 3813 0 0 0.562 2 interp_poly 1611 3794 0 0 0.562 1564 3787 0 0 0.562 1611 3794 0 0 0.562 2 interp_poly 60 -20 -46 -17 1592 3716 3 MP PP 1592 3716 0 0 0.562 1546 3699 0 0 0.562 1592 3716 0 0 0.562 2 interp_poly 1546 3699 0 0 0.562 1606 3679 0 0 0.562 1546 3699 0 0 0.562 2 interp_poly -46 -19 60 -20 1546 3699 3 MP PP 1546 3699 0 0 0.562 1606 3679 0 0 0.562 1546 3699 0 0 0.562 2 interp_poly 1606 3679 0 0 0.562 1560 3660 0 0 0.562 1606 3679 0 0 0.562 2 interp_poly 60 -17 -46 -17 1588 3585 3 MP PP 1588 3585 0 0 0.562 1542 3568 0 0 0.562 1588 3585 0 0 0.562 2 interp_poly 1542 3568 0 0 0.562 1602 3551 0 0 0.562 1542 3568 0 0 0.562 2 interp_poly -46 -19 60 -17 1542 3568 3 MP PP 1542 3568 0 0 0.562 1602 3551 0 0 0.562 1542 3568 0 0 0.562 2 interp_poly 1602 3551 0 0 0.562 1556 3532 0 0 0.562 1602 3551 0 0 0.562 2 interp_poly 61 -16 -47 -22 1584 3457 3 MP PP 1584 3457 0 0 0.562 1537 3435 0 0 0.562 1584 3457 0 0 0.562 2 interp_poly 1537 3435 0 0 0.562 1598 3419 0 0 0.562 1537 3435 0 0 0.562 2 interp_poly -47 -22 61 -16 1537 3435 3 MP PP 1537 3435 0 0 0.562 1598 3419 0 0 0.562 1537 3435 0 0 0.562 2 interp_poly 1598 3419 0 0 0.562 1551 3397 0 0 0.562 1598 3419 0 0 0.562 2 interp_poly 60 -21 -46 -16 1578 3753 3 MP PP 1578 3753 0 0 0.562 1532 3737 0 0 0.562 1578 3753 0 0 0.562 2 interp_poly 1532 3737 0 0 0.562 1592 3716 0 0 0.562 1532 3737 0 0 0.562 2 interp_poly -46 -17 60 -21 1532 3737 3 MP PP 1532 3737 0 0 0.562 1592 3716 0 0 0.562 1532 3737 0 0 0.562 2 interp_poly 1592 3716 0 0 0.562 1546 3699 0 0 0.562 1592 3716 0 0 0.562 2 interp_poly 60 -19 -46 -18 1574 3622 3 MP PP 1574 3622 0 0 0.562 1528 3604 0 0 0.562 1574 3622 0 0 0.562 2 interp_poly 1528 3604 0 0 0.562 1588 3585 0 0 0.562 1528 3604 0 0 0.562 2 interp_poly -46 -17 60 -19 1528 3604 3 MP PP 1528 3604 0 0 0.562 1588 3585 0 0 0.562 1528 3604 0 0 0.562 2 interp_poly 1588 3585 0 0 0.562 1542 3568 0 0 0.562 1588 3585 0 0 0.562 2 interp_poly 61 -17 -47 -22 1570 3496 3 MP PP 1570 3496 0 0 0.562 1523 3474 0 0 0.562 1570 3496 0 0 0.562 2 interp_poly 1523 3474 0 0 0.562 1584 3457 0 0 0.562 1523 3474 0 0 0.562 2 interp_poly -47 -22 61 -17 1523 3474 3 MP PP 1523 3474 0 0 0.562 1584 3457 0 0 0.562 1523 3474 0 0 0.562 2 interp_poly 1584 3457 0 0 0.562 1537 3435 0 0 0.562 1584 3457 0 0 0.562 2 interp_poly 60 -21 -46 -13 1564 3787 3 MP PP 1564 3787 0 0 0.562 1518 3774 0 0 0.562 1564 3787 0 0 0.562 2 interp_poly 1518 3774 0 0 0.562 1578 3753 0 0 0.562 1518 3774 0 0 0.562 2 interp_poly -46 -16 60 -21 1518 3774 3 MP PP 1518 3774 0 0 0.562 1578 3753 0 0 0.562 1518 3774 0 0 0.562 2 interp_poly 1578 3753 0 0 0.562 1532 3737 0 0 0.562 1578 3753 0 0 0.562 2 interp_poly gr 0 sg 1518 4581 mt (t) s gs 899 389 5356 4226 rc 1 sg 61 -20 -47 -18 1560 3660 3 MP PP 1560 3660 0 0 0.562 1513 3642 0 0 0.562 1560 3660 0 0 0.562 2 interp_poly 1513 3642 0 0 0.562 1574 3622 0 0 0.562 1513 3642 0 0 0.562 2 interp_poly -46 -18 61 -20 1513 3642 3 MP PP 1513 3642 0 0 0.562 1574 3622 0 0 0.562 1513 3642 0 0 0.562 2 interp_poly 1574 3622 0 0 0.562 1528 3604 0 0 0.562 1574 3622 0 0 0.562 2 interp_poly 61 -16 -47 -20 1556 3532 3 MP PP 1556 3532 0 0 0.562 1509 3512 0 0 0.562 1556 3532 0 0 0.562 2 interp_poly 1509 3512 0 0 0.562 1570 3496 0 0 0.562 1509 3512 0 0 0.562 2 interp_poly -47 -22 61 -16 1509 3512 3 MP PP 1509 3512 0 0 0.562 1570 3496 0 0 0.562 1509 3512 0 0 0.562 2 interp_poly 1570 3496 0 0 0.562 1523 3474 0 0 0.562 1570 3496 0 0 0.562 2 interp_poly 60 -19 -46 -7 1550 3813 3 MP PP 1550 3813 0 0 0.562 1504 3806 0 0 0.562 1550 3813 0 0 0.562 2 interp_poly 1504 3806 0 0 0.562 1564 3787 0 0 0.562 1504 3806 0 0 0.562 2 interp_poly -46 -13 60 -19 1504 3806 3 MP PP 1504 3806 0 0 0.562 1564 3787 0 0 0.562 1504 3806 0 0 0.562 2 interp_poly 1564 3787 0 0 0.562 1518 3774 0 0 0.562 1564 3787 0 0 0.562 2 interp_poly 61 -21 -47 -18 1546 3699 3 MP PP 1546 3699 0 0 0.562 1499 3681 0 0 0.562 1546 3699 0 0 0.562 2 interp_poly 1499 3681 0 0 0.562 1560 3660 0 0 0.562 1499 3681 0 0 0.562 2 interp_poly -47 -18 61 -21 1499 3681 3 MP PP 1499 3681 0 0 0.562 1560 3660 0 0 0.562 1499 3681 0 0 0.562 2 interp_poly 1560 3660 0 0 0.562 1513 3642 0 0 0.562 1560 3660 0 0 0.562 2 interp_poly 61 -17 -47 -19 1542 3568 3 MP PP 1542 3568 0 0 0.562 1495 3549 0 0 0.562 1542 3568 0 0 0.562 2 interp_poly 1495 3549 0 0 0.562 1556 3532 0 0 0.562 1495 3549 0 0 0.562 2 interp_poly -47 -20 61 -17 1495 3549 3 MP PP 1495 3549 0 0 0.562 1556 3532 0 0 0.562 1495 3549 0 0 0.562 2 interp_poly 1556 3532 0 0 0.562 1509 3512 0 0 0.562 1556 3532 0 0 0.562 2 interp_poly 60 -16 -46 -22 1537 3435 3 MP PP 1537 3435 0 0 0.562 1491 3413 0 0 0.562 1537 3435 0 0 0.562 2 interp_poly 1491 3413 0 0 0.562 1551 3397 0 0 0.562 1491 3413 0 0 0.562 2 interp_poly 61 -21 -47 -17 1532 3737 3 MP PP 1532 3737 0 0 0.562 1485 3720 0 0 0.562 1532 3737 0 0 0.562 2 interp_poly 1485 3720 0 0 0.562 1546 3699 0 0 0.562 1485 3720 0 0 0.562 2 interp_poly -47 -18 61 -21 1485 3720 3 MP PP 1485 3720 0 0 0.562 1546 3699 0 0 0.562 1485 3720 0 0 0.562 2 interp_poly 1546 3699 0 0 0.562 1499 3681 0 0 0.562 1546 3699 0 0 0.562 2 interp_poly 61 -17 -47 -19 1528 3604 3 MP PP 1528 3604 0 0 0.562 1481 3585 0 0 0.562 1528 3604 0 0 0.562 2 interp_poly 1481 3585 0 0 0.562 1542 3568 0 0 0.562 1481 3585 0 0 0.562 2 interp_poly -47 -19 61 -17 1481 3585 3 MP PP 1481 3585 0 0 0.562 1542 3568 0 0 0.562 1481 3585 0 0 0.562 2 interp_poly 1542 3568 0 0 0.562 1495 3549 0 0 0.562 1542 3568 0 0 0.562 2 interp_poly 60 -17 -46 -22 1523 3474 3 MP PP 1523 3474 0 0 0.562 1477 3452 0 0 0.562 1523 3474 0 0 0.562 2 interp_poly 1477 3452 0 0 0.562 1537 3435 0 0 0.562 1477 3452 0 0 0.562 2 interp_poly -46 -22 60 -17 1477 3452 3 MP PP 1477 3452 0 0 0.562 1537 3435 0 0 0.562 1477 3452 0 0 0.562 2 interp_poly 1537 3435 0 0 0.562 1491 3413 0 0 0.562 1537 3435 0 0 0.562 2 interp_poly 61 -21 -47 -16 1518 3774 3 MP PP 1518 3774 0 0 0.562 1471 3758 0 0 0.562 1518 3774 0 0 0.562 2 interp_poly 1471 3758 0 0 0.562 1532 3737 0 0 0.562 1471 3758 0 0 0.562 2 interp_poly -47 -17 61 -21 1471 3758 3 MP PP 1471 3758 0 0 0.562 1532 3737 0 0 0.562 1471 3758 0 0 0.562 2 interp_poly 1532 3737 0 0 0.562 1485 3720 0 0 0.562 1532 3737 0 0 0.562 2 interp_poly 61 -19 -46 -19 1513 3642 3 MP PP 1513 3642 0 0 0.562 1467 3623 0 0 0.562 1513 3642 0 0 0.562 2 interp_poly 1467 3623 0 0 0.562 1528 3604 0 0 0.562 1467 3623 0 0 0.562 2 interp_poly -47 -19 61 -19 1467 3623 3 MP PP 1467 3623 0 0 0.562 1528 3604 0 0 0.562 1467 3623 0 0 0.562 2 interp_poly 1528 3604 0 0 0.562 1481 3585 0 0 0.562 1528 3604 0 0 0.562 2 interp_poly 60 -17 -46 -21 1509 3512 3 MP PP 1509 3512 0 0 0.562 1463 3491 0 0 0.562 1509 3512 0 0 0.562 2 interp_poly 1463 3491 0 0 0.562 1523 3474 0 0 0.562 1463 3491 0 0 0.562 2 interp_poly -46 -22 60 -17 1463 3491 3 MP PP 1463 3491 0 0 0.562 1523 3474 0 0 0.562 1463 3491 0 0 0.562 2 interp_poly 1523 3474 0 0 0.562 1477 3452 0 0 0.562 1523 3474 0 0 0.562 2 interp_poly 61 -19 -47 -13 1504 3806 3 MP PP 1504 3806 0 0 0.562 1457 3793 0 0 0.562 1504 3806 0 0 0.562 2 interp_poly 1457 3793 0 0 0.562 1518 3774 0 0 0.562 1457 3793 0 0 0.562 2 interp_poly -47 -16 61 -19 1457 3793 3 MP PP 1457 3793 0 0 0.562 1518 3774 0 0 0.562 1457 3793 0 0 0.562 2 interp_poly 1518 3774 0 0 0.562 1471 3758 0 0 0.562 1518 3774 0 0 0.562 2 interp_poly 60 -20 -46 -19 1499 3681 3 MP PP 1499 3681 0 0 0.562 1453 3662 0 0 0.562 1499 3681 0 0 0.562 2 interp_poly 1453 3662 0 0 0.562 1513 3642 0 0 0.562 1453 3662 0 0 0.562 2 interp_poly -46 -19 60 -20 1453 3662 3 MP PP 1453 3662 0 0 0.562 1513 3642 0 0 0.562 1453 3662 0 0 0.562 2 interp_poly 1513 3642 0 0 0.562 1467 3623 0 0 0.562 1513 3642 0 0 0.562 2 interp_poly 60 -17 -46 -20 1495 3549 3 MP PP 1495 3549 0 0 0.562 1449 3529 0 0 0.562 1495 3549 0 0 0.562 2 interp_poly 1449 3529 0 0 0.562 1509 3512 0 0 0.562 1449 3529 0 0 0.562 2 interp_poly -46 -21 60 -17 1449 3529 3 MP PP 1449 3529 0 0 0.562 1509 3512 0 0 0.562 1449 3529 0 0 0.562 2 interp_poly 1509 3512 0 0 0.562 1463 3491 0 0 0.562 1509 3512 0 0 0.562 2 interp_poly 60 -20 -46 -19 1485 3720 3 MP PP 1485 3720 0 0 0.562 1439 3701 0 0 0.562 1485 3720 0 0 0.562 2 interp_poly 1439 3701 0 0 0.562 1499 3681 0 0 0.562 1439 3701 0 0 0.562 2 interp_poly -46 -19 60 -20 1439 3701 3 MP PP 1439 3701 0 0 0.562 1499 3681 0 0 0.562 1439 3701 0 0 0.562 2 interp_poly 1499 3681 0 0 0.562 1453 3662 0 0 0.562 1499 3681 0 0 0.562 2 interp_poly 61 -17 -47 -19 1481 3585 3 MP PP 1481 3585 0 0 0.562 1434 3566 0 0 0.562 1481 3585 0 0 0.562 2 interp_poly 1434 3566 0 0 0.562 1495 3549 0 0 0.562 1434 3566 0 0 0.562 2 interp_poly -46 -20 61 -17 1434 3566 3 MP PP 1434 3566 0 0 0.562 1495 3549 0 0 0.562 1434 3566 0 0 0.562 2 interp_poly 1495 3549 0 0 0.562 1449 3529 0 0 0.562 1495 3549 0 0 0.562 2 interp_poly 61 -17 -47 -22 1477 3452 3 MP PP 1477 3452 0 0 0.562 1430 3430 0 0 0.562 1477 3452 0 0 0.562 2 interp_poly 1430 3430 0 0 0.562 1491 3413 0 0 0.562 1430 3430 0 0 0.562 2 interp_poly 60 -19 -46 -19 1471 3758 3 MP PP 1471 3758 0 0 0.562 1425 3739 0 0 0.562 1471 3758 0 0 0.562 2 interp_poly 1425 3739 0 0 0.562 1485 3720 0 0 0.562 1425 3739 0 0 0.562 2 interp_poly -46 -19 60 -19 1425 3739 3 MP PP 1425 3739 0 0 0.562 1485 3720 0 0 0.562 1425 3739 0 0 0.562 2 interp_poly 1485 3720 0 0 0.562 1439 3701 0 0 0.562 1485 3720 0 0 0.562 2 interp_poly 61 -19 -47 -19 1467 3623 3 MP PP 1467 3623 0 0 0.562 1420 3604 0 0 0.562 1467 3623 0 0 0.562 2 interp_poly 1420 3604 0 0 0.562 1481 3585 0 0 0.562 1420 3604 0 0 0.562 2 interp_poly -47 -19 61 -19 1420 3604 3 MP PP 1420 3604 0 0 0.562 1481 3585 0 0 0.562 1420 3604 0 0 0.562 2 interp_poly 1481 3585 0 0 0.562 1434 3566 0 0 0.562 1481 3585 0 0 0.562 2 interp_poly 61 -17 -47 -22 1463 3491 3 MP PP 1463 3491 0 0 0.562 1416 3469 0 0 0.562 1463 3491 0 0 0.562 2 interp_poly 1416 3469 0 0 0.562 1477 3452 0 0 0.562 1416 3469 0 0 0.562 2 interp_poly -47 -22 61 -17 1416 3469 3 MP PP 1416 3469 0 0 0.562 1477 3452 0 0 0.562 1416 3469 0 0 0.562 2 interp_poly 1477 3452 0 0 0.562 1430 3430 0 0 0.562 1477 3452 0 0 0.562 2 interp_poly 60 -18 -46 -17 1457 3793 3 MP PP 1457 3793 0 0 0.562 1411 3776 0 0 0.562 1457 3793 0 0 0.562 2 interp_poly 1411 3776 0 0 0.562 1471 3758 0 0 0.562 1411 3776 0 0 0.562 2 interp_poly -46 -19 60 -18 1411 3776 3 MP PP 1411 3776 0 0 0.562 1471 3758 0 0 0.562 1411 3776 0 0 0.562 2 interp_poly 1471 3758 0 0 0.562 1425 3739 0 0 0.562 1471 3758 0 0 0.562 2 interp_poly 61 -19 -47 -20 1453 3662 3 MP PP 1453 3662 0 0 0.562 1406 3642 0 0 0.562 1453 3662 0 0 0.562 2 interp_poly 1406 3642 0 0 0.562 1467 3623 0 0 0.562 1406 3642 0 0 0.562 2 interp_poly -47 -19 61 -19 1406 3642 3 MP PP 1406 3642 0 0 0.562 1467 3623 0 0 0.562 1406 3642 0 0 0.562 2 interp_poly 1467 3623 0 0 0.562 1420 3604 0 0 0.562 1467 3623 0 0 0.562 2 interp_poly 61 -17 -47 -21 1449 3529 3 MP PP 1449 3529 0 0 0.562 1402 3508 0 0 0.562 1449 3529 0 0 0.562 2 interp_poly 1402 3508 0 0 0.562 1463 3491 0 0 0.562 1402 3508 0 0 0.562 2 interp_poly -47 -22 61 -17 1402 3508 3 MP PP 1402 3508 0 0 0.562 1463 3491 0 0 0.562 1402 3508 0 0 0.562 2 interp_poly 1463 3491 0 0 0.562 1416 3469 0 0 0.562 1463 3491 0 0 0.562 2 interp_poly 61 -19 -47 -20 1439 3701 3 MP PP 1439 3701 0 0 0.562 1392 3681 0 0 0.562 1439 3701 0 0 0.562 2 interp_poly 1392 3681 0 0 0.562 1453 3662 0 0 0.562 1392 3681 0 0 0.562 2 interp_poly -47 -20 61 -19 1392 3681 3 MP PP 1392 3681 0 0 0.562 1453 3662 0 0 0.562 1392 3681 0 0 0.562 2 interp_poly 1453 3662 0 0 0.562 1406 3642 0 0 0.562 1453 3662 0 0 0.562 2 interp_poly 61 -17 -46 -20 1434 3566 3 MP PP 1434 3566 0 0 0.562 1388 3546 0 0 0.562 1434 3566 0 0 0.562 2 interp_poly 1388 3546 0 0 0.562 1449 3529 0 0 0.562 1388 3546 0 0 0.562 2 interp_poly -47 -21 61 -17 1388 3546 3 MP PP 1388 3546 0 0 0.562 1449 3529 0 0 0.562 1388 3546 0 0 0.562 2 interp_poly 1449 3529 0 0 0.562 1402 3508 0 0 0.562 1449 3529 0 0 0.562 2 interp_poly 61 -18 -47 -20 1425 3739 3 MP PP 1425 3739 0 0 0.562 1378 3719 0 0 0.562 1425 3739 0 0 0.562 2 interp_poly 1378 3719 0 0 0.562 1439 3701 0 0 0.562 1378 3719 0 0 0.562 2 interp_poly -47 -20 61 -18 1378 3719 3 MP PP 1378 3719 0 0 0.562 1439 3701 0 0 0.562 1378 3719 0 0 0.562 2 interp_poly 1439 3701 0 0 0.562 1392 3681 0 0 0.562 1439 3701 0 0 0.562 2 interp_poly 60 -18 -46 -20 1420 3604 3 MP PP 1420 3604 0 0 0.562 1374 3584 0 0 0.562 1420 3604 0 0 0.562 2 interp_poly 1374 3584 0 0 0.562 1434 3566 0 0 0.562 1374 3584 0 0 0.562 2 interp_poly -46 -20 60 -18 1374 3584 3 MP PP 1374 3584 0 0 0.562 1434 3566 0 0 0.562 1374 3584 0 0 0.562 2 interp_poly 1434 3566 0 0 0.562 1388 3546 0 0 0.562 1434 3566 0 0 0.562 2 interp_poly 60 -17 -46 -22 1416 3469 3 MP PP 1416 3469 0 0 0.562 1370 3447 0 0 0.562 1416 3469 0 0 0.562 2 interp_poly 1370 3447 0 0 0.562 1430 3430 0 0 0.562 1370 3447 0 0 0.562 2 interp_poly 61 -18 -47 -19 1411 3776 3 MP PP 1411 3776 0 0 0.562 1364 3757 0 0 0.562 1411 3776 0 0 0.562 2 interp_poly 1364 3757 0 0 0.562 1425 3739 0 0 0.562 1364 3757 0 0 0.562 2 interp_poly -47 -20 61 -18 1364 3757 3 MP PP 1364 3757 0 0 0.562 1425 3739 0 0 0.562 1364 3757 0 0 0.562 2 interp_poly 1425 3739 0 0 0.562 1378 3719 0 0 0.562 1425 3739 0 0 0.562 2 interp_poly 60 -18 -46 -20 1406 3642 3 MP PP 1406 3642 0 0 0.562 1360 3622 0 0 0.562 1406 3642 0 0 0.562 2 interp_poly 1360 3622 0 0 0.562 1420 3604 0 0 0.562 1360 3622 0 0 0.562 2 interp_poly -46 -20 60 -18 1360 3622 3 MP PP 1360 3622 0 0 0.562 1420 3604 0 0 0.562 1360 3622 0 0 0.562 2 interp_poly 1420 3604 0 0 0.562 1374 3584 0 0 0.562 1420 3604 0 0 0.562 2 interp_poly 60 -17 -46 -22 1402 3508 3 MP PP 1402 3508 0 0 0.562 1356 3486 0 0 0.562 1402 3508 0 0 0.562 2 interp_poly 1356 3486 0 0 0.562 1416 3469 0 0 0.562 1356 3486 0 0 0.562 2 interp_poly -46 -22 60 -17 1356 3486 3 MP PP 1356 3486 0 0 0.562 1416 3469 0 0 0.562 1356 3486 0 0 0.562 2 interp_poly 1416 3469 0 0 0.562 1370 3447 0 0 0.562 1416 3469 0 0 0.562 2 interp_poly 60 -19 -46 -20 1392 3681 3 MP PP 1392 3681 0 0 0.562 1346 3661 0 0 0.562 1392 3681 0 0 0.562 2 interp_poly 1346 3661 0 0 0.562 1406 3642 0 0 0.562 1346 3661 0 0 0.562 2 interp_poly -46 -20 60 -19 1346 3661 3 MP PP 1346 3661 0 0 0.562 1406 3642 0 0 0.562 1346 3661 0 0 0.562 2 interp_poly 1406 3642 0 0 0.562 1360 3622 0 0 0.562 1406 3642 0 0 0.562 2 interp_poly 61 -17 -47 -21 1388 3546 3 MP PP 1388 3546 0 0 0.562 1341 3525 0 0 0.562 1388 3546 0 0 0.562 2 interp_poly 1341 3525 0 0 0.562 1402 3508 0 0 0.562 1341 3525 0 0 0.562 2 interp_poly -46 -22 61 -17 1341 3525 3 MP PP 1341 3525 0 0 0.562 1402 3508 0 0 0.562 1341 3525 0 0 0.562 2 interp_poly 1402 3508 0 0 0.562 1356 3486 0 0 0.562 1402 3508 0 0 0.562 2 interp_poly 60 -18 -46 -20 1378 3719 3 MP PP 1378 3719 0 0 0.562 1332 3699 0 0 0.562 1378 3719 0 0 0.562 2 interp_poly 1332 3699 0 0 0.562 1392 3681 0 0 0.562 1332 3699 0 0 0.562 2 interp_poly -46 -20 60 -18 1332 3699 3 MP PP 1332 3699 0 0 0.562 1392 3681 0 0 0.562 1332 3699 0 0 0.562 2 interp_poly 1392 3681 0 0 0.562 1346 3661 0 0 0.562 1392 3681 0 0 0.562 2 interp_poly 61 -17 -47 -21 1374 3584 3 MP PP 1374 3584 0 0 0.562 1327 3563 0 0 0.562 1374 3584 0 0 0.562 2 interp_poly 1327 3563 0 0 0.562 1388 3546 0 0 0.562 1327 3563 0 0 0.562 2 interp_poly -47 -21 61 -17 1327 3563 3 MP PP 1327 3563 0 0 0.562 1388 3546 0 0 0.562 1327 3563 0 0 0.562 2 interp_poly 1388 3546 0 0 0.562 1341 3525 0 0 0.562 1388 3546 0 0 0.562 2 interp_poly 60 -17 -46 -21 1364 3757 3 MP PP 1364 3757 0 0 0.562 1318 3736 0 0 0.562 1364 3757 0 0 0.562 2 interp_poly 1318 3736 0 0 0.562 1378 3719 0 0 0.562 1318 3736 0 0 0.562 2 interp_poly -46 -20 60 -17 1318 3736 3 MP PP 1318 3736 0 0 0.562 1378 3719 0 0 0.562 1318 3736 0 0 0.562 2 interp_poly 1378 3719 0 0 0.562 1332 3699 0 0 0.562 1378 3719 0 0 0.562 2 interp_poly 61 -17 -47 -21 1360 3622 3 MP PP 1360 3622 0 0 0.562 1313 3601 0 0 0.562 1360 3622 0 0 0.562 2 interp_poly 1313 3601 0 0 0.562 1374 3584 0 0 0.562 1313 3601 0 0 0.562 2 interp_poly -47 -21 61 -17 1313 3601 3 MP PP 1313 3601 0 0 0.562 1374 3584 0 0 0.562 1313 3601 0 0 0.562 2 interp_poly 1374 3584 0 0 0.562 1327 3563 0 0 0.562 1374 3584 0 0 0.562 2 interp_poly 61 -17 -47 -22 1356 3486 3 MP PP 1356 3486 0 0 0.562 1309 3464 0 0 0.562 1356 3486 0 0 0.562 2 interp_poly 1309 3464 0 0 0.562 1370 3447 0 0 0.562 1309 3464 0 0 0.562 2 interp_poly 61 -18 -47 -21 1346 3661 3 MP PP 1346 3661 0 0 0.562 1299 3640 0 0 0.562 1346 3661 0 0 0.562 2 interp_poly 1299 3640 0 0 0.562 1360 3622 0 0 0.562 1299 3640 0 0 0.562 2 interp_poly -47 -21 61 -18 1299 3640 3 MP PP 1299 3640 0 0 0.562 1360 3622 0 0 0.562 1299 3640 0 0 0.562 2 interp_poly 1360 3622 0 0 0.562 1313 3601 0 0 0.562 1360 3622 0 0 0.562 2 interp_poly 61 -18 -46 -21 1341 3525 3 MP PP 1341 3525 0 0 0.562 1295 3504 0 0 0.562 1341 3525 0 0 0.562 2 interp_poly 1295 3504 0 0 0.562 1356 3486 0 0 0.562 1295 3504 0 0 0.562 2 interp_poly -47 -22 61 -18 1295 3504 3 MP PP 1295 3504 0 0 0.562 1356 3486 0 0 0.562 1295 3504 0 0 0.562 2 interp_poly 1356 3486 0 0 0.562 1309 3464 0 0 0.562 1356 3486 0 0 0.562 2 interp_poly 61 -17 -47 -21 1332 3699 3 MP PP 1332 3699 0 0 0.562 1285 3678 0 0 0.562 1332 3699 0 0 0.562 2 interp_poly 1285 3678 0 0 0.562 1346 3661 0 0 0.562 1285 3678 0 0 0.562 2 interp_poly -47 -21 61 -17 1285 3678 3 MP PP 1285 3678 0 0 0.562 1346 3661 0 0 0.562 1285 3678 0 0 0.562 2 interp_poly 1346 3661 0 0 0.562 1299 3640 0 0 0.562 1346 3661 0 0 0.562 2 interp_poly 60 -17 -46 -21 1327 3563 3 MP PP 1327 3563 0 0 0.562 1281 3542 0 0 0.562 1327 3563 0 0 0.562 2 interp_poly 1281 3542 0 0 0.562 1341 3525 0 0 0.562 1281 3542 0 0 0.562 2 interp_poly -46 -21 60 -17 1281 3542 3 MP PP 1281 3542 0 0 0.562 1341 3525 0 0 0.562 1281 3542 0 0 0.562 2 interp_poly 1341 3525 0 0 0.562 1295 3504 0 0 0.562 1341 3525 0 0 0.562 2 interp_poly 61 -16 -47 -21 1318 3736 3 MP PP 1318 3736 0 0 0.562 1271 3715 0 0 0.562 1318 3736 0 0 0.562 2 interp_poly 1271 3715 0 0 0.562 1332 3699 0 0 0.562 1271 3715 0 0 0.562 2 interp_poly -47 -21 61 -16 1271 3715 3 MP PP 1271 3715 0 0 0.562 1332 3699 0 0 0.562 1271 3715 0 0 0.562 2 interp_poly 1332 3699 0 0 0.562 1285 3678 0 0 0.562 1332 3699 0 0 0.562 2 interp_poly 60 -17 -46 -21 1313 3601 3 MP PP 1313 3601 0 0 0.562 1267 3580 0 0 0.562 1313 3601 0 0 0.562 2 interp_poly 1267 3580 0 0 0.562 1327 3563 0 0 0.562 1267 3580 0 0 0.562 2 interp_poly -46 -21 60 -17 1267 3580 3 MP PP 1267 3580 0 0 0.562 1327 3563 0 0 0.562 1267 3580 0 0 0.562 2 interp_poly 1327 3563 0 0 0.562 1281 3542 0 0 0.562 1327 3563 0 0 0.562 2 interp_poly 60 -17 -46 -22 1299 3640 3 MP PP 1299 3640 0 0 0.562 1253 3618 0 0 0.562 1299 3640 0 0 0.562 2 interp_poly 1253 3618 0 0 0.562 1313 3601 0 0 0.562 1253 3618 0 0 0.562 2 interp_poly -46 -21 60 -17 1253 3618 3 MP PP 1253 3618 0 0 0.562 1313 3601 0 0 0.562 1253 3618 0 0 0.562 2 interp_poly 1313 3601 0 0 0.562 1267 3580 0 0 0.562 1313 3601 0 0 0.562 2 interp_poly 61 -18 -47 -22 1295 3504 3 MP PP 1295 3504 0 0 0.562 1248 3482 0 0 0.562 1295 3504 0 0 0.562 2 interp_poly 1248 3482 0 0 0.562 1309 3464 0 0 0.562 1248 3482 0 0 0.562 2 interp_poly 60 -16 -46 -22 1285 3678 3 MP PP 1285 3678 0 0 0.562 1239 3656 0 0 0.562 1285 3678 0 0 0.562 2 interp_poly 1239 3656 0 0 0.562 1299 3640 0 0 0.562 1239 3656 0 0 0.562 2 interp_poly -46 -22 60 -16 1239 3656 3 MP PP 1239 3656 0 0 0.562 1299 3640 0 0 0.562 1239 3656 0 0 0.562 2 interp_poly 1299 3640 0 0 0.562 1253 3618 0 0 0.562 1299 3640 0 0 0.562 2 interp_poly 61 -17 -47 -21 1281 3542 3 MP PP 1281 3542 0 0 0.562 1234 3521 0 0 0.562 1281 3542 0 0 0.562 2 interp_poly 1234 3521 0 0 0.562 1295 3504 0 0 0.562 1234 3521 0 0 0.562 2 interp_poly -47 -22 61 -17 1234 3521 3 MP PP 1234 3521 0 0 0.562 1295 3504 0 0 0.562 1234 3521 0 0 0.562 2 interp_poly 1295 3504 0 0 0.562 1248 3482 0 0 0.562 1295 3504 0 0 0.562 2 interp_poly 60 -16 -46 -21 1271 3715 3 MP PP 1271 3715 0 0 0.562 1225 3694 0 0 0.562 1271 3715 0 0 0.562 2 interp_poly 1225 3694 0 0 0.562 1285 3678 0 0 0.562 1225 3694 0 0 0.562 2 interp_poly -46 -22 60 -16 1225 3694 3 MP PP 1225 3694 0 0 0.562 1285 3678 0 0 0.562 1225 3694 0 0 0.562 2 interp_poly 1285 3678 0 0 0.562 1239 3656 0 0 0.562 1285 3678 0 0 0.562 2 interp_poly 61 -17 -47 -21 1267 3580 3 MP PP 1267 3580 0 0 0.562 1220 3559 0 0 0.562 1267 3580 0 0 0.562 2 interp_poly 1220 3559 0 0 0.562 1281 3542 0 0 0.562 1220 3559 0 0 0.562 2 interp_poly -47 -21 61 -17 1220 3559 3 MP PP 1220 3559 0 0 0.562 1281 3542 0 0 0.562 1220 3559 0 0 0.562 2 interp_poly 1281 3542 0 0 0.562 1234 3521 0 0 0.562 1281 3542 0 0 0.562 2 interp_poly 61 -17 -47 -21 1253 3618 3 MP PP 1253 3618 0 0 0.562 1206 3597 0 0 0.562 1253 3618 0 0 0.562 2 interp_poly 1206 3597 0 0 0.562 1267 3580 0 0 0.562 1206 3597 0 0 0.562 2 interp_poly -47 -21 61 -17 1206 3597 3 MP PP 1206 3597 0 0 0.562 1267 3580 0 0 0.562 1206 3597 0 0 0.562 2 interp_poly 1267 3580 0 0 0.562 1220 3559 0 0 0.562 1267 3580 0 0 0.562 2 interp_poly 61 -17 -47 -21 1239 3656 3 MP PP 1239 3656 0 0 0.562 1192 3635 0 0 0.562 1239 3656 0 0 0.562 2 interp_poly 1192 3635 0 0 0.562 1253 3618 0 0 0.562 1192 3635 0 0 0.562 2 interp_poly -47 -21 61 -17 1192 3635 3 MP PP 1192 3635 0 0 0.562 1253 3618 0 0 0.562 1192 3635 0 0 0.562 2 interp_poly 1253 3618 0 0 0.562 1206 3597 0 0 0.562 1253 3618 0 0 0.562 2 interp_poly 60 -18 -46 -21 1234 3521 3 MP PP 1234 3521 0 0 0.562 1188 3500 0 0 0.562 1234 3521 0 0 0.562 2 interp_poly 1188 3500 0 0 0.562 1248 3482 0 0 0.562 1188 3500 0 0 0.562 2 interp_poly 61 -17 -47 -21 1225 3694 3 MP PP 1225 3694 0 0 0.562 1178 3673 0 0 0.562 1225 3694 0 0 0.562 2 interp_poly 1178 3673 0 0 0.562 1239 3656 0 0 0.562 1178 3673 0 0 0.562 2 interp_poly -47 -21 61 -17 1178 3673 3 MP PP 1178 3673 0 0 0.562 1239 3656 0 0 0.562 1178 3673 0 0 0.562 2 interp_poly 1239 3656 0 0 0.562 1192 3635 0 0 0.562 1239 3656 0 0 0.562 2 interp_poly 60 -17 -46 -21 1220 3559 3 MP PP 1220 3559 0 0 0.562 1174 3538 0 0 0.562 1220 3559 0 0 0.562 2 interp_poly 1174 3538 0 0 0.562 1234 3521 0 0 0.562 1174 3538 0 0 0.562 2 interp_poly -46 -21 60 -17 1174 3538 3 MP PP 1174 3538 0 0 0.562 1234 3521 0 0 0.562 1174 3538 0 0 0.562 2 interp_poly 1234 3521 0 0 0.562 1188 3500 0 0 0.562 1234 3521 0 0 0.562 2 interp_poly 60 -17 -46 -21 1206 3597 3 MP PP 1206 3597 0 0 0.562 1160 3576 0 0 0.562 1206 3597 0 0 0.562 2 interp_poly 1160 3576 0 0 0.562 1220 3559 0 0 0.562 1160 3576 0 0 0.562 2 interp_poly -46 -21 60 -17 1160 3576 3 MP PP 1160 3576 0 0 0.562 1220 3559 0 0 0.562 1160 3576 0 0 0.562 2 interp_poly 1220 3559 0 0 0.562 1174 3538 0 0 0.562 1220 3559 0 0 0.562 2 interp_poly 60 -17 -46 -21 1192 3635 3 MP PP 1192 3635 0 0 0.562 1146 3614 0 0 0.562 1192 3635 0 0 0.562 2 interp_poly 1146 3614 0 0 0.562 1206 3597 0 0 0.562 1146 3614 0 0 0.562 2 interp_poly -46 -21 60 -17 1146 3614 3 MP PP 1146 3614 0 0 0.562 1206 3597 0 0 0.562 1146 3614 0 0 0.562 2 interp_poly 1206 3597 0 0 0.562 1160 3576 0 0 0.562 1206 3597 0 0 0.562 2 interp_poly 60 -16 -46 -22 1178 3673 3 MP PP 1178 3673 0 0 0.562 1132 3651 0 0 0.562 1178 3673 0 0 0.562 2 interp_poly 1132 3651 0 0 0.562 1192 3635 0 0 0.562 1132 3651 0 0 0.562 2 interp_poly -46 -21 60 -16 1132 3651 3 MP PP 1132 3651 0 0 0.562 1192 3635 0 0 0.562 1132 3651 0 0 0.562 2 interp_poly 1192 3635 0 0 0.562 1146 3614 0 0 0.562 1192 3635 0 0 0.562 2 interp_poly 61 -17 -47 -21 1174 3538 3 MP PP 1174 3538 0 0 0.562 1127 3517 0 0 0.562 1174 3538 0 0 0.562 2 interp_poly 1127 3517 0 0 0.562 1188 3500 0 0 0.562 1127 3517 0 0 0.562 2 interp_poly 61 -16 -47 -22 1160 3576 3 MP PP 1160 3576 0 0 0.562 1113 3554 0 0 0.562 1160 3576 0 0 0.562 2 interp_poly 1113 3554 0 0 0.562 1174 3538 0 0 0.562 1113 3554 0 0 0.562 2 interp_poly -47 -21 61 -16 1113 3554 3 MP PP 1113 3554 0 0 0.562 1174 3538 0 0 0.562 1113 3554 0 0 0.562 2 interp_poly 1174 3538 0 0 0.562 1127 3517 0 0 0.562 1174 3538 0 0 0.562 2 interp_poly 61 -16 -47 -22 1146 3614 3 MP PP 1146 3614 0 0 0.562 1099 3592 0 0 0.562 1146 3614 0 0 0.562 2 interp_poly 1099 3592 0 0 0.562 1160 3576 0 0 0.562 1099 3592 0 0 0.562 2 interp_poly -47 -22 61 -16 1099 3592 3 MP PP 1099 3592 0 0 0.562 1160 3576 0 0 0.562 1099 3592 0 0 0.562 2 interp_poly 1160 3576 0 0 0.562 1113 3554 0 0 0.562 1160 3576 0 0 0.562 2 interp_poly 61 -16 -47 -21 1132 3651 3 MP PP 1132 3651 0 0 0.562 1085 3630 0 0 0.562 1132 3651 0 0 0.562 2 interp_poly 1085 3630 0 0 0.562 1146 3614 0 0 0.562 1085 3630 0 0 0.562 2 interp_poly -47 -22 61 -16 1085 3630 3 MP PP 1085 3630 0 0 0.562 1146 3614 0 0 0.562 1085 3630 0 0 0.562 2 interp_poly 1146 3614 0 0 0.562 1099 3592 0 0 0.562 1146 3614 0 0 0.562 2 interp_poly 60 -16 -46 -21 1113 3554 3 MP PP 1113 3554 0 0 0.562 1067 3533 0 0 0.562 1113 3554 0 0 0.562 2 interp_poly 1067 3533 0 0 0.562 1127 3517 0 0 0.562 1067 3533 0 0 0.562 2 interp_poly 60 -17 -46 -21 1099 3592 3 MP PP 1099 3592 0 0 0.562 1053 3571 0 0 0.562 1099 3592 0 0 0.562 2 interp_poly 1053 3571 0 0 0.562 1113 3554 0 0 0.562 1053 3571 0 0 0.562 2 interp_poly -46 -21 60 -17 1053 3571 3 MP PP 1053 3571 0 0 0.562 1113 3554 0 0 0.562 1053 3571 0 0 0.562 2 interp_poly 1113 3554 0 0 0.562 1067 3533 0 0 0.562 1113 3554 0 0 0.562 2 interp_poly 60 -17 -46 -21 1085 3630 3 MP PP 1085 3630 0 0 0.562 1039 3609 0 0 0.562 1085 3630 0 0 0.562 2 interp_poly 1039 3609 0 0 0.562 1099 3592 0 0 0.562 1039 3609 0 0 0.562 2 interp_poly -46 -21 60 -17 1039 3609 3 MP PP 1039 3609 0 0 0.562 1099 3592 0 0 0.562 1039 3609 0 0 0.562 2 interp_poly 1099 3592 0 0 0.562 1053 3571 0 0 0.562 1099 3592 0 0 0.562 2 interp_poly 61 -16 -47 -22 1053 3571 3 MP PP 1053 3571 0 0 0.562 1006 3549 0 0 0.562 1053 3571 0 0 0.562 2 interp_poly 1006 3549 0 0 0.562 1067 3533 0 0 0.562 1006 3549 0 0 0.562 2 interp_poly 61 -16 -47 -22 1039 3609 3 MP PP 1039 3609 0 0 0.562 992 3587 0 0 0.562 1039 3609 0 0 0.562 2 interp_poly 992 3587 0 0 0.562 1053 3571 0 0 0.562 992 3587 0 0 0.562 2 interp_poly -47 -22 61 -16 992 3587 3 MP PP 992 3587 0 0 0.562 1053 3571 0 0 0.562 992 3587 0 0 0.562 2 interp_poly 1053 3571 0 0 0.562 1006 3549 0 0 0.562 1053 3571 0 0 0.562 2 interp_poly 60 -17 -46 -21 992 3587 3 MP PP 992 3587 0 0 0.562 946 3566 0 0 0.562 992 3587 0 0 0.562 2 interp_poly 946 3566 0 0 0.562 1006 3549 0 0 0.562 946 3566 0 0 0.562 2 interp_poly gr 1 sg 0 sg 479 2463 mt -90 rotate (|) s 90 rotate %%IncludeResource: font Symbol /Symbol /ISOLatin1Encoding 216 FMSR 479 2407 mt -90 rotate (f) s 90 rotate %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 216 FMSR 479 2295 mt -90 rotate (|) s 90 rotate %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 168 FMSR 371 2239 mt -90 rotate (2) s 90 rotate end eplot %%EndObject epage end showpage %%Trailer %%EOF xmds-doc-0~svn.1884/latex/figures/classes.fig0000644000175000017500000000616010007374504020437 0ustar rafaelrafael#FIG 3.2 Landscape Center Inches Letter 100.00 Single -2 1200 2 2 1 0 2 0 7 50 0 -1 0.000 0 0 -1 1 0 2 1 1 2.00 120.00 240.00 5100 2025 5100 1275 2 1 0 2 0 7 50 0 -1 0.000 0 0 -1 1 0 2 1 1 2.00 120.00 240.00 5100 3300 5100 2475 2 1 0 2 0 7 50 0 -1 0.000 0 0 -1 1 0 2 1 1 2.00 120.00 240.00 5100 4500 5100 3675 2 1 0 2 0 7 50 0 -1 6.000 0 0 -1 1 0 2 1 1 2.00 120.00 240.00 1275 3300 4425 2325 2 1 0 2 0 7 50 0 -1 6.000 0 0 -1 1 0 2 1 1 2.00 120.00 240.00 2700 3300 4425 2475 2 1 0 2 0 7 50 0 -1 6.000 0 0 -1 1 0 2 1 1 2.00 120.00 240.00 3825 3300 4725 2475 2 1 0 2 0 7 50 0 -1 6.000 0 0 -1 1 0 2 1 1 2.00 120.00 240.00 6675 3300 5550 2475 2 1 0 2 0 7 50 0 -1 6.000 0 0 -1 1 0 2 1 1 2.00 120.00 240.00 8550 3300 5775 2325 2 1 0 2 0 7 50 0 -1 6.000 0 0 -1 1 0 2 1 1 2.00 120.00 240.00 8625 3300 9000 2475 2 1 0 2 0 7 50 0 -1 6.000 0 0 -1 1 0 2 1 1 2.00 120.00 240.00 3600 4500 4575 3675 2 1 0 2 0 7 50 0 -1 6.000 0 0 -1 1 0 2 1 1 2.00 120.00 240.00 6525 4500 5700 3675 2 1 0 2 0 7 50 0 -1 6.000 0 0 -1 1 0 3 1 1 2.00 120.00 240.00 5025 5925 5250 5925 5250 4875 2 1 0 2 0 7 50 0 -1 6.000 0 0 -1 1 0 3 1 1 2.00 120.00 240.00 5925 5925 5475 5925 5475 4875 2 1 0 2 0 7 50 0 -1 6.000 0 0 -1 1 0 5 1 1 2.00 120.00 240.00 1125 6900 900 6900 900 5625 4875 5625 4875 4875 2 1 0 2 0 7 50 0 -1 6.000 0 0 -1 1 0 5 1 1 2.00 120.00 240.00 1125 7500 750 7500 750 5475 4650 5475 4650 4875 2 1 0 2 0 7 50 0 -1 6.000 0 0 -1 0 0 2 4350 6600 4350 6075 2 1 0 2 0 7 50 0 -1 6.000 0 0 -1 0 0 2 6825 6600 6825 6075 2 2 1 2 0 7 50 0 -1 6.000 0 0 -1 0 0 5 3225 6600 8400 6600 8400 7875 3225 7875 3225 6600 2 1 1 2 0 7 50 0 -1 6.000 0 0 -1 0 0 2 3225 7200 8400 7200 2 1 1 2 0 7 50 0 -1 6.000 0 0 -1 0 0 2 5775 6600 5775 7875 2 1 0 2 0 7 50 0 -1 6.000 0 0 -1 0 0 2 3225 6900 2700 6900 2 1 0 2 0 7 50 0 -1 6.000 0 0 -1 0 0 2 3225 7500 2925 7500 4 0 0 50 0 16 18 0.0000 4 270 705 4800 1200 Utility\001 4 0 0 50 0 16 18 0.0000 4 210 975 4650 2400 Element\001 4 0 0 50 0 16 18 0.0000 4 270 1110 4575 3600 Segment\001 4 0 0 50 0 16 18 0.0000 4 210 1275 300 3600 Simulation\001 4 0 0 50 0 16 18 0.0000 4 210 600 3375 3600 Field\001 4 0 0 50 0 16 18 0.0000 4 210 930 2025 3600 Globals\001 4 0 0 50 0 16 18 0.0000 4 270 870 6375 3600 Output\001 4 0 0 50 0 16 18 0.0000 4 210 1830 7875 3600 VectorElement\001 4 0 0 50 0 16 18 0.0000 4 210 855 8925 2400 Vector\001 4 0 0 50 0 16 18 0.0000 4 210 615 6300 4800 Filter\001 4 0 0 50 0 16 18 0.0000 4 270 1110 4575 4800 Integrate\001 4 0 0 50 0 16 18 0.0000 4 270 1260 2775 4800 Sequence\001 4 0 0 50 0 16 18 0.0000 4 270 1380 3600 6000 IntegrateIP\001 4 0 0 50 0 16 18 0.0000 4 270 1470 6000 6000 IntegrateEX\001 4 0 0 50 0 16 18 0.0000 4 270 1635 1200 7575 IntegrateRK4\001 4 0 0 50 0 16 18 0.0000 4 270 1395 1200 6975 IntegrateSI\001 4 0 0 50 0 16 18 0.0000 4 270 1665 3600 6975 IntegrateSIIP\001 4 0 0 50 0 16 18 0.0000 4 270 1755 6000 6975 IntegrateSIEX\001 4 0 0 50 0 16 18 0.0000 4 270 1905 3600 7575 IntegrateRK4IP\001 4 0 0 50 0 16 18 0.0000 4 270 1995 6000 7575 IntegrateRK4EX\001 4 0 0 50 0 17 18 0.0000 4 270 1980 8550 7275 Algorithm matrix\001 4 0 0 50 0 16 18 0.0000 4 270 1815 600 2400 FieldGeometry\001 xmds-doc-0~svn.1884/latex/figures/classes.eps0000644000175000017500000112035710303531153020461 0ustar rafaelrafael%!PS-Adobe-3.1 EPSF-3.0 %%Title: classes_new.eps %%Creator: Adobe Illustrator(R) X %%AI8_CreatorVersion: 10.0 %AI9_PrintingDataBegin %%For: Physics %%CreationDate: 26/8/05 %%BoundingBox: 0 0 779 272 %%HiResBoundingBox: 0 0 779 271.5000 %%CropBox: 0 0 779 271.5000 %%LanguageLevel: 2 %%DocumentData: Clean7Bit %ADOBeginClientInjection: DocumentHeader "AI10" %ADOEndClientInjection: DocumentHeader "AI10" %%Pages: 1 %%DocumentNeededResources: %%DocumentSuppliedResources: procset Adobe_AGM_Image (1.0 0) %%+ procset Adobe_CoolType_Utility_MAKEOCF (1.13 0) %%+ procset Adobe_CoolType_Core (2.12 0) %%+ procset Adobe_AGM_Core (2.0 0) %%+ procset Adobe_AGM_Utils (1.0 0) %%DocumentFonts: %%DocumentNeededFonts: %%DocumentNeededFeatures: %%DocumentSuppliedFeatures: %%DocumentCustomColors: %%CMYKCustomColor: %%RGBCustomColor: %%EndComments %%BeginDefaults %%ViewingOrientation: 1 0 0 1 %%EndDefaults %%BeginProlog %ADOBeginClientInjection: DocumentProlog Start "AI10" %ADOEndClientInjection: DocumentProlog Start "AI10" %%BeginResource: procset Adobe_AGM_Utils 1.0 0 %%Version: 1.0 0 %%Copyright: Copyright (C) 2000-2000 Adobe Systems, Inc. All Rights Reserved. systemdict /setpacking known { currentpacking true setpacking } if userdict /Adobe_AGM_Utils 60 dict dup begin put /bdf { bind def } bind def /nd{ null def }bdf /xdf { exch def }bdf /ldf { load def }bdf /ddf { put }bdf /xddf { 3 -1 roll put }bdf /xpt { exch put }bdf /ndf { exch dup where{ pop pop pop }{ xdf }ifelse }def /cdndf { exch dup currentdict exch known{ pop pop }{ exch def }ifelse }def /bdict { mark }bdf /edict { counttomark 2 idiv dup dict begin {def} repeat pop currentdict end }def /ps_level /languagelevel where{ pop systemdict /languagelevel get exec }{ 1 }ifelse def /level2 ps_level 2 ge def /level3 ps_level 3 ge def /ps_version {version cvr} stopped { -1 }if def /makereadonlyarray { /packedarray where{ pop packedarray }{ array astore readonly }ifelse }bdf /map_reserved_ink_name { dup type /stringtype eq{ dup /Red eq{ pop (_Red_) }{ dup /Green eq{ pop (_Green_) }{ dup /Blue eq{ pop (_Blue_) }{ dup /Cyan eq{ pop (_Cyan_) }{ dup /Magenta eq{ pop (_Magenta_) }{ dup /Yellow eq{ pop (_Yellow_) }{ dup /Black eq{ pop (_Black_) }{ dup () cvn eq{ pop (Process) }if }ifelse }ifelse }ifelse }ifelse }ifelse }ifelse }ifelse }if }bdf /AGMUTIL_GSTATE 22 dict def /get_gstate { AGMUTIL_GSTATE begin /AGMUTIL_GSTATE_clr_spc currentcolorspace def /AGMUTIL_GSTATE_clr_indx 0 def /AGMUTIL_GSTATE_clr_comps 12 array def mark currentcolor counttomark {AGMUTIL_GSTATE_clr_comps AGMUTIL_GSTATE_clr_indx 3 -1 roll put /AGMUTIL_GSTATE_clr_indx AGMUTIL_GSTATE_clr_indx 1 add def} repeat pop /AGMUTIL_GSTATE_fnt rootfont def /AGMUTIL_GSTATE_lw currentlinewidth def /AGMUTIL_GSTATE_lc currentlinecap def /AGMUTIL_GSTATE_lj currentlinejoin def /AGMUTIL_GSTATE_ml currentmiterlimit def currentdash /AGMUTIL_GSTATE_do xdf /AGMUTIL_GSTATE_da xdf /AGMUTIL_GSTATE_sa currentstrokeadjust def /AGMUTIL_GSTATE_clr_rnd currentcolorrendering def /AGMUTIL_GSTATE_op currentoverprint def /AGMUTIL_GSTATE_bg currentblackgeneration cvlit def /AGMUTIL_GSTATE_ucr currentundercolorremoval cvlit def currentcolortransfer cvlit /AGMUTIL_GSTATE_gy_xfer xdf cvlit /AGMUTIL_GSTATE_b_xfer xdf cvlit /AGMUTIL_GSTATE_g_xfer xdf cvlit /AGMUTIL_GSTATE_r_xfer xdf /AGMUTIL_GSTATE_ht currenthalftone def /AGMUTIL_GSTATE_flt currentflat def end }def /set_gstate { AGMUTIL_GSTATE begin AGMUTIL_GSTATE_clr_spc setcolorspace AGMUTIL_GSTATE_clr_indx {AGMUTIL_GSTATE_clr_comps AGMUTIL_GSTATE_clr_indx 1 sub get /AGMUTIL_GSTATE_clr_indx AGMUTIL_GSTATE_clr_indx 1 sub def} repeat setcolor AGMUTIL_GSTATE_fnt setfont AGMUTIL_GSTATE_lw setlinewidth AGMUTIL_GSTATE_lc setlinecap AGMUTIL_GSTATE_lj setlinejoin AGMUTIL_GSTATE_ml setmiterlimit AGMUTIL_GSTATE_da AGMUTIL_GSTATE_do setdash AGMUTIL_GSTATE_sa setstrokeadjust AGMUTIL_GSTATE_clr_rnd setcolorrendering AGMUTIL_GSTATE_op setoverprint AGMUTIL_GSTATE_bg cvx setblackgeneration AGMUTIL_GSTATE_ucr cvx setundercolorremoval AGMUTIL_GSTATE_r_xfer cvx AGMUTIL_GSTATE_g_xfer cvx AGMUTIL_GSTATE_b_xfer cvx AGMUTIL_GSTATE_gy_xfer cvx setcolortransfer AGMUTIL_GSTATE_ht /HalftoneType get dup 9 eq exch 100 eq or { currenthalftone /HalftoneType get AGMUTIL_GSTATE_ht /HalftoneType get ne { mark AGMUTIL_GSTATE_ht {sethalftone} stopped cleartomark } if }{ AGMUTIL_GSTATE_ht sethalftone } ifelse AGMUTIL_GSTATE_flt setflat end }def /AGMUTIL_str256 256 string def /AGMUTIL_src256 256 string def /AGMUTIL_dst64 64 string def /AGMUTIL_srcLen nd /AGMUTIL_ndx nd /rdline { currentfile AGMUTIL_str256 readline pop } bdf /rdcmntline { currentfile AGMUTIL_str256 readline pop (%) anchorsearch {pop} if } bdf /filter_cmyk { dup type /filetype ne{ 0 () /SubFileDecode filter }if [ exch { AGMUTIL_src256 readstring pop dup length /AGMUTIL_srcLen exch def /AGMUTIL_ndx 0 def AGMCORE_plate_ndx 4 AGMUTIL_srcLen 1 sub{ 1 index exch get AGMUTIL_dst64 AGMUTIL_ndx 3 -1 roll put /AGMUTIL_ndx AGMUTIL_ndx 1 add def }for pop AGMUTIL_dst64 0 AGMUTIL_ndx getinterval } bind /exec cvx ] cvx } bdf /AGMUTIL_imagefile nd /AGMUTIL_imbuf nd /read_image_file { AGMUTIL_imagefile 0 setfileposition dup /DataSource {AGMUTIL_imagefile AGMUTIL_imbuf readstring pop} put exch load exec }def /write_image_file { begin { (AGMUTIL_imagefile) (w+) file } stopped{ false }{ Adobe_AGM_Utils/AGMUTIL_imagefile xddf Adobe_AGM_Utils/AGMUTIL_imbuf Width BitsPerComponent mul 7 add 8 idiv string ddf 1 1 Height { pop DataSource dup type /filetype eq{ AGMUTIL_imbuf readstring pop }{ exec } ifelse AGMUTIL_imagefile exch writestring }for true }ifelse end }def /close_image_file { AGMUTIL_imagefile closefile (AGMUTIL_imagefile) deletefile }def /consumeimagedata { begin currentdict /MultipleDataSources known not {/MultipleDataSources false def} if MultipleDataSources { 1 dict begin /flushbuffer Width cvi string def 1 1 Height cvi { pop 0 1 DataSource length 1 sub { DataSource exch get dup type dup /filetype eq { exch flushbuffer readstring pop pop }if /arraytype eq { exec pop }if }for }for end } { /DataSource load type dup /filetype eq { 1 dict begin /flushbuffer Width Decode length 2 div mul cvi string def 1 1 Height { pop DataSource flushbuffer readstring pop pop} for end }if /arraytype eq { 1 1 Height { pop DataSource pop } for }if }ifelse end }bdf /addprocs { 2{/exec load}repeat 3 1 roll [ 5 1 roll ] bind cvx }def /modify_halftone_xfer { currenthalftone dup length dict copy begin currentdict 2 index known{ 1 index load dup length dict copy begin currentdict/TransferFunction known{ /TransferFunction load }{ currenttransfer }ifelse addprocs /TransferFunction xdf currentdict end def currentdict end sethalftone }{ currentdict/TransferFunction known{ /TransferFunction load }{ currenttransfer }ifelse addprocs /TransferFunction xdf currentdict end sethalftone pop }ifelse }def /doc_setup{ Adobe_AGM_Utils begin }bdf /doc_trailer{ currentdict Adobe_AGM_Utils eq{ end }if }bdf systemdict /setpacking known { setpacking } if %%EndResource %%BeginResource: procset Adobe_AGM_Core 2.0 0 %%Version: 2.0 0 %%Copyright: Copyright (C) 1997-1999 Adobe Systems, Inc. All Rights Reserved. systemdict /setpacking known { currentpacking true setpacking } if userdict /Adobe_AGM_Core 205 dict dup begin put /nd{ null def }bind def /Adobe_AGM_Core_Id /Adobe_AGM_Core_2.0_0 def /AGMCORE_str256 256 string def /AGMCORE_src256 256 string def /AGMCORE_save nd /AGMCORE_graphicsave nd /AGMCORE_c 0 def /AGMCORE_m 0 def /AGMCORE_y 0 def /AGMCORE_k 0 def /AGMCORE_cmykbuf 4 array def /AGMCORE_screen [currentscreen] cvx def /AGMCORE_tmp 0 def /AGMCORE_&setgray nd /AGMCORE_&setcolor nd /AGMCORE_&setcolorspace nd /AGMCORE_&setcmykcolor nd /AGMCORE_cyan_plate nd /AGMCORE_magenta_plate nd /AGMCORE_yellow_plate nd /AGMCORE_black_plate nd /AGMCORE_plate_ndx nd /AGMCORE_get_ink_data nd /AGMCORE_is_cmyk_sep nd /AGMCORE_host_sep nd /AGMCORE_will_host_sep nd /AGMCORE_avoid_L2_sep_space nd /AGMCORE_distilling nd /AGMCORE_composite_job nd /AGMCORE_producing_seps nd /AGMCORE_ps_level -1 def /AGMCORE_ps_version -1 def /AGMCORE_environ_ok nd /AGMCORE_CSA_cache 0 dict def /AGMCORE_CSD_cache 0 dict def /AGMCORE_pattern_cache 0 dict def /AGMCORE_currentoverprint false def /AGMCORE_deltaX nd /AGMCORE_deltaY nd /AGMCORE_name nd /AGMCORE_sep_special nd /AGMCORE_err_strings 4 dict def /AGMCORE_cur_err nd /AGMCORE_ovp nd /AGMCORE_current_spot_alias false def /AGMCORE_inverting false def /AGMCORE_feature_dictCount nd /AGMCORE_feature_opCount nd /AGMCORE_feature_ctm nd /AGMCORE_ConvertToProcess false def /AGMCORE_Default_CTM matrix def /knockout_unitsq nd /AGMCORE_CRD_cache where{ pop }{ /AGMCORE_CRD_cache 0 dict def }ifelse /AGMCORE_key_known { where{ /Adobe_AGM_Core_Id known }{ false }ifelse }ndf /flushinput { save /CompareBuffer 3 -1 roll def /readbuffer 256 string def mark { currentfile readbuffer {readline} stopped {cleartomark mark} { not {pop exit} if CompareBuffer eq {exit} if }ifelse }loop cleartomark restore }bdf /getspotfunction { AGMCORE_screen exch pop exch pop dup type /dicttype eq{ dup /HalftoneType get 1 eq{ /SpotFunction get }{ dup /HalftoneType get 2 eq{ /GraySpotFunction get }{ pop { abs exch abs 2 copy add 1 gt{ 1 sub dup mul exch 1 sub dup mul add 1 sub }{ dup mul exch dup mul add 1 exch sub }ifelse }bind }ifelse }ifelse }if } def /clp_npth { clip newpath } def /eoclp_npth { eoclip newpath } def /stkpath_clp_npth { strokepath clip newpath } def /stk_n_clp_npth { gsave stroke grestore clip newpath } def /npth_clp { newpath clip } def /graphic_setup { /AGMCORE_graphicsave save def concat 0 setgray 0 setlinecap 0 setlinejoin 1 setlinewidth [] 0 setdash 10 setmiterlimit newpath false setoverprint false setstrokeadjust Adobe_AGM_Core/spot_alias get exec /Adobe_AGM_Image where { pop Adobe_AGM_Image/spot_alias 2 copy known{ get exec }{ pop pop }ifelse } if 100 dict begin /showpage {} def mark } def /graphic_cleanup { cleartomark end AGMCORE_graphicsave restore } def /compose_error_msg { grestoreall initgraphics /Helvetica findfont 10 scalefont setfont /AGMCORE_deltaY 100 def /AGMCORE_deltaX 310 def clippath pathbbox newpath pop pop 36 add exch 36 add exch moveto 0 AGMCORE_deltaY rlineto AGMCORE_deltaX 0 rlineto 0 AGMCORE_deltaY neg rlineto AGMCORE_deltaX neg 0 rlineto closepath 0 AGMCORE_&setgray gsave 1 AGMCORE_&setgray fill grestore 1 setlinewidth gsave stroke grestore currentpoint AGMCORE_deltaY 15 sub add exch 8 add exch moveto /AGMCORE_deltaY 12 def /AGMCORE_tmp 0 def AGMCORE_err_strings exch get { dup 32 eq { pop AGMCORE_str256 0 AGMCORE_tmp getinterval stringwidth pop currentpoint pop add AGMCORE_deltaX 28 add gt { currentpoint AGMCORE_deltaY sub exch pop clippath pathbbox pop pop pop 44 add exch moveto } if AGMCORE_str256 0 AGMCORE_tmp getinterval show ( ) show 0 1 AGMCORE_str256 length 1 sub { AGMCORE_str256 exch 0 put }for /AGMCORE_tmp 0 def } { AGMCORE_str256 exch AGMCORE_tmp exch put /AGMCORE_tmp AGMCORE_tmp 1 add def } ifelse } forall } bdf /doc_setup{ Adobe_AGM_Core begin /AGMCORE_will_host_separate xdf /AGMCORE_ps_version xdf /AGMCORE_ps_level xdf errordict /AGM_handleerror known not{ errordict /AGM_handleerror errordict /handleerror get put errordict /handleerror { Adobe_AGM_Core begin $error /newerror get AGMCORE_cur_err null ne and{ $error /newerror false put AGMCORE_cur_err compose_error_msg }if $error /newerror true put end errordict /AGM_handleerror get exec } bind put }if /AGMCORE_environ_ok ps_level AGMCORE_ps_level ge ps_version AGMCORE_ps_version ge and AGMCORE_ps_level -1 eq or def AGMCORE_environ_ok not {/AGMCORE_cur_err /AGMCORE_bad_environ def} if /AGMCORE_&setgray systemdict/setgray get def level2{ /AGMCORE_&setcolor systemdict/setcolor get def /AGMCORE_&setcolorspace systemdict/setcolorspace get def }if /AGMCORE_distilling /product where{ pop systemdict/setdistillerparams known product (Adobe PostScript Parser) ne and }{ false }ifelse def /AGMCORE_in_rip_sep /AGMCORE_in_rip_sep where{ pop AGMCORE_in_rip_sep }{ AGMCORE_distilling { false }{ userdict/Adobe_AGM_OnHost_Seps known{ false }{ level2{ currentpagedevice/Separations 2 copy known{ get }{ pop pop false }ifelse }{ false }ifelse }ifelse }ifelse }ifelse def level2 not{ /xput{ dup load dup length exch maxlength eq{ dup dup load dup length dup 0 eq {pop 1} if 2 mul dict copy def }if load begin def end }def }{ /xput{ load 3 1 roll put }def }ifelse /AGMCORE_GSTATE AGMCORE_key_known not{ /AGMCORE_GSTATE 21 dict def /AGMCORE_gstack 32 array def /AGMCORE_gstackptr 0 def /AGMCORE_gstacksaveptr 0 def /AGMCORE_gstackframekeys 8 def /AGMCORE_&gsave /gsave ldf /AGMCORE_&grestore /grestore ldf /AGMCORE_&grestoreall /grestoreall ldf /AGMCORE_&save /save ldf /AGMCORE_gdictcopy { begin { def } forall end }def /AGMCORE_gput { AGMCORE_gstack AGMCORE_gstackptr get 3 1 roll put }def /AGMCORE_gget { AGMCORE_gstack AGMCORE_gstackptr get exch get }def /gsave { AGMCORE_&gsave AGMCORE_gstack AGMCORE_gstackptr get AGMCORE_gstackptr 1 add dup 32 ge {limitcheck} if Adobe_AGM_Core exch /AGMCORE_gstackptr exch put AGMCORE_gstack AGMCORE_gstackptr get AGMCORE_gdictcopy }def /grestore { AGMCORE_&grestore AGMCORE_gstackptr 1 sub dup AGMCORE_gstacksaveptr lt {1 add} if Adobe_AGM_Core exch /AGMCORE_gstackptr exch put }def /grestoreall { AGMCORE_&grestoreall Adobe_AGM_Core /AGMCORE_gstackptr AGMCORE_gstacksaveptr put }def /save { AGMCORE_&save AGMCORE_gstack AGMCORE_gstackptr get AGMCORE_gstackptr 1 add dup 32 ge {limitcheck} if Adobe_AGM_Core begin /AGMCORE_gstackptr exch def /AGMCORE_gstacksaveptr AGMCORE_gstackptr def end AGMCORE_gstack AGMCORE_gstackptr get AGMCORE_gdictcopy }def 0 1 AGMCORE_gstack length 1 sub { AGMCORE_gstack exch AGMCORE_gstackframekeys dict put } for }if /currentcmykcolor [0 0 0 0] AGMCORE_gput /currentstrokeadjust false AGMCORE_gput /currentcolorspace [/DeviceGray] AGMCORE_gput /sep_tint 0 AGMCORE_gput /sep_colorspace_dict null AGMCORE_gput /indexed_colorspace_dict null AGMCORE_gput /currentcolor_intent () AGMCORE_gput /customcolor_tint 1 AGMCORE_gput end }def /page_setup { /setcmykcolor where{ pop Adobe_AGM_Core/AGMCORE_&setcmykcolor /setcmykcolor load put }if Adobe_AGM_Core begin /setcmykcolor { 4 copy AGMCORE_cmykbuf astore /currentcmykcolor exch AGMCORE_gput 1 sub 4 1 roll 3 { 3 index add neg dup 0 lt { pop 0 } if 3 1 roll } repeat setrgbcolor pop }ndf /currentcmykcolor { /currentcmykcolor AGMCORE_gget aload pop }ndf /setoverprint { pop }ndf /currentoverprint { false }ndf /AGMCORE_deviceDPI 72 0 matrix defaultmatrix dtransform dup mul exch dup mul add sqrt def /AGMCORE_cyan_plate 1 0 0 0 test_cmyk_color_plate def /AGMCORE_magenta_plate 0 1 0 0 test_cmyk_color_plate def /AGMCORE_yellow_plate 0 0 1 0 test_cmyk_color_plate def /AGMCORE_black_plate 0 0 0 1 test_cmyk_color_plate def /AGMCORE_plate_ndx AGMCORE_cyan_plate{ 0 }{ AGMCORE_magenta_plate{ 1 }{ AGMCORE_yellow_plate{ 2 }{ AGMCORE_black_plate{ 3 }{ 4 }ifelse }ifelse }ifelse }ifelse def /AGMCORE_composite_job AGMCORE_cyan_plate AGMCORE_magenta_plate and AGMCORE_yellow_plate and AGMCORE_black_plate and def /AGMCORE_producing_seps AGMCORE_composite_job not AGMCORE_in_rip_sep or def /AGMCORE_host_sep AGMCORE_producing_seps AGMCORE_in_rip_sep not and def /AGM_preserve_spots /AGM_preserve_spots where{ pop AGM_preserve_spots }{ AGMCORE_distilling AGMCORE_producing_seps or }ifelse def /AGM_is_distiller_preserving_spotimages { currentdistillerparams/PreserveOverprintSettings known { currentdistillerparams/PreserveOverprintSettings get { currentdistillerparams/ColorConversionStrategy known { currentdistillerparams/ColorConversionStrategy get /LeaveColorUnchanged eq }{ true }ifelse }{ false }ifelse }{ false }ifelse }def /convert_spot_to_process where {pop}{ /convert_spot_to_process { dup dup (None) eq exch (All) eq or { pop false }{ AGMCORE_host_sep { gsave 1 0 0 0 setcmykcolor currentgray 1 exch sub 0 1 0 0 setcmykcolor currentgray 1 exch sub 0 0 1 0 setcmykcolor currentgray 1 exch sub 0 0 0 1 setcmykcolor currentgray 1 exch sub add add add 0 eq { pop false }{ false setoverprint 1 1 1 1 5 -1 roll findcmykcustomcolor 1 setcustomcolor currentgray 0 eq }ifelse grestore }{ AGMCORE_distilling { pop AGM_is_distiller_preserving_spotimages not }{ Adobe_AGM_Core/AGMCORE_name xddf false currentpagedevice/OverrideSeparations known { currentpagedevice/OverrideSeparations get { /HqnSpots /ProcSet resourcestatus { pop pop pop true }if }if }if { AGMCORE_name /HqnSpots /ProcSet findresource /TestSpot get exec not }{ gsave [/Separation AGMCORE_name /DeviceGray {}]setcolorspace false currentpagedevice/SeparationColorNames 2 copy known { get { AGMCORE_name eq or}forall not }{ pop pop pop true }ifelse grestore }ifelse }ifelse }ifelse }ifelse }def }ifelse /convert_to_process where {pop}{ /convert_to_process { dup length 0 eq { pop false }{ AGMCORE_host_sep { true exch { convert_spot_to_process and } forall }{ false exch { convert_spot_to_process or } forall }ifelse }ifelse }def }ifelse AGMCORE_host_sep AGMCORE_will_host_separate not and { /AGMCORE_cur_err /AGMCORE_color_space_onhost_seps def AGMCORE_color_space_onhost_seps }if /AGMCORE_avoid_L2_sep_space version cvr 2012 lt level2 and AGMCORE_producing_seps not and def /AGMCORE_is_cmyk_sep AGMCORE_cyan_plate AGMCORE_magenta_plate or AGMCORE_yellow_plate or AGMCORE_black_plate or def /AGM_avoid_0_cmyk where{ pop AGM_avoid_0_cmyk }{ AGM_preserve_spots userdict/Adobe_AGM_OnHost_Seps known userdict/Adobe_AGM_InRip_Seps known or not and }ifelse { /setcmykcolor[ { 4 copy add add add 0 eq currentoverprint and{ pop 0.0005 }if }/exec cvx /AGMCORE_&setcmykcolor load dup type/operatortype ne{ /exec cvx }if ]cvx def }if AGMCORE_host_sep{ /AGMCORE_get_ink_data AGMCORE_cyan_plate{ {pop pop pop} }{ AGMCORE_magenta_plate{ {4 3 roll pop pop pop} }{ AGMCORE_yellow_plate{ {4 2 roll pop pop pop} }{ {4 1 roll pop pop pop} }ifelse }ifelse }ifelse def /clip AGMCORE_key_known not{ Adobe_AGM_Core/AGMCORE_&clip /clip load put /clip { current_spot_alias{ currentdict/InksUsed known{ [ InksUsed{ dup map_alias{ /Name get exch pop }if }forall ] /InksUsed xdf }if }if AGMCORE_&clip }def }if /eoclip AGMCORE_key_known not{ Adobe_AGM_Core/AGMCORE_&eoclip /eoclip load put /eoclip { current_spot_alias{ currentdict/InksUsed known{ [ InksUsed{ dup map_alias{ /Name get exch pop }if }forall ] /InksUsed xdf }if }if AGMCORE_&eoclip }def }if }if AGMCORE_in_rip_sep{ /setcustomcolor { exch aload pop dup 7 1 roll inRip_spot_has_ink not { 4 {4 index mul 4 1 roll} repeat /DeviceCMYK setcolorspace 6 -2 roll pop pop }{ Adobe_AGM_Core begin /AGMCORE_k xdf /AGMCORE_y xdf /AGMCORE_m xdf /AGMCORE_c xdf end [/Separation 4 -1 roll /DeviceCMYK {dup AGMCORE_c mul exch dup AGMCORE_m mul exch dup AGMCORE_y mul exch AGMCORE_k mul} ] setcolorspace }ifelse setcolor }ndf /setseparationgray { [/Separation (All) /DeviceGray {}] setcolorspace_opt 1 exch sub setcolor }ndf }{ /setseparationgray { AGMCORE_&setgray }ndf }ifelse /findcmykcustomcolor { 5 makereadonlyarray }ndf /setcustomcolor { exch aload pop pop 4 {4 index mul 4 1 roll} repeat setcmykcolor pop }ndf /has_color /colorimage where{ AGMCORE_producing_seps{ pop true }{ systemdict eq }ifelse }{ false }ifelse def /map_index { 1 index mul exch getinterval {255 div} forall }def level2{ /mo /moveto ldf /li /lineto ldf /cv /curveto ldf /knockout_unitsq { 1 setgray 0 0 1 1 rectfill }def /level2ScreenFreq{ begin 60 HalftoneType 1 eq{ pop Frequency }if HalftoneType 2 eq{ pop GrayFrequency }if HalftoneType 5 eq{ pop Default level2ScreenFreq }if end }def /currentScreenFreq{ currenthalftone level2ScreenFreq }def level2 /setcolorspace AGMCORE_key_known not and{ /AGMCORE_&&&setcolorspace /setcolorspace ldf /AGMCORE_ReplaceMappedColor { dup type dup /arraytype eq exch /packedarraytype eq or { dup 0 get dup /Separation eq { pop dup length array copy dup dup 1 get current_spot_alias { dup map_alias { begin /sep_colorspace_dict currentdict AGMCORE_gput pop pop pop [ /Separation Name CSA map_csa dup /MappedCSA xdf /sep_colorspace_proc load ] dup Name end }if }if map_reserved_ink_name 1 exch put }{ /DeviceN eq { dup length array copy dup dup 1 get [ exch { current_spot_alias{ dup map_alias{ /Name get exch pop }if }if map_reserved_ink_name } forall ] 1 exch put }if }ifelse }if }def /setcolorspace { dup type dup /arraytype eq exch /packedarraytype eq or { dup 0 get /Indexed eq { AGMCORE_distilling { /PhotoshopDuotoneList where { pop false }{ true }ifelse }{ true }ifelse { aload pop 3 -1 roll AGMCORE_ReplaceMappedColor 3 1 roll 4 array astore }if }{ AGMCORE_ReplaceMappedColor }ifelse }if AGMCORE_&&&setcolorspace }def }if }{ /adj { currentstrokeadjust{ transform 0.25 sub round 0.25 add exch 0.25 sub round 0.25 add exch itransform }if }def /mo{ adj moveto }def /li{ adj lineto }def /cv{ 6 2 roll adj 6 2 roll adj 6 2 roll adj curveto }def /knockout_unitsq { 1 setgray 8 8 1 [8 0 0 8 0 0] {} image }def /currentstrokeadjust{ /currentstrokeadjust AGMCORE_gget }def /setstrokeadjust{ /currentstrokeadjust exch AGMCORE_gput }def /currentScreenFreq{ currentscreen pop pop }def /setcolorspace { /currentcolorspace exch AGMCORE_gput } def /currentcolorspace { /currentcolorspace AGMCORE_gget } def /n_color_components { dup type /arraytype eq{ 0 get }if dup /DeviceGray eq{ pop 1 }{ /DeviceCMYK eq{ 4 }{ 3 }ifelse }ifelse } def /setcolor_devicecolor { dup type /arraytype eq{ 0 get }if dup /DeviceGray eq{ pop setgray }{ /DeviceCMYK eq{ setcmykcolor }{ setrgbcolor }ifelse }ifelse }def /setcolor { currentcolorspace 0 get dup /DeviceGray ne{ dup /DeviceCMYK ne{ dup /DeviceRGB ne{ dup /Separation eq{ pop currentcolorspace 3 get exec currentcolorspace 2 get }{ dup /Indexed eq{ pop currentcolorspace 3 get dup type /stringtype eq{ currentcolorspace 1 get n_color_components 3 -1 roll map_index }{ exec }ifelse currentcolorspace 1 get }{ /AGMCORE_cur_err /AGMCORE_invalid_color_space def AGMCORE_invalid_color_space }ifelse }ifelse }if }if }if setcolor_devicecolor } def }ifelse /sop /setoverprint ldf /lw /setlinewidth ldf /lc /setlinecap ldf /lj /setlinejoin ldf /ml /setmiterlimit ldf /dsh /setdash ldf /sadj /setstrokeadjust ldf /gry /setgray ldf /rgb /setrgbcolor ldf /cmyk /setcmykcolor ldf /sep /setsepcolor ldf /idx /setindexedcolor ldf /colr /setcolor ldf /csacrd /set_csa_crd ldf /sepcs /setsepcolorspace ldf /idxcs /setindexedcolorspace ldf /cp /closepath ldf /clp /clp_npth ldf /eclp /eoclp_npth ldf /spclp /stkpath_clp_npth ldf /f /fill ldf /ef /eofill ldf /s /stroke ldf /sclp /stk_n_clp_npth ldf /nclp /npth_clp ldf /gset /graphic_setup ldf /gcln /graphic_cleanup ldf currentdict{ dup xcheck 1 index type dup /arraytype eq exch /packedarraytype eq or and { bind }if def }forall }def /page_trailer { end }def /doc_trailer{ }def systemdict /findcolorrendering known{ /findcolorrendering systemdict /findcolorrendering get def }if systemdict /setcolorrendering known{ /setcolorrendering systemdict /setcolorrendering get def }if /test_cmyk_color_plate { gsave setcmykcolor currentgray 1 ne grestore }def /inRip_spot_has_ink { dup Adobe_AGM_Core/AGMCORE_name xddf convert_spot_to_process not }def /current_ink { dup length 0 eq{ pop true }{ Adobe_AGM_Core/ink_result false put { dup /ProcessCyan eq{ AGMCORE_cyan_plate ink_result or Adobe_AGM_Core/ink_result xddf }{ dup /ProcessMagenta eq{ AGMCORE_magenta_plate ink_result or Adobe_AGM_Core/ink_result xddf }{ dup /ProcessYellow eq{ AGMCORE_yellow_plate ink_result or Adobe_AGM_Core/ink_result xddf }{ dup /ProcessBlack eq{ AGMCORE_black_plate ink_result or Adobe_AGM_Core/ink_result xddf }{ dup /sep_colorspace_dict AGMCORE_gget dup null eq{ pop false ink_result or Adobe_AGM_Core/ink_result xddf }{ /Name get eq{ 1 setsepcolor currentgray 1 ne ink_result or Adobe_AGM_Core/ink_result xddf }{ false ink_result or Adobe_AGM_Core/ink_result xddf }ifelse }ifelse }ifelse }ifelse }ifelse }ifelse pop } forall ink_result }ifelse }def /map255_to_range { 1 index sub 3 -1 roll 255 div mul add }def /set_csa_crd { /sep_colorspace_dict null AGMCORE_gput begin CSA map_csa setcolorspace_opt set_crd end } def /setsepcolor { /sep_colorspace_dict AGMCORE_gget begin dup /sep_tint exch AGMCORE_gput TintProc end } def /sep_colorspace_proc { Adobe_AGM_Core/AGMCORE_tmp xddf /sep_colorspace_dict AGMCORE_gget begin currentdict/Components known{ Components aload pop TintMethod/Lab eq{ 2 {AGMCORE_tmp mul NComponents 1 roll} repeat LMax sub AGMCORE_tmp mul LMax add NComponents 1 roll }{ TintMethod/Subtractive eq{ NComponents{ AGMCORE_tmp mul NComponents 1 roll }repeat }{ NComponents{ 1 sub AGMCORE_tmp mul 1 add NComponents 1 roll } repeat }ifelse }ifelse }{ ColorLookup AGMCORE_tmp ColorLookup length 1 sub mul round cvi get aload pop }ifelse end } def /sep_colorspace_gray_proc { Adobe_AGM_Core/AGMCORE_tmp xddf /sep_colorspace_dict AGMCORE_gget begin GrayLookup AGMCORE_tmp GrayLookup length 1 sub mul round cvi get end } def /sep_proc_name { dup 0 get dup /DeviceRGB eq exch /DeviceCMYK eq or level2 not and has_color not and{ pop [/DeviceGray] /sep_colorspace_gray_proc }{ /sep_colorspace_proc }ifelse } def /setsepcolorspace { current_spot_alias{ dup begin Name map_alias{ exch pop }if end }if dup /sep_colorspace_dict exch AGMCORE_gput begin /MappedCSA CSA map_csa def Adobe_AGM_Core/AGMCORE_sep_special Name dup () eq exch (All) eq or ddf AGMCORE_avoid_L2_sep_space{ [/Indexed MappedCSA sep_proc_name 255 exch { 255 div } /exec cvx 3 -1 roll [ 4 1 roll load /exec cvx ] cvx ] setcolorspace_opt /TintProc { 255 mul round cvi setcolor }bdf }{ MappedCSA 0 get /DeviceCMYK eq currentdict/Components known and AGMCORE_sep_special not and{ /TintProc [ Components aload pop Name findcmykcustomcolor /exch cvx /setcustomcolor cvx ] cvx bdf }{ AGMCORE_host_sep Name (All) eq and{ /TintProc { 1 exch sub setseparationgray }bdf }{ AGMCORE_in_rip_sep MappedCSA 0 get /DeviceCMYK eq and AGMCORE_host_sep or Name () eq and{ /TintProc [ MappedCSA sep_proc_name exch 0 get /DeviceCMYK eq{ cvx /setcmykcolor cvx }{ cvx /setgray cvx }ifelse ] cvx bdf }{ AGMCORE_producing_seps MappedCSA 0 get dup /DeviceCMYK eq exch /DeviceGray eq or and AGMCORE_sep_special not and{ /TintProc [ /dup cvx MappedCSA sep_proc_name cvx exch 0 get /DeviceGray eq{ 1 /exch cvx /sub cvx 0 0 0 4 -1 /roll cvx }if /Name cvx /findcmykcustomcolor cvx /exch cvx AGMCORE_host_sep{ AGMCORE_is_cmyk_sep }{ Name inRip_spot_has_ink not }ifelse { /pop cvx 1 }if /setcustomcolor cvx ] cvx bdf }{ /TintProc /setcolor ldf [/Separation Name MappedCSA sep_proc_name load ] setcolorspace_opt }ifelse }ifelse }ifelse }ifelse }ifelse set_crd setsepcolor end } def /setindexedcolorspace { dup /indexed_colorspace_dict exch AGMCORE_gput begin /MappedCSA CSA map_csa def AGMCORE_host_sep level2 not and{ 0 0 0 0 setcmykcolor }{ [/Indexed MappedCSA level2 not has_color not and{ dup 0 get dup /DeviceRGB eq exch /DeviceCMYK eq or{ pop [/DeviceGray] }if HiVal GrayLookup }{ HiVal currentdict/RangeArray known{ { /indexed_colorspace_dict AGMCORE_gget begin Lookup exch dup HiVal gt{ pop HiVal }if NComponents mul NComponents getinterval {} forall NComponents 1 sub -1 0{ RangeArray exch 2 mul 2 getinterval aload pop map255_to_range NComponents 1 roll }for end } bind }{ Lookup }ifelse }ifelse ] setcolorspace_opt set_crd }ifelse end }def /setindexedcolor { AGMCORE_host_sep{ /indexed_colorspace_dict AGMCORE_gget/Lookup get 4 3 -1 roll map_index setcmykcolor }{ setcolor }ifelse } def /ignoreimagedata { currentoverprint not{ gsave dup begin 1 setgray 0 0 ImageMatrix itransform Width Height ImageMatrix idtransform rectfill end grestore }if consumeimagedata }def /add_csa { Adobe_AGM_Core begin /AGMCORE_CSA_cache xput end }def /map_csa { dup type /nametype eq{ Adobe_AGM_Core/AGMCORE_CSA_cache get exch get }if }def /add_csd { Adobe_AGM_Core begin /AGMCORE_CSD_cache xput end }def /get_csd { dup type /nametype eq{ Adobe_AGM_Core/AGMCORE_CSD_cache get exch get }if }def /get_csd_by_name { dup type dup /nametype eq exch /stringtype eq or{ Adobe_AGM_Core begin /AGMCORE_CSD_Name xdf AGMCORE_CSD_cache { dup /Name get AGMCORE_CSD_Name eq { exch pop exit }{ pop }ifelse pop }forall end }if }def /cachepattern_level2 { 4 dict begin /comparebuffer exch def /holdbuffer exch def /readbuffer 1024 string def /LZWFilter holdbuffer /LZWEncode filter def { currentfile readbuffer readline not {pop exit} if dup LZWFilter exch writestring LZWFilter (\n) writestring comparebuffer eq {exit} if }loop LZWFilter closefile end }def /cachepattern_level3 { 3 dict begin /comparebuffer exch def /readbuffer 1024 string def /DoEOL false def { DoEOL { (\n) /DoEOL false def } { currentfile readbuffer readline not {pop ()} { dup length 0 eq { pop(\n)} { dup comparebuffer eq {pop ()} {/DoEOL true def} ifelse } ifelse } ifelse } ifelse } /ReusableStreamDecode filter end }def /add_pattern { Adobe_AGM_Core begin /AGMCORE_pattern_cache xput end }def /get_pattern { dup type /nametype eq{ Adobe_AGM_Core/AGMCORE_pattern_cache get exch get }if }def /make_pattern { dup matrix currentmatrix matrix concatmatrix 0 0 3 2 roll itransform exch 3 index /XStep get 1 index exch 2 copy div cvi mul sub sub exch 3 index /YStep get 1 index exch 2 copy div cvi mul sub sub matrix translate exch matrix concatmatrix makepattern }def /set_pattern { dup /PatternType get 1 eq{ dup /PaintType get 1 eq{ false sop [/DeviceGray] setcolorspace 0 setgray }if }if setpattern }def /setcolorspace_opt { dup currentcolorspace eq{ pop }{ setcolorspace }ifelse }def /updatecolorrendering { currentcolorrendering/Intent known{ currentcolorrendering/Intent get }{ null }ifelse Intent ne{ false Intent AGMCORE_CRD_cache { exch pop begin dup Intent eq{ currentdict setcolorrendering_opt end exch pop true exch exit }if end } forall pop not{ systemdict /findcolorrendering known{ Intent findcolorrendering pop /ColorRendering findresource dup length dict copy setcolorrendering_opt }if }if }if } def /add_crd { AGMCORE_CRD_cache 3 1 roll put }def /set_crd { AGMCORE_host_sep not level2 and{ currentdict/CRD known{ AGMCORE_CRD_cache CRD get dup null ne{ setcolorrendering_opt }{ pop }ifelse }{ currentdict/Intent known{ updatecolorrendering }if }ifelse }if }def /setcolorrendering_opt { dup currentcolorrendering eq{ pop }{ begin /Intent Intent def currentdict end setcolorrendering }ifelse }def /cdndf { exch dup currentdict exch known{ pop pop }{ exch def }ifelse }def /cpaint_gcomp { convert_to_process Adobe_AGM_Core/AGMCORE_ConvertToProcess xddf Adobe_AGM_Core/AGMCORE_ConvertToProcess get not { (%end_cpaint_gcomp) flushinput }if }def /cpaint_gsep { Adobe_AGM_Core/AGMCORE_ConvertToProcess get { (%end_cpaint_gsep) flushinput }if }def /cpaint_gend { newpath }def /AGMCORE_ctm_stack bdict /push_ctm { stack length size le{ stack dup length 2 mul array dup /stack exch def copy pop }if stack size 3 -1 roll put /size size 1 add def } /pop_ctm { /size size 1 sub def size 0 lt{ /size 0 def }if stack size get } /stack 1 array /size 0 edict def /save_ctm { matrix currentmatrix AGMCORE_ctm_stack begin push_ctm end }def /restore_ctm { AGMCORE_ctm_stack begin pop_ctm end setmatrix }def /path_rez { dup 0 ne{ AGMCORE_deviceDPI exch div dup 1 lt{ pop 1 }if setflat }{ pop }ifelse }def /rdcmntline { currentfile AGMCORE_str256 readline pop (%) anchorsearch {pop} if } def /set_spot_alias_ary { /AGMCORE_SpotAliasAry where{ pop pop }{ Adobe_AGM_Core/AGMCORE_SpotAliasAry xddf true set_spot_alias }ifelse }def /set_spot_alias { /AGMCORE_SpotAliasAry where{ /AGMCORE_current_spot_alias 3 -1 roll put }{ pop }ifelse }def /current_spot_alias { /AGMCORE_SpotAliasAry where{ /AGMCORE_current_spot_alias get }{ false }ifelse }def /map_alias { /AGMCORE_SpotAliasAry where{ begin /AGMCORE_name xdf false AGMCORE_SpotAliasAry{ dup/Name get AGMCORE_name eq{ save exch /Adobe_AGM_Core currentdict def /CSD get get_csd exch restore exch pop true exit }{ pop }ifelse }forall end }{ pop false }ifelse }bdf /spot_alias { true set_spot_alias /AGMCORE_&setcustomcolor AGMCORE_key_known not { Adobe_AGM_Core/AGMCORE_&setcustomcolor /setcustomcolor load put } if /customcolor_tint 1 AGMCORE_gput Adobe_AGM_Core begin /setcustomcolor { dup /customcolor_tint exch AGMCORE_gput current_spot_alias{ 1 index 4 get map_alias{ mark 3 1 roll setsepcolorspace counttomark 0 ne{ setsepcolor }if pop pop }{ AGMCORE_&setcustomcolor }ifelse }{ AGMCORE_&setcustomcolor }ifelse }bdf end }def /begin_feature { Adobe_AGM_Core/AGMCORE_feature_dictCount countdictstack put count Adobe_AGM_Core/AGMCORE_feature_opCount 3 -1 roll put {Adobe_AGM_Core/AGMCORE_feature_ctm matrix currentmatrix put}if }def /end_feature { 2 dict begin /spd /setpagedevice load def /setpagedevice { get_gstate spd set_gstate } def stopped{$error/newerror false put}if end count Adobe_AGM_Core/AGMCORE_feature_opCount get sub dup 0 gt{{pop}repeat}{pop}ifelse countdictstack Adobe_AGM_Core/AGMCORE_feature_dictCount get sub dup 0 gt{{end}repeat}{pop}ifelse {Adobe_AGM_Core/AGMCORE_feature_ctm get setmatrix}if }def /set_negative { Adobe_AGM_Core begin /AGMCORE_inverting exch def level2{ currentpagedevice/NegativePrint known{ currentpagedevice/NegativePrint get Adobe_AGM_Core/AGMCORE_inverting get ne{ true begin_feature true{ bdict /NegativePrint Adobe_AGM_Core/AGMCORE_inverting get edict setpagedevice }end_feature }if /AGMCORE_inverting false def }if }if AGMCORE_inverting{ [{1 exch sub}/exec load dup currenttransfer exch]cvx bind settransfer gsave newpath clippath 1 /setseparationgray where{pop setseparationgray}{setgray}ifelse fill grestore }if end }def /lw_save_restore_override { /md where { pop md begin /pmSVsetup{} def /endp{}def /pse{}def /psb{}def /orig_showpage where {pop} {/orig_showpage /showpage load def} ifelse /showpage {orig_showpage gR} def end }if }def /pscript_showpage_override { /NTPSOct95 where { begin showpage save /showpage /restore load def /restore {exch pop}def end }if }def /driver_media_override { /md where { pop md /initializepage known { md /initializepage {} put } if md /rC known { md /rC {4{pop}repeat} put } if }if Adobe_AGM_Core /AGMCORE_Default_CTM matrix currentmatrix put }def /driver_check_media_override { Adobe_AGM_Core /AGMCORE_Default_CTM get matrix currentmatrix ne { Adobe_AGM_Core /AGMCORE_Default_CTM get setmatrix }if }def AGMCORE_err_strings begin /AGMCORE_bad_environ (Environment not satisfactory for this job. Ensure that the PPD is correct or that the PostScript level requested is supported by this printer. ) def /AGMCORE_color_space_onhost_seps (This job contains colors that will not separate with on-host methods. ) def /AGMCORE_invalid_color_space (This job contains an invalid color space. ) def end end systemdict /setpacking known { setpacking } if %%EndResource %%BeginResource: procset Adobe_CoolType_Core 2.12 0 %%Copyright: Copyright 1997-2001 Adobe Systems Incorporated. All Rights Reserved. %%Version: 2.12 0 userdict/Adobe_CoolType_Core 60 dict dup begin put/Level2? systemdict /languagelevel known dup{pop systemdict/languagelevel get 2 ge}if def Level2? not{/currentglobal false def/setglobal/pop load def/gcheck{pop false}bind def /currentpacking false def/setpacking/pop load def/SharedFontDirectory 0 dict def}if currentpacking true setpacking/@_SaveStackLevels{Adobe_CoolType_Data begin @opStackCountByLevel @opStackLevel 2 copy known not{2 copy 3 dict dup /args 7 index 5 add array put put get}{get dup/args get dup length 3 index lt{ dup length 5 add array exch 1 index exch 0 exch putinterval 1 index exch/args exch put}{pop}ifelse}ifelse begin count 2 sub 1 index lt{pop count 1 sub}if dup/argCount exch def dup 0 gt{exch 1 index 2 add 1 roll args exch 0 exch getinterval astore pop}{pop}ifelse count 1 sub/restCount exch def end /@opStackLevel @opStackLevel 1 add def countdictstack 1 sub @dictStackCountByLevel exch @dictStackLevel exch put/@dictStackLevel @dictStackLevel 1 add def end}bind def/@_RestoreStackLevels{ Adobe_CoolType_Data begin/@opStackLevel @opStackLevel 1 sub def @opStackCountByLevel @opStackLevel get begin count restCount sub dup 0 gt{{pop }repeat}{pop}ifelse args 0 argCount getinterval{}forall end/@dictStackLevel @dictStackLevel 1 sub def @dictStackCountByLevel @dictStackLevel get end countdictstack exch sub dup 0 gt{{end}repeat}{pop}ifelse}bind def /@_PopStackLevels{Adobe_CoolType_Data begin/@opStackLevel @opStackLevel 1 sub def/@dictStackLevel @dictStackLevel 1 sub def end}bind def/@Raise{exch cvx exch errordict exch get exec stop}bind def/@ReRaise{cvx $error/errorname get errordict exch get exec stop}bind def/@Stopped{0 @#Stopped}bind def/@#Stopped{ @_SaveStackLevels stopped{@_RestoreStackLevels true}{@_PopStackLevels false} ifelse}bind def/@Arg{Adobe_CoolType_Data begin @opStackCountByLevel @opStackLevel 1 sub get/args get exch get end}bind def/doc_setup{ Adobe_CoolType_Core begin/mov/moveto load def/nfnt/newencodedfont load def /mfnt/makefont load def/sfnt/setfont load def/ufnt/undefinefont load def/chp /charpath load def/awsh/awidthshow load def/wsh/widthshow load def/ash/ashow load def/sh/show load def end userdict/Adobe_CoolType_Data 6 dict dup begin /AddWidths? false def/CC 0 def/charcode 2 string def/@opStackCountByLevel 32 dict def/@opStackLevel 0 def/@dictStackCountByLevel 32 dict def /@dictStackLevel 0 def end put}bind def/doc_trailer{currentdict Adobe_CoolType_Core eq{end}if}bind def/page_setup{Adobe_CoolType_Core begin} bind def/page_trailer{end}bind def/unload{systemdict/languagelevel known{ systemdict/languagelevel get 2 ge{userdict/Adobe_CoolType_Core 2 copy known{ undef}{pop pop}ifelse}if}if}bind def/ndf{1 index where{pop pop pop}{dup xcheck {bind}if def}ifelse}def/findfont dup systemdict begin userdict begin /globaldict where{/globaldict get begin}if dup where pop exch get/globaldict where{pop end}if end end def/systemfindfont/findfont load def/undefinefont{pop }ndf/copyfont{currentglobal 3 1 roll 1 index gcheck setglobal dup null eq{0}{ dup length}ifelse 2 index length add 1 add dict begin exch{1 index/FID eq{pop pop}{def}ifelse}forall dup null eq{pop}{{def}forall}ifelse currentdict end exch setglobal}bind def/copyarray{currentglobal exch dup gcheck setglobal dup length array copy exch setglobal}bind def/newencodedfont{currentglobal{ SharedFontDirectory 3 index known{SharedFontDirectory 3 index get /FontReferenced known}{false}ifelse}{FontDirectory 3 index known{FontDirectory 3 index get/FontReferenced known}{SharedFontDirectory 3 index known{ SharedFontDirectory 3 index get/FontReferenced known}{false}ifelse}ifelse} ifelse dup{3 index findfont/FontReferenced get 2 index findfont ne{pop false} if}if{pop 1 index findfont/Encoding get exch 0 1 255{2 copy get 3 index 3 1 roll put}for pop pop pop}{findfont dup dup maxlength 2 add dict begin exch{1 index/FID ne{def}{pop pop}ifelse}forall/FontReferenced exch def/Encoding exch dup length array copy def/FontName 1 index dup type/stringtype eq{cvn}if def currentdict end definefont pop}ifelse}bind def/SetSubstituteStrategy{ $SubstituteFont begin dup type/dicttype ne{0 dict}if currentdict/$Strategies known{exch $Strategies exch 2 copy known{get 2 copy maxlength exch maxlength add dict begin{def}forall{def}forall currentdict dup/$Init known{dup/$Init get exec}if end/$Strategy exch def}{pop pop pop}ifelse}{pop pop}ifelse end}bind def/scff{$SubstituteFont begin dup type/stringtype eq{dup length exch}{null} ifelse/$sname exch def/$slen exch def end{findfont}@Stopped{dup length dup 21 add string dup 4 3 roll 0 exch 128 string cvs putinterval exch 1 index exch (_was-malformed-so-was)putinterval cvn{findfont}@Stopped{pop/Courier findfont} if}if $SubstituteFont begin/$sname null def/$slen 0 def end}bind def /isWidthsOnlyFont{dup/WidthsOnly known{pop pop true}{dup/FDepVector known{ /FDepVector get{isWidthsOnlyFont dup{exit}if}forall}{dup/FDArray known{ /FDArray get{isWidthsOnlyFont dup{exit}if}forall}{pop}ifelse}ifelse}ifelse} bind def/?set{$SubstituteFont begin/$substituteFound false def/$fontname 4 index def/$doSmartSub false def end 3 index findfont $SubstituteFont begin $substituteFound{false}{dup/FontName known{dup/FontName get $fontname eq 1 index/DistillerFauxFont known not and/currentdistillerparams where{pop false 2 index isWidthsOnlyFont not and}if}{false}ifelse}ifelse exch pop/$doSmartSub true def end{exch pop exch pop exch 2 dict dup/Found 3 index put exch findfont exch}{exch exec exch findfont 2 dict dup/Downloaded 6 5 roll put}ifelse dup /FontName 4 index put copyfont definefont pop}bind def/?str1 256 string def /?str2 256 string def/?add{1 index type/integertype eq{exch true 4 2}{false 3 1}ifelse roll 1 index findfont dup/Widths known{Adobe_CoolType_Data/AddWidths? true put gsave dup 1000 scalefont setfont}if/Downloaded known{exec exch{exch ?str2 cvs exch findfont/Downloaded get 1 dict begin/Downloaded 1 index def ?str1 cvs length ?str1 1 index 1 add 3 index putinterval exch length 1 add 1 index add ?str1 2 index(*)putinterval ?str1 0 2 index getinterval cvn findfont ?str1 3 index(+)putinterval 2 dict dup/FontName ?str1 0 6 index getinterval cvn put dup/Downloaded Downloaded put end copyfont dup/FontName get exch definefont pop pop pop}{pop}ifelse}{pop exch{findfont dup/Found get dup length exch ?str1 cvs pop ?str1 1 index(+)putinterval ?str1 1 index 1 add 4 index ?str2 cvs putinterval ?str1 exch 0 exch 5 4 roll ?str2 cvs length 1 add add getinterval cvn 1 dict exch 1 index exch/FontName exch put copyfont dup /FontName get exch definefont pop}{pop}ifelse}ifelse Adobe_CoolType_Data /AddWidths? get{grestore Adobe_CoolType_Data/AddWidths? false put}if}bind def /?sh{currentfont/Downloaded known{exch}if pop}bind def/?chp{currentfont /Downloaded known{pop}{false chp}ifelse}bind def/?mv{currentfont/Downloaded known{moveto pop pop}{pop pop moveto}ifelse}bind def setpacking userdict /$SubstituteFont 25 dict put 1 dict begin/SubstituteFont dup $error exch 2 copy known{get}{pop pop{pop/Courier}bind}ifelse def/currentdistillerparams where dup{pop pop currentdistillerparams/CannotEmbedFontPolicy 2 copy known{ get/Error eq}{pop pop false}ifelse}if not{countdictstack array dictstack 0 get begin userdict begin $SubstituteFont begin/$str 128 string def/$fontpat 128 string def/$slen 0 def/$sname null def/$match false def/$fontname null def /$substituteFound false def/$doSmartSub true def/$depth 0 def/$fontname null def/$italicangle 26.5 def/$dstack null def/$Strategies 10 dict dup begin /$Type3Underprint{currentglobal exch false setglobal 11 dict begin/UseFont exch $WMode 0 ne{dup length dict copy dup/WMode $WMode put/UseFont exch definefont}if def/FontName $fontname dup type/stringtype eq{cvn}if def /FontType 3 def/FontMatrix[.001 0 0 .001 0 0]def/Encoding 256 array dup 0 1 255{/.notdef put dup}for pop def/FontBBox[0 0 0 0]def/CCInfo 7 dict dup begin /cc null def/x 0 def/y 0 def end def/BuildChar{exch begin CCInfo begin 1 string dup 0 3 index put exch pop/cc exch def UseFont 1000 scalefont setfont cc stringwidth/y exch def/x exch def x y setcharwidth $SubstituteFont /$Strategy get/$Underprint get exec 0 0 moveto cc show x y moveto end end}bind def currentdict end exch setglobal}bind def/$GetaTint 2 dict dup begin /$BuildFont{dup/WMode known{dup/WMode get}{0}ifelse/$WMode exch def $fontname exch dup/FontName known{dup/FontName get dup type/stringtype eq{cvn}if}{ /unnamedfont}ifelse exch $deepcopyfont exch 1 index exch/FontBasedOn exch put dup/FontName $fontname dup type/stringtype eq{cvn}if put definefont}bind def /$Underprint{gsave x abs y abs gt{/y 1000 def}{/x -1000 def 500 120 translate} ifelse Level2?{[/Separation(All)/DeviceCMYK{0 0 0 1 pop}]setcolorspace}{0 setgray}ifelse 10 setlinewidth x .8 mul[7 3]{y mul 8 div 120 sub x 10 div exch moveto 0 y 4 div neg rlineto dup 0 rlineto 0 y 4 div rlineto closepath gsave Level2?{.2 setcolor}{.8 setgray}ifelse fill grestore stroke}forall pop grestore}bind def end def/$Oblique 1 dict dup begin/$BuildFont{currentglobal exch dup gcheck setglobal null copyfont begin/FontBasedOn currentdict/FontName known{FontName dup type/stringtype eq{cvn}if}{/unnamedfont}ifelse def/FontName $fontname dup type/stringtype eq{cvn}if def/currentdistillerparams where{pop}{ /FontInfo currentdict/FontInfo known{FontInfo null copyfont}{2 dict}ifelse dup begin/ItalicAngle $italicangle def/FontMatrix FontMatrix[1 0 ItalicAngle dup sin exch cos div 1 0 0]matrix concatmatrix readonly end 4 2 roll def def} ifelse FontName currentdict end definefont exch setglobal}bind def end def /$None 1 dict dup begin/$BuildFont{}bind def end def end def/$Oblique SetSubstituteStrategy/$findfontByEnum{dup type/stringtype eq{cvn}if dup /$fontname exch def $sname null eq{$str cvs dup length $slen sub $slen getinterval}{pop $sname}ifelse $fontpat dup 0(fonts/*)putinterval exch 7 exch putinterval/$match false def $SubstituteFont/$dstack countdictstack array dictstack put mark{$fontpat 0 $slen 7 add getinterval{/$match exch def exit} $str filenameforall}stopped{cleardictstack currentdict true $SubstituteFont /$dstack get{exch{1 index eq{pop false}{true}ifelse}{begin false}ifelse}forall pop}if cleartomark/$slen 0 def $match false ne{$match(fonts/)anchorsearch pop pop cvn}{/Courier}ifelse}bind def/$ROS 1 dict dup begin/Adobe 4 dict dup begin /Japan1[/Ryumin-Light/HeiseiMin-W3/GothicBBB-Medium/HeiseiKakuGo-W5 /HeiseiMaruGo-W4/Jun101-Light]def/Korea1[/HYSMyeongJo-Medium/HYGoThic-Medium] def/GB1[/STSong-Light/STHeiti-Regular]def/CNS1[/MKai-Medium/MHei-Medium]def end def end def/$cmapname null def/$deepcopyfont{dup/FontType get 0 eq{1 dict dup/FontName/copied put copyfont begin/FDepVector FDepVector copyarray 0 1 2 index length 1 sub{2 copy get $deepcopyfont dup/FontName/copied put/copied exch definefont 3 copy put pop pop}for def currentdict end}{$Strategies /$Type3Underprint get exec}ifelse}bind def/$buildfontname{length $str 1 index (-)putinterval 1 add $str 1 index $cmapname $fontpat cvs putinterval $cmapname length add $str exch 0 exch getinterval cvn}bind def/$findfontByROS{/$fontname exch def $ROS Registry 2 copy known{get Ordering 2 copy known{get}{pop pop[]} ifelse}{pop pop[]}ifelse false exch{dup/CIDFont resourcestatus{pop pop save 1 index/CIDFont findresource dup/WidthsOnly known{dup/WidthsOnly get}{false} ifelse exch pop exch restore{pop}{exch pop true exit}ifelse}{pop}ifelse}forall {$str cvs $buildfontname}{false(*){save exch dup/CIDFont findresource dup /WidthsOnly known{dup/WidthsOnly get not}{true}ifelse exch/CIDSystemInfo get dup/Registry get Registry eq exch/Ordering get Ordering eq and and{exch restore exch pop true exit}{pop restore}ifelse}$str/CIDFont resourceforall{ $buildfontname}{$fontname $findfontByEnum}ifelse}ifelse}bind def end end currentdict/$error known currentdict/languagelevel known and dup{pop $error /SubstituteFont known}if dup{$error}{Adobe_CoolType_Core}ifelse begin{ /SubstituteFont/CMap/Category resourcestatus{pop pop{$SubstituteFont begin /$substituteFound true def dup length $slen gt $sname null ne or $slen 0 gt and{$sname null eq{dup $str cvs dup length $slen sub $slen getinterval cvn}{ $sname}ifelse dup/CMap resourcestatus{pop pop dup/$cmapname exch def/CMap findresource/CIDSystemInfo get{def}forall $findfontByROS}{128 string cvs dup (-)search{3 1 roll search{3 1 roll pop{dup cvi}stopped{pop pop pop pop pop $findfontByEnum}{4 2 roll pop pop exch length exch 2 index length 2 index sub exch 1 sub -1 0{$str cvs dup length 4 index 0 4 index 4 3 roll add getinterval exch 1 index exch 3 index exch putinterval dup/CMap resourcestatus{pop pop 4 1 roll pop pop pop dup/$cmapname exch def/CMap findresource/CIDSystemInfo get{ def}forall $findfontByROS true exit}{pop}ifelse}for dup type/booleantype eq{ pop}{pop pop $findfontByEnum}ifelse}ifelse}{pop pop pop $findfontByEnum}ifelse }{pop pop $findfontByEnum}ifelse}ifelse}{//SubstituteFont exec}ifelse/$slen 0 def end}}{{$SubstituteFont begin/$substituteFound true def dup length $slen gt $sname null ne or $slen 0 gt and{$findfontByEnum}{//SubstituteFont exec}ifelse end}}ifelse bind readonly def Adobe_CoolType_Core/scfindfont/systemfindfont load put}{/scfindfont{$SubstituteFont begin dup systemfindfont dup/FontName known{dup/FontName get dup 3 index ne}{/noname true}ifelse dup{ /$origfontnamefound 2 index def/$origfontname 4 index def/$substituteFound true def}if exch pop{$slen 0 gt $sname null ne 3 index length $slen gt or and{ pop dup $findfontByEnum findfont dup maxlength 1 add dict begin{1 index/FID eq {pop pop}{def}ifelse}forall currentdict end definefont dup/FontName known{dup /FontName get}{null}ifelse $origfontnamefound ne{$origfontname $str cvs print ( substitution revised, using )print dup/FontName known{dup/FontName get}{ (unspecified font)}ifelse $str cvs print(. )print}if}{exch pop}ifelse}{exch pop}ifelse end}bind def}ifelse end end Adobe_CoolType_Core/findfont{$SubstituteFont begin $depth 0 eq{/$fontname 1 index dup type/stringtype ne{$str cvs}if def/$substituteFound false def}if /$depth $depth 1 add def end scfindfont $SubstituteFont begin/$depth $depth 1 sub def $substituteFound $depth 0 eq and $doSmartSub and{currentdict/$Strategy known{$Strategy/$BuildFont get exec}if}if end}bind put}if end end %%EndResource %%BeginResource: procset Adobe_CoolType_Utility_MAKEOCF 1.13 0 %%Copyright: Copyright 1987-2001 Adobe Systems Incorporated. %%Version: 1.13 0 systemdict/languagelevel known dup{currentglobal false setglobal}{false}ifelse exch userdict/Adobe_CoolType_Utility 2 copy known{2 copy get dup maxlength 25 add dict copy}{25 dict}ifelse put Adobe_CoolType_Utility begin/ct_Level2? exch def/ct_Clone? 1183615869 internaldict dup/CCRun known not exch/eCCRun known not ct_Level2? and or def/ct_UseNativeCapability? systemdict/composefont known def/ct_MakeOCF 35 dict def/ct_Vars 25 dict def/ct_GlyphDirProcs 6 dict def /ct_BuildCharDict 15 dict dup begin/charcode 2 string def/dst_string 1500 string def/nullstring()def/usewidths? true def end def ct_Level2?{setglobal}{ pop}ifelse ct_GlyphDirProcs begin/GetGlyphDirectory{systemdict/languagelevel known{pop/CIDFont findresource/GlyphDirectory get}{1 index/CIDFont findresource/GlyphDirectory get dup type/dicttype eq{dup dup maxlength exch length sub 2 index lt{dup length 2 index add dict copy 2 index/CIDFont findresource/GlyphDirectory 2 index put}if}if exch pop exch pop}ifelse +}def/+ {systemdict/languagelevel known{currentglobal false setglobal 3 dict begin/vm exch def}{1 dict begin}ifelse/$ exch def systemdict/languagelevel known{vm setglobal/gvm currentglobal def $ gcheck setglobal}if ?{$ begin}if}def/?{$ type/dicttype eq}def/|{userdict/Adobe_CoolType_Data known{Adobe_CoolType_Data /AddWidths? known{currentdict Adobe_CoolType_Data begin begin AddWidths?{ Adobe_CoolType_Data/CC 3 index put ?{def}{$ 3 1 roll put}ifelse CC charcode exch 1 index 0 2 index 256 idiv put 1 index exch 1 exch 256 mod put stringwidth 2 array astore currentfont/Widths get exch CC exch put}{?{def}{$ 3 1 roll put}ifelse}ifelse end end}{?{def}{$ 3 1 roll put}ifelse}ifelse}{?{def}{ $ 3 1 roll put}ifelse}ifelse}def/!{?{end}if systemdict/languagelevel known{gvm setglobal}if end}def/:{string currentfile exch readstring pop}executeonly def end ct_MakeOCF begin/ct_cHexEncoding[/c00/c01/c02/c03/c04/c05/c06/c07/c08/c09 /c0A/c0B/c0C/c0D/c0E/c0F/c10/c11/c12/c13/c14/c15/c16/c17/c18/c19/c1A/c1B/c1C /c1D/c1E/c1F/c20/c21/c22/c23/c24/c25/c26/c27/c28/c29/c2A/c2B/c2C/c2D/c2E/c2F /c30/c31/c32/c33/c34/c35/c36/c37/c38/c39/c3A/c3B/c3C/c3D/c3E/c3F/c40/c41/c42 /c43/c44/c45/c46/c47/c48/c49/c4A/c4B/c4C/c4D/c4E/c4F/c50/c51/c52/c53/c54/c55 /c56/c57/c58/c59/c5A/c5B/c5C/c5D/c5E/c5F/c60/c61/c62/c63/c64/c65/c66/c67/c68 /c69/c6A/c6B/c6C/c6D/c6E/c6F/c70/c71/c72/c73/c74/c75/c76/c77/c78/c79/c7A/c7B /c7C/c7D/c7E/c7F/c80/c81/c82/c83/c84/c85/c86/c87/c88/c89/c8A/c8B/c8C/c8D/c8E /c8F/c90/c91/c92/c93/c94/c95/c96/c97/c98/c99/c9A/c9B/c9C/c9D/c9E/c9F/cA0/cA1 /cA2/cA3/cA4/cA5/cA6/cA7/cA8/cA9/cAA/cAB/cAC/cAD/cAE/cAF/cB0/cB1/cB2/cB3/cB4 /cB5/cB6/cB7/cB8/cB9/cBA/cBB/cBC/cBD/cBE/cBF/cC0/cC1/cC2/cC3/cC4/cC5/cC6/cC7 /cC8/cC9/cCA/cCB/cCC/cCD/cCE/cCF/cD0/cD1/cD2/cD3/cD4/cD5/cD6/cD7/cD8/cD9/cDA /cDB/cDC/cDD/cDE/cDF/cE0/cE1/cE2/cE3/cE4/cE5/cE6/cE7/cE8/cE9/cEA/cEB/cEC/cED /cEE/cEF/cF0/cF1/cF2/cF3/cF4/cF5/cF6/cF7/cF8/cF9/cFA/cFB/cFC/cFD/cFE/cFF]def /ct_CID_STR_SIZE 8000 def/ct_mkocfStr100 100 string def/ct_defaultFontMtx[.001 0 0 .001 0 0]def/ct_1000Mtx[1000 0 0 1000 0 0]def/ct_raise{exch cvx exch errordict exch get exec stop}bind def/ct_reraise{cvx $error/errorname get (Error: )print dup( )cvs print errordict exch get exec stop }bind def/ct_cvnsi{1 index add 1 sub 1 exch 0 4 1 roll{2 index exch get exch 8 bitshift add}for exch pop}bind def/ct_GetInterval{Adobe_CoolType_Utility /ct_BuildCharDict get begin/dst_index 0 def dup dst_string length gt{dup string/dst_string exch def}if 1 index ct_CID_STR_SIZE idiv/arrayIndex exch def 2 index arrayIndex get 2 index arrayIndex ct_CID_STR_SIZE mul sub{dup 3 index add 2 index length le{2 index getinterval dst_string dst_index 2 index putinterval length dst_index add/dst_index exch def exit}{1 index length 1 index sub dup 4 1 roll getinterval dst_string dst_index 2 index putinterval pop dup dst_index add/dst_index exch def sub/arrayIndex arrayIndex 1 add def 2 index dup length arrayIndex gt{arrayIndex get}{pop exit}ifelse 0}ifelse}loop pop pop pop dst_string 0 dst_index getinterval end}bind def ct_Level2?{ /ct_resourcestatus currentglobal mark true setglobal{/unknowninstancename /Category resourcestatus}stopped{cleartomark setglobal true}{cleartomark currentglobal not exch setglobal}ifelse{{mark 3 1 roll/Category findresource begin ct_Vars/vm currentglobal put({ResourceStatus} stopped)0()/SubFileDecode filter cvx exec{cleartomark false}{{3 2 roll pop true}{cleartomark false} ifelse}ifelse ct_Vars/vm get setglobal end}}{{resourcestatus}}ifelse bind def /CIDFont/Category ct_resourcestatus{pop pop}{currentglobal true setglobal /Generic/Category findresource dup length dict copy dup/InstanceType/dicttype put/CIDFont exch/Category defineresource pop setglobal}ifelse ct_UseNativeCapability?{/CIDInit/ProcSet findresource begin 12 dict begin begincmap/CIDSystemInfo 3 dict dup begin/Registry(Adobe)def/Ordering(Identity) def/Supplement 0 def end def/CMapName/Identity-H def/CMapVersion 1 def /CMapType 1 def 1 begincodespacerange<0000>endcodespacerange 1 begincidrange<0000>0 endcidrange endcmap CMapName currentdict/CMap defineresource pop end end}if}{/ct_Category 2 dict begin/CIDFont 10 dict def /ProcSet 2 dict def currentdict end def/defineresource{ct_Category 1 index 2 copy known{get dup dup maxlength exch length eq{dup length 10 add dict copy ct_Category 2 index 2 index put}if 3 index 3 index put pop exch pop}{pop pop /defineresource/undefined ct_raise}ifelse}bind def/findresource{ct_Category 1 index 2 copy known{get 2 index 2 copy known{get 3 1 roll pop pop}{pop pop /findresource/undefinedresource ct_raise}ifelse}{pop pop/findresource /undefined ct_raise}ifelse}bind def/resourcestatus{ct_Category 1 index 2 copy known{get 2 index known exch pop exch pop{0 -1 true}{false}ifelse}{pop pop /findresource/undefined ct_raise}ifelse}bind def/ct_resourcestatus /resourcestatus load def}ifelse/ct_CIDInit 2 dict begin/ct_cidfont_stream_init {{dup(Binary)eq{pop null currentfile ct_Level2?{{cid_BYTE_COUNT() /SubFileDecode filter}stopped{pop pop pop}if}if/readstring load exit}if dup (Hex)eq{pop currentfile ct_Level2?{{null exch/ASCIIHexDecode filter/readstring }stopped{pop exch pop(>)exch/readhexstring}if}{(>)exch/readhexstring}ifelse load exit}if/StartData/typecheck ct_raise}loop cid_BYTE_COUNT ct_CID_STR_SIZE le{2 copy cid_BYTE_COUNT string exch exec pop 1 array dup 3 -1 roll 0 exch put }{cid_BYTE_COUNT ct_CID_STR_SIZE div ceiling cvi dup array exch 2 sub 0 exch 1 exch{2 copy 5 index ct_CID_STR_SIZE string 6 index exec pop put pop}for 2 index cid_BYTE_COUNT ct_CID_STR_SIZE mod string 3 index exec pop 1 index exch 1 index length 1 sub exch put}ifelse cid_CIDFONT exch/GlyphData exch put 2 index null eq{pop pop pop}{pop/readstring load 1 string exch{3 copy exec pop dup length 0 eq{pop pop pop pop pop true exit}if 4 index eq{pop pop pop pop false exit}if}loop pop}ifelse}bind def/StartData{mark{currentdict dup/FDArray get 0 get/FontMatrix get 0 get .001 eq{dup/CDevProc known not{/CDevProc 1183615869 internaldict/stdCDevProc 2 copy known{get}{pop pop{pop pop pop pop pop 0 -1000 7 index 2 div 880}}ifelse def}if}{/CDevProc{pop pop pop pop pop 0 1 cid_temp/cid_CIDFONT get/FDArray get 0 get/FontMatrix get 0 get div 7 index 2 div 1 index .88 mul}def}ifelse/cid_temp 15 dict def cid_temp begin /cid_CIDFONT exch def 3 copy pop dup/cid_BYTE_COUNT exch def 0 gt{ ct_cidfont_stream_init FDArray{/Private get dup/SubrMapOffset known{begin /Subrs SubrCount array def Subrs SubrMapOffset SubrCount SDBytes ct_Level2?{ currentdict dup/SubrMapOffset undef dup/SubrCount undef/SDBytes undef}if end /cid_SD_BYTES exch def/cid_SUBR_COUNT exch def/cid_SUBR_MAP_OFFSET exch def /cid_SUBRS exch def cid_SUBR_COUNT 0 gt{GlyphData cid_SUBR_MAP_OFFSET cid_SD_BYTES ct_GetInterval 0 cid_SD_BYTES ct_cvnsi 0 1 cid_SUBR_COUNT 1 sub{ exch 1 index 1 add cid_SD_BYTES mul cid_SUBR_MAP_OFFSET add GlyphData exch cid_SD_BYTES ct_GetInterval 0 cid_SD_BYTES ct_cvnsi cid_SUBRS 4 2 roll GlyphData exch 4 index 1 index sub ct_GetInterval dup length string copy put} for pop}if}{pop}ifelse}forall}if cleartomark pop pop end CIDFontName currentdict/CIDFont defineresource pop end end}stopped{cleartomark/StartData ct_reraise}if}bind def currentdict end def/ct_saveCIDInit{/CIDInit/ProcSet ct_resourcestatus{true}{/CIDInitC/ProcSet ct_resourcestatus}ifelse{pop pop /CIDInit/ProcSet findresource ct_UseNativeCapability?{pop null}{/CIDInit ct_CIDInit/ProcSet defineresource pop}ifelse}{/CIDInit ct_CIDInit/ProcSet defineresource pop null}ifelse ct_Vars exch/ct_oldCIDInit exch put}bind def /ct_restoreCIDInit{ct_Vars/ct_oldCIDInit get dup null ne{/CIDInit exch/ProcSet defineresource pop}{pop}ifelse}bind def/ct_BuildCharSetUp{1 index begin CIDFont begin Adobe_CoolType_Utility/ct_BuildCharDict get begin/ct_dfCharCode exch def/ct_dfDict exch def CIDFirstByte ct_dfCharCode add dup CIDCount ge{pop 0}if/cid exch def{GlyphDirectory cid 2 copy known{get}{pop pop nullstring} ifelse dup length FDBytes sub 0 gt{dup FDBytes 0 ne{0 FDBytes ct_cvnsi}{pop 0} ifelse/fdIndex exch def dup length FDBytes sub FDBytes exch getinterval /charstring exch def exit}{pop cid 0 eq{/charstring nullstring def exit}if/cid 0 def}ifelse}loop}def/ct_SetCacheDevice{0 0 moveto dup stringwidth 3 -1 roll true charpath pathbbox 0 -1000 7 index 2 div 880 setcachedevice2 0 0 moveto} def/ct_CloneSetCacheProc{1 eq{stringwidth pop -2 div -880 0 -1000 setcharwidth moveto}{usewidths?{currentfont/Widths get cid 2 copy known{get exch pop aload pop}{pop pop stringwidth}ifelse}{stringwidth}ifelse setcharwidth 0 0 moveto} ifelse}def/ct_Type3ShowCharString{ct_FDDict fdIndex 2 copy known{get}{ currentglobal 3 1 roll 1 index gcheck setglobal ct_Type1FontTemplate dup maxlength dict copy begin FDArray fdIndex get dup/FontMatrix 2 copy known{get} {pop pop ct_defaultFontMtx}ifelse/FontMatrix exch dup length array copy def /Private get/Private exch def/Widths rootfont/Widths get def/CharStrings 1 dict dup/.notdefdup length string copy put def currentdict end/ct_Type1Font exch definefont dup 5 1 roll put setglobal}ifelse dup /CharStrings get 1 index/Encoding get ct_dfCharCode get charstring put rootfont/WMode 2 copy known{get}{pop pop 0}ifelse exch 1000 scalefont setfont ct_str1 0 ct_dfCharCode put ct_str1 exch ct_dfSetCacheProc ct_SyntheticBold{ currentpoint ct_str1 show newpath moveto ct_str1 true charpath ct_StrokeWidth setlinewidth stroke}{ct_str1 show}ifelse}def/ct_Type4ShowCharString{ct_dfDict ct_dfCharCode charstring FDArray fdIndex get dup/FontMatrix get dup ct_defaultFontMtx ct_matrixeq not{ct_1000Mtx matrix concatmatrix concat}{pop} ifelse/Private get Adobe_CoolType_Utility/ct_Level2? get not{ct_dfDict/Private 3 -1 roll{put}1183615869 internaldict/superexec get exec}if 1183615869 internaldict Adobe_CoolType_Utility/ct_Level2? get{1 index}{3 index/Private get mark 6 1 roll}ifelse dup/RunInt known{/RunInt get}{pop/CCRun}ifelse get exec Adobe_CoolType_Utility/ct_Level2? get not{cleartomark}if}bind def /ct_BuildCharIncremental{{Adobe_CoolType_Utility/ct_MakeOCF get begin ct_BuildCharSetUp ct_ShowCharString}stopped{stop}if end end end end}bind def /BaseFontNameStr(BF00)def/ct_Type1FontTemplate 14 dict begin/FontType 1 def /FontMatrix[.001 0 0 .001 0 0]def/FontBBox[-250 -250 1250 1250]def/Encoding ct_cHexEncoding def/PaintType 0 def currentdict end def/BaseFontTemplate 11 dict begin/FontMatrix[.001 0 0 .001 0 0]def/FontBBox[-250 -250 1250 1250]def /Encoding ct_cHexEncoding def/BuildChar/ct_BuildCharIncremental load def ct_Clone?{/FontType 3 def/ct_ShowCharString/ct_Type3ShowCharString load def /ct_dfSetCacheProc/ct_CloneSetCacheProc load def/ct_SyntheticBold false def /ct_StrokeWidth 1 def}{/FontType 4 def/Private 1 dict dup/lenIV 4 put def /CharStrings 1 dict dup/.notdefput def/PaintType 0 def /ct_ShowCharString/ct_Type4ShowCharString load def}ifelse/ct_str1 1 string def currentdict end def/BaseFontDictSize BaseFontTemplate length 5 add def /ct_matrixeq{true 0 1 5{dup 4 index exch get exch 3 index exch get eq and dup not{exit}if}for exch pop exch pop}bind def/ct_makeocf{15 dict begin exch/WMode exch def exch/FontName exch def/FontType 0 def/FMapType 2 def/FontMatrix matrix def/bfCount 1 index/CIDCount get 256 idiv 1 add dup 256 gt{pop 256}if def/Encoding 256 array 0 1 bfCount 1 sub{2 copy dup put pop}for bfCount 1 255{ 2 copy bfCount put pop}for def/FDepVector bfCount dup 256 lt{1 add}if array def BaseFontTemplate BaseFontDictSize dict copy begin/CIDFont exch def CIDFont /FontBBox known{CIDFont/FontBBox get/FontBBox exch def}if CIDFont/CDevProc known{CIDFont/CDevProc get/CDevProc exch def}if currentdict end BaseFontNameStr 3(0)putinterval 0 1 bfCount dup 256 eq{1 sub}if{FDepVector exch 2 index BaseFontDictSize dict copy begin dup/CIDFirstByte exch 256 mul def FontType 3 eq{/ct_FDDict 2 dict def}if currentdict end 1 index 16 BaseFontNameStr 2 2 getinterval cvrs pop BaseFontNameStr exch definefont put} for ct_Clone?{/Widths 1 index/CIDFont get/GlyphDirectory get length dict def} if FontName currentdict end definefont ct_Clone?{gsave dup 1000 scalefont setfont ct_BuildCharDict begin/usewidths? false def currentfont/Widths get begin exch/CIDFont get/GlyphDirectory get{pop dup charcode exch 1 index 0 2 index 256 idiv put 1 index exch 1 exch 256 mod put stringwidth 2 array astore def}forall end/usewidths? true def end grestore}{exch pop}ifelse}bind def /ct_ComposeFont{ct_UseNativeCapability?{2 index/CMap ct_resourcestatus{pop pop exch pop}{/CIDInit/ProcSet findresource begin 12 dict begin begincmap/CMapName 3 index def/CMapVersion 1 def/CMapType 1 def exch/WMode exch def/CIDSystemInfo 3 dict dup begin/Registry(Adobe)def/Ordering CMapName ct_mkocfStr100 cvs (Adobe-)search{pop pop(-)search{dup length string copy exch pop exch pop}{pop (Identity)}ifelse}{pop(Identity)}ifelse def/Supplement 0 def end def 1 begincodespacerange<0000>endcodespacerange 1 begincidrange<0000>0 endcidrange endcmap CMapName currentdict/CMap defineresource pop end end} ifelse composefont}{3 2 roll pop 0 get/CIDFont findresource ct_makeocf}ifelse} bind def/ct_MakeIdentity{ct_UseNativeCapability?{1 index/CMap ct_resourcestatus{pop pop}{/CIDInit/ProcSet findresource begin 12 dict begin begincmap/CMapName 2 index def/CMapVersion 1 def/CMapType 1 def/CIDSystemInfo 3 dict dup begin/Registry(Adobe)def/Ordering CMapName ct_mkocfStr100 cvs (Adobe-)search{pop pop(-)search{dup length string copy exch pop exch pop}{pop (Identity)}ifelse}{pop(Identity)}ifelse def/Supplement 0 def end def 1 begincodespacerange<0000>endcodespacerange 1 begincidrange<0000>0 endcidrange endcmap CMapName currentdict/CMap defineresource pop end end} ifelse composefont}{exch pop 0 get/CIDFont findresource ct_makeocf}ifelse}bind def currentdict readonly pop end end %%EndResource Adobe_CoolType_Core begin /$Oblique SetSubstituteStrategy end %%BeginResource: procset Adobe_AGM_Image 1.0 0 %%Version: 1.0 0 %%Copyright: Copyright (C) 2000-2000 Adobe Systems, Inc. All Rights Reserved. systemdict /setpacking known { currentpacking true setpacking } if userdict /Adobe_AGM_Image 65 dict dup begin put /Adobe_AGM_Image_Id /Adobe_AGM_Image_1.0_0 def /nd{ null def }bind def /AGMIMG_&image nd /AGMIMG_&colorimage nd %%don't initialize AGMIMG_&customcolorimage, it wrecks havoc in a nested environment %%AGMIMG_ccimage_exists not {/AGMIMG_&customcolorimage nd} if /AGMIMG_&imagemask nd /AGMIMG_mbuf () def /AGMIMG_ybuf () def /AGMIMG_kbuf () def /AGMIMG_c 0 def /AGMIMG_m 0 def /AGMIMG_y 0 def /AGMIMG_k 0 def /AGMIMG_tmp nd /AGMIMG_imagestring0 nd /AGMIMG_imagestring1 nd /AGMIMG_imagestring2 nd /AGMIMG_imagestring3 nd /AGMIMG_imagestring4 nd /AGMIMG_imagestring5 nd /AGMIMG_cnt nd /AGMIMG_fsave nd /AGMIMG_colorAry nd /AGMIMG_override nd /AGMIMG_name nd /invert_image_samples nd /knockout_image_samples nd /img nd /sepimg nd /idximg nd /doc_setup { Adobe_AGM_Core begin Adobe_AGM_Image begin /AGMIMG_&image systemdict/image get def /AGMIMG_&imagemask systemdict/imagemask get def /colorimage where{ pop /AGMIMG_&colorimage /colorimage ldf }if end end }def /page_setup { Adobe_AGM_Image begin /AGMIMG_ccimage_exists {/customcolorimage where { pop /Adobe_AGM_OnHost_Seps where { pop false }{ /Adobe_AGM_InRip_Seps where { pop false }{ true }ifelse }ifelse }{ false }ifelse }bdf level2{ /invert_image_samples { Adobe_AGM_Image/AGMIMG_tmp Decode length ddf /Decode [ Decode 1 get Decode 0 get] def }def /knockout_image_samples { Operator/imagemask ne{ /Decode [1 1] def }if }def }{ /invert_image_samples { {1 exch sub} currenttransfer addprocs settransfer }def /knockout_image_samples { { pop 1 } currenttransfer addprocs settransfer }def }ifelse /img /imageormask ldf /sepimg /sep_imageormask ldf /idximg /indexed_imageormask ldf currentdict{ dup xcheck 1 index type dup /arraytype eq exch /packedarraytype eq or and{ bind }if def }forall }def /page_trailer { end }def /doc_trailer { }def /imageormask_sys { begin save mark level2{ currentdict Operator /imagemask eq{ AGMIMG_&imagemask }{ AGMIMG_&image }ifelse }{ Width Height Operator /imagemask eq{ Decode 0 get 1 eq Decode 1 get 0 eq and ImageMatrix /DataSource load AGMIMG_&imagemask }{ BitsPerComponent ImageMatrix /DataSource load AGMIMG_&image }ifelse }ifelse cleartomark restore end }def /overprint_plate { currentoverprint{ 0 get dup /DeviceGray eq{ pop AGMCORE_black_plate not }{ /DeviceCMYK eq{ AGMCORE_is_cmyk_sep not }if }ifelse }{ false }ifelse }def /imageormask { begin SkipImageProc not{ save mark level2 AGMCORE_host_sep not and{ currentdict Operator /imagemask eq{ imagemask }{ AGMCORE_in_rip_sep currentoverprint and currentcolorspace 0 get /DeviceGray eq and{ [/Separation /Black /DeviceGray {}] setcolorspace /Decode [ Decode 1 get Decode 0 get ] def }if image }ifelse }{ Width Height Operator /imagemask eq{ Decode 0 get 1 eq Decode 1 get 0 eq and ImageMatrix /DataSource load AGMCORE_host_sep{ currentgray 1 ne{ currentdict imageormask_sys }{ currentoverprint not{ 1 AGMCORE_&setgray knockout_image_samples currentdict imageormask_sys }{ currentdict ignoreimagedata }ifelse }ifelse }{ imagemask }ifelse }{ BitsPerComponent ImageMatrix MultipleDataSources{ 0 1 NComponents 1 sub{ DataSource exch get }for }{ /DataSource load }ifelse Operator /colorimage eq{ AGMCORE_host_sep{ MultipleDataSources level2 or NComponents 4 eq and{ MultipleDataSources{ 4 {pop} repeat /DataSource [ DataSource 0 get /exec cvx DataSource 1 get /exec cvx DataSource 2 get /exec cvx DataSource 3 get /exec cvx /AGMCORE_get_ink_data cvx ] cvx def }{ /DataSource /DataSource load filter_cmyk 0 () /SubFileDecode filter def }ifelse /Decode [ Decode 0 get Decode 1 get ] def /MultipleDataSources false def /NComponents 1 def /Operator /image def AGMCORE_is_cmyk_sep{ currentoverprint InksUsed current_ink not and{ currentdict consumeimagedata }{ invert_image_samples 1 AGMCORE_&setgray currentdict imageormask_sys }ifelse }{ currentdict ignoreimagedata }ifelse }{ MultipleDataSources NComponents AGMIMG_&colorimage }ifelse }{ true NComponents colorimage }ifelse }{ Operator /image eq{ AGMCORE_host_sep{ /DoImage true def HostSepColorImage{ invert_image_samples }{ AGMCORE_black_plate not{ /DoImage false def currentdict ignoreimagedata }if }ifelse 1 AGMCORE_&setgray DoImage {currentdict imageormask_sys} if }{ image }ifelse }{ Operator/knockout eq{ pop pop pop pop pop currentoverprint InksUsed current_ink not and{ }{ currentcolorspace overprint_plate not{ knockout_unitsq }if }ifelse }if }ifelse }ifelse }ifelse }ifelse cleartomark restore }if end }def /sep_imageormask { /sep_colorspace_dict AGMCORE_gget begin /MappedCSA CSA map_csa def begin SkipImageProc not{ save mark AGMCORE_avoid_L2_sep_space{ /Decode [ Decode 0 get 255 mul Decode 1 get 255 mul ] def }if AGMIMG_ccimage_exists MappedCSA 0 get /DeviceCMYK eq and currentdict/Components known and Name () ne and Name (All) ne and Operator /image eq and AGMCORE_producing_seps not and level2 not and { Width Height BitsPerComponent ImageMatrix [ /DataSource load /exec cvx { 0 1 2 index length 1 sub{ 1 index exch 2 copy get 255 xor put }for } /exec cvx ] cvx bind MappedCSA 0 get /DeviceCMYK eq{ Components aload pop }{ 0 0 0 Components aload pop 1 exch sub }ifelse Name findcmykcustomcolor customcolorimage }{ AGMCORE_producing_seps not{ level2{ AGMCORE_avoid_L2_sep_space not currentcolorspace 0 get /Separation ne and{ [/Separation Name MappedCSA sep_proc_name exch 0 get exch load ] setcolorspace_opt /sep_tint AGMCORE_gget setcolor }if currentdict imageormask }{ currentdict Operator /imagemask eq{ imageormask }{ sep_imageormask_lev1 }ifelse }ifelse }{ AGMCORE_host_sep{ Operator/knockout eq{ currentoverprint InksUsed current_ink not and{ }{ currentdict/ImageMatrix get concat knockout_unitsq }ifelse }{ currentgray 1 ne{ AGMCORE_is_cmyk_sep Name (All) ne and{ level2{ [ /Separation Name [/DeviceGray] { sep_colorspace_proc AGMCORE_get_ink_data 1 exch sub } bind ] AGMCORE_&setcolorspace /sep_tint AGMCORE_gget AGMCORE_&setcolor currentdict imageormask_sys }{ currentdict Operator /imagemask eq{ imageormask_sys }{ sep_image_lev1_sep }ifelse }ifelse }{ Operator/imagemask ne{ invert_image_samples }if currentdict imageormask_sys }ifelse }{ currentdict consumeimagedata currentoverprint not Name (All) eq or{ gsave knockout_unitsq grestore }if }ifelse }ifelse }{ currentcolorspace 0 get /Separation ne{ [/Separation Name MappedCSA sep_proc_name exch 0 get exch load ] setcolorspace_opt /sep_tint AGMCORE_gget setcolor }if currentoverprint MappedCSA 0 get /DeviceCMYK eq and Name inRip_spot_has_ink not and Name (All) ne and { imageormask_l2_overprint }{ currentdict imageormask }ifelse }ifelse }ifelse }ifelse cleartomark restore }if end end }def /imageormask_l2_overprint { currentdict currentcmykcolor add add add 0 eq{ currentdict consumeimagedata }{ level3{ currentcmykcolor /AGMIMG_k xdf /AGMIMG_y xdf /AGMIMG_m xdf /AGMIMG_c xdf Operator/imagemask eq{ [/DeviceN [ AGMIMG_c 0 ne {/Cyan} if AGMIMG_m 0 ne {/Magenta} if AGMIMG_y 0 ne {/Yellow} if AGMIMG_k 0 ne {/Black} if ] /DeviceCMYK {}] setcolorspace AGMIMG_c 0 ne {AGMIMG_c} if AGMIMG_m 0 ne {AGMIMG_m} if AGMIMG_y 0 ne {AGMIMG_y} if AGMIMG_k 0 ne {AGMIMG_k} if setcolor }{ /Decode [ Decode 0 get 255 mul Decode 1 get 255 mul ] def [/Indexed [ /DeviceN [ AGMIMG_c 0 ne {/Cyan} if AGMIMG_m 0 ne {/Magenta} if AGMIMG_y 0 ne {/Yellow} if AGMIMG_k 0 ne {/Black} if ] /DeviceCMYK { AGMIMG_k 0 eq {0} if AGMIMG_y 0 eq {0 exch} if AGMIMG_m 0 eq {0 3 1 roll} if AGMIMG_c 0 eq {0 4 1 roll} if } ] 255 { 255 div mark exch dup dup dup AGMIMG_k 0 ne{ /sep_tint AGMCORE_gget mul MappedCSA sep_proc_name exch pop load exec 4 1 roll pop pop pop counttomark 1 roll }{ pop }ifelse AGMIMG_y 0 ne{ /sep_tint AGMCORE_gget mul MappedCSA sep_proc_name exch pop load exec 4 2 roll pop pop pop counttomark 1 roll }{ pop }ifelse AGMIMG_m 0 ne{ /sep_tint AGMCORE_gget mul MappedCSA sep_proc_name exch pop load exec 4 3 roll pop pop pop counttomark 1 roll }{ pop }ifelse AGMIMG_c 0 ne{ /sep_tint AGMCORE_gget mul MappedCSA sep_proc_name exch pop load exec pop pop pop counttomark 1 roll }{ pop }ifelse counttomark 1 add -1 roll pop } ] setcolorspace }ifelse imageormask_sys }{ write_image_file{ currentcmykcolor 0 ne{ [/Separation /Black /DeviceGray {}] setcolorspace gsave /Black [{1 exch sub /sep_tint AGMCORE_gget mul} /exec cvx MappedCSA sep_proc_name cvx exch pop {4 1 roll pop pop pop 1 exch sub} /exec cvx] cvx modify_halftone_xfer Operator currentdict read_image_file grestore }if 0 ne{ [/Separation /Yellow /DeviceGray {}] setcolorspace gsave /Yellow [{1 exch sub /sep_tint AGMCORE_gget mul} /exec cvx MappedCSA sep_proc_name cvx exch pop {4 2 roll pop pop pop 1 exch sub} /exec cvx] cvx modify_halftone_xfer Operator currentdict read_image_file grestore }if 0 ne{ [/Separation /Magenta /DeviceGray {}] setcolorspace gsave /Magenta [{1 exch sub /sep_tint AGMCORE_gget mul} /exec cvx MappedCSA sep_proc_name cvx exch pop {4 3 roll pop pop pop 1 exch sub} /exec cvx] cvx modify_halftone_xfer Operator currentdict read_image_file grestore }if 0 ne{ [/Separation /Cyan /DeviceGray {}] setcolorspace gsave /Cyan [{1 exch sub /sep_tint AGMCORE_gget mul} /exec cvx MappedCSA sep_proc_name cvx exch pop {pop pop pop 1 exch sub} /exec cvx] cvx modify_halftone_xfer Operator currentdict read_image_file grestore } if close_image_file }{ imageormask }ifelse }ifelse }ifelse } def /indexed_imageormask { begin save mark currentdict AGMCORE_host_sep{ Operator/knockout eq{ /indexed_colorspace_dict AGMCORE_gget /CSA get map_csa overprint_plate not{ knockout_unitsq }if }{ AGMCORE_is_cmyk_sep{ Operator /imagemask eq{ imageormask_sys }{ level2{ indexed_image_lev2_sep }{ indexed_image_lev1_sep }ifelse }ifelse }{ currentoverprint not{ knockout_image_samples imageormask_sys }{ currentdict consumeimagedata }ifelse }ifelse }ifelse }{ level2{ imageormask }{ Operator /imagemask eq{ imageormask }{ indexed_imageormask_lev1 }ifelse }ifelse }ifelse cleartomark restore end }def /indexed_image_lev2_sep { /indexed_colorspace_dict AGMCORE_gget begin begin currentcolorspace dup 1 /DeviceGray put dup 3 [ currentcolorspace 3 get { exch 4 mul 4 getinterval {} forall AGMCORE_get_ink_data 255 div 1 exch sub } /exec cvx ] cvx put setcolorspace currentdict Operator /imagemask eq{ AGMIMG_&imagemask }{ AGMIMG_&image }ifelse end end }def /OPIimage { dup type /dicttype ne{ 10 dict begin /DataSource xdf /ImageMatrix xdf /BitsPerComponent xdf /Height xdf /Width xdf /ImageType 1 def /Decode [0 1 def] currentdict end }if dup begin /NComponents 1 cdndf /MultipleDataSources false cdndf /SkipImageProc {false} cdndf /HostSepColorImage false cdndf /Decode [ 0 currentcolorspace 0 get /Indexed eq{ 2 BitsPerComponent exp 1 sub }{ 1 }ifelse ] cdndf /Operator /image cdndf end /sep_colorspace_dict AGMCORE_gget null eq{ imageormask }{ gsave dup begin invert_image_samples end sep_imageormask grestore }ifelse }def /spot_alias { /mapto_sep_imageormask { dup type /dicttype ne{ 12 dict begin /ImageType 1 def /DataSource xdf /ImageMatrix xdf /BitsPerComponent xdf /Height xdf /Width xdf /MultipleDataSources false def }{ begin }ifelse /Decode [/customcolor_tint AGMCORE_gget 0] def /Operator /image def /HostSepColorImage false def /InksUsed [] def /SkipImageProc {false} def currentdict end sep_imageormask }bdf /customcolorimage { Adobe_AGM_Image/AGMIMG_colorAry xddf /customcolor_tint AGMCORE_gget bdict /Name AGMIMG_colorAry 4 get /CSA [ /DeviceCMYK ] /TintMethod /Subtractive /TintProc null /MappedCSA null /NComponents 4 /Components [ AGMIMG_colorAry aload pop pop ] edict setsepcolorspace mapto_sep_imageormask }ndf Adobe_AGM_Image/AGMIMG_&customcolorimage /customcolorimage load put /customcolorimage { Adobe_AGM_Image/AGMIMG_override false put dup 4 get map_alias{ /customcolor_tint AGMCORE_gget exch setsepcolorspace pop mapto_sep_imageormask }{ AGMIMG_&customcolorimage }ifelse }bdf }def level2 not{ /colorbuf { 0 1 2 index length 1 sub{ dup 2 index exch get 255 exch sub 2 index 3 1 roll put }for }def /tint_image_to_color { begin Width Height BitsPerComponent ImageMatrix /DataSource load end Adobe_AGM_Image begin /AGMIMG_mbuf 0 string def /AGMIMG_ybuf 0 string def /AGMIMG_kbuf 0 string def { colorbuf dup length AGMIMG_mbuf length ne { dup length dup dup /AGMIMG_mbuf exch string def /AGMIMG_ybuf exch string def /AGMIMG_kbuf exch string def } if dup AGMIMG_mbuf copy AGMIMG_ybuf copy AGMIMG_kbuf copy pop } addprocs {AGMIMG_mbuf}{AGMIMG_ybuf}{AGMIMG_kbuf} true 4 colorimage end } def /sep_imageormask_lev1 { begin MappedCSA 0 get dup /DeviceRGB eq exch /DeviceCMYK eq or has_color not and{ { 255 mul round cvi GrayLookup exch get } currenttransfer addprocs settransfer currentdict imageormask }{ /sep_colorspace_dict AGMCORE_gget/Components known{ MappedCSA 0 get /DeviceCMYK eq{ Components aload pop }{ 0 0 0 Components aload pop 1 exch sub }ifelse Adobe_AGM_Image/AGMIMG_k xddf Adobe_AGM_Image/AGMIMG_y xddf Adobe_AGM_Image/AGMIMG_m xddf Adobe_AGM_Image/AGMIMG_c xddf AGMIMG_y 0.0 eq AGMIMG_m 0.0 eq and AGMIMG_c 0.0 eq and{ {AGMIMG_k mul 1 exch sub} currenttransfer addprocs settransfer currentdict imageormask }{ currentcolortransfer {AGMIMG_k mul 1 exch sub} exch addprocs 4 1 roll {AGMIMG_y mul 1 exch sub} exch addprocs 4 1 roll {AGMIMG_m mul 1 exch sub} exch addprocs 4 1 roll {AGMIMG_c mul 1 exch sub} exch addprocs 4 1 roll setcolortransfer currentdict tint_image_to_color }ifelse }{ MappedCSA 0 get /DeviceGray eq { {255 mul round cvi ColorLookup exch get 0 get} currenttransfer addprocs settransfer currentdict imageormask }{ MappedCSA 0 get /DeviceCMYK eq { currentcolortransfer {255 mul round cvi ColorLookup exch get 3 get 1 exch sub} exch addprocs 4 1 roll {255 mul round cvi ColorLookup exch get 2 get 1 exch sub} exch addprocs 4 1 roll {255 mul round cvi ColorLookup exch get 1 get 1 exch sub} exch addprocs 4 1 roll {255 mul round cvi ColorLookup exch get 0 get 1 exch sub} exch addprocs 4 1 roll setcolortransfer currentdict tint_image_to_color }{ currentcolortransfer {pop 1} exch addprocs 4 1 roll {255 mul round cvi ColorLookup exch get 2 get} exch addprocs 4 1 roll {255 mul round cvi ColorLookup exch get 1 get} exch addprocs 4 1 roll {255 mul round cvi ColorLookup exch get 0 get} exch addprocs 4 1 roll setcolortransfer currentdict tint_image_to_color }ifelse }ifelse }ifelse }ifelse end }def /sep_image_lev1_sep { begin /sep_colorspace_dict AGMCORE_gget/Components known{ Components aload pop Adobe_AGM_Image/AGMIMG_k xddf Adobe_AGM_Image/AGMIMG_y xddf Adobe_AGM_Image/AGMIMG_m xddf Adobe_AGM_Image/AGMIMG_c xddf {AGMIMG_c mul 1 exch sub} {AGMIMG_m mul 1 exch sub} {AGMIMG_y mul 1 exch sub} {AGMIMG_k mul 1 exch sub} }{ {255 mul round cvi ColorLookup exch get 0 get 1 exch sub} {255 mul round cvi ColorLookup exch get 1 get 1 exch sub} {255 mul round cvi ColorLookup exch get 2 get 1 exch sub} {255 mul round cvi ColorLookup exch get 3 get 1 exch sub} }ifelse AGMCORE_get_ink_data currenttransfer addprocs settransfer currentdict imageormask_sys end }def /indexed_imageormask_lev1 { /indexed_colorspace_dict AGMCORE_gget begin begin currentdict MappedCSA 0 get dup /DeviceRGB eq exch /DeviceCMYK eq or has_color not and{ {HiVal mul round cvi GrayLookup exch get HiVal div} currenttransfer addprocs settransfer imageormask }{ MappedCSA 0 get /DeviceGray eq { {HiVal mul round cvi Lookup exch get HiVal div} currenttransfer addprocs settransfer imageormask }{ MappedCSA 0 get /DeviceCMYK eq { currentcolortransfer {4 mul HiVal mul round cvi 3 add Lookup exch get HiVal div 1 exch sub} exch addprocs 4 1 roll {4 mul HiVal mul round cvi 2 add Lookup exch get HiVal div 1 exch sub} exch addprocs 4 1 roll {4 mul HiVal mul round cvi 1 add Lookup exch get HiVal div 1 exch sub} exch addprocs 4 1 roll {4 mul HiVal mul round cvi Lookup exch get HiVal div 1 exch sub} exch addprocs 4 1 roll setcolortransfer tint_image_to_color }{ currentcolortransfer {pop 1} exch addprocs 4 1 roll {3 mul HiVal mul round cvi 2 add Lookup exch get HiVal div} exch addprocs 4 1 roll {3 mul HiVal mul round cvi 1 add Lookup exch get HiVal div} exch addprocs 4 1 roll {3 mul HiVal mul round cvi Lookup exch get HiVal div} exch addprocs 4 1 roll setcolortransfer tint_image_to_color }ifelse }ifelse }ifelse end end }def /indexed_image_lev1_sep { /indexed_colorspace_dict AGMCORE_gget begin begin {4 mul HiVal mul round cvi Lookup exch get HiVal div 1 exch sub} {4 mul HiVal mul round cvi 1 add Lookup exch get HiVal div 1 exch sub} {4 mul HiVal mul round cvi 2 add Lookup exch get HiVal div 1 exch sub} {4 mul HiVal mul round cvi 3 add Lookup exch get HiVal div 1 exch sub} AGMCORE_get_ink_data currenttransfer addprocs settransfer currentdict imageormask_sys end end }def }if end systemdict /setpacking known { setpacking } if %%EndResource %ADOBeginClientInjection: DocumentProlog End "AI10" %ADOEndClientInjection: DocumentProlog End "AI10" currentdict Adobe_AGM_Utils eq {end} if %%EndProlog %%BeginSetup %ADOBeginClientInjection: DocumentSetup Start "AI10" %ADOEndClientInjection: DocumentSetup Start "AI10" Adobe_AGM_Utils begin 2 2010 true Adobe_AGM_Core/doc_setup get exec Adobe_CoolType_Core/doc_setup get exec Adobe_AGM_Image/doc_setup get exec %ADOBeginClientInjection: DocumentSetup End "AI10" %ADOEndClientInjection: DocumentSetup End "AI10" currentdict Adobe_AGM_Utils eq {end} if %%EndSetup %%Page: classes_new.eps 1 %%EndPageComments %%BeginPageSetup %ADOBeginClientInjection: PageSetup Start "AI10" %ADOEndClientInjection: PageSetup Start "AI10" Adobe_AGM_Utils begin Adobe_AGM_Core/page_setup get exec Adobe_CoolType_Core/page_setup get exec Adobe_AGM_Image/page_setup get exec %ADOBeginClientInjection: PageSetup End "AI10" %ADOEndClientInjection: PageSetup End "AI10" %%EndPageSetup Adobe_AGM_Core/AGMCORE_save save ddf 1 -1 scale 0 -271.5 translate [1 0 0 1 0 0 ] concat mark /0 [/DeviceGray] add_csa /CSA /0 /1 [/DeviceCMYK] add_csa /CSA /1 /2 [/DeviceRGB] add_csa /CSA /2 cleartomark 800 path_rez % page clip gsave newpath gsave % PSGState 0 0 mo 0 271.5 li 779 271.5 li 779 0 li clp [1 0 0 1 0 0 ] concat %ADOBeginClientInjection: BeginPageContent "AI10" %ADOEndClientInjection: BeginPageContent "AI10" gsave % PSGState 0 0 mo 779 0 li 779 272 li 0 272 li 0 0 li clp 1 lw 0 lc 0 lj 1 ml [] 0 dsh true sadj 115 16 mo 171 16 li 171 0 li 115 0 li 115 16 li cp false sop 0 0 0 rgb s 0 0 0 rgb %ADOBeginSubsetFont: Helvetica Initial 11 dict begin /FontName /Helvetica def /FontMatrix [1 1000 div 0 0 1 1000 div 0 0 ] def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for def /PaintType 0 def /FontType 1 def /FontBBox { 0 0 0 0 } def /FontInfo 1 dict dup begin /OrigFontType /TrueType def end readonly def currentdict end systemdict begin dup /Private 7 dict dup begin /BlueValues [-15 0 600 650] def /MinFeature {16 16} def /password 5839 def /ND {def} def /NP {put} def /RD {string currentfile exch readhexstring pop} def 2 index /CharStrings 392 dict dup begin /.notdef <10bf31702819c97bedad77c520997248fd01f1fdf56b6d3a7b315c442edc e5c5add3ad947c7a59668a37> ND /A <10bf31706882db717ccfa4949abf030c1e59ff0b2ad0e2d87a73cccdda09 41f1b75a84cf733588a52d309f562167f95a126101b9c263b027aaa5ef9f f3a7> ND /d <10bf317054a2726d4d446fc94ea242db71b1df10a88d9cc45958d7f44c28 e46a2dba8ff569e03ab7a60f71b0b8ae1059bda86461ee48a29eb1f06eb0 393b6992e394f0c3ad6a6389fcb9977f955ad7ea473e60136a0b123c88d8 07489e7beb2c32b06e1b9ff6a1bf4616268cdd24ee713332a8d2582d2994 cea75f86331ea4b6960a7e522788e5139929289e81eeeb80> ND /g <10bf31705b072f884e1fe90f9206489354ae18a31147fbcc03bdfd0736fc d9b96c2814e2bcc69e87c10efeb8c4ebeea514b1556a480d734898b3925e 614675155acfcdc792a4d06f885dc6d6e5ab3506ccfd5e19a1db80e620ce f7b42a681c6b5cc1eb0ceddec46baaff24ec46ffd91e281eed4f6c6f6979 32579ef1833c4167990f370dc404c01988afa58152aa38607221a2720235 9580a52aec81727c2154d4d1b2697c26d5230ae71a42d438c7270ecc09ac 129fc510edb9041a8a50c33131beabdc53f7> ND /m <10bf3170396c0b54acf7eeff720d61e2f994919e28286f532b1aa91fdced e3a03587d94ff809b369ecfe686cafe4beec7805ffaa75b14565229fcc9e 63d80d6597dd2365bd240292b8bbf91baa5f700fb108ea8341312208135c 49bbeb0594f0e8d15aa2a6d6ec4e6beb1a39526155e39284dbe373d44672 7e227590b3bbe89af5cef420db7097a3785a20967e469d1f3b2dbe5bc5d5 4d42> ND /r <10bf31703cf7234dfb7501bc12db7f8e0cdf9e8b47ddd6733a84c74aec02 5816eacc7d9b56d8a12ec58fdeac9011e3065c602cd8b5b1fc8e34fa0291 a95a5cab8be4e501bdcc405b4aeace01efb40761042e> ND /s <10bf3170599acabf9978531f57d3539c5cc6ee07c5cfb2778cd6ca362d30 cc8a3232dd6ad47261d988cbdca09d5ac31c846313b00b3a722370d228e8 25471be1a193eadafce1eadd28938ac2ee36544ed15ba8bf396be36ebafc d02f908d68512d0ba26c3957667743d36a7d0112ba5a05eab0b4fa1d71ca bbc5645165b9d879c265d3d15fbc11506d28c70e7ed19e4e262cd583b4d5 9e10710774faf258a27580425134f8c4f5ad120ec5c873a3594f080cd073 cdedc9854b9b89581597d1> ND /x <10bf3170625c3a5c75ed6ade81ff0a0a122dccd8fb4976e3f10b8a1f96a7 d51d24b2dd70b0780f6312cbf87c8e707e3e6889e29d886ffde1f12b2916 d97ff688e350> ND end end put put dup /FontName get exch definefont pop end /Helvetica findfont /Encoding get dup 65 /A put dup 100 /d put dup 103 /g put dup 109 /m put dup 114 /r put dup 115 /s put dup 120 /x put pop %ADOEndSubsetFont /Helvetica*1 [ 65{/.notdef}repeat /A 34{/.notdef}repeat /d 2{/.notdef}repeat /g 5{/.notdef}repeat /m 4{/.notdef}repeat /r /s 4{/.notdef}repeat /x 135{/.notdef}repeat ] /Helvetica nfnt /Helvetica*1 findfont [10 0 0 -10 0 0 ]mfnt sfnt 123.272 12 mov (xmdsAr) sh 157.167 12 mov (g) sh 225 16 mo 323 16 li 323 0 li 225 0 li 225 16 li cp 0 0 0 rgb s 0 0 0 rgb %ADOBeginSubsetFont: Helvetica AddGlyphs systemdict begin /Helvetica findfont dup /Private get begin /CharStrings get begin systemdict /gcheck known {currentglobal currentdict gcheck setglobal} if /E <10bf317012dbf686a5a3fc34465a5771113b1ce4d8686255b4674807dc75 4925dee601f6d1df3a3906d7e4d1f5> ND /e <10bf31705c36af5ce09326e9cf2ba9fb709b6eb04a9673bf2aec3563f37a 87eb78c93ad7c87d159999fdb5e649bde74d9475967b76de65630bbbd1e6 c88d7232a4476ac67b5f8ab3775d8009b89ec8b26598aa42444f1ccc633f c796f02b62185769fa5ef801e40c97db420a588468e53a40884890ab226e 7700d748c0b5f598875e6b86becea70ccb51a3a01bf1025696d55fb0dd15 42ae496ca256889c12e71b0659875bf53408ca> ND /l <10bf31703cf7b0ff8863d021e030de70e18fa1ba738f> ND /n <10bf3170396d6c2645827902b7f2e7b1cd18493d9b9b0d7c789344e45d5b 0fd34f614ffca22f9d3a331b93fff4702d4a8f35dcd833feed2f09161f66 4d33c0b235ac9077c0f50f0883cabeef541481e80abc6333132a3aa1be2f 30bb1c7b02aef488fe77a1f1> ND /t <10bf317064b6d37e59ebacebdd2f5eb6a8d9f3dea45445ea2aedaefca6b7 a1430934acbc205dc97fdf760b45d61b65547c7a760ac23b6d41b3fd4169 31115ae462812035a1c0f2504f11cd67eab629820305064979df00171531 4e6570395d21e106> ND systemdict /gcheck known {setglobal} if end end end /Helvetica findfont /Encoding get dup 69 /E put dup 101 /e put dup 108 /l put dup 110 /n put dup 116 /t put pop %ADOEndSubsetFont /Helvetica*1 [ 65{/.notdef}repeat /A 3{/.notdef}repeat /E 30{/.notdef}repeat /d /e /.notdef /g 4{/.notdef}repeat /l /m /n 3{/.notdef}repeat /r /s /t 3{/.notdef}repeat /x 135{/.notdef}repeat ] /Helvetica nfnt /Helvetica*1 findfont [10 0 0 -10 0 0 ]mfnt sfnt 235.93 12 mov (xmdsArgElement) sh 180 8 mo 194 8 210 8 225 8 cv 0.0980393 0.0980393 0.439216 rgb s 181 10 mo 171 8 li 181 5 li 181 10 li 0.0980393 0.0980393 0.439216 rgb f 0 220 mo 68 220 li 68 204 li 0 204 li 0 220 li cp 0 0 0 rgb s 0 0 0 rgb %ADOBeginSubsetFont: Helvetica AddGlyphs systemdict begin /Helvetica findfont dup /Private get begin /CharStrings get begin systemdict /gcheck known {currentglobal currentdict gcheck setglobal} if /U <10bf31702ce0f6b4d13865bbbfcc015fc6951d5cc1e93bc8e610c14a62f8 2c8c93bf868d59dacc0ad6153776f1eab0570f06812573157a967df76e1a e1c804f061bf0e2e297f6f9d46594ab76c9417a3d98e53ee58cd2dcf> ND /i <10bf31703962bf7b46f69a2f9b83d8f5a9638163efdd02f29dd60cb30a0f 3bc5e1e9> ND /y <10bf31706754cac69bcf868e26ed5fa057499d04d1d2aeeacb70d6e49473 0e27458cfa9be0dcabdbf97419708cd0154141ed91be381f3d405e5e2229 2f32a268349f1e34018ac7f0bd89bb8705fccf9b05c9ba88618a9108e99c f06729b583786b8817eb6ce2df9dcf6edc1a07276b025bebfbde55073af4 37> ND systemdict /gcheck known {setglobal} if end end end /Helvetica findfont /Encoding get dup 85 /U put dup 105 /i put dup 121 /y put pop %ADOEndSubsetFont /Helvetica*1 [ 65{/.notdef}repeat /A 3{/.notdef}repeat /E 15{/.notdef}repeat /U 14{/.notdef}repeat /d /e /.notdef /g /.notdef /i 2{/.notdef}repeat /l /m /n 3{/.notdef}repeat /r /s /t 3{/.notdef}repeat /x /y 134{/.notdef}repeat ] /Helvetica nfnt /Helvetica*1 findfont [10 0 0 -10 0 0 ]mfnt sfnt 9.83203 216 mov (xmdsUtility) sh 104 152 mo 182 152 li 182 136 li 104 136 li 104 152 li cp 0 0 0 rgb s 0 0 0 rgb /Helvetica*1 findfont [10 0 0 -10 0 0 ]mfnt sfnt 112.711 148 mov (xmdsElement) sh 75 198 mo 90 184 84 166 104 152 cv 0.0980393 0.0980393 0.439216 rgb s 77 199 mo 68 204 li 74 196 li 77 199 li 0.0980393 0.0980393 0.439216 rgb f 118 254 mo 168 254 li 168 238 li 118 238 li 118 254 li cp 0 0 0 rgb s 0 0 0 rgb %ADOBeginSubsetFont: Helvetica AddGlyphs systemdict begin /Helvetica findfont dup /Private get begin /CharStrings get begin systemdict /gcheck known {currentglobal currentdict gcheck setglobal} if /F <10bf317012dafd9b922e0ff6678e54c0f99a85c285c03d1e1ebe4f4328d4 7c7b2f6f1b52d122f9> ND systemdict /gcheck known {setglobal} if end end end /Helvetica findfont /Encoding get dup 70 /F put pop %ADOEndSubsetFont /Helvetica*1 [ 65{/.notdef}repeat /A 3{/.notdef}repeat /E /F 14{/.notdef}repeat /U 14{/.notdef}repeat /d /e /.notdef /g /.notdef /i 2{/.notdef}repeat /l /m /n 3{/.notdef}repeat /r /s /t 3{/.notdef}repeat /x /y 134{/.notdef}repeat ] /Helvetica nfnt /Helvetica*1 findfont [10 0 0 -10 0 0 ]mfnt sfnt 124.943 250 mov (xsilField) sh 76 224 mo 87 229 91 234 104 238 cv 108 240 113 241 118 242 cv 0.0980393 0.0980393 0.439216 rgb s 76 227 mo 68 220 li 78 222 li 76 227 li 0.0980393 0.0980393 0.439216 rgb f 189 129 mo 219 94 178 51 218 16 cv 220 14 222 13 225 12 cv 0.0980393 0.0980393 0.439216 rgb s 191 131 mo 182 136 li 187 127 li 191 131 li 0.0980393 0.0980393 0.439216 rgb f 243 50 mo 306 50 li 306 34 li 243 34 li 243 50 li cp 0 0 0 rgb s 0 0 0 rgb %ADOBeginSubsetFont: Helvetica AddGlyphs systemdict begin /Helvetica findfont dup /Private get begin /CharStrings get begin systemdict /gcheck known {currentglobal currentdict gcheck setglobal} if /v <10bf3170625c3a5c7a3615354a5bb31baace5ce06ad2752b6d5c34f3c43b 381856dd80cd0c8d23> ND systemdict /gcheck known {setglobal} if end end end /Helvetica findfont /Encoding get dup 118 /v put pop %ADOEndSubsetFont /Helvetica*1 [ 65{/.notdef}repeat /A 3{/.notdef}repeat /E /F 14{/.notdef}repeat /U 14{/.notdef}repeat /d /e /.notdef /g /.notdef /i 2{/.notdef}repeat /l /m /n 3{/.notdef}repeat /r /s /t /.notdef /v /.notdef /x /y 134{/.notdef}repeat ] /Helvetica nfnt /Helvetica*1 findfont [10 0 0 -10 0 0 ]mfnt sfnt 251.772 46 mov (xmdsArgv) sh 189 130 mo 211 105 189 74 218 50 cv 225 45 234 42 242 41 cv 0.0980393 0.0980393 0.439216 rgb s 191 131 mo 182 136 li 188 128 li 191 131 li 0.0980393 0.0980393 0.439216 rgb f 244 84 mo 304 84 li 304 68 li 244 68 li 244 84 li cp 0 0 0 rgb s 0 0 0 rgb /Helvetica*1 findfont [10 0 0 -10 0 0 ]mfnt sfnt 251.217 80 mov (xmdsFiel) sh 291.222 80 mov (d) sh 189 130 mo 204 116 198 97 218 84 cv 226 79 235 77 244 76 cv 0.0980393 0.0980393 0.439216 rgb s 191 131 mo 182 136 li 188 128 li 191 131 li 0.0980393 0.0980393 0.439216 rgb f 238 118 mo 311 118 li 311 102 li 238 102 li 238 118 li cp 0 0 0 rgb s 0 0 0 rgb %ADOBeginSubsetFont: Helvetica AddGlyphs systemdict begin /Helvetica findfont dup /Private get begin /CharStrings get begin systemdict /gcheck known {currentglobal currentdict gcheck setglobal} if /G <10bf317049853377a8cd03d6673f9f3050731eb76e5d96248bff195e9b40 98e75a94e3a4693781ff64a3065031a7167602d0655e9d115374c4567cbe 84a793cef8160d2c95a7c83b334ea1a3d7340b93827ff8629337e9cdda76 ecdb280215a3241b1a39aca72d6b3293cd490b8b168c47a1f29f50ef8f51 3d6ec0427cc49693238748bf548a3465778ae6225285f73ccd2a57> ND /a <10bf317041f0e1611a73fa21fc27e867dcbc270cea30f7fa5e5d482f3a48 54bee0d7b991de02dcbe8689b3ea16b4af608f9e8cc5750180e79b341cd7 bb6154e7d3124fa812a8a9016b9d4532f18ab21f8a8c1022f50ca3937677 e4f44e7b6d5c8638d24bfc0a86c76ba98e31f47953a68e581b753c7cf64c 86198bb293c320f36e203ef47c195cf2025811af258613fb633cbbecc1aa 6adbdf32a9164d0b9123e76600c7a8cd4ecfb4455f39aed51122aa758fcf 2dc3d742015a54c4619ab47090d5f3d1503717e04c44f32c9a56cc881316 1b5dc68cd094297bb30d26f0f4a0031e4b885f11ca09180be59c434cd294 276d8bb37aafb1ae1130f5736284adbe95b51d> ND /b <10bf3170370053c73f57fff05e73cff01e45c0c88b598c0cdeaecb75fb68 95008e5d74cc37a45a0352f31318d90486b891f1cbfc59763688b51811b1 1f7bb6876c38b61f5e54d4c8cf151d03afc3171ccdbf265ddd1a43ef2a07 8409a0d610284e7191b6d363f7525494307df7e7b6ac9be1333937018a9b 466a56406d1d0c8da8d569e043d990da3c4c4a9562> ND /o <10bf31705ac903dc9afda0c3f6799718c756d30ef9763d728f336a71d9aa 2c6de87c6867006e85d16df038cc729e491b75edb27f9af8f379c75209b0 b9f085bf8ad618b1aab18c11c22ed52d516e7f8a80a55c6d898b38477f9c 31608230a716d3d284bcd99d15107fc83bf0a12da0f24282bea3bc9f0ec9 c45d99ab05ed647d8ac652> ND systemdict /gcheck known {setglobal} if end end end /Helvetica findfont /Encoding get dup 71 /G put dup 97 /a put dup 98 /b put dup 111 /o put pop %ADOEndSubsetFont /Helvetica*1 [ 65{/.notdef}repeat /A 3{/.notdef}repeat /E /F /G 13{/.notdef}repeat /U 11{/.notdef}repeat /a /b /.notdef /d /e /.notdef /g /.notdef /i 2{/.notdef}repeat /l /m /n /o 2{/.notdef}repeat /r /s /t /.notdef /v /.notdef /x /y 134{/.notdef}repeat ] /Helvetica nfnt /Helvetica*1 findfont [10 0 0 -10 0 0 ]mfnt sfnt 245.102 114 mov (xmdsGlobal) sh 297.898 114 mov (s) sh 191 133 mo 200 128 205 123 218 118 cv 224 116 231 115 237 114 cv 0.0980393 0.0980393 0.439216 rgb s 192 135 mo 182 136 li 191 130 li 192 135 li 0.0980393 0.0980393 0.439216 rgb f 238 152 mo 310 152 li 310 136 li 238 136 li 238 152 li cp 0 0 0 rgb s 0 0 0 rgb %ADOBeginSubsetFont: Helvetica AddGlyphs systemdict begin /Helvetica findfont dup /Private get begin /CharStrings get begin systemdict /gcheck known {currentglobal currentdict gcheck setglobal} if /O <10bf317040c3a0ace00e28752c23296fc7faf789a57b2ad733526e9f20b3 ce1b2885aa541844a4e80e9e87ccf36031bf4a7a6ef1b5e590171410a456 a7e5ff243b63b2be3f29b60558f285c038483e59799b8e30749bd70c4c7f 211df57656232c30a8e221e9b571d38ca252db122c726702ca9ef80c7203 3f5c96f14a49ba9cbe8d1b6314fdee2a> ND /p <10bf3170370053c742dba74015e5716802482f58bd13b6ac912bc0840912 ed7c0ee5571402137a3becc76c345aa759a31aded681af5f49efd635191a 8634d2aa347a4f5685786e148923887cbee872596556c61c62045bb1b96b 935b361b7136598e94f97a1ea5c9b7da090cf462134195f27e02191d98f6 1f6a7e01653fdd56bdd91e8cba21c0271c9dfe0c836fede019> ND /u <10bf3170383eecc69b3320753197d2a6ac573b3e18ba99392a5cc8c0db24 f1769bc699ede21d34b0096d36743dd3acaf4172d58eec1315d0955c8558 352112146bdcb8b03ef4064954803d84f04dd2405638e13995943a224654 > ND systemdict /gcheck known {setglobal} if end end end /Helvetica findfont /Encoding get dup 79 /O put dup 112 /p put dup 117 /u put pop %ADOEndSubsetFont /Helvetica*1 [ 65{/.notdef}repeat /A 3{/.notdef}repeat /E /F /G 7{/.notdef}repeat /O 5{/.notdef}repeat /U 11{/.notdef}repeat /a /b /.notdef /d /e /.notdef /g /.notdef /i 2{/.notdef}repeat /l /m /n /o /p /.notdef /r /s /t /u /v /.notdef /x /y 134{/.notdef}repeat ] /Helvetica nfnt /Helvetica*1 findfont [10 0 0 -10 0 0 ]mfnt sfnt 247.042 148 mov (xmdsOutput) sh 192 144 mo 207 144 224 144 238 144 cv 0.0980393 0.0980393 0.439216 rgb s 192 146 mo 182 144 li 192 141 li 192 146 li 0.0980393 0.0980393 0.439216 rgb f 235 186 mo 314 186 li 314 170 li 235 170 li 235 186 li cp 0 0 0 rgb s 0 0 0 rgb %ADOBeginSubsetFont: Helvetica AddGlyphs systemdict begin /Helvetica findfont dup /Private get begin /CharStrings get begin systemdict /gcheck known {currentglobal currentdict gcheck setglobal} if /S <10bf31704854bf9f784602ad9ef5562737a29f2e699b79ff934808fd851f 2b15589e7f3a1eaf2b4320b660e14482f796385073a14345f16f0b796030 ba1923987469f81caa53a748375e927bb82749a82877c439fa8377973748 a50f9c55e402f874f6f773fc71e144b696a2031fc7a89a90a9cba44fd767 250a59429e6ce29f420372fdada72abebb600dfcd4863f7adc91f2ddf2d1 81a68363bd156fc7a0b6004df4f1b95b9b8912d347fb09a166612ff90c11 67f5b1855f3e979d429050dd> ND systemdict /gcheck known {setglobal} if end end end /Helvetica findfont /Encoding get dup 83 /S put pop %ADOEndSubsetFont /Helvetica*1 [ 65{/.notdef}repeat /A 3{/.notdef}repeat /E /F /G 7{/.notdef}repeat /O 3{/.notdef}repeat /S /.notdef /U 11{/.notdef}repeat /a /b /.notdef /d /e /.notdef /g /.notdef /i 2{/.notdef}repeat /l /m /n /o /p /.notdef /r /s /t /u /v /.notdef /x /y 134{/.notdef}repeat ] /Helvetica nfnt /Helvetica*1 findfont [10 0 0 -10 0 0 ]mfnt sfnt 242.041 182 mov (xmdsSegment) sh 191 156 mo 200 161 205 166 218 170 cv 223 172 229 173 234 174 cv 0.0980393 0.0980393 0.439216 rgb s 190 158 mo 182 152 li 192 154 li 190 158 li 0.0980393 0.0980393 0.439216 rgb f 229 220 mo 319 220 li 319 204 li 229 204 li 229 220 li cp 0 0 0 rgb s 0 0 0 rgb /Helvetica*1 findfont [10 0 0 -10 0 0 ]mfnt sfnt 238.711 216 mov (xmdsSimulatio) sh 303.729 216 mov (n) sh 189 158 mo 204 173 198 192 218 204 cv 221 206 225 208 229 209 cv 0.0980393 0.0980393 0.439216 rgb s 188 160 mo 182 152 li 191 157 li 188 160 li 0.0980393 0.0980393 0.439216 rgb f 219 254 mo 330 254 li 330 238 li 219 238 li 219 254 li cp 0 0 0 rgb s 0 0 0 rgb %ADOBeginSubsetFont: Helvetica AddGlyphs systemdict begin /Helvetica findfont dup /Private get begin /CharStrings get begin systemdict /gcheck known {currentglobal currentdict gcheck setglobal} if /V <10bf3170560ebfa113cb51dc8363331f5cb25ef80cb40eef9553460f0e1e 5334efecbae80dff355d> ND /c <10bf31705ac94bed672d56f0ba7147a01338652a66efe6a2abf028cabaa1 4ec857bae323edbd72ab7d2bb45bf3cae288ecbed2327a531d333d543ddc 542d65e8ebffdbd1ec12f43be7ada0ac484cfc27646b7b0ce4f212bf7012 b843b4fb631d619858646bcfa7a8c1753d9ce3640bae633a5cbc1ebff0a3 de490d02eec3c29449a1ae> ND systemdict /gcheck known {setglobal} if end end end /Helvetica findfont /Encoding get dup 86 /V put dup 99 /c put pop %ADOEndSubsetFont /Helvetica*1 [ 65{/.notdef}repeat /A 3{/.notdef}repeat /E /F /G 7{/.notdef}repeat /O 3{/.notdef}repeat /S /.notdef /U /V 10{/.notdef}repeat /a /b /c /d /e /.notdef /g /.notdef /i 2{/.notdef}repeat /l /m /n /o /p /.notdef /r /s /t /u /v /.notdef /x /y 134{/.notdef}repeat ] /Helvetica nfnt /Helvetica*1 findfont [10 0 0 -10 0 0 ]mfnt sfnt 229.26 250 mov (xmdsVectorElement) sh 189 159 mo 211 184 189 215 218 238 cv 0.0980393 0.0980393 0.439216 rgb s 187 161 mo 182 152 li 191 157 li 187 161 li 0.0980393 0.0980393 0.439216 rgb f 376 67 mo 468 67 li 468 51 li 376 51 li 376 67 li cp 0 0 0 rgb s 0 0 0 rgb %ADOBeginSubsetFont: Helvetica AddGlyphs systemdict begin /Helvetica findfont dup /Private get begin /CharStrings get begin systemdict /gcheck known {currentglobal currentdict gcheck setglobal} if /B <10bf317027e8d0b436292db5a2bdbe2c37bd859d6b39fc9e531cfeeddc75 155e5a90cbcaa4164ee17bef52b432ae5653f4e200c642d4d7459aa1f3f9 3d654cec8b070865886d81c3c86fab30e051021b039902c8fbbef078832d 890b4bb01602bbaea780be21730b978ac40c031b9a726851995f468dba45 dfac39d9ed231b82b42c5909b0c020b7ab2d2b9c5694b130373031936b44 8e0a87f1a3f13a8d9501f7> ND /P <10bf317012dbf686a5a3e938f3e6164c872b0a15c1602662173dc4f62610 97fcedae5b03370a0bf0f373802c4a3f2ec863ce4d9080fc3b5098808e9e 607d45f1bc7614b7c01db873b31872ee3fd3f282433aecbb4d69dacc2674 ab7bfa2a7b16ad> ND /k <10bf3170383ea4b0b3b837c199c0f08b3f968655ec53324073ec6ea5c62e fe6f773138aa5055e4905e591e1980e7caf58082c99b68ee> ND systemdict /gcheck known {setglobal} if end end end /Helvetica findfont /Encoding get dup 66 /B put dup 80 /P put dup 107 /k put pop %ADOEndSubsetFont /Helvetica*1 [ 65{/.notdef}repeat /A /B 2{/.notdef}repeat /E /F /G 7{/.notdef}repeat /O /P 2{/.notdef}repeat /S /.notdef /U /V 10{/.notdef}repeat /a /b /c /d /e /.notdef /g /.notdef /i /.notdef /k /l /m /n /o /p /.notdef /r /s /t /u /v /.notdef /x /y 134{/.notdef}repeat ] /Helvetica nfnt /Helvetica*1 findfont [10 0 0 -10 0 0 ]mfnt sfnt 385.596 63 mov (xmdsBreakPoint) sh 313 72 mo 333 70 356 67 376 65 cv 0.0980393 0.0980393 0.439216 rgb s 314 74 mo 304 73 li 314 69 li 314 74 li 0.0980393 0.0980393 0.439216 rgb f 366 101 mo 478 101 li 478 85 li 366 85 li 366 101 li cp 0 0 0 rgb s 0 0 0 rgb %ADOBeginSubsetFont: Helvetica AddGlyphs systemdict begin /Helvetica findfont dup /Private get begin /CharStrings get begin systemdict /gcheck known {currentglobal currentdict gcheck setglobal} if /M <10bf317027e82ad3304630af9f3c74db7ef2eb579716124d9b2bffab8ee5 c1b14fa5b3daf33dc791e5ebd57b314e8099e2ee806744cdd6b8b70ff0d7 9f262c4b6a7cd0c8380de1f8db700e814555bac896ce21a08a5d> ND systemdict /gcheck known {setglobal} if end end end /Helvetica findfont /Encoding get dup 77 /M put pop %ADOEndSubsetFont /Helvetica*1 [ 65{/.notdef}repeat /A /B 2{/.notdef}repeat /E /F /G 5{/.notdef}repeat /M /.notdef /O /P 2{/.notdef}repeat /S /.notdef /U /V 10{/.notdef}repeat /a /b /c /d /e /.notdef /g /.notdef /i /.notdef /k /l /m /n /o /p /.notdef /r /s /t /u /v /.notdef /x /y 134{/.notdef}repeat ] /Helvetica nfnt /Helvetica*1 findfont [10 0 0 -10 0 0 ]mfnt sfnt 378.095 97 mov (xmdsMomentGroup) sh 312 80 mo 329 82 348 84 366 86 cv 0.0980393 0.0980393 0.439216 rgb s 314 83 mo 304 79 li 314 78 li 314 83 li 0.0980393 0.0980393 0.439216 rgb f 391 186 mo 453 186 li 453 170 li 391 170 li 391 186 li cp 0 0 0 rgb s 0 0 0 rgb /Helvetica*1 findfont [10 0 0 -10 0 0 ]mfnt sfnt 398.942 182 mov (xmdsFilte) sh 441.728 182 mov (r) sh 324 178 mo 346 178 372 178 391 178 cv 0.0980393 0.0980393 0.439216 rgb s 324 180 mo 314 178 li 324 175 li 324 180 li 0.0980393 0.0980393 0.439216 rgb f 382 220 mo 462 220 li 462 204 li 382 204 li 382 220 li cp 0 0 0 rgb s 0 0 0 rgb %ADOBeginSubsetFont: Helvetica AddGlyphs systemdict begin /Helvetica findfont dup /Private get begin /CharStrings get begin systemdict /gcheck known {currentglobal currentdict gcheck setglobal} if /I <10bf31701f696e39f0058f1cb629d09967e0f39e87cb> ND systemdict /gcheck known {setglobal} if end end end /Helvetica findfont /Encoding get dup 73 /I put pop %ADOEndSubsetFont /Helvetica*1 [ 65{/.notdef}repeat /A /B 2{/.notdef}repeat /E /F /G /.notdef /I 3{/.notdef}repeat /M /.notdef /O /P 2{/.notdef}repeat /S /.notdef /U /V 10{/.notdef}repeat /a /b /c /d /e /.notdef /g /.notdef /i /.notdef /k /l /m /n /o /p /.notdef /r /s /t /u /v /.notdef /x /y 134{/.notdef}repeat ] /Helvetica nfnt /Helvetica*1 findfont [10 0 0 -10 0 0 ]mfnt sfnt 390.316 216 mov (xmdsIntegrat) sh 448.123 216 mov (e) sh 323 184 mo 325 184 328 185 330 186 cv 348 192 349 199 366 204 cv 371 206 376 207 382 208 cv 0.0980393 0.0980393 0.439216 rgb s 323 187 mo 314 182 li 324 182 li 323 187 li 0.0980393 0.0980393 0.439216 rgb f 381 152 mo 463 152 li 463 136 li 381 136 li 381 152 li cp 0 0 0 rgb s 0 0 0 rgb %ADOBeginSubsetFont: Helvetica AddGlyphs systemdict begin /Helvetica findfont dup /Private get begin /CharStrings get begin systemdict /gcheck known {currentglobal currentdict gcheck setglobal} if /q <10bf31705ac903dc8a666eb0ecc9e6c36fc4d1b8b9576ce0eb1402189307 a64f6b96aedef675bdc59e783cae5949e88d6aef5c456b2cacafc7af4e4b 2a2ee7c4843c8628bb3afad263dd0222659f81459159cbe07b7a63c1afa7 20ae76b931991d9faf54e98b090877bcadbd91e0fde8b36e232054995c4a c8e9bdb2953bee8f5b00d27c1261540b0a1ffab2937e5903> ND systemdict /gcheck known {setglobal} if end end end /Helvetica findfont /Encoding get dup 113 /q put pop %ADOEndSubsetFont /Helvetica*1 [ 65{/.notdef}repeat /A /B 2{/.notdef}repeat /E /F /G /.notdef /I 3{/.notdef}repeat /M /.notdef /O /P 2{/.notdef}repeat /S /.notdef /U /V 10{/.notdef}repeat /a /b /c /d /e /.notdef /g /.notdef /i /.notdef /k /l /m /n /o /p /q /r /s /t /u /v /.notdef /x /y 134{/.notdef}repeat ] /Helvetica nfnt /Helvetica*1 findfont [10 0 0 -10 0 0 ]mfnt sfnt 387.536 148 mov (xmdsSequence) sh 323 172 mo 325 172 328 171 330 170 cv 348 165 349 158 366 152 cv 371 151 376 149 381 148 cv 0.0980393 0.0980393 0.439216 rgb s 324 174 mo 314 174 li 323 169 li 324 174 li 0.0980393 0.0980393 0.439216 rgb f 519 203 mo 616 203 li 616 187 li 519 187 li 519 203 li cp 0 0 0 rgb s 0 0 0 rgb %ADOBeginSubsetFont: Helvetica AddGlyphs systemdict begin /Helvetica findfont dup /Private get begin /CharStrings get begin systemdict /gcheck known {currentglobal currentdict gcheck setglobal} if /X <10bf317052449ea2544acaf2e20f087a00723bbec6057ae4b446afd9ddb8 238950837a56b6c693910ce4817b688389f4ead81788eb6f14524a539f33 28be3bc44c8ee5> ND systemdict /gcheck known {setglobal} if end end end /Helvetica findfont /Encoding get dup 88 /X put pop %ADOEndSubsetFont /Helvetica*1 [ 65{/.notdef}repeat /A /B 2{/.notdef}repeat /E /F /G /.notdef /I 3{/.notdef}repeat /M /.notdef /O /P 2{/.notdef}repeat /S /.notdef /U /V /.notdef /X 8{/.notdef}repeat /a /b /c /d /e /.notdef /g /.notdef /i /.notdef /k /l /m /n /o /p /q /r /s /t /u /v /.notdef /x /y 134{/.notdef}repeat ] /Helvetica nfnt /Helvetica*1 findfont [10 0 0 -10 0 0 ]mfnt sfnt 528.646 199 mov (xmdsIntegrateEX) sh 471 211.282 mo 486.668 207.657 503.313 205.844 518 202.219 cv 0.0980393 0.0980393 0.439216 rgb s 472 208 mo 462 207 li 472 203 li 472 208 li 0.0980393 0.0980393 0.439216 rgb f 522 237 mo 613 237 li 613 221 li 522 221 li 522 237 li cp 0 0 0 rgb s 0 0 0 rgb /Helvetica*1 findfont [10 0 0 -10 0 0 ]mfnt sfnt 530.591 233 mov (xmdsIntegrateI) sh 596.738 233 mov (P) sh 470 218 mo 487 220 505 222 521 224 cv 0.0980393 0.0980393 0.439216 rgb s 472 221 mo 462 217 li 472 216 li 472 221 li 0.0980393 0.0980393 0.439216 rgb f 515 169 mo 620 169 li 620 153 li 515 153 li 515 169 li cp 0 0 0 rgb s 0 0 0 rgb %ADOBeginSubsetFont: Helvetica AddGlyphs systemdict begin /Helvetica findfont dup /Private get begin /CharStrings get begin systemdict /gcheck known {currentglobal currentdict gcheck setglobal} if /four <10bf3170560f9ea7ca74ef14747e6903f543dbfdca4bb14a7af658cb7a37 790f8ba02fc0d9fdd09cd756aafa8a7e70a497e43b464c2f96895e3ca823 > ND /K <10bf3170258d4618cec34aa18033d59176b2467425f72c87f3865334faf9 ad9ec73ec7b2a8677e3f2f5a17978afd9de098d6f0d10644f8e4> ND /R <10bf317011ad419194e12accffbbd7619d7ad9db4619add0ec69571348c2 6a7ac3d900e271b5ed7afc20ec0101717c14deaed708368a842ffc0bd8a4 e608e804ab0931b5ab9f2a955a148b2cc0f3ba5e3224c2c43286433977bc 118c77cebe8497afd92e5deafe2e23546dbec273ba00d0f9a8f5b8e97af4 1bb50a7d2025f7869962732c4576636df9105eab01dfb8305fda40f99cd5 a49373ac5af2a10832c949476e16b865> ND systemdict /gcheck known {setglobal} if end end end /Helvetica findfont /Encoding get dup 52 /four put dup 75 /K put dup 82 /R put pop %ADOEndSubsetFont /Helvetica*1 [ 52{/.notdef}repeat /four 12{/.notdef}repeat /A /B 2{/.notdef}repeat /E /F /G /.notdef /I /.notdef /K /.notdef /M /.notdef /O /P /.notdef /R /S /.notdef /U /V /.notdef /X 8{/.notdef}repeat /a /b /c /d /e /.notdef /g /.notdef /i /.notdef /k /l /m /n /o /p /q /r /s /t /u /v /.notdef /x /y 134{/.notdef}repeat ] /Helvetica nfnt /Helvetica*1 findfont [10 0 0 -10 0 0 ]mfnt sfnt 525.59 165 mov (xmdsIntegrateRK4) sh 471 208 mo 473 207 476 205 478 204 cv 499 195 495 179 514 169 cv 0.0980393 0.0980393 0.439216 rgb s 472 210 mo 462 210 li 471 205 li 472 210 li 0.0980393 0.0980393 0.439216 rgb f 522 271 mo 612 271 li 612 255 li 522 255 li 522 271 li cp 0 0 0 rgb s 0 0 0 rgb /Helvetica*1 findfont [10 0 0 -10 0 0 ]mfnt sfnt 530.591 267 mov (xmdsIntegrateSI) sh 471 217 mo 473 218 476 219 478 220 cv 499 230 495 246 514 255 cv 516 256 519 257 522 258 cv 0.0980393 0.0980393 0.439216 rgb s 471 220 mo 462 215 li 472 215 li 471 220 li 0.0980393 0.0980393 0.439216 rgb f 656 169 mo 778 169 li 778 153 li 656 153 li 656 169 li cp 0 0 0 rgb s 0 0 0 rgb /Helvetica*1 findfont [10 0 0 -10 0 0 ]mfnt sfnt 668.919 165 mov (xmdsIntegrateRK4EX) sh 625 193.5 mo 638 187.376 641 176.657 656 169 cv 0.0980393 0.0980393 0.439216 rgb s 664 237 mo 771 237 li 771 221 li 664 221 li 664 237 li cp 0 0 0 rgb s 0 0 0 rgb /Helvetica*1 findfont [10 0 0 -10 0 0 ]mfnt sfnt 673.92 233 mov (xmdsIntegrateSIEX) sh 625 205 mo 638 210 641 216 656 221 cv 658 222 661 223 663 223 cv 0.0980393 0.0980393 0.439216 rgb s 625 208 mo 616 202 li 626 203 li 625 208 li 0.0980393 0.0980393 0.439216 rgb f 660 203 mo 775 203 li 775 187 li 660 187 li 660 203 li cp 0 0 0 rgb s 0 0 0 rgb /Helvetica*1 findfont [10 0 0 -10 0 0 ]mfnt sfnt 670.864 199 mov (xmdsIntegrateRK4I) sh 756.465 199 mov (P) sh 622.805 225.143 mo 638.458 218.714 640.414 211 656.066 203.287 cv 657.044 203.287 658.022 202 659 202 cv 0.0980393 0.0980393 0.439216 rgb s 623.783 227.714 mo 614 229 li 622.805 221.287 li 623.783 227.714 li 0.0980393 0.0980393 0.439216 rgb f 667 271 mo 767 271 li 767 255 li 667 255 li 667 271 li cp 0 0 0 rgb s 0 0 0 rgb /Helvetica*1 findfont [10 0 0 -10 0 0 ]mfnt sfnt 675.865 267 mov (xmdsIntegrateSII) sh 751.464 267 mov (P) sh 622 238 mo 638 243 640 249 656 255 cv 659 256 663 257 667 258 cv 0.0980393 0.0980393 0.439216 rgb s 622 241 mo 613 235 li 623 236 li 622 241 li 0.0980393 0.0980393 0.439216 rgb f 629 161 mo 638 161 647 161 656 161 cv 0.0980393 0.0980393 0.439216 rgb s 630 163 mo 620 161 li 630 158 li 630 163 li 0.0980393 0.0980393 0.439216 rgb f 624.5 169 mo 636.743 176.126 640.082 182.063 655.662 186.813 cv 656.775 186.813 657.887 188 659 188 cv 0.0980393 0.0980393 0.439216 rgb s 624.5 171.5 mo 616.5 165.5 li 626.5 166.5 li 624.5 171.5 li 0.0980393 0.0980393 0.439216 rgb f 621 255 mo 638 249 639 243 656 237 cv 658 236 661 236 663 235 cv 0.0980393 0.0980393 0.439216 rgb s 622 257 mo 612 257 li 621 252 li 622 257 li 0.0980393 0.0980393 0.439216 rgb f 622 263 mo 636 263 652 263 667 263 cv 0.0980393 0.0980393 0.439216 rgb s 622 265 mo 612 263 li 622 260 li 622 265 li 0.0980393 0.0980393 0.439216 rgb f 108 220 mo 178 220 li 178 204 li 108 204 li 108 220 li cp 0 0 0 rgb s 0 0 0 rgb /Helvetica*1 findfont [10 0 0 -10 0 0 ]mfnt sfnt 116.602 216 mov (xmdsVector) sh 187 222 mo 200 227 203 234 218 238 cv 0.0980393 0.0980393 0.439216 rgb s 187 225 mo 178 219 li 188 220 li 187 225 li 0.0980393 0.0980393 0.439216 rgb f 515.5 134 mo 620.5 134 li 620.5 118 li 515.5 118 li 515.5 134 li cp 0 0 0 rgb s 656 135 mo 778 135 li 778 119 li 656 119 li 656 135 li cp 0 0 0 rgb s 656.5 105.5 mo 778.5 105.5 li 778.5 89.5 li 656.5 89.5 li 656.5 105.5 li cp 0 0 0 rgb s 0 0 0 rgb %ADOBeginSubsetFont: Helvetica AddGlyphs systemdict begin /Helvetica findfont dup /Private get begin /CharStrings get begin systemdict /gcheck known {currentglobal currentdict gcheck setglobal} if /five <10bf3170599a82aebc63bbc0ae599e3b29fcedb68cf364582735cfed7252 e91ae4bf39a8708dc140ff6bcd20ff2402e042b55e6512ada1d50b95dcbc 8ebfe23e006bf897b10d6f9ae779b3e0fbae1b09b3463f95159262604682 1ac6065f7cbc4b3f52c27c253bda72fed0c1ba4232ad396f687005b94869 998db0d782aea1ce7877123a462ff39826650e87facef0302b56> ND systemdict /gcheck known {setglobal} if end end end /Helvetica findfont /Encoding get dup 53 /five put pop %ADOEndSubsetFont /Helvetica*1 [ 52{/.notdef}repeat /four /five 11{/.notdef}repeat /A /B 2{/.notdef}repeat /E /F /G /.notdef /I /.notdef /K /.notdef /M /.notdef /O /P /.notdef /R /S /.notdef /U /V /.notdef /X 8{/.notdef}repeat /a /b /c /d /e /.notdef /g /.notdef /i /.notdef /k /l /m /n /o /p /q /r /s /t /u /v /.notdef /x /y 134{/.notdef}repeat ] /Helvetica nfnt /Helvetica*1 findfont [10 0 0 -10 0 0 ]mfnt sfnt 523.09 130 mov (xmdsIntegrate) sh 586.454 130 mov (A) sh 593.124 130 mov (RK4) sh 612.577 130 mov (5) sh 665.919 130.5 mov (xmdsIntegrate) sh 729.283 130.5 mov (A) sh 735.953 130.5 mov (RK4) sh 755.406 130.5 mov (5IP) sh 663.419 101.5 mov (xmdsIntegrate) sh 726.783 101.5 mov (A) sh 733.453 101.5 mov (RK4) sh 752.906 101.5 mov (5) sh 758.468 101.5 mov (EX) sh 629 127 mo 638 127 647 127 656 127 cv 0.0980393 0.0980393 0.439216 rgb s 630 129 mo 620 127 li 630 124 li 630 129 li 0.0980393 0.0980393 0.439216 rgb f 629.813 114.58 mo 640.376 108.81 642.813 98.712 655 91.5 cv 0.0980393 0.0980393 0.439216 rgb s 630.626 116.527 mo 622.5 117.5 li 629.813 111.658 li 630.626 116.527 li 0.0980393 0.0980393 0.439216 rgb f 624.283 219.714 mo 614.5 221 li 623.305 213.287 li 624.283 219.714 li 0.0980393 0.0980393 0.439216 rgb f 623.805 216.643 mo 637.944 191.88 639.71 162.168 653.85 132.455 cv 654.734 132.455 655.617 127.5 656.5 127.5 cv 0.0980393 0.0980393 0.439216 rgb s 625.5 195 mo 615.5 196 li 624.5 190 li 625.5 195 li 0.0980393 0.0980393 0.439216 rgb f 625.831 184.233 mo 617.67 190.098 li 622.465 180.403 li 625.831 184.233 li 0.0980393 0.0980393 0.439216 rgb f 623.176 184.137 mo 637.418 162.808 639.294 126.529 655.637 99.938 cv 0.0980393 0.0980393 0.439216 rgb s 471 213.5 mo 461 212.5 li 471 208.5 li 471 213.5 li 0.0980393 0.0980393 0.439216 rgb f 472.5 204.5 mo 474.547 202.411 477.617 198.231 479.664 196.141 cv 501.152 177.334 497.059 143.898 516.5 123 cv 0.0980393 0.0980393 0.439216 rgb s grestore % PSGState %ADOBeginClientInjection: EndPageContent "AI10" userdict /annotatepage 2 copy known {get exec}{pop pop} ifelse %ADOEndClientInjection: EndPageContent "AI10" % page clip grestore grestore % PSGState Adobe_AGM_Core/AGMCORE_save get restore %%PageTrailer %ADOBeginClientInjection: PageTrailer Start "AI10" %ADOEndClientInjection: PageTrailer Start "AI10" Adobe_AGM_Image/page_trailer get exec Adobe_CoolType_Core/page_trailer get exec Adobe_AGM_Core/page_trailer get exec currentdict Adobe_AGM_Utils eq {end} if %ADOBeginClientInjection: PageTrailer End "AI10" %ADOEndClientInjection: PageTrailer End "AI10" %%Trailer %ADOBeginClientInjection: DocumentTrailer Start "AI10" %ADOEndClientInjection: DocumentTrailer Start "AI10" Adobe_AGM_Image/doc_trailer get exec Adobe_CoolType_Core/doc_trailer get exec Adobe_AGM_Core/doc_trailer get exec %ADOBeginClientInjection: DocumentTrailer End "AI10" %ADOEndClientInjection: DocumentTrailer End "AI10" %%EOF %AI9_PrintingDataEnd userdict /AI9_read_buffer 256 string put userdict begin /ai9_skip_data { mark { currentfile AI9_read_buffer { readline } stopped { } { not { exit } if (%AI9_PrivateDataEnd) eq { exit } if } ifelse } loop cleartomark } def end userdict /ai9_skip_data get exec %AI9_PrivateDataBegin %!PS-Adobe-3.0 EPSF-3.0 %%Creator: Adobe Illustrator(R) 10.0 %%AI8_CreatorVersion: 10.0 %%For: (Physics) (ANU) %%Title: (classes_new.eps) %%CreationDate: 26/8/05 10:58 AM %AI9_DataStream %Gb"-6=`Z.7FYNUWL\q\]U'NKn!%QU#dPrSJ='ISj"=9'#NT(K_5a&UWZR`(3o:.piT)?]+ %2YS<^hHf#eZap+bcW4\R>IboYda51,9]d]eq5ET3cf:@Il^Qqnro*SAEL"g2XRffIMgtI%h?YdTCTd[4h:9cjGK4(. %X,l^uILAAi^`WD+l2!?Za%$sd]YVJ.^\GiD4c5l63\!Am_\^@3Y!5$4>WuKOhu3#ii6M#A'>O#qa7kp*&!)=?5kul,\Cqt<^AN6I %a?<[k]AW8MZP>U]s&f6b4]Zs'7LcngbupaCU`l85d1"VYBTaKa1nNi'dES@jF01;5)gDkLpQj1j6c`5bJthn %hi0ca5.D+%Xfgb\!"%Hb>n2#mqgLE4^qUTu3WARFpta6r0!/RQs[n@F\L)5?d%MsGT-#BTS.i;qZILSYH.=Znrr4K^jfot.cU96^'r %jWBOj_g5YFh*8(A;kJpt]O'NmJ['4fmeZ3gp$Ul;eQ7"!\\Ph,H$OaAB@&m6r;GI%4]9[mMeR>0n8S1d%>n2$N2ut`?(Ag.^oa[3+*kO! %[JCdIa8>c.r.(9e`Qe)3naV'NF+="GlY]c?\+bAgl`O8)!0Be6k2Z-Z]C!(o%l!=![siQ$ea^hThqWT)MK]$h-0"850-E_?pZ$BS80bogcM6BB83"pW_a-X.TC7B@U)TGBb-i,Qb.*X=iDDdtTO@ %o"Q3[YBilD>((Pnrd+]3F.^d^JegViNXpWP]]%/bn1SaPIrU,o>^]]T]d]$>iuNQgr]VO#?4\19-+s$1!=(4`@e`Dp5?F1Qh]CYU %]t?D/rlb5qJ&4$N/NisClZY#ls0]H;qKVVj3.:Ii"1b3)Y[mETQ$)VsX#`kYlWCpZ&I=WjhWU)!&g_%1[d%/Uci_X%qAkc("`kVr6n,S"%Ne@P]A"J^-:r %&eJ"M16KWWCc;>I=Btr5!\Egkf0qq/(glk+Gm40,RK2-O?NmBh=<6?iCOmp4BDL#%q?=$L#?8J0.j'1 %rc:_6.6:Wq?EZV__(2&I"K2t6;3FF;#p[Y@?uNF..Lm\Q''/O3MuXsH!j,#"He^k:"jdPk?j$HP$IC.P3kVbsNo4B#N^`0GQ,*GA^rjOQ%>[k%IU$S'l!I4)T]GaWeKl-p',IpO2 %g&R4\+LY_B#^8C]$9t_5BT,VA`g7iI9+GZ6DG>.63VYTGOap$I(Z$B6M#`?P'qCIpb>en3T$^P>gcp$_^3F?^;qk/PFTX999:[6; %(@!F;9RXmN_3lrXd[TO]V;:E@FonJ@O16#I^^dOf?pP=UCBMEaWS-3$oS748+FNrTkQ:qt#T)^d(3q1.dmU"`Xam,G<[,0G]bL_c %I*W3,hK+EE,-Hb$7p$SanVW&[!k&[JinDErp"&8$7%>3"#h>1d\D)&S'@fQ0bp&JVjKu;RO\.mB!g!Ca+J@7JR %H5f=WM')d#kHWDH42=Xa*0G52$kuijoLqF.89>qc+9AotJ6bdgBEn=hNhQO7-JT.Gu/G`Da]bLcr50qA]VRo/&mG(A-lIGa-2RV6M6hKQf?etH$[eP(8m4Z!dpa#JBS2JC)R]',==[%@XA_,7]OiG %7%j%lMP+7Y=$fc=Eq.Rqmb2P*l"2=!6lHp7$IG>-H_g!6-_fH(Br3*^*;bj_8!8@`-51=j4nILVlOX']EVr3M%s4(EW<*;nWPitiWd5f^(.T@,a*%%=#CI:n"[WqH/I@Dg?Ig'Q&3[+pkd^XRNiP::7Nm;I$(qCoCE8UqM"HN1 %K-e=-ZjhUl&2Fifcpt_m+W(tP;EJF0\B'e+^p@uj!]gng"a4[8%9askQDC9^Y5jl5'nP@i,4$=%:6Z;tW0TL`&q<@`Yj#mj4THcFA2f>16leFjrk*'a-c5Gq_WrdZBchA6@aD_R %ljg+t8T+TS&k[Lj+A,%oNn?8TES/$VZm>4t3'og!SIS*VScr`lkjp:uU)q.lR^*rf4;-;'gn6:B=")e<'nQE_,+sD9d>E[]\02KJ %+=SFq\KfK8^($Z9!/r:u,p1\Op##<.,8,ih98HV,X_GTPr$2FY8H^Ut*!*,Ue;S(?TSu6I%B::"F"A6&>icrF>/3=Wb6o+;h?29E %'5^N1EDTDg-r>Y\43#H[(hkECoP#b$<[.'^Q=_p!<`&9!AS_&eYqgq=>9`j$6p#C'5WXYa$,XLi?Q%loPt&e1)\6=3CMY2W%B15* %4Q>s(+,)]\K.%faoE;&"hCJO6+F;r\_XT/g)=fV',V2&JUjG'O5bop;-32>9`u9OW)N0.?W-T%FFhB1c;Pip+OcG:@2\87;Oas/o %lA=T\g;KRDik3>MkqfP)f9)/PC,AO]%WrGZpC=d'i8(12U#:]h(JB2_?R1R27=WnP'#=Qp7fk-^@^pG>?7._nOfiTc$Iu>98jDQ` %!)_bKW#t](kt@'^G9_O1?!s8GSLH/4/H`47%L&N5fD %KbQG.M$Ym=+%W"+#oJ;P[/&]-F4Y0!0$2nBrJ%,pOlaQHP`6kMj"%JHTQ(Z?D;"?@52k)V3(&DfG]1) %]9-e&6T:1Nr*C+E7oDcO\d@sMZ)m6F?I[HRg)eV+5c`o,X<>EV1JR*/GFV(,Of4!?H&/,Wqkr(/32?kBM,;JHI?G+ei9[3]B]Z:@q4'@'E+rq5a1WohR:+FtadG0]A*h.1mo8<:Q6T)7H@MuK%`Vr@A\?/''DU9"$lP'PE^_5T'2>N/F]U7_1uOs7Tqhk`>sA/jRGW-d-q3,P$4V[djs$8Jdp1Z`a\][ %WE6u&/FJ7raEW4ZgIRW%+#ogFU;as!YO*-i54\kd>;ImA/n_ZMGd25M>uTNR^*Mk:s3Hl,Pt1>(:cuZ"?[\"o8;aH+=(Hd4JMpko.G&8 %iGV5Yr#WF9gUrHo05P,=9.:^1_1De^-T%&<*Ri2nU(qO-MT0>OBZ4%D!)^Et3JLR(oHZjK$rJ`f,6ZG3,4F.c9p_I'3)ReXB\aOp %+%MB4Ch*np6@un4,`87[%H0Ws#'?Hb06l"jng:XNH\*pp%Vh1j8_[*5p*fQfpi/RP %)>U7`/^fNO+e\d)L2rOaeL^11.f(_G4a;[(1*d[S6jU+1,T-2D4a$pi3-[[Q733Lje;?,sk"/^rQPE,nDOHj!^"5daFd' %M?Z6'+1UmhBZ>t$M/MZbraZ(aF'l'O)46L!TN/glqd:[tRIqt-0$0fIq@m]%1>Jomn<[QRX!5')R6(r\[.&d#XS1^tl]U0++t>3K %<1)meOct[Xr$5-BPkS#5,>nhM'$7pZe(//U\nD_tc%m9k6m;lq4^:!6+N-1&B@u/'=(HU@&M!pO3nY-4R"46&eNnk-+L3dNIqCnjU*)Me#cO=_6q[_Yo'9Mc,83^8d>aYLm"nb]^S@hK^-\opQ/JW/T)EnIfKk6G-6h\fTjZQ(S?;sWIa@Nc %@o'Fk*H^?e_0J@l."n`YX;VY:0Z#u3X=#O@`37OW8`m\eK&Xb+ZU4P,*bPDHWG2#(aG7Z"kJ>r.ss4 %H=?k&I\ffa'"I3.1B>?1,5Y4TJFASpO$o7(5jO8C-^NH508VS@Zsp9lb_oKF,Gk^SEWjSZI7KG\Fr[>s*QhA'eB>)0oa)sbLP[.2 %T4lkH'106C+-!]pn"inP?CH_#.[:D@m3R0q4c'lME_Afhqd^#Z0^^5"Z"B\f)&;lb/R]V&J7L2D_]i?Z.j?q.+BR"+:bH'8Fka?o %UNBEYDIW=e<>R<:oPPNr8KOEN;P('gh'+3mMP(Xa6g3ctaS7oV8$q\t4eb!)=A?[pct^OSCd^ag/LY9UK;24?Dt&Y?R4`u`Y=u+g %$&FIE:KhOAQac-!T_0jtbM1G-'ub)f%CoS11!e9$jRP^:+nJ"tA;)t!8ZNXT!.H-Xi%$S",3_U90g:R4!kQTIX!bbIOLp\/&p`76 %>4a"Ao:jEg'/]FBU-gXOQ#E*UU:TP\)46AVW>Lt1A/00m'`i\c]hsU/b,7=r9e@8$cr@AK?VA&3N[d>eCbj %pd[;;b^7YVK5bJ^LY9YZa#@OmIfK`a':"iY2Up[(Jeq!g+GQ#a`ZU]Ol-PC6q %Td1s2e]\UP,jjTs80TFTigV41Fj(H#&n'cS!"#J&ifb)8MFKGNQ9@aJp,U!TX>qsg,"[p09C2(39L'4\\uQ7u.M(Z1nEsND3>,MH %pW2h.APRUhJRpDS0Y'h)VBCtt`l;8hb2Pb87EGVJ^^/8`]T/sOMo1ZWHr@g8"N,8I+%Jb_(bCfVCpC6[YsFY9lpX'qhIKhZ8ri5o %PB&0@\^E2ime;8Y5.&\YjUGKb2UWaOTs:@I%b4)/8SeshG\%SD-?75-E-\<9UI]t"2^M>TM2dOg8iF7+2EI]iTk?1m"FUu=.H]#= %26rs['$[Rc,.b(pO-FQ.`b7_.@$+`ZJ/)&Oac]KE_gMi3fEK0IS.!h"R'I$&JQ@+;N;FMJRMtq)Jn8/jD %E?7[SoI::/g*XA]P*q(mhf+1o5DoQ>n@"S6,_d_(:-JA9YWcIJpF6q8)M1u,LKj?:'=;(&D/-dW%Ojt2#?Jed$RYT7LMk&ihU=a-Tp09Ggj4Y9LBB0uca_+F;^ZFr#FO#u1b`0Q6&^*YkPnoKZ4G"t4_*I;2J %a/L-2nKLE^j?Ok>ki]j_-&ID*NM$5b6cYu37:*Dq6f.1;kRTRtaMm86e!HS6U7t*BP+brfZ-g6F9p.1Dh"Z;#i8H\046id`k#3959 %V&ojlPgDQdQUkc.m#.$Wj.Iu%-'@OM>=@@5m8KZs50NA2<'F/P?m=oj`Nn1+,6aDS+gg#LpHOg`SW-)%A#HK&9S+VG6"9WY_NWlI %FCPaYUK=+SN"\gWG:;b77NQS>U+OG`gbcQL;.0bo!J;_:A@o2p8W,KH:`utW3l]o8333Ut6oOKhECIK%)RUcoW5s]AFR]o&loQDH %,YSe-7)(ne"ALoo\A:S%&b'AA)lBkNM#GC7<)[p+Ka>P9@EG96E<7Z=:jCP.^M.=4d`7L2TX.M8E&Nk8qeVp-&@OS&gb$UsPUSR^ %2qo'-(*2db,12'-4Sq>`7Z3qmSc#2V0WqkV42hd&*Za)G")so0SqqCpWBkL['J@HcZE2W?m*C)"FW8 %XR2cg(9V'l%MD$]?*oonJMR^7ojgd$Yr*2u:k_*>]Y[ZB%NN$>L1aITR4HJ#R_5V0:g:k??`=KETHJ<7=[th-dbu;GVmiT'Tr0"Y %_R)^C_n_bCo,_ZI2;X-NH?&iI*up"'9:=Z&=*P85$cDp1Un%du^E86ZgL8M3(`(pV9qjQ9A<,i/pF]2[iG7@XD?R?3%i?hSET2c' %diOE='*'!-.8?3)t %7,AQeCUD2-qIq1E27Q^+`OoU2P`sN.jpX4f;:-L5I1tQ@g4pK5+L4F)"(77KdKH,j/N"DHF=0!JC*QAA;Ho5O3/j%j,Jkhm3WS.i %N?Uk07?i=MRPr#A-(R%--NAV!?W(rBJ08_DmBdH,2]64=(d*[0e?9o-T,Za;4S+:11R'lDM/f0dsmLC)O4"PQ7PDkI9ZRNZX6 %/u+*CLc/h-GnbHd02Y)iD:3![2EDWgerLlAV)C0p\rP2s^LsA:N/MOdcF;LSYJ%kiY@!e(RW;\]Bs5uND.9t6F[Y*F\XpQFK;bt3/akC[Y;^=s0;pd?BH#A#:6I;PRWQl %+(h1O\9<5MKXFr57#G;j(.bHIOR^CE2F3ksPt6Gd=#CTAi3\>.nFfI"JC$n%gTc\^il8&;_RF//cQ\)*iQ*2Hr*nUU %qMl6:]YAsBM/G#$MntVrVFk,]R;UqQc?&R^ck%i/rT!k:nH8]6F'O^higY_H59<\Q]3)h[5!Hb8+"l+m`E[5_Npf6[\\-R%?@@2` %?MsBaqW?W(i`CGq\bKHJEQP[pdaKg$YHAtM52La:F8XM+A\!TN?dciqo\i;TBeGG$oN3t6k,-c.phRV,]"7&chfD;K2])49mlfQT %?ep($n%IneI,nKrnuX"WXleVQ^A$IF2r>Ss0&Al!O2hXPUiZ(bnb@'UU\Jf@_DFq&?[]St3BgbWL+IT#qen-\`U2dC]i\:f0RqnIVCI_\7`]Dq*)HBp)!IZ,BrUL9,GWQqB/1\.Ahmc(Od]Z/+m0CmeW!rL`guknso``I.d0M,t!nq6=#"8]qs8BqbH&4OlkZhCDaFO#e^,q4hU+[ %*?kg+]<&ED/jC=s-g;#oqY9IV`t*\Ik$hVil+X`81Nr,+#PU>D5Nhm8f-pOfI+-F;VI/jf^T*m'A,d;$nN4JFGP,Hpa$77)BRTYp %I8RCa@,,'p4Wr$7*;R%d.p\_A*Dk8Oa7$&tL;To.J4:S5&YSn&m8:CE@')Y"?f&H- %rqbpg(rn5)`k-KqE<#@d'i9MJ$V[W);gF!2g5B=o*l#6jU!*E:(-\l?Znbrm^4uoBP$X*b`U8!BG_s-H5uq)us)G^Kk(mVB]_McY %pWMHAJ,@dpc'K7Efo/&a'Rg?eqJ1TdAl^_&HuFP#DsjX_rt5-I`11C'V0n#I^\ZQ#Y9/h+0;/14jtj>G9,[O`msp7:<;s^UTCunn %(<=DXKbRmZd$.Xt,c-h_:`6MTph)0i6Y-X:7qE4mJ;(SMIh%?k&o<5aT_)%b4$m(;fbh?+>J#Nn[g22oFj>7\_*s\q%qT^T>J#mL %\t.Tf"*ED:%Gh=#/Dp2Nn=s@fNSjT'h]%&qn^ucO%jAlQ66Cq9L3;.'?.ao7N6k!(@W[KU*9%eoE>s,l!$c[/VjL@#d[2q,S+\O^ %CO4mY5(TfHm^N.t57D`)6QGr2*&b]P35AYo#[6c.*k1/NB#_%7\mMYmg\"ub2dt0R`m&[JfXbqTp=m!+a\'/S9NTjWq^kL/4+os^ %oS;t@3U@4\o7$cj*"I`eI+^j:)L`O]kB)N!UPIUkU"^[_qu(EIh/E#Qr/_VrLr,dKQ$_s9`54skQ)*s%fd.GB[ikGg8>t,Bp7*JYp&c?]9iXb %d/g7i-6D.f5e@12Y5uuP!'J4+T_Es<2Kn$Z#dFKMfDp5VJ0mFP9*DWlJ3Gl5ro!O$;d7&>2;m,;mb%_6(BF7N+CXFCJ<2iXbRG]Y %#`.1:b!nX%%nI*qX$$Gdmf:0_JEnH.YWT]tPib7VfLr;Vf3$?+/ %BJ;jDItS2r23h%]5c'g1UdU@i!WeA^*:>UM3*HqO3eHOG@#@e:OVi\S7HbqC\I9a`,UlUKNW4@\8W&&=dLl6d!>l+S%Cg3W*OlN2 %(5s/gKVq?h!_>Y2TNNhrElkAY>q^P,03_O3o/5QRh&$ju@,[?H;jL2ibD-lF0-OFcZA*P,L,QE!f!(2"Q/moWVeSM7X$p$S<@CM@ %>$PWiNGncV1J[?On?4H482%69AbZ4f\7tf?sm__X&d82GW6i+o*$L9:D %`Jh>9J^f4"+CBX5!NOE8nR^?fLOXZ4;@Wgj`!W^7Zh%E[%VGY6!M'*Oc/OmqI8[9*<1:5?r++[/M.rSX3_]?c`olq6beeHT9_Q=s %0?l;sZC+DXA7U+;Du(eEuCesdiJp;Ro5'u8,d"4bR5))`/#s#,@X0aOS6VWG/E+0 %TSt6,p8*9!M5!Ct95gb\.oTGi@"Coaar&\R!t&6VNl%iV=5A*T`:a3h#XPoph[PDD)^3%5&dn..ShuaaOGj-O5p;CZ$Ta6?IrObI %Mg]p)2qRm2,]URXj\e:s66qo=+]3V2O@Ud^?m;%a;?@l%<@"fQe7m128J?a\#.T:b_%Ek5&4UR<]6dEV;>ofOrS,/'5fF787jPLG %"7EH^IErI\E9oA+SIA%>O)HnhR)F4&Q\$,lJjF,q:EM9aU2BB*30iDulmcpp.1i;%@a=SZ1[!>88MSs$TTR %JdA++nH?)Ua%G:D&4>1`;a\"%,M%U,jFK]Y<\YW"3G*AqE24k)2\>P]$'hsCp'bCJNVul>qIStTFi?1lq:[*$)<;SbnR@:"ON.uXb["7[=B>;1RQEpX&K4,H[l7&HQo,p]!'VP6XV`7%,kBhq&E;W+\(C&2>fSLM0'Ps$Af`1:m? %mTPjdMTfXF3fD'*3lO\.g7hm?)693?[9/R$70'9odNND&To`8ZA40C@MaUQ9Wi:)e-)m1/=KA*06`[>&`K"P%(#4`0=%m<^(mD(9 %'71Y"@[gG/a@i__926;YdW1g/3F-aNGnXjUIO]DO%@_IVD/01AGePN-eO2`$_1#_iaR-(Hjj"Ek6u6:2tf,@n(kahu%k %=WE\aW@[J[I3t>gcAaCIik$1@!]RFC$U:XO;%ucYK-)lUfS#emm7SiZ;hLfu0nh3dFXpXIWaiG/(/QnD,)_C*EboOY%/snU,#gTA %rh20RWAV(e2`B_LNC7]B`g1a*(*mYYeZ_uL=0KdG;^:TeM5N);/rV&33AmB$6pDoB %)LKme,5E/[&TL6T2%r]++D54\b"/HNmr)31\Wn"-g1O"-%XtISfZiDCR.AfeLS47P9_^i_!PNNto47P'gF+2<;b+!c[HN;^&Y1QYZV'EA5#k*S[(Md&GjF`R.A^ju9LC?aEhK"W,k8"_XF`6rla^n6B\^]5BZ`d$7>a:Lg,O1<#[7'7NijA99lLPOrF1e\m>JB[5\h5V1ijMe+ %*P(Sbc9"OT73-W\$ZAj#Se42YGk//&)p"br;CLn)1sX5gl8iSk@]LlV)lQ8'+]kR-Y9aqK%R*DB.`J$D4Z_8oZfF&DcVF#t']5=' %c]#@feU>!SUXsM+b%7R?8f8ZZN/&-Y35(H:XD%sqII?s]BD"VtHM%V5!7!:4>i9RTR %;hl!jYqcV1#?G.cnkI*E4gB$sjf8i1o"rF'-YLQd5]Wd.ns5]Qm(?F6d:Nps8+1.l1/BjGe>Ijf2.N76pR_:.;.>Pj'm$`NG;9N_ %UP'VpN8?J:^5b-EUlrbZg.9o2aXdSaKLIXH.S[%pC_d.-'YdK>6IBQkW=*:?NoVdV[SYNV8]tZ.Y`L_uJ48I_^gp1=c5_oKCkQB" %,#O1ZL!stG343SEh,1i:.7jlEHUA"//5)BT9Yk!&Rs:_p]Y]pr23Fh00N.VAR7a^CY_!5.@kKX!(Hf/Q4=CS;Fc[.LP@Z3qlRHSH %%3-j\s:SC;n$H&67bdY!4VVQ5IFj[S40o_sJ9Hn$$(n%Y;r6<)h>2,ZOs,5ONP1KJ0eEm2,2k")`cBec9*,D %Pbesj`KlM&]^*Ms.\c='U7kcf/i9),BhGnc[\aAqEEIa+Qo-8XA %FS=5[!)s(c0S@Y%kkhdT0qA0sNRTHO%NgfeTd)[pa(,87^mI63G^cCQn;J3#4N-gY=15#NHbKs*JR-5'MGT]pl1B8BO',mLQ1L,u %eZ)sRR`Z=c!In;E*4k$\o_\,G]KcS13C]\?eLr^WZQ1, %HQLrZk\cJpL<)! %-\;,/aKerphbq(!ac^k@g.>>WFOo!F]tQ6V'M$3c%)2XAA&1D`O?N6Eq9!GZt0=%0U+EA\Y7ZRHJD'!P3\2WRu= %8K\^EI5=II:oA-.K1>%/1qnerb@+3o7m^o@<#qB2ic=A+>Ya_&To_QL+?)QNO:QT"o/Z/njs.i@'XC]d3B3c$8D2T_dug.^,3./! %(soohNf=oVn]bTJ%IcoWM(#\^0fD<2-#CGU"_enE5EG)JMTM3=W6Tf;;a3k@-!BCtOWC;*mEcnTI6=b\@;5a-e\fY-X;B&>/&SI\ %LA6ZBN?r:3d_`ULoP$0=.UCij%2+NMR$15V45tRr+!U2\#i_3jA>4nhmB5.G0`nQ])0%_nP\k)8$CYndFM!Z`U`L:-miYUl3=o?r %!83L6C]M&(PR@0BU<-pg]=3Fc^*@E!%p0:*;)U3Q7HD_BP5nh9m.s+*aA*5AICbbj:FgJR"V"/e#j=h5ecs\edPI\/8AU[6l+Ze@ %kXUc_Rh2geU:*h9Bh]9De%Ii$-.I;;J.H(tDj@ %UeI5X=kNApY5dTs@$cksFV+9cV3_h4X\t']L^-t]o2[flj:*m;[cJS)]sVk7XPU77X*//VERbi,enDH]>M0Q^34krr#D.d_tPHR8AXlC$!LR:d]s,bF3]:j59`8pV]K9\>c7UOpSgJJ9%G_13M(`Yp*+`(:X\b>&cLAk6`Qo8Aj?5(+14 %f#EX87#ou3Ks-B^Wsu_Jn1U)FkMl4H.aL?K\\H6UB%%ZC.a;MGdc6q.nJF.N9M0%lT?E>>\6&sa7(&rj^iki7(K<=r:mFphSt2Vm %c^n=ZVR&1K1",I$2p^cMmTKKCip=mgg^pZKZnlj'h2+\7+(Z86o0K$Fr]LpKqL"[q-^MN_#>W5;Bc>PE>b6?dTRnar^CmXu(q7sZ %h7VjHCqARW+1h,7bGGVch4"UO;muP'+L/T2a&Ta!%S`HI3>aV'_ce1=4*pPK#[[qB)/Ls$#LaN[Q:srZ/ZDJkZt-&. %#AUoPKg(d`Vd[RinW=q4GMWLgD-q%[bJ`72WI5N@*%!>#+Q31,bM0A'X]]7eMmXPs^RmX4=%'+e0)2Kl9YFG$[Kdl9JUd@.]/II6 %%`#E`GT4WR\A4umL3ODQ.,I:_mDUd&()Trn(?;MN,%a3`KLXYr]-I%0,S)T5*bIN-Rk.(8+Rb0?phW/a(*hC?i%E5Xep1V6B7R*, %;sB.4+?MRp.g_FnGRtpJ*/+-CY2u*r1u[S/+[stZ2B!CJi@g45rqAYHcaj2W.N\@s7f7&YK_AoRQE::F-1B=,XY](+:N0N:]4l*SQLol*kpAJFMqbOl(sgPXP#XD#B:+!6XP-5&op)?TFSH'!9& %^B?FcJ,Y"Kq4c-+qgl[;hTSc6k,7H5cc'#7eh7ghCma.u?PGslLC[0i`,k0eT#aiG4rG:B(E,t,Z/)nI6&c2.$hYS',(C=&8L,]_ %`RhHuTnWS"Cib(e>^F>$P:T'-"/ %T&47J6Q42p&oRQ-TnH,Vs$[kf>r'^M/Ma;J3=2D3R#-]-'+#rs58&Nl'mUXBo.'#BM.5f@d!kmOu)#>FU(E?4r'?>];T'T_9)Gc.!i4HH/.P[`D-@*iVkt\rVN(FG9;j+T:&gk*@nmDmH"nCR!4@,IP3'oQTE6ZH8+@U@jf_pd\u`^ %;(d7o8N@Q_r5G\s'QSs-H,@)\>ZopJ[cX*5Y:Y[9H>O0gQJ2?3nhPFHk$fYaQ[/DF#[pY9CL0nN&]9f!mb&[8OQhJ5N`Z2X72bJ. %8+YWj_]RlgHB"-Q.FDLUJ+NhEuT&81!mH\KXIT-[^q:*Lb1+V$2kVO\;H9);'lVihMl>miCP5bshdr&=g0ba,R2LgaZfJHoC**GnancC&\bXSoe[65l@ %]hnV^cTGl4NdFYj2O!!G>+,-SM0([@>.0k'$\4Z.Wd/Ti^U!L$1k5C*Ngc=#rsRPqH0Psbf4b12-h@.SFFQn8ZfY2lZJIgrqPQB( %X7`OM^LKRGSB1Gph)R]7.[N(a_Z,**#rU0[0')7$m&,!qefgSidBg20o&qM-3^jf#C&In2bD(fh;,sstVIeN%M\L"!$tED^1A3!j %1YpJkooke]T7A %b%[,8P>J$n,[PD=m`dEV6Nd5R\^UaAa<^Xc[O@R]gXT4WPn>#B0'"gd#9M %71FDsm,]WSg!Z%i+mgQtP-=ScCdbG1I+0YS(#ufG@Mm6$7@H1mH'('QBd\[j\X1AJXl#f*ZmM1gCir!jNq5.AW0E`&?KJBt<\H!G %eD$ntYe+)Pg/k3:Wd5EF;fjP_C0T2g_rM53h^DMmFcNUS<;U\ASt;j\RZkj-"A9rTP"Mr('.eEsKB2a/P6soc6&]b@l]T<#AFM4^ %]6hfUSWaG!,uJlW?I28aDE:-8BiaXO*Ht)nIAdctQdjb_W+)+Qo'#qD:5nO)?W6d;AJHFFYG[Vpqqk!dcrV,K_otkAXm+)\XP8n`*"Z %m.'`1Vf?,O';g".e4@)W/_K)/GSdi:92](W'L9t'TT'H:BU2`$XMjdMXXqk-''/-?KBN?qX!e4((aZC(jV1O>?# %BdAOtA4mOAb9WC,^tM2^-.ufNasj8dcTs80!NGS5!bIg:j%phc>'?g/SS9D=B6HC=B*spr9@:`nk3:1_Gm/%Yd`^B-+*-E%3D^L+MZ#Q^P46?PRq\o>KaYkET&?"i%N1H,q:QaCQ0;P2_[7=N'EZL1+(eAS:Z";C %[OM;WG!&:;]Gt`F^[4t:OFDCtGBnO_\,&RoU<(W:HakY`0N]2rMXO`eY@'!O)(.o%/UZHFifDPT&Tk[cLe^R(6%?ioKRjpYd %4t$;2'+(' %W2E>]K/gBm;YUe[(3.=d0BZ>W*!0M9l?..HQc9-sT,qU\YlS+^GL#GbB;^XsQ-_HQ*Q(fVS)r\L7/A^)!*G/0lT2g(LDNqE*%.Xp %lni^\&Sp"jPVEXc34s(N@kA:]<[=1AKWR5T_I,C][)df5:[Cg$R%sIt=S-A45=krSq]G,DmWG\K3i@<><`hq<,tn(J3S]rgXS0!7 %G`bEp)HD'I\#t][R)h+X@2f2,am7fZ0s%^nn(Vr=9CZ/-:;Sp@I%R7s[HsS3dF`!_G`oP0$I6#DN3'j`4''4b6\LcsT.QXbe)[&, %k(GrM4-(]pa4HLpah&l?1@AZa_nP7S0BnFJluar!;"m(f.e6;/8"NLW-tb&D??4:aS:i/&Ie&pMmO)Wu1g,]1<[=SGMX+rQ0VL-b %@<_rLF,mZk"j@WtW8ODE99W1qhjI*/g#TqPh4Cr\6#2^P@R,hqe9JlObp:k@V44.b[e5p6U+4>;gt%:g1Hf9FMR]dKa0!6r].EpI %.eNoiT_>m\l%(@sb(WrX>QK\;:Tcl)W4c5,1T*/U]hV%o\gt3H75X3PIGE8hC;@m_lrROXZn^GYL*= %(*B`OX'>M6\gsjC'SgDM4Hs2).S=hc=lNpS1j(Yg(Q$hK[%hV$EV6b3?!ULcMq4>B67Fs+Z;@a5=Qfc?nQiQ^@*P+mq+KPcj-N@< %_:%:8&isE2&Oo(6V.5k7ThACa5b3CNT;;Tn8L_jGcF!#KD.P9anH>:lH0Uf^bGXq[T2#hL3@V%$$rERV1LYF'iH7$/m8(iK:Q'I0 %J*Q*dq:Rp=aN:+a68*'j9b,.b<-),pEt"I[Q:MKhpa1c9PZ>I6@QNT1:Zb/VFV<+W4V;I>Aqsi\K2FrFmjNs.0-$#&*iX#AG`Tg2 %ZBjO9,0P?)0VW_,o!0B`.dPJHR-*UZ3PpA,@ZH"%Yd*( %?2W4Go^3Oi2Z!$m]C^u#CS\Ul6X[9j-Yb %3Dm3mV)k-0Mg %JMogoikuP5AZ/4:QnHDC;RWZGQEn\FG#XZi;ht'=0s_4=Pa]jSX$AJN[*F7Lqj:R-.N%_jmclPU@&tqj`CRJ2rQfAN;9[d+DQ,?P=TF&_VXi0u$`n %fPHr+0%YSjC6LN,E\SeFWmFO9[-G%;.s,#t7b^hLL3+N620ISRV*=2?jHO[>ZO5-nTA(s%X\r8em/l[0JSNAYOWCH5Ius(.>-act %`dVYM>CsqJC1Ki]Yco@NfMUrd61q+JH@RJ_c?J`bIX73-u;+#Y6OI^tD.8MX!W(C.7q0a;GfDNh'>D0W"9)!]*'7Q$Tk*?]; %fBe>-(;F`4_sN\P=8]](U;fepPZ,QFZCjb.a:_ZSe@.KOUm;]pmN7AnMlPI8CNV-+G?Isg=\]B.:@.;>'@VbngFOFAjhduJ=NgT$ %TP#_lDf!okNBl/lV"mS-b!^=C-Ha0`dmTZO#NOIXnT>U:0?FA5:3eYeN3!]S\Kka'rRPO8957Lp5pOjfcbVZ+r2^9'1&J%&fBHF@ %2dRG$MKb%;cAB!!E`1I_A!-(h8I6l1S0983V.8JU[`WS>JuMJI7)=[>%L>;87QOTUm7]=VY!ntSk)S!YZ(\I*P::L=-BG9fMT)f% %L/E]2c3Y8,E[-cbNQ'bQUFYBZc:lk6Ri_IXJ8N[0#lgt(;([lCK3Xb]76+ok8,jhp:0f)p%[&3Tmt-)oJL5,+8$q%XPS3eFg9mI3Yh#olU/t#'^,"62.da4_RTb-=NF5=i5sm,JdC'?mfiP26S].pke\sAFHAV0%b'U(C %6Qlt[M+":j`VBD2oF5/m)@+e;<]Yfg`"es.@,i@SXbBu>B8j)RbZ %[+2tp*&JkBCm?63'/m43't7=NS0'loTJD.HbK0@C]0F$*eD+(LCSRClP)ar(bV3)E%OEbuIkYoU6qPLo#ruI[N'gNVQ7O#NB&Jaa %+_9C$aNN4k*7CM?0/HGeT[&U$3Qt3_*4%g?X$dkk=JHLG[)jrk^2f6tA)(&*"%rCiNBA\q7j\#1`#lD?Wk;rBS`i>1I4P[q./@sG %o!eg@8[ZdQ@:o`<0l62*j*\;^%i/ai]@Zp9ccfQLgf;"`]$Z(l)>+IhH[kI6ccq %C*V#^4"+[@DB!N.*,AjaR@?h0:cQu]VHsF950O2:V0)L+IlN=37Lo`UKO,eO%p(BblbFI4S;bu+(g5hmcDghjE_rNV8>45F3$!I'[A%De.T_G.#s:>LYBmbH]$U %)J?Jl(Za'Q;'Cg"E*BYO17kpB/>7i%`!s+8W5YI_)JZ']\%)c2Qtf8d9nC[1pLlJ&$@bY5]X'+`_pQ`HZ`okoGq+2KcQ&mBdcicFE?DaGW0Veh_MIVKoi23"fn9lfSH;+mbngMDL/SQi:[ %hm9&_SS_..NOi",.^[=)3,j_r_/5c8]%2[P4E5!c;35Ag7I]"+CG %TM;?ShdeubdlukU-:*sDC)H$-L'+sun:V!.TA`%1K*^;ON5^,\U0mLmJ7l;Z4h3$,0B*!MRS?Q15$QcnppkMPhL#i?j4c1WDo=3[ %ir,bF@Z0ulEa#N=3kM27Z2LF$bD;WU:P-u8;V00-WPdf@e8fT0QCp6O:%,-W>,5FPAWOafWM7G::A*52#R(^eHP6p5pQacr*2ZJ0;r6!9g_S+lnNPICPC`A\_;Vo:i"bk!=)Ed;ZCk,/rK %CY?WaA.-/AR'u0)?f`BsGtGAo["`4EAq=Ir`=,&@?kq$g+>Xb6=r9t"ib'C$cQOtjdfdYX-D_3OS]9H"=guB60q+_>?5h_sBnbIP %1['D4DLoCm5YE\G=WCiRj!I2f:gF/[':jK(&DRrW"p,Mm2?XOHr4LW8#e.!_rS/OQls\'qq-CCnQ%CL81p:-:b%A(\qcJ&O8(lr* %XO^it))1DEpU/R@%=Ih(/_32e<&#cEMfWCh[(J46o[=.O`%W<$pG(mb\7P]WWSL>HAue7pWLGdH8ZY_)NGYU_Et[n)S,CE3\7B;k %%rumDS@rmmCj.f51oEO,TSIn]mCFd:>ddA[[Dhe8`H$4+/=h^.)!CU,jUJA2E.*B)?PQfr&$G#BGa=o*Q=;Vg %G0_Fd-WaT:%@fI*BSO="u;t[)mPM>YOQ^eI?%(H %To"%>[$_oE\QM*4b:a^4c9hnT[^iD_8MKVJ"d!)))`(0QqO3:[JG9J(O8[o_[?Arh?6iFd5L/l;aj6gZZCanb2\DRXq11 %>9$`@mmb'[k4uDKI %':B.)=J;!p)E6>AnaaSQ:*)VfM$I[mbPF,9Y[_OE3UBIG<./iA>?LMlQ1Nk^3_u=r1NQ;kLV>?V7m"7!9bZ]XZ5'K&riJ?aDVZo^ %Td39B4Xjl@L/Z(T!R`t[N@(OU@>[QSk>J\JMNo&&I=*`4+g(i^9kOdc)rC4[e(g6S?L^icKQmIH'Cqq]_WeM*;770oHW-:C$,88nqPR'>Z\u %L#AIJ7#-c`oDOl$',po#;21QpitK`t3Db+gM(R]G6^i^(cZ6i2@NCMAJ[W6SE'+L=LFbdY.m\bUM'>^U]X=#$0hYkhAs,S->!TUaW-Zf&pt7+OR.UeY.S>XC)$&)j\fb4@]d&ICe/HGHl`nRmPF_;JBihW/h7Mg`B7IUfPBYf0`R-kK'PNebG>t %dMlcPWJ#J:_l,0HGRb-/XEo5RXLZ"1P?RL'J8V'd4sW.A;7=;%[N#\mCd(q35H30D;mmL[`Wt5%WelD#,#9lKco!1VjpC22.">Cp.4h.UJ:_NI)"Q=WC@'UCN %eK#3W@D@L&F$P(kle`!/C0)J_r3gD*05]=hJ,cL>DlE/[$?)m4L'fL^LkOCq$g%q<@O-=,J.!CU^]8?B!7D/p[0Alckg9DrLUj8a %]__\*=p'-r^o#:p(_IuI%#&/,WaLe'a`*1n#@pNF0dIZi@PLQJeP@r0S=WVWc)TA0_)WaMjoa5Z^hm+[bm)ta!]H2O\>02/ZN/U# %kb4JY!cGl"g?fl`bl183q0Q.)I*5Ug5Feo8T+dt+Nl>IB1q.Hg/k2$CLRc_9PZ)'KPqaXA%[t>G3BcM4Z@+.^`5SJkKG5KHosUJJX!P@O,jgleJE2F#8!'`D_("r %,QAD^q$26@Oa="eqYg0\oq146s+SVaYuf\J?H&Z3IHa[jbcmB$2QKk$brJ<*b*#Z>P(K/7TXi(^5"3%M;"nM%e':f*R'^8hrr1)GB7]# %SWu6QODiX_dM&Xp/e#C\'Db3Fbn%?B902h`_=C.;JUUmoVo %1hqA(h\<6IW'EHiK>*3mW3nN5rG-_LOb(4qCibYYLSt+$VV7bu!aR3fRk_@hDe=`MTT)S,RdOd8i1%?e]*6l.97;*MT/LF=PGc$. %HX+C8R.Rm^V`$"`CQAi7DY9JcQ_;b8]\qp+RkCNI9i'K>5#`pr[q(`M=&B/"UQ*F@9oh)&co2,ImW%[a[(k>N9HY6=[&^k]@lsU# %AuGsgW-#3,DFOrH\SJf]Q;Qng:m6^(Y-c:'0)2,,M0:K8X3.ebUXDBonaF\n)'j0#@?6Pa"c+MX[Al'8(Q/"b#mJ&PhVI)_Jki#%DcToCRnlm:VM4*h:+Q1b$t3W#[ThH%tK0._Omh>3R!X,OltasgSHK4](t%_mq- %0]Ei`HCooU%q3\cOg"\COO!a>]?*![D/!-ZY5=?+Vp%F+FqcBipES)Z*.G@#Bn6>@DQ@^7]XQ8\n_@Qm89[6+f'>91$kOus0;QVI %?6]uJG4+ANMa&;0YFGtNqK"JEia$4JR=0;Q]GglSM'6V>32[(5#C")X)b`MS61;iD=EM:C!T24ulf.8H3q!,@7mmrcC-:rH#Jd`$ %:)M[V42u'T`37Ofrk+.Cp=+'l[((gi?4@NEg!;+)p0@4o&q`7">i1s:NPsA/=`;ER)G4mf1ZunF5>W&*W:aB'K6MU!9&Ft$1 %OY(U3*lLD/Rp_2(e[pC%aS_!&l_D;B8ir".SO&d\8TrSt$R/-I`$Z_d\MG*,] %$uu!S7^ZLAa9Wl\J.8ig'f'Qq,.p;6itoF2.jiliP(I=sZ5%$0WthU6Z=F]_ZC^`i,uc9c^X.ufYY`XTe8mEjcX#JdC_+^W84\8" %!VDU*Lj[#T+q]>c">uOX1ZY`>LUAUq%H'6V=SQ3$'!7A.K6Mp5m:P8Aq9O0l,/BT\L+rKs0P7uE3lZf*3!;;?3<*=D;Q_6lUO.=B %,rtp1TkpkEX:>ghA5'>uoub?uZ?cRMH[ttZHaNp_/lNBjHu9eaheUZ7F[?N?\4S=5X&,*A!i!WWRe/,c*1S&>3)+^:&,d=GYkfBL %`EMI]d6=[RkG*b*`Q>_``q`t"'2n#'N@J*mN;j'(V3 %quX;@JRkS;B&DDM,YK#Y-[TK\f#+!/I9tIG/#dF7NM`jr %HUjX]R:;cX\DC%5,iR*r,c@5F`1R^uA?9c]WJLmtAjC==;klYd0ZcT>r7E<]%AaPjHj;Llo;\bn:)\@_V?"IU_)C2IG5C]M$E[]4s[gC:TZWW5\ej-]t=k`J,1GA3=+XI8,L %lcq8s9OIY-M>.&1'//ZK0`P'khOtc+L`tLQ-qOe&TM@9uRT`SaU^jXI1m-+bVM+P'Va-S9hqTJ7oVf3d^@?+RiDG-2Y!mT;X&)rs %W^:q@E9KZAn6/g:Eh;>!iMS@-lUCSM@61WY1^'-5L?QS&!4#+M&gH'Gd)m$]W2tgCG93W%'J0fl1QCdM>";@,;U\\(p",,^YG()T %l[%&H/-or`bde)*FO@Kp"KE)jV*.U#LffKk_L/!,l/V';+e=[em4p\?htf9dg`R+ROJ!hQ-TS'`+QJN++R,=)+Si[M"8j/DPuG1A %TX".lUM>kLF`3c([#Q3ZLUsJ!okt2\,KtoFU'q;48h#r;XTSLg7iRr^m9/.NCF0G"okdm1O/n_$K'KZJ1jSEE(n-'e&&_jdN:Z&L %m27'_4P.._J[K?SkX_>`"OXW[7eGqls/%L+j1\K*)bekp)MRbc,H=tFk^^8gpn>5olgT1&XHBrEl_DNYPP>(Liqe]ZT_BjbpRr2G %'?jJsa$r'fOOOps5Q9!]reCmGBW-j+<4*4<1js'#.ag6C7O50UUH26@ol855GNWl1@O%c%p\jKQ]kZmk %g8j&+7T?LjnN#>1.^W:+97V[DMq7a1H8-N[oMEq]c^:T-CLWdjJaUX %B.7XC=JL`?PXpaG!u_1S4MBo9N"gZgX!&QMfF=FQ6lJA9*!(`4P?`agT(D`!VA@[#"?aW7V%2NQ\rj%J6*%"E@a/!N %5RKEcJDJumT_PQ/7A4\k'h_hPl$RFp=aNWq#oE=e[*noUXb0]*-BO^C,-Mj">M`3Ql704IeO9)+RgDofB&gKoh"B %Wp+85(YGX18q6g<_r^:Y46-J=P3M+b@>s7BlSrqlZD6SZ8+hG`2mH!$KC*!0$%"\NNh.e#.T'`=QtYa"9tBf6BY[5L#r3'Uc6)ur %,iF^_kCpmG?[N10Q^:^5pVcVCF+20ul7d!U%NA+6^T?4S:TsV%4["`\739NG;*-&4YncPp!(*0nM@3,!oU5Y/q.X4.YIQ(.@HFO"gM7\Y:`Y$]JW"+@9D?Y0r,:*r%5ZbodYn$UNi,tml %'fI-6Va(R*lBL`X!/YF^H7P$+BjC`'dc'2(C&r&.+S.A(Or?iGe\IRtTF,ib+kDTWl/3Y`"S"0:H]L*`Vf3ok"-'<0=p$;&R#pB8 %k?K[*!=`"-BaJLI(5Pa)]]DE_1qu=&d"46#Sgu&6=J!4Ss5[]g!YSJq\Z9tP(#=`J4I5:qqL&t+J=7.I %)&,4&!:Tc92+befH@SSU['PDN-W&D,9VAQ+SNslWmK.MN2\Pd0E&#^(Sb,Ur#h'=gp16F,&JMQ$'/t(PT$8NNXONN;eUVhd-d!O?F#-4/!8;GaaEoGl@I/D+8Aq1,o)&Z-3K6<4:FV3&r1!GuKsVeB"pdGfa>YrEO9o&>h);26%6a>:2Z %GDd;a!h0u\Iqa`j:%:eo/AQ*,iAo]:E`aMGbHtu7NkL$;'V#r7A<7W"Qg36jJR4mR;l>r=i^-pUe4TpPO]9Q'b(S?AF-nXG'lBU) %U3+[YLq_%']e"i@&-d9!UQPu-;UC6"/RqIRLdr#_q^@+a8V0o:0W)E?fR.V0a[\cMV#M*uBh7FhZ)NOW!T4C;JhbJ6,&Zqp;))+s %K&FNm]t!"Rgq#l\VeB""i?E\u#q6Vu>K"L7Tq!%oMb*BgoCM`&+*]ZDY#(suBl:qj5,3U]IFY(9L`2X;nFA"f%6,_o\fcJe-b*Y^ %pGIjVFh"Kl9c$Uj3[TLS,3WY>D&OHL'IrHi7u']W"G.qJ)@O5!AP(glHD\.g+0MfnXb#941g8_&Ke)LeN"ak+hG9IJO&X(SSc'^Q %VJ;Nbae-K8omCpX*[WQoe7"3n/CUIb1:BaCB!cPE0rt+Q`0hq4>"6CuN*Sd;V:e!8M+*fV^cM^Gbm"qTmNQXW,35q9Z5#i1n?-aq %"2%qd$H?[D'n4R^^*Ma;QDnF'e7;#FI^[H&c_JYC]$Pi`dSAYP.o#OV$W*M5&A;VA#I+umm;X3=X[+8#5$.SQ>/W!d\Q[?1\@eaR %hqG5T)*eRO*Ghd4i(\TKl"\`Re-gW#IH(YY:B1J\jEZ[M;StGM;4Sc$Dc3ne[We.;pVI8F %C@\$,T:\,UA1SBVQKCSAKB))CB'Y7KG2P;^gFK<0@Om]EE)g^s"$9b\)Ms,ZX!*L5$E0]-]J:"o8YB1=L;Hrue:k %,*\M`V/3BRpcu%O`Q/(MG@9rL&-1\gAVNXoUP>qEs-g1sBGG-"@EaI?RUAili"9rp/AO?hZ8ZD/<\.@'+c\(BC3`Id7flRo3YA!79[/k'c6,t,,LhBjiNr1f^GgE0;'1T %PgiM:cbaNt/"(nMpqpXPB#5P#Nr%VD?QYn#XTRnTS!8/([m6_I(K-fRAW7[CW"(IA6Z(5a=aZF1&S+;-95L %77s=qAOE8^>=Y6K)i.0^6d-=b>Z8\7^%@_j9k1!1\u8E7Z^3f39-3XM#AK)NPr!R)m5fI=c98XJ&M,-^ %14%5#q:04JSd`Q/c3]c7#_M00T95_Ae(H/u@oS4HqU:Q30b(VRWN'U^#TYuc6iGXDau$.em`ZZC0OK@]/3U#7k#VX@,RPbpUP113 %ghJ<0b;<1m-@-Q?VA&\+*+IB2\=F64R>%JO4U$B??t#'!$+VH\mB`(X%-3@0,@R)NH"h/.ZacROD4udg=q^\QmJFt>']SeQ+Zj;` %6Lh7[%!BX4_U(*2;PLbDdH3je'_u"0ZcaV>OaJeqqAE5!o88-@bK.B$$5V49lQS7*LdD+k6cpPkPbko6TnlW=a=KD&qI*n!8<(J6nWfWsRDiEGd$5EY^$Z1lRdU7p=!5X")@W>N^l7lVEh2J5E+&:U]L[35*.P&GEj.bo5/ %"F'[IW9Q@H:1\u+AB\U]'df9^mXZF@B$+m:N@iCmXi)UGE$+PG7UbEbK1to*kB6ibXB6b(3 %99>XZGQR\%->bJ@D_\D53&YpnE$;*\KmXX7[M1,K&#u*c^;fA*jB4sY"dJr=/Fj-jg!'97+pU0FXVNqO+qL3Kb6];,<*uF% %Mpu4(YUn4q7;B6;<),'HV$/hcXA_[@d_R+H?=qgtbl)>K4#9L[L#6kYqYong'7p.W_"9N?I5*/+/r$0CA3&e*8aPa0!J+Y3e^^;$ %eK+%Z+0*ESGti"qiT\+/s1asaB#"lJ"2?\?L/FrjO9L(cPs4l$/Qg]9\F>=#%;l8M8:0pV1Ye;FJP94pQ2Ga1=^PH_]`$jhnIk;m %;N]m!/Qm/J)Q9q0I<*]J;66"4G"F`.BmU&.3tZVQ>OdMQXp!FtYP:RO%Uu5V,HShcZmQ"bA7T6+A&rT; %4TGHTCHqE\%T,16s#fF)rGDcoMHh-H9iDY$HS2?bcRr&*XXNC?cq!AP-oB6EZ\D`\UJVK%@Djb^8CfSjoa$*;j5C9f?P2PQ=.[= %!&b]1^uLJ\f,/l7Ef8SBH"ug3Z(;)TUa"`pl\`0F'e;J%5]+)KNO?fiPBM5t-ChmO@k#h97"f'DcJfaBPV[+81ODAk&MNC6DU[nc %5Ecg%gA;4@A+/1h_(B>n^aRGnU1gp*SA&YP2Qb1TD`3%:[\X,OWf\&_s&dSpo\aCT'H*[@--uO&_$<[2a %2(RhZrSRguT`?qp,[bG*B<*Yb*^McCtH]p`t[WGO-n=W[6,`\ %[M;cAa5RD27LK8R<6)_=B&s`'OTVcu&uRt5>&@E"B'O!?j6n52adr8*dKX0?_!3m,#a)^ariI#!m#f\@NN2a]Y9ij-ib3^Z%`OYGSfoL5acB]Yji*,,8\;8#%OF`G_YT^U%#Z70I\l;OsWGa[q9?ME=N$HOGp>_/5Q%m\?8IYQcV7!D=g@4YZOq/O/j( %A;^GM?5sb-j.+4KS#E+MH&a.aAP#Mn-P9$0S7(Pc3@IX,)k/7*rVY!s>#U*L`Ud$N2diXgLKQAC4pNriBnP<:L'H`>$o3QLZ-q:m %bL_7+`i<_n,`#VrNNF5iaQ#G`r:[KWC=]"CPT&=Ugklh=ZjUWX?i,[afbLbp\;/):^'(=m5%1-=i5$DejFL!>TA)?N-kGdFT@,@K %EWF;i-D.P=rRK49r %C@Cd-$I\GoLPiOr,.UB+[#+BDYln5*qtSn'mW%@fb!fH$SF8T2D.F;dF/hAMkTPD5Z>9TJ$%(`gJF;D#BABeS>0L!q %gL"R\r7I^@FPZ"X"`/VPkt`Z>A^"[n:D/5S>TM%Cc@HEEPfKDcWZb#jA'7HeS-#C1P)Ys;V2@1[cATIQ!_F>0(Zr7!>Gd+@Y9$_l"FqE/Go^j0!]X+\NHL/+W88d#NblR3JNe(h4R@l7=nVY^ %Eq`2u?l5ei]&O8]B+_@JnPQJ+Yk>H5(ctc]E'F"AnC09hT\&YaW-U;1<4_mVrc?A?Gi96>N2DSuJdBS)Nt-bq*14%'Z7Q0B-iA$c %[DT#RG(`^GR*5OM+Dg\_do8#lnT\DRIucBDpIMF$dij'SK+2)"q8d[,qW,A(BGN"6?@^9%\O.&*J#g+JIguEd%as4[IB&W.+B'L %43Y&1)A"l=mi&6bM;1^/q`%mOej7lm+,"cOTZ0@iOF4"T;)c\pM097W'@N[tS!^!'k8fWRbi5m3XFu]F^Vf&,qkoq6#RpSXo@'l" %s-`%Q6aX9u]/WS:K\j*KRMp$Z'sL4cY$hjI]-MZAR0Q2k1Z`ip!/`s@7ZU]E=7C8ke]Ac$-%&QaBjhYGkNu4%9,qZA[bXXJo8%0b %Y'3F;Y.8f8N+M_q]OB:k:psPS8mMldPk%1,O9kN.E0`/?'!3!FeH@K@(>/._c5poJ= %O_r7'mW1Hmr:"#KOHttlBe]#.L:`pRr4YSW5i(Vl>oX'9!ri9@>qDT3=U.M=HpGQ3(ZWsI#gS*L1H;bhr+8(PH>`p84Ia8X&FGgPS5`,f>[7SD'%="'l\.ummiV.Np\ol[J-S:nD&htdK %OV&Vg9IjAE/QR?N>SEP>I_J-)CL&pmbI5:3YMYCcj4t=mUn2%XaJt$Qdd6Tp7t"X%nfRpH=uii8oP9u3S>>j1RM#g2,(+.mI*tWR %"k2A4:P)Bq3bWIr/8W[:D+-2uahh?4R!(fGjj9jkRRL6sF)M7ECqHVXlSIJ@[dkGCG,!J",csFqVIb(j8H,;5)cRq1SW+(MC!nng %!9\&#[q!bf[>GCATEJo/7Q0E^7^*GXbeqQ.$*@$n-59!'.s+(jI[deOfALWVrPdi8r$`A[GBDIScsIM[o#ah6ar?l%N091%Yb\6+ %K/!:h6^O8rT&\uo,.o9#ih,;Y.GVPO9[?T=+cA!L/!h6?Wfi&HnEK\g&I+lO_Cm61'utiGLSZ?V>P0rNHTa:bK?m-3ibo1cHje_t %5dsC"JumlTg4ToYSdQbF<][:@(l.PLo3(/KgTW.&)g@#sklcpP5C%C4qtD=+KH\(<<*ETF#^#r_r_0k24IC7R#lj5b3PoM!nVb@8 %Q;"Yl!W7,tT==$LSg"h;AJDg,;cT_c6.LL`et$"lCkgA%CDBFOfckN82`'1?1YBX_Lc %&N9gt(KN6u(X6J"l*/Sf(K\OlHL,#oQO2jonZ]'c@#EeLsh35ku%6CqpG %o,1@crs#s]"B;-IV$rWBIAjgCm[D'lG6HBNgKG$TN/0;QUi//V/9E.>(nYXIbBga.der1BaN&5X'r&rO:8_F5;HG-o7Po`Ma)NC_ %X,5`+"=O!q[[rTkUDkLWPQOTB*h7@Vb73g#OhC9cDcV>ni@?3g@3,]*Yt-A6`J2,mmMuDm(1sPB'qC>fBWq`Pdo;@"[g.bKos(WF %b`JZ"V%'Na8Ee&F#I:ob!$`OpYp9R'Y,?,!fH_\.q1_-59KfO56OSp)`K]!(gi>^#d6of#/k(XSXT\E1Nh@7#;fNG_;JL2"^bC+>:;9$_T^r %A:J.*V@AI[9V']%+3Y.2I!UNEDn\NqcTIb,N[%-o6"i'K,M)ZKc+)#rglp!(+s%Faa9E^OA?9(O�,Gdgt*qQZ6S15F7-giob^7 %*aV+1jXX9c=eY+j!rGsY %GdlmA1>j$il0R#PB9^_A]JdSN/1]Q,HCI19NMh?MWU6)_LO$G&8!UjYerTT3s=qK*qlES^nj;k^rUWs %IY?ll;bJYHhl%-u!10#Q_r^4$*e%HZA-Y?.drMm!XNbob*:_aURpi?g4'C.N.RMCDe:.QJb2d/MOG%+L?M7%Ir[N"*Es]pt0C-Fj %SS:YPW3k`C,cF_eL`t`Z+:6,dD36GMM1RNoF?Nl^Z6Z7aD'U]@7D;_jMLp8T:JEmndV^ufF4[1em1Y/CN_j:+=^$'P_572rK4S!t %WbeJXY0b]"g`m'!QFXk5&2AKK[m#="TdLW/%\DaM*[H.mAGH?cLS2iEJtE0aE?:MoX?0D/SS8g\:iD3>INB+J,Hkp^:2>Iu!%>Nq %6h/%sf&!TnXh.,^bpGT2#F0J([UP=VU3_A,\u2g8$:4?X_V+T_(1sus5l#k3eDl/q.r.KWLK@tBb"6X^80Knp*F&\*Ei_eRjHNS$ %R(WRbKYu.1*>8ST#IX?T,>r+5FX;!`jdbuLm2f89kVgZdX^*_&Pl3d %m%1Z[W@'P9XL?sq6]K;;bU?]+>@O6P8:$BoBh*2Lifd3XR[e,7D@cE_F:'q3V"0C3)bY[h,tTFX+hj@Q+./]*o3ZM!rX%a/cS46gD!5BQV:1IpKldgtmagIM"'e`;p]PSaqmt;U0fjKD_G(Z^"2iT%ILcNQ=f-pbtnF %kFLA.]J"tOa7YS+nd):lkI26oP2"/^WZU91X)sg`?orm;clR+C?HKh9A?8Si-!J?LsB$g@:i-"$Bn2]E$C,+;p`T8RN&Hr!F.4hA7PnrBn,-2`u0'*>k(6G]>n_`VV=/;t'5`Ha1tXN#kj+DrXm7ADQW>T%ri_I>fZLZ@JqUQ.4O)i* %J?EdA;2Mad_EhOk6aG+drE$0aULXW@[cHK*Vr$qabq-FdCXUD**l,`/QMm;I2@Onf/./s,..Z(+WFR?]bh@ncb`/_!0H9aBQXVai %eq[Q_:VFc'R-U^.Numj,It'CiNBA]eVtKW`'0Q,G]LOWQpQ1`Z_P9p#Zmj9!!2gk^r?2(H4Qdsi>ejYeln_BdQlmVhPqm5Sl,/YF %]9!-[!6X<+ENM)aOpWc9W[B'(P+m$iMjRDCQQjHZI)n:)Z(^)lQ+3YeN1uq/UhV;Yc-$OhZVCZ0\=%Io?D46nC(FLY-'7'Z$d&Xl %mMnHX\R?YSd0@l-@m*"6^)q[`UiE<'nHoX7+#h@;^^XA;-9,nLP`uTEW$-j+6YREPo)Sk!Vm]do/"k=igS:>hQWeG4?'+0,h]M%- %UVaP?:q!%G-IL-6FNWP:FUrE,p2F$E:@2HoL/%K-,pe`UG#hOFFmq?f[i^"Rc5\[%Fs(`op:Y32QH,XE9.c22;AQHn11Y%K<0#Cj %Z:?Rd+lVV[616<-$=6@9[^jXuD,$cM[`2TsOBiA,Q)1q205\KGO!S_5"#\MjOg+sUiN*XukaeZp*%D1FLN[LheLBZ,[0&2A_JHtUe=5r6U11tW.p %I'ZeO!Oq'p:EObf]GcWL:me8.MKYd!JI0lId(;)mkIjuCk%=8fmG52h[W?&,)"==\f)n3mQJQ0iOibsi,t?Bu%6f;H8TV$Yl1YDa %oobXi^ihJW)3u8@YcF^q@]-.u=XMmN`k2X_>-bZ_YV(X=eV^IaB#imFjoZ>hj-,'uNN5Nr&uiLk:5.U"EW1CjGdSq%^4(E([NU(> %"!c;OS2Vj/ %VbCP<-_kE)fPB+-B>(gI%&sSYL<:F9pS;%76r[X@Tho*mOP("e#,]Q(d4@:Sf?.#!nIdA3K@Tto5bHbpKOHBn2o=jOe@0&W/3ul3 %-uu[7?Q7f:k#-08dlQ9t/Q>k/GYZcB%__P@AU);1M"s3\oH!JqG4WTq@V&R%,PG5c!\tu.9VFh+WUSTc418\\L/HapG,)j'Gs*]M8WkcbA':<.OA_,0[hapIZTAa5)fef8Ygq? %\_u-<#YHNaT?>$/QPMS__%.?)^SVi5]R!Ad,aE^V?X<)\7ZcXR=ZUeNLl$nf7*-g?<.kHl!i@8(X@\-&R.*!H#ni/(-eYQ(N90scIp&)c]E5%F)`1MMLRZA?7kH5>86!kp5DBA,bo6]C.5T7LjTM?,^RQh>?jY2>%i]MA#2nSdN@,@8R;%)0NB;2iGeD@$(a %=M^t@orG.p9V4):cE3rtAVk%gq'lKm/mFuUb?qqd[7;,s:aopUGT&:`RH!lE(QcMP].#75m:GK"fiYK4(/n&b&+\U?j%;8Q./:75 %=aY18\G<=7o7!c/]-0fqH3:f4ZXo&^@r"U:'$<%HI1hJTaWgH.F5o!d=@)@]c)MF]OeQ5[q1/<%Bo:UG4%)%1(@';1J?@7$;pW.eP$>(Bm&gc%%MB\piB5O4RHfm0Z;l$WZN8iji(mT&F\kbc('Q/kto5khJ=j@k\Mqk7HG %=J6#hkZPRD88OTnE*045Zs?hN\*0?:g+`eAk,]RGA.L2@=KC<7WSjJ*&r7W"%^n`e,N"=b1+=-+)FcS/rN2bs>;QGP0R:17h]n.jU%99^raetCT.KLGe%5of6Pm)PoBpHbG:^=p;>*cA:b2>ecS<94skaX?T2knXGRgDj@:pL^1XMeA.7<0=Xq"#AEWU,Jp %+2W5[9SukbVs?(#.X;#,"B$o#MT%i6DR7L]q^@9+BI'p12D"C-nL"CUGZc7@c"[E9%'VJ`TseH12O@Ii#jl-+!/!.\V.ssO[/+#98qEMBtt?*_,dpuO7a=>^s)!6ef22W#NP3dghuIk@VmXWg6Q1+_N)$p %PgEsq6RK8E;jJ+"AU>fX!,ThG[so:Ie:UoqNX"'+.&1osKhjWTpgimkn_<;W7U['bWQ`FaeXX$BbPOd(.t/QHnrgLH$-l\j/F'Y< %!@*cE<^X.Zcb),()@a\V>:#BPlo8n^J)Nr[E,>2l0]7MpLmKO;Hu(4hidA#4V@(a^E`,aYT-,Yu@gF`" %SD7<6Q;)bo.+Pnk5B!p!(#\Hl;?0KY5K^GP(p^K=3K$m>I6V\[S5^Tag:7@6f5ODd3=kV&:Y-KLd%!Q:kMh_=869?3@oA0DP?q0< %^a+nUPkb+>.gmi6Oh.l^fka+(3";^C9R5nlU4'Aj7h2'.gF&'AQ)X[LNcf:\etfX+b"?&Q[c!0"-poqQ3C.+s1-l!))ieLY-LkSd %JHNn1KEe3rECUGK"(`C_/F-q_k!,]Y9mQ#BPCND/s6ID@bs;KAD/Los!IZAe8:^:-!-rK>"o[VY]@qccm'0Jp %=#$JjSotn6;Unt?Ck$*f1EGVE"4"niN_e<(#(t(.=:B5C`oUJ6$WDNH\K"Q$q"h" %.VgesANVk)1Z^0_SQ:_0,V.`A-MsDmRU_*+>^CP5#;$)Cg3lg3rg %4+uC`mXjONmeo[_OT09BDD0]!L&:spofu\+%IpJeMX?NIC_=O%K/R+,Kk2KXA(`u4Y.0,if#\="?S5*b:`TIIJZ?[U],FoE;rMp/ZA6Oq[/H(AN)u1&AFqS/*b53??(J#QWlq$a0^:`KNqpkc`jp.;8QqlCILXL#VHk%?bC8!(9FmRIKg(M %jOPCCd%72?"r3IQX,u;[q3>:X$!:%Mqdl`K5KjV@2sT]M)e\6LlY>jRIG*S%h`5_ZDf=q>S\D3!j2[RP72p(\j;MJDYk8e-cj)]C %'u9,eiYss0cPoPhgO!JloX!3jJ`""0mJUI0(s.tqjlTVc25!+G,-O-8Ng@S66m)"mZZC5H&>1(]KWj//pgG4d\J8KG#SlK>R5a'"Kun)J]=lRA?)?Fq!gLbaqheGgOYmI)lE'E1X?lSU.9`Qj1rr[Sk"d<:MWie;f",Ch;LaQ*$c %Yj8/mKn+MiiJhMj-\hPqAE;schRYA&kCqUGZK4.hns81gEMb6&PN2K#2X9"%Dsm!-J&;_53QE/$\`61E,#g%d(9Y/ig36@Vd,+;H %VU$S.+A1*'KIis-^;QEGFN_&d,!nW.`GSDl?QPlKI4P1OjtcuICQSB)B#2#"NU@ef`&=`!g4F9?kq>]g'RI!dV`VRL>aM?hFLi?T %mY!&lE(@dUp/TWC4Yin_Xu%h&bJ4iuW:1Z$^[@hft^\*7R2j5#1'` %a^FTn+!Zk7.]XRQpQUIe(M!\9Kki4Em)6h#30[R[b#FOBfd,!@o,gRVQ-^fS9Q_$!X:FN_k,!fRBa\_HUk&+%?u`p4sYSb_GtmSS1djkBmJ5J##mlh"PSr&Xdl %4MY7\^jV0XI5o)Li51K"rV>e%h",`Mr2\7YkcYr8*o'MFO@h*^1jHei] %&c91uEI3DBfBr5Vd^,A5qUXLeauAe`T,p>7roJp#ntMG4MT,Fd4ekNgiu+S&NC_Bi-;4g;[V#T;aKp\bk.,KZ9p-]0Fh;cERp?'- %Yjr[W>)r[AdV*8BD4Ze;C+]6kCt84o[I)LD^ag\H'Tk60]g6]F]-p']CJB6BO[m;Y"8]UC'9,P%2\.F. %4aSe$99@i8BgB6Pr.cOl\'YoH9TuM"a[)'1Fc5\?lqbX@\dV`*)Tb;Lq4g]Bd/Mpikcfm:Re5's>a %W\$-b:m7aJEi&5!)]6>Z'j\=*9[n5_THVEA;Xf$FO;W:A;nSa %*0E,0D\8>cE9\<\QC0Sa$gL`fj5lA/G5L<\pQ[^+F16gE96/A.WIU]ZHtn_O\A(2'b8u-<+#fS!?s*ka4qb!`L?rh3aN\;m&Y3r- %H9q&?:+andQ-DkS"b_f0`bERjZgs!Pk4#ai$c+9Spe%!a2#Ku6+89RLqu`BSA#>>N+^XF#M[IDFq".%YnYc!de?#T]*7IrZCSc&q %-Jc?ZUF;\l)&ibQIoH\>m.dNEphM,fqQ@+?Dp5r9ijZmV7=]`J*8o!+rp+D1T?&?csACgmIEhqRBns+1To< %rP<4K%D%d]==CLu6lD9Hd#*8q(OE(=-Hpch)t17sAKOd2C*QCZ^qlJE,8,_,N+Uf:TjQ#d]q7Nl!+.o59#"Mhal#eHM1p.;X=noB %Y:.fTHaJ,J@7Ik8WY_-'\6nRb*t,5r<&!YI;5*/u_)/@`MrR`3LWd+MnepXljqNu6*<>X2sHp4O, %qPDLWn$qZ/KRS7o0')eI]A+Jh/5)?#mFf,>CugMg$gbk"$e5'^aqgD_=B._4@VP1Hi`#&2#2YOr%CX&0+IX/d:d&[(]&1$$-]1fh %"[oM<[t-$j&LEuAn+0(-%NQ2%fHbTr2nZ)a/\94lWNKm#f2-LC"NRFhZo#7[fB[.B)1Qh%Bj:(k\B['E[CE^jr5T9!f1g^BH\[Z+ %LjR!YUte-_ikkVqc@2PE^Tdq>Y1;G:obUhcf(F&-TASLshX@'-_nplt;)>MS/$ZqkT_(T)BT8YljX+o1[P_:7XNZ5rYuN_Veh",a %XgqeA^nWpo9>;LL\5m>AlsDI:Yj_6[9C2%?jsu-1ZEZu %`S]Y;"da7)^Tc>9Dnj2IDjg;<#(M%0m+H?KUWYsH.m[I/W"klN9kMKUH;09mh@aB1Xt3YEpkAQ44":=seX[XndMjI6d]pPSra%k- %QITae_MPC#@7@gT);<6:)iclM%QPropm8[nhKBE>BdgEk/tc(0s)/qrOpJ]AQL;VuIW(j]B:K3I0#r$[N]1VMVr,$tpB\JrMVmAr %(CkZ4$h*oR/WY>#NSiO`>HVr,+8:H[D\h.[2?RP0o,ZRe'OHR%FSEMFW-An?.fL"&Z\g-`p=rgf:sV(K-a9a*Zq5<9l9UCj$&PYi %5'3+3H?d,]b,[bAhDm&_5+0XBR/"e5?556dCl#:)g9B6@g$B;E%dUh1/aiQ;'+Vd:BOnn`(kS64(7$JVIlpHclI5O>5L4:kgb%], %h/@I]k7i4%5'^>_+0`=\D4r3[SC'2f`t?1mpgS^c/8%S3MI]b2M>a[i*H@b3a?7hTU<`gcJuB#sD2F"J4VI]/ %"0pQAD9:n\d,2fog3H530T*qc8>q^"ir9_WNms+(;g\oSsWql0io]*C:8%u2#Tq["l$q0WF_5":`C=gYnJk!["HV_-%/o8MhP.CgMri8GVR3FW!nr&ik %q8!^l(4L"W=d_f/r+TQHIkV`JTaRa*VbacK/54.!tB0JAkEBh9(geQ'( %H>.K1Ce*`T%,o>Od>nR_PL2EZhsiH`bS!#*lT\Y:qhLed5=YLsqggde\.oYtV/RUU0.kGT*7!#?0[+E"eDPUn&LJG@[PAo*%.0-1 %]minceuEkl0+TNf2!\qg;.nXP#.X?2jc-#+h`3?i;RS]^raN4Rd+7?hg``b(EM/[E$dW&mUV4'5p_CFkR=S"gJFoC+UhlkrG9/D^4h7rInel+t`7.gc>l&?&D,i8oB'3t4 %HM,L6%=?P[`.95<^[Aj4lk_c8B$&7Hp8t'8)-6d?%'6I5T*['agrJ'NSt_7Z1C*9?Ttk7>MNTp;a]N#Qa*eCM.f.CKDn`k`M$P]. %C^)PRp8_gJTS]qG9TI1`8aZ[(a(LX2D't34F;rGg7XSU5L\uWJB>VW+56`:j`+&nZ4W03T9RHq5.nep=M%1 %(JYa'>rHI0'\mk6UDdLS[16c$rEsJ`qgGuhmD>ZV"7Y);XD5$KZCTMsO`n*_l$gc!<_*]WAXR%F73H+1ifEg1QE"D/cnj"^-&p\p %ep96*n&gFn'?F-\)sE5`ZM2C>!Sct@.e*>JJ#*EQB-_+$e[1@fcbL`?I,j-cU?jF7:,ct%UdEN6?6rqZW=WHjF#XrW$YEn"!]rf8 %?T-$5@04%NA2%%WeI?0*?O9J[n">)%*TasKX7NXN]U%c*8[)N/d5IZ7H=kRe>%_*W.gB6!2n&Xb2pLlq0E+D@aoDWn#];M4>hmP] %@sheE/@,.brliRP8I)uBR]D#IL6p6qi1DIpUTp4=V:$eL=VJ)DWtUC1s"ht1o[k%U%;J::j(9Z]I.P[1S?(Np'4''dM0gn$I5#Xd %-3!_p,Ljjpln0Y7qJ76dKVju`VOZ*5e9]99E/E1YH*b$C2$a]q@BB;(Hjf'j?jU;c<]2&[\L];*;Z:B"`J'Zg*$20N;ZLRSb,lIL %e/W9'd^K)];R"l=Ah)D@%VHXXka?n*mbNo)!lQ\ %YGbN#oF\(RDpe(.%lRYONYs4";l?kj1OtEC[[3#ocH6+s?WG6@.BojeFf]E^a6TZFp7BIcS!?;0M?1!nlbX-AQn>s!0(Ik3gNf`W %Va>$%m+l1)m7&mAgn)%7k%T1pbcpi4^G"HPU3l?Rp8iITG%#%(@f`7Q\!e/t9muO.a=f"`c'Ad*Xf-ifAp@SJM1X-mR#g&ZrLS"A %7N3&G8n0g6m]GNDj898dKGh+O\@uk*gT:)q0Or*?@%gdRK?faUbC`N0kcoh,jAt!nkS5_kG]e+"433m<0RGJ'j*O+E_e,s>E7WY] %\PRu'GlW.dA&j/ED:\(o-X^Hr@TukH2d8K##FRiA>Z\-^EM1tMmYR6'H2dRL$VIrjSKm78g:WEI53;!'B61:-;7%e@`]/`OjfC=f %#1uP:idP,+B]-\&"-dfMC4>K82Ci8mB8.ne*)8oP48!NkQM*$E.0@5eFoHaud#0X#XRA6c4FeB6n*U+2(iPLM+7hC-JJW#_#$.:7 %>F9V;ln&B*bpn*U'9`t^/[E^9Y98^9=RVbh&c4 %p514kMt#s15P+GfY8-Js"5P_9B*[;,5C\"_>EGJlP$gLh)3'4O51EfnU\;cbPXf48`Npa^V&tj'Wn$cmq/0)c37pLJHLPY?;cHjL %%d$rDH,AC1N=RG.0F]'?WG[j:6U@cD=Woc/nYR>BL4Z20BDVQ(lLB;PZ(El;-QW(UqgQtuJ(R0Y2uiZ6J,AngrjQ6TIPMF%M;#_k %9$ia-r8Z^q\(&i0P/l2plt@T]k6-8uJ]FpT.R'IOGlrM_j<(qT4-N!(`g*V:oeFk1&N2aj#M>OSa.7>A2"-\?4c[r6?Aeu^/@3]* %oP\Ff9>eSPN5rc3ZJij$K/i(V:B_[aa#U@_rOS^LS3u*noL\O+eq%`S;\gA:--:R4h$[3TO2LT".NU<@-](A2"oil)o,=U0RKlq@re5dMYk[6FAqfO]M1$acjJlEW:p[?fKnMIGqF=?h!G^a7\f8OBXX:ZV+s\4_2QD, %Z)<2"TFN"[3M;iBQ>Ln2FI8#.K0:B#UOpR\4';W(f"K`*KK.U1_,#ZP'8o.8en$2$e,_qc>6fHcJccP+S6W/'puAirOh`?M"a.SX\:DhlUIateETn+HdHWp2ifQL2JpS!N/9s#@IAQ2;gdB8rM>%*q_hQoKVK],f`JdR!l$C"D'ig$T22 %7[a_'6*6t1(cQ"/;REF`:+r8Zd)^hm[0E!;+p$GI?!PN@+^ %@Fc)eCB;udmbH*5qU8$P'KgJOmGI$!INSl7ia]&)*\n@3,@te^buBu %WcmC35094P=a8cfk.oD$@3SWc'tc&IXr$&SQ-Dq2((i.\gX&q)^tnh`CrskO5BA!0c`XFE'7B*'dj&W/mWgqJoEV!&pV,T`0V6JlM##*!\@bde_Q;:N %`[2$SR1ZEG<%@,&fW;'+=B@P7M0htN(:qR<5[ho\i%?.F#@M`;%bU"!eKFs]Fi(uOi0M/:q,"lp&"lA#j.Wdmrltg"afRV7nbX]6 %)@lXepYUfA\(-#3IA^Eb0"X+,2U2;1bD@e:Qu>TWc/NMf0dO,,^9s1:"AE8@+r?Hp`<0!Z,:6ONQNj%hOPq6V-"'0#am*TjXD=A2 %E:IX'*Ysj,IUDn'=g'Tdp/_Za>V+'n3#b7Me.'nQ$g#YJfjK_Xi#7hU%g)0Pbs^6N>uECml[J$1A(#$1>5>aSGa.@G'+_P!kc?L) %2V59fHf5)bW5(q?m+jk5q>35,_s\m/93AHV]aZ0hQ]U)-*b_SS\p"@n\,,$R,-P=.@oD(u'8+CrYP8c?LDWF9#%S3d",KmSLu+Bi %`67C.A2l873#lD3BqXYjjZjjfl4&o?<.\ikfFY`bW8I:[dn#1&a!@`aAleeD#NdAl5#"0NAfmW@3/OcaBQg_+iPaG'%^P)&YQ#ET %Q,MA'*Y#o;3t)IJUgc22G2P9ar.oXa"Q.NE1:&&BR)*18G6`"\@(rH\H?C+"EWm?NOrOp;d*Xs\o4El^k\kFLZ]bei?;_&0?9nf/ %8fE*i%SSGq+"01l/Z7U6F.S%]HRA@NA/nqHQ%D(D\jZ!AJ"BG&82YDFAn2lpj>b:iaSWX.k&qO3SL[^#'h<`T^*#\.Z*HcW %LXn&Ws%>10.jb-KGtT_%@.W#?=TXc^6>Y/sE^4gt6D@P&Juh27G'875,)@*H[Bj-p_3H4G:Tu;9">SVA>a3c[Q"6>rmRX*\ejkYmQ#8g3rr0\k+>i+VC"[gSMdN,LO@9lo>p!#B#Fii!fpG_4i%req*6qPM'\jhVt7?-9\0F!E_'& %*P_gferVX4ZJ#BV-J2N.5D_*!Cf@[S?r].ZH`RAG]L[/MtW*?/bN>:WZK8_:P'9kQ"CL'Wl!]$0F %YO28d6(\"f/*5h^V3KY!MZ=@9Ku,nSSAGSl8Zo3+#q,H-GJ4-Dee$#;hME1=M-\.1'dr`-ak1:sXAioXo$FDT %"'up^'*<;=0q8f]RNS:1Uo,1o*jBZ&OIW'hG+,bg@+6^!'4culNL=n@6JHLiYdRkXi5hmEDq_c4\oR,S(SMRa;l0TD@@g9^^btMu %EhHB`@X0#D*AB"rVa\r@rI0n+(0se<"u$tQpfr]$:C>K%t`4`(PF70e"[OO=nGVj)L1eTW!b-fGmX_]o+,E*\H2bPr81N;>/g!*Do?1Z0ZPBm+I#J5M7_q=8]5*CCf_3g$[T;=lr!rKRXl0Oo&fL9]Yhp.nDOl-(+;b.(VB,n@a^K$Phf%2 %X@DWjE(9R=82Ou1ot+^,i`F='/.B6U%(cRcA\D$^S@""Aq:To_!10Me0\Fi0fmue;*V]8K=pLP-43$USigU-I@2Z,*B-n(\iDp+"UOq-sg?WV3HR!li-[%Om"`>fiVVCAE7V?Rr+IB;c?`a/Zq%iQL3h_O/tig_\s9a%]WIf;I@K4H5h/VJh/ %9NR@HX+YRc2#@iD@(3m?,^9'8\ %Tk@=%;8=d!6dhG,[<:1:1S`M%e3FNeqV^h3-8h4]1P"D+'$1,!A'Pj;f7(89e[aI&=Hg.emMsCj1*WMoj)^gH"kI3h1r,g0`"Q?< %p_#8DgQuhm&`sB1/]W5p?Na$VD<<:a:<[B"/L=^eD`#e*XdR+#;s4Jr*_-37Q1`64klFHh*kI97OOUo_5,$=L*%9RO.;Z=>aGN %Pg@Z'\m%7=9e:F)mWGt0"`0#\WEDFP$I>aDkYKK.alG&1QHt-8b^7l]LhTRo?@);rOR,(!\k35HD?k/hNHG]D48D0;.79'=.[*HE %!rKgC1:^tP3L=g;JTp(r]JZ[Y2n(aB_P$B_$BXDPngm!1%]CE160]VoL?$[O8.qs->*A[a*o_=S!3XP0&N_(2&"A7%^VWphW'::" %OR(Y5f%gFP>;4d;4PhUp6)Hu,fms-4^`n\V2V7QfqR&$klDaZ*@,i&sXiVajF34M?,=nS$bQVPX.2SBk %^601B%ddZ03WOo_n1V8D"/d\ZN8`aBn3HiNj"MOA/QF_\Gt//_k:Sjo4D@ZNr]cFE1s!MUkeLB_rH4f#^E:#7b>ZMJkNP/f:GG7A %X2H/WZTAopqc2_hg7cY,C4V:6,bt<;J9V9$P'ru*/ %dIq?c1^&P+:TAY._/+Gd,q_kOhq\$/2&$t(HiA?ej_jJ>P84%H<,-7af&EQi\EQBeeY`V8ga68]*7Z9l0c5-BAWTC$l'L(3NABGAU1fMjR#7/- %0M($Jp/6.-#:p_pni.1W`%3Ke#jXE[_2r1PlQE?(dV%%7Q'4S]=<#A, %p8ntu_&uo"r1smFE@dt-946I-XYDIk8-UVfBX'.1j<5\;'-*HK#.WW/[Rh,9&YoU2[Po#a3UQA8SI(m^DMtdH>.7"030;?^#pl$J %,$`T%)C$$5Ye]6Q]fI!T%EqP`E%N8,hNpA"i)i;m>sFX]!_(YNCbL:@h,Ar-a:c^*\$BP83?H6F7[)8^+p&Z&=\J7-WW:Id3s)EXGND;@H0i(?9AHK2SkI841Q=2LUkd4;f=:RGB.O:>]Gm.\.L%d:0g:,;SG.R`;8d]`34HaMd %hB,;F$`E.5qpD#j9oYo$A&g-l7SJ8&.PVg>Oe2@!Qj=sPohHk!Gsp@,%>%(! %I@\aJ3OEF?jbsIXS^\BENju2+nu.PeW]`NQ[dk#ZAE3iL4_3AdpEu)eKZhu[q&A&`FTpKC$"%Xl6e`EN1V'MqU0\n:ALlaL?,M:e %pB^9[*85QCT6>j4reo^i@?PEb:Djq1$A#ZBZF"L"4.YosFHj-)D-O.p\8k*h#_$-bi#_`d[u*`s\4SHi"HSd71NYE'1/5%kLk#TU %'$RJ3rF`hXlNNCc`Eo=Bmk`bT2Uuf`Xp?0$qg*L*]"FfojL`6`!V)]jUc*'cP6[I9&@VANP%,U3I4bq%+B,c!B_q`Z"-FVFX:6[0 %JT)`^CW%-aAB+`C4>/n8dKH1m1O#D5O=/Z3h_rM1"O#@l$^A&%K]C(D5Xn@+\58E)iSV&(\bPU7X])984P>Ir3rPWNBFfmF_^S\+ %ULO;"-uEV,8"bB9QeC<4Er)M9bs-nTlK8CNF+^Yc#B7fnE`2NUe]-\SP,@o;R)DT-l]4mCD*!Om`N6:OH+_3>^YD]5WB*$-?7>.d %]`EG:AZjJ1G7++f`L"Tm-*5:Bod#296j;-^-7RC^'&LDE((U3QN;?0>dKDYOL.2kXU2"8t!GUYc;XU1iT`B4\L-4RYc@%bP&V`s; %46i`BOr'h['#fH9m^5I4)(O>bk&aP(7W,,73`@5ToE$S-&O^]^9ji&PCQ@5PhC0:I-i"2=9/EMX0"lXBcYJ"A,(e'Tujb!p` %AZKRcmO!l-3]h*dJ!--H66V+J*]p9t,sKDBub0\"ccp@`%A=uAl;pTbQ42M=j %FXaMWrZq.iM,P<=->O.q-mZK0KlFej7<>6X*Z+ %AN."h20:"hSF,*>GF8)4NFo!.DFtJq6*aO"Ft(a6UKun%a2q^k)"f;m4dD'5$9X)K]NFaE+oYj>;l4*G@O>D?#f*Ap;@@WH[?S'W:SEn/g/#.f0jgBts(n"ei %jbKd'B(t3$k91KVPg6MXl;FjHd1C#'$B)carIN;uZcP6UB?IKV1aj\AeFg\9Q++.[=^\Zgk7IZ(0\[>eJ75UTC!.#%dN^!F5"L*Y %An,=V:h#A/O`"'#BN@U:1hBiuC-ThTbW7Ts&"h[7/>,3n"==GuhL\$,%"6;TI18*P4B^!1c*2jV?5gRc%uQ&\?c_<+XPDh0]&tr6 %BH0-K9.lnCDU]e]r3kR`h=3I-&Yq!i@k4:p9PAf.CoL\e[+Nfp6oF!'c%CD5a=l*c-L71j&Gj8T`:BCc:DKI>;9!#>a0FdHLNG7A %`5^5H4'CbU^q0>Tmj&!`CN>_7Zj-=?'SgOdFuXPHNGrUU=]JkFioE!!)m"eE;!aanjl8`([g7Cl88$*X?t.Xf_8)Kc;[r/.bM^iI %,[7C4Ofa49P1-ghGr@H_d_4qRan9^E^+;1DooX?-YD?%lCeXm3MoCThm>8)eOQUC=`kpWK>-^(8W_H5V6e@g$tZlHQML%E:MrNG&-mNq3*-\8Qj%r`?)IFLir92 %GWf9]@=)]Cq5k&FBufKMiDc4eZR!o,E,^&2CQAi7RFc=ornq?JShQ`;MMjKVoe_Uci:t&n2JIq8JN-]JWaluf8u/1TA/,,Ii+TP# %B4-]'K3Q]13t+-Hf>&]E:d5#sY!=m@&-6U1?W'5?mhlaVO`69+4+MrIXbl9$gC8O`/>t-/E,s'PH/[7Bk]&a9.=;9I1tYn54pZe/ %MRukglQNb%.CZ[0.#]K[m]Gs%8I[.*'r/!j$E$9]OprH%o9\Qc[I[a)DT;[\@Pc'X>%RFo+k`XE^'L$eZCmZKkPaVjR.mkANRJIV %WRmBj1\c$BqI'oY&B-Mph$,]kG!1u:Q>/oQml2Fn_@S"3@W3%7E"h@%V`@CR;ETPF1qcW&fi`M!NR1h;nCL3.u`h_1@hgu`oRp?&12!6,@$%ffB(a/kF)sN@2u-n %m\!_`hGtEK;N1KqoY]6^pOgT4g)IBAN7ZHR@Kk)FTXU?9"(6sNKsAr%.:eQ\6JV3+N)>LJ#$VCo%W#"e6JOL_`"L.rG[3J;;aq#n %Q;B0*><,u524.&tF3$J=g=KnJg7h..AnD`aR9P=LUXD1D$teX5klU'0+seKLrH9P7LUpPQ5Mp020N<$FKrJo!Cij*qetK21(?*>(4ACspMGGY?p*5cd,,d_A>pG-[:reK^L/LGqdq[$i %%m6K8%[7;*bbOC:oCjIF:h_=0iEOTL9G#9k,##]!!iejla?F0n,.fhJ%G*]7&Ve%))haJ`*MGp#b)97>Q+XRO7Fi.W#6S"08t4K@ %AbkY:P\Q);9X"9\bB6H,?a#//$d8t"MI=LT^4NAi'\DP`N#r1aEDFtL+7snK9M_$b^@V*R.rSN!a;W]r2Eao9$pY!CNSh1g6ZtM8"V$n4eE2W^UJr,WgBB6V %aiq.qRBWqGT6XqMbWBDIKQmcc;ZEcXR`cBmNO5U#4+F91$[5^2Pa"$7qKo^4-+B %4P$JM=lF6Uq4T:e;QRWXDE;i-;77MYfu(!>.aWb*RANmbF6(*=J3AD[,L00'-QC@N3C]TMM9kp<1j3'T3Ko!#CB`R^O[0)cKhng=_S@Mo/a"/);9lKh>.e^VBQsJcX?o+X#$f[Fd\k.(3&P)be>poLOro=Xf,\*#Wph- %RA=p1<@:mh(A4=-ap\RGYahbq8-UlTUP+VTNgA;0 %jO?Ui;#t#>G.qA*e+U#MGZq/R&7%.8d`<0-f3!p\JT>q>J"WAeaVugj'fIS;I2Z=7hCLpjg_>t-Z^4'G?Dip:e7VgoQP,S(kSa:\ %a6-)GZ"2)t+3T!Qs7bEbNVMsl[%d=+2ro<8L0hRL_dhNoJ/j_5o%g#[qA"$/+[`6u^LIKc1rG0R4@)12,)D]4H%rf9pHWYu07pmt %Psa4Hh(q:h#-_aKTqX:9"FaF]3\P@M13R6t3W;#(J.-HNi8ZKIcXlL9BSG.M63$D&Dg)rY2K/>'AeRmo[RUg5BW:!r.Z&lV'>#2J %CmmV+g,l2p%3=e^Le6"@@&SVf^<[kY=%m;b2ctEZhqPKI4h(:jI_cfSURJgemqra3`C=HQ,ON2.lXKJViH?"0o<.Uh%rZSumqoci %SA=S[aOm\+VoANbc&/)G_[7Mg>77N?ZJ"gQc_'+O*m*6k]fG4ZP.2g0=*+J8m>udQcO8lgd)qBG`A/%XPL+oaS*q\4PFn;]"D.m7 %[Sll!9K5Z1&YA:2IL$XV4mD'Rm"&%&*;DAVL.]5r%&%s_/Bm3./ba96!oG!Um8:VAMd$h*-+42-E<,sa8pC?>./dU2Y_g(6QKL*X %*q^,F*\@T^Rr-^',lg3JQig?ObeKF$pE25,^fXjM#DO8'Zh&G.4+Q4F\;DUbO(1,K6ZUVs/p;,TjnGGM!kbCrMH4+@_3)N-TeZ9T %d.`Uo?VWhGq+<*F2"cV&DJAd0WaAO0a#Qkg4l=4+b_b67@/8qEhOL)^>;U7`ZTC9B^S6.Pfe0u:H!Y1*C+0^+_**;`/m04nW8>/. %@aV8!10.t`"TOdGhp35a:e/hQ7?:rF(S0]YkQ0]MCu4sOl2-eGb@qn'5W[9*b1K]um<<7,Nm-qUnV25SN/f82?d<>C_'Dm]I,.+'@hFCBJmVuZX$1N$n!npWpZQ<-XQrp:%b^1Dqk\2\KcIe8%iXGhNR=3E)1jq?eQOVammk#j@ %P0=A\rTW)0@'Br/Jla5Q@d=J04.G'XSqU0`C'3VL::.J-!#/bg7a'eHYlfskT4bi+m-PD?S^mC4rtMb^[?dHA5:IgJ9R-(Mm2(o@ %P&i3:p`(m=dd>g"7b84X'&Mlu@&$?NF=Z&O'T[Wr!p4LmcZUI)5"_-%K\69(+B&n*hhEh+Reg/fOQOOTk(M(0F2N7(T.CXh);Z %Gutr4q7O,ApTZe^q*IHiF5I&aR+s_%4>sInVU*@J[S%g7IiduJ!3Vfl;Y*IU8+JR#%srU(qYmc!bNYY>I%cd/RX.>N\$UHSeX,m= %8AuD#WN5_-c$.4uk2\E%fak;e%m`!Gdh2ASJ\Jjc'Gqb'Z&OWZAQd`Ys15A,T&.G,-i?VKU2fhCl3Yt^f9sY%=PL9nD1.f%V"`^A %b5rZcDM7VHFrg..,j#^?FON1EF%9g9jEO&'0-]ptM`RLMFPJ).%`8[F5gAhD4EbD`41piK'+]4??FVN(&T^_iQS[s %?^e[rQi.MpQO;OJEG.XIf^kUnG4bG&N+h/4V0^OaThU*Gg`Q#;/_j:L%>C?NnRZpM[pBYdLTi_Im:a1WJ2b(e6F$[1p=A_=Mkcdk %TWlTEj)Jm$RA&eHhk9`;..5CIk'06Q[ReU(90RGgDeCJf\,.!^lu"Qq^+BjU]098X?Qa=4:a[g^%OZ+-d]F.,0O=cABOWp]%".4@ %',j;l9-#]>FQH/7%H_iEYL7F6\4O;a.A2`L&`;CcC'[XORk#q(e*=2$Zj8)'lL(G$olYh(G4K7o[g9Q6jU9eMY(IUG`g1ifE&kKV %sk)\Q-KH?HN %AoWMn]3qi3B!#&O&[GFf/Z!g9!LThVQF6?]-E!q_F#V1t"naDeL_'q!>)<77 %ROh+Kp$@Bs)`kO+W#P#KQADaArqc=(8%7-`8%a+0l2Xp,hiD^G3\L,5`ZB?ukM(MS1?AQ17(*26?M^J&1q5(mgiqZijX5JQCXQI" %B*9a=;TVj%Nf9[O%P5]DJdr]4[9$FamcUhI5CacL12VXVA_eR$LXrY1Igf %lO;56:e[DKkcmF`.Q[Dtk[kftkQ$0m63J*8'`(^eL2fIIFqSSQ!&`U/e/(WYQ.RI4oJ!R&8n[pJ2pY2#D`Q[N_QfptpTakm[J\nW %hU97meQh;g,i["u^:q;"_C`Li;-OX_k!O3E=1)8:1+$i]OIG-AiUU+sGo-!01skf)L$mMh-.d^''`>Sa]fh1`'>'iQ#fJX$3huG4 %S;j%MD4.:rZ(,,9c+k+;-eWh#Gm^'gIh]Eo9OeZj@oul`K?R91I46!Q&RFm^Nrl,>* %ZT:(`MS=E#X(i&e!8TIk!2L/!p:HsSIV4YL]=Hbn/XG8Oo*+kjf^NC*$Dk5PfM-)07HJR`mPu:AF9]EEeuMdJ3^&R=IAra-:@iEs %gfbb`AN6u!^BKdRhi>Mj#1PQG7pOm?#glH9ge=^q!eq5YeRthf$FD?d"p6^Slp63tH?,Y8hOa:$3P=A2*S0)?pBad%,4QC^_PPl4 %GHf]Q`2YDAePFpl4_JK).l:k=<_`JK1;V``UZP[DNV_hhn-P?>kU?FZUan0H6f$/P,KF!9GIiqc5K5"4l)RD_!9 %a*2mUpEX`K4E%1b"hCgKi[[4,^:hMA)_Aaoa9N;lkp=om)KE!RKVgU5D?Z2g)D_@aU\SI!@fU/11$rYrf4@hX>naU4c\iN"k@3V? %M9$(?GFGl#njG9Ac3'=BR.lrCBuSsd"'YMW8JBW,17)=.5;m[.Q$]7:+i%`ip:BguDsqjpMiTg,Z`XOXL$(db1BX'ddWO:HGUQ@I %#[,-=gM*eCg561LXPn5F!^C&rVN0?^b/G`>9SF)$>gu9@)a^h$eRA0C?@7OJZE;1_CCo`3@AYF[l!Q0o%:^:#Z<#,=#I;]j_^BS. %%8J.iP^#@>cYm`_s,Kil8Es@5]l*c6gKPrZ@IjrfXcP+eh?k4NCpH4LM./UJ;KSNeMJ;hgFZ@:CDiq]3ES3G[qCqiK6jc#H;MNFO %H0ki2m*kgG@J'dm.1KseYS+F[XC_^ODE8fPSjRh1('qg;!7oA&E)1B^rg$+CW9K'+6K#Opn*A_T9YBBN%:Uhk9_lIq]9;-MHX\q3)tND7bA720?d %R(!1[ObnV]+<]"9$[\mr)8\JVf>R$TL,&uTJuL*dg_!AUR)F-\J+;A*i.&GtfkWkES%UcSDoCLrUmkD:)Qe[4Q$G&Xf=`ceX"IO$ %=*?s^5qYq;9J:SPi!Gsu&o2HaVWE0O*g.hP(m1rGqffkUf_b-!HAhb]7s0$U\&\N#Y1JKl/*:BplY4i6ioqO?JF:^:UTL9.&7k(M %I=U?^=e=mKQeef"./\DZ/pL0G;$FaiGU@3$67'0B73p+^PN9cn>LZ6KkI*gk/7M7!i!?#:kU'Gq6#*ZDR[`DuhO3Qg)C.XjQKDC']GZ-:Th&XRDUufIa>MXq;JGKo;+-!s9n7%R!VmYpVOEnJH %,C\OYLV6eG\L)Z*>A2[M@.Y:XTPM.>[\4!U^-`VIV0LfU5LHeDcQ-9ppe$)rP^4Y@MuEJU*O:`4;0RrZG6_TrOpcDk3tJn*Ia*b!X.S[Y)?_g]$XeiO$s(tE/QR).6mPMtuW %`%CrC&_[[g?B!MiH^(N%"s:=AH\:Et_BUEVO;#5@#9"j57F<'Y]+)bJeD=c7D^\-9+O%NERRSW62 %J+%*ad,sO^1:-]peA<$X]'o-8HPX)gG!4cFm4Gu^a]3a=V:u?$475%+PmQ6"1$j2'A?iJRSeftMoXqd5Z.[:lP>e@&OR/-AZ_P:V %Ta^r$Y3Z#b+uWfjs.ZX*ATu^E[ZVa_)icP`k_eK:N&X5!6FY5CF_N9*!OXC*LLC@\75:* %g[CZRh9k&Mnh!;CTq*!A?#811bfQ12d;%-V;oK[W\fnHhE\Flf$USEQo89IVDNR"gmXg87*D84H($4fUgp!11s %V]L;T>iiru;Qg3=3]cB@?Ii&rGA[WWLtoUO?[eEtPI`d'qr>GfPZsTfT^+Jppq$(#Df:_ZMp3d75A2?+Zm.<;X^M1hko+O0=b&i6 %ICc2#N<@'^D'D5DB[j%4k!]^Q:60i,Dat,;3[79kp1N1$oHK@T"#;qh,"0G6J_b*+\X2("].g4.6M2!l.lmAei0LX>c4.VH.smHd %LUm4$Gg4uGo.&.7n;^>`&?[j497/[OqCK`p2ZEC:*KG$"q$-<4C1rG:.BlP=POl2,of'Z)oFc?ZMrDl$0aH4]nGNb3ZAi-aNeLU` %irK!^_Pr_+YEHpsEbl[W\LB>9R<&tlK+NCtZm0guKEo=uc'be,WdK0[,O#Xqtg"%%CZUiKA751A_"o_Cb.`p(UjY% %JVh*`&X^gfoNeVP1`?2,YS;$7Qal'19)]j\hOMEods=115CND>s)OdqYFkDiR`tH5boD"I$[!Ugn?6^cpP:cNG[,cLLucjcCd*jG9;:-#km;_5rWDq#lT+4IY-&UlYlE %j60Hg/2IXi\7r@bRM*e5R^A%okG]_Ya`qLJ`#'#%(5qS3`m0$!)4ucUpreU9Z>5or$ms?O,+]6p#MbM"\]a];MZ2``Uo/='4&"JT %HMdZM9>0cYDYrlVFbeLOr84-rh3m,kr[k!87+PJf9d7$TXdBMi4=Jj&4ca#>>\#WB>1l^[2J7q3Z"75>9lPWr\h85ZKhP0-JM/NrSHT8LTGdH58 %W4>@V%Dj3t'%:J?_`X34UP[Vi&$md^_4"[G,s`^b`cu)741<0:(\T!?WH'4M71!V3iJ0Hg`RCs])r\)si;9_%n*?0Us5$AneU*l2 %&;[&^c*V9*C">PgTnhd,'7)qFkt*`(]#1`O5O@m#*qGs&Gl=i/nmDFfD^b^1W%g:n+`BbdTE:RKeBJN^cY%3/1Q'NA8`#!D8ZY1E %(lZuO1I$?g-(u'9fkuh>SP\f$\No][D_rWYShS6;LYbG`9,4n%3[B$ngL%WpoO;1:Zc65hd;mQJa$uto7rZt;*%Gr2)$p?%?lqY7 %#9#`IU.JL!,;')DhZPE]0\]XTMSg=8B(J*hk+e8Kn-tc$Hj\JCA,+TQ_gKV@=Hcf_?IN_PW8'#Jp'G,^I-d&SL1Z+GJ\q*7qA4BZBo>&44r_6X[Ae@c %6\Tt.]7 %_og;+1k+q<'?(n,K%tkK2X[?FNqd;)h_;q&X.dC1]$)69\e&cj<^M$-TJkRi7_q[+6HR%2c3*b7:;EK1f:"g7L=V%o#%QSKe",?.DLN7)E- %'/?H^/tK5\_dD5@DS%/ZBoO6lfC"<%Vjpj?O`YME_V624k$Cq@;e639qE-TX+o[\(:C!=CdVmh2h]>.B)M( %!04#AlE5L74[B@h/>g#2(!^#MJgZs0YRbo,9GOM3[._o"OE47=5RVq'1!XGcNE7jbkU*b..Tk\:3ZI(WCQ#mk1]$X3@K?kZVXms" %K&u>IH$kaF6^h(8@2CB=W!..lVUe]Km7cpEGlJbne46Q'1o+1@_iYL7gXps]#S:XIa9DK:VRTPNQqb+C6:-[[<@$1j"4V\R)hN[F %=I%p?d^`'\oFPqCUfUgG6B4":@@Y#W9b^Mdho5?IMN4>4Z8_WZlE]j>6#cURB'e@].3u@^;"&JoSY4gRDV6mE0A7jY9A-2nX_%LO %Ni%cl2cu(mYq,ULZ'mRQU->$$k-O>E!W34$7:D<7Dch%;p3 %=$hjh>7Gs[9NMO@e)MeL?8jC8-O(Y7B\IF.OeMN9IL,YHMDrpt?Pai,,Kfe6278M<&pK`qT?uPc@m+6+^q:Jqi09qiDrnCS&COXq %O%jZEC:=`Ud8d/#?e,2KJ,I@%qPSiBlbEK!c[YuPs7(%-l!Jr9?OkGtqpjDY*XZ`_pV6XHs8ASil0nZBmsb(Vs62cHebAP4o(Bcr %pOE0H)uK)Rq4E_1s6K2>===ZFBrfNi_eq_ZX_CoO,qreDD$L5Q71Vl"b8m%mWmIbbPsasn:JB3EGH3@7iuHmG2d2SO6,q"^3cgmP %Oio4jkgJ+O32u;S]jh3d5Hi91=nqe'J)^pAR.I-iX&V%"\&S]YHYB0RjVaB3P*C+ec.%g23o5%&nG8S`1JO-AmjRY>][8NChS4t& %p8o;_^[tgHn#F+I-Iqf=oS>5(JtcXjBom$\(J2"UsGH`;C_>iR>>WXDN\']H6gblA5m,kap"7d/`TX:pc0JLgVnR!kLgi#PD=5rK1V\pBA(Vs9g',&AJm5q=6mBfUkuV.r %\-FdL?gmhF!rCi+eeP:j8+\lT^[BC7/&51#Y6[da%onCX)FN2uc9";N/\"X&:ZRpUL<&DWCu4t6b%Qb][6>bKb_^:Ng>nog=M2\- %TkchK(1,DE\Ba;A\dJ73ZS'cg.d#Li_2n*AEK9!cb20T&;8:E$u#8+72cJL+c/@m.9Em`$o"pW_')-bN>X5Ee5/QZgd_phc-t+\$kA/ %pf79%X9X&E18@u*"8j-1:Oole!&!*[&i[6[jn9">564E>auE1NIm$QB[USQb,:msJ=.Fmn]P5V70V/t_J*eEM9esW#e62e#=U`No %W!d2S^hRAkHOj-,^rACjnYH,aXm$8maF-`sDbPl:9\Ya4VqX!n>@&q2#Y_u$*de$O5=-Ir:FA:IsVV9/nSG>QHAqBtHm(M/V,tW+tp]^=$q5BYH$,=):P"-'+b^hSf$,Z1G+=0TNK02k;,du'L %5@M"O16:(7B6?(W\tgL+I]-"'Yrt5I@W$(M[9Qh"'RDB3_FD,1!B#B3Q3Rq.L6@YMZcP&SSt#?%Y\!SU#$:IcOEijG#cV!2n&`$7Dgn %h+[J1>f"6p6qW6ITGFrQot8'J!#_DM/UiWF3=k)C&(]G;lQYOH(S:li[PJlc8st$)nU'+>]q5P2L]HAWOfNY_ %O0IFVJQZga3CY(4pSgf"E9B8u%fE6eed@H)6W9V^8R:d>..a5o5>*O,MR67B+`.(sn4$tRi&7X""K1+n,o?6\"Z4%[&dL_N[Cn)G %e0>"mq--Vr+B+7]IQo6hkW6Zc#rQ-S#).sMbn^5&(T+;1hhop#(O"m5R]Im"np%=ubP/cVfK2:^B^cXa;!]!?(P>0.)Z`M6KOt*u %a&"JUmn5(D[n(7"UD:^\00>hu7%a`?+KO %)^,f\i?=[\c,lSuPT[>%BHH>ig:;ZXkuk3@j--I+Anjf7g/G=%*]mKK@Ot.%@Yu6A]Bdb]67D/#abP`;f6jNZ_78"RU3U5N]bNF: %3HNbdfs(\1A/2nO8_f@==?j1s %=3f0MJTu5#L2]IQf(^_.h,j&Xa35NI5W%NUnL?:??\'E@`/YWYV?_;=5U@UcXcXR$ZU4Gtfsb&r+B($>+PWn<+[m=Vbeb';b_=lA %]"k#9XV+;mXU'-T6C_X!p#IHn,`XPB9q'o3p9IWN0*?DT+'hA^qN/3?M%H^`)Tp8_m9)u('kNc04=NXXK?MK+]e"PF<%6]=aPS?*H'e[)pZ_@# %5iHfe^sIkR1$FA#_bXK:5R])5`=bV/O&c^6Qb$pr$Wr1(+B:mK%%NEXs7 %&/UpFc[OQtV*HgFE'23$""q'@"7X9&/e;i"!EkkqKb23occu$/*JGM.Wh`lh_[K,Gd8K9L^AF^bJ5D.9URh[$l,uI %YJ^qj,!8uKbqA_VR33q1O?I_g/X?395!4bSf!S-&WpCZdiAQe9=P="411#UrhIC6O0i_;cdZSS#..'AOX\!:D^pP!5bc,du("<-K %0a^Jc$H;?&'.bF>]#[D?gf+UB@6&<%i&k"A)oR0ah4'_SS[29j@!GFuNk*R]P*XW93k15d*H!eh5&=20?AtZagif;Z*#[kH'3S)o %JYf#:3/:[KAe'-k0OEn=AA..7f$+VR5R8D+hM")mENQYc"E7n^h&F9t`IMGpoKQn8YJ9%@%]<*4bLZe)6sbN[K#;[MXf/"u$-.k"2En=]@)7!sp"kUpCO/R&ZAllR>" %lU+`FeYCg(F7SNhX?![Ld+51O(\<@M\fm%BFC2)$-h1k[@^$5'8IRp)2>nL#EN\,C03C@(7,PMqdLMN^<&`-l3]'!2'::g]X_P,& %)4!6(4(Jtqf8LK)c7rk-eU;`D)rtbtfls=3dpir_g:idFBIheqiQic:0sP6QWa0A?'pTTt*iKq('dZ6+1H8qrmBK/unTHK0? %6m^__W)@hJAKe2mc"@B3]$t7?PqVn00F5!0q:i5*qcejJE]PfXg,a14Glo;,`D#'l.Z%b/iSc_kF9I2l2rKm26Ico7*eJ=Q[+4I4 %bVMFcZ;;1LYN,(inS>pcRP7d]_>7[U2BLX[bW[o2!_cfgCc'A %R]CIYf"or@MQtgP32`O)VT`:[2%O+I(TQPQpnfmU/hln6HY+\O>_3WZZ4I)!h$lc9=[\sbrNj.A3rrSF'V8Dai6lWeZ3q%5mYAm01P3cq%;fuKO$QDd,,c%J2GXR&BBX(f-)RXQ/I %Tl"YE$L0a9Y16U&*&^ag^qS0IS^U4)]$!=7$VD^]:P/9U?ZEEmr'P$MEDQ(6P15NBjl!Yp8&oPn;625$tGPMLl[ %mqR'2.9-JY'JGO6CuPM4i'oVr1oLqmgPadNj5/hf11LeTbtX!=f/CFkH6#//!@OI9a66I@B94@S^kWGCbY&d$N!;0sehCU7l<3*& %2IIlL&Nb]9$NpIu5h412C^'I^p#5GHZ?[]rHBH\abld:^2$do'##Qu"s(Un+rJG(TM>J'N2d![M\pTOsL %$aC*iTpZAK.s_FMljL^j4JqII=q)^3.F;JcW<"#L("7bC8]3maDcj6K%/@/CD0ZTD2/i2N89@X[L8khVB$*PM@(DEi0[ReMB1A_c\V8jk9;Zo@$2oVt2nt^VV"Z %[7Zi/(&OqjM`p2F(Z?E0R9kA%ie*kh=7;"2R]g&;3bc"GYWD-m6PeXCJp3IR,q+9?0[U9Oq."]L6VQR]jO!U#eZ>C[Zohk\"@"1* %Qb$ab.@A#20=SC1KA.e5Q4@D(lJS_'WDFUr.:\U8jjATLWs5TJ#m'pL\3Z,>NpibeL$QTPC&.W1ch%Y73J9,ea2[+@[H[6]1Dd^S %e>8i`[>GVpfBg>B!#J8:fQ%S&[aCW^KkCV#^T;ueRPl-ZT74+$_Z%"KL;I;UVdDBb1&Jis'OXs^)p8.=MGi:gC7+kSXVOC3?mJ?G %FNE!jI]rN8hg9udKMYmcf*,`tDu%dm9S%(846G:c=@`>>'F-[VK\O7Y4\0V6T0":_`Wm"-$:)\9?=>HbWM/;O%HLV1/Y!RLCf4M, %>-$hBI9:H`mfl&MMbQ$4E&?mVjB2p8E.5&&QX2$-o)-b/>@klWCJeFrH8%04Z+Wl!:nE5NWHSf1K?!J8LKVkC&HqBuD4]uP9&(u/ %RV6]E(dShlQG1ma4l5u*IFjT&8-!8m]p2NCPe"K#?\;5Zk0"<][X:4?mOAJCBS?mW2YX9MqZ@0W)GiQ&6j$J6`6B#&c5$SddLX4/ %l3Zb_.uV&d57AS^4P6iF)t$"hd[H%ASN9JBK=HU-j.Zi8flrF`3JGe7^3ZDhWeCZdfn5^6[>d7d@B@E%mFB!,5WK'r5#AJj\fe4/LcoI.e.&NWpu*e25EVs\@2.A.1j0HaOH %!Y/7$^g*AC.It/,J=s1tX?*(3oa'[.!/TN6=Z[:=+KZ=J)g4%E``l]P#=tfcq]j?&Js_3`N+o5He[B_eW,H-ZCtMqH3*">3V.Le6 %mT[`t/0/ngU;^PP\-DjfA&[FMH=_d?TN*q0E*%8F-TC8Cm5_.sSa-t)o6qK0EKNHg-)`F!\XL"m3J"u[V*_O\eg8;X9m$D?&PSd/=ug@31=:)\=2X')+lqTKM_cnU`,#=]c@A,7Yc %U0mh"p9$jU/01E0Z:4GSq\/iZ>bh"q(7^9-L$Q#MO?"[2>?,(Il:A7aO-uB@cX5h@r5!Gs6C*lhs[Y=3bga<]@8@MCb2ea<<&jCn6*?9FrY>g[3]fC %G3/RfqCY,ElrIV1W/:kZk;gh7C@>p*R=gs^Yp(>r4#h<&CX`i7f@Y\CbdO_[GdQ&f/CG$,5SdB*%[qETo+"G,Ret\`GRNe3AMN#> %m'2G=!a@FY'"gR!\r@5^u/hSWq9',l@gq6n.pu6O0]oXpQpf"pf<6B1RPQbdh]LHp_j*sMiFAC2[J>(\#WM3.PmF07&\JKeW*;U*p#3RB1Vs&EejI,<02 %UnscTUoGCg?PjtAYMg]lE)4M.K8c*Q;FF*@Mc,p2[V<26c>2k86:nPOZmk,I1F6`FVb$Hfhp[ren4)X94ZB72c+[^a2r6mm[Nei> %iY8mhYgS:R^u6KPnj9">.NhO&C?4d=!6W;.=]Z):NeD8]-VR:De?HdV.I#@n4T/M+a:'-YGDUT/ACLTM]F#bS?scHmJ"I9rJ2fti %E!g/oZm\it0$DC)%04dZ9I,E*VS[("=@GLC84g1)EXTsg@$FYGt^f=6X; %E5SPMbKFR4kW`NSnN4]f-e?5aNNj^,!fa:X`-'$B%p%ApE6P-Z/+L1OXCM89@T0liEqehR1Ede0l,&nD7T?X/##KAA0hB+p[')-H %SLI9*;&$^0!?b22WjcrbD4u$(X+@rW4dZH4*Ys#Fc+->?;u03JUJ2ZUATW&6:9>E&bh&I;C5@#)_\G5<1ATb1qKd3O %>7,m#+6JOE$(Sj60q\!0_/`"e4=Lpj>lrX/!0,&EmKM``5;\3q`B+q\"+N)H?/?bR*I@FpqL#2C6[Kq[7cLEFa%"gZ1FH7h=r''t %V7^@I:F.idpsAn$Go8rP)O]2^iD+V"oJBoA._Rb=^+90cQ>=YMDCqS.V6X#OZ?^bX#FehD[p(J7YIm@5?<(S4DBG(!kJ:dM/I`)d %bhW<=\W2oBlC@GE\Y:X8Gbpd2AWkgL^Cstm#V)gcn*e:Ei+4E323^kQ]p'C`-qH.gK':!Zf#,Z/@P/dV%Np?=k#?;fFCdXk8m^iLZ860&-1pc&1Y;:HigKJ"fJUo2%C#m)D/`P5T^n8e[K(*gKQk$VBN=!UP*c;1QJ#)$PO%#O(S %)EBR7Fpb-3H#ULl.;NW5@#qP6jafB`6i[`#q]LQ8`L`@G[sX>krA':E1).X]g%*GdVmC>1DX(nc`S`Ka/Yq"V&$@Ooc%8H5`>Km= %PprT^250cZH6*g,fWB^11hPaEnLD\72--,GppLm)^r)f'[rp9"(usIN]8K=HP@e*a;JO@RGj+L`;mQ)2,J#De]3:Mt %mU=E-`$T0mjN'B\/[B0ueZ:9VS5_MkA*]-nq;j2]pPupmYkCSOF3mpbnaEjD3c_M`:-2.a6QaX6Y[5c+L*EVHIAn;&n()h";43eh %Q]?$F`"0CKn#tKs96]A^!d+0l`1r$o)]V5WcICe5.4[H?7a@JALQ7CJORH,;FL=9H?g?V6\p7k5,u$CA=`hO %-B0Ud#^?9lFAuZj`5,C?8&t9#qfaW,NsgRZ0rd[-&&r@AQI<9Zpli/SOELTYa=abo7@2XBA.;;_P3?43F[=D,LZOocp0!9dVsjjq %C-jM]XG=5lfQUZiYY)X9i;Jet6R%V;X[sQ'qlMF/>5Ijp*&rTFTq+cn_[i1;aplV:r.Rtd!&^-M%DBAA!+aAlN0GL;9=?m:Y]71W %$au/8g+XBEA+;B#"r6B+m$c^";c_2m=/_@m?1dYJF?%seR;q=t3*-I(]2O"Wl_/2GhZ/uCcmH_jVNiQtC$cN@dd>7rm]89UAuHW8 %gCYn4JJM[X?#B<5$(#R?TlIoVoRiK["iorSaQR.@K^6*=W%`Hb)-u;jck#:C.XZ9YAY^Rqk=qlpoZQ(*PFpN`;/FfHYR]sT.SlU] %Hi77=qi%tA2BoI^?gd5EDHEhia22r8Kb]WQWgo9.ra(V&o3q/'brAlj.%Wk&O\t\p %"-?;&D15scTut=^kg3Du^9N5-/'5'peaOm&Oa%'-iip'GIV9[01W@1]@0ZRrV!crK3XOTu&Qhe006a#o(:`)f*re$ca5q(F]I8NJ5]XDs\_:?VUrG`'a %q6&JM4sQ])L2XHeI._fF[u2^K!JmI_Q1e8n/$_*2kES\Zd=.^qh'/dP,+Gf*$FXMI7.b'89B&RG3kV!Fodd<]_A6PmS#9[GXf>6B %G",,^M^^[C_@e^V?FP+/b'alc$^<#M`bQ"ANe>ch>'C+O"j/CZ0Rb[nMX)5hC$AV&[e;7\N\j-;70B_a8jcjF6DYaEQ?9%=nj6V2 %6l&j\O"5NUOl*_Z[1\6fL$qOHQPE?7ARb+c=QJ2hBg:g3MS<;*;Hp1OKG$Dqo)M<=DAC_C&I&>9_Zjp:cB\(2%^k;.O7F!/[+b!l %65iul#H;&nmnGf%+t.s+_tC+0Q7@Naf9(7VHA_^0aNCP\"`*$(221h^7S&djj^tenS(s8V[I:scRb5)a59W$qV]dR>[N%rL#Kf?A %S"hb*<&NCY-(g=0;%V?Y*/L&M;R@2'D%So'D":l'FR0u_7GE$,QbBIKj69/_g=1WdfgZL`fqg+n)qj&J; %jTlA`MCcRVQ**9j`RI$-oG0Y#m:C#(IXqN=\$^JNFN]FI5Fg+GUk-,LgkP_6;h_]HD`dOP$X]?$RGrt1I&IgGkmKt;W:\4WZ9ANl %HsE:8eWQVbNcW8:HQ4+3kir"mrbNXULTO-0d'"[4I%<%ATGsG;;T$IXh/f2@MUtJ+F5t(hd3dSjcjGeqe:;1)@_AI6ImpSPU,;Q/%G/Q#9)3+T:T%DE/1kM7`DR]W_Jl,2D-J68L`P?.H=akr %PHK8Etf5NGKo8i&/(6IKTo$#-.0VjQ:aeY^;$m)AHFa %&Kk".b*qZa31lK:I]2=/==[BN;XOfdOnm=N1QR)9mp8W^l/d,!99klG&#+oeS9=8*KQ*q-LM?oQN"$$phn`D?Ee&mDrEQ74gR0!D %lHBR6X5D+T=CY32O`FO>/hGe)d:\0aU@3OJ@;Zh'ufu'#gk\DS37e0hIS+E/`*g&<'14=b)RN(D5HF;M(^n*/0$[YOQ\!0c+XY#^$M(3#^f>bRq17 %c5ObFKZr1qbBBfA;e*is9O7@aQ)Kt#P'/i.9NQC.M4)'u(E=fhceCkHHQ'cMSGY'hSiIO/*I:H]d %k3%U.hY4l,%cKsH^_UMgd;-6!q?D[JI*\,-rH*0+83FRj]rI2aC;JaQ&G6qA@P`T[->Y8>Su(p6%`U!8OQEHCUUY+-P5H4G)7_fb %??b]u&:X@B_s\1(p^Ib#*(e,1BjJ3r+kU+^'i8")e?cf8617J-8bU+e %r.="1`mi_bgT-;'?kBs(-,\Ngen=KcMOcCDc"blO&,oZcqg>t.h1DI5Nj#Xh;ElQU:&iI5pU,g?@@F>D1r".-.8!4McD8< %l)2J`EEuGI5,8,*Knn/N)!b54dT!"1Zi!S'C56Cd`n,>6qFS:/qk7L,K;:bJZ78)X@%.r\C&KcFT"r"%c]nE^Oga+fB9dM32W0-W=Y.HO %'U8OkcgR4LZ,.3q+,1&NB#WGUPo=.IpOXhbaBjs##%2Q'f*a"tWEjl0PuQui8?^PB^@Y#?d/o)gi@Ddqrp#=\H1Fc_RZ2<13]O)pcN]GhGX&jS%VMa/gf;1T"N2#^te'gH[IoGI#pD1)*6kn_;8e'#G6.[8-fHH<$PDk %V:,uA>RW"s(H-H:!(%"/%+8Ym^YK^&1"$pD4':KC;lbH)FeNl?Ca",O:`\j2!-ZP>Bcc9*S)g0I@O5Z)FC%)*Pdo@/NtAq,i$LSM %5]@l;?ZV;7nQhQ1J:?R2j0+W?q(;frSh\/*78r-CHK%+^*!&^Y3Cpi>dME]X0[Mn$nhG:iX-%W"ZprEoCmhY@W:a@1KU,12-o"IV2(%D"mA#l'\.)r9;Eh(%_VoJj*[NJ"HZE[;c5f*nXB&4>UV!(;qjGB2YNXp1t)CXZ&KDj5gAT&j*F>)gjWs8(\cXm``6T2OiL$">[e:GfV:pg.7hbm43>; %!'@F=KlB)PB[4+TJpm4j)7*7F-6<2*Bk/VSOOABOC'Js\nk-R>EBn31>)`miTI>H84^kafhiDMG#er"aquD5pM\OP='%d'"E82Nl %3g5V>2RaCA2@hQ^j(KY93G&YkFnr_)1/`T5mK'QHD4<6^I+HTdN9tdJ1@+lI[C$'-+Z@APoSc+c_#aVHfV6_Yebm7$$&3n\=/5E7 %kVpl'(8LmXS^1ok96DCM!Np@pB"q!fnn!5Q$butW24?I$X$tEAfb^DG8nCd_#,N/Mk8O)uc\/(-:4L@kn)71US4j+&%IDR82HF8P %N'*rN.ZKT/3H$$^DS>GsJ"c[;0O$Hk)R>MTle7Y53^:MLOZeEak_ %j8CdGIkarAju#]2qlH;ZY=fP7g%206$VFNpo?+jKH70CP@0Q-45)rOj5MqO^* %4gD`Zm3b$ME5]`$oe/ktT[7P;QUC99l`H_^-I6n>\2B5<6SEO%k"2mgN

1,DsC>7R")0>GE:=i/Oj9rU+&C %U`:n._%pB=psdBgV,s!`MD`'!oB0D]/qX4h2'B$2/;(3Hb`Td(I+e`OoYhMaEPiZb#s:K@mU@l@Ql53Z&k&^Os/99r[f[.1A+r]BK %[s`Fl+jBPF%nidS%qGk+jJrLAJ%@KL`\*hlf+P1E='tYmduHVQgrlN1*u+I3dcFEa.F)'Z!IBb6=+0uV6c_Kpg[FO-8+G\D^?[D! %kgq22Et?%>D5D?c"g?\UqIn?*KPn>FocU+BD'?[ZnQFqR^ZrUII2m,e:th<,?U]9q#S]K.Rp@N][7rgN3Fa<[l#WMeY"fH$eK%YFS#4?)VZdc#L*>Y$Kb1f.)@D:N:M*f^5$#N*\Aen4o[B %dl+eQ7+u^>o/Zi9?U^@<0?Brh^9,t\CdK;>W+2"C&;ZhbY?AXchmFJUtLFjJ>GP8fWn1DQ?Dd#T0gH-J?tI- %>44]t@!4nEh2CU919N7VCZm4TW+ka%f7[d::11G3d`nu[4Zs/'^(J-M12WXPa-o:]%f^r3DGrMA8I'kSE0q.1opVtr@KgW:)9nSc %@i+k#Am4?57m:FN6rU&@f2$^*e9$ %L._p)c$hF3hW2Z1Im"2;k-JAf,]`E@@tMKL=%DmoG./^L!"IA"A@M7(XI%_mb@eP:s0&2I+6Mq\jiP@JmIE^7YFkg,91H$3"P\J8 %572.-H)KA9Aeu*jc`Z)=gLS=WOJkgk,]nnkP#>Q?*9"c,D0>AO?o%SB;_b/ZIp,#5Ct+Q,[1;-rGBRHSk,hEBn@QC2WD=Q]SO\Oq %(dMk+LufsY(@kC[1gYJkADe`uqCTsFGr(=>noij*nk?_>C='?r2*k<%h&Dd$^BD.BW$pX]q*U-5pA %\/1Qk4`,"jVk/6U=:l't#UNfO_9_Ltio&K(08@RQERA%HUE=pYfe=bnA,OXq'-i+r\`tg>:uM>a2`@m4UXi>Ac^LjETD[3@cauYi %/*@hX?T_``\mQA\1P4*K2nnLf=-*4G/e#5!cmrm-@9+Qg`:P!OOPA._:Z6Ct8sahWQH>*@,s`lNUJom/^[,D_H\O4_&1eZ7'jW.S %Y.-^[74@rEVet-sZ=%d.cKWm7WYn.\k7G(t-bZ*K%6-,Q^WR:"+WSHYJL;kCroM^2$.48Lijskd)Pk>B7k'[J%[G5+TD*Nb7!>=5 %IB=J5de*7sb-t2$K.[XMlFOrDD@?p0]$p^IG(eSCQ4Zbn(dA%"4N\KsiTr&*j9?P)7Pcl#(8n)-aT- %6&YdS5/;eu-)[sZcdh1B2nXc#q,C$G%_3@7qTW=9p*q`@25)>mf?1pEfL!UTAiW[)lX"gmZ=dT.3WM3MGFmAG0!b^!mngJBC^+mt %?gGhT9Q8R;o&]^M#/_%%>BGG&3[h-p,OfI96hQU#Gi=UFCTp5nqfnk^NU*<.5O7BJ#NGpk%t4V[!"If%'uhHtcmk(Rk70'kc^GK4 %@o?6NJFa_05@@l%m%$LVPcsb_r=$s\NgaG],f!uU9n*ZJV%(1uG3%5]/IZi%eYC?U3^()T]qMPOL#d%MUhJA?=uOc)fYcnYV:D=C %L-'deYJ.KN+R,/q&%*+'6sm'!Y?lHr[D,sSl %O#RR"ifJk='a)RnKt[<,mVm1ZapO:uNLk'.fagS9?8i7+==M",R2pd=nZHT3RAon]*kJRMn;k+r%&gHLGoae"5g._shtZo.@Gm7* %!CC./0(^V[#\WSZp!_`'po']d\m(q1rE7[NeAh+LrE@J^%!!6`U:aspOEPqIN[ANsY'C?kF>6Rb"hK8oT:WtAQ(e2W0mL8\P[Za3 %Rl/7Y#A?(V*E2[?lr[I$7sg]!T`O:9s7hSgRQDnPrE=%[5MZtIU0n'es&s)_GP<:d1\EA&JJYMVUpmjh)&YRPjuKkMg;Rr,:1Yr% %(/TEM[*5]MKjO]MRXHX&=WPS>+?OOXp^/Rk;\(Zmrs1^J-7aMlTLl3N9Zrmj]U8M0PqA5k!#dINVip@)TIW(aUZ&M^2]O*4YM_@56VeWUQh.s(('9dSP9fr[#HLc5k*(bh`)o;Obk!"q"5qDn<$aNllo,&Ke;q,[_:IYIr*"_cQ2J3PA4PY4o*G-YrLMq/eS`u/m&f,fWj(;!)K5$RH(oJMCT]OoFq;NuCkFbOl,0i!HKcnidXm<#L&Bpp %E&#-&m#JN3iRH`X3Z^[9P%gSb;)BIm*(IS?iCWcr?S;A'''Vi*.7=7Pe(MQ=+]KhYJTK9ng01g2AVC3ng*9@Sot(l>q%mgiTr!Pd(ncpP2[%4;;a>eTDjG %5L>"2UQ=sL%b'fJe255in=ofPS*k90$nangm;PAnmE;ClFU!=Zo!n?=]CbWd(kmil;n.6W;&D3?D,2OqesA=l^Rrbj'L$Ws=0tt= %&[@69cf,Z37hT.J,8SZ"4^n.12Kg+;l^GP(MMD[hiX4J`R4"jqY1NO"2q^LD0<*Yp27VOe`(F?..QK3,b4C`$OqX5 %Y<)]_>P#[!dFOONZjCpt`*Oegrm]""`,+L9grMAIG-RN$*qhO>qIk8QB61)*k3;EuFF1G=lkR7e=$?>s=h>SeQ`j>agYL.@VXCj- %(Knn\(VU`)\$(mR\dd<0l[M>L`I5f\e2H/fej&@A"7Hl`HI9_[nK/RZ<' %_A\s[NpPLX4E9D@K*n?/\sH@Pb[-Ru$u+"c,I!LVEt:T&q3[DI(f3AcX88q %d0dE%>rWZ;i#:'nOSH+&Pm)Ag*+'V\:qtoI!Pg"J:.,f"?JW:f)7co:UninMFR]tB>8JfnaT73t>W%\mHJOJ/3^=4m%mH[:,KA*>SOsQo_:75rUF_X[U12"afFk/WLV:6Bnnn)GD!>fPgYTK]mBMg9nkWG*[XH+7KF"Ch#u3Nh%$o77=9Asp@H_tVj6(/ %p[0Y@mK@lBh1_BuR>%PZbE0AnHOTnU$"[H"qOhr9kDjt*b&gWYVYBK<_1[VQIeE1X(/CL%RE6P[ol<2#@T20;7p$7*\#7?699 %+*OFl.?norjBJBrhaF(4or2/+oQBEg6alh[&)A=V/bLH>2&$0di`k`C;*HBLlX>90/B8'0m/;&O^S2Omi5)5@",,Y\jac1sn-AKs %NF-Pp;rg($54LpQ"k;F8b?l@b+RQKPGEPboJ]a8$2hn`(klBoOgA;`?7R-=HZ8'.d>5cC&DY)^8[sOu^HNu8pOn().#6XAXh*QEE %l6%lNUPY?)IU^_Ldk/l"SE6km&K$e=6V[3f66T9iK'/ckH!c5kCg3`i2_<: %cK"P;30UdOPk/"jMTUUM#qo`\U)JN0jHDK7&^Ltn[@^mC$SW^ukk-t"J\g1pT/4Y\m#h0n+EcPR,YRC_pAt1Ca,R_/Caj_[ %:,<#OU(K*,jsDHd4$,E?a7jc>\k_imBb3B-<\?n_0tb_hEC$R\KVsHJT-'^-rp;n?iJP>$iG8JIDLsr8+j656!n96E?a3\.4?\iID8@C3C;1?$VN>H %"7^9h[m*8E4rZGLb=jf0Vl9KcGa_N`3.^kAnkOfc4=r8)fip"Q$pl<@]%@V#cp3M]MiFTb.`sMDbni+N5i9Y-iQ3]XbV99+;jQ%A %15.RfpA2?"5?>L!0fhhn^MJO`BpB.''?M&J8#mf3U+Rfu\CVJZ8^MXOU-CUM\D@8a0#%XdQKHaj*70-)pII2lN$7ihNP->`O; %ZmV'Lf_,eG;=6cP?(^%PT4P2QIFP([#`^\o>7iTP6\PE^\/rGYk8]!t`>^s"Xpu9=o&G4ZJb=[T(QYS9/R8a1mR<^,1?Pmj\<[s8 %<2=SrM>.DX^OP5rZdRJLY$k3+=qt$jUlItM.SX@>jF73iJI=!M#;+\-oX;jul6.q1!f"'\3.peN%XXBSj2Z$MG,eDlb"b;LXe\-P %R!I4lO^Z9FhRY$.9%a2a3r(k9+i=h %cW%;I$6eEIPX)P9N)d\O\\Q/B9Li)&0gW#&"MoE!fF9F#H8T]V[lB'gl!8\Tisa.@O*';EI+,p2C+(f`[=1;XBj0K3d+6gNk7h-o %g8%bU+IOt?:^]kgOtAU?"nMZQDcU-X+;]<;J-8dCrPi`Ur7p(YhK_P6,COI9+/qW?09'@&<`(.OJQ.2P>*T'\H!1qcU(iI %qo#:k4htouD:lf)krGST+L`-G\`29s[bQT:`"?J.'koLaG#f-raR!bH]*BS3/D,*tgYURJ-c`ZD=4ab\#*jgV5r&[qXRT[1 %I4G:[dH"D-*IY&^J%aLT9(L`UcMF`"Nrk.6m>cKRXm*Vng,t<#m1hQV/I/X$[,:,B9s/7dr %QJdg*!:An]b^Vf*,sA?GE`p;5*^I3A=SSG,eQND?8[bWGh&FoWgTTSrp2L)+4*9-U-cF6#lbW7R^\;biHr4?+/PitKgRXZP_Tj`q %61p!C(p1A10KMbHZB=:kA/.>?&_ASi,R!?=0tHjq:^EMoa`'aN)MFo4b#,_Z0i.Uj;#_BZU#&2[Fd"\RAL`4NEJnf?#L4cg83;>F %9i>#eHoUbqT"5iE":blaFERHm$8WN(=GO8`Q]@hlKtnhFJCMJsV&M(o=Q=nhZ]hU^o&9[-Y7pi_#_tQCip#T9RGQ]k/`>uZ>3tJUNPE9W;7n=LMp/B,QNeYG07lYPo %]E103@KN\14beSb3j&'6&sA8"PKXmY:Zn"YCt)5=lo:Nh!T42!H>N'i %=nardhS_1`;`G2ohg9;F'k0B[Pf9eP]`H"To'8j?CH4F1"VI/"a2bnugYN3l"_7hptX?QU2Q!fBl'LtXKo[qXGMuEARe1aYahNOEu@/DiI %Ma#4r$a9fthPG)W>QYu&84=@SPf=E,?J-/99""4&s't5 %#'I2YR^Q4*Rlb#@MjpfbF-kH$>%GN>`5Yrm)b_fdD`h+l'I>K,O8QA-E"Hrqe%KQu9dMZn+BeYB4/rRbX,I$'/a8efOUcMAnt%k' %cML=+75"Kl&U<'H7`J:5kuBX1/Qm#/1D+f`f>&# %FLeW5!X+7<9o!r5I1&AUdiOhj"6ZO>2'>O0o0$%$=g$`'bQ\u96O\Zr#QVmn:A"?P5A'>:cBjkkO`dA*n7 %r5%,pp@RH*^&3>s0Z\WE\E_i%J/hV86Mo;]Ght_&qC22/f,h+8bVS#-As#d;]8ULg[TY?Sqq?.s;N/cFXHTg,m`=LfVSkD6XnN[K^3$ALc(WtQjDYrjX7[S0 %CcQ%BaFDh6OdJ;nSDiCB$9db-VS^dkW[]4ZDI%Fabr*gAf':kB0\b?Yi3@9,HM?JroDDY7p9T %2Aqfgd`p1qN;LBk"AYXrfkg+7]1nUm9fjnq`VJ;YXi]pf_hQ@7>q %:2BMF"/IG#>S3EEd*o%+$GeaB>;^e[f&N]ZU2..dLu\CohPkgSJPXYioC]$$?)<=UOdaVlBo=$CdWSu[M9`gemT:fpTV$t;s,FIa %-aK9%!NL+kWXE0KfSVhMinj0:cI;Ko8ST%PI>0Q$%Uk-l0U]cVSia7f]:m&8?sJFETn\>fW@bb-ae^&]n?8p:M)D\X^HMkI(q[+K %lVF,qZ,H)=l82eJMlS!oB4#3Sf=Q!Ber%%^p6*8:QB>s3^8_im`TbCeN&r[ejun"=QV.*V$E.b[h6J"I&ZS*+M<>N/i_ %np=MmQG%9q)1.)1MVIcKWh\G;5LB>o<]K9gNWlntT3UNuDjE(6M^!560R#E_1O[If=>NaS\!qVnZJtc?+)>E%PdlnNms!g\)oF\< %qjhl&HAT8PmJLSK\d9ulce\4.Bt0,_`'rn2NiQ)pIR_8tf>%:Q?iJ$:rTeQQq=Z`hJ,;0SpY3I\o&'GiJ,J'9qXX/8J,*0tHs"!t=4>CbZmh.gluR09U-J%4"somH %;,=s"fWET/(Qf\#gj5da"5$`^mIrR.[]brk:Ns(ZX<#Qo<#rVNc4gdp)iZSLjf;b['h#LP7V^2BMe`lkI`uMJ4gogNkIYj&l9R@Y %S*$*U5,m[6\&E!_MAg6TP'NpJ%mBcHag>JiU.f'1Eik_H^pnm/ECa^4oikM9F"JSE=-$rmoseSf/.Yg[k1DUG_mc9;eN*D:b8V%\ %NO5+B54Fl3B:0ufDK^ra,A4*$0V5dXoXfa:Ilho(YRQNu55.MA6D'R2Je>DTb`rE&i)H^U*osX %),9#,DP'DS%YNPEIbdP3e$(th0.hg1knH#]V/DEadB%6!o@X7[9NRQl^_bR<4T&TSaO9V9=51J,QURVb?NWh$ZVg6\8W7&3F^bG=,71I6<\s=r2=r?JeQ&CHHc-B%iVCt2u]>5jZ%Hel$E:I746qF?b]7i6YOrq;hpboCeVDdpEg*8m["A%\[Brj/:pf_#q0m\( %Wk$nJFj;pd[f#ni"_Hm__tAaim[2()l?X1KdKQPG?d1_rBd]EPrlJka)u,Xu11.q/coaD!/7q!hn#>Qp_OU5pH@iBIYf>ljYDu+) %6TbeF&jAt#Dbi<3C*HB6B7l0IP?TYUb:m^LTGj0#9d!1:e!5AsB0.M]&is9eCT#t'a9>d_A_gJZH-]k#a_=Wq4d8]]9Bd(n,:hY&&af(/13N-q3S;VZMcD&(]KiC%2/Rik=@8PMYs,h_=$Uo %K&7-NAP41,J3!iCK="O(U+e4Z8@,;XDiX+4Z9,SM_9!SV^V//IoX,2Hnq7Uus)ViiIMqd12 %j>OfYM['bC"Osu3cp)/Hcspi&0"WZ\V`a>QNK3(SY?_`sr8?`r[Bna2E;)?"QY5K,X!f)Qs)!%7IULe_ZkC-H<]XP]gbTnj$kE,A %lSQr3X)_WH,cg@L2D-2nEt4uS\1iNFbJM5g=3pW&-?mc_X?u&?)f_Z(#:lob_S+Wj(:c0Min4u)aI3OfC:BfnFIulW9j"S:frGRm %qqaT`dYu^qj;,_8i(eHa$H!NDb`Xq&bB*7h:Cab38^)YXW&o67F[l=sYV,iZ&:/Yc)nKMB^j>P78b87F(6NYW\kiUE/V4K(,iKG& %"*?Hs;-*CJ9ciJ3`f6Vq\r;ZX:a1f%#&>"@W]%Brm=L]J*4S;Kg;`$!qX\dCT?=sPaR6Pnn!"jmdlgdsS<*gjZcJ64u %>$:$ps69i\d]YPYjkLWdXN49l5hmrd@MFGrR(D5T/rpqJi7XsX'16WiNe+u4Z1'e*Qj!uAhfI[8V\-;3DKm$pppYT.2+G/#+k4P> %R:%p`'+Hd;MJK#MP\KN2HL5pVapqdIm='+K6Yt^62d("l>N?H,1J$Fd#Xd=tI$2H\;2a=Oqt1X1JAFbIM(KW_:3?4l)P,>qAHD^9]bi$82o?.gIc?ohGrr'$Lqj6JCs'Pcu^Z6X>q[XeEpV6a_]6du7-Yui3!=,p`roRiaf-Q"H?5mdJ+2$a+QXD9u\JpGS %kAs)=#Ah9DgYL-hZ]'":p[!0,3Ch-WhHgAPT.(cFI+.-F+uL>2'"=Y]b7E^m@SkCW$jod_]l<3r'oB*sa7"?7dW7/T?Y,-E[\b'X %9it*#rE7*PbulFA-/ftJSOHpZTl;7`cf=ZlH?RC%:iG`AT%qY12MOXf+Ok[Q0"IP$iYJN"[d_:D&PR8b1D6nbjtN)Zo%ikr>=Y,0 %7hDt+q'N[!&]7)ClY/$(@9!E+;(=BXC.iQS[nUuZ$(Ii4\0%kC:/5BGL)h3/c;NJ=DnHA'Ck:ti".&+.7Qf__:F@q5+Nq8CRe"9P %[9>&;4!BTJdI&UD37CB7>cL]+eWhlXq4l!u52>3Qht)ZJOChK]4NL1Wos5fTLhCk*2\LGF)(q#&s6n)rc8*"Bj5OJ/;i\g]Hp14S %G#+D]2cR7WZLLE;cGX.8g-B!T:lWFH2=PRq-p7IfKA5b*b[d(VWe*#9m55&*:@[`KQ:ZZ;=]&Zc>"k4ODnA+*74Ue%oujK9>>\cQV6.TV%EW$EsCmrfJr"mO.3*Dml8MqA9NW)O8EW\17l`cUYB88Us6-^8%$>T %D7D6S?f]tE#I1sBPNFmg''='bGW&"eOEoZU,0lJa=J.RGPNRK1#^lLuB"q`IRRX+)CXHd&Ypc(<9mYDjpn>Kf\YHYX>EmXIj/URF %YX4WdH5HFg-2)0V)QFR<0KJqf>O8^6I@m@PI>76FmEu27rNscpm*Z6QosRN\$J'2E3P]8*5m>;eQ1KSb"i[>lLGi6dCtGTDG"1dG %=[^ldjE;WE>oP;3.V48_/TJFoA(4H.mD4n?+.R6"&KX?Ka5QVO-Tn4<5!rTGX#Z4:G+)F2XptRTT("M#7\M'Oni.FTPaIT_V4PnG %YH%5@fiPSt92-j.H(]77fRbk@"$(Y'H;`g5QreGP@HqF[JK817L[]>uR=8u]9!s*)DKBg'PYbqL]+sa>^VXa_jZ[tX1XtO\15*U5 %0HF<-lX:*IHbD2Ks"H=iQ^`n_p6k(&Mc+hYC;YO6]s\%?6V^`Cd9UH>m5md.h2"$*O)/G[M2iP-G?U?6%mK;cU[L=iYg+&D)])Zb %!`&;bm"i(_djngG`X27VZBK!1:)'B$N]u3Vk[3Z7=io9GqI*f;4Bks&@*ctKi+1G2%G6714#q@:%]r0[O]>e2a_V.[NcBhQFj,VQ %m=qaT[blc1/0"b(XW:QHHD6pJpLr+&jKpnX1AjfR@'c6S3HacY?;KZ1/3r;Le]ALK=6'RQ-bYj%D((s"eKQ$%.\$/Z*%s+f1tg4:&s=VL,(cU"EXmi)H_uo/MhD@M`c:bF!ULIg15l]\mus>?d'T\`fLE!_0?'UIo.lbKp`DT$5Ma.Ad-#V'7d! %\-($JCnuAsT^mu/$m2";C;Qij?_cdYISeh4:s]'1P@;=dSt3rsq)l^?W#d[:jRU2$#M`6hkrko^C?!5/!"EQ4^!8o6CJAhM=VQcH %+l+%6^/d?OQVb2jfhaN?i.4t3rpJ6IW7ppq5dNVSCgk%Q-.D6jii-R&5.VED1=O,.TctFpC23Xl#*lM=csps[;Y4YRr\rk"b98Lu %\nZL/n+RE\mAas[!'g:'*O$d;HerE"5PHqN'H0Z,nk0jS]eCOBDmFQMD9dl=JG5\k!X?VD8QlW^fGZNo![l.\&d8Y:G?(r$X(ik@h[)HZ\(Y`kK;d:2k*L5L0k)2f%)'JAr_T)G.1bVXF]98&'W%.:oDu""K[S#*aZg"cgIoC?M`@>4d,ic %*Dr4`CM,X&rD,)%8l#*!ld/&*n^"l95aUZ$.n5>h>tX\fNYpI/<53B'2EC;B26T-H#4gpdSRiODajmqVn"#lr([J5bR_,NOVc7:U7QM.&!S6* %fZTcFcQD+tbi[VZbGQ*$DZ^CDM\#fgnc-46KM@Rjb_Wlj\-dC %_]2]t\JtSlFeS\KjG$;el2!"6[7"ILI'Dk\/XT`Xg^-d^6h<3F>tj7!8pmE#QE12RRf\ZYtX;\'+d1=V]dJdP,GiX-K"nNH+k1tWLp1Q#o4-Tc"CFa&iu2dq#@uV %rXl>kMll's"rJuH"r-rgPs6hKnlP#9l9AP$si4Pd^rh39Q+WUSbWiGj&V-1%TY"TPXUGuX$,J7?C603C1F;nG0#BPM6_EGJY %"s:@smFAS:aMC#FJ-,PK/lVgg/uoABQ!fXZP#E#!6aa:AIDi3Y?-YPKATSQ=P7*=W`5BGPi[TR,Te/.gK;ph[V@D(Ah<,E-+\j_F+%WN0cb?HR<(!] %-I6J?j=j6JN`f-("pYWaNo5)&"j74S)$pV@qkO2^'j!D9na3/0q!s9nsPiPAC"eZohhDc3F %')^t&"NC/FIit`gWTB1*eFG9Zhd<"nrL\!=)k]tED8.5>(CUbr9J-)!2*[2BYQ+IM#@edbIu,G;;4@iV4nS`MFT;3@GDcju=EoT2 %DC_)(/<$),B]Bao'*u,#$\D*hCQA?mRiMh/5\XZXL_6cq=f8-mA(E.i:sGOEZXBEE.-*GeC,U^G!]#heHXEo;R_h7>H(#9_pr;2! %IHK2>Q'BL+A&.@S6e/5&3B\us+O=Nhb;,)*nbRP6En]jco0Cr^bL_;+jag7>V@5u@!BlqD_W"%!KKkK!fW8O%kpe1cX48Bk4CeWM %,tjN*DUf/Jc\e=4.[XYW@B(nO>hj@QN?lH:"#\(?<0&)-B(,]k&s2_E]m %+AIu3kgUQ2M+0au'f>##bilS]-[RmF %J=.&5_omc;cT-l!HHUsb+Pqk94GEGV7JdhFcp$A;7UNb-!W!'?RNl\br\CH(Fl6sGIs]\=*I428N[F=jHt\cO?tgWPX]f$>JWChA %!g:62@"on#@r55+iAs)ikt?q/:8LAUdS^/1=A!?%V+!1O6%ecGbi8Cp*),7u*BhtMomh/mfa %IJJB*h8>`Y%4qjor#7ElrnSq28brD@OHfX(N6`T/qPUf9e"]3u50'6hO65eeG(3ZPrqZf)Yo=nIn<7Z`kb+!+fR[J5Y/a`eL)?)& %,`O/-?aoBMpt76R&7ifMQ? %&:Ti=8^u;6ZfsfZ'!6'1XTr'Xl)e.&IFlpbn3jtf_7;;Se)4&MrEq]$@;B+9eTo(#,NCL_P\si31eK!_8=-eaGTW=-Zhi>\[="qghJK*W\!OahhO:t7oDIG47l"$RJZUt6h_ZJ8.$PW8KZ7*G-c;)#./*C)^8+9(l]]tOe`sfSnXXQK)E^Ys %Ce9m_g0=r,QCT*/?;FDMrFfbMae6G@iMKgP^O> %./>4.mI%P"c1T#'HsLm#,VP=Yh`p*gIBL`Xs$2i\Lhc?V989[MHoFW&5?Zt4`?'Mn`%U"T[eIhCX\jr#HgfE!)o"])Hb^0Q0tVr# %=_r&R<[@@/5"smL-N]0SJ,RAo\6psX,_nZ]G#Tpr*\(Rn&6^Xual62^/if'9IFp.&JufH4G/9s,oqe*SXoDD.rc=>cQHE0bu: %eVj(R"BNA]hVD+p*niBP5F#ILr@Y@WhFiatTN4i,oln],=Vp1b'^1k+&fn:3\A%s'=hL778+50\86uMp.dP+@bR]bU2[Ei;odWML %Dc@/3m%Q=]`8V&\.Eali=AnUh3CN\4\GDM/n-96[&(1?`)Ug'rN";A%B`V_bNT%c-lMB=3)U?0o\]>#_KI[G-4@ %:4W..==.D#Fh>$AGcY/"pXdpN21m&8q$-ZQqT;t"N"uXl(V#18>c4^N*:1sTLhE@6jnm8C+)QZab:<#V^?QG0BK76F'>EX+l&RF# %AZqJ9I,e&R;.WWb]]U2hZDhW"?,k\W'93ZmG9P>H?,!Kl5%uSj8tn(#h_?s.qNA_B6,WdM"W$AtqUD\;K+DBrn^]=55qV4gfUbFBJo/!:g/%g:FTfV0t4\bHL_Kkk%:McEh;OS'fYp_<*53/h$/mBs1(p7BCTkG[>FD93):%.IP %"('s797):MIIU#L(q(.#$P10V76l;bf[Ecoq3ejrbQnVY?1db.XL.kiV9_-$=;h0N+ %0ptS;raPQE0O`2SJ*>i4>5WCJ=h\C2S)#ma2>]BTFp_2sML;SIejbs^)=r-l$Uk*SW=@`l%^D7@]aUF]*.MoDCh`6qE]qcYcP\iB %*"F]l9L7L-m!_XDa^S&lnH=bgO;'N[Q9 %It.9BfGoE<[I)qPP$\X\o'E1;fkF<-kOup<>3N=:2ClTT?Dr1NsLnDj(Vb@sEu6[rS&3%($7e %=1ln!U2o?mOCDc?ORJ8jejLRQ7G$s6RRDM/>o11q((K@F`(&J$l"QAWc2EqL(S0-oL:HS<,8$AdlEmCSjXbqe=KGV[.0\3JLtMB1)X[ %V=f'sm%g0GRCP5gKhRq%$WGg\o:LBf7`>/#5+\5\O6-QiMcQC,FffGNo!QKD:;m,eP+1QC-8AFS:m`mk9$2XFEG-4I(JkcAT\J40i,R:]=dD+3Nbu\irbkO4B.fH0gBG`q"Pn`.IM8pfGnGt4FQlEEP]D;f(FcI&a.@5BBSP'p1;RPIb1I?\m+u$^/HJ3 %^<,WnO0kb6*PXO'r=E*1PF*Rd_X@0M^&A[ileA=J>g@+k$3"qW84L;)j^4gTri-:7NtJn:GIhKI7fS3bX'[Ra7VXG:rUoP0AF#&-]rZ0p,IqIkIjRBXG`pN %5Gq:W.>SM\"MJKn/12CI$+YkGQ!5A3E)uj'Zr?.5%]17b;M;*:m5ZLu=KO=LZN,'cDs1d=^ZblikgJS?$KL$9D4/p+k;e`J`V1:Z2kG6/U:5c" %Z239CN=AD.N1K<8qZkA/hc=[,M&8;@rRo;Piq@r#cO<0PX(0Vr4@jQW>WT)uoF.D+W5qS,:7.De1aP+8PX0<^%j2XE/p7]1Kgr*h]X6b1'",Fhe,FN/e(c_B+;!cfU5Lq %lo@LD;6UC!:7cION[UBm$05f`8gL$g(3U?=Na4nP8TsoS].LfbpW1T\^NP0pfM97A?GsW%jsF!jWWV3t=eUPh8iYbZ4,mXT+?_0LsO&ePBGuZ,2&a:>#:?&lQd$*kf>HO.!WK^Hks7RcmUX\`_"(?Yg %j7?25=9tptBHCh?C('-ZnN4h,iH9Q@Y2R4"RAQ1="(H8(2d%n'SKhILg/,hms:B"IfB"usN'/&s=0 %5nS3a'c61;eCu=8+Ga)COtNico8U5*i:'=\?8CJk++9Rk$eP."o.cINkMq\60!0p;<"`[m&6Rti(Q-Ajjrc]hG)L/7\n2O#Cf0Ad %-]9.VD.^sAj%N-tcujUl@=[g`"$VBn"tZFj_nrI*(4I?pAr9jTrqiCh`JL6DA-XLuD4t\lNNcY7)#'hCE.3DrRN&=IrD:M?W`-?! %1"Zf6HfiCpPO$Fir2b.!@oYDNdk6eVFm_YSOl[io8XT.\X#>Y'^HOCrhX2P]4hfGBJXQXX8AA+S8FU]T'I[-TJWT,j!oRGe4 %</.AE\e?Q!pZAVNlLd[eh8r"M4m5HuZO#qg;"+&)Z@n,*j9\2[Qs'^`bo?+96i %KZSC%DJV(,oVkYlL5_<.1.Tp1p<&&T%_R,]AYVJ7s,7#c!LdNr51*XuJ=(d+JYs!jGkP^L5Nm[_='ET+:aVU7%as=U/jWn4,]FqA %:Vglm?]GKDZIX3;XWShggL=W)MD&YH)p0(4o1u6Mg%-s*5h`Zo?\o*c5)4WIp?#pHP@*epYB4Tr#FR)WI\u %4Wh7q/-k2(>Hk$E$N&g^8dcL:f`IO0(9@$uRB5fHhr2DEI,8jYf)df"&!n1u?])_DM28\[1K1>`Q,.AoAEe$^mPqps<'7+5[=Y?G %Z1@#GQ_9^.)>[\SNnVIn>pCe:i/Xkb+f6DN::A7qS)kU8X99o*M+LQX9KJ1DI9o^%m_l>2;T(.Vg'o%&1$/Do>:KO/?6qS!JY"Ur %b>chcUH[CnV*8Lo#!W9<%1=_bL#n4;timL@@j[Jk(EZlnM$FG[6V? %8e?1/HT#:k`*Y+>OU6:U)JBeUH>Hk6k'-g+&Zg+M_DuT.$\X!-E$5PC9\G,D5\U2FAR$K=eFn#5l1V)Ms %\KVj@VE%2?KpV0^<-903RDkA4#r$09<=RGNGVXESX!hu(rec&QrI-`>RI,qs8`.'0(X1d/NV/4Ek9boP3;!)8]Bq#eIQ^WenfaWl %c)b\%(K.Y*X/i^:T#>KL!RRcZ+SWQsE:cE"CZ"3O6QB!Z:pRR:GhX/+)gtKifKAAGOsA6@5K=?lm@5=`H4?X!&K5$e)1JdKXFQ&M %596^RA@=f\?%^FWX7q62bWT[U$M,/&D-U,aD4I_Z6,ZThBoh0J]3:e[9?hY_'q7"J^)0.pIg!lUL]qrA\r^K`OBJM^lf&sR#eFLZH(GLEMbg)W'n%^Om$o$IrhgIh)N6q %2k;`=g)=erITVUi!u`A\Y#?rc5_CA!oh@d"l@H!UT#HO&;kltPbQV9A6i2j,gLDM?j@!-^V]F4I1(pVNa(WVX02qeDB&Fat7A.u` %>qU0H*JoDP#uCs#/:l_2"/QVYJh%"oPtZWHf@F&&Srp*VF'(B:4ScFD$FgiEA8Y %5\asObn$Jo^C<94J?@,I56,F2dFW[C!#*Sa6g;N]I^iNi8lr,W_*&n$6Si"FY*e0qUbM=4&W>_k6>Q*)7BH#k=#?I(--7d1eOs[U %%b?D4,.fD"p+D;h,;D2iOp]t_V+NtFe^QjY0Sq'#(f>.JJ%V#Fi4oBF[oqHsKu]1^4/88\,dQXa4`pc[6sD'.55,I=fS^F9N=uJc %I1t3jq.L[:ebC0THc,r$:ekMc^UGbaL6=VB+M+\:=T!D],?PZrHs/!f/7%G?/R)9L9R"NBqq/pOl5^^kGM!,H>nd4.\I!CAcA1g[ %TS)sO9COtmbeSi(G`VQt3P1Fu:'uC'9\%">EZA6%*_g4(17T+GBUXAa9r_GUT(M1-hZ=1DAR-X2]u+'/Xi`e8:2mFmg?P66pMbBR %nm0mGjoZF"Ug9[S`hC[.N7IO*7Ust!-."nWD'[E(DfU'pb\')o9];5Dm!'gp)g'JRCUPe%K3[lU %\>GF"QE]_a!dKl4."oE8DED>0EQTn]3@FNnEt=gF2q(m;ZUADj-[b-^!84c0/Tm^:"rNI!%(>ql6X?)K*2FLU&E(.3\0"U81gj,< %85i9!Wp9g7.ZZs=M9!"OVLbWhfm?;.$QC20ptWDa29] %G9kpL^Q>Ml`SL!8K9M)W$0iQrp_P^dG^24#*4g>SL"/,.6r)36V@rto/_IP"/EmNNK+%0U0DdV?7G*<@FlHV(G@c/7%kGg,6k7*J%_!P/T^;T+1K9JBCF+Bh!dVq'U&JC,M2QW?[Y*k6*'go^T]7RG%^Ld=Jf&V9K&,.!1To2&q?rXfM4doH:oZP#TIAQnK;D&[KDl(o@AA&@McuU]gau'lHb_7.]\Hq'+:nd %UK'u`g9O?$*+n\3[t"4mI5YkaYohKj5K"DQYK-OM,D5:`X.(b&68E#Q`m1JLtN1!N._EM^Nn'DY?oS2 %\[ClDB[,_*eN92ka,fZ.;%u=TPE%A,',&$b"reDM1Y'0g&>ME,BK8'3XtlSGGO&r=AdYMpHkW=81%9,%UEpl.PlhYcCqX/ki/>:*@@$M %R%G*?l5CQZo`Y,]cET0UE*a.9QK&hNQZJRAI-'Lganu3W5+tfhR+RVsS)4EVo[V>X'?g!naDa%&/-mI'S\Ln#\^q %\q$bQorjcigN[kc7%'H?HTL=TQLt"Dj%c/bSXr3P-T^Ggo'&C7de\0VF\2=>aemCfXgJ=m2l>1RUsGnc,68_Es#R1f:WI?bYg5n5 %N.-2G5itS,273SNUfN.rFa5ooqWd]Q %fV.Z-+^8_[r%X[k$P(P[oTaGLM<4e;'Hm*W,g=/h4-KYqEjFnUFl$k)!SjGfRdKbNa)e$XNV0rg5sJkEbaeh'WdUN0-+"M>kOEn- %Zh!i?Uj*oTP/hQ+!i(SN(99O]m.G"U#&WfcKkHp8[=QlVMXc2_Jqt3a\HurffJP[U8h=b`*>&Z`'FA&"&B[gsU=p7UaESu8j5"g] %p'Fn.F14h*eQ=kS3q-+LaiFmFjj%JL"AZBj8M4nsTX^uE,,73hjTp>0(>1=e+2Pnig`aEEXQQOm19^8::V5B@S+.a1*mEA?1#Jil %JXj(9pg]W3L7/F#3OT@t^f1X&o)"c'QJZ^?=sO;0eY1o/kSd %F##!Q;*f-ZK`:e6^\mc6?\!fYnoO]##6mEg\`&5`s8Vl.o6Nn\1`VK4j=RkY47!8QBnj)n6tZIg^Nf\H*]\T*95K2ES"+UN[Lbk] %>iOi!q:AFA6dIO6Vk\WX0+PS;"GTU\k_ERron,lY4P+(Ys+.sEc\qC%n\_l?l_q>j37lV8g(1r6%X`?2r4i1,?i67/^\RQ3s7iYp %r/9J2rLa#sDuZa8gNO_0=9%hu^?%XfJ,K*(@=S97hgP@u^\Z26hu<"]If&LiSc$Gi0@tH8jlp>3bcIgU/gR,ts+PZ;<\9\M7Zf3K %c.HT77ZO>8-hO[9O#E#U-Cg(@HPq)F3^rs8a_7As3j08o;BF/.+f!n-h",[\H+N=S?]N+?p27YEn+1G3rnH=YqqJ#MCC6-+Li$Mb %n6#GP^\VMk!LE`:qLtQVkTBR_s1ki6#Cai\n4Wa&m5r>RAJk47.a.0VKT-f%XDIffA2ci0`'dBZ]^t"qd!M4!] %?Uh_!e3L0H4gRcuFe&(Zl38F?%!/BhJ_hc^pQZ'Ff(EU4([Gl+3Uf..SFDMnpT:#eUroaSZq/3UUW56Zk-&+!"XIMGC.)uK'i3!L %/$%sJ1;o=oQCjWj)?hEPs6Om0-+XD04_MHe\cF+r"d,p'?90H^lqSrg(RM$K,'B]2j1'?*389c1c>b]!eakbhg7kFk+/_0[B_AT2 %j7mT!9Ik4#2>R/dp;Z6k9j9@)0KRKOeZ:/Ncc[0(:c'>d@r6K#A^h`6,\\l!jkXRW+f\eLF9Ahf@/@QC8"PJsVgMtS0VH[i %^b)1Y!HfDR,GfbROj8LNdU!G4.ufQ0c7K6""iu;\YbKk.e6LH)?hnCSi;\;+pal`kH("IGG'Q0J_ASA0q^SnE![0d8_cTK %@n6V@\;i_uFjBj'(iW/75lk4=`Y>'FZG/A/qUh(G*`I1,g%el_oCKor#TCT6UdM_j&uBf+i/@>s1;)nh:qO*".n`oCPgSM0>D3/u-r=lSV'V/8k4NFeT3Bj._+IXX1:18lY6d\'CC %++`lUC*kPj?T&@)Wi\B(lHL, %f8)1YZ?8?#[+_\KBgf)oO-6"jfL./Eb`;^p;%@0t06%bPTNU!YN#7Zkb0P(/2^9U\NUX$9;0S]043[s>CIHG3X>Wg+n9a%Y(cA2# %g\]Xp>j&2,Mugt`6'I?YaSC3k)*(i2m0r@IBKdX$9[:H"cXrr4m#1!ERN%/)i+uVpf%FHdn(YO@l-`potqW#$"sfTa.B3?:AX&XE**uFBim=9rX_U`2KIDI2J)2gZQl*pYlQ(F+H-btdXF %UWNc+6RWhD+bd)Xdu^0\]2OK4IPr/A/Tn0q"AgD]iUKJ*77oL.IP2hJmpj%J+PJ/ef#t!RL_^)[MfDN,%4]\-(2@Y]G9EXbQ$7Qq %H_0Oal^)+s;2'Vm(Sck;pZB%CYU-d1"7,sA:HCjPq3W1r(m#R%d+Mpo*526:0VhVKRQ:q*8c2V%]55(Jg!!4"-LM%.:n4g.iPB8) %f9S!Xo@8ET;6D^(q:HZ[qm+O''k<)NC0TQQN2<@]T#T3?mX.728DkYm#5P)SGPF83D1_IrUBl4*)G]a+]oTRWI/sUt:3me#II.nc %/fD0MVm@.REB`30MuieES%T;kLUte,`T(H!XY9WVput?d+t7/(N=dahNn5LZ;cEEW;"bp9Ko4q1Z.i5f:/4GX1kAhr&S!lK2gQR( %%M#RdERN%/)pju#>R^'+Pe]:p1%sVsl4.?`1%"#sd.:5g8\Z5GNiJ7=:+[IOran9(ldQg'e`Z7,m;!9!;D.&n(mD3iQbWXh9oK,- %@R6G+RWg]*m"96FS?Rrc[QbRp0a8=NH6%>RkrS.rLZ`p=$)eN0DT5P>fK\D19A?N;>g?2\Vei]" %(f?_DS&?_W)iPoGWNlp&At-lP/gEj8\3J,\3nEe %e7Kt;)r@:B.(BNOY8-:?G?/qIG(j1+X[kqAZ %H)U&1?OjlLmfX*6XrG-*]5%7[rW+n:pHQ)qr+,dMp#;m]r?9_Ns1rHhIn^-7X=EZP-.Yl,rmbq9q5k6$s8>#Dbms).)YB!d'7Psccje.Lp+0],Lio.Y!>\t#G#`-rjJ=q<$\Co&D %J+HJ9o^4r3$i0pGp)TBEhk-p_TZ$!oD9p@M\5FmPA%=CV1XlD3g7]Z!'YQqM9:]UZoZ`e/,+7U[LC]A=-@c-5+V %FTqrJRkCgLYDppoSO).hM^b'2To.PqP*f@TLXPM[0D.!1DN8$1CY^,apIp$J(gdBA-YS9pZA %oM;*i#^b#<&rjGX++\0NL0.iUAiabf'2W6DmE1\h25Y1;Hg2l`Y*j/W#F3e,47A*e;``HZ0mIJNj]'k>,75%8p&r[q)5G(sYb3nT %ElF365:m3Z?OjoM[mrnTQ6g]mXf^`%5;VdHBZr"n$c/4@^ZX2T2J0du%q.gOQ^+k6qWRC;3BG8D2eO19I3]=^YWci&3OtFn:=]F.f_#Io^VY=k"D\3e,(qn=+nC_Q\ %?l0.DS4c3bKV3F3p:(0ZI5(quhB&+mPM/9RWO@sI$;st9%PLRXg.7SPYK2^!\"N7[^W.jNF_mn#r&O*/l[O6PY&q,^9uaoC%VnH, %9II^9n^(]Z1QpMT2LEsgn14!+J`J%ON:#CGca#3Hn3d-f`9!fVgl(Q;6d'fu3 %P?*=\k,H`o)h"r:K^(Sfpm@OQYYG^3XFJeqZe1&()4t@Vd+jq\@mO[[tY'&L&>RrE>M, %&RK%elra+SOYcIqfaWm]L8H,0p)`bW*-.XkWkjDGl=&dJEAH*V!.$@aTHrnFefs>!_#q)B4Oo66BLeH#7i%2YQl4ep3I[UW*`fDj %.h]!"S<"S,EorTR.IU6Wn$%),%(ND9Li9Q+*St+tdSMd`S6[=jCLa<;["(-CSo7&f?9?n`F)t?pf+`mhC8l@$IsS4\+uS1dRp&D+ %if'j=ClCT5Cr@r03V`*H],V!V"`bgad"Zd@c9S@UqTI:`o_+qm[(?;T`mJP7i!T![C'#2^YH3FLOFf07ob(Yl:6O<3JV=mlcrhCD %fBb]-b;[6:PnTRkUGca!-o>m2"5&`?/C;PD/Q(C"kU'k$'0eNf;pBL\A%S]iM@8Si'@XDXi=]9%0=i=@!4J-lJ %YsP8Gq>!7g4Y.L)K.8\^>GXs:='?\P[@4nG4hc`jh:h*H*=nP-h2$@>Jd(IoNsp@0Qh@_8_oU %,tU1;KN@PE+u4SR2aX[o9Ms\`5,5nu#&pl]SBbmsnuRIogTB#BP)ZB.CaB6f%0A>>@'8rD]'*hGCdBP^:*\p<"8M-JEKqJZnrLN0 %O#pDdj3@cgRT?[8tNhq3B4i?n`K=hH@&Vp`,,plr2b-nUq#mH'N8Af? %)_8a+@emW/[^'*#i;.2Z-EmI7Ild`n&H@&>WA[MKQ,kIZ-qA5d=rMR-rb=;h` %53X407O/`1S8GdNBA2%%$?L)#AJQ#)I7kURRfFK$+GH4]%K[BCLrp4%CJZs`.pZZ)9M2XG3/Lb6S@M_j#UBC/g6'jH\ugeLKK2V" %:/d*[J7e2&^LoZE]<.S,6rD+;96eO;7@0I<=eZ %S0#(E+r;)`P)am]J=-3ILd0-`'I'"?F\!m)=D;s(7\1`b:"K(7r-_FJd^?LTHZ>'@/CB8j`Mt_"DZ_n+n0^Ul!mF"E-`;c#R\pX5 %RFQ(])_KLAJ\h8<93,6mg-eHn5u8BV.$Hb,?kLmAA&7oE#-c^Fm!*o*=PBJ,SDZ0s8nh&P7ZDQ@WO`Tq*lq6K2AP[%,?d"`^KRjC %X2JrM*"Uc0+EP9qTb55lKk2iAhKdYVcQ#<55JW"Z)F?:uCN&"3YJAsVbdk!t0c!%':+JI!0YC?[`".fg*eCnH1Fc[-"+b=k#?tn; %&p2lVSo(WA5P:t/*7'oR6.BS#U8!oP@D+<:*ku%K0+oD`Q*F32U%h/-HZ-mq#Z8ch`DUD%iApP**iEtP.Bd;#=Z*A7Xh?CgWe`,G %L[%5a+JXdj %i[AE)NASa)%KOtW`T$KaY*ji@\C_bH$)Vdss5,2_Pi)Q4V%P,idFM`1V;b*kj %DFs(Fj6dAJ).m_Y&/4)%>^d)fPs_RQ6-&V+oM$Nj*:u"eLc4.HPmX-59+c39,=?Ri,&*VIqEAO4T0dS6U77TZTj[gm#g)H"a %T-Y7V+\mD\p'D.-=pcQi[+iFd%r[9R?E*Ch>8:pa[lk@Z?_RSH80eq;hGl*/k[8l"L;(5;N4YC\[_DQB<7#m`pOL4n+ %`bsRqZ@ECsA_?:V@(L*i**U=9.UB(]XH5]"8/jPndOCRA^8`Z]m'cE>\gE?rD]]e49kEH3Zmh916:3%;:Se9$fj[HEl$A9OQ@_?U %X!VE8"&!Q:8_*c\QVQr-mu80f%MWYTR2&HW/20#\DQC^`hP"3Fq7t2r^6aK9[ %>5!QKhn1Di!Zu#kNC>uUAP!n/XEZPb$Z5PrU+]RE&1"+6:p]OWYIO5LHfmQ>,27M^qSHSarENIWV(Ja`Tl=g+q1r7ddo:7<[TMWo %'?h<0635\Vc%I %!#HfZMuBbS0un.1lMT;J(@bSRWCY]#khNe;aRMrdR#Kn2$:h;FH^paeY-EO.(H+:RPL;2E9?MoGFGsoD9Lu8;BdN?)"//gBE9C/] %!`&ue$f(gDh9ma&g7`7NQPGY.&GGeNNlG7J?hYW>G/A-bI %ZqY9_MaB8,/Et$pQ2&A4eV6A#a'@/9SjZ-?cEQho++`M;G0H'Qp^KtSD_O),$See(05B^S-F3!D.`DD]1MbCuG %,abfd+b@tE#_)iqXN#am@.2EDSbrsGRcX$DO'QS!87!n^?Y23'75TKa %Da]r<<)H"RYM2R-_5T'o3417k8kAFg1a8a'e=+rpQkT:\,V&tfZp@KAL(T1g(Y7ET7Yfl&V66m(Z3C.Q*o3@4Cb^<9:dY2=Xq,q\ %_lHSIWh^Vq6[\KX^0X09:C3A %NL7HVWO?V%mV7'4e-+eGnPJR6#k#`Y$@;#P2ql;-L:V%^daeYHRhf:Gl6U%$Af2Fs2*G:):*J:6F).>QHr0+\"jF@ %JIjFd?_fgCU.Sr8dcd/]n`m]4Wkhd;Q/_ZmeFp1-EFsKW`m*gG2U7&\ET]-?O4*MPbA=C2M'G[T@&)/PT+?[tBCL-+fW<*G2A^cMk.CS(kJYdrGEQqDLNY*N.>3q"O*U'4L=[5((f%=RGAM^'6CtDjCVBA1a.dn%1)RC&DAnuq\+b`==uGiejf %A":mVK^TYJckO(FS)1YC%NnX."HDNB>Y&A7fR]83)R:7+!cL0e-Ioli%L:J2jg*ckd`Zd53cDgZ*l]W\XhJhi5(.m*>BO_Tg$BXkP'lJ//.%turESH\U_L:>c'&jub1p`84C.'?hu=C^=8XhFJ)p>+ %fS=m91BejE<@mNP+*hBel"nWa<;sMitE_$LErON$Ik+q/?-p.B'P_@o`O'T&*&_BQfk%H49%Oc#-B\20NaqTj9gT;BMP/4$/_o@n0ln9XAZit_;ef8B+G`A]0]f8,PdX:2l)h.c %\g_:he*(R-)/)O'Nuj157XO"%qO!.Dd+p>YbcaJ7+<9O3Ij&'*TpLq6DXLCj)U`IQf=5k]i!C*HklH2*Y*5YnIjR_B85F/.OOMA# %ea1sXHipWTk$3*N>597u+?(0k@rLU"/kC4m[%g<">qs'Q+99%qDE$N4KI&D0Y]ZO&>Tr3Vm7$n<0.&B@5Yk+2\/5.5/#V3gr'ue" %[5bOR2TeCQ9/P&[I[H*@rWL5@KUe+XcPlfl;5Y6/SdJ?GJk1PeMT?qA4::*gJs)*3Thi6\N8b#:96VlLF-=CVTB\Fcs)8@!fT8G< %;(L$X<]6ER[pVQ:$Om_53u"Qn+YTl,E/,M$km]`uQ;o,*oj%TP=U2=G'U'LbPCk*UU3AKGXUdbG(ZotU$'?9cKFj%b %/%D;jipX5p`.F;%&J^M\0(+C8!l9#+OSr?dKiO)72L&jUiWj1-YGC&>jXo4_Ck3g1?Y]^+Gq,r%io,CoN*_9E/U#dGl39Z03DlE( %E@_88o4lKK,:Ib_I+TckdW+q50,5j0(RW$P2@HT]Cs;eF@]JiI\a=@c%W,'Qk@!/jQUDu\R%a.XF5:Tc+gRsZ1jeNag35[I8qbTX %m+MlFeQFWJSa/T03l=`7!eVi)54%)8lF'g=]"<(P@b;_j?d$u.!a/45!k2fW3Db$A23,9i\]c5P22LI0S2\(+Xp':=s7W4L3$ %0XAhJbc[f`MI%407;]j5g5=/r9eY(`K9;b'5:B/-a5B;LR`\5AP`<*l]KSu-A?lk4Q?Qb,oM/30g_qYeUkK?HA;r[gS.YN#bEd=& %*X5M.\$;XlV%_'tZ+V\g]fYdK2??UK\WA*(rdq(Rl/m`qp$,((A!X7&;l&8EB%C@Q2;+b(7!5gKU2'CK1gX;H@A\[7Vme'Wjj@?: %]Cbf^2I>3hK#Eq'^KY95=`haiV3ssocN=>sa*hSk7,%?0$F:cgA,KSE)PNm%GU_'bu%4M0Qs+T %Qt*I4klL2NLN`JZ)S)!Ka'If:IfVt)6sW&e_*4#)@tpG6OE2KEl*nTn=Rr?/Xq!nb;WfkR:ETN44?`JVT6'R'(2P?W,@9#nZCN@* %Y1K?2`*fJ+BfBi6nk0aXa.4a>4)[$R'enEg!&osuB,3orP:f#`4pWhMssb3m?;g2b3)()utRDsU?f?M>Y_,p!>07IIbd %&d3D$m!I^OX(S_d=A`udZ#*K6S%[#iJbg8oq=^8eG%Xf[Y1[J-kT!iL7;_7D]71.2j\\NY=i'QP(kRHe$=dh;-<]r(1hL#EoO9ct%C1[o@I2mW3_jCTMnf%ERr]VtiBlSLc %-Y7bE'`r(_Si7Z:1.2)JY'p-arLO.U&Ml[gcE.mD\jal&,d%k_#T'_],E\ZG'"X#.H.>;4(4COdA/um=Pgq)GD7R;a"Wp?*r4Pn[ %\Ep^C_-ZQ37(NCnM&(1I$X26YGmh/KMoMK*M8A7o.hZ>09/M?OX7rWM\>P<#(Rp?#\r"7BA)jA49Rm5Q&L0fcHfr:9_ep(lH4.5c %\^?#r`1uk%p@>p'>>s>h88&o'd?%l80s3pPBuZ"(A*58WnI(Qu;NEJktL\LK^X[ce"CWUKs$j_7;CP/d1)pNb2WXof;[K=Z@o-I#I^;q^D6)+ZP:-V,AL40I3r@i0kWn %$O,t[#QT&`9J(.eUt,oLOLA>/CE[0LMR(ctis:OATb>jj:@)f$m5r7O"_cpig+jL\hqX)QSY.iK\A[637TQE\99F1YWBH:5UZai%rk'24LKuDm44WpQ2(7*,$RSM/Jp^U&@:cZ5M=#m%6Ds2cqkBtm6+0:81((QbW%q^]aG22H+9U+F!36FEqgeB.1Tm0J8Tnj]Auq;4;;.mJLRt,o%sOX@0OAeIP379 %TfF6CCS*n)s6V&jdAWf(ac$_ued-/:2g=pG@:F@Of8S'HGG9&lP>36bk]7^SF*'s(co.Zor=*$NE1..nhWTg@S87%u.mZcr=_5Ma %6N.,Y_r9gf*sP>.Xb;#VB"ZW8#;9)-&l^E;\A^;MR'$%[e&`uKGObtB!NM)rm*TuV8V[TC:r6ZU?E:.!RK>EKd%R-ASDHOT0rlZP %"&>,&A9F$#pB.18D^@hr>(B!E6iOoN#nRdbNt,)d0];&6@\S1pWq2tckf-M#ee6'&@`niB5[oKc?sZFWMj=JZ;[V4"5mC])\-j;Q %OZRP`1PDYKZ!p!di$"26EAUXZ5-m0%5(a#$amlbI2$3rl`6Vob$[@7+YS./(1?2R%CS-]Oj#p8EBRNEDi;<3M1W@e2?-"TH(2XVt %]dFd&8!:Sa_mbbY[C/?o*Voko\=^Apa,V`3QK\0c6k8$l;<*iNFVlR+jd/="KOYC!#a2K&L?AVZWR6>$]?sVVoUkZ#i+?Sj6;36<+mZFm8Cp11Dn[W#rjh %R&4i!;G%Q"^BX`OIB.&g;moS'#'N4L5V\-R!d?rlQlP^)V4d0ck\6,t+^hro[;b`q]6&G("Ig6k+gVN[JfAaf5cts?!WpbAU/>2:K@3.mGX"T5-(^.9Z@(7-&k=6GB6M7WbJ8W:gW!K %6QO1+$I]5R2i*fT7/4a*G0IiG\3>Jo7n+;Y=JERP.?ob0al*@q8L9.1,-Opp'#d\OfGG2SlTl=V4sh)eXf#9Q"ZtbNZ2MsP[n#4 %qf('g74W;9TEI[t;JA9hWV98CUpnk)$:mJ55&sbMWnMs+l@bLZZ\mrq+/O*gR9A$R;F9r0(qld$mF=*e7(ji!2gZ,=8Tl=05iA"M[>nMihQ`B/J)@Le$HGI6KRSN@V_pHKD(7(_Cu9 %c$gQ]D9E5T[;'"RNh_arfas6t,hadG6S5`=g:Q)!i"Y$&Hm@!-"cT1g;ALg<*:/,I!Pn4N7m)9M778kaC)c)Hi[n_mK'&ac)fa:@ %h8jrKY&9XeXGX_d'cPYm79LCe3FkE!Mco*L-Pe)/gr,3cja'1k6f\du)TFO;2%J9Sa"G2\pBEb^cD;t'r]#(V8p0tN! %(Et>R5C3P$1V/c%^VP$Lg!Q41l(R,"9c:1J+Ws?d!$rV"XPXE1T7Yq3kpnVFZaB[7oZUr)2_1Mn@nS)D[aHOpRr)":(DB%;`;E&( %Fe["$/YgQu__SrQ"[,?)5J7W&3uHHc:PYED;2%;)np3&o9fYgua#X\HkTTM"L^idja`AuFnSjHN>-1X8-b[kq*37ZIjhi'g!3SHm %kG1uF>S(s=Cr'``f]LNT]paH\nIhY3g^AHR8/S>>mU9ij/0LrY3Xdd"":-&a2\i>bW#a'<.f/F6D(>t"/:AHYY8nOA/F8Gd)>3TH %DG/K8=\YY$&e7/nf6aM6*^Vqc4&T-(:;e8a4,CGS*;=gXE[8j*TqP1qm<%Q"((5t\O8\A*[E:?)p,I^o.AHjChQnH&?1>9UY>2aud#LIgiMZb*ec+i)e,iSFTJ4;5a %8c**E>tU\kNWab\DFEB?"_=XDc<,Rt=`GO&674`9K6:57BEtG>\cW!Rd/V^t?T;S\E_Hhgg644kL"F$O0:sE>F=C0frdBt#B%I5K'Wkh&%*$sVEfaa8O9@4)]hg5N_q_)/WC0-2&aS9Yq %Brd^n&CF&hY]>-."5.<*dAu7$pE>&\4r*c8Hq[BPd[!ar$Wi?6N!Xa['d\<@TC[+9XE:b^M.4Z.AaIqbO@`;d1NC72j;kR9)tuQI %a?\qAdk%//UU1>XdL!`a_ia]#K9=\6cEe)ii$jHuAAd]sGrX0VV55"tu\m:,hgWGR8dkZmN-H!RLV$[&(3q7t9p!*)*b8:ai- %I(Y8KG2_prKK.$rmRhQ6'"5^c7%\8)PQUu:ZNXb-l-?k %LMhG05r!sd0>K5ulC#UQH%G8%;%H+oX*`I7.5P&1d>Srb$osoXMma88Jr+Rr7/$C]q%q`Y+X>:#$o^OY;E3^pQ_P%306/GjmaF/W %B]*:sK4IbgeooZu9G#P,i.6gN*@))^F=,eZJBgS@I1g@imQ"7q5G3NN]XTsD,UrhOaRj-^7nSt440RM!mk\'@P3=/&'AA+L;_3Mi %E\R`YXqtfo"F%A;F#8t]0keK7M"Ift#`60<1-:#r;7Nf)=>? %\pIYciJgU;(]M.DK>D?]>Ds7DH>c\Sg?S]ZPefco_+;nd6?V4cX"CGP(>D,e`K9'fJ2m(OGC-%RDd=P`?7O6p=EL\rgq^EfOfE." %@M?/[R$23@`'dj\!7M3#F]Ea:+.#mtAQt9H6DRZtoTrdug(c8W%XSrI$M#4FGnoE;HrZ=oDu`hgkakU@$(G72)N$R/ADPFVXl&e$<`B$IYZ![2"6$%uWn:QD`^RS"7O$nt9u.33s>S6uZ814nSZa#CXKe\rMU!bt6;=EV"&nW8Q%@UagIF@gN$>H'N#3M'+5[bf+]r-ds9rV\+(%W([h1lc%:$7*[d* %\k0YD%-d[\aoqr*FFu5=f?Z82F4/K0Vq8PN9ss2hlqY)=ZEDn-USMhV8SNF[1ic\7a1ZspE&FJmYfcr\q[UZV.]XjT.f&0 %=I-U&Rr7a?>::BiD^Pf%"7`Z)%5.)U6'sM*7eK2'0_+='^T:$OHJ:be[?oPkG<,%q?Qe!D."R7PgZB7RWL1-JCG(MDXKn'"b>CYp %c]kmo1b#Ge\]+s-`mLI.raV^a&]WCr(SZ#BJA;:D)Alg;W5T3jcpo=I5bhOY3brY;Inj:=hkf60QA1ua?h]+ujFC`Wlk?-J?F5LU9JVSNW2qKc)T@"tu4#cRVQ/X!C$e/H?R+$>AFIQ\^t#`EfJ?5V[u'\V@^7P>\!p'+(d01j0a.KAjhOV('tm %LB_]08C9PB<$jAW]jRp6@0^;^?._s$WHUXcW]-$c%4I!t^n1@rdXIHAP_ms+Fc8,2XA9t3YLae2<_,>_bnG2MEKmYGm0cct*-LR\ %rA;TJKEc$>R@!cpC#s7M!^/hXlXZ.En-g^N45(&uEdJPU&7&X#\uY.G`o:;LAU>O%'`hs?$\Egf#(*9^43.'5OT8B/3(2/L%,bUf %[f%<@*pp,1PUb=Gi]**Oh"Mq64t=M9F)02"A&^'976WIQ4VHE^1knju:+I_H&pKQ^A;#8YRC6+LgC$We=ug;TA0X#tD(p8u9KH %]9l:W%?FJ#e#^qpXPPs1hlpjbUGQT9T:pf8852)9+kh-?9J4_AR"@WVnq"'%jB0?X^i;oio12#.HW/csW+uaqlmYV:%+Y[r=Ct$. %]r[(B;t-[26ug/q3`718dEQ(A5ot!#.eaNI;uP<9+;$fF+t] %FKZ)+Ii=>V<>AZJ$:\J.F=?\oM]*E)TnbD9?l>K1qGTP.aBEsnaqijc\^nDd?0h$"gnm"$4.6"5!B%Zg+S,p;C0$N_qpK>ZY>0p5`uCqePk8; %p)s["E:tiZ"FEO8'24GGiZX@R5qV?cp/#=f1["pkgJ>an7<-$,pB'E#e!sl_mN_g:R+rYaj/S`EMCUu@LXqgLAQ89#;$\S1^Da>g %qI"[XN?d$fUS<4c*aPfC/eE6X2gqt?WAUjBSK4C>,@]g&X9AC-MG$#:&5FTA6IGkR!WMnBZ0"&J5`l0V;iqW;m1De-1EF6uS.7Tr %nR01PdR;CFYkMG@-nN%67&%P*eX_q;NXko9ZA)IQ]25QUn,j""[A\o8J(9?!CM:@5!te#4R^/f@!Fp6Ri?YPF+2@o"[X6t?EPX)C %g'J$VY7a;\DL52AjEap*9!#K+%GY$AJ#U;TobMUFDarc]GH#U97W#.R0f+W"Tb-25j@s@jiD`T%eJhKkeN8X/#)o$=eQ?86K/FUe %4;"S>bFh=a2\eq0Sap[D4kE[5]-*uj&>-/U%qgO.j),a>6eb<6HLJnO(FTL.@^_]_Gr8XI*oa^Rp5g'Q^A?*;e[7N %3R6;SVRUW[p?O2JS(+bSF[s!4Tfn1>W/ML(#?IrVTkLPZ%!etn.5fj>BboTc\$`[I10@C6O85C>!_&+U,9oc1da&:I+P!:U&3AOT %PkH'ln8OusI1FX2T:,&YCb5VnCuITUpe$Zp7(P%#c,JpTH@>XC^5!'Y>F8sI/<,;Q(aA"l_dX2;7B1a+mjF$cVX&L3T3%khbnLZ^>]H'U/-BdP7!@P$)W/`m0bT$fYu06Z<%S+`MCWkfQOEY1JTn %PAX7'F@[023]CB6@2;)Y%!-[jNI7n^8-@rQPeqUKhm"+`!M931WK"'\]/TL/C"GA@QE0C#S_=@^aC&XXl!_]4HG[RJO48^C:gkT"KU7Db<_C]n#Af[tbkBI)&6:ea$?L!Xil3]JTmI"k5e7n+>T9ha1mb5oU3nFlj*KGE=7D[) %d'Y"njdho7F^k&]gB*V7d4Dl,S03(\nNAb,,!iY#NNO!I1gBq5Lu/(A$(0MXVK#.LVa>*qctBfm^b6pOG#=K)n,Mm13G_T[1TnfW %^`8%&G56STIZOt[7,AW/3FVH7">+Wn']&)j0#7pWJ2RRnSLYeX\C2Jc]%u%mf>Ti6?A'uT$?[Qr%>_@FTSee&ImC]"!PMk(a-o=W %i`0^kWDm6O6GG,,QD!2Hp%iC7-e@VT?)mYc-DR2aEpRG-p%F/_Qb7f?`!qj6Q"ld]?-L2X8e#>NB85N[8rLN`L>#802n-(e!<8Q; %PAn_gcV+DN\kkb>e\@7/_;9Fb6@+QXWcMr]2:cGJY_3+b(k/.pjX,S!m@o51OnVh7bS]DYF\)_i)?6G$VYDsYhgE0gE]p\sV,O)Y %]qmJZI882*BfZfg_D\mre::oGL:,&oLQJh9+3Y> %kkU[%'9&$N)q`0W(edlh&of/f2&,83'9EF%Siso@dhnB*:;AL@`&@3'4p%X)Nc)*-e?JrY_Du1)CekW>dLt68/GTFH7\fD''`!E7 %XLAu26]\2.AWMa]F=D#/0Vn6V"C,Ii9#.^2]&L!C$5mFDdgnJaB(p,8`a7J0T8Ud9QdR?KGYT_S64/Lp[s^X_fT5Klq>4d,8496W %CpM$?Yfs219S?L]P!ss>*.=ok0)lVJO@+uZ?4078aeT7>?;Vk0mRN/@<_5\'rou]$OTZ:]b_p4/j9.jH'fIYm'1A(']$KhG2#.Z3 %>X]<^QfQ3Ti15'$Q$88-ZE/I0RF5f!CKZCIf>mBe;9PZoO4smdX"(#TX'>uoK?-(M!K!%CqARe1Jl<6ZAE"FN"aPRV:0jlD%^D,. %jag!,2*^$g&\oKk\;llTpKlhpG0bukqSaKdU&ZQbktuPnH8jnqr",KnEt?t6:A"<:W@]JQuSglUT'DCeYY_`-_3M;J28$`(Y<"uePkh+2::#U7Q4X5O)oNf]UUpk/V9`s&M4Osi=9,(j= %270&@_IJ@s>Y"GCZ!#oi'[oX,.mID1@DBQ5l%tpG0OBuW-]8teBBDqN;RT?b/iK:W#9u^F4lc:)\-j+[<27VFg".i>/l+'3mED+M %0&eHL^f.sLN#-M3%Ya"rF:lp3rY"1271\iA"S8PXTRUGXqh2YDrOo=h^?3\\>]Q3PpAN@U:N-@$(Fc?LR=3Yta8iB: %P8J)+El(PFaUX-f/@29E_Msjt,4r%;,O]o_$q[<9&VRiSFEhDX(@kEd$?]6_I1@s$`0i-3;R-(#d8ihYOWpkT_HE`t$QUKT^C(Vq %+;DG]q@WRk_.V4-d7!UjgIU%i5URt%'Z$!qS/tl[K*q62=\_eiqXu7^MAZ_ZMJB_lADbR-h/>d(n^"K"QrcndpVo[dJ#I)or']7U`Wh6@c^qm(p>D6IJ_V!/>-j2YL %dFQEY#\7)Vo5LV+4FGaqk,BUVNR1".kZX;+#srqP@Hushbm``^a&6!p/]%:_S0Cc@k.)#83,nQ#3Uh.AI0\t.HHH>'c]o!tRb.8E %3Z%rpOeT<.agn)o'g&CJZE_PSOK\Cb7=L%nZWuc[F8Y0I<[X+ec]Sn435YF&[L>%18r^p.@r=(,+RN@O*;gN._:J&W'33Zg"lg*@ %(G@e9mGQY%O\UMAc:W?Ob]#@nH!fj`!V75Xot-H??O6(,iXr_.Bnj)(ce-*SZDP4"oAb.\%e]!3>'\HB9"-'2FDc>HKIm %6a=g8YW$6L9Ur@_57AbKcW6(MIDjuLh/F]=eV&quiMd.)9`^OtO&o./C-,"_K*fm:7!2VT/8j5E9FJU6YhEbR4>EuEoUSQin^qm5 %6gAl?7qo`"[3_PUQCbQ"/j2.VeB"Zh["h/oLG<]F*/+[Y %Pk]HU'*B]!Z^.0q`teeQM6c+!*gT]C;;.a//km?$UH5o9Z+Ntmcj"W@OUeLkmhNDdI!qg-p9g:F7#Asn23Wrm4+2NSHVmp\_Tt(T'&sMB"tu6?9#F`h[;RdCVl6h3(p`8BB4 %6s_DeGGfS>>=`=[*d==e`mNdK&Wu`$Pm*\NHOl)!QV:MunOCf]J&FX1i"fl-64l9bT6:G]\-T;q1V^NRK62m[:A$amLZJaF^7NPV %5/AL/O;[;8O[2)%d52GuJ8nmp9mp?($+t@g37rWGdtm3(YJ>SG/4,$Q92?A*!#V+Z2,0fa %2qP`e&ScS!S$EP+WnD,FPpfJtIYH"M.Mu7h9/P=3Nq/2mGCnlI%4ma.+sScKrE[T>3H\[UoQqC*Uu]LBJ\a$Dp-_- %e$u!2@uCnQJO'VSZ;m.a3TS*6q8K9'h;s^$s1%/$"3F$Xa7BX^\;NS+e\CX:gU]r$&iO!BjsM@4$VQ\#m9)\glB%lgfE9<]_k6a$ %'qu`#2BB's/n0KQ0tu,i!_F.lEpEk(RJ/8)UdDP?oi6(`tstMN6s' %R#RDg6*2BlZ!O.=7*g`T<3'38HIWt9K)[eVg(6#;"5km(UeH%s6AEfn+d_PnYLtcj:s:KPr%W&Zi7GV4%V*1TNL5tB^?jK>W2%9E %CPNfmQqI7qjp %I_-od(Nc&@+Y9n?Obe[mP(9g;00e0952*qI3.Q6Xl"SZ!c+)%!D!i]*4aM(*O%OeM8`N363qJLMU^A??6m %I7E%jWu!iQs6039VUU^iWN,C7'mkj]8/WqoN;-eZO:*`DC-u!*n"[h_14t/f8-N^uVVi4sa,\/Y[NOMo&s2"KBV/J:[?T/@Ej&j` %a0RNd)T"GUWaWO]S8oUXi-qsCmD:CAX85H['*,m-&7\;_kH#A$"DZc^C]9T"/m+GQ2Nc.`O] %n&:\ZR6GTig-ag>r@H=.])'Q"dI8CQA,"?;N[P,/Xf?%nqnW_A#4;"5S#40(mlGVYgA\]=]'AVq@#VdNT@10"Ps0j&G@k;5EMC=P %T8Q3V*ZqK=\8U;c?<32aq[:8+](6](k38\@aK+2;cg?,MkNQ %okBpA\6P6VXd7[E>O2lQb&p3dHT<]WRncr>>kj?i_kE-S6G)HcT0GOFOqJb'rP.,0+""?$jO\#kasO[hV>t&&7cm@ZTnld.8&Iet %Kel/X3HPKH,V"4)aU7oOF79S&0j1X&&>FGTn(]i6HX+,TrpYYr@j.HAGB2EPnpV/ok %iW"@ornG'Yma'ehTDqu=pFH-_?Te>Vml]I5?#=/`mGVk@+f;U&Zf"?e68S&RHq@rj3ZC7"2u;g#gm]%GOLc&X\;F_HH9L``Mg %'_>.D*uhP"/M*=$4;:P+l6LroXI:F^b1u[-%o)T"H@UcuYfciL!R"^B2EJSZWcFolB2jU29+iXm1MRNY8iX+1.b^MU"*JV_aT%mb.I.60gPYHfOhk/du"s>fVfOlX&V"AO;/g@8K>;')9]e$[GS;_UQmR %?[+9H4rilYRce4#24JP\Q#8H"PbV5T1(u7`i*p-a7EWki_KW.^jYZbS](S^(BGT#n5]>l"3p"W,8E^h0lq5j]_^pM-hM2K6G='0V %Ji(QaXSi%L!8p3c=5AKXG[sE]*3I*_m'2]8k*:969M4rpV:<=:M,t6b+&D2N$r0``W&EpH1m]9QFhOr@jbpRrBLQE7k;U.WAFd(F %qE4YU(:nZkWZK?mT#5AZJo`<#,PRf-\t#E\2;=]?T"#]a7p2$8?irifJgbo%5i12;>%'*f%9KJbC7AJMM4O\O %X4"MrT37Ob70csq)V3'^MQiU2KRiFr`ZEanVsFj1+'Eo>I,GFh]q5T[\$WFJ-Y'*3C!oFn?TaRYX)6:%"B8c[ %,f32*,q4h_`_nYJX!$.!,`TkjYI^mk8i0=0oS99NYtc#G?4JAE]@!OH:-42V*^[2QI+YN)f:(7.96Gch^X.%?%`-U[(X1K:MZrP0N[/ia@NTE0AZogr`Nf$^f.R_e%;,7WY3tN507E](S %Ma6>sW/2D$R->X@VpgY=jLQX/C\;]'TRde9Xg9Fdc1_<[>@"6ZFX1C$MWeQi/3t,C6sem@.BkFb50d,MKTK,81iB!j[_N]&;+!cf\3OTn`+!!Xff:%fiZbleg]VL5 %)h_B'n@f--(SX9:F%pi_0L2][Da`F4iT,i?X:fAV$_QBJc-@fp#g*6o!Hq,5N-Ke9&gRQ*!O&Kebt29t1In>sBEq0?Jk5'DQ-jq7 %?Kd:),5o0?F8\Y9;hMrWO#QXne;SOml]FokFOF3;23Z!/]@cEFH)cmU.;Sus;$-F"_PKo.W;D2)6>*9rJAD>?g@#& %QaeA7#>Rk:70UraYt(H!F/B@B&b#q[lW<4_Q>h>F]NLpJ:2GE7/7XS*dgTkmR*g1V\L0Hg^3&984u2^k*8#1R/*'n?"WPK6#Tn5cJ;p)\_=*]E@VU&U,_:.`r=7P!c[^`@@4uL*rQ5E`*Rl*^8#`6&Su$[ca_.>P#['6iXVNCfE%@ %f:?ZAfI.&Oc,>+Djug#;4t.uGfp#)%N/bL`O!R"?\^iJg(VV*4>*/#R-pYT#d=G?^T,#1NOZ0Tb;bn"UN%+jOde&uF#O,_s=j1c6 %l!,IC)t#KJAl$\\Rk$:@.9rS:@lPFJcZ&I_NP4iAj5m[E7b:0e=7QGLD2"Oe)=rR)AdQBh4+ILkk[OP9Pb15%ne&4mC4$,B7>+H-Fls>C[;?Pu#Z+(M6B+89L.G\oam$i?Od7!G&%/cJO!7(4L0R>O[[m %C#k=35M!Z)\K),0lkFDKaOO7+d**7:]bOmo9h.XO3:jF_a[:O0*#[r"fNt+9!aEEpiQ\$l5o('Pa0J@I3tI"T/<"AcPC)_k3+/W5i2?+"*W=bP1.q6+*VX*fdJ%L><\'CC)riu^)$;P$OU=kma\>6_l9^:bTa@rS,dPCS&pT;_?-cMXhO:c-mM9C;+^2GX;D\J:K>oK$A$3@t56"\C^p;ksq2Uj)%(Y'rNqS=L>WZ-t9Xh5OEjr9LW.K(F"?p6d>Imol4AX1\`0[hR/piq@Jd-*n%=V?Pld\V`&f:'bO8#aK %j-aKZVdDUdVm!i1j^W7YqUbcBO2(JfmB>CFh/@f5X+0p<++O$fr5lSFL?j.*S_h&0"EP&IfVkJ4s6Msj')^;;roU\^nQ3Ac5N$^ePk-\rBYL"FT>16J.K8JM %n/WUr)rK;;+6.Qp\6jXDD`WN[^7;YsYrBG92nn!q$V0qIVKEtrU1c[o@13fg;C!nC]B@U(,e[)(\Q+OU19LA/.l/7m!l(BY5hT8&4?[:]-?dr?I?6E!p<$g,Ff]kbdkckr7fW2d:W!.+o&NgDcYjM %ass$[Ug,0@V0D=O>8)GX9I1t0Z*2FJU5]n\&kQ4l/$h:g9jP7#kf-A\Nq_gQPg^nrbK`d0==@+K?*K<(dr;kaT8'u@9U;fLFo]-@ %hPbM!pZ2ta?<cRV)JlkWm4p!9Na2qIic&c--?u6l %9SBk*bT33p8/9j2%J@9dkFmR]3r@-)4HWnf#VY]_M4o?MVWn'0L#q#ULEG,%c-^hETTKV77?="4_I!ehmrL[F_d,r-L@2g<&8UnJE_dW?\a$'&(l!&495Nn!^I'5'g1.'?ZJpRIs40Lm,P^afZn3?m2GG"lk %&;ku5]ANVMs7u@'E%kFT#QF!A^.R!mIiS"OgNZ$mX1s<%qS[a$HIu,A8;IKQB)h_.^\gIfrSp-?h;A8#QiI!L?bX*eTcKbCpD;^+ %reSZ`5XiPfqt\p66V(oOnX)'H;p?_`2%-05]3cTtV_$6EFDSC$8;A`PXJ1#*B5A1`]eA4pqQMQ%5aV_h+cnb1i,0dKV^jp`igqc< %h#2B8o9@kGY5rq7d-Hql<)1?N\++icfj %h8\A3Hc,dOQ$KG%n\1C"m_4%ZXaP/gf-A*-nZ1iN4[5!)\M!K"r*J5"eW5c8J6+h!5,b=*I^6C["oc`aioLFWXjnPRbGNZVkGkU% %D=ss#'3IGYSQ4iN:W@Mdp9XGP/$&3[/2=_Bh"aJ0Z)Y4WD(5[LF<;s%WZLl(i#7o&W@pa1jiqfDkjcGucI_^`j0ogB!ICN,+e-.o %ate588$f=PeX1racBGAkj4LC'RG.`TlIP7!@cE_4b5V9*n2/5)7Nm>WaN7p<<+EBM#YgRal`UQo'8r,98=5nT5-\!fdXfJ1(2X+T %6-om+k7Qe32DA(;K,W\Ri7Z#U!qmeIqD`SCM'=1)Qooc#dFm`lE1pM*AN.ed!`*m0_'r4CHFfCUTQ%('^/W3umC2[$+.pd?JR)q8 %Jpr`=2p$Y_o,:#qVmQ"Ogg5Z)OfZN[nMZ1``q9sE<7HqiYPdE2o=f+#>"LH*:l"f*1uGZ7lpuKR,m=ckO[2UsU20$W\n7HqlNjP]DC`\h1'nOO1rOf'u>"Ve0`pBf4;J"Vu+T^0hU:4qtWhn&>M\%hLie;Dp/nV;\KIHJ4)3*J+V^ftG %-q\#=5C?V>cVb%M$OVDMd5aPo[\fB["YE)A[1XiF4![i9VNO]qHi,Lj=&(76Cr1Y0dP(][bn=tF>X%qX. %ei`a&`Et1+)-i7IZSB.dfJW*-pka4HD%>U$*UKEhMOBeCX!.)$RM;I^;2pmdfbX*Y'-qMp0:"R>!\.aB(GUJBTiksV.1Balg=+I+ %Jr^]63^Ls]jsO`8'jKrq7:tSl&F&%m;:Ba]3Xt/+=&SVPSua_o+uo(&%>,1kFCM&#XYf0#)'[#r"P>.fX:V7 %V=1]prDiQ+.PXt1gX6r@%desCF_PJRi[p(VJqI%B"W=uErqRB'aOf-L"B_.e5"d;U+s%$MH&P->l#h*7=KLI+V46#fA`Xb+BKp2b %8c;jl/C`8WDgXH]^5mb\$N2]YEdmS#9-l$8_RrV(6klP&>3,FZ0&Jldo&^k_@oo>4f:O.qqY]Qbk;u_9+1prga/\`@f:9iQn\l=UD %d1G0-4"TD;m:S4e(nJI!Xsg([Ou(HU?f"O,Mnl^!Kj[T@$EQO8eXt=0C0d?_7K%2h(U_f>RIoR/5]HdF1oI:7VB8gA-f\nU1pc-: %LN/=mm5E?fY@=31TbgpeU,cI`U`+]qMR0Fmb5!!86q&[!DNpU]L5``KVas^K\q[5ui"Va#>pm=15GtPP@T'ZH@g5S`DpAKMY7t3F %#FPCeYd0,*$KEpWH-la6*7,CO@*5/"a6]q\!FI %X&Fi0Wfk_3_-(MH/Rkc)]F'U?MK1[u22?@e1?o!MSmRZc5\T;?>'!^+p4"P3I6NhF=[t[4R %jG-#=Ca*[FdT-sijW-ah`Z3)m]?OK$;n?e&&jFh(Fs_)FK65_?Q-BMeVQLtB;*8aDpt8)u;*rn9`kq2bKsC8s^kp2E05/?.Q0!')2[HGT+MN/r6fb#$&EV;nVM*7QG4@+[%dfLUot)?6:3o;7uWIC?l)P%kI(<1CC^5ie; %aW/SQ0DSH5idB41]]k!kl,WrI))[K=n-*%BV.h#"IAg?Z[3MS\b4PDmdW2Jo%CE%'UR$KBe'6:%E.l1O1IKn#G+=ri4or?f[CiEq %kYE^K9a0r'`gKb_.d2?WJbq7^KZF0obWM@-u-g68pl;3PD;X^P0a%,2!V'>ecS_6Ea %@]h/&KNtFU&U1gT_ucp7TMl\3hr0*a$u]b#FZRe5OL%fViGqsZ6odb)HRRWd%T%26>u]4ZK?a`D83;\UmQ>s4Cgdc6TcMPD%LGr* %'Bl:Y,HU1JWXQBr`QE#hlF(*)HqbUiD:QKnlNGOkC'ZU1GPp#K.*Qf-/;:P;b7D=0utb\4GC^d3]_PW5o.L)1B;a3`%]&`kM'gDgENs %GgHO1jubbfFG1\%?QLVL`dtrakj/(MjM&3YSA\n&4B^)%*-)*Z:i-3RDFZ %6nmO[0JHC7^kuGEaB$Y?DG?][<4&Y^Us7]9)*hmJ^`D#f7^fA\<0)!T:mB?lC\QPFm]\@N#gVC/@K2!rB\$?*L]1mN:'=;t7,I&C %k+SB""IpG&,m/k@lj6Q(`&jH>Of^9&E9FEkiQaJ]cpAPY3C0AHiI`n5:db:`rJe5DXiL`u1YhlkLI.(2)MK2lBr+or"sBZ!6J1"0 %C)ANes1X>D*O`o!Z?,9ppQS`3d(tEqMN'MA3%=5YdGJYtZW]a:Bj!OL3iP6//5ma^Lc0f:@TZ"d0cg:V)L5APR]hL81MqVkA=O`O %2IoKo'1[W_=-e^hS0uG6(ig7d`j,>:#*CfG=f(Pc%\MkRQXlO(/VF;j>',[tLD+m#:g-A&bV1l_PL^@P&^MNZ:&j6abjn!L_%gts %:6^e%[pIq;FA!jS`KI0$-a_(D`ANh"HUU.UJJOOROs#k:h7$/+6?JF6lu&W[gB*.o:2g3Ng]^"fGa!5;qG!OnmBCHP!-_+12Hm\g %.,CUG^5AN*=YuE_b+2O9-Wl-\,R=A?@pNT.QKS3WoRs7_907=t"YBC6imF.,Ec7*tJtZ`Opk#'"VE'jI.H86<%6mU_sUhK[eF0"9Q%CC-a>bjS7a9;KVZd2p?S?Q>X'FQsge?:2%]aN$I2h(+s->@c!qBDa-`: %Zt5QPamNtVN3[,0YiA'#93M?5(T>hV!PL>YPbE%'RN>N9B-Jf+30*1j#^?cFIDkN/)Hi+-Se#$.aYa^[d+k#ul0)\.1n#(M=^4gt %>O@n9FV$]2)c!>F)rZ;M(o;1gk?jPh!`tRs5?lU&M_mfHTGbkF&3i2X?u>"?*@,L:;qYXfHU`-K3T?;?H27DBT!KL\e.e7Z09HVd %/*@>8m1JoT1Wl7@NfG]mdHPBRm*(?PS6CP98S<8;F7'.e*7+tEd6:\.T3NMmgJh#A/P?T1,ftrkck7P.QL9JpT)d6CN)(>NdA-'4 %,qX1oVkqA?[a,515S+Il/u![T9c5re$)a)qI$+_MkP)[lPmt_@>X/$"dQYcO`kjX:4cm`SV8t7C$u@broOJs5FPr.W %bWGrbOE,5mM&ab]CEjlUH69ZPcbt:KP!8cc"Mq)1:c!*>j?gSLeO$R^('Zqhl9u`sl;NKIq,LVu_k7D.-BR^>D6pNR"k?iW?/+(d2)/@[*%I=t1E6:7iI.^EWR]!O'U<$2IV(tJlUJ-PRSR+>NbV-W %qrEGX(a&RFZIIQu(@WU?3b'k+NsDkKnUKZ'W+]R:\hUM;'-s;+f+hP\;naHbTNlg:+*9\)4-&neWNU8)LUZ+YS#XuS/ID?Cefhbe %cjL^W'PLL;/u._j/MQJ/rl_$g0^D@N-kW/RL^V(s.&<8).nW#2aglO];?bkR%&EqGe"fXi3?^]P`lGhC#Ak(1+@qaWjFgg#Tso.* %#\l#+JpOl!mc2"'e=*t/pS^4?!+!*nlp2!kmn3kqCnsOGZQ:K>5gY`2Wt6)UDq?0_eQSBDYeARkBatjF4)!-PGb4D[Po7bH %cZ-C4Y18K"fcK.%->Qd6;&_5[6e];6f.-eV8V!$MB5W7>K_VGgrD!kkcA;\K)n@'qen.Yh^Ea-q=s[`0NU4fo2"hmFOSB^5h-+PA %o/$"a!Kp-%[k:)fVPZdH6+\)LQPC2,`6tbW*tGc[Oq,-T%>M!C!I9?BIFM=TDah6s9sG"P?B$Z!V\A %:XBRtd5cGF2T7cjKXFVsW\R3qZO=um*(R[F1mX(o"`(O$OAeo)]d\a'P#j-kEB"&j\&7J/]^"4g$RPFp)[.&b7$DSs2D6N+j?,1j %=e'kb0kg'f=^K=L=JE^d?0C;'1Rl5Oj7fE5d$@u-U`>U2>P-@/f!h2KYrU8pH3+MH!m\!\^5ns8S57R %k#P8iDYa9^`Xq`.`MLW\p+$I1+b1<_j]@ttQ9NC)9)0T%^HEVq6t?ojPZQ %_]%..;Qt$c",H8I[^9N_k!M=#HfE;);%LDP]7@$A<>GO*.bYN#9f%gR7;\HiS-o(*p\*ft9K=TMF1QJ*g;h"_mW#t_,j5@5oFke( %aTPL`Ul,WgOH"Xl)_^LQNESLC%m_#7>ZDUXOL*_d>C1"2^l_(R;<%$-ie@O:C;??.'=)fEg#YK]iHN/nZ40cJb!M`1Ad)7?AQHp> %N8oA;W3rdeWTBa/ZF'_Y7IS^;qO,XtMpNb-CBoat"I6o=qf!d[T]Wt4<.TJ(9)$(8WhcA2Fl\%XC3*qd_\>>um]2oVPIhELk4]XK %(pf?4fSLAdJt:Un>h$+_F2DIhM3?pS@=ZSO[.>uor@eHJ1nK7#Sgt<0QS(Z9W:kj^*uQ=+E'U;V9*]"mnt#G#7kDa_Pt:\NeMF/1N;,PH+!COBj:^1! %\=$;Rp;t7455s0k0s;6&*OT(pfZ-j>,Ajb!?1+ZeMe0Lc#G&l#3N\gC2!Xj,ef!GaM?ZsLl$BXCLM^e"p!(4"O+Lp\VosBT>'W`( %)9,:PjG\KVq^*l@TH]3D!B6F1B-bJFa]tgOoSFfkP*OQ5MSpoGT/LVMZabSkBqIJMad@TJ,LbmpVF6tW!_6KO,6qM!S5\Kar\B&a %rbk@M=]d"$fi:?/\PuT:$-3>d@!Ts$V68,bMNPV3/Qp*6j:p"1("_LK186ofF1ndk,c.@_"dF`;=HMY&GBgQg%< %bcIiCm\^h]Q9'Y(/)f9Nn]:n*a;>X=d>TS?=@UO=in;HMo;.gPX2qrt7!:A<5](PV`p@Fpd#"irq,t9PK?>#;H?n087%?UZt`h)7VeuV"kd'FA>b/s.>^puq5.4Y7KucdJHM:Ef+JtK$IJE-<*r:K"Z%23 %cDB'sCqXV:Ck8CsP4fQl<[?<4`!16I(#I[(%41"kOArVX>1Ug7e,RJF]*6r7>\@Li3>Q1eNo[GZ.urYY/^8eI>ri4?hu<&0/<9gn %TI>@:"Fq2.@8ImJ)o*'Z3'\!(7J5 %ac5ufhg]!7Y?mQ60a"F(CnP_o(68*g+?CSVQU94g,gHH`=B`88&D.>C/257iUU$OfP!qA?%q);O@6lODh %eEWbk>frEE6$D/0au+he'gBR0:4>bJ1CC('T_K=8=-VIbKGG3?M89[`orPfu-pXPt+>.H+jN_Z>R_9aG]BgB+9(?/5]g]b-SJ]dW %Nt2T.Aure5."thS,TP&CNt7 %:8FH+CL5>AJTNAo1Va!QXX9m*>*^g]kk$?n*R&FLMq>9Q*l*-&#h6,n7tVMknM) %!OW]-)jmG)`H#:FO"T#l*+d>\V3#pE(sXdhf.tNUGa9(XJB>"#Ml!4\-tnO5b"J`[UH'U8-LZSiE*q9.!uV@7b@>N?9BmV)C64lF %=s5fTpTB_).(SE%6mCVNT>`5@R#uXa$.4BX"U-QY`Q1k/Q)[(g21(KV^GP%4'GLr)hC7^k);=%Rir:aN2WcccY2MD!dA8tG7Fn?d %m%48c7fc/*bO$TIDF]eeVQX.h!Go8Y[K.gCcR[2U2$R#g:QBP0#h8,Sd61V:f?b'9''DB(Kh7SeN7fce/2V"C1c`S@f>17?Yso/BUD6+l`2[0(<7XB %-JPEB:0]]"RR`OM"-aP<\[p[.#Xt[Y46"W8%Ek^MDrj!jT:@li5cP^Hf99$j_E)ijiD)l*.SGLIj9Cc\-)Rh"4`MO@83WY>,Zd-. %Z74rKT2<%ioh>Uc&HFtV[3@E33ZL;o\6G8?6rRKKX1UrCbrE"t'(_e2`>CA].JI8S@ae6o7:AE.FTjNJ\H)?`4&I%Veh_KN#,3$o %q(G:!?GjR;l/dkbC4Nd`H7Vlr\pA;u6/N+Ym):uc9W/8_HOAtE@UC_VTbe4(6Dl8b[&i=[SRE^@g1Oq]*[25N!sLZC'Kn"RqDXT/ %P-?'0hjUKBQmF>EWQBT#mE)W!VM8>cU.R(LJMFS!(QAIASV.TN54^Y4L&h;_1QqE)mlj%-,sZ9ATb9-hfU*pcZq"SRlDq6b:_1Pe %1NkQ+)IC+S%@eiG$Vue')\L;C8(eSr(Ln0%ZA]p:#*^,MI1U`e?T!Bne:^QO.L:\5 %WkO%O@EZ,=?dk?CGt*`2?tUea([?*O(#8VN"0BiSNC2g+$V/osAjj<46\*XUn=c5f"VKpRLb*1i;TqV@OCc-f0f5)/?`Zq\qB8p( %&rC0ROo,annNn`[7ae8]:#sgsi^+o)B(;H0q'a.%6PpEEbFr(,fFZpg+V:SR_`XA)EOkglog'"Pbf(..ku:Y.,rn/O"=$JWJO"J& %K_Rma9?']3Q3EQVU*PFn>J99j22!oob[lF5ME#9@=4Ks&'&LZ2Xk_NA87Y&O$5>!]lL`I3cY[%mVte>t'-_E>'T.PO6%"l:+lVgF %>egK\YT*asRh/!aVctbuc4Yt>CG:7%l@/hm`3UDpatZr0BM;I5DRSr&G-57_Q@j?+HS]>n*35.J]i/V(6Q"@%!Ar`)Ts1^kCS8^= %bZ=qqKH,nQ(t427TT)ku0&?Td7W$Z\ %2CZq>-NSdS*;0XQj=GM)6)*l0n"MqcM017V$2RFnV%F_O]9,.8?en1qIm[liJVh+\CKda'IANK?a])`,]+Yo-ZW!YXq2qZ,o-2O^_IBu %L5g1&2on>:.2Oak=BKQd%;SYtKHZPo"%+BW+-e(tDS`&E#g<@t=<\0pZXQ$hibD_LbUm9e>%^sY49jl^+\Ek8m2BmYd[3eAWMB!#bSuii1<5i2(f"fba$JlRF)MU&tFS-is%YM9D]J+dq+MS1-F=iahPj=;'D%q2H]Ilc!Xi9j+kfIE(R>3Na= %/=/U&5VqK38OST,`,lb-a9LVUXNN=4TuTP>'G,'t^(aZi7A^&>2;$&K&hI^>5V$!>@&7BUPULu']nXo7RM-'+Z"gM6R-%fTRSH"] %392Jb^q8G+g$&dJ=?,8iQL\u=QrV]EJgC3;)@6Nu+SWZHdWL[_fN9gF2b7.uEIu!r>ss+DqX!M9*/H#I"Z7LnuCe %Z;S*I>Okg)SR.C^(rpIb.R.$Yqo=ZJ)TW(VPtQUF`SZ3ZGebqMP;!_E_@%?VY0fYD:]t#(#2_112Qq!H1H\&B&-?GO"6pd`kT3JEjZnQ*(spkXpWA'>3t4;> %Ha1!"kVZHbSHKa39DDrYKs?aZ-O;Dr2ECs,*0E!`TrP;sD>11FKJ%6&&P`K7SJXXl-F"K[&97)!LHu;upD>F8*7%k0.LCYWrJQf9"L1;ZhH-uc$RhJESUaf.D6#_-Pj8.) %fmosB3/,fj-^%"WQ3;24;^hT9"`.`=eR-ck4?#>*`T1T,fN[#InsaK$]ni-qEO %GD7?[34>tr^C[]-a=\n[&^-W?ii;^pk7%Uh.K=Bjl\uNKa>XB'?1VYFLp3KeACgl9(A:ZP8'q=QZ6oH/@MVM_W%9);+F[:>>B*#Q %'i(jIAidLO$MuQ7(eE1!?tb('AKP8mF,b&1'HAao8'7A0*m8q\`QWWo(5p+$)9(3`NW01;$cs5q'.FBXa>#o@>scL@p)sO&RMlB> %"R!s?7Gl8Bdc%>U)"H<1HZee)h&0-t-L#*CP".fP79;HMDF:.0545tS3:m$<2>M-XZnabpoEh)q*=jg$3^BRr]\<&QTol]JT2>V#VV %Og,$QXu&8tEZ,0F_tq)]J4+d@+UI)a31A2G.9eN%0Ogf'J:LbOpC[dJF[DD@6N %)FRJu(][tn-k(dPI+.L]PjlaB+C@Th82-7-BFiMdT7nT3ee21CK/,"b"oqSsS;T\7fplf?(:mSE$Ggf#;,ZMJ.2\@n4St%9C^[Hn %$]mie7,IX1;fs]mrlKD>*A%RAZMjs9O&_d7-!m:SeU7ZCno:E`^mUU$113\TIfhlu=B%W1g+oiP5ngR;[7_[h;9\0=e4AlTKXUO" %XBc2#JU1gr75e4p*cRHY)WKc_qa&%-q_&8liC`6DXKj+"C3^HSGW[Vd,cfRSW>Bn#?iOLOfV?WLENG %b`:[bI;dJ?EB*IK//+H4Zp\Nc>2RF4d-?E]M>@CQmh?DHl>WZReW_5;rq+5*6%f8rY127_M$SgsOJZ37?k!iAHj\h'ma'>UX$!DsT5,Tl)7+K7j4'>tmHdNb'bI#)V0-)8;YCq]^XUQBSd\dc\oH?!cAo]tD': %KX/jKVTKoLp+[(bAMT%!=R%Z:GVPS_UMsND$tFS.PLlT=/am6^Le7P=fKO>TY#A8_IrQB5T!9\i[U'.ca?Wp-;dK+VF_>Q\'se_+ %$O@N2"I_V>Xo"R>Eb5Gt*aY54_W\RZNGb6)og&=X?PnenM\ej`jZcZ]?%6i51H8>4&jd$D-WWUe;)OLJS]O.%B+CBUUaOqLRaN=j %ePB&?JX&4aU*V-1:2dSDQ;rP_Ll'6rKM2uWJi'AVA3]RT[9#8a.3^/N`GMt.pKA>QrQTG"H2r+n&Dc9go4qQ_dkHQ0jn7/Nle?26 %#Ff[e$s(tuN[FH<3Ud7`VuVO_TXhC+a7L*A*8KGjeF#/?XLt.oFctUfPQZuOQE2o7`6bJQf'(kU9KalRJ>Sp?1eC2QVeF8d-F+6. %NKeO024,KirH.ol8Fo#?QAe`gJX33IkBSgq8fBM?).ViPgXt0[RS.^#6V\$2btLk:a)\&&V1koEVRM2D1g71$)Sd:c^YR052F+<: %\%J]f:48W.D[TkIe%n\Yu/8(YR2+")37?M&VVY%gNdAt %S4`2(cWb68g2U:?oI8K3iahd6eHQek`1mURk/0n]X %;C0@ef$*C0oDfkp]G(f,hF%tQJ`@diE_TQ_&D=EH8^(/Mq8j!%*l?$gU/;Z>d5_-&UhqWd'!Z,tT7\V4%8e;kU7Wd\jC3SH1fY<# %e?,2a->c%Q6"4AgM6b5/E2Kh#rbdT_g+kmj,ZlueY-OBR9(37s!YLZEosj#ZAIs.N'K1t=HU6OBW!c3SR;f&lkptgcRc6m_QtjN\ %"V0>#qO%\L6LUX!HtGJi-[$VdDA2"b%tXI`\u\u78PO[W,hn\+PmGcE5%lq_6<52"8n;K'qRU=-8Nc&W$+1R88lKDKJg%6ad5[oo %CU1$?Qb-@@-!"JN+Le`[a$O-;6);D_@Ke,n\-J9V#Sm(;QR)&qOD`PP-2q(?Pi[gdhF(LS,@/W\MSiI^FB*J4P(TK..hRFH!CWJ$ %VV)=GjK9S74<2EaTo$urbJZ5_h9IJ6k#L[.IpU4S[F*ZaZHt%OcYnV<"5n:*@O)bR_CWck&TU<s^f?;Gj"8.%m2g %*6-apb/W6oEHsh[SXHeVe?Xs^5'n&/+u2uMqP_RBdmos70S@[]m,0ac!j,iW4%=U)SKJ.GHj[.6iN=/"Q$-lO;Yoq-nA^\:NAP=? %_Clq,rWRL_nA.I.(!8&]rqerA1dZSjECi'gPt7FVRCpVl3tXt$U&\[X;/FbaMZU'L-F1]DTh/8r*8h1bXao838\9SrY7u^HoU0mV$*NZHe]8:GP=,C] %3(?`QYS5$(@\OtGWh>M4M?o"H]f\mI[!Y2&^G&7A0WE0+3PG+9+VBk/_1S#p>=We8KW,@1WIR%`-heft"#^MKJnb %s%:Wr0J*Qg8V^rFP7@T%+*5Se*ka"<-m?YWZ)d(8D$?I1SCS8\#WG>P"C3[JlWN^W-HTHBZ,[7a/bd%YD@NEoZd&hV7MB]m'dtss %eG4WD#NO=gU(bHr2?tC#G'3Pb3th'^;?<\WmdrVm%>RI)A@#e_:6*j-H#DNd1mP4MjbEh"]GeAe!?8\%uef-mnXK$p.U>&6\+,;P@Z$W\lk9]7F>8m&61>1[iJ.g7/*-`#t8^* %K"bl9BH1=J,jZa9Mmf.XS?3>\_l8>9Ygp4H4%ZQq/uq<$5;dmafd+-!->6>C8cpPG4AHf(:[4+pq%CasQYd4#9F7,C(jf!9`mPPH[4pl,hi\.(ZdKJSGjk6`S$N_6H+ZDC %W*H;)l':iT!`Cse@!!FI*e-(a:r`OOW==iW]C/PYcA %-f8jaX>=U)N]7*tMO^W+CQMBarMH[aJm)l\-#73F#W95uOMsr#.I.^%VJ\>GOOU[P"DUrXPCqBsF]9^EDlDks31fD99a!HG.<]'3 %qoU4O-TOY]&DIPd66&E=JM&?<)lNXtHDC8Z['`X?"`9rq;(([p;#-tq9a,[R\YS)7SX;u1`pfp"1FW`)V#eH8"Ah$-4"9_uh(i,U %;9CRh!:Hj>Pja[!;$H+=TB>"Q_"[<5=3>lbNPWTmg=BqID!6rN%m%p)PX8am&$EnTZaZ5'uhZggVoF %\!HJf>sC9Z[D(%'G"u=5Y?7=A4oAcopW7-LF[-VL18.<1nWiWd5u^5c,q'MAK^:`WVDF>>[`E:qUFr"`kWFO8:/c'W8g@kT<-k9< %=)G@$:`;/Y=V;Q,OW0ugDG)pZY4^)!`,=%N9Fe(L:%-b>KjRQu0'N<*UcYK[11Fa?mGe;QXZ=#l#^cN+48fH^r.qu_;;:,R:WFMU %Tc'U'G`M%$lG,>V;8ClM"KFZl5[ELAa9!kB8],ki]s=_7Mr\[*&3DRB#lp*N@38.8[8\(6@.SuB6Jkk=X9?t52.]&m-5UBuZk=`) %d#`$QCTVH_Ak-6s_O"r;$ij8C9n76]0]!%Wb('q&#E]&9H4!;P\rgoR^"UP"o,T@j49i,nZ#8$6pdhXkEb$Wd?%H %X#FTe;jbcsV+R6PI\gdPCQ31tB"Ph56EqFo4bQ5%N'e-$;h2jg)XIZe?LeR^;!0;J[M_Ofrg/EO^<1=,uK:1u%uj#q20'OcBV$a?TlK&D(4nYS3'0#jbc,agd(=F8Ds$ %`77lC6mmdrhdhF@17D3qL8%SBi6WgM$MF9g'HO,l0i!r:01jC"h:>bd'.mn=[C*EnVHYhY0KF_>H%^4a4G&tS7DKOOkdr6SLSm>ou(T!90l6<5@)8F*tVY>P&#d`mJ`B_MC%Hc`%;JABIU85^D3aX./[MQ'][k9Mmg+@Jds-<031A;AS_d0l?7na^h!M'K$3*P\Rk\=(%7Rn>2N %iqj1q2RV,ip1^E$P64AUEHjOn!!46qclA[I!MjC'i5(LuDj=?!Sa0NJB#2Dup9^"DZ^"YhJ9XWMWInaJD_dcB&8O^A+bmMW(+>:L %!V+M,7+mO994oVeXi-&32!!BE>&2lrfeHU##]D(6a&`!iUS-(fCh1Nq:R!(L"=;n.,nEEP7:#lCEs[1Xijd#tfE[FVcnZX^4ecktSQ9uN1e&4b8;**EMd<"6bjVLNgjZ*`??'9&d<)Y]&aFjmV&h:_&< %ro,j#?YX6r3DYoo!?)d"ap%"E$1T^2o*2e14,/Ta:rSM5N_[g^98M;M\n2;R'=`;0q&M93]@"nV'ttkiNjVI2g5`K^agkY\ %CY2="T!]6U:;O+Md%)dE3H1u/:FT<.@iQY->TMWCl(Gj8R&ZjFEPhc3%e=pNAEb2`1<;>D+Ub$0/=G((2BX\Y3QX;C>bBQh-5ff4 %#"GW[.XMhA8Idjr%kIZV2q` %+Co@\`07mqASXpCc&@a"#&]5Lb;/!F_C'\aIPuM*@U9$8MWk+GrJOpH6'`\1$69&t><)Ea56]I7b+)^IiD">0Fp)t^=&B!k2W.^R %=]%N*'MK>rfu]qhi:f4Q`ds7H2DNcQR@Q#%_4kYg6LQlB$0#5*J&cc\1)^"s`J(Oo[=J6U*:)PdX,!4HACVrJ&q^"SQcpPMs1HE` %9Bd]e\(^EWPHjMV'bFpb)"`Z'Nb1c*!2#-`e,7+Rl!18eq'XqO3J5j#`#AB%Z(=>rPo7ZA_Q@!9].g/](0mHMV/o'W7: %17Se)@/_r/p7+MU:(:2:8Esb/Ef()EU*UUi*#F5nYQtbtF]'\C=@J;gT"N,&f.257c=$RG1P[Z2iOVo5:IIa"AO5+g'!$\IXi^iX %JM\ZFmX('TK?^KNA)nmDF!T!b>X\[9i=usGY[0RF&+'")(jRkZJ7g59[*_/C.n-knH/A?;#'hCrRdu*H*f"-j!5ug6bWHjH1'If" %n][.M'lgAL's7OXJJ#GNOqStdI&//gXV9q6dl>pKZFE_e.^1Wn6T2NE(g8VJ?sG0[K^^,&,=3CjB1;>$/\7(Y^fN/o=ot4Q#339$Ya`-3jlSuu$E&nfjhjMA5:"K]A %Bs2M.=i%a9ED:_%TI_I:_o/BSLc(eR>Q[,JXQ/*hYg0Rg;+sRpkW(L(i/Fp3Ja]2\/!poYQ2)08IKPq0a:e+i%HpX:,mk-W)jRol %VoHm_a;j^";\hDQ(4[l7$)V">*7RXkDS&W8N'ESJ8?L`MC#!HR)@\aQ%s_4S&b,&]F"f[p?\a*'s^m]'2DHCK*A+cSYj_rCa'L*&.Yd0/tbk%3*:6&!o"$U %(IbC2YU_o8OFu>#:'dTiWY1"SdQS:Cq5jCXbEnC=-9Q:aS:<4je3PWY2DbAX+[%D0o>LU(`mX_"&(8"i%Y3iC@@A'_5_$8Lj%HWfQndVgaFerc%^0`K3V6_Z^h]1B+-gP*UCZUJ6Sn9g^PG%Ik^Ytpf4Dm_#JoK/2R!tX5[NQ:i$L1,`mi]Zh/.%e>(Bk_o8rtc4".?W@C9rKoN^f,d-KiYS %9[,6)/1S\m](<1;78P?3So5>p3>#31)j.#+b(POE2^]P5M9QAe.$iN&9%h %6AK?+3:&0EL0gDpA(GbH'4q!G!p9r7s$RH.9GF>/oobF]2R+-jA<,T$+q5+sALYo,V4&mNCSd,K;rF%N!CE#Nc=r#KdFp$^C39?s %!2+)!(5V,cAOe3A=R]iTQDd-ug7`r/RZC=di%c`b<`Lg_%@&hr,.C\`ON_m*kc5Xm9=?]2X\+*DrGI3@G[e3Aqd2GbnO!A@WnG %!LQ9@e0+t9$Iqa0%]-SXWmkWq%>@/F/qW?LZ976[Hlsg!/#-J-?=+SqNJbuJI%>@1E%eZ1VPNE()Zoh**6\Krj2Ef[a#`ltep)*A %j>S(F*!!70YAW^9N!`lYpHaPW(?]h\?4^H3l]JOEP1'kQAUsBnLoj;0;8G^p.5::^ZP@-WmE$Jc7'Vo]g'L$(3nD`Q97'Is2MUU% %,W2`5l,>H+)rQ@QIL"45@Z;k!R(o:1-4"iD2'E5:N*RJNj9_B3X;CbI%o=A]n\RiAf\#''`Q1[h4m<^XY#V0IJss-V0pKVE5@u3F %"OdSG93.=jaf %_)MLdQuSP%fX;H+cmF1%ksXF1@O4F6371CR^*;YU0<&PEi;nK`\g]*jW:@X#Pl\JF$=Fkg'"MTS_5'`"OKE8;:-&m#KJ!%H?k9N8 %)?S:[fZHd"b\u=/X%VPmf!9R\:&YLHp26lu_1W^$>eSNlGG!R>^ %E*Ec5K+L=8FpFCCZ%5A9JHsj8,b&pUJ\d5A#i?GE&K/5l;reg#%R>uC;*4up6j5m' %G!P;N`%$$\K'VY[5/n0;P>ADpp# %?D2q#.W3%hYn.FDn&Ql>Lp=iLmmD64/;kY2:!.ei]+YL'e.t<0L-bDl6-JtmWo$*p6&WOJWZa^a1I=@t+QXOK^1DABLPr#6f'lf; %Y-AAa$='Hi?$6pUoT4d*@!Eer+ptkjQ(!N8KV8JLNOBV8Z\]O;>#Asa0)Zne5lQ"CJ0Bg\P*m$uVK1[mM0`IY3I"++JnG*a!8[di %@ml^fp7dS(XOIA^\Ptuk57kEc@7%TOIU@or)Xht"%iccRQU*DtcLkc/SVcB'n`7TuS %:hj-Gdrk#H%jj*CZJoV-I/R@a2rXYI,%`)T_j-e1AiRHtaRHI>(kB#AQ;DMA"7&OD7$VB/=b.FR;?:FO"h^sDA&UMfe2g@EL%D3t %"t14/!5uB[-(-01MbX`&bM8$Q;Rt%k/0,'okN+lRBO*WVekLZ"ZZ&4W@rWt?:u9dL=.m8ql:)t`R?U7Zd)d;h;n<&X:fKR2JDq>: %%64^\Vk5(h7_i9JU\Y %:uG)C'&AWSNAGu$dO>k4NjJO7=C %=(]f?_gsM3Z3p+t>VGO'@\W'G%5dm:X0\`u?q27a]Rmh.*Lb;2XI\?5J>k9%1+';I&HpOD(!%2Bj=*oipS8tsPDH)o3e`fQ&J1R\ %b'8W3e.f#'aM0u@9'3Wa.rm2&0dV#e_kCUO^I:q!@RjqI/!+7K/BQRcHt?!j*&)U!J/Ba\U-K,Sn,dUTK9A2OWl(Y!C#ac4[2HNH[YQFU`DX-)LC3E,j %Eb(:YM-[9IFHs`lA/:s!17P4o?/D %*Y:SsSY-[m^jA>pirBNoP`Q_-Rsu^gK]lo9E*?E.g.';KOcPg=JlEI/QMg?K %V%aZ_1j`;TrE>0hjl4DsKB3@DNW4a87fVC*X6cY-+4V!99KDsnr'4:8SD[I3afXFLgM %_I\uWAt''heJFELdrnJi!BU6r@^!ul:lU[J!pBg^l=cqbe*OXJJeJ7EJsfOm*=6C&)!a/\/goQjqa9AMY_GhVI&+&0@$J.nPFMqB;!H.]ZOrGmTePbTr^J"$H!&CT!\i:s]VC+gH!!Z;qS@GR!gDi@cWDF_=fh %(F?O:2@P;s`kDi_7.P/c[`kYcp.#>kG]mW:]*CDdA="ELp!bJJ3fm6u1=i3H\s%@oFU^XOJKWp3`($4R!Df %":,#<=Bapp*+4Ge!G1AaA,(RD@[6:fDN0drb,\5'*V2iuD?lOUJU:rWqqEl5$$nG2@7L#CQVrUTT&B)]D@_RV]u8AWWtHiK&W@^_ %2n@;/*LFXZ!#!3B&ePqJH'`Y^,eG;l0ks_h?*tr@%,`akHob9'h.T4U:kJi3]0_i)TQ2CTfWiR+AcVKh7*O4:;),VCV'iOnM/uHn %:oen?JU0%3edse)faR1tJG14AnKM_("_Jb&UQXjCN6]@tE6q%[!PlpDM%-YZ*55KL*@`HT6NMsq%)IKiZt96Jds,$G6=GmApA@IE %1=h8H`Yc@9M/KG3>k.XQ1n_shUJXj4(s5q%7)]*?m9WbjAb>Me8`anTLcK%JArp4YW\p!3?PGRf1Wf2s7,(EuFY>U6@SMk$ %CZoNmSPH(b-YE"M@rQ_PJjQ1k190s\T?H2+Q@a-?77tu?99Ar&7.L\92ZKCia!T.+%8iGNf"Dk!M*ac`=!nKNL)"YK8B(5"E+s#=^iDS7cNT&,-DK`3+-p[co3iOV:6)4 %!Gc3pe.ElFN63e9T9+@E"mq"PSHPTVn]0Q/B/Bi=LMGc/Ou7GsE3$l!Bg@)(k&pgW$L6(k:8a,VWJ\1i%S'D_&=&PO%0TmtKHl8['SWdomG_sZ_t/-Hic %(GJd##e^:r'&@H`#I=&70"WpfJdXio)jdtZ0*[NT%2=5kA[L)&8?ac8e3tX=p:s!i;+JeHP*I"!0([B %@k*R14CH"$FrZ*&=UY"mO4"5uQ=I,b-"Gpjk%?74b&dj;@3Y$#kp-^/A>t;!A9NKj/M%:7;_8%l"nRPeh)JfN5G=YIK3t[K>G^(fMG7H6JURfOc7`e7:s`[ZZ'0 %m(X\%C.dj&7qTV]M`M^i*'i6IM9-$0XO%#G&$.rfUlAn\!'+-i %&u\^/$VDrr8_q]Yp`cU8l:DRrhY[RnA*cs9pm;+c- %jKA@\`&bCBG5ql9H*Z9=-+tPGGt41kN\'32=i*8+I!8QSmYJ1)&LG%6b&p4>l5kUP#J2`MS!%6X=\\-0B%f#+=T^f#!1c,ICLO/1 %B3?"#UQ/K3p/#<,NXLIB_eq_@"%23XRAlcuB]JE!p7e8amuK6PSbVaZ3Yun41-:5`hNCNp^=88Z+LI`"lqtF"d)B/'lFbYg72!d6 %E_5GWKSEIWK37#ER7J"n-]u1Z'qHU-@cVOYTR)V1_G!J,atjoZM5d:GZE7WT&aC9U1m5\F9Pru7Va.bKrDl`QZrs0L:hPH=*`JW) %-tOYRMG1%a]G/_Op7l;s!fH(c?IarM:eqS]?ui7?Q\bJaf$l_M,%:`^JqPu_MGCH/8r?2=Y!kVpOn:t61d\R?VRg6=@S@L--l&!4 %KdC?!ful8GP5#SJW*"b"c5Zqf$CQXI>%2"X=sRHpf-s@WM3n@%B?Q3,M"+$A$Lji=O\U=L3-Z'nEb6i/=kG.k$\fQjiE>5>?,XF$ %@ffLc:_MG7OE-uMc_;><5o!lH=VRg8-q"\"Vj+"WU+lnX$l;AJ^laq-W:^;ZfO518`MHC<7t>#1_R_/H#nEJW8S&_`+?IE+\h4k! %hrg2tCe`&Q:IL]9'&nMp*/dk)bnpa;'pM?6hepRDPE8`g^f?E2W"AiVK0sYpFZoL<)):ADkprtdNlLW))7Y8HTTbjmh?V.2U2h0* %P6U_r&9qk".rrtOh;39OV%#1r,4N"loSrc'F;FE+P9+f)fPnP2$99oDJNsHJ>`4a20H:@M7*e==S?-IY(!dqX*.l.!]Es/p;C>c6 %=Pe07@&ar0;@Ngs_r)1]P1q,S4S3[3bos?u5.WbE0.1(o,D(L5$,MN1,Yg,U8aTml]`pd:oKZki&*OXb`b$[hJu^F+m\Ie%]rT#OM1ESHEYp*G4'L=(*!tooYH(e0<*e`g0ZV+9@b$W^1:f8OT/T*jWjk8%`UC3 %Rq$[H@:(GJa?%c]%=fl>4FM!EI++TW+B<\qJ"_o3!SR/4*h,_]6u!.6=YVlb-D!kt8s#F?@C`mO`D_q!(VmA`qU[(>NeGH;1un)[4KCk.&uoAL:UpdFa6rM4[Oi\lUf_MKPjN>N/VbD@!&-'HZN%>jA@N_#Rp:I"Q%K3]56VA7LoWIZRAX!o?)okO`;U$%Ku %/-12_@4X`@-"8W$e3)S/9S48FXULhE&u1CG-gCQ4EF>NRafT*>3IO@.Vg9M@,Z>`[).MerDCV:jIB.WNT`p!B)Fn+='.lbKENdZN %!te4Oc?4.Yj(t;"[L]f-;)Ms5[E\6TG^;lc2;Fn"80se6 %(,D'l/#h#RV1h4j%Tu.^6!03r^W*WnFNHdDr[s(@Ejh!f=r"Ls7h+2NVI$=^+!]^cS[Y\+G@_-:fO*d4F0 %'*/2.EAXBsR>(`6aA"ZtI:$6?"dQ?-b/![PS-k(%7#j3&.2CXE3]8BEMDB?6!C,Js>dc&_.@`u.;IiPAC3NKol4&W(DbR$;;a"'* %k;a5(1)`ZKc%B_J64f\Q(>&W3rWu!4m8HeF4K"?1praA%V\u1A+FZh/?ei,"%8\QC_o`@WD4ufU('`[[O_WOt6$)4$;C0_A`6b4q %YsQH[cmhWL)tZooOVl=+Y),"A/>srIT%>2%Yr"h]/##];4I#mV-j)rb2hE:k[3Soo$n.1I)Kg%2"&B`i"(;Y\b<=U$9ZV*+:b\nM`A&Jj3l`*EXs^+I4Hu@jiV/#:!f)qh39+qRZSB=njg-X8"_8E$+?%Q1e0!>j9G;qlS` %'=q.qb;8$tXZ6/%R5!C3lToJG&d`eR<&W?/OMNiN%ERP2_JgPAOjg_lQ[Pc_Y*,skgb[I513%7CS4TGV8K;T!Sg"Wk8&g;"UK65A %9Pe`Nm_/7Ydp6J98!'3TVk2EU6mHcgnY#*)Y1(?BA!fU:$);YXASO1m;)N,4B`;3h!W"cH":u^pRiZ)s5$$%b7?42S*<=K@6?@^$ %UoT7RTtLZDPJ8ROP8Se<5mgFIPdRKFi_hi.d3U!s6b(.l(+Y1]+%kCr&iW@mA=(eDKTV[gQ22mDn>QOchJarQoQ1;(6G5Mo=>)X3 %fU96`Eor$.TF9^.P>V$AC8WfD/EOe*a*H&FF'P %op3TE7pra22Q$8YV)M(NcYmKA@[S"(uk3uV&)X9R4VF*p=B6n3Zf3-T7K+,I7g"((8Z:^q1b7N1%9)3n]c2nj, %.8>fg]d^K:&\!bf:(SB!oH0WGanNH7k*,c0Xr9P %RCk.SNn6bY#>s;(M7?;U?C,?4N\7+qP[J,_JYL'Q5K'MBg][uj"i*eLI0c4u,dT9^4c)M[3j;dOiNpa=b"30e.*g(9-&rA"Nlu?(O2$7M9V>+!t"uf/6=jM68mK(roH)3K-Xlln3sOZEfb/ %*5dAO@Ba5ULM:i^kd:RH6_X\eUTZ(3P?7d>a?Ab*0o=3s;C8+KP3VsBH&6r]S,G6$4BaA`F %lI6c+D&\m"Z1WPnP'B,_;s=$(<*$F'i-<9HUBZMcJ2DU"UZOg:P0E:G8P2B1hQg7B5_",e/pK[H?K-NgF.u('dQgr-EYF=ig5]!9 %a^^.[=]q%kbYqPiZlg2:pJ"4^JJ<9bLQV2f\qPlU3fL_6'8kVcnMH5jTm0SX.974oAd9@o,Q9OXX4"?/(<-nV"f[Q'*t:\A>$8B% %E25&kE:6>>T\phq/"l26S29O.NC:hW?pOdkK#TFI]7a/!kka5O`^u^4c'$oQI;e6G?mMC?;o)EQ@uBJkEZihVR[[hI]dW[F!oWC$ %(c8#!n$KF\UgOp@7(G6GYPNR@jA%6rJi:VfY_]>-%VhG'#-:9Ps6$kOk^'7uJU?F(G`#U0B/JV"Oe+30:"`F=bpmj2b%L#>gt %Q'f+67doWYI38q8L.^#8UZ/hAPl_*qAJdN\9Qp)W$Ch;N9@WCMaFF\t!b#tB&a"$X7>qAE,O%IbWltjKr)BZp_gAAg>^0?m-&%&H[9Z"3+=e=<>LU!$Qt#VnC>]Z:KrSsD,^3(:SP2cFb>5UEA4r6%+7TI#/.@]V])M+R7e %Lt^(1Bd9k4#alDPA(ml`^iP`#DH-mf_WuZs/ie`k-LE1pN_t5a<#-=A(3BN+!79d>lO+uC!NNppgBtl=Hh!">$Tt0+eFQHUKecdW %c7_`#*#mHG1mt_!M.jRH/e2RrHbb/'5k#*9_1!D3]]-t^l!'-eUN"IrK$ILPL6cY#enY-rTbKXh.+F(Sd*"*cU=p+B&"\CWQ/h_l7 %KB#Yf2[o=Z;^J(E>)p?5)Zgp+1P:R@QPuqIYA-LKM$,U0j8i/d3:M8PbF/b_TLdQd^p1)3/IM2?:Q7PrW/f#.MTQ^p$RW8n]qiLh %d?R?UAYL!%P5YQlB33nRU83&'!Y>Zhkq98LJf0%u0&J#,MmDjXdtdF@2%]NeHliBE3,rP36eDS='c0.P-#]6I:SBeg<"OUk":qjQ %A/S/K?)5^W]H%!Q[!\!)9EqQur4rYlTE=M)O`6j&2Or0L+EADS`sCfZ\\^FNT`YuTiYIp*P;0c`':t"\i!j,=l;\PS"'IQ53.N.% %GNph52\8et#n^$Lcgqoa%LDJ(S66%]Hl0mQYWdnoI96XE=d(XcJq8Un<]JqE$Ji\g'0la6bbcDmHVL#>m,'3>du+9L(J2@*]g>B*sN %L^,]:-%bcb.8AAIijKt.!A%Ukb8sjFW<*'U&^3fsa^>.'MMkYR"igaIB-NH!^3]H5qN_N^ZCU38UEBVu.RCs?AhTT`]:/SJXFO&_ %:kYA+33_5%[gK\g7uloNN)?m..D:s)Wlp'o,'6)(bC-9+62HW3(K3ag!H_4uhY2HkFT?1uNi>h)VbLQK+bF$%0?PAIYk:lP8\ka- %CXQ9L)c3=A-p_QJ:qId'2?\2i'b6b\X%r!]KM49o"C,9Cd0Q*"_opISV4Q2lW:Wc&E=C$TL//=j*O*X3gH1$b,F3<"<9&h[3b%<) %UhSMf@a.m%E]0gl/e]UL-_LNK@^2A:aX54o>V4K'WC@oKaNG-Y=(rSq9WB&I__A5CF>u?$FG_*S0Ie>&J4qZ^rkk>:Nqe1H'S.#, %@a/G;etih,O>0TD4f3sPR;sWBoFqm..+"a2\;FiW&Zuq0X$B"JRchtP(:B"+6:nFpW055*"fJ#.=kPX%GqO,,.P"UU#\2%ZGWf\1 %mI'aJP/f!@NeAW7a1`IB3KjO`,;_n@Klit@P83oNM5gR<;ce[\+tIC"#OiVcMg[q-PsqG28L$[mG@H%kmpd_SOqEM&q!0<$Wb.3Xcjm=gc6S6&Q&!8qQ8),dMH+%5$nn01_O,\EI(,_>;tes0p& %f!i\D&uq:^P(;MAa\I\?r4:ZSQW@Sp[T8EO2lQ-)2"RhObU^aI0`=lDG3Kfm5_n %S#&M^AC:c1;pJJ/E)T1GRJO%O`m$P/Ir$d(A[*hlk-l-lS041^R(([UIC0B;ZA-U/LXP1iSOG4(;o2rmr`l3e^pgB"0_rjIjgZ03il'VuFq)rqoC[B0YL=pWp&0nE6K(i.3aqpBEa1B'cDr-f'a[ %\)HD:nST<&D8VEQ)c!=4qesK22IJboGQ83*]aYLL!UmI*5AbY,c$L.nEO[nHD_p6e_kFho>]"_p!>"sH7r5t42"cM?YlA=*BERt] %N!I^ah4(\4M\!9+a$*+N)hd6g`o.-\!Ari0D*Gmk5([X=Xo)9>E4BNXb!+DS8N/oLnnoCqjnP_5cjfbiBu>CgZ01HMWI4`J4_XS6 %06uct4D<]QYFOCCAH-a5(4SH^W$O]`oZ(KI*5P_!O %.@p=^PE50mp7B=^^U3N, %s4Iq6T@nQDhXd>RolFL8U]5A`IXm_LmsOTS^\cl9XdouNp32"2pZ(_s:YEcPnEDn3m*/>p0j\,YI38LS+913\55_l2Va%dG %q^6j\jkp)j00f-9+3$N0o7?Z(d`KqJhuE:Ts2mtf_OhW.'E7B)\lkp+p]'f6pq_0gp!*'jpO;G2H2fL.5PWF:op>^V^\WSrbEe^p %e"9b>o7-:Reo^%pYI/_=HqVG@(:*O+*&mJnF*>:C[;H %>PO$cSU9s(^[^U<$VrnTU!J2R07H:kr69//lW`9Cp@%s8=5+bgf__8OrV[hn?!MWK/@G9,2o#6,.f6>ds8MclkYM3E2pQj8M5K!> %hYQiQT)!?!4SIX(MpKT@03u2rZ2X(h`V4:8V$$>APG`bhthWmQ*i8mjgTa3eh^KL=lOAu`V2!7K`:u'@kq.^ %Hn`85gFJn#qa"/#=^Bq`Mmn02K@:M1fL#GBJ,Gch?2gt'il=:]icj9$cV>6mPKS75qcNAu>kZq0HhA2(@V.BFiYPr"_f&iWpk?2+ %o[^?5qigLGM8ser^89\u5Q'?`rVYp75PX9hpsc8RQPIZtGG`'7Ih:jokJPWYohYSFCU_$"B&PI\f+5Xfq2\3*VC+Ruq/?<&X&$Ft %-_J!KpAb%ts5C0[K:dT4\*s''4,6g`]2VX.^i0/7mGH_*$]jhNrV!Q>Suh^Dnni3s@o!S@>eTr2r&ND,L%E%Shu*kaLSj:PinY]( %s440TDBAhWJ+r2gI=ucCiOiOq`h38`X>?FA-Pi;&oc&DW-7t_-htrW+IH#6m##"o=@/YQLI6`,FnL*2fiPelJkO#H[q\V!,VCT01 %hYu?Cc[Pd:++2sA]^LIpq=lai^[_$L^G;.l6fHquo0<'.LFIB,*6f#nj8k=0aD&S8#SJ*YS>+D %IZ/4NLt)SUTOX#SU?hmp;A*7Y?YR1F-CZu"^h*?i"4tnMu!L$-7JZ0oOS&ke1>0?s-O0]K72FRAN %"?m+EC$oQ7'-I?C5P];m/MBdSZPIETl"]48REhS^4U`=KP]oT0%M9DsM\e&T-p^JdR5=%XYA'mpnTgp4a@W,&:d'YqiOCJTg[GW5 %*]3nkI6=br3^R_W&0C!Oo+h2R4.dHI/FD#`FnQWJ529Se8IiW%4\*W`k3P-V0PB8TIEp,"FWEpUG9;d`9DItT*=2K!GRmD) %_3nRgp#*X_:m*+GH7)So8(`_TejnAPVlnpmn\`2m4Xm^!ZRb:V;>)k\_.=J)1V4?LHEanu)U%kOrk`oi2;##n(+k_Lb._tI3,XX`QM#K6CUhcV_l@;UIqF%M\2LiN)U85nPe&Pt*KVr"Q"&e$ %i!aaIkMjgkh&Tb2L\0D;Kjn071E5ZSUgVk^0k^\7Ma %Aa0oAZFmG+*^a!5Y7*?jL,[7O?6$*'hRXpb?c"O$S+DcJ<>T@TXY6!tK4fq.GKTWoZF-rdGI7,10+IAF(;d*6Q+XIfIXQ(?=VfB@ %[@SHN2`FgBWoZ;$4.!];>[9#U5!cXf7*QEoeVBkm1-)5/@3WK.$=pA4t./ %W6=#4Q_&BmcUiSs13+H%TV"s?5PF0P>WF<`\b*B",ZLZ=^H8.8ertnR4%M'Zjo64u^Q74mk9cSX];8NP6%Wr9,N8ikiZ2:L-AY24 %@!X=knh-gX7\`gsPJNlG0B^C\8jh(@BQLJY=-<>ac0(h4aSJ_q;QkhiPB-.:=6rrC`j.erk[,WC=-m %$3MP%rWO'QUAMs8G,HCse5TIfkaQ %cg;u__nJKPI!K>a9q@,Qa!Z?4$$*ZOE?,.QV!]'HBpUI2X_5q5B@e1/C?H(tZkH6>L[AS1ZN?17SaOq:E[R?c(X>^X594o4`1pS$ %J0sUg-R&Pp0OMmsIR<>eE;)eeG+!n4*?lIoCq<4J-f5*=K^R^pYiCqWq]>"fA=;(;#*TNq',b6t#O'roR7=&$L#lUnH@7p0>WD>c %[Ir/&n1TDiQL6BB`H-BAF62OT[S`/F932=i=?(AFH#)O@8.(tLcUuCh.q9,m5)H36b1_@Q&G9aHKj<[Po3Nn%c19\C^9iqSSJr>6 %=5PF@`k0"4.VqbUf=*AnQIe'5Q<>aLiH=Sa@(pW!T9pQ'ol.6bD00R_WPQI0[+5X(i6n9>AI/iA^UuRQpASamV40Dpr2B_*DXaWZ %_3ms6NNG5>6_N'VF:d?54m_mmRG*Sqq@;oKVi %g7`H^)l-u8h[/r6j-eeY1XCMe[(HiB^^'Z&1l"(ML>DjYi!Xa0[`Xi<%?I't9T:"]qQ$g%ClAZh\J@>6W1."mb<85:(!p$l2>"C@ %\[hi7KKTOl!3T]^a4'.tYjC9+g?kGta.\mY_qR"0H!/5*l-$pMY]/U[=LZO"^__*2KSR>[G4!F9C-U8oDni2SG:]ZH0"niF%*m7)2mZ9$IbM,'(Y*/a5Q;^?as,5rI"XAV2sJL`[,N(I-qK)"9*n% %IJ1J:5YV0op)@q_5'UMGH$AaK?Po]YS\Kg@NH@W(_RS!%VrU\.QhqC7*cS,+(3;0>e)Z'\c1:k".=BlLOi,_h\Qr' %=n0f6`Z%^_K_qO(/KbmB\2VEC2^\sf(iO>#JZ][7c/HZJIYS3ppP-jbTE2V_>hM(J5:'7tq=T`TdDk=mLeKt&1FCQsp*W?8l+k=\GEmqJ#`\o:)='2UL(mOOJ@C)^eF^B/f_UB(aa"SCQBf'EXge/,l2,LBke9*fpWcZMVN]s%O0/UD:[Bk8 %e*)/[c3u+>)'c(:`3Ea7]&IUVXM.%Fc#^\.00.apmPI4"H=c4e6YK@Yt&TSu82$O&tadNgboMc`Cs>)\6;R^UD01=,]e) %%bS*H2V6"(>=`ja6iFmE9fTteW1Os0gqL*P;8_MC=Ne.k=u6VP"O,\?il?&L4S4?o!?ILP-#i."J`nt83Zn=jS<(^hU>HfjD;JIR %=IiI@bEKcK_r^^b@Is'hf!f\)/Uc,V&S`) %_l_>ZB1B?h7\e4RO2q]f*\HV6BlePZ/oA6T>i&Z)qd&E_*aK\$/"BdGO7Xb6$%`3kL[SorFi0oZ':oqn0DY84_qR]u1h,W73idR5*CmI+(mETM#m'r2t %:$00VZIs4@:Y0c1/,@i.^&_S(Efu4XTF7AORD4(Mr0Zpn\(_M!'PtGt]mC7e(n:]K^A0j':qLKuC1^<>bA+V4bgq9jAcQ-!a(YaN %Y'asFp)Cp(1VG3t_3][9V[)nJIQ'Z5pPdF2I\:Ts!m/^9Y'2RZ3U* %Xd/"ajcpcDf%1srcLR)U+WlJ;E;)WTkmm/aDGJerb;T;`*ZH?DM<)BDm:!>j;6>YPLN%o_K<08o-_G\PV&NdT>jD+F@,d0Z`qW4H %(/YuhRKr-YN;U_9rYic&cEWjF6=SJLS]3#66AqjPJd3Y)VZnK8DDuQ %3LfD25,BSjh406Ji6-)6Rl?kUk'[IeL0^=,UO@=e4='YHSICKIIh^_^rWX@\leAo;P\uFLj1h#Fn@jPNhK98jDLVNCqY_R,FnfW) %Wl)G$%MjIpneltAQCP9/jCS*_A)]>Tiq>DO:6$Pem`ndfgqPcq7..pC6fa8man^,aQ:(K+V?\]L]Xo'\k3;[pDf:5js3g,@2>dt: %IcqB,*DRr_KIrtR>N;!V$G:FVj65"YqqJI_M$CV@#M.D+&VoTAbr>Q:?YsfJG/2m"9slphL>s^I\],\*G-Zm/*j[Q#3Uc2 %>87D&ThF;3)T*W3^<=?U>sI6O9-#eFfYcT-$sK!gq+uSc+%^=l`*M]fULu?4eAc/YG\1N.COK^D%=.O'4:J42!rGoaPS74G[uKL0 %6=[-9C%kJ"8R4\>F35@M2c63dE]2R92Q&_tVjtYFfe.tl[*G/1>LZ..nriOg[L]=rm)ma8VKlQmH=NhoKf7CjTM7AUct8^T[/5X0 %MVT+VT%/]-[l4?,G]4/?G33MZVFhgt94n-2Zt,eTri:82^2Z%_^\kA+q=Dcs+F`tAl@]VD(cXOXn2k!-B_/XF.lt?'7>FB&YObT; %ccl$HhTWOY:S==o!C8r.WW`t'1\@*j$ib$5C#n^@`K8@+nOD9qj`5r:$mnXgYRc;1ICW10gZ,D;)r>^KAbFn^H.NP1ksr&5dkk;Z %*,qrm)C"!%]6:O?h!YQ8Iq^k`D/G9:/XL?K28opHK3+\b8(ZU"R%[kjT'bKNKXu&m2.A5T@FMP/8(S"S3/HZ\Pe<^U %HViMiq@C73grAi+IYks2%Jgbl!MlGNp=FfPSVr#f12,O7#;:&mg]eMrLeh_bnlT_-j79#U;YoBpiOshE:W"lq06CLHeaVUan9$Dk2ick7QSr$Nb_PC+mk*<3t %%#&HgP];[1C`Sbm2#?i(coR%i:4a0M$NY"J0Ts]926V)Y4cQkqU,rdFr^_?*'A0t*K2_Z/E+6@ScRLA7W.maF/M_qpL;:rDQ][u3 %(nIhi[eS'=g*N2a]QAF@;qDX7cCVX>CXd$]lI[qs&/q1=2_Coni7X;3HssO5?^d,aRnh\oEt^1-Di?S_$][\3G_m4nABC\j109c# %H7_csL\d)Yn4&q8QaSkf,8r4fAp_#KHDrgN$T'H!,;J@=8hu$DI*<@FR7o3sM_jf^>"lJ%D9ilS05YX_)p9p]<*1)Db9;^8N]'pE %>?SR"Sm!qGoB+T=A(ap13%Qftj;+?F'A=chTeMaWHYI!"G'c'VpR/FB$I"kaVdf4n^%O[Me+ARZ7"WJ"-O+rr<-DQ.'(I$2.S;S> %Sg6NPI.R`j^4=&]j#u[tqh@#sr;+*R,-^E9KbVtE/jFPt!+>sgJDKVhl9ra>*?rP1?0e.-qXLUT=Bgl?P=d/QO5@9;u'2,\:\&'3[J7AY)3]D.(lV=:XJ+@[_E/ST+4h&UCW[LIi(h3dO1Si1ZV6E*KL] %`WY\c7cS3N`f9Z9c,"%I>K_4Ej(]2&2^+1=#]irh*J2VEn]9d/Cl`Ks%EIRT[!6#d3lIIXIXbsS"+M+n0t92J.iSZ4EV-?gGMBl@4""$sY)/S#^Z?)G9tAf8:si"h3VgXbQgYgN7Gs^(>LlX=tZF\uAVde7[D$O2gM[RSG=9r%#K8 %gpjgl[EuKh.j3l:'+=9"1(C;e*&(RZCros@%Wfj,esEjI7r)>T%(Cs!VllYS^R*,,r2n@E^u)?/E:HBD=i4TAs1On,[Y[WTg?Npb %'Ng$u\WIsum'U-9:4XCGrdDnUU\T:S&IcI[=n=<25f8N2+J#+3:ci'+%N]eVp)eq`+t%j"aQV %[OG>R?oc-6[g4#Y*dqM+0;%#>Js$MM_ulU`Irlu_0<:Ysu9pW>PPHrN3%anla$ %hg%4'EYXhQQf\&f%`hsdFebH>jgf[/L8sX[ls^g80AcpRcK\tPnqUh\'j\XL5"keh,rPa %io%f'Xf[pJb$TrlNT?i/K`n$.BiPs-Yo(mTZ@pfK[,&?RKnhuoBp/Ug@ %:0t0]VO`Y!g42=Z2@\m'g>9EM]f!+BKkCq=GSNYhs?4Z$d=o-'BMAh%nDe3X_ou$=BjqMME1WNr0'HZr(n7Is%cTXQQ]=kVTm?3V!3ZU<2%;q.kJ\"n% %AHU+-hB)cqnDM<*4Bu*^*Q9g7rqXs-t1T>aa"\SgBf(QdHYCCQeqIjBTYj7;$N/GtiarV_lFo^gH)dit)AI%$ikLLVZ %rpo[,!'hTk]jAj1MFQiV.:!uX/IfA,cjdd)l.Tn\Yk$+X*71b.9R8R!2[I,:X=fa'_iHPO#^uLLO7WZ@g+;\t?!i]]3jW??c6ml+ %`jc@04'1l(>eL:?h,p'1HLD(lJ67hAF7&Q,B$2mVb(;&A?h@"*[s;rc(=]XHi;2rheMlFT>I]ED!rlN[`Yf)T^&Hg^ %om:ncCuQ3di=76.Nr6ZPG?fd-.DTMNTTK[]2^Y"!L.k90MZ633l?#p^MmBHC&Ko-L5gCM %fld"];p7D>rTnbsVrFjRB7HMLj;g9&O\8PAIq-MCr3tiWPgHn(8u#;KR_e-_!Veb7J$CeDYe4pdJO=#Z<'Bms_05$R?_fG65RE0p %GSmkn4-)L/Kq*ei(Tk_bA,6okr.:j>(I"B.q8HmfE_$;q])rTAb?HLWQ*&XKZXE.8GJ:FFGPG[,5:ilEGbdRnd8Z#U"F_7r*i9%K %p]T3jU56"tL(@IZ3fPJJDhP+8BNg.Q[42,.B@J'sjV/(&)Mu\EFNadk %.Qqq92"?Sdd8Be,F89_34c)6SLOmM6n=s:@QRP$IFMN`L)%cR#VI()S'L&Y6\iH;%KM:@;_&Ss[Pr%@t8LuWe%-Wp1AIM2[JWMEW %7d7lISS8:gY];jjrdr35b'H/CalitK/)'H&'Wr*$:'UY8e$#!T$7:5@3BJ9/_j]f3dfXL`1)[=XpF2&g>eX/9m-pRp-c.m48M)%X %+GlB"%2idnL')%q*&'+!?rHu.T&>]Q%s_361uMZV=j?_W9YUXJ++.7AiR=2tF\AS^>fqD?i)tJG]RFA#hg)V8=A$+4h#&grhE6pG %Ke[ZtW[/WcA'4/'rJC.2n4[d`isqL^]/F%1O#F0aanp,(ZkJpKNK*VahD:&kOY''>M*:Wl,U%D9J'AXa9F.JWL$]jL.O%m48^%H` %hH8QJ!Is&2^ji%*k#_iEF?K'4b'9DK^Uh*JhA'`6Y:eDcY;,uJ3-k##regpq+t.]/#)[j0:t%4.G>JZpt4i='0(#]?&"?9odIW`T6&%IV^N]fPZrVBSR\kd9dECJ<-?Xs!;2iBCSXhX)aoX-cmV3&kPdq5m5#2mUb;C,'\E8;)oWDrc6dMD-f`uF2 %_;d1Q/j&i8*0?pN0<2cg.1>;JBZ\?!\B!Q:$f<2>!9T&3If+oJ!'[O"k/dcbV^5s_@lTEPnGM"kkk<#8=8(0>@d'/;FZW.u]<6k* %c_80R#BlfY?]]Q`'t/^,/FGjWQQR^/&5cpCqi_-e)bFE;N`h\+!/L*cg21Y)T69#(cF.@!!Bf2ui6$F)K!*JBLVN=FKMUp;\bb;* %Q@]3nFGQt0"R:rm^3N$Y7`Q9<=S[Xa&Pk##4cDB2PT %%@e;ciCr:\q?roj9pg/';@eO*XO+k&eBtVS:1DKgC_Q9\"X=&WFP/<5i,[L"9+Ece^>&s`Z-[ZmZ?N5N.,A-cWEd6!2Ea`%:o$:MrT>p+-Hc7<:J+M^9->m,ka`L\-k%T=Og %PE:psgLGZCk7.TJ!)*k#)WNL&);/*fMk9@D_gnL(H>9VL]#B[d1G6kpi%YDdY=LJ0HC5XI\AHIWNb5/@3uEk$W"+e8=5jePUE3Rf %VE/@4VMr`jgLJM18;4RE!3q,6%/cho"Ae?e\_AROE]Ys(+*fr=bc)=B^?FqsY"B3K?s;jCTa$2I9LkFkNb2d9PX;a)DY,WUGV\21 %jAbo]rgJ%KKOi42_.DUSkJieM:N1i9Ol>gn%8C9P3%>E^H(j]s&--e\#=cIAn@qIt]n$o?+t\?G)k>&Fr,e"MRonV6iM=C.nJ@'c %ppC$h-ZFd,Q;S5#m\:%mAbGKc=RUV+^@Gun&"_"M*aEuao:Rrn5=5!!gIiSUCJZRZ*dj=&P"3L$%l!`N>p&Qn"CU7-ctH> %/s\PV/f:fP,6%>8Mo$0R&br4te1OiE(;1^-D+?]G@6E_4h3UeDHqUNgjK`6"hVif/[UN'Q %b?VlF^DGr26`trP)GYN;dsrCQR>)r0j>2e0*(3Ijo3m/LM-!u.H8IjM!2k"k,GG#BJJ?5Y]6mQoL&fXfFs<]UJsp@EJ%6fu!=guQ %K]-*h_F?Q5;@L(%]4=/W!oAVrl!:j&):U\u)(5S#=C-pBTu[2j\g_HpU^37B/e>2so$'('?g&%+BcGPi2%Ul99b_5HrB5/h`= %L="nf/uA5ZA,0?de$c-:PCMVU1\X+4fN(bG3BHf[b0tj+s''F,@DAfY@%%;MWrXBJB?o:\Idd)V`jBDKT24J8ec]ql%fYV0h8Uiq9Y)Q@)(9#r6?? %eHbeGgZQcAe.VADH3o<+:.tKaQZd3r&]6m+$hbZi=n$,s3k7GcTML.`r]jW/.]=l0?@LdQAl;f$60MNDRl$P$,j.iVWPVt51SDr, %eEA=#Osj9>h#s!mQ<>\25JhCol&f&c9b!n<&=;i*M+-9?ENR%$,``7cJtDrTrkQSjA$jY=N%IiqMGH>H:VjDP6dprr-Y:fgASF)s %O(<%]pl7q7% %-o/NN?=2PoXhFeK)hUi~> %AI9_PrivateDataEnd xmds-doc-0~svn.1884/latex/figures/ndparamp2.eps0000644000175000017500000002320410007374504020706 0ustar rafaelrafael%!PS-Adobe-3.0 EPSF-3.0 %%Creator: MATLAB, The Mathworks, Inc. %%Title: /home/collecug/xmds-1.0rc2-4/examples/ndparamp2.eps %%CreationDate: 07/04/ 2 06:34:05 %%DocumentNeededFonts: Helvetica %%DocumentProcessColors: Cyan Magenta Yellow Black %%LanguageLevel: 2 %%Pages: 1 %%BoundingBox: 33 185 553 593 %%EndComments %%BeginProlog % MathWorks dictionary /MathWorks 160 dict begin % definition operators /bdef {bind def} bind def /ldef {load def} bind def /xdef {exch def} bdef /xstore {exch store} bdef % operator abbreviations /c /clip ldef /cc /concat ldef /cp /closepath ldef /gr /grestore ldef /gs /gsave ldef /mt /moveto ldef /np /newpath ldef /cm /currentmatrix ldef /sm /setmatrix ldef /rc {rectclip} bdef /rf {rectfill} bdef /rm /rmoveto ldef /rl /rlineto ldef /s /show ldef /sc {setcmykcolor} bdef /sr /setrgbcolor ldef /sg /setgray ldef /w /setlinewidth ldef /j /setlinejoin ldef /cap /setlinecap ldef % page state control /pgsv () def /bpage {/pgsv save def} bdef /epage {pgsv restore} bdef /bplot /gsave ldef /eplot {stroke grestore} bdef % orientation switch /portraitMode 0 def /landscapeMode 1 def % coordinate system mappings /dpi2point 0 def % font control /FontSize 0 def /FMS { /FontSize xstore %save size off stack findfont [FontSize 0 0 FontSize neg 0 0] makefont setfont }bdef /reencode { exch dup where {pop load} {pop StandardEncoding} ifelse exch dup 3 1 roll findfont dup length dict begin { 1 index /FID ne {def}{pop pop} ifelse } forall /Encoding exch def currentdict end definefont pop } bdef /isroman { findfont /CharStrings get /Agrave known } bdef /FMSR { 3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse exch FMS } bdef /csm { 1 dpi2point div -1 dpi2point div scale neg translate landscapeMode eq {90 rotate} if } bdef % line types: solid, dotted, dashed, dotdash /SO { [] 0 setdash } bdef /DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef /DA { [6 dpi2point mul] 0 setdash } bdef /DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4 dpi2point mul] 0 setdash } bdef % macros for lines and objects /L { lineto stroke } bdef /MP { 3 1 roll moveto 1 sub {rlineto} repeat } bdef /AP { {rlineto} repeat } bdef /PP { closepath eofill } bdef /DP { closepath stroke } bdef /MR { 4 -2 roll moveto dup 0 exch rlineto exch 0 rlineto neg 0 exch rlineto closepath } bdef /FR { MR stroke } bdef /PR { MR fill } bdef /L1i { { currentfile picstr readhexstring pop } image } bdef /tMatrix matrix def /MakeOval { newpath tMatrix currentmatrix pop translate scale 0 0 1 0 360 arc tMatrix setmatrix } bdef /FO { MakeOval stroke } bdef /PO { MakeOval fill } bdef /PD { currentlinecap 1 setlinecap 3 1 roll 2 copy moveto lineto stroke setlinecap } bdef /FA { newpath tMatrix currentmatrix pop translate scale 0 0 1 5 -2 roll arc tMatrix setmatrix stroke } bdef /PA { newpath tMatrix currentmatrix pop translate 0 0 moveto scale 0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill } bdef /FAn { newpath tMatrix currentmatrix pop translate scale 0 0 1 5 -2 roll arcn tMatrix setmatrix stroke } bdef /PAn { newpath tMatrix currentmatrix pop translate 0 0 moveto scale 0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill } bdef /vradius 0 def /hradius 0 def /lry 0 def /lrx 0 def /uly 0 def /ulx 0 def /rad 0 def /MRR { /vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly vradius add translate hradius vradius scale 0 0 1 180 270 arc tMatrix setmatrix lrx hradius sub uly vradius add translate hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix lrx hradius sub lry vradius sub translate hradius vradius scale 0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix closepath } bdef /FRR { MRR stroke } bdef /PRR { MRR fill } bdef /MlrRR { /lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def newpath tMatrix currentmatrix pop ulx rad add uly rad add translate rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix closepath } bdef /FlrRR { MlrRR stroke } bdef /PlrRR { MlrRR fill } bdef /MtbRR { /lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def newpath tMatrix currentmatrix pop ulx rad add uly rad add translate rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix closepath } bdef /FtbRR { MtbRR stroke } bdef /PtbRR { MtbRR fill } bdef currentdict end def %%EndProlog %%BeginSetup MathWorks begin 0 cap end %%EndSetup %%Page: 1 1 %%BeginPageSetup %%PageBoundingBox: 33 185 553 593 MathWorks begin bpage %%EndPageSetup %%BeginObject: obj1 bplot /dpi2point 12 def portraitMode 0216 7344 csm 180 218 6243 4896 rc 94 dict begin %Colortable dictionary /c0 { 0 0 0 sr} bdef /c1 { 1 1 1 sr} bdef /c2 { 1 0 0 sr} bdef /c3 { 0 1 0 sr} bdef /c4 { 0 0 1 sr} bdef /c5 { 1 1 0 sr} bdef /c6 { 1 0 1 sr} bdef /c7 { 0 1 1 sr} bdef c0 1 j 1 sg 0 0 6913 5186 rf 6 w 0 4225 5355 0 0 -4225 899 4614 4 MP PP -5355 0 0 4225 5355 0 0 -4225 899 4614 5 MP stroke 4 w DO 0 sg 899 4614 mt 899 389 L 899 389 mt 899 389 L 1970 4614 mt 1970 389 L 1970 389 mt 1970 389 L 3041 4614 mt 3041 389 L 3041 389 mt 3041 389 L 4112 4614 mt 4112 389 L 4112 389 mt 4112 389 L 5183 4614 mt 5183 389 L 5183 389 mt 5183 389 L 6254 4614 mt 6254 389 L 6254 389 mt 6254 389 L 899 4614 mt 6254 4614 L 6254 4614 mt 6254 4614 L 899 4010 mt 6254 4010 L 6254 4010 mt 6254 4010 L 899 3407 mt 6254 3407 L 6254 3407 mt 6254 3407 L 899 2803 mt 6254 2803 L 6254 2803 mt 6254 2803 L 899 2200 mt 6254 2200 L 6254 2200 mt 6254 2200 L 899 1596 mt 6254 1596 L 6254 1596 mt 6254 1596 L 899 993 mt 6254 993 L 6254 993 mt 6254 993 L 899 389 mt 6254 389 L 6254 389 mt 6254 389 L SO 6 w 899 4614 mt 6254 4614 L 899 389 mt 6254 389 L 899 4614 mt 899 389 L 6254 4614 mt 6254 389 L 899 4614 mt 6254 4614 L 899 4614 mt 899 389 L 899 4614 mt 899 4560 L 899 389 mt 899 443 L %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 216 FMSR 839 4850 mt (0) s 1970 4614 mt 1970 4560 L 1970 389 mt 1970 443 L 1910 4850 mt (2) s 3041 4614 mt 3041 4560 L 3041 389 mt 3041 443 L 2981 4850 mt (4) s 4112 4614 mt 4112 4560 L 4112 389 mt 4112 443 L 4052 4850 mt (6) s 5183 4614 mt 5183 4560 L 5183 389 mt 5183 443 L 5123 4850 mt (8) s 6254 4614 mt 6254 4560 L 6254 389 mt 6254 443 L 6134 4850 mt (10) s 899 4614 mt 953 4614 L 6254 4614 mt 6200 4614 L 744 4694 mt (0) s 899 4010 mt 953 4010 L 6254 4010 mt 6200 4010 L 504 4090 mt (100) s 899 3407 mt 953 3407 L 6254 3407 mt 6200 3407 L 504 3487 mt (200) s 899 2803 mt 953 2803 L 6254 2803 mt 6200 2803 L 504 2883 mt (300) s 899 2200 mt 953 2200 L 6254 2200 mt 6200 2200 L 504 2280 mt (400) s 899 1596 mt 953 1596 L 6254 1596 mt 6200 1596 L 504 1676 mt (500) s 899 993 mt 953 993 L 6254 993 mt 6200 993 L 504 1073 mt (600) s 899 389 mt 953 389 L 6254 389 mt 6200 389 L 504 469 mt (700) s 899 4614 mt 6254 4614 L 899 389 mt 6254 389 L 899 4614 mt 899 389 L 6254 4614 mt 6254 389 L gs 899 389 5356 4226 rc /c8 { 0.000000 0.000000 1.000000 sr} bdef c8 107 15 107 16 107 16 107 17 107 18 108 18 107 18 107 18 107 16 107 15 107 13 107 11 107 10 107 12 107 14 108 17 107 17 107 18 107 17 107 18 107 19 107 20 107 23 107 25 107 29 108 33 107 40 107 47 107 56 107 68 107 83 107 103 107 127 107 154 107 177 108 193 107 192 107 164 107 121 107 73 107 33 107 13 107 7 107 2 107 1 108 0 107 0 107 0 107 0 107 0 899 389 51 MP stroke gr c8 0 sg 3522 5064 mt (z) s %%IncludeResource: font Symbol /Symbol /ISOLatin1Encoding 216 FMSR 449 3819 mt -90 rotate (\362) s 90 rotate %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 216 FMSR 449 3760 mt -90 rotate ( dt dy \(|) s 90 rotate %%IncludeResource: font Symbol /Symbol /ISOLatin1Encoding 216 FMSR 449 3044 mt -90 rotate (f) s 90 rotate %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 168 FMSR 557 2932 mt -90 rotate (1) s 90 rotate %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 216 FMSR 449 2839 mt -90 rotate (|) s 90 rotate %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 168 FMSR 341 2783 mt -90 rotate (2) s 90 rotate %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 216 FMSR 449 2690 mt -90 rotate ( + |) s 90 rotate %%IncludeResource: font Symbol /Symbol /ISOLatin1Encoding 216 FMSR 449 2388 mt -90 rotate (f) s 90 rotate %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 168 FMSR 557 2276 mt -90 rotate (2) s 90 rotate %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 216 FMSR 449 2183 mt -90 rotate (|) s 90 rotate %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 168 FMSR 341 2127 mt -90 rotate (2) s 90 rotate %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 216 FMSR 449 2034 mt -90 rotate ( + 2|) s 90 rotate %%IncludeResource: font Symbol /Symbol /ISOLatin1Encoding 216 FMSR 449 1612 mt -90 rotate (f) s 90 rotate %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 168 FMSR 557 1500 mt -90 rotate (3) s 90 rotate %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 216 FMSR 449 1407 mt -90 rotate (|) s 90 rotate %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 168 FMSR 341 1351 mt -90 rotate (2) s 90 rotate %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 216 FMSR 449 1258 mt -90 rotate (\)) s 90 rotate end eplot %%EndObject epage end showpage %%Trailer %%EOF xmds-doc-0~svn.1884/latex/figures/advectionMatlabPlot.eps0000644000175000017500000162042210034227241022757 0ustar rafaelrafael%!PS-Adobe-3.0 EPSF-3.0 %%Creator: MATLAB, The Mathworks, Inc. %%Title: advectionMatlabPlot.eps %%CreationDate: 04/05/2004 19:43:28 %%DocumentNeededFonts: Helvetica %%DocumentProcessColors: Cyan Magenta Yellow Black %%LanguageLevel: 2 %%Pages: 1 %%BoundingBox: 46 201 557 583 %%EndComments %%BeginProlog % MathWorks dictionary /MathWorks 160 dict begin % definition operators /bdef {bind def} bind def /ldef {load def} bind def /xdef {exch def} bdef /xstore {exch store} bdef % operator abbreviations /c /clip ldef /cc /concat ldef /cp /closepath ldef /gr /grestore ldef /gs /gsave ldef /mt /moveto ldef /np /newpath ldef /cm /currentmatrix ldef /sm /setmatrix ldef /rm /rmoveto ldef /rl /rlineto ldef /s {show newpath} bdef /sc {setcmykcolor} bdef /sr /setrgbcolor ldef /sg /setgray ldef /w /setlinewidth ldef /j /setlinejoin ldef /cap /setlinecap ldef /rc {rectclip} bdef /rf {rectfill} bdef % page state control /pgsv () def /bpage {/pgsv save def} bdef /epage {pgsv restore} bdef /bplot /gsave ldef /eplot {stroke grestore} bdef % orientation switch /portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def % coordinate system mappings /dpi2point 0 def % font control /FontSize 0 def /FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0] makefont setfont} bdef /reencode {exch dup where {pop load} {pop StandardEncoding} ifelse exch dup 3 1 roll findfont dup length dict begin { 1 index /FID ne {def}{pop pop} ifelse } forall /Encoding exch def currentdict end definefont pop} bdef /isroman {findfont /CharStrings get /Agrave known} bdef /FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse exch FMS} bdef /csm {1 dpi2point div -1 dpi2point div scale neg translate dup landscapeMode eq {pop -90 rotate} {rotateMode eq {90 rotate} if} ifelse} bdef % line types: solid, dotted, dashed, dotdash /SO { [] 0 setdash } bdef /DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef /DA { [6 dpi2point mul] 0 setdash } bdef /DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4 dpi2point mul] 0 setdash } bdef % macros for lines and objects /L {lineto stroke} bdef /MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef /AP {{rlineto} repeat} bdef /PDlw -1 def /W {/PDlw currentlinewidth def setlinewidth} def /PP {closepath eofill} bdef /DP {closepath stroke} bdef /MR {4 -2 roll moveto dup 0 exch rlineto exch 0 rlineto neg 0 exch rlineto closepath} bdef /FR {MR stroke} bdef /PR {MR fill} bdef /L1i {{currentfile picstr readhexstring pop} image} bdef /tMatrix matrix def /MakeOval {newpath tMatrix currentmatrix pop translate scale 0 0 1 0 360 arc tMatrix setmatrix} bdef /FO {MakeOval stroke} bdef /PO {MakeOval fill} bdef /PD {currentlinewidth 2 div 0 360 arc fill PDlw -1 eq not {PDlw w /PDlw -1 def} if} def /FA {newpath tMatrix currentmatrix pop translate scale 0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef /PA {newpath tMatrix currentmatrix pop translate 0 0 moveto scale 0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef /FAn {newpath tMatrix currentmatrix pop translate scale 0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef /PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale 0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef /vradius 0 def /hradius 0 def /lry 0 def /lrx 0 def /uly 0 def /ulx 0 def /rad 0 def /MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly vradius add translate hradius vradius scale 0 0 1 180 270 arc tMatrix setmatrix lrx hradius sub uly vradius add translate hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix lrx hradius sub lry vradius sub translate hradius vradius scale 0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix closepath} bdef /FRR {MRR stroke } bdef /PRR {MRR fill } bdef /MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def newpath tMatrix currentmatrix pop ulx rad add uly rad add translate rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix closepath} bdef /FlrRR {MlrRR stroke } bdef /PlrRR {MlrRR fill } bdef /MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def newpath tMatrix currentmatrix pop ulx rad add uly rad add translate rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix closepath} bdef /FtbRR {MtbRR stroke } bdef /PtbRR {MtbRR fill } bdef /stri 6 array def /dtri 6 array def /smat 6 array def /dmat 6 array def /tmat1 6 array def /tmat2 6 array def /dif 3 array def /asub {/ind2 exch def /ind1 exch def dup dup ind1 get exch ind2 get sub exch } bdef /tri_to_matrix { 2 0 asub 3 1 asub 4 0 asub 5 1 asub dup 0 get exch 1 get 7 -1 roll astore } bdef /compute_transform { dmat dtri tri_to_matrix tmat1 invertmatrix smat stri tri_to_matrix tmat2 concatmatrix } bdef /ds {stri astore pop} bdef /dt {dtri astore pop} bdef /db {2 copy /cols xdef /rows xdef mul dup 3 mul string currentfile 3 index 0 eq {/ASCIIHexDecode filter} {/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if } ifelse exch readstring pop dup 0 3 index getinterval /rbmap xdef dup 2 index dup getinterval /gbmap xdef 1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef /it {gs np dtri aload pop moveto lineto lineto cp c cols rows 8 compute_transform rbmap gbmap bbmap true 3 colorimage gr}bdef /il {newpath moveto lineto stroke}bdef currentdict end def %%EndProlog %%BeginSetup MathWorks begin 0 cap end %%EndSetup %%Page: 1 1 %%BeginPageSetup %%PageBoundingBox: 46 201 557 583 MathWorks begin bpage %%EndPageSetup %%BeginObject: obj1 bplot /dpi2point 12 def portraitMode 0216 7344 csm 342 340 6130 4590 rc 91 dict begin %Colortable dictionary /c0 { 0 0 0 sr} bdef /c1 { 1 1 1 sr} bdef /c2 { 1 0 0 sr} bdef /c3 { 0 1 0 sr} bdef /c4 { 0 0 1 sr} bdef /c5 { 1 1 0 sr} bdef /c6 { 1 0 1 sr} bdef /c7 { 0 1 1 sr} bdef c0 1 j 1 sg 0 0 6913 5186 rf 6 w 0 2336 -2326 -1070 0 -2336 6255 3794 4 MP PP 2326 1070 0 2336 -2326 -1070 0 -2336 6255 3794 5 MP stroke 2326 1070 3030 -821 -2325 -1070 3224 4615 4 MP PP -3031 821 2326 1070 3030 -821 -2325 -1070 3224 4615 5 MP stroke 0 2336 3030 -821 0 -2336 899 3545 4 MP PP -3030 821 0 2336 3030 -821 0 -2336 899 3545 5 MP stroke 4 w DO 0 sg 3224 4615 mt 899 3545 L 899 3545 mt 899 1209 L 3830 4450 mt 1505 3381 L 1505 3381 mt 1505 1045 L 4436 4286 mt 2111 3216 L 2111 3216 mt 2111 881 L 5042 4122 mt 2717 3052 L 2717 3052 mt 2717 717 L 5648 3958 mt 3323 2888 L 3323 2888 mt 3323 553 L 6255 3794 mt 3929 2724 L 3929 2724 mt 3929 389 L 3224 4615 mt 6255 3794 L 6255 3794 mt 6255 1458 L 2061 4080 mt 5092 3259 L 5092 3259 mt 5092 923 L 899 3545 mt 3929 2724 L 3929 2724 mt 3929 389 L 899 3545 mt 3929 2724 L 3929 2724 mt 6255 3794 L 899 3285 mt 3929 2464 L 3929 2464 mt 6255 3534 L 899 3026 mt 3929 2205 L 3929 2205 mt 6255 3275 L 899 2766 mt 3929 1945 L 3929 1945 mt 6255 3015 L 899 2507 mt 3929 1686 L 3929 1686 mt 6255 2756 L 899 2247 mt 3929 1426 L 3929 1426 mt 6255 2496 L 899 1988 mt 3929 1167 L 3929 1167 mt 6255 2237 L 899 1728 mt 3929 907 L 3929 907 mt 6255 1977 L 899 1469 mt 3929 648 L 3929 648 mt 6255 1718 L 899 1209 mt 3929 389 L 3929 389 mt 6255 1458 L SO 6 w 3224 4615 mt 6255 3794 L 3224 4615 mt 899 3545 L 899 3545 mt 899 1209 L 3224 4615 mt 3295 4647 L %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 120 FMSR 3327 4773 mt (0) s 3830 4450 mt 3901 4483 L 3933 4609 mt (0.2) s 4436 4286 mt 4507 4319 L 4539 4444 mt (0.4) s 5042 4122 mt 5114 4155 L 5145 4280 mt (0.6) s 5648 3958 mt 5720 3991 L 5751 4116 mt (0.8) s 6255 3794 mt 6326 3826 L 6357 3952 mt (1) s 3224 4615 mt 3148 4635 L 2879 4755 mt (-0.5) s 2061 4080 mt 1985 4100 L 1886 4220 mt (0) s 899 3545 mt 823 3565 L 623 3685 mt (0.5) s 899 3545 mt 827 3512 L 560 3542 mt (-0.8) s 899 3285 mt 827 3252 L 560 3282 mt (-0.6) s 899 3026 mt 827 2993 L 560 3023 mt (-0.4) s 899 2766 mt 827 2733 L 560 2763 mt (-0.2) s 899 2507 mt 827 2474 L 730 2504 mt (0) s 899 2247 mt 827 2214 L 630 2244 mt (0.2) s 899 1988 mt 827 1955 L 630 1985 mt (0.4) s 899 1728 mt 827 1696 L 630 1725 mt (0.6) s 899 1469 mt 827 1436 L 630 1466 mt (0.8) s 899 1209 mt 827 1177 L 730 1206 mt (1) s gs 899 389 5357 4227 rc 1 sg -47 -22 61 -16 6194 2772 3 MP PP /c8 { 0.062500 1.000000 0.937500 sr} bdef c8 6194 2772 mt 6255 2756 L 6255 2756 mt 6208 2734 L 1 sg 61 -17 -47 -21 6194 2772 3 MP PP c8 6194 2772 mt 6147 2751 L 6147 2751 mt 6208 2734 L 1 sg -47 -21 61 -17 6147 2751 3 MP PP c8 6147 2751 mt 6208 2734 L 6208 2734 mt 6161 2713 L 1 sg -47 -21 61 -17 6133 2789 3 MP PP c8 6133 2789 mt 6194 2772 L 6194 2772 mt 6147 2751 L 1 sg 60 -16 -46 -22 6147 2751 3 MP PP c8 6147 2751 mt 6101 2729 L 6101 2729 mt 6161 2713 L 1 sg -46 -22 60 -16 6101 2729 3 MP PP c8 6101 2729 mt 6161 2713 L 6161 2713 mt 6115 2691 L 1 sg 60 -16 -46 -22 6133 2789 3 MP PP c8 6133 2789 mt 6087 2767 L 6087 2767 mt 6147 2751 L 1 sg -46 -22 60 -16 6087 2767 3 MP PP c8 6087 2767 mt 6147 2751 L 6147 2751 mt 6101 2729 L 1 sg -46 -22 60 -16 6073 2805 3 MP PP c8 6073 2805 mt 6133 2789 L 6133 2789 mt 6087 2767 L 1 sg 61 -17 -47 -21 6101 2729 3 MP PP c8 6101 2729 mt 6054 2708 L 6054 2708 mt 6115 2691 L 1 sg -47 -21 61 -17 6054 2708 3 MP PP c8 6054 2708 mt 6115 2691 L 6115 2691 mt 6068 2670 L 1 sg 61 -17 -47 -21 6087 2767 3 MP PP c8 6087 2767 mt 6040 2746 L 6040 2746 mt 6101 2729 L 1 sg -47 -21 61 -17 6040 2746 3 MP PP c8 6040 2746 mt 6101 2729 L 6101 2729 mt 6054 2708 L 1 sg 61 -16 -47 -22 6073 2805 3 MP PP c8 6073 2805 mt 6026 2783 L 6026 2783 mt 6087 2767 L 1 sg -47 -21 61 -16 6026 2783 3 MP PP c8 6026 2783 mt 6087 2767 L 6087 2767 mt 6040 2746 L 1 sg -47 -22 61 -16 6012 2821 3 MP PP c8 6012 2821 mt 6073 2805 L 6073 2805 mt 6026 2783 L 1 sg 60 -16 -46 -22 6054 2708 3 MP PP c8 6054 2708 mt 6008 2686 L 6008 2686 mt 6068 2670 L 1 sg -46 -22 60 -16 6008 2686 3 MP PP c8 6008 2686 mt 6068 2670 L 6068 2670 mt 6022 2648 L 1 sg 60 -16 -46 -22 6040 2746 3 MP PP c8 6040 2746 mt 5994 2724 L 5994 2724 mt 6054 2708 L 1 sg -46 -22 60 -16 5994 2724 3 MP PP c8 5994 2724 mt 6054 2708 L 6054 2708 mt 6008 2686 L 1 sg 60 -16 -46 -21 6026 2783 3 MP PP c8 6026 2783 mt 5980 2762 L 5980 2762 mt 6040 2746 L 1 sg -46 -22 60 -16 5980 2762 3 MP PP c8 5980 2762 mt 6040 2746 L 6040 2746 mt 5994 2724 L 1 sg 60 -17 -46 -21 6012 2821 3 MP PP c8 6012 2821 mt 5966 2800 L 5966 2800 mt 6026 2783 L 1 sg -46 -21 60 -17 5966 2800 3 MP PP c8 5966 2800 mt 6026 2783 L 6026 2783 mt 5980 2762 L 1 sg 61 -16 -47 -22 6008 2686 3 MP PP c8 6008 2686 mt 5961 2664 L 5961 2664 mt 6022 2648 L 1 sg -47 -21 61 -16 5961 2664 3 MP PP c8 5961 2664 mt 6022 2648 L 6022 2648 mt 5975 2627 L 1 sg -46 -21 61 -16 5951 2837 3 MP PP c8 5951 2837 mt 6012 2821 L 6012 2821 mt 5966 2800 L 1 sg 61 -16 -47 -22 5994 2724 3 MP PP c8 5994 2724 mt 5947 2702 L 5947 2702 mt 6008 2686 L 1 sg -47 -22 61 -16 5947 2702 3 MP PP c8 5947 2702 mt 6008 2686 L 6008 2686 mt 5961 2664 L 1 sg 61 -16 -47 -22 5980 2762 3 MP PP c8 5980 2762 mt 5933 2740 L 5933 2740 mt 5994 2724 L 1 sg -47 -22 61 -16 5933 2740 3 MP PP c8 5933 2740 mt 5994 2724 L 5994 2724 mt 5947 2702 L 1 sg 61 -16 -47 -22 5966 2800 3 MP PP c8 5966 2800 mt 5919 2778 L 5919 2778 mt 5980 2762 L 1 sg -47 -22 61 -16 5919 2778 3 MP PP c8 5919 2778 mt 5980 2762 L 5980 2762 mt 5933 2740 L 1 sg 60 -16 -46 -21 5961 2664 3 MP PP c8 5961 2664 mt 5915 2643 L 5915 2643 mt 5975 2627 L 1 sg -46 -22 60 -16 5915 2643 3 MP PP c8 5915 2643 mt 5975 2627 L 5975 2627 mt 5929 2605 L 1 sg 61 -16 -46 -21 5951 2837 3 MP PP c8 5951 2837 mt 5905 2816 L 5905 2816 mt 5966 2800 L 1 sg -47 -22 61 -16 5905 2816 3 MP PP c8 5905 2816 mt 5966 2800 L 5966 2800 mt 5919 2778 L 1 sg 60 -17 -46 -21 5947 2702 3 MP PP c8 5947 2702 mt 5901 2681 L 5901 2681 mt 5961 2664 L 1 sg -46 -21 60 -17 5901 2681 3 MP PP c8 5901 2681 mt 5961 2664 L 5961 2664 mt 5915 2643 L 1 sg -46 -21 60 -16 5891 2853 3 MP PP c8 5891 2853 mt 5951 2837 L 5951 2837 mt 5905 2816 L 1 sg 60 -17 -46 -21 5933 2740 3 MP PP c8 5933 2740 mt 5887 2719 L 5887 2719 mt 5947 2702 L 1 sg -46 -21 60 -17 5887 2719 3 MP PP c8 5887 2719 mt 5947 2702 L 5947 2702 mt 5901 2681 L 1 sg 60 -17 -46 -21 5919 2778 3 MP PP c8 5919 2778 mt 5873 2757 L 5873 2757 mt 5933 2740 L 1 sg -46 -21 60 -17 5873 2757 3 MP PP c8 5873 2757 mt 5933 2740 L 5933 2740 mt 5887 2719 L 1 sg 61 -19 -47 -19 5915 2643 3 MP PP c8 5915 2643 mt 5868 2624 L 5868 2624 mt 5929 2605 L 1 sg -47 -19 61 -19 5868 2624 3 MP PP c8 5868 2624 mt 5929 2605 L 5929 2605 mt 5882 2586 L 1 sg 61 -16 -47 -22 5905 2816 3 MP PP c8 5905 2816 mt 5858 2794 L 5858 2794 mt 5919 2778 L 1 sg -46 -21 61 -16 5858 2794 3 MP PP c8 5858 2794 mt 5919 2778 L 5919 2778 mt 5873 2757 L 1 sg 61 -18 -47 -20 5901 2681 3 MP PP c8 5901 2681 mt 5854 2661 L 5854 2661 mt 5915 2643 L 1 sg -47 -19 61 -18 5854 2661 3 MP PP c8 5854 2661 mt 5915 2643 L 5915 2643 mt 5868 2624 L 1 sg 61 -16 -47 -21 5891 2853 3 MP PP c8 5891 2853 mt 5844 2832 L 5844 2832 mt 5905 2816 L 1 sg -47 -22 61 -16 5844 2832 3 MP PP c8 5844 2832 mt 5905 2816 L 5905 2816 mt 5858 2794 L 1 sg 61 -18 -47 -20 5887 2719 3 MP PP c8 5887 2719 mt 5840 2699 L 5840 2699 mt 5901 2681 L 1 sg -47 -20 61 -18 5840 2699 3 MP PP c8 5840 2699 mt 5901 2681 L 5901 2681 mt 5854 2661 L 1 sg -47 -21 61 -17 5830 2870 3 MP PP c8 5830 2870 mt 5891 2853 L 5891 2853 mt 5844 2832 L 1 sg 61 -18 -47 -20 5873 2757 3 MP PP c8 5873 2757 mt 5826 2737 L 5826 2737 mt 5887 2719 L 1 sg -47 -20 61 -18 5826 2737 3 MP PP c8 5826 2737 mt 5887 2719 L 5887 2719 mt 5840 2699 L 1 sg 60 -21 -46 -17 5868 2624 3 MP PP c8 5868 2624 mt 5822 2607 L /c9 { 0.000000 1.000000 1.000000 sr} bdef c9 5822 2607 mt 5882 2586 L 1 sg -46 -17 60 -21 5822 2607 3 MP PP c9 5822 2607 mt 5882 2586 L c8 5882 2586 mt 5836 2569 L 1 sg 61 -18 -46 -19 5858 2794 3 MP PP c8 5858 2794 mt 5812 2775 L 5812 2775 mt 5873 2757 L 1 sg -47 -20 61 -18 5812 2775 3 MP PP c8 5812 2775 mt 5873 2757 L 5873 2757 mt 5826 2737 L 1 sg 60 -21 -46 -16 5854 2661 3 MP PP c8 5854 2661 mt 5808 2645 L c9 5808 2645 mt 5868 2624 L 1 sg -46 -17 60 -21 5808 2645 3 MP PP c9 5808 2645 mt 5868 2624 L c8 5868 2624 mt 5822 2607 L 1 sg 60 -19 -46 -19 5844 2832 3 MP PP c8 5844 2832 mt 5798 2813 L 5798 2813 mt 5858 2794 L 1 sg -46 -19 60 -19 5798 2813 3 MP PP c8 5798 2813 mt 5858 2794 L 5858 2794 mt 5812 2775 L 1 sg 60 -22 -46 -16 5840 2699 3 MP PP c8 5840 2699 mt 5794 2683 L c9 5794 2683 mt 5854 2661 L 1 sg -46 -16 60 -22 5794 2683 3 MP PP c9 5794 2683 mt 5854 2661 L c8 5854 2661 mt 5808 2645 L 1 sg 60 -18 -46 -20 5830 2870 3 MP PP c8 5830 2870 mt 5784 2850 L 5784 2850 mt 5844 2832 L 1 sg -46 -19 60 -18 5784 2850 3 MP PP c8 5784 2850 mt 5844 2832 L 5844 2832 mt 5798 2813 L 1 sg 60 -22 -46 -16 5826 2737 3 MP PP c8 5826 2737 mt 5780 2721 L c9 5780 2721 mt 5840 2699 L 1 sg -46 -16 60 -22 5780 2721 3 MP PP c9 5780 2721 mt 5840 2699 L c8 5840 2699 mt 5794 2683 L 1 sg 61 -25 -47 -13 5822 2607 3 MP PP c9 5822 2607 mt 5775 2594 L 5775 2594 mt 5836 2569 L 1 sg -47 -13 61 -25 5775 2594 3 MP PP c9 5775 2594 mt 5836 2569 L 5836 2569 mt 5789 2556 L 1 sg -46 -20 60 -18 5770 2888 3 MP PP c8 5770 2888 mt 5830 2870 L 5830 2870 mt 5784 2850 L 1 sg 61 -21 -47 -17 5812 2775 3 MP PP c8 5812 2775 mt 5765 2758 L c9 5765 2758 mt 5826 2737 L 1 sg -46 -16 61 -21 5765 2758 3 MP PP c9 5765 2758 mt 5826 2737 L c8 5826 2737 mt 5780 2721 L 1 sg 61 -25 -47 -13 5808 2645 3 MP PP c9 5808 2645 mt 5761 2632 L 5761 2632 mt 5822 2607 L 1 sg -47 -13 61 -25 5761 2632 3 MP PP c9 5761 2632 mt 5822 2607 L 5822 2607 mt 5775 2594 L 1 sg 61 -21 -47 -17 5798 2813 3 MP PP c8 5798 2813 mt 5751 2796 L c9 5751 2796 mt 5812 2775 L 1 sg -47 -17 61 -21 5751 2796 3 MP PP c9 5751 2796 mt 5812 2775 L c8 5812 2775 mt 5765 2758 L 1 sg 61 -25 -47 -13 5794 2683 3 MP PP c9 5794 2683 mt 5747 2670 L 5747 2670 mt 5808 2645 L 1 sg -47 -13 61 -25 5747 2670 3 MP PP c9 5747 2670 mt 5808 2645 L 5808 2645 mt 5761 2632 L 1 sg 61 -21 -47 -16 5784 2850 3 MP PP c8 5784 2850 mt 5737 2834 L c9 5737 2834 mt 5798 2813 L 1 sg -47 -17 61 -21 5737 2834 3 MP PP c9 5737 2834 mt 5798 2813 L c8 5798 2813 mt 5751 2796 L 1 sg 61 -24 -47 -14 5780 2721 3 MP PP c9 5780 2721 mt 5733 2707 L 5733 2707 mt 5794 2683 L 1 sg -47 -13 61 -24 5733 2707 3 MP PP c9 5733 2707 mt 5794 2683 L 5794 2683 mt 5747 2670 L 1 sg 60 -23 -46 -15 5775 2594 3 MP PP c9 5775 2594 mt 5729 2579 L 5729 2579 mt 5789 2556 L 1 sg -46 -15 60 -23 5729 2579 3 MP PP c9 5729 2579 mt 5789 2556 L 5789 2556 mt 5743 2541 L 1 sg 61 -22 -47 -16 5770 2888 3 MP PP c8 5770 2888 mt 5723 2872 L c9 5723 2872 mt 5784 2850 L 1 sg -47 -16 61 -22 5723 2872 3 MP PP c9 5723 2872 mt 5784 2850 L c8 5784 2850 mt 5737 2834 L 1 sg 61 -24 -46 -13 5765 2758 3 MP PP c9 5765 2758 mt 5719 2745 L 5719 2745 mt 5780 2721 L 1 sg -47 -14 61 -24 5719 2745 3 MP PP c9 5719 2745 mt 5780 2721 L 5780 2721 mt 5733 2707 L 1 sg 60 -23 -46 -15 5761 2632 3 MP PP c9 5761 2632 mt 5715 2617 L 5715 2617 mt 5775 2594 L 1 sg -46 -15 60 -23 5715 2617 3 MP PP c9 5715 2617 mt 5775 2594 L 5775 2594 mt 5729 2579 L 1 sg -47 -16 61 -22 5709 2910 3 MP PP c9 5709 2910 mt 5770 2888 L c8 5770 2888 mt 5723 2872 L 1 sg 60 -25 -46 -13 5751 2796 3 MP PP c9 5751 2796 mt 5705 2783 L 5705 2783 mt 5765 2758 L 1 sg -46 -13 60 -25 5705 2783 3 MP PP c9 5705 2783 mt 5765 2758 L 5765 2758 mt 5719 2745 L 1 sg 60 -23 -46 -15 5747 2670 3 MP PP c9 5747 2670 mt 5701 2655 L 5701 2655 mt 5761 2632 L 1 sg -46 -15 60 -23 5701 2655 3 MP PP c9 5701 2655 mt 5761 2632 L 5761 2632 mt 5715 2617 L 1 sg 60 -25 -46 -13 5737 2834 3 MP PP c9 5737 2834 mt 5691 2821 L 5691 2821 mt 5751 2796 L 1 sg -46 -13 60 -25 5691 2821 3 MP PP c9 5691 2821 mt 5751 2796 L 5751 2796 mt 5705 2783 L 1 sg 61 -22 -47 -15 5733 2707 3 MP PP c9 5733 2707 mt 5686 2692 L 5686 2692 mt 5747 2670 L 1 sg -46 -15 61 -22 5686 2692 3 MP PP c9 5686 2692 mt 5747 2670 L 5747 2670 mt 5701 2655 L 1 sg 61 -9 -47 -29 5729 2579 3 MP PP c9 5729 2579 mt 5682 2550 L 5682 2550 mt 5743 2541 L 1 sg -47 -28 61 -9 5682 2550 3 MP PP c9 5682 2550 mt 5743 2541 L 5743 2541 mt 5696 2513 L 1 sg 60 -25 -46 -13 5723 2872 3 MP PP c9 5723 2872 mt 5677 2859 L 5677 2859 mt 5737 2834 L 1 sg -46 -13 60 -25 5677 2859 3 MP PP c9 5677 2859 mt 5737 2834 L 5737 2834 mt 5691 2821 L 1 sg 61 -23 -47 -15 5719 2745 3 MP PP c9 5719 2745 mt 5672 2730 L 5672 2730 mt 5733 2707 L 1 sg -47 -15 61 -23 5672 2730 3 MP PP c9 5672 2730 mt 5733 2707 L 5733 2707 mt 5686 2692 L 1 sg 61 -9 -47 -29 5715 2617 3 MP PP c9 5715 2617 mt 5668 2588 L 5668 2588 mt 5729 2579 L 1 sg -47 -29 61 -9 5668 2588 3 MP PP c9 5668 2588 mt 5729 2579 L 5729 2579 mt 5682 2550 L 1 sg 61 -24 -47 -14 5709 2910 3 MP PP c9 5709 2910 mt 5662 2896 L 5662 2896 mt 5723 2872 L 1 sg -46 -13 61 -24 5662 2896 3 MP PP c9 5662 2896 mt 5723 2872 L 5723 2872 mt 5677 2859 L 1 sg 61 -23 -47 -15 5705 2783 3 MP PP c9 5705 2783 mt 5658 2768 L 5658 2768 mt 5719 2745 L 1 sg -47 -15 61 -23 5658 2768 3 MP PP c9 5658 2768 mt 5719 2745 L 5719 2745 mt 5672 2730 L 1 sg 61 -9 -47 -29 5701 2655 3 MP PP c9 5701 2655 mt 5654 2626 L 5654 2626 mt 5715 2617 L 1 sg -47 -29 61 -9 5654 2626 3 MP PP c9 5654 2626 mt 5715 2617 L 5715 2617 mt 5668 2588 L 1 sg -47 -14 61 -24 5648 2934 3 MP PP c9 5648 2934 mt 5709 2910 L 5709 2910 mt 5662 2896 L 1 sg 61 -23 -47 -15 5691 2821 3 MP PP c9 5691 2821 mt 5644 2806 L 5644 2806 mt 5705 2783 L 1 sg -47 -15 61 -23 5644 2806 3 MP PP c9 5644 2806 mt 5705 2783 L 5705 2783 mt 5658 2768 L 1 sg 61 -9 -46 -28 5686 2692 3 MP PP c9 5686 2692 mt 5640 2664 L 5640 2664 mt 5701 2655 L 1 sg -47 -29 61 -9 5640 2664 3 MP PP c9 5640 2664 mt 5701 2655 L 5701 2655 mt 5654 2626 L 1 sg 60 20 -46 -57 5682 2550 3 MP PP c9 5682 2550 mt 5636 2493 L c8 5636 2493 mt 5696 2513 L 1 sg -46 -58 60 20 5636 2493 3 MP PP c8 5636 2493 mt 5696 2513 L c9 5696 2513 mt 5650 2455 L 1 sg 61 -23 -47 -15 5677 2859 3 MP PP c9 5677 2859 mt 5630 2844 L 5630 2844 mt 5691 2821 L 1 sg -47 -15 61 -23 5630 2844 3 MP PP c9 5630 2844 mt 5691 2821 L 5691 2821 mt 5644 2806 L 1 sg 60 -10 -46 -28 5672 2730 3 MP PP c9 5672 2730 mt 5626 2702 L 5626 2702 mt 5686 2692 L 1 sg -46 -28 60 -10 5626 2702 3 MP PP c9 5626 2702 mt 5686 2692 L 5686 2692 mt 5640 2664 L 1 sg 60 19 -46 -57 5668 2588 3 MP PP c9 5668 2588 mt 5622 2531 L c8 5622 2531 mt 5682 2550 L 1 sg -46 -57 60 19 5622 2531 3 MP PP c8 5622 2531 mt 5682 2550 L c9 5682 2550 mt 5636 2493 L 1 sg 61 -22 -46 -15 5662 2896 3 MP PP c9 5662 2896 mt 5616 2881 L 5616 2881 mt 5677 2859 L 1 sg -47 -15 61 -22 5616 2881 3 MP PP c9 5616 2881 mt 5677 2859 L 5677 2859 mt 5630 2844 L 1 sg 60 -9 -46 -29 5658 2768 3 MP PP c9 5658 2768 mt 5612 2739 L 5612 2739 mt 5672 2730 L 1 sg -46 -28 60 -9 5612 2739 3 MP PP c9 5612 2739 mt 5672 2730 L 5672 2730 mt 5626 2702 L 1 sg 60 20 -46 -58 5654 2626 3 MP PP c9 5654 2626 mt 5608 2568 L c8 5608 2568 mt 5668 2588 L 1 sg -46 -57 60 20 5608 2568 3 MP PP c8 5608 2568 mt 5668 2588 L c9 5668 2588 mt 5622 2531 L 1 sg 60 -23 -46 -15 5648 2934 3 MP PP c9 5648 2934 mt 5602 2919 L 5602 2919 mt 5662 2896 L 1 sg -46 -15 60 -23 5602 2919 3 MP PP c9 5602 2919 mt 5662 2896 L 5662 2896 mt 5616 2881 L 1 sg 60 -9 -46 -29 5644 2806 3 MP PP c9 5644 2806 mt 5598 2777 L 5598 2777 mt 5658 2768 L 1 sg -46 -29 60 -9 5598 2777 3 MP PP c9 5598 2777 mt 5658 2768 L 5658 2768 mt 5612 2739 L 1 sg 61 20 -47 -58 5640 2664 3 MP PP c9 5640 2664 mt 5593 2606 L c8 5593 2606 mt 5654 2626 L 1 sg -46 -58 61 20 5593 2606 3 MP PP c8 5593 2606 mt 5654 2626 L c9 5654 2626 mt 5608 2568 L 1 sg 61 54 -47 -92 5636 2493 3 MP PP c8 5636 2493 mt 5589 2401 L /c10 { 0.250000 1.000000 0.750000 sr} bdef c10 5589 2401 mt 5650 2455 L 1 sg -47 -92 61 54 5589 2401 3 MP PP c10 5589 2401 mt 5650 2455 L c8 5650 2455 mt 5603 2363 L 1 sg -46 -15 60 -23 5588 2957 3 MP PP c9 5588 2957 mt 5648 2934 L 5648 2934 mt 5602 2919 L 1 sg 60 -9 -46 -29 5630 2844 3 MP PP c9 5630 2844 mt 5584 2815 L 5584 2815 mt 5644 2806 L 1 sg -46 -29 60 -9 5584 2815 3 MP PP c9 5584 2815 mt 5644 2806 L 5644 2806 mt 5598 2777 L 1 sg 61 20 -47 -58 5626 2702 3 MP PP c9 5626 2702 mt 5579 2644 L c8 5579 2644 mt 5640 2664 L 1 sg -47 -58 61 20 5579 2644 3 MP PP c8 5579 2644 mt 5640 2664 L c9 5640 2664 mt 5593 2606 L 1 sg 61 55 -47 -93 5622 2531 3 MP PP c8 5622 2531 mt 5575 2438 L c10 5575 2438 mt 5636 2493 L 1 sg -47 -92 61 55 5575 2438 3 MP PP c10 5575 2438 mt 5636 2493 L c8 5636 2493 mt 5589 2401 L 1 sg 61 -9 -47 -28 5616 2881 3 MP PP c9 5616 2881 mt 5569 2853 L 5569 2853 mt 5630 2844 L 1 sg -46 -29 61 -9 5569 2853 3 MP PP c9 5569 2853 mt 5630 2844 L 5630 2844 mt 5584 2815 L 1 sg 61 20 -47 -57 5612 2739 3 MP PP c9 5612 2739 mt 5565 2682 L c8 5565 2682 mt 5626 2702 L 1 sg -47 -58 61 20 5565 2682 3 MP PP c8 5565 2682 mt 5626 2702 L c9 5626 2702 mt 5579 2644 L 1 sg 61 55 -47 -92 5608 2568 3 MP PP c8 5608 2568 mt 5561 2476 L c10 5561 2476 mt 5622 2531 L 1 sg -47 -93 61 55 5561 2476 3 MP PP c10 5561 2476 mt 5622 2531 L c8 5622 2531 mt 5575 2438 L 1 sg 61 -10 -47 -28 5602 2919 3 MP PP c9 5602 2919 mt 5555 2891 L 5555 2891 mt 5616 2881 L 1 sg -47 -28 61 -10 5555 2891 3 MP PP c9 5555 2891 mt 5616 2881 L 5616 2881 mt 5569 2853 L 1 sg 61 19 -47 -57 5598 2777 3 MP PP c9 5598 2777 mt 5551 2720 L c8 5551 2720 mt 5612 2739 L 1 sg -47 -57 61 19 5551 2720 3 MP PP c8 5551 2720 mt 5612 2739 L c9 5612 2739 mt 5565 2682 L 1 sg 61 54 -46 -92 5593 2606 3 MP PP c8 5593 2606 mt 5547 2514 L c10 5547 2514 mt 5608 2568 L 1 sg -47 -92 61 54 5547 2514 3 MP PP c10 5547 2514 mt 5608 2568 L c8 5608 2568 mt 5561 2476 L 1 sg 60 66 -46 -104 5589 2401 3 MP PP c10 5589 2401 mt 5543 2297 L /c11 { 0.375000 1.000000 0.625000 sr} bdef c11 5543 2297 mt 5603 2363 L 1 sg -46 -104 60 66 5543 2297 3 MP PP c11 5543 2297 mt 5603 2363 L c10 5603 2363 mt 5557 2259 L 1 sg 61 -10 -47 -28 5588 2957 3 MP PP c9 5588 2957 mt 5541 2929 L 5541 2929 mt 5602 2919 L 1 sg -47 -28 61 -10 5541 2929 3 MP PP c9 5541 2929 mt 5602 2919 L 5602 2919 mt 5555 2891 L 1 sg 61 19 -47 -57 5584 2815 3 MP PP c9 5584 2815 mt 5537 2758 L c8 5537 2758 mt 5598 2777 L 1 sg -47 -57 61 19 5537 2758 3 MP PP c8 5537 2758 mt 5598 2777 L c9 5598 2777 mt 5551 2720 L 1 sg 60 54 -46 -92 5579 2644 3 MP PP c8 5579 2644 mt 5533 2552 L c10 5533 2552 mt 5593 2606 L 1 sg -46 -92 60 54 5533 2552 3 MP PP c10 5533 2552 mt 5593 2606 L c8 5593 2606 mt 5547 2514 L 1 sg 60 66 -46 -103 5575 2438 3 MP PP c10 5575 2438 mt 5529 2335 L c11 5529 2335 mt 5589 2401 L 1 sg -46 -104 60 66 5529 2335 3 MP PP c11 5529 2335 mt 5589 2401 L c10 5589 2401 mt 5543 2297 L 1 sg -47 -28 61 -9 5527 2966 3 MP PP c9 5527 2966 mt 5588 2957 L 5588 2957 mt 5541 2929 L 1 sg 61 20 -46 -58 5569 2853 3 MP PP c9 5569 2853 mt 5523 2795 L c8 5523 2795 mt 5584 2815 L 1 sg -47 -57 61 20 5523 2795 3 MP PP c8 5523 2795 mt 5584 2815 L c9 5584 2815 mt 5537 2758 L 1 sg 60 54 -46 -92 5565 2682 3 MP PP c8 5565 2682 mt 5519 2590 L c10 5519 2590 mt 5579 2644 L 1 sg -46 -92 60 54 5519 2590 3 MP PP c10 5519 2590 mt 5579 2644 L c8 5579 2644 mt 5533 2552 L 1 sg 60 65 -46 -103 5561 2476 3 MP PP c10 5561 2476 mt 5515 2373 L c11 5515 2373 mt 5575 2438 L 1 sg -46 -103 60 65 5515 2373 3 MP PP c11 5515 2373 mt 5575 2438 L c10 5575 2438 mt 5529 2335 L 1 sg 60 20 -46 -58 5555 2891 3 MP PP c9 5555 2891 mt 5509 2833 L c8 5509 2833 mt 5569 2853 L 1 sg -46 -58 60 20 5509 2833 3 MP PP c8 5509 2833 mt 5569 2853 L c9 5569 2853 mt 5523 2795 L 1 sg 60 54 -46 -92 5551 2720 3 MP PP c8 5551 2720 mt 5505 2628 L c10 5505 2628 mt 5565 2682 L 1 sg -46 -92 60 54 5505 2628 3 MP PP c10 5505 2628 mt 5565 2682 L c8 5565 2682 mt 5519 2590 L 1 sg 61 66 -47 -104 5547 2514 3 MP PP c10 5547 2514 mt 5500 2410 L c11 5500 2410 mt 5561 2476 L 1 sg -46 -103 61 66 5500 2410 3 MP PP c11 5500 2410 mt 5561 2476 L c10 5561 2476 mt 5515 2373 L 1 sg 61 16 -47 -54 5543 2297 3 MP PP c11 5543 2297 mt 5496 2243 L /c12 { 0.437500 1.000000 0.562500 sr} bdef c12 5496 2243 mt 5557 2259 L 1 sg -47 -53 61 16 5496 2243 3 MP PP c12 5496 2243 mt 5557 2259 L c11 5557 2259 mt 5510 2206 L 1 sg 60 20 -46 -58 5541 2929 3 MP PP c9 5541 2929 mt 5495 2871 L c8 5495 2871 mt 5555 2891 L 1 sg -46 -58 60 20 5495 2871 3 MP PP c8 5495 2871 mt 5555 2891 L c9 5555 2891 mt 5509 2833 L 1 sg 60 55 -46 -93 5537 2758 3 MP PP c8 5537 2758 mt 5491 2665 L c10 5491 2665 mt 5551 2720 L 1 sg -46 -92 60 55 5491 2665 3 MP PP c10 5491 2665 mt 5551 2720 L c8 5551 2720 mt 5505 2628 L 1 sg 61 66 -47 -104 5533 2552 3 MP PP c10 5533 2552 mt 5486 2448 L c11 5486 2448 mt 5547 2514 L 1 sg -47 -104 61 66 5486 2448 3 MP PP c11 5486 2448 mt 5547 2514 L c10 5547 2514 mt 5500 2410 L 1 sg 61 16 -47 -54 5529 2335 3 MP PP c11 5529 2335 mt 5482 2281 L c12 5482 2281 mt 5543 2297 L 1 sg -47 -54 61 16 5482 2281 3 MP PP c12 5482 2281 mt 5543 2297 L c11 5543 2297 mt 5496 2243 L 1 sg 60 20 -46 -57 5527 2966 3 MP PP c9 5527 2966 mt 5481 2909 L c8 5481 2909 mt 5541 2929 L 1 sg -46 -58 60 20 5481 2909 3 MP PP c8 5481 2909 mt 5541 2929 L c9 5541 2929 mt 5495 2871 L 1 sg 61 55 -47 -92 5523 2795 3 MP PP c8 5523 2795 mt 5476 2703 L c10 5476 2703 mt 5537 2758 L 1 sg -46 -93 61 55 5476 2703 3 MP PP c10 5476 2703 mt 5537 2758 L c8 5537 2758 mt 5491 2665 L 1 sg 61 66 -47 -104 5519 2590 3 MP PP c10 5519 2590 mt 5472 2486 L c11 5472 2486 mt 5533 2552 L 1 sg -47 -104 61 66 5472 2486 3 MP PP c11 5472 2486 mt 5533 2552 L c10 5533 2552 mt 5486 2448 L 1 sg 61 16 -47 -54 5515 2373 3 MP PP c11 5515 2373 mt 5468 2319 L c12 5468 2319 mt 5529 2335 L 1 sg -47 -54 61 16 5468 2319 3 MP PP c12 5468 2319 mt 5529 2335 L c11 5529 2335 mt 5482 2281 L 1 sg -46 -57 60 19 5467 2947 3 MP PP c8 5467 2947 mt 5527 2966 L c9 5527 2966 mt 5481 2909 L 1 sg 61 54 -47 -92 5509 2833 3 MP PP c8 5509 2833 mt 5462 2741 L c10 5462 2741 mt 5523 2795 L 1 sg -47 -92 61 54 5462 2741 3 MP PP c10 5462 2741 mt 5523 2795 L c8 5523 2795 mt 5476 2703 L 1 sg 61 66 -47 -104 5505 2628 3 MP PP c10 5505 2628 mt 5458 2524 L c11 5458 2524 mt 5519 2590 L 1 sg -47 -104 61 66 5458 2524 3 MP PP c11 5458 2524 mt 5519 2590 L c10 5519 2590 mt 5472 2486 L 1 sg 61 16 -46 -53 5500 2410 3 MP PP c11 5500 2410 mt 5454 2357 L c12 5454 2357 mt 5515 2373 L 1 sg -47 -54 61 16 5454 2357 3 MP PP c12 5454 2357 mt 5515 2373 L c11 5515 2373 mt 5468 2319 L 1 sg -47 240 61 -278 5403 2559 3 MP PP /c13 { 0.000000 0.750000 1.000000 sr} bdef c13 5403 2559 mt 5464 2281 L c10 5464 2281 mt 5417 2521 L 1 sg 61 -278 -47 241 5450 2318 3 MP PP c10 5450 2318 mt 5403 2559 L c13 5403 2559 mt 5464 2281 L 1 sg 60 -112 -46 75 5496 2243 3 MP PP c12 5496 2243 mt 5450 2318 L c10 5450 2318 mt 5510 2206 L 1 sg -46 75 60 -112 5450 2318 3 MP PP c10 5450 2318 mt 5510 2206 L c12 5510 2206 mt 5464 2281 L 1 sg 61 54 -47 -92 5495 2871 3 MP PP c8 5495 2871 mt 5448 2779 L c10 5448 2779 mt 5509 2833 L 1 sg -47 -92 61 54 5448 2779 3 MP PP c10 5448 2779 mt 5509 2833 L c8 5509 2833 mt 5462 2741 L 1 sg 61 66 -47 -103 5491 2665 3 MP PP c10 5491 2665 mt 5444 2562 L c11 5444 2562 mt 5505 2628 L 1 sg -47 -104 61 66 5444 2562 3 MP PP c11 5444 2562 mt 5505 2628 L c10 5505 2628 mt 5458 2524 L 1 sg 60 15 -46 -53 5486 2448 3 MP PP c11 5486 2448 mt 5440 2395 L c12 5440 2395 mt 5500 2410 L 1 sg -46 -53 60 15 5440 2395 3 MP PP c12 5440 2395 mt 5500 2410 L c11 5500 2410 mt 5454 2357 L 1 sg -47 241 61 -279 5389 2597 3 MP PP c13 5389 2597 mt 5450 2318 L c10 5450 2318 mt 5403 2559 L 1 sg 61 -279 -47 241 5436 2356 3 MP PP c10 5436 2356 mt 5389 2597 L c13 5389 2597 mt 5450 2318 L 1 sg 60 -113 -46 75 5482 2281 3 MP PP c12 5482 2281 mt 5436 2356 L c10 5436 2356 mt 5496 2243 L 1 sg -46 75 60 -113 5436 2356 3 MP PP c10 5436 2356 mt 5496 2243 L c12 5496 2243 mt 5450 2318 L 1 sg 61 54 -47 -92 5481 2909 3 MP PP c8 5481 2909 mt 5434 2817 L c10 5434 2817 mt 5495 2871 L 1 sg -47 -92 61 54 5434 2817 3 MP PP c10 5434 2817 mt 5495 2871 L c8 5495 2871 mt 5448 2779 L 1 sg 61 66 -46 -104 5476 2703 3 MP PP c10 5476 2703 mt 5430 2599 L c11 5430 2599 mt 5491 2665 L 1 sg -47 -103 61 66 5430 2599 3 MP PP c11 5430 2599 mt 5491 2665 L c10 5491 2665 mt 5444 2562 L 1 sg 60 15 -46 -53 5472 2486 3 MP PP c11 5472 2486 mt 5426 2433 L c12 5426 2433 mt 5486 2448 L 1 sg -46 -53 60 15 5426 2433 3 MP PP c12 5426 2433 mt 5486 2448 L c11 5486 2448 mt 5440 2395 L 1 sg -47 241 61 -279 5375 2635 3 MP PP c13 5375 2635 mt 5436 2356 L c10 5436 2356 mt 5389 2597 L 1 sg 61 -279 -47 241 5422 2394 3 MP PP c10 5422 2394 mt 5375 2635 L c13 5375 2635 mt 5436 2356 L 1 sg 60 -113 -46 75 5468 2319 3 MP PP c12 5468 2319 mt 5422 2394 L c10 5422 2394 mt 5482 2281 L 1 sg -46 75 60 -113 5422 2394 3 MP PP c10 5422 2394 mt 5482 2281 L c12 5482 2281 mt 5436 2356 L 1 sg 61 55 -47 -93 5467 2947 3 MP PP c8 5467 2947 mt 5420 2854 L c10 5420 2854 mt 5481 2909 L 1 sg -47 -92 61 55 5420 2854 3 MP PP c10 5420 2854 mt 5481 2909 L c8 5481 2909 mt 5434 2817 L 1 sg 60 66 -46 -104 5462 2741 3 MP PP c10 5462 2741 mt 5416 2637 L c11 5416 2637 mt 5476 2703 L 1 sg -46 -104 60 66 5416 2637 3 MP PP c11 5416 2637 mt 5476 2703 L c10 5476 2703 mt 5430 2599 L 1 sg 60 16 -46 -54 5458 2524 3 MP PP c11 5458 2524 mt 5412 2470 L c12 5412 2470 mt 5472 2486 L 1 sg -46 -53 60 16 5412 2470 3 MP PP c12 5412 2470 mt 5472 2486 L c11 5472 2486 mt 5426 2433 L 1 sg -47 241 61 -278 5361 2672 3 MP PP c13 5361 2672 mt 5422 2394 L c10 5422 2394 mt 5375 2635 L 1 sg 61 -278 -46 240 5407 2432 3 MP PP c10 5407 2432 mt 5361 2672 L c13 5361 2672 mt 5422 2394 L 1 sg 61 -113 -47 75 5454 2357 3 MP PP c12 5454 2357 mt 5407 2432 L c10 5407 2432 mt 5468 2319 L 1 sg -46 75 61 -113 5407 2432 3 MP PP c10 5407 2432 mt 5468 2319 L c12 5468 2319 mt 5422 2394 L 1 sg -47 -93 61 55 5406 2892 3 MP PP c10 5406 2892 mt 5467 2947 L c8 5467 2947 mt 5420 2854 L 1 sg 60 66 -46 -104 5448 2779 3 MP PP c10 5448 2779 mt 5402 2675 L c11 5402 2675 mt 5462 2741 L 1 sg -46 -104 60 66 5402 2675 3 MP PP c11 5402 2675 mt 5462 2741 L c10 5462 2741 mt 5416 2637 L 1 sg -46 339 60 -377 5357 2898 3 MP PP /c14 { 0.000000 0.062500 1.000000 sr} bdef c14 5357 2898 mt 5417 2521 L c13 5417 2521 mt 5371 2860 L 1 sg 60 -377 -46 339 5403 2559 3 MP PP c13 5403 2559 mt 5357 2898 L c14 5357 2898 mt 5417 2521 L 1 sg 60 16 -46 -54 5444 2562 3 MP PP c11 5444 2562 mt 5398 2508 L c12 5398 2508 mt 5458 2524 L 1 sg -46 -54 60 16 5398 2508 3 MP PP c12 5398 2508 mt 5458 2524 L c11 5458 2524 mt 5412 2470 L 1 sg -46 240 60 -278 5347 2710 3 MP PP c13 5347 2710 mt 5407 2432 L c10 5407 2432 mt 5361 2672 L 1 sg 60 -278 -46 240 5393 2470 3 MP PP c10 5393 2470 mt 5347 2710 L c13 5347 2710 mt 5407 2432 L 1 sg 61 -113 -47 75 5440 2395 3 MP PP c12 5440 2395 mt 5393 2470 L c10 5393 2470 mt 5454 2357 L 1 sg -47 75 61 -113 5393 2470 3 MP PP c10 5393 2470 mt 5454 2357 L c12 5454 2357 mt 5407 2432 L 1 sg 60 66 -46 -104 5434 2817 3 MP PP c10 5434 2817 mt 5388 2713 L c11 5388 2713 mt 5448 2779 L 1 sg -46 -104 60 66 5388 2713 3 MP PP c11 5388 2713 mt 5448 2779 L c10 5448 2779 mt 5402 2675 L 1 sg -46 339 60 -377 5343 2936 3 MP PP c14 5343 2936 mt 5403 2559 L c13 5403 2559 mt 5357 2898 L 1 sg 60 -377 -46 339 5389 2597 3 MP PP c13 5389 2597 mt 5343 2936 L c14 5343 2936 mt 5403 2559 L 1 sg 61 16 -47 -53 5430 2599 3 MP PP c11 5430 2599 mt 5383 2546 L c12 5383 2546 mt 5444 2562 L 1 sg -46 -54 61 16 5383 2546 3 MP PP c12 5383 2546 mt 5444 2562 L c11 5444 2562 mt 5398 2508 L 1 sg -46 240 60 -278 5333 2748 3 MP PP c13 5333 2748 mt 5393 2470 L c10 5393 2470 mt 5347 2710 L 1 sg 60 -278 -46 241 5379 2507 3 MP PP c10 5379 2507 mt 5333 2748 L c13 5333 2748 mt 5393 2470 L 1 sg 61 -112 -47 74 5426 2433 3 MP PP c12 5426 2433 mt 5379 2507 L c10 5379 2507 mt 5440 2395 L 1 sg -47 75 61 -112 5379 2507 3 MP PP c10 5379 2507 mt 5440 2395 L c12 5440 2395 mt 5393 2470 L 1 sg 60 66 -46 -103 5420 2854 3 MP PP c10 5420 2854 mt 5374 2751 L c11 5374 2751 mt 5434 2817 L 1 sg -46 -104 60 66 5374 2751 3 MP PP c11 5374 2751 mt 5434 2817 L c10 5434 2817 mt 5388 2713 L 1 sg -46 339 60 -377 5329 2974 3 MP PP c14 5329 2974 mt 5389 2597 L c13 5389 2597 mt 5343 2936 L 1 sg 60 -377 -46 339 5375 2635 3 MP PP c13 5375 2635 mt 5329 2974 L c14 5329 2974 mt 5389 2597 L 1 sg 61 15 -47 -53 5416 2637 3 MP PP c11 5416 2637 mt 5369 2584 L c12 5369 2584 mt 5430 2599 L 1 sg -47 -53 61 15 5369 2584 3 MP PP c12 5369 2584 mt 5430 2599 L c11 5430 2599 mt 5383 2546 L 1 sg -46 241 60 -279 5319 2786 3 MP PP c13 5319 2786 mt 5379 2507 L c10 5379 2507 mt 5333 2748 L 1 sg 60 -279 -46 241 5365 2545 3 MP PP c10 5365 2545 mt 5319 2786 L c13 5319 2786 mt 5379 2507 L 1 sg 61 -112 -47 75 5412 2470 3 MP PP c12 5412 2470 mt 5365 2545 L c10 5365 2545 mt 5426 2433 L 1 sg -47 74 61 -112 5365 2545 3 MP PP c10 5365 2545 mt 5426 2433 L c12 5426 2433 mt 5379 2507 L 1 sg 61 65 -47 -103 5406 2892 3 MP PP c10 5406 2892 mt 5359 2789 L c11 5359 2789 mt 5420 2854 L 1 sg -46 -103 61 65 5359 2789 3 MP PP c11 5359 2789 mt 5420 2854 L c10 5420 2854 mt 5374 2751 L 1 sg -46 339 61 -376 5314 3011 3 MP PP c14 5314 3011 mt 5375 2635 L c13 5375 2635 mt 5329 2974 L 1 sg 61 -376 -47 339 5361 2672 3 MP PP c13 5361 2672 mt 5314 3011 L c14 5314 3011 mt 5375 2635 L 1 sg 61 15 -47 -53 5402 2675 3 MP PP c11 5402 2675 mt 5355 2622 L c12 5355 2622 mt 5416 2637 L 1 sg -47 -53 61 15 5355 2622 3 MP PP c12 5355 2622 mt 5416 2637 L c11 5416 2637 mt 5369 2584 L 1 sg -46 241 60 -279 5305 2824 3 MP PP c13 5305 2824 mt 5365 2545 L c10 5365 2545 mt 5319 2786 L 1 sg 60 -279 -46 241 5351 2583 3 MP PP c10 5351 2583 mt 5305 2824 L c13 5305 2824 mt 5365 2545 L 1 sg 61 -113 -47 75 5398 2508 3 MP PP c12 5398 2508 mt 5351 2583 L c10 5351 2583 mt 5412 2470 L 1 sg -47 75 61 -113 5351 2583 3 MP PP c10 5351 2583 mt 5412 2470 L c12 5412 2470 mt 5365 2545 L 1 sg -47 -103 61 66 5345 2826 3 MP PP c11 5345 2826 mt 5406 2892 L c10 5406 2892 mt 5359 2789 L 1 sg -47 339 61 -377 5300 3049 3 MP PP c14 5300 3049 mt 5361 2672 L c13 5361 2672 mt 5314 3011 L 1 sg 61 -377 -47 339 5347 2710 3 MP PP c13 5347 2710 mt 5300 3049 L c14 5300 3049 mt 5361 2672 L 1 sg 61 16 -47 -54 5388 2713 3 MP PP c11 5388 2713 mt 5341 2659 L c12 5341 2659 mt 5402 2675 L 1 sg -47 -53 61 16 5341 2659 3 MP PP c12 5341 2659 mt 5402 2675 L c11 5402 2675 mt 5355 2622 L 1 sg -46 241 61 -278 5290 2861 3 MP PP c13 5290 2861 mt 5351 2583 L c10 5351 2583 mt 5305 2824 L 1 sg 61 -278 -47 240 5337 2621 3 MP PP c10 5337 2621 mt 5290 2861 L c13 5290 2861 mt 5351 2583 L 1 sg 61 -113 -46 75 5383 2546 3 MP PP c12 5383 2546 mt 5337 2621 L c10 5337 2621 mt 5398 2508 L 1 sg -47 75 61 -113 5337 2621 3 MP PP c10 5337 2621 mt 5398 2508 L c12 5398 2508 mt 5351 2583 L 1 sg -46 -46 60 9 5264 3106 3 MP PP /c15 { 0.000000 0.000000 0.562500 sr} bdef c15 5264 3106 mt 5324 3115 L 5324 3115 mt 5278 3069 L 1 sg -47 339 61 -377 5286 3087 3 MP PP c14 5286 3087 mt 5347 2710 L c13 5347 2710 mt 5300 3049 L 1 sg 61 -377 -47 339 5333 2748 3 MP PP c13 5333 2748 mt 5286 3087 L c14 5286 3087 mt 5347 2710 L 1 sg 61 16 -47 -54 5374 2751 3 MP PP c11 5374 2751 mt 5327 2697 L c12 5327 2697 mt 5388 2713 L 1 sg -47 -54 61 16 5327 2697 3 MP PP c12 5327 2697 mt 5388 2713 L c11 5388 2713 mt 5341 2659 L 1 sg -47 240 61 -278 5276 2899 3 MP PP c13 5276 2899 mt 5337 2621 L c10 5337 2621 mt 5290 2861 L 1 sg 61 -278 -47 240 5323 2659 3 MP PP c10 5323 2659 mt 5276 2899 L c13 5276 2899 mt 5337 2621 L 1 sg 60 -113 -46 75 5369 2584 3 MP PP c12 5369 2584 mt 5323 2659 L c10 5323 2659 mt 5383 2546 L 1 sg -46 75 60 -113 5323 2659 3 MP PP c10 5323 2659 mt 5383 2546 L c12 5383 2546 mt 5337 2621 L 1 sg -46 -47 60 9 5250 3144 3 MP PP c15 5250 3144 mt 5310 3153 L 5310 3153 mt 5264 3106 L 1 sg 60 9 -46 -47 5310 3153 3 MP PP c15 5310 3153 mt 5264 3106 L 5264 3106 mt 5324 3115 L 1 sg -47 339 61 -377 5272 3125 3 MP PP c14 5272 3125 mt 5333 2748 L c13 5333 2748 mt 5286 3087 L 1 sg 61 -377 -47 339 5319 2786 3 MP PP c13 5319 2786 mt 5272 3125 L c14 5272 3125 mt 5333 2748 L 1 sg 61 16 -46 -54 5359 2789 3 MP PP c11 5359 2789 mt 5313 2735 L c12 5313 2735 mt 5374 2751 L 1 sg -47 -54 61 16 5313 2735 3 MP PP c12 5313 2735 mt 5374 2751 L c11 5374 2751 mt 5327 2697 L 1 sg 61 -293 -47 255 5357 2898 3 MP PP c14 5357 2898 mt 5310 3153 L c15 5310 3153 mt 5371 2860 L 1 sg -47 255 61 -293 5310 3153 3 MP PP c15 5310 3153 mt 5371 2860 L c14 5371 2860 mt 5324 3115 L 1 sg -47 -449 61 411 5217 2658 3 MP PP /c16 { 0.000000 0.375000 1.000000 sr} bdef c16 5217 2658 mt 5278 3069 L c15 5278 3069 mt 5231 2620 L 1 sg -47 240 61 -278 5262 2937 3 MP PP c13 5262 2937 mt 5323 2659 L c10 5323 2659 mt 5276 2899 L 1 sg 61 -278 -47 241 5309 2696 3 MP PP c10 5309 2696 mt 5262 2937 L c13 5262 2937 mt 5323 2659 L 1 sg 60 -112 -46 74 5355 2622 3 MP PP c12 5355 2622 mt 5309 2696 L c10 5309 2696 mt 5369 2584 L 1 sg -46 75 60 -112 5309 2696 3 MP PP c10 5309 2696 mt 5369 2584 L c12 5369 2584 mt 5323 2659 L 1 sg 61 411 -47 -448 5264 3106 3 MP PP c15 5264 3106 mt 5217 2658 L c16 5217 2658 mt 5278 3069 L 1 sg -46 -46 60 8 5236 3182 3 MP PP c15 5236 3182 mt 5296 3190 L 5296 3190 mt 5250 3144 L 1 sg 60 9 -46 -46 5296 3190 3 MP PP c15 5296 3190 mt 5250 3144 L 5250 3144 mt 5310 3153 L 1 sg -47 339 61 -377 5258 3163 3 MP PP c14 5258 3163 mt 5319 2786 L c13 5319 2786 mt 5272 3125 L 1 sg 61 -377 -47 339 5305 2824 3 MP PP c13 5305 2824 mt 5258 3163 L c14 5258 3163 mt 5319 2786 L 1 sg 60 16 -46 -53 5345 2826 3 MP PP c11 5345 2826 mt 5299 2773 L c12 5299 2773 mt 5359 2789 L 1 sg -46 -54 60 16 5299 2773 3 MP PP c12 5299 2773 mt 5359 2789 L c11 5359 2789 mt 5313 2735 L 1 sg 61 -292 -47 254 5343 2936 3 MP PP c14 5343 2936 mt 5296 3190 L c15 5296 3190 mt 5357 2898 L 1 sg -47 255 61 -292 5296 3190 3 MP PP c15 5296 3190 mt 5357 2898 L c14 5357 2898 mt 5310 3153 L 1 sg -47 -448 61 410 5203 2696 3 MP PP c16 5203 2696 mt 5264 3106 L c15 5264 3106 mt 5217 2658 L 1 sg -47 241 61 -279 5248 2975 3 MP PP c13 5248 2975 mt 5309 2696 L c10 5309 2696 mt 5262 2937 L 1 sg 61 -279 -47 241 5295 2734 3 MP PP c10 5295 2734 mt 5248 2975 L c13 5248 2975 mt 5309 2696 L 1 sg 60 -112 -46 75 5341 2659 3 MP PP c12 5341 2659 mt 5295 2734 L c10 5295 2734 mt 5355 2622 L 1 sg -46 74 60 -112 5295 2734 3 MP PP c10 5295 2734 mt 5355 2622 L c12 5355 2622 mt 5309 2696 L 1 sg -46 -53 60 15 5285 2811 3 MP PP c12 5285 2811 mt 5345 2826 L c11 5345 2826 mt 5299 2773 L 1 sg 60 8 -46 -46 5282 3228 3 MP PP c15 5282 3228 mt 5236 3182 L 5236 3182 mt 5296 3190 L 1 sg 61 -292 -47 254 5329 2974 3 MP PP c14 5329 2974 mt 5282 3228 L c15 5282 3228 mt 5343 2936 L 1 sg -47 254 61 -292 5282 3228 3 MP PP c15 5282 3228 mt 5343 2936 L c14 5343 2936 mt 5296 3190 L 1 sg -47 -448 61 411 5189 2733 3 MP PP c16 5189 2733 mt 5250 3144 L c15 5250 3144 mt 5203 2696 L 1 sg 61 410 -47 -448 5250 3144 3 MP PP c15 5250 3144 mt 5203 2696 L c16 5203 2696 mt 5264 3106 L 1 sg -47 241 61 -279 5234 3013 3 MP PP c13 5234 3013 mt 5295 2734 L c10 5295 2734 mt 5248 2975 L 1 sg 61 -279 -47 241 5281 2772 3 MP PP c10 5281 2772 mt 5234 3013 L c13 5234 3013 mt 5295 2734 L 1 sg 60 -113 -46 75 5327 2697 3 MP PP c12 5327 2697 mt 5281 2772 L c10 5281 2772 mt 5341 2659 L 1 sg -46 75 60 -113 5281 2772 3 MP PP c10 5281 2772 mt 5341 2659 L c12 5341 2659 mt 5295 2734 L 1 sg -46 -46 61 8 5221 3220 3 MP PP c15 5221 3220 mt 5282 3228 L 5282 3228 mt 5236 3182 L 1 sg 61 8 -47 -46 5268 3266 3 MP PP c15 5268 3266 mt 5221 3220 L 5221 3220 mt 5282 3228 L 1 sg 61 -292 -46 255 5314 3011 3 MP PP c14 5314 3011 mt 5268 3266 L c15 5268 3266 mt 5329 2974 L 1 sg -47 254 61 -292 5268 3266 3 MP PP c15 5268 3266 mt 5329 2974 L c14 5329 2974 mt 5282 3228 L 1 sg -47 -449 61 411 5175 2771 3 MP PP c16 5175 2771 mt 5236 3182 L c15 5236 3182 mt 5189 2733 L 1 sg 61 411 -47 -449 5236 3182 3 MP PP c15 5236 3182 mt 5189 2733 L c16 5189 2733 mt 5250 3144 L 1 sg -47 241 61 -278 5220 3050 3 MP PP c13 5220 3050 mt 5281 2772 L c10 5281 2772 mt 5234 3013 L 1 sg 61 -278 -46 240 5266 2810 3 MP PP c10 5266 2810 mt 5220 3050 L c13 5220 3050 mt 5281 2772 L 1 sg 61 -113 -47 75 5313 2735 3 MP PP c12 5313 2735 mt 5266 2810 L c10 5266 2810 mt 5327 2697 L 1 sg -46 75 61 -113 5266 2810 3 MP PP c10 5266 2810 mt 5327 2697 L c12 5327 2697 mt 5281 2772 L 1 sg -47 -46 61 8 5207 3258 3 MP PP c15 5207 3258 mt 5268 3266 L 5268 3266 mt 5221 3220 L 1 sg 61 8 -47 -46 5254 3304 3 MP PP c15 5254 3304 mt 5207 3258 L 5207 3258 mt 5268 3266 L 1 sg 60 -293 -46 255 5300 3049 3 MP PP c14 5300 3049 mt 5254 3304 L c15 5254 3304 mt 5314 3011 L 1 sg -46 255 60 -293 5254 3304 3 MP PP c15 5254 3304 mt 5314 3011 L c14 5314 3011 mt 5268 3266 L 1 sg -46 -449 60 411 5161 2809 3 MP PP c16 5161 2809 mt 5221 3220 L c15 5221 3220 mt 5175 2771 L 1 sg 61 411 -46 -449 5221 3220 3 MP PP c15 5221 3220 mt 5175 2771 L c16 5175 2771 mt 5236 3182 L 1 sg -46 240 60 -278 5206 3088 3 MP PP c13 5206 3088 mt 5266 2810 L c10 5266 2810 mt 5220 3050 L 1 sg 60 -278 -46 240 5252 2848 3 MP PP c10 5252 2848 mt 5206 3088 L c13 5206 3088 mt 5266 2810 L 1 sg 61 -113 -47 75 5299 2773 3 MP PP c12 5299 2773 mt 5252 2848 L c10 5252 2848 mt 5313 2735 L 1 sg -47 75 61 -113 5252 2848 3 MP PP c10 5252 2848 mt 5313 2735 L c12 5313 2735 mt 5266 2810 L 1 sg 61 -376 -46 339 5290 2861 3 MP PP c13 5290 2861 mt 5244 3200 L c14 5244 3200 mt 5305 2824 L 1 sg -47 339 61 -376 5244 3200 3 MP PP c14 5244 3200 mt 5305 2824 L c13 5305 2824 mt 5258 3163 L 1 sg -47 -46 61 9 5193 3295 3 MP PP c15 5193 3295 mt 5254 3304 L 5254 3304 mt 5207 3258 L 1 sg 61 9 -47 -47 5240 3342 3 MP PP c15 5240 3342 mt 5193 3295 L 5193 3295 mt 5254 3304 L 1 sg 60 -293 -46 255 5286 3087 3 MP PP c14 5286 3087 mt 5240 3342 L c15 5240 3342 mt 5300 3049 L 1 sg -46 255 60 -293 5240 3342 3 MP PP c15 5240 3342 mt 5300 3049 L c14 5300 3049 mt 5254 3304 L 1 sg -46 -449 60 411 5147 2847 3 MP PP c16 5147 2847 mt 5207 3258 L c15 5207 3258 mt 5161 2809 L 1 sg 60 411 -46 -449 5207 3258 3 MP PP c15 5207 3258 mt 5161 2809 L c16 5161 2809 mt 5221 3220 L 1 sg -46 240 60 -278 5192 3126 3 MP PP c13 5192 3126 mt 5252 2848 L c10 5252 2848 mt 5206 3088 L 1 sg 60 -278 -46 241 5238 2885 3 MP PP c10 5238 2885 mt 5192 3126 L c13 5192 3126 mt 5252 2848 L 1 sg 61 -112 -47 74 5285 2811 3 MP PP c12 5285 2811 mt 5238 2885 L c10 5238 2885 mt 5299 2773 L 1 sg -47 75 61 -112 5238 2885 3 MP PP c10 5238 2885 mt 5299 2773 L c12 5299 2773 mt 5252 2848 L 1 sg 60 -377 -46 339 5276 2899 3 MP PP c13 5276 2899 mt 5230 3238 L c14 5230 3238 mt 5290 2861 L 1 sg -46 339 60 -377 5230 3238 3 MP PP c14 5230 3238 mt 5290 2861 L c13 5290 2861 mt 5244 3200 L 1 sg -47 -47 61 9 5179 3333 3 MP PP c15 5179 3333 mt 5240 3342 L 5240 3342 mt 5193 3295 L 1 sg 61 9 -47 -46 5226 3379 3 MP PP c15 5226 3379 mt 5179 3333 L 5179 3333 mt 5240 3342 L 1 sg 60 -292 -46 254 5272 3125 3 MP PP c14 5272 3125 mt 5226 3379 L c15 5226 3379 mt 5286 3087 L 1 sg -46 255 60 -292 5226 3379 3 MP PP c15 5226 3379 mt 5286 3087 L c14 5286 3087 mt 5240 3342 L 1 sg -46 -448 60 410 5133 2885 3 MP PP c16 5133 2885 mt 5193 3295 L c15 5193 3295 mt 5147 2847 L 1 sg 60 411 -46 -448 5193 3295 3 MP PP c15 5193 3295 mt 5147 2847 L c16 5147 2847 mt 5207 3258 L 1 sg -46 241 60 -279 5178 3164 3 MP PP c13 5178 3164 mt 5238 2885 L c10 5238 2885 mt 5192 3126 L 1 sg 60 -279 -46 241 5224 2923 3 MP PP c10 5224 2923 mt 5178 3164 L c13 5178 3164 mt 5238 2885 L 1 sg -47 74 61 -112 5224 2923 3 MP PP c10 5224 2923 mt 5285 2811 L c12 5285 2811 mt 5238 2885 L 1 sg 60 -377 -46 339 5262 2937 3 MP PP c13 5262 2937 mt 5216 3276 L c14 5216 3276 mt 5276 2899 L 1 sg -46 339 60 -377 5216 3276 3 MP PP c14 5216 3276 mt 5276 2899 L c13 5276 2899 mt 5230 3238 L 1 sg -47 -46 61 8 5165 3371 3 MP PP c15 5165 3371 mt 5226 3379 L 5226 3379 mt 5179 3333 L 1 sg 61 8 -47 -46 5212 3417 3 MP PP c15 5212 3417 mt 5165 3371 L 5165 3371 mt 5226 3379 L 1 sg 60 -292 -46 254 5258 3163 3 MP PP c14 5258 3163 mt 5212 3417 L c15 5212 3417 mt 5272 3125 L 1 sg -46 254 60 -292 5212 3417 3 MP PP c15 5212 3417 mt 5272 3125 L c14 5272 3125 mt 5226 3379 L 1 sg 60 -377 -46 339 5248 2975 3 MP PP c13 5248 2975 mt 5202 3314 L c14 5202 3314 mt 5262 2937 L 1 sg -46 339 60 -377 5202 3314 3 MP PP c14 5202 3314 mt 5262 2937 L c13 5262 2937 mt 5216 3276 L 1 sg -47 -46 61 8 5151 3409 3 MP PP c15 5151 3409 mt 5212 3417 L 5212 3417 mt 5165 3371 L 1 sg 61 8 -46 -46 5197 3455 3 MP PP c15 5197 3455 mt 5151 3409 L 5151 3409 mt 5212 3417 L 1 sg 61 -292 -47 255 5244 3200 3 MP PP c14 5244 3200 mt 5197 3455 L c15 5197 3455 mt 5258 3163 L 1 sg -46 254 61 -292 5197 3455 3 MP PP c15 5197 3455 mt 5258 3163 L c14 5258 3163 mt 5212 3417 L 1 sg 60 -377 -46 339 5234 3013 3 MP PP c13 5234 3013 mt 5188 3352 L c14 5188 3352 mt 5248 2975 L 1 sg -46 339 60 -377 5188 3352 3 MP PP c14 5188 3352 mt 5248 2975 L c13 5248 2975 mt 5202 3314 L 1 sg -46 -46 60 8 5137 3447 3 MP PP c15 5137 3447 mt 5197 3455 L 5197 3455 mt 5151 3409 L 1 sg 60 8 -46 -46 5183 3493 3 MP PP c15 5183 3493 mt 5137 3447 L 5137 3447 mt 5197 3455 L 1 sg 61 -293 -47 255 5230 3238 3 MP PP c14 5230 3238 mt 5183 3493 L c15 5183 3493 mt 5244 3200 L 1 sg -47 255 61 -293 5183 3493 3 MP PP c15 5183 3493 mt 5244 3200 L c14 5244 3200 mt 5197 3455 L 1 sg 60 410 -46 -448 5179 3333 3 MP PP c15 5179 3333 mt 5133 2885 L c16 5133 2885 mt 5193 3295 L 1 sg 61 -376 -47 339 5220 3050 3 MP PP c13 5220 3050 mt 5173 3389 L c14 5173 3389 mt 5234 3013 L 1 sg -46 339 61 -376 5173 3389 3 MP PP c14 5173 3389 mt 5234 3013 L c13 5234 3013 mt 5188 3352 L 1 sg 60 689 -46 -727 5217 2658 3 MP PP c16 5217 2658 mt 5171 1931 L /c17 { 0.750000 1.000000 0.250000 sr} bdef c17 5171 1931 mt 5231 2620 L 1 sg -46 -726 60 689 5171 1931 3 MP PP c17 5171 1931 mt 5231 2620 L c16 5231 2620 mt 5185 1894 L 1 sg -46 -46 60 8 5123 3485 3 MP PP c15 5123 3485 mt 5183 3493 L 5183 3493 mt 5137 3447 L 1 sg 60 8 -46 -46 5169 3531 3 MP PP c15 5169 3531 mt 5123 3485 L 5123 3485 mt 5183 3493 L 1 sg 61 -293 -47 255 5216 3276 3 MP PP c14 5216 3276 mt 5169 3531 L c15 5169 3531 mt 5230 3238 L 1 sg -47 255 61 -293 5169 3531 3 MP PP c15 5169 3531 mt 5230 3238 L c14 5230 3238 mt 5183 3493 L 1 sg -46 -448 61 411 5118 2922 3 MP PP c16 5118 2922 mt 5179 3333 L c15 5179 3333 mt 5133 2885 L 1 sg -46 241 61 -279 5163 3202 3 MP PP c13 5163 3202 mt 5224 2923 L c10 5224 2923 mt 5178 3164 L 1 sg 61 411 -47 -449 5165 3371 3 MP PP c15 5165 3371 mt 5118 2922 L c16 5118 2922 mt 5179 3333 L 1 sg 61 -377 -47 339 5206 3088 3 MP PP c13 5206 3088 mt 5159 3427 L c14 5159 3427 mt 5220 3050 L 1 sg -47 339 61 -377 5159 3427 3 MP PP c14 5159 3427 mt 5220 3050 L c13 5220 3050 mt 5173 3389 L 1 sg 60 689 -46 -727 5203 2696 3 MP PP c16 5203 2696 mt 5157 1969 L c17 5157 1969 mt 5217 2658 L 1 sg -46 -727 60 689 5157 1969 3 MP PP c17 5157 1969 mt 5217 2658 L c16 5217 2658 mt 5171 1931 L 1 sg -46 -46 60 9 5109 3522 3 MP PP c15 5109 3522 mt 5169 3531 L 5169 3531 mt 5123 3485 L 1 sg 60 9 -46 -46 5155 3568 3 MP PP c15 5155 3568 mt 5109 3522 L 5109 3522 mt 5169 3531 L 1 sg 61 -292 -47 254 5202 3314 3 MP PP c14 5202 3314 mt 5155 3568 L c15 5155 3568 mt 5216 3276 L 1 sg -47 255 61 -292 5155 3568 3 MP PP c15 5155 3568 mt 5216 3276 L c14 5216 3276 mt 5169 3531 L 1 sg -47 -449 61 411 5104 2960 3 MP PP c16 5104 2960 mt 5165 3371 L c15 5165 3371 mt 5118 2922 L 1 sg 61 411 -47 -449 5151 3409 3 MP PP c15 5151 3409 mt 5104 2960 L c16 5104 2960 mt 5165 3371 L 1 sg 61 -377 -47 339 5192 3126 3 MP PP c13 5192 3126 mt 5145 3465 L c14 5145 3465 mt 5206 3088 L 1 sg -47 339 61 -377 5145 3465 3 MP PP c14 5145 3465 mt 5206 3088 L c13 5206 3088 mt 5159 3427 L 1 sg 61 689 -47 -726 5189 2733 3 MP PP c16 5189 2733 mt 5142 2007 L c17 5142 2007 mt 5203 2696 L 1 sg -46 -727 61 689 5142 2007 3 MP PP c17 5142 2007 mt 5203 2696 L c16 5203 2696 mt 5157 1969 L 1 sg -46 -46 61 8 5094 3560 3 MP PP c15 5094 3560 mt 5155 3568 L 5155 3568 mt 5109 3522 L 1 sg 61 8 -47 -46 5141 3606 3 MP PP c15 5141 3606 mt 5094 3560 L 5094 3560 mt 5155 3568 L 1 sg 61 -292 -47 254 5188 3352 3 MP PP c14 5188 3352 mt 5141 3606 L c15 5141 3606 mt 5202 3314 L 1 sg -47 254 61 -292 5141 3606 3 MP PP c15 5141 3606 mt 5202 3314 L c14 5202 3314 mt 5155 3568 L 1 sg -47 -449 61 411 5090 2998 3 MP PP c16 5090 2998 mt 5151 3409 L c15 5151 3409 mt 5104 2960 L 1 sg 61 411 -47 -449 5137 3447 3 MP PP c15 5137 3447 mt 5090 2998 L c16 5090 2998 mt 5151 3409 L 1 sg 61 -377 -47 339 5178 3164 3 MP PP c13 5178 3164 mt 5131 3503 L c14 5131 3503 mt 5192 3126 L 1 sg -47 339 61 -377 5131 3503 3 MP PP c14 5131 3503 mt 5192 3126 L c13 5192 3126 mt 5145 3465 L 1 sg 61 688 -47 -726 5175 2771 3 MP PP c16 5175 2771 mt 5128 2045 L c17 5128 2045 mt 5189 2733 L 1 sg -47 -726 61 688 5128 2045 3 MP PP c17 5128 2045 mt 5189 2733 L c16 5189 2733 mt 5142 2007 L 1 sg -47 -46 61 8 5080 3598 3 MP PP c15 5080 3598 mt 5141 3606 L 5141 3606 mt 5094 3560 L 1 sg 61 8 -47 -46 5127 3644 3 MP PP c15 5127 3644 mt 5080 3598 L 5080 3598 mt 5141 3606 L 1 sg 61 -292 -46 255 5173 3389 3 MP PP c14 5173 3389 mt 5127 3644 L c15 5127 3644 mt 5188 3352 L 1 sg -47 254 61 -292 5127 3644 3 MP PP c15 5127 3644 mt 5188 3352 L c14 5188 3352 mt 5141 3606 L 1 sg 61 643 -47 -680 5171 1931 3 MP PP c17 5171 1931 mt 5124 1251 L /c18 { 1.000000 0.000000 0.000000 sr} bdef c18 5124 1251 mt 5185 1894 L 1 sg -47 -681 61 643 5124 1251 3 MP PP c18 5124 1251 mt 5185 1894 L c17 5185 1894 mt 5138 1213 L 1 sg -47 -449 61 411 5076 3036 3 MP PP c16 5076 3036 mt 5137 3447 L c15 5137 3447 mt 5090 2998 L 1 sg 61 411 -47 -449 5123 3485 3 MP PP c15 5123 3485 mt 5076 3036 L c16 5076 3036 mt 5137 3447 L 1 sg 61 -377 -46 339 5163 3202 3 MP PP c13 5163 3202 mt 5117 3541 L c14 5117 3541 mt 5178 3164 L 1 sg -47 339 61 -377 5117 3541 3 MP PP c14 5117 3541 mt 5178 3164 L c13 5178 3164 mt 5131 3503 L 1 sg 61 688 -47 -726 5161 2809 3 MP PP c16 5161 2809 mt 5114 2083 L c17 5114 2083 mt 5175 2771 L 1 sg -47 -726 61 688 5114 2083 3 MP PP c17 5114 2083 mt 5175 2771 L c16 5175 2771 mt 5128 2045 L 1 sg -47 -46 61 8 5066 3636 3 MP PP c15 5066 3636 mt 5127 3644 L 5127 3644 mt 5080 3598 L 1 sg 61 8 -47 -46 5113 3682 3 MP PP c15 5113 3682 mt 5066 3636 L 5066 3636 mt 5127 3644 L 1 sg 60 -293 -46 255 5159 3427 3 MP PP c14 5159 3427 mt 5113 3682 L c15 5113 3682 mt 5173 3389 L 1 sg -46 255 60 -293 5113 3682 3 MP PP c15 5113 3682 mt 5173 3389 L c14 5173 3389 mt 5127 3644 L 1 sg 61 642 -47 -680 5157 1969 3 MP PP c17 5157 1969 mt 5110 1289 L c18 5110 1289 mt 5171 1931 L 1 sg -47 -680 61 642 5110 1289 3 MP PP c18 5110 1289 mt 5171 1931 L c17 5171 1931 mt 5124 1251 L 1 sg -47 -449 61 411 5062 3074 3 MP PP c16 5062 3074 mt 5123 3485 L c15 5123 3485 mt 5076 3036 L 1 sg 61 411 -47 -448 5109 3522 3 MP PP c15 5109 3522 mt 5062 3074 L c16 5062 3074 mt 5123 3485 L 1 sg -46 339 60 -377 5103 3579 3 MP PP c14 5103 3579 mt 5163 3202 L c13 5163 3202 mt 5117 3541 L 1 sg 61 689 -47 -727 5147 2847 3 MP PP c16 5147 2847 mt 5100 2120 L c17 5100 2120 mt 5161 2809 L 1 sg -47 -726 61 689 5100 2120 3 MP PP c17 5100 2120 mt 5161 2809 L c16 5161 2809 mt 5114 2083 L 1 sg -47 -46 61 8 5052 3674 3 MP PP c15 5052 3674 mt 5113 3682 L 5113 3682 mt 5066 3636 L 1 sg 61 8 -47 -46 5099 3720 3 MP PP c15 5099 3720 mt 5052 3674 L 5052 3674 mt 5113 3682 L 1 sg 60 -293 -46 255 5145 3465 3 MP PP c14 5145 3465 mt 5099 3720 L c15 5099 3720 mt 5159 3427 L 1 sg -46 255 60 -293 5099 3720 3 MP PP c15 5099 3720 mt 5159 3427 L c14 5159 3427 mt 5113 3682 L 1 sg 61 642 -46 -680 5142 2007 3 MP PP c17 5142 2007 mt 5096 1327 L c18 5096 1327 mt 5157 1969 L 1 sg -47 -680 61 642 5096 1327 3 MP PP c18 5096 1327 mt 5157 1969 L c17 5157 1969 mt 5110 1289 L 1 sg 61 689 -47 -727 5133 2885 3 MP PP c16 5133 2885 mt 5086 2158 L c17 5086 2158 mt 5147 2847 L 1 sg -47 -727 61 689 5086 2158 3 MP PP c17 5086 2158 mt 5147 2847 L c16 5147 2847 mt 5100 2120 L 1 sg -47 -46 61 9 5038 3711 3 MP PP c15 5038 3711 mt 5099 3720 L 5099 3720 mt 5052 3674 L 1 sg 61 9 -47 -47 5085 3758 3 MP PP c15 5085 3758 mt 5038 3711 L 5038 3711 mt 5099 3720 L 1 sg 60 -293 -46 255 5131 3503 3 MP PP c14 5131 3503 mt 5085 3758 L c15 5085 3758 mt 5145 3465 L 1 sg -46 255 60 -293 5085 3758 3 MP PP c15 5085 3758 mt 5145 3465 L c14 5145 3465 mt 5099 3720 L 1 sg 60 642 -46 -680 5128 2045 3 MP PP c17 5128 2045 mt 5082 1365 L c18 5082 1365 mt 5142 2007 L 1 sg -46 -680 60 642 5082 1365 3 MP PP c18 5082 1365 mt 5142 2007 L c17 5142 2007 mt 5096 1327 L 1 sg -47 248 61 -285 5031 1208 3 MP PP c18 5031 1208 mt 5092 923 L /c19 { 0.500000 0.000000 0.000000 sr} bdef c19 5092 923 mt 5045 1171 L 1 sg 61 -285 -47 247 5078 961 3 MP PP c19 5078 961 mt 5031 1208 L c18 5031 1208 mt 5092 923 L 1 sg 60 252 -46 -290 5124 1251 3 MP PP c18 5124 1251 mt 5078 961 L c19 5078 961 mt 5138 1213 L 1 sg -46 -290 60 252 5078 961 3 MP PP c19 5078 961 mt 5138 1213 L c18 5138 1213 mt 5092 923 L 1 sg 61 689 -46 -726 5118 2922 3 MP PP c16 5118 2922 mt 5072 2196 L c17 5072 2196 mt 5133 2885 L 1 sg -47 -727 61 689 5072 2196 3 MP PP c17 5072 2196 mt 5133 2885 L c16 5133 2885 mt 5086 2158 L 1 sg -47 -47 61 9 5024 3749 3 MP PP c15 5024 3749 mt 5085 3758 L 5085 3758 mt 5038 3711 L 1 sg 61 9 -46 -46 5070 3795 3 MP PP c15 5070 3795 mt 5024 3749 L 5024 3749 mt 5085 3758 L 1 sg 61 -292 -47 254 5117 3541 3 MP PP c14 5117 3541 mt 5070 3795 L c15 5070 3795 mt 5131 3503 L 1 sg -46 255 61 -292 5070 3795 3 MP PP c15 5070 3795 mt 5131 3503 L c14 5131 3503 mt 5085 3758 L 1 sg 60 643 -46 -681 5114 2083 3 MP PP c17 5114 2083 mt 5068 1402 L c18 5068 1402 mt 5128 2045 L 1 sg -46 -680 60 643 5068 1402 3 MP PP c18 5068 1402 mt 5128 2045 L c17 5128 2045 mt 5082 1365 L 1 sg -47 247 61 -285 5017 1246 3 MP PP c18 5017 1246 mt 5078 961 L c19 5078 961 mt 5031 1208 L 1 sg 61 -285 -47 247 5064 999 3 MP PP c19 5064 999 mt 5017 1246 L c18 5017 1246 mt 5078 961 L 1 sg 60 252 -46 -290 5110 1289 3 MP PP c18 5110 1289 mt 5064 999 L c19 5064 999 mt 5124 1251 L 1 sg -46 -290 60 252 5064 999 3 MP PP c19 5064 999 mt 5124 1251 L c18 5124 1251 mt 5078 961 L 1 sg 60 688 -46 -726 5104 2960 3 MP PP c16 5104 2960 mt 5058 2234 L c17 5058 2234 mt 5118 2922 L 1 sg -46 -726 60 688 5058 2234 3 MP PP c17 5058 2234 mt 5118 2922 L c16 5118 2922 mt 5072 2196 L 1 sg -46 -46 60 8 5010 3787 3 MP PP c15 5010 3787 mt 5070 3795 L 5070 3795 mt 5024 3749 L 1 sg 60 8 -46 -46 5056 3833 3 MP PP c15 5056 3833 mt 5010 3787 L 5010 3787 mt 5070 3795 L 1 sg 61 -292 -47 254 5103 3579 3 MP PP c14 5103 3579 mt 5056 3833 L c15 5056 3833 mt 5117 3541 L 1 sg -47 254 61 -292 5056 3833 3 MP PP c15 5056 3833 mt 5117 3541 L c14 5117 3541 mt 5070 3795 L 1 sg 60 643 -46 -680 5100 2120 3 MP PP c17 5100 2120 mt 5054 1440 L c18 5054 1440 mt 5114 2083 L 1 sg -46 -681 60 643 5054 1440 3 MP PP c18 5054 1440 mt 5114 2083 L c17 5114 2083 mt 5068 1402 L 1 sg -47 247 61 -285 5003 1284 3 MP PP c18 5003 1284 mt 5064 999 L c19 5064 999 mt 5017 1246 L 1 sg 61 -285 -46 247 5049 1037 3 MP PP c19 5049 1037 mt 5003 1284 L c18 5003 1284 mt 5064 999 L 1 sg 61 252 -47 -290 5096 1327 3 MP PP c18 5096 1327 mt 5049 1037 L c19 5049 1037 mt 5110 1289 L 1 sg -46 -290 61 252 5049 1037 3 MP PP c19 5049 1037 mt 5110 1289 L c18 5110 1289 mt 5064 999 L 1 sg 61 411 -46 -449 5094 3560 3 MP PP c15 5094 3560 mt 5048 3111 L c16 5048 3111 mt 5109 3522 L 1 sg -47 -448 61 411 5048 3111 3 MP PP c16 5048 3111 mt 5109 3522 L c15 5109 3522 mt 5062 3074 L 1 sg 60 688 -46 -726 5090 2998 3 MP PP c16 5090 2998 mt 5044 2272 L c17 5044 2272 mt 5104 2960 L 1 sg -46 -726 60 688 5044 2272 3 MP PP c17 5044 2272 mt 5104 2960 L c16 5104 2960 mt 5058 2234 L 1 sg -46 -46 60 8 4996 3825 3 MP PP c15 4996 3825 mt 5056 3833 L 5056 3833 mt 5010 3787 L 1 sg 60 8 -46 -46 5042 3871 3 MP PP c15 5042 3871 mt 4996 3825 L 4996 3825 mt 5056 3833 L 1 sg -47 254 61 -292 5042 3871 3 MP PP c15 5042 3871 mt 5103 3579 L c14 5103 3579 mt 5056 3833 L 1 sg 60 642 -46 -680 5086 2158 3 MP PP c17 5086 2158 mt 5040 1478 L c18 5040 1478 mt 5100 2120 L 1 sg -46 -680 60 642 5040 1478 3 MP PP c18 5040 1478 mt 5100 2120 L c17 5100 2120 mt 5054 1440 L 1 sg -46 247 60 -285 4989 1322 3 MP PP c18 4989 1322 mt 5049 1037 L c19 5049 1037 mt 5003 1284 L 1 sg 60 -285 -46 247 5035 1075 3 MP PP c19 5035 1075 mt 4989 1322 L c18 4989 1322 mt 5049 1037 L 1 sg 61 252 -47 -290 5082 1365 3 MP PP c18 5082 1365 mt 5035 1075 L c19 5035 1075 mt 5096 1327 L 1 sg -47 -290 61 252 5035 1075 3 MP PP c19 5035 1075 mt 5096 1327 L c18 5096 1327 mt 5049 1037 L 1 sg 60 411 -46 -449 5080 3598 3 MP PP c15 5080 3598 mt 5034 3149 L c16 5034 3149 mt 5094 3560 L 1 sg -46 -449 60 411 5034 3149 3 MP PP c16 5034 3149 mt 5094 3560 L c15 5094 3560 mt 5048 3111 L 1 sg 60 689 -46 -727 5076 3036 3 MP PP c16 5076 3036 mt 5030 2309 L c17 5030 2309 mt 5090 2998 L 1 sg -46 -726 60 689 5030 2309 3 MP PP c17 5030 2309 mt 5090 2998 L c16 5090 2998 mt 5044 2272 L 1 sg 61 642 -47 -680 5072 2196 3 MP PP c17 5072 2196 mt 5025 1516 L c18 5025 1516 mt 5086 2158 L 1 sg -46 -680 61 642 5025 1516 3 MP PP c18 5025 1516 mt 5086 2158 L c17 5086 2158 mt 5040 1478 L 1 sg -46 247 60 -285 4975 1360 3 MP PP c18 4975 1360 mt 5035 1075 L c19 5035 1075 mt 4989 1322 L 1 sg 60 -285 -46 248 5021 1112 3 MP PP c19 5021 1112 mt 4975 1360 L c18 4975 1360 mt 5035 1075 L 1 sg -46 637 60 -675 4985 1846 3 MP PP c17 4985 1846 mt 5045 1171 L c18 5045 1171 mt 4999 1808 L 1 sg 60 -675 -46 638 5031 1208 3 MP PP c18 5031 1208 mt 4985 1846 L c17 4985 1846 mt 5045 1171 L 1 sg 61 253 -47 -290 5068 1402 3 MP PP c18 5068 1402 mt 5021 1112 L c19 5021 1112 mt 5082 1365 L 1 sg -47 -290 61 253 5021 1112 3 MP PP c19 5021 1112 mt 5082 1365 L c18 5082 1365 mt 5035 1075 L 1 sg 60 411 -46 -449 5066 3636 3 MP PP c15 5066 3636 mt 5020 3187 L c16 5020 3187 mt 5080 3598 L 1 sg -46 -449 60 411 5020 3187 3 MP PP c16 5020 3187 mt 5080 3598 L c15 5080 3598 mt 5034 3149 L 1 sg 60 689 -46 -727 5062 3074 3 MP PP c16 5062 3074 mt 5016 2347 L c17 5016 2347 mt 5076 3036 L 1 sg -46 -727 60 689 5016 2347 3 MP PP c17 5016 2347 mt 5076 3036 L c16 5076 3036 mt 5030 2309 L 1 sg 61 642 -47 -680 5058 2234 3 MP PP c17 5058 2234 mt 5011 1554 L c18 5011 1554 mt 5072 2196 L 1 sg -47 -680 61 642 5011 1554 3 MP PP c18 5011 1554 mt 5072 2196 L c17 5072 2196 mt 5025 1516 L 1 sg -46 248 60 -285 4961 1397 3 MP PP c18 4961 1397 mt 5021 1112 L c19 5021 1112 mt 4975 1360 L 1 sg 60 -285 -46 247 5007 1150 3 MP PP c19 5007 1150 mt 4961 1397 L c18 4961 1397 mt 5021 1112 L 1 sg -46 638 60 -676 4971 1884 3 MP PP c17 4971 1884 mt 5031 1208 L c18 5031 1208 mt 4985 1846 L 1 sg 60 -676 -46 638 5017 1246 3 MP PP c18 5017 1246 mt 4971 1884 L c17 4971 1884 mt 5031 1208 L 1 sg 61 252 -47 -290 5054 1440 3 MP PP c18 5054 1440 mt 5007 1150 L c19 5007 1150 mt 5068 1402 L 1 sg -47 -290 61 252 5007 1150 3 MP PP c19 5007 1150 mt 5068 1402 L c18 5068 1402 mt 5021 1112 L 1 sg 60 411 -46 -449 5052 3674 3 MP PP c15 5052 3674 mt 5006 3225 L c16 5006 3225 mt 5066 3636 L 1 sg -46 -449 60 411 5006 3225 3 MP PP c16 5006 3225 mt 5066 3636 L c15 5066 3636 mt 5020 3187 L 1 sg 61 689 -47 -726 5048 3111 3 MP PP c16 5048 3111 mt 5001 2385 L c17 5001 2385 mt 5062 3074 L 1 sg -46 -727 61 689 5001 2385 3 MP PP c17 5001 2385 mt 5062 3074 L c16 5062 3074 mt 5016 2347 L 1 sg 61 643 -47 -681 5044 2272 3 MP PP c17 5044 2272 mt 4997 1591 L c18 4997 1591 mt 5058 2234 L 1 sg -47 -680 61 643 4997 1591 3 MP PP c18 4997 1591 mt 5058 2234 L c17 5058 2234 mt 5011 1554 L 1 sg -46 247 60 -285 4947 1435 3 MP PP c18 4947 1435 mt 5007 1150 L c19 5007 1150 mt 4961 1397 L 1 sg 60 -285 -46 247 4993 1188 3 MP PP c19 4993 1188 mt 4947 1435 L c18 4947 1435 mt 5007 1150 L 1 sg -46 638 61 -675 4956 1921 3 MP PP c17 4956 1921 mt 5017 1246 L c18 5017 1246 mt 4971 1884 L 1 sg 61 -675 -47 637 5003 1284 3 MP PP c18 5003 1284 mt 4956 1921 L c17 4956 1921 mt 5017 1246 L 1 sg 61 252 -47 -290 5040 1478 3 MP PP c18 5040 1478 mt 4993 1188 L c19 4993 1188 mt 5054 1440 L 1 sg -47 -290 61 252 4993 1188 3 MP PP c19 4993 1188 mt 5054 1440 L c18 5054 1440 mt 5007 1150 L 1 sg 60 411 -46 -448 5038 3711 3 MP PP c15 5038 3711 mt 4992 3263 L c16 4992 3263 mt 5052 3674 L 1 sg -46 -449 60 411 4992 3263 3 MP PP c16 4992 3263 mt 5052 3674 L c15 5052 3674 mt 5006 3225 L 1 sg 61 688 -47 -726 5034 3149 3 MP PP c16 5034 3149 mt 4987 2423 L c17 4987 2423 mt 5048 3111 L 1 sg -47 -726 61 688 4987 2423 3 MP PP c17 4987 2423 mt 5048 3111 L c16 5048 3111 mt 5001 2385 L 1 sg -47 684 61 -721 4938 2529 3 MP PP c16 4938 2529 mt 4999 1808 L c17 4999 1808 mt 4952 2492 L 1 sg 61 -721 -47 683 4985 1846 3 MP PP c17 4985 1846 mt 4938 2529 L c16 4938 2529 mt 4999 1808 L 1 sg 61 643 -47 -680 5030 2309 3 MP PP c17 5030 2309 mt 4983 1629 L c18 4983 1629 mt 5044 2272 L 1 sg -47 -681 61 643 4983 1629 3 MP PP c18 4983 1629 mt 5044 2272 L c17 5044 2272 mt 4997 1591 L 1 sg -46 -46 60 8 4982 3863 3 MP PP c15 4982 3863 mt 5042 3871 L 5042 3871 mt 4996 3825 L 1 sg -46 247 61 -285 4932 1473 3 MP PP c18 4932 1473 mt 4993 1188 L c19 4993 1188 mt 4947 1435 L 1 sg 61 -285 -47 247 4979 1226 3 MP PP c19 4979 1226 mt 4932 1473 L c18 4932 1473 mt 4993 1188 L 1 sg -47 637 61 -675 4942 1959 3 MP PP c17 4942 1959 mt 5003 1284 L c18 5003 1284 mt 4956 1921 L 1 sg 61 -675 -47 637 4989 1322 3 MP PP c18 4989 1322 mt 4942 1959 L c17 4942 1959 mt 5003 1284 L 1 sg 61 252 -46 -290 5025 1516 3 MP PP c18 5025 1516 mt 4979 1226 L c19 4979 1226 mt 5040 1478 L 1 sg -47 -290 61 252 4979 1226 3 MP PP c19 4979 1226 mt 5040 1478 L c18 5040 1478 mt 4993 1188 L 1 sg 61 410 -47 -448 5024 3749 3 MP PP c15 5024 3749 mt 4977 3301 L c16 4977 3301 mt 5038 3711 L 1 sg -46 -448 61 410 4977 3301 3 MP PP c16 4977 3301 mt 5038 3711 L c15 5038 3711 mt 4992 3263 L 1 sg 61 688 -47 -726 5020 3187 3 MP PP c16 5020 3187 mt 4973 2461 L c17 4973 2461 mt 5034 3149 L 1 sg -47 -726 61 688 4973 2461 3 MP PP c17 4973 2461 mt 5034 3149 L c16 5034 3149 mt 4987 2423 L 1 sg -47 683 61 -721 4924 2567 3 MP PP c16 4924 2567 mt 4985 1846 L c17 4985 1846 mt 4938 2529 L 1 sg 61 -721 -47 683 4971 1884 3 MP PP c17 4971 1884 mt 4924 2567 L c16 4924 2567 mt 4985 1846 L 1 sg 61 642 -47 -680 5016 2347 3 MP PP c17 5016 2347 mt 4969 1667 L c18 4969 1667 mt 5030 2309 L 1 sg -47 -680 61 642 4969 1667 3 MP PP c18 4969 1667 mt 5030 2309 L c17 5030 2309 mt 4983 1629 L 1 sg -47 247 61 -285 4918 1511 3 MP PP c18 4918 1511 mt 4979 1226 L c19 4979 1226 mt 4932 1473 L 1 sg 61 -285 -47 247 4965 1264 3 MP PP c19 4965 1264 mt 4918 1511 L c18 4918 1511 mt 4979 1226 L 1 sg -47 637 61 -675 4928 1997 3 MP PP c17 4928 1997 mt 4989 1322 L c18 4989 1322 mt 4942 1959 L 1 sg 61 -675 -47 637 4975 1360 3 MP PP c18 4975 1360 mt 4928 1997 L c17 4928 1997 mt 4989 1322 L 1 sg 60 252 -46 -290 5011 1554 3 MP PP c18 5011 1554 mt 4965 1264 L c19 4965 1264 mt 5025 1516 L 1 sg -46 -290 60 252 4965 1264 3 MP PP c19 4965 1264 mt 5025 1516 L c18 5025 1516 mt 4979 1226 L 1 sg 61 411 -47 -449 5010 3787 3 MP PP c15 5010 3787 mt 4963 3338 L c16 4963 3338 mt 5024 3749 L 1 sg -47 -448 61 411 4963 3338 3 MP PP c16 4963 3338 mt 5024 3749 L c15 5024 3749 mt 4977 3301 L 1 sg 61 689 -47 -727 5006 3225 3 MP PP c16 5006 3225 mt 4959 2498 L c17 4959 2498 mt 5020 3187 L 1 sg -47 -726 61 689 4959 2498 3 MP PP c17 4959 2498 mt 5020 3187 L c16 5020 3187 mt 4973 2461 L 1 sg -47 683 61 -721 4910 2605 3 MP PP c16 4910 2605 mt 4971 1884 L c17 4971 1884 mt 4924 2567 L 1 sg 61 -721 -46 684 4956 1921 3 MP PP c17 4956 1921 mt 4910 2605 L c16 4910 2605 mt 4971 1884 L 1 sg 61 642 -46 -680 5001 2385 3 MP PP c17 5001 2385 mt 4955 1705 L c18 4955 1705 mt 5016 2347 L 1 sg -47 -680 61 642 4955 1705 3 MP PP c18 4955 1705 mt 5016 2347 L c17 5016 2347 mt 4969 1667 L 1 sg -47 247 61 -285 4904 1549 3 MP PP c18 4904 1549 mt 4965 1264 L c19 4965 1264 mt 4918 1511 L 1 sg 61 -285 -47 248 4951 1301 3 MP PP c19 4951 1301 mt 4904 1549 L c18 4904 1549 mt 4965 1264 L 1 sg -47 637 61 -675 4914 2035 3 MP PP c17 4914 2035 mt 4975 1360 L c18 4975 1360 mt 4928 1997 L 1 sg 61 -675 -47 638 4961 1397 3 MP PP c18 4961 1397 mt 4914 2035 L c17 4914 2035 mt 4975 1360 L 1 sg 60 253 -46 -290 4997 1591 3 MP PP c18 4997 1591 mt 4951 1301 L c19 4951 1301 mt 5011 1554 L 1 sg -46 -290 60 253 4951 1301 3 MP PP c19 4951 1301 mt 5011 1554 L c18 5011 1554 mt 4965 1264 L 1 sg 61 411 -47 -449 4996 3825 3 MP PP c15 4996 3825 mt 4949 3376 L c16 4949 3376 mt 5010 3787 L 1 sg -47 -449 61 411 4949 3376 3 MP PP c16 4949 3376 mt 5010 3787 L c15 5010 3787 mt 4963 3338 L 1 sg -47 4 61 -42 4845 2939 3 MP PP c15 4845 2939 mt 4906 2897 L 4906 2897 mt 4859 2901 L 1 sg 61 -42 -47 4 4892 2935 3 MP PP c15 4892 2935 mt 4845 2939 L 4845 2939 mt 4906 2897 L 1 sg -46 405 60 -443 4892 2935 3 MP PP c15 4892 2935 mt 4952 2492 L c16 4952 2492 mt 4906 2897 L 1 sg 60 -443 -46 406 4938 2529 3 MP PP c16 4938 2529 mt 4892 2935 L c15 4892 2935 mt 4952 2492 L 1 sg 61 689 -47 -727 4992 3263 3 MP PP c16 4992 3263 mt 4945 2536 L c17 4945 2536 mt 5006 3225 L 1 sg -47 -727 61 689 4945 2536 3 MP PP c17 4945 2536 mt 5006 3225 L c16 5006 3225 mt 4959 2498 L 1 sg -46 684 60 -722 4896 2643 3 MP PP c16 4896 2643 mt 4956 1921 L c17 4956 1921 mt 4910 2605 L 1 sg 60 -722 -46 684 4942 1959 3 MP PP c17 4942 1959 mt 4896 2643 L c16 4896 2643 mt 4956 1921 L 1 sg 60 642 -46 -680 4987 2423 3 MP PP c17 4987 2423 mt 4941 1743 L c18 4941 1743 mt 5001 2385 L 1 sg -46 -680 60 642 4941 1743 3 MP PP c18 4941 1743 mt 5001 2385 L c17 5001 2385 mt 4955 1705 L 1 sg -47 248 61 -285 4890 1586 3 MP PP c18 4890 1586 mt 4951 1301 L c19 4951 1301 mt 4904 1549 L 1 sg 61 -285 -47 247 4937 1339 3 MP PP c19 4937 1339 mt 4890 1586 L c18 4890 1586 mt 4951 1301 L 1 sg -47 638 61 -676 4900 2073 3 MP PP c17 4900 2073 mt 4961 1397 L c18 4961 1397 mt 4914 2035 L 1 sg 61 -676 -47 638 4947 1435 3 MP PP c18 4947 1435 mt 4900 2073 L c17 4900 2073 mt 4961 1397 L 1 sg 60 252 -46 -290 4983 1629 3 MP PP c18 4983 1629 mt 4937 1339 L c19 4937 1339 mt 4997 1591 L 1 sg -46 -290 60 252 4937 1339 3 MP PP c19 4937 1339 mt 4997 1591 L c18 4997 1591 mt 4951 1301 L 1 sg 61 411 -47 -449 4982 3863 3 MP PP c15 4982 3863 mt 4935 3414 L c16 4935 3414 mt 4996 3825 L 1 sg -47 -449 61 411 4935 3414 3 MP PP c16 4935 3414 mt 4996 3825 L c15 4996 3825 mt 4949 3376 L 1 sg -47 4 61 -41 4831 2976 3 MP PP c15 4831 2976 mt 4892 2935 L 4892 2935 mt 4845 2939 L 1 sg 61 -41 -47 3 4878 2973 3 MP PP c15 4878 2973 mt 4831 2976 L 4831 2976 mt 4892 2935 L 1 sg -46 406 60 -444 4878 2973 3 MP PP c15 4878 2973 mt 4938 2529 L c16 4938 2529 mt 4892 2935 L 1 sg 60 -444 -46 406 4924 2567 3 MP PP c16 4924 2567 mt 4878 2973 L c15 4878 2973 mt 4938 2529 L 1 sg 61 689 -46 -727 4977 3301 3 MP PP c16 4977 3301 mt 4931 2574 L c17 4931 2574 mt 4992 3263 L 1 sg -47 -727 61 689 4931 2574 3 MP PP c17 4931 2574 mt 4992 3263 L c16 4992 3263 mt 4945 2536 L 1 sg -46 684 60 -722 4882 2681 3 MP PP c16 4882 2681 mt 4942 1959 L c17 4942 1959 mt 4896 2643 L 1 sg 60 -722 -46 684 4928 1997 3 MP PP c17 4928 1997 mt 4882 2681 L c16 4882 2681 mt 4942 1959 L 1 sg 60 642 -46 -680 4973 2461 3 MP PP c17 4973 2461 mt 4927 1781 L c18 4927 1781 mt 4987 2423 L 1 sg -46 -680 60 642 4927 1781 3 MP PP c18 4927 1781 mt 4987 2423 L c17 4987 2423 mt 4941 1743 L 1 sg -47 247 61 -285 4876 1624 3 MP PP c18 4876 1624 mt 4937 1339 L c19 4937 1339 mt 4890 1586 L 1 sg 61 -285 -47 247 4923 1377 3 MP PP c19 4923 1377 mt 4876 1624 L c18 4876 1624 mt 4937 1339 L 1 sg -47 638 61 -675 4886 2110 3 MP PP c17 4886 2110 mt 4947 1435 L c18 4947 1435 mt 4900 2073 L 1 sg 61 -675 -46 637 4932 1473 3 MP PP c18 4932 1473 mt 4886 2110 L c17 4886 2110 mt 4947 1435 L 1 sg 60 252 -46 -290 4969 1667 3 MP PP c18 4969 1667 mt 4923 1377 L c19 4923 1377 mt 4983 1629 L 1 sg -46 -290 60 252 4923 1377 3 MP PP c19 4923 1377 mt 4983 1629 L c18 4983 1629 mt 4937 1339 L 1 sg -47 -449 61 411 4921 3452 3 MP PP c16 4921 3452 mt 4982 3863 L c15 4982 3863 mt 4935 3414 L 1 sg -47 3 61 -41 4817 3014 3 MP PP c15 4817 3014 mt 4878 2973 L 4878 2973 mt 4831 2976 L 1 sg 61 -41 -46 3 4863 3011 3 MP PP c15 4863 3011 mt 4817 3014 L 4817 3014 mt 4878 2973 L 1 sg -46 406 61 -444 4863 3011 3 MP PP c15 4863 3011 mt 4924 2567 L c16 4924 2567 mt 4878 2973 L 1 sg 61 -444 -47 406 4910 2605 3 MP PP c16 4910 2605 mt 4863 3011 L c15 4863 3011 mt 4924 2567 L 1 sg 60 689 -46 -726 4963 3338 3 MP PP c16 4963 3338 mt 4917 2612 L c17 4917 2612 mt 4977 3301 L 1 sg -46 -727 60 689 4917 2612 3 MP PP c17 4917 2612 mt 4977 3301 L c16 4977 3301 mt 4931 2574 L 1 sg -46 684 60 -721 4868 2718 3 MP PP c16 4868 2718 mt 4928 1997 L c17 4928 1997 mt 4882 2681 L 1 sg 60 -721 -46 683 4914 2035 3 MP PP c17 4914 2035 mt 4868 2718 L c16 4868 2718 mt 4928 1997 L 1 sg 60 643 -46 -680 4959 2498 3 MP PP c17 4959 2498 mt 4913 1818 L c18 4913 1818 mt 4973 2461 L 1 sg -46 -680 60 643 4913 1818 3 MP PP c18 4913 1818 mt 4973 2461 L c17 4973 2461 mt 4927 1781 L 1 sg -47 247 61 -285 4862 1662 3 MP PP c18 4862 1662 mt 4923 1377 L c19 4923 1377 mt 4876 1624 L 1 sg 61 -285 -46 247 4908 1415 3 MP PP c19 4908 1415 mt 4862 1662 L c18 4862 1662 mt 4923 1377 L 1 sg -46 637 60 -675 4872 2148 3 MP PP c17 4872 2148 mt 4932 1473 L c18 4932 1473 mt 4886 2110 L 1 sg 60 -675 -46 637 4918 1511 3 MP PP c18 4918 1511 mt 4872 2148 L c17 4872 2148 mt 4932 1473 L 1 sg 61 252 -47 -290 4955 1705 3 MP PP c18 4955 1705 mt 4908 1415 L c19 4908 1415 mt 4969 1667 L 1 sg -46 -290 61 252 4908 1415 3 MP PP c19 4908 1415 mt 4969 1667 L c18 4969 1667 mt 4923 1377 L 1 sg -46 3 60 -41 4803 3052 3 MP PP c15 4803 3052 mt 4863 3011 L 4863 3011 mt 4817 3014 L 1 sg 60 -41 -46 3 4849 3049 3 MP PP c15 4849 3049 mt 4803 3052 L 4803 3052 mt 4863 3011 L 1 sg -47 406 61 -444 4849 3049 3 MP PP c15 4849 3049 mt 4910 2605 L c16 4910 2605 mt 4863 3011 L 1 sg 61 -444 -47 406 4896 2643 3 MP PP c16 4896 2643 mt 4849 3049 L c15 4849 3049 mt 4910 2605 L 1 sg 60 688 -46 -726 4949 3376 3 MP PP c16 4949 3376 mt 4903 2650 L c17 4903 2650 mt 4963 3338 L 1 sg -46 -726 60 688 4903 2650 3 MP PP c17 4903 2650 mt 4963 3338 L c16 4963 3338 mt 4917 2612 L 1 sg -46 683 60 -721 4854 2756 3 MP PP c16 4854 2756 mt 4914 2035 L c17 4914 2035 mt 4868 2718 L 1 sg 60 -721 -46 683 4900 2073 3 MP PP c17 4900 2073 mt 4854 2756 L c16 4854 2756 mt 4914 2035 L 1 sg 60 642 -46 -680 4945 2536 3 MP PP c17 4945 2536 mt 4899 1856 L c18 4899 1856 mt 4959 2498 L 1 sg -46 -680 60 642 4899 1856 3 MP PP c18 4899 1856 mt 4959 2498 L c17 4959 2498 mt 4913 1818 L 1 sg -46 247 60 -285 4848 1700 3 MP PP c18 4848 1700 mt 4908 1415 L c19 4908 1415 mt 4862 1662 L 1 sg 60 -285 -46 247 4894 1453 3 MP PP c19 4894 1453 mt 4848 1700 L c18 4848 1700 mt 4908 1415 L 1 sg -46 637 60 -675 4858 2186 3 MP PP c17 4858 2186 mt 4918 1511 L c18 4918 1511 mt 4872 2148 L 1 sg 60 -675 -46 637 4904 1549 3 MP PP c18 4904 1549 mt 4858 2186 L c17 4858 2186 mt 4918 1511 L 1 sg 61 252 -47 -290 4941 1743 3 MP PP c18 4941 1743 mt 4894 1453 L c19 4894 1453 mt 4955 1705 L 1 sg -47 -290 61 252 4894 1453 3 MP PP c19 4894 1453 mt 4955 1705 L c18 4955 1705 mt 4908 1415 L 1 sg -46 3 60 -41 4789 3090 3 MP PP c15 4789 3090 mt 4849 3049 L 4849 3049 mt 4803 3052 L 1 sg 60 -41 -46 3 4835 3087 3 MP PP c15 4835 3087 mt 4789 3090 L 4789 3090 mt 4849 3049 L 1 sg -47 406 61 -444 4835 3087 3 MP PP c15 4835 3087 mt 4896 2643 L c16 4896 2643 mt 4849 3049 L 1 sg -46 -298 60 260 4799 2641 3 MP PP c14 4799 2641 mt 4859 2901 L c15 4859 2901 mt 4813 2603 L 1 sg 60 260 -46 -298 4845 2939 3 MP PP c15 4845 2939 mt 4799 2641 L c14 4799 2641 mt 4859 2901 L 1 sg 61 -444 -47 406 4882 2681 3 MP PP c16 4882 2681 mt 4835 3087 L c15 4835 3087 mt 4896 2643 L 1 sg 60 688 -46 -726 4935 3414 3 MP PP c16 4935 3414 mt 4889 2688 L c17 4889 2688 mt 4949 3376 L 1 sg -46 -726 60 688 4889 2688 3 MP PP c17 4889 2688 mt 4949 3376 L c16 4949 3376 mt 4903 2650 L 1 sg -46 683 61 -721 4839 2794 3 MP PP c16 4839 2794 mt 4900 2073 L c17 4900 2073 mt 4854 2756 L 1 sg 61 -721 -47 684 4886 2110 3 MP PP c17 4886 2110 mt 4839 2794 L c16 4839 2794 mt 4900 2073 L 1 sg 61 642 -47 -680 4931 2574 3 MP PP c17 4931 2574 mt 4884 1894 L c18 4884 1894 mt 4945 2536 L 1 sg -46 -680 61 642 4884 1894 3 MP PP c18 4884 1894 mt 4945 2536 L c17 4945 2536 mt 4899 1856 L 1 sg -46 247 60 -285 4834 1738 3 MP PP c18 4834 1738 mt 4894 1453 L c19 4894 1453 mt 4848 1700 L 1 sg 60 -285 -46 247 4880 1491 3 MP PP c19 4880 1491 mt 4834 1738 L c18 4834 1738 mt 4894 1453 L 1 sg -46 637 60 -675 4844 2224 3 MP PP c17 4844 2224 mt 4904 1549 L c18 4904 1549 mt 4858 2186 L 1 sg 60 -675 -46 638 4890 1586 3 MP PP c18 4890 1586 mt 4844 2224 L c17 4844 2224 mt 4904 1549 L 1 sg 61 252 -47 -290 4927 1781 3 MP PP c18 4927 1781 mt 4880 1491 L c19 4880 1491 mt 4941 1743 L 1 sg -47 -290 61 252 4880 1491 3 MP PP c19 4880 1491 mt 4941 1743 L c18 4941 1743 mt 4894 1453 L 1 sg -46 3 60 -41 4775 3128 3 MP PP c15 4775 3128 mt 4835 3087 L 4835 3087 mt 4789 3090 L 1 sg 60 -41 -46 4 4821 3124 3 MP PP c15 4821 3124 mt 4775 3128 L 4775 3128 mt 4835 3087 L 1 sg -47 406 61 -443 4821 3124 3 MP PP c15 4821 3124 mt 4882 2681 L c16 4882 2681 mt 4835 3087 L 1 sg -46 -298 60 260 4785 2679 3 MP PP c14 4785 2679 mt 4845 2939 L c15 4845 2939 mt 4799 2641 L 1 sg 60 260 -46 -297 4831 2976 3 MP PP c15 4831 2976 mt 4785 2679 L c14 4785 2679 mt 4845 2939 L 1 sg 61 -443 -47 406 4868 2718 3 MP PP c16 4868 2718 mt 4821 3124 L c15 4821 3124 mt 4882 2681 L 1 sg 60 689 -46 -727 4921 3452 3 MP PP c16 4921 3452 mt 4875 2725 L c17 4875 2725 mt 4935 3414 L 1 sg -46 -726 60 689 4875 2725 3 MP PP c17 4875 2725 mt 4935 3414 L c16 4935 3414 mt 4889 2688 L 1 sg -47 684 61 -722 4825 2832 3 MP PP c16 4825 2832 mt 4886 2110 L c17 4886 2110 mt 4839 2794 L 1 sg 61 -722 -47 684 4872 2148 3 MP PP c17 4872 2148 mt 4825 2832 L c16 4825 2832 mt 4886 2110 L 1 sg 61 642 -47 -680 4917 2612 3 MP PP c17 4917 2612 mt 4870 1932 L c18 4870 1932 mt 4931 2574 L 1 sg -47 -680 61 642 4870 1932 3 MP PP c18 4870 1932 mt 4931 2574 L c17 4931 2574 mt 4884 1894 L 1 sg -46 247 60 -285 4820 1776 3 MP PP c18 4820 1776 mt 4880 1491 L c19 4880 1491 mt 4834 1738 L 1 sg 60 -285 -46 248 4866 1528 3 MP PP c19 4866 1528 mt 4820 1776 L c18 4820 1776 mt 4880 1491 L 1 sg -46 638 60 -676 4830 2262 3 MP PP c17 4830 2262 mt 4890 1586 L c18 4890 1586 mt 4844 2224 L 1 sg 60 -676 -46 638 4876 1624 3 MP PP c18 4876 1624 mt 4830 2262 L c17 4830 2262 mt 4890 1586 L 1 sg 61 253 -47 -290 4913 1818 3 MP PP c18 4913 1818 mt 4866 1528 L c19 4866 1528 mt 4927 1781 L 1 sg -47 -290 61 253 4866 1528 3 MP PP c19 4866 1528 mt 4927 1781 L c18 4927 1781 mt 4880 1491 L 1 sg -46 4 60 -41 4761 3165 3 MP PP c15 4761 3165 mt 4821 3124 L 4821 3124 mt 4775 3128 L 1 sg 60 -41 -46 3 4807 3162 3 MP PP c15 4807 3162 mt 4761 3165 L 4761 3165 mt 4821 3124 L 1 sg -47 406 61 -444 4807 3162 3 MP PP c15 4807 3162 mt 4868 2718 L c16 4868 2718 mt 4821 3124 L 1 sg -46 -297 61 259 4770 2717 3 MP PP c14 4770 2717 mt 4831 2976 L c15 4831 2976 mt 4785 2679 L 1 sg 61 259 -47 -297 4817 3014 3 MP PP c15 4817 3014 mt 4770 2717 L c14 4770 2717 mt 4831 2976 L 1 sg 61 -444 -47 406 4854 2756 3 MP PP c16 4854 2756 mt 4807 3162 L c15 4807 3162 mt 4868 2718 L 1 sg -46 -727 61 689 4860 2763 3 MP PP c17 4860 2763 mt 4921 3452 L c16 4921 3452 mt 4875 2725 L 1 sg -47 684 61 -722 4811 2870 3 MP PP c16 4811 2870 mt 4872 2148 L c17 4872 2148 mt 4825 2832 L 1 sg 61 -722 -47 684 4858 2186 3 MP PP c17 4858 2186 mt 4811 2870 L c16 4811 2870 mt 4872 2148 L 1 sg 61 642 -47 -680 4903 2650 3 MP PP c17 4903 2650 mt 4856 1970 L c18 4856 1970 mt 4917 2612 L 1 sg -47 -680 61 642 4856 1970 3 MP PP c18 4856 1970 mt 4917 2612 L c17 4917 2612 mt 4870 1932 L 1 sg -46 248 60 -285 4806 1813 3 MP PP c18 4806 1813 mt 4866 1528 L c19 4866 1528 mt 4820 1776 L 1 sg 60 -285 -46 247 4852 1566 3 MP PP c19 4852 1566 mt 4806 1813 L c18 4806 1813 mt 4866 1528 L 1 sg -46 638 61 -675 4815 2299 3 MP PP c17 4815 2299 mt 4876 1624 L c18 4876 1624 mt 4830 2262 L 1 sg 61 -675 -47 637 4862 1662 3 MP PP c18 4862 1662 mt 4815 2299 L c17 4815 2299 mt 4876 1624 L 1 sg 61 252 -47 -290 4899 1856 3 MP PP c18 4899 1856 mt 4852 1566 L c19 4852 1566 mt 4913 1818 L 1 sg -47 -290 61 252 4852 1566 3 MP PP c19 4852 1566 mt 4913 1818 L c18 4913 1818 mt 4866 1528 L 1 sg -47 -297 61 259 4756 2755 3 MP PP c14 4756 2755 mt 4817 3014 L c15 4817 3014 mt 4770 2717 L 1 sg -47 684 61 -721 4797 2907 3 MP PP c16 4797 2907 mt 4858 2186 L c17 4858 2186 mt 4811 2870 L 1 sg 61 -721 -47 683 4844 2224 3 MP PP c17 4844 2224 mt 4797 2907 L c16 4797 2907 mt 4858 2186 L 1 sg 61 643 -47 -681 4889 2688 3 MP PP c17 4889 2688 mt 4842 2007 L c18 4842 2007 mt 4903 2650 L 1 sg -47 -680 61 643 4842 2007 3 MP PP c18 4842 2007 mt 4903 2650 L c17 4903 2650 mt 4856 1970 L 1 sg -46 247 61 -285 4791 1851 3 MP PP c18 4791 1851 mt 4852 1566 L c19 4852 1566 mt 4806 1813 L 1 sg 61 -285 -47 247 4838 1604 3 MP PP c19 4838 1604 mt 4791 1851 L c18 4791 1851 mt 4852 1566 L 1 sg -47 637 61 -675 4801 2337 3 MP PP c17 4801 2337 mt 4862 1662 L c18 4862 1662 mt 4815 2299 L 1 sg 61 -675 -47 637 4848 1700 3 MP PP c18 4848 1700 mt 4801 2337 L c17 4801 2337 mt 4862 1662 L 1 sg 61 252 -46 -290 4884 1894 3 MP PP c18 4884 1894 mt 4838 1604 L c19 4838 1604 mt 4899 1856 L 1 sg -47 -290 61 252 4838 1604 3 MP PP c19 4838 1604 mt 4899 1856 L c18 4899 1856 mt 4852 1566 L 1 sg -47 -297 61 260 4742 2792 3 MP PP c14 4742 2792 mt 4803 3052 L c15 4803 3052 mt 4756 2755 L 1 sg -47 -381 61 344 4752 2259 3 MP PP c13 4752 2259 mt 4813 2603 L c14 4813 2603 mt 4766 2222 L 1 sg 61 344 -47 -382 4799 2641 3 MP PP c14 4799 2641 mt 4752 2259 L c13 4752 2259 mt 4813 2603 L 1 sg 61 259 -47 -297 4803 3052 3 MP PP c15 4803 3052 mt 4756 2755 L c14 4756 2755 mt 4817 3014 L 1 sg -47 683 61 -721 4783 2945 3 MP PP c16 4783 2945 mt 4844 2224 L c17 4844 2224 mt 4797 2907 L 1 sg 61 -721 -47 683 4830 2262 3 MP PP c17 4830 2262 mt 4783 2945 L c16 4783 2945 mt 4844 2224 L 1 sg 61 643 -47 -680 4875 2725 3 MP PP c17 4875 2725 mt 4828 2045 L c18 4828 2045 mt 4889 2688 L 1 sg -47 -681 61 643 4828 2045 3 MP PP c18 4828 2045 mt 4889 2688 L c17 4889 2688 mt 4842 2007 L 1 sg -47 247 61 -285 4777 1889 3 MP PP c18 4777 1889 mt 4838 1604 L c19 4838 1604 mt 4791 1851 L 1 sg 61 -285 -47 247 4824 1642 3 MP PP c19 4824 1642 mt 4777 1889 L c18 4777 1889 mt 4838 1604 L 1 sg -47 637 61 -675 4787 2375 3 MP PP c17 4787 2375 mt 4848 1700 L c18 4848 1700 mt 4801 2337 L 1 sg 61 -675 -47 637 4834 1738 3 MP PP c18 4834 1738 mt 4787 2375 L c17 4787 2375 mt 4848 1700 L 1 sg 60 252 -46 -290 4870 1932 3 MP PP c18 4870 1932 mt 4824 1642 L c19 4824 1642 mt 4884 1894 L 1 sg -46 -290 60 252 4824 1642 3 MP PP c19 4824 1642 mt 4884 1894 L c18 4884 1894 mt 4838 1604 L 1 sg -47 -298 61 260 4728 2830 3 MP PP c14 4728 2830 mt 4789 3090 L c15 4789 3090 mt 4742 2792 L 1 sg -47 -382 61 344 4738 2297 3 MP PP c13 4738 2297 mt 4799 2641 L c14 4799 2641 mt 4752 2259 L 1 sg 61 344 -47 -382 4785 2679 3 MP PP c14 4785 2679 mt 4738 2297 L c13 4738 2297 mt 4799 2641 L 1 sg 61 260 -47 -298 4789 3090 3 MP PP c15 4789 3090 mt 4742 2792 L c14 4742 2792 mt 4803 3052 L 1 sg -47 683 61 -721 4769 2983 3 MP PP c16 4769 2983 mt 4830 2262 L c17 4830 2262 mt 4783 2945 L 1 sg 61 -721 -46 684 4815 2299 3 MP PP c17 4815 2299 mt 4769 2983 L c16 4769 2983 mt 4830 2262 L 1 sg 61 642 -46 -680 4860 2763 3 MP PP c17 4860 2763 mt 4814 2083 L c18 4814 2083 mt 4875 2725 L 1 sg -47 -680 61 642 4814 2083 3 MP PP c18 4814 2083 mt 4875 2725 L c17 4875 2725 mt 4828 2045 L 1 sg -47 247 61 -285 4763 1927 3 MP PP c18 4763 1927 mt 4824 1642 L c19 4824 1642 mt 4777 1889 L 1 sg 61 -285 -47 247 4810 1680 3 MP PP c19 4810 1680 mt 4763 1927 L c18 4763 1927 mt 4824 1642 L 1 sg -47 637 61 -675 4773 2413 3 MP PP c17 4773 2413 mt 4834 1738 L c18 4834 1738 mt 4787 2375 L 1 sg 61 -675 -47 637 4820 1776 3 MP PP c18 4820 1776 mt 4773 2413 L c17 4773 2413 mt 4834 1738 L 1 sg 60 252 -46 -290 4856 1970 3 MP PP c18 4856 1970 mt 4810 1680 L c19 4810 1680 mt 4870 1932 L 1 sg -46 -290 60 252 4810 1680 3 MP PP c19 4810 1680 mt 4870 1932 L c18 4870 1932 mt 4824 1642 L 1 sg -46 -680 60 642 4800 2121 3 MP PP c18 4800 2121 mt 4860 2763 L c17 4860 2763 mt 4814 2083 L 1 sg -47 247 61 -285 4749 1965 3 MP PP c18 4749 1965 mt 4810 1680 L c19 4810 1680 mt 4763 1927 L 1 sg 61 -285 -47 248 4796 1717 3 MP PP c19 4796 1717 mt 4749 1965 L c18 4749 1965 mt 4810 1680 L 1 sg -47 637 61 -675 4759 2451 3 MP PP c17 4759 2451 mt 4820 1776 L c18 4820 1776 mt 4773 2413 L 1 sg 61 -675 -47 638 4806 1813 3 MP PP c18 4806 1813 mt 4759 2451 L c17 4759 2451 mt 4820 1776 L 1 sg 60 253 -46 -290 4842 2007 3 MP PP c18 4842 2007 mt 4796 1717 L c19 4796 1717 mt 4856 1970 L 1 sg -46 -290 60 253 4796 1717 3 MP PP c19 4796 1717 mt 4856 1970 L c18 4856 1970 mt 4810 1680 L 1 sg -46 3 61 -41 4746 3203 3 MP PP c15 4746 3203 mt 4807 3162 L 4807 3162 mt 4761 3165 L 1 sg 61 -41 -47 3 4793 3200 3 MP PP c15 4793 3200 mt 4746 3203 L 4746 3203 mt 4807 3162 L 1 sg 61 -444 -46 406 4839 2794 3 MP PP c16 4839 2794 mt 4793 3200 L c15 4793 3200 mt 4854 2756 L 1 sg -47 406 61 -444 4793 3200 3 MP PP c15 4793 3200 mt 4854 2756 L c16 4854 2756 mt 4807 3162 L 1 sg -47 248 61 -285 4735 2002 3 MP PP c18 4735 2002 mt 4796 1717 L c19 4796 1717 mt 4749 1965 L 1 sg 61 -285 -47 247 4782 1755 3 MP PP c19 4782 1755 mt 4735 2002 L c18 4735 2002 mt 4796 1717 L 1 sg -47 -382 61 344 4724 2335 3 MP PP c13 4724 2335 mt 4785 2679 L c14 4785 2679 mt 4738 2297 L 1 sg 61 344 -46 -382 4770 2717 3 MP PP c14 4770 2717 mt 4724 2335 L c13 4724 2335 mt 4785 2679 L 1 sg -47 638 61 -676 4745 2489 3 MP PP c17 4745 2489 mt 4806 1813 L c18 4806 1813 mt 4759 2451 L 1 sg -46 -284 60 246 4706 1976 3 MP PP c10 4706 1976 mt 4766 2222 L c13 4766 2222 mt 4720 1938 L 1 sg 60 246 -46 -283 4752 2259 3 MP PP c13 4752 2259 mt 4706 1976 L c10 4706 1976 mt 4766 2222 L 1 sg 61 -676 -46 638 4791 1851 3 MP PP c18 4791 1851 mt 4745 2489 L c17 4745 2489 mt 4806 1813 L 1 sg 60 252 -46 -290 4828 2045 3 MP PP c18 4828 2045 mt 4782 1755 L c19 4782 1755 mt 4842 2007 L 1 sg -46 -290 60 252 4782 1755 3 MP PP c19 4782 1755 mt 4842 2007 L c18 4842 2007 mt 4796 1717 L 1 sg -47 3 61 -41 4732 3241 3 MP PP c15 4732 3241 mt 4793 3200 L 4793 3200 mt 4746 3203 L 1 sg 61 -41 -47 3 4779 3238 3 MP PP c15 4779 3238 mt 4732 3241 L 4732 3241 mt 4793 3200 L 1 sg 60 -444 -46 406 4825 2832 3 MP PP c16 4825 2832 mt 4779 3238 L c15 4779 3238 mt 4839 2794 L 1 sg -46 406 60 -444 4779 3238 3 MP PP c15 4779 3238 mt 4839 2794 L c16 4839 2794 mt 4793 3200 L 1 sg -47 247 61 -285 4721 2040 3 MP PP c18 4721 2040 mt 4782 1755 L c19 4782 1755 mt 4735 2002 L 1 sg 61 -285 -46 247 4767 1793 3 MP PP c19 4767 1793 mt 4721 2040 L c18 4721 2040 mt 4782 1755 L 1 sg -46 -382 60 344 4710 2373 3 MP PP c13 4710 2373 mt 4770 2717 L c14 4770 2717 mt 4724 2335 L 1 sg 60 344 -46 -382 4756 2755 3 MP PP c14 4756 2755 mt 4710 2373 L c13 4710 2373 mt 4770 2717 L 1 sg -46 638 60 -675 4731 2526 3 MP PP c17 4731 2526 mt 4791 1851 L c18 4791 1851 mt 4745 2489 L 1 sg -46 -283 60 245 4692 2014 3 MP PP c10 4692 2014 mt 4752 2259 L c13 4752 2259 mt 4706 1976 L 1 sg 60 245 -46 -283 4738 2297 3 MP PP c13 4738 2297 mt 4692 2014 L c10 4692 2014 mt 4752 2259 L 1 sg 60 -675 -46 637 4777 1889 3 MP PP c18 4777 1889 mt 4731 2526 L c17 4731 2526 mt 4791 1851 L 1 sg 61 252 -47 -290 4814 2083 3 MP PP c18 4814 2083 mt 4767 1793 L c19 4767 1793 mt 4828 2045 L 1 sg -46 -290 61 252 4767 1793 3 MP PP c19 4767 1793 mt 4828 2045 L c18 4828 2045 mt 4782 1755 L 1 sg -47 3 61 -41 4718 3279 3 MP PP c15 4718 3279 mt 4779 3238 L 4779 3238 mt 4732 3241 L 1 sg 61 -41 -47 3 4765 3276 3 MP PP c15 4765 3276 mt 4718 3279 L 4718 3279 mt 4779 3238 L 1 sg 61 260 -47 -298 4775 3128 3 MP PP c15 4775 3128 mt 4728 2830 L c14 4728 2830 mt 4789 3090 L 1 sg 60 -444 -46 406 4811 2870 3 MP PP c16 4811 2870 mt 4765 3276 L c15 4765 3276 mt 4825 2832 L 1 sg -46 406 60 -444 4765 3276 3 MP PP c15 4765 3276 mt 4825 2832 L c16 4825 2832 mt 4779 3238 L 1 sg -47 -298 61 260 4714 2868 3 MP PP c14 4714 2868 mt 4775 3128 L c15 4775 3128 mt 4728 2830 L 1 sg 60 -722 -46 684 4801 2337 3 MP PP c17 4801 2337 mt 4755 3021 L c16 4755 3021 mt 4815 2299 L 1 sg -46 684 60 -722 4755 3021 3 MP PP c16 4755 3021 mt 4815 2299 L c17 4815 2299 mt 4769 2983 L 1 sg -46 247 60 -285 4707 2078 3 MP PP c18 4707 2078 mt 4767 1793 L c19 4767 1793 mt 4721 2040 L 1 sg 60 -285 -46 247 4753 1831 3 MP PP c19 4753 1831 mt 4707 2078 L c18 4707 2078 mt 4767 1793 L 1 sg -46 -382 60 344 4696 2411 3 MP PP c13 4696 2411 mt 4756 2755 L c14 4756 2755 mt 4710 2373 L 1 sg 60 344 -46 -381 4742 2792 3 MP PP c14 4742 2792 mt 4696 2411 L c13 4696 2411 mt 4756 2755 L 1 sg -46 637 60 -675 4717 2564 3 MP PP c17 4717 2564 mt 4777 1889 L c18 4777 1889 mt 4731 2526 L 1 sg -46 -283 61 245 4677 2052 3 MP PP c10 4677 2052 mt 4738 2297 L c13 4738 2297 mt 4692 2014 L 1 sg 61 245 -47 -283 4724 2335 3 MP PP c13 4724 2335 mt 4677 2052 L c10 4677 2052 mt 4738 2297 L 1 sg 60 -675 -46 637 4763 1927 3 MP PP c18 4763 1927 mt 4717 2564 L c17 4717 2564 mt 4777 1889 L 1 sg 61 252 -47 -290 4800 2121 3 MP PP c18 4800 2121 mt 4753 1831 L c19 4753 1831 mt 4814 2083 L 1 sg -47 -290 61 252 4753 1831 3 MP PP c19 4753 1831 mt 4814 2083 L c18 4814 2083 mt 4767 1793 L 1 sg -47 3 61 -41 4704 3317 3 MP PP c15 4704 3317 mt 4765 3276 L 4765 3276 mt 4718 3279 L 1 sg 61 -41 -47 4 4751 3313 3 MP PP c15 4751 3313 mt 4704 3317 L 4704 3317 mt 4765 3276 L 1 sg 61 260 -47 -297 4761 3165 3 MP PP c15 4761 3165 mt 4714 2868 L c14 4714 2868 mt 4775 3128 L 1 sg 60 -443 -46 406 4797 2907 3 MP PP c16 4797 2907 mt 4751 3313 L c15 4751 3313 mt 4811 2870 L 1 sg -46 406 60 -443 4751 3313 3 MP PP c15 4751 3313 mt 4811 2870 L c16 4811 2870 mt 4765 3276 L 1 sg -47 -297 61 259 4700 2906 3 MP PP c14 4700 2906 mt 4761 3165 L c15 4761 3165 mt 4714 2868 L 1 sg 60 -722 -46 684 4787 2375 3 MP PP c17 4787 2375 mt 4741 3059 L c16 4741 3059 mt 4801 2337 L 1 sg -46 684 60 -722 4741 3059 3 MP PP c16 4741 3059 mt 4801 2337 L c17 4801 2337 mt 4755 3021 L 1 sg -46 247 60 -285 4693 2116 3 MP PP c18 4693 2116 mt 4753 1831 L c19 4753 1831 mt 4707 2078 L 1 sg 60 -285 -46 247 4739 1869 3 MP PP c19 4739 1869 mt 4693 2116 L c18 4693 2116 mt 4753 1831 L 1 sg -46 -381 60 344 4682 2448 3 MP PP c13 4682 2448 mt 4742 2792 L c14 4742 2792 mt 4696 2411 L 1 sg 60 344 -46 -382 4728 2830 3 MP PP c14 4728 2830 mt 4682 2448 L c13 4682 2448 mt 4742 2792 L 1 sg -46 637 60 -675 4703 2602 3 MP PP c17 4703 2602 mt 4763 1927 L c18 4763 1927 mt 4717 2564 L 1 sg -47 -283 61 246 4663 2089 3 MP PP c10 4663 2089 mt 4724 2335 L c13 4724 2335 mt 4677 2052 L 1 sg 61 246 -47 -284 4710 2373 3 MP PP c13 4710 2373 mt 4663 2089 L c10 4663 2089 mt 4724 2335 L 1 sg 60 -675 -46 637 4749 1965 3 MP PP c18 4749 1965 mt 4703 2602 L c17 4703 2602 mt 4763 1927 L 1 sg -47 -290 61 252 4739 1869 3 MP PP c19 4739 1869 mt 4800 2121 L c18 4800 2121 mt 4753 1831 L 1 sg -47 4 61 -42 4690 3355 3 MP PP c15 4690 3355 mt 4751 3313 L 4751 3313 mt 4704 3317 L 1 sg 61 -42 -47 4 4737 3351 3 MP PP c15 4737 3351 mt 4690 3355 L 4690 3355 mt 4751 3313 L 1 sg 61 259 -46 -297 4746 3203 3 MP PP c15 4746 3203 mt 4700 2906 L c14 4700 2906 mt 4761 3165 L 1 sg 60 -444 -46 406 4783 2945 3 MP PP c16 4783 2945 mt 4737 3351 L c15 4737 3351 mt 4797 2907 L 1 sg -46 406 60 -444 4737 3351 3 MP PP c15 4737 3351 mt 4797 2907 L c16 4797 2907 mt 4751 3313 L 1 sg -46 -297 60 259 4686 2944 3 MP PP c14 4686 2944 mt 4746 3203 L c15 4746 3203 mt 4700 2906 L 1 sg 60 -722 -46 684 4773 2413 3 MP PP c17 4773 2413 mt 4727 3097 L c16 4727 3097 mt 4787 2375 L 1 sg -46 684 60 -722 4727 3097 3 MP PP c16 4727 3097 mt 4787 2375 L c17 4787 2375 mt 4741 3059 L 1 sg -47 4 61 -41 4676 3392 3 MP PP c15 4676 3392 mt 4737 3351 L 4737 3351 mt 4690 3355 L 1 sg 61 -41 -46 3 4722 3389 3 MP PP c15 4722 3389 mt 4676 3392 L 4676 3392 mt 4737 3351 L 1 sg 60 259 -46 -297 4732 3241 3 MP PP c15 4732 3241 mt 4686 2944 L c14 4686 2944 mt 4746 3203 L 1 sg 61 -444 -47 406 4769 2983 3 MP PP c16 4769 2983 mt 4722 3389 L c15 4722 3389 mt 4783 2945 L 1 sg -46 406 61 -444 4722 3389 3 MP PP c15 4722 3389 mt 4783 2945 L c16 4783 2945 mt 4737 3351 L 1 sg -46 -297 60 259 4672 2982 3 MP PP c14 4672 2982 mt 4732 3241 L c15 4732 3241 mt 4686 2944 L 1 sg 60 -721 -46 683 4759 2451 3 MP PP c17 4759 2451 mt 4713 3134 L c16 4713 3134 mt 4773 2413 L 1 sg -46 684 60 -721 4713 3134 3 MP PP c16 4713 3134 mt 4773 2413 L c17 4773 2413 mt 4727 3097 L 1 sg -46 3 60 -41 4662 3430 3 MP PP c15 4662 3430 mt 4722 3389 L 4722 3389 mt 4676 3392 L 1 sg 60 -41 -46 3 4708 3427 3 MP PP c15 4708 3427 mt 4662 3430 L 4662 3430 mt 4722 3389 L 1 sg 60 259 -46 -297 4718 3279 3 MP PP c15 4718 3279 mt 4672 2982 L c14 4672 2982 mt 4732 3241 L 1 sg 61 -444 -47 406 4755 3021 3 MP PP c16 4755 3021 mt 4708 3427 L c15 4708 3427 mt 4769 2983 L 1 sg -47 406 61 -444 4708 3427 3 MP PP c15 4708 3427 mt 4769 2983 L c16 4769 2983 mt 4722 3389 L 1 sg -46 -297 60 260 4658 3019 3 MP PP c14 4658 3019 mt 4718 3279 L c15 4718 3279 mt 4672 2982 L 1 sg -46 -382 60 344 4668 2486 3 MP PP c13 4668 2486 mt 4728 2830 L c14 4728 2830 mt 4682 2448 L 1 sg 60 344 -46 -382 4714 2868 3 MP PP c14 4714 2868 mt 4668 2486 L c13 4668 2486 mt 4728 2830 L 1 sg 61 -721 -47 683 4745 2489 3 MP PP c17 4745 2489 mt 4698 3172 L c16 4698 3172 mt 4759 2451 L 1 sg -46 683 61 -721 4698 3172 3 MP PP c16 4698 3172 mt 4759 2451 L c17 4759 2451 mt 4713 3134 L 1 sg -46 3 60 -41 4648 3468 3 MP PP c15 4648 3468 mt 4708 3427 L 4708 3427 mt 4662 3430 L 1 sg 60 -41 -46 3 4694 3465 3 MP PP c15 4694 3465 mt 4648 3468 L 4648 3468 mt 4708 3427 L 1 sg 60 260 -46 -298 4704 3317 3 MP PP c15 4704 3317 mt 4658 3019 L c14 4658 3019 mt 4718 3279 L 1 sg 61 -444 -47 406 4741 3059 3 MP PP c16 4741 3059 mt 4694 3465 L c15 4694 3465 mt 4755 3021 L 1 sg -47 406 61 -444 4694 3465 3 MP PP c15 4694 3465 mt 4755 3021 L c16 4755 3021 mt 4708 3427 L 1 sg -47 -284 61 246 4649 2127 3 MP PP c10 4649 2127 mt 4710 2373 L c13 4710 2373 mt 4663 2089 L 1 sg 61 246 -47 -284 4696 2411 3 MP PP c13 4696 2411 mt 4649 2127 L c10 4649 2127 mt 4710 2373 L 1 sg 60 -675 -46 638 4735 2002 3 MP PP c18 4735 2002 mt 4689 2640 L c17 4689 2640 mt 4749 1965 L 1 sg -46 637 60 -675 4689 2640 3 MP PP c17 4689 2640 mt 4749 1965 L c18 4749 1965 mt 4703 2602 L 1 sg -46 -298 61 260 4643 3057 3 MP PP c14 4643 3057 mt 4704 3317 L c15 4704 3317 mt 4658 3019 L 1 sg -46 -382 61 344 4653 2524 3 MP PP c13 4653 2524 mt 4714 2868 L c14 4714 2868 mt 4668 2486 L 1 sg 61 344 -47 -382 4700 2906 3 MP PP c14 4700 2906 mt 4653 2524 L c13 4653 2524 mt 4714 2868 L 1 sg 61 -721 -47 684 4731 2526 3 MP PP c17 4731 2526 mt 4684 3210 L c16 4684 3210 mt 4745 2489 L 1 sg -47 683 61 -721 4684 3210 3 MP PP c16 4684 3210 mt 4745 2489 L c17 4745 2489 mt 4698 3172 L 1 sg -46 3 60 -41 4634 3506 3 MP PP c15 4634 3506 mt 4694 3465 L 4694 3465 mt 4648 3468 L 1 sg 60 -41 -46 4 4680 3502 3 MP PP c15 4680 3502 mt 4634 3506 L 4634 3506 mt 4694 3465 L 1 sg 61 260 -47 -298 4690 3355 3 MP PP c15 4690 3355 mt 4643 3057 L c14 4643 3057 mt 4704 3317 L 1 sg 61 -443 -47 405 4727 3097 3 MP PP c16 4727 3097 mt 4680 3502 L c15 4680 3502 mt 4741 3059 L 1 sg -47 406 61 -443 4680 3502 3 MP PP c15 4680 3502 mt 4741 3059 L c16 4741 3059 mt 4694 3465 L 1 sg -46 247 60 -285 4679 2154 3 MP PP c18 4679 2154 mt 4739 1869 L c19 4739 1869 mt 4693 2116 L 1 sg -47 -284 61 246 4635 2165 3 MP PP c10 4635 2165 mt 4696 2411 L c13 4696 2411 mt 4649 2127 L 1 sg 61 246 -47 -283 4682 2448 3 MP PP c13 4682 2448 mt 4635 2165 L c10 4635 2165 mt 4696 2411 L 1 sg 61 -676 -47 638 4721 2040 3 MP PP c18 4721 2040 mt 4674 2678 L c17 4674 2678 mt 4735 2002 L 1 sg -46 638 61 -676 4674 2678 3 MP PP c17 4674 2678 mt 4735 2002 L c18 4735 2002 mt 4689 2640 L 1 sg -47 -298 61 260 4629 3095 3 MP PP c14 4629 3095 mt 4690 3355 L c15 4690 3355 mt 4643 3057 L 1 sg -47 -382 61 344 4639 2562 3 MP PP c13 4639 2562 mt 4700 2906 L c14 4700 2906 mt 4653 2524 L 1 sg 61 344 -47 -382 4686 2944 3 MP PP c14 4686 2944 mt 4639 2562 L c13 4639 2562 mt 4700 2906 L 1 sg 61 -722 -47 684 4717 2564 3 MP PP c17 4717 2564 mt 4670 3248 L c16 4670 3248 mt 4731 2526 L 1 sg -47 684 61 -722 4670 3248 3 MP PP c16 4670 3248 mt 4731 2526 L c17 4731 2526 mt 4684 3210 L 1 sg -46 4 61 -42 4619 3544 3 MP PP c15 4619 3544 mt 4680 3502 L 4680 3502 mt 4634 3506 L 1 sg 61 -42 -47 4 4666 3540 3 MP PP c15 4666 3540 mt 4619 3544 L 4619 3544 mt 4680 3502 L 1 sg 61 260 -47 -297 4676 3392 3 MP PP c15 4676 3392 mt 4629 3095 L c14 4629 3095 mt 4690 3355 L 1 sg 61 -443 -47 406 4713 3134 3 MP PP c16 4713 3134 mt 4666 3540 L c15 4666 3540 mt 4727 3097 L 1 sg -47 405 61 -443 4666 3540 3 MP PP c15 4666 3540 mt 4727 3097 L c16 4727 3097 mt 4680 3502 L 1 sg -47 -283 61 245 4621 2203 3 MP PP c10 4621 2203 mt 4682 2448 L c13 4682 2448 mt 4635 2165 L 1 sg 61 245 -47 -283 4668 2486 3 MP PP c13 4668 2486 mt 4621 2203 L c10 4621 2203 mt 4682 2448 L 1 sg 61 -675 -47 637 4707 2078 3 MP PP c18 4707 2078 mt 4660 2715 L c17 4660 2715 mt 4721 2040 L 1 sg -47 638 61 -675 4660 2715 3 MP PP c17 4660 2715 mt 4721 2040 L c18 4721 2040 mt 4674 2678 L 1 sg 61 80 -47 -118 4706 1976 3 MP PP c10 4706 1976 mt 4659 1858 L c12 4659 1858 mt 4720 1938 L 1 sg -47 -117 61 80 4659 1858 3 MP PP c12 4659 1858 mt 4720 1938 L c10 4720 1938 mt 4673 1821 L 1 sg -47 -297 61 259 4615 3133 3 MP PP c14 4615 3133 mt 4676 3392 L c15 4676 3392 mt 4629 3095 L 1 sg -47 -382 61 344 4625 2600 3 MP PP c13 4625 2600 mt 4686 2944 L c14 4686 2944 mt 4639 2562 L 1 sg 61 344 -47 -382 4672 2982 3 MP PP c14 4672 2982 mt 4625 2600 L c13 4625 2600 mt 4686 2944 L 1 sg 61 -722 -47 684 4703 2602 3 MP PP c17 4703 2602 mt 4656 3286 L c16 4656 3286 mt 4717 2564 L 1 sg -47 684 61 -722 4656 3286 3 MP PP c16 4656 3286 mt 4717 2564 L c17 4717 2564 mt 4670 3248 L 1 sg -47 4 61 -41 4605 3581 3 MP PP c15 4605 3581 mt 4666 3540 L 4666 3540 mt 4619 3544 L 1 sg 61 -41 -47 3 4652 3578 3 MP PP c15 4652 3578 mt 4605 3581 L 4605 3581 mt 4666 3540 L 1 sg 61 259 -47 -297 4662 3430 3 MP PP c15 4662 3430 mt 4615 3133 L c14 4615 3133 mt 4676 3392 L 1 sg 61 -444 -46 406 4698 3172 3 MP PP c16 4698 3172 mt 4652 3578 L c15 4652 3578 mt 4713 3134 L 1 sg -47 406 61 -444 4652 3578 3 MP PP c15 4652 3578 mt 4713 3134 L c16 4713 3134 mt 4666 3540 L 1 sg -47 -283 61 245 4607 2241 3 MP PP c10 4607 2241 mt 4668 2486 L c13 4668 2486 mt 4621 2203 L 1 sg 61 245 -46 -283 4653 2524 3 MP PP c13 4653 2524 mt 4607 2241 L c10 4607 2241 mt 4668 2486 L 1 sg 61 -675 -47 637 4693 2116 3 MP PP c18 4693 2116 mt 4646 2753 L c17 4646 2753 mt 4707 2078 L 1 sg -47 637 61 -675 4646 2753 3 MP PP c17 4646 2753 mt 4707 2078 L c18 4707 2078 mt 4660 2715 L 1 sg 61 80 -47 -118 4692 2014 3 MP PP c10 4692 2014 mt 4645 1896 L c12 4645 1896 mt 4706 1976 L 1 sg -47 -118 61 80 4645 1896 3 MP PP c12 4645 1896 mt 4706 1976 L c10 4706 1976 mt 4659 1858 L 1 sg -47 -297 61 259 4601 3171 3 MP PP c14 4601 3171 mt 4662 3430 L c15 4662 3430 mt 4615 3133 L 1 sg -47 -382 61 345 4611 2637 3 MP PP c13 4611 2637 mt 4672 2982 L c14 4672 2982 mt 4625 2600 L 1 sg 61 345 -47 -382 4658 3019 3 MP PP c14 4658 3019 mt 4611 2637 L c13 4611 2637 mt 4672 2982 L 1 sg 61 -721 -47 683 4689 2640 3 MP PP c17 4689 2640 mt 4642 3323 L c16 4642 3323 mt 4703 2602 L 1 sg -47 684 61 -721 4642 3323 3 MP PP c16 4642 3323 mt 4703 2602 L c17 4703 2602 mt 4656 3286 L 1 sg -47 3 61 -41 4591 3619 3 MP PP c15 4591 3619 mt 4652 3578 L 4652 3578 mt 4605 3581 L 1 sg 61 -41 -47 3 4638 3616 3 MP PP c15 4638 3616 mt 4591 3619 L 4591 3619 mt 4652 3578 L 1 sg 61 259 -47 -297 4648 3468 3 MP PP c15 4648 3468 mt 4601 3171 L c14 4601 3171 mt 4662 3430 L 1 sg 60 -444 -46 406 4684 3210 3 MP PP c16 4684 3210 mt 4638 3616 L c15 4638 3616 mt 4698 3172 L 1 sg -46 406 60 -444 4638 3616 3 MP PP c15 4638 3616 mt 4698 3172 L c16 4698 3172 mt 4652 3578 L 1 sg -46 -283 60 246 4593 2278 3 MP PP c10 4593 2278 mt 4653 2524 L c13 4653 2524 mt 4607 2241 L 1 sg 60 246 -46 -284 4639 2562 3 MP PP c13 4639 2562 mt 4593 2278 L c10 4593 2278 mt 4653 2524 L 1 sg 61 -675 -47 637 4679 2154 3 MP PP c18 4679 2154 mt 4632 2791 L c17 4632 2791 mt 4693 2116 L 1 sg -47 637 61 -675 4632 2791 3 MP PP c17 4632 2791 mt 4693 2116 L c18 4693 2116 mt 4646 2753 L 1 sg 61 80 -46 -118 4677 2052 3 MP PP c10 4677 2052 mt 4631 1934 L c12 4631 1934 mt 4692 2014 L 1 sg -47 -118 61 80 4631 1934 3 MP PP c12 4631 1934 mt 4692 2014 L c10 4692 2014 mt 4645 1896 L 1 sg -47 -297 61 260 4587 3208 3 MP PP c14 4587 3208 mt 4648 3468 L c15 4648 3468 mt 4601 3171 L 1 sg -47 -382 61 344 4597 2675 3 MP PP c13 4597 2675 mt 4658 3019 L c14 4658 3019 mt 4611 2637 L 1 sg 61 344 -46 -382 4643 3057 3 MP PP c14 4643 3057 mt 4597 2675 L c13 4597 2675 mt 4658 3019 L 1 sg 61 -721 -46 683 4674 2678 3 MP PP c17 4674 2678 mt 4628 3361 L c16 4628 3361 mt 4689 2640 L 1 sg -47 683 61 -721 4628 3361 3 MP PP c16 4628 3361 mt 4689 2640 L c17 4689 2640 mt 4642 3323 L 1 sg -47 3 61 -41 4577 3657 3 MP PP c15 4577 3657 mt 4638 3616 L 4638 3616 mt 4591 3619 L 1 sg 61 -41 -47 3 4624 3654 3 MP PP c15 4624 3654 mt 4577 3657 L 4577 3657 mt 4638 3616 L 1 sg 61 260 -47 -298 4634 3506 3 MP PP c15 4634 3506 mt 4587 3208 L c14 4587 3208 mt 4648 3468 L 1 sg 60 -444 -46 406 4670 3248 3 MP PP c16 4670 3248 mt 4624 3654 L c15 4624 3654 mt 4684 3210 L 1 sg -46 406 60 -444 4624 3654 3 MP PP c15 4624 3654 mt 4684 3210 L c16 4684 3210 mt 4638 3616 L 1 sg -47 637 61 -675 4618 2829 3 MP PP c17 4618 2829 mt 4679 2154 L c18 4679 2154 mt 4632 2791 L 1 sg 60 80 -46 -117 4663 2089 3 MP PP c10 4663 2089 mt 4617 1972 L c12 4617 1972 mt 4677 2052 L 1 sg -46 -118 60 80 4617 1972 3 MP PP c12 4617 1972 mt 4677 2052 L c10 4677 2052 mt 4631 1934 L 1 sg -47 -298 61 260 4573 3246 3 MP PP c14 4573 3246 mt 4634 3506 L c15 4634 3506 mt 4587 3208 L 1 sg -46 -382 60 344 4583 2713 3 MP PP c13 4583 2713 mt 4643 3057 L c14 4643 3057 mt 4597 2675 L 1 sg 60 344 -46 -382 4629 3095 3 MP PP c14 4629 3095 mt 4583 2713 L c13 4583 2713 mt 4643 3057 L 1 sg 60 -721 -46 684 4660 2715 3 MP PP c17 4660 2715 mt 4614 3399 L c16 4614 3399 mt 4674 2678 L 1 sg -46 683 60 -721 4614 3399 3 MP PP c16 4614 3399 mt 4674 2678 L c17 4674 2678 mt 4628 3361 L 1 sg 60 -48 -46 11 4659 1858 3 MP PP c12 4659 1858 mt 4613 1869 L c11 4613 1869 mt 4673 1821 L 1 sg -46 10 60 -48 4613 1869 3 MP PP c11 4613 1869 mt 4673 1821 L c12 4673 1821 mt 4627 1831 L 1 sg -47 3 61 -41 4563 3695 3 MP PP c15 4563 3695 mt 4624 3654 L 4624 3654 mt 4577 3657 L 1 sg 61 -41 -47 3 4610 3692 3 MP PP c15 4610 3692 mt 4563 3695 L 4563 3695 mt 4624 3654 L 1 sg 61 260 -46 -298 4619 3544 3 MP PP c15 4619 3544 mt 4573 3246 L c14 4573 3246 mt 4634 3506 L 1 sg 60 -444 -46 406 4656 3286 3 MP PP c16 4656 3286 mt 4610 3692 L c15 4610 3692 mt 4670 3248 L 1 sg -46 406 60 -444 4610 3692 3 MP PP c15 4610 3692 mt 4670 3248 L c16 4670 3248 mt 4624 3654 L 1 sg 60 79 -46 -117 4649 2127 3 MP PP c10 4649 2127 mt 4603 2010 L c12 4603 2010 mt 4663 2089 L 1 sg -46 -117 60 79 4603 2010 3 MP PP c12 4603 2010 mt 4663 2089 L c10 4663 2089 mt 4617 1972 L 1 sg -46 -298 60 260 4559 3284 3 MP PP c14 4559 3284 mt 4619 3544 L c15 4619 3544 mt 4573 3246 L 1 sg -46 -382 60 344 4569 2751 3 MP PP c13 4569 2751 mt 4629 3095 L c14 4629 3095 mt 4583 2713 L 1 sg 60 344 -46 -382 4615 3133 3 MP PP c14 4615 3133 mt 4569 2751 L c13 4569 2751 mt 4629 3095 L 1 sg 60 -722 -46 684 4646 2753 3 MP PP c17 4646 2753 mt 4600 3437 L c16 4600 3437 mt 4660 2715 L 1 sg -46 684 60 -722 4600 3437 3 MP PP c16 4600 3437 mt 4660 2715 L c17 4660 2715 mt 4614 3399 L 1 sg 61 -49 -47 11 4645 1896 3 MP PP c12 4645 1896 mt 4598 1907 L c11 4598 1907 mt 4659 1858 L 1 sg -46 11 61 -49 4598 1907 3 MP PP c11 4598 1907 mt 4659 1858 L c12 4659 1858 mt 4613 1869 L 1 sg -47 3 61 -41 4549 3733 3 MP PP c15 4549 3733 mt 4610 3692 L 4610 3692 mt 4563 3695 L 1 sg 61 -41 -46 4 4595 3729 3 MP PP c15 4595 3729 mt 4549 3733 L 4549 3733 mt 4610 3692 L 1 sg 60 260 -46 -297 4605 3581 3 MP PP c15 4605 3581 mt 4559 3284 L c14 4559 3284 mt 4619 3544 L 1 sg 61 -443 -47 406 4642 3323 3 MP PP c16 4642 3323 mt 4595 3729 L c15 4595 3729 mt 4656 3286 L 1 sg -46 406 61 -443 4595 3729 3 MP PP c15 4595 3729 mt 4656 3286 L c16 4656 3286 mt 4610 3692 L 1 sg 60 80 -46 -118 4635 2165 3 MP PP c10 4635 2165 mt 4589 2047 L c12 4589 2047 mt 4649 2127 L 1 sg -46 -117 60 80 4589 2047 3 MP PP c12 4589 2047 mt 4649 2127 L c10 4649 2127 mt 4603 2010 L 1 sg -46 -297 60 259 4545 3322 3 MP PP c14 4545 3322 mt 4605 3581 L c15 4605 3581 mt 4559 3284 L 1 sg -46 -382 60 344 4555 2789 3 MP PP c13 4555 2789 mt 4615 3133 L c14 4615 3133 mt 4569 2751 L 1 sg 60 344 -46 -382 4601 3171 3 MP PP c14 4601 3171 mt 4555 2789 L c13 4555 2789 mt 4615 3133 L 1 sg 60 -722 -46 684 4632 2791 3 MP PP c17 4632 2791 mt 4586 3475 L c16 4586 3475 mt 4646 2753 L 1 sg -46 684 60 -722 4586 3475 3 MP PP c16 4586 3475 mt 4646 2753 L c17 4646 2753 mt 4600 3437 L 1 sg 61 -49 -47 11 4631 1934 3 MP PP c12 4631 1934 mt 4584 1945 L c11 4584 1945 mt 4645 1896 L 1 sg -47 11 61 -49 4584 1945 3 MP PP c11 4584 1945 mt 4645 1896 L c12 4645 1896 mt 4598 1907 L 1 sg -46 4 60 -41 4535 3770 3 MP PP c15 4535 3770 mt 4595 3729 L 4595 3729 mt 4549 3733 L 1 sg 60 -41 -46 3 4581 3767 3 MP PP c15 4581 3767 mt 4535 3770 L 4535 3770 mt 4595 3729 L 1 sg 60 259 -46 -297 4591 3619 3 MP PP c15 4591 3619 mt 4545 3322 L c14 4545 3322 mt 4605 3581 L 1 sg 61 -444 -47 406 4628 3361 3 MP PP c16 4628 3361 mt 4581 3767 L c15 4581 3767 mt 4642 3323 L 1 sg -47 406 61 -444 4581 3767 3 MP PP c15 4581 3767 mt 4642 3323 L c16 4642 3323 mt 4595 3729 L 1 sg 60 246 -46 -284 4625 2600 3 MP PP c13 4625 2600 mt 4579 2316 L c10 4579 2316 mt 4639 2562 L 1 sg -46 -284 60 246 4579 2316 3 MP PP c10 4579 2316 mt 4639 2562 L c13 4639 2562 mt 4593 2278 L 1 sg 61 80 -47 -118 4621 2203 3 MP PP c10 4621 2203 mt 4574 2085 L c12 4574 2085 mt 4635 2165 L 1 sg -46 -118 61 80 4574 2085 3 MP PP c12 4574 2085 mt 4635 2165 L c10 4635 2165 mt 4589 2047 L 1 sg -46 -297 60 259 4531 3360 3 MP PP c14 4531 3360 mt 4591 3619 L c15 4591 3619 mt 4545 3322 L 1 sg -46 -382 60 344 4541 2827 3 MP PP c13 4541 2827 mt 4601 3171 L c14 4601 3171 mt 4555 2789 L 1 sg 60 344 -46 -381 4587 3208 3 MP PP c14 4587 3208 mt 4541 2827 L c13 4541 2827 mt 4601 3171 L 1 sg 61 -721 -47 683 4618 2829 3 MP PP c17 4618 2829 mt 4571 3512 L c16 4571 3512 mt 4632 2791 L 1 sg -46 684 61 -721 4571 3512 3 MP PP c16 4571 3512 mt 4632 2791 L c17 4632 2791 mt 4586 3475 L 1 sg 61 -49 -47 11 4617 1972 3 MP PP c12 4617 1972 mt 4570 1983 L c11 4570 1983 mt 4631 1934 L 1 sg -47 11 61 -49 4570 1983 3 MP PP c11 4570 1983 mt 4631 1934 L c12 4631 1934 mt 4584 1945 L 1 sg -46 3 60 -41 4521 3808 3 MP PP c15 4521 3808 mt 4581 3767 L 4581 3767 mt 4535 3770 L 1 sg 60 -41 -46 3 4567 3805 3 MP PP c15 4567 3805 mt 4521 3808 L 4521 3808 mt 4581 3767 L 1 sg 60 259 -46 -297 4577 3657 3 MP PP c15 4577 3657 mt 4531 3360 L c14 4531 3360 mt 4591 3619 L 1 sg 61 -444 -47 406 4614 3399 3 MP PP c16 4614 3399 mt 4567 3805 L c15 4567 3805 mt 4628 3361 L 1 sg -47 406 61 -444 4567 3805 3 MP PP c15 4567 3805 mt 4628 3361 L c16 4628 3361 mt 4581 3767 L 1 sg 61 -99 -47 61 4613 1869 3 MP PP c11 4613 1869 mt 4566 1930 L c10 4566 1930 mt 4627 1831 L 1 sg -47 61 61 -99 4566 1930 3 MP PP c10 4566 1930 mt 4627 1831 L c11 4627 1831 mt 4580 1892 L 1 sg 60 246 -46 -283 4611 2637 3 MP PP c13 4611 2637 mt 4565 2354 L c10 4565 2354 mt 4625 2600 L 1 sg -46 -284 60 246 4565 2354 3 MP PP c10 4565 2354 mt 4625 2600 L c13 4625 2600 mt 4579 2316 L 1 sg 61 80 -47 -118 4607 2241 3 MP PP c10 4607 2241 mt 4560 2123 L c12 4560 2123 mt 4621 2203 L 1 sg -47 -118 61 80 4560 2123 3 MP PP c12 4560 2123 mt 4621 2203 L c10 4621 2203 mt 4574 2085 L 1 sg -46 -297 60 260 4517 3397 3 MP PP c14 4517 3397 mt 4577 3657 L c15 4577 3657 mt 4531 3360 L 1 sg -46 -381 61 344 4526 2864 3 MP PP c13 4526 2864 mt 4587 3208 L c14 4587 3208 mt 4541 2827 L 1 sg 61 344 -47 -382 4573 3246 3 MP PP c14 4573 3246 mt 4526 2864 L c13 4526 2864 mt 4587 3208 L 1 sg -47 683 61 -721 4557 3550 3 MP PP c16 4557 3550 mt 4618 2829 L c17 4618 2829 mt 4571 3512 L 1 sg 61 -48 -47 10 4603 2010 3 MP PP c12 4603 2010 mt 4556 2020 L c11 4556 2020 mt 4617 1972 L 1 sg -47 11 61 -48 4556 2020 3 MP PP c11 4556 2020 mt 4617 1972 L c12 4617 1972 mt 4570 1983 L 1 sg -46 3 60 -41 4507 3846 3 MP PP c15 4507 3846 mt 4567 3805 L 4567 3805 mt 4521 3808 L 1 sg 60 -41 -46 3 4553 3843 3 MP PP c15 4553 3843 mt 4507 3846 L 4507 3846 mt 4567 3805 L 1 sg 60 260 -46 -298 4563 3695 3 MP PP c15 4563 3695 mt 4517 3397 L c14 4517 3397 mt 4577 3657 L 1 sg 61 -444 -47 406 4600 3437 3 MP PP c16 4600 3437 mt 4553 3843 L c15 4553 3843 mt 4614 3399 L 1 sg -47 406 61 -444 4553 3843 3 MP PP c15 4553 3843 mt 4614 3399 L c16 4614 3399 mt 4567 3805 L 1 sg 61 -99 -46 61 4598 1907 3 MP PP c11 4598 1907 mt 4552 1968 L c10 4552 1968 mt 4613 1869 L 1 sg -47 61 61 -99 4552 1968 3 MP PP c10 4552 1968 mt 4613 1869 L c11 4613 1869 mt 4566 1930 L 1 sg 61 245 -47 -283 4597 2675 3 MP PP c13 4597 2675 mt 4550 2392 L c10 4550 2392 mt 4611 2637 L 1 sg -46 -283 61 245 4550 2392 3 MP PP c10 4550 2392 mt 4611 2637 L c13 4611 2637 mt 4565 2354 L 1 sg 61 80 -47 -117 4593 2278 3 MP PP c10 4593 2278 mt 4546 2161 L c12 4546 2161 mt 4607 2241 L 1 sg -47 -118 61 80 4546 2161 3 MP PP c12 4546 2161 mt 4607 2241 L c10 4607 2241 mt 4560 2123 L 1 sg 61 -48 -47 11 4589 2047 3 MP PP c12 4589 2047 mt 4542 2058 L c11 4542 2058 mt 4603 2010 L 1 sg -47 10 61 -48 4542 2058 3 MP PP c11 4542 2058 mt 4603 2010 L c12 4603 2010 mt 4556 2020 L gr c12 0 sg 4600 4878 mt (t) s gs 899 389 5357 4227 rc 1 sg -46 3 60 -41 4493 3884 3 MP PP c15 4493 3884 mt 4553 3843 L 4553 3843 mt 4507 3846 L 1 sg 60 -41 -46 3 4539 3881 3 MP PP c15 4539 3881 mt 4493 3884 L 4493 3884 mt 4553 3843 L 1 sg -46 -298 61 260 4502 3435 3 MP PP c14 4502 3435 mt 4563 3695 L c15 4563 3695 mt 4517 3397 L 1 sg 61 260 -47 -298 4549 3733 3 MP PP c15 4549 3733 mt 4502 3435 L c14 4502 3435 mt 4563 3695 L 1 sg 61 -444 -47 406 4586 3475 3 MP PP c16 4586 3475 mt 4539 3881 L c15 4539 3881 mt 4600 3437 L 1 sg -47 406 61 -444 4539 3881 3 MP PP c15 4539 3881 mt 4600 3437 L c16 4600 3437 mt 4553 3843 L 1 sg 60 -99 -46 61 4584 1945 3 MP PP c11 4584 1945 mt 4538 2006 L c10 4538 2006 mt 4598 1907 L 1 sg -46 61 60 -99 4538 2006 3 MP PP c10 4538 2006 mt 4598 1907 L c11 4598 1907 mt 4552 1968 L 1 sg 61 245 -47 -283 4583 2713 3 MP PP c13 4583 2713 mt 4536 2430 L c10 4536 2430 mt 4597 2675 L 1 sg -47 -283 61 245 4536 2430 3 MP PP c10 4536 2430 mt 4597 2675 L c13 4597 2675 mt 4550 2392 L 1 sg 61 79 -47 -117 4579 2316 3 MP PP c10 4579 2316 mt 4532 2199 L c12 4532 2199 mt 4593 2278 L 1 sg -47 -117 61 79 4532 2199 3 MP PP c12 4532 2199 mt 4593 2278 L c10 4593 2278 mt 4546 2161 L 1 sg 61 -49 -46 11 4574 2085 3 MP PP c12 4574 2085 mt 4528 2096 L c11 4528 2096 mt 4589 2047 L 1 sg -47 11 61 -49 4528 2096 3 MP PP c11 4528 2096 mt 4589 2047 L c12 4589 2047 mt 4542 2058 L 1 sg -46 3 61 -41 4478 3922 3 MP PP c15 4478 3922 mt 4539 3881 L 4539 3881 mt 4493 3884 L 1 sg 61 -41 -47 4 4525 3918 3 MP PP c15 4525 3918 mt 4478 3922 L 4478 3922 mt 4539 3881 L 1 sg -47 -298 61 260 4488 3473 3 MP PP c14 4488 3473 mt 4549 3733 L c15 4549 3733 mt 4502 3435 L 1 sg 61 260 -47 -297 4535 3770 3 MP PP c15 4535 3770 mt 4488 3473 L c14 4488 3473 mt 4549 3733 L 1 sg 61 -443 -46 406 4571 3512 3 MP PP c16 4571 3512 mt 4525 3918 L c15 4525 3918 mt 4586 3475 L 1 sg -47 406 61 -443 4525 3918 3 MP PP c15 4525 3918 mt 4586 3475 L c16 4586 3475 mt 4539 3881 L 1 sg 60 -98 -46 60 4570 1983 3 MP PP c11 4570 1983 mt 4524 2043 L c10 4524 2043 mt 4584 1945 L 1 sg -46 61 60 -98 4524 2043 3 MP PP c10 4524 2043 mt 4584 1945 L c11 4584 1945 mt 4538 2006 L 1 sg 61 245 -47 -283 4569 2751 3 MP PP c13 4569 2751 mt 4522 2468 L c10 4522 2468 mt 4583 2713 L 1 sg -47 -283 61 245 4522 2468 3 MP PP c10 4522 2468 mt 4583 2713 L c13 4583 2713 mt 4536 2430 L 1 sg 60 -87 -46 49 4566 1930 3 MP PP c10 4566 1930 mt 4520 1979 L c8 4520 1979 mt 4580 1892 L 1 sg -46 50 60 -87 4520 1979 3 MP PP c8 4520 1979 mt 4580 1892 L c10 4580 1892 mt 4534 1942 L 1 sg 61 80 -47 -118 4565 2354 3 MP PP c10 4565 2354 mt 4518 2236 L c12 4518 2236 mt 4579 2316 L 1 sg -47 -117 61 80 4518 2236 3 MP PP c12 4518 2236 mt 4579 2316 L c10 4579 2316 mt 4532 2199 L 1 sg 60 -49 -46 11 4560 2123 3 MP PP c12 4560 2123 mt 4514 2134 L c11 4514 2134 mt 4574 2085 L 1 sg -46 11 60 -49 4514 2134 3 MP PP c11 4514 2134 mt 4574 2085 L c12 4574 2085 mt 4528 2096 L 1 sg 61 344 -47 -382 4559 3284 3 MP PP c14 4559 3284 mt 4512 2902 L c13 4512 2902 mt 4573 3246 L 1 sg -47 -382 61 344 4512 2902 3 MP PP c13 4512 2902 mt 4573 3246 L c14 4573 3246 mt 4526 2864 L 1 sg -47 4 61 -42 4464 3960 3 MP PP c15 4464 3960 mt 4525 3918 L 4525 3918 mt 4478 3922 L 1 sg 61 -42 -47 4 4511 3956 3 MP PP c15 4511 3956 mt 4464 3960 L 4464 3960 mt 4525 3918 L 1 sg -47 -297 61 259 4474 3511 3 MP PP c14 4474 3511 mt 4535 3770 L c15 4535 3770 mt 4488 3473 L 1 sg 61 259 -47 -297 4521 3808 3 MP PP c15 4521 3808 mt 4474 3511 L c14 4474 3511 mt 4535 3770 L 1 sg 60 -444 -46 406 4557 3550 3 MP PP c16 4557 3550 mt 4511 3956 L c15 4511 3956 mt 4571 3512 L 1 sg -46 406 60 -444 4511 3956 3 MP PP c15 4511 3956 mt 4571 3512 L c16 4571 3512 mt 4525 3918 L 1 sg 60 -98 -46 61 4556 2020 3 MP PP c11 4556 2020 mt 4510 2081 L c10 4510 2081 mt 4570 1983 L 1 sg -46 60 60 -98 4510 2081 3 MP PP c10 4510 2081 mt 4570 1983 L c11 4570 1983 mt 4524 2043 L 1 sg 61 246 -47 -284 4555 2789 3 MP PP c13 4555 2789 mt 4508 2505 L c10 4508 2505 mt 4569 2751 L 1 sg -47 -283 61 246 4508 2505 3 MP PP c10 4508 2505 mt 4569 2751 L c13 4569 2751 mt 4522 2468 L 1 sg 61 -87 -47 49 4552 1968 3 MP PP c10 4552 1968 mt 4505 2017 L c8 4505 2017 mt 4566 1930 L 1 sg -46 49 61 -87 4505 2017 3 MP PP c8 4505 2017 mt 4566 1930 L c10 4566 1930 mt 4520 1979 L 1 sg 61 80 -46 -118 4550 2392 3 MP PP c10 4550 2392 mt 4504 2274 L c12 4504 2274 mt 4565 2354 L 1 sg -47 -118 61 80 4504 2274 3 MP PP c12 4504 2274 mt 4565 2354 L c10 4565 2354 mt 4518 2236 L 1 sg 60 -49 -46 11 4546 2161 3 MP PP c12 4546 2161 mt 4500 2172 L c11 4500 2172 mt 4560 2123 L 1 sg -46 11 60 -49 4500 2172 3 MP PP c11 4500 2172 mt 4560 2123 L c12 4560 2123 mt 4514 2134 L 1 sg 61 344 -47 -382 4545 3322 3 MP PP c14 4545 3322 mt 4498 2940 L c13 4498 2940 mt 4559 3284 L 1 sg -47 -382 61 344 4498 2940 3 MP PP c13 4498 2940 mt 4559 3284 L c14 4559 3284 mt 4512 2902 L 1 sg -47 4 61 -41 4450 3997 3 MP PP c15 4450 3997 mt 4511 3956 L 4511 3956 mt 4464 3960 L 1 sg 61 -41 -47 3 4497 3994 3 MP PP c15 4497 3994 mt 4450 3997 L 4450 3997 mt 4511 3956 L 1 sg -46 406 60 -444 4497 3994 3 MP PP c15 4497 3994 mt 4557 3550 L c16 4557 3550 mt 4511 3956 L 1 sg 60 -99 -46 61 4542 2058 3 MP PP c11 4542 2058 mt 4496 2119 L c10 4496 2119 mt 4556 2020 L 1 sg -46 61 60 -99 4496 2119 3 MP PP c10 4496 2119 mt 4556 2020 L c11 4556 2020 mt 4510 2081 L 1 sg 61 246 -47 -284 4541 2827 3 MP PP c13 4541 2827 mt 4494 2543 L c10 4494 2543 mt 4555 2789 L 1 sg -47 -284 61 246 4494 2543 3 MP PP c10 4494 2543 mt 4555 2789 L c13 4555 2789 mt 4508 2505 L 1 sg 61 -87 -47 49 4538 2006 3 MP PP c10 4538 2006 mt 4491 2055 L c8 4491 2055 mt 4552 1968 L 1 sg -47 49 61 -87 4491 2055 3 MP PP c8 4491 2055 mt 4552 1968 L c10 4552 1968 mt 4505 2017 L 1 sg 60 80 -46 -118 4536 2430 3 MP PP c10 4536 2430 mt 4490 2312 L c12 4490 2312 mt 4550 2392 L 1 sg -46 -118 60 80 4490 2312 3 MP PP c12 4490 2312 mt 4550 2392 L c10 4550 2392 mt 4504 2274 L 1 sg 60 -48 -46 10 4532 2199 3 MP PP c12 4532 2199 mt 4486 2209 L c11 4486 2209 mt 4546 2161 L 1 sg -46 11 60 -48 4486 2209 3 MP PP c11 4486 2209 mt 4546 2161 L c12 4546 2161 mt 4500 2172 L 1 sg 61 344 -47 -382 4531 3360 3 MP PP c14 4531 3360 mt 4484 2978 L c13 4484 2978 mt 4545 3322 L 1 sg -47 -382 61 344 4484 2978 3 MP PP c13 4484 2978 mt 4545 3322 L c14 4545 3322 mt 4498 2940 L 1 sg 61 -99 -47 61 4528 2096 3 MP PP c11 4528 2096 mt 4481 2157 L c10 4481 2157 mt 4542 2058 L 1 sg -46 61 61 -99 4481 2157 3 MP PP c10 4481 2157 mt 4542 2058 L c11 4542 2058 mt 4496 2119 L 1 sg 61 246 -46 -283 4526 2864 3 MP PP c13 4526 2864 mt 4480 2581 L c10 4480 2581 mt 4541 2827 L 1 sg -47 -284 61 246 4480 2581 3 MP PP c10 4480 2581 mt 4541 2827 L c13 4541 2827 mt 4494 2543 L 1 sg 61 -87 -47 50 4524 2043 3 MP PP c10 4524 2043 mt 4477 2093 L c8 4477 2093 mt 4538 2006 L 1 sg -47 49 61 -87 4477 2093 3 MP PP c8 4477 2093 mt 4538 2006 L c10 4538 2006 mt 4491 2055 L 1 sg 60 80 -46 -118 4522 2468 3 MP PP c10 4522 2468 mt 4476 2350 L c12 4476 2350 mt 4536 2430 L 1 sg -46 -118 60 80 4476 2350 3 MP PP c12 4476 2350 mt 4536 2430 L c10 4536 2430 mt 4490 2312 L 1 sg 61 -52 -47 15 4520 1979 3 MP PP c8 4520 1979 mt 4473 1994 L c9 4473 1994 mt 4534 1942 L 1 sg -47 14 61 -52 4473 1994 3 MP PP c9 4473 1994 mt 4534 1942 L c8 4534 1942 mt 4487 1956 L 1 sg 60 -48 -46 11 4518 2236 3 MP PP c12 4518 2236 mt 4472 2247 L c11 4472 2247 mt 4532 2199 L 1 sg -46 10 60 -48 4472 2247 3 MP PP c11 4472 2247 mt 4532 2199 L c12 4532 2199 mt 4486 2209 L 1 sg 61 344 -47 -381 4517 3397 3 MP PP c14 4517 3397 mt 4470 3016 L c13 4470 3016 mt 4531 3360 L 1 sg -47 -382 61 344 4470 3016 3 MP PP c13 4470 3016 mt 4531 3360 L c14 4531 3360 mt 4484 2978 L 1 sg 61 -99 -47 61 4514 2134 3 MP PP c11 4514 2134 mt 4467 2195 L c10 4467 2195 mt 4528 2096 L 1 sg -47 61 61 -99 4467 2195 3 MP PP c10 4467 2195 mt 4528 2096 L c11 4528 2096 mt 4481 2157 L 1 sg 60 245 -46 -283 4512 2902 3 MP PP c13 4512 2902 mt 4466 2619 L c10 4466 2619 mt 4526 2864 L 1 sg -46 -283 60 245 4466 2619 3 MP PP c10 4466 2619 mt 4526 2864 L c13 4526 2864 mt 4480 2581 L 1 sg 61 -88 -47 50 4510 2081 3 MP PP c10 4510 2081 mt 4463 2131 L c8 4463 2131 mt 4524 2043 L 1 sg -47 50 61 -88 4463 2131 3 MP PP c8 4463 2131 mt 4524 2043 L c10 4524 2043 mt 4477 2093 L 1 sg 60 80 -46 -117 4508 2505 3 MP PP c10 4508 2505 mt 4462 2388 L c12 4462 2388 mt 4522 2468 L 1 sg -46 -118 60 80 4462 2388 3 MP PP c12 4462 2388 mt 4522 2468 L c10 4522 2468 mt 4476 2350 L 1 sg 61 259 -47 -297 4507 3846 3 MP PP c15 4507 3846 mt 4460 3549 L c14 4460 3549 mt 4521 3808 L 1 sg -47 -297 61 259 4460 3549 3 MP PP c14 4460 3549 mt 4521 3808 L c15 4521 3808 mt 4474 3511 L 1 sg 61 -53 -46 15 4505 2017 3 MP PP c8 4505 2017 mt 4459 2032 L c9 4459 2032 mt 4520 1979 L 1 sg -47 15 61 -53 4459 2032 3 MP PP c9 4459 2032 mt 4520 1979 L c8 4520 1979 mt 4473 1994 L 1 sg 61 -49 -47 11 4504 2274 3 MP PP c12 4504 2274 mt 4457 2285 L c11 4457 2285 mt 4518 2236 L 1 sg -46 11 61 -49 4457 2285 3 MP PP c11 4457 2285 mt 4518 2236 L c12 4518 2236 mt 4472 2247 L 1 sg 61 344 -46 -382 4502 3435 3 MP PP c14 4502 3435 mt 4456 3053 L c13 4456 3053 mt 4517 3397 L 1 sg -47 -381 61 344 4456 3053 3 MP PP c13 4456 3053 mt 4517 3397 L c14 4517 3397 mt 4470 3016 L 1 sg 61 -98 -47 60 4500 2172 3 MP PP c11 4500 2172 mt 4453 2232 L c10 4453 2232 mt 4514 2134 L 1 sg -47 61 61 -98 4453 2232 3 MP PP c10 4453 2232 mt 4514 2134 L c11 4514 2134 mt 4467 2195 L 1 sg 60 245 -46 -283 4498 2940 3 MP PP c13 4498 2940 mt 4452 2657 L c10 4452 2657 mt 4512 2902 L 1 sg -46 -283 60 245 4452 2657 3 MP PP c10 4452 2657 mt 4512 2902 L c13 4512 2902 mt 4466 2619 L 1 sg 61 -87 -47 49 4496 2119 3 MP PP c10 4496 2119 mt 4449 2168 L c8 4449 2168 mt 4510 2081 L 1 sg -47 50 61 -87 4449 2168 3 MP PP c8 4449 2168 mt 4510 2081 L c10 4510 2081 mt 4463 2131 L 1 sg 60 79 -46 -117 4494 2543 3 MP PP c10 4494 2543 mt 4448 2426 L c12 4448 2426 mt 4508 2505 L 1 sg -46 -117 60 79 4448 2426 3 MP PP c12 4448 2426 mt 4508 2505 L c10 4508 2505 mt 4462 2388 L 1 sg 61 260 -47 -298 4493 3884 3 MP PP c15 4493 3884 mt 4446 3586 L c14 4446 3586 mt 4507 3846 L 1 sg -47 -297 61 260 4446 3586 3 MP PP c14 4446 3586 mt 4507 3846 L c15 4507 3846 mt 4460 3549 L 1 sg 60 -53 -46 15 4491 2055 3 MP PP c8 4491 2055 mt 4445 2070 L c9 4445 2070 mt 4505 2017 L 1 sg -46 15 60 -53 4445 2070 3 MP PP c9 4445 2070 mt 4505 2017 L c8 4505 2017 mt 4459 2032 L 1 sg 61 -49 -47 11 4490 2312 3 MP PP c12 4490 2312 mt 4443 2323 L c11 4443 2323 mt 4504 2274 L 1 sg -47 11 61 -49 4443 2323 3 MP PP c11 4443 2323 mt 4504 2274 L c12 4504 2274 mt 4457 2285 L 1 sg 60 344 -46 -382 4488 3473 3 MP PP c14 4488 3473 mt 4442 3091 L c13 4442 3091 mt 4502 3435 L 1 sg -46 -382 60 344 4442 3091 3 MP PP c13 4442 3091 mt 4502 3435 L c14 4502 3435 mt 4456 3053 L 1 sg 61 -98 -47 61 4486 2209 3 MP PP c11 4486 2209 mt 4439 2270 L c10 4439 2270 mt 4500 2172 L 1 sg -47 60 61 -98 4439 2270 3 MP PP c10 4439 2270 mt 4500 2172 L c11 4500 2172 mt 4453 2232 L 1 sg 60 246 -46 -284 4484 2978 3 MP PP c13 4484 2978 mt 4438 2694 L c10 4438 2694 mt 4498 2940 L 1 sg -46 -283 60 246 4438 2694 3 MP PP c10 4438 2694 mt 4498 2940 L c13 4498 2940 mt 4452 2657 L 1 sg -47 3 61 -41 4436 4035 3 MP PP c15 4436 4035 mt 4497 3994 L 4497 3994 mt 4450 3997 L 1 sg 61 -87 -46 49 4481 2157 3 MP PP c10 4481 2157 mt 4435 2206 L c8 4435 2206 mt 4496 2119 L 1 sg -47 49 61 -87 4435 2206 3 MP PP c8 4435 2206 mt 4496 2119 L c10 4496 2119 mt 4449 2168 L 1 sg 61 80 -47 -118 4480 2581 3 MP PP c10 4480 2581 mt 4433 2463 L c12 4433 2463 mt 4494 2543 L 1 sg -46 -117 61 80 4433 2463 3 MP PP c12 4433 2463 mt 4494 2543 L c10 4494 2543 mt 4448 2426 L 1 sg 61 260 -46 -298 4478 3922 3 MP PP c15 4478 3922 mt 4432 3624 L c14 4432 3624 mt 4493 3884 L 1 sg -47 -298 61 260 4432 3624 3 MP PP c14 4432 3624 mt 4493 3884 L c15 4493 3884 mt 4446 3586 L 1 sg 60 -53 -46 15 4477 2093 3 MP PP c8 4477 2093 mt 4431 2108 L c9 4431 2108 mt 4491 2055 L 1 sg -46 15 60 -53 4431 2108 3 MP PP c9 4431 2108 mt 4491 2055 L c8 4491 2055 mt 4445 2070 L 1 sg 61 -49 -47 11 4476 2350 3 MP PP c12 4476 2350 mt 4429 2361 L c11 4429 2361 mt 4490 2312 L 1 sg -47 11 61 -49 4429 2361 3 MP PP c11 4429 2361 mt 4490 2312 L c12 4490 2312 mt 4443 2323 L 1 sg 60 344 -46 -382 4474 3511 3 MP PP c14 4474 3511 mt 4428 3129 L c13 4428 3129 mt 4488 3473 L 1 sg -46 -382 60 344 4428 3129 3 MP PP c13 4428 3129 mt 4488 3473 L c14 4488 3473 mt 4442 3091 L 1 sg 60 -24 -46 -14 4473 1994 3 MP PP c9 4473 1994 mt 4427 1980 L 4427 1980 mt 4487 1956 L 1 sg -46 -14 60 -24 4427 1980 3 MP PP c9 4427 1980 mt 4487 1956 L 4487 1956 mt 4441 1942 L 1 sg 61 -99 -47 61 4472 2247 3 MP PP c11 4472 2247 mt 4425 2308 L c10 4425 2308 mt 4486 2209 L 1 sg -47 61 61 -99 4425 2308 3 MP PP c10 4425 2308 mt 4486 2209 L c11 4486 2209 mt 4439 2270 L 1 sg 60 246 -46 -284 4470 3016 3 MP PP c13 4470 3016 mt 4424 2732 L c10 4424 2732 mt 4484 2978 L 1 sg -46 -284 60 246 4424 2732 3 MP PP c10 4424 2732 mt 4484 2978 L c13 4484 2978 mt 4438 2694 L 1 sg 60 -87 -46 49 4467 2195 3 MP PP c10 4467 2195 mt 4421 2244 L c8 4421 2244 mt 4481 2157 L 1 sg -46 49 60 -87 4421 2244 3 MP PP c8 4421 2244 mt 4481 2157 L c10 4481 2157 mt 4435 2206 L 1 sg 61 80 -47 -118 4466 2619 3 MP PP c10 4466 2619 mt 4419 2501 L c12 4419 2501 mt 4480 2581 L 1 sg -47 -118 61 80 4419 2501 3 MP PP c12 4419 2501 mt 4480 2581 L c10 4480 2581 mt 4433 2463 L 1 sg 60 260 -46 -298 4464 3960 3 MP PP c15 4464 3960 mt 4418 3662 L c14 4418 3662 mt 4478 3922 L 1 sg -46 -298 60 260 4418 3662 3 MP PP c14 4418 3662 mt 4478 3922 L c15 4478 3922 mt 4432 3624 L 1 sg 60 -52 -46 14 4463 2131 3 MP PP c8 4463 2131 mt 4417 2145 L c9 4417 2145 mt 4477 2093 L 1 sg -46 15 60 -52 4417 2145 3 MP PP c9 4417 2145 mt 4477 2093 L c8 4477 2093 mt 4431 2108 L 1 sg 61 -48 -47 10 4462 2388 3 MP PP c12 4462 2388 mt 4415 2398 L c11 4415 2398 mt 4476 2350 L 1 sg -47 11 61 -48 4415 2398 3 MP PP c11 4415 2398 mt 4476 2350 L c12 4476 2350 mt 4429 2361 L 1 sg 60 344 -46 -382 4460 3549 3 MP PP c14 4460 3549 mt 4414 3167 L c13 4414 3167 mt 4474 3511 L 1 sg -46 -382 60 344 4414 3167 3 MP PP c13 4414 3167 mt 4474 3511 L c14 4474 3511 mt 4428 3129 L 1 sg 61 -24 -47 -14 4459 2032 3 MP PP c9 4459 2032 mt 4412 2018 L 4412 2018 mt 4473 1994 L 1 sg -46 -14 61 -24 4412 2018 3 MP PP c9 4412 2018 mt 4473 1994 L 4473 1994 mt 4427 1980 L 1 sg 61 -99 -46 61 4457 2285 3 MP PP c11 4457 2285 mt 4411 2346 L c10 4411 2346 mt 4472 2247 L 1 sg -47 61 61 -99 4411 2346 3 MP PP c10 4411 2346 mt 4472 2247 L c11 4472 2247 mt 4425 2308 L 1 sg 61 246 -47 -283 4456 3053 3 MP PP c13 4456 3053 mt 4409 2770 L c10 4409 2770 mt 4470 3016 L 1 sg -46 -284 61 246 4409 2770 3 MP PP c10 4409 2770 mt 4470 3016 L c13 4470 3016 mt 4424 2732 L 1 sg 60 -87 -46 50 4453 2232 3 MP PP c10 4453 2232 mt 4407 2282 L c8 4407 2282 mt 4467 2195 L 1 sg -46 49 60 -87 4407 2282 3 MP PP c8 4407 2282 mt 4467 2195 L c10 4467 2195 mt 4421 2244 L 1 sg 61 80 -47 -118 4452 2657 3 MP PP c10 4452 2657 mt 4405 2539 L c12 4405 2539 mt 4466 2619 L 1 sg -47 -118 61 80 4405 2539 3 MP PP c12 4405 2539 mt 4466 2619 L c10 4466 2619 mt 4419 2501 L 1 sg 60 260 -46 -297 4450 3997 3 MP PP c15 4450 3997 mt 4404 3700 L c14 4404 3700 mt 4464 3960 L 1 sg -46 -298 60 260 4404 3700 3 MP PP c14 4404 3700 mt 4464 3960 L c15 4464 3960 mt 4418 3662 L 1 sg 60 -52 -46 15 4449 2168 3 MP PP c8 4449 2168 mt 4403 2183 L c9 4403 2183 mt 4463 2131 L 1 sg -46 14 60 -52 4403 2183 3 MP PP c9 4403 2183 mt 4463 2131 L c8 4463 2131 mt 4417 2145 L 1 sg 61 -48 -47 10 4448 2426 3 MP PP c12 4448 2426 mt 4401 2436 L c11 4401 2436 mt 4462 2388 L 1 sg -47 10 61 -48 4401 2436 3 MP PP c11 4401 2436 mt 4462 2388 L c12 4462 2388 mt 4415 2398 L 1 sg 60 344 -46 -381 4446 3586 3 MP PP c14 4446 3586 mt 4400 3205 L c13 4400 3205 mt 4460 3549 L 1 sg -46 -382 60 344 4400 3205 3 MP PP c13 4400 3205 mt 4460 3549 L c14 4460 3549 mt 4414 3167 L 1 sg 61 -24 -47 -14 4445 2070 3 MP PP c9 4445 2070 mt 4398 2056 L 4398 2056 mt 4459 2032 L 1 sg -47 -14 61 -24 4398 2056 3 MP PP c9 4398 2056 mt 4459 2032 L 4459 2032 mt 4412 2018 L 1 sg 60 -99 -46 61 4443 2323 3 MP PP c11 4443 2323 mt 4397 2384 L c10 4397 2384 mt 4457 2285 L 1 sg -46 61 60 -99 4397 2384 3 MP PP c10 4397 2384 mt 4457 2285 L c11 4457 2285 mt 4411 2346 L 1 sg 61 245 -47 -283 4442 3091 3 MP PP c13 4442 3091 mt 4395 2808 L c10 4395 2808 mt 4456 3053 L 1 sg -47 -283 61 245 4395 2808 3 MP PP c10 4395 2808 mt 4456 3053 L c13 4456 3053 mt 4409 2770 L 1 sg 60 -88 -46 50 4439 2270 3 MP PP c10 4439 2270 mt 4393 2320 L c8 4393 2320 mt 4453 2232 L 1 sg -46 50 60 -88 4393 2320 3 MP PP c8 4393 2320 mt 4453 2232 L c10 4453 2232 mt 4407 2282 L 1 sg 61 80 -47 -117 4438 2694 3 MP PP c10 4438 2694 mt 4391 2577 L c12 4391 2577 mt 4452 2657 L 1 sg -47 -118 61 80 4391 2577 3 MP PP c12 4391 2577 mt 4452 2657 L c10 4452 2657 mt 4405 2539 L 1 sg 60 259 -46 -297 4436 4035 3 MP PP c15 4436 4035 mt 4390 3738 L c14 4390 3738 mt 4450 3997 L 1 sg -46 -297 60 259 4390 3738 3 MP PP c14 4390 3738 mt 4450 3997 L c15 4450 3997 mt 4404 3700 L 1 sg 61 -53 -47 15 4435 2206 3 MP PP c8 4435 2206 mt 4388 2221 L c9 4388 2221 mt 4449 2168 L 1 sg -46 15 61 -53 4388 2221 3 MP PP c9 4388 2221 mt 4449 2168 L c8 4449 2168 mt 4403 2183 L 1 sg 61 -48 -46 11 4433 2463 3 MP PP c12 4433 2463 mt 4387 2474 L c11 4387 2474 mt 4448 2426 L 1 sg -47 10 61 -48 4387 2474 3 MP PP c11 4387 2474 mt 4448 2426 L c12 4448 2426 mt 4401 2436 L 1 sg 61 344 -47 -382 4432 3624 3 MP PP c14 4432 3624 mt 4385 3242 L c13 4385 3242 mt 4446 3586 L 1 sg -46 -381 61 344 4385 3242 3 MP PP c13 4385 3242 mt 4446 3586 L c14 4446 3586 mt 4400 3205 L 1 sg 61 -23 -47 -15 4431 2108 3 MP PP c9 4431 2108 mt 4384 2093 L 4384 2093 mt 4445 2070 L 1 sg -47 -14 61 -23 4384 2093 3 MP PP c9 4384 2093 mt 4445 2070 L 4445 2070 mt 4398 2056 L 1 sg 60 -99 -46 61 4429 2361 3 MP PP c11 4429 2361 mt 4383 2422 L c10 4383 2422 mt 4443 2323 L 1 sg -46 61 60 -99 4383 2422 3 MP PP c10 4383 2422 mt 4443 2323 L c11 4443 2323 mt 4397 2384 L 1 sg 61 245 -47 -283 4428 3129 3 MP PP c13 4428 3129 mt 4381 2846 L c10 4381 2846 mt 4442 3091 L 1 sg -47 -283 61 245 4381 2846 3 MP PP c10 4381 2846 mt 4442 3091 L c13 4442 3091 mt 4395 2808 L 1 sg 61 -10 -47 -28 4427 1980 3 MP PP c9 4427 1980 mt 4380 1952 L 4380 1952 mt 4441 1942 L 1 sg -47 -28 61 -10 4380 1952 3 MP PP c9 4380 1952 mt 4441 1942 L 4441 1942 mt 4394 1914 L 1 sg 60 -88 -46 50 4425 2308 3 MP PP c10 4425 2308 mt 4379 2358 L c8 4379 2358 mt 4439 2270 L 1 sg -46 50 60 -88 4379 2358 3 MP PP c8 4379 2358 mt 4439 2270 L c10 4439 2270 mt 4393 2320 L 1 sg 61 79 -47 -117 4424 2732 3 MP PP c10 4424 2732 mt 4377 2615 L c12 4377 2615 mt 4438 2694 L 1 sg -47 -117 61 79 4377 2615 3 MP PP c12 4377 2615 mt 4438 2694 L c10 4438 2694 mt 4391 2577 L 1 sg -46 -297 60 259 4376 3776 3 MP PP c14 4376 3776 mt 4436 4035 L c15 4436 4035 mt 4390 3738 L 1 sg 61 -53 -47 15 4421 2244 3 MP PP c8 4421 2244 mt 4374 2259 L c9 4374 2259 mt 4435 2206 L 1 sg -47 15 61 -53 4374 2259 3 MP PP c9 4374 2259 mt 4435 2206 L c8 4435 2206 mt 4388 2221 L 1 sg 60 -49 -46 11 4419 2501 3 MP PP c12 4419 2501 mt 4373 2512 L c11 4373 2512 mt 4433 2463 L 1 sg -46 11 60 -49 4373 2512 3 MP PP c11 4373 2512 mt 4433 2463 L c12 4433 2463 mt 4387 2474 L 1 sg 61 344 -47 -382 4418 3662 3 MP PP c14 4418 3662 mt 4371 3280 L c13 4371 3280 mt 4432 3624 L 1 sg -47 -382 61 344 4371 3280 3 MP PP c13 4371 3280 mt 4432 3624 L c14 4432 3624 mt 4385 3242 L 1 sg 61 -23 -47 -14 4417 2145 3 MP PP c9 4417 2145 mt 4370 2131 L 4370 2131 mt 4431 2108 L 1 sg -47 -15 61 -23 4370 2131 3 MP PP c9 4370 2131 mt 4431 2108 L 4431 2108 mt 4384 2093 L 1 sg 60 -98 -46 61 4415 2398 3 MP PP c11 4415 2398 mt 4369 2459 L c10 4369 2459 mt 4429 2361 L 1 sg -46 61 60 -98 4369 2459 3 MP PP c10 4369 2459 mt 4429 2361 L c11 4429 2361 mt 4383 2422 L 1 sg 61 246 -47 -284 4414 3167 3 MP PP c13 4414 3167 mt 4367 2883 L c10 4367 2883 mt 4428 3129 L 1 sg -47 -283 61 246 4367 2883 3 MP PP c10 4367 2883 mt 4428 3129 L c13 4428 3129 mt 4381 2846 L 1 sg 61 -10 -46 -28 4412 2018 3 MP PP c9 4412 2018 mt 4366 1990 L 4366 1990 mt 4427 1980 L 1 sg -47 -28 61 -10 4366 1990 3 MP PP c9 4366 1990 mt 4427 1980 L 4427 1980 mt 4380 1952 L 1 sg 61 -87 -47 49 4411 2346 3 MP PP c10 4411 2346 mt 4364 2395 L c8 4364 2395 mt 4425 2308 L 1 sg -46 50 61 -87 4364 2395 3 MP PP c8 4364 2395 mt 4425 2308 L c10 4425 2308 mt 4379 2358 L 1 sg 61 80 -46 -118 4409 2770 3 MP PP c10 4409 2770 mt 4363 2652 L c12 4363 2652 mt 4424 2732 L 1 sg -47 -117 61 80 4363 2652 3 MP PP c12 4363 2652 mt 4424 2732 L c10 4424 2732 mt 4377 2615 L 1 sg 61 -53 -47 15 4407 2282 3 MP PP c8 4407 2282 mt 4360 2297 L c9 4360 2297 mt 4421 2244 L 1 sg -47 15 61 -53 4360 2297 3 MP PP c9 4360 2297 mt 4421 2244 L c8 4421 2244 mt 4374 2259 L 1 sg 60 -49 -46 11 4405 2539 3 MP PP c12 4405 2539 mt 4359 2550 L c11 4359 2550 mt 4419 2501 L 1 sg -46 11 60 -49 4359 2550 3 MP PP c11 4359 2550 mt 4419 2501 L c12 4419 2501 mt 4373 2512 L 1 sg 61 344 -47 -382 4404 3700 3 MP PP c14 4404 3700 mt 4357 3318 L c13 4357 3318 mt 4418 3662 L 1 sg -47 -382 61 344 4357 3318 3 MP PP c13 4357 3318 mt 4418 3662 L c14 4418 3662 mt 4371 3280 L 1 sg 61 -24 -47 -14 4403 2183 3 MP PP c9 4403 2183 mt 4356 2169 L 4356 2169 mt 4417 2145 L 1 sg -47 -14 61 -24 4356 2169 3 MP PP c9 4356 2169 mt 4417 2145 L 4417 2145 mt 4370 2131 L 1 sg 60 -99 -46 61 4401 2436 3 MP PP c11 4401 2436 mt 4355 2497 L c10 4355 2497 mt 4415 2398 L 1 sg -46 61 60 -99 4355 2497 3 MP PP c10 4355 2497 mt 4415 2398 L c11 4415 2398 mt 4369 2459 L 1 sg 61 246 -47 -284 4400 3205 3 MP PP c13 4400 3205 mt 4353 2921 L c10 4353 2921 mt 4414 3167 L 1 sg -47 -284 61 246 4353 2921 3 MP PP c10 4353 2921 mt 4414 3167 L c13 4414 3167 mt 4367 2883 L 1 sg 60 -10 -46 -28 4398 2056 3 MP PP c9 4398 2056 mt 4352 2028 L 4352 2028 mt 4412 2018 L 1 sg -46 -28 60 -10 4352 2028 3 MP PP c9 4352 2028 mt 4412 2018 L 4412 2018 mt 4366 1990 L 1 sg 61 -87 -47 49 4397 2384 3 MP PP c10 4397 2384 mt 4350 2433 L c8 4350 2433 mt 4411 2346 L 1 sg -47 49 61 -87 4350 2433 3 MP PP c8 4350 2433 mt 4411 2346 L c10 4411 2346 mt 4364 2395 L 1 sg 60 80 -46 -118 4395 2808 3 MP PP c10 4395 2808 mt 4349 2690 L c12 4349 2690 mt 4409 2770 L 1 sg -46 -118 60 80 4349 2690 3 MP PP c12 4349 2690 mt 4409 2770 L c10 4409 2770 mt 4363 2652 L 1 sg 61 -52 -47 14 4393 2320 3 MP PP c8 4393 2320 mt 4346 2334 L c9 4346 2334 mt 4407 2282 L 1 sg -47 15 61 -52 4346 2334 3 MP PP c9 4346 2334 mt 4407 2282 L c8 4407 2282 mt 4360 2297 L 1 sg 60 -49 -46 11 4391 2577 3 MP PP c12 4391 2577 mt 4345 2588 L c11 4345 2588 mt 4405 2539 L 1 sg -46 11 60 -49 4345 2588 3 MP PP c11 4345 2588 mt 4405 2539 L c12 4405 2539 mt 4359 2550 L 1 sg 61 344 -47 -382 4390 3738 3 MP PP c14 4390 3738 mt 4343 3356 L c13 4343 3356 mt 4404 3700 L 1 sg -47 -382 61 344 4343 3356 3 MP PP c13 4343 3356 mt 4404 3700 L c14 4404 3700 mt 4357 3318 L 1 sg 61 -24 -46 -14 4388 2221 3 MP PP c9 4388 2221 mt 4342 2207 L 4342 2207 mt 4403 2183 L 1 sg -47 -14 61 -24 4342 2207 3 MP PP c9 4342 2207 mt 4403 2183 L 4403 2183 mt 4356 2169 L 1 sg 61 -99 -47 61 4387 2474 3 MP PP c11 4387 2474 mt 4340 2535 L c10 4340 2535 mt 4401 2436 L 1 sg -46 61 61 -99 4340 2535 3 MP PP c10 4340 2535 mt 4401 2436 L c11 4401 2436 mt 4355 2497 L 1 sg 61 246 -46 -283 4385 3242 3 MP PP c13 4385 3242 mt 4339 2959 L c10 4339 2959 mt 4400 3205 L 1 sg -47 -284 61 246 4339 2959 3 MP PP c10 4339 2959 mt 4400 3205 L c13 4400 3205 mt 4353 2921 L 1 sg 60 -10 -46 -27 4384 2093 3 MP PP c9 4384 2093 mt 4338 2066 L 4338 2066 mt 4398 2056 L 1 sg -46 -28 60 -10 4338 2066 3 MP PP c9 4338 2066 mt 4398 2056 L 4398 2056 mt 4352 2028 L 1 sg 61 -87 -47 49 4383 2422 3 MP PP c10 4383 2422 mt 4336 2471 L c8 4336 2471 mt 4397 2384 L 1 sg -47 49 61 -87 4336 2471 3 MP PP c8 4336 2471 mt 4397 2384 L c10 4397 2384 mt 4350 2433 L 1 sg 60 80 -46 -118 4381 2846 3 MP PP c10 4381 2846 mt 4335 2728 L c12 4335 2728 mt 4395 2808 L 1 sg -46 -118 60 80 4335 2728 3 MP PP c12 4335 2728 mt 4395 2808 L c10 4395 2808 mt 4349 2690 L 1 sg 60 -9 -46 -29 4380 1952 3 MP PP c9 4380 1952 mt 4334 1923 L 4334 1923 mt 4394 1914 L 1 sg -46 -29 60 -9 4334 1923 3 MP PP c9 4334 1923 mt 4394 1914 L 4394 1914 mt 4348 1885 L 1 sg 61 -52 -47 14 4379 2358 3 MP PP c8 4379 2358 mt 4332 2372 L c9 4332 2372 mt 4393 2320 L 1 sg -47 14 61 -52 4332 2372 3 MP PP c9 4332 2372 mt 4393 2320 L c8 4393 2320 mt 4346 2334 L 1 sg 60 -48 -46 10 4377 2615 3 MP PP c12 4377 2615 mt 4331 2625 L c11 4331 2625 mt 4391 2577 L 1 sg -46 11 60 -48 4331 2625 3 MP PP c11 4331 2625 mt 4391 2577 L c12 4391 2577 mt 4345 2588 L 1 sg 61 344 -47 -382 4376 3776 3 MP PP c14 4376 3776 mt 4329 3394 L c13 4329 3394 mt 4390 3738 L 1 sg -47 -382 61 344 4329 3394 3 MP PP c13 4329 3394 mt 4390 3738 L c14 4390 3738 mt 4343 3356 L 1 sg 60 -24 -46 -14 4374 2259 3 MP PP c9 4374 2259 mt 4328 2245 L 4328 2245 mt 4388 2221 L 1 sg -46 -14 60 -24 4328 2245 3 MP PP c9 4328 2245 mt 4388 2221 L 4388 2221 mt 4342 2207 L 1 sg 61 -99 -47 61 4373 2512 3 MP PP c11 4373 2512 mt 4326 2573 L c10 4326 2573 mt 4387 2474 L 1 sg -47 61 61 -99 4326 2573 3 MP PP c10 4326 2573 mt 4387 2474 L c11 4387 2474 mt 4340 2535 L 1 sg 60 245 -46 -283 4371 3280 3 MP PP c13 4371 3280 mt 4325 2997 L c10 4325 2997 mt 4385 3242 L 1 sg -46 -283 60 245 4325 2997 3 MP PP c10 4325 2997 mt 4385 3242 L c13 4385 3242 mt 4339 2959 L 1 sg 60 -10 -46 -28 4370 2131 3 MP PP c9 4370 2131 mt 4324 2103 L 4324 2103 mt 4384 2093 L 1 sg -46 -27 60 -10 4324 2103 3 MP PP c9 4324 2103 mt 4384 2093 L 4384 2093 mt 4338 2066 L 1 sg 61 -87 -47 50 4369 2459 3 MP PP c10 4369 2459 mt 4322 2509 L c8 4322 2509 mt 4383 2422 L 1 sg -47 49 61 -87 4322 2509 3 MP PP c8 4322 2509 mt 4383 2422 L c10 4383 2422 mt 4336 2471 L 1 sg 60 80 -46 -117 4367 2883 3 MP PP c10 4367 2883 mt 4321 2766 L c12 4321 2766 mt 4381 2846 L 1 sg -46 -118 60 80 4321 2766 3 MP PP c12 4321 2766 mt 4381 2846 L c10 4381 2846 mt 4335 2728 L 1 sg 61 -8 -47 -30 4366 1990 3 MP PP c9 4366 1990 mt 4319 1960 L 4319 1960 mt 4380 1952 L 1 sg -46 -29 61 -8 4319 1960 3 MP PP c9 4319 1960 mt 4380 1952 L 4380 1952 mt 4334 1923 L 1 sg 61 -52 -46 15 4364 2395 3 MP PP c8 4364 2395 mt 4318 2410 L c9 4318 2410 mt 4379 2358 L 1 sg -47 14 61 -52 4318 2410 3 MP PP c9 4318 2410 mt 4379 2358 L c8 4379 2358 mt 4332 2372 L 1 sg 61 -48 -47 11 4363 2652 3 MP PP c12 4363 2652 mt 4316 2663 L c11 4316 2663 mt 4377 2615 L 1 sg -46 10 61 -48 4316 2663 3 MP PP c11 4316 2663 mt 4377 2615 L c12 4377 2615 mt 4331 2625 L 1 sg -47 -382 61 344 4315 3432 3 MP PP c13 4315 3432 mt 4376 3776 L c14 4376 3776 mt 4329 3394 L 1 sg 60 -23 -46 -15 4360 2297 3 MP PP c9 4360 2297 mt 4314 2282 L 4314 2282 mt 4374 2259 L 1 sg -46 -14 60 -23 4314 2282 3 MP PP c9 4314 2282 mt 4374 2259 L 4374 2259 mt 4328 2245 L 1 sg 61 -99 -47 61 4359 2550 3 MP PP c11 4359 2550 mt 4312 2611 L c10 4312 2611 mt 4373 2512 L 1 sg -47 61 61 -99 4312 2611 3 MP PP c10 4312 2611 mt 4373 2512 L c11 4373 2512 mt 4326 2573 L 1 sg 60 245 -46 -283 4357 3318 3 MP PP c13 4357 3318 mt 4311 3035 L c10 4311 3035 mt 4371 3280 L 1 sg -46 -283 60 245 4311 3035 3 MP PP c10 4311 3035 mt 4371 3280 L c13 4371 3280 mt 4325 2997 L 1 sg 60 -10 -46 -28 4356 2169 3 MP PP c9 4356 2169 mt 4310 2141 L 4310 2141 mt 4370 2131 L 1 sg -46 -28 60 -10 4310 2141 3 MP PP c9 4310 2141 mt 4370 2131 L 4370 2131 mt 4324 2103 L 1 sg 61 -88 -47 50 4355 2497 3 MP PP c10 4355 2497 mt 4308 2547 L c8 4308 2547 mt 4369 2459 L 1 sg -47 50 61 -88 4308 2547 3 MP PP c8 4308 2547 mt 4369 2459 L c10 4369 2459 mt 4322 2509 L 1 sg 60 79 -46 -117 4353 2921 3 MP PP c10 4353 2921 mt 4307 2804 L c12 4307 2804 mt 4367 2883 L 1 sg -46 -117 60 79 4307 2804 3 MP PP c12 4307 2804 mt 4367 2883 L c10 4367 2883 mt 4321 2766 L 1 sg 61 -8 -47 -30 4352 2028 3 MP PP c9 4352 2028 mt 4305 1998 L 4305 1998 mt 4366 1990 L 1 sg -47 -30 61 -8 4305 1998 3 MP PP c9 4305 1998 mt 4366 1990 L 4366 1990 mt 4319 1960 L 1 sg 60 -53 -46 15 4350 2433 3 MP PP c8 4350 2433 mt 4304 2448 L c9 4304 2448 mt 4364 2395 L 1 sg -46 15 60 -53 4304 2448 3 MP PP c9 4304 2448 mt 4364 2395 L c8 4364 2395 mt 4318 2410 L 1 sg 61 -49 -47 11 4349 2690 3 MP PP c12 4349 2690 mt 4302 2701 L c11 4302 2701 mt 4363 2652 L 1 sg -47 11 61 -49 4302 2701 3 MP PP c11 4302 2701 mt 4363 2652 L c12 4363 2652 mt 4316 2663 L 1 sg 60 -23 -46 -14 4346 2334 3 MP PP c9 4346 2334 mt 4300 2320 L 4300 2320 mt 4360 2297 L 1 sg -46 -15 60 -23 4300 2320 3 MP PP c9 4300 2320 mt 4360 2297 L 4360 2297 mt 4314 2282 L 1 sg 61 -98 -47 60 4345 2588 3 MP PP c11 4345 2588 mt 4298 2648 L c10 4298 2648 mt 4359 2550 L 1 sg -47 61 61 -98 4298 2648 3 MP PP c10 4298 2648 mt 4359 2550 L c11 4359 2550 mt 4312 2611 L 1 sg 60 245 -46 -283 4343 3356 3 MP PP c13 4343 3356 mt 4297 3073 L c10 4297 3073 mt 4357 3318 L 1 sg -46 -283 60 245 4297 3073 3 MP PP c10 4297 3073 mt 4357 3318 L c13 4357 3318 mt 4311 3035 L 1 sg 61 -10 -47 -28 4342 2207 3 MP PP c9 4342 2207 mt 4295 2179 L 4295 2179 mt 4356 2169 L 1 sg -46 -28 61 -10 4295 2179 3 MP PP c9 4295 2179 mt 4356 2169 L 4356 2169 mt 4310 2141 L 1 sg 61 -87 -46 49 4340 2535 3 MP PP c10 4340 2535 mt 4294 2584 L c8 4294 2584 mt 4355 2497 L 1 sg -47 50 61 -87 4294 2584 3 MP PP c8 4294 2584 mt 4355 2497 L c10 4355 2497 mt 4308 2547 L 1 sg 61 80 -47 -118 4339 2959 3 MP PP c10 4339 2959 mt 4292 2841 L c12 4292 2841 mt 4353 2921 L 1 sg -46 -117 61 80 4292 2841 3 MP PP c12 4292 2841 mt 4353 2921 L c10 4353 2921 mt 4307 2804 L 1 sg 61 -8 -47 -30 4338 2066 3 MP PP c9 4338 2066 mt 4291 2036 L 4291 2036 mt 4352 2028 L 1 sg -47 -30 61 -8 4291 2036 3 MP PP c9 4291 2036 mt 4352 2028 L 4352 2028 mt 4305 1998 L 1 sg 60 -53 -46 15 4336 2471 3 MP PP c8 4336 2471 mt 4290 2486 L c9 4290 2486 mt 4350 2433 L 1 sg -46 15 60 -53 4290 2486 3 MP PP c9 4290 2486 mt 4350 2433 L c8 4350 2433 mt 4304 2448 L 1 sg 61 -49 -47 11 4335 2728 3 MP PP c12 4335 2728 mt 4288 2739 L c11 4288 2739 mt 4349 2690 L 1 sg -47 11 61 -49 4288 2739 3 MP PP c11 4288 2739 mt 4349 2690 L c12 4349 2690 mt 4302 2701 L 1 sg 61 -11 -47 -27 4334 1923 3 MP PP c9 4334 1923 mt 4287 1896 L c8 4287 1896 mt 4348 1885 L 1 sg -47 -27 61 -11 4287 1896 3 MP PP c8 4287 1896 mt 4348 1885 L c9 4348 1885 mt 4301 1858 L 1 sg 60 -24 -46 -14 4332 2372 3 MP PP c9 4332 2372 mt 4286 2358 L 4286 2358 mt 4346 2334 L 1 sg -46 -14 60 -24 4286 2358 3 MP PP c9 4286 2358 mt 4346 2334 L 4346 2334 mt 4300 2320 L 1 sg 61 -98 -47 61 4331 2625 3 MP PP c11 4331 2625 mt 4284 2686 L c10 4284 2686 mt 4345 2588 L 1 sg -47 60 61 -98 4284 2686 3 MP PP c10 4284 2686 mt 4345 2588 L c11 4345 2588 mt 4298 2648 L 1 sg 60 246 -46 -284 4329 3394 3 MP PP c13 4329 3394 mt 4283 3110 L c10 4283 3110 mt 4343 3356 L 1 sg -46 -283 60 246 4283 3110 3 MP PP c10 4283 3110 mt 4343 3356 L c13 4343 3356 mt 4297 3073 L 1 sg 61 -10 -47 -28 4328 2245 3 MP PP c9 4328 2245 mt 4281 2217 L 4281 2217 mt 4342 2207 L 1 sg -47 -28 61 -10 4281 2217 3 MP PP c9 4281 2217 mt 4342 2207 L 4342 2207 mt 4295 2179 L 1 sg 60 -87 -46 49 4326 2573 3 MP PP c10 4326 2573 mt 4280 2622 L c8 4280 2622 mt 4340 2535 L 1 sg -46 49 60 -87 4280 2622 3 MP PP c8 4280 2622 mt 4340 2535 L c10 4340 2535 mt 4294 2584 L 1 sg 61 80 -47 -118 4325 2997 3 MP PP c10 4325 2997 mt 4278 2879 L c12 4278 2879 mt 4339 2959 L 1 sg -47 -118 61 80 4278 2879 3 MP PP c12 4278 2879 mt 4339 2959 L c10 4339 2959 mt 4292 2841 L 1 sg 61 -8 -47 -29 4324 2103 3 MP PP c9 4324 2103 mt 4277 2074 L 4277 2074 mt 4338 2066 L 1 sg -47 -30 61 -8 4277 2074 3 MP PP c9 4277 2074 mt 4338 2066 L 4338 2066 mt 4291 2036 L 1 sg 60 -53 -46 15 4322 2509 3 MP PP c8 4322 2509 mt 4276 2524 L c9 4276 2524 mt 4336 2471 L 1 sg -46 15 60 -53 4276 2524 3 MP PP c9 4276 2524 mt 4336 2471 L c8 4336 2471 mt 4290 2486 L 1 sg 61 -49 -47 11 4321 2766 3 MP PP c12 4321 2766 mt 4274 2777 L c11 4274 2777 mt 4335 2728 L 1 sg -47 11 61 -49 4274 2777 3 MP PP c11 4274 2777 mt 4335 2728 L c12 4335 2728 mt 4288 2739 L 1 sg 61 -11 -46 -26 4319 1960 3 MP PP c9 4319 1960 mt 4273 1934 L c8 4273 1934 mt 4334 1923 L 1 sg -47 -27 61 -11 4273 1934 3 MP PP c8 4273 1934 mt 4334 1923 L c9 4334 1923 mt 4287 1896 L 1 sg 61 -24 -47 -14 4318 2410 3 MP PP c9 4318 2410 mt 4271 2396 L 4271 2396 mt 4332 2372 L 1 sg -46 -14 61 -24 4271 2396 3 MP PP c9 4271 2396 mt 4332 2372 L 4332 2372 mt 4286 2358 L 1 sg 61 -99 -46 61 4316 2663 3 MP PP c11 4316 2663 mt 4270 2724 L c10 4270 2724 mt 4331 2625 L 1 sg -47 61 61 -99 4270 2724 3 MP PP c10 4270 2724 mt 4331 2625 L c11 4331 2625 mt 4284 2686 L 1 sg 61 246 -47 -284 4315 3432 3 MP PP c13 4315 3432 mt 4268 3148 L c10 4268 3148 mt 4329 3394 L 1 sg -46 -284 61 246 4268 3148 3 MP PP c10 4268 3148 mt 4329 3394 L c13 4329 3394 mt 4283 3110 L 1 sg 61 -10 -47 -27 4314 2282 3 MP PP c9 4314 2282 mt 4267 2255 L 4267 2255 mt 4328 2245 L 1 sg -47 -28 61 -10 4267 2255 3 MP PP c9 4267 2255 mt 4328 2245 L 4328 2245 mt 4281 2217 L 1 sg 60 -87 -46 49 4312 2611 3 MP PP c10 4312 2611 mt 4266 2660 L c8 4266 2660 mt 4326 2573 L 1 sg -46 49 60 -87 4266 2660 3 MP PP c8 4266 2660 mt 4326 2573 L c10 4326 2573 mt 4280 2622 L 1 sg 61 80 -47 -118 4311 3035 3 MP PP c10 4311 3035 mt 4264 2917 L c12 4264 2917 mt 4325 2997 L 1 sg -47 -118 61 80 4264 2917 3 MP PP c12 4264 2917 mt 4325 2997 L c10 4325 2997 mt 4278 2879 L 1 sg 61 -9 -47 -29 4310 2141 3 MP PP c9 4310 2141 mt 4263 2112 L 4263 2112 mt 4324 2103 L 1 sg -47 -29 61 -9 4263 2112 3 MP PP c9 4263 2112 mt 4324 2103 L 4324 2103 mt 4277 2074 L 1 sg 60 -52 -46 14 4308 2547 3 MP PP c8 4308 2547 mt 4262 2561 L c9 4262 2561 mt 4322 2509 L 1 sg -46 15 60 -52 4262 2561 3 MP PP c9 4262 2561 mt 4322 2509 L c8 4322 2509 mt 4276 2524 L 1 sg 61 -48 -47 10 4307 2804 3 MP PP c12 4307 2804 mt 4260 2814 L c11 4260 2814 mt 4321 2766 L 1 sg -47 11 61 -48 4260 2814 3 MP PP c11 4260 2814 mt 4321 2766 L c12 4321 2766 mt 4274 2777 L 1 sg 60 -12 -46 -26 4305 1998 3 MP PP c9 4305 1998 mt 4259 1972 L c8 4259 1972 mt 4319 1960 L 1 sg -46 -26 60 -12 4259 1972 3 MP PP c8 4259 1972 mt 4319 1960 L c9 4319 1960 mt 4273 1934 L 1 sg 61 -24 -47 -14 4304 2448 3 MP PP c9 4304 2448 mt 4257 2434 L 4257 2434 mt 4318 2410 L 1 sg -47 -14 61 -24 4257 2434 3 MP PP c9 4257 2434 mt 4318 2410 L 4318 2410 mt 4271 2396 L 1 sg 60 -99 -46 61 4302 2701 3 MP PP c11 4302 2701 mt 4256 2762 L c10 4256 2762 mt 4316 2663 L 1 sg -46 61 60 -99 4256 2762 3 MP PP c10 4256 2762 mt 4316 2663 L c11 4316 2663 mt 4270 2724 L 1 sg -47 -284 61 246 4254 3186 3 MP PP c10 4254 3186 mt 4315 3432 L c13 4315 3432 mt 4268 3148 L 1 sg 61 -10 -47 -28 4300 2320 3 MP PP c9 4300 2320 mt 4253 2292 L 4253 2292 mt 4314 2282 L 1 sg -47 -27 61 -10 4253 2292 3 MP PP c9 4253 2292 mt 4314 2282 L 4314 2282 mt 4267 2255 L 1 sg 60 -87 -46 50 4298 2648 3 MP PP c10 4298 2648 mt 4252 2698 L c8 4252 2698 mt 4312 2611 L 1 sg -46 49 60 -87 4252 2698 3 MP PP c8 4252 2698 mt 4312 2611 L c10 4312 2611 mt 4266 2660 L 1 sg 61 80 -47 -118 4297 3073 3 MP PP c10 4297 3073 mt 4250 2955 L c12 4250 2955 mt 4311 3035 L 1 sg -47 -118 61 80 4250 2955 3 MP PP c12 4250 2955 mt 4311 3035 L c10 4311 3035 mt 4264 2917 L 1 sg 61 -8 -46 -30 4295 2179 3 MP PP c9 4295 2179 mt 4249 2149 L 4249 2149 mt 4310 2141 L 1 sg -47 -29 61 -8 4249 2149 3 MP PP c9 4249 2149 mt 4310 2141 L 4310 2141 mt 4263 2112 L 1 sg 61 -52 -47 15 4294 2584 3 MP PP c8 4294 2584 mt 4247 2599 L c9 4247 2599 mt 4308 2547 L 1 sg -46 14 61 -52 4247 2599 3 MP PP c9 4247 2599 mt 4308 2547 L c8 4308 2547 mt 4262 2561 L 1 sg 61 -48 -46 11 4292 2841 3 MP PP c12 4292 2841 mt 4246 2852 L c11 4246 2852 mt 4307 2804 L 1 sg -47 10 61 -48 4246 2852 3 MP PP c11 4246 2852 mt 4307 2804 L c12 4307 2804 mt 4260 2814 L 1 sg 60 -12 -46 -26 4291 2036 3 MP PP c9 4291 2036 mt 4245 2010 L c8 4245 2010 mt 4305 1998 L 1 sg -46 -26 60 -12 4245 2010 3 MP PP c8 4245 2010 mt 4305 1998 L c9 4305 1998 mt 4259 1972 L 1 sg 61 -23 -47 -15 4290 2486 3 MP PP c9 4290 2486 mt 4243 2471 L 4243 2471 mt 4304 2448 L 1 sg -47 -14 61 -23 4243 2471 3 MP PP c9 4243 2471 mt 4304 2448 L 4304 2448 mt 4257 2434 L 1 sg 60 -99 -46 61 4288 2739 3 MP PP c11 4288 2739 mt 4242 2800 L c10 4242 2800 mt 4302 2701 L 1 sg -46 61 60 -99 4242 2800 3 MP PP c10 4242 2800 mt 4302 2701 L c11 4302 2701 mt 4256 2762 L 1 sg 60 -15 -46 -23 4287 1896 3 MP PP c8 4287 1896 mt 4241 1873 L 4241 1873 mt 4301 1858 L 1 sg -46 -23 60 -15 4241 1873 3 MP PP c8 4241 1873 mt 4301 1858 L 4301 1858 mt 4255 1835 L 1 sg 61 -10 -47 -28 4286 2358 3 MP PP c9 4286 2358 mt 4239 2330 L 4239 2330 mt 4300 2320 L 1 sg -47 -28 61 -10 4239 2330 3 MP PP c9 4239 2330 mt 4300 2320 L 4300 2320 mt 4253 2292 L 1 sg 60 -88 -46 50 4284 2686 3 MP PP c10 4284 2686 mt 4238 2736 L c8 4238 2736 mt 4298 2648 L 1 sg -46 50 60 -88 4238 2736 3 MP PP c8 4238 2736 mt 4298 2648 L c10 4298 2648 mt 4252 2698 L 1 sg 61 80 -47 -117 4283 3110 3 MP PP c10 4283 3110 mt 4236 2993 L c12 4236 2993 mt 4297 3073 L 1 sg -47 -118 61 80 4236 2993 3 MP PP c12 4236 2993 mt 4297 3073 L c10 4297 3073 mt 4250 2955 L 1 sg 60 -8 -46 -30 4281 2217 3 MP PP c9 4281 2217 mt 4235 2187 L 4235 2187 mt 4295 2179 L 1 sg -46 -30 60 -8 4235 2187 3 MP PP c9 4235 2187 mt 4295 2179 L 4295 2179 mt 4249 2149 L 1 sg 61 -53 -47 15 4280 2622 3 MP PP c8 4280 2622 mt 4233 2637 L c9 4233 2637 mt 4294 2584 L 1 sg -47 15 61 -53 4233 2637 3 MP PP c9 4233 2637 mt 4294 2584 L c8 4294 2584 mt 4247 2599 L 1 sg 60 -49 -46 11 4278 2879 3 MP PP c12 4278 2879 mt 4232 2890 L c11 4232 2890 mt 4292 2841 L 1 sg -46 11 60 -49 4232 2890 3 MP PP c11 4232 2890 mt 4292 2841 L c12 4292 2841 mt 4246 2852 L 1 sg 60 -11 -46 -27 4277 2074 3 MP PP c9 4277 2074 mt 4231 2047 L c8 4231 2047 mt 4291 2036 L 1 sg -46 -26 60 -11 4231 2047 3 MP PP c8 4231 2047 mt 4291 2036 L c9 4291 2036 mt 4245 2010 L 1 sg 61 -23 -47 -15 4276 2524 3 MP PP c9 4276 2524 mt 4229 2509 L 4229 2509 mt 4290 2486 L 1 sg -47 -15 61 -23 4229 2509 3 MP PP c9 4229 2509 mt 4290 2486 L 4290 2486 mt 4243 2471 L 1 sg 60 -98 -46 60 4274 2777 3 MP PP c11 4274 2777 mt 4228 2837 L c10 4228 2837 mt 4288 2739 L 1 sg -46 61 60 -98 4228 2837 3 MP PP c10 4228 2837 mt 4288 2739 L c11 4288 2739 mt 4242 2800 L 1 sg 61 -15 -47 -23 4273 1934 3 MP PP c8 4273 1934 mt 4226 1911 L 4226 1911 mt 4287 1896 L 1 sg -46 -23 61 -15 4226 1911 3 MP PP c8 4226 1911 mt 4287 1896 L 4287 1896 mt 4241 1873 L 1 sg 61 -10 -46 -28 4271 2396 3 MP PP c9 4271 2396 mt 4225 2368 L 4225 2368 mt 4286 2358 L 1 sg -47 -28 61 -10 4225 2368 3 MP PP c9 4225 2368 mt 4286 2358 L 4286 2358 mt 4239 2330 L 1 sg 61 -87 -47 49 4270 2724 3 MP PP c10 4270 2724 mt 4223 2773 L c8 4223 2773 mt 4284 2686 L 1 sg -46 50 61 -87 4223 2773 3 MP PP c8 4223 2773 mt 4284 2686 L c10 4284 2686 mt 4238 2736 L 1 sg 61 79 -46 -117 4268 3148 3 MP PP c10 4268 3148 mt 4222 3031 L c12 4222 3031 mt 4283 3110 L 1 sg -47 -117 61 79 4222 3031 3 MP PP c12 4222 3031 mt 4283 3110 L c10 4283 3110 mt 4236 2993 L 1 sg 60 -8 -46 -30 4267 2255 3 MP PP c9 4267 2255 mt 4221 2225 L 4221 2225 mt 4281 2217 L 1 sg -46 -30 60 -8 4221 2225 3 MP PP c9 4221 2225 mt 4281 2217 L 4281 2217 mt 4235 2187 L 1 sg 61 -53 -47 15 4266 2660 3 MP PP c8 4266 2660 mt 4219 2675 L c9 4219 2675 mt 4280 2622 L 1 sg -47 15 61 -53 4219 2675 3 MP PP c9 4219 2675 mt 4280 2622 L c8 4280 2622 mt 4233 2637 L 1 sg 60 -49 -46 11 4264 2917 3 MP PP c12 4264 2917 mt 4218 2928 L c11 4218 2928 mt 4278 2879 L 1 sg -46 11 60 -49 4218 2928 3 MP PP c11 4218 2928 mt 4278 2879 L c12 4278 2879 mt 4232 2890 L 1 sg 60 -11 -46 -27 4263 2112 3 MP PP c9 4263 2112 mt 4217 2085 L c8 4217 2085 mt 4277 2074 L 1 sg -46 -27 60 -11 4217 2085 3 MP PP c8 4217 2085 mt 4277 2074 L c9 4277 2074 mt 4231 2047 L 1 sg 61 -23 -47 -14 4262 2561 3 MP PP c9 4262 2561 mt 4215 2547 L 4215 2547 mt 4276 2524 L 1 sg -47 -15 61 -23 4215 2547 3 MP PP c9 4215 2547 mt 4276 2524 L 4276 2524 mt 4229 2509 L 1 sg 60 -98 -46 61 4260 2814 3 MP PP c11 4260 2814 mt 4214 2875 L c10 4214 2875 mt 4274 2777 L 1 sg -46 60 60 -98 4214 2875 3 MP PP c10 4214 2875 mt 4274 2777 L c11 4274 2777 mt 4228 2837 L 1 sg 61 -15 -47 -23 4259 1972 3 MP PP c8 4259 1972 mt 4212 1949 L 4212 1949 mt 4273 1934 L 1 sg -47 -23 61 -15 4212 1949 3 MP PP c8 4212 1949 mt 4273 1934 L 4273 1934 mt 4226 1911 L 1 sg 60 -10 -46 -28 4257 2434 3 MP PP c9 4257 2434 mt 4211 2406 L 4211 2406 mt 4271 2396 L 1 sg -46 -28 60 -10 4211 2406 3 MP PP c9 4211 2406 mt 4271 2396 L 4271 2396 mt 4225 2368 L 1 sg 61 -87 -47 49 4256 2762 3 MP PP c10 4256 2762 mt 4209 2811 L c8 4209 2811 mt 4270 2724 L 1 sg -47 49 61 -87 4209 2811 3 MP PP c8 4209 2811 mt 4270 2724 L c10 4270 2724 mt 4223 2773 L 1 sg 60 80 -46 -118 4254 3186 3 MP PP c10 4254 3186 mt 4208 3068 L c12 4208 3068 mt 4268 3148 L 1 sg -46 -117 60 80 4208 3068 3 MP PP c12 4208 3068 mt 4268 3148 L c10 4268 3148 mt 4222 3031 L 1 sg 60 -8 -46 -29 4253 2292 3 MP PP c9 4253 2292 mt 4207 2263 L 4207 2263 mt 4267 2255 L 1 sg -46 -30 60 -8 4207 2263 3 MP PP c9 4207 2263 mt 4267 2255 L 4267 2255 mt 4221 2225 L 1 sg 61 -53 -47 15 4252 2698 3 MP PP c8 4252 2698 mt 4205 2713 L c9 4205 2713 mt 4266 2660 L 1 sg -47 15 61 -53 4205 2713 3 MP PP c9 4205 2713 mt 4266 2660 L c8 4266 2660 mt 4219 2675 L 1 sg 60 -49 -46 11 4250 2955 3 MP PP c12 4250 2955 mt 4204 2966 L c11 4204 2966 mt 4264 2917 L 1 sg -46 11 60 -49 4204 2966 3 MP PP c11 4204 2966 mt 4264 2917 L c12 4264 2917 mt 4218 2928 L 1 sg 61 -11 -47 -26 4249 2149 3 MP PP c9 4249 2149 mt 4202 2123 L c8 4202 2123 mt 4263 2112 L 1 sg -46 -27 61 -11 4202 2123 3 MP PP c8 4202 2123 mt 4263 2112 L c9 4263 2112 mt 4217 2085 L 1 sg 61 -24 -46 -14 4247 2599 3 MP PP c9 4247 2599 mt 4201 2585 L 4201 2585 mt 4262 2561 L 1 sg -47 -14 61 -24 4201 2585 3 MP PP c9 4201 2585 mt 4262 2561 L 4262 2561 mt 4215 2547 L 1 sg 61 -99 -47 61 4246 2852 3 MP PP c11 4246 2852 mt 4199 2913 L c10 4199 2913 mt 4260 2814 L 1 sg -46 61 61 -99 4199 2913 3 MP PP c10 4199 2913 mt 4260 2814 L c11 4260 2814 mt 4214 2875 L 1 sg 61 -14 -47 -24 4245 2010 3 MP PP c8 4245 2010 mt 4198 1986 L 4198 1986 mt 4259 1972 L 1 sg -47 -23 61 -14 4198 1986 3 MP PP c8 4198 1986 mt 4259 1972 L 4259 1972 mt 4212 1949 L 1 sg 60 -10 -46 -27 4243 2471 3 MP PP c9 4243 2471 mt 4197 2444 L 4197 2444 mt 4257 2434 L 1 sg -46 -28 60 -10 4197 2444 3 MP PP c9 4197 2444 mt 4257 2434 L 4257 2434 mt 4211 2406 L 1 sg 61 -87 -47 49 4242 2800 3 MP PP c10 4242 2800 mt 4195 2849 L c8 4195 2849 mt 4256 2762 L 1 sg -47 49 61 -87 4195 2849 3 MP PP c8 4195 2849 mt 4256 2762 L c10 4256 2762 mt 4209 2811 L 1 sg 61 -16 -47 -22 4241 1873 3 MP PP c8 4241 1873 mt 4194 1851 L 4194 1851 mt 4255 1835 L 1 sg -47 -21 61 -16 4194 1851 3 MP PP c8 4194 1851 mt 4255 1835 L 4255 1835 mt 4208 1814 L 1 sg -46 -118 60 80 4194 3106 3 MP PP c12 4194 3106 mt 4254 3186 L c10 4254 3186 mt 4208 3068 L 1 sg 60 -9 -46 -29 4239 2330 3 MP PP c9 4239 2330 mt 4193 2301 L 4193 2301 mt 4253 2292 L 1 sg -46 -29 60 -9 4193 2301 3 MP PP c9 4193 2301 mt 4253 2292 L 4253 2292 mt 4207 2263 L 1 sg 61 -52 -47 14 4238 2736 3 MP PP c8 4238 2736 mt 4191 2750 L c9 4191 2750 mt 4252 2698 L 1 sg -47 15 61 -52 4191 2750 3 MP PP c9 4191 2750 mt 4252 2698 L c8 4252 2698 mt 4205 2713 L 1 sg 60 -48 -46 10 4236 2993 3 MP PP c12 4236 2993 mt 4190 3003 L c11 4190 3003 mt 4250 2955 L 1 sg -46 11 60 -48 4190 3003 3 MP PP c11 4190 3003 mt 4250 2955 L c12 4250 2955 mt 4204 2966 L 1 sg 61 -12 -47 -26 4235 2187 3 MP PP c9 4235 2187 mt 4188 2161 L c8 4188 2161 mt 4249 2149 L 1 sg -47 -26 61 -12 4188 2161 3 MP PP c8 4188 2161 mt 4249 2149 L c9 4249 2149 mt 4202 2123 L 1 sg 60 -24 -46 -14 4233 2637 3 MP PP c9 4233 2637 mt 4187 2623 L 4187 2623 mt 4247 2599 L 1 sg -46 -14 60 -24 4187 2623 3 MP PP c9 4187 2623 mt 4247 2599 L 4247 2599 mt 4201 2585 L 1 sg 61 -99 -47 61 4232 2890 3 MP PP c11 4232 2890 mt 4185 2951 L c10 4185 2951 mt 4246 2852 L 1 sg -47 61 61 -99 4185 2951 3 MP PP c10 4185 2951 mt 4246 2852 L c11 4246 2852 mt 4199 2913 L 1 sg 61 -14 -47 -23 4231 2047 3 MP PP c8 4231 2047 mt 4184 2024 L 4184 2024 mt 4245 2010 L 1 sg -47 -24 61 -14 4184 2024 3 MP PP c8 4184 2024 mt 4245 2010 L 4245 2010 mt 4198 1986 L 1 sg 60 -10 -46 -28 4229 2509 3 MP PP c9 4229 2509 mt 4183 2481 L 4183 2481 mt 4243 2471 L 1 sg -46 -27 60 -10 4183 2481 3 MP PP c9 4183 2481 mt 4243 2471 L 4243 2471 mt 4197 2444 L 1 sg 61 -87 -47 50 4228 2837 3 MP PP c10 4228 2837 mt 4181 2887 L c8 4181 2887 mt 4242 2800 L 1 sg -47 49 61 -87 4181 2887 3 MP PP c8 4181 2887 mt 4242 2800 L c10 4242 2800 mt 4195 2849 L 1 sg 61 -16 -46 -22 4226 1911 3 MP PP c8 4226 1911 mt 4180 1889 L 4180 1889 mt 4241 1873 L 1 sg -47 -22 61 -16 4180 1889 3 MP PP c8 4180 1889 mt 4241 1873 L 4241 1873 mt 4194 1851 L 1 sg 61 -9 -47 -29 4225 2368 3 MP PP c9 4225 2368 mt 4178 2339 L 4178 2339 mt 4239 2330 L 1 sg -46 -29 61 -9 4178 2339 3 MP PP c9 4178 2339 mt 4239 2330 L 4239 2330 mt 4193 2301 L 1 sg 61 -52 -46 15 4223 2773 3 MP PP c8 4223 2773 mt 4177 2788 L c9 4177 2788 mt 4238 2736 L 1 sg -47 14 61 -52 4177 2788 3 MP PP c9 4177 2788 mt 4238 2736 L c8 4238 2736 mt 4191 2750 L 1 sg 61 -48 -47 10 4222 3031 3 MP PP c12 4222 3031 mt 4175 3041 L c11 4175 3041 mt 4236 2993 L 1 sg -46 10 61 -48 4175 3041 3 MP PP c11 4175 3041 mt 4236 2993 L c12 4236 2993 mt 4190 3003 L 1 sg 61 -12 -47 -26 4221 2225 3 MP PP c9 4221 2225 mt 4174 2199 L c8 4174 2199 mt 4235 2187 L 1 sg -47 -26 61 -12 4174 2199 3 MP PP c8 4174 2199 mt 4235 2187 L c9 4235 2187 mt 4188 2161 L 1 sg 60 -24 -46 -14 4219 2675 3 MP PP c9 4219 2675 mt 4173 2661 L 4173 2661 mt 4233 2637 L 1 sg -46 -14 60 -24 4173 2661 3 MP PP c9 4173 2661 mt 4233 2637 L 4233 2637 mt 4187 2623 L 1 sg 61 -99 -47 61 4218 2928 3 MP PP c11 4218 2928 mt 4171 2989 L c10 4171 2989 mt 4232 2890 L 1 sg -47 61 61 -99 4171 2989 3 MP PP c10 4171 2989 mt 4232 2890 L c11 4232 2890 mt 4185 2951 L 1 sg 61 -15 -47 -23 4217 2085 3 MP PP c8 4217 2085 mt 4170 2062 L 4170 2062 mt 4231 2047 L 1 sg -47 -23 61 -15 4170 2062 3 MP PP c8 4170 2062 mt 4231 2047 L 4231 2047 mt 4184 2024 L 1 sg 60 -10 -46 -28 4215 2547 3 MP PP c9 4215 2547 mt 4169 2519 L 4169 2519 mt 4229 2509 L 1 sg -46 -28 60 -10 4169 2519 3 MP PP c9 4169 2519 mt 4229 2509 L 4229 2509 mt 4183 2481 L 1 sg 61 -88 -47 50 4214 2875 3 MP PP c10 4214 2875 mt 4167 2925 L c8 4167 2925 mt 4228 2837 L 1 sg -47 50 61 -88 4167 2925 3 MP PP c8 4167 2925 mt 4228 2837 L c10 4228 2837 mt 4181 2887 L 1 sg 60 -16 -46 -22 4212 1949 3 MP PP c8 4212 1949 mt 4166 1927 L 4166 1927 mt 4226 1911 L 1 sg -46 -22 60 -16 4166 1927 3 MP PP c8 4166 1927 mt 4226 1911 L 4226 1911 mt 4180 1889 L 1 sg 61 -8 -47 -30 4211 2406 3 MP PP c9 4211 2406 mt 4164 2376 L 4164 2376 mt 4225 2368 L 1 sg -47 -29 61 -8 4164 2376 3 MP PP c9 4164 2376 mt 4225 2368 L 4225 2368 mt 4178 2339 L 1 sg 60 -53 -46 15 4209 2811 3 MP PP c8 4209 2811 mt 4163 2826 L c9 4163 2826 mt 4223 2773 L 1 sg -46 15 60 -53 4163 2826 3 MP PP c9 4163 2826 mt 4223 2773 L c8 4223 2773 mt 4177 2788 L 1 sg 61 -48 -47 11 4208 3068 3 MP PP c12 4208 3068 mt 4161 3079 L c11 4161 3079 mt 4222 3031 L 1 sg -47 10 61 -48 4161 3079 3 MP PP c11 4161 3079 mt 4222 3031 L c12 4222 3031 mt 4175 3041 L 1 sg 61 -11 -47 -27 4207 2263 3 MP PP c9 4207 2263 mt 4160 2236 L c8 4160 2236 mt 4221 2225 L 1 sg -47 -26 61 -11 4160 2236 3 MP PP c8 4160 2236 mt 4221 2225 L c9 4221 2225 mt 4174 2199 L 1 sg 60 -23 -46 -15 4205 2713 3 MP PP c9 4205 2713 mt 4159 2698 L 4159 2698 mt 4219 2675 L 1 sg -46 -14 60 -23 4159 2698 3 MP PP c9 4159 2698 mt 4219 2675 L 4219 2675 mt 4173 2661 L 1 sg 61 -98 -47 60 4204 2966 3 MP PP c11 4204 2966 mt 4157 3026 L c10 4157 3026 mt 4218 2928 L 1 sg -47 61 61 -98 4157 3026 3 MP PP c10 4157 3026 mt 4218 2928 L c11 4218 2928 mt 4171 2989 L 1 sg 61 -15 -46 -23 4202 2123 3 MP PP c8 4202 2123 mt 4156 2100 L 4156 2100 mt 4217 2085 L 1 sg -47 -23 61 -15 4156 2100 3 MP PP c8 4156 2100 mt 4217 2085 L 4217 2085 mt 4170 2062 L 1 sg 61 -10 -47 -28 4201 2585 3 MP PP c9 4201 2585 mt 4154 2557 L 4154 2557 mt 4215 2547 L 1 sg -46 -28 61 -10 4154 2557 3 MP PP c9 4154 2557 mt 4215 2547 L 4215 2547 mt 4169 2519 L 1 sg 61 -87 -46 49 4199 2913 3 MP PP c10 4199 2913 mt 4153 2962 L c8 4153 2962 mt 4214 2875 L 1 sg -47 50 61 -87 4153 2962 3 MP PP c8 4153 2962 mt 4214 2875 L c10 4214 2875 mt 4167 2925 L 1 sg 60 -16 -46 -21 4198 1986 3 MP PP c8 4198 1986 mt 4152 1965 L 4152 1965 mt 4212 1949 L 1 sg -46 -22 60 -16 4152 1965 3 MP PP c8 4152 1965 mt 4212 1949 L 4212 1949 mt 4166 1927 L 1 sg 61 -8 -47 -30 4197 2444 3 MP PP c9 4197 2444 mt 4150 2414 L 4150 2414 mt 4211 2406 L 1 sg -47 -30 61 -8 4150 2414 3 MP PP c9 4150 2414 mt 4211 2406 L 4211 2406 mt 4164 2376 L 1 sg 60 -53 -46 15 4195 2849 3 MP PP c8 4195 2849 mt 4149 2864 L c9 4149 2864 mt 4209 2811 L 1 sg -46 15 60 -53 4149 2864 3 MP PP c9 4149 2864 mt 4209 2811 L c8 4209 2811 mt 4163 2826 L 1 sg 60 -16 -46 -21 4194 1851 3 MP PP c8 4194 1851 mt 4148 1830 L 4148 1830 mt 4208 1814 L 1 sg -46 -21 60 -16 4148 1830 3 MP PP c8 4148 1830 mt 4208 1814 L 4208 1814 mt 4162 1793 L 1 sg 61 -49 -47 11 4194 3106 3 MP PP c12 4194 3106 mt 4147 3117 L c11 4147 3117 mt 4208 3068 L 1 sg -47 11 61 -49 4147 3117 3 MP PP c11 4147 3117 mt 4208 3068 L c12 4208 3068 mt 4161 3079 L 1 sg 61 -11 -47 -27 4193 2301 3 MP PP c9 4193 2301 mt 4146 2274 L c8 4146 2274 mt 4207 2263 L 1 sg -47 -27 61 -11 4146 2274 3 MP PP c8 4146 2274 mt 4207 2263 L c9 4207 2263 mt 4160 2236 L 1 sg 60 -23 -46 -14 4191 2750 3 MP PP c9 4191 2750 mt 4145 2736 L 4145 2736 mt 4205 2713 L 1 sg -46 -15 60 -23 4145 2736 3 MP PP c9 4145 2736 mt 4205 2713 L 4205 2713 mt 4159 2698 L 1 sg 61 -98 -47 61 4190 3003 3 MP PP c11 4190 3003 mt 4143 3064 L c10 4143 3064 mt 4204 2966 L 1 sg -47 60 61 -98 4143 3064 3 MP PP c10 4143 3064 mt 4204 2966 L c11 4204 2966 mt 4157 3026 L 1 sg 60 -15 -46 -23 4188 2161 3 MP PP c8 4188 2161 mt 4142 2138 L 4142 2138 mt 4202 2123 L 1 sg -46 -23 60 -15 4142 2138 3 MP PP c8 4142 2138 mt 4202 2123 L 4202 2123 mt 4156 2100 L 1 sg 61 -10 -47 -28 4187 2623 3 MP PP c9 4187 2623 mt 4140 2595 L 4140 2595 mt 4201 2585 L 1 sg -47 -28 61 -10 4140 2595 3 MP PP c9 4140 2595 mt 4201 2585 L 4201 2585 mt 4154 2557 L 1 sg 60 -87 -46 49 4185 2951 3 MP PP c10 4185 2951 mt 4139 3000 L c8 4139 3000 mt 4199 2913 L 1 sg -46 49 60 -87 4139 3000 3 MP PP c8 4139 3000 mt 4199 2913 L c10 4199 2913 mt 4153 2962 L 1 sg 60 -17 -46 -21 4184 2024 3 MP PP c8 4184 2024 mt 4138 2003 L 4138 2003 mt 4198 1986 L 1 sg -46 -21 60 -17 4138 2003 3 MP PP c8 4138 2003 mt 4198 1986 L 4198 1986 mt 4152 1965 L 1 sg 61 -8 -47 -29 4183 2481 3 MP PP c9 4183 2481 mt 4136 2452 L 4136 2452 mt 4197 2444 L 1 sg -47 -30 61 -8 4136 2452 3 MP PP c9 4136 2452 mt 4197 2444 L 4197 2444 mt 4150 2414 L 1 sg 60 -53 -46 15 4181 2887 3 MP PP c8 4181 2887 mt 4135 2902 L c9 4135 2902 mt 4195 2849 L 1 sg -46 15 60 -53 4135 2902 3 MP PP c9 4135 2902 mt 4195 2849 L c8 4195 2849 mt 4149 2864 L 1 sg 61 -17 -47 -21 4180 1889 3 MP PP c8 4180 1889 mt 4133 1868 L 4133 1868 mt 4194 1851 L 1 sg -46 -21 61 -17 4133 1868 3 MP PP c8 4133 1868 mt 4194 1851 L 4194 1851 mt 4148 1830 L 1 sg -47 11 61 -49 4133 3155 3 MP PP c11 4133 3155 mt 4194 3106 L c12 4194 3106 mt 4147 3117 L 1 sg 61 -11 -46 -27 4178 2339 3 MP PP c9 4178 2339 mt 4132 2312 L c8 4132 2312 mt 4193 2301 L 1 sg -47 -27 61 -11 4132 2312 3 MP PP c8 4132 2312 mt 4193 2301 L c9 4193 2301 mt 4146 2274 L 1 sg 61 -24 -47 -14 4177 2788 3 MP PP c9 4177 2788 mt 4130 2774 L 4130 2774 mt 4191 2750 L 1 sg -46 -14 61 -24 4130 2774 3 MP PP c9 4130 2774 mt 4191 2750 L 4191 2750 mt 4145 2736 L 1 sg 61 -99 -46 61 4175 3041 3 MP PP c11 4175 3041 mt 4129 3102 L c10 4129 3102 mt 4190 3003 L 1 sg -47 61 61 -99 4129 3102 3 MP PP c10 4129 3102 mt 4190 3003 L c11 4190 3003 mt 4143 3064 L 1 sg 60 -14 -46 -24 4174 2199 3 MP PP c8 4174 2199 mt 4128 2175 L 4128 2175 mt 4188 2161 L 1 sg -46 -23 60 -14 4128 2175 3 MP PP c8 4128 2175 mt 4188 2161 L 4188 2161 mt 4142 2138 L 1 sg 61 -10 -47 -28 4173 2661 3 MP PP c9 4173 2661 mt 4126 2633 L 4126 2633 mt 4187 2623 L 1 sg -47 -28 61 -10 4126 2633 3 MP PP c9 4126 2633 mt 4187 2623 L 4187 2623 mt 4140 2595 L 1 sg 60 -87 -46 49 4171 2989 3 MP PP c10 4171 2989 mt 4125 3038 L c8 4125 3038 mt 4185 2951 L 1 sg -46 49 60 -87 4125 3038 3 MP PP c8 4125 3038 mt 4185 2951 L c10 4185 2951 mt 4139 3000 L 1 sg 60 -16 -46 -22 4170 2062 3 MP PP c8 4170 2062 mt 4124 2040 L 4124 2040 mt 4184 2024 L 1 sg -46 -21 60 -16 4124 2040 3 MP PP c8 4124 2040 mt 4184 2024 L 4184 2024 mt 4138 2003 L 1 sg 61 -9 -47 -29 4169 2519 3 MP PP c9 4169 2519 mt 4122 2490 L 4122 2490 mt 4183 2481 L 1 sg -47 -29 61 -9 4122 2490 3 MP PP c9 4122 2490 mt 4183 2481 L 4183 2481 mt 4136 2452 L 1 sg 60 -52 -46 14 4167 2925 3 MP PP c8 4167 2925 mt 4121 2939 L c9 4121 2939 mt 4181 2887 L 1 sg -46 15 60 -52 4121 2939 3 MP PP c9 4121 2939 mt 4181 2887 L c8 4181 2887 mt 4135 2902 L 1 sg 61 -17 -47 -21 4166 1927 3 MP PP c8 4166 1927 mt 4119 1906 L 4119 1906 mt 4180 1889 L 1 sg -47 -21 61 -17 4119 1906 3 MP PP c8 4119 1906 mt 4180 1889 L 4180 1889 mt 4133 1868 L 1 sg 60 -11 -46 -26 4164 2376 3 MP PP c9 4164 2376 mt 4118 2350 L c8 4118 2350 mt 4178 2339 L 1 sg -46 -27 60 -11 4118 2350 3 MP PP c8 4118 2350 mt 4178 2339 L c9 4178 2339 mt 4132 2312 L 1 sg 61 -24 -47 -14 4163 2826 3 MP PP c9 4163 2826 mt 4116 2812 L 4116 2812 mt 4177 2788 L 1 sg -47 -14 61 -24 4116 2812 3 MP PP c9 4116 2812 mt 4177 2788 L 4177 2788 mt 4130 2774 L 1 sg 60 -99 -46 61 4161 3079 3 MP PP c11 4161 3079 mt 4115 3140 L c10 4115 3140 mt 4175 3041 L 1 sg -46 61 60 -99 4115 3140 3 MP PP c10 4115 3140 mt 4175 3041 L c11 4175 3041 mt 4129 3102 L 1 sg 60 -14 -46 -23 4160 2236 3 MP PP c8 4160 2236 mt 4114 2213 L 4114 2213 mt 4174 2199 L 1 sg -46 -24 60 -14 4114 2213 3 MP PP c8 4114 2213 mt 4174 2199 L 4174 2199 mt 4128 2175 L 1 sg 61 -10 -47 -27 4159 2698 3 MP PP c9 4159 2698 mt 4112 2671 L 4112 2671 mt 4173 2661 L 1 sg -47 -28 61 -10 4112 2671 3 MP PP c9 4112 2671 mt 4173 2661 L 4173 2661 mt 4126 2633 L 1 sg 60 -87 -46 50 4157 3026 3 MP PP c10 4157 3026 mt 4111 3076 L c8 4111 3076 mt 4171 2989 L 1 sg -46 49 60 -87 4111 3076 3 MP PP c8 4111 3076 mt 4171 2989 L c10 4171 2989 mt 4125 3038 L 1 sg 61 -16 -47 -22 4156 2100 3 MP PP c8 4156 2100 mt 4109 2078 L 4109 2078 mt 4170 2062 L 1 sg -46 -22 61 -16 4109 2078 3 MP PP c8 4109 2078 mt 4170 2062 L 4170 2062 mt 4124 2040 L 1 sg 61 -9 -46 -29 4154 2557 3 MP PP c9 4154 2557 mt 4108 2528 L 4108 2528 mt 4169 2519 L 1 sg -47 -29 61 -9 4108 2528 3 MP PP c9 4108 2528 mt 4169 2519 L 4169 2519 mt 4122 2490 L 1 sg 61 -52 -47 15 4153 2962 3 MP PP c8 4153 2962 mt 4106 2977 L c9 4106 2977 mt 4167 2925 L 1 sg -46 14 61 -52 4106 2977 3 MP PP c9 4106 2977 mt 4167 2925 L c8 4167 2925 mt 4121 2939 L 1 sg 61 -17 -47 -21 4152 1965 3 MP PP c8 4152 1965 mt 4105 1944 L 4105 1944 mt 4166 1927 L 1 sg -47 -21 61 -17 4105 1944 3 MP PP c8 4105 1944 mt 4166 1927 L 4166 1927 mt 4119 1906 L 1 sg 60 -12 -46 -26 4150 2414 3 MP PP c9 4150 2414 mt 4104 2388 L c8 4104 2388 mt 4164 2376 L 1 sg -46 -26 60 -12 4104 2388 3 MP PP c8 4104 2388 mt 4164 2376 L c9 4164 2376 mt 4118 2350 L 1 sg 61 -24 -47 -14 4149 2864 3 MP PP c9 4149 2864 mt 4102 2850 L 4102 2850 mt 4163 2826 L 1 sg -47 -14 61 -24 4102 2850 3 MP PP c9 4102 2850 mt 4163 2826 L 4163 2826 mt 4116 2812 L 1 sg 61 -16 -47 -21 4148 1830 3 MP PP c8 4148 1830 mt 4101 1809 L 4101 1809 mt 4162 1793 L 1 sg -47 -22 61 -16 4101 1809 3 MP PP c8 4101 1809 mt 4162 1793 L 4162 1793 mt 4115 1771 L 1 sg 60 -99 -46 61 4147 3117 3 MP PP c11 4147 3117 mt 4101 3178 L c10 4101 3178 mt 4161 3079 L 1 sg -46 61 60 -99 4101 3178 3 MP PP c10 4101 3178 mt 4161 3079 L c11 4161 3079 mt 4115 3140 L 1 sg 61 -15 -47 -23 4146 2274 3 MP PP c8 4146 2274 mt 4099 2251 L 4099 2251 mt 4160 2236 L 1 sg -46 -23 61 -15 4099 2251 3 MP PP c8 4099 2251 mt 4160 2236 L 4160 2236 mt 4114 2213 L 1 sg 61 -10 -47 -28 4145 2736 3 MP PP c9 4145 2736 mt 4098 2708 L 4098 2708 mt 4159 2698 L 1 sg -47 -27 61 -10 4098 2708 3 MP PP c9 4098 2708 mt 4159 2698 L 4159 2698 mt 4112 2671 L 1 sg 61 -88 -47 50 4143 3064 3 MP PP c10 4143 3064 mt 4096 3114 L c8 4096 3114 mt 4157 3026 L 1 sg -46 50 61 -88 4096 3114 3 MP PP c8 4096 3114 mt 4157 3026 L c10 4157 3026 mt 4111 3076 L 1 sg 61 -16 -47 -22 4142 2138 3 MP PP c8 4142 2138 mt 4095 2116 L 4095 2116 mt 4156 2100 L 1 sg -47 -22 61 -16 4095 2116 3 MP PP c8 4095 2116 mt 4156 2100 L 4156 2100 mt 4109 2078 L 1 sg 60 -8 -46 -30 4140 2595 3 MP PP c9 4140 2595 mt 4094 2565 L 4094 2565 mt 4154 2557 L 1 sg -46 -29 60 -8 4094 2565 3 MP PP c9 4094 2565 mt 4154 2557 L 4154 2557 mt 4108 2528 L 1 sg 61 -53 -47 15 4139 3000 3 MP PP c8 4139 3000 mt 4092 3015 L c9 4092 3015 mt 4153 2962 L 1 sg -47 15 61 -53 4092 3015 3 MP PP c9 4092 3015 mt 4153 2962 L c8 4153 2962 mt 4106 2977 L 1 sg 61 -17 -47 -21 4138 2003 3 MP PP c8 4138 2003 mt 4091 1982 L 4091 1982 mt 4152 1965 L 1 sg -47 -21 61 -17 4091 1982 3 MP PP c8 4091 1982 mt 4152 1965 L 4152 1965 mt 4105 1944 L 1 sg 60 -12 -46 -26 4136 2452 3 MP PP c9 4136 2452 mt 4090 2426 L c8 4090 2426 mt 4150 2414 L 1 sg -46 -26 60 -12 4090 2426 3 MP PP c8 4090 2426 mt 4150 2414 L c9 4150 2414 mt 4104 2388 L 1 sg 61 -23 -47 -15 4135 2902 3 MP PP c9 4135 2902 mt 4088 2887 L 4088 2887 mt 4149 2864 L 1 sg -47 -14 61 -23 4088 2887 3 MP PP c9 4088 2887 mt 4149 2864 L 4149 2864 mt 4102 2850 L 1 sg 61 -17 -46 -21 4133 1868 3 MP PP c8 4133 1868 mt 4087 1847 L 4087 1847 mt 4148 1830 L 1 sg -47 -21 61 -17 4087 1847 3 MP PP c8 4087 1847 mt 4148 1830 L 4148 1830 mt 4101 1809 L 1 sg 60 -99 -46 61 4133 3155 3 MP PP c11 4133 3155 mt 4087 3216 L c10 4087 3216 mt 4147 3117 L 1 sg -46 61 60 -99 4087 3216 3 MP PP c10 4087 3216 mt 4147 3117 L c11 4147 3117 mt 4101 3178 L 1 sg 61 -15 -47 -23 4132 2312 3 MP PP c8 4132 2312 mt 4085 2289 L 4085 2289 mt 4146 2274 L 1 sg -47 -23 61 -15 4085 2289 3 MP PP c8 4085 2289 mt 4146 2274 L 4146 2274 mt 4099 2251 L 1 sg 61 -10 -46 -28 4130 2774 3 MP PP c9 4130 2774 mt 4084 2746 L 4084 2746 mt 4145 2736 L 1 sg -47 -28 61 -10 4084 2746 3 MP PP c9 4084 2746 mt 4145 2736 L 4145 2736 mt 4098 2708 L 1 sg 61 -88 -47 50 4129 3102 3 MP PP c10 4129 3102 mt 4082 3152 L c8 4082 3152 mt 4143 3064 L 1 sg -47 50 61 -88 4082 3152 3 MP PP c8 4082 3152 mt 4143 3064 L c10 4143 3064 mt 4096 3114 L 1 sg 61 -16 -47 -21 4128 2175 3 MP PP c8 4128 2175 mt 4081 2154 L 4081 2154 mt 4142 2138 L 1 sg -47 -22 61 -16 4081 2154 3 MP PP c8 4081 2154 mt 4142 2138 L 4142 2138 mt 4095 2116 L 1 sg 60 -8 -46 -30 4126 2633 3 MP PP c9 4126 2633 mt 4080 2603 L 4080 2603 mt 4140 2595 L 1 sg -46 -30 60 -8 4080 2603 3 MP PP c9 4080 2603 mt 4140 2595 L 4140 2595 mt 4094 2565 L 1 sg 61 -53 -47 15 4125 3038 3 MP PP c8 4125 3038 mt 4078 3053 L c9 4078 3053 mt 4139 3000 L 1 sg -47 15 61 -53 4078 3053 3 MP PP c9 4078 3053 mt 4139 3000 L c8 4139 3000 mt 4092 3015 L 1 sg 61 -16 -47 -21 4124 2040 3 MP PP c8 4124 2040 mt 4077 2019 L 4077 2019 mt 4138 2003 L 1 sg -47 -21 61 -16 4077 2019 3 MP PP c8 4077 2019 mt 4138 2003 L 4138 2003 mt 4091 1982 L 1 sg 61 -11 -47 -27 4122 2490 3 MP PP c9 4122 2490 mt 4075 2463 L c8 4075 2463 mt 4136 2452 L 1 sg -46 -26 61 -11 4075 2463 3 MP PP c8 4075 2463 mt 4136 2452 L c9 4136 2452 mt 4090 2426 L 1 sg 61 -23 -47 -14 4121 2939 3 MP PP c9 4121 2939 mt 4074 2925 L 4074 2925 mt 4135 2902 L 1 sg -47 -15 61 -23 4074 2925 3 MP PP c9 4074 2925 mt 4135 2902 L 4135 2902 mt 4088 2887 L 1 sg 60 -17 -46 -21 4119 1906 3 MP PP c8 4119 1906 mt 4073 1885 L 4073 1885 mt 4133 1868 L 1 sg -46 -21 60 -17 4073 1885 3 MP PP c8 4073 1885 mt 4133 1868 L 4133 1868 mt 4087 1847 L 1 sg -46 61 61 -98 4072 3253 3 MP PP c10 4072 3253 mt 4133 3155 L c11 4133 3155 mt 4087 3216 L 1 sg 61 -15 -47 -23 4118 2350 3 MP PP c8 4118 2350 mt 4071 2327 L 4071 2327 mt 4132 2312 L 1 sg -47 -23 61 -15 4071 2327 3 MP PP c8 4071 2327 mt 4132 2312 L 4132 2312 mt 4085 2289 L 1 sg 60 -10 -46 -28 4116 2812 3 MP PP c9 4116 2812 mt 4070 2784 L 4070 2784 mt 4130 2774 L 1 sg -46 -28 60 -10 4070 2784 3 MP PP c9 4070 2784 mt 4130 2774 L 4130 2774 mt 4084 2746 L 1 sg 61 -87 -47 49 4115 3140 3 MP PP c10 4115 3140 mt 4068 3189 L c8 4068 3189 mt 4129 3102 L 1 sg -47 50 61 -87 4068 3189 3 MP PP c8 4068 3189 mt 4129 3102 L c10 4129 3102 mt 4082 3152 L 1 sg 61 -17 -47 -21 4114 2213 3 MP PP c8 4114 2213 mt 4067 2192 L 4067 2192 mt 4128 2175 L 1 sg -47 -21 61 -17 4067 2192 3 MP PP c8 4067 2192 mt 4128 2175 L 4128 2175 mt 4081 2154 L 1 sg 60 -8 -46 -30 4112 2671 3 MP PP c9 4112 2671 mt 4066 2641 L 4066 2641 mt 4126 2633 L 1 sg -46 -30 60 -8 4066 2641 3 MP PP c9 4066 2641 mt 4126 2633 L 4126 2633 mt 4080 2603 L 1 sg 61 -53 -47 15 4111 3076 3 MP PP c8 4111 3076 mt 4064 3091 L c9 4064 3091 mt 4125 3038 L 1 sg -47 15 61 -53 4064 3091 3 MP PP c9 4064 3091 mt 4125 3038 L c8 4125 3038 mt 4078 3053 L 1 sg 61 -17 -46 -21 4109 2078 3 MP PP c8 4109 2078 mt 4063 2057 L 4063 2057 mt 4124 2040 L 1 sg -47 -21 61 -17 4063 2057 3 MP PP c8 4063 2057 mt 4124 2040 L 4124 2040 mt 4077 2019 L 1 sg 61 -11 -47 -27 4108 2528 3 MP PP c9 4108 2528 mt 4061 2501 L c8 4061 2501 mt 4122 2490 L 1 sg -47 -27 61 -11 4061 2501 3 MP PP c8 4061 2501 mt 4122 2490 L c9 4122 2490 mt 4075 2463 L 1 sg 61 -24 -46 -14 4106 2977 3 MP PP c9 4106 2977 mt 4060 2963 L 4060 2963 mt 4121 2939 L 1 sg -47 -14 61 -24 4060 2963 3 MP PP c9 4060 2963 mt 4121 2939 L 4121 2939 mt 4074 2925 L 1 sg 60 -17 -46 -21 4105 1944 3 MP PP c8 4105 1944 mt 4059 1923 L 4059 1923 mt 4119 1906 L 1 sg -46 -21 60 -17 4059 1923 3 MP PP c8 4059 1923 mt 4119 1906 L 4119 1906 mt 4073 1885 L 1 sg 61 -14 -47 -24 4104 2388 3 MP PP c8 4104 2388 mt 4057 2364 L 4057 2364 mt 4118 2350 L 1 sg -47 -23 61 -14 4057 2364 3 MP PP c8 4057 2364 mt 4118 2350 L 4118 2350 mt 4071 2327 L 1 sg 60 -10 -46 -28 4102 2850 3 MP PP c9 4102 2850 mt 4056 2822 L 4056 2822 mt 4116 2812 L 1 sg -46 -28 60 -10 4056 2822 3 MP PP c9 4056 2822 mt 4116 2812 L 4116 2812 mt 4070 2784 L 1 sg 61 -17 -47 -21 4101 1809 3 MP PP c8 4101 1809 mt 4054 1788 L 4054 1788 mt 4115 1771 L 1 sg -46 -21 61 -17 4054 1788 3 MP PP c8 4054 1788 mt 4115 1771 L 4115 1771 mt 4069 1750 L 1 sg 61 -87 -47 49 4101 3178 3 MP PP c10 4101 3178 mt 4054 3227 L c8 4054 3227 mt 4115 3140 L 1 sg -47 49 61 -87 4054 3227 3 MP PP c8 4054 3227 mt 4115 3140 L c10 4115 3140 mt 4068 3189 L 1 sg 61 -16 -46 -22 4099 2251 3 MP PP c8 4099 2251 mt 4053 2229 L 4053 2229 mt 4114 2213 L 1 sg -47 -21 61 -16 4053 2229 3 MP PP c8 4053 2229 mt 4114 2213 L 4114 2213 mt 4067 2192 L 1 sg 61 -8 -47 -29 4098 2708 3 MP PP c9 4098 2708 mt 4051 2679 L 4051 2679 mt 4112 2671 L 1 sg -46 -30 61 -8 4051 2679 3 MP PP c9 4051 2679 mt 4112 2671 L 4112 2671 mt 4066 2641 L 1 sg 61 -53 -46 15 4096 3114 3 MP PP c8 4096 3114 mt 4050 3129 L c9 4050 3129 mt 4111 3076 L 1 sg -47 15 61 -53 4050 3129 3 MP PP c9 4050 3129 mt 4111 3076 L c8 4111 3076 mt 4064 3091 L 1 sg 60 -17 -46 -21 4095 2116 3 MP PP c8 4095 2116 mt 4049 2095 L 4049 2095 mt 4109 2078 L 1 sg -46 -21 60 -17 4049 2095 3 MP PP c8 4049 2095 mt 4109 2078 L 4109 2078 mt 4063 2057 L 1 sg 61 -11 -47 -26 4094 2565 3 MP PP c9 4094 2565 mt 4047 2539 L c8 4047 2539 mt 4108 2528 L 1 sg -47 -27 61 -11 4047 2539 3 MP PP c8 4047 2539 mt 4108 2528 L c9 4108 2528 mt 4061 2501 L 1 sg 60 -24 -46 -14 4092 3015 3 MP PP c9 4092 3015 mt 4046 3001 L 4046 3001 mt 4106 2977 L 1 sg -46 -14 60 -24 4046 3001 3 MP PP c9 4046 3001 mt 4106 2977 L 4106 2977 mt 4060 2963 L 1 sg 60 -16 -46 -22 4091 1982 3 MP PP c8 4091 1982 mt 4045 1960 L 4045 1960 mt 4105 1944 L 1 sg -46 -21 60 -16 4045 1960 3 MP PP c8 4045 1960 mt 4105 1944 L 4105 1944 mt 4059 1923 L 1 sg 61 -14 -47 -24 4090 2426 3 MP PP c8 4090 2426 mt 4043 2402 L 4043 2402 mt 4104 2388 L 1 sg -47 -24 61 -14 4043 2402 3 MP PP c8 4043 2402 mt 4104 2388 L 4104 2388 mt 4057 2364 L 1 sg 60 -10 -46 -27 4088 2887 3 MP PP c9 4088 2887 mt 4042 2860 L 4042 2860 mt 4102 2850 L 1 sg -46 -28 60 -10 4042 2860 3 MP PP c9 4042 2860 mt 4102 2850 L 4102 2850 mt 4056 2822 L 1 sg 61 -17 -47 -21 4087 1847 3 MP PP c8 4087 1847 mt 4040 1826 L 4040 1826 mt 4101 1809 L 1 sg -47 -21 61 -17 4040 1826 3 MP PP c8 4040 1826 mt 4101 1809 L 4101 1809 mt 4054 1788 L 1 sg 61 -87 -47 49 4087 3216 3 MP PP c10 4087 3216 mt 4040 3265 L c8 4040 3265 mt 4101 3178 L 1 sg -47 49 61 -87 4040 3265 3 MP PP c8 4040 3265 mt 4101 3178 L c10 4101 3178 mt 4054 3227 L 1 sg 60 -16 -46 -22 4085 2289 3 MP PP c8 4085 2289 mt 4039 2267 L 4039 2267 mt 4099 2251 L 1 sg -46 -22 60 -16 4039 2267 3 MP PP c8 4039 2267 mt 4099 2251 L 4099 2251 mt 4053 2229 L 1 sg 61 -9 -47 -29 4084 2746 3 MP PP c9 4084 2746 mt 4037 2717 L 4037 2717 mt 4098 2708 L 1 sg -47 -29 61 -9 4037 2717 3 MP PP c9 4037 2717 mt 4098 2708 L 4098 2708 mt 4051 2679 L 1 sg 60 -52 -46 14 4082 3152 3 MP PP c8 4082 3152 mt 4036 3166 L c9 4036 3166 mt 4096 3114 L 1 sg -46 15 60 -52 4036 3166 3 MP PP c9 4036 3166 mt 4096 3114 L c8 4096 3114 mt 4050 3129 L 1 sg 60 -17 -46 -21 4081 2154 3 MP PP c8 4081 2154 mt 4035 2133 L 4035 2133 mt 4095 2116 L 1 sg -46 -21 60 -17 4035 2133 3 MP PP c8 4035 2133 mt 4095 2116 L 4095 2116 mt 4049 2095 L 1 sg 61 -12 -47 -26 4080 2603 3 MP PP c9 4080 2603 mt 4033 2577 L c8 4033 2577 mt 4094 2565 L 1 sg -47 -26 61 -12 4033 2577 3 MP PP c8 4033 2577 mt 4094 2565 L c9 4094 2565 mt 4047 2539 L 1 sg 60 -24 -46 -14 4078 3053 3 MP PP c9 4078 3053 mt 4032 3039 L 4032 3039 mt 4092 3015 L 1 sg -46 -14 60 -24 4032 3039 3 MP PP c9 4032 3039 mt 4092 3015 L 4092 3015 mt 4046 3001 L 1 sg 61 -16 -47 -21 4077 2019 3 MP PP c8 4077 2019 mt 4030 1998 L 4030 1998 mt 4091 1982 L 1 sg -46 -22 61 -16 4030 1998 3 MP PP c8 4030 1998 mt 4091 1982 L 4091 1982 mt 4045 1960 L 1 sg 61 -14 -46 -23 4075 2463 3 MP PP c8 4075 2463 mt 4029 2440 L 4029 2440 mt 4090 2426 L 1 sg -47 -24 61 -14 4029 2440 3 MP PP c8 4029 2440 mt 4090 2426 L 4090 2426 mt 4043 2402 L 1 sg 61 -10 -47 -28 4074 2925 3 MP PP c9 4074 2925 mt 4027 2897 L 4027 2897 mt 4088 2887 L 1 sg -46 -27 61 -10 4027 2897 3 MP PP c9 4027 2897 mt 4088 2887 L 4088 2887 mt 4042 2860 L 1 sg 61 -17 -47 -21 4073 1885 3 MP PP c8 4073 1885 mt 4026 1864 L 4026 1864 mt 4087 1847 L 1 sg -47 -21 61 -17 4026 1864 3 MP PP c8 4026 1864 mt 4087 1847 L 4087 1847 mt 4040 1826 L 1 sg 61 -87 -46 50 4072 3253 3 MP PP c10 4072 3253 mt 4026 3303 L c8 4026 3303 mt 4087 3216 L 1 sg -47 49 61 -87 4026 3303 3 MP PP c8 4026 3303 mt 4087 3216 L c10 4087 3216 mt 4040 3265 L 1 sg 60 -16 -46 -22 4071 2327 3 MP PP c8 4071 2327 mt 4025 2305 L 4025 2305 mt 4085 2289 L 1 sg -46 -22 60 -16 4025 2305 3 MP PP c8 4025 2305 mt 4085 2289 L 4085 2289 mt 4039 2267 L 1 sg 61 -8 -47 -30 4070 2784 3 MP PP c9 4070 2784 mt 4023 2754 L 4023 2754 mt 4084 2746 L 1 sg -47 -29 61 -8 4023 2754 3 MP PP c9 4023 2754 mt 4084 2746 L 4084 2746 mt 4037 2717 L 1 sg 60 -52 -46 15 4068 3189 3 MP PP c8 4068 3189 mt 4022 3204 L c9 4022 3204 mt 4082 3152 L 1 sg -46 14 60 -52 4022 3204 3 MP PP c9 4022 3204 mt 4082 3152 L c8 4082 3152 mt 4036 3166 L 1 sg 60 -17 -46 -21 4067 2192 3 MP PP c8 4067 2192 mt 4021 2171 L 4021 2171 mt 4081 2154 L 1 sg -46 -21 60 -17 4021 2171 3 MP PP c8 4021 2171 mt 4081 2154 L 4081 2154 mt 4035 2133 L 1 sg 61 -12 -47 -26 4066 2641 3 MP PP c9 4066 2641 mt 4019 2615 L c8 4019 2615 mt 4080 2603 L 1 sg -47 -26 61 -12 4019 2615 3 MP PP c8 4019 2615 mt 4080 2603 L c9 4080 2603 mt 4033 2577 L 1 sg 60 -23 -46 -15 4064 3091 3 MP PP c9 4064 3091 mt 4018 3076 L 4018 3076 mt 4078 3053 L 1 sg -46 -14 60 -23 4018 3076 3 MP PP c9 4018 3076 mt 4078 3053 L 4078 3053 mt 4032 3039 L 1 sg 61 -17 -47 -21 4063 2057 3 MP PP c8 4063 2057 mt 4016 2036 L 4016 2036 mt 4077 2019 L 1 sg -47 -21 61 -17 4016 2036 3 MP PP c8 4016 2036 mt 4077 2019 L 4077 2019 mt 4030 1998 L 1 sg 60 -15 -46 -23 4061 2501 3 MP PP c8 4061 2501 mt 4015 2478 L 4015 2478 mt 4075 2463 L 1 sg -46 -23 60 -15 4015 2478 3 MP PP c8 4015 2478 mt 4075 2463 L 4075 2463 mt 4029 2440 L 1 sg 61 -10 -47 -28 4060 2963 3 MP PP c9 4060 2963 mt 4013 2935 L 4013 2935 mt 4074 2925 L 1 sg -47 -28 61 -10 4013 2935 3 MP PP c9 4013 2935 mt 4074 2925 L 4074 2925 mt 4027 2897 L 1 sg 61 -16 -47 -22 4059 1923 3 MP PP c8 4059 1923 mt 4012 1901 L 4012 1901 mt 4073 1885 L 1 sg -47 -21 61 -16 4012 1901 3 MP PP c8 4012 1901 mt 4073 1885 L 4073 1885 mt 4026 1864 L 1 sg -46 50 60 -88 4012 3341 3 MP PP c8 4012 3341 mt 4072 3253 L c10 4072 3253 mt 4026 3303 L 1 sg 60 -16 -46 -21 4057 2364 3 MP PP c8 4057 2364 mt 4011 2343 L 4011 2343 mt 4071 2327 L 1 sg -46 -22 60 -16 4011 2343 3 MP PP c8 4011 2343 mt 4071 2327 L 4071 2327 mt 4025 2305 L 1 sg 61 -8 -47 -30 4056 2822 3 MP PP c9 4056 2822 mt 4009 2792 L 4009 2792 mt 4070 2784 L 1 sg -47 -30 61 -8 4009 2792 3 MP PP c9 4009 2792 mt 4070 2784 L 4070 2784 mt 4023 2754 L 1 sg 61 -17 -46 -21 4054 1788 3 MP PP c8 4054 1788 mt 4008 1767 L 4008 1767 mt 4069 1750 L 1 sg -47 -21 61 -17 4008 1767 3 MP PP c8 4008 1767 mt 4069 1750 L 4069 1750 mt 4022 1729 L 1 sg 60 -53 -46 15 4054 3227 3 MP PP c8 4054 3227 mt 4008 3242 L c9 4008 3242 mt 4068 3189 L 1 sg -46 15 60 -53 4008 3242 3 MP PP c9 4008 3242 mt 4068 3189 L c8 4068 3189 mt 4022 3204 L 1 sg 61 -16 -47 -21 4053 2229 3 MP PP c8 4053 2229 mt 4006 2208 L 4006 2208 mt 4067 2192 L 1 sg -46 -21 61 -16 4006 2208 3 MP PP c8 4006 2208 mt 4067 2192 L 4067 2192 mt 4021 2171 L 1 sg 61 -11 -46 -27 4051 2679 3 MP PP c9 4051 2679 mt 4005 2652 L c8 4005 2652 mt 4066 2641 L 1 sg -47 -26 61 -11 4005 2652 3 MP PP c8 4005 2652 mt 4066 2641 L c9 4066 2641 mt 4019 2615 L 1 sg 61 -23 -47 -15 4050 3129 3 MP PP c9 4050 3129 mt 4003 3114 L 4003 3114 mt 4064 3091 L 1 sg -46 -15 61 -23 4003 3114 3 MP PP c9 4003 3114 mt 4064 3091 L 4064 3091 mt 4018 3076 L 1 sg 61 -17 -47 -21 4049 2095 3 MP PP c8 4049 2095 mt 4002 2074 L 4002 2074 mt 4063 2057 L 1 sg -47 -21 61 -17 4002 2074 3 MP PP c8 4002 2074 mt 4063 2057 L 4063 2057 mt 4016 2036 L 1 sg 60 -15 -46 -23 4047 2539 3 MP PP c8 4047 2539 mt 4001 2516 L 4001 2516 mt 4061 2501 L 1 sg -46 -23 60 -15 4001 2516 3 MP PP c8 4001 2516 mt 4061 2501 L 4061 2501 mt 4015 2478 L 1 sg 61 -10 -47 -28 4046 3001 3 MP PP c9 4046 3001 mt 3999 2973 L 3999 2973 mt 4060 2963 L 1 sg -47 -28 61 -10 3999 2973 3 MP PP c9 3999 2973 mt 4060 2963 L 4060 2963 mt 4013 2935 L 1 sg 61 -16 -47 -21 4045 1960 3 MP PP c8 4045 1960 mt 3998 1939 L 3998 1939 mt 4059 1923 L 1 sg -47 -22 61 -16 3998 1939 3 MP PP c8 3998 1939 mt 4059 1923 L 4059 1923 mt 4012 1901 L 1 sg 60 -17 -46 -21 4043 2402 3 MP PP c8 4043 2402 mt 3997 2381 L 3997 2381 mt 4057 2364 L 1 sg -46 -21 60 -17 3997 2381 3 MP PP c8 3997 2381 mt 4057 2364 L 4057 2364 mt 4011 2343 L 1 sg 61 -8 -47 -30 4042 2860 3 MP PP c9 4042 2860 mt 3995 2830 L 3995 2830 mt 4056 2822 L 1 sg -47 -30 61 -8 3995 2830 3 MP PP c9 3995 2830 mt 4056 2822 L 4056 2822 mt 4009 2792 L 1 sg 60 -16 -46 -22 4040 1826 3 MP PP c8 4040 1826 mt 3994 1804 L 3994 1804 mt 4054 1788 L 1 sg -46 -21 60 -16 3994 1804 3 MP PP c8 3994 1804 mt 4054 1788 L 4054 1788 mt 4008 1767 L 1 sg 60 -53 -46 15 4040 3265 3 MP PP c8 4040 3265 mt 3994 3280 L c9 3994 3280 mt 4054 3227 L 1 sg -46 15 60 -53 3994 3280 3 MP PP c9 3994 3280 mt 4054 3227 L c8 4054 3227 mt 4008 3242 L 1 sg 61 -17 -47 -21 4039 2267 3 MP PP c8 4039 2267 mt 3992 2246 L 3992 2246 mt 4053 2229 L 1 sg -47 -21 61 -17 3992 2246 3 MP PP c8 3992 2246 mt 4053 2229 L 4053 2229 mt 4006 2208 L 1 sg 60 -11 -46 -27 4037 2717 3 MP PP c9 4037 2717 mt 3991 2690 L c8 3991 2690 mt 4051 2679 L 1 sg -46 -27 60 -11 3991 2690 3 MP PP c8 3991 2690 mt 4051 2679 L c9 4051 2679 mt 4005 2652 L 1 sg 61 -23 -47 -14 4036 3166 3 MP PP c9 4036 3166 mt 3989 3152 L 3989 3152 mt 4050 3129 L 1 sg -47 -15 61 -23 3989 3152 3 MP PP c9 3989 3152 mt 4050 3129 L 4050 3129 mt 4003 3114 L 1 sg 61 -17 -47 -21 4035 2133 3 MP PP c8 4035 2133 mt 3988 2112 L 3988 2112 mt 4049 2095 L 1 sg -47 -21 61 -17 3988 2112 3 MP PP c8 3988 2112 mt 4049 2095 L 4049 2095 mt 4002 2074 L 1 sg 60 -15 -46 -23 4033 2577 3 MP PP c8 4033 2577 mt 3987 2554 L 3987 2554 mt 4047 2539 L 1 sg -46 -23 60 -15 3987 2554 3 MP PP c8 3987 2554 mt 4047 2539 L 4047 2539 mt 4001 2516 L 1 sg 61 -10 -47 -28 4032 3039 3 MP PP c9 4032 3039 mt 3985 3011 L 3985 3011 mt 4046 3001 L 1 sg -47 -28 61 -10 3985 3011 3 MP PP c9 3985 3011 mt 4046 3001 L 4046 3001 mt 3999 2973 L 1 sg 61 -17 -46 -21 4030 1998 3 MP PP c8 4030 1998 mt 3984 1977 L 3984 1977 mt 4045 1960 L 1 sg -47 -21 61 -17 3984 1977 3 MP PP c8 3984 1977 mt 4045 1960 L 4045 1960 mt 3998 1939 L 1 sg 61 -17 -47 -21 4029 2440 3 MP PP c8 4029 2440 mt 3982 2419 L 3982 2419 mt 4043 2402 L 1 sg -46 -21 61 -17 3982 2419 3 MP PP c8 3982 2419 mt 4043 2402 L 4043 2402 mt 3997 2381 L 1 sg 61 -8 -46 -29 4027 2897 3 MP PP c9 4027 2897 mt 3981 2868 L 3981 2868 mt 4042 2860 L 1 sg -47 -30 61 -8 3981 2868 3 MP PP c9 3981 2868 mt 4042 2860 L 4042 2860 mt 3995 2830 L 1 sg 60 -16 -46 -22 4026 1864 3 MP PP c8 4026 1864 mt 3980 1842 L 3980 1842 mt 4040 1826 L 1 sg -46 -22 60 -16 3980 1842 3 MP PP c8 3980 1842 mt 4040 1826 L 4040 1826 mt 3994 1804 L 1 sg 61 -53 -47 15 4026 3303 3 MP PP c8 4026 3303 mt 3979 3318 L c9 3979 3318 mt 4040 3265 L 1 sg -46 15 61 -53 3979 3318 3 MP PP c9 3979 3318 mt 4040 3265 L c8 4040 3265 mt 3994 3280 L 1 sg 61 -17 -47 -21 4025 2305 3 MP PP c8 4025 2305 mt 3978 2284 L 3978 2284 mt 4039 2267 L 1 sg -47 -21 61 -17 3978 2284 3 MP PP c8 3978 2284 mt 4039 2267 L 4039 2267 mt 3992 2246 L 1 sg 60 -11 -46 -26 4023 2754 3 MP PP c9 4023 2754 mt 3977 2728 L c8 3977 2728 mt 4037 2717 L 1 sg -46 -27 60 -11 3977 2728 3 MP PP c8 3977 2728 mt 4037 2717 L c9 4037 2717 mt 3991 2690 L 1 sg 61 -24 -47 -14 4022 3204 3 MP PP c9 4022 3204 mt 3975 3190 L 3975 3190 mt 4036 3166 L 1 sg -47 -14 61 -24 3975 3190 3 MP PP c9 3975 3190 mt 4036 3166 L 4036 3166 mt 3989 3152 L 1 sg 61 -17 -47 -21 4021 2171 3 MP PP c8 4021 2171 mt 3974 2150 L 3974 2150 mt 4035 2133 L 1 sg -47 -21 61 -17 3974 2150 3 MP PP c8 3974 2150 mt 4035 2133 L 4035 2133 mt 3988 2112 L 1 sg 60 -14 -46 -24 4019 2615 3 MP PP c8 4019 2615 mt 3973 2591 L 3973 2591 mt 4033 2577 L 1 sg -46 -23 60 -14 3973 2591 3 MP PP c8 3973 2591 mt 4033 2577 L 4033 2577 mt 3987 2554 L 1 sg 61 -10 -47 -27 4018 3076 3 MP PP c9 4018 3076 mt 3971 3049 L 3971 3049 mt 4032 3039 L 1 sg -47 -28 61 -10 3971 3049 3 MP PP c9 3971 3049 mt 4032 3039 L 4032 3039 mt 3985 3011 L 1 sg 60 -17 -46 -21 4016 2036 3 MP PP c8 4016 2036 mt 3970 2015 L 3970 2015 mt 4030 1998 L 1 sg -46 -21 60 -17 3970 2015 3 MP PP c8 3970 2015 mt 4030 1998 L 4030 1998 mt 3984 1977 L 1 sg 61 -16 -47 -22 4015 2478 3 MP PP c8 4015 2478 mt 3968 2456 L 3968 2456 mt 4029 2440 L 1 sg -47 -21 61 -16 3968 2456 3 MP PP c8 3968 2456 mt 4029 2440 L 4029 2440 mt 3982 2419 L 1 sg 60 -9 -46 -29 4013 2935 3 MP PP c9 4013 2935 mt 3967 2906 L 3967 2906 mt 4027 2897 L 1 sg -46 -29 60 -9 3967 2906 3 MP PP c9 3967 2906 mt 4027 2897 L 4027 2897 mt 3981 2868 L 1 sg 60 -16 -46 -21 4012 1901 3 MP PP c8 4012 1901 mt 3966 1880 L 3966 1880 mt 4026 1864 L 1 sg -46 -22 60 -16 3966 1880 3 MP PP c8 3966 1880 mt 4026 1864 L 4026 1864 mt 3980 1842 L 1 sg 61 -52 -47 14 4012 3341 3 MP PP c8 4012 3341 mt 3965 3355 L c9 3965 3355 mt 4026 3303 L 1 sg -47 15 61 -52 3965 3355 3 MP PP c9 3965 3355 mt 4026 3303 L c8 4026 3303 mt 3979 3318 L 1 sg 61 -17 -47 -21 4011 2343 3 MP PP c8 4011 2343 mt 3964 2322 L 3964 2322 mt 4025 2305 L 1 sg -47 -21 61 -17 3964 2322 3 MP PP c8 3964 2322 mt 4025 2305 L 4025 2305 mt 3978 2284 L 1 sg 60 -12 -46 -26 4009 2792 3 MP PP c9 4009 2792 mt 3963 2766 L c8 3963 2766 mt 4023 2754 L 1 sg -46 -26 60 -12 3963 2766 3 MP PP c8 3963 2766 mt 4023 2754 L c9 4023 2754 mt 3977 2728 L 1 sg 61 -16 -47 -22 4008 1767 3 MP PP c8 4008 1767 mt 3961 1745 L 3961 1745 mt 4022 1729 L 1 sg -46 -22 61 -16 3961 1745 3 MP PP c8 3961 1745 mt 4022 1729 L 4022 1729 mt 3976 1707 L 1 sg 61 -24 -47 -14 4008 3242 3 MP PP c9 4008 3242 mt 3961 3228 L 3961 3228 mt 4022 3204 L 1 sg -47 -14 61 -24 3961 3228 3 MP PP c9 3961 3228 mt 4022 3204 L 4022 3204 mt 3975 3190 L 1 sg 61 -16 -46 -21 4006 2208 3 MP PP c8 4006 2208 mt 3960 2187 L 3960 2187 mt 4021 2171 L 1 sg -47 -21 61 -16 3960 2187 3 MP PP c8 3960 2187 mt 4021 2171 L 4021 2171 mt 3974 2150 L 1 sg 61 -14 -47 -23 4005 2652 3 MP PP c8 4005 2652 mt 3958 2629 L 3958 2629 mt 4019 2615 L 1 sg -46 -24 61 -14 3958 2629 3 MP PP c8 3958 2629 mt 4019 2615 L 4019 2615 mt 3973 2591 L 1 sg 61 -10 -46 -28 4003 3114 3 MP PP c9 4003 3114 mt 3957 3086 L 3957 3086 mt 4018 3076 L 1 sg -47 -27 61 -10 3957 3086 3 MP PP c9 3957 3086 mt 4018 3076 L 4018 3076 mt 3971 3049 L 1 sg 60 -17 -46 -21 4002 2074 3 MP PP c8 4002 2074 mt 3956 2053 L 3956 2053 mt 4016 2036 L 1 sg -46 -21 60 -17 3956 2053 3 MP PP c8 3956 2053 mt 4016 2036 L 4016 2036 mt 3970 2015 L 1 sg 61 -16 -47 -22 4001 2516 3 MP PP c8 4001 2516 mt 3954 2494 L 3954 2494 mt 4015 2478 L 1 sg -47 -22 61 -16 3954 2494 3 MP PP c8 3954 2494 mt 4015 2478 L 4015 2478 mt 3968 2456 L 1 sg 60 -9 -46 -29 3999 2973 3 MP PP c9 3999 2973 mt 3953 2944 L 3953 2944 mt 4013 2935 L 1 sg -46 -29 60 -9 3953 2944 3 MP PP c9 3953 2944 mt 4013 2935 L 4013 2935 mt 3967 2906 L 1 sg 60 -17 -46 -21 3998 1939 3 MP PP c8 3998 1939 mt 3952 1918 L 3952 1918 mt 4012 1901 L 1 sg -46 -21 60 -17 3952 1918 3 MP PP c8 3952 1918 mt 4012 1901 L 4012 1901 mt 3966 1880 L 1 sg -47 14 61 -52 3951 3393 3 MP PP c9 3951 3393 mt 4012 3341 L c8 4012 3341 mt 3965 3355 L 1 sg 61 -17 -47 -21 3997 2381 3 MP PP c8 3997 2381 mt 3950 2360 L 3950 2360 mt 4011 2343 L 1 sg -47 -21 61 -17 3950 2360 3 MP PP c8 3950 2360 mt 4011 2343 L 4011 2343 mt 3964 2322 L 1 sg 60 -12 -46 -26 3995 2830 3 MP PP c9 3995 2830 mt 3949 2804 L c8 3949 2804 mt 4009 2792 L 1 sg -46 -26 60 -12 3949 2804 3 MP PP c8 3949 2804 mt 4009 2792 L c9 4009 2792 mt 3963 2766 L 1 sg 61 -16 -47 -21 3994 1804 3 MP PP c8 3994 1804 mt 3947 1783 L 3947 1783 mt 4008 1767 L 1 sg -47 -22 61 -16 3947 1783 3 MP PP c8 3947 1783 mt 4008 1767 L 4008 1767 mt 3961 1745 L 1 sg 61 -24 -47 -14 3994 3280 3 MP PP c9 3994 3280 mt 3947 3266 L 3947 3266 mt 4008 3242 L 1 sg -47 -14 61 -24 3947 3266 3 MP PP c9 3947 3266 mt 4008 3242 L 4008 3242 mt 3961 3228 L 1 sg 60 -17 -46 -21 3992 2246 3 MP PP c8 3992 2246 mt 3946 2225 L 3946 2225 mt 4006 2208 L 1 sg -46 -21 60 -17 3946 2225 3 MP PP c8 3946 2225 mt 4006 2208 L 4006 2208 mt 3960 2187 L 1 sg 61 -15 -47 -23 3991 2690 3 MP PP c8 3991 2690 mt 3944 2667 L 3944 2667 mt 4005 2652 L 1 sg -47 -23 61 -15 3944 2667 3 MP PP c8 3944 2667 mt 4005 2652 L 4005 2652 mt 3958 2629 L 1 sg 60 -10 -46 -28 3989 3152 3 MP PP c9 3989 3152 mt 3943 3124 L 3943 3124 mt 4003 3114 L 1 sg -46 -28 60 -10 3943 3124 3 MP PP c9 3943 3124 mt 4003 3114 L 4003 3114 mt 3957 3086 L 1 sg 60 -16 -46 -22 3988 2112 3 MP PP c8 3988 2112 mt 3942 2090 L 3942 2090 mt 4002 2074 L 1 sg -46 -21 60 -16 3942 2090 3 MP PP c8 3942 2090 mt 4002 2074 L 4002 2074 mt 3956 2053 L 1 sg 61 -16 -47 -22 3987 2554 3 MP PP c8 3987 2554 mt 3940 2532 L 3940 2532 mt 4001 2516 L 1 sg -47 -22 61 -16 3940 2532 3 MP PP c8 3940 2532 mt 4001 2516 L 4001 2516 mt 3954 2494 L 1 sg 60 -8 -46 -30 3985 3011 3 MP PP c9 3985 3011 mt 3939 2981 L 3939 2981 mt 3999 2973 L 1 sg -46 -29 60 -8 3939 2981 3 MP PP c9 3939 2981 mt 3999 2973 L 3999 2973 mt 3953 2944 L 1 sg 61 -17 -47 -21 3984 1977 3 MP PP c8 3984 1977 mt 3937 1956 L 3937 1956 mt 3998 1939 L 1 sg -46 -21 61 -17 3937 1956 3 MP PP c8 3937 1956 mt 3998 1939 L 3998 1939 mt 3952 1918 L 1 sg 61 -16 -46 -22 3982 2419 3 MP PP c8 3982 2419 mt 3936 2397 L 3936 2397 mt 3997 2381 L 1 sg -47 -21 61 -16 3936 2397 3 MP PP c8 3936 2397 mt 3997 2381 L 3997 2381 mt 3950 2360 L 1 sg 61 -11 -47 -27 3981 2868 3 MP PP c9 3981 2868 mt 3934 2841 L c8 3934 2841 mt 3995 2830 L 1 sg -46 -26 61 -11 3934 2841 3 MP PP c8 3934 2841 mt 3995 2830 L c9 3995 2830 mt 3949 2804 L 1 sg 61 -17 -47 -21 3980 1842 3 MP PP c8 3980 1842 mt 3933 1821 L 3933 1821 mt 3994 1804 L 1 sg -47 -21 61 -17 3933 1821 3 MP PP c8 3933 1821 mt 3994 1804 L 3994 1804 mt 3947 1783 L 1 sg 61 -23 -46 -15 3979 3318 3 MP PP c9 3979 3318 mt 3933 3303 L 3933 3303 mt 3994 3280 L 1 sg -47 -14 61 -23 3933 3303 3 MP PP c9 3933 3303 mt 3994 3280 L 3994 3280 mt 3947 3266 L 1 sg 60 -17 -46 -21 3978 2284 3 MP PP c8 3978 2284 mt 3932 2263 L 3932 2263 mt 3992 2246 L 1 sg -46 -21 60 -17 3932 2263 3 MP PP c8 3932 2263 mt 3992 2246 L 3992 2246 mt 3946 2225 L 1 sg 61 -15 -47 -23 3977 2728 3 MP PP c8 3977 2728 mt 3930 2705 L 3930 2705 mt 3991 2690 L 1 sg -47 -23 61 -15 3930 2705 3 MP PP c8 3930 2705 mt 3991 2690 L 3991 2690 mt 3944 2667 L 1 sg 60 -10 -46 -28 3975 3190 3 MP PP c9 3975 3190 mt 3929 3162 L 3929 3162 mt 3989 3152 L 1 sg -46 -28 60 -10 3929 3162 3 MP PP c9 3929 3162 mt 3989 3152 L 3989 3152 mt 3943 3124 L 1 sg 60 -16 -46 -22 3974 2150 3 MP PP c8 3974 2150 mt 3928 2128 L 3928 2128 mt 3988 2112 L 1 sg -46 -22 60 -16 3928 2128 3 MP PP c8 3928 2128 mt 3988 2112 L 3988 2112 mt 3942 2090 L 1 sg 61 -16 -47 -21 3973 2591 3 MP PP c8 3973 2591 mt 3926 2570 L 3926 2570 mt 3987 2554 L 1 sg -47 -22 61 -16 3926 2570 3 MP PP c8 3926 2570 mt 3987 2554 L 3987 2554 mt 3940 2532 L 1 sg 60 -8 -46 -30 3971 3049 3 MP PP c9 3971 3049 mt 3925 3019 L 3925 3019 mt 3985 3011 L 1 sg -46 -30 60 -8 3925 3019 3 MP PP c9 3925 3019 mt 3985 3011 L 3985 3011 mt 3939 2981 L 1 sg 61 -16 -47 -22 3970 2015 3 MP PP c8 3970 2015 mt 3923 1993 L 3923 1993 mt 3984 1977 L 1 sg -47 -21 61 -16 3923 1993 3 MP PP c8 3923 1993 mt 3984 1977 L 3984 1977 mt 3937 1956 L 1 sg 60 -16 -46 -21 3968 2456 3 MP PP c8 3968 2456 mt 3922 2435 L 3922 2435 mt 3982 2419 L 1 sg -46 -22 60 -16 3922 2435 3 MP PP c8 3922 2435 mt 3982 2419 L 3982 2419 mt 3936 2397 L 1 sg 61 -11 -47 -27 3967 2906 3 MP PP c9 3967 2906 mt 3920 2879 L c8 3920 2879 mt 3981 2868 L 1 sg -47 -27 61 -11 3920 2879 3 MP PP c8 3920 2879 mt 3981 2868 L c9 3981 2868 mt 3934 2841 L 1 sg 61 -17 -47 -21 3966 1880 3 MP PP c8 3966 1880 mt 3919 1859 L 3919 1859 mt 3980 1842 L 1 sg -47 -21 61 -17 3919 1859 3 MP PP c8 3919 1859 mt 3980 1842 L 3980 1842 mt 3933 1821 L 1 sg 60 -23 -46 -14 3965 3355 3 MP PP c9 3965 3355 mt 3919 3341 L 3919 3341 mt 3979 3318 L 1 sg -46 -15 60 -23 3919 3341 3 MP PP c9 3919 3341 mt 3979 3318 L 3979 3318 mt 3933 3303 L 1 sg 60 -17 -46 -21 3964 2322 3 MP PP c8 3964 2322 mt 3918 2301 L 3918 2301 mt 3978 2284 L 1 sg -46 -21 60 -17 3918 2301 3 MP PP c8 3918 2301 mt 3978 2284 L 3978 2284 mt 3932 2263 L 1 sg 61 -15 -47 -23 3963 2766 3 MP PP c8 3963 2766 mt 3916 2743 L 3916 2743 mt 3977 2728 L 1 sg -47 -23 61 -15 3916 2743 3 MP PP c8 3916 2743 mt 3977 2728 L 3977 2728 mt 3930 2705 L 1 sg 61 -17 -46 -21 3961 1745 3 MP PP c8 3961 1745 mt 3915 1724 L 3915 1724 mt 3976 1707 L 1 sg 60 -10 -46 -28 3961 3228 3 MP PP c9 3961 3228 mt 3915 3200 L 3915 3200 mt 3975 3190 L 1 sg -46 -28 60 -10 3915 3200 3 MP PP c9 3915 3200 mt 3975 3190 L 3975 3190 mt 3929 3162 L 1 sg 61 -16 -47 -21 3960 2187 3 MP PP c8 3960 2187 mt 3913 2166 L 3913 2166 mt 3974 2150 L 1 sg -46 -22 61 -16 3913 2166 3 MP PP c8 3913 2166 mt 3974 2150 L 3974 2150 mt 3928 2128 L 1 sg 61 -17 -46 -21 3958 2629 3 MP PP c8 3958 2629 mt 3912 2608 L 3912 2608 mt 3973 2591 L 1 sg -47 -21 61 -17 3912 2608 3 MP PP c8 3912 2608 mt 3973 2591 L 3973 2591 mt 3926 2570 L 1 sg 61 -8 -47 -29 3957 3086 3 MP PP c9 3957 3086 mt 3910 3057 L 3910 3057 mt 3971 3049 L 1 sg -46 -30 61 -8 3910 3057 3 MP PP c9 3910 3057 mt 3971 3049 L 3971 3049 mt 3925 3019 L 1 sg 61 -16 -47 -22 3956 2053 3 MP PP c8 3956 2053 mt 3909 2031 L 3909 2031 mt 3970 2015 L 1 sg -47 -22 61 -16 3909 2031 3 MP PP c8 3909 2031 mt 3970 2015 L 3970 2015 mt 3923 1993 L 1 sg 60 -17 -46 -21 3954 2494 3 MP PP c8 3954 2494 mt 3908 2473 L 3908 2473 mt 3968 2456 L 1 sg -46 -21 60 -17 3908 2473 3 MP PP c8 3908 2473 mt 3968 2456 L 3968 2456 mt 3922 2435 L 1 sg 61 -11 -47 -27 3953 2944 3 MP PP c9 3953 2944 mt 3906 2917 L c8 3906 2917 mt 3967 2906 L 1 sg -47 -27 61 -11 3906 2917 3 MP PP c8 3906 2917 mt 3967 2906 L c9 3967 2906 mt 3920 2879 L 1 sg 61 -16 -47 -22 3952 1918 3 MP PP c8 3952 1918 mt 3905 1896 L 3905 1896 mt 3966 1880 L 1 sg -47 -21 61 -16 3905 1896 3 MP PP c8 3905 1896 mt 3966 1880 L 3966 1880 mt 3919 1859 L 1 sg 60 -24 -46 -14 3951 3393 3 MP PP c9 3951 3393 mt 3905 3379 L 3905 3379 mt 3965 3355 L 1 sg -46 -14 60 -24 3905 3379 3 MP PP c9 3905 3379 mt 3965 3355 L 3965 3355 mt 3919 3341 L 1 sg 60 -17 -46 -21 3950 2360 3 MP PP c8 3950 2360 mt 3904 2339 L 3904 2339 mt 3964 2322 L 1 sg -46 -21 60 -17 3904 2339 3 MP PP c8 3904 2339 mt 3964 2322 L 3964 2322 mt 3918 2301 L 1 sg 61 -14 -47 -24 3949 2804 3 MP PP c8 3949 2804 mt 3902 2780 L 3902 2780 mt 3963 2766 L 1 sg -47 -23 61 -14 3902 2780 3 MP PP c8 3902 2780 mt 3963 2766 L 3963 2766 mt 3916 2743 L 1 sg 60 -17 -46 -21 3947 1783 3 MP PP c8 3947 1783 mt 3901 1762 L 3901 1762 mt 3961 1745 L 1 sg -46 -21 60 -17 3901 1762 3 MP PP c8 3901 1762 mt 3961 1745 L 3961 1745 mt 3915 1724 L 1 sg 60 -10 -46 -28 3947 3266 3 MP PP c9 3947 3266 mt 3901 3238 L 3901 3238 mt 3961 3228 L 1 sg -46 -28 60 -10 3901 3238 3 MP PP c9 3901 3238 mt 3961 3228 L 3961 3228 mt 3915 3200 L 1 sg 61 -17 -47 -21 3946 2225 3 MP PP c8 3946 2225 mt 3899 2204 L 3899 2204 mt 3960 2187 L 1 sg -47 -21 61 -17 3899 2204 3 MP PP c8 3899 2204 mt 3960 2187 L 3960 2187 mt 3913 2166 L 1 sg 60 -16 -46 -22 3944 2667 3 MP PP c8 3944 2667 mt 3898 2645 L 3898 2645 mt 3958 2629 L 1 sg -46 -21 60 -16 3898 2645 3 MP PP c8 3898 2645 mt 3958 2629 L 3958 2629 mt 3912 2608 L 1 sg 61 -9 -47 -29 3943 3124 3 MP PP c9 3943 3124 mt 3896 3095 L 3896 3095 mt 3957 3086 L 1 sg -47 -29 61 -9 3896 3095 3 MP PP c9 3896 3095 mt 3957 3086 L 3957 3086 mt 3910 3057 L 1 sg 61 -16 -47 -21 3942 2090 3 MP PP c8 3942 2090 mt 3895 2069 L 3895 2069 mt 3956 2053 L 1 sg -47 -22 61 -16 3895 2069 3 MP PP c8 3895 2069 mt 3956 2053 L 3956 2053 mt 3909 2031 L 1 sg 60 -17 -46 -21 3940 2532 3 MP PP c8 3940 2532 mt 3894 2511 L 3894 2511 mt 3954 2494 L 1 sg -46 -21 60 -17 3894 2511 3 MP PP c8 3894 2511 mt 3954 2494 L 3954 2494 mt 3908 2473 L 1 sg 61 -11 -47 -26 3939 2981 3 MP PP c9 3939 2981 mt 3892 2955 L c8 3892 2955 mt 3953 2944 L 1 sg -47 -27 61 -11 3892 2955 3 MP PP c8 3892 2955 mt 3953 2944 L c9 3953 2944 mt 3906 2917 L 1 sg 61 -16 -46 -22 3937 1956 3 MP PP c8 3937 1956 mt 3891 1934 L 3891 1934 mt 3952 1918 L 1 sg -47 -22 61 -16 3891 1934 3 MP PP c8 3891 1934 mt 3952 1918 L 3952 1918 mt 3905 1896 L 1 sg -46 -14 60 -24 3891 3417 3 MP PP c9 3891 3417 mt 3951 3393 L 3951 3393 mt 3905 3379 L 1 sg 61 -16 -47 -21 3936 2397 3 MP PP c8 3936 2397 mt 3889 2376 L 3889 2376 mt 3950 2360 L 1 sg -46 -21 61 -16 3889 2376 3 MP PP c8 3889 2376 mt 3950 2360 L 3950 2360 mt 3904 2339 L 1 sg 61 -14 -46 -23 3934 2841 3 MP PP c8 3934 2841 mt 3888 2818 L 3888 2818 mt 3949 2804 L 1 sg -47 -24 61 -14 3888 2818 3 MP PP c8 3888 2818 mt 3949 2804 L 3949 2804 mt 3902 2780 L 1 sg 60 -16 -46 -22 3933 1821 3 MP PP c8 3933 1821 mt 3887 1799 L 3887 1799 mt 3947 1783 L 1 sg -46 -21 60 -16 3887 1799 3 MP PP c8 3887 1799 mt 3947 1783 L 3947 1783 mt 3901 1762 L 1 sg 61 -10 -47 -27 3933 3303 3 MP PP c9 3933 3303 mt 3886 3276 L 3886 3276 mt 3947 3266 L 1 sg -46 -28 61 -10 3886 3276 3 MP PP c9 3886 3276 mt 3947 3266 L 3947 3266 mt 3901 3238 L 1 sg 61 -17 -47 -21 3932 2263 3 MP PP c8 3932 2263 mt 3885 2242 L 3885 2242 mt 3946 2225 L 1 sg -47 -21 61 -17 3885 2242 3 MP PP c8 3885 2242 mt 3946 2225 L 3946 2225 mt 3899 2204 L 1 sg 60 -16 -46 -22 3930 2705 3 MP PP c8 3930 2705 mt 3884 2683 L 3884 2683 mt 3944 2667 L 1 sg -46 -22 60 -16 3884 2683 3 MP PP c8 3884 2683 mt 3944 2667 L 3944 2667 mt 3898 2645 L 1 sg 61 -9 -47 -29 3929 3162 3 MP PP c9 3929 3162 mt 3882 3133 L 3882 3133 mt 3943 3124 L 1 sg -47 -29 61 -9 3882 3133 3 MP PP c9 3882 3133 mt 3943 3124 L 3943 3124 mt 3896 3095 L 1 sg 61 -17 -47 -21 3928 2128 3 MP PP c8 3928 2128 mt 3881 2107 L 3881 2107 mt 3942 2090 L 1 sg -47 -21 61 -17 3881 2107 3 MP PP c8 3881 2107 mt 3942 2090 L 3942 2090 mt 3895 2069 L 1 sg 60 -17 -46 -21 3926 2570 3 MP PP c8 3926 2570 mt 3880 2549 L 3880 2549 mt 3940 2532 L 1 sg -46 -21 60 -17 3880 2549 3 MP PP c8 3880 2549 mt 3940 2532 L 3940 2532 mt 3894 2511 L 1 sg 61 -12 -47 -26 3925 3019 3 MP PP c9 3925 3019 mt 3878 2993 L c8 3878 2993 mt 3939 2981 L 1 sg -47 -26 61 -12 3878 2993 3 MP PP c8 3878 2993 mt 3939 2981 L c9 3939 2981 mt 3892 2955 L 1 sg 60 -16 -46 -21 3923 1993 3 MP PP c8 3923 1993 mt 3877 1972 L 3877 1972 mt 3937 1956 L 1 sg -46 -22 60 -16 3877 1972 3 MP PP c8 3877 1972 mt 3937 1956 L 3937 1956 mt 3891 1934 L 1 sg 61 -17 -47 -21 3922 2435 3 MP PP c8 3922 2435 mt 3875 2414 L 3875 2414 mt 3936 2397 L 1 sg -47 -21 61 -17 3875 2414 3 MP PP c8 3875 2414 mt 3936 2397 L 3936 2397 mt 3889 2376 L 1 sg 60 -15 -46 -23 3920 2879 3 MP PP c8 3920 2879 mt 3874 2856 L 3874 2856 mt 3934 2841 L 1 sg -46 -23 60 -15 3874 2856 3 MP PP c8 3874 2856 mt 3934 2841 L 3934 2841 mt 3888 2818 L 1 sg 60 -16 -46 -22 3919 1859 3 MP PP c8 3919 1859 mt 3873 1837 L 3873 1837 mt 3933 1821 L 1 sg -46 -22 60 -16 3873 1837 3 MP PP c8 3873 1837 mt 3933 1821 L 3933 1821 mt 3887 1799 L 1 sg 61 -10 -47 -28 3919 3341 3 MP PP c9 3919 3341 mt 3872 3313 L 3872 3313 mt 3933 3303 L 1 sg -47 -27 61 -10 3872 3313 3 MP PP c9 3872 3313 mt 3933 3303 L 3933 3303 mt 3886 3276 L 1 sg 61 -16 -47 -22 3918 2301 3 MP PP c8 3918 2301 mt 3871 2279 L 3871 2279 mt 3932 2263 L 1 sg -47 -21 61 -16 3871 2279 3 MP PP c8 3871 2279 mt 3932 2263 L 3932 2263 mt 3885 2242 L 1 sg 60 -16 -46 -22 3916 2743 3 MP PP c8 3916 2743 mt 3870 2721 L 3870 2721 mt 3930 2705 L 1 sg -46 -22 60 -16 3870 2721 3 MP PP c8 3870 2721 mt 3930 2705 L 3930 2705 mt 3884 2683 L 1 sg 61 -8 -47 -30 3915 3200 3 MP PP c9 3915 3200 mt 3868 3170 L 3868 3170 mt 3929 3162 L 1 sg -47 -29 61 -8 3868 3170 3 MP PP c9 3868 3170 mt 3929 3162 L 3929 3162 mt 3882 3133 L 1 sg 61 -17 -46 -21 3913 2166 3 MP PP c8 3913 2166 mt 3867 2145 L 3867 2145 mt 3928 2128 L 1 sg -47 -21 61 -17 3867 2145 3 MP PP c8 3867 2145 mt 3928 2128 L 3928 2128 mt 3881 2107 L 1 sg 61 -17 -47 -21 3912 2608 3 MP PP c8 3912 2608 mt 3865 2587 L 3865 2587 mt 3926 2570 L 1 sg -46 -21 61 -17 3865 2587 3 MP PP c8 3865 2587 mt 3926 2570 L 3926 2570 mt 3880 2549 L 1 sg 61 -12 -46 -26 3910 3057 3 MP PP c9 3910 3057 mt 3864 3031 L c8 3864 3031 mt 3925 3019 L 1 sg -47 -26 61 -12 3864 3031 3 MP PP c8 3864 3031 mt 3925 3019 L c9 3925 3019 mt 3878 2993 L 1 sg 60 -17 -46 -21 3909 2031 3 MP PP c8 3909 2031 mt 3863 2010 L 3863 2010 mt 3923 1993 L 1 sg -46 -21 60 -17 3863 2010 3 MP PP c8 3863 2010 mt 3923 1993 L 3923 1993 mt 3877 1972 L 1 sg 61 -17 -47 -21 3908 2473 3 MP PP c8 3908 2473 mt 3861 2452 L 3861 2452 mt 3922 2435 L 1 sg -47 -21 61 -17 3861 2452 3 MP PP c8 3861 2452 mt 3922 2435 L 3922 2435 mt 3875 2414 L 1 sg 60 -15 -46 -23 3906 2917 3 MP PP c8 3906 2917 mt 3860 2894 L 3860 2894 mt 3920 2879 L 1 sg -46 -23 60 -15 3860 2894 3 MP PP c8 3860 2894 mt 3920 2879 L 3920 2879 mt 3874 2856 L 1 sg 60 -16 -46 -21 3905 1896 3 MP PP c8 3905 1896 mt 3859 1875 L 3859 1875 mt 3919 1859 L 1 sg -46 -22 60 -16 3859 1875 3 MP PP c8 3859 1875 mt 3919 1859 L 3919 1859 mt 3873 1837 L 1 sg 61 -10 -47 -28 3905 3379 3 MP PP c9 3905 3379 mt 3858 3351 L 3858 3351 mt 3919 3341 L 1 sg -47 -28 61 -10 3858 3351 3 MP PP c9 3858 3351 mt 3919 3341 L 3919 3341 mt 3872 3313 L 1 sg 61 -16 -47 -22 3904 2339 3 MP PP c8 3904 2339 mt 3857 2317 L 3857 2317 mt 3918 2301 L 1 sg -47 -22 61 -16 3857 2317 3 MP PP c8 3857 2317 mt 3918 2301 L 3918 2301 mt 3871 2279 L 1 sg 60 -16 -46 -21 3902 2780 3 MP PP c8 3902 2780 mt 3856 2759 L 3856 2759 mt 3916 2743 L 1 sg -46 -22 60 -16 3856 2759 3 MP PP c8 3856 2759 mt 3916 2743 L 3916 2743 mt 3870 2721 L 1 sg 61 -16 -47 -22 3901 1762 3 MP PP c8 3901 1762 mt 3854 1740 L 3854 1740 mt 3915 1724 L 1 sg 61 -8 -47 -30 3901 3238 3 MP PP c9 3901 3238 mt 3854 3208 L 3854 3208 mt 3915 3200 L 1 sg -47 -30 61 -8 3854 3208 3 MP PP c9 3854 3208 mt 3915 3200 L 3915 3200 mt 3868 3170 L 1 sg 60 -16 -46 -22 3899 2204 3 MP PP c8 3899 2204 mt 3853 2182 L 3853 2182 mt 3913 2166 L 1 sg -46 -21 60 -16 3853 2182 3 MP PP c8 3853 2182 mt 3913 2166 L 3913 2166 mt 3867 2145 L 1 sg 61 -16 -47 -21 3898 2645 3 MP PP c8 3898 2645 mt 3851 2624 L 3851 2624 mt 3912 2608 L 1 sg -47 -21 61 -16 3851 2624 3 MP PP c8 3851 2624 mt 3912 2608 L 3912 2608 mt 3865 2587 L 1 sg 60 -11 -46 -27 3896 3095 3 MP PP c9 3896 3095 mt 3850 3068 L c8 3850 3068 mt 3910 3057 L 1 sg -46 -26 60 -11 3850 3068 3 MP PP c8 3850 3068 mt 3910 3057 L c9 3910 3057 mt 3864 3031 L 1 sg 60 -17 -46 -21 3895 2069 3 MP PP c8 3895 2069 mt 3849 2048 L 3849 2048 mt 3909 2031 L 1 sg -46 -21 60 -17 3849 2048 3 MP PP c8 3849 2048 mt 3909 2031 L 3909 2031 mt 3863 2010 L 1 sg 61 -17 -47 -21 3894 2511 3 MP PP c8 3894 2511 mt 3847 2490 L 3847 2490 mt 3908 2473 L 1 sg -47 -21 61 -17 3847 2490 3 MP PP c8 3847 2490 mt 3908 2473 L 3908 2473 mt 3861 2452 L 1 sg 60 -15 -46 -23 3892 2955 3 MP PP c8 3892 2955 mt 3846 2932 L 3846 2932 mt 3906 2917 L 1 sg -46 -23 60 -15 3846 2932 3 MP PP c8 3846 2932 mt 3906 2917 L 3906 2917 mt 3860 2894 L 1 sg 61 -17 -47 -21 3891 1934 3 MP PP c8 3891 1934 mt 3844 1913 L 3844 1913 mt 3905 1896 L 1 sg -46 -21 61 -17 3844 1913 3 MP PP c8 3844 1913 mt 3905 1896 L 3905 1896 mt 3859 1875 L 1 sg 61 -10 -47 -28 3891 3417 3 MP PP c9 3891 3417 mt 3844 3389 L 3844 3389 mt 3905 3379 L 1 sg -47 -28 61 -10 3844 3389 3 MP PP c9 3844 3389 mt 3905 3379 L 3905 3379 mt 3858 3351 L 1 sg 61 -16 -46 -21 3889 2376 3 MP PP c8 3889 2376 mt 3843 2355 L 3843 2355 mt 3904 2339 L 1 sg -47 -22 61 -16 3843 2355 3 MP PP c8 3843 2355 mt 3904 2339 L 3904 2339 mt 3857 2317 L 1 sg 61 -17 -47 -21 3888 2818 3 MP PP c8 3888 2818 mt 3841 2797 L 3841 2797 mt 3902 2780 L 1 sg -46 -21 61 -17 3841 2797 3 MP PP c8 3841 2797 mt 3902 2780 L 3902 2780 mt 3856 2759 L 1 sg 61 -16 -47 -21 3887 1799 3 MP PP c8 3887 1799 mt 3840 1778 L 3840 1778 mt 3901 1762 L 1 sg -47 -22 61 -16 3840 1778 3 MP PP c8 3840 1778 mt 3901 1762 L 3901 1762 mt 3854 1740 L 1 sg 61 -8 -46 -30 3886 3276 3 MP PP c9 3886 3276 mt 3840 3246 L 3840 3246 mt 3901 3238 L 1 sg -47 -30 61 -8 3840 3246 3 MP PP c9 3840 3246 mt 3901 3238 L 3901 3238 mt 3854 3208 L 1 sg 60 -16 -46 -22 3885 2242 3 MP PP c8 3885 2242 mt 3839 2220 L 3839 2220 mt 3899 2204 L 1 sg -46 -22 60 -16 3839 2220 3 MP PP c8 3839 2220 mt 3899 2204 L 3899 2204 mt 3853 2182 L 1 sg 61 -17 -47 -21 3884 2683 3 MP PP c8 3884 2683 mt 3837 2662 L 3837 2662 mt 3898 2645 L 1 sg -47 -21 61 -17 3837 2662 3 MP PP c8 3837 2662 mt 3898 2645 L 3898 2645 mt 3851 2624 L 1 sg 60 -11 -46 -27 3882 3133 3 MP PP c9 3882 3133 mt 3836 3106 L c8 3836 3106 mt 3896 3095 L 1 sg -46 -27 60 -11 3836 3106 3 MP PP c8 3836 3106 mt 3896 3095 L c9 3896 3095 mt 3850 3068 L 1 sg 60 -16 -46 -22 3881 2107 3 MP PP c8 3881 2107 mt 3835 2085 L 3835 2085 mt 3895 2069 L 1 sg -46 -21 60 -16 3835 2085 3 MP PP c8 3835 2085 mt 3895 2069 L 3895 2069 mt 3849 2048 L 1 sg 61 -17 -47 -21 3880 2549 3 MP PP c8 3880 2549 mt 3833 2528 L 3833 2528 mt 3894 2511 L 1 sg -47 -21 61 -17 3833 2528 3 MP PP c8 3833 2528 mt 3894 2511 L 3894 2511 mt 3847 2490 L 1 sg 60 -14 -46 -24 3878 2993 3 MP PP c8 3878 2993 mt 3832 2969 L 3832 2969 mt 3892 2955 L 1 sg -46 -23 60 -14 3832 2969 3 MP PP c8 3832 2969 mt 3892 2955 L 3892 2955 mt 3846 2932 L 1 sg 61 -17 -47 -21 3877 1972 3 MP PP c8 3877 1972 mt 3830 1951 L 3830 1951 mt 3891 1934 L 1 sg -47 -21 61 -17 3830 1951 3 MP PP c8 3830 1951 mt 3891 1934 L 3891 1934 mt 3844 1913 L 1 sg -47 -28 61 -10 3830 3427 3 MP PP c9 3830 3427 mt 3891 3417 L 3891 3417 mt 3844 3389 L 1 sg 60 -17 -46 -21 3875 2414 3 MP PP c8 3875 2414 mt 3829 2393 L 3829 2393 mt 3889 2376 L 1 sg -46 -21 60 -17 3829 2393 3 MP PP c8 3829 2393 mt 3889 2376 L 3889 2376 mt 3843 2355 L 1 sg 61 -16 -47 -22 3874 2856 3 MP PP c8 3874 2856 mt 3827 2834 L 3827 2834 mt 3888 2818 L 1 sg -47 -21 61 -16 3827 2834 3 MP PP c8 3827 2834 mt 3888 2818 L 3888 2818 mt 3841 2797 L 1 sg 61 -17 -47 -21 3873 1837 3 MP PP c8 3873 1837 mt 3826 1816 L 3826 1816 mt 3887 1799 L 1 sg -47 -21 61 -17 3826 1816 3 MP PP c8 3826 1816 mt 3887 1799 L 3887 1799 mt 3840 1778 L 1 sg 60 -8 -46 -29 3872 3313 3 MP PP c9 3872 3313 mt 3826 3284 L 3826 3284 mt 3886 3276 L 1 sg -46 -30 60 -8 3826 3284 3 MP PP c9 3826 3284 mt 3886 3276 L 3886 3276 mt 3840 3246 L 1 sg 60 -16 -46 -21 3871 2279 3 MP PP c8 3871 2279 mt 3825 2258 L 3825 2258 mt 3885 2242 L 1 sg -46 -22 60 -16 3825 2258 3 MP PP c8 3825 2258 mt 3885 2242 L 3885 2242 mt 3839 2220 L 1 sg 61 -17 -47 -21 3870 2721 3 MP PP c8 3870 2721 mt 3823 2700 L 3823 2700 mt 3884 2683 L 1 sg -47 -21 61 -17 3823 2700 3 MP PP c8 3823 2700 mt 3884 2683 L 3884 2683 mt 3837 2662 L 1 sg 60 -11 -46 -26 3868 3170 3 MP PP c9 3868 3170 mt 3822 3144 L c8 3822 3144 mt 3882 3133 L 1 sg -46 -27 60 -11 3822 3144 3 MP PP c8 3822 3144 mt 3882 3133 L c9 3882 3133 mt 3836 3106 L 1 sg 61 -16 -47 -22 3867 2145 3 MP PP c8 3867 2145 mt 3820 2123 L 3820 2123 mt 3881 2107 L 1 sg -46 -22 61 -16 3820 2123 3 MP PP c8 3820 2123 mt 3881 2107 L 3881 2107 mt 3835 2085 L 1 sg 61 -16 -46 -22 3865 2587 3 MP PP c8 3865 2587 mt 3819 2565 L 3819 2565 mt 3880 2549 L 1 sg -47 -21 61 -16 3819 2565 3 MP PP c8 3819 2565 mt 3880 2549 L 3880 2549 mt 3833 2528 L 1 sg 61 -14 -47 -24 3864 3031 3 MP PP c8 3864 3031 mt 3817 3007 L 3817 3007 mt 3878 2993 L 1 sg -46 -24 61 -14 3817 3007 3 MP PP c8 3817 3007 mt 3878 2993 L 3878 2993 mt 3832 2969 L 1 sg 61 -16 -47 -22 3863 2010 3 MP PP c8 3863 2010 mt 3816 1988 L 3816 1988 mt 3877 1972 L 1 sg -47 -21 61 -16 3816 1988 3 MP PP c8 3816 1988 mt 3877 1972 L 3877 1972 mt 3830 1951 L 1 sg 60 -17 -46 -21 3861 2452 3 MP PP c8 3861 2452 mt 3815 2431 L 3815 2431 mt 3875 2414 L 1 sg -46 -21 60 -17 3815 2431 3 MP PP c8 3815 2431 mt 3875 2414 L 3875 2414 mt 3829 2393 L 1 sg 61 -16 -47 -22 3860 2894 3 MP PP c8 3860 2894 mt 3813 2872 L 3813 2872 mt 3874 2856 L 1 sg -47 -22 61 -16 3813 2872 3 MP PP c8 3813 2872 mt 3874 2856 L 3874 2856 mt 3827 2834 L 1 sg 61 -17 -47 -21 3859 1875 3 MP PP c8 3859 1875 mt 3812 1854 L 3812 1854 mt 3873 1837 L 1 sg -47 -21 61 -17 3812 1854 3 MP PP c8 3812 1854 mt 3873 1837 L 3873 1837 mt 3826 1816 L 1 sg 60 -9 -46 -29 3858 3351 3 MP PP c9 3858 3351 mt 3812 3322 L 3812 3322 mt 3872 3313 L 1 sg -46 -29 60 -9 3812 3322 3 MP PP c9 3812 3322 mt 3872 3313 L 3872 3313 mt 3826 3284 L 1 sg 60 -17 -46 -21 3857 2317 3 MP PP c8 3857 2317 mt 3811 2296 L 3811 2296 mt 3871 2279 L 1 sg -46 -21 60 -17 3811 2296 3 MP PP c8 3811 2296 mt 3871 2279 L 3871 2279 mt 3825 2258 L 1 sg 61 -17 -47 -21 3856 2759 3 MP PP c8 3856 2759 mt 3809 2738 L 3809 2738 mt 3870 2721 L 1 sg -47 -21 61 -17 3809 2738 3 MP PP c8 3809 2738 mt 3870 2721 L 3870 2721 mt 3823 2700 L 1 sg 60 -12 -46 -26 3854 3208 3 MP PP c9 3854 3208 mt 3808 3182 L c8 3808 3182 mt 3868 3170 L 1 sg -46 -26 60 -12 3808 3182 3 MP PP c8 3808 3182 mt 3868 3170 L c9 3868 3170 mt 3822 3144 L 1 sg 61 -16 -47 -21 3853 2182 3 MP PP c8 3853 2182 mt 3806 2161 L 3806 2161 mt 3867 2145 L 1 sg -47 -22 61 -16 3806 2161 3 MP PP c8 3806 2161 mt 3867 2145 L 3867 2145 mt 3820 2123 L 1 sg 60 -16 -46 -21 3851 2624 3 MP PP c8 3851 2624 mt 3805 2603 L 3805 2603 mt 3865 2587 L 1 sg -46 -22 60 -16 3805 2603 3 MP PP c8 3805 2603 mt 3865 2587 L 3865 2587 mt 3819 2565 L 1 sg 61 -14 -47 -23 3850 3068 3 MP PP c8 3850 3068 mt 3803 3045 L 3803 3045 mt 3864 3031 L 1 sg -47 -24 61 -14 3803 3045 3 MP PP c8 3803 3045 mt 3864 3031 L 3864 3031 mt 3817 3007 L 1 sg 61 -16 -47 -22 3849 2048 3 MP PP c8 3849 2048 mt 3802 2026 L 3802 2026 mt 3863 2010 L 1 sg -47 -22 61 -16 3802 2026 3 MP PP c8 3802 2026 mt 3863 2010 L 3863 2010 mt 3816 1988 L 1 sg 60 -17 -46 -21 3847 2490 3 MP PP c8 3847 2490 mt 3801 2469 L 3801 2469 mt 3861 2452 L 1 sg -46 -21 60 -17 3801 2469 3 MP PP c8 3801 2469 mt 3861 2452 L 3861 2452 mt 3815 2431 L 1 sg 61 -16 -47 -22 3846 2932 3 MP PP c8 3846 2932 mt 3799 2910 L 3799 2910 mt 3860 2894 L 1 sg -47 -22 61 -16 3799 2910 3 MP PP c8 3799 2910 mt 3860 2894 L 3860 2894 mt 3813 2872 L 1 sg 61 -16 -46 -22 3844 1913 3 MP PP c8 3844 1913 mt 3798 1891 L 3798 1891 mt 3859 1875 L 1 sg -47 -21 61 -16 3798 1891 3 MP PP c8 3798 1891 mt 3859 1875 L 3859 1875 mt 3812 1854 L 1 sg 60 -8 -46 -30 3844 3389 3 MP PP c9 3844 3389 mt 3798 3359 L 3798 3359 mt 3858 3351 L 1 sg -46 -29 60 -8 3798 3359 3 MP PP c9 3798 3359 mt 3858 3351 L 3858 3351 mt 3812 3322 L 1 sg 61 -17 -47 -21 3843 2355 3 MP PP c8 3843 2355 mt 3796 2334 L 3796 2334 mt 3857 2317 L 1 sg -46 -21 61 -17 3796 2334 3 MP PP c8 3796 2334 mt 3857 2317 L 3857 2317 mt 3811 2296 L 1 sg 61 -17 -46 -21 3841 2797 3 MP PP c8 3841 2797 mt 3795 2776 L 3795 2776 mt 3856 2759 L 1 sg -47 -21 61 -17 3795 2776 3 MP PP c8 3795 2776 mt 3856 2759 L 3856 2759 mt 3809 2738 L 1 sg 60 -17 -46 -21 3840 1778 3 MP PP c8 3840 1778 mt 3794 1757 L 3794 1757 mt 3854 1740 L 1 sg 61 -12 -47 -26 3840 3246 3 MP PP c9 3840 3246 mt 3793 3220 L c8 3793 3220 mt 3854 3208 L 1 sg -46 -26 61 -12 3793 3220 3 MP PP c8 3793 3220 mt 3854 3208 L c9 3854 3208 mt 3808 3182 L 1 sg 61 -17 -47 -21 3839 2220 3 MP PP c8 3839 2220 mt 3792 2199 L 3792 2199 mt 3853 2182 L 1 sg -47 -21 61 -17 3792 2199 3 MP PP c8 3792 2199 mt 3853 2182 L 3853 2182 mt 3806 2161 L 1 sg 60 -17 -46 -21 3837 2662 3 MP PP c8 3837 2662 mt 3791 2641 L 3791 2641 mt 3851 2624 L 1 sg -46 -21 60 -17 3791 2641 3 MP PP c8 3791 2641 mt 3851 2624 L 3851 2624 mt 3805 2603 L 1 sg 61 -15 -47 -23 3836 3106 3 MP PP c8 3836 3106 mt 3789 3083 L 3789 3083 mt 3850 3068 L 1 sg -47 -23 61 -15 3789 3083 3 MP PP c8 3789 3083 mt 3850 3068 L 3850 3068 mt 3803 3045 L 1 sg 61 -16 -47 -21 3835 2085 3 MP PP c8 3835 2085 mt 3788 2064 L 3788 2064 mt 3849 2048 L 1 sg -47 -22 61 -16 3788 2064 3 MP PP c8 3788 2064 mt 3849 2048 L 3849 2048 mt 3802 2026 L 1 sg 60 -16 -46 -22 3833 2528 3 MP PP c8 3833 2528 mt 3787 2506 L 3787 2506 mt 3847 2490 L 1 sg -46 -21 60 -16 3787 2506 3 MP PP c8 3787 2506 mt 3847 2490 L 3847 2490 mt 3801 2469 L 1 sg 61 -16 -47 -21 3832 2969 3 MP PP c8 3832 2969 mt 3785 2948 L 3785 2948 mt 3846 2932 L 1 sg -47 -22 61 -16 3785 2948 3 MP PP c8 3785 2948 mt 3846 2932 L 3846 2932 mt 3799 2910 L 1 sg 60 -16 -46 -22 3830 1951 3 MP PP c8 3830 1951 mt 3784 1929 L 3784 1929 mt 3844 1913 L 1 sg -46 -22 60 -16 3784 1929 3 MP PP c8 3784 1929 mt 3844 1913 L 3844 1913 mt 3798 1891 L 1 sg 60 -8 -46 -30 3830 3427 3 MP PP c9 3830 3427 mt 3784 3397 L 3784 3397 mt 3844 3389 L 1 sg -46 -30 60 -8 3784 3397 3 MP PP c9 3784 3397 mt 3844 3389 L 3844 3389 mt 3798 3359 L 1 sg 61 -17 -47 -21 3829 2393 3 MP PP c8 3829 2393 mt 3782 2372 L 3782 2372 mt 3843 2355 L 1 sg -47 -21 61 -17 3782 2372 3 MP PP c8 3782 2372 mt 3843 2355 L 3843 2355 mt 3796 2334 L 1 sg 60 -16 -46 -21 3827 2834 3 MP PP c8 3827 2834 mt 3781 2813 L 3781 2813 mt 3841 2797 L 1 sg -46 -21 60 -16 3781 2813 3 MP PP c8 3781 2813 mt 3841 2797 L 3841 2797 mt 3795 2776 L 1 sg 60 -16 -46 -22 3826 1816 3 MP PP c8 3826 1816 mt 3780 1794 L 3780 1794 mt 3840 1778 L 1 sg -46 -21 60 -16 3780 1794 3 MP PP c8 3780 1794 mt 3840 1778 L 3840 1778 mt 3794 1757 L 1 sg 61 -11 -47 -27 3826 3284 3 MP PP c9 3826 3284 mt 3779 3257 L c8 3779 3257 mt 3840 3246 L 1 sg -47 -26 61 -11 3779 3257 3 MP PP c8 3779 3257 mt 3840 3246 L c9 3840 3246 mt 3793 3220 L 1 sg 61 -17 -47 -21 3825 2258 3 MP PP c8 3825 2258 mt 3778 2237 L 3778 2237 mt 3839 2220 L 1 sg -47 -21 61 -17 3778 2237 3 MP PP c8 3778 2237 mt 3839 2220 L 3839 2220 mt 3792 2199 L 1 sg 60 -17 -46 -21 3823 2700 3 MP PP c8 3823 2700 mt 3777 2679 L 3777 2679 mt 3837 2662 L 1 sg -46 -21 60 -17 3777 2679 3 MP PP c8 3777 2679 mt 3837 2662 L 3837 2662 mt 3791 2641 L 1 sg 61 -15 -47 -23 3822 3144 3 MP PP c8 3822 3144 mt 3775 3121 L 3775 3121 mt 3836 3106 L 1 sg -47 -23 61 -15 3775 3121 3 MP PP c8 3775 3121 mt 3836 3106 L 3836 3106 mt 3789 3083 L 1 sg 61 -17 -46 -21 3820 2123 3 MP PP c8 3820 2123 mt 3774 2102 L 3774 2102 mt 3835 2085 L 1 sg -47 -21 61 -17 3774 2102 3 MP PP c8 3774 2102 mt 3835 2085 L 3835 2085 mt 3788 2064 L 1 sg 61 -16 -47 -21 3819 2565 3 MP PP c8 3819 2565 mt 3772 2544 L 3772 2544 mt 3833 2528 L 1 sg -46 -22 61 -16 3772 2544 3 MP PP c8 3772 2544 mt 3833 2528 L 3833 2528 mt 3787 2506 L 1 sg 61 -17 -46 -21 3817 3007 3 MP PP c8 3817 3007 mt 3771 2986 L 3771 2986 mt 3832 2969 L 1 sg -47 -21 61 -17 3771 2986 3 MP PP c8 3771 2986 mt 3832 2969 L 3832 2969 mt 3785 2948 L 1 sg 60 -16 -46 -21 3816 1988 3 MP PP c8 3816 1988 mt 3770 1967 L 3770 1967 mt 3830 1951 L 1 sg -46 -22 60 -16 3770 1967 3 MP PP c8 3770 1967 mt 3830 1951 L 3830 1951 mt 3784 1929 L 1 sg -46 -30 61 -8 3769 3435 3 MP PP c9 3769 3435 mt 3830 3427 L 3830 3427 mt 3784 3397 L 1 sg 61 -16 -47 -22 3815 2431 3 MP PP c8 3815 2431 mt 3768 2409 L 3768 2409 mt 3829 2393 L 1 sg -47 -21 61 -16 3768 2409 3 MP PP c8 3768 2409 mt 3829 2393 L 3829 2393 mt 3782 2372 L 1 sg 60 -17 -46 -21 3813 2872 3 MP PP c8 3813 2872 mt 3767 2851 L 3767 2851 mt 3827 2834 L 1 sg -46 -21 60 -17 3767 2851 3 MP PP c8 3767 2851 mt 3827 2834 L 3827 2834 mt 3781 2813 L 1 sg 60 -16 -46 -22 3812 1854 3 MP PP c8 3812 1854 mt 3766 1832 L 3766 1832 mt 3826 1816 L 1 sg -46 -22 60 -16 3766 1832 3 MP PP c8 3766 1832 mt 3826 1816 L 3826 1816 mt 3780 1794 L 1 sg 61 -11 -47 -27 3812 3322 3 MP PP c9 3812 3322 mt 3765 3295 L c8 3765 3295 mt 3826 3284 L 1 sg -47 -27 61 -11 3765 3295 3 MP PP c8 3765 3295 mt 3826 3284 L c9 3826 3284 mt 3779 3257 L 1 sg 61 -17 -47 -21 3811 2296 3 MP PP c8 3811 2296 mt 3764 2275 L 3764 2275 mt 3825 2258 L 1 sg -47 -21 61 -17 3764 2275 3 MP PP c8 3764 2275 mt 3825 2258 L 3825 2258 mt 3778 2237 L 1 sg 60 -17 -46 -21 3809 2738 3 MP PP c8 3809 2738 mt 3763 2717 L 3763 2717 mt 3823 2700 L 1 sg -46 -21 60 -17 3763 2717 3 MP PP c8 3763 2717 mt 3823 2700 L 3823 2700 mt 3777 2679 L 1 sg 61 -15 -47 -23 3808 3182 3 MP PP c8 3808 3182 mt 3761 3159 L 3761 3159 mt 3822 3144 L 1 sg -47 -23 61 -15 3761 3159 3 MP PP c8 3761 3159 mt 3822 3144 L 3822 3144 mt 3775 3121 L 1 sg 60 -17 -46 -21 3806 2161 3 MP PP c8 3806 2161 mt 3760 2140 L 3760 2140 mt 3820 2123 L 1 sg -46 -21 60 -17 3760 2140 3 MP PP c8 3760 2140 mt 3820 2123 L 3820 2123 mt 3774 2102 L 1 sg 61 -17 -47 -21 3805 2603 3 MP PP c8 3805 2603 mt 3758 2582 L 3758 2582 mt 3819 2565 L 1 sg -47 -21 61 -17 3758 2582 3 MP PP c8 3758 2582 mt 3819 2565 L 3819 2565 mt 3772 2544 L 1 sg 60 -17 -46 -21 3803 3045 3 MP PP c8 3803 3045 mt 3757 3024 L 3757 3024 mt 3817 3007 L 1 sg -46 -21 60 -17 3757 3024 3 MP PP c8 3757 3024 mt 3817 3007 L 3817 3007 mt 3771 2986 L 1 sg 60 -17 -46 -21 3802 2026 3 MP PP c8 3802 2026 mt 3756 2005 L 3756 2005 mt 3816 1988 L 1 sg -46 -21 60 -17 3756 2005 3 MP PP c8 3756 2005 mt 3816 1988 L 3816 1988 mt 3770 1967 L 1 sg 61 -16 -47 -22 3801 2469 3 MP PP c8 3801 2469 mt 3754 2447 L 3754 2447 mt 3815 2431 L 1 sg -47 -22 61 -16 3754 2447 3 MP PP c8 3754 2447 mt 3815 2431 L 3815 2431 mt 3768 2409 L 1 sg 60 -17 -46 -21 3799 2910 3 MP PP c8 3799 2910 mt 3753 2889 L 3753 2889 mt 3813 2872 L 1 sg -46 -21 60 -17 3753 2889 3 MP PP c8 3753 2889 mt 3813 2872 L 3813 2872 mt 3767 2851 L 1 sg 61 -16 -47 -21 3798 1891 3 MP PP c8 3798 1891 mt 3751 1870 L 3751 1870 mt 3812 1854 L 1 sg -46 -22 61 -16 3751 1870 3 MP PP c8 3751 1870 mt 3812 1854 L 3812 1854 mt 3766 1832 L 1 sg 61 -11 -47 -26 3798 3359 3 MP PP c9 3798 3359 mt 3751 3333 L c8 3751 3333 mt 3812 3322 L 1 sg -47 -27 61 -11 3751 3333 3 MP PP c8 3751 3333 mt 3812 3322 L c9 3812 3322 mt 3765 3295 L 1 sg 61 -16 -46 -22 3796 2334 3 MP PP c8 3796 2334 mt 3750 2312 L 3750 2312 mt 3811 2296 L 1 sg -47 -21 61 -16 3750 2312 3 MP PP c8 3750 2312 mt 3811 2296 L 3811 2296 mt 3764 2275 L 1 sg 61 -16 -47 -22 3795 2776 3 MP PP c8 3795 2776 mt 3748 2754 L 3748 2754 mt 3809 2738 L 1 sg -46 -21 61 -16 3748 2754 3 MP PP c8 3748 2754 mt 3809 2738 L 3809 2738 mt 3763 2717 L 1 sg 61 -14 -46 -24 3793 3220 3 MP PP c8 3793 3220 mt 3747 3196 L 3747 3196 mt 3808 3182 L 1 sg -47 -23 61 -14 3747 3196 3 MP PP c8 3747 3196 mt 3808 3182 L 3808 3182 mt 3761 3159 L 1 sg 60 -17 -46 -21 3792 2199 3 MP PP c8 3792 2199 mt 3746 2178 L 3746 2178 mt 3806 2161 L 1 sg -46 -21 60 -17 3746 2178 3 MP PP c8 3746 2178 mt 3806 2161 L 3806 2161 mt 3760 2140 L 1 sg 61 -17 -47 -21 3791 2641 3 MP PP c8 3791 2641 mt 3744 2620 L 3744 2620 mt 3805 2603 L 1 sg -47 -21 61 -17 3744 2620 3 MP PP c8 3744 2620 mt 3805 2603 L 3805 2603 mt 3758 2582 L 1 sg 60 -16 -46 -22 3789 3083 3 MP PP c8 3789 3083 mt 3743 3061 L 3743 3061 mt 3803 3045 L 1 sg -46 -21 60 -16 3743 3061 3 MP PP c8 3743 3061 mt 3803 3045 L 3803 3045 mt 3757 3024 L 1 sg 60 -17 -46 -21 3788 2064 3 MP PP c8 3788 2064 mt 3742 2043 L 3742 2043 mt 3802 2026 L 1 sg -46 -21 60 -17 3742 2043 3 MP PP c8 3742 2043 mt 3802 2026 L 3802 2026 mt 3756 2005 L 1 sg 61 -16 -47 -21 3787 2506 3 MP PP c8 3787 2506 mt 3740 2485 L 3740 2485 mt 3801 2469 L 1 sg -47 -22 61 -16 3740 2485 3 MP PP c8 3740 2485 mt 3801 2469 L 3801 2469 mt 3754 2447 L 1 sg 60 -17 -46 -21 3785 2948 3 MP PP c8 3785 2948 mt 3739 2927 L 3739 2927 mt 3799 2910 L 1 sg -46 -21 60 -17 3739 2927 3 MP PP c8 3739 2927 mt 3799 2910 L 3799 2910 mt 3753 2889 L 1 sg 61 -17 -47 -21 3784 1929 3 MP PP c8 3784 1929 mt 3737 1908 L 3737 1908 mt 3798 1891 L 1 sg -47 -21 61 -17 3737 1908 3 MP PP c8 3737 1908 mt 3798 1891 L 3798 1891 mt 3751 1870 L 1 sg 61 -12 -47 -26 3784 3397 3 MP PP c9 3784 3397 mt 3737 3371 L c8 3737 3371 mt 3798 3359 L 1 sg -47 -26 61 -12 3737 3371 3 MP PP c8 3737 3371 mt 3798 3359 L c9 3798 3359 mt 3751 3333 L 1 sg 60 -16 -46 -22 3782 2372 3 MP PP c8 3782 2372 mt 3736 2350 L 3736 2350 mt 3796 2334 L 1 sg -46 -22 60 -16 3736 2350 3 MP PP c8 3736 2350 mt 3796 2334 L 3796 2334 mt 3750 2312 L 1 sg 61 -16 -47 -21 3781 2813 3 MP PP c8 3781 2813 mt 3734 2792 L 3734 2792 mt 3795 2776 L 1 sg -47 -22 61 -16 3734 2792 3 MP PP c8 3734 2792 mt 3795 2776 L 3795 2776 mt 3748 2754 L 1 sg 61 -16 -47 -21 3780 1794 3 MP PP c8 3780 1794 mt 3733 1773 L 3733 1773 mt 3794 1757 L 1 sg 60 -14 -46 -23 3779 3257 3 MP PP c8 3779 3257 mt 3733 3234 L 3733 3234 mt 3793 3220 L 1 sg -46 -24 60 -14 3733 3234 3 MP PP c8 3733 3234 mt 3793 3220 L 3793 3220 mt 3747 3196 L 1 sg 60 -16 -46 -22 3778 2237 3 MP PP c8 3778 2237 mt 3732 2215 L 3732 2215 mt 3792 2199 L 1 sg -46 -21 60 -16 3732 2215 3 MP PP c8 3732 2215 mt 3792 2199 L 3792 2199 mt 3746 2178 L 1 sg 61 -17 -47 -21 3777 2679 3 MP PP c8 3777 2679 mt 3730 2658 L 3730 2658 mt 3791 2641 L 1 sg -47 -21 61 -17 3730 2658 3 MP PP c8 3730 2658 mt 3791 2641 L 3791 2641 mt 3744 2620 L 1 sg 60 -16 -46 -22 3775 3121 3 MP PP c8 3775 3121 mt 3729 3099 L 3729 3099 mt 3789 3083 L 1 sg -46 -22 60 -16 3729 3099 3 MP PP c8 3729 3099 mt 3789 3083 L 3789 3083 mt 3743 3061 L 1 sg 61 -17 -47 -21 3774 2102 3 MP PP c8 3774 2102 mt 3727 2081 L 3727 2081 mt 3788 2064 L 1 sg -46 -21 61 -17 3727 2081 3 MP PP c8 3727 2081 mt 3788 2064 L 3788 2064 mt 3742 2043 L 1 sg 61 -17 -46 -21 3772 2544 3 MP PP c8 3772 2544 mt 3726 2523 L 3726 2523 mt 3787 2506 L 1 sg -47 -21 61 -17 3726 2523 3 MP PP c8 3726 2523 mt 3787 2506 L 3787 2506 mt 3740 2485 L 1 sg 61 -17 -47 -21 3771 2986 3 MP PP c8 3771 2986 mt 3724 2965 L 3724 2965 mt 3785 2948 L 1 sg -46 -21 61 -17 3724 2965 3 MP PP c8 3724 2965 mt 3785 2948 L 3785 2948 mt 3739 2927 L 1 sg 61 -17 -47 -21 3770 1967 3 MP PP c8 3770 1967 mt 3723 1946 L 3723 1946 mt 3784 1929 L 1 sg -47 -21 61 -17 3723 1946 3 MP PP c8 3723 1946 mt 3784 1929 L 3784 1929 mt 3737 1908 L 1 sg 61 -12 -46 -26 3769 3435 3 MP PP c9 3769 3435 mt 3723 3409 L c8 3723 3409 mt 3784 3397 L 1 sg -47 -26 61 -12 3723 3409 3 MP PP c8 3723 3409 mt 3784 3397 L c9 3784 3397 mt 3737 3371 L 1 sg 60 -16 -46 -21 3768 2409 3 MP PP c8 3768 2409 mt 3722 2388 L 3722 2388 mt 3782 2372 L 1 sg -46 -22 60 -16 3722 2388 3 MP PP c8 3722 2388 mt 3782 2372 L 3782 2372 mt 3736 2350 L 1 sg 61 -17 -47 -21 3767 2851 3 MP PP c8 3767 2851 mt 3720 2830 L 3720 2830 mt 3781 2813 L 1 sg -47 -21 61 -17 3720 2830 3 MP PP c8 3720 2830 mt 3781 2813 L 3781 2813 mt 3734 2792 L 1 sg 61 -17 -47 -21 3766 1832 3 MP PP c8 3766 1832 mt 3719 1811 L 3719 1811 mt 3780 1794 L 1 sg -47 -21 61 -17 3719 1811 3 MP PP c8 3719 1811 mt 3780 1794 L 3780 1794 mt 3733 1773 L 1 sg 60 -15 -46 -23 3765 3295 3 MP PP c8 3765 3295 mt 3719 3272 L 3719 3272 mt 3779 3257 L 1 sg -46 -23 60 -15 3719 3272 3 MP PP c8 3719 3272 mt 3779 3257 L 3779 3257 mt 3733 3234 L 1 sg 60 -16 -46 -22 3764 2275 3 MP PP c8 3764 2275 mt 3718 2253 L 3718 2253 mt 3778 2237 L 1 sg -46 -22 60 -16 3718 2253 3 MP PP c8 3718 2253 mt 3778 2237 L 3778 2237 mt 3732 2215 L 1 sg 61 -16 -47 -22 3763 2717 3 MP PP c8 3763 2717 mt 3716 2695 L 3716 2695 mt 3777 2679 L 1 sg -47 -21 61 -16 3716 2695 3 MP PP c8 3716 2695 mt 3777 2679 L 3777 2679 mt 3730 2658 L 1 sg 60 -16 -46 -22 3761 3159 3 MP PP c8 3761 3159 mt 3715 3137 L 3715 3137 mt 3775 3121 L 1 sg -46 -22 60 -16 3715 3137 3 MP PP c8 3715 3137 mt 3775 3121 L 3775 3121 mt 3729 3099 L 1 sg 61 -16 -47 -22 3760 2140 3 MP PP c8 3760 2140 mt 3713 2118 L 3713 2118 mt 3774 2102 L 1 sg -47 -21 61 -16 3713 2118 3 MP PP c8 3713 2118 mt 3774 2102 L 3774 2102 mt 3727 2081 L 1 sg 60 -17 -46 -21 3758 2582 3 MP PP c8 3758 2582 mt 3712 2561 L 3712 2561 mt 3772 2544 L 1 sg -46 -21 60 -17 3712 2561 3 MP PP c8 3712 2561 mt 3772 2544 L 3772 2544 mt 3726 2523 L 1 sg 61 -16 -47 -22 3757 3024 3 MP PP c8 3757 3024 mt 3710 3002 L 3710 3002 mt 3771 2986 L 1 sg -47 -21 61 -16 3710 3002 3 MP PP c8 3710 3002 mt 3771 2986 L 3771 2986 mt 3724 2965 L 1 sg 61 -16 -47 -22 3756 2005 3 MP PP c8 3756 2005 mt 3709 1983 L 3709 1983 mt 3770 1967 L 1 sg -47 -21 61 -16 3709 1983 3 MP PP c8 3709 1983 mt 3770 1967 L 3770 1967 mt 3723 1946 L 1 sg -46 -26 60 -11 3709 3446 3 MP PP c8 3709 3446 mt 3769 3435 L c9 3769 3435 mt 3723 3409 L 1 sg 60 -17 -46 -21 3754 2447 3 MP PP c8 3754 2447 mt 3708 2426 L 3708 2426 mt 3768 2409 L 1 sg -46 -21 60 -17 3708 2426 3 MP PP c8 3708 2426 mt 3768 2409 L 3768 2409 mt 3722 2388 L 1 sg 61 -17 -47 -21 3753 2889 3 MP PP c8 3753 2889 mt 3706 2868 L 3706 2868 mt 3767 2851 L 1 sg -47 -21 61 -17 3706 2868 3 MP PP c8 3706 2868 mt 3767 2851 L 3767 2851 mt 3720 2830 L 1 sg 61 -17 -46 -21 3751 1870 3 MP PP c8 3751 1870 mt 3705 1849 L 3705 1849 mt 3766 1832 L 1 sg -47 -21 61 -17 3705 1849 3 MP PP c8 3705 1849 mt 3766 1832 L 3766 1832 mt 3719 1811 L 1 sg 60 -15 -46 -23 3751 3333 3 MP PP c8 3751 3333 mt 3705 3310 L 3705 3310 mt 3765 3295 L 1 sg -46 -23 60 -15 3705 3310 3 MP PP c8 3705 3310 mt 3765 3295 L 3765 3295 mt 3719 3272 L 1 sg 61 -16 -47 -21 3750 2312 3 MP PP c8 3750 2312 mt 3703 2291 L 3703 2291 mt 3764 2275 L 1 sg -46 -22 61 -16 3703 2291 3 MP PP c8 3703 2291 mt 3764 2275 L 3764 2275 mt 3718 2253 L 1 sg 61 -16 -46 -21 3748 2754 3 MP PP c8 3748 2754 mt 3702 2733 L 3702 2733 mt 3763 2717 L 1 sg -47 -22 61 -16 3702 2733 3 MP PP c8 3702 2733 mt 3763 2717 L 3763 2717 mt 3716 2695 L 1 sg 61 -16 -47 -21 3747 3196 3 MP PP c8 3747 3196 mt 3700 3175 L 3700 3175 mt 3761 3159 L 1 sg -46 -22 61 -16 3700 3175 3 MP PP c8 3700 3175 mt 3761 3159 L 3761 3159 mt 3715 3137 L 1 sg 61 -16 -47 -22 3746 2178 3 MP PP c8 3746 2178 mt 3699 2156 L 3699 2156 mt 3760 2140 L 1 sg -47 -22 61 -16 3699 2156 3 MP PP c8 3699 2156 mt 3760 2140 L 3760 2140 mt 3713 2118 L 1 sg 60 -16 -46 -22 3744 2620 3 MP PP c8 3744 2620 mt 3698 2598 L 3698 2598 mt 3758 2582 L 1 sg -46 -21 60 -16 3698 2598 3 MP PP c8 3698 2598 mt 3758 2582 L 3758 2582 mt 3712 2561 L 1 sg 61 -16 -47 -21 3743 3061 3 MP PP c8 3743 3061 mt 3696 3040 L 3696 3040 mt 3757 3024 L 1 sg -47 -22 61 -16 3696 3040 3 MP PP c8 3696 3040 mt 3757 3024 L 3757 3024 mt 3710 3002 L 1 sg 61 -16 -47 -22 3742 2043 3 MP PP c8 3742 2043 mt 3695 2021 L 3695 2021 mt 3756 2005 L 1 sg -47 -22 61 -16 3695 2021 3 MP PP c8 3695 2021 mt 3756 2005 L 3756 2005 mt 3709 1983 L 1 sg 60 -17 -46 -21 3740 2485 3 MP PP c8 3740 2485 mt 3694 2464 L 3694 2464 mt 3754 2447 L 1 sg -46 -21 60 -17 3694 2464 3 MP PP c8 3694 2464 mt 3754 2447 L 3754 2447 mt 3708 2426 L 1 sg 61 -17 -47 -21 3739 2927 3 MP PP c8 3739 2927 mt 3692 2906 L 3692 2906 mt 3753 2889 L 1 sg -47 -21 61 -17 3692 2906 3 MP PP c8 3692 2906 mt 3753 2889 L 3753 2889 mt 3706 2868 L 1 sg 60 -16 -46 -22 3737 1908 3 MP PP c8 3737 1908 mt 3691 1886 L 3691 1886 mt 3751 1870 L 1 sg -46 -21 60 -16 3691 1886 3 MP PP c8 3691 1886 mt 3751 1870 L 3751 1870 mt 3705 1849 L 1 sg 60 -15 -46 -23 3737 3371 3 MP PP c8 3737 3371 mt 3691 3348 L 3691 3348 mt 3751 3333 L 1 sg -46 -23 60 -15 3691 3348 3 MP PP c8 3691 3348 mt 3751 3333 L 3751 3333 mt 3705 3310 L 1 sg 61 -17 -47 -21 3736 2350 3 MP PP c8 3736 2350 mt 3689 2329 L 3689 2329 mt 3750 2312 L 1 sg -47 -21 61 -17 3689 2329 3 MP PP c8 3689 2329 mt 3750 2312 L 3750 2312 mt 3703 2291 L 1 sg 60 -17 -46 -21 3734 2792 3 MP PP c8 3734 2792 mt 3688 2771 L 3688 2771 mt 3748 2754 L 1 sg -46 -21 60 -17 3688 2771 3 MP PP c8 3688 2771 mt 3748 2754 L 3748 2754 mt 3702 2733 L 1 sg 61 -17 -47 -21 3733 3234 3 MP PP c8 3733 3234 mt 3686 3213 L 3686 3213 mt 3747 3196 L 1 sg -47 -21 61 -17 3686 3213 3 MP PP c8 3686 3213 mt 3747 3196 L 3747 3196 mt 3700 3175 L 1 sg 61 -16 -47 -21 3732 2215 3 MP PP c8 3732 2215 mt 3685 2194 L 3685 2194 mt 3746 2178 L 1 sg -47 -22 61 -16 3685 2194 3 MP PP c8 3685 2194 mt 3746 2178 L 3746 2178 mt 3699 2156 L 1 sg 60 -16 -46 -22 3730 2658 3 MP PP c8 3730 2658 mt 3684 2636 L 3684 2636 mt 3744 2620 L 1 sg -46 -22 60 -16 3684 2636 3 MP PP c8 3684 2636 mt 3744 2620 L 3744 2620 mt 3698 2598 L 1 sg 61 -17 -47 -21 3729 3099 3 MP PP c8 3729 3099 mt 3682 3078 L 3682 3078 mt 3743 3061 L 1 sg -47 -21 61 -17 3682 3078 3 MP PP c8 3682 3078 mt 3743 3061 L 3743 3061 mt 3696 3040 L 1 sg 61 -16 -46 -22 3727 2081 3 MP PP c8 3727 2081 mt 3681 2059 L 3681 2059 mt 3742 2043 L 1 sg -47 -22 61 -16 3681 2059 3 MP PP c8 3681 2059 mt 3742 2043 L 3742 2043 mt 3695 2021 L 1 sg 61 -16 -47 -22 3726 2523 3 MP PP c8 3726 2523 mt 3679 2501 L 3679 2501 mt 3740 2485 L 1 sg -46 -21 61 -16 3679 2501 3 MP PP c8 3679 2501 mt 3740 2485 L 3740 2485 mt 3694 2464 L 1 sg 61 -17 -46 -21 3724 2965 3 MP PP c8 3724 2965 mt 3678 2944 L 3678 2944 mt 3739 2927 L 1 sg -47 -21 61 -17 3678 2944 3 MP PP c8 3678 2944 mt 3739 2927 L 3739 2927 mt 3692 2906 L 1 sg 60 -16 -46 -22 3723 1946 3 MP PP c8 3723 1946 mt 3677 1924 L 3677 1924 mt 3737 1908 L 1 sg -46 -22 60 -16 3677 1924 3 MP PP c8 3677 1924 mt 3737 1908 L 3737 1908 mt 3691 1886 L 1 sg 61 -14 -47 -24 3723 3409 3 MP PP c8 3723 3409 mt 3676 3385 L 3676 3385 mt 3737 3371 L 1 sg -46 -23 61 -14 3676 3385 3 MP PP c8 3676 3385 mt 3737 3371 L 3737 3371 mt 3691 3348 L 1 sg 61 -17 -47 -21 3722 2388 3 MP PP c8 3722 2388 mt 3675 2367 L 3675 2367 mt 3736 2350 L 1 sg -47 -21 61 -17 3675 2367 3 MP PP c8 3675 2367 mt 3736 2350 L 3736 2350 mt 3689 2329 L 1 sg 60 -17 -46 -21 3720 2830 3 MP PP c8 3720 2830 mt 3674 2809 L 3674 2809 mt 3734 2792 L 1 sg -46 -21 60 -17 3674 2809 3 MP PP c8 3674 2809 mt 3734 2792 L 3734 2792 mt 3688 2771 L 1 sg 60 -16 -46 -22 3719 1811 3 MP PP c8 3719 1811 mt 3673 1789 L 3673 1789 mt 3733 1773 L 1 sg 61 -16 -47 -22 3719 3272 3 MP PP c8 3719 3272 mt 3672 3250 L 3672 3250 mt 3733 3234 L 1 sg -47 -21 61 -16 3672 3250 3 MP PP c8 3672 3250 mt 3733 3234 L 3733 3234 mt 3686 3213 L 1 sg 61 -17 -47 -21 3718 2253 3 MP PP c8 3718 2253 mt 3671 2232 L 3671 2232 mt 3732 2215 L 1 sg -47 -21 61 -17 3671 2232 3 MP PP c8 3671 2232 mt 3732 2215 L 3732 2215 mt 3685 2194 L 1 sg 60 -16 -46 -21 3716 2695 3 MP PP c8 3716 2695 mt 3670 2674 L 3670 2674 mt 3730 2658 L 1 sg -46 -22 60 -16 3670 2674 3 MP PP c8 3670 2674 mt 3730 2658 L 3730 2658 mt 3684 2636 L 1 sg 61 -17 -47 -21 3715 3137 3 MP PP c8 3715 3137 mt 3668 3116 L 3668 3116 mt 3729 3099 L 1 sg -47 -21 61 -17 3668 3116 3 MP PP c8 3668 3116 mt 3729 3099 L 3729 3099 mt 3682 3078 L 1 sg 60 -16 -46 -21 3713 2118 3 MP PP c8 3713 2118 mt 3667 2097 L 3667 2097 mt 3727 2081 L 1 sg -46 -22 60 -16 3667 2097 3 MP PP c8 3667 2097 mt 3727 2081 L 3727 2081 mt 3681 2059 L 1 sg 61 -16 -47 -22 3712 2561 3 MP PP c8 3712 2561 mt 3665 2539 L 3665 2539 mt 3726 2523 L 1 sg -47 -22 61 -16 3665 2539 3 MP PP c8 3665 2539 mt 3726 2523 L 3726 2523 mt 3679 2501 L 1 sg 60 -16 -46 -21 3710 3002 3 MP PP c8 3710 3002 mt 3664 2981 L 3664 2981 mt 3724 2965 L 1 sg -46 -21 60 -16 3664 2981 3 MP PP c8 3664 2981 mt 3724 2965 L 3724 2965 mt 3678 2944 L 1 sg 60 -16 -46 -21 3709 1983 3 MP PP c8 3709 1983 mt 3663 1962 L 3663 1962 mt 3723 1946 L 1 sg -46 -22 60 -16 3663 1962 3 MP PP c8 3663 1962 mt 3723 1946 L 3723 1946 mt 3677 1924 L 1 sg 61 -14 -47 -23 3709 3446 3 MP PP c8 3709 3446 mt 3662 3423 L 3662 3423 mt 3723 3409 L 1 sg -47 -24 61 -14 3662 3423 3 MP PP c8 3662 3423 mt 3723 3409 L 3723 3409 mt 3676 3385 L 1 sg 61 -16 -47 -22 3708 2426 3 MP PP c8 3708 2426 mt 3661 2404 L 3661 2404 mt 3722 2388 L 1 sg -47 -21 61 -16 3661 2404 3 MP PP c8 3661 2404 mt 3722 2388 L 3722 2388 mt 3675 2367 L 1 sg 60 -17 -46 -21 3706 2868 3 MP PP c8 3706 2868 mt 3660 2847 L 3660 2847 mt 3720 2830 L 1 sg -46 -21 60 -17 3660 2847 3 MP PP c8 3660 2847 mt 3720 2830 L 3720 2830 mt 3674 2809 L 1 sg 61 -16 -47 -22 3705 1849 3 MP PP c8 3705 1849 mt 3658 1827 L 3658 1827 mt 3719 1811 L 1 sg -46 -22 61 -16 3658 1827 3 MP PP c8 3658 1827 mt 3719 1811 L 3719 1811 mt 3673 1789 L 1 sg 61 -16 -47 -22 3705 3310 3 MP PP c8 3705 3310 mt 3658 3288 L 3658 3288 mt 3719 3272 L 1 sg -47 -22 61 -16 3658 3288 3 MP PP c8 3658 3288 mt 3719 3272 L 3719 3272 mt 3672 3250 L 1 sg 61 -17 -46 -21 3703 2291 3 MP PP c8 3703 2291 mt 3657 2270 L 3657 2270 mt 3718 2253 L 1 sg -47 -21 61 -17 3657 2270 3 MP PP c8 3657 2270 mt 3718 2253 L 3718 2253 mt 3671 2232 L 1 sg 61 -17 -47 -21 3702 2733 3 MP PP c8 3702 2733 mt 3655 2712 L 3655 2712 mt 3716 2695 L 1 sg -46 -21 61 -17 3655 2712 3 MP PP c8 3655 2712 mt 3716 2695 L 3716 2695 mt 3670 2674 L 1 sg 61 -17 -46 -21 3700 3175 3 MP PP c8 3700 3175 mt 3654 3154 L 3654 3154 mt 3715 3137 L 1 sg -47 -21 61 -17 3654 3154 3 MP PP c8 3654 3154 mt 3715 3137 L 3715 3137 mt 3668 3116 L 1 sg 60 -17 -46 -21 3699 2156 3 MP PP c8 3699 2156 mt 3653 2135 L 3653 2135 mt 3713 2118 L 1 sg -46 -21 60 -17 3653 2135 3 MP PP c8 3653 2135 mt 3713 2118 L 3713 2118 mt 3667 2097 L 1 sg 61 -16 -47 -21 3698 2598 3 MP PP c8 3698 2598 mt 3651 2577 L 3651 2577 mt 3712 2561 L 1 sg -47 -22 61 -16 3651 2577 3 MP PP c8 3651 2577 mt 3712 2561 L 3712 2561 mt 3665 2539 L 1 sg 60 -17 -46 -21 3696 3040 3 MP PP c8 3696 3040 mt 3650 3019 L 3650 3019 mt 3710 3002 L 1 sg -46 -21 60 -17 3650 3019 3 MP PP c8 3650 3019 mt 3710 3002 L 3710 3002 mt 3664 2981 L 1 sg 60 -17 -46 -21 3695 2021 3 MP PP c8 3695 2021 mt 3649 2000 L 3649 2000 mt 3709 1983 L 1 sg -46 -21 60 -17 3649 2000 3 MP PP c8 3649 2000 mt 3709 1983 L 3709 1983 mt 3663 1962 L 1 sg -47 -23 61 -15 3648 3461 3 MP PP c8 3648 3461 mt 3709 3446 L 3709 3446 mt 3662 3423 L 1 sg 61 -16 -47 -22 3694 2464 3 MP PP c8 3694 2464 mt 3647 2442 L 3647 2442 mt 3708 2426 L 1 sg -47 -22 61 -16 3647 2442 3 MP PP c8 3647 2442 mt 3708 2426 L 3708 2426 mt 3661 2404 L 1 sg 60 -16 -46 -22 3692 2906 3 MP PP c8 3692 2906 mt 3646 2884 L 3646 2884 mt 3706 2868 L 1 sg -46 -21 60 -16 3646 2884 3 MP PP c8 3646 2884 mt 3706 2868 L 3706 2868 mt 3660 2847 L 1 sg 61 -16 -47 -21 3691 1886 3 MP PP c8 3691 1886 mt 3644 1865 L 3644 1865 mt 3705 1849 L 1 sg -47 -22 61 -16 3644 1865 3 MP PP c8 3644 1865 mt 3705 1849 L 3705 1849 mt 3658 1827 L 1 sg 61 -16 -47 -22 3691 3348 3 MP PP c8 3691 3348 mt 3644 3326 L 3644 3326 mt 3705 3310 L 1 sg -47 -22 61 -16 3644 3326 3 MP PP c8 3644 3326 mt 3705 3310 L 3705 3310 mt 3658 3288 L 1 sg 60 -16 -46 -22 3689 2329 3 MP PP c8 3689 2329 mt 3643 2307 L 3643 2307 mt 3703 2291 L 1 sg -46 -21 60 -16 3643 2307 3 MP PP c8 3643 2307 mt 3703 2291 L 3703 2291 mt 3657 2270 L 1 sg 61 -17 -47 -21 3688 2771 3 MP PP c8 3688 2771 mt 3641 2750 L 3641 2750 mt 3702 2733 L 1 sg -47 -21 61 -17 3641 2750 3 MP PP c8 3641 2750 mt 3702 2733 L 3702 2733 mt 3655 2712 L 1 sg 60 -17 -46 -21 3686 3213 3 MP PP c8 3686 3213 mt 3640 3192 L 3640 3192 mt 3700 3175 L 1 sg -46 -21 60 -17 3640 3192 3 MP PP c8 3640 3192 mt 3700 3175 L 3700 3175 mt 3654 3154 L 1 sg 60 -17 -46 -21 3685 2194 3 MP PP c8 3685 2194 mt 3639 2173 L 3639 2173 mt 3699 2156 L 1 sg -46 -21 60 -17 3639 2173 3 MP PP c8 3639 2173 mt 3699 2156 L 3699 2156 mt 3653 2135 L 1 sg 61 -17 -47 -21 3684 2636 3 MP PP c8 3684 2636 mt 3637 2615 L 3637 2615 mt 3698 2598 L 1 sg -47 -21 61 -17 3637 2615 3 MP PP c8 3637 2615 mt 3698 2598 L 3698 2598 mt 3651 2577 L 1 sg 60 -17 -46 -21 3682 3078 3 MP PP c8 3682 3078 mt 3636 3057 L 3636 3057 mt 3696 3040 L 1 sg -46 -21 60 -17 3636 3057 3 MP PP c8 3636 3057 mt 3696 3040 L 3696 3040 mt 3650 3019 L 1 sg 61 -17 -47 -21 3681 2059 3 MP PP c8 3681 2059 mt 3634 2038 L 3634 2038 mt 3695 2021 L 1 sg -46 -21 61 -17 3634 2038 3 MP PP c8 3634 2038 mt 3695 2021 L 3695 2021 mt 3649 2000 L 1 sg 61 -16 -46 -21 3679 2501 3 MP PP c8 3679 2501 mt 3633 2480 L 3633 2480 mt 3694 2464 L 1 sg -47 -22 61 -16 3633 2480 3 MP PP c8 3633 2480 mt 3694 2464 L 3694 2464 mt 3647 2442 L 1 sg 61 -16 -47 -22 3678 2944 3 MP PP c8 3678 2944 mt 3631 2922 L 3631 2922 mt 3692 2906 L 1 sg -46 -22 61 -16 3631 2922 3 MP PP c8 3631 2922 mt 3692 2906 L 3692 2906 mt 3646 2884 L 1 sg 61 -17 -47 -21 3677 1924 3 MP PP c8 3677 1924 mt 3630 1903 L 3630 1903 mt 3691 1886 L 1 sg -47 -21 61 -17 3630 1903 3 MP PP c8 3630 1903 mt 3691 1886 L 3691 1886 mt 3644 1865 L 1 sg 61 -16 -46 -21 3676 3385 3 MP PP c8 3676 3385 mt 3630 3364 L 3630 3364 mt 3691 3348 L 1 sg -47 -22 61 -16 3630 3364 3 MP PP c8 3630 3364 mt 3691 3348 L 3691 3348 mt 3644 3326 L 1 sg 60 -16 -46 -22 3675 2367 3 MP PP c8 3675 2367 mt 3629 2345 L 3629 2345 mt 3689 2329 L 1 sg -46 -22 60 -16 3629 2345 3 MP PP c8 3629 2345 mt 3689 2329 L 3689 2329 mt 3643 2307 L 1 sg 61 -16 -47 -22 3674 2809 3 MP PP c8 3674 2809 mt 3627 2787 L 3627 2787 mt 3688 2771 L 1 sg -47 -21 61 -16 3627 2787 3 MP PP c8 3627 2787 mt 3688 2771 L 3688 2771 mt 3641 2750 L 1 sg 60 -16 -46 -21 3672 3250 3 MP PP c8 3672 3250 mt 3626 3229 L 3626 3229 mt 3686 3213 L 1 sg -46 -21 60 -16 3626 3229 3 MP PP c8 3626 3229 mt 3686 3213 L 3686 3213 mt 3640 3192 L 1 sg 60 -16 -46 -22 3671 2232 3 MP PP c8 3671 2232 mt 3625 2210 L 3625 2210 mt 3685 2194 L 1 sg -46 -21 60 -16 3625 2210 3 MP PP c8 3625 2210 mt 3685 2194 L 3685 2194 mt 3639 2173 L 1 sg 61 -17 -47 -21 3670 2674 3 MP PP c8 3670 2674 mt 3623 2653 L 3623 2653 mt 3684 2636 L 1 sg -47 -21 61 -17 3623 2653 3 MP PP c8 3623 2653 mt 3684 2636 L 3684 2636 mt 3637 2615 L 1 sg 60 -17 -46 -21 3668 3116 3 MP PP c8 3668 3116 mt 3622 3095 L 3622 3095 mt 3682 3078 L 1 sg -46 -21 60 -17 3622 3095 3 MP PP c8 3622 3095 mt 3682 3078 L 3682 3078 mt 3636 3057 L 1 sg 61 -16 -47 -22 3667 2097 3 MP PP c8 3667 2097 mt 3620 2075 L 3620 2075 mt 3681 2059 L 1 sg -47 -21 61 -16 3620 2075 3 MP PP c8 3620 2075 mt 3681 2059 L 3681 2059 mt 3634 2038 L 1 sg 60 -17 -46 -21 3665 2539 3 MP PP c8 3665 2539 mt 3619 2518 L 3619 2518 mt 3679 2501 L 1 sg -46 -21 60 -17 3619 2518 3 MP PP c8 3619 2518 mt 3679 2501 L 3679 2501 mt 3633 2480 L 1 sg 61 -16 -47 -21 3664 2981 3 MP PP c8 3664 2981 mt 3617 2960 L 3617 2960 mt 3678 2944 L 1 sg -47 -22 61 -16 3617 2960 3 MP PP c8 3617 2960 mt 3678 2944 L 3678 2944 mt 3631 2922 L 1 sg 61 -17 -47 -21 3663 1962 3 MP PP c8 3663 1962 mt 3616 1941 L 3616 1941 mt 3677 1924 L 1 sg -47 -21 61 -17 3616 1941 3 MP PP c8 3616 1941 mt 3677 1924 L 3677 1924 mt 3630 1903 L 1 sg 60 -17 -46 -21 3662 3423 3 MP PP c8 3662 3423 mt 3616 3402 L 3616 3402 mt 3676 3385 L 1 sg -46 -21 60 -17 3616 3402 3 MP PP c8 3616 3402 mt 3676 3385 L 3676 3385 mt 3630 3364 L 1 sg 60 -16 -46 -21 3661 2404 3 MP PP c8 3661 2404 mt 3615 2383 L 3615 2383 mt 3675 2367 L 1 sg -46 -22 60 -16 3615 2383 3 MP PP c8 3615 2383 mt 3675 2367 L 3675 2367 mt 3629 2345 L 1 sg 61 -16 -47 -22 3660 2847 3 MP PP c8 3660 2847 mt 3613 2825 L 3613 2825 mt 3674 2809 L 1 sg -47 -22 61 -16 3613 2825 3 MP PP c8 3613 2825 mt 3674 2809 L 3674 2809 mt 3627 2787 L 1 sg 61 -16 -46 -22 3658 1827 3 MP PP c8 3658 1827 mt 3612 1805 L 3612 1805 mt 3673 1789 L 1 sg 60 -17 -46 -21 3658 3288 3 MP PP c8 3658 3288 mt 3612 3267 L 3612 3267 mt 3672 3250 L 1 sg -46 -21 60 -17 3612 3267 3 MP PP c8 3612 3267 mt 3672 3250 L 3672 3250 mt 3626 3229 L 1 sg 61 -16 -47 -22 3657 2270 3 MP PP c8 3657 2270 mt 3610 2248 L 3610 2248 mt 3671 2232 L 1 sg -46 -22 61 -16 3610 2248 3 MP PP c8 3610 2248 mt 3671 2232 L 3671 2232 mt 3625 2210 L 1 sg 61 -16 -46 -22 3655 2712 3 MP PP c8 3655 2712 mt 3609 2690 L 3609 2690 mt 3670 2674 L 1 sg -47 -21 61 -16 3609 2690 3 MP PP c8 3609 2690 mt 3670 2674 L 3670 2674 mt 3623 2653 L 1 sg 61 -17 -47 -21 3654 3154 3 MP PP c8 3654 3154 mt 3607 3133 L 3607 3133 mt 3668 3116 L 1 sg -46 -21 61 -17 3607 3133 3 MP PP c8 3607 3133 mt 3668 3116 L 3668 3116 mt 3622 3095 L 1 sg 61 -16 -47 -22 3653 2135 3 MP PP c8 3653 2135 mt 3606 2113 L 3606 2113 mt 3667 2097 L 1 sg -47 -22 61 -16 3606 2113 3 MP PP c8 3606 2113 mt 3667 2097 L 3667 2097 mt 3620 2075 L 1 sg 60 -17 -46 -21 3651 2577 3 MP PP c8 3651 2577 mt 3605 2556 L 3605 2556 mt 3665 2539 L 1 sg -46 -21 60 -17 3605 2556 3 MP PP c8 3605 2556 mt 3665 2539 L 3665 2539 mt 3619 2518 L 1 sg 61 -17 -47 -21 3650 3019 3 MP PP c8 3650 3019 mt 3603 2998 L 3603 2998 mt 3664 2981 L 1 sg -47 -21 61 -17 3603 2998 3 MP PP c8 3603 2998 mt 3664 2981 L 3664 2981 mt 3617 2960 L 1 sg 61 -16 -47 -22 3649 2000 3 MP PP c8 3649 2000 mt 3602 1978 L 3602 1978 mt 3663 1962 L 1 sg -47 -21 61 -16 3602 1978 3 MP PP c8 3602 1978 mt 3663 1962 L 3663 1962 mt 3616 1941 L 1 sg 60 -16 -46 -22 3648 3461 3 MP PP c8 3648 3461 mt 3602 3439 L 3602 3439 mt 3662 3423 L 1 sg -46 -21 60 -16 3602 3439 3 MP PP c8 3602 3439 mt 3662 3423 L 3662 3423 mt 3616 3402 L 1 sg 60 -17 -46 -21 3647 2442 3 MP PP c8 3647 2442 mt 3601 2421 L 3601 2421 mt 3661 2404 L 1 sg -46 -21 60 -17 3601 2421 3 MP PP c8 3601 2421 mt 3661 2404 L 3661 2404 mt 3615 2383 L 1 sg 61 -16 -47 -21 3646 2884 3 MP PP c8 3646 2884 mt 3599 2863 L 3599 2863 mt 3660 2847 L 1 sg -47 -22 61 -16 3599 2863 3 MP PP c8 3599 2863 mt 3660 2847 L 3660 2847 mt 3613 2825 L 1 sg 60 -16 -46 -22 3644 1865 3 MP PP c8 3644 1865 mt 3598 1843 L 3598 1843 mt 3658 1827 L 1 sg -46 -22 60 -16 3598 1843 3 MP PP c8 3598 1843 mt 3658 1827 L 3658 1827 mt 3612 1805 L 1 sg 60 -17 -46 -21 3644 3326 3 MP PP c8 3644 3326 mt 3598 3305 L 3598 3305 mt 3658 3288 L 1 sg -46 -21 60 -17 3598 3305 3 MP PP c8 3598 3305 mt 3658 3288 L 3658 3288 mt 3612 3267 L 1 sg 61 -16 -47 -21 3643 2307 3 MP PP c8 3643 2307 mt 3596 2286 L 3596 2286 mt 3657 2270 L 1 sg -47 -22 61 -16 3596 2286 3 MP PP c8 3596 2286 mt 3657 2270 L 3657 2270 mt 3610 2248 L 1 sg 60 -16 -46 -22 3641 2750 3 MP PP c8 3641 2750 mt 3595 2728 L 3595 2728 mt 3655 2712 L 1 sg -46 -22 60 -16 3595 2728 3 MP PP c8 3595 2728 mt 3655 2712 L 3655 2712 mt 3609 2690 L 1 sg 61 -16 -47 -22 3640 3192 3 MP PP c8 3640 3192 mt 3593 3170 L 3593 3170 mt 3654 3154 L 1 sg -47 -21 61 -16 3593 3170 3 MP PP c8 3593 3170 mt 3654 3154 L 3654 3154 mt 3607 3133 L 1 sg 61 -16 -47 -22 3639 2173 3 MP PP c8 3639 2173 mt 3592 2151 L 3592 2151 mt 3653 2135 L 1 sg -47 -22 61 -16 3592 2151 3 MP PP c8 3592 2151 mt 3653 2135 L 3653 2135 mt 3606 2113 L 1 sg 60 -16 -46 -22 3637 2615 3 MP PP c8 3637 2615 mt 3591 2593 L 3591 2593 mt 3651 2577 L 1 sg -46 -21 60 -16 3591 2593 3 MP PP c8 3591 2593 mt 3651 2577 L 3651 2577 mt 3605 2556 L 1 sg 61 -17 -47 -21 3636 3057 3 MP PP c8 3636 3057 mt 3589 3036 L 3589 3036 mt 3650 3019 L 1 sg -47 -21 61 -17 3589 3036 3 MP PP c8 3589 3036 mt 3650 3019 L 3650 3019 mt 3603 2998 L 1 sg 61 -16 -46 -22 3634 2038 3 MP PP c8 3634 2038 mt 3588 2016 L 3588 2016 mt 3649 2000 L 1 sg -47 -22 61 -16 3588 2016 3 MP PP c8 3588 2016 mt 3649 2000 L 3649 2000 mt 3602 1978 L 1 sg -46 -22 60 -16 3588 3477 3 MP PP c8 3588 3477 mt 3648 3461 L 3648 3461 mt 3602 3439 L 1 sg 61 -17 -47 -21 3633 2480 3 MP PP c8 3633 2480 mt 3586 2459 L 3586 2459 mt 3647 2442 L 1 sg -46 -21 61 -17 3586 2459 3 MP PP c8 3586 2459 mt 3647 2442 L 3647 2442 mt 3601 2421 L 1 sg 61 -17 -46 -21 3631 2922 3 MP PP c8 3631 2922 mt 3585 2901 L 3585 2901 mt 3646 2884 L 1 sg -47 -21 61 -17 3585 2901 3 MP PP c8 3585 2901 mt 3646 2884 L 3646 2884 mt 3599 2863 L 1 sg 60 -16 -46 -22 3630 1903 3 MP PP c8 3630 1903 mt 3584 1881 L 3584 1881 mt 3644 1865 L 1 sg -46 -22 60 -16 3584 1881 3 MP PP c8 3584 1881 mt 3644 1865 L 3644 1865 mt 3598 1843 L 1 sg 61 -17 -47 -21 3630 3364 3 MP PP c8 3630 3364 mt 3583 3343 L 3583 3343 mt 3644 3326 L 1 sg -46 -21 61 -17 3583 3343 3 MP PP c8 3583 3343 mt 3644 3326 L 3644 3326 mt 3598 3305 L 1 sg 61 -17 -47 -21 3629 2345 3 MP PP c8 3629 2345 mt 3582 2324 L 3582 2324 mt 3643 2307 L 1 sg -47 -21 61 -17 3582 2324 3 MP PP c8 3582 2324 mt 3643 2307 L 3643 2307 mt 3596 2286 L 1 sg 60 -16 -46 -21 3627 2787 3 MP PP c8 3627 2787 mt 3581 2766 L 3581 2766 mt 3641 2750 L 1 sg -46 -22 60 -16 3581 2766 3 MP PP c8 3581 2766 mt 3641 2750 L 3641 2750 mt 3595 2728 L 1 sg 61 -16 -47 -21 3626 3229 3 MP PP c8 3626 3229 mt 3579 3208 L 3579 3208 mt 3640 3192 L 1 sg -47 -22 61 -16 3579 3208 3 MP PP c8 3579 3208 mt 3640 3192 L 3640 3192 mt 3593 3170 L 1 sg 61 -16 -47 -21 3625 2210 3 MP PP c8 3625 2210 mt 3578 2189 L 3578 2189 mt 3639 2173 L 1 sg -47 -22 61 -16 3578 2189 3 MP PP c8 3578 2189 mt 3639 2173 L 3639 2173 mt 3592 2151 L 1 sg 60 -16 -46 -22 3623 2653 3 MP PP c8 3623 2653 mt 3577 2631 L 3577 2631 mt 3637 2615 L 1 sg -46 -22 60 -16 3577 2631 3 MP PP c8 3577 2631 mt 3637 2615 L 3637 2615 mt 3591 2593 L 1 sg 61 -17 -47 -21 3622 3095 3 MP PP c8 3622 3095 mt 3575 3074 L 3575 3074 mt 3636 3057 L 1 sg -47 -21 61 -17 3575 3074 3 MP PP c8 3575 3074 mt 3636 3057 L 3636 3057 mt 3589 3036 L 1 sg 60 -16 -46 -21 3620 2075 3 MP PP c8 3620 2075 mt 3574 2054 L 3574 2054 mt 3634 2038 L 1 sg -46 -22 60 -16 3574 2054 3 MP PP c8 3574 2054 mt 3634 2038 L 3634 2038 mt 3588 2016 L 1 sg 61 -16 -47 -22 3619 2518 3 MP PP c8 3619 2518 mt 3572 2496 L 3572 2496 mt 3633 2480 L 1 sg -47 -21 61 -16 3572 2496 3 MP PP c8 3572 2496 mt 3633 2480 L 3633 2480 mt 3586 2459 L 1 sg 60 -17 -46 -21 3617 2960 3 MP PP c8 3617 2960 mt 3571 2939 L 3571 2939 mt 3631 2922 L 1 sg -46 -21 60 -17 3571 2939 3 MP PP c8 3571 2939 mt 3631 2922 L 3631 2922 mt 3585 2901 L 1 sg 60 -16 -46 -22 3616 1941 3 MP PP c8 3616 1941 mt 3570 1919 L 3570 1919 mt 3630 1903 L 1 sg -46 -22 60 -16 3570 1919 3 MP PP c8 3570 1919 mt 3630 1903 L 3630 1903 mt 3584 1881 L 1 sg 61 -17 -47 -21 3616 3402 3 MP PP c8 3616 3402 mt 3569 3381 L 3569 3381 mt 3630 3364 L 1 sg -47 -21 61 -17 3569 3381 3 MP PP c8 3569 3381 mt 3630 3364 L 3630 3364 mt 3583 3343 L 1 sg 61 -17 -47 -21 3615 2383 3 MP PP c8 3615 2383 mt 3568 2362 L 3568 2362 mt 3629 2345 L 1 sg -47 -21 61 -17 3568 2362 3 MP PP c8 3568 2362 mt 3629 2345 L 3629 2345 mt 3582 2324 L 1 sg 60 -17 -46 -21 3613 2825 3 MP PP c8 3613 2825 mt 3567 2804 L 3567 2804 mt 3627 2787 L 1 sg -46 -21 60 -17 3567 2804 3 MP PP c8 3567 2804 mt 3627 2787 L 3627 2787 mt 3581 2766 L 1 sg 61 -17 -47 -21 3612 3267 3 MP PP c8 3612 3267 mt 3565 3246 L 3565 3246 mt 3626 3229 L 1 sg -47 -21 61 -17 3565 3246 3 MP PP c8 3565 3246 mt 3626 3229 L 3626 3229 mt 3579 3208 L 1 sg 61 -17 -46 -21 3610 2248 3 MP PP c8 3610 2248 mt 3564 2227 L 3564 2227 mt 3625 2210 L 1 sg -47 -21 61 -17 3564 2227 3 MP PP c8 3564 2227 mt 3625 2210 L 3625 2210 mt 3578 2189 L 1 sg 61 -16 -47 -21 3609 2690 3 MP PP c8 3609 2690 mt 3562 2669 L 3562 2669 mt 3623 2653 L 1 sg -46 -22 61 -16 3562 2669 3 MP PP c8 3562 2669 mt 3623 2653 L 3623 2653 mt 3577 2631 L 1 sg 61 -16 -46 -22 3607 3133 3 MP PP c8 3607 3133 mt 3561 3111 L 3561 3111 mt 3622 3095 L 1 sg -47 -21 61 -16 3561 3111 3 MP PP c8 3561 3111 mt 3622 3095 L 3622 3095 mt 3575 3074 L 1 sg 60 -17 -46 -21 3606 2113 3 MP PP c8 3606 2113 mt 3560 2092 L 3560 2092 mt 3620 2075 L 1 sg -46 -21 60 -17 3560 2092 3 MP PP c8 3560 2092 mt 3620 2075 L 3620 2075 mt 3574 2054 L 1 sg 61 -16 -47 -22 3605 2556 3 MP PP c8 3605 2556 mt 3558 2534 L 3558 2534 mt 3619 2518 L 1 sg -47 -22 61 -16 3558 2534 3 MP PP c8 3558 2534 mt 3619 2518 L 3619 2518 mt 3572 2496 L 1 sg 60 -17 -46 -21 3603 2998 3 MP PP c8 3603 2998 mt 3557 2977 L 3557 2977 mt 3617 2960 L 1 sg -46 -21 60 -17 3557 2977 3 MP PP c8 3557 2977 mt 3617 2960 L 3617 2960 mt 3571 2939 L 1 sg 61 -16 -47 -21 3602 1978 3 MP PP c8 3602 1978 mt 3555 1957 L 3555 1957 mt 3616 1941 L 1 sg -46 -22 61 -16 3555 1957 3 MP PP c8 3555 1957 mt 3616 1941 L 3616 1941 mt 3570 1919 L 1 sg 61 -16 -47 -21 3602 3439 3 MP PP c8 3602 3439 mt 3555 3418 L 3555 3418 mt 3616 3402 L 1 sg -47 -21 61 -16 3555 3418 3 MP PP c8 3555 3418 mt 3616 3402 L 3616 3402 mt 3569 3381 L 1 sg 61 -16 -47 -22 3601 2421 3 MP PP c8 3601 2421 mt 3554 2399 L 3554 2399 mt 3615 2383 L 1 sg -47 -21 61 -16 3554 2399 3 MP PP c8 3554 2399 mt 3615 2383 L 3615 2383 mt 3568 2362 L 1 sg 61 -17 -47 -21 3599 2863 3 MP PP c8 3599 2863 mt 3552 2842 L 3552 2842 mt 3613 2825 L 1 sg -46 -21 61 -17 3552 2842 3 MP PP c8 3552 2842 mt 3613 2825 L 3613 2825 mt 3567 2804 L 1 sg 61 -17 -47 -21 3598 1843 3 MP PP c8 3598 1843 mt 3551 1822 L 3551 1822 mt 3612 1805 L 1 sg 61 -17 -47 -21 3598 3305 3 MP PP c8 3598 3305 mt 3551 3284 L 3551 3284 mt 3612 3267 L 1 sg -47 -21 61 -17 3551 3284 3 MP PP c8 3551 3284 mt 3612 3267 L 3612 3267 mt 3565 3246 L 1 sg 60 -17 -46 -21 3596 2286 3 MP PP c8 3596 2286 mt 3550 2265 L 3550 2265 mt 3610 2248 L 1 sg -46 -21 60 -17 3550 2265 3 MP PP c8 3550 2265 mt 3610 2248 L 3610 2248 mt 3564 2227 L 1 sg 61 -17 -47 -21 3595 2728 3 MP PP c8 3595 2728 mt 3548 2707 L 3548 2707 mt 3609 2690 L 1 sg -47 -21 61 -17 3548 2707 3 MP PP c8 3548 2707 mt 3609 2690 L 3609 2690 mt 3562 2669 L 1 sg 60 -16 -46 -21 3593 3170 3 MP PP c8 3593 3170 mt 3547 3149 L 3547 3149 mt 3607 3133 L 1 sg -46 -22 60 -16 3547 3149 3 MP PP c8 3547 3149 mt 3607 3133 L 3607 3133 mt 3561 3111 L 1 sg 60 -17 -46 -21 3592 2151 3 MP PP c8 3592 2151 mt 3546 2130 L 3546 2130 mt 3606 2113 L 1 sg -46 -21 60 -17 3546 2130 3 MP PP c8 3546 2130 mt 3606 2113 L 3606 2113 mt 3560 2092 L 1 sg 61 -16 -47 -21 3591 2593 3 MP PP c8 3591 2593 mt 3544 2572 L 3544 2572 mt 3605 2556 L 1 sg -47 -22 61 -16 3544 2572 3 MP PP c8 3544 2572 mt 3605 2556 L 3605 2556 mt 3558 2534 L 1 sg 60 -16 -46 -22 3589 3036 3 MP PP c8 3589 3036 mt 3543 3014 L 3543 3014 mt 3603 2998 L 1 sg -46 -21 60 -16 3543 3014 3 MP PP c8 3543 3014 mt 3603 2998 L 3603 2998 mt 3557 2977 L 1 sg 61 -16 -47 -22 3588 2016 3 MP PP c8 3588 2016 mt 3541 1994 L 3541 1994 mt 3602 1978 L 1 sg -47 -21 61 -16 3541 1994 3 MP PP c8 3541 1994 mt 3602 1978 L 3602 1978 mt 3555 1957 L 1 sg 61 -17 -47 -21 3588 3477 3 MP PP c8 3588 3477 mt 3541 3456 L 3541 3456 mt 3602 3439 L 1 sg -47 -21 61 -17 3541 3456 3 MP PP c8 3541 3456 mt 3602 3439 L 3602 3439 mt 3555 3418 L 1 sg 61 -16 -46 -22 3586 2459 3 MP PP c8 3586 2459 mt 3540 2437 L 3540 2437 mt 3601 2421 L 1 sg -47 -22 61 -16 3540 2437 3 MP PP c8 3540 2437 mt 3601 2421 L 3601 2421 mt 3554 2399 L 1 sg 61 -17 -47 -21 3585 2901 3 MP PP c8 3585 2901 mt 3538 2880 L 3538 2880 mt 3599 2863 L 1 sg -47 -21 61 -17 3538 2880 3 MP PP c8 3538 2880 mt 3599 2863 L 3599 2863 mt 3552 2842 L 1 sg 61 -16 -47 -22 3584 1881 3 MP PP c8 3584 1881 mt 3537 1859 L 3537 1859 mt 3598 1843 L 1 sg -47 -21 61 -16 3537 1859 3 MP PP c8 3537 1859 mt 3598 1843 L 3598 1843 mt 3551 1822 L 1 sg 61 -17 -46 -21 3583 3343 3 MP PP c8 3583 3343 mt 3537 3322 L 3537 3322 mt 3598 3305 L 1 sg -47 -21 61 -17 3537 3322 3 MP PP c8 3537 3322 mt 3598 3305 L 3598 3305 mt 3551 3284 L 1 sg 60 -16 -46 -22 3582 2324 3 MP PP c8 3582 2324 mt 3536 2302 L 3536 2302 mt 3596 2286 L 1 sg -46 -21 60 -16 3536 2302 3 MP PP c8 3536 2302 mt 3596 2286 L 3596 2286 mt 3550 2265 L 1 sg 61 -17 -47 -21 3581 2766 3 MP PP c8 3581 2766 mt 3534 2745 L 3534 2745 mt 3595 2728 L 1 sg -47 -21 61 -17 3534 2745 3 MP PP c8 3534 2745 mt 3595 2728 L 3595 2728 mt 3548 2707 L 1 sg 60 -17 -46 -21 3579 3208 3 MP PP c8 3579 3208 mt 3533 3187 L 3533 3187 mt 3593 3170 L 1 sg -46 -21 60 -17 3533 3187 3 MP PP c8 3533 3187 mt 3593 3170 L 3593 3170 mt 3547 3149 L 1 sg 61 -16 -47 -22 3578 2189 3 MP PP c8 3578 2189 mt 3531 2167 L 3531 2167 mt 3592 2151 L 1 sg -46 -21 61 -16 3531 2167 3 MP PP c8 3531 2167 mt 3592 2151 L 3592 2151 mt 3546 2130 L 1 sg 61 -17 -47 -21 3577 2631 3 MP PP c8 3577 2631 mt 3530 2610 L 3530 2610 mt 3591 2593 L 1 sg -47 -21 61 -17 3530 2610 3 MP PP c8 3530 2610 mt 3591 2593 L 3591 2593 mt 3544 2572 L 1 sg 61 -16 -47 -22 3575 3074 3 MP PP c8 3575 3074 mt 3528 3052 L 3528 3052 mt 3589 3036 L 1 sg -46 -22 61 -16 3528 3052 3 MP PP c8 3528 3052 mt 3589 3036 L 3589 3036 mt 3543 3014 L 1 sg 61 -16 -47 -22 3574 2054 3 MP PP c8 3574 2054 mt 3527 2032 L 3527 2032 mt 3588 2016 L 1 sg -47 -22 61 -16 3527 2032 3 MP PP c8 3527 2032 mt 3588 2016 L 3588 2016 mt 3541 1994 L 1 sg -47 -21 61 -17 3527 3494 3 MP PP c8 3527 3494 mt 3588 3477 L 3588 3477 mt 3541 3456 L 1 sg 60 -16 -46 -21 3572 2496 3 MP PP c8 3572 2496 mt 3526 2475 L 3526 2475 mt 3586 2459 L 1 sg -46 -22 60 -16 3526 2475 3 MP PP c8 3526 2475 mt 3586 2459 L 3586 2459 mt 3540 2437 L 1 sg 61 -16 -47 -22 3571 2939 3 MP PP c8 3571 2939 mt 3524 2917 L 3524 2917 mt 3585 2901 L 1 sg -47 -21 61 -16 3524 2917 3 MP PP c8 3524 2917 mt 3585 2901 L 3585 2901 mt 3538 2880 L 1 sg 61 -16 -47 -22 3570 1919 3 MP PP c8 3570 1919 mt 3523 1897 L 3523 1897 mt 3584 1881 L 1 sg -47 -22 61 -16 3523 1897 3 MP PP c8 3523 1897 mt 3584 1881 L 3584 1881 mt 3537 1859 L 1 sg 60 -16 -46 -22 3569 3381 3 MP PP c8 3569 3381 mt 3523 3359 L 3523 3359 mt 3583 3343 L 1 sg -46 -21 60 -16 3523 3359 3 MP PP c8 3523 3359 mt 3583 3343 L 3583 3343 mt 3537 3322 L 1 sg 60 -16 -46 -22 3568 2362 3 MP PP c8 3568 2362 mt 3522 2340 L 3522 2340 mt 3582 2324 L 1 sg -46 -22 60 -16 3522 2340 3 MP PP c8 3522 2340 mt 3582 2324 L 3582 2324 mt 3536 2302 L 1 sg 61 -16 -47 -22 3567 2804 3 MP PP c8 3567 2804 mt 3520 2782 L 3520 2782 mt 3581 2766 L 1 sg -47 -21 61 -16 3520 2782 3 MP PP c8 3520 2782 mt 3581 2766 L 3581 2766 mt 3534 2745 L 1 sg 60 -17 -46 -21 3565 3246 3 MP PP c8 3565 3246 mt 3519 3225 L 3519 3225 mt 3579 3208 L 1 sg -46 -21 60 -17 3519 3225 3 MP PP c8 3519 3225 mt 3579 3208 L 3579 3208 mt 3533 3187 L 1 sg 61 -16 -47 -22 3564 2227 3 MP PP c8 3564 2227 mt 3517 2205 L 3517 2205 mt 3578 2189 L 1 sg -47 -22 61 -16 3517 2205 3 MP PP c8 3517 2205 mt 3578 2189 L 3578 2189 mt 3531 2167 L 1 sg 61 -17 -46 -21 3562 2669 3 MP PP c8 3562 2669 mt 3516 2648 L 3516 2648 mt 3577 2631 L 1 sg -47 -21 61 -17 3516 2648 3 MP PP c8 3516 2648 mt 3577 2631 L 3577 2631 mt 3530 2610 L 1 sg 61 -16 -47 -21 3561 3111 3 MP PP c8 3561 3111 mt 3514 3090 L 3514 3090 mt 3575 3074 L 1 sg -47 -22 61 -16 3514 3090 3 MP PP c8 3514 3090 mt 3575 3074 L 3575 3074 mt 3528 3052 L 1 sg 61 -16 -47 -22 3560 2092 3 MP PP c8 3560 2092 mt 3513 2070 L 3513 2070 mt 3574 2054 L 1 sg -47 -22 61 -16 3513 2070 3 MP PP c8 3513 2070 mt 3574 2054 L 3574 2054 mt 3527 2032 L 1 sg 60 -17 -46 -21 3558 2534 3 MP PP c8 3558 2534 mt 3512 2513 L 3512 2513 mt 3572 2496 L 1 sg -46 -21 60 -17 3512 2513 3 MP PP c8 3512 2513 mt 3572 2496 L 3572 2496 mt 3526 2475 L 1 sg 61 -16 -47 -22 3557 2977 3 MP PP c8 3557 2977 mt 3510 2955 L 3510 2955 mt 3571 2939 L 1 sg -47 -22 61 -16 3510 2955 3 MP PP c8 3510 2955 mt 3571 2939 L 3571 2939 mt 3524 2917 L 1 sg 61 -16 -46 -22 3555 1957 3 MP PP c8 3555 1957 mt 3509 1935 L 3509 1935 mt 3570 1919 L 1 sg -47 -22 61 -16 3509 1935 3 MP PP c8 3509 1935 mt 3570 1919 L 3570 1919 mt 3523 1897 L 1 sg 60 -16 -46 -21 3555 3418 3 MP PP c8 3555 3418 mt 3509 3397 L 3509 3397 mt 3569 3381 L 1 sg -46 -22 60 -16 3509 3397 3 MP PP c8 3509 3397 mt 3569 3381 L 3569 3381 mt 3523 3359 L 1 sg 61 -16 -47 -21 3554 2399 3 MP PP c8 3554 2399 mt 3507 2378 L 3507 2378 mt 3568 2362 L 1 sg -46 -22 61 -16 3507 2378 3 MP PP c8 3507 2378 mt 3568 2362 L 3568 2362 mt 3522 2340 L 1 sg 61 -16 -46 -22 3552 2842 3 MP PP c8 3552 2842 mt 3506 2820 L 3506 2820 mt 3567 2804 L 1 sg -47 -22 61 -16 3506 2820 3 MP PP c8 3506 2820 mt 3567 2804 L 3567 2804 mt 3520 2782 L 1 sg 61 -17 -47 -21 3551 3284 3 MP PP c8 3551 3284 mt 3504 3263 L 3504 3263 mt 3565 3246 L 1 sg -46 -21 61 -17 3504 3263 3 MP PP c8 3504 3263 mt 3565 3246 L 3565 3246 mt 3519 3225 L 1 sg 61 -16 -47 -22 3550 2265 3 MP PP c8 3550 2265 mt 3503 2243 L 3503 2243 mt 3564 2227 L 1 sg -47 -22 61 -16 3503 2243 3 MP PP c8 3503 2243 mt 3564 2227 L 3564 2227 mt 3517 2205 L 1 sg 60 -16 -46 -22 3548 2707 3 MP PP c8 3548 2707 mt 3502 2685 L 3502 2685 mt 3562 2669 L 1 sg -46 -21 60 -16 3502 2685 3 MP PP c8 3502 2685 mt 3562 2669 L 3562 2669 mt 3516 2648 L 1 sg 61 -17 -47 -21 3547 3149 3 MP PP c8 3547 3149 mt 3500 3128 L 3500 3128 mt 3561 3111 L 1 sg -47 -21 61 -17 3500 3128 3 MP PP c8 3500 3128 mt 3561 3111 L 3561 3111 mt 3514 3090 L 1 sg 61 -16 -47 -22 3546 2130 3 MP PP c8 3546 2130 mt 3499 2108 L 3499 2108 mt 3560 2092 L 1 sg -47 -22 61 -16 3499 2108 3 MP PP c8 3499 2108 mt 3560 2092 L 3560 2092 mt 3513 2070 L 1 sg 60 -17 -46 -21 3544 2572 3 MP PP c8 3544 2572 mt 3498 2551 L 3498 2551 mt 3558 2534 L 1 sg -46 -21 60 -17 3498 2551 3 MP PP c8 3498 2551 mt 3558 2534 L 3558 2534 mt 3512 2513 L 1 sg 61 -16 -47 -21 3543 3014 3 MP PP c8 3543 3014 mt 3496 2993 L 3496 2993 mt 3557 2977 L 1 sg -47 -22 61 -16 3496 2993 3 MP PP c8 3496 2993 mt 3557 2977 L 3557 2977 mt 3510 2955 L 1 sg 60 -16 -46 -21 3541 1994 3 MP PP c8 3541 1994 mt 3495 1973 L 3495 1973 mt 3555 1957 L 1 sg -46 -22 60 -16 3495 1973 3 MP PP c8 3495 1973 mt 3555 1957 L 3555 1957 mt 3509 1935 L 1 sg 60 -17 -46 -21 3541 3456 3 MP PP c8 3541 3456 mt 3495 3435 L 3495 3435 mt 3555 3418 L 1 sg -46 -21 60 -17 3495 3435 3 MP PP c8 3495 3435 mt 3555 3418 L 3555 3418 mt 3509 3397 L 1 sg 61 -17 -47 -21 3540 2437 3 MP PP c8 3540 2437 mt 3493 2416 L 3493 2416 mt 3554 2399 L 1 sg -47 -21 61 -17 3493 2416 3 MP PP c8 3493 2416 mt 3554 2399 L 3554 2399 mt 3507 2378 L 1 sg 60 -16 -46 -22 3538 2880 3 MP PP c8 3538 2880 mt 3492 2858 L 3492 2858 mt 3552 2842 L 1 sg -46 -22 60 -16 3492 2858 3 MP PP c8 3492 2858 mt 3552 2842 L 3552 2842 mt 3506 2820 L 1 sg 60 -16 -46 -21 3537 1859 3 MP PP c8 3537 1859 mt 3491 1838 L 3491 1838 mt 3551 1822 L 1 sg 61 -16 -47 -22 3537 3322 3 MP PP c8 3537 3322 mt 3490 3300 L 3490 3300 mt 3551 3284 L 1 sg -47 -21 61 -16 3490 3300 3 MP PP c8 3490 3300 mt 3551 3284 L 3551 3284 mt 3504 3263 L 1 sg 61 -16 -47 -21 3536 2302 3 MP PP c8 3536 2302 mt 3489 2281 L 3489 2281 mt 3550 2265 L 1 sg -47 -22 61 -16 3489 2281 3 MP PP c8 3489 2281 mt 3550 2265 L 3550 2265 mt 3503 2243 L 1 sg 60 -16 -46 -22 3534 2745 3 MP PP c8 3534 2745 mt 3488 2723 L 3488 2723 mt 3548 2707 L 1 sg -46 -22 60 -16 3488 2723 3 MP PP c8 3488 2723 mt 3548 2707 L 3548 2707 mt 3502 2685 L 1 sg 61 -17 -47 -21 3533 3187 3 MP PP c8 3533 3187 mt 3486 3166 L 3486 3166 mt 3547 3149 L 1 sg -47 -21 61 -17 3486 3166 3 MP PP c8 3486 3166 mt 3547 3149 L 3547 3149 mt 3500 3128 L 1 sg 61 -16 -46 -21 3531 2167 3 MP PP c8 3531 2167 mt 3485 2146 L 3485 2146 mt 3546 2130 L 1 sg -47 -22 61 -16 3485 2146 3 MP PP c8 3485 2146 mt 3546 2130 L 3546 2130 mt 3499 2108 L 1 sg 61 -16 -47 -22 3530 2610 3 MP PP c8 3530 2610 mt 3483 2588 L 3483 2588 mt 3544 2572 L 1 sg -46 -21 61 -16 3483 2588 3 MP PP c8 3483 2588 mt 3544 2572 L 3544 2572 mt 3498 2551 L 1 sg 61 -17 -46 -21 3528 3052 3 MP PP c8 3528 3052 mt 3482 3031 L 3482 3031 mt 3543 3014 L 1 sg -47 -21 61 -17 3482 3031 3 MP PP c8 3482 3031 mt 3543 3014 L 3543 3014 mt 3496 2993 L 1 sg 60 -17 -46 -21 3527 2032 3 MP PP c8 3527 2032 mt 3481 2011 L 3481 2011 mt 3541 1994 L 1 sg -46 -21 60 -17 3481 2011 3 MP PP c8 3481 2011 mt 3541 1994 L 3541 1994 mt 3495 1973 L 1 sg 61 -17 -47 -21 3527 3494 3 MP PP c8 3527 3494 mt 3480 3473 L 3480 3473 mt 3541 3456 L 1 sg -46 -21 61 -17 3480 3473 3 MP PP c8 3480 3473 mt 3541 3456 L 3541 3456 mt 3495 3435 L 1 sg 61 -17 -47 -21 3526 2475 3 MP PP c8 3526 2475 mt 3479 2454 L 3479 2454 mt 3540 2437 L 1 sg -47 -21 61 -17 3479 2454 3 MP PP c8 3479 2454 mt 3540 2437 L 3540 2437 mt 3493 2416 L 1 sg 60 -16 -46 -21 3524 2917 3 MP PP c8 3524 2917 mt 3478 2896 L 3478 2896 mt 3538 2880 L 1 sg -46 -22 60 -16 3478 2896 3 MP PP c8 3478 2896 mt 3538 2880 L 3538 2880 mt 3492 2858 L 1 sg 60 -17 -46 -21 3523 1897 3 MP PP c8 3523 1897 mt 3477 1876 L 3477 1876 mt 3537 1859 L 1 sg -46 -21 60 -17 3477 1876 3 MP PP c8 3477 1876 mt 3537 1859 L 3537 1859 mt 3491 1838 L 1 sg 61 -16 -47 -21 3523 3359 3 MP PP c8 3523 3359 mt 3476 3338 L 3476 3338 mt 3537 3322 L 1 sg -47 -22 61 -16 3476 3338 3 MP PP c8 3476 3338 mt 3537 3322 L 3537 3322 mt 3490 3300 L 1 sg 61 -17 -47 -21 3522 2340 3 MP PP c8 3522 2340 mt 3475 2319 L 3475 2319 mt 3536 2302 L 1 sg -47 -21 61 -17 3475 2319 3 MP PP c8 3475 2319 mt 3536 2302 L 3536 2302 mt 3489 2281 L 1 sg 60 -16 -46 -21 3520 2782 3 MP PP c8 3520 2782 mt 3474 2761 L 3474 2761 mt 3534 2745 L 1 sg -46 -22 60 -16 3474 2761 3 MP PP c8 3474 2761 mt 3534 2745 L 3534 2745 mt 3488 2723 L 1 sg 61 -16 -47 -22 3519 3225 3 MP PP c8 3519 3225 mt 3472 3203 L 3472 3203 mt 3533 3187 L 1 sg -47 -21 61 -16 3472 3203 3 MP PP c8 3472 3203 mt 3533 3187 L 3533 3187 mt 3486 3166 L 1 sg 60 -17 -46 -21 3517 2205 3 MP PP c8 3517 2205 mt 3471 2184 L 3471 2184 mt 3531 2167 L 1 sg -46 -21 60 -17 3471 2184 3 MP PP c8 3471 2184 mt 3531 2167 L 3531 2167 mt 3485 2146 L 1 sg 61 -16 -47 -22 3516 2648 3 MP PP c8 3516 2648 mt 3469 2626 L 3469 2626 mt 3530 2610 L 1 sg -47 -22 61 -16 3469 2626 3 MP PP c8 3469 2626 mt 3530 2610 L 3530 2610 mt 3483 2588 L 1 sg 60 -17 -46 -21 3514 3090 3 MP PP c8 3514 3090 mt 3468 3069 L 3468 3069 mt 3528 3052 L 1 sg -46 -21 60 -17 3468 3069 3 MP PP c8 3468 3069 mt 3528 3052 L 3528 3052 mt 3482 3031 L 1 sg 60 -16 -46 -22 3513 2070 3 MP PP c8 3513 2070 mt 3467 2048 L 3467 2048 mt 3527 2032 L 1 sg -46 -21 60 -16 3467 2048 3 MP PP c8 3467 2048 mt 3527 2032 L 3527 2032 mt 3481 2011 L 1 sg -47 -21 61 -17 3466 3511 3 MP PP c8 3466 3511 mt 3527 3494 L 3527 3494 mt 3480 3473 L 1 sg 61 -16 -47 -22 3512 2513 3 MP PP c8 3512 2513 mt 3465 2491 L 3465 2491 mt 3526 2475 L 1 sg -47 -21 61 -16 3465 2491 3 MP PP c8 3465 2491 mt 3526 2475 L 3526 2475 mt 3479 2454 L 1 sg 60 -17 -46 -21 3510 2955 3 MP PP c8 3510 2955 mt 3464 2934 L 3464 2934 mt 3524 2917 L 1 sg -46 -21 60 -17 3464 2934 3 MP PP c8 3464 2934 mt 3524 2917 L 3524 2917 mt 3478 2896 L 1 sg 61 -17 -47 -21 3509 1935 3 MP PP c8 3509 1935 mt 3462 1914 L 3462 1914 mt 3523 1897 L 1 sg -46 -21 61 -17 3462 1914 3 MP PP c8 3462 1914 mt 3523 1897 L 3523 1897 mt 3477 1876 L 1 sg 61 -17 -47 -21 3509 3397 3 MP PP c8 3509 3397 mt 3462 3376 L 3462 3376 mt 3523 3359 L 1 sg -47 -21 61 -17 3462 3376 3 MP PP c8 3462 3376 mt 3523 3359 L 3523 3359 mt 3476 3338 L 1 sg 61 -16 -46 -22 3507 2378 3 MP PP c8 3507 2378 mt 3461 2356 L 3461 2356 mt 3522 2340 L 1 sg -47 -21 61 -16 3461 2356 3 MP PP c8 3461 2356 mt 3522 2340 L 3522 2340 mt 3475 2319 L 1 sg 61 -17 -47 -21 3506 2820 3 MP PP c8 3506 2820 mt 3459 2799 L 3459 2799 mt 3520 2782 L 1 sg -46 -21 61 -17 3459 2799 3 MP PP c8 3459 2799 mt 3520 2782 L 3520 2782 mt 3474 2761 L 1 sg 61 -16 -46 -22 3504 3263 3 MP PP c8 3504 3263 mt 3458 3241 L 3458 3241 mt 3519 3225 L 1 sg -47 -22 61 -16 3458 3241 3 MP PP c8 3458 3241 mt 3519 3225 L 3519 3225 mt 3472 3203 L 1 sg 60 -16 -46 -22 3503 2243 3 MP PP c8 3503 2243 mt 3457 2221 L 3457 2221 mt 3517 2205 L 1 sg -46 -21 60 -16 3457 2221 3 MP PP c8 3457 2221 mt 3517 2205 L 3517 2205 mt 3471 2184 L 1 sg 61 -16 -47 -21 3502 2685 3 MP PP c8 3502 2685 mt 3455 2664 L 3455 2664 mt 3516 2648 L 1 sg -47 -22 61 -16 3455 2664 3 MP PP c8 3455 2664 mt 3516 2648 L 3516 2648 mt 3469 2626 L 1 sg 60 -16 -46 -22 3500 3128 3 MP PP c8 3500 3128 mt 3454 3106 L 3454 3106 mt 3514 3090 L 1 sg -46 -21 60 -16 3454 3106 3 MP PP c8 3454 3106 mt 3514 3090 L 3514 3090 mt 3468 3069 L 1 sg 60 -16 -46 -22 3499 2108 3 MP PP c8 3499 2108 mt 3453 2086 L 3453 2086 mt 3513 2070 L 1 sg -46 -22 60 -16 3453 2086 3 MP PP c8 3453 2086 mt 3513 2070 L 3513 2070 mt 3467 2048 L 1 sg 61 -16 -47 -22 3498 2551 3 MP PP c8 3498 2551 mt 3451 2529 L 3451 2529 mt 3512 2513 L 1 sg -47 -22 61 -16 3451 2529 3 MP PP c8 3451 2529 mt 3512 2513 L 3512 2513 mt 3465 2491 L 1 sg 60 -17 -46 -21 3496 2993 3 MP PP c8 3496 2993 mt 3450 2972 L 3450 2972 mt 3510 2955 L 1 sg -46 -21 60 -17 3450 2972 3 MP PP c8 3450 2972 mt 3510 2955 L 3510 2955 mt 3464 2934 L 1 sg 61 -17 -47 -21 3495 1973 3 MP PP c8 3495 1973 mt 3448 1952 L 3448 1952 mt 3509 1935 L 1 sg -47 -21 61 -17 3448 1952 3 MP PP c8 3448 1952 mt 3509 1935 L 3509 1935 mt 3462 1914 L 1 sg 61 -17 -47 -21 3495 3435 3 MP PP c8 3495 3435 mt 3448 3414 L 3448 3414 mt 3509 3397 L 1 sg -47 -21 61 -17 3448 3414 3 MP PP c8 3448 3414 mt 3509 3397 L 3509 3397 mt 3462 3376 L 1 sg 60 -16 -46 -22 3493 2416 3 MP PP c8 3493 2416 mt 3447 2394 L 3447 2394 mt 3507 2378 L 1 sg -46 -22 60 -16 3447 2394 3 MP PP c8 3447 2394 mt 3507 2378 L 3507 2378 mt 3461 2356 L 1 sg 61 -17 -47 -21 3492 2858 3 MP PP c8 3492 2858 mt 3445 2837 L 3445 2837 mt 3506 2820 L 1 sg -47 -21 61 -17 3445 2837 3 MP PP c8 3445 2837 mt 3506 2820 L 3506 2820 mt 3459 2799 L 1 sg 60 -16 -46 -21 3490 3300 3 MP PP c8 3490 3300 mt 3444 3279 L 3444 3279 mt 3504 3263 L 1 sg -46 -22 60 -16 3444 3279 3 MP PP c8 3444 3279 mt 3504 3263 L 3504 3263 mt 3458 3241 L 1 sg 60 -16 -46 -22 3489 2281 3 MP PP c8 3489 2281 mt 3443 2259 L 3443 2259 mt 3503 2243 L 1 sg -46 -22 60 -16 3443 2259 3 MP PP c8 3443 2259 mt 3503 2243 L 3503 2243 mt 3457 2221 L 1 sg 61 -17 -47 -21 3488 2723 3 MP PP c8 3488 2723 mt 3441 2702 L 3441 2702 mt 3502 2685 L 1 sg -47 -21 61 -17 3441 2702 3 MP PP c8 3441 2702 mt 3502 2685 L 3502 2685 mt 3455 2664 L 1 sg 60 -16 -46 -22 3486 3166 3 MP PP c8 3486 3166 mt 3440 3144 L 3440 3144 mt 3500 3128 L 1 sg -46 -22 60 -16 3440 3144 3 MP PP c8 3440 3144 mt 3500 3128 L 3500 3128 mt 3454 3106 L 1 sg 61 -16 -47 -22 3485 2146 3 MP PP c8 3485 2146 mt 3438 2124 L 3438 2124 mt 3499 2108 L 1 sg -46 -22 61 -16 3438 2124 3 MP PP c8 3438 2124 mt 3499 2108 L 3499 2108 mt 3453 2086 L 1 sg 61 -16 -46 -21 3483 2588 3 MP PP c8 3483 2588 mt 3437 2567 L 3437 2567 mt 3498 2551 L 1 sg -47 -22 61 -16 3437 2567 3 MP PP c8 3437 2567 mt 3498 2551 L 3498 2551 mt 3451 2529 L 1 sg 61 -16 -47 -22 3482 3031 3 MP PP c8 3482 3031 mt 3435 3009 L 3435 3009 mt 3496 2993 L 1 sg -46 -21 61 -16 3435 3009 3 MP PP c8 3435 3009 mt 3496 2993 L 3496 2993 mt 3450 2972 L 1 sg 61 -16 -47 -22 3481 2011 3 MP PP c8 3481 2011 mt 3434 1989 L 3434 1989 mt 3495 1973 L 1 sg -47 -21 61 -16 3434 1989 3 MP PP c8 3434 1989 mt 3495 1973 L 3495 1973 mt 3448 1952 L 1 sg 61 -17 -46 -21 3480 3473 3 MP PP c8 3480 3473 mt 3434 3452 L 3434 3452 mt 3495 3435 L 1 sg -47 -21 61 -17 3434 3452 3 MP PP c8 3434 3452 mt 3495 3435 L 3495 3435 mt 3448 3414 L 1 sg 60 -16 -46 -22 3479 2454 3 MP PP c8 3479 2454 mt 3433 2432 L 3433 2432 mt 3493 2416 L 1 sg -46 -22 60 -16 3433 2432 3 MP PP c8 3433 2432 mt 3493 2416 L 3493 2416 mt 3447 2394 L 1 sg 61 -17 -47 -21 3478 2896 3 MP PP c8 3478 2896 mt 3431 2875 L 3431 2875 mt 3492 2858 L 1 sg -47 -21 61 -17 3431 2875 3 MP PP c8 3431 2875 mt 3492 2858 L 3492 2858 mt 3445 2837 L 1 sg 61 -18 -47 -20 3477 1876 3 MP PP c8 3477 1876 mt 3430 1856 L 3430 1856 mt 3491 1838 L 1 sg 60 -17 -46 -21 3476 3338 3 MP PP c8 3476 3338 mt 3430 3317 L 3430 3317 mt 3490 3300 L 1 sg -46 -21 60 -17 3430 3317 3 MP PP c8 3430 3317 mt 3490 3300 L 3490 3300 mt 3444 3279 L 1 sg 60 -16 -46 -22 3475 2319 3 MP PP c8 3475 2319 mt 3429 2297 L 3429 2297 mt 3489 2281 L 1 sg -46 -22 60 -16 3429 2297 3 MP PP c8 3429 2297 mt 3489 2281 L 3489 2281 mt 3443 2259 L 1 sg 61 -17 -47 -21 3474 2761 3 MP PP c8 3474 2761 mt 3427 2740 L 3427 2740 mt 3488 2723 L 1 sg -47 -21 61 -17 3427 2740 3 MP PP c8 3427 2740 mt 3488 2723 L 3488 2723 mt 3441 2702 L 1 sg 60 -16 -46 -21 3472 3203 3 MP PP c8 3472 3203 mt 3426 3182 L 3426 3182 mt 3486 3166 L 1 sg -46 -22 60 -16 3426 3182 3 MP PP c8 3426 3182 mt 3486 3166 L 3486 3166 mt 3440 3144 L 1 sg 61 -16 -47 -22 3471 2184 3 MP PP c8 3471 2184 mt 3424 2162 L 3424 2162 mt 3485 2146 L 1 sg -47 -22 61 -16 3424 2162 3 MP PP c8 3424 2162 mt 3485 2146 L 3485 2146 mt 3438 2124 L 1 sg 60 -17 -46 -21 3469 2626 3 MP PP c8 3469 2626 mt 3423 2605 L 3423 2605 mt 3483 2588 L 1 sg -46 -21 60 -17 3423 2605 3 MP PP c8 3423 2605 mt 3483 2588 L 3483 2588 mt 3437 2567 L 1 sg 61 -16 -47 -22 3468 3069 3 MP PP c8 3468 3069 mt 3421 3047 L 3421 3047 mt 3482 3031 L 1 sg -47 -22 61 -16 3421 3047 3 MP PP c8 3421 3047 mt 3482 3031 L 3482 3031 mt 3435 3009 L 1 sg 61 -16 -47 -21 3467 2048 3 MP PP c8 3467 2048 mt 3420 2027 L 3420 2027 mt 3481 2011 L 1 sg -47 -22 61 -16 3420 2027 3 MP PP c8 3420 2027 mt 3481 2011 L 3481 2011 mt 3434 1989 L 1 sg 60 -16 -46 -22 3466 3511 3 MP PP c8 3466 3511 mt 3420 3489 L 3420 3489 mt 3480 3473 L 1 sg -46 -21 60 -16 3420 3489 3 MP PP c8 3420 3489 mt 3480 3473 L 3480 3473 mt 3434 3452 L 1 sg 60 -16 -46 -21 3465 2491 3 MP PP c8 3465 2491 mt 3419 2470 L 3419 2470 mt 3479 2454 L 1 sg -46 -22 60 -16 3419 2470 3 MP PP c8 3419 2470 mt 3479 2454 L 3479 2454 mt 3433 2432 L 1 sg 61 -16 -47 -22 3464 2934 3 MP PP c8 3464 2934 mt 3417 2912 L 3417 2912 mt 3478 2896 L 1 sg -47 -21 61 -16 3417 2912 3 MP PP c8 3417 2912 mt 3478 2896 L 3478 2896 mt 3431 2875 L 1 sg 61 -18 -46 -20 3462 1914 3 MP PP c8 3462 1914 mt 3416 1894 L 3416 1894 mt 3477 1876 L 1 sg -47 -20 61 -18 3416 1894 3 MP PP c8 3416 1894 mt 3477 1876 L 3477 1876 mt 3430 1856 L 1 sg 60 -17 -46 -21 3462 3376 3 MP PP c8 3462 3376 mt 3416 3355 L 3416 3355 mt 3476 3338 L 1 sg -46 -21 60 -17 3416 3355 3 MP PP c8 3416 3355 mt 3476 3338 L 3476 3338 mt 3430 3317 L 1 sg 61 -16 -47 -21 3461 2356 3 MP PP c8 3461 2356 mt 3414 2335 L 3414 2335 mt 3475 2319 L 1 sg -46 -22 61 -16 3414 2335 3 MP PP c8 3414 2335 mt 3475 2319 L 3475 2319 mt 3429 2297 L 1 sg 61 -17 -46 -21 3459 2799 3 MP PP c8 3459 2799 mt 3413 2778 L 3413 2778 mt 3474 2761 L 1 sg -47 -21 61 -17 3413 2778 3 MP PP c8 3413 2778 mt 3474 2761 L 3474 2761 mt 3427 2740 L 1 sg 61 -17 -47 -21 3458 3241 3 MP PP c8 3458 3241 mt 3411 3220 L 3411 3220 mt 3472 3203 L 1 sg -46 -21 61 -17 3411 3220 3 MP PP c8 3411 3220 mt 3472 3203 L 3472 3203 mt 3426 3182 L 1 sg 61 -16 -47 -21 3457 2221 3 MP PP c8 3457 2221 mt 3410 2200 L 3410 2200 mt 3471 2184 L 1 sg -47 -22 61 -16 3410 2200 3 MP PP c8 3410 2200 mt 3471 2184 L 3471 2184 mt 3424 2162 L 1 sg 60 -17 -46 -21 3455 2664 3 MP PP c8 3455 2664 mt 3409 2643 L 3409 2643 mt 3469 2626 L 1 sg -46 -21 60 -17 3409 2643 3 MP PP c8 3409 2643 mt 3469 2626 L 3469 2626 mt 3423 2605 L 1 sg 61 -16 -47 -21 3454 3106 3 MP PP c8 3454 3106 mt 3407 3085 L 3407 3085 mt 3468 3069 L 1 sg -47 -22 61 -16 3407 3085 3 MP PP c8 3407 3085 mt 3468 3069 L 3468 3069 mt 3421 3047 L 1 sg 61 -17 -47 -21 3453 2086 3 MP PP c8 3453 2086 mt 3406 2065 L 3406 2065 mt 3467 2048 L 1 sg -47 -21 61 -17 3406 2065 3 MP PP c8 3406 2065 mt 3467 2048 L 3467 2048 mt 3420 2027 L 1 sg -46 -22 60 -16 3406 3527 3 MP PP c8 3406 3527 mt 3466 3511 L 3466 3511 mt 3420 3489 L 1 sg 60 -17 -46 -21 3451 2529 3 MP PP c8 3451 2529 mt 3405 2508 L 3405 2508 mt 3465 2491 L 1 sg -46 -21 60 -17 3405 2508 3 MP PP c8 3405 2508 mt 3465 2491 L 3465 2491 mt 3419 2470 L 1 sg 61 -16 -47 -22 3450 2972 3 MP PP c8 3450 2972 mt 3403 2950 L 3403 2950 mt 3464 2934 L 1 sg -47 -22 61 -16 3403 2950 3 MP PP c8 3403 2950 mt 3464 2934 L 3464 2934 mt 3417 2912 L 1 sg 60 -18 -46 -20 3448 1952 3 MP PP c8 3448 1952 mt 3402 1932 L 3402 1932 mt 3462 1914 L 1 sg -46 -20 60 -18 3402 1932 3 MP PP c8 3402 1932 mt 3462 1914 L 3462 1914 mt 3416 1894 L 1 sg 60 -16 -46 -22 3448 3414 3 MP PP c8 3448 3414 mt 3402 3392 L 3402 3392 mt 3462 3376 L 1 sg -46 -21 60 -16 3402 3392 3 MP PP c8 3402 3392 mt 3462 3376 L 3462 3376 mt 3416 3355 L 1 sg 61 -17 -47 -21 3447 2394 3 MP PP c8 3447 2394 mt 3400 2373 L 3400 2373 mt 3461 2356 L 1 sg -47 -21 61 -17 3400 2373 3 MP PP c8 3400 2373 mt 3461 2356 L 3461 2356 mt 3414 2335 L 1 sg 60 -16 -46 -22 3445 2837 3 MP PP c8 3445 2837 mt 3399 2815 L 3399 2815 mt 3459 2799 L 1 sg -46 -21 60 -16 3399 2815 3 MP PP c8 3399 2815 mt 3459 2799 L 3459 2799 mt 3413 2778 L 1 sg 61 -17 -47 -21 3444 3279 3 MP PP c8 3444 3279 mt 3397 3258 L 3397 3258 mt 3458 3241 L 1 sg -47 -21 61 -17 3397 3258 3 MP PP c8 3397 3258 mt 3458 3241 L 3458 3241 mt 3411 3220 L 1 sg 61 -16 -47 -22 3443 2259 3 MP PP c8 3443 2259 mt 3396 2237 L 3396 2237 mt 3457 2221 L 1 sg -47 -21 61 -16 3396 2237 3 MP PP c8 3396 2237 mt 3457 2221 L 3457 2221 mt 3410 2200 L 1 sg 60 -16 -46 -22 3441 2702 3 MP PP c8 3441 2702 mt 3395 2680 L 3395 2680 mt 3455 2664 L 1 sg -46 -21 60 -16 3395 2680 3 MP PP c8 3395 2680 mt 3455 2664 L 3455 2664 mt 3409 2643 L 1 sg 61 -17 -47 -21 3440 3144 3 MP PP c8 3440 3144 mt 3393 3123 L 3393 3123 mt 3454 3106 L 1 sg -47 -21 61 -17 3393 3123 3 MP PP c8 3393 3123 mt 3454 3106 L 3454 3106 mt 3407 3085 L 1 sg 61 -17 -46 -21 3438 2124 3 MP PP c8 3438 2124 mt 3392 2103 L 3392 2103 mt 3453 2086 L 1 sg -47 -21 61 -17 3392 2103 3 MP PP c8 3392 2103 mt 3453 2086 L 3453 2086 mt 3406 2065 L 1 sg 61 -17 -47 -21 3437 2567 3 MP PP c8 3437 2567 mt 3390 2546 L 3390 2546 mt 3451 2529 L 1 sg -46 -21 61 -17 3390 2546 3 MP PP c8 3390 2546 mt 3451 2529 L 3451 2529 mt 3405 2508 L 1 sg 61 -16 -46 -21 3435 3009 3 MP PP c8 3435 3009 mt 3389 2988 L 3389 2988 mt 3450 2972 L 1 sg -47 -22 61 -16 3389 2988 3 MP PP c8 3389 2988 mt 3450 2972 L 3450 2972 mt 3403 2950 L 1 sg 60 -18 -46 -19 3434 1989 3 MP PP c8 3434 1989 mt 3388 1970 L 3388 1970 mt 3448 1952 L 1 sg -46 -20 60 -18 3388 1970 3 MP PP c8 3388 1970 mt 3448 1952 L 3448 1952 mt 3402 1932 L 1 sg 61 -16 -47 -22 3434 3452 3 MP PP c8 3434 3452 mt 3387 3430 L 3387 3430 mt 3448 3414 L 1 sg -46 -22 61 -16 3387 3430 3 MP PP c8 3387 3430 mt 3448 3414 L 3448 3414 mt 3402 3392 L 1 sg 61 -16 -47 -22 3433 2432 3 MP PP c8 3433 2432 mt 3386 2410 L 3386 2410 mt 3447 2394 L 1 sg -47 -21 61 -16 3386 2410 3 MP PP c8 3386 2410 mt 3447 2394 L 3447 2394 mt 3400 2373 L 1 sg 60 -16 -46 -22 3431 2875 3 MP PP c8 3431 2875 mt 3385 2853 L 3385 2853 mt 3445 2837 L 1 sg -46 -22 60 -16 3385 2853 3 MP PP c8 3385 2853 mt 3445 2837 L 3445 2837 mt 3399 2815 L 1 sg 61 -16 -47 -22 3430 3317 3 MP PP c8 3430 3317 mt 3383 3295 L 3383 3295 mt 3444 3279 L 1 sg -47 -21 61 -16 3383 3295 3 MP PP c8 3383 3295 mt 3444 3279 L 3444 3279 mt 3397 3258 L 1 sg 61 -16 -47 -22 3429 2297 3 MP PP c8 3429 2297 mt 3382 2275 L 3382 2275 mt 3443 2259 L 1 sg -47 -22 61 -16 3382 2275 3 MP PP c8 3382 2275 mt 3443 2259 L 3443 2259 mt 3396 2237 L 1 sg 60 -16 -46 -22 3427 2740 3 MP PP c8 3427 2740 mt 3381 2718 L 3381 2718 mt 3441 2702 L 1 sg -46 -22 60 -16 3381 2718 3 MP PP c8 3381 2718 mt 3441 2702 L 3441 2702 mt 3395 2680 L 1 sg 61 -17 -47 -21 3426 3182 3 MP PP c8 3426 3182 mt 3379 3161 L 3379 3161 mt 3440 3144 L 1 sg -47 -21 61 -17 3379 3161 3 MP PP c8 3379 3161 mt 3440 3144 L 3440 3144 mt 3393 3123 L 1 sg 60 -17 -46 -21 3424 2162 3 MP PP c8 3424 2162 mt 3378 2141 L 3378 2141 mt 3438 2124 L 1 sg -46 -21 60 -17 3378 2141 3 MP PP c8 3378 2141 mt 3438 2124 L 3438 2124 mt 3392 2103 L 1 sg 61 -16 -47 -22 3423 2605 3 MP PP c8 3423 2605 mt 3376 2583 L 3376 2583 mt 3437 2567 L 1 sg -47 -21 61 -16 3376 2583 3 MP PP c8 3376 2583 mt 3437 2567 L 3437 2567 mt 3390 2546 L 1 sg 60 -17 -46 -21 3421 3047 3 MP PP c8 3421 3047 mt 3375 3026 L 3375 3026 mt 3435 3009 L 1 sg -46 -21 60 -17 3375 3026 3 MP PP c8 3375 3026 mt 3435 3009 L 3435 3009 mt 3389 2988 L 1 sg 60 -19 -46 -19 3420 2027 3 MP PP c8 3420 2027 mt 3374 2008 L 3374 2008 mt 3434 1989 L 1 sg -46 -19 60 -19 3374 2008 3 MP PP c8 3374 2008 mt 3434 1989 L 3434 1989 mt 3388 1970 L 1 sg 61 -16 -47 -21 3420 3489 3 MP PP c8 3420 3489 mt 3373 3468 L 3373 3468 mt 3434 3452 L 1 sg -47 -22 61 -16 3373 3468 3 MP PP c8 3373 3468 mt 3434 3452 L 3434 3452 mt 3387 3430 L 1 sg 61 -16 -47 -22 3419 2470 3 MP PP c8 3419 2470 mt 3372 2448 L 3372 2448 mt 3433 2432 L 1 sg -47 -22 61 -16 3372 2448 3 MP PP c8 3372 2448 mt 3433 2432 L 3433 2432 mt 3386 2410 L 1 sg 60 -16 -46 -21 3417 2912 3 MP PP c8 3417 2912 mt 3371 2891 L 3371 2891 mt 3431 2875 L 1 sg -46 -22 60 -16 3371 2891 3 MP PP c8 3371 2891 mt 3431 2875 L 3431 2875 mt 3385 2853 L 1 sg 61 -22 -47 -16 3416 1894 3 MP PP c8 3416 1894 mt 3369 1878 L c9 3369 1878 mt 3430 1856 L 1 sg 61 -16 -47 -22 3416 3355 3 MP PP c8 3416 3355 mt 3369 3333 L 3369 3333 mt 3430 3317 L 1 sg -47 -22 61 -16 3369 3333 3 MP PP c8 3369 3333 mt 3430 3317 L 3430 3317 mt 3383 3295 L 1 sg 61 -16 -46 -22 3414 2335 3 MP PP c8 3414 2335 mt 3368 2313 L 3368 2313 mt 3429 2297 L 1 sg -47 -22 61 -16 3368 2313 3 MP PP c8 3368 2313 mt 3429 2297 L 3429 2297 mt 3382 2275 L 1 sg 61 -16 -47 -22 3413 2778 3 MP PP c8 3413 2778 mt 3366 2756 L 3366 2756 mt 3427 2740 L 1 sg -46 -22 61 -16 3366 2756 3 MP PP c8 3366 2756 mt 3427 2740 L 3427 2740 mt 3381 2718 L 1 sg 61 -16 -46 -22 3411 3220 3 MP PP c8 3411 3220 mt 3365 3198 L 3365 3198 mt 3426 3182 L 1 sg -47 -21 61 -16 3365 3198 3 MP PP c8 3365 3198 mt 3426 3182 L 3426 3182 mt 3379 3161 L 1 sg 60 -16 -46 -22 3410 2200 3 MP PP c8 3410 2200 mt 3364 2178 L 3364 2178 mt 3424 2162 L 1 sg -46 -21 60 -16 3364 2178 3 MP PP c8 3364 2178 mt 3424 2162 L 3424 2162 mt 3378 2141 L 1 sg 61 -16 -47 -22 3409 2643 3 MP PP c8 3409 2643 mt 3362 2621 L 3362 2621 mt 3423 2605 L 1 sg -47 -22 61 -16 3362 2621 3 MP PP c8 3362 2621 mt 3423 2605 L 3423 2605 mt 3376 2583 L 1 sg 60 -17 -46 -21 3407 3085 3 MP PP c8 3407 3085 mt 3361 3064 L 3361 3064 mt 3421 3047 L 1 sg -46 -21 60 -17 3361 3064 3 MP PP c8 3361 3064 mt 3421 3047 L 3421 3047 mt 3375 3026 L 1 sg 60 -18 -46 -20 3406 2065 3 MP PP c8 3406 2065 mt 3360 2045 L 3360 2045 mt 3420 2027 L 1 sg -46 -19 60 -18 3360 2045 3 MP PP c8 3360 2045 mt 3420 2027 L 3420 2027 mt 3374 2008 L 1 sg 61 -17 -47 -21 3406 3527 3 MP PP c8 3406 3527 mt 3359 3506 L 3359 3506 mt 3420 3489 L 1 sg -47 -21 61 -17 3359 3506 3 MP PP c8 3359 3506 mt 3420 3489 L 3420 3489 mt 3373 3468 L 1 sg 61 -16 -47 -22 3405 2508 3 MP PP c8 3405 2508 mt 3358 2486 L 3358 2486 mt 3419 2470 L 1 sg -47 -22 61 -16 3358 2486 3 MP PP c8 3358 2486 mt 3419 2470 L 3419 2470 mt 3372 2448 L 1 sg 60 -17 -46 -21 3403 2950 3 MP PP c8 3403 2950 mt 3357 2929 L 3357 2929 mt 3417 2912 L 1 sg -46 -21 60 -17 3357 2929 3 MP PP c8 3357 2929 mt 3417 2912 L 3417 2912 mt 3371 2891 L 1 sg 61 -22 -47 -16 3402 1932 3 MP PP c8 3402 1932 mt 3355 1916 L c9 3355 1916 mt 3416 1894 L 1 sg -47 -16 61 -22 3355 1916 3 MP PP c9 3355 1916 mt 3416 1894 L c8 3416 1894 mt 3369 1878 L 1 sg 61 -16 -47 -21 3402 3392 3 MP PP c8 3402 3392 mt 3355 3371 L 3355 3371 mt 3416 3355 L 1 sg -47 -22 61 -16 3355 3371 3 MP PP c8 3355 3371 mt 3416 3355 L 3416 3355 mt 3369 3333 L 1 sg 60 -16 -46 -22 3400 2373 3 MP PP c8 3400 2373 mt 3354 2351 L 3354 2351 mt 3414 2335 L 1 sg -46 -22 60 -16 3354 2351 3 MP PP c8 3354 2351 mt 3414 2335 L 3414 2335 mt 3368 2313 L 1 sg 61 -16 -47 -21 3399 2815 3 MP PP c8 3399 2815 mt 3352 2794 L 3352 2794 mt 3413 2778 L 1 sg -47 -22 61 -16 3352 2794 3 MP PP c8 3352 2794 mt 3413 2778 L 3413 2778 mt 3366 2756 L 1 sg 60 -16 -46 -22 3397 3258 3 MP PP c8 3397 3258 mt 3351 3236 L 3351 3236 mt 3411 3220 L 1 sg -46 -22 60 -16 3351 3236 3 MP PP c8 3351 3236 mt 3411 3220 L 3411 3220 mt 3365 3198 L 1 sg 60 -16 -46 -21 3396 2237 3 MP PP c8 3396 2237 mt 3350 2216 L 3350 2216 mt 3410 2200 L 1 sg -46 -22 60 -16 3350 2216 3 MP PP c8 3350 2216 mt 3410 2200 L 3410 2200 mt 3364 2178 L 1 sg 61 -16 -47 -21 3395 2680 3 MP PP c8 3395 2680 mt 3348 2659 L 3348 2659 mt 3409 2643 L 1 sg -47 -22 61 -16 3348 2659 3 MP PP c8 3348 2659 mt 3409 2643 L 3409 2643 mt 3362 2621 L 1 sg 60 -16 -46 -22 3393 3123 3 MP PP c8 3393 3123 mt 3347 3101 L 3347 3101 mt 3407 3085 L 1 sg -46 -21 60 -16 3347 3101 3 MP PP c8 3347 3101 mt 3407 3085 L 3407 3085 mt 3361 3064 L 1 sg 61 -18 -47 -20 3392 2103 3 MP PP c8 3392 2103 mt 3345 2083 L 3345 2083 mt 3406 2065 L 1 sg -46 -20 61 -18 3345 2083 3 MP PP c8 3345 2083 mt 3406 2065 L 3406 2065 mt 3360 2045 L 1 sg -47 -21 61 -17 3345 3544 3 MP PP c8 3345 3544 mt 3406 3527 L 3406 3527 mt 3359 3506 L 1 sg 61 -16 -46 -22 3390 2546 3 MP PP c8 3390 2546 mt 3344 2524 L 3344 2524 mt 3405 2508 L 1 sg -47 -22 61 -16 3344 2524 3 MP PP c8 3344 2524 mt 3405 2508 L 3405 2508 mt 3358 2486 L 1 sg 61 -17 -47 -21 3389 2988 3 MP PP c8 3389 2988 mt 3342 2967 L 3342 2967 mt 3403 2950 L 1 sg -46 -21 61 -17 3342 2967 3 MP PP c8 3342 2967 mt 3403 2950 L 3403 2950 mt 3357 2929 L 1 sg 61 -21 -47 -17 3388 1970 3 MP PP c8 3388 1970 mt 3341 1953 L c9 3341 1953 mt 3402 1932 L 1 sg -47 -16 61 -21 3341 1953 3 MP PP c9 3341 1953 mt 3402 1932 L c8 3402 1932 mt 3355 1916 L 1 sg 61 -17 -46 -21 3387 3430 3 MP PP c8 3387 3430 mt 3341 3409 L 3341 3409 mt 3402 3392 L 1 sg -47 -21 61 -17 3341 3409 3 MP PP c8 3341 3409 mt 3402 3392 L 3402 3392 mt 3355 3371 L 1 sg 60 -16 -46 -21 3386 2410 3 MP PP c8 3386 2410 mt 3340 2389 L 3340 2389 mt 3400 2373 L 1 sg -46 -22 60 -16 3340 2389 3 MP PP c8 3340 2389 mt 3400 2373 L 3400 2373 mt 3354 2351 L 1 sg 61 -17 -47 -21 3385 2853 3 MP PP c8 3385 2853 mt 3338 2832 L 3338 2832 mt 3399 2815 L 1 sg -47 -21 61 -17 3338 2832 3 MP PP c8 3338 2832 mt 3399 2815 L 3399 2815 mt 3352 2794 L 1 sg 60 -16 -46 -21 3383 3295 3 MP PP c8 3383 3295 mt 3337 3274 L 3337 3274 mt 3397 3258 L 1 sg -46 -22 60 -16 3337 3274 3 MP PP c8 3337 3274 mt 3397 3258 L 3397 3258 mt 3351 3236 L 1 sg 60 -17 -46 -21 3382 2275 3 MP PP c8 3382 2275 mt 3336 2254 L 3336 2254 mt 3396 2237 L 1 sg -46 -21 60 -17 3336 2254 3 MP PP c8 3336 2254 mt 3396 2237 L 3396 2237 mt 3350 2216 L 1 sg 61 -17 -47 -21 3381 2718 3 MP PP c8 3381 2718 mt 3334 2697 L 3334 2697 mt 3395 2680 L 1 sg -47 -21 61 -17 3334 2697 3 MP PP c8 3334 2697 mt 3395 2680 L 3395 2680 mt 3348 2659 L 1 sg 60 -16 -46 -22 3379 3161 3 MP PP c8 3379 3161 mt 3333 3139 L 3333 3139 mt 3393 3123 L 1 sg -46 -22 60 -16 3333 3139 3 MP PP c8 3333 3139 mt 3393 3123 L 3393 3123 mt 3347 3101 L 1 sg 61 -18 -47 -20 3378 2141 3 MP PP c8 3378 2141 mt 3331 2121 L 3331 2121 mt 3392 2103 L 1 sg -47 -20 61 -18 3331 2121 3 MP PP c8 3331 2121 mt 3392 2103 L 3392 2103 mt 3345 2083 L 1 sg 60 -16 -46 -21 3376 2583 3 MP PP c8 3376 2583 mt 3330 2562 L 3330 2562 mt 3390 2546 L 1 sg -46 -22 60 -16 3330 2562 3 MP PP c8 3330 2562 mt 3390 2546 L 3390 2546 mt 3344 2524 L 1 sg 61 -16 -47 -22 3375 3026 3 MP PP c8 3375 3026 mt 3328 3004 L 3328 3004 mt 3389 2988 L 1 sg -47 -21 61 -16 3328 3004 3 MP PP c8 3328 3004 mt 3389 2988 L 3389 2988 mt 3342 2967 L 1 sg 61 -21 -47 -17 3374 2008 3 MP PP c8 3374 2008 mt 3327 1991 L c9 3327 1991 mt 3388 1970 L 1 sg -47 -17 61 -21 3327 1991 3 MP PP c9 3327 1991 mt 3388 1970 L c8 3388 1970 mt 3341 1953 L 1 sg 60 -17 -46 -21 3373 3468 3 MP PP c8 3373 3468 mt 3327 3447 L 3327 3447 mt 3387 3430 L 1 sg -46 -21 60 -17 3327 3447 3 MP PP c8 3327 3447 mt 3387 3430 L 3387 3430 mt 3341 3409 L 1 sg 60 -16 -46 -22 3372 2448 3 MP PP c8 3372 2448 mt 3326 2426 L 3326 2426 mt 3386 2410 L 1 sg -46 -21 60 -16 3326 2426 3 MP PP c8 3326 2426 mt 3386 2410 L 3386 2410 mt 3340 2389 L 1 sg 61 -17 -47 -21 3371 2891 3 MP PP c8 3371 2891 mt 3324 2870 L 3324 2870 mt 3385 2853 L 1 sg -47 -21 61 -17 3324 2870 3 MP PP c8 3324 2870 mt 3385 2853 L 3385 2853 mt 3338 2832 L 1 sg 60 -17 -46 -21 3369 3333 3 MP PP c8 3369 3333 mt 3323 3312 L 3323 3312 mt 3383 3295 L 1 sg -46 -21 60 -17 3323 3312 3 MP PP c8 3323 3312 mt 3383 3295 L 3383 3295 mt 3337 3274 L 1 sg 61 -17 -47 -21 3368 2313 3 MP PP c8 3368 2313 mt 3321 2292 L 3321 2292 mt 3382 2275 L 1 sg -46 -21 61 -17 3321 2292 3 MP PP c8 3321 2292 mt 3382 2275 L 3382 2275 mt 3336 2254 L 1 sg 61 -17 -46 -21 3366 2756 3 MP PP c8 3366 2756 mt 3320 2735 L 3320 2735 mt 3381 2718 L 1 sg -47 -21 61 -17 3320 2735 3 MP PP c8 3320 2735 mt 3381 2718 L 3381 2718 mt 3334 2697 L 1 sg 61 -16 -47 -21 3365 3198 3 MP PP c8 3365 3198 mt 3318 3177 L 3318 3177 mt 3379 3161 L 1 sg -46 -22 61 -16 3318 3177 3 MP PP c8 3318 3177 mt 3379 3161 L 3379 3161 mt 3333 3139 L 1 sg 61 -18 -47 -19 3364 2178 3 MP PP c8 3364 2178 mt 3317 2159 L 3317 2159 mt 3378 2141 L 1 sg -47 -20 61 -18 3317 2159 3 MP PP c8 3317 2159 mt 3378 2141 L 3378 2141 mt 3331 2121 L 1 sg 60 -16 -46 -22 3362 2621 3 MP PP c8 3362 2621 mt 3316 2599 L 3316 2599 mt 3376 2583 L 1 sg -46 -21 60 -16 3316 2599 3 MP PP c8 3316 2599 mt 3376 2583 L 3376 2583 mt 3330 2562 L 1 sg 61 -16 -47 -22 3361 3064 3 MP PP c8 3361 3064 mt 3314 3042 L 3314 3042 mt 3375 3026 L 1 sg -47 -22 61 -16 3314 3042 3 MP PP c8 3314 3042 mt 3375 3026 L 3375 3026 mt 3328 3004 L 1 sg 61 -21 -47 -16 3360 2045 3 MP PP c8 3360 2045 mt 3313 2029 L c9 3313 2029 mt 3374 2008 L 1 sg -47 -17 61 -21 3313 2029 3 MP PP c9 3313 2029 mt 3374 2008 L c8 3374 2008 mt 3327 1991 L 1 sg 60 -16 -46 -22 3359 3506 3 MP PP c8 3359 3506 mt 3313 3484 L 3313 3484 mt 3373 3468 L 1 sg -46 -21 60 -16 3313 3484 3 MP PP c8 3313 3484 mt 3373 3468 L 3373 3468 mt 3327 3447 L 1 sg 60 -16 -46 -22 3358 2486 3 MP PP c8 3358 2486 mt 3312 2464 L 3312 2464 mt 3372 2448 L 1 sg -46 -22 60 -16 3312 2464 3 MP PP c8 3312 2464 mt 3372 2448 L 3372 2448 mt 3326 2426 L 1 sg 61 -16 -47 -22 3357 2929 3 MP PP c8 3357 2929 mt 3310 2907 L 3310 2907 mt 3371 2891 L 1 sg -47 -21 61 -16 3310 2907 3 MP PP c8 3310 2907 mt 3371 2891 L 3371 2891 mt 3324 2870 L 1 sg 60 -24 -46 -14 3355 1916 3 MP PP c9 3355 1916 mt 3309 1902 L 3309 1902 mt 3369 1878 L 1 sg 60 -17 -46 -21 3355 3371 3 MP PP c8 3355 3371 mt 3309 3350 L 3309 3350 mt 3369 3333 L 1 sg -46 -21 60 -17 3309 3350 3 MP PP c8 3309 3350 mt 3369 3333 L 3369 3333 mt 3323 3312 L 1 sg 61 -17 -47 -21 3354 2351 3 MP PP c8 3354 2351 mt 3307 2330 L 3307 2330 mt 3368 2313 L 1 sg -47 -21 61 -17 3307 2330 3 MP PP c8 3307 2330 mt 3368 2313 L 3368 2313 mt 3321 2292 L 1 sg 60 -16 -46 -22 3352 2794 3 MP PP c8 3352 2794 mt 3306 2772 L 3306 2772 mt 3366 2756 L 1 sg -46 -21 60 -16 3306 2772 3 MP PP c8 3306 2772 mt 3366 2756 L 3366 2756 mt 3320 2735 L 1 sg 61 -17 -47 -21 3351 3236 3 MP PP c8 3351 3236 mt 3304 3215 L 3304 3215 mt 3365 3198 L 1 sg -47 -21 61 -17 3304 3215 3 MP PP c8 3304 3215 mt 3365 3198 L 3365 3198 mt 3318 3177 L 1 sg 61 -19 -47 -19 3350 2216 3 MP PP c8 3350 2216 mt 3303 2197 L 3303 2197 mt 3364 2178 L 1 sg -47 -19 61 -19 3303 2197 3 MP PP c8 3303 2197 mt 3364 2178 L 3364 2178 mt 3317 2159 L 1 sg 60 -16 -46 -22 3348 2659 3 MP PP c8 3348 2659 mt 3302 2637 L 3302 2637 mt 3362 2621 L 1 sg -46 -22 60 -16 3302 2637 3 MP PP c8 3302 2637 mt 3362 2621 L 3362 2621 mt 3316 2599 L 1 sg 61 -16 -47 -21 3347 3101 3 MP PP c8 3347 3101 mt 3300 3080 L 3300 3080 mt 3361 3064 L 1 sg -47 -22 61 -16 3300 3080 3 MP PP c8 3300 3080 mt 3361 3064 L 3361 3064 mt 3314 3042 L 1 sg 61 -22 -46 -16 3345 2083 3 MP PP c8 3345 2083 mt 3299 2067 L c9 3299 2067 mt 3360 2045 L 1 sg -47 -16 61 -22 3299 2067 3 MP PP c9 3299 2067 mt 3360 2045 L c8 3360 2045 mt 3313 2029 L 1 sg 60 -16 -46 -22 3345 3544 3 MP PP c8 3345 3544 mt 3299 3522 L 3299 3522 mt 3359 3506 L 1 sg -46 -22 60 -16 3299 3522 3 MP PP c8 3299 3522 mt 3359 3506 L 3359 3506 mt 3313 3484 L 1 sg 61 -16 -47 -22 3344 2524 3 MP PP c8 3344 2524 mt 3297 2502 L 3297 2502 mt 3358 2486 L 1 sg -46 -22 61 -16 3297 2502 3 MP PP c8 3297 2502 mt 3358 2486 L 3358 2486 mt 3312 2464 L 1 sg 61 -16 -46 -22 3342 2967 3 MP PP c8 3342 2967 mt 3296 2945 L 3296 2945 mt 3357 2929 L 1 sg -47 -22 61 -16 3296 2945 3 MP PP c8 3296 2945 mt 3357 2929 L 3357 2929 mt 3310 2907 L 1 sg 60 -24 -46 -13 3341 1953 3 MP PP c9 3341 1953 mt 3295 1940 L 3295 1940 mt 3355 1916 L 1 sg -46 -14 60 -24 3295 1940 3 MP PP c9 3295 1940 mt 3355 1916 L 3355 1916 mt 3309 1902 L 1 sg 61 -16 -47 -22 3341 3409 3 MP PP c8 3341 3409 mt 3294 3387 L 3294 3387 mt 3355 3371 L 1 sg -46 -21 61 -16 3294 3387 3 MP PP c8 3294 3387 mt 3355 3371 L 3355 3371 mt 3309 3350 L 1 sg 61 -16 -47 -22 3340 2389 3 MP PP c8 3340 2389 mt 3293 2367 L 3293 2367 mt 3354 2351 L 1 sg -47 -21 61 -16 3293 2367 3 MP PP c8 3293 2367 mt 3354 2351 L 3354 2351 mt 3307 2330 L 1 sg 60 -16 -46 -22 3338 2832 3 MP PP c8 3338 2832 mt 3292 2810 L 3292 2810 mt 3352 2794 L 1 sg -46 -22 60 -16 3292 2810 3 MP PP c8 3292 2810 mt 3352 2794 L 3352 2794 mt 3306 2772 L 1 sg 61 -17 -47 -21 3337 3274 3 MP PP c8 3337 3274 mt 3290 3253 L 3290 3253 mt 3351 3236 L 1 sg -47 -21 61 -17 3290 3253 3 MP PP c8 3290 3253 mt 3351 3236 L 3351 3236 mt 3304 3215 L 1 sg 61 -18 -47 -20 3336 2254 3 MP PP c8 3336 2254 mt 3289 2234 L 3289 2234 mt 3350 2216 L 1 sg -47 -19 61 -18 3289 2234 3 MP PP c8 3289 2234 mt 3350 2216 L 3350 2216 mt 3303 2197 L 1 sg 60 -16 -46 -22 3334 2697 3 MP PP c8 3334 2697 mt 3288 2675 L 3288 2675 mt 3348 2659 L 1 sg -46 -22 60 -16 3288 2675 3 MP PP c8 3288 2675 mt 3348 2659 L 3348 2659 mt 3302 2637 L 1 sg 61 -17 -47 -21 3333 3139 3 MP PP c8 3333 3139 mt 3286 3118 L 3286 3118 mt 3347 3101 L 1 sg -47 -21 61 -17 3286 3118 3 MP PP c8 3286 3118 mt 3347 3101 L 3347 3101 mt 3300 3080 L 1 sg 60 -22 -46 -16 3331 2121 3 MP PP c8 3331 2121 mt 3285 2105 L c9 3285 2105 mt 3345 2083 L 1 sg -46 -16 60 -22 3285 2105 3 MP PP c9 3285 2105 mt 3345 2083 L c8 3345 2083 mt 3299 2067 L 1 sg -46 -22 60 -16 3285 3560 3 MP PP c8 3285 3560 mt 3345 3544 L 3345 3544 mt 3299 3522 L 1 sg 61 -16 -47 -22 3330 2562 3 MP PP c8 3330 2562 mt 3283 2540 L 3283 2540 mt 3344 2524 L 1 sg -47 -22 61 -16 3283 2540 3 MP PP c8 3283 2540 mt 3344 2524 L 3344 2524 mt 3297 2502 L 1 sg 60 -16 -46 -21 3328 3004 3 MP PP c8 3328 3004 mt 3282 2983 L 3282 2983 mt 3342 2967 L 1 sg -46 -22 60 -16 3282 2983 3 MP PP c8 3282 2983 mt 3342 2967 L 3342 2967 mt 3296 2945 L 1 sg 60 -25 -46 -13 3327 1991 3 MP PP c9 3327 1991 mt 3281 1978 L 3281 1978 mt 3341 1953 L 1 sg -46 -13 60 -25 3281 1978 3 MP PP c9 3281 1978 mt 3341 1953 L 3341 1953 mt 3295 1940 L 1 sg 61 -16 -47 -22 3327 3447 3 MP PP c8 3327 3447 mt 3280 3425 L 3280 3425 mt 3341 3409 L 1 sg -47 -22 61 -16 3280 3425 3 MP PP c8 3280 3425 mt 3341 3409 L 3341 3409 mt 3294 3387 L 1 sg 61 -16 -47 -21 3326 2426 3 MP PP c8 3326 2426 mt 3279 2405 L 3279 2405 mt 3340 2389 L 1 sg -47 -22 61 -16 3279 2405 3 MP PP c8 3279 2405 mt 3340 2389 L 3340 2389 mt 3293 2367 L 1 sg 60 -16 -46 -22 3324 2870 3 MP PP c8 3324 2870 mt 3278 2848 L 3278 2848 mt 3338 2832 L 1 sg -46 -22 60 -16 3278 2848 3 MP PP c8 3278 2848 mt 3338 2832 L 3338 2832 mt 3292 2810 L 1 sg 61 -16 -47 -22 3323 3312 3 MP PP c8 3323 3312 mt 3276 3290 L 3276 3290 mt 3337 3274 L 1 sg -47 -21 61 -16 3276 3290 3 MP PP c8 3276 3290 mt 3337 3274 L 3337 3274 mt 3290 3253 L 1 sg 61 -18 -46 -20 3321 2292 3 MP PP c8 3321 2292 mt 3275 2272 L 3275 2272 mt 3336 2254 L 1 sg -47 -20 61 -18 3275 2272 3 MP PP c8 3275 2272 mt 3336 2254 L 3336 2254 mt 3289 2234 L 1 sg 61 -16 -47 -22 3320 2735 3 MP PP c8 3320 2735 mt 3273 2713 L 3273 2713 mt 3334 2697 L 1 sg -46 -22 61 -16 3273 2713 3 MP PP c8 3273 2713 mt 3334 2697 L 3334 2697 mt 3288 2675 L 1 sg 61 -17 -46 -21 3318 3177 3 MP PP c8 3318 3177 mt 3272 3156 L 3272 3156 mt 3333 3139 L 1 sg -47 -21 61 -17 3272 3156 3 MP PP c8 3272 3156 mt 3333 3139 L 3333 3139 mt 3286 3118 L 1 sg 60 -21 -46 -17 3317 2159 3 MP PP c8 3317 2159 mt 3271 2142 L c9 3271 2142 mt 3331 2121 L 1 sg -46 -16 60 -21 3271 2142 3 MP PP c9 3271 2142 mt 3331 2121 L c8 3331 2121 mt 3285 2105 L 1 sg 61 -16 -47 -21 3316 2599 3 MP PP c8 3316 2599 mt 3269 2578 L 3269 2578 mt 3330 2562 L 1 sg -47 -22 61 -16 3269 2578 3 MP PP c8 3269 2578 mt 3330 2562 L 3330 2562 mt 3283 2540 L 1 sg 60 -17 -46 -21 3314 3042 3 MP PP c8 3314 3042 mt 3268 3021 L 3268 3021 mt 3328 3004 L 1 sg -46 -21 60 -17 3268 3021 3 MP PP c8 3268 3021 mt 3328 3004 L 3328 3004 mt 3282 2983 L 1 sg 60 -25 -46 -13 3313 2029 3 MP PP c9 3313 2029 mt 3267 2016 L 3267 2016 mt 3327 1991 L 1 sg -46 -13 60 -25 3267 2016 3 MP PP c9 3267 2016 mt 3327 1991 L 3327 1991 mt 3281 1978 L 1 sg 61 -16 -47 -21 3313 3484 3 MP PP c8 3313 3484 mt 3266 3463 L 3266 3463 mt 3327 3447 L 1 sg -47 -22 61 -16 3266 3463 3 MP PP c8 3266 3463 mt 3327 3447 L 3327 3447 mt 3280 3425 L 1 sg 61 -17 -47 -21 3312 2464 3 MP PP c8 3312 2464 mt 3265 2443 L 3265 2443 mt 3326 2426 L 1 sg -47 -21 61 -17 3265 2443 3 MP PP c8 3265 2443 mt 3326 2426 L 3326 2426 mt 3279 2405 L 1 sg 60 -16 -46 -21 3310 2907 3 MP PP c8 3310 2907 mt 3264 2886 L 3264 2886 mt 3324 2870 L 1 sg -46 -22 60 -16 3264 2886 3 MP PP c8 3264 2886 mt 3324 2870 L 3324 2870 mt 3278 2848 L 1 sg 61 -16 -47 -22 3309 3350 3 MP PP c8 3309 3350 mt 3262 3328 L 3262 3328 mt 3323 3312 L 1 sg -47 -22 61 -16 3262 3328 3 MP PP c8 3262 3328 mt 3323 3312 L 3323 3312 mt 3276 3290 L 1 sg 60 -18 -46 -20 3307 2330 3 MP PP c8 3307 2330 mt 3261 2310 L 3261 2310 mt 3321 2292 L 1 sg -46 -20 60 -18 3261 2310 3 MP PP c8 3261 2310 mt 3321 2292 L 3321 2292 mt 3275 2272 L 1 sg 61 -16 -47 -21 3306 2772 3 MP PP c8 3306 2772 mt 3259 2751 L 3259 2751 mt 3320 2735 L 1 sg -47 -22 61 -16 3259 2751 3 MP PP c8 3259 2751 mt 3320 2735 L 3320 2735 mt 3273 2713 L 1 sg 60 -16 -46 -22 3304 3215 3 MP PP c8 3304 3215 mt 3258 3193 L 3258 3193 mt 3318 3177 L 1 sg -46 -21 60 -16 3258 3193 3 MP PP c8 3258 3193 mt 3318 3177 L 3318 3177 mt 3272 3156 L 1 sg 60 -21 -46 -17 3303 2197 3 MP PP c8 3303 2197 mt 3257 2180 L c9 3257 2180 mt 3317 2159 L 1 sg -46 -17 60 -21 3257 2180 3 MP PP c9 3257 2180 mt 3317 2159 L c8 3317 2159 mt 3271 2142 L 1 sg 61 -17 -47 -21 3302 2637 3 MP PP c8 3302 2637 mt 3255 2616 L 3255 2616 mt 3316 2599 L 1 sg -47 -21 61 -17 3255 2616 3 MP PP c8 3255 2616 mt 3316 2599 L 3316 2599 mt 3269 2578 L 1 sg 60 -17 -46 -21 3300 3080 3 MP PP c8 3300 3080 mt 3254 3059 L 3254 3059 mt 3314 3042 L 1 sg -46 -21 60 -17 3254 3059 3 MP PP c8 3254 3059 mt 3314 3042 L 3314 3042 mt 3268 3021 L 1 sg 61 -25 -47 -13 3299 2067 3 MP PP c9 3299 2067 mt 3252 2054 L 3252 2054 mt 3313 2029 L 1 sg -46 -13 61 -25 3252 2054 3 MP PP c9 3252 2054 mt 3313 2029 L 3313 2029 mt 3267 2016 L 1 sg 61 -17 -47 -21 3299 3522 3 MP PP c8 3299 3522 mt 3252 3501 L 3252 3501 mt 3313 3484 L 1 sg -47 -21 61 -17 3252 3501 3 MP PP c8 3252 3501 mt 3313 3484 L 3313 3484 mt 3266 3463 L 1 sg 61 -17 -46 -21 3297 2502 3 MP PP c8 3297 2502 mt 3251 2481 L 3251 2481 mt 3312 2464 L 1 sg -47 -21 61 -17 3251 2481 3 MP PP c8 3251 2481 mt 3312 2464 L 3312 2464 mt 3265 2443 L 1 sg 61 -17 -47 -21 3296 2945 3 MP PP c8 3296 2945 mt 3249 2924 L 3249 2924 mt 3310 2907 L 1 sg -46 -21 61 -17 3249 2924 3 MP PP c8 3249 2924 mt 3310 2907 L 3310 2907 mt 3264 2886 L 1 sg 61 -23 -47 -15 3295 1940 3 MP PP c9 3295 1940 mt 3248 1925 L 3248 1925 mt 3309 1902 L 1 sg 61 -16 -46 -21 3294 3387 3 MP PP c8 3294 3387 mt 3248 3366 L 3248 3366 mt 3309 3350 L 1 sg -47 -22 61 -16 3248 3366 3 MP PP c8 3248 3366 mt 3309 3350 L 3309 3350 mt 3262 3328 L 1 sg 60 -18 -46 -19 3293 2367 3 MP PP c8 3293 2367 mt 3247 2348 L 3247 2348 mt 3307 2330 L 1 sg -46 -20 60 -18 3247 2348 3 MP PP c8 3247 2348 mt 3307 2330 L 3307 2330 mt 3261 2310 L 1 sg 61 -17 -47 -21 3292 2810 3 MP PP c8 3292 2810 mt 3245 2789 L 3245 2789 mt 3306 2772 L 1 sg -47 -21 61 -17 3245 2789 3 MP PP c8 3245 2789 mt 3306 2772 L 3306 2772 mt 3259 2751 L 1 sg 60 -16 -46 -22 3290 3253 3 MP PP c8 3290 3253 mt 3244 3231 L 3244 3231 mt 3304 3215 L 1 sg -46 -22 60 -16 3244 3231 3 MP PP c8 3244 3231 mt 3304 3215 L 3304 3215 mt 3258 3193 L 1 sg 60 -21 -46 -16 3289 2234 3 MP PP c8 3289 2234 mt 3243 2218 L c9 3243 2218 mt 3303 2197 L 1 sg -46 -17 60 -21 3243 2218 3 MP PP c9 3243 2218 mt 3303 2197 L c8 3303 2197 mt 3257 2180 L 1 sg 61 -16 -47 -22 3288 2675 3 MP PP c8 3288 2675 mt 3241 2653 L 3241 2653 mt 3302 2637 L 1 sg -47 -21 61 -16 3241 2653 3 MP PP c8 3241 2653 mt 3302 2637 L 3302 2637 mt 3255 2616 L 1 sg 60 -16 -46 -22 3286 3118 3 MP PP c8 3286 3118 mt 3240 3096 L 3240 3096 mt 3300 3080 L 1 sg -46 -21 60 -16 3240 3096 3 MP PP c8 3240 3096 mt 3300 3080 L 3300 3080 mt 3254 3059 L 1 sg 61 -24 -47 -14 3285 2105 3 MP PP c9 3285 2105 mt 3238 2091 L 3238 2091 mt 3299 2067 L 1 sg -47 -13 61 -24 3238 2091 3 MP PP c9 3238 2091 mt 3299 2067 L 3299 2067 mt 3252 2054 L 1 sg 61 -17 -47 -21 3285 3560 3 MP PP c8 3285 3560 mt 3238 3539 L 3238 3539 mt 3299 3522 L 1 sg -47 -21 61 -17 3238 3539 3 MP PP c8 3238 3539 mt 3299 3522 L 3299 3522 mt 3252 3501 L 1 sg 60 -17 -46 -21 3283 2540 3 MP PP c8 3283 2540 mt 3237 2519 L 3237 2519 mt 3297 2502 L 1 sg -46 -21 60 -17 3237 2519 3 MP PP c8 3237 2519 mt 3297 2502 L 3297 2502 mt 3251 2481 L 1 sg 61 -16 -47 -22 3282 2983 3 MP PP c8 3282 2983 mt 3235 2961 L 3235 2961 mt 3296 2945 L 1 sg -47 -21 61 -16 3235 2961 3 MP PP c8 3235 2961 mt 3296 2945 L 3296 2945 mt 3249 2924 L 1 sg 61 -23 -47 -15 3281 1978 3 MP PP c9 3281 1978 mt 3234 1963 L 3234 1963 mt 3295 1940 L 1 sg -47 -15 61 -23 3234 1963 3 MP PP c9 3234 1963 mt 3295 1940 L 3295 1940 mt 3248 1925 L 1 sg 60 -17 -46 -21 3280 3425 3 MP PP c8 3280 3425 mt 3234 3404 L 3234 3404 mt 3294 3387 L 1 sg -46 -21 60 -17 3234 3404 3 MP PP c8 3234 3404 mt 3294 3387 L 3294 3387 mt 3248 3366 L 1 sg 60 -19 -46 -19 3279 2405 3 MP PP c8 3279 2405 mt 3233 2386 L 3233 2386 mt 3293 2367 L 1 sg -46 -19 60 -19 3233 2386 3 MP PP c8 3233 2386 mt 3293 2367 L 3293 2367 mt 3247 2348 L 1 sg 61 -16 -47 -22 3278 2848 3 MP PP c8 3278 2848 mt 3231 2826 L 3231 2826 mt 3292 2810 L 1 sg -47 -21 61 -16 3231 2826 3 MP PP c8 3231 2826 mt 3292 2810 L 3292 2810 mt 3245 2789 L 1 sg 60 -16 -46 -21 3276 3290 3 MP PP c8 3276 3290 mt 3230 3269 L 3230 3269 mt 3290 3253 L 1 sg -46 -22 60 -16 3230 3269 3 MP PP c8 3230 3269 mt 3290 3253 L 3290 3253 mt 3244 3231 L 1 sg 61 -22 -47 -16 3275 2272 3 MP PP c8 3275 2272 mt 3228 2256 L c9 3228 2256 mt 3289 2234 L 1 sg -46 -16 61 -22 3228 2256 3 MP PP c9 3228 2256 mt 3289 2234 L c8 3289 2234 mt 3243 2218 L 1 sg 61 -16 -46 -22 3273 2713 3 MP PP c8 3273 2713 mt 3227 2691 L 3227 2691 mt 3288 2675 L 1 sg -47 -22 61 -16 3227 2691 3 MP PP c8 3227 2691 mt 3288 2675 L 3288 2675 mt 3241 2653 L 1 sg 61 -16 -47 -22 3272 3156 3 MP PP c8 3272 3156 mt 3225 3134 L 3225 3134 mt 3286 3118 L 1 sg -46 -22 61 -16 3225 3134 3 MP PP c8 3225 3134 mt 3286 3118 L 3286 3118 mt 3240 3096 L 1 sg 61 -24 -47 -13 3271 2142 3 MP PP c9 3271 2142 mt 3224 2129 L 3224 2129 mt 3285 2105 L 1 sg -47 -14 61 -24 3224 2129 3 MP PP c9 3224 2129 mt 3285 2105 L 3285 2105 mt 3238 2091 L 1 sg -47 -21 61 -17 3224 3577 3 MP PP c8 3224 3577 mt 3285 3560 L 3285 3560 mt 3238 3539 L 1 sg 60 -16 -46 -22 3269 2578 3 MP PP c8 3269 2578 mt 3223 2556 L 3223 2556 mt 3283 2540 L 1 sg -46 -21 60 -16 3223 2556 3 MP PP c8 3223 2556 mt 3283 2540 L 3283 2540 mt 3237 2519 L 1 sg 61 -16 -47 -22 3268 3021 3 MP PP c8 3268 3021 mt 3221 2999 L 3221 2999 mt 3282 2983 L 1 sg -47 -22 61 -16 3221 2999 3 MP PP c8 3221 2999 mt 3282 2983 L 3282 2983 mt 3235 2961 L 1 sg 61 -23 -47 -15 3267 2016 3 MP PP c9 3267 2016 mt 3220 2001 L 3220 2001 mt 3281 1978 L 1 sg -47 -15 61 -23 3220 2001 3 MP PP c9 3220 2001 mt 3281 1978 L 3281 1978 mt 3234 1963 L 1 sg 60 -17 -46 -21 3266 3463 3 MP PP c8 3266 3463 mt 3220 3442 L 3220 3442 mt 3280 3425 L 1 sg -46 -21 60 -17 3220 3442 3 MP PP c8 3220 3442 mt 3280 3425 L 3280 3425 mt 3234 3404 L 1 sg 60 -19 -46 -19 3265 2443 3 MP PP c8 3265 2443 mt 3219 2424 L 3219 2424 mt 3279 2405 L 1 sg -46 -19 60 -19 3219 2424 3 MP PP c8 3219 2424 mt 3279 2405 L 3279 2405 mt 3233 2386 L 1 sg 61 -16 -47 -22 3264 2886 3 MP PP c8 3264 2886 mt 3217 2864 L 3217 2864 mt 3278 2848 L 1 sg -47 -22 61 -16 3217 2864 3 MP PP c8 3217 2864 mt 3278 2848 L 3278 2848 mt 3231 2826 L 1 sg 60 -17 -46 -21 3262 3328 3 MP PP c8 3262 3328 mt 3216 3307 L 3216 3307 mt 3276 3290 L 1 sg -46 -21 60 -17 3216 3307 3 MP PP c8 3216 3307 mt 3276 3290 L 3276 3290 mt 3230 3269 L 1 sg 61 -22 -47 -16 3261 2310 3 MP PP c8 3261 2310 mt 3214 2294 L c9 3214 2294 mt 3275 2272 L 1 sg -47 -16 61 -22 3214 2294 3 MP PP c9 3214 2294 mt 3275 2272 L c8 3275 2272 mt 3228 2256 L 1 sg 60 -16 -46 -22 3259 2751 3 MP PP c8 3259 2751 mt 3213 2729 L 3213 2729 mt 3273 2713 L 1 sg -46 -22 60 -16 3213 2729 3 MP PP c8 3213 2729 mt 3273 2713 L 3273 2713 mt 3227 2691 L 1 sg 61 -16 -47 -21 3258 3193 3 MP PP c8 3258 3193 mt 3211 3172 L 3211 3172 mt 3272 3156 L 1 sg -47 -22 61 -16 3211 3172 3 MP PP c8 3211 3172 mt 3272 3156 L 3272 3156 mt 3225 3134 L 1 sg 61 -25 -47 -13 3257 2180 3 MP PP c9 3257 2180 mt 3210 2167 L 3210 2167 mt 3271 2142 L 1 sg -47 -13 61 -25 3210 2167 3 MP PP c9 3210 2167 mt 3271 2142 L 3271 2142 mt 3224 2129 L 1 sg 60 -16 -46 -22 3255 2616 3 MP PP c8 3255 2616 mt 3209 2594 L 3209 2594 mt 3269 2578 L 1 sg -46 -22 60 -16 3209 2594 3 MP PP c8 3209 2594 mt 3269 2578 L 3269 2578 mt 3223 2556 L 1 sg 61 -16 -47 -22 3254 3059 3 MP PP c8 3254 3059 mt 3207 3037 L 3207 3037 mt 3268 3021 L 1 sg -47 -22 61 -16 3207 3037 3 MP PP c8 3207 3037 mt 3268 3021 L 3268 3021 mt 3221 2999 L 1 sg 61 -23 -46 -15 3252 2054 3 MP PP c9 3252 2054 mt 3206 2039 L 3206 2039 mt 3267 2016 L 1 sg -47 -15 61 -23 3206 2039 3 MP PP c9 3206 2039 mt 3267 2016 L 3267 2016 mt 3220 2001 L 1 sg 60 -17 -46 -21 3252 3501 3 MP PP c8 3252 3501 mt 3206 3480 L 3206 3480 mt 3266 3463 L 1 sg -46 -21 60 -17 3206 3480 3 MP PP c8 3206 3480 mt 3266 3463 L 3266 3463 mt 3220 3442 L 1 sg 61 -18 -47 -20 3251 2481 3 MP PP c8 3251 2481 mt 3204 2461 L 3204 2461 mt 3265 2443 L 1 sg -46 -19 61 -18 3204 2461 3 MP PP c8 3204 2461 mt 3265 2443 L 3265 2443 mt 3219 2424 L 1 sg 61 -16 -46 -22 3249 2924 3 MP PP c8 3249 2924 mt 3203 2902 L 3203 2902 mt 3264 2886 L 1 sg -47 -22 61 -16 3203 2902 3 MP PP c8 3203 2902 mt 3264 2886 L 3264 2886 mt 3217 2864 L 1 sg 61 -17 -47 -21 3248 3366 3 MP PP c8 3248 3366 mt 3201 3345 L 3201 3345 mt 3262 3328 L 1 sg -46 -21 61 -17 3201 3345 3 MP PP c8 3201 3345 mt 3262 3328 L 3262 3328 mt 3216 3307 L 1 sg 61 -22 -47 -16 3247 2348 3 MP PP c8 3247 2348 mt 3200 2332 L c9 3200 2332 mt 3261 2310 L 1 sg -47 -16 61 -22 3200 2332 3 MP PP c9 3200 2332 mt 3261 2310 L c8 3261 2310 mt 3214 2294 L 1 sg 60 -16 -46 -22 3245 2789 3 MP PP c8 3245 2789 mt 3199 2767 L 3199 2767 mt 3259 2751 L 1 sg -46 -22 60 -16 3199 2767 3 MP PP c8 3199 2767 mt 3259 2751 L 3259 2751 mt 3213 2729 L 1 sg 61 -17 -47 -21 3244 3231 3 MP PP c8 3244 3231 mt 3197 3210 L 3197 3210 mt 3258 3193 L 1 sg -47 -21 61 -17 3197 3210 3 MP PP c8 3197 3210 mt 3258 3193 L 3258 3193 mt 3211 3172 L 1 sg 61 -25 -47 -13 3243 2218 3 MP PP c9 3243 2218 mt 3196 2205 L 3196 2205 mt 3257 2180 L 1 sg -47 -13 61 -25 3196 2205 3 MP PP c9 3196 2205 mt 3257 2180 L 3257 2180 mt 3210 2167 L 1 sg 60 -16 -46 -21 3241 2653 3 MP PP c8 3241 2653 mt 3195 2632 L 3195 2632 mt 3255 2616 L 1 sg -46 -22 60 -16 3195 2632 3 MP PP c8 3195 2632 mt 3255 2616 L 3255 2616 mt 3209 2594 L 1 sg 61 -16 -47 -21 3240 3096 3 MP PP c8 3240 3096 mt 3193 3075 L 3193 3075 mt 3254 3059 L 1 sg -47 -22 61 -16 3193 3075 3 MP PP c8 3193 3075 mt 3254 3059 L 3254 3059 mt 3207 3037 L 1 sg 60 -22 -46 -15 3238 2091 3 MP PP c9 3238 2091 mt 3192 2076 L 3192 2076 mt 3252 2054 L 1 sg -46 -15 60 -22 3192 2076 3 MP PP c9 3192 2076 mt 3252 2054 L 3252 2054 mt 3206 2039 L 1 sg 60 -16 -46 -22 3238 3539 3 MP PP c8 3238 3539 mt 3192 3517 L 3192 3517 mt 3252 3501 L 1 sg -46 -21 60 -16 3192 3517 3 MP PP c8 3192 3517 mt 3252 3501 L 3252 3501 mt 3206 3480 L 1 sg 61 -18 -47 -20 3237 2519 3 MP PP c8 3237 2519 mt 3190 2499 L 3190 2499 mt 3251 2481 L 1 sg -47 -20 61 -18 3190 2499 3 MP PP c8 3190 2499 mt 3251 2481 L 3251 2481 mt 3204 2461 L 1 sg 60 -16 -46 -21 3235 2961 3 MP PP c8 3235 2961 mt 3189 2940 L 3189 2940 mt 3249 2924 L 1 sg -46 -22 60 -16 3189 2940 3 MP PP c8 3189 2940 mt 3249 2924 L 3249 2924 mt 3203 2902 L 1 sg 60 -9 -46 -29 3234 1963 3 MP PP c9 3234 1963 mt 3188 1934 L 3188 1934 mt 3248 1925 L 1 sg 61 -17 -47 -21 3234 3404 3 MP PP c8 3234 3404 mt 3187 3383 L 3187 3383 mt 3248 3366 L 1 sg -47 -21 61 -17 3187 3383 3 MP PP c8 3187 3383 mt 3248 3366 L 3248 3366 mt 3201 3345 L 1 sg 61 -21 -47 -17 3233 2386 3 MP PP c8 3233 2386 mt 3186 2369 L c9 3186 2369 mt 3247 2348 L 1 sg -47 -16 61 -21 3186 2369 3 MP PP c9 3186 2369 mt 3247 2348 L c8 3247 2348 mt 3200 2332 L 1 sg 60 -16 -46 -21 3231 2826 3 MP PP c8 3231 2826 mt 3185 2805 L 3185 2805 mt 3245 2789 L 1 sg -46 -22 60 -16 3185 2805 3 MP PP c8 3185 2805 mt 3245 2789 L 3245 2789 mt 3199 2767 L 1 sg 61 -17 -47 -21 3230 3269 3 MP PP c8 3230 3269 mt 3183 3248 L 3183 3248 mt 3244 3231 L 1 sg -47 -21 61 -17 3183 3248 3 MP PP c8 3183 3248 mt 3244 3231 L 3244 3231 mt 3197 3210 L 1 sg 61 -25 -46 -13 3228 2256 3 MP PP c9 3228 2256 mt 3182 2243 L 3182 2243 mt 3243 2218 L 1 sg -47 -13 61 -25 3182 2243 3 MP PP c9 3182 2243 mt 3243 2218 L 3243 2218 mt 3196 2205 L 1 sg 61 -17 -47 -21 3227 2691 3 MP PP c8 3227 2691 mt 3180 2670 L 3180 2670 mt 3241 2653 L 1 sg -46 -21 61 -17 3180 2670 3 MP PP c8 3180 2670 mt 3241 2653 L 3241 2653 mt 3195 2632 L 1 sg 61 -17 -46 -21 3225 3134 3 MP PP c8 3225 3134 mt 3179 3113 L 3179 3113 mt 3240 3096 L 1 sg -47 -21 61 -17 3179 3113 3 MP PP c8 3179 3113 mt 3240 3096 L 3240 3096 mt 3193 3075 L 1 sg 60 -23 -46 -15 3224 2129 3 MP PP c9 3224 2129 mt 3178 2114 L 3178 2114 mt 3238 2091 L 1 sg -46 -15 60 -23 3178 2114 3 MP PP c9 3178 2114 mt 3238 2091 L 3238 2091 mt 3192 2076 L 1 sg 61 -16 -47 -22 3224 3577 3 MP PP c8 3224 3577 mt 3177 3555 L 3177 3555 mt 3238 3539 L 1 sg -46 -22 61 -16 3177 3555 3 MP PP c8 3177 3555 mt 3238 3539 L 3238 3539 mt 3192 3517 L 1 sg 61 -18 -47 -19 3223 2556 3 MP PP c8 3223 2556 mt 3176 2537 L 3176 2537 mt 3237 2519 L 1 sg -47 -20 61 -18 3176 2537 3 MP PP c8 3176 2537 mt 3237 2519 L 3237 2519 mt 3190 2499 L 1 sg 60 -17 -46 -21 3221 2999 3 MP PP c8 3221 2999 mt 3175 2978 L 3175 2978 mt 3235 2961 L 1 sg -46 -21 60 -17 3175 2978 3 MP PP c8 3175 2978 mt 3235 2961 L 3235 2961 mt 3189 2940 L 1 sg 60 -9 -46 -29 3220 2001 3 MP PP c9 3220 2001 mt 3174 1972 L 3174 1972 mt 3234 1963 L 1 sg -46 -29 60 -9 3174 1972 3 MP PP c9 3174 1972 mt 3234 1963 L 3234 1963 mt 3188 1934 L 1 sg 61 -16 -47 -22 3220 3442 3 MP PP c8 3220 3442 mt 3173 3420 L 3173 3420 mt 3234 3404 L 1 sg -47 -21 61 -16 3173 3420 3 MP PP c8 3173 3420 mt 3234 3404 L 3234 3404 mt 3187 3383 L 1 sg 61 -21 -47 -17 3219 2424 3 MP PP c8 3219 2424 mt 3172 2407 L c9 3172 2407 mt 3233 2386 L 1 sg -47 -17 61 -21 3172 2407 3 MP PP c9 3172 2407 mt 3233 2386 L c8 3233 2386 mt 3186 2369 L 1 sg 60 -16 -46 -22 3217 2864 3 MP PP c8 3217 2864 mt 3171 2842 L 3171 2842 mt 3231 2826 L 1 sg -46 -21 60 -16 3171 2842 3 MP PP c8 3171 2842 mt 3231 2826 L 3231 2826 mt 3185 2805 L 1 sg 61 -16 -47 -22 3216 3307 3 MP PP c8 3216 3307 mt 3169 3285 L 3169 3285 mt 3230 3269 L 1 sg -47 -21 61 -16 3169 3285 3 MP PP c8 3169 3285 mt 3230 3269 L 3230 3269 mt 3183 3248 L 1 sg 60 -24 -46 -14 3214 2294 3 MP PP c9 3214 2294 mt 3168 2280 L 3168 2280 mt 3228 2256 L 1 sg -46 -13 60 -24 3168 2280 3 MP PP c9 3168 2280 mt 3228 2256 L 3228 2256 mt 3182 2243 L 1 sg 61 -17 -47 -21 3213 2729 3 MP PP c8 3213 2729 mt 3166 2708 L 3166 2708 mt 3227 2691 L 1 sg -47 -21 61 -17 3166 2708 3 MP PP c8 3166 2708 mt 3227 2691 L 3227 2691 mt 3180 2670 L 1 sg 60 -16 -46 -22 3211 3172 3 MP PP c8 3211 3172 mt 3165 3150 L 3165 3150 mt 3225 3134 L 1 sg -46 -21 60 -16 3165 3150 3 MP PP c8 3165 3150 mt 3225 3134 L 3225 3134 mt 3179 3113 L 1 sg 60 -23 -46 -15 3210 2167 3 MP PP c9 3210 2167 mt 3164 2152 L 3164 2152 mt 3224 2129 L 1 sg -46 -15 60 -23 3164 2152 3 MP PP c9 3164 2152 mt 3224 2129 L 3224 2129 mt 3178 2114 L 1 sg 61 -19 -47 -19 3209 2594 3 MP PP c8 3209 2594 mt 3162 2575 L 3162 2575 mt 3223 2556 L 1 sg -47 -19 61 -19 3162 2575 3 MP PP c8 3162 2575 mt 3223 2556 L 3223 2556 mt 3176 2537 L 1 sg 60 -16 -46 -22 3207 3037 3 MP PP c8 3207 3037 mt 3161 3015 L 3161 3015 mt 3221 2999 L 1 sg -46 -21 60 -16 3161 3015 3 MP PP c8 3161 3015 mt 3221 2999 L 3221 2999 mt 3175 2978 L 1 sg 61 -9 -47 -29 3206 2039 3 MP PP c9 3206 2039 mt 3159 2010 L 3159 2010 mt 3220 2001 L 1 sg -46 -29 61 -9 3159 2010 3 MP PP c9 3159 2010 mt 3220 2001 L 3220 2001 mt 3174 1972 L 1 sg 61 -16 -47 -22 3206 3480 3 MP PP c8 3206 3480 mt 3159 3458 L 3159 3458 mt 3220 3442 L 1 sg -47 -22 61 -16 3159 3458 3 MP PP c8 3159 3458 mt 3220 3442 L 3220 3442 mt 3173 3420 L 1 sg 61 -21 -46 -16 3204 2461 3 MP PP c8 3204 2461 mt 3158 2445 L c9 3158 2445 mt 3219 2424 L 1 sg -47 -17 61 -21 3158 2445 3 MP PP c9 3158 2445 mt 3219 2424 L c8 3219 2424 mt 3172 2407 L 1 sg 61 -16 -47 -22 3203 2902 3 MP PP c8 3203 2902 mt 3156 2880 L 3156 2880 mt 3217 2864 L 1 sg -46 -22 61 -16 3156 2880 3 MP PP c8 3156 2880 mt 3217 2864 L 3217 2864 mt 3171 2842 L 1 sg 61 -16 -46 -22 3201 3345 3 MP PP c8 3201 3345 mt 3155 3323 L 3155 3323 mt 3216 3307 L 1 sg -47 -22 61 -16 3155 3323 3 MP PP c8 3155 3323 mt 3216 3307 L 3216 3307 mt 3169 3285 L 1 sg 60 -24 -46 -14 3200 2332 3 MP PP c9 3200 2332 mt 3154 2318 L 3154 2318 mt 3214 2294 L 1 sg -46 -14 60 -24 3154 2318 3 MP PP c9 3154 2318 mt 3214 2294 L 3214 2294 mt 3168 2280 L 1 sg 61 -17 -47 -21 3199 2767 3 MP PP c8 3199 2767 mt 3152 2746 L 3152 2746 mt 3213 2729 L 1 sg -47 -21 61 -17 3152 2746 3 MP PP c8 3152 2746 mt 3213 2729 L 3213 2729 mt 3166 2708 L 1 sg 60 -16 -46 -22 3197 3210 3 MP PP c8 3197 3210 mt 3151 3188 L 3151 3188 mt 3211 3172 L 1 sg -46 -22 60 -16 3151 3188 3 MP PP c8 3151 3188 mt 3211 3172 L 3211 3172 mt 3165 3150 L 1 sg 60 -23 -46 -15 3196 2205 3 MP PP c9 3196 2205 mt 3150 2190 L 3150 2190 mt 3210 2167 L 1 sg -46 -15 60 -23 3150 2190 3 MP PP c9 3150 2190 mt 3210 2167 L 3210 2167 mt 3164 2152 L 1 sg 61 -19 -47 -19 3195 2632 3 MP PP c8 3195 2632 mt 3148 2613 L 3148 2613 mt 3209 2594 L 1 sg -47 -19 61 -19 3148 2613 3 MP PP c8 3148 2613 mt 3209 2594 L 3209 2594 mt 3162 2575 L 1 sg 60 -16 -46 -22 3193 3075 3 MP PP c8 3193 3075 mt 3147 3053 L 3147 3053 mt 3207 3037 L 1 sg -46 -22 60 -16 3147 3053 3 MP PP c8 3147 3053 mt 3207 3037 L 3207 3037 mt 3161 3015 L 1 sg 61 -9 -47 -28 3192 2076 3 MP PP c9 3192 2076 mt 3145 2048 L 3145 2048 mt 3206 2039 L 1 sg -47 -29 61 -9 3145 2048 3 MP PP c9 3145 2048 mt 3206 2039 L 3206 2039 mt 3159 2010 L 1 sg 61 -16 -47 -21 3192 3517 3 MP PP c8 3192 3517 mt 3145 3496 L 3145 3496 mt 3206 3480 L 1 sg -47 -22 61 -16 3145 3496 3 MP PP c8 3145 3496 mt 3206 3480 L 3206 3480 mt 3159 3458 L 1 sg 60 -22 -46 -16 3190 2499 3 MP PP c8 3190 2499 mt 3144 2483 L c9 3144 2483 mt 3204 2461 L 1 sg -46 -16 60 -22 3144 2483 3 MP PP c9 3144 2483 mt 3204 2461 L c8 3204 2461 mt 3158 2445 L 1 sg 61 -16 -47 -22 3189 2940 3 MP PP c8 3189 2940 mt 3142 2918 L 3142 2918 mt 3203 2902 L 1 sg -47 -22 61 -16 3142 2918 3 MP PP c8 3142 2918 mt 3203 2902 L 3203 2902 mt 3156 2880 L 1 sg 60 -16 -46 -22 3187 3383 3 MP PP c8 3187 3383 mt 3141 3361 L 3141 3361 mt 3201 3345 L 1 sg -46 -22 60 -16 3141 3361 3 MP PP c8 3141 3361 mt 3201 3345 L 3201 3345 mt 3155 3323 L 1 sg 60 -24 -46 -13 3186 2369 3 MP PP c9 3186 2369 mt 3140 2356 L 3140 2356 mt 3200 2332 L 1 sg -46 -14 60 -24 3140 2356 3 MP PP c9 3140 2356 mt 3200 2332 L 3200 2332 mt 3154 2318 L 1 sg 61 -16 -47 -22 3185 2805 3 MP PP c8 3185 2805 mt 3138 2783 L 3138 2783 mt 3199 2767 L 1 sg -47 -21 61 -16 3138 2783 3 MP PP c8 3138 2783 mt 3199 2767 L 3199 2767 mt 3152 2746 L 1 sg 60 -16 -46 -22 3183 3248 3 MP PP c8 3183 3248 mt 3137 3226 L 3137 3226 mt 3197 3210 L 1 sg -46 -22 60 -16 3137 3226 3 MP PP c8 3137 3226 mt 3197 3210 L 3197 3210 mt 3151 3188 L 1 sg 61 -23 -47 -15 3182 2243 3 MP PP c9 3182 2243 mt 3135 2228 L 3135 2228 mt 3196 2205 L 1 sg -46 -15 61 -23 3135 2228 3 MP PP c9 3135 2228 mt 3196 2205 L 3196 2205 mt 3150 2190 L 1 sg 61 -18 -46 -20 3180 2670 3 MP PP c8 3180 2670 mt 3134 2650 L 3134 2650 mt 3195 2632 L 1 sg -47 -19 61 -18 3134 2650 3 MP PP c8 3134 2650 mt 3195 2632 L 3195 2632 mt 3148 2613 L 1 sg 61 -16 -47 -22 3179 3113 3 MP PP c8 3179 3113 mt 3132 3091 L 3132 3091 mt 3193 3075 L 1 sg -46 -22 61 -16 3132 3091 3 MP PP c8 3132 3091 mt 3193 3075 L 3193 3075 mt 3147 3053 L 1 sg 61 -10 -47 -28 3178 2114 3 MP PP c9 3178 2114 mt 3131 2086 L 3131 2086 mt 3192 2076 L 1 sg -47 -28 61 -10 3131 2086 3 MP PP c9 3131 2086 mt 3192 2076 L 3192 2076 mt 3145 2048 L 1 sg 61 -17 -46 -21 3177 3555 3 MP PP c8 3177 3555 mt 3131 3534 L 3131 3534 mt 3192 3517 L 1 sg -47 -21 61 -17 3131 3534 3 MP PP c8 3131 3534 mt 3192 3517 L 3192 3517 mt 3145 3496 L 1 sg 60 -22 -46 -16 3176 2537 3 MP PP c8 3176 2537 mt 3130 2521 L c9 3130 2521 mt 3190 2499 L 1 sg -46 -16 60 -22 3130 2521 3 MP PP c9 3130 2521 mt 3190 2499 L c8 3190 2499 mt 3144 2483 L 1 sg 61 -16 -47 -22 3175 2978 3 MP PP c8 3175 2978 mt 3128 2956 L 3128 2956 mt 3189 2940 L 1 sg -47 -22 61 -16 3128 2956 3 MP PP c8 3128 2956 mt 3189 2940 L 3189 2940 mt 3142 2918 L 1 sg 61 19 -47 -57 3174 1972 3 MP PP c9 3174 1972 mt 3127 1915 L c8 3127 1915 mt 3188 1934 L 1 sg 60 -16 -46 -21 3173 3420 3 MP PP c8 3173 3420 mt 3127 3399 L 3127 3399 mt 3187 3383 L 1 sg -46 -22 60 -16 3127 3399 3 MP PP c8 3127 3399 mt 3187 3383 L 3187 3383 mt 3141 3361 L 1 sg 60 -25 -46 -13 3172 2407 3 MP PP c9 3172 2407 mt 3126 2394 L 3126 2394 mt 3186 2369 L 1 sg -46 -13 60 -25 3126 2394 3 MP PP c9 3126 2394 mt 3186 2369 L 3186 2369 mt 3140 2356 L 1 sg 61 -16 -47 -21 3171 2842 3 MP PP c8 3171 2842 mt 3124 2821 L 3124 2821 mt 3185 2805 L 1 sg -47 -22 61 -16 3124 2821 3 MP PP c8 3124 2821 mt 3185 2805 L 3185 2805 mt 3138 2783 L 1 sg 60 -16 -46 -21 3169 3285 3 MP PP c8 3169 3285 mt 3123 3264 L 3123 3264 mt 3183 3248 L 1 sg -46 -22 60 -16 3123 3264 3 MP PP c8 3123 3264 mt 3183 3248 L 3183 3248 mt 3137 3226 L 1 sg 61 -22 -47 -15 3168 2280 3 MP PP c9 3168 2280 mt 3121 2265 L 3121 2265 mt 3182 2243 L 1 sg -47 -15 61 -22 3121 2265 3 MP PP c9 3121 2265 mt 3182 2243 L 3182 2243 mt 3135 2228 L 1 sg 60 -18 -46 -20 3166 2708 3 MP PP c8 3166 2708 mt 3120 2688 L 3120 2688 mt 3180 2670 L 1 sg -46 -20 60 -18 3120 2688 3 MP PP c8 3120 2688 mt 3180 2670 L 3180 2670 mt 3134 2650 L 1 sg 61 -16 -47 -21 3165 3150 3 MP PP c8 3165 3150 mt 3118 3129 L 3118 3129 mt 3179 3113 L 1 sg -47 -22 61 -16 3118 3129 3 MP PP c8 3118 3129 mt 3179 3113 L 3179 3113 mt 3132 3091 L 1 sg 61 -9 -47 -29 3164 2152 3 MP PP c9 3164 2152 mt 3117 2123 L 3117 2123 mt 3178 2114 L 1 sg -47 -28 61 -9 3117 2123 3 MP PP c9 3117 2123 mt 3178 2114 L 3178 2114 mt 3131 2086 L 1 sg 60 -21 -46 -17 3162 2575 3 MP PP c8 3162 2575 mt 3116 2558 L c9 3116 2558 mt 3176 2537 L 1 sg -46 -16 60 -21 3116 2558 3 MP PP c9 3116 2558 mt 3176 2537 L c8 3176 2537 mt 3130 2521 L 1 sg 61 -16 -47 -21 3161 3015 3 MP PP c8 3161 3015 mt 3114 2994 L 3114 2994 mt 3175 2978 L 1 sg -47 -22 61 -16 3114 2994 3 MP PP c8 3114 2994 mt 3175 2978 L 3175 2978 mt 3128 2956 L 1 sg 61 20 -46 -58 3159 2010 3 MP PP c9 3159 2010 mt 3113 1952 L c8 3113 1952 mt 3174 1972 L 1 sg -47 -57 61 20 3113 1952 3 MP PP c8 3113 1952 mt 3174 1972 L c9 3174 1972 mt 3127 1915 L 1 sg 60 -17 -46 -21 3159 3458 3 MP PP c8 3159 3458 mt 3113 3437 L 3113 3437 mt 3173 3420 L 1 sg -46 -21 60 -17 3113 3437 3 MP PP c8 3113 3437 mt 3173 3420 L 3173 3420 mt 3127 3399 L 1 sg 61 -25 -47 -13 3158 2445 3 MP PP c9 3158 2445 mt 3111 2432 L 3111 2432 mt 3172 2407 L 1 sg -46 -13 61 -25 3111 2432 3 MP PP c9 3111 2432 mt 3172 2407 L 3172 2407 mt 3126 2394 L 1 sg 61 -17 -46 -21 3156 2880 3 MP PP c8 3156 2880 mt 3110 2859 L 3110 2859 mt 3171 2842 L 1 sg -47 -21 61 -17 3110 2859 3 MP PP c8 3110 2859 mt 3171 2842 L 3171 2842 mt 3124 2821 L 1 sg 61 -17 -47 -21 3155 3323 3 MP PP c8 3155 3323 mt 3108 3302 L 3108 3302 mt 3169 3285 L 1 sg -46 -21 61 -17 3108 3302 3 MP PP c8 3108 3302 mt 3169 3285 L 3169 3285 mt 3123 3264 L 1 sg 61 -23 -47 -15 3154 2318 3 MP PP c9 3154 2318 mt 3107 2303 L 3107 2303 mt 3168 2280 L 1 sg -47 -15 61 -23 3107 2303 3 MP PP c9 3107 2303 mt 3168 2280 L 3168 2280 mt 3121 2265 L 1 sg 60 -18 -46 -20 3152 2746 3 MP PP c8 3152 2746 mt 3106 2726 L 3106 2726 mt 3166 2708 L 1 sg -46 -20 60 -18 3106 2726 3 MP PP c8 3106 2726 mt 3166 2708 L 3166 2708 mt 3120 2688 L 1 sg 61 -17 -47 -21 3151 3188 3 MP PP c8 3151 3188 mt 3104 3167 L 3104 3167 mt 3165 3150 L 1 sg -47 -21 61 -17 3104 3167 3 MP PP c8 3104 3167 mt 3165 3150 L 3165 3150 mt 3118 3129 L 1 sg 61 -9 -47 -29 3150 2190 3 MP PP c9 3150 2190 mt 3103 2161 L 3103 2161 mt 3164 2152 L 1 sg -47 -29 61 -9 3103 2161 3 MP PP c9 3103 2161 mt 3164 2152 L 3164 2152 mt 3117 2123 L 1 sg 60 -21 -46 -17 3148 2613 3 MP PP c8 3148 2613 mt 3102 2596 L c9 3102 2596 mt 3162 2575 L 1 sg -46 -17 60 -21 3102 2596 3 MP PP c9 3102 2596 mt 3162 2575 L c8 3162 2575 mt 3116 2558 L 1 sg 61 -16 -47 -22 3147 3053 3 MP PP c8 3147 3053 mt 3100 3031 L 3100 3031 mt 3161 3015 L 1 sg -47 -21 61 -16 3100 3031 3 MP PP c8 3100 3031 mt 3161 3015 L 3161 3015 mt 3114 2994 L 1 sg 60 20 -46 -58 3145 2048 3 MP PP c9 3145 2048 mt 3099 1990 L c8 3099 1990 mt 3159 2010 L 1 sg -46 -58 60 20 3099 1990 3 MP PP c8 3099 1990 mt 3159 2010 L c9 3159 2010 mt 3113 1952 L 1 sg 60 -17 -46 -21 3145 3496 3 MP PP c8 3145 3496 mt 3099 3475 L 3099 3475 mt 3159 3458 L 1 sg -46 -21 60 -17 3099 3475 3 MP PP c8 3099 3475 mt 3159 3458 L 3159 3458 mt 3113 3437 L 1 sg 61 -25 -47 -13 3144 2483 3 MP PP c9 3144 2483 mt 3097 2470 L 3097 2470 mt 3158 2445 L 1 sg -47 -13 61 -25 3097 2470 3 MP PP c9 3097 2470 mt 3158 2445 L 3158 2445 mt 3111 2432 L 1 sg 60 -17 -46 -21 3142 2918 3 MP PP c8 3142 2918 mt 3096 2897 L 3096 2897 mt 3156 2880 L 1 sg -46 -21 60 -17 3096 2897 3 MP PP c8 3096 2897 mt 3156 2880 L 3156 2880 mt 3110 2859 L 1 sg 61 -17 -47 -21 3141 3361 3 MP PP c8 3141 3361 mt 3094 3340 L 3094 3340 mt 3155 3323 L 1 sg -47 -21 61 -17 3094 3340 3 MP PP c8 3094 3340 mt 3155 3323 L 3155 3323 mt 3108 3302 L 1 sg 61 -23 -47 -15 3140 2356 3 MP PP c9 3140 2356 mt 3093 2341 L 3093 2341 mt 3154 2318 L 1 sg -47 -15 61 -23 3093 2341 3 MP PP c9 3093 2341 mt 3154 2318 L 3154 2318 mt 3107 2303 L 1 sg 60 -18 -46 -19 3138 2783 3 MP PP c8 3138 2783 mt 3092 2764 L 3092 2764 mt 3152 2746 L 1 sg -46 -20 60 -18 3092 2764 3 MP PP c8 3092 2764 mt 3152 2746 L 3152 2746 mt 3106 2726 L 1 sg 61 -16 -47 -22 3137 3226 3 MP PP c8 3137 3226 mt 3090 3204 L 3090 3204 mt 3151 3188 L 1 sg -47 -21 61 -16 3090 3204 3 MP PP c8 3090 3204 mt 3151 3188 L 3151 3188 mt 3104 3167 L 1 sg 61 -9 -46 -29 3135 2228 3 MP PP c9 3135 2228 mt 3089 2199 L 3089 2199 mt 3150 2190 L 1 sg -47 -29 61 -9 3089 2199 3 MP PP c9 3089 2199 mt 3150 2190 L 3150 2190 mt 3103 2161 L 1 sg 61 -21 -47 -16 3134 2650 3 MP PP c8 3134 2650 mt 3087 2634 L c9 3087 2634 mt 3148 2613 L 1 sg -46 -17 61 -21 3087 2634 3 MP PP c9 3087 2634 mt 3148 2613 L c8 3148 2613 mt 3102 2596 L 1 sg 61 -16 -46 -22 3132 3091 3 MP PP c8 3132 3091 mt 3086 3069 L 3086 3069 mt 3147 3053 L 1 sg -47 -22 61 -16 3086 3069 3 MP PP c8 3086 3069 mt 3147 3053 L 3147 3053 mt 3100 3031 L 1 sg 60 20 -46 -58 3131 2086 3 MP PP c9 3131 2086 mt 3085 2028 L c8 3085 2028 mt 3145 2048 L 1 sg -46 -58 60 20 3085 2028 3 MP PP c8 3085 2028 mt 3145 2048 L c9 3145 2048 mt 3099 1990 L 1 sg 61 -16 -47 -22 3131 3534 3 MP PP c8 3131 3534 mt 3084 3512 L 3084 3512 mt 3145 3496 L 1 sg -46 -21 61 -16 3084 3512 3 MP PP c8 3084 3512 mt 3145 3496 L 3145 3496 mt 3099 3475 L 1 sg 61 -24 -47 -14 3130 2521 3 MP PP c9 3130 2521 mt 3083 2507 L 3083 2507 mt 3144 2483 L 1 sg -47 -13 61 -24 3083 2507 3 MP PP c9 3083 2507 mt 3144 2483 L 3144 2483 mt 3097 2470 L 1 sg 60 -17 -46 -21 3128 2956 3 MP PP c8 3128 2956 mt 3082 2935 L 3082 2935 mt 3142 2918 L 1 sg -46 -21 60 -17 3082 2935 3 MP PP c8 3082 2935 mt 3142 2918 L 3142 2918 mt 3096 2897 L 1 sg 61 -16 -47 -22 3127 3399 3 MP PP c8 3127 3399 mt 3080 3377 L 3080 3377 mt 3141 3361 L 1 sg -47 -21 61 -16 3080 3377 3 MP PP c8 3080 3377 mt 3141 3361 L 3141 3361 mt 3094 3340 L 1 sg 61 -23 -47 -15 3126 2394 3 MP PP c9 3126 2394 mt 3079 2379 L 3079 2379 mt 3140 2356 L 1 sg -47 -15 61 -23 3079 2379 3 MP PP c9 3079 2379 mt 3140 2356 L 3140 2356 mt 3093 2341 L 1 sg 60 -19 -46 -19 3124 2821 3 MP PP c8 3124 2821 mt 3078 2802 L 3078 2802 mt 3138 2783 L 1 sg -46 -19 60 -19 3078 2802 3 MP PP c8 3078 2802 mt 3138 2783 L 3138 2783 mt 3092 2764 L 1 sg 61 -16 -47 -22 3123 3264 3 MP PP c8 3123 3264 mt 3076 3242 L 3076 3242 mt 3137 3226 L 1 sg -47 -22 61 -16 3076 3242 3 MP PP c8 3076 3242 mt 3137 3226 L 3137 3226 mt 3090 3204 L 1 sg 60 -9 -46 -28 3121 2265 3 MP PP c9 3121 2265 mt 3075 2237 L 3075 2237 mt 3135 2228 L 1 sg -46 -29 60 -9 3075 2237 3 MP PP c9 3075 2237 mt 3135 2228 L 3135 2228 mt 3089 2199 L 1 sg 61 -22 -47 -16 3120 2688 3 MP PP c8 3120 2688 mt 3073 2672 L c9 3073 2672 mt 3134 2650 L 1 sg -47 -16 61 -22 3073 2672 3 MP PP c9 3073 2672 mt 3134 2650 L c8 3134 2650 mt 3087 2634 L 1 sg 60 -16 -46 -22 3118 3129 3 MP PP c8 3118 3129 mt 3072 3107 L 3072 3107 mt 3132 3091 L 1 sg -46 -22 60 -16 3072 3107 3 MP PP c8 3072 3107 mt 3132 3091 L 3132 3091 mt 3086 3069 L 1 sg 60 20 -46 -57 3117 2123 3 MP PP c9 3117 2123 mt 3071 2066 L c8 3071 2066 mt 3131 2086 L 1 sg -46 -58 60 20 3071 2066 3 MP PP c8 3071 2066 mt 3131 2086 L c9 3131 2086 mt 3085 2028 L 1 sg 61 -24 -47 -13 3116 2558 3 MP PP c9 3116 2558 mt 3069 2545 L 3069 2545 mt 3130 2521 L 1 sg -47 -14 61 -24 3069 2545 3 MP PP c9 3069 2545 mt 3130 2521 L 3130 2521 mt 3083 2507 L 1 sg 60 -16 -46 -22 3114 2994 3 MP PP c8 3114 2994 mt 3068 2972 L 3068 2972 mt 3128 2956 L 1 sg -46 -21 60 -16 3068 2972 3 MP PP c8 3068 2972 mt 3128 2956 L 3128 2956 mt 3082 2935 L 1 sg 61 55 -47 -92 3113 1952 3 MP PP c8 3113 1952 mt 3066 1860 L c10 3066 1860 mt 3127 1915 L 1 sg 61 -16 -47 -22 3113 3437 3 MP PP c8 3113 3437 mt 3066 3415 L 3066 3415 mt 3127 3399 L 1 sg -47 -22 61 -16 3066 3415 3 MP PP c8 3066 3415 mt 3127 3399 L 3127 3399 mt 3080 3377 L 1 sg 61 -23 -46 -15 3111 2432 3 MP PP c9 3111 2432 mt 3065 2417 L 3065 2417 mt 3126 2394 L 1 sg -47 -15 61 -23 3065 2417 3 MP PP c9 3065 2417 mt 3126 2394 L 3126 2394 mt 3079 2379 L 1 sg 61 -18 -47 -20 3110 2859 3 MP PP c8 3110 2859 mt 3063 2839 L 3063 2839 mt 3124 2821 L 1 sg -46 -19 61 -18 3063 2839 3 MP PP c8 3063 2839 mt 3124 2821 L 3124 2821 mt 3078 2802 L 1 sg 61 -16 -46 -22 3108 3302 3 MP PP c8 3108 3302 mt 3062 3280 L 3062 3280 mt 3123 3264 L 1 sg -47 -22 61 -16 3062 3280 3 MP PP c8 3062 3280 mt 3123 3264 L 3123 3264 mt 3076 3242 L 1 sg 60 -10 -46 -28 3107 2303 3 MP PP c9 3107 2303 mt 3061 2275 L 3061 2275 mt 3121 2265 L 1 sg -46 -28 60 -10 3061 2275 3 MP PP c9 3061 2275 mt 3121 2265 L 3121 2265 mt 3075 2237 L 1 sg 61 -22 -47 -16 3106 2726 3 MP PP c8 3106 2726 mt 3059 2710 L c9 3059 2710 mt 3120 2688 L 1 sg -47 -16 61 -22 3059 2710 3 MP PP c9 3059 2710 mt 3120 2688 L c8 3120 2688 mt 3073 2672 L 1 sg 60 -16 -46 -22 3104 3167 3 MP PP c8 3104 3167 mt 3058 3145 L 3058 3145 mt 3118 3129 L 1 sg -46 -22 60 -16 3058 3145 3 MP PP c8 3058 3145 mt 3118 3129 L 3118 3129 mt 3072 3107 L 1 sg 60 19 -46 -57 3103 2161 3 MP PP c9 3103 2161 mt 3057 2104 L c8 3057 2104 mt 3117 2123 L 1 sg -46 -57 60 19 3057 2104 3 MP PP c8 3057 2104 mt 3117 2123 L c9 3117 2123 mt 3071 2066 L 1 sg 61 -25 -47 -13 3102 2596 3 MP PP c9 3102 2596 mt 3055 2583 L 3055 2583 mt 3116 2558 L 1 sg -47 -13 61 -25 3055 2583 3 MP PP c9 3055 2583 mt 3116 2558 L 3116 2558 mt 3069 2545 L 1 sg 60 -16 -46 -21 3100 3031 3 MP PP c8 3100 3031 mt 3054 3010 L 3054 3010 mt 3114 2994 L 1 sg -46 -22 60 -16 3054 3010 3 MP PP c8 3054 3010 mt 3114 2994 L 3114 2994 mt 3068 2972 L 1 sg 61 54 -47 -92 3099 1990 3 MP PP c8 3099 1990 mt 3052 1898 L c10 3052 1898 mt 3113 1952 L 1 sg -47 -92 61 54 3052 1898 3 MP PP c10 3052 1898 mt 3113 1952 L c8 3113 1952 mt 3066 1860 L 1 sg 61 -16 -47 -22 3099 3475 3 MP PP c8 3099 3475 mt 3052 3453 L 3052 3453 mt 3113 3437 L 1 sg -47 -22 61 -16 3052 3453 3 MP PP c8 3052 3453 mt 3113 3437 L 3113 3437 mt 3066 3415 L 1 sg 60 -23 -46 -15 3097 2470 3 MP PP c9 3097 2470 mt 3051 2455 L 3051 2455 mt 3111 2432 L 1 sg -46 -15 60 -23 3051 2455 3 MP PP c9 3051 2455 mt 3111 2432 L 3111 2432 mt 3065 2417 L 1 sg 61 -18 -47 -20 3096 2897 3 MP PP c8 3096 2897 mt 3049 2877 L 3049 2877 mt 3110 2859 L 1 sg -47 -20 61 -18 3049 2877 3 MP PP c8 3049 2877 mt 3110 2859 L 3110 2859 mt 3063 2839 L 1 sg 60 -16 -46 -22 3094 3340 3 MP PP c8 3094 3340 mt 3048 3318 L 3048 3318 mt 3108 3302 L 1 sg -46 -22 60 -16 3048 3318 3 MP PP c8 3048 3318 mt 3108 3302 L 3108 3302 mt 3062 3280 L 1 sg 60 -10 -46 -28 3093 2341 3 MP PP c9 3093 2341 mt 3047 2313 L 3047 2313 mt 3107 2303 L 1 sg -46 -28 60 -10 3047 2313 3 MP PP c9 3047 2313 mt 3107 2303 L 3107 2303 mt 3061 2275 L 1 sg 61 -21 -47 -17 3092 2764 3 MP PP c8 3092 2764 mt 3045 2747 L c9 3045 2747 mt 3106 2726 L 1 sg -47 -16 61 -21 3045 2747 3 MP PP c9 3045 2747 mt 3106 2726 L c8 3106 2726 mt 3059 2710 L 1 sg 60 -16 -46 -21 3090 3204 3 MP PP c8 3090 3204 mt 3044 3183 L 3044 3183 mt 3104 3167 L 1 sg -46 -22 60 -16 3044 3183 3 MP PP c8 3044 3183 mt 3104 3167 L 3104 3167 mt 3058 3145 L 1 sg 61 19 -47 -57 3089 2199 3 MP PP c9 3089 2199 mt 3042 2142 L c8 3042 2142 mt 3103 2161 L 1 sg -46 -57 61 19 3042 2142 3 MP PP c8 3042 2142 mt 3103 2161 L c9 3103 2161 mt 3057 2104 L 1 sg 61 -25 -46 -13 3087 2634 3 MP PP c9 3087 2634 mt 3041 2621 L 3041 2621 mt 3102 2596 L 1 sg -47 -13 61 -25 3041 2621 3 MP PP c9 3041 2621 mt 3102 2596 L 3102 2596 mt 3055 2583 L 1 sg 61 -17 -47 -21 3086 3069 3 MP PP c8 3086 3069 mt 3039 3048 L 3039 3048 mt 3100 3031 L 1 sg -46 -21 61 -17 3039 3048 3 MP PP c8 3039 3048 mt 3100 3031 L 3100 3031 mt 3054 3010 L 1 sg 61 54 -47 -92 3085 2028 3 MP PP c8 3085 2028 mt 3038 1936 L c10 3038 1936 mt 3099 1990 L 1 sg -47 -92 61 54 3038 1936 3 MP PP c10 3038 1936 mt 3099 1990 L c8 3099 1990 mt 3052 1898 L 1 sg 61 -16 -46 -21 3084 3512 3 MP PP c8 3084 3512 mt 3038 3491 L 3038 3491 mt 3099 3475 L 1 sg -47 -22 61 -16 3038 3491 3 MP PP c8 3038 3491 mt 3099 3475 L 3099 3475 mt 3052 3453 L 1 sg 60 -22 -46 -15 3083 2507 3 MP PP c9 3083 2507 mt 3037 2492 L 3037 2492 mt 3097 2470 L 1 sg -46 -15 60 -22 3037 2492 3 MP PP c9 3037 2492 mt 3097 2470 L 3097 2470 mt 3051 2455 L 1 sg 61 -18 -47 -20 3082 2935 3 MP PP c8 3082 2935 mt 3035 2915 L 3035 2915 mt 3096 2897 L 1 sg -47 -20 61 -18 3035 2915 3 MP PP c8 3035 2915 mt 3096 2897 L 3096 2897 mt 3049 2877 L 1 sg 60 -16 -46 -21 3080 3377 3 MP PP c8 3080 3377 mt 3034 3356 L 3034 3356 mt 3094 3340 L 1 sg -46 -22 60 -16 3034 3356 3 MP PP c8 3034 3356 mt 3094 3340 L 3094 3340 mt 3048 3318 L 1 sg 61 -9 -47 -29 3079 2379 3 MP PP c9 3079 2379 mt 3032 2350 L 3032 2350 mt 3093 2341 L 1 sg -46 -28 61 -9 3032 2350 3 MP PP c9 3032 2350 mt 3093 2341 L 3093 2341 mt 3047 2313 L 1 sg 61 -21 -47 -17 3078 2802 3 MP PP c8 3078 2802 mt 3031 2785 L c9 3031 2785 mt 3092 2764 L 1 sg -47 -17 61 -21 3031 2785 3 MP PP c9 3031 2785 mt 3092 2764 L c8 3092 2764 mt 3045 2747 L 1 sg 61 -17 -47 -21 3076 3242 3 MP PP c8 3076 3242 mt 3029 3221 L 3029 3221 mt 3090 3204 L 1 sg -46 -21 61 -17 3029 3221 3 MP PP c8 3029 3221 mt 3090 3204 L 3090 3204 mt 3044 3183 L 1 sg 61 20 -47 -58 3075 2237 3 MP PP c9 3075 2237 mt 3028 2179 L c8 3028 2179 mt 3089 2199 L 1 sg -47 -57 61 20 3028 2179 3 MP PP c8 3028 2179 mt 3089 2199 L c9 3089 2199 mt 3042 2142 L 1 sg 60 -25 -46 -13 3073 2672 3 MP PP c9 3073 2672 mt 3027 2659 L 3027 2659 mt 3087 2634 L 1 sg -46 -13 60 -25 3027 2659 3 MP PP c9 3027 2659 mt 3087 2634 L 3087 2634 mt 3041 2621 L 1 sg 61 -17 -47 -21 3072 3107 3 MP PP c8 3072 3107 mt 3025 3086 L 3025 3086 mt 3086 3069 L 1 sg -47 -21 61 -17 3025 3086 3 MP PP c8 3025 3086 mt 3086 3069 L 3086 3069 mt 3039 3048 L 1 sg 61 54 -47 -92 3071 2066 3 MP PP c8 3071 2066 mt 3024 1974 L c10 3024 1974 mt 3085 2028 L 1 sg -47 -92 61 54 3024 1974 3 MP PP c10 3024 1974 mt 3085 2028 L c8 3085 2028 mt 3038 1936 L 1 sg 60 -23 -46 -15 3069 2545 3 MP PP c9 3069 2545 mt 3023 2530 L 3023 2530 mt 3083 2507 L 1 sg -46 -15 60 -23 3023 2530 3 MP PP c9 3023 2530 mt 3083 2507 L 3083 2507 mt 3037 2492 L 1 sg 61 -18 -47 -19 3068 2972 3 MP PP c8 3068 2972 mt 3021 2953 L 3021 2953 mt 3082 2935 L 1 sg -47 -20 61 -18 3021 2953 3 MP PP c8 3021 2953 mt 3082 2935 L 3082 2935 mt 3035 2915 L 1 sg 60 -16 -46 -22 3066 3415 3 MP PP c8 3066 3415 mt 3020 3393 L 3020 3393 mt 3080 3377 L 1 sg -46 -21 60 -16 3020 3393 3 MP PP c8 3020 3393 mt 3080 3377 L 3080 3377 mt 3034 3356 L 1 sg 61 -9 -47 -29 3065 2417 3 MP PP c9 3065 2417 mt 3018 2388 L 3018 2388 mt 3079 2379 L 1 sg -47 -29 61 -9 3018 2388 3 MP PP c9 3018 2388 mt 3079 2379 L 3079 2379 mt 3032 2350 L 1 sg 61 -21 -46 -16 3063 2839 3 MP PP c8 3063 2839 mt 3017 2823 L c9 3017 2823 mt 3078 2802 L 1 sg -47 -17 61 -21 3017 2823 3 MP PP c9 3017 2823 mt 3078 2802 L c8 3078 2802 mt 3031 2785 L 1 sg 61 -16 -47 -22 3062 3280 3 MP PP c8 3062 3280 mt 3015 3258 L 3015 3258 mt 3076 3242 L 1 sg -47 -21 61 -16 3015 3258 3 MP PP c8 3015 3258 mt 3076 3242 L 3076 3242 mt 3029 3221 L 1 sg 61 20 -47 -58 3061 2275 3 MP PP c9 3061 2275 mt 3014 2217 L c8 3014 2217 mt 3075 2237 L 1 sg -47 -58 61 20 3014 2217 3 MP PP c8 3014 2217 mt 3075 2237 L c9 3075 2237 mt 3028 2179 L 1 sg 60 -24 -46 -14 3059 2710 3 MP PP c9 3059 2710 mt 3013 2696 L 3013 2696 mt 3073 2672 L 1 sg -46 -13 60 -24 3013 2696 3 MP PP c9 3013 2696 mt 3073 2672 L 3073 2672 mt 3027 2659 L 1 sg 61 -17 -47 -21 3058 3145 3 MP PP c8 3058 3145 mt 3011 3124 L 3011 3124 mt 3072 3107 L 1 sg -47 -21 61 -17 3011 3124 3 MP PP c8 3011 3124 mt 3072 3107 L 3072 3107 mt 3025 3086 L 1 sg 61 54 -47 -92 3057 2104 3 MP PP c8 3057 2104 mt 3010 2012 L c10 3010 2012 mt 3071 2066 L 1 sg -47 -92 61 54 3010 2012 3 MP PP c10 3010 2012 mt 3071 2066 L c8 3071 2066 mt 3024 1974 L 1 sg 61 -23 -47 -15 3055 2583 3 MP PP c9 3055 2583 mt 3008 2568 L 3008 2568 mt 3069 2545 L 1 sg -46 -15 61 -23 3008 2568 3 MP PP c9 3008 2568 mt 3069 2545 L 3069 2545 mt 3023 2530 L 1 sg 61 -19 -47 -19 3054 3010 3 MP PP c8 3054 3010 mt 3007 2991 L 3007 2991 mt 3068 2972 L 1 sg -47 -19 61 -19 3007 2991 3 MP PP c8 3007 2991 mt 3068 2972 L 3068 2972 mt 3021 2953 L 1 sg 60 66 -46 -104 3052 1898 3 MP PP c10 3052 1898 mt 3006 1794 L c11 3006 1794 mt 3066 1860 L 1 sg 61 -16 -47 -22 3052 3453 3 MP PP c8 3052 3453 mt 3005 3431 L 3005 3431 mt 3066 3415 L 1 sg -46 -22 61 -16 3005 3431 3 MP PP c8 3005 3431 mt 3066 3415 L 3066 3415 mt 3020 3393 L 1 sg 61 -9 -47 -29 3051 2455 3 MP PP c9 3051 2455 mt 3004 2426 L 3004 2426 mt 3065 2417 L 1 sg -47 -29 61 -9 3004 2426 3 MP PP c9 3004 2426 mt 3065 2417 L 3065 2417 mt 3018 2388 L 1 sg 60 -22 -46 -16 3049 2877 3 MP PP c8 3049 2877 mt 3003 2861 L c9 3003 2861 mt 3063 2839 L 1 sg -46 -16 60 -22 3003 2861 3 MP PP c9 3003 2861 mt 3063 2839 L c8 3063 2839 mt 3017 2823 L 1 sg 61 -16 -47 -22 3048 3318 3 MP PP c8 3048 3318 mt 3001 3296 L 3001 3296 mt 3062 3280 L 1 sg -47 -22 61 -16 3001 3296 3 MP PP c8 3001 3296 mt 3062 3280 L 3062 3280 mt 3015 3258 L 1 sg 61 20 -47 -58 3047 2313 3 MP PP c9 3047 2313 mt 3000 2255 L c8 3000 2255 mt 3061 2275 L 1 sg -47 -58 61 20 3000 2255 3 MP PP c8 3000 2255 mt 3061 2275 L c9 3061 2275 mt 3014 2217 L 1 sg 60 -24 -46 -13 3045 2747 3 MP PP c9 3045 2747 mt 2999 2734 L 2999 2734 mt 3059 2710 L 1 sg -46 -14 60 -24 2999 2734 3 MP PP c9 2999 2734 mt 3059 2710 L 3059 2710 mt 3013 2696 L 1 sg 61 -16 -47 -22 3044 3183 3 MP PP c8 3044 3183 mt 2997 3161 L 2997 3161 mt 3058 3145 L 1 sg -47 -21 61 -16 2997 3161 3 MP PP c8 2997 3161 mt 3058 3145 L 3058 3145 mt 3011 3124 L 1 sg 61 55 -46 -93 3042 2142 3 MP PP c8 3042 2142 mt 2996 2049 L c10 2996 2049 mt 3057 2104 L 1 sg -47 -92 61 55 2996 2049 3 MP PP c10 2996 2049 mt 3057 2104 L c8 3057 2104 mt 3010 2012 L 1 sg 61 -23 -47 -15 3041 2621 3 MP PP c9 3041 2621 mt 2994 2606 L 2994 2606 mt 3055 2583 L 1 sg -47 -15 61 -23 2994 2606 3 MP PP c9 2994 2606 mt 3055 2583 L 3055 2583 mt 3008 2568 L 1 sg 61 -18 -46 -20 3039 3048 3 MP PP c8 3039 3048 mt 2993 3028 L 2993 3028 mt 3054 3010 L 1 sg -47 -19 61 -18 2993 3028 3 MP PP c8 2993 3028 mt 3054 3010 L 3054 3010 mt 3007 2991 L 1 sg 60 66 -46 -104 3038 1936 3 MP PP c10 3038 1936 mt 2992 1832 L c11 2992 1832 mt 3052 1898 L 1 sg -46 -104 60 66 2992 1832 3 MP PP c11 2992 1832 mt 3052 1898 L c10 3052 1898 mt 3006 1794 L 1 sg 61 -16 -47 -22 3038 3491 3 MP PP c8 3038 3491 mt 2991 3469 L 2991 3469 mt 3052 3453 L 1 sg -47 -22 61 -16 2991 3469 3 MP PP c8 2991 3469 mt 3052 3453 L 3052 3453 mt 3005 3431 L 1 sg 61 -9 -47 -28 3037 2492 3 MP PP c9 3037 2492 mt 2990 2464 L 2990 2464 mt 3051 2455 L 1 sg -47 -29 61 -9 2990 2464 3 MP PP c9 2990 2464 mt 3051 2455 L 3051 2455 mt 3004 2426 L 1 sg 60 -22 -46 -16 3035 2915 3 MP PP c8 3035 2915 mt 2989 2899 L c9 2989 2899 mt 3049 2877 L 1 sg -46 -16 60 -22 2989 2899 3 MP PP c9 2989 2899 mt 3049 2877 L c8 3049 2877 mt 3003 2861 L 1 sg 61 -16 -47 -22 3034 3356 3 MP PP c8 3034 3356 mt 2987 3334 L 2987 3334 mt 3048 3318 L 1 sg -47 -22 61 -16 2987 3334 3 MP PP c8 2987 3334 mt 3048 3318 L 3048 3318 mt 3001 3296 L 1 sg 61 20 -46 -57 3032 2350 3 MP PP c9 3032 2350 mt 2986 2293 L c8 2986 2293 mt 3047 2313 L 1 sg -47 -58 61 20 2986 2293 3 MP PP c8 2986 2293 mt 3047 2313 L c9 3047 2313 mt 3000 2255 L 1 sg 61 -25 -47 -13 3031 2785 3 MP PP c9 3031 2785 mt 2984 2772 L 2984 2772 mt 3045 2747 L 1 sg -46 -13 61 -25 2984 2772 3 MP PP c9 2984 2772 mt 3045 2747 L 3045 2747 mt 2999 2734 L 1 sg 61 -16 -46 -22 3029 3221 3 MP PP c8 3029 3221 mt 2983 3199 L 2983 3199 mt 3044 3183 L 1 sg -47 -22 61 -16 2983 3199 3 MP PP c8 2983 3199 mt 3044 3183 L 3044 3183 mt 2997 3161 L 1 sg 60 55 -46 -92 3028 2179 3 MP PP c8 3028 2179 mt 2982 2087 L c10 2982 2087 mt 3042 2142 L 1 sg -46 -93 60 55 2982 2087 3 MP PP c10 2982 2087 mt 3042 2142 L c8 3042 2142 mt 2996 2049 L 1 sg 61 -23 -47 -15 3027 2659 3 MP PP c9 3027 2659 mt 2980 2644 L 2980 2644 mt 3041 2621 L 1 sg -47 -15 61 -23 2980 2644 3 MP PP c9 2980 2644 mt 3041 2621 L 3041 2621 mt 2994 2606 L 1 sg 60 -18 -46 -20 3025 3086 3 MP PP c8 3025 3086 mt 2979 3066 L 2979 3066 mt 3039 3048 L 1 sg -46 -20 60 -18 2979 3066 3 MP PP c8 2979 3066 mt 3039 3048 L 3039 3048 mt 2993 3028 L 1 sg 60 66 -46 -104 3024 1974 3 MP PP c10 3024 1974 mt 2978 1870 L c11 2978 1870 mt 3038 1936 L 1 sg -46 -104 60 66 2978 1870 3 MP PP c11 2978 1870 mt 3038 1936 L c10 3038 1936 mt 2992 1832 L 1 sg 61 -10 -47 -28 3023 2530 3 MP PP c9 3023 2530 mt 2976 2502 L 2976 2502 mt 3037 2492 L 1 sg -47 -28 61 -10 2976 2502 3 MP PP c9 2976 2502 mt 3037 2492 L 3037 2492 mt 2990 2464 L 1 sg 60 -22 -46 -16 3021 2953 3 MP PP c8 3021 2953 mt 2975 2937 L c9 2975 2937 mt 3035 2915 L 1 sg -46 -16 60 -22 2975 2937 3 MP PP c9 2975 2937 mt 3035 2915 L c8 3035 2915 mt 2989 2899 L 1 sg 61 -16 -47 -21 3020 3393 3 MP PP c8 3020 3393 mt 2973 3372 L 2973 3372 mt 3034 3356 L 1 sg -47 -22 61 -16 2973 3372 3 MP PP c8 2973 3372 mt 3034 3356 L 3034 3356 mt 2987 3334 L 1 sg 60 19 -46 -57 3018 2388 3 MP PP c9 3018 2388 mt 2972 2331 L c8 2972 2331 mt 3032 2350 L 1 sg -46 -57 60 19 2972 2331 3 MP PP c8 2972 2331 mt 3032 2350 L c9 3032 2350 mt 2986 2293 L 1 sg 61 -25 -47 -13 3017 2823 3 MP PP c9 3017 2823 mt 2970 2810 L 2970 2810 mt 3031 2785 L 1 sg -47 -13 61 -25 2970 2810 3 MP PP c9 2970 2810 mt 3031 2785 L 3031 2785 mt 2984 2772 L 1 sg 60 -16 -46 -21 3015 3258 3 MP PP c8 3015 3258 mt 2969 3237 L 2969 3237 mt 3029 3221 L 1 sg -46 -22 60 -16 2969 3237 3 MP PP c8 2969 3237 mt 3029 3221 L 3029 3221 mt 2983 3199 L 1 sg 60 54 -46 -92 3014 2217 3 MP PP c8 3014 2217 mt 2968 2125 L c10 2968 2125 mt 3028 2179 L 1 sg -46 -92 60 54 2968 2125 3 MP PP c10 2968 2125 mt 3028 2179 L c8 3028 2179 mt 2982 2087 L 1 sg 61 -22 -47 -15 3013 2696 3 MP PP c9 3013 2696 mt 2966 2681 L 2966 2681 mt 3027 2659 L 1 sg -47 -15 61 -22 2966 2681 3 MP PP c9 2966 2681 mt 3027 2659 L 3027 2659 mt 2980 2644 L 1 sg 60 -18 -46 -20 3011 3124 3 MP PP c8 3011 3124 mt 2965 3104 L 2965 3104 mt 3025 3086 L 1 sg -46 -20 60 -18 2965 3104 3 MP PP c8 2965 3104 mt 3025 3086 L 3025 3086 mt 2979 3066 L 1 sg 61 66 -47 -104 3010 2012 3 MP PP c10 3010 2012 mt 2963 1908 L c11 2963 1908 mt 3024 1974 L 1 sg -46 -104 61 66 2963 1908 3 MP PP c11 2963 1908 mt 3024 1974 L c10 3024 1974 mt 2978 1870 L 1 sg 61 -9 -46 -29 3008 2568 3 MP PP c9 3008 2568 mt 2962 2539 L 2962 2539 mt 3023 2530 L 1 sg -47 -28 61 -9 2962 2539 3 MP PP c9 2962 2539 mt 3023 2530 L 3023 2530 mt 2976 2502 L 1 sg 61 -21 -47 -17 3007 2991 3 MP PP c8 3007 2991 mt 2960 2974 L c9 2960 2974 mt 3021 2953 L 1 sg -46 -16 61 -21 2960 2974 3 MP PP c9 2960 2974 mt 3021 2953 L c8 3021 2953 mt 2975 2937 L 1 sg 61 -17 -46 -21 3005 3431 3 MP PP c8 3005 3431 mt 2959 3410 L 2959 3410 mt 3020 3393 L 1 sg -47 -21 61 -17 2959 3410 3 MP PP c8 2959 3410 mt 3020 3393 L 3020 3393 mt 2973 3372 L 1 sg 60 20 -46 -58 3004 2426 3 MP PP c9 3004 2426 mt 2958 2368 L c8 2958 2368 mt 3018 2388 L 1 sg -46 -57 60 20 2958 2368 3 MP PP c8 2958 2368 mt 3018 2388 L c9 3018 2388 mt 2972 2331 L 1 sg 61 -25 -47 -13 3003 2861 3 MP PP c9 3003 2861 mt 2956 2848 L 2956 2848 mt 3017 2823 L 1 sg -47 -13 61 -25 2956 2848 3 MP PP c9 2956 2848 mt 3017 2823 L 3017 2823 mt 2970 2810 L 1 sg 60 -17 -46 -21 3001 3296 3 MP PP c8 3001 3296 mt 2955 3275 L 2955 3275 mt 3015 3258 L 1 sg -46 -21 60 -17 2955 3275 3 MP PP c8 2955 3275 mt 3015 3258 L 3015 3258 mt 2969 3237 L 1 sg 60 54 -46 -92 3000 2255 3 MP PP c8 3000 2255 mt 2954 2163 L c10 2954 2163 mt 3014 2217 L 1 sg -46 -92 60 54 2954 2163 3 MP PP c10 2954 2163 mt 3014 2217 L c8 3014 2217 mt 2968 2125 L 1 sg 61 -23 -47 -15 2999 2734 3 MP PP c9 2999 2734 mt 2952 2719 L 2952 2719 mt 3013 2696 L 1 sg -47 -15 61 -23 2952 2719 3 MP PP c9 2952 2719 mt 3013 2696 L 3013 2696 mt 2966 2681 L 1 sg 60 -18 -46 -19 2997 3161 3 MP PP c8 2997 3161 mt 2951 3142 L 2951 3142 mt 3011 3124 L 1 sg -46 -20 60 -18 2951 3142 3 MP PP c8 2951 3142 mt 3011 3124 L 3011 3124 mt 2965 3104 L 1 sg 61 66 -47 -103 2996 2049 3 MP PP c10 2996 2049 mt 2949 1946 L c11 2949 1946 mt 3010 2012 L 1 sg -47 -104 61 66 2949 1946 3 MP PP c11 2949 1946 mt 3010 2012 L c10 3010 2012 mt 2963 1908 L 1 sg 60 -9 -46 -29 2994 2606 3 MP PP c9 2994 2606 mt 2948 2577 L 2948 2577 mt 3008 2568 L 1 sg -46 -29 60 -9 2948 2577 3 MP PP c9 2948 2577 mt 3008 2568 L 3008 2568 mt 2962 2539 L 1 sg 61 -21 -47 -16 2993 3028 3 MP PP c8 2993 3028 mt 2946 3012 L c9 2946 3012 mt 3007 2991 L 1 sg -47 -17 61 -21 2946 3012 3 MP PP c9 2946 3012 mt 3007 2991 L c8 3007 2991 mt 2960 2974 L 1 sg 61 15 -47 -53 2992 1832 3 MP PP c11 2992 1832 mt 2945 1779 L c12 2945 1779 mt 3006 1794 L 1 sg 60 -16 -46 -22 2991 3469 3 MP PP c8 2991 3469 mt 2945 3447 L 2945 3447 mt 3005 3431 L 1 sg -46 -21 60 -16 2945 3447 3 MP PP c8 2945 3447 mt 3005 3431 L 3005 3431 mt 2959 3410 L 1 sg 60 20 -46 -58 2990 2464 3 MP PP c9 2990 2464 mt 2944 2406 L c8 2944 2406 mt 3004 2426 L 1 sg -46 -58 60 20 2944 2406 3 MP PP c8 2944 2406 mt 3004 2426 L c9 3004 2426 mt 2958 2368 L 1 sg 61 -24 -47 -14 2989 2899 3 MP PP c9 2989 2899 mt 2942 2885 L 2942 2885 mt 3003 2861 L 1 sg -47 -13 61 -24 2942 2885 3 MP PP c9 2942 2885 mt 3003 2861 L 3003 2861 mt 2956 2848 L 1 sg 60 -17 -46 -21 2987 3334 3 MP PP c8 2987 3334 mt 2941 3313 L 2941 3313 mt 3001 3296 L 1 sg -46 -21 60 -17 2941 3313 3 MP PP c8 2941 3313 mt 3001 3296 L 3001 3296 mt 2955 3275 L 1 sg 61 54 -47 -92 2986 2293 3 MP PP c8 2986 2293 mt 2939 2201 L c10 2939 2201 mt 3000 2255 L 1 sg -46 -92 61 54 2939 2201 3 MP PP c10 2939 2201 mt 3000 2255 L c8 3000 2255 mt 2954 2163 L 1 sg 61 -23 -46 -15 2984 2772 3 MP PP c9 2984 2772 mt 2938 2757 L 2938 2757 mt 2999 2734 L 1 sg -47 -15 61 -23 2938 2757 3 MP PP c9 2938 2757 mt 2999 2734 L 2999 2734 mt 2952 2719 L 1 sg 61 -19 -47 -19 2983 3199 3 MP PP c8 2983 3199 mt 2936 3180 L 2936 3180 mt 2997 3161 L 1 sg -46 -19 61 -19 2936 3180 3 MP PP c8 2936 3180 mt 2997 3161 L 2997 3161 mt 2951 3142 L 1 sg 61 66 -47 -104 2982 2087 3 MP PP c10 2982 2087 mt 2935 1983 L c11 2935 1983 mt 2996 2049 L 1 sg -47 -103 61 66 2935 1983 3 MP PP c11 2935 1983 mt 2996 2049 L c10 2996 2049 mt 2949 1946 L 1 sg 60 -9 -46 -29 2980 2644 3 MP PP c9 2980 2644 mt 2934 2615 L 2934 2615 mt 2994 2606 L 1 sg -46 -29 60 -9 2934 2615 3 MP PP c9 2934 2615 mt 2994 2606 L 2994 2606 mt 2948 2577 L 1 sg 61 -22 -47 -16 2979 3066 3 MP PP c8 2979 3066 mt 2932 3050 L c9 2932 3050 mt 2993 3028 L 1 sg -47 -16 61 -22 2932 3050 3 MP PP c9 2932 3050 mt 2993 3028 L c8 2993 3028 mt 2946 3012 L 1 sg 61 15 -47 -53 2978 1870 3 MP PP c11 2978 1870 mt 2931 1817 L c12 2931 1817 mt 2992 1832 L 1 sg -47 -53 61 15 2931 1817 3 MP PP c12 2931 1817 mt 2992 1832 L c11 2992 1832 mt 2945 1779 L 1 sg 60 20 -46 -58 2976 2502 3 MP PP c9 2976 2502 mt 2930 2444 L c8 2930 2444 mt 2990 2464 L 1 sg -46 -58 60 20 2930 2444 3 MP PP c8 2930 2444 mt 2990 2464 L c9 2990 2464 mt 2944 2406 L 1 sg 61 -24 -47 -14 2975 2937 3 MP PP c9 2975 2937 mt 2928 2923 L 2928 2923 mt 2989 2899 L 1 sg -47 -14 61 -24 2928 2923 3 MP PP c9 2928 2923 mt 2989 2899 L 2989 2899 mt 2942 2885 L 1 sg 60 -17 -46 -21 2973 3372 3 MP PP c8 2973 3372 mt 2927 3351 L 2927 3351 mt 2987 3334 L 1 sg -46 -21 60 -17 2927 3351 3 MP PP c8 2927 3351 mt 2987 3334 L 2987 3334 mt 2941 3313 L 1 sg 61 55 -47 -93 2972 2331 3 MP PP c8 2972 2331 mt 2925 2238 L c10 2925 2238 mt 2986 2293 L 1 sg -47 -92 61 55 2925 2238 3 MP PP c10 2925 2238 mt 2986 2293 L c8 2986 2293 mt 2939 2201 L 1 sg 60 -23 -46 -15 2970 2810 3 MP PP c9 2970 2810 mt 2924 2795 L 2924 2795 mt 2984 2772 L 1 sg -46 -15 60 -23 2924 2795 3 MP PP c9 2924 2795 mt 2984 2772 L 2984 2772 mt 2938 2757 L 1 sg 61 -19 -47 -19 2969 3237 3 MP PP c8 2969 3237 mt 2922 3218 L 2922 3218 mt 2983 3199 L 1 sg -47 -19 61 -19 2922 3218 3 MP PP c8 2922 3218 mt 2983 3199 L 2983 3199 mt 2936 3180 L 1 sg 61 66 -47 -104 2968 2125 3 MP PP c10 2968 2125 mt 2921 2021 L c11 2921 2021 mt 2982 2087 L 1 sg -47 -104 61 66 2921 2021 3 MP PP c11 2921 2021 mt 2982 2087 L c10 2982 2087 mt 2935 1983 L 1 sg 60 -9 -46 -28 2966 2681 3 MP PP c9 2966 2681 mt 2920 2653 L 2920 2653 mt 2980 2644 L 1 sg -46 -29 60 -9 2920 2653 3 MP PP c9 2920 2653 mt 2980 2644 L 2980 2644 mt 2934 2615 L 1 sg 61 -22 -47 -16 2965 3104 3 MP PP c8 2965 3104 mt 2918 3088 L c9 2918 3088 mt 2979 3066 L 1 sg -47 -16 61 -22 2918 3088 3 MP PP c9 2918 3088 mt 2979 3066 L c8 2979 3066 mt 2932 3050 L 1 sg 61 16 -46 -54 2963 1908 3 MP PP c11 2963 1908 mt 2917 1854 L c12 2917 1854 mt 2978 1870 L 1 sg -47 -53 61 16 2917 1854 3 MP PP c12 2917 1854 mt 2978 1870 L c11 2978 1870 mt 2931 1817 L 1 sg 61 20 -47 -57 2962 2539 3 MP PP c9 2962 2539 mt 2915 2482 L c8 2915 2482 mt 2976 2502 L 1 sg -46 -58 61 20 2915 2482 3 MP PP c8 2915 2482 mt 2976 2502 L c9 2976 2502 mt 2930 2444 L 1 sg 61 -24 -46 -13 2960 2974 3 MP PP c9 2960 2974 mt 2914 2961 L 2914 2961 mt 2975 2937 L 1 sg -47 -14 61 -24 2914 2961 3 MP PP c9 2914 2961 mt 2975 2937 L 2975 2937 mt 2928 2923 L 1 sg 61 -16 -47 -22 2959 3410 3 MP PP c8 2959 3410 mt 2912 3388 L 2912 3388 mt 2973 3372 L 1 sg -46 -21 61 -16 2912 3388 3 MP PP c8 2912 3388 mt 2973 3372 L 2973 3372 mt 2927 3351 L 1 sg 61 55 -47 -92 2958 2368 3 MP PP c8 2958 2368 mt 2911 2276 L c10 2911 2276 mt 2972 2331 L 1 sg -47 -93 61 55 2911 2276 3 MP PP c10 2911 2276 mt 2972 2331 L c8 2972 2331 mt 2925 2238 L 1 sg 60 -23 -46 -15 2956 2848 3 MP PP c9 2956 2848 mt 2910 2833 L 2910 2833 mt 2970 2810 L 1 sg -46 -15 60 -23 2910 2833 3 MP PP c9 2910 2833 mt 2970 2810 L 2970 2810 mt 2924 2795 L 1 sg 61 -18 -47 -20 2955 3275 3 MP PP c8 2955 3275 mt 2908 3255 L 2908 3255 mt 2969 3237 L 1 sg -47 -19 61 -18 2908 3255 3 MP PP c8 2908 3255 mt 2969 3237 L 2969 3237 mt 2922 3218 L 1 sg 61 66 -47 -104 2954 2163 3 MP PP c10 2954 2163 mt 2907 2059 L c11 2907 2059 mt 2968 2125 L 1 sg -47 -104 61 66 2907 2059 3 MP PP c11 2907 2059 mt 2968 2125 L c10 2968 2125 mt 2921 2021 L 1 sg 60 -10 -46 -28 2952 2719 3 MP PP c9 2952 2719 mt 2906 2691 L 2906 2691 mt 2966 2681 L 1 sg -46 -28 60 -10 2906 2691 3 MP PP c9 2906 2691 mt 2966 2681 L 2966 2681 mt 2920 2653 L 1 sg 61 -22 -47 -16 2951 3142 3 MP PP c8 2951 3142 mt 2904 3126 L c9 2904 3126 mt 2965 3104 L 1 sg -47 -16 61 -22 2904 3126 3 MP PP c9 2904 3126 mt 2965 3104 L c8 2965 3104 mt 2918 3088 L 1 sg 60 16 -46 -54 2949 1946 3 MP PP c11 2949 1946 mt 2903 1892 L c12 2903 1892 mt 2963 1908 L 1 sg -46 -54 60 16 2903 1892 3 MP PP c12 2903 1892 mt 2963 1908 L c11 2963 1908 mt 2917 1854 L 1 sg 61 19 -47 -57 2948 2577 3 MP PP c9 2948 2577 mt 2901 2520 L c8 2901 2520 mt 2962 2539 L 1 sg -47 -57 61 19 2901 2520 3 MP PP c8 2901 2520 mt 2962 2539 L c9 2962 2539 mt 2915 2482 L 1 sg 60 -25 -46 -13 2946 3012 3 MP PP c9 2946 3012 mt 2900 2999 L 2900 2999 mt 2960 2974 L 1 sg -46 -13 60 -25 2900 2999 3 MP PP c9 2900 2999 mt 2960 2974 L 2960 2974 mt 2914 2961 L 1 sg 61 -16 -47 -21 2945 3447 3 MP PP c8 2945 3447 mt 2898 3426 L 2898 3426 mt 2959 3410 L 1 sg -47 -22 61 -16 2898 3426 3 MP PP c8 2898 3426 mt 2959 3410 L 2959 3410 mt 2912 3388 L 1 sg 61 54 -47 -92 2944 2406 3 MP PP c8 2944 2406 mt 2897 2314 L c10 2897 2314 mt 2958 2368 L 1 sg -47 -92 61 54 2897 2314 3 MP PP c10 2897 2314 mt 2958 2368 L c8 2958 2368 mt 2911 2276 L 1 sg 60 -22 -46 -15 2942 2885 3 MP PP c9 2942 2885 mt 2896 2870 L 2896 2870 mt 2956 2848 L 1 sg -46 -15 60 -22 2896 2870 3 MP PP c9 2896 2870 mt 2956 2848 L 2956 2848 mt 2910 2833 L 1 sg 61 -18 -47 -20 2941 3313 3 MP PP c8 2941 3313 mt 2894 3293 L 2894 3293 mt 2955 3275 L 1 sg -47 -20 61 -18 2894 3293 3 MP PP c8 2894 3293 mt 2955 3275 L 2955 3275 mt 2908 3255 L 1 sg 61 66 -46 -104 2939 2201 3 MP PP c10 2939 2201 mt 2893 2097 L c11 2893 2097 mt 2954 2163 L 1 sg -47 -104 61 66 2893 2097 3 MP PP c11 2893 2097 mt 2954 2163 L c10 2954 2163 mt 2907 2059 L 1 sg 61 -9 -47 -29 2938 2757 3 MP PP c9 2938 2757 mt 2891 2728 L 2891 2728 mt 2952 2719 L 1 sg -46 -28 61 -9 2891 2728 3 MP PP c9 2891 2728 mt 2952 2719 L 2952 2719 mt 2906 2691 L 1 sg 61 -21 -46 -17 2936 3180 3 MP PP c8 2936 3180 mt 2890 3163 L c9 2890 3163 mt 2951 3142 L 1 sg -47 -16 61 -21 2890 3163 3 MP PP c9 2890 3163 mt 2951 3142 L c8 2951 3142 mt 2904 3126 L 1 sg 60 16 -46 -53 2935 1983 3 MP PP c11 2935 1983 mt 2889 1930 L c12 2889 1930 mt 2949 1946 L 1 sg -46 -54 60 16 2889 1930 3 MP PP c12 2889 1930 mt 2949 1946 L c11 2949 1946 mt 2903 1892 L 1 sg 61 20 -47 -58 2934 2615 3 MP PP c9 2934 2615 mt 2887 2557 L c8 2887 2557 mt 2948 2577 L 1 sg -47 -57 61 20 2887 2557 3 MP PP c8 2887 2557 mt 2948 2577 L c9 2948 2577 mt 2901 2520 L 1 sg 60 -25 -46 -13 2932 3050 3 MP PP c9 2932 3050 mt 2886 3037 L 2886 3037 mt 2946 3012 L 1 sg -46 -13 60 -25 2886 3037 3 MP PP c9 2886 3037 mt 2946 3012 L 2946 3012 mt 2900 2999 L 1 sg 60 -112 -46 74 2931 1817 3 MP PP c12 2931 1817 mt 2885 1891 L c10 2885 1891 mt 2945 1779 L 1 sg 61 54 -47 -92 2930 2444 3 MP PP c8 2930 2444 mt 2883 2352 L c10 2883 2352 mt 2944 2406 L 1 sg -47 -92 61 54 2883 2352 3 MP PP c10 2883 2352 mt 2944 2406 L c8 2944 2406 mt 2897 2314 L 1 sg 60 -23 -46 -15 2928 2923 3 MP PP c9 2928 2923 mt 2882 2908 L 2882 2908 mt 2942 2885 L 1 sg -46 -15 60 -23 2882 2908 3 MP PP c9 2882 2908 mt 2942 2885 L 2942 2885 mt 2896 2870 L 1 sg 61 -18 -47 -20 2927 3351 3 MP PP c8 2927 3351 mt 2880 3331 L 2880 3331 mt 2941 3313 L 1 sg -47 -20 61 -18 2880 3331 3 MP PP c8 2880 3331 mt 2941 3313 L 2941 3313 mt 2894 3293 L 1 sg 60 66 -46 -103 2925 2238 3 MP PP c10 2925 2238 mt 2879 2135 L c11 2879 2135 mt 2939 2201 L 1 sg -46 -104 60 66 2879 2135 3 MP PP c11 2879 2135 mt 2939 2201 L c10 2939 2201 mt 2893 2097 L 1 sg 61 -9 -47 -29 2924 2795 3 MP PP c9 2924 2795 mt 2877 2766 L 2877 2766 mt 2938 2757 L 1 sg -47 -29 61 -9 2877 2766 3 MP PP c9 2877 2766 mt 2938 2757 L 2938 2757 mt 2891 2728 L 1 sg 60 -21 -46 -17 2922 3218 3 MP PP c8 2922 3218 mt 2876 3201 L c9 2876 3201 mt 2936 3180 L 1 sg -46 -17 60 -21 2876 3201 3 MP PP c9 2876 3201 mt 2936 3180 L c8 2936 3180 mt 2890 3163 L 1 sg 60 15 -46 -53 2921 2021 3 MP PP c11 2921 2021 mt 2875 1968 L c12 2875 1968 mt 2935 1983 L 1 sg -46 -53 60 15 2875 1968 3 MP PP c12 2875 1968 mt 2935 1983 L c11 2935 1983 mt 2889 1930 L 1 sg 61 20 -47 -58 2920 2653 3 MP PP c9 2920 2653 mt 2873 2595 L c8 2873 2595 mt 2934 2615 L 1 sg -47 -58 61 20 2873 2595 3 MP PP c8 2873 2595 mt 2934 2615 L c9 2934 2615 mt 2887 2557 L 1 sg 60 -25 -46 -13 2918 3088 3 MP PP c9 2918 3088 mt 2872 3075 L 2872 3075 mt 2932 3050 L 1 sg -46 -13 60 -25 2872 3075 3 MP PP c9 2872 3075 mt 2932 3050 L 2932 3050 mt 2886 3037 L 1 sg 61 -279 -46 241 2870 1929 3 MP PP c10 2870 1929 mt 2824 2170 L c13 2824 2170 mt 2885 1891 L 1 sg 61 -112 -47 75 2917 1854 3 MP PP c12 2917 1854 mt 2870 1929 L c10 2870 1929 mt 2931 1817 L 1 sg -46 74 61 -112 2870 1929 3 MP PP c10 2870 1929 mt 2931 1817 L c12 2931 1817 mt 2885 1891 L 1 sg 61 54 -46 -92 2915 2482 3 MP PP c8 2915 2482 mt 2869 2390 L c10 2869 2390 mt 2930 2444 L 1 sg -47 -92 61 54 2869 2390 3 MP PP c10 2869 2390 mt 2930 2444 L c8 2930 2444 mt 2883 2352 L 1 sg 61 -23 -47 -15 2914 2961 3 MP PP c9 2914 2961 mt 2867 2946 L 2867 2946 mt 2928 2923 L 1 sg -46 -15 61 -23 2867 2946 3 MP PP c9 2867 2946 mt 2928 2923 L 2928 2923 mt 2882 2908 L 1 sg 61 -18 -46 -19 2912 3388 3 MP PP c8 2912 3388 mt 2866 3369 L 2866 3369 mt 2927 3351 L 1 sg -47 -20 61 -18 2866 3369 3 MP PP c8 2866 3369 mt 2927 3351 L 2927 3351 mt 2880 3331 L 1 sg 60 65 -46 -103 2911 2276 3 MP PP c10 2911 2276 mt 2865 2173 L c11 2865 2173 mt 2925 2238 L 1 sg -46 -103 60 65 2865 2173 3 MP PP c11 2865 2173 mt 2925 2238 L c10 2925 2238 mt 2879 2135 L 1 sg 61 -9 -47 -29 2910 2833 3 MP PP c9 2910 2833 mt 2863 2804 L 2863 2804 mt 2924 2795 L 1 sg -47 -29 61 -9 2863 2804 3 MP PP c9 2863 2804 mt 2924 2795 L 2924 2795 mt 2877 2766 L 1 sg 60 -21 -46 -16 2908 3255 3 MP PP c8 2908 3255 mt 2862 3239 L c9 2862 3239 mt 2922 3218 L 1 sg -46 -17 60 -21 2862 3239 3 MP PP c9 2862 3239 mt 2922 3218 L c8 2922 3218 mt 2876 3201 L 1 sg 60 15 -46 -53 2907 2059 3 MP PP c11 2907 2059 mt 2861 2006 L c12 2861 2006 mt 2921 2021 L 1 sg -46 -53 60 15 2861 2006 3 MP PP c12 2861 2006 mt 2921 2021 L c11 2921 2021 mt 2875 1968 L 1 sg 61 20 -47 -58 2906 2691 3 MP PP c9 2906 2691 mt 2859 2633 L c8 2859 2633 mt 2920 2653 L 1 sg -47 -58 61 20 2859 2633 3 MP PP c8 2859 2633 mt 2920 2653 L c9 2920 2653 mt 2873 2595 L 1 sg 60 -24 -46 -14 2904 3126 3 MP PP c9 2904 3126 mt 2858 3112 L 2858 3112 mt 2918 3088 L 1 sg -46 -13 60 -24 2858 3112 3 MP PP c9 2858 3112 mt 2918 3088 L 2918 3088 mt 2872 3075 L 1 sg -46 241 60 -279 2810 2208 3 MP PP c13 2810 2208 mt 2870 1929 L c10 2870 1929 mt 2824 2170 L 1 sg 60 -279 -46 241 2856 1967 3 MP PP c10 2856 1967 mt 2810 2208 L c13 2810 2208 mt 2870 1929 L 1 sg 61 -113 -47 75 2903 1892 3 MP PP c12 2903 1892 mt 2856 1967 L c10 2856 1967 mt 2917 1854 L 1 sg -47 75 61 -113 2856 1967 3 MP PP c10 2856 1967 mt 2917 1854 L c12 2917 1854 mt 2870 1929 L 1 sg 60 55 -46 -93 2901 2520 3 MP PP c8 2901 2520 mt 2855 2427 L c10 2855 2427 mt 2915 2482 L 1 sg -46 -92 60 55 2855 2427 3 MP PP c10 2855 2427 mt 2915 2482 L c8 2915 2482 mt 2869 2390 L 1 sg 61 -23 -47 -15 2900 2999 3 MP PP c9 2900 2999 mt 2853 2984 L 2853 2984 mt 2914 2961 L 1 sg -47 -15 61 -23 2853 2984 3 MP PP c9 2853 2984 mt 2914 2961 L 2914 2961 mt 2867 2946 L 1 sg 60 -19 -46 -19 2898 3426 3 MP PP c8 2898 3426 mt 2852 3407 L 2852 3407 mt 2912 3388 L 1 sg -46 -19 60 -19 2852 3407 3 MP PP c8 2852 3407 mt 2912 3388 L 2912 3388 mt 2866 3369 L 1 sg 60 66 -46 -104 2897 2314 3 MP PP c10 2897 2314 mt 2851 2210 L c11 2851 2210 mt 2911 2276 L 1 sg -46 -103 60 66 2851 2210 3 MP PP c11 2851 2210 mt 2911 2276 L c10 2911 2276 mt 2865 2173 L 1 sg 61 -9 -47 -28 2896 2870 3 MP PP c9 2896 2870 mt 2849 2842 L 2849 2842 mt 2910 2833 L 1 sg -47 -29 61 -9 2849 2842 3 MP PP c9 2849 2842 mt 2910 2833 L 2910 2833 mt 2863 2804 L 1 sg 60 -22 -46 -16 2894 3293 3 MP PP c8 2894 3293 mt 2848 3277 L c9 2848 3277 mt 2908 3255 L 1 sg -46 -16 60 -22 2848 3277 3 MP PP c9 2848 3277 mt 2908 3255 L c8 2908 3255 mt 2862 3239 L 1 sg 61 16 -47 -54 2893 2097 3 MP PP c11 2893 2097 mt 2846 2043 L c12 2846 2043 mt 2907 2059 L 1 sg -46 -53 61 16 2846 2043 3 MP PP c12 2846 2043 mt 2907 2059 L c11 2907 2059 mt 2861 2006 L 1 sg 61 20 -46 -57 2891 2728 3 MP PP c9 2891 2728 mt 2845 2671 L c8 2845 2671 mt 2906 2691 L 1 sg -47 -58 61 20 2845 2671 3 MP PP c8 2845 2671 mt 2906 2691 L c9 2906 2691 mt 2859 2633 L 1 sg 61 -24 -47 -13 2890 3163 3 MP PP c9 2890 3163 mt 2843 3150 L 2843 3150 mt 2904 3126 L 1 sg -46 -14 61 -24 2843 3150 3 MP PP c9 2843 3150 mt 2904 3126 L 2904 3126 mt 2858 3112 L 1 sg -46 241 60 -278 2796 2245 3 MP PP c13 2796 2245 mt 2856 1967 L c10 2856 1967 mt 2810 2208 L 1 sg 60 -278 -46 240 2842 2005 3 MP PP c10 2842 2005 mt 2796 2245 L c13 2796 2245 mt 2856 1967 L 1 sg 61 -113 -47 75 2889 1930 3 MP PP c12 2889 1930 mt 2842 2005 L c10 2842 2005 mt 2903 1892 L 1 sg -47 75 61 -113 2842 2005 3 MP PP c10 2842 2005 mt 2903 1892 L c12 2903 1892 mt 2856 1967 L 1 sg 60 55 -46 -92 2887 2557 3 MP PP c8 2887 2557 mt 2841 2465 L c10 2841 2465 mt 2901 2520 L 1 sg -46 -93 60 55 2841 2465 3 MP PP c10 2841 2465 mt 2901 2520 L c8 2901 2520 mt 2855 2427 L 1 sg 61 -23 -47 -15 2886 3037 3 MP PP c9 2886 3037 mt 2839 3022 L 2839 3022 mt 2900 2999 L 1 sg -47 -15 61 -23 2839 3022 3 MP PP c9 2839 3022 mt 2900 2999 L 2900 2999 mt 2853 2984 L 1 sg 60 66 -46 -104 2883 2352 3 MP PP c10 2883 2352 mt 2837 2248 L c11 2837 2248 mt 2897 2314 L 1 sg -46 -104 60 66 2837 2248 3 MP PP c11 2837 2248 mt 2897 2314 L c10 2897 2314 mt 2851 2210 L 1 sg 61 -10 -47 -28 2882 2908 3 MP PP c9 2882 2908 mt 2835 2880 L 2835 2880 mt 2896 2870 L 1 sg -47 -28 61 -10 2835 2880 3 MP PP c9 2835 2880 mt 2896 2870 L 2896 2870 mt 2849 2842 L 1 sg 60 -22 -46 -16 2880 3331 3 MP PP c8 2880 3331 mt 2834 3315 L c9 2834 3315 mt 2894 3293 L 1 sg -46 -16 60 -22 2834 3315 3 MP PP c9 2834 3315 mt 2894 3293 L c8 2894 3293 mt 2848 3277 L 1 sg 61 16 -47 -54 2879 2135 3 MP PP c11 2879 2135 mt 2832 2081 L c12 2832 2081 mt 2893 2097 L 1 sg -47 -54 61 16 2832 2081 3 MP PP c12 2832 2081 mt 2893 2097 L c11 2893 2097 mt 2846 2043 L 1 sg 60 19 -46 -57 2877 2766 3 MP PP c9 2877 2766 mt 2831 2709 L c8 2831 2709 mt 2891 2728 L 1 sg -46 -57 60 19 2831 2709 3 MP PP c8 2831 2709 mt 2891 2728 L c9 2891 2728 mt 2845 2671 L 1 sg 61 -25 -47 -13 2876 3201 3 MP PP c9 2876 3201 mt 2829 3188 L 2829 3188 mt 2890 3163 L 1 sg -47 -13 61 -25 2829 3188 3 MP PP c9 2829 3188 mt 2890 3163 L 2890 3163 mt 2843 3150 L 1 sg -46 240 60 -278 2782 2283 3 MP PP c13 2782 2283 mt 2842 2005 L c10 2842 2005 mt 2796 2245 L 1 sg 60 -278 -46 240 2828 2043 3 MP PP c10 2828 2043 mt 2782 2283 L c13 2782 2283 mt 2842 2005 L 1 sg 61 -113 -47 75 2875 1968 3 MP PP c12 2875 1968 mt 2828 2043 L c10 2828 2043 mt 2889 1930 L 1 sg -47 75 61 -113 2828 2043 3 MP PP c10 2828 2043 mt 2889 1930 L c12 2889 1930 mt 2842 2005 L 1 sg 60 54 -46 -92 2873 2595 3 MP PP c8 2873 2595 mt 2827 2503 L c10 2827 2503 mt 2887 2557 L 1 sg -46 -92 60 54 2827 2503 3 MP PP c10 2827 2503 mt 2887 2557 L c8 2887 2557 mt 2841 2465 L 1 sg 61 -23 -47 -15 2872 3075 3 MP PP c9 2872 3075 mt 2825 3060 L 2825 3060 mt 2886 3037 L 1 sg -47 -15 61 -23 2825 3060 3 MP PP c9 2825 3060 mt 2886 3037 L 2886 3037 mt 2839 3022 L 1 sg 61 66 -47 -104 2869 2390 3 MP PP c10 2869 2390 mt 2822 2286 L c11 2822 2286 mt 2883 2352 L 1 sg -46 -104 61 66 2822 2286 3 MP PP c11 2822 2286 mt 2883 2352 L c10 2883 2352 mt 2837 2248 L 1 sg 61 -10 -46 -28 2867 2946 3 MP PP c9 2867 2946 mt 2821 2918 L 2821 2918 mt 2882 2908 L 1 sg -47 -28 61 -10 2821 2918 3 MP PP c9 2821 2918 mt 2882 2908 L 2882 2908 mt 2835 2880 L 1 sg 61 -21 -47 -17 2866 3369 3 MP PP c8 2866 3369 mt 2819 3352 L c9 2819 3352 mt 2880 3331 L 1 sg -46 -16 61 -21 2819 3352 3 MP PP c9 2819 3352 mt 2880 3331 L c8 2880 3331 mt 2834 3315 L 1 sg 61 16 -47 -54 2865 2173 3 MP PP c11 2865 2173 mt 2818 2119 L c12 2818 2119 mt 2879 2135 L 1 sg -47 -54 61 16 2818 2119 3 MP PP c12 2818 2119 mt 2879 2135 L c11 2879 2135 mt 2832 2081 L 1 sg 60 19 -46 -57 2863 2804 3 MP PP c9 2863 2804 mt 2817 2747 L c8 2817 2747 mt 2877 2766 L 1 sg -46 -57 60 19 2817 2747 3 MP PP c8 2817 2747 mt 2877 2766 L c9 2877 2766 mt 2831 2709 L 1 sg 61 -25 -47 -13 2862 3239 3 MP PP c9 2862 3239 mt 2815 3226 L 2815 3226 mt 2876 3201 L 1 sg -47 -13 61 -25 2815 3226 3 MP PP c9 2815 3226 mt 2876 3201 L 2876 3201 mt 2829 3188 L 1 sg -46 240 60 -278 2768 2321 3 MP PP c13 2768 2321 mt 2828 2043 L c10 2828 2043 mt 2782 2283 L 1 sg 60 -278 -46 241 2814 2080 3 MP PP c10 2814 2080 mt 2768 2321 L c13 2768 2321 mt 2828 2043 L 1 sg 61 -112 -47 74 2861 2006 3 MP PP c12 2861 2006 mt 2814 2080 L c10 2814 2080 mt 2875 1968 L 1 sg -47 75 61 -112 2814 2080 3 MP PP c10 2814 2080 mt 2875 1968 L c12 2875 1968 mt 2828 2043 L 1 sg 60 54 -46 -92 2859 2633 3 MP PP c8 2859 2633 mt 2813 2541 L c10 2813 2541 mt 2873 2595 L 1 sg -46 -92 60 54 2813 2541 3 MP PP c10 2813 2541 mt 2873 2595 L c8 2873 2595 mt 2827 2503 L 1 sg 61 -22 -47 -15 2858 3112 3 MP PP c9 2858 3112 mt 2811 3097 L 2811 3097 mt 2872 3075 L 1 sg -47 -15 61 -22 2811 3097 3 MP PP c9 2811 3097 mt 2872 3075 L 2872 3075 mt 2825 3060 L 1 sg 61 66 -47 -103 2855 2427 3 MP PP c10 2855 2427 mt 2808 2324 L c11 2808 2324 mt 2869 2390 L 1 sg -47 -104 61 66 2808 2324 3 MP PP c11 2808 2324 mt 2869 2390 L c10 2869 2390 mt 2822 2286 L 1 sg 60 -9 -46 -29 2853 2984 3 MP PP c9 2853 2984 mt 2807 2955 L 2807 2955 mt 2867 2946 L 1 sg -46 -28 60 -9 2807 2955 3 MP PP c9 2807 2955 mt 2867 2946 L 2867 2946 mt 2821 2918 L 1 sg 61 -21 -47 -17 2852 3407 3 MP PP c8 2852 3407 mt 2805 3390 L c9 2805 3390 mt 2866 3369 L 1 sg -47 -17 61 -21 2805 3390 3 MP PP c9 2805 3390 mt 2866 3369 L c8 2866 3369 mt 2819 3352 L 1 sg 61 -377 -47 339 2810 2208 3 MP PP c13 2810 2208 mt 2763 2547 L c14 2763 2547 mt 2824 2170 L 1 sg 61 16 -47 -53 2851 2210 3 MP PP c11 2851 2210 mt 2804 2157 L c12 2804 2157 mt 2865 2173 L 1 sg -47 -54 61 16 2804 2157 3 MP PP c12 2804 2157 mt 2865 2173 L c11 2865 2173 mt 2818 2119 L 1 sg 60 20 -46 -58 2849 2842 3 MP PP c9 2849 2842 mt 2803 2784 L c8 2803 2784 mt 2863 2804 L 1 sg -46 -57 60 20 2803 2784 3 MP PP c8 2803 2784 mt 2863 2804 L c9 2863 2804 mt 2817 2747 L 1 sg 61 -25 -47 -13 2848 3277 3 MP PP c9 2848 3277 mt 2801 3264 L 2801 3264 mt 2862 3239 L 1 sg -47 -13 61 -25 2801 3264 3 MP PP c9 2801 3264 mt 2862 3239 L 2862 3239 mt 2815 3226 L 1 sg -46 241 61 -279 2753 2359 3 MP PP c13 2753 2359 mt 2814 2080 L c10 2814 2080 mt 2768 2321 L 1 sg 61 -279 -47 241 2800 2118 3 MP PP c10 2800 2118 mt 2753 2359 L c13 2753 2359 mt 2814 2080 L 1 sg 61 -112 -46 75 2846 2043 3 MP PP c12 2846 2043 mt 2800 2118 L c10 2800 2118 mt 2861 2006 L 1 sg -47 74 61 -112 2800 2118 3 MP PP c10 2800 2118 mt 2861 2006 L c12 2861 2006 mt 2814 2080 L 1 sg 61 54 -47 -92 2845 2671 3 MP PP c8 2845 2671 mt 2798 2579 L c10 2798 2579 mt 2859 2633 L 1 sg -46 -92 61 54 2798 2579 3 MP PP c10 2798 2579 mt 2859 2633 L c8 2859 2633 mt 2813 2541 L 1 sg 61 -23 -46 -15 2843 3150 3 MP PP c9 2843 3150 mt 2797 3135 L 2797 3135 mt 2858 3112 L 1 sg -47 -15 61 -23 2797 3135 3 MP PP c9 2797 3135 mt 2858 3112 L 2858 3112 mt 2811 3097 L 1 sg 61 65 -47 -103 2841 2465 3 MP PP c10 2841 2465 mt 2794 2362 L c11 2794 2362 mt 2855 2427 L 1 sg -47 -103 61 65 2794 2362 3 MP PP c11 2794 2362 mt 2855 2427 L c10 2855 2427 mt 2808 2324 L 1 sg 60 -9 -46 -29 2839 3022 3 MP PP c9 2839 3022 mt 2793 2993 L 2793 2993 mt 2853 2984 L 1 sg -46 -29 60 -9 2793 2993 3 MP PP c9 2793 2993 mt 2853 2984 L 2853 2984 mt 2807 2955 L 1 sg -47 339 61 -376 2749 2584 3 MP PP c14 2749 2584 mt 2810 2208 L c13 2810 2208 mt 2763 2547 L 1 sg 61 -376 -47 339 2796 2245 3 MP PP c13 2796 2245 mt 2749 2584 L c14 2749 2584 mt 2810 2208 L 1 sg 61 15 -47 -53 2837 2248 3 MP PP c11 2837 2248 mt 2790 2195 L c12 2790 2195 mt 2851 2210 L 1 sg -47 -53 61 15 2790 2195 3 MP PP c12 2790 2195 mt 2851 2210 L c11 2851 2210 mt 2804 2157 L 1 sg 60 20 -46 -58 2835 2880 3 MP PP c9 2835 2880 mt 2789 2822 L c8 2789 2822 mt 2849 2842 L 1 sg -46 -58 60 20 2789 2822 3 MP PP c8 2789 2822 mt 2849 2842 L c9 2849 2842 mt 2803 2784 L 1 sg 61 -24 -47 -14 2834 3315 3 MP PP c9 2834 3315 mt 2787 3301 L 2787 3301 mt 2848 3277 L 1 sg -47 -13 61 -24 2787 3301 3 MP PP c9 2787 3301 mt 2848 3277 L 2848 3277 mt 2801 3264 L 1 sg -47 241 61 -279 2739 2397 3 MP PP c13 2739 2397 mt 2800 2118 L c10 2800 2118 mt 2753 2359 L 1 sg 61 -279 -47 241 2786 2156 3 MP PP c10 2786 2156 mt 2739 2397 L c13 2739 2397 mt 2800 2118 L 1 sg 60 -113 -46 75 2832 2081 3 MP PP c12 2832 2081 mt 2786 2156 L c10 2786 2156 mt 2846 2043 L 1 sg -46 75 60 -113 2786 2156 3 MP PP c10 2786 2156 mt 2846 2043 L c12 2846 2043 mt 2800 2118 L 1 sg 61 55 -47 -93 2831 2709 3 MP PP c8 2831 2709 mt 2784 2616 L c10 2784 2616 mt 2845 2671 L 1 sg -47 -92 61 55 2784 2616 3 MP PP c10 2784 2616 mt 2845 2671 L c8 2845 2671 mt 2798 2579 L 1 sg 60 -23 -46 -15 2829 3188 3 MP PP c9 2829 3188 mt 2783 3173 L 2783 3173 mt 2843 3150 L 1 sg -46 -15 60 -23 2783 3173 3 MP PP c9 2783 3173 mt 2843 3150 L 2843 3150 mt 2797 3135 L 1 sg 61 66 -47 -104 2827 2503 3 MP PP c10 2827 2503 mt 2780 2399 L c11 2780 2399 mt 2841 2465 L 1 sg -47 -103 61 66 2780 2399 3 MP PP c11 2780 2399 mt 2841 2465 L c10 2841 2465 mt 2794 2362 L 1 sg 60 -9 -46 -29 2825 3060 3 MP PP c9 2825 3060 mt 2779 3031 L 2779 3031 mt 2839 3022 L 1 sg -46 -29 60 -9 2779 3031 3 MP PP c9 2779 3031 mt 2839 3022 L 2839 3022 mt 2793 2993 L 1 sg -47 339 61 -377 2735 2622 3 MP PP c14 2735 2622 mt 2796 2245 L c13 2796 2245 mt 2749 2584 L 1 sg 61 -377 -47 339 2782 2283 3 MP PP c13 2782 2283 mt 2735 2622 L c14 2735 2622 mt 2796 2245 L 1 sg 61 16 -46 -54 2822 2286 3 MP PP c11 2822 2286 mt 2776 2232 L c12 2776 2232 mt 2837 2248 L 1 sg -47 -53 61 16 2776 2232 3 MP PP c12 2776 2232 mt 2837 2248 L c11 2837 2248 mt 2790 2195 L 1 sg 61 20 -47 -58 2821 2918 3 MP PP c9 2821 2918 mt 2774 2860 L c8 2774 2860 mt 2835 2880 L 1 sg -46 -58 61 20 2774 2860 3 MP PP c8 2774 2860 mt 2835 2880 L c9 2835 2880 mt 2789 2822 L 1 sg 61 -24 -46 -13 2819 3352 3 MP PP c9 2819 3352 mt 2773 3339 L 2773 3339 mt 2834 3315 L 1 sg -47 -14 61 -24 2773 3339 3 MP PP c9 2773 3339 mt 2834 3315 L 2834 3315 mt 2787 3301 L 1 sg -47 241 61 -278 2725 2434 3 MP PP c13 2725 2434 mt 2786 2156 L c10 2786 2156 mt 2739 2397 L 1 sg 61 -278 -47 240 2772 2194 3 MP PP c10 2772 2194 mt 2725 2434 L c13 2725 2434 mt 2786 2156 L 1 sg 60 -113 -46 75 2818 2119 3 MP PP c12 2818 2119 mt 2772 2194 L c10 2772 2194 mt 2832 2081 L 1 sg -46 75 60 -113 2772 2194 3 MP PP c10 2772 2194 mt 2832 2081 L c12 2832 2081 mt 2786 2156 L 1 sg 61 55 -47 -93 2817 2747 3 MP PP c8 2817 2747 mt 2770 2654 L c10 2770 2654 mt 2831 2709 L 1 sg -47 -93 61 55 2770 2654 3 MP PP c10 2770 2654 mt 2831 2709 L c8 2831 2709 mt 2784 2616 L 1 sg 60 -23 -46 -15 2815 3226 3 MP PP c9 2815 3226 mt 2769 3211 L 2769 3211 mt 2829 3188 L 1 sg -46 -15 60 -23 2769 3211 3 MP PP c9 2769 3211 mt 2829 3188 L 2829 3188 mt 2783 3173 L 1 sg 61 66 -47 -104 2813 2541 3 MP PP c10 2813 2541 mt 2766 2437 L c11 2766 2437 mt 2827 2503 L 1 sg -47 -104 61 66 2766 2437 3 MP PP c11 2766 2437 mt 2827 2503 L c10 2827 2503 mt 2780 2399 L 1 sg 60 -9 -46 -28 2811 3097 3 MP PP c9 2811 3097 mt 2765 3069 L 2765 3069 mt 2825 3060 L 1 sg -46 -29 60 -9 2765 3069 3 MP PP c9 2765 3069 mt 2825 3060 L 2825 3060 mt 2779 3031 L 1 sg -47 339 61 -377 2721 2660 3 MP PP c14 2721 2660 mt 2782 2283 L c13 2782 2283 mt 2735 2622 L 1 sg 61 -377 -47 339 2768 2321 3 MP PP c13 2768 2321 mt 2721 2660 L c14 2721 2660 mt 2782 2283 L 1 sg 60 16 -46 -54 2808 2324 3 MP PP c11 2808 2324 mt 2762 2270 L c12 2762 2270 mt 2822 2286 L 1 sg -46 -54 60 16 2762 2270 3 MP PP c12 2762 2270 mt 2822 2286 L c11 2822 2286 mt 2776 2232 L 1 sg 61 20 -47 -57 2807 2955 3 MP PP c9 2807 2955 mt 2760 2898 L c8 2760 2898 mt 2821 2918 L 1 sg -47 -58 61 20 2760 2898 3 MP PP c8 2760 2898 mt 2821 2918 L c9 2821 2918 mt 2774 2860 L 1 sg 60 -25 -46 -13 2805 3390 3 MP PP c9 2805 3390 mt 2759 3377 L 2759 3377 mt 2819 3352 L 1 sg -46 -13 60 -25 2759 3377 3 MP PP c9 2759 3377 mt 2819 3352 L 2819 3352 mt 2773 3339 L 1 sg -47 240 61 -278 2711 2472 3 MP PP c13 2711 2472 mt 2772 2194 L c10 2772 2194 mt 2725 2434 L 1 sg 61 -278 -47 240 2758 2232 3 MP PP c10 2758 2232 mt 2711 2472 L c13 2711 2472 mt 2772 2194 L 1 sg 60 -113 -46 75 2804 2157 3 MP PP c12 2804 2157 mt 2758 2232 L c10 2758 2232 mt 2818 2119 L 1 sg -46 75 60 -113 2758 2232 3 MP PP c10 2758 2232 mt 2818 2119 L c12 2818 2119 mt 2772 2194 L 1 sg 61 55 -47 -92 2803 2784 3 MP PP c8 2803 2784 mt 2756 2692 L c10 2756 2692 mt 2817 2747 L 1 sg -47 -93 61 55 2756 2692 3 MP PP c10 2756 2692 mt 2817 2747 L c8 2817 2747 mt 2770 2654 L 1 sg 60 -23 -46 -15 2801 3264 3 MP PP c9 2801 3264 mt 2755 3249 L 2755 3249 mt 2815 3226 L 1 sg -46 -15 60 -23 2755 3249 3 MP PP c9 2755 3249 mt 2815 3226 L 2815 3226 mt 2769 3211 L 1 sg 61 66 -46 -104 2798 2579 3 MP PP c10 2798 2579 mt 2752 2475 L c11 2752 2475 mt 2813 2541 L 1 sg -47 -104 61 66 2752 2475 3 MP PP c11 2752 2475 mt 2813 2541 L c10 2813 2541 mt 2766 2437 L 1 sg 61 -10 -47 -28 2797 3135 3 MP PP c9 2797 3135 mt 2750 3107 L 2750 3107 mt 2811 3097 L 1 sg -46 -28 61 -10 2750 3107 3 MP PP c9 2750 3107 mt 2811 3097 L 2811 3097 mt 2765 3069 L 1 sg -47 339 61 -377 2707 2698 3 MP PP c14 2707 2698 mt 2768 2321 L c13 2768 2321 mt 2721 2660 L 1 sg 61 -377 -46 339 2753 2359 3 MP PP c13 2753 2359 mt 2707 2698 L c14 2707 2698 mt 2768 2321 L 1 sg 60 16 -46 -54 2794 2362 3 MP PP c11 2794 2362 mt 2748 2308 L c12 2748 2308 mt 2808 2324 L 1 sg -46 -54 60 16 2748 2308 3 MP PP c12 2748 2308 mt 2808 2324 L c11 2808 2324 mt 2762 2270 L 1 sg 61 19 -47 -57 2793 2993 3 MP PP c9 2793 2993 mt 2746 2936 L c8 2746 2936 mt 2807 2955 L 1 sg -47 -57 61 19 2746 2936 3 MP PP c8 2746 2936 mt 2807 2955 L c9 2807 2955 mt 2760 2898 L 1 sg -47 240 61 -278 2697 2510 3 MP PP c13 2697 2510 mt 2758 2232 L c10 2758 2232 mt 2711 2472 L 1 sg 61 -278 -47 241 2744 2269 3 MP PP c10 2744 2269 mt 2697 2510 L c13 2697 2510 mt 2758 2232 L 1 sg 60 -112 -46 74 2790 2195 3 MP PP c12 2790 2195 mt 2744 2269 L c10 2744 2269 mt 2804 2157 L 1 sg -46 75 60 -112 2744 2269 3 MP PP c10 2744 2269 mt 2804 2157 L c12 2804 2157 mt 2758 2232 L 1 sg 61 54 -47 -92 2789 2822 3 MP PP c8 2789 2822 mt 2742 2730 L c10 2742 2730 mt 2803 2784 L 1 sg -47 -92 61 54 2742 2730 3 MP PP c10 2742 2730 mt 2803 2784 L c8 2803 2784 mt 2756 2692 L 1 sg 60 -22 -46 -15 2787 3301 3 MP PP c9 2787 3301 mt 2741 3286 L 2741 3286 mt 2801 3264 L 1 sg -46 -15 60 -22 2741 3286 3 MP PP c9 2741 3286 mt 2801 3264 L 2801 3264 mt 2755 3249 L 1 sg 60 -292 -46 255 2749 2584 3 MP PP c14 2749 2584 mt 2703 2839 L c15 2703 2839 mt 2763 2547 L 1 sg 60 66 -46 -103 2784 2616 3 MP PP c10 2784 2616 mt 2738 2513 L c11 2738 2513 mt 2798 2579 L 1 sg -46 -104 60 66 2738 2513 3 MP PP c11 2738 2513 mt 2798 2579 L c10 2798 2579 mt 2752 2475 L 1 sg 61 -9 -47 -29 2783 3173 3 MP PP c9 2783 3173 mt 2736 3144 L 2736 3144 mt 2797 3135 L 1 sg -47 -28 61 -9 2736 3144 3 MP PP c9 2736 3144 mt 2797 3135 L 2797 3135 mt 2750 3107 L 1 sg -46 339 60 -377 2693 2736 3 MP PP c14 2693 2736 mt 2753 2359 L c13 2753 2359 mt 2707 2698 L 1 sg 60 -377 -46 339 2739 2397 3 MP PP c13 2739 2397 mt 2693 2736 L c14 2693 2736 mt 2753 2359 L 1 sg 60 16 -46 -53 2780 2399 3 MP PP c11 2780 2399 mt 2734 2346 L c12 2734 2346 mt 2794 2362 L 1 sg -46 -54 60 16 2734 2346 3 MP PP c12 2734 2346 mt 2794 2362 L c11 2794 2362 mt 2748 2308 L 1 sg 61 20 -47 -58 2779 3031 3 MP PP c9 2779 3031 mt 2732 2973 L c8 2732 2973 mt 2793 2993 L 1 sg -47 -57 61 20 2732 2973 3 MP PP c8 2732 2973 mt 2793 2993 L c9 2793 2993 mt 2746 2936 L 1 sg -47 241 61 -279 2683 2548 3 MP PP c13 2683 2548 mt 2744 2269 L c10 2744 2269 mt 2697 2510 L 1 sg 61 -279 -46 241 2729 2307 3 MP PP c10 2729 2307 mt 2683 2548 L c13 2683 2548 mt 2744 2269 L 1 sg 61 -112 -47 75 2776 2232 3 MP PP c12 2776 2232 mt 2729 2307 L c10 2729 2307 mt 2790 2195 L 1 sg -46 74 61 -112 2729 2307 3 MP PP c10 2729 2307 mt 2790 2195 L c12 2790 2195 mt 2744 2269 L 1 sg 61 54 -46 -92 2774 2860 3 MP PP c8 2774 2860 mt 2728 2768 L c10 2728 2768 mt 2789 2822 L 1 sg -47 -92 61 54 2728 2768 3 MP PP c10 2728 2768 mt 2789 2822 L c8 2789 2822 mt 2742 2730 L 1 sg 61 -23 -47 -15 2773 3339 3 MP PP c9 2773 3339 mt 2726 3324 L 2726 3324 mt 2787 3301 L 1 sg -46 -15 61 -23 2726 3324 3 MP PP c9 2726 3324 mt 2787 3301 L 2787 3301 mt 2741 3286 L 1 sg 61 8 -47 -46 2689 2877 3 MP PP c15 2689 2877 mt 2642 2831 L 2642 2831 mt 2703 2839 L 1 sg -46 255 60 -293 2689 2877 3 MP PP c15 2689 2877 mt 2749 2584 L c14 2749 2584 mt 2703 2839 L 1 sg 60 -293 -46 255 2735 2622 3 MP PP c14 2735 2622 mt 2689 2877 L c15 2689 2877 mt 2749 2584 L 1 sg 60 65 -46 -103 2770 2654 3 MP PP c10 2770 2654 mt 2724 2551 L c11 2724 2551 mt 2784 2616 L 1 sg -46 -103 60 65 2724 2551 3 MP PP c11 2724 2551 mt 2784 2616 L c10 2784 2616 mt 2738 2513 L 1 sg 61 -9 -47 -29 2769 3211 3 MP PP c9 2769 3211 mt 2722 3182 L 2722 3182 mt 2783 3173 L 1 sg -47 -29 61 -9 2722 3182 3 MP PP c9 2722 3182 mt 2783 3173 L 2783 3173 mt 2736 3144 L 1 sg -46 339 60 -376 2679 2773 3 MP PP c14 2679 2773 mt 2739 2397 L c13 2739 2397 mt 2693 2736 L 1 sg 60 -376 -46 339 2725 2434 3 MP PP c13 2725 2434 mt 2679 2773 L c14 2679 2773 mt 2739 2397 L 1 sg 60 15 -46 -53 2766 2437 3 MP PP c11 2766 2437 mt 2720 2384 L c12 2720 2384 mt 2780 2399 L 1 sg -46 -53 60 15 2720 2384 3 MP PP c12 2720 2384 mt 2780 2399 L c11 2780 2399 mt 2734 2346 L 1 sg 61 20 -47 -58 2765 3069 3 MP PP c9 2765 3069 mt 2718 3011 L c8 2718 3011 mt 2779 3031 L 1 sg -47 -58 61 20 2718 3011 3 MP PP c8 2718 3011 mt 2779 3031 L c9 2779 3031 mt 2732 2973 L 1 sg -46 241 60 -279 2669 2586 3 MP PP c13 2669 2586 mt 2729 2307 L c10 2729 2307 mt 2683 2548 L 1 sg 60 -279 -46 241 2715 2345 3 MP PP c10 2715 2345 mt 2669 2586 L c13 2669 2586 mt 2729 2307 L 1 sg 61 -113 -47 75 2762 2270 3 MP PP c12 2762 2270 mt 2715 2345 L c10 2715 2345 mt 2776 2232 L 1 sg -47 75 61 -113 2715 2345 3 MP PP c10 2715 2345 mt 2776 2232 L c12 2776 2232 mt 2729 2307 L 1 sg 60 54 -46 -92 2760 2898 3 MP PP c8 2760 2898 mt 2714 2806 L c10 2714 2806 mt 2774 2860 L 1 sg -46 -92 60 54 2714 2806 3 MP PP c10 2714 2806 mt 2774 2860 L c8 2774 2860 mt 2728 2768 L 1 sg 61 -23 -47 -15 2759 3377 3 MP PP c9 2759 3377 mt 2712 3362 L 2712 3362 mt 2773 3339 L 1 sg -47 -15 61 -23 2712 3362 3 MP PP c9 2712 3362 mt 2773 3339 L 2773 3339 mt 2726 3324 L 1 sg -47 -46 61 8 2628 2869 3 MP PP c15 2628 2869 mt 2689 2877 L 2689 2877 mt 2642 2831 L 1 sg 61 8 -47 -46 2675 2915 3 MP PP c15 2675 2915 mt 2628 2869 L 2628 2869 mt 2689 2877 L 1 sg -46 255 60 -293 2675 2915 3 MP PP c15 2675 2915 mt 2735 2622 L c14 2735 2622 mt 2689 2877 L 1 sg 60 -293 -46 255 2721 2660 3 MP PP c14 2721 2660 mt 2675 2915 L c15 2675 2915 mt 2735 2622 L 1 sg 60 66 -46 -104 2756 2692 3 MP PP c10 2756 2692 mt 2710 2588 L c11 2710 2588 mt 2770 2654 L 1 sg -46 -103 60 66 2710 2588 3 MP PP c11 2710 2588 mt 2770 2654 L c10 2770 2654 mt 2724 2551 L 1 sg 61 -9 -47 -29 2755 3249 3 MP PP c9 2755 3249 mt 2708 3220 L 2708 3220 mt 2769 3211 L 1 sg -47 -29 61 -9 2708 3220 3 MP PP c9 2708 3220 mt 2769 3211 L 2769 3211 mt 2722 3182 L 1 sg -46 339 60 -377 2665 2811 3 MP PP c14 2665 2811 mt 2725 2434 L c13 2725 2434 mt 2679 2773 L 1 sg 60 -377 -46 339 2711 2472 3 MP PP c13 2711 2472 mt 2665 2811 L c14 2665 2811 mt 2725 2434 L 1 sg 61 15 -47 -53 2752 2475 3 MP PP c11 2752 2475 mt 2705 2422 L c12 2705 2422 mt 2766 2437 L 1 sg -46 -53 61 15 2705 2422 3 MP PP c12 2705 2422 mt 2766 2437 L c11 2766 2437 mt 2720 2384 L 1 sg 61 20 -46 -58 2750 3107 3 MP PP c9 2750 3107 mt 2704 3049 L c8 2704 3049 mt 2765 3069 L 1 sg -47 -58 61 20 2704 3049 3 MP PP c8 2704 3049 mt 2765 3069 L c9 2765 3069 mt 2718 3011 L 1 sg -46 241 60 -278 2655 2623 3 MP PP c13 2655 2623 mt 2715 2345 L c10 2715 2345 mt 2669 2586 L 1 sg 60 -278 -46 240 2701 2383 3 MP PP c10 2701 2383 mt 2655 2623 L c13 2655 2623 mt 2715 2345 L 1 sg 61 -113 -47 75 2748 2308 3 MP PP c12 2748 2308 mt 2701 2383 L c10 2701 2383 mt 2762 2270 L 1 sg -47 75 61 -113 2701 2383 3 MP PP c10 2701 2383 mt 2762 2270 L c12 2762 2270 mt 2715 2345 L 1 sg 60 55 -46 -93 2746 2936 3 MP PP c8 2746 2936 mt 2700 2843 L c10 2700 2843 mt 2760 2898 L 1 sg -46 -92 60 55 2700 2843 3 MP PP c10 2700 2843 mt 2760 2898 L c8 2760 2898 mt 2714 2806 L 1 sg -47 -46 61 9 2614 2906 3 MP PP c15 2614 2906 mt 2675 2915 L 2675 2915 mt 2628 2869 L 1 sg 61 9 -46 -46 2660 2952 3 MP PP c15 2660 2952 mt 2614 2906 L 2614 2906 mt 2675 2915 L 1 sg -46 255 61 -292 2660 2952 3 MP PP c15 2660 2952 mt 2721 2660 L c14 2721 2660 mt 2675 2915 L 1 sg 61 -292 -47 254 2707 2698 3 MP PP c14 2707 2698 mt 2660 2952 L c15 2660 2952 mt 2721 2660 L 1 sg 60 66 -46 -104 2742 2730 3 MP PP c10 2742 2730 mt 2696 2626 L c11 2696 2626 mt 2756 2692 L 1 sg -46 -104 60 66 2696 2626 3 MP PP c11 2696 2626 mt 2756 2692 L c10 2756 2692 mt 2710 2588 L 1 sg 61 -9 -47 -28 2741 3286 3 MP PP c9 2741 3286 mt 2694 3258 L 2694 3258 mt 2755 3249 L 1 sg -47 -29 61 -9 2694 3258 3 MP PP c9 2694 3258 mt 2755 3249 L 2755 3249 mt 2708 3220 L 1 sg -46 339 60 -377 2651 2849 3 MP PP c14 2651 2849 mt 2711 2472 L c13 2711 2472 mt 2665 2811 L 1 sg 60 -377 -46 339 2697 2510 3 MP PP c13 2697 2510 mt 2651 2849 L c14 2651 2849 mt 2711 2472 L 1 sg 61 16 -47 -54 2738 2513 3 MP PP c11 2738 2513 mt 2691 2459 L c12 2691 2459 mt 2752 2475 L 1 sg -47 -53 61 16 2691 2459 3 MP PP c12 2691 2459 mt 2752 2475 L c11 2752 2475 mt 2705 2422 L 1 sg 60 20 -46 -57 2736 3144 3 MP PP c9 2736 3144 mt 2690 3087 L c8 2690 3087 mt 2750 3107 L 1 sg -46 -58 60 20 2690 3087 3 MP PP c8 2690 3087 mt 2750 3107 L c9 2750 3107 mt 2704 3049 L 1 sg -46 240 60 -278 2641 2661 3 MP PP c13 2641 2661 mt 2701 2383 L c10 2701 2383 mt 2655 2623 L 1 sg 60 -278 -46 240 2687 2421 3 MP PP c10 2687 2421 mt 2641 2661 L c13 2641 2661 mt 2701 2383 L 1 sg 61 -113 -47 75 2734 2346 3 MP PP c12 2734 2346 mt 2687 2421 L c10 2687 2421 mt 2748 2308 L 1 sg -47 75 61 -113 2687 2421 3 MP PP c10 2687 2421 mt 2748 2308 L c12 2748 2308 mt 2701 2383 L 1 sg 60 55 -46 -92 2732 2973 3 MP PP c8 2732 2973 mt 2686 2881 L c10 2686 2881 mt 2746 2936 L 1 sg -46 -93 60 55 2686 2881 3 MP PP c10 2686 2881 mt 2746 2936 L c8 2746 2936 mt 2700 2843 L 1 sg -46 -46 60 8 2600 2944 3 MP PP c15 2600 2944 mt 2660 2952 L 2660 2952 mt 2614 2906 L 1 sg 60 8 -46 -46 2646 2990 3 MP PP c15 2646 2990 mt 2600 2944 L 2600 2944 mt 2660 2952 L 1 sg -47 254 61 -292 2646 2990 3 MP PP c15 2646 2990 mt 2707 2698 L c14 2707 2698 mt 2660 2952 L 1 sg 61 -292 -47 254 2693 2736 3 MP PP c14 2693 2736 mt 2646 2990 L c15 2646 2990 mt 2707 2698 L 1 sg 61 66 -47 -104 2728 2768 3 MP PP c10 2728 2768 mt 2681 2664 L c11 2681 2664 mt 2742 2730 L 1 sg -46 -104 61 66 2681 2664 3 MP PP c11 2681 2664 mt 2742 2730 L c10 2742 2730 mt 2696 2626 L 1 sg 61 -10 -46 -28 2726 3324 3 MP PP c9 2726 3324 mt 2680 3296 L 2680 3296 mt 2741 3286 L 1 sg -47 -28 61 -10 2680 3296 3 MP PP c9 2680 3296 mt 2741 3286 L 2741 3286 mt 2694 3258 L 1 sg -46 339 61 -377 2636 2887 3 MP PP c14 2636 2887 mt 2697 2510 L c13 2697 2510 mt 2651 2849 L 1 sg 61 -377 -47 339 2683 2548 3 MP PP c13 2683 2548 mt 2636 2887 L c14 2636 2887 mt 2697 2510 L 1 sg 61 16 -47 -54 2724 2551 3 MP PP c11 2724 2551 mt 2677 2497 L c12 2677 2497 mt 2738 2513 L 1 sg -47 -54 61 16 2677 2497 3 MP PP c12 2677 2497 mt 2738 2513 L c11 2738 2513 mt 2691 2459 L 1 sg 60 19 -46 -57 2722 3182 3 MP PP c9 2722 3182 mt 2676 3125 L c8 2676 3125 mt 2736 3144 L 1 sg -46 -57 60 19 2676 3125 3 MP PP c8 2676 3125 mt 2736 3144 L c9 2736 3144 mt 2690 3087 L 1 sg -46 240 60 -278 2627 2699 3 MP PP c13 2627 2699 mt 2687 2421 L c10 2687 2421 mt 2641 2661 L 1 sg 60 -278 -46 240 2673 2459 3 MP PP c10 2673 2459 mt 2627 2699 L c13 2627 2699 mt 2687 2421 L 1 sg 61 -113 -47 75 2720 2384 3 MP PP c12 2720 2384 mt 2673 2459 L c10 2673 2459 mt 2734 2346 L 1 sg -47 75 61 -113 2673 2459 3 MP PP c10 2673 2459 mt 2734 2346 L c12 2734 2346 mt 2687 2421 L 1 sg 60 54 -46 -92 2718 3011 3 MP PP c8 2718 3011 mt 2672 2919 L c10 2672 2919 mt 2732 2973 L 1 sg -46 -92 60 54 2672 2919 3 MP PP c10 2672 2919 mt 2732 2973 L c8 2732 2973 mt 2686 2881 L 1 sg -46 -46 60 8 2586 2982 3 MP PP c15 2586 2982 mt 2646 2990 L 2646 2990 mt 2600 2944 L 1 sg 60 8 -46 -46 2632 3028 3 MP PP c15 2632 3028 mt 2586 2982 L 2586 2982 mt 2646 2990 L 1 sg -47 254 61 -292 2632 3028 3 MP PP c15 2632 3028 mt 2693 2736 L c14 2693 2736 mt 2646 2990 L 1 sg 61 -292 -47 255 2679 2773 3 MP PP c14 2679 2773 mt 2632 3028 L c15 2632 3028 mt 2693 2736 L 1 sg 61 66 -47 -104 2714 2806 3 MP PP c10 2714 2806 mt 2667 2702 L c11 2667 2702 mt 2728 2768 L 1 sg -47 -104 61 66 2667 2702 3 MP PP c11 2667 2702 mt 2728 2768 L c10 2728 2768 mt 2681 2664 L 1 sg 60 -9 -46 -29 2712 3362 3 MP PP c9 2712 3362 mt 2666 3333 L 2666 3333 mt 2726 3324 L 1 sg -46 -28 60 -9 2666 3333 3 MP PP c9 2666 3333 mt 2726 3324 L 2726 3324 mt 2680 3296 L 1 sg 60 411 -46 -449 2628 2869 3 MP PP c15 2628 2869 mt 2582 2420 L c16 2582 2420 mt 2642 2831 L 1 sg -47 339 61 -377 2622 2925 3 MP PP c14 2622 2925 mt 2683 2548 L c13 2683 2548 mt 2636 2887 L 1 sg 61 -377 -47 339 2669 2586 3 MP PP c13 2669 2586 mt 2622 2925 L c14 2622 2925 mt 2683 2548 L 1 sg 61 16 -47 -53 2710 2588 3 MP PP c11 2710 2588 mt 2663 2535 L c12 2663 2535 mt 2724 2551 L 1 sg -47 -54 61 16 2663 2535 3 MP PP c12 2663 2535 mt 2724 2551 L c11 2724 2551 mt 2677 2497 L 1 sg 60 20 -46 -58 2708 3220 3 MP PP c9 2708 3220 mt 2662 3162 L c8 2662 3162 mt 2722 3182 L 1 sg -46 -57 60 20 2662 3162 3 MP PP c8 2662 3162 mt 2722 3182 L c9 2722 3182 mt 2676 3125 L 1 sg -46 -449 61 411 2567 2458 3 MP PP c16 2567 2458 mt 2628 2869 L c15 2628 2869 mt 2582 2420 L 1 sg -46 240 61 -278 2612 2737 3 MP PP c13 2612 2737 mt 2673 2459 L c10 2673 2459 mt 2627 2699 L 1 sg 61 -278 -47 241 2659 2496 3 MP PP c10 2659 2496 mt 2612 2737 L c13 2612 2737 mt 2673 2459 L 1 sg 61 -112 -46 74 2705 2422 3 MP PP c12 2705 2422 mt 2659 2496 L c10 2659 2496 mt 2720 2384 L 1 sg -47 75 61 -112 2659 2496 3 MP PP c10 2659 2496 mt 2720 2384 L c12 2720 2384 mt 2673 2459 L 1 sg 61 54 -47 -92 2704 3049 3 MP PP c8 2704 3049 mt 2657 2957 L c10 2657 2957 mt 2718 3011 L 1 sg -46 -92 61 54 2657 2957 3 MP PP c10 2657 2957 mt 2718 3011 L c8 2718 3011 mt 2672 2919 L 1 sg -46 -46 60 8 2572 3020 3 MP PP c15 2572 3020 mt 2632 3028 L 2632 3028 mt 2586 2982 L 1 sg 60 8 -46 -46 2618 3066 3 MP PP c15 2618 3066 mt 2572 3020 L 2572 3020 mt 2632 3028 L 1 sg -47 255 61 -293 2618 3066 3 MP PP c15 2618 3066 mt 2679 2773 L c14 2679 2773 mt 2632 3028 L 1 sg 61 -293 -47 255 2665 2811 3 MP PP c14 2665 2811 mt 2618 3066 L c15 2618 3066 mt 2679 2773 L 1 sg 61 66 -47 -103 2700 2843 3 MP PP c10 2700 2843 mt 2653 2740 L c11 2653 2740 mt 2714 2806 L 1 sg -47 -104 61 66 2653 2740 3 MP PP c11 2653 2740 mt 2714 2806 L c10 2714 2806 mt 2667 2702 L 1 sg 61 411 -47 -448 2614 2906 3 MP PP c15 2614 2906 mt 2567 2458 L c16 2567 2458 mt 2628 2869 L 1 sg -47 339 61 -377 2608 2963 3 MP PP c14 2608 2963 mt 2669 2586 L c13 2669 2586 mt 2622 2925 L 1 sg 61 -377 -47 340 2655 2623 3 MP PP c13 2655 2623 mt 2608 2963 L c14 2608 2963 mt 2669 2586 L 1 sg 61 15 -47 -53 2696 2626 3 MP PP c11 2696 2626 mt 2649 2573 L c12 2649 2573 mt 2710 2588 L 1 sg -47 -53 61 15 2649 2573 3 MP PP c12 2649 2573 mt 2710 2588 L c11 2710 2588 mt 2663 2535 L 1 sg 60 20 -46 -58 2694 3258 3 MP PP c9 2694 3258 mt 2648 3200 L c8 2648 3200 mt 2708 3220 L 1 sg -46 -58 60 20 2648 3200 3 MP PP c8 2648 3200 mt 2708 3220 L c9 2708 3220 mt 2662 3162 L 1 sg -47 -448 61 411 2553 2495 3 MP PP c16 2553 2495 mt 2614 2906 L c15 2614 2906 mt 2567 2458 L 1 sg -47 241 61 -279 2598 2775 3 MP PP c13 2598 2775 mt 2659 2496 L c10 2659 2496 mt 2612 2737 L 1 sg 61 -279 -47 241 2645 2534 3 MP PP c10 2645 2534 mt 2598 2775 L c13 2598 2775 mt 2659 2496 L 1 sg 60 -112 -46 75 2691 2459 3 MP PP c12 2691 2459 mt 2645 2534 L c10 2645 2534 mt 2705 2422 L 1 sg -46 74 60 -112 2645 2534 3 MP PP c10 2645 2534 mt 2705 2422 L c12 2705 2422 mt 2659 2496 L 1 sg 61 54 -47 -92 2690 3087 3 MP PP c8 2690 3087 mt 2643 2995 L c10 2643 2995 mt 2704 3049 L 1 sg -47 -92 61 54 2643 2995 3 MP PP c10 2643 2995 mt 2704 3049 L c8 2704 3049 mt 2657 2957 L 1 sg -46 -46 60 8 2558 3058 3 MP PP c15 2558 3058 mt 2618 3066 L 2618 3066 mt 2572 3020 L 1 sg 60 8 -46 -46 2604 3104 3 MP PP c15 2604 3104 mt 2558 3058 L 2558 3058 mt 2618 3066 L 1 sg -47 255 61 -293 2604 3104 3 MP PP c15 2604 3104 mt 2665 2811 L c14 2665 2811 mt 2618 3066 L 1 sg 61 -293 -47 255 2651 2849 3 MP PP c14 2651 2849 mt 2604 3104 L c15 2604 3104 mt 2665 2811 L 1 sg 61 65 -47 -103 2686 2881 3 MP PP c10 2686 2881 mt 2639 2778 L c11 2639 2778 mt 2700 2843 L 1 sg -47 -103 61 65 2639 2778 3 MP PP c11 2639 2778 mt 2700 2843 L c10 2700 2843 mt 2653 2740 L 1 sg 61 411 -47 -449 2600 2944 3 MP PP c15 2600 2944 mt 2553 2495 L c16 2553 2495 mt 2614 2906 L 1 sg -47 340 61 -377 2594 3000 3 MP PP c14 2594 3000 mt 2655 2623 L c13 2655 2623 mt 2608 2963 L 1 sg 61 -377 -47 339 2641 2661 3 MP PP c13 2641 2661 mt 2594 3000 L c14 2594 3000 mt 2655 2623 L 1 sg 61 15 -46 -53 2681 2664 3 MP PP c11 2681 2664 mt 2635 2611 L c12 2635 2611 mt 2696 2626 L 1 sg -47 -53 61 15 2635 2611 3 MP PP c12 2635 2611 mt 2696 2626 L c11 2696 2626 mt 2649 2573 L 1 sg 61 20 -47 -58 2680 3296 3 MP PP c9 2680 3296 mt 2633 3238 L c8 2633 3238 mt 2694 3258 L 1 sg -46 -58 61 20 2633 3238 3 MP PP c8 2633 3238 mt 2694 3258 L c9 2694 3258 mt 2648 3200 L 1 sg -47 -449 61 411 2539 2533 3 MP PP c16 2539 2533 mt 2600 2944 L c15 2600 2944 mt 2553 2495 L 1 sg -47 241 61 -279 2584 2813 3 MP PP c13 2584 2813 mt 2645 2534 L c10 2645 2534 mt 2598 2775 L 1 sg 61 -279 -47 241 2631 2572 3 MP PP c10 2631 2572 mt 2584 2813 L c13 2584 2813 mt 2645 2534 L 1 sg 60 -113 -46 75 2677 2497 3 MP PP c12 2677 2497 mt 2631 2572 L c10 2631 2572 mt 2691 2459 L 1 sg -46 75 60 -113 2631 2572 3 MP PP c10 2631 2572 mt 2691 2459 L c12 2691 2459 mt 2645 2534 L 1 sg 61 55 -47 -93 2676 3125 3 MP PP c8 2676 3125 mt 2629 3032 L c10 2629 3032 mt 2690 3087 L 1 sg -47 -92 61 55 2629 3032 3 MP PP c10 2629 3032 mt 2690 3087 L c8 2690 3087 mt 2643 2995 L 1 sg -46 -46 61 9 2543 3095 3 MP PP c15 2543 3095 mt 2604 3104 L 2604 3104 mt 2558 3058 L 1 sg 61 9 -47 -47 2590 3142 3 MP PP c15 2590 3142 mt 2543 3095 L 2543 3095 mt 2604 3104 L 1 sg -47 255 61 -293 2590 3142 3 MP PP c15 2590 3142 mt 2651 2849 L c14 2651 2849 mt 2604 3104 L 1 sg 61 -293 -46 255 2636 2887 3 MP PP c14 2636 2887 mt 2590 3142 L c15 2590 3142 mt 2651 2849 L 1 sg 61 66 -47 -104 2672 2919 3 MP PP c10 2672 2919 mt 2625 2815 L c11 2625 2815 mt 2686 2881 L 1 sg -47 -103 61 66 2625 2815 3 MP PP c11 2625 2815 mt 2686 2881 L c10 2686 2881 mt 2639 2778 L 1 sg 61 411 -47 -449 2586 2982 3 MP PP c15 2586 2982 mt 2539 2533 L c16 2539 2533 mt 2600 2944 L 1 sg -47 339 61 -377 2580 3038 3 MP PP c14 2580 3038 mt 2641 2661 L c13 2641 2661 mt 2594 3000 L 1 sg 61 -377 -47 339 2627 2699 3 MP PP c13 2627 2699 mt 2580 3038 L c14 2580 3038 mt 2641 2661 L 1 sg 60 16 -46 -54 2667 2702 3 MP PP c11 2667 2702 mt 2621 2648 L c12 2621 2648 mt 2681 2664 L 1 sg -46 -53 60 16 2621 2648 3 MP PP c12 2621 2648 mt 2681 2664 L c11 2681 2664 mt 2635 2611 L 1 sg 61 20 -47 -57 2666 3333 3 MP PP c9 2666 3333 mt 2619 3276 L c8 2619 3276 mt 2680 3296 L 1 sg -47 -58 61 20 2619 3276 3 MP PP c8 2619 3276 mt 2680 3296 L c9 2680 3296 mt 2633 3238 L 1 sg -47 -449 61 411 2525 2571 3 MP PP c16 2525 2571 mt 2586 2982 L c15 2586 2982 mt 2539 2533 L 1 sg -47 241 61 -278 2570 2850 3 MP PP c13 2570 2850 mt 2631 2572 L c10 2631 2572 mt 2584 2813 L 1 sg 61 -278 -47 240 2617 2610 3 MP PP c10 2617 2610 mt 2570 2850 L c13 2570 2850 mt 2631 2572 L 1 sg 60 -113 -46 75 2663 2535 3 MP PP c12 2663 2535 mt 2617 2610 L c10 2617 2610 mt 2677 2497 L 1 sg -46 75 60 -113 2617 2610 3 MP PP c10 2617 2610 mt 2677 2497 L c12 2677 2497 mt 2631 2572 L 1 sg 61 55 -47 -92 2662 3162 3 MP PP c8 2662 3162 mt 2615 3070 L c10 2615 3070 mt 2676 3125 L 1 sg -47 -93 61 55 2615 3070 3 MP PP c10 2615 3070 mt 2676 3125 L c8 2676 3125 mt 2629 3032 L 1 sg -47 -47 61 9 2529 3133 3 MP PP c15 2529 3133 mt 2590 3142 L 2590 3142 mt 2543 3095 L 1 sg 61 9 -47 -46 2576 3179 3 MP PP c15 2576 3179 mt 2529 3133 L 2529 3133 mt 2590 3142 L 1 sg -46 255 60 -292 2576 3179 3 MP PP c15 2576 3179 mt 2636 2887 L c14 2636 2887 mt 2590 3142 L 1 sg 60 -292 -46 254 2622 2925 3 MP PP c14 2622 2925 mt 2576 3179 L c15 2576 3179 mt 2636 2887 L 1 sg 61 66 -46 -104 2657 2957 3 MP PP c10 2657 2957 mt 2611 2853 L c11 2611 2853 mt 2672 2919 L 1 sg -47 -104 61 66 2611 2853 3 MP PP c11 2611 2853 mt 2672 2919 L c10 2672 2919 mt 2625 2815 L 1 sg 61 411 -47 -449 2572 3020 3 MP PP c15 2572 3020 mt 2525 2571 L c16 2525 2571 mt 2586 2982 L 1 sg -47 339 61 -377 2566 3076 3 MP PP c14 2566 3076 mt 2627 2699 L c13 2627 2699 mt 2580 3038 L 1 sg 61 -377 -46 339 2612 2737 3 MP PP c13 2612 2737 mt 2566 3076 L c14 2566 3076 mt 2627 2699 L 1 sg 60 16 -46 -54 2653 2740 3 MP PP c11 2653 2740 mt 2607 2686 L c12 2607 2686 mt 2667 2702 L 1 sg -46 -54 60 16 2607 2686 3 MP PP c12 2607 2686 mt 2667 2702 L c11 2667 2702 mt 2621 2648 L 1 sg -47 -449 61 411 2511 2609 3 MP PP c16 2511 2609 mt 2572 3020 L c15 2572 3020 mt 2525 2571 L 1 sg -47 240 61 -278 2556 2888 3 MP PP c13 2556 2888 mt 2617 2610 L c10 2617 2610 mt 2570 2850 L 1 sg 61 -278 -47 240 2603 2648 3 MP PP c10 2603 2648 mt 2556 2888 L c13 2556 2888 mt 2617 2610 L 1 sg 60 -113 -46 75 2649 2573 3 MP PP c12 2649 2573 mt 2603 2648 L c10 2603 2648 mt 2663 2535 L 1 sg -46 75 60 -113 2603 2648 3 MP PP c10 2603 2648 mt 2663 2535 L c12 2663 2535 mt 2617 2610 L 1 sg 61 54 -47 -92 2648 3200 3 MP PP c8 2648 3200 mt 2601 3108 L c10 2601 3108 mt 2662 3162 L 1 sg -47 -92 61 54 2601 3108 3 MP PP c10 2601 3108 mt 2662 3162 L c8 2662 3162 mt 2615 3070 L 1 sg -47 -46 61 8 2515 3171 3 MP PP c15 2515 3171 mt 2576 3179 L 2576 3179 mt 2529 3133 L 1 sg 61 8 -47 -46 2562 3217 3 MP PP c15 2562 3217 mt 2515 3171 L 2515 3171 mt 2576 3179 L 1 sg -46 254 60 -292 2562 3217 3 MP PP c15 2562 3217 mt 2622 2925 L c14 2622 2925 mt 2576 3179 L 1 sg 60 -292 -46 254 2608 2963 3 MP PP c14 2608 2963 mt 2562 3217 L c15 2562 3217 mt 2622 2925 L 1 sg 60 66 -46 -104 2643 2995 3 MP PP c10 2643 2995 mt 2597 2891 L c11 2597 2891 mt 2657 2957 L 1 sg -46 -104 60 66 2597 2891 3 MP PP c11 2597 2891 mt 2657 2957 L c10 2657 2957 mt 2611 2853 L 1 sg 61 411 -47 -449 2558 3058 3 MP PP c15 2558 3058 mt 2511 2609 L c16 2511 2609 mt 2572 3020 L 1 sg -46 339 60 -377 2552 3114 3 MP PP c14 2552 3114 mt 2612 2737 L c13 2612 2737 mt 2566 3076 L 1 sg 60 -377 -46 339 2598 2775 3 MP PP c13 2598 2775 mt 2552 3114 L c14 2552 3114 mt 2612 2737 L 1 sg 60 16 -46 -54 2639 2778 3 MP PP c11 2639 2778 mt 2593 2724 L c12 2593 2724 mt 2653 2740 L 1 sg -46 -54 60 16 2593 2724 3 MP PP c12 2593 2724 mt 2653 2740 L c11 2653 2740 mt 2607 2686 L 1 sg -47 -449 61 411 2497 2647 3 MP PP c16 2497 2647 mt 2558 3058 L c15 2558 3058 mt 2511 2609 L 1 sg -47 240 61 -278 2542 2926 3 MP PP c13 2542 2926 mt 2603 2648 L c10 2603 2648 mt 2556 2888 L 1 sg 61 -278 -46 241 2588 2685 3 MP PP c10 2588 2685 mt 2542 2926 L c13 2542 2926 mt 2603 2648 L 1 sg 61 -112 -47 74 2635 2611 3 MP PP c12 2635 2611 mt 2588 2685 L c10 2588 2685 mt 2649 2573 L 1 sg -46 75 61 -112 2588 2685 3 MP PP c10 2588 2685 mt 2649 2573 L c12 2649 2573 mt 2603 2648 L 1 sg 61 54 -46 -92 2633 3238 3 MP PP c8 2633 3238 mt 2587 3146 L c10 2587 3146 mt 2648 3200 L 1 sg -47 -92 61 54 2587 3146 3 MP PP c10 2587 3146 mt 2648 3200 L c8 2648 3200 mt 2601 3108 L 1 sg -47 -46 61 8 2501 3209 3 MP PP c15 2501 3209 mt 2562 3217 L 2562 3217 mt 2515 3171 L 1 sg 61 8 -47 -46 2548 3255 3 MP PP c15 2548 3255 mt 2501 3209 L 2501 3209 mt 2562 3217 L 1 sg -46 254 60 -292 2548 3255 3 MP PP c15 2548 3255 mt 2608 2963 L c14 2608 2963 mt 2562 3217 L 1 sg 60 -292 -46 255 2594 3000 3 MP PP c14 2594 3000 mt 2548 3255 L c15 2548 3255 mt 2608 2963 L 1 sg 60 66 -46 -103 2629 3032 3 MP PP c10 2629 3032 mt 2583 2929 L c11 2583 2929 mt 2643 2995 L 1 sg -46 -104 60 66 2583 2929 3 MP PP c11 2583 2929 mt 2643 2995 L c10 2643 2995 mt 2597 2891 L 1 sg 61 411 -46 -448 2543 3095 3 MP PP c15 2543 3095 mt 2497 2647 L c16 2497 2647 mt 2558 3058 L 1 sg -46 339 60 -377 2538 3152 3 MP PP c14 2538 3152 mt 2598 2775 L c13 2598 2775 mt 2552 3114 L 1 sg 60 -377 -46 339 2584 2813 3 MP PP c13 2584 2813 mt 2538 3152 L c14 2538 3152 mt 2598 2775 L 1 sg 60 16 -46 -53 2625 2815 3 MP PP c11 2625 2815 mt 2579 2762 L c12 2579 2762 mt 2639 2778 L 1 sg -46 -54 60 16 2579 2762 3 MP PP c12 2579 2762 mt 2639 2778 L c11 2639 2778 mt 2593 2724 L 1 sg -46 -448 60 410 2483 2685 3 MP PP c16 2483 2685 mt 2543 3095 L c15 2543 3095 mt 2497 2647 L 1 sg -46 241 60 -279 2528 2964 3 MP PP c13 2528 2964 mt 2588 2685 L c10 2588 2685 mt 2542 2926 L 1 sg 60 -279 -46 241 2574 2723 3 MP PP c10 2574 2723 mt 2528 2964 L c13 2528 2964 mt 2588 2685 L 1 sg 61 -112 -47 75 2621 2648 3 MP PP c12 2621 2648 mt 2574 2723 L c10 2574 2723 mt 2635 2611 L 1 sg -47 74 61 -112 2574 2723 3 MP PP c10 2574 2723 mt 2635 2611 L c12 2635 2611 mt 2588 2685 L 1 sg 60 54 -46 -92 2619 3276 3 MP PP c8 2619 3276 mt 2573 3184 L c10 2573 3184 mt 2633 3238 L 1 sg -46 -92 60 54 2573 3184 3 MP PP c10 2573 3184 mt 2633 3238 L c8 2633 3238 mt 2587 3146 L 1 sg -47 -46 61 8 2487 3247 3 MP PP c15 2487 3247 mt 2548 3255 L 2548 3255 mt 2501 3209 L 1 sg 61 8 -47 -46 2534 3293 3 MP PP c15 2534 3293 mt 2487 3247 L 2487 3247 mt 2548 3255 L 1 sg -46 255 60 -293 2534 3293 3 MP PP c15 2534 3293 mt 2594 3000 L c14 2594 3000 mt 2548 3255 L 1 sg 60 -293 -46 255 2580 3038 3 MP PP c14 2580 3038 mt 2534 3293 L c15 2534 3293 mt 2594 3000 L 1 sg 60 65 -46 -103 2615 3070 3 MP PP c10 2615 3070 mt 2569 2967 L c11 2569 2967 mt 2629 3032 L 1 sg -46 -103 60 65 2569 2967 3 MP PP c11 2569 2967 mt 2629 3032 L c10 2629 3032 mt 2583 2929 L 1 sg 60 410 -46 -448 2529 3133 3 MP PP c15 2529 3133 mt 2483 2685 L c16 2483 2685 mt 2543 3095 L 1 sg -46 339 60 -376 2524 3189 3 MP PP c14 2524 3189 mt 2584 2813 L c13 2584 2813 mt 2538 3152 L 1 sg 60 -376 -46 339 2570 2850 3 MP PP c13 2570 2850 mt 2524 3189 L c14 2524 3189 mt 2584 2813 L 1 sg 61 15 -47 -53 2611 2853 3 MP PP c11 2611 2853 mt 2564 2800 L c12 2564 2800 mt 2625 2815 L 1 sg -46 -53 61 15 2564 2800 3 MP PP c12 2564 2800 mt 2625 2815 L c11 2625 2815 mt 2579 2762 L 1 sg -46 -448 60 411 2469 2722 3 MP PP c16 2469 2722 mt 2529 3133 L c15 2529 3133 mt 2483 2685 L 1 sg -46 241 60 -279 2514 3002 3 MP PP c13 2514 3002 mt 2574 2723 L c10 2574 2723 mt 2528 2964 L 1 sg 60 -279 -46 241 2560 2761 3 MP PP c10 2560 2761 mt 2514 3002 L c13 2514 3002 mt 2574 2723 L 1 sg 61 -113 -47 75 2607 2686 3 MP PP c12 2607 2686 mt 2560 2761 L c10 2560 2761 mt 2621 2648 L 1 sg -47 75 61 -113 2560 2761 3 MP PP c10 2560 2761 mt 2621 2648 L c12 2621 2648 mt 2574 2723 L 1 sg -47 -46 61 9 2473 3284 3 MP PP c15 2473 3284 mt 2534 3293 L 2534 3293 mt 2487 3247 L 1 sg 61 9 -46 -47 2519 3331 3 MP PP c15 2519 3331 mt 2473 3284 L 2473 3284 mt 2534 3293 L 1 sg -46 255 61 -293 2519 3331 3 MP PP c15 2519 3331 mt 2580 3038 L c14 2580 3038 mt 2534 3293 L 1 sg 61 -293 -47 255 2566 3076 3 MP PP c14 2566 3076 mt 2519 3331 L c15 2519 3331 mt 2580 3038 L 1 sg 60 66 -46 -104 2601 3108 3 MP PP c10 2601 3108 mt 2555 3004 L c11 2555 3004 mt 2615 3070 L 1 sg -46 -103 60 66 2555 3004 3 MP PP c11 2555 3004 mt 2615 3070 L c10 2615 3070 mt 2569 2967 L 1 sg 60 411 -46 -449 2515 3171 3 MP PP c15 2515 3171 mt 2469 2722 L c16 2469 2722 mt 2529 3133 L 1 sg -46 339 60 -377 2510 3227 3 MP PP c14 2510 3227 mt 2570 2850 L c13 2570 2850 mt 2524 3189 L 1 sg 60 -377 -46 339 2556 2888 3 MP PP c13 2556 2888 mt 2510 3227 L c14 2510 3227 mt 2570 2850 L 1 sg 61 16 -47 -54 2597 2891 3 MP PP c11 2597 2891 mt 2550 2837 L c12 2550 2837 mt 2611 2853 L 1 sg -47 -53 61 16 2550 2837 3 MP PP c12 2550 2837 mt 2611 2853 L c11 2611 2853 mt 2564 2800 L 1 sg -46 -449 60 411 2455 2760 3 MP PP c16 2455 2760 mt 2515 3171 L c15 2515 3171 mt 2469 2722 L 1 sg -46 241 60 -278 2500 3039 3 MP PP c13 2500 3039 mt 2560 2761 L c10 2560 2761 mt 2514 3002 L 1 sg 60 -278 -46 240 2546 2799 3 MP PP c10 2546 2799 mt 2500 3039 L c13 2500 3039 mt 2560 2761 L 1 sg 61 -113 -47 75 2593 2724 3 MP PP c12 2593 2724 mt 2546 2799 L c10 2546 2799 mt 2607 2686 L 1 sg -47 75 61 -113 2546 2799 3 MP PP c10 2546 2799 mt 2607 2686 L c12 2607 2686 mt 2560 2761 L 1 sg -46 -47 60 9 2459 3322 3 MP PP c15 2459 3322 mt 2519 3331 L 2519 3331 mt 2473 3284 L 1 sg 60 9 -46 -46 2505 3368 3 MP PP c15 2505 3368 mt 2459 3322 L 2459 3322 mt 2519 3331 L 1 sg -47 255 61 -292 2505 3368 3 MP PP c15 2505 3368 mt 2566 3076 L c14 2566 3076 mt 2519 3331 L 1 sg 61 -292 -47 254 2552 3114 3 MP PP c14 2552 3114 mt 2505 3368 L c15 2505 3368 mt 2566 3076 L 1 sg 61 66 -47 -104 2587 3146 3 MP PP c10 2587 3146 mt 2540 3042 L c11 2540 3042 mt 2601 3108 L 1 sg -46 -104 61 66 2540 3042 3 MP PP c11 2540 3042 mt 2601 3108 L c10 2601 3108 mt 2555 3004 L 1 sg 60 411 -46 -449 2501 3209 3 MP PP c15 2501 3209 mt 2455 2760 L c16 2455 2760 mt 2515 3171 L 1 sg -46 339 61 -377 2495 3265 3 MP PP c14 2495 3265 mt 2556 2888 L c13 2556 2888 mt 2510 3227 L 1 sg 61 -377 -47 339 2542 2926 3 MP PP c13 2542 2926 mt 2495 3265 L c14 2495 3265 mt 2556 2888 L 1 sg 61 16 -47 -54 2583 2929 3 MP PP c11 2583 2929 mt 2536 2875 L c12 2536 2875 mt 2597 2891 L 1 sg -47 -54 61 16 2536 2875 3 MP PP c12 2536 2875 mt 2597 2891 L c11 2597 2891 mt 2550 2837 L 1 sg -46 -449 61 411 2440 2798 3 MP PP c16 2440 2798 mt 2501 3209 L c15 2501 3209 mt 2455 2760 L 1 sg -46 240 61 -278 2485 3077 3 MP PP c13 2485 3077 mt 2546 2799 L c10 2546 2799 mt 2500 3039 L 1 sg 61 -278 -47 240 2532 2837 3 MP PP c10 2532 2837 mt 2485 3077 L c13 2485 3077 mt 2546 2799 L 1 sg 61 -113 -47 75 2579 2762 3 MP PP c12 2579 2762 mt 2532 2837 L c10 2532 2837 mt 2593 2724 L 1 sg -47 75 61 -113 2532 2837 3 MP PP c10 2532 2837 mt 2593 2724 L c12 2593 2724 mt 2546 2799 L 1 sg -46 -46 60 8 2445 3360 3 MP PP c15 2445 3360 mt 2505 3368 L 2505 3368 mt 2459 3322 L 1 sg 60 8 -46 -46 2491 3406 3 MP PP c15 2491 3406 mt 2445 3360 L 2445 3360 mt 2505 3368 L 1 sg -47 254 61 -292 2491 3406 3 MP PP c15 2491 3406 mt 2552 3114 L c14 2552 3114 mt 2505 3368 L 1 sg 61 -292 -47 254 2538 3152 3 MP PP c14 2538 3152 mt 2491 3406 L c15 2491 3406 mt 2552 3114 L 1 sg 61 66 -47 -104 2573 3184 3 MP PP c10 2573 3184 mt 2526 3080 L c11 2526 3080 mt 2587 3146 L 1 sg -47 -104 61 66 2526 3080 3 MP PP c11 2526 3080 mt 2587 3146 L c10 2587 3146 mt 2540 3042 L 1 sg 61 411 -47 -449 2487 3247 3 MP PP c15 2487 3247 mt 2440 2798 L c16 2440 2798 mt 2501 3209 L 1 sg -47 339 61 -377 2481 3303 3 MP PP c14 2481 3303 mt 2542 2926 L c13 2542 2926 mt 2495 3265 L 1 sg 61 -377 -47 339 2528 2964 3 MP PP c13 2528 2964 mt 2481 3303 L c14 2481 3303 mt 2542 2926 L 1 sg 61 16 -47 -54 2569 2967 3 MP PP c11 2569 2967 mt 2522 2913 L c12 2522 2913 mt 2583 2929 L 1 sg -47 -54 61 16 2522 2913 3 MP PP c12 2522 2913 mt 2583 2929 L c11 2583 2929 mt 2536 2875 L 1 sg 61 689 -46 -727 2567 2458 3 MP PP c16 2567 2458 mt 2521 1731 L c17 2521 1731 mt 2582 2420 L 1 sg -47 -449 61 411 2426 2836 3 MP PP c16 2426 2836 mt 2487 3247 L c15 2487 3247 mt 2440 2798 L 1 sg -47 240 61 -278 2471 3115 3 MP PP c13 2471 3115 mt 2532 2837 L c10 2532 2837 mt 2485 3077 L 1 sg 61 -278 -47 241 2518 2874 3 MP PP c10 2518 2874 mt 2471 3115 L c13 2471 3115 mt 2532 2837 L 1 sg 61 -112 -46 74 2564 2800 3 MP PP c12 2564 2800 mt 2518 2874 L c10 2518 2874 mt 2579 2762 L 1 sg -47 75 61 -112 2518 2874 3 MP PP c10 2518 2874 mt 2579 2762 L c12 2579 2762 mt 2532 2837 L 1 sg 61 411 -47 -448 2473 3284 3 MP PP c15 2473 3284 mt 2426 2836 L c16 2426 2836 mt 2487 3247 L 1 sg -47 339 61 -377 2467 3341 3 MP PP c14 2467 3341 mt 2528 2964 L c13 2528 2964 mt 2481 3303 L 1 sg 61 -377 -47 339 2514 3002 3 MP PP c13 2514 3002 mt 2467 3341 L c14 2467 3341 mt 2528 2964 L 1 sg 61 16 -47 -53 2555 3004 3 MP PP c11 2555 3004 mt 2508 2951 L c12 2508 2951 mt 2569 2967 L 1 sg -47 -54 61 16 2508 2951 3 MP PP c12 2508 2951 mt 2569 2967 L c11 2569 2967 mt 2522 2913 L 1 sg 60 689 -46 -726 2553 2495 3 MP PP c16 2553 2495 mt 2507 1769 L c17 2507 1769 mt 2567 2458 L 1 sg -46 -727 60 689 2507 1769 3 MP PP c17 2507 1769 mt 2567 2458 L c16 2567 2458 mt 2521 1731 L 1 sg -47 -448 61 410 2412 2874 3 MP PP c16 2412 2874 mt 2473 3284 L c15 2473 3284 mt 2426 2836 L 1 sg -47 241 61 -279 2457 3153 3 MP PP c13 2457 3153 mt 2518 2874 L c10 2518 2874 mt 2471 3115 L 1 sg 61 -279 -47 241 2504 2912 3 MP PP c10 2504 2912 mt 2457 3153 L c13 2457 3153 mt 2518 2874 L 1 sg 60 -112 -46 75 2550 2837 3 MP PP c12 2550 2837 mt 2504 2912 L c10 2504 2912 mt 2564 2800 L 1 sg -46 74 60 -112 2504 2912 3 MP PP c10 2504 2912 mt 2564 2800 L c12 2564 2800 mt 2518 2874 L 1 sg 61 410 -47 -448 2459 3322 3 MP PP c15 2459 3322 mt 2412 2874 L c16 2412 2874 mt 2473 3284 L 1 sg -46 -46 60 8 2431 3398 3 MP PP c15 2431 3398 mt 2491 3406 L 2491 3406 mt 2445 3360 L 1 sg -47 339 61 -376 2453 3378 3 MP PP c14 2453 3378 mt 2514 3002 L c13 2514 3002 mt 2467 3341 L 1 sg 61 -376 -47 339 2500 3039 3 MP PP c13 2500 3039 mt 2453 3378 L c14 2453 3378 mt 2514 3002 L 1 sg 61 15 -46 -53 2540 3042 3 MP PP c11 2540 3042 mt 2494 2989 L c12 2494 2989 mt 2555 3004 L 1 sg -47 -53 61 15 2494 2989 3 MP PP c12 2494 2989 mt 2555 3004 L c11 2555 3004 mt 2508 2951 L 1 sg 60 688 -46 -726 2539 2533 3 MP PP c16 2539 2533 mt 2493 1807 L c17 2493 1807 mt 2553 2495 L 1 sg -46 -726 60 688 2493 1807 3 MP PP c17 2493 1807 mt 2553 2495 L c16 2553 2495 mt 2507 1769 L 1 sg -47 -448 61 411 2398 2911 3 MP PP c16 2398 2911 mt 2459 3322 L c15 2459 3322 mt 2412 2874 L 1 sg -47 241 61 -279 2443 3191 3 MP PP c13 2443 3191 mt 2504 2912 L c10 2504 2912 mt 2457 3153 L 1 sg 61 -279 -47 241 2490 2950 3 MP PP c10 2490 2950 mt 2443 3191 L c13 2443 3191 mt 2504 2912 L 1 sg 60 -113 -46 75 2536 2875 3 MP PP c12 2536 2875 mt 2490 2950 L c10 2490 2950 mt 2550 2837 L 1 sg -46 75 60 -113 2490 2950 3 MP PP c10 2490 2950 mt 2550 2837 L c12 2550 2837 mt 2504 2912 L 1 sg 61 411 -47 -449 2445 3360 3 MP PP c15 2445 3360 mt 2398 2911 L c16 2398 2911 mt 2459 3322 L 1 sg -46 -46 61 8 2416 3436 3 MP PP c15 2416 3436 mt 2477 3444 L 2477 3444 mt 2431 3398 L 1 sg 60 8 -46 -46 2477 3444 3 MP PP c15 2477 3444 mt 2431 3398 L 2431 3398 mt 2491 3406 L 1 sg -47 339 61 -377 2439 3416 3 MP PP c14 2439 3416 mt 2500 3039 L c13 2500 3039 mt 2453 3378 L 1 sg 61 -377 -46 339 2485 3077 3 MP PP c13 2485 3077 mt 2439 3416 L c14 2439 3416 mt 2500 3039 L 1 sg 60 16 -46 -54 2526 3080 3 MP PP c11 2526 3080 mt 2480 3026 L c12 2480 3026 mt 2540 3042 L 1 sg -46 -53 60 16 2480 3026 3 MP PP c12 2480 3026 mt 2540 3042 L c11 2540 3042 mt 2494 2989 L 1 sg 60 688 -46 -726 2525 2571 3 MP PP c16 2525 2571 mt 2479 1845 L c17 2479 1845 mt 2539 2533 L 1 sg -46 -726 60 688 2479 1845 3 MP PP c17 2479 1845 mt 2539 2533 L c16 2539 2533 mt 2493 1807 L 1 sg 61 -292 -47 255 2524 3189 3 MP PP c14 2524 3189 mt 2477 3444 L c15 2477 3444 mt 2538 3152 L 1 sg -47 254 61 -292 2477 3444 3 MP PP c15 2477 3444 mt 2538 3152 L c14 2538 3152 mt 2491 3406 L 1 sg -47 -449 61 411 2384 2949 3 MP PP c16 2384 2949 mt 2445 3360 L c15 2445 3360 mt 2398 2911 L 1 sg -47 241 61 -278 2429 3228 3 MP PP c13 2429 3228 mt 2490 2950 L c10 2490 2950 mt 2443 3191 L 1 sg 61 -278 -47 240 2476 2988 3 MP PP c10 2476 2988 mt 2429 3228 L c13 2429 3228 mt 2490 2950 L 1 sg 60 -113 -46 75 2522 2913 3 MP PP c12 2522 2913 mt 2476 2988 L c10 2476 2988 mt 2536 2875 L 1 sg -46 75 60 -113 2476 2988 3 MP PP c10 2476 2988 mt 2536 2875 L c12 2536 2875 mt 2490 2950 L 1 sg 61 689 -47 -727 2511 2609 3 MP PP c16 2511 2609 mt 2464 1882 L c17 2464 1882 mt 2525 2571 L 1 sg -46 -726 61 689 2464 1882 3 MP PP c17 2464 1882 mt 2525 2571 L c16 2525 2571 mt 2479 1845 L 1 sg 61 8 -47 -46 2463 3482 3 MP PP c15 2463 3482 mt 2416 3436 L 2416 3436 mt 2477 3444 L 1 sg 61 -293 -47 255 2510 3227 3 MP PP c14 2510 3227 mt 2463 3482 L c15 2463 3482 mt 2524 3189 L 1 sg -47 255 61 -293 2463 3482 3 MP PP c15 2463 3482 mt 2524 3189 L c14 2524 3189 mt 2477 3444 L 1 sg -47 -449 61 411 2370 2987 3 MP PP c16 2370 2987 mt 2431 3398 L c15 2431 3398 mt 2384 2949 L 1 sg 61 411 -47 -449 2431 3398 3 MP PP c15 2431 3398 mt 2384 2949 L c16 2384 2949 mt 2445 3360 L 1 sg -47 240 61 -278 2415 3266 3 MP PP c13 2415 3266 mt 2476 2988 L c10 2476 2988 mt 2429 3228 L 1 sg 61 -278 -46 240 2461 3026 3 MP PP c10 2461 3026 mt 2415 3266 L c13 2415 3266 mt 2476 2988 L 1 sg 61 -113 -47 75 2508 2951 3 MP PP c12 2508 2951 mt 2461 3026 L c10 2461 3026 mt 2522 2913 L 1 sg -46 75 61 -113 2461 3026 3 MP PP c10 2461 3026 mt 2522 2913 L c12 2522 2913 mt 2476 2988 L 1 sg 61 642 -47 -680 2507 1769 3 MP PP c17 2507 1769 mt 2460 1089 L c18 2460 1089 mt 2521 1731 L 1 sg 61 689 -47 -727 2497 2647 3 MP PP c16 2497 2647 mt 2450 1920 L c17 2450 1920 mt 2511 2609 L 1 sg -47 -727 61 689 2450 1920 3 MP PP c17 2450 1920 mt 2511 2609 L c16 2511 2609 mt 2464 1882 L 1 sg -47 -46 61 8 2402 3474 3 MP PP c15 2402 3474 mt 2463 3482 L 2463 3482 mt 2416 3436 L 1 sg 61 8 -47 -46 2449 3520 3 MP PP c15 2449 3520 mt 2402 3474 L 2402 3474 mt 2463 3482 L 1 sg 61 -293 -46 255 2495 3265 3 MP PP c14 2495 3265 mt 2449 3520 L c15 2449 3520 mt 2510 3227 L 1 sg -47 255 61 -293 2449 3520 3 MP PP c15 2449 3520 mt 2510 3227 L c14 2510 3227 mt 2463 3482 L 1 sg -46 -449 60 411 2356 3025 3 MP PP c16 2356 3025 mt 2416 3436 L c15 2416 3436 mt 2370 2987 L 1 sg 61 411 -46 -449 2416 3436 3 MP PP c15 2416 3436 mt 2370 2987 L c16 2370 2987 mt 2431 3398 L 1 sg -46 240 60 -278 2401 3304 3 MP PP c13 2401 3304 mt 2461 3026 L c10 2461 3026 mt 2415 3266 L 1 sg 60 -278 -46 240 2447 3064 3 MP PP c10 2447 3064 mt 2401 3304 L c13 2401 3304 mt 2461 3026 L 1 sg 61 -113 -47 75 2494 2989 3 MP PP c12 2494 2989 mt 2447 3064 L c10 2447 3064 mt 2508 2951 L 1 sg -47 75 61 -113 2447 3064 3 MP PP c10 2447 3064 mt 2508 2951 L c12 2508 2951 mt 2461 3026 L 1 sg 61 642 -47 -680 2493 1807 3 MP PP c17 2493 1807 mt 2446 1127 L c18 2446 1127 mt 2507 1769 L 1 sg -47 -680 61 642 2446 1127 3 MP PP c18 2446 1127 mt 2507 1769 L c17 2507 1769 mt 2460 1089 L 1 sg 61 689 -47 -727 2483 2685 3 MP PP c16 2483 2685 mt 2436 1958 L c17 2436 1958 mt 2497 2647 L 1 sg -47 -727 61 689 2436 1958 3 MP PP c17 2436 1958 mt 2497 2647 L c16 2497 2647 mt 2450 1920 L 1 sg -47 -46 61 9 2388 3511 3 MP PP c15 2388 3511 mt 2449 3520 L 2449 3520 mt 2402 3474 L 1 sg 61 9 -47 -46 2435 3557 3 MP PP c15 2435 3557 mt 2388 3511 L 2388 3511 mt 2449 3520 L 1 sg 60 -292 -46 254 2481 3303 3 MP PP c14 2481 3303 mt 2435 3557 L c15 2435 3557 mt 2495 3265 L 1 sg -46 255 60 -292 2435 3557 3 MP PP c15 2435 3557 mt 2495 3265 L c14 2495 3265 mt 2449 3520 L 1 sg -46 -449 60 411 2342 3063 3 MP PP c16 2342 3063 mt 2402 3474 L c15 2402 3474 mt 2356 3025 L 1 sg 60 411 -46 -449 2402 3474 3 MP PP c15 2402 3474 mt 2356 3025 L c16 2356 3025 mt 2416 3436 L 1 sg -46 240 60 -278 2387 3342 3 MP PP c13 2387 3342 mt 2447 3064 L c10 2447 3064 mt 2401 3304 L 1 sg 60 -278 -46 241 2433 3101 3 MP PP c10 2433 3101 mt 2387 3342 L c13 2387 3342 mt 2447 3064 L 1 sg 61 -112 -47 75 2480 3026 3 MP PP c12 2480 3026 mt 2433 3101 L c10 2433 3101 mt 2494 2989 L 1 sg -47 75 61 -112 2433 3101 3 MP PP c10 2433 3101 mt 2494 2989 L c12 2494 2989 mt 2447 3064 L 1 sg 61 642 -47 -680 2479 1845 3 MP PP c17 2479 1845 mt 2432 1165 L c18 2432 1165 mt 2493 1807 L 1 sg -47 -680 61 642 2432 1165 3 MP PP c18 2432 1165 mt 2493 1807 L c17 2493 1807 mt 2446 1127 L 1 sg 60 -377 -46 339 2471 3115 3 MP PP c13 2471 3115 mt 2425 3454 L c14 2425 3454 mt 2485 3077 L 1 sg -46 339 60 -377 2425 3454 3 MP PP c14 2425 3454 mt 2485 3077 L c13 2485 3077 mt 2439 3416 L 1 sg 61 689 -47 -726 2469 2722 3 MP PP c16 2469 2722 mt 2422 1996 L c17 2422 1996 mt 2483 2685 L 1 sg -47 -727 61 689 2422 1996 3 MP PP c17 2422 1996 mt 2483 2685 L c16 2483 2685 mt 2436 1958 L 1 sg -47 -46 61 8 2374 3549 3 MP PP c15 2374 3549 mt 2435 3557 L 2435 3557 mt 2388 3511 L 1 sg 61 8 -47 -46 2421 3595 3 MP PP c15 2421 3595 mt 2374 3549 L 2374 3549 mt 2435 3557 L 1 sg 60 -292 -46 254 2467 3341 3 MP PP c14 2467 3341 mt 2421 3595 L c15 2421 3595 mt 2481 3303 L 1 sg -46 254 60 -292 2421 3595 3 MP PP c15 2421 3595 mt 2481 3303 L c14 2481 3303 mt 2435 3557 L 1 sg 61 643 -46 -680 2464 1882 3 MP PP c17 2464 1882 mt 2418 1202 L c18 2418 1202 mt 2479 1845 L 1 sg -47 -680 61 643 2418 1202 3 MP PP c18 2418 1202 mt 2479 1845 L c17 2479 1845 mt 2432 1165 L 1 sg 60 -377 -46 339 2457 3153 3 MP PP c13 2457 3153 mt 2411 3492 L c14 2411 3492 mt 2471 3115 L 1 sg -46 339 60 -377 2411 3492 3 MP PP c14 2411 3492 mt 2471 3115 L c13 2471 3115 mt 2425 3454 L 1 sg 61 688 -47 -726 2455 2760 3 MP PP c16 2455 2760 mt 2408 2034 L c17 2408 2034 mt 2469 2722 L 1 sg -47 -726 61 688 2408 2034 3 MP PP c17 2408 2034 mt 2469 2722 L c16 2469 2722 mt 2422 1996 L 1 sg -47 -46 61 8 2360 3587 3 MP PP c15 2360 3587 mt 2421 3595 L 2421 3595 mt 2374 3549 L 1 sg 61 8 -47 -46 2407 3633 3 MP PP c15 2407 3633 mt 2360 3587 L 2360 3587 mt 2421 3595 L 1 sg 60 -292 -46 255 2453 3378 3 MP PP c14 2453 3378 mt 2407 3633 L c15 2407 3633 mt 2467 3341 L 1 sg -46 254 60 -292 2407 3633 3 MP PP c15 2407 3633 mt 2467 3341 L c14 2467 3341 mt 2421 3595 L 1 sg 60 642 -46 -680 2450 1920 3 MP PP c17 2450 1920 mt 2404 1240 L c18 2404 1240 mt 2464 1882 L 1 sg -46 -680 60 642 2404 1240 3 MP PP c18 2404 1240 mt 2464 1882 L c17 2464 1882 mt 2418 1202 L 1 sg 60 252 -46 -290 2446 1127 3 MP PP c18 2446 1127 mt 2400 837 L c19 2400 837 mt 2460 1089 L 1 sg 60 -377 -46 339 2443 3191 3 MP PP c13 2443 3191 mt 2397 3530 L c14 2397 3530 mt 2457 3153 L 1 sg -46 339 60 -377 2397 3530 3 MP PP c14 2397 3530 mt 2457 3153 L c13 2457 3153 mt 2411 3492 L 1 sg 61 688 -46 -726 2440 2798 3 MP PP c16 2440 2798 mt 2394 2072 L c17 2394 2072 mt 2455 2760 L 1 sg -47 -726 61 688 2394 2072 3 MP PP c17 2394 2072 mt 2455 2760 L c16 2455 2760 mt 2408 2034 L 1 sg -47 -46 61 8 2346 3625 3 MP PP c15 2346 3625 mt 2407 3633 L 2407 3633 mt 2360 3587 L 1 sg 61 8 -46 -46 2392 3671 3 MP PP c15 2392 3671 mt 2346 3625 L 2346 3625 mt 2407 3633 L 1 sg 61 -293 -47 255 2439 3416 3 MP PP c14 2439 3416 mt 2392 3671 L c15 2392 3671 mt 2453 3378 L 1 sg -46 255 61 -293 2392 3671 3 MP PP c15 2392 3671 mt 2453 3378 L c14 2453 3378 mt 2407 3633 L 1 sg 60 642 -46 -680 2436 1958 3 MP PP c17 2436 1958 mt 2390 1278 L c18 2390 1278 mt 2450 1920 L 1 sg -46 -680 60 642 2390 1278 3 MP PP c18 2390 1278 mt 2450 1920 L c17 2450 1920 mt 2404 1240 L 1 sg 61 -285 -47 247 2386 875 3 MP PP c19 2386 875 mt 2339 1122 L c18 2339 1122 mt 2400 837 L 1 sg 60 252 -46 -290 2432 1165 3 MP PP c18 2432 1165 mt 2386 875 L c19 2386 875 mt 2446 1127 L 1 sg -46 -290 60 252 2386 875 3 MP PP c19 2386 875 mt 2446 1127 L c18 2446 1127 mt 2400 837 L 1 sg 60 411 -46 -448 2388 3511 3 MP PP c15 2388 3511 mt 2342 3063 L c16 2342 3063 mt 2402 3474 L 1 sg 60 -377 -46 340 2429 3228 3 MP PP c13 2429 3228 mt 2383 3568 L c14 2383 3568 mt 2443 3191 L 1 sg -46 339 60 -377 2383 3568 3 MP PP c14 2383 3568 mt 2443 3191 L c13 2443 3191 mt 2397 3530 L 1 sg 60 689 -46 -727 2426 2836 3 MP PP c16 2426 2836 mt 2380 2109 L c17 2380 2109 mt 2440 2798 L 1 sg -46 -726 60 689 2380 2109 3 MP PP c17 2380 2109 mt 2440 2798 L c16 2440 2798 mt 2394 2072 L 1 sg -46 -46 60 8 2332 3663 3 MP PP c15 2332 3663 mt 2392 3671 L 2392 3671 mt 2346 3625 L 1 sg 60 8 -46 -46 2378 3709 3 MP PP c15 2378 3709 mt 2332 3663 L 2332 3663 mt 2392 3671 L 1 sg 61 -293 -47 255 2425 3454 3 MP PP c14 2425 3454 mt 2378 3709 L c15 2378 3709 mt 2439 3416 L 1 sg -47 255 61 -293 2378 3709 3 MP PP c15 2378 3709 mt 2439 3416 L c14 2439 3416 mt 2392 3671 L 1 sg 60 642 -46 -680 2422 1996 3 MP PP c17 2422 1996 mt 2376 1316 L c18 2376 1316 mt 2436 1958 L 1 sg -46 -680 60 642 2376 1316 3 MP PP c18 2376 1316 mt 2436 1958 L c17 2436 1958 mt 2390 1278 L 1 sg -47 247 61 -285 2325 1160 3 MP PP c18 2325 1160 mt 2386 875 L c19 2386 875 mt 2339 1122 L 1 sg 61 -285 -46 248 2371 912 3 MP PP c19 2371 912 mt 2325 1160 L c18 2325 1160 mt 2386 875 L 1 sg 61 253 -47 -290 2418 1202 3 MP PP c18 2418 1202 mt 2371 912 L c19 2371 912 mt 2432 1165 L 1 sg -46 -290 61 253 2371 912 3 MP PP c19 2371 912 mt 2432 1165 L c18 2432 1165 mt 2386 875 L 1 sg -46 -448 60 411 2328 3100 3 MP PP c16 2328 3100 mt 2388 3511 L c15 2388 3511 mt 2342 3063 L 1 sg 60 411 -46 -449 2374 3549 3 MP PP c15 2374 3549 mt 2328 3100 L c16 2328 3100 mt 2388 3511 L 1 sg 61 -377 -47 339 2415 3266 3 MP PP c13 2415 3266 mt 2368 3605 L c14 2368 3605 mt 2429 3228 L 1 sg -46 340 61 -377 2368 3605 3 MP PP c14 2368 3605 mt 2429 3228 L c13 2429 3228 mt 2383 3568 L 1 sg 60 689 -46 -727 2412 2874 3 MP PP c16 2412 2874 mt 2366 2147 L c17 2366 2147 mt 2426 2836 L 1 sg -46 -727 60 689 2366 2147 3 MP PP c17 2366 2147 mt 2426 2836 L c16 2426 2836 mt 2380 2109 L 1 sg -46 -46 60 9 2318 3700 3 MP PP c15 2318 3700 mt 2378 3709 L 2378 3709 mt 2332 3663 L 1 sg 60 9 -46 -47 2364 3747 3 MP PP c15 2364 3747 mt 2318 3700 L 2318 3700 mt 2378 3709 L 1 sg 61 -293 -47 255 2411 3492 3 MP PP c14 2411 3492 mt 2364 3747 L c15 2364 3747 mt 2425 3454 L 1 sg -47 255 61 -293 2364 3747 3 MP PP c15 2364 3747 mt 2425 3454 L c14 2425 3454 mt 2378 3709 L 1 sg 60 642 -46 -680 2408 2034 3 MP PP c17 2408 2034 mt 2362 1354 L c18 2362 1354 mt 2422 1996 L 1 sg -46 -680 60 642 2362 1354 3 MP PP c18 2362 1354 mt 2422 1996 L c17 2422 1996 mt 2376 1316 L 1 sg -46 248 60 -285 2311 1197 3 MP PP c18 2311 1197 mt 2371 912 L c19 2371 912 mt 2325 1160 L 1 sg 60 -285 -46 247 2357 950 3 MP PP c19 2357 950 mt 2311 1197 L c18 2311 1197 mt 2371 912 L 1 sg 61 252 -47 -290 2404 1240 3 MP PP c18 2404 1240 mt 2357 950 L c19 2357 950 mt 2418 1202 L 1 sg -47 -290 61 252 2357 950 3 MP PP c19 2357 950 mt 2418 1202 L c18 2418 1202 mt 2371 912 L 1 sg -46 -449 60 411 2314 3138 3 MP PP c16 2314 3138 mt 2374 3549 L c15 2374 3549 mt 2328 3100 L 1 sg 60 411 -46 -449 2360 3587 3 MP PP c15 2360 3587 mt 2314 3138 L c16 2314 3138 mt 2374 3549 L 1 sg 61 -377 -47 339 2401 3304 3 MP PP c13 2401 3304 mt 2354 3643 L c14 2354 3643 mt 2415 3266 L 1 sg -47 339 61 -377 2354 3643 3 MP PP c14 2354 3643 mt 2415 3266 L c13 2415 3266 mt 2368 3605 L 1 sg 60 689 -46 -726 2398 2911 3 MP PP c16 2398 2911 mt 2352 2185 L c17 2352 2185 mt 2412 2874 L 1 sg -46 -727 60 689 2352 2185 3 MP PP c17 2352 2185 mt 2412 2874 L c16 2412 2874 mt 2366 2147 L 1 sg -46 -47 60 9 2304 3738 3 MP PP c15 2304 3738 mt 2364 3747 L 2364 3747 mt 2318 3700 L 1 sg 60 9 -46 -46 2350 3784 3 MP PP c15 2350 3784 mt 2304 3738 L 2304 3738 mt 2364 3747 L 1 sg 61 -292 -47 254 2397 3530 3 MP PP c14 2397 3530 mt 2350 3784 L c15 2350 3784 mt 2411 3492 L 1 sg -47 255 61 -292 2350 3784 3 MP PP c15 2350 3784 mt 2411 3492 L c14 2411 3492 mt 2364 3747 L 1 sg 61 643 -47 -681 2394 2072 3 MP PP c17 2394 2072 mt 2347 1391 L c18 2347 1391 mt 2408 2034 L 1 sg -46 -680 61 643 2347 1391 3 MP PP c18 2347 1391 mt 2408 2034 L c17 2408 2034 mt 2362 1354 L 1 sg -46 247 60 -285 2297 1235 3 MP PP c18 2297 1235 mt 2357 950 L c19 2357 950 mt 2311 1197 L 1 sg 60 -285 -46 247 2343 988 3 MP PP c19 2343 988 mt 2297 1235 L c18 2297 1235 mt 2357 950 L 1 sg 61 252 -47 -290 2390 1278 3 MP PP c18 2390 1278 mt 2343 988 L c19 2343 988 mt 2404 1240 L 1 sg -47 -290 61 252 2343 988 3 MP PP c19 2343 988 mt 2404 1240 L c18 2404 1240 mt 2357 950 L 1 sg -46 -449 61 411 2299 3176 3 MP PP c16 2299 3176 mt 2360 3587 L c15 2360 3587 mt 2314 3138 L 1 sg 61 411 -47 -449 2346 3625 3 MP PP c15 2346 3625 mt 2299 3176 L c16 2299 3176 mt 2360 3587 L 1 sg 61 -377 -47 339 2387 3342 3 MP PP c13 2387 3342 mt 2340 3681 L c14 2340 3681 mt 2401 3304 L 1 sg -47 339 61 -377 2340 3681 3 MP PP c14 2340 3681 mt 2401 3304 L c13 2401 3304 mt 2354 3643 L 1 sg 60 688 -46 -726 2384 2949 3 MP PP c16 2384 2949 mt 2338 2223 L c17 2338 2223 mt 2398 2911 L 1 sg -46 -726 60 688 2338 2223 3 MP PP c17 2338 2223 mt 2398 2911 L c16 2398 2911 mt 2352 2185 L 1 sg -46 -46 60 8 2290 3776 3 MP PP c15 2290 3776 mt 2350 3784 L 2350 3784 mt 2304 3738 L 1 sg 60 8 -46 -46 2336 3822 3 MP PP c15 2336 3822 mt 2290 3776 L 2290 3776 mt 2350 3784 L 1 sg 61 -292 -47 254 2383 3568 3 MP PP c14 2383 3568 mt 2336 3822 L c15 2336 3822 mt 2397 3530 L 1 sg -47 254 61 -292 2336 3822 3 MP PP c15 2336 3822 mt 2397 3530 L c14 2397 3530 mt 2350 3784 L 1 sg 61 643 -47 -680 2380 2109 3 MP PP c17 2380 2109 mt 2333 1429 L c18 2333 1429 mt 2394 2072 L 1 sg -47 -681 61 643 2333 1429 3 MP PP c18 2333 1429 mt 2394 2072 L c17 2394 2072 mt 2347 1391 L 1 sg -46 247 60 -285 2283 1273 3 MP PP c18 2283 1273 mt 2343 988 L c19 2343 988 mt 2297 1235 L 1 sg 60 -285 -46 247 2329 1026 3 MP PP c19 2329 1026 mt 2283 1273 L c18 2283 1273 mt 2343 988 L 1 sg 61 252 -47 -290 2376 1316 3 MP PP c18 2376 1316 mt 2329 1026 L c19 2329 1026 mt 2390 1278 L 1 sg -47 -290 61 252 2329 1026 3 MP PP c19 2329 1026 mt 2390 1278 L c18 2390 1278 mt 2343 988 L 1 sg 61 688 -47 -726 2370 2987 3 MP PP c16 2370 2987 mt 2323 2261 L c17 2323 2261 mt 2384 2949 L 1 sg -46 -726 61 688 2323 2261 3 MP PP c17 2323 2261 mt 2384 2949 L c16 2384 2949 mt 2338 2223 L 1 sg -46 -46 61 8 2275 3814 3 MP PP c15 2275 3814 mt 2336 3822 L 2336 3822 mt 2290 3776 L 1 sg 61 8 -47 -46 2322 3860 3 MP PP c15 2322 3860 mt 2275 3814 L 2275 3814 mt 2336 3822 L 1 sg 61 -292 -46 255 2368 3605 3 MP PP c14 2368 3605 mt 2322 3860 L c15 2322 3860 mt 2383 3568 L 1 sg -47 254 61 -292 2322 3860 3 MP PP c15 2322 3860 mt 2383 3568 L c14 2383 3568 mt 2336 3822 L 1 sg 61 642 -47 -680 2366 2147 3 MP PP c17 2366 2147 mt 2319 1467 L c18 2319 1467 mt 2380 2109 L 1 sg -47 -680 61 642 2319 1467 3 MP PP c18 2319 1467 mt 2380 2109 L c17 2380 2109 mt 2333 1429 L 1 sg -46 247 60 -285 2269 1311 3 MP PP c18 2269 1311 mt 2329 1026 L c19 2329 1026 mt 2283 1273 L 1 sg 60 -285 -46 247 2315 1064 3 MP PP c19 2315 1064 mt 2269 1311 L c18 2269 1311 mt 2329 1026 L 1 sg 61 -675 -47 637 2325 1160 3 MP PP c18 2325 1160 mt 2278 1797 L c17 2278 1797 mt 2339 1122 L 1 sg 61 252 -47 -290 2362 1354 3 MP PP c18 2362 1354 mt 2315 1064 L c19 2315 1064 mt 2376 1316 L 1 sg -47 -290 61 252 2315 1064 3 MP PP c19 2315 1064 mt 2376 1316 L c18 2376 1316 mt 2329 1026 L 1 sg 61 689 -47 -727 2356 3025 3 MP PP c16 2356 3025 mt 2309 2298 L c17 2309 2298 mt 2370 2987 L 1 sg -47 -726 61 689 2309 2298 3 MP PP c17 2309 2298 mt 2370 2987 L c16 2370 2987 mt 2323 2261 L 1 sg -47 -46 61 8 2261 3852 3 MP PP c15 2261 3852 mt 2322 3860 L 2322 3860 mt 2275 3814 L 1 sg 61 8 -47 -46 2308 3898 3 MP PP c15 2308 3898 mt 2261 3852 L 2261 3852 mt 2322 3860 L 1 sg 60 -293 -46 255 2354 3643 3 MP PP c14 2354 3643 mt 2308 3898 L c15 2308 3898 mt 2368 3605 L 1 sg -46 255 60 -293 2308 3898 3 MP PP c15 2308 3898 mt 2368 3605 L c14 2368 3605 mt 2322 3860 L 1 sg 61 642 -47 -680 2352 2185 3 MP PP c17 2352 2185 mt 2305 1505 L c18 2305 1505 mt 2366 2147 L 1 sg -47 -680 61 642 2305 1505 3 MP PP c18 2305 1505 mt 2366 2147 L c17 2366 2147 mt 2319 1467 L 1 sg -46 247 61 -285 2254 1349 3 MP PP c18 2254 1349 mt 2315 1064 L c19 2315 1064 mt 2269 1311 L 1 sg 61 -285 -47 248 2301 1101 3 MP PP c19 2301 1101 mt 2254 1349 L c18 2254 1349 mt 2315 1064 L 1 sg -47 637 61 -675 2264 1835 3 MP PP c17 2264 1835 mt 2325 1160 L c18 2325 1160 mt 2278 1797 L 1 sg 61 -675 -47 638 2311 1197 3 MP PP c18 2311 1197 mt 2264 1835 L c17 2264 1835 mt 2325 1160 L 1 sg 61 253 -46 -290 2347 1391 3 MP PP c18 2347 1391 mt 2301 1101 L c19 2301 1101 mt 2362 1354 L 1 sg -47 -290 61 253 2301 1101 3 MP PP c19 2301 1101 mt 2362 1354 L c18 2362 1354 mt 2315 1064 L 1 sg 61 689 -47 -727 2342 3063 3 MP PP c16 2342 3063 mt 2295 2336 L c17 2295 2336 mt 2356 3025 L 1 sg -47 -727 61 689 2295 2336 3 MP PP c17 2295 2336 mt 2356 3025 L c16 2356 3025 mt 2309 2298 L 1 sg -47 -46 61 9 2247 3889 3 MP PP c15 2247 3889 mt 2308 3898 L 2308 3898 mt 2261 3852 L 1 sg 61 9 -47 -47 2294 3936 3 MP PP c15 2294 3936 mt 2247 3889 L 2247 3889 mt 2308 3898 L 1 sg 60 -293 -46 255 2340 3681 3 MP PP c14 2340 3681 mt 2294 3936 L c15 2294 3936 mt 2354 3643 L 1 sg -46 255 60 -293 2294 3936 3 MP PP c15 2294 3936 mt 2354 3643 L c14 2354 3643 mt 2308 3898 L 1 sg 61 642 -47 -680 2338 2223 3 MP PP c17 2338 2223 mt 2291 1543 L c18 2291 1543 mt 2352 2185 L 1 sg -47 -680 61 642 2291 1543 3 MP PP c18 2291 1543 mt 2352 2185 L c17 2352 2185 mt 2305 1505 L 1 sg -47 248 61 -285 2240 1386 3 MP PP c18 2240 1386 mt 2301 1101 L c19 2301 1101 mt 2254 1349 L 1 sg 61 -285 -47 247 2287 1139 3 MP PP c19 2287 1139 mt 2240 1386 L c18 2240 1386 mt 2301 1101 L 1 sg -47 638 61 -676 2250 1873 3 MP PP c17 2250 1873 mt 2311 1197 L c18 2311 1197 mt 2264 1835 L 1 sg 61 -676 -47 638 2297 1235 3 MP PP c18 2297 1235 mt 2250 1873 L c17 2250 1873 mt 2311 1197 L 1 sg 60 252 -46 -290 2333 1429 3 MP PP c18 2333 1429 mt 2287 1139 L c19 2287 1139 mt 2347 1391 L 1 sg -46 -290 60 252 2287 1139 3 MP PP c19 2287 1139 mt 2347 1391 L c18 2347 1391 mt 2301 1101 L 1 sg 61 411 -47 -449 2332 3663 3 MP PP c15 2332 3663 mt 2285 3214 L c16 2285 3214 mt 2346 3625 L 1 sg -47 -449 61 411 2285 3214 3 MP PP c16 2285 3214 mt 2346 3625 L c15 2346 3625 mt 2299 3176 L 1 sg 61 689 -47 -726 2328 3100 3 MP PP c16 2328 3100 mt 2281 2374 L c17 2281 2374 mt 2342 3063 L 1 sg -47 -727 61 689 2281 2374 3 MP PP c17 2281 2374 mt 2342 3063 L c16 2342 3063 mt 2295 2336 L 1 sg 61 643 -46 -681 2323 2261 3 MP PP c17 2323 2261 mt 2277 1580 L c18 2277 1580 mt 2338 2223 L 1 sg -47 -680 61 643 2277 1580 3 MP PP c18 2277 1580 mt 2338 2223 L c17 2338 2223 mt 2291 1543 L 1 sg -47 247 61 -285 2226 1424 3 MP PP c18 2226 1424 mt 2287 1139 L c19 2287 1139 mt 2240 1386 L 1 sg 61 -285 -47 247 2273 1177 3 MP PP c19 2273 1177 mt 2226 1424 L c18 2226 1424 mt 2287 1139 L 1 sg -47 638 61 -675 2236 1910 3 MP PP c17 2236 1910 mt 2297 1235 L c18 2297 1235 mt 2250 1873 L 1 sg 61 -675 -47 637 2283 1273 3 MP PP c18 2283 1273 mt 2236 1910 L c17 2236 1910 mt 2297 1235 L 1 sg 60 252 -46 -290 2319 1467 3 MP PP c18 2319 1467 mt 2273 1177 L c19 2273 1177 mt 2333 1429 L 1 sg -46 -290 60 252 2273 1177 3 MP PP c19 2273 1177 mt 2333 1429 L c18 2333 1429 mt 2287 1139 L 1 sg 61 411 -47 -448 2318 3700 3 MP PP c15 2318 3700 mt 2271 3252 L c16 2271 3252 mt 2332 3663 L 1 sg -47 -449 61 411 2271 3252 3 MP PP c16 2271 3252 mt 2332 3663 L c15 2332 3663 mt 2285 3214 L 1 sg 61 688 -47 -726 2314 3138 3 MP PP c16 2314 3138 mt 2267 2412 L c17 2267 2412 mt 2328 3100 L 1 sg -47 -726 61 688 2267 2412 3 MP PP c17 2267 2412 mt 2328 3100 L c16 2328 3100 mt 2281 2374 L 1 sg 60 -721 -46 683 2264 1835 3 MP PP c17 2264 1835 mt 2218 2518 L c16 2218 2518 mt 2278 1797 L 1 sg 60 643 -46 -680 2309 2298 3 MP PP c17 2309 2298 mt 2263 1618 L c18 2263 1618 mt 2323 2261 L 1 sg -46 -681 60 643 2263 1618 3 MP PP c18 2263 1618 mt 2323 2261 L c17 2323 2261 mt 2277 1580 L 1 sg -47 247 61 -285 2212 1462 3 MP PP c18 2212 1462 mt 2273 1177 L c19 2273 1177 mt 2226 1424 L 1 sg 61 -285 -47 247 2259 1215 3 MP PP c19 2259 1215 mt 2212 1462 L c18 2212 1462 mt 2273 1177 L 1 sg -47 637 61 -675 2222 1948 3 MP PP c17 2222 1948 mt 2283 1273 L c18 2283 1273 mt 2236 1910 L 1 sg 61 -675 -47 637 2269 1311 3 MP PP c18 2269 1311 mt 2222 1948 L c17 2222 1948 mt 2283 1273 L 1 sg 60 252 -46 -290 2305 1505 3 MP PP c18 2305 1505 mt 2259 1215 L c19 2259 1215 mt 2319 1467 L 1 sg -46 -290 60 252 2259 1215 3 MP PP c19 2259 1215 mt 2319 1467 L c18 2319 1467 mt 2273 1177 L 1 sg 61 411 -47 -449 2304 3738 3 MP PP c15 2304 3738 mt 2257 3289 L c16 2257 3289 mt 2318 3700 L 1 sg -47 -448 61 411 2257 3289 3 MP PP c16 2257 3289 mt 2318 3700 L c15 2318 3700 mt 2271 3252 L 1 sg 61 688 -46 -726 2299 3176 3 MP PP c16 2299 3176 mt 2253 2450 L c17 2253 2450 mt 2314 3138 L 1 sg -47 -726 61 688 2253 2450 3 MP PP c17 2253 2450 mt 2314 3138 L c16 2314 3138 mt 2267 2412 L 1 sg -46 683 60 -721 2204 2556 3 MP PP c16 2204 2556 mt 2264 1835 L c17 2264 1835 mt 2218 2518 L 1 sg 60 -721 -46 683 2250 1873 3 MP PP c17 2250 1873 mt 2204 2556 L c16 2204 2556 mt 2264 1835 L 1 sg 60 642 -46 -680 2295 2336 3 MP PP c17 2295 2336 mt 2249 1656 L c18 2249 1656 mt 2309 2298 L 1 sg -46 -680 60 642 2249 1656 3 MP PP c18 2249 1656 mt 2309 2298 L c17 2309 2298 mt 2263 1618 L 1 sg -47 247 61 -285 2198 1500 3 MP PP c18 2198 1500 mt 2259 1215 L c19 2259 1215 mt 2212 1462 L 1 sg 61 -285 -47 247 2245 1253 3 MP PP c19 2245 1253 mt 2198 1500 L c18 2198 1500 mt 2259 1215 L 1 sg -47 637 61 -675 2208 1986 3 MP PP c17 2208 1986 mt 2269 1311 L c18 2269 1311 mt 2222 1948 L 1 sg 61 -675 -46 637 2254 1349 3 MP PP c18 2254 1349 mt 2208 1986 L c17 2208 1986 mt 2269 1311 L 1 sg 60 252 -46 -290 2291 1543 3 MP PP c18 2291 1543 mt 2245 1253 L c19 2245 1253 mt 2305 1505 L 1 sg -46 -290 60 252 2245 1253 3 MP PP c19 2245 1253 mt 2305 1505 L c18 2305 1505 mt 2259 1215 L 1 sg 61 411 -47 -449 2290 3776 3 MP PP c15 2290 3776 mt 2243 3327 L c16 2243 3327 mt 2304 3738 L 1 sg -47 -449 61 411 2243 3327 3 MP PP c16 2243 3327 mt 2304 3738 L c15 2304 3738 mt 2257 3289 L 1 sg 60 689 -46 -727 2285 3214 3 MP PP c16 2285 3214 mt 2239 2487 L c17 2239 2487 mt 2299 3176 L 1 sg -46 -726 60 689 2239 2487 3 MP PP c17 2239 2487 mt 2299 3176 L c16 2299 3176 mt 2253 2450 L 1 sg -46 683 60 -721 2190 2594 3 MP PP c16 2190 2594 mt 2250 1873 L c17 2250 1873 mt 2204 2556 L 1 sg 60 -721 -46 684 2236 1910 3 MP PP c17 2236 1910 mt 2190 2594 L c16 2190 2594 mt 2250 1873 L 1 sg 60 642 -46 -680 2281 2374 3 MP PP c17 2281 2374 mt 2235 1694 L c18 2235 1694 mt 2295 2336 L 1 sg -46 -680 60 642 2235 1694 3 MP PP c18 2235 1694 mt 2295 2336 L c17 2295 2336 mt 2249 1656 L 1 sg -47 247 61 -285 2184 1538 3 MP PP c18 2184 1538 mt 2245 1253 L c19 2245 1253 mt 2198 1500 L 1 sg 61 -285 -46 248 2230 1290 3 MP PP c19 2230 1290 mt 2184 1538 L c18 2184 1538 mt 2245 1253 L 1 sg -46 637 60 -675 2194 2024 3 MP PP c17 2194 2024 mt 2254 1349 L c18 2254 1349 mt 2208 1986 L 1 sg 60 -675 -46 638 2240 1386 3 MP PP c18 2240 1386 mt 2194 2024 L c17 2194 2024 mt 2254 1349 L 1 sg 61 253 -47 -290 2277 1580 3 MP PP c18 2277 1580 mt 2230 1290 L c19 2230 1290 mt 2291 1543 L 1 sg -46 -290 61 253 2230 1290 3 MP PP c19 2230 1290 mt 2291 1543 L c18 2291 1543 mt 2245 1253 L 1 sg 61 411 -46 -449 2275 3814 3 MP PP c15 2275 3814 mt 2229 3365 L c16 2229 3365 mt 2290 3776 L 1 sg -47 -449 61 411 2229 3365 3 MP PP c16 2229 3365 mt 2290 3776 L c15 2290 3776 mt 2243 3327 L 1 sg 60 689 -46 -727 2271 3252 3 MP PP c16 2271 3252 mt 2225 2525 L c17 2225 2525 mt 2285 3214 L 1 sg -46 -727 60 689 2225 2525 3 MP PP c17 2225 2525 mt 2285 3214 L c16 2285 3214 mt 2239 2487 L 1 sg -46 684 60 -722 2176 2632 3 MP PP c16 2176 2632 mt 2236 1910 L c17 2236 1910 mt 2190 2594 L 1 sg 60 -722 -46 684 2222 1948 3 MP PP c17 2222 1948 mt 2176 2632 L c16 2176 2632 mt 2236 1910 L 1 sg 60 642 -46 -680 2267 2412 3 MP PP c17 2267 2412 mt 2221 1732 L c18 2221 1732 mt 2281 2374 L 1 sg -46 -680 60 642 2221 1732 3 MP PP c18 2221 1732 mt 2281 2374 L c17 2281 2374 mt 2235 1694 L 1 sg -46 248 60 -285 2170 1575 3 MP PP c18 2170 1575 mt 2230 1290 L c19 2230 1290 mt 2184 1538 L 1 sg 60 -285 -46 247 2216 1328 3 MP PP c19 2216 1328 mt 2170 1575 L c18 2170 1575 mt 2230 1290 L 1 sg -46 638 60 -676 2180 2062 3 MP PP c17 2180 2062 mt 2240 1386 L c18 2240 1386 mt 2194 2024 L 1 sg 60 -676 -46 638 2226 1424 3 MP PP c18 2226 1424 mt 2180 2062 L c17 2180 2062 mt 2240 1386 L 1 sg 61 252 -47 -290 2263 1618 3 MP PP c18 2263 1618 mt 2216 1328 L c19 2216 1328 mt 2277 1580 L 1 sg -47 -290 61 252 2216 1328 3 MP PP c19 2216 1328 mt 2277 1580 L c18 2277 1580 mt 2230 1290 L 1 sg 60 411 -46 -449 2261 3852 3 MP PP c15 2261 3852 mt 2215 3403 L c16 2215 3403 mt 2275 3814 L 1 sg -46 -449 60 411 2215 3403 3 MP PP c16 2215 3403 mt 2275 3814 L c15 2275 3814 mt 2229 3365 L 1 sg 61 -444 -47 406 2204 2556 3 MP PP c16 2204 2556 mt 2157 2962 L c15 2157 2962 mt 2218 2518 L 1 sg 60 689 -46 -726 2257 3289 3 MP PP c16 2257 3289 mt 2211 2563 L c17 2211 2563 mt 2271 3252 L 1 sg -46 -727 60 689 2211 2563 3 MP PP c17 2211 2563 mt 2271 3252 L c16 2271 3252 mt 2225 2525 L 1 sg -46 684 61 -722 2161 2670 3 MP PP c16 2161 2670 mt 2222 1948 L c17 2222 1948 mt 2176 2632 L 1 sg 61 -722 -47 684 2208 1986 3 MP PP c17 2208 1986 mt 2161 2670 L c16 2161 2670 mt 2222 1948 L 1 sg 61 643 -47 -681 2253 2450 3 MP PP c17 2253 2450 mt 2206 1769 L c18 2206 1769 mt 2267 2412 L 1 sg -46 -680 61 643 2206 1769 3 MP PP c18 2206 1769 mt 2267 2412 L c17 2267 2412 mt 2221 1732 L 1 sg -46 247 60 -285 2156 1613 3 MP PP c18 2156 1613 mt 2216 1328 L c19 2216 1328 mt 2170 1575 L 1 sg 60 -285 -46 247 2202 1366 3 MP PP c19 2202 1366 mt 2156 1613 L c18 2156 1613 mt 2216 1328 L 1 sg -46 638 60 -675 2166 2099 3 MP PP c17 2166 2099 mt 2226 1424 L c18 2226 1424 mt 2180 2062 L 1 sg 60 -675 -46 637 2212 1462 3 MP PP c18 2212 1462 mt 2166 2099 L c17 2166 2099 mt 2226 1424 L 1 sg 61 252 -47 -290 2249 1656 3 MP PP c18 2249 1656 mt 2202 1366 L c19 2202 1366 mt 2263 1618 L 1 sg -47 -290 61 252 2202 1366 3 MP PP c19 2202 1366 mt 2263 1618 L c18 2263 1618 mt 2216 1328 L 1 sg 60 411 -46 -448 2247 3889 3 MP PP c15 2247 3889 mt 2201 3441 L c16 2201 3441 mt 2261 3852 L 1 sg -46 -449 60 411 2201 3441 3 MP PP c16 2201 3441 mt 2261 3852 L c15 2261 3852 mt 2215 3403 L 1 sg 60 -41 -46 3 2143 3000 3 MP PP c15 2143 3000 mt 2097 3003 L 2097 3003 mt 2157 2962 L 1 sg -47 406 61 -444 2143 3000 3 MP PP c15 2143 3000 mt 2204 2556 L c16 2204 2556 mt 2157 2962 L 1 sg 61 -444 -47 406 2190 2594 3 MP PP c16 2190 2594 mt 2143 3000 L c15 2143 3000 mt 2204 2556 L 1 sg 60 688 -46 -726 2243 3327 3 MP PP c16 2243 3327 mt 2197 2601 L c17 2197 2601 mt 2257 3289 L 1 sg -46 -726 60 688 2197 2601 3 MP PP c17 2197 2601 mt 2257 3289 L c16 2257 3289 mt 2211 2563 L 1 sg -47 684 61 -721 2147 2707 3 MP PP c16 2147 2707 mt 2208 1986 L c17 2208 1986 mt 2161 2670 L 1 sg 61 -721 -47 683 2194 2024 3 MP PP c17 2194 2024 mt 2147 2707 L c16 2147 2707 mt 2208 1986 L 1 sg 61 643 -47 -680 2239 2487 3 MP PP c17 2239 2487 mt 2192 1807 L c18 2192 1807 mt 2253 2450 L 1 sg -47 -681 61 643 2192 1807 3 MP PP c18 2192 1807 mt 2253 2450 L c17 2253 2450 mt 2206 1769 L 1 sg -46 247 60 -285 2142 1651 3 MP PP c18 2142 1651 mt 2202 1366 L c19 2202 1366 mt 2156 1613 L 1 sg 60 -285 -46 247 2188 1404 3 MP PP c19 2188 1404 mt 2142 1651 L c18 2142 1651 mt 2202 1366 L 1 sg -46 637 60 -675 2152 2137 3 MP PP c17 2152 2137 mt 2212 1462 L c18 2212 1462 mt 2166 2099 L 1 sg 60 -675 -46 637 2198 1500 3 MP PP c18 2198 1500 mt 2152 2137 L c17 2152 2137 mt 2212 1462 L 1 sg 61 252 -47 -290 2235 1694 3 MP PP c18 2235 1694 mt 2188 1404 L c19 2188 1404 mt 2249 1656 L 1 sg -47 -290 61 252 2188 1404 3 MP PP c19 2188 1404 mt 2249 1656 L c18 2249 1656 mt 2202 1366 L 1 sg -46 3 60 -41 2083 3041 3 MP PP c15 2083 3041 mt 2143 3000 L 2143 3000 mt 2097 3003 L 1 sg 60 -41 -46 3 2129 3038 3 MP PP c15 2129 3038 mt 2083 3041 L 2083 3041 mt 2143 3000 L 1 sg -47 406 61 -444 2129 3038 3 MP PP c15 2129 3038 mt 2190 2594 L c16 2190 2594 mt 2143 3000 L 1 sg 61 -444 -47 406 2176 2632 3 MP PP c16 2176 2632 mt 2129 3038 L c15 2129 3038 mt 2190 2594 L 1 sg 61 688 -47 -726 2229 3365 3 MP PP c16 2229 3365 mt 2182 2639 L c17 2182 2639 mt 2243 3327 L 1 sg -46 -726 61 688 2182 2639 3 MP PP c17 2182 2639 mt 2243 3327 L c16 2243 3327 mt 2197 2601 L 1 sg -47 683 61 -721 2133 2745 3 MP PP c16 2133 2745 mt 2194 2024 L c17 2194 2024 mt 2147 2707 L 1 sg 61 -721 -47 683 2180 2062 3 MP PP c17 2180 2062 mt 2133 2745 L c16 2133 2745 mt 2194 2024 L 1 sg 61 642 -47 -680 2225 2525 3 MP PP c17 2225 2525 mt 2178 1845 L c18 2178 1845 mt 2239 2487 L 1 sg -47 -680 61 642 2178 1845 3 MP PP c18 2178 1845 mt 2239 2487 L c17 2239 2487 mt 2192 1807 L 1 sg -46 247 60 -285 2128 1689 3 MP PP c18 2128 1689 mt 2188 1404 L c19 2188 1404 mt 2142 1651 L 1 sg 60 -285 -46 247 2174 1442 3 MP PP c19 2174 1442 mt 2128 1689 L c18 2128 1689 mt 2188 1404 L 1 sg -46 637 61 -675 2137 2175 3 MP PP c17 2137 2175 mt 2198 1500 L c18 2198 1500 mt 2152 2137 L 1 sg 61 -675 -47 637 2184 1538 3 MP PP c18 2184 1538 mt 2137 2175 L c17 2137 2175 mt 2198 1500 L 1 sg 61 252 -47 -290 2221 1732 3 MP PP c18 2221 1732 mt 2174 1442 L c19 2174 1442 mt 2235 1694 L 1 sg -47 -290 61 252 2174 1442 3 MP PP c19 2174 1442 mt 2235 1694 L c18 2235 1694 mt 2188 1404 L 1 sg -46 3 61 -41 2068 3079 3 MP PP c15 2068 3079 mt 2129 3038 L 2129 3038 mt 2083 3041 L 1 sg 61 -41 -47 3 2115 3076 3 MP PP c15 2115 3076 mt 2068 3079 L 2068 3079 mt 2129 3038 L 1 sg -47 406 61 -444 2115 3076 3 MP PP c15 2115 3076 mt 2176 2632 L c16 2176 2632 mt 2129 3038 L 1 sg 61 -444 -46 406 2161 2670 3 MP PP c16 2161 2670 mt 2115 3076 L c15 2115 3076 mt 2176 2632 L 1 sg 61 688 -47 -726 2215 3403 3 MP PP c16 2215 3403 mt 2168 2677 L c17 2168 2677 mt 2229 3365 L 1 sg -47 -726 61 688 2168 2677 3 MP PP c17 2168 2677 mt 2229 3365 L c16 2229 3365 mt 2182 2639 L 1 sg -47 683 61 -721 2119 2783 3 MP PP c16 2119 2783 mt 2180 2062 L c17 2180 2062 mt 2133 2745 L 1 sg 61 -721 -47 684 2166 2099 3 MP PP c17 2166 2099 mt 2119 2783 L c16 2119 2783 mt 2180 2062 L 1 sg 61 642 -47 -680 2211 2563 3 MP PP c17 2211 2563 mt 2164 1883 L c18 2164 1883 mt 2225 2525 L 1 sg -47 -680 61 642 2164 1883 3 MP PP c18 2164 1883 mt 2225 2525 L c17 2225 2525 mt 2178 1845 L 1 sg -46 247 61 -285 2113 1727 3 MP PP c18 2113 1727 mt 2174 1442 L c19 2174 1442 mt 2128 1689 L 1 sg 61 -285 -47 247 2160 1480 3 MP PP c19 2160 1480 mt 2113 1727 L c18 2113 1727 mt 2174 1442 L 1 sg -47 637 61 -675 2123 2213 3 MP PP c17 2123 2213 mt 2184 1538 L c18 2184 1538 mt 2137 2175 L 1 sg 61 -675 -47 638 2170 1575 3 MP PP c18 2170 1575 mt 2123 2213 L c17 2123 2213 mt 2184 1538 L 1 sg 61 252 -46 -289 2206 1769 3 MP PP c18 2206 1769 mt 2160 1480 L c19 2160 1480 mt 2221 1732 L 1 sg -47 -290 61 252 2160 1480 3 MP PP c19 2160 1480 mt 2221 1732 L c18 2221 1732 mt 2174 1442 L 1 sg -47 3 61 -41 2054 3117 3 MP PP c15 2054 3117 mt 2115 3076 L 2115 3076 mt 2068 3079 L 1 sg 61 -41 -47 4 2101 3113 3 MP PP c15 2101 3113 mt 2054 3117 L 2054 3117 mt 2115 3076 L 1 sg -46 406 60 -443 2101 3113 3 MP PP c15 2101 3113 mt 2161 2670 L c16 2161 2670 mt 2115 3076 L 1 sg 60 -443 -46 406 2147 2707 3 MP PP c16 2147 2707 mt 2101 3113 L c15 2101 3113 mt 2161 2670 L 1 sg 61 689 -47 -727 2201 3441 3 MP PP c16 2201 3441 mt 2154 2714 L c17 2154 2714 mt 2215 3403 L 1 sg -47 -726 61 689 2154 2714 3 MP PP c17 2154 2714 mt 2215 3403 L c16 2215 3403 mt 2168 2677 L 1 sg -47 684 61 -722 2105 2821 3 MP PP c16 2105 2821 mt 2166 2099 L c17 2166 2099 mt 2119 2783 L 1 sg 61 -722 -47 684 2152 2137 3 MP PP c17 2152 2137 mt 2105 2821 L c16 2105 2821 mt 2166 2099 L 1 sg 61 642 -47 -680 2197 2601 3 MP PP c17 2197 2601 mt 2150 1921 L c18 2150 1921 mt 2211 2563 L 1 sg -47 -680 61 642 2150 1921 3 MP PP c18 2150 1921 mt 2211 2563 L c17 2211 2563 mt 2164 1883 L 1 sg -47 247 61 -285 2099 1765 3 MP PP c18 2099 1765 mt 2160 1480 L c19 2160 1480 mt 2113 1727 L 1 sg 61 -285 -47 248 2146 1517 3 MP PP c19 2146 1517 mt 2099 1765 L c18 2099 1765 mt 2160 1480 L 1 sg -47 638 61 -676 2109 2251 3 MP PP c17 2109 2251 mt 2170 1575 L c18 2170 1575 mt 2123 2213 L 1 sg 61 -676 -47 638 2156 1613 3 MP PP c18 2156 1613 mt 2109 2251 L c17 2109 2251 mt 2170 1575 L 1 sg 60 252 -46 -290 2192 1807 3 MP PP c18 2192 1807 mt 2146 1517 L c19 2146 1517 mt 2206 1769 L 1 sg -46 -289 60 252 2146 1517 3 MP PP c19 2146 1517 mt 2206 1769 L c18 2206 1769 mt 2160 1480 L 1 sg -47 684 61 -722 2091 2859 3 MP PP c16 2091 2859 mt 2152 2137 L c17 2152 2137 mt 2105 2821 L 1 sg 61 -722 -46 684 2137 2175 3 MP PP c17 2137 2175 mt 2091 2859 L c16 2091 2859 mt 2152 2137 L 1 sg 61 642 -46 -680 2182 2639 3 MP PP c17 2182 2639 mt 2136 1959 L c18 2136 1959 mt 2197 2601 L 1 sg -47 -680 61 642 2136 1959 3 MP PP c18 2136 1959 mt 2197 2601 L c17 2197 2601 mt 2150 1921 L 1 sg -47 248 61 -285 2085 1802 3 MP PP c18 2085 1802 mt 2146 1517 L c19 2146 1517 mt 2099 1765 L 1 sg 61 -285 -47 247 2132 1555 3 MP PP c19 2132 1555 mt 2085 1802 L c18 2085 1802 mt 2146 1517 L 1 sg -47 638 61 -675 2095 2288 3 MP PP c17 2095 2288 mt 2156 1613 L c18 2156 1613 mt 2109 2251 L 1 sg 61 -675 -47 637 2142 1651 3 MP PP c18 2142 1651 mt 2095 2288 L c17 2095 2288 mt 2156 1613 L 1 sg 60 252 -46 -290 2178 1845 3 MP PP c18 2178 1845 mt 2132 1555 L c19 2132 1555 mt 2192 1807 L 1 sg -46 -290 60 252 2132 1555 3 MP PP c19 2132 1555 mt 2192 1807 L c18 2192 1807 mt 2146 1517 L 1 sg -46 684 60 -721 2077 2896 3 MP PP c16 2077 2896 mt 2137 2175 L c17 2137 2175 mt 2091 2859 L 1 sg 60 -721 -46 683 2123 2213 3 MP PP c17 2123 2213 mt 2077 2896 L c16 2077 2896 mt 2137 2175 L 1 sg 60 643 -46 -681 2168 2677 3 MP PP c17 2168 2677 mt 2122 1996 L c18 2122 1996 mt 2182 2639 L 1 sg -46 -680 60 643 2122 1996 3 MP PP c18 2122 1996 mt 2182 2639 L c17 2182 2639 mt 2136 1959 L 1 sg -47 247 61 -285 2071 1840 3 MP PP c18 2071 1840 mt 2132 1555 L c19 2132 1555 mt 2085 1802 L 1 sg 61 -285 -47 247 2118 1593 3 MP PP c19 2118 1593 mt 2071 1840 L c18 2071 1840 mt 2132 1555 L 1 sg -47 637 61 -675 2081 2326 3 MP PP c17 2081 2326 mt 2142 1651 L c18 2142 1651 mt 2095 2288 L 1 sg 61 -675 -47 637 2128 1689 3 MP PP c18 2128 1689 mt 2081 2326 L c17 2081 2326 mt 2142 1651 L 1 sg 60 252 -46 -290 2164 1883 3 MP PP c18 2164 1883 mt 2118 1593 L c19 2118 1593 mt 2178 1845 L 1 sg -46 -290 60 252 2118 1593 3 MP PP c19 2118 1593 mt 2178 1845 L c18 2178 1845 mt 2132 1555 L 1 sg -47 -297 61 260 2022 2781 3 MP PP c14 2022 2781 mt 2083 3041 L c15 2083 3041 mt 2036 2744 L 1 sg 61 259 -47 -297 2083 3041 3 MP PP c15 2083 3041 mt 2036 2744 L c14 2036 2744 mt 2097 3003 L 1 sg -46 683 60 -721 2063 2934 3 MP PP c16 2063 2934 mt 2123 2213 L c17 2123 2213 mt 2077 2896 L 1 sg 60 -721 -46 683 2109 2251 3 MP PP c17 2109 2251 mt 2063 2934 L c16 2063 2934 mt 2123 2213 L 1 sg 60 643 -46 -680 2154 2714 3 MP PP c17 2154 2714 mt 2108 2034 L c18 2108 2034 mt 2168 2677 L 1 sg -46 -681 60 643 2108 2034 3 MP PP c18 2108 2034 mt 2168 2677 L c17 2168 2677 mt 2122 1996 L 1 sg -47 247 61 -285 2057 1878 3 MP PP c18 2057 1878 mt 2118 1593 L c19 2118 1593 mt 2071 1840 L 1 sg 61 -285 -47 247 2104 1631 3 MP PP c19 2104 1631 mt 2057 1878 L c18 2057 1878 mt 2118 1593 L 1 sg -47 637 61 -675 2067 2364 3 MP PP c17 2067 2364 mt 2128 1689 L c18 2128 1689 mt 2081 2326 L 1 sg 61 -675 -46 637 2113 1727 3 MP PP c18 2113 1727 mt 2067 2364 L c17 2067 2364 mt 2128 1689 L 1 sg 60 252 -46 -290 2150 1921 3 MP PP c18 2150 1921 mt 2104 1631 L c19 2104 1631 mt 2164 1883 L 1 sg -46 -290 60 252 2104 1631 3 MP PP c19 2104 1631 mt 2164 1883 L c18 2164 1883 mt 2118 1593 L 1 sg -47 247 61 -285 2043 1916 3 MP PP c18 2043 1916 mt 2104 1631 L c19 2104 1631 mt 2057 1878 L 1 sg 61 -285 -46 247 2089 1669 3 MP PP c19 2089 1669 mt 2043 1916 L c18 2043 1916 mt 2104 1631 L 1 sg -46 637 60 -675 2053 2402 3 MP PP c17 2053 2402 mt 2113 1727 L c18 2113 1727 mt 2067 2364 L 1 sg 60 -675 -46 637 2099 1765 3 MP PP c18 2099 1765 mt 2053 2402 L c17 2053 2402 mt 2113 1727 L 1 sg 61 252 -47 -290 2136 1959 3 MP PP c18 2136 1959 mt 2089 1669 L c19 2089 1669 mt 2150 1921 L 1 sg -46 -290 61 252 2089 1669 3 MP PP c19 2089 1669 mt 2150 1921 L c18 2150 1921 mt 2104 1631 L 1 sg -47 4 61 -41 2040 3154 3 MP PP c15 2040 3154 mt 2101 3113 L 2101 3113 mt 2054 3117 L 1 sg 61 -41 -47 3 2087 3151 3 MP PP c15 2087 3151 mt 2040 3154 L 2040 3154 mt 2101 3113 L 1 sg 60 -444 -46 406 2133 2745 3 MP PP c16 2133 2745 mt 2087 3151 L c15 2087 3151 mt 2147 2707 L 1 sg -46 406 60 -444 2087 3151 3 MP PP c15 2087 3151 mt 2147 2707 L c16 2147 2707 mt 2101 3113 L 1 sg -46 247 60 -285 2029 1954 3 MP PP c18 2029 1954 mt 2089 1669 L c19 2089 1669 mt 2043 1916 L 1 sg 60 -285 -46 248 2075 1706 3 MP PP c19 2075 1706 mt 2029 1954 L c18 2029 1954 mt 2089 1669 L 1 sg -46 637 60 -675 2039 2440 3 MP PP c17 2039 2440 mt 2099 1765 L c18 2099 1765 mt 2053 2402 L 1 sg 60 -675 -46 638 2085 1802 3 MP PP c18 2085 1802 mt 2039 2440 L c17 2039 2440 mt 2099 1765 L 1 sg 61 253 -47 -290 2122 1996 3 MP PP c18 2122 1996 mt 2075 1706 L c19 2075 1706 mt 2136 1959 L 1 sg -47 -290 61 253 2075 1706 3 MP PP c19 2075 1706 mt 2136 1959 L c18 2136 1959 mt 2089 1669 L 1 sg -47 3 61 -41 2026 3192 3 MP PP c15 2026 3192 mt 2087 3151 L 2087 3151 mt 2040 3154 L 1 sg 61 -41 -47 3 2073 3189 3 MP PP c15 2073 3189 mt 2026 3192 L 2026 3192 mt 2087 3151 L 1 sg 60 -444 -46 406 2119 2783 3 MP PP c16 2119 2783 mt 2073 3189 L c15 2073 3189 mt 2133 2745 L 1 sg -46 406 60 -444 2073 3189 3 MP PP c15 2073 3189 mt 2133 2745 L c16 2133 2745 mt 2087 3151 L 1 sg -46 248 60 -285 2015 1991 3 MP PP c18 2015 1991 mt 2075 1706 L c19 2075 1706 mt 2029 1954 L 1 sg 60 -285 -46 247 2061 1744 3 MP PP c19 2061 1744 mt 2015 1991 L c18 2015 1991 mt 2075 1706 L 1 sg -46 638 60 -676 2025 2478 3 MP PP c17 2025 2478 mt 2085 1802 L c18 2085 1802 mt 2039 2440 L 1 sg 60 -676 -46 638 2071 1840 3 MP PP c18 2071 1840 mt 2025 2478 L c17 2025 2478 mt 2085 1802 L 1 sg 61 252 -47 -290 2108 2034 3 MP PP c18 2108 2034 mt 2061 1744 L c19 2061 1744 mt 2122 1996 L 1 sg -47 -290 61 252 2061 1744 3 MP PP c19 2061 1744 mt 2122 1996 L c18 2122 1996 mt 2075 1706 L 1 sg -47 3 61 -41 2012 3230 3 MP PP c15 2012 3230 mt 2073 3189 L 2073 3189 mt 2026 3192 L 1 sg 61 -41 -47 3 2059 3227 3 MP PP c15 2059 3227 mt 2012 3230 L 2012 3230 mt 2073 3189 L 1 sg 61 260 -46 -298 2068 3079 3 MP PP c15 2068 3079 mt 2022 2781 L c14 2022 2781 mt 2083 3041 L 1 sg 60 -444 -46 406 2105 2821 3 MP PP c16 2105 2821 mt 2059 3227 L c15 2059 3227 mt 2119 2783 L 1 sg -46 406 60 -444 2059 3227 3 MP PP c15 2059 3227 mt 2119 2783 L c16 2119 2783 mt 2073 3189 L 1 sg -46 -298 60 260 2008 2819 3 MP PP c14 2008 2819 mt 2068 3079 L c15 2068 3079 mt 2022 2781 L 1 sg 60 -721 -46 684 2095 2288 3 MP PP c17 2095 2288 mt 2049 2972 L c16 2049 2972 mt 2109 2251 L 1 sg -46 683 60 -721 2049 2972 3 MP PP c16 2049 2972 mt 2109 2251 L c17 2109 2251 mt 2063 2934 L 1 sg -47 3 61 -41 1998 3268 3 MP PP c15 1998 3268 mt 2059 3227 L 2059 3227 mt 2012 3230 L 1 sg 61 -41 -46 3 2044 3265 3 MP PP c15 2044 3265 mt 1998 3268 L 1998 3268 mt 2059 3227 L 1 sg 60 260 -46 -298 2054 3117 3 MP PP c15 2054 3117 mt 2008 2819 L c14 2008 2819 mt 2068 3079 L 1 sg 61 -444 -47 406 2091 2859 3 MP PP c16 2091 2859 mt 2044 3265 L c15 2044 3265 mt 2105 2821 L 1 sg -46 406 61 -444 2044 3265 3 MP PP c15 2044 3265 mt 2105 2821 L c16 2105 2821 mt 2059 3227 L 1 sg -46 -298 60 260 1994 2857 3 MP PP c14 1994 2857 mt 2054 3117 L c15 2054 3117 mt 2008 2819 L 1 sg 60 -722 -46 684 2081 2326 3 MP PP c17 2081 2326 mt 2035 3010 L c16 2035 3010 mt 2095 2288 L 1 sg -46 684 60 -722 2035 3010 3 MP PP c16 2035 3010 mt 2095 2288 L c17 2095 2288 mt 2049 2972 L 1 sg -46 3 60 -41 1984 3306 3 MP PP c15 1984 3306 mt 2044 3265 L 2044 3265 mt 1998 3268 L 1 sg 60 -41 -46 4 2030 3302 3 MP PP c15 2030 3302 mt 1984 3306 L 1984 3306 mt 2044 3265 L 1 sg 60 260 -46 -297 2040 3154 3 MP PP c15 2040 3154 mt 1994 2857 L c14 1994 2857 mt 2054 3117 L 1 sg 61 -443 -47 406 2077 2896 3 MP PP c16 2077 2896 mt 2030 3302 L c15 2030 3302 mt 2091 2859 L 1 sg -47 406 61 -443 2030 3302 3 MP PP c15 2030 3302 mt 2091 2859 L c16 2091 2859 mt 2044 3265 L 1 sg -46 -297 60 259 1980 2895 3 MP PP c14 1980 2895 mt 2040 3154 L c15 2040 3154 mt 1994 2857 L 1 sg 61 -722 -47 684 2067 2364 3 MP PP c17 2067 2364 mt 2020 3048 L c16 2020 3048 mt 2081 2326 L 1 sg -46 684 61 -722 2020 3048 3 MP PP c16 2020 3048 mt 2081 2326 L c17 2081 2326 mt 2035 3010 L 1 sg -46 4 60 -42 1970 3344 3 MP PP c15 1970 3344 mt 2030 3302 L 2030 3302 mt 1984 3306 L 1 sg 60 -42 -46 4 2016 3340 3 MP PP c15 2016 3340 mt 1970 3344 L 1970 3344 mt 2030 3302 L 1 sg 60 259 -46 -297 2026 3192 3 MP PP c15 2026 3192 mt 1980 2895 L c14 1980 2895 mt 2040 3154 L 1 sg 61 -444 -47 406 2063 2934 3 MP PP c16 2063 2934 mt 2016 3340 L c15 2016 3340 mt 2077 2896 L 1 sg -47 406 61 -444 2016 3340 3 MP PP c15 2016 3340 mt 2077 2896 L c16 2077 2896 mt 2030 3302 L 1 sg 60 -675 -46 637 2057 1878 3 MP PP c18 2057 1878 mt 2011 2515 L c17 2011 2515 mt 2071 1840 L 1 sg -46 638 60 -675 2011 2515 3 MP PP c17 2011 2515 mt 2071 1840 L c18 2071 1840 mt 2025 2478 L 1 sg -46 -297 61 259 1965 2933 3 MP PP c14 1965 2933 mt 2026 3192 L c15 2026 3192 mt 1980 2895 L 1 sg 61 344 -47 -381 2022 2781 3 MP PP c14 2022 2781 mt 1975 2400 L c13 1975 2400 mt 2036 2744 L 1 sg 61 -722 -47 684 2053 2402 3 MP PP c17 2053 2402 mt 2006 3086 L c16 2006 3086 mt 2067 2364 L 1 sg -47 684 61 -722 2006 3086 3 MP PP c16 2006 3086 mt 2067 2364 L c17 2067 2364 mt 2020 3048 L 1 sg -46 4 60 -41 1956 3381 3 MP PP c15 1956 3381 mt 2016 3340 L 2016 3340 mt 1970 3344 L 1 sg 60 -41 -46 3 2002 3378 3 MP PP c15 2002 3378 mt 1956 3381 L 1956 3381 mt 2016 3340 L 1 sg 61 259 -47 -297 2012 3230 3 MP PP c15 2012 3230 mt 1965 2933 L c14 1965 2933 mt 2026 3192 L 1 sg 61 -444 -47 406 2049 2972 3 MP PP c16 2049 2972 mt 2002 3378 L c15 2002 3378 mt 2063 2934 L 1 sg -47 406 61 -444 2002 3378 3 MP PP c15 2002 3378 mt 2063 2934 L c16 2063 2934 mt 2016 3340 L 1 sg 61 -675 -47 637 2043 1916 3 MP PP c18 2043 1916 mt 1996 2553 L c17 1996 2553 mt 2057 1878 L 1 sg -46 637 61 -675 1996 2553 3 MP PP c17 1996 2553 mt 2057 1878 L c18 2057 1878 mt 2011 2515 L 1 sg -47 -297 61 260 1951 2970 3 MP PP c14 1951 2970 mt 2012 3230 L c15 2012 3230 mt 1965 2933 L 1 sg -47 -381 61 344 1961 2437 3 MP PP c13 1961 2437 mt 2022 2781 L c14 2022 2781 mt 1975 2400 L 1 sg 61 344 -47 -382 2008 2819 3 MP PP c14 2008 2819 mt 1961 2437 L c13 1961 2437 mt 2022 2781 L 1 sg 61 -721 -47 683 2039 2440 3 MP PP c17 2039 2440 mt 1992 3123 L c16 1992 3123 mt 2053 2402 L 1 sg -47 684 61 -721 1992 3123 3 MP PP c16 1992 3123 mt 2053 2402 L c17 2053 2402 mt 2006 3086 L 1 sg -46 3 61 -41 1941 3419 3 MP PP c15 1941 3419 mt 2002 3378 L 2002 3378 mt 1956 3381 L 1 sg 61 -41 -47 3 1988 3416 3 MP PP c15 1988 3416 mt 1941 3419 L 1941 3419 mt 2002 3378 L 1 sg 61 260 -47 -298 1998 3268 3 MP PP c15 1998 3268 mt 1951 2970 L c14 1951 2970 mt 2012 3230 L 1 sg 61 -444 -47 406 2035 3010 3 MP PP c16 2035 3010 mt 1988 3416 L c15 1988 3416 mt 2049 2972 L 1 sg -47 406 61 -444 1988 3416 3 MP PP c15 1988 3416 mt 2049 2972 L c16 2049 2972 mt 2002 3378 L 1 sg 61 -675 -47 637 2029 1954 3 MP PP c18 2029 1954 mt 1982 2591 L c17 1982 2591 mt 2043 1916 L 1 sg -47 637 61 -675 1982 2591 3 MP PP c17 1982 2591 mt 2043 1916 L c18 2043 1916 mt 1996 2553 L 1 sg -47 -298 61 260 1937 3008 3 MP PP c14 1937 3008 mt 1998 3268 L c15 1998 3268 mt 1951 2970 L 1 sg -47 -382 61 344 1947 2475 3 MP PP c13 1947 2475 mt 2008 2819 L c14 2008 2819 mt 1961 2437 L 1 sg 61 344 -47 -382 1994 2857 3 MP PP c14 1994 2857 mt 1947 2475 L c13 1947 2475 mt 2008 2819 L 1 sg 61 -721 -47 683 2025 2478 3 MP PP c17 2025 2478 mt 1978 3161 L c16 1978 3161 mt 2039 2440 L 1 sg -47 683 61 -721 1978 3161 3 MP PP c16 1978 3161 mt 2039 2440 L c17 2039 2440 mt 1992 3123 L 1 sg -47 3 61 -41 1927 3457 3 MP PP c15 1927 3457 mt 1988 3416 L 1988 3416 mt 1941 3419 L 1 sg 61 -41 -47 3 1974 3454 3 MP PP c15 1974 3454 mt 1927 3457 L 1927 3457 mt 1988 3416 L 1 sg 61 260 -47 -298 1984 3306 3 MP PP c15 1984 3306 mt 1937 3008 L c14 1937 3008 mt 1998 3268 L 1 sg 61 -444 -46 406 2020 3048 3 MP PP c16 2020 3048 mt 1974 3454 L c15 1974 3454 mt 2035 3010 L 1 sg -47 406 61 -444 1974 3454 3 MP PP c15 1974 3454 mt 2035 3010 L c16 2035 3010 mt 1988 3416 L 1 sg 61 -675 -47 638 2015 1991 3 MP PP c18 2015 1991 mt 1968 2629 L c17 1968 2629 mt 2029 1954 L 1 sg -47 637 61 -675 1968 2629 3 MP PP c17 1968 2629 mt 2029 1954 L c18 2029 1954 mt 1982 2591 L 1 sg -47 -298 61 260 1923 3046 3 MP PP c14 1923 3046 mt 1984 3306 L c15 1984 3306 mt 1937 3008 L 1 sg -47 -382 61 344 1933 2513 3 MP PP c13 1933 2513 mt 1994 2857 L c14 1994 2857 mt 1947 2475 L 1 sg 61 344 -47 -382 1980 2895 3 MP PP c14 1980 2895 mt 1933 2513 L c13 1933 2513 mt 1994 2857 L 1 sg 61 -721 -47 684 2011 2515 3 MP PP c17 2011 2515 mt 1964 3199 L c16 1964 3199 mt 2025 2478 L 1 sg -47 683 61 -721 1964 3199 3 MP PP c16 1964 3199 mt 2025 2478 L c17 2025 2478 mt 1978 3161 L gr c17 0 sg 1963 4816 mt (x) s gs 899 389 5357 4227 rc 1 sg -47 3 61 -41 1913 3495 3 MP PP c15 1913 3495 mt 1974 3454 L 1974 3454 mt 1927 3457 L 1 sg 61 -41 -47 4 1960 3491 3 MP PP c15 1960 3491 mt 1913 3495 L 1913 3495 mt 1974 3454 L 1 sg 61 260 -47 -298 1970 3344 3 MP PP c15 1970 3344 mt 1923 3046 L c14 1923 3046 mt 1984 3306 L 1 sg 60 -443 -46 405 2006 3086 3 MP PP c16 2006 3086 mt 1960 3491 L c15 1960 3491 mt 2020 3048 L 1 sg -46 406 60 -443 1960 3491 3 MP PP c15 1960 3491 mt 2020 3048 L c16 2020 3048 mt 1974 3454 L 1 sg -47 -298 61 260 1909 3084 3 MP PP c14 1909 3084 mt 1970 3344 L c15 1970 3344 mt 1923 3046 L 1 sg -47 -382 61 344 1919 2551 3 MP PP c13 1919 2551 mt 1980 2895 L c14 1980 2895 mt 1933 2513 L 1 sg 61 344 -46 -382 1965 2933 3 MP PP c14 1965 2933 mt 1919 2551 L c13 1919 2551 mt 1980 2895 L 1 sg 61 -722 -46 684 1996 2553 3 MP PP c17 1996 2553 mt 1950 3237 L c16 1950 3237 mt 2011 2515 L 1 sg -47 684 61 -722 1950 3237 3 MP PP c16 1950 3237 mt 2011 2515 L c17 2011 2515 mt 1964 3199 L 1 sg -47 4 61 -42 1899 3533 3 MP PP c15 1899 3533 mt 1960 3491 L 1960 3491 mt 1913 3495 L 1 sg 61 -42 -47 4 1946 3529 3 MP PP c15 1946 3529 mt 1899 3533 L 1899 3533 mt 1960 3491 L 1 sg 61 260 -47 -297 1956 3381 3 MP PP c15 1956 3381 mt 1909 3084 L c14 1909 3084 mt 1970 3344 L 1 sg 60 -443 -46 406 1992 3123 3 MP PP c16 1992 3123 mt 1946 3529 L c15 1946 3529 mt 2006 3086 L 1 sg -46 405 60 -443 1946 3529 3 MP PP c15 1946 3529 mt 2006 3086 L c16 2006 3086 mt 1960 3491 L 1 sg -47 -297 61 259 1895 3122 3 MP PP c14 1895 3122 mt 1956 3381 L c15 1956 3381 mt 1909 3084 L 1 sg -46 -382 60 344 1905 2589 3 MP PP c13 1905 2589 mt 1965 2933 L c14 1965 2933 mt 1919 2551 L 1 sg 60 344 -46 -381 1951 2970 3 MP PP c14 1951 2970 mt 1905 2589 L c13 1905 2589 mt 1965 2933 L 1 sg 60 -722 -46 684 1982 2591 3 MP PP c17 1982 2591 mt 1936 3275 L c16 1936 3275 mt 1996 2553 L 1 sg -46 684 60 -722 1936 3275 3 MP PP c16 1936 3275 mt 1996 2553 L c17 1996 2553 mt 1950 3237 L 1 sg -47 4 61 -41 1885 3570 3 MP PP c15 1885 3570 mt 1946 3529 L 1946 3529 mt 1899 3533 L 1 sg 61 -41 -47 3 1932 3567 3 MP PP c15 1932 3567 mt 1885 3570 L 1885 3570 mt 1946 3529 L 1 sg 61 259 -46 -297 1941 3419 3 MP PP c15 1941 3419 mt 1895 3122 L c14 1895 3122 mt 1956 3381 L 1 sg 60 -444 -46 406 1978 3161 3 MP PP c16 1978 3161 mt 1932 3567 L c15 1932 3567 mt 1992 3123 L 1 sg -46 406 60 -444 1932 3567 3 MP PP c15 1932 3567 mt 1992 3123 L c16 1992 3123 mt 1946 3529 L 1 sg -46 -297 60 259 1881 3160 3 MP PP c14 1881 3160 mt 1941 3419 L c15 1941 3419 mt 1895 3122 L 1 sg -46 -381 60 344 1891 2626 3 MP PP c13 1891 2626 mt 1951 2970 L c14 1951 2970 mt 1905 2589 L 1 sg 60 344 -46 -382 1937 3008 3 MP PP c14 1937 3008 mt 1891 2626 L c13 1891 2626 mt 1951 2970 L 1 sg 60 -721 -46 683 1968 2629 3 MP PP c17 1968 2629 mt 1922 3312 L c16 1922 3312 mt 1982 2591 L 1 sg -46 684 60 -721 1922 3312 3 MP PP c16 1922 3312 mt 1982 2591 L c17 1982 2591 mt 1936 3275 L 1 sg -47 3 61 -41 1871 3608 3 MP PP c15 1871 3608 mt 1932 3567 L 1932 3567 mt 1885 3570 L 1 sg 61 -41 -46 3 1917 3605 3 MP PP c15 1917 3605 mt 1871 3608 L 1871 3608 mt 1932 3567 L 1 sg 60 259 -46 -297 1927 3457 3 MP PP c15 1927 3457 mt 1881 3160 L c14 1881 3160 mt 1941 3419 L 1 sg 61 -444 -47 406 1964 3199 3 MP PP c16 1964 3199 mt 1917 3605 L c15 1917 3605 mt 1978 3161 L 1 sg -46 406 61 -444 1917 3605 3 MP PP c15 1917 3605 mt 1978 3161 L c16 1978 3161 mt 1932 3567 L 1 sg 60 246 -46 -283 1961 2437 3 MP PP c13 1961 2437 mt 1915 2154 L c10 1915 2154 mt 1975 2400 L 1 sg -46 3 60 -41 1857 3646 3 MP PP c15 1857 3646 mt 1917 3605 L 1917 3605 mt 1871 3608 L 1 sg 60 -41 -46 3 1903 3643 3 MP PP c15 1903 3643 mt 1857 3646 L 1857 3646 mt 1917 3605 L 1 sg -46 -297 60 260 1867 3197 3 MP PP c14 1867 3197 mt 1927 3457 L c15 1927 3457 mt 1881 3160 L 1 sg 60 260 -46 -298 1913 3495 3 MP PP c15 1913 3495 mt 1867 3197 L c14 1867 3197 mt 1927 3457 L 1 sg 61 -444 -47 406 1950 3237 3 MP PP c16 1950 3237 mt 1903 3643 L c15 1903 3643 mt 1964 3199 L 1 sg -47 406 61 -444 1903 3643 3 MP PP c15 1903 3643 mt 1964 3199 L c16 1964 3199 mt 1917 3605 L 1 sg 60 245 -46 -283 1947 2475 3 MP PP c13 1947 2475 mt 1901 2192 L c10 1901 2192 mt 1961 2437 L 1 sg -46 -283 60 245 1901 2192 3 MP PP c10 1901 2192 mt 1961 2437 L c13 1961 2437 mt 1915 2154 L 1 sg -46 3 60 -41 1843 3684 3 MP PP c15 1843 3684 mt 1903 3643 L 1903 3643 mt 1857 3646 L 1 sg 60 -41 -46 4 1889 3680 3 MP PP c15 1889 3680 mt 1843 3684 L 1843 3684 mt 1903 3643 L 1 sg -46 -298 60 260 1853 3235 3 MP PP c14 1853 3235 mt 1913 3495 L c15 1913 3495 mt 1867 3197 L 1 sg 60 260 -46 -298 1899 3533 3 MP PP c15 1899 3533 mt 1853 3235 L c14 1853 3235 mt 1913 3495 L 1 sg 61 -443 -47 405 1936 3275 3 MP PP c16 1936 3275 mt 1889 3680 L c15 1889 3680 mt 1950 3237 L 1 sg -47 406 61 -443 1889 3680 3 MP PP c15 1889 3680 mt 1950 3237 L c16 1950 3237 mt 1903 3643 L 1 sg 60 245 -46 -283 1933 2513 3 MP PP c13 1933 2513 mt 1887 2230 L c10 1887 2230 mt 1947 2475 L 1 sg -46 -283 60 245 1887 2230 3 MP PP c10 1887 2230 mt 1947 2475 L c13 1947 2475 mt 1901 2192 L 1 sg 60 344 -46 -382 1923 3046 3 MP PP c14 1923 3046 mt 1877 2664 L c13 1877 2664 mt 1937 3008 L 1 sg -46 -382 60 344 1877 2664 3 MP PP c13 1877 2664 mt 1937 3008 L c14 1937 3008 mt 1891 2626 L 1 sg -46 4 60 -42 1829 3722 3 MP PP c15 1829 3722 mt 1889 3680 L 1889 3680 mt 1843 3684 L 1 sg 60 -42 -46 4 1875 3718 3 MP PP c15 1875 3718 mt 1829 3722 L 1829 3722 mt 1889 3680 L 1 sg -46 -298 60 260 1839 3273 3 MP PP c14 1839 3273 mt 1899 3533 L c15 1899 3533 mt 1853 3235 L 1 sg 60 260 -46 -297 1885 3570 3 MP PP c15 1885 3570 mt 1839 3273 L c14 1839 3273 mt 1899 3533 L 1 sg 61 -443 -47 406 1922 3312 3 MP PP c16 1922 3312 mt 1875 3718 L c15 1875 3718 mt 1936 3275 L 1 sg -47 405 61 -443 1875 3718 3 MP PP c15 1875 3718 mt 1936 3275 L c16 1936 3275 mt 1889 3680 L 1 sg 61 246 -47 -284 1919 2551 3 MP PP c13 1919 2551 mt 1872 2267 L c10 1872 2267 mt 1933 2513 L 1 sg -46 -283 61 246 1872 2267 3 MP PP c10 1872 2267 mt 1933 2513 L c13 1933 2513 mt 1887 2230 L 1 sg 60 344 -46 -382 1909 3084 3 MP PP c14 1909 3084 mt 1863 2702 L c13 1863 2702 mt 1923 3046 L 1 sg -46 -382 60 344 1863 2702 3 MP PP c13 1863 2702 mt 1923 3046 L c14 1923 3046 mt 1877 2664 L 1 sg 61 246 -47 -284 1905 2589 3 MP PP c13 1905 2589 mt 1858 2305 L c10 1858 2305 mt 1919 2551 L 1 sg -47 -284 61 246 1858 2305 3 MP PP c10 1858 2305 mt 1919 2551 L c13 1919 2551 mt 1872 2267 L 1 sg 61 80 -47 -118 1901 2192 3 MP PP c10 1901 2192 mt 1854 2074 L c12 1854 2074 mt 1915 2154 L 1 sg 61 344 -47 -382 1895 3122 3 MP PP c14 1895 3122 mt 1848 2740 L c13 1848 2740 mt 1909 3084 L 1 sg -46 -382 61 344 1848 2740 3 MP PP c13 1848 2740 mt 1909 3084 L c14 1909 3084 mt 1863 2702 L 1 sg 61 246 -47 -283 1891 2626 3 MP PP c13 1891 2626 mt 1844 2343 L c10 1844 2343 mt 1905 2589 L 1 sg -47 -284 61 246 1844 2343 3 MP PP c10 1844 2343 mt 1905 2589 L c13 1905 2589 mt 1858 2305 L 1 sg 61 80 -47 -118 1887 2230 3 MP PP c10 1887 2230 mt 1840 2112 L c12 1840 2112 mt 1901 2192 L 1 sg -47 -118 61 80 1840 2112 3 MP PP c12 1840 2112 mt 1901 2192 L c10 1901 2192 mt 1854 2074 L 1 sg 61 344 -47 -382 1881 3160 3 MP PP c14 1881 3160 mt 1834 2778 L c13 1834 2778 mt 1895 3122 L 1 sg -47 -382 61 344 1834 2778 3 MP PP c13 1834 2778 mt 1895 3122 L c14 1895 3122 mt 1848 2740 L 1 sg 61 245 -47 -283 1877 2664 3 MP PP c13 1877 2664 mt 1830 2381 L c10 1830 2381 mt 1891 2626 L 1 sg -47 -283 61 245 1830 2381 3 MP PP c10 1830 2381 mt 1891 2626 L c13 1891 2626 mt 1844 2343 L 1 sg 61 80 -46 -117 1872 2267 3 MP PP c10 1872 2267 mt 1826 2150 L c12 1826 2150 mt 1887 2230 L 1 sg -47 -118 61 80 1826 2150 3 MP PP c12 1826 2150 mt 1887 2230 L c10 1887 2230 mt 1840 2112 L 1 sg 61 259 -47 -297 1871 3608 3 MP PP c15 1871 3608 mt 1824 3311 L c14 1824 3311 mt 1885 3570 L 1 sg -46 -297 61 259 1824 3311 3 MP PP c14 1824 3311 mt 1885 3570 L c15 1885 3570 mt 1839 3273 L 1 sg 61 344 -47 -381 1867 3197 3 MP PP c14 1867 3197 mt 1820 2816 L c13 1820 2816 mt 1881 3160 L 1 sg -47 -382 61 344 1820 2816 3 MP PP c13 1820 2816 mt 1881 3160 L c14 1881 3160 mt 1834 2778 L 1 sg 61 245 -47 -283 1863 2702 3 MP PP c13 1863 2702 mt 1816 2419 L c10 1816 2419 mt 1877 2664 L 1 sg -47 -283 61 245 1816 2419 3 MP PP c10 1816 2419 mt 1877 2664 L c13 1877 2664 mt 1830 2381 L 1 sg 60 79 -46 -117 1858 2305 3 MP PP c10 1858 2305 mt 1812 2188 L c12 1812 2188 mt 1872 2267 L 1 sg -46 -117 60 79 1812 2188 3 MP PP c12 1812 2188 mt 1872 2267 L c10 1872 2267 mt 1826 2150 L 1 sg 61 259 -47 -297 1857 3646 3 MP PP c15 1857 3646 mt 1810 3349 L c14 1810 3349 mt 1871 3608 L 1 sg -47 -297 61 259 1810 3349 3 MP PP c14 1810 3349 mt 1871 3608 L c15 1871 3608 mt 1824 3311 L 1 sg 61 344 -47 -382 1853 3235 3 MP PP c14 1853 3235 mt 1806 2853 L c13 1806 2853 mt 1867 3197 L 1 sg -47 -381 61 344 1806 2853 3 MP PP c13 1806 2853 mt 1867 3197 L c14 1867 3197 mt 1820 2816 L 1 sg 61 245 -46 -283 1848 2740 3 MP PP c13 1848 2740 mt 1802 2457 L c10 1802 2457 mt 1863 2702 L 1 sg -47 -283 61 245 1802 2457 3 MP PP c10 1802 2457 mt 1863 2702 L c13 1863 2702 mt 1816 2419 L 1 sg 60 80 -46 -118 1844 2343 3 MP PP c10 1844 2343 mt 1798 2225 L c12 1798 2225 mt 1858 2305 L 1 sg -46 -117 60 80 1798 2225 3 MP PP c12 1798 2225 mt 1858 2305 L c10 1858 2305 mt 1812 2188 L 1 sg 61 260 -47 -298 1843 3684 3 MP PP c15 1843 3684 mt 1796 3386 L c14 1796 3386 mt 1857 3646 L 1 sg -47 -297 61 260 1796 3386 3 MP PP c14 1796 3386 mt 1857 3646 L c15 1857 3646 mt 1810 3349 L 1 sg 60 -49 -46 11 1840 2112 3 MP PP c12 1840 2112 mt 1794 2123 L c11 1794 2123 mt 1854 2074 L 1 sg 61 344 -47 -382 1839 3273 3 MP PP c14 1839 3273 mt 1792 2891 L c13 1792 2891 mt 1853 3235 L 1 sg -47 -382 61 344 1792 2891 3 MP PP c13 1792 2891 mt 1853 3235 L c14 1853 3235 mt 1806 2853 L 1 sg 60 246 -46 -284 1834 2778 3 MP PP c13 1834 2778 mt 1788 2494 L c10 1788 2494 mt 1848 2740 L 1 sg -46 -283 60 246 1788 2494 3 MP PP c10 1788 2494 mt 1848 2740 L c13 1848 2740 mt 1802 2457 L 1 sg 60 80 -46 -118 1830 2381 3 MP PP c10 1830 2381 mt 1784 2263 L c12 1784 2263 mt 1844 2343 L 1 sg -46 -118 60 80 1784 2263 3 MP PP c12 1784 2263 mt 1844 2343 L c10 1844 2343 mt 1798 2225 L 1 sg 61 260 -47 -298 1829 3722 3 MP PP c15 1829 3722 mt 1782 3424 L c14 1782 3424 mt 1843 3684 L 1 sg -47 -298 61 260 1782 3424 3 MP PP c14 1782 3424 mt 1843 3684 L c15 1843 3684 mt 1796 3386 L 1 sg 61 -49 -47 11 1826 2150 3 MP PP c12 1826 2150 mt 1779 2161 L c11 1779 2161 mt 1840 2112 L 1 sg -46 11 61 -49 1779 2161 3 MP PP c11 1779 2161 mt 1840 2112 L c12 1840 2112 mt 1794 2123 L 1 sg 61 344 -46 -382 1824 3311 3 MP PP c14 1824 3311 mt 1778 2929 L c13 1778 2929 mt 1839 3273 L 1 sg -47 -382 61 344 1778 2929 3 MP PP c13 1778 2929 mt 1839 3273 L c14 1839 3273 mt 1792 2891 L 1 sg 60 246 -46 -284 1820 2816 3 MP PP c13 1820 2816 mt 1774 2532 L c10 1774 2532 mt 1834 2778 L 1 sg -46 -284 60 246 1774 2532 3 MP PP c10 1774 2532 mt 1834 2778 L c13 1834 2778 mt 1788 2494 L 1 sg 60 80 -46 -118 1816 2419 3 MP PP c10 1816 2419 mt 1770 2301 L c12 1770 2301 mt 1830 2381 L 1 sg -46 -118 60 80 1770 2301 3 MP PP c12 1770 2301 mt 1830 2381 L c10 1830 2381 mt 1784 2263 L 1 sg 61 -48 -47 10 1812 2188 3 MP PP c12 1812 2188 mt 1765 2198 L c11 1765 2198 mt 1826 2150 L 1 sg -47 11 61 -48 1765 2198 3 MP PP c11 1765 2198 mt 1826 2150 L c12 1826 2150 mt 1779 2161 L 1 sg 60 344 -46 -382 1810 3349 3 MP PP c14 1810 3349 mt 1764 2967 L c13 1764 2967 mt 1824 3311 L 1 sg -46 -382 60 344 1764 2967 3 MP PP c13 1764 2967 mt 1824 3311 L c14 1824 3311 mt 1778 2929 L 1 sg 60 246 -46 -283 1806 2853 3 MP PP c13 1806 2853 mt 1760 2570 L c10 1760 2570 mt 1820 2816 L 1 sg -46 -284 60 246 1760 2570 3 MP PP c10 1760 2570 mt 1820 2816 L c13 1820 2816 mt 1774 2532 L 1 sg 61 80 -47 -118 1802 2457 3 MP PP c10 1802 2457 mt 1755 2339 L c12 1755 2339 mt 1816 2419 L 1 sg -46 -118 61 80 1755 2339 3 MP PP c12 1755 2339 mt 1816 2419 L c10 1816 2419 mt 1770 2301 L 1 sg 61 -48 -47 11 1798 2225 3 MP PP c12 1798 2225 mt 1751 2236 L c11 1751 2236 mt 1812 2188 L 1 sg -47 10 61 -48 1751 2236 3 MP PP c11 1751 2236 mt 1812 2188 L c12 1812 2188 mt 1765 2198 L 1 sg 60 344 -46 -381 1796 3386 3 MP PP c14 1796 3386 mt 1750 3005 L c13 1750 3005 mt 1810 3349 L 1 sg -46 -382 60 344 1750 3005 3 MP PP c13 1750 3005 mt 1810 3349 L c14 1810 3349 mt 1764 2967 L 1 sg 60 245 -46 -283 1792 2891 3 MP PP c13 1792 2891 mt 1746 2608 L c10 1746 2608 mt 1806 2853 L 1 sg -46 -283 60 245 1746 2608 3 MP PP c10 1746 2608 mt 1806 2853 L c13 1806 2853 mt 1760 2570 L 1 sg 61 80 -47 -117 1788 2494 3 MP PP c10 1788 2494 mt 1741 2377 L c12 1741 2377 mt 1802 2457 L 1 sg -47 -118 61 80 1741 2377 3 MP PP c12 1741 2377 mt 1802 2457 L c10 1802 2457 mt 1755 2339 L 1 sg 61 -49 -47 11 1784 2263 3 MP PP c12 1784 2263 mt 1737 2274 L c11 1737 2274 mt 1798 2225 L 1 sg -47 11 61 -49 1737 2274 3 MP PP c11 1737 2274 mt 1798 2225 L c12 1798 2225 mt 1751 2236 L 1 sg 60 344 -46 -382 1782 3424 3 MP PP c14 1782 3424 mt 1736 3042 L c13 1736 3042 mt 1796 3386 L 1 sg -46 -381 60 344 1736 3042 3 MP PP c13 1736 3042 mt 1796 3386 L c14 1796 3386 mt 1750 3005 L 1 sg 61 -98 -46 60 1779 2161 3 MP PP c11 1779 2161 mt 1733 2221 L c10 1733 2221 mt 1794 2123 L 1 sg 61 245 -47 -283 1778 2929 3 MP PP c13 1778 2929 mt 1731 2646 L c10 1731 2646 mt 1792 2891 L 1 sg -46 -283 61 245 1731 2646 3 MP PP c10 1731 2646 mt 1792 2891 L c13 1792 2891 mt 1746 2608 L 1 sg 61 79 -47 -117 1774 2532 3 MP PP c10 1774 2532 mt 1727 2415 L c12 1727 2415 mt 1788 2494 L 1 sg -47 -117 61 79 1727 2415 3 MP PP c12 1727 2415 mt 1788 2494 L c10 1788 2494 mt 1741 2377 L 1 sg 61 -49 -47 11 1770 2301 3 MP PP c12 1770 2301 mt 1723 2312 L c11 1723 2312 mt 1784 2263 L 1 sg -47 11 61 -49 1723 2312 3 MP PP c11 1723 2312 mt 1784 2263 L c12 1784 2263 mt 1737 2274 L 1 sg 60 -98 -46 61 1765 2198 3 MP PP c11 1765 2198 mt 1719 2259 L c10 1719 2259 mt 1779 2161 L 1 sg -46 60 60 -98 1719 2259 3 MP PP c10 1719 2259 mt 1779 2161 L c11 1779 2161 mt 1733 2221 L 1 sg 61 246 -47 -284 1764 2967 3 MP PP c13 1764 2967 mt 1717 2683 L c10 1717 2683 mt 1778 2929 L 1 sg -47 -283 61 246 1717 2683 3 MP PP c10 1717 2683 mt 1778 2929 L c13 1778 2929 mt 1731 2646 L 1 sg 61 80 -47 -118 1760 2570 3 MP PP c10 1760 2570 mt 1713 2452 L c12 1713 2452 mt 1774 2532 L 1 sg -47 -117 61 80 1713 2452 3 MP PP c12 1713 2452 mt 1774 2532 L c10 1774 2532 mt 1727 2415 L 1 sg 61 -49 -46 11 1755 2339 3 MP PP c12 1755 2339 mt 1709 2350 L c11 1709 2350 mt 1770 2301 L 1 sg -47 11 61 -49 1709 2350 3 MP PP c11 1709 2350 mt 1770 2301 L c12 1770 2301 mt 1723 2312 L 1 sg 60 -99 -46 61 1751 2236 3 MP PP c11 1751 2236 mt 1705 2297 L c10 1705 2297 mt 1765 2198 L 1 sg -46 61 60 -99 1705 2297 3 MP PP c10 1705 2297 mt 1765 2198 L c11 1765 2198 mt 1719 2259 L 1 sg 61 246 -47 -284 1750 3005 3 MP PP c13 1750 3005 mt 1703 2721 L c10 1703 2721 mt 1764 2967 L 1 sg -47 -284 61 246 1703 2721 3 MP PP c10 1703 2721 mt 1764 2967 L c13 1764 2967 mt 1717 2683 L 1 sg 61 80 -47 -118 1746 2608 3 MP PP c10 1746 2608 mt 1699 2490 L c12 1699 2490 mt 1760 2570 L 1 sg -47 -118 61 80 1699 2490 3 MP PP c12 1699 2490 mt 1760 2570 L c10 1760 2570 mt 1713 2452 L 1 sg 60 -48 -46 10 1741 2377 3 MP PP c12 1741 2377 mt 1695 2387 L c11 1695 2387 mt 1755 2339 L 1 sg -46 11 60 -48 1695 2387 3 MP PP c11 1695 2387 mt 1755 2339 L c12 1755 2339 mt 1709 2350 L 1 sg 60 -99 -46 61 1737 2274 3 MP PP c11 1737 2274 mt 1691 2335 L c10 1691 2335 mt 1751 2236 L 1 sg -46 61 60 -99 1691 2335 3 MP PP c10 1691 2335 mt 1751 2236 L c11 1751 2236 mt 1705 2297 L 1 sg 61 246 -47 -283 1736 3042 3 MP PP c13 1736 3042 mt 1689 2759 L c10 1689 2759 mt 1750 3005 L 1 sg -47 -284 61 246 1689 2759 3 MP PP c10 1689 2759 mt 1750 3005 L c13 1750 3005 mt 1703 2721 L 1 sg 61 80 -46 -118 1731 2646 3 MP PP c10 1731 2646 mt 1685 2528 L c12 1685 2528 mt 1746 2608 L 1 sg -47 -118 61 80 1685 2528 3 MP PP c12 1685 2528 mt 1746 2608 L c10 1746 2608 mt 1699 2490 L 1 sg 60 -48 -46 10 1727 2415 3 MP PP c12 1727 2415 mt 1681 2425 L c11 1681 2425 mt 1741 2377 L 1 sg -46 10 60 -48 1681 2425 3 MP PP c11 1681 2425 mt 1741 2377 L c12 1741 2377 mt 1695 2387 L 1 sg 60 -99 -46 61 1723 2312 3 MP PP c11 1723 2312 mt 1677 2373 L c10 1677 2373 mt 1737 2274 L 1 sg -46 61 60 -99 1677 2373 3 MP PP c10 1677 2373 mt 1737 2274 L c11 1737 2274 mt 1691 2335 L 1 sg 61 -88 -47 50 1719 2259 3 MP PP c10 1719 2259 mt 1672 2309 L c8 1672 2309 mt 1733 2221 L 1 sg 60 80 -46 -117 1717 2683 3 MP PP c10 1717 2683 mt 1671 2566 L c12 1671 2566 mt 1731 2646 L 1 sg -46 -118 60 80 1671 2566 3 MP PP c12 1671 2566 mt 1731 2646 L c10 1731 2646 mt 1685 2528 L 1 sg 60 -48 -46 11 1713 2452 3 MP PP c12 1713 2452 mt 1667 2463 L c11 1667 2463 mt 1727 2415 L 1 sg -46 10 60 -48 1667 2463 3 MP PP c11 1667 2463 mt 1727 2415 L c12 1727 2415 mt 1681 2425 L 1 sg 61 -98 -47 60 1709 2350 3 MP PP c11 1709 2350 mt 1662 2410 L c10 1662 2410 mt 1723 2312 L 1 sg -46 61 61 -98 1662 2410 3 MP PP c10 1662 2410 mt 1723 2312 L c11 1723 2312 mt 1677 2373 L 1 sg 61 -87 -47 49 1705 2297 3 MP PP c10 1705 2297 mt 1658 2346 L c8 1658 2346 mt 1719 2259 L 1 sg -47 50 61 -87 1658 2346 3 MP PP c8 1658 2346 mt 1719 2259 L c10 1719 2259 mt 1672 2309 L 1 sg 60 79 -46 -117 1703 2721 3 MP PP c10 1703 2721 mt 1657 2604 L c12 1657 2604 mt 1717 2683 L 1 sg -46 -117 60 79 1657 2604 3 MP PP c12 1657 2604 mt 1717 2683 L c10 1717 2683 mt 1671 2566 L 1 sg 60 -49 -46 11 1699 2490 3 MP PP c12 1699 2490 mt 1653 2501 L c11 1653 2501 mt 1713 2452 L 1 sg -46 11 60 -49 1653 2501 3 MP PP c11 1653 2501 mt 1713 2452 L c12 1713 2452 mt 1667 2463 L 1 sg 61 -98 -47 61 1695 2387 3 MP PP c11 1695 2387 mt 1648 2448 L c10 1648 2448 mt 1709 2350 L 1 sg -47 60 61 -98 1648 2448 3 MP PP c10 1648 2448 mt 1709 2350 L c11 1709 2350 mt 1662 2410 L 1 sg 61 -87 -47 49 1691 2335 3 MP PP c10 1691 2335 mt 1644 2384 L c8 1644 2384 mt 1705 2297 L 1 sg -47 49 61 -87 1644 2384 3 MP PP c8 1644 2384 mt 1705 2297 L c10 1705 2297 mt 1658 2346 L 1 sg 60 80 -46 -118 1689 2759 3 MP PP c10 1689 2759 mt 1643 2641 L c12 1643 2641 mt 1703 2721 L 1 sg -46 -117 60 80 1643 2641 3 MP PP c12 1643 2641 mt 1703 2721 L c10 1703 2721 mt 1657 2604 L 1 sg 61 -49 -47 11 1685 2528 3 MP PP c12 1685 2528 mt 1638 2539 L c11 1638 2539 mt 1699 2490 L 1 sg -46 11 61 -49 1638 2539 3 MP PP c11 1638 2539 mt 1699 2490 L c12 1699 2490 mt 1653 2501 L 1 sg 61 -99 -47 61 1681 2425 3 MP PP c11 1681 2425 mt 1634 2486 L c10 1634 2486 mt 1695 2387 L 1 sg -47 61 61 -99 1634 2486 3 MP PP c10 1634 2486 mt 1695 2387 L c11 1695 2387 mt 1648 2448 L 1 sg 61 -87 -47 49 1677 2373 3 MP PP c10 1677 2373 mt 1630 2422 L c8 1630 2422 mt 1691 2335 L 1 sg -47 49 61 -87 1630 2422 3 MP PP c8 1630 2422 mt 1691 2335 L c10 1691 2335 mt 1644 2384 L 1 sg 61 -49 -47 11 1671 2566 3 MP PP c12 1671 2566 mt 1624 2577 L c11 1624 2577 mt 1685 2528 L 1 sg -47 11 61 -49 1624 2577 3 MP PP c11 1624 2577 mt 1685 2528 L c12 1685 2528 mt 1638 2539 L 1 sg 61 -99 -47 61 1667 2463 3 MP PP c11 1667 2463 mt 1620 2524 L c10 1620 2524 mt 1681 2425 L 1 sg -47 61 61 -99 1620 2524 3 MP PP c10 1620 2524 mt 1681 2425 L c11 1681 2425 mt 1634 2486 L 1 sg 61 -87 -46 50 1662 2410 3 MP PP c10 1662 2410 mt 1616 2460 L c8 1616 2460 mt 1677 2373 L 1 sg -47 49 61 -87 1616 2460 3 MP PP c8 1616 2460 mt 1677 2373 L c10 1677 2373 mt 1630 2422 L 1 sg 60 -52 -46 15 1658 2346 3 MP PP c8 1658 2346 mt 1612 2361 L c9 1612 2361 mt 1672 2309 L 1 sg 61 -48 -47 10 1657 2604 3 MP PP c12 1657 2604 mt 1610 2614 L c11 1610 2614 mt 1671 2566 L 1 sg -47 11 61 -48 1610 2614 3 MP PP c11 1610 2614 mt 1671 2566 L c12 1671 2566 mt 1624 2577 L 1 sg 61 -99 -47 61 1653 2501 3 MP PP c11 1653 2501 mt 1606 2562 L c10 1606 2562 mt 1667 2463 L 1 sg -47 61 61 -99 1606 2562 3 MP PP c10 1606 2562 mt 1667 2463 L c11 1667 2463 mt 1620 2524 L 1 sg 60 -88 -46 50 1648 2448 3 MP PP c10 1648 2448 mt 1602 2498 L c8 1602 2498 mt 1662 2410 L 1 sg -46 50 60 -88 1602 2498 3 MP PP c8 1602 2498 mt 1662 2410 L c10 1662 2410 mt 1616 2460 L 1 sg 60 -53 -46 15 1644 2384 3 MP PP c8 1644 2384 mt 1598 2399 L c9 1598 2399 mt 1658 2346 L 1 sg -46 15 60 -53 1598 2399 3 MP PP c9 1598 2399 mt 1658 2346 L c8 1658 2346 mt 1612 2361 L 1 sg 61 -48 -47 11 1643 2641 3 MP PP c12 1643 2641 mt 1596 2652 L c11 1596 2652 mt 1657 2604 L 1 sg -47 10 61 -48 1596 2652 3 MP PP c11 1596 2652 mt 1657 2604 L c12 1657 2604 mt 1610 2614 L 1 sg 61 -99 -46 61 1638 2539 3 MP PP c11 1638 2539 mt 1592 2600 L c10 1592 2600 mt 1653 2501 L 1 sg -47 61 61 -99 1592 2600 3 MP PP c10 1592 2600 mt 1653 2501 L c11 1653 2501 mt 1606 2562 L 1 sg 60 -88 -46 50 1634 2486 3 MP PP c10 1634 2486 mt 1588 2536 L c8 1588 2536 mt 1648 2448 L 1 sg -46 50 60 -88 1588 2536 3 MP PP c8 1588 2536 mt 1648 2448 L c10 1648 2448 mt 1602 2498 L 1 sg 60 -53 -46 15 1630 2422 3 MP PP c8 1630 2422 mt 1584 2437 L c9 1584 2437 mt 1644 2384 L 1 sg -46 15 60 -53 1584 2437 3 MP PP c9 1584 2437 mt 1644 2384 L c8 1644 2384 mt 1598 2399 L 1 sg 60 -98 -46 60 1624 2577 3 MP PP c11 1624 2577 mt 1578 2637 L c10 1578 2637 mt 1638 2539 L 1 sg -46 61 60 -98 1578 2637 3 MP PP c10 1578 2637 mt 1638 2539 L c11 1638 2539 mt 1592 2600 L 1 sg 60 -87 -46 49 1620 2524 3 MP PP c10 1620 2524 mt 1574 2573 L c8 1574 2573 mt 1634 2486 L 1 sg -46 50 60 -87 1574 2573 3 MP PP c8 1574 2573 mt 1634 2486 L c10 1634 2486 mt 1588 2536 L 1 sg 61 -53 -47 15 1616 2460 3 MP PP c8 1616 2460 mt 1569 2475 L c9 1569 2475 mt 1630 2422 L 1 sg -46 15 61 -53 1569 2475 3 MP PP c9 1569 2475 mt 1630 2422 L c8 1630 2422 mt 1584 2437 L 1 sg 60 -98 -46 61 1610 2614 3 MP PP c11 1610 2614 mt 1564 2675 L c10 1564 2675 mt 1624 2577 L 1 sg -46 60 60 -98 1564 2675 3 MP PP c10 1564 2675 mt 1624 2577 L c11 1624 2577 mt 1578 2637 L 1 sg 60 -87 -46 49 1606 2562 3 MP PP c10 1606 2562 mt 1560 2611 L c8 1560 2611 mt 1620 2524 L 1 sg -46 49 60 -87 1560 2611 3 MP PP c8 1560 2611 mt 1620 2524 L c10 1620 2524 mt 1574 2573 L 1 sg 61 -53 -47 15 1602 2498 3 MP PP c8 1602 2498 mt 1555 2513 L c9 1555 2513 mt 1616 2460 L 1 sg -47 15 61 -53 1555 2513 3 MP PP c9 1555 2513 mt 1616 2460 L c8 1616 2460 mt 1569 2475 L 1 sg 61 -24 -47 -14 1598 2399 3 MP PP c9 1598 2399 mt 1551 2385 L 1551 2385 mt 1612 2361 L 1 sg 60 -99 -46 61 1596 2652 3 MP PP c11 1596 2652 mt 1550 2713 L c10 1550 2713 mt 1610 2614 L 1 sg -46 61 60 -99 1550 2713 3 MP PP c10 1550 2713 mt 1610 2614 L c11 1610 2614 mt 1564 2675 L 1 sg 61 -87 -47 49 1592 2600 3 MP PP c10 1592 2600 mt 1545 2649 L c8 1545 2649 mt 1606 2562 L 1 sg -46 49 61 -87 1545 2649 3 MP PP c8 1545 2649 mt 1606 2562 L c10 1606 2562 mt 1560 2611 L 1 sg 61 -52 -47 14 1588 2536 3 MP PP c8 1588 2536 mt 1541 2550 L c9 1541 2550 mt 1602 2498 L 1 sg -47 15 61 -52 1541 2550 3 MP PP c9 1541 2550 mt 1602 2498 L c8 1602 2498 mt 1555 2513 L 1 sg 61 -24 -47 -14 1584 2437 3 MP PP c9 1584 2437 mt 1537 2423 L 1537 2423 mt 1598 2399 L 1 sg -47 -14 61 -24 1537 2423 3 MP PP c9 1537 2423 mt 1598 2399 L 1598 2399 mt 1551 2385 L 1 sg 61 -87 -47 50 1578 2637 3 MP PP c10 1578 2637 mt 1531 2687 L c8 1531 2687 mt 1592 2600 L 1 sg -47 49 61 -87 1531 2687 3 MP PP c8 1531 2687 mt 1592 2600 L c10 1592 2600 mt 1545 2649 L 1 sg 61 -52 -47 15 1574 2573 3 MP PP c8 1574 2573 mt 1527 2588 L c9 1527 2588 mt 1588 2536 L 1 sg -47 14 61 -52 1527 2588 3 MP PP c9 1527 2588 mt 1588 2536 L c8 1588 2536 mt 1541 2550 L 1 sg 61 -23 -46 -15 1569 2475 3 MP PP c9 1569 2475 mt 1523 2460 L 1523 2460 mt 1584 2437 L 1 sg -47 -14 61 -23 1523 2460 3 MP PP c9 1523 2460 mt 1584 2437 L 1584 2437 mt 1537 2423 L 1 sg 61 -88 -47 50 1564 2675 3 MP PP c10 1564 2675 mt 1517 2725 L c8 1517 2725 mt 1578 2637 L 1 sg -47 50 61 -88 1517 2725 3 MP PP c8 1517 2725 mt 1578 2637 L c10 1578 2637 mt 1531 2687 L 1 sg 61 -53 -47 15 1560 2611 3 MP PP c8 1560 2611 mt 1513 2626 L c9 1513 2626 mt 1574 2573 L 1 sg -47 15 61 -53 1513 2626 3 MP PP c9 1513 2626 mt 1574 2573 L c8 1574 2573 mt 1527 2588 L 1 sg 60 -23 -46 -15 1555 2513 3 MP PP c9 1555 2513 mt 1509 2498 L 1509 2498 mt 1569 2475 L 1 sg -46 -15 60 -23 1509 2498 3 MP PP c9 1509 2498 mt 1569 2475 L 1569 2475 mt 1523 2460 L 1 sg 61 -87 -47 49 1550 2713 3 MP PP c10 1550 2713 mt 1503 2762 L c8 1503 2762 mt 1564 2675 L 1 sg -47 50 61 -87 1503 2762 3 MP PP c8 1503 2762 mt 1564 2675 L c10 1564 2675 mt 1517 2725 L 1 sg 61 -53 -46 15 1545 2649 3 MP PP c8 1545 2649 mt 1499 2664 L c9 1499 2664 mt 1560 2611 L 1 sg -47 15 61 -53 1499 2664 3 MP PP c9 1499 2664 mt 1560 2611 L c8 1560 2611 mt 1513 2626 L 1 sg 60 -23 -46 -14 1541 2550 3 MP PP c9 1541 2550 mt 1495 2536 L 1495 2536 mt 1555 2513 L 1 sg -46 -15 60 -23 1495 2536 3 MP PP c9 1495 2536 mt 1555 2513 L 1555 2513 mt 1509 2498 L 1 sg 60 -10 -46 -28 1537 2423 3 MP PP c9 1537 2423 mt 1491 2395 L 1491 2395 mt 1551 2385 L 1 sg 60 -53 -46 15 1531 2687 3 MP PP c8 1531 2687 mt 1485 2702 L c9 1485 2702 mt 1545 2649 L 1 sg -46 15 60 -53 1485 2702 3 MP PP c9 1485 2702 mt 1545 2649 L c8 1545 2649 mt 1499 2664 L 1 sg 60 -24 -46 -14 1527 2588 3 MP PP c9 1527 2588 mt 1481 2574 L 1481 2574 mt 1541 2550 L 1 sg -46 -14 60 -24 1481 2574 3 MP PP c9 1481 2574 mt 1541 2550 L 1541 2550 mt 1495 2536 L 1 sg 61 -10 -47 -27 1523 2460 3 MP PP c9 1523 2460 mt 1476 2433 L 1476 2433 mt 1537 2423 L 1 sg -46 -28 61 -10 1476 2433 3 MP PP c9 1476 2433 mt 1537 2423 L 1537 2423 mt 1491 2395 L 1 sg 60 -52 -46 14 1517 2725 3 MP PP c8 1517 2725 mt 1471 2739 L c9 1471 2739 mt 1531 2687 L 1 sg -46 15 60 -52 1471 2739 3 MP PP c9 1471 2739 mt 1531 2687 L c8 1531 2687 mt 1485 2702 L 1 sg 60 -24 -46 -14 1513 2626 3 MP PP c9 1513 2626 mt 1467 2612 L 1467 2612 mt 1527 2588 L 1 sg -46 -14 60 -24 1467 2612 3 MP PP c9 1467 2612 mt 1527 2588 L 1527 2588 mt 1481 2574 L 1 sg 61 -10 -47 -28 1509 2498 3 MP PP c9 1509 2498 mt 1462 2470 L 1462 2470 mt 1523 2460 L 1 sg -47 -27 61 -10 1462 2470 3 MP PP c9 1462 2470 mt 1523 2460 L 1523 2460 mt 1476 2433 L 1 sg 60 -52 -46 15 1503 2762 3 MP PP c8 1503 2762 mt 1457 2777 L c9 1457 2777 mt 1517 2725 L 1 sg -46 14 60 -52 1457 2777 3 MP PP c9 1457 2777 mt 1517 2725 L c8 1517 2725 mt 1471 2739 L 1 sg 61 -24 -47 -14 1499 2664 3 MP PP c9 1499 2664 mt 1452 2650 L 1452 2650 mt 1513 2626 L 1 sg -46 -14 61 -24 1452 2650 3 MP PP c9 1452 2650 mt 1513 2626 L 1513 2626 mt 1467 2612 L 1 sg 61 -10 -47 -28 1495 2536 3 MP PP c9 1495 2536 mt 1448 2508 L 1448 2508 mt 1509 2498 L 1 sg -47 -28 61 -10 1448 2508 3 MP PP c9 1448 2508 mt 1509 2498 L 1509 2498 mt 1462 2470 L 1 sg 61 -23 -47 -15 1485 2702 3 MP PP c9 1485 2702 mt 1438 2687 L 1438 2687 mt 1499 2664 L 1 sg -47 -14 61 -23 1438 2687 3 MP PP c9 1438 2687 mt 1499 2664 L 1499 2664 mt 1452 2650 L 1 sg 61 -10 -47 -28 1481 2574 3 MP PP c9 1481 2574 mt 1434 2546 L 1434 2546 mt 1495 2536 L 1 sg -47 -28 61 -10 1434 2546 3 MP PP c9 1434 2546 mt 1495 2536 L 1495 2536 mt 1448 2508 L 1 sg 61 -8 -46 -30 1476 2433 3 MP PP c9 1476 2433 mt 1430 2403 L 1430 2403 mt 1491 2395 L 1 sg 61 -23 -47 -14 1471 2739 3 MP PP c9 1471 2739 mt 1424 2725 L 1424 2725 mt 1485 2702 L 1 sg -47 -15 61 -23 1424 2725 3 MP PP c9 1424 2725 mt 1485 2702 L 1485 2702 mt 1438 2687 L 1 sg 61 -10 -47 -28 1467 2612 3 MP PP c9 1467 2612 mt 1420 2584 L 1420 2584 mt 1481 2574 L 1 sg -47 -28 61 -10 1420 2584 3 MP PP c9 1420 2584 mt 1481 2574 L 1481 2574 mt 1434 2546 L 1 sg 60 -8 -46 -29 1462 2470 3 MP PP c9 1462 2470 mt 1416 2441 L 1416 2441 mt 1476 2433 L 1 sg -46 -30 60 -8 1416 2441 3 MP PP c9 1416 2441 mt 1476 2433 L 1476 2433 mt 1430 2403 L 1 sg 61 -24 -47 -14 1457 2777 3 MP PP c9 1457 2777 mt 1410 2763 L 1410 2763 mt 1471 2739 L 1 sg -47 -14 61 -24 1410 2763 3 MP PP c9 1410 2763 mt 1471 2739 L 1471 2739 mt 1424 2725 L 1 sg 61 -10 -46 -28 1452 2650 3 MP PP c9 1452 2650 mt 1406 2622 L 1406 2622 mt 1467 2612 L 1 sg -47 -28 61 -10 1406 2622 3 MP PP c9 1406 2622 mt 1467 2612 L 1467 2612 mt 1420 2584 L 1 sg 60 -9 -46 -29 1448 2508 3 MP PP c9 1448 2508 mt 1402 2479 L 1402 2479 mt 1462 2470 L 1 sg -46 -29 60 -9 1402 2479 3 MP PP c9 1402 2479 mt 1462 2470 L 1462 2470 mt 1416 2441 L 1 sg 60 -10 -46 -27 1438 2687 3 MP PP c9 1438 2687 mt 1392 2660 L 1392 2660 mt 1452 2650 L 1 sg -46 -28 60 -10 1392 2660 3 MP PP c9 1392 2660 mt 1452 2650 L 1452 2650 mt 1406 2622 L 1 sg 60 -9 -46 -29 1434 2546 3 MP PP c9 1434 2546 mt 1388 2517 L 1388 2517 mt 1448 2508 L 1 sg -46 -29 60 -9 1388 2517 3 MP PP c9 1388 2517 mt 1448 2508 L 1448 2508 mt 1402 2479 L 1 sg 60 -10 -46 -28 1424 2725 3 MP PP c9 1424 2725 mt 1378 2697 L 1378 2697 mt 1438 2687 L 1 sg -46 -27 60 -10 1378 2697 3 MP PP c9 1378 2697 mt 1438 2687 L 1438 2687 mt 1392 2660 L 1 sg 61 -8 -47 -30 1420 2584 3 MP PP c9 1420 2584 mt 1373 2554 L 1373 2554 mt 1434 2546 L 1 sg -46 -29 61 -8 1373 2554 3 MP PP c9 1373 2554 mt 1434 2546 L 1434 2546 mt 1388 2517 L 1 sg 61 -12 -47 -26 1416 2441 3 MP PP c9 1416 2441 mt 1369 2415 L c8 1369 2415 mt 1430 2403 L 1 sg 60 -10 -46 -28 1410 2763 3 MP PP c9 1410 2763 mt 1364 2735 L 1364 2735 mt 1424 2725 L 1 sg -46 -28 60 -10 1364 2735 3 MP PP c9 1364 2735 mt 1424 2725 L 1424 2725 mt 1378 2697 L 1 sg 61 -8 -47 -30 1406 2622 3 MP PP c9 1406 2622 mt 1359 2592 L 1359 2592 mt 1420 2584 L 1 sg -47 -30 61 -8 1359 2592 3 MP PP c9 1359 2592 mt 1420 2584 L 1420 2584 mt 1373 2554 L 1 sg 61 -11 -47 -27 1402 2479 3 MP PP c9 1402 2479 mt 1355 2452 L c8 1355 2452 mt 1416 2441 L 1 sg -47 -26 61 -11 1355 2452 3 MP PP c8 1355 2452 mt 1416 2441 L c9 1416 2441 mt 1369 2415 L 1 sg 61 -8 -47 -30 1392 2660 3 MP PP c9 1392 2660 mt 1345 2630 L 1345 2630 mt 1406 2622 L 1 sg -47 -30 61 -8 1345 2630 3 MP PP c9 1345 2630 mt 1406 2622 L 1406 2622 mt 1359 2592 L 1 sg 61 -11 -47 -27 1388 2517 3 MP PP c9 1388 2517 mt 1341 2490 L c8 1341 2490 mt 1402 2479 L 1 sg -47 -27 61 -11 1341 2490 3 MP PP c8 1341 2490 mt 1402 2479 L c9 1402 2479 mt 1355 2452 L 1 sg 61 -8 -47 -29 1378 2697 3 MP PP c9 1378 2697 mt 1331 2668 L 1331 2668 mt 1392 2660 L 1 sg -47 -30 61 -8 1331 2668 3 MP PP c9 1331 2668 mt 1392 2660 L 1392 2660 mt 1345 2630 L 1 sg 61 -11 -46 -26 1373 2554 3 MP PP c9 1373 2554 mt 1327 2528 L c8 1327 2528 mt 1388 2517 L 1 sg -47 -27 61 -11 1327 2528 3 MP PP c8 1327 2528 mt 1388 2517 L c9 1388 2517 mt 1341 2490 L 1 sg 61 -9 -47 -29 1364 2735 3 MP PP c9 1364 2735 mt 1317 2706 L 1317 2706 mt 1378 2697 L 1 sg -47 -29 61 -9 1317 2706 3 MP PP c9 1317 2706 mt 1378 2697 L 1378 2697 mt 1331 2668 L 1 sg 60 -12 -46 -26 1359 2592 3 MP PP c9 1359 2592 mt 1313 2566 L c8 1313 2566 mt 1373 2554 L 1 sg -46 -26 60 -12 1313 2566 3 MP PP c8 1313 2566 mt 1373 2554 L c9 1373 2554 mt 1327 2528 L 1 sg 60 -14 -46 -23 1355 2452 3 MP PP c8 1355 2452 mt 1309 2429 L 1309 2429 mt 1369 2415 L 1 sg 60 -12 -46 -26 1345 2630 3 MP PP c9 1345 2630 mt 1299 2604 L c8 1299 2604 mt 1359 2592 L 1 sg -46 -26 60 -12 1299 2604 3 MP PP c8 1299 2604 mt 1359 2592 L c9 1359 2592 mt 1313 2566 L 1 sg 60 -15 -46 -23 1341 2490 3 MP PP c8 1341 2490 mt 1295 2467 L 1295 2467 mt 1355 2452 L 1 sg -46 -23 60 -15 1295 2467 3 MP PP c8 1295 2467 mt 1355 2452 L 1355 2452 mt 1309 2429 L 1 sg 60 -11 -46 -27 1331 2668 3 MP PP c9 1331 2668 mt 1285 2641 L c8 1285 2641 mt 1345 2630 L 1 sg -46 -26 60 -11 1285 2641 3 MP PP c8 1285 2641 mt 1345 2630 L c9 1345 2630 mt 1299 2604 L 1 sg 61 -15 -47 -23 1327 2528 3 MP PP c8 1327 2528 mt 1280 2505 L 1280 2505 mt 1341 2490 L 1 sg -46 -23 61 -15 1280 2505 3 MP PP c8 1280 2505 mt 1341 2490 L 1341 2490 mt 1295 2467 L 1 sg 60 -11 -46 -27 1317 2706 3 MP PP c9 1317 2706 mt 1271 2679 L c8 1271 2679 mt 1331 2668 L 1 sg -46 -27 60 -11 1271 2679 3 MP PP c8 1271 2679 mt 1331 2668 L c9 1331 2668 mt 1285 2641 L 1 sg 61 -15 -47 -23 1313 2566 3 MP PP c8 1313 2566 mt 1266 2543 L 1266 2543 mt 1327 2528 L 1 sg -47 -23 61 -15 1266 2543 3 MP PP c8 1266 2543 mt 1327 2528 L 1327 2528 mt 1280 2505 L 1 sg 61 -14 -47 -24 1299 2604 3 MP PP c8 1299 2604 mt 1252 2580 L 1252 2580 mt 1313 2566 L 1 sg -47 -23 61 -14 1252 2580 3 MP PP c8 1252 2580 mt 1313 2566 L 1313 2566 mt 1266 2543 L 1 sg 61 -16 -47 -22 1295 2467 3 MP PP c8 1295 2467 mt 1248 2445 L 1248 2445 mt 1309 2429 L 1 sg 61 -14 -47 -23 1285 2641 3 MP PP c8 1285 2641 mt 1238 2618 L 1238 2618 mt 1299 2604 L 1 sg -47 -24 61 -14 1238 2618 3 MP PP c8 1238 2618 mt 1299 2604 L 1299 2604 mt 1252 2580 L 1 sg 61 -16 -46 -22 1280 2505 3 MP PP c8 1280 2505 mt 1234 2483 L 1234 2483 mt 1295 2467 L 1 sg -47 -22 61 -16 1234 2483 3 MP PP c8 1234 2483 mt 1295 2467 L 1295 2467 mt 1248 2445 L 1 sg 61 -15 -47 -23 1271 2679 3 MP PP c8 1271 2679 mt 1224 2656 L 1224 2656 mt 1285 2641 L 1 sg -47 -23 61 -15 1224 2656 3 MP PP c8 1224 2656 mt 1285 2641 L 1285 2641 mt 1238 2618 L 1 sg 60 -16 -46 -22 1266 2543 3 MP PP c8 1266 2543 mt 1220 2521 L 1220 2521 mt 1280 2505 L 1 sg -46 -22 60 -16 1220 2521 3 MP PP c8 1220 2521 mt 1280 2505 L 1280 2505 mt 1234 2483 L 1 sg 60 -16 -46 -21 1252 2580 3 MP PP c8 1252 2580 mt 1206 2559 L 1206 2559 mt 1266 2543 L 1 sg -46 -22 60 -16 1206 2559 3 MP PP c8 1206 2559 mt 1266 2543 L 1266 2543 mt 1220 2521 L 1 sg 60 -17 -46 -21 1238 2618 3 MP PP c8 1238 2618 mt 1192 2597 L 1192 2597 mt 1252 2580 L 1 sg -46 -21 60 -17 1192 2597 3 MP PP c8 1192 2597 mt 1252 2580 L 1252 2580 mt 1206 2559 L 1 sg 61 -17 -47 -21 1234 2483 3 MP PP c8 1234 2483 mt 1187 2462 L 1187 2462 mt 1248 2445 L 1 sg 60 -16 -46 -22 1224 2656 3 MP PP c8 1224 2656 mt 1178 2634 L 1178 2634 mt 1238 2618 L 1 sg -46 -21 60 -16 1178 2634 3 MP PP c8 1178 2634 mt 1238 2618 L 1238 2618 mt 1192 2597 L 1 sg 61 -17 -47 -21 1220 2521 3 MP PP c8 1220 2521 mt 1173 2500 L 1173 2500 mt 1234 2483 L 1 sg -47 -21 61 -17 1173 2500 3 MP PP c8 1173 2500 mt 1234 2483 L 1234 2483 mt 1187 2462 L 1 sg 61 -17 -47 -21 1206 2559 3 MP PP c8 1206 2559 mt 1159 2538 L 1159 2538 mt 1220 2521 L 1 sg -47 -21 61 -17 1159 2538 3 MP PP c8 1159 2538 mt 1220 2521 L 1220 2521 mt 1173 2500 L 1 sg 61 -17 -47 -21 1192 2597 3 MP PP c8 1192 2597 mt 1145 2576 L 1145 2576 mt 1206 2559 L 1 sg -47 -21 61 -17 1145 2576 3 MP PP c8 1145 2576 mt 1206 2559 L 1206 2559 mt 1159 2538 L 1 sg 61 -16 -47 -21 1178 2634 3 MP PP c8 1178 2634 mt 1131 2613 L 1131 2613 mt 1192 2597 L 1 sg -47 -21 61 -16 1131 2613 3 MP PP c8 1131 2613 mt 1192 2597 L 1192 2597 mt 1145 2576 L 1 sg 60 -17 -46 -21 1173 2500 3 MP PP c8 1173 2500 mt 1127 2479 L 1127 2479 mt 1187 2462 L 1 sg 60 -17 -46 -21 1159 2538 3 MP PP c8 1159 2538 mt 1113 2517 L 1113 2517 mt 1173 2500 L 1 sg -46 -21 60 -17 1113 2517 3 MP PP c8 1113 2517 mt 1173 2500 L 1173 2500 mt 1127 2479 L 1 sg 60 -16 -46 -22 1145 2576 3 MP PP c8 1145 2576 mt 1099 2554 L 1099 2554 mt 1159 2538 L 1 sg -46 -21 60 -16 1099 2554 3 MP PP c8 1099 2554 mt 1159 2538 L 1159 2538 mt 1113 2517 L 1 sg 60 -16 -46 -21 1131 2613 3 MP PP c8 1131 2613 mt 1085 2592 L 1085 2592 mt 1145 2576 L 1 sg -46 -22 60 -16 1085 2592 3 MP PP c8 1085 2592 mt 1145 2576 L 1145 2576 mt 1099 2554 L 1 sg 61 -16 -47 -22 1113 2517 3 MP PP c8 1113 2517 mt 1066 2495 L 1066 2495 mt 1127 2479 L 1 sg 61 -16 -47 -21 1099 2554 3 MP PP c8 1099 2554 mt 1052 2533 L 1052 2533 mt 1113 2517 L 1 sg -47 -22 61 -16 1052 2533 3 MP PP c8 1052 2533 mt 1113 2517 L 1113 2517 mt 1066 2495 L 1 sg 61 -17 -47 -21 1085 2592 3 MP PP c8 1085 2592 mt 1038 2571 L 1038 2571 mt 1099 2554 L 1 sg -47 -21 61 -17 1038 2571 3 MP PP c8 1038 2571 mt 1099 2554 L 1099 2554 mt 1052 2533 L 1 sg 60 -17 -46 -21 1052 2533 3 MP PP c8 1052 2533 mt 1006 2512 L 1006 2512 mt 1066 2495 L 1 sg 60 -17 -46 -21 1038 2571 3 MP PP c8 1038 2571 mt 992 2550 L 992 2550 mt 1052 2533 L 1 sg -46 -21 60 -17 992 2550 3 MP PP c8 992 2550 mt 1052 2533 L 1052 2533 mt 1006 2512 L 1 sg 61 -16 -47 -22 992 2550 3 MP PP c8 992 2550 mt 945 2528 L 945 2528 mt 1006 2512 L gr c8 0 sg 478 2418 mt -90 rotate (A) s 90 rotate end eplot %%EndObject epage end showpage %%Trailer %%EOF xmds-doc-0~svn.1884/latex/figures/main.py0000644000175000017500000000343310017040010017570 0ustar rafaelrafael# recreate main.fig using pyscript from math import * from pyscript.lib.presentation import TeXBox from pyscript.lib.misc import Arrow def text_box(text,textScale=1.9): buffer = 0.2 tex = TeX(text).scale(textScale) rect = Rectangle(c=tex.c, width = tex.bbox().width+buffer, height = tex.bbox().height+buffer, fg=Color(0), linewidth=1.0) return Group(rect,tex) textScale = 1.9 beginCirc = Circle(fg=Color(0),r=1.0) beginText = TeX(r"\sf Begin").scale(textScale) beginText.c = beginCirc.c begin = Group(beginCirc,beginText) box1 = text_box(r"\sf Process command line arguments") box2 = text_box(r"\sf Parse input file") box3 = text_box(r"\sf Process simulation element") box4 = text_box(r"\sf Generate output code") box5 = text_box(r"\sf Call system compiler") endCirc = Circle(fg=Color(0),r=1.0) endText = TeX(r"\sf End").scale(textScale) endText.c = endCirc.c end = Group(endCirc,endText) arrow = Arrow(start=P(0,0),end=P(0,-1.0),fg=Color(0),dh=0.1) overview = Align(begin, arrow, box1, arrow.copy(), box2, arrow.copy(), box3, arrow.copy(), box4, arrow.copy(), box5, arrow.copy(), end, a1="s",a2="n",space=-0.1) dbox1 = text_box(r"\sf Write includes") dbox2 = text_box(r"\sf Write defines") dbox3 = text_box(r"\sf Write globals") dbox4 = text_box(r"\sf Write prototypes") dbox5 = text_box(r"\sf Write routines") details = Align(dbox1, arrow.copy(), dbox2, arrow.copy(), dbox3, arrow.copy(), dbox4, arrow.copy(), dbox5, a1="s",a2="n",space=-0.1) details.sw = overview.se + P(2.0,1.0) path1 = Path(overview.e-P(1.2,2),details.nw,dash='[ 2] 0') path2 = Path(overview.e-P(1.2,2),details.sw,dash='[ 2] 0') render( overview, details, path1,path2, file="main.eps", ) xmds-doc-0~svn.1884/latex/figures/main.eps0000644000175000017500000007716210007374504017762 0ustar rafaelrafael%!PS-Adobe-3.0 EPSF-3.0 %%BoundingBox: 0 0 475 450 %%Creator: PyScript 0.4.0 %%CreationDate: Thu Aug 21 16:36:16 2003 %%LanguageLevel: 2 %%Title: PyScriptEPS %%Pages: 1 %%EndComments %%BeginProlog %%BeginResource: procset pyscript /PyScriptDict 10 dict def PyScriptDict begin %show text with kerning if supplied /kernshow { 0 2 2 counttomark 2 sub { -2 roll } for counttomark 2 idiv { exch show 0 rmoveto} repeat pop } bind def /BeginEPSF { /b4_Inc_state save def /dict_count countdictstack def /op_count count 1 sub def userdict begin /showpage { } def 0 setgray 0 setlinecap 1 setlinewidth 0 setlinejoin 10 setmiterlimit [ ] 0 setdash newpath /languagelevel where {pop languagelevel 1 ne {false setstrokeadjust false setoverprint } if } if } bind def /EndEPSF { count op_count sub {pop} repeat countdictstack dict_count sub {end} repeat b4_Inc_state restore } bind def /PyScriptStart {} def /PyScriptEnd {} def /showpage {} def end %%EndResource %DVIPSWebPage: (www.radicaleye.com) %DVIPSCommandLine: dvips -q -tunknown -Ppdf -o temp.ps temp.dvi %DVIPSParameters: dpi=8000, compressed %DVIPSSource: TeX output 2003.08.21:1636 %%BeginProcSet: tex.pro %! /TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S N}B/A{dup}B/TR{translate}N/isls false N/vsize 11 72 mul N/hsize 8.5 72 mul N/landplus90{false}def/@rigin{isls{[0 landplus90{1 -1}{-1 1}ifelse 0 0 0]concat}if 72 Resolution div 72 VResolution div neg scale isls{ landplus90{VResolution 72 div vsize mul 0 exch}{Resolution -72 div hsize mul 0}ifelse TR}if Resolution VResolution vsize -72 div 1 add mul TR[ matrix currentmatrix{A A round sub abs 0.00001 lt{round}if}forall round exch round exch]setmatrix}N/@landscape{/isls true N}B/@manualfeed{ statusdict/manualfeed true put}B/@copies{/#copies X}B/FMat[1 0 0 -1 0 0] N/FBB[0 0 0 0]N/nn 0 N/IEn 0 N/ctr 0 N/df-tail{/nn 8 dict N nn begin /FontType 3 N/FontMatrix fntrx N/FontBBox FBB N string/base X array /BitMaps X/BuildChar{CharBuilder}N/Encoding IEn N end A{/foo setfont}2 array copy cvx N load 0 nn put/ctr 0 N[}B/sf 0 N/df{/sf 1 N/fntrx FMat N df-tail}B/dfs{div/sf X/fntrx[sf 0 0 sf neg 0 0]N df-tail}B/E{pop nn A definefont setfont}B/Cw{Cd A length 5 sub get}B/Ch{Cd A length 4 sub get }B/Cx{128 Cd A length 3 sub get sub}B/Cy{Cd A length 2 sub get 127 sub} B/Cdx{Cd A length 1 sub get}B/Ci{Cd A type/stringtype ne{ctr get/ctr ctr 1 add N}if}B/CharBuilder{save 3 1 roll S A/base get 2 index get S /BitMaps get S get/Cd X pop/ctr 0 N Cdx 0 Cx Cy Ch sub Cx Cw add Cy setcachedevice Cw Ch true[1 0 0 -1 -.1 Cx sub Cy .1 sub]{Ci}imagemask restore}B/D{/cc X A type/stringtype ne{]}if nn/base get cc ctr put nn /BitMaps get S ctr S sf 1 ne{A A length 1 sub A 2 index S get sf div put }if put/ctr ctr 1 add N}B/I{cc 1 add D}B/bop{userdict/bop-hook known{ bop-hook}if/SI save N @rigin 0 0 moveto/V matrix currentmatrix A 1 get A mul exch 0 get A mul add .99 lt{/QV}{/RV}ifelse load def pop pop}N/eop{ SI restore userdict/eop-hook known{eop-hook}if showpage}N/@start{ userdict/start-hook known{start-hook}if pop/VResolution X/Resolution X 1000 div/DVImag X/IEn 256 array N 2 string 0 1 255{IEn S A 360 add 36 4 index cvrs cvn put}for pop 65781.76 div/vsize X 65781.76 div/hsize X}N /p{show}N/RMat[1 0 0 -1 0 0]N/BDot 260 string N/Rx 0 N/Ry 0 N/V{}B/RV/v{ /Ry X/Rx X V}B statusdict begin/product where{pop false[(Display)(NeXT) (LaserWriter 16/600)]{A length product length le{A length product exch 0 exch getinterval eq{pop true exit}if}{pop}ifelse}forall}{false}ifelse end{{gsave TR -.1 .1 TR 1 1 scale Rx Ry false RMat{BDot}imagemask grestore}}{{gsave TR -.1 .1 TR Rx Ry scale 1 1 false RMat{BDot} imagemask grestore}}ifelse B/QV{gsave newpath transform round exch round exch itransform moveto Rx 0 rlineto 0 Ry neg rlineto Rx neg 0 rlineto fill grestore}B/a{moveto}B/delta 0 N/tail{A/delta X 0 rmoveto}B/M{S p delta add tail}B/b{S p tail}B/c{-4 M}B/d{-3 M}B/e{-2 M}B/f{-1 M}B/g{0 M} B/h{1 M}B/i{2 M}B/j{3 M}B/k{4 M}B/w{0 rmoveto}B/l{p -4 w}B/m{p -3 w}B/n{ p -2 w}B/o{p -1 w}B/q{p 1 w}B/r{p 2 w}B/s{p 3 w}B/t{p 4 w}B/x{0 S rmoveto}B/y{3 2 roll p a}B/bos{/SS save N}B/eos{SS restore}B end %%EndProcSet %%BeginProcSet: alt-rule.pro %! % Patch by TVZ % Makes dvips files draw rules with stroke rather than fill. % Makes narrow rules more predictable at low resolutions % after distilling to PDF. % May have unknown consequences for very thick rules. % Tested only with dvips 5.85(k). TeXDict begin /QV { gsave newpath /ruleY X /ruleX X Rx Ry gt { ruleX ruleY Ry 2 div sub moveto Rx 0 rlineto Ry } { ruleX Rx 2 div add ruleY moveto 0 Ry neg rlineto Rx } ifelse setlinewidth 0 setlinecap stroke grestore } bind def end %%EndProcSet %%BeginProcSet: texc.pro %! /TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S N}B/A{dup}B/TR{translate}N/isls false N/vsize 11 72 mul N/hsize 8.5 72 mul N/landplus90{false}def/@rigin{isls{[0 landplus90{1 -1}{-1 1}ifelse 0 0 0]concat}if 72 Resolution div 72 VResolution div neg scale isls{ landplus90{VResolution 72 div vsize mul 0 exch}{Resolution -72 div hsize mul 0}ifelse TR}if Resolution VResolution vsize -72 div 1 add mul TR[ matrix currentmatrix{A A round sub abs 0.00001 lt{round}if}forall round exch round exch]setmatrix}N/@landscape{/isls true N}B/@manualfeed{ statusdict/manualfeed true put}B/@copies{/#copies X}B/FMat[1 0 0 -1 0 0] N/FBB[0 0 0 0]N/nn 0 N/IEn 0 N/ctr 0 N/df-tail{/nn 8 dict N nn begin /FontType 3 N/FontMatrix fntrx N/FontBBox FBB N string/base X array /BitMaps X/BuildChar{CharBuilder}N/Encoding IEn N end A{/foo setfont}2 array copy cvx N load 0 nn put/ctr 0 N[}B/sf 0 N/df{/sf 1 N/fntrx FMat N df-tail}B/dfs{div/sf X/fntrx[sf 0 0 sf neg 0 0]N df-tail}B/E{pop nn A definefont setfont}B/Cw{Cd A length 5 sub get}B/Ch{Cd A length 4 sub get }B/Cx{128 Cd A length 3 sub get sub}B/Cy{Cd A length 2 sub get 127 sub} B/Cdx{Cd A length 1 sub get}B/Ci{Cd A type/stringtype ne{ctr get/ctr ctr 1 add N}if}B/id 0 N/rw 0 N/rc 0 N/gp 0 N/cp 0 N/G 0 N/CharBuilder{save 3 1 roll S A/base get 2 index get S/BitMaps get S get/Cd X pop/ctr 0 N Cdx 0 Cx Cy Ch sub Cx Cw add Cy setcachedevice Cw Ch true[1 0 0 -1 -.1 Cx sub Cy .1 sub]/id Ci N/rw Cw 7 add 8 idiv string N/rc 0 N/gp 0 N/cp 0 N{ rc 0 ne{rc 1 sub/rc X rw}{G}ifelse}imagemask restore}B/G{{id gp get/gp gp 1 add N A 18 mod S 18 idiv pl S get exec}loop}B/adv{cp add/cp X}B /chg{rw cp id gp 4 index getinterval putinterval A gp add/gp X adv}B/nd{ /cp 0 N rw exit}B/lsh{rw cp 2 copy get A 0 eq{pop 1}{A 255 eq{pop 254}{ A A add 255 and S 1 and or}ifelse}ifelse put 1 adv}B/rsh{rw cp 2 copy get A 0 eq{pop 128}{A 255 eq{pop 127}{A 2 idiv S 128 and or}ifelse} ifelse put 1 adv}B/clr{rw cp 2 index string putinterval adv}B/set{rw cp fillstr 0 4 index getinterval putinterval adv}B/fillstr 18 string 0 1 17 {2 copy 255 put pop}for N/pl[{adv 1 chg}{adv 1 chg nd}{1 add chg}{1 add chg nd}{adv lsh}{adv lsh nd}{adv rsh}{adv rsh nd}{1 add adv}{/rc X nd}{ 1 add set}{1 add clr}{adv 2 chg}{adv 2 chg nd}{pop nd}]A{bind pop} forall N/D{/cc X A type/stringtype ne{]}if nn/base get cc ctr put nn /BitMaps get S ctr S sf 1 ne{A A length 1 sub A 2 index S get sf div put }if put/ctr ctr 1 add N}B/I{cc 1 add D}B/bop{userdict/bop-hook known{ bop-hook}if/SI save N @rigin 0 0 moveto/V matrix currentmatrix A 1 get A mul exch 0 get A mul add .99 lt{/QV}{/RV}ifelse load def pop pop}N/eop{ SI restore userdict/eop-hook known{eop-hook}if showpage}N/@start{ userdict/start-hook known{start-hook}if pop/VResolution X/Resolution X 1000 div/DVImag X/IEn 256 array N 2 string 0 1 255{IEn S A 360 add 36 4 index cvrs cvn put}for pop 65781.76 div/vsize X 65781.76 div/hsize X}N /p{show}N/RMat[1 0 0 -1 0 0]N/BDot 260 string N/Rx 0 N/Ry 0 N/V{}B/RV/v{ /Ry X/Rx X V}B statusdict begin/product where{pop false[(Display)(NeXT) (LaserWriter 16/600)]{A length product length le{A length product exch 0 exch getinterval eq{pop true exit}if}{pop}ifelse}forall}{false}ifelse end{{gsave TR -.1 .1 TR 1 1 scale Rx Ry false RMat{BDot}imagemask grestore}}{{gsave TR -.1 .1 TR Rx Ry scale 1 1 false RMat{BDot} imagemask grestore}}ifelse B/QV{gsave newpath transform round exch round exch itransform moveto Rx 0 rlineto 0 Ry neg rlineto Rx neg 0 rlineto fill grestore}B/a{moveto}B/delta 0 N/tail{A/delta X 0 rmoveto}B/M{S p delta add tail}B/b{S p tail}B/c{-4 M}B/d{-3 M}B/e{-2 M}B/f{-1 M}B/g{0 M} B/h{1 M}B/i{2 M}B/j{3 M}B/k{4 M}B/w{0 rmoveto}B/l{p -4 w}B/m{p -3 w}B/n{ p -2 w}B/o{p -1 w}B/q{p 1 w}B/r{p 2 w}B/s{p 3 w}B/t{p 4 w}B/x{0 S rmoveto}B/y{3 2 roll p a}B/bos{/SS save N}B/eos{SS restore}B end %%EndProcSet %%BeginProcSet: texps.pro %! TeXDict begin/rf{findfont dup length 1 add dict begin{1 index/FID ne 2 index/UniqueID ne and{def}{pop pop}ifelse}forall[1 index 0 6 -1 roll exec 0 exch 5 -1 roll VResolution Resolution div mul neg 0 0]/Metrics exch def dict begin Encoding{exch dup type/integertype ne{pop pop 1 sub dup 0 le{pop}{[}ifelse}{FontMatrix 0 get div Metrics 0 get div def} ifelse}forall Metrics/Metrics currentdict end def[2 index currentdict end definefont 3 -1 roll makefont/setfont cvx]cvx def}def/ObliqueSlant{ dup sin S cos div neg}B/SlantFont{4 index mul add}def/ExtendFont{3 -1 roll mul exch}def/ReEncodeFont{CharStrings rcheck{/Encoding false def dup[exch{dup CharStrings exch known not{pop/.notdef/Encoding true def} if}forall Encoding{]exch pop}{cleartomark}ifelse}if/Encoding exch def} def end %%EndProcSet %%BeginProcSet: special.pro %! TeXDict begin/SDict 200 dict N SDict begin/@SpecialDefaults{/hs 612 N /vs 792 N/ho 0 N/vo 0 N/hsc 1 N/vsc 1 N/ang 0 N/CLIP 0 N/rwiSeen false N /rhiSeen false N/letter{}N/note{}N/a4{}N/legal{}N}B/@scaleunit 100 N /@hscale{@scaleunit div/hsc X}B/@vscale{@scaleunit div/vsc X}B/@hsize{ /hs X/CLIP 1 N}B/@vsize{/vs X/CLIP 1 N}B/@clip{/CLIP 2 N}B/@hoffset{/ho X}B/@voffset{/vo X}B/@angle{/ang X}B/@rwi{10 div/rwi X/rwiSeen true N}B /@rhi{10 div/rhi X/rhiSeen true N}B/@llx{/llx X}B/@lly{/lly X}B/@urx{ /urx X}B/@ury{/ury X}B/magscale true def end/@MacSetUp{userdict/md known {userdict/md get type/dicttype eq{userdict begin md length 10 add md maxlength ge{/md md dup length 20 add dict copy def}if end md begin /letter{}N/note{}N/legal{}N/od{txpose 1 0 mtx defaultmatrix dtransform S atan/pa X newpath clippath mark{transform{itransform moveto}}{transform{ itransform lineto}}{6 -2 roll transform 6 -2 roll transform 6 -2 roll transform{itransform 6 2 roll itransform 6 2 roll itransform 6 2 roll curveto}}{{closepath}}pathforall newpath counttomark array astore/gc xdf pop ct 39 0 put 10 fz 0 fs 2 F/|______Courier fnt invertflag{PaintBlack} if}N/txpose{pxs pys scale ppr aload pop por{noflips{pop S neg S TR pop 1 -1 scale}if xflip yflip and{pop S neg S TR 180 rotate 1 -1 scale ppr 3 get ppr 1 get neg sub neg ppr 2 get ppr 0 get neg sub neg TR}if xflip yflip not and{pop S neg S TR pop 180 rotate ppr 3 get ppr 1 get neg sub neg 0 TR}if yflip xflip not and{ppr 1 get neg ppr 0 get neg TR}if}{ noflips{TR pop pop 270 rotate 1 -1 scale}if xflip yflip and{TR pop pop 90 rotate 1 -1 scale ppr 3 get ppr 1 get neg sub neg ppr 2 get ppr 0 get neg sub neg TR}if xflip yflip not and{TR pop pop 90 rotate ppr 3 get ppr 1 get neg sub neg 0 TR}if yflip xflip not and{TR pop pop 270 rotate ppr 2 get ppr 0 get neg sub neg 0 S TR}if}ifelse scaleby96{ppr aload pop 4 -1 roll add 2 div 3 1 roll add 2 div 2 copy TR .96 dup scale neg S neg S TR}if}N/cp{pop pop showpage pm restore}N end}if}if}N/normalscale{ Resolution 72 div VResolution 72 div neg scale magscale{DVImag dup scale }if 0 setgray}N/psfts{S 65781.76 div N}N/startTexFig{/psf$SavedState save N userdict maxlength dict begin/magscale true def normalscale currentpoint TR/psf$ury psfts/psf$urx psfts/psf$lly psfts/psf$llx psfts /psf$y psfts/psf$x psfts currentpoint/psf$cy X/psf$cx X/psf$sx psf$x psf$urx psf$llx sub div N/psf$sy psf$y psf$ury psf$lly sub div N psf$sx psf$sy scale psf$cx psf$sx div psf$llx sub psf$cy psf$sy div psf$ury sub TR/showpage{}N/erasepage{}N/copypage{}N/p 3 def @MacSetUp}N/doclip{ psf$llx psf$lly psf$urx psf$ury currentpoint 6 2 roll newpath 4 copy 4 2 roll moveto 6 -1 roll S lineto S lineto S lineto closepath clip newpath moveto}N/endTexFig{end psf$SavedState restore}N/@beginspecial{SDict begin/SpecialSave save N gsave normalscale currentpoint TR @SpecialDefaults count/ocount X/dcount countdictstack N}N/@setspecial{ CLIP 1 eq{newpath 0 0 moveto hs 0 rlineto 0 vs rlineto hs neg 0 rlineto closepath clip}if ho vo TR hsc vsc scale ang rotate rwiSeen{rwi urx llx sub div rhiSeen{rhi ury lly sub div}{dup}ifelse scale llx neg lly neg TR }{rhiSeen{rhi ury lly sub div dup scale llx neg lly neg TR}if}ifelse CLIP 2 eq{newpath llx lly moveto urx lly lineto urx ury lineto llx ury lineto closepath clip}if/showpage{}N/erasepage{}N/copypage{}N newpath}N /@endspecial{count ocount sub{pop}repeat countdictstack dcount sub{end} repeat grestore SpecialSave restore end}N/@defspecial{SDict begin}N /@fedspecial{end}B/li{lineto}B/rl{rlineto}B/rc{rcurveto}B/np{/SaveX currentpoint/SaveY X N 1 setlinecap newpath}N/st{stroke SaveX SaveY moveto}N/fil{fill SaveX SaveY moveto}N/ellipse{/endangle X/startangle X /yrad X/xrad X/savematrix matrix currentmatrix N TR xrad yrad scale 0 0 1 startangle endangle arc savematrix setmatrix}N end %%EndProcSet %%BeginFont: CMSS10 %!PS-AdobeFont-1.1: CMSS10 1.0 %%CreationDate: 1991 Aug 20 17:33:34 % Copyright (C) 1997 American Mathematical Society. All Rights Reserved. 11 dict begin /FontInfo 7 dict dup begin /version (1.0) readonly def /Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def /FullName (CMSS10) readonly def /FamilyName (Computer Modern) readonly def /Weight (Medium) readonly def /ItalicAngle 0 def /isFixedPitch false def end readonly def /FontName /CMSS10 def /PaintType 0 def /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0] readonly def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for dup 175 /fi put dup 66 /B put dup 67 /C put dup 69 /E put dup 71 /G put dup 80 /P put dup 87 /W put dup 97 /a put dup 98 /b put dup 99 /c put dup 100 /d put dup 101 /e put dup 103 /g put dup 105 /i put dup 108 /l put dup 109 /m put dup 110 /n put dup 111 /o put dup 112 /p put dup 114 /r put dup 115 /s put dup 116 /t put dup 117 /u put dup 121 /y put readonly def /FontBBox{-61 -250 999 759}readonly def /UniqueXX 5000803 def currentdict end currentfile eexec 9b9c1569015f2c1d2bf560f4c0d52257bacdd6500abda5ed9835f6a016cfc8f0 0b6c052ed76a87856b50f4d80dfaeb508c97f8281f3f88b17e4d3b90c0f65ec3 79791aacdc162a66cbbc5be2f53aad8de72dd113b55a022fbfee658cb95f5bb3 2ba0357b5e050fddf264a07470bef1c52119b6fbd5c77ebed964ac5a2bbec9d8 b3e48ae5bb003a63d545774b922b9d5ff6b0066ece43645a131879b032137d6d 823385fe55f3402d557fd3b448685bdd20eb05d43275929a6669eca687892476 7868f7357418bea5258a0ce230bd4a90e4c2449c1bb0b09a003fcc1550cc30c0 074be252faae7ebbb4540870d857f3fa917fbc959e50a1005453d38380bb2050 ab7166ae895122c76d0fe468acb4209a6a4732c83c7b3efd4a48f01a0095a944 70612ba2a396dd6f90875a7b48a6806c6d7b781c419e0404c494a7531556efd1 08e97e770410e56fe92b45557101548925cb121fe6c80914681803e6a43f603a 7a5a56dc73ad61f0e07d23b83519d73df4bbb2095c0b43c63ef3839135866235 3fdc68c810d53b36757496e93e0278a3e9ecfb064693408c428ccb882e25cbd8 0a6816f0f43d82cd7e7f65836756fd2bba49cb58c838fedcbd066007a0d05031 7bd08ed1ee6852e941da15d26b694f786dd9aa403dd448eb7459c1f1be275dcf da8d9eea3ce8c4590ffb24f7b35ba9486d675c2c05388d903335b7ca38d54a8b dfb43f0aa7d4c553f962fadf9f7515bd713d93bdb45e1917d291116d3fe3c7b1 7a0303886591e6248ca7862a83feccf080a54fc9780f848d95bae09126f5c52c 88ff1344328249a2bed8726f05890eb9988e69258044b9521bc6a56ba837d06f 28f244e71c374e76aacb5c16a0713c104b38e48a94bcaf268f27a90dc7bcd5f2 f579ad458fd22ce0ddbd9aef2cb40cb76686ea2380f985ec361517d0c488173e 6ba28e55b37c3dde4ab214f8ba90d1c86968eaf684f58125d056be4ba1ffb276 aa5910aa52a1f27e7fdb93db1689aa98404cdb94185ff6e3881aeb9427d41231 b90246e1d3e0b229160fd017197b75052f46fdb53266bc9cd275ccfdb703409b aa3554e863dfe7c5f18e4857576946cc84eaf43dbf1e7633b7245071464f5e74 e8be65b252244ec46133761189dd1a343913e74fe0d52e369f0fe676254ca6dd 84d79c2f5e08ea821ddbf81f1616f1b2ae6e2be20e8d3f22beb57f5a3832de6b 149ab050007648f88cb0acd499a9459b6dbf6be123b6bbf7caffa948d9a39837 5363c0abe26214777362daea067268ec47c4242741c062e1fbe2e81cb363d3dc 9e2a6abb9d70115a16db38448fbce3378a6f8084aedf7837cb74edcfd64586d1 9d35ccdf5d3d833fc301e06491605eeec2875f4d0858b35e7bd6b834e0248f0c fcf09050e0357790ff1efe8487f060d5cd14ab26ab745b1a84bf59eecaf5eae4 5fa6f96812be3c14908e89e842e080b9b4dcae9daae4c220e5463e20ab937fa2 50db2d9ebeb232d8e56ed01aaff81082706d25b488f634b54bd57fac4e8583a6 dc0b4382a9df106c25c5183e9debe9e4236f5c1dff82afc309f4bcc6a34d6e51 8b2613ff9d2f37a6f70711f32cddd5fa444d1114b1a1e616c1aad4d556b0ac2f 9aa6ccfc4b9194eeecab56f390d98c312f320289b6f785124bd1155dee32d79e bdad4baa9719078f8ad18cb92abf8860f2255d3f28b63e8572e7a794bfda1c2c ae6582d57e7215392c22398d96be0d198effbbb37c746f285d1c3bf942589ec9 80d310e69b2a0d7832b13d1c6eb80bd788fd7f897704efbe388bb809b2bdbc5e cd9b52d4d50a36edeb8628e4f9d026dce2bc844f57ea821b6a2baf3a5bcd665a 2d37475078c31503618620f7781150ad1a2fdd67958e3881102c69fb0a15ba36 edabd54fcd722441d91ad60576c28b6eb8bd7a229bdf6637d903c3da53147ab7 dc3113b30747fbb68dbc023cf6ddd156e6364c5186f41df688ea8bcb7da4c542 ad94ffe7a4bec40e5d339186978791efd31579be900eaab7d33d08372c0f73db 42c1cbdbf6014de795a934324d65c1924ec40b42d260a42e545bcf16ad1925ca 1d89f06c295c8f3f16f98b68d7be8611afc509df6c69a8bc5996196df296177d 3532eb52ec960b01fcc3238ec7d56d1b42a34a6a630668fa185d8b99137f95a1 78607587110b1e49c47fbc8fbfd47f1bbdef8ec252d2976873a6c5a68b19fcc8 37844add68f9d992ec1861f5740cfd1de1a355b9a15b59b4c7ec2e426114f59a 1797f8650c73938851fb82d0e6791f936576156d7163bf2e8d78d9fdb7dc8c63 003b773aba61c54976731ad995b9f42581918ed2e5c814d77f0a86e2cfc6d37f 38382e0aed45ee17a08c55b9fff0ab94cf3ab3512cf55ef02f7e3f5bf4860865 4606b1f0135c3c0442b6d20841aaa33564d662d7f47c6cd77c13a04e55af2a02 d6ad967563d2d902db2810f8acda705c61f853b8ac9eebfc77da3e7ff8205a53 cd7de4d85a299df752326c641364174c32cba260b34f55213c986f4f9a3e8955 bb776523a2eb4a714f5d6dc1b41d869d6fb4cce19da602c82a2498052c9d1d73 e89f3abaae3400da3dbe5f04398fc4e680a2a294328fc3e2d194de7808e13731 a8641bf045409aa10c60c14a2896ff6a6f42fda2cdc3b031e468dfc85e882996 c788ca37756f35fbf2efb0df8d647361101efa260ac3d3a2bae70d30919190a6 039c076eb57c16b5d2f1bf13b26f39a4511b49483d59987e4a59bb209a999faf 43ea981d29473524eedafdfd93fdcc133ad2cf00a72a23160233b4a430705bd8 6d31c63ee93a2e88cec7d9fca41defbc2b5d0b7116cf11c637da7171527257f9 4add07bc6647e8eff4923212abd61fbc881895dde89f285695f6a2f92dd31b77 2265ed13e6d07c4a8bf4ef8c8f4e0e15779e09c68df60c347708891490112254 d8b94b7f07113962d00b5fb83f54acbdc65cc57e97c90dc803f996e9b5392c6c 7b5415b2439d40203efb60ca891be65f04aad230852a223ad26fc825f41ae783 79c85a3dc08d377c3bedfecfd7dbdf2e86f4dac840aaf225f9d98472b919538b c251652b4894cecda891bf5d16f969c6c61168ae185f055840548b9628f4ef39 442cbc79048e048ef0df1911cc0e8c584375ff67e852326e18ee2b366dbe5a48 729d469a804bbcdc17d2e4c4561e5668d138510c6ee1c500b7ba7a4debba825b de72003472a6badc6abc1133e0d43dfe99e4614206446882520631a8685f7114 c07d15b443948fa168265c079eef97f57f55dc2c157e2c28ae9759d7cd341b9b a2f3c2d6275201d8b52ddb09b16b89a90f513318c5d59284ad43277745623353 814cbee9e092cd47b18cf6fb344597d585332522af07854ebf2a7dc75a596db9 1b26979c2fee6434112cd1405e535a6b0b8e703015d63fbac8c882cb911d61f6 6291ace8040dfa8b5ecd381ce3607c69d4f76c428d7cf1547e733dd1d8dac2db 2207d60aa73e704460b7d5ac32a5fd74a6d1356d80c03ea078072abf0536ccf7 00e4d11d5d3a09ef0aa993fb8055c9ec5ae985a415ff9a90b6814e68baac62ad ace03a26ee022651d3ead76e66e10d3e44d57e84961cd5f84a12809c6b140ad3 7846abbb581624f01b0744e5701b68d4b297e63028898cf32bcb6e2504f38819 34cc901c91bf3313437a052d98ec1a6f2065baff0d0c2932fda2dc839f03c955 2c1aec2749e003cf81e275bcf1402441a4f75e3e61e09926c9326fa2ec0d2d23 1b48cdcfbabc0d60629509f2485ff63d632773d26c4ead9d31a268024e8a47ba 0c5054ca3fd19be2aa484b0aaf0a0f45384a11ccdd5d819d0cc8f32d06ef7e57 91048d9d1f09d1c158f19ec186031c8e625d4483220ce99b74686797e01021d6 75ec47262c6d418715b0f4b7e41472d1cc0aeb1b929483c463f09891a6fafd39 0b9c61795aa06ba3c4d2905f50a758f6e05724803dfdb7ae0cf07e59c2b6b811 caa9627a9e09ee580a842c8327d0621c07bff156bcd4a2360fc708130ae2590d 46dca7bffce0930222b2412d13ebfe6907cc110e7f6ebfbf57cc9ee010ab99f8 11b996ff55940254dde4d9e9ee361f5a6cdcdb3fcb7501b2a8eec2584a2d035e 32f753e1f1be3a93e8fbe48126b8490ecd55abfe588723ec2dbcfcf5868f8ae0 932d19c21e9ba2e0b911205d04a77bfb3fb0ee085b0f7e25ecb1ec5d56594525 c2fb919592316880bea1dda1ebd3f51ba5c308461427027f9c993d7048a82e2a 4afe5500d0876c1f1f5ef1b96fd5ca92b36409d0d52a8ef486c363a85210b3d7 afd54343d272afb8b6e64f8dccf204f421f9452f0dda0d3c3ed680892d9e4e91 e27d9978cfd5ec72d681cd72e1c1311f0ec700f127050812bc3d9b9a24857d7c 1ee7692cc40d8d1fa3f0ec018257f0d1f9ecad89976b24254d09e10499d71bf8 8d9c48283c1b32ff063360f548375e454966be82db49d1429b140a6491e2789e e0c81f54d295138ae34e4d15728a49c416c9160e38bb8790aa379558739e3cd7 ae2bc0904931b3e8369964d4fb3ed805733f0e16da6a240277b6cb0495c90255 e1cc102e562d0b1044999e0c25aef3de6c3ef7b873e2e5a338126b91590bb151 6fbb54c3c473e3bcdf6f3cafe0dbea9248c80e5e9578091f03eed967f68d62fc 4c2c66c5050e796c0e06288899354a7d6763f912c1ff76b17ae8d05e1ad3ae28 ff21da9eb6de44afba4f1a727d2643e39652188a29afca04ee7f6d9c1edb4af5 5f9139b002bd3de5e0197d354a6535a06fef0ed5e3ed08e9b8511f981b3d4ddc 2eeaba310614217352e65379faa8bb53567ffb8f832ae3012422495a6c905c6f 2cb650bf9297d7ee739fd8356e0c18f99e205cad35a55e248dbe768f96c13543 217bb9527e94c1c71a67f295073e3491a9e69e5b46daede5014d63dd5c52ac95 fc4cb78d9d4c5895fc4271605a0a22d4bc6e5c046f46a2fc5e72f75914affa3f b7b0330b0db2bc448978b2d38a421bc937c2c43bd4413b161a8118e1f2983e14 e38765f482c8daf7cc41fb00a2b8981c8116c60da44d18d8ee1f7c25a6c4e17f e52ff715231577cdbff87bc74db2af0c72c97e5e37cca35e50fd7d70100a1a2a 2a252c19d2afc37ca1149b6a8209f0e875a6daa296d42f596af9d652e49c557b a35b86775a6f832a26ad5ec28e80089c87e8b82b866ec9b340367f52bad130bd c18450f6e15d8b07644a1c59117add4e0ee270a9e099d57aa5d50de4 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark %%EndFont TeXDict begin 40258437 52099154 1000 8000 8000 (temp.dvi) @start /Fa 134[510 3[572 400 424 378 1[572 553 572 879 264 2[264 1[553 1[492 572 492 572 532 9[1045 6[707 8[738 1[661 1[707 738 53[593 12[{}24 1106.96 /CMSS10 rf end %%EndProlog %%BeginSetup PyScriptDict begin /uu {28.346000 mul} def 0.5 setlinewidth 1 setlinecap 0 setlinejoin 10 setmiterlimit [ ] 0 setdash end %%EndSetup %%Page: 1 1 PyScriptDict begin gsave [1 0 0 1 4.90369 uu 14.8169 uu] concat gsave [1 0 0 1 0 uu 0 uu] concat gsave [1 0 0 1 0 uu 0 uu] concat gsave [1 0 0 1 0 uu 0 uu] concat 0 setgray 0 0 1 uu 360 0 -1 mul add 90 add 360 360 -1 mul add 90 add arcn stroke grestore gsave [1.9 0 0 1.9 -0.837861 uu -0.368659 uu] concat -5.2212 uu -23.072 uu translate 0 setgray TeXDict begin 1 0 bop 6863 5867 a 8524 6974 a Fa(Begin)11512 6974 y eop end grestore grestore gsave [6.12323e-17 -1 1 6.12323e-17 -5.55112e-17 uu -1.1 uu] concat gsave [1 0 0 1 0 uu 0 uu] concat 0 uu 0 uu translate newpath 0 uu 0 uu moveto 1 uu 0 uu lineto gsave 0 setgray fill grestore 0 setgray stroke grestore gsave [1 0 0 1 0.8 uu -0.1 uu] concat 0.2 uu 0.1 uu translate newpath 0 uu 0 uu moveto -0.2 uu -0.1 uu lineto -0.2 uu 0.1 uu lineto 0 uu 0 uu lineto closepath gsave 0 setgray fill grestore 0 setgray stroke grestore grestore gsave [1 0 0 1 -4.72553 uu -3.03732 uu] concat gsave [1 0 0 1 -0.1 uu -0.1 uu] concat 1 setlinewidth 0 setgray 0 0 9.65107 uu 0.937317 uu rectstroke grestore gsave [1.9 0 0 1.9 0 uu 0 uu] concat -5.2212 uu -23.072 uu translate 0 setgray TeXDict begin 1 0 bop 6863 5867 a 8524 6974 a Fa(Pro)31 b(cess)370 b(command)g(line)g(a)-31 b(rguments)24347 6974 y eop end grestore grestore gsave [6.12323e-17 -1 1 6.12323e-17 -5.55112e-17 uu -3.23732 uu] concat gsave [1 0 0 1 0 uu 0 uu] concat 0 uu 0 uu translate newpath 0 uu 0 uu moveto 1 uu 0 uu lineto gsave 0 setgray fill grestore 0 setgray stroke grestore gsave [1 0 0 1 0.8 uu -0.1 uu] concat 0.2 uu 0.1 uu translate newpath 0 uu 0 uu moveto -0.2 uu -0.1 uu lineto -0.2 uu 0.1 uu lineto 0 uu 0 uu lineto closepath gsave 0 setgray fill grestore 0 setgray stroke grestore grestore gsave [1 0 0 1 -2.14492 uu -5.17463 uu] concat gsave [1 0 0 1 -0.1 uu -0.1 uu] concat 1 setlinewidth 0 setgray 0 0 4.48985 uu 0.937317 uu rectstroke grestore gsave [1.9 0 0 1.9 0 uu 0 uu] concat -5.2212 uu -23.072 uu translate 0 setgray TeXDict begin 1 0 bop 6863 5867 a 8524 6974 a Fa(P)-31 b(a)g(rse)370 b(input)f(\257le)15833 6974 y eop end grestore grestore gsave [6.12323e-17 -1 1 6.12323e-17 -5.55112e-17 uu -5.37463 uu] concat gsave [1 0 0 1 0 uu 0 uu] concat 0 uu 0 uu translate newpath 0 uu 0 uu moveto 1 uu 0 uu lineto gsave 0 setgray fill grestore 0 setgray stroke grestore gsave [1 0 0 1 0.8 uu -0.1 uu] concat 0.2 uu 0.1 uu translate newpath 0 uu 0 uu moveto -0.2 uu -0.1 uu lineto -0.2 uu 0.1 uu lineto 0 uu 0 uu lineto closepath gsave 0 setgray fill grestore 0 setgray stroke grestore grestore gsave [1 0 0 1 -3.85416 uu -7.17789 uu] concat gsave [1 0 0 1 -0.1 uu -0.1 uu] concat 1 setlinewidth 0 setgray 0 0 7.90832 uu 0.80326 uu rectstroke grestore gsave [1.9 0 0 1.9 0 uu 0 uu] concat -5.2212 uu -23.1426 uu translate 0 setgray TeXDict begin 1 0 bop 6863 5867 a 8524 6974 a Fa(Pro)31 b(cess)370 b(simulation)h(element)21450 6974 y eop end grestore grestore gsave [6.12323e-17 -1 1 6.12323e-17 -5.55112e-17 uu -7.37789 uu] concat gsave [1 0 0 1 0 uu 0 uu] concat 0 uu 0 uu translate newpath 0 uu 0 uu moveto 1 uu 0 uu lineto gsave 0 setgray fill grestore 0 setgray stroke grestore gsave [1 0 0 1 0.8 uu -0.1 uu] concat 0.2 uu 0.1 uu translate newpath 0 uu 0 uu moveto -0.2 uu -0.1 uu lineto -0.2 uu 0.1 uu lineto 0 uu 0 uu lineto closepath gsave 0 setgray fill grestore 0 setgray stroke grestore grestore gsave [1 0 0 1 -3.08333 uu -9.31521 uu] concat gsave [1 0 0 1 -0.1 uu -0.1 uu] concat 1 setlinewidth 0 setgray 0 0 6.36665 uu 0.937317 uu rectstroke grestore gsave [1.9 0 0 1.9 0 uu 0 uu] concat -5.2212 uu -23.072 uu translate 0 setgray TeXDict begin 1 0 bop 6863 5867 a 8524 6974 a Fa(Generate)368 b(output)h(co)31 b(de)18935 6974 y eop end grestore grestore gsave [6.12323e-17 -1 1 6.12323e-17 -5.55112e-17 uu -9.51521 uu] concat gsave [1 0 0 1 0 uu 0 uu] concat 0 uu 0 uu translate newpath 0 uu 0 uu moveto 1 uu 0 uu lineto gsave 0 setgray fill grestore 0 setgray stroke grestore gsave [1 0 0 1 0.8 uu -0.1 uu] concat 0.2 uu 0.1 uu translate newpath 0 uu 0 uu moveto -0.2 uu -0.1 uu lineto -0.2 uu 0.1 uu lineto 0 uu 0 uu lineto closepath gsave 0 setgray fill grestore 0 setgray stroke grestore grestore gsave [1 0 0 1 -2.94927 uu -11.4525 uu] concat gsave [1 0 0 1 -0.1 uu -0.1 uu] concat 1 setlinewidth 0 setgray 0 0 6.09854 uu 0.937317 uu rectstroke grestore gsave [1.9 0 0 1.9 0 uu 0 uu] concat -5.2212 uu -23.072 uu translate 0 setgray TeXDict begin 1 0 bop 6863 5867 a 8524 6974 a Fa(Call)370 b(system)g(compiler)18425 6974 y eop end grestore grestore gsave [6.12323e-17 -1 1 6.12323e-17 -5.55112e-17 uu -11.6525 uu] concat gsave [1 0 0 1 0 uu 0 uu] concat 0 uu 0 uu translate newpath 0 uu 0 uu moveto 1 uu 0 uu lineto gsave 0 setgray fill grestore 0 setgray stroke grestore gsave [1 0 0 1 0.8 uu -0.1 uu] concat 0.2 uu 0.1 uu translate newpath 0 uu 0 uu moveto -0.2 uu -0.1 uu lineto -0.2 uu 0.1 uu lineto 0 uu 0 uu lineto closepath gsave 0 setgray fill grestore 0 setgray stroke grestore grestore gsave [1 0 0 1 0 uu -13.7525 uu] concat gsave [1 0 0 1 0 uu 0 uu] concat 0 setgray 0 0 1 uu 360 0 -1 mul add 90 add 360 360 -1 mul add 90 add arcn stroke grestore gsave [1.9 0 0 1.9 -0.60326 uu -0.30163 uu] concat -5.2212 uu -23.1426 uu translate 0 setgray TeXDict begin 1 0 bop 6863 5867 a 8524 6974 a Fa(End)10698 6974 y eop end grestore grestore grestore gsave [1 0 0 1 7.26068 uu -5.37138 uu] concat gsave [1 0 0 1 0 uu 0 uu] concat gsave [1 0 0 1 -0.1 uu -0.1 uu] concat 1 setlinewidth 0 setgray 0 0 4.28876 uu 0.80326 uu rectstroke grestore gsave [1.9 0 0 1.9 0 uu 0 uu] concat -5.2212 uu -23.1426 uu translate 0 setgray TeXDict begin 1 0 bop 6863 5867 a 8524 6974 a Fa(W)-31 b(rite)370 b(includes)15464 6974 y eop end grestore grestore gsave [6.12323e-17 -1 1 6.12323e-17 2.04438 uu -0.2 uu] concat gsave [1 0 0 1 0 uu 0 uu] concat 0 uu 0 uu translate newpath 0 uu 0 uu moveto 1 uu 0 uu lineto gsave 0 setgray fill grestore 0 setgray stroke grestore gsave [1 0 0 1 0.8 uu -0.1 uu] concat 0.2 uu 0.1 uu translate newpath 0 uu 0 uu moveto -0.2 uu -0.1 uu lineto -0.2 uu 0.1 uu lineto 0 uu 0 uu lineto closepath gsave 0 setgray fill grestore 0 setgray stroke grestore grestore gsave [1 0 0 1 0.167572 uu -2.00326 uu] concat gsave [1 0 0 1 -0.1 uu -0.1 uu] concat 1 setlinewidth 0 setgray 0 0 3.95362 uu 0.80326 uu rectstroke grestore gsave [1.9 0 0 1.9 0 uu 0 uu] concat -5.2212 uu -23.1426 uu translate 0 setgray TeXDict begin 1 0 bop 6863 5867 a 8524 6974 a Fa(W)-31 b(rite)370 b(de\257nes)14956 6974 y eop end grestore grestore gsave [6.12323e-17 -1 1 6.12323e-17 2.04438 uu -2.20326 uu] concat gsave [1 0 0 1 0 uu 0 uu] concat 0 uu 0 uu translate newpath 0 uu 0 uu moveto 1 uu 0 uu lineto gsave 0 setgray fill grestore 0 setgray stroke grestore gsave [1 0 0 1 0.8 uu -0.1 uu] concat 0.2 uu 0.1 uu translate newpath 0 uu 0 uu moveto -0.2 uu -0.1 uu lineto -0.2 uu 0.1 uu lineto 0 uu 0 uu lineto closepath gsave 0 setgray fill grestore 0 setgray stroke grestore grestore gsave [1 0 0 1 0.167572 uu -4.14058 uu] concat gsave [1 0 0 1 -0.1 uu -0.1 uu] concat 1 setlinewidth 0 setgray 0 0 3.95362 uu 0.937317 uu rectstroke grestore gsave [1.9 0 0 1.9 0 uu 0 uu] concat -5.2212 uu -23.072 uu translate 0 setgray TeXDict begin 1 0 bop 6863 5867 a 8524 6974 a Fa(W)-31 b(rite)370 b(globals)14975 6974 y eop end grestore grestore gsave [6.12323e-17 -1 1 6.12323e-17 2.04438 uu -4.34058 uu] concat gsave [1 0 0 1 0 uu 0 uu] concat 0 uu 0 uu translate newpath 0 uu 0 uu moveto 1 uu 0 uu lineto gsave 0 setgray fill grestore 0 setgray stroke grestore gsave [1 0 0 1 0.8 uu -0.1 uu] concat 0.2 uu 0.1 uu translate newpath 0 uu 0 uu moveto -0.2 uu -0.1 uu lineto -0.2 uu 0.1 uu lineto 0 uu 0 uu lineto closepath gsave 0 setgray fill grestore 0 setgray stroke grestore grestore gsave [1 0 0 1 -0.335144 uu -6.27789 uu] concat gsave [1 0 0 1 -0.1 uu -0.1 uu] concat 1 setlinewidth 0 setgray 0 0 4.95905 uu 0.937317 uu rectstroke grestore gsave [1.9 0 0 1.9 0 uu 0 uu] concat -5.2212 uu -23.072 uu translate 0 setgray TeXDict begin 1 0 bop 6863 5867 a 8524 6974 a Fa(W)-31 b(rite)370 b(p)-31 b(rotot)g(yp)31 b(es)16635 6974 y eop end grestore grestore gsave [6.12323e-17 -1 1 6.12323e-17 2.04438 uu -6.47789 uu] concat gsave [1 0 0 1 0 uu 0 uu] concat 0 uu 0 uu translate newpath 0 uu 0 uu moveto 1 uu 0 uu lineto gsave 0 setgray fill grestore 0 setgray stroke grestore gsave [1 0 0 1 0.8 uu -0.1 uu] concat 0.2 uu 0.1 uu translate newpath 0 uu 0 uu moveto -0.2 uu -0.1 uu lineto -0.2 uu 0.1 uu lineto 0 uu 0 uu lineto closepath gsave 0 setgray fill grestore 0 setgray stroke grestore grestore gsave [1 0 0 1 4.44089e-16 uu -8.28115 uu] concat gsave [1 0 0 1 -0.1 uu -0.1 uu] concat 1 setlinewidth 0 setgray 0 0 4.28876 uu 0.80326 uu rectstroke grestore gsave [1.9 0 0 1.9 0 uu 0 uu] concat -5.2212 uu -23.1426 uu translate 0 setgray TeXDict begin 1 0 bop 6863 5867 a 8524 6974 a Fa(W)-31 b(rite)370 b(routines)15467 6974 y eop end grestore grestore grestore gsave [1 0 0 1 3.62553 uu -8.87626 uu] concat -3.62553 uu 8.87626 uu translate [ 2] 0 setdash newpath 3.62553 uu -8.87626 uu moveto 6.82553 uu -4.66812 uu lineto 0 setgray stroke grestore gsave [1 0 0 1 3.62553 uu -13.7525 uu] concat -3.62553 uu 13.7525 uu translate [ 2] 0 setdash newpath 3.62553 uu -8.87626 uu moveto 6.82553 uu -13.7525 uu lineto 0 setgray stroke grestore grestore end %PyScriptDict showpage %%Trailer %%EOF xmds-doc-0~svn.1884/latex/figures/kuboTutorialMatlabPlot.eps0000644000175000017500000002121010047617143023464 0ustar rafaelrafael%!PS-Adobe-3.0 EPSF-3.0 %%Creator: MATLAB, The Mathworks, Inc. %%Title: kuboTutorialMatlabPlot.eps %%CreationDate: 05/10/2004 15:44:34 %%DocumentNeededFonts: Helvetica %%DocumentProcessColors: Cyan Magenta Yellow Black %%LanguageLevel: 2 %%Pages: 1 %%BoundingBox: 61 201 548 589 %%EndComments %%BeginProlog % MathWorks dictionary /MathWorks 160 dict begin % definition operators /bdef {bind def} bind def /ldef {load def} bind def /xdef {exch def} bdef /xstore {exch store} bdef % operator abbreviations /c /clip ldef /cc /concat ldef /cp /closepath ldef /gr /grestore ldef /gs /gsave ldef /mt /moveto ldef /np /newpath ldef /cm /currentmatrix ldef /sm /setmatrix ldef /rm /rmoveto ldef /rl /rlineto ldef /s /show ldef /sc {setcmykcolor} bdef /sr /setrgbcolor ldef /sg /setgray ldef /w /setlinewidth ldef /j /setlinejoin ldef /cap /setlinecap ldef /rc {rectclip} bdef /rf {rectfill} bdef % page state control /pgsv () def /bpage {/pgsv save def} bdef /epage {pgsv restore} bdef /bplot /gsave ldef /eplot {stroke grestore} bdef % orientation switch /portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def % coordinate system mappings /dpi2point 0 def % font control /FontSize 0 def /FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0] makefont setfont} bdef /reencode {exch dup where {pop load} {pop StandardEncoding} ifelse exch dup 3 1 roll findfont dup length dict begin { 1 index /FID ne {def}{pop pop} ifelse } forall /Encoding exch def currentdict end definefont pop} bdef /isroman {findfont /CharStrings get /Agrave known} bdef /FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse exch FMS} bdef /csm {1 dpi2point div -1 dpi2point div scale neg translate dup landscapeMode eq {pop -90 rotate} {rotateMode eq {90 rotate} if} ifelse} bdef % line types: solid, dotted, dashed, dotdash /SO { [] 0 setdash } bdef /DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef /DA { [6 dpi2point mul] 0 setdash } bdef /DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4 dpi2point mul] 0 setdash } bdef % macros for lines and objects /L {lineto stroke} bdef /MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef /AP {{rlineto} repeat} bdef /PDlw -1 def /W {/PDlw currentlinewidth def setlinewidth} def /PP {closepath eofill} bdef /DP {closepath stroke} bdef /MR {4 -2 roll moveto dup 0 exch rlineto exch 0 rlineto neg 0 exch rlineto closepath} bdef /FR {MR stroke} bdef /PR {MR fill} bdef /L1i {{currentfile picstr readhexstring pop} image} bdef /tMatrix matrix def /MakeOval {newpath tMatrix currentmatrix pop translate scale 0 0 1 0 360 arc tMatrix setmatrix} bdef /FO {MakeOval stroke} bdef /PO {MakeOval fill} bdef /PD {currentlinewidth 2 div 0 360 arc fill PDlw -1 eq not {PDlw w /PDlw -1 def} if} def /FA {newpath tMatrix currentmatrix pop translate scale 0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef /PA {newpath tMatrix currentmatrix pop translate 0 0 moveto scale 0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef /FAn {newpath tMatrix currentmatrix pop translate scale 0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef /PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale 0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef /vradius 0 def /hradius 0 def /lry 0 def /lrx 0 def /uly 0 def /ulx 0 def /rad 0 def /MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly vradius add translate hradius vradius scale 0 0 1 180 270 arc tMatrix setmatrix lrx hradius sub uly vradius add translate hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix lrx hradius sub lry vradius sub translate hradius vradius scale 0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix closepath} bdef /FRR {MRR stroke } bdef /PRR {MRR fill } bdef /MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def newpath tMatrix currentmatrix pop ulx rad add uly rad add translate rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix closepath} bdef /FlrRR {MlrRR stroke } bdef /PlrRR {MlrRR fill } bdef /MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def newpath tMatrix currentmatrix pop ulx rad add uly rad add translate rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix closepath} bdef /FtbRR {MtbRR stroke } bdef /PtbRR {MtbRR fill } bdef /stri 6 array def /dtri 6 array def /smat 6 array def /dmat 6 array def /tmat1 6 array def /tmat2 6 array def /dif 3 array def /asub {/ind2 exch def /ind1 exch def dup dup ind1 get exch ind2 get sub exch } bdef /tri_to_matrix { 2 0 asub 3 1 asub 4 0 asub 5 1 asub dup 0 get exch 1 get 7 -1 roll astore } bdef /compute_transform { dmat dtri tri_to_matrix tmat1 invertmatrix smat stri tri_to_matrix tmat2 concatmatrix } bdef /ds {stri astore pop} bdef /dt {dtri astore pop} bdef /db {2 copy /cols xdef /rows xdef mul dup 3 mul string currentfile 3 index 0 eq {/ASCIIHexDecode filter} {/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if } ifelse exch readstring pop dup 0 3 index getinterval /rbmap xdef dup 2 index dup getinterval /gbmap xdef 1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef /it {gs np dtri aload pop moveto lineto lineto cp c cols rows 8 compute_transform rbmap gbmap bbmap true 3 colorimage gr}bdef /il {newpath moveto lineto stroke}bdef currentdict end def %%EndProlog %%BeginSetup MathWorks begin 0 cap end %%EndSetup %%Page: 1 1 %%BeginPageSetup %%PageBoundingBox: 61 201 548 589 MathWorks begin bpage %%EndPageSetup %%BeginObject: obj1 bplot /dpi2point 12 def portraitMode 0216 7344 csm 527 274 5844 4658 rc 91 dict begin %Colortable dictionary /c0 { 0 0 0 sr} bdef /c1 { 1 1 1 sr} bdef /c2 { 1 0 0 sr} bdef /c3 { 0 1 0 sr} bdef /c4 { 0 0 1 sr} bdef /c5 { 1 1 0 sr} bdef /c6 { 1 0 1 sr} bdef /c7 { 0 1 1 sr} bdef c0 1 j 1 sg 0 0 6913 5186 rf 6 w 0 4227 5356 0 0 -4227 899 4615 4 MP PP -5356 0 0 4227 5356 0 0 -4227 899 4615 5 MP stroke 4 w DO SO 6 w 0 sg 899 4615 mt 6255 4615 L 899 388 mt 6255 388 L 899 4615 mt 899 388 L 6255 4615 mt 6255 388 L 899 4615 mt 6255 4615 L 899 4615 mt 899 388 L 899 4615 mt 899 4561 L 899 389 mt 899 442 L %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 120 FMSR 866 4760 mt (0) s 1434 4615 mt 1434 4561 L 1434 389 mt 1434 442 L 1401 4760 mt (1) s 1970 4615 mt 1970 4561 L 1970 389 mt 1970 442 L 1937 4760 mt (2) s 2505 4615 mt 2505 4561 L 2505 389 mt 2505 442 L 2472 4760 mt (3) s 3041 4615 mt 3041 4561 L 3041 389 mt 3041 442 L 3008 4760 mt (4) s 3577 4615 mt 3577 4561 L 3577 389 mt 3577 442 L 3544 4760 mt (5) s 4112 4615 mt 4112 4561 L 4112 389 mt 4112 442 L 4079 4760 mt (6) s 4648 4615 mt 4648 4561 L 4648 389 mt 4648 442 L 4615 4760 mt (7) s 5183 4615 mt 5183 4561 L 5183 389 mt 5183 442 L 5150 4760 mt (8) s 5719 4615 mt 5719 4561 L 5719 389 mt 5719 442 L 5686 4760 mt (9) s 6255 4615 mt 6255 4561 L 6255 389 mt 6255 442 L 6189 4760 mt (10) s 899 4615 mt 952 4615 L 6255 4615 mt 6201 4615 L 698 4659 mt (0.2) s 899 4086 mt 952 4086 L 6255 4086 mt 6201 4086 L 698 4130 mt (0.3) s 899 3558 mt 952 3558 L 6255 3558 mt 6201 3558 L 698 3602 mt (0.4) s 899 3030 mt 952 3030 L 6255 3030 mt 6201 3030 L 698 3074 mt (0.5) s 899 2502 mt 952 2502 L 6255 2502 mt 6201 2502 L 698 2546 mt (0.6) s 899 1973 mt 952 1973 L 6255 1973 mt 6201 1973 L 698 2017 mt (0.7) s 899 1445 mt 952 1445 L 6255 1445 mt 6201 1445 L 698 1489 mt (0.8) s 899 917 mt 952 917 L 6255 917 mt 6201 917 L 698 961 mt (0.9) s 899 389 mt 952 389 L 6255 389 mt 6201 389 L 798 433 mt (1) s 899 4615 mt 6255 4615 L 899 388 mt 6255 388 L 899 4615 mt 899 388 L 6255 4615 mt 6255 388 L gs 899 389 5357 4227 rc /c8 { 0.000000 0.000000 1.000000 sr} bdef c8 54 12 54 10 53 7 54 9 53 38 54 19 53 16 54 23 54 2 53 -7 54 22 53 -2 54 39 53 33 54 24 53 24 54 31 54 7 53 31 54 7 53 22 54 23 53 74 54 4 53 14 54 36 54 38 53 19 54 26 53 9 54 16 53 18 54 22 54 26 53 35 54 44 53 25 54 48 53 21 54 37 53 22 54 17 54 38 53 13 54 32 53 49 54 42 53 36 54 43 53 45 54 42 54 35 53 59 54 39 53 22 54 41 53 23 54 18 54 33 53 27 54 53 53 14 54 36 53 54 54 25 53 44 54 56 54 32 53 41 54 28 53 21 54 38 53 29 54 39 53 60 54 22 54 22 53 45 54 53 53 56 54 32 53 50 54 46 54 34 53 65 54 43 53 43 54 49 53 38 54 41 53 38 54 39 54 51 53 49 54 53 53 50 54 52 53 40 54 50 53 56 899 389 101 MP stroke gr c8 0 sg 3559 4903 mt (t) s 643 2533 mt -90 rotate (z) s 90 rotate end eplot %%EndObject epage end showpage %%Trailer %%EOF xmds-doc-0~svn.1884/latex/figures/kubo2.eps0000644000175000017500000002237610007374504020055 0ustar rafaelrafael%!PS-Adobe-3.0 EPSF-3.0 %%Creator: MATLAB, The Mathworks, Inc. %%Title: /home/collecug/xmds-1.0rc2-2/examples/kubo2.eps %%CreationDate: 06/11/ 2 00:20:59 %%DocumentNeededFonts: Helvetica %%DocumentProcessColors: Cyan Magenta Yellow Black %%LanguageLevel: 2 %%Pages: 1 %%BoundingBox: 32 185 553 593 %%EndComments %%BeginProlog % MathWorks dictionary /MathWorks 160 dict begin % definition operators /bdef {bind def} bind def /ldef {load def} bind def /xdef {exch def} bdef /xstore {exch store} bdef % operator abbreviations /c /clip ldef /cc /concat ldef /cp /closepath ldef /gr /grestore ldef /gs /gsave ldef /mt /moveto ldef /np /newpath ldef /cm /currentmatrix ldef /sm /setmatrix ldef /rc {rectclip} bdef /rf {rectfill} bdef /rm /rmoveto ldef /rl /rlineto ldef /s /show ldef /sc {setcmykcolor} bdef /sr /setrgbcolor ldef /sg /setgray ldef /w /setlinewidth ldef /j /setlinejoin ldef /cap /setlinecap ldef % page state control /pgsv () def /bpage {/pgsv save def} bdef /epage {pgsv restore} bdef /bplot /gsave ldef /eplot {stroke grestore} bdef % orientation switch /portraitMode 0 def /landscapeMode 1 def % coordinate system mappings /dpi2point 0 def % font control /FontSize 0 def /FMS { /FontSize xstore %save size off stack findfont [FontSize 0 0 FontSize neg 0 0] makefont setfont }bdef /reencode { exch dup where {pop load} {pop StandardEncoding} ifelse exch dup 3 1 roll findfont dup length dict begin { 1 index /FID ne {def}{pop pop} ifelse } forall /Encoding exch def currentdict end definefont pop } bdef /isroman { findfont /CharStrings get /Agrave known } bdef /FMSR { 3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse exch FMS } bdef /csm { 1 dpi2point div -1 dpi2point div scale neg translate landscapeMode eq {90 rotate} if } bdef % line types: solid, dotted, dashed, dotdash /SO { [] 0 setdash } bdef /DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef /DA { [6 dpi2point mul] 0 setdash } bdef /DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4 dpi2point mul] 0 setdash } bdef % macros for lines and objects /L { lineto stroke } bdef /MP { 3 1 roll moveto 1 sub {rlineto} repeat } bdef /AP { {rlineto} repeat } bdef /PP { closepath eofill } bdef /DP { closepath stroke } bdef /MR { 4 -2 roll moveto dup 0 exch rlineto exch 0 rlineto neg 0 exch rlineto closepath } bdef /FR { MR stroke } bdef /PR { MR fill } bdef /L1i { { currentfile picstr readhexstring pop } image } bdef /tMatrix matrix def /MakeOval { newpath tMatrix currentmatrix pop translate scale 0 0 1 0 360 arc tMatrix setmatrix } bdef /FO { MakeOval stroke } bdef /PO { MakeOval fill } bdef /PD { currentlinecap 1 setlinecap 3 1 roll 2 copy moveto lineto stroke setlinecap } bdef /FA { newpath tMatrix currentmatrix pop translate scale 0 0 1 5 -2 roll arc tMatrix setmatrix stroke } bdef /PA { newpath tMatrix currentmatrix pop translate 0 0 moveto scale 0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill } bdef /FAn { newpath tMatrix currentmatrix pop translate scale 0 0 1 5 -2 roll arcn tMatrix setmatrix stroke } bdef /PAn { newpath tMatrix currentmatrix pop translate 0 0 moveto scale 0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill } bdef /vradius 0 def /hradius 0 def /lry 0 def /lrx 0 def /uly 0 def /ulx 0 def /rad 0 def /MRR { /vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly vradius add translate hradius vradius scale 0 0 1 180 270 arc tMatrix setmatrix lrx hradius sub uly vradius add translate hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix lrx hradius sub lry vradius sub translate hradius vradius scale 0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix closepath } bdef /FRR { MRR stroke } bdef /PRR { MRR fill } bdef /MlrRR { /lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def newpath tMatrix currentmatrix pop ulx rad add uly rad add translate rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix closepath } bdef /FlrRR { MlrRR stroke } bdef /PlrRR { MlrRR fill } bdef /MtbRR { /lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def newpath tMatrix currentmatrix pop ulx rad add uly rad add translate rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix closepath } bdef /FtbRR { MtbRR stroke } bdef /PtbRR { MtbRR fill } bdef currentdict end def %%EndProlog %%BeginSetup MathWorks begin 0 cap end %%EndSetup %%Page: 1 1 %%BeginPageSetup %%PageBoundingBox: 32 185 553 593 MathWorks begin bpage %%EndPageSetup %%BeginObject: obj1 bplot /dpi2point 12 def portraitMode 0216 7344 csm 177 218 6246 4896 rc 94 dict begin %Colortable dictionary /c0 { 0 0 0 sr} bdef /c1 { 1 1 1 sr} bdef /c2 { 1 0 0 sr} bdef /c3 { 0 1 0 sr} bdef /c4 { 0 0 1 sr} bdef /c5 { 1 1 0 sr} bdef /c6 { 1 0 1 sr} bdef /c7 { 0 1 1 sr} bdef c0 1 j 1 sg 0 0 6913 5186 rf 6 w 0 4225 5355 0 0 -4225 899 4614 4 MP PP -5355 0 0 4225 5355 0 0 -4225 899 4614 5 MP stroke 4 w DO 0 sg 899 4614 mt 899 389 L 899 389 mt 899 389 L 1970 4614 mt 1970 389 L 1970 389 mt 1970 389 L 3041 4614 mt 3041 389 L 3041 389 mt 3041 389 L 4112 4614 mt 4112 389 L 4112 389 mt 4112 389 L 5183 4614 mt 5183 389 L 5183 389 mt 5183 389 L 6254 4614 mt 6254 389 L 6254 389 mt 6254 389 L 899 4614 mt 6254 4614 L 6254 4614 mt 6254 4614 L 899 3910 mt 6254 3910 L 6254 3910 mt 6254 3910 L 899 3206 mt 6254 3206 L 6254 3206 mt 6254 3206 L 899 2502 mt 6254 2502 L 6254 2502 mt 6254 2502 L 899 1797 mt 6254 1797 L 6254 1797 mt 6254 1797 L 899 1093 mt 6254 1093 L 6254 1093 mt 6254 1093 L 899 389 mt 6254 389 L 6254 389 mt 6254 389 L SO 6 w 899 4614 mt 6254 4614 L 899 389 mt 6254 389 L 899 4614 mt 899 389 L 6254 4614 mt 6254 389 L 899 4614 mt 6254 4614 L 899 4614 mt 899 389 L 899 4614 mt 899 4560 L 899 389 mt 899 443 L %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 216 FMSR 839 4850 mt (0) s 1970 4614 mt 1970 4560 L 1970 389 mt 1970 443 L 1910 4850 mt (2) s 3041 4614 mt 3041 4560 L 3041 389 mt 3041 443 L 2981 4850 mt (4) s 4112 4614 mt 4112 4560 L 4112 389 mt 4112 443 L 4052 4850 mt (6) s 5183 4614 mt 5183 4560 L 5183 389 mt 5183 443 L 5123 4850 mt (8) s 6254 4614 mt 6254 4560 L 6254 389 mt 6254 443 L 6134 4850 mt (10) s 899 4614 mt 953 4614 L 6254 4614 mt 6200 4614 L 438 4694 mt (-0.2) s 899 3910 mt 953 3910 L 6254 3910 mt 6200 3910 L 744 3990 mt (0) s 899 3206 mt 953 3206 L 6254 3206 mt 6200 3206 L 564 3286 mt (0.2) s 899 2502 mt 953 2502 L 6254 2502 mt 6200 2502 L 564 2582 mt (0.4) s 899 1797 mt 953 1797 L 6254 1797 mt 6200 1797 L 564 1877 mt (0.6) s 899 1093 mt 953 1093 L 6254 1093 mt 6200 1093 L 564 1173 mt (0.8) s 899 389 mt 953 389 L 6254 389 mt 6200 389 L 744 469 mt (1) s 899 4614 mt 6254 4614 L 899 389 mt 6254 389 L 899 4614 mt 899 389 L 6254 4614 mt 6254 389 L gs 899 389 5356 4226 rc /c8 { 0.000000 0.000000 1.000000 sr} bdef c8 54 -31 53 31 54 29 53 -26 54 -5 53 -35 54 20 53 -37 54 -34 53 15 54 3 54 13 53 -26 54 29 53 14 54 -8 53 26 54 -4 53 -3 54 -18 54 -30 53 40 54 9 53 26 54 -25 53 -1 54 7 53 -3 54 10 53 -4 54 8 54 25 53 -26 54 -12 53 10 54 40 53 14 54 29 53 -20 54 45 54 28 53 46 54 14 53 -21 54 25 53 12 54 24 53 55 54 12 53 18 54 27 54 45 53 31 54 21 53 -8 54 10 53 6 54 -9 53 26 54 26 54 51 53 -31 54 42 53 53 54 21 53 59 54 61 53 -1 54 53 53 47 54 21 54 11 53 34 54 39 53 61 54 37 53 33 54 80 53 79 54 64 54 46 53 73 54 90 53 66 54 111 53 79 54 77 53 100 54 86 53 77 54 89 54 87 53 126 54 127 53 142 54 141 53 154 54 123 53 157 54 183 899 389 101 MP stroke DD /c9 { 1.000000 0.000000 0.000000 sr} bdef c9 54 -31 53 31 54 30 53 -26 54 -5 53 -36 54 21 53 -37 54 -35 53 15 54 4 54 14 53 -26 54 29 53 15 54 -10 53 27 54 -4 53 -5 54 -18 54 -29 53 40 54 8 53 27 54 -26 53 -2 54 7 53 -3 54 10 53 -4 54 10 54 25 53 -27 54 -13 53 11 54 39 53 15 54 29 53 -20 54 45 54 29 53 45 54 14 53 -21 54 26 53 12 54 24 53 55 54 13 53 18 54 27 54 46 53 31 54 20 53 -8 54 10 53 6 54 -9 53 26 54 25 54 51 53 -30 54 43 53 52 54 22 53 59 54 62 53 0 54 53 53 48 54 21 54 11 53 34 54 40 53 61 54 38 53 34 54 80 53 80 54 66 54 47 53 75 54 91 53 67 54 113 53 82 54 78 53 103 54 88 53 80 54 91 54 89 53 131 54 131 53 148 54 145 53 159 54 128 53 163 54 191 899 389 101 MP stroke 54 -29 53 29 54 30 53 -27 54 -5 53 -35 54 19 53 -36 54 -34 53 16 54 2 54 13 53 -27 54 29 53 13 54 -6 53 26 54 -4 53 -3 54 -18 54 -30 53 40 54 10 53 26 54 -25 53 -1 54 7 53 -3 54 10 53 -3 54 7 54 24 53 -25 54 -12 53 10 54 40 53 14 54 29 53 -19 54 44 54 27 53 46 54 15 53 -21 54 25 53 11 54 24 53 54 54 13 53 18 54 25 54 46 53 30 54 21 53 -8 54 10 53 7 54 -9 53 27 54 26 54 50 53 -30 54 40 53 53 54 22 53 58 54 59 53 -1 54 52 53 46 54 22 54 11 53 33 54 39 53 61 54 36 53 32 54 80 53 78 54 62 54 44 53 71 54 90 53 65 54 109 53 76 54 75 53 98 54 83 53 76 54 87 54 83 53 122 54 123 53 137 54 136 53 149 54 119 53 149 54 176 899 389 101 MP stroke gr c9 DD 0 sg 3546 5064 mt (t) s 383 2933 mt -90 rotate () s 90 rotate SO end eplot %%EndObject epage end showpage %%Trailer %%EOF xmds-doc-0~svn.1884/latex/figures/ndparamp1.eps0000644000175000017500000344755610007374504020734 0ustar rafaelrafael%!PS-Adobe-3.0 EPSF-3.0 %%Creator: MATLAB, The Mathworks, Inc. %%Title: /home/collecug/xmds-1.0rc2-4/examples/ndparamp1.eps %%CreationDate: 07/04/ 2 06:32:54 %%DocumentNeededFonts: Helvetica %%DocumentProcessColors: Cyan Magenta Yellow Black %%LanguageLevel: 2 %%Pages: 1 %%BoundingBox: 27 193 571 593 %%EndComments %%BeginProlog % MathWorks dictionary /MathWorks 160 dict begin % definition operators /bdef {bind def} bind def /ldef {load def} bind def /xdef {exch def} bdef /xstore {exch store} bdef % operator abbreviations /c /clip ldef /cc /concat ldef /cp /closepath ldef /gr /grestore ldef /gs /gsave ldef /mt /moveto ldef /np /newpath ldef /cm /currentmatrix ldef /sm /setmatrix ldef /rc {rectclip} bdef /rf {rectfill} bdef /rm /rmoveto ldef /rl /rlineto ldef /s /show ldef /sc {setcmykcolor} bdef /sr /setrgbcolor ldef /sg /setgray ldef /w /setlinewidth ldef /j /setlinejoin ldef /cap /setlinecap ldef % page state control /pgsv () def /bpage {/pgsv save def} bdef /epage {pgsv restore} bdef /bplot /gsave ldef /eplot {stroke grestore} bdef % orientation switch /portraitMode 0 def /landscapeMode 1 def % coordinate system mappings /dpi2point 0 def % font control /FontSize 0 def /FMS { /FontSize xstore %save size off stack findfont [FontSize 0 0 FontSize neg 0 0] makefont setfont }bdef /reencode { exch dup where {pop load} {pop StandardEncoding} ifelse exch dup 3 1 roll findfont dup length dict begin { 1 index /FID ne {def}{pop pop} ifelse } forall /Encoding exch def currentdict end definefont pop } bdef /isroman { findfont /CharStrings get /Agrave known } bdef /FMSR { 3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse exch FMS } bdef /csm { 1 dpi2point div -1 dpi2point div scale neg translate landscapeMode eq {90 rotate} if } bdef % line types: solid, dotted, dashed, dotdash /SO { [] 0 setdash } bdef /DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef /DA { [6 dpi2point mul] 0 setdash } bdef /DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4 dpi2point mul] 0 setdash } bdef % macros for lines and objects /L { lineto stroke } bdef /MP { 3 1 roll moveto 1 sub {rlineto} repeat } bdef /AP { {rlineto} repeat } bdef /PP { closepath eofill } bdef /DP { closepath stroke } bdef /MR { 4 -2 roll moveto dup 0 exch rlineto exch 0 rlineto neg 0 exch rlineto closepath } bdef /FR { MR stroke } bdef /PR { MR fill } bdef /L1i { { currentfile picstr readhexstring pop } image } bdef /tMatrix matrix def /MakeOval { newpath tMatrix currentmatrix pop translate scale 0 0 1 0 360 arc tMatrix setmatrix } bdef /FO { MakeOval stroke } bdef /PO { MakeOval fill } bdef /PD { currentlinecap 1 setlinecap 3 1 roll 2 copy moveto lineto stroke setlinecap } bdef /FA { newpath tMatrix currentmatrix pop translate scale 0 0 1 5 -2 roll arc tMatrix setmatrix stroke } bdef /PA { newpath tMatrix currentmatrix pop translate 0 0 moveto scale 0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill } bdef /FAn { newpath tMatrix currentmatrix pop translate scale 0 0 1 5 -2 roll arcn tMatrix setmatrix stroke } bdef /PAn { newpath tMatrix currentmatrix pop translate 0 0 moveto scale 0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill } bdef /vradius 0 def /hradius 0 def /lry 0 def /lrx 0 def /uly 0 def /ulx 0 def /rad 0 def /MRR { /vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly vradius add translate hradius vradius scale 0 0 1 180 270 arc tMatrix setmatrix lrx hradius sub uly vradius add translate hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix lrx hradius sub lry vradius sub translate hradius vradius scale 0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix closepath } bdef /FRR { MRR stroke } bdef /PRR { MRR fill } bdef /MlrRR { /lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def newpath tMatrix currentmatrix pop ulx rad add uly rad add translate rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix closepath } bdef /FlrRR { MlrRR stroke } bdef /PlrRR { MlrRR fill } bdef /MtbRR { /lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def newpath tMatrix currentmatrix pop ulx rad add uly rad add translate rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix closepath } bdef /FtbRR { MtbRR stroke } bdef /PtbRR { MtbRR fill } bdef currentdict end def %%EndProlog %%BeginSetup MathWorks begin 0 cap end %%EndSetup %%Page: 1 1 %%BeginPageSetup %%PageBoundingBox: 27 193 571 593 MathWorks begin bpage %%EndPageSetup %%BeginObject: obj1 bplot /dpi2point 12 def portraitMode 0216 7344 csm 112 218 6534 4800 rc 94 dict begin %Colortable dictionary /c0 { 0 0 0 sr} bdef /c1 { 1 1 1 sr} bdef /c2 { 1 0 0 sr} bdef /c3 { 0 1 0 sr} bdef /c4 { 0 0 1 sr} bdef /c5 { 1 1 0 sr} bdef /c6 { 1 0 1 sr} bdef /c7 { 0 1 1 sr} bdef c0 1 j 1 sg 0 0 6913 5186 rf 6 w 0 2335 -2325 -1069 0 -2335 6254 3793 4 MP PP 2325 1069 0 2335 -2325 -1069 0 -2335 6254 3793 5 MP stroke 2325 1069 3030 -821 -2325 -1069 3224 4614 4 MP PP -3030 821 2325 1069 3030 -821 -2325 -1069 3224 4614 5 MP stroke 0 2335 3030 -821 0 -2335 899 3545 4 MP PP -3030 821 0 2335 3030 -821 0 -2335 899 3545 5 MP stroke 4 w DO 0 sg 3224 4614 mt 899 3545 L 899 3545 mt 899 1210 L 4739 4204 mt 2414 3134 L 2414 3134 mt 2414 799 L 6254 3793 mt 3929 2724 L 3929 2724 mt 3929 389 L 3224 4614 mt 6254 3793 L 6254 3793 mt 6254 1458 L 2062 4079 mt 5091 3259 L 5091 3259 mt 5091 924 L 899 3545 mt 3929 2724 L 3929 2724 mt 3929 389 L 899 3545 mt 3929 2724 L 3929 2724 mt 6254 3793 L 899 3078 mt 3929 2257 L 3929 2257 mt 6254 3326 L 899 2611 mt 3929 1790 L 3929 1790 mt 6254 2859 L 899 2144 mt 3929 1323 L 3929 1323 mt 6254 2392 L 899 1677 mt 3929 856 L 3929 856 mt 6254 1925 L 899 1210 mt 3929 389 L 3929 389 mt 6254 1458 L SO 6 w 3224 4614 mt 6254 3793 L 3224 4614 mt 899 3545 L 899 3545 mt 899 1210 L 3224 4614 mt 3295 4647 L %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 216 FMSR 3327 4862 mt (0) s 4739 4204 mt 4810 4236 L 4842 4452 mt (5) s 6254 3793 mt 6325 3826 L 6357 4042 mt (10) s 3224 4614 mt 3148 4635 L 2749 4845 mt (-10) s 2062 4079 mt 1986 4100 L 1832 4310 mt (0) s 899 3545 mt 823 3565 L 550 3775 mt (10) s 899 3545 mt 828 3512 L 676 3577 mt (0) s 899 3078 mt 828 3045 L 436 3110 mt (100) s 899 2611 mt 828 2578 L 436 2643 mt (200) s 899 2144 mt 828 2111 L 436 2176 mt (300) s 899 1677 mt 828 1644 L 436 1709 mt (400) s 899 1210 mt 828 1177 L 436 1242 mt (500) s gs 899 389 5356 4226 rc 1 sg -47 -22 61 -16 6193 3809 3 MP PP % Quadrilateral Line Rendering Routines MathWorks begin /NI 16 def % NI can be 4 (draft), 8 (medium) , or 16 (high-res) /1NI 1.0 NI div def /N1 NI 1 sub def /quad_td {/Y3 xdef /X3 xdef /Y2 xdef /X2 xdef /Y1 xdef /X1 xdef /Y0 xdef /X0 xdef} bdef /interp_lcdc {1000.0 div /B3 xdef 1000.0 div /B2 xdef 1000.0 div /B1 xdef 1000.0 div /B0 xdef 1000.0 div /G3 xdef 1000.0 div /G2 xdef 1000.0 div /G1 xdef 1000.0 div /G0 xdef 1000.0 div /R3 xdef 1000.0 div /R2 xdef 1000.0 div /R1 xdef 1000.0 div /R0 xdef} bdef 1 1 1 1 1 1 1 1 1 1 1 1 interp_lcdc /interp_cline {3 index sub 1NI mul 3 1 roll 4 index sub 1NI mul 3 1 roll 5 index sub 1NI mul 3 1 roll 6 3 roll setrgbcolor 3 copy abs exch abs add exch abs add 0 ne { 7 3 roll exch 3 index sub 1NI mul exch 2 index sub 1NI mul 7 2 roll newpath moveto 0 1 N1 {pop 5 copy currentrgbcolor 3 index add 6 1 roll 3 index add 6 1 roll 3 index add 6 1 roll pop pop pop setrgbcolor rlineto currentpoint stroke moveto} for pop pop pop pop pop} {pop pop pop np moveto lineto stroke} ifelse} bdef /ilc {gs interp_lcdc quad_td X0 Y0 X1 Y1 R0 G0 B0 R1 G1 B1 interp_cline X1 Y1 X2 Y2 R1 G1 B1 R2 G2 B2 interp_cline X2 Y2 X3 Y3 R2 G2 B2 R3 G3 B3 interp_cline X3 Y3 X0 Y0 R3 G3 B3 R0 G0 B0 interp_cline gr} bdef /interp_poly { gs {9 index 9 index 5 2 roll 9 index 9 index 9 index interp_cline } repeat gr 5 {pop} repeat } bdef end % MathWorks dictionary 6193 3809 0 0 0.562 6254 3793 0 0 0.562 6193 3809 0 0 0.562 2 interp_poly 6254 3793 0 0 0.562 6207 3771 0 0 0.562 6254 3793 0 0 0.562 2 interp_poly 60 -17 -46 -21 6193 3809 3 MP PP 6193 3809 0 0 0.562 6147 3788 0 0 0.562 6193 3809 0 0 0.562 2 interp_poly 6147 3788 0 0 0.562 6207 3771 0 0 0.562 6147 3788 0 0 0.562 2 interp_poly -46 -21 60 -17 6147 3788 3 MP PP 6147 3788 0 0 0.562 6207 3771 0 0 0.562 6147 3788 0 0 0.562 2 interp_poly 6207 3771 0 0 0.562 6161 3750 0 0 0.562 6207 3771 0 0 0.562 2 interp_poly -46 -21 60 -17 6133 3826 3 MP PP 6133 3826 0 0 0.562 6193 3809 0 0 0.562 6133 3826 0 0 0.562 2 interp_poly 6193 3809 0 0 0.562 6147 3788 0 0 0.562 6193 3809 0 0 0.562 2 interp_poly 61 -16 -47 -22 6147 3788 3 MP PP 6147 3788 0 0 0.562 6100 3766 0 0 0.562 6147 3788 0 0 0.562 2 interp_poly 6100 3766 0 0 0.562 6161 3750 0 0 0.562 6100 3766 0 0 0.562 2 interp_poly -47 -22 61 -16 6100 3766 3 MP PP 6100 3766 0 0 0.562 6161 3750 0 0 0.562 6100 3766 0 0 0.562 2 interp_poly 6161 3750 0 0 0.562 6114 3728 0 0 0.562 6161 3750 0 0 0.562 2 interp_poly 61 -16 -47 -22 6133 3826 3 MP PP 6133 3826 0 0 0.562 6086 3804 0 0 0.562 6133 3826 0 0 0.562 2 interp_poly 6086 3804 0 0 0.562 6147 3788 0 0 0.562 6086 3804 0 0 0.562 2 interp_poly -47 -22 61 -16 6086 3804 3 MP PP 6086 3804 0 0 0.562 6147 3788 0 0 0.562 6086 3804 0 0 0.562 2 interp_poly 6147 3788 0 0 0.562 6100 3766 0 0 0.562 6147 3788 0 0 0.562 2 interp_poly -47 -22 61 -16 6072 3842 3 MP PP 6072 3842 0 0 0.562 6133 3826 0 0 0.562 6072 3842 0 0 0.562 2 interp_poly 6133 3826 0 0 0.562 6086 3804 0 0 0.562 6133 3826 0 0 0.562 2 interp_poly 60 -16 -46 -22 6100 3766 3 MP PP 6100 3766 0 0 0.562 6054 3744 0 0 0.562 6100 3766 0 0 0.562 2 interp_poly 6054 3744 0 0 0.562 6114 3728 0 0 0.562 6054 3744 0 0 0.562 2 interp_poly -46 -23 60 -16 6054 3744 3 MP PP 6054 3744 0 0 0.562 6114 3728 0 0 0.562 6054 3744 0 0 0.562 2 interp_poly 6114 3728 0 0 0.562 6068 3705 0 0 0.562 6114 3728 0 0 0.562 2 interp_poly 60 -17 -46 -21 6086 3804 3 MP PP 6086 3804 0 0 0.562 6040 3783 0 0 0.562 6086 3804 0 0 0.562 2 interp_poly 6040 3783 0 0 0.562 6100 3766 0 0 0.562 6040 3783 0 0 0.562 2 interp_poly -46 -22 60 -17 6040 3783 3 MP PP 6040 3783 0 0 0.562 6100 3766 0 0 0.562 6040 3783 0 0 0.562 2 interp_poly 6100 3766 0 0 0.562 6054 3744 0 0 0.562 6100 3766 0 0 0.562 2 interp_poly 60 -17 -46 -21 6072 3842 3 MP PP 6072 3842 0 0 0.562 6026 3821 0 0 0.562 6072 3842 0 0 0.562 2 interp_poly 6026 3821 0 0 0.562 6086 3804 0 0 0.562 6026 3821 0 0 0.562 2 interp_poly -46 -21 60 -17 6026 3821 3 MP PP 6026 3821 0 0 0.562 6086 3804 0 0 0.562 6026 3821 0 0 0.562 2 interp_poly 6086 3804 0 0 0.562 6040 3783 0 0 0.562 6086 3804 0 0 0.562 2 interp_poly -46 -21 60 -16 6012 3858 3 MP PP 6012 3858 0 0 0.562 6072 3842 0 0 0.562 6012 3858 0 0 0.562 2 interp_poly 6072 3842 0 0 0.562 6026 3821 0 0 0.562 6072 3842 0 0 0.562 2 interp_poly 61 -17 -47 -22 6054 3744 3 MP PP 6054 3744 0 0 0.562 6007 3722 0 0 0.562 6054 3744 0 0 0.562 2 interp_poly 6007 3722 0 0 0.562 6068 3705 0 0 0.562 6007 3722 0 0 0.562 2 interp_poly -47 -23 61 -17 6007 3722 3 MP PP 6007 3722 0 0 0.562 6068 3705 0 0 0.562 6007 3722 0 0 0.562 2 interp_poly 6068 3705 0 0 0.562 6021 3682 0 0 0.562 6068 3705 0 0 0.562 2 interp_poly 61 -17 -47 -22 6040 3783 3 MP PP 6040 3783 0 0 0.562 5993 3761 0 0 0.562 6040 3783 0 0 0.562 2 interp_poly 5993 3761 0 0 0.562 6054 3744 0 0 0.562 5993 3761 0 0 0.562 2 interp_poly -47 -22 61 -17 5993 3761 3 MP PP 5993 3761 0 0 0.562 6054 3744 0 0 0.562 5993 3761 0 0 0.562 2 interp_poly 6054 3744 0 0 0.562 6007 3722 0 0 0.562 6054 3744 0 0 0.562 2 interp_poly 61 -16 -47 -22 6026 3821 3 MP PP 6026 3821 0 0 0.562 5979 3799 0 0 0.562 6026 3821 0 0 0.562 2 interp_poly 5979 3799 0 0 0.562 6040 3783 0 0 0.562 5979 3799 0 0 0.562 2 interp_poly -47 -22 61 -16 5979 3799 3 MP PP 5979 3799 0 0 0.562 6040 3783 0 0 0.562 5979 3799 0 0 0.562 2 interp_poly 6040 3783 0 0 0.562 5993 3761 0 0 0.562 6040 3783 0 0 0.562 2 interp_poly 61 -16 -47 -21 6012 3858 3 MP PP 6012 3858 0 0 0.562 5965 3837 0 0 0.562 6012 3858 0 0 0.562 2 interp_poly 5965 3837 0 0 0.562 6026 3821 0 0 0.562 5965 3837 0 0 0.562 2 interp_poly -47 -22 61 -16 5965 3837 3 MP PP 5965 3837 0 0 0.562 6026 3821 0 0 0.562 5965 3837 0 0 0.562 2 interp_poly 6026 3821 0 0 0.562 5979 3799 0 0 0.562 6026 3821 0 0 0.562 2 interp_poly 60 -16 -46 -24 6007 3722 3 MP PP 6007 3722 0 0 0.562 5961 3698 0 0 0.562 6007 3722 0 0 0.562 2 interp_poly 5961 3698 0 0 0.562 6021 3682 0 0 0.562 5961 3698 0 0 0.562 2 interp_poly -46 -23 60 -16 5961 3698 3 MP PP 5961 3698 0 0 0.562 6021 3682 0 0 0.562 5961 3698 0 0 0.562 2 interp_poly 6021 3682 0 0 0.562 5975 3659 0 0 0.562 6021 3682 0 0 0.562 2 interp_poly -47 -21 61 -17 5951 3875 3 MP PP 5951 3875 0 0 0.562 6012 3858 0 0 0.562 5951 3875 0 0 0.562 2 interp_poly 6012 3858 0 0 0.562 5965 3837 0 0 0.562 6012 3858 0 0 0.562 2 interp_poly 60 -16 -46 -23 5993 3761 3 MP PP 5993 3761 0 0 0.562 5947 3738 0 0 0.562 5993 3761 0 0 0.562 2 interp_poly 5947 3738 0 0 0.562 6007 3722 0 0 0.562 5947 3738 0 0 0.562 2 interp_poly -46 -24 60 -16 5947 3738 3 MP PP 5947 3738 0 0 0.562 6007 3722 0 0 0.562 5947 3738 0 0 0.562 2 interp_poly 6007 3722 0 0 0.562 5961 3698 0 0 0.562 6007 3722 0 0 0.562 2 interp_poly 60 -16 -46 -22 5979 3799 3 MP PP 5979 3799 0 0 0.562 5933 3777 0 0 0.562 5979 3799 0 0 0.562 2 interp_poly 5933 3777 0 0 0.562 5993 3761 0 0 0.562 5933 3777 0 0 0.562 2 interp_poly -46 -23 60 -16 5933 3777 3 MP PP 5933 3777 0 0 0.562 5993 3761 0 0 0.562 5933 3777 0 0 0.562 2 interp_poly 5993 3761 0 0 0.562 5947 3738 0 0 0.562 5993 3761 0 0 0.562 2 interp_poly 60 -16 -46 -22 5965 3837 3 MP PP 5965 3837 0 0 0.562 5919 3815 0 0 0.562 5965 3837 0 0 0.562 2 interp_poly 5919 3815 0 0 0.562 5979 3799 0 0 0.562 5919 3815 0 0 0.562 2 interp_poly -46 -22 60 -16 5919 3815 3 MP PP 5919 3815 0 0 0.562 5979 3799 0 0 0.562 5919 3815 0 0 0.562 2 interp_poly 5979 3799 0 0 0.562 5933 3777 0 0 0.562 5979 3799 0 0 0.562 2 interp_poly 61 -15 -47 -24 5961 3698 3 MP PP 5961 3698 0 0 0.562 5914 3674 0 0 0.562 5961 3698 0 0 0.562 2 interp_poly 5914 3674 0 0 0.562 5975 3659 0 0 0.562 5914 3674 0 0 0.562 2 interp_poly -47 -24 61 -15 5914 3674 3 MP PP 5914 3674 0 0 0.562 5975 3659 0 0 0.562 5914 3674 0 0 0.562 2 interp_poly 5975 3659 0 0 0.562 5928 3635 0 0 0.562 5975 3659 0 0 0.562 2 interp_poly 60 -16 -46 -22 5951 3875 3 MP PP 5951 3875 0 0 0.562 5905 3853 0 0 0.562 5951 3875 0 0 0.562 2 interp_poly 5905 3853 0 0 0.562 5965 3837 0 0 0.562 5905 3853 0 0 0.562 2 interp_poly -46 -22 60 -16 5905 3853 3 MP PP 5905 3853 0 0 0.562 5965 3837 0 0 0.562 5905 3853 0 0 0.562 2 interp_poly 5965 3837 0 0 0.562 5919 3815 0 0 0.562 5965 3837 0 0 0.562 2 interp_poly 61 -17 -47 -23 5947 3738 3 MP PP 5947 3738 0 0 0.562 5900 3715 0 0 0.562 5947 3738 0 0 0.562 2 interp_poly 5900 3715 0 0 0.562 5961 3698 0 0 0.562 5900 3715 0 0 0.562 2 interp_poly -47 -24 61 -17 5900 3715 3 MP PP 5900 3715 0 0 0.562 5961 3698 0 0 0.562 5900 3715 0 0 0.562 2 interp_poly 5961 3698 0 0 0.562 5914 3674 0 0 0.562 5961 3698 0 0 0.562 2 interp_poly -46 -22 61 -16 5890 3891 3 MP PP 5890 3891 0 0 0.562 5951 3875 0 0 0.562 5890 3891 0 0 0.562 2 interp_poly 5951 3875 0 0 0.562 5905 3853 0 0 0.562 5951 3875 0 0 0.562 2 interp_poly 61 -17 -47 -22 5933 3777 3 MP PP 5933 3777 0 0 0.562 5886 3755 0 0 0.562 5933 3777 0 0 0.562 2 interp_poly 5886 3755 0 0 0.562 5947 3738 0 0 0.562 5886 3755 0 0 0.562 2 interp_poly -47 -23 61 -17 5886 3755 3 MP PP 5886 3755 0 0 0.562 5947 3738 0 0 0.562 5886 3755 0 0 0.562 2 interp_poly 5947 3738 0 0 0.562 5900 3715 0 0 0.562 5947 3738 0 0 0.562 2 interp_poly 61 -17 -47 -21 5919 3815 3 MP PP 5919 3815 0 0 0.562 5872 3794 0 0 0.562 5919 3815 0 0 0.562 2 interp_poly 5872 3794 0 0 0.562 5933 3777 0 0 0.562 5872 3794 0 0 0.562 2 interp_poly -47 -22 61 -17 5872 3794 3 MP PP 5872 3794 0 0 0.562 5933 3777 0 0 0.562 5872 3794 0 0 0.562 2 interp_poly 5933 3777 0 0 0.562 5886 3755 0 0 0.562 5933 3777 0 0 0.562 2 interp_poly 60 -15 -46 -24 5914 3674 3 MP PP 5914 3674 0 0 0.562 5868 3650 0 0 0.562 5914 3674 0 0 0.562 2 interp_poly 5868 3650 0 0 0.562 5928 3635 0 0 0.562 5868 3650 0 0 0.562 2 interp_poly -46 -25 60 -15 5868 3650 3 MP PP 5868 3650 0 0 0.562 5928 3635 0 0 0.562 5868 3650 0 0 0.562 2 interp_poly 5928 3635 0 0 0.562 5882 3610 0 0 0.562 5928 3635 0 0 0.562 2 interp_poly 61 -17 -47 -21 5905 3853 3 MP PP 5905 3853 0 0 0.562 5858 3832 0 0 0.562 5905 3853 0 0 0.562 2 interp_poly 5858 3832 0 0 0.562 5919 3815 0 0 0.562 5858 3832 0 0 0.562 2 interp_poly -47 -21 61 -17 5858 3832 3 MP PP 5858 3832 0 0 0.562 5919 3815 0 0 0.562 5858 3832 0 0 0.562 2 interp_poly 5919 3815 0 0 0.562 5872 3794 0 0 0.562 5919 3815 0 0 0.562 2 interp_poly 60 -16 -46 -25 5900 3715 3 MP PP 5900 3715 0 0 0.562 5854 3690 0 0 0.562 5900 3715 0 0 0.562 2 interp_poly 5854 3690 0 0 0.562 5914 3674 0 0 0.562 5854 3690 0 0 0.562 2 interp_poly -46 -24 60 -16 5854 3690 3 MP PP 5854 3690 0 0 0.562 5914 3674 0 0 0.562 5854 3690 0 0 0.562 2 interp_poly 5914 3674 0 0 0.562 5868 3650 0 0 0.562 5914 3674 0 0 0.562 2 interp_poly 61 -17 -46 -21 5890 3891 3 MP PP 5890 3891 0 0 0.562 5844 3870 0 0 0.562 5890 3891 0 0 0.562 2 interp_poly 5844 3870 0 0 0.562 5905 3853 0 0 0.562 5844 3870 0 0 0.562 2 interp_poly -47 -21 61 -17 5844 3870 3 MP PP 5844 3870 0 0 0.562 5905 3853 0 0 0.562 5844 3870 0 0 0.562 2 interp_poly 5905 3853 0 0 0.562 5858 3832 0 0 0.562 5905 3853 0 0 0.562 2 interp_poly 60 -16 -46 -24 5886 3755 3 MP PP 5886 3755 0 0 0.562 5840 3731 0 0 0.562 5886 3755 0 0 0.562 2 interp_poly 5840 3731 0 0 0.562 5900 3715 0 0 0.562 5840 3731 0 0 0.562 2 interp_poly -46 -25 60 -16 5840 3731 3 MP PP 5840 3731 0 0 0.562 5900 3715 0 0 0.562 5840 3731 0 0 0.562 2 interp_poly 5900 3715 0 0 0.562 5854 3690 0 0 0.562 5900 3715 0 0 0.562 2 interp_poly -46 -21 60 -16 5830 3907 3 MP PP 5830 3907 0 0 0.562 5890 3891 0 0 0.562 5830 3907 0 0 0.562 2 interp_poly 5890 3891 0 0 0.562 5844 3870 0 0 0.562 5890 3891 0 0 0.562 2 interp_poly 60 -16 -46 -23 5872 3794 3 MP PP 5872 3794 0 0 0.562 5826 3771 0 0 0.562 5872 3794 0 0 0.562 2 interp_poly 5826 3771 0 0 0.562 5886 3755 0 0 0.562 5826 3771 0 0 0.562 2 interp_poly -46 -24 60 -16 5826 3771 3 MP PP 5826 3771 0 0 0.562 5886 3755 0 0 0.562 5826 3771 0 0 0.562 2 interp_poly 5886 3755 0 0 0.562 5840 3731 0 0 0.562 5886 3755 0 0 0.562 2 interp_poly 61 -16 -47 -24 5868 3650 3 MP PP 5868 3650 0 0 0.562 5821 3626 0 0 0.562 5868 3650 0 0 0.562 2 interp_poly 5821 3626 0 0 0.562 5882 3610 0 0 0.562 5821 3626 0 0 0.562 2 interp_poly -47 -23 61 -16 5821 3626 3 MP PP 5821 3626 0 0 0.562 5882 3610 0 0 0.562 5821 3626 0 0 0.562 2 interp_poly 5882 3610 0 0 0.562 5835 3587 0 0 0.562 5882 3610 0 0 0.562 2 interp_poly 60 -16 -46 -22 5858 3832 3 MP PP 5858 3832 0 0 0.562 5812 3810 0 0 0.562 5858 3832 0 0 0.562 2 interp_poly 5812 3810 0 0 0.562 5872 3794 0 0 0.562 5812 3810 0 0 0.562 2 interp_poly -46 -23 60 -16 5812 3810 3 MP PP 5812 3810 0 0 0.562 5872 3794 0 0 0.562 5812 3810 0 0 0.562 2 interp_poly 5872 3794 0 0 0.562 5826 3771 0 0 0.562 5872 3794 0 0 0.562 2 interp_poly 61 -15 -47 -25 5854 3690 3 MP PP 5854 3690 0 0 0.562 5807 3665 0 0 0.562 5854 3690 0 0 0.562 2 interp_poly 5807 3665 0 0 0.562 5868 3650 0 0 0.562 5807 3665 0 0 0.562 2 interp_poly -47 -24 61 -15 5807 3665 3 MP PP 5807 3665 0 0 0.562 5868 3650 0 0 0.562 5807 3665 0 0 0.562 2 interp_poly 5868 3650 0 0 0.562 5821 3626 0 0 0.562 5868 3650 0 0 0.562 2 interp_poly 61 -16 -47 -22 5844 3870 3 MP PP 5844 3870 0 0 0.562 5797 3848 0 0 0.562 5844 3870 0 0 0.562 2 interp_poly 5797 3848 0 0 0.562 5858 3832 0 0 0.562 5797 3848 0 0 0.562 2 interp_poly -46 -22 61 -16 5797 3848 3 MP PP 5797 3848 0 0 0.562 5858 3832 0 0 0.562 5797 3848 0 0 0.562 2 interp_poly 5858 3832 0 0 0.562 5812 3810 0 0 0.562 5858 3832 0 0 0.562 2 interp_poly 61 -17 -47 -24 5840 3731 3 MP PP 5840 3731 0 0 0.562 5793 3707 0 0 0.562 5840 3731 0 0 0.562 2 interp_poly 5793 3707 0 0 0.562 5854 3690 0 0 0.562 5793 3707 0 0 0.562 2 interp_poly -47 -25 61 -17 5793 3707 3 MP PP 5793 3707 0 0 0.562 5854 3690 0 0 0.562 5793 3707 0 0 0.562 2 interp_poly 5854 3690 0 0 0.562 5807 3665 0 0 0.562 5854 3690 0 0 0.562 2 interp_poly 61 -16 -47 -21 5830 3907 3 MP PP 5830 3907 0 0 0.562 5783 3886 0 0 0.562 5830 3907 0 0 0.562 2 interp_poly 5783 3886 0 0 0.562 5844 3870 0 0 0.562 5783 3886 0 0 0.562 2 interp_poly -47 -22 61 -16 5783 3886 3 MP PP 5783 3886 0 0 0.562 5844 3870 0 0 0.562 5783 3886 0 0 0.562 2 interp_poly 5844 3870 0 0 0.562 5797 3848 0 0 0.562 5844 3870 0 0 0.562 2 interp_poly 61 -17 -47 -23 5826 3771 3 MP PP 5826 3771 0 0 0.562 5779 3748 0 0 0.562 5826 3771 0 0 0.562 2 interp_poly 5779 3748 0 0 0.562 5840 3731 0 0 0.562 5779 3748 0 0 0.562 2 interp_poly -47 -24 61 -17 5779 3748 3 MP PP 5779 3748 0 0 0.562 5840 3731 0 0 0.562 5779 3748 0 0 0.562 2 interp_poly 5840 3731 0 0 0.562 5793 3707 0 0 0.562 5840 3731 0 0 0.562 2 interp_poly 60 -15 -46 -24 5821 3626 3 MP PP 5821 3626 0 0 0.562 5775 3602 0 0 0.562 5821 3626 0 0 0.562 2 interp_poly 5775 3602 0 0 0.562 5835 3587 0 0 0.562 5775 3602 0 0 0.562 2 interp_poly -46 -23 60 -15 5775 3602 3 MP PP 5775 3602 0 0 0.562 5835 3587 0 0 0.562 5775 3602 0 0 0.562 2 interp_poly 5835 3587 0 0 0.562 5789 3564 0 0 0.562 5835 3587 0 0 0.562 2 interp_poly -47 -21 61 -16 5769 3923 3 MP PP 5769 3923 0 0 0.562 5830 3907 0 0 0.562 5769 3923 0 0 0.562 2 interp_poly 5830 3907 0 0 0.562 5783 3886 0 0 0.562 5830 3907 0 0 0.562 2 interp_poly 61 -17 -47 -22 5812 3810 3 MP PP 5812 3810 0 0 0.562 5765 3788 0 0 0.562 5812 3810 0 0 0.562 2 interp_poly 5765 3788 0 0 0.562 5826 3771 0 0 0.562 5765 3788 0 0 0.562 2 interp_poly -47 -23 61 -17 5765 3788 3 MP PP 5765 3788 0 0 0.562 5826 3771 0 0 0.562 5765 3788 0 0 0.562 2 interp_poly 5826 3771 0 0 0.562 5779 3748 0 0 0.562 5826 3771 0 0 0.562 2 interp_poly 60 -15 -46 -24 5807 3665 3 MP PP 5807 3665 0 0 0.562 5761 3641 0 0 0.562 5807 3665 0 0 0.562 2 interp_poly 5761 3641 0 0 0.562 5821 3626 0 0 0.562 5761 3641 0 0 0.562 2 interp_poly -46 -24 60 -15 5761 3641 3 MP PP 5761 3641 0 0 0.562 5821 3626 0 0 0.562 5761 3641 0 0 0.562 2 interp_poly 5821 3626 0 0 0.562 5775 3602 0 0 0.562 5821 3626 0 0 0.562 2 interp_poly 61 -16 -46 -22 5797 3848 3 MP PP 5797 3848 0 0 0.562 5751 3826 0 0 0.562 5797 3848 0 0 0.562 2 interp_poly 5751 3826 0 0 0.562 5812 3810 0 0 0.562 5751 3826 0 0 0.562 2 interp_poly -47 -22 61 -16 5751 3826 3 MP PP 5751 3826 0 0 0.562 5812 3810 0 0 0.562 5751 3826 0 0 0.562 2 interp_poly 5812 3810 0 0 0.562 5765 3788 0 0 0.562 5812 3810 0 0 0.562 2 interp_poly 60 -16 -46 -26 5793 3707 3 MP PP 5793 3707 0 0 0.562 5747 3681 0 0 0.562 5793 3707 0 0 0.562 2 interp_poly 5747 3681 0 0 0.562 5807 3665 0 0 0.562 5747 3681 0 0 0.562 2 interp_poly -46 -24 60 -16 5747 3681 3 MP PP 5747 3681 0 0 0.562 5807 3665 0 0 0.562 5747 3681 0 0 0.562 2 interp_poly 5807 3665 0 0 0.562 5761 3641 0 0 0.562 5807 3665 0 0 0.562 2 interp_poly 60 -17 -46 -21 5783 3886 3 MP PP 5783 3886 0 0 0.562 5737 3865 0 0 0.562 5783 3886 0 0 0.562 2 interp_poly 5737 3865 0 0 0.562 5797 3848 0 0 0.562 5737 3865 0 0 0.562 2 interp_poly -46 -22 60 -17 5737 3865 3 MP PP 5737 3865 0 0 0.562 5797 3848 0 0 0.562 5737 3865 0 0 0.562 2 interp_poly 5797 3848 0 0 0.562 5751 3826 0 0 0.562 5797 3848 0 0 0.562 2 interp_poly 60 -16 -46 -25 5779 3748 3 MP PP 5779 3748 0 0 0.562 5733 3723 0 0 0.562 5779 3748 0 0 0.562 2 interp_poly 5733 3723 0 0 0.562 5793 3707 0 0 0.562 5733 3723 0 0 0.562 2 interp_poly -46 -26 60 -16 5733 3723 3 MP PP 5733 3723 0 0 0.562 5793 3707 0 0 0.562 5733 3723 0 0 0.562 2 interp_poly 5793 3707 0 0 0.562 5747 3681 0 0 0.562 5793 3707 0 0 0.562 2 interp_poly 61 -16 -47 -22 5775 3602 3 MP PP 5775 3602 0 0 0.562 5728 3580 0 0 0.562 5775 3602 0 0 0.562 2 interp_poly 5728 3580 0 0 0.562 5789 3564 0 0 0.562 5728 3580 0 0 0.562 2 interp_poly -47 -22 61 -16 5728 3580 3 MP PP 5728 3580 0 0 0.562 5789 3564 0 0 0.562 5728 3580 0 0 0.562 2 interp_poly 5789 3564 0 0 0.562 5742 3542 0 0 0.562 5789 3564 0 0 0.562 2 interp_poly 60 -16 -46 -21 5769 3923 3 MP PP 5769 3923 0 0 0.562 5723 3902 0 0 0.562 5769 3923 0 0 0.562 2 interp_poly 5723 3902 0 0 0.562 5783 3886 0 0 0.562 5723 3902 0 0 0.562 2 interp_poly -46 -21 60 -16 5723 3902 3 MP PP 5723 3902 0 0 0.562 5783 3886 0 0 0.562 5723 3902 0 0 0.562 2 interp_poly 5783 3886 0 0 0.562 5737 3865 0 0 0.562 5783 3886 0 0 0.562 2 interp_poly 61 -17 -47 -23 5765 3788 3 MP PP 5765 3788 0 0 0.562 5718 3765 0 0 0.562 5765 3788 0 0 0.562 2 interp_poly 5718 3765 0 0 0.562 5779 3748 0 0 0.562 5718 3765 0 0 0.562 2 interp_poly -46 -25 61 -17 5718 3765 3 MP PP 5718 3765 0 0 0.562 5779 3748 0 0 0.562 5718 3765 0 0 0.562 2 interp_poly 5779 3748 0 0 0.562 5733 3723 0 0 0.562 5779 3748 0 0 0.562 2 interp_poly 61 -16 -47 -23 5761 3641 3 MP PP 5761 3641 0 0 0.562 5714 3618 0 0 0.562 5761 3641 0 0 0.562 2 interp_poly 5714 3618 0 0 0.562 5775 3602 0 0 0.562 5714 3618 0 0 0.562 2 interp_poly -47 -22 61 -16 5714 3618 3 MP PP 5714 3618 0 0 0.562 5775 3602 0 0 0.562 5714 3618 0 0 0.562 2 interp_poly 5775 3602 0 0 0.562 5728 3580 0 0 0.562 5775 3602 0 0 0.562 2 interp_poly -46 -21 60 -17 5709 3940 3 MP PP 5709 3940 0 0 0.562 5769 3923 0 0 0.562 5709 3940 0 0 0.562 2 interp_poly 5769 3923 0 0 0.562 5723 3902 0 0 0.562 5769 3923 0 0 0.562 2 interp_poly 61 -16 -47 -22 5751 3826 3 MP PP 5751 3826 0 0 0.562 5704 3804 0 0 0.562 5751 3826 0 0 0.562 2 interp_poly 5704 3804 0 0 0.562 5765 3788 0 0 0.562 5704 3804 0 0 0.562 2 interp_poly -47 -23 61 -16 5704 3804 3 MP PP 5704 3804 0 0 0.562 5765 3788 0 0 0.562 5704 3804 0 0 0.562 2 interp_poly 5765 3788 0 0 0.562 5718 3765 0 0 0.562 5765 3788 0 0 0.562 2 interp_poly 61 -15 -47 -25 5747 3681 3 MP PP 5747 3681 0 0 0.562 5700 3656 0 0 0.562 5747 3681 0 0 0.562 2 interp_poly 5700 3656 0 0 0.562 5761 3641 0 0 0.562 5700 3656 0 0 0.562 2 interp_poly -47 -23 61 -15 5700 3656 3 MP PP 5700 3656 0 0 0.562 5761 3641 0 0 0.562 5700 3656 0 0 0.562 2 interp_poly 5761 3641 0 0 0.562 5714 3618 0 0 0.562 5761 3641 0 0 0.562 2 interp_poly 61 -17 -47 -22 5737 3865 3 MP PP 5737 3865 0 0 0.562 5690 3843 0 0 0.562 5737 3865 0 0 0.562 2 interp_poly 5690 3843 0 0 0.562 5751 3826 0 0 0.562 5690 3843 0 0 0.562 2 interp_poly -47 -22 61 -17 5690 3843 3 MP PP 5690 3843 0 0 0.562 5751 3826 0 0 0.562 5690 3843 0 0 0.562 2 interp_poly 5751 3826 0 0 0.562 5704 3804 0 0 0.562 5751 3826 0 0 0.562 2 interp_poly 61 -16 -47 -26 5733 3723 3 MP PP 5733 3723 0 0 0.562 5686 3697 0 0 0.562 5733 3723 0 0 0.562 2 interp_poly 5686 3697 0 0 0.562 5747 3681 0 0 0.562 5686 3697 0 0 0.562 2 interp_poly -47 -25 61 -16 5686 3697 3 MP PP 5686 3697 0 0 0.562 5747 3681 0 0 0.562 5686 3697 0 0 0.562 2 interp_poly 5747 3681 0 0 0.562 5700 3656 0 0 0.562 5747 3681 0 0 0.562 2 interp_poly 60 -15 -46 -23 5728 3580 3 MP PP 5728 3580 0 0 0.562 5682 3557 0 0 0.562 5728 3580 0 0 0.562 2 interp_poly 5682 3557 0 0 0.562 5742 3542 0 0 0.562 5682 3557 0 0 0.562 2 interp_poly -46 -21 60 -15 5682 3557 3 MP PP 5682 3557 0 0 0.562 5742 3542 0 0 0.562 5682 3557 0 0 0.562 2 interp_poly 5742 3542 0 0 0.562 5696 3521 0 0 0.562 5742 3542 0 0 0.562 2 interp_poly 61 -16 -47 -21 5723 3902 3 MP PP 5723 3902 0 0 0.562 5676 3881 0 0 0.562 5723 3902 0 0 0.562 2 interp_poly 5676 3881 0 0 0.562 5737 3865 0 0 0.562 5676 3881 0 0 0.562 2 interp_poly -47 -22 61 -16 5676 3881 3 MP PP 5676 3881 0 0 0.562 5737 3865 0 0 0.562 5676 3881 0 0 0.562 2 interp_poly 5737 3865 0 0 0.562 5690 3843 0 0 0.562 5737 3865 0 0 0.562 2 interp_poly 61 -17 -46 -25 5718 3765 3 MP PP 5718 3765 0 0 0.562 5672 3740 0 0 0.562 5718 3765 0 0 0.562 2 interp_poly 5672 3740 0 0 0.562 5733 3723 0 0 0.562 5672 3740 0 0 0.562 2 interp_poly -47 -26 61 -17 5672 3740 3 MP PP 5672 3740 0 0 0.562 5733 3723 0 0 0.562 5672 3740 0 0 0.562 2 interp_poly 5733 3723 0 0 0.562 5686 3697 0 0 0.562 5733 3723 0 0 0.562 2 interp_poly 60 -15 -46 -23 5714 3618 3 MP PP 5714 3618 0 0 0.562 5668 3595 0 0 0.562 5714 3618 0 0 0.562 2 interp_poly 5668 3595 0 0 0.562 5728 3580 0 0 0.562 5668 3595 0 0 0.562 2 interp_poly -46 -23 60 -15 5668 3595 3 MP PP 5668 3595 0 0 0.562 5728 3580 0 0 0.562 5668 3595 0 0 0.562 2 interp_poly 5728 3580 0 0 0.562 5682 3557 0 0 0.562 5728 3580 0 0 0.562 2 interp_poly 61 -17 -47 -21 5709 3940 3 MP PP 5709 3940 0 0 0.562 5662 3919 0 0 0.562 5709 3940 0 0 0.562 2 interp_poly 5662 3919 0 0 0.562 5723 3902 0 0 0.562 5662 3919 0 0 0.562 2 interp_poly -47 -21 61 -17 5662 3919 3 MP PP 5662 3919 0 0 0.562 5723 3902 0 0 0.562 5662 3919 0 0 0.562 2 interp_poly 5723 3902 0 0 0.562 5676 3881 0 0 0.562 5723 3902 0 0 0.562 2 interp_poly 60 -16 -46 -23 5704 3804 3 MP PP 5704 3804 0 0 0.562 5658 3781 0 0 0.562 5704 3804 0 0 0.562 2 interp_poly 5658 3781 0 0 0.562 5718 3765 0 0 0.562 5658 3781 0 0 0.562 2 interp_poly -46 -25 60 -16 5658 3781 3 MP PP 5658 3781 0 0 0.562 5718 3765 0 0 0.562 5658 3781 0 0 0.562 2 interp_poly 5718 3765 0 0 0.562 5672 3740 0 0 0.562 5718 3765 0 0 0.562 2 interp_poly 60 -14 -46 -24 5700 3656 3 MP PP 5700 3656 0 0 0.562 5654 3632 0 0 0.562 5700 3656 0 0 0.562 2 interp_poly 5654 3632 0 0 0.562 5714 3618 0 0 0.562 5654 3632 0 0 0.562 2 interp_poly -46 -23 60 -14 5654 3632 3 MP PP 5654 3632 0 0 0.562 5714 3618 0 0 0.562 5654 3632 0 0 0.562 2 interp_poly 5714 3618 0 0 0.562 5668 3595 0 0 0.562 5714 3618 0 0 0.562 2 interp_poly -47 -21 61 -17 5648 3957 3 MP PP 5648 3957 0 0 0.562 5709 3940 0 0 0.562 5648 3957 0 0 0.562 2 interp_poly 5709 3940 0 0 0.562 5662 3919 0 0 0.562 5709 3940 0 0 0.562 2 interp_poly 60 -16 -46 -23 5690 3843 3 MP PP 5690 3843 0 0 0.562 5644 3820 0 0 0.562 5690 3843 0 0 0.562 2 interp_poly 5644 3820 0 0 0.562 5704 3804 0 0 0.562 5644 3820 0 0 0.562 2 interp_poly -46 -23 60 -16 5644 3820 3 MP PP 5644 3820 0 0 0.562 5704 3804 0 0 0.562 5644 3820 0 0 0.562 2 interp_poly 5704 3804 0 0 0.562 5658 3781 0 0 0.562 5704 3804 0 0 0.562 2 interp_poly 60 -15 -46 -26 5686 3697 3 MP PP 5686 3697 0 0 0.562 5640 3671 0 0 0.562 5686 3697 0 0 0.562 2 interp_poly 5640 3671 0 0 0.562 5700 3656 0 0 0.562 5640 3671 0 0 0.562 2 interp_poly -46 -24 60 -15 5640 3671 3 MP PP 5640 3671 0 0 0.562 5700 3656 0 0 0.562 5640 3671 0 0 0.562 2 interp_poly 5700 3656 0 0 0.562 5654 3632 0 0 0.562 5700 3656 0 0 0.562 2 interp_poly 61 -15 -47 -21 5682 3557 3 MP PP 5682 3557 0 0 0.562 5635 3536 0 0 0.562 5682 3557 0 0 0.562 2 interp_poly 5635 3536 0 0 0.562 5696 3521 0 0 0.562 5635 3536 0 0 0.562 2 interp_poly -47 -21 61 -15 5635 3536 3 MP PP 5635 3536 0 0 0.562 5696 3521 0 0 0.562 5635 3536 0 0 0.562 2 interp_poly 5696 3521 0 0 0.562 5649 3500 0 0 0.562 5696 3521 0 0 0.562 2 interp_poly 60 -16 -46 -22 5676 3881 3 MP PP 5676 3881 0 0 0.562 5630 3859 0 0 0.562 5676 3881 0 0 0.562 2 interp_poly 5630 3859 0 0 0.562 5690 3843 0 0 0.562 5630 3859 0 0 0.562 2 interp_poly -46 -23 60 -16 5630 3859 3 MP PP 5630 3859 0 0 0.562 5690 3843 0 0 0.562 5630 3859 0 0 0.562 2 interp_poly 5690 3843 0 0 0.562 5644 3820 0 0 0.562 5690 3843 0 0 0.562 2 interp_poly 61 -16 -47 -27 5672 3740 3 MP PP 5672 3740 0 0 0.562 5625 3713 0 0 0.562 5672 3740 0 0 0.562 2 interp_poly 5625 3713 0 0 0.562 5686 3697 0 0 0.562 5625 3713 0 0 0.562 2 interp_poly -46 -26 61 -16 5625 3713 3 MP PP 5625 3713 0 0 0.562 5686 3697 0 0 0.562 5625 3713 0 0 0.562 2 interp_poly 5686 3697 0 0 0.562 5640 3671 0 0 0.562 5686 3697 0 0 0.562 2 interp_poly 61 -17 -47 -21 5668 3595 3 MP PP 5668 3595 0 0 0.562 5621 3574 0 0 0.562 5668 3595 0 0 0.562 2 interp_poly 5621 3574 0 0 0.562 5682 3557 0 0 0.562 5621 3574 0 0 0.562 2 interp_poly -47 -21 61 -17 5621 3574 3 MP PP 5621 3574 0 0 0.562 5682 3557 0 0 0.562 5621 3574 0 0 0.562 2 interp_poly 5682 3557 0 0 0.562 5635 3536 0 0 0.562 5682 3557 0 0 0.562 2 interp_poly 60 -17 -46 -21 5662 3919 3 MP PP 5662 3919 0 0 0.562 5616 3898 0 0 0.562 5662 3919 0 0 0.562 2 interp_poly 5616 3898 0 0 0.562 5676 3881 0 0 0.562 5616 3898 0 0 0.562 2 interp_poly -46 -22 60 -17 5616 3898 3 MP PP 5616 3898 0 0 0.562 5676 3881 0 0 0.562 5616 3898 0 0 0.562 2 interp_poly 5676 3881 0 0 0.562 5630 3859 0 0 0.562 5676 3881 0 0 0.562 2 interp_poly 61 -16 -47 -25 5658 3781 3 MP PP 5658 3781 0 0 0.562 5611 3756 0 0 0.562 5658 3781 0 0 0.562 2 interp_poly 5611 3756 0 0 0.562 5672 3740 0 0 0.562 5611 3756 0 0 0.562 2 interp_poly -47 -27 61 -16 5611 3756 3 MP PP 5611 3756 0 0 0.562 5672 3740 0 0 0.562 5611 3756 0 0 0.562 2 interp_poly 5672 3740 0 0 0.562 5625 3713 0 0 0.562 5672 3740 0 0 0.562 2 interp_poly 61 -16 -47 -21 5654 3632 3 MP PP 5654 3632 0 0 0.562 5607 3611 0 0 0.562 5654 3632 0 0 0.562 2 interp_poly 5607 3611 0 0 0.562 5668 3595 0 0 0.562 5607 3611 0 0 0.562 2 interp_poly -47 -21 61 -16 5607 3611 3 MP PP 5607 3611 0 0 0.562 5668 3595 0 0 0.562 5607 3611 0 0 0.562 2 interp_poly 5668 3595 0 0 0.562 5621 3574 0 0 0.562 5668 3595 0 0 0.562 2 interp_poly 60 -16 -46 -22 5648 3957 3 MP PP 5648 3957 0 0 0.562 5602 3935 0 0 0.562 5648 3957 0 0 0.562 2 interp_poly 5602 3935 0 0 0.562 5662 3919 0 0 0.562 5602 3935 0 0 0.562 2 interp_poly -46 -21 60 -16 5602 3935 3 MP PP 5602 3935 0 0 0.562 5662 3919 0 0 0.562 5602 3935 0 0 0.562 2 interp_poly 5662 3919 0 0 0.562 5616 3898 0 0 0.562 5662 3919 0 0 0.562 2 interp_poly 61 -16 -47 -23 5644 3820 3 MP PP 5644 3820 0 0 0.562 5597 3797 0 0 0.562 5644 3820 0 0 0.562 2 interp_poly 5597 3797 0 0 0.562 5658 3781 0 0 0.562 5597 3797 0 0 0.562 2 interp_poly -47 -25 61 -16 5597 3797 3 MP PP 5597 3797 0 0 0.562 5658 3781 0 0 0.562 5597 3797 0 0 0.562 2 interp_poly 5658 3781 0 0 0.562 5611 3756 0 0 0.562 5658 3781 0 0 0.562 2 interp_poly 61 -15 -47 -24 5640 3671 3 MP PP 5640 3671 0 0 0.562 5593 3647 0 0 0.562 5640 3671 0 0 0.562 2 interp_poly 5593 3647 0 0 0.562 5654 3632 0 0 0.562 5593 3647 0 0 0.562 2 interp_poly -47 -21 61 -15 5593 3647 3 MP PP 5593 3647 0 0 0.562 5654 3632 0 0 0.562 5593 3647 0 0 0.562 2 interp_poly 5654 3632 0 0 0.562 5607 3611 0 0 0.562 5654 3632 0 0 0.562 2 interp_poly 60 -15 -46 -21 5635 3536 3 MP PP 5635 3536 0 0 0.562 5589 3515 0 0 0.562 5635 3536 0 0 0.562 2 interp_poly 5589 3515 0 0 0.562 5649 3500 0 0 0.562 5589 3515 0 0 0.562 2 interp_poly -46 -21 60 -15 5589 3515 3 MP PP 5589 3515 0 0 0.562 5649 3500 0 0 0.562 5589 3515 0 0 0.562 2 interp_poly 5649 3500 0 0 0.562 5603 3479 0 0 0.562 5649 3500 0 0 0.562 2 interp_poly -46 -22 61 -16 5587 3973 3 MP PP 5587 3973 0 0 0.562 5648 3957 0 0 0.562 5587 3973 0 0 0.562 2 interp_poly 5648 3957 0 0 0.562 5602 3935 0 0 0.562 5648 3957 0 0 0.562 2 interp_poly 61 -17 -47 -22 5630 3859 3 MP PP 5630 3859 0 0 0.562 5583 3837 0 0 0.562 5630 3859 0 0 0.562 2 interp_poly 5583 3837 0 0 0.562 5644 3820 0 0 0.562 5583 3837 0 0 0.562 2 interp_poly -47 -23 61 -17 5583 3837 3 MP PP 5583 3837 0 0 0.562 5644 3820 0 0 0.562 5583 3837 0 0 0.562 2 interp_poly 5644 3820 0 0 0.562 5597 3797 0 0 0.562 5644 3820 0 0 0.562 2 interp_poly 61 -16 -46 -26 5625 3713 3 MP PP 5625 3713 0 0 0.562 5579 3687 0 0 0.562 5625 3713 0 0 0.562 2 interp_poly 5579 3687 0 0 0.562 5640 3671 0 0 0.562 5579 3687 0 0 0.562 2 interp_poly -47 -24 61 -16 5579 3687 3 MP PP 5579 3687 0 0 0.562 5640 3671 0 0 0.562 5579 3687 0 0 0.562 2 interp_poly 5640 3671 0 0 0.562 5593 3647 0 0 0.562 5640 3671 0 0 0.562 2 interp_poly 60 -16 -46 -22 5621 3574 3 MP PP 5621 3574 0 0 0.562 5575 3552 0 0 0.562 5621 3574 0 0 0.562 2 interp_poly 5575 3552 0 0 0.562 5635 3536 0 0 0.562 5575 3552 0 0 0.562 2 interp_poly -46 -21 60 -16 5575 3552 3 MP PP 5575 3552 0 0 0.562 5635 3536 0 0 0.562 5575 3552 0 0 0.562 2 interp_poly 5635 3536 0 0 0.562 5589 3515 0 0 0.562 5635 3536 0 0 0.562 2 interp_poly 61 -17 -47 -22 5616 3898 3 MP PP 5616 3898 0 0 0.562 5569 3876 0 0 0.562 5616 3898 0 0 0.562 2 interp_poly 5569 3876 0 0 0.562 5630 3859 0 0 0.562 5569 3876 0 0 0.562 2 interp_poly -47 -22 61 -17 5569 3876 3 MP PP 5569 3876 0 0 0.562 5630 3859 0 0 0.562 5569 3876 0 0 0.562 2 interp_poly 5630 3859 0 0 0.562 5583 3837 0 0 0.562 5630 3859 0 0 0.562 2 interp_poly 60 -17 -46 -26 5611 3756 3 MP PP 5611 3756 0 0 0.562 5565 3730 0 0 0.562 5611 3756 0 0 0.562 2 interp_poly 5565 3730 0 0 0.562 5625 3713 0 0 0.562 5565 3730 0 0 0.562 2 interp_poly -46 -26 60 -17 5565 3730 3 MP PP 5565 3730 0 0 0.562 5625 3713 0 0 0.562 5565 3730 0 0 0.562 2 interp_poly 5625 3713 0 0 0.562 5579 3687 0 0 0.562 5625 3713 0 0 0.562 2 interp_poly 60 -16 -46 -21 5607 3611 3 MP PP 5607 3611 0 0 0.562 5561 3590 0 0 0.562 5607 3611 0 0 0.562 2 interp_poly 5561 3590 0 0 0.562 5621 3574 0 0 0.562 5561 3590 0 0 0.562 2 interp_poly -46 -22 60 -16 5561 3590 3 MP PP 5561 3590 0 0 0.562 5621 3574 0 0 0.562 5561 3590 0 0 0.562 2 interp_poly 5621 3574 0 0 0.562 5575 3552 0 0 0.562 5621 3574 0 0 0.562 2 interp_poly 61 -16 -47 -21 5602 3935 3 MP PP 5602 3935 0 0 0.562 5555 3914 0 0 0.562 5602 3935 0 0 0.562 2 interp_poly 5555 3914 0 0 0.562 5616 3898 0 0 0.562 5555 3914 0 0 0.562 2 interp_poly -47 -22 61 -16 5555 3914 3 MP PP 5555 3914 0 0 0.562 5616 3898 0 0 0.562 5555 3914 0 0 0.562 2 interp_poly 5616 3898 0 0 0.562 5569 3876 0 0 0.562 5616 3898 0 0 0.562 2 interp_poly 60 -16 -46 -25 5597 3797 3 MP PP 5597 3797 0 0 0.562 5551 3772 0 0 0.562 5597 3797 0 0 0.562 2 interp_poly 5551 3772 0 0 0.562 5611 3756 0 0 0.562 5551 3772 0 0 0.562 2 interp_poly -46 -26 60 -16 5551 3772 3 MP PP 5551 3772 0 0 0.562 5611 3756 0 0 0.562 5551 3772 0 0 0.562 2 interp_poly 5611 3756 0 0 0.562 5565 3730 0 0 0.562 5611 3756 0 0 0.562 2 interp_poly 60 -15 -46 -21 5593 3647 3 MP PP 5593 3647 0 0 0.562 5547 3626 0 0 0.562 5593 3647 0 0 0.562 2 interp_poly 5547 3626 0 0 0.562 5607 3611 0 0 0.562 5547 3626 0 0 0.562 2 interp_poly -46 -21 60 -15 5547 3626 3 MP PP 5547 3626 0 0 0.562 5607 3611 0 0 0.562 5547 3626 0 0 0.562 2 interp_poly 5607 3611 0 0 0.562 5561 3590 0 0 0.562 5607 3611 0 0 0.562 2 interp_poly 61 -15 -47 -21 5589 3515 3 MP PP 5589 3515 0 0 0.562 5542 3494 0 0 0.562 5589 3515 0 0 0.562 2 interp_poly 5542 3494 0 0 0.562 5603 3479 0 0 0.562 5542 3494 0 0 0.562 2 interp_poly -47 -22 61 -15 5542 3494 3 MP PP 5542 3494 0 0 0.562 5603 3479 0 0 0.562 5542 3494 0 0 0.562 2 interp_poly 5603 3479 0 0 0.562 5556 3457 0 0 0.562 5603 3479 0 0 0.562 2 interp_poly 61 -17 -46 -21 5587 3973 3 MP PP 5587 3973 0 0 0.562 5541 3952 0 0 0.562 5587 3973 0 0 0.562 2 interp_poly 5541 3952 0 0 0.562 5602 3935 0 0 0.562 5541 3952 0 0 0.562 2 interp_poly -47 -21 61 -17 5541 3952 3 MP PP 5541 3952 0 0 0.562 5602 3935 0 0 0.562 5541 3952 0 0 0.562 2 interp_poly 5602 3935 0 0 0.562 5555 3914 0 0 0.562 5602 3935 0 0 0.562 2 interp_poly 60 -16 -46 -24 5583 3837 3 MP PP 5583 3837 0 0 0.562 5537 3813 0 0 0.562 5583 3837 0 0 0.562 2 interp_poly 5537 3813 0 0 0.562 5597 3797 0 0 0.562 5537 3813 0 0 0.562 2 interp_poly -46 -25 60 -16 5537 3813 3 MP PP 5537 3813 0 0 0.562 5597 3797 0 0 0.562 5537 3813 0 0 0.562 2 interp_poly 5597 3797 0 0 0.562 5551 3772 0 0 0.562 5597 3797 0 0 0.562 2 interp_poly 61 -16 -47 -24 5579 3687 3 MP PP 5579 3687 0 0 0.562 5532 3663 0 0 0.562 5579 3687 0 0 0.562 2 interp_poly 5532 3663 0 0 0.562 5593 3647 0 0 0.562 5532 3663 0 0 0.562 2 interp_poly -46 -21 61 -16 5532 3663 3 MP PP 5532 3663 0 0 0.562 5593 3647 0 0 0.562 5532 3663 0 0 0.562 2 interp_poly 5593 3647 0 0 0.562 5547 3626 0 0 0.562 5593 3647 0 0 0.562 2 interp_poly 61 -15 -47 -22 5575 3552 3 MP PP 5575 3552 0 0 0.562 5528 3530 0 0 0.562 5575 3552 0 0 0.562 2 interp_poly 5528 3530 0 0 0.562 5589 3515 0 0 0.562 5528 3530 0 0 0.562 2 interp_poly -47 -21 61 -15 5528 3530 3 MP PP 5528 3530 0 0 0.562 5589 3515 0 0 0.562 5528 3530 0 0 0.562 2 interp_poly 5589 3515 0 0 0.562 5542 3494 0 0 0.562 5589 3515 0 0 0.562 2 interp_poly -46 -21 60 -16 5527 3989 3 MP PP 5527 3989 0 0 0.562 5587 3973 0 0 0.562 5527 3989 0 0 0.562 2 interp_poly 5587 3973 0 0 0.562 5541 3952 0 0 0.562 5587 3973 0 0 0.562 2 interp_poly 60 -17 -46 -22 5569 3876 3 MP PP 5569 3876 0 0 0.562 5523 3854 0 0 0.562 5569 3876 0 0 0.562 2 interp_poly 5523 3854 0 0 0.562 5583 3837 0 0 0.562 5523 3854 0 0 0.562 2 interp_poly -46 -24 60 -17 5523 3854 3 MP PP 5523 3854 0 0 0.562 5583 3837 0 0 0.562 5523 3854 0 0 0.562 2 interp_poly 5583 3837 0 0 0.562 5537 3813 0 0 0.562 5583 3837 0 0 0.562 2 interp_poly 61 -17 -47 -26 5565 3730 3 MP PP 5565 3730 0 0 0.562 5518 3704 0 0 0.562 5565 3730 0 0 0.562 2 interp_poly 5518 3704 0 0 0.562 5579 3687 0 0 0.562 5518 3704 0 0 0.562 2 interp_poly -47 -24 61 -17 5518 3704 3 MP PP 5518 3704 0 0 0.562 5579 3687 0 0 0.562 5518 3704 0 0 0.562 2 interp_poly 5579 3687 0 0 0.562 5532 3663 0 0 0.562 5579 3687 0 0 0.562 2 interp_poly 61 -16 -47 -22 5561 3590 3 MP PP 5561 3590 0 0 0.562 5514 3568 0 0 0.562 5561 3590 0 0 0.562 2 interp_poly 5514 3568 0 0 0.562 5575 3552 0 0 0.562 5514 3568 0 0 0.562 2 interp_poly -47 -22 61 -16 5514 3568 3 MP PP 5514 3568 0 0 0.562 5575 3552 0 0 0.562 5514 3568 0 0 0.562 2 interp_poly 5575 3552 0 0 0.562 5528 3530 0 0 0.562 5575 3552 0 0 0.562 2 interp_poly 60 -17 -46 -21 5555 3914 3 MP PP 5555 3914 0 0 0.562 5509 3893 0 0 0.562 5555 3914 0 0 0.562 2 interp_poly 5509 3893 0 0 0.562 5569 3876 0 0 0.562 5509 3893 0 0 0.562 2 interp_poly -46 -22 60 -17 5509 3893 3 MP PP 5509 3893 0 0 0.562 5569 3876 0 0 0.562 5509 3893 0 0 0.562 2 interp_poly 5569 3876 0 0 0.562 5523 3854 0 0 0.562 5569 3876 0 0 0.562 2 interp_poly 61 -17 -47 -25 5551 3772 3 MP PP 5551 3772 0 0 0.562 5504 3747 0 0 0.562 5551 3772 0 0 0.562 2 interp_poly 5504 3747 0 0 0.562 5565 3730 0 0 0.562 5504 3747 0 0 0.562 2 interp_poly -47 -26 61 -17 5504 3747 3 MP PP 5504 3747 0 0 0.562 5565 3730 0 0 0.562 5504 3747 0 0 0.562 2 interp_poly 5565 3730 0 0 0.562 5518 3704 0 0 0.562 5565 3730 0 0 0.562 2 interp_poly 61 -15 -47 -21 5547 3626 3 MP PP 5547 3626 0 0 0.562 5500 3605 0 0 0.562 5547 3626 0 0 0.562 2 interp_poly 5500 3605 0 0 0.562 5561 3590 0 0 0.562 5500 3605 0 0 0.562 2 interp_poly -47 -22 61 -15 5500 3605 3 MP PP 5500 3605 0 0 0.562 5561 3590 0 0 0.562 5500 3605 0 0 0.562 2 interp_poly 5561 3590 0 0 0.562 5514 3568 0 0 0.562 5561 3590 0 0 0.562 2 interp_poly 60 -16 -46 -21 5542 3494 3 MP PP 5542 3494 0 0 0.562 5496 3473 0 0 0.562 5542 3494 0 0 0.562 2 interp_poly 5496 3473 0 0 0.562 5556 3457 0 0 0.562 5496 3473 0 0 0.562 2 interp_poly -46 -21 60 -16 5496 3473 3 MP PP 5496 3473 0 0 0.562 5556 3457 0 0 0.562 5496 3473 0 0 0.562 2 interp_poly 5556 3457 0 0 0.562 5510 3436 0 0 0.562 5556 3457 0 0 0.562 2 interp_poly 61 -17 -47 -21 5541 3952 3 MP PP 5541 3952 0 0 0.562 5494 3931 0 0 0.562 5541 3952 0 0 0.562 2 interp_poly 5494 3931 0 0 0.562 5555 3914 0 0 0.562 5494 3931 0 0 0.562 2 interp_poly -46 -21 61 -17 5494 3931 3 MP PP 5494 3931 0 0 0.562 5555 3914 0 0 0.562 5494 3931 0 0 0.562 2 interp_poly 5555 3914 0 0 0.562 5509 3893 0 0 0.562 5555 3914 0 0 0.562 2 interp_poly 61 -16 -47 -25 5537 3813 3 MP PP 5537 3813 0 0 0.562 5490 3788 0 0 0.562 5537 3813 0 0 0.562 2 interp_poly 5490 3788 0 0 0.562 5551 3772 0 0 0.562 5490 3788 0 0 0.562 2 interp_poly -47 -25 61 -16 5490 3788 3 MP PP 5490 3788 0 0 0.562 5551 3772 0 0 0.562 5490 3788 0 0 0.562 2 interp_poly 5551 3772 0 0 0.562 5504 3747 0 0 0.562 5551 3772 0 0 0.562 2 interp_poly 61 -15 -46 -22 5532 3663 3 MP PP 5532 3663 0 0 0.562 5486 3641 0 0 0.562 5532 3663 0 0 0.562 2 interp_poly 5486 3641 0 0 0.562 5547 3626 0 0 0.562 5486 3641 0 0 0.562 2 interp_poly -47 -21 61 -15 5486 3641 3 MP PP 5486 3641 0 0 0.562 5547 3626 0 0 0.562 5486 3641 0 0 0.562 2 interp_poly 5547 3626 0 0 0.562 5500 3605 0 0 0.562 5547 3626 0 0 0.562 2 interp_poly 60 -16 -46 -20 5528 3530 3 MP PP 5528 3530 0 0 0.562 5482 3510 0 0 0.562 5528 3530 0 0 0.562 2 interp_poly 5482 3510 0 0 0.562 5542 3494 0 0 0.562 5482 3510 0 0 0.562 2 interp_poly -46 -21 60 -16 5482 3510 3 MP PP 5482 3510 0 0 0.562 5542 3494 0 0 0.562 5482 3510 0 0 0.562 2 interp_poly 5542 3494 0 0 0.562 5496 3473 0 0 0.562 5542 3494 0 0 0.562 2 interp_poly 61 -16 -47 -21 5527 3989 3 MP PP 5527 3989 0 0 0.562 5480 3968 0 0 0.562 5527 3989 0 0 0.562 2 interp_poly 5480 3968 0 0 0.562 5541 3952 0 0 0.562 5480 3968 0 0 0.562 2 interp_poly -47 -21 61 -16 5480 3968 3 MP PP 5480 3968 0 0 0.562 5541 3952 0 0 0.562 5480 3968 0 0 0.562 2 interp_poly 5541 3952 0 0 0.562 5494 3931 0 0 0.562 5541 3952 0 0 0.562 2 interp_poly 61 -16 -47 -25 5523 3854 3 MP PP 5523 3854 0 0 0.562 5476 3829 0 0 0.562 5523 3854 0 0 0.562 2 interp_poly 5476 3829 0 0 0.562 5537 3813 0 0 0.562 5476 3829 0 0 0.562 2 interp_poly -47 -25 61 -16 5476 3829 3 MP PP 5476 3829 0 0 0.562 5537 3813 0 0 0.562 5476 3829 0 0 0.562 2 interp_poly 5537 3813 0 0 0.562 5490 3788 0 0 0.562 5537 3813 0 0 0.562 2 interp_poly 60 -16 -46 -25 5518 3704 3 MP PP 5518 3704 0 0 0.562 5472 3679 0 0 0.562 5518 3704 0 0 0.562 2 interp_poly 5472 3679 0 0 0.562 5532 3663 0 0 0.562 5472 3679 0 0 0.562 2 interp_poly -46 -22 60 -16 5472 3679 3 MP PP 5472 3679 0 0 0.562 5532 3663 0 0 0.562 5472 3679 0 0 0.562 2 interp_poly 5532 3663 0 0 0.562 5486 3641 0 0 0.562 5532 3663 0 0 0.562 2 interp_poly 60 -16 -46 -22 5514 3568 3 MP PP 5514 3568 0 0 0.562 5468 3546 0 0 0.562 5514 3568 0 0 0.562 2 interp_poly 5468 3546 0 0 0.562 5528 3530 0 0 0.562 5468 3546 0 0 0.562 2 interp_poly -46 -20 60 -16 5468 3546 3 MP PP 5468 3546 0 0 0.562 5528 3530 0 0 0.562 5468 3546 0 0 0.562 2 interp_poly 5528 3530 0 0 0.562 5482 3510 0 0 0.562 5528 3530 0 0 0.562 2 interp_poly -47 -21 61 -17 5466 4006 3 MP PP 5466 4006 0 0 0.562 5527 3989 0 0 0.562 5466 4006 0 0 0.562 2 interp_poly 5527 3989 0 0 0.562 5480 3968 0 0 0.562 5527 3989 0 0 0.562 2 interp_poly 61 -16 -47 -23 5509 3893 3 MP PP 5509 3893 0 0 0.562 5462 3870 0 0 0.562 5509 3893 0 0 0.562 2 interp_poly 5462 3870 0 0 0.562 5523 3854 0 0 0.562 5462 3870 0 0 0.562 2 interp_poly -47 -25 61 -16 5462 3870 3 MP PP 5462 3870 0 0 0.562 5523 3854 0 0 0.562 5462 3870 0 0 0.562 2 interp_poly 5523 3854 0 0 0.562 5476 3829 0 0 0.562 5523 3854 0 0 0.562 2 interp_poly 60 -17 -46 -26 5504 3747 3 MP PP 5504 3747 0 0 0.562 5458 3721 0 0 0.562 5504 3747 0 0 0.562 2 interp_poly 5458 3721 0 0 0.562 5518 3704 0 0 0.562 5458 3721 0 0 0.562 2 interp_poly -46 -25 60 -17 5458 3721 3 MP PP 5458 3721 0 0 0.562 5518 3704 0 0 0.562 5458 3721 0 0 0.562 2 interp_poly 5518 3704 0 0 0.562 5472 3679 0 0 0.562 5518 3704 0 0 0.562 2 interp_poly 60 -14 -46 -23 5500 3605 3 MP PP 5500 3605 0 0 0.562 5454 3582 0 0 0.562 5500 3605 0 0 0.562 2 interp_poly 5454 3582 0 0 0.562 5514 3568 0 0 0.562 5454 3582 0 0 0.562 2 interp_poly -46 -22 60 -14 5454 3582 3 MP PP 5454 3582 0 0 0.562 5514 3568 0 0 0.562 5454 3582 0 0 0.562 2 interp_poly 5514 3568 0 0 0.562 5468 3546 0 0 0.562 5514 3568 0 0 0.562 2 interp_poly 61 -16 -47 -21 5496 3473 3 MP PP 5496 3473 0 0 0.562 5449 3452 0 0 0.562 5496 3473 0 0 0.562 2 interp_poly 5449 3452 0 0 0.562 5510 3436 0 0 0.562 5449 3452 0 0 0.562 2 interp_poly -47 -21 61 -16 5449 3452 3 MP PP 5449 3452 0 0 0.562 5510 3436 0 0 0.562 5449 3452 0 0 0.562 2 interp_poly 5510 3436 0 0 0.562 5463 3415 0 0 0.562 5510 3436 0 0 0.562 2 interp_poly 61 -16 -46 -22 5494 3931 3 MP PP 5494 3931 0 0 0.562 5448 3909 0 0 0.562 5494 3931 0 0 0.562 2 interp_poly 5448 3909 0 0 0.562 5509 3893 0 0 0.562 5448 3909 0 0 0.562 2 interp_poly -47 -23 61 -16 5448 3909 3 MP PP 5448 3909 0 0 0.562 5509 3893 0 0 0.562 5448 3909 0 0 0.562 2 interp_poly 5509 3893 0 0 0.562 5462 3870 0 0 0.562 5509 3893 0 0 0.562 2 interp_poly 60 -17 -46 -24 5490 3788 3 MP PP 5490 3788 0 0 0.562 5444 3764 0 0 0.562 5490 3788 0 0 0.562 2 interp_poly 5444 3764 0 0 0.562 5504 3747 0 0 0.562 5444 3764 0 0 0.562 2 interp_poly -46 -26 60 -17 5444 3764 3 MP PP 5444 3764 0 0 0.562 5504 3747 0 0 0.562 5444 3764 0 0 0.562 2 interp_poly 5504 3747 0 0 0.562 5458 3721 0 0 0.562 5504 3747 0 0 0.562 2 interp_poly 61 -14 -47 -22 5486 3641 3 MP PP 5486 3641 0 0 0.562 5439 3619 0 0 0.562 5486 3641 0 0 0.562 2 interp_poly 5439 3619 0 0 0.562 5500 3605 0 0 0.562 5439 3619 0 0 0.562 2 interp_poly -46 -23 61 -14 5439 3619 3 MP PP 5439 3619 0 0 0.562 5500 3605 0 0 0.562 5439 3619 0 0 0.562 2 interp_poly 5500 3605 0 0 0.562 5454 3582 0 0 0.562 5500 3605 0 0 0.562 2 interp_poly 61 -16 -47 -21 5482 3510 3 MP PP 5482 3510 0 0 0.562 5435 3489 0 0 0.562 5482 3510 0 0 0.562 2 interp_poly 5435 3489 0 0 0.562 5496 3473 0 0 0.562 5435 3489 0 0 0.562 2 interp_poly -47 -21 61 -16 5435 3489 3 MP PP 5435 3489 0 0 0.562 5496 3473 0 0 0.562 5435 3489 0 0 0.562 2 interp_poly 5496 3473 0 0 0.562 5449 3452 0 0 0.562 5496 3473 0 0 0.562 2 interp_poly 60 -16 -46 -21 5480 3968 3 MP PP 5480 3968 0 0 0.562 5434 3947 0 0 0.562 5480 3968 0 0 0.562 2 interp_poly 5434 3947 0 0 0.562 5494 3931 0 0 0.562 5434 3947 0 0 0.562 2 interp_poly -46 -22 60 -16 5434 3947 3 MP PP 5434 3947 0 0 0.562 5494 3931 0 0 0.562 5434 3947 0 0 0.562 2 interp_poly 5494 3931 0 0 0.562 5448 3909 0 0 0.562 5494 3931 0 0 0.562 2 interp_poly 60 -17 -46 -24 5476 3829 3 MP PP 5476 3829 0 0 0.562 5430 3805 0 0 0.562 5476 3829 0 0 0.562 2 interp_poly 5430 3805 0 0 0.562 5490 3788 0 0 0.562 5430 3805 0 0 0.562 2 interp_poly -46 -24 60 -17 5430 3805 3 MP PP 5430 3805 0 0 0.562 5490 3788 0 0 0.562 5430 3805 0 0 0.562 2 interp_poly 5490 3788 0 0 0.562 5444 3764 0 0 0.562 5490 3788 0 0 0.562 2 interp_poly 61 -14 -47 -24 5472 3679 3 MP PP 5472 3679 0 0 0.562 5425 3655 0 0 0.562 5472 3679 0 0 0.562 2 interp_poly 5425 3655 0 0 0.562 5486 3641 0 0 0.562 5425 3655 0 0 0.562 2 interp_poly -47 -22 61 -14 5425 3655 3 MP PP 5425 3655 0 0 0.562 5486 3641 0 0 0.562 5425 3655 0 0 0.562 2 interp_poly 5486 3641 0 0 0.562 5439 3619 0 0 0.562 5486 3641 0 0 0.562 2 interp_poly 61 -15 -47 -21 5468 3546 3 MP PP 5468 3546 0 0 0.562 5421 3525 0 0 0.562 5468 3546 0 0 0.562 2 interp_poly 5421 3525 0 0 0.562 5482 3510 0 0 0.562 5421 3525 0 0 0.562 2 interp_poly -47 -21 61 -15 5421 3525 3 MP PP 5421 3525 0 0 0.562 5482 3510 0 0 0.562 5421 3525 0 0 0.562 2 interp_poly 5482 3510 0 0 0.562 5435 3489 0 0 0.562 5482 3510 0 0 0.562 2 interp_poly 60 -16 -46 -22 5466 4006 3 MP PP 5466 4006 0 0 0.562 5420 3984 0 0 0.562 5466 4006 0 0 0.562 2 interp_poly 5420 3984 0 0 0.562 5480 3968 0 0 0.562 5420 3984 0 0 0.562 2 interp_poly -46 -21 60 -16 5420 3984 3 MP PP 5420 3984 0 0 0.562 5480 3968 0 0 0.562 5420 3984 0 0 0.562 2 interp_poly 5480 3968 0 0 0.562 5434 3947 0 0 0.562 5480 3968 0 0 0.562 2 interp_poly 60 -17 -46 -24 5462 3870 3 MP PP 5462 3870 0 0 0.562 5416 3846 0 0 0.562 5462 3870 0 0 0.562 2 interp_poly 5416 3846 0 0 0.562 5476 3829 0 0 0.562 5416 3846 0 0 0.562 2 interp_poly -46 -24 60 -17 5416 3846 3 MP PP 5416 3846 0 0 0.562 5476 3829 0 0 0.562 5416 3846 0 0 0.562 2 interp_poly 5476 3829 0 0 0.562 5430 3805 0 0 0.562 5476 3829 0 0 0.562 2 interp_poly 61 -16 -47 -26 5458 3721 3 MP PP 5458 3721 0 0 0.562 5411 3695 0 0 0.562 5458 3721 0 0 0.562 2 interp_poly 5411 3695 0 0 0.562 5472 3679 0 0 0.562 5411 3695 0 0 0.562 2 interp_poly -47 -24 61 -16 5411 3695 3 MP PP 5411 3695 0 0 0.562 5472 3679 0 0 0.562 5411 3695 0 0 0.562 2 interp_poly 5472 3679 0 0 0.562 5425 3655 0 0 0.562 5472 3679 0 0 0.562 2 interp_poly 61 -16 -47 -20 5454 3582 3 MP PP 5454 3582 0 0 0.562 5407 3562 0 0 0.562 5454 3582 0 0 0.562 2 interp_poly 5407 3562 0 0 0.562 5468 3546 0 0 0.562 5407 3562 0 0 0.562 2 interp_poly -47 -21 61 -16 5407 3562 3 MP PP 5407 3562 0 0 0.562 5468 3546 0 0 0.562 5407 3562 0 0 0.562 2 interp_poly 5468 3546 0 0 0.562 5421 3525 0 0 0.562 5468 3546 0 0 0.562 2 interp_poly -46 -22 60 -16 5406 4022 3 MP PP 5406 4022 0 0 0.562 5466 4006 0 0 0.562 5406 4022 0 0 0.562 2 interp_poly 5466 4006 0 0 0.562 5420 3984 0 0 0.562 5466 4006 0 0 0.562 2 interp_poly 60 -15 -46 -22 5449 3452 3 MP PP 5449 3452 0 0 0.562 5403 3430 0 0 0.562 5449 3452 0 0 0.562 2 interp_poly 5403 3430 0 0 0.562 5463 3415 0 0 0.562 5403 3430 0 0 0.562 2 interp_poly -46 -22 60 -15 5403 3430 3 MP PP 5403 3430 0 0 0.562 5463 3415 0 0 0.562 5403 3430 0 0 0.562 2 interp_poly 5463 3415 0 0 0.562 5417 3393 0 0 0.562 5463 3415 0 0 0.562 2 interp_poly 61 -17 -47 -22 5448 3909 3 MP PP 5448 3909 0 0 0.562 5401 3887 0 0 0.562 5448 3909 0 0 0.562 2 interp_poly 5401 3887 0 0 0.562 5462 3870 0 0 0.562 5401 3887 0 0 0.562 2 interp_poly -46 -24 61 -17 5401 3887 3 MP PP 5401 3887 0 0 0.562 5462 3870 0 0 0.562 5401 3887 0 0 0.562 2 interp_poly 5462 3870 0 0 0.562 5416 3846 0 0 0.562 5462 3870 0 0 0.562 2 interp_poly 61 -18 -47 -25 5444 3764 3 MP PP 5444 3764 0 0 0.562 5397 3739 0 0 0.562 5444 3764 0 0 0.562 2 interp_poly 5397 3739 0 0 0.562 5458 3721 0 0 0.562 5397 3739 0 0 0.562 2 interp_poly -47 -26 61 -18 5397 3739 3 MP PP 5397 3739 0 0 0.562 5458 3721 0 0 0.562 5397 3739 0 0 0.562 2 interp_poly 5458 3721 0 0 0.562 5411 3695 0 0 0.562 5458 3721 0 0 0.562 2 interp_poly 61 -16 -46 -21 5439 3619 3 MP PP 5439 3619 0 0 0.562 5393 3598 0 0 0.562 5439 3619 0 0 0.562 2 interp_poly 5393 3598 0 0 0.562 5454 3582 0 0 0.562 5393 3598 0 0 0.562 2 interp_poly -47 -20 61 -16 5393 3598 3 MP PP 5393 3598 0 0 0.562 5454 3582 0 0 0.562 5393 3598 0 0 0.562 2 interp_poly 5454 3582 0 0 0.562 5407 3562 0 0 0.562 5454 3582 0 0 0.562 2 interp_poly 60 -16 -46 -21 5435 3489 3 MP PP 5435 3489 0 0 0.562 5389 3468 0 0 0.562 5435 3489 0 0 0.562 2 interp_poly 5389 3468 0 0 0.562 5449 3452 0 0 0.562 5389 3468 0 0 0.562 2 interp_poly -46 -22 60 -16 5389 3468 3 MP PP 5389 3468 0 0 0.562 5449 3452 0 0 0.562 5389 3468 0 0 0.562 2 interp_poly 5449 3452 0 0 0.562 5403 3430 0 0 0.562 5449 3452 0 0 0.562 2 interp_poly 61 -16 -47 -22 5434 3947 3 MP PP 5434 3947 0 0 0.562 5387 3925 0 0 0.562 5434 3947 0 0 0.562 2 interp_poly 5387 3925 0 0 0.562 5448 3909 0 0 0.562 5387 3925 0 0 0.562 2 interp_poly -47 -22 61 -16 5387 3925 3 MP PP 5387 3925 0 0 0.562 5448 3909 0 0 0.562 5387 3925 0 0 0.562 2 interp_poly 5448 3909 0 0 0.562 5401 3887 0 0 0.562 5448 3909 0 0 0.562 2 interp_poly 61 -16 -47 -25 5430 3805 3 MP PP 5430 3805 0 0 0.562 5383 3780 0 0 0.562 5430 3805 0 0 0.562 2 interp_poly 5383 3780 0 0 0.562 5444 3764 0 0 0.562 5383 3780 0 0 0.562 2 interp_poly -47 -25 61 -16 5383 3780 3 MP PP 5383 3780 0 0 0.562 5444 3764 0 0 0.562 5383 3780 0 0 0.562 2 interp_poly 5444 3764 0 0 0.562 5397 3739 0 0 0.562 5444 3764 0 0 0.562 2 interp_poly 60 -14 -46 -22 5425 3655 3 MP PP 5425 3655 0 0 0.562 5379 3633 0 0 0.562 5425 3655 0 0 0.562 2 interp_poly 5379 3633 0 0 0.562 5439 3619 0 0 0.562 5379 3633 0 0 0.562 2 interp_poly -46 -21 60 -14 5379 3633 3 MP PP 5379 3633 0 0 0.562 5439 3619 0 0 0.562 5379 3633 0 0 0.562 2 interp_poly 5439 3619 0 0 0.562 5393 3598 0 0 0.562 5439 3619 0 0 0.562 2 interp_poly 60 -16 -46 -20 5421 3525 3 MP PP 5421 3525 0 0 0.562 5375 3505 0 0 0.562 5421 3525 0 0 0.562 2 interp_poly 5375 3505 0 0 0.562 5435 3489 0 0 0.562 5375 3505 0 0 0.562 2 interp_poly -46 -21 60 -16 5375 3505 3 MP PP 5375 3505 0 0 0.562 5435 3489 0 0 0.562 5375 3505 0 0 0.562 2 interp_poly 5435 3489 0 0 0.562 5389 3468 0 0 0.562 5435 3489 0 0 0.562 2 interp_poly 61 -16 -47 -21 5420 3984 3 MP PP 5420 3984 0 0 0.562 5373 3963 0 0 0.562 5420 3984 0 0 0.562 2 interp_poly 5373 3963 0 0 0.562 5434 3947 0 0 0.562 5373 3963 0 0 0.562 2 interp_poly -47 -22 61 -16 5373 3963 3 MP PP 5373 3963 0 0 0.562 5434 3947 0 0 0.562 5373 3963 0 0 0.562 2 interp_poly 5434 3947 0 0 0.562 5387 3925 0 0 0.562 5434 3947 0 0 0.562 2 interp_poly 61 -17 -47 -24 5416 3846 3 MP PP 5416 3846 0 0 0.562 5369 3822 0 0 0.562 5416 3846 0 0 0.562 2 interp_poly 5369 3822 0 0 0.562 5430 3805 0 0 0.562 5369 3822 0 0 0.562 2 interp_poly -47 -25 61 -17 5369 3822 3 MP PP 5369 3822 0 0 0.562 5430 3805 0 0 0.562 5369 3822 0 0 0.562 2 interp_poly 5430 3805 0 0 0.562 5383 3780 0 0 0.562 5430 3805 0 0 0.562 2 interp_poly 60 -14 -46 -26 5411 3695 3 MP PP 5411 3695 0 0 0.562 5365 3669 0 0 0.562 5411 3695 0 0 0.562 2 interp_poly 5365 3669 0 0 0.562 5425 3655 0 0 0.562 5365 3669 0 0 0.562 2 interp_poly -46 -22 60 -14 5365 3669 3 MP PP 5365 3669 0 0 0.562 5425 3655 0 0 0.562 5365 3669 0 0 0.562 2 interp_poly 5425 3655 0 0 0.562 5379 3633 0 0 0.562 5425 3655 0 0 0.562 2 interp_poly 60 -16 -46 -21 5407 3562 3 MP PP 5407 3562 0 0 0.562 5361 3541 0 0 0.562 5407 3562 0 0 0.562 2 interp_poly 5361 3541 0 0 0.562 5421 3525 0 0 0.562 5361 3541 0 0 0.562 2 interp_poly -46 -20 60 -16 5361 3541 3 MP PP 5361 3541 0 0 0.562 5421 3525 0 0 0.562 5361 3541 0 0 0.562 2 interp_poly 5421 3525 0 0 0.562 5375 3505 0 0 0.562 5421 3525 0 0 0.562 2 interp_poly 61 -17 -47 -21 5406 4022 3 MP PP 5406 4022 0 0 0.562 5359 4001 0 0 0.562 5406 4022 0 0 0.562 2 interp_poly 5359 4001 0 0 0.562 5420 3984 0 0 0.562 5359 4001 0 0 0.562 2 interp_poly -47 -21 61 -17 5359 4001 3 MP PP 5359 4001 0 0 0.562 5420 3984 0 0 0.562 5359 4001 0 0 0.562 2 interp_poly 5420 3984 0 0 0.562 5373 3963 0 0 0.562 5420 3984 0 0 0.562 2 interp_poly 61 -16 -47 -21 5403 3430 3 MP PP 5403 3430 0 0 0.562 5356 3409 0 0 0.562 5403 3430 0 0 0.562 2 interp_poly 5356 3409 0 0 0.562 5417 3393 0 0 0.562 5356 3409 0 0 0.562 2 interp_poly -47 -21 61 -16 5356 3409 3 MP PP 5356 3409 0 0 0.562 5417 3393 0 0 0.562 5356 3409 0 0 0.562 2 interp_poly 5417 3393 0 0 0.562 5370 3372 0 0 0.562 5417 3393 0 0 0.562 2 interp_poly 61 -18 -46 -23 5401 3887 3 MP PP 5401 3887 0 0 0.562 5355 3864 0 0 0.562 5401 3887 0 0 0.562 2 interp_poly 5355 3864 0 0 0.562 5416 3846 0 0 0.562 5355 3864 0 0 0.562 2 interp_poly -47 -24 61 -18 5355 3864 3 MP PP 5355 3864 0 0 0.562 5416 3846 0 0 0.562 5355 3864 0 0 0.562 2 interp_poly 5416 3846 0 0 0.562 5369 3822 0 0 0.562 5416 3846 0 0 0.562 2 interp_poly 60 -17 -46 -27 5397 3739 3 MP PP 5397 3739 0 0 0.562 5351 3712 0 0 0.562 5397 3739 0 0 0.562 2 interp_poly 5351 3712 0 0 0.562 5411 3695 0 0 0.562 5351 3712 0 0 0.562 2 interp_poly -46 -26 60 -17 5351 3712 3 MP PP 5351 3712 0 0 0.562 5411 3695 0 0 0.562 5351 3712 0 0 0.562 2 interp_poly 5411 3695 0 0 0.562 5365 3669 0 0 0.562 5411 3695 0 0 0.562 2 interp_poly 61 -15 -47 -21 5393 3598 3 MP PP 5393 3598 0 0 0.562 5346 3577 0 0 0.562 5393 3598 0 0 0.562 2 interp_poly 5346 3577 0 0 0.562 5407 3562 0 0 0.562 5346 3577 0 0 0.562 2 interp_poly -46 -21 61 -15 5346 3577 3 MP PP 5346 3577 0 0 0.562 5407 3562 0 0 0.562 5346 3577 0 0 0.562 2 interp_poly 5407 3562 0 0 0.562 5361 3541 0 0 0.562 5407 3562 0 0 0.562 2 interp_poly -47 -21 61 -16 5345 4038 3 MP PP 5345 4038 0 0 0.562 5406 4022 0 0 0.562 5345 4038 0 0 0.562 2 interp_poly 5406 4022 0 0 0.562 5359 4001 0 0 0.562 5406 4022 0 0 0.562 2 interp_poly 61 -16 -47 -22 5389 3468 3 MP PP 5389 3468 0 0 0.562 5342 3446 0 0 0.562 5389 3468 0 0 0.562 2 interp_poly 5342 3446 0 0 0.562 5403 3430 0 0 0.562 5342 3446 0 0 0.562 2 interp_poly -47 -21 61 -16 5342 3446 3 MP PP 5342 3446 0 0 0.562 5403 3430 0 0 0.562 5342 3446 0 0 0.562 2 interp_poly 5403 3430 0 0 0.562 5356 3409 0 0 0.562 5403 3430 0 0 0.562 2 interp_poly 60 -17 -46 -21 5387 3925 3 MP PP 5387 3925 0 0 0.562 5341 3904 0 0 0.562 5387 3925 0 0 0.562 2 interp_poly 5341 3904 0 0 0.562 5401 3887 0 0 0.562 5341 3904 0 0 0.562 2 interp_poly -46 -23 60 -17 5341 3904 3 MP PP 5341 3904 0 0 0.562 5401 3887 0 0 0.562 5341 3904 0 0 0.562 2 interp_poly 5401 3887 0 0 0.562 5355 3864 0 0 0.562 5401 3887 0 0 0.562 2 interp_poly 60 -16 -46 -25 5383 3780 3 MP PP 5383 3780 0 0 0.562 5337 3755 0 0 0.562 5383 3780 0 0 0.562 2 interp_poly 5337 3755 0 0 0.562 5397 3739 0 0 0.562 5337 3755 0 0 0.562 2 interp_poly -46 -27 60 -16 5337 3755 3 MP PP 5337 3755 0 0 0.562 5397 3739 0 0 0.562 5337 3755 0 0 0.562 2 interp_poly 5397 3739 0 0 0.562 5351 3712 0 0 0.562 5397 3739 0 0 0.562 2 interp_poly 61 -15 -47 -20 5379 3633 3 MP PP 5379 3633 0 0 0.562 5332 3613 0 0 0.562 5379 3633 0 0 0.562 2 interp_poly 5332 3613 0 0 0.562 5393 3598 0 0 0.562 5332 3613 0 0 0.562 2 interp_poly -47 -21 61 -15 5332 3613 3 MP PP 5332 3613 0 0 0.562 5393 3598 0 0 0.562 5332 3613 0 0 0.562 2 interp_poly 5393 3598 0 0 0.562 5346 3577 0 0 0.562 5393 3598 0 0 0.562 2 interp_poly 61 -16 -47 -21 5375 3505 3 MP PP 5375 3505 0 0 0.562 5328 3484 0 0 0.562 5375 3505 0 0 0.562 2 interp_poly 5328 3484 0 0 0.562 5389 3468 0 0 0.562 5328 3484 0 0 0.562 2 interp_poly -47 -22 61 -16 5328 3484 3 MP PP 5328 3484 0 0 0.562 5389 3468 0 0 0.562 5328 3484 0 0 0.562 2 interp_poly 5389 3468 0 0 0.562 5342 3446 0 0 0.562 5389 3468 0 0 0.562 2 interp_poly 60 -16 -46 -22 5373 3963 3 MP PP 5373 3963 0 0 0.562 5327 3941 0 0 0.562 5373 3963 0 0 0.562 2 interp_poly 5327 3941 0 0 0.562 5387 3925 0 0 0.562 5327 3941 0 0 0.562 2 interp_poly -46 -21 60 -16 5327 3941 3 MP PP 5327 3941 0 0 0.562 5387 3925 0 0 0.562 5327 3941 0 0 0.562 2 interp_poly 5387 3925 0 0 0.562 5341 3904 0 0 0.562 5387 3925 0 0 0.562 2 interp_poly 60 -18 -46 -24 5369 3822 3 MP PP 5369 3822 0 0 0.562 5323 3798 0 0 0.562 5369 3822 0 0 0.562 2 interp_poly 5323 3798 0 0 0.562 5383 3780 0 0 0.562 5323 3798 0 0 0.562 2 interp_poly -46 -25 60 -18 5323 3798 3 MP PP 5323 3798 0 0 0.562 5383 3780 0 0 0.562 5323 3798 0 0 0.562 2 interp_poly 5383 3780 0 0 0.562 5337 3755 0 0 0.562 5383 3780 0 0 0.562 2 interp_poly 61 -14 -47 -22 5365 3669 3 MP PP 5365 3669 0 0 0.562 5318 3647 0 0 0.562 5365 3669 0 0 0.562 2 interp_poly 5318 3647 0 0 0.562 5379 3633 0 0 0.562 5318 3647 0 0 0.562 2 interp_poly -47 -20 61 -14 5318 3647 3 MP PP 5318 3647 0 0 0.562 5379 3633 0 0 0.562 5318 3647 0 0 0.562 2 interp_poly 5379 3633 0 0 0.562 5332 3613 0 0 0.562 5379 3633 0 0 0.562 2 interp_poly 61 -15 -47 -21 5361 3541 3 MP PP 5361 3541 0 0 0.562 5314 3520 0 0 0.562 5361 3541 0 0 0.562 2 interp_poly 5314 3520 0 0 0.562 5375 3505 0 0 0.562 5314 3520 0 0 0.562 2 interp_poly -47 -21 61 -15 5314 3520 3 MP PP 5314 3520 0 0 0.562 5375 3505 0 0 0.562 5314 3520 0 0 0.562 2 interp_poly 5375 3505 0 0 0.562 5328 3484 0 0 0.562 5375 3505 0 0 0.562 2 interp_poly 60 -16 -46 -22 5359 4001 3 MP PP 5359 4001 0 0 0.562 5313 3979 0 0 0.562 5359 4001 0 0 0.562 2 interp_poly 5313 3979 0 0 0.562 5373 3963 0 0 0.562 5313 3979 0 0 0.562 2 interp_poly -46 -22 60 -16 5313 3979 3 MP PP 5313 3979 0 0 0.562 5373 3963 0 0 0.562 5313 3979 0 0 0.562 2 interp_poly 5373 3963 0 0 0.562 5327 3941 0 0 0.562 5373 3963 0 0 0.562 2 interp_poly 60 -16 -46 -21 5356 3409 3 MP PP 5356 3409 0 0 0.562 5310 3388 0 0 0.562 5356 3409 0 0 0.562 2 interp_poly 5310 3388 0 0 0.562 5370 3372 0 0 0.562 5310 3388 0 0 0.562 2 interp_poly -46 -22 60 -16 5310 3388 3 MP PP 5310 3388 0 0 0.562 5370 3372 0 0 0.562 5310 3388 0 0 0.562 2 interp_poly 5370 3372 0 0 0.562 5324 3350 0 0 0.562 5370 3372 0 0 0.562 2 interp_poly 61 -18 -47 -24 5355 3864 3 MP PP 5355 3864 0 0 0.562 5308 3840 0 0 0.562 5355 3864 0 0 0.562 2 interp_poly 5308 3840 0 0 0.562 5369 3822 0 0 0.562 5308 3840 0 0 0.562 2 interp_poly -46 -24 61 -18 5308 3840 3 MP PP 5308 3840 0 0 0.562 5369 3822 0 0 0.562 5308 3840 0 0 0.562 2 interp_poly 5369 3822 0 0 0.562 5323 3798 0 0 0.562 5369 3822 0 0 0.562 2 interp_poly 61 -16 -47 -27 5351 3712 3 MP PP 5351 3712 0 0 0.562 5304 3685 0 0 0.562 5351 3712 0 0 0.562 2 interp_poly 5304 3685 0 0 0.562 5365 3669 0 0 0.562 5304 3685 0 0 0.562 2 interp_poly -47 -22 61 -16 5304 3685 3 MP PP 5304 3685 0 0 0.562 5365 3669 0 0 0.562 5304 3685 0 0 0.562 2 interp_poly 5365 3669 0 0 0.562 5318 3647 0 0 0.562 5365 3669 0 0 0.562 2 interp_poly 61 -15 -46 -21 5346 3577 3 MP PP 5346 3577 0 0 0.562 5300 3556 0 0 0.562 5346 3577 0 0 0.562 2 interp_poly 5300 3556 0 0 0.562 5361 3541 0 0 0.562 5300 3556 0 0 0.562 2 interp_poly -47 -21 61 -15 5300 3556 3 MP PP 5300 3556 0 0 0.562 5361 3541 0 0 0.562 5300 3556 0 0 0.562 2 interp_poly 5361 3541 0 0 0.562 5314 3520 0 0 0.562 5361 3541 0 0 0.562 2 interp_poly 60 -16 -46 -21 5345 4038 3 MP PP 5345 4038 0 0 0.562 5299 4017 0 0 0.562 5345 4038 0 0 0.562 2 interp_poly 5299 4017 0 0 0.562 5359 4001 0 0 0.562 5299 4017 0 0 0.562 2 interp_poly -46 -22 60 -16 5299 4017 3 MP PP 5299 4017 0 0 0.562 5359 4001 0 0 0.562 5299 4017 0 0 0.562 2 interp_poly 5359 4001 0 0 0.562 5313 3979 0 0 0.562 5359 4001 0 0 0.562 2 interp_poly 60 -15 -46 -22 5342 3446 3 MP PP 5342 3446 0 0 0.562 5296 3424 0 0 0.562 5342 3446 0 0 0.562 2 interp_poly 5296 3424 0 0 0.562 5356 3409 0 0 0.562 5296 3424 0 0 0.562 2 interp_poly -46 -21 60 -15 5296 3424 3 MP PP 5296 3424 0 0 0.562 5356 3409 0 0 0.562 5296 3424 0 0 0.562 2 interp_poly 5356 3409 0 0 0.562 5310 3388 0 0 0.562 5356 3409 0 0 0.562 2 interp_poly 61 -17 -47 -23 5341 3904 3 MP PP 5341 3904 0 0 0.562 5294 3881 0 0 0.562 5341 3904 0 0 0.562 2 interp_poly 5294 3881 0 0 0.562 5355 3864 0 0 0.562 5294 3881 0 0 0.562 2 interp_poly -47 -24 61 -17 5294 3881 3 MP PP 5294 3881 0 0 0.562 5355 3864 0 0 0.562 5294 3881 0 0 0.562 2 interp_poly 5355 3864 0 0 0.562 5308 3840 0 0 0.562 5355 3864 0 0 0.562 2 interp_poly 61 -17 -47 -26 5337 3755 3 MP PP 5337 3755 0 0 0.562 5290 3729 0 0 0.562 5337 3755 0 0 0.562 2 interp_poly 5290 3729 0 0 0.562 5351 3712 0 0 0.562 5290 3729 0 0 0.562 2 interp_poly -47 -27 61 -17 5290 3729 3 MP PP 5290 3729 0 0 0.562 5351 3712 0 0 0.562 5290 3729 0 0 0.562 2 interp_poly 5351 3712 0 0 0.562 5304 3685 0 0 0.562 5351 3712 0 0 0.562 2 interp_poly 60 -16 -46 -20 5332 3613 3 MP PP 5332 3613 0 0 0.562 5286 3593 0 0 0.562 5332 3613 0 0 0.562 2 interp_poly 5286 3593 0 0 0.562 5346 3577 0 0 0.562 5286 3593 0 0 0.562 2 interp_poly -46 -21 60 -16 5286 3593 3 MP PP 5286 3593 0 0 0.562 5346 3577 0 0 0.562 5286 3593 0 0 0.562 2 interp_poly 5346 3577 0 0 0.562 5300 3556 0 0 0.562 5346 3577 0 0 0.562 2 interp_poly -46 -21 61 -16 5284 4054 3 MP PP 5284 4054 0 0 0.562 5345 4038 0 0 0.562 5284 4054 0 0 0.562 2 interp_poly 5345 4038 0 0 0.562 5299 4017 0 0 0.562 5345 4038 0 0 0.562 2 interp_poly 60 -16 -46 -22 5328 3484 3 MP PP 5328 3484 0 0 0.562 5282 3462 0 0 0.562 5328 3484 0 0 0.562 2 interp_poly 5282 3462 0 0 0.562 5342 3446 0 0 0.562 5282 3462 0 0 0.562 2 interp_poly -46 -22 60 -16 5282 3462 3 MP PP 5282 3462 0 0 0.562 5342 3446 0 0 0.562 5282 3462 0 0 0.562 2 interp_poly 5342 3446 0 0 0.562 5296 3424 0 0 0.562 5342 3446 0 0 0.562 2 interp_poly 61 -16 -47 -21 5327 3941 3 MP PP 5327 3941 0 0 0.562 5280 3920 0 0 0.562 5327 3941 0 0 0.562 2 interp_poly 5280 3920 0 0 0.562 5341 3904 0 0 0.562 5280 3920 0 0 0.562 2 interp_poly -47 -23 61 -16 5280 3920 3 MP PP 5280 3920 0 0 0.562 5341 3904 0 0 0.562 5280 3920 0 0 0.562 2 interp_poly 5341 3904 0 0 0.562 5294 3881 0 0 0.562 5341 3904 0 0 0.562 2 interp_poly 61 -17 -47 -26 5323 3798 3 MP PP 5323 3798 0 0 0.562 5276 3772 0 0 0.562 5323 3798 0 0 0.562 2 interp_poly 5276 3772 0 0 0.562 5337 3755 0 0 0.562 5276 3772 0 0 0.562 2 interp_poly -47 -26 61 -17 5276 3772 3 MP PP 5276 3772 0 0 0.562 5337 3755 0 0 0.562 5276 3772 0 0 0.562 2 interp_poly 5337 3755 0 0 0.562 5290 3729 0 0 0.562 5337 3755 0 0 0.562 2 interp_poly 60 -14 -46 -20 5318 3647 3 MP PP 5318 3647 0 0 0.562 5272 3627 0 0 0.562 5318 3647 0 0 0.562 2 interp_poly 5272 3627 0 0 0.562 5332 3613 0 0 0.562 5272 3627 0 0 0.562 2 interp_poly -46 -20 60 -14 5272 3627 3 MP PP 5272 3627 0 0 0.562 5332 3613 0 0 0.562 5272 3627 0 0 0.562 2 interp_poly 5332 3613 0 0 0.562 5286 3593 0 0 0.562 5332 3613 0 0 0.562 2 interp_poly 60 -14 -46 -22 5314 3520 3 MP PP 5314 3520 0 0 0.562 5268 3498 0 0 0.562 5314 3520 0 0 0.562 2 interp_poly 5268 3498 0 0 0.562 5328 3484 0 0 0.562 5268 3498 0 0 0.562 2 interp_poly -46 -22 60 -14 5268 3498 3 MP PP 5268 3498 0 0 0.562 5328 3484 0 0 0.562 5268 3498 0 0 0.562 2 interp_poly 5328 3484 0 0 0.562 5282 3462 0 0 0.562 5328 3484 0 0 0.562 2 interp_poly 61 -16 -47 -22 5313 3979 3 MP PP 5313 3979 0 0 0.562 5266 3957 0 0 0.562 5313 3979 0 0 0.562 2 interp_poly 5266 3957 0 0 0.562 5327 3941 0 0 0.562 5266 3957 0 0 0.562 2 interp_poly -47 -21 61 -16 5266 3957 3 MP PP 5266 3957 0 0 0.562 5327 3941 0 0 0.562 5266 3957 0 0 0.562 2 interp_poly 5327 3941 0 0 0.562 5280 3920 0 0 0.562 5327 3941 0 0 0.562 2 interp_poly 61 -17 -47 -21 5310 3388 3 MP PP 5310 3388 0 0 0.562 5263 3367 0 0 0.562 5310 3388 0 0 0.562 2 interp_poly 5263 3367 0 0 0.562 5324 3350 0 0 0.562 5263 3367 0 0 0.562 2 interp_poly -47 -28 61 -17 5263 3367 3 MP PP 5263 3367 0 0 0.562 5324 3350 0 0 0.562 5263 3367 0 0 0.562 2 interp_poly 5324 3350 0 0 0.562 5277 3322 0 0 0.562 5324 3350 0 0 0.562 2 interp_poly 61 -18 -46 -24 5308 3840 3 MP PP 5308 3840 0 0 0.562 5262 3816 0 0 0.562 5308 3840 0 0 0.562 2 interp_poly 5262 3816 0 0 0.562 5323 3798 0 0 0.562 5262 3816 0 0 0.562 2 interp_poly -47 -26 61 -18 5262 3816 3 MP PP 5262 3816 0 0 0.562 5323 3798 0 0 0.562 5262 3816 0 0 0.562 2 interp_poly 5323 3798 0 0 0.562 5276 3772 0 0 0.562 5323 3798 0 0 0.562 2 interp_poly 60 -14 -46 -24 5304 3685 3 MP PP 5304 3685 0 0 0.562 5258 3661 0 0 0.562 5304 3685 0 0 0.562 2 interp_poly 5258 3661 0 0 0.562 5318 3647 0 0 0.562 5258 3661 0 0 0.562 2 interp_poly -46 -20 60 -14 5258 3661 3 MP PP 5258 3661 0 0 0.562 5318 3647 0 0 0.562 5258 3661 0 0 0.562 2 interp_poly 5318 3647 0 0 0.562 5272 3627 0 0 0.562 5318 3647 0 0 0.562 2 interp_poly 61 -15 -47 -21 5300 3556 3 MP PP 5300 3556 0 0 0.562 5253 3535 0 0 0.562 5300 3556 0 0 0.562 2 interp_poly 5253 3535 0 0 0.562 5314 3520 0 0 0.562 5253 3535 0 0 0.562 2 interp_poly -46 -22 61 -15 5253 3535 3 MP PP 5253 3535 0 0 0.562 5314 3520 0 0 0.562 5253 3535 0 0 0.562 2 interp_poly 5314 3520 0 0 0.562 5268 3498 0 0 0.562 5314 3520 0 0 0.562 2 interp_poly 61 -17 -47 -21 5299 4017 3 MP PP 5299 4017 0 0 0.562 5252 3996 0 0 0.562 5299 4017 0 0 0.562 2 interp_poly 5252 3996 0 0 0.562 5313 3979 0 0 0.562 5252 3996 0 0 0.562 2 interp_poly -47 -22 61 -17 5252 3996 3 MP PP 5252 3996 0 0 0.562 5313 3979 0 0 0.562 5252 3996 0 0 0.562 2 interp_poly 5313 3979 0 0 0.562 5266 3957 0 0 0.562 5313 3979 0 0 0.562 2 interp_poly 61 -15 -47 -21 5296 3424 3 MP PP 5296 3424 0 0 0.562 5249 3403 0 0 0.562 5296 3424 0 0 0.562 2 interp_poly 5249 3403 0 0 0.562 5310 3388 0 0 0.562 5249 3403 0 0 0.562 2 interp_poly -47 -21 61 -15 5249 3403 3 MP PP 5249 3403 0 0 0.562 5310 3388 0 0 0.562 5249 3403 0 0 0.562 2 interp_poly 5310 3388 0 0 0.562 5263 3367 0 0 0.562 5310 3388 0 0 0.562 2 interp_poly 60 -18 -46 -23 5294 3881 3 MP PP 5294 3881 0 0 0.562 5248 3858 0 0 0.562 5294 3881 0 0 0.562 2 interp_poly 5248 3858 0 0 0.562 5308 3840 0 0 0.562 5248 3858 0 0 0.562 2 interp_poly -46 -24 60 -18 5248 3858 3 MP PP 5248 3858 0 0 0.562 5308 3840 0 0 0.562 5248 3858 0 0 0.562 2 interp_poly 5308 3840 0 0 0.562 5262 3816 0 0 0.562 5308 3840 0 0 0.562 2 interp_poly 60 -17 -46 -27 5290 3729 3 MP PP 5290 3729 0 0 0.562 5244 3702 0 0 0.562 5290 3729 0 0 0.562 2 interp_poly 5244 3702 0 0 0.562 5304 3685 0 0 0.562 5244 3702 0 0 0.562 2 interp_poly -46 -24 60 -17 5244 3702 3 MP PP 5244 3702 0 0 0.562 5304 3685 0 0 0.562 5244 3702 0 0 0.562 2 interp_poly 5304 3685 0 0 0.562 5258 3661 0 0 0.562 5304 3685 0 0 0.562 2 interp_poly 61 -15 -47 -22 5286 3593 3 MP PP 5286 3593 0 0 0.562 5239 3571 0 0 0.562 5286 3593 0 0 0.562 2 interp_poly 5239 3571 0 0 0.562 5300 3556 0 0 0.562 5239 3571 0 0 0.562 2 interp_poly -47 -21 61 -15 5239 3571 3 MP PP 5239 3571 0 0 0.562 5300 3556 0 0 0.562 5239 3571 0 0 0.562 2 interp_poly 5300 3556 0 0 0.562 5253 3535 0 0 0.562 5300 3556 0 0 0.562 2 interp_poly 61 -16 -46 -21 5284 4054 3 MP PP 5284 4054 0 0 0.562 5238 4033 0 0 0.562 5284 4054 0 0 0.562 2 interp_poly 5238 4033 0 0 0.562 5299 4017 0 0 0.562 5238 4033 0 0 0.562 2 interp_poly -47 -21 61 -16 5238 4033 3 MP PP 5238 4033 0 0 0.562 5299 4017 0 0 0.562 5238 4033 0 0 0.562 2 interp_poly 5299 4017 0 0 0.562 5252 3996 0 0 0.562 5299 4017 0 0 0.562 2 interp_poly 61 -16 -47 -22 5282 3462 3 MP PP 5282 3462 0 0 0.562 5235 3440 0 0 0.562 5282 3462 0 0 0.562 2 interp_poly 5235 3440 0 0 0.562 5296 3424 0 0 0.562 5235 3440 0 0 0.562 2 interp_poly -47 -21 61 -16 5235 3440 3 MP PP 5235 3440 0 0 0.562 5296 3424 0 0 0.562 5235 3440 0 0 0.562 2 interp_poly 5296 3424 0 0 0.562 5249 3403 0 0 0.562 5296 3424 0 0 0.562 2 interp_poly 60 -17 -46 -22 5280 3920 3 MP PP 5280 3920 0 0 0.562 5234 3898 0 0 0.562 5280 3920 0 0 0.562 2 interp_poly 5234 3898 0 0 0.562 5294 3881 0 0 0.562 5234 3898 0 0 0.562 2 interp_poly -46 -23 60 -17 5234 3898 3 MP PP 5234 3898 0 0 0.562 5294 3881 0 0 0.562 5234 3898 0 0 0.562 2 interp_poly 5294 3881 0 0 0.562 5248 3858 0 0 0.562 5294 3881 0 0 0.562 2 interp_poly 60 -16 -46 -27 5276 3772 3 MP PP 5276 3772 0 0 0.562 5230 3745 0 0 0.562 5276 3772 0 0 0.562 2 interp_poly 5230 3745 0 0 0.562 5290 3729 0 0 0.562 5230 3745 0 0 0.562 2 interp_poly -46 -27 60 -16 5230 3745 3 MP PP 5230 3745 0 0 0.562 5290 3729 0 0 0.562 5230 3745 0 0 0.562 2 interp_poly 5290 3729 0 0 0.562 5244 3702 0 0 0.562 5290 3729 0 0 0.562 2 interp_poly 61 -15 -47 -19 5272 3627 3 MP PP 5272 3627 0 0 0.562 5225 3608 0 0 0.562 5272 3627 0 0 0.562 2 interp_poly 5225 3608 0 0 0.562 5286 3593 0 0 0.562 5225 3608 0 0 0.562 2 interp_poly -47 -22 61 -15 5225 3608 3 MP PP 5225 3608 0 0 0.562 5286 3593 0 0 0.562 5225 3608 0 0 0.562 2 interp_poly 5286 3593 0 0 0.562 5239 3571 0 0 0.562 5286 3593 0 0 0.562 2 interp_poly -46 -21 60 -16 5224 4070 3 MP PP 5224 4070 0 0 0.562 5284 4054 0 0 0.562 5224 4070 0 0 0.562 2 interp_poly 5284 4054 0 0 0.562 5238 4033 0 0 0.562 5284 4054 0 0 0.562 2 interp_poly 61 -15 -47 -21 5268 3498 3 MP PP 5268 3498 0 0 0.562 5221 3477 0 0 0.562 5268 3498 0 0 0.562 2 interp_poly 5221 3477 0 0 0.562 5282 3462 0 0 0.562 5221 3477 0 0 0.562 2 interp_poly -47 -22 61 -15 5221 3477 3 MP PP 5221 3477 0 0 0.562 5282 3462 0 0 0.562 5221 3477 0 0 0.562 2 interp_poly 5282 3462 0 0 0.562 5235 3440 0 0 0.562 5282 3462 0 0 0.562 2 interp_poly 60 -16 -46 -21 5266 3957 3 MP PP 5266 3957 0 0 0.562 5220 3936 0 0 0.562 5266 3957 0 0 0.562 2 interp_poly 5220 3936 0 0 0.562 5280 3920 0 0 0.562 5220 3936 0 0 0.562 2 interp_poly -46 -22 60 -16 5220 3936 3 MP PP 5220 3936 0 0 0.562 5280 3920 0 0 0.562 5220 3936 0 0 0.562 2 interp_poly 5280 3920 0 0 0.562 5234 3898 0 0 0.562 5280 3920 0 0 0.562 2 interp_poly 60 -22 -46 -23 5263 3367 3 MP PP 5263 3367 0 0 0.562 5217 3344 0 0 0.562 5263 3367 0 0 0.562 2 interp_poly 5217 3344 0 0 0.562 5277 3322 0 0 0.562 5217 3344 0 0 0.562 2 interp_poly -46 -60 60 -22 5217 3344 3 MP PP 5217 3344 0 0 0.562 5277 3322 0 0 0.562 5217 3344 0 0 0.562 2 interp_poly 5277 3322 0 0 0.562 5231 3262 0 0 0.688 5277 3322 0 0 0.562 2 interp_poly 61 -17 -47 -27 5262 3816 3 MP PP 5262 3816 0 0 0.562 5215 3789 0 0 0.562 5262 3816 0 0 0.562 2 interp_poly 5215 3789 0 0 0.562 5276 3772 0 0 0.562 5215 3789 0 0 0.562 2 interp_poly -46 -27 61 -17 5215 3789 3 MP PP 5215 3789 0 0 0.562 5276 3772 0 0 0.562 5215 3789 0 0 0.562 2 interp_poly 5276 3772 0 0 0.562 5230 3745 0 0 0.562 5276 3772 0 0 0.562 2 interp_poly 61 -13 -47 -21 5258 3661 3 MP PP 5258 3661 0 0 0.562 5211 3640 0 0 0.562 5258 3661 0 0 0.562 2 interp_poly 5211 3640 0 0 0.562 5272 3627 0 0 0.562 5211 3640 0 0 0.562 2 interp_poly -47 -19 61 -13 5211 3640 3 MP PP 5211 3640 0 0 0.562 5272 3627 0 0 0.562 5211 3640 0 0 0.562 2 interp_poly 5272 3627 0 0 0.562 5225 3608 0 0 0.562 5272 3627 0 0 0.562 2 interp_poly 61 -15 -46 -22 5253 3535 3 MP PP 5253 3535 0 0 0.562 5207 3513 0 0 0.562 5253 3535 0 0 0.562 2 interp_poly 5207 3513 0 0 0.562 5268 3498 0 0 0.562 5207 3513 0 0 0.562 2 interp_poly -47 -21 61 -15 5207 3513 3 MP PP 5207 3513 0 0 0.562 5268 3498 0 0 0.562 5207 3513 0 0 0.562 2 interp_poly 5268 3498 0 0 0.562 5221 3477 0 0 0.562 5268 3498 0 0 0.562 2 interp_poly 60 -17 -46 -22 5252 3996 3 MP PP 5252 3996 0 0 0.562 5206 3974 0 0 0.562 5252 3996 0 0 0.562 2 interp_poly 5206 3974 0 0 0.562 5266 3957 0 0 0.562 5206 3974 0 0 0.562 2 interp_poly -46 -21 60 -17 5206 3974 3 MP PP 5206 3974 0 0 0.562 5266 3957 0 0 0.562 5206 3974 0 0 0.562 2 interp_poly 5266 3957 0 0 0.562 5220 3936 0 0 0.562 5266 3957 0 0 0.562 2 interp_poly 60 -16 -46 -20 5249 3403 3 MP PP 5249 3403 0 0 0.562 5203 3383 0 0 0.562 5249 3403 0 0 0.562 2 interp_poly 5203 3383 0 0 0.562 5263 3367 0 0 0.562 5203 3383 0 0 0.562 2 interp_poly -46 -23 60 -16 5203 3383 3 MP PP 5203 3383 0 0 0.562 5263 3367 0 0 0.562 5203 3383 0 0 0.562 2 interp_poly 5263 3367 0 0 0.562 5217 3344 0 0 0.562 5263 3367 0 0 0.562 2 interp_poly 61 -17 -47 -25 5248 3858 3 MP PP 5248 3858 0 0 0.562 5201 3833 0 0 0.562 5248 3858 0 0 0.562 2 interp_poly 5201 3833 0 0 0.562 5262 3816 0 0 0.562 5201 3833 0 0 0.562 2 interp_poly -47 -27 61 -17 5201 3833 3 MP PP 5201 3833 0 0 0.562 5262 3816 0 0 0.562 5201 3833 0 0 0.562 2 interp_poly 5262 3816 0 0 0.562 5215 3789 0 0 0.562 5262 3816 0 0 0.562 2 interp_poly 61 -15 -47 -26 5244 3702 3 MP PP 5244 3702 0 0 0.562 5197 3676 0 0 0.562 5244 3702 0 0 0.562 2 interp_poly 5197 3676 0 0 0.562 5258 3661 0 0 0.562 5197 3676 0 0 0.562 2 interp_poly -47 -21 61 -15 5197 3676 3 MP PP 5197 3676 0 0 0.562 5258 3661 0 0 0.562 5197 3676 0 0 0.562 2 interp_poly 5258 3661 0 0 0.562 5211 3640 0 0 0.562 5258 3661 0 0 0.562 2 interp_poly 60 -14 -46 -22 5239 3571 3 MP PP 5239 3571 0 0 0.562 5193 3549 0 0 0.562 5239 3571 0 0 0.562 2 interp_poly 5193 3549 0 0 0.562 5253 3535 0 0 0.562 5193 3549 0 0 0.562 2 interp_poly -46 -22 60 -14 5193 3549 3 MP PP 5193 3549 0 0 0.562 5253 3535 0 0 0.562 5193 3549 0 0 0.562 2 interp_poly 5253 3535 0 0 0.562 5207 3513 0 0 0.562 5253 3535 0 0 0.562 2 interp_poly 61 -16 -47 -21 5238 4033 3 MP PP 5238 4033 0 0 0.562 5191 4012 0 0 0.562 5238 4033 0 0 0.562 2 interp_poly 5191 4012 0 0 0.562 5252 3996 0 0 0.562 5191 4012 0 0 0.562 2 interp_poly -46 -22 61 -16 5191 4012 3 MP PP 5191 4012 0 0 0.562 5252 3996 0 0 0.562 5191 4012 0 0 0.562 2 interp_poly 5252 3996 0 0 0.562 5206 3974 0 0 0.562 5252 3996 0 0 0.562 2 interp_poly 60 -15 -46 -22 5235 3440 3 MP PP 5235 3440 0 0 0.562 5189 3418 0 0 0.562 5235 3440 0 0 0.562 2 interp_poly 5189 3418 0 0 0.562 5249 3403 0 0 0.562 5189 3418 0 0 0.562 2 interp_poly -46 -20 60 -15 5189 3418 3 MP PP 5189 3418 0 0 0.562 5249 3403 0 0 0.562 5189 3418 0 0 0.562 2 interp_poly 5249 3403 0 0 0.562 5203 3383 0 0 0.562 5249 3403 0 0 0.562 2 interp_poly 61 -17 -47 -23 5234 3898 3 MP PP 5234 3898 0 0 0.562 5187 3875 0 0 0.562 5234 3898 0 0 0.562 2 interp_poly 5187 3875 0 0 0.562 5248 3858 0 0 0.562 5187 3875 0 0 0.562 2 interp_poly -47 -25 61 -17 5187 3875 3 MP PP 5187 3875 0 0 0.562 5248 3858 0 0 0.562 5187 3875 0 0 0.562 2 interp_poly 5248 3858 0 0 0.562 5201 3833 0 0 0.562 5248 3858 0 0 0.562 2 interp_poly 61 -16 -47 -27 5230 3745 3 MP PP 5230 3745 0 0 0.562 5183 3718 0 0 0.562 5230 3745 0 0 0.562 2 interp_poly 5183 3718 0 0 0.562 5244 3702 0 0 0.562 5183 3718 0 0 0.562 2 interp_poly -47 -26 61 -16 5183 3718 3 MP PP 5183 3718 0 0 0.562 5244 3702 0 0 0.562 5183 3718 0 0 0.562 2 interp_poly 5244 3702 0 0 0.562 5197 3676 0 0 0.562 5244 3702 0 0 0.562 2 interp_poly 60 -15 -46 -22 5225 3608 3 MP PP 5225 3608 0 0 0.562 5179 3586 0 0 0.562 5225 3608 0 0 0.562 2 interp_poly 5179 3586 0 0 0.562 5239 3571 0 0 0.562 5179 3586 0 0 0.562 2 interp_poly -46 -22 60 -15 5179 3586 3 MP PP 5179 3586 0 0 0.562 5239 3571 0 0 0.562 5179 3586 0 0 0.562 2 interp_poly 5239 3571 0 0 0.562 5193 3549 0 0 0.562 5239 3571 0 0 0.562 2 interp_poly 61 -17 -47 -20 5224 4070 3 MP PP 5224 4070 0 0 0.562 5177 4050 0 0 0.562 5224 4070 0 0 0.562 2 interp_poly 5177 4050 0 0 0.562 5238 4033 0 0 0.562 5177 4050 0 0 0.562 2 interp_poly -47 -21 61 -17 5177 4050 3 MP PP 5177 4050 0 0 0.562 5238 4033 0 0 0.562 5177 4050 0 0 0.562 2 interp_poly 5238 4033 0 0 0.562 5191 4012 0 0 0.562 5238 4033 0 0 0.562 2 interp_poly 60 -15 -46 -22 5221 3477 3 MP PP 5221 3477 0 0 0.562 5175 3455 0 0 0.562 5221 3477 0 0 0.562 2 interp_poly 5175 3455 0 0 0.562 5235 3440 0 0 0.562 5175 3455 0 0 0.562 2 interp_poly -46 -22 60 -15 5175 3455 3 MP PP 5175 3455 0 0 0.562 5235 3440 0 0 0.562 5175 3455 0 0 0.562 2 interp_poly 5235 3440 0 0 0.562 5189 3418 0 0 0.562 5235 3440 0 0 0.562 2 interp_poly 61 -16 -47 -22 5220 3936 3 MP PP 5220 3936 0 0 0.562 5173 3914 0 0 0.562 5220 3936 0 0 0.562 2 interp_poly 5173 3914 0 0 0.562 5234 3898 0 0 0.562 5173 3914 0 0 0.562 2 interp_poly -47 -23 61 -16 5173 3914 3 MP PP 5173 3914 0 0 0.562 5234 3898 0 0 0.562 5173 3914 0 0 0.562 2 interp_poly 5234 3898 0 0 0.562 5187 3875 0 0 0.562 5234 3898 0 0 0.562 2 interp_poly 61 -37 -47 -45 5217 3344 3 MP PP 5217 3344 0 0 0.562 5170 3299 0 0 0.625 5217 3344 0 0 0.562 2 interp_poly 5170 3299 0 0 0.625 5231 3262 0 0 0.688 5170 3299 0 0 0.625 2 interp_poly -47 -212 61 -37 5170 3299 3 MP PP 5170 3299 0 0 0.625 5231 3262 0 0 0.688 5170 3299 0 0 0.625 2 interp_poly 5231 3262 0 0 0.688 5184 3050 0 0.0625 1 5231 3262 0 0 0.688 2 interp_poly 61 -16 -46 -28 5215 3789 3 MP PP 5215 3789 0 0 0.562 5169 3761 0 0 0.562 5215 3789 0 0 0.562 2 interp_poly 5169 3761 0 0 0.562 5230 3745 0 0 0.562 5169 3761 0 0 0.562 2 interp_poly -47 -27 61 -16 5169 3761 3 MP PP 5169 3761 0 0 0.562 5230 3745 0 0 0.562 5169 3761 0 0 0.562 2 interp_poly 5230 3745 0 0 0.562 5183 3718 0 0 0.562 5230 3745 0 0 0.562 2 interp_poly 60 -14 -46 -18 5211 3640 3 MP PP 5211 3640 0 0 0.562 5165 3622 0 0 0.562 5211 3640 0 0 0.562 2 interp_poly 5165 3622 0 0 0.562 5225 3608 0 0 0.562 5165 3622 0 0 0.562 2 interp_poly -46 -22 60 -14 5165 3622 3 MP PP 5165 3622 0 0 0.562 5225 3608 0 0 0.562 5165 3622 0 0 0.562 2 interp_poly 5225 3608 0 0 0.562 5179 3586 0 0 0.562 5225 3608 0 0 0.562 2 interp_poly -47 -20 61 -17 5163 4087 3 MP PP 5163 4087 0 0 0.562 5224 4070 0 0 0.562 5163 4087 0 0 0.562 2 interp_poly 5224 4070 0 0 0.562 5177 4050 0 0 0.562 5224 4070 0 0 0.562 2 interp_poly 61 -14 -47 -22 5207 3513 3 MP PP 5207 3513 0 0 0.562 5160 3491 0 0 0.562 5207 3513 0 0 0.562 2 interp_poly 5160 3491 0 0 0.562 5221 3477 0 0 0.562 5160 3491 0 0 0.562 2 interp_poly -46 -22 61 -14 5160 3491 3 MP PP 5160 3491 0 0 0.562 5221 3477 0 0 0.562 5160 3491 0 0 0.562 2 interp_poly 5221 3477 0 0 0.562 5175 3455 0 0 0.562 5221 3477 0 0 0.562 2 interp_poly 61 -16 -47 -22 5206 3974 3 MP PP 5206 3974 0 0 0.562 5159 3952 0 0 0.562 5206 3974 0 0 0.562 2 interp_poly 5159 3952 0 0 0.562 5220 3936 0 0 0.562 5159 3952 0 0 0.562 2 interp_poly -47 -22 61 -16 5159 3952 3 MP PP 5159 3952 0 0 0.562 5220 3936 0 0 0.562 5159 3952 0 0 0.562 2 interp_poly 5220 3936 0 0 0.562 5173 3914 0 0 0.562 5220 3936 0 0 0.562 2 interp_poly 61 -15 -47 -24 5203 3383 3 MP PP 5203 3383 0 0 0.562 5156 3359 0 0 0.562 5203 3383 0 0 0.562 2 interp_poly 5156 3359 0 0 0.562 5217 3344 0 0 0.562 5156 3359 0 0 0.562 2 interp_poly -47 -45 61 -15 5156 3359 3 MP PP 5156 3359 0 0 0.562 5217 3344 0 0 0.562 5156 3359 0 0 0.562 2 interp_poly 5217 3344 0 0 0.562 5170 3299 0 0 0.625 5217 3344 0 0 0.562 2 interp_poly 60 -18 -46 -26 5201 3833 3 MP PP 5201 3833 0 0 0.562 5155 3807 0 0 0.562 5201 3833 0 0 0.562 2 interp_poly 5155 3807 0 0 0.562 5215 3789 0 0 0.562 5155 3807 0 0 0.562 2 interp_poly -46 -28 60 -18 5155 3807 3 MP PP 5155 3807 0 0 0.562 5215 3789 0 0 0.562 5155 3807 0 0 0.562 2 interp_poly 5215 3789 0 0 0.562 5169 3761 0 0 0.562 5215 3789 0 0 0.562 2 interp_poly 60 -15 -46 -21 5197 3676 3 MP PP 5197 3676 0 0 0.562 5151 3655 0 0 0.562 5197 3676 0 0 0.562 2 interp_poly 5151 3655 0 0 0.562 5211 3640 0 0 0.562 5151 3655 0 0 0.562 2 interp_poly -46 -18 60 -15 5151 3655 3 MP PP 5151 3655 0 0 0.562 5211 3640 0 0 0.562 5151 3655 0 0 0.562 2 interp_poly 5211 3640 0 0 0.562 5165 3622 0 0 0.562 5211 3640 0 0 0.562 2 interp_poly 61 -14 -47 -22 5193 3549 3 MP PP 5193 3549 0 0 0.562 5146 3527 0 0 0.562 5193 3549 0 0 0.562 2 interp_poly 5146 3527 0 0 0.562 5207 3513 0 0 0.562 5146 3527 0 0 0.562 2 interp_poly -47 -22 61 -14 5146 3527 3 MP PP 5146 3527 0 0 0.562 5207 3513 0 0 0.562 5146 3527 0 0 0.562 2 interp_poly 5207 3513 0 0 0.562 5160 3491 0 0 0.562 5207 3513 0 0 0.562 2 interp_poly 61 -16 -46 -22 5191 4012 3 MP PP 5191 4012 0 0 0.562 5145 3990 0 0 0.562 5191 4012 0 0 0.562 2 interp_poly 5145 3990 0 0 0.562 5206 3974 0 0 0.562 5145 3990 0 0 0.562 2 interp_poly -47 -22 61 -16 5145 3990 3 MP PP 5145 3990 0 0 0.562 5206 3974 0 0 0.562 5145 3990 0 0 0.562 2 interp_poly 5206 3974 0 0 0.562 5159 3952 0 0 0.562 5206 3974 0 0 0.562 2 interp_poly 61 -13 -47 -22 5189 3418 3 MP PP 5189 3418 0 0 0.562 5142 3396 0 0 0.562 5189 3418 0 0 0.562 2 interp_poly 5142 3396 0 0 0.562 5203 3383 0 0 0.562 5142 3396 0 0 0.562 2 interp_poly -47 -24 61 -13 5142 3396 3 MP PP 5142 3396 0 0 0.562 5203 3383 0 0 0.562 5142 3396 0 0 0.562 2 interp_poly 5203 3383 0 0 0.562 5156 3359 0 0 0.562 5203 3383 0 0 0.562 2 interp_poly 60 -17 -46 -25 5187 3875 3 MP PP 5187 3875 0 0 0.562 5141 3850 0 0 0.562 5187 3875 0 0 0.562 2 interp_poly 5141 3850 0 0 0.562 5201 3833 0 0 0.562 5141 3850 0 0 0.562 2 interp_poly -46 -26 60 -17 5141 3850 3 MP PP 5141 3850 0 0 0.562 5201 3833 0 0 0.562 5141 3850 0 0 0.562 2 interp_poly 5201 3833 0 0 0.562 5155 3807 0 0 0.562 5201 3833 0 0 0.562 2 interp_poly 61 -18 -47 -24 5183 3718 3 MP PP 5183 3718 0 0 0.562 5136 3694 0 0 0.562 5183 3718 0 0 0.562 2 interp_poly 5136 3694 0 0 0.562 5197 3676 0 0 0.562 5136 3694 0 0 0.562 2 interp_poly -46 -21 61 -18 5136 3694 3 MP PP 5136 3694 0 0 0.562 5197 3676 0 0 0.562 5136 3694 0 0 0.562 2 interp_poly 5197 3676 0 0 0.562 5151 3655 0 0 0.562 5197 3676 0 0 0.562 2 interp_poly 61 -14 -47 -23 5179 3586 3 MP PP 5179 3586 0 0 0.562 5132 3563 0 0 0.562 5179 3586 0 0 0.562 2 interp_poly 5132 3563 0 0 0.562 5193 3549 0 0 0.562 5132 3563 0 0 0.562 2 interp_poly -47 -22 61 -14 5132 3563 3 MP PP 5132 3563 0 0 0.562 5193 3549 0 0 0.562 5132 3563 0 0 0.562 2 interp_poly 5193 3549 0 0 0.562 5146 3527 0 0 0.562 5193 3549 0 0 0.562 2 interp_poly 60 -17 -46 -21 5177 4050 3 MP PP 5177 4050 0 0 0.562 5131 4029 0 0 0.562 5177 4050 0 0 0.562 2 interp_poly 5131 4029 0 0 0.562 5191 4012 0 0 0.562 5131 4029 0 0 0.562 2 interp_poly -46 -22 60 -17 5131 4029 3 MP PP 5131 4029 0 0 0.562 5191 4012 0 0 0.562 5131 4029 0 0 0.562 2 interp_poly 5191 4012 0 0 0.562 5145 3990 0 0 0.562 5191 4012 0 0 0.562 2 interp_poly 61 -15 -47 -22 5175 3455 3 MP PP 5175 3455 0 0 0.562 5128 3433 0 0 0.562 5175 3455 0 0 0.562 2 interp_poly 5128 3433 0 0 0.562 5189 3418 0 0 0.562 5128 3433 0 0 0.562 2 interp_poly -47 -22 61 -15 5128 3433 3 MP PP 5128 3433 0 0 0.562 5189 3418 0 0 0.562 5128 3433 0 0 0.562 2 interp_poly 5189 3418 0 0 0.562 5142 3396 0 0 0.562 5189 3418 0 0 0.562 2 interp_poly 60 -16 -46 -23 5173 3914 3 MP PP 5173 3914 0 0 0.562 5127 3891 0 0 0.562 5173 3914 0 0 0.562 2 interp_poly 5127 3891 0 0 0.562 5187 3875 0 0 0.562 5127 3891 0 0 0.562 2 interp_poly -46 -25 60 -16 5127 3891 3 MP PP 5127 3891 0 0 0.562 5187 3875 0 0 0.562 5127 3891 0 0 0.562 2 interp_poly 5187 3875 0 0 0.562 5141 3850 0 0 0.562 5187 3875 0 0 0.562 2 interp_poly 60 -58 -46 -191 5170 3299 3 MP PP 5170 3299 0 0 0.625 5124 3108 0 0 0.938 5170 3299 0 0 0.625 2 interp_poly 5124 3108 0 0 0.938 5184 3050 0 0.0625 1 5124 3108 0 0 0.938 2 interp_poly -46 -595 60 -58 5124 3108 3 MP PP 5124 3108 0 0 0.938 5184 3050 0 0.0625 1 5124 3108 0 0 0.938 2 interp_poly 5184 3050 0 0.0625 1 5138 2455 0.25 1 0.812 5184 3050 0 0.0625 1 2 interp_poly 61 -16 -47 -27 5169 3761 3 MP PP 5169 3761 0 0 0.562 5122 3734 0 0 0.562 5169 3761 0 0 0.562 2 interp_poly 5122 3734 0 0 0.562 5183 3718 0 0 0.562 5122 3734 0 0 0.562 2 interp_poly -47 -24 61 -16 5122 3734 3 MP PP 5122 3734 0 0 0.562 5183 3718 0 0 0.562 5122 3734 0 0 0.562 2 interp_poly 5183 3718 0 0 0.562 5136 3694 0 0 0.562 5183 3718 0 0 0.562 2 interp_poly 61 -15 -47 -21 5165 3622 3 MP PP 5165 3622 0 0 0.562 5118 3601 0 0 0.562 5165 3622 0 0 0.562 2 interp_poly 5118 3601 0 0 0.562 5179 3586 0 0 0.562 5118 3601 0 0 0.562 2 interp_poly -47 -23 61 -15 5118 3601 3 MP PP 5118 3601 0 0 0.562 5179 3586 0 0 0.562 5118 3601 0 0 0.562 2 interp_poly 5179 3586 0 0 0.562 5132 3563 0 0 0.562 5179 3586 0 0 0.562 2 interp_poly 60 -16 -46 -21 5163 4087 3 MP PP 5163 4087 0 0 0.562 5117 4066 0 0 0.562 5163 4087 0 0 0.562 2 interp_poly 5117 4066 0 0 0.562 5177 4050 0 0 0.562 5117 4066 0 0 0.562 2 interp_poly -46 -21 60 -16 5117 4066 3 MP PP 5117 4066 0 0 0.562 5177 4050 0 0 0.562 5117 4066 0 0 0.562 2 interp_poly 5177 4050 0 0 0.562 5131 4029 0 0 0.562 5177 4050 0 0 0.562 2 interp_poly 61 -15 -46 -21 5160 3491 3 MP PP 5160 3491 0 0 0.562 5114 3470 0 0 0.562 5160 3491 0 0 0.562 2 interp_poly 5114 3470 0 0 0.562 5175 3455 0 0 0.562 5114 3470 0 0 0.562 2 interp_poly -47 -22 61 -15 5114 3470 3 MP PP 5114 3470 0 0 0.562 5175 3455 0 0 0.562 5114 3470 0 0 0.562 2 interp_poly 5175 3455 0 0 0.562 5128 3433 0 0 0.562 5175 3455 0 0 0.562 2 interp_poly 60 -16 -46 -22 5159 3952 3 MP PP 5159 3952 0 0 0.562 5113 3930 0 0 0.562 5159 3952 0 0 0.562 2 interp_poly 5113 3930 0 0 0.562 5173 3914 0 0 0.562 5113 3930 0 0 0.562 2 interp_poly -46 -23 60 -16 5113 3930 3 MP PP 5113 3930 0 0 0.562 5173 3914 0 0 0.562 5113 3930 0 0 0.562 2 interp_poly 5173 3914 0 0 0.562 5127 3891 0 0 0.562 5173 3914 0 0 0.562 2 interp_poly 60 -11 -46 -49 5156 3359 3 MP PP 5156 3359 0 0 0.562 5110 3310 0 0 0.625 5156 3359 0 0 0.562 2 interp_poly 5110 3310 0 0 0.625 5170 3299 0 0 0.625 5110 3310 0 0 0.625 2 interp_poly -46 -191 60 -11 5110 3310 3 MP PP 5110 3310 0 0 0.625 5170 3299 0 0 0.625 5110 3310 0 0 0.625 2 interp_poly 5170 3299 0 0 0.625 5124 3108 0 0 0.938 5170 3299 0 0 0.625 2 interp_poly 61 -18 -47 -28 5155 3807 3 MP PP 5155 3807 0 0 0.562 5108 3779 0 0 0.562 5155 3807 0 0 0.562 2 interp_poly 5108 3779 0 0 0.562 5169 3761 0 0 0.562 5108 3779 0 0 0.562 2 interp_poly -47 -27 61 -18 5108 3779 3 MP PP 5108 3779 0 0 0.562 5169 3761 0 0 0.562 5108 3779 0 0 0.562 2 interp_poly 5169 3761 0 0 0.562 5122 3734 0 0 0.562 5169 3761 0 0 0.562 2 interp_poly 61 -13 -47 -20 5151 3655 3 MP PP 5151 3655 0 0 0.562 5104 3635 0 0 0.562 5151 3655 0 0 0.562 2 interp_poly 5104 3635 0 0 0.562 5165 3622 0 0 0.562 5104 3635 0 0 0.562 2 interp_poly -47 -21 61 -13 5104 3635 3 MP PP 5104 3635 0 0 0.562 5165 3622 0 0 0.562 5104 3635 0 0 0.562 2 interp_poly 5165 3622 0 0 0.562 5118 3601 0 0 0.562 5165 3622 0 0 0.562 2 interp_poly -46 -21 60 -17 5103 4104 3 MP PP 5103 4104 0 0 0.562 5163 4087 0 0 0.562 5103 4104 0 0 0.562 2 interp_poly 5163 4087 0 0 0.562 5117 4066 0 0 0.562 5163 4087 0 0 0.562 2 interp_poly 60 -15 -46 -21 5146 3527 3 MP PP 5146 3527 0 0 0.562 5100 3506 0 0 0.562 5146 3527 0 0 0.562 2 interp_poly 5100 3506 0 0 0.562 5160 3491 0 0 0.562 5100 3506 0 0 0.562 2 interp_poly -46 -21 60 -15 5100 3506 3 MP PP 5100 3506 0 0 0.562 5160 3491 0 0 0.562 5100 3506 0 0 0.562 2 interp_poly 5160 3491 0 0 0.562 5114 3470 0 0 0.562 5160 3491 0 0 0.562 2 interp_poly 61 -16 -47 -22 5145 3990 3 MP PP 5145 3990 0 0 0.562 5098 3968 0 0 0.562 5145 3990 0 0 0.562 2 interp_poly 5098 3968 0 0 0.562 5159 3952 0 0 0.562 5098 3968 0 0 0.562 2 interp_poly -46 -22 61 -16 5098 3968 3 MP PP 5098 3968 0 0 0.562 5159 3952 0 0 0.562 5098 3968 0 0 0.562 2 interp_poly 5159 3952 0 0 0.562 5113 3930 0 0 0.562 5159 3952 0 0 0.562 2 interp_poly 60 -8 -46 -29 5142 3396 3 MP PP 5142 3396 0 0 0.562 5096 3367 0 0 0.562 5142 3396 0 0 0.562 2 interp_poly 5096 3367 0 0 0.562 5156 3359 0 0 0.562 5096 3367 0 0 0.562 2 interp_poly -46 -49 60 -8 5096 3367 3 MP PP 5096 3367 0 0 0.562 5156 3359 0 0 0.562 5096 3367 0 0 0.562 2 interp_poly 5156 3359 0 0 0.562 5110 3310 0 0 0.625 5156 3359 0 0 0.562 2 interp_poly 61 -17 -47 -26 5141 3850 3 MP PP 5141 3850 0 0 0.562 5094 3824 0 0 0.562 5141 3850 0 0 0.562 2 interp_poly 5094 3824 0 0 0.562 5155 3807 0 0 0.562 5094 3824 0 0 0.562 2 interp_poly -47 -28 61 -17 5094 3824 3 MP PP 5094 3824 0 0 0.562 5155 3807 0 0 0.562 5094 3824 0 0 0.562 2 interp_poly 5155 3807 0 0 0.562 5108 3779 0 0 0.562 5155 3807 0 0 0.562 2 interp_poly 61 -16 -46 -23 5136 3694 3 MP PP 5136 3694 0 0 0.562 5090 3671 0 0 0.562 5136 3694 0 0 0.562 2 interp_poly 5090 3671 0 0 0.562 5151 3655 0 0 0.562 5090 3671 0 0 0.562 2 interp_poly -47 -20 61 -16 5090 3671 3 MP PP 5090 3671 0 0 0.562 5151 3655 0 0 0.562 5090 3671 0 0 0.562 2 interp_poly 5151 3655 0 0 0.562 5104 3635 0 0 0.562 5151 3655 0 0 0.562 2 interp_poly 60 -14 -46 -22 5132 3563 3 MP PP 5132 3563 0 0 0.562 5086 3541 0 0 0.562 5132 3563 0 0 0.562 2 interp_poly 5086 3541 0 0 0.562 5146 3527 0 0 0.562 5086 3541 0 0 0.562 2 interp_poly -46 -21 60 -14 5086 3541 3 MP PP 5086 3541 0 0 0.562 5146 3527 0 0 0.562 5086 3541 0 0 0.562 2 interp_poly 5146 3527 0 0 0.562 5100 3506 0 0 0.562 5146 3527 0 0 0.562 2 interp_poly 61 -16 -47 -23 5131 4029 3 MP PP 5131 4029 0 0 0.562 5084 4006 0 0 0.562 5131 4029 0 0 0.562 2 interp_poly 5084 4006 0 0 0.562 5145 3990 0 0 0.562 5084 4006 0 0 0.562 2 interp_poly -47 -22 61 -16 5084 4006 3 MP PP 5084 4006 0 0 0.562 5145 3990 0 0 0.562 5084 4006 0 0 0.562 2 interp_poly 5145 3990 0 0 0.562 5098 3968 0 0 0.562 5145 3990 0 0 0.562 2 interp_poly 60 -12 -46 -25 5128 3433 3 MP PP 5128 3433 0 0 0.562 5082 3408 0 0 0.562 5128 3433 0 0 0.562 2 interp_poly 5082 3408 0 0 0.562 5142 3396 0 0 0.562 5082 3408 0 0 0.562 2 interp_poly -46 -29 60 -12 5082 3408 3 MP PP 5082 3408 0 0 0.562 5142 3396 0 0 0.562 5082 3408 0 0 0.562 2 interp_poly 5142 3396 0 0 0.562 5096 3367 0 0 0.562 5142 3396 0 0 0.562 2 interp_poly 61 -18 -47 -23 5127 3891 3 MP PP 5127 3891 0 0 0.562 5080 3868 0 0 0.562 5127 3891 0 0 0.562 2 interp_poly 5080 3868 0 0 0.562 5141 3850 0 0 0.562 5080 3868 0 0 0.562 2 interp_poly -47 -26 61 -18 5080 3868 3 MP PP 5080 3868 0 0 0.562 5141 3850 0 0 0.562 5080 3868 0 0 0.562 2 interp_poly 5141 3850 0 0 0.562 5094 3824 0 0 0.562 5141 3850 0 0 0.562 2 interp_poly 61 -2 -47 -651 5124 3108 3 MP PP 5124 3108 0 0 0.938 5077 2457 0.25 1 0.812 5124 3108 0 0 0.938 2 interp_poly 5077 2457 0.25 1 0.812 5138 2455 0.25 1 0.812 5077 2457 0.25 1 0.812 2 interp_poly -47 -513 61 -2 5077 2457 3 MP PP 5077 2457 0.25 1 0.812 5138 2455 0.25 1 0.812 5077 2457 0.25 1 0.812 2 interp_poly 5138 2455 0.25 1 0.812 5091 1942 1 0.812 0 5138 2455 0.25 1 0.812 2 interp_poly 60 -17 -46 -23 5122 3734 3 MP PP 5122 3734 0 0 0.562 5076 3711 0 0 0.562 5122 3734 0 0 0.562 2 interp_poly 5076 3711 0 0 0.562 5136 3694 0 0 0.562 5076 3711 0 0 0.562 2 interp_poly -46 -23 60 -17 5076 3711 3 MP PP 5076 3711 0 0 0.562 5136 3694 0 0 0.562 5076 3711 0 0 0.562 2 interp_poly 5136 3694 0 0 0.562 5090 3671 0 0 0.562 5136 3694 0 0 0.562 2 interp_poly 60 -15 -46 -23 5118 3601 3 MP PP 5118 3601 0 0 0.562 5072 3578 0 0 0.562 5118 3601 0 0 0.562 2 interp_poly 5072 3578 0 0 0.562 5132 3563 0 0 0.562 5072 3578 0 0 0.562 2 interp_poly -46 -22 60 -15 5072 3578 3 MP PP 5072 3578 0 0 0.562 5132 3563 0 0 0.562 5072 3578 0 0 0.562 2 interp_poly 5132 3563 0 0 0.562 5086 3541 0 0 0.562 5132 3563 0 0 0.562 2 interp_poly 61 -16 -47 -21 5117 4066 3 MP PP 5117 4066 0 0 0.562 5070 4045 0 0 0.562 5117 4066 0 0 0.562 2 interp_poly 5070 4045 0 0 0.562 5131 4029 0 0 0.562 5070 4045 0 0 0.562 2 interp_poly -47 -23 61 -16 5070 4045 3 MP PP 5070 4045 0 0 0.562 5131 4029 0 0 0.562 5070 4045 0 0 0.562 2 interp_poly 5131 4029 0 0 0.562 5084 4006 0 0 0.562 5131 4029 0 0 0.562 2 interp_poly 61 -14 -47 -23 5114 3470 3 MP PP 5114 3470 0 0 0.562 5067 3447 0 0 0.562 5114 3470 0 0 0.562 2 interp_poly 5067 3447 0 0 0.562 5128 3433 0 0 0.562 5067 3447 0 0 0.562 2 interp_poly -46 -25 61 -14 5067 3447 3 MP PP 5067 3447 0 0 0.562 5128 3433 0 0 0.562 5067 3447 0 0 0.562 2 interp_poly 5128 3433 0 0 0.562 5082 3408 0 0 0.562 5128 3433 0 0 0.562 2 interp_poly 61 -16 -47 -23 5113 3930 3 MP PP 5113 3930 0 0 0.562 5066 3907 0 0 0.562 5113 3930 0 0 0.562 2 interp_poly 5066 3907 0 0 0.562 5127 3891 0 0 0.562 5066 3907 0 0 0.562 2 interp_poly -47 -23 61 -16 5066 3907 3 MP PP 5066 3907 0 0 0.562 5127 3891 0 0 0.562 5066 3907 0 0 0.562 2 interp_poly 5127 3891 0 0 0.562 5080 3868 0 0 0.562 5127 3891 0 0 0.562 2 interp_poly 61 -3 -47 -199 5110 3310 3 MP PP 5110 3310 0 0 0.625 5063 3111 0 0 1 5110 3310 0 0 0.625 2 interp_poly 5063 3111 0 0 1 5124 3108 0 0 0.938 5063 3111 0 0 1 2 interp_poly -47 -651 61 -3 5063 3111 3 MP PP 5063 3111 0 0 1 5124 3108 0 0 0.938 5063 3111 0 0 1 2 interp_poly 5124 3108 0 0 0.938 5077 2457 0.25 1 0.812 5124 3108 0 0 0.938 2 interp_poly 60 -18 -46 -27 5108 3779 3 MP PP 5108 3779 0 0 0.562 5062 3752 0 0 0.562 5108 3779 0 0 0.562 2 interp_poly 5062 3752 0 0 0.562 5122 3734 0 0 0.562 5062 3752 0 0 0.562 2 interp_poly -46 -23 60 -18 5062 3752 3 MP PP 5062 3752 0 0 0.562 5122 3734 0 0 0.562 5062 3752 0 0 0.562 2 interp_poly 5122 3734 0 0 0.562 5076 3711 0 0 0.562 5122 3734 0 0 0.562 2 interp_poly 60 -13 -46 -21 5104 3635 3 MP PP 5104 3635 0 0 0.562 5058 3614 0 0 0.562 5104 3635 0 0 0.562 2 interp_poly 5058 3614 0 0 0.562 5118 3601 0 0 0.562 5058 3614 0 0 0.562 2 interp_poly -46 -23 60 -13 5058 3614 3 MP PP 5058 3614 0 0 0.562 5118 3601 0 0 0.562 5058 3614 0 0 0.562 2 interp_poly 5118 3601 0 0 0.562 5072 3578 0 0 0.562 5118 3601 0 0 0.562 2 interp_poly 61 -17 -47 -21 5103 4104 3 MP PP 5103 4104 0 0 0.562 5056 4083 0 0 0.562 5103 4104 0 0 0.562 2 interp_poly 5056 4083 0 0 0.562 5117 4066 0 0 0.562 5056 4083 0 0 0.562 2 interp_poly -47 -21 61 -17 5056 4083 3 MP PP 5056 4083 0 0 0.562 5117 4066 0 0 0.562 5056 4083 0 0 0.562 2 interp_poly 5117 4066 0 0 0.562 5070 4045 0 0 0.562 5117 4066 0 0 0.562 2 interp_poly 61 -15 -47 -21 5100 3506 3 MP PP 5100 3506 0 0 0.562 5053 3485 0 0 0.562 5100 3506 0 0 0.562 2 interp_poly 5053 3485 0 0 0.562 5114 3470 0 0 0.562 5053 3485 0 0 0.562 2 interp_poly -47 -23 61 -15 5053 3485 3 MP PP 5053 3485 0 0 0.562 5114 3470 0 0 0.562 5053 3485 0 0 0.562 2 interp_poly 5114 3470 0 0 0.562 5067 3447 0 0 0.562 5114 3470 0 0 0.562 2 interp_poly 61 -16 -46 -22 5098 3968 3 MP PP 5098 3968 0 0 0.562 5052 3946 0 0 0.562 5098 3968 0 0 0.562 2 interp_poly 5052 3946 0 0 0.562 5113 3930 0 0 0.562 5052 3946 0 0 0.562 2 interp_poly -47 -23 61 -16 5052 3946 3 MP PP 5052 3946 0 0 0.562 5113 3930 0 0 0.562 5052 3946 0 0 0.562 2 interp_poly 5113 3930 0 0 0.562 5066 3907 0 0 0.562 5113 3930 0 0 0.562 2 interp_poly 61 9 -47 -66 5096 3367 3 MP PP 5096 3367 0 0 0.562 5049 3301 0 0 0.688 5096 3367 0 0 0.562 2 interp_poly 5049 3301 0 0 0.688 5110 3310 0 0 0.625 5049 3301 0 0 0.688 2 interp_poly -47 -199 61 9 5049 3301 3 MP PP 5049 3301 0 0 0.688 5110 3310 0 0 0.625 5049 3301 0 0 0.688 2 interp_poly 5110 3310 0 0 0.625 5063 3111 0 0 1 5110 3310 0 0 0.625 2 interp_poly 60 -19 -46 -26 5094 3824 3 MP PP 5094 3824 0 0 0.562 5048 3798 0 0 0.562 5094 3824 0 0 0.562 2 interp_poly 5048 3798 0 0 0.562 5108 3779 0 0 0.562 5048 3798 0 0 0.562 2 interp_poly -46 -27 60 -19 5048 3798 3 MP PP 5048 3798 0 0 0.562 5108 3779 0 0 0.562 5048 3798 0 0 0.562 2 interp_poly 5108 3779 0 0 0.562 5062 3752 0 0 0.562 5108 3779 0 0 0.562 2 interp_poly 61 -14 -47 -22 5090 3671 3 MP PP 5090 3671 0 0 0.562 5043 3649 0 0 0.625 5090 3671 0 0 0.562 2 interp_poly 5043 3649 0 0 0.625 5104 3635 0 0 0.562 5043 3649 0 0 0.625 2 interp_poly -46 -21 61 -14 5043 3649 3 MP PP 5043 3649 0 0 0.625 5104 3635 0 0 0.562 5043 3649 0 0 0.625 2 interp_poly 5104 3635 0 0 0.562 5058 3614 0 0 0.562 5104 3635 0 0 0.562 2 interp_poly -47 -21 61 -15 5042 4119 3 MP PP 5042 4119 0 0 0.562 5103 4104 0 0 0.562 5042 4119 0 0 0.562 2 interp_poly 5103 4104 0 0 0.562 5056 4083 0 0 0.562 5103 4104 0 0 0.562 2 interp_poly 61 -14 -47 -21 5086 3541 3 MP PP 5086 3541 0 0 0.562 5039 3520 0 0 0.562 5086 3541 0 0 0.562 2 interp_poly 5039 3520 0 0 0.562 5100 3506 0 0 0.562 5039 3520 0 0 0.562 2 interp_poly -47 -21 61 -14 5039 3520 3 MP PP 5039 3520 0 0 0.562 5100 3506 0 0 0.562 5039 3520 0 0 0.562 2 interp_poly 5100 3506 0 0 0.562 5053 3485 0 0 0.562 5100 3506 0 0 0.562 2 interp_poly 60 -16 -46 -22 5084 4006 3 MP PP 5084 4006 0 0 0.562 5038 3984 0 0 0.562 5084 4006 0 0 0.562 2 interp_poly 5038 3984 0 0 0.562 5098 3968 0 0 0.562 5038 3984 0 0 0.562 2 interp_poly -46 -22 60 -16 5038 3984 3 MP PP 5038 3984 0 0 0.562 5098 3968 0 0 0.562 5038 3984 0 0 0.562 2 interp_poly 5098 3968 0 0 0.562 5052 3946 0 0 0.562 5098 3968 0 0 0.562 2 interp_poly 61 -3 -47 -38 5082 3408 3 MP PP 5082 3408 0 0 0.562 5035 3370 0 0 0.625 5082 3408 0 0 0.562 2 interp_poly 5035 3370 0 0 0.625 5096 3367 0 0 0.562 5035 3370 0 0 0.625 2 interp_poly -47 -66 61 -3 5035 3370 3 MP PP 5035 3370 0 0 0.625 5096 3367 0 0 0.562 5035 3370 0 0 0.625 2 interp_poly 5096 3367 0 0 0.562 5049 3301 0 0 0.688 5096 3367 0 0 0.562 2 interp_poly 60 -18 -46 -26 5080 3868 3 MP PP 5080 3868 0 0 0.562 5034 3842 0 0 0.562 5080 3868 0 0 0.562 2 interp_poly 5034 3842 0 0 0.562 5094 3824 0 0 0.562 5034 3842 0 0 0.562 2 interp_poly -46 -26 60 -18 5034 3842 3 MP PP 5034 3842 0 0 0.562 5094 3824 0 0 0.562 5034 3842 0 0 0.562 2 interp_poly 5094 3824 0 0 0.562 5048 3798 0 0 0.562 5094 3824 0 0 0.562 2 interp_poly -46 470 60 104 5031 1838 3 MP PP 5031 1838 1 0.562 0 5091 1942 1 0.812 0 5031 1838 1 0.562 0 2 interp_poly 5091 1942 1 0.812 0 5045 2412 0.25 1 0.812 5091 1942 1 0.812 0 2 interp_poly 60 104 -46 -619 5077 2457 3 MP PP 5077 2457 0.25 1 0.812 5031 1838 1 0.562 0 5077 2457 0.25 1 0.812 2 interp_poly 5031 1838 1 0.562 0 5091 1942 1 0.812 0 5031 1838 1 0.562 0 2 interp_poly 61 -17 -47 -23 5076 3711 3 MP PP 5076 3711 0 0 0.562 5029 3688 0 0 0.562 5076 3711 0 0 0.562 2 interp_poly 5029 3688 0 0 0.562 5090 3671 0 0 0.562 5029 3688 0 0 0.562 2 interp_poly -47 -22 61 -17 5029 3688 3 MP PP 5029 3688 0 0 0.562 5090 3671 0 0 0.562 5029 3688 0 0 0.562 2 interp_poly 5090 3671 0 0 0.562 5043 3649 0 0 0.625 5090 3671 0 0 0.562 2 interp_poly 61 -15 -47 -22 5072 3578 3 MP PP 5072 3578 0 0 0.562 5025 3556 0 0 0.562 5072 3578 0 0 0.562 2 interp_poly 5025 3556 0 0 0.562 5086 3541 0 0 0.562 5025 3556 0 0 0.562 2 interp_poly -47 -21 61 -15 5025 3556 3 MP PP 5025 3556 0 0 0.562 5086 3541 0 0 0.562 5025 3556 0 0 0.562 2 interp_poly 5086 3541 0 0 0.562 5039 3520 0 0 0.562 5086 3541 0 0 0.562 2 interp_poly 60 -16 -46 -23 5070 4045 3 MP PP 5070 4045 0 0 0.562 5024 4022 0 0 0.562 5070 4045 0 0 0.562 2 interp_poly 5024 4022 0 0 0.562 5084 4006 0 0 0.562 5024 4022 0 0 0.562 2 interp_poly -46 -22 60 -16 5024 4022 3 MP PP 5024 4022 0 0 0.562 5084 4006 0 0 0.562 5024 4022 0 0 0.562 2 interp_poly 5084 4006 0 0 0.562 5038 3984 0 0 0.562 5084 4006 0 0 0.562 2 interp_poly 61 -10 -46 -29 5067 3447 3 MP PP 5067 3447 0 0 0.562 5021 3418 0 0 0.562 5067 3447 0 0 0.562 2 interp_poly 5021 3418 0 0 0.562 5082 3408 0 0 0.562 5021 3418 0 0 0.562 2 interp_poly -47 -38 61 -10 5021 3418 3 MP PP 5021 3418 0 0 0.562 5082 3408 0 0 0.562 5021 3418 0 0 0.562 2 interp_poly 5082 3408 0 0 0.562 5035 3370 0 0 0.625 5082 3408 0 0 0.562 2 interp_poly 60 -16 -46 -23 5066 3907 3 MP PP 5066 3907 0 0 0.562 5020 3884 0 0 0.562 5066 3907 0 0 0.562 2 interp_poly 5020 3884 0 0 0.562 5080 3868 0 0 0.562 5020 3884 0 0 0.562 2 interp_poly -46 -26 60 -16 5020 3884 3 MP PP 5020 3884 0 0 0.562 5080 3868 0 0 0.562 5020 3884 0 0 0.562 2 interp_poly 5080 3868 0 0 0.562 5034 3842 0 0 0.562 5080 3868 0 0 0.562 2 interp_poly -47 553 61 -2 4984 2414 3 MP PP 4984 2414 0.25 1 0.812 5045 2412 0.25 1 0.812 4984 2414 0.25 1 0.812 2 interp_poly 5045 2412 0.25 1 0.812 4998 2965 0 0.0625 1 5045 2412 0.25 1 0.812 2 interp_poly 60 -17 -46 -637 5063 3111 3 MP PP 5063 3111 0 0 1 5017 2474 0.25 1 0.812 5063 3111 0 0 1 2 interp_poly 5017 2474 0.25 1 0.812 5077 2457 0.25 1 0.812 5017 2474 0.25 1 0.812 2 interp_poly 61 -2 -47 576 5031 1838 3 MP PP 5031 1838 1 0.562 0 4984 2414 0.25 1 0.812 5031 1838 1 0.562 0 2 interp_poly 4984 2414 0.25 1 0.812 5045 2412 0.25 1 0.812 4984 2414 0.25 1 0.812 2 interp_poly -46 -619 60 -17 5017 2474 3 MP PP 5017 2474 0.25 1 0.812 5077 2457 0.25 1 0.812 5017 2474 0.25 1 0.812 2 interp_poly 5077 2457 0.25 1 0.812 5031 1838 1 0.562 0 5077 2457 0.25 1 0.812 2 interp_poly 61 -17 -47 -24 5062 3752 3 MP PP 5062 3752 0 0 0.562 5015 3728 0 0 0.562 5062 3752 0 0 0.562 2 interp_poly 5015 3728 0 0 0.562 5076 3711 0 0 0.562 5015 3728 0 0 0.562 2 interp_poly -47 -23 61 -17 5015 3728 3 MP PP 5015 3728 0 0 0.562 5076 3711 0 0 0.562 5015 3728 0 0 0.562 2 interp_poly 5076 3711 0 0 0.562 5029 3688 0 0 0.562 5076 3711 0 0 0.562 2 interp_poly 61 -15 -47 -21 5058 3614 3 MP PP 5058 3614 0 0 0.562 5011 3593 0 0 0.562 5058 3614 0 0 0.562 2 interp_poly 5011 3593 0 0 0.562 5072 3578 0 0 0.562 5011 3593 0 0 0.562 2 interp_poly -47 -22 61 -15 5011 3593 3 MP PP 5011 3593 0 0 0.562 5072 3578 0 0 0.562 5011 3593 0 0 0.562 2 interp_poly 5072 3578 0 0 0.562 5025 3556 0 0 0.562 5072 3578 0 0 0.562 2 interp_poly 60 -16 -46 -22 5056 4083 3 MP PP 5056 4083 0 0 0.562 5010 4061 0 0 0.562 5056 4083 0 0 0.562 2 interp_poly 5010 4061 0 0 0.562 5070 4045 0 0 0.562 5010 4061 0 0 0.562 2 interp_poly -46 -23 60 -16 5010 4061 3 MP PP 5010 4061 0 0 0.562 5070 4045 0 0 0.562 5010 4061 0 0 0.562 2 interp_poly 5070 4045 0 0 0.562 5024 4022 0 0 0.562 5070 4045 0 0 0.562 2 interp_poly 60 -14 -46 -24 5053 3485 3 MP PP 5053 3485 0 0 0.562 5007 3461 0 0 0.562 5053 3485 0 0 0.562 2 interp_poly 5007 3461 0 0 0.562 5067 3447 0 0 0.562 5007 3461 0 0 0.562 2 interp_poly -46 -29 60 -14 5007 3461 3 MP PP 5007 3461 0 0 0.562 5067 3447 0 0 0.562 5007 3461 0 0 0.562 2 interp_poly 5067 3447 0 0 0.562 5021 3418 0 0 0.562 5067 3447 0 0 0.562 2 interp_poly 61 -16 -47 -23 5052 3946 3 MP PP 5052 3946 0 0 0.562 5005 3923 0 0 0.562 5052 3946 0 0 0.562 2 interp_poly 5005 3923 0 0 0.562 5066 3907 0 0 0.562 5005 3923 0 0 0.562 2 interp_poly -46 -23 61 -16 5005 3923 3 MP PP 5005 3923 0 0 0.562 5066 3907 0 0 0.562 5005 3923 0 0 0.562 2 interp_poly 5066 3907 0 0 0.562 5020 3884 0 0 0.562 5066 3907 0 0 0.562 2 interp_poly 60 33 -46 -223 5049 3301 3 MP PP 5049 3301 0 0 0.688 5003 3078 0 0.0625 1 5049 3301 0 0 0.688 2 interp_poly 5003 3078 0 0.0625 1 5063 3111 0 0 1 5003 3078 0 0.0625 1 2 interp_poly -46 -637 60 33 5003 3078 3 MP PP 5003 3078 0 0.0625 1 5063 3111 0 0 1 5003 3078 0 0.0625 1 2 interp_poly 5063 3111 0 0 1 5017 2474 0.25 1 0.812 5063 3111 0 0 1 2 interp_poly 61 -20 -47 -26 5048 3798 3 MP PP 5048 3798 0 0 0.562 5001 3772 0 0 0.562 5048 3798 0 0 0.562 2 interp_poly 5001 3772 0 0 0.562 5062 3752 0 0 0.562 5001 3772 0 0 0.562 2 interp_poly -47 -24 61 -20 5001 3772 3 MP PP 5001 3772 0 0 0.562 5062 3752 0 0 0.562 5001 3772 0 0 0.562 2 interp_poly 5062 3752 0 0 0.562 5015 3728 0 0 0.562 5062 3752 0 0 0.562 2 interp_poly 61 -13 -46 -22 5043 3649 3 MP PP 5043 3649 0 0 0.625 4997 3627 0 0 0.625 5043 3649 0 0 0.625 2 interp_poly 4997 3627 0 0 0.625 5058 3614 0 0 0.562 4997 3627 0 0 0.625 2 interp_poly -47 -21 61 -13 4997 3627 3 MP PP 4997 3627 0 0 0.625 5058 3614 0 0 0.562 4997 3627 0 0 0.625 2 interp_poly 5058 3614 0 0 0.562 5011 3593 0 0 0.562 5058 3614 0 0 0.562 2 interp_poly 60 -16 -46 -20 5042 4119 3 MP PP 5042 4119 0 0 0.562 4996 4099 0 0 0.562 5042 4119 0 0 0.562 2 interp_poly 4996 4099 0 0 0.562 5056 4083 0 0 0.562 4996 4099 0 0 0.562 2 interp_poly -46 -22 60 -16 4996 4099 3 MP PP 4996 4099 0 0 0.562 5056 4083 0 0 0.562 4996 4099 0 0 0.562 2 interp_poly 5056 4083 0 0 0.562 5010 4061 0 0 0.562 5056 4083 0 0 0.562 2 interp_poly 60 -15 -46 -20 5039 3520 3 MP PP 5039 3520 0 0 0.562 4993 3500 0 0 0.562 5039 3520 0 0 0.562 2 interp_poly 4993 3500 0 0 0.562 5053 3485 0 0 0.562 4993 3500 0 0 0.562 2 interp_poly -46 -24 60 -15 4993 3500 3 MP PP 4993 3500 0 0 0.562 5053 3485 0 0 0.562 4993 3500 0 0 0.562 2 interp_poly 5053 3485 0 0 0.562 5007 3461 0 0 0.562 5053 3485 0 0 0.562 2 interp_poly 61 -17 -47 -21 5038 3984 3 MP PP 5038 3984 0 0 0.562 4991 3963 0 0 0.562 5038 3984 0 0 0.562 2 interp_poly 4991 3963 0 0 0.562 5052 3946 0 0 0.562 4991 3963 0 0 0.562 2 interp_poly -47 -23 61 -17 4991 3963 3 MP PP 4991 3963 0 0 0.562 5052 3946 0 0 0.562 4991 3963 0 0 0.562 2 interp_poly 5052 3946 0 0 0.562 5005 3923 0 0 0.562 5052 3946 0 0 0.562 2 interp_poly 60 17 -46 -86 5035 3370 3 MP PP 5035 3370 0 0 0.625 4989 3284 0 0 0.75 5035 3370 0 0 0.625 2 interp_poly 4989 3284 0 0 0.75 5049 3301 0 0 0.688 4989 3284 0 0 0.75 2 interp_poly -46 -223 60 17 4989 3284 3 MP PP 4989 3284 0 0 0.75 5049 3301 0 0 0.688 4989 3284 0 0 0.75 2 interp_poly 5049 3301 0 0 0.688 5003 3078 0 0.0625 1 5049 3301 0 0 0.688 2 interp_poly 61 -18 -47 -26 5034 3842 3 MP PP 5034 3842 0 0 0.562 4987 3816 0 0 0.562 5034 3842 0 0 0.562 2 interp_poly 4987 3816 0 0 0.562 5048 3798 0 0 0.562 4987 3816 0 0 0.562 2 interp_poly -47 -26 61 -18 4987 3816 3 MP PP 4987 3816 0 0 0.562 5048 3798 0 0 0.562 4987 3816 0 0 0.562 2 interp_poly 5048 3798 0 0 0.562 5001 3772 0 0 0.562 5048 3798 0 0 0.562 2 interp_poly 60 -15 -46 -24 5029 3688 3 MP PP 5029 3688 0 0 0.562 4983 3664 0 0 0.625 5029 3688 0 0 0.562 2 interp_poly 4983 3664 0 0 0.625 5043 3649 0 0 0.625 4983 3664 0 0 0.625 2 interp_poly -46 -22 60 -15 4983 3664 3 MP PP 4983 3664 0 0 0.625 5043 3649 0 0 0.625 4983 3664 0 0 0.625 2 interp_poly 5043 3649 0 0 0.625 4997 3627 0 0 0.625 5043 3649 0 0 0.625 2 interp_poly -46 -20 61 -16 4981 4135 3 MP PP 4981 4135 0 0 0.562 5042 4119 0 0 0.562 4981 4135 0 0 0.562 2 interp_poly 5042 4119 0 0 0.562 4996 4099 0 0 0.562 5042 4119 0 0 0.562 2 interp_poly 60 -14 -46 -22 5025 3556 3 MP PP 5025 3556 0 0 0.562 4979 3534 0 0 0.562 5025 3556 0 0 0.562 2 interp_poly 4979 3534 0 0 0.562 5039 3520 0 0 0.562 4979 3534 0 0 0.562 2 interp_poly -46 -20 60 -14 4979 3534 3 MP PP 4979 3534 0 0 0.562 5039 3520 0 0 0.562 4979 3534 0 0 0.562 2 interp_poly 5039 3520 0 0 0.562 4993 3500 0 0 0.562 5039 3520 0 0 0.562 2 interp_poly 61 -17 -47 -21 5024 4022 3 MP PP 5024 4022 0 0 0.562 4977 4001 0 0 0.562 5024 4022 0 0 0.562 2 interp_poly 4977 4001 0 0 0.562 5038 3984 0 0 0.562 4977 4001 0 0 0.562 2 interp_poly -47 -21 61 -17 4977 4001 3 MP PP 4977 4001 0 0 0.562 5038 3984 0 0 0.562 4977 4001 0 0 0.562 2 interp_poly 5038 3984 0 0 0.562 4991 3963 0 0 0.562 5038 3984 0 0 0.562 2 interp_poly 61 -2 -47 -46 5021 3418 3 MP PP 5021 3418 0 0 0.562 4974 3372 0 0 0.625 5021 3418 0 0 0.562 2 interp_poly 4974 3372 0 0 0.625 5035 3370 0 0 0.625 4974 3372 0 0 0.625 2 interp_poly -46 -86 61 -2 4974 3372 3 MP PP 4974 3372 0 0 0.625 5035 3370 0 0 0.625 4974 3372 0 0 0.625 2 interp_poly 5035 3370 0 0 0.625 4989 3284 0 0 0.75 5035 3370 0 0 0.625 2 interp_poly 61 -17 -47 -25 5020 3884 3 MP PP 5020 3884 0 0 0.562 4973 3859 0 0 0.562 5020 3884 0 0 0.562 2 interp_poly 4973 3859 0 0 0.562 5034 3842 0 0 0.562 4973 3859 0 0 0.562 2 interp_poly -47 -26 61 -17 4973 3859 3 MP PP 4973 3859 0 0 0.562 5034 3842 0 0 0.562 4973 3859 0 0 0.562 2 interp_poly 5034 3842 0 0 0.562 4987 3816 0 0 0.562 5034 3842 0 0 0.562 2 interp_poly -47 576 61 -52 4970 1890 3 MP PP 4970 1890 1 0.625 0 5031 1838 1 0.562 0 4970 1890 1 0.625 0 2 interp_poly 5031 1838 1 0.562 0 4984 2414 0.25 1 0.812 5031 1838 1 0.562 0 2 interp_poly 61 -52 -47 -584 5017 2474 3 MP PP 5017 2474 0.25 1 0.812 4970 1890 1 0.625 0 5017 2474 0.25 1 0.812 2 interp_poly 4970 1890 1 0.625 0 5031 1838 1 0.562 0 4970 1890 1 0.625 0 2 interp_poly 60 -16 -46 -24 5015 3728 3 MP PP 5015 3728 0 0 0.562 4969 3704 0 0 0.562 5015 3728 0 0 0.562 2 interp_poly 4969 3704 0 0 0.562 5029 3688 0 0 0.562 4969 3704 0 0 0.562 2 interp_poly -46 -24 60 -16 4969 3704 3 MP PP 4969 3704 0 0 0.562 5029 3688 0 0 0.562 4969 3704 0 0 0.562 2 interp_poly 5029 3688 0 0 0.562 4983 3664 0 0 0.625 5029 3688 0 0 0.562 2 interp_poly 60 -16 -46 -21 5011 3593 3 MP PP 5011 3593 0 0 0.562 4965 3572 0 0 0.562 5011 3593 0 0 0.562 2 interp_poly 4965 3572 0 0 0.562 5025 3556 0 0 0.562 4965 3572 0 0 0.562 2 interp_poly -46 -22 60 -16 4965 3572 3 MP PP 4965 3572 0 0 0.562 5025 3556 0 0 0.562 4965 3572 0 0 0.562 2 interp_poly 5025 3556 0 0 0.562 4979 3534 0 0 0.562 5025 3556 0 0 0.562 2 interp_poly 61 -17 -47 -22 5010 4061 3 MP PP 5010 4061 0 0 0.562 4963 4039 0 0 0.562 5010 4061 0 0 0.562 2 interp_poly 4963 4039 0 0 0.562 5024 4022 0 0 0.562 4963 4039 0 0 0.562 2 interp_poly -47 -21 61 -17 4963 4039 3 MP PP 4963 4039 0 0 0.562 5024 4022 0 0 0.562 4963 4039 0 0 0.562 2 interp_poly 5024 4022 0 0 0.562 4977 4001 0 0 0.562 5024 4022 0 0 0.562 2 interp_poly 61 -11 -47 -32 5007 3461 3 MP PP 5007 3461 0 0 0.562 4960 3429 0 0 0.625 5007 3461 0 0 0.562 2 interp_poly 4960 3429 0 0 0.625 5021 3418 0 0 0.562 4960 3429 0 0 0.625 2 interp_poly -47 -46 61 -11 4960 3429 3 MP PP 4960 3429 0 0 0.625 5021 3418 0 0 0.562 4960 3429 0 0 0.625 2 interp_poly 5021 3418 0 0 0.562 4974 3372 0 0 0.625 5021 3418 0 0 0.562 2 interp_poly 61 -15 -46 -24 5005 3923 3 MP PP 5005 3923 0 0 0.562 4959 3899 0 0 0.562 5005 3923 0 0 0.562 2 interp_poly 4959 3899 0 0 0.562 5020 3884 0 0 0.562 4959 3899 0 0 0.562 2 interp_poly -47 -25 61 -15 4959 3899 3 MP PP 4959 3899 0 0 0.562 5020 3884 0 0 0.562 4959 3899 0 0 0.562 2 interp_poly 5020 3884 0 0 0.562 4973 3859 0 0 0.562 5020 3884 0 0 0.562 2 interp_poly -46 609 60 -17 4924 2431 3 MP PP 4924 2431 0.25 1 0.812 4984 2414 0.25 1 0.812 4924 2431 0.25 1 0.812 2 interp_poly 4984 2414 0.25 1 0.812 4938 3023 0 0 0.938 4984 2414 0.25 1 0.812 2 interp_poly -46 168 60 -58 4938 3023 3 MP PP 4938 3023 0 0 0.938 4998 2965 0 0.0625 1 4938 3023 0 0 0.938 2 interp_poly 4998 2965 0 0.0625 1 4952 3133 0 0 0.688 4998 2965 0 0.0625 1 2 interp_poly 60 -58 -46 609 4984 2414 3 MP PP 4984 2414 0.25 1 0.812 4938 3023 0 0 0.938 4984 2414 0.25 1 0.812 2 interp_poly 4938 3023 0 0 0.938 4998 2965 0 0.0625 1 4938 3023 0 0 0.938 2 interp_poly 61 -32 -47 -572 5003 3078 3 MP PP 5003 3078 0 0.0625 1 4956 2506 0.25 1 0.812 5003 3078 0 0.0625 1 2 interp_poly 4956 2506 0.25 1 0.812 5017 2474 0.25 1 0.812 4956 2506 0.25 1 0.812 2 interp_poly 60 -17 -46 541 4970 1890 3 MP PP 4970 1890 1 0.625 0 4924 2431 0.25 1 0.812 4970 1890 1 0.625 0 2 interp_poly 4924 2431 0.25 1 0.812 4984 2414 0.25 1 0.812 4924 2431 0.25 1 0.812 2 interp_poly -47 -584 61 -32 4956 2506 3 MP PP 4956 2506 0.25 1 0.812 5017 2474 0.25 1 0.812 4956 2506 0.25 1 0.812 2 interp_poly 5017 2474 0.25 1 0.812 4970 1890 1 0.625 0 5017 2474 0.25 1 0.812 2 interp_poly 60 -18 -46 -26 5001 3772 3 MP PP 5001 3772 0 0 0.562 4955 3746 0 0 0.562 5001 3772 0 0 0.562 2 interp_poly 4955 3746 0 0 0.562 5015 3728 0 0 0.562 4955 3746 0 0 0.562 2 interp_poly -46 -24 60 -18 4955 3746 3 MP PP 4955 3746 0 0 0.562 5015 3728 0 0 0.562 4955 3746 0 0 0.562 2 interp_poly 5015 3728 0 0 0.562 4969 3704 0 0 0.562 5015 3728 0 0 0.562 2 interp_poly 61 -13 -47 -21 4997 3627 3 MP PP 4997 3627 0 0 0.625 4950 3606 0 0 0.625 4997 3627 0 0 0.625 2 interp_poly 4950 3606 0 0 0.625 5011 3593 0 0 0.562 4950 3606 0 0 0.625 2 interp_poly -46 -21 61 -13 4950 3606 3 MP PP 4950 3606 0 0 0.625 5011 3593 0 0 0.562 4950 3606 0 0 0.625 2 interp_poly 5011 3593 0 0 0.562 4965 3572 0 0 0.562 5011 3593 0 0 0.562 2 interp_poly 61 -17 -47 -21 4996 4099 3 MP PP 4996 4099 0 0 0.562 4949 4078 0 0 0.562 4996 4099 0 0 0.562 2 interp_poly 4949 4078 0 0 0.562 5010 4061 0 0 0.562 4949 4078 0 0 0.562 2 interp_poly -47 -22 61 -17 4949 4078 3 MP PP 4949 4078 0 0 0.562 5010 4061 0 0 0.562 4949 4078 0 0 0.562 2 interp_poly 5010 4061 0 0 0.562 4963 4039 0 0 0.562 5010 4061 0 0 0.562 2 interp_poly 61 -15 -47 -24 4993 3500 3 MP PP 4993 3500 0 0 0.562 4946 3476 0 0 0.562 4993 3500 0 0 0.562 2 interp_poly 4946 3476 0 0 0.562 5007 3461 0 0 0.562 4946 3476 0 0 0.562 2 interp_poly -47 -32 61 -15 4946 3476 3 MP PP 4946 3476 0 0 0.562 5007 3461 0 0 0.562 4946 3476 0 0 0.562 2 interp_poly 5007 3461 0 0 0.562 4960 3429 0 0 0.625 5007 3461 0 0 0.562 2 interp_poly 60 -16 -46 -24 4991 3963 3 MP PP 4991 3963 0 0 0.562 4945 3939 0 0 0.562 4991 3963 0 0 0.562 2 interp_poly 4945 3939 0 0 0.562 5005 3923 0 0 0.562 4945 3939 0 0 0.562 2 interp_poly -46 -24 60 -16 4945 3939 3 MP PP 4945 3939 0 0 0.562 5005 3923 0 0 0.562 4945 3939 0 0 0.562 2 interp_poly 5005 3923 0 0 0.562 4959 3899 0 0 0.562 5005 3923 0 0 0.562 2 interp_poly 61 30 -47 -236 4989 3284 3 MP PP 4989 3284 0 0 0.75 4942 3048 0 0.188 1 4989 3284 0 0 0.75 2 interp_poly 4942 3048 0 0.188 1 5003 3078 0 0.0625 1 4942 3048 0 0.188 1 2 interp_poly -47 -572 61 30 4942 3048 3 MP PP 4942 3048 0 0.188 1 5003 3078 0 0.0625 1 4942 3048 0 0.188 1 2 interp_poly 5003 3078 0 0.0625 1 4956 2506 0.25 1 0.812 5003 3078 0 0.0625 1 2 interp_poly 60 -20 -46 -24 4987 3816 3 MP PP 4987 3816 0 0 0.562 4941 3792 0 0 0.562 4987 3816 0 0 0.562 2 interp_poly 4941 3792 0 0 0.562 5001 3772 0 0 0.562 4941 3792 0 0 0.562 2 interp_poly -46 -26 60 -20 4941 3792 3 MP PP 4941 3792 0 0 0.562 5001 3772 0 0 0.562 4941 3792 0 0 0.562 2 interp_poly 5001 3772 0 0 0.562 4955 3746 0 0 0.562 5001 3772 0 0 0.562 2 interp_poly 61 -12 -47 -25 4983 3664 3 MP PP 4983 3664 0 0 0.625 4936 3639 0 0 0.625 4983 3664 0 0 0.625 2 interp_poly 4936 3639 0 0 0.625 4997 3627 0 0 0.625 4936 3639 0 0 0.625 2 interp_poly -47 -21 61 -12 4936 3639 3 MP PP 4936 3639 0 0 0.625 4997 3627 0 0 0.625 4936 3639 0 0 0.625 2 interp_poly 4997 3627 0 0 0.625 4950 3606 0 0 0.625 4997 3627 0 0 0.625 2 interp_poly 61 -16 -46 -20 4981 4135 3 MP PP 4981 4135 0 0 0.562 4935 4115 0 0 0.562 4981 4135 0 0 0.562 2 interp_poly 4935 4115 0 0 0.562 4996 4099 0 0 0.562 4935 4115 0 0 0.562 2 interp_poly -47 -21 61 -16 4935 4115 3 MP PP 4935 4115 0 0 0.562 4996 4099 0 0 0.562 4935 4115 0 0 0.562 2 interp_poly 4996 4099 0 0 0.562 4949 4078 0 0 0.562 4996 4099 0 0 0.562 2 interp_poly 61 -13 -47 -21 4979 3534 3 MP PP 4979 3534 0 0 0.562 4932 3513 0 0 0.562 4979 3534 0 0 0.562 2 interp_poly 4932 3513 0 0 0.562 4993 3500 0 0 0.562 4932 3513 0 0 0.562 2 interp_poly -47 -24 61 -13 4932 3513 3 MP PP 4932 3513 0 0 0.562 4993 3500 0 0 0.562 4932 3513 0 0 0.562 2 interp_poly 4993 3500 0 0 0.562 4946 3476 0 0 0.562 4993 3500 0 0 0.562 2 interp_poly 60 -16 -46 -22 4977 4001 3 MP PP 4977 4001 0 0 0.562 4931 3979 0 0 0.562 4977 4001 0 0 0.562 2 interp_poly 4931 3979 0 0 0.562 4991 3963 0 0 0.562 4931 3979 0 0 0.562 2 interp_poly -46 -24 60 -16 4931 3979 3 MP PP 4931 3979 0 0 0.562 4991 3963 0 0 0.562 4931 3979 0 0 0.562 2 interp_poly 4991 3963 0 0 0.562 4945 3939 0 0 0.562 4991 3963 0 0 0.562 2 interp_poly 61 10 -46 -98 4974 3372 3 MP PP 4974 3372 0 0 0.625 4928 3274 0 0 0.812 4974 3372 0 0 0.625 2 interp_poly 4928 3274 0 0 0.812 4989 3284 0 0 0.75 4928 3274 0 0 0.812 2 interp_poly -47 18 61 -38 4891 3171 3 MP PP 4891 3171 0 0 0.625 4952 3133 0 0 0.688 4891 3171 0 0 0.625 2 interp_poly 4952 3133 0 0 0.688 4905 3151 0 0 0.562 4952 3133 0 0 0.688 2 interp_poly -46 -15 60 -22 4845 3173 3 MP PP 4845 3173 0 0 0.562 4905 3151 0 0 0.562 4845 3173 0 0 0.562 2 interp_poly 4905 3151 0 0 0.562 4859 3136 0 0 0.562 4905 3151 0 0 0.562 2 interp_poly 60 -22 -46 2 4891 3171 3 MP PP 4891 3171 0 0 0.625 4845 3173 0 0 0.562 4891 3171 0 0 0.625 2 interp_poly 4845 3173 0 0 0.562 4905 3151 0 0 0.562 4845 3173 0 0 0.562 2 interp_poly 61 -38 -47 148 4938 3023 3 MP PP 4938 3023 0 0 0.938 4891 3171 0 0 0.625 4938 3023 0 0 0.938 2 interp_poly 4891 3171 0 0 0.625 4952 3133 0 0 0.688 4891 3171 0 0 0.625 2 interp_poly -47 -236 61 10 4928 3274 3 MP PP 4928 3274 0 0 0.812 4989 3284 0 0 0.75 4928 3274 0 0 0.812 2 interp_poly 4989 3284 0 0 0.75 4942 3048 0 0.188 1 4989 3284 0 0 0.75 2 interp_poly 60 -18 -46 -25 4973 3859 3 MP PP 4973 3859 0 0 0.562 4927 3834 0 0 0.562 4973 3859 0 0 0.562 2 interp_poly 4927 3834 0 0 0.562 4987 3816 0 0 0.562 4927 3834 0 0 0.562 2 interp_poly -46 -24 60 -18 4927 3834 3 MP PP 4927 3834 0 0 0.562 4987 3816 0 0 0.562 4927 3834 0 0 0.562 2 interp_poly 4987 3816 0 0 0.562 4941 3792 0 0 0.562 4987 3816 0 0 0.562 2 interp_poly 61 -14 -47 -26 4969 3704 3 MP PP 4969 3704 0 0 0.562 4922 3678 0 0 0.625 4969 3704 0 0 0.562 2 interp_poly 4922 3678 0 0 0.625 4983 3664 0 0 0.625 4922 3678 0 0 0.625 2 interp_poly -47 -25 61 -14 4922 3678 3 MP PP 4922 3678 0 0 0.625 4983 3664 0 0 0.625 4922 3678 0 0 0.625 2 interp_poly 4983 3664 0 0 0.625 4936 3639 0 0 0.625 4983 3664 0 0 0.625 2 interp_poly -46 -20 60 -15 4921 4150 3 MP PP 4921 4150 0 0 0.562 4981 4135 0 0 0.562 4921 4150 0 0 0.562 2 interp_poly 4981 4135 0 0 0.562 4935 4115 0 0 0.562 4981 4135 0 0 0.562 2 interp_poly 61 -16 -47 -22 4965 3572 3 MP PP 4965 3572 0 0 0.562 4918 3550 0 0 0.562 4965 3572 0 0 0.562 2 interp_poly 4918 3550 0 0 0.562 4979 3534 0 0 0.562 4918 3550 0 0 0.562 2 interp_poly -47 -21 61 -16 4918 3550 3 MP PP 4918 3550 0 0 0.562 4979 3534 0 0 0.562 4918 3550 0 0 0.562 2 interp_poly 4979 3534 0 0 0.562 4932 3513 0 0 0.562 4979 3534 0 0 0.562 2 interp_poly 60 -16 -46 -22 4963 4039 3 MP PP 4963 4039 0 0 0.562 4917 4017 0 0 0.562 4963 4039 0 0 0.562 2 interp_poly 4917 4017 0 0 0.562 4977 4001 0 0 0.562 4917 4017 0 0 0.562 2 interp_poly -46 -22 60 -16 4917 4017 3 MP PP 4917 4017 0 0 0.562 4977 4001 0 0 0.562 4917 4017 0 0 0.562 2 interp_poly 4977 4001 0 0 0.562 4931 3979 0 0 0.562 4977 4001 0 0 0.562 2 interp_poly 60 -5 -46 -52 4960 3429 3 MP PP 4960 3429 0 0 0.625 4914 3377 0 0 0.688 4960 3429 0 0 0.625 2 interp_poly 4914 3377 0 0 0.688 4974 3372 0 0 0.625 4914 3377 0 0 0.688 2 interp_poly -46 -98 60 -5 4914 3377 3 MP PP 4914 3377 0 0 0.688 4974 3372 0 0 0.625 4914 3377 0 0 0.688 2 interp_poly 4974 3372 0 0 0.625 4928 3274 0 0 0.812 4974 3372 0 0 0.625 2 interp_poly 61 -17 -47 -23 4959 3899 3 MP PP 4959 3899 0 0 0.562 4912 3876 0 0 0.562 4959 3899 0 0 0.562 2 interp_poly 4912 3876 0 0 0.562 4973 3859 0 0 0.562 4912 3876 0 0 0.562 2 interp_poly -46 -25 61 -17 4912 3876 3 MP PP 4912 3876 0 0 0.562 4973 3859 0 0 0.562 4912 3876 0 0 0.562 2 interp_poly 4973 3859 0 0 0.562 4927 3834 0 0 0.562 4973 3859 0 0 0.562 2 interp_poly -46 541 60 -154 4910 2044 3 MP PP 4910 2044 1 0.938 0 4970 1890 1 0.625 0 4910 2044 1 0.938 0 2 interp_poly 4970 1890 1 0.625 0 4924 2431 0.25 1 0.812 4970 1890 1 0.625 0 2 interp_poly 60 -154 -46 -462 4956 2506 3 MP PP 4956 2506 0.25 1 0.812 4910 2044 1 0.938 0 4956 2506 0.25 1 0.812 2 interp_poly 4910 2044 1 0.938 0 4970 1890 1 0.625 0 4910 2044 1 0.938 0 2 interp_poly 61 -15 -47 -27 4955 3746 3 MP PP 4955 3746 0 0 0.562 4908 3719 0 0 0.625 4955 3746 0 0 0.562 2 interp_poly 4908 3719 0 0 0.625 4969 3704 0 0 0.562 4908 3719 0 0 0.625 2 interp_poly -47 -26 61 -15 4908 3719 3 MP PP 4908 3719 0 0 0.625 4969 3704 0 0 0.562 4908 3719 0 0 0.625 2 interp_poly 4969 3704 0 0 0.562 4922 3678 0 0 0.625 4969 3704 0 0 0.562 2 interp_poly 61 -15 -46 -19 4950 3606 3 MP PP 4950 3606 0 0 0.625 4904 3587 0 0 0.562 4950 3606 0 0 0.625 2 interp_poly 4904 3587 0 0 0.562 4965 3572 0 0 0.562 4904 3587 0 0 0.562 2 interp_poly -47 -22 61 -15 4904 3587 3 MP PP 4904 3587 0 0 0.562 4965 3572 0 0 0.562 4904 3587 0 0 0.562 2 interp_poly 4965 3572 0 0 0.562 4918 3550 0 0 0.562 4965 3572 0 0 0.562 2 interp_poly 60 -16 -46 -23 4949 4078 3 MP PP 4949 4078 0 0 0.562 4903 4055 0 0 0.562 4949 4078 0 0 0.562 2 interp_poly 4903 4055 0 0 0.562 4963 4039 0 0 0.562 4903 4055 0 0 0.562 2 interp_poly -46 -22 60 -16 4903 4055 3 MP PP 4903 4055 0 0 0.562 4963 4039 0 0 0.562 4903 4055 0 0 0.562 2 interp_poly 4963 4039 0 0 0.562 4917 4017 0 0 0.562 4963 4039 0 0 0.562 2 interp_poly 60 -14 -46 -33 4946 3476 3 MP PP 4946 3476 0 0 0.562 4900 3443 0 0 0.625 4946 3476 0 0 0.562 2 interp_poly 4900 3443 0 0 0.625 4960 3429 0 0 0.625 4900 3443 0 0 0.625 2 interp_poly -46 -52 60 -14 4900 3443 3 MP PP 4900 3443 0 0 0.625 4960 3429 0 0 0.625 4900 3443 0 0 0.625 2 interp_poly 4960 3429 0 0 0.625 4914 3377 0 0 0.688 4960 3429 0 0 0.625 2 interp_poly 61 -14 -47 -26 4945 3939 3 MP PP 4945 3939 0 0 0.562 4898 3913 0 0 0.562 4945 3939 0 0 0.562 2 interp_poly 4898 3913 0 0 0.562 4959 3899 0 0 0.562 4898 3913 0 0 0.562 2 interp_poly -47 -23 61 -14 4898 3913 3 MP PP 4898 3913 0 0 0.562 4959 3899 0 0 0.562 4898 3913 0 0 0.562 2 interp_poly 4959 3899 0 0 0.562 4912 3876 0 0 0.562 4959 3899 0 0 0.562 2 interp_poly -47 594 61 -32 4863 2463 3 MP PP 4863 2463 0.25 1 0.812 4924 2431 0.25 1 0.812 4863 2463 0.25 1 0.812 2 interp_poly 4924 2431 0.25 1 0.812 4877 3025 0 0 1 4924 2431 0.25 1 0.812 2 interp_poly 61 -2 -47 594 4924 2431 3 MP PP 4924 2431 0.25 1 0.812 4877 3025 0 0 1 4924 2431 0.25 1 0.812 2 interp_poly 4877 3025 0 0 1 4938 3023 0 0 0.938 4877 3025 0 0 1 2 interp_poly 60 -47 -46 -495 4942 3048 3 MP PP 4942 3048 0 0.188 1 4896 2553 0.188 1 0.875 4942 3048 0 0.188 1 2 interp_poly 4896 2553 0.188 1 0.875 4956 2506 0.25 1 0.812 4896 2553 0.188 1 0.875 2 interp_poly 61 -32 -47 419 4910 2044 3 MP PP 4910 2044 1 0.938 0 4863 2463 0.25 1 0.812 4910 2044 1 0.938 0 2 interp_poly 4863 2463 0.25 1 0.812 4924 2431 0.25 1 0.812 4863 2463 0.25 1 0.812 2 interp_poly -46 -462 60 -47 4896 2553 3 MP PP 4896 2553 0.188 1 0.875 4956 2506 0.25 1 0.812 4896 2553 0.188 1 0.875 2 interp_poly 4956 2506 0.25 1 0.812 4910 2044 1 0.938 0 4956 2506 0.25 1 0.812 2 interp_poly 61 -20 -47 -26 4941 3792 3 MP PP 4941 3792 0 0 0.562 4894 3766 0 0 0.562 4941 3792 0 0 0.562 2 interp_poly 4894 3766 0 0 0.562 4955 3746 0 0 0.562 4894 3766 0 0 0.562 2 interp_poly -47 -27 61 -20 4894 3766 3 MP PP 4894 3766 0 0 0.562 4955 3746 0 0 0.562 4894 3766 0 0 0.562 2 interp_poly 4955 3746 0 0 0.562 4908 3719 0 0 0.625 4955 3746 0 0 0.562 2 interp_poly 60 -13 -46 -20 4936 3639 3 MP PP 4936 3639 0 0 0.625 4890 3619 0 0 0.625 4936 3639 0 0 0.625 2 interp_poly 4890 3619 0 0 0.625 4950 3606 0 0 0.625 4890 3619 0 0 0.625 2 interp_poly -46 -19 60 -13 4890 3619 3 MP PP 4890 3619 0 0 0.625 4950 3606 0 0 0.625 4890 3619 0 0 0.625 2 interp_poly 4950 3606 0 0 0.625 4904 3587 0 0 0.562 4950 3606 0 0 0.625 2 interp_poly 61 -16 -47 -21 4935 4115 3 MP PP 4935 4115 0 0 0.562 4888 4094 0 0 0.562 4935 4115 0 0 0.562 2 interp_poly 4888 4094 0 0 0.562 4949 4078 0 0 0.562 4888 4094 0 0 0.562 2 interp_poly -46 -23 61 -16 4888 4094 3 MP PP 4888 4094 0 0 0.562 4949 4078 0 0 0.562 4888 4094 0 0 0.562 2 interp_poly 4949 4078 0 0 0.562 4903 4055 0 0 0.562 4949 4078 0 0 0.562 2 interp_poly 60 -13 -46 -24 4932 3513 3 MP PP 4932 3513 0 0 0.562 4886 3489 0 0 0.562 4932 3513 0 0 0.562 2 interp_poly 4886 3489 0 0 0.562 4946 3476 0 0 0.562 4886 3489 0 0 0.562 2 interp_poly -46 -33 60 -13 4886 3489 3 MP PP 4886 3489 0 0 0.562 4946 3476 0 0 0.562 4886 3489 0 0 0.562 2 interp_poly 4946 3476 0 0 0.562 4900 3443 0 0 0.625 4946 3476 0 0 0.562 2 interp_poly 61 -16 -47 -24 4931 3979 3 MP PP 4931 3979 0 0 0.562 4884 3955 0 0 0.562 4931 3979 0 0 0.562 2 interp_poly 4884 3955 0 0 0.562 4945 3939 0 0 0.562 4884 3955 0 0 0.562 2 interp_poly -47 -26 61 -16 4884 3955 3 MP PP 4884 3955 0 0 0.562 4945 3939 0 0 0.562 4884 3955 0 0 0.562 2 interp_poly 4945 3939 0 0 0.562 4898 3913 0 0 0.562 4945 3939 0 0 0.562 2 interp_poly -47 148 61 -2 4877 3025 3 MP PP 4877 3025 0 0 1 4938 3023 0 0 0.938 4877 3025 0 0 1 2 interp_poly 4938 3023 0 0 0.938 4891 3171 0 0 0.625 4938 3023 0 0 0.938 2 interp_poly 61 15 -47 -241 4928 3274 3 MP PP 4928 3274 0 0 0.812 4881 3033 0 0.25 1 4928 3274 0 0 0.812 2 interp_poly 4881 3033 0 0.25 1 4942 3048 0 0.188 1 4881 3033 0 0.25 1 2 interp_poly -46 -495 61 15 4881 3033 3 MP PP 4881 3033 0 0.25 1 4942 3048 0 0.188 1 4881 3033 0 0.25 1 2 interp_poly 4942 3048 0 0.188 1 4896 2553 0.188 1 0.875 4942 3048 0 0.188 1 2 interp_poly 61 -19 -47 -23 4927 3834 3 MP PP 4927 3834 0 0 0.562 4880 3811 0 0 0.562 4927 3834 0 0 0.562 2 interp_poly 4880 3811 0 0 0.562 4941 3792 0 0 0.562 4880 3811 0 0 0.562 2 interp_poly -47 -26 61 -19 4880 3811 3 MP PP 4880 3811 0 0 0.562 4941 3792 0 0 0.562 4880 3811 0 0 0.562 2 interp_poly 4941 3792 0 0 0.562 4894 3766 0 0 0.562 4941 3792 0 0 0.562 2 interp_poly 60 -14 -46 -25 4922 3678 3 MP PP 4922 3678 0 0 0.625 4876 3653 0 0 0.625 4922 3678 0 0 0.625 2 interp_poly 4876 3653 0 0 0.625 4936 3639 0 0 0.625 4876 3653 0 0 0.625 2 interp_poly -46 -20 60 -14 4876 3653 3 MP PP 4876 3653 0 0 0.625 4936 3639 0 0 0.625 4876 3653 0 0 0.625 2 interp_poly 4936 3639 0 0 0.625 4890 3619 0 0 0.625 4936 3639 0 0 0.625 2 interp_poly 61 -16 -47 -19 4921 4150 3 MP PP 4921 4150 0 0 0.562 4874 4131 0 0 0.562 4921 4150 0 0 0.562 2 interp_poly 4874 4131 0 0 0.562 4935 4115 0 0 0.562 4874 4131 0 0 0.562 2 interp_poly -47 -21 61 -16 4874 4131 3 MP PP 4874 4131 0 0 0.562 4935 4115 0 0 0.562 4874 4131 0 0 0.562 2 interp_poly 4935 4115 0 0 0.562 4888 4094 0 0 0.562 4935 4115 0 0 0.562 2 interp_poly 60 -14 -46 -23 4918 3550 3 MP PP 4918 3550 0 0 0.562 4872 3527 0 0 0.562 4918 3550 0 0 0.562 2 interp_poly 4872 3527 0 0 0.562 4932 3513 0 0 0.562 4872 3527 0 0 0.562 2 interp_poly -46 -24 60 -14 4872 3527 3 MP PP 4872 3527 0 0 0.562 4932 3513 0 0 0.562 4872 3527 0 0 0.562 2 interp_poly 4932 3513 0 0 0.562 4886 3489 0 0 0.562 4932 3513 0 0 0.562 2 interp_poly 61 -16 -47 -22 4917 4017 3 MP PP 4917 4017 0 0 0.562 4870 3995 0 0 0.562 4917 4017 0 0 0.562 2 interp_poly 4870 3995 0 0 0.562 4931 3979 0 0 0.562 4870 3995 0 0 0.562 2 interp_poly -47 -24 61 -16 4870 3995 3 MP PP 4870 3995 0 0 0.562 4931 3979 0 0 0.562 4870 3995 0 0 0.562 2 interp_poly 4931 3979 0 0 0.562 4884 3955 0 0 0.562 4931 3979 0 0 0.562 2 interp_poly 61 3 -47 -106 4914 3377 3 MP PP 4914 3377 0 0 0.688 4867 3271 0 0 0.812 4914 3377 0 0 0.688 2 interp_poly 4867 3271 0 0 0.812 4928 3274 0 0 0.812 4867 3271 0 0 0.812 2 interp_poly -46 2 60 -11 4831 3182 3 MP PP 4831 3182 0 0 0.625 4891 3171 0 0 0.625 4831 3182 0 0 0.625 2 interp_poly 4891 3171 0 0 0.625 4845 3173 0 0 0.562 4891 3171 0 0 0.625 2 interp_poly -47 -20 61 -15 4784 3188 3 MP PP 4784 3188 0 0 0.562 4845 3173 0 0 0.562 4784 3188 0 0 0.562 2 interp_poly 4845 3173 0 0 0.562 4798 3153 0 0 0.562 4845 3173 0 0 0.562 2 interp_poly 61 -15 -47 6 4831 3182 3 MP PP 4831 3182 0 0 0.625 4784 3188 0 0 0.562 4831 3182 0 0 0.625 2 interp_poly 4784 3188 0 0 0.562 4845 3173 0 0 0.562 4784 3188 0 0 0.562 2 interp_poly -47 -21 61 -17 4798 3153 3 MP PP 4798 3153 0 0 0.562 4859 3136 0 0 0.562 4798 3153 0 0 0.562 2 interp_poly 4859 3136 0 0 0.562 4812 3115 0 0 0.562 4859 3136 0 0 0.562 2 interp_poly 61 -17 -47 -20 4845 3173 3 MP PP 4845 3173 0 0 0.562 4798 3153 0 0 0.562 4845 3173 0 0 0.562 2 interp_poly 4798 3153 0 0 0.562 4859 3136 0 0 0.562 4798 3153 0 0 0.562 2 interp_poly 60 -11 -46 157 4877 3025 3 MP PP 4877 3025 0 0 1 4831 3182 0 0 0.625 4877 3025 0 0 1 2 interp_poly 4831 3182 0 0 0.625 4891 3171 0 0 0.625 4831 3182 0 0 0.625 2 interp_poly -47 -241 61 3 4867 3271 3 MP PP 4867 3271 0 0 0.812 4928 3274 0 0 0.812 4867 3271 0 0 0.812 2 interp_poly 4928 3274 0 0 0.812 4881 3033 0 0.25 1 4928 3274 0 0 0.812 2 interp_poly 61 -18 -46 -24 4912 3876 3 MP PP 4912 3876 0 0 0.562 4866 3852 0 0 0.562 4912 3876 0 0 0.562 2 interp_poly 4866 3852 0 0 0.562 4927 3834 0 0 0.562 4866 3852 0 0 0.562 2 interp_poly -47 -23 61 -18 4866 3852 3 MP PP 4866 3852 0 0 0.562 4927 3834 0 0 0.562 4866 3852 0 0 0.562 2 interp_poly 4927 3834 0 0 0.562 4880 3811 0 0 0.562 4927 3834 0 0 0.562 2 interp_poly 60 -13 -46 -28 4908 3719 3 MP PP 4908 3719 0 0 0.625 4862 3691 0 0 0.625 4908 3719 0 0 0.625 2 interp_poly 4862 3691 0 0 0.625 4922 3678 0 0 0.625 4862 3691 0 0 0.625 2 interp_poly -46 -25 60 -13 4862 3691 3 MP PP 4862 3691 0 0 0.625 4922 3678 0 0 0.625 4862 3691 0 0 0.625 2 interp_poly 4922 3678 0 0 0.625 4876 3653 0 0 0.625 4922 3678 0 0 0.625 2 interp_poly -47 -19 61 -16 4860 4166 3 MP PP 4860 4166 0 0 0.562 4921 4150 0 0 0.562 4860 4166 0 0 0.562 2 interp_poly 4921 4150 0 0 0.562 4874 4131 0 0 0.562 4921 4150 0 0 0.562 2 interp_poly 61 -17 -47 -20 4904 3587 3 MP PP 4904 3587 0 0 0.562 4857 3567 0 0 0.562 4904 3587 0 0 0.562 2 interp_poly 4857 3567 0 0 0.562 4918 3550 0 0 0.562 4857 3567 0 0 0.562 2 interp_poly -46 -23 61 -17 4857 3567 3 MP PP 4857 3567 0 0 0.562 4918 3550 0 0 0.562 4857 3567 0 0 0.562 2 interp_poly 4918 3550 0 0 0.562 4872 3527 0 0 0.562 4918 3550 0 0 0.562 2 interp_poly 61 -17 -47 -21 4903 4055 3 MP PP 4903 4055 0 0 0.562 4856 4034 0 0 0.562 4903 4055 0 0 0.562 2 interp_poly 4856 4034 0 0 0.562 4917 4017 0 0 0.562 4856 4034 0 0 0.562 2 interp_poly -47 -22 61 -17 4856 4034 3 MP PP 4856 4034 0 0 0.562 4917 4017 0 0 0.562 4856 4034 0 0 0.562 2 interp_poly 4917 4017 0 0 0.562 4870 3995 0 0 0.562 4917 4017 0 0 0.562 2 interp_poly 61 -12 -47 -54 4900 3443 3 MP PP 4900 3443 0 0 0.625 4853 3389 0 0 0.688 4900 3443 0 0 0.625 2 interp_poly 4853 3389 0 0 0.688 4914 3377 0 0 0.688 4853 3389 0 0 0.688 2 interp_poly -47 -106 61 -12 4853 3389 3 MP PP 4853 3389 0 0 0.688 4914 3377 0 0 0.688 4853 3389 0 0 0.688 2 interp_poly 4914 3377 0 0 0.688 4867 3271 0 0 0.812 4914 3377 0 0 0.688 2 interp_poly 60 -14 -46 -23 4898 3913 3 MP PP 4898 3913 0 0 0.562 4852 3890 0 0 0.562 4898 3913 0 0 0.562 2 interp_poly 4852 3890 0 0 0.562 4912 3876 0 0 0.562 4852 3890 0 0 0.562 2 interp_poly -46 -24 60 -14 4852 3890 3 MP PP 4852 3890 0 0 0.562 4912 3876 0 0 0.562 4852 3890 0 0 0.562 2 interp_poly 4912 3876 0 0 0.562 4866 3852 0 0 0.562 4912 3876 0 0 0.562 2 interp_poly -47 419 61 -148 4849 2192 3 MP PP 4849 2192 0.875 1 0.188 4910 2044 1 0.938 0 4849 2192 0.875 1 0.188 2 interp_poly 4910 2044 1 0.938 0 4863 2463 0.25 1 0.812 4910 2044 1 0.938 0 2 interp_poly 61 -148 -47 -361 4896 2553 3 MP PP 4896 2553 0.188 1 0.875 4849 2192 0.875 1 0.188 4896 2553 0.188 1 0.875 2 interp_poly 4849 2192 0.875 1 0.188 4910 2044 1 0.938 0 4849 2192 0.875 1 0.188 2 interp_poly 60 -16 -46 -31 4894 3766 3 MP PP 4894 3766 0 0 0.562 4848 3735 0 0 0.625 4894 3766 0 0 0.562 2 interp_poly 4848 3735 0 0 0.625 4908 3719 0 0 0.625 4848 3735 0 0 0.625 2 interp_poly -46 -28 60 -16 4848 3735 3 MP PP 4848 3735 0 0 0.625 4908 3719 0 0 0.625 4848 3735 0 0 0.625 2 interp_poly 4908 3719 0 0 0.625 4862 3691 0 0 0.625 4908 3719 0 0 0.625 2 interp_poly 61 -15 -47 -17 4890 3619 3 MP PP 4890 3619 0 0 0.625 4843 3602 0 0 0.562 4890 3619 0 0 0.625 2 interp_poly 4843 3602 0 0 0.562 4904 3587 0 0 0.562 4843 3602 0 0 0.562 2 interp_poly -47 -20 61 -15 4843 3602 3 MP PP 4843 3602 0 0 0.562 4904 3587 0 0 0.562 4843 3602 0 0 0.562 2 interp_poly 4904 3587 0 0 0.562 4857 3567 0 0 0.562 4904 3587 0 0 0.562 2 interp_poly 61 -17 -46 -22 4888 4094 3 MP PP 4888 4094 0 0 0.562 4842 4072 0 0 0.562 4888 4094 0 0 0.562 2 interp_poly 4842 4072 0 0 0.562 4903 4055 0 0 0.562 4842 4072 0 0 0.562 2 interp_poly -47 -21 61 -17 4842 4072 3 MP PP 4842 4072 0 0 0.562 4903 4055 0 0 0.562 4842 4072 0 0 0.562 2 interp_poly 4903 4055 0 0 0.562 4856 4034 0 0 0.562 4903 4055 0 0 0.562 2 interp_poly 61 -15 -47 -31 4886 3489 3 MP PP 4886 3489 0 0 0.562 4839 3458 0 0 0.625 4886 3489 0 0 0.562 2 interp_poly 4839 3458 0 0 0.625 4900 3443 0 0 0.625 4839 3458 0 0 0.625 2 interp_poly -47 -54 61 -15 4839 3458 3 MP PP 4839 3458 0 0 0.625 4900 3443 0 0 0.625 4839 3458 0 0 0.625 2 interp_poly 4900 3443 0 0 0.625 4853 3389 0 0 0.688 4900 3443 0 0 0.625 2 interp_poly 60 -17 -46 -25 4884 3955 3 MP PP 4884 3955 0 0 0.562 4838 3930 0 0 0.562 4884 3955 0 0 0.562 2 interp_poly 4838 3930 0 0 0.562 4898 3913 0 0 0.562 4838 3930 0 0 0.562 2 interp_poly -46 -23 60 -17 4838 3930 3 MP PP 4838 3930 0 0 0.562 4898 3913 0 0 0.562 4838 3930 0 0 0.562 2 interp_poly 4898 3913 0 0 0.562 4852 3890 0 0 0.562 4898 3913 0 0 0.562 2 interp_poly -46 529 60 -47 4803 2510 3 MP PP 4803 2510 0.188 1 0.875 4863 2463 0.25 1 0.812 4803 2510 0.188 1 0.875 2 interp_poly 4863 2463 0.25 1 0.812 4817 2992 0 0.0625 1 4863 2463 0.25 1 0.812 2 interp_poly 60 33 -46 529 4863 2463 3 MP PP 4863 2463 0.25 1 0.812 4817 2992 0 0.0625 1 4863 2463 0.25 1 0.812 2 interp_poly 4817 2992 0 0.0625 1 4877 3025 0 0 1 4817 2992 0 0.0625 1 2 interp_poly 61 -44 -46 -436 4881 3033 3 MP PP 4881 3033 0 0.25 1 4835 2597 0.125 1 0.938 4881 3033 0 0.25 1 2 interp_poly 4835 2597 0.125 1 0.938 4896 2553 0.188 1 0.875 4835 2597 0.125 1 0.938 2 interp_poly 60 -47 -46 318 4849 2192 3 MP PP 4849 2192 0.875 1 0.188 4803 2510 0.188 1 0.875 4849 2192 0.875 1 0.188 2 interp_poly 4803 2510 0.188 1 0.875 4863 2463 0.25 1 0.812 4803 2510 0.188 1 0.875 2 interp_poly -47 -361 61 -44 4835 2597 3 MP PP 4835 2597 0.125 1 0.938 4896 2553 0.188 1 0.875 4835 2597 0.125 1 0.938 2 interp_poly 4896 2553 0.188 1 0.875 4849 2192 0.875 1 0.188 4896 2553 0.188 1 0.875 2 interp_poly 60 -19 -46 -26 4880 3811 3 MP PP 4880 3811 0 0 0.562 4834 3785 0 0 0.562 4880 3811 0 0 0.562 2 interp_poly 4834 3785 0 0 0.562 4894 3766 0 0 0.562 4834 3785 0 0 0.562 2 interp_poly -46 -31 60 -19 4834 3785 3 MP PP 4834 3785 0 0 0.562 4894 3766 0 0 0.562 4834 3785 0 0 0.562 2 interp_poly 4894 3766 0 0 0.562 4848 3735 0 0 0.625 4894 3766 0 0 0.562 2 interp_poly 61 -14 -47 -20 4876 3653 3 MP PP 4876 3653 0 0 0.625 4829 3633 0 0 0.625 4876 3653 0 0 0.625 2 interp_poly 4829 3633 0 0 0.625 4890 3619 0 0 0.625 4829 3633 0 0 0.625 2 interp_poly -47 -17 61 -14 4829 3633 3 MP PP 4829 3633 0 0 0.625 4890 3619 0 0 0.625 4829 3633 0 0 0.625 2 interp_poly 4890 3619 0 0 0.625 4843 3602 0 0 0.562 4890 3619 0 0 0.625 2 interp_poly 60 -16 -46 -21 4874 4131 3 MP PP 4874 4131 0 0 0.562 4828 4110 0 0 0.562 4874 4131 0 0 0.562 2 interp_poly 4828 4110 0 0 0.562 4888 4094 0 0 0.562 4828 4110 0 0 0.562 2 interp_poly -46 -22 60 -16 4828 4110 3 MP PP 4828 4110 0 0 0.562 4888 4094 0 0 0.562 4828 4110 0 0 0.562 2 interp_poly 4888 4094 0 0 0.562 4842 4072 0 0 0.562 4888 4094 0 0 0.562 2 interp_poly 61 -13 -47 -25 4872 3527 3 MP PP 4872 3527 0 0 0.562 4825 3502 0 0 0.625 4872 3527 0 0 0.562 2 interp_poly 4825 3502 0 0 0.625 4886 3489 0 0 0.562 4825 3502 0 0 0.625 2 interp_poly -47 -31 61 -13 4825 3502 3 MP PP 4825 3502 0 0 0.625 4886 3489 0 0 0.562 4825 3502 0 0 0.625 2 interp_poly 4886 3489 0 0 0.562 4839 3458 0 0 0.625 4886 3489 0 0 0.562 2 interp_poly 60 -15 -46 -25 4870 3995 3 MP PP 4870 3995 0 0 0.562 4824 3970 0 0 0.562 4870 3995 0 0 0.562 2 interp_poly 4824 3970 0 0 0.562 4884 3955 0 0 0.562 4824 3970 0 0 0.562 2 interp_poly -46 -25 60 -15 4824 3970 3 MP PP 4824 3970 0 0 0.562 4884 3955 0 0 0.562 4824 3970 0 0 0.562 2 interp_poly 4884 3955 0 0 0.562 4838 3930 0 0 0.562 4884 3955 0 0 0.562 2 interp_poly -46 157 60 33 4817 2992 3 MP PP 4817 2992 0 0.0625 1 4877 3025 0 0 1 4817 2992 0 0.0625 1 2 interp_poly 4877 3025 0 0 1 4831 3182 0 0 0.625 4877 3025 0 0 1 2 interp_poly 60 -3 -46 -235 4867 3271 3 MP PP 4867 3271 0 0 0.812 4821 3036 0 0.25 1 4867 3271 0 0 0.812 2 interp_poly 4821 3036 0 0.25 1 4881 3033 0 0.25 1 4821 3036 0 0.25 1 2 interp_poly -46 -436 60 -3 4821 3036 3 MP PP 4821 3036 0 0.25 1 4881 3033 0 0.25 1 4821 3036 0 0.25 1 2 interp_poly 4881 3033 0 0.25 1 4835 2597 0.125 1 0.938 4881 3033 0 0.25 1 2 interp_poly 61 -17 -47 -24 4866 3852 3 MP PP 4866 3852 0 0 0.562 4819 3828 0 0 0.562 4866 3852 0 0 0.562 2 interp_poly 4819 3828 0 0 0.562 4880 3811 0 0 0.562 4819 3828 0 0 0.562 2 interp_poly -46 -26 61 -17 4819 3828 3 MP PP 4819 3828 0 0 0.562 4880 3811 0 0 0.562 4819 3828 0 0 0.562 2 interp_poly 4880 3811 0 0 0.562 4834 3785 0 0 0.562 4880 3811 0 0 0.562 2 interp_poly 61 -15 -47 -23 4862 3691 3 MP PP 4862 3691 0 0 0.625 4815 3668 0 0 0.625 4862 3691 0 0 0.625 2 interp_poly 4815 3668 0 0 0.625 4876 3653 0 0 0.625 4815 3668 0 0 0.625 2 interp_poly -47 -20 61 -15 4815 3668 3 MP PP 4815 3668 0 0 0.625 4876 3653 0 0 0.625 4815 3668 0 0 0.625 2 interp_poly 4876 3653 0 0 0.625 4829 3633 0 0 0.625 4876 3653 0 0 0.625 2 interp_poly 60 -16 -46 -19 4860 4166 3 MP PP 4860 4166 0 0 0.562 4814 4147 0 0 0.562 4860 4166 0 0 0.562 2 interp_poly 4814 4147 0 0 0.562 4874 4131 0 0 0.562 4814 4147 0 0 0.562 2 interp_poly -46 -21 60 -16 4814 4147 3 MP PP 4814 4147 0 0 0.562 4874 4131 0 0 0.562 4814 4147 0 0 0.562 2 interp_poly 4874 4131 0 0 0.562 4828 4110 0 0 0.562 4874 4131 0 0 0.562 2 interp_poly 61 -16 -46 -24 4857 3567 3 MP PP 4857 3567 0 0 0.562 4811 3543 0 0 0.562 4857 3567 0 0 0.562 2 interp_poly 4811 3543 0 0 0.562 4872 3527 0 0 0.562 4811 3543 0 0 0.562 2 interp_poly -47 -25 61 -16 4811 3543 3 MP PP 4811 3543 0 0 0.562 4872 3527 0 0 0.562 4811 3543 0 0 0.562 2 interp_poly 4872 3527 0 0 0.562 4825 3502 0 0 0.625 4872 3527 0 0 0.562 2 interp_poly 60 -16 -46 -23 4856 4034 3 MP PP 4856 4034 0 0 0.562 4810 4011 0 0 0.562 4856 4034 0 0 0.562 2 interp_poly 4810 4011 0 0 0.562 4870 3995 0 0 0.562 4810 4011 0 0 0.562 2 interp_poly -46 -25 60 -16 4810 4011 3 MP PP 4810 4011 0 0 0.562 4870 3995 0 0 0.562 4810 4011 0 0 0.562 2 interp_poly 4870 3995 0 0 0.562 4824 3970 0 0 0.562 4870 3995 0 0 0.562 2 interp_poly 60 -8 -46 -110 4853 3389 3 MP PP 4853 3389 0 0 0.688 4807 3279 0 0 0.875 4853 3389 0 0 0.688 2 interp_poly 4807 3279 0 0 0.875 4867 3271 0 0 0.812 4807 3279 0 0 0.875 2 interp_poly 60 -16 -46 -19 4784 3188 3 MP PP 4784 3188 0 0 0.562 4738 3169 0 0 0.562 4784 3188 0 0 0.562 2 interp_poly 4738 3169 0 0 0.562 4798 3153 0 0 0.562 4738 3169 0 0 0.562 2 interp_poly -47 6 61 9 4770 3173 3 MP PP 4770 3173 0 0 0.688 4831 3182 0 0 0.625 4770 3173 0 0 0.688 2 interp_poly 4831 3182 0 0 0.625 4784 3188 0 0 0.562 4831 3182 0 0 0.625 2 interp_poly -46 -22 60 -16 4738 3169 3 MP PP 4738 3169 0 0 0.562 4798 3153 0 0 0.562 4738 3169 0 0 0.562 2 interp_poly 4798 3153 0 0 0.562 4752 3131 0 0 0.562 4798 3153 0 0 0.562 2 interp_poly -46 -21 60 -16 4752 3131 3 MP PP 4752 3131 0 0 0.562 4812 3115 0 0 0.562 4752 3131 0 0 0.562 2 interp_poly 4812 3115 0 0 0.562 4766 3094 0 0 0.562 4812 3115 0 0 0.562 2 interp_poly 60 -16 -46 -22 4798 3153 3 MP PP 4798 3153 0 0 0.562 4752 3131 0 0 0.562 4798 3153 0 0 0.562 2 interp_poly 4752 3131 0 0 0.562 4812 3115 0 0 0.562 4752 3131 0 0 0.562 2 interp_poly 61 9 -47 181 4817 2992 3 MP PP 4817 2992 0 0.0625 1 4770 3173 0 0 0.688 4817 2992 0 0.0625 1 2 interp_poly 4770 3173 0 0 0.688 4831 3182 0 0 0.625 4770 3173 0 0 0.688 2 interp_poly -46 -235 60 -8 4807 3279 3 MP PP 4807 3279 0 0 0.875 4867 3271 0 0 0.812 4807 3279 0 0 0.875 2 interp_poly 4867 3271 0 0 0.812 4821 3036 0 0.25 1 4867 3271 0 0 0.812 2 interp_poly 61 -18 -47 -20 4852 3890 3 MP PP 4852 3890 0 0 0.562 4805 3870 0 0 0.562 4852 3890 0 0 0.562 2 interp_poly 4805 3870 0 0 0.562 4866 3852 0 0 0.562 4805 3870 0 0 0.562 2 interp_poly -47 -24 61 -18 4805 3870 3 MP PP 4805 3870 0 0 0.562 4866 3852 0 0 0.562 4805 3870 0 0 0.562 2 interp_poly 4866 3852 0 0 0.562 4819 3828 0 0 0.562 4866 3852 0 0 0.562 2 interp_poly 61 -15 -47 -29 4848 3735 3 MP PP 4848 3735 0 0 0.625 4801 3706 0 0 0.625 4848 3735 0 0 0.625 2 interp_poly 4801 3706 0 0 0.625 4862 3691 0 0 0.625 4801 3706 0 0 0.625 2 interp_poly -47 -23 61 -15 4801 3706 3 MP PP 4801 3706 0 0 0.625 4862 3691 0 0 0.625 4801 3706 0 0 0.625 2 interp_poly 4862 3691 0 0 0.625 4815 3668 0 0 0.625 4862 3691 0 0 0.625 2 interp_poly -46 -19 60 -16 4800 4182 3 MP PP 4800 4182 0 0 0.562 4860 4166 0 0 0.562 4800 4182 0 0 0.562 2 interp_poly 4860 4166 0 0 0.562 4814 4147 0 0 0.562 4860 4166 0 0 0.562 2 interp_poly 60 -16 -46 -19 4843 3602 3 MP PP 4843 3602 0 0 0.562 4797 3583 0 0 0.562 4843 3602 0 0 0.562 2 interp_poly 4797 3583 0 0 0.562 4857 3567 0 0 0.562 4797 3583 0 0 0.562 2 interp_poly -46 -24 60 -16 4797 3583 3 MP PP 4797 3583 0 0 0.562 4857 3567 0 0 0.562 4797 3583 0 0 0.562 2 interp_poly 4857 3567 0 0 0.562 4811 3543 0 0 0.562 4857 3567 0 0 0.562 2 interp_poly 61 -17 -47 -21 4842 4072 3 MP PP 4842 4072 0 0 0.562 4795 4051 0 0 0.562 4842 4072 0 0 0.562 2 interp_poly 4795 4051 0 0 0.562 4856 4034 0 0 0.562 4795 4051 0 0 0.562 2 interp_poly -46 -23 61 -17 4795 4051 3 MP PP 4795 4051 0 0 0.562 4856 4034 0 0 0.562 4795 4051 0 0 0.562 2 interp_poly 4856 4034 0 0 0.562 4810 4011 0 0 0.562 4856 4034 0 0 0.562 2 interp_poly 60 -18 -46 -51 4839 3458 3 MP PP 4839 3458 0 0 0.625 4793 3407 0 0 0.688 4839 3458 0 0 0.625 2 interp_poly 4793 3407 0 0 0.688 4853 3389 0 0 0.688 4793 3407 0 0 0.688 2 interp_poly -46 -110 60 -18 4793 3407 3 MP PP 4793 3407 0 0 0.688 4853 3389 0 0 0.688 4793 3407 0 0 0.688 2 interp_poly 4853 3389 0 0 0.688 4807 3279 0 0 0.875 4853 3389 0 0 0.688 2 interp_poly 61 -17 -47 -23 4838 3930 3 MP PP 4838 3930 0 0 0.562 4791 3907 0 0 0.562 4838 3930 0 0 0.562 2 interp_poly 4791 3907 0 0 0.562 4852 3890 0 0 0.562 4791 3907 0 0 0.562 2 interp_poly -47 -20 61 -17 4791 3907 3 MP PP 4791 3907 0 0 0.562 4852 3890 0 0 0.562 4791 3907 0 0 0.562 2 interp_poly 4852 3890 0 0 0.562 4805 3870 0 0 0.562 4852 3890 0 0 0.562 2 interp_poly -46 318 61 -117 4788 2309 3 MP PP 4788 2309 0.625 1 0.438 4849 2192 0.875 1 0.188 4788 2309 0.625 1 0.438 2 interp_poly 4849 2192 0.875 1 0.188 4803 2510 0.188 1 0.875 4849 2192 0.875 1 0.188 2 interp_poly 61 -117 -47 -288 4835 2597 3 MP PP 4835 2597 0.125 1 0.938 4788 2309 0.625 1 0.438 4835 2597 0.125 1 0.938 2 interp_poly 4788 2309 0.625 1 0.438 4849 2192 0.875 1 0.188 4788 2309 0.625 1 0.438 2 interp_poly 61 -19 -47 -31 4834 3785 3 MP PP 4834 3785 0 0 0.562 4787 3754 0 0 0.562 4834 3785 0 0 0.562 2 interp_poly 4787 3754 0 0 0.562 4848 3735 0 0 0.625 4787 3754 0 0 0.562 2 interp_poly -47 -29 61 -19 4787 3754 3 MP PP 4787 3754 0 0 0.562 4848 3735 0 0 0.625 4787 3754 0 0 0.562 2 interp_poly 4848 3735 0 0 0.625 4801 3706 0 0 0.625 4848 3735 0 0 0.625 2 interp_poly 60 -14 -46 -17 4829 3633 3 MP PP 4829 3633 0 0 0.625 4783 3616 0 0 0.625 4829 3633 0 0 0.625 2 interp_poly 4783 3616 0 0 0.625 4843 3602 0 0 0.562 4783 3616 0 0 0.625 2 interp_poly -46 -19 60 -14 4783 3616 3 MP PP 4783 3616 0 0 0.625 4843 3602 0 0 0.562 4783 3616 0 0 0.625 2 interp_poly 4843 3602 0 0 0.562 4797 3583 0 0 0.562 4843 3602 0 0 0.562 2 interp_poly 61 -16 -47 -22 4828 4110 3 MP PP 4828 4110 0 0 0.562 4781 4088 0 0 0.562 4828 4110 0 0 0.562 2 interp_poly 4781 4088 0 0 0.562 4842 4072 0 0 0.562 4781 4088 0 0 0.562 2 interp_poly -47 -21 61 -16 4781 4088 3 MP PP 4781 4088 0 0 0.562 4842 4072 0 0 0.562 4781 4088 0 0 0.562 2 interp_poly 4842 4072 0 0 0.562 4795 4051 0 0 0.562 4842 4072 0 0 0.562 2 interp_poly 60 -15 -46 -29 4825 3502 3 MP PP 4825 3502 0 0 0.625 4779 3473 0 0 0.625 4825 3502 0 0 0.625 2 interp_poly 4779 3473 0 0 0.625 4839 3458 0 0 0.625 4779 3473 0 0 0.625 2 interp_poly -46 -51 60 -15 4779 3473 3 MP PP 4779 3473 0 0 0.625 4839 3458 0 0 0.625 4779 3473 0 0 0.625 2 interp_poly 4839 3458 0 0 0.625 4793 3407 0 0 0.688 4839 3458 0 0 0.625 2 interp_poly 61 -15 -47 -25 4824 3970 3 MP PP 4824 3970 0 0 0.562 4777 3945 0 0 0.562 4824 3970 0 0 0.562 2 interp_poly 4777 3945 0 0 0.562 4838 3930 0 0 0.562 4777 3945 0 0 0.562 2 interp_poly -47 -23 61 -15 4777 3945 3 MP PP 4777 3945 0 0 0.562 4838 3930 0 0 0.562 4777 3945 0 0 0.562 2 interp_poly 4838 3930 0 0 0.562 4791 3907 0 0 0.562 4838 3930 0 0 0.562 2 interp_poly -47 452 61 -44 4742 2554 3 MP PP 4742 2554 0.125 1 0.938 4803 2510 0.188 1 0.875 4742 2554 0.125 1 0.938 2 interp_poly 4803 2510 0.188 1 0.875 4756 2962 0 0.188 1 4803 2510 0.188 1 0.875 2 interp_poly -47 -22 61 -15 4705 3109 3 MP PP 4705 3109 0 0 0.562 4766 3094 0 0 0.562 4705 3109 0 0 0.562 2 interp_poly 4766 3094 0 0 0.562 4719 3072 0 0 0.562 4766 3094 0 0 0.562 2 interp_poly 61 -15 -47 -22 4752 3131 3 MP PP 4752 3131 0 0 0.562 4705 3109 0 0 0.562 4752 3131 0 0 0.562 2 interp_poly 4705 3109 0 0 0.562 4766 3094 0 0 0.562 4705 3109 0 0 0.562 2 interp_poly -47 181 61 30 4756 2962 3 MP PP 4756 2962 0 0.188 1 4817 2992 0 0.0625 1 4756 2962 0 0.188 1 2 interp_poly 4817 2992 0 0.0625 1 4770 3173 0 0 0.688 4817 2992 0 0.0625 1 2 interp_poly 61 30 -47 452 4803 2510 3 MP PP 4803 2510 0.188 1 0.875 4756 2962 0 0.188 1 4803 2510 0.188 1 0.875 2 interp_poly 4756 2962 0 0.188 1 4817 2992 0 0.0625 1 4756 2962 0 0.188 1 2 interp_poly 61 -41 -47 -398 4821 3036 3 MP PP 4821 3036 0 0.25 1 4774 2638 0.0625 1 1 4821 3036 0 0.25 1 2 interp_poly 4774 2638 0.0625 1 1 4835 2597 0.125 1 0.938 4774 2638 0.0625 1 1 2 interp_poly 61 -44 -46 245 4788 2309 3 MP PP 4788 2309 0.625 1 0.438 4742 2554 0.125 1 0.938 4788 2309 0.625 1 0.438 2 interp_poly 4742 2554 0.125 1 0.938 4803 2510 0.188 1 0.875 4742 2554 0.125 1 0.938 2 interp_poly -47 -288 61 -41 4774 2638 3 MP PP 4774 2638 0.0625 1 1 4835 2597 0.125 1 0.938 4774 2638 0.0625 1 1 2 interp_poly 4835 2597 0.125 1 0.938 4788 2309 0.625 1 0.438 4835 2597 0.125 1 0.938 2 interp_poly 61 -17 -46 -26 4819 3828 3 MP PP 4819 3828 0 0 0.562 4773 3802 0 0 0.562 4819 3828 0 0 0.562 2 interp_poly 4773 3802 0 0 0.562 4834 3785 0 0 0.562 4773 3802 0 0 0.562 2 interp_poly -47 -31 61 -17 4773 3802 3 MP PP 4773 3802 0 0 0.562 4834 3785 0 0 0.562 4773 3802 0 0 0.562 2 interp_poly 4834 3785 0 0 0.562 4787 3754 0 0 0.562 4834 3785 0 0 0.562 2 interp_poly 60 -16 -46 -19 4815 3668 3 MP PP 4815 3668 0 0 0.625 4769 3649 0 0 0.625 4815 3668 0 0 0.625 2 interp_poly 4769 3649 0 0 0.625 4829 3633 0 0 0.625 4769 3649 0 0 0.625 2 interp_poly -46 -17 60 -16 4769 3649 3 MP PP 4769 3649 0 0 0.625 4829 3633 0 0 0.625 4769 3649 0 0 0.625 2 interp_poly 4829 3633 0 0 0.625 4783 3616 0 0 0.625 4829 3633 0 0 0.625 2 interp_poly 61 -16 -47 -21 4814 4147 3 MP PP 4814 4147 0 0 0.562 4767 4126 0 0 0.562 4814 4147 0 0 0.562 2 interp_poly 4767 4126 0 0 0.562 4828 4110 0 0 0.562 4767 4126 0 0 0.562 2 interp_poly -47 -22 61 -16 4767 4126 3 MP PP 4767 4126 0 0 0.562 4828 4110 0 0 0.562 4767 4126 0 0 0.562 2 interp_poly 4828 4110 0 0 0.562 4781 4088 0 0 0.562 4828 4110 0 0 0.562 2 interp_poly 61 -14 -47 -27 4811 3543 3 MP PP 4811 3543 0 0 0.562 4764 3516 0 0 0.625 4811 3543 0 0 0.562 2 interp_poly 4764 3516 0 0 0.625 4825 3502 0 0 0.625 4764 3516 0 0 0.625 2 interp_poly -46 -29 61 -14 4764 3516 3 MP PP 4764 3516 0 0 0.625 4825 3502 0 0 0.625 4764 3516 0 0 0.625 2 interp_poly 4825 3502 0 0 0.625 4779 3473 0 0 0.625 4825 3502 0 0 0.625 2 interp_poly 61 -15 -47 -26 4810 4011 3 MP PP 4810 4011 0 0 0.562 4763 3985 0 0 0.562 4810 4011 0 0 0.562 2 interp_poly 4763 3985 0 0 0.562 4824 3970 0 0 0.562 4763 3985 0 0 0.562 2 interp_poly -47 -25 61 -15 4763 3985 3 MP PP 4763 3985 0 0 0.562 4824 3970 0 0 0.562 4763 3985 0 0 0.562 2 interp_poly 4824 3970 0 0 0.562 4777 3945 0 0 0.562 4824 3970 0 0 0.562 2 interp_poly -47 -22 61 -13 4677 3182 3 MP PP 4677 3182 0 0 0.562 4738 3169 0 0 0.562 4677 3182 0 0 0.562 2 interp_poly 4738 3169 0 0 0.562 4691 3147 0 0 0.562 4738 3169 0 0 0.562 2 interp_poly -47 -22 61 -16 4691 3147 3 MP PP 4691 3147 0 0 0.562 4752 3131 0 0 0.562 4691 3147 0 0 0.562 2 interp_poly 4752 3131 0 0 0.562 4705 3109 0 0 0.562 4752 3131 0 0 0.562 2 interp_poly 61 -16 -47 -22 4738 3169 3 MP PP 4738 3169 0 0 0.562 4691 3147 0 0 0.562 4738 3169 0 0 0.562 2 interp_poly 4691 3147 0 0 0.562 4752 3131 0 0 0.562 4691 3147 0 0 0.562 2 interp_poly 60 17 -46 194 4756 2962 3 MP PP 4756 2962 0 0.188 1 4710 3156 0 0 0.75 4756 2962 0 0.188 1 2 interp_poly 4710 3156 0 0 0.75 4770 3173 0 0 0.688 4710 3156 0 0 0.75 2 interp_poly 61 -5 -47 -238 4807 3279 3 MP PP 4807 3279 0 0 0.875 4760 3041 0 0.312 1 4807 3279 0 0 0.875 2 interp_poly 4760 3041 0 0.312 1 4821 3036 0 0.25 1 4760 3041 0 0.312 1 2 interp_poly -47 -398 61 -5 4760 3041 3 MP PP 4760 3041 0 0.312 1 4821 3036 0 0.25 1 4760 3041 0 0.312 1 2 interp_poly 4821 3036 0 0.25 1 4774 2638 0.0625 1 1 4821 3036 0 0.25 1 2 interp_poly 60 -19 -46 -23 4805 3870 3 MP PP 4805 3870 0 0 0.562 4759 3847 0 0 0.562 4805 3870 0 0 0.562 2 interp_poly 4759 3847 0 0 0.562 4819 3828 0 0 0.562 4759 3847 0 0 0.562 2 interp_poly -46 -26 60 -19 4759 3847 3 MP PP 4759 3847 0 0 0.562 4819 3828 0 0 0.562 4759 3847 0 0 0.562 2 interp_poly 4819 3828 0 0 0.562 4773 3802 0 0 0.562 4819 3828 0 0 0.562 2 interp_poly 60 -16 -46 -22 4801 3706 3 MP PP 4801 3706 0 0 0.625 4755 3684 0 0 0.625 4801 3706 0 0 0.625 2 interp_poly 4755 3684 0 0 0.625 4815 3668 0 0 0.625 4755 3684 0 0 0.625 2 interp_poly -46 -19 60 -16 4755 3684 3 MP PP 4755 3684 0 0 0.625 4815 3668 0 0 0.625 4755 3684 0 0 0.625 2 interp_poly 4815 3668 0 0 0.625 4769 3649 0 0 0.625 4815 3668 0 0 0.625 2 interp_poly 61 -16 -47 -19 4800 4182 3 MP PP 4800 4182 0 0 0.562 4753 4163 0 0 0.562 4800 4182 0 0 0.562 2 interp_poly 4753 4163 0 0 0.562 4814 4147 0 0 0.562 4753 4163 0 0 0.562 2 interp_poly -47 -21 61 -16 4753 4163 3 MP PP 4753 4163 0 0 0.562 4814 4147 0 0 0.562 4753 4163 0 0 0.562 2 interp_poly 4814 4147 0 0 0.562 4767 4126 0 0 0.562 4814 4147 0 0 0.562 2 interp_poly 61 -16 -47 -24 4797 3583 3 MP PP 4797 3583 0 0 0.562 4750 3559 0 0 0.562 4797 3583 0 0 0.562 2 interp_poly 4750 3559 0 0 0.562 4811 3543 0 0 0.562 4750 3559 0 0 0.562 2 interp_poly -47 -27 61 -16 4750 3559 3 MP PP 4750 3559 0 0 0.562 4811 3543 0 0 0.562 4750 3559 0 0 0.562 2 interp_poly 4811 3543 0 0 0.562 4764 3516 0 0 0.625 4811 3543 0 0 0.562 2 interp_poly 61 -16 -46 -24 4795 4051 3 MP PP 4795 4051 0 0 0.562 4749 4027 0 0 0.562 4795 4051 0 0 0.562 2 interp_poly 4749 4027 0 0 0.562 4810 4011 0 0 0.562 4749 4027 0 0 0.562 2 interp_poly -47 -26 61 -16 4749 4027 3 MP PP 4749 4027 0 0 0.562 4810 4011 0 0 0.562 4749 4027 0 0 0.562 2 interp_poly 4810 4011 0 0 0.562 4763 3985 0 0 0.562 4810 4011 0 0 0.562 2 interp_poly 61 -17 -47 -111 4793 3407 3 MP PP 4793 3407 0 0 0.688 4746 3296 0 0 0.875 4793 3407 0 0 0.688 2 interp_poly 4746 3296 0 0 0.875 4807 3279 0 0 0.875 4746 3296 0 0 0.875 2 interp_poly 61 -13 -47 -14 4724 3196 3 MP PP 4724 3196 0 0 0.562 4677 3182 0 0 0.562 4724 3196 0 0 0.562 2 interp_poly 4677 3182 0 0 0.562 4738 3169 0 0 0.562 4677 3182 0 0 0.562 2 interp_poly -46 -19 60 -8 4724 3196 3 MP PP 4724 3196 0 0 0.562 4784 3188 0 0 0.562 4724 3196 0 0 0.562 2 interp_poly 4784 3188 0 0 0.562 4738 3169 0 0 0.562 4784 3188 0 0 0.562 2 interp_poly -46 23 60 17 4710 3156 3 MP PP 4710 3156 0 0 0.75 4770 3173 0 0 0.688 4710 3156 0 0 0.75 2 interp_poly 4770 3173 0 0 0.688 4724 3196 0 0 0.562 4770 3173 0 0 0.688 2 interp_poly 60 -8 -46 23 4770 3173 3 MP PP 4770 3173 0 0 0.688 4724 3196 0 0 0.562 4770 3173 0 0 0.688 2 interp_poly 4724 3196 0 0 0.562 4784 3188 0 0 0.562 4724 3196 0 0 0.562 2 interp_poly -47 -238 61 -17 4746 3296 3 MP PP 4746 3296 0 0 0.875 4807 3279 0 0 0.875 4746 3296 0 0 0.875 2 interp_poly 4807 3279 0 0 0.875 4760 3041 0 0.312 1 4807 3279 0 0 0.875 2 interp_poly 60 -15 -46 -22 4791 3907 3 MP PP 4791 3907 0 0 0.562 4745 3885 0 0 0.562 4791 3907 0 0 0.562 2 interp_poly 4745 3885 0 0 0.562 4805 3870 0 0 0.562 4745 3885 0 0 0.562 2 interp_poly -46 -23 60 -15 4745 3885 3 MP PP 4745 3885 0 0 0.562 4805 3870 0 0 0.562 4745 3885 0 0 0.562 2 interp_poly 4805 3870 0 0 0.562 4759 3847 0 0 0.562 4805 3870 0 0 0.562 2 interp_poly 60 -19 -46 -29 4787 3754 3 MP PP 4787 3754 0 0 0.562 4741 3725 0 0 0.625 4787 3754 0 0 0.562 2 interp_poly 4741 3725 0 0 0.625 4801 3706 0 0 0.625 4741 3725 0 0 0.625 2 interp_poly -46 -22 60 -19 4741 3725 3 MP PP 4741 3725 0 0 0.625 4801 3706 0 0 0.625 4741 3725 0 0 0.625 2 interp_poly 4801 3706 0 0 0.625 4755 3684 0 0 0.625 4801 3706 0 0 0.625 2 interp_poly -47 -19 61 -16 4739 4198 3 MP PP 4739 4198 0 0 0.562 4800 4182 0 0 0.562 4739 4198 0 0 0.562 2 interp_poly 4800 4182 0 0 0.562 4753 4163 0 0 0.562 4800 4182 0 0 0.562 2 interp_poly 61 -13 -47 -20 4783 3616 3 MP PP 4783 3616 0 0 0.625 4736 3596 0 0 0.625 4783 3616 0 0 0.625 2 interp_poly 4736 3596 0 0 0.625 4797 3583 0 0 0.562 4736 3596 0 0 0.625 2 interp_poly -47 -24 61 -13 4736 3596 3 MP PP 4736 3596 0 0 0.625 4797 3583 0 0 0.562 4736 3596 0 0 0.625 2 interp_poly 4797 3583 0 0 0.562 4750 3559 0 0 0.562 4797 3583 0 0 0.562 2 interp_poly 60 -16 -46 -21 4781 4088 3 MP PP 4781 4088 0 0 0.562 4735 4067 0 0 0.562 4781 4088 0 0 0.562 2 interp_poly 4735 4067 0 0 0.562 4795 4051 0 0 0.562 4735 4067 0 0 0.562 2 interp_poly -46 -24 60 -16 4735 4067 3 MP PP 4735 4067 0 0 0.562 4795 4051 0 0 0.562 4735 4067 0 0 0.562 2 interp_poly 4795 4051 0 0 0.562 4749 4027 0 0 0.562 4795 4051 0 0 0.562 2 interp_poly 61 -19 -47 -47 4779 3473 3 MP PP 4779 3473 0 0 0.625 4732 3426 0 0 0.688 4779 3473 0 0 0.625 2 interp_poly 4732 3426 0 0 0.688 4793 3407 0 0 0.688 4732 3426 0 0 0.688 2 interp_poly -47 -111 61 -19 4732 3426 3 MP PP 4732 3426 0 0 0.688 4793 3407 0 0 0.688 4732 3426 0 0 0.688 2 interp_poly 4793 3407 0 0 0.688 4746 3296 0 0 0.875 4793 3407 0 0 0.688 2 interp_poly 60 -18 -46 -20 4777 3945 3 MP PP 4777 3945 0 0 0.562 4731 3925 0 0 0.562 4777 3945 0 0 0.562 2 interp_poly 4731 3925 0 0 0.562 4791 3907 0 0 0.562 4731 3925 0 0 0.562 2 interp_poly -46 -22 60 -18 4731 3925 3 MP PP 4731 3925 0 0 0.562 4791 3907 0 0 0.562 4731 3925 0 0 0.562 2 interp_poly 4791 3907 0 0 0.562 4745 3885 0 0 0.562 4791 3907 0 0 0.562 2 interp_poly -46 245 60 -70 4728 2379 3 MP PP 4728 2379 0.562 1 0.5 4788 2309 0.625 1 0.438 4728 2379 0.562 1 0.5 2 interp_poly 4788 2309 0.625 1 0.438 4742 2554 0.125 1 0.938 4788 2309 0.625 1 0.438 2 interp_poly 60 -70 -46 -259 4774 2638 3 MP PP 4774 2638 0.0625 1 1 4728 2379 0.562 1 0.5 4774 2638 0.0625 1 1 2 interp_poly 4728 2379 0.562 1 0.5 4788 2309 0.625 1 0.438 4728 2379 0.562 1 0.5 2 interp_poly 61 -19 -47 -29 4773 3802 3 MP PP 4773 3802 0 0 0.562 4726 3773 0 0 0.562 4773 3802 0 0 0.562 2 interp_poly 4726 3773 0 0 0.562 4787 3754 0 0 0.562 4726 3773 0 0 0.562 2 interp_poly -46 -29 61 -19 4726 3773 3 MP PP 4726 3773 0 0 0.562 4787 3754 0 0 0.562 4726 3773 0 0 0.562 2 interp_poly 4787 3754 0 0 0.562 4741 3725 0 0 0.625 4787 3754 0 0 0.562 2 interp_poly 61 -14 -47 -19 4769 3649 3 MP PP 4769 3649 0 0 0.625 4722 3630 0 0 0.625 4769 3649 0 0 0.625 2 interp_poly 4722 3630 0 0 0.625 4783 3616 0 0 0.625 4722 3630 0 0 0.625 2 interp_poly -47 -20 61 -14 4722 3630 3 MP PP 4722 3630 0 0 0.625 4783 3616 0 0 0.625 4722 3630 0 0 0.625 2 interp_poly 4783 3616 0 0 0.625 4736 3596 0 0 0.625 4783 3616 0 0 0.625 2 interp_poly 60 -15 -46 -23 4767 4126 3 MP PP 4767 4126 0 0 0.562 4721 4103 0 0 0.562 4767 4126 0 0 0.562 2 interp_poly 4721 4103 0 0 0.562 4781 4088 0 0 0.562 4721 4103 0 0 0.562 2 interp_poly -46 -21 60 -15 4721 4103 3 MP PP 4721 4103 0 0 0.562 4781 4088 0 0 0.562 4721 4103 0 0 0.562 2 interp_poly 4781 4088 0 0 0.562 4735 4067 0 0 0.562 4781 4088 0 0 0.562 2 interp_poly 61 -15 -46 -28 4764 3516 3 MP PP 4764 3516 0 0 0.625 4718 3488 0 0 0.625 4764 3516 0 0 0.625 2 interp_poly 4718 3488 0 0 0.625 4779 3473 0 0 0.625 4718 3488 0 0 0.625 2 interp_poly -47 -47 61 -15 4718 3488 3 MP PP 4718 3488 0 0 0.625 4779 3473 0 0 0.625 4718 3488 0 0 0.625 2 interp_poly 4779 3473 0 0 0.625 4732 3426 0 0 0.688 4779 3473 0 0 0.625 2 interp_poly 60 -16 -46 -24 4763 3985 3 MP PP 4763 3985 0 0 0.562 4717 3961 0 0 0.562 4763 3985 0 0 0.562 2 interp_poly 4717 3961 0 0 0.562 4777 3945 0 0 0.562 4717 3961 0 0 0.562 2 interp_poly -46 -20 60 -16 4717 3961 3 MP PP 4717 3961 0 0 0.562 4777 3945 0 0 0.562 4717 3961 0 0 0.562 2 interp_poly 4777 3945 0 0 0.562 4731 3925 0 0 0.562 4777 3945 0 0 0.562 2 interp_poly -47 394 61 -41 4681 2595 3 MP PP 4681 2595 0.0625 1 1 4742 2554 0.125 1 0.938 4681 2595 0.0625 1 1 2 interp_poly 4742 2554 0.125 1 0.938 4695 2948 0 0.25 1 4742 2554 0.125 1 0.938 2 interp_poly -46 -21 60 -16 4659 3088 3 MP PP 4659 3088 0 0 0.562 4719 3072 0 0 0.562 4659 3088 0 0 0.562 2 interp_poly 4719 3072 0 0 0.562 4673 3051 0 0 0.562 4719 3072 0 0 0.562 2 interp_poly 60 -16 -46 -21 4705 3109 3 MP PP 4705 3109 0 0 0.562 4659 3088 0 0 0.562 4705 3109 0 0 0.562 2 interp_poly 4659 3088 0 0 0.562 4719 3072 0 0 0.562 4659 3088 0 0 0.562 2 interp_poly -46 194 61 14 4695 2948 3 MP PP 4695 2948 0 0.25 1 4756 2962 0 0.188 1 4695 2948 0 0.25 1 2 interp_poly 4756 2962 0 0.188 1 4710 3156 0 0 0.75 4756 2962 0 0.188 1 2 interp_poly 61 14 -47 394 4742 2554 3 MP PP 4742 2554 0.125 1 0.938 4695 2948 0 0.25 1 4742 2554 0.125 1 0.938 2 interp_poly 4695 2948 0 0.25 1 4756 2962 0 0.188 1 4695 2948 0 0.25 1 2 interp_poly 60 -26 -46 -377 4760 3041 3 MP PP 4760 3041 0 0.312 1 4714 2664 0.0625 1 1 4760 3041 0 0.312 1 2 interp_poly 4714 2664 0.0625 1 1 4774 2638 0.0625 1 1 4714 2664 0.0625 1 1 2 interp_poly 61 -41 -47 216 4728 2379 3 MP PP 4728 2379 0.562 1 0.5 4681 2595 0.0625 1 1 4728 2379 0.562 1 0.5 2 interp_poly 4681 2595 0.0625 1 1 4742 2554 0.125 1 0.938 4681 2595 0.0625 1 1 2 interp_poly -46 -259 60 -26 4714 2664 3 MP PP 4714 2664 0.0625 1 1 4774 2638 0.0625 1 1 4714 2664 0.0625 1 1 2 interp_poly 4774 2638 0.0625 1 1 4728 2379 0.562 1 0.5 4774 2638 0.0625 1 1 2 interp_poly 61 -17 -47 -28 4759 3847 3 MP PP 4759 3847 0 0 0.562 4712 3819 0 0 0.562 4759 3847 0 0 0.562 2 interp_poly 4712 3819 0 0 0.562 4773 3802 0 0 0.562 4712 3819 0 0 0.562 2 interp_poly -47 -29 61 -17 4712 3819 3 MP PP 4712 3819 0 0 0.562 4773 3802 0 0 0.562 4712 3819 0 0 0.562 2 interp_poly 4773 3802 0 0 0.562 4726 3773 0 0 0.562 4773 3802 0 0 0.562 2 interp_poly 61 -16 -47 -19 4755 3684 3 MP PP 4755 3684 0 0 0.625 4708 3665 0 0 0.625 4755 3684 0 0 0.625 2 interp_poly 4708 3665 0 0 0.625 4769 3649 0 0 0.625 4708 3665 0 0 0.625 2 interp_poly -47 -19 61 -16 4708 3665 3 MP PP 4708 3665 0 0 0.625 4769 3649 0 0 0.625 4708 3665 0 0 0.625 2 interp_poly 4769 3649 0 0 0.625 4722 3630 0 0 0.625 4769 3649 0 0 0.625 2 interp_poly 60 -16 -46 -21 4753 4163 3 MP PP 4753 4163 0 0 0.562 4707 4142 0 0 0.562 4753 4163 0 0 0.562 2 interp_poly 4707 4142 0 0 0.562 4767 4126 0 0 0.562 4707 4142 0 0 0.562 2 interp_poly -46 -23 60 -16 4707 4142 3 MP PP 4707 4142 0 0 0.562 4767 4126 0 0 0.562 4707 4142 0 0 0.562 2 interp_poly 4767 4126 0 0 0.562 4721 4103 0 0 0.562 4767 4126 0 0 0.562 2 interp_poly 60 -18 -46 -25 4750 3559 3 MP PP 4750 3559 0 0 0.562 4704 3534 0 0 0.625 4750 3559 0 0 0.562 2 interp_poly 4704 3534 0 0 0.625 4764 3516 0 0 0.625 4704 3534 0 0 0.625 2 interp_poly -46 -28 60 -18 4704 3534 3 MP PP 4704 3534 0 0 0.625 4764 3516 0 0 0.625 4704 3534 0 0 0.625 2 interp_poly 4764 3516 0 0 0.625 4718 3488 0 0 0.625 4764 3516 0 0 0.625 2 interp_poly 61 -17 -47 -25 4749 4027 3 MP PP 4749 4027 0 0 0.562 4702 4002 0 0 0.562 4749 4027 0 0 0.562 2 interp_poly 4702 4002 0 0 0.562 4763 3985 0 0 0.562 4702 4002 0 0 0.562 2 interp_poly -46 -24 61 -17 4702 4002 3 MP PP 4702 4002 0 0 0.562 4763 3985 0 0 0.562 4702 4002 0 0 0.562 2 interp_poly 4763 3985 0 0 0.562 4717 3961 0 0 0.562 4763 3985 0 0 0.562 2 interp_poly -47 -22 61 -16 4612 3067 3 MP PP 4612 3067 0 0 0.562 4673 3051 0 0 0.562 4612 3067 0 0 0.562 2 interp_poly 4673 3051 0 0 0.562 4626 3029 0 0 0.562 4673 3051 0 0 0.562 2 interp_poly 61 -16 -47 -21 4659 3088 3 MP PP 4659 3088 0 0 0.562 4612 3067 0 0 0.562 4659 3088 0 0 0.562 2 interp_poly 4612 3067 0 0 0.562 4673 3051 0 0 0.562 4612 3067 0 0 0.562 2 interp_poly -46 -22 60 -15 4631 3162 3 MP PP 4631 3162 0 0 0.562 4691 3147 0 0 0.562 4631 3162 0 0 0.562 2 interp_poly 4691 3147 0 0 0.562 4645 3125 0 0 0.562 4691 3147 0 0 0.562 2 interp_poly 60 -15 -46 -20 4677 3182 3 MP PP 4677 3182 0 0 0.562 4631 3162 0 0 0.562 4677 3182 0 0 0.562 2 interp_poly 4631 3162 0 0 0.562 4691 3147 0 0 0.562 4631 3162 0 0 0.562 2 interp_poly -46 -21 60 -16 4645 3125 3 MP PP 4645 3125 0 0 0.562 4705 3109 0 0 0.562 4645 3125 0 0 0.562 2 interp_poly 4705 3109 0 0 0.562 4659 3088 0 0 0.562 4705 3109 0 0 0.562 2 interp_poly 60 -16 -46 -22 4691 3147 3 MP PP 4691 3147 0 0 0.562 4645 3125 0 0 0.562 4691 3147 0 0 0.562 2 interp_poly 4645 3125 0 0 0.562 4705 3109 0 0 0.562 4645 3125 0 0 0.562 2 interp_poly 61 10 -46 198 4695 2948 3 MP PP 4695 2948 0 0.25 1 4649 3146 0 0 0.812 4695 2948 0 0.25 1 2 interp_poly 4649 3146 0 0 0.812 4710 3156 0 0 0.75 4649 3146 0 0 0.812 2 interp_poly 60 -15 -46 -240 4746 3296 3 MP PP 4746 3296 0 0 0.875 4700 3056 0 0.312 1 4746 3296 0 0 0.875 2 interp_poly 4700 3056 0 0.312 1 4760 3041 0 0.312 1 4700 3056 0 0.312 1 2 interp_poly -46 -377 60 -15 4700 3056 3 MP PP 4700 3056 0 0.312 1 4760 3041 0 0.312 1 4700 3056 0 0.312 1 2 interp_poly 4760 3041 0 0.312 1 4714 2664 0.0625 1 1 4760 3041 0 0.312 1 2 interp_poly 61 -14 -47 -24 4745 3885 3 MP PP 4745 3885 0 0 0.562 4698 3861 0 0 0.562 4745 3885 0 0 0.562 2 interp_poly 4698 3861 0 0 0.562 4759 3847 0 0 0.562 4698 3861 0 0 0.562 2 interp_poly -47 -28 61 -14 4698 3861 3 MP PP 4698 3861 0 0 0.562 4759 3847 0 0 0.562 4698 3861 0 0 0.562 2 interp_poly 4759 3847 0 0 0.562 4712 3819 0 0 0.562 4759 3847 0 0 0.562 2 interp_poly 61 -16 -47 -25 4741 3725 3 MP PP 4741 3725 0 0 0.625 4694 3700 0 0 0.625 4741 3725 0 0 0.625 2 interp_poly 4694 3700 0 0 0.625 4755 3684 0 0 0.625 4694 3700 0 0 0.625 2 interp_poly -47 -19 61 -16 4694 3700 3 MP PP 4694 3700 0 0 0.625 4755 3684 0 0 0.625 4694 3700 0 0 0.625 2 interp_poly 4755 3684 0 0 0.625 4708 3665 0 0 0.625 4755 3684 0 0 0.625 2 interp_poly 60 -16 -46 -19 4739 4198 3 MP PP 4739 4198 0 0 0.562 4693 4179 0 0 0.562 4739 4198 0 0 0.562 2 interp_poly 4693 4179 0 0 0.562 4753 4163 0 0 0.562 4693 4179 0 0 0.562 2 interp_poly -46 -21 60 -16 4693 4179 3 MP PP 4693 4179 0 0 0.562 4753 4163 0 0 0.562 4693 4179 0 0 0.562 2 interp_poly 4753 4163 0 0 0.562 4707 4142 0 0 0.562 4753 4163 0 0 0.562 2 interp_poly 60 -16 -46 -21 4736 3596 3 MP PP 4736 3596 0 0 0.625 4690 3575 0 0 0.625 4736 3596 0 0 0.625 2 interp_poly 4690 3575 0 0 0.625 4750 3559 0 0 0.562 4690 3575 0 0 0.625 2 interp_poly -46 -25 60 -16 4690 3575 3 MP PP 4690 3575 0 0 0.625 4750 3559 0 0 0.562 4690 3575 0 0 0.625 2 interp_poly 4750 3559 0 0 0.562 4704 3534 0 0 0.625 4750 3559 0 0 0.562 2 interp_poly 61 -17 -47 -23 4735 4067 3 MP PP 4735 4067 0 0 0.562 4688 4044 0 0 0.562 4735 4067 0 0 0.562 2 interp_poly 4688 4044 0 0 0.562 4749 4027 0 0 0.562 4688 4044 0 0 0.562 2 interp_poly -47 -25 61 -17 4688 4044 3 MP PP 4688 4044 0 0 0.562 4749 4027 0 0 0.562 4688 4044 0 0 0.562 2 interp_poly 4749 4027 0 0 0.562 4702 4002 0 0 0.562 4749 4027 0 0 0.562 2 interp_poly 60 -29 -46 -101 4732 3426 3 MP PP 4732 3426 0 0 0.688 4686 3325 0 0 0.812 4732 3426 0 0 0.688 2 interp_poly 4686 3325 0 0 0.812 4746 3296 0 0 0.875 4686 3325 0 0 0.812 2 interp_poly -46 -20 60 -12 4617 3194 3 MP PP 4617 3194 0 0 0.562 4677 3182 0 0 0.562 4617 3194 0 0 0.562 2 interp_poly 4677 3182 0 0 0.562 4631 3162 0 0 0.562 4677 3182 0 0 0.562 2 interp_poly 60 -12 -46 -5 4663 3199 3 MP PP 4663 3199 0 0 0.625 4617 3194 0 0 0.562 4663 3199 0 0 0.625 2 interp_poly 4617 3194 0 0 0.562 4677 3182 0 0 0.562 4617 3194 0 0 0.562 2 interp_poly -47 -14 61 -3 4663 3199 3 MP PP 4663 3199 0 0 0.625 4724 3196 0 0 0.562 4663 3199 0 0 0.625 2 interp_poly 4724 3196 0 0 0.562 4677 3182 0 0 0.562 4724 3196 0 0 0.562 2 interp_poly -47 43 61 10 4649 3146 3 MP PP 4649 3146 0 0 0.812 4710 3156 0 0 0.75 4649 3146 0 0 0.812 2 interp_poly 4710 3156 0 0 0.75 4663 3199 0 0 0.625 4710 3156 0 0 0.75 2 interp_poly 61 -3 -47 43 4710 3156 3 MP PP 4710 3156 0 0 0.75 4663 3199 0 0 0.625 4710 3156 0 0 0.75 2 interp_poly 4663 3199 0 0 0.625 4724 3196 0 0 0.562 4663 3199 0 0 0.625 2 interp_poly -46 -240 60 -29 4686 3325 3 MP PP 4686 3325 0 0 0.812 4746 3296 0 0 0.875 4686 3325 0 0 0.812 2 interp_poly 4746 3296 0 0 0.875 4700 3056 0 0.312 1 4746 3296 0 0 0.875 2 interp_poly 61 -17 -47 -23 4731 3925 3 MP PP 4731 3925 0 0 0.562 4684 3902 0 0 0.562 4731 3925 0 0 0.562 2 interp_poly 4684 3902 0 0 0.562 4745 3885 0 0 0.562 4684 3902 0 0 0.562 2 interp_poly -47 -24 61 -17 4684 3902 3 MP PP 4684 3902 0 0 0.562 4745 3885 0 0 0.562 4684 3902 0 0 0.562 2 interp_poly 4745 3885 0 0 0.562 4698 3861 0 0 0.562 4745 3885 0 0 0.562 2 interp_poly 61 -21 -46 -27 4726 3773 3 MP PP 4726 3773 0 0 0.562 4680 3746 0 0 0.625 4726 3773 0 0 0.562 2 interp_poly 4680 3746 0 0 0.625 4741 3725 0 0 0.625 4680 3746 0 0 0.625 2 interp_poly -47 -25 61 -21 4680 3746 3 MP PP 4680 3746 0 0 0.625 4741 3725 0 0 0.625 4680 3746 0 0 0.625 2 interp_poly 4741 3725 0 0 0.625 4694 3700 0 0 0.625 4741 3725 0 0 0.625 2 interp_poly -46 -19 61 -16 4678 4214 3 MP PP 4678 4214 0 0 0.562 4739 4198 0 0 0.562 4678 4214 0 0 0.562 2 interp_poly 4739 4198 0 0 0.562 4693 4179 0 0 0.562 4739 4198 0 0 0.562 2 interp_poly 60 -11 -46 -23 4722 3630 3 MP PP 4722 3630 0 0 0.625 4676 3607 0 0 0.625 4722 3630 0 0 0.625 2 interp_poly 4676 3607 0 0 0.625 4736 3596 0 0 0.625 4676 3607 0 0 0.625 2 interp_poly -46 -21 60 -11 4676 3607 3 MP PP 4676 3607 0 0 0.625 4736 3596 0 0 0.625 4676 3607 0 0 0.625 2 interp_poly 4736 3596 0 0 0.625 4690 3575 0 0 0.625 4736 3596 0 0 0.625 2 interp_poly 61 -15 -47 -21 4721 4103 3 MP PP 4721 4103 0 0 0.562 4674 4082 0 0 0.562 4721 4103 0 0 0.562 2 interp_poly 4674 4082 0 0 0.562 4735 4067 0 0 0.562 4674 4082 0 0 0.562 2 interp_poly -47 -23 61 -15 4674 4082 3 MP PP 4674 4082 0 0 0.562 4735 4067 0 0 0.562 4674 4082 0 0 0.562 2 interp_poly 4735 4067 0 0 0.562 4688 4044 0 0 0.562 4735 4067 0 0 0.562 2 interp_poly 61 -21 -47 -41 4718 3488 3 MP PP 4718 3488 0 0 0.625 4671 3447 0 0 0.688 4718 3488 0 0 0.625 2 interp_poly 4671 3447 0 0 0.688 4732 3426 0 0 0.688 4671 3447 0 0 0.688 2 interp_poly -46 -101 61 -21 4671 3447 3 MP PP 4671 3447 0 0 0.688 4732 3426 0 0 0.688 4671 3447 0 0 0.688 2 interp_poly 4732 3426 0 0 0.688 4686 3325 0 0 0.812 4732 3426 0 0 0.688 2 interp_poly 61 -15 -47 -21 4717 3961 3 MP PP 4717 3961 0 0 0.562 4670 3940 0 0 0.562 4717 3961 0 0 0.562 2 interp_poly 4670 3940 0 0 0.562 4731 3925 0 0 0.562 4670 3940 0 0 0.562 2 interp_poly -47 -23 61 -15 4670 3940 3 MP PP 4670 3940 0 0 0.562 4731 3925 0 0 0.562 4670 3940 0 0 0.562 2 interp_poly 4731 3925 0 0 0.562 4684 3902 0 0 0.562 4731 3925 0 0 0.562 2 interp_poly -47 216 61 -54 4667 2433 3 MP PP 4667 2433 0.438 1 0.625 4728 2379 0.562 1 0.5 4667 2433 0.438 1 0.625 2 interp_poly 4728 2379 0.562 1 0.5 4681 2595 0.0625 1 1 4728 2379 0.562 1 0.5 2 interp_poly 61 -54 -47 -231 4714 2664 3 MP PP 4714 2664 0.0625 1 1 4667 2433 0.438 1 0.625 4714 2664 0.0625 1 1 2 interp_poly 4667 2433 0.438 1 0.625 4728 2379 0.562 1 0.5 4667 2433 0.438 1 0.625 2 interp_poly 60 -18 -46 -28 4712 3819 3 MP PP 4712 3819 0 0 0.562 4666 3791 0 0 0.562 4712 3819 0 0 0.562 2 interp_poly 4666 3791 0 0 0.562 4726 3773 0 0 0.562 4666 3791 0 0 0.562 2 interp_poly -46 -27 60 -18 4666 3791 3 MP PP 4666 3791 0 0 0.562 4726 3773 0 0 0.562 4666 3791 0 0 0.562 2 interp_poly 4726 3773 0 0 0.562 4680 3746 0 0 0.625 4726 3773 0 0 0.562 2 interp_poly 60 -12 -46 -23 4708 3665 3 MP PP 4708 3665 0 0 0.625 4662 3642 0 0 0.625 4708 3665 0 0 0.625 2 interp_poly 4662 3642 0 0 0.625 4722 3630 0 0 0.625 4662 3642 0 0 0.625 2 interp_poly -46 -23 60 -12 4662 3642 3 MP PP 4662 3642 0 0 0.625 4722 3630 0 0 0.625 4662 3642 0 0 0.625 2 interp_poly 4722 3630 0 0 0.625 4676 3607 0 0 0.625 4722 3630 0 0 0.625 2 interp_poly 61 -16 -47 -23 4707 4142 3 MP PP 4707 4142 0 0 0.562 4660 4119 0 0 0.562 4707 4142 0 0 0.562 2 interp_poly 4660 4119 0 0 0.562 4721 4103 0 0 0.562 4660 4119 0 0 0.562 2 interp_poly -47 -21 61 -16 4660 4119 3 MP PP 4660 4119 0 0 0.562 4721 4103 0 0 0.562 4660 4119 0 0 0.562 2 interp_poly 4721 4103 0 0 0.562 4674 4082 0 0 0.562 4721 4103 0 0 0.562 2 interp_poly 61 -19 -47 -27 4704 3534 3 MP PP 4704 3534 0 0 0.625 4657 3507 0 0 0.625 4704 3534 0 0 0.625 2 interp_poly 4657 3507 0 0 0.625 4718 3488 0 0 0.625 4657 3507 0 0 0.625 2 interp_poly -47 -41 61 -19 4657 3507 3 MP PP 4657 3507 0 0 0.625 4718 3488 0 0 0.625 4657 3507 0 0 0.625 2 interp_poly 4718 3488 0 0 0.625 4671 3447 0 0 0.688 4718 3488 0 0 0.625 2 interp_poly 61 -17 -46 -24 4702 4002 3 MP PP 4702 4002 0 0 0.562 4656 3978 0 0 0.562 4702 4002 0 0 0.562 2 interp_poly 4656 3978 0 0 0.562 4717 3961 0 0 0.562 4656 3978 0 0 0.562 2 interp_poly -47 -21 61 -17 4656 3978 3 MP PP 4656 3978 0 0 0.562 4717 3961 0 0 0.562 4656 3978 0 0 0.562 2 interp_poly 4717 3961 0 0 0.562 4670 3940 0 0 0.562 4717 3961 0 0 0.562 2 interp_poly -46 355 60 -26 4621 2621 3 MP PP 4621 2621 0.0625 1 1 4681 2595 0.0625 1 1 4621 2621 0.0625 1 1 2 interp_poly 4681 2595 0.0625 1 1 4635 2950 0 0.25 1 4681 2595 0.0625 1 1 2 interp_poly -47 -21 61 -16 4598 3104 3 MP PP 4598 3104 0 0 0.562 4659 3088 0 0 0.562 4598 3104 0 0 0.562 2 interp_poly 4659 3088 0 0 0.562 4612 3067 0 0 0.562 4659 3088 0 0 0.562 2 interp_poly 61 -16 -47 -21 4645 3125 3 MP PP 4645 3125 0 0 0.562 4598 3104 0 0 0.562 4645 3125 0 0 0.562 2 interp_poly 4598 3104 0 0 0.562 4659 3088 0 0 0.562 4598 3104 0 0 0.562 2 interp_poly -46 198 60 -2 4635 2950 3 MP PP 4635 2950 0 0.25 1 4695 2948 0 0.25 1 4635 2950 0 0.25 1 2 interp_poly 4695 2948 0 0.25 1 4649 3146 0 0 0.812 4695 2948 0 0.25 1 2 interp_poly 60 -2 -46 355 4681 2595 3 MP PP 4681 2595 0.0625 1 1 4635 2950 0 0.25 1 4681 2595 0.0625 1 1 2 interp_poly 4635 2950 0 0.25 1 4695 2948 0 0.25 1 4635 2950 0 0.25 1 2 interp_poly 61 -17 -47 -375 4700 3056 3 MP PP 4700 3056 0 0.312 1 4653 2681 0.0625 1 1 4700 3056 0 0.312 1 2 interp_poly 4653 2681 0.0625 1 1 4714 2664 0.0625 1 1 4653 2681 0.0625 1 1 2 interp_poly 60 -26 -46 188 4667 2433 3 MP PP 4667 2433 0.438 1 0.625 4621 2621 0.0625 1 1 4667 2433 0.438 1 0.625 2 interp_poly 4621 2621 0.0625 1 1 4681 2595 0.0625 1 1 4621 2621 0.0625 1 1 2 interp_poly -47 -231 61 -17 4653 2681 3 MP PP 4653 2681 0.0625 1 1 4714 2664 0.0625 1 1 4653 2681 0.0625 1 1 2 interp_poly 4714 2664 0.0625 1 1 4667 2433 0.438 1 0.625 4714 2664 0.0625 1 1 2 interp_poly 60 -18 -46 -24 4698 3861 3 MP PP 4698 3861 0 0 0.562 4652 3837 0 0 0.562 4698 3861 0 0 0.562 2 interp_poly 4652 3837 0 0 0.562 4712 3819 0 0 0.562 4652 3837 0 0 0.562 2 interp_poly -46 -28 60 -18 4652 3837 3 MP PP 4652 3837 0 0 0.562 4712 3819 0 0 0.562 4652 3837 0 0 0.562 2 interp_poly 4712 3819 0 0 0.562 4666 3791 0 0 0.562 4712 3819 0 0 0.562 2 interp_poly 61 -13 -47 -22 4694 3700 3 MP PP 4694 3700 0 0 0.625 4647 3678 0 0 0.625 4694 3700 0 0 0.625 2 interp_poly 4647 3678 0 0 0.625 4708 3665 0 0 0.625 4647 3678 0 0 0.625 2 interp_poly -46 -23 61 -13 4647 3678 3 MP PP 4647 3678 0 0 0.625 4708 3665 0 0 0.625 4647 3678 0 0 0.625 2 interp_poly 4708 3665 0 0 0.625 4662 3642 0 0 0.625 4708 3665 0 0 0.625 2 interp_poly 61 -16 -47 -21 4693 4179 3 MP PP 4693 4179 0 0 0.562 4646 4158 0 0 0.562 4693 4179 0 0 0.562 2 interp_poly 4646 4158 0 0 0.562 4707 4142 0 0 0.562 4646 4158 0 0 0.562 2 interp_poly -47 -23 61 -16 4646 4158 3 MP PP 4646 4158 0 0 0.562 4707 4142 0 0 0.562 4646 4158 0 0 0.562 2 interp_poly 4707 4142 0 0 0.562 4660 4119 0 0 0.562 4707 4142 0 0 0.562 2 interp_poly 61 -18 -47 -23 4690 3575 3 MP PP 4690 3575 0 0 0.625 4643 3552 0 0 0.625 4690 3575 0 0 0.625 2 interp_poly 4643 3552 0 0 0.625 4704 3534 0 0 0.625 4643 3552 0 0 0.625 2 interp_poly -47 -27 61 -18 4643 3552 3 MP PP 4643 3552 0 0 0.625 4704 3534 0 0 0.625 4643 3552 0 0 0.625 2 interp_poly 4704 3534 0 0 0.625 4657 3507 0 0 0.625 4704 3534 0 0 0.625 2 interp_poly 60 -17 -46 -25 4688 4044 3 MP PP 4688 4044 0 0 0.562 4642 4019 0 0 0.562 4688 4044 0 0 0.562 2 interp_poly 4642 4019 0 0 0.562 4702 4002 0 0 0.562 4642 4019 0 0 0.562 2 interp_poly -46 -24 60 -17 4642 4019 3 MP PP 4642 4019 0 0 0.562 4702 4002 0 0 0.562 4642 4019 0 0 0.562 2 interp_poly 4702 4002 0 0 0.562 4656 3978 0 0 0.562 4702 4002 0 0 0.562 2 interp_poly -46 -21 60 -15 4538 3119 3 MP PP 4538 3119 0 0 0.562 4598 3104 0 0 0.562 4538 3119 0 0 0.562 2 interp_poly 4598 3104 0 0 0.562 4552 3083 0 0 0.562 4598 3104 0 0 0.562 2 interp_poly 60 -15 -46 -21 4584 3140 3 MP PP 4584 3140 0 0 0.562 4538 3119 0 0 0.562 4584 3140 0 0 0.562 2 interp_poly 4538 3119 0 0 0.562 4598 3104 0 0 0.562 4538 3119 0 0 0.562 2 interp_poly -46 -21 60 -16 4552 3083 3 MP PP 4552 3083 0 0 0.562 4612 3067 0 0 0.562 4552 3083 0 0 0.562 2 interp_poly 4612 3067 0 0 0.562 4566 3046 0 0 0.562 4612 3067 0 0 0.562 2 interp_poly 60 -16 -46 -21 4598 3104 3 MP PP 4598 3104 0 0 0.562 4552 3083 0 0 0.562 4598 3104 0 0 0.562 2 interp_poly 4552 3083 0 0 0.562 4612 3067 0 0 0.562 4552 3083 0 0 0.562 2 interp_poly -46 -21 60 -17 4566 3046 3 MP PP 4566 3046 0 0 0.562 4626 3029 0 0 0.562 4566 3046 0 0 0.562 2 interp_poly 4626 3029 0 0 0.562 4580 3008 0 0 0.562 4626 3029 0 0 0.562 2 interp_poly 60 -17 -46 -21 4612 3067 3 MP PP 4612 3067 0 0 0.562 4566 3046 0 0 0.562 4612 3067 0 0 0.562 2 interp_poly 4566 3046 0 0 0.562 4626 3029 0 0 0.562 4566 3046 0 0 0.562 2 interp_poly -47 -22 61 -14 4570 3176 3 MP PP 4570 3176 0 0 0.562 4631 3162 0 0 0.562 4570 3176 0 0 0.562 2 interp_poly 4631 3162 0 0 0.562 4584 3140 0 0 0.562 4631 3162 0 0 0.562 2 interp_poly -47 -21 61 -15 4584 3140 3 MP PP 4584 3140 0 0 0.562 4645 3125 0 0 0.562 4584 3140 0 0 0.562 2 interp_poly 4645 3125 0 0 0.562 4598 3104 0 0 0.562 4645 3125 0 0 0.562 2 interp_poly 61 -15 -47 -22 4631 3162 3 MP PP 4631 3162 0 0 0.562 4584 3140 0 0 0.562 4631 3162 0 0 0.562 2 interp_poly 4584 3140 0 0 0.562 4645 3125 0 0 0.562 4584 3140 0 0 0.562 2 interp_poly 61 3 -47 193 4635 2950 3 MP PP 4635 2950 0 0.25 1 4588 3143 0 0 0.812 4635 2950 0 0.25 1 2 interp_poly 4588 3143 0 0 0.812 4649 3146 0 0 0.812 4588 3143 0 0 0.812 2 interp_poly -46 -5 61 -2 4602 3201 3 MP PP 4602 3201 0 0 0.625 4663 3199 0 0 0.625 4602 3201 0 0 0.625 2 interp_poly 4663 3199 0 0 0.625 4617 3194 0 0 0.562 4663 3199 0 0 0.625 2 interp_poly -47 -18 61 -10 4556 3204 3 MP PP 4556 3204 0 0 0.562 4617 3194 0 0 0.562 4556 3204 0 0 0.562 2 interp_poly 4617 3194 0 0 0.562 4570 3176 0 0 0.562 4617 3194 0 0 0.562 2 interp_poly 61 -10 -46 3 4602 3201 3 MP PP 4602 3201 0 0 0.625 4556 3204 0 0 0.562 4602 3201 0 0 0.625 2 interp_poly 4556 3204 0 0 0.562 4617 3194 0 0 0.562 4556 3204 0 0 0.562 2 interp_poly 61 -14 -47 -18 4617 3194 3 MP PP 4617 3194 0 0 0.562 4570 3176 0 0 0.562 4617 3194 0 0 0.562 2 interp_poly 4570 3176 0 0 0.562 4631 3162 0 0 0.562 4570 3176 0 0 0.562 2 interp_poly 61 -2 -47 55 4649 3146 3 MP PP 4649 3146 0 0 0.812 4602 3201 0 0 0.625 4649 3146 0 0 0.812 2 interp_poly 4602 3201 0 0 0.625 4663 3199 0 0 0.625 4602 3201 0 0 0.625 2 interp_poly 61 -34 -47 -235 4686 3325 3 MP PP 4686 3325 0 0 0.812 4639 3090 0 0.25 1 4686 3325 0 0 0.812 2 interp_poly 4639 3090 0 0.25 1 4700 3056 0 0.312 1 4639 3090 0 0.25 1 2 interp_poly -47 -375 61 -34 4639 3090 3 MP PP 4639 3090 0 0.25 1 4700 3056 0 0.312 1 4639 3090 0 0.25 1 2 interp_poly 4700 3056 0 0.312 1 4653 2681 0.0625 1 1 4700 3056 0 0.312 1 2 interp_poly 60 -15 -46 -26 4684 3902 3 MP PP 4684 3902 0 0 0.562 4638 3876 0 0 0.562 4684 3902 0 0 0.562 2 interp_poly 4638 3876 0 0 0.562 4698 3861 0 0 0.562 4638 3876 0 0 0.562 2 interp_poly -46 -24 60 -15 4638 3876 3 MP PP 4638 3876 0 0 0.562 4698 3861 0 0 0.562 4638 3876 0 0 0.562 2 interp_poly 4698 3861 0 0 0.562 4652 3837 0 0 0.562 4698 3861 0 0 0.562 2 interp_poly 61 -20 -47 -26 4680 3746 3 MP PP 4680 3746 0 0 0.625 4633 3720 0 0 0.625 4680 3746 0 0 0.625 2 interp_poly 4633 3720 0 0 0.625 4694 3700 0 0 0.625 4633 3720 0 0 0.625 2 interp_poly -47 -22 61 -20 4633 3720 3 MP PP 4633 3720 0 0 0.625 4694 3700 0 0 0.625 4633 3720 0 0 0.625 2 interp_poly 4694 3700 0 0 0.625 4647 3678 0 0 0.625 4694 3700 0 0 0.625 2 interp_poly 61 -17 -46 -18 4678 4214 3 MP PP 4678 4214 0 0 0.562 4632 4196 0 0 0.562 4678 4214 0 0 0.562 2 interp_poly 4632 4196 0 0 0.562 4693 4179 0 0 0.562 4632 4196 0 0 0.562 2 interp_poly -47 -21 61 -17 4632 4196 3 MP PP 4632 4196 0 0 0.562 4693 4179 0 0 0.562 4632 4196 0 0 0.562 2 interp_poly 4693 4179 0 0 0.562 4646 4158 0 0 0.562 4693 4179 0 0 0.562 2 interp_poly 61 -13 -47 -19 4676 3607 3 MP PP 4676 3607 0 0 0.625 4629 3588 0 0 0.625 4676 3607 0 0 0.625 2 interp_poly 4629 3588 0 0 0.625 4690 3575 0 0 0.625 4629 3588 0 0 0.625 2 interp_poly -47 -23 61 -13 4629 3588 3 MP PP 4629 3588 0 0 0.625 4690 3575 0 0 0.625 4629 3588 0 0 0.625 2 interp_poly 4690 3575 0 0 0.625 4643 3552 0 0 0.625 4690 3575 0 0 0.625 2 interp_poly 60 -15 -46 -23 4674 4082 3 MP PP 4674 4082 0 0 0.562 4628 4059 0 0 0.562 4674 4082 0 0 0.562 2 interp_poly 4628 4059 0 0 0.562 4688 4044 0 0 0.562 4628 4059 0 0 0.562 2 interp_poly -46 -25 60 -15 4628 4059 3 MP PP 4628 4059 0 0 0.562 4688 4044 0 0 0.562 4628 4059 0 0 0.562 2 interp_poly 4688 4044 0 0 0.562 4642 4019 0 0 0.562 4688 4044 0 0 0.562 2 interp_poly 61 -33 -46 -89 4671 3447 3 MP PP 4671 3447 0 0 0.688 4625 3358 0 0 0.812 4671 3447 0 0 0.688 2 interp_poly 4625 3358 0 0 0.812 4686 3325 0 0 0.812 4625 3358 0 0 0.812 2 interp_poly -47 55 61 3 4588 3143 3 MP PP 4588 3143 0 0 0.812 4649 3146 0 0 0.812 4588 3143 0 0 0.812 2 interp_poly 4649 3146 0 0 0.812 4602 3201 0 0 0.625 4649 3146 0 0 0.812 2 interp_poly -47 -235 61 -33 4625 3358 3 MP PP 4625 3358 0 0 0.812 4686 3325 0 0 0.812 4625 3358 0 0 0.812 2 interp_poly 4686 3325 0 0 0.812 4639 3090 0 0.25 1 4686 3325 0 0 0.812 2 interp_poly 60 -15 -46 -23 4670 3940 3 MP PP 4670 3940 0 0 0.562 4624 3917 0 0 0.562 4670 3940 0 0 0.562 2 interp_poly 4624 3917 0 0 0.562 4684 3902 0 0 0.562 4624 3917 0 0 0.562 2 interp_poly -46 -26 60 -15 4624 3917 3 MP PP 4624 3917 0 0 0.562 4684 3902 0 0 0.562 4624 3917 0 0 0.562 2 interp_poly 4684 3902 0 0 0.562 4638 3876 0 0 0.562 4684 3902 0 0 0.562 2 interp_poly 61 -21 -47 -24 4666 3791 3 MP PP 4666 3791 0 0 0.562 4619 3767 0 0 0.562 4666 3791 0 0 0.562 2 interp_poly 4619 3767 0 0 0.562 4680 3746 0 0 0.625 4619 3767 0 0 0.562 2 interp_poly -47 -26 61 -21 4619 3767 3 MP PP 4619 3767 0 0 0.562 4680 3746 0 0 0.625 4619 3767 0 0 0.562 2 interp_poly 4680 3746 0 0 0.625 4633 3720 0 0 0.625 4680 3746 0 0 0.625 2 interp_poly -46 -18 60 -16 4618 4230 3 MP PP 4618 4230 0 0 0.562 4678 4214 0 0 0.562 4618 4230 0 0 0.562 2 interp_poly 4678 4214 0 0 0.562 4632 4196 0 0 0.562 4678 4214 0 0 0.562 2 interp_poly 61 -12 -47 -23 4662 3642 3 MP PP 4662 3642 0 0 0.625 4615 3619 0 0 0.625 4662 3642 0 0 0.625 2 interp_poly 4615 3619 0 0 0.625 4676 3607 0 0 0.625 4615 3619 0 0 0.625 2 interp_poly -47 -19 61 -12 4615 3619 3 MP PP 4615 3619 0 0 0.625 4676 3607 0 0 0.625 4615 3619 0 0 0.625 2 interp_poly 4676 3607 0 0 0.625 4629 3588 0 0 0.625 4676 3607 0 0 0.625 2 interp_poly 60 -15 -46 -22 4660 4119 3 MP PP 4660 4119 0 0 0.562 4614 4097 0 0 0.562 4660 4119 0 0 0.562 2 interp_poly 4614 4097 0 0 0.562 4674 4082 0 0 0.562 4614 4097 0 0 0.562 2 interp_poly -46 -23 60 -15 4614 4097 3 MP PP 4614 4097 0 0 0.562 4674 4082 0 0 0.562 4614 4097 0 0 0.562 2 interp_poly 4674 4082 0 0 0.562 4628 4059 0 0 0.562 4674 4082 0 0 0.562 2 interp_poly 60 -22 -46 -38 4657 3507 3 MP PP 4657 3507 0 0 0.625 4611 3469 0 0 0.625 4657 3507 0 0 0.625 2 interp_poly 4611 3469 0 0 0.625 4671 3447 0 0 0.688 4611 3469 0 0 0.625 2 interp_poly -46 -89 60 -22 4611 3469 3 MP PP 4611 3469 0 0 0.625 4671 3447 0 0 0.688 4611 3469 0 0 0.625 2 interp_poly 4671 3447 0 0 0.688 4625 3358 0 0 0.812 4671 3447 0 0 0.688 2 interp_poly 61 -16 -47 -22 4656 3978 3 MP PP 4656 3978 0 0 0.562 4609 3956 0 0 0.562 4656 3978 0 0 0.562 2 interp_poly 4609 3956 0 0 0.562 4670 3940 0 0 0.562 4609 3956 0 0 0.562 2 interp_poly -46 -23 61 -16 4609 3956 3 MP PP 4609 3956 0 0 0.562 4670 3940 0 0 0.562 4609 3956 0 0 0.562 2 interp_poly 4670 3940 0 0 0.562 4624 3917 0 0 0.562 4670 3940 0 0 0.562 2 interp_poly -46 188 60 -19 4607 2452 3 MP PP 4607 2452 0.438 1 0.625 4667 2433 0.438 1 0.625 4607 2452 0.438 1 0.625 2 interp_poly 4667 2433 0.438 1 0.625 4621 2621 0.0625 1 1 4667 2433 0.438 1 0.625 2 interp_poly 60 -19 -46 -229 4653 2681 3 MP PP 4653 2681 0.0625 1 1 4607 2452 0.438 1 0.625 4653 2681 0.0625 1 1 2 interp_poly 4607 2452 0.438 1 0.625 4667 2433 0.438 1 0.625 4607 2452 0.438 1 0.625 2 interp_poly 61 -21 -47 -25 4652 3837 3 MP PP 4652 3837 0 0 0.562 4605 3812 0 0 0.562 4652 3837 0 0 0.562 2 interp_poly 4605 3812 0 0 0.562 4666 3791 0 0 0.562 4605 3812 0 0 0.562 2 interp_poly -47 -24 61 -21 4605 3812 3 MP PP 4605 3812 0 0 0.562 4666 3791 0 0 0.562 4605 3812 0 0 0.562 2 interp_poly 4666 3791 0 0 0.562 4619 3767 0 0 0.562 4666 3791 0 0 0.562 2 interp_poly 61 -11 -46 -25 4647 3678 3 MP PP 4647 3678 0 0 0.625 4601 3653 0 0 0.625 4647 3678 0 0 0.625 2 interp_poly 4601 3653 0 0 0.625 4662 3642 0 0 0.625 4601 3653 0 0 0.625 2 interp_poly -47 -23 61 -11 4601 3653 3 MP PP 4601 3653 0 0 0.625 4662 3642 0 0 0.625 4601 3653 0 0 0.625 2 interp_poly 4662 3642 0 0 0.625 4615 3619 0 0 0.625 4662 3642 0 0 0.625 2 interp_poly 60 -15 -46 -24 4646 4158 3 MP PP 4646 4158 0 0 0.562 4600 4134 0 0 0.562 4646 4158 0 0 0.562 2 interp_poly 4600 4134 0 0 0.562 4660 4119 0 0 0.562 4600 4134 0 0 0.562 2 interp_poly -46 -22 60 -15 4600 4134 3 MP PP 4600 4134 0 0 0.562 4660 4119 0 0 0.562 4600 4134 0 0 0.562 2 interp_poly 4660 4119 0 0 0.562 4614 4097 0 0 0.562 4660 4119 0 0 0.562 2 interp_poly 60 -21 -46 -24 4643 3552 3 MP PP 4643 3552 0 0 0.625 4597 3528 0 0 0.625 4643 3552 0 0 0.625 2 interp_poly 4597 3528 0 0 0.625 4657 3507 0 0 0.625 4597 3528 0 0 0.625 2 interp_poly -46 -38 60 -21 4597 3528 3 MP PP 4597 3528 0 0 0.625 4657 3507 0 0 0.625 4597 3528 0 0 0.625 2 interp_poly 4657 3507 0 0 0.625 4611 3469 0 0 0.625 4657 3507 0 0 0.625 2 interp_poly 61 -18 -47 -23 4642 4019 3 MP PP 4642 4019 0 0 0.562 4595 3996 0 0 0.562 4642 4019 0 0 0.562 2 interp_poly 4595 3996 0 0 0.562 4656 3978 0 0 0.562 4595 3996 0 0 0.562 2 interp_poly -47 -22 61 -18 4595 3996 3 MP PP 4595 3996 0 0 0.562 4656 3978 0 0 0.562 4595 3996 0 0 0.562 2 interp_poly 4656 3978 0 0 0.562 4609 3956 0 0 0.562 4656 3978 0 0 0.562 2 interp_poly -47 335 61 -17 4560 2638 3 MP PP 4560 2638 0.0625 1 1 4621 2621 0.0625 1 1 4560 2638 0.0625 1 1 2 interp_poly 4621 2621 0.0625 1 1 4574 2956 0 0.312 1 4621 2621 0.0625 1 1 2 interp_poly -47 -21 61 -16 4519 3024 3 MP PP 4519 3024 0 0 0.562 4580 3008 0 0 0.562 4519 3024 0 0 0.562 2 interp_poly 4580 3008 0 0 0.562 4533 2987 0 0 0.562 4580 3008 0 0 0.562 2 interp_poly 61 -16 -47 -22 4566 3046 3 MP PP 4566 3046 0 0 0.562 4519 3024 0 0 0.562 4566 3046 0 0 0.562 2 interp_poly 4519 3024 0 0 0.562 4580 3008 0 0 0.562 4519 3024 0 0 0.562 2 interp_poly -47 193 61 -6 4574 2956 3 MP PP 4574 2956 0 0.312 1 4635 2950 0 0.25 1 4574 2956 0 0.312 1 2 interp_poly 4635 2950 0 0.25 1 4588 3143 0 0 0.812 4635 2950 0 0.25 1 2 interp_poly 61 -6 -47 335 4621 2621 3 MP PP 4621 2621 0.0625 1 1 4574 2956 0 0.312 1 4621 2621 0.0625 1 1 2 interp_poly 4574 2956 0 0.312 1 4635 2950 0 0.25 1 4574 2956 0 0.312 1 2 interp_poly 60 -6 -46 -403 4639 3090 3 MP PP 4639 3090 0 0.25 1 4593 2687 0.0625 1 1 4639 3090 0 0.25 1 2 interp_poly 4593 2687 0.0625 1 1 4653 2681 0.0625 1 1 4593 2687 0.0625 1 1 2 interp_poly 61 -17 -47 186 4607 2452 3 MP PP 4607 2452 0.438 1 0.625 4560 2638 0.0625 1 1 4607 2452 0.438 1 0.625 2 interp_poly 4560 2638 0.0625 1 1 4621 2621 0.0625 1 1 4560 2638 0.0625 1 1 2 interp_poly -46 -229 60 -6 4593 2687 3 MP PP 4593 2687 0.0625 1 1 4653 2681 0.0625 1 1 4593 2687 0.0625 1 1 2 interp_poly 4653 2681 0.0625 1 1 4607 2452 0.438 1 0.625 4653 2681 0.0625 1 1 2 interp_poly 61 -15 -47 -24 4638 3876 3 MP PP 4638 3876 0 0 0.562 4591 3852 0 0 0.562 4638 3876 0 0 0.562 2 interp_poly 4591 3852 0 0 0.562 4652 3837 0 0 0.562 4591 3852 0 0 0.562 2 interp_poly -47 -25 61 -15 4591 3852 3 MP PP 4591 3852 0 0 0.562 4652 3837 0 0 0.562 4591 3852 0 0 0.562 2 interp_poly 4652 3837 0 0 0.562 4605 3812 0 0 0.562 4652 3837 0 0 0.562 2 interp_poly 60 -12 -46 -30 4633 3720 3 MP PP 4633 3720 0 0 0.625 4587 3690 0 0 0.625 4633 3720 0 0 0.625 2 interp_poly 4587 3690 0 0 0.625 4647 3678 0 0 0.625 4587 3690 0 0 0.625 2 interp_poly -46 -25 60 -12 4587 3690 3 MP PP 4587 3690 0 0 0.625 4647 3678 0 0 0.625 4587 3690 0 0 0.625 2 interp_poly 4647 3678 0 0 0.625 4601 3653 0 0 0.625 4647 3678 0 0 0.625 2 interp_poly 61 -16 -47 -22 4632 4196 3 MP PP 4632 4196 0 0 0.562 4585 4174 0 0 0.562 4632 4196 0 0 0.562 2 interp_poly 4585 4174 0 0 0.562 4646 4158 0 0 0.562 4585 4174 0 0 0.562 2 interp_poly -46 -24 61 -16 4585 4174 3 MP PP 4585 4174 0 0 0.562 4646 4158 0 0 0.562 4585 4174 0 0 0.562 2 interp_poly 4646 4158 0 0 0.562 4600 4134 0 0 0.562 4646 4158 0 0 0.562 2 interp_poly 60 -19 -46 -17 4629 3588 3 MP PP 4629 3588 0 0 0.625 4583 3571 0 0 0.562 4629 3588 0 0 0.625 2 interp_poly 4583 3571 0 0 0.562 4643 3552 0 0 0.625 4583 3571 0 0 0.562 2 interp_poly -46 -24 60 -19 4583 3571 3 MP PP 4583 3571 0 0 0.562 4643 3552 0 0 0.625 4583 3571 0 0 0.562 2 interp_poly 4643 3552 0 0 0.625 4597 3528 0 0 0.625 4643 3552 0 0 0.625 2 interp_poly 61 -16 -47 -24 4628 4059 3 MP PP 4628 4059 0 0 0.562 4581 4035 0 0 0.562 4628 4059 0 0 0.562 2 interp_poly 4581 4035 0 0 0.562 4642 4019 0 0 0.562 4581 4035 0 0 0.562 2 interp_poly -47 -23 61 -16 4581 4035 3 MP PP 4581 4035 0 0 0.562 4642 4019 0 0 0.562 4581 4035 0 0 0.562 2 interp_poly 4642 4019 0 0 0.562 4595 3996 0 0 0.562 4642 4019 0 0 0.562 2 interp_poly -46 -21 60 -16 4524 3156 3 MP PP 4524 3156 0 0 0.562 4584 3140 0 0 0.562 4524 3156 0 0 0.562 2 interp_poly 4584 3140 0 0 0.562 4538 3119 0 0 0.562 4584 3140 0 0 0.562 2 interp_poly 60 -16 -46 -20 4570 3176 3 MP PP 4570 3176 0 0 0.562 4524 3156 0 0 0.562 4570 3176 0 0 0.562 2 interp_poly 4524 3156 0 0 0.562 4584 3140 0 0 0.562 4524 3156 0 0 0.562 2 interp_poly -47 -14 61 -11 4495 3215 3 MP PP 4495 3215 0 0 0.625 4556 3204 0 0 0.562 4495 3215 0 0 0.625 2 interp_poly 4556 3204 0 0 0.562 4509 3190 0 0 0.562 4556 3204 0 0 0.562 2 interp_poly -46 -20 61 -14 4509 3190 3 MP PP 4509 3190 0 0 0.562 4570 3176 0 0 0.562 4509 3190 0 0 0.562 2 interp_poly 4570 3176 0 0 0.562 4524 3156 0 0 0.562 4570 3176 0 0 0.562 2 interp_poly 61 -14 -47 -14 4556 3204 3 MP PP 4556 3204 0 0 0.562 4509 3190 0 0 0.562 4556 3204 0 0 0.562 2 interp_poly 4509 3190 0 0 0.562 4570 3176 0 0 0.562 4509 3190 0 0 0.562 2 interp_poly -46 63 60 -8 4528 3151 3 MP PP 4528 3151 0 0 0.875 4588 3143 0 0 0.812 4528 3151 0 0 0.875 2 interp_poly 4588 3143 0 0 0.812 4542 3206 0 0 0.688 4588 3143 0 0 0.812 2 interp_poly -47 -20 61 -15 4477 3134 3 MP PP 4477 3134 0 0 0.562 4538 3119 0 0 0.562 4477 3134 0 0 0.562 2 interp_poly 4538 3119 0 0 0.562 4491 3099 0 0 0.562 4538 3119 0 0 0.562 2 interp_poly 61 -15 -47 -22 4524 3156 3 MP PP 4524 3156 0 0 0.562 4477 3134 0 0 0.562 4524 3156 0 0 0.562 2 interp_poly 4477 3134 0 0 0.562 4538 3119 0 0 0.562 4477 3134 0 0 0.562 2 interp_poly -47 -22 61 -16 4491 3099 3 MP PP 4491 3099 0 0 0.562 4552 3083 0 0 0.562 4491 3099 0 0 0.562 2 interp_poly 4552 3083 0 0 0.562 4505 3061 0 0 0.562 4552 3083 0 0 0.562 2 interp_poly 61 -16 -47 -20 4538 3119 3 MP PP 4538 3119 0 0 0.562 4491 3099 0 0 0.562 4538 3119 0 0 0.562 2 interp_poly 4491 3099 0 0 0.562 4552 3083 0 0 0.562 4491 3099 0 0 0.562 2 interp_poly -47 -22 61 -15 4505 3061 3 MP PP 4505 3061 0 0 0.562 4566 3046 0 0 0.562 4505 3061 0 0 0.562 2 interp_poly 4566 3046 0 0 0.562 4519 3024 0 0 0.562 4566 3046 0 0 0.562 2 interp_poly 61 -15 -47 -22 4552 3083 3 MP PP 4552 3083 0 0 0.562 4505 3061 0 0 0.562 4552 3083 0 0 0.562 2 interp_poly 4505 3061 0 0 0.562 4566 3046 0 0 0.562 4505 3061 0 0 0.562 2 interp_poly 60 -8 -46 195 4574 2956 3 MP PP 4574 2956 0 0.312 1 4528 3151 0 0 0.875 4574 2956 0 0.312 1 2 interp_poly 4528 3151 0 0 0.875 4588 3143 0 0 0.812 4528 3151 0 0 0.875 2 interp_poly 61 -11 -47 9 4542 3206 3 MP PP 4542 3206 0 0 0.688 4495 3215 0 0 0.625 4542 3206 0 0 0.688 2 interp_poly 4495 3215 0 0 0.625 4556 3204 0 0 0.562 4495 3215 0 0 0.625 2 interp_poly -46 3 60 -5 4542 3206 3 MP PP 4542 3206 0 0 0.688 4602 3201 0 0 0.625 4542 3206 0 0 0.688 2 interp_poly 4602 3201 0 0 0.625 4556 3204 0 0 0.562 4602 3201 0 0 0.625 2 interp_poly 60 -5 -46 63 4588 3143 3 MP PP 4588 3143 0 0 0.812 4542 3206 0 0 0.688 4588 3143 0 0 0.812 2 interp_poly 4542 3206 0 0 0.688 4602 3201 0 0 0.625 4542 3206 0 0 0.688 2 interp_poly 61 -38 -47 -230 4625 3358 3 MP PP 4625 3358 0 0 0.812 4578 3128 0 0.25 1 4625 3358 0 0 0.812 2 interp_poly 4578 3128 0 0.25 1 4639 3090 0 0.25 1 4578 3128 0 0.25 1 2 interp_poly -46 -403 61 -38 4578 3128 3 MP PP 4578 3128 0 0.25 1 4639 3090 0 0.25 1 4578 3128 0 0.25 1 2 interp_poly 4639 3090 0 0.25 1 4593 2687 0.0625 1 1 4639 3090 0 0.25 1 2 interp_poly 61 -16 -47 -25 4624 3917 3 MP PP 4624 3917 0 0 0.562 4577 3892 0 0 0.562 4624 3917 0 0 0.562 2 interp_poly 4577 3892 0 0 0.562 4638 3876 0 0 0.562 4577 3892 0 0 0.562 2 interp_poly -47 -24 61 -16 4577 3892 3 MP PP 4577 3892 0 0 0.562 4638 3876 0 0 0.562 4577 3892 0 0 0.562 2 interp_poly 4638 3876 0 0 0.562 4591 3852 0 0 0.562 4638 3876 0 0 0.562 2 interp_poly 60 -20 -46 -27 4619 3767 3 MP PP 4619 3767 0 0 0.562 4573 3740 0 0 0.625 4619 3767 0 0 0.562 2 interp_poly 4573 3740 0 0 0.625 4633 3720 0 0 0.625 4573 3740 0 0 0.625 2 interp_poly -46 -30 60 -20 4573 3740 3 MP PP 4573 3740 0 0 0.625 4633 3720 0 0 0.625 4573 3740 0 0 0.625 2 interp_poly 4633 3720 0 0 0.625 4587 3690 0 0 0.625 4633 3720 0 0 0.625 2 interp_poly 61 -16 -47 -18 4618 4230 3 MP PP 4618 4230 0 0 0.562 4571 4212 0 0 0.562 4618 4230 0 0 0.562 2 interp_poly 4571 4212 0 0 0.562 4632 4196 0 0 0.562 4571 4212 0 0 0.562 2 interp_poly -47 -22 61 -16 4571 4212 3 MP PP 4571 4212 0 0 0.562 4632 4196 0 0 0.562 4571 4212 0 0 0.562 2 interp_poly 4632 4196 0 0 0.562 4585 4174 0 0 0.562 4632 4196 0 0 0.562 2 interp_poly 60 -13 -46 -18 4615 3619 3 MP PP 4615 3619 0 0 0.625 4569 3601 0 0 0.625 4615 3619 0 0 0.625 2 interp_poly 4569 3601 0 0 0.625 4629 3588 0 0 0.625 4569 3601 0 0 0.625 2 interp_poly -46 -17 60 -13 4569 3601 3 MP PP 4569 3601 0 0 0.625 4629 3588 0 0 0.625 4569 3601 0 0 0.625 2 interp_poly 4629 3588 0 0 0.625 4583 3571 0 0 0.562 4629 3588 0 0 0.625 2 interp_poly 61 -16 -47 -22 4614 4097 3 MP PP 4614 4097 0 0 0.562 4567 4075 0 0 0.562 4614 4097 0 0 0.562 2 interp_poly 4567 4075 0 0 0.562 4628 4059 0 0 0.562 4567 4075 0 0 0.562 2 interp_poly -47 -24 61 -16 4567 4075 3 MP PP 4567 4075 0 0 0.562 4628 4059 0 0 0.562 4567 4075 0 0 0.562 2 interp_poly 4628 4059 0 0 0.562 4581 4035 0 0 0.562 4628 4059 0 0 0.562 2 interp_poly 61 -27 -47 -84 4611 3469 3 MP PP 4611 3469 0 0 0.625 4564 3385 0 0 0.75 4611 3469 0 0 0.625 2 interp_poly 4564 3385 0 0 0.75 4625 3358 0 0 0.812 4564 3385 0 0 0.75 2 interp_poly -47 -230 61 -27 4564 3385 3 MP PP 4564 3385 0 0 0.75 4625 3358 0 0 0.812 4564 3385 0 0 0.75 2 interp_poly 4625 3358 0 0 0.812 4578 3128 0 0.25 1 4625 3358 0 0 0.812 2 interp_poly 61 -14 -46 -25 4609 3956 3 MP PP 4609 3956 0 0 0.562 4563 3931 0 0 0.562 4609 3956 0 0 0.562 2 interp_poly 4563 3931 0 0 0.562 4624 3917 0 0 0.562 4563 3931 0 0 0.562 2 interp_poly -47 -25 61 -14 4563 3931 3 MP PP 4563 3931 0 0 0.562 4624 3917 0 0 0.562 4563 3931 0 0 0.562 2 interp_poly 4624 3917 0 0 0.562 4577 3892 0 0 0.562 4624 3917 0 0 0.562 2 interp_poly 60 -19 -46 -26 4605 3812 3 MP PP 4605 3812 0 0 0.562 4559 3786 0 0 0.562 4605 3812 0 0 0.562 2 interp_poly 4559 3786 0 0 0.562 4619 3767 0 0 0.562 4559 3786 0 0 0.562 2 interp_poly -46 -27 60 -19 4559 3786 3 MP PP 4559 3786 0 0 0.562 4619 3767 0 0 0.562 4559 3786 0 0 0.562 2 interp_poly 4619 3767 0 0 0.562 4573 3740 0 0 0.625 4619 3767 0 0 0.562 2 interp_poly -47 -18 61 -16 4557 4246 3 MP PP 4557 4246 0 0 0.562 4618 4230 0 0 0.562 4557 4246 0 0 0.562 2 interp_poly 4618 4230 0 0 0.562 4571 4212 0 0 0.562 4618 4230 0 0 0.562 2 interp_poly 61 -13 -47 -21 4601 3653 3 MP PP 4601 3653 0 0 0.625 4554 3632 0 0 0.625 4601 3653 0 0 0.625 2 interp_poly 4554 3632 0 0 0.625 4615 3619 0 0 0.625 4554 3632 0 0 0.625 2 interp_poly -46 -18 61 -13 4554 3632 3 MP PP 4554 3632 0 0 0.625 4615 3619 0 0 0.625 4554 3632 0 0 0.625 2 interp_poly 4615 3619 0 0 0.625 4569 3601 0 0 0.625 4615 3619 0 0 0.625 2 interp_poly 61 -16 -47 -21 4600 4134 3 MP PP 4600 4134 0 0 0.562 4553 4113 0 0 0.562 4600 4134 0 0 0.562 2 interp_poly 4553 4113 0 0 0.562 4614 4097 0 0 0.562 4553 4113 0 0 0.562 2 interp_poly -47 -22 61 -16 4553 4113 3 MP PP 4553 4113 0 0 0.562 4614 4097 0 0 0.562 4553 4113 0 0 0.562 2 interp_poly 4614 4097 0 0 0.562 4567 4075 0 0 0.562 4614 4097 0 0 0.562 2 interp_poly 61 -24 -47 -35 4597 3528 3 MP PP 4597 3528 0 0 0.625 4550 3493 0 0 0.625 4597 3528 0 0 0.625 2 interp_poly 4550 3493 0 0 0.625 4611 3469 0 0 0.625 4550 3493 0 0 0.625 2 interp_poly -47 -84 61 -24 4550 3493 3 MP PP 4550 3493 0 0 0.625 4611 3469 0 0 0.625 4550 3493 0 0 0.625 2 interp_poly 4611 3469 0 0 0.625 4564 3385 0 0 0.75 4611 3469 0 0 0.625 2 interp_poly 60 -16 -46 -24 4595 3996 3 MP PP 4595 3996 0 0 0.562 4549 3972 0 0 0.562 4595 3996 0 0 0.562 2 interp_poly 4549 3972 0 0 0.562 4609 3956 0 0 0.562 4549 3972 0 0 0.562 2 interp_poly -46 -25 60 -16 4549 3972 3 MP PP 4549 3972 0 0 0.562 4609 3956 0 0 0.562 4549 3972 0 0 0.562 2 interp_poly 4609 3956 0 0 0.562 4563 3931 0 0 0.562 4609 3956 0 0 0.562 2 interp_poly -47 186 61 25 4546 2427 3 MP PP 4546 2427 0.562 1 0.5 4607 2452 0.438 1 0.625 4546 2427 0.562 1 0.5 2 interp_poly 4607 2452 0.438 1 0.625 4560 2638 0.0625 1 1 4607 2452 0.438 1 0.625 2 interp_poly 61 25 -47 -260 4593 2687 3 MP PP 4593 2687 0.0625 1 1 4546 2427 0.562 1 0.5 4593 2687 0.0625 1 1 2 interp_poly 4546 2427 0.562 1 0.5 4607 2452 0.438 1 0.625 4546 2427 0.562 1 0.5 2 interp_poly 60 -19 -46 -21 4591 3852 3 MP PP 4591 3852 0 0 0.562 4545 3831 0 0 0.562 4591 3852 0 0 0.562 2 interp_poly 4545 3831 0 0 0.562 4605 3812 0 0 0.562 4545 3831 0 0 0.562 2 interp_poly -46 -26 60 -19 4545 3831 3 MP PP 4545 3831 0 0 0.562 4605 3812 0 0 0.562 4545 3831 0 0 0.562 2 interp_poly 4605 3812 0 0 0.562 4559 3786 0 0 0.562 4605 3812 0 0 0.562 2 interp_poly 61 -10 -47 -27 4587 3690 3 MP PP 4587 3690 0 0 0.625 4540 3663 0 0 0.625 4587 3690 0 0 0.625 2 interp_poly 4540 3663 0 0 0.625 4601 3653 0 0 0.625 4540 3663 0 0 0.625 2 interp_poly -47 -21 61 -10 4540 3663 3 MP PP 4540 3663 0 0 0.625 4601 3653 0 0 0.625 4540 3663 0 0 0.625 2 interp_poly 4601 3653 0 0 0.625 4554 3632 0 0 0.625 4601 3653 0 0 0.625 2 interp_poly gr 1 sg 0 sg 4600 4968 mt (z) s gs 899 389 5356 4226 rc 1 sg 61 -14 -46 -26 4585 4174 3 MP PP 4585 4174 0 0 0.562 4539 4148 0 0 0.562 4585 4174 0 0 0.562 2 interp_poly 4539 4148 0 0 0.562 4600 4134 0 0 0.562 4539 4148 0 0 0.562 2 interp_poly -47 -21 61 -14 4539 4148 3 MP PP 4539 4148 0 0 0.562 4600 4134 0 0 0.562 4539 4148 0 0 0.562 2 interp_poly 4600 4134 0 0 0.562 4553 4113 0 0 0.562 4600 4134 0 0 0.562 2 interp_poly 61 -22 -47 -21 4583 3571 3 MP PP 4583 3571 0 0 0.562 4536 3550 0 0 0.562 4583 3571 0 0 0.562 2 interp_poly 4536 3550 0 0 0.562 4597 3528 0 0 0.625 4536 3550 0 0 0.562 2 interp_poly -47 -35 61 -22 4536 3550 3 MP PP 4536 3550 0 0 0.562 4597 3528 0 0 0.625 4536 3550 0 0 0.562 2 interp_poly 4597 3528 0 0 0.625 4550 3493 0 0 0.625 4597 3528 0 0 0.625 2 interp_poly 60 -17 -46 -22 4581 4035 3 MP PP 4581 4035 0 0 0.562 4535 4013 0 0 0.562 4581 4035 0 0 0.562 2 interp_poly 4535 4013 0 0 0.562 4595 3996 0 0 0.562 4535 4013 0 0 0.562 2 interp_poly -46 -24 60 -17 4535 4013 3 MP PP 4535 4013 0 0 0.562 4595 3996 0 0 0.562 4535 4013 0 0 0.562 2 interp_poly 4595 3996 0 0 0.562 4549 3972 0 0 0.562 4595 3996 0 0 0.562 2 interp_poly -46 333 60 -6 4500 2644 3 MP PP 4500 2644 0.0625 1 1 4560 2638 0.0625 1 1 4500 2644 0.0625 1 1 2 interp_poly 4560 2638 0.0625 1 1 4514 2971 0 0.312 1 4560 2638 0.0625 1 1 2 interp_poly -46 -22 60 -15 4459 3039 3 MP PP 4459 3039 0 0 0.562 4519 3024 0 0 0.562 4459 3039 0 0 0.562 2 interp_poly 4519 3024 0 0 0.562 4473 3002 0 0 0.562 4519 3024 0 0 0.562 2 interp_poly 60 -15 -46 -22 4505 3061 3 MP PP 4505 3061 0 0 0.562 4459 3039 0 0 0.562 4505 3061 0 0 0.562 2 interp_poly 4459 3039 0 0 0.562 4519 3024 0 0 0.562 4459 3039 0 0 0.562 2 interp_poly -46 -23 60 -15 4473 3002 3 MP PP 4473 3002 0 0 0.562 4533 2987 0 0 0.562 4473 3002 0 0 0.562 2 interp_poly 4533 2987 0 0 0.562 4487 2964 0 0 0.562 4533 2987 0 0 0.562 2 interp_poly 60 -15 -46 -22 4519 3024 3 MP PP 4519 3024 0 0 0.562 4473 3002 0 0 0.562 4519 3024 0 0 0.562 2 interp_poly 4473 3002 0 0 0.562 4533 2987 0 0 0.562 4473 3002 0 0 0.562 2 interp_poly -46 195 60 -15 4514 2971 3 MP PP 4514 2971 0 0.312 1 4574 2956 0 0.312 1 4514 2971 0 0.312 1 2 interp_poly 4574 2956 0 0.312 1 4528 3151 0 0 0.875 4574 2956 0 0.312 1 2 interp_poly 60 -15 -46 333 4560 2638 3 MP PP 4560 2638 0.0625 1 1 4514 2971 0 0.312 1 4560 2638 0.0625 1 1 2 interp_poly 4514 2971 0 0.312 1 4574 2956 0 0.312 1 4514 2971 0 0.312 1 2 interp_poly 61 -1 -46 -440 4578 3128 3 MP PP 4578 3128 0 0.25 1 4532 2688 0.0625 1 1 4578 3128 0 0.25 1 2 interp_poly 4532 2688 0.0625 1 1 4593 2687 0.0625 1 1 4532 2688 0.0625 1 1 2 interp_poly 60 -6 -46 217 4546 2427 3 MP PP 4546 2427 0.562 1 0.5 4500 2644 0.0625 1 1 4546 2427 0.562 1 0.5 2 interp_poly 4500 2644 0.0625 1 1 4560 2638 0.0625 1 1 4500 2644 0.0625 1 1 2 interp_poly -47 -260 61 -1 4532 2688 3 MP PP 4532 2688 0.0625 1 1 4593 2687 0.0625 1 1 4532 2688 0.0625 1 1 2 interp_poly 4593 2687 0.0625 1 1 4546 2427 0.562 1 0.5 4593 2687 0.0625 1 1 2 interp_poly 60 -18 -46 -22 4577 3892 3 MP PP 4577 3892 0 0 0.562 4531 3870 0 0 0.562 4577 3892 0 0 0.562 2 interp_poly 4531 3870 0 0 0.562 4591 3852 0 0 0.562 4531 3870 0 0 0.562 2 interp_poly -46 -21 60 -18 4531 3870 3 MP PP 4531 3870 0 0 0.562 4591 3852 0 0 0.562 4531 3870 0 0 0.562 2 interp_poly 4591 3852 0 0 0.562 4545 3831 0 0 0.562 4591 3852 0 0 0.562 2 interp_poly 61 -17 -47 -33 4573 3740 3 MP PP 4573 3740 0 0 0.625 4526 3707 0 0 0.625 4573 3740 0 0 0.625 2 interp_poly 4526 3707 0 0 0.625 4587 3690 0 0 0.625 4526 3707 0 0 0.625 2 interp_poly -47 -27 61 -17 4526 3707 3 MP PP 4526 3707 0 0 0.625 4587 3690 0 0 0.625 4526 3707 0 0 0.625 2 interp_poly 4587 3690 0 0 0.625 4540 3663 0 0 0.625 4587 3690 0 0 0.625 2 interp_poly 60 -16 -46 -22 4571 4212 3 MP PP 4571 4212 0 0 0.562 4525 4190 0 0 0.562 4571 4212 0 0 0.562 2 interp_poly 4525 4190 0 0 0.562 4585 4174 0 0 0.562 4525 4190 0 0 0.562 2 interp_poly -46 -26 60 -16 4525 4190 3 MP PP 4525 4190 0 0 0.562 4585 4174 0 0 0.562 4525 4190 0 0 0.562 2 interp_poly 4585 4174 0 0 0.562 4539 4148 0 0 0.562 4585 4174 0 0 0.562 2 interp_poly 61 -16 -47 -14 4569 3601 3 MP PP 4569 3601 0 0 0.625 4522 3587 0 0 0.562 4569 3601 0 0 0.625 2 interp_poly 4522 3587 0 0 0.562 4583 3571 0 0 0.562 4522 3587 0 0 0.562 2 interp_poly -47 -21 61 -16 4522 3587 3 MP PP 4522 3587 0 0 0.562 4583 3571 0 0 0.562 4522 3587 0 0 0.562 2 interp_poly 4583 3571 0 0 0.562 4536 3550 0 0 0.562 4583 3571 0 0 0.562 2 interp_poly 60 -16 -46 -24 4567 4075 3 MP PP 4567 4075 0 0 0.562 4521 4051 0 0 0.562 4567 4075 0 0 0.562 2 interp_poly 4521 4051 0 0 0.562 4581 4035 0 0 0.562 4521 4051 0 0 0.562 2 interp_poly -46 -22 60 -16 4521 4051 3 MP PP 4521 4051 0 0 0.562 4581 4035 0 0 0.562 4521 4051 0 0 0.562 2 interp_poly 4581 4035 0 0 0.562 4535 4013 0 0 0.562 4581 4035 0 0 0.562 2 interp_poly -47 -22 61 -14 4463 3170 3 MP PP 4463 3170 0 0 0.562 4524 3156 0 0 0.562 4463 3170 0 0 0.562 2 interp_poly 4524 3156 0 0 0.562 4477 3134 0 0 0.562 4524 3156 0 0 0.562 2 interp_poly 61 -14 -46 -20 4509 3190 3 MP PP 4509 3190 0 0 0.562 4463 3170 0 0 0.562 4509 3190 0 0 0.562 2 interp_poly 4463 3170 0 0 0.562 4524 3156 0 0 0.562 4463 3170 0 0 0.562 2 interp_poly -46 -11 60 -14 4435 3229 3 MP PP 4435 3229 0 0 0.625 4495 3215 0 0 0.625 4435 3229 0 0 0.625 2 interp_poly 4495 3215 0 0 0.625 4449 3204 0 0 0.562 4495 3215 0 0 0.625 2 interp_poly -46 -20 60 -14 4449 3204 3 MP PP 4449 3204 0 0 0.562 4509 3190 0 0 0.562 4449 3204 0 0 0.562 2 interp_poly 4509 3190 0 0 0.562 4463 3170 0 0 0.562 4509 3190 0 0 0.562 2 interp_poly 60 -14 -46 -11 4495 3215 3 MP PP 4495 3215 0 0 0.625 4449 3204 0 0 0.562 4495 3215 0 0 0.625 2 interp_poly 4449 3204 0 0 0.562 4509 3190 0 0 0.562 4449 3204 0 0 0.562 2 interp_poly -47 67 61 -17 4467 3168 3 MP PP 4467 3168 0 0 0.875 4528 3151 0 0 0.875 4467 3168 0 0 0.875 2 interp_poly 4528 3151 0 0 0.875 4481 3218 0 0 0.688 4528 3151 0 0 0.875 2 interp_poly -47 9 61 -12 4481 3218 3 MP PP 4481 3218 0 0 0.688 4542 3206 0 0 0.688 4481 3218 0 0 0.688 2 interp_poly 4542 3206 0 0 0.688 4495 3215 0 0 0.625 4542 3206 0 0 0.688 2 interp_poly 61 -12 -47 67 4528 3151 3 MP PP 4528 3151 0 0 0.875 4481 3218 0 0 0.688 4528 3151 0 0 0.875 2 interp_poly 4481 3218 0 0 0.688 4542 3206 0 0 0.688 4481 3218 0 0 0.688 2 interp_poly 60 -29 -46 -228 4564 3385 3 MP PP 4564 3385 0 0 0.75 4518 3157 0 0.188 1 4564 3385 0 0 0.75 2 interp_poly 4518 3157 0 0.188 1 4578 3128 0 0.25 1 4518 3157 0 0.188 1 2 interp_poly -46 -21 61 -15 4416 3149 3 MP PP 4416 3149 0 0 0.562 4477 3134 0 0 0.562 4416 3149 0 0 0.562 2 interp_poly 4477 3134 0 0 0.562 4431 3113 0 0 0.562 4477 3134 0 0 0.562 2 interp_poly 61 -15 -47 -21 4463 3170 3 MP PP 4463 3170 0 0 0.562 4416 3149 0 0 0.562 4463 3170 0 0 0.562 2 interp_poly 4416 3149 0 0 0.562 4477 3134 0 0 0.562 4416 3149 0 0 0.562 2 interp_poly -46 -22 60 -14 4431 3113 3 MP PP 4431 3113 0 0 0.562 4491 3099 0 0 0.562 4431 3113 0 0 0.562 2 interp_poly 4491 3099 0 0 0.562 4445 3077 0 0 0.562 4491 3099 0 0 0.562 2 interp_poly 60 -14 -46 -21 4477 3134 3 MP PP 4477 3134 0 0 0.562 4431 3113 0 0 0.562 4477 3134 0 0 0.562 2 interp_poly 4431 3113 0 0 0.562 4491 3099 0 0 0.562 4431 3113 0 0 0.562 2 interp_poly -46 -22 60 -16 4445 3077 3 MP PP 4445 3077 0 0 0.562 4505 3061 0 0 0.562 4445 3077 0 0 0.562 2 interp_poly 4505 3061 0 0 0.562 4459 3039 0 0 0.562 4505 3061 0 0 0.562 2 interp_poly 60 -16 -46 -22 4491 3099 3 MP PP 4491 3099 0 0 0.562 4445 3077 0 0 0.562 4491 3099 0 0 0.562 2 interp_poly 4445 3077 0 0 0.562 4505 3061 0 0 0.562 4445 3077 0 0 0.562 2 interp_poly 61 -17 -47 197 4514 2971 3 MP PP 4514 2971 0 0.312 1 4467 3168 0 0 0.875 4514 2971 0 0.312 1 2 interp_poly 4467 3168 0 0 0.875 4528 3151 0 0 0.875 4467 3168 0 0 0.875 2 interp_poly -46 -440 60 -29 4518 3157 3 MP PP 4518 3157 0 0.188 1 4578 3128 0 0.25 1 4518 3157 0 0.188 1 2 interp_poly 4578 3128 0 0.25 1 4532 2688 0.0625 1 1 4578 3128 0 0.25 1 2 interp_poly 61 -16 -47 -23 4563 3931 3 MP PP 4563 3931 0 0 0.562 4516 3908 0 0 0.562 4563 3931 0 0 0.562 2 interp_poly 4516 3908 0 0 0.562 4577 3892 0 0 0.562 4516 3908 0 0 0.562 2 interp_poly -46 -22 61 -16 4516 3908 3 MP PP 4516 3908 0 0 0.562 4577 3892 0 0 0.562 4516 3908 0 0 0.562 2 interp_poly 4577 3892 0 0 0.562 4531 3870 0 0 0.562 4577 3892 0 0 0.562 2 interp_poly 61 -17 -47 -29 4559 3786 3 MP PP 4559 3786 0 0 0.562 4512 3757 0 0 0.625 4559 3786 0 0 0.562 2 interp_poly 4512 3757 0 0 0.625 4573 3740 0 0 0.625 4512 3757 0 0 0.625 2 interp_poly -47 -33 61 -17 4512 3757 3 MP PP 4512 3757 0 0 0.625 4573 3740 0 0 0.625 4512 3757 0 0 0.625 2 interp_poly 4573 3740 0 0 0.625 4526 3707 0 0 0.625 4573 3740 0 0 0.625 2 interp_poly 60 -16 -46 -18 4557 4246 3 MP PP 4557 4246 0 0 0.562 4511 4228 0 0 0.562 4557 4246 0 0 0.562 2 interp_poly 4511 4228 0 0 0.562 4571 4212 0 0 0.562 4511 4228 0 0 0.562 2 interp_poly -46 -22 60 -16 4511 4228 3 MP PP 4511 4228 0 0 0.562 4571 4212 0 0 0.562 4511 4228 0 0 0.562 2 interp_poly 4571 4212 0 0 0.562 4525 4190 0 0 0.562 4571 4212 0 0 0.562 2 interp_poly 61 -14 -46 -17 4554 3632 3 MP PP 4554 3632 0 0 0.625 4508 3615 0 0 0.625 4554 3632 0 0 0.625 2 interp_poly 4508 3615 0 0 0.625 4569 3601 0 0 0.625 4508 3615 0 0 0.625 2 interp_poly -47 -14 61 -14 4508 3615 3 MP PP 4508 3615 0 0 0.625 4569 3601 0 0 0.625 4508 3615 0 0 0.625 2 interp_poly 4569 3601 0 0 0.625 4522 3587 0 0 0.562 4569 3601 0 0 0.625 2 interp_poly 60 -16 -46 -22 4553 4113 3 MP PP 4553 4113 0 0 0.562 4507 4091 0 0 0.562 4553 4113 0 0 0.562 2 interp_poly 4507 4091 0 0 0.562 4567 4075 0 0 0.562 4507 4091 0 0 0.562 2 interp_poly -46 -24 60 -16 4507 4091 3 MP PP 4507 4091 0 0 0.562 4567 4075 0 0 0.562 4507 4091 0 0 0.562 2 interp_poly 4567 4075 0 0 0.562 4521 4051 0 0 0.562 4567 4075 0 0 0.562 2 interp_poly 60 -27 -46 -81 4550 3493 3 MP PP 4550 3493 0 0 0.625 4504 3412 0 0 0.75 4550 3493 0 0 0.625 2 interp_poly 4504 3412 0 0 0.75 4564 3385 0 0 0.75 4504 3412 0 0 0.75 2 interp_poly -46 -228 60 -27 4504 3412 3 MP PP 4504 3412 0 0 0.75 4564 3385 0 0 0.75 4504 3412 0 0 0.75 2 interp_poly 4564 3385 0 0 0.75 4518 3157 0 0.188 1 4564 3385 0 0 0.75 2 interp_poly 61 -15 -47 -26 4549 3972 3 MP PP 4549 3972 0 0 0.562 4502 3946 0 0 0.562 4549 3972 0 0 0.562 2 interp_poly 4502 3946 0 0 0.562 4563 3931 0 0 0.562 4502 3946 0 0 0.562 2 interp_poly -47 -23 61 -15 4502 3946 3 MP PP 4502 3946 0 0 0.562 4563 3931 0 0 0.562 4502 3946 0 0 0.562 2 interp_poly 4563 3931 0 0 0.562 4516 3908 0 0 0.562 4563 3931 0 0 0.562 2 interp_poly 61 -21 -47 -24 4545 3831 3 MP PP 4545 3831 0 0 0.562 4498 3807 0 0 0.562 4545 3831 0 0 0.562 2 interp_poly 4498 3807 0 0 0.562 4559 3786 0 0 0.562 4498 3807 0 0 0.562 2 interp_poly -47 -29 61 -21 4498 3807 3 MP PP 4498 3807 0 0 0.562 4559 3786 0 0 0.562 4498 3807 0 0 0.562 2 interp_poly 4559 3786 0 0 0.562 4512 3757 0 0 0.625 4559 3786 0 0 0.562 2 interp_poly -46 -18 60 -16 4497 4262 3 MP PP 4497 4262 0 0 0.562 4557 4246 0 0 0.562 4497 4262 0 0 0.562 2 interp_poly 4557 4246 0 0 0.562 4511 4228 0 0 0.562 4557 4246 0 0 0.562 2 interp_poly 60 -12 -46 -19 4540 3663 3 MP PP 4540 3663 0 0 0.625 4494 3644 0 0 0.625 4540 3663 0 0 0.625 2 interp_poly 4494 3644 0 0 0.625 4554 3632 0 0 0.625 4494 3644 0 0 0.625 2 interp_poly -46 -17 60 -12 4494 3644 3 MP PP 4494 3644 0 0 0.625 4554 3632 0 0 0.625 4494 3644 0 0 0.625 2 interp_poly 4554 3632 0 0 0.625 4508 3615 0 0 0.625 4554 3632 0 0 0.625 2 interp_poly 61 -15 -47 -20 4539 4148 3 MP PP 4539 4148 0 0 0.562 4492 4128 0 0 0.562 4539 4148 0 0 0.562 2 interp_poly 4492 4128 0 0 0.562 4553 4113 0 0 0.562 4492 4128 0 0 0.562 2 interp_poly -46 -22 61 -15 4492 4128 3 MP PP 4492 4128 0 0 0.562 4553 4113 0 0 0.562 4492 4128 0 0 0.562 2 interp_poly 4553 4113 0 0 0.562 4507 4091 0 0 0.562 4553 4113 0 0 0.562 2 interp_poly 60 -24 -46 -33 4536 3550 3 MP PP 4536 3550 0 0 0.562 4490 3517 0 0 0.625 4536 3550 0 0 0.562 2 interp_poly 4490 3517 0 0 0.625 4550 3493 0 0 0.625 4490 3517 0 0 0.625 2 interp_poly -46 -81 60 -24 4490 3517 3 MP PP 4490 3517 0 0 0.625 4550 3493 0 0 0.625 4490 3517 0 0 0.625 2 interp_poly 4550 3493 0 0 0.625 4504 3412 0 0 0.75 4550 3493 0 0 0.625 2 interp_poly 61 -17 -47 -24 4535 4013 3 MP PP 4535 4013 0 0 0.562 4488 3989 0 0 0.562 4535 4013 0 0 0.562 2 interp_poly 4488 3989 0 0 0.562 4549 3972 0 0 0.562 4488 3989 0 0 0.562 2 interp_poly -47 -26 61 -17 4488 3989 3 MP PP 4488 3989 0 0 0.562 4549 3972 0 0 0.562 4488 3989 0 0 0.562 2 interp_poly 4549 3972 0 0 0.562 4502 3946 0 0 0.562 4549 3972 0 0 0.562 2 interp_poly -46 217 61 41 4485 2386 3 MP PP 4485 2386 0.688 1 0.375 4546 2427 0.562 1 0.5 4485 2386 0.688 1 0.375 2 interp_poly 4546 2427 0.562 1 0.5 4500 2644 0.0625 1 1 4546 2427 0.562 1 0.5 2 interp_poly 61 41 -47 -302 4532 2688 3 MP PP 4532 2688 0.0625 1 1 4485 2386 0.688 1 0.375 4532 2688 0.0625 1 1 2 interp_poly 4485 2386 0.688 1 0.375 4546 2427 0.562 1 0.5 4485 2386 0.688 1 0.375 2 interp_poly 61 -17 -47 -22 4531 3870 3 MP PP 4531 3870 0 0 0.562 4484 3848 0 0 0.562 4531 3870 0 0 0.562 2 interp_poly 4484 3848 0 0 0.562 4545 3831 0 0 0.562 4484 3848 0 0 0.562 2 interp_poly -47 -24 61 -17 4484 3848 3 MP PP 4484 3848 0 0 0.562 4545 3831 0 0 0.562 4484 3848 0 0 0.562 2 interp_poly 4545 3831 0 0 0.562 4498 3807 0 0 0.562 4545 3831 0 0 0.562 2 interp_poly 60 -12 -46 -32 4526 3707 3 MP PP 4526 3707 0 0 0.625 4480 3675 0 0 0.625 4526 3707 0 0 0.625 2 interp_poly 4480 3675 0 0 0.625 4540 3663 0 0 0.625 4480 3675 0 0 0.625 2 interp_poly -46 -19 60 -12 4480 3675 3 MP PP 4480 3675 0 0 0.625 4540 3663 0 0 0.625 4480 3675 0 0 0.625 2 interp_poly 4540 3663 0 0 0.625 4494 3644 0 0 0.625 4540 3663 0 0 0.625 2 interp_poly 61 -16 -47 -26 4525 4190 3 MP PP 4525 4190 0 0 0.562 4478 4164 0 0 0.562 4525 4190 0 0 0.562 2 interp_poly 4478 4164 0 0 0.562 4539 4148 0 0 0.562 4478 4164 0 0 0.562 2 interp_poly -47 -20 61 -16 4478 4164 3 MP PP 4478 4164 0 0 0.562 4539 4148 0 0 0.562 4478 4164 0 0 0.562 2 interp_poly 4539 4148 0 0 0.562 4492 4128 0 0 0.562 4539 4148 0 0 0.562 2 interp_poly 60 -19 -46 -18 4522 3587 3 MP PP 4522 3587 0 0 0.562 4476 3569 0 0 0.562 4522 3587 0 0 0.562 2 interp_poly 4476 3569 0 0 0.562 4536 3550 0 0 0.562 4476 3569 0 0 0.562 2 interp_poly -46 -33 60 -19 4476 3569 3 MP PP 4476 3569 0 0 0.562 4536 3550 0 0 0.562 4476 3569 0 0 0.562 2 interp_poly 4536 3550 0 0 0.562 4490 3517 0 0 0.625 4536 3550 0 0 0.562 2 interp_poly 61 -16 -47 -22 4521 4051 3 MP PP 4521 4051 0 0 0.562 4474 4029 0 0 0.562 4521 4051 0 0 0.562 2 interp_poly 4474 4029 0 0 0.562 4535 4013 0 0 0.562 4474 4029 0 0 0.562 2 interp_poly -47 -24 61 -16 4474 4029 3 MP PP 4474 4029 0 0 0.562 4535 4013 0 0 0.562 4474 4029 0 0 0.562 2 interp_poly 4535 4013 0 0 0.562 4488 3989 0 0 0.562 4535 4013 0 0 0.562 2 interp_poly -47 -22 61 -15 4412 3017 3 MP PP 4412 3017 0 0 0.562 4473 3002 0 0 0.562 4412 3017 0 0 0.562 2 interp_poly 4473 3002 0 0 0.562 4426 2980 0 0 0.562 4473 3002 0 0 0.562 2 interp_poly -47 -21 61 -16 4426 2980 3 MP PP 4426 2980 0 0 0.562 4487 2964 0 0 0.562 4426 2980 0 0 0.562 2 interp_poly 4487 2964 0 0 0.562 4440 2943 0 0 0.562 4487 2964 0 0 0.562 2 interp_poly 61 -16 -47 -22 4473 3002 3 MP PP 4473 3002 0 0 0.562 4426 2980 0 0 0.562 4473 3002 0 0 0.562 2 interp_poly 4426 2980 0 0 0.562 4487 2964 0 0 0.562 4426 2980 0 0 0.562 2 interp_poly -47 360 61 -2 4439 2646 3 MP PP 4439 2646 0.0625 1 1 4500 2644 0.0625 1 1 4439 2646 0.0625 1 1 2 interp_poly 4500 2644 0.0625 1 1 4453 3004 0 0.25 1 4500 2644 0.0625 1 1 2 interp_poly -47 -22 61 -16 4398 3055 3 MP PP 4398 3055 0 0 0.562 4459 3039 0 0 0.562 4398 3055 0 0 0.562 2 interp_poly 4459 3039 0 0 0.562 4412 3017 0 0 0.562 4459 3039 0 0 0.562 2 interp_poly 61 -16 -47 -22 4445 3077 3 MP PP 4445 3077 0 0 0.562 4398 3055 0 0 0.562 4445 3077 0 0 0.562 2 interp_poly 4398 3055 0 0 0.562 4459 3039 0 0 0.562 4398 3055 0 0 0.562 2 interp_poly 61 -15 -47 -22 4459 3039 3 MP PP 4459 3039 0 0 0.562 4412 3017 0 0 0.562 4459 3039 0 0 0.562 2 interp_poly 4412 3017 0 0 0.562 4473 3002 0 0 0.562 4412 3017 0 0 0.562 2 interp_poly -47 197 61 -33 4453 3004 3 MP PP 4453 3004 0 0.25 1 4514 2971 0 0.312 1 4453 3004 0 0.25 1 2 interp_poly 4514 2971 0 0.312 1 4467 3168 0 0 0.875 4514 2971 0 0.312 1 2 interp_poly 61 -33 -47 360 4500 2644 3 MP PP 4500 2644 0.0625 1 1 4453 3004 0 0.25 1 4500 2644 0.0625 1 1 2 interp_poly 4453 3004 0 0.25 1 4514 2971 0 0.312 1 4453 3004 0 0.25 1 2 interp_poly 61 -2 -47 -467 4518 3157 3 MP PP 4518 3157 0 0.188 1 4471 2690 0.125 1 0.938 4518 3157 0 0.188 1 2 interp_poly 4471 2690 0.125 1 0.938 4532 2688 0.0625 1 1 4471 2690 0.125 1 0.938 2 interp_poly 61 -2 -46 260 4485 2386 3 MP PP 4485 2386 0.688 1 0.375 4439 2646 0.0625 1 1 4485 2386 0.688 1 0.375 2 interp_poly 4439 2646 0.0625 1 1 4500 2644 0.0625 1 1 4439 2646 0.0625 1 1 2 interp_poly -47 -302 61 -2 4471 2690 3 MP PP 4471 2690 0.125 1 0.938 4532 2688 0.0625 1 1 4471 2690 0.125 1 0.938 2 interp_poly 4532 2688 0.0625 1 1 4485 2386 0.688 1 0.375 4532 2688 0.0625 1 1 2 interp_poly 61 -18 -46 -20 4516 3908 3 MP PP 4516 3908 0 0 0.562 4470 3888 0 0 0.562 4516 3908 0 0 0.562 2 interp_poly 4470 3888 0 0 0.562 4531 3870 0 0 0.562 4470 3888 0 0 0.562 2 interp_poly -47 -22 61 -18 4470 3888 3 MP PP 4470 3888 0 0 0.562 4531 3870 0 0 0.562 4470 3888 0 0 0.562 2 interp_poly 4531 3870 0 0 0.562 4484 3848 0 0 0.562 4531 3870 0 0 0.562 2 interp_poly 60 -17 -46 -33 4512 3757 3 MP PP 4512 3757 0 0 0.625 4466 3724 0 0 0.625 4512 3757 0 0 0.625 2 interp_poly 4466 3724 0 0 0.625 4526 3707 0 0 0.625 4466 3724 0 0 0.625 2 interp_poly -46 -32 60 -17 4466 3724 3 MP PP 4466 3724 0 0 0.625 4526 3707 0 0 0.625 4466 3724 0 0 0.625 2 interp_poly 4526 3707 0 0 0.625 4480 3675 0 0 0.625 4526 3707 0 0 0.625 2 interp_poly 61 -15 -47 -23 4511 4228 3 MP PP 4511 4228 0 0 0.562 4464 4205 0 0 0.562 4511 4228 0 0 0.562 2 interp_poly 4464 4205 0 0 0.562 4525 4190 0 0 0.562 4464 4205 0 0 0.562 2 interp_poly -47 -26 61 -15 4464 4205 3 MP PP 4464 4205 0 0 0.562 4525 4190 0 0 0.562 4464 4205 0 0 0.562 2 interp_poly 4525 4190 0 0 0.562 4478 4164 0 0 0.562 4525 4190 0 0 0.562 2 interp_poly 61 -15 -47 -13 4508 3615 3 MP PP 4508 3615 0 0 0.625 4461 3602 0 0 0.625 4508 3615 0 0 0.625 2 interp_poly 4461 3602 0 0 0.625 4522 3587 0 0 0.562 4461 3602 0 0 0.625 2 interp_poly -46 -18 61 -15 4461 3602 3 MP PP 4461 3602 0 0 0.625 4522 3587 0 0 0.562 4461 3602 0 0 0.625 2 interp_poly 4522 3587 0 0 0.562 4476 3569 0 0 0.562 4522 3587 0 0 0.562 2 interp_poly 61 -16 -47 -24 4507 4091 3 MP PP 4507 4091 0 0 0.562 4460 4067 0 0 0.562 4507 4091 0 0 0.562 2 interp_poly 4460 4067 0 0 0.562 4521 4051 0 0 0.562 4460 4067 0 0 0.562 2 interp_poly -47 -22 61 -16 4460 4067 3 MP PP 4460 4067 0 0 0.562 4521 4051 0 0 0.562 4460 4067 0 0 0.562 2 interp_poly 4521 4051 0 0 0.562 4474 4029 0 0 0.562 4521 4051 0 0 0.562 2 interp_poly 61 -16 -47 -18 4449 3204 3 MP PP 4449 3204 0 0 0.562 4402 3186 0 0 0.562 4449 3204 0 0 0.562 2 interp_poly 4402 3186 0 0 0.562 4463 3170 0 0 0.562 4402 3186 0 0 0.562 2 interp_poly -47 -10 61 -15 4374 3244 3 MP PP 4374 3244 0 0 0.625 4435 3229 0 0 0.625 4374 3244 0 0 0.625 2 interp_poly 4435 3229 0 0 0.625 4388 3219 0 0 0.562 4435 3229 0 0 0.625 2 interp_poly 61 -15 -47 8 4421 3236 3 MP PP 4421 3236 0 0 0.688 4374 3244 0 0 0.625 4421 3236 0 0 0.688 2 interp_poly 4374 3244 0 0 0.625 4435 3229 0 0 0.625 4374 3244 0 0 0.625 2 interp_poly -47 -18 61 -15 4388 3219 3 MP PP 4388 3219 0 0 0.562 4449 3204 0 0 0.562 4388 3219 0 0 0.562 2 interp_poly 4449 3204 0 0 0.562 4402 3186 0 0 0.562 4449 3204 0 0 0.562 2 interp_poly 61 -15 -47 -10 4435 3229 3 MP PP 4435 3229 0 0 0.625 4388 3219 0 0 0.562 4435 3229 0 0 0.625 2 interp_poly 4388 3219 0 0 0.562 4449 3204 0 0 0.562 4388 3219 0 0 0.562 2 interp_poly -47 -21 61 -16 4402 3186 3 MP PP 4402 3186 0 0 0.562 4463 3170 0 0 0.562 4402 3186 0 0 0.562 2 interp_poly 4463 3170 0 0 0.562 4416 3149 0 0 0.562 4463 3170 0 0 0.562 2 interp_poly -46 68 60 -29 4407 3197 3 MP PP 4407 3197 0 0 0.812 4467 3168 0 0 0.875 4407 3197 0 0 0.812 2 interp_poly 4467 3168 0 0 0.875 4421 3236 0 0 0.688 4467 3168 0 0 0.875 2 interp_poly 60 -14 -46 11 4481 3218 3 MP PP 4481 3218 0 0 0.688 4435 3229 0 0 0.625 4481 3218 0 0 0.688 2 interp_poly 4435 3229 0 0 0.625 4495 3215 0 0 0.625 4435 3229 0 0 0.625 2 interp_poly -46 11 60 -18 4421 3236 3 MP PP 4421 3236 0 0 0.688 4481 3218 0 0 0.688 4421 3236 0 0 0.688 2 interp_poly 4481 3218 0 0 0.688 4435 3229 0 0 0.625 4481 3218 0 0 0.688 2 interp_poly 60 -18 -46 68 4467 3168 3 MP PP 4467 3168 0 0 0.875 4421 3236 0 0 0.688 4467 3168 0 0 0.875 2 interp_poly 4421 3236 0 0 0.688 4481 3218 0 0 0.688 4421 3236 0 0 0.688 2 interp_poly 61 -22 -47 -233 4504 3412 3 MP PP 4504 3412 0 0 0.75 4457 3179 0 0.188 1 4504 3412 0 0 0.75 2 interp_poly 4457 3179 0 0.188 1 4518 3157 0 0.188 1 4457 3179 0 0.188 1 2 interp_poly -47 -21 61 -15 4370 3128 3 MP PP 4370 3128 0 0 0.562 4431 3113 0 0 0.562 4370 3128 0 0 0.562 2 interp_poly 4431 3113 0 0 0.562 4384 3092 0 0 0.562 4431 3113 0 0 0.562 2 interp_poly 61 -15 -46 -21 4416 3149 3 MP PP 4416 3149 0 0 0.562 4370 3128 0 0 0.562 4416 3149 0 0 0.562 2 interp_poly 4370 3128 0 0 0.562 4431 3113 0 0 0.562 4370 3128 0 0 0.562 2 interp_poly -47 -22 61 -15 4384 3092 3 MP PP 4384 3092 0 0 0.562 4445 3077 0 0 0.562 4384 3092 0 0 0.562 2 interp_poly 4445 3077 0 0 0.562 4398 3055 0 0 0.562 4445 3077 0 0 0.562 2 interp_poly 61 -15 -47 -21 4431 3113 3 MP PP 4431 3113 0 0 0.562 4384 3092 0 0 0.562 4431 3113 0 0 0.562 2 interp_poly 4384 3092 0 0 0.562 4445 3077 0 0 0.562 4384 3092 0 0 0.562 2 interp_poly 60 -29 -46 193 4453 3004 3 MP PP 4453 3004 0 0.25 1 4407 3197 0 0 0.812 4453 3004 0 0.25 1 2 interp_poly 4407 3197 0 0 0.812 4467 3168 0 0 0.875 4407 3197 0 0 0.812 2 interp_poly -47 -467 61 -22 4457 3179 3 MP PP 4457 3179 0 0.188 1 4518 3157 0 0.188 1 4457 3179 0 0.188 1 2 interp_poly 4518 3157 0 0.188 1 4471 2690 0.125 1 0.938 4518 3157 0 0.188 1 2 interp_poly 60 -15 -46 -23 4502 3946 3 MP PP 4502 3946 0 0 0.562 4456 3923 0 0 0.562 4502 3946 0 0 0.562 2 interp_poly 4456 3923 0 0 0.562 4516 3908 0 0 0.562 4456 3923 0 0 0.562 2 interp_poly -46 -20 60 -15 4456 3923 3 MP PP 4456 3923 0 0 0.562 4516 3908 0 0 0.562 4456 3923 0 0 0.562 2 interp_poly 4516 3908 0 0 0.562 4470 3888 0 0 0.562 4516 3908 0 0 0.562 2 interp_poly 60 -17 -46 -33 4498 3807 3 MP PP 4498 3807 0 0 0.562 4452 3774 0 0 0.625 4498 3807 0 0 0.562 2 interp_poly 4452 3774 0 0 0.625 4512 3757 0 0 0.625 4452 3774 0 0 0.625 2 interp_poly -46 -33 60 -17 4452 3774 3 MP PP 4452 3774 0 0 0.625 4512 3757 0 0 0.625 4452 3774 0 0 0.625 2 interp_poly 4512 3757 0 0 0.625 4466 3724 0 0 0.625 4512 3757 0 0 0.625 2 interp_poly 61 -15 -47 -19 4497 4262 3 MP PP 4497 4262 0 0 0.562 4450 4243 0 0 0.562 4497 4262 0 0 0.562 2 interp_poly 4450 4243 0 0 0.562 4511 4228 0 0 0.562 4450 4243 0 0 0.562 2 interp_poly -47 -23 61 -15 4450 4243 3 MP PP 4450 4243 0 0 0.562 4511 4228 0 0 0.562 4450 4243 0 0 0.562 2 interp_poly 4511 4228 0 0 0.562 4464 4205 0 0 0.562 4511 4228 0 0 0.562 2 interp_poly 61 -16 -47 -13 4494 3644 3 MP PP 4494 3644 0 0 0.625 4447 3631 0 0 0.625 4494 3644 0 0 0.625 2 interp_poly 4447 3631 0 0 0.625 4508 3615 0 0 0.625 4447 3631 0 0 0.625 2 interp_poly -47 -13 61 -16 4447 3631 3 MP PP 4447 3631 0 0 0.625 4508 3615 0 0 0.625 4447 3631 0 0 0.625 2 interp_poly 4508 3615 0 0 0.625 4461 3602 0 0 0.625 4508 3615 0 0 0.625 2 interp_poly 61 -16 -46 -21 4492 4128 3 MP PP 4492 4128 0 0 0.562 4446 4107 0 0 0.562 4492 4128 0 0 0.562 2 interp_poly 4446 4107 0 0 0.562 4507 4091 0 0 0.562 4446 4107 0 0 0.562 2 interp_poly -47 -24 61 -16 4446 4107 3 MP PP 4446 4107 0 0 0.562 4507 4091 0 0 0.562 4446 4107 0 0 0.562 2 interp_poly 4507 4091 0 0 0.562 4460 4067 0 0 0.562 4507 4091 0 0 0.562 2 interp_poly 61 -28 -47 -77 4490 3517 3 MP PP 4490 3517 0 0 0.625 4443 3440 0 0 0.75 4490 3517 0 0 0.625 2 interp_poly 4443 3440 0 0 0.75 4504 3412 0 0 0.75 4443 3440 0 0 0.75 2 interp_poly -47 -233 61 -28 4443 3440 3 MP PP 4443 3440 0 0 0.75 4504 3412 0 0 0.75 4443 3440 0 0 0.75 2 interp_poly 4504 3412 0 0 0.75 4457 3179 0 0.188 1 4504 3412 0 0 0.75 2 interp_poly 60 -16 -46 -27 4488 3989 3 MP PP 4488 3989 0 0 0.562 4442 3962 0 0 0.562 4488 3989 0 0 0.562 2 interp_poly 4442 3962 0 0 0.562 4502 3946 0 0 0.562 4442 3962 0 0 0.562 2 interp_poly -46 -23 60 -16 4442 3962 3 MP PP 4442 3962 0 0 0.562 4502 3946 0 0 0.562 4442 3962 0 0 0.562 2 interp_poly 4502 3946 0 0 0.562 4456 3923 0 0 0.562 4502 3946 0 0 0.562 2 interp_poly 60 -16 -46 -25 4484 3848 3 MP PP 4484 3848 0 0 0.562 4438 3823 0 0 0.562 4484 3848 0 0 0.562 2 interp_poly 4438 3823 0 0 0.562 4498 3807 0 0 0.562 4438 3823 0 0 0.562 2 interp_poly -46 -33 60 -16 4438 3823 3 MP PP 4438 3823 0 0 0.562 4498 3807 0 0 0.562 4438 3823 0 0 0.562 2 interp_poly 4498 3807 0 0 0.562 4452 3774 0 0 0.625 4498 3807 0 0 0.562 2 interp_poly -47 -19 61 -14 4436 4276 3 MP PP 4436 4276 0 0 0.562 4497 4262 0 0 0.562 4436 4276 0 0 0.562 2 interp_poly 4497 4262 0 0 0.562 4450 4243 0 0 0.562 4497 4262 0 0 0.562 2 interp_poly 61 -12 -47 -19 4480 3675 3 MP PP 4480 3675 0 0 0.625 4433 3656 0 0 0.625 4480 3675 0 0 0.625 2 interp_poly 4433 3656 0 0 0.625 4494 3644 0 0 0.625 4433 3656 0 0 0.625 2 interp_poly -47 -13 61 -12 4433 3656 3 MP PP 4433 3656 0 0 0.625 4494 3644 0 0 0.625 4433 3656 0 0 0.625 2 interp_poly 4494 3644 0 0 0.625 4447 3631 0 0 0.625 4494 3644 0 0 0.625 2 interp_poly 60 -15 -46 -21 4478 4164 3 MP PP 4478 4164 0 0 0.562 4432 4143 0 0 0.562 4478 4164 0 0 0.562 2 interp_poly 4432 4143 0 0 0.562 4492 4128 0 0 0.562 4432 4143 0 0 0.562 2 interp_poly -46 -21 60 -15 4432 4143 3 MP PP 4432 4143 0 0 0.562 4492 4128 0 0 0.562 4432 4143 0 0 0.562 2 interp_poly 4492 4128 0 0 0.562 4446 4107 0 0 0.562 4492 4128 0 0 0.562 2 interp_poly 61 -21 -47 -31 4476 3569 3 MP PP 4476 3569 0 0 0.562 4429 3538 0 0 0.625 4476 3569 0 0 0.562 2 interp_poly 4429 3538 0 0 0.625 4490 3517 0 0 0.625 4429 3538 0 0 0.625 2 interp_poly -47 -77 61 -21 4429 3538 3 MP PP 4429 3538 0 0 0.625 4490 3517 0 0 0.625 4429 3538 0 0 0.625 2 interp_poly 4490 3517 0 0 0.625 4443 3440 0 0 0.75 4490 3517 0 0 0.625 2 interp_poly 60 -15 -46 -25 4474 4029 3 MP PP 4474 4029 0 0 0.562 4428 4004 0 0 0.562 4474 4029 0 0 0.562 2 interp_poly 4428 4004 0 0 0.562 4488 3989 0 0 0.562 4428 4004 0 0 0.562 2 interp_poly -46 -27 60 -15 4428 4004 3 MP PP 4428 4004 0 0 0.562 4488 3989 0 0 0.562 4428 4004 0 0 0.562 2 interp_poly 4488 3989 0 0 0.562 4442 3962 0 0 0.562 4488 3989 0 0 0.562 2 interp_poly -46 260 60 30 4425 2356 3 MP PP 4425 2356 0.75 1 0.312 4485 2386 0.688 1 0.375 4425 2356 0.75 1 0.312 2 interp_poly 4485 2386 0.688 1 0.375 4439 2646 0.0625 1 1 4485 2386 0.688 1 0.375 2 interp_poly 60 30 -46 -334 4471 2690 3 MP PP 4471 2690 0.125 1 0.938 4425 2356 0.75 1 0.312 4471 2690 0.125 1 0.938 2 interp_poly 4425 2356 0.75 1 0.312 4485 2386 0.688 1 0.375 4425 2356 0.75 1 0.312 2 interp_poly 61 -17 -47 -23 4470 3888 3 MP PP 4470 3888 0 0 0.562 4423 3865 0 0 0.562 4470 3888 0 0 0.562 2 interp_poly 4423 3865 0 0 0.562 4484 3848 0 0 0.562 4423 3865 0 0 0.562 2 interp_poly -46 -25 61 -17 4423 3865 3 MP PP 4423 3865 0 0 0.562 4484 3848 0 0 0.562 4423 3865 0 0 0.562 2 interp_poly 4484 3848 0 0 0.562 4438 3823 0 0 0.562 4484 3848 0 0 0.562 2 interp_poly 61 -20 -47 -29 4466 3724 3 MP PP 4466 3724 0 0 0.625 4419 3695 0 0 0.625 4466 3724 0 0 0.625 2 interp_poly 4419 3695 0 0 0.625 4480 3675 0 0 0.625 4419 3695 0 0 0.625 2 interp_poly -47 -19 61 -20 4419 3695 3 MP PP 4419 3695 0 0 0.625 4480 3675 0 0 0.625 4419 3695 0 0 0.625 2 interp_poly 4480 3675 0 0 0.625 4433 3656 0 0 0.625 4480 3675 0 0 0.625 2 interp_poly 60 -16 -46 -25 4464 4205 3 MP PP 4464 4205 0 0 0.562 4418 4180 0 0 0.562 4464 4205 0 0 0.562 2 interp_poly 4418 4180 0 0 0.562 4478 4164 0 0 0.562 4418 4180 0 0 0.562 2 interp_poly -46 -21 60 -16 4418 4180 3 MP PP 4418 4180 0 0 0.562 4478 4164 0 0 0.562 4418 4180 0 0 0.562 2 interp_poly 4478 4164 0 0 0.562 4432 4143 0 0 0.562 4478 4164 0 0 0.562 2 interp_poly 61 -15 -46 -18 4461 3602 3 MP PP 4461 3602 0 0 0.625 4415 3584 0 0 0.562 4461 3602 0 0 0.625 2 interp_poly 4415 3584 0 0 0.562 4476 3569 0 0 0.562 4415 3584 0 0 0.562 2 interp_poly -47 -31 61 -15 4415 3584 3 MP PP 4415 3584 0 0 0.562 4476 3569 0 0 0.562 4415 3584 0 0 0.562 2 interp_poly 4476 3569 0 0 0.562 4429 3538 0 0 0.625 4476 3569 0 0 0.562 2 interp_poly 60 -15 -46 -23 4460 4067 3 MP PP 4460 4067 0 0 0.562 4414 4044 0 0 0.562 4460 4067 0 0 0.562 2 interp_poly 4414 4044 0 0 0.562 4474 4029 0 0 0.562 4414 4044 0 0 0.562 2 interp_poly -46 -25 60 -15 4414 4044 3 MP PP 4414 4044 0 0 0.562 4474 4029 0 0 0.562 4414 4044 0 0 0.562 2 interp_poly 4474 4029 0 0 0.562 4428 4004 0 0 0.562 4474 4029 0 0 0.562 2 interp_poly -47 -20 61 -16 4333 2938 3 MP PP 4333 2938 0 0 0.562 4394 2922 0 0 0.562 4333 2938 0 0 0.562 2 interp_poly 4394 2922 0 0 0.562 4347 2902 0 0 0.562 4394 2922 0 0 0.562 2 interp_poly 61 -16 -47 -20 4380 2958 3 MP PP 4380 2958 0 0 0.562 4333 2938 0 0 0.562 4380 2958 0 0 0.562 2 interp_poly 4333 2938 0 0 0.562 4394 2922 0 0 0.562 4333 2938 0 0 0.562 2 interp_poly -46 -21 60 -15 4352 3032 3 MP PP 4352 3032 0 0 0.562 4412 3017 0 0 0.562 4352 3032 0 0 0.562 2 interp_poly 4412 3017 0 0 0.562 4366 2996 0 0 0.562 4412 3017 0 0 0.562 2 interp_poly 60 -15 -46 -23 4398 3055 3 MP PP 4398 3055 0 0 0.562 4352 3032 0 0 0.562 4398 3055 0 0 0.562 2 interp_poly 4352 3032 0 0 0.562 4412 3017 0 0 0.562 4352 3032 0 0 0.562 2 interp_poly -46 -22 60 -16 4366 2996 3 MP PP 4366 2996 0 0 0.562 4426 2980 0 0 0.562 4366 2996 0 0 0.562 2 interp_poly 4426 2980 0 0 0.562 4380 2958 0 0 0.562 4426 2980 0 0 0.562 2 interp_poly 60 -16 -46 -21 4412 3017 3 MP PP 4412 3017 0 0 0.562 4366 2996 0 0 0.562 4412 3017 0 0 0.562 2 interp_poly 4366 2996 0 0 0.562 4426 2980 0 0 0.562 4366 2996 0 0 0.562 2 interp_poly -46 -21 60 -15 4380 2958 3 MP PP 4380 2958 0 0 0.562 4440 2943 0 0 0.562 4380 2958 0 0 0.562 2 interp_poly 4440 2943 0 0 0.562 4394 2922 0 0 0.562 4440 2943 0 0 0.562 2 interp_poly 60 -15 -46 -22 4426 2980 3 MP PP 4426 2980 0 0 0.562 4380 2958 0 0 0.562 4426 2980 0 0 0.562 2 interp_poly 4380 2958 0 0 0.562 4440 2943 0 0 0.562 4380 2958 0 0 0.562 2 interp_poly -47 396 61 -1 4378 2647 3 MP PP 4378 2647 0.125 1 0.938 4439 2646 0.0625 1 1 4378 2647 0.125 1 0.938 2 interp_poly 4439 2646 0.0625 1 1 4392 3042 0 0.25 1 4439 2646 0.0625 1 1 2 interp_poly -46 -23 60 -16 4338 3071 3 MP PP 4338 3071 0 0 0.562 4398 3055 0 0 0.562 4338 3071 0 0 0.562 2 interp_poly 4398 3055 0 0 0.562 4352 3032 0 0 0.562 4398 3055 0 0 0.562 2 interp_poly 60 -16 -46 -21 4384 3092 3 MP PP 4384 3092 0 0 0.562 4338 3071 0 0 0.562 4384 3092 0 0 0.562 2 interp_poly 4338 3071 0 0 0.562 4398 3055 0 0 0.562 4338 3071 0 0 0.562 2 interp_poly -46 -21 60 -15 4356 3164 3 MP PP 4356 3164 0 0 0.562 4416 3149 0 0 0.562 4356 3164 0 0 0.562 2 interp_poly 4416 3149 0 0 0.562 4370 3128 0 0 0.562 4416 3149 0 0 0.562 2 interp_poly 60 -15 -46 -22 4402 3186 3 MP PP 4402 3186 0 0 0.562 4356 3164 0 0 0.562 4402 3186 0 0 0.562 2 interp_poly 4356 3164 0 0 0.562 4416 3149 0 0 0.562 4356 3164 0 0 0.562 2 interp_poly -46 193 61 -38 4392 3042 3 MP PP 4392 3042 0 0.25 1 4453 3004 0 0.25 1 4392 3042 0 0.25 1 2 interp_poly 4453 3004 0 0.25 1 4407 3197 0 0 0.812 4453 3004 0 0.25 1 2 interp_poly 61 -38 -47 396 4439 2646 3 MP PP 4439 2646 0.0625 1 1 4392 3042 0 0.25 1 4439 2646 0.0625 1 1 2 interp_poly 4392 3042 0 0.25 1 4453 3004 0 0.25 1 4392 3042 0 0.25 1 2 interp_poly 60 2 -46 -491 4457 3179 3 MP PP 4457 3179 0 0.188 1 4411 2688 0.125 1 0.938 4457 3179 0 0.188 1 2 interp_poly 4411 2688 0.125 1 0.938 4471 2690 0.125 1 0.938 4411 2688 0.125 1 0.938 2 interp_poly 61 -1 -47 291 4425 2356 3 MP PP 4425 2356 0.75 1 0.312 4378 2647 0.125 1 0.938 4425 2356 0.75 1 0.312 2 interp_poly 4378 2647 0.125 1 0.938 4439 2646 0.0625 1 1 4378 2647 0.125 1 0.938 2 interp_poly -46 -334 60 2 4411 2688 3 MP PP 4411 2688 0.125 1 0.938 4471 2690 0.125 1 0.938 4411 2688 0.125 1 0.938 2 interp_poly 4471 2690 0.125 1 0.938 4425 2356 0.75 1 0.312 4471 2690 0.125 1 0.938 2 interp_poly 61 -15 -47 -20 4456 3923 3 MP PP 4456 3923 0 0 0.562 4409 3903 0 0 0.562 4456 3923 0 0 0.562 2 interp_poly 4409 3903 0 0 0.562 4470 3888 0 0 0.562 4409 3903 0 0 0.562 2 interp_poly -47 -23 61 -15 4409 3903 3 MP PP 4409 3903 0 0 0.562 4470 3888 0 0 0.562 4409 3903 0 0 0.562 2 interp_poly 4470 3888 0 0 0.562 4423 3865 0 0 0.562 4470 3888 0 0 0.562 2 interp_poly 61 -17 -47 -33 4452 3774 3 MP PP 4452 3774 0 0 0.625 4405 3741 0 0 0.625 4452 3774 0 0 0.625 2 interp_poly 4405 3741 0 0 0.625 4466 3724 0 0 0.625 4405 3741 0 0 0.625 2 interp_poly -47 -29 61 -17 4405 3741 3 MP PP 4405 3741 0 0 0.625 4466 3724 0 0 0.625 4405 3741 0 0 0.625 2 interp_poly 4466 3724 0 0 0.625 4419 3695 0 0 0.625 4466 3724 0 0 0.625 2 interp_poly 60 -15 -46 -23 4450 4243 3 MP PP 4450 4243 0 0 0.562 4404 4220 0 0 0.562 4450 4243 0 0 0.562 2 interp_poly 4404 4220 0 0 0.562 4464 4205 0 0 0.562 4404 4220 0 0 0.562 2 interp_poly -46 -25 60 -15 4404 4220 3 MP PP 4404 4220 0 0 0.562 4464 4205 0 0 0.562 4404 4220 0 0 0.562 2 interp_poly 4464 4205 0 0 0.562 4418 4180 0 0 0.562 4464 4205 0 0 0.562 2 interp_poly 60 -13 -46 -16 4447 3631 3 MP PP 4447 3631 0 0 0.625 4401 3615 0 0 0.625 4447 3631 0 0 0.625 2 interp_poly 4401 3615 0 0 0.625 4461 3602 0 0 0.625 4401 3615 0 0 0.625 2 interp_poly -46 -18 60 -13 4401 3615 3 MP PP 4401 3615 0 0 0.625 4461 3602 0 0 0.625 4401 3615 0 0 0.625 2 interp_poly 4461 3602 0 0 0.625 4415 3584 0 0 0.562 4461 3602 0 0 0.625 2 interp_poly 61 -16 -47 -24 4446 4107 3 MP PP 4446 4107 0 0 0.562 4399 4083 0 0 0.562 4446 4107 0 0 0.562 2 interp_poly 4399 4083 0 0 0.562 4460 4067 0 0 0.562 4399 4083 0 0 0.562 2 interp_poly -46 -23 61 -16 4399 4083 3 MP PP 4399 4083 0 0 0.562 4460 4067 0 0 0.562 4399 4083 0 0 0.562 2 interp_poly 4460 4067 0 0 0.562 4414 4044 0 0 0.562 4460 4067 0 0 0.562 2 interp_poly -47 8 61 -19 4360 3255 3 MP PP 4360 3255 0 0 0.688 4421 3236 0 0 0.688 4360 3255 0 0 0.688 2 interp_poly 4421 3236 0 0 0.688 4374 3244 0 0 0.625 4421 3236 0 0 0.688 2 interp_poly -46 -11 60 -15 4314 3259 3 MP PP 4314 3259 0 0 0.625 4374 3244 0 0 0.625 4314 3259 0 0 0.625 2 interp_poly 4374 3244 0 0 0.625 4328 3233 0 0 0.562 4374 3244 0 0 0.625 2 interp_poly 60 -15 -46 4 4360 3255 3 MP PP 4360 3255 0 0 0.688 4314 3259 0 0 0.625 4360 3255 0 0 0.688 2 interp_poly 4314 3259 0 0 0.625 4374 3244 0 0 0.625 4314 3259 0 0 0.625 2 interp_poly 60 -14 -46 -11 4374 3244 3 MP PP 4374 3244 0 0 0.625 4328 3233 0 0 0.562 4374 3244 0 0 0.625 2 interp_poly 4328 3233 0 0 0.562 4388 3219 0 0 0.562 4328 3233 0 0 0.562 2 interp_poly 61 -19 -47 58 4407 3197 3 MP PP 4407 3197 0 0 0.812 4360 3255 0 0 0.688 4407 3197 0 0 0.812 2 interp_poly 4360 3255 0 0 0.688 4421 3236 0 0 0.688 4360 3255 0 0 0.688 2 interp_poly 60 -32 -46 -229 4443 3440 3 MP PP 4443 3440 0 0 0.75 4397 3211 0 0.125 1 4443 3440 0 0 0.75 2 interp_poly 4397 3211 0 0.125 1 4457 3179 0 0.188 1 4397 3211 0 0.125 1 2 interp_poly -46 -22 60 -14 4342 3200 3 MP PP 4342 3200 0 0 0.562 4402 3186 0 0 0.562 4342 3200 0 0 0.562 2 interp_poly 4402 3186 0 0 0.562 4356 3164 0 0 0.562 4402 3186 0 0 0.562 2 interp_poly 60 -14 -46 -19 4388 3219 3 MP PP 4388 3219 0 0 0.562 4342 3200 0 0 0.562 4388 3219 0 0 0.562 2 interp_poly 4342 3200 0 0 0.562 4402 3186 0 0 0.562 4342 3200 0 0 0.562 2 interp_poly -46 -19 60 -14 4328 3233 3 MP PP 4328 3233 0 0 0.562 4388 3219 0 0 0.562 4328 3233 0 0 0.562 2 interp_poly 4388 3219 0 0 0.562 4342 3200 0 0 0.562 4388 3219 0 0 0.562 2 interp_poly -47 58 61 -32 4346 3229 3 MP PP 4346 3229 0 0 0.812 4407 3197 0 0 0.812 4346 3229 0 0 0.812 2 interp_poly 4407 3197 0 0 0.812 4360 3255 0 0 0.688 4407 3197 0 0 0.812 2 interp_poly -46 -21 61 -15 4323 3107 3 MP PP 4323 3107 0 0 0.562 4384 3092 0 0 0.562 4323 3107 0 0 0.562 2 interp_poly 4384 3092 0 0 0.562 4338 3071 0 0 0.562 4384 3092 0 0 0.562 2 interp_poly 61 -15 -47 -21 4370 3128 3 MP PP 4370 3128 0 0 0.562 4323 3107 0 0 0.562 4370 3128 0 0 0.562 2 interp_poly 4323 3107 0 0 0.562 4384 3092 0 0 0.562 4323 3107 0 0 0.562 2 interp_poly 61 -32 -46 187 4392 3042 3 MP PP 4392 3042 0 0.25 1 4346 3229 0 0 0.812 4392 3042 0 0.25 1 2 interp_poly 4346 3229 0 0 0.812 4407 3197 0 0 0.812 4346 3229 0 0 0.812 2 interp_poly -46 -491 60 -32 4397 3211 3 MP PP 4397 3211 0 0.125 1 4457 3179 0 0.188 1 4397 3211 0 0.125 1 2 interp_poly 4457 3179 0 0.188 1 4411 2688 0.125 1 0.938 4457 3179 0 0.188 1 2 interp_poly 61 -16 -47 -23 4442 3962 3 MP PP 4442 3962 0 0 0.562 4395 3939 0 0 0.562 4442 3962 0 0 0.562 2 interp_poly 4395 3939 0 0 0.562 4456 3923 0 0 0.562 4395 3939 0 0 0.562 2 interp_poly -47 -20 61 -16 4395 3939 3 MP PP 4395 3939 0 0 0.562 4456 3923 0 0 0.562 4395 3939 0 0 0.562 2 interp_poly 4456 3923 0 0 0.562 4409 3903 0 0 0.562 4456 3923 0 0 0.562 2 interp_poly 61 -19 -47 -30 4438 3823 3 MP PP 4438 3823 0 0 0.562 4391 3793 0 0 0.562 4438 3823 0 0 0.562 2 interp_poly 4391 3793 0 0 0.562 4452 3774 0 0 0.625 4391 3793 0 0 0.562 2 interp_poly -47 -33 61 -19 4391 3793 3 MP PP 4391 3793 0 0 0.562 4452 3774 0 0 0.625 4391 3793 0 0 0.562 2 interp_poly 4452 3774 0 0 0.625 4405 3741 0 0 0.625 4452 3774 0 0 0.625 2 interp_poly 60 -14 -46 -19 4436 4276 3 MP PP 4436 4276 0 0 0.562 4390 4257 0 0 0.562 4436 4276 0 0 0.562 2 interp_poly 4390 4257 0 0 0.562 4450 4243 0 0 0.562 4390 4257 0 0 0.562 2 interp_poly -46 -23 60 -14 4390 4257 3 MP PP 4390 4257 0 0 0.562 4450 4243 0 0 0.562 4390 4257 0 0 0.562 2 interp_poly 4450 4243 0 0 0.562 4404 4220 0 0 0.562 4450 4243 0 0 0.562 2 interp_poly 60 -13 -46 -12 4433 3656 3 MP PP 4433 3656 0 0 0.625 4387 3644 0 0 0.625 4433 3656 0 0 0.625 2 interp_poly 4387 3644 0 0 0.625 4447 3631 0 0 0.625 4387 3644 0 0 0.625 2 interp_poly -46 -16 60 -13 4387 3644 3 MP PP 4387 3644 0 0 0.625 4447 3631 0 0 0.625 4387 3644 0 0 0.625 2 interp_poly 4447 3631 0 0 0.625 4401 3615 0 0 0.625 4447 3631 0 0 0.625 2 interp_poly 61 -13 -47 -23 4432 4143 3 MP PP 4432 4143 0 0 0.562 4385 4120 0 0 0.562 4432 4143 0 0 0.562 2 interp_poly 4385 4120 0 0 0.562 4446 4107 0 0 0.562 4385 4120 0 0 0.562 2 interp_poly -47 -24 61 -13 4385 4120 3 MP PP 4385 4120 0 0 0.562 4446 4107 0 0 0.562 4385 4120 0 0 0.562 2 interp_poly 4446 4107 0 0 0.562 4399 4083 0 0 0.562 4446 4107 0 0 0.562 2 interp_poly 60 -27 -46 -71 4429 3538 3 MP PP 4429 3538 0 0 0.625 4383 3467 0 0 0.688 4429 3538 0 0 0.625 2 interp_poly 4383 3467 0 0 0.688 4443 3440 0 0 0.75 4383 3467 0 0 0.688 2 interp_poly -46 -229 60 -27 4383 3467 3 MP PP 4383 3467 0 0 0.688 4443 3440 0 0 0.75 4383 3467 0 0 0.688 2 interp_poly 4443 3440 0 0 0.75 4397 3211 0 0.125 1 4443 3440 0 0 0.75 2 interp_poly 61 -17 -47 -25 4428 4004 3 MP PP 4428 4004 0 0 0.562 4381 3979 0 0 0.562 4428 4004 0 0 0.562 2 interp_poly 4381 3979 0 0 0.562 4442 3962 0 0 0.562 4381 3979 0 0 0.562 2 interp_poly -47 -23 61 -17 4381 3979 3 MP PP 4381 3979 0 0 0.562 4442 3962 0 0 0.562 4381 3979 0 0 0.562 2 interp_poly 4442 3962 0 0 0.562 4395 3939 0 0 0.562 4442 3962 0 0 0.562 2 interp_poly 61 -14 -46 -28 4423 3865 3 MP PP 4423 3865 0 0 0.562 4377 3837 0 0 0.562 4423 3865 0 0 0.562 2 interp_poly 4377 3837 0 0 0.562 4438 3823 0 0 0.562 4377 3837 0 0 0.562 2 interp_poly -47 -30 61 -14 4377 3837 3 MP PP 4377 3837 0 0 0.562 4438 3823 0 0 0.562 4377 3837 0 0 0.562 2 interp_poly 4438 3823 0 0 0.562 4391 3793 0 0 0.562 4438 3823 0 0 0.562 2 interp_poly -46 -19 61 -14 4375 4290 3 MP PP 4375 4290 0 0 0.562 4436 4276 0 0 0.562 4375 4290 0 0 0.562 2 interp_poly 4436 4276 0 0 0.562 4390 4257 0 0 0.562 4436 4276 0 0 0.562 2 interp_poly 60 -15 -46 -24 4419 3695 3 MP PP 4419 3695 0 0 0.625 4373 3671 0 0 0.625 4419 3695 0 0 0.625 2 interp_poly 4373 3671 0 0 0.625 4433 3656 0 0 0.625 4373 3671 0 0 0.625 2 interp_poly -46 -12 60 -15 4373 3671 3 MP PP 4373 3671 0 0 0.625 4433 3656 0 0 0.625 4373 3671 0 0 0.625 2 interp_poly 4433 3656 0 0 0.625 4387 3644 0 0 0.625 4433 3656 0 0 0.625 2 interp_poly 61 -16 -47 -21 4418 4180 3 MP PP 4418 4180 0 0 0.562 4371 4159 0 0 0.562 4418 4180 0 0 0.562 2 interp_poly 4371 4159 0 0 0.562 4432 4143 0 0 0.562 4371 4159 0 0 0.562 2 interp_poly -47 -23 61 -16 4371 4159 3 MP PP 4371 4159 0 0 0.562 4432 4143 0 0 0.562 4371 4159 0 0 0.562 2 interp_poly 4432 4143 0 0 0.562 4385 4120 0 0 0.562 4432 4143 0 0 0.562 2 interp_poly 61 -19 -47 -27 4415 3584 3 MP PP 4415 3584 0 0 0.562 4368 3557 0 0 0.625 4415 3584 0 0 0.562 2 interp_poly 4368 3557 0 0 0.625 4429 3538 0 0 0.625 4368 3557 0 0 0.625 2 interp_poly -46 -71 61 -19 4368 3557 3 MP PP 4368 3557 0 0 0.625 4429 3538 0 0 0.625 4368 3557 0 0 0.625 2 interp_poly 4429 3538 0 0 0.625 4383 3467 0 0 0.688 4429 3538 0 0 0.625 2 interp_poly 61 -15 -47 -25 4414 4044 3 MP PP 4414 4044 0 0 0.562 4367 4019 0 0 0.562 4414 4044 0 0 0.562 2 interp_poly 4367 4019 0 0 0.562 4428 4004 0 0 0.562 4367 4019 0 0 0.562 2 interp_poly -47 -25 61 -15 4367 4019 3 MP PP 4367 4019 0 0 0.562 4428 4004 0 0 0.562 4367 4019 0 0 0.562 2 interp_poly 4428 4004 0 0 0.562 4381 3979 0 0 0.562 4428 4004 0 0 0.562 2 interp_poly -47 291 61 20 4364 2336 3 MP PP 4364 2336 0.812 1 0.25 4425 2356 0.75 1 0.312 4364 2336 0.812 1 0.25 2 interp_poly 4425 2356 0.75 1 0.312 4378 2647 0.125 1 0.938 4425 2356 0.75 1 0.312 2 interp_poly 61 20 -47 -352 4411 2688 3 MP PP 4411 2688 0.125 1 0.938 4364 2336 0.812 1 0.25 4411 2688 0.125 1 0.938 2 interp_poly 4364 2336 0.812 1 0.25 4425 2356 0.75 1 0.312 4364 2336 0.812 1 0.25 2 interp_poly 60 -16 -46 -22 4409 3903 3 MP PP 4409 3903 0 0 0.562 4363 3881 0 0 0.562 4409 3903 0 0 0.562 2 interp_poly 4363 3881 0 0 0.562 4423 3865 0 0 0.562 4363 3881 0 0 0.562 2 interp_poly -46 -28 60 -16 4363 3881 3 MP PP 4363 3881 0 0 0.562 4423 3865 0 0 0.562 4363 3881 0 0 0.562 2 interp_poly 4423 3865 0 0 0.562 4377 3837 0 0 0.562 4423 3865 0 0 0.562 2 interp_poly 60 -21 -46 -25 4405 3741 3 MP PP 4405 3741 0 0 0.625 4359 3716 0 0 0.625 4405 3741 0 0 0.625 2 interp_poly 4359 3716 0 0 0.625 4419 3695 0 0 0.625 4359 3716 0 0 0.625 2 interp_poly -46 -24 60 -21 4359 3716 3 MP PP 4359 3716 0 0 0.625 4419 3695 0 0 0.625 4359 3716 0 0 0.625 2 interp_poly 4419 3695 0 0 0.625 4373 3671 0 0 0.625 4419 3695 0 0 0.625 2 interp_poly 61 -15 -47 -25 4404 4220 3 MP PP 4404 4220 0 0 0.562 4357 4195 0 0 0.562 4404 4220 0 0 0.562 2 interp_poly 4357 4195 0 0 0.562 4418 4180 0 0 0.562 4357 4195 0 0 0.562 2 interp_poly -47 -21 61 -15 4357 4195 3 MP PP 4357 4195 0 0 0.562 4418 4180 0 0 0.562 4357 4195 0 0 0.562 2 interp_poly 4418 4180 0 0 0.562 4371 4159 0 0 0.562 4418 4180 0 0 0.562 2 interp_poly 61 -10 -47 -21 4401 3615 3 MP PP 4401 3615 0 0 0.625 4354 3594 0 0 0.625 4401 3615 0 0 0.625 2 interp_poly 4354 3594 0 0 0.625 4415 3584 0 0 0.562 4354 3594 0 0 0.625 2 interp_poly -47 -27 61 -10 4354 3594 3 MP PP 4354 3594 0 0 0.625 4415 3584 0 0 0.562 4354 3594 0 0 0.625 2 interp_poly 4415 3584 0 0 0.562 4368 3557 0 0 0.625 4415 3584 0 0 0.562 2 interp_poly 61 -16 -46 -23 4399 4083 3 MP PP 4399 4083 0 0 0.562 4353 4060 0 0 0.562 4399 4083 0 0 0.562 2 interp_poly 4353 4060 0 0 0.562 4414 4044 0 0 0.562 4353 4060 0 0 0.562 2 interp_poly -47 -25 61 -16 4353 4060 3 MP PP 4353 4060 0 0 0.562 4414 4044 0 0 0.562 4353 4060 0 0 0.562 2 interp_poly 4414 4044 0 0 0.562 4367 4019 0 0 0.562 4414 4044 0 0 0.562 2 interp_poly -46 -20 60 -16 4273 2954 3 MP PP 4273 2954 0 0 0.562 4333 2938 0 0 0.562 4273 2954 0 0 0.562 2 interp_poly 4333 2938 0 0 0.562 4287 2918 0 0 0.562 4333 2938 0 0 0.562 2 interp_poly 60 -16 -46 -21 4319 2975 3 MP PP 4319 2975 0 0 0.562 4273 2954 0 0 0.562 4319 2975 0 0 0.562 2 interp_poly 4273 2954 0 0 0.562 4333 2938 0 0 0.562 4273 2954 0 0 0.562 2 interp_poly -47 -23 61 -15 4277 3086 3 MP PP 4277 3086 0 0 0.562 4338 3071 0 0 0.562 4277 3086 0 0 0.562 2 interp_poly 4338 3071 0 0 0.562 4291 3048 0 0 0.562 4338 3071 0 0 0.562 2 interp_poly -46 -19 60 -16 4287 2918 3 MP PP 4287 2918 0 0 0.562 4347 2902 0 0 0.562 4287 2918 0 0 0.562 2 interp_poly 4347 2902 0 0 0.562 4301 2883 0 0 0.562 4347 2902 0 0 0.562 2 interp_poly 60 -16 -46 -20 4333 2938 3 MP PP 4333 2938 0 0 0.562 4287 2918 0 0 0.562 4333 2938 0 0 0.562 2 interp_poly 4287 2918 0 0 0.562 4347 2902 0 0 0.562 4287 2918 0 0 0.562 2 interp_poly -47 -20 61 -16 4291 3048 3 MP PP 4291 3048 0 0 0.562 4352 3032 0 0 0.562 4291 3048 0 0 0.562 2 interp_poly 4352 3032 0 0 0.562 4305 3012 0 0 0.562 4352 3032 0 0 0.562 2 interp_poly 61 -16 -47 -23 4338 3071 3 MP PP 4338 3071 0 0 0.562 4291 3048 0 0 0.562 4338 3071 0 0 0.562 2 interp_poly 4291 3048 0 0 0.562 4352 3032 0 0 0.562 4291 3048 0 0 0.562 2 interp_poly -47 -21 61 -16 4305 3012 3 MP PP 4305 3012 0 0 0.562 4366 2996 0 0 0.562 4305 3012 0 0 0.562 2 interp_poly 4366 2996 0 0 0.562 4319 2975 0 0 0.562 4366 2996 0 0 0.562 2 interp_poly 61 -16 -47 -20 4352 3032 3 MP PP 4352 3032 0 0 0.562 4305 3012 0 0 0.562 4352 3032 0 0 0.562 2 interp_poly 4305 3012 0 0 0.562 4366 2996 0 0 0.562 4305 3012 0 0 0.562 2 interp_poly -47 -20 61 -17 4319 2975 3 MP PP 4319 2975 0 0 0.562 4380 2958 0 0 0.562 4319 2975 0 0 0.562 2 interp_poly 4380 2958 0 0 0.562 4333 2938 0 0 0.562 4380 2958 0 0 0.562 2 interp_poly 61 -17 -47 -21 4366 2996 3 MP PP 4366 2996 0 0 0.562 4319 2975 0 0 0.562 4366 2996 0 0 0.562 2 interp_poly 4319 2975 0 0 0.562 4380 2958 0 0 0.562 4319 2975 0 0 0.562 2 interp_poly -46 424 60 1 4318 2646 3 MP PP 4318 2646 0.125 1 0.938 4378 2647 0.125 1 0.938 4318 2646 0.125 1 0.938 2 interp_poly 4378 2647 0.125 1 0.938 4332 3071 0 0.188 1 4378 2647 0.125 1 0.938 2 interp_poly 61 -15 -46 -21 4323 3107 3 MP PP 4323 3107 0 0 0.562 4277 3086 0 0 0.562 4323 3107 0 0 0.562 2 interp_poly 4277 3086 0 0 0.562 4338 3071 0 0 0.562 4277 3086 0 0 0.562 2 interp_poly -47 -22 61 -14 4295 3178 3 MP PP 4295 3178 0 0 0.562 4356 3164 0 0 0.562 4295 3178 0 0 0.562 2 interp_poly 4356 3164 0 0 0.562 4309 3142 0 0 0.562 4356 3164 0 0 0.562 2 interp_poly 61 -14 -47 -22 4342 3200 3 MP PP 4342 3200 0 0 0.562 4295 3178 0 0 0.562 4342 3200 0 0 0.562 2 interp_poly 4295 3178 0 0 0.562 4356 3164 0 0 0.562 4295 3178 0 0 0.562 2 interp_poly -47 -21 61 -14 4309 3142 3 MP PP 4309 3142 0 0 0.562 4370 3128 0 0 0.562 4309 3142 0 0 0.562 2 interp_poly 4370 3128 0 0 0.562 4323 3107 0 0 0.562 4370 3128 0 0 0.562 2 interp_poly 61 -14 -47 -22 4356 3164 3 MP PP 4356 3164 0 0 0.562 4309 3142 0 0 0.562 4356 3164 0 0 0.562 2 interp_poly 4309 3142 0 0 0.562 4370 3128 0 0 0.562 4309 3142 0 0 0.562 2 interp_poly -46 187 60 -29 4332 3071 3 MP PP 4332 3071 0 0.188 1 4392 3042 0 0.25 1 4332 3071 0 0.188 1 2 interp_poly 4392 3042 0 0.25 1 4346 3229 0 0 0.812 4392 3042 0 0.25 1 2 interp_poly 60 -29 -46 424 4378 2647 3 MP PP 4378 2647 0.125 1 0.938 4332 3071 0 0.188 1 4378 2647 0.125 1 0.938 2 interp_poly 4332 3071 0 0.188 1 4392 3042 0 0.25 1 4332 3071 0 0.188 1 2 interp_poly 61 -1 -47 -522 4397 3211 3 MP PP 4397 3211 0 0.125 1 4350 2689 0.188 1 0.875 4397 3211 0 0.125 1 2 interp_poly 4350 2689 0.188 1 0.875 4411 2688 0.125 1 0.938 4350 2689 0.188 1 0.875 2 interp_poly 60 1 -46 310 4364 2336 3 MP PP 4364 2336 0.812 1 0.25 4318 2646 0.125 1 0.938 4364 2336 0.812 1 0.25 2 interp_poly 4318 2646 0.125 1 0.938 4378 2647 0.125 1 0.938 4318 2646 0.125 1 0.938 2 interp_poly -47 -352 61 -1 4350 2689 3 MP PP 4350 2689 0.188 1 0.875 4411 2688 0.125 1 0.938 4350 2689 0.188 1 0.875 2 interp_poly 4411 2688 0.125 1 0.938 4364 2336 0.812 1 0.25 4411 2688 0.125 1 0.938 2 interp_poly 60 -15 -46 -21 4395 3939 3 MP PP 4395 3939 0 0 0.562 4349 3918 0 0 0.562 4395 3939 0 0 0.562 2 interp_poly 4349 3918 0 0 0.562 4409 3903 0 0 0.562 4349 3918 0 0 0.562 2 interp_poly -46 -22 60 -15 4349 3918 3 MP PP 4349 3918 0 0 0.562 4409 3903 0 0 0.562 4349 3918 0 0 0.562 2 interp_poly 4409 3903 0 0 0.562 4363 3881 0 0 0.562 4409 3903 0 0 0.562 2 interp_poly 60 -21 -46 -31 4391 3793 3 MP PP 4391 3793 0 0 0.562 4345 3762 0 0 0.625 4391 3793 0 0 0.562 2 interp_poly 4345 3762 0 0 0.625 4405 3741 0 0 0.625 4345 3762 0 0 0.625 2 interp_poly -46 -25 60 -21 4345 3762 3 MP PP 4345 3762 0 0 0.625 4405 3741 0 0 0.625 4345 3762 0 0 0.625 2 interp_poly 4405 3741 0 0 0.625 4359 3716 0 0 0.625 4405 3741 0 0 0.625 2 interp_poly 61 -14 -47 -23 4390 4257 3 MP PP 4390 4257 0 0 0.562 4343 4234 0 0 0.562 4390 4257 0 0 0.562 2 interp_poly 4343 4234 0 0 0.562 4404 4220 0 0 0.562 4343 4234 0 0 0.562 2 interp_poly -47 -25 61 -14 4343 4234 3 MP PP 4343 4234 0 0 0.562 4404 4220 0 0 0.562 4343 4234 0 0 0.562 2 interp_poly 4404 4220 0 0 0.562 4357 4195 0 0 0.562 4404 4220 0 0 0.562 2 interp_poly 61 -11 -47 -18 4387 3644 3 MP PP 4387 3644 0 0 0.625 4340 3626 0 0 0.625 4387 3644 0 0 0.625 2 interp_poly 4340 3626 0 0 0.625 4401 3615 0 0 0.625 4340 3626 0 0 0.625 2 interp_poly -47 -21 61 -11 4340 3626 3 MP PP 4340 3626 0 0 0.625 4401 3615 0 0 0.625 4340 3626 0 0 0.625 2 interp_poly 4401 3615 0 0 0.625 4354 3594 0 0 0.625 4401 3615 0 0 0.625 2 interp_poly 60 -13 -46 -24 4385 4120 3 MP PP 4385 4120 0 0 0.562 4339 4096 0 0 0.562 4385 4120 0 0 0.562 2 interp_poly 4339 4096 0 0 0.562 4399 4083 0 0 0.562 4339 4096 0 0 0.562 2 interp_poly -46 -23 60 -13 4339 4096 3 MP PP 4339 4096 0 0 0.562 4399 4083 0 0 0.562 4339 4096 0 0 0.562 2 interp_poly 4399 4083 0 0 0.562 4353 4060 0 0 0.562 4399 4083 0 0 0.562 2 interp_poly -46 4 61 -21 4299 3276 3 MP PP 4299 3276 0 0 0.688 4360 3255 0 0 0.688 4299 3276 0 0 0.688 2 interp_poly 4360 3255 0 0 0.688 4314 3259 0 0 0.625 4360 3255 0 0 0.688 2 interp_poly 61 -21 -47 47 4346 3229 3 MP PP 4346 3229 0 0 0.812 4299 3276 0 0 0.688 4346 3229 0 0 0.812 2 interp_poly 4299 3276 0 0 0.688 4360 3255 0 0 0.688 4299 3276 0 0 0.688 2 interp_poly 61 -35 -47 -221 4383 3467 3 MP PP 4383 3467 0 0 0.688 4336 3246 0 0.125 1 4383 3467 0 0 0.688 2 interp_poly 4336 3246 0 0.125 1 4397 3211 0 0.125 1 4336 3246 0 0.125 1 2 interp_poly -47 -22 61 -14 4281 3214 3 MP PP 4281 3214 0 0 0.562 4342 3200 0 0 0.562 4281 3214 0 0 0.562 2 interp_poly 4342 3200 0 0 0.562 4295 3178 0 0 0.562 4342 3200 0 0 0.562 2 interp_poly 61 -14 -47 -19 4328 3233 3 MP PP 4328 3233 0 0 0.562 4281 3214 0 0 0.562 4328 3233 0 0 0.562 2 interp_poly 4281 3214 0 0 0.562 4342 3200 0 0 0.562 4281 3214 0 0 0.562 2 interp_poly -47 -13 61 -15 4253 3274 3 MP PP 4253 3274 0 0 0.625 4314 3259 0 0 0.625 4253 3274 0 0 0.625 2 interp_poly 4314 3259 0 0 0.625 4267 3246 0 0 0.625 4314 3259 0 0 0.625 2 interp_poly 61 -15 -46 -2 4299 3276 3 MP PP 4299 3276 0 0 0.688 4253 3274 0 0 0.625 4299 3276 0 0 0.688 2 interp_poly 4253 3274 0 0 0.625 4314 3259 0 0 0.625 4253 3274 0 0 0.625 2 interp_poly 61 -13 -47 -13 4314 3259 3 MP PP 4314 3259 0 0 0.625 4267 3246 0 0 0.625 4314 3259 0 0 0.625 2 interp_poly 4267 3246 0 0 0.625 4328 3233 0 0 0.562 4267 3246 0 0 0.625 2 interp_poly -47 47 61 -28 4285 3257 3 MP PP 4285 3257 0 0 0.75 4346 3229 0 0 0.812 4285 3257 0 0 0.75 2 interp_poly 4346 3229 0 0 0.812 4299 3276 0 0 0.688 4346 3229 0 0 0.812 2 interp_poly -46 -21 60 -14 4263 3121 3 MP PP 4263 3121 0 0 0.562 4323 3107 0 0 0.562 4263 3121 0 0 0.562 2 interp_poly 4323 3107 0 0 0.562 4277 3086 0 0 0.562 4323 3107 0 0 0.562 2 interp_poly 60 -14 -46 -21 4309 3142 3 MP PP 4309 3142 0 0 0.562 4263 3121 0 0 0.562 4309 3142 0 0 0.562 2 interp_poly 4263 3121 0 0 0.562 4323 3107 0 0 0.562 4263 3121 0 0 0.562 2 interp_poly -47 -19 61 -13 4267 3246 3 MP PP 4267 3246 0 0 0.625 4328 3233 0 0 0.562 4267 3246 0 0 0.625 2 interp_poly 4328 3233 0 0 0.562 4281 3214 0 0 0.562 4328 3233 0 0 0.562 2 interp_poly 61 -28 -47 186 4332 3071 3 MP PP 4332 3071 0 0.188 1 4285 3257 0 0 0.75 4332 3071 0 0.188 1 2 interp_poly 4285 3257 0 0 0.75 4346 3229 0 0 0.812 4285 3257 0 0 0.75 2 interp_poly -47 -522 61 -35 4336 3246 3 MP PP 4336 3246 0 0.125 1 4397 3211 0 0.125 1 4336 3246 0 0.125 1 2 interp_poly 4397 3211 0 0.125 1 4350 2689 0.188 1 0.875 4397 3211 0 0.125 1 2 interp_poly 60 -18 -46 -22 4381 3979 3 MP PP 4381 3979 0 0 0.562 4335 3957 0 0 0.562 4381 3979 0 0 0.562 2 interp_poly 4335 3957 0 0 0.562 4395 3939 0 0 0.562 4335 3957 0 0 0.562 2 interp_poly -46 -21 60 -18 4335 3957 3 MP PP 4335 3957 0 0 0.562 4395 3939 0 0 0.562 4335 3957 0 0 0.562 2 interp_poly 4395 3939 0 0 0.562 4349 3918 0 0 0.562 4395 3939 0 0 0.562 2 interp_poly 61 -16 -47 -28 4377 3837 3 MP PP 4377 3837 0 0 0.562 4330 3809 0 0 0.562 4377 3837 0 0 0.562 2 interp_poly 4330 3809 0 0 0.562 4391 3793 0 0 0.562 4330 3809 0 0 0.562 2 interp_poly -46 -31 61 -16 4330 3809 3 MP PP 4330 3809 0 0 0.562 4391 3793 0 0 0.562 4330 3809 0 0 0.562 2 interp_poly 4391 3793 0 0 0.562 4345 3762 0 0 0.625 4391 3793 0 0 0.562 2 interp_poly 61 -14 -46 -19 4375 4290 3 MP PP 4375 4290 0 0 0.562 4329 4271 0 0 0.562 4375 4290 0 0 0.562 2 interp_poly 4329 4271 0 0 0.562 4390 4257 0 0 0.562 4329 4271 0 0 0.562 2 interp_poly -47 -23 61 -14 4329 4271 3 MP PP 4329 4271 0 0 0.562 4390 4257 0 0 0.562 4329 4271 0 0 0.562 2 interp_poly 4390 4257 0 0 0.562 4343 4234 0 0 0.562 4390 4257 0 0 0.562 2 interp_poly 61 -8 -47 -19 4373 3671 3 MP PP 4373 3671 0 0 0.625 4326 3652 0 0 0.625 4373 3671 0 0 0.625 2 interp_poly 4326 3652 0 0 0.625 4387 3644 0 0 0.625 4326 3652 0 0 0.625 2 interp_poly -47 -18 61 -8 4326 3652 3 MP PP 4326 3652 0 0 0.625 4387 3644 0 0 0.625 4326 3652 0 0 0.625 2 interp_poly 4387 3644 0 0 0.625 4340 3626 0 0 0.625 4387 3644 0 0 0.625 2 interp_poly 60 -14 -46 -25 4371 4159 3 MP PP 4371 4159 0 0 0.562 4325 4134 0 0 0.562 4371 4159 0 0 0.562 2 interp_poly 4325 4134 0 0 0.562 4385 4120 0 0 0.562 4325 4134 0 0 0.562 2 interp_poly -46 -24 60 -14 4325 4134 3 MP PP 4325 4134 0 0 0.562 4385 4120 0 0 0.562 4325 4134 0 0 0.562 2 interp_poly 4385 4120 0 0 0.562 4339 4096 0 0 0.562 4385 4120 0 0 0.562 2 interp_poly 61 -25 -46 -65 4368 3557 3 MP PP 4368 3557 0 0 0.625 4322 3492 0 0 0.688 4368 3557 0 0 0.625 2 interp_poly 4322 3492 0 0 0.688 4383 3467 0 0 0.688 4322 3492 0 0 0.688 2 interp_poly -47 -221 61 -25 4322 3492 3 MP PP 4322 3492 0 0 0.688 4383 3467 0 0 0.688 4322 3492 0 0 0.688 2 interp_poly 4383 3467 0 0 0.688 4336 3246 0 0.125 1 4383 3467 0 0 0.688 2 interp_poly 60 -16 -46 -24 4367 4019 3 MP PP 4367 4019 0 0 0.562 4321 3995 0 0 0.562 4367 4019 0 0 0.562 2 interp_poly 4321 3995 0 0 0.562 4381 3979 0 0 0.562 4321 3995 0 0 0.562 2 interp_poly -46 -22 60 -16 4321 3995 3 MP PP 4321 3995 0 0 0.562 4381 3979 0 0 0.562 4321 3995 0 0 0.562 2 interp_poly 4381 3979 0 0 0.562 4335 3957 0 0 0.562 4381 3979 0 0 0.562 2 interp_poly 61 -17 -47 -27 4363 3881 3 MP PP 4363 3881 0 0 0.562 4316 3854 0 0 0.562 4363 3881 0 0 0.562 2 interp_poly 4316 3854 0 0 0.562 4377 3837 0 0 0.562 4316 3854 0 0 0.562 2 interp_poly -47 -28 61 -17 4316 3854 3 MP PP 4316 3854 0 0 0.562 4377 3837 0 0 0.562 4316 3854 0 0 0.562 2 interp_poly 4377 3837 0 0 0.562 4330 3809 0 0 0.562 4377 3837 0 0 0.562 2 interp_poly -46 -19 60 -14 4315 4304 3 MP PP 4315 4304 0 0 0.562 4375 4290 0 0 0.562 4315 4304 0 0 0.562 2 interp_poly 4375 4290 0 0 0.562 4329 4271 0 0 0.562 4375 4290 0 0 0.562 2 interp_poly 61 -21 -47 -24 4359 3716 3 MP PP 4359 3716 0 0 0.625 4312 3692 0 0 0.625 4359 3716 0 0 0.625 2 interp_poly 4312 3692 0 0 0.625 4373 3671 0 0 0.625 4312 3692 0 0 0.625 2 interp_poly -47 -19 61 -21 4312 3692 3 MP PP 4312 3692 0 0 0.625 4373 3671 0 0 0.625 4312 3692 0 0 0.625 2 interp_poly 4373 3671 0 0 0.625 4326 3652 0 0 0.625 4373 3671 0 0 0.625 2 interp_poly 60 -14 -46 -22 4357 4195 3 MP PP 4357 4195 0 0 0.562 4311 4173 0 0 0.562 4357 4195 0 0 0.562 2 interp_poly 4311 4173 0 0 0.562 4371 4159 0 0 0.562 4311 4173 0 0 0.562 2 interp_poly -46 -25 60 -14 4311 4173 3 MP PP 4311 4173 0 0 0.562 4371 4159 0 0 0.562 4311 4173 0 0 0.562 2 interp_poly 4371 4159 0 0 0.562 4325 4134 0 0 0.562 4371 4159 0 0 0.562 2 interp_poly 60 -13 -46 -24 4354 3594 3 MP PP 4354 3594 0 0 0.625 4308 3570 0 0 0.625 4354 3594 0 0 0.625 2 interp_poly 4308 3570 0 0 0.625 4368 3557 0 0 0.625 4308 3570 0 0 0.625 2 interp_poly -46 -65 60 -13 4308 3570 3 MP PP 4308 3570 0 0 0.625 4368 3557 0 0 0.625 4308 3570 0 0 0.625 2 interp_poly 4368 3557 0 0 0.625 4322 3492 0 0 0.688 4368 3557 0 0 0.625 2 interp_poly 61 -15 -47 -26 4353 4060 3 MP PP 4353 4060 0 0 0.562 4306 4034 0 0 0.562 4353 4060 0 0 0.562 2 interp_poly 4306 4034 0 0 0.562 4367 4019 0 0 0.562 4306 4034 0 0 0.562 2 interp_poly -46 -24 61 -15 4306 4034 3 MP PP 4306 4034 0 0 0.562 4367 4019 0 0 0.562 4306 4034 0 0 0.562 2 interp_poly 4367 4019 0 0 0.562 4321 3995 0 0 0.562 4367 4019 0 0 0.562 2 interp_poly -46 310 60 43 4304 2293 3 MP PP 4304 2293 0.938 1 0.125 4364 2336 0.812 1 0.25 4304 2293 0.938 1 0.125 2 interp_poly 4364 2336 0.812 1 0.25 4318 2646 0.125 1 0.938 4364 2336 0.812 1 0.25 2 interp_poly 60 43 -46 -396 4350 2689 3 MP PP 4350 2689 0.188 1 0.875 4304 2293 0.938 1 0.125 4350 2689 0.188 1 0.875 2 interp_poly 4304 2293 0.938 1 0.125 4364 2336 0.812 1 0.25 4304 2293 0.938 1 0.125 2 interp_poly 61 -13 -47 -24 4349 3918 3 MP PP 4349 3918 0 0 0.562 4302 3894 0 0 0.562 4349 3918 0 0 0.562 2 interp_poly 4302 3894 0 0 0.562 4363 3881 0 0 0.562 4302 3894 0 0 0.562 2 interp_poly -47 -27 61 -13 4302 3894 3 MP PP 4302 3894 0 0 0.562 4363 3881 0 0 0.562 4302 3894 0 0 0.562 2 interp_poly 4363 3881 0 0 0.562 4316 3854 0 0 0.562 4363 3881 0 0 0.562 2 interp_poly 61 -18 -47 -28 4345 3762 3 MP PP 4345 3762 0 0 0.625 4298 3734 0 0 0.625 4345 3762 0 0 0.625 2 interp_poly 4298 3734 0 0 0.625 4359 3716 0 0 0.625 4298 3734 0 0 0.625 2 interp_poly -47 -24 61 -18 4298 3734 3 MP PP 4298 3734 0 0 0.625 4359 3716 0 0 0.625 4298 3734 0 0 0.625 2 interp_poly 4359 3716 0 0 0.625 4312 3692 0 0 0.625 4359 3716 0 0 0.625 2 interp_poly 60 -15 -46 -24 4343 4234 3 MP PP 4343 4234 0 0 0.562 4297 4210 0 0 0.562 4343 4234 0 0 0.562 2 interp_poly 4297 4210 0 0 0.562 4357 4195 0 0 0.562 4297 4210 0 0 0.562 2 interp_poly -46 -22 60 -15 4297 4210 3 MP PP 4297 4210 0 0 0.562 4357 4195 0 0 0.562 4297 4210 0 0 0.562 2 interp_poly 4357 4195 0 0 0.562 4311 4173 0 0 0.562 4357 4195 0 0 0.562 2 interp_poly 60 -10 -46 -22 4340 3626 3 MP PP 4340 3626 0 0 0.625 4294 3604 0 0 0.625 4340 3626 0 0 0.625 2 interp_poly 4294 3604 0 0 0.625 4354 3594 0 0 0.625 4294 3604 0 0 0.625 2 interp_poly -46 -24 60 -10 4294 3604 3 MP PP 4294 3604 0 0 0.625 4354 3594 0 0 0.625 4294 3604 0 0 0.625 2 interp_poly 4354 3594 0 0 0.625 4308 3570 0 0 0.625 4354 3594 0 0 0.625 2 interp_poly 61 -14 -47 -22 4339 4096 3 MP PP 4339 4096 0 0 0.562 4292 4074 0 0 0.562 4339 4096 0 0 0.562 2 interp_poly 4292 4074 0 0 0.562 4353 4060 0 0 0.562 4292 4074 0 0 0.562 2 interp_poly -47 -26 61 -14 4292 4074 3 MP PP 4292 4074 0 0 0.562 4353 4060 0 0 0.562 4292 4074 0 0 0.562 2 interp_poly 4353 4060 0 0 0.562 4306 4034 0 0 0.562 4353 4060 0 0 0.562 2 interp_poly -47 -21 61 -15 4212 2969 3 MP PP 4212 2969 0 0 0.562 4273 2954 0 0 0.562 4212 2969 0 0 0.562 2 interp_poly 4273 2954 0 0 0.562 4226 2933 0 0 0.562 4273 2954 0 0 0.562 2 interp_poly 61 -15 -47 -22 4259 2991 3 MP PP 4259 2991 0 0 0.562 4212 2969 0 0 0.562 4259 2991 0 0 0.562 2 interp_poly 4212 2969 0 0 0.562 4273 2954 0 0 0.562 4212 2969 0 0 0.562 2 interp_poly -47 -22 61 -14 4216 3100 3 MP PP 4216 3100 0 0 0.562 4277 3086 0 0 0.562 4216 3100 0 0 0.562 2 interp_poly 4277 3086 0 0 0.562 4230 3064 0 0 0.562 4277 3086 0 0 0.562 2 interp_poly 61 -14 -47 -21 4263 3121 3 MP PP 4263 3121 0 0 0.562 4216 3100 0 0 0.562 4263 3121 0 0 0.562 2 interp_poly 4216 3100 0 0 0.562 4277 3086 0 0 0.562 4216 3100 0 0 0.562 2 interp_poly -47 -19 61 -15 4226 2933 3 MP PP 4226 2933 0 0 0.562 4287 2918 0 0 0.562 4226 2933 0 0 0.562 2 interp_poly 4287 2918 0 0 0.562 4240 2899 0 0 0.562 4287 2918 0 0 0.562 2 interp_poly 61 -15 -47 -21 4273 2954 3 MP PP 4273 2954 0 0 0.562 4226 2933 0 0 0.562 4273 2954 0 0 0.562 2 interp_poly 4226 2933 0 0 0.562 4287 2918 0 0 0.562 4226 2933 0 0 0.562 2 interp_poly -46 -22 61 -16 4230 3064 3 MP PP 4230 3064 0 0 0.562 4291 3048 0 0 0.562 4230 3064 0 0 0.562 2 interp_poly 4291 3048 0 0 0.562 4245 3026 0 0 0.562 4291 3048 0 0 0.562 2 interp_poly 61 -16 -47 -22 4277 3086 3 MP PP 4277 3086 0 0 0.562 4230 3064 0 0 0.562 4277 3086 0 0 0.562 2 interp_poly 4230 3064 0 0 0.562 4291 3048 0 0 0.562 4230 3064 0 0 0.562 2 interp_poly -47 -19 61 -16 4240 2899 3 MP PP 4240 2899 0 0 0.562 4301 2883 0 0 0.562 4240 2899 0 0 0.562 2 interp_poly 4301 2883 0 0 0.562 4254 2864 0 0 0.562 4301 2883 0 0 0.562 2 interp_poly 61 -16 -47 -19 4287 2918 3 MP PP 4287 2918 0 0 0.562 4240 2899 0 0 0.562 4287 2918 0 0 0.562 2 interp_poly 4240 2899 0 0 0.562 4301 2883 0 0 0.562 4240 2899 0 0 0.562 2 interp_poly -46 -21 60 -14 4245 3026 3 MP PP 4245 3026 0 0 0.562 4305 3012 0 0 0.562 4245 3026 0 0 0.562 2 interp_poly 4305 3012 0 0 0.562 4259 2991 0 0 0.562 4305 3012 0 0 0.562 2 interp_poly 60 -14 -46 -22 4291 3048 3 MP PP 4291 3048 0 0 0.562 4245 3026 0 0 0.562 4291 3048 0 0 0.562 2 interp_poly 4245 3026 0 0 0.562 4305 3012 0 0 0.562 4245 3026 0 0 0.562 2 interp_poly -46 -21 60 -16 4259 2991 3 MP PP 4259 2991 0 0 0.562 4319 2975 0 0 0.562 4259 2991 0 0 0.562 2 interp_poly 4319 2975 0 0 0.562 4273 2954 0 0 0.562 4319 2975 0 0 0.562 2 interp_poly 60 -16 -46 -21 4305 3012 3 MP PP 4305 3012 0 0 0.562 4259 2991 0 0 0.562 4305 3012 0 0 0.562 2 interp_poly 4259 2991 0 0 0.562 4319 2975 0 0 0.562 4259 2991 0 0 0.562 2 interp_poly -47 448 61 0 4257 2646 3 MP PP 4257 2646 0.188 1 0.875 4318 2646 0.125 1 0.938 4257 2646 0.188 1 0.875 2 interp_poly 4318 2646 0.125 1 0.938 4271 3094 0 0.188 1 4318 2646 0.125 1 0.938 2 interp_poly -46 -22 60 -14 4235 3192 3 MP PP 4235 3192 0 0 0.562 4295 3178 0 0 0.562 4235 3192 0 0 0.562 2 interp_poly 4295 3178 0 0 0.562 4249 3156 0 0 0.562 4295 3178 0 0 0.562 2 interp_poly 60 -14 -46 -22 4281 3214 3 MP PP 4281 3214 0 0 0.562 4235 3192 0 0 0.562 4281 3214 0 0 0.562 2 interp_poly 4235 3192 0 0 0.562 4295 3178 0 0 0.562 4235 3192 0 0 0.562 2 interp_poly -46 -21 60 -14 4249 3156 3 MP PP 4249 3156 0 0 0.562 4309 3142 0 0 0.562 4249 3156 0 0 0.562 2 interp_poly 4309 3142 0 0 0.562 4263 3121 0 0 0.562 4309 3142 0 0 0.562 2 interp_poly 60 -14 -46 -22 4295 3178 3 MP PP 4295 3178 0 0 0.562 4249 3156 0 0 0.562 4295 3178 0 0 0.562 2 interp_poly 4249 3156 0 0 0.562 4309 3142 0 0 0.562 4249 3156 0 0 0.562 2 interp_poly -47 186 61 -23 4271 3094 3 MP PP 4271 3094 0 0.188 1 4332 3071 0 0.188 1 4271 3094 0 0.188 1 2 interp_poly 4332 3071 0 0.188 1 4285 3257 0 0 0.75 4332 3071 0 0.188 1 2 interp_poly 61 -23 -47 448 4318 2646 3 MP PP 4318 2646 0.125 1 0.938 4271 3094 0 0.188 1 4318 2646 0.125 1 0.938 2 interp_poly 4271 3094 0 0.188 1 4332 3071 0 0.188 1 4271 3094 0 0.188 1 2 interp_poly 60 -4 -46 -553 4336 3246 3 MP PP 4336 3246 0 0.125 1 4290 2693 0.188 1 0.875 4336 3246 0 0.125 1 2 interp_poly 4290 2693 0.188 1 0.875 4350 2689 0.188 1 0.875 4290 2693 0.188 1 0.875 2 interp_poly 61 0 -47 353 4304 2293 3 MP PP 4304 2293 0.938 1 0.125 4257 2646 0.188 1 0.875 4304 2293 0.938 1 0.125 2 interp_poly 4257 2646 0.188 1 0.875 4318 2646 0.125 1 0.938 4257 2646 0.188 1 0.875 2 interp_poly -46 -396 60 -4 4290 2693 3 MP PP 4290 2693 0.188 1 0.875 4350 2689 0.188 1 0.875 4290 2693 0.188 1 0.875 2 interp_poly 4350 2689 0.188 1 0.875 4304 2293 0.938 1 0.125 4350 2689 0.188 1 0.875 2 interp_poly 61 -16 -47 -23 4335 3957 3 MP PP 4335 3957 0 0 0.562 4288 3934 0 0 0.562 4335 3957 0 0 0.562 2 interp_poly 4288 3934 0 0 0.562 4349 3918 0 0 0.562 4288 3934 0 0 0.562 2 interp_poly -47 -24 61 -16 4288 3934 3 MP PP 4288 3934 0 0 0.562 4349 3918 0 0 0.562 4288 3934 0 0 0.562 2 interp_poly 4349 3918 0 0 0.562 4302 3894 0 0 0.562 4349 3918 0 0 0.562 2 interp_poly 61 -22 -46 -25 4330 3809 3 MP PP 4330 3809 0 0 0.562 4284 3784 0 0 0.625 4330 3809 0 0 0.562 2 interp_poly 4284 3784 0 0 0.625 4345 3762 0 0 0.625 4284 3784 0 0 0.625 2 interp_poly -47 -28 61 -22 4284 3784 3 MP PP 4284 3784 0 0 0.625 4345 3762 0 0 0.625 4284 3784 0 0 0.625 2 interp_poly 4345 3762 0 0 0.625 4298 3734 0 0 0.625 4345 3762 0 0 0.625 2 interp_poly 61 -13 -47 -24 4329 4271 3 MP PP 4329 4271 0 0 0.562 4282 4247 0 0 0.562 4329 4271 0 0 0.562 2 interp_poly 4282 4247 0 0 0.562 4343 4234 0 0 0.562 4282 4247 0 0 0.562 2 interp_poly -46 -24 61 -13 4282 4247 3 MP PP 4282 4247 0 0 0.562 4343 4234 0 0 0.562 4282 4247 0 0 0.562 2 interp_poly 4343 4234 0 0 0.562 4297 4210 0 0 0.562 4343 4234 0 0 0.562 2 interp_poly 60 -7 -46 -19 4326 3652 3 MP PP 4326 3652 0 0 0.625 4280 3633 0 0 0.625 4326 3652 0 0 0.625 2 interp_poly 4280 3633 0 0 0.625 4340 3626 0 0 0.625 4280 3633 0 0 0.625 2 interp_poly -46 -22 60 -7 4280 3633 3 MP PP 4280 3633 0 0 0.625 4340 3626 0 0 0.625 4280 3633 0 0 0.625 2 interp_poly 4340 3626 0 0 0.625 4294 3604 0 0 0.625 4340 3626 0 0 0.625 2 interp_poly 61 -13 -47 -25 4325 4134 3 MP PP 4325 4134 0 0 0.562 4278 4109 0 0 0.562 4325 4134 0 0 0.562 2 interp_poly 4278 4109 0 0 0.562 4339 4096 0 0 0.562 4278 4109 0 0 0.562 2 interp_poly -47 -22 61 -13 4278 4109 3 MP PP 4278 4109 0 0 0.562 4339 4096 0 0 0.562 4278 4109 0 0 0.562 2 interp_poly 4339 4096 0 0 0.562 4292 4074 0 0 0.562 4339 4096 0 0 0.562 2 interp_poly -46 -2 60 -22 4239 3298 3 MP PP 4239 3298 0 0 0.625 4299 3276 0 0 0.688 4239 3298 0 0 0.625 2 interp_poly 4299 3276 0 0 0.688 4253 3274 0 0 0.625 4299 3276 0 0 0.688 2 interp_poly 60 -22 -46 41 4285 3257 3 MP PP 4285 3257 0 0 0.75 4239 3298 0 0 0.625 4285 3257 0 0 0.75 2 interp_poly 4239 3298 0 0 0.625 4299 3276 0 0 0.688 4239 3298 0 0 0.625 2 interp_poly 61 -22 -47 -224 4322 3492 3 MP PP 4322 3492 0 0 0.688 4275 3268 0 0.125 1 4322 3492 0 0 0.688 2 interp_poly 4275 3268 0 0.125 1 4336 3246 0 0.125 1 4275 3268 0 0.125 1 2 interp_poly -46 -22 60 -14 4221 3228 3 MP PP 4221 3228 0 0 0.562 4281 3214 0 0 0.562 4221 3228 0 0 0.562 2 interp_poly 4281 3214 0 0 0.562 4235 3192 0 0 0.562 4281 3214 0 0 0.562 2 interp_poly 60 -14 -46 -18 4267 3246 3 MP PP 4267 3246 0 0 0.625 4221 3228 0 0 0.562 4267 3246 0 0 0.625 2 interp_poly 4221 3228 0 0 0.562 4281 3214 0 0 0.562 4221 3228 0 0 0.562 2 interp_poly -47 -14 61 -19 4192 3293 3 MP PP 4192 3293 0 0 0.625 4253 3274 0 0 0.625 4192 3293 0 0 0.625 2 interp_poly 4253 3274 0 0 0.625 4206 3260 0 0 0.625 4253 3274 0 0 0.625 2 interp_poly 61 -19 -47 -5 4239 3298 3 MP PP 4239 3298 0 0 0.625 4192 3293 0 0 0.625 4239 3298 0 0 0.625 2 interp_poly 4192 3293 0 0 0.625 4253 3274 0 0 0.625 4192 3293 0 0 0.625 2 interp_poly 61 -14 -47 -14 4253 3274 3 MP PP 4253 3274 0 0 0.625 4206 3260 0 0 0.625 4253 3274 0 0 0.625 2 interp_poly 4206 3260 0 0 0.625 4267 3246 0 0 0.625 4206 3260 0 0 0.625 2 interp_poly -46 41 60 -27 4225 3284 3 MP PP 4225 3284 0 0 0.75 4285 3257 0 0 0.75 4225 3284 0 0 0.75 2 interp_poly 4285 3257 0 0 0.75 4239 3298 0 0 0.625 4285 3257 0 0 0.75 2 interp_poly -46 -18 61 -14 4206 3260 3 MP PP 4206 3260 0 0 0.625 4267 3246 0 0 0.625 4206 3260 0 0 0.625 2 interp_poly 4267 3246 0 0 0.625 4221 3228 0 0 0.562 4267 3246 0 0 0.625 2 interp_poly 60 -27 -46 190 4271 3094 3 MP PP 4271 3094 0 0.188 1 4225 3284 0 0 0.75 4271 3094 0 0.188 1 2 interp_poly 4225 3284 0 0 0.75 4285 3257 0 0 0.75 4225 3284 0 0 0.75 2 interp_poly -46 -553 61 -22 4275 3268 3 MP PP 4275 3268 0 0.125 1 4336 3246 0 0.125 1 4275 3268 0 0.125 1 2 interp_poly 4336 3246 0 0.125 1 4290 2693 0.188 1 0.875 4336 3246 0 0.125 1 2 interp_poly 61 -17 -47 -21 4321 3995 3 MP PP 4321 3995 0 0 0.562 4274 3974 0 0 0.562 4321 3995 0 0 0.562 2 interp_poly 4274 3974 0 0 0.562 4335 3957 0 0 0.562 4274 3974 0 0 0.562 2 interp_poly -47 -23 61 -17 4274 3974 3 MP PP 4274 3974 0 0 0.562 4335 3957 0 0 0.562 4274 3974 0 0 0.562 2 interp_poly 4335 3957 0 0 0.562 4288 3934 0 0 0.562 4335 3957 0 0 0.562 2 interp_poly 60 -18 -46 -27 4316 3854 3 MP PP 4316 3854 0 0 0.562 4270 3827 0 0 0.562 4316 3854 0 0 0.562 2 interp_poly 4270 3827 0 0 0.562 4330 3809 0 0 0.562 4270 3827 0 0 0.562 2 interp_poly -46 -25 60 -18 4270 3827 3 MP PP 4270 3827 0 0 0.562 4330 3809 0 0 0.562 4270 3827 0 0 0.562 2 interp_poly 4330 3809 0 0 0.562 4284 3784 0 0 0.625 4330 3809 0 0 0.562 2 interp_poly 61 -13 -47 -20 4315 4304 3 MP PP 4315 4304 0 0 0.562 4268 4284 0 0 0.562 4315 4304 0 0 0.562 2 interp_poly 4268 4284 0 0 0.562 4329 4271 0 0 0.562 4268 4284 0 0 0.562 2 interp_poly -47 -24 61 -13 4268 4284 3 MP PP 4268 4284 0 0 0.562 4329 4271 0 0 0.562 4268 4284 0 0 0.562 2 interp_poly 4329 4271 0 0 0.562 4282 4247 0 0 0.562 4329 4271 0 0 0.562 2 interp_poly 60 -11 -46 -29 4312 3692 3 MP PP 4312 3692 0 0 0.625 4266 3663 0 0 0.625 4312 3692 0 0 0.625 2 interp_poly 4266 3663 0 0 0.625 4326 3652 0 0 0.625 4266 3663 0 0 0.625 2 interp_poly -46 -19 60 -11 4266 3663 3 MP PP 4266 3663 0 0 0.625 4326 3652 0 0 0.625 4266 3663 0 0 0.625 2 interp_poly 4326 3652 0 0 0.625 4280 3633 0 0 0.625 4326 3652 0 0 0.625 2 interp_poly 61 -13 -47 -26 4311 4173 3 MP PP 4311 4173 0 0 0.562 4264 4147 0 0 0.562 4311 4173 0 0 0.562 2 interp_poly 4264 4147 0 0 0.562 4325 4134 0 0 0.562 4264 4147 0 0 0.562 2 interp_poly -47 -25 61 -13 4264 4147 3 MP PP 4264 4147 0 0 0.562 4325 4134 0 0 0.562 4264 4147 0 0 0.562 2 interp_poly 4325 4134 0 0 0.562 4278 4109 0 0 0.562 4325 4134 0 0 0.562 2 interp_poly 61 -18 -47 -60 4308 3570 3 MP PP 4308 3570 0 0 0.625 4261 3510 0 0 0.688 4308 3570 0 0 0.625 2 interp_poly 4261 3510 0 0 0.688 4322 3492 0 0 0.688 4261 3510 0 0 0.688 2 interp_poly -47 -224 61 -18 4261 3510 3 MP PP 4261 3510 0 0 0.688 4322 3492 0 0 0.688 4261 3510 0 0 0.688 2 interp_poly 4322 3492 0 0 0.688 4275 3268 0 0.125 1 4322 3492 0 0 0.688 2 interp_poly 61 -16 -46 -23 4306 4034 3 MP PP 4306 4034 0 0 0.562 4260 4011 0 0 0.562 4306 4034 0 0 0.562 2 interp_poly 4260 4011 0 0 0.562 4321 3995 0 0 0.562 4260 4011 0 0 0.562 2 interp_poly -47 -21 61 -16 4260 4011 3 MP PP 4260 4011 0 0 0.562 4321 3995 0 0 0.562 4260 4011 0 0 0.562 2 interp_poly 4321 3995 0 0 0.562 4274 3974 0 0 0.562 4321 3995 0 0 0.562 2 interp_poly 60 -15 -46 -25 4302 3894 3 MP PP 4302 3894 0 0 0.562 4256 3869 0 0 0.562 4302 3894 0 0 0.562 2 interp_poly 4256 3869 0 0 0.562 4316 3854 0 0 0.562 4256 3869 0 0 0.562 2 interp_poly -46 -27 60 -15 4256 3869 3 MP PP 4256 3869 0 0 0.562 4316 3854 0 0 0.562 4256 3869 0 0 0.562 2 interp_poly 4316 3854 0 0 0.562 4270 3827 0 0 0.562 4316 3854 0 0 0.562 2 interp_poly -47 -20 61 -13 4254 4317 3 MP PP 4254 4317 0 0 0.562 4315 4304 0 0 0.562 4254 4317 0 0 0.562 2 interp_poly 4315 4304 0 0 0.562 4268 4284 0 0 0.562 4315 4304 0 0 0.562 2 interp_poly 60 -16 -46 -26 4298 3734 3 MP PP 4298 3734 0 0 0.625 4252 3708 0 0 0.625 4298 3734 0 0 0.625 2 interp_poly 4252 3708 0 0 0.625 4312 3692 0 0 0.625 4252 3708 0 0 0.625 2 interp_poly -46 -29 60 -16 4252 3708 3 MP PP 4252 3708 0 0 0.625 4312 3692 0 0 0.625 4252 3708 0 0 0.625 2 interp_poly 4312 3692 0 0 0.625 4266 3663 0 0 0.625 4312 3692 0 0 0.625 2 interp_poly 61 -13 -47 -24 4297 4210 3 MP PP 4297 4210 0 0 0.562 4250 4186 0 0 0.562 4297 4210 0 0 0.562 2 interp_poly 4250 4186 0 0 0.562 4311 4173 0 0 0.562 4250 4186 0 0 0.562 2 interp_poly -47 -26 61 -13 4250 4186 3 MP PP 4250 4186 0 0 0.562 4311 4173 0 0 0.562 4250 4186 0 0 0.562 2 interp_poly 4311 4173 0 0 0.562 4264 4147 0 0 0.562 4311 4173 0 0 0.562 2 interp_poly 61 -6 -47 -28 4294 3604 3 MP PP 4294 3604 0 0 0.625 4247 3576 0 0 0.625 4294 3604 0 0 0.625 2 interp_poly 4247 3576 0 0 0.625 4308 3570 0 0 0.625 4247 3576 0 0 0.625 2 interp_poly -47 -60 61 -6 4247 3576 3 MP PP 4247 3576 0 0 0.625 4308 3570 0 0 0.625 4247 3576 0 0 0.625 2 interp_poly 4308 3570 0 0 0.625 4261 3510 0 0 0.688 4308 3570 0 0 0.625 2 interp_poly 60 -17 -46 -23 4292 4074 3 MP PP 4292 4074 0 0 0.562 4246 4051 0 0 0.562 4292 4074 0 0 0.562 2 interp_poly 4246 4051 0 0 0.562 4306 4034 0 0 0.562 4246 4051 0 0 0.562 2 interp_poly -46 -23 60 -17 4246 4051 3 MP PP 4246 4051 0 0 0.562 4306 4034 0 0 0.562 4246 4051 0 0 0.562 2 interp_poly 4306 4034 0 0 0.562 4260 4011 0 0 0.562 4306 4034 0 0 0.562 2 interp_poly -47 353 61 46 4243 2247 3 MP PP 4243 2247 1 1 0 4304 2293 0.938 1 0.125 4243 2247 1 1 0 2 interp_poly 4304 2293 0.938 1 0.125 4257 2646 0.188 1 0.875 4304 2293 0.938 1 0.125 2 interp_poly 61 46 -47 -446 4290 2693 3 MP PP 4290 2693 0.188 1 0.875 4243 2247 1 1 0 4290 2693 0.188 1 0.875 2 interp_poly 4243 2247 1 1 0 4304 2293 0.938 1 0.125 4243 2247 1 1 0 2 interp_poly 60 -14 -46 -26 4288 3934 3 MP PP 4288 3934 0 0 0.562 4242 3908 0 0 0.562 4288 3934 0 0 0.562 2 interp_poly 4242 3908 0 0 0.562 4302 3894 0 0 0.562 4242 3908 0 0 0.562 2 interp_poly -46 -25 60 -14 4242 3908 3 MP PP 4242 3908 0 0 0.562 4302 3894 0 0 0.562 4242 3908 0 0 0.562 2 interp_poly 4302 3894 0 0 0.562 4256 3869 0 0 0.562 4302 3894 0 0 0.562 2 interp_poly 61 -22 -47 -28 4284 3784 3 MP PP 4284 3784 0 0 0.625 4237 3756 0 0 0.625 4284 3784 0 0 0.625 2 interp_poly 4237 3756 0 0 0.625 4298 3734 0 0 0.625 4237 3756 0 0 0.625 2 interp_poly -46 -26 61 -22 4237 3756 3 MP PP 4237 3756 0 0 0.625 4298 3734 0 0 0.625 4237 3756 0 0 0.625 2 interp_poly 4298 3734 0 0 0.625 4252 3708 0 0 0.625 4298 3734 0 0 0.625 2 interp_poly 61 -13 -46 -24 4282 4247 3 MP PP 4282 4247 0 0 0.562 4236 4223 0 0 0.562 4282 4247 0 0 0.562 2 interp_poly 4236 4223 0 0 0.562 4297 4210 0 0 0.562 4236 4223 0 0 0.562 2 interp_poly -47 -24 61 -13 4236 4223 3 MP PP 4236 4223 0 0 0.562 4297 4210 0 0 0.562 4236 4223 0 0 0.562 2 interp_poly 4297 4210 0 0 0.562 4250 4186 0 0 0.562 4297 4210 0 0 0.562 2 interp_poly 61 -10 -47 -19 4280 3633 3 MP PP 4280 3633 0 0 0.625 4233 3614 0 0 0.625 4280 3633 0 0 0.625 2 interp_poly 4233 3614 0 0 0.625 4294 3604 0 0 0.625 4233 3614 0 0 0.625 2 interp_poly -47 -28 61 -10 4233 3614 3 MP PP 4233 3614 0 0 0.625 4294 3604 0 0 0.625 4233 3614 0 0 0.625 2 interp_poly 4294 3604 0 0 0.625 4247 3576 0 0 0.625 4294 3604 0 0 0.625 2 interp_poly 60 -13 -46 -22 4278 4109 3 MP PP 4278 4109 0 0 0.562 4232 4087 0 0 0.562 4278 4109 0 0 0.562 2 interp_poly 4232 4087 0 0 0.562 4292 4074 0 0 0.562 4232 4087 0 0 0.562 2 interp_poly -46 -23 60 -13 4232 4087 3 MP PP 4232 4087 0 0 0.562 4292 4074 0 0 0.562 4232 4087 0 0 0.562 2 interp_poly 4292 4074 0 0 0.562 4246 4051 0 0 0.562 4292 4074 0 0 0.562 2 interp_poly -46 -18 60 -16 4194 2880 3 MP PP 4194 2880 0 0 0.562 4254 2864 0 0 0.562 4194 2880 0 0 0.562 2 interp_poly 4254 2864 0 0 0.562 4208 2846 0 0 0.562 4254 2864 0 0 0.562 2 interp_poly 60 -16 -46 -19 4240 2899 3 MP PP 4240 2899 0 0 0.562 4194 2880 0 0 0.562 4240 2899 0 0 0.562 2 interp_poly 4194 2880 0 0 0.562 4254 2864 0 0 0.562 4194 2880 0 0 0.562 2 interp_poly -47 -19 61 -16 4147 2862 3 MP PP 4147 2862 0 0 0.562 4208 2846 0 0 0.562 4147 2862 0 0 0.562 2 interp_poly 4208 2846 0 0 0.562 4161 2827 0 0 0.562 4208 2846 0 0 0.562 2 interp_poly 61 -16 -47 -18 4194 2880 3 MP PP 4194 2880 0 0 0.562 4147 2862 0 0 0.562 4194 2880 0 0 0.562 2 interp_poly 4147 2862 0 0 0.562 4208 2846 0 0 0.562 4147 2862 0 0 0.562 2 interp_poly -46 -21 60 -15 4152 2984 3 MP PP 4152 2984 0 0 0.562 4212 2969 0 0 0.562 4152 2984 0 0 0.562 2 interp_poly 4212 2969 0 0 0.562 4166 2948 0 0 0.562 4212 2969 0 0 0.562 2 interp_poly 60 -15 -46 -22 4198 3006 3 MP PP 4198 3006 0 0 0.562 4152 2984 0 0 0.562 4198 3006 0 0 0.562 2 interp_poly 4152 2984 0 0 0.562 4212 2969 0 0 0.562 4152 2984 0 0 0.562 2 interp_poly -46 -20 60 -16 4156 3116 3 MP PP 4156 3116 0 0 0.562 4216 3100 0 0 0.562 4156 3116 0 0 0.562 2 interp_poly 4216 3100 0 0 0.562 4170 3080 0 0 0.562 4216 3100 0 0 0.562 2 interp_poly 60 -16 -46 -20 4202 3136 3 MP PP 4202 3136 0 0 0.562 4156 3116 0 0 0.562 4202 3136 0 0 0.562 2 interp_poly 4156 3116 0 0 0.562 4216 3100 0 0 0.562 4156 3116 0 0 0.562 2 interp_poly -46 -19 60 -15 4166 2948 3 MP PP 4166 2948 0 0 0.562 4226 2933 0 0 0.562 4166 2948 0 0 0.562 2 interp_poly 4226 2933 0 0 0.562 4180 2914 0 0 0.562 4226 2933 0 0 0.562 2 interp_poly 60 -15 -46 -21 4212 2969 3 MP PP 4212 2969 0 0 0.562 4166 2948 0 0 0.562 4212 2969 0 0 0.562 2 interp_poly 4166 2948 0 0 0.562 4226 2933 0 0 0.562 4166 2948 0 0 0.562 2 interp_poly -46 -22 60 -16 4170 3080 3 MP PP 4170 3080 0 0 0.562 4230 3064 0 0 0.562 4170 3080 0 0 0.562 2 interp_poly 4230 3064 0 0 0.562 4184 3042 0 0 0.562 4230 3064 0 0 0.562 2 interp_poly 60 -16 -46 -20 4216 3100 3 MP PP 4216 3100 0 0 0.562 4170 3080 0 0 0.562 4216 3100 0 0 0.562 2 interp_poly 4170 3080 0 0 0.562 4230 3064 0 0 0.562 4170 3080 0 0 0.562 2 interp_poly -46 -19 60 -15 4180 2914 3 MP PP 4180 2914 0 0 0.562 4240 2899 0 0 0.562 4180 2914 0 0 0.562 2 interp_poly 4240 2899 0 0 0.562 4194 2880 0 0 0.562 4240 2899 0 0 0.562 2 interp_poly 60 -15 -46 -19 4226 2933 3 MP PP 4226 2933 0 0 0.562 4180 2914 0 0 0.562 4226 2933 0 0 0.562 2 interp_poly 4180 2914 0 0 0.562 4240 2899 0 0 0.562 4180 2914 0 0 0.562 2 interp_poly -47 -20 61 -16 4184 3042 3 MP PP 4184 3042 0 0 0.562 4245 3026 0 0 0.562 4184 3042 0 0 0.562 2 interp_poly 4245 3026 0 0 0.562 4198 3006 0 0 0.562 4245 3026 0 0 0.562 2 interp_poly 61 -16 -46 -22 4230 3064 3 MP PP 4230 3064 0 0 0.562 4184 3042 0 0 0.562 4230 3064 0 0 0.562 2 interp_poly 4184 3042 0 0 0.562 4245 3026 0 0 0.562 4184 3042 0 0 0.562 2 interp_poly -47 -22 61 -15 4198 3006 3 MP PP 4198 3006 0 0 0.562 4259 2991 0 0 0.562 4198 3006 0 0 0.562 2 interp_poly 4259 2991 0 0 0.562 4212 2969 0 0 0.562 4259 2991 0 0 0.562 2 interp_poly 61 -15 -47 -20 4245 3026 3 MP PP 4245 3026 0 0 0.562 4198 3006 0 0 0.562 4245 3026 0 0 0.562 2 interp_poly 4198 3006 0 0 0.562 4259 2991 0 0 0.562 4198 3006 0 0 0.562 2 interp_poly -47 -21 61 -15 4202 3136 3 MP PP 4202 3136 0 0 0.562 4263 3121 0 0 0.562 4202 3136 0 0 0.562 2 interp_poly 4263 3121 0 0 0.562 4216 3100 0 0 0.562 4263 3121 0 0 0.562 2 interp_poly -46 479 60 -4 4197 2650 3 MP PP 4197 2650 0.188 1 0.875 4257 2646 0.188 1 0.875 4197 2650 0.188 1 0.875 2 interp_poly 4257 2646 0.188 1 0.875 4211 3125 0 0.125 1 4257 2646 0.188 1 0.875 2 interp_poly -47 -20 61 -15 4160 3243 3 MP PP 4160 3243 0 0 0.562 4221 3228 0 0 0.562 4160 3243 0 0 0.562 2 interp_poly 4221 3228 0 0 0.562 4174 3208 0 0 0.562 4221 3228 0 0 0.562 2 interp_poly 61 -15 -46 -17 4206 3260 3 MP PP 4206 3260 0 0 0.625 4160 3243 0 0 0.562 4206 3260 0 0 0.625 2 interp_poly 4160 3243 0 0 0.562 4221 3228 0 0 0.562 4160 3243 0 0 0.562 2 interp_poly -47 -21 61 -16 4174 3208 3 MP PP 4174 3208 0 0 0.562 4235 3192 0 0 0.562 4174 3208 0 0 0.562 2 interp_poly 4235 3192 0 0 0.562 4188 3171 0 0 0.562 4235 3192 0 0 0.562 2 interp_poly 61 -16 -47 -20 4221 3228 3 MP PP 4221 3228 0 0 0.562 4174 3208 0 0 0.562 4221 3228 0 0 0.562 2 interp_poly 4174 3208 0 0 0.562 4235 3192 0 0 0.562 4174 3208 0 0 0.562 2 interp_poly -47 -20 61 -15 4188 3171 3 MP PP 4188 3171 0 0 0.562 4249 3156 0 0 0.562 4188 3171 0 0 0.562 2 interp_poly 4249 3156 0 0 0.562 4202 3136 0 0 0.562 4249 3156 0 0 0.562 2 interp_poly 61 -15 -47 -21 4235 3192 3 MP PP 4235 3192 0 0 0.562 4188 3171 0 0 0.562 4235 3192 0 0 0.562 2 interp_poly 4188 3171 0 0 0.562 4249 3156 0 0 0.562 4188 3171 0 0 0.562 2 interp_poly 61 -15 -47 -20 4249 3156 3 MP PP 4249 3156 0 0 0.562 4202 3136 0 0 0.562 4249 3156 0 0 0.562 2 interp_poly 4202 3136 0 0 0.562 4263 3121 0 0 0.562 4202 3136 0 0 0.562 2 interp_poly -46 190 60 -31 4211 3125 3 MP PP 4211 3125 0 0.125 1 4271 3094 0 0.188 1 4211 3125 0 0.125 1 2 interp_poly 4271 3094 0 0.188 1 4225 3284 0 0 0.75 4271 3094 0 0.188 1 2 interp_poly 60 -31 -46 479 4257 2646 3 MP PP 4257 2646 0.188 1 0.875 4211 3125 0 0.125 1 4257 2646 0.188 1 0.875 2 interp_poly 4211 3125 0 0.125 1 4271 3094 0 0.188 1 4211 3125 0 0.125 1 2 interp_poly 61 -6 -46 -569 4275 3268 3 MP PP 4275 3268 0 0.125 1 4229 2699 0.25 1 0.812 4275 3268 0 0.125 1 2 interp_poly 4229 2699 0.25 1 0.812 4290 2693 0.188 1 0.875 4229 2699 0.25 1 0.812 2 interp_poly 60 -4 -46 403 4243 2247 3 MP PP 4243 2247 1 1 0 4197 2650 0.188 1 0.875 4243 2247 1 1 0 2 interp_poly 4197 2650 0.188 1 0.875 4257 2646 0.188 1 0.875 4197 2650 0.188 1 0.875 2 interp_poly -47 -446 61 -6 4229 2699 3 MP PP 4229 2699 0.25 1 0.812 4290 2693 0.188 1 0.875 4229 2699 0.25 1 0.812 2 interp_poly 4290 2693 0.188 1 0.875 4243 2247 1 1 0 4290 2693 0.188 1 0.875 2 interp_poly 60 -16 -46 -24 4274 3974 3 MP PP 4274 3974 0 0 0.562 4228 3950 0 0 0.562 4274 3974 0 0 0.562 2 interp_poly 4228 3950 0 0 0.562 4288 3934 0 0 0.562 4228 3950 0 0 0.562 2 interp_poly -46 -26 60 -16 4228 3950 3 MP PP 4228 3950 0 0 0.562 4288 3934 0 0 0.562 4228 3950 0 0 0.562 2 interp_poly 4288 3934 0 0 0.562 4242 3908 0 0 0.562 4288 3934 0 0 0.562 2 interp_poly 61 -17 -47 -26 4270 3827 3 MP PP 4270 3827 0 0 0.562 4223 3801 0 0 0.625 4270 3827 0 0 0.562 2 interp_poly 4223 3801 0 0 0.625 4284 3784 0 0 0.625 4223 3801 0 0 0.625 2 interp_poly -47 -28 61 -17 4223 3801 3 MP PP 4223 3801 0 0 0.625 4284 3784 0 0 0.625 4223 3801 0 0 0.625 2 interp_poly 4284 3784 0 0 0.625 4237 3756 0 0 0.625 4284 3784 0 0 0.625 2 interp_poly 60 -12 -46 -25 4268 4284 3 MP PP 4268 4284 0 0 0.562 4222 4259 0 0 0.562 4268 4284 0 0 0.562 2 interp_poly 4222 4259 0 0 0.562 4282 4247 0 0 0.562 4222 4259 0 0 0.562 2 interp_poly -46 -24 60 -12 4222 4259 3 MP PP 4222 4259 0 0 0.562 4282 4247 0 0 0.562 4222 4259 0 0 0.562 2 interp_poly 4282 4247 0 0 0.562 4236 4223 0 0 0.562 4282 4247 0 0 0.562 2 interp_poly 61 -6 -47 -24 4266 3663 3 MP PP 4266 3663 0 0 0.625 4219 3639 0 0 0.625 4266 3663 0 0 0.625 2 interp_poly 4219 3639 0 0 0.625 4280 3633 0 0 0.625 4219 3639 0 0 0.625 2 interp_poly -47 -19 61 -6 4219 3639 3 MP PP 4219 3639 0 0 0.625 4280 3633 0 0 0.625 4219 3639 0 0 0.625 2 interp_poly 4280 3633 0 0 0.625 4233 3614 0 0 0.625 4280 3633 0 0 0.625 2 interp_poly 60 -17 -46 -21 4264 4147 3 MP PP 4264 4147 0 0 0.562 4218 4126 0 0 0.562 4264 4147 0 0 0.562 2 interp_poly 4218 4126 0 0 0.562 4278 4109 0 0 0.562 4218 4126 0 0 0.562 2 interp_poly -46 -22 60 -17 4218 4126 3 MP PP 4218 4126 0 0 0.562 4278 4109 0 0 0.562 4218 4126 0 0 0.562 2 interp_poly 4278 4109 0 0 0.562 4232 4087 0 0 0.562 4278 4109 0 0 0.562 2 interp_poly 60 -21 -46 -8 4178 3322 3 MP PP 4178 3322 0 0 0.625 4132 3314 0 0 0.625 4178 3322 0 0 0.625 2 interp_poly 4132 3314 0 0 0.625 4192 3293 0 0 0.625 4132 3314 0 0 0.625 2 interp_poly -47 -5 61 -24 4178 3322 3 MP PP 4178 3322 0 0 0.625 4239 3298 0 0 0.625 4178 3322 0 0 0.625 2 interp_poly 4239 3298 0 0 0.625 4192 3293 0 0 0.625 4239 3298 0 0 0.625 2 interp_poly -47 38 61 -28 4164 3312 3 MP PP 4164 3312 0 0 0.75 4225 3284 0 0 0.75 4164 3312 0 0 0.75 2 interp_poly 4225 3284 0 0 0.75 4178 3322 0 0 0.625 4225 3284 0 0 0.75 2 interp_poly -46 -16 60 -21 4132 3314 3 MP PP 4132 3314 0 0 0.625 4192 3293 0 0 0.625 4132 3314 0 0 0.625 2 interp_poly 4192 3293 0 0 0.625 4146 3277 0 0 0.625 4192 3293 0 0 0.625 2 interp_poly -46 -17 60 -17 4146 3277 3 MP PP 4146 3277 0 0 0.625 4206 3260 0 0 0.625 4146 3277 0 0 0.625 2 interp_poly 4206 3260 0 0 0.625 4160 3243 0 0 0.562 4206 3260 0 0 0.625 2 interp_poly 60 -17 -46 -16 4192 3293 3 MP PP 4192 3293 0 0 0.625 4146 3277 0 0 0.625 4192 3293 0 0 0.625 2 interp_poly 4146 3277 0 0 0.625 4206 3260 0 0 0.625 4146 3277 0 0 0.625 2 interp_poly 61 -28 -47 187 4211 3125 3 MP PP 4211 3125 0 0.125 1 4164 3312 0 0 0.75 4211 3125 0 0.125 1 2 interp_poly 4164 3312 0 0 0.75 4225 3284 0 0 0.75 4164 3312 0 0 0.75 2 interp_poly 61 -24 -47 38 4225 3284 3 MP PP 4225 3284 0 0 0.75 4178 3322 0 0 0.625 4225 3284 0 0 0.75 2 interp_poly 4178 3322 0 0 0.625 4239 3298 0 0 0.625 4178 3322 0 0 0.625 2 interp_poly 60 -16 -46 -226 4261 3510 3 MP PP 4261 3510 0 0 0.688 4215 3284 0 0.125 1 4261 3510 0 0 0.688 2 interp_poly 4215 3284 0 0.125 1 4275 3268 0 0.125 1 4215 3284 0 0.125 1 2 interp_poly -46 -569 60 -16 4215 3284 3 MP PP 4215 3284 0 0.125 1 4275 3268 0 0.125 1 4215 3284 0 0.125 1 2 interp_poly 4275 3268 0 0.125 1 4229 2699 0.25 1 0.812 4275 3268 0 0.125 1 2 interp_poly 61 -16 -47 -21 4260 4011 3 MP PP 4260 4011 0 0 0.562 4213 3990 0 0 0.562 4260 4011 0 0 0.562 2 interp_poly 4213 3990 0 0 0.562 4274 3974 0 0 0.562 4213 3990 0 0 0.562 2 interp_poly -46 -24 61 -16 4213 3990 3 MP PP 4213 3990 0 0 0.562 4274 3974 0 0 0.562 4213 3990 0 0 0.562 2 interp_poly 4274 3974 0 0 0.562 4228 3950 0 0 0.562 4274 3974 0 0 0.562 2 interp_poly 61 -19 -47 -23 4256 3869 3 MP PP 4256 3869 0 0 0.562 4209 3846 0 0 0.562 4256 3869 0 0 0.562 2 interp_poly 4209 3846 0 0 0.562 4270 3827 0 0 0.562 4209 3846 0 0 0.562 2 interp_poly -47 -26 61 -19 4209 3846 3 MP PP 4209 3846 0 0 0.562 4270 3827 0 0 0.562 4209 3846 0 0 0.562 2 interp_poly 4270 3827 0 0 0.562 4223 3801 0 0 0.625 4270 3827 0 0 0.562 2 interp_poly 60 -12 -46 -21 4254 4317 3 MP PP 4254 4317 0 0 0.562 4208 4296 0 0 0.562 4254 4317 0 0 0.562 2 interp_poly 4208 4296 0 0 0.562 4268 4284 0 0 0.562 4208 4296 0 0 0.562 2 interp_poly -46 -25 60 -12 4208 4296 3 MP PP 4208 4296 0 0 0.562 4268 4284 0 0 0.562 4208 4296 0 0 0.562 2 interp_poly 4268 4284 0 0 0.562 4222 4259 0 0 0.562 4268 4284 0 0 0.562 2 interp_poly 61 -17 -47 -28 4252 3708 3 MP PP 4252 3708 0 0 0.625 4205 3680 0 0 0.625 4252 3708 0 0 0.625 2 interp_poly 4205 3680 0 0 0.625 4266 3663 0 0 0.625 4205 3680 0 0 0.625 2 interp_poly -47 -24 61 -17 4205 3680 3 MP PP 4205 3680 0 0 0.625 4266 3663 0 0 0.625 4205 3680 0 0 0.625 2 interp_poly 4266 3663 0 0 0.625 4219 3639 0 0 0.625 4266 3663 0 0 0.625 2 interp_poly 60 -14 -46 -25 4250 4186 3 MP PP 4250 4186 0 0 0.562 4204 4161 0 0 0.562 4250 4186 0 0 0.562 2 interp_poly 4204 4161 0 0 0.562 4264 4147 0 0 0.562 4204 4161 0 0 0.562 2 interp_poly -46 -21 60 -14 4204 4161 3 MP PP 4204 4161 0 0 0.562 4264 4147 0 0 0.562 4204 4161 0 0 0.562 2 interp_poly 4264 4147 0 0 0.562 4218 4126 0 0 0.562 4264 4147 0 0 0.562 2 interp_poly 60 -6 -46 -60 4247 3576 3 MP PP 4247 3576 0 0 0.625 4201 3516 0 0 0.688 4247 3576 0 0 0.625 2 interp_poly 4201 3516 0 0 0.688 4261 3510 0 0 0.688 4201 3516 0 0 0.688 2 interp_poly -46 -226 60 -6 4201 3516 3 MP PP 4201 3516 0 0 0.688 4261 3510 0 0 0.688 4201 3516 0 0 0.688 2 interp_poly 4261 3510 0 0 0.688 4215 3284 0 0.125 1 4261 3510 0 0 0.688 2 interp_poly 61 -18 -47 -22 4246 4051 3 MP PP 4246 4051 0 0 0.562 4199 4029 0 0 0.562 4246 4051 0 0 0.562 2 interp_poly 4199 4029 0 0 0.562 4260 4011 0 0 0.562 4199 4029 0 0 0.562 2 interp_poly -47 -21 61 -18 4199 4029 3 MP PP 4199 4029 0 0 0.562 4260 4011 0 0 0.562 4199 4029 0 0 0.562 2 interp_poly 4260 4011 0 0 0.562 4213 3990 0 0 0.562 4260 4011 0 0 0.562 2 interp_poly 61 -16 -47 -23 4242 3908 3 MP PP 4242 3908 0 0 0.562 4195 3885 0 0 0.562 4242 3908 0 0 0.562 2 interp_poly 4195 3885 0 0 0.562 4256 3869 0 0 0.562 4195 3885 0 0 0.562 2 interp_poly -47 -23 61 -16 4195 3885 3 MP PP 4195 3885 0 0 0.562 4256 3869 0 0 0.562 4195 3885 0 0 0.562 2 interp_poly 4256 3869 0 0 0.562 4209 3846 0 0 0.562 4256 3869 0 0 0.562 2 interp_poly -46 -21 60 -14 4194 4331 3 MP PP 4194 4331 0 0 0.562 4254 4317 0 0 0.562 4194 4331 0 0 0.562 2 interp_poly 4254 4317 0 0 0.562 4208 4296 0 0 0.562 4254 4317 0 0 0.562 2 interp_poly 61 -15 -46 -33 4237 3756 3 MP PP 4237 3756 0 0 0.625 4191 3723 0 0 0.625 4237 3756 0 0 0.625 2 interp_poly 4191 3723 0 0 0.625 4252 3708 0 0 0.625 4191 3723 0 0 0.625 2 interp_poly -47 -28 61 -15 4191 3723 3 MP PP 4191 3723 0 0 0.625 4252 3708 0 0 0.625 4191 3723 0 0 0.625 2 interp_poly 4252 3708 0 0 0.625 4205 3680 0 0 0.625 4252 3708 0 0 0.625 2 interp_poly 61 -12 -47 -25 4236 4223 3 MP PP 4236 4223 0 0 0.562 4189 4198 0 0 0.562 4236 4223 0 0 0.562 2 interp_poly 4189 4198 0 0 0.562 4250 4186 0 0 0.562 4189 4198 0 0 0.562 2 interp_poly -46 -25 61 -12 4189 4198 3 MP PP 4189 4198 0 0 0.562 4250 4186 0 0 0.562 4189 4198 0 0 0.562 2 interp_poly 4250 4186 0 0 0.562 4204 4161 0 0 0.562 4250 4186 0 0 0.562 2 interp_poly 60 -9 -46 -29 4233 3614 3 MP PP 4233 3614 0 0 0.625 4187 3585 0 0 0.625 4233 3614 0 0 0.625 2 interp_poly 4187 3585 0 0 0.625 4247 3576 0 0 0.625 4187 3585 0 0 0.625 2 interp_poly -46 -60 60 -9 4187 3585 3 MP PP 4187 3585 0 0 0.625 4247 3576 0 0 0.625 4187 3585 0 0 0.625 2 interp_poly 4247 3576 0 0 0.625 4201 3516 0 0 0.688 4247 3576 0 0 0.625 2 interp_poly 61 -15 -47 -21 4232 4087 3 MP PP 4232 4087 0 0 0.562 4185 4066 0 0 0.562 4232 4087 0 0 0.562 2 interp_poly 4185 4066 0 0 0.562 4246 4051 0 0 0.562 4185 4066 0 0 0.562 2 interp_poly -47 -22 61 -15 4185 4066 3 MP PP 4185 4066 0 0 0.562 4246 4051 0 0 0.562 4185 4066 0 0 0.562 2 interp_poly 4246 4051 0 0 0.562 4199 4029 0 0 0.562 4246 4051 0 0 0.562 2 interp_poly -46 403 61 5 4182 2242 3 MP PP 4182 2242 1 0.938 0 4243 2247 1 1 0 4182 2242 1 0.938 0 2 interp_poly 4243 2247 1 1 0 4197 2650 0.188 1 0.875 4243 2247 1 1 0 2 interp_poly 61 5 -47 -457 4229 2699 3 MP PP 4229 2699 0.25 1 0.812 4182 2242 1 0.938 0 4229 2699 0.25 1 0.812 2 interp_poly 4182 2242 1 0.938 0 4243 2247 1 1 0 4182 2242 1 0.938 0 2 interp_poly 61 -17 -47 -25 4228 3950 3 MP PP 4228 3950 0 0 0.562 4181 3925 0 0 0.562 4228 3950 0 0 0.562 2 interp_poly 4181 3925 0 0 0.562 4242 3908 0 0 0.562 4181 3925 0 0 0.562 2 interp_poly -47 -23 61 -17 4181 3925 3 MP PP 4181 3925 0 0 0.562 4242 3908 0 0 0.562 4181 3925 0 0 0.562 2 interp_poly 4242 3908 0 0 0.562 4195 3885 0 0 0.562 4242 3908 0 0 0.562 2 interp_poly 60 -18 -46 -27 4223 3801 3 MP PP 4223 3801 0 0 0.625 4177 3774 0 0 0.625 4223 3801 0 0 0.625 2 interp_poly 4177 3774 0 0 0.625 4237 3756 0 0 0.625 4177 3774 0 0 0.625 2 interp_poly -46 -33 60 -18 4177 3774 3 MP PP 4177 3774 0 0 0.625 4237 3756 0 0 0.625 4177 3774 0 0 0.625 2 interp_poly 4237 3756 0 0 0.625 4191 3723 0 0 0.625 4237 3756 0 0 0.625 2 interp_poly 61 -12 -47 -24 4222 4259 3 MP PP 4222 4259 0 0 0.562 4175 4235 0 0 0.562 4222 4259 0 0 0.562 2 interp_poly 4175 4235 0 0 0.562 4236 4223 0 0 0.562 4175 4235 0 0 0.562 2 interp_poly -47 -25 61 -12 4175 4235 3 MP PP 4175 4235 0 0 0.562 4236 4223 0 0 0.562 4175 4235 0 0 0.562 2 interp_poly 4236 4223 0 0 0.562 4189 4198 0 0 0.562 4236 4223 0 0 0.562 2 interp_poly 60 -8 -46 -17 4219 3639 3 MP PP 4219 3639 0 0 0.625 4173 3622 0 0 0.625 4219 3639 0 0 0.625 2 interp_poly 4173 3622 0 0 0.625 4233 3614 0 0 0.625 4173 3622 0 0 0.625 2 interp_poly -46 -29 60 -8 4173 3622 3 MP PP 4173 3622 0 0 0.625 4233 3614 0 0 0.625 4173 3622 0 0 0.625 2 interp_poly 4233 3614 0 0 0.625 4187 3585 0 0 0.625 4233 3614 0 0 0.625 2 interp_poly 61 -16 -47 -23 4218 4126 3 MP PP 4218 4126 0 0 0.562 4171 4103 0 0 0.562 4218 4126 0 0 0.562 2 interp_poly 4171 4103 0 0 0.562 4232 4087 0 0 0.562 4171 4103 0 0 0.562 2 interp_poly -47 -21 61 -16 4171 4103 3 MP PP 4171 4103 0 0 0.562 4232 4087 0 0 0.562 4171 4103 0 0 0.562 2 interp_poly 4232 4087 0 0 0.562 4185 4066 0 0 0.562 4232 4087 0 0 0.562 2 interp_poly -47 -18 61 -15 4133 2895 3 MP PP 4133 2895 0 0 0.562 4194 2880 0 0 0.562 4133 2895 0 0 0.562 2 interp_poly 4194 2880 0 0 0.562 4147 2862 0 0 0.562 4194 2880 0 0 0.562 2 interp_poly 61 -15 -47 -19 4180 2914 3 MP PP 4180 2914 0 0 0.562 4133 2895 0 0 0.562 4180 2914 0 0 0.562 2 interp_poly 4133 2895 0 0 0.562 4194 2880 0 0 0.562 4133 2895 0 0 0.562 2 interp_poly -46 -19 60 -16 4087 2878 3 MP PP 4087 2878 0 0 0.562 4147 2862 0 0 0.562 4087 2878 0 0 0.562 2 interp_poly 4147 2862 0 0 0.562 4101 2843 0 0 0.562 4147 2862 0 0 0.562 2 interp_poly 60 -16 -46 -17 4133 2895 3 MP PP 4133 2895 0 0 0.562 4087 2878 0 0 0.562 4133 2895 0 0 0.562 2 interp_poly 4087 2878 0 0 0.562 4147 2862 0 0 0.562 4087 2878 0 0 0.562 2 interp_poly -47 -21 61 -15 4091 2999 3 MP PP 4091 2999 0 0 0.562 4152 2984 0 0 0.562 4091 2999 0 0 0.562 2 interp_poly 4152 2984 0 0 0.562 4105 2963 0 0 0.562 4152 2984 0 0 0.562 2 interp_poly 61 -15 -46 -21 4137 3020 3 MP PP 4137 3020 0 0 0.562 4091 2999 0 0 0.562 4137 3020 0 0 0.562 2 interp_poly 4091 2999 0 0 0.562 4152 2984 0 0 0.562 4091 2999 0 0 0.562 2 interp_poly -47 -22 61 -15 4095 3131 3 MP PP 4095 3131 0 0 0.562 4156 3116 0 0 0.562 4095 3131 0 0 0.562 2 interp_poly 4156 3116 0 0 0.562 4109 3094 0 0 0.562 4156 3116 0 0 0.562 2 interp_poly 61 -15 -47 -19 4142 3150 3 MP PP 4142 3150 0 0 0.562 4095 3131 0 0 0.562 4142 3150 0 0 0.562 2 interp_poly 4095 3131 0 0 0.562 4156 3116 0 0 0.562 4095 3131 0 0 0.562 2 interp_poly -46 -20 60 -16 4101 2843 3 MP PP 4101 2843 0 0 0.562 4161 2827 0 0 0.562 4101 2843 0 0 0.562 2 interp_poly 4161 2827 0 0 0.562 4115 2807 0 0 0.562 4161 2827 0 0 0.562 2 interp_poly 60 -16 -46 -19 4147 2862 3 MP PP 4147 2862 0 0 0.562 4101 2843 0 0 0.562 4147 2862 0 0 0.562 2 interp_poly 4101 2843 0 0 0.562 4161 2827 0 0 0.562 4101 2843 0 0 0.562 2 interp_poly -47 -19 61 -15 4105 2963 3 MP PP 4105 2963 0 0 0.562 4166 2948 0 0 0.562 4105 2963 0 0 0.562 2 interp_poly 4166 2948 0 0 0.562 4119 2929 0 0 0.562 4166 2948 0 0 0.562 2 interp_poly 61 -15 -47 -21 4152 2984 3 MP PP 4152 2984 0 0 0.562 4105 2963 0 0 0.562 4152 2984 0 0 0.562 2 interp_poly 4105 2963 0 0 0.562 4166 2948 0 0 0.562 4105 2963 0 0 0.562 2 interp_poly -47 -23 61 -14 4109 3094 3 MP PP 4109 3094 0 0 0.562 4170 3080 0 0 0.562 4109 3094 0 0 0.562 2 interp_poly 4170 3080 0 0 0.562 4123 3057 0 0 0.562 4170 3080 0 0 0.562 2 interp_poly 61 -14 -47 -22 4156 3116 3 MP PP 4156 3116 0 0 0.562 4109 3094 0 0 0.562 4156 3116 0 0 0.562 2 interp_poly 4109 3094 0 0 0.562 4170 3080 0 0 0.562 4109 3094 0 0 0.562 2 interp_poly -47 -19 61 -15 4119 2929 3 MP PP 4119 2929 0 0 0.562 4180 2914 0 0 0.562 4119 2929 0 0 0.562 2 interp_poly 4180 2914 0 0 0.562 4133 2895 0 0 0.562 4180 2914 0 0 0.562 2 interp_poly 61 -15 -47 -19 4166 2948 3 MP PP 4166 2948 0 0 0.562 4119 2929 0 0 0.562 4166 2948 0 0 0.562 2 interp_poly 4119 2929 0 0 0.562 4180 2914 0 0 0.562 4119 2929 0 0 0.562 2 interp_poly -47 -22 61 -15 4123 3057 3 MP PP 4123 3057 0 0 0.562 4184 3042 0 0 0.562 4123 3057 0 0 0.562 2 interp_poly 4184 3042 0 0 0.562 4137 3020 0 0 0.562 4184 3042 0 0 0.562 2 interp_poly 61 -15 -47 -23 4170 3080 3 MP PP 4170 3080 0 0 0.562 4123 3057 0 0 0.562 4170 3080 0 0 0.562 2 interp_poly 4123 3057 0 0 0.562 4184 3042 0 0 0.562 4123 3057 0 0 0.562 2 interp_poly -46 -21 60 -16 4128 3187 3 MP PP 4128 3187 0 0 0.562 4188 3171 0 0 0.562 4128 3187 0 0 0.562 2 interp_poly 4188 3171 0 0 0.562 4142 3150 0 0 0.562 4188 3171 0 0 0.562 2 interp_poly -46 -22 61 -14 4137 3020 3 MP PP 4137 3020 0 0 0.562 4198 3006 0 0 0.562 4137 3020 0 0 0.562 2 interp_poly 4198 3006 0 0 0.562 4152 2984 0 0 0.562 4198 3006 0 0 0.562 2 interp_poly 61 -14 -47 -22 4184 3042 3 MP PP 4184 3042 0 0 0.562 4137 3020 0 0 0.562 4184 3042 0 0 0.562 2 interp_poly 4137 3020 0 0 0.562 4198 3006 0 0 0.562 4137 3020 0 0 0.562 2 interp_poly -46 -20 60 -14 4142 3150 3 MP PP 4142 3150 0 0 0.562 4202 3136 0 0 0.562 4142 3150 0 0 0.562 2 interp_poly 4202 3136 0 0 0.562 4156 3116 0 0 0.562 4202 3136 0 0 0.562 2 interp_poly 60 -14 -46 -21 4188 3171 3 MP PP 4188 3171 0 0 0.562 4142 3150 0 0 0.562 4188 3171 0 0 0.562 2 interp_poly 4142 3150 0 0 0.562 4202 3136 0 0 0.562 4142 3150 0 0 0.562 2 interp_poly -47 511 61 -6 4136 2656 3 MP PP 4136 2656 0.25 1 0.812 4197 2650 0.188 1 0.875 4136 2656 0.25 1 0.812 2 interp_poly 4197 2650 0.188 1 0.875 4150 3161 0 0.125 1 4197 2650 0.188 1 0.875 2 interp_poly -47 -18 61 -17 4099 3260 3 MP PP 4099 3260 0 0 0.562 4160 3243 0 0 0.562 4099 3260 0 0 0.562 2 interp_poly 4160 3243 0 0 0.562 4113 3225 0 0 0.562 4160 3243 0 0 0.562 2 interp_poly 61 -17 -47 -17 4146 3277 3 MP PP 4146 3277 0 0 0.625 4099 3260 0 0 0.562 4146 3277 0 0 0.625 2 interp_poly 4099 3260 0 0 0.562 4160 3243 0 0 0.562 4099 3260 0 0 0.562 2 interp_poly -46 -21 61 -17 4113 3225 3 MP PP 4113 3225 0 0 0.562 4174 3208 0 0 0.562 4113 3225 0 0 0.562 2 interp_poly 4174 3208 0 0 0.562 4128 3187 0 0 0.562 4174 3208 0 0 0.562 2 interp_poly 61 -17 -47 -18 4160 3243 3 MP PP 4160 3243 0 0 0.562 4113 3225 0 0 0.562 4160 3243 0 0 0.562 2 interp_poly 4113 3225 0 0 0.562 4174 3208 0 0 0.562 4113 3225 0 0 0.562 2 interp_poly 60 -16 -46 -21 4174 3208 3 MP PP 4174 3208 0 0 0.562 4128 3187 0 0 0.562 4174 3208 0 0 0.562 2 interp_poly 4128 3187 0 0 0.562 4188 3171 0 0 0.562 4128 3187 0 0 0.562 2 interp_poly -47 187 61 -36 4150 3161 3 MP PP 4150 3161 0 0.125 1 4211 3125 0 0.125 1 4150 3161 0 0.125 1 2 interp_poly 4211 3125 0 0.125 1 4164 3312 0 0 0.75 4211 3125 0 0.125 1 2 interp_poly 61 -36 -47 511 4197 2650 3 MP PP 4197 2650 0.188 1 0.875 4150 3161 0 0.125 1 4197 2650 0.188 1 0.875 2 interp_poly 4150 3161 0 0.125 1 4211 3125 0 0.125 1 4150 3161 0 0.125 1 2 interp_poly 61 -14 -47 -571 4215 3284 3 MP PP 4215 3284 0 0.125 1 4168 2713 0.25 1 0.812 4215 3284 0 0.125 1 2 interp_poly 4168 2713 0.25 1 0.812 4229 2699 0.25 1 0.812 4168 2713 0.25 1 0.812 2 interp_poly 61 -6 -46 414 4182 2242 3 MP PP 4182 2242 1 0.938 0 4136 2656 0.25 1 0.812 4182 2242 1 0.938 0 2 interp_poly 4136 2656 0.25 1 0.812 4197 2650 0.188 1 0.875 4136 2656 0.25 1 0.812 2 interp_poly -47 -457 61 -14 4168 2713 3 MP PP 4168 2713 0.25 1 0.812 4229 2699 0.25 1 0.812 4168 2713 0.25 1 0.812 2 interp_poly 4229 2699 0.25 1 0.812 4182 2242 1 0.938 0 4229 2699 0.25 1 0.812 2 interp_poly 61 -16 -46 -24 4213 3990 3 MP PP 4213 3990 0 0 0.562 4167 3966 0 0 0.562 4213 3990 0 0 0.562 2 interp_poly 4167 3966 0 0 0.562 4228 3950 0 0 0.562 4167 3966 0 0 0.562 2 interp_poly -47 -25 61 -16 4167 3966 3 MP PP 4167 3966 0 0 0.562 4228 3950 0 0 0.562 4167 3966 0 0 0.562 2 interp_poly 4228 3950 0 0 0.562 4181 3925 0 0 0.562 4228 3950 0 0 0.562 2 interp_poly 60 -18 -46 -27 4209 3846 3 MP PP 4209 3846 0 0 0.562 4163 3819 0 0 0.625 4209 3846 0 0 0.562 2 interp_poly 4163 3819 0 0 0.625 4223 3801 0 0 0.625 4163 3819 0 0 0.625 2 interp_poly -46 -27 60 -18 4163 3819 3 MP PP 4163 3819 0 0 0.625 4223 3801 0 0 0.625 4163 3819 0 0 0.625 2 interp_poly 4223 3801 0 0 0.625 4177 3774 0 0 0.625 4223 3801 0 0 0.625 2 interp_poly 61 -11 -47 -26 4208 4296 3 MP PP 4208 4296 0 0 0.562 4161 4270 0 0 0.562 4208 4296 0 0 0.562 2 interp_poly 4161 4270 0 0 0.562 4222 4259 0 0 0.562 4161 4270 0 0 0.562 2 interp_poly -47 -24 61 -11 4161 4270 3 MP PP 4161 4270 0 0 0.562 4222 4259 0 0 0.562 4161 4270 0 0 0.562 2 interp_poly 4222 4259 0 0 0.562 4175 4235 0 0 0.562 4222 4259 0 0 0.562 2 interp_poly 60 -15 -46 -26 4205 3680 3 MP PP 4205 3680 0 0 0.625 4159 3654 0 0 0.688 4205 3680 0 0 0.625 2 interp_poly 4159 3654 0 0 0.688 4219 3639 0 0 0.625 4159 3654 0 0 0.688 2 interp_poly -46 -17 60 -15 4159 3654 3 MP PP 4159 3654 0 0 0.688 4219 3639 0 0 0.625 4159 3654 0 0 0.688 2 interp_poly 4219 3639 0 0 0.625 4173 3622 0 0 0.625 4219 3639 0 0 0.625 2 interp_poly 61 -15 -47 -20 4204 4161 3 MP PP 4204 4161 0 0 0.562 4157 4141 0 0 0.562 4204 4161 0 0 0.562 2 interp_poly 4157 4141 0 0 0.562 4218 4126 0 0 0.562 4157 4141 0 0 0.562 2 interp_poly -47 -23 61 -15 4157 4141 3 MP PP 4157 4141 0 0 0.562 4218 4126 0 0 0.562 4157 4141 0 0 0.562 2 interp_poly 4218 4126 0 0 0.562 4171 4103 0 0 0.562 4218 4126 0 0 0.562 2 interp_poly 61 -22 -47 -10 4118 3346 3 MP PP 4118 3346 0 0 0.625 4071 3336 0 0 0.562 4118 3346 0 0 0.625 2 interp_poly 4071 3336 0 0 0.562 4132 3314 0 0 0.625 4071 3336 0 0 0.562 2 interp_poly -46 -8 60 -24 4118 3346 3 MP PP 4118 3346 0 0 0.625 4178 3322 0 0 0.625 4118 3346 0 0 0.625 2 interp_poly 4178 3322 0 0 0.625 4132 3314 0 0 0.625 4178 3322 0 0 0.625 2 interp_poly -46 34 60 -27 4104 3339 3 MP PP 4104 3339 0 0 0.688 4164 3312 0 0 0.75 4104 3339 0 0 0.688 2 interp_poly 4164 3312 0 0 0.75 4118 3346 0 0 0.625 4164 3312 0 0 0.75 2 interp_poly -47 -18 61 -22 4071 3336 3 MP PP 4071 3336 0 0 0.562 4132 3314 0 0 0.625 4071 3336 0 0 0.562 2 interp_poly 4132 3314 0 0 0.625 4085 3296 0 0 0.625 4132 3314 0 0 0.625 2 interp_poly -47 -17 61 -19 4085 3296 3 MP PP 4085 3296 0 0 0.625 4146 3277 0 0 0.625 4085 3296 0 0 0.625 2 interp_poly 4146 3277 0 0 0.625 4099 3260 0 0 0.562 4146 3277 0 0 0.625 2 interp_poly 61 -19 -47 -18 4132 3314 3 MP PP 4132 3314 0 0 0.625 4085 3296 0 0 0.625 4132 3314 0 0 0.625 2 interp_poly 4085 3296 0 0 0.625 4146 3277 0 0 0.625 4085 3296 0 0 0.625 2 interp_poly 60 -27 -46 178 4150 3161 3 MP PP 4150 3161 0 0.125 1 4104 3339 0 0 0.688 4150 3161 0 0.125 1 2 interp_poly 4104 3339 0 0 0.688 4164 3312 0 0 0.75 4104 3339 0 0 0.688 2 interp_poly 60 -24 -46 34 4164 3312 3 MP PP 4164 3312 0 0 0.75 4118 3346 0 0 0.625 4164 3312 0 0 0.75 2 interp_poly 4118 3346 0 0 0.625 4178 3322 0 0 0.625 4118 3346 0 0 0.625 2 interp_poly 61 -17 -47 -215 4201 3516 3 MP PP 4201 3516 0 0 0.688 4154 3301 0 0.125 1 4201 3516 0 0 0.688 2 interp_poly 4154 3301 0 0.125 1 4215 3284 0 0.125 1 4154 3301 0 0.125 1 2 interp_poly -47 -571 61 -17 4154 3301 3 MP PP 4154 3301 0 0.125 1 4215 3284 0 0.125 1 4154 3301 0 0.125 1 2 interp_poly 4215 3284 0 0.125 1 4168 2713 0.25 1 0.812 4215 3284 0 0.125 1 2 interp_poly 60 -15 -46 -24 4199 4029 3 MP PP 4199 4029 0 0 0.562 4153 4005 0 0 0.562 4199 4029 0 0 0.562 2 interp_poly 4153 4005 0 0 0.562 4213 3990 0 0 0.562 4153 4005 0 0 0.562 2 interp_poly -46 -24 60 -15 4153 4005 3 MP PP 4153 4005 0 0 0.562 4213 3990 0 0 0.562 4153 4005 0 0 0.562 2 interp_poly 4213 3990 0 0 0.562 4167 3966 0 0 0.562 4213 3990 0 0 0.562 2 interp_poly 60 -14 -46 -25 4195 3885 3 MP PP 4195 3885 0 0 0.562 4149 3860 0 0 0.562 4195 3885 0 0 0.562 2 interp_poly 4149 3860 0 0 0.562 4209 3846 0 0 0.562 4149 3860 0 0 0.562 2 interp_poly -46 -27 60 -14 4149 3860 3 MP PP 4149 3860 0 0 0.562 4209 3846 0 0 0.562 4149 3860 0 0 0.562 2 interp_poly 4209 3846 0 0 0.562 4163 3819 0 0 0.625 4209 3846 0 0 0.562 2 interp_poly 61 -12 -47 -23 4194 4331 3 MP PP 4194 4331 0 0 0.562 4147 4308 0 0 0.562 4194 4331 0 0 0.562 2 interp_poly 4147 4308 0 0 0.562 4208 4296 0 0 0.562 4147 4308 0 0 0.562 2 interp_poly -47 -26 61 -12 4147 4308 3 MP PP 4147 4308 0 0 0.562 4208 4296 0 0 0.562 4147 4308 0 0 0.562 2 interp_poly 4208 4296 0 0 0.562 4161 4270 0 0 0.562 4208 4296 0 0 0.562 2 interp_poly 61 -16 -47 -27 4191 3723 3 MP PP 4191 3723 0 0 0.625 4144 3696 0 0 0.625 4191 3723 0 0 0.625 2 interp_poly 4144 3696 0 0 0.625 4205 3680 0 0 0.625 4144 3696 0 0 0.625 2 interp_poly -46 -26 61 -16 4144 3696 3 MP PP 4144 3696 0 0 0.625 4205 3680 0 0 0.625 4144 3696 0 0 0.625 2 interp_poly 4205 3680 0 0 0.625 4159 3654 0 0 0.688 4205 3680 0 0 0.625 2 interp_poly 61 -16 -46 -21 4189 4198 3 MP PP 4189 4198 0 0 0.562 4143 4177 0 0 0.562 4189 4198 0 0 0.562 2 interp_poly 4143 4177 0 0 0.562 4204 4161 0 0 0.562 4143 4177 0 0 0.562 2 interp_poly -47 -20 61 -16 4143 4177 3 MP PP 4143 4177 0 0 0.562 4204 4161 0 0 0.562 4143 4177 0 0 0.562 2 interp_poly 4204 4161 0 0 0.562 4157 4141 0 0 0.562 4204 4161 0 0 0.562 2 interp_poly 61 3 -47 -72 4187 3585 3 MP PP 4187 3585 0 0 0.625 4140 3513 0 0 0.75 4187 3585 0 0 0.625 2 interp_poly 4140 3513 0 0 0.75 4201 3516 0 0 0.688 4140 3513 0 0 0.75 2 interp_poly -47 -215 61 3 4140 3513 3 MP PP 4140 3513 0 0 0.75 4201 3516 0 0 0.688 4140 3513 0 0 0.75 2 interp_poly 4201 3516 0 0 0.688 4154 3301 0 0.125 1 4201 3516 0 0 0.688 2 interp_poly 60 -17 -46 -20 4185 4066 3 MP PP 4185 4066 0 0 0.562 4139 4046 0 0 0.562 4185 4066 0 0 0.562 2 interp_poly 4139 4046 0 0 0.562 4199 4029 0 0 0.562 4139 4046 0 0 0.562 2 interp_poly -46 -24 60 -17 4139 4046 3 MP PP 4139 4046 0 0 0.562 4199 4029 0 0 0.562 4139 4046 0 0 0.562 2 interp_poly 4199 4029 0 0 0.562 4153 4005 0 0 0.562 4199 4029 0 0 0.562 2 interp_poly 60 -14 -46 -26 4181 3925 3 MP PP 4181 3925 0 0 0.562 4135 3899 0 0 0.562 4181 3925 0 0 0.562 2 interp_poly 4135 3899 0 0 0.562 4195 3885 0 0 0.562 4135 3899 0 0 0.562 2 interp_poly -46 -25 60 -14 4135 3899 3 MP PP 4135 3899 0 0 0.562 4195 3885 0 0 0.562 4135 3899 0 0 0.562 2 interp_poly 4195 3885 0 0 0.562 4149 3860 0 0 0.562 4195 3885 0 0 0.562 2 interp_poly -47 -23 61 -15 4133 4346 3 MP PP 4133 4346 0 0 0.562 4194 4331 0 0 0.562 4133 4346 0 0 0.562 2 interp_poly 4194 4331 0 0 0.562 4147 4308 0 0 0.562 4194 4331 0 0 0.562 2 interp_poly 61 -21 -47 -30 4177 3774 3 MP PP 4177 3774 0 0 0.625 4130 3744 0 0 0.625 4177 3774 0 0 0.625 2 interp_poly 4130 3744 0 0 0.625 4191 3723 0 0 0.625 4130 3744 0 0 0.625 2 interp_poly -47 -27 61 -21 4130 3744 3 MP PP 4130 3744 0 0 0.625 4191 3723 0 0 0.625 4130 3744 0 0 0.625 2 interp_poly 4191 3723 0 0 0.625 4144 3696 0 0 0.625 4191 3723 0 0 0.625 2 interp_poly 60 -12 -46 -25 4175 4235 3 MP PP 4175 4235 0 0 0.562 4129 4210 0 0 0.562 4175 4235 0 0 0.562 2 interp_poly 4129 4210 0 0 0.562 4189 4198 0 0 0.562 4129 4210 0 0 0.562 2 interp_poly -46 -21 60 -12 4129 4210 3 MP PP 4129 4210 0 0 0.562 4189 4198 0 0 0.562 4129 4210 0 0 0.562 2 interp_poly 4189 4198 0 0 0.562 4143 4177 0 0 0.562 4189 4198 0 0 0.562 2 interp_poly 61 -6 -47 -31 4173 3622 3 MP PP 4173 3622 0 0 0.625 4126 3591 0 0 0.688 4173 3622 0 0 0.625 2 interp_poly 4126 3591 0 0 0.688 4187 3585 0 0 0.625 4126 3591 0 0 0.688 2 interp_poly -47 -72 61 -6 4126 3591 3 MP PP 4126 3591 0 0 0.688 4187 3585 0 0 0.625 4126 3591 0 0 0.688 2 interp_poly 4187 3585 0 0 0.625 4140 3513 0 0 0.75 4187 3585 0 0 0.625 2 interp_poly 60 -14 -46 -23 4171 4103 3 MP PP 4171 4103 0 0 0.562 4125 4080 0 0 0.562 4171 4103 0 0 0.562 2 interp_poly 4125 4080 0 0 0.562 4185 4066 0 0 0.562 4125 4080 0 0 0.562 2 interp_poly -46 -20 60 -14 4125 4080 3 MP PP 4125 4080 0 0 0.562 4185 4066 0 0 0.562 4125 4080 0 0 0.562 2 interp_poly 4185 4066 0 0 0.562 4139 4046 0 0 0.562 4185 4066 0 0 0.562 2 interp_poly -46 414 60 -20 4122 2262 3 MP PP 4122 2262 1 0.938 0 4182 2242 1 0.938 0 4122 2262 1 0.938 0 2 interp_poly 4182 2242 1 0.938 0 4136 2656 0.25 1 0.812 4182 2242 1 0.938 0 2 interp_poly 60 -20 -46 -451 4168 2713 3 MP PP 4168 2713 0.25 1 0.812 4122 2262 1 0.938 0 4168 2713 0.25 1 0.812 2 interp_poly 4122 2262 1 0.938 0 4182 2242 1 0.938 0 4122 2262 1 0.938 0 2 interp_poly 61 -15 -47 -26 4167 3966 3 MP PP 4167 3966 0 0 0.562 4120 3940 0 0 0.562 4167 3966 0 0 0.562 2 interp_poly 4120 3940 0 0 0.562 4181 3925 0 0 0.562 4120 3940 0 0 0.562 2 interp_poly -46 -26 61 -15 4120 3940 3 MP PP 4120 3940 0 0 0.562 4181 3925 0 0 0.562 4120 3940 0 0 0.562 2 interp_poly 4181 3925 0 0 0.562 4135 3899 0 0 0.562 4181 3925 0 0 0.562 2 interp_poly 61 -13 -47 -32 4163 3819 3 MP PP 4163 3819 0 0 0.625 4116 3787 0 0 0.625 4163 3819 0 0 0.625 2 interp_poly 4116 3787 0 0 0.625 4177 3774 0 0 0.625 4116 3787 0 0 0.625 2 interp_poly -47 -30 61 -13 4116 3787 3 MP PP 4116 3787 0 0 0.625 4177 3774 0 0 0.625 4116 3787 0 0 0.625 2 interp_poly 4177 3774 0 0 0.625 4130 3744 0 0 0.625 4177 3774 0 0 0.625 2 interp_poly 60 -11 -46 -24 4161 4270 3 MP PP 4161 4270 0 0 0.562 4115 4246 0 0 0.562 4161 4270 0 0 0.562 2 interp_poly 4115 4246 0 0 0.562 4175 4235 0 0 0.562 4115 4246 0 0 0.562 2 interp_poly -46 -25 60 -11 4115 4246 3 MP PP 4115 4246 0 0 0.562 4175 4235 0 0 0.562 4115 4246 0 0 0.562 2 interp_poly 4175 4235 0 0 0.562 4129 4210 0 0 0.562 4175 4235 0 0 0.562 2 interp_poly 61 -5 -47 -27 4159 3654 3 MP PP 4159 3654 0 0 0.688 4112 3627 0 0 0.688 4159 3654 0 0 0.688 2 interp_poly 4112 3627 0 0 0.688 4173 3622 0 0 0.625 4112 3627 0 0 0.688 2 interp_poly -47 -31 61 -5 4112 3627 3 MP PP 4112 3627 0 0 0.688 4173 3622 0 0 0.625 4112 3627 0 0 0.688 2 interp_poly 4173 3622 0 0 0.625 4126 3591 0 0 0.688 4173 3622 0 0 0.625 2 interp_poly 60 -14 -46 -24 4157 4141 3 MP PP 4157 4141 0 0 0.562 4111 4117 0 0 0.562 4157 4141 0 0 0.562 2 interp_poly 4111 4117 0 0 0.562 4171 4103 0 0 0.562 4111 4117 0 0 0.562 2 interp_poly -46 -23 60 -14 4111 4117 3 MP PP 4111 4117 0 0 0.562 4171 4103 0 0 0.562 4111 4117 0 0 0.562 2 interp_poly 4171 4103 0 0 0.562 4125 4080 0 0 0.562 4171 4103 0 0 0.562 2 interp_poly -47 -20 61 -16 4054 2823 3 MP PP 4054 2823 0 0 0.562 4115 2807 0 0 0.562 4054 2823 0 0 0.562 2 interp_poly 4115 2807 0 0 0.562 4068 2787 0 0 0.562 4115 2807 0 0 0.562 2 interp_poly 61 -16 -47 -20 4101 2843 3 MP PP 4101 2843 0 0 0.562 4054 2823 0 0 0.562 4101 2843 0 0 0.562 2 interp_poly 4054 2823 0 0 0.562 4115 2807 0 0 0.562 4054 2823 0 0 0.562 2 interp_poly -46 -17 60 -16 4073 2911 3 MP PP 4073 2911 0 0 0.562 4133 2895 0 0 0.562 4073 2911 0 0 0.562 2 interp_poly 4133 2895 0 0 0.562 4087 2878 0 0 0.562 4133 2895 0 0 0.562 2 interp_poly 60 -16 -46 -18 4119 2929 3 MP PP 4119 2929 0 0 0.562 4073 2911 0 0 0.562 4119 2929 0 0 0.562 2 interp_poly 4073 2911 0 0 0.562 4133 2895 0 0 0.562 4073 2911 0 0 0.562 2 interp_poly -47 -19 61 -16 4026 2894 3 MP PP 4026 2894 0 0 0.562 4087 2878 0 0 0.562 4026 2894 0 0 0.562 2 interp_poly 4087 2878 0 0 0.562 4040 2859 0 0 0.562 4087 2878 0 0 0.562 2 interp_poly 61 -16 -47 -17 4073 2911 3 MP PP 4073 2911 0 0 0.562 4026 2894 0 0 0.562 4073 2911 0 0 0.562 2 interp_poly 4026 2894 0 0 0.562 4087 2878 0 0 0.562 4026 2894 0 0 0.562 2 interp_poly -47 -21 61 -14 4030 3013 3 MP PP 4030 3013 0 0 0.562 4091 2999 0 0 0.562 4030 3013 0 0 0.562 2 interp_poly 4091 2999 0 0 0.562 4044 2978 0 0 0.562 4091 2999 0 0 0.562 2 interp_poly 61 -14 -47 -21 4077 3034 3 MP PP 4077 3034 0 0 0.562 4030 3013 0 0 0.562 4077 3034 0 0 0.562 2 interp_poly 4030 3013 0 0 0.562 4091 2999 0 0 0.562 4030 3013 0 0 0.562 2 interp_poly -46 -22 60 -13 4035 3144 3 MP PP 4035 3144 0 0 0.562 4095 3131 0 0 0.562 4035 3144 0 0 0.562 2 interp_poly 4095 3131 0 0 0.562 4049 3109 0 0 0.562 4095 3131 0 0 0.562 2 interp_poly 60 -13 -46 -22 4081 3166 3 MP PP 4081 3166 0 0 0.562 4035 3144 0 0 0.562 4081 3166 0 0 0.562 2 interp_poly 4035 3144 0 0 0.562 4095 3131 0 0 0.562 4035 3144 0 0 0.562 2 interp_poly -47 -20 61 -16 4040 2859 3 MP PP 4040 2859 0 0 0.562 4101 2843 0 0 0.562 4040 2859 0 0 0.562 2 interp_poly 4101 2843 0 0 0.562 4054 2823 0 0 0.562 4101 2843 0 0 0.562 2 interp_poly 61 -16 -47 -19 4087 2878 3 MP PP 4087 2878 0 0 0.562 4040 2859 0 0 0.562 4087 2878 0 0 0.562 2 interp_poly 4040 2859 0 0 0.562 4101 2843 0 0 0.562 4040 2859 0 0 0.562 2 interp_poly -46 -19 61 -15 4044 2978 3 MP PP 4044 2978 0 0 0.562 4105 2963 0 0 0.562 4044 2978 0 0 0.562 2 interp_poly 4105 2963 0 0 0.562 4059 2944 0 0 0.562 4105 2963 0 0 0.562 2 interp_poly 61 -15 -47 -21 4091 2999 3 MP PP 4091 2999 0 0 0.562 4044 2978 0 0 0.562 4091 2999 0 0 0.562 2 interp_poly 4044 2978 0 0 0.562 4105 2963 0 0 0.562 4044 2978 0 0 0.562 2 interp_poly -46 -23 60 -15 4049 3109 3 MP PP 4049 3109 0 0 0.562 4109 3094 0 0 0.562 4049 3109 0 0 0.562 2 interp_poly 4109 3094 0 0 0.562 4063 3071 0 0 0.562 4109 3094 0 0 0.562 2 interp_poly 60 -15 -46 -22 4095 3131 3 MP PP 4095 3131 0 0 0.562 4049 3109 0 0 0.562 4095 3131 0 0 0.562 2 interp_poly 4049 3109 0 0 0.562 4109 3094 0 0 0.562 4049 3109 0 0 0.562 2 interp_poly -46 -18 60 -15 4059 2944 3 MP PP 4059 2944 0 0 0.562 4119 2929 0 0 0.562 4059 2944 0 0 0.562 2 interp_poly 4119 2929 0 0 0.562 4073 2911 0 0 0.562 4119 2929 0 0 0.562 2 interp_poly 60 -15 -46 -19 4105 2963 3 MP PP 4105 2963 0 0 0.562 4059 2944 0 0 0.562 4105 2963 0 0 0.562 2 interp_poly 4059 2944 0 0 0.562 4119 2929 0 0 0.562 4059 2944 0 0 0.562 2 interp_poly -46 -23 60 -14 4063 3071 3 MP PP 4063 3071 0 0 0.562 4123 3057 0 0 0.562 4063 3071 0 0 0.562 2 interp_poly 4123 3057 0 0 0.562 4077 3034 0 0 0.562 4123 3057 0 0 0.562 2 interp_poly 60 -14 -46 -23 4109 3094 3 MP PP 4109 3094 0 0 0.562 4063 3071 0 0 0.562 4109 3094 0 0 0.562 2 interp_poly 4063 3071 0 0 0.562 4123 3057 0 0 0.562 4063 3071 0 0 0.562 2 interp_poly -47 -21 61 -15 4067 3202 3 MP PP 4067 3202 0 0 0.562 4128 3187 0 0 0.562 4067 3202 0 0 0.562 2 interp_poly 4128 3187 0 0 0.562 4081 3166 0 0 0.562 4128 3187 0 0 0.562 2 interp_poly -46 -21 60 -14 4077 3034 3 MP PP 4077 3034 0 0 0.562 4137 3020 0 0 0.562 4077 3034 0 0 0.562 2 interp_poly 4137 3020 0 0 0.562 4091 2999 0 0 0.562 4137 3020 0 0 0.562 2 interp_poly 60 -14 -46 -23 4123 3057 3 MP PP 4123 3057 0 0 0.562 4077 3034 0 0 0.562 4123 3057 0 0 0.562 2 interp_poly 4077 3034 0 0 0.562 4137 3020 0 0 0.562 4077 3034 0 0 0.562 2 interp_poly -47 -19 61 -16 4081 3166 3 MP PP 4081 3166 0 0 0.562 4142 3150 0 0 0.562 4081 3166 0 0 0.562 2 interp_poly 4142 3150 0 0 0.562 4095 3131 0 0 0.562 4142 3150 0 0 0.562 2 interp_poly 61 -16 -47 -21 4128 3187 3 MP PP 4128 3187 0 0 0.562 4081 3166 0 0 0.562 4128 3187 0 0 0.562 2 interp_poly 4081 3166 0 0 0.562 4142 3150 0 0 0.562 4081 3166 0 0 0.562 2 interp_poly -47 526 61 -14 4075 2670 3 MP PP 4075 2670 0.25 1 0.812 4136 2656 0.25 1 0.812 4075 2670 0.25 1 0.812 2 interp_poly 4136 2656 0.25 1 0.812 4089 3182 0 0.125 1 4136 2656 0.25 1 0.812 2 interp_poly -46 -20 60 -15 4039 3275 3 MP PP 4039 3275 0 0 0.625 4099 3260 0 0 0.562 4039 3275 0 0 0.625 2 interp_poly 4099 3260 0 0 0.562 4053 3240 0 0 0.562 4099 3260 0 0 0.562 2 interp_poly 60 -15 -46 -21 4085 3296 3 MP PP 4085 3296 0 0 0.625 4039 3275 0 0 0.625 4085 3296 0 0 0.625 2 interp_poly 4039 3275 0 0 0.625 4099 3260 0 0 0.562 4039 3275 0 0 0.625 2 interp_poly -46 -23 60 -15 4053 3240 3 MP PP 4053 3240 0 0 0.562 4113 3225 0 0 0.562 4053 3240 0 0 0.562 2 interp_poly 4113 3225 0 0 0.562 4067 3202 0 0 0.562 4113 3225 0 0 0.562 2 interp_poly 60 -15 -46 -20 4099 3260 3 MP PP 4099 3260 0 0 0.562 4053 3240 0 0 0.562 4099 3260 0 0 0.562 2 interp_poly 4053 3240 0 0 0.562 4113 3225 0 0 0.562 4053 3240 0 0 0.562 2 interp_poly 61 -15 -46 -23 4113 3225 3 MP PP 4113 3225 0 0 0.562 4067 3202 0 0 0.562 4113 3225 0 0 0.562 2 interp_poly 4067 3202 0 0 0.562 4128 3187 0 0 0.562 4067 3202 0 0 0.562 2 interp_poly -46 178 61 -21 4089 3182 3 MP PP 4089 3182 0 0.125 1 4150 3161 0 0.125 1 4089 3182 0 0.125 1 2 interp_poly 4150 3161 0 0.125 1 4104 3339 0 0 0.688 4150 3161 0 0.125 1 2 interp_poly 61 -21 -47 526 4136 2656 3 MP PP 4136 2656 0.25 1 0.812 4089 3182 0 0.125 1 4136 2656 0.25 1 0.812 2 interp_poly 4089 3182 0 0.125 1 4150 3161 0 0.125 1 4089 3182 0 0.125 1 2 interp_poly 60 -28 -46 -560 4154 3301 3 MP PP 4154 3301 0 0.125 1 4108 2741 0.188 1 0.875 4154 3301 0 0.125 1 2 interp_poly 4108 2741 0.188 1 0.875 4168 2713 0.25 1 0.812 4108 2741 0.188 1 0.875 2 interp_poly 61 -14 -47 408 4122 2262 3 MP PP 4122 2262 1 0.938 0 4075 2670 0.25 1 0.812 4122 2262 1 0.938 0 2 interp_poly 4075 2670 0.25 1 0.812 4136 2656 0.25 1 0.812 4075 2670 0.25 1 0.812 2 interp_poly -46 -451 60 -28 4108 2741 3 MP PP 4108 2741 0.188 1 0.875 4168 2713 0.25 1 0.812 4108 2741 0.188 1 0.875 2 interp_poly 4168 2713 0.25 1 0.812 4122 2262 1 0.938 0 4168 2713 0.25 1 0.812 2 interp_poly 61 -12 -47 -27 4153 4005 3 MP PP 4153 4005 0 0 0.562 4106 3978 0 0 0.562 4153 4005 0 0 0.562 2 interp_poly 4106 3978 0 0 0.562 4167 3966 0 0 0.562 4106 3978 0 0 0.562 2 interp_poly -47 -26 61 -12 4106 3978 3 MP PP 4106 3978 0 0 0.562 4167 3966 0 0 0.562 4106 3978 0 0 0.562 2 interp_poly 4167 3966 0 0 0.562 4120 3940 0 0 0.562 4167 3966 0 0 0.562 2 interp_poly 61 -12 -47 -29 4149 3860 3 MP PP 4149 3860 0 0 0.562 4102 3831 0 0 0.625 4149 3860 0 0 0.562 2 interp_poly 4102 3831 0 0 0.625 4163 3819 0 0 0.625 4102 3831 0 0 0.625 2 interp_poly -47 -32 61 -12 4102 3831 3 MP PP 4102 3831 0 0 0.625 4163 3819 0 0 0.625 4102 3831 0 0 0.625 2 interp_poly 4163 3819 0 0 0.625 4116 3787 0 0 0.625 4163 3819 0 0 0.625 2 interp_poly 60 -12 -46 -26 4147 4308 3 MP PP 4147 4308 0 0 0.562 4101 4282 0 0 0.562 4147 4308 0 0 0.562 2 interp_poly 4101 4282 0 0 0.562 4161 4270 0 0 0.562 4101 4282 0 0 0.562 2 interp_poly -46 -24 60 -12 4101 4282 3 MP PP 4101 4282 0 0 0.562 4161 4270 0 0 0.562 4101 4282 0 0 0.562 2 interp_poly 4161 4270 0 0 0.562 4115 4246 0 0 0.562 4161 4270 0 0 0.562 2 interp_poly 61 -19 -46 -23 4144 3696 3 MP PP 4144 3696 0 0 0.625 4098 3673 0 0 0.625 4144 3696 0 0 0.625 2 interp_poly 4098 3673 0 0 0.625 4159 3654 0 0 0.688 4098 3673 0 0 0.625 2 interp_poly -47 -27 61 -19 4098 3673 3 MP PP 4098 3673 0 0 0.625 4159 3654 0 0 0.688 4098 3673 0 0 0.625 2 interp_poly 4159 3654 0 0 0.688 4112 3627 0 0 0.688 4159 3654 0 0 0.688 2 interp_poly 61 -16 -47 -20 4143 4177 3 MP PP 4143 4177 0 0 0.562 4096 4157 0 0 0.562 4143 4177 0 0 0.562 2 interp_poly 4096 4157 0 0 0.562 4157 4141 0 0 0.562 4096 4157 0 0 0.562 2 interp_poly -46 -24 61 -16 4096 4157 3 MP PP 4096 4157 0 0 0.562 4157 4141 0 0 0.562 4096 4157 0 0 0.562 2 interp_poly 4157 4141 0 0 0.562 4111 4117 0 0 0.562 4157 4141 0 0 0.562 2 interp_poly -46 -22 60 -20 4011 3356 3 MP PP 4011 3356 0 0 0.562 4071 3336 0 0 0.562 4011 3356 0 0 0.562 2 interp_poly 4071 3336 0 0 0.562 4025 3314 0 0 0.562 4071 3336 0 0 0.562 2 interp_poly 60 -20 -46 -11 4057 3367 3 MP PP 4057 3367 0 0 0.625 4011 3356 0 0 0.562 4057 3367 0 0 0.625 2 interp_poly 4011 3356 0 0 0.562 4071 3336 0 0 0.562 4011 3356 0 0 0.562 2 interp_poly -46 -21 60 -18 4025 3314 3 MP PP 4025 3314 0 0 0.562 4085 3296 0 0 0.625 4025 3314 0 0 0.562 2 interp_poly 4085 3296 0 0 0.625 4039 3275 0 0 0.625 4085 3296 0 0 0.625 2 interp_poly 60 -18 -46 -22 4071 3336 3 MP PP 4071 3336 0 0 0.562 4025 3314 0 0 0.562 4071 3336 0 0 0.562 2 interp_poly 4025 3314 0 0 0.562 4085 3296 0 0 0.625 4025 3314 0 0 0.562 2 interp_poly -47 -10 61 -21 4057 3367 3 MP PP 4057 3367 0 0 0.625 4118 3346 0 0 0.625 4057 3367 0 0 0.625 2 interp_poly 4118 3346 0 0 0.625 4071 3336 0 0 0.562 4118 3346 0 0 0.625 2 interp_poly 61 -24 -46 181 4089 3182 3 MP PP 4089 3182 0 0.125 1 4043 3363 0 0 0.688 4089 3182 0 0.125 1 2 interp_poly 4043 3363 0 0 0.688 4104 3339 0 0 0.688 4043 3363 0 0 0.688 2 interp_poly 61 -21 -47 28 4104 3339 3 MP PP 4104 3339 0 0 0.688 4057 3367 0 0 0.625 4104 3339 0 0 0.688 2 interp_poly 4057 3367 0 0 0.625 4118 3346 0 0 0.625 4057 3367 0 0 0.625 2 interp_poly 60 10 -46 -222 4140 3513 3 MP PP 4140 3513 0 0 0.75 4094 3291 0 0.188 1 4140 3513 0 0 0.75 2 interp_poly 4094 3291 0 0.188 1 4154 3301 0 0.125 1 4094 3291 0 0.188 1 2 interp_poly -46 -560 60 10 4094 3291 3 MP PP 4094 3291 0 0.188 1 4154 3301 0 0.125 1 4094 3291 0 0.188 1 2 interp_poly 4154 3301 0 0.125 1 4108 2741 0.188 1 0.875 4154 3301 0 0.125 1 2 interp_poly 61 -17 -47 -24 4139 4046 3 MP PP 4139 4046 0 0 0.562 4092 4022 0 0 0.562 4139 4046 0 0 0.562 2 interp_poly 4092 4022 0 0 0.562 4153 4005 0 0 0.562 4092 4022 0 0 0.562 2 interp_poly -47 -27 61 -17 4092 4022 3 MP PP 4092 4022 0 0 0.562 4153 4005 0 0 0.562 4092 4022 0 0 0.562 2 interp_poly 4153 4005 0 0 0.562 4106 3978 0 0 0.562 4153 4005 0 0 0.562 2 interp_poly 61 -10 -47 -29 4135 3899 3 MP PP 4135 3899 0 0 0.562 4088 3870 0 0 0.625 4135 3899 0 0 0.562 2 interp_poly 4088 3870 0 0 0.625 4149 3860 0 0 0.562 4088 3870 0 0 0.625 2 interp_poly -47 -29 61 -10 4088 3870 3 MP PP 4088 3870 0 0 0.625 4149 3860 0 0 0.562 4088 3870 0 0 0.625 2 interp_poly 4149 3860 0 0 0.562 4102 3831 0 0 0.625 4149 3860 0 0 0.562 2 interp_poly 60 -15 -46 -23 4133 4346 3 MP PP 4133 4346 0 0 0.562 4087 4323 0 0 0.562 4133 4346 0 0 0.562 2 interp_poly 4087 4323 0 0 0.562 4147 4308 0 0 0.562 4087 4323 0 0 0.562 2 interp_poly -46 -26 60 -15 4087 4323 3 MP PP 4087 4323 0 0 0.562 4147 4308 0 0 0.562 4087 4323 0 0 0.562 2 interp_poly 4147 4308 0 0 0.562 4101 4282 0 0 0.562 4147 4308 0 0 0.562 2 interp_poly 60 -21 -46 -27 4130 3744 3 MP PP 4130 3744 0 0 0.625 4084 3717 0 0 0.625 4130 3744 0 0 0.625 2 interp_poly 4084 3717 0 0 0.625 4144 3696 0 0 0.625 4084 3717 0 0 0.625 2 interp_poly -46 -23 60 -21 4084 3717 3 MP PP 4084 3717 0 0 0.625 4144 3696 0 0 0.625 4084 3717 0 0 0.625 2 interp_poly 4144 3696 0 0 0.625 4098 3673 0 0 0.625 4144 3696 0 0 0.625 2 interp_poly 61 -16 -47 -17 4129 4210 3 MP PP 4129 4210 0 0 0.562 4082 4193 0 0 0.562 4129 4210 0 0 0.562 2 interp_poly 4082 4193 0 0 0.562 4143 4177 0 0 0.562 4082 4193 0 0 0.562 2 interp_poly -47 -20 61 -16 4082 4193 3 MP PP 4082 4193 0 0 0.562 4143 4177 0 0 0.562 4082 4193 0 0 0.562 2 interp_poly 4143 4177 0 0 0.562 4096 4157 0 0 0.562 4143 4177 0 0 0.562 2 interp_poly 60 7 -46 -85 4126 3591 3 MP PP 4126 3591 0 0 0.688 4080 3506 0 0 0.812 4126 3591 0 0 0.688 2 interp_poly 4080 3506 0 0 0.812 4140 3513 0 0 0.75 4080 3506 0 0 0.812 2 interp_poly -47 28 61 -24 4043 3363 3 MP PP 4043 3363 0 0 0.688 4104 3339 0 0 0.688 4043 3363 0 0 0.688 2 interp_poly 4104 3339 0 0 0.688 4057 3367 0 0 0.625 4104 3339 0 0 0.688 2 interp_poly -46 -222 60 7 4080 3506 3 MP PP 4080 3506 0 0 0.812 4140 3513 0 0 0.75 4080 3506 0 0 0.812 2 interp_poly 4140 3513 0 0 0.75 4094 3291 0 0.188 1 4140 3513 0 0 0.75 2 interp_poly 61 -12 -47 -22 4125 4080 3 MP PP 4125 4080 0 0 0.562 4078 4058 0 0 0.562 4125 4080 0 0 0.562 2 interp_poly 4078 4058 0 0 0.562 4139 4046 0 0 0.562 4078 4058 0 0 0.562 2 interp_poly -47 -24 61 -12 4078 4058 3 MP PP 4078 4058 0 0 0.562 4139 4046 0 0 0.562 4078 4058 0 0 0.562 2 interp_poly 4139 4046 0 0 0.562 4092 4022 0 0 0.562 4139 4046 0 0 0.562 2 interp_poly 61 -12 -46 -29 4120 3940 3 MP PP 4120 3940 0 0 0.562 4074 3911 0 0 0.625 4120 3940 0 0 0.562 2 interp_poly 4074 3911 0 0 0.625 4135 3899 0 0 0.562 4074 3911 0 0 0.625 2 interp_poly -47 -29 61 -12 4074 3911 3 MP PP 4074 3911 0 0 0.625 4135 3899 0 0 0.562 4074 3911 0 0 0.625 2 interp_poly 4135 3899 0 0 0.562 4088 3870 0 0 0.625 4135 3899 0 0 0.562 2 interp_poly -46 -23 61 -19 4072 4365 3 MP PP 4072 4365 0 0 0.562 4133 4346 0 0 0.562 4072 4365 0 0 0.562 2 interp_poly 4133 4346 0 0 0.562 4087 4323 0 0 0.562 4133 4346 0 0 0.562 2 interp_poly 60 -18 -46 -25 4116 3787 3 MP PP 4116 3787 0 0 0.625 4070 3762 0 0 0.625 4116 3787 0 0 0.625 2 interp_poly 4070 3762 0 0 0.625 4130 3744 0 0 0.625 4070 3762 0 0 0.625 2 interp_poly -46 -27 60 -18 4070 3762 3 MP PP 4070 3762 0 0 0.625 4130 3744 0 0 0.625 4070 3762 0 0 0.625 2 interp_poly 4130 3744 0 0 0.625 4084 3717 0 0 0.625 4130 3744 0 0 0.625 2 interp_poly 61 -13 -47 -23 4115 4246 3 MP PP 4115 4246 0 0 0.562 4068 4223 0 0 0.562 4115 4246 0 0 0.562 2 interp_poly 4068 4223 0 0 0.562 4129 4210 0 0 0.562 4068 4223 0 0 0.562 2 interp_poly -47 -17 61 -13 4068 4223 3 MP PP 4068 4223 0 0 0.562 4129 4210 0 0 0.562 4068 4223 0 0 0.562 2 interp_poly 4129 4210 0 0 0.562 4082 4193 0 0 0.562 4129 4210 0 0 0.562 2 interp_poly 61 7 -47 -43 4112 3627 3 MP PP 4112 3627 0 0 0.688 4065 3584 0 0 0.688 4112 3627 0 0 0.688 2 interp_poly 4065 3584 0 0 0.688 4126 3591 0 0 0.688 4065 3584 0 0 0.688 2 interp_poly -46 -85 61 7 4065 3584 3 MP PP 4065 3584 0 0 0.688 4126 3591 0 0 0.688 4065 3584 0 0 0.688 2 interp_poly 4126 3591 0 0 0.688 4080 3506 0 0 0.812 4126 3591 0 0 0.688 2 interp_poly 61 -16 -47 -21 4111 4117 3 MP PP 4111 4117 0 0 0.562 4064 4096 0 0 0.562 4111 4117 0 0 0.562 2 interp_poly 4064 4096 0 0 0.562 4125 4080 0 0 0.562 4064 4096 0 0 0.562 2 interp_poly -47 -22 61 -16 4064 4096 3 MP PP 4064 4096 0 0 0.562 4125 4080 0 0 0.562 4064 4096 0 0 0.562 2 interp_poly 4125 4080 0 0 0.562 4078 4058 0 0 0.562 4125 4080 0 0 0.562 2 interp_poly -47 408 61 -28 4061 2290 3 MP PP 4061 2290 1 0.938 0 4122 2262 1 0.938 0 4061 2290 1 0.938 0 2 interp_poly 4122 2262 1 0.938 0 4075 2670 0.25 1 0.812 4122 2262 1 0.938 0 2 interp_poly 61 -28 -47 -451 4108 2741 3 MP PP 4108 2741 0.188 1 0.875 4061 2290 1 0.938 0 4108 2741 0.188 1 0.875 2 interp_poly 4061 2290 1 0.938 0 4122 2262 1 0.938 0 4061 2290 1 0.938 0 2 interp_poly 60 -11 -46 -27 4106 3978 3 MP PP 4106 3978 0 0 0.562 4060 3951 0 0 0.562 4106 3978 0 0 0.562 2 interp_poly 4060 3951 0 0 0.562 4120 3940 0 0 0.562 4060 3951 0 0 0.562 2 interp_poly -46 -29 60 -11 4060 3951 3 MP PP 4060 3951 0 0 0.562 4120 3940 0 0 0.562 4060 3951 0 0 0.562 2 interp_poly 4120 3940 0 0 0.562 4074 3911 0 0 0.625 4120 3940 0 0 0.562 2 interp_poly 60 -19 -46 -25 4102 3831 3 MP PP 4102 3831 0 0 0.625 4056 3806 0 0 0.625 4102 3831 0 0 0.625 2 interp_poly 4056 3806 0 0 0.625 4116 3787 0 0 0.625 4056 3806 0 0 0.625 2 interp_poly -46 -25 60 -19 4056 3806 3 MP PP 4056 3806 0 0 0.625 4116 3787 0 0 0.625 4056 3806 0 0 0.625 2 interp_poly 4116 3787 0 0 0.625 4070 3762 0 0 0.625 4116 3787 0 0 0.625 2 interp_poly 61 -11 -47 -25 4101 4282 3 MP PP 4101 4282 0 0 0.562 4054 4257 0 0 0.562 4101 4282 0 0 0.562 2 interp_poly 4054 4257 0 0 0.562 4115 4246 0 0 0.562 4054 4257 0 0 0.562 2 interp_poly -47 -23 61 -11 4054 4257 3 MP PP 4054 4257 0 0 0.562 4115 4246 0 0 0.562 4054 4257 0 0 0.562 2 interp_poly 4115 4246 0 0 0.562 4068 4223 0 0 0.562 4115 4246 0 0 0.562 2 interp_poly 61 -10 -47 -36 4098 3673 3 MP PP 4098 3673 0 0 0.625 4051 3637 0 0 0.688 4098 3673 0 0 0.625 2 interp_poly 4051 3637 0 0 0.688 4112 3627 0 0 0.688 4051 3637 0 0 0.688 2 interp_poly -47 -43 61 -10 4051 3637 3 MP PP 4051 3637 0 0 0.688 4112 3627 0 0 0.688 4051 3637 0 0 0.688 2 interp_poly 4112 3627 0 0 0.688 4065 3584 0 0 0.688 4112 3627 0 0 0.688 2 interp_poly 61 -14 -46 -26 4096 4157 3 MP PP 4096 4157 0 0 0.562 4050 4131 0 0 0.562 4096 4157 0 0 0.562 2 interp_poly 4050 4131 0 0 0.562 4111 4117 0 0 0.562 4050 4131 0 0 0.562 2 interp_poly -47 -21 61 -14 4050 4131 3 MP PP 4050 4131 0 0 0.562 4111 4117 0 0 0.562 4050 4131 0 0 0.562 2 interp_poly 4111 4117 0 0 0.562 4064 4096 0 0 0.562 4111 4117 0 0 0.562 2 interp_poly -46 -20 60 -17 3994 2840 3 MP PP 3994 2840 0 0 0.562 4054 2823 0 0 0.562 3994 2840 0 0 0.562 2 interp_poly 4054 2823 0 0 0.562 4008 2803 0 0 0.562 4054 2823 0 0 0.562 2 interp_poly 60 -17 -46 -19 4040 2859 3 MP PP 4040 2859 0 0 0.562 3994 2840 0 0 0.562 4040 2859 0 0 0.562 2 interp_poly 3994 2840 0 0 0.562 4054 2823 0 0 0.562 3994 2840 0 0 0.562 2 interp_poly -46 -21 60 -16 4008 2803 3 MP PP 4008 2803 0 0 0.562 4068 2787 0 0 0.562 4008 2803 0 0 0.562 2 interp_poly 4068 2787 0 0 0.562 4022 2766 0 0 0.562 4068 2787 0 0 0.562 2 interp_poly 60 -16 -46 -20 4054 2823 3 MP PP 4054 2823 0 0 0.562 4008 2803 0 0 0.562 4054 2823 0 0 0.562 2 interp_poly 4008 2803 0 0 0.562 4068 2787 0 0 0.562 4008 2803 0 0 0.562 2 interp_poly -47 -17 61 -16 4012 2927 3 MP PP 4012 2927 0 0 0.562 4073 2911 0 0 0.562 4012 2927 0 0 0.562 2 interp_poly 4073 2911 0 0 0.562 4026 2894 0 0 0.562 4073 2911 0 0 0.562 2 interp_poly 61 -16 -47 -17 4059 2944 3 MP PP 4059 2944 0 0 0.562 4012 2927 0 0 0.562 4059 2944 0 0 0.562 2 interp_poly 4012 2927 0 0 0.562 4073 2911 0 0 0.562 4012 2927 0 0 0.562 2 interp_poly -47 -21 61 -16 3961 2782 3 MP PP 3961 2782 0 0 0.562 4022 2766 0 0 0.562 3961 2782 0 0 0.562 2 interp_poly 4022 2766 0 0 0.562 3975 2745 0 0 0.562 4022 2766 0 0 0.562 2 interp_poly 61 -16 -47 -21 4008 2803 3 MP PP 4008 2803 0 0 0.562 3961 2782 0 0 0.562 4008 2803 0 0 0.562 2 interp_poly 3961 2782 0 0 0.562 4022 2766 0 0 0.562 3961 2782 0 0 0.562 2 interp_poly -46 -18 60 -17 3966 2911 3 MP PP 3966 2911 0 0 0.562 4026 2894 0 0 0.562 3966 2911 0 0 0.562 2 interp_poly 4026 2894 0 0 0.562 3980 2876 0 0 0.562 4026 2894 0 0 0.562 2 interp_poly 60 -17 -46 -16 4012 2927 3 MP PP 4012 2927 0 0 0.562 3966 2911 0 0 0.562 4012 2927 0 0 0.562 2 interp_poly 3966 2911 0 0 0.562 4026 2894 0 0 0.562 3966 2911 0 0 0.562 2 interp_poly -46 -19 60 -15 3970 3028 3 MP PP 3970 3028 0 0 0.562 4030 3013 0 0 0.562 3970 3028 0 0 0.562 2 interp_poly 4030 3013 0 0 0.562 3984 2994 0 0 0.562 4030 3013 0 0 0.562 2 interp_poly 60 -15 -46 -20 4016 3048 3 MP PP 4016 3048 0 0 0.562 3970 3028 0 0 0.562 4016 3048 0 0 0.562 2 interp_poly 3970 3028 0 0 0.562 4030 3013 0 0 0.562 3970 3028 0 0 0.562 2 interp_poly -47 -22 61 -12 3974 3156 3 MP PP 3974 3156 0 0 0.625 4035 3144 0 0 0.562 3974 3156 0 0 0.625 2 interp_poly 4035 3144 0 0 0.562 3988 3122 0 0 0.562 4035 3144 0 0 0.562 2 interp_poly 61 -12 -46 -22 4020 3178 3 MP PP 4020 3178 0 0 0.625 3974 3156 0 0 0.625 4020 3178 0 0 0.625 2 interp_poly 3974 3156 0 0 0.625 4035 3144 0 0 0.562 3974 3156 0 0 0.625 2 interp_poly -46 -19 60 -17 3980 2876 3 MP PP 3980 2876 0 0 0.562 4040 2859 0 0 0.562 3980 2876 0 0 0.562 2 interp_poly 4040 2859 0 0 0.562 3994 2840 0 0 0.562 4040 2859 0 0 0.562 2 interp_poly 60 -17 -46 -18 4026 2894 3 MP PP 4026 2894 0 0 0.562 3980 2876 0 0 0.562 4026 2894 0 0 0.562 2 interp_poly 3980 2876 0 0 0.562 4040 2859 0 0 0.562 3980 2876 0 0 0.562 2 interp_poly -46 -19 60 -16 3984 2994 3 MP PP 3984 2994 0 0 0.562 4044 2978 0 0 0.562 3984 2994 0 0 0.562 2 interp_poly 4044 2978 0 0 0.562 3998 2959 0 0 0.562 4044 2978 0 0 0.562 2 interp_poly 60 -16 -46 -19 4030 3013 3 MP PP 4030 3013 0 0 0.562 3984 2994 0 0 0.562 4030 3013 0 0 0.562 2 interp_poly 3984 2994 0 0 0.562 4044 2978 0 0 0.562 3984 2994 0 0 0.562 2 interp_poly -47 -25 61 -13 3988 3122 3 MP PP 3988 3122 0 0 0.562 4049 3109 0 0 0.562 3988 3122 0 0 0.562 2 interp_poly 4049 3109 0 0 0.562 4002 3084 0 0 0.562 4049 3109 0 0 0.562 2 interp_poly 61 -13 -47 -22 4035 3144 3 MP PP 4035 3144 0 0 0.562 3988 3122 0 0 0.562 4035 3144 0 0 0.562 2 interp_poly 3988 3122 0 0 0.562 4049 3109 0 0 0.562 3988 3122 0 0 0.562 2 interp_poly -47 -17 61 -15 3998 2959 3 MP PP 3998 2959 0 0 0.562 4059 2944 0 0 0.562 3998 2959 0 0 0.562 2 interp_poly 4059 2944 0 0 0.562 4012 2927 0 0 0.562 4059 2944 0 0 0.562 2 interp_poly 61 -15 -46 -19 4044 2978 3 MP PP 4044 2978 0 0 0.562 3998 2959 0 0 0.562 4044 2978 0 0 0.562 2 interp_poly 3998 2959 0 0 0.562 4059 2944 0 0 0.562 3998 2959 0 0 0.562 2 interp_poly -47 -23 61 -13 4002 3084 3 MP PP 4002 3084 0 0 0.562 4063 3071 0 0 0.562 4002 3084 0 0 0.562 2 interp_poly 4063 3071 0 0 0.562 4016 3048 0 0 0.562 4063 3071 0 0 0.562 2 interp_poly 61 -13 -47 -25 4049 3109 3 MP PP 4049 3109 0 0 0.562 4002 3084 0 0 0.562 4049 3109 0 0 0.562 2 interp_poly 4002 3084 0 0 0.562 4063 3071 0 0 0.562 4002 3084 0 0 0.562 2 interp_poly -47 -24 61 -15 4006 3217 3 MP PP 4006 3217 0 0 0.562 4067 3202 0 0 0.562 4006 3217 0 0 0.562 2 interp_poly 4067 3202 0 0 0.562 4020 3178 0 0 0.625 4067 3202 0 0 0.562 2 interp_poly -47 -21 61 -14 4016 3048 3 MP PP 4016 3048 0 0 0.562 4077 3034 0 0 0.562 4016 3048 0 0 0.562 2 interp_poly 4077 3034 0 0 0.562 4030 3013 0 0 0.562 4077 3034 0 0 0.562 2 interp_poly 61 -14 -47 -23 4063 3071 3 MP PP 4063 3071 0 0 0.562 4016 3048 0 0 0.562 4063 3071 0 0 0.562 2 interp_poly 4016 3048 0 0 0.562 4077 3034 0 0 0.562 4016 3048 0 0 0.562 2 interp_poly -46 -22 61 -12 4020 3178 3 MP PP 4020 3178 0 0 0.625 4081 3166 0 0 0.562 4020 3178 0 0 0.625 2 interp_poly 4081 3166 0 0 0.562 4035 3144 0 0 0.562 4081 3166 0 0 0.562 2 interp_poly 61 -12 -47 -24 4067 3202 3 MP PP 4067 3202 0 0 0.562 4020 3178 0 0 0.625 4067 3202 0 0 0.562 2 interp_poly 4020 3178 0 0 0.625 4081 3166 0 0 0.562 4020 3178 0 0 0.625 2 interp_poly -46 529 60 -29 4015 2699 3 MP PP 4015 2699 0.188 1 0.875 4075 2670 0.25 1 0.812 4015 2699 0.188 1 0.875 2 interp_poly 4075 2670 0.25 1 0.812 4029 3199 0 0.125 1 4075 2670 0.25 1 0.812 2 interp_poly -47 -21 61 -13 3978 3288 3 MP PP 3978 3288 0 0 0.625 4039 3275 0 0 0.625 3978 3288 0 0 0.625 2 interp_poly 4039 3275 0 0 0.625 3992 3254 0 0 0.625 4039 3275 0 0 0.625 2 interp_poly 61 -13 -47 -26 4025 3314 3 MP PP 4025 3314 0 0 0.562 3978 3288 0 0 0.625 4025 3314 0 0 0.562 2 interp_poly 3978 3288 0 0 0.625 4039 3275 0 0 0.625 3978 3288 0 0 0.625 2 interp_poly -47 -23 61 -14 3992 3254 3 MP PP 3992 3254 0 0 0.625 4053 3240 0 0 0.562 3992 3254 0 0 0.625 2 interp_poly 4053 3240 0 0 0.562 4006 3217 0 0 0.562 4053 3240 0 0 0.562 2 interp_poly 61 -14 -47 -21 4039 3275 3 MP PP 4039 3275 0 0 0.625 3992 3254 0 0 0.625 4039 3275 0 0 0.625 2 interp_poly 3992 3254 0 0 0.625 4053 3240 0 0 0.562 3992 3254 0 0 0.625 2 interp_poly 61 -15 -47 -23 4053 3240 3 MP PP 4053 3240 0 0 0.562 4006 3217 0 0 0.562 4053 3240 0 0 0.562 2 interp_poly 4006 3217 0 0 0.562 4067 3202 0 0 0.562 4006 3217 0 0 0.562 2 interp_poly -46 181 60 -17 4029 3199 3 MP PP 4029 3199 0 0.125 1 4089 3182 0 0.125 1 4029 3199 0 0.125 1 2 interp_poly 4089 3182 0 0.125 1 4043 3363 0 0 0.688 4089 3182 0 0.125 1 2 interp_poly 60 -17 -46 529 4075 2670 3 MP PP 4075 2670 0.25 1 0.812 4029 3199 0 0.125 1 4075 2670 0.25 1 0.812 2 interp_poly 4029 3199 0 0.125 1 4089 3182 0 0.125 1 4029 3199 0 0.125 1 2 interp_poly 61 -33 -47 -517 4094 3291 3 MP PP 4094 3291 0 0.188 1 4047 2774 0.188 1 0.875 4094 3291 0 0.188 1 2 interp_poly 4047 2774 0.188 1 0.875 4108 2741 0.188 1 0.875 4047 2774 0.188 1 0.875 2 interp_poly 60 -29 -46 409 4061 2290 3 MP PP 4061 2290 1 0.938 0 4015 2699 0.188 1 0.875 4061 2290 1 0.938 0 2 interp_poly 4015 2699 0.188 1 0.875 4075 2670 0.25 1 0.812 4015 2699 0.188 1 0.875 2 interp_poly -47 -451 61 -33 4047 2774 3 MP PP 4047 2774 0.188 1 0.875 4108 2741 0.188 1 0.875 4047 2774 0.188 1 0.875 2 interp_poly 4108 2741 0.188 1 0.875 4061 2290 1 0.938 0 4108 2741 0.188 1 0.875 2 interp_poly 60 -14 -46 -30 4092 4022 3 MP PP 4092 4022 0 0 0.562 4046 3992 0 0 0.562 4092 4022 0 0 0.562 2 interp_poly 4046 3992 0 0 0.562 4106 3978 0 0 0.562 4046 3992 0 0 0.562 2 interp_poly -46 -27 60 -14 4046 3992 3 MP PP 4046 3992 0 0 0.562 4106 3978 0 0 0.562 4046 3992 0 0 0.562 2 interp_poly 4106 3978 0 0 0.562 4060 3951 0 0 0.562 4106 3978 0 0 0.562 2 interp_poly 60 -14 -46 -25 4088 3870 3 MP PP 4088 3870 0 0 0.625 4042 3845 0 0 0.625 4088 3870 0 0 0.625 2 interp_poly 4042 3845 0 0 0.625 4102 3831 0 0 0.625 4042 3845 0 0 0.625 2 interp_poly -46 -25 60 -14 4042 3845 3 MP PP 4042 3845 0 0 0.625 4102 3831 0 0 0.625 4042 3845 0 0 0.625 2 interp_poly 4102 3831 0 0 0.625 4056 3806 0 0 0.625 4102 3831 0 0 0.625 2 interp_poly 61 -14 -47 -27 4087 4323 3 MP PP 4087 4323 0 0 0.562 4040 4296 0 0 0.562 4087 4323 0 0 0.562 2 interp_poly 4040 4296 0 0 0.562 4101 4282 0 0 0.562 4040 4296 0 0 0.562 2 interp_poly -47 -25 61 -14 4040 4296 3 MP PP 4040 4296 0 0 0.562 4101 4282 0 0 0.562 4040 4296 0 0 0.562 2 interp_poly 4101 4282 0 0 0.562 4054 4257 0 0 0.562 4101 4282 0 0 0.562 2 interp_poly 61 -16 -47 -28 4084 3717 3 MP PP 4084 3717 0 0 0.625 4037 3689 0 0 0.625 4084 3717 0 0 0.625 2 interp_poly 4037 3689 0 0 0.625 4098 3673 0 0 0.625 4037 3689 0 0 0.625 2 interp_poly -47 -36 61 -16 4037 3689 3 MP PP 4037 3689 0 0 0.625 4098 3673 0 0 0.625 4037 3689 0 0 0.625 2 interp_poly 4098 3673 0 0 0.625 4051 3637 0 0 0.688 4098 3673 0 0 0.625 2 interp_poly 60 -14 -46 -22 4082 4193 3 MP PP 4082 4193 0 0 0.562 4036 4171 0 0 0.562 4082 4193 0 0 0.562 2 interp_poly 4036 4171 0 0 0.562 4096 4157 0 0 0.562 4036 4171 0 0 0.562 2 interp_poly -46 -26 60 -14 4036 4171 3 MP PP 4036 4171 0 0 0.562 4096 4157 0 0 0.562 4036 4171 0 0 0.562 2 interp_poly 4096 4157 0 0 0.562 4050 4131 0 0 0.562 4096 4157 0 0 0.562 2 interp_poly -46 -16 60 -13 3936 3399 3 MP PP 3936 3399 0 0 0.625 3996 3386 0 0 0.625 3936 3399 0 0 0.625 2 interp_poly 3996 3386 0 0 0.625 3950 3370 0 0 0.562 3996 3386 0 0 0.625 2 interp_poly -47 -25 61 -14 3950 3370 3 MP PP 3950 3370 0 0 0.562 4011 3356 0 0 0.562 3950 3370 0 0 0.562 2 interp_poly 4011 3356 0 0 0.562 3964 3331 0 0 0.562 4011 3356 0 0 0.562 2 interp_poly 61 -14 -46 -16 3996 3386 3 MP PP 3996 3386 0 0 0.625 3950 3370 0 0 0.562 3996 3386 0 0 0.625 2 interp_poly 3950 3370 0 0 0.562 4011 3356 0 0 0.562 3950 3370 0 0 0.562 2 interp_poly -47 -26 61 -17 3964 3331 3 MP PP 3964 3331 0 0 0.562 4025 3314 0 0 0.562 3964 3331 0 0 0.562 2 interp_poly 4025 3314 0 0 0.562 3978 3288 0 0 0.625 4025 3314 0 0 0.562 2 interp_poly 61 -17 -47 -25 4011 3356 3 MP PP 4011 3356 0 0 0.562 3964 3331 0 0 0.562 4011 3356 0 0 0.562 2 interp_poly 3964 3331 0 0 0.562 4025 3314 0 0 0.562 3964 3331 0 0 0.562 2 interp_poly -46 -11 61 -19 3996 3386 3 MP PP 3996 3386 0 0 0.625 4057 3367 0 0 0.625 3996 3386 0 0 0.625 2 interp_poly 4057 3367 0 0 0.625 4011 3356 0 0 0.562 4057 3367 0 0 0.625 2 interp_poly 61 -18 -47 182 4029 3199 3 MP PP 4029 3199 0 0.125 1 3982 3381 0 0 0.688 4029 3199 0 0.125 1 2 interp_poly 3982 3381 0 0 0.688 4043 3363 0 0 0.688 3982 3381 0 0 0.688 2 interp_poly 61 -19 -47 23 4043 3363 3 MP PP 4043 3363 0 0 0.688 3996 3386 0 0 0.625 4043 3363 0 0 0.688 2 interp_poly 3996 3386 0 0 0.625 4057 3367 0 0 0.625 3996 3386 0 0 0.625 2 interp_poly 61 22 -47 -237 4080 3506 3 MP PP 4080 3506 0 0 0.812 4033 3269 0 0.25 1 4080 3506 0 0 0.812 2 interp_poly 4033 3269 0 0.25 1 4094 3291 0 0.188 1 4033 3269 0 0.25 1 2 interp_poly -47 -517 61 22 4033 3269 3 MP PP 4033 3269 0 0.25 1 4094 3291 0 0.188 1 4033 3269 0 0.25 1 2 interp_poly 4094 3291 0 0.188 1 4047 2774 0.188 1 0.875 4094 3291 0 0.188 1 2 interp_poly 60 -9 -46 -27 4078 4058 3 MP PP 4078 4058 0 0 0.562 4032 4031 0 0 0.562 4078 4058 0 0 0.562 2 interp_poly 4032 4031 0 0 0.562 4092 4022 0 0 0.562 4032 4031 0 0 0.562 2 interp_poly -46 -30 60 -9 4032 4031 3 MP PP 4032 4031 0 0 0.562 4092 4022 0 0 0.562 4032 4031 0 0 0.562 2 interp_poly 4092 4022 0 0 0.562 4046 3992 0 0 0.562 4092 4022 0 0 0.562 2 interp_poly 61 -13 -47 -28 4074 3911 3 MP PP 4074 3911 0 0 0.625 4027 3883 0 0 0.625 4074 3911 0 0 0.625 2 interp_poly 4027 3883 0 0 0.625 4088 3870 0 0 0.625 4027 3883 0 0 0.625 2 interp_poly -46 -25 61 -13 4027 3883 3 MP PP 4027 3883 0 0 0.625 4088 3870 0 0 0.625 4027 3883 0 0 0.625 2 interp_poly 4088 3870 0 0 0.625 4042 3845 0 0 0.625 4088 3870 0 0 0.625 2 interp_poly 61 -19 -46 -23 4072 4365 3 MP PP 4072 4365 0 0 0.562 4026 4342 0 0 0.562 4072 4365 0 0 0.562 2 interp_poly 4026 4342 0 0 0.562 4087 4323 0 0 0.562 4026 4342 0 0 0.562 2 interp_poly -47 -27 61 -19 4026 4342 3 MP PP 4026 4342 0 0 0.562 4087 4323 0 0 0.562 4026 4342 0 0 0.562 2 interp_poly 4087 4323 0 0 0.562 4040 4296 0 0 0.562 4087 4323 0 0 0.562 2 interp_poly 61 -22 -47 -23 4070 3762 3 MP PP 4070 3762 0 0 0.625 4023 3739 0 0 0.625 4070 3762 0 0 0.625 2 interp_poly 4023 3739 0 0 0.625 4084 3717 0 0 0.625 4023 3739 0 0 0.625 2 interp_poly -47 -28 61 -22 4023 3739 3 MP PP 4023 3739 0 0 0.625 4084 3717 0 0 0.625 4023 3739 0 0 0.625 2 interp_poly 4084 3717 0 0 0.625 4037 3689 0 0 0.625 4084 3717 0 0 0.625 2 interp_poly 60 -14 -46 -16 4068 4223 3 MP PP 4068 4223 0 0 0.562 4022 4207 0 0 0.562 4068 4223 0 0 0.562 2 interp_poly 4022 4207 0 0 0.562 4082 4193 0 0 0.562 4022 4207 0 0 0.562 2 interp_poly -46 -22 60 -14 4022 4207 3 MP PP 4022 4207 0 0 0.562 4082 4193 0 0 0.562 4022 4207 0 0 0.562 2 interp_poly 4082 4193 0 0 0.562 4036 4171 0 0 0.562 4082 4193 0 0 0.562 2 interp_poly 61 12 -46 -90 4065 3584 3 MP PP 4065 3584 0 0 0.688 4019 3494 0 0 0.875 4065 3584 0 0 0.688 2 interp_poly 4019 3494 0 0 0.875 4080 3506 0 0 0.812 4019 3494 0 0 0.875 2 interp_poly -47 23 61 -18 3982 3381 3 MP PP 3982 3381 0 0 0.688 4043 3363 0 0 0.688 3982 3381 0 0 0.688 2 interp_poly 4043 3363 0 0 0.688 3996 3386 0 0 0.625 4043 3363 0 0 0.688 2 interp_poly -47 -237 61 12 4019 3494 3 MP PP 4019 3494 0 0 0.875 4080 3506 0 0 0.812 4019 3494 0 0 0.875 2 interp_poly 4080 3506 0 0 0.812 4033 3269 0 0.25 1 4080 3506 0 0 0.812 2 interp_poly 60 -13 -46 -25 4064 4096 3 MP PP 4064 4096 0 0 0.562 4018 4071 0 0 0.562 4064 4096 0 0 0.562 2 interp_poly 4018 4071 0 0 0.562 4078 4058 0 0 0.562 4018 4071 0 0 0.562 2 interp_poly -46 -27 60 -13 4018 4071 3 MP PP 4018 4071 0 0 0.562 4078 4058 0 0 0.562 4018 4071 0 0 0.562 2 interp_poly 4078 4058 0 0 0.562 4032 4031 0 0 0.562 4078 4058 0 0 0.562 2 interp_poly 61 -11 -47 -29 4060 3951 3 MP PP 4060 3951 0 0 0.562 4013 3922 0 0 0.625 4060 3951 0 0 0.562 2 interp_poly 4013 3922 0 0 0.625 4074 3911 0 0 0.625 4013 3922 0 0 0.625 2 interp_poly -47 -28 61 -11 4013 3922 3 MP PP 4013 3922 0 0 0.625 4074 3911 0 0 0.625 4013 3922 0 0 0.625 2 interp_poly 4074 3911 0 0 0.625 4027 3883 0 0 0.625 4074 3911 0 0 0.625 2 interp_poly -46 -23 60 -22 4012 4387 3 MP PP 4012 4387 0 0 0.562 4072 4365 0 0 0.562 4012 4387 0 0 0.562 2 interp_poly 4072 4365 0 0 0.562 4026 4342 0 0 0.562 4072 4365 0 0 0.562 2 interp_poly 61 -20 -47 -24 4056 3806 3 MP PP 4056 3806 0 0 0.625 4009 3782 0 0 0.625 4056 3806 0 0 0.625 2 interp_poly 4009 3782 0 0 0.625 4070 3762 0 0 0.625 4009 3782 0 0 0.625 2 interp_poly -47 -23 61 -20 4009 3782 3 MP PP 4009 3782 0 0 0.625 4070 3762 0 0 0.625 4009 3782 0 0 0.625 2 interp_poly 4070 3762 0 0 0.625 4023 3739 0 0 0.625 4070 3762 0 0 0.625 2 interp_poly 60 -15 -46 -19 4054 4257 3 MP PP 4054 4257 0 0 0.562 4008 4238 0 0 0.562 4054 4257 0 0 0.562 2 interp_poly 4008 4238 0 0 0.562 4068 4223 0 0 0.562 4008 4238 0 0 0.562 2 interp_poly -46 -16 60 -15 4008 4238 3 MP PP 4008 4238 0 0 0.562 4068 4223 0 0 0.562 4008 4238 0 0 0.562 2 interp_poly 4068 4223 0 0 0.562 4022 4207 0 0 0.562 4068 4223 0 0 0.562 2 interp_poly 60 3 -46 -56 4051 3637 3 MP PP 4051 3637 0 0 0.688 4005 3581 0 0 0.75 4051 3637 0 0 0.688 2 interp_poly 4005 3581 0 0 0.75 4065 3584 0 0 0.688 4005 3581 0 0 0.75 2 interp_poly -46 -90 60 3 4005 3581 3 MP PP 4005 3581 0 0 0.75 4065 3584 0 0 0.688 4005 3581 0 0 0.75 2 interp_poly 4065 3584 0 0 0.688 4019 3494 0 0 0.875 4065 3584 0 0 0.688 2 interp_poly 61 -11 -47 -24 4050 4131 3 MP PP 4050 4131 0 0 0.562 4003 4107 0 0 0.562 4050 4131 0 0 0.562 2 interp_poly 4003 4107 0 0 0.562 4064 4096 0 0 0.562 4003 4107 0 0 0.562 2 interp_poly -46 -25 61 -11 4003 4107 3 MP PP 4003 4107 0 0 0.562 4064 4096 0 0 0.562 4003 4107 0 0 0.562 2 interp_poly 4064 4096 0 0 0.562 4018 4071 0 0 0.562 4064 4096 0 0 0.562 2 interp_poly -46 409 60 -86 4001 2376 3 MP PP 4001 2376 0.938 1 0.125 4061 2290 1 0.938 0 4001 2376 0.938 1 0.125 2 interp_poly 4061 2290 1 0.938 0 4015 2699 0.188 1 0.875 4061 2290 1 0.938 0 2 interp_poly 60 -86 -46 -398 4047 2774 3 MP PP 4047 2774 0.188 1 0.875 4001 2376 0.938 1 0.125 4047 2774 0.188 1 0.875 2 interp_poly 4001 2376 0.938 1 0.125 4061 2290 1 0.938 0 4001 2376 0.938 1 0.125 2 interp_poly 61 -9 -47 -32 4046 3992 3 MP PP 4046 3992 0 0 0.562 3999 3960 0 0 0.625 4046 3992 0 0 0.562 2 interp_poly 3999 3960 0 0 0.625 4060 3951 0 0 0.562 3999 3960 0 0 0.625 2 interp_poly -47 -29 61 -9 3999 3960 3 MP PP 3999 3960 0 0 0.625 4060 3951 0 0 0.562 3999 3960 0 0 0.625 2 interp_poly 4060 3951 0 0 0.562 4013 3922 0 0 0.625 4060 3951 0 0 0.562 2 interp_poly 61 -19 -47 -20 4042 3845 3 MP PP 4042 3845 0 0 0.625 3995 3825 0 0 0.625 4042 3845 0 0 0.625 2 interp_poly 3995 3825 0 0 0.625 4056 3806 0 0 0.625 3995 3825 0 0 0.625 2 interp_poly -47 -24 61 -19 3995 3825 3 MP PP 3995 3825 0 0 0.625 4056 3806 0 0 0.625 3995 3825 0 0 0.625 2 interp_poly 4056 3806 0 0 0.625 4009 3782 0 0 0.625 4056 3806 0 0 0.625 2 interp_poly 60 -14 -46 -25 4040 4296 3 MP PP 4040 4296 0 0 0.562 3994 4271 0 0 0.625 4040 4296 0 0 0.562 2 interp_poly 3994 4271 0 0 0.625 4054 4257 0 0 0.562 3994 4271 0 0 0.625 2 interp_poly -46 -19 60 -14 3994 4271 3 MP PP 3994 4271 0 0 0.625 4054 4257 0 0 0.562 3994 4271 0 0 0.625 2 interp_poly 4054 4257 0 0 0.562 4008 4238 0 0 0.562 4054 4257 0 0 0.562 2 interp_poly 60 -15 -46 -37 4037 3689 3 MP PP 4037 3689 0 0 0.625 3991 3652 0 0 0.688 4037 3689 0 0 0.625 2 interp_poly 3991 3652 0 0 0.688 4051 3637 0 0 0.688 3991 3652 0 0 0.688 2 interp_poly -46 -56 60 -15 3991 3652 3 MP PP 3991 3652 0 0 0.688 4051 3637 0 0 0.688 3991 3652 0 0 0.688 2 interp_poly 4051 3637 0 0 0.688 4005 3581 0 0 0.75 4051 3637 0 0 0.688 2 interp_poly 61 -14 -47 -26 4036 4171 3 MP PP 4036 4171 0 0 0.562 3989 4145 0 0 0.562 4036 4171 0 0 0.562 2 interp_poly 3989 4145 0 0 0.562 4050 4131 0 0 0.562 3989 4145 0 0 0.562 2 interp_poly -47 -24 61 -14 3989 4145 3 MP PP 3989 4145 0 0 0.562 4050 4131 0 0 0.562 3989 4145 0 0 0.562 2 interp_poly 4050 4131 0 0 0.562 4003 4107 0 0 0.562 4050 4131 0 0 0.562 2 interp_poly -47 -20 61 -16 3933 2856 3 MP PP 3933 2856 0 0 0.562 3994 2840 0 0 0.562 3933 2856 0 0 0.562 2 interp_poly 3994 2840 0 0 0.562 3947 2820 0 0 0.562 3994 2840 0 0 0.562 2 interp_poly 61 -16 -47 -20 3980 2876 3 MP PP 3980 2876 0 0 0.562 3933 2856 0 0 0.562 3980 2876 0 0 0.562 2 interp_poly 3933 2856 0 0 0.562 3994 2840 0 0 0.562 3933 2856 0 0 0.562 2 interp_poly -47 -21 61 -17 3947 2820 3 MP PP 3947 2820 0 0 0.562 4008 2803 0 0 0.562 3947 2820 0 0 0.562 2 interp_poly 4008 2803 0 0 0.562 3961 2782 0 0 0.562 4008 2803 0 0 0.562 2 interp_poly 61 -17 -47 -20 3994 2840 3 MP PP 3994 2840 0 0 0.562 3947 2820 0 0 0.562 3994 2840 0 0 0.562 2 interp_poly 3947 2820 0 0 0.562 4008 2803 0 0 0.562 3947 2820 0 0 0.562 2 interp_poly -46 -16 61 -16 3951 2943 3 MP PP 3951 2943 0 0 0.562 4012 2927 0 0 0.562 3951 2943 0 0 0.562 2 interp_poly 4012 2927 0 0 0.562 3966 2911 0 0 0.562 4012 2927 0 0 0.562 2 interp_poly 61 -16 -47 -16 3998 2959 3 MP PP 3998 2959 0 0 0.562 3951 2943 0 0 0.562 3998 2959 0 0 0.562 2 interp_poly 3951 2943 0 0 0.562 4012 2927 0 0 0.562 3951 2943 0 0 0.562 2 interp_poly -46 -21 60 -17 3901 2799 3 MP PP 3901 2799 0 0 0.562 3961 2782 0 0 0.562 3901 2799 0 0 0.562 2 interp_poly 3961 2782 0 0 0.562 3915 2761 0 0 0.562 3961 2782 0 0 0.562 2 interp_poly 60 -17 -46 -21 3947 2820 3 MP PP 3947 2820 0 0 0.562 3901 2799 0 0 0.562 3947 2820 0 0 0.562 2 interp_poly 3901 2799 0 0 0.562 3961 2782 0 0 0.562 3901 2799 0 0 0.562 2 interp_poly -47 -19 61 -16 3905 2927 3 MP PP 3905 2927 0 0 0.562 3966 2911 0 0 0.562 3905 2927 0 0 0.562 2 interp_poly 3966 2911 0 0 0.562 3919 2892 0 0 0.562 3966 2911 0 0 0.562 2 interp_poly 61 -16 -46 -16 3951 2943 3 MP PP 3951 2943 0 0 0.562 3905 2927 0 0 0.562 3951 2943 0 0 0.562 2 interp_poly 3905 2927 0 0 0.562 3966 2911 0 0 0.562 3905 2927 0 0 0.562 2 interp_poly -47 -17 61 -16 3909 3044 3 MP PP 3909 3044 0 0 0.562 3970 3028 0 0 0.562 3909 3044 0 0 0.562 2 interp_poly 3970 3028 0 0 0.562 3923 3011 0 0 0.562 3970 3028 0 0 0.562 2 interp_poly 61 -16 -47 -18 3956 3062 3 MP PP 3956 3062 0 0 0.562 3909 3044 0 0 0.562 3956 3062 0 0 0.562 2 interp_poly 3909 3044 0 0 0.562 3970 3028 0 0 0.562 3909 3044 0 0 0.562 2 interp_poly -47 -21 61 -12 3913 3168 3 MP PP 3913 3168 0 0 0.625 3974 3156 0 0 0.625 3913 3168 0 0 0.625 2 interp_poly 3974 3156 0 0 0.625 3927 3135 0 0 0.625 3974 3156 0 0 0.625 2 interp_poly 61 -12 -47 -23 3960 3191 3 MP PP 3960 3191 0 0 0.625 3913 3168 0 0 0.625 3960 3191 0 0 0.625 2 interp_poly 3913 3168 0 0 0.625 3974 3156 0 0 0.625 3913 3168 0 0 0.625 2 interp_poly 60 -16 -46 -21 3961 2782 3 MP PP 3961 2782 0 0 0.562 3915 2761 0 0 0.562 3961 2782 0 0 0.562 2 interp_poly 3915 2761 0 0 0.562 3975 2745 0 0 0.562 3915 2761 0 0 0.562 2 interp_poly -47 -20 61 -16 3919 2892 3 MP PP 3919 2892 0 0 0.562 3980 2876 0 0 0.562 3919 2892 0 0 0.562 2 interp_poly 3980 2876 0 0 0.562 3933 2856 0 0 0.562 3980 2876 0 0 0.562 2 interp_poly 61 -16 -47 -19 3966 2911 3 MP PP 3966 2911 0 0 0.562 3919 2892 0 0 0.562 3966 2911 0 0 0.562 2 interp_poly 3919 2892 0 0 0.562 3980 2876 0 0 0.562 3919 2892 0 0 0.562 2 interp_poly -47 -18 61 -17 3923 3011 3 MP PP 3923 3011 0 0 0.562 3984 2994 0 0 0.562 3923 3011 0 0 0.562 2 interp_poly 3984 2994 0 0 0.562 3937 2976 0 0 0.562 3984 2994 0 0 0.562 2 interp_poly 61 -17 -47 -17 3970 3028 3 MP PP 3970 3028 0 0 0.562 3923 3011 0 0 0.562 3970 3028 0 0 0.562 2 interp_poly 3923 3011 0 0 0.562 3984 2994 0 0 0.562 3923 3011 0 0 0.562 2 interp_poly -46 -23 61 -13 3927 3135 3 MP PP 3927 3135 0 0 0.625 3988 3122 0 0 0.562 3927 3135 0 0 0.625 2 interp_poly 3988 3122 0 0 0.562 3942 3099 0 0 0.562 3988 3122 0 0 0.562 2 interp_poly 61 -13 -47 -21 3974 3156 3 MP PP 3974 3156 0 0 0.625 3927 3135 0 0 0.625 3974 3156 0 0 0.625 2 interp_poly 3927 3135 0 0 0.625 3988 3122 0 0 0.562 3927 3135 0 0 0.625 2 interp_poly -47 -16 61 -17 3937 2976 3 MP PP 3937 2976 0 0 0.562 3998 2959 0 0 0.562 3937 2976 0 0 0.562 2 interp_poly 3998 2959 0 0 0.562 3951 2943 0 0 0.562 3998 2959 0 0 0.562 2 interp_poly 61 -17 -47 -18 3984 2994 3 MP PP 3984 2994 0 0 0.562 3937 2976 0 0 0.562 3984 2994 0 0 0.562 2 interp_poly 3937 2976 0 0 0.562 3998 2959 0 0 0.562 3937 2976 0 0 0.562 2 interp_poly -46 -22 60 -15 3942 3099 3 MP PP 3942 3099 0 0 0.562 4002 3084 0 0 0.562 3942 3099 0 0 0.562 2 interp_poly 4002 3084 0 0 0.562 3956 3062 0 0 0.562 4002 3084 0 0 0.562 2 interp_poly 60 -15 -46 -23 3988 3122 3 MP PP 3988 3122 0 0 0.562 3942 3099 0 0 0.562 3988 3122 0 0 0.562 2 interp_poly 3942 3099 0 0 0.562 4002 3084 0 0 0.562 3942 3099 0 0 0.562 2 interp_poly -46 -26 60 -14 3946 3231 3 MP PP 3946 3231 0 0 0.625 4006 3217 0 0 0.562 3946 3231 0 0 0.625 2 interp_poly 4006 3217 0 0 0.562 3960 3191 0 0 0.625 4006 3217 0 0 0.562 2 interp_poly -46 -20 60 -14 3956 3062 3 MP PP 3956 3062 0 0 0.562 4016 3048 0 0 0.562 3956 3062 0 0 0.562 2 interp_poly 4016 3048 0 0 0.562 3970 3028 0 0 0.562 4016 3048 0 0 0.562 2 interp_poly 60 -14 -46 -22 4002 3084 3 MP PP 4002 3084 0 0 0.562 3956 3062 0 0 0.562 4002 3084 0 0 0.562 2 interp_poly 3956 3062 0 0 0.562 4016 3048 0 0 0.562 3956 3062 0 0 0.562 2 interp_poly -46 -22 60 -13 3960 3191 3 MP PP 3960 3191 0 0 0.625 4020 3178 0 0 0.625 3960 3191 0 0 0.625 2 interp_poly 4020 3178 0 0 0.625 3974 3156 0 0 0.625 4020 3178 0 0 0.625 2 interp_poly 60 -13 -46 -26 4006 3217 3 MP PP 4006 3217 0 0 0.562 3960 3191 0 0 0.625 4006 3217 0 0 0.562 2 interp_poly 3960 3191 0 0 0.625 4020 3178 0 0 0.625 3960 3191 0 0 0.625 2 interp_poly -47 516 61 -32 3954 2731 3 MP PP 3954 2731 0.188 1 0.875 4015 2699 0.188 1 0.875 3954 2731 0.188 1 0.875 2 interp_poly 4015 2699 0.188 1 0.875 3968 3215 0 0.125 1 4015 2699 0.188 1 0.875 2 interp_poly -46 -23 60 -13 3918 3301 3 MP PP 3918 3301 0 0 0.625 3978 3288 0 0 0.625 3918 3301 0 0 0.625 2 interp_poly 3978 3288 0 0 0.625 3932 3265 0 0 0.625 3978 3288 0 0 0.625 2 interp_poly 60 -13 -46 -30 3964 3331 3 MP PP 3964 3331 0 0 0.562 3918 3301 0 0 0.625 3964 3331 0 0 0.562 2 interp_poly 3918 3301 0 0 0.625 3978 3288 0 0 0.625 3918 3301 0 0 0.625 2 interp_poly -46 -23 60 -11 3932 3265 3 MP PP 3932 3265 0 0 0.625 3992 3254 0 0 0.625 3932 3265 0 0 0.625 2 interp_poly 3992 3254 0 0 0.625 3946 3231 0 0 0.625 3992 3254 0 0 0.625 2 interp_poly 60 -11 -46 -23 3978 3288 3 MP PP 3978 3288 0 0 0.625 3932 3265 0 0 0.625 3978 3288 0 0 0.625 2 interp_poly 3932 3265 0 0 0.625 3992 3254 0 0 0.625 3932 3265 0 0 0.625 2 interp_poly 60 -14 -46 -23 3992 3254 3 MP PP 3992 3254 0 0 0.625 3946 3231 0 0 0.625 3992 3254 0 0 0.625 2 interp_poly 3946 3231 0 0 0.625 4006 3217 0 0 0.562 3946 3231 0 0 0.625 2 interp_poly -47 182 61 -16 3968 3215 3 MP PP 3968 3215 0 0.125 1 4029 3199 0 0.125 1 3968 3215 0 0.125 1 2 interp_poly 4029 3199 0 0.125 1 3982 3381 0 0 0.688 4029 3199 0 0.125 1 2 interp_poly 61 -16 -47 516 4015 2699 3 MP PP 4015 2699 0.188 1 0.875 3968 3215 0 0.125 1 4015 2699 0.188 1 0.875 2 interp_poly 3968 3215 0 0.125 1 4029 3199 0 0.125 1 3968 3215 0 0.125 1 2 interp_poly 60 -35 -46 -460 4033 3269 3 MP PP 4033 3269 0 0.25 1 3987 2809 0.125 1 0.938 4033 3269 0 0.25 1 2 interp_poly 3987 2809 0.125 1 0.938 4047 2774 0.188 1 0.875 3987 2809 0.125 1 0.938 2 interp_poly 61 -32 -47 355 4001 2376 3 MP PP 4001 2376 0.938 1 0.125 3954 2731 0.188 1 0.875 4001 2376 0.938 1 0.125 2 interp_poly 3954 2731 0.188 1 0.875 4015 2699 0.188 1 0.875 3954 2731 0.188 1 0.875 2 interp_poly -46 -398 60 -35 3987 2809 3 MP PP 3987 2809 0.125 1 0.938 4047 2774 0.188 1 0.875 3987 2809 0.125 1 0.938 2 interp_poly 4047 2774 0.188 1 0.875 4001 2376 0.938 1 0.125 4047 2774 0.188 1 0.875 2 interp_poly 61 -11 -47 -28 4032 4031 3 MP PP 4032 4031 0 0 0.562 3985 4003 0 0 0.625 4032 4031 0 0 0.562 2 interp_poly 3985 4003 0 0 0.625 4046 3992 0 0 0.562 3985 4003 0 0 0.625 2 interp_poly -47 -32 61 -11 3985 4003 3 MP PP 3985 4003 0 0 0.625 4046 3992 0 0 0.562 3985 4003 0 0 0.625 2 interp_poly 4046 3992 0 0 0.562 3999 3960 0 0 0.625 4046 3992 0 0 0.562 2 interp_poly 61 -17 -46 -21 4027 3883 3 MP PP 4027 3883 0 0 0.625 3981 3862 0 0 0.625 4027 3883 0 0 0.625 2 interp_poly 3981 3862 0 0 0.625 4042 3845 0 0 0.625 3981 3862 0 0 0.625 2 interp_poly -47 -20 61 -17 3981 3862 3 MP PP 3981 3862 0 0 0.625 4042 3845 0 0 0.625 3981 3862 0 0 0.625 2 interp_poly 4042 3845 0 0 0.625 3995 3825 0 0 0.625 4042 3845 0 0 0.625 2 interp_poly 61 -19 -47 -27 4026 4342 3 MP PP 4026 4342 0 0 0.562 3979 4315 0 0 0.562 4026 4342 0 0 0.562 2 interp_poly 3979 4315 0 0 0.562 4040 4296 0 0 0.562 3979 4315 0 0 0.562 2 interp_poly -46 -25 61 -19 3979 4315 3 MP PP 3979 4315 0 0 0.562 4040 4296 0 0 0.562 3979 4315 0 0 0.562 2 interp_poly 4040 4296 0 0 0.562 3994 4271 0 0 0.625 4040 4296 0 0 0.562 2 interp_poly 60 -19 -46 -31 4023 3739 3 MP PP 4023 3739 0 0 0.625 3977 3708 0 0 0.625 4023 3739 0 0 0.625 2 interp_poly 3977 3708 0 0 0.625 4037 3689 0 0 0.625 3977 3708 0 0 0.625 2 interp_poly -46 -37 60 -19 3977 3708 3 MP PP 3977 3708 0 0 0.625 4037 3689 0 0 0.625 3977 3708 0 0 0.625 2 interp_poly 4037 3689 0 0 0.625 3991 3652 0 0 0.688 4037 3689 0 0 0.625 2 interp_poly 61 -12 -47 -24 4022 4207 3 MP PP 4022 4207 0 0 0.562 3975 4183 0 0 0.562 4022 4207 0 0 0.562 2 interp_poly 3975 4183 0 0 0.562 4036 4171 0 0 0.562 3975 4183 0 0 0.562 2 interp_poly -47 -26 61 -12 3975 4183 3 MP PP 3975 4183 0 0 0.562 4036 4171 0 0 0.562 3975 4183 0 0 0.562 2 interp_poly 4036 4171 0 0 0.562 3989 4145 0 0 0.562 4036 4171 0 0 0.562 2 interp_poly -47 -25 61 -10 3889 3380 3 MP PP 3889 3380 0 0 0.625 3950 3370 0 0 0.562 3889 3380 0 0 0.625 2 interp_poly 3950 3370 0 0 0.562 3903 3345 0 0 0.625 3950 3370 0 0 0.562 2 interp_poly 61 -10 -47 -19 3936 3399 3 MP PP 3936 3399 0 0 0.625 3889 3380 0 0 0.625 3936 3399 0 0 0.625 2 interp_poly 3889 3380 0 0 0.625 3950 3370 0 0 0.562 3889 3380 0 0 0.625 2 interp_poly -46 -30 61 -14 3903 3345 3 MP PP 3903 3345 0 0 0.625 3964 3331 0 0 0.562 3903 3345 0 0 0.625 2 interp_poly 3964 3331 0 0 0.562 3918 3301 0 0 0.625 3964 3331 0 0 0.562 2 interp_poly 61 -14 -47 -25 3950 3370 3 MP PP 3950 3370 0 0 0.562 3903 3345 0 0 0.625 3950 3370 0 0 0.562 2 interp_poly 3903 3345 0 0 0.625 3964 3331 0 0 0.562 3903 3345 0 0 0.625 2 interp_poly 60 -7 -46 173 3968 3215 3 MP PP 3968 3215 0 0.125 1 3922 3388 0 0 0.688 3968 3215 0 0.125 1 2 interp_poly 3922 3388 0 0 0.688 3982 3381 0 0 0.688 3922 3388 0 0 0.688 2 interp_poly 60 -13 -46 18 3982 3381 3 MP PP 3982 3381 0 0 0.688 3936 3399 0 0 0.625 3982 3381 0 0 0.688 2 interp_poly 3936 3399 0 0 0.625 3996 3386 0 0 0.625 3936 3399 0 0 0.625 2 interp_poly 61 -2 -47 -223 4019 3494 3 MP PP 4019 3494 0 0 0.875 3972 3271 0 0.25 1 4019 3494 0 0 0.875 2 interp_poly 3972 3271 0 0.25 1 4033 3269 0 0.25 1 3972 3271 0 0.25 1 2 interp_poly -46 -460 61 -2 3972 3271 3 MP PP 3972 3271 0 0.25 1 4033 3269 0 0.25 1 3972 3271 0 0.25 1 2 interp_poly 4033 3269 0 0.25 1 3987 2809 0.125 1 0.938 4033 3269 0 0.25 1 2 interp_poly 61 -10 -47 -30 4018 4071 3 MP PP 4018 4071 0 0 0.562 3971 4041 0 0 0.625 4018 4071 0 0 0.562 2 interp_poly 3971 4041 0 0 0.625 4032 4031 0 0 0.562 3971 4041 0 0 0.625 2 interp_poly -47 -28 61 -10 3971 4041 3 MP PP 3971 4041 0 0 0.625 4032 4031 0 0 0.562 3971 4041 0 0 0.625 2 interp_poly 4032 4031 0 0 0.562 3985 4003 0 0 0.625 4032 4031 0 0 0.562 2 interp_poly 60 -17 -46 -22 4013 3922 3 MP PP 4013 3922 0 0 0.625 3967 3900 0 0 0.625 4013 3922 0 0 0.625 2 interp_poly 3967 3900 0 0 0.625 4027 3883 0 0 0.625 3967 3900 0 0 0.625 2 interp_poly -46 -21 60 -17 3967 3900 3 MP PP 3967 3900 0 0 0.625 4027 3883 0 0 0.625 3967 3900 0 0 0.625 2 interp_poly 4027 3883 0 0 0.625 3981 3862 0 0 0.625 4027 3883 0 0 0.625 2 interp_poly 61 -22 -47 -23 4012 4387 3 MP PP 4012 4387 0 0 0.562 3965 4364 0 0 0.562 4012 4387 0 0 0.562 2 interp_poly 3965 4364 0 0 0.562 4026 4342 0 0 0.562 3965 4364 0 0 0.562 2 interp_poly -47 -27 61 -22 3965 4364 3 MP PP 3965 4364 0 0 0.562 4026 4342 0 0 0.562 3965 4364 0 0 0.562 2 interp_poly 4026 4342 0 0 0.562 3979 4315 0 0 0.562 4026 4342 0 0 0.562 2 interp_poly 60 -14 -46 -29 4009 3782 3 MP PP 4009 3782 0 0 0.625 3963 3753 0 0 0.625 4009 3782 0 0 0.625 2 interp_poly 3963 3753 0 0 0.625 4023 3739 0 0 0.625 3963 3753 0 0 0.625 2 interp_poly -46 -31 60 -14 3963 3753 3 MP PP 3963 3753 0 0 0.625 4023 3739 0 0 0.625 3963 3753 0 0 0.625 2 interp_poly 4023 3739 0 0 0.625 3977 3708 0 0 0.625 4023 3739 0 0 0.625 2 interp_poly 61 -12 -47 -19 4008 4238 3 MP PP 4008 4238 0 0 0.562 3961 4219 0 0 0.562 4008 4238 0 0 0.562 2 interp_poly 3961 4219 0 0 0.562 4022 4207 0 0 0.562 3961 4219 0 0 0.562 2 interp_poly -47 -24 61 -12 3961 4219 3 MP PP 3961 4219 0 0 0.562 4022 4207 0 0 0.562 3961 4219 0 0 0.562 2 interp_poly 4022 4207 0 0 0.562 3975 4183 0 0 0.562 4022 4207 0 0 0.562 2 interp_poly 61 9 -47 -96 4005 3581 3 MP PP 4005 3581 0 0 0.75 3958 3485 0 0 0.938 4005 3581 0 0 0.75 2 interp_poly 3958 3485 0 0 0.938 4019 3494 0 0 0.875 3958 3485 0 0 0.938 2 interp_poly -46 18 60 -7 3922 3388 3 MP PP 3922 3388 0 0 0.688 3982 3381 0 0 0.688 3922 3388 0 0 0.688 2 interp_poly 3982 3381 0 0 0.688 3936 3399 0 0 0.625 3982 3381 0 0 0.688 2 interp_poly -47 -223 61 9 3958 3485 3 MP PP 3958 3485 0 0 0.938 4019 3494 0 0 0.875 3958 3485 0 0 0.938 2 interp_poly 4019 3494 0 0 0.875 3972 3271 0 0.25 1 4019 3494 0 0 0.875 2 interp_poly 61 -6 -46 -30 4003 4107 3 MP PP 4003 4107 0 0 0.562 3957 4077 0 0 0.625 4003 4107 0 0 0.562 2 interp_poly 3957 4077 0 0 0.625 4018 4071 0 0 0.562 3957 4077 0 0 0.625 2 interp_poly -47 -30 61 -6 3957 4077 3 MP PP 3957 4077 0 0 0.625 4018 4071 0 0 0.562 3957 4077 0 0 0.625 2 interp_poly 4018 4071 0 0 0.562 3971 4041 0 0 0.625 4018 4071 0 0 0.562 2 interp_poly 60 -14 -46 -24 3999 3960 3 MP PP 3999 3960 0 0 0.625 3953 3936 0 0 0.625 3999 3960 0 0 0.625 2 interp_poly 3953 3936 0 0 0.625 4013 3922 0 0 0.625 3953 3936 0 0 0.625 2 interp_poly -46 -22 60 -14 3953 3936 3 MP PP 3953 3936 0 0 0.625 4013 3922 0 0 0.625 3953 3936 0 0 0.625 2 interp_poly 4013 3922 0 0 0.625 3967 3900 0 0 0.625 4013 3922 0 0 0.625 2 interp_poly -47 -23 61 -21 3951 4408 3 MP PP 3951 4408 0 0 0.562 4012 4387 0 0 0.562 3951 4408 0 0 0.562 2 interp_poly 4012 4387 0 0 0.562 3965 4364 0 0 0.562 4012 4387 0 0 0.562 2 interp_poly 60 -17 -46 -26 3995 3825 3 MP PP 3995 3825 0 0 0.625 3949 3799 0 0 0.625 3995 3825 0 0 0.625 2 interp_poly 3949 3799 0 0 0.625 4009 3782 0 0 0.625 3949 3799 0 0 0.625 2 interp_poly -46 -29 60 -17 3949 3799 3 MP PP 3949 3799 0 0 0.625 4009 3782 0 0 0.625 3949 3799 0 0 0.625 2 interp_poly 4009 3782 0 0 0.625 3963 3753 0 0 0.625 4009 3782 0 0 0.625 2 interp_poly 61 -15 -47 -18 3994 4271 3 MP PP 3994 4271 0 0 0.625 3947 4253 0 0 0.562 3994 4271 0 0 0.625 2 interp_poly 3947 4253 0 0 0.562 4008 4238 0 0 0.562 3947 4253 0 0 0.562 2 interp_poly -47 -19 61 -15 3947 4253 3 MP PP 3947 4253 0 0 0.562 4008 4238 0 0 0.562 3947 4253 0 0 0.562 2 interp_poly 4008 4238 0 0 0.562 3961 4219 0 0 0.562 4008 4238 0 0 0.562 2 interp_poly 61 -12 -47 -59 3991 3652 3 MP PP 3991 3652 0 0 0.688 3944 3593 0 0 0.75 3991 3652 0 0 0.688 2 interp_poly 3944 3593 0 0 0.75 4005 3581 0 0 0.75 3944 3593 0 0 0.75 2 interp_poly -47 -96 61 -12 3944 3593 3 MP PP 3944 3593 0 0 0.75 4005 3581 0 0 0.75 3944 3593 0 0 0.75 2 interp_poly 4005 3581 0 0 0.75 3958 3485 0 0 0.938 4005 3581 0 0 0.75 2 interp_poly 60 -7 -46 -31 3989 4145 3 MP PP 3989 4145 0 0 0.562 3943 4114 0 0 0.625 3989 4145 0 0 0.562 2 interp_poly 3943 4114 0 0 0.625 4003 4107 0 0 0.562 3943 4114 0 0 0.625 2 interp_poly -46 -30 60 -7 3943 4114 3 MP PP 3943 4114 0 0 0.625 4003 4107 0 0 0.562 3943 4114 0 0 0.625 2 interp_poly 4003 4107 0 0 0.562 3957 4077 0 0 0.625 4003 4107 0 0 0.562 2 interp_poly -47 355 61 -116 3940 2492 3 MP PP 3940 2492 0.75 1 0.312 4001 2376 0.938 1 0.125 3940 2492 0.75 1 0.312 2 interp_poly 4001 2376 0.938 1 0.125 3954 2731 0.188 1 0.875 4001 2376 0.938 1 0.125 2 interp_poly 61 -116 -47 -317 3987 2809 3 MP PP 3987 2809 0.125 1 0.938 3940 2492 0.75 1 0.312 3987 2809 0.125 1 0.938 2 interp_poly 3940 2492 0.75 1 0.312 4001 2376 0.938 1 0.125 3940 2492 0.75 1 0.312 2 interp_poly 60 -16 -46 -27 3985 4003 3 MP PP 3985 4003 0 0 0.625 3939 3976 0 0 0.625 3985 4003 0 0 0.625 2 interp_poly 3939 3976 0 0 0.625 3999 3960 0 0 0.625 3939 3976 0 0 0.625 2 interp_poly -46 -24 60 -16 3939 3976 3 MP PP 3939 3976 0 0 0.625 3999 3960 0 0 0.625 3939 3976 0 0 0.625 2 interp_poly 3999 3960 0 0 0.625 3953 3936 0 0 0.625 3999 3960 0 0 0.625 2 interp_poly 61 -15 -47 -22 3981 3862 3 MP PP 3981 3862 0 0 0.625 3934 3840 0 0 0.625 3981 3862 0 0 0.625 2 interp_poly 3934 3840 0 0 0.625 3995 3825 0 0 0.625 3934 3840 0 0 0.625 2 interp_poly -46 -26 61 -15 3934 3840 3 MP PP 3934 3840 0 0 0.625 3995 3825 0 0 0.625 3934 3840 0 0 0.625 2 interp_poly 3995 3825 0 0 0.625 3949 3799 0 0 0.625 3995 3825 0 0 0.625 2 interp_poly 61 -18 -46 -26 3979 4315 3 MP PP 3979 4315 0 0 0.562 3933 4289 0 0 0.625 3979 4315 0 0 0.562 2 interp_poly 3933 4289 0 0 0.625 3994 4271 0 0 0.625 3933 4289 0 0 0.625 2 interp_poly -47 -18 61 -18 3933 4289 3 MP PP 3933 4289 0 0 0.625 3994 4271 0 0 0.625 3933 4289 0 0 0.625 2 interp_poly 3994 4271 0 0 0.625 3947 4253 0 0 0.562 3994 4271 0 0 0.625 2 interp_poly 61 -24 -47 -32 3977 3708 3 MP PP 3977 3708 0 0 0.625 3930 3676 0 0 0.688 3977 3708 0 0 0.625 2 interp_poly 3930 3676 0 0 0.688 3991 3652 0 0 0.688 3930 3676 0 0 0.688 2 interp_poly -47 -59 61 -24 3930 3676 3 MP PP 3930 3676 0 0 0.688 3991 3652 0 0 0.688 3930 3676 0 0 0.688 2 interp_poly 3991 3652 0 0 0.688 3944 3593 0 0 0.75 3991 3652 0 0 0.688 2 interp_poly 60 -8 -46 -30 3975 4183 3 MP PP 3975 4183 0 0 0.562 3929 4153 0 0 0.625 3975 4183 0 0 0.562 2 interp_poly 3929 4153 0 0 0.625 3989 4145 0 0 0.562 3929 4153 0 0 0.625 2 interp_poly -46 -31 60 -8 3929 4153 3 MP PP 3929 4153 0 0 0.625 3989 4145 0 0 0.562 3929 4153 0 0 0.625 2 interp_poly 3989 4145 0 0 0.562 3943 4114 0 0 0.625 3989 4145 0 0 0.562 2 interp_poly -46 -20 60 -17 3873 2873 3 MP PP 3873 2873 0 0 0.562 3933 2856 0 0 0.562 3873 2873 0 0 0.562 2 interp_poly 3933 2856 0 0 0.562 3887 2836 0 0 0.562 3933 2856 0 0 0.562 2 interp_poly 60 -17 -46 -19 3919 2892 3 MP PP 3919 2892 0 0 0.562 3873 2873 0 0 0.562 3919 2892 0 0 0.562 2 interp_poly 3873 2873 0 0 0.562 3933 2856 0 0 0.562 3873 2873 0 0 0.562 2 interp_poly 60 -16 -46 -20 3933 2856 3 MP PP 3933 2856 0 0 0.562 3887 2836 0 0 0.562 3933 2856 0 0 0.562 2 interp_poly 3887 2836 0 0 0.562 3947 2820 0 0 0.562 3887 2836 0 0 0.562 2 interp_poly -46 -16 60 -17 3891 2960 3 MP PP 3891 2960 0 0 0.562 3951 2943 0 0 0.562 3891 2960 0 0 0.562 2 interp_poly 3951 2943 0 0 0.562 3905 2927 0 0 0.562 3951 2943 0 0 0.562 2 interp_poly 60 -17 -46 -16 3937 2976 3 MP PP 3937 2976 0 0 0.562 3891 2960 0 0 0.562 3937 2976 0 0 0.562 2 interp_poly 3891 2960 0 0 0.562 3951 2943 0 0 0.562 3891 2960 0 0 0.562 2 interp_poly -47 -21 61 -16 3840 2815 3 MP PP 3840 2815 0 0 0.562 3901 2799 0 0 0.562 3840 2815 0 0 0.562 2 interp_poly 3901 2799 0 0 0.562 3854 2778 0 0 0.562 3901 2799 0 0 0.562 2 interp_poly 61 -16 -47 -21 3887 2836 3 MP PP 3887 2836 0 0 0.562 3840 2815 0 0 0.562 3887 2836 0 0 0.562 2 interp_poly 3840 2815 0 0 0.562 3901 2799 0 0 0.562 3840 2815 0 0 0.562 2 interp_poly -47 -18 61 -17 3844 2944 3 MP PP 3844 2944 0 0 0.562 3905 2927 0 0 0.562 3844 2944 0 0 0.562 2 interp_poly 3905 2927 0 0 0.562 3858 2909 0 0 0.562 3905 2927 0 0 0.562 2 interp_poly 61 -17 -47 -16 3891 2960 3 MP PP 3891 2960 0 0 0.562 3844 2944 0 0 0.562 3891 2960 0 0 0.562 2 interp_poly 3844 2944 0 0 0.562 3905 2927 0 0 0.562 3844 2944 0 0 0.562 2 interp_poly -46 -16 60 -16 3849 3060 3 MP PP 3849 3060 0 0 0.562 3909 3044 0 0 0.562 3849 3060 0 0 0.562 2 interp_poly 3909 3044 0 0 0.562 3863 3028 0 0 0.562 3909 3044 0 0 0.562 2 interp_poly 60 -16 -46 -17 3895 3077 3 MP PP 3895 3077 0 0 0.562 3849 3060 0 0 0.562 3895 3077 0 0 0.562 2 interp_poly 3849 3060 0 0 0.562 3909 3044 0 0 0.562 3849 3060 0 0 0.562 2 interp_poly -46 -18 60 -15 3853 3183 3 MP PP 3853 3183 0 0 0.625 3913 3168 0 0 0.625 3853 3183 0 0 0.625 2 interp_poly 3913 3168 0 0 0.625 3867 3150 0 0 0.625 3913 3168 0 0 0.625 2 interp_poly 60 -15 -46 -22 3899 3205 3 MP PP 3899 3205 0 0 0.625 3853 3183 0 0 0.625 3899 3205 0 0 0.625 2 interp_poly 3853 3183 0 0 0.625 3913 3168 0 0 0.625 3853 3183 0 0 0.625 2 interp_poly 61 -17 -47 -21 3901 2799 3 MP PP 3901 2799 0 0 0.562 3854 2778 0 0 0.562 3901 2799 0 0 0.562 2 interp_poly 3854 2778 0 0 0.562 3915 2761 0 0 0.562 3854 2778 0 0 0.562 2 interp_poly -46 -19 61 -17 3858 2909 3 MP PP 3858 2909 0 0 0.562 3919 2892 0 0 0.562 3858 2909 0 0 0.562 2 interp_poly 3919 2892 0 0 0.562 3873 2873 0 0 0.562 3919 2892 0 0 0.562 2 interp_poly 61 -17 -47 -18 3905 2927 3 MP PP 3905 2927 0 0 0.562 3858 2909 0 0 0.562 3905 2927 0 0 0.562 2 interp_poly 3858 2909 0 0 0.562 3919 2892 0 0 0.562 3858 2909 0 0 0.562 2 interp_poly -46 -17 60 -17 3863 3028 3 MP PP 3863 3028 0 0 0.562 3923 3011 0 0 0.562 3863 3028 0 0 0.562 2 interp_poly 3923 3011 0 0 0.562 3877 2994 0 0 0.562 3923 3011 0 0 0.562 2 interp_poly 60 -17 -46 -16 3909 3044 3 MP PP 3909 3044 0 0 0.562 3863 3028 0 0 0.562 3909 3044 0 0 0.562 2 interp_poly 3863 3028 0 0 0.562 3923 3011 0 0 0.562 3863 3028 0 0 0.562 2 interp_poly -46 -20 60 -15 3867 3150 3 MP PP 3867 3150 0 0 0.625 3927 3135 0 0 0.625 3867 3150 0 0 0.625 2 interp_poly 3927 3135 0 0 0.625 3881 3115 0 0 0.562 3927 3135 0 0 0.625 2 interp_poly 60 -15 -46 -18 3913 3168 3 MP PP 3913 3168 0 0 0.625 3867 3150 0 0 0.625 3913 3168 0 0 0.625 2 interp_poly 3867 3150 0 0 0.625 3927 3135 0 0 0.625 3867 3150 0 0 0.625 2 interp_poly -46 -16 60 -18 3877 2994 3 MP PP 3877 2994 0 0 0.562 3937 2976 0 0 0.562 3877 2994 0 0 0.562 2 interp_poly 3937 2976 0 0 0.562 3891 2960 0 0 0.562 3937 2976 0 0 0.562 2 interp_poly 60 -18 -46 -17 3923 3011 3 MP PP 3923 3011 0 0 0.562 3877 2994 0 0 0.562 3923 3011 0 0 0.562 2 interp_poly 3877 2994 0 0 0.562 3937 2976 0 0 0.562 3877 2994 0 0 0.562 2 interp_poly -47 -22 61 -16 3881 3115 3 MP PP 3881 3115 0 0 0.562 3942 3099 0 0 0.562 3881 3115 0 0 0.562 2 interp_poly 3942 3099 0 0 0.562 3895 3077 0 0 0.562 3942 3099 0 0 0.562 2 interp_poly 61 -16 -46 -20 3927 3135 3 MP PP 3927 3135 0 0 0.625 3881 3115 0 0 0.562 3927 3135 0 0 0.625 2 interp_poly 3881 3115 0 0 0.562 3942 3099 0 0 0.562 3881 3115 0 0 0.562 2 interp_poly -46 -21 60 -16 3887 2836 3 MP PP 3887 2836 0 0 0.562 3947 2820 0 0 0.562 3887 2836 0 0 0.562 2 interp_poly 3947 2820 0 0 0.562 3901 2799 0 0 0.562 3947 2820 0 0 0.562 2 interp_poly -47 -18 61 -15 3895 3077 3 MP PP 3895 3077 0 0 0.562 3956 3062 0 0 0.562 3895 3077 0 0 0.562 2 interp_poly 3956 3062 0 0 0.562 3909 3044 0 0 0.562 3956 3062 0 0 0.562 2 interp_poly 61 -15 -47 -22 3942 3099 3 MP PP 3942 3099 0 0 0.562 3895 3077 0 0 0.562 3942 3099 0 0 0.562 2 interp_poly 3895 3077 0 0 0.562 3956 3062 0 0 0.562 3895 3077 0 0 0.562 2 interp_poly -47 -23 61 -14 3899 3205 3 MP PP 3899 3205 0 0 0.625 3960 3191 0 0 0.625 3899 3205 0 0 0.625 2 interp_poly 3960 3191 0 0 0.625 3913 3168 0 0 0.625 3960 3191 0 0 0.625 2 interp_poly 61 -14 -47 -26 3946 3231 3 MP PP 3946 3231 0 0 0.625 3899 3205 0 0 0.625 3946 3231 0 0 0.625 2 interp_poly 3899 3205 0 0 0.625 3960 3191 0 0 0.625 3899 3205 0 0 0.625 2 interp_poly -46 474 60 -35 3894 2766 3 MP PP 3894 2766 0.125 1 0.938 3954 2731 0.188 1 0.875 3894 2766 0.125 1 0.938 2 interp_poly 3954 2731 0.188 1 0.875 3908 3205 0 0.188 1 3954 2731 0.188 1 0.875 2 interp_poly -47 -24 61 -15 3857 3316 3 MP PP 3857 3316 0 0 0.625 3918 3301 0 0 0.625 3857 3316 0 0 0.625 2 interp_poly 3918 3301 0 0 0.625 3871 3277 0 0 0.625 3918 3301 0 0 0.625 2 interp_poly 61 -15 -46 -29 3903 3345 3 MP PP 3903 3345 0 0 0.625 3857 3316 0 0 0.625 3903 3345 0 0 0.625 2 interp_poly 3857 3316 0 0 0.625 3918 3301 0 0 0.625 3857 3316 0 0 0.625 2 interp_poly -47 -20 61 -12 3871 3277 3 MP PP 3871 3277 0 0 0.625 3932 3265 0 0 0.625 3871 3277 0 0 0.625 2 interp_poly 3932 3265 0 0 0.625 3885 3245 0 0 0.625 3932 3265 0 0 0.625 2 interp_poly 61 -12 -47 -24 3918 3301 3 MP PP 3918 3301 0 0 0.625 3871 3277 0 0 0.625 3918 3301 0 0 0.625 2 interp_poly 3871 3277 0 0 0.625 3932 3265 0 0 0.625 3871 3277 0 0 0.625 2 interp_poly -47 -26 61 -14 3885 3245 3 MP PP 3885 3245 0 0 0.625 3946 3231 0 0 0.625 3885 3245 0 0 0.625 2 interp_poly 3946 3231 0 0 0.625 3899 3205 0 0 0.625 3946 3231 0 0 0.625 2 interp_poly 61 -14 -47 -20 3932 3265 3 MP PP 3932 3265 0 0 0.625 3885 3245 0 0 0.625 3932 3265 0 0 0.625 2 interp_poly 3885 3245 0 0 0.625 3946 3231 0 0 0.625 3885 3245 0 0 0.625 2 interp_poly -46 173 60 10 3908 3205 3 MP PP 3908 3205 0 0.188 1 3968 3215 0 0.125 1 3908 3205 0 0.188 1 2 interp_poly 3968 3215 0 0.125 1 3922 3388 0 0 0.688 3968 3215 0 0.125 1 2 interp_poly 60 10 -46 474 3954 2731 3 MP PP 3954 2731 0.188 1 0.875 3908 3205 0 0.188 1 3954 2731 0.188 1 0.875 2 interp_poly 3908 3205 0 0.188 1 3968 3215 0 0.125 1 3908 3205 0 0.188 1 2 interp_poly 61 -43 -46 -419 3972 3271 3 MP PP 3972 3271 0 0.25 1 3926 2852 0.0625 1 1 3972 3271 0 0.25 1 2 interp_poly 3926 2852 0.0625 1 1 3987 2809 0.125 1 0.938 3926 2852 0.0625 1 1 2 interp_poly 60 -35 -46 274 3940 2492 3 MP PP 3940 2492 0.75 1 0.312 3894 2766 0.125 1 0.938 3940 2492 0.75 1 0.312 2 interp_poly 3894 2766 0.125 1 0.938 3954 2731 0.188 1 0.875 3894 2766 0.125 1 0.938 2 interp_poly -47 -317 61 -43 3926 2852 3 MP PP 3926 2852 0.0625 1 1 3987 2809 0.125 1 0.938 3926 2852 0.0625 1 1 2 interp_poly 3987 2809 0.125 1 0.938 3940 2492 0.75 1 0.312 3987 2809 0.125 1 0.938 2 interp_poly 60 -9 -46 -29 3971 4041 3 MP PP 3971 4041 0 0 0.625 3925 4012 0 0 0.625 3971 4041 0 0 0.625 2 interp_poly 3925 4012 0 0 0.625 3985 4003 0 0 0.625 3925 4012 0 0 0.625 2 interp_poly -46 -27 60 -9 3925 4012 3 MP PP 3925 4012 0 0 0.625 3985 4003 0 0 0.625 3925 4012 0 0 0.625 2 interp_poly 3985 4003 0 0 0.625 3939 3976 0 0 0.625 3985 4003 0 0 0.625 2 interp_poly 61 -18 -47 -20 3967 3900 3 MP PP 3967 3900 0 0 0.625 3920 3880 0 0 0.625 3967 3900 0 0 0.625 2 interp_poly 3920 3880 0 0 0.625 3981 3862 0 0 0.625 3920 3880 0 0 0.625 2 interp_poly -47 -22 61 -18 3920 3880 3 MP PP 3920 3880 0 0 0.625 3981 3862 0 0 0.625 3920 3880 0 0 0.625 2 interp_poly 3981 3862 0 0 0.625 3934 3840 0 0 0.625 3981 3862 0 0 0.625 2 interp_poly 60 -23 -46 -26 3965 4364 3 MP PP 3965 4364 0 0 0.562 3919 4338 0 0 0.562 3965 4364 0 0 0.562 2 interp_poly 3919 4338 0 0 0.562 3979 4315 0 0 0.562 3919 4338 0 0 0.562 2 interp_poly -46 -26 60 -23 3919 4338 3 MP PP 3919 4338 0 0 0.562 3979 4315 0 0 0.562 3919 4338 0 0 0.562 2 interp_poly 3979 4315 0 0 0.562 3933 4289 0 0 0.625 3979 4315 0 0 0.562 2 interp_poly 61 -21 -47 -24 3963 3753 3 MP PP 3963 3753 0 0 0.625 3916 3729 0 0 0.625 3963 3753 0 0 0.625 2 interp_poly 3916 3729 0 0 0.625 3977 3708 0 0 0.625 3916 3729 0 0 0.625 2 interp_poly -47 -32 61 -21 3916 3729 3 MP PP 3916 3729 0 0 0.625 3977 3708 0 0 0.625 3916 3729 0 0 0.625 2 interp_poly 3977 3708 0 0 0.625 3930 3676 0 0 0.688 3977 3708 0 0 0.625 2 interp_poly 60 -10 -46 -26 3961 4219 3 MP PP 3961 4219 0 0 0.562 3915 4193 0 0 0.562 3961 4219 0 0 0.562 2 interp_poly 3915 4193 0 0 0.562 3975 4183 0 0 0.562 3915 4193 0 0 0.562 2 interp_poly -46 -30 60 -10 3915 4193 3 MP PP 3915 4193 0 0 0.562 3975 4183 0 0 0.562 3915 4193 0 0 0.562 2 interp_poly 3975 4183 0 0 0.562 3929 4153 0 0 0.625 3975 4183 0 0 0.562 2 interp_poly -46 -22 60 -10 3829 3390 3 MP PP 3829 3390 0 0 0.625 3889 3380 0 0 0.625 3829 3390 0 0 0.625 2 interp_poly 3889 3380 0 0 0.625 3843 3358 0 0 0.625 3889 3380 0 0 0.625 2 interp_poly 60 -10 -46 -15 3875 3405 3 MP PP 3875 3405 0 0 0.625 3829 3390 0 0 0.625 3875 3405 0 0 0.625 2 interp_poly 3829 3390 0 0 0.625 3889 3380 0 0 0.625 3829 3390 0 0 0.625 2 interp_poly -46 -29 60 -13 3843 3358 3 MP PP 3843 3358 0 0 0.625 3903 3345 0 0 0.625 3843 3358 0 0 0.625 2 interp_poly 3903 3345 0 0 0.625 3857 3316 0 0 0.625 3903 3345 0 0 0.625 2 interp_poly 60 -13 -46 -22 3889 3380 3 MP PP 3889 3380 0 0 0.625 3843 3358 0 0 0.625 3889 3380 0 0 0.625 2 interp_poly 3843 3358 0 0 0.625 3903 3345 0 0 0.625 3843 3358 0 0 0.625 2 interp_poly -47 -19 61 -6 3875 3405 3 MP PP 3875 3405 0 0 0.625 3936 3399 0 0 0.625 3875 3405 0 0 0.625 2 interp_poly 3936 3399 0 0 0.625 3889 3380 0 0 0.625 3936 3399 0 0 0.625 2 interp_poly 61 3 -47 180 3908 3205 3 MP PP 3908 3205 0 0.188 1 3861 3385 0 0 0.75 3908 3205 0 0.188 1 2 interp_poly 3861 3385 0 0 0.75 3922 3388 0 0 0.688 3861 3385 0 0 0.75 2 interp_poly 60 5 -46 -219 3958 3485 3 MP PP 3958 3485 0 0 0.938 3912 3266 0 0.312 1 3958 3485 0 0 0.938 2 interp_poly 3912 3266 0 0.312 1 3972 3271 0 0.25 1 3912 3266 0 0.312 1 2 interp_poly -46 -419 60 5 3912 3266 3 MP PP 3912 3266 0 0.312 1 3972 3271 0 0.25 1 3912 3266 0 0.312 1 2 interp_poly 3972 3271 0 0.25 1 3926 2852 0.0625 1 1 3972 3271 0 0.25 1 2 interp_poly 61 -13 -47 -23 3957 4077 3 MP PP 3957 4077 0 0 0.625 3910 4054 0 0 0.625 3957 4077 0 0 0.625 2 interp_poly 3910 4054 0 0 0.625 3971 4041 0 0 0.625 3910 4054 0 0 0.625 2 interp_poly -46 -29 61 -13 3910 4054 3 MP PP 3910 4054 0 0 0.625 3971 4041 0 0 0.625 3910 4054 0 0 0.625 2 interp_poly 3971 4041 0 0 0.625 3925 4012 0 0 0.625 3971 4041 0 0 0.625 2 interp_poly 61 -20 -47 -16 3953 3936 3 MP PP 3953 3936 0 0 0.625 3906 3920 0 0 0.625 3953 3936 0 0 0.625 2 interp_poly 3906 3920 0 0 0.625 3967 3900 0 0 0.625 3906 3920 0 0 0.625 2 interp_poly -47 -20 61 -20 3906 3920 3 MP PP 3906 3920 0 0 0.625 3967 3900 0 0 0.625 3906 3920 0 0 0.625 2 interp_poly 3967 3900 0 0 0.625 3920 3880 0 0 0.625 3967 3900 0 0 0.625 2 interp_poly 60 -24 -46 -20 3951 4408 3 MP PP 3951 4408 0 0 0.562 3905 4388 0 0 0.562 3951 4408 0 0 0.562 2 interp_poly 3905 4388 0 0 0.562 3965 4364 0 0 0.562 3905 4388 0 0 0.562 2 interp_poly -46 -26 60 -24 3905 4388 3 MP PP 3905 4388 0 0 0.562 3965 4364 0 0 0.562 3905 4388 0 0 0.562 2 interp_poly 3965 4364 0 0 0.562 3919 4338 0 0 0.562 3965 4364 0 0 0.562 2 interp_poly 61 -17 -47 -29 3949 3799 3 MP PP 3949 3799 0 0 0.625 3902 3770 0 0 0.625 3949 3799 0 0 0.625 2 interp_poly 3902 3770 0 0 0.625 3963 3753 0 0 0.625 3902 3770 0 0 0.625 2 interp_poly -47 -24 61 -17 3902 3770 3 MP PP 3902 3770 0 0 0.625 3963 3753 0 0 0.625 3902 3770 0 0 0.625 2 interp_poly 3963 3753 0 0 0.625 3916 3729 0 0 0.625 3963 3753 0 0 0.625 2 interp_poly 60 -11 -46 -23 3947 4253 3 MP PP 3947 4253 0 0 0.562 3901 4230 0 0 0.625 3947 4253 0 0 0.562 2 interp_poly 3901 4230 0 0 0.625 3961 4219 0 0 0.562 3901 4230 0 0 0.625 2 interp_poly -46 -26 60 -11 3901 4230 3 MP PP 3901 4230 0 0 0.625 3961 4219 0 0 0.562 3901 4230 0 0 0.625 2 interp_poly 3961 4219 0 0 0.562 3915 4193 0 0 0.562 3961 4219 0 0 0.562 2 interp_poly 60 1 -46 -109 3944 3593 3 MP PP 3944 3593 0 0 0.75 3898 3484 0 0 0.938 3944 3593 0 0 0.75 2 interp_poly 3898 3484 0 0 0.938 3958 3485 0 0 0.938 3898 3484 0 0 0.938 2 interp_poly -47 17 61 3 3861 3385 3 MP PP 3861 3385 0 0 0.75 3922 3388 0 0 0.688 3861 3385 0 0 0.75 2 interp_poly 3922 3388 0 0 0.688 3875 3405 0 0 0.625 3922 3388 0 0 0.688 2 interp_poly 61 -6 -47 17 3922 3388 3 MP PP 3922 3388 0 0 0.688 3875 3405 0 0 0.625 3922 3388 0 0 0.688 2 interp_poly 3875 3405 0 0 0.625 3936 3399 0 0 0.625 3875 3405 0 0 0.625 2 interp_poly -46 -219 60 1 3898 3484 3 MP PP 3898 3484 0 0 0.938 3958 3485 0 0 0.938 3898 3484 0 0 0.938 2 interp_poly 3958 3485 0 0 0.938 3912 3266 0 0.312 1 3958 3485 0 0 0.938 2 interp_poly 61 -10 -47 -27 3943 4114 3 MP PP 3943 4114 0 0 0.625 3896 4087 0 0 0.625 3943 4114 0 0 0.625 2 interp_poly 3896 4087 0 0 0.625 3957 4077 0 0 0.625 3896 4087 0 0 0.625 2 interp_poly -47 -23 61 -10 3896 4087 3 MP PP 3896 4087 0 0 0.625 3957 4077 0 0 0.625 3896 4087 0 0 0.625 2 interp_poly 3957 4077 0 0 0.625 3910 4054 0 0 0.625 3957 4077 0 0 0.625 2 interp_poly 61 -20 -47 -20 3939 3976 3 MP PP 3939 3976 0 0 0.625 3892 3956 0 0 0.625 3939 3976 0 0 0.625 2 interp_poly 3892 3956 0 0 0.625 3953 3936 0 0 0.625 3892 3956 0 0 0.625 2 interp_poly -47 -16 61 -20 3892 3956 3 MP PP 3892 3956 0 0 0.625 3953 3936 0 0 0.625 3892 3956 0 0 0.625 2 interp_poly 3953 3936 0 0 0.625 3906 3920 0 0 0.625 3953 3936 0 0 0.625 2 interp_poly -46 -20 60 -22 3891 4430 3 MP PP 3891 4430 0 0 0.562 3951 4408 0 0 0.562 3891 4430 0 0 0.562 2 interp_poly 3951 4408 0 0 0.562 3905 4388 0 0 0.562 3951 4408 0 0 0.562 2 interp_poly 61 -16 -46 -25 3934 3840 3 MP PP 3934 3840 0 0 0.625 3888 3815 0 0 0.625 3934 3840 0 0 0.625 2 interp_poly 3888 3815 0 0 0.625 3949 3799 0 0 0.625 3888 3815 0 0 0.625 2 interp_poly -47 -29 61 -16 3888 3815 3 MP PP 3888 3815 0 0 0.625 3949 3799 0 0 0.625 3888 3815 0 0 0.625 2 interp_poly 3949 3799 0 0 0.625 3902 3770 0 0 0.625 3949 3799 0 0 0.625 2 interp_poly 61 -13 -47 -23 3933 4289 3 MP PP 3933 4289 0 0 0.625 3886 4266 0 0 0.625 3933 4289 0 0 0.625 2 interp_poly 3886 4266 0 0 0.625 3947 4253 0 0 0.562 3886 4266 0 0 0.625 2 interp_poly -46 -23 61 -13 3886 4266 3 MP PP 3886 4266 0 0 0.625 3947 4253 0 0 0.562 3886 4266 0 0 0.625 2 interp_poly 3947 4253 0 0 0.562 3901 4230 0 0 0.625 3947 4253 0 0 0.562 2 interp_poly 60 -30 -46 -53 3930 3676 3 MP PP 3930 3676 0 0 0.688 3884 3623 0 0 0.75 3930 3676 0 0 0.688 2 interp_poly 3884 3623 0 0 0.75 3944 3593 0 0 0.75 3884 3623 0 0 0.75 2 interp_poly -46 -109 60 -30 3884 3623 3 MP PP 3884 3623 0 0 0.75 3944 3593 0 0 0.75 3884 3623 0 0 0.75 2 interp_poly 3944 3593 0 0 0.75 3898 3484 0 0 0.938 3944 3593 0 0 0.75 2 interp_poly 61 -7 -47 -32 3929 4153 3 MP PP 3929 4153 0 0 0.625 3882 4121 0 0 0.625 3929 4153 0 0 0.625 2 interp_poly 3882 4121 0 0 0.625 3943 4114 0 0 0.625 3882 4121 0 0 0.625 2 interp_poly -47 -27 61 -7 3882 4121 3 MP PP 3882 4121 0 0 0.625 3943 4114 0 0 0.625 3882 4121 0 0 0.625 2 interp_poly 3943 4114 0 0 0.625 3896 4087 0 0 0.625 3943 4114 0 0 0.625 2 interp_poly -46 274 61 -71 3879 2563 3 MP PP 3879 2563 0.625 1 0.438 3940 2492 0.75 1 0.312 3879 2563 0.625 1 0.438 2 interp_poly 3940 2492 0.75 1 0.312 3894 2766 0.125 1 0.938 3940 2492 0.75 1 0.312 2 interp_poly 61 -71 -47 -289 3926 2852 3 MP PP 3926 2852 0.0625 1 1 3879 2563 0.625 1 0.438 3926 2852 0.0625 1 1 2 interp_poly 3879 2563 0.625 1 0.438 3940 2492 0.75 1 0.312 3879 2563 0.625 1 0.438 2 interp_poly 61 -17 -47 -19 3925 4012 3 MP PP 3925 4012 0 0 0.625 3878 3993 0 0 0.625 3925 4012 0 0 0.625 2 interp_poly 3878 3993 0 0 0.625 3939 3976 0 0 0.625 3878 3993 0 0 0.625 2 interp_poly -47 -20 61 -17 3878 3993 3 MP PP 3878 3993 0 0 0.625 3939 3976 0 0 0.625 3878 3993 0 0 0.625 2 interp_poly 3939 3976 0 0 0.625 3892 3956 0 0 0.625 3939 3976 0 0 0.625 2 interp_poly 60 -15 -46 -25 3920 3880 3 MP PP 3920 3880 0 0 0.625 3874 3855 0 0 0.625 3920 3880 0 0 0.625 2 interp_poly 3874 3855 0 0 0.625 3934 3840 0 0 0.625 3874 3855 0 0 0.625 2 interp_poly -46 -25 60 -15 3874 3855 3 MP PP 3874 3855 0 0 0.625 3934 3840 0 0 0.625 3874 3855 0 0 0.625 2 interp_poly 3934 3840 0 0 0.625 3888 3815 0 0 0.625 3934 3840 0 0 0.625 2 interp_poly 61 -21 -47 -28 3919 4338 3 MP PP 3919 4338 0 0 0.562 3872 4310 0 0 0.562 3919 4338 0 0 0.562 2 interp_poly 3872 4310 0 0 0.562 3933 4289 0 0 0.625 3872 4310 0 0 0.562 2 interp_poly -47 -23 61 -21 3872 4310 3 MP PP 3872 4310 0 0 0.562 3933 4289 0 0 0.625 3872 4310 0 0 0.562 2 interp_poly 3933 4289 0 0 0.625 3886 4266 0 0 0.625 3933 4289 0 0 0.625 2 interp_poly 60 -33 -46 -20 3916 3729 3 MP PP 3916 3729 0 0 0.625 3870 3709 0 0 0.625 3916 3729 0 0 0.625 2 interp_poly 3870 3709 0 0 0.625 3930 3676 0 0 0.688 3870 3709 0 0 0.625 2 interp_poly -46 -53 60 -33 3870 3709 3 MP PP 3870 3709 0 0 0.625 3930 3676 0 0 0.688 3870 3709 0 0 0.625 2 interp_poly 3930 3676 0 0 0.688 3884 3623 0 0 0.75 3930 3676 0 0 0.688 2 interp_poly 61 -5 -47 -35 3915 4193 3 MP PP 3915 4193 0 0 0.562 3868 4158 0 0 0.625 3915 4193 0 0 0.562 2 interp_poly 3868 4158 0 0 0.625 3929 4153 0 0 0.625 3868 4158 0 0 0.625 2 interp_poly -47 -32 61 -5 3868 4158 3 MP PP 3868 4158 0 0 0.625 3929 4153 0 0 0.625 3868 4158 0 0 0.625 2 interp_poly 3929 4153 0 0 0.625 3882 4121 0 0 0.625 3929 4153 0 0 0.625 2 interp_poly 61 -16 -46 -20 3858 2909 3 MP PP 3858 2909 0 0 0.562 3812 2889 0 0 0.562 3858 2909 0 0 0.562 2 interp_poly 3812 2889 0 0 0.562 3873 2873 0 0 0.562 3812 2889 0 0 0.562 2 interp_poly -47 -16 61 -17 3830 2977 3 MP PP 3830 2977 0 0 0.562 3891 2960 0 0 0.562 3830 2977 0 0 0.562 2 interp_poly 3891 2960 0 0 0.562 3844 2944 0 0 0.562 3891 2960 0 0 0.562 2 interp_poly 61 -17 -47 -17 3877 2994 3 MP PP 3877 2994 0 0 0.562 3830 2977 0 0 0.562 3877 2994 0 0 0.562 2 interp_poly 3830 2977 0 0 0.562 3891 2960 0 0 0.562 3830 2977 0 0 0.562 2 interp_poly -46 -21 60 -16 3780 2831 3 MP PP 3780 2831 0 0 0.562 3840 2815 0 0 0.562 3780 2831 0 0 0.562 2 interp_poly 3840 2815 0 0 0.562 3794 2794 0 0 0.562 3840 2815 0 0 0.562 2 interp_poly 60 -16 -46 -21 3826 2852 3 MP PP 3826 2852 0 0 0.562 3780 2831 0 0 0.562 3826 2852 0 0 0.562 2 interp_poly 3780 2831 0 0 0.562 3840 2815 0 0 0.562 3780 2831 0 0 0.562 2 interp_poly -46 -19 60 -16 3784 2960 3 MP PP 3784 2960 0 0 0.562 3844 2944 0 0 0.562 3784 2960 0 0 0.562 2 interp_poly 3844 2944 0 0 0.562 3798 2925 0 0 0.562 3844 2944 0 0 0.562 2 interp_poly 60 -16 -46 -17 3830 2977 3 MP PP 3830 2977 0 0 0.562 3784 2960 0 0 0.562 3830 2977 0 0 0.562 2 interp_poly 3784 2960 0 0 0.562 3844 2944 0 0 0.562 3784 2960 0 0 0.562 2 interp_poly -47 -15 61 -16 3788 3076 3 MP PP 3788 3076 0 0 0.562 3849 3060 0 0 0.562 3788 3076 0 0 0.562 2 interp_poly 3849 3060 0 0 0.562 3802 3045 0 0 0.562 3849 3060 0 0 0.562 2 interp_poly 61 -16 -46 -19 3834 3095 3 MP PP 3834 3095 0 0 0.562 3788 3076 0 0 0.562 3834 3095 0 0 0.562 2 interp_poly 3788 3076 0 0 0.562 3849 3060 0 0 0.562 3788 3076 0 0 0.562 2 interp_poly -47 -19 61 -14 3792 3197 3 MP PP 3792 3197 0 0 0.625 3853 3183 0 0 0.625 3792 3197 0 0 0.625 2 interp_poly 3853 3183 0 0 0.625 3806 3164 0 0 0.625 3853 3183 0 0 0.625 2 interp_poly 60 -16 -46 -21 3840 2815 3 MP PP 3840 2815 0 0 0.562 3794 2794 0 0 0.562 3840 2815 0 0 0.562 2 interp_poly 3794 2794 0 0 0.562 3854 2778 0 0 0.562 3794 2794 0 0 0.562 2 interp_poly -46 -20 60 -16 3798 2925 3 MP PP 3798 2925 0 0 0.562 3858 2909 0 0 0.562 3798 2925 0 0 0.562 2 interp_poly 3858 2909 0 0 0.562 3812 2889 0 0 0.562 3858 2909 0 0 0.562 2 interp_poly 60 -16 -46 -19 3844 2944 3 MP PP 3844 2944 0 0 0.562 3798 2925 0 0 0.562 3844 2944 0 0 0.562 2 interp_poly 3798 2925 0 0 0.562 3858 2909 0 0 0.562 3798 2925 0 0 0.562 2 interp_poly -47 -16 61 -17 3802 3045 3 MP PP 3802 3045 0 0 0.562 3863 3028 0 0 0.562 3802 3045 0 0 0.562 2 interp_poly 3863 3028 0 0 0.562 3816 3012 0 0 0.562 3863 3028 0 0 0.562 2 interp_poly 61 -17 -47 -15 3849 3060 3 MP PP 3849 3060 0 0 0.562 3802 3045 0 0 0.562 3849 3060 0 0 0.562 2 interp_poly 3802 3045 0 0 0.562 3863 3028 0 0 0.562 3802 3045 0 0 0.562 2 interp_poly -47 -18 61 -14 3806 3164 3 MP PP 3806 3164 0 0 0.625 3867 3150 0 0 0.625 3806 3164 0 0 0.625 2 interp_poly 3867 3150 0 0 0.625 3820 3132 0 0 0.562 3867 3150 0 0 0.625 2 interp_poly 61 -14 -47 -19 3853 3183 3 MP PP 3853 3183 0 0 0.625 3806 3164 0 0 0.625 3853 3183 0 0 0.625 2 interp_poly 3806 3164 0 0 0.625 3867 3150 0 0 0.625 3806 3164 0 0 0.625 2 interp_poly -47 -21 61 -16 3812 2889 3 MP PP 3812 2889 0 0 0.562 3873 2873 0 0 0.562 3812 2889 0 0 0.562 2 interp_poly 3873 2873 0 0 0.562 3826 2852 0 0 0.562 3873 2873 0 0 0.562 2 interp_poly -47 -17 61 -18 3816 3012 3 MP PP 3816 3012 0 0 0.562 3877 2994 0 0 0.562 3816 3012 0 0 0.562 2 interp_poly 3877 2994 0 0 0.562 3830 2977 0 0 0.562 3877 2994 0 0 0.562 2 interp_poly 61 -18 -47 -16 3863 3028 3 MP PP 3863 3028 0 0 0.562 3816 3012 0 0 0.562 3863 3028 0 0 0.562 2 interp_poly 3816 3012 0 0 0.562 3877 2994 0 0 0.562 3816 3012 0 0 0.562 2 interp_poly -47 -20 61 -17 3820 3132 3 MP PP 3820 3132 0 0 0.562 3881 3115 0 0 0.562 3820 3132 0 0 0.562 2 interp_poly 3881 3115 0 0 0.562 3834 3095 0 0 0.562 3881 3115 0 0 0.562 2 interp_poly 61 -17 -47 -18 3867 3150 3 MP PP 3867 3150 0 0 0.625 3820 3132 0 0 0.562 3867 3150 0 0 0.625 2 interp_poly 3820 3132 0 0 0.562 3881 3115 0 0 0.562 3820 3132 0 0 0.562 2 interp_poly -47 -21 61 -16 3826 2852 3 MP PP 3826 2852 0 0 0.562 3887 2836 0 0 0.562 3826 2852 0 0 0.562 2 interp_poly 3887 2836 0 0 0.562 3840 2815 0 0 0.562 3887 2836 0 0 0.562 2 interp_poly 61 -16 -47 -21 3873 2873 3 MP PP 3873 2873 0 0 0.562 3826 2852 0 0 0.562 3873 2873 0 0 0.562 2 interp_poly 3826 2852 0 0 0.562 3887 2836 0 0 0.562 3826 2852 0 0 0.562 2 interp_poly -46 -17 61 -18 3834 3095 3 MP PP 3834 3095 0 0 0.562 3895 3077 0 0 0.562 3834 3095 0 0 0.562 2 interp_poly 3895 3077 0 0 0.562 3849 3060 0 0 0.562 3895 3077 0 0 0.562 2 interp_poly 61 -18 -47 -20 3881 3115 3 MP PP 3881 3115 0 0 0.562 3834 3095 0 0 0.562 3881 3115 0 0 0.562 2 interp_poly 3834 3095 0 0 0.562 3895 3077 0 0 0.562 3834 3095 0 0 0.562 2 interp_poly -47 418 61 -43 3833 2809 3 MP PP 3833 2809 0.0625 1 1 3894 2766 0.125 1 0.938 3833 2809 0.0625 1 1 2 interp_poly 3894 2766 0.125 1 0.938 3847 3184 0 0.25 1 3894 2766 0.125 1 0.938 2 interp_poly 61 -14 -47 -24 3839 3221 3 MP PP 3839 3221 0 0 0.625 3792 3197 0 0 0.625 3839 3221 0 0 0.625 2 interp_poly 3792 3197 0 0 0.625 3853 3183 0 0 0.625 3792 3197 0 0 0.625 2 interp_poly -47 -27 61 -16 3796 3332 3 MP PP 3796 3332 0 0 0.625 3857 3316 0 0 0.625 3796 3332 0 0 0.625 2 interp_poly 3857 3316 0 0 0.625 3810 3289 0 0 0.625 3857 3316 0 0 0.625 2 interp_poly 61 -16 -47 -26 3843 3358 3 MP PP 3843 3358 0 0 0.625 3796 3332 0 0 0.625 3843 3358 0 0 0.625 2 interp_poly 3796 3332 0 0 0.625 3857 3316 0 0 0.625 3796 3332 0 0 0.625 2 interp_poly -46 -20 61 -12 3810 3289 3 MP PP 3810 3289 0 0 0.625 3871 3277 0 0 0.625 3810 3289 0 0 0.625 2 interp_poly 3871 3277 0 0 0.625 3825 3257 0 0 0.625 3871 3277 0 0 0.625 2 interp_poly 61 -12 -47 -27 3857 3316 3 MP PP 3857 3316 0 0 0.625 3810 3289 0 0 0.625 3857 3316 0 0 0.625 2 interp_poly 3810 3289 0 0 0.625 3871 3277 0 0 0.625 3810 3289 0 0 0.625 2 interp_poly -46 -24 60 -12 3825 3257 3 MP PP 3825 3257 0 0 0.625 3885 3245 0 0 0.625 3825 3257 0 0 0.625 2 interp_poly 3885 3245 0 0 0.625 3839 3221 0 0 0.625 3885 3245 0 0 0.625 2 interp_poly 60 -12 -46 -20 3871 3277 3 MP PP 3871 3277 0 0 0.625 3825 3257 0 0 0.625 3871 3277 0 0 0.625 2 interp_poly 3825 3257 0 0 0.625 3885 3245 0 0 0.625 3825 3257 0 0 0.625 2 interp_poly -46 -22 60 -16 3839 3221 3 MP PP 3839 3221 0 0 0.625 3899 3205 0 0 0.625 3839 3221 0 0 0.625 2 interp_poly 3899 3205 0 0 0.625 3853 3183 0 0 0.625 3899 3205 0 0 0.625 2 interp_poly 60 -16 -46 -24 3885 3245 3 MP PP 3885 3245 0 0 0.625 3839 3221 0 0 0.625 3885 3245 0 0 0.625 2 interp_poly 3839 3221 0 0 0.625 3899 3205 0 0 0.625 3839 3221 0 0 0.625 2 interp_poly -47 180 61 21 3847 3184 3 MP PP 3847 3184 0 0.25 1 3908 3205 0 0.188 1 3847 3184 0 0.25 1 2 interp_poly 3908 3205 0 0.188 1 3861 3385 0 0 0.75 3908 3205 0 0.188 1 2 interp_poly 61 21 -47 418 3894 2766 3 MP PP 3894 2766 0.125 1 0.938 3847 3184 0 0.25 1 3894 2766 0.125 1 0.938 2 interp_poly 3847 3184 0 0.25 1 3908 3205 0 0.188 1 3847 3184 0 0.25 1 2 interp_poly 61 -34 -47 -380 3912 3266 3 MP PP 3912 3266 0 0.312 1 3865 2886 0.0625 1 1 3912 3266 0 0.312 1 2 interp_poly 3865 2886 0.0625 1 1 3926 2852 0.0625 1 1 3865 2886 0.0625 1 1 2 interp_poly 61 -43 -46 246 3879 2563 3 MP PP 3879 2563 0.625 1 0.438 3833 2809 0.0625 1 1 3879 2563 0.625 1 0.438 2 interp_poly 3833 2809 0.0625 1 1 3894 2766 0.125 1 0.938 3833 2809 0.0625 1 1 2 interp_poly -47 -289 61 -34 3865 2886 3 MP PP 3865 2886 0.0625 1 1 3926 2852 0.0625 1 1 3865 2886 0.0625 1 1 2 interp_poly 3926 2852 0.0625 1 1 3879 2563 0.625 1 0.438 3926 2852 0.0625 1 1 2 interp_poly 61 -19 -46 -23 3910 4054 3 MP PP 3910 4054 0 0 0.625 3864 4031 0 0 0.625 3910 4054 0 0 0.625 2 interp_poly 3864 4031 0 0 0.625 3925 4012 0 0 0.625 3864 4031 0 0 0.625 2 interp_poly -47 -19 61 -19 3864 4031 3 MP PP 3864 4031 0 0 0.625 3925 4012 0 0 0.625 3864 4031 0 0 0.625 2 interp_poly 3925 4012 0 0 0.625 3878 3993 0 0 0.625 3925 4012 0 0 0.625 2 interp_poly 60 -17 -46 -23 3906 3920 3 MP PP 3906 3920 0 0 0.625 3860 3897 0 0 0.625 3906 3920 0 0 0.625 2 interp_poly 3860 3897 0 0 0.625 3920 3880 0 0 0.625 3860 3897 0 0 0.625 2 interp_poly -46 -25 60 -17 3860 3897 3 MP PP 3860 3897 0 0 0.625 3920 3880 0 0 0.625 3860 3897 0 0 0.625 2 interp_poly 3920 3880 0 0 0.625 3874 3855 0 0 0.625 3920 3880 0 0 0.625 2 interp_poly 61 -24 -47 -26 3905 4388 3 MP PP 3905 4388 0 0 0.562 3858 4362 0 0 0.562 3905 4388 0 0 0.562 2 interp_poly 3858 4362 0 0 0.562 3919 4338 0 0 0.562 3858 4362 0 0 0.562 2 interp_poly -47 -28 61 -24 3858 4362 3 MP PP 3858 4362 0 0 0.562 3919 4338 0 0 0.562 3858 4362 0 0 0.562 2 interp_poly 3919 4338 0 0 0.562 3872 4310 0 0 0.562 3919 4338 0 0 0.562 2 interp_poly 60 -20 -46 -21 3902 3770 3 MP PP 3902 3770 0 0 0.625 3856 3749 0 0 0.625 3902 3770 0 0 0.625 2 interp_poly 3856 3749 0 0 0.625 3916 3729 0 0 0.625 3856 3749 0 0 0.625 2 interp_poly -46 -20 60 -20 3856 3749 3 MP PP 3856 3749 0 0 0.625 3916 3729 0 0 0.625 3856 3749 0 0 0.625 2 interp_poly 3916 3729 0 0 0.625 3870 3709 0 0 0.625 3916 3729 0 0 0.625 2 interp_poly 61 -7 -47 -30 3901 4230 3 MP PP 3901 4230 0 0 0.625 3854 4200 0 0 0.625 3901 4230 0 0 0.625 2 interp_poly 3854 4200 0 0 0.625 3915 4193 0 0 0.562 3854 4200 0 0 0.625 2 interp_poly -47 -35 61 -7 3854 4200 3 MP PP 3854 4200 0 0 0.625 3915 4193 0 0 0.562 3854 4200 0 0 0.625 2 interp_poly 3915 4193 0 0 0.562 3868 4158 0 0 0.625 3915 4193 0 0 0.562 2 interp_poly -47 -24 61 -16 3778 3237 3 MP PP 3778 3237 0 0 0.625 3839 3221 0 0 0.625 3778 3237 0 0 0.625 2 interp_poly 3839 3221 0 0 0.625 3792 3197 0 0 0.625 3839 3221 0 0 0.625 2 interp_poly 61 -16 -47 -20 3825 3257 3 MP PP 3825 3257 0 0 0.625 3778 3237 0 0 0.625 3825 3257 0 0 0.625 2 interp_poly 3778 3237 0 0 0.625 3839 3221 0 0 0.625 3778 3237 0 0 0.625 2 interp_poly -47 -26 61 -11 3782 3369 3 MP PP 3782 3369 0 0 0.625 3843 3358 0 0 0.625 3782 3369 0 0 0.625 2 interp_poly 3843 3358 0 0 0.625 3796 3332 0 0 0.625 3843 3358 0 0 0.625 2 interp_poly 61 -11 -47 -21 3829 3390 3 MP PP 3829 3390 0 0 0.625 3782 3369 0 0 0.625 3829 3390 0 0 0.625 2 interp_poly 3782 3369 0 0 0.625 3843 3358 0 0 0.625 3782 3369 0 0 0.625 2 interp_poly 60 8 -46 193 3847 3184 3 MP PP 3847 3184 0 0.25 1 3801 3377 0 0 0.812 3847 3184 0 0.25 1 2 interp_poly 3801 3377 0 0 0.812 3861 3385 0 0 0.75 3801 3377 0 0 0.812 2 interp_poly 61 12 -47 -230 3898 3484 3 MP PP 3898 3484 0 0 0.938 3851 3254 0 0.375 1 3898 3484 0 0 0.938 2 interp_poly 3851 3254 0 0.375 1 3912 3266 0 0.312 1 3851 3254 0 0.375 1 2 interp_poly -47 -380 61 12 3851 3254 3 MP PP 3851 3254 0 0.375 1 3912 3266 0 0.312 1 3851 3254 0 0.375 1 2 interp_poly 3912 3266 0 0.312 1 3865 2886 0.0625 1 1 3912 3266 0 0.312 1 2 interp_poly 60 -12 -46 -21 3896 4087 3 MP PP 3896 4087 0 0 0.625 3850 4066 0 0 0.625 3896 4087 0 0 0.625 2 interp_poly 3850 4066 0 0 0.625 3910 4054 0 0 0.625 3850 4066 0 0 0.625 2 interp_poly -46 -23 60 -12 3850 4066 3 MP PP 3850 4066 0 0 0.625 3910 4054 0 0 0.625 3850 4066 0 0 0.625 2 interp_poly 3910 4054 0 0 0.625 3864 4031 0 0 0.625 3910 4054 0 0 0.625 2 interp_poly 60 -16 -46 -20 3892 3956 3 MP PP 3892 3956 0 0 0.625 3846 3936 0 0 0.625 3892 3956 0 0 0.625 2 interp_poly 3846 3936 0 0 0.625 3906 3920 0 0 0.625 3846 3936 0 0 0.625 2 interp_poly -46 -23 60 -16 3846 3936 3 MP PP 3846 3936 0 0 0.625 3906 3920 0 0 0.625 3846 3936 0 0 0.625 2 interp_poly 3906 3920 0 0 0.625 3860 3897 0 0 0.625 3906 3920 0 0 0.625 2 interp_poly 61 -21 -47 -21 3891 4430 3 MP PP 3891 4430 0 0 0.562 3844 4409 0 0 0.562 3891 4430 0 0 0.562 2 interp_poly 3844 4409 0 0 0.562 3905 4388 0 0 0.562 3844 4409 0 0 0.562 2 interp_poly -47 -26 61 -21 3844 4409 3 MP PP 3844 4409 0 0 0.562 3905 4388 0 0 0.562 3844 4409 0 0 0.562 2 interp_poly 3905 4388 0 0 0.562 3858 4362 0 0 0.562 3905 4388 0 0 0.562 2 interp_poly 61 -21 -47 -24 3888 3815 3 MP PP 3888 3815 0 0 0.625 3841 3791 0 0 0.625 3888 3815 0 0 0.625 2 interp_poly 3841 3791 0 0 0.625 3902 3770 0 0 0.625 3841 3791 0 0 0.625 2 interp_poly -46 -21 61 -21 3841 3791 3 MP PP 3841 3791 0 0 0.625 3902 3770 0 0 0.625 3841 3791 0 0 0.625 2 interp_poly 3902 3770 0 0 0.625 3856 3749 0 0 0.625 3902 3770 0 0 0.625 2 interp_poly 61 -10 -46 -26 3886 4266 3 MP PP 3886 4266 0 0 0.625 3840 4240 0 0 0.625 3886 4266 0 0 0.625 2 interp_poly 3840 4240 0 0 0.625 3901 4230 0 0 0.625 3840 4240 0 0 0.625 2 interp_poly -47 -30 61 -10 3840 4240 3 MP PP 3840 4240 0 0 0.625 3901 4230 0 0 0.625 3840 4240 0 0 0.625 2 interp_poly 3901 4230 0 0 0.625 3854 4200 0 0 0.625 3901 4230 0 0 0.625 2 interp_poly 61 -7 -47 -132 3884 3623 3 MP PP 3884 3623 0 0 0.75 3837 3491 0 0 0.938 3884 3623 0 0 0.75 2 interp_poly 3837 3491 0 0 0.938 3898 3484 0 0 0.938 3837 3491 0 0 0.938 2 interp_poly -47 -21 61 -10 3768 3400 3 MP PP 3768 3400 0 0 0.625 3829 3390 0 0 0.625 3768 3400 0 0 0.625 2 interp_poly 3829 3390 0 0 0.625 3782 3369 0 0 0.625 3829 3390 0 0 0.625 2 interp_poly 61 -10 -47 -14 3815 3414 3 MP PP 3815 3414 0 0 0.625 3768 3400 0 0 0.625 3815 3414 0 0 0.625 2 interp_poly 3768 3400 0 0 0.625 3829 3390 0 0 0.625 3768 3400 0 0 0.625 2 interp_poly -46 -15 60 -9 3815 3414 3 MP PP 3815 3414 0 0 0.625 3875 3405 0 0 0.625 3815 3414 0 0 0.625 2 interp_poly 3875 3405 0 0 0.625 3829 3390 0 0 0.625 3875 3405 0 0 0.625 2 interp_poly -46 29 60 8 3801 3377 3 MP PP 3801 3377 0 0 0.812 3861 3385 0 0 0.75 3801 3377 0 0 0.812 2 interp_poly 3861 3385 0 0 0.75 3815 3414 0 0 0.625 3861 3385 0 0 0.75 2 interp_poly 60 -9 -46 29 3861 3385 3 MP PP 3861 3385 0 0 0.75 3815 3414 0 0 0.625 3861 3385 0 0 0.75 2 interp_poly 3815 3414 0 0 0.625 3875 3405 0 0 0.625 3815 3414 0 0 0.625 2 interp_poly -47 -230 61 -7 3837 3491 3 MP PP 3837 3491 0 0 0.938 3898 3484 0 0 0.938 3837 3491 0 0 0.938 2 interp_poly 3898 3484 0 0 0.938 3851 3254 0 0.375 1 3898 3484 0 0 0.938 2 interp_poly 60 -14 -46 -20 3882 4121 3 MP PP 3882 4121 0 0 0.625 3836 4101 0 0 0.625 3882 4121 0 0 0.625 2 interp_poly 3836 4101 0 0 0.625 3896 4087 0 0 0.625 3836 4101 0 0 0.625 2 interp_poly -46 -21 60 -14 3836 4101 3 MP PP 3836 4101 0 0 0.625 3896 4087 0 0 0.625 3836 4101 0 0 0.625 2 interp_poly 3896 4087 0 0 0.625 3850 4066 0 0 0.625 3896 4087 0 0 0.625 2 interp_poly 60 -22 -46 -15 3878 3993 3 MP PP 3878 3993 0 0 0.625 3832 3978 0 0 0.562 3878 3993 0 0 0.625 2 interp_poly 3832 3978 0 0 0.562 3892 3956 0 0 0.625 3832 3978 0 0 0.562 2 interp_poly -46 -20 60 -22 3832 3978 3 MP PP 3832 3978 0 0 0.562 3892 3956 0 0 0.625 3832 3978 0 0 0.562 2 interp_poly 3892 3956 0 0 0.625 3846 3936 0 0 0.625 3892 3956 0 0 0.625 2 interp_poly -47 -21 61 -19 3830 4449 3 MP PP 3830 4449 0 0 0.562 3891 4430 0 0 0.562 3830 4449 0 0 0.562 2 interp_poly 3891 4430 0 0 0.562 3844 4409 0 0 0.562 3891 4430 0 0 0.562 2 interp_poly 61 -18 -47 -22 3874 3855 3 MP PP 3874 3855 0 0 0.625 3827 3833 0 0 0.625 3874 3855 0 0 0.625 2 interp_poly 3827 3833 0 0 0.625 3888 3815 0 0 0.625 3827 3833 0 0 0.625 2 interp_poly -47 -24 61 -18 3827 3833 3 MP PP 3827 3833 0 0 0.625 3888 3815 0 0 0.625 3827 3833 0 0 0.625 2 interp_poly 3888 3815 0 0 0.625 3841 3791 0 0 0.625 3888 3815 0 0 0.625 2 interp_poly 60 -17 -46 -27 3872 4310 3 MP PP 3872 4310 0 0 0.562 3826 4283 0 0 0.625 3872 4310 0 0 0.562 2 interp_poly 3826 4283 0 0 0.625 3886 4266 0 0 0.625 3826 4283 0 0 0.625 2 interp_poly -46 -26 60 -17 3826 4283 3 MP PP 3826 4283 0 0 0.625 3886 4266 0 0 0.625 3826 4283 0 0 0.625 2 interp_poly 3886 4266 0 0 0.625 3840 4240 0 0 0.625 3886 4266 0 0 0.625 2 interp_poly 61 -38 -47 -48 3870 3709 3 MP PP 3870 3709 0 0 0.625 3823 3661 0 0 0.688 3870 3709 0 0 0.625 2 interp_poly 3823 3661 0 0 0.688 3884 3623 0 0 0.75 3823 3661 0 0 0.688 2 interp_poly -47 -132 61 -38 3823 3661 3 MP PP 3823 3661 0 0 0.688 3884 3623 0 0 0.75 3823 3661 0 0 0.688 2 interp_poly 3884 3623 0 0 0.75 3837 3491 0 0 0.938 3884 3623 0 0 0.75 2 interp_poly 60 -10 -46 -27 3868 4158 3 MP PP 3868 4158 0 0 0.625 3822 4131 0 0 0.625 3868 4158 0 0 0.625 2 interp_poly 3822 4131 0 0 0.625 3882 4121 0 0 0.625 3822 4131 0 0 0.625 2 interp_poly -46 -20 60 -10 3822 4131 3 MP PP 3822 4131 0 0 0.625 3882 4121 0 0 0.625 3822 4131 0 0 0.625 2 interp_poly 3882 4121 0 0 0.625 3836 4101 0 0 0.625 3882 4121 0 0 0.625 2 interp_poly -46 246 60 -75 3819 2638 3 MP PP 3819 2638 0.5 1 0.562 3879 2563 0.625 1 0.438 3819 2638 0.5 1 0.562 2 interp_poly 3879 2563 0.625 1 0.438 3833 2809 0.0625 1 1 3879 2563 0.625 1 0.438 2 interp_poly 60 -75 -46 -248 3865 2886 3 MP PP 3865 2886 0.0625 1 1 3819 2638 0.5 1 0.562 3865 2886 0.0625 1 1 2 interp_poly 3819 2638 0.5 1 0.562 3879 2563 0.625 1 0.438 3819 2638 0.5 1 0.562 2 interp_poly 61 -21 -47 -17 3864 4031 3 MP PP 3864 4031 0 0 0.625 3817 4014 0 0 0.625 3864 4031 0 0 0.625 2 interp_poly 3817 4014 0 0 0.625 3878 3993 0 0 0.625 3817 4014 0 0 0.625 2 interp_poly -46 -15 61 -21 3817 4014 3 MP PP 3817 4014 0 0 0.625 3878 3993 0 0 0.625 3817 4014 0 0 0.625 2 interp_poly 3878 3993 0 0 0.625 3832 3978 0 0 0.562 3878 3993 0 0 0.625 2 interp_poly 61 -19 -47 -23 3860 3897 3 MP PP 3860 3897 0 0 0.625 3813 3874 0 0 0.625 3860 3897 0 0 0.625 2 interp_poly 3813 3874 0 0 0.625 3874 3855 0 0 0.625 3813 3874 0 0 0.625 2 interp_poly -47 -22 61 -19 3813 3874 3 MP PP 3813 3874 0 0 0.625 3874 3855 0 0 0.625 3813 3874 0 0 0.625 2 interp_poly 3874 3855 0 0 0.625 3827 3833 0 0 0.625 3874 3855 0 0 0.625 2 interp_poly 60 -23 -46 -29 3858 4362 3 MP PP 3858 4362 0 0 0.562 3812 4333 0 0 0.562 3858 4362 0 0 0.562 2 interp_poly 3812 4333 0 0 0.562 3872 4310 0 0 0.562 3812 4333 0 0 0.562 2 interp_poly -46 -27 60 -23 3812 4333 3 MP PP 3812 4333 0 0 0.562 3872 4310 0 0 0.562 3812 4333 0 0 0.562 2 interp_poly 3872 4310 0 0 0.562 3826 4283 0 0 0.625 3872 4310 0 0 0.562 2 interp_poly 61 -22 -47 -18 3856 3749 3 MP PP 3856 3749 0 0 0.625 3809 3731 0 0 0.625 3856 3749 0 0 0.625 2 interp_poly 3809 3731 0 0 0.625 3870 3709 0 0 0.625 3809 3731 0 0 0.625 2 interp_poly -47 -48 61 -22 3809 3731 3 MP PP 3809 3731 0 0 0.625 3870 3709 0 0 0.625 3809 3731 0 0 0.625 2 interp_poly 3870 3709 0 0 0.625 3823 3661 0 0 0.688 3870 3709 0 0 0.625 2 interp_poly 60 -8 -46 -34 3854 4200 3 MP PP 3854 4200 0 0 0.625 3808 4166 0 0 0.625 3854 4200 0 0 0.625 2 interp_poly 3808 4166 0 0 0.625 3868 4158 0 0 0.625 3808 4166 0 0 0.625 2 interp_poly -46 -27 60 -8 3808 4166 3 MP PP 3808 4166 0 0 0.625 3868 4158 0 0 0.625 3808 4166 0 0 0.625 2 interp_poly 3868 4158 0 0 0.625 3822 4131 0 0 0.625 3868 4158 0 0 0.625 2 interp_poly 61 -17 -47 -19 3798 2925 3 MP PP 3798 2925 0 0 0.562 3751 2906 0 0 0.562 3798 2925 0 0 0.562 2 interp_poly 3751 2906 0 0 0.562 3812 2889 0 0 0.562 3751 2906 0 0 0.562 2 interp_poly -46 -17 60 -17 3770 2994 3 MP PP 3770 2994 0 0 0.562 3830 2977 0 0 0.562 3770 2994 0 0 0.562 2 interp_poly 3830 2977 0 0 0.562 3784 2960 0 0 0.562 3830 2977 0 0 0.562 2 interp_poly 60 -17 -46 -18 3816 3012 3 MP PP 3816 3012 0 0 0.562 3770 2994 0 0 0.562 3816 3012 0 0 0.562 2 interp_poly 3770 2994 0 0 0.562 3830 2977 0 0 0.562 3770 2994 0 0 0.562 2 interp_poly 61 -17 -46 -21 3765 2869 3 MP PP 3765 2869 0 0 0.562 3719 2848 0 0 0.562 3765 2869 0 0 0.562 2 interp_poly 3719 2848 0 0 0.562 3780 2831 0 0 0.562 3719 2848 0 0 0.562 2 interp_poly -47 -18 61 -15 3723 2975 3 MP PP 3723 2975 0 0 0.562 3784 2960 0 0 0.562 3723 2975 0 0 0.562 2 interp_poly 3784 2960 0 0 0.562 3737 2942 0 0 0.562 3784 2960 0 0 0.562 2 interp_poly 61 -15 -47 -19 3770 2994 3 MP PP 3770 2994 0 0 0.562 3723 2975 0 0 0.562 3770 2994 0 0 0.562 2 interp_poly 3723 2975 0 0 0.562 3784 2960 0 0 0.562 3723 2975 0 0 0.562 2 interp_poly -47 -16 61 -17 3727 3093 3 MP PP 3727 3093 0 0 0.562 3788 3076 0 0 0.562 3727 3093 0 0 0.562 2 interp_poly 3788 3076 0 0 0.562 3741 3060 0 0 0.562 3788 3076 0 0 0.562 2 interp_poly 61 -17 -47 -19 3774 3112 3 MP PP 3774 3112 0 0 0.562 3727 3093 0 0 0.562 3774 3112 0 0 0.562 2 interp_poly 3727 3093 0 0 0.562 3788 3076 0 0 0.562 3727 3093 0 0 0.562 2 interp_poly -47 -19 61 -17 3737 2942 3 MP PP 3737 2942 0 0 0.562 3798 2925 0 0 0.562 3737 2942 0 0 0.562 2 interp_poly 3798 2925 0 0 0.562 3751 2906 0 0 0.562 3798 2925 0 0 0.562 2 interp_poly 61 -17 -47 -18 3784 2960 3 MP PP 3784 2960 0 0 0.562 3737 2942 0 0 0.562 3784 2960 0 0 0.562 2 interp_poly 3737 2942 0 0 0.562 3798 2925 0 0 0.562 3737 2942 0 0 0.562 2 interp_poly -46 -17 61 -15 3741 3060 3 MP PP 3741 3060 0 0 0.562 3802 3045 0 0 0.562 3741 3060 0 0 0.562 2 interp_poly 3802 3045 0 0 0.562 3756 3028 0 0 0.562 3802 3045 0 0 0.562 2 interp_poly 61 -15 -47 -16 3788 3076 3 MP PP 3788 3076 0 0 0.562 3741 3060 0 0 0.562 3788 3076 0 0 0.562 2 interp_poly 3741 3060 0 0 0.562 3802 3045 0 0 0.562 3741 3060 0 0 0.562 2 interp_poly -46 -17 60 -14 3746 3178 3 MP PP 3746 3178 0 0 0.625 3806 3164 0 0 0.625 3746 3178 0 0 0.625 2 interp_poly 3806 3164 0 0 0.625 3760 3147 0 0 0.562 3806 3164 0 0 0.625 2 interp_poly 60 -14 -46 -19 3792 3197 3 MP PP 3792 3197 0 0 0.625 3746 3178 0 0 0.625 3792 3197 0 0 0.625 2 interp_poly 3746 3178 0 0 0.625 3806 3164 0 0 0.625 3746 3178 0 0 0.625 2 interp_poly -47 -20 61 -17 3751 2906 3 MP PP 3751 2906 0 0 0.562 3812 2889 0 0 0.562 3751 2906 0 0 0.562 2 interp_poly 3812 2889 0 0 0.562 3765 2869 0 0 0.562 3812 2889 0 0 0.562 2 interp_poly -46 -18 60 -16 3756 3028 3 MP PP 3756 3028 0 0 0.562 3816 3012 0 0 0.562 3756 3028 0 0 0.562 2 interp_poly 3816 3012 0 0 0.562 3770 2994 0 0 0.562 3816 3012 0 0 0.562 2 interp_poly 60 -16 -46 -17 3802 3045 3 MP PP 3802 3045 0 0 0.562 3756 3028 0 0 0.562 3802 3045 0 0 0.562 2 interp_poly 3756 3028 0 0 0.562 3816 3012 0 0 0.562 3756 3028 0 0 0.562 2 interp_poly -46 -20 60 -15 3760 3147 3 MP PP 3760 3147 0 0 0.562 3820 3132 0 0 0.562 3760 3147 0 0 0.562 2 interp_poly 3820 3132 0 0 0.562 3774 3112 0 0 0.562 3820 3132 0 0 0.562 2 interp_poly 60 -15 -46 -17 3806 3164 3 MP PP 3806 3164 0 0 0.625 3760 3147 0 0 0.562 3806 3164 0 0 0.625 2 interp_poly 3760 3147 0 0 0.562 3820 3132 0 0 0.562 3760 3147 0 0 0.562 2 interp_poly -46 -21 61 -17 3765 2869 3 MP PP 3765 2869 0 0 0.562 3826 2852 0 0 0.562 3765 2869 0 0 0.562 2 interp_poly 3826 2852 0 0 0.562 3780 2831 0 0 0.562 3826 2852 0 0 0.562 2 interp_poly 61 -17 -47 -20 3812 2889 3 MP PP 3812 2889 0 0 0.562 3765 2869 0 0 0.562 3812 2889 0 0 0.562 2 interp_poly 3765 2869 0 0 0.562 3826 2852 0 0 0.562 3765 2869 0 0 0.562 2 interp_poly -46 -19 60 -17 3774 3112 3 MP PP 3774 3112 0 0 0.562 3834 3095 0 0 0.562 3774 3112 0 0 0.562 2 interp_poly 3834 3095 0 0 0.562 3788 3076 0 0 0.562 3834 3095 0 0 0.562 2 interp_poly 60 -17 -46 -20 3820 3132 3 MP PP 3820 3132 0 0 0.562 3774 3112 0 0 0.562 3820 3132 0 0 0.562 2 interp_poly 3774 3112 0 0 0.562 3834 3095 0 0 0.562 3774 3112 0 0 0.562 2 interp_poly -47 376 61 -34 3772 2843 3 MP PP 3772 2843 0.0625 1 1 3833 2809 0.0625 1 1 3772 2843 0.0625 1 1 2 interp_poly 3833 2809 0.0625 1 1 3786 3185 0 0.25 1 3833 2809 0.0625 1 1 2 interp_poly -46 -19 60 -16 3732 3213 3 MP PP 3732 3213 0 0 0.625 3792 3197 0 0 0.625 3732 3213 0 0 0.625 2 interp_poly 3792 3197 0 0 0.625 3746 3178 0 0 0.625 3792 3197 0 0 0.625 2 interp_poly 60 -16 -46 -24 3778 3237 3 MP PP 3778 3237 0 0 0.625 3732 3213 0 0 0.625 3778 3237 0 0 0.625 2 interp_poly 3732 3213 0 0 0.625 3792 3197 0 0 0.625 3732 3213 0 0 0.625 2 interp_poly -46 -21 60 -13 3750 3302 3 MP PP 3750 3302 0 0 0.625 3810 3289 0 0 0.625 3750 3302 0 0 0.625 2 interp_poly 3810 3289 0 0 0.625 3764 3268 0 0 0.625 3810 3289 0 0 0.625 2 interp_poly 60 -13 -46 -30 3796 3332 3 MP PP 3796 3332 0 0 0.625 3750 3302 0 0 0.625 3796 3332 0 0 0.625 2 interp_poly 3750 3302 0 0 0.625 3810 3289 0 0 0.625 3750 3302 0 0 0.625 2 interp_poly -47 -20 61 -11 3764 3268 3 MP PP 3764 3268 0 0 0.625 3825 3257 0 0 0.625 3764 3268 0 0 0.625 2 interp_poly 3825 3257 0 0 0.625 3778 3237 0 0 0.625 3825 3257 0 0 0.625 2 interp_poly 61 -11 -46 -21 3810 3289 3 MP PP 3810 3289 0 0 0.625 3764 3268 0 0 0.625 3810 3289 0 0 0.625 2 interp_poly 3764 3268 0 0 0.625 3825 3257 0 0 0.625 3764 3268 0 0 0.625 2 interp_poly -46 193 61 -1 3786 3185 3 MP PP 3786 3185 0 0.25 1 3847 3184 0 0.25 1 3786 3185 0 0.25 1 2 interp_poly 3847 3184 0 0.25 1 3801 3377 0 0 0.812 3847 3184 0 0.25 1 2 interp_poly 61 -1 -47 376 3833 2809 3 MP PP 3833 2809 0.0625 1 1 3786 3185 0 0.25 1 3833 2809 0.0625 1 1 2 interp_poly 3786 3185 0 0.25 1 3847 3184 0 0.25 1 3786 3185 0 0.25 1 2 interp_poly 60 -20 -46 -348 3851 3254 3 MP PP 3851 3254 0 0.375 1 3805 2906 0.0625 1 1 3851 3254 0 0.375 1 2 interp_poly 3805 2906 0.0625 1 1 3865 2886 0.0625 1 1 3805 2906 0.0625 1 1 2 interp_poly -47 -21 61 -17 3719 2848 3 MP PP 3719 2848 0 0 0.562 3780 2831 0 0 0.562 3719 2848 0 0 0.562 2 interp_poly 3780 2831 0 0 0.562 3733 2810 0 0 0.562 3780 2831 0 0 0.562 2 interp_poly 61 -16 -47 -21 3780 2831 3 MP PP 3780 2831 0 0 0.562 3733 2810 0 0 0.562 3780 2831 0 0 0.562 2 interp_poly 3733 2810 0 0 0.562 3794 2794 0 0 0.562 3733 2810 0 0 0.562 2 interp_poly 61 -34 -47 205 3819 2638 3 MP PP 3819 2638 0.5 1 0.562 3772 2843 0.0625 1 1 3819 2638 0.5 1 0.562 2 interp_poly 3772 2843 0.0625 1 1 3833 2809 0.0625 1 1 3772 2843 0.0625 1 1 2 interp_poly -46 -248 60 -20 3805 2906 3 MP PP 3805 2906 0.0625 1 1 3865 2886 0.0625 1 1 3805 2906 0.0625 1 1 2 interp_poly 3865 2886 0.0625 1 1 3819 2638 0.5 1 0.562 3865 2886 0.0625 1 1 2 interp_poly 61 -18 -47 -17 3850 4066 3 MP PP 3850 4066 0 0 0.625 3803 4049 0 0 0.625 3850 4066 0 0 0.625 2 interp_poly 3803 4049 0 0 0.625 3864 4031 0 0 0.625 3803 4049 0 0 0.625 2 interp_poly -47 -17 61 -18 3803 4049 3 MP PP 3803 4049 0 0 0.625 3864 4031 0 0 0.625 3803 4049 0 0 0.625 2 interp_poly 3864 4031 0 0 0.625 3817 4014 0 0 0.625 3864 4031 0 0 0.625 2 interp_poly 61 -18 -47 -21 3846 3936 3 MP PP 3846 3936 0 0 0.625 3799 3915 0 0 0.625 3846 3936 0 0 0.625 2 interp_poly 3799 3915 0 0 0.625 3860 3897 0 0 0.625 3799 3915 0 0 0.625 2 interp_poly -47 -23 61 -18 3799 3915 3 MP PP 3799 3915 0 0 0.625 3860 3897 0 0 0.625 3799 3915 0 0 0.625 2 interp_poly 3860 3897 0 0 0.625 3813 3874 0 0 0.625 3860 3897 0 0 0.625 2 interp_poly 60 -22 -46 -25 3844 4409 3 MP PP 3844 4409 0 0 0.562 3798 4384 0 0 0.562 3844 4409 0 0 0.562 2 interp_poly 3798 4384 0 0 0.562 3858 4362 0 0 0.562 3798 4384 0 0 0.562 2 interp_poly -46 -29 60 -22 3798 4384 3 MP PP 3798 4384 0 0 0.562 3858 4362 0 0 0.562 3798 4384 0 0 0.562 2 interp_poly 3858 4362 0 0 0.562 3812 4333 0 0 0.562 3858 4362 0 0 0.562 2 interp_poly 61 -18 -46 -24 3841 3791 3 MP PP 3841 3791 0 0 0.625 3795 3767 0 0 0.625 3841 3791 0 0 0.625 2 interp_poly 3795 3767 0 0 0.625 3856 3749 0 0 0.625 3795 3767 0 0 0.625 2 interp_poly -47 -18 61 -18 3795 3767 3 MP PP 3795 3767 0 0 0.625 3856 3749 0 0 0.625 3795 3767 0 0 0.625 2 interp_poly 3856 3749 0 0 0.625 3809 3731 0 0 0.625 3856 3749 0 0 0.625 2 interp_poly 61 -7 -47 -33 3840 4240 3 MP PP 3840 4240 0 0 0.625 3793 4207 0 0 0.625 3840 4240 0 0 0.625 2 interp_poly 3793 4207 0 0 0.625 3854 4200 0 0 0.625 3793 4207 0 0 0.625 2 interp_poly -46 -34 61 -7 3793 4207 3 MP PP 3793 4207 0 0 0.625 3854 4200 0 0 0.625 3793 4207 0 0 0.625 2 interp_poly 3854 4200 0 0 0.625 3808 4166 0 0 0.625 3854 4200 0 0 0.625 2 interp_poly -46 -24 61 -13 3717 3250 3 MP PP 3717 3250 0 0 0.625 3778 3237 0 0 0.625 3717 3250 0 0 0.625 2 interp_poly 3778 3237 0 0 0.625 3732 3213 0 0 0.625 3778 3237 0 0 0.625 2 interp_poly 61 -13 -47 -18 3764 3268 3 MP PP 3764 3268 0 0 0.625 3717 3250 0 0 0.625 3764 3268 0 0 0.625 2 interp_poly 3717 3250 0 0 0.625 3778 3237 0 0 0.625 3717 3250 0 0 0.625 2 interp_poly -46 -25 60 -7 3722 3376 3 MP PP 3722 3376 0 0 0.625 3782 3369 0 0 0.625 3722 3376 0 0 0.625 2 interp_poly 3782 3369 0 0 0.625 3736 3344 0 0 0.625 3782 3369 0 0 0.625 2 interp_poly 60 -7 -46 -24 3768 3400 3 MP PP 3768 3400 0 0 0.625 3722 3376 0 0 0.625 3768 3400 0 0 0.625 2 interp_poly 3722 3376 0 0 0.625 3782 3369 0 0 0.625 3722 3376 0 0 0.625 2 interp_poly -46 -30 60 -12 3736 3344 3 MP PP 3736 3344 0 0 0.625 3796 3332 0 0 0.625 3736 3344 0 0 0.625 2 interp_poly 3796 3332 0 0 0.625 3750 3302 0 0 0.625 3796 3332 0 0 0.625 2 interp_poly 60 -12 -46 -25 3782 3369 3 MP PP 3782 3369 0 0 0.625 3736 3344 0 0 0.625 3782 3369 0 0 0.625 2 interp_poly 3736 3344 0 0 0.625 3796 3332 0 0 0.625 3736 3344 0 0 0.625 2 interp_poly 61 12 -46 180 3786 3185 3 MP PP 3786 3185 0 0.25 1 3740 3365 0 0 0.875 3786 3185 0 0.25 1 2 interp_poly 3740 3365 0 0 0.875 3801 3377 0 0 0.812 3740 3365 0 0 0.875 2 interp_poly 60 8 -46 -245 3837 3491 3 MP PP 3837 3491 0 0 0.938 3791 3246 0 0.438 1 3837 3491 0 0 0.938 2 interp_poly 3791 3246 0 0.438 1 3851 3254 0 0.375 1 3791 3246 0 0.438 1 2 interp_poly -46 -348 60 8 3791 3246 3 MP PP 3791 3246 0 0.438 1 3851 3254 0 0.375 1 3791 3246 0 0.438 1 2 interp_poly 3851 3254 0 0.375 1 3805 2906 0.0625 1 1 3851 3254 0 0.375 1 2 interp_poly 61 -17 -47 -18 3836 4101 3 MP PP 3836 4101 0 0 0.625 3789 4083 0 0 0.625 3836 4101 0 0 0.625 2 interp_poly 3789 4083 0 0 0.625 3850 4066 0 0 0.625 3789 4083 0 0 0.625 2 interp_poly -47 -17 61 -17 3789 4083 3 MP PP 3789 4083 0 0 0.625 3850 4066 0 0 0.625 3789 4083 0 0 0.625 2 interp_poly 3850 4066 0 0 0.625 3803 4049 0 0 0.625 3850 4066 0 0 0.625 2 interp_poly 61 -22 -47 -20 3832 3978 3 MP PP 3832 3978 0 0 0.562 3785 3958 0 0 0.562 3832 3978 0 0 0.562 2 interp_poly 3785 3958 0 0 0.562 3846 3936 0 0 0.625 3785 3958 0 0 0.562 2 interp_poly -47 -21 61 -22 3785 3958 3 MP PP 3785 3958 0 0 0.562 3846 3936 0 0 0.625 3785 3958 0 0 0.562 2 interp_poly 3846 3936 0 0 0.625 3799 3915 0 0 0.625 3846 3936 0 0 0.625 2 interp_poly 60 -18 -46 -22 3830 4449 3 MP PP 3830 4449 0 0 0.562 3784 4427 0 0 0.562 3830 4449 0 0 0.562 2 interp_poly 3784 4427 0 0 0.562 3844 4409 0 0 0.562 3784 4427 0 0 0.562 2 interp_poly -46 -25 60 -18 3784 4427 3 MP PP 3784 4427 0 0 0.562 3844 4409 0 0 0.562 3784 4427 0 0 0.562 2 interp_poly 3844 4409 0 0 0.562 3798 4384 0 0 0.562 3844 4409 0 0 0.562 2 interp_poly 60 -17 -46 -25 3827 3833 3 MP PP 3827 3833 0 0 0.625 3781 3808 0 0 0.625 3827 3833 0 0 0.625 2 interp_poly 3781 3808 0 0 0.625 3841 3791 0 0 0.625 3781 3808 0 0 0.625 2 interp_poly -46 -24 60 -17 3781 3808 3 MP PP 3781 3808 0 0 0.625 3841 3791 0 0 0.625 3781 3808 0 0 0.625 2 interp_poly 3841 3791 0 0 0.625 3795 3767 0 0 0.625 3841 3791 0 0 0.625 2 interp_poly 61 -13 -47 -30 3826 4283 3 MP PP 3826 4283 0 0 0.625 3779 4253 0 0 0.625 3826 4283 0 0 0.625 2 interp_poly 3779 4253 0 0 0.625 3840 4240 0 0 0.625 3779 4253 0 0 0.625 2 interp_poly -47 -33 61 -13 3779 4253 3 MP PP 3779 4253 0 0 0.625 3840 4240 0 0 0.625 3779 4253 0 0 0.625 2 interp_poly 3840 4240 0 0 0.625 3793 4207 0 0 0.625 3840 4240 0 0 0.625 2 interp_poly 60 -41 -46 -129 3823 3661 3 MP PP 3823 3661 0 0 0.688 3777 3532 0 0 0.938 3823 3661 0 0 0.688 2 interp_poly 3777 3532 0 0 0.938 3837 3491 0 0 0.938 3777 3532 0 0 0.938 2 interp_poly -46 -24 60 -8 3708 3408 3 MP PP 3708 3408 0 0 0.625 3768 3400 0 0 0.625 3708 3408 0 0 0.625 2 interp_poly 3768 3400 0 0 0.625 3722 3376 0 0 0.625 3768 3400 0 0 0.625 2 interp_poly 60 -8 -46 -12 3754 3420 3 MP PP 3754 3420 0 0 0.688 3708 3408 0 0 0.625 3754 3420 0 0 0.688 2 interp_poly 3708 3408 0 0 0.625 3768 3400 0 0 0.625 3708 3408 0 0 0.625 2 interp_poly -47 -14 61 -6 3754 3420 3 MP PP 3754 3420 0 0 0.688 3815 3414 0 0 0.625 3754 3420 0 0 0.688 2 interp_poly 3815 3414 0 0 0.625 3768 3400 0 0 0.625 3815 3414 0 0 0.625 2 interp_poly -47 43 61 12 3740 3365 3 MP PP 3740 3365 0 0 0.875 3801 3377 0 0 0.812 3740 3365 0 0 0.875 2 interp_poly 3801 3377 0 0 0.812 3754 3420 0 0 0.688 3801 3377 0 0 0.812 2 interp_poly 61 -6 -47 43 3801 3377 3 MP PP 3801 3377 0 0 0.812 3754 3420 0 0 0.688 3801 3377 0 0 0.812 2 interp_poly 3754 3420 0 0 0.688 3815 3414 0 0 0.625 3754 3420 0 0 0.688 2 interp_poly -46 -245 60 -41 3777 3532 3 MP PP 3777 3532 0 0 0.938 3837 3491 0 0 0.938 3777 3532 0 0 0.938 2 interp_poly 3837 3491 0 0 0.938 3791 3246 0 0.438 1 3837 3491 0 0 0.938 2 interp_poly 61 -13 -47 -17 3822 4131 3 MP PP 3822 4131 0 0 0.625 3775 4114 0 0 0.625 3822 4131 0 0 0.625 2 interp_poly 3775 4114 0 0 0.625 3836 4101 0 0 0.625 3775 4114 0 0 0.625 2 interp_poly -47 -18 61 -13 3775 4114 3 MP PP 3775 4114 0 0 0.625 3836 4101 0 0 0.625 3775 4114 0 0 0.625 2 interp_poly 3836 4101 0 0 0.625 3789 4083 0 0 0.625 3836 4101 0 0 0.625 2 interp_poly 61 -17 -46 -19 3817 4014 3 MP PP 3817 4014 0 0 0.625 3771 3995 0 0 0.562 3817 4014 0 0 0.625 2 interp_poly 3771 3995 0 0 0.562 3832 3978 0 0 0.562 3771 3995 0 0 0.562 2 interp_poly -47 -20 61 -17 3771 3995 3 MP PP 3771 3995 0 0 0.562 3832 3978 0 0 0.562 3771 3995 0 0 0.562 2 interp_poly 3832 3978 0 0 0.562 3785 3958 0 0 0.562 3832 3978 0 0 0.562 2 interp_poly -46 -22 61 -16 3769 4465 3 MP PP 3769 4465 0 0 0.562 3830 4449 0 0 0.562 3769 4465 0 0 0.562 2 interp_poly 3830 4449 0 0 0.562 3784 4427 0 0 0.562 3830 4449 0 0 0.562 2 interp_poly 60 -15 -46 -26 3813 3874 3 MP PP 3813 3874 0 0 0.625 3767 3848 0 0 0.625 3813 3874 0 0 0.625 2 interp_poly 3767 3848 0 0 0.625 3827 3833 0 0 0.625 3767 3848 0 0 0.625 2 interp_poly -46 -25 60 -15 3767 3848 3 MP PP 3767 3848 0 0 0.625 3827 3833 0 0 0.625 3767 3848 0 0 0.625 2 interp_poly 3827 3833 0 0 0.625 3781 3808 0 0 0.625 3827 3833 0 0 0.625 2 interp_poly 61 -24 -47 -26 3812 4333 3 MP PP 3812 4333 0 0 0.562 3765 4307 0 0 0.562 3812 4333 0 0 0.562 2 interp_poly 3765 4307 0 0 0.562 3826 4283 0 0 0.625 3765 4307 0 0 0.562 2 interp_poly -47 -30 61 -24 3765 4307 3 MP PP 3765 4307 0 0 0.562 3826 4283 0 0 0.625 3765 4307 0 0 0.562 2 interp_poly 3826 4283 0 0 0.625 3779 4253 0 0 0.625 3826 4283 0 0 0.625 2 interp_poly 60 -33 -46 -37 3809 3731 3 MP PP 3809 3731 0 0 0.625 3763 3694 0 0 0.625 3809 3731 0 0 0.625 2 interp_poly 3763 3694 0 0 0.625 3823 3661 0 0 0.688 3763 3694 0 0 0.625 2 interp_poly -46 -129 60 -33 3763 3694 3 MP PP 3763 3694 0 0 0.625 3823 3661 0 0 0.688 3763 3694 0 0 0.625 2 interp_poly 3823 3661 0 0 0.688 3777 3532 0 0 0.938 3823 3661 0 0 0.688 2 interp_poly 61 -12 -47 -23 3808 4166 3 MP PP 3808 4166 0 0 0.625 3761 4143 0 0 0.625 3808 4166 0 0 0.625 2 interp_poly 3761 4143 0 0 0.625 3822 4131 0 0 0.625 3761 4143 0 0 0.625 2 interp_poly -47 -17 61 -12 3761 4143 3 MP PP 3761 4143 0 0 0.625 3822 4131 0 0 0.625 3761 4143 0 0 0.625 2 interp_poly 3822 4131 0 0 0.625 3775 4114 0 0 0.625 3822 4131 0 0 0.625 2 interp_poly -47 205 61 -60 3758 2698 3 MP PP 3758 2698 0.438 1 0.625 3819 2638 0.5 1 0.562 3758 2698 0.438 1 0.625 2 interp_poly 3819 2638 0.5 1 0.562 3772 2843 0.0625 1 1 3819 2638 0.5 1 0.562 2 interp_poly 61 -60 -47 -208 3805 2906 3 MP PP 3805 2906 0.0625 1 1 3758 2698 0.438 1 0.625 3805 2906 0.0625 1 1 2 interp_poly 3758 2698 0.438 1 0.625 3819 2638 0.5 1 0.562 3758 2698 0.438 1 0.625 2 interp_poly 60 -20 -46 -15 3803 4049 3 MP PP 3803 4049 0 0 0.625 3757 4034 0 0 0.562 3803 4049 0 0 0.625 2 interp_poly 3757 4034 0 0 0.562 3817 4014 0 0 0.625 3757 4034 0 0 0.562 2 interp_poly -46 -19 60 -20 3757 4034 3 MP PP 3757 4034 0 0 0.562 3817 4014 0 0 0.625 3757 4034 0 0 0.562 2 interp_poly 3817 4014 0 0 0.625 3771 3995 0 0 0.562 3817 4014 0 0 0.625 2 interp_poly 60 -14 -46 -27 3799 3915 3 MP PP 3799 3915 0 0 0.625 3753 3888 0 0 0.625 3799 3915 0 0 0.625 2 interp_poly 3753 3888 0 0 0.625 3813 3874 0 0 0.625 3753 3888 0 0 0.625 2 interp_poly -46 -26 60 -14 3753 3888 3 MP PP 3753 3888 0 0 0.625 3813 3874 0 0 0.625 3753 3888 0 0 0.625 2 interp_poly 3813 3874 0 0 0.625 3767 3848 0 0 0.625 3813 3874 0 0 0.625 2 interp_poly 61 -25 -47 -26 3798 4384 3 MP PP 3798 4384 0 0 0.562 3751 4358 0 0 0.562 3798 4384 0 0 0.562 2 interp_poly 3751 4358 0 0 0.562 3812 4333 0 0 0.562 3751 4358 0 0 0.562 2 interp_poly -47 -26 61 -25 3751 4358 3 MP PP 3751 4358 0 0 0.562 3812 4333 0 0 0.562 3751 4358 0 0 0.562 2 interp_poly 3812 4333 0 0 0.562 3765 4307 0 0 0.562 3812 4333 0 0 0.562 2 interp_poly 61 -8 -47 -28 3795 3767 3 MP PP 3795 3767 0 0 0.625 3748 3739 0 0 0.625 3795 3767 0 0 0.625 2 interp_poly 3748 3739 0 0 0.625 3809 3731 0 0 0.625 3748 3739 0 0 0.625 2 interp_poly -46 -37 61 -8 3748 3739 3 MP PP 3748 3739 0 0 0.625 3809 3731 0 0 0.625 3748 3739 0 0 0.625 2 interp_poly 3809 3731 0 0 0.625 3763 3694 0 0 0.625 3809 3731 0 0 0.625 2 interp_poly 61 -9 -46 -32 3793 4207 3 MP PP 3793 4207 0 0 0.625 3747 4175 0 0 0.625 3793 4207 0 0 0.625 2 interp_poly 3747 4175 0 0 0.625 3808 4166 0 0 0.625 3747 4175 0 0 0.625 2 interp_poly -47 -23 61 -9 3747 4175 3 MP PP 3747 4175 0 0 0.625 3808 4166 0 0 0.625 3747 4175 0 0 0.625 2 interp_poly 3808 4166 0 0 0.625 3761 4143 0 0 0.625 3808 4166 0 0 0.625 2 interp_poly 60 -16 -46 -20 3737 2942 3 MP PP 3737 2942 0 0 0.562 3691 2922 0 0 0.562 3737 2942 0 0 0.562 2 interp_poly 3691 2922 0 0 0.562 3751 2906 0 0 0.562 3691 2922 0 0 0.562 2 interp_poly -47 -19 61 -16 3709 3010 3 MP PP 3709 3010 0 0 0.562 3770 2994 0 0 0.562 3709 3010 0 0 0.562 2 interp_poly 3770 2994 0 0 0.562 3723 2975 0 0 0.562 3770 2994 0 0 0.562 2 interp_poly 61 -16 -47 -18 3756 3028 3 MP PP 3756 3028 0 0 0.562 3709 3010 0 0 0.562 3756 3028 0 0 0.562 2 interp_poly 3709 3010 0 0 0.562 3770 2994 0 0 0.562 3709 3010 0 0 0.562 2 interp_poly 61 -16 -47 -21 3705 2885 3 MP PP 3705 2885 0 0 0.562 3658 2864 0 0 0.562 3705 2885 0 0 0.562 2 interp_poly 3658 2864 0 0 0.562 3719 2848 0 0 0.562 3658 2864 0 0 0.562 2 interp_poly -46 -17 60 -17 3663 2992 3 MP PP 3663 2992 0 0 0.562 3723 2975 0 0 0.562 3663 2992 0 0 0.562 2 interp_poly 3723 2975 0 0 0.562 3677 2958 0 0 0.562 3723 2975 0 0 0.562 2 interp_poly 60 -17 -46 -18 3709 3010 3 MP PP 3709 3010 0 0 0.562 3663 2992 0 0 0.562 3709 3010 0 0 0.562 2 interp_poly 3663 2992 0 0 0.562 3723 2975 0 0 0.562 3663 2992 0 0 0.562 2 interp_poly -46 -17 60 -18 3667 3111 3 MP PP 3667 3111 0 0 0.562 3727 3093 0 0 0.562 3667 3111 0 0 0.562 2 interp_poly 3727 3093 0 0 0.562 3681 3076 0 0 0.562 3727 3093 0 0 0.562 2 interp_poly 60 -18 -46 -18 3713 3129 3 MP PP 3713 3129 0 0 0.562 3667 3111 0 0 0.562 3713 3129 0 0 0.562 2 interp_poly 3667 3111 0 0 0.562 3727 3093 0 0 0.562 3667 3111 0 0 0.562 2 interp_poly -46 -20 60 -16 3677 2958 3 MP PP 3677 2958 0 0 0.562 3737 2942 0 0 0.562 3677 2958 0 0 0.562 2 interp_poly 3737 2942 0 0 0.562 3691 2922 0 0 0.562 3737 2942 0 0 0.562 2 interp_poly 60 -16 -46 -17 3723 2975 3 MP PP 3723 2975 0 0 0.562 3677 2958 0 0 0.562 3723 2975 0 0 0.562 2 interp_poly 3677 2958 0 0 0.562 3737 2942 0 0 0.562 3677 2958 0 0 0.562 2 interp_poly -46 -15 60 -16 3681 3076 3 MP PP 3681 3076 0 0 0.562 3741 3060 0 0 0.562 3681 3076 0 0 0.562 2 interp_poly 3741 3060 0 0 0.562 3695 3045 0 0 0.562 3741 3060 0 0 0.562 2 interp_poly 60 -16 -46 -17 3727 3093 3 MP PP 3727 3093 0 0 0.562 3681 3076 0 0 0.562 3727 3093 0 0 0.562 2 interp_poly 3681 3076 0 0 0.562 3741 3060 0 0 0.562 3681 3076 0 0 0.562 2 interp_poly -47 -16 61 -14 3685 3192 3 MP PP 3685 3192 0 0 0.625 3746 3178 0 0 0.625 3685 3192 0 0 0.625 2 interp_poly 3746 3178 0 0 0.625 3699 3162 0 0 0.625 3746 3178 0 0 0.625 2 interp_poly -46 -21 60 -16 3691 2922 3 MP PP 3691 2922 0 0 0.562 3751 2906 0 0 0.562 3691 2922 0 0 0.562 2 interp_poly 3751 2906 0 0 0.562 3705 2885 0 0 0.562 3751 2906 0 0 0.562 2 interp_poly -47 -18 61 -17 3695 3045 3 MP PP 3695 3045 0 0 0.562 3756 3028 0 0 0.562 3695 3045 0 0 0.562 2 interp_poly 3756 3028 0 0 0.562 3709 3010 0 0 0.562 3756 3028 0 0 0.562 2 interp_poly 61 -17 -46 -15 3741 3060 3 MP PP 3741 3060 0 0 0.562 3695 3045 0 0 0.562 3741 3060 0 0 0.562 2 interp_poly 3695 3045 0 0 0.562 3756 3028 0 0 0.562 3695 3045 0 0 0.562 2 interp_poly -47 -18 61 -15 3699 3162 3 MP PP 3699 3162 0 0 0.625 3760 3147 0 0 0.562 3699 3162 0 0 0.625 2 interp_poly 3760 3147 0 0 0.562 3713 3129 0 0 0.562 3760 3147 0 0 0.562 2 interp_poly 61 -15 -47 -16 3746 3178 3 MP PP 3746 3178 0 0 0.625 3699 3162 0 0 0.625 3746 3178 0 0 0.625 2 interp_poly 3699 3162 0 0 0.625 3760 3147 0 0 0.562 3699 3162 0 0 0.625 2 interp_poly -46 -21 60 -16 3705 2885 3 MP PP 3705 2885 0 0 0.562 3765 2869 0 0 0.562 3705 2885 0 0 0.562 2 interp_poly 3765 2869 0 0 0.562 3719 2848 0 0 0.562 3765 2869 0 0 0.562 2 interp_poly 60 -16 -46 -21 3751 2906 3 MP PP 3751 2906 0 0 0.562 3705 2885 0 0 0.562 3751 2906 0 0 0.562 2 interp_poly 3705 2885 0 0 0.562 3765 2869 0 0 0.562 3705 2885 0 0 0.562 2 interp_poly -47 -19 61 -17 3713 3129 3 MP PP 3713 3129 0 0 0.562 3774 3112 0 0 0.562 3713 3129 0 0 0.562 2 interp_poly 3774 3112 0 0 0.562 3727 3093 0 0 0.562 3774 3112 0 0 0.562 2 interp_poly 61 -17 -47 -18 3760 3147 3 MP PP 3760 3147 0 0 0.562 3713 3129 0 0 0.562 3760 3147 0 0 0.562 2 interp_poly 3713 3129 0 0 0.562 3774 3112 0 0 0.562 3713 3129 0 0 0.562 2 interp_poly -46 338 60 -20 3712 2863 3 MP PP 3712 2863 0.0625 1 1 3772 2843 0.0625 1 1 3712 2863 0.0625 1 1 2 interp_poly 3772 2843 0.0625 1 1 3726 3181 0 0.312 1 3772 2843 0.0625 1 1 2 interp_poly -47 -21 61 -17 3671 3230 3 MP PP 3671 3230 0 0 0.625 3732 3213 0 0 0.625 3671 3230 0 0 0.625 2 interp_poly 3732 3213 0 0 0.625 3685 3192 0 0 0.625 3732 3213 0 0 0.625 2 interp_poly 61 -17 -46 -20 3717 3250 3 MP PP 3717 3250 0 0 0.625 3671 3230 0 0 0.625 3717 3250 0 0 0.625 2 interp_poly 3671 3230 0 0 0.625 3732 3213 0 0 0.625 3671 3230 0 0 0.625 2 interp_poly 61 -14 -47 -21 3732 3213 3 MP PP 3732 3213 0 0 0.625 3685 3192 0 0 0.625 3732 3213 0 0 0.625 2 interp_poly 3685 3192 0 0 0.625 3746 3178 0 0 0.625 3685 3192 0 0 0.625 2 interp_poly -47 -24 61 -12 3689 3314 3 MP PP 3689 3314 0 0 0.625 3750 3302 0 0 0.625 3689 3314 0 0 0.625 2 interp_poly 3750 3302 0 0 0.625 3703 3278 0 0 0.625 3750 3302 0 0 0.625 2 interp_poly 61 -12 -47 -30 3736 3344 3 MP PP 3736 3344 0 0 0.625 3689 3314 0 0 0.625 3736 3344 0 0 0.625 2 interp_poly 3689 3314 0 0 0.625 3750 3302 0 0 0.625 3689 3314 0 0 0.625 2 interp_poly -47 -18 61 -10 3703 3278 3 MP PP 3703 3278 0 0 0.625 3764 3268 0 0 0.625 3703 3278 0 0 0.625 2 interp_poly 3764 3268 0 0 0.625 3717 3250 0 0 0.625 3764 3268 0 0 0.625 2 interp_poly 61 -10 -47 -24 3750 3302 3 MP PP 3750 3302 0 0 0.625 3703 3278 0 0 0.625 3750 3302 0 0 0.625 2 interp_poly 3703 3278 0 0 0.625 3764 3268 0 0 0.625 3703 3278 0 0 0.625 2 interp_poly -46 180 60 4 3726 3181 3 MP PP 3726 3181 0 0.312 1 3786 3185 0 0.25 1 3726 3181 0 0.312 1 2 interp_poly 3786 3185 0 0.25 1 3740 3365 0 0 0.875 3786 3185 0 0.25 1 2 interp_poly 60 4 -46 338 3772 2843 3 MP PP 3772 2843 0.0625 1 1 3726 3181 0 0.312 1 3772 2843 0.0625 1 1 2 interp_poly 3726 3181 0 0.312 1 3786 3185 0 0.25 1 3726 3181 0 0.312 1 2 interp_poly 61 -6 -47 -334 3791 3246 3 MP PP 3791 3246 0 0.438 1 3744 2912 0.0625 1 1 3791 3246 0 0.438 1 2 interp_poly 3744 2912 0.0625 1 1 3805 2906 0.0625 1 1 3744 2912 0.0625 1 1 2 interp_poly -47 -21 61 -16 3658 2864 3 MP PP 3658 2864 0 0 0.562 3719 2848 0 0 0.562 3658 2864 0 0 0.562 2 interp_poly 3719 2848 0 0 0.562 3672 2827 0 0 0.562 3719 2848 0 0 0.562 2 interp_poly 61 -17 -47 -21 3719 2848 3 MP PP 3719 2848 0 0 0.562 3672 2827 0 0 0.562 3719 2848 0 0 0.562 2 interp_poly 3672 2827 0 0 0.562 3733 2810 0 0 0.562 3672 2827 0 0 0.562 2 interp_poly 60 -20 -46 165 3758 2698 3 MP PP 3758 2698 0.438 1 0.625 3712 2863 0.0625 1 1 3758 2698 0.438 1 0.625 2 interp_poly 3712 2863 0.0625 1 1 3772 2843 0.0625 1 1 3712 2863 0.0625 1 1 2 interp_poly -47 -208 61 -6 3744 2912 3 MP PP 3744 2912 0.0625 1 1 3805 2906 0.0625 1 1 3744 2912 0.0625 1 1 2 interp_poly 3805 2906 0.0625 1 1 3758 2698 0.438 1 0.625 3805 2906 0.0625 1 1 2 interp_poly 60 -18 -46 -16 3789 4083 3 MP PP 3789 4083 0 0 0.625 3743 4067 0 0 0.625 3789 4083 0 0 0.625 2 interp_poly 3743 4067 0 0 0.625 3803 4049 0 0 0.625 3743 4067 0 0 0.625 2 interp_poly -46 -15 60 -18 3743 4067 3 MP PP 3743 4067 0 0 0.625 3803 4049 0 0 0.625 3743 4067 0 0 0.625 2 interp_poly 3803 4049 0 0 0.625 3757 4034 0 0 0.562 3803 4049 0 0 0.625 2 interp_poly 60 -15 -46 -28 3785 3958 3 MP PP 3785 3958 0 0 0.562 3739 3930 0 0 0.625 3785 3958 0 0 0.562 2 interp_poly 3739 3930 0 0 0.625 3799 3915 0 0 0.625 3739 3930 0 0 0.625 2 interp_poly -46 -27 60 -15 3739 3930 3 MP PP 3739 3930 0 0 0.625 3799 3915 0 0 0.625 3739 3930 0 0 0.625 2 interp_poly 3799 3915 0 0 0.625 3753 3888 0 0 0.625 3799 3915 0 0 0.625 2 interp_poly 61 -20 -47 -23 3784 4427 3 MP PP 3784 4427 0 0 0.562 3737 4404 0 0 0.562 3784 4427 0 0 0.562 2 interp_poly 3737 4404 0 0 0.562 3798 4384 0 0 0.562 3737 4404 0 0 0.562 2 interp_poly -47 -26 61 -20 3737 4404 3 MP PP 3737 4404 0 0 0.562 3798 4384 0 0 0.562 3737 4404 0 0 0.562 2 interp_poly 3798 4384 0 0 0.562 3751 4358 0 0 0.562 3798 4384 0 0 0.562 2 interp_poly 61 -8 -47 -33 3781 3808 3 MP PP 3781 3808 0 0 0.625 3734 3775 0 0 0.625 3781 3808 0 0 0.625 2 interp_poly 3734 3775 0 0 0.625 3795 3767 0 0 0.625 3734 3775 0 0 0.625 2 interp_poly -47 -28 61 -8 3734 3775 3 MP PP 3734 3775 0 0 0.625 3795 3767 0 0 0.625 3734 3775 0 0 0.625 2 interp_poly 3795 3767 0 0 0.625 3748 3739 0 0 0.625 3795 3767 0 0 0.625 2 interp_poly 60 -10 -46 -36 3779 4253 3 MP PP 3779 4253 0 0 0.625 3733 4217 0 0 0.625 3779 4253 0 0 0.625 2 interp_poly 3733 4217 0 0 0.625 3793 4207 0 0 0.625 3733 4217 0 0 0.625 2 interp_poly -46 -32 60 -10 3733 4217 3 MP PP 3733 4217 0 0 0.625 3793 4207 0 0 0.625 3733 4217 0 0 0.625 2 interp_poly 3793 4207 0 0 0.625 3747 4175 0 0 0.625 3793 4207 0 0 0.625 2 interp_poly -46 -15 60 -12 3643 3290 3 MP PP 3643 3290 0 0 0.625 3703 3278 0 0 0.625 3643 3290 0 0 0.625 2 interp_poly 3703 3278 0 0 0.625 3657 3263 0 0 0.625 3703 3278 0 0 0.625 2 interp_poly 60 -12 -46 -24 3689 3314 3 MP PP 3689 3314 0 0 0.625 3643 3290 0 0 0.625 3689 3314 0 0 0.625 2 interp_poly 3643 3290 0 0 0.625 3703 3278 0 0 0.625 3643 3290 0 0 0.625 2 interp_poly -46 -20 60 -13 3657 3263 3 MP PP 3657 3263 0 0 0.625 3717 3250 0 0 0.625 3657 3263 0 0 0.625 2 interp_poly 3717 3250 0 0 0.625 3671 3230 0 0 0.625 3717 3250 0 0 0.625 2 interp_poly 60 -13 -46 -15 3703 3278 3 MP PP 3703 3278 0 0 0.625 3657 3263 0 0 0.625 3703 3278 0 0 0.625 2 interp_poly 3657 3263 0 0 0.625 3717 3250 0 0 0.625 3657 3263 0 0 0.625 2 interp_poly -47 -24 61 -6 3661 3382 3 MP PP 3661 3382 0 0 0.625 3722 3376 0 0 0.625 3661 3382 0 0 0.625 2 interp_poly 3722 3376 0 0 0.625 3675 3352 0 0 0.625 3722 3376 0 0 0.625 2 interp_poly -47 -30 61 -8 3675 3352 3 MP PP 3675 3352 0 0 0.625 3736 3344 0 0 0.625 3675 3352 0 0 0.625 2 interp_poly 3736 3344 0 0 0.625 3689 3314 0 0 0.625 3736 3344 0 0 0.625 2 interp_poly 61 -8 -47 -24 3722 3376 3 MP PP 3722 3376 0 0 0.625 3675 3352 0 0 0.625 3722 3376 0 0 0.625 2 interp_poly 3675 3352 0 0 0.625 3736 3344 0 0 0.625 3675 3352 0 0 0.625 2 interp_poly 61 9 -47 175 3726 3181 3 MP PP 3726 3181 0 0.312 1 3679 3356 0 0 0.938 3726 3181 0 0.312 1 2 interp_poly 3679 3356 0 0 0.938 3740 3365 0 0 0.875 3679 3356 0 0 0.938 2 interp_poly 61 -2 -47 -284 3777 3532 3 MP PP 3777 3532 0 0 0.938 3730 3248 0 0.438 1 3777 3532 0 0 0.938 2 interp_poly 3730 3248 0 0.438 1 3791 3246 0 0.438 1 3730 3248 0 0.438 1 2 interp_poly -47 -334 61 -2 3730 3248 3 MP PP 3730 3248 0 0.438 1 3791 3246 0 0.438 1 3730 3248 0 0.438 1 2 interp_poly 3791 3246 0 0.438 1 3744 2912 0.0625 1 1 3791 3246 0 0.438 1 2 interp_poly 60 -14 -46 -17 3775 4114 3 MP PP 3775 4114 0 0 0.625 3729 4097 0 0 0.625 3775 4114 0 0 0.625 2 interp_poly 3729 4097 0 0 0.625 3789 4083 0 0 0.625 3729 4097 0 0 0.625 2 interp_poly -46 -16 60 -14 3729 4097 3 MP PP 3729 4097 0 0 0.625 3789 4083 0 0 0.625 3729 4097 0 0 0.625 2 interp_poly 3789 4083 0 0 0.625 3743 4067 0 0 0.625 3789 4083 0 0 0.625 2 interp_poly 61 -11 -47 -26 3771 3995 3 MP PP 3771 3995 0 0 0.562 3724 3969 0 0 0.625 3771 3995 0 0 0.562 2 interp_poly 3724 3969 0 0 0.625 3785 3958 0 0 0.562 3724 3969 0 0 0.625 2 interp_poly -46 -28 61 -11 3724 3969 3 MP PP 3724 3969 0 0 0.625 3785 3958 0 0 0.562 3724 3969 0 0 0.625 2 interp_poly 3785 3958 0 0 0.562 3739 3930 0 0 0.625 3785 3958 0 0 0.562 2 interp_poly 61 -17 -46 -21 3769 4465 3 MP PP 3769 4465 0 0 0.562 3723 4444 0 0 0.562 3769 4465 0 0 0.562 2 interp_poly 3723 4444 0 0 0.562 3784 4427 0 0 0.562 3723 4444 0 0 0.562 2 interp_poly -47 -23 61 -17 3723 4444 3 MP PP 3723 4444 0 0 0.562 3784 4427 0 0 0.562 3723 4444 0 0 0.562 2 interp_poly 3784 4427 0 0 0.562 3737 4404 0 0 0.562 3784 4427 0 0 0.562 2 interp_poly 61 -5 -47 -35 3767 3848 3 MP PP 3767 3848 0 0 0.625 3720 3813 0 0 0.625 3767 3848 0 0 0.625 2 interp_poly 3720 3813 0 0 0.625 3781 3808 0 0 0.625 3720 3813 0 0 0.625 2 interp_poly -47 -33 61 -5 3720 3813 3 MP PP 3720 3813 0 0 0.625 3781 3808 0 0 0.625 3720 3813 0 0 0.625 2 interp_poly 3781 3808 0 0 0.625 3734 3775 0 0 0.625 3781 3808 0 0 0.625 2 interp_poly 60 -21 -46 -33 3765 4307 3 MP PP 3765 4307 0 0 0.562 3719 4274 0 0 0.625 3765 4307 0 0 0.562 2 interp_poly 3719 4274 0 0 0.625 3779 4253 0 0 0.625 3719 4274 0 0 0.625 2 interp_poly -46 -36 60 -21 3719 4274 3 MP PP 3719 4274 0 0 0.625 3779 4253 0 0 0.625 3719 4274 0 0 0.625 2 interp_poly 3779 4253 0 0 0.625 3733 4217 0 0 0.625 3779 4253 0 0 0.625 2 interp_poly 61 -64 -47 -98 3763 3694 3 MP PP 3763 3694 0 0 0.625 3716 3596 0 0 0.812 3763 3694 0 0 0.625 2 interp_poly 3716 3596 0 0 0.812 3777 3532 0 0 0.938 3716 3596 0 0 0.812 2 interp_poly -47 -26 61 -5 3647 3413 3 MP PP 3647 3413 0 0 0.688 3708 3408 0 0 0.625 3647 3413 0 0 0.688 2 interp_poly 3708 3408 0 0 0.625 3661 3382 0 0 0.625 3708 3408 0 0 0.625 2 interp_poly 61 -5 -46 0 3693 3413 3 MP PP 3693 3413 0 0 0.688 3647 3413 0 0 0.688 3693 3413 0 0 0.688 2 interp_poly 3647 3413 0 0 0.688 3708 3408 0 0 0.625 3647 3413 0 0 0.688 2 interp_poly 61 -6 -47 -26 3708 3408 3 MP PP 3708 3408 0 0 0.625 3661 3382 0 0 0.625 3708 3408 0 0 0.625 2 interp_poly 3661 3382 0 0 0.625 3722 3376 0 0 0.625 3661 3382 0 0 0.625 2 interp_poly -47 48 61 9 3679 3356 3 MP PP 3679 3356 0 0 0.938 3740 3365 0 0 0.875 3679 3356 0 0 0.938 2 interp_poly 3740 3365 0 0 0.875 3693 3413 0 0 0.688 3740 3365 0 0 0.875 2 interp_poly -46 -12 61 7 3693 3413 3 MP PP 3693 3413 0 0 0.688 3754 3420 0 0 0.688 3693 3413 0 0 0.688 2 interp_poly 3754 3420 0 0 0.688 3708 3408 0 0 0.625 3754 3420 0 0 0.688 2 interp_poly 61 7 -47 48 3740 3365 3 MP PP 3740 3365 0 0 0.875 3693 3413 0 0 0.688 3740 3365 0 0 0.875 2 interp_poly 3693 3413 0 0 0.688 3754 3420 0 0 0.688 3693 3413 0 0 0.688 2 interp_poly -47 -284 61 -64 3716 3596 3 MP PP 3716 3596 0 0 0.812 3777 3532 0 0 0.938 3716 3596 0 0 0.812 2 interp_poly 3777 3532 0 0 0.938 3730 3248 0 0.438 1 3777 3532 0 0 0.938 2 interp_poly 60 -12 -46 -17 3761 4143 3 MP PP 3761 4143 0 0 0.625 3715 4126 0 0 0.625 3761 4143 0 0 0.625 2 interp_poly 3715 4126 0 0 0.625 3775 4114 0 0 0.625 3715 4126 0 0 0.625 2 interp_poly -46 -17 60 -12 3715 4126 3 MP PP 3715 4126 0 0 0.625 3775 4114 0 0 0.625 3715 4126 0 0 0.625 2 interp_poly 3775 4114 0 0 0.625 3729 4097 0 0 0.625 3775 4114 0 0 0.625 2 interp_poly 61 -15 -47 -24 3757 4034 3 MP PP 3757 4034 0 0 0.562 3710 4010 0 0 0.625 3757 4034 0 0 0.562 2 interp_poly 3710 4010 0 0 0.625 3771 3995 0 0 0.562 3710 4010 0 0 0.625 2 interp_poly -47 -26 61 -15 3710 4010 3 MP PP 3710 4010 0 0 0.625 3771 3995 0 0 0.562 3710 4010 0 0 0.625 2 interp_poly 3771 3995 0 0 0.562 3724 3969 0 0 0.625 3771 3995 0 0 0.562 2 interp_poly -46 -21 60 -17 3709 4482 3 MP PP 3709 4482 0 0 0.562 3769 4465 0 0 0.562 3709 4482 0 0 0.562 2 interp_poly 3769 4465 0 0 0.562 3723 4444 0 0 0.562 3769 4465 0 0 0.562 2 interp_poly 61 -5 -47 -35 3753 3888 3 MP PP 3753 3888 0 0 0.625 3706 3853 0 0 0.625 3753 3888 0 0 0.625 2 interp_poly 3706 3853 0 0 0.625 3767 3848 0 0 0.625 3706 3853 0 0 0.625 2 interp_poly -47 -35 61 -5 3706 3853 3 MP PP 3706 3853 0 0 0.625 3767 3848 0 0 0.625 3706 3853 0 0 0.625 2 interp_poly 3767 3848 0 0 0.625 3720 3813 0 0 0.625 3767 3848 0 0 0.625 2 interp_poly 60 -26 -46 -25 3751 4358 3 MP PP 3751 4358 0 0 0.562 3705 4333 0 0 0.562 3751 4358 0 0 0.562 2 interp_poly 3705 4333 0 0 0.562 3765 4307 0 0 0.562 3705 4333 0 0 0.562 2 interp_poly -46 -33 60 -26 3705 4333 3 MP PP 3705 4333 0 0 0.562 3765 4307 0 0 0.562 3705 4333 0 0 0.562 2 interp_poly 3765 4307 0 0 0.562 3719 4274 0 0 0.625 3765 4307 0 0 0.562 2 interp_poly 61 -21 -46 -24 3748 3739 3 MP PP 3748 3739 0 0 0.625 3702 3715 0 0 0.625 3748 3739 0 0 0.625 2 interp_poly 3702 3715 0 0 0.625 3763 3694 0 0 0.625 3702 3715 0 0 0.625 2 interp_poly -47 -98 61 -21 3702 3715 3 MP PP 3702 3715 0 0 0.625 3763 3694 0 0 0.625 3702 3715 0 0 0.625 2 interp_poly 3763 3694 0 0 0.625 3716 3596 0 0 0.812 3763 3694 0 0 0.625 2 interp_poly 61 -11 -47 -21 3747 4175 3 MP PP 3747 4175 0 0 0.625 3700 4154 0 0 0.625 3747 4175 0 0 0.625 2 interp_poly 3700 4154 0 0 0.625 3761 4143 0 0 0.625 3700 4154 0 0 0.625 2 interp_poly -46 -17 61 -11 3700 4154 3 MP PP 3700 4154 0 0 0.625 3761 4143 0 0 0.625 3700 4154 0 0 0.625 2 interp_poly 3761 4143 0 0 0.625 3715 4126 0 0 0.625 3761 4143 0 0 0.625 2 interp_poly -46 165 60 -15 3698 2713 3 MP PP 3698 2713 0.438 1 0.625 3758 2698 0.438 1 0.625 3698 2713 0.438 1 0.625 2 interp_poly 3758 2698 0.438 1 0.625 3712 2863 0.0625 1 1 3758 2698 0.438 1 0.625 2 interp_poly 60 -15 -46 -199 3744 2912 3 MP PP 3744 2912 0.0625 1 1 3698 2713 0.438 1 0.625 3744 2912 0.0625 1 1 2 interp_poly 3698 2713 0.438 1 0.625 3758 2698 0.438 1 0.625 3698 2713 0.438 1 0.625 2 interp_poly 61 -11 -47 -22 3743 4067 3 MP PP 3743 4067 0 0 0.625 3696 4045 0 0 0.625 3743 4067 0 0 0.625 2 interp_poly 3696 4045 0 0 0.625 3757 4034 0 0 0.562 3696 4045 0 0 0.625 2 interp_poly -47 -24 61 -11 3696 4045 3 MP PP 3696 4045 0 0 0.625 3757 4034 0 0 0.562 3696 4045 0 0 0.625 2 interp_poly 3757 4034 0 0 0.562 3710 4010 0 0 0.625 3757 4034 0 0 0.562 2 interp_poly 61 -5 -47 -37 3739 3930 3 MP PP 3739 3930 0 0 0.625 3692 3893 0 0 0.625 3739 3930 0 0 0.625 2 interp_poly 3692 3893 0 0 0.625 3753 3888 0 0 0.625 3692 3893 0 0 0.625 2 interp_poly -47 -35 61 -5 3692 3893 3 MP PP 3692 3893 0 0 0.625 3753 3888 0 0 0.625 3692 3893 0 0 0.625 2 interp_poly 3753 3888 0 0 0.625 3706 3853 0 0 0.625 3753 3888 0 0 0.625 2 interp_poly 60 -25 -46 -21 3737 4404 3 MP PP 3737 4404 0 0 0.562 3691 4383 0 0 0.562 3737 4404 0 0 0.562 2 interp_poly 3691 4383 0 0 0.562 3751 4358 0 0 0.562 3691 4383 0 0 0.562 2 interp_poly -46 -25 60 -25 3691 4383 3 MP PP 3691 4383 0 0 0.562 3751 4358 0 0 0.562 3691 4383 0 0 0.562 2 interp_poly 3751 4358 0 0 0.562 3705 4333 0 0 0.562 3751 4358 0 0 0.562 2 interp_poly 60 -12 -46 -24 3734 3775 3 MP PP 3734 3775 0 0 0.625 3688 3751 0 0 0.625 3734 3775 0 0 0.625 2 interp_poly 3688 3751 0 0 0.625 3748 3739 0 0 0.625 3688 3751 0 0 0.625 2 interp_poly -46 -24 60 -12 3688 3751 3 MP PP 3688 3751 0 0 0.625 3748 3739 0 0 0.625 3688 3751 0 0 0.625 2 interp_poly 3748 3739 0 0 0.625 3702 3715 0 0 0.625 3748 3739 0 0 0.625 2 interp_poly 61 -10 -47 -32 3733 4217 3 MP PP 3733 4217 0 0 0.625 3686 4185 0 0 0.688 3733 4217 0 0 0.625 2 interp_poly 3686 4185 0 0 0.688 3747 4175 0 0 0.625 3686 4185 0 0 0.688 2 interp_poly -47 -21 61 -10 3686 4185 3 MP PP 3686 4185 0 0 0.688 3747 4175 0 0 0.625 3686 4185 0 0 0.688 2 interp_poly 3747 4175 0 0 0.625 3700 4154 0 0 0.625 3747 4175 0 0 0.625 2 interp_poly -47 -20 61 -17 3630 2939 3 MP PP 3630 2939 0 0 0.562 3691 2922 0 0 0.562 3630 2939 0 0 0.562 2 interp_poly 3691 2922 0 0 0.562 3644 2902 0 0 0.562 3691 2922 0 0 0.562 2 interp_poly 61 -17 -47 -19 3677 2958 3 MP PP 3677 2958 0 0 0.562 3630 2939 0 0 0.562 3677 2958 0 0 0.562 2 interp_poly 3630 2939 0 0 0.562 3691 2922 0 0 0.562 3630 2939 0 0 0.562 2 interp_poly -47 -21 61 -17 3644 2902 3 MP PP 3644 2902 0 0 0.562 3705 2885 0 0 0.562 3644 2902 0 0 0.562 2 interp_poly 3705 2885 0 0 0.562 3658 2864 0 0 0.562 3705 2885 0 0 0.562 2 interp_poly 61 -17 -47 -20 3691 2922 3 MP PP 3691 2922 0 0 0.562 3644 2902 0 0 0.562 3691 2922 0 0 0.562 2 interp_poly 3644 2902 0 0 0.562 3705 2885 0 0 0.562 3644 2902 0 0 0.562 2 interp_poly -46 -18 61 -18 3648 3028 3 MP PP 3648 3028 0 0 0.562 3709 3010 0 0 0.562 3648 3028 0 0 0.562 2 interp_poly 3709 3010 0 0 0.562 3663 2992 0 0 0.562 3709 3010 0 0 0.562 2 interp_poly 61 -18 -47 -17 3695 3045 3 MP PP 3695 3045 0 0 0.562 3648 3028 0 0 0.562 3695 3045 0 0 0.562 2 interp_poly 3648 3028 0 0 0.562 3709 3010 0 0 0.562 3648 3028 0 0 0.562 2 interp_poly 60 -17 -46 -21 3644 2902 3 MP PP 3644 2902 0 0 0.562 3598 2881 0 0 0.562 3644 2902 0 0 0.562 2 interp_poly 3598 2881 0 0 0.562 3658 2864 0 0 0.562 3598 2881 0 0 0.562 2 interp_poly -47 -18 61 -18 3602 3010 3 MP PP 3602 3010 0 0 0.562 3663 2992 0 0 0.562 3602 3010 0 0 0.562 2 interp_poly 3663 2992 0 0 0.562 3616 2974 0 0 0.562 3663 2992 0 0 0.562 2 interp_poly 61 -18 -46 -18 3648 3028 3 MP PP 3648 3028 0 0 0.562 3602 3010 0 0 0.562 3648 3028 0 0 0.562 2 interp_poly 3602 3010 0 0 0.562 3663 2992 0 0 0.562 3602 3010 0 0 0.562 2 interp_poly -47 -16 61 -19 3606 3130 3 MP PP 3606 3130 0 0 0.562 3667 3111 0 0 0.562 3606 3130 0 0 0.562 2 interp_poly 3667 3111 0 0 0.562 3620 3095 0 0 0.562 3667 3111 0 0 0.562 2 interp_poly 61 -19 -47 -17 3653 3147 3 MP PP 3653 3147 0 0 0.562 3606 3130 0 0 0.562 3653 3147 0 0 0.562 2 interp_poly 3606 3130 0 0 0.562 3667 3111 0 0 0.562 3606 3130 0 0 0.562 2 interp_poly -47 -19 61 -16 3616 2974 3 MP PP 3616 2974 0 0 0.562 3677 2958 0 0 0.562 3616 2974 0 0 0.562 2 interp_poly 3677 2958 0 0 0.562 3630 2939 0 0 0.562 3677 2958 0 0 0.562 2 interp_poly 61 -16 -47 -18 3663 2992 3 MP PP 3663 2992 0 0 0.562 3616 2974 0 0 0.562 3663 2992 0 0 0.562 2 interp_poly 3616 2974 0 0 0.562 3677 2958 0 0 0.562 3616 2974 0 0 0.562 2 interp_poly -47 -14 61 -19 3620 3095 3 MP PP 3620 3095 0 0 0.562 3681 3076 0 0 0.562 3620 3095 0 0 0.562 2 interp_poly 3681 3076 0 0 0.562 3634 3062 0 0 0.562 3681 3076 0 0 0.562 2 interp_poly 61 -19 -47 -16 3667 3111 3 MP PP 3667 3111 0 0 0.562 3620 3095 0 0 0.562 3667 3111 0 0 0.562 2 interp_poly 3620 3095 0 0 0.562 3681 3076 0 0 0.562 3620 3095 0 0 0.562 2 interp_poly -47 -17 61 -17 3634 3062 3 MP PP 3634 3062 0 0 0.562 3695 3045 0 0 0.562 3634 3062 0 0 0.562 2 interp_poly 3695 3045 0 0 0.562 3648 3028 0 0 0.562 3695 3045 0 0 0.562 2 interp_poly 61 -17 -47 -14 3681 3076 3 MP PP 3681 3076 0 0 0.562 3634 3062 0 0 0.562 3681 3076 0 0 0.562 2 interp_poly 3634 3062 0 0 0.562 3695 3045 0 0 0.562 3634 3062 0 0 0.562 2 interp_poly -46 -15 60 -17 3639 3179 3 MP PP 3639 3179 0 0 0.625 3699 3162 0 0 0.625 3639 3179 0 0 0.625 2 interp_poly 3699 3162 0 0 0.625 3653 3147 0 0 0.562 3699 3162 0 0 0.625 2 interp_poly -46 -18 60 -18 3653 3147 3 MP PP 3653 3147 0 0 0.562 3713 3129 0 0 0.562 3653 3147 0 0 0.562 2 interp_poly 3713 3129 0 0 0.562 3667 3111 0 0 0.562 3713 3129 0 0 0.562 2 interp_poly 60 -18 -46 -15 3699 3162 3 MP PP 3699 3162 0 0 0.625 3653 3147 0 0 0.562 3699 3162 0 0 0.625 2 interp_poly 3653 3147 0 0 0.562 3713 3129 0 0 0.562 3653 3147 0 0 0.562 2 interp_poly -47 306 61 -7 3651 2870 3 MP PP 3651 2870 0.0625 1 1 3712 2863 0.0625 1 1 3651 2870 0.0625 1 1 2 interp_poly 3712 2863 0.0625 1 1 3665 3169 0 0.375 1 3712 2863 0.0625 1 1 2 interp_poly -47 -19 61 -19 3610 3249 3 MP PP 3610 3249 0 0 0.625 3671 3230 0 0 0.625 3610 3249 0 0 0.625 2 interp_poly 3671 3230 0 0 0.625 3624 3211 0 0 0.625 3671 3230 0 0 0.625 2 interp_poly 61 -19 -47 -14 3657 3263 3 MP PP 3657 3263 0 0 0.625 3610 3249 0 0 0.625 3657 3263 0 0 0.625 2 interp_poly 3610 3249 0 0 0.625 3671 3230 0 0 0.625 3610 3249 0 0 0.625 2 interp_poly -46 -13 61 -19 3624 3211 3 MP PP 3624 3211 0 0 0.625 3685 3192 0 0 0.625 3624 3211 0 0 0.625 2 interp_poly 3685 3192 0 0 0.625 3639 3179 0 0 0.625 3685 3192 0 0 0.625 2 interp_poly 61 -19 -47 -19 3671 3230 3 MP PP 3671 3230 0 0 0.625 3624 3211 0 0 0.625 3671 3230 0 0 0.625 2 interp_poly 3624 3211 0 0 0.625 3685 3192 0 0 0.625 3624 3211 0 0 0.625 2 interp_poly -46 -24 60 -15 3629 3329 3 MP PP 3629 3329 0 0 0.625 3689 3314 0 0 0.625 3629 3329 0 0 0.625 2 interp_poly 3689 3314 0 0 0.625 3643 3290 0 0 0.625 3689 3314 0 0 0.625 2 interp_poly 60 -15 -46 -23 3675 3352 3 MP PP 3675 3352 0 0 0.625 3629 3329 0 0 0.625 3675 3352 0 0 0.625 2 interp_poly 3629 3329 0 0 0.625 3689 3314 0 0 0.625 3629 3329 0 0 0.625 2 interp_poly 60 -17 -46 -13 3685 3192 3 MP PP 3685 3192 0 0 0.625 3639 3179 0 0 0.625 3685 3192 0 0 0.625 2 interp_poly 3639 3179 0 0 0.625 3699 3162 0 0 0.625 3639 3179 0 0 0.625 2 interp_poly -47 175 61 12 3665 3169 3 MP PP 3665 3169 0 0.375 1 3726 3181 0 0.312 1 3665 3169 0 0.375 1 2 interp_poly 3726 3181 0 0.312 1 3679 3356 0 0 0.938 3726 3181 0 0.312 1 2 interp_poly 61 12 -47 306 3712 2863 3 MP PP 3712 2863 0.0625 1 1 3665 3169 0 0.375 1 3712 2863 0.0625 1 1 2 interp_poly 3665 3169 0 0.375 1 3726 3181 0 0.312 1 3665 3169 0 0.375 1 2 interp_poly 60 33 -46 -369 3730 3248 3 MP PP 3730 3248 0 0.438 1 3684 2879 0.188 1 0.875 3730 3248 0 0.438 1 2 interp_poly 3684 2879 0.188 1 0.875 3744 2912 0.0625 1 1 3684 2879 0.188 1 0.875 2 interp_poly -46 -21 60 -17 3598 2881 3 MP PP 3598 2881 0 0 0.562 3658 2864 0 0 0.562 3598 2881 0 0 0.562 2 interp_poly 3658 2864 0 0 0.562 3612 2843 0 0 0.562 3658 2864 0 0 0.562 2 interp_poly 60 -16 -46 -21 3658 2864 3 MP PP 3658 2864 0 0 0.562 3612 2843 0 0 0.562 3658 2864 0 0 0.562 2 interp_poly 3612 2843 0 0 0.562 3672 2827 0 0 0.562 3612 2843 0 0 0.562 2 interp_poly 61 -7 -47 157 3698 2713 3 MP PP 3698 2713 0.438 1 0.625 3651 2870 0.0625 1 1 3698 2713 0.438 1 0.625 2 interp_poly 3651 2870 0.0625 1 1 3712 2863 0.0625 1 1 3651 2870 0.0625 1 1 2 interp_poly -46 -199 60 33 3684 2879 3 MP PP 3684 2879 0.188 1 0.875 3744 2912 0.0625 1 1 3684 2879 0.188 1 0.875 2 interp_poly 3744 2912 0.0625 1 1 3698 2713 0.438 1 0.625 3744 2912 0.0625 1 1 2 interp_poly 61 -9 -47 -21 3729 4097 3 MP PP 3729 4097 0 0 0.625 3682 4076 0 0 0.625 3729 4097 0 0 0.625 2 interp_poly 3682 4076 0 0 0.625 3743 4067 0 0 0.625 3682 4076 0 0 0.625 2 interp_poly -47 -22 61 -9 3682 4076 3 MP PP 3682 4076 0 0 0.625 3743 4067 0 0 0.625 3682 4076 0 0 0.625 2 interp_poly 3743 4067 0 0 0.625 3696 4045 0 0 0.625 3743 4067 0 0 0.625 2 interp_poly 61 -7 -46 -32 3724 3969 3 MP PP 3724 3969 0 0 0.625 3678 3937 0 0 0.625 3724 3969 0 0 0.625 2 interp_poly 3678 3937 0 0 0.625 3739 3930 0 0 0.625 3678 3937 0 0 0.625 2 interp_poly -47 -37 61 -7 3678 3937 3 MP PP 3678 3937 0 0 0.625 3739 3930 0 0 0.625 3678 3937 0 0 0.625 2 interp_poly 3739 3930 0 0 0.625 3692 3893 0 0 0.625 3739 3930 0 0 0.625 2 interp_poly 61 -18 -47 -22 3723 4444 3 MP PP 3723 4444 0 0 0.562 3676 4422 0 0 0.562 3723 4444 0 0 0.562 2 interp_poly 3676 4422 0 0 0.562 3737 4404 0 0 0.562 3676 4422 0 0 0.562 2 interp_poly -46 -21 61 -18 3676 4422 3 MP PP 3676 4422 0 0 0.562 3737 4404 0 0 0.562 3676 4422 0 0 0.562 2 interp_poly 3737 4404 0 0 0.562 3691 4383 0 0 0.562 3737 4404 0 0 0.562 2 interp_poly 60 -12 -46 -26 3720 3813 3 MP PP 3720 3813 0 0 0.625 3674 3787 0 0 0.625 3720 3813 0 0 0.625 2 interp_poly 3674 3787 0 0 0.625 3734 3775 0 0 0.625 3674 3787 0 0 0.625 2 interp_poly -46 -24 60 -12 3674 3787 3 MP PP 3674 3787 0 0 0.625 3734 3775 0 0 0.625 3674 3787 0 0 0.625 2 interp_poly 3734 3775 0 0 0.625 3688 3751 0 0 0.625 3734 3775 0 0 0.625 2 interp_poly 61 -17 -47 -40 3719 4274 3 MP PP 3719 4274 0 0 0.625 3672 4234 0 0 0.625 3719 4274 0 0 0.625 2 interp_poly 3672 4234 0 0 0.625 3733 4217 0 0 0.625 3672 4234 0 0 0.625 2 interp_poly -47 -32 61 -17 3672 4234 3 MP PP 3672 4234 0 0 0.625 3733 4217 0 0 0.625 3672 4234 0 0 0.625 2 interp_poly 3733 4217 0 0 0.625 3686 4185 0 0 0.688 3733 4217 0 0 0.625 2 interp_poly -46 -23 60 -12 3615 3364 3 MP PP 3615 3364 0 0 0.625 3675 3352 0 0 0.625 3615 3364 0 0 0.625 2 interp_poly 3675 3352 0 0 0.625 3629 3329 0 0 0.625 3675 3352 0 0 0.625 2 interp_poly 60 -12 -46 -18 3661 3382 3 MP PP 3661 3382 0 0 0.625 3615 3364 0 0 0.625 3661 3382 0 0 0.625 2 interp_poly 3615 3364 0 0 0.625 3675 3352 0 0 0.625 3615 3364 0 0 0.625 2 interp_poly -47 -16 61 -10 3586 3423 3 MP PP 3586 3423 0 0 0.688 3647 3413 0 0 0.688 3586 3423 0 0 0.688 2 interp_poly 3647 3413 0 0 0.688 3600 3397 0 0 0.688 3647 3413 0 0 0.688 2 interp_poly -46 -18 61 -15 3600 3397 3 MP PP 3600 3397 0 0 0.688 3661 3382 0 0 0.625 3600 3397 0 0 0.688 2 interp_poly 3661 3382 0 0 0.625 3615 3364 0 0 0.625 3661 3382 0 0 0.625 2 interp_poly 61 -15 -47 -16 3647 3413 3 MP PP 3647 3413 0 0 0.688 3600 3397 0 0 0.688 3647 3413 0 0 0.688 2 interp_poly 3600 3397 0 0 0.688 3661 3382 0 0 0.625 3600 3397 0 0 0.688 2 interp_poly -46 54 60 1 3619 3355 3 MP PP 3619 3355 0 0 0.938 3679 3356 0 0 0.938 3619 3355 0 0 0.938 2 interp_poly 3679 3356 0 0 0.938 3633 3410 0 0 0.75 3679 3356 0 0 0.938 2 interp_poly -47 -19 61 -21 3568 3350 3 MP PP 3568 3350 0 0 0.625 3629 3329 0 0 0.625 3568 3350 0 0 0.625 2 interp_poly 3629 3329 0 0 0.625 3582 3310 0 0 0.625 3629 3329 0 0 0.625 2 interp_poly 61 -21 -47 -14 3615 3364 3 MP PP 3615 3364 0 0 0.625 3568 3350 0 0 0.625 3615 3364 0 0 0.625 2 interp_poly 3568 3350 0 0 0.625 3629 3329 0 0 0.625 3568 3350 0 0 0.625 2 interp_poly -47 -11 61 -20 3582 3310 3 MP PP 3582 3310 0 0 0.625 3643 3290 0 0 0.625 3582 3310 0 0 0.625 2 interp_poly 3643 3290 0 0 0.625 3596 3279 0 0 0.625 3643 3290 0 0 0.625 2 interp_poly 61 -20 -47 -19 3629 3329 3 MP PP 3629 3329 0 0 0.625 3582 3310 0 0 0.625 3629 3329 0 0 0.625 2 interp_poly 3582 3310 0 0 0.625 3643 3290 0 0 0.625 3582 3310 0 0 0.625 2 interp_poly -47 -14 61 -16 3596 3279 3 MP PP 3596 3279 0 0 0.625 3657 3263 0 0 0.625 3596 3279 0 0 0.625 2 interp_poly 3657 3263 0 0 0.625 3610 3249 0 0 0.625 3657 3263 0 0 0.625 2 interp_poly 61 -16 -47 -11 3643 3290 3 MP PP 3643 3290 0 0 0.625 3596 3279 0 0 0.625 3643 3290 0 0 0.625 2 interp_poly 3596 3279 0 0 0.625 3657 3263 0 0 0.625 3596 3279 0 0 0.625 2 interp_poly 60 1 -46 186 3665 3169 3 MP PP 3665 3169 0 0.375 1 3619 3355 0 0 0.938 3665 3169 0 0.375 1 2 interp_poly 3619 3355 0 0 0.938 3679 3356 0 0 0.938 3619 3355 0 0 0.938 2 interp_poly -46 0 60 3 3633 3410 3 MP PP 3633 3410 0 0 0.75 3693 3413 0 0 0.688 3633 3410 0 0 0.75 2 interp_poly 3693 3413 0 0 0.688 3647 3413 0 0 0.688 3693 3413 0 0 0.688 2 interp_poly 60 3 -46 54 3679 3356 3 MP PP 3679 3356 0 0 0.938 3633 3410 0 0 0.75 3679 3356 0 0 0.938 2 interp_poly 3633 3410 0 0 0.75 3693 3413 0 0 0.688 3633 3410 0 0 0.75 2 interp_poly 60 -95 -46 -253 3716 3596 3 MP PP 3716 3596 0 0 0.812 3670 3343 0 0.312 1 3716 3596 0 0 0.812 2 interp_poly 3670 3343 0 0.312 1 3730 3248 0 0.438 1 3670 3343 0 0.312 1 2 interp_poly -46 -369 60 -95 3670 3343 3 MP PP 3670 3343 0 0.312 1 3730 3248 0 0.438 1 3670 3343 0 0.312 1 2 interp_poly 3730 3248 0 0.438 1 3684 2879 0.188 1 0.875 3730 3248 0 0.438 1 2 interp_poly 61 -7 -47 -22 3715 4126 3 MP PP 3715 4126 0 0 0.625 3668 4104 0 0 0.625 3715 4126 0 0 0.625 2 interp_poly 3668 4104 0 0 0.625 3729 4097 0 0 0.625 3668 4104 0 0 0.625 2 interp_poly -47 -21 61 -7 3668 4104 3 MP PP 3668 4104 0 0 0.625 3729 4097 0 0 0.625 3668 4104 0 0 0.625 2 interp_poly 3729 4097 0 0 0.625 3682 4076 0 0 0.625 3729 4097 0 0 0.625 2 interp_poly 60 -8 -46 -33 3710 4010 3 MP PP 3710 4010 0 0 0.625 3664 3977 0 0 0.625 3710 4010 0 0 0.625 2 interp_poly 3664 3977 0 0 0.625 3724 3969 0 0 0.625 3664 3977 0 0 0.625 2 interp_poly -46 -32 60 -8 3664 3977 3 MP PP 3664 3977 0 0 0.625 3724 3969 0 0 0.625 3664 3977 0 0 0.625 2 interp_poly 3724 3969 0 0 0.625 3678 3937 0 0 0.625 3724 3969 0 0 0.625 2 interp_poly 61 -17 -47 -21 3709 4482 3 MP PP 3709 4482 0 0 0.562 3662 4461 0 0 0.562 3709 4482 0 0 0.562 2 interp_poly 3662 4461 0 0 0.562 3723 4444 0 0 0.562 3662 4461 0 0 0.562 2 interp_poly -47 -22 61 -17 3662 4461 3 MP PP 3662 4461 0 0 0.562 3723 4444 0 0 0.562 3662 4461 0 0 0.562 2 interp_poly 3723 4444 0 0 0.562 3676 4422 0 0 0.562 3723 4444 0 0 0.562 2 interp_poly 60 -11 -46 -29 3706 3853 3 MP PP 3706 3853 0 0 0.625 3660 3824 0 0 0.625 3706 3853 0 0 0.625 2 interp_poly 3660 3824 0 0 0.625 3720 3813 0 0 0.625 3660 3824 0 0 0.625 2 interp_poly -46 -26 60 -11 3660 3824 3 MP PP 3660 3824 0 0 0.625 3720 3813 0 0 0.625 3660 3824 0 0 0.625 2 interp_poly 3720 3813 0 0 0.625 3674 3787 0 0 0.625 3720 3813 0 0 0.625 2 interp_poly 61 -24 -47 -35 3705 4333 3 MP PP 3705 4333 0 0 0.562 3658 4298 0 0 0.562 3705 4333 0 0 0.562 2 interp_poly 3658 4298 0 0 0.562 3719 4274 0 0 0.625 3658 4298 0 0 0.562 2 interp_poly -47 -40 61 -24 3658 4298 3 MP PP 3658 4298 0 0 0.562 3719 4274 0 0 0.625 3658 4298 0 0 0.562 2 interp_poly 3719 4274 0 0 0.625 3672 4234 0 0 0.625 3719 4274 0 0 0.625 2 interp_poly 61 -72 -47 -47 3702 3715 3 MP PP 3702 3715 0 0 0.625 3655 3668 0 0 0.688 3702 3715 0 0 0.625 2 interp_poly 3655 3668 0 0 0.688 3716 3596 0 0 0.812 3655 3668 0 0 0.688 2 interp_poly -46 -253 61 -72 3655 3668 3 MP PP 3655 3668 0 0 0.688 3716 3596 0 0 0.812 3655 3668 0 0 0.688 2 interp_poly 3716 3596 0 0 0.812 3670 3343 0 0.312 1 3716 3596 0 0 0.812 2 interp_poly 61 -6 -46 -22 3700 4154 3 MP PP 3700 4154 0 0 0.625 3654 4132 0 0 0.625 3700 4154 0 0 0.625 2 interp_poly 3654 4132 0 0 0.625 3715 4126 0 0 0.625 3654 4132 0 0 0.625 2 interp_poly -47 -22 61 -6 3654 4132 3 MP PP 3654 4132 0 0 0.625 3715 4126 0 0 0.625 3654 4132 0 0 0.625 2 interp_poly 3715 4126 0 0 0.625 3668 4104 0 0 0.625 3715 4126 0 0 0.625 2 interp_poly 60 -6 -46 -29 3696 4045 3 MP PP 3696 4045 0 0 0.625 3650 4016 0 0 0.625 3696 4045 0 0 0.625 2 interp_poly 3650 4016 0 0 0.625 3710 4010 0 0 0.625 3650 4016 0 0 0.625 2 interp_poly -46 -33 60 -6 3650 4016 3 MP PP 3650 4016 0 0 0.625 3710 4010 0 0 0.625 3650 4016 0 0 0.625 2 interp_poly 3710 4010 0 0 0.625 3664 3977 0 0 0.625 3710 4010 0 0 0.625 2 interp_poly -47 -21 61 -17 3648 4499 3 MP PP 3648 4499 0 0 0.562 3709 4482 0 0 0.562 3648 4499 0 0 0.562 2 interp_poly 3709 4482 0 0 0.562 3662 4461 0 0 0.562 3709 4482 0 0 0.562 2 interp_poly 60 -10 -46 -30 3692 3893 3 MP PP 3692 3893 0 0 0.625 3646 3863 0 0 0.625 3692 3893 0 0 0.625 2 interp_poly 3646 3863 0 0 0.625 3706 3853 0 0 0.625 3646 3863 0 0 0.625 2 interp_poly -46 -29 60 -10 3646 3863 3 MP PP 3646 3863 0 0 0.625 3706 3853 0 0 0.625 3646 3863 0 0 0.625 2 interp_poly 3706 3853 0 0 0.625 3660 3824 0 0 0.625 3706 3853 0 0 0.625 2 interp_poly 61 -23 -47 -27 3691 4383 3 MP PP 3691 4383 0 0 0.562 3644 4356 0 0 0.562 3691 4383 0 0 0.562 2 interp_poly 3644 4356 0 0 0.562 3705 4333 0 0 0.562 3644 4356 0 0 0.562 2 interp_poly -47 -35 61 -23 3644 4356 3 MP PP 3644 4356 0 0 0.562 3705 4333 0 0 0.562 3644 4356 0 0 0.562 2 interp_poly 3705 4333 0 0 0.562 3658 4298 0 0 0.562 3705 4333 0 0 0.562 2 interp_poly 61 -21 -47 -15 3688 3751 3 MP PP 3688 3751 0 0 0.625 3641 3736 0 0 0.625 3688 3751 0 0 0.625 2 interp_poly 3641 3736 0 0 0.625 3702 3715 0 0 0.625 3641 3736 0 0 0.625 2 interp_poly -47 -47 61 -21 3641 3736 3 MP PP 3641 3736 0 0 0.625 3702 3715 0 0 0.625 3641 3736 0 0 0.625 2 interp_poly 3702 3715 0 0 0.625 3655 3668 0 0 0.688 3702 3715 0 0 0.625 2 interp_poly 60 -10 -46 -21 3686 4185 3 MP PP 3686 4185 0 0 0.688 3640 4164 0 0 0.688 3686 4185 0 0 0.688 2 interp_poly 3640 4164 0 0 0.688 3700 4154 0 0 0.625 3640 4164 0 0 0.688 2 interp_poly -46 -22 60 -10 3640 4164 3 MP PP 3640 4164 0 0 0.688 3700 4154 0 0 0.625 3640 4164 0 0 0.688 2 interp_poly 3700 4154 0 0 0.625 3654 4132 0 0 0.625 3700 4154 0 0 0.625 2 interp_poly -47 157 61 19 3637 2694 3 MP PP 3637 2694 0.5 1 0.562 3698 2713 0.438 1 0.625 3637 2694 0.5 1 0.562 2 interp_poly 3698 2713 0.438 1 0.625 3651 2870 0.0625 1 1 3698 2713 0.438 1 0.625 2 interp_poly 61 19 -47 -185 3684 2879 3 MP PP 3684 2879 0.188 1 0.875 3637 2694 0.5 1 0.562 3684 2879 0.188 1 0.875 2 interp_poly 3637 2694 0.5 1 0.562 3698 2713 0.438 1 0.625 3637 2694 0.5 1 0.562 2 interp_poly 60 -5 -46 -26 3682 4076 3 MP PP 3682 4076 0 0 0.625 3636 4050 0 0 0.625 3682 4076 0 0 0.625 2 interp_poly 3636 4050 0 0 0.625 3696 4045 0 0 0.625 3636 4050 0 0 0.625 2 interp_poly -46 -29 60 -5 3636 4050 3 MP PP 3636 4050 0 0 0.625 3696 4045 0 0 0.625 3636 4050 0 0 0.625 2 interp_poly 3696 4045 0 0 0.625 3650 4016 0 0 0.625 3696 4045 0 0 0.625 2 interp_poly 61 -13 -47 -31 3678 3937 3 MP PP 3678 3937 0 0 0.625 3631 3906 0 0 0.625 3678 3937 0 0 0.625 2 interp_poly 3631 3906 0 0 0.625 3692 3893 0 0 0.625 3631 3906 0 0 0.625 2 interp_poly -46 -30 61 -13 3631 3906 3 MP PP 3631 3906 0 0 0.625 3692 3893 0 0 0.625 3631 3906 0 0 0.625 2 interp_poly 3692 3893 0 0 0.625 3646 3863 0 0 0.625 3692 3893 0 0 0.625 2 interp_poly 61 -18 -46 -21 3676 4422 3 MP PP 3676 4422 0 0 0.562 3630 4401 0 0 0.562 3676 4422 0 0 0.562 2 interp_poly 3630 4401 0 0 0.562 3691 4383 0 0 0.562 3630 4401 0 0 0.562 2 interp_poly -47 -27 61 -18 3630 4401 3 MP PP 3630 4401 0 0 0.562 3691 4383 0 0 0.562 3630 4401 0 0 0.562 2 interp_poly 3691 4383 0 0 0.562 3644 4356 0 0 0.562 3691 4383 0 0 0.562 2 interp_poly 61 -13 -47 -23 3674 3787 3 MP PP 3674 3787 0 0 0.625 3627 3764 0 0 0.688 3674 3787 0 0 0.625 2 interp_poly 3627 3764 0 0 0.688 3688 3751 0 0 0.625 3627 3764 0 0 0.688 2 interp_poly -47 -15 61 -13 3627 3764 3 MP PP 3627 3764 0 0 0.688 3688 3751 0 0 0.625 3627 3764 0 0 0.688 2 interp_poly 3688 3751 0 0 0.625 3641 3736 0 0 0.625 3688 3751 0 0 0.625 2 interp_poly 60 -18 -46 -31 3672 4234 3 MP PP 3672 4234 0 0 0.625 3626 4203 0 0 0.688 3672 4234 0 0 0.625 2 interp_poly 3626 4203 0 0 0.688 3686 4185 0 0 0.688 3626 4203 0 0 0.688 2 interp_poly -46 -21 60 -18 3626 4203 3 MP PP 3626 4203 0 0 0.688 3686 4185 0 0 0.688 3626 4203 0 0 0.688 2 interp_poly 3686 4185 0 0 0.688 3640 4164 0 0 0.688 3686 4185 0 0 0.688 2 interp_poly -46 -21 60 -16 3584 2918 3 MP PP 3584 2918 0 0 0.562 3644 2902 0 0 0.562 3584 2918 0 0 0.562 2 interp_poly 3644 2902 0 0 0.562 3598 2881 0 0 0.562 3644 2902 0 0 0.562 2 interp_poly 60 -16 -46 -21 3630 2939 3 MP PP 3630 2939 0 0 0.562 3584 2918 0 0 0.562 3630 2939 0 0 0.562 2 interp_poly 3584 2918 0 0 0.562 3644 2902 0 0 0.562 3584 2918 0 0 0.562 2 interp_poly -46 -18 60 -18 3588 3046 3 MP PP 3588 3046 0 0 0.562 3648 3028 0 0 0.562 3588 3046 0 0 0.562 2 interp_poly 3648 3028 0 0 0.562 3602 3010 0 0 0.562 3648 3028 0 0 0.562 2 interp_poly 60 -18 -46 -16 3634 3062 3 MP PP 3634 3062 0 0 0.562 3588 3046 0 0 0.562 3634 3062 0 0 0.562 2 interp_poly 3588 3046 0 0 0.562 3648 3028 0 0 0.562 3588 3046 0 0 0.562 2 interp_poly -47 -22 61 -16 3537 2897 3 MP PP 3537 2897 0 0 0.562 3598 2881 0 0 0.562 3537 2897 0 0 0.562 2 interp_poly 3598 2881 0 0 0.562 3551 2859 0 0 0.562 3598 2881 0 0 0.562 2 interp_poly 61 -16 -47 -21 3584 2918 3 MP PP 3584 2918 0 0 0.562 3537 2897 0 0 0.562 3584 2918 0 0 0.562 2 interp_poly 3537 2897 0 0 0.562 3598 2881 0 0 0.562 3537 2897 0 0 0.562 2 interp_poly -47 -19 61 -17 3541 3027 3 MP PP 3541 3027 0 0 0.562 3602 3010 0 0 0.562 3541 3027 0 0 0.562 2 interp_poly 3602 3010 0 0 0.562 3555 2991 0 0 0.562 3602 3010 0 0 0.562 2 interp_poly 61 -17 -47 -19 3588 3046 3 MP PP 3588 3046 0 0 0.562 3541 3027 0 0 0.562 3588 3046 0 0 0.562 2 interp_poly 3541 3027 0 0 0.562 3602 3010 0 0 0.562 3541 3027 0 0 0.562 2 interp_poly -46 -17 60 -20 3546 3150 3 MP PP 3546 3150 0 0 0.562 3606 3130 0 0 0.562 3546 3150 0 0 0.562 2 interp_poly 3606 3130 0 0 0.562 3560 3113 0 0 0.562 3606 3130 0 0 0.562 2 interp_poly 60 -20 -46 -17 3592 3167 3 MP PP 3592 3167 0 0 0.562 3546 3150 0 0 0.562 3592 3167 0 0 0.562 2 interp_poly 3546 3150 0 0 0.562 3606 3130 0 0 0.562 3546 3150 0 0 0.562 2 interp_poly 61 -16 -47 -22 3598 2881 3 MP PP 3598 2881 0 0 0.562 3551 2859 0 0 0.562 3598 2881 0 0 0.562 2 interp_poly 3551 2859 0 0 0.562 3612 2843 0 0 0.562 3551 2859 0 0 0.562 2 interp_poly -46 -19 61 -17 3555 2991 3 MP PP 3555 2991 0 0 0.562 3616 2974 0 0 0.562 3555 2991 0 0 0.562 2 interp_poly 3616 2974 0 0 0.562 3570 2955 0 0 0.562 3616 2974 0 0 0.562 2 interp_poly 61 -17 -47 -19 3602 3010 3 MP PP 3602 3010 0 0 0.562 3555 2991 0 0 0.562 3602 3010 0 0 0.562 2 interp_poly 3555 2991 0 0 0.562 3616 2974 0 0 0.562 3555 2991 0 0 0.562 2 interp_poly -46 -16 60 -18 3560 3113 3 MP PP 3560 3113 0 0 0.562 3620 3095 0 0 0.562 3560 3113 0 0 0.562 2 interp_poly 3620 3095 0 0 0.562 3574 3079 0 0 0.562 3620 3095 0 0 0.562 2 interp_poly 60 -18 -46 -17 3606 3130 3 MP PP 3606 3130 0 0 0.562 3560 3113 0 0 0.562 3606 3130 0 0 0.562 2 interp_poly 3560 3113 0 0 0.562 3620 3095 0 0 0.562 3560 3113 0 0 0.562 2 interp_poly -46 -21 60 -16 3570 2955 3 MP PP 3570 2955 0 0 0.562 3630 2939 0 0 0.562 3570 2955 0 0 0.562 2 interp_poly 3630 2939 0 0 0.562 3584 2918 0 0 0.562 3630 2939 0 0 0.562 2 interp_poly 60 -16 -46 -19 3616 2974 3 MP PP 3616 2974 0 0 0.562 3570 2955 0 0 0.562 3616 2974 0 0 0.562 2 interp_poly 3570 2955 0 0 0.562 3630 2939 0 0 0.562 3570 2955 0 0 0.562 2 interp_poly -46 -16 60 -17 3574 3079 3 MP PP 3574 3079 0 0 0.562 3634 3062 0 0 0.562 3574 3079 0 0 0.562 2 interp_poly 3634 3062 0 0 0.562 3588 3046 0 0 0.562 3634 3062 0 0 0.562 2 interp_poly 60 -17 -46 -16 3620 3095 3 MP PP 3620 3095 0 0 0.562 3574 3079 0 0 0.562 3620 3095 0 0 0.562 2 interp_poly 3574 3079 0 0 0.562 3634 3062 0 0 0.562 3574 3079 0 0 0.562 2 interp_poly -47 -17 61 -20 3592 3167 3 MP PP 3592 3167 0 0 0.562 3653 3147 0 0 0.562 3592 3167 0 0 0.562 2 interp_poly 3653 3147 0 0 0.562 3606 3130 0 0 0.562 3653 3147 0 0 0.562 2 interp_poly -46 290 60 34 3591 2836 3 MP PP 3591 2836 0.188 1 0.875 3651 2870 0.0625 1 1 3591 2836 0.188 1 0.875 2 interp_poly 3651 2870 0.0625 1 1 3605 3160 0 0.438 1 3651 2870 0.0625 1 1 2 interp_poly 60 34 -46 142 3637 2694 3 MP PP 3637 2694 0.5 1 0.562 3591 2836 0.188 1 0.875 3637 2694 0.5 1 0.562 2 interp_poly 3591 2836 0.188 1 0.875 3651 2870 0.0625 1 1 3591 2836 0.188 1 0.875 2 interp_poly 61 -20 -47 -12 3639 3179 3 MP PP 3639 3179 0 0 0.625 3592 3167 0 0 0.562 3639 3179 0 0 0.625 2 interp_poly 3592 3167 0 0 0.562 3653 3147 0 0 0.562 3592 3167 0 0 0.562 2 interp_poly -46 -13 60 -22 3564 3233 3 MP PP 3564 3233 0 0 0.625 3624 3211 0 0 0.625 3564 3233 0 0 0.625 2 interp_poly 3624 3211 0 0 0.625 3578 3198 0 0 0.562 3624 3211 0 0 0.625 2 interp_poly 60 -22 -46 -16 3610 3249 3 MP PP 3610 3249 0 0 0.625 3564 3233 0 0 0.625 3610 3249 0 0 0.625 2 interp_poly 3564 3233 0 0 0.625 3624 3211 0 0 0.625 3564 3233 0 0 0.625 2 interp_poly -47 -12 61 -19 3578 3198 3 MP PP 3578 3198 0 0 0.562 3639 3179 0 0 0.625 3578 3198 0 0 0.562 2 interp_poly 3639 3179 0 0 0.625 3592 3167 0 0 0.562 3639 3179 0 0 0.625 2 interp_poly 61 -19 -46 -13 3624 3211 3 MP PP 3624 3211 0 0 0.625 3578 3198 0 0 0.562 3624 3211 0 0 0.625 2 interp_poly 3578 3198 0 0 0.562 3639 3179 0 0 0.625 3578 3198 0 0 0.562 2 interp_poly -46 186 60 9 3605 3160 3 MP PP 3605 3160 0 0.438 1 3665 3169 0 0.375 1 3605 3160 0 0.438 1 2 interp_poly 3665 3169 0 0.375 1 3619 3355 0 0 0.938 3665 3169 0 0.375 1 2 interp_poly 60 9 -46 290 3651 2870 3 MP PP 3651 2870 0.0625 1 1 3605 3160 0 0.438 1 3651 2870 0.0625 1 1 2 interp_poly 3605 3160 0 0.438 1 3665 3169 0 0.375 1 3605 3160 0 0.438 1 2 interp_poly 61 34 -47 -498 3670 3343 3 MP PP 3670 3343 0 0.312 1 3623 2845 0.25 1 0.812 3670 3343 0 0.312 1 2 interp_poly 3623 2845 0.25 1 0.812 3684 2879 0.188 1 0.875 3623 2845 0.25 1 0.812 2 interp_poly -47 -185 61 34 3623 2845 3 MP PP 3623 2845 0.25 1 0.812 3684 2879 0.188 1 0.875 3623 2845 0.25 1 0.812 2 interp_poly 3684 2879 0.188 1 0.875 3637 2694 0.5 1 0.562 3684 2879 0.188 1 0.875 2 interp_poly 60 -3 -46 -25 3668 4104 3 MP PP 3668 4104 0 0 0.625 3622 4079 0 0 0.625 3668 4104 0 0 0.625 2 interp_poly 3622 4079 0 0 0.625 3682 4076 0 0 0.625 3622 4079 0 0 0.625 2 interp_poly -46 -26 60 -3 3622 4079 3 MP PP 3622 4079 0 0 0.625 3682 4076 0 0 0.625 3622 4079 0 0 0.625 2 interp_poly 3682 4076 0 0 0.625 3636 4050 0 0 0.625 3682 4076 0 0 0.625 2 interp_poly 61 -8 -47 -32 3664 3977 3 MP PP 3664 3977 0 0 0.625 3617 3945 0 0 0.625 3664 3977 0 0 0.625 2 interp_poly 3617 3945 0 0 0.625 3678 3937 0 0 0.625 3617 3945 0 0 0.625 2 interp_poly -47 -31 61 -8 3617 3945 3 MP PP 3617 3945 0 0 0.625 3678 3937 0 0 0.625 3617 3945 0 0 0.625 2 interp_poly 3678 3937 0 0 0.625 3631 3906 0 0 0.625 3678 3937 0 0 0.625 2 interp_poly 60 -17 -46 -22 3662 4461 3 MP PP 3662 4461 0 0 0.562 3616 4439 0 0 0.562 3662 4461 0 0 0.562 2 interp_poly 3616 4439 0 0 0.562 3676 4422 0 0 0.562 3616 4439 0 0 0.562 2 interp_poly -46 -21 60 -17 3616 4439 3 MP PP 3616 4439 0 0 0.562 3676 4422 0 0 0.562 3616 4439 0 0 0.562 2 interp_poly 3676 4422 0 0 0.562 3630 4401 0 0 0.562 3676 4422 0 0 0.562 2 interp_poly 61 -9 -47 -28 3660 3824 3 MP PP 3660 3824 0 0 0.625 3613 3796 0 0 0.688 3660 3824 0 0 0.625 2 interp_poly 3613 3796 0 0 0.688 3674 3787 0 0 0.625 3613 3796 0 0 0.688 2 interp_poly -47 -23 61 -9 3613 3796 3 MP PP 3613 3796 0 0 0.688 3674 3787 0 0 0.625 3613 3796 0 0 0.688 2 interp_poly 3674 3787 0 0 0.625 3627 3764 0 0 0.688 3674 3787 0 0 0.625 2 interp_poly 60 -30 -46 -34 3658 4298 3 MP PP 3658 4298 0 0 0.562 3612 4264 0 0 0.625 3658 4298 0 0 0.562 2 interp_poly 3612 4264 0 0 0.625 3672 4234 0 0 0.625 3612 4264 0 0 0.625 2 interp_poly -46 -31 60 -30 3612 4264 3 MP PP 3612 4264 0 0 0.625 3672 4234 0 0 0.625 3612 4264 0 0 0.625 2 interp_poly 3672 4234 0 0 0.625 3626 4203 0 0 0.688 3672 4234 0 0 0.625 2 interp_poly 61 -10 -47 13 3633 3410 3 MP PP 3633 3410 0 0 0.75 3586 3423 0 0 0.688 3633 3410 0 0 0.75 2 interp_poly 3586 3423 0 0 0.688 3647 3413 0 0 0.688 3586 3423 0 0 0.688 2 interp_poly 61 -142 -46 -183 3655 3668 3 MP PP 3655 3668 0 0 0.688 3609 3485 0 0 1 3655 3668 0 0 0.688 2 interp_poly 3609 3485 0 0 1 3670 3343 0 0.312 1 3609 3485 0 0 1 2 interp_poly -47 -14 61 -16 3554 3380 3 MP PP 3554 3380 0 0 0.625 3615 3364 0 0 0.625 3554 3380 0 0 0.625 2 interp_poly 3615 3364 0 0 0.625 3568 3350 0 0 0.625 3615 3364 0 0 0.625 2 interp_poly 61 -16 -46 -17 3600 3397 3 MP PP 3600 3397 0 0 0.688 3554 3380 0 0 0.625 3600 3397 0 0 0.688 2 interp_poly 3554 3380 0 0 0.625 3615 3364 0 0 0.625 3554 3380 0 0 0.625 2 interp_poly 61 -16 -47 -14 3554 3380 3 MP PP 3554 3380 0 0 0.625 3507 3366 0 0 0.625 3554 3380 0 0 0.625 2 interp_poly 3507 3366 0 0 0.625 3568 3350 0 0 0.625 3507 3366 0 0 0.625 2 interp_poly -46 -7 60 -15 3526 3438 3 MP PP 3526 3438 0 0 0.688 3586 3423 0 0 0.688 3526 3438 0 0 0.688 2 interp_poly 3586 3423 0 0 0.688 3540 3416 0 0 0.625 3586 3423 0 0 0.688 2 interp_poly -46 -17 60 -19 3540 3416 3 MP PP 3540 3416 0 0 0.625 3600 3397 0 0 0.688 3540 3416 0 0 0.625 2 interp_poly 3600 3397 0 0 0.688 3554 3380 0 0 0.625 3600 3397 0 0 0.688 2 interp_poly 60 -19 -46 -7 3586 3423 3 MP PP 3586 3423 0 0 0.688 3540 3416 0 0 0.625 3586 3423 0 0 0.688 2 interp_poly 3540 3416 0 0 0.625 3600 3397 0 0 0.688 3540 3416 0 0 0.625 2 interp_poly -47 67 61 -7 3558 3362 3 MP PP 3558 3362 0 0 0.938 3619 3355 0 0 0.938 3558 3362 0 0 0.938 2 interp_poly 3619 3355 0 0 0.938 3572 3422 0 0 0.75 3619 3355 0 0 0.938 2 interp_poly -46 -19 61 -16 3507 3366 3 MP PP 3507 3366 0 0 0.625 3568 3350 0 0 0.625 3507 3366 0 0 0.625 2 interp_poly 3568 3350 0 0 0.625 3522 3331 0 0 0.625 3568 3350 0 0 0.625 2 interp_poly -46 -13 60 -21 3522 3331 3 MP PP 3522 3331 0 0 0.625 3582 3310 0 0 0.625 3522 3331 0 0 0.625 2 interp_poly 3582 3310 0 0 0.625 3536 3297 0 0 0.625 3582 3310 0 0 0.625 2 interp_poly 60 -21 -46 -19 3568 3350 3 MP PP 3568 3350 0 0 0.625 3522 3331 0 0 0.625 3568 3350 0 0 0.625 2 interp_poly 3522 3331 0 0 0.625 3582 3310 0 0 0.625 3522 3331 0 0 0.625 2 interp_poly -46 -10 60 -18 3536 3297 3 MP PP 3536 3297 0 0 0.625 3596 3279 0 0 0.625 3536 3297 0 0 0.625 2 interp_poly 3596 3279 0 0 0.625 3550 3269 0 0 0.625 3596 3279 0 0 0.625 2 interp_poly 60 -18 -46 -13 3582 3310 3 MP PP 3582 3310 0 0 0.625 3536 3297 0 0 0.625 3582 3310 0 0 0.625 2 interp_poly 3536 3297 0 0 0.625 3596 3279 0 0 0.625 3536 3297 0 0 0.625 2 interp_poly -46 -16 60 -20 3550 3269 3 MP PP 3550 3269 0 0 0.625 3610 3249 0 0 0.625 3550 3269 0 0 0.625 2 interp_poly 3610 3249 0 0 0.625 3564 3233 0 0 0.625 3610 3249 0 0 0.625 2 interp_poly 60 -20 -46 -10 3596 3279 3 MP PP 3596 3279 0 0 0.625 3550 3269 0 0 0.625 3596 3279 0 0 0.625 2 interp_poly 3550 3269 0 0 0.625 3610 3249 0 0 0.625 3550 3269 0 0 0.625 2 interp_poly 61 -7 -47 202 3605 3160 3 MP PP 3605 3160 0 0.438 1 3558 3362 0 0 0.938 3605 3160 0 0.438 1 2 interp_poly 3558 3362 0 0 0.938 3619 3355 0 0 0.938 3558 3362 0 0 0.938 2 interp_poly -47 13 61 -12 3572 3422 3 MP PP 3572 3422 0 0 0.75 3633 3410 0 0 0.75 3572 3422 0 0 0.75 2 interp_poly 3633 3410 0 0 0.75 3586 3423 0 0 0.688 3633 3410 0 0 0.75 2 interp_poly 61 -12 -47 67 3619 3355 3 MP PP 3619 3355 0 0 0.938 3572 3422 0 0 0.75 3619 3355 0 0 0.938 2 interp_poly 3572 3422 0 0 0.75 3633 3410 0 0 0.75 3572 3422 0 0 0.75 2 interp_poly -47 -498 61 -142 3609 3485 3 MP PP 3609 3485 0 0 1 3670 3343 0 0.312 1 3609 3485 0 0 1 2 interp_poly 3670 3343 0 0.312 1 3623 2845 0.25 1 0.812 3670 3343 0 0.312 1 2 interp_poly 61 -2 -47 -26 3654 4132 3 MP PP 3654 4132 0 0 0.625 3607 4106 0 0 0.688 3654 4132 0 0 0.625 2 interp_poly 3607 4106 0 0 0.688 3668 4104 0 0 0.625 3607 4106 0 0 0.688 2 interp_poly -46 -25 61 -2 3607 4106 3 MP PP 3607 4106 0 0 0.688 3668 4104 0 0 0.625 3607 4106 0 0 0.688 2 interp_poly 3668 4104 0 0 0.625 3622 4079 0 0 0.625 3668 4104 0 0 0.625 2 interp_poly 61 -9 -47 -30 3650 4016 3 MP PP 3650 4016 0 0 0.625 3603 3986 0 0 0.625 3650 4016 0 0 0.625 2 interp_poly 3603 3986 0 0 0.625 3664 3977 0 0 0.625 3603 3986 0 0 0.625 2 interp_poly -47 -32 61 -9 3603 3986 3 MP PP 3603 3986 0 0 0.625 3664 3977 0 0 0.625 3603 3986 0 0 0.625 2 interp_poly 3664 3977 0 0 0.625 3617 3945 0 0 0.625 3664 3977 0 0 0.625 2 interp_poly 60 -17 -46 -21 3648 4499 3 MP PP 3648 4499 0 0 0.562 3602 4478 0 0 0.562 3648 4499 0 0 0.562 2 interp_poly 3602 4478 0 0 0.562 3662 4461 0 0 0.562 3602 4478 0 0 0.562 2 interp_poly -46 -22 60 -17 3602 4478 3 MP PP 3602 4478 0 0 0.562 3662 4461 0 0 0.562 3602 4478 0 0 0.562 2 interp_poly 3662 4461 0 0 0.562 3616 4439 0 0 0.562 3662 4461 0 0 0.562 2 interp_poly 61 -9 -47 -30 3646 3863 3 MP PP 3646 3863 0 0 0.625 3599 3833 0 0 0.688 3646 3863 0 0 0.625 2 interp_poly 3599 3833 0 0 0.688 3660 3824 0 0 0.625 3599 3833 0 0 0.688 2 interp_poly -47 -28 61 -9 3599 3833 3 MP PP 3599 3833 0 0 0.688 3660 3824 0 0 0.625 3599 3833 0 0 0.688 2 interp_poly 3660 3824 0 0 0.625 3613 3796 0 0 0.688 3660 3824 0 0 0.625 2 interp_poly 60 -29 -46 -29 3644 4356 3 MP PP 3644 4356 0 0 0.562 3598 4327 0 0 0.562 3644 4356 0 0 0.562 2 interp_poly 3598 4327 0 0 0.562 3658 4298 0 0 0.562 3598 4327 0 0 0.562 2 interp_poly -46 -34 60 -29 3598 4327 3 MP PP 3598 4327 0 0 0.562 3658 4298 0 0 0.562 3598 4327 0 0 0.562 2 interp_poly 3658 4298 0 0 0.562 3612 4264 0 0 0.625 3658 4298 0 0 0.562 2 interp_poly 60 -40 -46 -28 3641 3736 3 MP PP 3641 3736 0 0 0.625 3595 3708 0 0 0.625 3641 3736 0 0 0.625 2 interp_poly 3595 3708 0 0 0.625 3655 3668 0 0 0.688 3595 3708 0 0 0.625 2 interp_poly -46 -183 60 -40 3595 3708 3 MP PP 3595 3708 0 0 0.625 3655 3668 0 0 0.688 3595 3708 0 0 0.625 2 interp_poly 3655 3668 0 0 0.688 3609 3485 0 0 1 3655 3668 0 0 0.688 2 interp_poly 61 -6 -47 -26 3640 4164 3 MP PP 3640 4164 0 0 0.688 3593 4138 0 0 0.688 3640 4164 0 0 0.688 2 interp_poly 3593 4138 0 0 0.688 3654 4132 0 0 0.625 3593 4138 0 0 0.688 2 interp_poly -47 -26 61 -6 3593 4138 3 MP PP 3593 4138 0 0 0.688 3654 4132 0 0 0.625 3593 4138 0 0 0.688 2 interp_poly 3654 4132 0 0 0.625 3607 4106 0 0 0.688 3654 4132 0 0 0.625 2 interp_poly 61 -8 -47 -26 3636 4050 3 MP PP 3636 4050 0 0 0.625 3589 4024 0 0 0.625 3636 4050 0 0 0.625 2 interp_poly 3589 4024 0 0 0.625 3650 4016 0 0 0.625 3589 4024 0 0 0.625 2 interp_poly -47 -30 61 -8 3589 4024 3 MP PP 3589 4024 0 0 0.625 3650 4016 0 0 0.625 3589 4024 0 0 0.625 2 interp_poly 3650 4016 0 0 0.625 3603 3986 0 0 0.625 3650 4016 0 0 0.625 2 interp_poly -46 -21 60 -17 3588 4516 3 MP PP 3588 4516 0 0 0.562 3648 4499 0 0 0.562 3588 4516 0 0 0.562 2 interp_poly 3648 4499 0 0 0.562 3602 4478 0 0 0.562 3648 4499 0 0 0.562 2 interp_poly 61 -13 -46 -30 3631 3906 3 MP PP 3631 3906 0 0 0.625 3585 3876 0 0 0.688 3631 3906 0 0 0.625 2 interp_poly 3585 3876 0 0 0.688 3646 3863 0 0 0.625 3585 3876 0 0 0.688 2 interp_poly -47 -30 61 -13 3585 3876 3 MP PP 3585 3876 0 0 0.688 3646 3863 0 0 0.625 3585 3876 0 0 0.688 2 interp_poly 3646 3863 0 0 0.625 3599 3833 0 0 0.688 3646 3863 0 0 0.625 2 interp_poly 61 -22 -47 -23 3630 4401 3 MP PP 3630 4401 0 0 0.562 3583 4378 0 0 0.562 3630 4401 0 0 0.562 2 interp_poly 3583 4378 0 0 0.562 3644 4356 0 0 0.562 3583 4378 0 0 0.562 2 interp_poly -46 -29 61 -22 3583 4378 3 MP PP 3583 4378 0 0 0.562 3644 4356 0 0 0.562 3583 4378 0 0 0.562 2 interp_poly 3644 4356 0 0 0.562 3598 4327 0 0 0.562 3644 4356 0 0 0.562 2 interp_poly 60 -8 -46 -20 3627 3764 3 MP PP 3627 3764 0 0 0.688 3581 3744 0 0 0.625 3627 3764 0 0 0.688 2 interp_poly 3581 3744 0 0 0.625 3641 3736 0 0 0.625 3581 3744 0 0 0.625 2 interp_poly -46 -28 60 -8 3581 3744 3 MP PP 3581 3744 0 0 0.625 3641 3736 0 0 0.625 3581 3744 0 0 0.625 2 interp_poly 3641 3736 0 0 0.625 3595 3708 0 0 0.625 3641 3736 0 0 0.625 2 interp_poly 61 -11 -47 -28 3626 4203 3 MP PP 3626 4203 0 0 0.688 3579 4175 0 0 0.688 3626 4203 0 0 0.688 2 interp_poly 3579 4175 0 0 0.688 3640 4164 0 0 0.688 3579 4175 0 0 0.688 2 interp_poly -47 -26 61 -11 3579 4175 3 MP PP 3579 4175 0 0 0.688 3640 4164 0 0 0.688 3579 4175 0 0 0.688 2 interp_poly 3640 4164 0 0 0.688 3593 4138 0 0 0.688 3640 4164 0 0 0.688 2 interp_poly -46 142 61 214 3576 2480 3 MP PP 3576 2480 1 1 0.0625 3637 2694 0.5 1 0.562 3576 2480 1 1 0.0625 2 interp_poly 3637 2694 0.5 1 0.562 3591 2836 0.188 1 0.875 3637 2694 0.5 1 0.562 2 interp_poly 61 214 -47 -365 3623 2845 3 MP PP 3623 2845 0.25 1 0.812 3576 2480 1 1 0.0625 3623 2845 0.25 1 0.812 2 interp_poly 3576 2480 1 1 0.0625 3637 2694 0.5 1 0.562 3576 2480 1 1 0.0625 2 interp_poly 61 -6 -47 -23 3622 4079 3 MP PP 3622 4079 0 0 0.625 3575 4056 0 0 0.625 3622 4079 0 0 0.625 2 interp_poly 3575 4056 0 0 0.625 3636 4050 0 0 0.625 3575 4056 0 0 0.625 2 interp_poly -47 -26 61 -6 3575 4056 3 MP PP 3575 4056 0 0 0.625 3636 4050 0 0 0.625 3575 4056 0 0 0.625 2 interp_poly 3636 4050 0 0 0.625 3589 4024 0 0 0.625 3636 4050 0 0 0.625 2 interp_poly 60 -13 -46 -26 3617 3945 3 MP PP 3617 3945 0 0 0.625 3571 3919 0 0 0.625 3617 3945 0 0 0.625 2 interp_poly 3571 3919 0 0 0.625 3631 3906 0 0 0.625 3571 3919 0 0 0.625 2 interp_poly -46 -30 60 -13 3571 3919 3 MP PP 3571 3919 0 0 0.625 3631 3906 0 0 0.625 3571 3919 0 0 0.625 2 interp_poly 3631 3906 0 0 0.625 3585 3876 0 0 0.688 3631 3906 0 0 0.625 2 interp_poly 61 -17 -47 -21 3616 4439 3 MP PP 3616 4439 0 0 0.562 3569 4418 0 0 0.562 3616 4439 0 0 0.562 2 interp_poly 3569 4418 0 0 0.562 3630 4401 0 0 0.562 3569 4418 0 0 0.562 2 interp_poly -47 -23 61 -17 3569 4418 3 MP PP 3569 4418 0 0 0.562 3630 4401 0 0 0.562 3569 4418 0 0 0.562 2 interp_poly 3630 4401 0 0 0.562 3583 4378 0 0 0.562 3630 4401 0 0 0.562 2 interp_poly 60 -4 -46 -28 3613 3796 3 MP PP 3613 3796 0 0 0.688 3567 3768 0 0 0.688 3613 3796 0 0 0.688 2 interp_poly 3567 3768 0 0 0.688 3627 3764 0 0 0.688 3567 3768 0 0 0.688 2 interp_poly -46 -20 60 -4 3567 3768 3 MP PP 3567 3768 0 0 0.688 3627 3764 0 0 0.688 3567 3768 0 0 0.688 2 interp_poly 3627 3764 0 0 0.688 3581 3744 0 0 0.625 3627 3764 0 0 0.688 2 interp_poly 61 -27 -47 -34 3612 4264 3 MP PP 3612 4264 0 0 0.625 3565 4230 0 0 0.625 3612 4264 0 0 0.625 2 interp_poly 3565 4230 0 0 0.625 3626 4203 0 0 0.688 3565 4230 0 0 0.625 2 interp_poly -47 -28 61 -27 3565 4230 3 MP PP 3565 4230 0 0 0.625 3626 4203 0 0 0.688 3565 4230 0 0 0.625 2 interp_poly 3626 4203 0 0 0.688 3579 4175 0 0 0.688 3626 4203 0 0 0.688 2 interp_poly -47 -21 61 -17 3523 2935 3 MP PP 3523 2935 0 0 0.562 3584 2918 0 0 0.562 3523 2935 0 0 0.562 2 interp_poly 3584 2918 0 0 0.562 3537 2897 0 0 0.562 3584 2918 0 0 0.562 2 interp_poly 61 -17 -47 -20 3570 2955 3 MP PP 3570 2955 0 0 0.562 3523 2935 0 0 0.562 3570 2955 0 0 0.562 2 interp_poly 3523 2935 0 0 0.562 3584 2918 0 0 0.562 3523 2935 0 0 0.562 2 interp_poly -47 -19 61 -17 3527 3063 3 MP PP 3527 3063 0 0 0.562 3588 3046 0 0 0.562 3527 3063 0 0 0.562 2 interp_poly 3588 3046 0 0 0.562 3541 3027 0 0 0.562 3588 3046 0 0 0.562 2 interp_poly 61 -17 -47 -16 3574 3079 3 MP PP 3574 3079 0 0 0.562 3527 3063 0 0 0.562 3574 3079 0 0 0.562 2 interp_poly 3527 3063 0 0 0.562 3588 3046 0 0 0.562 3527 3063 0 0 0.562 2 interp_poly -46 -21 60 -17 3477 2914 3 MP PP 3477 2914 0 0 0.562 3537 2897 0 0 0.562 3477 2914 0 0 0.562 2 interp_poly 3537 2897 0 0 0.562 3491 2876 0 0 0.562 3537 2897 0 0 0.562 2 interp_poly 60 -17 -46 -21 3523 2935 3 MP PP 3523 2935 0 0 0.562 3477 2914 0 0 0.562 3523 2935 0 0 0.562 2 interp_poly 3477 2914 0 0 0.562 3537 2897 0 0 0.562 3477 2914 0 0 0.562 2 interp_poly -46 -19 60 -18 3481 3045 3 MP PP 3481 3045 0 0 0.562 3541 3027 0 0 0.562 3481 3045 0 0 0.562 2 interp_poly 3541 3027 0 0 0.562 3495 3008 0 0 0.562 3541 3027 0 0 0.562 2 interp_poly 60 -18 -46 -18 3527 3063 3 MP PP 3527 3063 0 0 0.562 3481 3045 0 0 0.562 3527 3063 0 0 0.562 2 interp_poly 3481 3045 0 0 0.562 3541 3027 0 0 0.562 3481 3045 0 0 0.562 2 interp_poly -47 -18 61 -19 3485 3169 3 MP PP 3485 3169 0 0 0.562 3546 3150 0 0 0.562 3485 3169 0 0 0.562 2 interp_poly 3546 3150 0 0 0.562 3499 3132 0 0 0.562 3546 3150 0 0 0.562 2 interp_poly 61 -19 -46 -17 3531 3186 3 MP PP 3531 3186 0 0 0.562 3485 3169 0 0 0.562 3531 3186 0 0 0.562 2 interp_poly 3485 3169 0 0 0.562 3546 3150 0 0 0.562 3485 3169 0 0 0.562 2 interp_poly 60 -17 -46 -21 3537 2897 3 MP PP 3537 2897 0 0 0.562 3491 2876 0 0 0.562 3537 2897 0 0 0.562 2 interp_poly 3491 2876 0 0 0.562 3551 2859 0 0 0.562 3491 2876 0 0 0.562 2 interp_poly -46 -19 60 -17 3495 3008 3 MP PP 3495 3008 0 0 0.562 3555 2991 0 0 0.562 3495 3008 0 0 0.562 2 interp_poly 3555 2991 0 0 0.562 3509 2972 0 0 0.562 3555 2991 0 0 0.562 2 interp_poly 60 -17 -46 -19 3541 3027 3 MP PP 3541 3027 0 0 0.562 3495 3008 0 0 0.562 3541 3027 0 0 0.562 2 interp_poly 3495 3008 0 0 0.562 3555 2991 0 0 0.562 3495 3008 0 0 0.562 2 interp_poly -47 -16 61 -19 3499 3132 3 MP PP 3499 3132 0 0 0.562 3560 3113 0 0 0.562 3499 3132 0 0 0.562 2 interp_poly 3560 3113 0 0 0.562 3513 3097 0 0 0.562 3560 3113 0 0 0.562 2 interp_poly 61 -19 -47 -18 3546 3150 3 MP PP 3546 3150 0 0 0.562 3499 3132 0 0 0.562 3546 3150 0 0 0.562 2 interp_poly 3499 3132 0 0 0.562 3560 3113 0 0 0.562 3499 3132 0 0 0.562 2 interp_poly -47 -20 61 -17 3509 2972 3 MP PP 3509 2972 0 0 0.562 3570 2955 0 0 0.562 3509 2972 0 0 0.562 2 interp_poly 3570 2955 0 0 0.562 3523 2935 0 0 0.562 3570 2955 0 0 0.562 2 interp_poly 61 -17 -46 -19 3555 2991 3 MP PP 3555 2991 0 0 0.562 3509 2972 0 0 0.562 3555 2991 0 0 0.562 2 interp_poly 3509 2972 0 0 0.562 3570 2955 0 0 0.562 3509 2972 0 0 0.562 2 interp_poly -47 -16 61 -18 3513 3097 3 MP PP 3513 3097 0 0 0.562 3574 3079 0 0 0.562 3513 3097 0 0 0.562 2 interp_poly 3574 3079 0 0 0.562 3527 3063 0 0 0.562 3574 3079 0 0 0.562 2 interp_poly 61 -18 -47 -16 3560 3113 3 MP PP 3560 3113 0 0 0.562 3513 3097 0 0 0.562 3560 3113 0 0 0.562 2 interp_poly 3513 3097 0 0 0.562 3574 3079 0 0 0.562 3513 3097 0 0 0.562 2 interp_poly -46 -17 61 -19 3531 3186 3 MP PP 3531 3186 0 0 0.562 3592 3167 0 0 0.562 3531 3186 0 0 0.562 2 interp_poly 3592 3167 0 0 0.562 3546 3150 0 0 0.562 3592 3167 0 0 0.562 2 interp_poly -47 326 61 34 3530 2802 3 MP PP 3530 2802 0.25 1 0.812 3591 2836 0.188 1 0.875 3530 2802 0.25 1 0.812 2 interp_poly 3591 2836 0.188 1 0.875 3544 3162 0 0.438 1 3591 2836 0.188 1 0.875 2 interp_poly 61 -19 -47 -12 3578 3198 3 MP PP 3578 3198 0 0 0.562 3531 3186 0 0 0.562 3578 3198 0 0 0.562 2 interp_poly 3531 3186 0 0 0.562 3592 3167 0 0 0.562 3531 3186 0 0 0.562 2 interp_poly -47 -16 61 -21 3503 3254 3 MP PP 3503 3254 0 0 0.562 3564 3233 0 0 0.625 3503 3254 0 0 0.562 2 interp_poly 3564 3233 0 0 0.625 3517 3217 0 0 0.562 3564 3233 0 0 0.625 2 interp_poly 61 -21 -47 -15 3550 3269 3 MP PP 3550 3269 0 0 0.625 3503 3254 0 0 0.562 3550 3269 0 0 0.625 2 interp_poly 3503 3254 0 0 0.562 3564 3233 0 0 0.625 3503 3254 0 0 0.562 2 interp_poly -47 -12 61 -19 3517 3217 3 MP PP 3517 3217 0 0 0.562 3578 3198 0 0 0.562 3517 3217 0 0 0.562 2 interp_poly 3578 3198 0 0 0.562 3531 3186 0 0 0.562 3578 3198 0 0 0.562 2 interp_poly 61 -19 -47 -16 3564 3233 3 MP PP 3564 3233 0 0 0.625 3517 3217 0 0 0.562 3564 3233 0 0 0.625 2 interp_poly 3517 3217 0 0 0.562 3578 3198 0 0 0.562 3517 3217 0 0 0.562 2 interp_poly -47 202 61 -2 3544 3162 3 MP PP 3544 3162 0 0.438 1 3605 3160 0 0.438 1 3544 3162 0 0.438 1 2 interp_poly 3605 3160 0 0.438 1 3558 3362 0 0 0.938 3605 3160 0 0.438 1 2 interp_poly 61 -2 -47 326 3591 2836 3 MP PP 3591 2836 0.188 1 0.875 3544 3162 0 0.438 1 3591 2836 0.188 1 0.875 2 interp_poly 3544 3162 0 0.438 1 3605 3160 0 0.438 1 3544 3162 0 0.438 1 2 interp_poly 61 15 -47 -655 3609 3485 3 MP PP 3609 3485 0 0 1 3562 2830 0.312 1 0.75 3609 3485 0 0 1 2 interp_poly 3562 2830 0.312 1 0.75 3623 2845 0.25 1 0.812 3562 2830 0.312 1 0.75 2 interp_poly 61 34 -46 322 3576 2480 3 MP PP 3576 2480 1 1 0.0625 3530 2802 0.25 1 0.812 3576 2480 1 1 0.0625 2 interp_poly 3530 2802 0.25 1 0.812 3591 2836 0.188 1 0.875 3530 2802 0.25 1 0.812 2 interp_poly -47 -365 61 15 3562 2830 3 MP PP 3562 2830 0.312 1 0.75 3623 2845 0.25 1 0.812 3562 2830 0.312 1 0.75 2 interp_poly 3623 2845 0.25 1 0.812 3576 2480 1 1 0.0625 3623 2845 0.25 1 0.812 2 interp_poly 61 -2 -46 -25 3607 4106 3 MP PP 3607 4106 0 0 0.688 3561 4081 0 0 0.688 3607 4106 0 0 0.688 2 interp_poly 3561 4081 0 0 0.688 3622 4079 0 0 0.625 3561 4081 0 0 0.688 2 interp_poly -47 -23 61 -2 3561 4081 3 MP PP 3561 4081 0 0 0.688 3622 4079 0 0 0.625 3561 4081 0 0 0.688 2 interp_poly 3622 4079 0 0 0.625 3575 4056 0 0 0.625 3622 4079 0 0 0.625 2 interp_poly 60 -17 -46 -24 3603 3986 3 MP PP 3603 3986 0 0 0.625 3557 3962 0 0 0.625 3603 3986 0 0 0.625 2 interp_poly 3557 3962 0 0 0.625 3617 3945 0 0 0.625 3557 3962 0 0 0.625 2 interp_poly -46 -26 60 -17 3557 3962 3 MP PP 3557 3962 0 0 0.625 3617 3945 0 0 0.625 3557 3962 0 0 0.625 2 interp_poly 3617 3945 0 0 0.625 3571 3919 0 0 0.625 3617 3945 0 0 0.625 2 interp_poly 61 -17 -47 -22 3602 4478 3 MP PP 3602 4478 0 0 0.562 3555 4456 0 0 0.562 3602 4478 0 0 0.562 2 interp_poly 3555 4456 0 0 0.562 3616 4439 0 0 0.562 3555 4456 0 0 0.562 2 interp_poly -47 -21 61 -17 3555 4456 3 MP PP 3555 4456 0 0 0.562 3616 4439 0 0 0.562 3555 4456 0 0 0.562 2 interp_poly 3616 4439 0 0 0.562 3569 4418 0 0 0.562 3616 4439 0 0 0.562 2 interp_poly 60 -5 -46 -32 3599 3833 3 MP PP 3599 3833 0 0 0.688 3553 3801 0 0 0.688 3599 3833 0 0 0.688 2 interp_poly 3553 3801 0 0 0.688 3613 3796 0 0 0.688 3553 3801 0 0 0.688 2 interp_poly -46 -28 60 -5 3553 3801 3 MP PP 3553 3801 0 0 0.688 3613 3796 0 0 0.688 3553 3801 0 0 0.688 2 interp_poly 3613 3796 0 0 0.688 3567 3768 0 0 0.688 3613 3796 0 0 0.688 2 interp_poly 61 -33 -47 -30 3598 4327 3 MP PP 3598 4327 0 0 0.562 3551 4297 0 0 0.562 3598 4327 0 0 0.562 2 interp_poly 3551 4297 0 0 0.562 3612 4264 0 0 0.625 3551 4297 0 0 0.562 2 interp_poly -47 -34 61 -33 3551 4297 3 MP PP 3551 4297 0 0 0.562 3612 4264 0 0 0.625 3551 4297 0 0 0.562 2 interp_poly 3612 4264 0 0 0.625 3565 4230 0 0 0.625 3612 4264 0 0 0.625 2 interp_poly 61 -66 -47 -157 3595 3708 3 MP PP 3595 3708 0 0 0.625 3548 3551 0 0 0.938 3595 3708 0 0 0.625 2 interp_poly 3548 3551 0 0 0.938 3609 3485 0 0 1 3548 3551 0 0 0.938 2 interp_poly -47 -14 61 -17 3493 3397 3 MP PP 3493 3397 0 0 0.625 3554 3380 0 0 0.625 3493 3397 0 0 0.625 2 interp_poly 3554 3380 0 0 0.625 3507 3366 0 0 0.625 3554 3380 0 0 0.625 2 interp_poly 61 -17 -47 -19 3540 3416 3 MP PP 3540 3416 0 0 0.625 3493 3397 0 0 0.625 3540 3416 0 0 0.625 2 interp_poly 3493 3397 0 0 0.625 3554 3380 0 0 0.625 3493 3397 0 0 0.625 2 interp_poly -47 -5 61 -24 3465 3462 3 MP PP 3465 3462 0 0 0.688 3526 3438 0 0 0.688 3465 3462 0 0 0.688 2 interp_poly 3526 3438 0 0 0.688 3479 3433 0 0 0.625 3526 3438 0 0 0.688 2 interp_poly 61 -24 -47 10 3512 3452 3 MP PP 3512 3452 0 0 0.75 3465 3462 0 0 0.688 3512 3452 0 0 0.75 2 interp_poly 3465 3462 0 0 0.688 3526 3438 0 0 0.688 3465 3462 0 0 0.688 2 interp_poly -47 -19 61 -17 3479 3433 3 MP PP 3479 3433 0 0 0.625 3540 3416 0 0 0.625 3479 3433 0 0 0.625 2 interp_poly 3540 3416 0 0 0.625 3493 3397 0 0 0.625 3540 3416 0 0 0.625 2 interp_poly 61 -17 -47 -5 3526 3438 3 MP PP 3526 3438 0 0 0.688 3479 3433 0 0 0.625 3526 3438 0 0 0.688 2 interp_poly 3479 3433 0 0 0.625 3540 3416 0 0 0.625 3479 3433 0 0 0.625 2 interp_poly -46 90 60 -42 3498 3404 3 MP PP 3498 3404 0 0 0.938 3558 3362 0 0 0.938 3498 3404 0 0 0.938 2 interp_poly 3558 3362 0 0 0.938 3512 3452 0 0 0.75 3558 3362 0 0 0.938 2 interp_poly -46 -17 60 -15 3447 3381 3 MP PP 3447 3381 0 0 0.625 3507 3366 0 0 0.625 3447 3381 0 0 0.625 2 interp_poly 3507 3366 0 0 0.625 3461 3349 0 0 0.625 3507 3366 0 0 0.625 2 interp_poly 60 -15 -46 -16 3493 3397 3 MP PP 3493 3397 0 0 0.625 3447 3381 0 0 0.625 3493 3397 0 0 0.625 2 interp_poly 3447 3381 0 0 0.625 3507 3366 0 0 0.625 3447 3381 0 0 0.625 2 interp_poly -47 -18 61 -18 3461 3349 3 MP PP 3461 3349 0 0 0.625 3522 3331 0 0 0.625 3461 3349 0 0 0.625 2 interp_poly 3522 3331 0 0 0.625 3475 3313 0 0 0.625 3522 3331 0 0 0.625 2 interp_poly 61 -18 -46 -17 3507 3366 3 MP PP 3507 3366 0 0 0.625 3461 3349 0 0 0.625 3507 3366 0 0 0.625 2 interp_poly 3461 3349 0 0 0.625 3522 3331 0 0 0.625 3461 3349 0 0 0.625 2 interp_poly -47 -10 61 -16 3475 3313 3 MP PP 3475 3313 0 0 0.625 3536 3297 0 0 0.625 3475 3313 0 0 0.625 2 interp_poly 3536 3297 0 0 0.625 3489 3287 0 0 0.625 3536 3297 0 0 0.625 2 interp_poly 61 -16 -47 -18 3522 3331 3 MP PP 3522 3331 0 0 0.625 3475 3313 0 0 0.625 3522 3331 0 0 0.625 2 interp_poly 3475 3313 0 0 0.625 3536 3297 0 0 0.625 3475 3313 0 0 0.625 2 interp_poly -47 -15 61 -18 3489 3287 3 MP PP 3489 3287 0 0 0.625 3550 3269 0 0 0.625 3489 3287 0 0 0.625 2 interp_poly 3550 3269 0 0 0.625 3503 3254 0 0 0.562 3550 3269 0 0 0.625 2 interp_poly 61 -18 -47 -10 3536 3297 3 MP PP 3536 3297 0 0 0.625 3489 3287 0 0 0.625 3536 3297 0 0 0.625 2 interp_poly 3489 3287 0 0 0.625 3550 3269 0 0 0.625 3489 3287 0 0 0.625 2 interp_poly 60 -42 -46 242 3544 3162 3 MP PP 3544 3162 0 0.438 1 3498 3404 0 0 0.938 3544 3162 0 0.438 1 2 interp_poly 3498 3404 0 0 0.938 3558 3362 0 0 0.938 3498 3404 0 0 0.938 2 interp_poly 60 -15 -46 16 3572 3422 3 MP PP 3572 3422 0 0 0.75 3526 3438 0 0 0.688 3572 3422 0 0 0.75 2 interp_poly 3526 3438 0 0 0.688 3586 3423 0 0 0.688 3526 3438 0 0 0.688 2 interp_poly -46 16 60 -30 3512 3452 3 MP PP 3512 3452 0 0 0.75 3572 3422 0 0 0.75 3512 3452 0 0 0.75 2 interp_poly 3572 3422 0 0 0.75 3526 3438 0 0 0.688 3572 3422 0 0 0.75 2 interp_poly 60 -30 -46 90 3558 3362 3 MP PP 3558 3362 0 0 0.938 3512 3452 0 0 0.75 3558 3362 0 0 0.938 2 interp_poly 3512 3452 0 0 0.75 3572 3422 0 0 0.75 3512 3452 0 0 0.75 2 interp_poly -47 -655 61 -66 3548 3551 3 MP PP 3548 3551 0 0 0.938 3609 3485 0 0 1 3548 3551 0 0 0.938 2 interp_poly 3609 3485 0 0 1 3562 2830 0.312 1 0.75 3609 3485 0 0 1 2 interp_poly 60 -3 -46 -29 3593 4138 3 MP PP 3593 4138 0 0 0.688 3547 4109 0 0 0.688 3593 4138 0 0 0.688 2 interp_poly 3547 4109 0 0 0.688 3607 4106 0 0 0.688 3547 4109 0 0 0.688 2 interp_poly -46 -25 60 -3 3547 4109 3 MP PP 3547 4109 0 0 0.688 3607 4106 0 0 0.688 3547 4109 0 0 0.688 2 interp_poly 3607 4106 0 0 0.688 3561 4081 0 0 0.688 3607 4106 0 0 0.688 2 interp_poly 60 -15 -46 -23 3589 4024 3 MP PP 3589 4024 0 0 0.625 3543 4001 0 0 0.625 3589 4024 0 0 0.625 2 interp_poly 3543 4001 0 0 0.625 3603 3986 0 0 0.625 3543 4001 0 0 0.625 2 interp_poly -46 -24 60 -15 3543 4001 3 MP PP 3543 4001 0 0 0.625 3603 3986 0 0 0.625 3543 4001 0 0 0.625 2 interp_poly 3603 3986 0 0 0.625 3557 3962 0 0 0.625 3603 3986 0 0 0.625 2 interp_poly 61 -16 -47 -22 3588 4516 3 MP PP 3588 4516 0 0 0.562 3541 4494 0 0 0.562 3588 4516 0 0 0.562 2 interp_poly 3541 4494 0 0 0.562 3602 4478 0 0 0.562 3541 4494 0 0 0.562 2 interp_poly -47 -22 61 -16 3541 4494 3 MP PP 3541 4494 0 0 0.562 3602 4478 0 0 0.562 3541 4494 0 0 0.562 2 interp_poly 3602 4478 0 0 0.562 3555 4456 0 0 0.562 3602 4478 0 0 0.562 2 interp_poly 61 -12 -47 -31 3585 3876 3 MP PP 3585 3876 0 0 0.688 3538 3845 0 0 0.688 3585 3876 0 0 0.688 2 interp_poly 3538 3845 0 0 0.688 3599 3833 0 0 0.688 3538 3845 0 0 0.688 2 interp_poly -46 -32 61 -12 3538 3845 3 MP PP 3538 3845 0 0 0.688 3599 3833 0 0 0.688 3538 3845 0 0 0.688 2 interp_poly 3599 3833 0 0 0.688 3553 3801 0 0 0.688 3599 3833 0 0 0.688 2 interp_poly 61 -28 -46 -23 3583 4378 3 MP PP 3583 4378 0 0 0.562 3537 4355 0 0 0.562 3583 4378 0 0 0.562 2 interp_poly 3537 4355 0 0 0.562 3598 4327 0 0 0.562 3537 4355 0 0 0.562 2 interp_poly -47 -30 61 -28 3537 4355 3 MP PP 3537 4355 0 0 0.562 3598 4327 0 0 0.562 3537 4355 0 0 0.562 2 interp_poly 3598 4327 0 0 0.562 3551 4297 0 0 0.562 3598 4327 0 0 0.562 2 interp_poly 61 -6 -47 -30 3581 3744 3 MP PP 3581 3744 0 0 0.625 3534 3714 0 0 0.688 3581 3744 0 0 0.625 2 interp_poly 3534 3714 0 0 0.688 3595 3708 0 0 0.625 3534 3714 0 0 0.688 2 interp_poly -47 -157 61 -6 3534 3714 3 MP PP 3534 3714 0 0 0.688 3595 3708 0 0 0.625 3534 3714 0 0 0.688 2 interp_poly 3595 3708 0 0 0.625 3548 3551 0 0 0.938 3595 3708 0 0 0.625 2 interp_poly 60 -5 -46 -32 3579 4175 3 MP PP 3579 4175 0 0 0.688 3533 4143 0 0 0.688 3579 4175 0 0 0.688 2 interp_poly 3533 4143 0 0 0.688 3593 4138 0 0 0.688 3533 4143 0 0 0.688 2 interp_poly -46 -29 60 -5 3533 4143 3 MP PP 3533 4143 0 0 0.688 3593 4138 0 0 0.688 3533 4143 0 0 0.688 2 interp_poly 3593 4138 0 0 0.688 3547 4109 0 0 0.688 3593 4138 0 0 0.688 2 interp_poly 60 -13 -46 -19 3575 4056 3 MP PP 3575 4056 0 0 0.625 3529 4037 0 0 0.625 3575 4056 0 0 0.625 2 interp_poly 3529 4037 0 0 0.625 3589 4024 0 0 0.625 3529 4037 0 0 0.625 2 interp_poly -46 -23 60 -13 3529 4037 3 MP PP 3529 4037 0 0 0.625 3589 4024 0 0 0.625 3529 4037 0 0 0.625 2 interp_poly 3589 4024 0 0 0.625 3543 4001 0 0 0.625 3589 4024 0 0 0.625 2 interp_poly -47 -22 61 -16 3527 4532 3 MP PP 3527 4532 0 0 0.562 3588 4516 0 0 0.562 3527 4532 0 0 0.562 2 interp_poly 3588 4516 0 0 0.562 3541 4494 0 0 0.562 3588 4516 0 0 0.562 2 interp_poly 61 -17 -47 -26 3571 3919 3 MP PP 3571 3919 0 0 0.625 3524 3893 0 0 0.688 3571 3919 0 0 0.625 2 interp_poly 3524 3893 0 0 0.688 3585 3876 0 0 0.688 3524 3893 0 0 0.688 2 interp_poly -47 -31 61 -17 3524 3893 3 MP PP 3524 3893 0 0 0.688 3585 3876 0 0 0.688 3524 3893 0 0 0.688 2 interp_poly 3585 3876 0 0 0.688 3538 3845 0 0 0.688 3585 3876 0 0 0.688 2 interp_poly 60 -18 -46 -22 3569 4418 3 MP PP 3569 4418 0 0 0.562 3523 4396 0 0 0.562 3569 4418 0 0 0.562 2 interp_poly 3523 4396 0 0 0.562 3583 4378 0 0 0.562 3523 4396 0 0 0.562 2 interp_poly -46 -23 60 -18 3523 4396 3 MP PP 3523 4396 0 0 0.562 3583 4378 0 0 0.562 3523 4396 0 0 0.562 2 interp_poly 3583 4378 0 0 0.562 3537 4355 0 0 0.562 3583 4378 0 0 0.562 2 interp_poly 61 1 -47 -25 3567 3768 3 MP PP 3567 3768 0 0 0.688 3520 3743 0 0 0.688 3567 3768 0 0 0.688 2 interp_poly 3520 3743 0 0 0.688 3581 3744 0 0 0.625 3520 3743 0 0 0.688 2 interp_poly -47 -30 61 1 3520 3743 3 MP PP 3520 3743 0 0 0.688 3581 3744 0 0 0.625 3520 3743 0 0 0.688 2 interp_poly 3581 3744 0 0 0.625 3534 3714 0 0 0.688 3581 3744 0 0 0.625 2 interp_poly 60 -18 -46 -37 3565 4230 3 MP PP 3565 4230 0 0 0.625 3519 4193 0 0 0.688 3565 4230 0 0 0.625 2 interp_poly 3519 4193 0 0 0.688 3579 4175 0 0 0.688 3519 4193 0 0 0.688 2 interp_poly -46 -32 60 -18 3519 4193 3 MP PP 3519 4193 0 0 0.688 3579 4175 0 0 0.688 3519 4193 0 0 0.688 2 interp_poly 3579 4175 0 0 0.688 3533 4143 0 0 0.688 3579 4175 0 0 0.688 2 interp_poly -46 322 60 316 3516 2164 3 MP PP 3516 2164 1 0.375 0 3576 2480 1 1 0.0625 3516 2164 1 0.375 0 2 interp_poly 3576 2480 1 1 0.0625 3530 2802 0.25 1 0.812 3576 2480 1 1 0.0625 2 interp_poly 60 316 -46 -666 3562 2830 3 MP PP 3562 2830 0.312 1 0.75 3516 2164 1 0.375 0 3562 2830 0.312 1 0.75 2 interp_poly 3516 2164 1 0.375 0 3576 2480 1 1 0.0625 3516 2164 1 0.375 0 2 interp_poly gr 1 sg gs 899 389 5356 4226 rc 61 -7 -47 -18 3561 4081 3 MP PP 3561 4081 0 0 0.688 3514 4063 0 0 0.688 3561 4081 0 0 0.688 2 interp_poly 3514 4063 0 0 0.688 3575 4056 0 0 0.625 3514 4063 0 0 0.688 2 interp_poly -46 -19 61 -7 3514 4063 3 MP PP 3514 4063 0 0 0.688 3575 4056 0 0 0.625 3514 4063 0 0 0.688 2 interp_poly 3575 4056 0 0 0.625 3529 4037 0 0 0.625 3575 4056 0 0 0.625 2 interp_poly 61 -18 -47 -25 3557 3962 3 MP PP 3557 3962 0 0 0.625 3510 3937 0 0 0.625 3557 3962 0 0 0.625 2 interp_poly 3510 3937 0 0 0.625 3571 3919 0 0 0.625 3510 3937 0 0 0.625 2 interp_poly -47 -26 61 -18 3510 3937 3 MP PP 3510 3937 0 0 0.625 3571 3919 0 0 0.625 3510 3937 0 0 0.625 2 interp_poly 3571 3919 0 0 0.625 3524 3893 0 0 0.688 3571 3919 0 0 0.625 2 interp_poly 60 -17 -46 -21 3555 4456 3 MP PP 3555 4456 0 0 0.562 3509 4435 0 0 0.562 3555 4456 0 0 0.562 2 interp_poly 3509 4435 0 0 0.562 3569 4418 0 0 0.562 3509 4435 0 0 0.562 2 interp_poly -46 -22 60 -17 3509 4435 3 MP PP 3509 4435 0 0 0.562 3569 4418 0 0 0.562 3509 4435 0 0 0.562 2 interp_poly 3569 4418 0 0 0.562 3523 4396 0 0 0.562 3569 4418 0 0 0.562 2 interp_poly 61 -5 -47 -28 3553 3801 3 MP PP 3553 3801 0 0 0.688 3506 3773 0 0 0.688 3553 3801 0 0 0.688 2 interp_poly 3506 3773 0 0 0.688 3567 3768 0 0 0.688 3506 3773 0 0 0.688 2 interp_poly -47 -25 61 -5 3506 3773 3 MP PP 3506 3773 0 0 0.688 3567 3768 0 0 0.688 3506 3773 0 0 0.688 2 interp_poly 3567 3768 0 0 0.688 3520 3743 0 0 0.688 3567 3768 0 0 0.688 2 interp_poly 60 -31 -46 -36 3551 4297 3 MP PP 3551 4297 0 0 0.562 3505 4261 0 0 0.625 3551 4297 0 0 0.562 2 interp_poly 3505 4261 0 0 0.625 3565 4230 0 0 0.625 3505 4261 0 0 0.625 2 interp_poly -46 -37 60 -31 3505 4261 3 MP PP 3505 4261 0 0 0.625 3565 4230 0 0 0.625 3505 4261 0 0 0.625 2 interp_poly 3565 4230 0 0 0.625 3519 4193 0 0 0.688 3565 4230 0 0 0.625 2 interp_poly -46 -21 61 -17 3462 2952 3 MP PP 3462 2952 0 0 0.562 3523 2935 0 0 0.562 3462 2952 0 0 0.562 2 interp_poly 3523 2935 0 0 0.562 3477 2914 0 0 0.562 3523 2935 0 0 0.562 2 interp_poly 61 -17 -47 -20 3509 2972 3 MP PP 3509 2972 0 0 0.562 3462 2952 0 0 0.562 3509 2972 0 0 0.562 2 interp_poly 3462 2952 0 0 0.562 3523 2935 0 0 0.562 3462 2952 0 0 0.562 2 interp_poly -46 -18 60 -17 3467 3080 3 MP PP 3467 3080 0 0 0.562 3527 3063 0 0 0.562 3467 3080 0 0 0.562 2 interp_poly 3527 3063 0 0 0.562 3481 3045 0 0 0.562 3527 3063 0 0 0.562 2 interp_poly 60 -17 -46 -17 3513 3097 3 MP PP 3513 3097 0 0 0.562 3467 3080 0 0 0.562 3513 3097 0 0 0.562 2 interp_poly 3467 3080 0 0 0.562 3527 3063 0 0 0.562 3467 3080 0 0 0.562 2 interp_poly -47 -22 61 -16 3416 2930 3 MP PP 3416 2930 0 0 0.562 3477 2914 0 0 0.562 3416 2930 0 0 0.562 2 interp_poly 3477 2914 0 0 0.562 3430 2892 0 0 0.562 3477 2914 0 0 0.562 2 interp_poly 61 -16 -46 -22 3462 2952 3 MP PP 3462 2952 0 0 0.562 3416 2930 0 0 0.562 3462 2952 0 0 0.562 2 interp_poly 3416 2930 0 0 0.562 3477 2914 0 0 0.562 3416 2930 0 0 0.562 2 interp_poly -47 -20 61 -17 3420 3062 3 MP PP 3420 3062 0 0 0.562 3481 3045 0 0 0.562 3420 3062 0 0 0.562 2 interp_poly 3481 3045 0 0 0.562 3434 3025 0 0 0.562 3481 3045 0 0 0.562 2 interp_poly 61 -17 -47 -18 3467 3080 3 MP PP 3467 3080 0 0 0.562 3420 3062 0 0 0.562 3467 3080 0 0 0.562 2 interp_poly 3420 3062 0 0 0.562 3481 3045 0 0 0.562 3420 3062 0 0 0.562 2 interp_poly -47 -19 61 -18 3424 3187 3 MP PP 3424 3187 0 0 0.562 3485 3169 0 0 0.562 3424 3187 0 0 0.562 2 interp_poly 3485 3169 0 0 0.562 3438 3150 0 0 0.562 3485 3169 0 0 0.562 2 interp_poly 61 -18 -47 -16 3471 3203 3 MP PP 3471 3203 0 0 0.562 3424 3187 0 0 0.562 3471 3203 0 0 0.562 2 interp_poly 3424 3187 0 0 0.562 3485 3169 0 0 0.562 3424 3187 0 0 0.562 2 interp_poly 61 -16 -47 -22 3477 2914 3 MP PP 3477 2914 0 0 0.562 3430 2892 0 0 0.562 3477 2914 0 0 0.562 2 interp_poly 3430 2892 0 0 0.562 3491 2876 0 0 0.562 3430 2892 0 0 0.562 2 interp_poly -47 -20 61 -17 3434 3025 3 MP PP 3434 3025 0 0 0.562 3495 3008 0 0 0.562 3434 3025 0 0 0.562 2 interp_poly 3495 3008 0 0 0.562 3448 2988 0 0 0.562 3495 3008 0 0 0.562 2 interp_poly 61 -17 -47 -20 3481 3045 3 MP PP 3481 3045 0 0 0.562 3434 3025 0 0 0.562 3481 3045 0 0 0.562 2 interp_poly 3434 3025 0 0 0.562 3495 3008 0 0 0.562 3434 3025 0 0 0.562 2 interp_poly -46 -17 61 -18 3438 3150 3 MP PP 3438 3150 0 0 0.562 3499 3132 0 0 0.562 3438 3150 0 0 0.562 2 interp_poly 3499 3132 0 0 0.562 3453 3115 0 0 0.562 3499 3132 0 0 0.562 2 interp_poly 61 -18 -47 -19 3485 3169 3 MP PP 3485 3169 0 0 0.562 3438 3150 0 0 0.562 3485 3169 0 0 0.562 2 interp_poly 3438 3150 0 0 0.562 3499 3132 0 0 0.562 3438 3150 0 0 0.562 2 interp_poly -46 -19 60 -19 3443 3273 3 MP PP 3443 3273 0 0 0.562 3503 3254 0 0 0.562 3443 3273 0 0 0.562 2 interp_poly 3503 3254 0 0 0.562 3457 3235 0 0 0.562 3503 3254 0 0 0.562 2 interp_poly -47 -20 61 -16 3448 2988 3 MP PP 3448 2988 0 0 0.562 3509 2972 0 0 0.562 3448 2988 0 0 0.562 2 interp_poly 3509 2972 0 0 0.562 3462 2952 0 0 0.562 3509 2972 0 0 0.562 2 interp_poly 61 -16 -47 -20 3495 3008 3 MP PP 3495 3008 0 0 0.562 3448 2988 0 0 0.562 3495 3008 0 0 0.562 2 interp_poly 3448 2988 0 0 0.562 3509 2972 0 0 0.562 3448 2988 0 0 0.562 2 interp_poly -46 -17 60 -18 3453 3115 3 MP PP 3453 3115 0 0 0.562 3513 3097 0 0 0.562 3453 3115 0 0 0.562 2 interp_poly 3513 3097 0 0 0.562 3467 3080 0 0 0.562 3513 3097 0 0 0.562 2 interp_poly 60 -18 -46 -17 3499 3132 3 MP PP 3499 3132 0 0 0.562 3453 3115 0 0 0.562 3499 3132 0 0 0.562 2 interp_poly 3453 3115 0 0 0.562 3513 3097 0 0 0.562 3453 3115 0 0 0.562 2 interp_poly -46 -14 60 -18 3457 3235 3 MP PP 3457 3235 0 0 0.562 3517 3217 0 0 0.562 3457 3235 0 0 0.562 2 interp_poly 3517 3217 0 0 0.562 3471 3203 0 0 0.562 3517 3217 0 0 0.562 2 interp_poly 60 -18 -46 -19 3503 3254 3 MP PP 3503 3254 0 0 0.562 3457 3235 0 0 0.562 3503 3254 0 0 0.562 2 interp_poly 3457 3235 0 0 0.562 3517 3217 0 0 0.562 3457 3235 0 0 0.562 2 interp_poly -46 -17 60 -17 3471 3203 3 MP PP 3471 3203 0 0 0.562 3531 3186 0 0 0.562 3471 3203 0 0 0.562 2 interp_poly 3531 3186 0 0 0.562 3485 3169 0 0 0.562 3531 3186 0 0 0.562 2 interp_poly 60 -17 -46 -14 3517 3217 3 MP PP 3517 3217 0 0 0.562 3471 3203 0 0 0.562 3517 3217 0 0 0.562 2 interp_poly 3471 3203 0 0 0.562 3531 3186 0 0 0.562 3471 3203 0 0 0.562 2 interp_poly -47 456 61 14 3469 2788 3 MP PP 3469 2788 0.312 1 0.75 3530 2802 0.25 1 0.812 3469 2788 0.312 1 0.75 2 interp_poly 3530 2802 0.25 1 0.812 3483 3258 0 0.312 1 3530 2802 0.25 1 0.812 2 interp_poly -46 -14 60 -16 3429 3303 3 MP PP 3429 3303 0 0 0.625 3489 3287 0 0 0.625 3429 3303 0 0 0.625 2 interp_poly 3489 3287 0 0 0.625 3443 3273 0 0 0.562 3489 3287 0 0 0.625 2 interp_poly 60 -16 -46 -10 3475 3313 3 MP PP 3475 3313 0 0 0.625 3429 3303 0 0 0.625 3475 3313 0 0 0.625 2 interp_poly 3429 3303 0 0 0.625 3489 3287 0 0 0.625 3429 3303 0 0 0.625 2 interp_poly 60 -19 -46 -14 3489 3287 3 MP PP 3489 3287 0 0 0.625 3443 3273 0 0 0.562 3489 3287 0 0 0.625 2 interp_poly 3443 3273 0 0 0.562 3503 3254 0 0 0.562 3443 3273 0 0 0.562 2 interp_poly -46 242 61 -96 3483 3258 3 MP PP 3483 3258 0 0.312 1 3544 3162 0 0.438 1 3483 3258 0 0.312 1 2 interp_poly 3544 3162 0 0.438 1 3498 3404 0 0 0.938 3544 3162 0 0.438 1 2 interp_poly 61 -96 -47 456 3530 2802 3 MP PP 3530 2802 0.25 1 0.812 3483 3258 0 0.312 1 3530 2802 0.25 1 0.812 2 interp_poly 3483 3258 0 0.312 1 3544 3162 0 0.438 1 3483 3258 0 0.312 1 2 interp_poly 60 -5 -46 -716 3548 3551 3 MP PP 3548 3551 0 0 0.938 3502 2835 0.375 1 0.688 3548 3551 0 0 0.938 2 interp_poly 3502 2835 0.375 1 0.688 3562 2830 0.312 1 0.75 3502 2835 0.375 1 0.688 2 interp_poly 61 14 -47 624 3516 2164 3 MP PP 3516 2164 1 0.375 0 3469 2788 0.312 1 0.75 3516 2164 1 0.375 0 2 interp_poly 3469 2788 0.312 1 0.75 3530 2802 0.25 1 0.812 3469 2788 0.312 1 0.75 2 interp_poly -46 -666 60 -5 3502 2835 3 MP PP 3502 2835 0.375 1 0.688 3562 2830 0.312 1 0.75 3502 2835 0.375 1 0.688 2 interp_poly 3562 2830 0.312 1 0.75 3516 2164 1 0.375 0 3562 2830 0.312 1 0.75 2 interp_poly 61 -5 -47 -23 3547 4109 3 MP PP 3547 4109 0 0 0.688 3500 4086 0 0 0.688 3547 4109 0 0 0.688 2 interp_poly 3500 4086 0 0 0.688 3561 4081 0 0 0.688 3500 4086 0 0 0.688 2 interp_poly -47 -18 61 -5 3500 4086 3 MP PP 3500 4086 0 0 0.688 3561 4081 0 0 0.688 3500 4086 0 0 0.688 2 interp_poly 3561 4081 0 0 0.688 3514 4063 0 0 0.688 3561 4081 0 0 0.688 2 interp_poly 61 -15 -47 -24 3543 4001 3 MP PP 3543 4001 0 0 0.625 3496 3977 0 0 0.625 3543 4001 0 0 0.625 2 interp_poly 3496 3977 0 0 0.625 3557 3962 0 0 0.625 3496 3977 0 0 0.625 2 interp_poly -47 -25 61 -15 3496 3977 3 MP PP 3496 3977 0 0 0.625 3557 3962 0 0 0.625 3496 3977 0 0 0.625 2 interp_poly 3557 3962 0 0 0.625 3510 3937 0 0 0.625 3557 3962 0 0 0.625 2 interp_poly 60 -17 -46 -21 3541 4494 3 MP PP 3541 4494 0 0 0.562 3495 4473 0 0 0.562 3541 4494 0 0 0.562 2 interp_poly 3495 4473 0 0 0.562 3555 4456 0 0 0.562 3495 4473 0 0 0.562 2 interp_poly -46 -21 60 -17 3495 4473 3 MP PP 3495 4473 0 0 0.562 3555 4456 0 0 0.562 3495 4473 0 0 0.562 2 interp_poly 3555 4456 0 0 0.562 3509 4435 0 0 0.562 3555 4456 0 0 0.562 2 interp_poly 61 -10 -46 -34 3538 3845 3 MP PP 3538 3845 0 0 0.688 3492 3811 0 0 0.688 3538 3845 0 0 0.688 2 interp_poly 3492 3811 0 0 0.688 3553 3801 0 0 0.688 3492 3811 0 0 0.688 2 interp_poly -47 -28 61 -10 3492 3811 3 MP PP 3492 3811 0 0 0.688 3553 3801 0 0 0.688 3492 3811 0 0 0.688 2 interp_poly 3553 3801 0 0 0.688 3506 3773 0 0 0.688 3553 3801 0 0 0.688 2 interp_poly 61 -31 -47 -27 3537 4355 3 MP PP 3537 4355 0 0 0.562 3490 4328 0 0 0.562 3537 4355 0 0 0.562 2 interp_poly 3490 4328 0 0 0.562 3551 4297 0 0 0.562 3490 4328 0 0 0.562 2 interp_poly -46 -36 61 -31 3490 4328 3 MP PP 3490 4328 0 0 0.562 3551 4297 0 0 0.562 3490 4328 0 0 0.562 2 interp_poly 3551 4297 0 0 0.562 3505 4261 0 0 0.625 3551 4297 0 0 0.562 2 interp_poly 60 31 -46 -194 3534 3714 3 MP PP 3534 3714 0 0 0.688 3488 3520 0 0 1 3534 3714 0 0 0.688 2 interp_poly 3488 3520 0 0 1 3548 3551 0 0 0.938 3488 3520 0 0 1 2 interp_poly -46 -16 60 -20 3433 3417 3 MP PP 3433 3417 0 0 0.625 3493 3397 0 0 0.625 3433 3417 0 0 0.625 2 interp_poly 3493 3397 0 0 0.625 3447 3381 0 0 0.625 3493 3397 0 0 0.625 2 interp_poly 60 -20 -46 -16 3479 3433 3 MP PP 3479 3433 0 0 0.625 3433 3417 0 0 0.625 3479 3433 0 0 0.625 2 interp_poly 3433 3417 0 0 0.625 3493 3397 0 0 0.625 3433 3417 0 0 0.625 2 interp_poly -46 -11 60 -33 3405 3495 3 MP PP 3405 3495 0 0 0.625 3465 3462 0 0 0.688 3405 3495 0 0 0.625 2 interp_poly 3465 3462 0 0 0.688 3419 3451 0 0 0.625 3465 3462 0 0 0.688 2 interp_poly 60 -33 -46 5 3451 3490 3 MP PP 3451 3490 0 0 0.688 3405 3495 0 0 0.625 3451 3490 0 0 0.688 2 interp_poly 3405 3495 0 0 0.625 3465 3462 0 0 0.688 3405 3495 0 0 0.625 2 interp_poly -46 -16 60 -18 3419 3451 3 MP PP 3419 3451 0 0 0.625 3479 3433 0 0 0.625 3419 3451 0 0 0.625 2 interp_poly 3479 3433 0 0 0.625 3433 3417 0 0 0.625 3479 3433 0 0 0.625 2 interp_poly 60 -18 -46 -11 3465 3462 3 MP PP 3465 3462 0 0 0.688 3419 3451 0 0 0.625 3465 3462 0 0 0.688 2 interp_poly 3419 3451 0 0 0.625 3479 3433 0 0 0.625 3419 3451 0 0 0.625 2 interp_poly -47 10 61 -38 3451 3490 3 MP PP 3451 3490 0 0 0.688 3512 3452 0 0 0.75 3451 3490 0 0 0.688 2 interp_poly 3512 3452 0 0 0.75 3465 3462 0 0 0.688 3512 3452 0 0 0.75 2 interp_poly -47 86 61 -64 3437 3468 3 MP PP 3437 3468 0 0 0.812 3498 3404 0 0 0.938 3437 3468 0 0 0.812 2 interp_poly 3498 3404 0 0 0.938 3451 3490 0 0 0.688 3498 3404 0 0 0.938 2 interp_poly -46 -10 61 -21 3414 3334 3 MP PP 3414 3334 0 0 0.625 3475 3313 0 0 0.625 3414 3334 0 0 0.625 2 interp_poly 3475 3313 0 0 0.625 3429 3303 0 0 0.625 3475 3313 0 0 0.625 2 interp_poly 61 -21 -47 -15 3461 3349 3 MP PP 3461 3349 0 0 0.625 3414 3334 0 0 0.625 3461 3349 0 0 0.625 2 interp_poly 3414 3334 0 0 0.625 3475 3313 0 0 0.625 3414 3334 0 0 0.625 2 interp_poly 61 -64 -46 210 3483 3258 3 MP PP 3483 3258 0 0.312 1 3437 3468 0 0 0.812 3483 3258 0 0.312 1 2 interp_poly 3437 3468 0 0 0.812 3498 3404 0 0 0.938 3437 3468 0 0 0.812 2 interp_poly 61 -38 -47 86 3498 3404 3 MP PP 3498 3404 0 0 0.938 3451 3490 0 0 0.688 3498 3404 0 0 0.938 2 interp_poly 3451 3490 0 0 0.688 3512 3452 0 0 0.75 3451 3490 0 0 0.688 2 interp_poly -46 -716 60 31 3488 3520 3 MP PP 3488 3520 0 0 1 3548 3551 0 0 0.938 3488 3520 0 0 1 2 interp_poly 3548 3551 0 0 0.938 3502 2835 0.375 1 0.688 3548 3551 0 0 0.938 2 interp_poly 61 -8 -47 -26 3533 4143 3 MP PP 3533 4143 0 0 0.688 3486 4117 0 0 0.688 3533 4143 0 0 0.688 2 interp_poly 3486 4117 0 0 0.688 3547 4109 0 0 0.688 3486 4117 0 0 0.688 2 interp_poly -47 -23 61 -8 3486 4117 3 MP PP 3486 4117 0 0 0.688 3547 4109 0 0 0.688 3486 4117 0 0 0.688 2 interp_poly 3547 4109 0 0 0.688 3500 4086 0 0 0.688 3547 4109 0 0 0.688 2 interp_poly 61 -13 -47 -23 3529 4037 3 MP PP 3529 4037 0 0 0.625 3482 4014 0 0 0.625 3529 4037 0 0 0.625 2 interp_poly 3482 4014 0 0 0.625 3543 4001 0 0 0.625 3482 4014 0 0 0.625 2 interp_poly -47 -24 61 -13 3482 4014 3 MP PP 3482 4014 0 0 0.625 3543 4001 0 0 0.625 3482 4014 0 0 0.625 2 interp_poly 3543 4001 0 0 0.625 3496 3977 0 0 0.625 3543 4001 0 0 0.625 2 interp_poly 60 -17 -46 -21 3527 4532 3 MP PP 3527 4532 0 0 0.562 3481 4511 0 0 0.562 3527 4532 0 0 0.562 2 interp_poly 3481 4511 0 0 0.562 3541 4494 0 0 0.562 3481 4511 0 0 0.562 2 interp_poly -46 -21 60 -17 3481 4511 3 MP PP 3481 4511 0 0 0.562 3541 4494 0 0 0.562 3481 4511 0 0 0.562 2 interp_poly 3541 4494 0 0 0.562 3495 4473 0 0 0.562 3541 4494 0 0 0.562 2 interp_poly 60 -13 -46 -35 3524 3893 3 MP PP 3524 3893 0 0 0.688 3478 3858 0 0 0.688 3524 3893 0 0 0.688 2 interp_poly 3478 3858 0 0 0.688 3538 3845 0 0 0.688 3478 3858 0 0 0.688 2 interp_poly -46 -34 60 -13 3478 3858 3 MP PP 3478 3858 0 0 0.688 3538 3845 0 0 0.688 3478 3858 0 0 0.688 2 interp_poly 3538 3845 0 0 0.688 3492 3811 0 0 0.688 3538 3845 0 0 0.688 2 interp_poly 61 -19 -47 -22 3523 4396 3 MP PP 3523 4396 0 0 0.562 3476 4374 0 0 0.562 3523 4396 0 0 0.562 2 interp_poly 3476 4374 0 0 0.562 3537 4355 0 0 0.562 3476 4374 0 0 0.562 2 interp_poly -47 -27 61 -19 3476 4374 3 MP PP 3476 4374 0 0 0.562 3537 4355 0 0 0.562 3476 4374 0 0 0.562 2 interp_poly 3537 4355 0 0 0.562 3490 4328 0 0 0.562 3537 4355 0 0 0.562 2 interp_poly 60 27 -46 -56 3520 3743 3 MP PP 3520 3743 0 0 0.688 3474 3687 0 0 0.75 3520 3743 0 0 0.688 2 interp_poly 3474 3687 0 0 0.75 3534 3714 0 0 0.688 3474 3687 0 0 0.75 2 interp_poly -46 -194 60 27 3474 3687 3 MP PP 3474 3687 0 0 0.75 3534 3714 0 0 0.688 3474 3687 0 0 0.75 2 interp_poly 3534 3714 0 0 0.688 3488 3520 0 0 1 3534 3714 0 0 0.688 2 interp_poly 61 -18 -47 -32 3519 4193 3 MP PP 3519 4193 0 0 0.688 3472 4161 0 0 0.688 3519 4193 0 0 0.688 2 interp_poly 3472 4161 0 0 0.688 3533 4143 0 0 0.688 3472 4161 0 0 0.688 2 interp_poly -47 -26 61 -18 3472 4161 3 MP PP 3472 4161 0 0 0.688 3533 4143 0 0 0.688 3472 4161 0 0 0.688 2 interp_poly 3533 4143 0 0 0.688 3486 4117 0 0 0.688 3533 4143 0 0 0.688 2 interp_poly 61 -6 -46 -20 3514 4063 3 MP PP 3514 4063 0 0 0.688 3468 4043 0 0 0.688 3514 4063 0 0 0.688 2 interp_poly 3468 4043 0 0 0.688 3529 4037 0 0 0.625 3468 4043 0 0 0.688 2 interp_poly -47 -23 61 -6 3468 4043 3 MP PP 3468 4043 0 0 0.688 3529 4037 0 0 0.625 3468 4043 0 0 0.688 2 interp_poly 3529 4037 0 0 0.625 3482 4014 0 0 0.625 3529 4037 0 0 0.625 2 interp_poly -46 -21 61 -16 3466 4548 3 MP PP 3466 4548 0 0 0.562 3527 4532 0 0 0.562 3466 4548 0 0 0.562 2 interp_poly 3527 4532 0 0 0.562 3481 4511 0 0 0.562 3527 4532 0 0 0.562 2 interp_poly 60 -13 -46 -31 3510 3937 3 MP PP 3510 3937 0 0 0.625 3464 3906 0 0 0.688 3510 3937 0 0 0.625 2 interp_poly 3464 3906 0 0 0.688 3524 3893 0 0 0.688 3464 3906 0 0 0.688 2 interp_poly -46 -35 60 -13 3464 3906 3 MP PP 3464 3906 0 0 0.688 3524 3893 0 0 0.688 3464 3906 0 0 0.688 2 interp_poly 3524 3893 0 0 0.688 3478 3858 0 0 0.688 3524 3893 0 0 0.688 2 interp_poly 61 -17 -47 -22 3509 4435 3 MP PP 3509 4435 0 0 0.562 3462 4413 0 0 0.562 3509 4435 0 0 0.562 2 interp_poly 3462 4413 0 0 0.562 3523 4396 0 0 0.562 3462 4413 0 0 0.562 2 interp_poly -47 -22 61 -17 3462 4413 3 MP PP 3462 4413 0 0 0.562 3523 4396 0 0 0.562 3462 4413 0 0 0.562 2 interp_poly 3523 4396 0 0 0.562 3476 4374 0 0 0.562 3523 4396 0 0 0.562 2 interp_poly 60 11 -46 -41 3506 3773 3 MP PP 3506 3773 0 0 0.688 3460 3732 0 0 0.75 3506 3773 0 0 0.688 2 interp_poly 3460 3732 0 0 0.75 3520 3743 0 0 0.688 3460 3732 0 0 0.75 2 interp_poly -46 -56 60 11 3460 3732 3 MP PP 3460 3732 0 0 0.75 3520 3743 0 0 0.688 3460 3732 0 0 0.75 2 interp_poly 3520 3743 0 0 0.688 3474 3687 0 0 0.75 3520 3743 0 0 0.688 2 interp_poly 61 -33 -47 -35 3505 4261 3 MP PP 3505 4261 0 0 0.625 3458 4226 0 0 0.625 3505 4261 0 0 0.625 2 interp_poly 3458 4226 0 0 0.625 3519 4193 0 0 0.688 3458 4226 0 0 0.625 2 interp_poly -47 -32 61 -33 3458 4226 3 MP PP 3458 4226 0 0 0.625 3519 4193 0 0 0.688 3458 4226 0 0 0.625 2 interp_poly 3519 4193 0 0 0.688 3472 4161 0 0 0.688 3519 4193 0 0 0.688 2 interp_poly -47 624 61 125 3455 2039 3 MP PP 3455 2039 1 0.125 0 3516 2164 1 0.375 0 3455 2039 1 0.125 0 2 interp_poly 3516 2164 1 0.375 0 3469 2788 0.312 1 0.75 3516 2164 1 0.375 0 2 interp_poly 61 125 -47 -796 3502 2835 3 MP PP 3502 2835 0.375 1 0.688 3455 2039 1 0.125 0 3502 2835 0.375 1 0.688 2 interp_poly 3455 2039 1 0.125 0 3516 2164 1 0.375 0 3455 2039 1 0.125 0 2 interp_poly 60 -1 -46 -22 3500 4086 3 MP PP 3500 4086 0 0 0.688 3454 4064 0 0 0.688 3500 4086 0 0 0.688 2 interp_poly 3454 4064 0 0 0.688 3514 4063 0 0 0.688 3454 4064 0 0 0.688 2 interp_poly -46 -20 60 -1 3454 4064 3 MP PP 3454 4064 0 0 0.688 3514 4063 0 0 0.688 3454 4064 0 0 0.688 2 interp_poly 3514 4063 0 0 0.688 3468 4043 0 0 0.688 3514 4063 0 0 0.688 2 interp_poly 60 -13 -46 -27 3496 3977 3 MP PP 3496 3977 0 0 0.625 3450 3950 0 0 0.625 3496 3977 0 0 0.625 2 interp_poly 3450 3950 0 0 0.625 3510 3937 0 0 0.625 3450 3950 0 0 0.625 2 interp_poly -46 -31 60 -13 3450 3950 3 MP PP 3450 3950 0 0 0.625 3510 3937 0 0 0.625 3450 3950 0 0 0.625 2 interp_poly 3510 3937 0 0 0.625 3464 3906 0 0 0.688 3510 3937 0 0 0.625 2 interp_poly 61 -16 -47 -22 3495 4473 3 MP PP 3495 4473 0 0 0.562 3448 4451 0 0 0.562 3495 4473 0 0 0.562 2 interp_poly 3448 4451 0 0 0.562 3509 4435 0 0 0.562 3448 4451 0 0 0.562 2 interp_poly -47 -22 61 -16 3448 4451 3 MP PP 3448 4451 0 0 0.562 3509 4435 0 0 0.562 3448 4451 0 0 0.562 2 interp_poly 3509 4435 0 0 0.562 3462 4413 0 0 0.562 3509 4435 0 0 0.562 2 interp_poly 61 4 -47 -42 3492 3811 3 MP PP 3492 3811 0 0 0.688 3445 3769 0 0 0.75 3492 3811 0 0 0.688 2 interp_poly 3445 3769 0 0 0.75 3506 3773 0 0 0.688 3445 3769 0 0 0.75 2 interp_poly -46 -41 61 4 3445 3769 3 MP PP 3445 3769 0 0 0.75 3506 3773 0 0 0.688 3445 3769 0 0 0.75 2 interp_poly 3506 3773 0 0 0.688 3460 3732 0 0 0.75 3506 3773 0 0 0.688 2 interp_poly 61 -36 -46 -31 3490 4328 3 MP PP 3490 4328 0 0 0.562 3444 4297 0 0 0.562 3490 4328 0 0 0.562 2 interp_poly 3444 4297 0 0 0.562 3505 4261 0 0 0.625 3444 4297 0 0 0.562 2 interp_poly -47 -35 61 -36 3444 4297 3 MP PP 3444 4297 0 0 0.562 3505 4261 0 0 0.625 3444 4297 0 0 0.562 2 interp_poly 3505 4261 0 0 0.625 3458 4226 0 0 0.625 3505 4261 0 0 0.625 2 interp_poly -46 -22 60 -16 3402 2968 3 MP PP 3402 2968 0 0 0.562 3462 2952 0 0 0.562 3402 2968 0 0 0.562 2 interp_poly 3462 2952 0 0 0.562 3416 2930 0 0 0.562 3462 2952 0 0 0.562 2 interp_poly 60 -16 -46 -20 3448 2988 3 MP PP 3448 2988 0 0 0.562 3402 2968 0 0 0.562 3448 2988 0 0 0.562 2 interp_poly 3402 2968 0 0 0.562 3462 2952 0 0 0.562 3402 2968 0 0 0.562 2 interp_poly -47 -18 61 -18 3406 3098 3 MP PP 3406 3098 0 0 0.562 3467 3080 0 0 0.562 3406 3098 0 0 0.562 2 interp_poly 3467 3080 0 0 0.562 3420 3062 0 0 0.562 3467 3080 0 0 0.562 2 interp_poly 61 -18 -47 -17 3453 3115 3 MP PP 3453 3115 0 0 0.562 3406 3098 0 0 0.562 3453 3115 0 0 0.562 2 interp_poly 3406 3098 0 0 0.562 3467 3080 0 0 0.562 3406 3098 0 0 0.562 2 interp_poly -47 -21 61 -17 3355 2947 3 MP PP 3355 2947 0 0 0.562 3416 2930 0 0 0.562 3355 2947 0 0 0.562 2 interp_poly 3416 2930 0 0 0.562 3369 2909 0 0 0.562 3416 2930 0 0 0.562 2 interp_poly 61 -17 -47 -21 3402 2968 3 MP PP 3402 2968 0 0 0.562 3355 2947 0 0 0.562 3402 2968 0 0 0.562 2 interp_poly 3355 2947 0 0 0.562 3416 2930 0 0 0.562 3355 2947 0 0 0.562 2 interp_poly -46 -20 60 -17 3360 3079 3 MP PP 3360 3079 0 0 0.562 3420 3062 0 0 0.562 3360 3079 0 0 0.562 2 interp_poly 3420 3062 0 0 0.562 3374 3042 0 0 0.562 3420 3062 0 0 0.562 2 interp_poly 60 -17 -46 -19 3406 3098 3 MP PP 3406 3098 0 0 0.562 3360 3079 0 0 0.562 3406 3098 0 0 0.562 2 interp_poly 3360 3079 0 0 0.562 3420 3062 0 0 0.562 3360 3079 0 0 0.562 2 interp_poly -46 -19 60 -18 3364 3205 3 MP PP 3364 3205 0 0 0.562 3424 3187 0 0 0.562 3364 3205 0 0 0.562 2 interp_poly 3424 3187 0 0 0.562 3378 3168 0 0 0.562 3424 3187 0 0 0.562 2 interp_poly 60 -18 -46 -15 3410 3220 3 MP PP 3410 3220 0 0 0.562 3364 3205 0 0 0.562 3410 3220 0 0 0.562 2 interp_poly 3364 3205 0 0 0.562 3424 3187 0 0 0.562 3364 3205 0 0 0.562 2 interp_poly -47 -9 61 -20 3368 3323 3 MP PP 3368 3323 0 0 0.562 3429 3303 0 0 0.625 3368 3323 0 0 0.562 2 interp_poly 3429 3303 0 0 0.625 3382 3294 0 0 0.562 3429 3303 0 0 0.625 2 interp_poly 61 -20 -46 -11 3414 3334 3 MP PP 3414 3334 0 0 0.625 3368 3323 0 0 0.562 3414 3334 0 0 0.625 2 interp_poly 3368 3323 0 0 0.562 3429 3303 0 0 0.625 3368 3323 0 0 0.562 2 interp_poly 61 -17 -47 -21 3416 2930 3 MP PP 3416 2930 0 0 0.562 3369 2909 0 0 0.562 3416 2930 0 0 0.562 2 interp_poly 3369 2909 0 0 0.562 3430 2892 0 0 0.562 3369 2909 0 0 0.562 2 interp_poly -46 -20 60 -17 3374 3042 3 MP PP 3374 3042 0 0 0.562 3434 3025 0 0 0.562 3374 3042 0 0 0.562 2 interp_poly 3434 3025 0 0 0.562 3388 3005 0 0 0.562 3434 3025 0 0 0.562 2 interp_poly 60 -17 -46 -20 3420 3062 3 MP PP 3420 3062 0 0 0.562 3374 3042 0 0 0.562 3420 3062 0 0 0.562 2 interp_poly 3374 3042 0 0 0.562 3434 3025 0 0 0.562 3374 3042 0 0 0.562 2 interp_poly -46 -18 60 -18 3378 3168 3 MP PP 3378 3168 0 0 0.562 3438 3150 0 0 0.562 3378 3168 0 0 0.562 2 interp_poly 3438 3150 0 0 0.562 3392 3132 0 0 0.562 3438 3150 0 0 0.562 2 interp_poly 60 -18 -46 -19 3424 3187 3 MP PP 3424 3187 0 0 0.562 3378 3168 0 0 0.562 3424 3187 0 0 0.562 2 interp_poly 3378 3168 0 0 0.562 3438 3150 0 0 0.562 3378 3168 0 0 0.562 2 interp_poly -47 -17 61 -21 3382 3294 3 MP PP 3382 3294 0 0 0.562 3443 3273 0 0 0.562 3382 3294 0 0 0.562 2 interp_poly 3443 3273 0 0 0.562 3396 3256 0 0 0.562 3443 3273 0 0 0.562 2 interp_poly 61 -21 -47 -9 3429 3303 3 MP PP 3429 3303 0 0 0.625 3382 3294 0 0 0.562 3429 3303 0 0 0.625 2 interp_poly 3382 3294 0 0 0.562 3443 3273 0 0 0.562 3382 3294 0 0 0.562 2 interp_poly -47 -10 61 -21 3386 3402 3 MP PP 3386 3402 0 0 0.625 3447 3381 0 0 0.625 3386 3402 0 0 0.625 2 interp_poly 3447 3381 0 0 0.625 3400 3371 0 0 0.625 3447 3381 0 0 0.625 2 interp_poly 61 -21 -47 -15 3433 3417 3 MP PP 3433 3417 0 0 0.625 3386 3402 0 0 0.625 3433 3417 0 0 0.625 2 interp_poly 3386 3402 0 0 0.625 3447 3381 0 0 0.625 3386 3402 0 0 0.625 2 interp_poly -46 -20 60 -17 3388 3005 3 MP PP 3388 3005 0 0 0.562 3448 2988 0 0 0.562 3388 3005 0 0 0.562 2 interp_poly 3448 2988 0 0 0.562 3402 2968 0 0 0.562 3448 2988 0 0 0.562 2 interp_poly 60 -17 -46 -20 3434 3025 3 MP PP 3434 3025 0 0 0.562 3388 3005 0 0 0.562 3434 3025 0 0 0.562 2 interp_poly 3388 3005 0 0 0.562 3448 2988 0 0 0.562 3388 3005 0 0 0.562 2 interp_poly -47 -17 61 -17 3392 3132 3 MP PP 3392 3132 0 0 0.562 3453 3115 0 0 0.562 3392 3132 0 0 0.562 2 interp_poly 3453 3115 0 0 0.562 3406 3098 0 0 0.562 3453 3115 0 0 0.562 2 interp_poly 61 -17 -46 -18 3438 3150 3 MP PP 3438 3150 0 0 0.562 3392 3132 0 0 0.562 3438 3150 0 0 0.562 2 interp_poly 3392 3132 0 0 0.562 3453 3115 0 0 0.562 3392 3132 0 0 0.562 2 interp_poly -47 -15 61 -21 3396 3256 3 MP PP 3396 3256 0 0 0.562 3457 3235 0 0 0.562 3396 3256 0 0 0.562 2 interp_poly 3457 3235 0 0 0.562 3410 3220 0 0 0.562 3457 3235 0 0 0.562 2 interp_poly 61 -21 -47 -17 3443 3273 3 MP PP 3443 3273 0 0 0.562 3396 3256 0 0 0.562 3443 3273 0 0 0.562 2 interp_poly 3396 3256 0 0 0.562 3457 3235 0 0 0.562 3396 3256 0 0 0.562 2 interp_poly -47 -15 61 -22 3400 3371 3 MP PP 3400 3371 0 0 0.625 3461 3349 0 0 0.625 3400 3371 0 0 0.625 2 interp_poly 3461 3349 0 0 0.625 3414 3334 0 0 0.625 3461 3349 0 0 0.625 2 interp_poly 61 -22 -47 -10 3447 3381 3 MP PP 3447 3381 0 0 0.625 3400 3371 0 0 0.625 3447 3381 0 0 0.625 2 interp_poly 3400 3371 0 0 0.625 3461 3349 0 0 0.625 3400 3371 0 0 0.625 2 interp_poly -47 -16 61 -17 3410 3220 3 MP PP 3410 3220 0 0 0.562 3471 3203 0 0 0.562 3410 3220 0 0 0.562 2 interp_poly 3471 3203 0 0 0.562 3424 3187 0 0 0.562 3471 3203 0 0 0.562 2 interp_poly 61 -17 -47 -15 3457 3235 3 MP PP 3457 3235 0 0 0.562 3410 3220 0 0 0.562 3457 3235 0 0 0.562 2 interp_poly 3410 3220 0 0 0.562 3471 3203 0 0 0.562 3410 3220 0 0 0.562 2 interp_poly -46 612 60 -4 3409 2792 3 MP PP 3409 2792 0.375 1 0.688 3469 2788 0.312 1 0.75 3409 2792 0.375 1 0.688 2 interp_poly 3469 2788 0.312 1 0.75 3423 3400 0 0 1 3469 2788 0.312 1 0.75 2 interp_poly -47 -15 61 -22 3372 3439 3 MP PP 3372 3439 0 0 0.625 3433 3417 0 0 0.625 3372 3439 0 0 0.625 2 interp_poly 3433 3417 0 0 0.625 3386 3402 0 0 0.625 3433 3417 0 0 0.625 2 interp_poly 61 -22 -47 -12 3419 3451 3 MP PP 3419 3451 0 0 0.625 3372 3439 0 0 0.625 3419 3451 0 0 0.625 2 interp_poly 3372 3439 0 0 0.625 3433 3417 0 0 0.625 3372 3439 0 0 0.625 2 interp_poly -46 210 60 -142 3423 3400 3 MP PP 3423 3400 0 0 1 3483 3258 0 0.312 1 3423 3400 0 0 1 2 interp_poly 3483 3258 0 0.312 1 3437 3468 0 0 0.812 3483 3258 0 0.312 1 2 interp_poly 60 -142 -46 612 3469 2788 3 MP PP 3469 2788 0.312 1 0.75 3423 3400 0 0 1 3469 2788 0.312 1 0.75 2 interp_poly 3423 3400 0 0 1 3483 3258 0 0.312 1 3423 3400 0 0 1 2 interp_poly 61 -3 -47 -682 3488 3520 3 MP PP 3488 3520 0 0 1 3441 2838 0.375 1 0.688 3488 3520 0 0 1 2 interp_poly 3441 2838 0.375 1 0.688 3502 2835 0.375 1 0.688 3441 2838 0.375 1 0.688 2 interp_poly 60 -4 -46 753 3455 2039 3 MP PP 3455 2039 1 0.125 0 3409 2792 0.375 1 0.688 3455 2039 1 0.125 0 2 interp_poly 3409 2792 0.375 1 0.688 3469 2788 0.312 1 0.75 3409 2792 0.375 1 0.688 2 interp_poly -47 -796 61 -3 3441 2838 3 MP PP 3441 2838 0.375 1 0.688 3502 2835 0.375 1 0.688 3441 2838 0.375 1 0.688 2 interp_poly 3502 2835 0.375 1 0.688 3455 2039 1 0.125 0 3502 2835 0.375 1 0.688 2 interp_poly 60 -4 -46 -27 3486 4117 3 MP PP 3486 4117 0 0 0.688 3440 4090 0 0 0.75 3486 4117 0 0 0.688 2 interp_poly 3440 4090 0 0 0.75 3500 4086 0 0 0.688 3440 4090 0 0 0.75 2 interp_poly -46 -22 60 -4 3440 4090 3 MP PP 3440 4090 0 0 0.75 3500 4086 0 0 0.688 3440 4090 0 0 0.75 2 interp_poly 3500 4086 0 0 0.688 3454 4064 0 0 0.688 3500 4086 0 0 0.688 2 interp_poly 60 -10 -46 -27 3482 4014 3 MP PP 3482 4014 0 0 0.625 3436 3987 0 0 0.625 3482 4014 0 0 0.625 2 interp_poly 3436 3987 0 0 0.625 3496 3977 0 0 0.625 3436 3987 0 0 0.625 2 interp_poly -46 -27 60 -10 3436 3987 3 MP PP 3436 3987 0 0 0.625 3496 3977 0 0 0.625 3436 3987 0 0 0.625 2 interp_poly 3496 3977 0 0 0.625 3450 3950 0 0 0.625 3496 3977 0 0 0.625 2 interp_poly 61 -16 -47 -22 3481 4511 3 MP PP 3481 4511 0 0 0.562 3434 4489 0 0 0.562 3481 4511 0 0 0.562 2 interp_poly 3434 4489 0 0 0.562 3495 4473 0 0 0.562 3434 4489 0 0 0.562 2 interp_poly -47 -22 61 -16 3434 4489 3 MP PP 3434 4489 0 0 0.562 3495 4473 0 0 0.562 3434 4489 0 0 0.562 2 interp_poly 3495 4473 0 0 0.562 3448 4451 0 0 0.562 3495 4473 0 0 0.562 2 interp_poly 61 -6 -47 -41 3478 3858 3 MP PP 3478 3858 0 0 0.688 3431 3817 0 0 0.75 3478 3858 0 0 0.688 2 interp_poly 3431 3817 0 0 0.75 3492 3811 0 0 0.688 3431 3817 0 0 0.75 2 interp_poly -47 -42 61 -6 3431 3817 3 MP PP 3431 3817 0 0 0.75 3492 3811 0 0 0.688 3431 3817 0 0 0.75 2 interp_poly 3492 3811 0 0 0.688 3445 3769 0 0 0.75 3492 3811 0 0 0.688 2 interp_poly 60 -23 -46 -23 3476 4374 3 MP PP 3476 4374 0 0 0.562 3430 4351 0 0 0.562 3476 4374 0 0 0.562 2 interp_poly 3430 4351 0 0 0.562 3490 4328 0 0 0.562 3430 4351 0 0 0.562 2 interp_poly -46 -31 60 -23 3430 4351 3 MP PP 3430 4351 0 0 0.562 3490 4328 0 0 0.562 3430 4351 0 0 0.562 2 interp_poly 3490 4328 0 0 0.562 3444 4297 0 0 0.562 3490 4328 0 0 0.562 2 interp_poly -46 5 61 -33 3390 3523 3 MP PP 3390 3523 0 0 0.625 3451 3490 0 0 0.688 3390 3523 0 0 0.625 2 interp_poly 3451 3490 0 0 0.688 3405 3495 0 0 0.625 3451 3490 0 0 0.688 2 interp_poly 61 -33 -47 55 3437 3468 3 MP PP 3437 3468 0 0 0.812 3390 3523 0 0 0.625 3437 3468 0 0 0.812 2 interp_poly 3390 3523 0 0 0.625 3451 3490 0 0 0.688 3390 3523 0 0 0.625 2 interp_poly 61 40 -47 -207 3474 3687 3 MP PP 3474 3687 0 0 0.75 3427 3480 0 0.125 1 3474 3687 0 0 0.75 2 interp_poly 3427 3480 0 0.125 1 3488 3520 0 0 1 3427 3480 0 0.125 1 2 interp_poly -47 55 61 -72 3376 3540 3 MP PP 3376 3540 0 0 0.688 3437 3468 0 0 0.812 3376 3540 0 0 0.688 2 interp_poly 3437 3468 0 0 0.812 3390 3523 0 0 0.625 3437 3468 0 0 0.812 2 interp_poly -46 -6 60 -21 3330 3544 3 MP PP 3330 3544 0 0 0.625 3390 3523 0 0 0.625 3330 3544 0 0 0.625 2 interp_poly 3390 3523 0 0 0.625 3344 3517 0 0 0.625 3390 3523 0 0 0.625 2 interp_poly 60 -21 -46 4 3376 3540 3 MP PP 3376 3540 0 0 0.688 3330 3544 0 0 0.625 3376 3540 0 0 0.688 2 interp_poly 3330 3544 0 0 0.625 3390 3523 0 0 0.625 3330 3544 0 0 0.625 2 interp_poly -47 -23 61 -22 3344 3517 3 MP PP 3344 3517 0 0 0.625 3405 3495 0 0 0.625 3344 3517 0 0 0.625 2 interp_poly 3405 3495 0 0 0.625 3358 3472 0 0 0.625 3405 3495 0 0 0.625 2 interp_poly 61 -22 -46 -6 3390 3523 3 MP PP 3390 3523 0 0 0.625 3344 3517 0 0 0.625 3390 3523 0 0 0.625 2 interp_poly 3344 3517 0 0 0.625 3405 3495 0 0 0.625 3344 3517 0 0 0.625 2 interp_poly -47 -12 61 -21 3358 3472 3 MP PP 3358 3472 0 0 0.625 3419 3451 0 0 0.625 3358 3472 0 0 0.625 2 interp_poly 3419 3451 0 0 0.625 3372 3439 0 0 0.625 3419 3451 0 0 0.625 2 interp_poly 61 -21 -47 -23 3405 3495 3 MP PP 3405 3495 0 0 0.625 3358 3472 0 0 0.625 3405 3495 0 0 0.625 2 interp_poly 3358 3472 0 0 0.625 3419 3451 0 0 0.625 3358 3472 0 0 0.625 2 interp_poly 61 -72 -47 140 3423 3400 3 MP PP 3423 3400 0 0 1 3376 3540 0 0 0.688 3423 3400 0 0 1 2 interp_poly 3376 3540 0 0 0.688 3437 3468 0 0 0.812 3376 3540 0 0 0.688 2 interp_poly -47 -682 61 40 3427 3480 3 MP PP 3427 3480 0 0.125 1 3488 3520 0 0 1 3427 3480 0 0.125 1 2 interp_poly 3488 3520 0 0 1 3441 2838 0.375 1 0.688 3488 3520 0 0 1 2 interp_poly 60 -13 -46 -31 3472 4161 3 MP PP 3472 4161 0 0 0.688 3426 4130 0 0 0.688 3472 4161 0 0 0.688 2 interp_poly 3426 4130 0 0 0.688 3486 4117 0 0 0.688 3426 4130 0 0 0.688 2 interp_poly -46 -27 60 -13 3426 4130 3 MP PP 3426 4130 0 0 0.688 3486 4117 0 0 0.688 3426 4130 0 0 0.688 2 interp_poly 3486 4117 0 0 0.688 3440 4090 0 0 0.75 3486 4117 0 0 0.688 2 interp_poly 61 -7 -47 -22 3468 4043 3 MP PP 3468 4043 0 0 0.688 3421 4021 0 0 0.688 3468 4043 0 0 0.688 2 interp_poly 3421 4021 0 0 0.688 3482 4014 0 0 0.625 3421 4021 0 0 0.688 2 interp_poly -46 -27 61 -7 3421 4021 3 MP PP 3421 4021 0 0 0.688 3482 4014 0 0 0.625 3421 4021 0 0 0.688 2 interp_poly 3482 4014 0 0 0.625 3436 3987 0 0 0.625 3482 4014 0 0 0.625 2 interp_poly 61 -16 -46 -21 3466 4548 3 MP PP 3466 4548 0 0 0.562 3420 4527 0 0 0.562 3466 4548 0 0 0.562 2 interp_poly 3420 4527 0 0 0.562 3481 4511 0 0 0.562 3420 4527 0 0 0.562 2 interp_poly -47 -22 61 -16 3420 4527 3 MP PP 3420 4527 0 0 0.562 3481 4511 0 0 0.562 3420 4527 0 0 0.562 2 interp_poly 3481 4511 0 0 0.562 3434 4489 0 0 0.562 3481 4511 0 0 0.562 2 interp_poly 61 -10 -47 -38 3464 3906 3 MP PP 3464 3906 0 0 0.688 3417 3868 0 0 0.688 3464 3906 0 0 0.688 2 interp_poly 3417 3868 0 0 0.688 3478 3858 0 0 0.688 3417 3868 0 0 0.688 2 interp_poly -47 -41 61 -10 3417 3868 3 MP PP 3417 3868 0 0 0.688 3478 3858 0 0 0.688 3417 3868 0 0 0.688 2 interp_poly 3478 3858 0 0 0.688 3431 3817 0 0 0.75 3478 3858 0 0 0.688 2 interp_poly 60 -17 -46 -22 3462 4413 3 MP PP 3462 4413 0 0 0.562 3416 4391 0 0 0.562 3462 4413 0 0 0.562 2 interp_poly 3416 4391 0 0 0.562 3476 4374 0 0 0.562 3416 4391 0 0 0.562 2 interp_poly -46 -23 60 -17 3416 4391 3 MP PP 3416 4391 0 0 0.562 3476 4374 0 0 0.562 3416 4391 0 0 0.562 2 interp_poly 3476 4374 0 0 0.562 3430 4351 0 0 0.562 3476 4374 0 0 0.562 2 interp_poly 61 36 -47 -81 3460 3732 3 MP PP 3460 3732 0 0 0.75 3413 3651 0 0 0.875 3460 3732 0 0 0.75 2 interp_poly 3413 3651 0 0 0.875 3474 3687 0 0 0.75 3413 3651 0 0 0.875 2 interp_poly -47 -207 61 36 3413 3651 3 MP PP 3413 3651 0 0 0.875 3474 3687 0 0 0.75 3413 3651 0 0 0.875 2 interp_poly 3474 3687 0 0 0.75 3427 3480 0 0.125 1 3474 3687 0 0 0.75 2 interp_poly 60 -28 -46 -37 3458 4226 3 MP PP 3458 4226 0 0 0.625 3412 4189 0 0 0.688 3458 4226 0 0 0.625 2 interp_poly 3412 4189 0 0 0.688 3472 4161 0 0 0.688 3412 4189 0 0 0.688 2 interp_poly -46 -31 60 -28 3412 4189 3 MP PP 3412 4189 0 0 0.688 3472 4161 0 0 0.688 3412 4189 0 0 0.688 2 interp_poly 3472 4161 0 0 0.688 3426 4130 0 0 0.688 3472 4161 0 0 0.688 2 interp_poly 61 0 -47 -21 3454 4064 3 MP PP 3454 4064 0 0 0.688 3407 4043 0 0 0.688 3454 4064 0 0 0.688 2 interp_poly 3407 4043 0 0 0.688 3468 4043 0 0 0.688 3407 4043 0 0 0.688 2 interp_poly -47 -22 61 0 3407 4043 3 MP PP 3407 4043 0 0 0.688 3468 4043 0 0 0.688 3407 4043 0 0 0.688 2 interp_poly 3468 4043 0 0 0.688 3421 4021 0 0 0.688 3468 4043 0 0 0.688 2 interp_poly -46 -21 60 -17 3406 4565 3 MP PP 3406 4565 0 0 0.562 3466 4548 0 0 0.562 3406 4565 0 0 0.562 2 interp_poly 3466 4548 0 0 0.562 3420 4527 0 0 0.562 3466 4548 0 0 0.562 2 interp_poly 61 -12 -47 -32 3450 3950 3 MP PP 3450 3950 0 0 0.625 3403 3918 0 0 0.688 3450 3950 0 0 0.625 2 interp_poly 3403 3918 0 0 0.688 3464 3906 0 0 0.688 3403 3918 0 0 0.688 2 interp_poly -47 -38 61 -12 3403 3918 3 MP PP 3403 3918 0 0 0.688 3464 3906 0 0 0.688 3403 3918 0 0 0.688 2 interp_poly 3464 3906 0 0 0.688 3417 3868 0 0 0.688 3464 3906 0 0 0.688 2 interp_poly 60 -17 -46 -21 3448 4451 3 MP PP 3448 4451 0 0 0.562 3402 4430 0 0 0.562 3448 4451 0 0 0.562 2 interp_poly 3402 4430 0 0 0.562 3462 4413 0 0 0.562 3402 4430 0 0 0.562 2 interp_poly -46 -22 60 -17 3402 4430 3 MP PP 3402 4430 0 0 0.562 3462 4413 0 0 0.562 3402 4430 0 0 0.562 2 interp_poly 3462 4413 0 0 0.562 3416 4391 0 0 0.562 3462 4413 0 0 0.562 2 interp_poly 61 18 -46 -55 3445 3769 3 MP PP 3445 3769 0 0 0.75 3399 3714 0 0 0.812 3445 3769 0 0 0.75 2 interp_poly 3399 3714 0 0 0.812 3460 3732 0 0 0.75 3399 3714 0 0 0.812 2 interp_poly -47 -81 61 18 3399 3714 3 MP PP 3399 3714 0 0 0.812 3460 3732 0 0 0.75 3399 3714 0 0 0.812 2 interp_poly 3460 3732 0 0 0.75 3413 3651 0 0 0.875 3460 3732 0 0 0.75 2 interp_poly 61 -38 -47 -33 3444 4297 3 MP PP 3444 4297 0 0 0.562 3397 4264 0 0 0.625 3444 4297 0 0 0.562 2 interp_poly 3397 4264 0 0 0.625 3458 4226 0 0 0.625 3397 4264 0 0 0.625 2 interp_poly -46 -37 61 -38 3397 4264 3 MP PP 3397 4264 0 0 0.625 3458 4226 0 0 0.625 3397 4264 0 0 0.625 2 interp_poly 3458 4226 0 0 0.625 3412 4189 0 0 0.688 3458 4226 0 0 0.625 2 interp_poly -46 753 60 -168 3395 2207 3 MP PP 3395 2207 1 0.438 0 3455 2039 1 0.125 0 3395 2207 1 0.438 0 2 interp_poly 3455 2039 1 0.125 0 3409 2792 0.375 1 0.688 3455 2039 1 0.125 0 2 interp_poly 60 -168 -46 -631 3441 2838 3 MP PP 3441 2838 0.375 1 0.688 3395 2207 1 0.438 0 3441 2838 0.375 1 0.688 2 interp_poly 3395 2207 1 0.438 0 3455 2039 1 0.125 0 3395 2207 1 0.438 0 2 interp_poly 61 -1 -47 -25 3440 4090 3 MP PP 3440 4090 0 0 0.75 3393 4065 0 0 0.75 3440 4090 0 0 0.75 2 interp_poly 3393 4065 0 0 0.75 3454 4064 0 0 0.688 3393 4065 0 0 0.75 2 interp_poly -47 -21 61 -1 3393 4065 3 MP PP 3393 4065 0 0 0.75 3454 4064 0 0 0.688 3393 4065 0 0 0.75 2 interp_poly 3454 4064 0 0 0.688 3407 4043 0 0 0.688 3454 4064 0 0 0.688 2 interp_poly 61 -8 -47 -29 3436 3987 3 MP PP 3436 3987 0 0 0.625 3389 3958 0 0 0.688 3436 3987 0 0 0.625 2 interp_poly 3389 3958 0 0 0.688 3450 3950 0 0 0.625 3389 3958 0 0 0.688 2 interp_poly -47 -32 61 -8 3389 3958 3 MP PP 3389 3958 0 0 0.688 3450 3950 0 0 0.625 3389 3958 0 0 0.688 2 interp_poly 3450 3950 0 0 0.625 3403 3918 0 0 0.688 3450 3950 0 0 0.625 2 interp_poly 60 -17 -46 -21 3434 4489 3 MP PP 3434 4489 0 0 0.562 3388 4468 0 0 0.562 3434 4489 0 0 0.562 2 interp_poly 3388 4468 0 0 0.562 3448 4451 0 0 0.562 3388 4468 0 0 0.562 2 interp_poly -46 -21 60 -17 3388 4468 3 MP PP 3388 4468 0 0 0.562 3448 4451 0 0 0.562 3388 4468 0 0 0.562 2 interp_poly 3448 4451 0 0 0.562 3402 4430 0 0 0.562 3448 4451 0 0 0.562 2 interp_poly 60 6 -46 -54 3431 3817 3 MP PP 3431 3817 0 0 0.75 3385 3763 0 0 0.812 3431 3817 0 0 0.75 2 interp_poly 3385 3763 0 0 0.812 3445 3769 0 0 0.75 3385 3763 0 0 0.812 2 interp_poly -46 -55 60 6 3385 3763 3 MP PP 3385 3763 0 0 0.812 3445 3769 0 0 0.75 3385 3763 0 0 0.812 2 interp_poly 3445 3769 0 0 0.75 3399 3714 0 0 0.812 3445 3769 0 0 0.75 2 interp_poly 61 -30 -47 -24 3430 4351 3 MP PP 3430 4351 0 0 0.562 3383 4327 0 0 0.562 3430 4351 0 0 0.562 2 interp_poly 3383 4327 0 0 0.562 3444 4297 0 0 0.562 3383 4327 0 0 0.562 2 interp_poly -47 -33 61 -30 3383 4327 3 MP PP 3383 4327 0 0 0.562 3444 4297 0 0 0.562 3383 4327 0 0 0.562 2 interp_poly 3444 4297 0 0 0.562 3397 4264 0 0 0.625 3444 4297 0 0 0.562 2 interp_poly -47 -21 61 -16 3341 2984 3 MP PP 3341 2984 0 0 0.562 3402 2968 0 0 0.562 3341 2984 0 0 0.562 2 interp_poly 3402 2968 0 0 0.562 3355 2947 0 0 0.562 3402 2968 0 0 0.562 2 interp_poly 61 -16 -47 -21 3388 3005 3 MP PP 3388 3005 0 0 0.562 3341 2984 0 0 0.562 3388 3005 0 0 0.562 2 interp_poly 3341 2984 0 0 0.562 3402 2968 0 0 0.562 3341 2984 0 0 0.562 2 interp_poly -46 -19 61 -16 3345 3114 3 MP PP 3345 3114 0 0 0.562 3406 3098 0 0 0.562 3345 3114 0 0 0.562 2 interp_poly 3406 3098 0 0 0.562 3360 3079 0 0 0.562 3406 3098 0 0 0.562 2 interp_poly 61 -16 -47 -18 3392 3132 3 MP PP 3392 3132 0 0 0.562 3345 3114 0 0 0.562 3392 3132 0 0 0.562 2 interp_poly 3345 3114 0 0 0.562 3406 3098 0 0 0.562 3345 3114 0 0 0.562 2 interp_poly -46 -22 60 -16 3295 2963 3 MP PP 3295 2963 0 0 0.562 3355 2947 0 0 0.562 3295 2963 0 0 0.562 2 interp_poly 3355 2947 0 0 0.562 3309 2925 0 0 0.562 3355 2947 0 0 0.562 2 interp_poly 60 -16 -46 -21 3341 2984 3 MP PP 3341 2984 0 0 0.562 3295 2963 0 0 0.562 3341 2984 0 0 0.562 2 interp_poly 3295 2963 0 0 0.562 3355 2947 0 0 0.562 3295 2963 0 0 0.562 2 interp_poly -47 -21 61 -16 3299 3095 3 MP PP 3299 3095 0 0 0.562 3360 3079 0 0 0.562 3299 3095 0 0 0.562 2 interp_poly 3360 3079 0 0 0.562 3313 3058 0 0 0.562 3360 3079 0 0 0.562 2 interp_poly 61 -16 -46 -19 3345 3114 3 MP PP 3345 3114 0 0 0.562 3299 3095 0 0 0.562 3345 3114 0 0 0.562 2 interp_poly 3299 3095 0 0 0.562 3360 3079 0 0 0.562 3299 3095 0 0 0.562 2 interp_poly -47 -20 61 -15 3303 3220 3 MP PP 3303 3220 0 0 0.562 3364 3205 0 0 0.562 3303 3220 0 0 0.562 2 interp_poly 3364 3205 0 0 0.562 3317 3185 0 0 0.562 3364 3205 0 0 0.562 2 interp_poly 61 -15 -47 -18 3350 3238 3 MP PP 3350 3238 0 0 0.562 3303 3220 0 0 0.562 3350 3238 0 0 0.562 2 interp_poly 3303 3220 0 0 0.562 3364 3205 0 0 0.562 3303 3220 0 0 0.562 2 interp_poly -47 -14 61 -15 3307 3338 3 MP PP 3307 3338 0 0 0.562 3368 3323 0 0 0.562 3307 3338 0 0 0.562 2 interp_poly 3368 3323 0 0 0.562 3321 3309 0 0 0.562 3368 3323 0 0 0.562 2 interp_poly 61 -15 -47 -18 3354 3356 3 MP PP 3354 3356 0 0 0.625 3307 3338 0 0 0.562 3354 3356 0 0 0.625 2 interp_poly 3307 3338 0 0 0.562 3368 3323 0 0 0.562 3307 3338 0 0 0.562 2 interp_poly 60 -16 -46 -22 3355 2947 3 MP PP 3355 2947 0 0 0.562 3309 2925 0 0 0.562 3355 2947 0 0 0.562 2 interp_poly 3309 2925 0 0 0.562 3369 2909 0 0 0.562 3309 2925 0 0 0.562 2 interp_poly -46 -19 60 -14 3312 3453 3 MP PP 3312 3453 0 0 0.625 3372 3439 0 0 0.625 3312 3453 0 0 0.625 2 interp_poly 3372 3439 0 0 0.625 3326 3420 0 0 0.625 3372 3439 0 0 0.625 2 interp_poly 60 -14 -46 -19 3358 3472 3 MP PP 3358 3472 0 0 0.625 3312 3453 0 0 0.625 3358 3472 0 0 0.625 2 interp_poly 3312 3453 0 0 0.625 3372 3439 0 0 0.625 3312 3453 0 0 0.625 2 interp_poly -47 -21 61 -16 3313 3058 3 MP PP 3313 3058 0 0 0.562 3374 3042 0 0 0.562 3313 3058 0 0 0.562 2 interp_poly 3374 3042 0 0 0.562 3327 3021 0 0 0.562 3374 3042 0 0 0.562 2 interp_poly 61 -16 -47 -21 3360 3079 3 MP PP 3360 3079 0 0 0.562 3313 3058 0 0 0.562 3360 3079 0 0 0.562 2 interp_poly 3313 3058 0 0 0.562 3374 3042 0 0 0.562 3313 3058 0 0 0.562 2 interp_poly -47 -20 61 -17 3317 3185 3 MP PP 3317 3185 0 0 0.562 3378 3168 0 0 0.562 3317 3185 0 0 0.562 2 interp_poly 3378 3168 0 0 0.562 3331 3148 0 0 0.562 3378 3168 0 0 0.562 2 interp_poly 61 -17 -47 -20 3364 3205 3 MP PP 3364 3205 0 0 0.562 3317 3185 0 0 0.562 3364 3205 0 0 0.562 2 interp_poly 3317 3185 0 0 0.562 3378 3168 0 0 0.562 3317 3185 0 0 0.562 2 interp_poly -46 -19 61 -15 3321 3309 3 MP PP 3321 3309 0 0 0.562 3382 3294 0 0 0.562 3321 3309 0 0 0.562 2 interp_poly 3382 3294 0 0 0.562 3336 3275 0 0 0.562 3382 3294 0 0 0.562 2 interp_poly 61 -15 -47 -14 3368 3323 3 MP PP 3368 3323 0 0 0.562 3321 3309 0 0 0.562 3368 3323 0 0 0.562 2 interp_poly 3321 3309 0 0 0.562 3382 3294 0 0 0.562 3321 3309 0 0 0.562 2 interp_poly -46 -13 60 -18 3326 3420 3 MP PP 3326 3420 0 0 0.625 3386 3402 0 0 0.625 3326 3420 0 0 0.625 2 interp_poly 3386 3402 0 0 0.625 3340 3389 0 0 0.625 3386 3402 0 0 0.625 2 interp_poly 60 -18 -46 -19 3372 3439 3 MP PP 3372 3439 0 0 0.625 3326 3420 0 0 0.625 3372 3439 0 0 0.625 2 interp_poly 3326 3420 0 0 0.625 3386 3402 0 0 0.625 3326 3420 0 0 0.625 2 interp_poly -47 -21 61 -16 3327 3021 3 MP PP 3327 3021 0 0 0.562 3388 3005 0 0 0.562 3327 3021 0 0 0.562 2 interp_poly 3388 3005 0 0 0.562 3341 2984 0 0 0.562 3388 3005 0 0 0.562 2 interp_poly 61 -16 -47 -21 3374 3042 3 MP PP 3374 3042 0 0 0.562 3327 3021 0 0 0.562 3374 3042 0 0 0.562 2 interp_poly 3327 3021 0 0 0.562 3388 3005 0 0 0.562 3327 3021 0 0 0.562 2 interp_poly -47 -18 61 -16 3331 3148 3 MP PP 3331 3148 0 0 0.562 3392 3132 0 0 0.562 3331 3148 0 0 0.562 2 interp_poly 3392 3132 0 0 0.562 3345 3114 0 0 0.562 3392 3132 0 0 0.562 2 interp_poly 61 -16 -47 -20 3378 3168 3 MP PP 3378 3168 0 0 0.562 3331 3148 0 0 0.562 3378 3168 0 0 0.562 2 interp_poly 3331 3148 0 0 0.562 3392 3132 0 0 0.562 3331 3148 0 0 0.562 2 interp_poly -46 -18 60 -19 3336 3275 3 MP PP 3336 3275 0 0 0.562 3396 3256 0 0 0.562 3336 3275 0 0 0.562 2 interp_poly 3396 3256 0 0 0.562 3350 3238 0 0 0.562 3396 3256 0 0 0.562 2 interp_poly 60 -19 -46 -19 3382 3294 3 MP PP 3382 3294 0 0 0.562 3336 3275 0 0 0.562 3382 3294 0 0 0.562 2 interp_poly 3336 3275 0 0 0.562 3396 3256 0 0 0.562 3336 3275 0 0 0.562 2 interp_poly -46 -15 60 -18 3340 3389 3 MP PP 3340 3389 0 0 0.625 3400 3371 0 0 0.625 3340 3389 0 0 0.625 2 interp_poly 3400 3371 0 0 0.625 3354 3356 0 0 0.625 3400 3371 0 0 0.625 2 interp_poly 60 -18 -46 -13 3386 3402 3 MP PP 3386 3402 0 0 0.625 3340 3389 0 0 0.625 3386 3402 0 0 0.625 2 interp_poly 3340 3389 0 0 0.625 3400 3371 0 0 0.625 3340 3389 0 0 0.625 2 interp_poly -46 -15 60 -18 3350 3238 3 MP PP 3350 3238 0 0 0.562 3410 3220 0 0 0.562 3350 3238 0 0 0.562 2 interp_poly 3410 3220 0 0 0.562 3364 3205 0 0 0.562 3410 3220 0 0 0.562 2 interp_poly 60 -18 -46 -18 3396 3256 3 MP PP 3396 3256 0 0 0.562 3350 3238 0 0 0.562 3396 3256 0 0 0.562 2 interp_poly 3350 3238 0 0 0.562 3410 3220 0 0 0.562 3350 3238 0 0 0.562 2 interp_poly -46 -11 60 -22 3354 3356 3 MP PP 3354 3356 0 0 0.625 3414 3334 0 0 0.625 3354 3356 0 0 0.625 2 interp_poly 3414 3334 0 0 0.625 3368 3323 0 0 0.562 3414 3334 0 0 0.625 2 interp_poly 60 -22 -46 -15 3400 3371 3 MP PP 3400 3371 0 0 0.625 3354 3356 0 0 0.625 3400 3371 0 0 0.625 2 interp_poly 3354 3356 0 0 0.625 3414 3334 0 0 0.625 3354 3356 0 0 0.625 2 interp_poly -47 674 61 -3 3348 2795 3 MP PP 3348 2795 0.375 1 0.688 3409 2792 0.375 1 0.688 3348 2795 0.375 1 0.688 2 interp_poly 3409 2792 0.375 1 0.688 3362 3466 0 0 0.938 3409 2792 0.375 1 0.688 2 interp_poly -47 140 61 -66 3362 3466 3 MP PP 3362 3466 0 0 0.938 3423 3400 0 0 1 3362 3466 0 0 0.938 2 interp_poly 3423 3400 0 0 1 3376 3540 0 0 0.688 3423 3400 0 0 1 2 interp_poly 61 -66 -47 674 3409 2792 3 MP PP 3409 2792 0.375 1 0.688 3362 3466 0 0 0.938 3409 2792 0.375 1 0.688 2 interp_poly 3362 3466 0 0 0.938 3423 3400 0 0 1 3362 3466 0 0 0.938 2 interp_poly 60 -55 -46 -587 3427 3480 3 MP PP 3427 3480 0 0.125 1 3381 2893 0.312 1 0.75 3427 3480 0 0.125 1 2 interp_poly 3381 2893 0.312 1 0.75 3441 2838 0.375 1 0.688 3381 2893 0.312 1 0.75 2 interp_poly 61 -3 -47 588 3395 2207 3 MP PP 3395 2207 1 0.438 0 3348 2795 0.375 1 0.688 3395 2207 1 0.438 0 2 interp_poly 3348 2795 0.375 1 0.688 3409 2792 0.375 1 0.688 3348 2795 0.375 1 0.688 2 interp_poly -46 -631 60 -55 3381 2893 3 MP PP 3381 2893 0.312 1 0.75 3441 2838 0.375 1 0.688 3381 2893 0.312 1 0.75 2 interp_poly 3441 2838 0.375 1 0.688 3395 2207 1 0.438 0 3441 2838 0.375 1 0.688 2 interp_poly 61 -11 -47 -29 3426 4130 3 MP PP 3426 4130 0 0 0.688 3379 4101 0 0 0.75 3426 4130 0 0 0.688 2 interp_poly 3379 4101 0 0 0.75 3440 4090 0 0 0.75 3379 4101 0 0 0.75 2 interp_poly -47 -25 61 -11 3379 4101 3 MP PP 3379 4101 0 0 0.75 3440 4090 0 0 0.75 3379 4101 0 0 0.75 2 interp_poly 3440 4090 0 0 0.75 3393 4065 0 0 0.75 3440 4090 0 0 0.75 2 interp_poly 61 -11 -46 -23 3421 4021 3 MP PP 3421 4021 0 0 0.688 3375 3998 0 0 0.688 3421 4021 0 0 0.688 2 interp_poly 3375 3998 0 0 0.688 3436 3987 0 0 0.625 3375 3998 0 0 0.688 2 interp_poly -47 -29 61 -11 3375 3998 3 MP PP 3375 3998 0 0 0.688 3436 3987 0 0 0.625 3375 3998 0 0 0.688 2 interp_poly 3436 3987 0 0 0.625 3389 3958 0 0 0.688 3436 3987 0 0 0.625 2 interp_poly 61 -17 -47 -21 3420 4527 3 MP PP 3420 4527 0 0 0.562 3373 4506 0 0 0.562 3420 4527 0 0 0.562 2 interp_poly 3373 4506 0 0 0.562 3434 4489 0 0 0.562 3373 4506 0 0 0.562 2 interp_poly -46 -21 61 -17 3373 4506 3 MP PP 3373 4506 0 0 0.562 3434 4489 0 0 0.562 3373 4506 0 0 0.562 2 interp_poly 3434 4489 0 0 0.562 3388 4468 0 0 0.562 3434 4489 0 0 0.562 2 interp_poly 60 -2 -46 -49 3417 3868 3 MP PP 3417 3868 0 0 0.688 3371 3819 0 0 0.75 3417 3868 0 0 0.688 2 interp_poly 3371 3819 0 0 0.75 3431 3817 0 0 0.75 3371 3819 0 0 0.75 2 interp_poly -46 -54 60 -2 3371 3819 3 MP PP 3371 3819 0 0 0.75 3431 3817 0 0 0.75 3371 3819 0 0 0.75 2 interp_poly 3431 3817 0 0 0.75 3385 3763 0 0 0.812 3431 3817 0 0 0.75 2 interp_poly 61 -17 -47 -23 3416 4391 3 MP PP 3416 4391 0 0 0.562 3369 4368 0 0 0.562 3416 4391 0 0 0.562 2 interp_poly 3369 4368 0 0 0.562 3430 4351 0 0 0.562 3369 4368 0 0 0.562 2 interp_poly -47 -24 61 -17 3369 4368 3 MP PP 3369 4368 0 0 0.562 3430 4351 0 0 0.562 3369 4368 0 0 0.562 2 interp_poly 3430 4351 0 0 0.562 3383 4327 0 0 0.562 3430 4351 0 0 0.562 2 interp_poly 60 46 -46 -217 3413 3651 3 MP PP 3413 3651 0 0 0.875 3367 3434 0 0.25 1 3413 3651 0 0 0.875 2 interp_poly 3367 3434 0 0.25 1 3427 3480 0 0.125 1 3367 3434 0 0.25 1 2 interp_poly -46 -587 60 46 3367 3434 3 MP PP 3367 3434 0 0.25 1 3427 3480 0 0.125 1 3367 3434 0 0.25 1 2 interp_poly 3427 3480 0 0.125 1 3381 2893 0.312 1 0.75 3427 3480 0 0.125 1 2 interp_poly 61 -24 -47 -35 3412 4189 3 MP PP 3412 4189 0 0 0.688 3365 4154 0 0 0.688 3412 4189 0 0 0.688 2 interp_poly 3365 4154 0 0 0.688 3426 4130 0 0 0.688 3365 4154 0 0 0.688 2 interp_poly -47 -29 61 -24 3365 4154 3 MP PP 3365 4154 0 0 0.688 3426 4130 0 0 0.688 3365 4154 0 0 0.688 2 interp_poly 3426 4130 0 0 0.688 3379 4101 0 0 0.75 3426 4130 0 0 0.688 2 interp_poly 60 -6 -46 -16 3407 4043 3 MP PP 3407 4043 0 0 0.688 3361 4027 0 0 0.688 3407 4043 0 0 0.688 2 interp_poly 3361 4027 0 0 0.688 3421 4021 0 0 0.688 3361 4027 0 0 0.688 2 interp_poly -46 -23 60 -6 3361 4027 3 MP PP 3361 4027 0 0 0.688 3421 4021 0 0 0.688 3361 4027 0 0 0.688 2 interp_poly 3421 4021 0 0 0.688 3375 3998 0 0 0.688 3421 4021 0 0 0.688 2 interp_poly 61 -16 -47 -22 3406 4565 3 MP PP 3406 4565 0 0 0.562 3359 4543 0 0 0.562 3406 4565 0 0 0.562 2 interp_poly 3359 4543 0 0 0.562 3420 4527 0 0 0.562 3359 4543 0 0 0.562 2 interp_poly -47 -21 61 -16 3359 4543 3 MP PP 3359 4543 0 0 0.562 3420 4527 0 0 0.562 3359 4543 0 0 0.562 2 interp_poly 3420 4527 0 0 0.562 3373 4506 0 0 0.562 3420 4527 0 0 0.562 2 interp_poly 60 -10 -46 -40 3403 3918 3 MP PP 3403 3918 0 0 0.688 3357 3878 0 0 0.688 3403 3918 0 0 0.688 2 interp_poly 3357 3878 0 0 0.688 3417 3868 0 0 0.688 3357 3878 0 0 0.688 2 interp_poly -46 -49 60 -10 3357 3878 3 MP PP 3357 3878 0 0 0.688 3417 3868 0 0 0.688 3357 3878 0 0 0.688 2 interp_poly 3417 3868 0 0 0.688 3371 3819 0 0 0.75 3417 3868 0 0 0.688 2 interp_poly 61 -17 -47 -22 3402 4430 3 MP PP 3402 4430 0 0 0.562 3355 4408 0 0 0.562 3402 4430 0 0 0.562 2 interp_poly 3355 4408 0 0 0.562 3416 4391 0 0 0.562 3355 4408 0 0 0.562 2 interp_poly -47 -23 61 -17 3355 4408 3 MP PP 3355 4408 0 0 0.562 3416 4391 0 0 0.562 3355 4408 0 0 0.562 2 interp_poly 3416 4391 0 0 0.562 3369 4368 0 0 0.562 3416 4391 0 0 0.562 2 interp_poly 61 37 -47 -100 3399 3714 3 MP PP 3399 3714 0 0 0.812 3352 3614 0 0 1 3399 3714 0 0 0.812 2 interp_poly 3352 3614 0 0 1 3413 3651 0 0 0.875 3352 3614 0 0 1 2 interp_poly -46 4 60 -40 3316 3580 3 MP PP 3316 3580 0 0 0.625 3376 3540 0 0 0.688 3316 3580 0 0 0.625 2 interp_poly 3376 3540 0 0 0.688 3330 3544 0 0 0.625 3376 3540 0 0 0.688 2 interp_poly -47 -25 61 -8 3283 3525 3 MP PP 3283 3525 0 0 0.625 3344 3517 0 0 0.625 3283 3525 0 0 0.625 2 interp_poly 3344 3517 0 0 0.625 3297 3492 0 0 0.625 3344 3517 0 0 0.625 2 interp_poly 61 -8 -47 -19 3330 3544 3 MP PP 3330 3544 0 0 0.625 3283 3525 0 0 0.625 3330 3544 0 0 0.625 2 interp_poly 3283 3525 0 0 0.625 3344 3517 0 0 0.625 3283 3525 0 0 0.625 2 interp_poly 61 -20 -47 -25 3344 3517 3 MP PP 3344 3517 0 0 0.625 3297 3492 0 0 0.625 3344 3517 0 0 0.625 2 interp_poly 3297 3492 0 0 0.625 3358 3472 0 0 0.625 3297 3492 0 0 0.625 2 interp_poly 60 -40 -46 114 3362 3466 3 MP PP 3362 3466 0 0 0.938 3316 3580 0 0 0.625 3362 3466 0 0 0.938 2 interp_poly 3316 3580 0 0 0.625 3376 3540 0 0 0.688 3316 3580 0 0 0.625 2 interp_poly -46 -217 61 37 3352 3614 3 MP PP 3352 3614 0 0 1 3413 3651 0 0 0.875 3352 3614 0 0 1 2 interp_poly 3413 3651 0 0 0.875 3367 3434 0 0.25 1 3413 3651 0 0 0.875 2 interp_poly 61 -39 -46 -36 3397 4264 3 MP PP 3397 4264 0 0 0.625 3351 4228 0 0 0.625 3397 4264 0 0 0.625 2 interp_poly 3351 4228 0 0 0.625 3412 4189 0 0 0.688 3351 4228 0 0 0.625 2 interp_poly -47 -35 61 -39 3351 4228 3 MP PP 3351 4228 0 0 0.625 3412 4189 0 0 0.688 3351 4228 0 0 0.625 2 interp_poly 3412 4189 0 0 0.688 3365 4154 0 0 0.688 3412 4189 0 0 0.688 2 interp_poly 60 -3 -46 -19 3393 4065 3 MP PP 3393 4065 0 0 0.75 3347 4046 0 0 0.75 3393 4065 0 0 0.75 2 interp_poly 3347 4046 0 0 0.75 3407 4043 0 0 0.688 3347 4046 0 0 0.75 2 interp_poly -46 -16 60 -3 3347 4046 3 MP PP 3347 4046 0 0 0.75 3407 4043 0 0 0.688 3347 4046 0 0 0.75 2 interp_poly 3407 4043 0 0 0.688 3361 4027 0 0 0.688 3407 4043 0 0 0.688 2 interp_poly -47 -22 61 -16 3345 4581 3 MP PP 3345 4581 0 0 0.562 3406 4565 0 0 0.562 3345 4581 0 0 0.562 2 interp_poly 3406 4565 0 0 0.562 3359 4543 0 0 0.562 3406 4565 0 0 0.562 2 interp_poly 60 -11 -46 -29 3389 3958 3 MP PP 3389 3958 0 0 0.688 3343 3929 0 0 0.688 3389 3958 0 0 0.688 2 interp_poly 3343 3929 0 0 0.688 3403 3918 0 0 0.688 3343 3929 0 0 0.688 2 interp_poly -46 -40 60 -11 3343 3929 3 MP PP 3343 3929 0 0 0.688 3403 3918 0 0 0.688 3343 3929 0 0 0.688 2 interp_poly 3403 3918 0 0 0.688 3357 3878 0 0 0.688 3403 3918 0 0 0.688 2 interp_poly 61 -16 -47 -22 3388 4468 3 MP PP 3388 4468 0 0 0.562 3341 4446 0 0 0.562 3388 4468 0 0 0.562 2 interp_poly 3341 4446 0 0 0.562 3402 4430 0 0 0.562 3341 4446 0 0 0.562 2 interp_poly -47 -22 61 -16 3341 4446 3 MP PP 3341 4446 0 0 0.562 3402 4430 0 0 0.562 3341 4446 0 0 0.562 2 interp_poly 3402 4430 0 0 0.562 3355 4408 0 0 0.562 3402 4430 0 0 0.562 2 interp_poly 61 22 -47 -71 3385 3763 3 MP PP 3385 3763 0 0 0.812 3338 3692 0 0 0.875 3385 3763 0 0 0.812 2 interp_poly 3338 3692 0 0 0.875 3399 3714 0 0 0.812 3338 3692 0 0 0.875 2 interp_poly -47 -100 61 22 3338 3692 3 MP PP 3338 3692 0 0 0.875 3399 3714 0 0 0.812 3338 3692 0 0 0.875 2 interp_poly 3399 3714 0 0 0.812 3352 3614 0 0 1 3399 3714 0 0 0.812 2 interp_poly 60 -36 -46 -27 3383 4327 3 MP PP 3383 4327 0 0 0.562 3337 4300 0 0 0.562 3383 4327 0 0 0.562 2 interp_poly 3337 4300 0 0 0.562 3397 4264 0 0 0.625 3337 4300 0 0 0.562 2 interp_poly -46 -36 60 -36 3337 4300 3 MP PP 3337 4300 0 0 0.562 3397 4264 0 0 0.625 3337 4300 0 0 0.562 2 interp_poly 3397 4264 0 0 0.625 3351 4228 0 0 0.625 3397 4264 0 0 0.625 2 interp_poly -47 588 61 -191 3334 2398 3 MP PP 3334 2398 1 0.812 0 3395 2207 1 0.438 0 3334 2398 1 0.812 0 2 interp_poly 3395 2207 1 0.438 0 3348 2795 0.375 1 0.688 3395 2207 1 0.438 0 2 interp_poly 61 -191 -47 -495 3381 2893 3 MP PP 3381 2893 0.312 1 0.75 3334 2398 1 0.812 0 3381 2893 0.312 1 0.75 2 interp_poly 3334 2398 1 0.812 0 3395 2207 1 0.438 0 3334 2398 1 0.812 0 2 interp_poly 60 -9 -46 -27 3379 4101 3 MP PP 3379 4101 0 0 0.75 3333 4074 0 0 0.75 3379 4101 0 0 0.75 2 interp_poly 3333 4074 0 0 0.75 3393 4065 0 0 0.75 3333 4074 0 0 0.75 2 interp_poly -46 -19 60 -9 3333 4074 3 MP PP 3333 4074 0 0 0.75 3393 4065 0 0 0.75 3333 4074 0 0 0.75 2 interp_poly 3393 4065 0 0 0.75 3347 4046 0 0 0.75 3393 4065 0 0 0.75 2 interp_poly 61 -13 -47 -27 3375 3998 3 MP PP 3375 3998 0 0 0.688 3328 3971 0 0 0.688 3375 3998 0 0 0.688 2 interp_poly 3328 3971 0 0 0.688 3389 3958 0 0 0.688 3328 3971 0 0 0.688 2 interp_poly -46 -29 61 -13 3328 3971 3 MP PP 3328 3971 0 0 0.688 3389 3958 0 0 0.688 3328 3971 0 0 0.688 2 interp_poly 3389 3958 0 0 0.688 3343 3929 0 0 0.688 3389 3958 0 0 0.688 2 interp_poly 61 -16 -46 -22 3373 4506 3 MP PP 3373 4506 0 0 0.562 3327 4484 0 0 0.562 3373 4506 0 0 0.562 2 interp_poly 3327 4484 0 0 0.562 3388 4468 0 0 0.562 3327 4484 0 0 0.562 2 interp_poly -47 -22 61 -16 3327 4484 3 MP PP 3327 4484 0 0 0.562 3388 4468 0 0 0.562 3327 4484 0 0 0.562 2 interp_poly 3388 4468 0 0 0.562 3341 4446 0 0 0.562 3388 4468 0 0 0.562 2 interp_poly 61 4 -47 -60 3371 3819 3 MP PP 3371 3819 0 0 0.75 3324 3759 0 0 0.812 3371 3819 0 0 0.75 2 interp_poly 3324 3759 0 0 0.812 3385 3763 0 0 0.812 3324 3759 0 0 0.812 2 interp_poly -47 -71 61 4 3324 3759 3 MP PP 3324 3759 0 0 0.812 3385 3763 0 0 0.812 3324 3759 0 0 0.812 2 interp_poly 3385 3763 0 0 0.812 3338 3692 0 0 0.875 3385 3763 0 0 0.812 2 interp_poly 60 -19 -46 -22 3369 4368 3 MP PP 3369 4368 0 0 0.562 3323 4346 0 0 0.562 3369 4368 0 0 0.562 2 interp_poly 3323 4346 0 0 0.562 3383 4327 0 0 0.562 3323 4346 0 0 0.562 2 interp_poly -46 -27 60 -19 3323 4346 3 MP PP 3323 4346 0 0 0.562 3383 4327 0 0 0.562 3323 4346 0 0 0.562 2 interp_poly 3383 4327 0 0 0.562 3337 4300 0 0 0.562 3383 4327 0 0 0.562 2 interp_poly -46 -21 60 -16 3267 3037 3 MP PP 3267 3037 0 0 0.562 3327 3021 0 0 0.562 3267 3037 0 0 0.562 2 interp_poly 3327 3021 0 0 0.562 3281 3000 0 0 0.562 3327 3021 0 0 0.562 2 interp_poly 60 -16 -46 -21 3313 3058 3 MP PP 3313 3058 0 0 0.562 3267 3037 0 0 0.562 3313 3058 0 0 0.562 2 interp_poly 3267 3037 0 0 0.562 3327 3021 0 0 0.562 3267 3037 0 0 0.562 2 interp_poly -46 -21 60 -16 3281 3000 3 MP PP 3281 3000 0 0 0.562 3341 2984 0 0 0.562 3281 3000 0 0 0.562 2 interp_poly 3341 2984 0 0 0.562 3295 2963 0 0 0.562 3341 2984 0 0 0.562 2 interp_poly 60 -16 -46 -21 3327 3021 3 MP PP 3327 3021 0 0 0.562 3281 3000 0 0 0.562 3327 3021 0 0 0.562 2 interp_poly 3281 3000 0 0 0.562 3341 2984 0 0 0.562 3281 3000 0 0 0.562 2 interp_poly -46 -19 60 -15 3285 3129 3 MP PP 3285 3129 0 0 0.562 3345 3114 0 0 0.562 3285 3129 0 0 0.562 2 interp_poly 3345 3114 0 0 0.562 3299 3095 0 0 0.562 3345 3114 0 0 0.562 2 interp_poly 60 -15 -46 -19 3331 3148 3 MP PP 3331 3148 0 0 0.562 3285 3129 0 0 0.562 3331 3148 0 0 0.562 2 interp_poly 3285 3129 0 0 0.562 3345 3114 0 0 0.562 3285 3129 0 0 0.562 2 interp_poly -47 -22 61 -16 3234 2979 3 MP PP 3234 2979 0 0 0.562 3295 2963 0 0 0.562 3234 2979 0 0 0.562 2 interp_poly 3295 2963 0 0 0.562 3248 2941 0 0 0.562 3295 2963 0 0 0.562 2 interp_poly 61 -16 -47 -21 3281 3000 3 MP PP 3281 3000 0 0 0.562 3234 2979 0 0 0.562 3281 3000 0 0 0.562 2 interp_poly 3234 2979 0 0 0.562 3295 2963 0 0 0.562 3234 2979 0 0 0.562 2 interp_poly -47 -21 61 -15 3238 3110 3 MP PP 3238 3110 0 0 0.562 3299 3095 0 0 0.562 3238 3110 0 0 0.562 2 interp_poly 3299 3095 0 0 0.562 3252 3074 0 0 0.562 3299 3095 0 0 0.562 2 interp_poly 61 -15 -47 -19 3285 3129 3 MP PP 3285 3129 0 0 0.562 3238 3110 0 0 0.562 3285 3129 0 0 0.562 2 interp_poly 3238 3110 0 0 0.562 3299 3095 0 0 0.562 3238 3110 0 0 0.562 2 interp_poly -46 -20 60 -14 3243 3234 3 MP PP 3243 3234 0 0 0.562 3303 3220 0 0 0.562 3243 3234 0 0 0.562 2 interp_poly 3303 3220 0 0 0.562 3257 3200 0 0 0.562 3303 3220 0 0 0.562 2 interp_poly 60 -14 -46 -19 3289 3253 3 MP PP 3289 3253 0 0 0.562 3243 3234 0 0 0.562 3289 3253 0 0 0.562 2 interp_poly 3243 3234 0 0 0.562 3303 3220 0 0 0.562 3243 3234 0 0 0.562 2 interp_poly -46 -14 60 -18 3247 3356 3 MP PP 3247 3356 0 0 0.562 3307 3338 0 0 0.562 3247 3356 0 0 0.562 2 interp_poly 3307 3338 0 0 0.562 3261 3324 0 0 0.562 3307 3338 0 0 0.562 2 interp_poly 60 -18 -46 -17 3293 3373 3 MP PP 3293 3373 0 0 0.625 3247 3356 0 0 0.562 3293 3373 0 0 0.625 2 interp_poly 3247 3356 0 0 0.562 3307 3338 0 0 0.562 3247 3356 0 0 0.562 2 interp_poly 61 -16 -47 -22 3295 2963 3 MP PP 3295 2963 0 0 0.562 3248 2941 0 0 0.562 3295 2963 0 0 0.562 2 interp_poly 3248 2941 0 0 0.562 3309 2925 0 0 0.562 3248 2941 0 0 0.562 2 interp_poly -46 -21 61 -16 3252 3074 3 MP PP 3252 3074 0 0 0.562 3313 3058 0 0 0.562 3252 3074 0 0 0.562 2 interp_poly 3313 3058 0 0 0.562 3267 3037 0 0 0.562 3313 3058 0 0 0.562 2 interp_poly 61 -16 -47 -21 3299 3095 3 MP PP 3299 3095 0 0 0.562 3252 3074 0 0 0.562 3299 3095 0 0 0.562 2 interp_poly 3252 3074 0 0 0.562 3313 3058 0 0 0.562 3252 3074 0 0 0.562 2 interp_poly -46 -22 60 -15 3257 3200 3 MP PP 3257 3200 0 0 0.562 3317 3185 0 0 0.562 3257 3200 0 0 0.562 2 interp_poly 3317 3185 0 0 0.562 3271 3163 0 0 0.562 3317 3185 0 0 0.562 2 interp_poly 60 -15 -46 -20 3303 3220 3 MP PP 3303 3220 0 0 0.562 3257 3200 0 0 0.562 3303 3220 0 0 0.562 2 interp_poly 3257 3200 0 0 0.562 3317 3185 0 0 0.562 3257 3200 0 0 0.562 2 interp_poly -46 -18 60 -15 3261 3324 3 MP PP 3261 3324 0 0 0.562 3321 3309 0 0 0.562 3261 3324 0 0 0.562 2 interp_poly 3321 3309 0 0 0.562 3275 3291 0 0 0.562 3321 3309 0 0 0.562 2 interp_poly 60 -15 -46 -14 3307 3338 3 MP PP 3307 3338 0 0 0.562 3261 3324 0 0 0.562 3307 3338 0 0 0.562 2 interp_poly 3261 3324 0 0 0.562 3321 3309 0 0 0.562 3261 3324 0 0 0.562 2 interp_poly -47 -18 61 -19 3265 3439 3 MP PP 3265 3439 0 0 0.625 3326 3420 0 0 0.625 3265 3439 0 0 0.625 2 interp_poly 3326 3420 0 0 0.625 3279 3402 0 0 0.625 3326 3420 0 0 0.625 2 interp_poly 61 -19 -47 -14 3312 3453 3 MP PP 3312 3453 0 0 0.625 3265 3439 0 0 0.625 3312 3453 0 0 0.625 2 interp_poly 3265 3439 0 0 0.625 3326 3420 0 0 0.625 3265 3439 0 0 0.625 2 interp_poly -46 -19 60 -15 3271 3163 3 MP PP 3271 3163 0 0 0.562 3331 3148 0 0 0.562 3271 3163 0 0 0.562 2 interp_poly 3331 3148 0 0 0.562 3285 3129 0 0 0.562 3331 3148 0 0 0.562 2 interp_poly 60 -15 -46 -22 3317 3185 3 MP PP 3317 3185 0 0 0.562 3271 3163 0 0 0.562 3317 3185 0 0 0.562 2 interp_poly 3271 3163 0 0 0.562 3331 3148 0 0 0.562 3271 3163 0 0 0.562 2 interp_poly -47 -22 61 -16 3275 3291 3 MP PP 3275 3291 0 0 0.562 3336 3275 0 0 0.562 3275 3291 0 0 0.562 2 interp_poly 3336 3275 0 0 0.562 3289 3253 0 0 0.562 3336 3275 0 0 0.562 2 interp_poly 61 -16 -46 -18 3321 3309 3 MP PP 3321 3309 0 0 0.562 3275 3291 0 0 0.562 3321 3309 0 0 0.562 2 interp_poly 3275 3291 0 0 0.562 3336 3275 0 0 0.562 3275 3291 0 0 0.562 2 interp_poly -47 -16 61 -13 3279 3402 3 MP PP 3279 3402 0 0 0.625 3340 3389 0 0 0.625 3279 3402 0 0 0.625 2 interp_poly 3340 3389 0 0 0.625 3293 3373 0 0 0.625 3340 3389 0 0 0.625 2 interp_poly 61 -13 -47 -18 3326 3420 3 MP PP 3326 3420 0 0 0.625 3279 3402 0 0 0.625 3326 3420 0 0 0.625 2 interp_poly 3279 3402 0 0 0.625 3340 3389 0 0 0.625 3279 3402 0 0 0.625 2 interp_poly -47 -18 61 -15 3289 3253 3 MP PP 3289 3253 0 0 0.562 3350 3238 0 0 0.562 3289 3253 0 0 0.562 2 interp_poly 3350 3238 0 0 0.562 3303 3220 0 0 0.562 3350 3238 0 0 0.562 2 interp_poly 61 -15 -47 -22 3336 3275 3 MP PP 3336 3275 0 0 0.562 3289 3253 0 0 0.562 3336 3275 0 0 0.562 2 interp_poly 3289 3253 0 0 0.562 3350 3238 0 0 0.562 3289 3253 0 0 0.562 2 interp_poly -47 -18 61 -17 3293 3373 3 MP PP 3293 3373 0 0 0.625 3354 3356 0 0 0.625 3293 3373 0 0 0.625 2 interp_poly 3354 3356 0 0 0.625 3307 3338 0 0 0.562 3354 3356 0 0 0.625 2 interp_poly 61 -17 -47 -16 3340 3389 3 MP PP 3340 3389 0 0 0.625 3293 3373 0 0 0.625 3340 3389 0 0 0.625 2 interp_poly 3293 3373 0 0 0.625 3354 3356 0 0 0.625 3293 3373 0 0 0.625 2 interp_poly -46 640 60 -56 3288 2851 3 MP PP 3288 2851 0.312 1 0.75 3348 2795 0.375 1 0.688 3288 2851 0.312 1 0.75 2 interp_poly 3348 2795 0.375 1 0.688 3302 3435 0 0 1 3348 2795 0.375 1 0.688 2 interp_poly 60 31 -46 640 3348 2795 3 MP PP 3348 2795 0.375 1 0.688 3302 3435 0 0 1 3348 2795 0.375 1 0.688 2 interp_poly 3302 3435 0 0 1 3362 3466 0 0 0.938 3302 3435 0 0 1 2 interp_poly 61 -69 -47 -472 3367 3434 3 MP PP 3367 3434 0 0.25 1 3320 2962 0.188 1 0.875 3367 3434 0 0.25 1 2 interp_poly 3320 2962 0.188 1 0.875 3381 2893 0.312 1 0.75 3320 2962 0.188 1 0.875 2 interp_poly 60 -56 -46 453 3334 2398 3 MP PP 3334 2398 1 0.812 0 3288 2851 0.312 1 0.75 3334 2398 1 0.812 0 2 interp_poly 3288 2851 0.312 1 0.75 3348 2795 0.375 1 0.688 3288 2851 0.312 1 0.75 2 interp_poly -47 -495 61 -69 3320 2962 3 MP PP 3320 2962 0.188 1 0.875 3381 2893 0.312 1 0.75 3320 2962 0.188 1 0.875 2 interp_poly 3381 2893 0.312 1 0.75 3334 2398 1 0.812 0 3381 2893 0.312 1 0.75 2 interp_poly 60 -19 -46 -34 3365 4154 3 MP PP 3365 4154 0 0 0.688 3319 4120 0 0 0.75 3365 4154 0 0 0.688 2 interp_poly 3319 4120 0 0 0.75 3379 4101 0 0 0.75 3319 4120 0 0 0.75 2 interp_poly -46 -27 60 -19 3319 4120 3 MP PP 3319 4120 0 0 0.75 3379 4101 0 0 0.75 3319 4120 0 0 0.75 2 interp_poly 3379 4101 0 0 0.75 3333 4074 0 0 0.75 3379 4101 0 0 0.75 2 interp_poly 61 -8 -47 -21 3361 4027 3 MP PP 3361 4027 0 0 0.688 3314 4006 0 0 0.688 3361 4027 0 0 0.688 2 interp_poly 3314 4006 0 0 0.688 3375 3998 0 0 0.688 3314 4006 0 0 0.688 2 interp_poly -47 -27 61 -8 3314 4006 3 MP PP 3314 4006 0 0 0.688 3375 3998 0 0 0.688 3314 4006 0 0 0.688 2 interp_poly 3375 3998 0 0 0.688 3328 3971 0 0 0.688 3375 3998 0 0 0.688 2 interp_poly 60 -16 -46 -21 3359 4543 3 MP PP 3359 4543 0 0 0.562 3313 4522 0 0 0.562 3359 4543 0 0 0.562 2 interp_poly 3313 4522 0 0 0.562 3373 4506 0 0 0.562 3313 4522 0 0 0.562 2 interp_poly -46 -22 60 -16 3313 4522 3 MP PP 3313 4522 0 0 0.562 3373 4506 0 0 0.562 3313 4522 0 0 0.562 2 interp_poly 3373 4506 0 0 0.562 3327 4484 0 0 0.562 3373 4506 0 0 0.562 2 interp_poly 61 -10 -47 -49 3357 3878 3 MP PP 3357 3878 0 0 0.688 3310 3829 0 0 0.75 3357 3878 0 0 0.688 2 interp_poly 3310 3829 0 0 0.75 3371 3819 0 0 0.75 3310 3829 0 0 0.75 2 interp_poly -47 -60 61 -10 3310 3829 3 MP PP 3310 3829 0 0 0.75 3371 3819 0 0 0.75 3310 3829 0 0 0.75 2 interp_poly 3371 3819 0 0 0.75 3324 3759 0 0 0.812 3371 3819 0 0 0.75 2 interp_poly 60 -19 -46 -21 3355 4408 3 MP PP 3355 4408 0 0 0.562 3309 4387 0 0 0.562 3355 4408 0 0 0.562 2 interp_poly 3309 4387 0 0 0.562 3369 4368 0 0 0.562 3309 4387 0 0 0.562 2 interp_poly -46 -22 60 -19 3309 4387 3 MP PP 3309 4387 0 0 0.562 3369 4368 0 0 0.562 3309 4387 0 0 0.562 2 interp_poly 3369 4368 0 0 0.562 3323 4346 0 0 0.562 3369 4368 0 0 0.562 2 interp_poly -46 -19 61 -20 3297 3492 3 MP PP 3297 3492 0 0 0.625 3358 3472 0 0 0.625 3297 3492 0 0 0.625 2 interp_poly 3358 3472 0 0 0.625 3312 3453 0 0 0.625 3358 3472 0 0 0.625 2 interp_poly -47 -14 61 -18 3251 3471 3 MP PP 3251 3471 0 0 0.625 3312 3453 0 0 0.625 3251 3471 0 0 0.625 2 interp_poly 3312 3453 0 0 0.625 3265 3439 0 0 0.625 3312 3453 0 0 0.625 2 interp_poly 61 -18 -46 -21 3297 3492 3 MP PP 3297 3492 0 0 0.625 3251 3471 0 0 0.625 3297 3492 0 0 0.625 2 interp_poly 3251 3471 0 0 0.625 3312 3453 0 0 0.625 3251 3471 0 0 0.625 2 interp_poly -47 -19 61 -21 3269 3565 3 MP PP 3269 3565 0 0 0.625 3330 3544 0 0 0.625 3269 3565 0 0 0.625 2 interp_poly 3330 3544 0 0 0.625 3283 3525 0 0 0.625 3330 3544 0 0 0.625 2 interp_poly 61 -21 -47 -15 3316 3580 3 MP PP 3316 3580 0 0 0.625 3269 3565 0 0 0.625 3316 3580 0 0 0.625 2 interp_poly 3269 3565 0 0 0.625 3330 3544 0 0 0.625 3269 3565 0 0 0.625 2 interp_poly -46 114 60 31 3302 3435 3 MP PP 3302 3435 0 0 1 3362 3466 0 0 0.938 3302 3435 0 0 1 2 interp_poly 3362 3466 0 0 0.938 3316 3580 0 0 0.625 3362 3466 0 0 0.938 2 interp_poly 61 41 -46 -221 3352 3614 3 MP PP 3352 3614 0 0 1 3306 3393 0 0.375 1 3352 3614 0 0 1 2 interp_poly 3306 3393 0 0.375 1 3367 3434 0 0.25 1 3306 3393 0 0.375 1 2 interp_poly -47 -472 61 41 3306 3393 3 MP PP 3306 3393 0 0.375 1 3367 3434 0 0.25 1 3306 3393 0 0.375 1 2 interp_poly 3367 3434 0 0.25 1 3320 2962 0.188 1 0.875 3367 3434 0 0.25 1 2 interp_poly 61 -35 -47 -39 3351 4228 3 MP PP 3351 4228 0 0 0.625 3304 4189 0 0 0.688 3351 4228 0 0 0.625 2 interp_poly 3304 4189 0 0 0.688 3365 4154 0 0 0.688 3304 4189 0 0 0.688 2 interp_poly -46 -34 61 -35 3304 4189 3 MP PP 3304 4189 0 0 0.688 3365 4154 0 0 0.688 3304 4189 0 0 0.688 2 interp_poly 3365 4154 0 0 0.688 3319 4120 0 0 0.75 3365 4154 0 0 0.688 2 interp_poly 61 2 -47 -21 3347 4046 3 MP PP 3347 4046 0 0 0.75 3300 4025 0 0 0.75 3347 4046 0 0 0.75 2 interp_poly 3300 4025 0 0 0.75 3361 4027 0 0 0.688 3300 4025 0 0 0.75 2 interp_poly -47 -21 61 2 3300 4025 3 MP PP 3300 4025 0 0 0.75 3361 4027 0 0 0.688 3300 4025 0 0 0.75 2 interp_poly 3361 4027 0 0 0.688 3314 4006 0 0 0.688 3361 4027 0 0 0.688 2 interp_poly 60 -17 -46 -21 3345 4581 3 MP PP 3345 4581 0 0 0.562 3299 4560 0 0 0.562 3345 4581 0 0 0.562 2 interp_poly 3299 4560 0 0 0.562 3359 4543 0 0 0.562 3299 4560 0 0 0.562 2 interp_poly -46 -21 60 -17 3299 4560 3 MP PP 3299 4560 0 0 0.562 3359 4543 0 0 0.562 3299 4560 0 0 0.562 2 interp_poly 3359 4543 0 0 0.562 3313 4522 0 0 0.562 3359 4543 0 0 0.562 2 interp_poly 61 -15 -47 -36 3343 3929 3 MP PP 3343 3929 0 0 0.688 3296 3893 0 0 0.688 3343 3929 0 0 0.688 2 interp_poly 3296 3893 0 0 0.688 3357 3878 0 0 0.688 3296 3893 0 0 0.688 2 interp_poly -47 -49 61 -15 3296 3893 3 MP PP 3296 3893 0 0 0.688 3357 3878 0 0 0.688 3296 3893 0 0 0.688 2 interp_poly 3357 3878 0 0 0.688 3310 3829 0 0 0.75 3357 3878 0 0 0.688 2 interp_poly 60 -17 -46 -21 3341 4446 3 MP PP 3341 4446 0 0 0.562 3295 4425 0 0 0.562 3341 4446 0 0 0.562 2 interp_poly 3295 4425 0 0 0.562 3355 4408 0 0 0.562 3295 4425 0 0 0.562 2 interp_poly -46 -21 60 -17 3295 4425 3 MP PP 3295 4425 0 0 0.562 3355 4408 0 0 0.562 3295 4425 0 0 0.562 2 interp_poly 3355 4408 0 0 0.562 3309 4387 0 0 0.562 3355 4408 0 0 0.562 2 interp_poly -47 -15 61 -6 3255 3586 3 MP PP 3255 3586 0 0 0.688 3316 3580 0 0 0.625 3255 3586 0 0 0.688 2 interp_poly 3316 3580 0 0 0.625 3269 3565 0 0 0.625 3316 3580 0 0 0.625 2 interp_poly -46 -28 60 -8 3209 3573 3 MP PP 3209 3573 0 0 0.625 3269 3565 0 0 0.625 3209 3573 0 0 0.625 2 interp_poly 3269 3565 0 0 0.625 3223 3537 0 0 0.625 3269 3565 0 0 0.625 2 interp_poly 60 -8 -46 -13 3255 3586 3 MP PP 3255 3586 0 0 0.688 3209 3573 0 0 0.625 3255 3586 0 0 0.688 2 interp_poly 3209 3573 0 0 0.625 3269 3565 0 0 0.625 3209 3573 0 0 0.625 2 interp_poly -46 -15 60 -12 3223 3537 3 MP PP 3223 3537 0 0 0.625 3283 3525 0 0 0.625 3223 3537 0 0 0.625 2 interp_poly 3283 3525 0 0 0.625 3237 3510 0 0 0.625 3283 3525 0 0 0.625 2 interp_poly 60 -12 -46 -28 3269 3565 3 MP PP 3269 3565 0 0 0.625 3223 3537 0 0 0.625 3269 3565 0 0 0.625 2 interp_poly 3223 3537 0 0 0.625 3283 3525 0 0 0.625 3223 3537 0 0 0.625 2 interp_poly -46 -21 60 -18 3237 3510 3 MP PP 3237 3510 0 0 0.625 3297 3492 0 0 0.625 3237 3510 0 0 0.625 2 interp_poly 3297 3492 0 0 0.625 3251 3471 0 0 0.625 3297 3492 0 0 0.625 2 interp_poly 60 -18 -46 -15 3283 3525 3 MP PP 3283 3525 0 0 0.625 3237 3510 0 0 0.625 3283 3525 0 0 0.625 2 interp_poly 3237 3510 0 0 0.625 3297 3492 0 0 0.625 3237 3510 0 0 0.625 2 interp_poly 61 -6 -47 151 3302 3435 3 MP PP 3302 3435 0 0 1 3255 3586 0 0 0.688 3302 3435 0 0 1 2 interp_poly 3255 3586 0 0 0.688 3316 3580 0 0 0.625 3255 3586 0 0 0.688 2 interp_poly 60 37 -46 -115 3338 3692 3 MP PP 3338 3692 0 0 0.875 3292 3577 0 0.0625 1 3338 3692 0 0 0.875 2 interp_poly 3292 3577 0 0.0625 1 3352 3614 0 0 1 3292 3577 0 0.0625 1 2 interp_poly -46 -221 60 37 3292 3577 3 MP PP 3292 3577 0 0.0625 1 3352 3614 0 0 1 3292 3577 0 0.0625 1 2 interp_poly 3352 3614 0 0 1 3306 3393 0 0.375 1 3352 3614 0 0 1 2 interp_poly 61 -41 -47 -31 3337 4300 3 MP PP 3337 4300 0 0 0.562 3290 4269 0 0 0.562 3337 4300 0 0 0.562 2 interp_poly 3290 4269 0 0 0.562 3351 4228 0 0 0.625 3290 4269 0 0 0.562 2 interp_poly -47 -39 61 -41 3290 4269 3 MP PP 3290 4269 0 0 0.562 3351 4228 0 0 0.625 3290 4269 0 0 0.562 2 interp_poly 3351 4228 0 0 0.625 3304 4189 0 0 0.688 3351 4228 0 0 0.625 2 interp_poly 61 1 -47 -29 3333 4074 3 MP PP 3333 4074 0 0 0.75 3286 4045 0 0 0.75 3333 4074 0 0 0.75 2 interp_poly 3286 4045 0 0 0.75 3347 4046 0 0 0.75 3286 4045 0 0 0.75 2 interp_poly -47 -21 61 1 3286 4045 3 MP PP 3286 4045 0 0 0.75 3347 4046 0 0 0.75 3286 4045 0 0 0.75 2 interp_poly 3347 4046 0 0 0.75 3300 4025 0 0 0.75 3347 4046 0 0 0.75 2 interp_poly -46 -21 60 -17 3285 4598 3 MP PP 3285 4598 0 0 0.562 3345 4581 0 0 0.562 3285 4598 0 0 0.562 2 interp_poly 3345 4581 0 0 0.562 3299 4560 0 0 0.562 3345 4581 0 0 0.562 2 interp_poly 61 -10 -46 -32 3328 3971 3 MP PP 3328 3971 0 0 0.688 3282 3939 0 0 0.688 3328 3971 0 0 0.688 2 interp_poly 3282 3939 0 0 0.688 3343 3929 0 0 0.688 3282 3939 0 0 0.688 2 interp_poly -47 -36 61 -10 3282 3939 3 MP PP 3282 3939 0 0 0.688 3343 3929 0 0 0.688 3282 3939 0 0 0.688 2 interp_poly 3343 3929 0 0 0.688 3296 3893 0 0 0.688 3343 3929 0 0 0.688 2 interp_poly 61 -17 -47 -21 3327 4484 3 MP PP 3327 4484 0 0 0.562 3280 4463 0 0 0.562 3327 4484 0 0 0.562 2 interp_poly 3280 4463 0 0 0.562 3341 4446 0 0 0.562 3280 4463 0 0 0.562 2 interp_poly -46 -21 61 -17 3280 4463 3 MP PP 3280 4463 0 0 0.562 3341 4446 0 0 0.562 3280 4463 0 0 0.562 2 interp_poly 3341 4446 0 0 0.562 3295 4425 0 0 0.562 3341 4446 0 0 0.562 2 interp_poly 60 16 -46 -83 3324 3759 3 MP PP 3324 3759 0 0 0.812 3278 3676 0 0 0.938 3324 3759 0 0 0.812 2 interp_poly 3278 3676 0 0 0.938 3338 3692 0 0 0.875 3278 3676 0 0 0.938 2 interp_poly -46 -115 60 16 3278 3676 3 MP PP 3278 3676 0 0 0.938 3338 3692 0 0 0.875 3278 3676 0 0 0.938 2 interp_poly 3338 3692 0 0 0.875 3292 3577 0 0.0625 1 3338 3692 0 0 0.875 2 interp_poly 61 -23 -47 -23 3323 4346 3 MP PP 3323 4346 0 0 0.562 3276 4323 0 0 0.562 3323 4346 0 0 0.562 2 interp_poly 3276 4323 0 0 0.562 3337 4300 0 0 0.562 3276 4323 0 0 0.562 2 interp_poly -47 -31 61 -23 3276 4323 3 MP PP 3276 4323 0 0 0.562 3337 4300 0 0 0.562 3276 4323 0 0 0.562 2 interp_poly 3337 4300 0 0 0.562 3290 4269 0 0 0.562 3337 4300 0 0 0.562 2 interp_poly -46 453 60 -211 3274 2609 3 MP PP 3274 2609 0.875 1 0.188 3334 2398 1 0.812 0 3274 2609 0.875 1 0.188 2 interp_poly 3334 2398 1 0.812 0 3288 2851 0.312 1 0.75 3334 2398 1 0.812 0 2 interp_poly 60 -211 -46 -353 3320 2962 3 MP PP 3320 2962 0.188 1 0.875 3274 2609 0.875 1 0.188 3320 2962 0.188 1 0.875 2 interp_poly 3274 2609 0.875 1 0.188 3334 2398 1 0.812 0 3274 2609 0.875 1 0.188 2 interp_poly 61 -13 -47 -33 3319 4120 3 MP PP 3319 4120 0 0 0.75 3272 4087 0 0 0.75 3319 4120 0 0 0.75 2 interp_poly 3272 4087 0 0 0.75 3333 4074 0 0 0.75 3272 4087 0 0 0.75 2 interp_poly -47 -29 61 -13 3272 4087 3 MP PP 3272 4087 0 0 0.75 3333 4074 0 0 0.75 3272 4087 0 0 0.75 2 interp_poly 3333 4074 0 0 0.75 3286 4045 0 0 0.75 3333 4074 0 0 0.75 2 interp_poly 60 -7 -46 -28 3314 4006 3 MP PP 3314 4006 0 0 0.688 3268 3978 0 0 0.688 3314 4006 0 0 0.688 2 interp_poly 3268 3978 0 0 0.688 3328 3971 0 0 0.688 3268 3978 0 0 0.688 2 interp_poly -46 -32 60 -7 3268 3978 3 MP PP 3268 3978 0 0 0.688 3328 3971 0 0 0.688 3268 3978 0 0 0.688 2 interp_poly 3328 3971 0 0 0.688 3282 3939 0 0 0.688 3328 3971 0 0 0.688 2 interp_poly 61 -17 -47 -21 3313 4522 3 MP PP 3313 4522 0 0 0.562 3266 4501 0 0 0.562 3313 4522 0 0 0.562 2 interp_poly 3266 4501 0 0 0.562 3327 4484 0 0 0.562 3266 4501 0 0 0.562 2 interp_poly -47 -21 61 -17 3266 4501 3 MP PP 3266 4501 0 0 0.562 3327 4484 0 0 0.562 3266 4501 0 0 0.562 2 interp_poly 3327 4484 0 0 0.562 3280 4463 0 0 0.562 3327 4484 0 0 0.562 2 interp_poly 60 0 -46 -70 3310 3829 3 MP PP 3310 3829 0 0 0.75 3264 3759 0 0 0.875 3310 3829 0 0 0.75 2 interp_poly 3264 3759 0 0 0.875 3324 3759 0 0 0.812 3264 3759 0 0 0.875 2 interp_poly -46 -83 60 0 3264 3759 3 MP PP 3264 3759 0 0 0.875 3324 3759 0 0 0.812 3264 3759 0 0 0.875 2 interp_poly 3324 3759 0 0 0.812 3278 3676 0 0 0.938 3324 3759 0 0 0.812 2 interp_poly 61 -18 -47 -23 3309 4387 3 MP PP 3309 4387 0 0 0.562 3262 4364 0 0 0.562 3309 4387 0 0 0.562 2 interp_poly 3262 4364 0 0 0.562 3323 4346 0 0 0.562 3262 4364 0 0 0.562 2 interp_poly -47 -23 61 -18 3262 4364 3 MP PP 3262 4364 0 0 0.562 3323 4346 0 0 0.562 3262 4364 0 0 0.562 2 interp_poly 3323 4346 0 0 0.562 3276 4323 0 0 0.562 3323 4346 0 0 0.562 2 interp_poly -47 -21 61 -16 3206 3053 3 MP PP 3206 3053 0 0 0.562 3267 3037 0 0 0.562 3206 3053 0 0 0.562 2 interp_poly 3267 3037 0 0 0.562 3220 3016 0 0 0.562 3267 3037 0 0 0.562 2 interp_poly 61 -16 -46 -21 3252 3074 3 MP PP 3252 3074 0 0 0.562 3206 3053 0 0 0.562 3252 3074 0 0 0.562 2 interp_poly 3206 3053 0 0 0.562 3267 3037 0 0 0.562 3206 3053 0 0 0.562 2 interp_poly 61 -16 -47 -21 3267 3037 3 MP PP 3267 3037 0 0 0.562 3220 3016 0 0 0.562 3267 3037 0 0 0.562 2 interp_poly 3220 3016 0 0 0.562 3281 3000 0 0 0.562 3220 3016 0 0 0.562 2 interp_poly -47 -19 61 -14 3224 3143 3 MP PP 3224 3143 0 0 0.562 3285 3129 0 0 0.562 3224 3143 0 0 0.562 2 interp_poly 3285 3129 0 0 0.562 3238 3110 0 0 0.562 3285 3129 0 0 0.562 2 interp_poly 61 -14 -47 -20 3271 3163 3 MP PP 3271 3163 0 0 0.562 3224 3143 0 0 0.562 3271 3163 0 0 0.562 2 interp_poly 3224 3143 0 0 0.562 3285 3129 0 0 0.562 3224 3143 0 0 0.562 2 interp_poly -46 -21 60 -17 3174 2996 3 MP PP 3174 2996 0 0 0.562 3234 2979 0 0 0.562 3174 2996 0 0 0.562 2 interp_poly 3234 2979 0 0 0.562 3188 2958 0 0 0.562 3234 2979 0 0 0.562 2 interp_poly 60 -17 -46 -20 3220 3016 3 MP PP 3220 3016 0 0 0.562 3174 2996 0 0 0.562 3220 3016 0 0 0.562 2 interp_poly 3174 2996 0 0 0.562 3234 2979 0 0 0.562 3174 2996 0 0 0.562 2 interp_poly -46 -20 60 -16 3178 3126 3 MP PP 3178 3126 0 0 0.562 3238 3110 0 0 0.562 3178 3126 0 0 0.562 2 interp_poly 3238 3110 0 0 0.562 3192 3090 0 0 0.562 3238 3110 0 0 0.562 2 interp_poly 60 -16 -46 -17 3224 3143 3 MP PP 3224 3143 0 0 0.562 3178 3126 0 0 0.562 3224 3143 0 0 0.562 2 interp_poly 3178 3126 0 0 0.562 3238 3110 0 0 0.562 3178 3126 0 0 0.562 2 interp_poly -47 -17 61 -17 3182 3251 3 MP PP 3182 3251 0 0 0.562 3243 3234 0 0 0.562 3182 3251 0 0 0.562 2 interp_poly 3243 3234 0 0 0.562 3196 3217 0 0 0.562 3243 3234 0 0 0.562 2 interp_poly 61 -17 -46 -20 3228 3271 3 MP PP 3228 3271 0 0 0.562 3182 3251 0 0 0.562 3228 3271 0 0 0.562 2 interp_poly 3182 3251 0 0 0.562 3243 3234 0 0 0.562 3182 3251 0 0 0.562 2 interp_poly -47 -15 61 -19 3186 3375 3 MP PP 3186 3375 0 0 0.562 3247 3356 0 0 0.562 3186 3375 0 0 0.562 2 interp_poly 3247 3356 0 0 0.562 3200 3341 0 0 0.562 3247 3356 0 0 0.562 2 interp_poly 61 -19 -47 -16 3233 3391 3 MP PP 3233 3391 0 0 0.625 3186 3375 0 0 0.562 3233 3391 0 0 0.625 2 interp_poly 3186 3375 0 0 0.562 3247 3356 0 0 0.562 3186 3375 0 0 0.562 2 interp_poly 60 -17 -46 -21 3234 2979 3 MP PP 3234 2979 0 0 0.562 3188 2958 0 0 0.562 3234 2979 0 0 0.562 2 interp_poly 3188 2958 0 0 0.562 3248 2941 0 0 0.562 3188 2958 0 0 0.562 2 interp_poly -46 -21 60 -16 3192 3090 3 MP PP 3192 3090 0 0 0.562 3252 3074 0 0 0.562 3192 3090 0 0 0.562 2 interp_poly 3252 3074 0 0 0.562 3206 3053 0 0 0.562 3252 3074 0 0 0.562 2 interp_poly 60 -16 -46 -20 3238 3110 3 MP PP 3238 3110 0 0 0.562 3192 3090 0 0 0.562 3238 3110 0 0 0.562 2 interp_poly 3192 3090 0 0 0.562 3252 3074 0 0 0.562 3192 3090 0 0 0.562 2 interp_poly -47 -20 61 -17 3196 3217 3 MP PP 3196 3217 0 0 0.562 3257 3200 0 0 0.562 3196 3217 0 0 0.562 2 interp_poly 3257 3200 0 0 0.562 3210 3180 0 0 0.562 3257 3200 0 0 0.562 2 interp_poly 61 -17 -47 -17 3243 3234 3 MP PP 3243 3234 0 0 0.562 3196 3217 0 0 0.562 3243 3234 0 0 0.562 2 interp_poly 3196 3217 0 0 0.562 3257 3200 0 0 0.562 3196 3217 0 0 0.562 2 interp_poly -47 -15 61 -17 3200 3341 3 MP PP 3200 3341 0 0 0.562 3261 3324 0 0 0.562 3200 3341 0 0 0.562 2 interp_poly 3261 3324 0 0 0.562 3214 3309 0 0 0.562 3261 3324 0 0 0.562 2 interp_poly 61 -17 -47 -15 3247 3356 3 MP PP 3247 3356 0 0 0.562 3200 3341 0 0 0.562 3247 3356 0 0 0.562 2 interp_poly 3200 3341 0 0 0.562 3261 3324 0 0 0.562 3200 3341 0 0 0.562 2 interp_poly -47 -20 61 -17 3210 3180 3 MP PP 3210 3180 0 0 0.562 3271 3163 0 0 0.562 3210 3180 0 0 0.562 2 interp_poly 3271 3163 0 0 0.562 3224 3143 0 0 0.562 3271 3163 0 0 0.562 2 interp_poly 61 -17 -47 -20 3257 3200 3 MP PP 3257 3200 0 0 0.562 3210 3180 0 0 0.562 3257 3200 0 0 0.562 2 interp_poly 3210 3180 0 0 0.562 3271 3163 0 0 0.562 3210 3180 0 0 0.562 2 interp_poly -47 -20 61 -18 3214 3309 3 MP PP 3214 3309 0 0 0.562 3275 3291 0 0 0.562 3214 3309 0 0 0.562 2 interp_poly 3275 3291 0 0 0.562 3228 3271 0 0 0.562 3275 3291 0 0 0.562 2 interp_poly 61 -18 -47 -15 3261 3324 3 MP PP 3261 3324 0 0 0.562 3214 3309 0 0 0.562 3261 3324 0 0 0.562 2 interp_poly 3214 3309 0 0 0.562 3275 3291 0 0 0.562 3214 3309 0 0 0.562 2 interp_poly -46 -11 60 -19 3219 3421 3 MP PP 3219 3421 0 0 0.625 3279 3402 0 0 0.625 3219 3421 0 0 0.625 2 interp_poly 3279 3402 0 0 0.625 3233 3391 0 0 0.625 3279 3402 0 0 0.625 2 interp_poly -47 -21 61 -16 3220 3016 3 MP PP 3220 3016 0 0 0.562 3281 3000 0 0 0.562 3220 3016 0 0 0.562 2 interp_poly 3281 3000 0 0 0.562 3234 2979 0 0 0.562 3281 3000 0 0 0.562 2 interp_poly -46 -19 61 -18 3228 3271 3 MP PP 3228 3271 0 0 0.562 3289 3253 0 0 0.562 3228 3271 0 0 0.562 2 interp_poly 3289 3253 0 0 0.562 3243 3234 0 0 0.562 3289 3253 0 0 0.562 2 interp_poly 61 -18 -47 -20 3275 3291 3 MP PP 3275 3291 0 0 0.562 3228 3271 0 0 0.562 3275 3291 0 0 0.562 2 interp_poly 3228 3271 0 0 0.562 3289 3253 0 0 0.562 3228 3271 0 0 0.562 2 interp_poly -46 -17 60 -18 3233 3391 3 MP PP 3233 3391 0 0 0.625 3293 3373 0 0 0.625 3233 3391 0 0 0.625 2 interp_poly 3293 3373 0 0 0.625 3247 3356 0 0 0.562 3293 3373 0 0 0.625 2 interp_poly 60 -18 -46 -11 3279 3402 3 MP PP 3279 3402 0 0 0.625 3233 3391 0 0 0.625 3279 3402 0 0 0.625 2 interp_poly 3233 3391 0 0 0.625 3293 3373 0 0 0.625 3233 3391 0 0 0.625 2 interp_poly -47 543 61 -68 3227 2919 3 MP PP 3227 2919 0.188 1 0.875 3288 2851 0.312 1 0.75 3227 2919 0.188 1 0.875 2 interp_poly 3288 2851 0.312 1 0.75 3241 3394 0 0.125 1 3288 2851 0.312 1 0.75 2 interp_poly 60 -19 -46 -18 3265 3439 3 MP PP 3265 3439 0 0 0.625 3219 3421 0 0 0.625 3265 3439 0 0 0.625 2 interp_poly 3219 3421 0 0 0.625 3279 3402 0 0 0.625 3219 3421 0 0 0.625 2 interp_poly 61 41 -47 543 3288 2851 3 MP PP 3288 2851 0.312 1 0.75 3241 3394 0 0.125 1 3288 2851 0.312 1 0.75 2 interp_poly 3241 3394 0 0.125 1 3302 3435 0 0 1 3241 3394 0 0.125 1 2 interp_poly 61 -73 -47 -358 3306 3393 3 MP PP 3306 3393 0 0.375 1 3259 3035 0.0625 1 1 3306 3393 0 0.375 1 2 interp_poly 3259 3035 0.0625 1 1 3320 2962 0.188 1 0.875 3259 3035 0.0625 1 1 2 interp_poly 61 -68 -47 310 3274 2609 3 MP PP 3274 2609 0.875 1 0.188 3227 2919 0.188 1 0.875 3274 2609 0.875 1 0.188 2 interp_poly 3227 2919 0.188 1 0.875 3288 2851 0.312 1 0.75 3227 2919 0.188 1 0.875 2 interp_poly -46 -353 61 -73 3259 3035 3 MP PP 3259 3035 0.0625 1 1 3320 2962 0.188 1 0.875 3259 3035 0.0625 1 1 2 interp_poly 3320 2962 0.188 1 0.875 3274 2609 0.875 1 0.188 3320 2962 0.188 1 0.875 2 interp_poly 61 -30 -46 -39 3304 4189 3 MP PP 3304 4189 0 0 0.688 3258 4150 0 0 0.688 3304 4189 0 0 0.688 2 interp_poly 3258 4150 0 0 0.688 3319 4120 0 0 0.75 3258 4150 0 0 0.688 2 interp_poly -47 -33 61 -30 3258 4150 3 MP PP 3258 4150 0 0 0.688 3319 4120 0 0 0.75 3258 4150 0 0 0.688 2 interp_poly 3319 4120 0 0 0.75 3272 4087 0 0 0.75 3319 4120 0 0 0.75 2 interp_poly 60 1 -46 -20 3300 4025 3 MP PP 3300 4025 0 0 0.75 3254 4005 0 0 0.688 3300 4025 0 0 0.75 2 interp_poly 3254 4005 0 0 0.688 3314 4006 0 0 0.688 3254 4005 0 0 0.688 2 interp_poly -46 -28 60 1 3254 4005 3 MP PP 3254 4005 0 0 0.688 3314 4006 0 0 0.688 3254 4005 0 0 0.688 2 interp_poly 3314 4006 0 0 0.688 3268 3978 0 0 0.688 3314 4006 0 0 0.688 2 interp_poly 61 -16 -47 -22 3299 4560 3 MP PP 3299 4560 0 0 0.562 3252 4538 0 0 0.562 3299 4560 0 0 0.562 2 interp_poly 3252 4538 0 0 0.562 3313 4522 0 0 0.562 3252 4538 0 0 0.562 2 interp_poly -47 -21 61 -16 3252 4538 3 MP PP 3252 4538 0 0 0.562 3313 4522 0 0 0.562 3252 4538 0 0 0.562 2 interp_poly 3313 4522 0 0 0.562 3266 4501 0 0 0.562 3313 4522 0 0 0.562 2 interp_poly 60 -11 -46 -53 3296 3893 3 MP PP 3296 3893 0 0 0.688 3250 3840 0 0 0.75 3296 3893 0 0 0.688 2 interp_poly 3250 3840 0 0 0.75 3310 3829 0 0 0.75 3250 3840 0 0 0.75 2 interp_poly -46 -70 60 -11 3250 3840 3 MP PP 3250 3840 0 0 0.75 3310 3829 0 0 0.75 3250 3840 0 0 0.75 2 interp_poly 3310 3829 0 0 0.75 3264 3759 0 0 0.875 3310 3829 0 0 0.75 2 interp_poly 61 -17 -47 -21 3295 4425 3 MP PP 3295 4425 0 0 0.562 3248 4404 0 0 0.562 3295 4425 0 0 0.562 2 interp_poly 3248 4404 0 0 0.562 3309 4387 0 0 0.562 3248 4404 0 0 0.562 2 interp_poly -47 -23 61 -17 3248 4404 3 MP PP 3248 4404 0 0 0.562 3309 4387 0 0 0.562 3248 4404 0 0 0.562 2 interp_poly 3309 4387 0 0 0.562 3262 4364 0 0 0.562 3309 4387 0 0 0.562 2 interp_poly -46 -18 61 -18 3204 3457 3 MP PP 3204 3457 0 0 0.625 3265 3439 0 0 0.625 3204 3457 0 0 0.625 2 interp_poly 3265 3439 0 0 0.625 3219 3421 0 0 0.625 3265 3439 0 0 0.625 2 interp_poly 61 -18 -47 -14 3251 3471 3 MP PP 3251 3471 0 0 0.625 3204 3457 0 0 0.625 3251 3471 0 0 0.625 2 interp_poly 3204 3457 0 0 0.625 3265 3439 0 0 0.625 3204 3457 0 0 0.625 2 interp_poly -47 -14 61 -21 3190 3492 3 MP PP 3190 3492 0 0 0.625 3251 3471 0 0 0.625 3190 3492 0 0 0.625 2 interp_poly 3251 3471 0 0 0.625 3204 3457 0 0 0.625 3251 3471 0 0 0.625 2 interp_poly 61 -21 -47 -18 3237 3510 3 MP PP 3237 3510 0 0 0.625 3190 3492 0 0 0.625 3237 3510 0 0 0.625 2 interp_poly 3190 3492 0 0 0.625 3251 3471 0 0 0.625 3190 3492 0 0 0.625 2 interp_poly -47 151 61 41 3241 3394 3 MP PP 3241 3394 0 0.125 1 3302 3435 0 0 1 3241 3394 0 0.125 1 2 interp_poly 3302 3435 0 0 1 3255 3586 0 0 0.688 3302 3435 0 0 1 2 interp_poly 61 15 -47 -199 3292 3577 3 MP PP 3292 3577 0 0.0625 1 3245 3378 0 0.438 1 3292 3577 0 0.0625 1 2 interp_poly 3245 3378 0 0.438 1 3306 3393 0 0.375 1 3245 3378 0 0.438 1 2 interp_poly -47 -358 61 15 3245 3378 3 MP PP 3245 3378 0 0.438 1 3306 3393 0 0.375 1 3245 3378 0 0.438 1 2 interp_poly 3306 3393 0 0.375 1 3259 3035 0.0625 1 1 3306 3393 0 0.375 1 2 interp_poly 60 -44 -46 -36 3290 4269 3 MP PP 3290 4269 0 0 0.562 3244 4233 0 0 0.625 3290 4269 0 0 0.562 2 interp_poly 3244 4233 0 0 0.625 3304 4189 0 0 0.688 3244 4233 0 0 0.625 2 interp_poly -46 -39 60 -44 3244 4233 3 MP PP 3244 4233 0 0 0.625 3304 4189 0 0 0.688 3244 4233 0 0 0.625 2 interp_poly 3304 4189 0 0 0.688 3258 4150 0 0 0.688 3304 4189 0 0 0.688 2 interp_poly 60 2 -46 -22 3286 4045 3 MP PP 3286 4045 0 0 0.75 3240 4023 0 0 0.75 3286 4045 0 0 0.75 2 interp_poly 3240 4023 0 0 0.75 3300 4025 0 0 0.75 3240 4023 0 0 0.75 2 interp_poly -46 -20 60 2 3240 4023 3 MP PP 3240 4023 0 0 0.75 3300 4025 0 0 0.75 3240 4023 0 0 0.75 2 interp_poly 3300 4025 0 0 0.75 3254 4005 0 0 0.688 3300 4025 0 0 0.75 2 interp_poly 61 -16 -47 -22 3285 4598 3 MP PP 3285 4598 0 0 0.562 3238 4576 0 0 0.562 3285 4598 0 0 0.562 2 interp_poly 3238 4576 0 0 0.562 3299 4560 0 0 0.562 3238 4576 0 0 0.562 2 interp_poly -47 -22 61 -16 3238 4576 3 MP PP 3238 4576 0 0 0.562 3299 4560 0 0 0.562 3238 4576 0 0 0.562 2 interp_poly 3299 4560 0 0 0.562 3252 4538 0 0 0.562 3299 4560 0 0 0.562 2 interp_poly 61 -8 -47 -38 3282 3939 3 MP PP 3282 3939 0 0 0.688 3235 3901 0 0 0.75 3282 3939 0 0 0.688 2 interp_poly 3235 3901 0 0 0.75 3296 3893 0 0 0.688 3235 3901 0 0 0.75 2 interp_poly -46 -53 61 -8 3235 3901 3 MP PP 3235 3901 0 0 0.75 3296 3893 0 0 0.688 3235 3901 0 0 0.75 2 interp_poly 3296 3893 0 0 0.688 3250 3840 0 0 0.75 3296 3893 0 0 0.688 2 interp_poly 61 -16 -46 -22 3280 4463 3 MP PP 3280 4463 0 0 0.562 3234 4441 0 0 0.562 3280 4463 0 0 0.562 2 interp_poly 3234 4441 0 0 0.562 3295 4425 0 0 0.562 3234 4441 0 0 0.562 2 interp_poly -47 -21 61 -16 3234 4441 3 MP PP 3234 4441 0 0 0.562 3295 4425 0 0 0.562 3234 4441 0 0 0.562 2 interp_poly 3295 4425 0 0 0.562 3248 4404 0 0 0.562 3295 4425 0 0 0.562 2 interp_poly 61 -13 -47 -23 3209 3573 3 MP PP 3209 3573 0 0 0.625 3162 3550 0 0 0.688 3209 3573 0 0 0.625 2 interp_poly 3162 3550 0 0 0.688 3223 3537 0 0 0.625 3162 3550 0 0 0.688 2 interp_poly -46 -13 60 28 3195 3558 3 MP PP 3195 3558 0 0 0.75 3255 3586 0 0 0.688 3195 3558 0 0 0.75 2 interp_poly 3255 3586 0 0 0.688 3209 3573 0 0 0.625 3255 3586 0 0 0.688 2 interp_poly -47 -18 61 -13 3162 3550 3 MP PP 3162 3550 0 0 0.688 3223 3537 0 0 0.625 3162 3550 0 0 0.688 2 interp_poly 3223 3537 0 0 0.625 3176 3519 0 0 0.625 3223 3537 0 0 0.625 2 interp_poly -47 -18 61 -9 3176 3519 3 MP PP 3176 3519 0 0 0.625 3237 3510 0 0 0.625 3176 3519 0 0 0.625 2 interp_poly 3237 3510 0 0 0.625 3190 3492 0 0 0.625 3237 3510 0 0 0.625 2 interp_poly 61 -9 -47 -18 3223 3537 3 MP PP 3223 3537 0 0 0.625 3176 3519 0 0 0.625 3223 3537 0 0 0.625 2 interp_poly 3176 3519 0 0 0.625 3237 3510 0 0 0.625 3176 3519 0 0 0.625 2 interp_poly 60 28 -46 164 3241 3394 3 MP PP 3241 3394 0 0.125 1 3195 3558 0 0 0.75 3241 3394 0 0.125 1 2 interp_poly 3195 3558 0 0 0.75 3255 3586 0 0 0.688 3195 3558 0 0 0.75 2 interp_poly 61 22 -47 -121 3278 3676 3 MP PP 3278 3676 0 0 0.938 3231 3555 0 0.188 1 3278 3676 0 0 0.938 2 interp_poly 3231 3555 0 0.188 1 3292 3577 0 0.0625 1 3231 3555 0 0.188 1 2 interp_poly -47 -199 61 22 3231 3555 3 MP PP 3231 3555 0 0.188 1 3292 3577 0 0.0625 1 3231 3555 0 0.188 1 2 interp_poly 3292 3577 0 0.0625 1 3245 3378 0 0.438 1 3292 3577 0 0.0625 1 2 interp_poly 60 -30 -46 -24 3276 4323 3 MP PP 3276 4323 0 0 0.562 3230 4299 0 0 0.562 3276 4323 0 0 0.562 2 interp_poly 3230 4299 0 0 0.562 3290 4269 0 0 0.562 3230 4299 0 0 0.562 2 interp_poly -46 -36 60 -30 3230 4299 3 MP PP 3230 4299 0 0 0.562 3290 4269 0 0 0.562 3230 4299 0 0 0.562 2 interp_poly 3290 4269 0 0 0.562 3244 4233 0 0 0.625 3290 4269 0 0 0.562 2 interp_poly 60 -11 -46 -31 3272 4087 3 MP PP 3272 4087 0 0 0.75 3226 4056 0 0 0.75 3272 4087 0 0 0.75 2 interp_poly 3226 4056 0 0 0.75 3286 4045 0 0 0.75 3226 4056 0 0 0.75 2 interp_poly -46 -22 60 -11 3226 4056 3 MP PP 3226 4056 0 0 0.75 3286 4045 0 0 0.75 3226 4056 0 0 0.75 2 interp_poly 3286 4045 0 0 0.75 3240 4023 0 0 0.75 3286 4045 0 0 0.75 2 interp_poly -47 -22 61 -16 3224 4614 3 MP PP 3224 4614 0 0 0.562 3285 4598 0 0 0.562 3224 4614 0 0 0.562 2 interp_poly 3285 4598 0 0 0.562 3238 4576 0 0 0.562 3285 4598 0 0 0.562 2 interp_poly 61 -9 -47 -30 3268 3978 3 MP PP 3268 3978 0 0 0.688 3221 3948 0 0 0.688 3268 3978 0 0 0.688 2 interp_poly 3221 3948 0 0 0.688 3282 3939 0 0 0.688 3221 3948 0 0 0.688 2 interp_poly -47 -38 61 -9 3221 3948 3 MP PP 3221 3948 0 0 0.688 3282 3939 0 0 0.688 3221 3948 0 0 0.688 2 interp_poly 3282 3939 0 0 0.688 3235 3901 0 0 0.75 3282 3939 0 0 0.688 2 interp_poly 60 -16 -46 -22 3266 4501 3 MP PP 3266 4501 0 0 0.562 3220 4479 0 0 0.562 3266 4501 0 0 0.562 2 interp_poly 3220 4479 0 0 0.562 3280 4463 0 0 0.562 3220 4479 0 0 0.562 2 interp_poly -46 -22 60 -16 3220 4479 3 MP PP 3220 4479 0 0 0.562 3280 4463 0 0 0.562 3220 4479 0 0 0.562 2 interp_poly 3280 4463 0 0 0.562 3234 4441 0 0 0.562 3280 4463 0 0 0.562 2 interp_poly 61 11 -47 -94 3264 3759 3 MP PP 3264 3759 0 0 0.875 3217 3665 0 0 1 3264 3759 0 0 0.875 2 interp_poly 3217 3665 0 0 1 3278 3676 0 0 0.938 3217 3665 0 0 1 2 interp_poly -47 -121 61 11 3217 3665 3 MP PP 3217 3665 0 0 1 3278 3676 0 0 0.938 3217 3665 0 0 1 2 interp_poly 3278 3676 0 0 0.938 3231 3555 0 0.188 1 3278 3676 0 0 0.938 2 interp_poly 60 -19 -46 -22 3262 4364 3 MP PP 3262 4364 0 0 0.562 3216 4342 0 0 0.562 3262 4364 0 0 0.562 2 interp_poly 3216 4342 0 0 0.562 3276 4323 0 0 0.562 3216 4342 0 0 0.562 2 interp_poly -46 -24 60 -19 3216 4342 3 MP PP 3216 4342 0 0 0.562 3276 4323 0 0 0.562 3216 4342 0 0 0.562 2 interp_poly 3276 4323 0 0 0.562 3230 4299 0 0 0.562 3276 4323 0 0 0.562 2 interp_poly -47 310 61 -199 3213 2808 3 MP PP 3213 2808 0.5 1 0.562 3274 2609 0.875 1 0.188 3213 2808 0.5 1 0.562 2 interp_poly 3274 2609 0.875 1 0.188 3227 2919 0.188 1 0.875 3274 2609 0.875 1 0.188 2 interp_poly 61 -199 -46 -227 3259 3035 3 MP PP 3259 3035 0.0625 1 1 3213 2808 0.5 1 0.562 3259 3035 0.0625 1 1 2 interp_poly 3213 2808 0.5 1 0.562 3274 2609 0.875 1 0.188 3213 2808 0.5 1 0.562 2 interp_poly 61 -25 -47 -38 3258 4150 3 MP PP 3258 4150 0 0 0.688 3211 4112 0 0 0.75 3258 4150 0 0 0.688 2 interp_poly 3211 4112 0 0 0.75 3272 4087 0 0 0.75 3211 4112 0 0 0.75 2 interp_poly -46 -31 61 -25 3211 4112 3 MP PP 3211 4112 0 0 0.75 3272 4087 0 0 0.75 3211 4112 0 0 0.75 2 interp_poly 3272 4087 0 0 0.75 3226 4056 0 0 0.75 3272 4087 0 0 0.75 2 interp_poly 61 -9 -47 -18 3254 4005 3 MP PP 3254 4005 0 0 0.688 3207 3987 0 0 0.688 3254 4005 0 0 0.688 2 interp_poly 3207 3987 0 0 0.688 3268 3978 0 0 0.688 3207 3987 0 0 0.688 2 interp_poly -47 -30 61 -9 3207 3987 3 MP PP 3207 3987 0 0 0.688 3268 3978 0 0 0.688 3207 3987 0 0 0.688 2 interp_poly 3268 3978 0 0 0.688 3221 3948 0 0 0.688 3268 3978 0 0 0.688 2 interp_poly 60 -16 -46 -21 3252 4538 3 MP PP 3252 4538 0 0 0.562 3206 4517 0 0 0.562 3252 4538 0 0 0.562 2 interp_poly 3206 4517 0 0 0.562 3266 4501 0 0 0.562 3206 4517 0 0 0.562 2 interp_poly -46 -22 60 -16 3206 4517 3 MP PP 3206 4517 0 0 0.562 3266 4501 0 0 0.562 3206 4517 0 0 0.562 2 interp_poly 3266 4501 0 0 0.562 3220 4479 0 0 0.562 3266 4501 0 0 0.562 2 interp_poly 61 -4 -47 -77 3250 3840 3 MP PP 3250 3840 0 0 0.75 3203 3763 0 0 0.875 3250 3840 0 0 0.75 2 interp_poly 3203 3763 0 0 0.875 3264 3759 0 0 0.875 3203 3763 0 0 0.875 2 interp_poly -47 -94 61 -4 3203 3763 3 MP PP 3203 3763 0 0 0.875 3264 3759 0 0 0.875 3203 3763 0 0 0.875 2 interp_poly 3264 3759 0 0 0.875 3217 3665 0 0 1 3264 3759 0 0 0.875 2 interp_poly 60 -18 -46 -22 3248 4404 3 MP PP 3248 4404 0 0 0.562 3202 4382 0 0 0.562 3248 4404 0 0 0.562 2 interp_poly 3202 4382 0 0 0.562 3262 4364 0 0 0.562 3202 4382 0 0 0.562 2 interp_poly -46 -22 60 -18 3202 4382 3 MP PP 3202 4382 0 0 0.562 3262 4364 0 0 0.562 3202 4382 0 0 0.562 2 interp_poly 3262 4364 0 0 0.562 3216 4342 0 0 0.562 3262 4364 0 0 0.562 2 interp_poly -46 -17 60 -17 3164 3160 3 MP PP 3164 3160 0 0 0.562 3224 3143 0 0 0.562 3164 3160 0 0 0.562 2 interp_poly 3224 3143 0 0 0.562 3178 3126 0 0 0.562 3224 3143 0 0 0.562 2 interp_poly 60 -17 -46 -20 3210 3180 3 MP PP 3210 3180 0 0 0.562 3164 3160 0 0 0.562 3210 3180 0 0 0.562 2 interp_poly 3164 3160 0 0 0.562 3224 3143 0 0 0.562 3164 3160 0 0 0.562 2 interp_poly -47 -22 61 -16 3113 3012 3 MP PP 3113 3012 0 0 0.562 3174 2996 0 0 0.562 3113 3012 0 0 0.562 2 interp_poly 3174 2996 0 0 0.562 3127 2974 0 0 0.562 3174 2996 0 0 0.562 2 interp_poly 61 -16 -46 -21 3159 3033 3 MP PP 3159 3033 0 0 0.562 3113 3012 0 0 0.562 3159 3033 0 0 0.562 2 interp_poly 3113 3012 0 0 0.562 3174 2996 0 0 0.562 3113 3012 0 0 0.562 2 interp_poly -47 -19 61 -16 3117 3142 3 MP PP 3117 3142 0 0 0.562 3178 3126 0 0 0.562 3117 3142 0 0 0.562 2 interp_poly 3178 3126 0 0 0.562 3131 3107 0 0 0.562 3178 3126 0 0 0.562 2 interp_poly 61 -16 -47 -18 3164 3160 3 MP PP 3164 3160 0 0 0.562 3117 3142 0 0 0.562 3164 3160 0 0 0.562 2 interp_poly 3117 3142 0 0 0.562 3178 3126 0 0 0.562 3117 3142 0 0 0.562 2 interp_poly -47 -18 61 -15 3121 3266 3 MP PP 3121 3266 0 0 0.562 3182 3251 0 0 0.562 3121 3266 0 0 0.562 2 interp_poly 3182 3251 0 0 0.562 3135 3233 0 0 0.562 3182 3251 0 0 0.562 2 interp_poly 61 -15 -47 -23 3168 3289 3 MP PP 3168 3289 0 0 0.562 3121 3266 0 0 0.562 3168 3289 0 0 0.562 2 interp_poly 3121 3266 0 0 0.562 3182 3251 0 0 0.562 3121 3266 0 0 0.562 2 interp_poly 61 -16 -47 -22 3174 2996 3 MP PP 3174 2996 0 0 0.562 3127 2974 0 0 0.562 3174 2996 0 0 0.562 2 interp_poly 3127 2974 0 0 0.562 3188 2958 0 0 0.562 3127 2974 0 0 0.562 2 interp_poly -47 -20 61 -17 3131 3107 3 MP PP 3131 3107 0 0 0.562 3192 3090 0 0 0.562 3131 3107 0 0 0.562 2 interp_poly 3192 3090 0 0 0.562 3145 3070 0 0 0.562 3192 3090 0 0 0.562 2 interp_poly 61 -17 -47 -19 3178 3126 3 MP PP 3178 3126 0 0 0.562 3131 3107 0 0 0.562 3178 3126 0 0 0.562 2 interp_poly 3131 3107 0 0 0.562 3192 3090 0 0 0.562 3131 3107 0 0 0.562 2 interp_poly -46 -19 61 -16 3135 3233 3 MP PP 3135 3233 0 0 0.562 3196 3217 0 0 0.562 3135 3233 0 0 0.562 2 interp_poly 3196 3217 0 0 0.562 3150 3198 0 0 0.562 3196 3217 0 0 0.562 2 interp_poly 61 -16 -47 -18 3182 3251 3 MP PP 3182 3251 0 0 0.562 3135 3233 0 0 0.562 3182 3251 0 0 0.562 2 interp_poly 3135 3233 0 0 0.562 3196 3217 0 0 0.562 3135 3233 0 0 0.562 2 interp_poly -46 -16 60 -15 3140 3356 3 MP PP 3140 3356 0 0 0.562 3200 3341 0 0 0.562 3140 3356 0 0 0.562 2 interp_poly 3200 3341 0 0 0.562 3154 3325 0 0 0.562 3200 3341 0 0 0.562 2 interp_poly 60 -15 -46 -19 3186 3375 3 MP PP 3186 3375 0 0 0.562 3140 3356 0 0 0.562 3186 3375 0 0 0.562 2 interp_poly 3140 3356 0 0 0.562 3200 3341 0 0 0.562 3140 3356 0 0 0.562 2 interp_poly -47 -20 61 -17 3145 3070 3 MP PP 3145 3070 0 0 0.562 3206 3053 0 0 0.562 3145 3070 0 0 0.562 2 interp_poly 3206 3053 0 0 0.562 3159 3033 0 0 0.562 3206 3053 0 0 0.562 2 interp_poly 61 -17 -47 -20 3192 3090 3 MP PP 3192 3090 0 0 0.562 3145 3070 0 0 0.562 3192 3090 0 0 0.562 2 interp_poly 3145 3070 0 0 0.562 3206 3053 0 0 0.562 3145 3070 0 0 0.562 2 interp_poly -46 -20 60 -18 3150 3198 3 MP PP 3150 3198 0 0 0.562 3210 3180 0 0 0.562 3150 3198 0 0 0.562 2 interp_poly 3210 3180 0 0 0.562 3164 3160 0 0 0.562 3210 3180 0 0 0.562 2 interp_poly 60 -18 -46 -19 3196 3217 3 MP PP 3196 3217 0 0 0.562 3150 3198 0 0 0.562 3196 3217 0 0 0.562 2 interp_poly 3150 3198 0 0 0.562 3210 3180 0 0 0.562 3150 3198 0 0 0.562 2 interp_poly -46 -20 60 -16 3154 3325 3 MP PP 3154 3325 0 0 0.562 3214 3309 0 0 0.562 3154 3325 0 0 0.562 2 interp_poly 3214 3309 0 0 0.562 3168 3289 0 0 0.562 3214 3309 0 0 0.562 2 interp_poly 60 -16 -46 -16 3200 3341 3 MP PP 3200 3341 0 0 0.562 3154 3325 0 0 0.562 3200 3341 0 0 0.562 2 interp_poly 3154 3325 0 0 0.562 3214 3309 0 0 0.562 3154 3325 0 0 0.562 2 interp_poly -46 -20 61 -17 3159 3033 3 MP PP 3159 3033 0 0 0.562 3220 3016 0 0 0.562 3159 3033 0 0 0.562 2 interp_poly 3220 3016 0 0 0.562 3174 2996 0 0 0.562 3220 3016 0 0 0.562 2 interp_poly 61 -17 -47 -20 3206 3053 3 MP PP 3206 3053 0 0 0.562 3159 3033 0 0 0.562 3206 3053 0 0 0.562 2 interp_poly 3159 3033 0 0 0.562 3220 3016 0 0 0.562 3159 3033 0 0 0.562 2 interp_poly -46 -20 60 -18 3168 3289 3 MP PP 3168 3289 0 0 0.562 3228 3271 0 0 0.562 3168 3289 0 0 0.562 2 interp_poly 3228 3271 0 0 0.562 3182 3251 0 0 0.562 3228 3271 0 0 0.562 2 interp_poly 60 -18 -46 -20 3214 3309 3 MP PP 3214 3309 0 0 0.562 3168 3289 0 0 0.562 3214 3309 0 0 0.562 2 interp_poly 3168 3289 0 0 0.562 3228 3271 0 0 0.562 3168 3289 0 0 0.562 2 interp_poly -46 430 61 -73 3166 2992 3 MP PP 3166 2992 0.0625 1 1 3227 2919 0.188 1 0.875 3166 2992 0.0625 1 1 2 interp_poly 3227 2919 0.188 1 0.875 3181 3349 0 0.25 1 3227 2919 0.188 1 0.875 2 interp_poly 60 45 -46 430 3227 2919 3 MP PP 3227 2919 0.188 1 0.875 3181 3349 0 0.25 1 3227 2919 0.188 1 0.875 2 interp_poly 3181 3349 0 0.25 1 3241 3394 0 0.125 1 3181 3349 0 0.25 1 2 interp_poly 60 -72 -46 -271 3245 3378 3 MP PP 3245 3378 0 0.438 1 3199 3107 0 0.938 1 3245 3378 0 0.438 1 2 interp_poly 3199 3107 0 0.938 1 3259 3035 0.0625 1 1 3199 3107 0 0.938 1 2 interp_poly 61 -73 -47 184 3213 2808 3 MP PP 3213 2808 0.5 1 0.562 3166 2992 0.0625 1 1 3213 2808 0.5 1 0.562 2 interp_poly 3166 2992 0.0625 1 1 3227 2919 0.188 1 0.875 3166 2992 0.0625 1 1 2 interp_poly -46 -227 60 -72 3199 3107 3 MP PP 3199 3107 0 0.938 1 3259 3035 0.0625 1 1 3199 3107 0 0.938 1 2 interp_poly 3259 3035 0.0625 1 1 3213 2808 0.5 1 0.562 3259 3035 0.0625 1 1 2 interp_poly 61 -43 -47 -40 3244 4233 3 MP PP 3244 4233 0 0 0.625 3197 4193 0 0 0.625 3244 4233 0 0 0.625 2 interp_poly 3197 4193 0 0 0.625 3258 4150 0 0 0.688 3197 4193 0 0 0.625 2 interp_poly -47 -38 61 -43 3197 4193 3 MP PP 3197 4193 0 0 0.625 3258 4150 0 0 0.688 3197 4193 0 0 0.625 2 interp_poly 3258 4150 0 0 0.688 3211 4112 0 0 0.75 3258 4150 0 0 0.688 2 interp_poly 61 -1 -47 -17 3240 4023 3 MP PP 3240 4023 0 0 0.75 3193 4006 0 0 0.75 3240 4023 0 0 0.75 2 interp_poly 3193 4006 0 0 0.75 3254 4005 0 0 0.688 3193 4006 0 0 0.75 2 interp_poly -47 -18 61 -1 3193 4006 3 MP PP 3193 4006 0 0 0.75 3254 4005 0 0 0.688 3193 4006 0 0 0.75 2 interp_poly 3254 4005 0 0 0.688 3207 3987 0 0 0.688 3254 4005 0 0 0.688 2 interp_poly 60 -17 -46 -21 3238 4576 3 MP PP 3238 4576 0 0 0.562 3192 4555 0 0 0.562 3238 4576 0 0 0.562 2 interp_poly 3192 4555 0 0 0.562 3252 4538 0 0 0.562 3192 4555 0 0 0.562 2 interp_poly -46 -21 60 -17 3192 4555 3 MP PP 3192 4555 0 0 0.562 3252 4538 0 0 0.562 3192 4555 0 0 0.562 2 interp_poly 3252 4538 0 0 0.562 3206 4517 0 0 0.562 3252 4538 0 0 0.562 2 interp_poly 61 -16 -46 -45 3235 3901 3 MP PP 3235 3901 0 0 0.75 3189 3856 0 0 0.812 3235 3901 0 0 0.75 2 interp_poly 3189 3856 0 0 0.812 3250 3840 0 0 0.75 3189 3856 0 0 0.812 2 interp_poly -47 -77 61 -16 3189 3856 3 MP PP 3189 3856 0 0 0.812 3250 3840 0 0 0.75 3189 3856 0 0 0.812 2 interp_poly 3250 3840 0 0 0.75 3203 3763 0 0 0.875 3250 3840 0 0 0.75 2 interp_poly 61 -16 -47 -21 3234 4441 3 MP PP 3234 4441 0 0 0.562 3187 4420 0 0 0.562 3234 4441 0 0 0.562 2 interp_poly 3187 4420 0 0 0.562 3248 4404 0 0 0.562 3187 4420 0 0 0.562 2 interp_poly -46 -22 61 -16 3187 4420 3 MP PP 3187 4420 0 0 0.562 3248 4404 0 0 0.562 3187 4420 0 0 0.562 2 interp_poly 3248 4404 0 0 0.562 3202 4382 0 0 0.562 3248 4404 0 0 0.562 2 interp_poly -46 -19 60 -14 3126 3389 3 MP PP 3126 3389 0 0 0.562 3186 3375 0 0 0.562 3126 3389 0 0 0.562 2 interp_poly 3186 3375 0 0 0.562 3140 3356 0 0 0.562 3186 3375 0 0 0.562 2 interp_poly 60 -14 -46 -15 3172 3404 3 MP PP 3172 3404 0 0 0.625 3126 3389 0 0 0.562 3172 3404 0 0 0.625 2 interp_poly 3126 3389 0 0 0.562 3186 3375 0 0 0.562 3126 3389 0 0 0.562 2 interp_poly -47 -17 61 -19 3158 3440 3 MP PP 3158 3440 0 0 0.625 3219 3421 0 0 0.625 3158 3440 0 0 0.625 2 interp_poly 3219 3421 0 0 0.625 3172 3404 0 0 0.625 3219 3421 0 0 0.625 2 interp_poly 61 -19 -46 -17 3204 3457 3 MP PP 3204 3457 0 0 0.625 3158 3440 0 0 0.625 3204 3457 0 0 0.625 2 interp_poly 3158 3440 0 0 0.625 3219 3421 0 0 0.625 3158 3440 0 0 0.625 2 interp_poly -47 -16 61 -13 3172 3404 3 MP PP 3172 3404 0 0 0.625 3233 3391 0 0 0.625 3172 3404 0 0 0.625 2 interp_poly 3233 3391 0 0 0.625 3186 3375 0 0 0.562 3233 3391 0 0 0.625 2 interp_poly 61 -13 -47 -17 3219 3421 3 MP PP 3219 3421 0 0 0.625 3172 3404 0 0 0.625 3219 3421 0 0 0.625 2 interp_poly 3172 3404 0 0 0.625 3233 3391 0 0 0.625 3172 3404 0 0 0.625 2 interp_poly -46 -20 60 -16 3130 3508 3 MP PP 3130 3508 0 0 0.625 3190 3492 0 0 0.625 3130 3508 0 0 0.625 2 interp_poly 3190 3492 0 0 0.625 3144 3472 0 0 0.625 3190 3492 0 0 0.625 2 interp_poly 60 -16 -46 -11 3176 3519 3 MP PP 3176 3519 0 0 0.625 3130 3508 0 0 0.625 3176 3519 0 0 0.625 2 interp_poly 3130 3508 0 0 0.625 3190 3492 0 0 0.625 3130 3508 0 0 0.625 2 interp_poly -46 -17 60 -15 3144 3472 3 MP PP 3144 3472 0 0 0.625 3204 3457 0 0 0.625 3144 3472 0 0 0.625 2 interp_poly 3204 3457 0 0 0.625 3158 3440 0 0 0.625 3204 3457 0 0 0.625 2 interp_poly 60 -15 -46 -20 3190 3492 3 MP PP 3190 3492 0 0 0.625 3144 3472 0 0 0.625 3190 3492 0 0 0.625 2 interp_poly 3144 3472 0 0 0.625 3204 3457 0 0 0.625 3144 3472 0 0 0.625 2 interp_poly -46 164 60 45 3181 3349 3 MP PP 3181 3349 0 0.25 1 3241 3394 0 0.125 1 3181 3349 0 0.25 1 2 interp_poly 3241 3394 0 0.125 1 3195 3558 0 0 0.75 3241 3394 0 0.125 1 2 interp_poly 60 4 -46 -181 3231 3555 3 MP PP 3231 3555 0 0.188 1 3185 3374 0 0.5 1 3231 3555 0 0.188 1 2 interp_poly 3185 3374 0 0.5 1 3245 3378 0 0.438 1 3185 3374 0 0.5 1 2 interp_poly -46 -271 60 4 3185 3374 3 MP PP 3185 3374 0 0.5 1 3245 3378 0 0.438 1 3185 3374 0 0.5 1 2 interp_poly 3245 3378 0 0.438 1 3199 3107 0 0.938 1 3245 3378 0 0.438 1 2 interp_poly 61 -39 -47 -27 3230 4299 3 MP PP 3230 4299 0 0 0.562 3183 4272 0 0 0.562 3230 4299 0 0 0.562 2 interp_poly 3183 4272 0 0 0.562 3244 4233 0 0 0.625 3183 4272 0 0 0.562 2 interp_poly -47 -40 61 -39 3183 4272 3 MP PP 3183 4272 0 0 0.562 3244 4233 0 0 0.625 3183 4272 0 0 0.562 2 interp_poly 3244 4233 0 0 0.625 3197 4193 0 0 0.625 3244 4233 0 0 0.625 2 interp_poly 61 -4 -47 -29 3226 4056 3 MP PP 3226 4056 0 0 0.75 3179 4027 0 0 0.812 3226 4056 0 0 0.75 2 interp_poly 3179 4027 0 0 0.812 3240 4023 0 0 0.75 3179 4027 0 0 0.812 2 interp_poly -47 -17 61 -4 3179 4027 3 MP PP 3179 4027 0 0 0.812 3240 4023 0 0 0.75 3179 4027 0 0 0.812 2 interp_poly 3240 4023 0 0 0.75 3193 4006 0 0 0.75 3240 4023 0 0 0.75 2 interp_poly 60 -17 -46 -21 3224 4614 3 MP PP 3224 4614 0 0 0.562 3178 4593 0 0 0.562 3224 4614 0 0 0.562 2 interp_poly 3178 4593 0 0 0.562 3238 4576 0 0 0.562 3178 4593 0 0 0.562 2 interp_poly -46 -21 60 -17 3178 4593 3 MP PP 3178 4593 0 0 0.562 3238 4576 0 0 0.562 3178 4593 0 0 0.562 2 interp_poly 3238 4576 0 0 0.562 3192 4555 0 0 0.562 3238 4576 0 0 0.562 2 interp_poly 60 -16 -46 -31 3221 3948 3 MP PP 3221 3948 0 0 0.688 3175 3917 0 0 0.75 3221 3948 0 0 0.688 2 interp_poly 3175 3917 0 0 0.75 3235 3901 0 0 0.75 3175 3917 0 0 0.75 2 interp_poly -46 -45 60 -16 3175 3917 3 MP PP 3175 3917 0 0 0.75 3235 3901 0 0 0.75 3175 3917 0 0 0.75 2 interp_poly 3235 3901 0 0 0.75 3189 3856 0 0 0.812 3235 3901 0 0 0.75 2 interp_poly 61 -17 -47 -21 3220 4479 3 MP PP 3220 4479 0 0 0.562 3173 4458 0 0 0.562 3220 4479 0 0 0.562 2 interp_poly 3173 4458 0 0 0.562 3234 4441 0 0 0.562 3173 4458 0 0 0.562 2 interp_poly -47 -21 61 -17 3173 4458 3 MP PP 3173 4458 0 0 0.562 3234 4441 0 0 0.562 3173 4458 0 0 0.562 2 interp_poly 3234 4441 0 0 0.562 3187 4420 0 0 0.562 3234 4441 0 0 0.562 2 interp_poly -46 -20 60 -4 3102 3554 3 MP PP 3102 3554 0 0 0.688 3162 3550 0 0 0.688 3102 3554 0 0 0.688 2 interp_poly 3162 3550 0 0 0.688 3116 3530 0 0 0.625 3162 3550 0 0 0.688 2 interp_poly 60 -4 -46 -18 3148 3572 3 MP PP 3148 3572 0 0 0.688 3102 3554 0 0 0.688 3148 3572 0 0 0.688 2 interp_poly 3102 3554 0 0 0.688 3162 3550 0 0 0.688 3102 3554 0 0 0.688 2 interp_poly -46 -11 60 -11 3116 3530 3 MP PP 3116 3530 0 0 0.625 3176 3519 0 0 0.625 3116 3530 0 0 0.625 2 interp_poly 3176 3519 0 0 0.625 3130 3508 0 0 0.625 3176 3519 0 0 0.625 2 interp_poly 60 -11 -46 -20 3162 3550 3 MP PP 3162 3550 0 0 0.688 3116 3530 0 0 0.625 3162 3550 0 0 0.688 2 interp_poly 3116 3530 0 0 0.625 3176 3519 0 0 0.625 3116 3530 0 0 0.625 2 interp_poly -47 -23 61 1 3148 3572 3 MP PP 3148 3572 0 0 0.688 3209 3573 0 0 0.625 3148 3572 0 0 0.688 2 interp_poly 3209 3573 0 0 0.625 3162 3550 0 0 0.688 3209 3573 0 0 0.625 2 interp_poly -47 14 61 35 3134 3523 3 MP PP 3134 3523 0 0 0.875 3195 3558 0 0 0.75 3134 3523 0 0 0.875 2 interp_poly 3195 3558 0 0 0.75 3148 3572 0 0 0.688 3195 3558 0 0 0.75 2 interp_poly -47 -23 61 -15 3097 3455 3 MP PP 3097 3455 0 0 0.625 3158 3440 0 0 0.625 3097 3455 0 0 0.625 2 interp_poly 3158 3440 0 0 0.625 3111 3417 0 0 0.625 3158 3440 0 0 0.625 2 interp_poly 61 -15 -47 -17 3144 3472 3 MP PP 3144 3472 0 0 0.625 3097 3455 0 0 0.625 3144 3472 0 0 0.625 2 interp_poly 3097 3455 0 0 0.625 3158 3440 0 0 0.625 3097 3455 0 0 0.625 2 interp_poly -46 -15 61 -13 3111 3417 3 MP PP 3111 3417 0 0 0.625 3172 3404 0 0 0.625 3111 3417 0 0 0.625 2 interp_poly 3172 3404 0 0 0.625 3126 3389 0 0 0.562 3172 3404 0 0 0.625 2 interp_poly 61 -13 -47 -23 3158 3440 3 MP PP 3158 3440 0 0 0.625 3111 3417 0 0 0.625 3158 3440 0 0 0.625 2 interp_poly 3111 3417 0 0 0.625 3172 3404 0 0 0.625 3111 3417 0 0 0.625 2 interp_poly 61 35 -47 174 3181 3349 3 MP PP 3181 3349 0 0.25 1 3134 3523 0 0 0.875 3181 3349 0 0.25 1 2 interp_poly 3134 3523 0 0 0.875 3195 3558 0 0 0.75 3134 3523 0 0 0.875 2 interp_poly 61 1 -47 14 3195 3558 3 MP PP 3195 3558 0 0 0.75 3148 3572 0 0 0.688 3195 3558 0 0 0.75 2 interp_poly 3148 3572 0 0 0.688 3209 3573 0 0 0.625 3148 3572 0 0 0.688 2 interp_poly 60 19 -46 -129 3217 3665 3 MP PP 3217 3665 0 0 1 3171 3536 0 0.25 1 3217 3665 0 0 1 2 interp_poly 3171 3536 0 0.25 1 3231 3555 0 0.188 1 3171 3536 0 0.25 1 2 interp_poly -46 -181 60 19 3171 3536 3 MP PP 3171 3536 0 0.25 1 3231 3555 0 0.188 1 3171 3536 0 0.25 1 2 interp_poly 3231 3555 0 0.188 1 3185 3374 0 0.5 1 3231 3555 0 0.188 1 2 interp_poly 61 -19 -47 -24 3216 4342 3 MP PP 3216 4342 0 0 0.562 3169 4318 0 0 0.562 3216 4342 0 0 0.562 2 interp_poly 3169 4318 0 0 0.562 3230 4299 0 0 0.562 3169 4318 0 0 0.562 2 interp_poly -47 -27 61 -19 3169 4318 3 MP PP 3169 4318 0 0 0.562 3230 4299 0 0 0.562 3169 4318 0 0 0.562 2 interp_poly 3230 4299 0 0 0.562 3183 4272 0 0 0.562 3230 4299 0 0 0.562 2 interp_poly 61 -21 -46 -35 3211 4112 3 MP PP 3211 4112 0 0 0.75 3165 4077 0 0 0.75 3211 4112 0 0 0.75 2 interp_poly 3165 4077 0 0 0.75 3226 4056 0 0 0.75 3165 4077 0 0 0.75 2 interp_poly -47 -29 61 -21 3165 4077 3 MP PP 3165 4077 0 0 0.75 3226 4056 0 0 0.75 3165 4077 0 0 0.75 2 interp_poly 3226 4056 0 0 0.75 3179 4027 0 0 0.812 3226 4056 0 0 0.75 2 interp_poly 60 -13 -46 -26 3207 3987 3 MP PP 3207 3987 0 0 0.688 3161 3961 0 0 0.75 3207 3987 0 0 0.688 2 interp_poly 3161 3961 0 0 0.75 3221 3948 0 0 0.688 3161 3961 0 0 0.75 2 interp_poly -46 -31 60 -13 3161 3961 3 MP PP 3161 3961 0 0 0.75 3221 3948 0 0 0.688 3161 3961 0 0 0.75 2 interp_poly 3221 3948 0 0 0.688 3175 3917 0 0 0.75 3221 3948 0 0 0.688 2 interp_poly 61 -17 -47 -21 3206 4517 3 MP PP 3206 4517 0 0 0.562 3159 4496 0 0 0.562 3206 4517 0 0 0.562 2 interp_poly 3159 4496 0 0 0.562 3220 4479 0 0 0.562 3159 4496 0 0 0.562 2 interp_poly -47 -21 61 -17 3159 4496 3 MP PP 3159 4496 0 0 0.562 3220 4479 0 0 0.562 3159 4496 0 0 0.562 2 interp_poly 3220 4479 0 0 0.562 3173 4458 0 0 0.562 3220 4479 0 0 0.562 2 interp_poly 60 4 -46 -102 3203 3763 3 MP PP 3203 3763 0 0 0.875 3157 3661 0 0.0625 1 3203 3763 0 0 0.875 2 interp_poly 3157 3661 0 0.0625 1 3217 3665 0 0 1 3157 3661 0 0.0625 1 2 interp_poly -46 -129 60 4 3157 3661 3 MP PP 3157 3661 0 0.0625 1 3217 3665 0 0 1 3157 3661 0 0.0625 1 2 interp_poly 3217 3665 0 0 1 3171 3536 0 0.25 1 3217 3665 0 0 1 2 interp_poly 61 -18 -47 -22 3202 4382 3 MP PP 3202 4382 0 0 0.562 3155 4360 0 0 0.562 3202 4382 0 0 0.562 2 interp_poly 3155 4360 0 0 0.562 3216 4342 0 0 0.562 3155 4360 0 0 0.562 2 interp_poly -47 -24 61 -18 3155 4360 3 MP PP 3155 4360 0 0 0.562 3216 4342 0 0 0.562 3155 4360 0 0 0.562 2 interp_poly 3216 4342 0 0 0.562 3169 4318 0 0 0.562 3216 4342 0 0 0.562 2 interp_poly -46 -18 60 -15 3057 3157 3 MP PP 3057 3157 0 0 0.562 3117 3142 0 0 0.562 3057 3157 0 0 0.562 2 interp_poly 3117 3142 0 0 0.562 3071 3124 0 0 0.562 3117 3142 0 0 0.562 2 interp_poly 60 -15 -46 -18 3103 3175 3 MP PP 3103 3175 0 0 0.562 3057 3157 0 0 0.562 3103 3175 0 0 0.562 2 interp_poly 3057 3157 0 0 0.562 3117 3142 0 0 0.562 3057 3157 0 0 0.562 2 interp_poly -46 -20 60 -15 3061 3281 3 MP PP 3061 3281 0 0 0.562 3121 3266 0 0 0.562 3061 3281 0 0 0.562 2 interp_poly 3121 3266 0 0 0.562 3075 3246 0 0 0.562 3121 3266 0 0 0.562 2 interp_poly 60 -15 -46 -23 3107 3304 3 MP PP 3107 3304 0 0 0.562 3061 3281 0 0 0.562 3107 3304 0 0 0.562 2 interp_poly 3061 3281 0 0 0.562 3121 3266 0 0 0.562 3061 3281 0 0 0.562 2 interp_poly -46 -21 60 -17 3071 3124 3 MP PP 3071 3124 0 0 0.562 3131 3107 0 0 0.562 3071 3124 0 0 0.562 2 interp_poly 3131 3107 0 0 0.562 3085 3086 0 0 0.562 3131 3107 0 0 0.562 2 interp_poly 60 -17 -46 -18 3117 3142 3 MP PP 3117 3142 0 0 0.562 3071 3124 0 0 0.562 3117 3142 0 0 0.562 2 interp_poly 3071 3124 0 0 0.562 3131 3107 0 0 0.562 3071 3124 0 0 0.562 2 interp_poly -46 -20 60 -13 3075 3246 3 MP PP 3075 3246 0 0 0.562 3135 3233 0 0 0.562 3075 3246 0 0 0.562 2 interp_poly 3135 3233 0 0 0.562 3089 3213 0 0 0.562 3135 3233 0 0 0.562 2 interp_poly 60 -13 -46 -20 3121 3266 3 MP PP 3121 3266 0 0 0.562 3075 3246 0 0 0.562 3121 3266 0 0 0.562 2 interp_poly 3075 3246 0 0 0.562 3135 3233 0 0 0.562 3075 3246 0 0 0.562 2 interp_poly -46 -21 60 -16 3085 3086 3 MP PP 3085 3086 0 0 0.562 3145 3070 0 0 0.562 3085 3086 0 0 0.562 2 interp_poly 3145 3070 0 0 0.562 3099 3049 0 0 0.562 3145 3070 0 0 0.562 2 interp_poly 60 -16 -46 -21 3131 3107 3 MP PP 3131 3107 0 0 0.562 3085 3086 0 0 0.562 3131 3107 0 0 0.562 2 interp_poly 3085 3086 0 0 0.562 3145 3070 0 0 0.562 3085 3086 0 0 0.562 2 interp_poly -47 -23 61 -15 3089 3213 3 MP PP 3089 3213 0 0 0.562 3150 3198 0 0 0.562 3089 3213 0 0 0.562 2 interp_poly 3150 3198 0 0 0.562 3103 3175 0 0 0.562 3150 3198 0 0 0.562 2 interp_poly 61 -15 -46 -20 3135 3233 3 MP PP 3135 3233 0 0 0.562 3089 3213 0 0 0.562 3135 3233 0 0 0.562 2 interp_poly 3089 3213 0 0 0.562 3150 3198 0 0 0.562 3089 3213 0 0 0.562 2 interp_poly -46 -21 60 -16 3099 3049 3 MP PP 3099 3049 0 0 0.562 3159 3033 0 0 0.562 3099 3049 0 0 0.562 2 interp_poly 3159 3033 0 0 0.562 3113 3012 0 0 0.562 3159 3033 0 0 0.562 2 interp_poly 60 -16 -46 -21 3145 3070 3 MP PP 3145 3070 0 0 0.562 3099 3049 0 0 0.562 3145 3070 0 0 0.562 2 interp_poly 3099 3049 0 0 0.562 3159 3033 0 0 0.562 3099 3049 0 0 0.562 2 interp_poly -47 -18 61 -15 3103 3175 3 MP PP 3103 3175 0 0 0.562 3164 3160 0 0 0.562 3103 3175 0 0 0.562 2 interp_poly 3164 3160 0 0 0.562 3117 3142 0 0 0.562 3164 3160 0 0 0.562 2 interp_poly 61 -15 -47 -23 3150 3198 3 MP PP 3150 3198 0 0 0.562 3103 3175 0 0 0.562 3150 3198 0 0 0.562 2 interp_poly 3103 3175 0 0 0.562 3164 3160 0 0 0.562 3103 3175 0 0 0.562 2 interp_poly -47 -23 61 -15 3107 3304 3 MP PP 3107 3304 0 0 0.562 3168 3289 0 0 0.562 3107 3304 0 0 0.562 2 interp_poly 3168 3289 0 0 0.562 3121 3266 0 0 0.562 3168 3289 0 0 0.562 2 interp_poly 61 -15 -47 -21 3154 3325 3 MP PP 3154 3325 0 0 0.562 3107 3304 0 0 0.562 3154 3325 0 0 0.562 2 interp_poly 3107 3304 0 0 0.562 3168 3289 0 0 0.562 3107 3304 0 0 0.562 2 interp_poly -46 316 60 -72 3106 3064 3 MP PP 3106 3064 0 0.938 1 3166 2992 0.0625 1 1 3106 3064 0 0.938 1 2 interp_poly 3166 2992 0.0625 1 1 3120 3308 0 0.375 1 3166 2992 0.0625 1 1 2 interp_poly 60 -72 -46 114 3152 2950 3 MP PP 3152 2950 0.25 1 0.812 3106 3064 0 0.938 1 3152 2950 0.25 1 0.812 2 interp_poly 3106 3064 0 0.938 1 3166 2992 0.0625 1 1 3106 3064 0 0.938 1 2 interp_poly -47 -21 61 -13 3093 3338 3 MP PP 3093 3338 0 0 0.562 3154 3325 0 0 0.562 3093 3338 0 0 0.562 2 interp_poly 3154 3325 0 0 0.562 3107 3304 0 0 0.562 3154 3325 0 0 0.562 2 interp_poly 61 -13 -47 -18 3140 3356 3 MP PP 3140 3356 0 0 0.562 3093 3338 0 0 0.562 3140 3356 0 0 0.562 2 interp_poly 3093 3338 0 0 0.562 3154 3325 0 0 0.562 3093 3338 0 0 0.562 2 interp_poly 61 41 -46 316 3166 2992 3 MP PP 3166 2992 0.0625 1 1 3120 3308 0 0.375 1 3166 2992 0.0625 1 1 2 interp_poly 3120 3308 0 0.375 1 3181 3349 0 0.25 1 3120 3308 0 0.375 1 2 interp_poly -47 184 61 -142 3152 2950 3 MP PP 3152 2950 0.25 1 0.812 3213 2808 0.5 1 0.562 3152 2950 0.25 1 0.812 2 interp_poly 3213 2808 0.5 1 0.562 3166 2992 0.0625 1 1 3213 2808 0.5 1 0.562 2 interp_poly 61 -142 -47 -157 3199 3107 3 MP PP 3199 3107 0 0.938 1 3152 2950 0.25 1 0.812 3199 3107 0 0.938 1 2 interp_poly 3152 2950 0.25 1 0.812 3213 2808 0.5 1 0.562 3152 2950 0.25 1 0.812 2 interp_poly 60 -38 -46 -43 3197 4193 3 MP PP 3197 4193 0 0 0.625 3151 4150 0 0 0.688 3197 4193 0 0 0.625 2 interp_poly 3151 4150 0 0 0.688 3211 4112 0 0 0.75 3151 4150 0 0 0.688 2 interp_poly -46 -35 60 -38 3151 4150 3 MP PP 3151 4150 0 0 0.688 3211 4112 0 0 0.75 3151 4150 0 0 0.688 2 interp_poly 3211 4112 0 0 0.75 3165 4077 0 0 0.75 3211 4112 0 0 0.75 2 interp_poly 60 0 -46 -19 3193 4006 3 MP PP 3193 4006 0 0 0.75 3147 3987 0 0 0.75 3193 4006 0 0 0.75 2 interp_poly 3147 3987 0 0 0.75 3207 3987 0 0 0.688 3147 3987 0 0 0.75 2 interp_poly -46 -26 60 0 3147 3987 3 MP PP 3147 3987 0 0 0.75 3207 3987 0 0 0.688 3147 3987 0 0 0.75 2 interp_poly 3207 3987 0 0 0.688 3161 3961 0 0 0.75 3207 3987 0 0 0.688 2 interp_poly 61 -16 -47 -22 3192 4555 3 MP PP 3192 4555 0 0 0.562 3145 4533 0 0 0.562 3192 4555 0 0 0.562 2 interp_poly 3145 4533 0 0 0.562 3206 4517 0 0 0.562 3145 4533 0 0 0.562 2 interp_poly -47 -21 61 -16 3145 4533 3 MP PP 3145 4533 0 0 0.562 3206 4517 0 0 0.562 3145 4533 0 0 0.562 2 interp_poly 3206 4517 0 0 0.562 3159 4496 0 0 0.562 3206 4517 0 0 0.562 2 interp_poly 61 -22 -47 -71 3189 3856 3 MP PP 3189 3856 0 0 0.812 3142 3785 0 0 0.875 3189 3856 0 0 0.812 2 interp_poly 3142 3785 0 0 0.875 3203 3763 0 0 0.875 3142 3785 0 0 0.875 2 interp_poly -46 -102 61 -22 3142 3785 3 MP PP 3142 3785 0 0 0.875 3203 3763 0 0 0.875 3142 3785 0 0 0.875 2 interp_poly 3203 3763 0 0 0.875 3157 3661 0 0.0625 1 3203 3763 0 0 0.875 2 interp_poly 61 -17 -46 -21 3187 4420 3 MP PP 3187 4420 0 0 0.562 3141 4399 0 0 0.562 3187 4420 0 0 0.562 2 interp_poly 3141 4399 0 0 0.562 3202 4382 0 0 0.562 3141 4399 0 0 0.562 2 interp_poly -47 -22 61 -17 3141 4399 3 MP PP 3141 4399 0 0 0.562 3202 4382 0 0 0.562 3141 4399 0 0 0.562 2 interp_poly 3202 4382 0 0 0.562 3155 4360 0 0 0.562 3202 4382 0 0 0.562 2 interp_poly -47 -17 61 -10 3065 3399 3 MP PP 3065 3399 0 0 0.625 3126 3389 0 0 0.562 3065 3399 0 0 0.625 2 interp_poly 3126 3389 0 0 0.562 3079 3372 0 0 0.562 3126 3389 0 0 0.562 2 interp_poly 61 -10 -46 -18 3111 3417 3 MP PP 3111 3417 0 0 0.625 3065 3399 0 0 0.625 3111 3417 0 0 0.625 2 interp_poly 3065 3399 0 0 0.625 3126 3389 0 0 0.562 3065 3399 0 0 0.625 2 interp_poly -47 -18 61 -16 3079 3372 3 MP PP 3079 3372 0 0 0.562 3140 3356 0 0 0.562 3079 3372 0 0 0.562 2 interp_poly 3140 3356 0 0 0.562 3093 3338 0 0 0.562 3140 3356 0 0 0.562 2 interp_poly 61 -16 -47 -17 3126 3389 3 MP PP 3126 3389 0 0 0.562 3079 3372 0 0 0.562 3126 3389 0 0 0.562 2 interp_poly 3079 3372 0 0 0.562 3140 3356 0 0 0.562 3079 3372 0 0 0.562 2 interp_poly -47 -17 61 -19 3083 3491 3 MP PP 3083 3491 0 0 0.625 3144 3472 0 0 0.625 3083 3491 0 0 0.625 2 interp_poly 3144 3472 0 0 0.625 3097 3455 0 0 0.625 3144 3472 0 0 0.625 2 interp_poly 61 -19 -47 -17 3130 3508 3 MP PP 3130 3508 0 0 0.625 3083 3491 0 0 0.625 3130 3508 0 0 0.625 2 interp_poly 3083 3491 0 0 0.625 3144 3472 0 0 0.625 3083 3491 0 0 0.625 2 interp_poly -47 174 61 41 3120 3308 3 MP PP 3120 3308 0 0.375 1 3181 3349 0 0.25 1 3120 3308 0 0.375 1 2 interp_poly 3181 3349 0 0.25 1 3134 3523 0 0 0.875 3181 3349 0 0.25 1 2 interp_poly 61 -55 -47 -212 3185 3374 3 MP PP 3185 3374 0 0.5 1 3138 3162 0 0.875 1 3185 3374 0 0.5 1 2 interp_poly 3138 3162 0 0.875 1 3199 3107 0 0.938 1 3138 3162 0 0.875 1 2 interp_poly -47 -157 61 -55 3138 3162 3 MP PP 3138 3162 0 0.875 1 3199 3107 0 0.938 1 3138 3162 0 0.875 1 2 interp_poly 3199 3107 0 0.938 1 3152 2950 0.25 1 0.812 3199 3107 0 0.938 1 2 interp_poly 60 -47 -46 -32 3183 4272 3 MP PP 3183 4272 0 0 0.562 3137 4240 0 0 0.562 3183 4272 0 0 0.562 2 interp_poly 3137 4240 0 0 0.562 3197 4193 0 0 0.625 3137 4240 0 0 0.562 2 interp_poly -46 -43 60 -47 3137 4240 3 MP PP 3137 4240 0 0 0.562 3197 4193 0 0 0.625 3137 4240 0 0 0.562 2 interp_poly 3197 4193 0 0 0.625 3151 4150 0 0 0.688 3197 4193 0 0 0.625 2 interp_poly 60 4 -46 -25 3179 4027 3 MP PP 3179 4027 0 0 0.812 3133 4002 0 0 0.812 3179 4027 0 0 0.812 2 interp_poly 3133 4002 0 0 0.812 3193 4006 0 0 0.75 3133 4002 0 0 0.812 2 interp_poly -46 -19 60 4 3133 4002 3 MP PP 3133 4002 0 0 0.812 3193 4006 0 0 0.75 3133 4002 0 0 0.812 2 interp_poly 3193 4006 0 0 0.75 3147 3987 0 0 0.75 3193 4006 0 0 0.75 2 interp_poly 61 -16 -47 -22 3178 4593 3 MP PP 3178 4593 0 0 0.562 3131 4571 0 0 0.562 3178 4593 0 0 0.562 2 interp_poly 3131 4571 0 0 0.562 3192 4555 0 0 0.562 3131 4571 0 0 0.562 2 interp_poly -47 -22 61 -16 3131 4571 3 MP PP 3131 4571 0 0 0.562 3192 4555 0 0 0.562 3131 4571 0 0 0.562 2 interp_poly 3192 4555 0 0 0.562 3145 4533 0 0 0.562 3192 4555 0 0 0.562 2 interp_poly 61 -20 -47 -41 3175 3917 3 MP PP 3175 3917 0 0 0.75 3128 3876 0 0 0.75 3175 3917 0 0 0.75 2 interp_poly 3128 3876 0 0 0.75 3189 3856 0 0 0.812 3128 3876 0 0 0.75 2 interp_poly -47 -71 61 -20 3128 3876 3 MP PP 3128 3876 0 0 0.75 3189 3856 0 0 0.812 3128 3876 0 0 0.75 2 interp_poly 3189 3856 0 0 0.812 3142 3785 0 0 0.875 3189 3856 0 0 0.812 2 interp_poly 60 -16 -46 -22 3173 4458 3 MP PP 3173 4458 0 0 0.562 3127 4436 0 0 0.562 3173 4458 0 0 0.562 2 interp_poly 3127 4436 0 0 0.562 3187 4420 0 0 0.562 3127 4436 0 0 0.562 2 interp_poly -46 -21 60 -16 3127 4436 3 MP PP 3127 4436 0 0 0.562 3187 4420 0 0 0.562 3127 4436 0 0 0.562 2 interp_poly 3187 4420 0 0 0.562 3141 4399 0 0 0.562 3187 4420 0 0 0.562 2 interp_poly -46 -21 60 -14 3023 3505 3 MP PP 3023 3505 0 0 0.625 3083 3491 0 0 0.625 3023 3505 0 0 0.625 2 interp_poly 3083 3491 0 0 0.625 3037 3470 0 0 0.625 3083 3491 0 0 0.625 2 interp_poly 60 -14 -46 -9 3069 3514 3 MP PP 3069 3514 0 0 0.625 3023 3505 0 0 0.625 3069 3514 0 0 0.625 2 interp_poly 3023 3505 0 0 0.625 3083 3491 0 0 0.625 3023 3505 0 0 0.625 2 interp_poly -46 -21 60 -15 3037 3470 3 MP PP 3037 3470 0 0 0.625 3097 3455 0 0 0.625 3037 3470 0 0 0.625 2 interp_poly 3097 3455 0 0 0.625 3051 3434 0 0 0.625 3097 3455 0 0 0.625 2 interp_poly 60 -15 -46 -21 3083 3491 3 MP PP 3083 3491 0 0 0.625 3037 3470 0 0 0.625 3083 3491 0 0 0.625 2 interp_poly 3037 3470 0 0 0.625 3097 3455 0 0 0.625 3037 3470 0 0 0.625 2 interp_poly -46 -18 60 -17 3051 3434 3 MP PP 3051 3434 0 0 0.625 3111 3417 0 0 0.625 3051 3434 0 0 0.625 2 interp_poly 3111 3417 0 0 0.625 3065 3399 0 0 0.625 3111 3417 0 0 0.625 2 interp_poly 60 -17 -46 -21 3097 3455 3 MP PP 3097 3455 0 0 0.625 3051 3434 0 0 0.625 3097 3455 0 0 0.625 2 interp_poly 3051 3434 0 0 0.625 3111 3417 0 0 0.625 3051 3434 0 0 0.625 2 interp_poly -47 -17 61 -6 3069 3514 3 MP PP 3069 3514 0 0 0.625 3130 3508 0 0 0.625 3069 3514 0 0 0.625 2 interp_poly 3130 3508 0 0 0.625 3083 3491 0 0 0.625 3130 3508 0 0 0.625 2 interp_poly 61 -6 -47 -16 3116 3530 3 MP PP 3116 3530 0 0 0.625 3069 3514 0 0 0.625 3116 3530 0 0 0.625 2 interp_poly 3069 3514 0 0 0.625 3130 3508 0 0 0.625 3069 3514 0 0 0.625 2 interp_poly 61 37 -47 178 3120 3308 3 MP PP 3120 3308 0 0.375 1 3073 3486 0 0 1 3120 3308 0 0.375 1 2 interp_poly 3073 3486 0 0 1 3134 3523 0 0 0.875 3073 3486 0 0 1 2 interp_poly 61 1 -47 -163 3171 3536 3 MP PP 3171 3536 0 0.25 1 3124 3373 0 0.562 1 3171 3536 0 0.25 1 2 interp_poly 3124 3373 0 0.562 1 3185 3374 0 0.5 1 3124 3373 0 0.562 1 2 interp_poly -47 -212 61 1 3124 3373 3 MP PP 3124 3373 0 0.562 1 3185 3374 0 0.5 1 3124 3373 0 0.562 1 2 interp_poly 3185 3374 0 0.5 1 3138 3162 0 0.875 1 3185 3374 0 0.5 1 2 interp_poly 60 -22 -46 -24 3169 4318 3 MP PP 3169 4318 0 0 0.562 3123 4294 0 0 0.562 3169 4318 0 0 0.562 2 interp_poly 3123 4294 0 0 0.562 3183 4272 0 0 0.562 3123 4294 0 0 0.562 2 interp_poly -46 -32 60 -22 3123 4294 3 MP PP 3123 4294 0 0 0.562 3183 4272 0 0 0.562 3123 4294 0 0 0.562 2 interp_poly 3183 4272 0 0 0.562 3137 4240 0 0 0.562 3183 4272 0 0 0.562 2 interp_poly 61 -15 -47 -35 3165 4077 3 MP PP 3165 4077 0 0 0.75 3118 4042 0 0 0.812 3165 4077 0 0 0.75 2 interp_poly 3118 4042 0 0 0.812 3179 4027 0 0 0.812 3118 4042 0 0 0.812 2 interp_poly -46 -25 61 -15 3118 4042 3 MP PP 3118 4042 0 0 0.812 3179 4027 0 0 0.812 3118 4042 0 0 0.812 2 interp_poly 3179 4027 0 0 0.812 3133 4002 0 0 0.812 3179 4027 0 0 0.812 2 interp_poly 61 -10 -47 -34 3161 3961 3 MP PP 3161 3961 0 0 0.75 3114 3927 0 0 0.75 3161 3961 0 0 0.75 2 interp_poly 3114 3927 0 0 0.75 3175 3917 0 0 0.75 3114 3927 0 0 0.75 2 interp_poly -47 -41 61 -10 3114 3927 3 MP PP 3114 3927 0 0 0.75 3175 3917 0 0 0.75 3114 3927 0 0 0.75 2 interp_poly 3175 3917 0 0 0.75 3128 3876 0 0 0.75 3175 3917 0 0 0.75 2 interp_poly 60 -16 -46 -22 3159 4496 3 MP PP 3159 4496 0 0 0.562 3113 4474 0 0 0.562 3159 4496 0 0 0.562 2 interp_poly 3113 4474 0 0 0.562 3173 4458 0 0 0.562 3113 4474 0 0 0.562 2 interp_poly -46 -22 60 -16 3113 4474 3 MP PP 3113 4474 0 0 0.562 3173 4458 0 0 0.562 3113 4474 0 0 0.562 2 interp_poly 3173 4458 0 0 0.562 3127 4436 0 0 0.562 3173 4458 0 0 0.562 2 interp_poly -47 -16 61 -9 3055 3539 3 MP PP 3055 3539 0 0 0.688 3116 3530 0 0 0.625 3055 3539 0 0 0.688 2 interp_poly 3116 3530 0 0 0.625 3069 3514 0 0 0.625 3116 3530 0 0 0.625 2 interp_poly 61 -9 -47 -15 3102 3554 3 MP PP 3102 3554 0 0 0.688 3055 3539 0 0 0.688 3102 3554 0 0 0.688 2 interp_poly 3055 3539 0 0 0.688 3116 3530 0 0 0.625 3055 3539 0 0 0.688 2 interp_poly -47 -15 61 -5 3041 3559 3 MP PP 3041 3559 0 0 0.688 3102 3554 0 0 0.688 3041 3559 0 0 0.688 2 interp_poly 3102 3554 0 0 0.688 3055 3539 0 0 0.688 3102 3554 0 0 0.688 2 interp_poly 61 -5 -47 -2 3088 3561 3 MP PP 3088 3561 0 0 0.75 3041 3559 0 0 0.688 3088 3561 0 0 0.75 2 interp_poly 3041 3559 0 0 0.688 3102 3554 0 0 0.688 3041 3559 0 0 0.688 2 interp_poly -46 38 61 37 3073 3486 3 MP PP 3073 3486 0 0 1 3134 3523 0 0 0.875 3073 3486 0 0 1 2 interp_poly 3134 3523 0 0 0.875 3088 3561 0 0 0.75 3134 3523 0 0 0.875 2 interp_poly -46 -18 60 11 3088 3561 3 MP PP 3088 3561 0 0 0.75 3148 3572 0 0 0.688 3088 3561 0 0 0.75 2 interp_poly 3148 3572 0 0 0.688 3102 3554 0 0 0.688 3148 3572 0 0 0.688 2 interp_poly 60 11 -46 38 3134 3523 3 MP PP 3134 3523 0 0 0.875 3088 3561 0 0 0.75 3134 3523 0 0 0.875 2 interp_poly 3088 3561 0 0 0.75 3148 3572 0 0 0.688 3088 3561 0 0 0.75 2 interp_poly 61 8 -47 -133 3157 3661 3 MP PP 3157 3661 0 0.0625 1 3110 3528 0 0.312 1 3157 3661 0 0.0625 1 2 interp_poly 3110 3528 0 0.312 1 3171 3536 0 0.25 1 3110 3528 0 0.312 1 2 interp_poly -47 -163 61 8 3110 3528 3 MP PP 3110 3528 0 0.312 1 3171 3536 0 0.25 1 3110 3528 0 0.312 1 2 interp_poly 3171 3536 0 0.25 1 3124 3373 0 0.562 1 3171 3536 0 0.25 1 2 interp_poly 60 -20 -46 -22 3155 4360 3 MP PP 3155 4360 0 0 0.562 3109 4338 0 0 0.562 3155 4360 0 0 0.562 2 interp_poly 3109 4338 0 0 0.562 3169 4318 0 0 0.562 3109 4338 0 0 0.562 2 interp_poly -46 -24 60 -20 3109 4338 3 MP PP 3109 4338 0 0 0.562 3169 4318 0 0 0.562 3109 4338 0 0 0.562 2 interp_poly 3169 4318 0 0 0.562 3123 4294 0 0 0.562 3169 4318 0 0 0.562 2 interp_poly 61 -30 -47 -43 3151 4150 3 MP PP 3151 4150 0 0 0.688 3104 4107 0 0 0.75 3151 4150 0 0 0.688 2 interp_poly 3104 4107 0 0 0.75 3165 4077 0 0 0.75 3104 4107 0 0 0.75 2 interp_poly -47 -35 61 -30 3104 4107 3 MP PP 3104 4107 0 0 0.75 3165 4077 0 0 0.75 3104 4107 0 0 0.75 2 interp_poly 3165 4077 0 0 0.75 3118 4042 0 0 0.812 3165 4077 0 0 0.75 2 interp_poly 61 -4 -47 -22 3147 3987 3 MP PP 3147 3987 0 0 0.75 3100 3965 0 0 0.75 3147 3987 0 0 0.75 2 interp_poly 3100 3965 0 0 0.75 3161 3961 0 0 0.75 3100 3965 0 0 0.75 2 interp_poly -47 -34 61 -4 3100 3965 3 MP PP 3100 3965 0 0 0.75 3161 3961 0 0 0.75 3100 3965 0 0 0.75 2 interp_poly 3161 3961 0 0 0.75 3114 3927 0 0 0.75 3161 3961 0 0 0.75 2 interp_poly 60 -16 -46 -21 3145 4533 3 MP PP 3145 4533 0 0 0.562 3099 4512 0 0 0.562 3145 4533 0 0 0.562 2 interp_poly 3099 4512 0 0 0.562 3159 4496 0 0 0.562 3099 4512 0 0 0.562 2 interp_poly -46 -22 60 -16 3099 4512 3 MP PP 3099 4512 0 0 0.562 3159 4496 0 0 0.562 3099 4512 0 0 0.562 2 interp_poly 3159 4496 0 0 0.562 3113 4474 0 0 0.562 3159 4496 0 0 0.562 2 interp_poly 61 -9 -46 -115 3142 3785 3 MP PP 3142 3785 0 0 0.875 3096 3670 0 0.0625 1 3142 3785 0 0 0.875 2 interp_poly 3096 3670 0 0.0625 1 3157 3661 0 0.0625 1 3096 3670 0 0.0625 1 2 interp_poly -47 -133 61 -9 3096 3670 3 MP PP 3096 3670 0 0.0625 1 3157 3661 0 0.0625 1 3096 3670 0 0.0625 1 2 interp_poly 3157 3661 0 0.0625 1 3110 3528 0 0.312 1 3157 3661 0 0.0625 1 2 interp_poly 61 -17 -47 -22 3141 4399 3 MP PP 3141 4399 0 0 0.562 3094 4377 0 0 0.562 3141 4399 0 0 0.562 2 interp_poly 3094 4377 0 0 0.562 3155 4360 0 0 0.562 3094 4377 0 0 0.562 2 interp_poly -46 -22 61 -17 3094 4377 3 MP PP 3094 4377 0 0 0.562 3155 4360 0 0 0.562 3094 4377 0 0 0.562 2 interp_poly 3155 4360 0 0 0.562 3109 4338 0 0 0.562 3155 4360 0 0 0.562 2 interp_poly -47 -20 61 -16 3038 3065 3 MP PP 3038 3065 0 0 0.562 3099 3049 0 0 0.562 3038 3065 0 0 0.562 2 interp_poly 3099 3049 0 0 0.562 3052 3029 0 0 0.562 3099 3049 0 0 0.562 2 interp_poly 61 -16 -47 -21 3085 3086 3 MP PP 3085 3086 0 0 0.562 3038 3065 0 0 0.562 3085 3086 0 0 0.562 2 interp_poly 3038 3065 0 0 0.562 3099 3049 0 0 0.562 3038 3065 0 0 0.562 2 interp_poly -47 -17 61 -15 2996 3172 3 MP PP 2996 3172 0 0 0.562 3057 3157 0 0 0.562 2996 3172 0 0 0.562 2 interp_poly 3057 3157 0 0 0.562 3010 3140 0 0 0.562 3057 3157 0 0 0.562 2 interp_poly 61 -15 -46 -19 3042 3191 3 MP PP 3042 3191 0 0 0.562 2996 3172 0 0 0.562 3042 3191 0 0 0.562 2 interp_poly 2996 3172 0 0 0.562 3057 3157 0 0 0.562 2996 3172 0 0 0.562 2 interp_poly -47 -20 61 -16 3000 3297 3 MP PP 3000 3297 0 0 0.562 3061 3281 0 0 0.562 3000 3297 0 0 0.562 2 interp_poly 3061 3281 0 0 0.562 3014 3261 0 0 0.562 3061 3281 0 0 0.562 2 interp_poly 61 -16 -47 -22 3047 3319 3 MP PP 3047 3319 0 0 0.562 3000 3297 0 0 0.562 3047 3319 0 0 0.562 2 interp_poly 3000 3297 0 0 0.562 3061 3281 0 0 0.562 3000 3297 0 0 0.562 2 interp_poly -47 -22 61 -16 3010 3140 3 MP PP 3010 3140 0 0 0.562 3071 3124 0 0 0.562 3010 3140 0 0 0.562 2 interp_poly 3071 3124 0 0 0.562 3024 3102 0 0 0.562 3071 3124 0 0 0.562 2 interp_poly 61 -16 -47 -17 3057 3157 3 MP PP 3057 3157 0 0 0.562 3010 3140 0 0 0.562 3057 3157 0 0 0.562 2 interp_poly 3010 3140 0 0 0.562 3071 3124 0 0 0.562 3010 3140 0 0 0.562 2 interp_poly -47 -17 61 -15 3014 3261 3 MP PP 3014 3261 0 0 0.562 3075 3246 0 0 0.562 3014 3261 0 0 0.562 2 interp_poly 3075 3246 0 0 0.562 3028 3229 0 0 0.562 3075 3246 0 0 0.562 2 interp_poly 61 -15 -47 -20 3061 3281 3 MP PP 3061 3281 0 0 0.562 3014 3261 0 0 0.562 3061 3281 0 0 0.562 2 interp_poly 3014 3261 0 0 0.562 3075 3246 0 0 0.562 3014 3261 0 0 0.562 2 interp_poly -47 -21 61 -16 3024 3102 3 MP PP 3024 3102 0 0 0.562 3085 3086 0 0 0.562 3024 3102 0 0 0.562 2 interp_poly 3085 3086 0 0 0.562 3038 3065 0 0 0.562 3085 3086 0 0 0.562 2 interp_poly 61 -16 -47 -22 3071 3124 3 MP PP 3071 3124 0 0 0.562 3024 3102 0 0 0.562 3071 3124 0 0 0.562 2 interp_poly 3024 3102 0 0 0.562 3085 3086 0 0 0.562 3024 3102 0 0 0.562 2 interp_poly -47 -22 61 -16 3028 3229 3 MP PP 3028 3229 0 0 0.562 3089 3213 0 0 0.562 3028 3229 0 0 0.562 2 interp_poly 3089 3213 0 0 0.562 3042 3191 0 0 0.562 3089 3213 0 0 0.562 2 interp_poly 61 -16 -47 -17 3075 3246 3 MP PP 3075 3246 0 0 0.562 3028 3229 0 0 0.562 3075 3246 0 0 0.562 2 interp_poly 3028 3229 0 0 0.562 3089 3213 0 0 0.562 3028 3229 0 0 0.562 2 interp_poly -46 -18 61 -16 3042 3191 3 MP PP 3042 3191 0 0 0.562 3103 3175 0 0 0.562 3042 3191 0 0 0.562 2 interp_poly 3103 3175 0 0 0.562 3057 3157 0 0 0.562 3103 3175 0 0 0.562 2 interp_poly 61 -16 -47 -22 3089 3213 3 MP PP 3089 3213 0 0 0.562 3042 3191 0 0 0.562 3089 3213 0 0 0.562 2 interp_poly 3042 3191 0 0 0.562 3103 3175 0 0 0.562 3042 3191 0 0 0.562 2 interp_poly -46 -23 60 -15 3047 3319 3 MP PP 3047 3319 0 0 0.562 3107 3304 0 0 0.562 3047 3319 0 0 0.562 2 interp_poly 3107 3304 0 0 0.562 3061 3281 0 0 0.562 3107 3304 0 0 0.562 2 interp_poly -47 229 61 -55 3045 3119 3 MP PP 3045 3119 0 0.875 1 3106 3064 0 0.938 1 3045 3119 0 0.875 1 2 interp_poly 3106 3064 0 0.938 1 3059 3293 0 0.438 1 3106 3064 0 0.938 1 2 interp_poly 61 -55 -47 71 3092 3048 3 MP PP 3092 3048 0.0625 1 1 3045 3119 0 0.875 1 3092 3048 0.0625 1 1 2 interp_poly 3045 3119 0 0.875 1 3106 3064 0 0.938 1 3045 3119 0 0.875 1 2 interp_poly 61 -17 -47 -20 3099 3049 3 MP PP 3099 3049 0 0 0.562 3052 3029 0 0 0.562 3099 3049 0 0 0.562 2 interp_poly 3052 3029 0 0 0.562 3113 3012 0 0 0.562 3052 3029 0 0 0.562 2 interp_poly 60 -15 -46 -19 3093 3338 3 MP PP 3093 3338 0 0 0.562 3047 3319 0 0 0.562 3093 3338 0 0 0.562 2 interp_poly 3047 3319 0 0 0.562 3107 3304 0 0 0.562 3047 3319 0 0 0.562 2 interp_poly 61 15 -47 229 3106 3064 3 MP PP 3106 3064 0 0.938 1 3059 3293 0 0.438 1 3106 3064 0 0.938 1 2 interp_poly 3059 3293 0 0.438 1 3120 3308 0 0.375 1 3059 3293 0 0.438 1 2 interp_poly -46 114 60 -98 3092 3048 3 MP PP 3092 3048 0.0625 1 1 3152 2950 0.25 1 0.812 3092 3048 0.0625 1 1 2 interp_poly 3152 2950 0.25 1 0.812 3106 3064 0 0.938 1 3152 2950 0.25 1 0.812 2 interp_poly 60 -98 -46 -114 3138 3162 3 MP PP 3138 3162 0 0.875 1 3092 3048 0.0625 1 1 3138 3162 0 0.875 1 2 interp_poly 3092 3048 0.0625 1 1 3152 2950 0.25 1 0.812 3092 3048 0.0625 1 1 2 interp_poly 61 -52 -47 -38 3137 4240 3 MP PP 3137 4240 0 0 0.562 3090 4202 0 0 0.625 3137 4240 0 0 0.562 2 interp_poly 3090 4202 0 0 0.625 3151 4150 0 0 0.688 3090 4202 0 0 0.625 2 interp_poly -47 -43 61 -52 3090 4202 3 MP PP 3090 4202 0 0 0.625 3151 4150 0 0 0.688 3090 4202 0 0 0.625 2 interp_poly 3151 4150 0 0 0.688 3104 4107 0 0 0.75 3151 4150 0 0 0.688 2 interp_poly 61 4 -47 -19 3133 4002 3 MP PP 3133 4002 0 0 0.812 3086 3983 0 0 0.812 3133 4002 0 0 0.812 2 interp_poly 3086 3983 0 0 0.812 3147 3987 0 0 0.75 3086 3983 0 0 0.812 2 interp_poly -47 -22 61 4 3086 3983 3 MP PP 3086 3983 0 0 0.812 3147 3987 0 0 0.75 3086 3983 0 0 0.812 2 interp_poly 3147 3987 0 0 0.75 3100 3965 0 0 0.75 3147 3987 0 0 0.75 2 interp_poly 60 -17 -46 -21 3131 4571 3 MP PP 3131 4571 0 0 0.562 3085 4550 0 0 0.562 3131 4571 0 0 0.562 2 interp_poly 3085 4550 0 0 0.562 3145 4533 0 0 0.562 3085 4550 0 0 0.562 2 interp_poly -46 -21 60 -17 3085 4550 3 MP PP 3085 4550 0 0 0.562 3145 4533 0 0 0.562 3085 4550 0 0 0.562 2 interp_poly 3145 4533 0 0 0.562 3099 4512 0 0 0.562 3145 4533 0 0 0.562 2 interp_poly 60 -22 -46 -69 3128 3876 3 MP PP 3128 3876 0 0 0.75 3082 3807 0 0 0.875 3128 3876 0 0 0.75 2 interp_poly 3082 3807 0 0 0.875 3142 3785 0 0 0.875 3082 3807 0 0 0.875 2 interp_poly -46 -115 60 -22 3082 3807 3 MP PP 3082 3807 0 0 0.875 3142 3785 0 0 0.875 3082 3807 0 0 0.875 2 interp_poly 3142 3785 0 0 0.875 3096 3670 0 0.0625 1 3142 3785 0 0 0.875 2 interp_poly 61 -16 -47 -21 3127 4436 3 MP PP 3127 4436 0 0 0.562 3080 4415 0 0 0.562 3127 4436 0 0 0.562 2 interp_poly 3080 4415 0 0 0.562 3141 4399 0 0 0.562 3080 4415 0 0 0.562 2 interp_poly -47 -22 61 -16 3080 4415 3 MP PP 3080 4415 0 0 0.562 3141 4399 0 0 0.562 3080 4415 0 0 0.562 2 interp_poly 3141 4399 0 0 0.562 3094 4377 0 0 0.562 3141 4399 0 0 0.562 2 interp_poly -46 -21 61 -13 3018 3385 3 MP PP 3018 3385 0 0 0.562 3079 3372 0 0 0.562 3018 3385 0 0 0.562 2 interp_poly 3079 3372 0 0 0.562 3033 3351 0 0 0.562 3079 3372 0 0 0.562 2 interp_poly 61 -13 -47 -14 3065 3399 3 MP PP 3065 3399 0 0 0.625 3018 3385 0 0 0.562 3065 3399 0 0 0.625 2 interp_poly 3018 3385 0 0 0.562 3079 3372 0 0 0.562 3018 3385 0 0 0.562 2 interp_poly -46 -19 60 -13 3033 3351 3 MP PP 3033 3351 0 0 0.562 3093 3338 0 0 0.562 3033 3351 0 0 0.562 2 interp_poly 3093 3338 0 0 0.562 3047 3319 0 0 0.562 3093 3338 0 0 0.562 2 interp_poly 60 -13 -46 -21 3079 3372 3 MP PP 3079 3372 0 0 0.562 3033 3351 0 0 0.562 3079 3372 0 0 0.562 2 interp_poly 3033 3351 0 0 0.562 3093 3338 0 0 0.562 3033 3351 0 0 0.562 2 interp_poly -47 178 61 15 3059 3293 3 MP PP 3059 3293 0 0.438 1 3120 3308 0 0.375 1 3059 3293 0 0.438 1 2 interp_poly 3120 3308 0 0.375 1 3073 3486 0 0 1 3120 3308 0 0.375 1 2 interp_poly 60 -40 -46 -171 3124 3373 3 MP PP 3124 3373 0 0.562 1 3078 3202 0 0.812 1 3124 3373 0 0.562 1 2 interp_poly 3078 3202 0 0.812 1 3138 3162 0 0.875 1 3078 3202 0 0.812 1 2 interp_poly -46 -114 60 -40 3078 3202 3 MP PP 3078 3202 0 0.812 1 3138 3162 0 0.875 1 3078 3202 0 0.812 1 2 interp_poly 3138 3162 0 0.875 1 3092 3048 0.0625 1 1 3138 3162 0 0.875 1 2 interp_poly 61 -29 -47 -25 3123 4294 3 MP PP 3123 4294 0 0 0.562 3076 4269 0 0 0.562 3123 4294 0 0 0.562 2 interp_poly 3076 4269 0 0 0.562 3137 4240 0 0 0.562 3076 4269 0 0 0.562 2 interp_poly -47 -38 61 -29 3076 4269 3 MP PP 3076 4269 0 0 0.562 3137 4240 0 0 0.562 3076 4269 0 0 0.562 2 interp_poly 3137 4240 0 0 0.562 3090 4202 0 0 0.625 3137 4240 0 0 0.562 2 interp_poly 61 -6 -46 -34 3118 4042 3 MP PP 3118 4042 0 0 0.812 3072 4008 0 0 0.812 3118 4042 0 0 0.812 2 interp_poly 3072 4008 0 0 0.812 3133 4002 0 0 0.812 3072 4008 0 0 0.812 2 interp_poly -47 -19 61 -6 3072 4008 3 MP PP 3072 4008 0 0 0.812 3133 4002 0 0 0.812 3072 4008 0 0 0.812 2 interp_poly 3133 4002 0 0 0.812 3086 3983 0 0 0.812 3133 4002 0 0 0.812 2 interp_poly 60 -13 -46 -38 3114 3927 3 MP PP 3114 3927 0 0 0.75 3068 3889 0 0 0.812 3114 3927 0 0 0.75 2 interp_poly 3068 3889 0 0 0.812 3128 3876 0 0 0.75 3068 3889 0 0 0.812 2 interp_poly -46 -69 60 -13 3068 3889 3 MP PP 3068 3889 0 0 0.812 3128 3876 0 0 0.75 3068 3889 0 0 0.812 2 interp_poly 3128 3876 0 0 0.75 3082 3807 0 0 0.875 3128 3876 0 0 0.75 2 interp_poly 61 -16 -47 -22 3113 3012 3 MP PP 3113 3012 0 0 0.562 3066 2990 0 0 0.562 3113 3012 0 0 0.562 2 interp_poly 3066 2990 0 0 0.562 3127 2974 0 0 0.562 3066 2990 0 0 0.562 2 interp_poly 61 -17 -47 -21 3113 4474 3 MP PP 3113 4474 0 0 0.562 3066 4453 0 0 0.562 3113 4474 0 0 0.562 2 interp_poly 3066 4453 0 0 0.562 3127 4436 0 0 0.562 3066 4453 0 0 0.562 2 interp_poly -47 -21 61 -17 3066 4453 3 MP PP 3066 4453 0 0 0.562 3127 4436 0 0 0.562 3066 4453 0 0 0.562 2 interp_poly 3127 4436 0 0 0.562 3080 4415 0 0 0.562 3127 4436 0 0 0.562 2 interp_poly -47 -22 61 -18 2990 3452 3 MP PP 2990 3452 0 0 0.625 3051 3434 0 0 0.625 2990 3452 0 0 0.625 2 interp_poly 3051 3434 0 0 0.625 3004 3412 0 0 0.625 3051 3434 0 0 0.625 2 interp_poly 61 -18 -47 -18 3037 3470 3 MP PP 3037 3470 0 0 0.625 2990 3452 0 0 0.625 3037 3470 0 0 0.625 2 interp_poly 2990 3452 0 0 0.625 3051 3434 0 0 0.625 2990 3452 0 0 0.625 2 interp_poly -47 -14 61 -13 3004 3412 3 MP PP 3004 3412 0 0 0.625 3065 3399 0 0 0.625 3004 3412 0 0 0.625 2 interp_poly 3065 3399 0 0 0.625 3018 3385 0 0 0.562 3065 3399 0 0 0.625 2 interp_poly 61 -13 -47 -22 3051 3434 3 MP PP 3051 3434 0 0 0.625 3004 3412 0 0 0.625 3051 3434 0 0 0.625 2 interp_poly 3004 3412 0 0 0.625 3065 3399 0 0 0.625 3004 3412 0 0 0.625 2 interp_poly 60 37 -46 156 3059 3293 3 MP PP 3059 3293 0 0.438 1 3013 3449 0 0.0625 1 3059 3293 0 0.438 1 2 interp_poly 3013 3449 0 0.0625 1 3073 3486 0 0 1 3013 3449 0 0.0625 1 2 interp_poly 60 2 -46 -157 3110 3528 3 MP PP 3110 3528 0 0.312 1 3064 3371 0 0.562 1 3110 3528 0 0.312 1 2 interp_poly 3064 3371 0 0.562 1 3124 3373 0 0.562 1 3064 3371 0 0.562 1 2 interp_poly -46 -171 60 2 3064 3371 3 MP PP 3064 3371 0 0.562 1 3124 3373 0 0.562 1 3064 3371 0 0.562 1 2 interp_poly 3124 3373 0 0.562 1 3078 3202 0 0.812 1 3124 3373 0 0.562 1 2 interp_poly 61 -21 -47 -23 3109 4338 3 MP PP 3109 4338 0 0 0.562 3062 4315 0 0 0.562 3109 4338 0 0 0.562 2 interp_poly 3062 4315 0 0 0.562 3123 4294 0 0 0.562 3062 4315 0 0 0.562 2 interp_poly -47 -25 61 -21 3062 4315 3 MP PP 3062 4315 0 0 0.562 3123 4294 0 0 0.562 3062 4315 0 0 0.562 2 interp_poly 3123 4294 0 0 0.562 3076 4269 0 0 0.562 3123 4294 0 0 0.562 2 interp_poly 60 -24 -46 -41 3104 4107 3 MP PP 3104 4107 0 0 0.75 3058 4066 0 0 0.75 3104 4107 0 0 0.75 2 interp_poly 3058 4066 0 0 0.75 3118 4042 0 0 0.812 3058 4066 0 0 0.75 2 interp_poly -46 -34 60 -24 3058 4066 3 MP PP 3058 4066 0 0 0.75 3118 4042 0 0 0.812 3058 4066 0 0 0.75 2 interp_poly 3118 4042 0 0 0.812 3072 4008 0 0 0.812 3118 4042 0 0 0.812 2 interp_poly 60 -9 -46 -29 3100 3965 3 MP PP 3100 3965 0 0 0.75 3054 3936 0 0 0.75 3100 3965 0 0 0.75 2 interp_poly 3054 3936 0 0 0.75 3114 3927 0 0 0.75 3054 3936 0 0 0.75 2 interp_poly -46 -38 60 -9 3054 3936 3 MP PP 3054 3936 0 0 0.75 3114 3927 0 0 0.75 3054 3936 0 0 0.75 2 interp_poly 3114 3927 0 0 0.75 3068 3889 0 0 0.812 3114 3927 0 0 0.75 2 interp_poly -47 -22 61 -17 3052 3029 3 MP PP 3052 3029 0 0 0.562 3113 3012 0 0 0.562 3052 3029 0 0 0.562 2 interp_poly 3113 3012 0 0 0.562 3066 2990 0 0 0.562 3113 3012 0 0 0.562 2 interp_poly 61 -17 -47 -21 3099 4512 3 MP PP 3099 4512 0 0 0.562 3052 4491 0 0 0.562 3099 4512 0 0 0.562 2 interp_poly 3052 4491 0 0 0.562 3113 4474 0 0 0.562 3052 4491 0 0 0.562 2 interp_poly -47 -21 61 -17 3052 4491 3 MP PP 3052 4491 0 0 0.562 3113 4474 0 0 0.562 3052 4491 0 0 0.562 2 interp_poly 3113 4474 0 0 0.562 3066 4453 0 0 0.562 3113 4474 0 0 0.562 2 interp_poly -46 -9 60 -10 3009 3524 3 MP PP 3009 3524 0 0 0.625 3069 3514 0 0 0.625 3009 3524 0 0 0.625 2 interp_poly 3069 3514 0 0 0.625 3023 3505 0 0 0.625 3069 3514 0 0 0.625 2 interp_poly 60 -10 -46 -15 3055 3539 3 MP PP 3055 3539 0 0 0.688 3009 3524 0 0 0.625 3055 3539 0 0 0.688 2 interp_poly 3009 3524 0 0 0.625 3069 3514 0 0 0.625 3009 3524 0 0 0.625 2 interp_poly 61 -6 -47 -14 3041 3559 3 MP PP 3041 3559 0 0 0.688 2994 3545 0 0 0.688 3041 3559 0 0 0.688 2 interp_poly 2994 3545 0 0 0.688 3055 3539 0 0 0.688 2994 3545 0 0 0.688 2 interp_poly -47 -2 61 18 3027 3543 3 MP PP 3027 3543 0 0 0.812 3088 3561 0 0 0.75 3027 3543 0 0 0.812 2 interp_poly 3088 3561 0 0 0.75 3041 3559 0 0 0.688 3088 3561 0 0 0.75 2 interp_poly -46 -15 61 -6 2994 3545 3 MP PP 2994 3545 0 0 0.688 3055 3539 0 0 0.688 2994 3545 0 0 0.688 2 interp_poly 3055 3539 0 0 0.688 3009 3524 0 0 0.625 3055 3539 0 0 0.688 2 interp_poly 61 18 -46 57 3073 3486 3 MP PP 3073 3486 0 0 1 3027 3543 0 0 0.812 3073 3486 0 0 1 2 interp_poly 3027 3543 0 0 0.812 3088 3561 0 0 0.75 3027 3543 0 0 0.812 2 interp_poly 61 12 -47 -154 3096 3670 3 MP PP 3096 3670 0 0.0625 1 3049 3516 0 0.375 1 3096 3670 0 0.0625 1 2 interp_poly 3049 3516 0 0.375 1 3110 3528 0 0.312 1 3049 3516 0 0.375 1 2 interp_poly -47 -16 61 -6 2962 3511 3 MP PP 2962 3511 0 0 0.625 3023 3505 0 0 0.625 2962 3511 0 0 0.625 2 interp_poly 3023 3505 0 0 0.625 2976 3489 0 0 0.625 3023 3505 0 0 0.625 2 interp_poly 61 -6 -47 -13 3009 3524 3 MP PP 3009 3524 0 0 0.625 2962 3511 0 0 0.625 3009 3524 0 0 0.625 2 interp_poly 2962 3511 0 0 0.625 3023 3505 0 0 0.625 2962 3511 0 0 0.625 2 interp_poly -47 -18 61 -19 2976 3489 3 MP PP 2976 3489 0 0 0.625 3037 3470 0 0 0.625 2976 3489 0 0 0.625 2 interp_poly 3037 3470 0 0 0.625 2990 3452 0 0 0.625 3037 3470 0 0 0.625 2 interp_poly 61 -19 -47 -16 3023 3505 3 MP PP 3023 3505 0 0 0.625 2976 3489 0 0 0.625 3023 3505 0 0 0.625 2 interp_poly 2976 3489 0 0 0.625 3037 3470 0 0 0.625 2976 3489 0 0 0.625 2 interp_poly -46 57 60 37 3013 3449 3 MP PP 3013 3449 0 0.0625 1 3073 3486 0 0 1 3013 3449 0 0.0625 1 2 interp_poly 3073 3486 0 0 1 3027 3543 0 0 0.812 3073 3486 0 0 1 2 interp_poly -46 -157 61 12 3049 3516 3 MP PP 3049 3516 0 0.375 1 3110 3528 0 0.312 1 3049 3516 0 0.375 1 2 interp_poly 3110 3528 0 0.312 1 3064 3371 0 0.562 1 3110 3528 0 0.312 1 2 interp_poly 61 -18 -46 -21 3094 4377 3 MP PP 3094 4377 0 0 0.562 3048 4356 0 0 0.562 3094 4377 0 0 0.562 2 interp_poly 3048 4356 0 0 0.562 3109 4338 0 0 0.562 3048 4356 0 0 0.562 2 interp_poly -47 -23 61 -18 3048 4356 3 MP PP 3048 4356 0 0 0.562 3109 4338 0 0 0.562 3048 4356 0 0 0.562 2 interp_poly 3109 4338 0 0 0.562 3062 4315 0 0 0.562 3109 4338 0 0 0.562 2 interp_poly 60 -50 -46 -45 3090 4202 3 MP PP 3090 4202 0 0 0.625 3044 4157 0 0 0.688 3090 4202 0 0 0.625 2 interp_poly 3044 4157 0 0 0.688 3104 4107 0 0 0.75 3044 4157 0 0 0.688 2 interp_poly -46 -41 60 -50 3044 4157 3 MP PP 3044 4157 0 0 0.688 3104 4107 0 0 0.75 3044 4157 0 0 0.688 2 interp_poly 3104 4107 0 0 0.75 3058 4066 0 0 0.75 3104 4107 0 0 0.75 2 interp_poly 60 -1 -46 -17 3086 3983 3 MP PP 3086 3983 0 0 0.812 3040 3966 0 0 0.75 3086 3983 0 0 0.812 2 interp_poly 3040 3966 0 0 0.75 3100 3965 0 0 0.75 3040 3966 0 0 0.75 2 interp_poly -46 -29 60 -1 3040 3966 3 MP PP 3040 3966 0 0 0.75 3100 3965 0 0 0.75 3040 3966 0 0 0.75 2 interp_poly 3100 3965 0 0 0.75 3054 3936 0 0 0.75 3100 3965 0 0 0.75 2 interp_poly 61 -16 -47 -22 3085 4550 3 MP PP 3085 4550 0 0 0.562 3038 4528 0 0 0.562 3085 4550 0 0 0.562 2 interp_poly 3038 4528 0 0 0.562 3099 4512 0 0 0.562 3038 4528 0 0 0.562 2 interp_poly -47 -21 61 -16 3038 4528 3 MP PP 3038 4528 0 0 0.562 3099 4512 0 0 0.562 3038 4528 0 0 0.562 2 interp_poly 3099 4512 0 0 0.562 3052 4491 0 0 0.562 3099 4512 0 0 0.562 2 interp_poly 61 -23 -47 -114 3082 3807 3 MP PP 3082 3807 0 0 0.875 3035 3693 0 0.0625 1 3082 3807 0 0 0.875 2 interp_poly 3035 3693 0 0.0625 1 3096 3670 0 0.0625 1 3035 3693 0 0.0625 1 2 interp_poly -47 -154 61 -23 3035 3693 3 MP PP 3035 3693 0 0.0625 1 3096 3670 0 0.0625 1 3035 3693 0 0.0625 1 2 interp_poly 3096 3670 0 0.0625 1 3049 3516 0 0.375 1 3096 3670 0 0.0625 1 2 interp_poly 60 -17 -46 -21 3080 4415 3 MP PP 3080 4415 0 0 0.562 3034 4394 0 0 0.562 3080 4415 0 0 0.562 2 interp_poly 3034 4394 0 0 0.562 3094 4377 0 0 0.562 3034 4394 0 0 0.562 2 interp_poly -46 -21 60 -17 3034 4394 3 MP PP 3034 4394 0 0 0.562 3094 4377 0 0 0.562 3034 4394 0 0 0.562 2 interp_poly 3094 4377 0 0 0.562 3048 4356 0 0 0.562 3094 4377 0 0 0.562 2 interp_poly -47 -17 61 -17 2935 3189 3 MP PP 2935 3189 0 0 0.562 2996 3172 0 0 0.562 2935 3189 0 0 0.562 2 interp_poly 2996 3172 0 0 0.562 2949 3155 0 0 0.562 2996 3172 0 0 0.562 2 interp_poly 61 -17 -47 -19 2982 3208 3 MP PP 2982 3208 0 0 0.562 2935 3189 0 0 0.562 2982 3208 0 0 0.562 2 interp_poly 2935 3189 0 0 0.562 2996 3172 0 0 0.562 2935 3189 0 0 0.562 2 interp_poly 61 -15 -47 -17 2996 3172 3 MP PP 2996 3172 0 0 0.562 2949 3155 0 0 0.562 2996 3172 0 0 0.562 2 interp_poly 2949 3155 0 0 0.562 3010 3140 0 0 0.562 2949 3155 0 0 0.562 2 interp_poly -46 -16 60 -16 2954 3277 3 MP PP 2954 3277 0 0 0.562 3014 3261 0 0 0.562 2954 3277 0 0 0.562 2 interp_poly 3014 3261 0 0 0.562 2968 3245 0 0 0.562 3014 3261 0 0 0.562 2 interp_poly 60 -16 -46 -20 3000 3297 3 MP PP 3000 3297 0 0 0.562 2954 3277 0 0 0.562 3000 3297 0 0 0.562 2 interp_poly 2954 3277 0 0 0.562 3014 3261 0 0 0.562 2954 3277 0 0 0.562 2 interp_poly -46 -21 60 -16 2968 3245 3 MP PP 2968 3245 0 0 0.562 3028 3229 0 0 0.562 2968 3245 0 0 0.562 2 interp_poly 3028 3229 0 0 0.562 2982 3208 0 0 0.562 3028 3229 0 0 0.562 2 interp_poly 60 -16 -46 -16 3014 3261 3 MP PP 3014 3261 0 0 0.562 2968 3245 0 0 0.562 3014 3261 0 0 0.562 2 interp_poly 2968 3245 0 0 0.562 3028 3229 0 0 0.562 2968 3245 0 0 0.562 2 interp_poly -46 -19 60 -17 2982 3208 3 MP PP 2982 3208 0 0 0.562 3042 3191 0 0 0.562 2982 3208 0 0 0.562 2 interp_poly 3042 3191 0 0 0.562 2996 3172 0 0 0.562 3042 3191 0 0 0.562 2 interp_poly 60 -17 -46 -21 3028 3229 3 MP PP 3028 3229 0 0 0.562 2982 3208 0 0 0.562 3028 3229 0 0 0.562 2 interp_poly 2982 3208 0 0 0.562 3042 3191 0 0 0.562 2982 3208 0 0 0.562 2 interp_poly -46 169 60 -40 2985 3159 3 MP PP 2985 3159 0 0.812 1 3045 3119 0 0.875 1 2985 3159 0 0.812 1 2 interp_poly 3045 3119 0 0.875 1 2999 3288 0 0.5 1 3045 3119 0 0.875 1 2 interp_poly -46 -21 61 -15 2949 3155 3 MP PP 2949 3155 0 0 0.562 3010 3140 0 0 0.562 2949 3155 0 0 0.562 2 interp_poly 3010 3140 0 0 0.562 2964 3119 0 0 0.562 3010 3140 0 0 0.562 2 interp_poly 60 -17 -46 -21 3010 3140 3 MP PP 3010 3140 0 0 0.562 2964 3119 0 0 0.562 3010 3140 0 0 0.562 2 interp_poly 2964 3119 0 0 0.562 3024 3102 0 0 0.562 2964 3119 0 0 0.562 2 interp_poly 60 -40 -46 45 3031 3114 3 MP PP 3031 3114 0 1 1 2985 3159 0 0.812 1 3031 3114 0 1 1 2 interp_poly 2985 3159 0 0.812 1 3045 3119 0 0.875 1 2985 3159 0 0.812 1 2 interp_poly 60 5 -46 169 3045 3119 3 MP PP 3045 3119 0 0.875 1 2999 3288 0 0.5 1 3045 3119 0 0.875 1 2 interp_poly 2999 3288 0 0.5 1 3059 3293 0 0.438 1 2999 3288 0 0.5 1 2 interp_poly -47 71 61 -66 3031 3114 3 MP PP 3031 3114 0 1 1 3092 3048 0.0625 1 1 3031 3114 0 1 1 2 interp_poly 3092 3048 0.0625 1 1 3045 3119 0 0.875 1 3092 3048 0.0625 1 1 2 interp_poly 61 -66 -47 -88 3078 3202 3 MP PP 3078 3202 0 0.812 1 3031 3114 0 1 1 3078 3202 0 0.812 1 2 interp_poly 3031 3114 0 1 1 3092 3048 0.0625 1 1 3031 3114 0 1 1 2 interp_poly 60 -40 -46 -27 3076 4269 3 MP PP 3076 4269 0 0 0.562 3030 4242 0 0 0.562 3076 4269 0 0 0.562 2 interp_poly 3030 4242 0 0 0.562 3090 4202 0 0 0.625 3030 4242 0 0 0.562 2 interp_poly -46 -45 60 -40 3030 4242 3 MP PP 3030 4242 0 0 0.562 3090 4202 0 0 0.625 3030 4242 0 0 0.562 2 interp_poly 3090 4202 0 0 0.625 3044 4157 0 0 0.688 3090 4202 0 0 0.625 2 interp_poly 61 3 -47 -28 3072 4008 3 MP PP 3072 4008 0 0 0.812 3025 3980 0 0 0.812 3072 4008 0 0 0.812 2 interp_poly 3025 3980 0 0 0.812 3086 3983 0 0 0.812 3025 3980 0 0 0.812 2 interp_poly -46 -17 61 3 3025 3980 3 MP PP 3025 3980 0 0 0.812 3086 3983 0 0 0.812 3025 3980 0 0 0.812 2 interp_poly 3086 3983 0 0 0.812 3040 3966 0 0 0.75 3086 3983 0 0 0.812 2 interp_poly 61 -30 -47 -52 3068 3889 3 MP PP 3068 3889 0 0 0.812 3021 3837 0 0 0.812 3068 3889 0 0 0.812 2 interp_poly 3021 3837 0 0 0.812 3082 3807 0 0 0.875 3021 3837 0 0 0.812 2 interp_poly -47 -114 61 -30 3021 3837 3 MP PP 3021 3837 0 0 0.812 3082 3807 0 0 0.875 3021 3837 0 0 0.812 2 interp_poly 3082 3807 0 0 0.875 3035 3693 0 0.0625 1 3082 3807 0 0 0.875 2 interp_poly 60 -16 -46 -22 3066 4453 3 MP PP 3066 4453 0 0 0.562 3020 4431 0 0 0.562 3066 4453 0 0 0.562 2 interp_poly 3020 4431 0 0 0.562 3080 4415 0 0 0.562 3020 4431 0 0 0.562 2 interp_poly -46 -21 60 -16 3020 4431 3 MP PP 3020 4431 0 0 0.562 3080 4415 0 0 0.562 3020 4431 0 0 0.562 2 interp_poly 3080 4415 0 0 0.562 3034 4394 0 0 0.562 3080 4415 0 0 0.562 2 interp_poly -46 -20 60 -19 2940 3316 3 MP PP 2940 3316 0 0 0.562 3000 3297 0 0 0.562 2940 3316 0 0 0.562 2 interp_poly 3000 3297 0 0 0.562 2954 3277 0 0 0.562 3000 3297 0 0 0.562 2 interp_poly 60 -19 -46 -19 2986 3335 3 MP PP 2986 3335 0 0 0.562 2940 3316 0 0 0.562 2986 3335 0 0 0.562 2 interp_poly 2940 3316 0 0 0.562 3000 3297 0 0 0.562 2940 3316 0 0 0.562 2 interp_poly -46 -16 60 -13 2958 3398 3 MP PP 2958 3398 0 0 0.625 3018 3385 0 0 0.562 2958 3398 0 0 0.625 2 interp_poly 3018 3385 0 0 0.562 2972 3369 0 0 0.562 3018 3385 0 0 0.562 2 interp_poly 60 -13 -46 -14 3004 3412 3 MP PP 3004 3412 0 0 0.625 2958 3398 0 0 0.625 3004 3412 0 0 0.625 2 interp_poly 2958 3398 0 0 0.625 3018 3385 0 0 0.562 2958 3398 0 0 0.625 2 interp_poly -47 -16 61 -18 2972 3369 3 MP PP 2972 3369 0 0 0.562 3033 3351 0 0 0.562 2972 3369 0 0 0.562 2 interp_poly 3033 3351 0 0 0.562 2986 3335 0 0 0.562 3033 3351 0 0 0.562 2 interp_poly 61 -18 -46 -16 3018 3385 3 MP PP 3018 3385 0 0 0.562 2972 3369 0 0 0.562 3018 3385 0 0 0.562 2 interp_poly 2972 3369 0 0 0.562 3033 3351 0 0 0.562 2972 3369 0 0 0.562 2 interp_poly -47 -22 61 -16 2986 3335 3 MP PP 2986 3335 0 0 0.562 3047 3319 0 0 0.562 2986 3335 0 0 0.562 2 interp_poly 3047 3319 0 0 0.562 3000 3297 0 0 0.562 3047 3319 0 0 0.562 2 interp_poly 61 -16 -47 -16 3033 3351 3 MP PP 3033 3351 0 0 0.562 2986 3335 0 0 0.562 3033 3351 0 0 0.562 2 interp_poly 2986 3335 0 0 0.562 3047 3319 0 0 0.562 2986 3335 0 0 0.562 2 interp_poly -46 156 60 5 2999 3288 3 MP PP 2999 3288 0 0.5 1 3059 3293 0 0.438 1 2999 3288 0 0.5 1 2 interp_poly 3059 3293 0 0.438 1 3013 3449 0 0.0625 1 3059 3293 0 0.438 1 2 interp_poly 61 -20 -47 -149 3064 3371 3 MP PP 3064 3371 0 0.562 1 3017 3222 0 0.812 1 3064 3371 0 0.562 1 2 interp_poly 3017 3222 0 0.812 1 3078 3202 0 0.812 1 3017 3222 0 0.812 1 2 interp_poly -47 -88 61 -20 3017 3222 3 MP PP 3017 3222 0 0.812 1 3078 3202 0 0.812 1 3017 3222 0 0.812 1 2 interp_poly 3078 3202 0 0.812 1 3031 3114 0 1 1 3078 3202 0 0.812 1 2 interp_poly 60 -22 -46 -24 3062 4315 3 MP PP 3062 4315 0 0 0.562 3016 4291 0 0 0.562 3062 4315 0 0 0.562 2 interp_poly 3016 4291 0 0 0.562 3076 4269 0 0 0.562 3016 4291 0 0 0.562 2 interp_poly -46 -27 60 -22 3016 4291 3 MP PP 3016 4291 0 0 0.562 3076 4269 0 0 0.562 3016 4291 0 0 0.562 2 interp_poly 3076 4269 0 0 0.562 3030 4242 0 0 0.562 3076 4269 0 0 0.562 2 interp_poly 61 -20 -47 -38 3058 4066 3 MP PP 3058 4066 0 0 0.75 3011 4028 0 0 0.812 3058 4066 0 0 0.75 2 interp_poly 3011 4028 0 0 0.812 3072 4008 0 0 0.812 3011 4028 0 0 0.812 2 interp_poly -47 -28 61 -20 3011 4028 3 MP PP 3011 4028 0 0 0.812 3072 4008 0 0 0.812 3011 4028 0 0 0.812 2 interp_poly 3072 4008 0 0 0.812 3025 3980 0 0 0.812 3072 4008 0 0 0.812 2 interp_poly 61 -13 -47 -34 3054 3936 3 MP PP 3054 3936 0 0 0.75 3007 3902 0 0 0.812 3054 3936 0 0 0.75 2 interp_poly 3007 3902 0 0 0.812 3068 3889 0 0 0.812 3007 3902 0 0 0.812 2 interp_poly -47 -52 61 -13 3007 3902 3 MP PP 3007 3902 0 0 0.812 3068 3889 0 0 0.812 3007 3902 0 0 0.812 2 interp_poly 3068 3889 0 0 0.812 3021 3837 0 0 0.812 3068 3889 0 0 0.812 2 interp_poly 60 -17 -46 -22 3052 3029 3 MP PP 3052 3029 0 0 0.562 3006 3007 0 0 0.562 3052 3029 0 0 0.562 2 interp_poly 3006 3007 0 0 0.562 3066 2990 0 0 0.562 3006 3007 0 0 0.562 2 interp_poly 60 -16 -46 -22 3052 4491 3 MP PP 3052 4491 0 0 0.562 3006 4469 0 0 0.562 3052 4491 0 0 0.562 2 interp_poly 3006 4469 0 0 0.562 3066 4453 0 0 0.562 3006 4469 0 0 0.562 2 interp_poly -46 -22 60 -16 3006 4469 3 MP PP 3006 4469 0 0 0.562 3066 4453 0 0 0.562 3006 4469 0 0 0.562 2 interp_poly 3066 4453 0 0 0.562 3020 4431 0 0 0.562 3066 4453 0 0 0.562 2 interp_poly -47 -18 61 -15 2911 3384 3 MP PP 2911 3384 0 0 0.562 2972 3369 0 0 0.562 2911 3384 0 0 0.562 2 interp_poly 2972 3369 0 0 0.562 2925 3351 0 0 0.562 2972 3369 0 0 0.562 2 interp_poly 61 -15 -47 -14 2958 3398 3 MP PP 2958 3398 0 0 0.625 2911 3384 0 0 0.562 2958 3398 0 0 0.625 2 interp_poly 2911 3384 0 0 0.562 2972 3369 0 0 0.562 2911 3384 0 0 0.562 2 interp_poly -46 -19 61 -16 2925 3351 3 MP PP 2925 3351 0 0 0.562 2986 3335 0 0 0.562 2925 3351 0 0 0.562 2 interp_poly 2986 3335 0 0 0.562 2940 3316 0 0 0.562 2986 3335 0 0 0.562 2 interp_poly 61 -16 -47 -18 2972 3369 3 MP PP 2972 3369 0 0 0.562 2925 3351 0 0 0.562 2972 3369 0 0 0.562 2 interp_poly 2925 3351 0 0 0.562 2986 3335 0 0 0.562 2925 3351 0 0 0.562 2 interp_poly -46 -14 60 -18 2944 3430 3 MP PP 2944 3430 0 0 0.625 3004 3412 0 0 0.625 2944 3430 0 0 0.625 2 interp_poly 3004 3412 0 0 0.625 2958 3398 0 0 0.625 3004 3412 0 0 0.625 2 interp_poly 60 -18 -46 -22 2990 3452 3 MP PP 2990 3452 0 0 0.625 2944 3430 0 0 0.625 2990 3452 0 0 0.625 2 interp_poly 2944 3430 0 0 0.625 3004 3412 0 0 0.625 2944 3430 0 0 0.625 2 interp_poly 61 22 -47 139 2999 3288 3 MP PP 2999 3288 0 0.5 1 2952 3427 0 0.188 1 2999 3288 0 0.5 1 2 interp_poly 2952 3427 0 0.188 1 3013 3449 0 0.0625 1 2952 3427 0 0.188 1 2 interp_poly 61 14 -46 -159 3049 3516 3 MP PP 3049 3516 0 0.375 1 3003 3357 0 0.625 1 3049 3516 0 0.375 1 2 interp_poly 3003 3357 0 0.625 1 3064 3371 0 0.562 1 3003 3357 0 0.625 1 2 interp_poly -47 -149 61 14 3003 3357 3 MP PP 3003 3357 0 0.625 1 3064 3371 0 0.562 1 3003 3357 0 0.625 1 2 interp_poly 3064 3371 0 0.562 1 3017 3222 0 0.812 1 3064 3371 0 0.562 1 2 interp_poly 61 -19 -47 -22 3048 4356 3 MP PP 3048 4356 0 0 0.562 3001 4334 0 0 0.562 3048 4356 0 0 0.562 2 interp_poly 3001 4334 0 0 0.562 3062 4315 0 0 0.562 3001 4334 0 0 0.562 2 interp_poly -46 -24 61 -19 3001 4334 3 MP PP 3001 4334 0 0 0.562 3062 4315 0 0 0.562 3001 4334 0 0 0.562 2 interp_poly 3062 4315 0 0 0.562 3016 4291 0 0 0.562 3062 4315 0 0 0.562 2 interp_poly 61 -41 -47 -50 3044 4157 3 MP PP 3044 4157 0 0 0.688 2997 4107 0 0 0.75 3044 4157 0 0 0.688 2 interp_poly 2997 4107 0 0 0.75 3058 4066 0 0 0.75 2997 4107 0 0 0.75 2 interp_poly -47 -38 61 -41 2997 4107 3 MP PP 2997 4107 0 0 0.75 3058 4066 0 0 0.75 2997 4107 0 0 0.75 2 interp_poly 3058 4066 0 0 0.75 3011 4028 0 0 0.812 3058 4066 0 0 0.75 2 interp_poly 61 -6 -47 -24 3040 3966 3 MP PP 3040 3966 0 0 0.75 2993 3942 0 0 0.812 3040 3966 0 0 0.75 2 interp_poly 2993 3942 0 0 0.812 3054 3936 0 0 0.75 2993 3942 0 0 0.812 2 interp_poly -47 -34 61 -6 2993 3942 3 MP PP 2993 3942 0 0 0.812 3054 3936 0 0 0.75 2993 3942 0 0 0.812 2 interp_poly 3054 3936 0 0 0.75 3007 3902 0 0 0.812 3054 3936 0 0 0.75 2 interp_poly 60 -16 -46 -20 3038 3065 3 MP PP 3038 3065 0 0 0.562 2992 3045 0 0 0.562 3038 3065 0 0 0.562 2 interp_poly 2992 3045 0 0 0.562 3052 3029 0 0 0.562 2992 3045 0 0 0.562 2 interp_poly -46 -22 60 -16 2992 3045 3 MP PP 2992 3045 0 0 0.562 3052 3029 0 0 0.562 2992 3045 0 0 0.562 2 interp_poly 3052 3029 0 0 0.562 3006 3007 0 0 0.562 3052 3029 0 0 0.562 2 interp_poly 60 -16 -46 -21 3038 4528 3 MP PP 3038 4528 0 0 0.562 2992 4507 0 0 0.562 3038 4528 0 0 0.562 2 interp_poly 2992 4507 0 0 0.562 3052 4491 0 0 0.562 2992 4507 0 0 0.562 2 interp_poly -46 -22 60 -16 2992 4507 3 MP PP 2992 4507 0 0 0.562 3052 4491 0 0 0.562 2992 4507 0 0 0.562 2 interp_poly 3052 4491 0 0 0.562 3006 4469 0 0 0.562 3052 4491 0 0 0.562 2 interp_poly -46 -12 60 -9 2934 3554 3 MP PP 2934 3554 0 0 0.688 2994 3545 0 0 0.688 2934 3554 0 0 0.688 2 interp_poly 2994 3545 0 0 0.688 2948 3533 0 0 0.688 2994 3545 0 0 0.688 2 interp_poly 60 -9 -46 -1 2980 3555 3 MP PP 2980 3555 0 0 0.75 2934 3554 0 0 0.688 2980 3555 0 0 0.75 2 interp_poly 2934 3554 0 0 0.688 2994 3545 0 0 0.688 2934 3554 0 0 0.688 2 interp_poly 61 -9 -46 -12 2994 3545 3 MP PP 2994 3545 0 0 0.688 2948 3533 0 0 0.688 2994 3545 0 0 0.688 2 interp_poly 2948 3533 0 0 0.688 3009 3524 0 0 0.625 2948 3533 0 0 0.688 2 interp_poly -47 -13 61 -9 2948 3533 3 MP PP 2948 3533 0 0 0.688 3009 3524 0 0 0.625 2948 3533 0 0 0.688 2 interp_poly 3009 3524 0 0 0.625 2962 3511 0 0 0.625 3009 3524 0 0 0.625 2 interp_poly -47 -14 61 4 2980 3555 3 MP PP 2980 3555 0 0 0.75 3041 3559 0 0 0.688 2980 3555 0 0 0.75 2 interp_poly 3041 3559 0 0 0.688 2994 3545 0 0 0.688 3041 3559 0 0 0.688 2 interp_poly -47 12 61 22 2966 3521 3 MP PP 2966 3521 0 0 0.875 3027 3543 0 0 0.812 2966 3521 0 0 0.875 2 interp_poly 3027 3543 0 0 0.812 2980 3555 0 0 0.75 3027 3543 0 0 0.812 2 interp_poly 61 22 -47 72 3013 3449 3 MP PP 3013 3449 0 0.0625 1 2966 3521 0 0 0.875 3013 3449 0 0.0625 1 2 interp_poly 2966 3521 0 0 0.875 3027 3543 0 0 0.812 2966 3521 0 0 0.875 2 interp_poly 61 4 -47 12 3027 3543 3 MP PP 3027 3543 0 0 0.812 2980 3555 0 0 0.75 3027 3543 0 0 0.812 2 interp_poly 2980 3555 0 0 0.75 3041 3559 0 0 0.688 2980 3555 0 0 0.75 2 interp_poly 60 -13 -46 -164 3035 3693 3 MP PP 3035 3693 0 0.0625 1 2989 3529 0 0.375 1 3035 3693 0 0.0625 1 2 interp_poly 2989 3529 0 0.375 1 3049 3516 0 0.375 1 2989 3529 0 0.375 1 2 interp_poly -46 -20 60 -14 2916 3503 3 MP PP 2916 3503 0 0 0.625 2976 3489 0 0 0.625 2916 3503 0 0 0.625 2 interp_poly 2976 3489 0 0 0.625 2930 3469 0 0 0.625 2976 3489 0 0 0.625 2 interp_poly 60 -14 -46 -8 2962 3511 3 MP PP 2962 3511 0 0 0.625 2916 3503 0 0 0.625 2962 3511 0 0 0.625 2 interp_poly 2916 3503 0 0 0.625 2976 3489 0 0 0.625 2916 3503 0 0 0.625 2 interp_poly -46 -22 60 -17 2930 3469 3 MP PP 2930 3469 0 0 0.625 2990 3452 0 0 0.625 2930 3469 0 0 0.625 2 interp_poly 2990 3452 0 0 0.625 2944 3430 0 0 0.625 2990 3452 0 0 0.625 2 interp_poly 60 -17 -46 -20 2976 3489 3 MP PP 2976 3489 0 0 0.625 2930 3469 0 0 0.625 2976 3489 0 0 0.625 2 interp_poly 2930 3469 0 0 0.625 2990 3452 0 0 0.625 2930 3469 0 0 0.625 2 interp_poly -47 72 61 22 2952 3427 3 MP PP 2952 3427 0 0.188 1 3013 3449 0 0.0625 1 2952 3427 0 0.188 1 2 interp_poly 3013 3449 0 0.0625 1 2966 3521 0 0 0.875 3013 3449 0 0.0625 1 2 interp_poly -46 -159 60 -13 2989 3529 3 MP PP 2989 3529 0 0.375 1 3049 3516 0 0.375 1 2989 3529 0 0.375 1 2 interp_poly 3049 3516 0 0.375 1 3003 3357 0 0.625 1 3049 3516 0 0.375 1 2 interp_poly 61 -16 -47 -22 3034 4394 3 MP PP 3034 4394 0 0 0.562 2987 4372 0 0 0.562 3034 4394 0 0 0.562 2 interp_poly 2987 4372 0 0 0.562 3048 4356 0 0 0.562 2987 4372 0 0 0.562 2 interp_poly -47 -22 61 -16 2987 4372 3 MP PP 2987 4372 0 0 0.562 3048 4356 0 0 0.562 2987 4372 0 0 0.562 2 interp_poly 3048 4356 0 0 0.562 3001 4334 0 0 0.562 3048 4356 0 0 0.562 2 interp_poly 61 -52 -47 -33 3030 4242 3 MP PP 3030 4242 0 0 0.562 2983 4209 0 0 0.562 3030 4242 0 0 0.562 2 interp_poly 2983 4209 0 0 0.562 3044 4157 0 0 0.688 2983 4209 0 0 0.562 2 interp_poly -47 -50 61 -52 2983 4209 3 MP PP 2983 4209 0 0 0.562 3044 4157 0 0 0.688 2983 4209 0 0 0.562 2 interp_poly 3044 4157 0 0 0.688 2997 4107 0 0 0.75 3044 4157 0 0 0.688 2 interp_poly 61 7 -46 -21 3025 3980 3 MP PP 3025 3980 0 0 0.812 2979 3959 0 0 0.812 3025 3980 0 0 0.812 2 interp_poly 2979 3959 0 0 0.812 3040 3966 0 0 0.75 2979 3959 0 0 0.812 2 interp_poly -47 -24 61 7 2979 3959 3 MP PP 2979 3959 0 0 0.812 3040 3966 0 0 0.75 2979 3959 0 0 0.812 2 interp_poly 3040 3966 0 0 0.75 2993 3942 0 0 0.812 3040 3966 0 0 0.75 2 interp_poly 60 -16 -46 -21 3024 3102 3 MP PP 3024 3102 0 0 0.562 2978 3081 0 0 0.562 3024 3102 0 0 0.562 2 interp_poly 2978 3081 0 0 0.562 3038 3065 0 0 0.562 2978 3081 0 0 0.562 2 interp_poly -46 -20 60 -16 2978 3081 3 MP PP 2978 3081 0 0 0.562 3038 3065 0 0 0.562 2978 3081 0 0 0.562 2 interp_poly 3038 3065 0 0 0.562 2992 3045 0 0 0.562 3038 3065 0 0 0.562 2 interp_poly 60 -50 -46 -94 3021 3837 3 MP PP 3021 3837 0 0 0.812 2975 3743 0 0 1 3021 3837 0 0 0.812 2 interp_poly 2975 3743 0 0 1 3035 3693 0 0.0625 1 2975 3743 0 0 1 2 interp_poly -46 -164 60 -50 2975 3743 3 MP PP 2975 3743 0 0 1 3035 3693 0 0.0625 1 2975 3743 0 0 1 2 interp_poly 3035 3693 0 0.0625 1 2989 3529 0 0.375 1 3035 3693 0 0.0625 1 2 interp_poly 61 -16 -47 -21 3020 4431 3 MP PP 3020 4431 0 0 0.562 2973 4410 0 0 0.562 3020 4431 0 0 0.562 2 interp_poly 2973 4410 0 0 0.562 3034 4394 0 0 0.562 2973 4410 0 0 0.562 2 interp_poly -47 -22 61 -16 2973 4410 3 MP PP 2973 4410 0 0 0.562 3034 4394 0 0 0.562 2973 4410 0 0 0.562 2 interp_poly 3034 4394 0 0 0.562 2987 4372 0 0 0.562 3034 4394 0 0 0.562 2 interp_poly -46 -17 60 -17 2875 3206 3 MP PP 2875 3206 0 0 0.562 2935 3189 0 0 0.562 2875 3206 0 0 0.562 2 interp_poly 2935 3189 0 0 0.562 2889 3172 0 0 0.562 2935 3189 0 0 0.562 2 interp_poly 60 -17 -46 -20 2921 3226 3 MP PP 2921 3226 0 0 0.562 2875 3206 0 0 0.562 2921 3226 0 0 0.562 2 interp_poly 2875 3206 0 0 0.562 2935 3189 0 0 0.562 2875 3206 0 0 0.562 2 interp_poly 60 -17 -46 -17 2935 3189 3 MP PP 2935 3189 0 0 0.562 2889 3172 0 0 0.562 2935 3189 0 0 0.562 2 interp_poly 2889 3172 0 0 0.562 2949 3155 0 0 0.562 2889 3172 0 0 0.562 2 interp_poly -47 -15 61 -17 2893 3294 3 MP PP 2893 3294 0 0 0.562 2954 3277 0 0 0.562 2893 3294 0 0 0.562 2 interp_poly 2954 3277 0 0 0.562 2907 3262 0 0 0.562 2954 3277 0 0 0.562 2 interp_poly 61 -17 -47 -22 2940 3316 3 MP PP 2940 3316 0 0 0.562 2893 3294 0 0 0.562 2940 3316 0 0 0.562 2 interp_poly 2893 3294 0 0 0.562 2954 3277 0 0 0.562 2893 3294 0 0 0.562 2 interp_poly -47 -19 61 -17 2907 3262 3 MP PP 2907 3262 0 0 0.562 2968 3245 0 0 0.562 2907 3262 0 0 0.562 2 interp_poly 2968 3245 0 0 0.562 2921 3226 0 0 0.562 2968 3245 0 0 0.562 2 interp_poly 61 -17 -47 -15 2954 3277 3 MP PP 2954 3277 0 0 0.562 2907 3262 0 0 0.562 2954 3277 0 0 0.562 2 interp_poly 2907 3262 0 0 0.562 2968 3245 0 0 0.562 2907 3262 0 0 0.562 2 interp_poly -47 -19 61 -18 2921 3226 3 MP PP 2921 3226 0 0 0.562 2982 3208 0 0 0.562 2921 3226 0 0 0.562 2 interp_poly 2982 3208 0 0 0.562 2935 3189 0 0 0.562 2982 3208 0 0 0.562 2 interp_poly 61 -18 -47 -19 2968 3245 3 MP PP 2968 3245 0 0 0.562 2921 3226 0 0 0.562 2968 3245 0 0 0.562 2 interp_poly 2921 3226 0 0 0.562 2982 3208 0 0 0.562 2921 3226 0 0 0.562 2 interp_poly -47 128 61 -21 2924 3180 3 MP PP 2924 3180 0 0.812 1 2985 3159 0 0.812 1 2924 3180 0 0.812 1 2 interp_poly 2985 3159 0 0.812 1 2938 3287 0 0.562 1 2985 3159 0 0.812 1 2 interp_poly 61 -21 -47 30 2971 3150 3 MP PP 2971 3150 0 0.938 1 2924 3180 0 0.812 1 2971 3150 0 0.938 1 2 interp_poly 2924 3180 0 0.812 1 2985 3159 0 0.812 1 2924 3180 0 0.812 1 2 interp_poly 61 1 -47 128 2985 3159 3 MP PP 2985 3159 0 0.812 1 2938 3287 0 0.562 1 2985 3159 0 0.812 1 2 interp_poly 2938 3287 0 0.562 1 2999 3288 0 0.5 1 2938 3287 0 0.562 1 2 interp_poly -46 45 60 -36 2971 3150 3 MP PP 2971 3150 0 0.938 1 3031 3114 0 1 1 2971 3150 0 0.938 1 2 interp_poly 3031 3114 0 1 1 2985 3159 0 0.812 1 3031 3114 0 1 1 2 interp_poly 60 -36 -46 -72 3017 3222 3 MP PP 3017 3222 0 0.812 1 2971 3150 0 0.938 1 3017 3222 0 0.812 1 2 interp_poly 2971 3150 0 0.938 1 3031 3114 0 1 1 2971 3150 0 0.938 1 2 interp_poly 61 -24 -47 -25 3016 4291 3 MP PP 3016 4291 0 0 0.562 2969 4266 0 0 0.562 3016 4291 0 0 0.562 2 interp_poly 2969 4266 0 0 0.562 3030 4242 0 0 0.562 2969 4266 0 0 0.562 2 interp_poly -47 -33 61 -24 2969 4266 3 MP PP 2969 4266 0 0 0.562 3030 4242 0 0 0.562 2969 4266 0 0 0.562 2 interp_poly 3030 4242 0 0 0.562 2983 4209 0 0 0.562 3030 4242 0 0 0.562 2 interp_poly 60 -11 -46 -37 3011 4028 3 MP PP 3011 4028 0 0 0.812 2965 3991 0 0 0.812 3011 4028 0 0 0.812 2 interp_poly 2965 3991 0 0 0.812 3025 3980 0 0 0.812 2965 3991 0 0 0.812 2 interp_poly -46 -21 60 -11 2965 3991 3 MP PP 2965 3991 0 0 0.812 3025 3980 0 0 0.812 2965 3991 0 0 0.812 2 interp_poly 3025 3980 0 0 0.812 2979 3959 0 0 0.812 3025 3980 0 0 0.812 2 interp_poly -46 -21 60 -17 2964 3119 3 MP PP 2964 3119 0 0 0.562 3024 3102 0 0 0.562 2964 3119 0 0 0.562 2 interp_poly 3024 3102 0 0 0.562 2978 3081 0 0 0.562 3024 3102 0 0 0.562 2 interp_poly 60 -23 -46 -42 3007 3902 3 MP PP 3007 3902 0 0 0.812 2961 3860 0 0 0.812 3007 3902 0 0 0.812 2 interp_poly 2961 3860 0 0 0.812 3021 3837 0 0 0.812 2961 3860 0 0 0.812 2 interp_poly -46 -94 60 -23 2961 3860 3 MP PP 2961 3860 0 0 0.812 3021 3837 0 0 0.812 2961 3860 0 0 0.812 2 interp_poly 3021 3837 0 0 0.812 2975 3743 0 0 1 3021 3837 0 0 0.812 2 interp_poly 61 -17 -47 -21 3006 4469 3 MP PP 3006 4469 0 0 0.562 2959 4448 0 0 0.562 3006 4469 0 0 0.562 2 interp_poly 2959 4448 0 0 0.562 3020 4431 0 0 0.562 2959 4448 0 0 0.562 2 interp_poly -47 -21 61 -17 2959 4448 3 MP PP 2959 4448 0 0 0.562 3020 4431 0 0 0.562 2959 4448 0 0 0.562 2 interp_poly 3020 4431 0 0 0.562 2973 4410 0 0 0.562 3020 4431 0 0 0.562 2 interp_poly -47 -14 61 -11 2897 3409 3 MP PP 2897 3409 0 0 0.625 2958 3398 0 0 0.625 2897 3409 0 0 0.625 2 interp_poly 2958 3398 0 0 0.625 2911 3384 0 0 0.562 2958 3398 0 0 0.625 2 interp_poly 61 -11 -47 -21 2944 3430 3 MP PP 2944 3430 0 0 0.625 2897 3409 0 0 0.625 2944 3430 0 0 0.625 2 interp_poly 2897 3409 0 0 0.625 2958 3398 0 0 0.625 2897 3409 0 0 0.625 2 interp_poly -47 139 61 1 2938 3287 3 MP PP 2938 3287 0 0.562 1 2999 3288 0 0.5 1 2938 3287 0 0.562 1 2 interp_poly 2999 3288 0 0.5 1 2952 3427 0 0.188 1 2999 3288 0 0.5 1 2 interp_poly 61 -6 -47 -129 3003 3357 3 MP PP 3003 3357 0 0.625 1 2956 3228 0 0.875 1 3003 3357 0 0.625 1 2 interp_poly 2956 3228 0 0.875 1 3017 3222 0 0.812 1 2956 3228 0 0.875 1 2 interp_poly -46 -72 61 -6 2956 3228 3 MP PP 2956 3228 0 0.875 1 3017 3222 0 0.812 1 2956 3228 0 0.875 1 2 interp_poly 3017 3222 0 0.812 1 2971 3150 0 0.938 1 3017 3222 0 0.812 1 2 interp_poly 61 -21 -46 -22 3001 4334 3 MP PP 3001 4334 0 0 0.562 2955 4312 0 0 0.562 3001 4334 0 0 0.562 2 interp_poly 2955 4312 0 0 0.562 3016 4291 0 0 0.562 2955 4312 0 0 0.562 2 interp_poly -47 -25 61 -21 2955 4312 3 MP PP 2955 4312 0 0 0.562 3016 4291 0 0 0.562 2955 4312 0 0 0.562 2 interp_poly 3016 4291 0 0 0.562 2969 4266 0 0 0.562 3016 4291 0 0 0.562 2 interp_poly 60 -29 -46 -50 2997 4107 3 MP PP 2997 4107 0 0 0.75 2951 4057 0 0 0.75 2997 4107 0 0 0.75 2 interp_poly 2951 4057 0 0 0.75 3011 4028 0 0 0.812 2951 4057 0 0 0.75 2 interp_poly -46 -37 60 -29 2951 4057 3 MP PP 2951 4057 0 0 0.75 3011 4028 0 0 0.812 2951 4057 0 0 0.75 2 interp_poly 3011 4028 0 0 0.812 2965 3991 0 0 0.812 3011 4028 0 0 0.812 2 interp_poly 60 -7 -46 -33 2993 3942 3 MP PP 2993 3942 0 0 0.812 2947 3909 0 0 0.812 2993 3942 0 0 0.812 2 interp_poly 2947 3909 0 0 0.812 3007 3902 0 0 0.812 2947 3909 0 0 0.812 2 interp_poly -46 -42 60 -7 2947 3909 3 MP PP 2947 3909 0 0 0.812 3007 3902 0 0 0.812 2947 3909 0 0 0.812 2 interp_poly 3007 3902 0 0 0.812 2961 3860 0 0 0.812 3007 3902 0 0 0.812 2 interp_poly 61 -16 -47 -22 2992 3045 3 MP PP 2992 3045 0 0 0.562 2945 3023 0 0 0.562 2992 3045 0 0 0.562 2 interp_poly 2945 3023 0 0 0.562 3006 3007 0 0 0.562 2945 3023 0 0 0.562 2 interp_poly 61 -17 -47 -21 2992 4507 3 MP PP 2992 4507 0 0 0.562 2945 4486 0 0 0.562 2992 4507 0 0 0.562 2 interp_poly 2945 4486 0 0 0.562 3006 4469 0 0 0.562 2945 4486 0 0 0.562 2 interp_poly -47 -21 61 -17 2945 4486 3 MP PP 2945 4486 0 0 0.562 3006 4469 0 0 0.562 2945 4486 0 0 0.562 2 interp_poly 3006 4469 0 0 0.562 2959 4448 0 0 0.562 3006 4469 0 0 0.562 2 interp_poly -46 -14 60 -13 2837 3422 3 MP PP 2837 3422 0 0 0.625 2897 3409 0 0 0.625 2837 3422 0 0 0.625 2 interp_poly 2897 3409 0 0 0.625 2851 3395 0 0 0.562 2897 3409 0 0 0.625 2 interp_poly 60 -13 -46 -27 2883 3449 3 MP PP 2883 3449 0 0 0.625 2837 3422 0 0 0.625 2883 3449 0 0 0.625 2 interp_poly 2837 3422 0 0 0.625 2897 3409 0 0 0.625 2837 3422 0 0 0.625 2 interp_poly -46 -17 60 -11 2851 3395 3 MP PP 2851 3395 0 0 0.562 2911 3384 0 0 0.562 2851 3395 0 0 0.562 2 interp_poly 2911 3384 0 0 0.562 2865 3367 0 0 0.562 2911 3384 0 0 0.562 2 interp_poly 60 -11 -46 -14 2897 3409 3 MP PP 2897 3409 0 0 0.625 2851 3395 0 0 0.562 2897 3409 0 0 0.625 2 interp_poly 2851 3395 0 0 0.562 2911 3384 0 0 0.562 2851 3395 0 0 0.562 2 interp_poly -46 -18 60 -16 2865 3367 3 MP PP 2865 3367 0 0 0.562 2925 3351 0 0 0.562 2865 3367 0 0 0.562 2 interp_poly 2925 3351 0 0 0.562 2879 3333 0 0 0.562 2925 3351 0 0 0.562 2 interp_poly 60 -16 -46 -17 2911 3384 3 MP PP 2911 3384 0 0 0.562 2865 3367 0 0 0.562 2911 3384 0 0 0.562 2 interp_poly 2865 3367 0 0 0.562 2925 3351 0 0 0.562 2865 3367 0 0 0.562 2 interp_poly -47 -22 61 -17 2879 3333 3 MP PP 2879 3333 0 0 0.562 2940 3316 0 0 0.562 2879 3333 0 0 0.562 2 interp_poly 2940 3316 0 0 0.562 2893 3294 0 0 0.562 2940 3316 0 0 0.562 2 interp_poly 61 -17 -46 -18 2925 3351 3 MP PP 2925 3351 0 0 0.562 2879 3333 0 0 0.562 2925 3351 0 0 0.562 2 interp_poly 2879 3333 0 0 0.562 2940 3316 0 0 0.562 2879 3333 0 0 0.562 2 interp_poly -47 -21 61 -19 2883 3449 3 MP PP 2883 3449 0 0 0.625 2944 3430 0 0 0.625 2883 3449 0 0 0.625 2 interp_poly 2944 3430 0 0 0.625 2897 3409 0 0 0.625 2944 3430 0 0 0.625 2 interp_poly 60 20 -46 120 2938 3287 3 MP PP 2938 3287 0 0.562 1 2892 3407 0 0.25 1 2938 3287 0 0.562 1 2 interp_poly 2892 3407 0 0.25 1 2952 3427 0 0.188 1 2892 3407 0 0.25 1 2 interp_poly 61 11 -47 -183 2989 3529 3 MP PP 2989 3529 0 0.375 1 2942 3346 0 0.688 1 2989 3529 0 0.375 1 2 interp_poly 2942 3346 0 0.688 1 3003 3357 0 0.625 1 2942 3346 0 0.688 1 2 interp_poly -47 -129 61 11 2942 3346 3 MP PP 2942 3346 0 0.688 1 3003 3357 0 0.625 1 2942 3346 0 0.688 1 2 interp_poly 3003 3357 0 0.625 1 2956 3228 0 0.875 1 3003 3357 0 0.625 1 2 interp_poly 60 -17 -46 -21 2987 4372 3 MP PP 2987 4372 0 0 0.562 2941 4351 0 0 0.562 2987 4372 0 0 0.562 2 interp_poly 2941 4351 0 0 0.562 3001 4334 0 0 0.562 2941 4351 0 0 0.562 2 interp_poly -46 -22 60 -17 2941 4351 3 MP PP 2941 4351 0 0 0.562 3001 4334 0 0 0.562 2941 4351 0 0 0.562 2 interp_poly 3001 4334 0 0 0.562 2955 4312 0 0 0.562 3001 4334 0 0 0.562 2 interp_poly 60 -60 -46 -42 2983 4209 3 MP PP 2983 4209 0 0 0.562 2937 4167 0 0 0.625 2983 4209 0 0 0.562 2 interp_poly 2937 4167 0 0 0.625 2997 4107 0 0 0.75 2937 4167 0 0 0.625 2 interp_poly -46 -50 60 -60 2937 4167 3 MP PP 2937 4167 0 0 0.625 2997 4107 0 0 0.75 2937 4167 0 0 0.625 2 interp_poly 2997 4107 0 0 0.75 2951 4057 0 0 0.75 2997 4107 0 0 0.75 2 interp_poly 61 2 -47 -19 2979 3959 3 MP PP 2979 3959 0 0 0.812 2932 3940 0 0 0.812 2979 3959 0 0 0.812 2 interp_poly 2932 3940 0 0 0.812 2993 3942 0 0 0.812 2932 3940 0 0 0.812 2 interp_poly -46 -33 61 2 2932 3940 3 MP PP 2932 3940 0 0 0.812 2993 3942 0 0 0.812 2932 3940 0 0 0.812 2 interp_poly 2993 3942 0 0 0.812 2947 3909 0 0 0.812 2993 3942 0 0 0.812 2 interp_poly 61 -16 -47 -20 2978 3081 3 MP PP 2978 3081 0 0 0.562 2931 3061 0 0 0.562 2978 3081 0 0 0.562 2 interp_poly 2931 3061 0 0 0.562 2992 3045 0 0 0.562 2931 3061 0 0 0.562 2 interp_poly -47 -22 61 -16 2931 3061 3 MP PP 2931 3061 0 0 0.562 2992 3045 0 0 0.562 2931 3061 0 0 0.562 2 interp_poly 2992 3045 0 0 0.562 2945 3023 0 0 0.562 2992 3045 0 0 0.562 2 interp_poly 61 -12 -47 -9 2934 3554 3 MP PP 2934 3554 0 0 0.688 2887 3545 0 0 0.688 2934 3554 0 0 0.688 2 interp_poly 2887 3545 0 0 0.688 2948 3533 0 0 0.688 2887 3545 0 0 0.688 2 interp_poly -46 -1 60 6 2920 3549 3 MP PP 2920 3549 0 0 0.812 2980 3555 0 0 0.75 2920 3549 0 0 0.812 2 interp_poly 2980 3555 0 0 0.75 2934 3554 0 0 0.688 2980 3555 0 0 0.75 2 interp_poly -47 -12 61 -12 2887 3545 3 MP PP 2887 3545 0 0 0.688 2948 3533 0 0 0.688 2887 3545 0 0 0.688 2 interp_poly 2948 3533 0 0 0.688 2901 3521 0 0 0.625 2948 3533 0 0 0.688 2 interp_poly 61 -10 -47 -12 2948 3533 3 MP PP 2948 3533 0 0 0.688 2901 3521 0 0 0.625 2948 3533 0 0 0.688 2 interp_poly 2901 3521 0 0 0.625 2962 3511 0 0 0.625 2901 3521 0 0 0.625 2 interp_poly 60 6 -46 28 2966 3521 3 MP PP 2966 3521 0 0 0.875 2920 3549 0 0 0.812 2966 3521 0 0 0.875 2 interp_poly 2920 3549 0 0 0.812 2980 3555 0 0 0.75 2920 3549 0 0 0.812 2 interp_poly 61 -46 -47 -168 2975 3743 3 MP PP 2975 3743 0 0 1 2928 3575 0 0.312 1 2975 3743 0 0 1 2 interp_poly 2928 3575 0 0.312 1 2989 3529 0 0.375 1 2928 3575 0 0.312 1 2 interp_poly -47 -9 61 -6 2873 3560 3 MP PP 2873 3560 0 0 0.75 2934 3554 0 0 0.688 2873 3560 0 0 0.75 2 interp_poly 2934 3554 0 0 0.688 2887 3545 0 0 0.688 2934 3554 0 0 0.688 2 interp_poly 61 -6 -47 11 2920 3549 3 MP PP 2920 3549 0 0 0.812 2873 3560 0 0 0.75 2920 3549 0 0 0.812 2 interp_poly 2873 3560 0 0 0.75 2934 3554 0 0 0.688 2873 3560 0 0 0.75 2 interp_poly 61 -19 -47 -20 2930 3469 3 MP PP 2930 3469 0 0 0.625 2883 3449 0 0 0.625 2930 3469 0 0 0.625 2 interp_poly 2883 3449 0 0 0.625 2944 3430 0 0 0.625 2883 3449 0 0 0.625 2 interp_poly -47 -16 61 -5 2855 3508 3 MP PP 2855 3508 0 0 0.625 2916 3503 0 0 0.625 2855 3508 0 0 0.625 2 interp_poly 2916 3503 0 0 0.625 2869 3487 0 0 0.625 2916 3503 0 0 0.625 2 interp_poly 61 -5 -46 -13 2901 3521 3 MP PP 2901 3521 0 0 0.625 2855 3508 0 0 0.625 2901 3521 0 0 0.625 2 interp_poly 2855 3508 0 0 0.625 2916 3503 0 0 0.625 2855 3508 0 0 0.625 2 interp_poly -47 -20 61 -18 2869 3487 3 MP PP 2869 3487 0 0 0.625 2930 3469 0 0 0.625 2869 3487 0 0 0.625 2 interp_poly 2930 3469 0 0 0.625 2883 3449 0 0 0.625 2930 3469 0 0 0.625 2 interp_poly 61 -18 -47 -16 2916 3503 3 MP PP 2916 3503 0 0 0.625 2869 3487 0 0 0.625 2916 3503 0 0 0.625 2 interp_poly 2869 3487 0 0 0.625 2930 3469 0 0 0.625 2869 3487 0 0 0.625 2 interp_poly -46 78 60 20 2892 3407 3 MP PP 2892 3407 0 0.25 1 2952 3427 0 0.188 1 2892 3407 0 0.25 1 2 interp_poly 2952 3427 0 0.188 1 2906 3505 0 0 0.938 2952 3427 0 0.188 1 2 interp_poly -46 -8 61 -10 2901 3521 3 MP PP 2901 3521 0 0 0.625 2962 3511 0 0 0.625 2901 3521 0 0 0.625 2 interp_poly 2962 3511 0 0 0.625 2916 3503 0 0 0.625 2962 3511 0 0 0.625 2 interp_poly -46 28 60 16 2906 3505 3 MP PP 2906 3505 0 0 0.938 2966 3521 0 0 0.875 2906 3505 0 0 0.938 2 interp_poly 2966 3521 0 0 0.875 2920 3549 0 0 0.812 2966 3521 0 0 0.875 2 interp_poly 60 16 -46 78 2952 3427 3 MP PP 2952 3427 0 0.188 1 2906 3505 0 0 0.938 2952 3427 0 0.188 1 2 interp_poly 2906 3505 0 0 0.938 2966 3521 0 0 0.875 2906 3505 0 0 0.938 2 interp_poly -47 -183 61 -46 2928 3575 3 MP PP 2928 3575 0 0.312 1 2989 3529 0 0.375 1 2928 3575 0 0.312 1 2 interp_poly 2989 3529 0 0.375 1 2942 3346 0 0.688 1 2989 3529 0 0.375 1 2 interp_poly 60 -17 -46 -21 2973 4410 3 MP PP 2973 4410 0 0 0.562 2927 4389 0 0 0.562 2973 4410 0 0 0.562 2 interp_poly 2927 4389 0 0 0.562 2987 4372 0 0 0.562 2927 4389 0 0 0.562 2 interp_poly -46 -21 60 -17 2927 4389 3 MP PP 2927 4389 0 0 0.562 2987 4372 0 0 0.562 2927 4389 0 0 0.562 2 interp_poly 2987 4372 0 0 0.562 2941 4351 0 0 0.562 2987 4372 0 0 0.562 2 interp_poly 60 -29 -46 -28 2969 4266 3 MP PP 2969 4266 0 0 0.562 2923 4238 0 0 0.562 2969 4266 0 0 0.562 2 interp_poly 2923 4238 0 0 0.562 2983 4209 0 0 0.562 2923 4238 0 0 0.562 2 interp_poly -46 -42 60 -29 2923 4238 3 MP PP 2923 4238 0 0 0.562 2983 4209 0 0 0.562 2923 4238 0 0 0.562 2 interp_poly 2983 4209 0 0 0.562 2937 4167 0 0 0.625 2983 4209 0 0 0.562 2 interp_poly 61 2 -47 -34 2965 3991 3 MP PP 2965 3991 0 0 0.812 2918 3957 0 0 0.875 2965 3991 0 0 0.812 2 interp_poly 2918 3957 0 0 0.875 2979 3959 0 0 0.812 2918 3957 0 0 0.875 2 interp_poly -47 -19 61 2 2918 3957 3 MP PP 2918 3957 0 0 0.875 2979 3959 0 0 0.812 2918 3957 0 0 0.875 2 interp_poly 2979 3959 0 0 0.812 2932 3940 0 0 0.812 2979 3959 0 0 0.812 2 interp_poly 61 -17 -47 -21 2964 3119 3 MP PP 2964 3119 0 0 0.562 2917 3098 0 0 0.562 2964 3119 0 0 0.562 2 interp_poly 2917 3098 0 0 0.562 2978 3081 0 0 0.562 2917 3098 0 0 0.562 2 interp_poly -47 -20 61 -17 2917 3098 3 MP PP 2917 3098 0 0 0.562 2978 3081 0 0 0.562 2917 3098 0 0 0.562 2 interp_poly 2978 3081 0 0 0.562 2931 3061 0 0 0.562 2978 3081 0 0 0.562 2 interp_poly 61 -53 -47 -64 2961 3860 3 MP PP 2961 3860 0 0 0.812 2914 3796 0 0 0.938 2961 3860 0 0 0.812 2 interp_poly 2914 3796 0 0 0.938 2975 3743 0 0 1 2914 3796 0 0 0.938 2 interp_poly -47 -168 61 -53 2914 3796 3 MP PP 2914 3796 0 0 0.938 2975 3743 0 0 1 2914 3796 0 0 0.938 2 interp_poly 2975 3743 0 0 1 2928 3575 0 0.312 1 2975 3743 0 0 1 2 interp_poly 60 -16 -46 -22 2959 4448 3 MP PP 2959 4448 0 0 0.562 2913 4426 0 0 0.562 2959 4448 0 0 0.562 2 interp_poly 2913 4426 0 0 0.562 2973 4410 0 0 0.562 2913 4426 0 0 0.562 2 interp_poly -46 -21 60 -16 2913 4426 3 MP PP 2913 4426 0 0 0.562 2973 4410 0 0 0.562 2913 4426 0 0 0.562 2 interp_poly 2973 4410 0 0 0.562 2927 4389 0 0 0.562 2973 4410 0 0 0.562 2 interp_poly -47 -18 61 -16 2814 3222 3 MP PP 2814 3222 0 0 0.562 2875 3206 0 0 0.562 2814 3222 0 0 0.562 2 interp_poly 2875 3206 0 0 0.562 2828 3188 0 0 0.562 2875 3206 0 0 0.562 2 interp_poly 61 -16 -47 -21 2861 3243 3 MP PP 2861 3243 0 0 0.562 2814 3222 0 0 0.562 2861 3243 0 0 0.562 2 interp_poly 2814 3222 0 0 0.562 2875 3206 0 0 0.562 2814 3222 0 0 0.562 2 interp_poly 61 -16 -47 -18 2875 3206 3 MP PP 2875 3206 0 0 0.562 2828 3188 0 0 0.562 2875 3206 0 0 0.562 2 interp_poly 2828 3188 0 0 0.562 2889 3172 0 0 0.562 2828 3188 0 0 0.562 2 interp_poly -46 -19 60 -15 2847 3277 3 MP PP 2847 3277 0 0 0.562 2907 3262 0 0 0.562 2847 3277 0 0 0.562 2 interp_poly 2907 3262 0 0 0.562 2861 3243 0 0 0.562 2907 3262 0 0 0.562 2 interp_poly 60 -15 -46 -17 2893 3294 3 MP PP 2893 3294 0 0 0.562 2847 3277 0 0 0.562 2893 3294 0 0 0.562 2 interp_poly 2847 3277 0 0 0.562 2907 3262 0 0 0.562 2847 3277 0 0 0.562 2 interp_poly -46 -20 60 -17 2861 3243 3 MP PP 2861 3243 0 0 0.562 2921 3226 0 0 0.562 2861 3243 0 0 0.562 2 interp_poly 2921 3226 0 0 0.562 2875 3206 0 0 0.562 2921 3226 0 0 0.562 2 interp_poly 60 -17 -46 -19 2907 3262 3 MP PP 2907 3262 0 0 0.562 2861 3243 0 0 0.562 2907 3262 0 0 0.562 2 interp_poly 2861 3243 0 0 0.562 2921 3226 0 0 0.562 2861 3243 0 0 0.562 2 interp_poly -46 105 61 -6 2863 3186 3 MP PP 2863 3186 0 0.875 1 2924 3180 0 0.812 1 2863 3186 0 0.875 1 2 interp_poly 2924 3180 0 0.812 1 2878 3285 0 0.562 1 2924 3180 0 0.812 1 2 interp_poly -46 -19 60 -17 2889 3172 3 MP PP 2889 3172 0 0 0.562 2949 3155 0 0 0.562 2889 3172 0 0 0.562 2 interp_poly 2949 3155 0 0 0.562 2903 3136 0 0 0.562 2949 3155 0 0 0.562 2 interp_poly 61 -6 -47 21 2910 3165 3 MP PP 2910 3165 0 0.938 1 2863 3186 0 0.875 1 2910 3165 0 0.938 1 2 interp_poly 2863 3186 0 0.875 1 2924 3180 0 0.812 1 2863 3186 0 0.875 1 2 interp_poly 60 2 -46 105 2924 3180 3 MP PP 2924 3180 0 0.812 1 2878 3285 0 0.562 1 2924 3180 0 0.812 1 2 interp_poly 2878 3285 0 0.562 1 2938 3287 0 0.562 1 2878 3285 0 0.562 1 2 interp_poly 61 -17 -46 -19 2949 3155 3 MP PP 2949 3155 0 0 0.562 2903 3136 0 0 0.562 2949 3155 0 0 0.562 2 interp_poly 2903 3136 0 0 0.562 2964 3119 0 0 0.562 2903 3136 0 0 0.562 2 interp_poly -47 30 61 -15 2910 3165 3 MP PP 2910 3165 0 0.938 1 2971 3150 0 0.938 1 2910 3165 0 0.938 1 2 interp_poly 2971 3150 0 0.938 1 2924 3180 0 0.812 1 2971 3150 0 0.938 1 2 interp_poly 61 -15 -46 -63 2956 3228 3 MP PP 2956 3228 0 0.875 1 2910 3165 0 0.938 1 2956 3228 0 0.875 1 2 interp_poly 2910 3165 0 0.938 1 2971 3150 0 0.938 1 2910 3165 0 0.938 1 2 interp_poly 61 -23 -47 -23 2955 4312 3 MP PP 2955 4312 0 0 0.562 2908 4289 0 0 0.562 2955 4312 0 0 0.562 2 interp_poly 2908 4289 0 0 0.562 2969 4266 0 0 0.562 2908 4289 0 0 0.562 2 interp_poly -46 -28 61 -23 2908 4289 3 MP PP 2908 4289 0 0 0.562 2969 4266 0 0 0.562 2908 4289 0 0 0.562 2 interp_poly 2969 4266 0 0 0.562 2923 4238 0 0 0.562 2969 4266 0 0 0.562 2 interp_poly 61 -20 -47 -46 2951 4057 3 MP PP 2951 4057 0 0 0.75 2904 4011 0 0 0.812 2951 4057 0 0 0.75 2 interp_poly 2904 4011 0 0 0.812 2965 3991 0 0 0.812 2904 4011 0 0 0.812 2 interp_poly -47 -34 61 -20 2904 4011 3 MP PP 2904 4011 0 0 0.812 2965 3991 0 0 0.812 2904 4011 0 0 0.812 2 interp_poly 2965 3991 0 0 0.812 2918 3957 0 0 0.875 2965 3991 0 0 0.812 2 interp_poly -47 -21 61 -17 2903 3136 3 MP PP 2903 3136 0 0 0.562 2964 3119 0 0 0.562 2903 3136 0 0 0.562 2 interp_poly 2964 3119 0 0 0.562 2917 3098 0 0 0.562 2964 3119 0 0 0.562 2 interp_poly 61 -13 -47 -36 2947 3909 3 MP PP 2947 3909 0 0 0.812 2900 3873 0 0 0.812 2947 3909 0 0 0.812 2 interp_poly 2900 3873 0 0 0.812 2961 3860 0 0 0.812 2900 3873 0 0 0.812 2 interp_poly -47 -64 61 -13 2900 3873 3 MP PP 2900 3873 0 0 0.812 2961 3860 0 0 0.812 2900 3873 0 0 0.812 2 interp_poly 2961 3860 0 0 0.812 2914 3796 0 0 0.938 2961 3860 0 0 0.812 2 interp_poly 60 -16 -46 -22 2945 4486 3 MP PP 2945 4486 0 0 0.562 2899 4464 0 0 0.562 2945 4486 0 0 0.562 2 interp_poly 2899 4464 0 0 0.562 2959 4448 0 0 0.562 2899 4464 0 0 0.562 2 interp_poly -46 -22 60 -16 2899 4464 3 MP PP 2899 4464 0 0 0.562 2959 4448 0 0 0.562 2899 4464 0 0 0.562 2 interp_poly 2959 4448 0 0 0.562 2913 4426 0 0 0.562 2959 4448 0 0 0.562 2 interp_poly -46 -17 61 -17 2832 3311 3 MP PP 2832 3311 0 0 0.562 2893 3294 0 0 0.562 2832 3311 0 0 0.562 2 interp_poly 2893 3294 0 0 0.562 2847 3277 0 0 0.562 2893 3294 0 0 0.562 2 interp_poly 61 -17 -47 -22 2879 3333 3 MP PP 2879 3333 0 0 0.562 2832 3311 0 0 0.562 2879 3333 0 0 0.562 2 interp_poly 2832 3311 0 0 0.562 2893 3294 0 0 0.562 2832 3311 0 0 0.562 2 interp_poly -46 120 60 2 2878 3285 3 MP PP 2878 3285 0 0.562 1 2938 3287 0 0.562 1 2878 3285 0 0.562 1 2 interp_poly 2938 3287 0 0.562 1 2892 3407 0 0.25 1 2938 3287 0 0.562 1 2 interp_poly 60 25 -46 -143 2942 3346 3 MP PP 2942 3346 0 0.688 1 2896 3203 0 0.938 1 2942 3346 0 0.688 1 2 interp_poly 2896 3203 0 0.938 1 2956 3228 0 0.875 1 2896 3203 0 0.938 1 2 interp_poly -46 -63 60 25 2896 3203 3 MP PP 2896 3203 0 0.938 1 2956 3228 0 0.875 1 2896 3203 0 0.938 1 2 interp_poly 2956 3228 0 0.875 1 2910 3165 0 0.938 1 2956 3228 0 0.875 1 2 interp_poly 61 -17 -47 -22 2941 4351 3 MP PP 2941 4351 0 0 0.562 2894 4329 0 0 0.562 2941 4351 0 0 0.562 2 interp_poly 2894 4329 0 0 0.562 2955 4312 0 0 0.562 2894 4329 0 0 0.562 2 interp_poly -47 -23 61 -17 2894 4329 3 MP PP 2894 4329 0 0 0.562 2955 4312 0 0 0.562 2894 4329 0 0 0.562 2 interp_poly 2955 4312 0 0 0.562 2908 4289 0 0 0.562 2955 4312 0 0 0.562 2 interp_poly 61 -58 -47 -52 2937 4167 3 MP PP 2937 4167 0 0 0.625 2890 4115 0 0 0.688 2937 4167 0 0 0.625 2 interp_poly 2890 4115 0 0 0.688 2951 4057 0 0 0.75 2890 4115 0 0 0.688 2 interp_poly -47 -46 61 -58 2890 4115 3 MP PP 2890 4115 0 0 0.688 2951 4057 0 0 0.75 2890 4115 0 0 0.688 2 interp_poly 2951 4057 0 0 0.75 2904 4011 0 0 0.812 2951 4057 0 0 0.75 2 interp_poly 61 -5 -46 -26 2932 3940 3 MP PP 2932 3940 0 0 0.812 2886 3914 0 0 0.812 2932 3940 0 0 0.812 2 interp_poly 2886 3914 0 0 0.812 2947 3909 0 0 0.812 2886 3914 0 0 0.812 2 interp_poly -47 -36 61 -5 2886 3914 3 MP PP 2886 3914 0 0 0.812 2947 3909 0 0 0.812 2886 3914 0 0 0.812 2 interp_poly 2947 3909 0 0 0.812 2900 3873 0 0 0.812 2947 3909 0 0 0.812 2 interp_poly 60 -16 -46 -22 2931 3061 3 MP PP 2931 3061 0 0 0.562 2885 3039 0 0 0.562 2931 3061 0 0 0.562 2 interp_poly 2885 3039 0 0 0.562 2945 3023 0 0 0.562 2885 3039 0 0 0.562 2 interp_poly -47 -16 61 -9 2790 3404 3 MP PP 2790 3404 0 0 0.625 2851 3395 0 0 0.562 2790 3404 0 0 0.625 2 interp_poly 2851 3395 0 0 0.562 2804 3379 0 0 0.562 2851 3395 0 0 0.562 2 interp_poly 61 -9 -47 -18 2837 3422 3 MP PP 2837 3422 0 0 0.625 2790 3404 0 0 0.625 2837 3422 0 0 0.625 2 interp_poly 2790 3404 0 0 0.625 2851 3395 0 0 0.562 2790 3404 0 0 0.625 2 interp_poly -47 -19 61 -12 2804 3379 3 MP PP 2804 3379 0 0 0.562 2865 3367 0 0 0.562 2804 3379 0 0 0.562 2 interp_poly 2865 3367 0 0 0.562 2818 3348 0 0 0.562 2865 3367 0 0 0.562 2 interp_poly 61 -12 -47 -16 2851 3395 3 MP PP 2851 3395 0 0 0.562 2804 3379 0 0 0.562 2851 3395 0 0 0.562 2 interp_poly 2804 3379 0 0 0.562 2865 3367 0 0 0.562 2804 3379 0 0 0.562 2 interp_poly -47 -22 61 -15 2818 3348 3 MP PP 2818 3348 0 0 0.562 2879 3333 0 0 0.562 2818 3348 0 0 0.562 2 interp_poly 2879 3333 0 0 0.562 2832 3311 0 0 0.562 2879 3333 0 0 0.562 2 interp_poly 61 -15 -47 -19 2865 3367 3 MP PP 2865 3367 0 0 0.562 2818 3348 0 0 0.562 2865 3367 0 0 0.562 2 interp_poly 2818 3348 0 0 0.562 2879 3333 0 0 0.562 2818 3348 0 0 0.562 2 interp_poly 61 7 -47 115 2878 3285 3 MP PP 2878 3285 0 0.562 1 2831 3400 0 0.312 1 2878 3285 0 0.562 1 2 interp_poly 2831 3400 0 0.312 1 2892 3407 0 0.25 1 2831 3400 0 0.312 1 2 interp_poly 60 -1 -46 -228 2928 3575 3 MP PP 2928 3575 0 0.312 1 2882 3347 0 0.75 1 2928 3575 0 0.312 1 2 interp_poly 2882 3347 0 0.75 1 2942 3346 0 0.688 1 2882 3347 0 0.75 1 2 interp_poly -46 -143 60 -1 2882 3347 3 MP PP 2882 3347 0 0.75 1 2942 3346 0 0.688 1 2882 3347 0 0.75 1 2 interp_poly 2942 3346 0 0.688 1 2896 3203 0 0.938 1 2942 3346 0 0.688 1 2 interp_poly 61 -16 -47 -22 2927 4389 3 MP PP 2927 4389 0 0 0.562 2880 4367 0 0 0.562 2927 4389 0 0 0.562 2 interp_poly 2880 4367 0 0 0.562 2941 4351 0 0 0.562 2880 4367 0 0 0.562 2 interp_poly -47 -22 61 -16 2880 4367 3 MP PP 2880 4367 0 0 0.562 2941 4351 0 0 0.562 2880 4367 0 0 0.562 2 interp_poly 2941 4351 0 0 0.562 2894 4329 0 0 0.562 2941 4351 0 0 0.562 2 interp_poly 61 -40 -47 -31 2923 4238 3 MP PP 2923 4238 0 0 0.562 2876 4207 0 0 0.562 2923 4238 0 0 0.562 2 interp_poly 2876 4207 0 0 0.562 2937 4167 0 0 0.625 2876 4207 0 0 0.562 2 interp_poly -47 -52 61 -40 2876 4207 3 MP PP 2876 4207 0 0 0.562 2937 4167 0 0 0.625 2876 4207 0 0 0.562 2 interp_poly 2937 4167 0 0 0.625 2890 4115 0 0 0.688 2937 4167 0 0 0.625 2 interp_poly 60 8 -46 -25 2918 3957 3 MP PP 2918 3957 0 0 0.875 2872 3932 0 0 0.875 2918 3957 0 0 0.875 2 interp_poly 2872 3932 0 0 0.875 2932 3940 0 0 0.812 2872 3932 0 0 0.875 2 interp_poly -46 -26 60 8 2872 3932 3 MP PP 2872 3932 0 0 0.875 2932 3940 0 0 0.812 2872 3932 0 0 0.875 2 interp_poly 2932 3940 0 0 0.812 2886 3914 0 0 0.812 2932 3940 0 0 0.812 2 interp_poly 60 -16 -46 -21 2917 3098 3 MP PP 2917 3098 0 0 0.562 2871 3077 0 0 0.562 2917 3098 0 0 0.562 2 interp_poly 2871 3077 0 0 0.562 2931 3061 0 0 0.562 2871 3077 0 0 0.562 2 interp_poly -46 -22 60 -16 2871 3077 3 MP PP 2871 3077 0 0 0.562 2931 3061 0 0 0.562 2871 3077 0 0 0.562 2 interp_poly 2931 3061 0 0 0.562 2885 3039 0 0 0.562 2931 3061 0 0 0.562 2 interp_poly 60 -96 -46 -125 2914 3796 3 MP PP 2914 3796 0 0 0.938 2868 3671 0 0.125 1 2914 3796 0 0 0.938 2 interp_poly 2868 3671 0 0.125 1 2928 3575 0 0.312 1 2868 3671 0 0.125 1 2 interp_poly -46 -1 60 -3 2813 3563 3 MP PP 2813 3563 0 0 0.75 2873 3560 0 0 0.75 2813 3563 0 0 0.75 2 interp_poly 2873 3560 0 0 0.75 2827 3559 0 0 0.688 2873 3560 0 0 0.75 2 interp_poly -47 -8 61 -10 2766 3569 3 MP PP 2766 3569 0 0 0.688 2827 3559 0 0 0.688 2766 3569 0 0 0.688 2 interp_poly 2827 3559 0 0 0.688 2780 3551 0 0 0.688 2827 3559 0 0 0.688 2 interp_poly 61 -10 -47 6 2813 3563 3 MP PP 2813 3563 0 0 0.75 2766 3569 0 0 0.688 2813 3563 0 0 0.75 2 interp_poly 2766 3569 0 0 0.688 2827 3559 0 0 0.688 2766 3569 0 0 0.688 2 interp_poly 61 -18 -47 -8 2827 3559 3 MP PP 2827 3559 0 0 0.688 2780 3551 0 0 0.688 2827 3559 0 0 0.688 2 interp_poly 2780 3551 0 0 0.688 2841 3533 0 0 0.688 2780 3551 0 0 0.688 2 interp_poly -46 -12 60 -14 2827 3559 3 MP PP 2827 3559 0 0 0.688 2887 3545 0 0 0.688 2827 3559 0 0 0.688 2 interp_poly 2887 3545 0 0 0.688 2841 3533 0 0 0.688 2887 3545 0 0 0.688 2 interp_poly 60 -14 -46 -1 2873 3560 3 MP PP 2873 3560 0 0 0.75 2827 3559 0 0 0.688 2873 3560 0 0 0.75 2 interp_poly 2827 3559 0 0 0.688 2887 3545 0 0 0.688 2827 3559 0 0 0.688 2 interp_poly 60 -3 -46 18 2859 3545 3 MP PP 2859 3545 0 0 0.812 2813 3563 0 0 0.75 2859 3545 0 0 0.812 2 interp_poly 2813 3563 0 0 0.75 2873 3560 0 0 0.75 2813 3563 0 0 0.75 2 interp_poly -46 -27 60 -17 2823 3466 3 MP PP 2823 3466 0 0 0.625 2883 3449 0 0 0.625 2823 3466 0 0 0.625 2 interp_poly 2883 3449 0 0 0.625 2837 3422 0 0 0.625 2883 3449 0 0 0.625 2 interp_poly 60 -17 -46 -21 2869 3487 3 MP PP 2869 3487 0 0 0.625 2823 3466 0 0 0.625 2869 3487 0 0 0.625 2 interp_poly 2823 3466 0 0 0.625 2883 3449 0 0 0.625 2823 3466 0 0 0.625 2 interp_poly -47 -18 61 -21 2776 3443 3 MP PP 2776 3443 0 0 0.625 2837 3422 0 0 0.625 2776 3443 0 0 0.625 2 interp_poly 2837 3422 0 0 0.625 2790 3404 0 0 0.625 2837 3422 0 0 0.625 2 interp_poly 61 -21 -47 -23 2823 3466 3 MP PP 2823 3466 0 0 0.625 2776 3443 0 0 0.625 2823 3466 0 0 0.625 2 interp_poly 2776 3443 0 0 0.625 2837 3422 0 0 0.625 2776 3443 0 0 0.625 2 interp_poly -46 -21 61 -15 2808 3502 3 MP PP 2808 3502 0 0 0.625 2869 3487 0 0 0.625 2808 3502 0 0 0.625 2 interp_poly 2869 3487 0 0 0.625 2823 3466 0 0 0.625 2869 3487 0 0 0.625 2 interp_poly 61 -15 -47 -6 2855 3508 3 MP PP 2855 3508 0 0 0.625 2808 3502 0 0 0.625 2855 3508 0 0 0.625 2 interp_poly 2808 3502 0 0 0.625 2869 3487 0 0 0.625 2808 3502 0 0 0.625 2 interp_poly -47 87 61 7 2831 3400 3 MP PP 2831 3400 0 0.312 1 2892 3407 0 0.25 1 2831 3400 0 0.312 1 2 interp_poly 2892 3407 0 0.25 1 2845 3494 0 0 1 2892 3407 0 0.25 1 2 interp_poly -46 -13 60 -12 2841 3533 3 MP PP 2841 3533 0 0 0.688 2901 3521 0 0 0.625 2841 3533 0 0 0.688 2 interp_poly 2901 3521 0 0 0.625 2855 3508 0 0 0.625 2901 3521 0 0 0.625 2 interp_poly 60 -12 -46 -12 2887 3545 3 MP PP 2887 3545 0 0 0.688 2841 3533 0 0 0.688 2887 3545 0 0 0.688 2 interp_poly 2841 3533 0 0 0.688 2901 3521 0 0 0.625 2841 3533 0 0 0.688 2 interp_poly -47 -6 61 -13 2794 3521 3 MP PP 2794 3521 0 0 0.625 2855 3508 0 0 0.625 2794 3521 0 0 0.625 2 interp_poly 2855 3508 0 0 0.625 2808 3502 0 0 0.625 2855 3508 0 0 0.625 2 interp_poly 61 -13 -47 -12 2841 3533 3 MP PP 2841 3533 0 0 0.688 2794 3521 0 0 0.625 2841 3533 0 0 0.688 2 interp_poly 2794 3521 0 0 0.625 2855 3508 0 0 0.625 2794 3521 0 0 0.625 2 interp_poly -47 40 61 11 2845 3494 3 MP PP 2845 3494 0 0 1 2906 3505 0 0 0.938 2845 3494 0 0 1 2 interp_poly 2906 3505 0 0 0.938 2859 3545 0 0 0.812 2906 3505 0 0 0.938 2 interp_poly 61 11 -47 87 2892 3407 3 MP PP 2892 3407 0 0.25 1 2845 3494 0 0 1 2892 3407 0 0.25 1 2 interp_poly 2845 3494 0 0 1 2906 3505 0 0 0.938 2845 3494 0 0 1 2 interp_poly -47 11 61 4 2859 3545 3 MP PP 2859 3545 0 0 0.812 2920 3549 0 0 0.812 2859 3545 0 0 0.812 2 interp_poly 2920 3549 0 0 0.812 2873 3560 0 0 0.75 2920 3549 0 0 0.812 2 interp_poly 61 4 -47 40 2906 3505 3 MP PP 2906 3505 0 0 0.938 2859 3545 0 0 0.812 2906 3505 0 0 0.938 2 interp_poly 2859 3545 0 0 0.812 2920 3549 0 0 0.812 2859 3545 0 0 0.812 2 interp_poly -46 -228 60 -96 2868 3671 3 MP PP 2868 3671 0 0.125 1 2928 3575 0 0.312 1 2868 3671 0 0.125 1 2 interp_poly 2928 3575 0 0.312 1 2882 3347 0 0.75 1 2928 3575 0 0.312 1 2 interp_poly 61 -16 -47 -21 2913 4426 3 MP PP 2913 4426 0 0 0.562 2866 4405 0 0 0.562 2913 4426 0 0 0.562 2 interp_poly 2866 4405 0 0 0.562 2927 4389 0 0 0.562 2866 4405 0 0 0.562 2 interp_poly -47 -22 61 -16 2866 4405 3 MP PP 2866 4405 0 0 0.562 2927 4389 0 0 0.562 2866 4405 0 0 0.562 2 interp_poly 2927 4389 0 0 0.562 2880 4367 0 0 0.562 2927 4389 0 0 0.562 2 interp_poly 61 -26 -46 -25 2908 4289 3 MP PP 2908 4289 0 0 0.562 2862 4264 0 0 0.562 2908 4289 0 0 0.562 2 interp_poly 2862 4264 0 0 0.562 2923 4238 0 0 0.562 2862 4264 0 0 0.562 2 interp_poly -47 -31 61 -26 2862 4264 3 MP PP 2862 4264 0 0 0.562 2923 4238 0 0 0.562 2862 4264 0 0 0.562 2 interp_poly 2923 4238 0 0 0.562 2876 4207 0 0 0.562 2923 4238 0 0 0.562 2 interp_poly 60 -12 -46 -42 2904 4011 3 MP PP 2904 4011 0 0 0.812 2858 3969 0 0 0.875 2904 4011 0 0 0.812 2 interp_poly 2858 3969 0 0 0.875 2918 3957 0 0 0.875 2858 3969 0 0 0.875 2 interp_poly -46 -25 60 -12 2858 3969 3 MP PP 2858 3969 0 0 0.875 2918 3957 0 0 0.875 2858 3969 0 0 0.875 2 interp_poly 2918 3957 0 0 0.875 2872 3932 0 0 0.875 2918 3957 0 0 0.875 2 interp_poly 61 -16 -47 -22 2903 3136 3 MP PP 2903 3136 0 0 0.562 2856 3114 0 0 0.562 2903 3136 0 0 0.562 2 interp_poly 2856 3114 0 0 0.562 2917 3098 0 0 0.562 2856 3114 0 0 0.562 2 interp_poly -46 -21 61 -16 2856 3114 3 MP PP 2856 3114 0 0 0.562 2917 3098 0 0 0.562 2856 3114 0 0 0.562 2 interp_poly 2917 3098 0 0 0.562 2871 3077 0 0 0.562 2917 3098 0 0 0.562 2 interp_poly 60 -37 -46 -40 2900 3873 3 MP PP 2900 3873 0 0 0.812 2854 3833 0 0 0.875 2900 3873 0 0 0.812 2 interp_poly 2854 3833 0 0 0.875 2914 3796 0 0 0.938 2854 3833 0 0 0.875 2 interp_poly -46 -125 60 -37 2854 3833 3 MP PP 2854 3833 0 0 0.875 2914 3796 0 0 0.938 2854 3833 0 0 0.875 2 interp_poly 2914 3796 0 0 0.938 2868 3671 0 0.125 1 2914 3796 0 0 0.938 2 interp_poly 61 -17 -47 -21 2899 4464 3 MP PP 2899 4464 0 0 0.562 2852 4443 0 0 0.562 2899 4464 0 0 0.562 2 interp_poly 2852 4443 0 0 0.562 2913 4426 0 0 0.562 2852 4443 0 0 0.562 2 interp_poly -47 -21 61 -17 2852 4443 3 MP PP 2852 4443 0 0 0.562 2913 4426 0 0 0.562 2852 4443 0 0 0.562 2 interp_poly 2913 4426 0 0 0.562 2866 4405 0 0 0.562 2913 4426 0 0 0.562 2 interp_poly -47 -20 61 -16 2828 3188 3 MP PP 2828 3188 0 0 0.562 2889 3172 0 0 0.562 2828 3188 0 0 0.562 2 interp_poly 2889 3172 0 0 0.562 2842 3152 0 0 0.562 2889 3172 0 0 0.562 2 interp_poly -47 -22 61 -16 2842 3152 3 MP PP 2842 3152 0 0 0.562 2903 3136 0 0 0.562 2842 3152 0 0 0.562 2 interp_poly 2903 3136 0 0 0.562 2856 3114 0 0 0.562 2903 3136 0 0 0.562 2 interp_poly 61 -16 -47 -20 2889 3172 3 MP PP 2889 3172 0 0 0.562 2842 3152 0 0 0.562 2889 3172 0 0 0.562 2 interp_poly 2842 3152 0 0 0.562 2903 3136 0 0 0.562 2842 3152 0 0 0.562 2 interp_poly -47 21 61 27 2849 3138 3 MP PP 2849 3138 0 1 1 2910 3165 0 0.938 1 2849 3138 0 1 1 2 interp_poly 2910 3165 0 0.938 1 2863 3186 0 0.875 1 2910 3165 0 0.938 1 2 interp_poly 61 27 -47 -65 2896 3203 3 MP PP 2896 3203 0 0.938 1 2849 3138 0 1 1 2896 3203 0 0.938 1 2 interp_poly 2849 3138 0 1 1 2910 3165 0 0.938 1 2849 3138 0 1 1 2 interp_poly 60 -19 -46 -21 2894 4329 3 MP PP 2894 4329 0 0 0.562 2848 4308 0 0 0.562 2894 4329 0 0 0.562 2 interp_poly 2848 4308 0 0 0.562 2908 4289 0 0 0.562 2848 4308 0 0 0.562 2 interp_poly -46 -25 60 -19 2848 4308 3 MP PP 2848 4308 0 0 0.562 2908 4289 0 0 0.562 2848 4308 0 0 0.562 2 interp_poly 2908 4289 0 0 0.562 2862 4264 0 0 0.562 2908 4289 0 0 0.562 2 interp_poly 60 -44 -46 -60 2890 4115 3 MP PP 2890 4115 0 0 0.688 2844 4055 0 0 0.75 2890 4115 0 0 0.688 2 interp_poly 2844 4055 0 0 0.75 2904 4011 0 0 0.812 2844 4055 0 0 0.75 2 interp_poly -46 -42 60 -44 2844 4055 3 MP PP 2844 4055 0 0 0.75 2904 4011 0 0 0.812 2844 4055 0 0 0.75 2 interp_poly 2904 4011 0 0 0.812 2858 3969 0 0 0.875 2904 4011 0 0 0.812 2 interp_poly 61 -6 -47 -35 2886 3914 3 MP PP 2886 3914 0 0 0.812 2839 3879 0 0 0.875 2886 3914 0 0 0.812 2 interp_poly 2839 3879 0 0 0.875 2900 3873 0 0 0.812 2839 3879 0 0 0.875 2 interp_poly -46 -40 61 -6 2839 3879 3 MP PP 2839 3879 0 0 0.875 2900 3873 0 0 0.812 2839 3879 0 0 0.875 2 interp_poly 2900 3873 0 0 0.812 2854 3833 0 0 0.875 2900 3873 0 0 0.812 2 interp_poly -46 -21 60 -16 2782 3168 3 MP PP 2782 3168 0 0 0.562 2842 3152 0 0 0.562 2782 3168 0 0 0.562 2 interp_poly 2842 3152 0 0 0.562 2796 3131 0 0 0.562 2842 3152 0 0 0.562 2 interp_poly 60 -16 -46 -20 2828 3188 3 MP PP 2828 3188 0 0 0.562 2782 3168 0 0 0.562 2828 3188 0 0 0.562 2 interp_poly 2782 3168 0 0 0.562 2842 3152 0 0 0.562 2782 3168 0 0 0.562 2 interp_poly -47 -22 61 -16 2749 3110 3 MP PP 2749 3110 0 0 0.562 2810 3094 0 0 0.562 2749 3110 0 0 0.562 2 interp_poly 2810 3094 0 0 0.562 2763 3072 0 0 0.562 2810 3094 0 0 0.562 2 interp_poly 61 -16 -47 -21 2796 3131 3 MP PP 2796 3131 0 0 0.562 2749 3110 0 0 0.562 2796 3131 0 0 0.562 2 interp_poly 2749 3110 0 0 0.562 2810 3094 0 0 0.562 2749 3110 0 0 0.562 2 interp_poly 61 -16 -47 -22 2810 3094 3 MP PP 2810 3094 0 0 0.562 2763 3072 0 0 0.562 2810 3094 0 0 0.562 2 interp_poly 2763 3072 0 0 0.562 2824 3056 0 0 0.562 2763 3072 0 0 0.562 2 interp_poly -46 -20 60 -17 2796 3131 3 MP PP 2796 3131 0 0 0.562 2856 3114 0 0 0.562 2796 3131 0 0 0.562 2 interp_poly 2856 3114 0 0 0.562 2810 3094 0 0 0.562 2856 3114 0 0 0.562 2 interp_poly 60 -17 -46 -21 2842 3152 3 MP PP 2842 3152 0 0 0.562 2796 3131 0 0 0.562 2842 3152 0 0 0.562 2 interp_poly 2796 3131 0 0 0.562 2856 3114 0 0 0.562 2796 3131 0 0 0.562 2 interp_poly -47 -21 61 -17 2810 3094 3 MP PP 2810 3094 0 0 0.562 2871 3077 0 0 0.562 2810 3094 0 0 0.562 2 interp_poly 2871 3077 0 0 0.562 2824 3056 0 0 0.562 2871 3077 0 0 0.562 2 interp_poly 61 -17 -46 -20 2856 3114 3 MP PP 2856 3114 0 0 0.562 2810 3094 0 0 0.562 2856 3114 0 0 0.562 2 interp_poly 2810 3094 0 0 0.562 2871 3077 0 0 0.562 2810 3094 0 0 0.562 2 interp_poly -46 22 60 97 2789 3041 3 MP PP 2789 3041 0.25 1 0.812 2849 3138 0 1 1 2789 3041 0.25 1 0.812 2 interp_poly 2849 3138 0 1 1 2803 3160 0 0.938 1 2849 3138 0 1 1 2 interp_poly -47 -21 61 -16 2800 3259 3 MP PP 2800 3259 0 0 0.562 2861 3243 0 0 0.562 2800 3259 0 0 0.562 2 interp_poly 2861 3243 0 0 0.562 2814 3222 0 0 0.562 2861 3243 0 0 0.562 2 interp_poly 61 -16 -47 -18 2847 3277 3 MP PP 2847 3277 0 0 0.562 2800 3259 0 0 0.562 2847 3277 0 0 0.562 2 interp_poly 2800 3259 0 0 0.562 2861 3243 0 0 0.562 2800 3259 0 0 0.562 2 interp_poly -46 -18 60 -16 2754 3238 3 MP PP 2754 3238 0 0 0.562 2814 3222 0 0 0.562 2754 3238 0 0 0.562 2 interp_poly 2814 3222 0 0 0.562 2768 3204 0 0 0.562 2814 3222 0 0 0.562 2 interp_poly 60 -16 -46 -21 2800 3259 3 MP PP 2800 3259 0 0 0.562 2754 3238 0 0 0.562 2800 3259 0 0 0.562 2 interp_poly 2754 3238 0 0 0.562 2814 3222 0 0 0.562 2754 3238 0 0 0.562 2 interp_poly -46 -20 60 -16 2768 3204 3 MP PP 2768 3204 0 0 0.562 2828 3188 0 0 0.562 2768 3204 0 0 0.562 2 interp_poly 2828 3188 0 0 0.562 2782 3168 0 0 0.562 2828 3188 0 0 0.562 2 interp_poly 60 -16 -46 -18 2814 3222 3 MP PP 2814 3222 0 0 0.562 2768 3204 0 0 0.562 2814 3222 0 0 0.562 2 interp_poly 2768 3204 0 0 0.562 2828 3188 0 0 0.562 2768 3204 0 0 0.562 2 interp_poly -47 -18 61 -15 2786 3292 3 MP PP 2786 3292 0 0 0.562 2847 3277 0 0 0.562 2786 3292 0 0 0.562 2 interp_poly 2847 3277 0 0 0.562 2800 3259 0 0 0.562 2847 3277 0 0 0.562 2 interp_poly -46 85 60 26 2803 3160 3 MP PP 2803 3160 0 0.938 1 2863 3186 0 0.875 1 2803 3160 0 0.938 1 2 interp_poly 2863 3186 0 0.875 1 2817 3271 0 0.625 1 2863 3186 0 0.875 1 2 interp_poly 60 26 -46 22 2849 3138 3 MP PP 2849 3138 0 1 1 2803 3160 0 0.938 1 2849 3138 0 1 1 2 interp_poly 2803 3160 0 0.938 1 2863 3186 0 0.875 1 2803 3160 0 0.938 1 2 interp_poly -46 -19 60 -15 2772 3326 3 MP PP 2772 3326 0 0 0.562 2832 3311 0 0 0.562 2772 3326 0 0 0.562 2 interp_poly 2832 3311 0 0 0.562 2786 3292 0 0 0.562 2832 3311 0 0 0.562 2 interp_poly 60 -15 -46 -22 2818 3348 3 MP PP 2818 3348 0 0 0.562 2772 3326 0 0 0.562 2818 3348 0 0 0.562 2 interp_poly 2772 3326 0 0 0.562 2832 3311 0 0 0.562 2772 3326 0 0 0.562 2 interp_poly 61 -15 -46 -19 2832 3311 3 MP PP 2832 3311 0 0 0.562 2786 3292 0 0 0.562 2832 3311 0 0 0.562 2 interp_poly 2786 3292 0 0 0.562 2847 3277 0 0 0.562 2786 3292 0 0 0.562 2 interp_poly -47 115 61 14 2817 3271 3 MP PP 2817 3271 0 0.625 1 2878 3285 0 0.562 1 2817 3271 0 0.625 1 2 interp_poly 2878 3285 0 0.562 1 2831 3400 0 0.312 1 2878 3285 0 0.562 1 2 interp_poly 61 14 -46 85 2863 3186 3 MP PP 2863 3186 0 0.875 1 2817 3271 0 0.625 1 2863 3186 0 0.875 1 2 interp_poly 2817 3271 0 0.625 1 2878 3285 0 0.562 1 2817 3271 0 0.625 1 2 interp_poly 61 65 -47 -209 2882 3347 3 MP PP 2882 3347 0 0.75 1 2835 3138 0.125 1 0.938 2882 3347 0 0.75 1 2 interp_poly 2835 3138 0.125 1 0.938 2896 3203 0 0.938 1 2835 3138 0.125 1 0.938 2 interp_poly -47 -65 61 65 2835 3138 3 MP PP 2835 3138 0.125 1 0.938 2896 3203 0 0.938 1 2835 3138 0.125 1 0.938 2 interp_poly 2896 3203 0 0.938 1 2849 3138 0 1 1 2896 3203 0 0.938 1 2 interp_poly 60 -17 -46 -21 2880 4367 3 MP PP 2880 4367 0 0 0.562 2834 4346 0 0 0.562 2880 4367 0 0 0.562 2 interp_poly 2834 4346 0 0 0.562 2894 4329 0 0 0.562 2834 4346 0 0 0.562 2 interp_poly -46 -21 60 -17 2834 4346 3 MP PP 2834 4346 0 0 0.562 2894 4329 0 0 0.562 2834 4346 0 0 0.562 2 interp_poly 2894 4329 0 0 0.562 2848 4308 0 0 0.562 2894 4329 0 0 0.562 2 interp_poly 60 -56 -46 -36 2876 4207 3 MP PP 2876 4207 0 0 0.562 2830 4171 0 0 0.625 2876 4207 0 0 0.562 2 interp_poly 2830 4171 0 0 0.625 2890 4115 0 0 0.688 2830 4171 0 0 0.625 2 interp_poly -46 -60 60 -56 2830 4171 3 MP PP 2830 4171 0 0 0.625 2890 4115 0 0 0.688 2830 4171 0 0 0.625 2 interp_poly 2890 4115 0 0 0.688 2844 4055 0 0 0.75 2890 4115 0 0 0.688 2 interp_poly 61 3 -47 -21 2872 3932 3 MP PP 2872 3932 0 0 0.875 2825 3911 0 0 0.875 2872 3932 0 0 0.875 2 interp_poly 2825 3911 0 0 0.875 2886 3914 0 0 0.812 2825 3911 0 0 0.875 2 interp_poly -47 -35 61 3 2825 3911 3 MP PP 2825 3911 0 0 0.875 2886 3914 0 0 0.812 2825 3911 0 0 0.875 2 interp_poly 2886 3914 0 0 0.812 2839 3879 0 0 0.875 2886 3914 0 0 0.812 2 interp_poly 61 -17 -47 -21 2871 3077 3 MP PP 2871 3077 0 0 0.562 2824 3056 0 0 0.562 2871 3077 0 0 0.562 2 interp_poly 2824 3056 0 0 0.562 2885 3039 0 0 0.562 2824 3056 0 0 0.562 2 interp_poly -46 -12 60 -13 2734 3534 3 MP PP 2734 3534 0 0 0.625 2794 3521 0 0 0.625 2734 3534 0 0 0.625 2 interp_poly 2794 3521 0 0 0.625 2748 3509 0 0 0.625 2794 3521 0 0 0.625 2 interp_poly 60 -13 -46 -17 2780 3551 3 MP PP 2780 3551 0 0 0.688 2734 3534 0 0 0.625 2780 3551 0 0 0.688 2 interp_poly 2734 3534 0 0 0.625 2794 3521 0 0 0.625 2734 3534 0 0 0.625 2 interp_poly -46 -15 60 -7 2748 3509 3 MP PP 2748 3509 0 0 0.625 2808 3502 0 0 0.625 2748 3509 0 0 0.625 2 interp_poly 2808 3502 0 0 0.625 2762 3487 0 0 0.562 2808 3502 0 0 0.625 2 interp_poly 60 -7 -46 -12 2794 3521 3 MP PP 2794 3521 0 0 0.625 2748 3509 0 0 0.625 2794 3521 0 0 0.625 2 interp_poly 2748 3509 0 0 0.625 2808 3502 0 0 0.625 2748 3509 0 0 0.625 2 interp_poly 61 -21 -46 -15 2808 3502 3 MP PP 2808 3502 0 0 0.625 2762 3487 0 0 0.562 2808 3502 0 0 0.625 2 interp_poly 2762 3487 0 0 0.562 2823 3466 0 0 0.625 2762 3487 0 0 0.562 2 interp_poly -47 -12 61 -18 2780 3551 3 MP PP 2780 3551 0 0 0.688 2841 3533 0 0 0.688 2780 3551 0 0 0.688 2 interp_poly 2841 3533 0 0 0.688 2794 3521 0 0 0.625 2841 3533 0 0 0.688 2 interp_poly -46 51 60 4 2785 3490 3 MP PP 2785 3490 0 0.0625 1 2845 3494 0 0 1 2785 3490 0 0.0625 1 2 interp_poly 2845 3494 0 0 1 2799 3545 0 0 0.875 2845 3494 0 0 1 2 interp_poly -47 -23 61 -21 2762 3487 3 MP PP 2762 3487 0 0 0.562 2823 3466 0 0 0.625 2762 3487 0 0 0.562 2 interp_poly 2823 3466 0 0 0.625 2776 3443 0 0 0.625 2823 3466 0 0 0.625 2 interp_poly 60 4 -46 90 2831 3400 3 MP PP 2831 3400 0 0.312 1 2785 3490 0 0.0625 1 2831 3400 0 0.312 1 2 interp_poly 2785 3490 0 0.0625 1 2845 3494 0 0 1 2785 3490 0 0.0625 1 2 interp_poly -46 18 60 0 2799 3545 3 MP PP 2799 3545 0 0 0.875 2859 3545 0 0 0.812 2799 3545 0 0 0.875 2 interp_poly 2859 3545 0 0 0.812 2813 3563 0 0 0.75 2859 3545 0 0 0.812 2 interp_poly 60 0 -46 51 2845 3494 3 MP PP 2845 3494 0 0 1 2799 3545 0 0 0.875 2845 3494 0 0 1 2 interp_poly 2799 3545 0 0 0.875 2859 3545 0 0 0.812 2799 3545 0 0 0.875 2 interp_poly 61 -76 -47 -248 2868 3671 3 MP PP 2868 3671 0 0.125 1 2821 3423 0 0.625 1 2868 3671 0 0.125 1 2 interp_poly 2821 3423 0 0.625 1 2882 3347 0 0.75 1 2821 3423 0 0.625 1 2 interp_poly -46 -11 60 -16 2730 3420 3 MP PP 2730 3420 0 0 0.625 2790 3404 0 0 0.625 2730 3420 0 0 0.625 2 interp_poly 2790 3404 0 0 0.625 2744 3393 0 0 0.562 2790 3404 0 0 0.625 2 interp_poly 60 -16 -46 -23 2776 3443 3 MP PP 2776 3443 0 0 0.625 2730 3420 0 0 0.625 2776 3443 0 0 0.625 2 interp_poly 2730 3420 0 0 0.625 2790 3404 0 0 0.625 2730 3420 0 0 0.625 2 interp_poly 60 -14 -46 -11 2790 3404 3 MP PP 2790 3404 0 0 0.625 2744 3393 0 0 0.562 2790 3404 0 0 0.625 2 interp_poly 2744 3393 0 0 0.562 2804 3379 0 0 0.562 2744 3393 0 0 0.562 2 interp_poly -46 90 61 12 2770 3388 3 MP PP 2770 3388 0 0.375 1 2831 3400 0 0.312 1 2770 3388 0 0.375 1 2 interp_poly 2831 3400 0 0.312 1 2785 3490 0 0.0625 1 2831 3400 0 0.312 1 2 interp_poly -46 -15 60 -14 2744 3393 3 MP PP 2744 3393 0 0 0.562 2804 3379 0 0 0.562 2744 3393 0 0 0.562 2 interp_poly 2804 3379 0 0 0.562 2758 3364 0 0 0.562 2804 3379 0 0 0.562 2 interp_poly -46 -22 60 -16 2758 3364 3 MP PP 2758 3364 0 0 0.562 2818 3348 0 0 0.562 2758 3364 0 0 0.562 2 interp_poly 2818 3348 0 0 0.562 2772 3326 0 0 0.562 2818 3348 0 0 0.562 2 interp_poly 60 -16 -46 -15 2804 3379 3 MP PP 2804 3379 0 0 0.562 2758 3364 0 0 0.562 2804 3379 0 0 0.562 2 interp_poly 2758 3364 0 0 0.562 2818 3348 0 0 0.562 2758 3364 0 0 0.562 2 interp_poly 61 12 -47 117 2817 3271 3 MP PP 2817 3271 0 0.625 1 2770 3388 0 0.375 1 2817 3271 0 0.625 1 2 interp_poly 2770 3388 0 0.375 1 2831 3400 0 0.312 1 2770 3388 0 0.375 1 2 interp_poly -47 -209 61 -76 2821 3423 3 MP PP 2821 3423 0 0.625 1 2882 3347 0 0.75 1 2821 3423 0 0.625 1 2 interp_poly 2882 3347 0 0.75 1 2835 3138 0.125 1 0.938 2882 3347 0 0.75 1 2 interp_poly 60 -17 -46 -21 2866 4405 3 MP PP 2866 4405 0 0 0.562 2820 4384 0 0 0.562 2866 4405 0 0 0.562 2 interp_poly 2820 4384 0 0 0.562 2880 4367 0 0 0.562 2820 4384 0 0 0.562 2 interp_poly -46 -21 60 -17 2820 4384 3 MP PP 2820 4384 0 0 0.562 2880 4367 0 0 0.562 2820 4384 0 0 0.562 2 interp_poly 2880 4367 0 0 0.562 2834 4346 0 0 0.562 2880 4367 0 0 0.562 2 interp_poly 61 -29 -47 -28 2862 4264 3 MP PP 2862 4264 0 0 0.562 2815 4236 0 0 0.562 2862 4264 0 0 0.562 2 interp_poly 2815 4236 0 0 0.562 2876 4207 0 0 0.562 2815 4236 0 0 0.562 2 interp_poly -46 -36 61 -29 2815 4236 3 MP PP 2815 4236 0 0 0.562 2876 4207 0 0 0.562 2815 4236 0 0 0.562 2 interp_poly 2876 4207 0 0 0.562 2830 4171 0 0 0.625 2876 4207 0 0 0.562 2 interp_poly 61 3 -47 -40 2858 3969 3 MP PP 2858 3969 0 0 0.875 2811 3929 0 0 0.938 2858 3969 0 0 0.875 2 interp_poly 2811 3929 0 0 0.938 2872 3932 0 0 0.875 2811 3929 0 0 0.938 2 interp_poly -47 -21 61 3 2811 3929 3 MP PP 2811 3929 0 0 0.938 2872 3932 0 0 0.875 2811 3929 0 0 0.938 2 interp_poly 2872 3932 0 0 0.875 2825 3911 0 0 0.875 2872 3932 0 0 0.875 2 interp_poly 61 -100 -47 -62 2854 3833 3 MP PP 2854 3833 0 0 0.875 2807 3771 0 0 0.938 2854 3833 0 0 0.875 2 interp_poly 2807 3771 0 0 0.938 2868 3671 0 0.125 1 2807 3771 0 0 0.938 2 interp_poly -47 -248 61 -100 2807 3771 3 MP PP 2807 3771 0 0 0.938 2868 3671 0 0.125 1 2807 3771 0 0 0.938 2 interp_poly 2868 3671 0 0.125 1 2821 3423 0 0.625 1 2868 3671 0 0.125 1 2 interp_poly 60 -16 -46 -22 2852 4443 3 MP PP 2852 4443 0 0 0.562 2806 4421 0 0 0.562 2852 4443 0 0 0.562 2 interp_poly 2806 4421 0 0 0.562 2866 4405 0 0 0.562 2806 4421 0 0 0.562 2 interp_poly -46 -21 60 -16 2806 4421 3 MP PP 2806 4421 0 0 0.562 2866 4405 0 0 0.562 2806 4421 0 0 0.562 2 interp_poly 2866 4405 0 0 0.562 2820 4384 0 0 0.562 2866 4405 0 0 0.562 2 interp_poly 61 -22 -47 -22 2848 4308 3 MP PP 2848 4308 0 0 0.562 2801 4286 0 0 0.562 2848 4308 0 0 0.562 2 interp_poly 2801 4286 0 0 0.562 2862 4264 0 0 0.562 2801 4286 0 0 0.562 2 interp_poly -47 -28 61 -22 2801 4286 3 MP PP 2801 4286 0 0 0.562 2862 4264 0 0 0.562 2801 4286 0 0 0.562 2 interp_poly 2862 4264 0 0 0.562 2815 4236 0 0 0.562 2862 4264 0 0 0.562 2 interp_poly 61 -25 -47 -61 2844 4055 3 MP PP 2844 4055 0 0 0.75 2797 3994 0 0 0.875 2844 4055 0 0 0.75 2 interp_poly 2797 3994 0 0 0.875 2858 3969 0 0 0.875 2797 3994 0 0 0.875 2 interp_poly -47 -40 61 -25 2797 3994 3 MP PP 2797 3994 0 0 0.875 2858 3969 0 0 0.875 2797 3994 0 0 0.875 2 interp_poly 2858 3969 0 0 0.875 2811 3929 0 0 0.938 2858 3969 0 0 0.875 2 interp_poly 61 -16 -46 -30 2839 3879 3 MP PP 2839 3879 0 0 0.875 2793 3849 0 0 0.875 2839 3879 0 0 0.875 2 interp_poly 2793 3849 0 0 0.875 2854 3833 0 0 0.875 2793 3849 0 0 0.875 2 interp_poly -47 -62 61 -16 2793 3849 3 MP PP 2793 3849 0 0 0.875 2854 3833 0 0 0.875 2793 3849 0 0 0.875 2 interp_poly 2854 3833 0 0 0.875 2807 3771 0 0 0.938 2854 3833 0 0 0.875 2 interp_poly 60 97 -46 -97 2835 3138 3 MP PP 2835 3138 0.125 1 0.938 2789 3041 0.25 1 0.812 2835 3138 0.125 1 0.938 2 interp_poly 2789 3041 0.25 1 0.812 2849 3138 0 1 1 2789 3041 0.25 1 0.812 2 interp_poly 61 -16 -47 -22 2834 4346 3 MP PP 2834 4346 0 0 0.562 2787 4324 0 0 0.562 2834 4346 0 0 0.562 2 interp_poly 2787 4324 0 0 0.562 2848 4308 0 0 0.562 2787 4324 0 0 0.562 2 interp_poly -47 -22 61 -16 2787 4324 3 MP PP 2787 4324 0 0 0.562 2848 4308 0 0 0.562 2787 4324 0 0 0.562 2 interp_poly 2848 4308 0 0 0.562 2801 4286 0 0 0.562 2848 4308 0 0 0.562 2 interp_poly 61 -70 -47 -46 2830 4171 3 MP PP 2830 4171 0 0 0.625 2783 4125 0 0 0.688 2830 4171 0 0 0.625 2 interp_poly 2783 4125 0 0 0.688 2844 4055 0 0 0.75 2783 4125 0 0 0.688 2 interp_poly -47 -61 61 -70 2783 4125 3 MP PP 2783 4125 0 0 0.688 2844 4055 0 0 0.75 2783 4125 0 0 0.688 2 interp_poly 2844 4055 0 0 0.75 2797 3994 0 0 0.875 2844 4055 0 0 0.75 2 interp_poly 60 -1 -46 -31 2825 3911 3 MP PP 2825 3911 0 0 0.875 2779 3880 0 0 0.875 2825 3911 0 0 0.875 2 interp_poly 2779 3880 0 0 0.875 2839 3879 0 0 0.875 2779 3880 0 0 0.875 2 interp_poly -46 -30 60 -1 2779 3880 3 MP PP 2779 3880 0 0 0.875 2839 3879 0 0 0.875 2779 3880 0 0 0.875 2 interp_poly 2839 3879 0 0 0.875 2793 3849 0 0 0.875 2839 3879 0 0 0.875 2 interp_poly 60 -16 -46 -22 2749 3110 3 MP PP 2749 3110 0 0 0.562 2703 3088 0 0 0.562 2749 3110 0 0 0.562 2 interp_poly 2703 3088 0 0 0.562 2763 3072 0 0 0.562 2703 3088 0 0 0.562 2 interp_poly -47 54 61 255 2728 2786 3 MP PP 2728 2786 0.812 1 0.25 2789 3041 0.25 1 0.812 2728 2786 0.812 1 0.25 2 interp_poly 2789 3041 0.25 1 0.812 2742 3095 0.125 1 0.938 2789 3041 0.25 1 0.812 2 interp_poly -47 -21 61 -15 2735 3146 3 MP PP 2735 3146 0 0 0.562 2796 3131 0 0 0.562 2735 3146 0 0 0.562 2 interp_poly 2796 3131 0 0 0.562 2749 3110 0 0 0.562 2796 3131 0 0 0.562 2 interp_poly 61 -15 -47 -22 2782 3168 3 MP PP 2782 3168 0 0 0.562 2735 3146 0 0 0.562 2782 3168 0 0 0.562 2 interp_poly 2735 3146 0 0 0.562 2796 3131 0 0 0.562 2735 3146 0 0 0.562 2 interp_poly -46 -22 60 -16 2689 3126 3 MP PP 2689 3126 0 0 0.562 2749 3110 0 0 0.562 2689 3126 0 0 0.562 2 interp_poly 2749 3110 0 0 0.562 2703 3088 0 0 0.562 2749 3110 0 0 0.562 2 interp_poly 60 -16 -46 -20 2735 3146 3 MP PP 2735 3146 0 0 0.562 2689 3126 0 0 0.562 2735 3146 0 0 0.562 2 interp_poly 2689 3126 0 0 0.562 2749 3110 0 0 0.562 2689 3126 0 0 0.562 2 interp_poly -47 -20 61 -15 2707 3219 3 MP PP 2707 3219 0 0 0.562 2768 3204 0 0 0.562 2707 3219 0 0 0.562 2 interp_poly 2768 3204 0 0 0.562 2721 3184 0 0 0.562 2768 3204 0 0 0.562 2 interp_poly 61 -15 -47 -19 2754 3238 3 MP PP 2754 3238 0 0 0.562 2707 3219 0 0 0.562 2754 3238 0 0 0.562 2 interp_poly 2707 3219 0 0 0.562 2768 3204 0 0 0.562 2707 3219 0 0 0.562 2 interp_poly -47 -22 61 -16 2721 3184 3 MP PP 2721 3184 0 0 0.562 2782 3168 0 0 0.562 2721 3184 0 0 0.562 2 interp_poly 2782 3168 0 0 0.562 2735 3146 0 0 0.562 2782 3168 0 0 0.562 2 interp_poly 61 -16 -47 -20 2768 3204 3 MP PP 2768 3204 0 0 0.562 2721 3184 0 0 0.562 2768 3204 0 0 0.562 2 interp_poly 2721 3184 0 0 0.562 2782 3168 0 0 0.562 2721 3184 0 0 0.562 2 interp_poly -46 -21 61 -15 2739 3274 3 MP PP 2739 3274 0 0 0.562 2800 3259 0 0 0.562 2739 3274 0 0 0.562 2 interp_poly 2800 3259 0 0 0.562 2754 3238 0 0 0.562 2800 3259 0 0 0.562 2 interp_poly -47 100 61 65 2742 3095 3 MP PP 2742 3095 0.125 1 0.938 2803 3160 0 0.938 1 2742 3095 0.125 1 0.938 2 interp_poly 2803 3160 0 0.938 1 2756 3260 0 0.688 1 2803 3160 0 0.938 1 2 interp_poly 61 65 -47 54 2789 3041 3 MP PP 2789 3041 0.25 1 0.812 2742 3095 0.125 1 0.938 2789 3041 0.25 1 0.812 2 interp_poly 2742 3095 0.125 1 0.938 2803 3160 0 0.938 1 2742 3095 0.125 1 0.938 2 interp_poly -47 -19 61 -19 2711 3345 3 MP PP 2711 3345 0 0 0.562 2772 3326 0 0 0.562 2711 3345 0 0 0.562 2 interp_poly 2772 3326 0 0 0.562 2725 3307 0 0 0.562 2772 3326 0 0 0.562 2 interp_poly 61 -19 -47 -19 2758 3364 3 MP PP 2758 3364 0 0 0.562 2711 3345 0 0 0.562 2758 3364 0 0 0.562 2 interp_poly 2711 3345 0 0 0.562 2772 3326 0 0 0.562 2711 3345 0 0 0.562 2 interp_poly -47 -18 61 -15 2725 3307 3 MP PP 2725 3307 0 0 0.562 2786 3292 0 0 0.562 2725 3307 0 0 0.562 2 interp_poly 2786 3292 0 0 0.562 2739 3274 0 0 0.562 2786 3292 0 0 0.562 2 interp_poly 61 -15 -47 -19 2772 3326 3 MP PP 2772 3326 0 0 0.562 2725 3307 0 0 0.562 2772 3326 0 0 0.562 2 interp_poly 2725 3307 0 0 0.562 2786 3292 0 0 0.562 2725 3307 0 0 0.562 2 interp_poly 61 -15 -47 -18 2786 3292 3 MP PP 2786 3292 0 0 0.562 2739 3274 0 0 0.562 2786 3292 0 0 0.562 2 interp_poly 2739 3274 0 0 0.562 2800 3259 0 0 0.562 2739 3274 0 0 0.562 2 interp_poly -47 117 61 11 2756 3260 3 MP PP 2756 3260 0 0.688 1 2817 3271 0 0.625 1 2756 3260 0 0.688 1 2 interp_poly 2817 3271 0 0.625 1 2770 3388 0 0.375 1 2817 3271 0 0.625 1 2 interp_poly 61 11 -47 100 2803 3160 3 MP PP 2803 3160 0 0.938 1 2756 3260 0 0.688 1 2803 3160 0 0.938 1 2 interp_poly 2756 3260 0 0.688 1 2817 3271 0 0.625 1 2756 3260 0 0.688 1 2 interp_poly 60 104 -46 -389 2821 3423 3 MP PP 2821 3423 0 0.625 1 2775 3034 0.375 1 0.688 2821 3423 0 0.625 1 2 interp_poly 2775 3034 0.375 1 0.688 2835 3138 0.125 1 0.938 2775 3034 0.375 1 0.688 2 interp_poly -46 -97 60 104 2775 3034 3 MP PP 2775 3034 0.375 1 0.688 2835 3138 0.125 1 0.938 2775 3034 0.375 1 0.688 2 interp_poly 2835 3138 0.125 1 0.938 2789 3041 0.25 1 0.812 2835 3138 0.125 1 0.938 2 interp_poly 61 -16 -47 -22 2820 4384 3 MP PP 2820 4384 0 0 0.562 2773 4362 0 0 0.562 2820 4384 0 0 0.562 2 interp_poly 2773 4362 0 0 0.562 2834 4346 0 0 0.562 2773 4362 0 0 0.562 2 interp_poly -47 -22 61 -16 2773 4362 3 MP PP 2773 4362 0 0 0.562 2834 4346 0 0 0.562 2773 4362 0 0 0.562 2 interp_poly 2834 4346 0 0 0.562 2787 4324 0 0 0.562 2834 4346 0 0 0.562 2 interp_poly 61 -32 -46 -33 2815 4236 3 MP PP 2815 4236 0 0 0.562 2769 4203 0 0 0.562 2815 4236 0 0 0.562 2 interp_poly 2769 4203 0 0 0.562 2830 4171 0 0 0.625 2769 4203 0 0 0.562 2 interp_poly -47 -46 61 -32 2769 4203 3 MP PP 2769 4203 0 0 0.562 2830 4171 0 0 0.625 2769 4203 0 0 0.562 2 interp_poly 2830 4171 0 0 0.625 2783 4125 0 0 0.688 2830 4171 0 0 0.625 2 interp_poly 60 10 -46 -28 2811 3929 3 MP PP 2811 3929 0 0 0.938 2765 3901 0 0 0.938 2811 3929 0 0 0.938 2 interp_poly 2765 3901 0 0 0.938 2825 3911 0 0 0.875 2765 3901 0 0 0.938 2 interp_poly -46 -31 60 10 2765 3901 3 MP PP 2765 3901 0 0 0.938 2825 3911 0 0 0.875 2765 3901 0 0 0.938 2 interp_poly 2825 3911 0 0 0.875 2779 3880 0 0 0.875 2825 3911 0 0 0.875 2 interp_poly -46 -5 60 -10 2706 3579 3 MP PP 2706 3579 0 0 0.688 2766 3569 0 0 0.688 2706 3579 0 0 0.688 2 interp_poly 2766 3569 0 0 0.688 2720 3564 0 0 0.688 2766 3569 0 0 0.688 2 interp_poly 60 -10 -46 7 2752 3572 3 MP PP 2752 3572 0 0 0.75 2706 3579 0 0 0.688 2752 3572 0 0 0.75 2 interp_poly 2706 3579 0 0 0.688 2766 3569 0 0 0.688 2706 3579 0 0 0.688 2 interp_poly -46 -17 60 -13 2720 3564 3 MP PP 2720 3564 0 0 0.688 2780 3551 0 0 0.688 2720 3564 0 0 0.688 2 interp_poly 2780 3551 0 0 0.688 2734 3534 0 0 0.625 2780 3551 0 0 0.688 2 interp_poly 60 -13 -46 -5 2766 3569 3 MP PP 2766 3569 0 0 0.688 2720 3564 0 0 0.688 2766 3569 0 0 0.688 2 interp_poly 2720 3564 0 0 0.688 2780 3551 0 0 0.688 2720 3564 0 0 0.688 2 interp_poly -47 27 61 -4 2738 3549 3 MP PP 2738 3549 0 0 0.875 2799 3545 0 0 0.875 2738 3549 0 0 0.875 2 interp_poly 2799 3545 0 0 0.875 2752 3572 0 0 0.75 2799 3545 0 0 0.875 2 interp_poly 61 -4 -47 59 2785 3490 3 MP PP 2785 3490 0 0.0625 1 2738 3549 0 0 0.875 2785 3490 0 0.0625 1 2 interp_poly 2738 3549 0 0 0.875 2799 3545 0 0 0.875 2738 3549 0 0 0.875 2 interp_poly -47 6 61 -9 2752 3572 3 MP PP 2752 3572 0 0 0.75 2813 3563 0 0 0.75 2752 3572 0 0 0.75 2 interp_poly 2813 3563 0 0 0.75 2766 3569 0 0 0.688 2813 3563 0 0 0.75 2 interp_poly 61 -9 -47 27 2799 3545 3 MP PP 2799 3545 0 0 0.875 2752 3572 0 0 0.75 2799 3545 0 0 0.875 2 interp_poly 2752 3572 0 0 0.75 2813 3563 0 0 0.75 2752 3572 0 0 0.75 2 interp_poly 60 -160 -46 -188 2807 3771 3 MP PP 2807 3771 0 0 0.938 2761 3583 0 0.312 1 2807 3771 0 0 0.938 2 interp_poly 2761 3583 0 0.312 1 2821 3423 0 0.625 1 2761 3583 0 0.312 1 2 interp_poly -47 -16 61 -17 2669 3437 3 MP PP 2669 3437 0 0 0.625 2730 3420 0 0 0.625 2669 3437 0 0 0.625 2 interp_poly 2730 3420 0 0 0.625 2683 3404 0 0 0.625 2730 3420 0 0 0.625 2 interp_poly 61 -17 -46 -27 2715 3464 3 MP PP 2715 3464 0 0 0.562 2669 3437 0 0 0.625 2715 3464 0 0 0.562 2 interp_poly 2669 3437 0 0 0.625 2730 3420 0 0 0.625 2669 3437 0 0 0.625 2 interp_poly 61 -11 -47 -16 2730 3420 3 MP PP 2730 3420 0 0 0.625 2683 3404 0 0 0.625 2730 3420 0 0 0.625 2 interp_poly 2683 3404 0 0 0.625 2744 3393 0 0 0.562 2683 3404 0 0 0.625 2 interp_poly -47 -23 61 -11 2701 3498 3 MP PP 2701 3498 0 0 0.625 2762 3487 0 0 0.562 2701 3498 0 0 0.625 2 interp_poly 2762 3487 0 0 0.562 2715 3464 0 0 0.562 2762 3487 0 0 0.562 2 interp_poly 61 -11 -47 -11 2748 3509 3 MP PP 2748 3509 0 0 0.625 2701 3498 0 0 0.625 2748 3509 0 0 0.625 2 interp_poly 2701 3498 0 0 0.625 2762 3487 0 0 0.562 2701 3498 0 0 0.625 2 interp_poly -46 -23 61 -21 2715 3464 3 MP PP 2715 3464 0 0 0.562 2776 3443 0 0 0.625 2715 3464 0 0 0.562 2 interp_poly 2776 3443 0 0 0.625 2730 3420 0 0 0.625 2776 3443 0 0 0.625 2 interp_poly 61 -21 -47 -23 2762 3487 3 MP PP 2762 3487 0 0 0.562 2715 3464 0 0 0.562 2762 3487 0 0 0.562 2 interp_poly 2715 3464 0 0 0.562 2776 3443 0 0 0.625 2715 3464 0 0 0.562 2 interp_poly -46 111 60 -13 2710 3401 3 MP PP 2710 3401 0 0.375 1 2770 3388 0 0.375 1 2710 3401 0 0.375 1 2 interp_poly 2770 3388 0 0.375 1 2724 3499 0 0.0625 1 2770 3388 0 0.375 1 2 interp_poly -47 -13 61 -11 2683 3404 3 MP PP 2683 3404 0 0 0.625 2744 3393 0 0 0.562 2683 3404 0 0 0.625 2 interp_poly 2744 3393 0 0 0.562 2697 3380 0 0 0.562 2744 3393 0 0 0.562 2 interp_poly -47 -19 61 -16 2697 3380 3 MP PP 2697 3380 0 0 0.562 2758 3364 0 0 0.562 2697 3380 0 0 0.562 2 interp_poly 2758 3364 0 0 0.562 2711 3345 0 0 0.562 2758 3364 0 0 0.562 2 interp_poly 61 -16 -47 -13 2744 3393 3 MP PP 2744 3393 0 0 0.562 2697 3380 0 0 0.562 2744 3393 0 0 0.562 2 interp_poly 2697 3380 0 0 0.562 2758 3364 0 0 0.562 2697 3380 0 0 0.562 2 interp_poly 60 -13 -46 141 2756 3260 3 MP PP 2756 3260 0 0.688 1 2710 3401 0 0.375 1 2756 3260 0 0.688 1 2 interp_poly 2710 3401 0 0.375 1 2770 3388 0 0.375 1 2710 3401 0 0.375 1 2 interp_poly -47 -17 61 -18 2673 3552 3 MP PP 2673 3552 0 0 0.625 2734 3534 0 0 0.625 2673 3552 0 0 0.625 2 interp_poly 2734 3534 0 0 0.625 2687 3517 0 0 0.625 2734 3534 0 0 0.625 2 interp_poly 61 -18 -47 -12 2720 3564 3 MP PP 2720 3564 0 0 0.688 2673 3552 0 0 0.625 2720 3564 0 0 0.688 2 interp_poly 2673 3552 0 0 0.625 2734 3534 0 0 0.625 2673 3552 0 0 0.625 2 interp_poly -47 -11 61 -8 2687 3517 3 MP PP 2687 3517 0 0 0.625 2748 3509 0 0 0.625 2687 3517 0 0 0.625 2 interp_poly 2748 3509 0 0 0.625 2701 3498 0 0 0.625 2748 3509 0 0 0.625 2 interp_poly 61 -8 -47 -17 2734 3534 3 MP PP 2734 3534 0 0 0.625 2687 3517 0 0 0.625 2734 3534 0 0 0.625 2 interp_poly 2687 3517 0 0 0.625 2748 3509 0 0 0.625 2687 3517 0 0 0.625 2 interp_poly -47 59 61 -9 2724 3499 3 MP PP 2724 3499 0 0.0625 1 2785 3490 0 0.0625 1 2724 3499 0 0.0625 1 2 interp_poly 2785 3490 0 0.0625 1 2738 3549 0 0 0.875 2785 3490 0 0.0625 1 2 interp_poly 61 -9 -46 111 2770 3388 3 MP PP 2770 3388 0 0.375 1 2724 3499 0 0.0625 1 2770 3388 0 0.375 1 2 interp_poly 2724 3499 0 0.0625 1 2785 3490 0 0.0625 1 2724 3499 0 0.0625 1 2 interp_poly -46 -389 60 -160 2761 3583 3 MP PP 2761 3583 0 0.312 1 2821 3423 0 0.625 1 2761 3583 0 0.312 1 2 interp_poly 2821 3423 0 0.625 1 2775 3034 0.375 1 0.688 2821 3423 0 0.625 1 2 interp_poly 61 -16 -47 -21 2806 4421 3 MP PP 2806 4421 0 0 0.562 2759 4400 0 0 0.562 2806 4421 0 0 0.562 2 interp_poly 2759 4400 0 0 0.562 2820 4384 0 0 0.562 2759 4400 0 0 0.562 2 interp_poly -47 -22 61 -16 2759 4400 3 MP PP 2759 4400 0 0 0.562 2820 4384 0 0 0.562 2759 4400 0 0 0.562 2 interp_poly 2820 4384 0 0 0.562 2773 4362 0 0 0.562 2820 4384 0 0 0.562 2 interp_poly 60 -26 -46 -24 2801 4286 3 MP PP 2801 4286 0 0 0.562 2755 4262 0 0 0.562 2801 4286 0 0 0.562 2 interp_poly 2755 4262 0 0 0.562 2815 4236 0 0 0.562 2755 4262 0 0 0.562 2 interp_poly -46 -33 60 -26 2755 4262 3 MP PP 2755 4262 0 0 0.562 2815 4236 0 0 0.562 2755 4262 0 0 0.562 2 interp_poly 2815 4236 0 0 0.562 2769 4203 0 0 0.562 2815 4236 0 0 0.562 2 interp_poly 60 -9 -46 -56 2797 3994 3 MP PP 2797 3994 0 0 0.875 2751 3938 0 0 0.938 2797 3994 0 0 0.875 2 interp_poly 2751 3938 0 0 0.938 2811 3929 0 0 0.938 2751 3938 0 0 0.938 2 interp_poly -46 -28 60 -9 2751 3938 3 MP PP 2751 3938 0 0 0.938 2811 3929 0 0 0.938 2751 3938 0 0 0.938 2 interp_poly 2811 3929 0 0 0.938 2765 3901 0 0 0.938 2811 3929 0 0 0.938 2 interp_poly 61 -56 -47 -22 2793 3849 3 MP PP 2793 3849 0 0 0.875 2746 3827 0 0 0.875 2793 3849 0 0 0.875 2 interp_poly 2746 3827 0 0 0.875 2807 3771 0 0 0.938 2746 3827 0 0 0.875 2 interp_poly -46 -188 61 -56 2746 3827 3 MP PP 2746 3827 0 0 0.875 2807 3771 0 0 0.938 2746 3827 0 0 0.875 2 interp_poly 2807 3771 0 0 0.938 2761 3583 0 0.312 1 2807 3771 0 0 0.938 2 interp_poly 60 -17 -46 -21 2787 4324 3 MP PP 2787 4324 0 0 0.562 2741 4303 0 0 0.562 2787 4324 0 0 0.562 2 interp_poly 2741 4303 0 0 0.562 2801 4286 0 0 0.562 2741 4303 0 0 0.562 2 interp_poly -46 -24 60 -17 2741 4303 3 MP PP 2741 4303 0 0 0.562 2801 4286 0 0 0.562 2741 4303 0 0 0.562 2 interp_poly 2801 4286 0 0 0.562 2755 4262 0 0 0.562 2801 4286 0 0 0.562 2 interp_poly 60 -67 -46 -64 2783 4125 3 MP PP 2783 4125 0 0 0.688 2737 4061 0 0 0.75 2783 4125 0 0 0.688 2 interp_poly 2737 4061 0 0 0.75 2797 3994 0 0 0.875 2737 4061 0 0 0.75 2 interp_poly -46 -56 60 -67 2737 4061 3 MP PP 2737 4061 0 0 0.75 2797 3994 0 0 0.875 2737 4061 0 0 0.75 2 interp_poly 2797 3994 0 0 0.875 2751 3938 0 0 0.938 2797 3994 0 0 0.875 2 interp_poly 61 5 -47 -36 2779 3880 3 MP PP 2779 3880 0 0 0.875 2732 3844 0 0 0.938 2779 3880 0 0 0.875 2 interp_poly 2732 3844 0 0 0.938 2793 3849 0 0 0.875 2732 3844 0 0 0.938 2 interp_poly -47 -22 61 5 2732 3844 3 MP PP 2732 3844 0 0 0.938 2793 3849 0 0 0.875 2732 3844 0 0 0.938 2 interp_poly 2793 3849 0 0 0.875 2746 3827 0 0 0.875 2793 3849 0 0 0.875 2 interp_poly 61 255 -47 -248 2775 3034 3 MP PP 2775 3034 0.375 1 0.688 2728 2786 0.812 1 0.25 2775 3034 0.375 1 0.688 2 interp_poly 2728 2786 0.812 1 0.25 2789 3041 0.25 1 0.812 2728 2786 0.812 1 0.25 2 interp_poly 60 -17 -46 -21 2773 4362 3 MP PP 2773 4362 0 0 0.562 2727 4341 0 0 0.562 2773 4362 0 0 0.562 2 interp_poly 2727 4341 0 0 0.562 2787 4324 0 0 0.562 2727 4341 0 0 0.562 2 interp_poly -46 -21 60 -17 2727 4341 3 MP PP 2727 4341 0 0 0.562 2787 4324 0 0 0.562 2727 4341 0 0 0.562 2 interp_poly 2787 4324 0 0 0.562 2741 4303 0 0 0.562 2787 4324 0 0 0.562 2 interp_poly 61 -40 -47 -38 2769 4203 3 MP PP 2769 4203 0 0 0.562 2722 4165 0 0 0.625 2769 4203 0 0 0.562 2 interp_poly 2722 4165 0 0 0.625 2783 4125 0 0 0.688 2722 4165 0 0 0.625 2 interp_poly -46 -64 61 -40 2722 4165 3 MP PP 2722 4165 0 0 0.625 2783 4125 0 0 0.688 2722 4165 0 0 0.625 2 interp_poly 2783 4125 0 0 0.688 2737 4061 0 0 0.75 2783 4125 0 0 0.688 2 interp_poly 61 3 -47 -24 2765 3901 3 MP PP 2765 3901 0 0 0.938 2718 3877 0 0 0.938 2765 3901 0 0 0.938 2 interp_poly 2718 3877 0 0 0.938 2779 3880 0 0 0.875 2718 3877 0 0 0.938 2 interp_poly -47 -36 61 3 2718 3877 3 MP PP 2718 3877 0 0 0.938 2779 3880 0 0 0.875 2718 3877 0 0 0.938 2 interp_poly 2779 3880 0 0 0.875 2732 3844 0 0 0.938 2779 3880 0 0 0.875 2 interp_poly -46 -20 60 -16 2675 3162 3 MP PP 2675 3162 0 0 0.562 2735 3146 0 0 0.562 2675 3162 0 0 0.562 2 interp_poly 2735 3146 0 0 0.562 2689 3126 0 0 0.562 2735 3146 0 0 0.562 2 interp_poly 60 -16 -46 -22 2721 3184 3 MP PP 2721 3184 0 0 0.562 2675 3162 0 0 0.562 2721 3184 0 0 0.562 2 interp_poly 2675 3162 0 0 0.562 2735 3146 0 0 0.562 2675 3162 0 0 0.562 2 interp_poly -46 -20 60 -16 2679 3290 3 MP PP 2679 3290 0 0 0.562 2739 3274 0 0 0.562 2679 3290 0 0 0.562 2 interp_poly 2739 3274 0 0 0.562 2693 3254 0 0 0.562 2739 3274 0 0 0.562 2 interp_poly 60 -16 -46 -17 2725 3307 3 MP PP 2725 3307 0 0 0.562 2679 3290 0 0 0.562 2725 3307 0 0 0.562 2 interp_poly 2679 3290 0 0 0.562 2739 3274 0 0 0.562 2679 3290 0 0 0.562 2 interp_poly -47 -22 61 -16 2628 3142 3 MP PP 2628 3142 0 0 0.562 2689 3126 0 0 0.562 2628 3142 0 0 0.562 2 interp_poly 2689 3126 0 0 0.562 2642 3104 0 0 0.562 2689 3126 0 0 0.562 2 interp_poly 61 -16 -47 -20 2675 3162 3 MP PP 2675 3162 0 0 0.562 2628 3142 0 0 0.562 2675 3162 0 0 0.562 2 interp_poly 2628 3142 0 0 0.562 2689 3126 0 0 0.562 2628 3142 0 0 0.562 2 interp_poly 61 -16 -47 -22 2689 3126 3 MP PP 2689 3126 0 0 0.562 2642 3104 0 0 0.562 2689 3126 0 0 0.562 2 interp_poly 2642 3104 0 0 0.562 2703 3088 0 0 0.562 2642 3104 0 0 0.562 2 interp_poly -46 -20 61 -16 2646 3235 3 MP PP 2646 3235 0 0 0.562 2707 3219 0 0 0.562 2646 3235 0 0 0.562 2 interp_poly 2707 3219 0 0 0.562 2661 3199 0 0 0.562 2707 3219 0 0 0.562 2 interp_poly 61 -16 -47 -19 2693 3254 3 MP PP 2693 3254 0 0 0.562 2646 3235 0 0 0.562 2693 3254 0 0 0.562 2 interp_poly 2646 3235 0 0 0.562 2707 3219 0 0 0.562 2646 3235 0 0 0.562 2 interp_poly -46 -22 60 -15 2661 3199 3 MP PP 2661 3199 0 0 0.562 2721 3184 0 0 0.562 2661 3199 0 0 0.562 2 interp_poly 2721 3184 0 0 0.562 2675 3162 0 0 0.562 2721 3184 0 0 0.562 2 interp_poly 60 -15 -46 -20 2707 3219 3 MP PP 2707 3219 0 0 0.562 2661 3199 0 0 0.562 2707 3219 0 0 0.562 2 interp_poly 2661 3199 0 0 0.562 2721 3184 0 0 0.562 2661 3199 0 0 0.562 2 interp_poly -47 -19 61 -16 2693 3254 3 MP PP 2693 3254 0 0 0.562 2754 3238 0 0 0.562 2693 3254 0 0 0.562 2 interp_poly 2754 3238 0 0 0.562 2707 3219 0 0 0.562 2754 3238 0 0 0.562 2 interp_poly 61 -16 -46 -20 2739 3274 3 MP PP 2739 3274 0 0 0.562 2693 3254 0 0 0.562 2739 3274 0 0 0.562 2 interp_poly 2693 3254 0 0 0.562 2754 3238 0 0 0.562 2693 3254 0 0 0.562 2 interp_poly -46 167 60 103 2682 2992 3 MP PP 2682 2992 0.375 1 0.688 2742 3095 0.125 1 0.938 2682 2992 0.375 1 0.688 2 interp_poly 2742 3095 0.125 1 0.938 2696 3262 0 0.75 1 2742 3095 0.125 1 0.938 2 interp_poly 60 103 -46 206 2728 2786 3 MP PP 2728 2786 0.812 1 0.25 2682 2992 0.375 1 0.688 2728 2786 0.812 1 0.25 2 interp_poly 2682 2992 0.375 1 0.688 2742 3095 0.125 1 0.938 2682 2992 0.375 1 0.688 2 interp_poly -46 -21 60 -17 2651 3362 3 MP PP 2651 3362 0 0 0.562 2711 3345 0 0 0.562 2651 3362 0 0 0.562 2 interp_poly 2711 3345 0 0 0.562 2665 3324 0 0 0.562 2711 3345 0 0 0.562 2 interp_poly 60 -17 -46 -18 2697 3380 3 MP PP 2697 3380 0 0 0.562 2651 3362 0 0 0.562 2697 3380 0 0 0.562 2 interp_poly 2651 3362 0 0 0.562 2711 3345 0 0 0.562 2651 3362 0 0 0.562 2 interp_poly -46 -17 60 -17 2665 3324 3 MP PP 2665 3324 0 0 0.562 2725 3307 0 0 0.562 2665 3324 0 0 0.562 2 interp_poly 2725 3307 0 0 0.562 2679 3290 0 0 0.562 2725 3307 0 0 0.562 2 interp_poly 60 -17 -46 -21 2711 3345 3 MP PP 2711 3345 0 0 0.562 2665 3324 0 0 0.562 2711 3345 0 0 0.562 2 interp_poly 2665 3324 0 0 0.562 2725 3307 0 0 0.562 2665 3324 0 0 0.562 2 interp_poly -46 141 60 -2 2696 3262 3 MP PP 2696 3262 0 0.75 1 2756 3260 0 0.688 1 2696 3262 0 0.75 1 2 interp_poly 2756 3260 0 0.688 1 2710 3401 0 0.375 1 2756 3260 0 0.688 1 2 interp_poly 60 -2 -46 167 2742 3095 3 MP PP 2742 3095 0.125 1 0.938 2696 3262 0 0.75 1 2742 3095 0.125 1 0.938 2 interp_poly 2696 3262 0 0.75 1 2756 3260 0 0.688 1 2696 3262 0 0.75 1 2 interp_poly 61 74 -47 -623 2761 3583 3 MP PP 2761 3583 0 0.312 1 2714 2960 0.562 1 0.5 2761 3583 0 0.312 1 2 interp_poly 2714 2960 0.562 1 0.5 2775 3034 0.375 1 0.688 2714 2960 0.562 1 0.5 2 interp_poly -47 -248 61 74 2714 2960 3 MP PP 2714 2960 0.562 1 0.5 2775 3034 0.375 1 0.688 2714 2960 0.562 1 0.5 2 interp_poly 2775 3034 0.375 1 0.688 2728 2786 0.812 1 0.25 2775 3034 0.375 1 0.688 2 interp_poly 60 -17 -46 -21 2759 4400 3 MP PP 2759 4400 0 0 0.562 2713 4379 0 0 0.562 2759 4400 0 0 0.562 2 interp_poly 2713 4379 0 0 0.562 2773 4362 0 0 0.562 2713 4379 0 0 0.562 2 interp_poly -46 -21 60 -17 2713 4379 3 MP PP 2713 4379 0 0 0.562 2773 4362 0 0 0.562 2713 4379 0 0 0.562 2 interp_poly 2773 4362 0 0 0.562 2727 4341 0 0 0.562 2773 4362 0 0 0.562 2 interp_poly 61 -32 -47 -27 2755 4262 3 MP PP 2755 4262 0 0 0.562 2708 4235 0 0 0.562 2755 4262 0 0 0.562 2 interp_poly 2708 4235 0 0 0.562 2769 4203 0 0 0.562 2708 4235 0 0 0.562 2 interp_poly -47 -38 61 -32 2708 4235 3 MP PP 2708 4235 0 0 0.562 2769 4203 0 0 0.562 2708 4235 0 0 0.562 2 interp_poly 2769 4203 0 0 0.562 2722 4165 0 0 0.625 2769 4203 0 0 0.562 2 interp_poly 61 13 -47 -50 2751 3938 3 MP PP 2751 3938 0 0 0.938 2704 3888 0 0 1 2751 3938 0 0 0.938 2 interp_poly 2704 3888 0 0 1 2765 3901 0 0 0.938 2704 3888 0 0 1 2 interp_poly -47 -24 61 13 2704 3888 3 MP PP 2704 3888 0 0 1 2765 3901 0 0 0.938 2704 3888 0 0 1 2 interp_poly 2765 3901 0 0 0.938 2718 3877 0 0 0.938 2765 3901 0 0 0.938 2 interp_poly 61 -118 -46 -126 2746 3827 3 MP PP 2746 3827 0 0 0.875 2700 3701 0 0.0625 1 2746 3827 0 0 0.875 2 interp_poly 2700 3701 0 0.0625 1 2761 3583 0 0.312 1 2700 3701 0 0.0625 1 2 interp_poly -47 -4 61 -15 2645 3594 3 MP PP 2645 3594 0 0 0.688 2706 3579 0 0 0.688 2645 3594 0 0 0.688 2 interp_poly 2706 3579 0 0 0.688 2659 3575 0 0 0.688 2706 3579 0 0 0.688 2 interp_poly 61 -15 -47 11 2692 3583 3 MP PP 2692 3583 0 0 0.75 2645 3594 0 0 0.688 2692 3583 0 0 0.75 2 interp_poly 2645 3594 0 0 0.688 2706 3579 0 0 0.688 2645 3594 0 0 0.688 2 interp_poly -47 -23 61 -21 2608 3458 3 MP PP 2608 3458 0 0 0.625 2669 3437 0 0 0.625 2608 3458 0 0 0.625 2 interp_poly 2669 3437 0 0 0.625 2622 3414 0 0 0.625 2669 3437 0 0 0.625 2 interp_poly 61 -21 -47 -24 2655 3482 3 MP PP 2655 3482 0 0 0.562 2608 3458 0 0 0.625 2655 3482 0 0 0.562 2 interp_poly 2608 3458 0 0 0.625 2669 3437 0 0 0.625 2608 3458 0 0 0.625 2 interp_poly 61 -10 -47 -23 2669 3437 3 MP PP 2669 3437 0 0 0.625 2622 3414 0 0 0.625 2669 3437 0 0 0.625 2 interp_poly 2622 3414 0 0 0.625 2683 3404 0 0 0.625 2622 3414 0 0 0.625 2 interp_poly -46 -11 60 -17 2627 3534 3 MP PP 2627 3534 0 0 0.625 2687 3517 0 0 0.625 2627 3534 0 0 0.625 2 interp_poly 2687 3517 0 0 0.625 2641 3506 0 0 0.625 2687 3517 0 0 0.625 2 interp_poly -46 -16 60 -8 2641 3506 3 MP PP 2641 3506 0 0 0.625 2701 3498 0 0 0.625 2641 3506 0 0 0.625 2 interp_poly 2701 3498 0 0 0.625 2655 3482 0 0 0.562 2701 3498 0 0 0.625 2 interp_poly 60 -8 -46 -11 2687 3517 3 MP PP 2687 3517 0 0 0.625 2641 3506 0 0 0.625 2687 3517 0 0 0.625 2 interp_poly 2641 3506 0 0 0.625 2701 3498 0 0 0.625 2641 3506 0 0 0.625 2 interp_poly -46 -27 60 -18 2655 3482 3 MP PP 2655 3482 0 0 0.562 2715 3464 0 0 0.562 2655 3482 0 0 0.562 2 interp_poly 2715 3464 0 0 0.562 2669 3437 0 0 0.625 2715 3464 0 0 0.562 2 interp_poly 60 -18 -46 -16 2701 3498 3 MP PP 2701 3498 0 0 0.625 2655 3482 0 0 0.562 2701 3498 0 0 0.625 2 interp_poly 2655 3482 0 0 0.562 2715 3464 0 0 0.562 2655 3482 0 0 0.562 2 interp_poly -47 121 61 -46 2649 3447 3 MP PP 2649 3447 0 0.312 1 2710 3401 0 0.375 1 2649 3447 0 0.312 1 2 interp_poly 2710 3401 0 0.375 1 2663 3522 0 0.0625 1 2710 3401 0 0.375 1 2 interp_poly -46 -15 61 -10 2622 3414 3 MP PP 2622 3414 0 0 0.625 2683 3404 0 0 0.625 2622 3414 0 0 0.625 2 interp_poly 2683 3404 0 0 0.625 2637 3389 0 0 0.562 2683 3404 0 0 0.625 2 interp_poly -46 -18 60 -9 2637 3389 3 MP PP 2637 3389 0 0 0.562 2697 3380 0 0 0.562 2637 3389 0 0 0.562 2 interp_poly 2697 3380 0 0 0.562 2651 3362 0 0 0.562 2697 3380 0 0 0.562 2 interp_poly 60 -9 -46 -15 2683 3404 3 MP PP 2683 3404 0 0 0.625 2637 3389 0 0 0.562 2683 3404 0 0 0.625 2 interp_poly 2637 3389 0 0 0.562 2697 3380 0 0 0.562 2637 3389 0 0 0.562 2 interp_poly 61 -46 -47 185 2696 3262 3 MP PP 2696 3262 0 0.75 1 2649 3447 0 0.312 1 2696 3262 0 0.75 1 2 interp_poly 2649 3447 0 0.312 1 2710 3401 0 0.375 1 2649 3447 0 0.312 1 2 interp_poly -47 -12 61 -11 2659 3575 3 MP PP 2659 3575 0 0 0.688 2720 3564 0 0 0.688 2659 3575 0 0 0.688 2 interp_poly 2720 3564 0 0 0.688 2673 3552 0 0 0.625 2720 3564 0 0 0.688 2 interp_poly 61 -11 -47 -4 2706 3579 3 MP PP 2706 3579 0 0 0.688 2659 3575 0 0 0.688 2706 3579 0 0 0.688 2 interp_poly 2659 3575 0 0 0.688 2720 3564 0 0 0.688 2659 3575 0 0 0.688 2 interp_poly -46 -18 60 -13 2613 3565 3 MP PP 2613 3565 0 0 0.625 2673 3552 0 0 0.625 2613 3565 0 0 0.625 2 interp_poly 2673 3552 0 0 0.625 2627 3534 0 0 0.625 2673 3552 0 0 0.625 2 interp_poly 60 -13 -46 -10 2659 3575 3 MP PP 2659 3575 0 0 0.688 2613 3565 0 0 0.625 2659 3575 0 0 0.688 2 interp_poly 2613 3565 0 0 0.625 2673 3552 0 0 0.625 2613 3565 0 0 0.625 2 interp_poly 60 -17 -46 -18 2673 3552 3 MP PP 2673 3552 0 0 0.625 2627 3534 0 0 0.625 2673 3552 0 0 0.625 2 interp_poly 2627 3534 0 0 0.625 2687 3517 0 0 0.625 2627 3534 0 0 0.625 2 interp_poly -47 72 61 -23 2663 3522 3 MP PP 2663 3522 0 0.0625 1 2724 3499 0 0.0625 1 2663 3522 0 0.0625 1 2 interp_poly 2724 3499 0 0.0625 1 2677 3571 0 0 0.875 2724 3499 0 0.0625 1 2 interp_poly 61 -23 -47 121 2710 3401 3 MP PP 2710 3401 0 0.375 1 2663 3522 0 0.0625 1 2710 3401 0 0.375 1 2 interp_poly 2663 3522 0 0.0625 1 2724 3499 0 0.0625 1 2663 3522 0 0.0625 1 2 interp_poly -46 34 61 -22 2677 3571 3 MP PP 2677 3571 0 0 0.875 2738 3549 0 0 0.875 2677 3571 0 0 0.875 2 interp_poly 2738 3549 0 0 0.875 2692 3583 0 0 0.75 2738 3549 0 0 0.875 2 interp_poly 61 -22 -47 72 2724 3499 3 MP PP 2724 3499 0 0.0625 1 2677 3571 0 0 0.875 2724 3499 0 0.0625 1 2 interp_poly 2677 3571 0 0 0.875 2738 3549 0 0 0.875 2677 3571 0 0 0.875 2 interp_poly -46 7 60 -11 2692 3583 3 MP PP 2692 3583 0 0 0.75 2752 3572 0 0 0.75 2692 3583 0 0 0.75 2 interp_poly 2752 3572 0 0 0.75 2706 3579 0 0 0.688 2752 3572 0 0 0.75 2 interp_poly 60 -11 -46 34 2738 3549 3 MP PP 2738 3549 0 0 0.875 2692 3583 0 0 0.75 2738 3549 0 0 0.875 2 interp_poly 2692 3583 0 0 0.75 2752 3572 0 0 0.75 2692 3583 0 0 0.75 2 interp_poly -47 -623 61 -118 2700 3701 3 MP PP 2700 3701 0 0.0625 1 2761 3583 0 0.312 1 2700 3701 0 0.0625 1 2 interp_poly 2761 3583 0 0.312 1 2714 2960 0.562 1 0.5 2761 3583 0 0.312 1 2 interp_poly 61 -19 -47 -22 2741 4303 3 MP PP 2741 4303 0 0 0.562 2694 4281 0 0 0.562 2741 4303 0 0 0.562 2 interp_poly 2694 4281 0 0 0.562 2755 4262 0 0 0.562 2694 4281 0 0 0.562 2 interp_poly -47 -27 61 -19 2694 4281 3 MP PP 2694 4281 0 0 0.562 2755 4262 0 0 0.562 2694 4281 0 0 0.562 2 interp_poly 2755 4262 0 0 0.562 2708 4235 0 0 0.562 2755 4262 0 0 0.562 2 interp_poly 61 -43 -47 -80 2737 4061 3 MP PP 2737 4061 0 0 0.75 2690 3981 0 0 0.875 2737 4061 0 0 0.75 2 interp_poly 2690 3981 0 0 0.875 2751 3938 0 0 0.938 2690 3981 0 0 0.875 2 interp_poly -47 -50 61 -43 2690 3981 3 MP PP 2690 3981 0 0 0.875 2751 3938 0 0 0.938 2690 3981 0 0 0.875 2 interp_poly 2751 3938 0 0 0.938 2704 3888 0 0 1 2751 3938 0 0 0.938 2 interp_poly 60 9 -46 -26 2732 3844 3 MP PP 2732 3844 0 0 0.938 2686 3818 0 0 0.938 2732 3844 0 0 0.938 2 interp_poly 2686 3818 0 0 0.938 2746 3827 0 0 0.875 2686 3818 0 0 0.938 2 interp_poly -46 -126 60 9 2686 3818 3 MP PP 2686 3818 0 0 0.938 2746 3827 0 0 0.875 2686 3818 0 0 0.938 2 interp_poly 2746 3827 0 0 0.875 2700 3701 0 0.0625 1 2746 3827 0 0 0.875 2 interp_poly 61 -17 -47 -21 2727 4341 3 MP PP 2727 4341 0 0 0.562 2680 4320 0 0 0.562 2727 4341 0 0 0.562 2 interp_poly 2680 4320 0 0 0.562 2741 4303 0 0 0.562 2680 4320 0 0 0.562 2 interp_poly -47 -22 61 -17 2680 4320 3 MP PP 2680 4320 0 0 0.562 2741 4303 0 0 0.562 2680 4320 0 0 0.562 2 interp_poly 2741 4303 0 0 0.562 2694 4281 0 0 0.562 2741 4303 0 0 0.562 2 interp_poly 61 -58 -46 -46 2722 4165 3 MP PP 2722 4165 0 0 0.625 2676 4119 0 0 0.688 2722 4165 0 0 0.625 2 interp_poly 2676 4119 0 0 0.688 2737 4061 0 0 0.75 2676 4119 0 0 0.688 2 interp_poly -47 -80 61 -58 2676 4119 3 MP PP 2676 4119 0 0 0.688 2737 4061 0 0 0.75 2676 4119 0 0 0.688 2 interp_poly 2737 4061 0 0 0.75 2690 3981 0 0 0.875 2737 4061 0 0 0.75 2 interp_poly 60 12 -46 -45 2718 3877 3 MP PP 2718 3877 0 0 0.938 2672 3832 0 0 1 2718 3877 0 0 0.938 2 interp_poly 2672 3832 0 0 1 2732 3844 0 0 0.938 2672 3832 0 0 1 2 interp_poly -46 -26 60 12 2672 3832 3 MP PP 2672 3832 0 0 1 2732 3844 0 0 0.938 2672 3832 0 0 1 2 interp_poly 2732 3844 0 0 0.938 2686 3818 0 0 0.938 2732 3844 0 0 0.938 2 interp_poly -46 206 60 445 2668 2341 3 MP PP 2668 2341 1 0.312 0 2728 2786 0.812 1 0.25 2668 2341 1 0.312 0 2 interp_poly 2728 2786 0.812 1 0.25 2682 2992 0.375 1 0.688 2728 2786 0.812 1 0.25 2 interp_poly 60 445 -46 -619 2714 2960 3 MP PP 2714 2960 0.562 1 0.5 2668 2341 1 0.312 0 2714 2960 0.562 1 0.5 2 interp_poly 2668 2341 1 0.312 0 2728 2786 0.812 1 0.25 2668 2341 1 0.312 0 2 interp_poly 61 -16 -47 -22 2713 4379 3 MP PP 2713 4379 0 0 0.562 2666 4357 0 0 0.562 2713 4379 0 0 0.562 2 interp_poly 2666 4357 0 0 0.562 2727 4341 0 0 0.562 2666 4357 0 0 0.562 2 interp_poly -47 -21 61 -16 2666 4357 3 MP PP 2666 4357 0 0 0.562 2727 4341 0 0 0.562 2666 4357 0 0 0.562 2 interp_poly 2727 4341 0 0 0.562 2680 4320 0 0 0.562 2727 4341 0 0 0.562 2 interp_poly 60 -36 -46 -34 2708 4235 3 MP PP 2708 4235 0 0 0.562 2662 4201 0 0 0.562 2708 4235 0 0 0.562 2 interp_poly 2662 4201 0 0 0.562 2722 4165 0 0 0.625 2662 4201 0 0 0.562 2 interp_poly -46 -46 60 -36 2662 4201 3 MP PP 2662 4201 0 0 0.562 2722 4165 0 0 0.625 2662 4201 0 0 0.562 2 interp_poly 2722 4165 0 0 0.625 2676 4119 0 0 0.688 2722 4165 0 0 0.625 2 interp_poly 60 27 -46 -38 2704 3888 3 MP PP 2704 3888 0 0 1 2658 3850 0 0 1 2704 3888 0 0 1 2 interp_poly 2658 3850 0 0 1 2718 3877 0 0 0.938 2658 3850 0 0 1 2 interp_poly -46 -45 60 27 2658 3850 3 MP PP 2658 3850 0 0 1 2718 3877 0 0 0.938 2658 3850 0 0 1 2 interp_poly 2718 3877 0 0 0.938 2672 3832 0 0 1 2718 3877 0 0 0.938 2 interp_poly -47 -20 61 -15 2614 3177 3 MP PP 2614 3177 0 0 0.562 2675 3162 0 0 0.562 2614 3177 0 0 0.562 2 interp_poly 2675 3162 0 0 0.562 2628 3142 0 0 0.562 2675 3162 0 0 0.562 2 interp_poly 61 -15 -47 -22 2661 3199 3 MP PP 2661 3199 0 0 0.562 2614 3177 0 0 0.562 2661 3199 0 0 0.562 2 interp_poly 2614 3177 0 0 0.562 2675 3162 0 0 0.562 2614 3177 0 0 0.562 2 interp_poly -47 -20 61 -14 2618 3304 3 MP PP 2618 3304 0 0 0.562 2679 3290 0 0 0.562 2618 3304 0 0 0.562 2 interp_poly 2679 3290 0 0 0.562 2632 3270 0 0 0.562 2679 3290 0 0 0.562 2 interp_poly 61 -14 -47 -20 2665 3324 3 MP PP 2665 3324 0 0 0.562 2618 3304 0 0 0.562 2665 3324 0 0 0.562 2 interp_poly 2618 3304 0 0 0.562 2679 3290 0 0 0.562 2618 3304 0 0 0.562 2 interp_poly 60 -16 -46 -22 2628 3142 3 MP PP 2628 3142 0 0 0.562 2582 3120 0 0 0.562 2628 3142 0 0 0.562 2 interp_poly 2582 3120 0 0 0.562 2642 3104 0 0 0.562 2582 3120 0 0 0.562 2 interp_poly -46 -20 60 -16 2586 3251 3 MP PP 2586 3251 0 0 0.562 2646 3235 0 0 0.562 2586 3251 0 0 0.562 2 interp_poly 2646 3235 0 0 0.562 2600 3215 0 0 0.562 2646 3235 0 0 0.562 2 interp_poly 60 -16 -46 -19 2632 3270 3 MP PP 2632 3270 0 0 0.562 2586 3251 0 0 0.562 2632 3270 0 0 0.562 2 interp_poly 2586 3251 0 0 0.562 2646 3235 0 0 0.562 2586 3251 0 0 0.562 2 interp_poly -47 -22 61 -16 2600 3215 3 MP PP 2600 3215 0 0 0.562 2661 3199 0 0 0.562 2600 3215 0 0 0.562 2 interp_poly 2661 3199 0 0 0.562 2614 3177 0 0 0.562 2661 3199 0 0 0.562 2 interp_poly 61 -16 -46 -20 2646 3235 3 MP PP 2646 3235 0 0 0.562 2600 3215 0 0 0.562 2646 3235 0 0 0.562 2 interp_poly 2600 3215 0 0 0.562 2661 3199 0 0 0.562 2600 3215 0 0 0.562 2 interp_poly -47 -20 61 -14 2604 3338 3 MP PP 2604 3338 0 0 0.562 2665 3324 0 0 0.562 2604 3338 0 0 0.562 2 interp_poly 2665 3324 0 0 0.562 2618 3304 0 0 0.562 2665 3324 0 0 0.562 2 interp_poly 61 -14 -47 -24 2651 3362 3 MP PP 2651 3362 0 0 0.562 2604 3338 0 0 0.562 2651 3362 0 0 0.562 2 interp_poly 2604 3338 0 0 0.562 2665 3324 0 0 0.562 2604 3338 0 0 0.562 2 interp_poly -47 -19 61 -16 2632 3270 3 MP PP 2632 3270 0 0 0.562 2693 3254 0 0 0.562 2632 3270 0 0 0.562 2 interp_poly 2693 3254 0 0 0.562 2646 3235 0 0 0.562 2693 3254 0 0 0.562 2 interp_poly 61 -16 -47 -20 2679 3290 3 MP PP 2679 3290 0 0 0.562 2632 3270 0 0 0.562 2679 3290 0 0 0.562 2 interp_poly 2632 3270 0 0 0.562 2693 3254 0 0 0.562 2632 3270 0 0 0.562 2 interp_poly -47 346 61 75 2621 2917 3 MP PP 2621 2917 0.562 1 0.5 2682 2992 0.375 1 0.688 2621 2917 0.562 1 0.5 2 interp_poly 2682 2992 0.375 1 0.688 2635 3338 0 0.625 1 2682 2992 0.375 1 0.688 2 interp_poly 61 75 -47 576 2668 2341 3 MP PP 2668 2341 1 0.312 0 2621 2917 0.562 1 0.5 2668 2341 1 0.312 0 2 interp_poly 2621 2917 0.562 1 0.5 2682 2992 0.375 1 0.688 2621 2917 0.562 1 0.5 2 interp_poly -47 -24 61 -12 2590 3374 3 MP PP 2590 3374 0 0 0.562 2651 3362 0 0 0.562 2590 3374 0 0 0.562 2 interp_poly 2651 3362 0 0 0.562 2604 3338 0 0 0.562 2651 3362 0 0 0.562 2 interp_poly 61 -12 -47 -15 2637 3389 3 MP PP 2637 3389 0 0 0.562 2590 3374 0 0 0.562 2637 3389 0 0 0.562 2 interp_poly 2590 3374 0 0 0.562 2651 3362 0 0 0.562 2590 3374 0 0 0.562 2 interp_poly -47 185 61 -76 2635 3338 3 MP PP 2635 3338 0 0.625 1 2696 3262 0 0.75 1 2635 3338 0 0.625 1 2 interp_poly 2696 3262 0 0.75 1 2649 3447 0 0.312 1 2696 3262 0 0.75 1 2 interp_poly 61 -76 -47 346 2682 2992 3 MP PP 2682 2992 0.375 1 0.688 2635 3338 0 0.625 1 2682 2992 0.375 1 0.688 2 interp_poly 2635 3338 0 0.625 1 2696 3262 0 0.75 1 2635 3338 0 0.625 1 2 interp_poly 61 20 -47 -761 2700 3701 3 MP PP 2700 3701 0 0.0625 1 2653 2940 0.625 1 0.438 2700 3701 0 0.0625 1 2 interp_poly 2653 2940 0.625 1 0.438 2714 2960 0.562 1 0.5 2653 2940 0.625 1 0.438 2 interp_poly -46 -619 61 20 2653 2940 3 MP PP 2653 2940 0.625 1 0.438 2714 2960 0.562 1 0.5 2653 2940 0.625 1 0.438 2 interp_poly 2714 2960 0.562 1 0.5 2668 2341 1 0.312 0 2714 2960 0.562 1 0.5 2 interp_poly 60 -24 -46 -22 2694 4281 3 MP PP 2694 4281 0 0 0.562 2648 4259 0 0 0.562 2694 4281 0 0 0.562 2 interp_poly 2648 4259 0 0 0.562 2708 4235 0 0 0.562 2648 4259 0 0 0.562 2 interp_poly -46 -34 60 -24 2648 4259 3 MP PP 2648 4259 0 0 0.562 2708 4235 0 0 0.562 2648 4259 0 0 0.562 2 interp_poly 2708 4235 0 0 0.562 2662 4201 0 0 0.562 2708 4235 0 0 0.562 2 interp_poly 60 -8 -46 -85 2690 3981 3 MP PP 2690 3981 0 0 0.875 2644 3896 0 0 1 2690 3981 0 0 0.875 2 interp_poly 2644 3896 0 0 1 2704 3888 0 0 1 2644 3896 0 0 1 2 interp_poly -46 -38 60 -8 2644 3896 3 MP PP 2644 3896 0 0 1 2704 3888 0 0 1 2644 3896 0 0 1 2 interp_poly 2704 3888 0 0 1 2658 3850 0 0 1 2704 3888 0 0 1 2 interp_poly 61 19 -47 -136 2686 3818 3 MP PP 2686 3818 0 0 0.938 2639 3682 0 0.188 1 2686 3818 0 0 0.938 2 interp_poly 2639 3682 0 0.188 1 2700 3701 0 0.0625 1 2639 3682 0 0.188 1 2 interp_poly -46 -7 61 -8 2584 3602 3 MP PP 2584 3602 0 0 0.75 2645 3594 0 0 0.688 2584 3602 0 0 0.75 2 interp_poly 2645 3594 0 0 0.688 2599 3587 0 0 0.688 2645 3594 0 0 0.688 2 interp_poly 61 -8 -47 3 2631 3599 3 MP PP 2631 3599 0 0 0.812 2584 3602 0 0 0.75 2631 3599 0 0 0.812 2 interp_poly 2584 3602 0 0 0.75 2645 3594 0 0 0.688 2584 3602 0 0 0.75 2 interp_poly -47 -16 61 -8 2552 3573 3 MP PP 2552 3573 0 0 0.688 2613 3565 0 0 0.625 2552 3573 0 0 0.688 2 interp_poly 2613 3565 0 0 0.625 2566 3549 0 0 0.625 2613 3565 0 0 0.625 2 interp_poly 61 -8 -47 -14 2599 3587 3 MP PP 2599 3587 0 0 0.688 2552 3573 0 0 0.688 2599 3587 0 0 0.688 2 interp_poly 2552 3573 0 0 0.688 2613 3565 0 0 0.625 2552 3573 0 0 0.688 2 interp_poly -47 -18 61 -15 2566 3549 3 MP PP 2566 3549 0 0 0.625 2627 3534 0 0 0.625 2566 3549 0 0 0.625 2 interp_poly 2627 3534 0 0 0.625 2580 3516 0 0 0.625 2627 3534 0 0 0.625 2 interp_poly 61 -15 -47 -16 2613 3565 3 MP PP 2613 3565 0 0 0.625 2566 3549 0 0 0.625 2613 3565 0 0 0.625 2 interp_poly 2566 3549 0 0 0.625 2627 3534 0 0 0.625 2566 3549 0 0 0.625 2 interp_poly -47 -10 61 -10 2580 3516 3 MP PP 2580 3516 0 0 0.625 2641 3506 0 0 0.625 2580 3516 0 0 0.625 2 interp_poly 2641 3506 0 0 0.625 2594 3496 0 0 0.625 2641 3506 0 0 0.625 2 interp_poly 61 -10 -47 -18 2627 3534 3 MP PP 2627 3534 0 0 0.625 2580 3516 0 0 0.625 2627 3534 0 0 0.625 2 interp_poly 2580 3516 0 0 0.625 2641 3506 0 0 0.625 2580 3516 0 0 0.625 2 interp_poly -47 -24 61 -14 2594 3496 3 MP PP 2594 3496 0 0 0.625 2655 3482 0 0 0.562 2594 3496 0 0 0.625 2 interp_poly 2655 3482 0 0 0.562 2608 3458 0 0 0.625 2655 3482 0 0 0.562 2 interp_poly 61 -14 -47 -10 2641 3506 3 MP PP 2641 3506 0 0 0.625 2594 3496 0 0 0.625 2641 3506 0 0 0.625 2 interp_poly 2594 3496 0 0 0.625 2655 3482 0 0 0.562 2594 3496 0 0 0.625 2 interp_poly -46 125 60 -96 2589 3543 3 MP PP 2589 3543 0 0.125 1 2649 3447 0 0.312 1 2589 3543 0 0.125 1 2 interp_poly 2649 3447 0 0.312 1 2603 3572 0 0 1 2649 3447 0 0.312 1 2 interp_poly -46 -26 60 -20 2548 3478 3 MP PP 2548 3478 0 0 0.562 2608 3458 0 0 0.625 2548 3478 0 0 0.562 2 interp_poly 2608 3458 0 0 0.625 2562 3432 0 0 0.625 2608 3458 0 0 0.625 2 interp_poly 60 -20 -46 -18 2594 3496 3 MP PP 2594 3496 0 0 0.625 2548 3478 0 0 0.562 2594 3496 0 0 0.625 2 interp_poly 2548 3478 0 0 0.562 2608 3458 0 0 0.625 2548 3478 0 0 0.562 2 interp_poly -46 -15 60 -18 2562 3432 3 MP PP 2562 3432 0 0 0.625 2622 3414 0 0 0.625 2562 3432 0 0 0.625 2 interp_poly 2622 3414 0 0 0.625 2576 3399 0 0 0.625 2622 3414 0 0 0.625 2 interp_poly 60 -18 -46 -26 2608 3458 3 MP PP 2608 3458 0 0 0.625 2562 3432 0 0 0.625 2608 3458 0 0 0.625 2 interp_poly 2562 3432 0 0 0.625 2622 3414 0 0 0.625 2562 3432 0 0 0.625 2 interp_poly -47 -15 61 -10 2576 3399 3 MP PP 2576 3399 0 0 0.625 2637 3389 0 0 0.562 2576 3399 0 0 0.625 2 interp_poly 2637 3389 0 0 0.562 2590 3374 0 0 0.562 2637 3389 0 0 0.562 2 interp_poly 61 -10 -46 -15 2622 3414 3 MP PP 2622 3414 0 0 0.625 2576 3399 0 0 0.625 2622 3414 0 0 0.625 2 interp_poly 2576 3399 0 0 0.625 2637 3389 0 0 0.562 2576 3399 0 0 0.625 2 interp_poly 60 -96 -46 205 2635 3338 3 MP PP 2635 3338 0 0.625 1 2589 3543 0 0.125 1 2635 3338 0 0.625 1 2 interp_poly 2589 3543 0 0.125 1 2649 3447 0 0.312 1 2589 3543 0 0.125 1 2 interp_poly -46 -10 60 -12 2599 3587 3 MP PP 2599 3587 0 0 0.688 2659 3575 0 0 0.688 2599 3587 0 0 0.688 2 interp_poly 2659 3575 0 0 0.688 2613 3565 0 0 0.625 2659 3575 0 0 0.688 2 interp_poly 60 -12 -46 -7 2645 3594 3 MP PP 2645 3594 0 0 0.688 2599 3587 0 0 0.688 2645 3594 0 0 0.688 2 interp_poly 2599 3587 0 0 0.688 2659 3575 0 0 0.688 2599 3587 0 0 0.688 2 interp_poly -46 71 60 -50 2603 3572 3 MP PP 2603 3572 0 0 1 2663 3522 0 0.0625 1 2603 3572 0 0 1 2 interp_poly 2663 3522 0 0.0625 1 2617 3593 0 0 0.875 2663 3522 0 0.0625 1 2 interp_poly 60 -50 -46 125 2649 3447 3 MP PP 2649 3447 0 0.312 1 2603 3572 0 0 1 2649 3447 0 0.312 1 2 interp_poly 2603 3572 0 0 1 2663 3522 0 0.0625 1 2603 3572 0 0 1 2 interp_poly -46 28 60 -22 2617 3593 3 MP PP 2617 3593 0 0 0.875 2677 3571 0 0 0.875 2617 3593 0 0 0.875 2 interp_poly 2677 3571 0 0 0.875 2631 3599 0 0 0.812 2677 3571 0 0 0.875 2 interp_poly 60 -22 -46 71 2663 3522 3 MP PP 2663 3522 0 0.0625 1 2617 3593 0 0 0.875 2663 3522 0 0.0625 1 2 interp_poly 2617 3593 0 0 0.875 2677 3571 0 0 0.875 2617 3593 0 0 0.875 2 interp_poly -47 11 61 -16 2631 3599 3 MP PP 2631 3599 0 0 0.812 2692 3583 0 0 0.75 2631 3599 0 0 0.812 2 interp_poly 2692 3583 0 0 0.75 2645 3594 0 0 0.688 2692 3583 0 0 0.75 2 interp_poly 61 -16 -46 28 2677 3571 3 MP PP 2677 3571 0 0 0.875 2631 3599 0 0 0.812 2677 3571 0 0 0.875 2 interp_poly 2631 3599 0 0 0.812 2692 3583 0 0 0.75 2631 3599 0 0 0.812 2 interp_poly -47 -761 61 19 2639 3682 3 MP PP 2639 3682 0 0.188 1 2700 3701 0 0.0625 1 2639 3682 0 0.188 1 2 interp_poly 2700 3701 0 0.0625 1 2653 2940 0.625 1 0.438 2700 3701 0 0.0625 1 2 interp_poly 60 -17 -46 -22 2680 4320 3 MP PP 2680 4320 0 0 0.562 2634 4298 0 0 0.562 2680 4320 0 0 0.562 2 interp_poly 2634 4298 0 0 0.562 2694 4281 0 0 0.562 2634 4298 0 0 0.562 2 interp_poly -46 -22 60 -17 2634 4298 3 MP PP 2634 4298 0 0 0.562 2694 4281 0 0 0.562 2634 4298 0 0 0.562 2 interp_poly 2694 4281 0 0 0.562 2648 4259 0 0 0.562 2694 4281 0 0 0.562 2 interp_poly 61 -77 -47 -61 2676 4119 3 MP PP 2676 4119 0 0 0.688 2629 4058 0 0 0.75 2676 4119 0 0 0.688 2 interp_poly 2629 4058 0 0 0.75 2690 3981 0 0 0.875 2629 4058 0 0 0.75 2 interp_poly -46 -85 61 -77 2629 4058 3 MP PP 2629 4058 0 0 0.75 2690 3981 0 0 0.875 2629 4058 0 0 0.75 2 interp_poly 2690 3981 0 0 0.875 2644 3896 0 0 1 2690 3981 0 0 0.875 2 interp_poly 61 62 -47 -76 2672 3832 3 MP PP 2672 3832 0 0 1 2625 3756 0 0.0625 1 2672 3832 0 0 1 2 interp_poly 2625 3756 0 0.0625 1 2686 3818 0 0 0.938 2625 3756 0 0.0625 1 2 interp_poly -47 -136 61 62 2625 3756 3 MP PP 2625 3756 0 0.0625 1 2686 3818 0 0 0.938 2625 3756 0 0.0625 1 2 interp_poly 2686 3818 0 0 0.938 2639 3682 0 0.188 1 2686 3818 0 0 0.938 2 interp_poly 60 -16 -46 -21 2666 4357 3 MP PP 2666 4357 0 0 0.562 2620 4336 0 0 0.562 2666 4357 0 0 0.562 2 interp_poly 2620 4336 0 0 0.562 2680 4320 0 0 0.562 2620 4336 0 0 0.562 2 interp_poly -46 -22 60 -16 2620 4336 3 MP PP 2620 4336 0 0 0.562 2680 4320 0 0 0.562 2620 4336 0 0 0.562 2 interp_poly 2680 4320 0 0 0.562 2634 4298 0 0 0.562 2680 4320 0 0 0.562 2 interp_poly 61 -39 -47 -43 2662 4201 3 MP PP 2662 4201 0 0 0.562 2615 4158 0 0 0.625 2662 4201 0 0 0.562 2 interp_poly 2615 4158 0 0 0.625 2676 4119 0 0 0.688 2615 4158 0 0 0.625 2 interp_poly -47 -61 61 -39 2615 4158 3 MP PP 2615 4158 0 0 0.625 2676 4119 0 0 0.688 2615 4158 0 0 0.625 2 interp_poly 2676 4119 0 0 0.688 2629 4058 0 0 0.75 2676 4119 0 0 0.688 2 interp_poly 61 23 -47 -41 2658 3850 3 MP PP 2658 3850 0 0 1 2611 3809 0 0.0625 1 2658 3850 0 0 1 2 interp_poly 2611 3809 0 0.0625 1 2672 3832 0 0 1 2611 3809 0 0.0625 1 2 interp_poly -47 -76 61 23 2611 3809 3 MP PP 2611 3809 0 0.0625 1 2672 3832 0 0 1 2611 3809 0 0.0625 1 2 interp_poly 2672 3832 0 0 1 2625 3756 0 0.0625 1 2672 3832 0 0 1 2 interp_poly -47 576 61 354 2607 1987 3 MP PP 2607 1987 0.562 0 0 2668 2341 1 0.312 0 2607 1987 0.562 0 0 2 interp_poly 2668 2341 1 0.312 0 2621 2917 0.562 1 0.5 2668 2341 1 0.312 0 2 interp_poly 61 354 -46 -953 2653 2940 3 MP PP 2653 2940 0.625 1 0.438 2607 1987 0.562 0 0 2653 2940 0.625 1 0.438 2 interp_poly 2607 1987 0.562 0 0 2668 2341 1 0.312 0 2607 1987 0.562 0 0 2 interp_poly 61 -32 -47 -26 2648 4259 3 MP PP 2648 4259 0 0 0.562 2601 4233 0 0 0.562 2648 4259 0 0 0.562 2 interp_poly 2601 4233 0 0 0.562 2662 4201 0 0 0.562 2601 4233 0 0 0.562 2 interp_poly -47 -43 61 -32 2601 4233 3 MP PP 2601 4233 0 0 0.562 2662 4201 0 0 0.562 2601 4233 0 0 0.562 2 interp_poly 2662 4201 0 0 0.562 2615 4158 0 0 0.625 2662 4201 0 0 0.562 2 interp_poly 61 32 -47 -78 2644 3896 3 MP PP 2644 3896 0 0 1 2597 3818 0 0.125 1 2644 3896 0 0 1 2 interp_poly 2597 3818 0 0.125 1 2658 3850 0 0 1 2597 3818 0 0.125 1 2 interp_poly -47 -41 61 32 2597 3818 3 MP PP 2597 3818 0 0.125 1 2658 3850 0 0 1 2597 3818 0 0.125 1 2 interp_poly 2658 3850 0 0 1 2611 3809 0 0.0625 1 2658 3850 0 0 1 2 interp_poly -46 -19 61 -16 2553 3193 3 MP PP 2553 3193 0 0 0.562 2614 3177 0 0 0.562 2553 3193 0 0 0.562 2 interp_poly 2614 3177 0 0 0.562 2568 3158 0 0 0.562 2614 3177 0 0 0.562 2 interp_poly 61 -16 -47 -22 2600 3215 3 MP PP 2600 3215 0 0 0.562 2553 3193 0 0 0.562 2600 3215 0 0 0.562 2 interp_poly 2553 3193 0 0 0.562 2614 3177 0 0 0.562 2553 3193 0 0 0.562 2 interp_poly -46 -21 60 -13 2558 3317 3 MP PP 2558 3317 0 0 0.562 2618 3304 0 0 0.562 2558 3317 0 0 0.562 2 interp_poly 2618 3304 0 0 0.562 2572 3283 0 0 0.562 2618 3304 0 0 0.562 2 interp_poly 60 -13 -46 -21 2604 3338 3 MP PP 2604 3338 0 0 0.562 2558 3317 0 0 0.562 2604 3338 0 0 0.562 2 interp_poly 2558 3317 0 0 0.562 2618 3304 0 0 0.562 2558 3317 0 0 0.562 2 interp_poly -47 -21 61 -16 2507 3174 3 MP PP 2507 3174 0 0 0.562 2568 3158 0 0 0.562 2507 3174 0 0 0.562 2 interp_poly 2568 3158 0 0 0.562 2521 3137 0 0 0.562 2568 3158 0 0 0.562 2 interp_poly 61 -16 -46 -19 2553 3193 3 MP PP 2553 3193 0 0 0.562 2507 3174 0 0 0.562 2553 3193 0 0 0.562 2 interp_poly 2507 3174 0 0 0.562 2568 3158 0 0 0.562 2507 3174 0 0 0.562 2 interp_poly -47 -19 61 -13 2511 3296 3 MP PP 2511 3296 0 0 0.562 2572 3283 0 0 0.562 2511 3296 0 0 0.562 2 interp_poly 2572 3283 0 0 0.562 2525 3264 0 0 0.562 2572 3283 0 0 0.562 2 interp_poly 61 -13 -47 -21 2558 3317 3 MP PP 2558 3317 0 0 0.562 2511 3296 0 0 0.562 2558 3317 0 0 0.562 2 interp_poly 2511 3296 0 0 0.562 2572 3283 0 0 0.562 2511 3296 0 0 0.562 2 interp_poly -47 -13 61 -13 2515 3412 3 MP PP 2515 3412 0 0 0.625 2576 3399 0 0 0.625 2515 3412 0 0 0.625 2 interp_poly 2576 3399 0 0 0.625 2529 3386 0 0 0.562 2576 3399 0 0 0.625 2 interp_poly 61 -13 -47 -20 2562 3432 3 MP PP 2562 3432 0 0 0.625 2515 3412 0 0 0.625 2562 3432 0 0 0.625 2 interp_poly 2515 3412 0 0 0.625 2576 3399 0 0 0.625 2515 3412 0 0 0.625 2 interp_poly 61 -17 -47 -21 2568 3158 3 MP PP 2568 3158 0 0 0.562 2521 3137 0 0 0.562 2568 3158 0 0 0.562 2 interp_poly 2521 3137 0 0 0.562 2582 3120 0 0 0.562 2521 3137 0 0 0.562 2 interp_poly -47 -21 61 -13 2525 3264 3 MP PP 2525 3264 0 0 0.562 2586 3251 0 0 0.562 2525 3264 0 0 0.562 2 interp_poly 2586 3251 0 0 0.562 2539 3230 0 0 0.562 2586 3251 0 0 0.562 2 interp_poly 61 -13 -47 -19 2572 3283 3 MP PP 2572 3283 0 0 0.562 2525 3264 0 0 0.562 2572 3283 0 0 0.562 2 interp_poly 2525 3264 0 0 0.562 2586 3251 0 0 0.562 2525 3264 0 0 0.562 2 interp_poly -46 -21 61 -12 2529 3386 3 MP PP 2529 3386 0 0 0.562 2590 3374 0 0 0.562 2529 3386 0 0 0.562 2 interp_poly 2590 3374 0 0 0.562 2544 3353 0 0 0.562 2590 3374 0 0 0.562 2 interp_poly 61 -12 -47 -13 2576 3399 3 MP PP 2576 3399 0 0 0.625 2529 3386 0 0 0.562 2576 3399 0 0 0.625 2 interp_poly 2529 3386 0 0 0.562 2590 3374 0 0 0.562 2529 3386 0 0 0.562 2 interp_poly -46 -18 60 -6 2534 3502 3 MP PP 2534 3502 0 0 0.625 2594 3496 0 0 0.625 2534 3502 0 0 0.625 2 interp_poly 2594 3496 0 0 0.625 2548 3478 0 0 0.562 2594 3496 0 0 0.625 2 interp_poly -47 -22 61 -15 2539 3230 3 MP PP 2539 3230 0 0 0.562 2600 3215 0 0 0.562 2539 3230 0 0 0.562 2 interp_poly 2600 3215 0 0 0.562 2553 3193 0 0 0.562 2600 3215 0 0 0.562 2 interp_poly 61 -15 -47 -21 2586 3251 3 MP PP 2586 3251 0 0 0.562 2539 3230 0 0 0.562 2586 3251 0 0 0.562 2 interp_poly 2539 3230 0 0 0.562 2600 3215 0 0 0.562 2539 3230 0 0 0.562 2 interp_poly -46 -21 60 -15 2544 3353 3 MP PP 2544 3353 0 0 0.562 2604 3338 0 0 0.562 2544 3353 0 0 0.562 2 interp_poly 2604 3338 0 0 0.562 2558 3317 0 0 0.562 2604 3338 0 0 0.562 2 interp_poly 60 -15 -46 -21 2590 3374 3 MP PP 2590 3374 0 0 0.562 2544 3353 0 0 0.562 2590 3374 0 0 0.562 2 interp_poly 2544 3353 0 0 0.562 2604 3338 0 0 0.562 2544 3353 0 0 0.562 2 interp_poly -46 -22 60 -16 2568 3158 3 MP PP 2568 3158 0 0 0.562 2628 3142 0 0 0.562 2568 3158 0 0 0.562 2 interp_poly 2628 3142 0 0 0.562 2582 3120 0 0 0.562 2628 3142 0 0 0.562 2 interp_poly 60 -16 -46 -19 2614 3177 3 MP PP 2614 3177 0 0 0.562 2568 3158 0 0 0.562 2614 3177 0 0 0.562 2 interp_poly 2568 3158 0 0 0.562 2628 3142 0 0 0.562 2568 3158 0 0 0.562 2 interp_poly -46 -19 60 -13 2572 3283 3 MP PP 2572 3283 0 0 0.562 2632 3270 0 0 0.562 2572 3283 0 0 0.562 2 interp_poly 2632 3270 0 0 0.562 2586 3251 0 0 0.562 2632 3270 0 0 0.562 2 interp_poly 60 -13 -46 -21 2618 3304 3 MP PP 2618 3304 0 0 0.562 2572 3283 0 0 0.562 2618 3304 0 0 0.562 2 interp_poly 2572 3283 0 0 0.562 2632 3270 0 0 0.562 2572 3283 0 0 0.562 2 interp_poly -46 581 61 20 2560 2897 3 MP PP 2560 2897 0.625 1 0.438 2621 2917 0.562 1 0.5 2560 2897 0.625 1 0.438 2 interp_poly 2621 2917 0.562 1 0.5 2575 3498 0 0.312 1 2621 2917 0.562 1 0.5 2 interp_poly -46 -14 60 -14 2520 3530 3 MP PP 2520 3530 0 0 0.625 2580 3516 0 0 0.625 2520 3530 0 0 0.625 2 interp_poly 2580 3516 0 0 0.625 2534 3502 0 0 0.625 2580 3516 0 0 0.625 2 interp_poly 60 -14 -46 -19 2566 3549 3 MP PP 2566 3549 0 0 0.625 2520 3530 0 0 0.625 2566 3549 0 0 0.625 2 interp_poly 2520 3530 0 0 0.625 2580 3516 0 0 0.625 2520 3530 0 0 0.625 2 interp_poly 60 -6 -46 -14 2580 3516 3 MP PP 2580 3516 0 0 0.625 2534 3502 0 0 0.625 2580 3516 0 0 0.625 2 interp_poly 2534 3502 0 0 0.625 2594 3496 0 0 0.625 2534 3502 0 0 0.625 2 interp_poly -46 205 60 -160 2575 3498 3 MP PP 2575 3498 0 0.312 1 2635 3338 0 0.625 1 2575 3498 0 0.312 1 2 interp_poly 2635 3338 0 0.625 1 2589 3543 0 0.125 1 2635 3338 0 0.625 1 2 interp_poly 60 -160 -46 581 2621 2917 3 MP PP 2621 2917 0.562 1 0.5 2575 3498 0 0.312 1 2621 2917 0.562 1 0.5 2 interp_poly 2575 3498 0 0.312 1 2635 3338 0 0.625 1 2575 3498 0 0.312 1 2 interp_poly 60 19 -46 -761 2639 3682 3 MP PP 2639 3682 0 0.188 1 2593 2921 0.688 1 0.375 2639 3682 0 0.188 1 2 interp_poly 2593 2921 0.688 1 0.375 2653 2940 0.625 1 0.438 2593 2921 0.688 1 0.375 2 interp_poly 61 20 -47 910 2607 1987 3 MP PP 2607 1987 0.562 0 0 2560 2897 0.625 1 0.438 2607 1987 0.562 0 0 2 interp_poly 2560 2897 0.625 1 0.438 2621 2917 0.562 1 0.5 2560 2897 0.625 1 0.438 2 interp_poly -46 -953 60 19 2593 2921 3 MP PP 2593 2921 0.688 1 0.375 2653 2940 0.625 1 0.438 2593 2921 0.688 1 0.375 2 interp_poly 2653 2940 0.625 1 0.438 2607 1987 0.562 0 0 2653 2940 0.625 1 0.438 2 interp_poly 61 -17 -47 -22 2634 4298 3 MP PP 2634 4298 0 0 0.562 2587 4276 0 0 0.562 2634 4298 0 0 0.562 2 interp_poly 2587 4276 0 0 0.562 2648 4259 0 0 0.562 2587 4276 0 0 0.562 2 interp_poly -47 -26 61 -17 2587 4276 3 MP PP 2587 4276 0 0 0.562 2648 4259 0 0 0.562 2587 4276 0 0 0.562 2 interp_poly 2648 4259 0 0 0.562 2601 4233 0 0 0.562 2648 4259 0 0 0.562 2 interp_poly 61 -72 -46 -90 2629 4058 3 MP PP 2629 4058 0 0 0.75 2583 3968 0 0 0.875 2629 4058 0 0 0.75 2 interp_poly 2583 3968 0 0 0.875 2644 3896 0 0 1 2583 3968 0 0 0.875 2 interp_poly -47 -78 61 -72 2583 3968 3 MP PP 2583 3968 0 0 0.875 2644 3896 0 0 1 2583 3968 0 0 0.875 2 interp_poly 2644 3896 0 0 1 2597 3818 0 0.125 1 2644 3896 0 0 1 2 interp_poly -46 8 60 -22 2496 3646 3 MP PP 2496 3646 0 0 0.812 2556 3624 0 0 0.812 2496 3646 0 0 0.812 2 interp_poly 2556 3624 0 0 0.812 2510 3632 0 0 0.812 2556 3624 0 0 0.812 2 interp_poly -46 -1 60 -13 2510 3632 3 MP PP 2510 3632 0 0 0.812 2570 3619 0 0 0.75 2510 3632 0 0 0.812 2 interp_poly 2570 3619 0 0 0.75 2524 3618 0 0 0.75 2570 3619 0 0 0.75 2 interp_poly 60 -13 -46 8 2556 3624 3 MP PP 2556 3624 0 0 0.812 2510 3632 0 0 0.812 2556 3624 0 0 0.812 2 interp_poly 2510 3632 0 0 0.812 2570 3619 0 0 0.75 2510 3632 0 0 0.812 2 interp_poly 60 -22 -46 21 2542 3625 3 MP PP 2542 3625 0 0 0.938 2496 3646 0 0 0.812 2542 3625 0 0 0.938 2 interp_poly 2496 3646 0 0 0.812 2556 3624 0 0 0.812 2496 3646 0 0 0.812 2 interp_poly -46 21 60 -37 2482 3662 3 MP PP 2482 3662 0 0 0.875 2542 3625 0 0 0.938 2482 3662 0 0 0.875 2 interp_poly 2542 3625 0 0 0.938 2496 3646 0 0 0.812 2542 3625 0 0 0.938 2 interp_poly 60 -37 -46 19 2528 3643 3 MP PP 2528 3643 0 0 0.938 2482 3662 0 0 0.875 2528 3643 0 0 0.938 2 interp_poly 2482 3662 0 0 0.875 2542 3625 0 0 0.938 2482 3662 0 0 0.875 2 interp_poly -46 -5 60 -16 2524 3618 3 MP PP 2524 3618 0 0 0.75 2584 3602 0 0 0.75 2524 3618 0 0 0.75 2 interp_poly 2584 3602 0 0 0.75 2538 3597 0 0 0.688 2584 3602 0 0 0.75 2 interp_poly 60 -16 -46 -1 2570 3619 3 MP PP 2570 3619 0 0 0.75 2524 3618 0 0 0.75 2570 3619 0 0 0.75 2 interp_poly 2524 3618 0 0 0.75 2584 3602 0 0 0.75 2524 3618 0 0 0.75 2 interp_poly -47 -14 61 -10 2538 3597 3 MP PP 2538 3597 0 0 0.688 2599 3587 0 0 0.688 2538 3597 0 0 0.688 2 interp_poly 2599 3587 0 0 0.688 2552 3573 0 0 0.688 2599 3587 0 0 0.688 2 interp_poly 61 -10 -46 -5 2584 3602 3 MP PP 2584 3602 0 0 0.75 2538 3597 0 0 0.688 2584 3602 0 0 0.75 2 interp_poly 2538 3597 0 0 0.688 2599 3587 0 0 0.688 2538 3597 0 0 0.688 2 interp_poly -47 82 61 -100 2528 3643 3 MP PP 2528 3643 0 0 0.938 2589 3543 0 0.125 1 2528 3643 0 0 0.938 2 interp_poly 2589 3543 0 0.125 1 2542 3625 0 0 0.938 2589 3543 0 0.125 1 2 interp_poly -47 52 61 -53 2542 3625 3 MP PP 2542 3625 0 0 0.938 2603 3572 0 0 1 2542 3625 0 0 0.938 2 interp_poly 2603 3572 0 0 1 2556 3624 0 0 0.812 2603 3572 0 0 1 2 interp_poly 61 -53 -47 82 2589 3543 3 MP PP 2589 3543 0 0.125 1 2542 3625 0 0 0.938 2589 3543 0 0.125 1 2 interp_poly 2542 3625 0 0 0.938 2603 3572 0 0 1 2542 3625 0 0 0.938 2 interp_poly -47 3 61 -20 2570 3619 3 MP PP 2570 3619 0 0 0.75 2631 3599 0 0 0.812 2570 3619 0 0 0.75 2 interp_poly 2631 3599 0 0 0.812 2584 3602 0 0 0.75 2631 3599 0 0 0.812 2 interp_poly -47 26 61 -31 2556 3624 3 MP PP 2556 3624 0 0 0.812 2617 3593 0 0 0.875 2556 3624 0 0 0.812 2 interp_poly 2617 3593 0 0 0.875 2570 3619 0 0 0.75 2617 3593 0 0 0.875 2 interp_poly 61 -31 -47 52 2603 3572 3 MP PP 2603 3572 0 0 1 2556 3624 0 0 0.812 2603 3572 0 0 1 2 interp_poly 2556 3624 0 0 0.812 2617 3593 0 0 0.875 2556 3624 0 0 0.812 2 interp_poly 61 -20 -47 26 2617 3593 3 MP PP 2617 3593 0 0 0.875 2570 3619 0 0 0.75 2617 3593 0 0 0.875 2 interp_poly 2570 3619 0 0 0.75 2631 3599 0 0 0.812 2570 3619 0 0 0.75 2 interp_poly 60 123 -46 -197 2625 3756 3 MP PP 2625 3756 0 0.0625 1 2579 3559 0 0.438 1 2625 3756 0 0.0625 1 2 interp_poly 2579 3559 0 0.438 1 2639 3682 0 0.188 1 2579 3559 0 0.438 1 2 interp_poly -47 -14 61 -13 2491 3586 3 MP PP 2491 3586 0 0 0.688 2552 3573 0 0 0.688 2491 3586 0 0 0.688 2 interp_poly 2552 3573 0 0 0.688 2505 3559 0 0 0.625 2552 3573 0 0 0.688 2 interp_poly 61 -13 -47 -11 2538 3597 3 MP PP 2538 3597 0 0 0.688 2491 3586 0 0 0.688 2538 3597 0 0 0.688 2 interp_poly 2491 3586 0 0 0.688 2552 3573 0 0 0.688 2491 3586 0 0 0.688 2 interp_poly -46 -19 61 -10 2505 3559 3 MP PP 2505 3559 0 0 0.625 2566 3549 0 0 0.625 2505 3559 0 0 0.625 2 interp_poly 2566 3549 0 0 0.625 2520 3530 0 0 0.625 2566 3549 0 0 0.625 2 interp_poly 61 -10 -47 -14 2552 3573 3 MP PP 2552 3573 0 0 0.688 2505 3559 0 0 0.625 2552 3573 0 0 0.688 2 interp_poly 2505 3559 0 0 0.625 2566 3549 0 0 0.625 2505 3559 0 0 0.625 2 interp_poly 61 -100 -47 145 2575 3498 3 MP PP 2575 3498 0 0.312 1 2528 3643 0 0 0.938 2575 3498 0 0.312 1 2 interp_poly 2528 3643 0 0 0.938 2589 3543 0 0.125 1 2528 3643 0 0 0.938 2 interp_poly -46 -761 60 123 2579 3559 3 MP PP 2579 3559 0 0.438 1 2639 3682 0 0.188 1 2579 3559 0 0.438 1 2 interp_poly 2639 3682 0 0.188 1 2593 2921 0.688 1 0.375 2639 3682 0 0.188 1 2 interp_poly 61 -16 -47 -22 2620 4336 3 MP PP 2620 4336 0 0 0.562 2573 4314 0 0 0.562 2620 4336 0 0 0.562 2 interp_poly 2573 4314 0 0 0.562 2634 4298 0 0 0.562 2573 4314 0 0 0.562 2 interp_poly -47 -22 61 -16 2573 4314 3 MP PP 2573 4314 0 0 0.562 2634 4298 0 0 0.562 2573 4314 0 0 0.562 2 interp_poly 2634 4298 0 0 0.562 2587 4276 0 0 0.562 2634 4298 0 0 0.562 2 interp_poly 60 -43 -46 -57 2615 4158 3 MP PP 2615 4158 0 0 0.625 2569 4101 0 0 0.688 2615 4158 0 0 0.625 2 interp_poly 2569 4101 0 0 0.688 2629 4058 0 0 0.75 2569 4101 0 0 0.688 2 interp_poly -46 -90 60 -43 2569 4101 3 MP PP 2569 4101 0 0 0.688 2629 4058 0 0 0.75 2569 4101 0 0 0.688 2 interp_poly 2629 4058 0 0 0.75 2583 3968 0 0 0.875 2629 4058 0 0 0.75 2 interp_poly 60 52 -46 -105 2611 3809 3 MP PP 2611 3809 0 0.0625 1 2565 3704 0 0.25 1 2611 3809 0 0.0625 1 2 interp_poly 2565 3704 0 0.25 1 2625 3756 0 0.0625 1 2565 3704 0 0.25 1 2 interp_poly -46 -197 60 52 2565 3704 3 MP PP 2565 3704 0 0.25 1 2625 3756 0 0.0625 1 2565 3704 0 0.25 1 2 interp_poly 2625 3756 0 0.0625 1 2579 3559 0 0.438 1 2625 3756 0 0.0625 1 2 interp_poly 60 -40 -46 -35 2601 4233 3 MP PP 2601 4233 0 0 0.562 2555 4198 0 0 0.562 2601 4233 0 0 0.562 2 interp_poly 2555 4198 0 0 0.562 2615 4158 0 0 0.625 2555 4198 0 0 0.562 2 interp_poly -46 -57 60 -40 2555 4198 3 MP PP 2555 4198 0 0 0.562 2615 4158 0 0 0.625 2555 4198 0 0 0.562 2 interp_poly 2615 4158 0 0 0.625 2569 4101 0 0 0.688 2615 4158 0 0 0.625 2 interp_poly 60 65 -46 -74 2597 3818 3 MP PP 2597 3818 0 0.125 1 2551 3744 0 0.25 1 2597 3818 0 0.125 1 2 interp_poly 2551 3744 0 0.25 1 2611 3809 0 0.0625 1 2551 3744 0 0.25 1 2 interp_poly -46 -105 60 65 2551 3744 3 MP PP 2551 3744 0 0.25 1 2611 3809 0 0.0625 1 2551 3744 0 0.25 1 2 interp_poly 2611 3809 0 0.0625 1 2565 3704 0 0.25 1 2611 3809 0 0.0625 1 2 interp_poly -47 910 61 -50 2546 2037 3 MP PP 2546 2037 0.625 0 0 2607 1987 0.562 0 0 2546 2037 0.625 0 0 2 interp_poly 2607 1987 0.562 0 0 2560 2897 0.625 1 0.438 2607 1987 0.562 0 0 2 interp_poly 61 -50 -47 -884 2593 2921 3 MP PP 2593 2921 0.688 1 0.375 2546 2037 0.625 0 0 2593 2921 0.688 1 0.375 2 interp_poly 2546 2037 0.625 0 0 2607 1987 0.562 0 0 2546 2037 0.625 0 0 2 interp_poly 60 -20 -46 -23 2587 4276 3 MP PP 2587 4276 0 0 0.562 2541 4253 0 0 0.562 2587 4276 0 0 0.562 2 interp_poly 2541 4253 0 0 0.562 2601 4233 0 0 0.562 2541 4253 0 0 0.562 2 interp_poly -46 -35 60 -20 2541 4253 3 MP PP 2541 4253 0 0 0.562 2601 4233 0 0 0.562 2541 4253 0 0 0.562 2 interp_poly 2601 4233 0 0 0.562 2555 4198 0 0 0.562 2601 4233 0 0 0.562 2 interp_poly 61 -25 -47 -125 2583 3968 3 MP PP 2583 3968 0 0 0.875 2536 3843 0 0.125 1 2583 3968 0 0 0.875 2 interp_poly 2536 3843 0 0.125 1 2597 3818 0 0.125 1 2536 3843 0 0.125 1 2 interp_poly -46 -74 61 -25 2536 3843 3 MP PP 2536 3843 0 0.125 1 2597 3818 0 0.125 1 2536 3843 0 0.125 1 2 interp_poly 2597 3818 0 0.125 1 2551 3744 0 0.25 1 2597 3818 0 0.125 1 2 interp_poly -46 -19 60 -14 2493 3207 3 MP PP 2493 3207 0 0 0.562 2553 3193 0 0 0.562 2493 3207 0 0 0.562 2 interp_poly 2553 3193 0 0 0.562 2507 3174 0 0 0.562 2553 3193 0 0 0.562 2 interp_poly 60 -14 -46 -23 2539 3230 3 MP PP 2539 3230 0 0 0.562 2493 3207 0 0 0.562 2539 3230 0 0 0.562 2 interp_poly 2493 3207 0 0 0.562 2553 3193 0 0 0.562 2493 3207 0 0 0.562 2 interp_poly -47 -21 61 -16 2446 3190 3 MP PP 2446 3190 0 0 0.562 2507 3174 0 0 0.562 2446 3190 0 0 0.562 2 interp_poly 2507 3174 0 0 0.562 2460 3153 0 0 0.562 2507 3174 0 0 0.562 2 interp_poly 61 -16 -47 -17 2493 3207 3 MP PP 2493 3207 0 0 0.562 2446 3190 0 0 0.562 2493 3207 0 0 0.562 2 interp_poly 2446 3190 0 0 0.562 2507 3174 0 0 0.562 2446 3190 0 0 0.562 2 interp_poly -46 -17 60 -17 2451 3313 3 MP PP 2451 3313 0 0 0.562 2511 3296 0 0 0.562 2451 3313 0 0 0.562 2 interp_poly 2511 3296 0 0 0.562 2465 3279 0 0 0.562 2511 3296 0 0 0.562 2 interp_poly 60 -17 -46 -20 2497 3333 3 MP PP 2497 3333 0 0 0.562 2451 3313 0 0 0.562 2497 3333 0 0 0.562 2 interp_poly 2451 3313 0 0 0.562 2511 3296 0 0 0.562 2451 3313 0 0 0.562 2 interp_poly -46 -20 60 -13 2455 3425 3 MP PP 2455 3425 0 0 0.625 2515 3412 0 0 0.625 2455 3425 0 0 0.625 2 interp_poly 2515 3412 0 0 0.625 2469 3392 0 0 0.625 2515 3412 0 0 0.625 2 interp_poly 60 -13 -46 -25 2501 3450 3 MP PP 2501 3450 0 0 0.625 2455 3425 0 0 0.625 2501 3450 0 0 0.625 2 interp_poly 2455 3425 0 0 0.625 2515 3412 0 0 0.625 2455 3425 0 0 0.625 2 interp_poly -47 -19 61 -13 2459 3543 3 MP PP 2459 3543 0 0 0.625 2520 3530 0 0 0.625 2459 3543 0 0 0.625 2 interp_poly 2520 3530 0 0 0.625 2473 3511 0 0 0.625 2520 3530 0 0 0.625 2 interp_poly 61 -13 -46 -16 2505 3559 3 MP PP 2505 3559 0 0 0.625 2459 3543 0 0 0.625 2505 3559 0 0 0.625 2 interp_poly 2459 3543 0 0 0.625 2520 3530 0 0 0.625 2459 3543 0 0 0.625 2 interp_poly 61 -16 -47 -21 2507 3174 3 MP PP 2507 3174 0 0 0.562 2460 3153 0 0 0.562 2507 3174 0 0 0.562 2 interp_poly 2460 3153 0 0 0.562 2521 3137 0 0 0.562 2460 3153 0 0 0.562 2 interp_poly -47 -12 61 -9 2463 3627 3 MP PP 2463 3627 0 0 0.75 2524 3618 0 0 0.75 2463 3627 0 0 0.75 2 interp_poly 2524 3618 0 0 0.75 2477 3606 0 0 0.688 2524 3618 0 0 0.75 2 interp_poly -46 -19 60 -15 2465 3279 3 MP PP 2465 3279 0 0 0.562 2525 3264 0 0 0.562 2465 3279 0 0 0.562 2 interp_poly 2525 3264 0 0 0.562 2479 3245 0 0 0.562 2525 3264 0 0 0.562 2 interp_poly 60 -15 -46 -17 2511 3296 3 MP PP 2511 3296 0 0 0.562 2465 3279 0 0 0.562 2511 3296 0 0 0.562 2 interp_poly 2465 3279 0 0 0.562 2525 3264 0 0 0.562 2465 3279 0 0 0.562 2 interp_poly -46 -17 60 -6 2469 3392 3 MP PP 2469 3392 0 0 0.625 2529 3386 0 0 0.562 2469 3392 0 0 0.625 2 interp_poly 2529 3386 0 0 0.562 2483 3369 0 0 0.562 2529 3386 0 0 0.562 2 interp_poly 60 -6 -46 -20 2515 3412 3 MP PP 2515 3412 0 0 0.625 2469 3392 0 0 0.625 2515 3412 0 0 0.625 2 interp_poly 2469 3392 0 0 0.625 2529 3386 0 0 0.562 2469 3392 0 0 0.625 2 interp_poly -47 -14 61 -9 2473 3511 3 MP PP 2473 3511 0 0 0.625 2534 3502 0 0 0.625 2473 3511 0 0 0.625 2 interp_poly 2534 3502 0 0 0.625 2487 3488 0 0 0.625 2534 3502 0 0 0.625 2 interp_poly 61 -9 -47 -19 2520 3530 3 MP PP 2520 3530 0 0 0.625 2473 3511 0 0 0.625 2520 3530 0 0 0.625 2 interp_poly 2473 3511 0 0 0.625 2534 3502 0 0 0.625 2473 3511 0 0 0.625 2 interp_poly -47 -11 61 -9 2477 3606 3 MP PP 2477 3606 0 0 0.688 2538 3597 0 0 0.688 2477 3606 0 0 0.688 2 interp_poly 2538 3597 0 0 0.688 2491 3586 0 0 0.688 2538 3597 0 0 0.688 2 interp_poly 61 -9 -47 -12 2524 3618 3 MP PP 2524 3618 0 0 0.75 2477 3606 0 0 0.688 2524 3618 0 0 0.75 2 interp_poly 2477 3606 0 0 0.688 2538 3597 0 0 0.688 2477 3606 0 0 0.688 2 interp_poly -46 -23 60 -15 2479 3245 3 MP PP 2479 3245 0 0 0.562 2539 3230 0 0 0.562 2479 3245 0 0 0.562 2 interp_poly 2539 3230 0 0 0.562 2493 3207 0 0 0.562 2539 3230 0 0 0.562 2 interp_poly 60 -15 -46 -19 2525 3264 3 MP PP 2525 3264 0 0 0.562 2479 3245 0 0 0.562 2525 3264 0 0 0.562 2 interp_poly 2479 3245 0 0 0.562 2539 3230 0 0 0.562 2479 3245 0 0 0.562 2 interp_poly -47 -20 61 -16 2483 3369 3 MP PP 2483 3369 0 0 0.562 2544 3353 0 0 0.562 2483 3369 0 0 0.562 2 interp_poly 2544 3353 0 0 0.562 2497 3333 0 0 0.562 2544 3353 0 0 0.562 2 interp_poly 61 -16 -46 -17 2529 3386 3 MP PP 2529 3386 0 0 0.562 2483 3369 0 0 0.562 2529 3386 0 0 0.562 2 interp_poly 2483 3369 0 0 0.562 2544 3353 0 0 0.562 2483 3369 0 0 0.562 2 interp_poly -47 -28 61 -10 2487 3488 3 MP PP 2487 3488 0 0 0.625 2548 3478 0 0 0.562 2487 3488 0 0 0.625 2 interp_poly 2548 3478 0 0 0.562 2501 3450 0 0 0.625 2548 3478 0 0 0.562 2 interp_poly 61 -10 -47 -14 2534 3502 3 MP PP 2534 3502 0 0 0.625 2487 3488 0 0 0.625 2534 3502 0 0 0.625 2 interp_poly 2487 3488 0 0 0.625 2548 3478 0 0 0.562 2487 3488 0 0 0.625 2 interp_poly -47 -21 61 -16 2497 3333 3 MP PP 2497 3333 0 0 0.562 2558 3317 0 0 0.562 2497 3333 0 0 0.562 2 interp_poly 2558 3317 0 0 0.562 2511 3296 0 0 0.562 2558 3317 0 0 0.562 2 interp_poly 61 -16 -47 -20 2544 3353 3 MP PP 2544 3353 0 0 0.562 2497 3333 0 0 0.562 2544 3353 0 0 0.562 2 interp_poly 2497 3333 0 0 0.562 2558 3317 0 0 0.562 2497 3333 0 0 0.562 2 interp_poly -47 -20 61 -18 2501 3450 3 MP PP 2501 3450 0 0 0.625 2562 3432 0 0 0.625 2501 3450 0 0 0.625 2 interp_poly 2562 3432 0 0 0.625 2515 3412 0 0 0.625 2562 3432 0 0 0.625 2 interp_poly 61 -18 -47 -28 2548 3478 3 MP PP 2548 3478 0 0 0.562 2501 3450 0 0 0.625 2548 3478 0 0 0.562 2 interp_poly 2501 3450 0 0 0.625 2562 3432 0 0 0.625 2501 3450 0 0 0.625 2 interp_poly -46 719 60 18 2500 2879 3 MP PP 2500 2879 0.688 1 0.375 2560 2897 0.625 1 0.438 2500 2879 0.688 1 0.375 2 interp_poly 2560 2897 0.625 1 0.438 2514 3616 0 0.0625 1 2560 2897 0.625 1 0.438 2 interp_poly 61 -9 -47 -5 2510 3632 3 MP PP 2510 3632 0 0 0.812 2463 3627 0 0 0.75 2510 3632 0 0 0.812 2 interp_poly 2463 3627 0 0 0.75 2524 3618 0 0 0.75 2463 3627 0 0 0.75 2 interp_poly -47 145 61 -118 2514 3616 3 MP PP 2514 3616 0 0.0625 1 2575 3498 0 0.312 1 2514 3616 0 0.0625 1 2 interp_poly 2575 3498 0 0.312 1 2528 3643 0 0 0.938 2575 3498 0 0.312 1 2 interp_poly 61 -118 -46 719 2560 2897 3 MP PP 2560 2897 0.625 1 0.438 2514 3616 0 0.0625 1 2560 2897 0.625 1 0.438 2 interp_poly 2514 3616 0 0.0625 1 2575 3498 0 0.312 1 2514 3616 0 0.0625 1 2 interp_poly 61 -3 -47 -635 2579 3559 3 MP PP 2579 3559 0 0.438 1 2532 2924 0.688 1 0.375 2579 3559 0 0.438 1 2 interp_poly 2532 2924 0.688 1 0.375 2593 2921 0.688 1 0.375 2532 2924 0.688 1 0.375 2 interp_poly 60 18 -46 842 2546 2037 3 MP PP 2546 2037 0.625 0 0 2500 2879 0.688 1 0.375 2546 2037 0.625 0 0 2 interp_poly 2500 2879 0.688 1 0.375 2560 2897 0.625 1 0.438 2500 2879 0.688 1 0.375 2 interp_poly -47 -884 61 -3 2532 2924 3 MP PP 2532 2924 0.688 1 0.375 2593 2921 0.688 1 0.375 2532 2924 0.688 1 0.375 2 interp_poly 2593 2921 0.688 1 0.375 2546 2037 0.625 0 0 2593 2921 0.688 1 0.375 2 interp_poly 60 -17 -46 -21 2573 4314 3 MP PP 2573 4314 0 0 0.562 2527 4293 0 0 0.562 2573 4314 0 0 0.562 2 interp_poly 2527 4293 0 0 0.562 2587 4276 0 0 0.562 2527 4293 0 0 0.562 2 interp_poly -46 -23 60 -17 2527 4293 3 MP PP 2527 4293 0 0 0.562 2587 4276 0 0 0.562 2527 4293 0 0 0.562 2 interp_poly 2587 4276 0 0 0.562 2541 4253 0 0 0.562 2587 4276 0 0 0.562 2 interp_poly 61 -55 -47 -78 2569 4101 3 MP PP 2569 4101 0 0 0.688 2522 4023 0 0 0.812 2569 4101 0 0 0.688 2 interp_poly 2522 4023 0 0 0.812 2583 3968 0 0 0.875 2522 4023 0 0 0.812 2 interp_poly -47 -125 61 -55 2522 4023 3 MP PP 2522 4023 0 0 0.812 2583 3968 0 0 0.875 2522 4023 0 0 0.812 2 interp_poly 2583 3968 0 0 0.875 2536 3843 0 0.125 1 2583 3968 0 0 0.875 2 interp_poly 61 117 -47 -262 2565 3704 3 MP PP 2565 3704 0 0.25 1 2518 3442 0 0.75 1 2565 3704 0 0.25 1 2 interp_poly 2518 3442 0 0.75 1 2579 3559 0 0.438 1 2518 3442 0 0.75 1 2 interp_poly -47 -635 61 117 2518 3442 3 MP PP 2518 3442 0 0.75 1 2579 3559 0 0.438 1 2518 3442 0 0.75 1 2 interp_poly 2579 3559 0 0.438 1 2532 2924 0.688 1 0.375 2579 3559 0 0.438 1 2 interp_poly 61 -45 -47 -52 2555 4198 3 MP PP 2555 4198 0 0 0.562 2508 4146 0 0 0.625 2555 4198 0 0 0.562 2 interp_poly 2508 4146 0 0 0.625 2569 4101 0 0 0.688 2508 4146 0 0 0.625 2 interp_poly -47 -78 61 -45 2508 4146 3 MP PP 2508 4146 0 0 0.625 2569 4101 0 0 0.688 2508 4146 0 0 0.625 2 interp_poly 2569 4101 0 0 0.688 2522 4023 0 0 0.812 2569 4101 0 0 0.688 2 interp_poly 61 -13 -47 -1 2496 3646 3 MP PP 2496 3646 0 0 0.812 2449 3645 0 0 0.812 2496 3646 0 0 0.812 2 interp_poly 2449 3645 0 0 0.812 2510 3632 0 0 0.812 2449 3645 0 0 0.812 2 interp_poly -46 19 61 -56 2467 3699 3 MP PP 2467 3699 0 0 0.875 2528 3643 0 0 0.938 2467 3699 0 0 0.875 2 interp_poly 2528 3643 0 0 0.938 2482 3662 0 0 0.875 2528 3643 0 0 0.938 2 interp_poly -47 -5 61 -13 2449 3645 3 MP PP 2449 3645 0 0 0.812 2510 3632 0 0 0.812 2449 3645 0 0 0.812 2 interp_poly 2510 3632 0 0 0.812 2463 3627 0 0 0.75 2510 3632 0 0 0.812 2 interp_poly 61 -56 -47 83 2514 3616 3 MP PP 2514 3616 0 0.0625 1 2467 3699 0 0 0.875 2514 3616 0 0.0625 1 2 interp_poly 2467 3699 0 0 0.875 2528 3643 0 0 0.938 2467 3699 0 0 0.875 2 interp_poly 61 69 -47 -109 2551 3744 3 MP PP 2551 3744 0 0.25 1 2504 3635 0 0.438 1 2551 3744 0 0.25 1 2 interp_poly 2504 3635 0 0.438 1 2565 3704 0 0.25 1 2504 3635 0 0.438 1 2 interp_poly -46 -9 60 -10 2403 3637 3 MP PP 2403 3637 0 0 0.75 2463 3627 0 0 0.75 2403 3637 0 0 0.75 2 interp_poly 2463 3627 0 0 0.75 2417 3618 0 0 0.75 2463 3627 0 0 0.75 2 interp_poly 60 -10 -46 -8 2449 3645 3 MP PP 2449 3645 0 0 0.812 2403 3637 0 0 0.75 2449 3645 0 0 0.812 2 interp_poly 2403 3637 0 0 0.75 2463 3627 0 0 0.75 2403 3637 0 0 0.75 2 interp_poly -46 -13 60 -12 2417 3618 3 MP PP 2417 3618 0 0 0.75 2477 3606 0 0 0.688 2417 3618 0 0 0.75 2 interp_poly 2477 3606 0 0 0.688 2431 3593 0 0 0.688 2477 3606 0 0 0.688 2 interp_poly 60 -12 -46 -9 2463 3627 3 MP PP 2463 3627 0 0 0.75 2417 3618 0 0 0.75 2463 3627 0 0 0.75 2 interp_poly 2417 3618 0 0 0.75 2477 3606 0 0 0.688 2417 3618 0 0 0.75 2 interp_poly -47 -3 61 -16 2421 3678 3 MP PP 2421 3678 0 0 0.875 2482 3662 0 0 0.875 2421 3678 0 0 0.875 2 interp_poly 2482 3662 0 0 0.875 2435 3659 0 0 0.812 2482 3662 0 0 0.875 2 interp_poly 61 -16 -46 -21 2467 3699 3 MP PP 2467 3699 0 0 0.875 2421 3678 0 0 0.875 2467 3699 0 0 0.875 2 interp_poly 2421 3678 0 0 0.875 2482 3662 0 0 0.875 2421 3678 0 0 0.875 2 interp_poly 60 -7 -46 -13 2477 3606 3 MP PP 2477 3606 0 0 0.688 2431 3593 0 0 0.688 2477 3606 0 0 0.688 2 interp_poly 2431 3593 0 0 0.688 2491 3586 0 0 0.688 2431 3593 0 0 0.688 2 interp_poly -47 -1 61 -13 2435 3659 3 MP PP 2435 3659 0 0 0.812 2496 3646 0 0 0.812 2435 3659 0 0 0.812 2 interp_poly 2496 3646 0 0 0.812 2449 3645 0 0 0.812 2496 3646 0 0 0.812 2 interp_poly 61 -13 -47 -3 2482 3662 3 MP PP 2482 3662 0 0 0.875 2435 3659 0 0 0.812 2482 3662 0 0 0.875 2 interp_poly 2435 3659 0 0 0.812 2496 3646 0 0 0.812 2435 3659 0 0 0.812 2 interp_poly -47 83 61 20 2453 3596 3 MP PP 2453 3596 0 0.188 1 2514 3616 0 0.0625 1 2453 3596 0 0.188 1 2 interp_poly 2514 3616 0 0.0625 1 2467 3699 0 0 0.875 2514 3616 0 0.0625 1 2 interp_poly -47 -19 61 -7 2398 3550 3 MP PP 2398 3550 0 0 0.688 2459 3543 0 0 0.625 2398 3550 0 0 0.688 2 interp_poly 2459 3543 0 0 0.625 2412 3524 0 0 0.625 2459 3543 0 0 0.625 2 interp_poly 61 -7 -47 -20 2445 3570 3 MP PP 2445 3570 0 0 0.688 2398 3550 0 0 0.688 2445 3570 0 0 0.688 2 interp_poly 2398 3550 0 0 0.688 2459 3543 0 0 0.625 2398 3550 0 0 0.688 2 interp_poly -47 -13 61 -10 2408 3402 3 MP PP 2408 3402 0 0 0.625 2469 3392 0 0 0.625 2408 3402 0 0 0.625 2 interp_poly 2469 3392 0 0 0.625 2422 3379 0 0 0.562 2469 3392 0 0 0.625 2 interp_poly 61 -10 -47 -23 2455 3425 3 MP PP 2455 3425 0 0 0.625 2408 3402 0 0 0.625 2455 3425 0 0 0.625 2 interp_poly 2408 3402 0 0 0.625 2469 3392 0 0 0.625 2408 3402 0 0 0.625 2 interp_poly -46 -17 61 -13 2412 3524 3 MP PP 2412 3524 0 0 0.625 2473 3511 0 0 0.625 2412 3524 0 0 0.625 2 interp_poly 2473 3511 0 0 0.625 2427 3494 0 0 0.625 2473 3511 0 0 0.625 2 interp_poly 61 -13 -47 -19 2459 3543 3 MP PP 2459 3543 0 0 0.625 2412 3524 0 0 0.625 2459 3543 0 0 0.625 2 interp_poly 2412 3524 0 0 0.625 2473 3511 0 0 0.625 2412 3524 0 0 0.625 2 interp_poly -47 -22 61 -16 2418 3261 3 MP PP 2418 3261 0 0 0.562 2479 3245 0 0 0.562 2418 3261 0 0 0.562 2 interp_poly 2479 3245 0 0 0.562 2432 3223 0 0 0.562 2479 3245 0 0 0.562 2 interp_poly 61 -16 -47 -18 2465 3279 3 MP PP 2465 3279 0 0 0.562 2418 3261 0 0 0.562 2465 3279 0 0 0.562 2 interp_poly 2418 3261 0 0 0.562 2479 3245 0 0 0.562 2418 3261 0 0 0.562 2 interp_poly -47 -22 61 -10 2422 3379 3 MP PP 2422 3379 0 0 0.562 2483 3369 0 0 0.562 2422 3379 0 0 0.562 2 interp_poly 2483 3369 0 0 0.562 2436 3347 0 0 0.562 2483 3369 0 0 0.562 2 interp_poly 61 -10 -47 -13 2469 3392 3 MP PP 2469 3392 0 0 0.625 2422 3379 0 0 0.562 2469 3392 0 0 0.625 2 interp_poly 2422 3379 0 0 0.562 2483 3369 0 0 0.562 2422 3379 0 0 0.562 2 interp_poly -46 -20 60 -6 2427 3494 3 MP PP 2427 3494 0 0 0.625 2487 3488 0 0 0.625 2427 3494 0 0 0.625 2 interp_poly 2487 3488 0 0 0.625 2441 3468 0 0 0.625 2487 3488 0 0 0.625 2 interp_poly 60 -6 -46 -17 2473 3511 3 MP PP 2473 3511 0 0 0.625 2427 3494 0 0 0.625 2473 3511 0 0 0.625 2 interp_poly 2427 3494 0 0 0.625 2487 3488 0 0 0.625 2427 3494 0 0 0.625 2 interp_poly -46 -16 60 -7 2431 3593 3 MP PP 2431 3593 0 0 0.688 2491 3586 0 0 0.688 2431 3593 0 0 0.688 2 interp_poly 2491 3586 0 0 0.688 2445 3570 0 0 0.688 2491 3586 0 0 0.688 2 interp_poly -47 -17 61 -16 2432 3223 3 MP PP 2432 3223 0 0 0.562 2493 3207 0 0 0.562 2432 3223 0 0 0.562 2 interp_poly 2493 3207 0 0 0.562 2446 3190 0 0 0.562 2493 3207 0 0 0.562 2 interp_poly 61 -16 -47 -22 2479 3245 3 MP PP 2479 3245 0 0 0.562 2432 3223 0 0 0.562 2479 3245 0 0 0.562 2 interp_poly 2432 3223 0 0 0.562 2493 3207 0 0 0.562 2432 3223 0 0 0.562 2 interp_poly -46 -20 61 -14 2436 3347 3 MP PP 2436 3347 0 0 0.562 2497 3333 0 0 0.562 2436 3347 0 0 0.562 2 interp_poly 2497 3333 0 0 0.562 2451 3313 0 0 0.562 2497 3333 0 0 0.562 2 interp_poly 61 -14 -47 -22 2483 3369 3 MP PP 2483 3369 0 0 0.562 2436 3347 0 0 0.562 2483 3369 0 0 0.562 2 interp_poly 2436 3347 0 0 0.562 2497 3333 0 0 0.562 2436 3347 0 0 0.562 2 interp_poly -46 -25 60 -18 2441 3468 3 MP PP 2441 3468 0 0 0.625 2501 3450 0 0 0.625 2441 3468 0 0 0.625 2 interp_poly 2501 3450 0 0 0.625 2455 3425 0 0 0.625 2501 3450 0 0 0.625 2 interp_poly 60 -18 -46 -20 2487 3488 3 MP PP 2487 3488 0 0 0.625 2441 3468 0 0 0.625 2487 3488 0 0 0.625 2 interp_poly 2441 3468 0 0 0.625 2501 3450 0 0 0.625 2441 3468 0 0 0.625 2 interp_poly -46 -16 60 -11 2445 3570 3 MP PP 2445 3570 0 0 0.688 2505 3559 0 0 0.625 2445 3570 0 0 0.688 2 interp_poly 2505 3559 0 0 0.625 2459 3543 0 0 0.625 2505 3559 0 0 0.625 2 interp_poly 60 -11 -46 -16 2491 3586 3 MP PP 2491 3586 0 0 0.688 2445 3570 0 0 0.688 2491 3586 0 0 0.688 2 interp_poly 2445 3570 0 0 0.688 2505 3559 0 0 0.625 2445 3570 0 0 0.688 2 interp_poly 61 20 -47 717 2500 2879 3 MP PP 2500 2879 0.688 1 0.375 2453 3596 0 0.188 1 2500 2879 0.688 1 0.375 2 interp_poly 2453 3596 0 0.188 1 2514 3616 0 0.0625 1 2453 3596 0 0.188 1 2 interp_poly -47 -262 61 69 2504 3635 3 MP PP 2504 3635 0 0.438 1 2565 3704 0 0.25 1 2504 3635 0 0.438 1 2 interp_poly 2565 3704 0 0.25 1 2518 3442 0 0.75 1 2565 3704 0 0.25 1 2 interp_poly 61 -27 -47 -28 2541 4253 3 MP PP 2541 4253 0 0 0.562 2494 4225 0 0 0.562 2541 4253 0 0 0.562 2 interp_poly 2494 4225 0 0 0.562 2555 4198 0 0 0.562 2494 4225 0 0 0.562 2 interp_poly -47 -52 61 -27 2494 4225 3 MP PP 2494 4225 0 0 0.562 2555 4198 0 0 0.562 2494 4225 0 0 0.562 2 interp_poly 2555 4198 0 0 0.562 2508 4146 0 0 0.625 2555 4198 0 0 0.562 2 interp_poly 61 49 -46 -148 2536 3843 3 MP PP 2536 3843 0 0.125 1 2490 3695 0 0.375 1 2536 3843 0 0.125 1 2 interp_poly 2490 3695 0 0.375 1 2551 3744 0 0.25 1 2490 3695 0 0.375 1 2 interp_poly -47 -109 61 49 2490 3695 3 MP PP 2490 3695 0 0.375 1 2551 3744 0 0.25 1 2490 3695 0 0.375 1 2 interp_poly 2551 3744 0 0.25 1 2504 3635 0 0.438 1 2551 3744 0 0.25 1 2 interp_poly -46 842 60 -283 2486 2320 3 MP PP 2486 2320 1 0.125 0 2546 2037 0.625 0 0 2486 2320 1 0.125 0 2 interp_poly 2546 2037 0.625 0 0 2500 2879 0.688 1 0.375 2546 2037 0.625 0 0 2 interp_poly 60 -283 -46 -604 2532 2924 3 MP PP 2532 2924 0.688 1 0.375 2486 2320 1 0.125 0 2532 2924 0.688 1 0.375 2 interp_poly 2486 2320 1 0.125 0 2546 2037 0.625 0 0 2486 2320 1 0.125 0 2 interp_poly 61 -16 -47 -24 2527 4293 3 MP PP 2527 4293 0 0 0.562 2480 4269 0 0 0.562 2527 4293 0 0 0.562 2 interp_poly 2480 4269 0 0 0.562 2541 4253 0 0 0.562 2480 4269 0 0 0.562 2 interp_poly -47 -28 61 -16 2480 4269 3 MP PP 2480 4269 0 0 0.562 2541 4253 0 0 0.562 2480 4269 0 0 0.562 2 interp_poly 2541 4253 0 0 0.562 2494 4225 0 0 0.562 2541 4253 0 0 0.562 2 interp_poly 60 -65 -46 -115 2522 4023 3 MP PP 2522 4023 0 0 0.812 2476 3908 0 0 1 2522 4023 0 0 0.812 2 interp_poly 2476 3908 0 0 1 2536 3843 0 0.125 1 2476 3908 0 0 1 2 interp_poly -46 -148 60 -65 2476 3908 3 MP PP 2476 3908 0 0 1 2536 3843 0 0.125 1 2476 3908 0 0 1 2 interp_poly 2536 3843 0 0.125 1 2490 3695 0 0.375 1 2536 3843 0 0.125 1 2 interp_poly -46 -21 60 -16 2386 3206 3 MP PP 2386 3206 0 0 0.562 2446 3190 0 0 0.562 2386 3206 0 0 0.562 2 interp_poly 2446 3190 0 0 0.562 2400 3169 0 0 0.562 2446 3190 0 0 0.562 2 interp_poly 60 -16 -46 -17 2432 3223 3 MP PP 2432 3223 0 0 0.562 2386 3206 0 0 0.562 2432 3223 0 0 0.562 2 interp_poly 2386 3206 0 0 0.562 2446 3190 0 0 0.562 2386 3206 0 0 0.562 2 interp_poly -47 -21 61 -15 2390 3328 3 MP PP 2390 3328 0 0 0.562 2451 3313 0 0 0.562 2390 3328 0 0 0.562 2 interp_poly 2451 3313 0 0 0.562 2404 3292 0 0 0.562 2451 3313 0 0 0.562 2 interp_poly 61 -15 -46 -19 2436 3347 3 MP PP 2436 3347 0 0 0.562 2390 3328 0 0 0.562 2436 3347 0 0 0.562 2 interp_poly 2390 3328 0 0 0.562 2451 3313 0 0 0.562 2390 3328 0 0 0.562 2 interp_poly -47 -23 61 -16 2394 3441 3 MP PP 2394 3441 0 0 0.625 2455 3425 0 0 0.625 2394 3441 0 0 0.625 2 interp_poly 2455 3425 0 0 0.625 2408 3402 0 0 0.625 2455 3425 0 0 0.625 2 interp_poly 61 -16 -47 -27 2441 3468 3 MP PP 2441 3468 0 0 0.625 2394 3441 0 0 0.625 2441 3468 0 0 0.625 2 interp_poly 2394 3441 0 0 0.625 2455 3425 0 0 0.625 2394 3441 0 0 0.625 2 interp_poly 60 -16 -46 -21 2446 3190 3 MP PP 2446 3190 0 0 0.562 2400 3169 0 0 0.562 2446 3190 0 0 0.562 2 interp_poly 2400 3169 0 0 0.562 2460 3153 0 0 0.562 2400 3169 0 0 0.562 2 interp_poly -47 -18 61 -13 2404 3292 3 MP PP 2404 3292 0 0 0.562 2465 3279 0 0 0.562 2404 3292 0 0 0.562 2 interp_poly 2465 3279 0 0 0.562 2418 3261 0 0 0.562 2465 3279 0 0 0.562 2 interp_poly 61 -13 -47 -21 2451 3313 3 MP PP 2451 3313 0 0 0.562 2404 3292 0 0 0.562 2451 3313 0 0 0.562 2 interp_poly 2404 3292 0 0 0.562 2465 3279 0 0 0.562 2404 3292 0 0 0.562 2 interp_poly -47 717 61 -2 2439 2881 3 MP PP 2439 2881 0.688 1 0.375 2500 2879 0.688 1 0.375 2439 2881 0.688 1 0.375 2 interp_poly 2500 2879 0.688 1 0.375 2453 3596 0 0.188 1 2500 2879 0.688 1 0.375 2 interp_poly 60 -11 -46 -507 2518 3442 3 MP PP 2518 3442 0 0.75 1 2472 2935 0.75 1 0.312 2518 3442 0 0.75 1 2 interp_poly 2472 2935 0.75 1 0.312 2532 2924 0.688 1 0.375 2472 2935 0.75 1 0.312 2 interp_poly 61 -2 -47 561 2486 2320 3 MP PP 2486 2320 1 0.125 0 2439 2881 0.688 1 0.375 2486 2320 1 0.125 0 2 interp_poly 2439 2881 0.688 1 0.375 2500 2879 0.688 1 0.375 2439 2881 0.688 1 0.375 2 interp_poly -46 -604 60 -11 2472 2935 3 MP PP 2472 2935 0.75 1 0.312 2532 2924 0.688 1 0.375 2472 2935 0.75 1 0.312 2 interp_poly 2532 2924 0.688 1 0.375 2486 2320 1 0.125 0 2532 2924 0.688 1 0.375 2 interp_poly 60 -44 -46 -79 2508 4146 3 MP PP 2508 4146 0 0 0.625 2462 4067 0 0 0.75 2508 4146 0 0 0.625 2 interp_poly 2462 4067 0 0 0.75 2522 4023 0 0 0.812 2462 4067 0 0 0.75 2 interp_poly -46 -115 60 -44 2462 4067 3 MP PP 2462 4067 0 0 0.75 2522 4023 0 0 0.812 2462 4067 0 0 0.75 2 interp_poly 2522 4023 0 0 0.812 2476 3908 0 0 1 2522 4023 0 0 0.812 2 interp_poly 60 62 -46 -255 2504 3635 3 MP PP 2504 3635 0 0.438 1 2458 3380 0 0.875 1 2504 3635 0 0.438 1 2 interp_poly 2458 3380 0 0.875 1 2518 3442 0 0.75 1 2458 3380 0 0.875 1 2 interp_poly -46 -507 60 62 2458 3380 3 MP PP 2458 3380 0 0.875 1 2518 3442 0 0.75 1 2458 3380 0 0.875 1 2 interp_poly 2518 3442 0 0.75 1 2472 2935 0.75 1 0.312 2518 3442 0 0.75 1 2 interp_poly 60 -37 -46 -42 2494 4225 3 MP PP 2494 4225 0 0 0.562 2448 4183 0 0 0.562 2494 4225 0 0 0.562 2 interp_poly 2448 4183 0 0 0.562 2508 4146 0 0 0.625 2448 4183 0 0 0.562 2 interp_poly -46 -79 60 -37 2448 4183 3 MP PP 2448 4183 0 0 0.562 2508 4146 0 0 0.625 2448 4183 0 0 0.562 2 interp_poly 2508 4146 0 0 0.625 2462 4067 0 0 0.75 2508 4146 0 0 0.625 2 interp_poly -46 -15 60 -14 2348 3416 3 MP PP 2348 3416 0 0 0.625 2408 3402 0 0 0.625 2348 3416 0 0 0.625 2 interp_poly 2408 3402 0 0 0.625 2362 3387 0 0 0.625 2408 3402 0 0 0.625 2 interp_poly 60 -14 -46 -25 2394 3441 3 MP PP 2394 3441 0 0 0.625 2348 3416 0 0 0.625 2394 3441 0 0 0.625 2 interp_poly 2348 3416 0 0 0.625 2408 3402 0 0 0.625 2348 3416 0 0 0.625 2 interp_poly -46 -22 60 -13 2358 3274 3 MP PP 2358 3274 0 0 0.562 2418 3261 0 0 0.562 2358 3274 0 0 0.562 2 interp_poly 2418 3261 0 0 0.562 2372 3239 0 0 0.562 2418 3261 0 0 0.562 2 interp_poly 60 -13 -46 -18 2404 3292 3 MP PP 2404 3292 0 0 0.562 2358 3274 0 0 0.562 2404 3292 0 0 0.562 2 interp_poly 2358 3274 0 0 0.562 2418 3261 0 0 0.562 2358 3274 0 0 0.562 2 interp_poly -46 -18 60 -8 2362 3387 3 MP PP 2362 3387 0 0 0.625 2422 3379 0 0 0.562 2362 3387 0 0 0.625 2 interp_poly 2422 3379 0 0 0.562 2376 3361 0 0 0.562 2422 3379 0 0 0.562 2 interp_poly 60 -8 -46 -15 2408 3402 3 MP PP 2408 3402 0 0 0.625 2362 3387 0 0 0.625 2408 3402 0 0 0.625 2 interp_poly 2362 3387 0 0 0.625 2422 3379 0 0 0.562 2362 3387 0 0 0.625 2 interp_poly -47 -17 61 -5 2366 3499 3 MP PP 2366 3499 0 0 0.625 2427 3494 0 0 0.625 2366 3499 0 0 0.625 2 interp_poly 2427 3494 0 0 0.625 2380 3477 0 0 0.625 2427 3494 0 0 0.625 2 interp_poly 61 -5 -46 -25 2412 3524 3 MP PP 2412 3524 0 0 0.625 2366 3499 0 0 0.625 2412 3524 0 0 0.625 2 interp_poly 2366 3499 0 0 0.625 2427 3494 0 0 0.625 2366 3499 0 0 0.625 2 interp_poly -46 -17 60 -16 2372 3239 3 MP PP 2372 3239 0 0 0.562 2432 3223 0 0 0.562 2372 3239 0 0 0.562 2 interp_poly 2432 3223 0 0 0.562 2386 3206 0 0 0.562 2432 3223 0 0 0.562 2 interp_poly 60 -16 -46 -22 2418 3261 3 MP PP 2418 3261 0 0 0.562 2372 3239 0 0 0.562 2418 3261 0 0 0.562 2 interp_poly 2372 3239 0 0 0.562 2432 3223 0 0 0.562 2372 3239 0 0 0.562 2 interp_poly -46 -19 60 -14 2376 3361 3 MP PP 2376 3361 0 0 0.562 2436 3347 0 0 0.562 2376 3361 0 0 0.562 2 interp_poly 2436 3347 0 0 0.562 2390 3328 0 0 0.562 2436 3347 0 0 0.562 2 interp_poly 60 -14 -46 -18 2422 3379 3 MP PP 2422 3379 0 0 0.562 2376 3361 0 0 0.562 2422 3379 0 0 0.562 2 interp_poly 2376 3361 0 0 0.562 2436 3347 0 0 0.562 2376 3361 0 0 0.562 2 interp_poly -47 -27 61 -9 2380 3477 3 MP PP 2380 3477 0 0 0.625 2441 3468 0 0 0.625 2380 3477 0 0 0.625 2 interp_poly 2441 3468 0 0 0.625 2394 3441 0 0 0.625 2441 3468 0 0 0.625 2 interp_poly 61 -9 -47 -17 2427 3494 3 MP PP 2427 3494 0 0 0.625 2380 3477 0 0 0.625 2427 3494 0 0 0.625 2 interp_poly 2380 3477 0 0 0.625 2441 3468 0 0 0.625 2380 3477 0 0 0.625 2 interp_poly -47 -20 61 -8 2384 3578 3 MP PP 2384 3578 0 0 0.688 2445 3570 0 0 0.688 2384 3578 0 0 0.688 2 interp_poly 2445 3570 0 0 0.688 2398 3550 0 0 0.688 2445 3570 0 0 0.688 2 interp_poly 61 -8 -47 -15 2431 3593 3 MP PP 2431 3593 0 0 0.688 2384 3578 0 0 0.688 2431 3593 0 0 0.688 2 interp_poly 2384 3578 0 0 0.688 2445 3570 0 0 0.688 2384 3578 0 0 0.688 2 interp_poly 60 122 -46 593 2439 2881 3 MP PP 2439 2881 0.688 1 0.375 2393 3474 0 0.438 1 2439 2881 0.688 1 0.375 2 interp_poly 2393 3474 0 0.438 1 2453 3596 0 0.188 1 2393 3474 0 0.438 1 2 interp_poly 61 108 -47 -168 2490 3695 3 MP PP 2490 3695 0 0.375 1 2443 3527 0 0.688 1 2490 3695 0 0.375 1 2 interp_poly 2443 3527 0 0.688 1 2504 3635 0 0.438 1 2443 3527 0 0.688 1 2 interp_poly -46 -255 61 108 2443 3527 3 MP PP 2443 3527 0 0.688 1 2504 3635 0 0.438 1 2443 3527 0 0.688 1 2 interp_poly 2504 3635 0 0.438 1 2458 3380 0 0.875 1 2504 3635 0 0.438 1 2 interp_poly 60 -16 -46 -28 2480 4269 3 MP PP 2480 4269 0 0 0.562 2434 4241 0 0 0.562 2480 4269 0 0 0.562 2 interp_poly 2434 4241 0 0 0.562 2494 4225 0 0 0.562 2434 4241 0 0 0.562 2 interp_poly -46 -42 60 -16 2434 4241 3 MP PP 2434 4241 0 0 0.562 2494 4225 0 0 0.562 2434 4241 0 0 0.562 2 interp_poly 2494 4225 0 0 0.562 2448 4183 0 0 0.562 2494 4225 0 0 0.562 2 interp_poly 61 -36 -47 -177 2476 3908 3 MP PP 2476 3908 0 0 1 2429 3731 0 0.312 1 2476 3908 0 0 1 2 interp_poly 2429 3731 0 0.312 1 2490 3695 0 0.375 1 2429 3731 0 0.312 1 2 interp_poly -46 -6 61 -6 2374 3665 3 MP PP 2374 3665 0 0 0.875 2435 3659 0 0 0.812 2374 3665 0 0 0.875 2 interp_poly 2435 3659 0 0 0.812 2389 3653 0 0 0.812 2435 3659 0 0 0.812 2 interp_poly 61 -6 -47 -13 2421 3678 3 MP PP 2421 3678 0 0 0.875 2374 3665 0 0 0.875 2421 3678 0 0 0.875 2 interp_poly 2374 3665 0 0 0.875 2435 3659 0 0 0.812 2374 3665 0 0 0.875 2 interp_poly -46 -8 60 -8 2389 3653 3 MP PP 2389 3653 0 0 0.812 2449 3645 0 0 0.812 2389 3653 0 0 0.812 2 interp_poly 2449 3645 0 0 0.812 2403 3637 0 0 0.75 2449 3645 0 0 0.812 2 interp_poly 60 -8 -46 -6 2435 3659 3 MP PP 2435 3659 0 0 0.812 2389 3653 0 0 0.812 2435 3659 0 0 0.812 2 interp_poly 2389 3653 0 0 0.812 2449 3645 0 0 0.812 2389 3653 0 0 0.812 2 interp_poly -46 -20 60 -7 2338 3557 3 MP PP 2338 3557 0 0 0.688 2398 3550 0 0 0.688 2338 3557 0 0 0.688 2 interp_poly 2398 3550 0 0 0.688 2352 3530 0 0 0.688 2398 3550 0 0 0.688 2 interp_poly 60 -7 -46 -21 2384 3578 3 MP PP 2384 3578 0 0 0.688 2338 3557 0 0 0.688 2384 3578 0 0 0.688 2 interp_poly 2338 3557 0 0 0.688 2398 3550 0 0 0.688 2338 3557 0 0 0.688 2 interp_poly -46 -25 60 -6 2352 3530 3 MP PP 2352 3530 0 0 0.688 2412 3524 0 0 0.625 2352 3530 0 0 0.688 2 interp_poly 2412 3524 0 0 0.625 2366 3499 0 0 0.625 2412 3524 0 0 0.625 2 interp_poly 60 -6 -46 -20 2398 3550 3 MP PP 2398 3550 0 0 0.688 2352 3530 0 0 0.688 2398 3550 0 0 0.688 2 interp_poly 2352 3530 0 0 0.688 2412 3524 0 0 0.625 2352 3530 0 0 0.688 2 interp_poly -47 -16 61 -5 2356 3623 3 MP PP 2356 3623 0 0 0.75 2417 3618 0 0 0.75 2356 3623 0 0 0.75 2 interp_poly 2417 3618 0 0 0.75 2370 3602 0 0 0.688 2417 3618 0 0 0.75 2 interp_poly 61 -5 -47 -14 2403 3637 3 MP PP 2403 3637 0 0 0.75 2356 3623 0 0 0.75 2403 3637 0 0 0.75 2 interp_poly 2356 3623 0 0 0.75 2417 3618 0 0 0.75 2356 3623 0 0 0.75 2 interp_poly -47 -13 61 5 2360 3673 3 MP PP 2360 3673 0 0 0.938 2421 3678 0 0 0.875 2360 3673 0 0 0.938 2 interp_poly 2421 3678 0 0 0.875 2374 3665 0 0 0.875 2421 3678 0 0 0.875 2 interp_poly 61 5 -47 -16 2407 3689 3 MP PP 2407 3689 0 0 0.938 2360 3673 0 0 0.938 2407 3689 0 0 0.938 2 interp_poly 2360 3673 0 0 0.938 2421 3678 0 0 0.875 2360 3673 0 0 0.938 2 interp_poly -47 -15 61 -9 2370 3602 3 MP PP 2370 3602 0 0 0.688 2431 3593 0 0 0.688 2370 3602 0 0 0.688 2 interp_poly 2431 3593 0 0 0.688 2384 3578 0 0 0.688 2431 3593 0 0 0.688 2 interp_poly 61 -9 -47 -16 2417 3618 3 MP PP 2417 3618 0 0 0.75 2370 3602 0 0 0.688 2417 3618 0 0 0.75 2 interp_poly 2370 3602 0 0 0.688 2431 3593 0 0 0.688 2370 3602 0 0 0.688 2 interp_poly -46 93 60 122 2393 3474 3 MP PP 2393 3474 0 0.438 1 2453 3596 0 0.188 1 2393 3474 0 0.438 1 2 interp_poly 2453 3596 0 0.188 1 2407 3689 0 0 0.938 2453 3596 0 0.188 1 2 interp_poly -46 -21 60 10 2407 3689 3 MP PP 2407 3689 0 0 0.938 2467 3699 0 0 0.875 2407 3689 0 0 0.938 2 interp_poly 2467 3699 0 0 0.875 2421 3678 0 0 0.875 2467 3699 0 0 0.875 2 interp_poly 60 10 -46 93 2453 3596 3 MP PP 2453 3596 0 0.188 1 2407 3689 0 0 0.938 2453 3596 0 0.188 1 2 interp_poly 2407 3689 0 0 0.938 2467 3699 0 0 0.875 2407 3689 0 0 0.938 2 interp_poly -47 -168 61 -36 2429 3731 3 MP PP 2429 3731 0 0.312 1 2490 3695 0 0.375 1 2429 3731 0 0.312 1 2 interp_poly 2490 3695 0 0.375 1 2443 3527 0 0.688 1 2490 3695 0 0.375 1 2 interp_poly -47 561 61 -246 2425 2566 3 MP PP 2425 2566 1 0.625 0 2486 2320 1 0.125 0 2425 2566 1 0.625 0 2 interp_poly 2486 2320 1 0.125 0 2439 2881 0.688 1 0.375 2486 2320 1 0.125 0 2 interp_poly 61 -246 -47 -369 2472 2935 3 MP PP 2472 2935 0.75 1 0.312 2425 2566 1 0.625 0 2472 2935 0.75 1 0.312 2 interp_poly 2425 2566 1 0.625 0 2486 2320 1 0.125 0 2425 2566 1 0.625 0 2 interp_poly 61 -37 -47 -122 2462 4067 3 MP PP 2462 4067 0 0 0.75 2415 3945 0 0 0.938 2462 4067 0 0 0.75 2 interp_poly 2415 3945 0 0 0.938 2476 3908 0 0 1 2415 3945 0 0 0.938 2 interp_poly -47 -177 61 -37 2415 3945 3 MP PP 2415 3945 0 0 0.938 2476 3908 0 0 1 2415 3945 0 0 0.938 2 interp_poly 2476 3908 0 0 1 2429 3731 0 0.312 1 2476 3908 0 0 1 2 interp_poly -47 -23 61 -16 2329 3344 3 MP PP 2329 3344 0 0 0.562 2390 3328 0 0 0.562 2329 3344 0 0 0.562 2 interp_poly 2390 3328 0 0 0.562 2343 3305 0 0 0.562 2390 3328 0 0 0.562 2 interp_poly 61 -16 -47 -17 2376 3361 3 MP PP 2376 3361 0 0 0.562 2329 3344 0 0 0.562 2376 3361 0 0 0.562 2 interp_poly 2329 3344 0 0 0.562 2390 3328 0 0 0.562 2329 3344 0 0 0.562 2 interp_poly -46 -25 60 -14 2334 3455 3 MP PP 2334 3455 0 0 0.625 2394 3441 0 0 0.625 2334 3455 0 0 0.625 2 interp_poly 2394 3441 0 0 0.625 2348 3416 0 0 0.625 2394 3441 0 0 0.625 2 interp_poly 60 -14 -46 -22 2380 3477 3 MP PP 2380 3477 0 0 0.625 2334 3455 0 0 0.625 2380 3477 0 0 0.625 2 interp_poly 2334 3455 0 0 0.625 2394 3441 0 0 0.625 2334 3455 0 0 0.625 2 interp_poly 61 -16 -47 -21 2386 3206 3 MP PP 2386 3206 0 0 0.562 2339 3185 0 0 0.562 2386 3206 0 0 0.562 2 interp_poly 2339 3185 0 0 0.562 2400 3169 0 0 0.562 2339 3185 0 0 0.562 2 interp_poly -46 -18 61 -13 2343 3305 3 MP PP 2343 3305 0 0 0.562 2404 3292 0 0 0.562 2343 3305 0 0 0.562 2 interp_poly 2404 3292 0 0 0.562 2358 3274 0 0 0.562 2404 3292 0 0 0.562 2 interp_poly 61 -13 -47 -23 2390 3328 3 MP PP 2390 3328 0 0 0.562 2343 3305 0 0 0.562 2390 3328 0 0 0.562 2 interp_poly 2343 3305 0 0 0.562 2404 3292 0 0 0.562 2343 3305 0 0 0.562 2 interp_poly -46 593 60 -12 2379 2893 3 MP PP 2379 2893 0.75 1 0.312 2439 2881 0.688 1 0.375 2379 2893 0.75 1 0.312 2 interp_poly 2439 2881 0.688 1 0.375 2393 3474 0 0.438 1 2439 2881 0.688 1 0.375 2 interp_poly 61 -25 -47 -420 2458 3380 3 MP PP 2458 3380 0 0.875 1 2411 2960 0.688 1 0.375 2458 3380 0 0.875 1 2 interp_poly 2411 2960 0.688 1 0.375 2472 2935 0.75 1 0.312 2411 2960 0.688 1 0.375 2 interp_poly 60 -12 -46 327 2425 2566 3 MP PP 2425 2566 1 0.625 0 2379 2893 0.75 1 0.312 2425 2566 1 0.625 0 2 interp_poly 2379 2893 0.75 1 0.312 2439 2881 0.688 1 0.375 2379 2893 0.75 1 0.312 2 interp_poly -47 -369 61 -25 2411 2960 3 MP PP 2411 2960 0.688 1 0.375 2472 2935 0.75 1 0.312 2411 2960 0.688 1 0.375 2 interp_poly 2472 2935 0.75 1 0.312 2425 2566 1 0.625 0 2472 2935 0.75 1 0.312 2 interp_poly 61 -43 -47 -73 2448 4183 3 MP PP 2448 4183 0 0 0.562 2401 4110 0 0 0.688 2448 4183 0 0 0.562 2 interp_poly 2401 4110 0 0 0.688 2462 4067 0 0 0.75 2401 4110 0 0 0.688 2 interp_poly -47 -122 61 -43 2401 4110 3 MP PP 2401 4110 0 0 0.688 2462 4067 0 0 0.75 2401 4110 0 0 0.688 2 interp_poly 2462 4067 0 0 0.75 2415 3945 0 0 0.938 2462 4067 0 0 0.75 2 interp_poly 61 86 -46 -233 2443 3527 3 MP PP 2443 3527 0 0.688 1 2397 3294 0.125 1 0.938 2443 3527 0 0.688 1 2 interp_poly 2397 3294 0.125 1 0.938 2458 3380 0 0.875 1 2397 3294 0.125 1 0.938 2 interp_poly -47 -420 61 86 2397 3294 3 MP PP 2397 3294 0.125 1 0.938 2458 3380 0 0.875 1 2397 3294 0.125 1 0.938 2 interp_poly 2458 3380 0 0.875 1 2411 2960 0.688 1 0.375 2458 3380 0 0.875 1 2 interp_poly 61 -17 -47 -41 2434 4241 3 MP PP 2434 4241 0 0 0.562 2387 4200 0 0 0.562 2434 4241 0 0 0.562 2 interp_poly 2387 4200 0 0 0.562 2448 4183 0 0 0.562 2387 4200 0 0 0.562 2 interp_poly -47 -73 61 -17 2387 4200 3 MP PP 2387 4200 0 0 0.562 2448 4183 0 0 0.562 2387 4200 0 0 0.562 2 interp_poly 2448 4183 0 0 0.562 2401 4110 0 0 0.688 2448 4183 0 0 0.562 2 interp_poly -47 -23 61 -14 2287 3430 3 MP PP 2287 3430 0 0 0.625 2348 3416 0 0 0.625 2287 3430 0 0 0.625 2 interp_poly 2348 3416 0 0 0.625 2301 3393 0 0 0.625 2348 3416 0 0 0.625 2 interp_poly 61 -14 -47 -25 2334 3455 3 MP PP 2334 3455 0 0 0.625 2287 3430 0 0 0.625 2334 3455 0 0 0.625 2 interp_poly 2287 3430 0 0 0.625 2348 3416 0 0 0.625 2287 3430 0 0 0.625 2 interp_poly -47 -23 61 0 2291 3530 3 MP PP 2291 3530 0 0 0.688 2352 3530 0 0 0.688 2291 3530 0 0 0.688 2 interp_poly 2352 3530 0 0 0.688 2305 3507 0 0 0.688 2352 3530 0 0 0.688 2 interp_poly 61 0 -47 -27 2338 3557 3 MP PP 2338 3557 0 0 0.688 2291 3530 0 0 0.688 2338 3557 0 0 0.688 2 interp_poly 2291 3530 0 0 0.688 2352 3530 0 0 0.688 2291 3530 0 0 0.688 2 interp_poly -46 -21 60 0 2296 3623 3 MP PP 2296 3623 0 0 0.75 2356 3623 0 0 0.75 2296 3623 0 0 0.75 2 interp_poly 2356 3623 0 0 0.75 2310 3602 0 0 0.75 2356 3623 0 0 0.75 2 interp_poly 60 0 -46 -19 2342 3642 3 MP PP 2342 3642 0 0 0.812 2296 3623 0 0 0.75 2342 3642 0 0 0.812 2 interp_poly 2296 3623 0 0 0.75 2356 3623 0 0 0.75 2296 3623 0 0 0.75 2 interp_poly -47 -12 61 -6 2301 3393 3 MP PP 2301 3393 0 0 0.625 2362 3387 0 0 0.625 2301 3393 0 0 0.625 2 interp_poly 2362 3387 0 0 0.625 2315 3375 0 0 0.562 2362 3387 0 0 0.625 2 interp_poly 61 -6 -47 -23 2348 3416 3 MP PP 2348 3416 0 0 0.625 2301 3393 0 0 0.625 2348 3416 0 0 0.625 2 interp_poly 2301 3393 0 0 0.625 2362 3387 0 0 0.625 2301 3393 0 0 0.625 2 interp_poly -47 -19 61 -8 2305 3507 3 MP PP 2305 3507 0 0 0.688 2366 3499 0 0 0.625 2305 3507 0 0 0.688 2 interp_poly 2366 3499 0 0 0.625 2319 3480 0 0 0.625 2366 3499 0 0 0.625 2 interp_poly 61 -8 -47 -23 2352 3530 3 MP PP 2352 3530 0 0 0.688 2305 3507 0 0 0.688 2352 3530 0 0 0.688 2 interp_poly 2305 3507 0 0 0.688 2366 3499 0 0 0.625 2305 3507 0 0 0.688 2 interp_poly -46 -25 60 0 2310 3602 3 MP PP 2310 3602 0 0 0.75 2370 3602 0 0 0.688 2310 3602 0 0 0.75 2 interp_poly 2370 3602 0 0 0.688 2324 3577 0 0 0.688 2370 3602 0 0 0.688 2 interp_poly 60 0 -46 -21 2356 3623 3 MP PP 2356 3623 0 0 0.75 2310 3602 0 0 0.75 2356 3623 0 0 0.75 2 interp_poly 2310 3602 0 0 0.75 2370 3602 0 0 0.688 2310 3602 0 0 0.75 2 interp_poly -47 -17 61 -14 2315 3375 3 MP PP 2315 3375 0 0 0.562 2376 3361 0 0 0.562 2315 3375 0 0 0.562 2 interp_poly 2376 3361 0 0 0.562 2329 3344 0 0 0.562 2376 3361 0 0 0.562 2 interp_poly 61 -14 -47 -12 2362 3387 3 MP PP 2362 3387 0 0 0.625 2315 3375 0 0 0.562 2362 3387 0 0 0.625 2 interp_poly 2315 3375 0 0 0.562 2376 3361 0 0 0.562 2315 3375 0 0 0.562 2 interp_poly -46 -22 61 -3 2319 3480 3 MP PP 2319 3480 0 0 0.625 2380 3477 0 0 0.625 2319 3480 0 0 0.625 2 interp_poly 2380 3477 0 0 0.625 2334 3455 0 0 0.625 2380 3477 0 0 0.625 2 interp_poly 61 -3 -47 -19 2366 3499 3 MP PP 2366 3499 0 0 0.625 2319 3480 0 0 0.625 2366 3499 0 0 0.625 2 interp_poly 2319 3480 0 0 0.625 2380 3477 0 0 0.625 2319 3480 0 0 0.625 2 interp_poly -46 -21 60 1 2324 3577 3 MP PP 2324 3577 0 0 0.688 2384 3578 0 0 0.688 2324 3577 0 0 0.688 2 interp_poly 2384 3578 0 0 0.688 2338 3557 0 0 0.688 2384 3578 0 0 0.688 2 interp_poly 60 1 -46 -25 2370 3602 3 MP PP 2370 3602 0 0 0.688 2324 3577 0 0 0.688 2370 3602 0 0 0.688 2 interp_poly 2324 3577 0 0 0.688 2384 3578 0 0 0.688 2324 3577 0 0 0.688 2 interp_poly -47 154 61 118 2332 3356 3 MP PP 2332 3356 0 0.75 1 2393 3474 0 0.438 1 2332 3356 0 0.75 1 2 interp_poly 2393 3474 0 0.438 1 2346 3628 0 0.0625 1 2393 3474 0 0.438 1 2 interp_poly -47 -11 61 -4 2328 3657 3 MP PP 2328 3657 0 0 0.812 2389 3653 0 0 0.812 2328 3657 0 0 0.812 2 interp_poly 2389 3653 0 0 0.812 2342 3642 0 0 0.812 2389 3653 0 0 0.812 2 interp_poly 61 -4 -46 -8 2374 3665 3 MP PP 2374 3665 0 0 0.875 2328 3657 0 0 0.812 2374 3665 0 0 0.875 2 interp_poly 2328 3657 0 0 0.812 2389 3653 0 0 0.812 2328 3657 0 0 0.812 2 interp_poly -47 -14 61 -5 2342 3642 3 MP PP 2342 3642 0 0 0.812 2403 3637 0 0 0.75 2342 3642 0 0 0.812 2 interp_poly 2403 3637 0 0 0.75 2356 3623 0 0 0.75 2403 3637 0 0 0.75 2 interp_poly 61 -5 -47 -11 2389 3653 3 MP PP 2389 3653 0 0 0.812 2342 3642 0 0 0.812 2389 3653 0 0 0.812 2 interp_poly 2342 3642 0 0 0.812 2403 3637 0 0 0.75 2342 3642 0 0 0.812 2 interp_poly 61 61 -47 154 2393 3474 3 MP PP 2393 3474 0 0.438 1 2346 3628 0 0.0625 1 2393 3474 0 0.438 1 2 interp_poly 2346 3628 0 0.0625 1 2407 3689 0 0 0.938 2346 3628 0 0.0625 1 2 interp_poly 60 43 -46 -247 2429 3731 3 MP PP 2429 3731 0 0.312 1 2383 3484 0 0.812 1 2429 3731 0 0.312 1 2 interp_poly 2383 3484 0 0.812 1 2443 3527 0 0.688 1 2383 3484 0 0.812 1 2 interp_poly -46 -17 60 -16 2283 3321 3 MP PP 2283 3321 0 0 0.562 2343 3305 0 0 0.562 2283 3321 0 0 0.562 2 interp_poly 2343 3305 0 0 0.562 2297 3288 0 0 0.562 2343 3305 0 0 0.562 2 interp_poly 60 -16 -46 -23 2329 3344 3 MP PP 2329 3344 0 0 0.562 2283 3321 0 0 0.562 2329 3344 0 0 0.562 2 interp_poly 2283 3321 0 0 0.562 2343 3305 0 0 0.562 2283 3321 0 0 0.562 2 interp_poly -47 -21 61 -14 2297 3288 3 MP PP 2297 3288 0 0 0.562 2358 3274 0 0 0.562 2297 3288 0 0 0.562 2 interp_poly 2358 3274 0 0 0.562 2311 3253 0 0 0.562 2358 3274 0 0 0.562 2 interp_poly 61 -14 -46 -17 2343 3305 3 MP PP 2343 3305 0 0 0.562 2297 3288 0 0 0.562 2343 3305 0 0 0.562 2 interp_poly 2297 3288 0 0 0.562 2358 3274 0 0 0.562 2297 3288 0 0 0.562 2 interp_poly -47 -18 61 -14 2311 3253 3 MP PP 2311 3253 0 0 0.562 2372 3239 0 0 0.562 2311 3253 0 0 0.562 2 interp_poly 2372 3239 0 0 0.562 2325 3221 0 0 0.562 2372 3239 0 0 0.562 2 interp_poly 61 -14 -47 -21 2358 3274 3 MP PP 2358 3274 0 0 0.562 2311 3253 0 0 0.562 2358 3274 0 0 0.562 2 interp_poly 2311 3253 0 0 0.562 2372 3239 0 0 0.562 2311 3253 0 0 0.562 2 interp_poly -47 -21 61 -15 2325 3221 3 MP PP 2325 3221 0 0 0.562 2386 3206 0 0 0.562 2325 3221 0 0 0.562 2 interp_poly 2386 3206 0 0 0.562 2339 3185 0 0 0.562 2386 3206 0 0 0.562 2 interp_poly 61 -15 -47 -18 2372 3239 3 MP PP 2372 3239 0 0 0.562 2325 3221 0 0 0.562 2372 3239 0 0 0.562 2 interp_poly 2325 3221 0 0 0.562 2386 3206 0 0 0.562 2325 3221 0 0 0.562 2 interp_poly 61 118 -47 463 2379 2893 3 MP PP 2379 2893 0.75 1 0.312 2332 3356 0 0.75 1 2379 2893 0.75 1 0.312 2 interp_poly 2332 3356 0 0.75 1 2393 3474 0 0.438 1 2332 3356 0 0.75 1 2 interp_poly -46 -233 60 43 2383 3484 3 MP PP 2383 3484 0 0.812 1 2443 3527 0 0.688 1 2383 3484 0 0.812 1 2 interp_poly 2443 3527 0 0.688 1 2397 3294 0.125 1 0.938 2443 3527 0 0.688 1 2 interp_poly 60 -28 -46 -186 2415 3945 3 MP PP 2415 3945 0 0 0.938 2369 3759 0 0.312 1 2415 3945 0 0 0.938 2 interp_poly 2369 3759 0 0.312 1 2429 3731 0 0.312 1 2369 3759 0 0.312 1 2 interp_poly -46 -8 60 -2 2314 3667 3 MP PP 2314 3667 0 0 0.875 2374 3665 0 0 0.875 2314 3667 0 0 0.875 2 interp_poly 2374 3665 0 0 0.875 2328 3657 0 0 0.812 2374 3665 0 0 0.875 2 interp_poly 60 -2 -46 -6 2360 3673 3 MP PP 2360 3673 0 0 0.938 2314 3667 0 0 0.875 2360 3673 0 0 0.938 2 interp_poly 2314 3667 0 0 0.875 2374 3665 0 0 0.875 2314 3667 0 0 0.875 2 interp_poly -47 -16 61 61 2346 3628 3 MP PP 2346 3628 0 0.0625 1 2407 3689 0 0 0.938 2346 3628 0 0.0625 1 2 interp_poly 2407 3689 0 0 0.938 2360 3673 0 0 0.938 2407 3689 0 0 0.938 2 interp_poly -46 -247 60 -28 2369 3759 3 MP PP 2369 3759 0 0.312 1 2429 3731 0 0.312 1 2369 3759 0 0.312 1 2 interp_poly 2429 3731 0 0.312 1 2383 3484 0 0.812 1 2429 3731 0 0.312 1 2 interp_poly -46 327 60 -134 2365 2700 3 MP PP 2365 2700 1 0.875 0 2425 2566 1 0.625 0 2365 2700 1 0.875 0 2 interp_poly 2425 2566 1 0.625 0 2379 2893 0.75 1 0.312 2425 2566 1 0.625 0 2 interp_poly 60 -134 -46 -260 2411 2960 3 MP PP 2411 2960 0.688 1 0.375 2365 2700 1 0.875 0 2411 2960 0.688 1 0.375 2 interp_poly 2365 2700 1 0.875 0 2425 2566 1 0.625 0 2365 2700 1 0.875 0 2 interp_poly 60 -38 -46 -127 2401 4110 3 MP PP 2401 4110 0 0 0.688 2355 3983 0 0 0.938 2401 4110 0 0 0.688 2 interp_poly 2355 3983 0 0 0.938 2415 3945 0 0 0.938 2355 3983 0 0 0.938 2 interp_poly -46 -186 60 -38 2355 3983 3 MP PP 2355 3983 0 0 0.938 2415 3945 0 0 0.938 2355 3983 0 0 0.938 2 interp_poly 2415 3945 0 0 0.938 2369 3759 0 0.312 1 2415 3945 0 0 0.938 2 interp_poly 60 -16 -46 -20 2325 3221 3 MP PP 2325 3221 0 0 0.562 2279 3201 0 0 0.562 2325 3221 0 0 0.562 2 interp_poly 2279 3201 0 0 0.562 2339 3185 0 0 0.562 2279 3201 0 0 0.562 2 interp_poly -47 463 61 -24 2318 2917 3 MP PP 2318 2917 0.688 1 0.375 2379 2893 0.75 1 0.312 2318 2917 0.688 1 0.375 2 interp_poly 2379 2893 0.75 1 0.312 2332 3356 0 0.75 1 2379 2893 0.75 1 0.312 2 interp_poly 61 -24 -47 -310 2397 3294 3 MP PP 2397 3294 0.125 1 0.938 2350 2984 0.688 1 0.375 2397 3294 0.125 1 0.938 2 interp_poly 2350 2984 0.688 1 0.375 2411 2960 0.688 1 0.375 2350 2984 0.688 1 0.375 2 interp_poly 61 -24 -47 217 2365 2700 3 MP PP 2365 2700 1 0.875 0 2318 2917 0.688 1 0.375 2365 2700 1 0.875 0 2 interp_poly 2318 2917 0.688 1 0.375 2379 2893 0.75 1 0.312 2318 2917 0.688 1 0.375 2 interp_poly -46 -260 61 -24 2350 2984 3 MP PP 2350 2984 0.688 1 0.375 2411 2960 0.688 1 0.375 2350 2984 0.688 1 0.375 2 interp_poly 2411 2960 0.688 1 0.375 2365 2700 1 0.875 0 2411 2960 0.688 1 0.375 2 interp_poly 60 -17 -46 -73 2387 4200 3 MP PP 2387 4200 0 0 0.562 2341 4127 0 0 0.688 2387 4200 0 0 0.562 2 interp_poly 2341 4127 0 0 0.688 2401 4110 0 0 0.688 2341 4127 0 0 0.688 2 interp_poly -46 -127 60 -17 2341 4127 3 MP PP 2341 4127 0 0 0.688 2401 4110 0 0 0.688 2341 4127 0 0 0.688 2 interp_poly 2401 4110 0 0 0.688 2355 3983 0 0 0.938 2401 4110 0 0 0.688 2 interp_poly 61 96 -47 -286 2383 3484 3 MP PP 2383 3484 0 0.812 1 2336 3198 0.312 1 0.75 2383 3484 0 0.812 1 2 interp_poly 2336 3198 0.312 1 0.75 2397 3294 0.125 1 0.938 2336 3198 0.312 1 0.75 2 interp_poly -47 -310 61 96 2336 3198 3 MP PP 2336 3198 0.312 1 0.75 2397 3294 0.125 1 0.938 2336 3198 0.312 1 0.75 2 interp_poly 2397 3294 0.125 1 0.938 2350 2984 0.688 1 0.375 2397 3294 0.125 1 0.938 2 interp_poly -47 -27 61 2 2277 3555 3 MP PP 2277 3555 0 0 0.75 2338 3557 0 0 0.688 2277 3555 0 0 0.75 2 interp_poly 2338 3557 0 0 0.688 2291 3530 0 0 0.688 2338 3557 0 0 0.688 2 interp_poly 61 2 -47 -22 2324 3577 3 MP PP 2324 3577 0 0 0.688 2277 3555 0 0 0.75 2324 3577 0 0 0.688 2 interp_poly 2277 3555 0 0 0.75 2338 3557 0 0 0.688 2277 3555 0 0 0.75 2 interp_poly -47 -25 61 7 2235 3616 3 MP PP 2235 3616 0 0 0.812 2296 3623 0 0 0.75 2235 3616 0 0 0.812 2 interp_poly 2296 3623 0 0 0.75 2249 3598 0 0 0.812 2296 3623 0 0 0.75 2 interp_poly 61 7 -46 -25 2281 3641 3 MP PP 2281 3641 0 0 0.812 2235 3616 0 0 0.812 2281 3641 0 0 0.812 2 interp_poly 2235 3616 0 0 0.812 2296 3623 0 0 0.75 2235 3616 0 0 0.812 2 interp_poly -47 -24 61 4 2249 3598 3 MP PP 2249 3598 0 0 0.812 2310 3602 0 0 0.75 2249 3598 0 0 0.812 2 interp_poly 2310 3602 0 0 0.75 2263 3578 0 0 0.75 2310 3602 0 0 0.75 2 interp_poly 61 4 -47 -25 2296 3623 3 MP PP 2296 3623 0 0 0.75 2249 3598 0 0 0.812 2296 3623 0 0 0.75 2 interp_poly 2249 3598 0 0 0.812 2310 3602 0 0 0.75 2249 3598 0 0 0.812 2 interp_poly -47 -22 61 -1 2263 3578 3 MP PP 2263 3578 0 0 0.75 2324 3577 0 0 0.688 2263 3578 0 0 0.75 2 interp_poly 2324 3577 0 0 0.688 2277 3555 0 0 0.75 2324 3577 0 0 0.688 2 interp_poly 61 -1 -47 -24 2310 3602 3 MP PP 2310 3602 0 0 0.75 2263 3578 0 0 0.75 2310 3602 0 0 0.75 2 interp_poly 2263 3578 0 0 0.75 2324 3577 0 0 0.688 2263 3578 0 0 0.75 2 interp_poly -47 -16 61 2 2267 3655 3 MP PP 2267 3655 0 0 0.875 2328 3657 0 0 0.812 2267 3655 0 0 0.875 2 interp_poly 2328 3657 0 0 0.812 2281 3641 0 0 0.812 2328 3657 0 0 0.812 2 interp_poly 61 2 -47 -12 2314 3667 3 MP PP 2314 3667 0 0 0.875 2267 3655 0 0 0.875 2314 3667 0 0 0.875 2 interp_poly 2267 3655 0 0 0.875 2328 3657 0 0 0.812 2267 3655 0 0 0.875 2 interp_poly -46 -19 61 1 2281 3641 3 MP PP 2281 3641 0 0 0.812 2342 3642 0 0 0.812 2281 3641 0 0 0.812 2 interp_poly 2342 3642 0 0 0.812 2296 3623 0 0 0.75 2342 3642 0 0 0.812 2 interp_poly 61 1 -47 -16 2328 3657 3 MP PP 2328 3657 0 0 0.812 2281 3641 0 0 0.812 2328 3657 0 0 0.812 2 interp_poly 2281 3641 0 0 0.812 2342 3642 0 0 0.812 2281 3641 0 0 0.812 2 interp_poly -46 33 60 53 2286 3575 3 MP PP 2286 3575 0 0.25 1 2346 3628 0 0.0625 1 2286 3575 0 0.25 1 2 interp_poly 2346 3628 0 0.0625 1 2300 3661 0 0 1 2346 3628 0 0.0625 1 2 interp_poly -46 -25 60 -1 2245 3508 3 MP PP 2245 3508 0 0 0.688 2305 3507 0 0 0.688 2245 3508 0 0 0.688 2 interp_poly 2305 3507 0 0 0.688 2259 3482 0 0 0.688 2305 3507 0 0 0.688 2 interp_poly 60 -1 -46 -22 2291 3530 3 MP PP 2291 3530 0 0 0.688 2245 3508 0 0 0.688 2291 3530 0 0 0.688 2 interp_poly 2245 3508 0 0 0.688 2305 3507 0 0 0.688 2245 3508 0 0 0.688 2 interp_poly -46 -18 60 -2 2259 3482 3 MP PP 2259 3482 0 0 0.688 2319 3480 0 0 0.625 2259 3482 0 0 0.688 2 interp_poly 2319 3480 0 0 0.625 2273 3462 0 0 0.625 2319 3480 0 0 0.625 2 interp_poly 60 -2 -46 -25 2305 3507 3 MP PP 2305 3507 0 0 0.688 2259 3482 0 0 0.688 2305 3507 0 0 0.688 2 interp_poly 2259 3482 0 0 0.688 2319 3480 0 0 0.625 2259 3482 0 0 0.688 2 interp_poly -47 -25 61 -7 2273 3462 3 MP PP 2273 3462 0 0 0.625 2334 3455 0 0 0.625 2273 3462 0 0 0.625 2 interp_poly 2334 3455 0 0 0.625 2287 3430 0 0 0.625 2334 3455 0 0 0.625 2 interp_poly 61 -7 -46 -18 2319 3480 3 MP PP 2319 3480 0 0 0.625 2273 3462 0 0 0.625 2319 3480 0 0 0.625 2 interp_poly 2273 3462 0 0 0.625 2334 3455 0 0 0.625 2273 3462 0 0 0.625 2 interp_poly 60 53 -46 219 2332 3356 3 MP PP 2332 3356 0 0.75 1 2286 3575 0 0.25 1 2332 3356 0 0.75 1 2 interp_poly 2286 3575 0 0.25 1 2346 3628 0 0.0625 1 2286 3575 0 0.25 1 2 interp_poly -46 -6 60 12 2300 3661 3 MP PP 2300 3661 0 0 1 2360 3673 0 0 0.938 2300 3661 0 0 1 2 interp_poly 2360 3673 0 0 0.938 2314 3667 0 0 0.875 2360 3673 0 0 0.938 2 interp_poly 60 12 -46 33 2346 3628 3 MP PP 2346 3628 0 0.0625 1 2300 3661 0 0 1 2346 3628 0 0.0625 1 2 interp_poly 2300 3661 0 0 1 2360 3673 0 0 0.938 2300 3661 0 0 1 2 interp_poly 61 -10 -47 -265 2369 3759 3 MP PP 2369 3759 0 0.312 1 2322 3494 0 0.812 1 2369 3759 0 0.312 1 2 interp_poly 2322 3494 0 0.812 1 2383 3484 0 0.812 1 2322 3494 0 0.812 1 2 interp_poly -46 -23 60 -14 2269 3358 3 MP PP 2269 3358 0 0 0.562 2329 3344 0 0 0.562 2269 3358 0 0 0.562 2 interp_poly 2329 3344 0 0 0.562 2283 3321 0 0 0.562 2329 3344 0 0 0.562 2 interp_poly 60 -14 -46 -17 2315 3375 3 MP PP 2315 3375 0 0 0.562 2269 3358 0 0 0.562 2315 3375 0 0 0.562 2 interp_poly 2269 3358 0 0 0.562 2329 3344 0 0 0.562 2269 3358 0 0 0.562 2 interp_poly -47 -21 61 -17 2222 3338 3 MP PP 2222 3338 0 0 0.562 2283 3321 0 0 0.562 2222 3338 0 0 0.562 2 interp_poly 2283 3321 0 0 0.562 2236 3300 0 0 0.562 2283 3321 0 0 0.562 2 interp_poly 61 -17 -47 -20 2269 3358 3 MP PP 2269 3358 0 0 0.562 2222 3338 0 0 0.562 2269 3358 0 0 0.562 2 interp_poly 2222 3338 0 0 0.562 2283 3321 0 0 0.562 2222 3338 0 0 0.562 2 interp_poly -46 -26 61 -11 2226 3441 3 MP PP 2226 3441 0 0 0.625 2287 3430 0 0 0.625 2226 3441 0 0 0.625 2 interp_poly 2287 3430 0 0 0.625 2241 3404 0 0 0.625 2287 3430 0 0 0.625 2 interp_poly 61 -11 -47 -21 2273 3462 3 MP PP 2273 3462 0 0 0.625 2226 3441 0 0 0.625 2273 3462 0 0 0.625 2 interp_poly 2226 3441 0 0 0.625 2287 3430 0 0 0.625 2226 3441 0 0 0.625 2 interp_poly -46 -22 60 -3 2231 3533 3 MP PP 2231 3533 0 0 0.75 2291 3530 0 0 0.688 2231 3533 0 0 0.75 2 interp_poly 2291 3530 0 0 0.688 2245 3508 0 0 0.688 2291 3530 0 0 0.688 2 interp_poly 60 -3 -46 -22 2277 3555 3 MP PP 2277 3555 0 0 0.75 2231 3533 0 0 0.75 2277 3555 0 0 0.75 2 interp_poly 2231 3533 0 0 0.75 2291 3530 0 0 0.688 2231 3533 0 0 0.75 2 interp_poly 61 -12 -47 -21 2283 3321 3 MP PP 2283 3321 0 0 0.562 2236 3300 0 0 0.562 2283 3321 0 0 0.562 2 interp_poly 2236 3300 0 0 0.562 2297 3288 0 0 0.562 2236 3300 0 0 0.562 2 interp_poly -46 -10 60 -11 2241 3404 3 MP PP 2241 3404 0 0 0.625 2301 3393 0 0 0.625 2241 3404 0 0 0.625 2 interp_poly 2301 3393 0 0 0.625 2255 3383 0 0 0.625 2301 3393 0 0 0.625 2 interp_poly 60 -11 -46 -26 2287 3430 3 MP PP 2287 3430 0 0 0.625 2241 3404 0 0 0.625 2287 3430 0 0 0.625 2 interp_poly 2241 3404 0 0 0.625 2301 3393 0 0 0.625 2241 3404 0 0 0.625 2 interp_poly -46 -17 60 -8 2255 3383 3 MP PP 2255 3383 0 0 0.625 2315 3375 0 0 0.562 2255 3383 0 0 0.625 2 interp_poly 2315 3375 0 0 0.562 2269 3358 0 0 0.562 2315 3375 0 0 0.562 2 interp_poly 60 -8 -46 -10 2301 3393 3 MP PP 2301 3393 0 0 0.625 2255 3383 0 0 0.625 2301 3393 0 0 0.625 2 interp_poly 2255 3383 0 0 0.625 2315 3375 0 0 0.562 2255 3383 0 0 0.625 2 interp_poly -46 219 60 61 2272 3295 3 MP PP 2272 3295 0 0.875 1 2332 3356 0 0.75 1 2272 3295 0 0.875 1 2 interp_poly 2332 3356 0 0.75 1 2286 3575 0 0.25 1 2332 3356 0 0.75 1 2 interp_poly -47 -19 61 -12 2236 3300 3 MP PP 2236 3300 0 0 0.562 2297 3288 0 0 0.562 2236 3300 0 0 0.562 2 interp_poly 2297 3288 0 0 0.562 2250 3269 0 0 0.562 2297 3288 0 0 0.562 2 interp_poly -46 -17 61 -16 2250 3269 3 MP PP 2250 3269 0 0 0.562 2311 3253 0 0 0.562 2250 3269 0 0 0.562 2 interp_poly 2311 3253 0 0 0.562 2265 3236 0 0 0.562 2311 3253 0 0 0.562 2 interp_poly 61 -16 -47 -19 2297 3288 3 MP PP 2297 3288 0 0 0.562 2250 3269 0 0 0.562 2297 3288 0 0 0.562 2 interp_poly 2250 3269 0 0 0.562 2311 3253 0 0 0.562 2250 3269 0 0 0.562 2 interp_poly -46 -20 60 -15 2265 3236 3 MP PP 2265 3236 0 0 0.562 2325 3221 0 0 0.562 2265 3236 0 0 0.562 2 interp_poly 2325 3221 0 0 0.562 2279 3201 0 0 0.562 2325 3221 0 0 0.562 2 interp_poly 60 -15 -46 -17 2311 3253 3 MP PP 2311 3253 0 0 0.562 2265 3236 0 0 0.562 2311 3253 0 0 0.562 2 interp_poly 2265 3236 0 0 0.562 2325 3221 0 0 0.562 2265 3236 0 0 0.562 2 interp_poly 60 61 -46 378 2318 2917 3 MP PP 2318 2917 0.688 1 0.375 2272 3295 0 0.875 1 2318 2917 0.688 1 0.375 2 interp_poly 2272 3295 0 0.875 1 2332 3356 0 0.75 1 2272 3295 0 0.875 1 2 interp_poly -47 -286 61 -10 2322 3494 3 MP PP 2322 3494 0 0.812 1 2383 3484 0 0.812 1 2322 3494 0 0.812 1 2 interp_poly 2383 3484 0 0.812 1 2336 3198 0.312 1 0.75 2383 3484 0 0.812 1 2 interp_poly 61 -20 -47 -204 2355 3983 3 MP PP 2355 3983 0 0 0.938 2308 3779 0 0.312 1 2355 3983 0 0 0.938 2 interp_poly 2308 3779 0 0.312 1 2369 3759 0 0.312 1 2308 3779 0 0.312 1 2 interp_poly -47 -12 61 4 2253 3663 3 MP PP 2253 3663 0 0 0.938 2314 3667 0 0 0.875 2253 3663 0 0 0.938 2 interp_poly 2314 3667 0 0 0.875 2267 3655 0 0 0.875 2314 3667 0 0 0.875 2 interp_poly 61 4 -47 2 2300 3661 3 MP PP 2300 3661 0 0 1 2253 3663 0 0 0.938 2300 3661 0 0 1 2 interp_poly 2253 3663 0 0 0.938 2314 3667 0 0 0.875 2253 3663 0 0 0.938 2 interp_poly -47 -265 61 -20 2308 3779 3 MP PP 2308 3779 0 0.312 1 2369 3759 0 0.312 1 2308 3779 0 0.312 1 2 interp_poly 2369 3759 0 0.312 1 2322 3494 0 0.812 1 2369 3759 0 0.312 1 2 interp_poly -47 217 61 -102 2304 2802 3 MP PP 2304 2802 1 1 0.0625 2365 2700 1 0.875 0 2304 2802 1 1 0.0625 2 interp_poly 2365 2700 1 0.875 0 2318 2917 0.688 1 0.375 2365 2700 1 0.875 0 2 interp_poly 61 -102 -46 -182 2350 2984 3 MP PP 2350 2984 0.688 1 0.375 2304 2802 1 1 0.0625 2350 2984 0.688 1 0.375 2 interp_poly 2304 2802 1 1 0.0625 2365 2700 1 0.875 0 2304 2802 1 1 0.0625 2 interp_poly 61 -16 -47 -128 2341 4127 3 MP PP 2341 4127 0 0 0.688 2294 3999 0 0 0.938 2341 4127 0 0 0.688 2 interp_poly 2294 3999 0 0 0.938 2355 3983 0 0 0.938 2294 3999 0 0 0.938 2 interp_poly -47 -204 61 -16 2294 3999 3 MP PP 2294 3999 0 0 0.938 2355 3983 0 0 0.938 2294 3999 0 0 0.938 2 interp_poly 2355 3983 0 0 0.938 2308 3779 0 0.312 1 2355 3983 0 0 0.938 2 interp_poly 61 -16 -47 -19 2265 3236 3 MP PP 2265 3236 0 0 0.562 2218 3217 0 0 0.562 2265 3236 0 0 0.562 2 interp_poly 2218 3217 0 0 0.562 2279 3201 0 0 0.562 2218 3217 0 0 0.562 2 interp_poly -46 378 61 -24 2257 2941 3 MP PP 2257 2941 0.688 1 0.375 2318 2917 0.688 1 0.375 2257 2941 0.688 1 0.375 2 interp_poly 2318 2917 0.688 1 0.375 2272 3295 0 0.875 1 2318 2917 0.688 1 0.375 2 interp_poly 60 33 -46 -247 2336 3198 3 MP PP 2336 3198 0.312 1 0.75 2290 2951 0.812 1 0.25 2336 3198 0.312 1 0.75 2 interp_poly 2290 2951 0.812 1 0.25 2350 2984 0.688 1 0.375 2290 2951 0.812 1 0.25 2 interp_poly 61 -24 -47 139 2304 2802 3 MP PP 2304 2802 1 1 0.0625 2257 2941 0.688 1 0.375 2304 2802 1 1 0.0625 2 interp_poly 2257 2941 0.688 1 0.375 2318 2917 0.688 1 0.375 2257 2941 0.688 1 0.375 2 interp_poly -46 -182 60 33 2290 2951 3 MP PP 2290 2951 0.812 1 0.25 2350 2984 0.688 1 0.375 2290 2951 0.812 1 0.25 2 interp_poly 2350 2984 0.688 1 0.375 2304 2802 1 1 0.0625 2350 2984 0.688 1 0.375 2 interp_poly 60 21 -46 -317 2322 3494 3 MP PP 2322 3494 0 0.812 1 2276 3177 0.438 1 0.625 2322 3494 0 0.812 1 2 interp_poly 2276 3177 0.438 1 0.625 2336 3198 0.312 1 0.75 2276 3177 0.438 1 0.625 2 interp_poly -46 -247 60 21 2276 3177 3 MP PP 2276 3177 0.438 1 0.625 2336 3198 0.312 1 0.75 2276 3177 0.438 1 0.625 2 interp_poly 2336 3198 0.312 1 0.75 2290 2951 0.812 1 0.25 2336 3198 0.312 1 0.75 2 interp_poly -46 -22 60 2 2217 3553 3 MP PP 2217 3553 0 0 0.75 2277 3555 0 0 0.75 2217 3553 0 0 0.75 2 interp_poly 2277 3555 0 0 0.75 2231 3533 0 0 0.75 2277 3555 0 0 0.75 2 interp_poly 60 2 -46 -25 2263 3578 3 MP PP 2263 3578 0 0 0.75 2217 3553 0 0 0.75 2263 3578 0 0 0.75 2 interp_poly 2217 3553 0 0 0.75 2277 3555 0 0 0.75 2217 3553 0 0 0.75 2 interp_poly -47 -24 61 1 2170 3532 3 MP PP 2170 3532 0 0 0.75 2231 3533 0 0 0.75 2170 3532 0 0 0.75 2 interp_poly 2231 3533 0 0 0.75 2184 3509 0 0 0.75 2231 3533 0 0 0.75 2 interp_poly 61 1 -47 -21 2217 3553 3 MP PP 2217 3553 0 0 0.75 2170 3532 0 0 0.75 2217 3553 0 0 0.75 2 interp_poly 2170 3532 0 0 0.75 2231 3533 0 0 0.75 2170 3532 0 0 0.75 2 interp_poly -47 -21 61 -1 2184 3509 3 MP PP 2184 3509 0 0 0.75 2245 3508 0 0 0.688 2184 3509 0 0 0.75 2 interp_poly 2245 3508 0 0 0.688 2198 3487 0 0 0.688 2245 3508 0 0 0.688 2 interp_poly 61 -1 -47 -24 2231 3533 3 MP PP 2231 3533 0 0 0.75 2184 3509 0 0 0.75 2231 3533 0 0 0.75 2 interp_poly 2184 3509 0 0 0.75 2245 3508 0 0 0.688 2184 3509 0 0 0.75 2 interp_poly -46 -24 61 3 2188 3595 3 MP PP 2188 3595 0 0 0.812 2249 3598 0 0 0.812 2188 3595 0 0 0.812 2 interp_poly 2249 3598 0 0 0.812 2203 3574 0 0 0.812 2249 3598 0 0 0.812 2 interp_poly 61 3 -47 -21 2235 3616 3 MP PP 2235 3616 0 0 0.812 2188 3595 0 0 0.812 2235 3616 0 0 0.812 2 interp_poly 2188 3595 0 0 0.812 2249 3598 0 0 0.812 2188 3595 0 0 0.812 2 interp_poly -46 -25 60 4 2203 3574 3 MP PP 2203 3574 0 0 0.812 2263 3578 0 0 0.75 2203 3574 0 0 0.812 2 interp_poly 2263 3578 0 0 0.75 2217 3553 0 0 0.75 2263 3578 0 0 0.75 2 interp_poly 60 4 -46 -24 2249 3598 3 MP PP 2249 3598 0 0 0.812 2203 3574 0 0 0.812 2249 3598 0 0 0.812 2 interp_poly 2203 3574 0 0 0.812 2263 3578 0 0 0.75 2203 3574 0 0 0.812 2 interp_poly -46 -25 60 8 2221 3633 3 MP PP 2221 3633 0 0 0.875 2281 3641 0 0 0.812 2221 3633 0 0 0.875 2 interp_poly 2281 3641 0 0 0.812 2235 3616 0 0 0.812 2281 3641 0 0 0.812 2 interp_poly 60 8 -46 -22 2267 3655 3 MP PP 2267 3655 0 0 0.875 2221 3633 0 0 0.875 2267 3655 0 0 0.875 2 interp_poly 2221 3633 0 0 0.875 2281 3641 0 0 0.812 2221 3633 0 0 0.875 2 interp_poly -47 63 61 69 2225 3506 3 MP PP 2225 3506 0 0.438 1 2286 3575 0 0.25 1 2225 3506 0 0.438 1 2 interp_poly 2286 3575 0 0.25 1 2239 3638 0 0.0625 1 2286 3575 0 0.25 1 2 interp_poly -47 -13 61 -5 2194 3388 3 MP PP 2194 3388 0 0 0.625 2255 3383 0 0 0.625 2194 3388 0 0 0.625 2 interp_poly 2255 3383 0 0 0.625 2208 3370 0 0 0.562 2255 3383 0 0 0.625 2 interp_poly 61 -5 -47 -16 2241 3404 3 MP PP 2241 3404 0 0 0.625 2194 3388 0 0 0.625 2241 3404 0 0 0.625 2 interp_poly 2194 3388 0 0 0.625 2255 3383 0 0 0.625 2194 3388 0 0 0.625 2 interp_poly -47 -17 61 -5 2198 3487 3 MP PP 2198 3487 0 0 0.688 2259 3482 0 0 0.688 2198 3487 0 0 0.688 2 interp_poly 2259 3482 0 0 0.688 2212 3465 0 0 0.688 2259 3482 0 0 0.688 2 interp_poly 61 -5 -47 -21 2245 3508 3 MP PP 2245 3508 0 0 0.688 2198 3487 0 0 0.688 2245 3508 0 0 0.688 2 interp_poly 2198 3487 0 0 0.688 2259 3482 0 0 0.688 2198 3487 0 0 0.688 2 interp_poly -47 -20 61 -12 2208 3370 3 MP PP 2208 3370 0 0 0.562 2269 3358 0 0 0.562 2208 3370 0 0 0.562 2 interp_poly 2269 3358 0 0 0.562 2222 3338 0 0 0.562 2269 3358 0 0 0.562 2 interp_poly 61 -12 -47 -13 2255 3383 3 MP PP 2255 3383 0 0 0.625 2208 3370 0 0 0.562 2255 3383 0 0 0.625 2 interp_poly 2208 3370 0 0 0.562 2269 3358 0 0 0.562 2208 3370 0 0 0.562 2 interp_poly -47 -21 61 -3 2212 3465 3 MP PP 2212 3465 0 0 0.688 2273 3462 0 0 0.625 2212 3465 0 0 0.688 2 interp_poly 2273 3462 0 0 0.625 2226 3441 0 0 0.625 2273 3462 0 0 0.625 2 interp_poly 61 -3 -47 -17 2259 3482 3 MP PP 2259 3482 0 0 0.688 2212 3465 0 0 0.688 2259 3482 0 0 0.688 2 interp_poly 2212 3465 0 0 0.688 2273 3462 0 0 0.625 2212 3465 0 0 0.688 2 interp_poly 61 69 -47 211 2272 3295 3 MP PP 2272 3295 0 0.875 1 2225 3506 0 0.438 1 2272 3295 0 0.875 1 2 interp_poly 2225 3506 0 0.438 1 2286 3575 0 0.25 1 2225 3506 0 0.438 1 2 interp_poly -46 -22 60 11 2207 3644 3 MP PP 2207 3644 0 0 0.938 2267 3655 0 0 0.875 2207 3644 0 0 0.938 2 interp_poly 2267 3655 0 0 0.875 2221 3633 0 0 0.875 2267 3655 0 0 0.875 2 interp_poly 60 11 -46 -19 2253 3663 3 MP PP 2253 3663 0 0 0.938 2207 3644 0 0 0.938 2253 3663 0 0 0.938 2 interp_poly 2207 3644 0 0 0.938 2267 3655 0 0 0.875 2207 3644 0 0 0.938 2 interp_poly -47 2 61 23 2239 3638 3 MP PP 2239 3638 0 0.0625 1 2300 3661 0 0 1 2239 3638 0 0.0625 1 2 interp_poly 2300 3661 0 0 1 2253 3663 0 0 0.938 2300 3661 0 0 1 2 interp_poly 61 23 -47 63 2286 3575 3 MP PP 2286 3575 0 0.25 1 2239 3638 0 0.0625 1 2286 3575 0 0.25 1 2 interp_poly 2239 3638 0 0.0625 1 2300 3661 0 0 1 2239 3638 0 0.0625 1 2 interp_poly 60 -1 -46 -284 2308 3779 3 MP PP 2308 3779 0 0.312 1 2262 3495 0 0.812 1 2308 3779 0 0.312 1 2 interp_poly 2262 3495 0 0.812 1 2322 3494 0 0.812 1 2262 3495 0 0.812 1 2 interp_poly 61 -14 -47 -19 2204 3250 3 MP PP 2204 3250 0 0 0.562 2157 3231 0 0 0.562 2204 3250 0 0 0.562 2 interp_poly 2157 3231 0 0 0.562 2218 3217 0 0 0.562 2157 3231 0 0 0.562 2 interp_poly -46 -26 60 -13 2162 3351 3 MP PP 2162 3351 0 0 0.562 2222 3338 0 0 0.562 2162 3351 0 0 0.562 2 interp_poly 2222 3338 0 0 0.562 2176 3312 0 0 0.562 2222 3338 0 0 0.562 2 interp_poly 60 -13 -46 -19 2208 3370 3 MP PP 2208 3370 0 0 0.562 2162 3351 0 0 0.562 2208 3370 0 0 0.562 2 interp_poly 2162 3351 0 0 0.562 2222 3338 0 0 0.562 2162 3351 0 0 0.562 2 interp_poly -46 -26 60 -7 2166 3448 3 MP PP 2166 3448 0 0 0.625 2226 3441 0 0 0.625 2166 3448 0 0 0.625 2 interp_poly 2226 3441 0 0 0.625 2180 3415 0 0 0.625 2226 3441 0 0 0.625 2 interp_poly 60 -7 -46 -17 2212 3465 3 MP PP 2212 3465 0 0 0.688 2166 3448 0 0 0.625 2212 3465 0 0 0.688 2 interp_poly 2166 3448 0 0 0.625 2226 3441 0 0 0.625 2166 3448 0 0 0.625 2 interp_poly -46 -18 60 -12 2176 3312 3 MP PP 2176 3312 0 0 0.562 2236 3300 0 0 0.562 2176 3312 0 0 0.562 2 interp_poly 2236 3300 0 0 0.562 2190 3282 0 0 0.562 2236 3300 0 0 0.562 2 interp_poly 60 -12 -46 -26 2222 3338 3 MP PP 2222 3338 0 0 0.562 2176 3312 0 0 0.562 2222 3338 0 0 0.562 2 interp_poly 2176 3312 0 0 0.562 2236 3300 0 0 0.562 2176 3312 0 0 0.562 2 interp_poly -47 -16 61 -11 2180 3415 3 MP PP 2180 3415 0 0 0.625 2241 3404 0 0 0.625 2180 3415 0 0 0.625 2 interp_poly 2241 3404 0 0 0.625 2194 3388 0 0 0.625 2241 3404 0 0 0.625 2 interp_poly 61 -11 -46 -26 2226 3441 3 MP PP 2226 3441 0 0 0.625 2180 3415 0 0 0.625 2226 3441 0 0 0.625 2 interp_poly 2180 3415 0 0 0.625 2241 3404 0 0 0.625 2180 3415 0 0 0.625 2 interp_poly -46 -19 60 -13 2190 3282 3 MP PP 2190 3282 0 0 0.562 2250 3269 0 0 0.562 2190 3282 0 0 0.562 2 interp_poly 2250 3269 0 0 0.562 2204 3250 0 0 0.562 2250 3269 0 0 0.562 2 interp_poly 60 -13 -46 -18 2236 3300 3 MP PP 2236 3300 0 0 0.562 2190 3282 0 0 0.562 2236 3300 0 0 0.562 2 interp_poly 2190 3282 0 0 0.562 2250 3269 0 0 0.562 2190 3282 0 0 0.562 2 interp_poly -47 -19 61 -14 2204 3250 3 MP PP 2204 3250 0 0 0.562 2265 3236 0 0 0.562 2204 3250 0 0 0.562 2 interp_poly 2265 3236 0 0 0.562 2218 3217 0 0 0.562 2265 3236 0 0 0.562 2 interp_poly 61 -14 -46 -19 2250 3269 3 MP PP 2250 3269 0 0 0.562 2204 3250 0 0 0.562 2250 3269 0 0 0.562 2 interp_poly 2204 3250 0 0 0.562 2265 3236 0 0 0.562 2204 3250 0 0 0.562 2 interp_poly -47 211 61 87 2211 3208 3 MP PP 2211 3208 0.125 1 0.938 2272 3295 0 0.875 1 2211 3208 0.125 1 0.938 2 interp_poly 2272 3295 0 0.875 1 2225 3506 0 0.438 1 2272 3295 0 0.875 1 2 interp_poly 61 87 -46 267 2257 2941 3 MP PP 2257 2941 0.688 1 0.375 2211 3208 0.125 1 0.938 2257 2941 0.688 1 0.375 2 interp_poly 2211 3208 0.125 1 0.938 2272 3295 0 0.875 1 2211 3208 0.125 1 0.938 2 interp_poly -46 -317 60 -1 2262 3495 3 MP PP 2262 3495 0 0.812 1 2322 3494 0 0.812 1 2262 3495 0 0.812 1 2 interp_poly 2322 3494 0 0.812 1 2276 3177 0.438 1 0.625 2322 3494 0 0.812 1 2 interp_poly 60 -12 -46 -208 2294 3999 3 MP PP 2294 3999 0 0 0.938 2248 3791 0 0.312 1 2294 3999 0 0 0.938 2 interp_poly 2248 3791 0 0.312 1 2308 3779 0 0.312 1 2248 3791 0 0.312 1 2 interp_poly -46 -284 60 -12 2248 3791 3 MP PP 2248 3791 0 0.312 1 2308 3779 0 0.312 1 2248 3791 0 0.312 1 2 interp_poly 2308 3779 0 0.312 1 2262 3495 0 0.812 1 2308 3779 0 0.312 1 2 interp_poly -47 139 61 -36 2243 2838 3 MP PP 2243 2838 1 1 0.0625 2304 2802 1 1 0.0625 2243 2838 1 1 0.0625 2 interp_poly 2304 2802 1 1 0.0625 2257 2941 0.688 1 0.375 2304 2802 1 1 0.0625 2 interp_poly 61 -36 -47 -113 2290 2951 3 MP PP 2290 2951 0.812 1 0.25 2243 2838 1 1 0.0625 2290 2951 0.812 1 0.25 2 interp_poly 2243 2838 1 1 0.0625 2304 2802 1 1 0.0625 2243 2838 1 1 0.0625 2 interp_poly -46 267 60 32 2197 2909 3 MP PP 2197 2909 0.812 1 0.25 2257 2941 0.688 1 0.375 2197 2909 0.812 1 0.25 2 interp_poly 2257 2941 0.688 1 0.375 2211 3208 0.125 1 0.938 2257 2941 0.688 1 0.375 2 interp_poly 60 32 -46 71 2243 2838 3 MP PP 2243 2838 1 1 0.0625 2197 2909 0.812 1 0.25 2243 2838 1 1 0.0625 2 interp_poly 2197 2909 0.812 1 0.25 2257 2941 0.688 1 0.375 2197 2909 0.812 1 0.25 2 interp_poly 61 45 -47 -271 2276 3177 3 MP PP 2276 3177 0.438 1 0.625 2229 2906 0.938 1 0.125 2276 3177 0.438 1 0.625 2 interp_poly 2229 2906 0.938 1 0.125 2290 2951 0.812 1 0.25 2229 2906 0.938 1 0.125 2 interp_poly -47 -113 61 45 2229 2906 3 MP PP 2229 2906 0.938 1 0.125 2290 2951 0.812 1 0.25 2229 2906 0.938 1 0.125 2 interp_poly 2290 2951 0.812 1 0.25 2243 2838 1 1 0.0625 2290 2951 0.812 1 0.25 2 interp_poly 61 8 -47 -326 2262 3495 3 MP PP 2262 3495 0 0.812 1 2215 3169 0.438 1 0.625 2262 3495 0 0.812 1 2 interp_poly 2215 3169 0.438 1 0.625 2276 3177 0.438 1 0.625 2215 3169 0.438 1 0.625 2 interp_poly -47 -271 61 8 2215 3169 3 MP PP 2215 3169 0.438 1 0.625 2276 3177 0.438 1 0.625 2215 3169 0.438 1 0.625 2 interp_poly 2276 3177 0.438 1 0.625 2229 2906 0.938 1 0.125 2276 3177 0.438 1 0.625 2 interp_poly -47 -21 61 -3 2156 3556 3 MP PP 2156 3556 0 0 0.812 2217 3553 0 0 0.75 2156 3556 0 0 0.812 2 interp_poly 2217 3553 0 0 0.75 2170 3532 0 0 0.75 2217 3553 0 0 0.75 2 interp_poly 61 -3 -47 -18 2203 3574 3 MP PP 2203 3574 0 0 0.812 2156 3556 0 0 0.812 2203 3574 0 0 0.812 2 interp_poly 2156 3556 0 0 0.812 2217 3553 0 0 0.75 2156 3556 0 0 0.812 2 interp_poly -47 -19 61 -12 2119 3427 3 MP PP 2119 3427 0 0 0.625 2180 3415 0 0 0.625 2119 3427 0 0 0.625 2 interp_poly 2180 3415 0 0 0.625 2133 3396 0 0 0.625 2180 3415 0 0 0.625 2 interp_poly 61 -12 -47 -21 2166 3448 3 MP PP 2166 3448 0 0 0.625 2119 3427 0 0 0.625 2166 3448 0 0 0.625 2 interp_poly 2119 3427 0 0 0.625 2180 3415 0 0 0.625 2119 3427 0 0 0.625 2 interp_poly -46 -18 60 -8 2124 3517 3 MP PP 2124 3517 0 0 0.75 2184 3509 0 0 0.75 2124 3517 0 0 0.75 2 interp_poly 2184 3509 0 0 0.75 2138 3491 0 0 0.75 2184 3509 0 0 0.75 2 interp_poly 60 -8 -46 -15 2170 3532 3 MP PP 2170 3532 0 0 0.75 2124 3517 0 0 0.75 2170 3532 0 0 0.75 2 interp_poly 2124 3517 0 0 0.75 2184 3509 0 0 0.75 2124 3517 0 0 0.75 2 interp_poly 61 -8 -47 -19 2180 3415 3 MP PP 2180 3415 0 0 0.625 2133 3396 0 0 0.625 2180 3415 0 0 0.625 2 interp_poly 2133 3396 0 0 0.625 2194 3388 0 0 0.625 2133 3396 0 0 0.625 2 interp_poly -46 -20 60 -4 2138 3491 3 MP PP 2138 3491 0 0 0.75 2198 3487 0 0 0.688 2138 3491 0 0 0.75 2 interp_poly 2198 3487 0 0 0.688 2152 3467 0 0 0.688 2198 3487 0 0 0.688 2 interp_poly 60 -4 -46 -18 2184 3509 3 MP PP 2184 3509 0 0 0.75 2138 3491 0 0 0.75 2184 3509 0 0 0.75 2 interp_poly 2138 3491 0 0 0.75 2198 3487 0 0 0.688 2138 3491 0 0 0.75 2 interp_poly -47 -18 61 -7 2142 3581 3 MP PP 2142 3581 0 0 0.812 2203 3574 0 0 0.812 2142 3581 0 0 0.812 2 interp_poly 2203 3574 0 0 0.812 2156 3556 0 0 0.812 2203 3574 0 0 0.812 2 interp_poly -46 -17 60 -2 2152 3467 3 MP PP 2152 3467 0 0 0.688 2212 3465 0 0 0.688 2152 3467 0 0 0.688 2 interp_poly 2212 3465 0 0 0.688 2166 3448 0 0 0.625 2212 3465 0 0 0.688 2 interp_poly 60 -2 -46 -20 2198 3487 3 MP PP 2198 3487 0 0 0.688 2152 3467 0 0 0.688 2198 3487 0 0 0.688 2 interp_poly 2152 3467 0 0 0.688 2212 3465 0 0 0.688 2152 3467 0 0 0.688 2 interp_poly -46 67 61 108 2164 3398 3 MP PP 2164 3398 0 0.688 1 2225 3506 0 0.438 1 2164 3398 0 0.688 1 2 interp_poly 2225 3506 0 0.438 1 2179 3573 0 0.25 1 2225 3506 0 0.438 1 2 interp_poly -46 -8 61 -8 2133 3396 3 MP PP 2133 3396 0 0 0.625 2194 3388 0 0 0.625 2133 3396 0 0 0.625 2 interp_poly 2194 3388 0 0 0.625 2148 3380 0 0 0.562 2194 3388 0 0 0.625 2 interp_poly -47 -19 61 -13 2143 3263 3 MP PP 2143 3263 0 0 0.562 2204 3250 0 0 0.562 2143 3263 0 0 0.562 2 interp_poly 2204 3250 0 0 0.562 2157 3231 0 0 0.562 2204 3250 0 0 0.562 2 interp_poly 61 -13 -47 -19 2190 3282 3 MP PP 2190 3282 0 0 0.562 2143 3263 0 0 0.562 2190 3282 0 0 0.562 2 interp_poly 2143 3263 0 0 0.562 2204 3250 0 0 0.562 2143 3263 0 0 0.562 2 interp_poly -46 -19 60 -10 2148 3380 3 MP PP 2148 3380 0 0 0.562 2208 3370 0 0 0.562 2148 3380 0 0 0.562 2 interp_poly 2208 3370 0 0 0.562 2162 3351 0 0 0.562 2208 3370 0 0 0.562 2 interp_poly 60 -10 -46 -8 2194 3388 3 MP PP 2194 3388 0 0 0.625 2148 3380 0 0 0.562 2194 3388 0 0 0.625 2 interp_poly 2148 3380 0 0 0.562 2208 3370 0 0 0.562 2148 3380 0 0 0.562 2 interp_poly 61 108 -47 190 2211 3208 3 MP PP 2211 3208 0.125 1 0.938 2164 3398 0 0.688 1 2211 3208 0.125 1 0.938 2 interp_poly 2164 3398 0 0.688 1 2225 3506 0 0.438 1 2164 3398 0 0.688 1 2 interp_poly -47 -21 61 1 2174 3615 3 MP PP 2174 3615 0 0 0.875 2235 3616 0 0 0.812 2174 3615 0 0 0.875 2 interp_poly 2235 3616 0 0 0.812 2188 3595 0 0 0.812 2235 3616 0 0 0.812 2 interp_poly 61 1 -47 -18 2221 3633 3 MP PP 2221 3633 0 0 0.875 2174 3615 0 0 0.875 2221 3633 0 0 0.875 2 interp_poly 2174 3615 0 0 0.875 2235 3616 0 0 0.812 2174 3615 0 0 0.875 2 interp_poly -46 -14 60 -11 2128 3606 3 MP PP 2128 3606 0 0 0.812 2188 3595 0 0 0.812 2128 3606 0 0 0.812 2 interp_poly 2188 3595 0 0 0.812 2142 3581 0 0 0.812 2188 3595 0 0 0.812 2 interp_poly 60 -11 -46 -9 2174 3615 3 MP PP 2174 3615 0 0 0.875 2128 3606 0 0 0.812 2174 3615 0 0 0.875 2 interp_poly 2128 3606 0 0 0.812 2188 3595 0 0 0.812 2128 3606 0 0 0.812 2 interp_poly 61 -7 -46 -14 2188 3595 3 MP PP 2188 3595 0 0 0.812 2142 3581 0 0 0.812 2188 3595 0 0 0.812 2 interp_poly 2142 3581 0 0 0.812 2203 3574 0 0 0.812 2142 3581 0 0 0.812 2 interp_poly -47 -18 61 3 2160 3630 3 MP PP 2160 3630 0 0 0.938 2221 3633 0 0 0.875 2160 3630 0 0 0.938 2 interp_poly 2221 3633 0 0 0.875 2174 3615 0 0 0.875 2221 3633 0 0 0.875 2 interp_poly 61 3 -47 -14 2207 3644 3 MP PP 2207 3644 0 0 0.938 2160 3630 0 0 0.938 2207 3644 0 0 0.938 2 interp_poly 2160 3630 0 0 0.938 2221 3633 0 0 0.875 2160 3630 0 0 0.938 2 interp_poly -46 -2 60 65 2179 3573 3 MP PP 2179 3573 0 0.25 1 2239 3638 0 0.0625 1 2179 3573 0 0.25 1 2 interp_poly 2239 3638 0 0.0625 1 2193 3636 0 0 1 2239 3638 0 0.0625 1 2 interp_poly 60 65 -46 67 2225 3506 3 MP PP 2225 3506 0 0.438 1 2179 3573 0 0.25 1 2225 3506 0 0.438 1 2 interp_poly 2179 3573 0 0.25 1 2239 3638 0 0.0625 1 2179 3573 0 0.25 1 2 interp_poly -46 -19 60 27 2193 3636 3 MP PP 2193 3636 0 0 1 2253 3663 0 0 0.938 2193 3636 0 0 1 2 interp_poly 2253 3663 0 0 0.938 2207 3644 0 0 0.938 2253 3663 0 0 0.938 2 interp_poly 60 27 -46 -2 2239 3638 3 MP PP 2239 3638 0 0.0625 1 2193 3636 0 0 1 2239 3638 0 0.0625 1 2 interp_poly 2193 3636 0 0 1 2253 3663 0 0 0.938 2193 3636 0 0 1 2 interp_poly 61 -8 -47 -288 2248 3791 3 MP PP 2248 3791 0 0.312 1 2201 3503 0 0.875 1 2248 3791 0 0.312 1 2 interp_poly 2201 3503 0 0.875 1 2262 3495 0 0.812 1 2201 3503 0 0.875 1 2 interp_poly -47 -326 61 -8 2201 3503 3 MP PP 2201 3503 0 0.875 1 2262 3495 0 0.812 1 2201 3503 0 0.875 1 2 interp_poly 2262 3495 0 0.812 1 2215 3169 0.438 1 0.625 2262 3495 0 0.812 1 2 interp_poly -46 71 60 50 2183 2788 3 MP PP 2183 2788 1 0.938 0 2243 2838 1 1 0.0625 2183 2788 1 0.938 0 2 interp_poly 2243 2838 1 1 0.0625 2197 2909 0.812 1 0.25 2243 2838 1 1 0.0625 2 interp_poly 60 50 -46 -118 2229 2906 3 MP PP 2229 2906 0.938 1 0.125 2183 2788 1 0.938 0 2229 2906 0.938 1 0.125 2 interp_poly 2183 2788 1 0.938 0 2243 2838 1 1 0.0625 2183 2788 1 0.938 0 2 interp_poly -47 203 61 45 2136 2864 3 MP PP 2136 2864 0.938 1 0.125 2197 2909 0.812 1 0.25 2136 2864 0.938 1 0.125 2 interp_poly 2197 2909 0.812 1 0.25 2150 3112 0.312 1 0.75 2197 2909 0.812 1 0.25 2 interp_poly 61 45 -47 76 2183 2788 3 MP PP 2183 2788 1 0.938 0 2136 2864 0.938 1 0.125 2183 2788 1 0.938 0 2 interp_poly 2136 2864 0.938 1 0.125 2197 2909 0.812 1 0.25 2136 2864 0.938 1 0.125 2 interp_poly 61 96 -47 203 2197 2909 3 MP PP 2197 2909 0.812 1 0.25 2150 3112 0.312 1 0.75 2197 2909 0.812 1 0.25 2 interp_poly 2150 3112 0.312 1 0.75 2211 3208 0.125 1 0.938 2150 3112 0.312 1 0.75 2 interp_poly 60 13 -46 -276 2215 3169 3 MP PP 2215 3169 0.438 1 0.625 2169 2893 1 1 0.0625 2215 3169 0.438 1 0.625 2 interp_poly 2169 2893 1 1 0.0625 2229 2906 0.938 1 0.125 2169 2893 1 1 0.0625 2 interp_poly -46 -118 60 13 2169 2893 3 MP PP 2169 2893 1 1 0.0625 2229 2906 0.938 1 0.125 2169 2893 1 1 0.0625 2 interp_poly 2229 2906 0.938 1 0.125 2183 2788 1 0.938 0 2229 2906 0.938 1 0.125 2 interp_poly -47 -19 61 -13 2115 3325 3 MP PP 2115 3325 0 0 0.562 2176 3312 0 0 0.562 2115 3325 0 0 0.562 2 interp_poly 2176 3312 0 0 0.562 2129 3293 0 0 0.562 2176 3312 0 0 0.562 2 interp_poly 61 -13 -47 -26 2162 3351 3 MP PP 2162 3351 0 0 0.562 2115 3325 0 0 0.562 2162 3351 0 0 0.562 2 interp_poly 2115 3325 0 0 0.562 2176 3312 0 0 0.562 2115 3325 0 0 0.562 2 interp_poly -47 -19 61 -11 2129 3293 3 MP PP 2129 3293 0 0 0.562 2190 3282 0 0 0.562 2129 3293 0 0 0.562 2 interp_poly 2190 3282 0 0 0.562 2143 3263 0 0 0.562 2190 3282 0 0 0.562 2 interp_poly 61 -11 -47 -19 2176 3312 3 MP PP 2176 3312 0 0 0.562 2129 3293 0 0 0.562 2176 3312 0 0 0.562 2 interp_poly 2129 3293 0 0 0.562 2190 3282 0 0 0.562 2129 3293 0 0 0.562 2 interp_poly 60 -13 -46 -19 2143 3263 3 MP PP 2143 3263 0 0 0.562 2097 3244 0 0 0.562 2143 3263 0 0 0.562 2 interp_poly 2097 3244 0 0 0.562 2157 3231 0 0 0.562 2097 3244 0 0 0.562 2 interp_poly -47 190 61 96 2150 3112 3 MP PP 2150 3112 0.312 1 0.75 2211 3208 0.125 1 0.938 2150 3112 0.312 1 0.75 2 interp_poly 2211 3208 0.125 1 0.938 2164 3398 0 0.688 1 2211 3208 0.125 1 0.938 2 interp_poly 60 -13 -46 -321 2201 3503 3 MP PP 2201 3503 0 0.875 1 2155 3182 0.438 1 0.625 2201 3503 0 0.875 1 2 interp_poly 2155 3182 0.438 1 0.625 2215 3169 0.438 1 0.625 2155 3182 0.438 1 0.625 2 interp_poly -46 -276 60 -13 2155 3182 3 MP PP 2155 3182 0.438 1 0.625 2215 3169 0.438 1 0.625 2155 3182 0.438 1 0.625 2 interp_poly 2215 3169 0.438 1 0.625 2169 2893 1 1 0.0625 2215 3169 0.438 1 0.625 2 interp_poly -46 -4 60 -8 2100 3638 3 MP PP 2100 3638 0 0 0.938 2160 3630 0 0 0.938 2100 3638 0 0 0.938 2 interp_poly 2160 3630 0 0 0.938 2114 3626 0 0 0.875 2160 3630 0 0 0.938 2 interp_poly 60 -8 -46 7 2146 3631 3 MP PP 2146 3631 0 0 1 2100 3638 0 0 0.938 2146 3631 0 0 1 2 interp_poly 2100 3638 0 0 0.938 2160 3630 0 0 0.938 2100 3638 0 0 0.938 2 interp_poly -47 -14 61 13 2146 3631 3 MP PP 2146 3631 0 0 1 2207 3644 0 0 0.938 2146 3631 0 0 1 2 interp_poly 2207 3644 0 0 0.938 2160 3630 0 0 0.938 2207 3644 0 0 0.938 2 interp_poly 61 13 -47 -5 2193 3636 3 MP PP 2193 3636 0 0 1 2146 3631 0 0 1 2193 3636 0 0 1 2 interp_poly 2146 3631 0 0 1 2207 3644 0 0 0.938 2146 3631 0 0 1 2 interp_poly -46 -9 60 -11 2114 3626 3 MP PP 2114 3626 0 0 0.875 2174 3615 0 0 0.875 2114 3626 0 0 0.875 2 interp_poly 2174 3615 0 0 0.875 2128 3606 0 0 0.812 2174 3615 0 0 0.875 2 interp_poly 60 -11 -46 -4 2160 3630 3 MP PP 2160 3630 0 0 0.938 2114 3626 0 0 0.875 2160 3630 0 0 0.938 2 interp_poly 2114 3626 0 0 0.875 2174 3615 0 0 0.875 2114 3626 0 0 0.875 2 interp_poly 61 32 -47 31 2179 3573 3 MP PP 2179 3573 0 0.25 1 2132 3604 0 0.125 1 2179 3573 0 0.25 1 2 interp_poly 2132 3604 0 0.125 1 2193 3636 0 0 1 2132 3604 0 0.125 1 2 interp_poly -47 -5 61 32 2132 3604 3 MP PP 2132 3604 0 0.125 1 2193 3636 0 0 1 2132 3604 0 0.125 1 2 interp_poly 2193 3636 0 0 1 2146 3631 0 0 1 2193 3636 0 0 1 2 interp_poly -47 76 61 17 2122 2771 3 MP PP 2122 2771 1 0.875 0 2183 2788 1 0.938 0 2122 2771 1 0.875 0 2 interp_poly 2183 2788 1 0.938 0 2136 2864 0.938 1 0.125 2183 2788 1 0.938 0 2 interp_poly 61 17 -47 -122 2169 2893 3 MP PP 2169 2893 1 1 0.0625 2122 2771 1 0.875 0 2169 2893 1 1 0.0625 2 interp_poly 2122 2771 1 0.875 0 2183 2788 1 0.938 0 2122 2771 1 0.875 0 2 interp_poly -47 -15 61 -14 2063 3531 3 MP PP 2063 3531 0 0 0.75 2124 3517 0 0 0.75 2063 3531 0 0 0.75 2 interp_poly 2124 3517 0 0 0.75 2077 3502 0 0 0.75 2124 3517 0 0 0.75 2 interp_poly 61 -14 -47 -12 2110 3543 3 MP PP 2110 3543 0 0 0.75 2063 3531 0 0 0.75 2110 3543 0 0 0.75 2 interp_poly 2063 3531 0 0 0.75 2124 3517 0 0 0.75 2063 3531 0 0 0.75 2 interp_poly -47 -15 61 -11 2077 3502 3 MP PP 2077 3502 0 0 0.75 2138 3491 0 0 0.75 2077 3502 0 0 0.75 2 interp_poly 2138 3491 0 0 0.75 2091 3476 0 0 0.688 2138 3491 0 0 0.75 2 interp_poly 61 -11 -47 -15 2124 3517 3 MP PP 2124 3517 0 0 0.75 2077 3502 0 0 0.75 2124 3517 0 0 0.75 2 interp_poly 2077 3502 0 0 0.75 2138 3491 0 0 0.75 2077 3502 0 0 0.75 2 interp_poly -47 -14 61 -9 2091 3476 3 MP PP 2091 3476 0 0 0.688 2152 3467 0 0 0.688 2091 3476 0 0 0.688 2 interp_poly 2152 3467 0 0 0.688 2105 3453 0 0 0.688 2152 3467 0 0 0.688 2 interp_poly 61 -9 -47 -15 2138 3491 3 MP PP 2138 3491 0 0 0.75 2091 3476 0 0 0.688 2138 3491 0 0 0.75 2 interp_poly 2091 3476 0 0 0.688 2152 3467 0 0 0.688 2091 3476 0 0 0.688 2 interp_poly -47 -21 61 -5 2105 3453 3 MP PP 2105 3453 0 0 0.688 2166 3448 0 0 0.625 2105 3453 0 0 0.688 2 interp_poly 2166 3448 0 0 0.625 2119 3427 0 0 0.625 2166 3448 0 0 0.625 2 interp_poly 61 -5 -47 -14 2152 3467 3 MP PP 2152 3467 0 0 0.688 2105 3453 0 0 0.688 2152 3467 0 0 0.688 2 interp_poly 2105 3453 0 0 0.688 2166 3448 0 0 0.625 2105 3453 0 0 0.688 2 interp_poly -46 -15 60 -11 2110 3543 3 MP PP 2110 3543 0 0 0.75 2170 3532 0 0 0.75 2110 3543 0 0 0.75 2 interp_poly 2170 3532 0 0 0.75 2124 3517 0 0 0.75 2170 3532 0 0 0.75 2 interp_poly 60 -11 -46 -13 2156 3556 3 MP PP 2156 3556 0 0 0.812 2110 3543 0 0 0.75 2156 3556 0 0 0.812 2 interp_poly 2110 3543 0 0 0.75 2170 3532 0 0 0.75 2110 3543 0 0 0.75 2 interp_poly 61 49 -46 126 2164 3398 3 MP PP 2164 3398 0 0.688 1 2118 3524 0 0.375 1 2164 3398 0 0.688 1 2 interp_poly 2118 3524 0 0.375 1 2179 3573 0 0.25 1 2118 3524 0 0.375 1 2 interp_poly -47 -10 61 -19 2081 3600 3 MP PP 2081 3600 0 0 0.812 2142 3581 0 0 0.812 2081 3600 0 0 0.812 2 interp_poly 2142 3581 0 0 0.812 2095 3571 0 0 0.812 2142 3581 0 0 0.812 2 interp_poly 61 -19 -47 -6 2128 3606 3 MP PP 2128 3606 0 0 0.812 2081 3600 0 0 0.812 2128 3606 0 0 0.812 2 interp_poly 2081 3600 0 0 0.812 2142 3581 0 0 0.812 2081 3600 0 0 0.812 2 interp_poly -46 -13 61 -15 2095 3571 3 MP PP 2095 3571 0 0 0.812 2156 3556 0 0 0.812 2095 3571 0 0 0.812 2 interp_poly 2156 3556 0 0 0.812 2110 3543 0 0 0.75 2156 3556 0 0 0.812 2 interp_poly 61 -15 -47 -10 2142 3581 3 MP PP 2142 3581 0 0 0.812 2095 3571 0 0 0.812 2142 3581 0 0 0.812 2 interp_poly 2095 3571 0 0 0.812 2156 3556 0 0 0.812 2095 3571 0 0 0.812 2 interp_poly -47 31 61 49 2118 3524 3 MP PP 2118 3524 0 0.375 1 2179 3573 0 0.25 1 2118 3524 0 0.375 1 2 interp_poly 2179 3573 0 0.25 1 2132 3604 0 0.125 1 2179 3573 0 0.25 1 2 interp_poly -46 228 60 14 2076 2850 3 MP PP 2076 2850 1 1 0.0625 2136 2864 0.938 1 0.125 2076 2850 1 1 0.0625 2 interp_poly 2136 2864 0.938 1 0.125 2090 3092 0.438 1 0.625 2136 2864 0.938 1 0.125 2 interp_poly -46 -20 60 -15 2055 3340 3 MP PP 2055 3340 0 0 0.562 2115 3325 0 0 0.562 2055 3340 0 0 0.562 2 interp_poly 2115 3325 0 0 0.562 2069 3305 0 0 0.562 2115 3325 0 0 0.562 2 interp_poly 60 -15 -46 -23 2101 3363 3 MP PP 2101 3363 0 0 0.562 2055 3340 0 0 0.562 2101 3363 0 0 0.562 2 interp_poly 2055 3340 0 0 0.562 2115 3325 0 0 0.562 2055 3340 0 0 0.562 2 interp_poly -46 -18 60 -12 2069 3305 3 MP PP 2069 3305 0 0 0.562 2129 3293 0 0 0.562 2069 3305 0 0 0.562 2 interp_poly 2129 3293 0 0 0.562 2083 3275 0 0 0.562 2129 3293 0 0 0.562 2 interp_poly 60 -12 -46 -20 2115 3325 3 MP PP 2115 3325 0 0 0.562 2069 3305 0 0 0.562 2115 3325 0 0 0.562 2 interp_poly 2069 3305 0 0 0.562 2129 3293 0 0 0.562 2069 3305 0 0 0.562 2 interp_poly -46 -19 60 -12 2083 3275 3 MP PP 2083 3275 0 0 0.562 2143 3263 0 0 0.562 2083 3275 0 0 0.562 2 interp_poly 2143 3263 0 0 0.562 2097 3244 0 0 0.562 2143 3263 0 0 0.562 2 interp_poly 60 -12 -46 -18 2129 3293 3 MP PP 2129 3293 0 0 0.562 2083 3275 0 0 0.562 2129 3293 0 0 0.562 2 interp_poly 2083 3275 0 0 0.562 2143 3263 0 0 0.562 2083 3275 0 0 0.562 2 interp_poly -46 243 60 20 2090 3092 3 MP PP 2090 3092 0.438 1 0.625 2150 3112 0.312 1 0.75 2090 3092 0.438 1 0.625 2 interp_poly 2150 3112 0.312 1 0.75 2104 3355 0 0.812 1 2150 3112 0.312 1 0.75 2 interp_poly 60 20 -46 228 2136 2864 3 MP PP 2136 2864 0.938 1 0.125 2090 3092 0.438 1 0.625 2136 2864 0.938 1 0.125 2 interp_poly 2090 3092 0.438 1 0.625 2150 3112 0.312 1 0.75 2090 3092 0.438 1 0.625 2 interp_poly -47 -17 61 -7 2087 3387 3 MP PP 2087 3387 0 0 0.625 2148 3380 0 0 0.562 2087 3387 0 0 0.625 2 interp_poly 2148 3380 0 0 0.562 2101 3363 0 0 0.562 2148 3380 0 0 0.562 2 interp_poly 61 -7 -46 -9 2133 3396 3 MP PP 2133 3396 0 0 0.625 2087 3387 0 0 0.625 2133 3396 0 0 0.625 2 interp_poly 2087 3387 0 0 0.625 2148 3380 0 0 0.562 2087 3387 0 0 0.625 2 interp_poly -47 -26 61 -12 2101 3363 3 MP PP 2101 3363 0 0 0.562 2162 3351 0 0 0.562 2101 3363 0 0 0.562 2 interp_poly 2162 3351 0 0 0.562 2115 3325 0 0 0.562 2162 3351 0 0 0.562 2 interp_poly 61 -12 -47 -17 2148 3380 3 MP PP 2148 3380 0 0 0.562 2101 3363 0 0 0.562 2148 3380 0 0 0.562 2 interp_poly 2101 3363 0 0 0.562 2162 3351 0 0 0.562 2101 3363 0 0 0.562 2 interp_poly 60 43 -46 243 2150 3112 3 MP PP 2150 3112 0.312 1 0.75 2104 3355 0 0.812 1 2150 3112 0.312 1 0.75 2 interp_poly 2104 3355 0 0.812 1 2164 3398 0 0.688 1 2104 3355 0 0.812 1 2 interp_poly 61 -24 -47 -265 2155 3182 3 MP PP 2155 3182 0.438 1 0.625 2108 2917 0.938 1 0.125 2155 3182 0.438 1 0.625 2 interp_poly 2108 2917 0.938 1 0.125 2169 2893 1 1 0.0625 2108 2917 0.938 1 0.125 2 interp_poly 60 14 -46 79 2122 2771 3 MP PP 2122 2771 1 0.875 0 2076 2850 1 1 0.0625 2122 2771 1 0.875 0 2 interp_poly 2076 2850 1 1 0.0625 2136 2864 0.938 1 0.125 2076 2850 1 1 0.0625 2 interp_poly -47 -122 61 -24 2108 2917 3 MP PP 2108 2917 0.938 1 0.125 2169 2893 1 1 0.0625 2108 2917 0.938 1 0.125 2 interp_poly 2169 2893 1 1 0.0625 2122 2771 1 0.875 0 2169 2893 1 1 0.0625 2 interp_poly -46 -22 60 -10 2059 3437 3 MP PP 2059 3437 0 0 0.688 2119 3427 0 0 0.625 2059 3437 0 0 0.688 2 interp_poly 2119 3427 0 0 0.625 2073 3405 0 0 0.625 2119 3427 0 0 0.625 2 interp_poly 60 -10 -46 -16 2105 3453 3 MP PP 2105 3453 0 0 0.688 2059 3437 0 0 0.688 2105 3453 0 0 0.688 2 interp_poly 2059 3437 0 0 0.688 2119 3427 0 0 0.625 2059 3437 0 0 0.688 2 interp_poly -46 -9 60 -9 2073 3405 3 MP PP 2073 3405 0 0 0.625 2133 3396 0 0 0.625 2073 3405 0 0 0.625 2 interp_poly 2133 3396 0 0 0.625 2087 3387 0 0 0.625 2133 3396 0 0 0.625 2 interp_poly 60 -9 -46 -22 2119 3427 3 MP PP 2119 3427 0 0 0.625 2073 3405 0 0 0.625 2119 3427 0 0 0.625 2 interp_poly 2073 3405 0 0 0.625 2133 3396 0 0 0.625 2073 3405 0 0 0.625 2 interp_poly -46 126 60 43 2104 3355 3 MP PP 2104 3355 0 0.812 1 2164 3398 0 0.688 1 2104 3355 0 0.812 1 2 interp_poly 2164 3398 0 0.688 1 2118 3524 0 0.375 1 2164 3398 0 0.688 1 2 interp_poly -47 0 61 -25 2053 3651 3 MP PP 2053 3651 0 0 0.875 2114 3626 0 0 0.875 2053 3651 0 0 0.875 2 interp_poly 2114 3626 0 0 0.875 2067 3626 0 0 0.812 2114 3626 0 0 0.875 2 interp_poly 61 -25 -47 13 2100 3638 3 MP PP 2100 3638 0 0 0.938 2053 3651 0 0 0.875 2100 3638 0 0 0.938 2 interp_poly 2053 3651 0 0 0.875 2114 3626 0 0 0.875 2053 3651 0 0 0.875 2 interp_poly 61 -20 -47 0 2114 3626 3 MP PP 2114 3626 0 0 0.875 2067 3626 0 0 0.812 2114 3626 0 0 0.875 2 interp_poly 2067 3626 0 0 0.812 2128 3606 0 0 0.812 2067 3626 0 0 0.812 2 interp_poly 60 -9 -46 36 2132 3604 3 MP PP 2132 3604 0 0.125 1 2086 3640 0 0 1 2132 3604 0 0.125 1 2 interp_poly 2086 3640 0 0 1 2146 3631 0 0 1 2086 3640 0 0 1 2 interp_poly -46 7 60 -9 2086 3640 3 MP PP 2086 3640 0 0 1 2146 3631 0 0 1 2086 3640 0 0 1 2 interp_poly 2146 3631 0 0 1 2100 3638 0 0 0.938 2146 3631 0 0 1 2 interp_poly -47 -6 61 -20 2067 3626 3 MP PP 2067 3626 0 0 0.812 2128 3606 0 0 0.812 2067 3626 0 0 0.812 2 interp_poly 2128 3606 0 0 0.812 2081 3600 0 0 0.812 2128 3606 0 0 0.812 2 interp_poly 61 -25 -47 105 2118 3524 3 MP PP 2118 3524 0 0.375 1 2071 3629 0 0.125 1 2118 3524 0 0.375 1 2 interp_poly 2071 3629 0 0.125 1 2132 3604 0 0.125 1 2071 3629 0 0.125 1 2 interp_poly -46 36 61 -25 2071 3629 3 MP PP 2071 3629 0 0.125 1 2132 3604 0 0.125 1 2071 3629 0 0.125 1 2 interp_poly 2132 3604 0 0.125 1 2086 3640 0 0 1 2132 3604 0 0.125 1 2 interp_poly -46 79 60 -30 2062 2801 3 MP PP 2062 2801 1 0.875 0 2122 2771 1 0.875 0 2062 2801 1 0.875 0 2 interp_poly 2122 2771 1 0.875 0 2076 2850 1 1 0.0625 2122 2771 1 0.875 0 2 interp_poly 60 -30 -46 -116 2108 2917 3 MP PP 2108 2917 0.938 1 0.125 2062 2801 1 0.875 0 2108 2917 0.938 1 0.125 2 interp_poly 2062 2801 1 0.875 0 2122 2771 1 0.875 0 2062 2801 1 0.875 0 2 interp_poly -46 -14 60 -19 2017 3521 3 MP PP 2017 3521 0 0 0.75 2077 3502 0 0 0.75 2017 3521 0 0 0.75 2 interp_poly 2077 3502 0 0 0.75 2031 3488 0 0 0.688 2077 3502 0 0 0.75 2 interp_poly 60 -19 -46 -10 2063 3531 3 MP PP 2063 3531 0 0 0.75 2017 3521 0 0 0.75 2063 3531 0 0 0.75 2 interp_poly 2017 3521 0 0 0.75 2077 3502 0 0 0.75 2017 3521 0 0 0.75 2 interp_poly -46 -17 60 -12 2031 3488 3 MP PP 2031 3488 0 0 0.688 2091 3476 0 0 0.688 2031 3488 0 0 0.688 2 interp_poly 2091 3476 0 0 0.688 2045 3459 0 0 0.688 2091 3476 0 0 0.688 2 interp_poly 60 -12 -46 -14 2077 3502 3 MP PP 2077 3502 0 0 0.75 2031 3488 0 0 0.688 2077 3502 0 0 0.75 2 interp_poly 2031 3488 0 0 0.688 2091 3476 0 0 0.688 2031 3488 0 0 0.688 2 interp_poly -46 -16 60 -6 2045 3459 3 MP PP 2045 3459 0 0 0.688 2105 3453 0 0 0.688 2045 3459 0 0 0.688 2 interp_poly 2105 3453 0 0 0.688 2059 3437 0 0 0.688 2105 3453 0 0 0.688 2 interp_poly 60 -6 -46 -17 2091 3476 3 MP PP 2091 3476 0 0 0.688 2045 3459 0 0 0.688 2091 3476 0 0 0.688 2 interp_poly 2045 3459 0 0 0.688 2105 3453 0 0 0.688 2045 3459 0 0 0.688 2 interp_poly -47 -12 61 -20 2049 3563 3 MP PP 2049 3563 0 0 0.75 2110 3543 0 0 0.75 2049 3563 0 0 0.75 2 interp_poly 2110 3543 0 0 0.75 2063 3531 0 0 0.75 2110 3543 0 0 0.75 2 interp_poly 61 -36 -47 205 2104 3355 3 MP PP 2104 3355 0 0.812 1 2057 3560 0 0.312 1 2104 3355 0 0.812 1 2 interp_poly 2057 3560 0 0.312 1 2118 3524 0 0.375 1 2057 3560 0 0.312 1 2 interp_poly -46 -4 60 -30 2021 3630 3 MP PP 2021 3630 0 0 0.75 2081 3600 0 0 0.812 2021 3630 0 0 0.75 2 interp_poly 2081 3600 0 0 0.812 2035 3596 0 0 0.75 2081 3600 0 0 0.812 2 interp_poly 60 -30 -46 4 2067 3626 3 MP PP 2067 3626 0 0 0.812 2021 3630 0 0 0.75 2067 3626 0 0 0.812 2 interp_poly 2021 3630 0 0 0.75 2081 3600 0 0 0.812 2021 3630 0 0 0.75 2 interp_poly -46 -8 60 -25 2035 3596 3 MP PP 2035 3596 0 0 0.75 2095 3571 0 0 0.812 2035 3596 0 0 0.75 2 interp_poly 2095 3571 0 0 0.812 2049 3563 0 0 0.75 2095 3571 0 0 0.812 2 interp_poly 60 -25 -46 -4 2081 3600 3 MP PP 2081 3600 0 0 0.812 2035 3596 0 0 0.75 2081 3600 0 0 0.812 2 interp_poly 2035 3596 0 0 0.75 2095 3571 0 0 0.812 2035 3596 0 0 0.75 2 interp_poly 61 -20 -46 -8 2095 3571 3 MP PP 2095 3571 0 0 0.812 2049 3563 0 0 0.75 2095 3571 0 0 0.812 2 interp_poly 2049 3563 0 0 0.75 2110 3543 0 0 0.75 2049 3563 0 0 0.75 2 interp_poly -47 105 61 -36 2057 3560 3 MP PP 2057 3560 0 0.312 1 2118 3524 0 0.375 1 2057 3560 0 0.312 1 2 interp_poly 2118 3524 0 0.375 1 2071 3629 0 0.125 1 2118 3524 0 0.375 1 2 interp_poly -47 -24 61 -14 1994 3354 3 MP PP 1994 3354 0 0 0.562 2055 3340 0 0 0.562 1994 3354 0 0 0.562 2 interp_poly 2055 3340 0 0 0.562 2008 3316 0 0 0.562 2055 3340 0 0 0.562 2 interp_poly 61 -14 -46 -20 2040 3374 3 MP PP 2040 3374 0 0 0.625 1994 3354 0 0 0.562 2040 3374 0 0 0.625 2 interp_poly 1994 3354 0 0 0.562 2055 3340 0 0 0.562 1994 3354 0 0 0.562 2 interp_poly -47 -19 61 -11 2008 3316 3 MP PP 2008 3316 0 0 0.562 2069 3305 0 0 0.562 2008 3316 0 0 0.562 2 interp_poly 2069 3305 0 0 0.562 2022 3286 0 0 0.562 2069 3305 0 0 0.562 2 interp_poly 61 -11 -47 -24 2055 3340 3 MP PP 2055 3340 0 0 0.562 2008 3316 0 0 0.562 2055 3340 0 0 0.562 2 interp_poly 2008 3316 0 0 0.562 2069 3305 0 0 0.562 2008 3316 0 0 0.562 2 interp_poly -47 -18 61 -11 2022 3286 3 MP PP 2022 3286 0 0 0.562 2083 3275 0 0 0.562 2022 3286 0 0 0.562 2 interp_poly 2083 3275 0 0 0.562 2036 3257 0 0 0.562 2083 3275 0 0 0.562 2 interp_poly 61 -11 -47 -19 2069 3305 3 MP PP 2069 3305 0 0 0.562 2022 3286 0 0 0.562 2069 3305 0 0 0.562 2 interp_poly 2022 3286 0 0 0.562 2083 3275 0 0 0.562 2022 3286 0 0 0.562 2 interp_poly 61 -13 -47 -18 2083 3275 3 MP PP 2083 3275 0 0 0.562 2036 3257 0 0 0.562 2083 3275 0 0 0.562 2 interp_poly 2036 3257 0 0 0.562 2097 3244 0 0 0.562 2036 3257 0 0 0.562 2 interp_poly -46 -23 61 -11 2040 3374 3 MP PP 2040 3374 0 0 0.625 2101 3363 0 0 0.562 2040 3374 0 0 0.625 2 interp_poly 2101 3363 0 0 0.562 2055 3340 0 0 0.562 2101 3363 0 0 0.562 2 interp_poly 61 -10 -47 273 2090 3092 3 MP PP 2090 3092 0.438 1 0.625 2043 3365 0 0.812 1 2090 3092 0.438 1 0.625 2 interp_poly 2043 3365 0 0.812 1 2104 3355 0 0.812 1 2043 3365 0 0.812 1 2 interp_poly -47 -22 61 -10 1998 3447 3 MP PP 1998 3447 0 0 0.688 2059 3437 0 0 0.688 1998 3447 0 0 0.688 2 interp_poly 2059 3437 0 0 0.688 2012 3415 0 0 0.688 2059 3437 0 0 0.688 2 interp_poly 61 -10 -47 -12 2045 3459 3 MP PP 2045 3459 0 0 0.688 1998 3447 0 0 0.688 2045 3459 0 0 0.688 2 interp_poly 1998 3447 0 0 0.688 2059 3437 0 0 0.688 1998 3447 0 0 0.688 2 interp_poly -46 -10 61 -25 2002 3556 3 MP PP 2002 3556 0 0 0.75 2063 3531 0 0 0.75 2002 3556 0 0 0.75 2 interp_poly 2063 3531 0 0 0.75 2017 3521 0 0 0.75 2063 3531 0 0 0.75 2 interp_poly 61 -25 -47 -7 2049 3563 3 MP PP 2049 3563 0 0 0.75 2002 3556 0 0 0.75 2049 3563 0 0 0.75 2 interp_poly 2002 3556 0 0 0.75 2063 3531 0 0 0.75 2002 3556 0 0 0.75 2 interp_poly -47 -11 61 -10 2012 3415 3 MP PP 2012 3415 0 0 0.688 2073 3405 0 0 0.625 2012 3415 0 0 0.688 2 interp_poly 2073 3405 0 0 0.625 2026 3394 0 0 0.625 2073 3405 0 0 0.625 2 interp_poly 61 -10 -47 -22 2059 3437 3 MP PP 2059 3437 0 0 0.688 2012 3415 0 0 0.688 2059 3437 0 0 0.688 2 interp_poly 2012 3415 0 0 0.688 2073 3405 0 0 0.625 2012 3415 0 0 0.688 2 interp_poly -47 -13 61 -7 2026 3394 3 MP PP 2026 3394 0 0 0.625 2087 3387 0 0 0.625 2026 3394 0 0 0.625 2 interp_poly 2087 3387 0 0 0.625 2040 3374 0 0 0.625 2087 3387 0 0 0.625 2 interp_poly 61 -7 -47 -11 2073 3405 3 MP PP 2073 3405 0 0 0.625 2026 3394 0 0 0.625 2073 3405 0 0 0.625 2 interp_poly 2026 3394 0 0 0.625 2087 3387 0 0 0.625 2026 3394 0 0 0.625 2 interp_poly 61 -11 -47 -13 2087 3387 3 MP PP 2087 3387 0 0 0.625 2040 3374 0 0 0.625 2087 3387 0 0 0.625 2 interp_poly 2040 3374 0 0 0.625 2101 3363 0 0 0.562 2040 3374 0 0 0.625 2 interp_poly -47 205 61 -10 2043 3365 3 MP PP 2043 3365 0 0.812 1 2104 3355 0 0.812 1 2043 3365 0 0.812 1 2 interp_poly 2104 3355 0 0.812 1 2057 3560 0 0.312 1 2104 3355 0 0.812 1 2 interp_poly -47 13 61 -43 2039 3681 3 MP PP 2039 3681 0 0 0.875 2100 3638 0 0 0.938 2039 3681 0 0 0.875 2 interp_poly 2100 3638 0 0 0.938 2053 3651 0 0 0.875 2100 3638 0 0 0.938 2 interp_poly 61 -43 -47 41 2086 3640 3 MP PP 2086 3640 0 0 1 2039 3681 0 0 0.875 2086 3640 0 0 1 2 interp_poly 2039 3681 0 0 0.875 2100 3638 0 0 0.938 2039 3681 0 0 0.875 2 interp_poly 61 9 -47 233 2076 2850 3 MP PP 2076 2850 1 1 0.0625 2029 3083 0.438 1 0.625 2076 2850 1 1 0.0625 2 interp_poly 2029 3083 0.438 1 0.625 2090 3092 0.438 1 0.625 2029 3083 0.438 1 0.625 2 interp_poly -47 273 61 9 2029 3083 3 MP PP 2029 3083 0.438 1 0.625 2090 3092 0.438 1 0.625 2029 3083 0.438 1 0.625 2 interp_poly 2090 3092 0.438 1 0.625 2043 3365 0 0.812 1 2090 3092 0.438 1 0.625 2 interp_poly -47 41 61 -71 2025 3711 3 MP PP 2025 3711 0 0 0.875 2086 3640 0 0 1 2025 3711 0 0 0.875 2 interp_poly 2086 3640 0 0 1 2039 3681 0 0 0.875 2086 3640 0 0 1 2 interp_poly 61 -71 -46 82 2071 3629 3 MP PP 2071 3629 0 0.125 1 2025 3711 0 0 0.875 2071 3629 0 0.125 1 2 interp_poly 2025 3711 0 0 0.875 2086 3640 0 0 1 2025 3711 0 0 0.875 2 interp_poly 61 -24 -47 73 2062 2801 3 MP PP 2062 2801 1 0.875 0 2015 2874 0.938 1 0.125 2062 2801 1 0.875 0 2 interp_poly 2015 2874 0.938 1 0.125 2076 2850 1 1 0.0625 2015 2874 0.938 1 0.125 2 interp_poly -47 233 61 -24 2015 2874 3 MP PP 2015 2874 0.938 1 0.125 2076 2850 1 1 0.0625 2015 2874 0.938 1 0.125 2 interp_poly 2076 2850 1 1 0.0625 2029 3083 0.438 1 0.625 2076 2850 1 1 0.0625 2 interp_poly -46 19 60 -68 1993 3719 3 MP PP 1993 3719 0 0 0.75 2053 3651 0 0 0.875 1993 3719 0 0 0.75 2 interp_poly 2053 3651 0 0 0.875 2007 3670 0 0 0.75 2053 3651 0 0 0.875 2 interp_poly -46 4 60 -44 2007 3670 3 MP PP 2007 3670 0 0 0.75 2067 3626 0 0 0.812 2007 3670 0 0 0.75 2 interp_poly 2067 3626 0 0 0.812 2021 3630 0 0 0.75 2067 3626 0 0 0.812 2 interp_poly 60 -44 -46 19 2053 3651 3 MP PP 2053 3651 0 0 0.875 2007 3670 0 0 0.75 2053 3651 0 0 0.875 2 interp_poly 2007 3670 0 0 0.75 2067 3626 0 0 0.812 2007 3670 0 0 0.75 2 interp_poly 60 -65 -46 134 2057 3560 3 MP PP 2057 3560 0 0.312 1 2011 3694 0 0 1 2057 3560 0 0.312 1 2 interp_poly 2011 3694 0 0 1 2071 3629 0 0.125 1 2011 3694 0 0 1 2 interp_poly -46 38 61 -77 1978 3758 3 MP PP 1978 3758 0 0 0.75 2039 3681 0 0 0.875 1978 3758 0 0 0.75 2 interp_poly 2039 3681 0 0 0.875 1993 3719 0 0 0.75 2039 3681 0 0 0.875 2 interp_poly 61 -77 -47 47 2025 3711 3 MP PP 2025 3711 0 0 0.875 1978 3758 0 0 0.75 2025 3711 0 0 0.875 2 interp_poly 1978 3758 0 0 0.75 2039 3681 0 0 0.875 1978 3758 0 0 0.75 2 interp_poly 60 -68 -46 38 2039 3681 3 MP PP 2039 3681 0 0 0.875 1993 3719 0 0 0.75 2039 3681 0 0 0.875 2 interp_poly 1993 3719 0 0 0.75 2053 3651 0 0 0.875 1993 3719 0 0 0.75 2 interp_poly -46 82 60 -65 2011 3694 3 MP PP 2011 3694 0 0 1 2071 3629 0 0.125 1 2011 3694 0 0 1 2 interp_poly 2071 3629 0 0.125 1 2025 3711 0 0 0.875 2071 3629 0 0.125 1 2 interp_poly -47 -9 61 -30 1956 3551 3 MP PP 1956 3551 0 0 0.688 2017 3521 0 0 0.75 1956 3551 0 0 0.688 2 interp_poly 2017 3521 0 0 0.75 1970 3512 0 0 0.688 2017 3521 0 0 0.75 2 interp_poly 61 -30 -46 -5 2002 3556 3 MP PP 2002 3556 0 0 0.75 1956 3551 0 0 0.688 2002 3556 0 0 0.75 2 interp_poly 1956 3551 0 0 0.688 2017 3521 0 0 0.75 1956 3551 0 0 0.688 2 interp_poly -47 -12 61 -24 1970 3512 3 MP PP 1970 3512 0 0 0.688 2031 3488 0 0 0.688 1970 3512 0 0 0.688 2 interp_poly 2031 3488 0 0 0.688 1984 3476 0 0 0.688 2031 3488 0 0 0.688 2 interp_poly 61 -24 -47 -9 2017 3521 3 MP PP 2017 3521 0 0 0.75 1970 3512 0 0 0.688 2017 3521 0 0 0.75 2 interp_poly 1970 3512 0 0 0.688 2031 3488 0 0 0.688 1970 3512 0 0 0.688 2 interp_poly -47 -12 61 -17 1984 3476 3 MP PP 1984 3476 0 0 0.688 2045 3459 0 0 0.688 1984 3476 0 0 0.688 2 interp_poly 2045 3459 0 0 0.688 1998 3447 0 0 0.688 2045 3459 0 0 0.688 2 interp_poly 61 -17 -47 -12 2031 3488 3 MP PP 2031 3488 0 0 0.688 1984 3476 0 0 0.688 2031 3488 0 0 0.688 2 interp_poly 1984 3476 0 0 0.688 2045 3459 0 0 0.688 1984 3476 0 0 0.688 2 interp_poly -47 -7 61 -31 1988 3594 3 MP PP 1988 3594 0 0 0.75 2049 3563 0 0 0.75 1988 3594 0 0 0.75 2 interp_poly 2049 3563 0 0 0.75 2002 3556 0 0 0.75 2049 3563 0 0 0.75 2 interp_poly 61 -31 -47 -2 2035 3596 3 MP PP 2035 3596 0 0 0.75 1988 3594 0 0 0.75 2035 3596 0 0 0.75 2 interp_poly 1988 3594 0 0 0.75 2049 3563 0 0 0.75 1988 3594 0 0 0.75 2 interp_poly 60 -28 -46 223 2043 3365 3 MP PP 2043 3365 0 0.812 1 1997 3588 0 0.312 1 2043 3365 0 0.812 1 2 interp_poly 1997 3588 0 0.312 1 2057 3560 0 0.312 1 1997 3588 0 0.312 1 2 interp_poly -47 7 61 -58 1960 3688 3 MP PP 1960 3688 0 0 0.688 2021 3630 0 0 0.75 1960 3688 0 0 0.688 2 interp_poly 2021 3630 0 0 0.75 1974 3637 0 0 0.75 2021 3630 0 0 0.75 2 interp_poly 61 -58 -47 18 2007 3670 3 MP PP 2007 3670 0 0 0.75 1960 3688 0 0 0.688 2007 3670 0 0 0.75 2 interp_poly 1960 3688 0 0 0.688 2021 3630 0 0 0.75 1960 3688 0 0 0.688 2 interp_poly -47 -2 61 -41 1974 3637 3 MP PP 1974 3637 0 0 0.75 2035 3596 0 0 0.75 1974 3637 0 0 0.75 2 interp_poly 2035 3596 0 0 0.75 1988 3594 0 0 0.75 2035 3596 0 0 0.75 2 interp_poly 61 -41 -47 7 2021 3630 3 MP PP 2021 3630 0 0 0.75 1974 3637 0 0 0.75 2021 3630 0 0 0.75 2 interp_poly 1974 3637 0 0 0.75 2035 3596 0 0 0.75 1974 3637 0 0 0.75 2 interp_poly -46 134 60 -28 1997 3588 3 MP PP 1997 3588 0 0.312 1 2057 3560 0 0.312 1 1997 3588 0 0.312 1 2 interp_poly 2057 3560 0 0.312 1 2011 3694 0 0 1 2057 3560 0 0.312 1 2 interp_poly -47 -24 61 -13 1933 3367 3 MP PP 1933 3367 0 0 0.625 1994 3354 0 0 0.562 1933 3367 0 0 0.625 2 interp_poly 1994 3354 0 0 0.562 1947 3330 0 0 0.625 1994 3354 0 0 0.562 2 interp_poly 61 -13 -47 -17 1980 3384 3 MP PP 1980 3384 0 0 0.625 1933 3367 0 0 0.625 1980 3384 0 0 0.625 2 interp_poly 1933 3367 0 0 0.625 1994 3354 0 0 0.562 1933 3367 0 0 0.625 2 interp_poly -46 -18 61 -14 1947 3330 3 MP PP 1947 3330 0 0 0.625 2008 3316 0 0 0.562 1947 3330 0 0 0.625 2 interp_poly 2008 3316 0 0 0.562 1962 3298 0 0 0.562 2008 3316 0 0 0.562 2 interp_poly 61 -14 -47 -24 1994 3354 3 MP PP 1994 3354 0 0 0.562 1947 3330 0 0 0.625 1994 3354 0 0 0.562 2 interp_poly 1947 3330 0 0 0.625 2008 3316 0 0 0.562 1947 3330 0 0 0.625 2 interp_poly -46 -17 60 -12 1962 3298 3 MP PP 1962 3298 0 0 0.562 2022 3286 0 0 0.562 1962 3298 0 0 0.562 2 interp_poly 2022 3286 0 0 0.562 1976 3269 0 0 0.562 2022 3286 0 0 0.562 2 interp_poly 60 -12 -46 -18 2008 3316 3 MP PP 2008 3316 0 0 0.562 1962 3298 0 0 0.562 2008 3316 0 0 0.562 2 interp_poly 1962 3298 0 0 0.562 2022 3286 0 0 0.562 1962 3298 0 0 0.562 2 interp_poly 60 -12 -46 -17 2022 3286 3 MP PP 2022 3286 0 0 0.562 1976 3269 0 0 0.562 2022 3286 0 0 0.562 2 interp_poly 1976 3269 0 0 0.562 2036 3257 0 0 0.562 1976 3269 0 0 0.562 2 interp_poly -46 -20 60 -10 1980 3384 3 MP PP 1980 3384 0 0 0.625 2040 3374 0 0 0.625 1980 3384 0 0 0.625 2 interp_poly 2040 3374 0 0 0.625 1994 3354 0 0 0.562 2040 3374 0 0 0.625 2 interp_poly 60 -1 -46 283 2029 3083 3 MP PP 2029 3083 0.438 1 0.625 1983 3366 0 0.812 1 2029 3083 0.438 1 0.625 2 interp_poly 1983 3366 0 0.812 1 2043 3365 0 0.812 1 1983 3366 0 0.812 1 2 interp_poly -46 -14 60 -18 1938 3465 3 MP PP 1938 3465 0 0 0.688 1998 3447 0 0 0.688 1938 3465 0 0 0.688 2 interp_poly 1998 3447 0 0 0.688 1952 3433 0 0 0.688 1998 3447 0 0 0.688 2 interp_poly 60 -18 -46 -11 1984 3476 3 MP PP 1984 3476 0 0 0.688 1938 3465 0 0 0.688 1984 3476 0 0 0.688 2 interp_poly 1938 3465 0 0 0.688 1998 3447 0 0 0.688 1938 3465 0 0 0.688 2 interp_poly -46 -5 60 -38 1942 3594 3 MP PP 1942 3594 0 0 0.688 2002 3556 0 0 0.75 1942 3594 0 0 0.688 2 interp_poly 2002 3556 0 0 0.75 1956 3551 0 0 0.688 2002 3556 0 0 0.75 2 interp_poly 60 -38 -46 0 1988 3594 3 MP PP 1988 3594 0 0 0.75 1942 3594 0 0 0.688 1988 3594 0 0 0.75 2 interp_poly 1942 3594 0 0 0.688 2002 3556 0 0 0.75 1942 3594 0 0 0.688 2 interp_poly -46 -11 60 -18 1952 3433 3 MP PP 1952 3433 0 0 0.688 2012 3415 0 0 0.688 1952 3433 0 0 0.688 2 interp_poly 2012 3415 0 0 0.688 1966 3404 0 0 0.625 2012 3415 0 0 0.688 2 interp_poly 60 -18 -46 -14 1998 3447 3 MP PP 1998 3447 0 0 0.688 1952 3433 0 0 0.688 1998 3447 0 0 0.688 2 interp_poly 1952 3433 0 0 0.688 2012 3415 0 0 0.688 1952 3433 0 0 0.688 2 interp_poly -46 -10 60 -10 1966 3404 3 MP PP 1966 3404 0 0 0.625 2026 3394 0 0 0.625 1966 3404 0 0 0.625 2 interp_poly 2026 3394 0 0 0.625 1980 3384 0 0 0.625 2026 3394 0 0 0.625 2 interp_poly 60 -10 -46 -11 2012 3415 3 MP PP 2012 3415 0 0 0.688 1966 3404 0 0 0.625 2012 3415 0 0 0.688 2 interp_poly 1966 3404 0 0 0.625 2026 3394 0 0 0.625 1966 3404 0 0 0.625 2 interp_poly 60 -10 -46 -10 2026 3394 3 MP PP 2026 3394 0 0 0.625 1980 3384 0 0 0.625 2026 3394 0 0 0.625 2 interp_poly 1980 3384 0 0 0.625 2040 3374 0 0 0.625 1980 3384 0 0 0.625 2 interp_poly -46 223 60 -1 1983 3366 3 MP PP 1983 3366 0 0.812 1 2043 3365 0 0.812 1 1983 3366 0 0.812 1 2 interp_poly 2043 3365 0 0.812 1 1997 3588 0 0.312 1 2043 3365 0 0.812 1 2 interp_poly 60 -13 -46 222 2015 2874 3 MP PP 2015 2874 0.938 1 0.125 1969 3096 0.438 1 0.625 2015 2874 0.938 1 0.125 2 interp_poly 1969 3096 0.438 1 0.625 2029 3083 0.438 1 0.625 1969 3096 0.438 1 0.625 2 interp_poly -46 283 60 -13 1969 3096 3 MP PP 1969 3096 0.438 1 0.625 2029 3083 0.438 1 0.625 1969 3096 0.438 1 0.625 2 interp_poly 2029 3083 0.438 1 0.625 1983 3366 0 0.812 1 2029 3083 0.438 1 0.625 2 interp_poly -46 19 60 -44 1918 3802 3 MP PP 1918 3802 0 0 0.688 1978 3758 0 0 0.75 1918 3802 0 0 0.688 2 interp_poly 1978 3758 0 0 0.75 1932 3777 0 0 0.688 1978 3758 0 0 0.75 2 interp_poly 61 -58 -46 19 1978 3758 3 MP PP 1978 3758 0 0 0.75 1932 3777 0 0 0.688 1978 3758 0 0 0.75 2 interp_poly 1932 3777 0 0 0.688 1993 3719 0 0 0.75 1932 3777 0 0 0.688 2 interp_poly 61 -55 -47 72 2011 3694 3 MP PP 2011 3694 0 0 1 1964 3766 0 0 0.812 2011 3694 0 0 1 2 interp_poly 1964 3766 0 0 0.812 2025 3711 0 0 0.875 1964 3766 0 0 0.812 2 interp_poly -47 47 61 -55 1964 3766 3 MP PP 1964 3766 0 0 0.812 2025 3711 0 0 0.875 1964 3766 0 0 0.812 2 interp_poly 2025 3711 0 0 0.875 1978 3758 0 0 0.75 2025 3711 0 0 0.875 2 interp_poly gr 0 sg 1915 4906 mt (y) s gs 899 389 5356 4226 rc 1 sg -47 18 61 -70 1946 3740 3 MP PP 1946 3740 0 0 0.688 2007 3670 0 0 0.75 1946 3740 0 0 0.688 2 interp_poly 2007 3670 0 0 0.75 1960 3688 0 0 0.688 2007 3670 0 0 0.75 2 interp_poly 61 -70 -47 21 1993 3719 3 MP PP 1993 3719 0 0 0.75 1946 3740 0 0 0.688 1993 3719 0 0 0.75 2 interp_poly 1946 3740 0 0 0.688 2007 3670 0 0 0.75 1946 3740 0 0 0.688 2 interp_poly 61 -37 -47 143 1997 3588 3 MP PP 1997 3588 0 0.312 1 1950 3731 0 0 0.938 1997 3588 0 0.312 1 2 interp_poly 1950 3731 0 0 0.938 2011 3694 0 0 1 1950 3731 0 0 0.938 2 interp_poly -47 21 61 -58 1932 3777 3 MP PP 1932 3777 0 0 0.688 1993 3719 0 0 0.75 1932 3777 0 0 0.688 2 interp_poly 1993 3719 0 0 0.75 1946 3740 0 0 0.688 1993 3719 0 0 0.75 2 interp_poly -47 72 61 -37 1950 3731 3 MP PP 1950 3731 0 0 0.938 2011 3694 0 0 1 1950 3731 0 0 0.938 2 interp_poly 2011 3694 0 0 1 1964 3766 0 0 0.812 2011 3694 0 0 1 2 interp_poly -47 0 61 -52 1881 3646 3 MP PP 1881 3646 0 0 0.625 1942 3594 0 0 0.688 1881 3646 0 0 0.625 2 interp_poly 1942 3594 0 0 0.688 1895 3594 0 0 0.625 1942 3594 0 0 0.688 2 interp_poly 61 -52 -47 2 1928 3644 3 MP PP 1928 3644 0 0 0.688 1881 3646 0 0 0.625 1928 3644 0 0 0.688 2 interp_poly 1881 3646 0 0 0.625 1942 3594 0 0 0.688 1881 3646 0 0 0.625 2 interp_poly -47 -4 61 -43 1895 3594 3 MP PP 1895 3594 0 0 0.625 1956 3551 0 0 0.688 1895 3594 0 0 0.625 2 interp_poly 1956 3551 0 0 0.688 1909 3547 0 0 0.688 1956 3551 0 0 0.688 2 interp_poly 61 -43 -47 0 1942 3594 3 MP PP 1942 3594 0 0 0.688 1895 3594 0 0 0.625 1942 3594 0 0 0.688 2 interp_poly 1895 3594 0 0 0.625 1956 3551 0 0 0.688 1895 3594 0 0 0.625 2 interp_poly -47 -8 61 -35 1909 3547 3 MP PP 1909 3547 0 0 0.688 1970 3512 0 0 0.688 1909 3547 0 0 0.688 2 interp_poly 1970 3512 0 0 0.688 1923 3504 0 0 0.688 1970 3512 0 0 0.688 2 interp_poly 61 -35 -47 -4 1956 3551 3 MP PP 1956 3551 0 0 0.688 1909 3547 0 0 0.688 1956 3551 0 0 0.688 2 interp_poly 1909 3547 0 0 0.688 1970 3512 0 0 0.688 1909 3547 0 0 0.688 2 interp_poly -47 -17 61 -14 1919 3398 3 MP PP 1919 3398 0 0 0.625 1980 3384 0 0 0.625 1919 3398 0 0 0.625 2 interp_poly 1980 3384 0 0 0.625 1933 3367 0 0 0.625 1980 3384 0 0 0.625 2 interp_poly 61 -14 -47 -6 1966 3404 3 MP PP 1966 3404 0 0 0.625 1919 3398 0 0 0.625 1966 3404 0 0 0.625 2 interp_poly 1919 3398 0 0 0.625 1980 3384 0 0 0.625 1919 3398 0 0 0.625 2 interp_poly -46 -11 61 -28 1923 3504 3 MP PP 1923 3504 0 0 0.688 1984 3476 0 0 0.688 1923 3504 0 0 0.688 2 interp_poly 1984 3476 0 0 0.688 1938 3465 0 0 0.688 1984 3476 0 0 0.688 2 interp_poly 61 -28 -47 -8 1970 3512 3 MP PP 1970 3512 0 0 0.688 1923 3504 0 0 0.688 1970 3512 0 0 0.688 2 interp_poly 1923 3504 0 0 0.688 1984 3476 0 0 0.688 1923 3504 0 0 0.688 2 interp_poly -46 0 60 -50 1928 3644 3 MP PP 1928 3644 0 0 0.688 1988 3594 0 0 0.75 1928 3644 0 0 0.688 2 interp_poly 1988 3594 0 0 0.75 1942 3594 0 0 0.688 1988 3594 0 0 0.75 2 interp_poly 61 -20 -47 242 1983 3366 3 MP PP 1983 3366 0 0.812 1 1936 3608 0 0.312 1 1983 3366 0 0.812 1 2 interp_poly 1936 3608 0 0.312 1 1997 3588 0 0.312 1 1936 3608 0 0.312 1 2 interp_poly -46 9 60 -55 1900 3743 3 MP PP 1900 3743 0 0 0.625 1960 3688 0 0 0.688 1900 3743 0 0 0.625 2 interp_poly 1960 3688 0 0 0.688 1914 3697 0 0 0.625 1960 3688 0 0 0.688 2 interp_poly 60 -55 -46 3 1946 3740 3 MP PP 1946 3740 0 0 0.688 1900 3743 0 0 0.625 1946 3740 0 0 0.688 2 interp_poly 1900 3743 0 0 0.625 1960 3688 0 0 0.688 1900 3743 0 0 0.625 2 interp_poly -46 7 60 -60 1914 3697 3 MP PP 1914 3697 0 0 0.625 1974 3637 0 0 0.75 1914 3697 0 0 0.625 2 interp_poly 1974 3637 0 0 0.75 1928 3644 0 0 0.688 1974 3637 0 0 0.75 2 interp_poly 60 -60 -46 9 1960 3688 3 MP PP 1960 3688 0 0 0.688 1914 3697 0 0 0.625 1960 3688 0 0 0.688 2 interp_poly 1914 3697 0 0 0.625 1974 3637 0 0 0.75 1914 3697 0 0 0.625 2 interp_poly 60 -50 -46 7 1974 3637 3 MP PP 1974 3637 0 0 0.75 1928 3644 0 0 0.688 1974 3637 0 0 0.75 2 interp_poly 1928 3644 0 0 0.688 1988 3594 0 0 0.75 1928 3644 0 0 0.688 2 interp_poly -47 143 61 -20 1936 3608 3 MP PP 1936 3608 0 0.312 1 1997 3588 0 0.312 1 1936 3608 0 0.312 1 2 interp_poly 1997 3588 0 0.312 1 1950 3731 0 0 0.938 1997 3588 0 0.312 1 2 interp_poly -46 -19 60 -18 1873 3385 3 MP PP 1873 3385 0 0 0.625 1933 3367 0 0 0.625 1873 3385 0 0 0.625 2 interp_poly 1933 3367 0 0 0.625 1887 3348 0 0 0.625 1933 3367 0 0 0.625 2 interp_poly 60 -18 -46 -13 1919 3398 3 MP PP 1919 3398 0 0 0.625 1873 3385 0 0 0.625 1919 3398 0 0 0.625 2 interp_poly 1873 3385 0 0 0.625 1933 3367 0 0 0.625 1873 3385 0 0 0.625 2 interp_poly -46 -17 60 -18 1887 3348 3 MP PP 1887 3348 0 0 0.625 1947 3330 0 0 0.625 1887 3348 0 0 0.625 2 interp_poly 1947 3330 0 0 0.625 1901 3313 0 0 0.562 1947 3330 0 0 0.625 2 interp_poly 60 -18 -46 -19 1933 3367 3 MP PP 1933 3367 0 0 0.625 1887 3348 0 0 0.625 1933 3367 0 0 0.625 2 interp_poly 1887 3348 0 0 0.625 1947 3330 0 0 0.625 1887 3348 0 0 0.625 2 interp_poly -47 -16 61 -15 1901 3313 3 MP PP 1901 3313 0 0 0.562 1962 3298 0 0 0.562 1901 3313 0 0 0.562 2 interp_poly 1962 3298 0 0 0.562 1915 3282 0 0 0.562 1962 3298 0 0 0.562 2 interp_poly 61 -15 -46 -17 1947 3330 3 MP PP 1947 3330 0 0 0.625 1901 3313 0 0 0.562 1947 3330 0 0 0.625 2 interp_poly 1901 3313 0 0 0.562 1962 3298 0 0 0.562 1901 3313 0 0 0.562 2 interp_poly 61 -13 -47 -16 1962 3298 3 MP PP 1962 3298 0 0 0.562 1915 3282 0 0 0.562 1962 3298 0 0 0.562 2 interp_poly 1915 3282 0 0 0.562 1976 3269 0 0 0.562 1915 3282 0 0 0.562 2 interp_poly 61 -9 -47 279 1969 3096 3 MP PP 1969 3096 0.438 1 0.625 1922 3375 0 0.875 1 1969 3096 0.438 1 0.625 2 interp_poly 1922 3375 0 0.875 1 1983 3366 0 0.812 1 1922 3375 0 0.875 1 2 interp_poly -47 -5 61 -34 1877 3499 3 MP PP 1877 3499 0 0 0.625 1938 3465 0 0 0.688 1877 3499 0 0 0.625 2 interp_poly 1938 3465 0 0 0.688 1891 3460 0 0 0.625 1938 3465 0 0 0.688 2 interp_poly 61 -34 -46 -5 1923 3504 3 MP PP 1923 3504 0 0 0.688 1877 3499 0 0 0.625 1923 3504 0 0 0.688 2 interp_poly 1877 3499 0 0 0.625 1938 3465 0 0 0.688 1877 3499 0 0 0.625 2 interp_poly -47 -12 61 -27 1891 3460 3 MP PP 1891 3460 0 0 0.625 1952 3433 0 0 0.688 1891 3460 0 0 0.625 2 interp_poly 1952 3433 0 0 0.688 1905 3421 0 0 0.625 1952 3433 0 0 0.688 2 interp_poly 61 -27 -47 -5 1938 3465 3 MP PP 1938 3465 0 0 0.688 1891 3460 0 0 0.625 1938 3465 0 0 0.688 2 interp_poly 1891 3460 0 0 0.625 1952 3433 0 0 0.688 1891 3460 0 0 0.625 2 interp_poly -47 -6 61 -17 1905 3421 3 MP PP 1905 3421 0 0 0.625 1966 3404 0 0 0.625 1905 3421 0 0 0.625 2 interp_poly 1966 3404 0 0 0.625 1919 3398 0 0 0.625 1966 3404 0 0 0.625 2 interp_poly 61 -17 -47 -12 1952 3433 3 MP PP 1952 3433 0 0 0.688 1905 3421 0 0 0.625 1952 3433 0 0 0.688 2 interp_poly 1905 3421 0 0 0.625 1966 3404 0 0 0.625 1905 3421 0 0 0.625 2 interp_poly -47 242 61 -9 1922 3375 3 MP PP 1922 3375 0 0.875 1 1983 3366 0 0.812 1 1922 3375 0 0.875 1 2 interp_poly 1983 3366 0 0.812 1 1936 3608 0 0.312 1 1983 3366 0 0.812 1 2 interp_poly 60 -44 -46 36 1964 3766 3 MP PP 1964 3766 0 0 0.812 1918 3802 0 0 0.688 1964 3766 0 0 0.812 2 interp_poly 1918 3802 0 0 0.688 1978 3758 0 0 0.75 1918 3802 0 0 0.688 2 interp_poly -47 14 61 -45 1857 3847 3 MP PP 1857 3847 0 0 0.625 1918 3802 0 0 0.688 1857 3847 0 0 0.625 2 interp_poly 1918 3802 0 0 0.688 1871 3816 0 0 0.625 1918 3802 0 0 0.688 2 interp_poly -47 3 61 -39 1871 3816 3 MP PP 1871 3816 0 0 0.625 1932 3777 0 0 0.688 1871 3816 0 0 0.625 2 interp_poly 1932 3777 0 0 0.688 1885 3780 0 0 0.625 1932 3777 0 0 0.688 2 interp_poly 61 -39 -47 14 1918 3802 3 MP PP 1918 3802 0 0 0.688 1871 3816 0 0 0.625 1918 3802 0 0 0.688 2 interp_poly 1871 3816 0 0 0.625 1932 3777 0 0 0.688 1871 3816 0 0 0.625 2 interp_poly -46 3 61 -40 1885 3780 3 MP PP 1885 3780 0 0 0.625 1946 3740 0 0 0.688 1885 3780 0 0 0.625 2 interp_poly 1946 3740 0 0 0.688 1900 3743 0 0 0.625 1946 3740 0 0 0.688 2 interp_poly 61 -40 -47 3 1932 3777 3 MP PP 1932 3777 0 0 0.688 1885 3780 0 0 0.625 1932 3777 0 0 0.688 2 interp_poly 1885 3780 0 0 0.625 1946 3740 0 0 0.688 1885 3780 0 0 0.625 2 interp_poly 60 -45 -46 80 1950 3731 3 MP PP 1950 3731 0 0 0.938 1904 3811 0 0 0.75 1950 3731 0 0 0.938 2 interp_poly 1904 3811 0 0 0.75 1964 3766 0 0 0.812 1904 3811 0 0 0.75 2 interp_poly -46 36 60 -45 1904 3811 3 MP PP 1904 3811 0 0 0.75 1964 3766 0 0 0.812 1904 3811 0 0 0.75 2 interp_poly 1964 3766 0 0 0.812 1918 3802 0 0 0.688 1964 3766 0 0 0.812 2 interp_poly -47 -6 61 -33 1839 3776 3 MP PP 1839 3776 0 0 0.562 1900 3743 0 0 0.625 1839 3776 0 0 0.562 2 interp_poly 1900 3743 0 0 0.625 1853 3737 0 0 0.562 1900 3743 0 0 0.625 2 interp_poly 61 -33 -46 -4 1885 3780 3 MP PP 1885 3780 0 0 0.625 1839 3776 0 0 0.562 1885 3780 0 0 0.625 2 interp_poly 1839 3776 0 0 0.562 1900 3743 0 0 0.625 1839 3776 0 0 0.562 2 interp_poly -47 -2 61 -40 1853 3737 3 MP PP 1853 3737 0 0 0.562 1914 3697 0 0 0.625 1853 3737 0 0 0.562 2 interp_poly 1914 3697 0 0 0.625 1867 3695 0 0 0.562 1914 3697 0 0 0.625 2 interp_poly 61 -40 -47 -6 1900 3743 3 MP PP 1900 3743 0 0 0.625 1853 3737 0 0 0.562 1900 3743 0 0 0.625 2 interp_poly 1853 3737 0 0 0.562 1914 3697 0 0 0.625 1853 3737 0 0 0.562 2 interp_poly -47 2 61 -51 1867 3695 3 MP PP 1867 3695 0 0 0.562 1928 3644 0 0 0.688 1867 3695 0 0 0.562 2 interp_poly 1928 3644 0 0 0.688 1881 3646 0 0 0.625 1928 3644 0 0 0.688 2 interp_poly 61 -51 -47 -2 1914 3697 3 MP PP 1914 3697 0 0 0.625 1867 3695 0 0 0.562 1914 3697 0 0 0.625 2 interp_poly 1867 3695 0 0 0.562 1928 3644 0 0 0.688 1867 3695 0 0 0.562 2 interp_poly 60 -38 -46 161 1936 3608 3 MP PP 1936 3608 0 0.312 1 1890 3769 0 0 0.938 1936 3608 0 0.312 1 2 interp_poly 1890 3769 0 0 0.938 1950 3731 0 0 0.938 1890 3769 0 0 0.938 2 interp_poly -46 80 60 -38 1890 3769 3 MP PP 1890 3769 0 0 0.938 1950 3731 0 0 0.938 1890 3769 0 0 0.938 2 interp_poly 1950 3731 0 0 0.938 1904 3811 0 0 0.75 1950 3731 0 0 0.938 2 interp_poly -46 -2 60 -47 1835 3641 3 MP PP 1835 3641 0 0 0.562 1895 3594 0 0 0.625 1835 3641 0 0 0.562 2 interp_poly 1895 3594 0 0 0.625 1849 3592 0 0 0.625 1895 3594 0 0 0.625 2 interp_poly 60 -47 -46 -5 1881 3646 3 MP PP 1881 3646 0 0 0.625 1835 3641 0 0 0.562 1881 3646 0 0 0.625 2 interp_poly 1835 3641 0 0 0.562 1895 3594 0 0 0.625 1835 3641 0 0 0.562 2 interp_poly -46 -4 60 -45 1849 3592 3 MP PP 1849 3592 0 0 0.625 1909 3547 0 0 0.688 1849 3592 0 0 0.625 2 interp_poly 1909 3547 0 0 0.688 1863 3543 0 0 0.625 1909 3547 0 0 0.688 2 interp_poly 60 -45 -46 -2 1895 3594 3 MP PP 1895 3594 0 0 0.625 1849 3592 0 0 0.625 1895 3594 0 0 0.625 2 interp_poly 1849 3592 0 0 0.625 1909 3547 0 0 0.688 1849 3592 0 0 0.625 2 interp_poly -46 -13 60 -20 1859 3418 3 MP PP 1859 3418 0 0 0.625 1919 3398 0 0 0.625 1859 3418 0 0 0.625 2 interp_poly 1919 3398 0 0 0.625 1873 3385 0 0 0.625 1919 3398 0 0 0.625 2 interp_poly 60 -20 -46 -3 1905 3421 3 MP PP 1905 3421 0 0 0.625 1859 3418 0 0 0.625 1905 3421 0 0 0.625 2 interp_poly 1859 3418 0 0 0.625 1919 3398 0 0 0.625 1859 3418 0 0 0.625 2 interp_poly -46 -5 60 -39 1863 3543 3 MP PP 1863 3543 0 0 0.625 1923 3504 0 0 0.688 1863 3543 0 0 0.625 2 interp_poly 1923 3504 0 0 0.688 1877 3499 0 0 0.625 1923 3504 0 0 0.688 2 interp_poly 60 -39 -46 -4 1909 3547 3 MP PP 1909 3547 0 0 0.688 1863 3543 0 0 0.625 1909 3547 0 0 0.688 2 interp_poly 1863 3543 0 0 0.625 1923 3504 0 0 0.688 1863 3543 0 0 0.625 2 interp_poly 60 -12 -46 245 1922 3375 3 MP PP 1922 3375 0 0.875 1 1876 3620 0 0.312 1 1922 3375 0 0.875 1 2 interp_poly 1876 3620 0 0.312 1 1936 3608 0 0.312 1 1876 3620 0 0.312 1 2 interp_poly -46 -5 60 -39 1821 3685 3 MP PP 1821 3685 0 0 0.562 1881 3646 0 0 0.625 1821 3685 0 0 0.562 2 interp_poly 1881 3646 0 0 0.625 1835 3641 0 0 0.562 1881 3646 0 0 0.625 2 interp_poly 60 -39 -46 -10 1867 3695 3 MP PP 1867 3695 0 0 0.562 1821 3685 0 0 0.562 1867 3695 0 0 0.562 2 interp_poly 1821 3685 0 0 0.562 1881 3646 0 0 0.625 1821 3685 0 0 0.562 2 interp_poly -46 161 60 -12 1876 3620 3 MP PP 1876 3620 0 0.312 1 1936 3608 0 0.312 1 1876 3620 0 0.312 1 2 interp_poly 1936 3608 0 0.312 1 1890 3769 0 0 0.938 1936 3608 0 0.312 1 2 interp_poly 61 -45 -47 36 1904 3811 3 MP PP 1904 3811 0 0 0.75 1857 3847 0 0 0.625 1904 3811 0 0 0.75 2 interp_poly 1857 3847 0 0 0.625 1918 3802 0 0 0.688 1857 3847 0 0 0.625 2 interp_poly 61 -14 -47 -17 1901 3313 3 MP PP 1901 3313 0 0 0.562 1854 3296 0 0 0.562 1901 3313 0 0 0.562 2 interp_poly 1854 3296 0 0 0.562 1915 3282 0 0 0.562 1854 3296 0 0 0.562 2 interp_poly 60 -30 -46 -9 1891 3460 3 MP PP 1891 3460 0 0 0.625 1845 3451 0 0 0.625 1891 3460 0 0 0.625 2 interp_poly 1845 3451 0 0 0.625 1905 3421 0 0 0.625 1845 3451 0 0 0.625 2 interp_poly -46 -3 60 -30 1845 3451 3 MP PP 1845 3451 0 0 0.625 1905 3421 0 0 0.625 1845 3451 0 0 0.625 2 interp_poly 1905 3421 0 0 0.625 1859 3418 0 0 0.625 1905 3421 0 0 0.625 2 interp_poly -46 9 60 -36 1797 3883 3 MP PP 1797 3883 0 0 0.562 1857 3847 0 0 0.625 1797 3883 0 0 0.562 2 interp_poly 1857 3847 0 0 0.625 1811 3856 0 0 0.562 1857 3847 0 0 0.625 2 interp_poly -46 0 60 -40 1811 3856 3 MP PP 1811 3856 0 0 0.562 1871 3816 0 0 0.625 1811 3856 0 0 0.562 2 interp_poly 1871 3816 0 0 0.625 1825 3816 0 0 0.562 1871 3816 0 0 0.625 2 interp_poly 60 -40 -46 9 1857 3847 3 MP PP 1857 3847 0 0 0.625 1811 3856 0 0 0.562 1857 3847 0 0 0.625 2 interp_poly 1811 3856 0 0 0.562 1871 3816 0 0 0.625 1811 3856 0 0 0.562 2 interp_poly -46 -4 60 -36 1825 3816 3 MP PP 1825 3816 0 0 0.562 1885 3780 0 0 0.625 1825 3816 0 0 0.562 2 interp_poly 1885 3780 0 0 0.625 1839 3776 0 0 0.562 1885 3780 0 0 0.625 2 interp_poly 60 -36 -46 0 1871 3816 3 MP PP 1871 3816 0 0 0.625 1825 3816 0 0 0.562 1871 3816 0 0 0.625 2 interp_poly 1825 3816 0 0 0.562 1885 3780 0 0 0.625 1825 3816 0 0 0.562 2 interp_poly 61 -43 -47 85 1890 3769 3 MP PP 1890 3769 0 0 0.938 1843 3854 0 0 0.688 1890 3769 0 0 0.938 2 interp_poly 1843 3854 0 0 0.688 1904 3811 0 0 0.75 1843 3854 0 0 0.688 2 interp_poly -47 36 61 -43 1843 3854 3 MP PP 1843 3854 0 0 0.688 1904 3811 0 0 0.75 1843 3854 0 0 0.688 2 interp_poly 1904 3811 0 0 0.75 1857 3847 0 0 0.625 1904 3811 0 0 0.75 2 interp_poly 61 -18 -47 -17 1887 3348 3 MP PP 1887 3348 0 0 0.625 1840 3331 0 0 0.562 1887 3348 0 0 0.625 2 interp_poly 1840 3331 0 0 0.562 1901 3313 0 0 0.562 1840 3331 0 0 0.562 2 interp_poly -47 -17 61 -18 1840 3331 3 MP PP 1840 3331 0 0 0.562 1901 3313 0 0 0.562 1840 3331 0 0 0.562 2 interp_poly 1901 3313 0 0 0.562 1854 3296 0 0 0.562 1901 3313 0 0 0.562 2 interp_poly 61 -31 -47 -8 1877 3499 3 MP PP 1877 3499 0 0 0.625 1830 3491 0 0 0.625 1877 3499 0 0 0.625 2 interp_poly 1830 3491 0 0 0.625 1891 3460 0 0 0.625 1830 3491 0 0 0.625 2 interp_poly -46 -9 61 -31 1830 3491 3 MP PP 1830 3491 0 0 0.625 1891 3460 0 0 0.625 1830 3491 0 0 0.625 2 interp_poly 1891 3460 0 0 0.625 1845 3451 0 0 0.625 1891 3460 0 0 0.625 2 interp_poly -47 -11 61 -31 1778 3807 3 MP PP 1778 3807 0 0 0.562 1839 3776 0 0 0.562 1778 3807 0 0 0.562 2 interp_poly 1839 3776 0 0 0.562 1792 3765 0 0 0.562 1839 3776 0 0 0.562 2 interp_poly 61 -31 -47 -9 1825 3816 3 MP PP 1825 3816 0 0 0.562 1778 3807 0 0 0.562 1825 3816 0 0 0.562 2 interp_poly 1778 3807 0 0 0.562 1839 3776 0 0 0.562 1778 3807 0 0 0.562 2 interp_poly -46 -12 61 -28 1792 3765 3 MP PP 1792 3765 0 0 0.562 1853 3737 0 0 0.562 1792 3765 0 0 0.562 2 interp_poly 1853 3737 0 0 0.562 1807 3725 0 0 0.562 1853 3737 0 0 0.562 2 interp_poly 61 -28 -47 -11 1839 3776 3 MP PP 1839 3776 0 0 0.562 1792 3765 0 0 0.562 1839 3776 0 0 0.562 2 interp_poly 1792 3765 0 0 0.562 1853 3737 0 0 0.562 1792 3765 0 0 0.562 2 interp_poly -46 -10 60 -30 1807 3725 3 MP PP 1807 3725 0 0 0.562 1867 3695 0 0 0.562 1807 3725 0 0 0.562 2 interp_poly 1867 3695 0 0 0.562 1821 3685 0 0 0.562 1867 3695 0 0 0.562 2 interp_poly 60 -30 -46 -12 1853 3737 3 MP PP 1853 3737 0 0 0.562 1807 3725 0 0 0.562 1853 3737 0 0 0.562 2 interp_poly 1807 3725 0 0 0.562 1867 3695 0 0 0.562 1807 3725 0 0 0.562 2 interp_poly 61 -16 -47 165 1876 3620 3 MP PP 1876 3620 0 0.312 1 1829 3785 0 0 0.938 1876 3620 0 0.312 1 2 interp_poly 1829 3785 0 0 0.938 1890 3769 0 0 0.938 1829 3785 0 0 0.938 2 interp_poly -47 85 61 -16 1829 3785 3 MP PP 1829 3785 0 0 0.938 1890 3769 0 0 0.938 1829 3785 0 0 0.938 2 interp_poly 1890 3769 0 0 0.938 1843 3854 0 0 0.688 1890 3769 0 0 0.938 2 interp_poly 61 -21 -47 -16 1873 3385 3 MP PP 1873 3385 0 0 0.625 1826 3369 0 0 0.562 1873 3385 0 0 0.625 2 interp_poly 1826 3369 0 0 0.562 1887 3348 0 0 0.625 1826 3369 0 0 0.562 2 interp_poly -47 -17 61 -21 1826 3369 3 MP PP 1826 3369 0 0 0.562 1887 3348 0 0 0.625 1826 3369 0 0 0.562 2 interp_poly 1887 3348 0 0 0.625 1840 3331 0 0 0.562 1887 3348 0 0 0.625 2 interp_poly 61 -37 -47 -7 1863 3543 3 MP PP 1863 3543 0 0 0.625 1816 3536 0 0 0.625 1863 3543 0 0 0.625 2 interp_poly 1816 3536 0 0 0.625 1877 3499 0 0 0.625 1816 3536 0 0 0.625 2 interp_poly -47 -8 61 -37 1816 3536 3 MP PP 1816 3536 0 0 0.625 1877 3499 0 0 0.625 1816 3536 0 0 0.625 2 interp_poly 1877 3499 0 0 0.625 1830 3491 0 0 0.625 1877 3499 0 0 0.625 2 interp_poly 61 -24 -47 -9 1859 3418 3 MP PP 1859 3418 0 0 0.625 1812 3409 0 0 0.562 1859 3418 0 0 0.625 2 interp_poly 1812 3409 0 0 0.562 1873 3385 0 0 0.625 1812 3409 0 0 0.562 2 interp_poly -47 -16 61 -24 1812 3409 3 MP PP 1812 3409 0 0 0.562 1873 3385 0 0 0.625 1812 3409 0 0 0.562 2 interp_poly 1873 3385 0 0 0.625 1826 3369 0 0 0.562 1873 3385 0 0 0.625 2 interp_poly 61 -41 -47 -8 1849 3592 3 MP PP 1849 3592 0 0 0.625 1802 3584 0 0 0.562 1849 3592 0 0 0.625 2 interp_poly 1802 3584 0 0 0.562 1863 3543 0 0 0.625 1802 3584 0 0 0.562 2 interp_poly -47 -7 61 -41 1802 3584 3 MP PP 1802 3584 0 0 0.562 1863 3543 0 0 0.625 1802 3584 0 0 0.562 2 interp_poly 1863 3543 0 0 0.625 1816 3536 0 0 0.625 1863 3543 0 0 0.625 2 interp_poly 61 -24 -47 -9 1845 3451 3 MP PP 1845 3451 0 0 0.625 1798 3442 0 0 0.562 1845 3451 0 0 0.625 2 interp_poly 1798 3442 0 0 0.562 1859 3418 0 0 0.625 1798 3442 0 0 0.562 2 interp_poly -47 -9 61 -24 1798 3442 3 MP PP 1798 3442 0 0 0.562 1859 3418 0 0 0.625 1798 3442 0 0 0.562 2 interp_poly 1859 3418 0 0 0.625 1812 3409 0 0 0.562 1859 3418 0 0 0.625 2 interp_poly 60 -36 -46 29 1843 3854 3 MP PP 1843 3854 0 0 0.688 1797 3883 0 0 0.562 1843 3854 0 0 0.688 2 interp_poly 1797 3883 0 0 0.562 1857 3847 0 0 0.625 1797 3883 0 0 0.562 2 interp_poly 60 -19 -46 -16 1840 3331 3 MP PP 1840 3331 0 0 0.562 1794 3315 0 0 0.562 1840 3331 0 0 0.562 2 interp_poly 1794 3315 0 0 0.562 1854 3296 0 0 0.562 1794 3315 0 0 0.562 2 interp_poly 61 -38 -47 -11 1835 3641 3 MP PP 1835 3641 0 0 0.562 1788 3630 0 0 0.562 1835 3641 0 0 0.562 2 interp_poly 1788 3630 0 0 0.562 1849 3592 0 0 0.625 1788 3630 0 0 0.562 2 interp_poly -47 -8 61 -38 1788 3630 3 MP PP 1788 3630 0 0 0.562 1849 3592 0 0 0.625 1788 3630 0 0 0.562 2 interp_poly 1849 3592 0 0 0.625 1802 3584 0 0 0.562 1849 3592 0 0 0.625 2 interp_poly 61 -33 -46 -7 1830 3491 3 MP PP 1830 3491 0 0 0.625 1784 3484 0 0 0.562 1830 3491 0 0 0.625 2 interp_poly 1784 3484 0 0 0.562 1845 3451 0 0 0.625 1784 3484 0 0 0.562 2 interp_poly -47 -9 61 -33 1784 3484 3 MP PP 1784 3484 0 0 0.562 1845 3451 0 0 0.625 1784 3484 0 0 0.562 2 interp_poly 1845 3451 0 0 0.625 1798 3442 0 0 0.562 1845 3451 0 0 0.625 2 interp_poly -47 -8 61 -26 1750 3882 3 MP PP 1750 3882 0 0 0.562 1811 3856 0 0 0.562 1750 3882 0 0 0.562 2 interp_poly 1811 3856 0 0 0.562 1764 3848 0 0 0.562 1811 3856 0 0 0.562 2 interp_poly 61 -26 -47 -1 1797 3883 3 MP PP 1797 3883 0 0 0.562 1750 3882 0 0 0.562 1797 3883 0 0 0.562 2 interp_poly 1750 3882 0 0 0.562 1811 3856 0 0 0.562 1750 3882 0 0 0.562 2 interp_poly -47 -9 61 -32 1764 3848 3 MP PP 1764 3848 0 0 0.562 1825 3816 0 0 0.562 1764 3848 0 0 0.562 2 interp_poly 1825 3816 0 0 0.562 1778 3807 0 0 0.562 1825 3816 0 0 0.562 2 interp_poly 61 -32 -47 -8 1811 3856 3 MP PP 1811 3856 0 0 0.562 1764 3848 0 0 0.562 1811 3856 0 0 0.562 2 interp_poly 1764 3848 0 0 0.562 1825 3816 0 0 0.562 1764 3848 0 0 0.562 2 interp_poly 60 -17 -46 86 1829 3785 3 MP PP 1829 3785 0 0 0.938 1783 3871 0 0 0.688 1829 3785 0 0 0.938 2 interp_poly 1783 3871 0 0 0.688 1843 3854 0 0 0.688 1783 3871 0 0 0.688 2 interp_poly -46 29 60 -17 1783 3871 3 MP PP 1783 3871 0 0 0.688 1843 3854 0 0 0.688 1783 3871 0 0 0.688 2 interp_poly 1843 3854 0 0 0.688 1797 3883 0 0 0.562 1843 3854 0 0 0.688 2 interp_poly 60 -23 -46 -15 1826 3369 3 MP PP 1826 3369 0 0 0.562 1780 3354 0 0 0.562 1826 3369 0 0 0.562 2 interp_poly 1780 3354 0 0 0.562 1840 3331 0 0 0.562 1780 3354 0 0 0.562 2 interp_poly -46 -16 60 -23 1780 3354 3 MP PP 1780 3354 0 0 0.562 1840 3331 0 0 0.562 1780 3354 0 0 0.562 2 interp_poly 1840 3331 0 0 0.562 1794 3315 0 0 0.562 1840 3331 0 0 0.562 2 interp_poly 61 -29 -47 -15 1821 3685 3 MP PP 1821 3685 0 0 0.562 1774 3670 0 0 0.562 1821 3685 0 0 0.562 2 interp_poly 1774 3670 0 0 0.562 1835 3641 0 0 0.562 1774 3670 0 0 0.562 2 interp_poly -47 -11 61 -29 1774 3670 3 MP PP 1774 3670 0 0 0.562 1835 3641 0 0 0.562 1774 3670 0 0 0.562 2 interp_poly 1835 3641 0 0 0.562 1788 3630 0 0 0.562 1835 3641 0 0 0.562 2 interp_poly 60 -36 -46 -9 1816 3536 3 MP PP 1816 3536 0 0 0.625 1770 3527 0 0 0.562 1816 3536 0 0 0.625 2 interp_poly 1770 3527 0 0 0.562 1830 3491 0 0 0.625 1770 3527 0 0 0.562 2 interp_poly -46 -7 60 -36 1770 3527 3 MP PP 1770 3527 0 0 0.562 1830 3491 0 0 0.625 1770 3527 0 0 0.562 2 interp_poly 1830 3491 0 0 0.625 1784 3484 0 0 0.562 1830 3491 0 0 0.625 2 interp_poly 60 -23 -46 -17 1812 3409 3 MP PP 1812 3409 0 0 0.562 1766 3392 0 0 0.562 1812 3409 0 0 0.562 2 interp_poly 1766 3392 0 0 0.562 1826 3369 0 0 0.562 1766 3392 0 0 0.562 2 interp_poly -46 -15 60 -23 1766 3392 3 MP PP 1766 3392 0 0 0.562 1826 3369 0 0 0.562 1766 3392 0 0 0.562 2 interp_poly 1826 3369 0 0 0.562 1780 3354 0 0 0.562 1826 3369 0 0 0.562 2 interp_poly 61 -25 -47 -15 1807 3725 3 MP PP 1807 3725 0 0 0.562 1760 3710 0 0 0.562 1807 3725 0 0 0.562 2 interp_poly 1760 3710 0 0 0.562 1821 3685 0 0 0.562 1760 3710 0 0 0.562 2 interp_poly -47 -15 61 -25 1760 3710 3 MP PP 1760 3710 0 0 0.562 1821 3685 0 0 0.562 1760 3710 0 0 0.562 2 interp_poly 1821 3685 0 0 0.562 1774 3670 0 0 0.562 1821 3685 0 0 0.562 2 interp_poly 60 -37 -46 -11 1802 3584 3 MP PP 1802 3584 0 0 0.562 1756 3573 0 0 0.562 1802 3584 0 0 0.562 2 interp_poly 1756 3573 0 0 0.562 1816 3536 0 0 0.625 1756 3573 0 0 0.562 2 interp_poly -46 -9 60 -37 1756 3573 3 MP PP 1756 3573 0 0 0.562 1816 3536 0 0 0.625 1756 3573 0 0 0.562 2 interp_poly 1816 3536 0 0 0.625 1770 3527 0 0 0.562 1816 3536 0 0 0.625 2 interp_poly 60 -26 -46 -7 1798 3442 3 MP PP 1798 3442 0 0 0.562 1752 3435 0 0 0.562 1798 3442 0 0 0.562 2 interp_poly 1752 3435 0 0 0.562 1812 3409 0 0 0.562 1752 3435 0 0 0.562 2 interp_poly -46 -17 60 -26 1752 3435 3 MP PP 1752 3435 0 0 0.562 1812 3409 0 0 0.562 1752 3435 0 0 0.562 2 interp_poly 1812 3409 0 0 0.562 1766 3392 0 0 0.562 1812 3409 0 0 0.562 2 interp_poly 61 -26 -46 -14 1792 3765 3 MP PP 1792 3765 0 0 0.562 1746 3751 0 0 0.562 1792 3765 0 0 0.562 2 interp_poly 1746 3751 0 0 0.562 1807 3725 0 0 0.562 1746 3751 0 0 0.562 2 interp_poly -47 -15 61 -26 1746 3751 3 MP PP 1746 3751 0 0 0.562 1807 3725 0 0 0.562 1746 3751 0 0 0.562 2 interp_poly 1807 3725 0 0 0.562 1760 3710 0 0 0.562 1807 3725 0 0 0.562 2 interp_poly 60 -30 -46 -16 1788 3630 3 MP PP 1788 3630 0 0 0.562 1742 3614 0 0 0.562 1788 3630 0 0 0.562 2 interp_poly 1742 3614 0 0 0.562 1802 3584 0 0 0.562 1742 3614 0 0 0.562 2 interp_poly -46 -11 60 -30 1742 3614 3 MP PP 1742 3614 0 0 0.562 1802 3584 0 0 0.562 1742 3614 0 0 0.562 2 interp_poly 1802 3584 0 0 0.562 1756 3573 0 0 0.562 1802 3584 0 0 0.562 2 interp_poly 61 -30 -47 -12 1784 3484 3 MP PP 1784 3484 0 0 0.562 1737 3472 0 0 0.562 1784 3484 0 0 0.562 2 interp_poly 1737 3472 0 0 0.562 1798 3442 0 0 0.562 1737 3472 0 0 0.562 2 interp_poly -46 -7 61 -30 1737 3472 3 MP PP 1737 3472 0 0 0.562 1798 3442 0 0 0.562 1737 3472 0 0 0.562 2 interp_poly 1798 3442 0 0 0.562 1752 3435 0 0 0.562 1798 3442 0 0 0.562 2 interp_poly -47 -1 61 -17 1736 3900 3 MP PP 1736 3900 0 0 0.562 1797 3883 0 0 0.562 1736 3900 0 0 0.562 2 interp_poly 1797 3883 0 0 0.562 1750 3882 0 0 0.562 1797 3883 0 0 0.562 2 interp_poly 61 -17 -47 29 1783 3871 3 MP PP 1783 3871 0 0 0.688 1736 3900 0 0 0.562 1783 3871 0 0 0.688 2 interp_poly 1736 3900 0 0 0.562 1797 3883 0 0 0.562 1736 3900 0 0 0.562 2 interp_poly 61 -23 -47 -16 1780 3354 3 MP PP 1780 3354 0 0 0.562 1733 3338 0 0 0.562 1780 3354 0 0 0.562 2 interp_poly 1733 3338 0 0 0.562 1794 3315 0 0 0.562 1733 3338 0 0 0.562 2 interp_poly 60 -27 -46 -15 1778 3807 3 MP PP 1778 3807 0 0 0.562 1732 3792 0 0 0.562 1778 3807 0 0 0.562 2 interp_poly 1732 3792 0 0 0.562 1792 3765 0 0 0.562 1732 3792 0 0 0.562 2 interp_poly -46 -14 60 -27 1732 3792 3 MP PP 1732 3792 0 0 0.562 1792 3765 0 0 0.562 1732 3792 0 0 0.562 2 interp_poly 1792 3765 0 0 0.562 1746 3751 0 0 0.562 1792 3765 0 0 0.562 2 interp_poly 60 -23 -46 -17 1774 3670 3 MP PP 1774 3670 0 0 0.562 1728 3653 0 0 0.562 1774 3670 0 0 0.562 2 interp_poly 1728 3653 0 0 0.562 1788 3630 0 0 0.562 1728 3653 0 0 0.562 2 interp_poly -46 -16 60 -23 1728 3653 3 MP PP 1728 3653 0 0 0.562 1788 3630 0 0 0.562 1728 3653 0 0 0.562 2 interp_poly 1788 3630 0 0 0.562 1742 3614 0 0 0.562 1788 3630 0 0 0.562 2 interp_poly 61 -31 -47 -12 1770 3527 3 MP PP 1770 3527 0 0 0.562 1723 3515 0 0 0.562 1770 3527 0 0 0.562 2 interp_poly 1723 3515 0 0 0.562 1784 3484 0 0 0.562 1723 3515 0 0 0.562 2 interp_poly -47 -12 61 -31 1723 3515 3 MP PP 1723 3515 0 0 0.562 1784 3484 0 0 0.562 1723 3515 0 0 0.562 2 interp_poly 1784 3484 0 0 0.562 1737 3472 0 0 0.562 1784 3484 0 0 0.562 2 interp_poly 61 -24 -47 -14 1766 3392 3 MP PP 1766 3392 0 0 0.562 1719 3378 0 0 0.562 1766 3392 0 0 0.562 2 interp_poly 1719 3378 0 0 0.562 1780 3354 0 0 0.562 1719 3378 0 0 0.562 2 interp_poly -47 -16 61 -24 1719 3378 3 MP PP 1719 3378 0 0 0.562 1780 3354 0 0 0.562 1719 3378 0 0 0.562 2 interp_poly 1780 3354 0 0 0.562 1733 3338 0 0 0.562 1780 3354 0 0 0.562 2 interp_poly 60 -24 -46 -17 1764 3848 3 MP PP 1764 3848 0 0 0.562 1718 3831 0 0 0.562 1764 3848 0 0 0.562 2 interp_poly 1718 3831 0 0 0.562 1778 3807 0 0 0.562 1718 3831 0 0 0.562 2 interp_poly -46 -15 60 -24 1718 3831 3 MP PP 1718 3831 0 0 0.562 1778 3807 0 0 0.562 1718 3831 0 0 0.562 2 interp_poly 1778 3807 0 0 0.562 1732 3792 0 0 0.562 1778 3807 0 0 0.562 2 interp_poly 60 -23 -46 -17 1760 3710 3 MP PP 1760 3710 0 0 0.562 1714 3693 0 0 0.562 1760 3710 0 0 0.562 2 interp_poly 1714 3693 0 0 0.562 1774 3670 0 0 0.562 1714 3693 0 0 0.562 2 interp_poly -46 -17 60 -23 1714 3693 3 MP PP 1714 3693 0 0 0.562 1774 3670 0 0 0.562 1714 3693 0 0 0.562 2 interp_poly 1774 3670 0 0 0.562 1728 3653 0 0 0.562 1774 3670 0 0 0.562 2 interp_poly 61 -30 -47 -16 1756 3573 3 MP PP 1756 3573 0 0 0.562 1709 3557 0 0 0.562 1756 3573 0 0 0.562 2 interp_poly 1709 3557 0 0 0.562 1770 3527 0 0 0.562 1709 3557 0 0 0.562 2 interp_poly -47 -12 61 -30 1709 3557 3 MP PP 1709 3557 0 0 0.562 1770 3527 0 0 0.562 1709 3557 0 0 0.562 2 interp_poly 1770 3527 0 0 0.562 1723 3515 0 0 0.562 1770 3527 0 0 0.562 2 interp_poly 61 -25 -47 -18 1752 3435 3 MP PP 1752 3435 0 0 0.562 1705 3417 0 0 0.562 1752 3435 0 0 0.562 2 interp_poly 1705 3417 0 0 0.562 1766 3392 0 0 0.562 1705 3417 0 0 0.562 2 interp_poly -47 -14 61 -25 1705 3417 3 MP PP 1705 3417 0 0 0.562 1766 3392 0 0 0.562 1705 3417 0 0 0.562 2 interp_poly 1766 3392 0 0 0.562 1719 3378 0 0 0.562 1766 3392 0 0 0.562 2 interp_poly 60 -20 -46 -14 1750 3882 3 MP PP 1750 3882 0 0 0.562 1704 3868 0 0 0.562 1750 3882 0 0 0.562 2 interp_poly 1704 3868 0 0 0.562 1764 3848 0 0 0.562 1704 3868 0 0 0.562 2 interp_poly -46 -17 60 -20 1704 3868 3 MP PP 1704 3868 0 0 0.562 1764 3848 0 0 0.562 1704 3868 0 0 0.562 2 interp_poly 1764 3848 0 0 0.562 1718 3831 0 0 0.562 1764 3848 0 0 0.562 2 interp_poly 61 -23 -47 -18 1746 3751 3 MP PP 1746 3751 0 0 0.562 1699 3733 0 0 0.562 1746 3751 0 0 0.562 2 interp_poly 1699 3733 0 0 0.562 1760 3710 0 0 0.562 1699 3733 0 0 0.562 2 interp_poly -46 -17 61 -23 1699 3733 3 MP PP 1699 3733 0 0 0.562 1760 3710 0 0 0.562 1699 3733 0 0 0.562 2 interp_poly 1760 3710 0 0 0.562 1714 3693 0 0 0.562 1760 3710 0 0 0.562 2 interp_poly 61 -23 -47 -18 1742 3614 3 MP PP 1742 3614 0 0 0.562 1695 3596 0 0 0.562 1742 3614 0 0 0.562 2 interp_poly 1695 3596 0 0 0.562 1756 3573 0 0 0.562 1695 3596 0 0 0.562 2 interp_poly -47 -16 61 -23 1695 3596 3 MP PP 1695 3596 0 0 0.562 1756 3573 0 0 0.562 1695 3596 0 0 0.562 2 interp_poly 1756 3573 0 0 0.562 1709 3557 0 0 0.562 1756 3573 0 0 0.562 2 interp_poly 61 -23 -46 -14 1737 3472 3 MP PP 1737 3472 0 0 0.562 1691 3458 0 0 0.562 1737 3472 0 0 0.562 2 interp_poly 1691 3458 0 0 0.562 1752 3435 0 0 0.562 1691 3458 0 0 0.562 2 interp_poly -47 -18 61 -23 1691 3458 3 MP PP 1691 3458 0 0 0.562 1752 3435 0 0 0.562 1691 3458 0 0 0.562 2 interp_poly 1752 3435 0 0 0.562 1705 3417 0 0 0.562 1752 3435 0 0 0.562 2 interp_poly 60 -17 -46 -1 1736 3900 3 MP PP 1736 3900 0 0 0.562 1690 3899 0 0 0.562 1736 3900 0 0 0.562 2 interp_poly 1690 3899 0 0 0.562 1750 3882 0 0 0.562 1690 3899 0 0 0.562 2 interp_poly -46 -14 60 -17 1690 3899 3 MP PP 1690 3899 0 0 0.562 1750 3882 0 0 0.562 1690 3899 0 0 0.562 2 interp_poly 1750 3882 0 0 0.562 1704 3868 0 0 0.562 1750 3882 0 0 0.562 2 interp_poly 61 -22 -47 -19 1732 3792 3 MP PP 1732 3792 0 0 0.562 1685 3773 0 0 0.562 1732 3792 0 0 0.562 2 interp_poly 1685 3773 0 0 0.562 1746 3751 0 0 0.562 1685 3773 0 0 0.562 2 interp_poly -47 -18 61 -22 1685 3773 3 MP PP 1685 3773 0 0 0.562 1746 3751 0 0 0.562 1685 3773 0 0 0.562 2 interp_poly 1746 3751 0 0 0.562 1699 3733 0 0 0.562 1746 3751 0 0 0.562 2 interp_poly 61 -20 -47 -19 1728 3653 3 MP PP 1728 3653 0 0 0.562 1681 3634 0 0 0.562 1728 3653 0 0 0.562 2 interp_poly 1681 3634 0 0 0.562 1742 3614 0 0 0.562 1681 3634 0 0 0.562 2 interp_poly -47 -18 61 -20 1681 3634 3 MP PP 1681 3634 0 0 0.562 1742 3614 0 0 0.562 1681 3634 0 0 0.562 2 interp_poly 1742 3614 0 0 0.562 1695 3596 0 0 0.562 1742 3614 0 0 0.562 2 interp_poly 60 -27 -46 -16 1723 3515 3 MP PP 1723 3515 0 0 0.562 1677 3499 0 0 0.562 1723 3515 0 0 0.562 2 interp_poly 1677 3499 0 0 0.562 1737 3472 0 0 0.562 1677 3499 0 0 0.562 2 interp_poly -46 -14 60 -27 1677 3499 3 MP PP 1677 3499 0 0 0.562 1737 3472 0 0 0.562 1677 3499 0 0 0.562 2 interp_poly 1737 3472 0 0 0.562 1691 3458 0 0 0.562 1737 3472 0 0 0.562 2 interp_poly 60 -23 -46 -17 1719 3378 3 MP PP 1719 3378 0 0 0.562 1673 3361 0 0 0.562 1719 3378 0 0 0.562 2 interp_poly 1673 3361 0 0 0.562 1733 3338 0 0 0.562 1673 3361 0 0 0.562 2 interp_poly 61 -19 -47 -20 1718 3831 3 MP PP 1718 3831 0 0 0.562 1671 3811 0 0 0.562 1718 3831 0 0 0.562 2 interp_poly 1671 3811 0 0 0.562 1732 3792 0 0 0.562 1671 3811 0 0 0.562 2 interp_poly -47 -19 61 -19 1671 3811 3 MP PP 1671 3811 0 0 0.562 1732 3792 0 0 0.562 1671 3811 0 0 0.562 2 interp_poly 1732 3792 0 0 0.562 1685 3773 0 0 0.562 1732 3792 0 0 0.562 2 interp_poly 61 -21 -47 -19 1714 3693 3 MP PP 1714 3693 0 0 0.562 1667 3674 0 0 0.562 1714 3693 0 0 0.562 2 interp_poly 1667 3674 0 0 0.562 1728 3653 0 0 0.562 1667 3674 0 0 0.562 2 interp_poly -47 -19 61 -21 1667 3674 3 MP PP 1667 3674 0 0 0.562 1728 3653 0 0 0.562 1667 3674 0 0 0.562 2 interp_poly 1728 3653 0 0 0.562 1681 3634 0 0 0.562 1728 3653 0 0 0.562 2 interp_poly 60 -23 -46 -19 1709 3557 3 MP PP 1709 3557 0 0 0.562 1663 3538 0 0 0.562 1709 3557 0 0 0.562 2 interp_poly 1663 3538 0 0 0.562 1723 3515 0 0 0.562 1663 3538 0 0 0.562 2 interp_poly -46 -16 60 -23 1663 3538 3 MP PP 1663 3538 0 0 0.562 1723 3515 0 0 0.562 1663 3538 0 0 0.562 2 interp_poly 1723 3515 0 0 0.562 1677 3499 0 0 0.562 1723 3515 0 0 0.562 2 interp_poly 60 -22 -46 -17 1705 3417 3 MP PP 1705 3417 0 0 0.562 1659 3400 0 0 0.562 1705 3417 0 0 0.562 2 interp_poly 1659 3400 0 0 0.562 1719 3378 0 0 0.562 1659 3400 0 0 0.562 2 interp_poly -46 -17 60 -22 1659 3400 3 MP PP 1659 3400 0 0 0.562 1719 3378 0 0 0.562 1659 3400 0 0 0.562 2 interp_poly 1719 3378 0 0 0.562 1673 3361 0 0 0.562 1719 3378 0 0 0.562 2 interp_poly 61 -17 -47 -20 1704 3868 3 MP PP 1704 3868 0 0 0.562 1657 3848 0 0 0.562 1704 3868 0 0 0.562 2 interp_poly 1657 3848 0 0 0.562 1718 3831 0 0 0.562 1657 3848 0 0 0.562 2 interp_poly -47 -20 61 -17 1657 3848 3 MP PP 1657 3848 0 0 0.562 1718 3831 0 0 0.562 1657 3848 0 0 0.562 2 interp_poly 1718 3831 0 0 0.562 1671 3811 0 0 0.562 1718 3831 0 0 0.562 2 interp_poly 61 -20 -46 -20 1699 3733 3 MP PP 1699 3733 0 0 0.562 1653 3713 0 0 0.562 1699 3733 0 0 0.562 2 interp_poly 1653 3713 0 0 0.562 1714 3693 0 0 0.562 1653 3713 0 0 0.562 2 interp_poly -47 -19 61 -20 1653 3713 3 MP PP 1653 3713 0 0 0.562 1714 3693 0 0 0.562 1653 3713 0 0 0.562 2 interp_poly 1714 3693 0 0 0.562 1667 3674 0 0 0.562 1714 3693 0 0 0.562 2 interp_poly 60 -19 -46 -20 1695 3596 3 MP PP 1695 3596 0 0 0.562 1649 3576 0 0 0.562 1695 3596 0 0 0.562 2 interp_poly 1649 3576 0 0 0.562 1709 3557 0 0 0.562 1649 3576 0 0 0.562 2 interp_poly -46 -19 60 -19 1649 3576 3 MP PP 1649 3576 0 0 0.562 1709 3557 0 0 0.562 1649 3576 0 0 0.562 2 interp_poly 1709 3557 0 0 0.562 1663 3538 0 0 0.562 1709 3557 0 0 0.562 2 interp_poly 61 -24 -47 -17 1691 3458 3 MP PP 1691 3458 0 0 0.562 1644 3441 0 0 0.562 1691 3458 0 0 0.562 2 interp_poly 1644 3441 0 0 0.562 1705 3417 0 0 0.562 1644 3441 0 0 0.562 2 interp_poly -46 -17 61 -24 1644 3441 3 MP PP 1644 3441 0 0 0.562 1705 3417 0 0 0.562 1644 3441 0 0 0.562 2 interp_poly 1705 3417 0 0 0.562 1659 3400 0 0 0.562 1705 3417 0 0 0.562 2 interp_poly 61 -16 -47 -15 1690 3899 3 MP PP 1690 3899 0 0 0.562 1643 3884 0 0 0.562 1690 3899 0 0 0.562 2 interp_poly 1643 3884 0 0 0.562 1704 3868 0 0 0.562 1643 3884 0 0 0.562 2 interp_poly -47 -20 61 -16 1643 3884 3 MP PP 1643 3884 0 0 0.562 1704 3868 0 0 0.562 1643 3884 0 0 0.562 2 interp_poly 1704 3868 0 0 0.562 1657 3848 0 0 0.562 1704 3868 0 0 0.562 2 interp_poly 60 -19 -46 -21 1685 3773 3 MP PP 1685 3773 0 0 0.562 1639 3752 0 0 0.562 1685 3773 0 0 0.562 2 interp_poly 1639 3752 0 0 0.562 1699 3733 0 0 0.562 1639 3752 0 0 0.562 2 interp_poly -46 -20 60 -19 1639 3752 3 MP PP 1639 3752 0 0 0.562 1699 3733 0 0 0.562 1639 3752 0 0 0.562 2 interp_poly 1699 3733 0 0 0.562 1653 3713 0 0 0.562 1699 3733 0 0 0.562 2 interp_poly 60 -19 -46 -19 1681 3634 3 MP PP 1681 3634 0 0 0.562 1635 3615 0 0 0.562 1681 3634 0 0 0.562 2 interp_poly 1635 3615 0 0 0.562 1695 3596 0 0 0.562 1635 3615 0 0 0.562 2 interp_poly -46 -20 60 -19 1635 3615 3 MP PP 1635 3615 0 0 0.562 1695 3596 0 0 0.562 1635 3615 0 0 0.562 2 interp_poly 1695 3596 0 0 0.562 1649 3576 0 0 0.562 1695 3596 0 0 0.562 2 interp_poly 61 -22 -47 -19 1677 3499 3 MP PP 1677 3499 0 0 0.562 1630 3480 0 0 0.562 1677 3499 0 0 0.562 2 interp_poly 1630 3480 0 0 0.562 1691 3458 0 0 0.562 1630 3480 0 0 0.562 2 interp_poly -47 -17 61 -22 1630 3480 3 MP PP 1630 3480 0 0 0.562 1691 3458 0 0 0.562 1630 3480 0 0 0.562 2 interp_poly 1691 3458 0 0 0.562 1644 3441 0 0 0.562 1691 3458 0 0 0.562 2 interp_poly 60 -17 -46 -21 1671 3811 3 MP PP 1671 3811 0 0 0.562 1625 3790 0 0 0.562 1671 3811 0 0 0.562 2 interp_poly 1625 3790 0 0 0.562 1685 3773 0 0 0.562 1625 3790 0 0 0.562 2 interp_poly -46 -21 60 -17 1625 3790 3 MP PP 1625 3790 0 0 0.562 1685 3773 0 0 0.562 1625 3790 0 0 0.562 2 interp_poly 1685 3773 0 0 0.562 1639 3752 0 0 0.562 1685 3773 0 0 0.562 2 interp_poly 60 -20 -46 -20 1667 3674 3 MP PP 1667 3674 0 0 0.562 1621 3654 0 0 0.562 1667 3674 0 0 0.562 2 interp_poly 1621 3654 0 0 0.562 1681 3634 0 0 0.562 1621 3654 0 0 0.562 2 interp_poly -46 -19 60 -20 1621 3654 3 MP PP 1621 3654 0 0 0.562 1681 3634 0 0 0.562 1621 3654 0 0 0.562 2 interp_poly 1681 3634 0 0 0.562 1635 3615 0 0 0.562 1681 3634 0 0 0.562 2 interp_poly 61 -19 -47 -20 1663 3538 3 MP PP 1663 3538 0 0 0.562 1616 3518 0 0 0.562 1663 3538 0 0 0.562 2 interp_poly 1616 3518 0 0 0.562 1677 3499 0 0 0.562 1616 3518 0 0 0.562 2 interp_poly -47 -19 61 -19 1616 3518 3 MP PP 1616 3518 0 0 0.562 1677 3499 0 0 0.562 1616 3518 0 0 0.562 2 interp_poly 1677 3499 0 0 0.562 1630 3480 0 0 0.562 1677 3499 0 0 0.562 2 interp_poly 61 -22 -47 -17 1659 3400 3 MP PP 1659 3400 0 0 0.562 1612 3383 0 0 0.562 1659 3400 0 0 0.562 2 interp_poly 1612 3383 0 0 0.562 1673 3361 0 0 0.562 1612 3383 0 0 0.562 2 interp_poly 60 -16 -46 -21 1657 3848 3 MP PP 1657 3848 0 0 0.562 1611 3827 0 0 0.562 1657 3848 0 0 0.562 2 interp_poly 1611 3827 0 0 0.562 1671 3811 0 0 0.562 1611 3827 0 0 0.562 2 interp_poly -46 -21 60 -16 1611 3827 3 MP PP 1611 3827 0 0 0.562 1671 3811 0 0 0.562 1611 3827 0 0 0.562 2 interp_poly 1671 3811 0 0 0.562 1625 3790 0 0 0.562 1671 3811 0 0 0.562 2 interp_poly 61 -19 -47 -20 1653 3713 3 MP PP 1653 3713 0 0 0.562 1606 3693 0 0 0.562 1653 3713 0 0 0.562 2 interp_poly 1606 3693 0 0 0.562 1667 3674 0 0 0.562 1606 3693 0 0 0.562 2 interp_poly -46 -20 61 -19 1606 3693 3 MP PP 1606 3693 0 0 0.562 1667 3674 0 0 0.562 1606 3693 0 0 0.562 2 interp_poly 1667 3674 0 0 0.562 1621 3654 0 0 0.562 1667 3674 0 0 0.562 2 interp_poly 61 -18 -47 -20 1649 3576 3 MP PP 1649 3576 0 0 0.562 1602 3556 0 0 0.562 1649 3576 0 0 0.562 2 interp_poly 1602 3556 0 0 0.562 1663 3538 0 0 0.562 1602 3556 0 0 0.562 2 interp_poly -47 -20 61 -18 1602 3556 3 MP PP 1602 3556 0 0 0.562 1663 3538 0 0 0.562 1602 3556 0 0 0.562 2 interp_poly 1663 3538 0 0 0.562 1616 3518 0 0 0.562 1663 3538 0 0 0.562 2 interp_poly 61 -20 -46 -21 1644 3441 3 MP PP 1644 3441 0 0 0.562 1598 3420 0 0 0.562 1644 3441 0 0 0.562 2 interp_poly 1598 3420 0 0 0.562 1659 3400 0 0 0.562 1598 3420 0 0 0.562 2 interp_poly -47 -17 61 -20 1598 3420 3 MP PP 1598 3420 0 0 0.562 1659 3400 0 0 0.562 1598 3420 0 0 0.562 2 interp_poly 1659 3400 0 0 0.562 1612 3383 0 0 0.562 1659 3400 0 0 0.562 2 interp_poly 60 -17 -46 -19 1643 3884 3 MP PP 1643 3884 0 0 0.562 1597 3865 0 0 0.562 1643 3884 0 0 0.562 2 interp_poly 1597 3865 0 0 0.562 1657 3848 0 0 0.562 1597 3865 0 0 0.562 2 interp_poly -46 -21 60 -17 1597 3865 3 MP PP 1597 3865 0 0 0.562 1657 3848 0 0 0.562 1597 3865 0 0 0.562 2 interp_poly 1657 3848 0 0 0.562 1611 3827 0 0 0.562 1657 3848 0 0 0.562 2 interp_poly 61 -18 -47 -21 1639 3752 3 MP PP 1639 3752 0 0 0.562 1592 3731 0 0 0.562 1639 3752 0 0 0.562 2 interp_poly 1592 3731 0 0 0.562 1653 3713 0 0 0.562 1592 3731 0 0 0.562 2 interp_poly -47 -20 61 -18 1592 3731 3 MP PP 1592 3731 0 0 0.562 1653 3713 0 0 0.562 1592 3731 0 0 0.562 2 interp_poly 1653 3713 0 0 0.562 1606 3693 0 0 0.562 1653 3713 0 0 0.562 2 interp_poly 61 -18 -47 -21 1635 3615 3 MP PP 1635 3615 0 0 0.562 1588 3594 0 0 0.562 1635 3615 0 0 0.562 2 interp_poly 1588 3594 0 0 0.562 1649 3576 0 0 0.562 1588 3594 0 0 0.562 2 interp_poly -47 -20 61 -18 1588 3594 3 MP PP 1588 3594 0 0 0.562 1649 3576 0 0 0.562 1588 3594 0 0 0.562 2 interp_poly 1649 3576 0 0 0.562 1602 3556 0 0 0.562 1649 3576 0 0 0.562 2 interp_poly 60 -19 -46 -20 1630 3480 3 MP PP 1630 3480 0 0 0.562 1584 3460 0 0 0.562 1630 3480 0 0 0.562 2 interp_poly 1584 3460 0 0 0.562 1644 3441 0 0 0.562 1584 3460 0 0 0.562 2 interp_poly -46 -21 60 -19 1584 3460 3 MP PP 1584 3460 0 0 0.562 1644 3441 0 0 0.562 1584 3460 0 0 0.562 2 interp_poly 1644 3441 0 0 0.562 1598 3420 0 0 0.562 1644 3441 0 0 0.562 2 interp_poly 61 -16 -47 -22 1625 3790 3 MP PP 1625 3790 0 0 0.562 1578 3768 0 0 0.562 1625 3790 0 0 0.562 2 interp_poly 1578 3768 0 0 0.562 1639 3752 0 0 0.562 1578 3768 0 0 0.562 2 interp_poly -47 -21 61 -16 1578 3768 3 MP PP 1578 3768 0 0 0.562 1639 3752 0 0 0.562 1578 3768 0 0 0.562 2 interp_poly 1639 3752 0 0 0.562 1592 3731 0 0 0.562 1639 3752 0 0 0.562 2 interp_poly 61 -18 -47 -21 1621 3654 3 MP PP 1621 3654 0 0 0.562 1574 3633 0 0 0.562 1621 3654 0 0 0.562 2 interp_poly 1574 3633 0 0 0.562 1635 3615 0 0 0.562 1574 3633 0 0 0.562 2 interp_poly -47 -21 61 -18 1574 3633 3 MP PP 1574 3633 0 0 0.562 1635 3615 0 0 0.562 1574 3633 0 0 0.562 2 interp_poly 1635 3615 0 0 0.562 1588 3594 0 0 0.562 1635 3615 0 0 0.562 2 interp_poly 60 -17 -46 -21 1616 3518 3 MP PP 1616 3518 0 0 0.562 1570 3497 0 0 0.562 1616 3518 0 0 0.562 2 interp_poly 1570 3497 0 0 0.562 1630 3480 0 0 0.562 1570 3497 0 0 0.562 2 interp_poly -46 -20 60 -17 1570 3497 3 MP PP 1570 3497 0 0 0.562 1630 3480 0 0 0.562 1570 3497 0 0 0.562 2 interp_poly 1630 3480 0 0 0.562 1584 3460 0 0 0.562 1630 3480 0 0 0.562 2 interp_poly 61 -16 -47 -21 1611 3827 3 MP PP 1611 3827 0 0 0.562 1564 3806 0 0 0.562 1611 3827 0 0 0.562 2 interp_poly 1564 3806 0 0 0.562 1625 3790 0 0 0.562 1564 3806 0 0 0.562 2 interp_poly -47 -22 61 -16 1564 3806 3 MP PP 1564 3806 0 0 0.562 1625 3790 0 0 0.562 1564 3806 0 0 0.562 2 interp_poly 1625 3790 0 0 0.562 1578 3768 0 0 0.562 1625 3790 0 0 0.562 2 interp_poly 61 -17 -46 -22 1606 3693 3 MP PP 1606 3693 0 0 0.562 1560 3671 0 0 0.562 1606 3693 0 0 0.562 2 interp_poly 1560 3671 0 0 0.562 1621 3654 0 0 0.562 1560 3671 0 0 0.562 2 interp_poly -47 -21 61 -17 1560 3671 3 MP PP 1560 3671 0 0 0.562 1621 3654 0 0 0.562 1560 3671 0 0 0.562 2 interp_poly 1621 3654 0 0 0.562 1574 3633 0 0 0.562 1621 3654 0 0 0.562 2 interp_poly 60 -17 -46 -21 1602 3556 3 MP PP 1602 3556 0 0 0.562 1556 3535 0 0 0.562 1602 3556 0 0 0.562 2 interp_poly 1556 3535 0 0 0.562 1616 3518 0 0 0.562 1556 3535 0 0 0.562 2 interp_poly -46 -21 60 -17 1556 3535 3 MP PP 1556 3535 0 0 0.562 1616 3518 0 0 0.562 1556 3535 0 0 0.562 2 interp_poly 1616 3518 0 0 0.562 1570 3497 0 0 0.562 1616 3518 0 0 0.562 2 interp_poly 61 -18 -47 -19 1598 3420 3 MP PP 1598 3420 0 0 0.562 1551 3401 0 0 0.562 1598 3420 0 0 0.562 2 interp_poly 1551 3401 0 0 0.562 1612 3383 0 0 0.562 1551 3401 0 0 0.562 2 interp_poly 61 -17 -47 -21 1597 3865 3 MP PP 1597 3865 0 0 0.562 1550 3844 0 0 0.562 1597 3865 0 0 0.562 2 interp_poly 1550 3844 0 0 0.562 1611 3827 0 0 0.562 1550 3844 0 0 0.562 2 interp_poly -47 -21 61 -17 1550 3844 3 MP PP 1550 3844 0 0 0.562 1611 3827 0 0 0.562 1550 3844 0 0 0.562 2 interp_poly 1611 3827 0 0 0.562 1564 3806 0 0 0.562 1611 3827 0 0 0.562 2 interp_poly 60 -16 -46 -22 1592 3731 3 MP PP 1592 3731 0 0 0.562 1546 3709 0 0 0.562 1592 3731 0 0 0.562 2 interp_poly 1546 3709 0 0 0.562 1606 3693 0 0 0.562 1546 3709 0 0 0.562 2 interp_poly -46 -22 60 -16 1546 3709 3 MP PP 1546 3709 0 0 0.562 1606 3693 0 0 0.562 1546 3709 0 0 0.562 2 interp_poly 1606 3693 0 0 0.562 1560 3671 0 0 0.562 1606 3693 0 0 0.562 2 interp_poly 60 -18 -46 -20 1588 3594 3 MP PP 1588 3594 0 0 0.562 1542 3574 0 0 0.562 1588 3594 0 0 0.562 2 interp_poly 1542 3574 0 0 0.562 1602 3556 0 0 0.562 1542 3574 0 0 0.562 2 interp_poly -46 -21 60 -18 1542 3574 3 MP PP 1542 3574 0 0 0.562 1602 3556 0 0 0.562 1542 3574 0 0 0.562 2 interp_poly 1602 3556 0 0 0.562 1556 3535 0 0 0.562 1602 3556 0 0 0.562 2 interp_poly 61 -18 -47 -22 1584 3460 3 MP PP 1584 3460 0 0 0.562 1537 3438 0 0 0.562 1584 3460 0 0 0.562 2 interp_poly 1537 3438 0 0 0.562 1598 3420 0 0 0.562 1537 3438 0 0 0.562 2 interp_poly -47 -19 61 -18 1537 3438 3 MP PP 1537 3438 0 0 0.562 1598 3420 0 0 0.562 1537 3438 0 0 0.562 2 interp_poly 1598 3420 0 0 0.562 1551 3401 0 0 0.562 1598 3420 0 0 0.562 2 interp_poly 60 -16 -46 -21 1578 3768 3 MP PP 1578 3768 0 0 0.562 1532 3747 0 0 0.562 1578 3768 0 0 0.562 2 interp_poly 1532 3747 0 0 0.562 1592 3731 0 0 0.562 1532 3747 0 0 0.562 2 interp_poly -46 -22 60 -16 1532 3747 3 MP PP 1532 3747 0 0 0.562 1592 3731 0 0 0.562 1532 3747 0 0 0.562 2 interp_poly 1592 3731 0 0 0.562 1546 3709 0 0 0.562 1592 3731 0 0 0.562 2 interp_poly 60 -18 -46 -21 1574 3633 3 MP PP 1574 3633 0 0 0.562 1528 3612 0 0 0.562 1574 3633 0 0 0.562 2 interp_poly 1528 3612 0 0 0.562 1588 3594 0 0 0.562 1528 3612 0 0 0.562 2 interp_poly -46 -20 60 -18 1528 3612 3 MP PP 1528 3612 0 0 0.562 1588 3594 0 0 0.562 1528 3612 0 0 0.562 2 interp_poly 1588 3594 0 0 0.562 1542 3574 0 0 0.562 1588 3594 0 0 0.562 2 interp_poly 61 -16 -47 -21 1570 3497 3 MP PP 1570 3497 0 0 0.562 1523 3476 0 0 0.562 1570 3497 0 0 0.562 2 interp_poly 1523 3476 0 0 0.562 1584 3460 0 0 0.562 1523 3476 0 0 0.562 2 interp_poly -47 -22 61 -16 1523 3476 3 MP PP 1523 3476 0 0 0.562 1584 3460 0 0 0.562 1523 3476 0 0 0.562 2 interp_poly 1584 3460 0 0 0.562 1537 3438 0 0 0.562 1584 3460 0 0 0.562 2 interp_poly 60 -17 -46 -21 1564 3806 3 MP PP 1564 3806 0 0 0.562 1518 3785 0 0 0.562 1564 3806 0 0 0.562 2 interp_poly 1518 3785 0 0 0.562 1578 3768 0 0 0.562 1518 3785 0 0 0.562 2 interp_poly -46 -21 60 -17 1518 3785 3 MP PP 1518 3785 0 0 0.562 1578 3768 0 0 0.562 1518 3785 0 0 0.562 2 interp_poly 1578 3768 0 0 0.562 1532 3747 0 0 0.562 1578 3768 0 0 0.562 2 interp_poly 61 -17 -47 -21 1560 3671 3 MP PP 1560 3671 0 0 0.562 1513 3650 0 0 0.562 1560 3671 0 0 0.562 2 interp_poly 1513 3650 0 0 0.562 1574 3633 0 0 0.562 1513 3650 0 0 0.562 2 interp_poly -46 -21 61 -17 1513 3650 3 MP PP 1513 3650 0 0 0.562 1574 3633 0 0 0.562 1513 3650 0 0 0.562 2 interp_poly 1574 3633 0 0 0.562 1528 3612 0 0 0.562 1574 3633 0 0 0.562 2 interp_poly 61 -17 -47 -21 1556 3535 3 MP PP 1556 3535 0 0 0.562 1509 3514 0 0 0.562 1556 3535 0 0 0.562 2 interp_poly 1509 3514 0 0 0.562 1570 3497 0 0 0.562 1509 3514 0 0 0.562 2 interp_poly -47 -21 61 -17 1509 3514 3 MP PP 1509 3514 0 0 0.562 1570 3497 0 0 0.562 1509 3514 0 0 0.562 2 interp_poly 1570 3497 0 0 0.562 1523 3476 0 0 0.562 1570 3497 0 0 0.562 2 interp_poly 60 -17 -46 -21 1550 3844 3 MP PP 1550 3844 0 0 0.562 1504 3823 0 0 0.562 1550 3844 0 0 0.562 2 interp_poly 1504 3823 0 0 0.562 1564 3806 0 0 0.562 1504 3823 0 0 0.562 2 interp_poly -46 -21 60 -17 1504 3823 3 MP PP 1504 3823 0 0 0.562 1564 3806 0 0 0.562 1504 3823 0 0 0.562 2 interp_poly 1564 3806 0 0 0.562 1518 3785 0 0 0.562 1564 3806 0 0 0.562 2 interp_poly 61 -17 -47 -21 1546 3709 3 MP PP 1546 3709 0 0 0.562 1499 3688 0 0 0.562 1546 3709 0 0 0.562 2 interp_poly 1499 3688 0 0 0.562 1560 3671 0 0 0.562 1499 3688 0 0 0.562 2 interp_poly -47 -21 61 -17 1499 3688 3 MP PP 1499 3688 0 0 0.562 1560 3671 0 0 0.562 1499 3688 0 0 0.562 2 interp_poly 1560 3671 0 0 0.562 1513 3650 0 0 0.562 1560 3671 0 0 0.562 2 interp_poly 61 -18 -47 -21 1542 3574 3 MP PP 1542 3574 0 0 0.562 1495 3553 0 0 0.562 1542 3574 0 0 0.562 2 interp_poly 1495 3553 0 0 0.562 1556 3535 0 0 0.562 1495 3553 0 0 0.562 2 interp_poly -47 -21 61 -18 1495 3553 3 MP PP 1495 3553 0 0 0.562 1556 3535 0 0 0.562 1495 3553 0 0 0.562 2 interp_poly 1556 3535 0 0 0.562 1509 3514 0 0 0.562 1556 3535 0 0 0.562 2 interp_poly 60 -16 -46 -21 1537 3438 3 MP PP 1537 3438 0 0 0.562 1491 3417 0 0 0.562 1537 3438 0 0 0.562 2 interp_poly 1491 3417 0 0 0.562 1551 3401 0 0 0.562 1491 3417 0 0 0.562 2 interp_poly 61 -17 -47 -21 1532 3747 3 MP PP 1532 3747 0 0 0.562 1485 3726 0 0 0.562 1532 3747 0 0 0.562 2 interp_poly 1485 3726 0 0 0.562 1546 3709 0 0 0.562 1485 3726 0 0 0.562 2 interp_poly -47 -21 61 -17 1485 3726 3 MP PP 1485 3726 0 0 0.562 1546 3709 0 0 0.562 1485 3726 0 0 0.562 2 interp_poly 1546 3709 0 0 0.562 1499 3688 0 0 0.562 1546 3709 0 0 0.562 2 interp_poly 61 -17 -47 -21 1528 3612 3 MP PP 1528 3612 0 0 0.562 1481 3591 0 0 0.562 1528 3612 0 0 0.562 2 interp_poly 1481 3591 0 0 0.562 1542 3574 0 0 0.562 1481 3591 0 0 0.562 2 interp_poly -47 -21 61 -17 1481 3591 3 MP PP 1481 3591 0 0 0.562 1542 3574 0 0 0.562 1481 3591 0 0 0.562 2 interp_poly 1542 3574 0 0 0.562 1495 3553 0 0 0.562 1542 3574 0 0 0.562 2 interp_poly 60 -17 -46 -21 1523 3476 3 MP PP 1523 3476 0 0 0.562 1477 3455 0 0 0.562 1523 3476 0 0 0.562 2 interp_poly 1477 3455 0 0 0.562 1537 3438 0 0 0.562 1477 3455 0 0 0.562 2 interp_poly -46 -21 60 -17 1477 3455 3 MP PP 1477 3455 0 0 0.562 1537 3438 0 0 0.562 1477 3455 0 0 0.562 2 interp_poly 1537 3438 0 0 0.562 1491 3417 0 0 0.562 1537 3438 0 0 0.562 2 interp_poly 61 -16 -47 -22 1518 3785 3 MP PP 1518 3785 0 0 0.562 1471 3763 0 0 0.562 1518 3785 0 0 0.562 2 interp_poly 1471 3763 0 0 0.562 1532 3747 0 0 0.562 1471 3763 0 0 0.562 2 interp_poly -47 -21 61 -16 1471 3763 3 MP PP 1471 3763 0 0 0.562 1532 3747 0 0 0.562 1471 3763 0 0 0.562 2 interp_poly 1532 3747 0 0 0.562 1485 3726 0 0 0.562 1532 3747 0 0 0.562 2 interp_poly 61 -17 -46 -21 1513 3650 3 MP PP 1513 3650 0 0 0.562 1467 3629 0 0 0.562 1513 3650 0 0 0.562 2 interp_poly 1467 3629 0 0 0.562 1528 3612 0 0 0.562 1467 3629 0 0 0.562 2 interp_poly -47 -21 61 -17 1467 3629 3 MP PP 1467 3629 0 0 0.562 1528 3612 0 0 0.562 1467 3629 0 0 0.562 2 interp_poly 1528 3612 0 0 0.562 1481 3591 0 0 0.562 1528 3612 0 0 0.562 2 interp_poly 60 -17 -46 -21 1509 3514 3 MP PP 1509 3514 0 0 0.562 1463 3493 0 0 0.562 1509 3514 0 0 0.562 2 interp_poly 1463 3493 0 0 0.562 1523 3476 0 0 0.562 1463 3493 0 0 0.562 2 interp_poly -46 -21 60 -17 1463 3493 3 MP PP 1463 3493 0 0 0.562 1523 3476 0 0 0.562 1463 3493 0 0 0.562 2 interp_poly 1523 3476 0 0 0.562 1477 3455 0 0 0.562 1523 3476 0 0 0.562 2 interp_poly 61 -16 -47 -22 1504 3823 3 MP PP 1504 3823 0 0 0.562 1457 3801 0 0 0.562 1504 3823 0 0 0.562 2 interp_poly 1457 3801 0 0 0.562 1518 3785 0 0 0.562 1457 3801 0 0 0.562 2 interp_poly -47 -22 61 -16 1457 3801 3 MP PP 1457 3801 0 0 0.562 1518 3785 0 0 0.562 1457 3801 0 0 0.562 2 interp_poly 1518 3785 0 0 0.562 1471 3763 0 0 0.562 1518 3785 0 0 0.562 2 interp_poly 60 -16 -46 -22 1499 3688 3 MP PP 1499 3688 0 0 0.562 1453 3666 0 0 0.562 1499 3688 0 0 0.562 2 interp_poly 1453 3666 0 0 0.562 1513 3650 0 0 0.562 1453 3666 0 0 0.562 2 interp_poly -46 -21 60 -16 1453 3666 3 MP PP 1453 3666 0 0 0.562 1513 3650 0 0 0.562 1453 3666 0 0 0.562 2 interp_poly 1513 3650 0 0 0.562 1467 3629 0 0 0.562 1513 3650 0 0 0.562 2 interp_poly 60 -17 -46 -22 1495 3553 3 MP PP 1495 3553 0 0 0.562 1449 3531 0 0 0.562 1495 3553 0 0 0.562 2 interp_poly 1449 3531 0 0 0.562 1509 3514 0 0 0.562 1449 3531 0 0 0.562 2 interp_poly -46 -21 60 -17 1449 3531 3 MP PP 1449 3531 0 0 0.562 1509 3514 0 0 0.562 1449 3531 0 0 0.562 2 interp_poly 1509 3514 0 0 0.562 1463 3493 0 0 0.562 1509 3514 0 0 0.562 2 interp_poly 60 -16 -46 -22 1485 3726 3 MP PP 1485 3726 0 0 0.562 1439 3704 0 0 0.562 1485 3726 0 0 0.562 2 interp_poly 1439 3704 0 0 0.562 1499 3688 0 0 0.562 1439 3704 0 0 0.562 2 interp_poly -46 -22 60 -16 1439 3704 3 MP PP 1439 3704 0 0 0.562 1499 3688 0 0 0.562 1439 3704 0 0 0.562 2 interp_poly 1499 3688 0 0 0.562 1453 3666 0 0 0.562 1499 3688 0 0 0.562 2 interp_poly 61 -16 -47 -22 1481 3591 3 MP PP 1481 3591 0 0 0.562 1434 3569 0 0 0.562 1481 3591 0 0 0.562 2 interp_poly 1434 3569 0 0 0.562 1495 3553 0 0 0.562 1434 3569 0 0 0.562 2 interp_poly -46 -22 61 -16 1434 3569 3 MP PP 1434 3569 0 0 0.562 1495 3553 0 0 0.562 1434 3569 0 0 0.562 2 interp_poly 1495 3553 0 0 0.562 1449 3531 0 0 0.562 1495 3553 0 0 0.562 2 interp_poly 61 -17 -47 -21 1477 3455 3 MP PP 1477 3455 0 0 0.562 1430 3434 0 0 0.562 1477 3455 0 0 0.562 2 interp_poly 1430 3434 0 0 0.562 1491 3417 0 0 0.562 1430 3434 0 0 0.562 2 interp_poly 60 -16 -46 -21 1471 3763 3 MP PP 1471 3763 0 0 0.562 1425 3742 0 0 0.562 1471 3763 0 0 0.562 2 interp_poly 1425 3742 0 0 0.562 1485 3726 0 0 0.562 1425 3742 0 0 0.562 2 interp_poly -46 -22 60 -16 1425 3742 3 MP PP 1425 3742 0 0 0.562 1485 3726 0 0 0.562 1425 3742 0 0 0.562 2 interp_poly 1485 3726 0 0 0.562 1439 3704 0 0 0.562 1485 3726 0 0 0.562 2 interp_poly 61 -16 -47 -22 1467 3629 3 MP PP 1467 3629 0 0 0.562 1420 3607 0 0 0.562 1467 3629 0 0 0.562 2 interp_poly 1420 3607 0 0 0.562 1481 3591 0 0 0.562 1420 3607 0 0 0.562 2 interp_poly -47 -22 61 -16 1420 3607 3 MP PP 1420 3607 0 0 0.562 1481 3591 0 0 0.562 1420 3607 0 0 0.562 2 interp_poly 1481 3591 0 0 0.562 1434 3569 0 0 0.562 1481 3591 0 0 0.562 2 interp_poly 61 -17 -47 -21 1463 3493 3 MP PP 1463 3493 0 0 0.562 1416 3472 0 0 0.562 1463 3493 0 0 0.562 2 interp_poly 1416 3472 0 0 0.562 1477 3455 0 0 0.562 1416 3472 0 0 0.562 2 interp_poly -47 -21 61 -17 1416 3472 3 MP PP 1416 3472 0 0 0.562 1477 3455 0 0 0.562 1416 3472 0 0 0.562 2 interp_poly 1477 3455 0 0 0.562 1430 3434 0 0 0.562 1477 3455 0 0 0.562 2 interp_poly 60 -17 -46 -21 1457 3801 3 MP PP 1457 3801 0 0 0.562 1411 3780 0 0 0.562 1457 3801 0 0 0.562 2 interp_poly 1411 3780 0 0 0.562 1471 3763 0 0 0.562 1411 3780 0 0 0.562 2 interp_poly -46 -21 60 -17 1411 3780 3 MP PP 1411 3780 0 0 0.562 1471 3763 0 0 0.562 1411 3780 0 0 0.562 2 interp_poly 1471 3763 0 0 0.562 1425 3742 0 0 0.562 1471 3763 0 0 0.562 2 interp_poly 61 -16 -47 -21 1453 3666 3 MP PP 1453 3666 0 0 0.562 1406 3645 0 0 0.562 1453 3666 0 0 0.562 2 interp_poly 1406 3645 0 0 0.562 1467 3629 0 0 0.562 1406 3645 0 0 0.562 2 interp_poly -47 -22 61 -16 1406 3645 3 MP PP 1406 3645 0 0 0.562 1467 3629 0 0 0.562 1406 3645 0 0 0.562 2 interp_poly 1467 3629 0 0 0.562 1420 3607 0 0 0.562 1467 3629 0 0 0.562 2 interp_poly 61 -17 -47 -21 1449 3531 3 MP PP 1449 3531 0 0 0.562 1402 3510 0 0 0.562 1449 3531 0 0 0.562 2 interp_poly 1402 3510 0 0 0.562 1463 3493 0 0 0.562 1402 3510 0 0 0.562 2 interp_poly -47 -21 61 -17 1402 3510 3 MP PP 1402 3510 0 0 0.562 1463 3493 0 0 0.562 1402 3510 0 0 0.562 2 interp_poly 1463 3493 0 0 0.562 1416 3472 0 0 0.562 1463 3493 0 0 0.562 2 interp_poly 61 -17 -47 -21 1439 3704 3 MP PP 1439 3704 0 0 0.562 1392 3683 0 0 0.562 1439 3704 0 0 0.562 2 interp_poly 1392 3683 0 0 0.562 1453 3666 0 0 0.562 1392 3683 0 0 0.562 2 interp_poly -47 -21 61 -17 1392 3683 3 MP PP 1392 3683 0 0 0.562 1453 3666 0 0 0.562 1392 3683 0 0 0.562 2 interp_poly 1453 3666 0 0 0.562 1406 3645 0 0 0.562 1453 3666 0 0 0.562 2 interp_poly 61 -17 -46 -21 1434 3569 3 MP PP 1434 3569 0 0 0.562 1388 3548 0 0 0.562 1434 3569 0 0 0.562 2 interp_poly 1388 3548 0 0 0.562 1449 3531 0 0 0.562 1388 3548 0 0 0.562 2 interp_poly -47 -21 61 -17 1388 3548 3 MP PP 1388 3548 0 0 0.562 1449 3531 0 0 0.562 1388 3548 0 0 0.562 2 interp_poly 1449 3531 0 0 0.562 1402 3510 0 0 0.562 1449 3531 0 0 0.562 2 interp_poly 61 -17 -47 -21 1425 3742 3 MP PP 1425 3742 0 0 0.562 1378 3721 0 0 0.562 1425 3742 0 0 0.562 2 interp_poly 1378 3721 0 0 0.562 1439 3704 0 0 0.562 1378 3721 0 0 0.562 2 interp_poly -47 -21 61 -17 1378 3721 3 MP PP 1378 3721 0 0 0.562 1439 3704 0 0 0.562 1378 3721 0 0 0.562 2 interp_poly 1439 3704 0 0 0.562 1392 3683 0 0 0.562 1439 3704 0 0 0.562 2 interp_poly 60 -17 -46 -21 1420 3607 3 MP PP 1420 3607 0 0 0.562 1374 3586 0 0 0.562 1420 3607 0 0 0.562 2 interp_poly 1374 3586 0 0 0.562 1434 3569 0 0 0.562 1374 3586 0 0 0.562 2 interp_poly -46 -21 60 -17 1374 3586 3 MP PP 1374 3586 0 0 0.562 1434 3569 0 0 0.562 1374 3586 0 0 0.562 2 interp_poly 1434 3569 0 0 0.562 1388 3548 0 0 0.562 1434 3569 0 0 0.562 2 interp_poly 60 -17 -46 -21 1416 3472 3 MP PP 1416 3472 0 0 0.562 1370 3451 0 0 0.562 1416 3472 0 0 0.562 2 interp_poly 1370 3451 0 0 0.562 1430 3434 0 0 0.562 1370 3451 0 0 0.562 2 interp_poly 61 -16 -47 -22 1411 3780 3 MP PP 1411 3780 0 0 0.562 1364 3758 0 0 0.562 1411 3780 0 0 0.562 2 interp_poly 1364 3758 0 0 0.562 1425 3742 0 0 0.562 1364 3758 0 0 0.562 2 interp_poly -47 -21 61 -16 1364 3758 3 MP PP 1364 3758 0 0 0.562 1425 3742 0 0 0.562 1364 3758 0 0 0.562 2 interp_poly 1425 3742 0 0 0.562 1378 3721 0 0 0.562 1425 3742 0 0 0.562 2 interp_poly 60 -17 -46 -21 1406 3645 3 MP PP 1406 3645 0 0 0.562 1360 3624 0 0 0.562 1406 3645 0 0 0.562 2 interp_poly 1360 3624 0 0 0.562 1420 3607 0 0 0.562 1360 3624 0 0 0.562 2 interp_poly -46 -21 60 -17 1360 3624 3 MP PP 1360 3624 0 0 0.562 1420 3607 0 0 0.562 1360 3624 0 0 0.562 2 interp_poly 1420 3607 0 0 0.562 1374 3586 0 0 0.562 1420 3607 0 0 0.562 2 interp_poly 60 -17 -46 -21 1402 3510 3 MP PP 1402 3510 0 0 0.562 1356 3489 0 0 0.562 1402 3510 0 0 0.562 2 interp_poly 1356 3489 0 0 0.562 1416 3472 0 0 0.562 1356 3489 0 0 0.562 2 interp_poly -46 -21 60 -17 1356 3489 3 MP PP 1356 3489 0 0 0.562 1416 3472 0 0 0.562 1356 3489 0 0 0.562 2 interp_poly 1416 3472 0 0 0.562 1370 3451 0 0 0.562 1416 3472 0 0 0.562 2 interp_poly 60 -16 -46 -22 1392 3683 3 MP PP 1392 3683 0 0 0.562 1346 3661 0 0 0.562 1392 3683 0 0 0.562 2 interp_poly 1346 3661 0 0 0.562 1406 3645 0 0 0.562 1346 3661 0 0 0.562 2 interp_poly -46 -21 60 -16 1346 3661 3 MP PP 1346 3661 0 0 0.562 1406 3645 0 0 0.562 1346 3661 0 0 0.562 2 interp_poly 1406 3645 0 0 0.562 1360 3624 0 0 0.562 1406 3645 0 0 0.562 2 interp_poly 61 -17 -47 -21 1388 3548 3 MP PP 1388 3548 0 0 0.562 1341 3527 0 0 0.562 1388 3548 0 0 0.562 2 interp_poly 1341 3527 0 0 0.562 1402 3510 0 0 0.562 1341 3527 0 0 0.562 2 interp_poly -46 -21 61 -17 1341 3527 3 MP PP 1341 3527 0 0 0.562 1402 3510 0 0 0.562 1341 3527 0 0 0.562 2 interp_poly 1402 3510 0 0 0.562 1356 3489 0 0 0.562 1402 3510 0 0 0.562 2 interp_poly 60 -16 -46 -22 1378 3721 3 MP PP 1378 3721 0 0 0.562 1332 3699 0 0 0.562 1378 3721 0 0 0.562 2 interp_poly 1332 3699 0 0 0.562 1392 3683 0 0 0.562 1332 3699 0 0 0.562 2 interp_poly -46 -22 60 -16 1332 3699 3 MP PP 1332 3699 0 0 0.562 1392 3683 0 0 0.562 1332 3699 0 0 0.562 2 interp_poly 1392 3683 0 0 0.562 1346 3661 0 0 0.562 1392 3683 0 0 0.562 2 interp_poly 61 -16 -47 -22 1374 3586 3 MP PP 1374 3586 0 0 0.562 1327 3564 0 0 0.562 1374 3586 0 0 0.562 2 interp_poly 1327 3564 0 0 0.562 1388 3548 0 0 0.562 1327 3564 0 0 0.562 2 interp_poly -47 -21 61 -16 1327 3564 3 MP PP 1327 3564 0 0 0.562 1388 3548 0 0 0.562 1327 3564 0 0 0.562 2 interp_poly 1388 3548 0 0 0.562 1341 3527 0 0 0.562 1388 3548 0 0 0.562 2 interp_poly 60 -16 -46 -21 1364 3758 3 MP PP 1364 3758 0 0 0.562 1318 3737 0 0 0.562 1364 3758 0 0 0.562 2 interp_poly 1318 3737 0 0 0.562 1378 3721 0 0 0.562 1318 3737 0 0 0.562 2 interp_poly -46 -22 60 -16 1318 3737 3 MP PP 1318 3737 0 0 0.562 1378 3721 0 0 0.562 1318 3737 0 0 0.562 2 interp_poly 1378 3721 0 0 0.562 1332 3699 0 0 0.562 1378 3721 0 0 0.562 2 interp_poly 61 -16 -47 -22 1360 3624 3 MP PP 1360 3624 0 0 0.562 1313 3602 0 0 0.562 1360 3624 0 0 0.562 2 interp_poly 1313 3602 0 0 0.562 1374 3586 0 0 0.562 1313 3602 0 0 0.562 2 interp_poly -47 -22 61 -16 1313 3602 3 MP PP 1313 3602 0 0 0.562 1374 3586 0 0 0.562 1313 3602 0 0 0.562 2 interp_poly 1374 3586 0 0 0.562 1327 3564 0 0 0.562 1374 3586 0 0 0.562 2 interp_poly 61 -16 -47 -22 1356 3489 3 MP PP 1356 3489 0 0 0.562 1309 3467 0 0 0.562 1356 3489 0 0 0.562 2 interp_poly 1309 3467 0 0 0.562 1370 3451 0 0 0.562 1309 3467 0 0 0.562 2 interp_poly 61 -16 -47 -21 1346 3661 3 MP PP 1346 3661 0 0 0.562 1299 3640 0 0 0.562 1346 3661 0 0 0.562 2 interp_poly 1299 3640 0 0 0.562 1360 3624 0 0 0.562 1299 3640 0 0 0.562 2 interp_poly -47 -22 61 -16 1299 3640 3 MP PP 1299 3640 0 0 0.562 1360 3624 0 0 0.562 1299 3640 0 0 0.562 2 interp_poly 1360 3624 0 0 0.562 1313 3602 0 0 0.562 1360 3624 0 0 0.562 2 interp_poly 61 -16 -46 -22 1341 3527 3 MP PP 1341 3527 0 0 0.562 1295 3505 0 0 0.562 1341 3527 0 0 0.562 2 interp_poly 1295 3505 0 0 0.562 1356 3489 0 0 0.562 1295 3505 0 0 0.562 2 interp_poly -47 -22 61 -16 1295 3505 3 MP PP 1295 3505 0 0 0.562 1356 3489 0 0 0.562 1295 3505 0 0 0.562 2 interp_poly 1356 3489 0 0 0.562 1309 3467 0 0 0.562 1356 3489 0 0 0.562 2 interp_poly 61 -17 -47 -21 1332 3699 3 MP PP 1332 3699 0 0 0.562 1285 3678 0 0 0.562 1332 3699 0 0 0.562 2 interp_poly 1285 3678 0 0 0.562 1346 3661 0 0 0.562 1285 3678 0 0 0.562 2 interp_poly -47 -21 61 -17 1285 3678 3 MP PP 1285 3678 0 0 0.562 1346 3661 0 0 0.562 1285 3678 0 0 0.562 2 interp_poly 1346 3661 0 0 0.562 1299 3640 0 0 0.562 1346 3661 0 0 0.562 2 interp_poly 60 -16 -46 -21 1327 3564 3 MP PP 1327 3564 0 0 0.562 1281 3543 0 0 0.562 1327 3564 0 0 0.562 2 interp_poly 1281 3543 0 0 0.562 1341 3527 0 0 0.562 1281 3543 0 0 0.562 2 interp_poly -46 -22 60 -16 1281 3543 3 MP PP 1281 3543 0 0 0.562 1341 3527 0 0 0.562 1281 3543 0 0 0.562 2 interp_poly 1341 3527 0 0 0.562 1295 3505 0 0 0.562 1341 3527 0 0 0.562 2 interp_poly 61 -17 -47 -21 1318 3737 3 MP PP 1318 3737 0 0 0.562 1271 3716 0 0 0.562 1318 3737 0 0 0.562 2 interp_poly 1271 3716 0 0 0.562 1332 3699 0 0 0.562 1271 3716 0 0 0.562 2 interp_poly -47 -21 61 -17 1271 3716 3 MP PP 1271 3716 0 0 0.562 1332 3699 0 0 0.562 1271 3716 0 0 0.562 2 interp_poly 1332 3699 0 0 0.562 1285 3678 0 0 0.562 1332 3699 0 0 0.562 2 interp_poly 60 -17 -46 -21 1313 3602 3 MP PP 1313 3602 0 0 0.562 1267 3581 0 0 0.562 1313 3602 0 0 0.562 2 interp_poly 1267 3581 0 0 0.562 1327 3564 0 0 0.562 1267 3581 0 0 0.562 2 interp_poly -46 -21 60 -17 1267 3581 3 MP PP 1267 3581 0 0 0.562 1327 3564 0 0 0.562 1267 3581 0 0 0.562 2 interp_poly 1327 3564 0 0 0.562 1281 3543 0 0 0.562 1327 3564 0 0 0.562 2 interp_poly 60 -17 -46 -21 1299 3640 3 MP PP 1299 3640 0 0 0.562 1253 3619 0 0 0.562 1299 3640 0 0 0.562 2 interp_poly 1253 3619 0 0 0.562 1313 3602 0 0 0.562 1253 3619 0 0 0.562 2 interp_poly -46 -21 60 -17 1253 3619 3 MP PP 1253 3619 0 0 0.562 1313 3602 0 0 0.562 1253 3619 0 0 0.562 2 interp_poly 1313 3602 0 0 0.562 1267 3581 0 0 0.562 1313 3602 0 0 0.562 2 interp_poly 61 -17 -47 -21 1295 3505 3 MP PP 1295 3505 0 0 0.562 1248 3484 0 0 0.562 1295 3505 0 0 0.562 2 interp_poly 1248 3484 0 0 0.562 1309 3467 0 0 0.562 1248 3484 0 0 0.562 2 interp_poly 60 -16 -46 -22 1285 3678 3 MP PP 1285 3678 0 0 0.562 1239 3656 0 0 0.562 1285 3678 0 0 0.562 2 interp_poly 1239 3656 0 0 0.562 1299 3640 0 0 0.562 1239 3656 0 0 0.562 2 interp_poly -46 -21 60 -16 1239 3656 3 MP PP 1239 3656 0 0 0.562 1299 3640 0 0 0.562 1239 3656 0 0 0.562 2 interp_poly 1299 3640 0 0 0.562 1253 3619 0 0 0.562 1299 3640 0 0 0.562 2 interp_poly 61 -17 -47 -21 1281 3543 3 MP PP 1281 3543 0 0 0.562 1234 3522 0 0 0.562 1281 3543 0 0 0.562 2 interp_poly 1234 3522 0 0 0.562 1295 3505 0 0 0.562 1234 3522 0 0 0.562 2 interp_poly -47 -21 61 -17 1234 3522 3 MP PP 1234 3522 0 0 0.562 1295 3505 0 0 0.562 1234 3522 0 0 0.562 2 interp_poly 1295 3505 0 0 0.562 1248 3484 0 0 0.562 1295 3505 0 0 0.562 2 interp_poly 60 -16 -46 -22 1271 3716 3 MP PP 1271 3716 0 0 0.562 1225 3694 0 0 0.562 1271 3716 0 0 0.562 2 interp_poly 1225 3694 0 0 0.562 1285 3678 0 0 0.562 1225 3694 0 0 0.562 2 interp_poly -46 -22 60 -16 1225 3694 3 MP PP 1225 3694 0 0 0.562 1285 3678 0 0 0.562 1225 3694 0 0 0.562 2 interp_poly 1285 3678 0 0 0.562 1239 3656 0 0 0.562 1285 3678 0 0 0.562 2 interp_poly 61 -16 -47 -22 1267 3581 3 MP PP 1267 3581 0 0 0.562 1220 3559 0 0 0.562 1267 3581 0 0 0.562 2 interp_poly 1220 3559 0 0 0.562 1281 3543 0 0 0.562 1220 3559 0 0 0.562 2 interp_poly -47 -21 61 -16 1220 3559 3 MP PP 1220 3559 0 0 0.562 1281 3543 0 0 0.562 1220 3559 0 0 0.562 2 interp_poly 1281 3543 0 0 0.562 1234 3522 0 0 0.562 1281 3543 0 0 0.562 2 interp_poly 61 -16 -47 -22 1253 3619 3 MP PP 1253 3619 0 0 0.562 1206 3597 0 0 0.562 1253 3619 0 0 0.562 2 interp_poly 1206 3597 0 0 0.562 1267 3581 0 0 0.562 1206 3597 0 0 0.562 2 interp_poly -47 -22 61 -16 1206 3597 3 MP PP 1206 3597 0 0 0.562 1267 3581 0 0 0.562 1206 3597 0 0 0.562 2 interp_poly 1267 3581 0 0 0.562 1220 3559 0 0 0.562 1267 3581 0 0 0.562 2 interp_poly 61 -16 -47 -21 1239 3656 3 MP PP 1239 3656 0 0 0.562 1192 3635 0 0 0.562 1239 3656 0 0 0.562 2 interp_poly 1192 3635 0 0 0.562 1253 3619 0 0 0.562 1192 3635 0 0 0.562 2 interp_poly -47 -22 61 -16 1192 3635 3 MP PP 1192 3635 0 0 0.562 1253 3619 0 0 0.562 1192 3635 0 0 0.562 2 interp_poly 1253 3619 0 0 0.562 1206 3597 0 0 0.562 1253 3619 0 0 0.562 2 interp_poly 60 -16 -46 -22 1234 3522 3 MP PP 1234 3522 0 0 0.562 1188 3500 0 0 0.562 1234 3522 0 0 0.562 2 interp_poly 1188 3500 0 0 0.562 1248 3484 0 0 0.562 1188 3500 0 0 0.562 2 interp_poly 61 -17 -47 -21 1225 3694 3 MP PP 1225 3694 0 0 0.562 1178 3673 0 0 0.562 1225 3694 0 0 0.562 2 interp_poly 1178 3673 0 0 0.562 1239 3656 0 0 0.562 1178 3673 0 0 0.562 2 interp_poly -47 -21 61 -17 1178 3673 3 MP PP 1178 3673 0 0 0.562 1239 3656 0 0 0.562 1178 3673 0 0 0.562 2 interp_poly 1239 3656 0 0 0.562 1192 3635 0 0 0.562 1239 3656 0 0 0.562 2 interp_poly 60 -16 -46 -21 1220 3559 3 MP PP 1220 3559 0 0 0.562 1174 3538 0 0 0.562 1220 3559 0 0 0.562 2 interp_poly 1174 3538 0 0 0.562 1234 3522 0 0 0.562 1174 3538 0 0 0.562 2 interp_poly -46 -22 60 -16 1174 3538 3 MP PP 1174 3538 0 0 0.562 1234 3522 0 0 0.562 1174 3538 0 0 0.562 2 interp_poly 1234 3522 0 0 0.562 1188 3500 0 0 0.562 1234 3522 0 0 0.562 2 interp_poly 60 -17 -46 -21 1206 3597 3 MP PP 1206 3597 0 0 0.562 1160 3576 0 0 0.562 1206 3597 0 0 0.562 2 interp_poly 1160 3576 0 0 0.562 1220 3559 0 0 0.562 1160 3576 0 0 0.562 2 interp_poly -46 -21 60 -17 1160 3576 3 MP PP 1160 3576 0 0 0.562 1220 3559 0 0 0.562 1160 3576 0 0 0.562 2 interp_poly 1220 3559 0 0 0.562 1174 3538 0 0 0.562 1220 3559 0 0 0.562 2 interp_poly 60 -17 -46 -21 1192 3635 3 MP PP 1192 3635 0 0 0.562 1146 3614 0 0 0.562 1192 3635 0 0 0.562 2 interp_poly 1146 3614 0 0 0.562 1206 3597 0 0 0.562 1146 3614 0 0 0.562 2 interp_poly -46 -21 60 -17 1146 3614 3 MP PP 1146 3614 0 0 0.562 1206 3597 0 0 0.562 1146 3614 0 0 0.562 2 interp_poly 1206 3597 0 0 0.562 1160 3576 0 0 0.562 1206 3597 0 0 0.562 2 interp_poly 60 -16 -46 -22 1178 3673 3 MP PP 1178 3673 0 0 0.562 1132 3651 0 0 0.562 1178 3673 0 0 0.562 2 interp_poly 1132 3651 0 0 0.562 1192 3635 0 0 0.562 1132 3651 0 0 0.562 2 interp_poly -46 -21 60 -16 1132 3651 3 MP PP 1132 3651 0 0 0.562 1192 3635 0 0 0.562 1132 3651 0 0 0.562 2 interp_poly 1192 3635 0 0 0.562 1146 3614 0 0 0.562 1192 3635 0 0 0.562 2 interp_poly 61 -17 -47 -21 1174 3538 3 MP PP 1174 3538 0 0 0.562 1127 3517 0 0 0.562 1174 3538 0 0 0.562 2 interp_poly 1127 3517 0 0 0.562 1188 3500 0 0 0.562 1127 3517 0 0 0.562 2 interp_poly 61 -16 -47 -22 1160 3576 3 MP PP 1160 3576 0 0 0.562 1113 3554 0 0 0.562 1160 3576 0 0 0.562 2 interp_poly 1113 3554 0 0 0.562 1174 3538 0 0 0.562 1113 3554 0 0 0.562 2 interp_poly -47 -21 61 -16 1113 3554 3 MP PP 1113 3554 0 0 0.562 1174 3538 0 0 0.562 1113 3554 0 0 0.562 2 interp_poly 1174 3538 0 0 0.562 1127 3517 0 0 0.562 1174 3538 0 0 0.562 2 interp_poly 61 -16 -47 -22 1146 3614 3 MP PP 1146 3614 0 0 0.562 1099 3592 0 0 0.562 1146 3614 0 0 0.562 2 interp_poly 1099 3592 0 0 0.562 1160 3576 0 0 0.562 1099 3592 0 0 0.562 2 interp_poly -47 -22 61 -16 1099 3592 3 MP PP 1099 3592 0 0 0.562 1160 3576 0 0 0.562 1099 3592 0 0 0.562 2 interp_poly 1160 3576 0 0 0.562 1113 3554 0 0 0.562 1160 3576 0 0 0.562 2 interp_poly 61 -16 -47 -21 1132 3651 3 MP PP 1132 3651 0 0 0.562 1085 3630 0 0 0.562 1132 3651 0 0 0.562 2 interp_poly 1085 3630 0 0 0.562 1146 3614 0 0 0.562 1085 3630 0 0 0.562 2 interp_poly -47 -22 61 -16 1085 3630 3 MP PP 1085 3630 0 0 0.562 1146 3614 0 0 0.562 1085 3630 0 0 0.562 2 interp_poly 1146 3614 0 0 0.562 1099 3592 0 0 0.562 1146 3614 0 0 0.562 2 interp_poly 60 -16 -46 -21 1113 3554 3 MP PP 1113 3554 0 0 0.562 1067 3533 0 0 0.562 1113 3554 0 0 0.562 2 interp_poly 1067 3533 0 0 0.562 1127 3517 0 0 0.562 1067 3533 0 0 0.562 2 interp_poly 60 -17 -46 -21 1099 3592 3 MP PP 1099 3592 0 0 0.562 1053 3571 0 0 0.562 1099 3592 0 0 0.562 2 interp_poly 1053 3571 0 0 0.562 1113 3554 0 0 0.562 1053 3571 0 0 0.562 2 interp_poly -46 -21 60 -17 1053 3571 3 MP PP 1053 3571 0 0 0.562 1113 3554 0 0 0.562 1053 3571 0 0 0.562 2 interp_poly 1113 3554 0 0 0.562 1067 3533 0 0 0.562 1113 3554 0 0 0.562 2 interp_poly 60 -17 -46 -21 1085 3630 3 MP PP 1085 3630 0 0 0.562 1039 3609 0 0 0.562 1085 3630 0 0 0.562 2 interp_poly 1039 3609 0 0 0.562 1099 3592 0 0 0.562 1039 3609 0 0 0.562 2 interp_poly -46 -21 60 -17 1039 3609 3 MP PP 1039 3609 0 0 0.562 1099 3592 0 0 0.562 1039 3609 0 0 0.562 2 interp_poly 1099 3592 0 0 0.562 1053 3571 0 0 0.562 1099 3592 0 0 0.562 2 interp_poly 61 -16 -47 -22 1053 3571 3 MP PP 1053 3571 0 0 0.562 1006 3549 0 0 0.562 1053 3571 0 0 0.562 2 interp_poly 1006 3549 0 0 0.562 1067 3533 0 0 0.562 1006 3549 0 0 0.562 2 interp_poly 61 -16 -47 -22 1039 3609 3 MP PP 1039 3609 0 0 0.562 992 3587 0 0 0.562 1039 3609 0 0 0.562 2 interp_poly 992 3587 0 0 0.562 1053 3571 0 0 0.562 992 3587 0 0 0.562 2 interp_poly -47 -22 61 -16 992 3587 3 MP PP 992 3587 0 0 0.562 1053 3571 0 0 0.562 992 3587 0 0 0.562 2 interp_poly 1053 3571 0 0 0.562 1006 3549 0 0 0.562 1053 3571 0 0 0.562 2 interp_poly 60 -17 -46 -21 992 3587 3 MP PP 992 3587 0 0 0.562 946 3566 0 0 0.562 992 3587 0 0 0.562 2 interp_poly 946 3566 0 0 0.562 1006 3549 0 0 0.562 946 3566 0 0 0.562 2 interp_poly gr 1 sg 0 sg %%IncludeResource: font Symbol /Symbol /ISOLatin1Encoding 216 FMSR 381 3550 mt -90 rotate (\362) s 90 rotate %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 216 FMSR 381 3491 mt -90 rotate ( dt \(|) s 90 rotate %%IncludeResource: font Symbol /Symbol /ISOLatin1Encoding 216 FMSR 381 3063 mt -90 rotate (f) s 90 rotate %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 168 FMSR 489 2951 mt -90 rotate (1) s 90 rotate %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 216 FMSR 381 2858 mt -90 rotate (|) s 90 rotate %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 168 FMSR 273 2802 mt -90 rotate (2) s 90 rotate %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 216 FMSR 381 2709 mt -90 rotate ( + |) s 90 rotate %%IncludeResource: font Symbol /Symbol /ISOLatin1Encoding 216 FMSR 381 2407 mt -90 rotate (f) s 90 rotate %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 168 FMSR 489 2295 mt -90 rotate (2) s 90 rotate %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 216 FMSR 381 2202 mt -90 rotate (|) s 90 rotate %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 168 FMSR 273 2146 mt -90 rotate (2) s 90 rotate %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 216 FMSR 381 2053 mt -90 rotate ( + 2|) s 90 rotate %%IncludeResource: font Symbol /Symbol /ISOLatin1Encoding 216 FMSR 381 1631 mt -90 rotate (f) s 90 rotate %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 168 FMSR 489 1519 mt -90 rotate (3) s 90 rotate %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 216 FMSR 381 1426 mt -90 rotate (|) s 90 rotate %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 168 FMSR 273 1370 mt -90 rotate (2) s 90 rotate %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 216 FMSR 381 1277 mt -90 rotate (\)) s 90 rotate end eplot %%EndObject epage end showpage %%Trailer %%EOF xmds-doc-0~svn.1884/latex/xmds_doc.tex0000644000175000017500000000356410741304411017171 0ustar rafaelrafael\documentclass[12pt,a4paper]{book} % $Id: xmds_doc.tex 1641 2008-01-10 02:55:05Z joehope $ % Copyright (C) 2000-2007 % % Code contributed by Greg Collecutt, Joseph Hope and the xmds-devel team % % This file is part of xmds. % % This program is free software; you can redistribute it and/or % modify it under the terms of the GNU General Public License % as published by the Free Software Foundation; either version 2 % of the License, or (at your option) any later version. % % This program is distributed in the hope that it will be useful, % but WITHOUT ANY WARRANTY; without even the implied warranty of % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License % along with this program; if not, write to the Free Software % Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. \setcounter{secnumdepth}{4} \setcounter{tocdepth}{4} \input{xmds_defs} \input{misc_defs} \begin{document} \frontmatter \include{titlepage} \include{abstract} \tableofcontents \listoffigures \listoftables \mainmatter \part{Tutorial} \label{part:tutorial} \include{tutFromScratch} \include{extraFeatures} \include{tutTemplateStart} \include{stochasticSimsAndMPI} \part{Numerical Modelling Theory} \label{part:numericalModelling} \include{intro} \include{numModellingTheory} \part{User Manual} \label{part:userManual} \include{develAndProgStructure} \include{functionality} \include{workedExample} \include{moreExamples} \part{Reference Manual} \label{part:languageReference} \include{languageReference} %\include{outlook} %% why do we have this?? \part{Appendix} \label{part:appendix} \appendix \include{xsil} \include{xsil2graphics} \include{loadxsil} \include{gpl} \part{Bibliography and Index} \backmatter \bibliography{xmds_doc} \printindex \end{document} xmds-doc-0~svn.1884/latex/languageReference.tex0000644000175000017500000025103210747527314021005 0ustar rafaelrafael% $Id: languageReference.tex 1708 2008-01-29 04:42:52Z gmcmanus $ % Copyright (C) 2000-2007 % % Code contributed by Greg Collecutt, Joseph Hope and the xmds-devel team % % This file is part of xmds. % % This program is free software; you can redistribute it and/or % modify it under the terms of the GNU General Public License % as published by the Free Software Foundation; either version 2 % of the License, or (at your option) any later version. % % This program is distributed in the hope that it will be useful, % but WITHOUT ANY WARRANTY; without even the implied warranty of % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License % along with this program; if not, write to the Free Software % Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. \chapter{Language Reference} \label{chap:languageRef} %%% simulation \section{simulation} \label{lab:simulation} \index{simulation@\xmdsTag{simulation}} \begin{xmdsDoc} \item \reqd \xmdsTagTarg{simulation}{simulation} \xmdsOption{xmds tags} \xmdsTag{/simulation} \item[Contains:] \xmdsTagLink{name(simulation)}{name}, \xmdsTagLink{prop_dim(simulation)}{prop\_dim}, \xmdsTagLink{error_check}{error\_check}, \xmdsTagLink{stochastic}{stochastic}, \xmdsTagLink{globals}{globals}, \xmdsTagLink{use_mpi}{use\_mpi}, \xmdsTagLink{MPI_Method}{MPI\_Method}, \xmdsTagLink{field}{field}, \xmdsTagLink{sequence}{sequence}, \xmdsTagLink{output}{output}, \xmdsTagLink{noises}{noises}, \xmdsTagLink{paths}{paths}, \xmdsTagLink{benchmark}{benchmark}, \xmdsTagLink{binary_output}{binary\_output} (obsolete), \xmdsTagLink{use_wisdom}{use\_wisdom}, \xmdsTagLink{use_double}{use\_double} (obsolete), \xmdsTagLink{use_prefs}{use\_prefs}, \xmdsTagLink{argv}{argv}, \xmdsTagLink{threads}{threads}, \xmdsTagLink{use_openmp}{use\_openmp}, \xmdsTagLink{fftw_version}{fftw\_version} \item[Subelement of:] None \item[Path to tag:] \xmdsTag{simulation} \item[Description:] Container tag for the \xmds simulation code. \item[Example:] \forcenewline \begin{xmdsCode} \end{xmdsCode} \end{xmdsDoc} %%% %%% name (simulation) \section{name (simulation)} \label{lab:name(simulation)} \index{name (simulation)@\xmdsTag{name} (simulation)} \begin{xmdsDoc} \item \optl \xmdsTagTarg{name(simulation)}{name} \xmdsOption{string} \xmdsTag{/name} \item[Contains:] string \item[Subelement of:] \xmdsTagLink{simulation}{simulation} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{name} \item[Description:] The name of the \xmds simulation. Defines the name of the output C code file and subsequently the name of the simulation binary executable. This tag is optional, and if not specified then the output filenames will be derived from the xmds script filename minus its last extension. For instance, for the \texttt{atomlaser.xmds} script, the base for the output \texttt{.cc} file will be \texttt{atomlaser}. This isn't really a very instructive example\ldots \item[Example:] \forcenewline \begin{xmdsCode} atomlaser \end{xmdsCode} \end{xmdsDoc} %%% %%% prop_dim (simulation) \section{prop\_dim (simulation)} \label{lab:prop_dim(simulation)} \index{prop_dim (simulation)@\xmdsTag{prop\_dim} (simulation)} \begin{xmdsDoc} \item \reqd \xmdsTagTarg{prop_dim(simulation)}{prop\_dim} \xmdsOption{string} \textsf{variableName} \xmdsTag{/prop\_dim} \item[Contains:] string \item[Subelement of:] \xmdsTagLink{simulation}{simulation} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{prop\_dim} \item[Description:] The name of the main propagation direction. This name must appear in the equations supplied. This condition, however, is not checked and therefore a possible source of error for the user. \item[Example:] \forcenewline \begin{xmdsCode} z \end{xmdsCode} \end{xmdsDoc} %%% %%% error_check \section{error\_check} \label{lab:error_check} \index{error_check@\xmdsTag{error\_check}} \begin{xmdsDoc} \item \optl \xmdsTagTarg{error_check}{error\_check} \xmdsOption{bool} \xmdsTag{/error\_check} \item[Contains:] boolean \item[Subelement of:] \xmdsTagLink{simulation}{simulation} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{error\_check} \item[Description:] Whether or not to run the simulation at half the time step as well as at the full time step and give the difference between the results. Defaults to \texttt{yes}. \item[Example:] \forcenewline \begin{xmdsCode} yes \end{xmdsCode} \end{xmdsDoc} %%% %%% use_mpi \section{use\_mpi} \label{lab:use_mpi} \index{use_mpi@\xmdsTag{use\_mpi}} \begin{xmdsDoc} \item \optl \xmdsTagTarg{use_mpi}{use\_mpi} \xmdsOption{bool} \xmdsTag{use\_mpi} \item[Contains:] boolean \item[Subelement of:] \xmdsTagLink{simulation}{simulation} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{use\_mpi} \item[Description:] Whether or not to use MPI routines for parallel processing of the simulation. This writes very different code depending on whether the simulation is stochastic or non-stochastic. Only certain problems on certain systems can be efficiently parallelised when the equations are non-stochastic. Defaults to \texttt{no}. \item[Example:] \forcenewline \begin{xmdsCode} yes \end{xmdsCode} \end{xmdsDoc} %%% %%% stochastic \section{stochastic} \label{lab:stochastic} \index{stochastic@\xmdsTag{stochastic}} \begin{xmdsDoc} \item \optl \xmdsTagTarg{stochastic}{stochastic} \xmdsOption{bool} \xmdsTag{/stochastic} \item[Contains:] boolean \item[Subelement of:] \xmdsTagLink{simulation}{simulation} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{stochastic} \item[Description:] Defaults to \ttt{no}. Tells \xmds whether or not the simulation uses Gaussian noise terms. If this tag is set to \texttt{yes} then the \xmdsTag{paths}, \xmdsTag{seeds} and \xmdsTag{noises} tags become compulsory. \item[Example:] \forcenewline \begin{xmdsCode} no \end{xmdsCode} \end{xmdsDoc} %%% %%% MPI_Method \section{MPI\_Method} \label{lab:MPI_Method} \index{MPI_Method@\xmdsTag{MPI\_Method}} \begin{xmdsDoc} \item \optl \xmdsTagTarg{MPI_Method}{MPI\_Method} \xmdsOption{string} \xmdsTag{/MPI\_Method} \item[Contains:] string \item[Subelement of:] \xmdsTagLink{simulation}{simulation} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{MPI\_Method} \item[Description:] Defaults to \ttt{Scheduling}. For stochastic simulations using MPI, it tells \xmds which method to use for splitting the paths between different processors. The default "Scheduling" option is usually optimal, but requires the use of threads. If threads are unavailable, the "Uniform" option should be used. \item[Example:] \forcenewline \begin{xmdsCode} Uniform \end{xmdsCode} \end{xmdsDoc} %%% %%% paths \section{paths} \label{lab:paths} \index{paths@\xmdsTag{paths}} \begin{xmdsDoc} \item \optl \xmdsTagTarg{paths}{paths} \xmdsOption{int} \xmdsTag{/paths}\\ (\reqd if \xmdsTag{stochastic} is \texttt{yes}) \item[Contains:] integer \item[Subelement of:] \xmdsTagLink{simulation}{simulation} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{paths} \item[Description:] The number of stochastic paths to integrate. \item[Example:] \forcenewline \begin{xmdsCode} 3 \end{xmdsCode} \end{xmdsDoc} %%% %%% seed \section{seed} \label{lab:seed} \index{seed@\xmdsTag{seed}} \begin{xmdsDoc} \item \optl \xmdsTagTarg{seed}{seed} \xmdsOption{int} \xmdsOption{int} \xmdsTag{/seed}\\ (\reqd if \xmdsTag{stochastic} is \texttt{yes}) \item[Contains:] array of two integers \item[Subelement of:] \xmdsTagLink{simulation}{simulation} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{seed} \item[Description:] The seed to the random number generator. Internally, these are the seeds passed to the C routine \ttt{erand48()} to generate two independent random number generators, hence the use of two integers. \item[Example:] \forcenewline \begin{xmdsCode} 1 2 \end{xmdsCode} \end{xmdsDoc} %%% %%% noises \section{noises} \label{lab:noises} \index{noises@\xmdsTag{noises}} \begin{xmdsDoc} \item \optl \xmdsTagTarg{noises}{noises} \xmdsOption{int} \xmdsTag{/noises}\\ (\reqd if \xmdsTag{stochastic} is \texttt{yes}) \item[Contains:] integer \item[Attributes:] \optl \ttt{kind="gaussian|gaussFast|poissonian|uniform"}, \ttt{mean="\xmdsOption{int}"} (\reqd for \ttt{poissonian}) \item[Subelement of:] \xmdsTagLink{simulation}{simulation} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{noises} \item[Description:] The number of noise terms in the simulation. \xmds automatically declares the variables \ttt{n\_1} \ldots \ttt{n\_\tit{m}} where \tit{m} is the number of noises specified. As of \xmds-1.3-3 the \xmdsTag{noises} tag now accepts attributes. Currently these are \ttt{gaussian}, \ttt{gaussFast}, \ttt{poissonian}, and \ttt{uniform}. Each refers to a different noise source; \begin{description} \item[\ttt{gaussian}] refers to the original noise routine that \xmds uses. It produces a Gaussian-distributed variable with mean of zero and variance of 1/(product of the propagation and transverse step sizes). \item[\ttt{gaussFast}] is a slightly faster implementation of the same routine, and will eventually replace the old \ttt{gaussian} routine. \item[\ttt{poissonian}] is a Poissonian noise source, and requires the \ttt{mean\_rate} attribute to be set to the desired mean rate of the Poissonian noise distribution. Simulations where the mean rate is a function of the propagation dimension or other variables are not supported via this method, but judicious use of the functions element can allow this rate to be adjusted manually. \item[\ttt{uniform}] gives uniformly distributed noise on the interval $[0,1)$. \end{description} \item[Example:] \forcenewline \begin{xmdsCode} 1 \end{xmdsCode} \end{xmdsDoc} %%% %%% benchmark \section{benchmark} \label{lab:benchmark} \index{benchmark@\xmdsTag{benchmark}} \begin{xmdsDoc} \item \optl \xmdsTagTarg{benchmark}{benchmark} \xmdsOption{bool} \xmdsTag{/benchmark} \xmdsOneTwo \item[Contains:] boolean \item[Subelement of:] \xmdsTagLink{simulation}{simulation} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{benchmark} \item[Description:] Defaults to \texttt{no}. Tells \xmds whether or not to put timing code around the main section of code (that part of the code excluding fftw creation and deletion) as a way of benchmarking the simulation, or at least giving an idea of how long the main section of code will take. \item[Example:] \forcenewline \begin{xmdsCode} yes \end{xmdsCode} \end{xmdsDoc} %%% %%% binary_output \section{binary\_output} \label{lab:binary_output} \index{binary_output@\xmdsTag{binary\_output}} \begin{xmdsDoc} \item \optl \xmdsTagTarg{binary_output}{binary\_output} \xmdsOption{bool} \xmdsTag{/binary\_output} \xmdsOneTwo\\ \tsc{Obsolete}: see \xmdsTag{output} \item[Contains:] boolean \item[Subelement of:] \xmdsTagLink{simulation}{simulation} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{binary\_output} \item[Description:] Defaults to \texttt{no}. If set to \texttt{yes} \xmds saves data file in binary format instead of the default, ascii. This tag is now obsolete. Please specify the \ttt{format} attribute in the \xmdsTag{output} tag. For example: \xmdsTag{output format="binary"}. \item[Example:] \forcenewline \begin{xmdsCode} yes \end{xmdsCode} \end{xmdsDoc} %%% %%% use_wisdom \section{use\_wisdom} \label{lab:use_wisdom} \index{use_wisdom@\xmdsTag{use\_wisdom}} \begin{xmdsDoc} \item \optl \xmdsTagTarg{use_wisdom}{use\_wisdom} \xmdsOption{bool} \xmdsTag{/use\_wisdom} \xmdsOneTwo \item[Contains:] boolean \item[Subelement of:] \xmdsTagLink{simulation}{simulation} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{use\_wisdom} \item[Description:] Defaults to \texttt{no}. If \texttt{yes} the simulation will use fftw's wisdom feature. The simulation will look in the user's \texttt{\~{}/.xmds/wisdom} directory (or failing the existence of such a directory, in the directory local to the simulation binary executable) for a file labelled \texttt{.wisdom} where \texttt{} is the name of the computer currently running the simulation. If such a file exists, then the \xmds simulation will load this wisdom as part of the fftw plan creation step, thus drastically reducing startup time of the simulation. Any accumulated wisdom will be then added back to this file at the fftw plan deletion stage. If no wisdom file is found, the simulation will create one in an appropriate location and then save any accumulated wisdom to this file. \item[Example:] \forcenewline \begin{xmdsCode} no \end{xmdsCode} \end{xmdsDoc} %%% %%% use_double \section{use\_double} \label{lab:use_double} \index{use_double@\xmdsTag{use\_double}} \begin{xmdsDoc} \item \optl \xmdsTagTarg{use_double}{use\_double} \xmdsOption{bool} \xmdsTag{/use\_double} \xmdsOneTwo\\ \tsc{Obsolete}: see \xmdsTag{output} \item[Contains:] boolean \item[Subelement of:] \xmdsTagLink{simulation}{simulation} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{use\_double} \item[Description:] Defaults to \texttt{yes}. Decides the precision of the output data. Only useful when \xmdsTag{use\_binary} is set to \texttt{yes}. If set to \texttt{no} then single precision output is used. This option is useful in reducing the size of the output files. This tag is now obsolete. Please specify the \ttt{precision} attribute in the \xmdsTag{output} tag. For example: \xmdsTag{output precision="double"}. \item[Example:] \forcenewline \begin{xmdsCode} no \end{xmdsCode} \end{xmdsDoc} %%% %%% use_prefs \section{use\_prefs} \label{lab:use_prefs} \index{use_prefs@\xmdsTag{use\_prefs}} \begin{xmdsDoc} \item \optl \xmdsTagTarg{use_prefs}{use\_prefs} \xmdsOption{bool} \xmdsTag{/use\_prefs} \xmdsOneTwo \item[Contains:] boolean \item[Subelement of:] \xmdsTagLink{simulation}{simulation} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{use\_prefs} \item[Description:] Defaults to \ttt{yes}. Tells \xmds whether or not to use the user preferences file (called \ttt{xmds.prefs}) located in either the user's \ttt{.xmds} directory or within the directory local to the \xmds simulation script. By default, \xmds will use the preferences file if it exists, if not then it uses the preferences set when \xmds was built. One can explicitly use the build preferences by setting \xmdsTag{use\_prefs} to \ttt{no}. The format of the preferences file is a sequence of key/value pairs separated by an equals sign (=). For instance, if one wished to change the compiler used by \xmds to compile simulations then one needs to change the \ttt{XMDS\_CC} variable. Hence, to do set this to \ttt{icc}, for example, one would enter the following line into the \ttt{xmds.prefs} file:\\ \ttt{XMDS\_CC = icc} \item[Example:] \forcenewline \begin{xmdsCode} no \end{xmdsCode} \end{xmdsDoc} %%% %%% threads \section{threads} \label{lab:threads} \index{threads@\xmdsTag{threads}} \begin{xmdsDoc} \item \optl \xmdsTagTarg{threads}{threads} \xmdsOption{int} \xmdsTag{/threads} \item[Contains:] integer \item[Subelement of:] \xmdsTagLink{simulation}{simulation} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{threads} \item[Description:] If set to a value of $n \neq 1$, this tag tells \xmds to create a simulation that uses the threaded version of the FFT library, and to use $n$ threads for calculating the FFT's. \item[Example:] \forcenewline \begin{xmdsCode} 3 \end{xmdsCode} \end{xmdsDoc} %%% %%% use_openmp \section{use\_openmp} \label{lab:use_openmp} \index{use_openmp@\xmdsTag{use\_openmp}} \begin{xmdsDoc} \item \optl \xmdsTagTarg{use_openmp}{use\_openmp} \xmdsOption{bool} \xmdsTag{/use\_openmp} \item[Contains:] boolean \item[Subelement of:] \xmdsTagLink{simulation}{simulation} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{use\_openmp} \item[Description:] Defaults to \ttt{no}. Tells \xmds whether to make use of \htmladdnormallink{OpenMP}{http://www.openmp.org} compiler directives to instruct the compiler how to parallelise parts of the simulation other than the FFT's. The simulation will compile correctly if OpenMP by the compiler, and you will need to ensure that the correct flags are passed to the compiler to ensure that it does enable OpenMP support (e.g.\ for Intel's C compiler the flag \ttt{-openmp} must be passed to the compiler to enable OpenMP). OpenMP cannot be used simultaneously with MPI for deterministic simulations. Also, the number of OpenMP threads used in a simulation defaults to the number of physical processors available. Note that best performance will be achieved if FFTW is compiled to use OpenMP threads instead of the default \ttt{pthreads} if your simulations make use of OpenMP threads. See the OpenMP website (\htmladdnormallink{http://www.openmp.org}{http://www.openmp.org}) for more information about OpenMP. As of mid-2006, Intel's icc compiler supports OpenMP, however the current release of GCC (4.1.1) does not. Support for OpenMP is planned for the 4.2 release of GCC. \item[Example:] \forcenewline \begin{xmdsCode} yes \end{xmdsCode} \end{xmdsDoc} %%% %%% fftw_version \section{fftw\_version} \label{lab:fftw_version} \index{fftw_version@\xmdsTag{fftw\_version}} \begin{xmdsDoc} \item \optl \xmdsTagTarg{fftw_version}{fftw\_version} \xmdsOption{int} \xmdsTag{/fftw\_version} \item[Contains:] integer \item[Subelement of:] \xmdsTagLink{simulation}{simulation} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{fftw\_version} \item[Description:] Defaults to \ttt{2}. This tag tells \xmds which version of the fftw library to use. Currently, fftw3 does not support distributed-memory fourier transforms using MPI, but only shared-memory transforms using threads. Consequently, fftw version 3 can only be used for simulations that are not MPI-using deterministic simulations. Stochastic MPI simulations can take advantage of fftw3 as they do not need distributed-memory fourier transforms. To override the libraries that \xmds links against when compiling a simulation that uses fftw3, override the \ttt{FFTW3\_LIBS} library in your \ttt{xmds.prefs} file. \item[Example:] \forcenewline \begin{xmdsCode} 3 \end{xmdsCode} \end{xmdsDoc} %%% %%% globals \section{globals} \label{lab:globals} \index{globals@\xmdsTag{globals}} \begin{xmdsDoc} \item \optl \xmdsTagTarg{globals}{globals} \xmdsOption{C code} \xmdsTag{/globals} \item[Contains:] \CDATA block with C++ code \item[Subelement of:] \xmdsTagLink{simulation}{simulation} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{globals} \item[Description:] Defines variables and constants that are globally available to all sections of the output C code. \item[Example:] \forcenewline \begin{xmdsCode} \end{xmdsCode} \end{xmdsDoc} %%% %%% argv \section{argv} \label{lab:argv} \index{argv@\xmdsTag{argv}} \begin{xmdsDoc} \item \optl \xmdsTagTarg{argv}{argv} \xmdsOption{xmds tags} \xmdsTag{/argv} \xmdsOneTwo \item[Contains:] \xmdsTagLink{arg}{arg} \item[Subelement of:] \xmdsTagLink{simulation}{simulation} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{argv} \item[Description:] Overall tag containing the arguments to be supplied at the simulation command line. Command line arguments can be very useful if one wants to vary parameters within the simulation, between simulation runs. Hence one can write a (Perl/Python/shell) script to run the simulation over the various parameters, without having to rewrite an \xmds script, recompile and then rerun. \item[Example:] \forcenewline \begin{xmdsCode} \end{xmdsCode} \end{xmdsDoc} %%% %%% arg \subsection{arg} \label{lab:arg} \index{arg@\xmdsTag{arg}} \begin{xmdsDoc} \item \reqd \xmdsTagTarg{arg}{arg} \xmdsOption{xmds tags} \xmdsTag{/arg} \xmdsOneTwo \item[Contains:] \xmdsTagLink{name(arg)}{name}, \xmdsTagLink{type(arg)}{type}, \xmdsTagLink{default_value}{default\_value} \item[Subelement of:] \xmdsTagLink{argv}{argv} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{argv} \textarrow \xmdsTag{arg} \item[Description:] Container for the tags describing a given command line argument. \item[Example:] \forcenewline \begin{xmdsCode} \end{xmdsCode} \end{xmdsDoc} %%% %%% name (arg) \subsection{name (arg)} \label{lab:name(arg)} \index{name (arg)@\xmdsTag{name} (arg)} \begin{xmdsDoc} \item \reqd \xmdsTagTarg{name(arg)}{name} \xmdsOption{char *} \xmdsTag{/name} \xmdsOneTwo \item[Contains:] string \item[Subelement of:] \xmdsTagLink{arg}{arg} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{argv} \textarrow \xmdsTag{arg} \textarrow \xmdsTag{name} \item[Description:] The name of the command line argument. This tag is used to create a flag to specify the value of the variable entered at the command line. Two forms are accepted: a short form and a long form, each conforming to the GNU getopt conventions. For instance, for a variable named \ttt{nconst} the flag used at the command line will have a short form of \ttt{-n} and a long form of \ttt{--nconst}. However, if another variable has been chosen beginning with the letter n, then \ttt{-n} is no longer unique, and to make the short flag unique, \xmds chooses the next character in the variable name, in this case the letter c, and making the short form flag \ttt{-c}. The long form remains the same, i.e.~\ttt{--nconst}. Of course, if the letter c has also been used then \xmds loops through all of the other letters in the variable name until it finds a match. If no match is found \xmds reports an error. To check the short and long forms of the flags the simulation expects, the user can use the \ttt{-h} or \ttt{--help} options with the simulation. For instance, with the \ttt{nlse} simulation, one can enter the following command to get a listing of the arguments the \xmds simulation expects at its command line: \begin{xmdsCode} % nlse --help \end{xmdsCode} \item[Example:] \forcenewline \begin{xmdsCode} nconst int 2 \end{xmdsCode} \end{xmdsDoc} %%% %%% type (arg) \subsection{type (arg)} \label{lab:type(arg)} \index{type (arg)@\xmdsTag{type} (arg)} \begin{xmdsDoc} \item \reqd \xmdsTagTarg{type(arg)}{type} \xmdsOption{char *} \xmdsTag{/type} \xmdsOneTwo \item[Contains:] string \item[Subelement of:] \xmdsTagLink{arg}{arg} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{argv} \textarrow \xmdsTag{arg} \textarrow \xmdsTag{type} \item[Description:] The type of the command line argument, e.g. int, double, char *. At present this mechanism cannot handle complex inputs. \item[Example:] \forcenewline \begin{xmdsCode} nconst int 2 \end{xmdsCode} \end{xmdsDoc} %%% %%% default_value (arg) \subsection{default\_value} \label{lab:default_value} \index{default_value@\xmdsTag{default\_value}} \begin{xmdsDoc} \item \reqd \xmdsTagTarg{default_value}{default\_value} \xmdsOption{char *} \xmdsTag{/default\_value} \xmdsOneTwo \item[Contains:] string \item[Subelement of:] \xmdsTagLink{arg}{arg} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{argv} \textarrow \xmdsTag{arg} \textarrow \xmdsTag{default\_value} \item[Description:] The default value of the command line argument. Values will be converted from the string entered into the type given in the \xmdsTag{type} tag. If the variable is not specified at the command line then this is the value used by the simulation. \item[Example:] \forcenewline \begin{xmdsCode} nconst int 2 \end{xmdsCode} \end{xmdsDoc} %%% %%% field \section{field} \label{lab:field} \index{field@\xmdsTag{field}} \begin{xmdsDoc} \item \reqd \xmdsTagTarg{field}{field} \xmdsOption{xmds tags} \xmdsTag{/field} \item[Contains:] \xmdsTagLink{name(field)}{name}, \xmdsTagLink{dimensions}{dimensions}, \xmdsTagLink{lattice(field)}{lattice}, \xmdsTagLink{domains}{domains}, \xmdsTagLink{samples(field)}{samples}, \xmdsTagLink{vector}{vector} \item[Subelement of:] \xmdsTagLink{simulation}{simulation} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{globals} \textarrow \xmdsTag{field} \item[Description:] Container element to hold the tags describing the field to be integrated. At present, only one field is permitted in a simulation. \item[Example:] \forcenewline \begin{xmdsCode} \end{xmdsCode} \end{xmdsDoc} %%% %%% name (field) \subsection{name (field)} \label{lab:name(field)} \index{name (field)@\xmdsTag{name} (field)} \begin{xmdsDoc} \item \optl \xmdsTagTarg{name(field)}{name} \xmdsOption{string} \xmdsTag{/name} \item[Contains:] string \item[Subelement of:] \xmdsTagLink{field}{field} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{field} \textarrow \xmdsTag{name} \item[Description:] The name of the field to integrate. Defaults to \ttt{main}. \item[Example:] \forcenewline \begin{xmdsCode} main \end{xmdsCode} \end{xmdsDoc} %%% %%% dimensions \subsection{dimensions} \label{lab:dimensions} \index{dimensions@\xmdsTag{dimensions}} \begin{xmdsDoc} \item \optl \xmdsTagTarg{dimensions}{dimensions} \xmdsOption{string} \textsf{variableName} \xmdsOption{string} \textsf{variableName} \ldots \xmdsTag{/dimensions} \item[Contains:] array of strings \item[Subelement of:] \xmdsTagLink{field}{field} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{field} \textarrow \xmdsTag{dimensions} \item[Description:] A space delimited array of the names of dimensions in the field other than the propagation dimension. This element is therefore a list of the transverse field dimensions. \item[Example:] \forcenewline \begin{xmdsCode} t \end{xmdsCode} \end{xmdsDoc} %%% %%% lattice (field) \subsection{lattice (field)} \label{lab:lattice(field)} \index{lattice (field)@\xmdsTag{lattice} (field)} \begin{xmdsDoc} \item \optl \xmdsTagTarg{lattice(field)}{lattice} \xmdsOption{int} \xmdsOption{int} \ldots \xmdsTag{/lattice}\\ (\reqd if \xmdsTag{dimensions} assignment present) \item[Contains:] array of integers \item[Subelement of:] \xmdsTagLink{field}{field} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{field} \textarrow \xmdsTag{lattice} \item[Description:] A space delimited array of integers giving the number of points in the grid for each dimension listed in the \xmdsTag{dimensions} tag. \item[Exmaple:] \forcenewline \begin{xmdsCode} 100 \end{xmdsCode} \end{xmdsDoc} %%% %%% domains \subsection{domains} \label{lab:domains} \index{domains@\xmdsTag{domains}} \begin{xmdsDoc} \item \optl \xmdsTagTarg{domains}{domains} \xmdsOption{(double, double)} \xmdsOption{(double, double)} \ldots \xmdsTag{/domains}\\ (\reqd if \xmdsTag{dimensions} assignment present) \item[Contains:] array of ordered pairs of doubles \item[Subelement of:] \xmdsTagLink{field}{field} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{field} \textarrow \xmdsTag{domains} \item[Description:] This tag specifies the domain range of each dimension listed in the \xmdsTag{dimensions} tag. \item[Example:] \forcenewline \begin{xmdsCode} (-5, 5) \end{xmdsCode} \end{xmdsDoc} %%% %%% samples (field) \subsection{samples (field)} \label{lab:samples(field)} \index{samples (field)@\xmdsTag{samples} (field)} \begin{xmdsDoc} \item \reqd \xmdsTagTarg{samples(field)}{samples} \xmdsOption{int} \xmdsOption{int} \ldots \xmdsTag{/samples} \item[Contains:] array of integers, specifically either \ttt{1} or \ttt{0} \item[Subelement of:] \xmdsTagLink{field}{field} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{field} \textarrow \xmdsTag{samples} \item[Description:] Tells \xmds which moment groups to sample. This tag should contain a space separated list of \ttt{1}'s and \ttt{0}'s. A \ttt{1} meaning sample the moment group in question, and a \ttt{0} meaning do not. \item[Example:] \forcenewline \begin{xmdsCode} 1 \end{xmdsCode} \end{xmdsDoc} %%% %%% vector \subsection{vector} \label{lab:vector} \index{vector@\xmdsTag{vector}} \begin{xmdsDoc} \item \reqd \xmdsTagTarg{vector}{vector} \xmdsOption{xmds tags} \xmdsTag{/vector} \item[Contains:] \xmdsTagLink{name(vector)}{name}, \xmdsTagLink{filename(vector)}{filename}, \xmdsTagLink{type(vector)}{type}, \xmdsTagLink{components}{components}, \xmdsTagLink{fourier_space(vector)}{fourier\_space}, \xmdsTagLink{vectors(vector)}{vectors}, \CDATA \item[Subelement of:] \xmdsTagLink{field}{field} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{field} \textarrow \xmdsTag{vector} \item[Description:] A container for tags describing a vector of the field. \item[Example:] \forcenewline \begin{xmdsCode} \end{xmdsCode} \end{xmdsDoc} %%% %%% name (vector) \subsubsection{name (vector)} \label{lab:name(vector)} \index{name (vector)@\xmdsTag{name} (vector)} \begin{xmdsDoc} \item \reqd \xmdsTagTarg{name(vector)}{name} \xmdsOption{string} \xmdsTag{/name} \item[Contains:] string \item[Subelement of:] \xmdsTagLink{vector}{vector} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{field} \textarrow \xmdsTag{vector} \textarrow \xmdsTag{name} \item[Description:] Name of the vector in question. At least one vector must be present, and at least one vector must be called \ttt{main}. \item[Example:] \forcenewline \begin{xmdsCode} main \end{xmdsCode} \end{xmdsDoc} %%% %%% filename (vector) \subsubsection{filename (vector)} \label{lab:filename(vector)} \index{filename (vector)@\xmdsTag{filename} (vector)} \begin{xmdsDoc} \item \optl \xmdsTagTarg{filename(vector)}{filename} \xmdsOption{string} \xmdsTag{/filename} \item[Contains:] string \item[Attributes:] \optl \ttt{format="ascii"|"binary"|"xsil"} \item[Attributes for the XSIL format:] \optl \ttt{moment\_group="N"} \\ \optl \ttt{geometry\_matching\_mode="strict"|"loose"} \item[Subelement of:] \xmdsTagLink{vector}{vector} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{field} \textarrow \xmdsTag{vector} \textarrow \xmdsTag{filename} \item[Description:] Tells \xmds the file from which to load the initial field. The \xmdsTag{filename} tag accepts one optional attribute: \ttt{format}. This attribute can take one of three options; \ttt{"ascii"}, \ttt{"binary"}, or \ttt{"xsil"} where \ttt{"ascii"} is the default option. However, \ttt{"xsil"} is the most robust of these formats as it can load any binary XSIL file produced by XMDS (irrespective of what architecture the file was produced on). See \Chap{chap:extraAndAdvancedFeatures}, \Sec{subsec:InitialisationFromXSILFile} for more information on loading XSIL files. Caution should be taken here when using the \ttt{"binary"} format since loading a binary file is more difficult to get correct than loading an ascii file. However, the added difficulty is offset by being able to have smaller and more complex input data. A first thing to note is that the byte ordering of the system you are going to be loading the file into has to be the same as the file itself. For instance, creating a binary file for input to \xmds on PowerPC \tbf{will not} load correctly on an x86 platform. For the \ttt{"binary"} and \ttt{"ascii"} formats, \xmds expects the input data to be essentially interlaced so that it is loaded into memory correctly. The best way to explain this is by way of example. If the input data is to be three vectors, say \ttt{x}, \ttt{y} and \ttt{z}, then \xmds expects the data to be formed thus: \begin{alltt} x[0] y[0] z[0] x[1] y[1] z[1] \ldots \end{alltt} and so on with a new line or space between each entry. The only difference between the ascii and binary input formats is that the newline (or space) character is unnecessary, and \xmds just expects a sequence of \tbf{double} values ordered as above. For complex types, \xmds expects the imaginary part of each variable to follow the real part. If the input data for the previous example were complex numbers, then \xmds would expect the data to be in the order: \begin{alltt} real(x[0]) imag(x[0]) real(y[0]) imag(y[0]) real(z[0]) imag(z[0]) \ldots \end{alltt} \item[Example:] \forcenewline \begin{xmdsCode} blah \end{xmdsCode} \end{xmdsDoc} %%% %%% type \subsubsection{type (vector)} \label{lab:type(vector)} \index{type (vector)@\xmdsTag{type} (vector)} \begin{xmdsDoc} \item \optl \xmdsTagTarg{type(vector)}{type} \xmdsOption{string} of \textsf{complex} or \textsf{double} \xmdsTag{/type} \item[Contains:] string interpreted as either \tbf{complex} or \tbf{double} type \item[Subelement of:] \xmdsTagLink{vector}{vector} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{field} \textarrow \xmdsTag{vector} \textarrow \xmdsTag{type} \item[Description:] The data type of the vector. Defaults to \tbf{complex} if not specified. It is a good idea to use \tbf{complex} here when one is using a Fourier transform technique to integrate the equations, even if initially the variables are \tbf{double}. \item[Example:] \forcenewline \begin{xmdsCode} complex \end{xmdsCode} \end{xmdsDoc} %%% %%% components \subsubsection{components} \label{lab:components} \index{components@\xmdsTag{components}} \begin{xmdsDoc} \item \reqd \xmdsTagTarg{components}{components} \xmdsOption{string} \textsf{variableName} \xmdsOption{string} \textsf{variableName} \ldots \xmdsTag{/components} \item[Contains:] array of strings \item[Subelement of:] \xmdsTagLink{vector}{vector} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{field} \textarrow \xmdsTag{vector} \textarrow \xmdsTag{components} \item[Description:] Names the components of the vector. If a large array of components are required, it is possible to declare that here by putting the size of the array in parentheses immediately after the name. Subsequent references to these components must have the index afterwards in parentheses. \item[Example:] \forcenewline \begin{xmdsCode} phi JoeIsGreat(256) \end{xmdsCode} \end{xmdsDoc} %%% %%% fourier_space (vector) \subsubsection{fourier\_space (vector)} \label{lab:fourier_space(vector)} \index{fourier_space (vector)@\xmdsTag{fourier\_space} (vector)} \begin{xmdsDoc} \item \optl \xmdsTagTarg{fourier_space(vector)}{fourier\_space} \xmdsOption{bool} \xmdsOption{bool} \ldots \xmdsTag{/fourier\_space}\\ (\reqd if \xmdsTag{filename} not present) \item[Contains:] array of booleans \item[Subelement of:] \xmdsTagLink{vector}{vector} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{field} \textarrow \xmdsTag{vector} \textarrow \xmdsTag{fourier\_space} \item[Description:] Tells \xmds whether the dimension specified is initialised in Fourier space. This is a space separated list of \ttt{yes}/\ttt{no} values. A value of \ttt{yes} meaning the dimension is defined in Fourier space, and \ttt{no} meaning the dimension is defined in $x$-space. \item[Example:] \forcenewline \begin{xmdsCode} no \end{xmdsCode} \end{xmdsDoc} %%% %%% vectors (vector) \subsubsection{vectors (vector)} \label{lab:vectors(vector)} \index{vectors (vector)@\xmdsTag{vectors} (vector)} \begin{xmdsDoc} \item \reqd \xmdsTagTarg{vectors(vector)}{vectors} \xmdsOption{string} \textsf{variableName} \xmdsOption{string} \textsf{variableName} \ldots \xmdsTag{/vectors} \item[Contains:] array of strings \item[Subelement of:] \xmdsTagLink{vector}{vector} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{field} \textarrow \xmdsTag{vector} \textarrow \xmdsTag{vectors} \item[Description:] Tells \xmds the names of the variables are to be referenced in a \CDATA block. Defaults to \texttt{main}. \item[Example:] \forcenewline \begin{xmdsCode} main vc1 \end{xmdsCode} \end{xmdsDoc} %%% %%% sequence \section{sequence} \label{lab:sequence} \index{sequence@\xmdsTag{sequence}} \begin{xmdsDoc} \item \reqd \xmdsTagTarg{sequence}{sequence} \xmdsOption{xmds tags} \xmdsTag{/sequence} \item[Contains:] \xmdsTagLink{integrate}{integrate}, \xmdsTagLink{filter}{filter}, \xmdsTagLink{sequence}{sequence} \item[Subelement of:] \xmdsTagLink{simulation}{simulation} or \xmdsTagLink{sequence}{sequence} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{sequence} (\textarrow \xmdsTag{sequence}) \item[Description:] Container tag for the sequence of integrations to perform. May contain other sequences within itself. If subsequences exist, then they must contain a \xmdsTag{cycles} assignment. \item[Example:] \forcenewline \begin{xmdsCode} \end{xmdsCode} \end{xmdsDoc} %%% %%% cycles \subsection{cycles} \label{lab:cycles} \index{cycles@\xmdsTag{cycles}} \begin{xmdsDoc} \item \optl \xmdsTagTarg{cycles}{cycles} \xmdsOption{int} \xmdsTag{/cycles}\\ (\reqd in nested \xmdsTag{sequence}s) \item[Contains:] integer \item[Subelement of:] \xmdsTagLink{sequence}{sequence} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{sequence} \textarrow \xmdsTag{cycles} \item[Description:] The number of times to perform a given sequence (as a subsequence of the main sequence). Defaults to \ttt{1}. \item[Example:] \forcenewline \begin{xmdsCode} 3 \end{xmdsCode} \end{xmdsDoc} %%% %%% integrate \subsection{integrate} \label{lab:integrate} \index{integrate@\xmdsTag{integrate}} \begin{xmdsDoc} \item \optl \xmdsTagTarg{integrate}{integrate} \xmdsOption{xmds tags} \xmdsTag{/integrate} \item[Contains:] \xmdsTagLink{algorithm}{algorithm}, \xmdsTagLink{interval}{interval}, \xmdsTagLink{iterations}{iterations}, \xmdsTagLink{tolerance}{tolerance}, \xmdsTagLink{max_iterations}{max\_iterations}, \xmdsTagLink{smallmemory}{smallmemory}, \xmdsTagLink{cutoff}{cutoff}, \xmdsTagLink{halt_non_finite}{halt\_non\_finite}, \xmdsTagLink{lattice(integrate)}{lattice}, \xmdsTagLink{samples(integrate)}{samples}, \xmdsTagLink{k_operators}{k\_operators}, \xmdsTagLink{moment_group(integrate)}{moment\_group}, \xmdsTagLink{functions(integrate)}{functions}, \xmdsTagLink{vectors(integrate)}{vectors}, \CDATA \item[Subelement of:] \xmdsTagLink{sequence}{sequence} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{sequence} \textarrow \xmdsTag{integrate} \item[Description:] Container element holding the tags that describe how the integration should take place. \item[Example:] \forcenewline \begin{xmdsCode} \end{xmdsCode} \end{xmdsDoc} %%% %%% algorithm \subsubsection{algorithm} \label{lab:algorithm} \index{algorithm@\xmdsTag{algorithm}} \begin{xmdsDoc} \item \optl \xmdsTagTarg{algorithm}{algorithm} \xmdsOption{string} \textsf{algorithmName} \xmdsTag{/algorithm} \item[Contains:] string, one of \ttt{RK4EX}, \ttt{RK4IP}, \ttt{ARK45EX}, \ttt{ARK45IP}, \ttt{SIEX}, or \ttt{SIIP} \item[Subelement of:] \xmdsTagLink{integrate}{integrate} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{sequence} \textarrow \xmdsTag{integrate} \textarrow \xmdsTag{algorithm} \item[Description:] The algorithm to use when integrating the equations. Defaults to \ttt{SIEX} if \xmdsTag{stochastic} is \texttt{yes} or \ttt{RK4EX} if \xmdsTag{stochastic} is \texttt{no}. The six algorithms that \xmds currently contains are: \begin{description} \item[\ttt{RK4EX}] Fourth-order Runge-Kutta in the explicit picture. \item[\ttt{RK4IP}] Fourth-order Runge-Kutta in the interaction picture. \item[\ttt{ARK45EX}] adaptive step size Runge-Kutta-Fehlberg in the explicit picture. \item[\ttt{ARK45IP}] adaptive step size Runge-Kutta-Fehlberg in the interaction picture. \item[\ttt{SIEX}] Semi-implicit method in the explicit picture. \item[\ttt{SIIP}] Semi-implicit method in the interaction picture. \end{description} \item[Example:] \forcenewline \begin{xmdsCode} RK4IP \end{xmdsCode} \end{xmdsDoc} %%% %%% interval \subsubsection{interval} \label{lab:interval} \index{interval@\xmdsTag{interval}} \begin{xmdsDoc} \item \reqd \xmdsTagTarg{interval}{interval} \xmdsOption{double} \xmdsTag{/interval} \item[Contains:] double \item[Subelement of:] \xmdsTagLink{integrate}{integrate} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{sequence} \textarrow \xmdsTag{integrate} \textarrow \xmdsTag{interval} \item[Description:] The integration range. This is the interval over which the main propagation dimension will be integrated. \item[Example:] \forcenewline \begin{xmdsCode} 20 \end{xmdsCode} \end{xmdsDoc} %%% %%% iterations \subsubsection{iterations} \label{lab:iterations} \index{iterations@\xmdsTag{iterations}} \begin{xmdsDoc} \item \optl \xmdsTagTarg{iterations}{iterations} \xmdsOption{int} \xmdsTag{/iterations} \item[Contains:] integer \item[Subelement of:] \xmdsTagLink{integrate}{integrate} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{sequence} \textarrow \xmdsTag{integrate} \textarrow \xmdsTag{iterations} \item[Description:] When using one of the semi-implicit algorithms this option can be altered to control the number of iterations of the algorithm to for convergence of the method. Defaults to \ttt{3}. \item[Example:] \forcenewline \begin{xmdsCode} 5 \end{xmdsCode} \end{xmdsDoc} %%% %%%% tolerance \subsubsection{tolerance} \label{lab:tolerance} \index{tolerance@\xmdsTag{tolerance}} \begin{xmdsDoc} \item \reqd \xmdsTagTarg{tolerance}{tolerance} \xmdsOption{double} \xmdsTag{/tolerance} \item[Contains:] double \item[Subelement of:] \xmdsTagLink{integrate}{integrate} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{sequence} \textarrow \xmdsTag{integrate} \textarrow \xmdsTag{tolerance} \item[Description:] If one of the adaptive step size methods is used, this assignment controls the maximum \emph{relative} error that is allowed per step on any of the grid points. \item[Example:] \forcenewline \begin{xmdsCode} 1e-10 \end{xmdsCode} \end{xmdsDoc} %%%% %%%% max_iterations \subsubsection{max\_iterations} \label{lab:max_iterations} \index{max_iterations@\xmdsTag{max\_iterations}} \begin{xmdsDoc} \item \optl \xmdsTagTarg{max_iterations}{max\_iterations} \xmdsOption{int} \xmdsTag{/max\_iterations} \item[Contains:] integer \item[Subelement of:] \xmdsTagLink{integrate}{integrate} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{sequence} \textarrow \xmdsTag{integrate} \textarrow \xmdsTag{max\_iterations} \item[Description:] Applies to the ARK45 algorithms only. If the behaviour of the solution is unknown and might result in a very small step size the maximum number of iterations (steps and discarded steps) can be limited with this optional tag. This is particularly useful in the debugging stage or on systems that impose time limits on their running programs. \item[Example:] \forcenewline \begin{xmdsCode} 5000000 \end{xmdsCode} \end{xmdsDoc} %%%% %%% min_time_step \subsubsection{min\_time\_step} \label{lab:min_time_step} \index{min_time_step@\xmdsTag{min\_time\_step}} \begin{xmdsDoc} \item \optl \xmdsTagTarg{iterations}{min\_time\_step} \xmdsOption{double} \xmdsTag{/min\_time\_step} \item[Contains:] double \item[Subelement of:] \xmdsTagLink{integrate}{integrate} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{sequence} \textarrow \xmdsTag{integrate} \textarrow \xmdsTag{min\_time\_step} \item[Description:] The minimum time-step an integration algorithm should try, before halting that pass of the integration. This option applies to the adaptive algorithms (ARK45 and ARK89) only. The default value is \texttt{1e-13}, that is, $10^{-13}$. A value of \texttt{0} disables the check on the time-step, which will slightly speed up integrations that do not require the check. \item[Example:] \forcenewline \begin{xmdsCode} 1e-10 \end{xmdsCode} \end{xmdsDoc} %%%% %%%% smallmemory \subsubsection{smallmemory} \label{lab: smallmemory} \index{smallmemory@\xmdsTag{smallmemory}} \begin{xmdsDoc} \item \optl \xmdsTagTarg{smallmemory}{smallmemory} \xmdsOption{bool} \xmdsTag{/smallmemory} \item[Contains:] boolean \item[Subelement of:] \xmdsTagLink{integrate}{integrate} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{sequence} \textarrow \xmdsTag{integrate} \textarrow \xmdsTag{smallmemory} \item[Description:] Defaults to \ttt{no}. In this case, when using the ARK45IP algorithm \xmds calculates and stores six copies of the derivative operators per step as each of them can be reused once. For problems with memory limitations it might be better to assign \ttt{yes} to this element, then each array of derivatives needs to be calculated twice per step, but significantly less memory should be used. \item[Example:] \forcenewline \begin{xmdsCode} yes \end{xmdsCode} \end{xmdsDoc} %%%% %%%% cutoff \subsubsection{cutoff} \label{lab: cutoff} \index{iterations@\xmdsTag{cutoff}} \begin{xmdsDoc} \item \optl \xmdsTagTarg{cutoff}{cutoff} \xmdsOption{double} \xmdsTag{/cutoff} \item[Contains:] double \item[Subelement of:] \xmdsTagLink{integrate}{integrate} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{sequence} \textarrow \xmdsTag{integrate} \textarrow \xmdsTag{cutoff} \item[Description:] If one of the adaptive step size methods is used, the \ttt{cutoff} value sets the threshold for the function values that are included in the determination of relative errors. Grid points where the function is less than \ttt{cutoff}*peakvalue are not included. The value defaults to 1/1000; \item[Example:] \forcenewline \begin{xmdsCode} 1e-5 \end{xmdsCode} \end{xmdsDoc} %%%% %%% halt_non_finite \subsubsection{halt\_non\_finite} \label{lab:halt_non_finite} \index{halt_non_finite@\xmdsTag{halt\_non\_finite}} \begin{xmdsDoc} \item \optl \xmdsTagTarg{halt_non_finite}{halt\_non\_finite} \xmdsOption{bool} \xmdsTag{/halt\_non\_finite} \item[Contains:] boolean \item[Subelement of:] \xmdsTagLink{integrate}{integrate} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{sequence} \textarrow \xmdsTag{integrate} \textarrow \xmdsTag{halt\_non\_finite} \item[Description:] If \texttt{yes}, then halt the current integration pass if it produces a non-finite number in the first component of the main vector. Since non-finite numbers usually propogate quickly through the components of the main vector, this will quickly detect any non-finite number. Examples of non-finite numbers are \texttt{1.0/0.0}, which is infinite, and \texttt{0.0/0.0}, which is not a number (NaN). Some platforms process non-finite numbers slower than finite numbers; others process them faster. Regardless, they are unlikely to be useful results from an integration. Note that, by default, \xmds compiles the generated C++ code with optimizations that sacrifice strict compliance with floating-point arithmetic standards (e.g. IEEE 754). Many of these optimizations assume that all floating-point numbers are finite. Naturally, this may pose problems for a non-finite number check. In some cases, the check for non-finite numbers is optimized to oblivion. Depending on other optimizations, the time-step may become NaN and the integration will never move forward and therefore never terminate. An easy way to see if the check for non-finite numbers survived optimization is to run the following (supposing \xmds compiled the \ttt{simulation} binary from \ttt{simulation.xmds}): \begin{quote} \begin{verbatim} strings simulation | grep halt_non_finite: \end{verbatim} \end{quote} (The colon is important.) If this command prints output similar to the following: \begin{quote} \begin{verbatim} * NOTICE: halt_non_finite: Integration halted. \end{verbatim} \end{quote} then at least the check is not optimized away and \ttt{halt\_non\_finite} is more likely to work. When using GCC \xmds enables the \texttt{-ffast-math} flag. In GCC version 3.3, this seems to pose problems with \ttt{halt\_non\_finite}. Removing the \texttt{-ffast-math} flag should solve the problem. Alternatively, keeping this flag and adding the \texttt{-fno-unsafe-math-optimizations} flag \textit{after} the \texttt{-ffast-math} flag seems to work (and should produce faster code). GCC~4 seems to have no problem. There seems to be no problem using version 10.1 of Intel's compiler \ttt{icc}. Note that \ttt{icc} sacrifices floating-point compliance for speed by default, but this can be changed using the \ttt{-fp-model} flag. Remember you can change compilation flags by editing the preference file (see section \ref{sec:preferences} for more information on preferences). Of course, you can also edit the compilation command printed by \xmds and run it by hand. Overall, however, there are no guarantees that \ttt{halt\_non\_finite} will work when sacrificing accuracy for speed in floating-point arithmetic. Defaults to \texttt{no}. \item[Example:] \forcenewline \begin{xmdsCode} yes \end{xmdsCode} \end{xmdsDoc} %%% lattice (integrate) \subsubsection{lattice (integrate)} \label{lab:lattice(integrate)} \index{lattice (integrate)@\xmdsTag{lattice} (integrate)} \begin{xmdsDoc} \item \reqd \xmdsTagTarg{lattice(integrate)}{lattice} \xmdsOption{int} \xmdsTag{/lattice} \item[Contains:] integer \item[Subelement of:] \xmdsTagLink{integrate}{integrate} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{sequence} \textarrow \xmdsTag{integrate} \textarrow \xmdsTag{lattice} \item[Description:] The number of points to use over the integration interval i.e.~over the number entered in the \xmdsTag{interval} assignment. \item[Example:] \forcenewline \begin{xmdsCode} 1000 \end{xmdsCode} \end{xmdsDoc} %%% %%% samples (integrate) \subsubsection{samples (integrate)} \label{lab:samples(integrate)} \index{samples (integrate)@\xmdsTag{samples} (integrate)} \begin{xmdsDoc} \item \reqd \xmdsTagTarg{samples(integrate)}{samples} \xmdsOption{int} \xmdsOption{int} \ldots \xmdsTag{/samples} \item[Contains:] array of integers \item[Subelement of:] \xmdsTagLink{integrate}{integrate} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{sequence} \textarrow \xmdsTag{integrate} \textarrow \xmdsTag{samples} \item[Description:] The number of samples to take of each output moment group. This is a space separated list of integers, the number of which must be equal to the number of output moment groups. Each integer must be a factor of the \xmdsTag{lattice} assignment or \ttt{0}. If set to \ttt{0} then the given moment group is not sampled. \item[Example:] \forcenewline \begin{xmdsCode} 50 \end{xmdsCode} \end{xmdsDoc} %%% %%% k_operators \subsubsection{k\_operators} \label{lab:k_operators} \index{k_operators@\xmdsTag{k\_operators}} \begin{xmdsDoc} \item \optl \xmdsTagTarg{k_operators}{k\_operators} \xmdsOption{xmds tags} \xmdsTag{/k\_operators} \item[Contains:] \xmdsTagLink{vectors(k_operators)}{vectors}, \xmdsTagLink{constant}{constant}, \xmdsTagLink{operator_names}{operator\_names}, \CDATA \item[Subelement of:] \xmdsTagLink{integrate}{integrate} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{sequence} \textarrow \xmdsTag{integrate} \textarrow \xmdsTag{k\_operators} \item[Description:] Container for tags describing the $k$-space (i.e.~Fourier space) operators. \item[Example:] \forcenewline \begin{xmdsCode} \end{xmdsCode} \end{xmdsDoc} %%% %%% vectors (k_operators) \paragraph{vectors (k\_operators)} \label{lab:vectors(k_operators)} \index{vectors (k_operators)@\xmdsTag{vectors} (k\_operators)} \begin{xmdsDoc} \item \optl \xmdsTagTarg{vectors(k_operators)}{vectors} \xmdsOption{string} \textsf{variableName} \xmdsOption{string} \textsf{variableName} \ldots \xmdsTag{/vectors} \item[Contains:] array of strings \item[Subelement of:] \xmdsTagLink{k_operators}{k\_operators} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{sequence} \textarrow \xmdsTag{integrate} \textarrow \xmdsTag{k\_operators} \textarrow \xmdsTag{vectors} \item[Description:] Vectors to be referred to in \CDATA block. Defaults to \texttt{main}. \item[Example:] \forcenewline \begin{xmdsCode} main vc1 \end{xmdsCode} \end{xmdsDoc} %%% %%% constant \paragraph{constant} \label{lab:constant} \index{constant@\xmdsTag{constant}} \begin{xmdsDoc} \item \optl \xmdsTagTarg{constant}{constant} \xmdsOption{bool} \xmdsTag{/constant} \item[Contains:] boolean \item[Subelement of:] \xmdsTagLink{k_operators}{k\_operators} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{sequence} \textarrow \xmdsTag{integrate} \textarrow \xmdsTag{k\_operators} \textarrow \xmdsTag{constant} \item[Description:] Tells \xmds whether or not the $k$-space operators are constant over the course of the simulation, in other words, they don't depend upon the propagation dimension. If they are constant, then giving a value of \ttt{yes} for this tag speeds up the simulation as more efficient code can be used. Defaults to \texttt{no}. \item[Example:] \forcenewline \begin{xmdsCode} yes \end{xmdsCode} \end{xmdsDoc} %%% %%% operator_names \paragraph{operator\_names} \label{lab:operator_names} \index{operator_names@\xmdsTag{operator\_names}} \begin{xmdsDoc} \item \reqd \xmdsTagTarg{operator_names}{operator\_names} \xmdsOption{string} \textsf{variableName} \xmdsOption{string} \textsf{variableName} \ldots \xmdsTag{/operator\_names} \item[Contains:] array of strings \item[Subelement of:] \xmdsTagLink{k_operators}{k\_operators} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{sequence} \textarrow \xmdsTag{integrate} \textarrow \xmdsTag{k\_operators} \textarrow \xmdsTag{operator\_names} \item[Description:] The names of the $k$-space operators as they appear in the \CDATA block within the \xmdsTag{k\_operators} element. This is a space separated list of strings of the operator names. \item[Example:] \forcenewline \begin{xmdsCode} L \end{xmdsCode} \end{xmdsDoc} %%% %%% moment_group (integrate) \subsubsection{moment\_group (integrate)} \label{lab: moment_group(integrate)} \index{moment_group (integrate)@\xmdsTag{moment\_group} (integrate)} \begin{xmdsDoc} \item \optl \xmdsTagTarg{moment_group(integrate)}{moment\_group} \xmdsOption{xmds tags} \xmdsTag{/moment\_group} \item[Contains:] \xmdsTagLink{moments}{moments}, \xmdsTagLink{integrate_dimension}{integrate\_dimension}, \CDATA \item[Subelement of:] \xmdsTagLink{integrate}{integrate} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{sequence} \textarrow \xmdsTag{integrate} \textarrow \xmdsTag{moment\_group} \item[Description:] Defines and calculates a number or vector integrated through zero or more of the transverse dimensions of the problem. \item[Example:] \forcenewline \begin{xmdsCode} joe is great no yes \end{xmdsCode} \end{xmdsDoc} %%% %%% functions (integrate) \subsubsection{functions (integrate)} \label{lab: functions(integrate)} \index{functions (integrate)@\xmdsTag{functions} (integrate)} \begin{xmdsDoc} \item \optl \xmdsTagTarg{functions(integrate)}{functions} \CDATA \xmdsTag{/functions} \item[Contains:] \CDATA \item[Subelement of:] \xmdsTagLink{integrate}{integrate} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{sequence} \textarrow \xmdsTag{integrate} \textarrow \xmdsTag{functions} \item[Description:] This is the best place to define any functions that do not depend on the transverse dimensions. \item[Example:] \forcenewline \begin{xmdsCode} \end{xmdsCode} \end{xmdsDoc} %%% %%% vectors (integrate) \subsubsection{vectors (integrate)} \label{lab:vectors(integrate)} \index{vectors (integrate)@\xmdsTag{vectors} (integrate)} \begin{xmdsDoc} \item \reqd \xmdsTagTarg{vectors(integrate)}{vectors} \xmdsOption{string} \textsf{variableName} \xmdsOption{string} \textsf{variableName} \ldots \xmdsTag{/vectors} \item[Contains:] array of strings \item[Subelement of:] \xmdsTagLink{integrate}{integrate} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{sequence} \textarrow \xmdsTag{integrate} \textarrow \xmdsTag{vectors} \item[Description:] The vectors \xmds needs to access in the equations. Given as a space separated list of strings. Defaults to \texttt{main}. \item[Example:] \forcenewline \begin{xmdsCode} main vc1 \end{xmdsCode} \end{xmdsDoc} %%% %%% filter \subsection{filter} \label{lab:filter} \index{filter@\xmdsTag{filter}} \begin{xmdsDoc} \item \optl \xmdsTagTarg{filter}{filter} \xmdsOption{xmds tags} \xmdsTag{/filter} \item[Contains:] \xmdsTagLink{vectors(filter)}{vectors}, \xmdsTagLink{fourier_space(filter)}{fourier\_space}, \CDATA \item[Subelement of:] \xmdsTagLink{sequence}{sequence} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{sequence} \textarrow \xmdsTag{filter} \item[Description:] Container element for the tags describing how the field is to be filtered, if at all. \item[Example:] \forcenewline \begin{xmdsCode} \end{xmdsCode} \end{xmdsDoc} %%% %%% moment_group (filter) \subsubsection{moment\_group (filter)} \label{lab: moment_group(filter)} \index{moment_group (filter)@\xmdsTag{moment\_group} (filter)} \begin{xmdsDoc} \item \optl \xmdsTagTarg{moment_group(filter)}{moment\_group} \xmdsOption{xmds tags} \xmdsTag{/moment\_group} \item[Contains:] \xmdsTagLink{moments}{moments}, \xmdsTagLink{integrate_dimension}{integrate\_dimension}, \CDATA \item[Subelement of:] \xmdsTagLink{filter}{filter} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{sequence} \textarrow \xmdsTag{filter} \textarrow \xmdsTag{moment\_group} \item[Description:] Defines and calculates a number or vector integrated through zero or more of the transverse dimensions of the problem. \item[Example:] \forcenewline \begin{xmdsCode} joe is great no yes \end{xmdsCode} \end{xmdsDoc} %%% %%% functions (filter) \subsubsection{functions (filter)} \label{lab: functions(filter)} \index{functions (filter)@\xmdsTag{functions} (filter)} \begin{xmdsDoc} \item \optl \xmdsTagTarg{functions(filter)}{functions} \CDATA \xmdsTag{/functions} \item[Contains:] \CDATA \item[Subelement of:] \xmdsTagLink{filter}{filter} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{sequence} \textarrow \xmdsTag{filter} \textarrow \xmdsTag{functions} \item[Description:] This is the best place to define any functions that do not depend on the transverse dimensions. \item[Example:] \forcenewline \begin{xmdsCode} \end{xmdsCode} \end{xmdsDoc} %%% %%% vectors (filter) \subsubsection{vectors (filter)} \label{lab:vectors(filter)} \index{vectors (filter)@\xmdsTag{vectors} (filter)} \begin{xmdsDoc} \item \reqd \xmdsTagTarg{vectors(filter)}{vectors} \xmdsOption{string} \textsf{variableName} \xmdsOption{string} \textsf{variableName} \ldots \xmdsTag{/vectors} \item[Contains:] array of strings \item[Subelement of:] \xmdsTagLink{filter}{filter} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{filter} \textarrow \xmdsTag{vectors} \item[Description:] The names of the vectors \xmds should apply the filter to. Given as a space separated list of strings. Defaults to \texttt{main}. \item[Example:] \forcenewline \begin{xmdsCode} main vc1 \end{xmdsCode} \end{xmdsDoc} %%% %%% fourier_space (filter) \subsubsection{fourier\_space (filter)} \label{lab:fourier_space(filter)} \index{fourier_space (filter)@\xmdsTag{fourier\_space} (filter)} \begin{xmdsDoc} \item \optl \xmdsTagTarg{fourier_space(filter)}{fourier\_space} \xmdsOption{boolean} \xmdsOption{boolean} \ldots \xmdsTag{/fourier\_space} \item[Contains:] array of booleans \item[Subelement of:] \xmdsTagLink{filter}{filter} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{integrate} \textarrow \xmdsTag{filter} \textarrow \xmdsTag{fourier\_space} \item[Description:] Tells \xmds in which space the filter is to be applied. This is a list of \ttt{yes}/\ttt{no} options for each vector. \item[Example:] \forcenewline \begin{xmdsCode} yes no \end{xmdsCode} \end{xmdsDoc} %%% %%% cross_propagation \subsubsection{cross\_propagation} \label{lab:cross_propagation} \index{cross_propagation@\xmdsTag{cross\_propagation}} \begin{xmdsDoc} \item \optl \xmdsTagTarg{cross_propagation}{cross\_propagation} \xmdsOption{xmds tags} \xmdsTag{/cross\_propagation} \item[Contains:] \xmdsTagLink{vectors(cross_propagation)}{vectors}, \xmdsTagLink{prop_dim(cross_propagation)}{prop\_dim}, \CDATA \item[Subelement of:] \xmdsTagLink{integrate}{integrate} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{integrate} \textarrow \xmdsTag{cross\_propagation} \item[Description:] Container of the tags describing the cross propagation vectors, if any. \item[Example:] \forcenewline \begin{xmdsCode} \end{xmdsCode} \end{xmdsDoc} %%% %%% prop_dim \paragraph{prop\_dim (cross\_propagation)} \label{lab:prop_dim(cross_propagation)} \index{prop_dim (cross_propagation)@\xmdsTag{prop\_dim} (cross\_propagation)} \begin{xmdsDoc} \item \reqd \xmdsTagTarg{prop_dim(cross_propagation)}{prop\_dim} \xmdsOption{string} \xmdsTag{/prop\_dim} \item[Contains:] string \item[Subelement of:] \xmdsTagLink{cross_propagation}{cross\_propagation} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{integrate} \textarrow \xmdsTag{cross\_propagation} \textarrow \xmdsTag{prop\_dim} \item[Description:] The propagation dimension of the cross propagating vector. \item[Example:] \forcenewline \begin{xmdsCode} z \end{xmdsCode} \end{xmdsDoc} %%% %%% vectors (cross_propagation) \paragraph{vectors (cross\_propagation)} \label{lab:vectors(cross_propagation)} \index{vectors (cross_propagation)@\xmdsTag{vectors} (cross\_propagation)} \begin{xmdsDoc} \item \reqd \xmdsTagTarg{vectors(cross_propagation)}{vectors} \xmdsOption{string} \textsf{variableName} \xmdsOption{string} \textsf{variableName} \ldots \xmdsTag{/vectors} \item[Contains:] array of strings \item[Subelement of:] \xmdsTagLink{cross_propagation}{cross\_propagation} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{sequence} \textarrow \xmdsTag{integrate} \textarrow \xmdsTag{cross\_propagation} \textarrow \xmdsTag{vectors} \item[Description:] The names of the cross propagating vectors as a list of strings. \item[Example:] \forcenewline \begin{xmdsCode} main vc1 \end{xmdsCode} \end{xmdsDoc} %%% %%% breakpoint \subsection{breakpoint} \label{breakpoint} \index{breakpoint@\xmdsTag{breakpoint}} \begin{xmdsDoc} \item \optl \xmdsTagTarg{breakpoint}{breakpoint} \xmdsOption{xmds tags} \xmdsTag{/breakpoint} \item[Contains:] \xmdsTagLink{filename(breakpoint)}{filename}, \xmdsTagLink{fourier_space(breakpoint)}{fourier\_space}, \xmdsTagLink{vectors(breakpoint)}{vectors} \item[Subelement of:] \xmdsTagLink{sequence}{sequence} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{sequence} \textarrow \xmdsTag{breakpoint} \item[Description:] Saves some vectors to a binary XSIL file when this element is reached in the simulation. This can be used for generating an XSIL file that can be used as an input for another simulation, or to check the behaviour of the simulation part way through. This feature is described further in \Chap{chap:extraAndAdvancedFeatures}, \Sec{sec:Breakpoints}. \item[Example:] \forcenewline \begin{xmdsCode} \end{xmdsCode} \end{xmdsDoc} %%% %%% filename (breakpoint) \subsubsection{filename (breakpoint)} \label{lab:filename(breakpoint)} \index{filename (breakpoint)@\xmdsTag{filename} (breakpoint)} \begin{xmdsDoc} \item \optl \xmdsTagTarg{filename(breakpoint)}{filename} \xmdsOption{string} \xmdsTag{/filename} \item[Contains:] string \item[Subelement of:] \xmdsTagLink{breakpoint}{breakpoint} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{sequence} \textarrow \xmdsTag{breakpoint} \textarrow \xmdsTag{filename} \item[Description:] Sets the XSIL file to which the breakpoint information should be saved. \item[Example:] \forcenewline \begin{xmdsCode} blah.xsil \end{xmdsCode} \end{xmdsDoc} %%% %%% fourier_space (breakpoint) \subsubsection{fourier\_space (breakpoint)} \label{lab:fourier_space(breakpoint)} \index{fourier_space (breakpoint)@\xmdsTag{fourier\_space} (breakpoint)} \begin{xmdsDoc} \item \optl \xmdsTagTarg{fourier_space(breakpoint)}{fourier\_space} \xmdsOption{boolean} \xmdsOption{boolean} \ldots \xmdsTag{/fourier\_space} \item[Contains:] array of booleans \item[Subelement of:] \xmdsTagLink{breakpoint}{breakpoint} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{sequence} \textarrow \xmdsTag{breakpoint} \textarrow \xmdsTag{fourier\_space} \item[Description:] Tells \xmds in which space the breakpoint is to be written in. This is a list of \ttt{yes}/\ttt{no} options for each vector. \item[Example:] \forcenewline \begin{xmdsCode} yes no \end{xmdsCode} \end{xmdsDoc} %%% %%% vectors (breakpoint) \subsubsection{vectors (breakpoint)} \label{lab:vectors(breakpoint)} \index{vectors (breakpoint)@\xmdsTag{vectors} (breakpoint)} \begin{xmdsDoc} \item \reqd \xmdsTagTarg{vectors(breakpoint)}{vectors} \xmdsOption{string} \textsf{vectorName} \xmdsOption{string} \textsf{vectorName} \ldots \xmdsTag{/vectors} \item[Contains:] array of strings \item[Subelement of:] \xmdsTagLink{breakpoint}{breakpoint} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{sequence} \textarrow \xmdsTag{breakpoint} \textarrow \xmdsTag{vectors} \item[Description:] The names of the vectors that will be saved to the XSIL file. \item[Example:] \forcenewline \begin{xmdsCode} main vc1 \end{xmdsCode} \end{xmdsDoc} %%% %%% output \section{output} \label{lab:output} \index{output@\xmdsTag{output}} \begin{xmdsDoc} \item \reqd \xmdsTagTarg{output}{output} \xmdsOption{xmds tags} \xmdsTag{/output} \item[Contains:] \xmdsTagLink{filename(output)}{filename}, \xmdsTagLink{group}{group} \item[Attributes:] \optl \ttt{format="ascii|binary"}, \optl \ttt{precision="double|single"} \item[Subelement of:] \xmdsTagLink{simulation}{simulation} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{output} \item[Description:] Container for elements describing what data should be output and how it should be output. Accepts two optional attributes, \ttt{format} and \ttt{precision}. The \ttt{format} attribute defines the output format of the data. The options available are \ttt{"ascii"} and \ttt{"binary"}, with \ttt{"ascii"} being the default option. The \ttt{precision} attribute defines the output data precision. This can be either \ttt{"double"} or \ttt{"single"}, with these options referring to double or single precision floating point numbers respectively. This option is only meaningful when \ttt{format} is set to \ttt{"binary"} as the precision does not affect the output when \ttt{"ascii"} is chosen. \item[Example:] \forcenewline \begin{xmdsCode} \end{xmdsCode} \end{xmdsDoc} %%% %%% filename (output) \subsection{filename (output)} \label{lab:filename(output)} \index{filename (output)@\xmdsTag{filename} (output)} \begin{xmdsDoc} \item \optl \xmdsTagTarg{filename(output)}{filename} \xmdsOption{string} \xmdsTag{/filename} \item[Contains:] string \item[Subelement of:] \xmdsTagLink{output}{output} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{output} \textarrow \xmdsTag{filename} \item[Description:] Optional filename for output data. \item[Example:] \forcenewline \begin{xmdsCode} nlse.xsil \end{xmdsCode} \end{xmdsDoc} %%% %%% group \subsection{group} \label{lab:group} \index{group@\xmdsTag{group}} \begin{xmdsDoc} \item \reqd \xmdsTagTarg{group}{group} \xmdsOption{xmds tags} \xmdsTag{/group} \item[Contains:] \xmdsTagLink{sampling}{sampling}, \xmdsTagLink{post_propagation}{post\_propagation} \item[Subelement of:] \xmdsTagLink{output}{output} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{output} \textarrow \xmdsTag{group} \item[Description:] Container for tags describing the relevant moment group. There must be at least one group element given. \item[Example:] \forcenewline \begin{xmdsCode} \end{xmdsCode} \end{xmdsDoc} %%% %%% sampling \subsubsection{sampling} \label{lab:sampling} \index{sampling@\xmdsTag{sampling}} \begin{xmdsDoc} \item \reqd \xmdsTagTarg{sampling}{sampling} \xmdsOption{xmds tags} \xmdsTag{/sampling} \item[Contains:] \xmdsTagLink{vectors(sampling)}{vectors}, \xmdsTagLink{fourier_space(sampling)}{fourier\_space}, \xmdsTagLink{lattice(sampling)}{lattice}, \xmdsTagLink{moments(sampling)}{moments}, \CDATA \item[Subelement of:] \xmdsTagLink{group}{group} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{output} \textarrow \xmdsTag{group} \textarrow \xmdsTag{sampling} \item[Description:] Container for tags describing how to sample the moment group. \item[Example:] \forcenewline \begin{xmdsCode} \end{xmdsCode} \end{xmdsDoc} %%% %%% type (sampling) \paragraph{type (sampling)} \label{lab:type(sampling)} \index{type (sampling)@\xmdsTag{type} (sampling)} \begin{xmdsDoc} \item \optl \xmdsTagTarg{type(sampling)}{type} \xmdsOption{string} of \textsf{complex} or \textsf{double} \xmdsTag{/type} \item[Contains:] string interpreted as either \tbf{complex} or \tbf{double} type \item[Subelement of:] \xmdsTagLink{sampling}{sampling} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{output} \textarrow \xmdsTag{group} \textarrow \xmdsTag{sampling} \textarrow \xmdsTag{type} \item[Description:] The data type of the output data. Defaults to \tbf{complex} if the vector that the output data depends on is of type \tbf{complex}, and \tbf{double} otherwise. Note that a type of \tbf{double} cannot be used with a \xmdsTagLink{post\_propagation}{post\_propagation} tag as the fourier transforms available to the \xmdsTagLink{post\_propagation}{post\_propagation} tag require the output data to be of type \tbf{complex}. \item[Example:] \forcenewline \begin{xmdsCode} complex \end{xmdsCode} \end{xmdsDoc} %%% %%% fourier_space (sampling) \paragraph{fourier\_space (sampling)} \label{lab:fourier_space(sampling)} \index{fourier_space (sampling)@\xmdsTag{fourier\_space} (sampling)} \begin{xmdsDoc} \item \reqd \xmdsTagTarg{fourier_space(sampling)}{fourier\_space} \xmdsOption{bool} \xmdsOption{bool} \ldots \xmdsTag{/fourier\_space} \item[Contains:] array of booleans \item[Subelement of:] \xmdsTagLink{sampling}{sampling} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{output} \textarrow \xmdsTag{group} \textarrow \xmdsTag{sampling} \textarrow \xmdsTag{fourier\_space} \item[Description:] A boolean telling \xmds whether or not to sample in Fourier space. This should be a space separated list of booleans, one for each transverse dimension. \item[Example:] \forcenewline \begin{xmdsCode} no \end{xmdsCode} \end{xmdsDoc} %%% %%% vectors (sampling) \paragraph{vectors (sampling)} \label{lab:vectors(sampling)} \index{vectors (sampling)@\xmdsTag{vectors} (sampling)} \begin{xmdsDoc} \item \optl \xmdsTagTarg{vectors(sampling)}{vectors} \xmdsOption{string} \textsf{variableName} \xmdsOption{string} \textsf{variableName} \ldots \xmdsTag{/vectors} \item[Contains:] array of strings \item[Subelement of:] \xmdsTagLink{sampling}{sampling} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{output} \textarrow \xmdsTag{group} \textarrow \xmdsTag{sampling} \textarrow \xmdsTag{vectors} \item[Description:] Space separated list of strings giving the names of the vectors to sample. Defaults to \texttt{main}. \item[Example:] \forcenewline \begin{xmdsCode} main vc1 \end{xmdsCode} \end{xmdsDoc} %%% %%% lattice (sampling) \paragraph{lattice (sampling)} \label{lab:lattice(sampling)} \index{lattice (sampling)@\xmdsTag{lattice} (sampling)} \begin{xmdsDoc} \item \optl \xmdsTagTarg{lattice(sampling)}{lattice} \xmdsOption{int} \xmdsOption{int} \ldots \xmdsTag{/lattice} \item[Contains:] array of integers \item[Subelement of:] \xmdsTagLink{sampling}{sampling} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{output} \textarrow \xmdsTag{group} \textarrow \xmdsTag{sampling} \textarrow \xmdsTag{lattice} \item[Description:] A space separated list of integers, each describing how many points to sample of each transverse dimension (if greater than 1: see below). One entry must exist for each transverse dimension. If an entry is set to \ttt{0}, then \xmds integrates the moments over this dimension. this will cause the output field to no longer be a function of this transverse dimension. If an entry is set to \ttt{1}, then \xmds will sample the moments on a cross-sectional slice of this dimension, also causing the output field to lose this transverse dimension. If this dimension is in normal space then \xmds will extract the slice at the middle lattice point (point number $N/2+1$ using integer division), otherwise \xmds will extract the slice at the zero momentum point, $k=0$. \item[Example:] \forcenewline \begin{xmdsCode} 50 \end{xmdsCode} \end{xmdsDoc} %%% %%% moments (sampling) \paragraph{moments (sampling)} \label{lab:moments(sampling)} \index{moments (sampling)@\xmdsTag{moments} (sampling)} \begin{xmdsDoc} \item \reqd \xmdsTagTarg{moments(sampling)}{moments} \xmdsOption{string} \textsf{variableName} \xmdsOption{string} \textsf{variableName} \ldots \xmdsTag{/moments} \item[Contains:] array of strings \item[Subelement of:] \xmdsTagLink{sampling}{sampling} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{output} \textarrow \xmdsTag{group} \textarrow \xmdsTag{sampling} \textarrow \xmdsTag{moments} \item[Description:] A list of strings of the names of the moments to sample. These variables will then be mentioned in the \CDATA block following this tag. \item[Example:] \forcenewline \begin{xmdsCode} pow_dens \end{xmdsCode} \end{xmdsDoc} %%% %%% post_propagation \subsubsection{post\_propagation} \label{lab:post_propagation} \index{post_propagation@\xmdsTag{post\_propagation}} \begin{xmdsDoc} \item \optl \xmdsTagTarg{post_propagation}{post\_propagation} \xmdsOption{xmds tags} \xmdsTag{/post\_propagation} \item[Contains:] \xmdsTagLink{fourier_space(post_propagation)}{fourier\_space}, \xmdsTagLink{moments(post_propagation)}{moments}, \CDATA \item[Subelement of:] \xmdsTagLink{group}{group} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{output} \textarrow \xmdsTag{group} \textarrow \xmdsTag{post\_propagation} \item[Description:] Container for tags describing any post propagation processing of the data that should be done prior to output to file. \item[Example:] \forcenewline \begin{xmdsCode} \end{xmdsCode} \end{xmdsDoc} %%% %%% fourier_space (post_propagation) \paragraph{fourier\_space (post\_propagation)} \label{lab:fourier_space(post_propagation)} \index{fourier_space (post_propagation)@\xmdsTag{fourier\_space} (post\_propagation)} \begin{xmdsDoc} \item \reqd \xmdsTagTarg{fourier_space(post_propagation)}{fourier\_space} \xmdsOption{bool} \xmdsOption{bool} \ldots \xmdsTag{/fourier\_space} \item[Contains:] array of booleans \item[Subelement of:] \xmdsTagLink{post_propagation}{post\_propagation} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{output} \textarrow \xmdsTag{group} \textarrow \xmdsTag{post\_propagation} \textarrow \xmdsTag{fourier\_space} \item[Description:] Whether or not the post propagation is performed in Fourier space. This is a list of \ttt{yes}/\ttt{no} entries for the propagation dimension and as many \emph{remaining} transverse dimensions. \item[Example:] \forcenewline \begin{xmdsCode} no \end{xmdsCode} \end{xmdsDoc} %%% %%% moments (post_propagation) \paragraph{moments (post\_propagation)} \label{lab:moments(post_propagation)} \index{moments (post_propagation)@\xmdsTag{moments} (post\_propagation)} \begin{xmdsDoc} \item \reqd \xmdsTagTarg{moments(post_propagation)}{moments} \xmdsOption{string} \textsf{variableName} \xmdsOption{string} \tsf{variableName} \ldots \xmdsTag{/moments} \item[Contains:] array of strings \item[Subelement of:] \xmdsTagLink{post_propagation}{post\_propagation} \item[Path to tag:] \xmdsTag{simulation} \textarrow \xmdsTag{output} \textarrow \xmdsTag{group} \textarrow \xmdsTag{post\_propagation} \textarrow \xmdsTag{moments} \item[Description:] The names of the moments (with different names to the moments defined directly within the group element) to be derived from the post processing. \item[Example:] \forcenewline \begin{xmdsCode} pow_dens \end{xmdsCode} \end{xmdsDoc} %%% xmds-doc-0~svn.1884/latex/gpl.tex0000644000175000017500000003724610611542642016165 0ustar rafaelrafael% Copyright (C) 2000-2007 % % Code contributed by Greg Collecutt, Joseph Hope and the xmds-devel team % % This file is part of xmds. % % This program is free software; you can redistribute it and/or % modify it under the terms of the GNU General Public License % as published by the Free Software Foundation; either version 2 % of the License, or (at your option) any later version. % % This program is distributed in the hope that it will be useful, % but WITHOUT ANY WARRANTY; without even the implied warranty of % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License % along with this program; if not, write to the Free Software % Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. \chapter{Gnu General Public License} \label{chap:gpl} GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS xmds-doc-0~svn.1884/latex/html.sty0000644000175000017500000033242410541510363016357 0ustar rafaelrafael% % $Id: html.sty 1195 2006-12-18 13:00:35Z paultcochrane $ % LaTeX2HTML Version 96.2 : html.sty % % This file contains definitions of LaTeX commands which are % processed in a special way by the translator. % For example, there are commands for embedding external hypertext links, % for cross-references between documents or for including raw HTML. % This file includes the comments.sty file v2.0 by Victor Eijkhout % In most cases these commands do nothing when processed by LaTeX. % % Place this file in a directory accessible to LaTeX (i.e., somewhere % in the TEXINPUTS path.) % % NOTE: This file works with LaTeX 2.09 or (the newer) LaTeX2e. % If you only have LaTeX 2.09, some complex LaTeX2HTML features % like support for segmented documents are not available. % Changes: % See the change log at end of file. % Exit if the style file is already loaded % (suggested by Lee Shombert \ifx \htmlstyloaded\relax \endinput\else\let\htmlstyloaded\relax\fi \makeatletter \providecommand{\latextohtml}{\LaTeX2\texttt{HTML}} %%% LINKS TO EXTERNAL DOCUMENTS % % This can be used to provide links to arbitrary documents. % The first argumment should be the text that is going to be % highlighted and the second argument a URL. % The hyperlink will appear as a hyperlink in the HTML % document and as a footnote in the dvi or ps files. % \newcommand{\htmladdnormallinkfoot}[2]{#1\footnote{#2}} % This is an alternative definition of the command above which % will ignore the URL in the dvi or ps files. \newcommand{\htmladdnormallink}[2]{#1} % This command takes as argument a URL pointing to an image. % The image will be embedded in the HTML document but will % be ignored in the dvi and ps files. % \newcommand{\htmladdimg}[1]{} %%% CROSS-REFERENCES BETWEEN (LOCAL OR REMOTE) DOCUMENTS % % This can be used to refer to symbolic labels in other Latex % documents that have already been processed by the translator. % The arguments should be: % #1 : the URL to the directory containing the external document % #2 : the path to the labels.pl file of the external document. % If the external document lives on a remote machine then labels.pl % must be copied on the local machine. % %e.g. \externallabels{http://cbl.leeds.ac.uk/nikos/WWW/doc/tex2html/latex2html} % {/usr/cblelca/nikos/tmp/labels.pl} % The arguments are ignored in the dvi and ps files. % \newcommand{\externallabels}[2]{} % This complements the \externallabels command above. The argument % should be a label defined in another latex document and will be % ignored in the dvi and ps files. % \newcommand{\externalref}[1]{} % Suggested by Uffe Engberg (http://www.brics.dk/~engberg/) % This allows the same effect for citations in external bibliographies. % An \externallabels command must be given, locating a labels.pl file % which defines the location and keys used in the external .html file. % \newcommand{\externalcite}{\nocite} %%% HTMLRULE % This command adds a horizontal rule and is valid even within % a figure caption. % Here we introduce a stub for compatibility. \newcommand{\htmlrule}{\protect\HTMLrule} \newcommand{\HTMLrule}{\@ifstar\htmlrulestar\htmlrulestar} \newcommand{\htmlrulestar}[1]{} % This command adds information within the ... tag % \newcommand{\bodytext}[1]{} \newcommand{\htmlbody}{} %%% HYPERREF % Suggested by Eric M. Carol % Similar to \ref but accepts conditional text. % The first argument is HTML text which will become ``hyperized'' % (underlined). % The second and third arguments are text which will appear only in the paper % version (DVI file), enclosing the fourth argument which is a reference to a label. % %e.g. \hyperref{using the tracer}{using the tracer (see Section}{)}{trace} % where there is a corresponding \label{trace} % \newcommand{\hyperref}{\hyperrefx[ref]} \def\hyperrefx[#1]{{\def\next{#1}% \def\tmp{ref}\ifx\next\tmp\aftergroup\hyperrefref \else\def\tmp{pageref}\ifx\next\tmp\aftergroup\hyperpageref \else\def\tmp{page}\ifx\next\tmp\aftergroup\hyperpageref \else\def\tmp{noref}\ifx\next\tmp\aftergroup\hypernoref \else\def\tmp{no}\ifx\next\tmp\aftergroup\hypernoref \else\typeout{*** unknown option \next\space to hyperref ***}% \fi\fi\fi\fi\fi}} \newcommand{\hyperrefref}[4]{#2\ref{#4}#3} \newcommand{\hyperpageref}[4]{#2\pageref{#4}#3} \newcommand{\hypernoref}[3]{#2} %%% HYPERCITE --- added by RRM % Suggested by Stephen Simpson % effects the same ideas as in \hyperref, but for citations. % It does not allow an optional argument to the \cite, in LaTeX. % % \hypercite{}{}{}{} % % uses the pre/post-texts in LaTeX, with a \cite{} % % \hypercite[ext]{}{}{} % % uses the pre/post-texts in LaTeX, with a \nocite{} % the actual reference comes from an \externallabels file. % \newcommand{\hypercite}{\hypercitex[int]} \def\hypercitex[#1]{{\def\next{#1}% \def\tmp{int}\ifx\next\tmp\aftergroup\hyperciteint \else\def\tmp{cite}\ifx\next\tmp\aftergroup\hyperciteint \else\def\tmp{ext}\ifx\next\tmp\aftergroup\hyperciteext \else\def\tmp{nocite}\ifx\next\tmp\aftergroup\hyperciteext \else\def\tmp{no}\ifx\next\tmp\aftergroup\hyperciteext \else\typeout{*** unknown option \next\space to hypercite ***}% \fi\fi\fi\fi\fi}} \newcommand{\hyperciteint}[4]{#2{\def\tmp{#3}\def\emptyopt{}% \ifx\tmp\emptyopt\cite{#4}\else\cite[#3]{#4}\fi}} \newcommand{\hyperciteext}[3]{#2\nocite{#3}} %%% HTMLREF % Reference in HTML version only. % Mix between \htmladdnormallink and \hyperref. % First arg is text for in both versions, second is label for use in HTML % version. \newcommand{\htmlref}[2]{#1} %%% HTMLCITE % Reference in HTML version only. % Mix between \htmladdnormallink and \hypercite. % First arg is text for in both versions, second is citation for use in HTML % version. \newcommand{\htmlcite}[2]{#1} %%% HTMLIMAGE % This command can be used inside any environment that is converted % into an inlined image (eg a "figure" environment) in order to change % the way the image will be translated. The argument of \htmlimage % is really a string of options separated by commas ie % [scale=],[external],[thumbnail= % The scale option allows control over the size of the final image. % The ``external'' option will cause the image not to be inlined % (images are inlined by default). External images will be accessible % via a hypertext link. % The ``thumbnail'' option will cause a small inlined image to be % placed in the caption. The size of the thumbnail depends on the % reduction factor. The use of the ``thumbnail'' option implies % the ``external'' option. % % Example: % \htmlimage{scale=1.5,external,thumbnail=0.2} % will cause a small thumbnail image 1/5th of the original size to be % placed in the final document, pointing to an external image 1.5 % times bigger than the original. % \newcommand{\htmlimage}[1]{} % \htmlborder causes a border to be placed around an image or table % when the image is placed within a cell. \newcommand{\htmlborder}[1]{} % Put \begin{makeimage}, \end{makeimage} around LaTeX to ensure its % translation into an image. % This shields sensitive text from being translated. \newenvironment{makeimage}{}{} % A dummy environment that can be useful to alter the order % in which commands are processed, in LaTeX2HTML \newenvironment{tex2html_deferred}{}{} %%% HTMLADDTONAVIGATION % This command appends its argument to the buttons in the navigation % panel. It is ignored by LaTeX. % % Example: % \htmladdtonavigation{\htmladdnormallink % {\htmladdimg{http://server/path/to/gif}} % {http://server/path}} \newcommand{\htmladdtonavigation}[1]{} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Comment.sty version 2.0, 19 June 1992 % selectively in/exclude pieces of text: the user can define new % comment versions, and each is controlled separately. % This style can be used with plain TeX or LaTeX, and probably % most other packages too. % % Examples of use in LaTeX and TeX follow \endinput % % Author % Victor Eijkhout % Department of Computer Science % University Tennessee at Knoxville % 104 Ayres Hall % Knoxville, TN 37996 % USA % % eijkhout@cs.utk.edu % % Usage: all text included in between % \comment ... \endcomment % or \begin{comment} ... \end{comment} % is discarded. The closing command should appear on a line % of its own. No starting spaces, nothing after it. % This environment should work with arbitrary amounts % of comment. % % Other 'comment' environments are defined by % and are selected/deselected with % \includecomment{versiona} % \excludecoment{versionb} % % These environments are used as % \versiona ... \endversiona % or \begin{versiona} ... \end{versiona} % with the closing command again on a line of its own. % % Basic approach: % to comment something out, scoop up every line in verbatim mode % as macro argument, then throw it away. % For inclusions, both the opening and closing comands % are defined as noop % % Changed \next to \html@next to prevent clashes with other sty files % (mike@emn.fr) % Changed \html@next to \htmlnext so the \makeatletter and % \makeatother commands could be removed (they were causing other % style files - changebar.sty - to crash) (nikos@cbl.leeds.ac.uk) % Changed \htmlnext back to \html@next... \def\makeinnocent#1{\catcode`#1=12 } \def\csarg#1#2{\expandafter#1\csname#2\endcsname} \def\ThrowAwayComment#1{\begingroup \def\CurrentComment{#1}% \let\do\makeinnocent \dospecials \makeinnocent\^^L% and whatever other special cases \endlinechar`\^^M \catcode`\^^M=12 \xComment} {\catcode`\^^M=12 \endlinechar=-1 % \gdef\xComment#1^^M{\def\test{#1}\edef\test{\meaning\test} \csarg\ifx{PlainEnd\CurrentComment Test}\test \let\html@next\endgroup \else \csarg\ifx{LaLaEnd\CurrentComment Test}\test \edef\html@next{\endgroup\noexpand\end{\CurrentComment}} \else \csarg\ifx{LaInnEnd\CurrentComment Test}\test \edef\html@next{\endgroup\noexpand\end{\CurrentComment}} \else \let\html@next\xComment \fi \fi \fi \html@next} } \def\includecomment #1{\expandafter\def\csname#1\endcsname{}% \expandafter\def\csname end#1\endcsname{}} \def\excludecomment #1{\expandafter\def\csname#1\endcsname{\ThrowAwayComment{#1}}% {\escapechar=-1\relax \edef\tmp{\string\\end#1}% \csarg\xdef{PlainEnd#1Test}{\meaning\tmp}% \edef\tmp{\string\\end\string\{#1\string\}}% \csarg\xdef{LaLaEnd#1Test}{\meaning\tmp}% \edef\tmp{\string\\end \string\{#1\string\}}% \csarg\xdef{LaInnEnd#1Test}{\meaning\tmp}% }} \excludecomment{comment} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % end Comment.sty %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % Alternative code by Robin Fairbairns, 22 September 1997 % \newcommand\@gobbleenv{\let\reserved@a\@currenvir\@gobble@nv} \long\def\@gobble@nv#1\end#2{\def\reserved@b{#2}% \ifx\reserved@a\reserved@b \edef\reserved@a{\noexpand\end{\reserved@a}}% \expandafter\reserved@a \else \expandafter\@gobble@nv \fi} \renewcommand{\excludecomment}[1]{% \csname newenvironment\endcsname{#1}{\@gobbleenv}{}} %%% RAW HTML % % Enclose raw HTML between a \begin{rawhtml} and \end{rawhtml}. % The html environment ignores its body % \excludecomment{rawhtml} %%% HTML ONLY % % Enclose LaTeX constructs which will only appear in the % HTML output and will be ignored by LaTeX with % \begin{htmlonly} and \end{htmlonly} % \excludecomment{htmlonly} % Shorter version \newcommand{\html}[1]{} % for images.tex only \excludecomment{imagesonly} %%% LaTeX ONLY % Enclose LaTeX constructs which will only appear in the % DVI output and will be ignored by latex2html with %\begin{latexonly} and \end{latexonly} % \newenvironment{latexonly}{}{} % Shorter version \newcommand{\latex}[1]{#1} %%% LaTeX or HTML % Combination of \latex and \html. % Say \latexhtml{this should be latex text}{this html text} % %\newcommand{\latexhtml}[2]{#1} \long\def\latexhtml#1#2{#1} %%% tracing the HTML conversions % This alters the tracing-level within the processing % performed by latex2html by adjusting $VERBOSITY % (see latex2html.config for the appropriate values) % \newcommand{\htmltracing}[1]{} \newcommand{\htmltracenv}[1]{} %%% \strikeout for HTML only % uses ... tags on the argument % LaTeX just gobbles it up. \newcommand{\strikeout}[1]{} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% JCL - stop input here if LaTeX2e is not present %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ifx\if@compatibility\undefined %LaTeX209 \makeatother\relax\expandafter\endinput \fi \if@compatibility %LaTeX2e in LaTeX209 compatibility mode \makeatother\relax\expandafter\endinput \fi %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % Start providing LaTeX2e extension: % This is currently: % - additional optional argument for \htmladdimg % - support for segmented documents % \ProvidesPackage{html} [1996/12/22 v1.1 hypertext commands for latex2html (nd, hws, rrm)] %%%%MG % This command takes as argument a URL pointing to an image. % The image will be embedded in the HTML document but will % be ignored in the dvi and ps files. The optional argument % denotes additional HTML tags. % % Example: \htmladdimg[ALT="portrait" ALIGN=CENTER]{portrait.gif} % \renewcommand{\htmladdimg}[2][]{} %%% HTMLRULE for LaTeX2e % This command adds a horizontal rule and is valid even within % a figure caption. % % This command is best used with LaTeX2e and HTML 3.2 support. % It is like \hrule, but allows for options via key--value pairs % as follows: \htmlrule[key1=value1, key2=value2, ...] . % Use \htmlrule* to suppress the
tag. % Eg. \htmlrule[left, 15, 5pt, "none", NOSHADE] produces %

. % Renew the necessary part. \renewcommand{\htmlrulestar}[1][all]{} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % renew some definitions to allow optional arguments % % The description of the options is missing, as yet. % \renewcommand{\latextohtml}{\textup{\LaTeX2\texttt{HTML}}} \renewcommand{\htmladdnormallinkfoot}[3][]{#2\footnote{#3}} \renewcommand{\htmladdnormallink}[3][]{#2} \renewcommand{\htmlbody}[1][]{} \renewcommand{\hyperref}[1][ref]{\hyperrefx[#1]} \renewcommand{\hypercite}[1][int]{\hypercitex[#1]} \renewcommand{\htmlref}[3][]{#2} \renewcommand{\htmlcite}[1]{#1\htmlcitex} \newcommand{\htmlcitex}[2][]{{\def\tmp{#1}\ifx\tmp\@empty\else~[#1]\fi}} \renewcommand{\htmlimage}[2][]{} \renewcommand{\htmlborder}[2][]{} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % HTML HTMLset HTMLsetenv % % These commands do nothing in LaTeX, but can be used to place % HTML tags or set Perl variables during the LaTeX2HTML processing; % They are intended for expert use only. \newcommand{\HTMLcode}[2][]{} \ifx\undefined\HTML\newcommand{\HTML}[2][]{}\else \typeout{*** Warning: \string\HTML\space had an incompatible definition ***}% \typeout{*** instead use \string\HTMLcode\space for raw HTML code ***}% \fi \newcommand{\HTMLset}[3][]{} \newcommand{\HTMLsetenv}[3][]{} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % The following commands pertain to document segmentation, and % were added by Herbert Swan (with help from % Michel Goossens ): % % % This command inputs internal latex2html tables so that large % documents can to partitioned into smaller (more manageable) % segments. % \newcommand{\internal}[2][internals]{} % % Define a dummy stub \htmlhead{}. This command causes latex2html % to define the title of the start of a new segment. It is not % normally placed in the user's document. Rather, it is passed to % latex2html via a .ptr file written by \segment. % \newcommand{\htmlhead}[3][]{} % In the LaTeX2HTML version this will eliminate the title line % generated by a \segment command, but retains the title string % for use in other places. % \newcommand{\htmlnohead}{} % In the LaTeX2HTML version this put a URL into a tag % within the ... portion of a document. % \newcommand{\htmlbase}[1]{} % % % The dummy command \endpreamble is needed by latex2html to % mark the end of the preamble in document segments that do % not contain a \begin{document} % \newcommand{\startdocument}{} % \tableofchildlinks, \htmlinfo % by Ross Moore --- extensions dated 27 September 1997 % % These do nothing in LaTeX but for LaTeX2HTML they mark % where the table of child-links and info-page should be placed, % when the user wants other than the default. % \tableofchildlinks % put mini-TOC at this location % \tableofchildlinks[off] % not on current page % \tableofchildlinks[none] % not on current and subsequent pages % \tableofchildlinks[on] % selectively on current page % \tableofchildlinks[all] % on current and all subsequent pages % \htmlinfo % put info-page at this location % \htmlinfo[off] % no info-page in current document % \htmlinfo[none] % no info-page in current document % *-versions omit the preceding
tag. % \newcommand{\tableofchildlinks}{% \@ifstar\tableofchildlinksstar\tableofchildlinksstar} \newcommand{\tableofchildlinksstar}[1][]{} \newcommand{\htmlinfo}{\@ifstar\htmlinfostar\htmlinfostar} \newcommand{\htmlinfostar}[1][]{} % This redefines \begin to allow for an optional argument % which is used by LaTeX2HTML to specify `style-sheet' information \let\realLaTeX@begin=\begin \renewcommand{\begin}[1][]{\realLaTeX@begin} % % Allocate a new set of section counters, which will get incremented % for "*" forms of sectioning commands, and for a few miscellaneous % commands. % \newcounter{lpart} \newcounter{lchapter}[part] \@ifundefined{c@chapter}% {\let\Hchapter\relax \newcounter{lsection}[part]}% {\let\Hchapter=\chapter \newcounter{lsection}[chapter]} \newcounter{lsubsection}[section] \newcounter{lsubsubsection}[subsection] \newcounter{lparagraph}[subsubsection] \newcounter{lsubparagraph}[paragraph] \newcounter{lequation} % % Redefine "*" forms of sectioning commands to increment their % respective counters. % \let\Hpart=\part %\let\Hchapter=\chapter \let\Hsection=\section \let\Hsubsection=\subsection \let\Hsubsubsection=\subsubsection \let\Hparagraph=\paragraph \let\Hsubparagraph=\subparagraph \let\Hsubsubparagraph=\subsubparagraph \ifx\c@subparagraph\undefined \newcounter{lsubsubparagraph}[lsubparagraph] \else \newcounter{lsubsubparagraph}[subparagraph] \fi % % The following definitions are specific to LaTeX2e: % (They must be commented out for LaTeX 2.09) % \renewcommand{\part}{\@ifstar{\stepcounter{lpart}% \bgroup\def\tmp{*}\H@part}{\bgroup\def\tmp{}\H@part}} \newcommand{\H@part}[1][]{\def\tmp@a{#1}\check@align \expandafter\egroup\expandafter\Hpart\tmp} \ifx\Hchapter\relax\else \def\chapter{\resetsections \@ifstar{\stepcounter{lchapter}% \bgroup\def\tmp{*}\H@chapter}{\bgroup\def\tmp{}\H@chapter}}\fi \newcommand{\H@chapter}[1][]{\def\tmp@a{#1}\check@align \expandafter\egroup\expandafter\Hchapter\tmp} \renewcommand{\section}{\resetsubsections \@ifstar{\stepcounter{lsection}\bgroup\def\tmp{*}% \H@section}{\bgroup\def\tmp{}\H@section}} \newcommand{\H@section}[1][]{\def\tmp@a{#1}\check@align \expandafter\egroup\expandafter\Hsection\tmp} \renewcommand{\subsection}{\resetsubsubsections \@ifstar{\stepcounter{lsubsection}\bgroup\def\tmp{*}% \H@subsection}{\bgroup\def\tmp{}\H@subsection}} \newcommand{\H@subsection}[1][]{\def\tmp@a{#1}\check@align \expandafter\egroup\expandafter\Hsubsection\tmp} \renewcommand{\subsubsection}{\resetparagraphs \@ifstar{\stepcounter{lsubsubsection}\bgroup\def\tmp{*}% \H@subsubsection}{\bgroup\def\tmp{}\H@subsubsection}} \newcommand{\H@subsubsection}[1][]{\def\tmp@a{#1}\check@align \expandafter\egroup\expandafter\Hsubsubsection\tmp} \renewcommand{\paragraph}{\resetsubparagraphs \@ifstar{\stepcounter{lparagraph}\bgroup\def\tmp{*}% \H@paragraph}{\bgroup\def\tmp{}\H@paragraph}} \newcommand\H@paragraph[1][]{\def\tmp@a{#1}\check@align \expandafter\egroup\expandafter\Hparagraph\tmp} \renewcommand{\subparagraph}{\resetsubsubparagraphs \@ifstar{\stepcounter{lsubparagraph}\bgroup\def\tmp{*}% \H@subparagraph}{\bgroup\def\tmp{}\H@subparagraph}} \newcommand\H@subparagraph[1][]{\def\tmp@a{#1}\check@align \expandafter\egroup\expandafter\Hsubparagraph\tmp} \ifx\Hsubsubparagraph\relax\else\@ifundefined{subsubparagraph}{}{% \def\subsubparagraph{% \@ifstar{\stepcounter{lsubsubparagraph}\bgroup\def\tmp{*}% \H@subsubparagraph}{\bgroup\def\tmp{}\H@subsubparagraph}}}\fi \newcommand\H@subsubparagraph[1][]{\def\tmp@a{#1}\check@align \expandafter\egroup\expandafter\Hsubsubparagraph\tmp} \def\check@align{\def\empty{}\ifx\tmp@a\empty \else\def\tmp@b{center}\ifx\tmp@a\tmp@b\let\tmp@a\empty \else\def\tmp@b{left}\ifx\tmp@a\tmp@b\let\tmp@a\empty \else\def\tmp@b{right}\ifx\tmp@a\tmp@b\let\tmp@a\empty \else\expandafter\def\expandafter\tmp@a\expandafter{\expandafter[\tmp@a]}% \fi\fi\fi \def\empty{}\ifx\tmp\empty\let\tmp=\tmp@a \else \expandafter\def\expandafter\tmp\expandafter{\expandafter*\tmp@a}% \fi\fi} % \def\resetsections{\setcounter{section}{0}\setcounter{lsection}{0}% \reset@dependents{section}\resetsubsections } \def\resetsubsections{\setcounter{subsection}{0}\setcounter{lsubsection}{0}% \reset@dependents{subsection}\resetsubsubsections } \def\resetsubsubsections{\setcounter{subsubsection}{0}\setcounter{lsubsubsection}{0}% \reset@dependents{subsubsection}\resetparagraphs } % \def\resetparagraphs{\setcounter{lparagraph}{0}\setcounter{lparagraph}{0}% \reset@dependents{paragraph}\resetsubparagraphs } \def\resetsubparagraphs{\ifx\c@subparagraph\undefined\else \setcounter{subparagraph}{0}\fi \setcounter{lsubparagraph}{0}% \reset@dependents{subparagraph}\resetsubsubparagraphs } \def\resetsubsubparagraphs{\ifx\c@subsubparagraph\undefined\else \setcounter{subsubparagraph}{0}\fi \setcounter{lsubsubparagraph}{0}} % \def\reset@dependents#1{\begingroup\let \@elt \@stpelt \csname cl@#1\endcsname\endgroup} % % % Define a helper macro to dump a single \secounter command to a file. % \newcommand{\DumpPtr}[2]{% \count255=\arabic{#1}\def\dummy{dummy}\def\tmp{#2}% \ifx\tmp\dummy\else\advance\count255 by \arabic{#2}\fi \immediate\write\ptrfile{% \noexpand\setcounter{#1}{\number\count255}}} % % Define a helper macro to dump all counters to the file. % The value for each counter will be the sum of the l-counter % actual LaTeX section counter. % Also dump an \htmlhead{section-command}{section title} command % to the file. % \newwrite\ptrfile \def\DumpCounters#1#2#3#4{% \begingroup\let\protect=\noexpand \immediate\openout\ptrfile = #1.ptr \DumpPtr{part}{lpart}% \ifx\Hchapter\relax\else\DumpPtr{chapter}{lchapter}\fi \DumpPtr{section}{lsection}% \DumpPtr{subsection}{lsubsection}% \DumpPtr{subsubsection}{lsubsubsection}% \DumpPtr{paragraph}{lparagraph}% \DumpPtr{subparagraph}{lsubparagraph}% \DumpPtr{equation}{lequation}% \DumpPtr{footnote}{dummy}% \def\tmp{#4}\ifx\tmp\@empty \immediate\write\ptrfile{\noexpand\htmlhead{#2}{#3}}\else \immediate\write\ptrfile{\noexpand\htmlhead[#4]{#2}{#3}}\fi \dumpcitestatus \dumpcurrentcolor \immediate\closeout\ptrfile \endgroup } %% interface to natbib.sty \def\dumpcitestatus{} \def\loadcitestatus{\def\dumpcitestatus{% \ifciteindex\immediate\write\ptrfile{\noexpand\citeindextrue}% \else\immediate\write\ptrfile{\noexpand\citeindexfalse}\fi }% } \@ifpackageloaded{natbib}{\loadcitestatus}{% \AtBeginDocument{\@ifpackageloaded{natbib}{\loadcitestatus}{}}} %% interface to color.sty \def\dumpcurrentcolor{} \def\loadsegmentcolors{% \let\real@pagecolor=\pagecolor \let\pagecolor\segmentpagecolor \let\segmentcolor\color \ifx\current@page@color\undefined \def\current@page@color{{}}\fi \def\dumpcurrentcolor{\bgroup\def\@empty@{{}}% \expandafter\def\expandafter\tmp\space####1@{\def\thiscol{####1}}% \ifx\current@color\@empty@\def\thiscol{}\else \expandafter\tmp\current@color @\fi \immediate\write\ptrfile{\noexpand\segmentcolor{\thiscol}}% \ifx\current@page@color\@empty@\def\thiscol{}\else \expandafter\tmp\current@page@color @\fi \immediate\write\ptrfile{\noexpand\segmentpagecolor{\thiscol}}% \egroup}% \global\let\loadsegmentcolors=\relax } % These macros are needed within images.tex since this inputs % the .ptr files for a segment, so that counters are % colors are synchronised. % \newcommand{\segmentpagecolor}[1][]{% \@ifpackageloaded{color}{\loadsegmentcolors\bgroup \def\tmp{#1}\ifx\@empty\tmp\def\next{[]}\else\def\next{[#1]}\fi \expandafter\segmentpagecolor@\next}% {\@gobble}} \def\segmentpagecolor@[#1]#2{\def\tmp{#1}\def\tmpB{#2}% \ifx\tmpB\@empty\let\next=\egroup \else \let\realendgroup=\endgroup \def\endgroup{\edef\next{\noexpand\realendgroup \def\noexpand\current@page@color{\current@color}}\next}% \ifx\tmp\@empty\real@pagecolor{#2}\def\model{}% \else\real@pagecolor[#1]{#2}\def\model{[#1]}% \fi \edef\next{\egroup\def\noexpand\current@page@color{\current@page@color}% \noexpand\real@pagecolor\model{#2}}% \fi\next} % \newcommand{\segmentcolor}[2][named]{\@ifpackageloaded{color}% {\loadsegmentcolors\segmentcolor[#1]{#2}}{}} \@ifpackageloaded{color}{\loadsegmentcolors}{\let\real@pagecolor=\@gobble \AtBeginDocument{\@ifpackageloaded{color}{\loadsegmentcolors}{}}} % Define the \segment[align]{file}{section-command}{section-title} command, % and its helper macros. This command does four things: % 1) Begins a new LaTeX section; % 2) Writes a list of section counters to file.ptr, each % of which represents the sum of the LaTeX section % counters, and the l-counters, defined above; % 3) Write an \htmlhead{section-title} command to file.ptr; % 4) Inputs file.tex. \def\segment{\@ifstar{\@@htmls}{\@@html}} \def\endsegment{} \newcommand{\@@htmls}[1][]{\@@htmlsx{#1}} \newcommand{\@@html}[1][]{\@@htmlx{#1}} \def\@@htmlsx#1#2#3#4{\csname #3\endcsname* {#4}% \DumpCounters{#2}{#3*}{#4}{#1}\input{#2}} \def\@@htmlx#1#2#3#4{\csname #3\endcsname {#4}% \DumpCounters{#2}{#3}{#4}{#1}\input{#2}} \makeatother \endinput % Modifications: % % (The listing of Initiales see Changes) % $Log$ % % $Id: html.sty 1195 2006-12-18 13:00:35Z paultcochrane $ % LaTeX2HTML Version 96.2 : html.sty % % This file contains definitions of LaTeX commands which are % processed in a special way by the translator. % For example, there are commands for embedding external hypertext links, % for cross-references between documents or for including raw HTML. % This file includes the comments.sty file v2.0 by Victor Eijkhout % In most cases these commands do nothing when processed by LaTeX. % % Place this file in a directory accessible to LaTeX (i.e., somewhere % in the TEXINPUTS path.) % % NOTE: This file works with LaTeX 2.09 or (the newer) LaTeX2e. % If you only have LaTeX 2.09, some complex LaTeX2HTML features % like support for segmented documents are not available. % Changes: % See the change log at end of file. % Exit if the style file is already loaded % (suggested by Lee Shombert \ifx \htmlstyloaded\relax \endinput\else\let\htmlstyloaded\relax\fi \makeatletter \providecommand{\latextohtml}{\LaTeX2\texttt{HTML}} %%% LINKS TO EXTERNAL DOCUMENTS % % This can be used to provide links to arbitrary documents. % The first argumment should be the text that is going to be % highlighted and the second argument a URL. % The hyperlink will appear as a hyperlink in the HTML % document and as a footnote in the dvi or ps files. % \newcommand{\htmladdnormallinkfoot}[2]{#1\footnote{#2}} % This is an alternative definition of the command above which % will ignore the URL in the dvi or ps files. \newcommand{\htmladdnormallink}[2]{#1} % This command takes as argument a URL pointing to an image. % The image will be embedded in the HTML document but will % be ignored in the dvi and ps files. % \newcommand{\htmladdimg}[1]{} %%% CROSS-REFERENCES BETWEEN (LOCAL OR REMOTE) DOCUMENTS % % This can be used to refer to symbolic labels in other Latex % documents that have already been processed by the translator. % The arguments should be: % #1 : the URL to the directory containing the external document % #2 : the path to the labels.pl file of the external document. % If the external document lives on a remote machine then labels.pl % must be copied on the local machine. % %e.g. \externallabels{http://cbl.leeds.ac.uk/nikos/WWW/doc/tex2html/latex2html} % {/usr/cblelca/nikos/tmp/labels.pl} % The arguments are ignored in the dvi and ps files. % \newcommand{\externallabels}[2]{} % This complements the \externallabels command above. The argument % should be a label defined in another latex document and will be % ignored in the dvi and ps files. % \newcommand{\externalref}[1]{} % Suggested by Uffe Engberg (http://www.brics.dk/~engberg/) % This allows the same effect for citations in external bibliographies. % An \externallabels command must be given, locating a labels.pl file % which defines the location and keys used in the external .html file. % \newcommand{\externalcite}{\nocite} %%% HTMLRULE % This command adds a horizontal rule and is valid even within % a figure caption. % Here we introduce a stub for compatibility. \newcommand{\htmlrule}{\protect\HTMLrule} \newcommand{\HTMLrule}{\@ifstar\htmlrulestar\htmlrulestar} \newcommand{\htmlrulestar}[1]{} % This command adds information within the ... tag % \newcommand{\bodytext}[1]{} \newcommand{\htmlbody}{} %%% HYPERREF % Suggested by Eric M. Carol % Similar to \ref but accepts conditional text. % The first argument is HTML text which will become ``hyperized'' % (underlined). % The second and third arguments are text which will appear only in the paper % version (DVI file), enclosing the fourth argument which is a reference to a label. % %e.g. \hyperref{using the tracer}{using the tracer (see Section}{)}{trace} % where there is a corresponding \label{trace} % \newcommand{\hyperref}{\hyperrefx[ref]} \def\hyperrefx[#1]{{\def\next{#1}% \def\tmp{ref}\ifx\next\tmp\aftergroup\hyperrefref \else\def\tmp{pageref}\ifx\next\tmp\aftergroup\hyperpageref \else\def\tmp{page}\ifx\next\tmp\aftergroup\hyperpageref \else\def\tmp{noref}\ifx\next\tmp\aftergroup\hypernoref \else\def\tmp{no}\ifx\next\tmp\aftergroup\hypernoref \else\typeout{*** unknown option \next\space to hyperref ***}% \fi\fi\fi\fi\fi}} \newcommand{\hyperrefref}[4]{#2\ref{#4}#3} \newcommand{\hyperpageref}[4]{#2\pageref{#4}#3} \newcommand{\hypernoref}[3]{#2} %%% HYPERCITE --- added by RRM % Suggested by Stephen Simpson % effects the same ideas as in \hyperref, but for citations. % It does not allow an optional argument to the \cite, in LaTeX. % % \hypercite{}{}{}{} % % uses the pre/post-texts in LaTeX, with a \cite{} % % \hypercite[ext]{}{}{} % % uses the pre/post-texts in LaTeX, with a \nocite{} % the actual reference comes from an \externallabels file. % \newcommand{\hypercite}{\hypercitex[int]} \def\hypercitex[#1]{{\def\next{#1}% \def\tmp{int}\ifx\next\tmp\aftergroup\hyperciteint \else\def\tmp{cite}\ifx\next\tmp\aftergroup\hyperciteint \else\def\tmp{ext}\ifx\next\tmp\aftergroup\hyperciteext \else\def\tmp{nocite}\ifx\next\tmp\aftergroup\hyperciteext \else\def\tmp{no}\ifx\next\tmp\aftergroup\hyperciteext \else\typeout{*** unknown option \next\space to hypercite ***}% \fi\fi\fi\fi\fi}} \newcommand{\hyperciteint}[4]{#2{\def\tmp{#3}\def\emptyopt{}% \ifx\tmp\emptyopt\cite{#4}\else\cite[#3]{#4}\fi}} \newcommand{\hyperciteext}[3]{#2\nocite{#3}} %%% HTMLREF % Reference in HTML version only. % Mix between \htmladdnormallink and \hyperref. % First arg is text for in both versions, second is label for use in HTML % version. \newcommand{\htmlref}[2]{#1} %%% HTMLCITE % Reference in HTML version only. % Mix between \htmladdnormallink and \hypercite. % First arg is text for in both versions, second is citation for use in HTML % version. \newcommand{\htmlcite}[2]{#1} %%% HTMLIMAGE % This command can be used inside any environment that is converted % into an inlined image (eg a "figure" environment) in order to change % the way the image will be translated. The argument of \htmlimage % is really a string of options separated by commas ie % [scale=],[external],[thumbnail= % The scale option allows control over the size of the final image. % The ``external'' option will cause the image not to be inlined % (images are inlined by default). External images will be accessible % via a hypertext link. % The ``thumbnail'' option will cause a small inlined image to be % placed in the caption. The size of the thumbnail depends on the % reduction factor. The use of the ``thumbnail'' option implies % the ``external'' option. % % Example: % \htmlimage{scale=1.5,external,thumbnail=0.2} % will cause a small thumbnail image 1/5th of the original size to be % placed in the final document, pointing to an external image 1.5 % times bigger than the original. % \newcommand{\htmlimage}[1]{} % \htmlborder causes a border to be placed around an image or table % when the image is placed within a
cell. \newcommand{\htmlborder}[1]{} % Put \begin{makeimage}, \end{makeimage} around LaTeX to ensure its % translation into an image. % This shields sensitive text from being translated. \newenvironment{makeimage}{}{} % A dummy environment that can be useful to alter the order % in which commands are processed, in LaTeX2HTML \newenvironment{tex2html_deferred}{}{} %%% HTMLADDTONAVIGATION % This command appends its argument to the buttons in the navigation % panel. It is ignored by LaTeX. % % Example: % \htmladdtonavigation{\htmladdnormallink % {\htmladdimg{http://server/path/to/gif}} % {http://server/path}} \newcommand{\htmladdtonavigation}[1]{} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Comment.sty version 2.0, 19 June 1992 % selectively in/exclude pieces of text: the user can define new % comment versions, and each is controlled separately. % This style can be used with plain TeX or LaTeX, and probably % most other packages too. % % Examples of use in LaTeX and TeX follow \endinput % % Author % Victor Eijkhout % Department of Computer Science % University Tennessee at Knoxville % 104 Ayres Hall % Knoxville, TN 37996 % USA % % eijkhout@cs.utk.edu % % Usage: all text included in between % \comment ... \endcomment % or \begin{comment} ... \end{comment} % is discarded. The closing command should appear on a line % of its own. No starting spaces, nothing after it. % This environment should work with arbitrary amounts % of comment. % % Other 'comment' environments are defined by % and are selected/deselected with % \includecomment{versiona} % \excludecoment{versionb} % % These environments are used as % \versiona ... \endversiona % or \begin{versiona} ... \end{versiona} % with the closing command again on a line of its own. % % Basic approach: % to comment something out, scoop up every line in verbatim mode % as macro argument, then throw it away. % For inclusions, both the opening and closing comands % are defined as noop % % Changed \next to \html@next to prevent clashes with other sty files % (mike@emn.fr) % Changed \html@next to \htmlnext so the \makeatletter and % \makeatother commands could be removed (they were causing other % style files - changebar.sty - to crash) (nikos@cbl.leeds.ac.uk) % Changed \htmlnext back to \html@next... \def\makeinnocent#1{\catcode`#1=12 } \def\csarg#1#2{\expandafter#1\csname#2\endcsname} \def\ThrowAwayComment#1{\begingroup \def\CurrentComment{#1}% \let\do\makeinnocent \dospecials \makeinnocent\^^L% and whatever other special cases \endlinechar`\^^M \catcode`\^^M=12 \xComment} {\catcode`\^^M=12 \endlinechar=-1 % \gdef\xComment#1^^M{\def\test{#1}\edef\test{\meaning\test} \csarg\ifx{PlainEnd\CurrentComment Test}\test \let\html@next\endgroup \else \csarg\ifx{LaLaEnd\CurrentComment Test}\test \edef\html@next{\endgroup\noexpand\end{\CurrentComment}} \else \csarg\ifx{LaInnEnd\CurrentComment Test}\test \edef\html@next{\endgroup\noexpand\end{\CurrentComment}} \else \let\html@next\xComment \fi \fi \fi \html@next} } \def\includecomment #1{\expandafter\def\csname#1\endcsname{}% \expandafter\def\csname end#1\endcsname{}} \def\excludecomment #1{\expandafter\def\csname#1\endcsname{\ThrowAwayComment{#1}}% {\escapechar=-1\relax \edef\tmp{\string\\end#1}% \csarg\xdef{PlainEnd#1Test}{\meaning\tmp}% \edef\tmp{\string\\end\string\{#1\string\}}% \csarg\xdef{LaLaEnd#1Test}{\meaning\tmp}% \edef\tmp{\string\\end \string\{#1\string\}}% \csarg\xdef{LaInnEnd#1Test}{\meaning\tmp}% }} \excludecomment{comment} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % end Comment.sty %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % Alternative code by Robin Fairbairns, 22 September 1997 % \newcommand\@gobbleenv{\let\reserved@a\@currenvir\@gobble@nv} \long\def\@gobble@nv#1\end#2{\def\reserved@b{#2}% \ifx\reserved@a\reserved@b \edef\reserved@a{\noexpand\end{\reserved@a}}% \expandafter\reserved@a \else \expandafter\@gobble@nv \fi} \renewcommand{\excludecomment}[1]{% \csname newenvironment\endcsname{#1}{\@gobbleenv}{}} %%% RAW HTML % % Enclose raw HTML between a \begin{rawhtml} and \end{rawhtml}. % The html environment ignores its body % \excludecomment{rawhtml} %%% HTML ONLY % % Enclose LaTeX constructs which will only appear in the % HTML output and will be ignored by LaTeX with % \begin{htmlonly} and \end{htmlonly} % \excludecomment{htmlonly} % Shorter version \newcommand{\html}[1]{} % for images.tex only \excludecomment{imagesonly} %%% LaTeX ONLY % Enclose LaTeX constructs which will only appear in the % DVI output and will be ignored by latex2html with %\begin{latexonly} and \end{latexonly} % \newenvironment{latexonly}{}{} % Shorter version \newcommand{\latex}[1]{#1} %%% LaTeX or HTML % Combination of \latex and \html. % Say \latexhtml{this should be latex text}{this html text} % %\newcommand{\latexhtml}[2]{#1} \long\def\latexhtml#1#2{#1} %%% tracing the HTML conversions % This alters the tracing-level within the processing % performed by latex2html by adjusting $VERBOSITY % (see latex2html.config for the appropriate values) % \newcommand{\htmltracing}[1]{} \newcommand{\htmltracenv}[1]{} %%% \strikeout for HTML only % uses ... tags on the argument % LaTeX just gobbles it up. \newcommand{\strikeout}[1]{} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% JCL - stop input here if LaTeX2e is not present %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ifx\if@compatibility\undefined %LaTeX209 \makeatother\relax\expandafter\endinput \fi \if@compatibility %LaTeX2e in LaTeX209 compatibility mode \makeatother\relax\expandafter\endinput \fi %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % Start providing LaTeX2e extension: % This is currently: % - additional optional argument for \htmladdimg % - support for segmented documents % \ProvidesPackage{html} [1996/12/22 v1.1 hypertext commands for latex2html (nd, hws, rrm)] %%%%MG % This command takes as argument a URL pointing to an image. % The image will be embedded in the HTML document but will % be ignored in the dvi and ps files. The optional argument % denotes additional HTML tags. % % Example: \htmladdimg[ALT="portrait" ALIGN=CENTER]{portrait.gif} % \renewcommand{\htmladdimg}[2][]{} %%% HTMLRULE for LaTeX2e % This command adds a horizontal rule and is valid even within % a figure caption. % % This command is best used with LaTeX2e and HTML 3.2 support. % It is like \hrule, but allows for options via key--value pairs % as follows: \htmlrule[key1=value1, key2=value2, ...] . % Use \htmlrule* to suppress the
tag. % Eg. \htmlrule[left, 15, 5pt, "none", NOSHADE] produces %

. % Renew the necessary part. \renewcommand{\htmlrulestar}[1][all]{} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % renew some definitions to allow optional arguments % % The description of the options is missing, as yet. % \renewcommand{\latextohtml}{\textup{\LaTeX2\texttt{HTML}}} \renewcommand{\htmladdnormallinkfoot}[3][]{#2\footnote{#3}} \renewcommand{\htmladdnormallink}[3][]{#2} \renewcommand{\htmlbody}[1][]{} \renewcommand{\hyperref}[1][ref]{\hyperrefx[#1]} \renewcommand{\hypercite}[1][int]{\hypercitex[#1]} \renewcommand{\htmlref}[3][]{#2} \renewcommand{\htmlcite}[1]{#1\htmlcitex} \newcommand{\htmlcitex}[2][]{{\def\tmp{#1}\ifx\tmp\@empty\else~[#1]\fi}} \renewcommand{\htmlimage}[2][]{} \renewcommand{\htmlborder}[2][]{} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % HTML HTMLset HTMLsetenv % % These commands do nothing in LaTeX, but can be used to place % HTML tags or set Perl variables during the LaTeX2HTML processing; % They are intended for expert use only. \newcommand{\HTMLcode}[2][]{} \ifx\undefined\HTML\newcommand{\HTML}[2][]{}\else \typeout{*** Warning: \string\HTML\space had an incompatible definition ***}% \typeout{*** instead use \string\HTMLcode\space for raw HTML code ***}% \fi \newcommand{\HTMLset}[3][]{} \newcommand{\HTMLsetenv}[3][]{} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % The following commands pertain to document segmentation, and % were added by Herbert Swan (with help from % Michel Goossens ): % % % This command inputs internal latex2html tables so that large % documents can to partitioned into smaller (more manageable) % segments. % \newcommand{\internal}[2][internals]{} % % Define a dummy stub \htmlhead{}. This command causes latex2html % to define the title of the start of a new segment. It is not % normally placed in the user's document. Rather, it is passed to % latex2html via a .ptr file written by \segment. % \newcommand{\htmlhead}[3][]{} % In the LaTeX2HTML version this will eliminate the title line % generated by a \segment command, but retains the title string % for use in other places. % \newcommand{\htmlnohead}{} % In the LaTeX2HTML version this put a URL into a tag % within the ... portion of a document. % \newcommand{\htmlbase}[1]{} % % % The dummy command \endpreamble is needed by latex2html to % mark the end of the preamble in document segments that do % not contain a \begin{document} % \newcommand{\startdocument}{} % \tableofchildlinks, \htmlinfo % by Ross Moore --- extensions dated 27 September 1997 % % These do nothing in LaTeX but for LaTeX2HTML they mark % where the table of child-links and info-page should be placed, % when the user wants other than the default. % \tableofchildlinks % put mini-TOC at this location % \tableofchildlinks[off] % not on current page % \tableofchildlinks[none] % not on current and subsequent pages % \tableofchildlinks[on] % selectively on current page % \tableofchildlinks[all] % on current and all subsequent pages % \htmlinfo % put info-page at this location % \htmlinfo[off] % no info-page in current document % \htmlinfo[none] % no info-page in current document % *-versions omit the preceding
tag. % \newcommand{\tableofchildlinks}{% \@ifstar\tableofchildlinksstar\tableofchildlinksstar} \newcommand{\tableofchildlinksstar}[1][]{} \newcommand{\htmlinfo}{\@ifstar\htmlinfostar\htmlinfostar} \newcommand{\htmlinfostar}[1][]{} % This redefines \begin to allow for an optional argument % which is used by LaTeX2HTML to specify `style-sheet' information \let\realLaTeX@begin=\begin \renewcommand{\begin}[1][]{\realLaTeX@begin} % % Allocate a new set of section counters, which will get incremented % for "*" forms of sectioning commands, and for a few miscellaneous % commands. % \newcounter{lpart} \newcounter{lchapter}[part] \@ifundefined{c@chapter}% {\let\Hchapter\relax \newcounter{lsection}[part]}% {\let\Hchapter=\chapter \newcounter{lsection}[chapter]} \newcounter{lsubsection}[section] \newcounter{lsubsubsection}[subsection] \newcounter{lparagraph}[subsubsection] \newcounter{lsubparagraph}[paragraph] \newcounter{lequation} % % Redefine "*" forms of sectioning commands to increment their % respective counters. % \let\Hpart=\part %\let\Hchapter=\chapter \let\Hsection=\section \let\Hsubsection=\subsection \let\Hsubsubsection=\subsubsection \let\Hparagraph=\paragraph \let\Hsubparagraph=\subparagraph \let\Hsubsubparagraph=\subsubparagraph \ifx\c@subparagraph\undefined \newcounter{lsubsubparagraph}[lsubparagraph] \else \newcounter{lsubsubparagraph}[subparagraph] \fi % % The following definitions are specific to LaTeX2e: % (They must be commented out for LaTeX 2.09) % \renewcommand{\part}{\@ifstar{\stepcounter{lpart}% \bgroup\def\tmp{*}\H@part}{\bgroup\def\tmp{}\H@part}} \newcommand{\H@part}[1][]{\def\tmp@a{#1}\check@align \expandafter\egroup\expandafter\Hpart\tmp} \ifx\Hchapter\relax\else \def\chapter{\resetsections \@ifstar{\stepcounter{lchapter}% \bgroup\def\tmp{*}\H@chapter}{\bgroup\def\tmp{}\H@chapter}}\fi \newcommand{\H@chapter}[1][]{\def\tmp@a{#1}\check@align \expandafter\egroup\expandafter\Hchapter\tmp} \renewcommand{\section}{\resetsubsections \@ifstar{\stepcounter{lsection}\bgroup\def\tmp{*}% \H@section}{\bgroup\def\tmp{}\H@section}} \newcommand{\H@section}[1][]{\def\tmp@a{#1}\check@align \expandafter\egroup\expandafter\Hsection\tmp} \renewcommand{\subsection}{\resetsubsubsections \@ifstar{\stepcounter{lsubsection}\bgroup\def\tmp{*}% \H@subsection}{\bgroup\def\tmp{}\H@subsection}} \newcommand{\H@subsection}[1][]{\def\tmp@a{#1}\check@align \expandafter\egroup\expandafter\Hsubsection\tmp} \renewcommand{\subsubsection}{\resetparagraphs \@ifstar{\stepcounter{lsubsubsection}\bgroup\def\tmp{*}% \H@subsubsection}{\bgroup\def\tmp{}\H@subsubsection}} \newcommand{\H@subsubsection}[1][]{\def\tmp@a{#1}\check@align \expandafter\egroup\expandafter\Hsubsubsection\tmp} \renewcommand{\paragraph}{\resetsubparagraphs \@ifstar{\stepcounter{lparagraph}\bgroup\def\tmp{*}% \H@paragraph}{\bgroup\def\tmp{}\H@paragraph}} \newcommand\H@paragraph[1][]{\def\tmp@a{#1}\check@align \expandafter\egroup\expandafter\Hparagraph\tmp} \renewcommand{\subparagraph}{\resetsubsubparagraphs \@ifstar{\stepcounter{lsubparagraph}\bgroup\def\tmp{*}% \H@subparagraph}{\bgroup\def\tmp{}\H@subparagraph}} \newcommand\H@subparagraph[1][]{\def\tmp@a{#1}\check@align \expandafter\egroup\expandafter\Hsubparagraph\tmp} \ifx\Hsubsubparagraph\relax\else\@ifundefined{subsubparagraph}{}{% \def\subsubparagraph{% \@ifstar{\stepcounter{lsubsubparagraph}\bgroup\def\tmp{*}% \H@subsubparagraph}{\bgroup\def\tmp{}\H@subsubparagraph}}}\fi \newcommand\H@subsubparagraph[1][]{\def\tmp@a{#1}\check@align \expandafter\egroup\expandafter\Hsubsubparagraph\tmp} \def\check@align{\def\empty{}\ifx\tmp@a\empty \else\def\tmp@b{center}\ifx\tmp@a\tmp@b\let\tmp@a\empty \else\def\tmp@b{left}\ifx\tmp@a\tmp@b\let\tmp@a\empty \else\def\tmp@b{right}\ifx\tmp@a\tmp@b\let\tmp@a\empty \else\expandafter\def\expandafter\tmp@a\expandafter{\expandafter[\tmp@a]}% \fi\fi\fi \def\empty{}\ifx\tmp\empty\let\tmp=\tmp@a \else \expandafter\def\expandafter\tmp\expandafter{\expandafter*\tmp@a}% \fi\fi} % \def\resetsections{\setcounter{section}{0}\setcounter{lsection}{0}% \reset@dependents{section}\resetsubsections } \def\resetsubsections{\setcounter{subsection}{0}\setcounter{lsubsection}{0}% \reset@dependents{subsection}\resetsubsubsections } \def\resetsubsubsections{\setcounter{subsubsection}{0}\setcounter{lsubsubsection}{0}% \reset@dependents{subsubsection}\resetparagraphs } % \def\resetparagraphs{\setcounter{lparagraph}{0}\setcounter{lparagraph}{0}% \reset@dependents{paragraph}\resetsubparagraphs } \def\resetsubparagraphs{\ifx\c@subparagraph\undefined\else \setcounter{subparagraph}{0}\fi \setcounter{lsubparagraph}{0}% \reset@dependents{subparagraph}\resetsubsubparagraphs } \def\resetsubsubparagraphs{\ifx\c@subsubparagraph\undefined\else \setcounter{subsubparagraph}{0}\fi \setcounter{lsubsubparagraph}{0}} % \def\reset@dependents#1{\begingroup\let \@elt \@stpelt \csname cl@#1\endcsname\endgroup} % % % Define a helper macro to dump a single \secounter command to a file. % \newcommand{\DumpPtr}[2]{% \count255=\arabic{#1}\def\dummy{dummy}\def\tmp{#2}% \ifx\tmp\dummy\else\advance\count255 by \arabic{#2}\fi \immediate\write\ptrfile{% \noexpand\setcounter{#1}{\number\count255}}} % % Define a helper macro to dump all counters to the file. % The value for each counter will be the sum of the l-counter % actual LaTeX section counter. % Also dump an \htmlhead{section-command}{section title} command % to the file. % \newwrite\ptrfile \def\DumpCounters#1#2#3#4{% \begingroup\let\protect=\noexpand \immediate\openout\ptrfile = #1.ptr \DumpPtr{part}{lpart}% \ifx\Hchapter\relax\else\DumpPtr{chapter}{lchapter}\fi \DumpPtr{section}{lsection}% \DumpPtr{subsection}{lsubsection}% \DumpPtr{subsubsection}{lsubsubsection}% \DumpPtr{paragraph}{lparagraph}% \DumpPtr{subparagraph}{lsubparagraph}% \DumpPtr{equation}{lequation}% \DumpPtr{footnote}{dummy}% \def\tmp{#4}\ifx\tmp\@empty \immediate\write\ptrfile{\noexpand\htmlhead{#2}{#3}}\else \immediate\write\ptrfile{\noexpand\htmlhead[#4]{#2}{#3}}\fi \dumpcitestatus \dumpcurrentcolor \immediate\closeout\ptrfile \endgroup } %% interface to natbib.sty \def\dumpcitestatus{} \def\loadcitestatus{\def\dumpcitestatus{% \ifciteindex\immediate\write\ptrfile{\noexpand\citeindextrue}% \else\immediate\write\ptrfile{\noexpand\citeindexfalse}\fi }% } \@ifpackageloaded{natbib}{\loadcitestatus}{% \AtBeginDocument{\@ifpackageloaded{natbib}{\loadcitestatus}{}}} %% interface to color.sty \def\dumpcurrentcolor{} \def\loadsegmentcolors{% \let\real@pagecolor=\pagecolor \let\pagecolor\segmentpagecolor \let\segmentcolor\color \ifx\current@page@color\undefined \def\current@page@color{{}}\fi \def\dumpcurrentcolor{\bgroup\def\@empty@{{}}% \expandafter\def\expandafter\tmp\space####1@{\def\thiscol{####1}}% \ifx\current@color\@empty@\def\thiscol{}\else \expandafter\tmp\current@color @\fi \immediate\write\ptrfile{\noexpand\segmentcolor{\thiscol}}% \ifx\current@page@color\@empty@\def\thiscol{}\else \expandafter\tmp\current@page@color @\fi \immediate\write\ptrfile{\noexpand\segmentpagecolor{\thiscol}}% \egroup}% \global\let\loadsegmentcolors=\relax } % These macros are needed within images.tex since this inputs % the .ptr files for a segment, so that counters are % colors are synchronised. % \newcommand{\segmentpagecolor}[1][]{% \@ifpackageloaded{color}{\loadsegmentcolors\bgroup \def\tmp{#1}\ifx\@empty\tmp\def\next{[]}\else\def\next{[#1]}\fi \expandafter\segmentpagecolor@\next}% {\@gobble}} \def\segmentpagecolor@[#1]#2{\def\tmp{#1}\def\tmpB{#2}% \ifx\tmpB\@empty\let\next=\egroup \else \let\realendgroup=\endgroup \def\endgroup{\edef\next{\noexpand\realendgroup \def\noexpand\current@page@color{\current@color}}\next}% \ifx\tmp\@empty\real@pagecolor{#2}\def\model{}% \else\real@pagecolor[#1]{#2}\def\model{[#1]}% \fi \edef\next{\egroup\def\noexpand\current@page@color{\current@page@color}% \noexpand\real@pagecolor\model{#2}}% \fi\next} % \newcommand{\segmentcolor}[2][named]{\@ifpackageloaded{color}% {\loadsegmentcolors\segmentcolor[#1]{#2}}{}} \@ifpackageloaded{color}{\loadsegmentcolors}{\let\real@pagecolor=\@gobble \AtBeginDocument{\@ifpackageloaded{color}{\loadsegmentcolors}{}}} % Define the \segment[align]{file}{section-command}{section-title} command, % and its helper macros. This command does four things: % 1) Begins a new LaTeX section; % 2) Writes a list of section counters to file.ptr, each % of which represents the sum of the LaTeX section % counters, and the l-counters, defined above; % 3) Write an \htmlhead{section-title} command to file.ptr; % 4) Inputs file.tex. \def\segment{\@ifstar{\@@htmls}{\@@html}} \def\endsegment{} \newcommand{\@@htmls}[1][]{\@@htmlsx{#1}} \newcommand{\@@html}[1][]{\@@htmlx{#1}} \def\@@htmlsx#1#2#3#4{\csname #3\endcsname* {#4}% \DumpCounters{#2}{#3*}{#4}{#1}\input{#2}} \def\@@htmlx#1#2#3#4{\csname #3\endcsname {#4}% \DumpCounters{#2}{#3}{#4}{#1}\input{#2}} \makeatother \endinput % Modifications: % % (The listing of Initiales see Changes) % Revision 1.1 2004/11/02 02:24:10 joehope % % $Id: html.sty 1195 2006-12-18 13:00:35Z paultcochrane $ % LaTeX2HTML Version 96.2 : html.sty % % This file contains definitions of LaTeX commands which are % processed in a special way by the translator. % For example, there are commands for embedding external hypertext links, % for cross-references between documents or for including raw HTML. % This file includes the comments.sty file v2.0 by Victor Eijkhout % In most cases these commands do nothing when processed by LaTeX. % % Place this file in a directory accessible to LaTeX (i.e., somewhere % in the TEXINPUTS path.) % % NOTE: This file works with LaTeX 2.09 or (the newer) LaTeX2e. % If you only have LaTeX 2.09, some complex LaTeX2HTML features % like support for segmented documents are not available. % Changes: % See the change log at end of file. % Exit if the style file is already loaded % (suggested by Lee Shombert \ifx \htmlstyloaded\relax \endinput\else\let\htmlstyloaded\relax\fi \makeatletter \providecommand{\latextohtml}{\LaTeX2\texttt{HTML}} %%% LINKS TO EXTERNAL DOCUMENTS % % This can be used to provide links to arbitrary documents. % The first argumment should be the text that is going to be % highlighted and the second argument a URL. % The hyperlink will appear as a hyperlink in the HTML % document and as a footnote in the dvi or ps files. % \newcommand{\htmladdnormallinkfoot}[2]{#1\footnote{#2}} % This is an alternative definition of the command above which % will ignore the URL in the dvi or ps files. \newcommand{\htmladdnormallink}[2]{#1} % This command takes as argument a URL pointing to an image. % The image will be embedded in the HTML document but will % be ignored in the dvi and ps files. % \newcommand{\htmladdimg}[1]{} %%% CROSS-REFERENCES BETWEEN (LOCAL OR REMOTE) DOCUMENTS % % This can be used to refer to symbolic labels in other Latex % documents that have already been processed by the translator. % The arguments should be: % #1 : the URL to the directory containing the external document % #2 : the path to the labels.pl file of the external document. % If the external document lives on a remote machine then labels.pl % must be copied on the local machine. % %e.g. \externallabels{http://cbl.leeds.ac.uk/nikos/WWW/doc/tex2html/latex2html} % {/usr/cblelca/nikos/tmp/labels.pl} % The arguments are ignored in the dvi and ps files. % \newcommand{\externallabels}[2]{} % This complements the \externallabels command above. The argument % should be a label defined in another latex document and will be % ignored in the dvi and ps files. % \newcommand{\externalref}[1]{} % Suggested by Uffe Engberg (http://www.brics.dk/~engberg/) % This allows the same effect for citations in external bibliographies. % An \externallabels command must be given, locating a labels.pl file % which defines the location and keys used in the external .html file. % \newcommand{\externalcite}{\nocite} %%% HTMLRULE % This command adds a horizontal rule and is valid even within % a figure caption. % Here we introduce a stub for compatibility. \newcommand{\htmlrule}{\protect\HTMLrule} \newcommand{\HTMLrule}{\@ifstar\htmlrulestar\htmlrulestar} \newcommand{\htmlrulestar}[1]{} % This command adds information within the ... tag % \newcommand{\bodytext}[1]{} \newcommand{\htmlbody}{} %%% HYPERREF % Suggested by Eric M. Carol % Similar to \ref but accepts conditional text. % The first argument is HTML text which will become ``hyperized'' % (underlined). % The second and third arguments are text which will appear only in the paper % version (DVI file), enclosing the fourth argument which is a reference to a label. % %e.g. \hyperref{using the tracer}{using the tracer (see Section}{)}{trace} % where there is a corresponding \label{trace} % \newcommand{\hyperref}{\hyperrefx[ref]} \def\hyperrefx[#1]{{\def\next{#1}% \def\tmp{ref}\ifx\next\tmp\aftergroup\hyperrefref \else\def\tmp{pageref}\ifx\next\tmp\aftergroup\hyperpageref \else\def\tmp{page}\ifx\next\tmp\aftergroup\hyperpageref \else\def\tmp{noref}\ifx\next\tmp\aftergroup\hypernoref \else\def\tmp{no}\ifx\next\tmp\aftergroup\hypernoref \else\typeout{*** unknown option \next\space to hyperref ***}% \fi\fi\fi\fi\fi}} \newcommand{\hyperrefref}[4]{#2\ref{#4}#3} \newcommand{\hyperpageref}[4]{#2\pageref{#4}#3} \newcommand{\hypernoref}[3]{#2} %%% HYPERCITE --- added by RRM % Suggested by Stephen Simpson % effects the same ideas as in \hyperref, but for citations. % It does not allow an optional argument to the \cite, in LaTeX. % % \hypercite{}{}{}{} % % uses the pre/post-texts in LaTeX, with a \cite{} % % \hypercite[ext]{}{}{} % % uses the pre/post-texts in LaTeX, with a \nocite{} % the actual reference comes from an \externallabels file. % \newcommand{\hypercite}{\hypercitex[int]} \def\hypercitex[#1]{{\def\next{#1}% \def\tmp{int}\ifx\next\tmp\aftergroup\hyperciteint \else\def\tmp{cite}\ifx\next\tmp\aftergroup\hyperciteint \else\def\tmp{ext}\ifx\next\tmp\aftergroup\hyperciteext \else\def\tmp{nocite}\ifx\next\tmp\aftergroup\hyperciteext \else\def\tmp{no}\ifx\next\tmp\aftergroup\hyperciteext \else\typeout{*** unknown option \next\space to hypercite ***}% \fi\fi\fi\fi\fi}} \newcommand{\hyperciteint}[4]{#2{\def\tmp{#3}\def\emptyopt{}% \ifx\tmp\emptyopt\cite{#4}\else\cite[#3]{#4}\fi}} \newcommand{\hyperciteext}[3]{#2\nocite{#3}} %%% HTMLREF % Reference in HTML version only. % Mix between \htmladdnormallink and \hyperref. % First arg is text for in both versions, second is label for use in HTML % version. \newcommand{\htmlref}[2]{#1} %%% HTMLCITE % Reference in HTML version only. % Mix between \htmladdnormallink and \hypercite. % First arg is text for in both versions, second is citation for use in HTML % version. \newcommand{\htmlcite}[2]{#1} %%% HTMLIMAGE % This command can be used inside any environment that is converted % into an inlined image (eg a "figure" environment) in order to change % the way the image will be translated. The argument of \htmlimage % is really a string of options separated by commas ie % [scale=],[external],[thumbnail= % The scale option allows control over the size of the final image. % The ``external'' option will cause the image not to be inlined % (images are inlined by default). External images will be accessible % via a hypertext link. % The ``thumbnail'' option will cause a small inlined image to be % placed in the caption. The size of the thumbnail depends on the % reduction factor. The use of the ``thumbnail'' option implies % the ``external'' option. % % Example: % \htmlimage{scale=1.5,external,thumbnail=0.2} % will cause a small thumbnail image 1/5th of the original size to be % placed in the final document, pointing to an external image 1.5 % times bigger than the original. % \newcommand{\htmlimage}[1]{} % \htmlborder causes a border to be placed around an image or table % when the image is placed within a
cell. \newcommand{\htmlborder}[1]{} % Put \begin{makeimage}, \end{makeimage} around LaTeX to ensure its % translation into an image. % This shields sensitive text from being translated. \newenvironment{makeimage}{}{} % A dummy environment that can be useful to alter the order % in which commands are processed, in LaTeX2HTML \newenvironment{tex2html_deferred}{}{} %%% HTMLADDTONAVIGATION % This command appends its argument to the buttons in the navigation % panel. It is ignored by LaTeX. % % Example: % \htmladdtonavigation{\htmladdnormallink % {\htmladdimg{http://server/path/to/gif}} % {http://server/path}} \newcommand{\htmladdtonavigation}[1]{} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Comment.sty version 2.0, 19 June 1992 % selectively in/exclude pieces of text: the user can define new % comment versions, and each is controlled separately. % This style can be used with plain TeX or LaTeX, and probably % most other packages too. % % Examples of use in LaTeX and TeX follow \endinput % % Author % Victor Eijkhout % Department of Computer Science % University Tennessee at Knoxville % 104 Ayres Hall % Knoxville, TN 37996 % USA % % eijkhout@cs.utk.edu % % Usage: all text included in between % \comment ... \endcomment % or \begin{comment} ... \end{comment} % is discarded. The closing command should appear on a line % of its own. No starting spaces, nothing after it. % This environment should work with arbitrary amounts % of comment. % % Other 'comment' environments are defined by % and are selected/deselected with % \includecomment{versiona} % \excludecoment{versionb} % % These environments are used as % \versiona ... \endversiona % or \begin{versiona} ... \end{versiona} % with the closing command again on a line of its own. % % Basic approach: % to comment something out, scoop up every line in verbatim mode % as macro argument, then throw it away. % For inclusions, both the opening and closing comands % are defined as noop % % Changed \next to \html@next to prevent clashes with other sty files % (mike@emn.fr) % Changed \html@next to \htmlnext so the \makeatletter and % \makeatother commands could be removed (they were causing other % style files - changebar.sty - to crash) (nikos@cbl.leeds.ac.uk) % Changed \htmlnext back to \html@next... \def\makeinnocent#1{\catcode`#1=12 } \def\csarg#1#2{\expandafter#1\csname#2\endcsname} \def\ThrowAwayComment#1{\begingroup \def\CurrentComment{#1}% \let\do\makeinnocent \dospecials \makeinnocent\^^L% and whatever other special cases \endlinechar`\^^M \catcode`\^^M=12 \xComment} {\catcode`\^^M=12 \endlinechar=-1 % \gdef\xComment#1^^M{\def\test{#1}\edef\test{\meaning\test} \csarg\ifx{PlainEnd\CurrentComment Test}\test \let\html@next\endgroup \else \csarg\ifx{LaLaEnd\CurrentComment Test}\test \edef\html@next{\endgroup\noexpand\end{\CurrentComment}} \else \csarg\ifx{LaInnEnd\CurrentComment Test}\test \edef\html@next{\endgroup\noexpand\end{\CurrentComment}} \else \let\html@next\xComment \fi \fi \fi \html@next} } \def\includecomment #1{\expandafter\def\csname#1\endcsname{}% \expandafter\def\csname end#1\endcsname{}} \def\excludecomment #1{\expandafter\def\csname#1\endcsname{\ThrowAwayComment{#1}}% {\escapechar=-1\relax \edef\tmp{\string\\end#1}% \csarg\xdef{PlainEnd#1Test}{\meaning\tmp}% \edef\tmp{\string\\end\string\{#1\string\}}% \csarg\xdef{LaLaEnd#1Test}{\meaning\tmp}% \edef\tmp{\string\\end \string\{#1\string\}}% \csarg\xdef{LaInnEnd#1Test}{\meaning\tmp}% }} \excludecomment{comment} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % end Comment.sty %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % Alternative code by Robin Fairbairns, 22 September 1997 % \newcommand\@gobbleenv{\let\reserved@a\@currenvir\@gobble@nv} \long\def\@gobble@nv#1\end#2{\def\reserved@b{#2}% \ifx\reserved@a\reserved@b \edef\reserved@a{\noexpand\end{\reserved@a}}% \expandafter\reserved@a \else \expandafter\@gobble@nv \fi} \renewcommand{\excludecomment}[1]{% \csname newenvironment\endcsname{#1}{\@gobbleenv}{}} %%% RAW HTML % % Enclose raw HTML between a \begin{rawhtml} and \end{rawhtml}. % The html environment ignores its body % \excludecomment{rawhtml} %%% HTML ONLY % % Enclose LaTeX constructs which will only appear in the % HTML output and will be ignored by LaTeX with % \begin{htmlonly} and \end{htmlonly} % \excludecomment{htmlonly} % Shorter version \newcommand{\html}[1]{} % for images.tex only \excludecomment{imagesonly} %%% LaTeX ONLY % Enclose LaTeX constructs which will only appear in the % DVI output and will be ignored by latex2html with %\begin{latexonly} and \end{latexonly} % \newenvironment{latexonly}{}{} % Shorter version \newcommand{\latex}[1]{#1} %%% LaTeX or HTML % Combination of \latex and \html. % Say \latexhtml{this should be latex text}{this html text} % %\newcommand{\latexhtml}[2]{#1} \long\def\latexhtml#1#2{#1} %%% tracing the HTML conversions % This alters the tracing-level within the processing % performed by latex2html by adjusting $VERBOSITY % (see latex2html.config for the appropriate values) % \newcommand{\htmltracing}[1]{} \newcommand{\htmltracenv}[1]{} %%% \strikeout for HTML only % uses ... tags on the argument % LaTeX just gobbles it up. \newcommand{\strikeout}[1]{} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% JCL - stop input here if LaTeX2e is not present %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ifx\if@compatibility\undefined %LaTeX209 \makeatother\relax\expandafter\endinput \fi \if@compatibility %LaTeX2e in LaTeX209 compatibility mode \makeatother\relax\expandafter\endinput \fi %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % Start providing LaTeX2e extension: % This is currently: % - additional optional argument for \htmladdimg % - support for segmented documents % \ProvidesPackage{html} [1996/12/22 v1.1 hypertext commands for latex2html (nd, hws, rrm)] %%%%MG % This command takes as argument a URL pointing to an image. % The image will be embedded in the HTML document but will % be ignored in the dvi and ps files. The optional argument % denotes additional HTML tags. % % Example: \htmladdimg[ALT="portrait" ALIGN=CENTER]{portrait.gif} % \renewcommand{\htmladdimg}[2][]{} %%% HTMLRULE for LaTeX2e % This command adds a horizontal rule and is valid even within % a figure caption. % % This command is best used with LaTeX2e and HTML 3.2 support. % It is like \hrule, but allows for options via key--value pairs % as follows: \htmlrule[key1=value1, key2=value2, ...] . % Use \htmlrule* to suppress the
tag. % Eg. \htmlrule[left, 15, 5pt, "none", NOSHADE] produces %

. % Renew the necessary part. \renewcommand{\htmlrulestar}[1][all]{} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % renew some definitions to allow optional arguments % % The description of the options is missing, as yet. % \renewcommand{\latextohtml}{\textup{\LaTeX2\texttt{HTML}}} \renewcommand{\htmladdnormallinkfoot}[3][]{#2\footnote{#3}} \renewcommand{\htmladdnormallink}[3][]{#2} \renewcommand{\htmlbody}[1][]{} \renewcommand{\hyperref}[1][ref]{\hyperrefx[#1]} \renewcommand{\hypercite}[1][int]{\hypercitex[#1]} \renewcommand{\htmlref}[3][]{#2} \renewcommand{\htmlcite}[1]{#1\htmlcitex} \newcommand{\htmlcitex}[2][]{{\def\tmp{#1}\ifx\tmp\@empty\else~[#1]\fi}} \renewcommand{\htmlimage}[2][]{} \renewcommand{\htmlborder}[2][]{} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % HTML HTMLset HTMLsetenv % % These commands do nothing in LaTeX, but can be used to place % HTML tags or set Perl variables during the LaTeX2HTML processing; % They are intended for expert use only. \newcommand{\HTMLcode}[2][]{} \ifx\undefined\HTML\newcommand{\HTML}[2][]{}\else \typeout{*** Warning: \string\HTML\space had an incompatible definition ***}% \typeout{*** instead use \string\HTMLcode\space for raw HTML code ***}% \fi \newcommand{\HTMLset}[3][]{} \newcommand{\HTMLsetenv}[3][]{} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % The following commands pertain to document segmentation, and % were added by Herbert Swan (with help from % Michel Goossens ): % % % This command inputs internal latex2html tables so that large % documents can to partitioned into smaller (more manageable) % segments. % \newcommand{\internal}[2][internals]{} % % Define a dummy stub \htmlhead{}. This command causes latex2html % to define the title of the start of a new segment. It is not % normally placed in the user's document. Rather, it is passed to % latex2html via a .ptr file written by \segment. % \newcommand{\htmlhead}[3][]{} % In the LaTeX2HTML version this will eliminate the title line % generated by a \segment command, but retains the title string % for use in other places. % \newcommand{\htmlnohead}{} % In the LaTeX2HTML version this put a URL into a tag % within the ... portion of a document. % \newcommand{\htmlbase}[1]{} % % % The dummy command \endpreamble is needed by latex2html to % mark the end of the preamble in document segments that do % not contain a \begin{document} % \newcommand{\startdocument}{} % \tableofchildlinks, \htmlinfo % by Ross Moore --- extensions dated 27 September 1997 % % These do nothing in LaTeX but for LaTeX2HTML they mark % where the table of child-links and info-page should be placed, % when the user wants other than the default. % \tableofchildlinks % put mini-TOC at this location % \tableofchildlinks[off] % not on current page % \tableofchildlinks[none] % not on current and subsequent pages % \tableofchildlinks[on] % selectively on current page % \tableofchildlinks[all] % on current and all subsequent pages % \htmlinfo % put info-page at this location % \htmlinfo[off] % no info-page in current document % \htmlinfo[none] % no info-page in current document % *-versions omit the preceding
tag. % \newcommand{\tableofchildlinks}{% \@ifstar\tableofchildlinksstar\tableofchildlinksstar} \newcommand{\tableofchildlinksstar}[1][]{} \newcommand{\htmlinfo}{\@ifstar\htmlinfostar\htmlinfostar} \newcommand{\htmlinfostar}[1][]{} % This redefines \begin to allow for an optional argument % which is used by LaTeX2HTML to specify `style-sheet' information \let\realLaTeX@begin=\begin \renewcommand{\begin}[1][]{\realLaTeX@begin} % % Allocate a new set of section counters, which will get incremented % for "*" forms of sectioning commands, and for a few miscellaneous % commands. % \newcounter{lpart} \newcounter{lchapter}[part] \@ifundefined{c@chapter}% {\let\Hchapter\relax \newcounter{lsection}[part]}% {\let\Hchapter=\chapter \newcounter{lsection}[chapter]} \newcounter{lsubsection}[section] \newcounter{lsubsubsection}[subsection] \newcounter{lparagraph}[subsubsection] \newcounter{lsubparagraph}[paragraph] \newcounter{lequation} % % Redefine "*" forms of sectioning commands to increment their % respective counters. % \let\Hpart=\part %\let\Hchapter=\chapter \let\Hsection=\section \let\Hsubsection=\subsection \let\Hsubsubsection=\subsubsection \let\Hparagraph=\paragraph \let\Hsubparagraph=\subparagraph \let\Hsubsubparagraph=\subsubparagraph \ifx\c@subparagraph\undefined \newcounter{lsubsubparagraph}[lsubparagraph] \else \newcounter{lsubsubparagraph}[subparagraph] \fi % % The following definitions are specific to LaTeX2e: % (They must be commented out for LaTeX 2.09) % \renewcommand{\part}{\@ifstar{\stepcounter{lpart}% \bgroup\def\tmp{*}\H@part}{\bgroup\def\tmp{}\H@part}} \newcommand{\H@part}[1][]{\def\tmp@a{#1}\check@align \expandafter\egroup\expandafter\Hpart\tmp} \ifx\Hchapter\relax\else \def\chapter{\resetsections \@ifstar{\stepcounter{lchapter}% \bgroup\def\tmp{*}\H@chapter}{\bgroup\def\tmp{}\H@chapter}}\fi \newcommand{\H@chapter}[1][]{\def\tmp@a{#1}\check@align \expandafter\egroup\expandafter\Hchapter\tmp} \renewcommand{\section}{\resetsubsections \@ifstar{\stepcounter{lsection}\bgroup\def\tmp{*}% \H@section}{\bgroup\def\tmp{}\H@section}} \newcommand{\H@section}[1][]{\def\tmp@a{#1}\check@align \expandafter\egroup\expandafter\Hsection\tmp} \renewcommand{\subsection}{\resetsubsubsections \@ifstar{\stepcounter{lsubsection}\bgroup\def\tmp{*}% \H@subsection}{\bgroup\def\tmp{}\H@subsection}} \newcommand{\H@subsection}[1][]{\def\tmp@a{#1}\check@align \expandafter\egroup\expandafter\Hsubsection\tmp} \renewcommand{\subsubsection}{\resetparagraphs \@ifstar{\stepcounter{lsubsubsection}\bgroup\def\tmp{*}% \H@subsubsection}{\bgroup\def\tmp{}\H@subsubsection}} \newcommand{\H@subsubsection}[1][]{\def\tmp@a{#1}\check@align \expandafter\egroup\expandafter\Hsubsubsection\tmp} \renewcommand{\paragraph}{\resetsubparagraphs \@ifstar{\stepcounter{lparagraph}\bgroup\def\tmp{*}% \H@paragraph}{\bgroup\def\tmp{}\H@paragraph}} \newcommand\H@paragraph[1][]{\def\tmp@a{#1}\check@align \expandafter\egroup\expandafter\Hparagraph\tmp} \renewcommand{\subparagraph}{\resetsubsubparagraphs \@ifstar{\stepcounter{lsubparagraph}\bgroup\def\tmp{*}% \H@subparagraph}{\bgroup\def\tmp{}\H@subparagraph}} \newcommand\H@subparagraph[1][]{\def\tmp@a{#1}\check@align \expandafter\egroup\expandafter\Hsubparagraph\tmp} \ifx\Hsubsubparagraph\relax\else\@ifundefined{subsubparagraph}{}{% \def\subsubparagraph{% \@ifstar{\stepcounter{lsubsubparagraph}\bgroup\def\tmp{*}% \H@subsubparagraph}{\bgroup\def\tmp{}\H@subsubparagraph}}}\fi \newcommand\H@subsubparagraph[1][]{\def\tmp@a{#1}\check@align \expandafter\egroup\expandafter\Hsubsubparagraph\tmp} \def\check@align{\def\empty{}\ifx\tmp@a\empty \else\def\tmp@b{center}\ifx\tmp@a\tmp@b\let\tmp@a\empty \else\def\tmp@b{left}\ifx\tmp@a\tmp@b\let\tmp@a\empty \else\def\tmp@b{right}\ifx\tmp@a\tmp@b\let\tmp@a\empty \else\expandafter\def\expandafter\tmp@a\expandafter{\expandafter[\tmp@a]}% \fi\fi\fi \def\empty{}\ifx\tmp\empty\let\tmp=\tmp@a \else \expandafter\def\expandafter\tmp\expandafter{\expandafter*\tmp@a}% \fi\fi} % \def\resetsections{\setcounter{section}{0}\setcounter{lsection}{0}% \reset@dependents{section}\resetsubsections } \def\resetsubsections{\setcounter{subsection}{0}\setcounter{lsubsection}{0}% \reset@dependents{subsection}\resetsubsubsections } \def\resetsubsubsections{\setcounter{subsubsection}{0}\setcounter{lsubsubsection}{0}% \reset@dependents{subsubsection}\resetparagraphs } % \def\resetparagraphs{\setcounter{lparagraph}{0}\setcounter{lparagraph}{0}% \reset@dependents{paragraph}\resetsubparagraphs } \def\resetsubparagraphs{\ifx\c@subparagraph\undefined\else \setcounter{subparagraph}{0}\fi \setcounter{lsubparagraph}{0}% \reset@dependents{subparagraph}\resetsubsubparagraphs } \def\resetsubsubparagraphs{\ifx\c@subsubparagraph\undefined\else \setcounter{subsubparagraph}{0}\fi \setcounter{lsubsubparagraph}{0}} % \def\reset@dependents#1{\begingroup\let \@elt \@stpelt \csname cl@#1\endcsname\endgroup} % % % Define a helper macro to dump a single \secounter command to a file. % \newcommand{\DumpPtr}[2]{% \count255=\arabic{#1}\def\dummy{dummy}\def\tmp{#2}% \ifx\tmp\dummy\else\advance\count255 by \arabic{#2}\fi \immediate\write\ptrfile{% \noexpand\setcounter{#1}{\number\count255}}} % % Define a helper macro to dump all counters to the file. % The value for each counter will be the sum of the l-counter % actual LaTeX section counter. % Also dump an \htmlhead{section-command}{section title} command % to the file. % \newwrite\ptrfile \def\DumpCounters#1#2#3#4{% \begingroup\let\protect=\noexpand \immediate\openout\ptrfile = #1.ptr \DumpPtr{part}{lpart}% \ifx\Hchapter\relax\else\DumpPtr{chapter}{lchapter}\fi \DumpPtr{section}{lsection}% \DumpPtr{subsection}{lsubsection}% \DumpPtr{subsubsection}{lsubsubsection}% \DumpPtr{paragraph}{lparagraph}% \DumpPtr{subparagraph}{lsubparagraph}% \DumpPtr{equation}{lequation}% \DumpPtr{footnote}{dummy}% \def\tmp{#4}\ifx\tmp\@empty \immediate\write\ptrfile{\noexpand\htmlhead{#2}{#3}}\else \immediate\write\ptrfile{\noexpand\htmlhead[#4]{#2}{#3}}\fi \dumpcitestatus \dumpcurrentcolor \immediate\closeout\ptrfile \endgroup } %% interface to natbib.sty \def\dumpcitestatus{} \def\loadcitestatus{\def\dumpcitestatus{% \ifciteindex\immediate\write\ptrfile{\noexpand\citeindextrue}% \else\immediate\write\ptrfile{\noexpand\citeindexfalse}\fi }% } \@ifpackageloaded{natbib}{\loadcitestatus}{% \AtBeginDocument{\@ifpackageloaded{natbib}{\loadcitestatus}{}}} %% interface to color.sty \def\dumpcurrentcolor{} \def\loadsegmentcolors{% \let\real@pagecolor=\pagecolor \let\pagecolor\segmentpagecolor \let\segmentcolor\color \ifx\current@page@color\undefined \def\current@page@color{{}}\fi \def\dumpcurrentcolor{\bgroup\def\@empty@{{}}% \expandafter\def\expandafter\tmp\space####1@{\def\thiscol{####1}}% \ifx\current@color\@empty@\def\thiscol{}\else \expandafter\tmp\current@color @\fi \immediate\write\ptrfile{\noexpand\segmentcolor{\thiscol}}% \ifx\current@page@color\@empty@\def\thiscol{}\else \expandafter\tmp\current@page@color @\fi \immediate\write\ptrfile{\noexpand\segmentpagecolor{\thiscol}}% \egroup}% \global\let\loadsegmentcolors=\relax } % These macros are needed within images.tex since this inputs % the .ptr files for a segment, so that counters are % colors are synchronised. % \newcommand{\segmentpagecolor}[1][]{% \@ifpackageloaded{color}{\loadsegmentcolors\bgroup \def\tmp{#1}\ifx\@empty\tmp\def\next{[]}\else\def\next{[#1]}\fi \expandafter\segmentpagecolor@\next}% {\@gobble}} \def\segmentpagecolor@[#1]#2{\def\tmp{#1}\def\tmpB{#2}% \ifx\tmpB\@empty\let\next=\egroup \else \let\realendgroup=\endgroup \def\endgroup{\edef\next{\noexpand\realendgroup \def\noexpand\current@page@color{\current@color}}\next}% \ifx\tmp\@empty\real@pagecolor{#2}\def\model{}% \else\real@pagecolor[#1]{#2}\def\model{[#1]}% \fi \edef\next{\egroup\def\noexpand\current@page@color{\current@page@color}% \noexpand\real@pagecolor\model{#2}}% \fi\next} % \newcommand{\segmentcolor}[2][named]{\@ifpackageloaded{color}% {\loadsegmentcolors\segmentcolor[#1]{#2}}{}} \@ifpackageloaded{color}{\loadsegmentcolors}{\let\real@pagecolor=\@gobble \AtBeginDocument{\@ifpackageloaded{color}{\loadsegmentcolors}{}}} % Define the \segment[align]{file}{section-command}{section-title} command, % and its helper macros. This command does four things: % 1) Begins a new LaTeX section; % 2) Writes a list of section counters to file.ptr, each % of which represents the sum of the LaTeX section % counters, and the l-counters, defined above; % 3) Write an \htmlhead{section-title} command to file.ptr; % 4) Inputs file.tex. \def\segment{\@ifstar{\@@htmls}{\@@html}} \def\endsegment{} \newcommand{\@@htmls}[1][]{\@@htmlsx{#1}} \newcommand{\@@html}[1][]{\@@htmlx{#1}} \def\@@htmlsx#1#2#3#4{\csname #3\endcsname* {#4}% \DumpCounters{#2}{#3*}{#4}{#1}\input{#2}} \def\@@htmlx#1#2#3#4{\csname #3\endcsname {#4}% \DumpCounters{#2}{#3}{#4}{#1}\input{#2}} \makeatother \endinput % Modifications: % % (The listing of Initiales see Changes) % Adding this style file, as it is needed for the documentation. % % $Id: html.sty 1195 2006-12-18 13:00:35Z paultcochrane $ % LaTeX2HTML Version 96.2 : html.sty % % This file contains definitions of LaTeX commands which are % processed in a special way by the translator. % For example, there are commands for embedding external hypertext links, % for cross-references between documents or for including raw HTML. % This file includes the comments.sty file v2.0 by Victor Eijkhout % In most cases these commands do nothing when processed by LaTeX. % % Place this file in a directory accessible to LaTeX (i.e., somewhere % in the TEXINPUTS path.) % % NOTE: This file works with LaTeX 2.09 or (the newer) LaTeX2e. % If you only have LaTeX 2.09, some complex LaTeX2HTML features % like support for segmented documents are not available. % Changes: % See the change log at end of file. % Exit if the style file is already loaded % (suggested by Lee Shombert \ifx \htmlstyloaded\relax \endinput\else\let\htmlstyloaded\relax\fi \makeatletter \providecommand{\latextohtml}{\LaTeX2\texttt{HTML}} %%% LINKS TO EXTERNAL DOCUMENTS % % This can be used to provide links to arbitrary documents. % The first argumment should be the text that is going to be % highlighted and the second argument a URL. % The hyperlink will appear as a hyperlink in the HTML % document and as a footnote in the dvi or ps files. % \newcommand{\htmladdnormallinkfoot}[2]{#1\footnote{#2}} % This is an alternative definition of the command above which % will ignore the URL in the dvi or ps files. \newcommand{\htmladdnormallink}[2]{#1} % This command takes as argument a URL pointing to an image. % The image will be embedded in the HTML document but will % be ignored in the dvi and ps files. % \newcommand{\htmladdimg}[1]{} %%% CROSS-REFERENCES BETWEEN (LOCAL OR REMOTE) DOCUMENTS % % This can be used to refer to symbolic labels in other Latex % documents that have already been processed by the translator. % The arguments should be: % #1 : the URL to the directory containing the external document % #2 : the path to the labels.pl file of the external document. % If the external document lives on a remote machine then labels.pl % must be copied on the local machine. % %e.g. \externallabels{http://cbl.leeds.ac.uk/nikos/WWW/doc/tex2html/latex2html} % {/usr/cblelca/nikos/tmp/labels.pl} % The arguments are ignored in the dvi and ps files. % \newcommand{\externallabels}[2]{} % This complements the \externallabels command above. The argument % should be a label defined in another latex document and will be % ignored in the dvi and ps files. % \newcommand{\externalref}[1]{} % Suggested by Uffe Engberg (http://www.brics.dk/~engberg/) % This allows the same effect for citations in external bibliographies. % An \externallabels command must be given, locating a labels.pl file % which defines the location and keys used in the external .html file. % \newcommand{\externalcite}{\nocite} %%% HTMLRULE % This command adds a horizontal rule and is valid even within % a figure caption. % Here we introduce a stub for compatibility. \newcommand{\htmlrule}{\protect\HTMLrule} \newcommand{\HTMLrule}{\@ifstar\htmlrulestar\htmlrulestar} \newcommand{\htmlrulestar}[1]{} % This command adds information within the ... tag % \newcommand{\bodytext}[1]{} \newcommand{\htmlbody}{} %%% HYPERREF % Suggested by Eric M. Carol % Similar to \ref but accepts conditional text. % The first argument is HTML text which will become ``hyperized'' % (underlined). % The second and third arguments are text which will appear only in the paper % version (DVI file), enclosing the fourth argument which is a reference to a label. % %e.g. \hyperref{using the tracer}{using the tracer (see Section}{)}{trace} % where there is a corresponding \label{trace} % \newcommand{\hyperref}{\hyperrefx[ref]} \def\hyperrefx[#1]{{\def\next{#1}% \def\tmp{ref}\ifx\next\tmp\aftergroup\hyperrefref \else\def\tmp{pageref}\ifx\next\tmp\aftergroup\hyperpageref \else\def\tmp{page}\ifx\next\tmp\aftergroup\hyperpageref \else\def\tmp{noref}\ifx\next\tmp\aftergroup\hypernoref \else\def\tmp{no}\ifx\next\tmp\aftergroup\hypernoref \else\typeout{*** unknown option \next\space to hyperref ***}% \fi\fi\fi\fi\fi}} \newcommand{\hyperrefref}[4]{#2\ref{#4}#3} \newcommand{\hyperpageref}[4]{#2\pageref{#4}#3} \newcommand{\hypernoref}[3]{#2} %%% HYPERCITE --- added by RRM % Suggested by Stephen Simpson % effects the same ideas as in \hyperref, but for citations. % It does not allow an optional argument to the \cite, in LaTeX. % % \hypercite{}{}{}{} % % uses the pre/post-texts in LaTeX, with a \cite{} % % \hypercite[ext]{}{}{} % % uses the pre/post-texts in LaTeX, with a \nocite{} % the actual reference comes from an \externallabels file. % \newcommand{\hypercite}{\hypercitex[int]} \def\hypercitex[#1]{{\def\next{#1}% \def\tmp{int}\ifx\next\tmp\aftergroup\hyperciteint \else\def\tmp{cite}\ifx\next\tmp\aftergroup\hyperciteint \else\def\tmp{ext}\ifx\next\tmp\aftergroup\hyperciteext \else\def\tmp{nocite}\ifx\next\tmp\aftergroup\hyperciteext \else\def\tmp{no}\ifx\next\tmp\aftergroup\hyperciteext \else\typeout{*** unknown option \next\space to hypercite ***}% \fi\fi\fi\fi\fi}} \newcommand{\hyperciteint}[4]{#2{\def\tmp{#3}\def\emptyopt{}% \ifx\tmp\emptyopt\cite{#4}\else\cite[#3]{#4}\fi}} \newcommand{\hyperciteext}[3]{#2\nocite{#3}} %%% HTMLREF % Reference in HTML version only. % Mix between \htmladdnormallink and \hyperref. % First arg is text for in both versions, second is label for use in HTML % version. \newcommand{\htmlref}[2]{#1} %%% HTMLCITE % Reference in HTML version only. % Mix between \htmladdnormallink and \hypercite. % First arg is text for in both versions, second is citation for use in HTML % version. \newcommand{\htmlcite}[2]{#1} %%% HTMLIMAGE % This command can be used inside any environment that is converted % into an inlined image (eg a "figure" environment) in order to change % the way the image will be translated. The argument of \htmlimage % is really a string of options separated by commas ie % [scale=],[external],[thumbnail= % The scale option allows control over the size of the final image. % The ``external'' option will cause the image not to be inlined % (images are inlined by default). External images will be accessible % via a hypertext link. % The ``thumbnail'' option will cause a small inlined image to be % placed in the caption. The size of the thumbnail depends on the % reduction factor. The use of the ``thumbnail'' option implies % the ``external'' option. % % Example: % \htmlimage{scale=1.5,external,thumbnail=0.2} % will cause a small thumbnail image 1/5th of the original size to be % placed in the final document, pointing to an external image 1.5 % times bigger than the original. % \newcommand{\htmlimage}[1]{} % \htmlborder causes a border to be placed around an image or table % when the image is placed within a
cell. \newcommand{\htmlborder}[1]{} % Put \begin{makeimage}, \end{makeimage} around LaTeX to ensure its % translation into an image. % This shields sensitive text from being translated. \newenvironment{makeimage}{}{} % A dummy environment that can be useful to alter the order % in which commands are processed, in LaTeX2HTML \newenvironment{tex2html_deferred}{}{} %%% HTMLADDTONAVIGATION % This command appends its argument to the buttons in the navigation % panel. It is ignored by LaTeX. % % Example: % \htmladdtonavigation{\htmladdnormallink % {\htmladdimg{http://server/path/to/gif}} % {http://server/path}} \newcommand{\htmladdtonavigation}[1]{} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Comment.sty version 2.0, 19 June 1992 % selectively in/exclude pieces of text: the user can define new % comment versions, and each is controlled separately. % This style can be used with plain TeX or LaTeX, and probably % most other packages too. % % Examples of use in LaTeX and TeX follow \endinput % % Author % Victor Eijkhout % Department of Computer Science % University Tennessee at Knoxville % 104 Ayres Hall % Knoxville, TN 37996 % USA % % eijkhout@cs.utk.edu % % Usage: all text included in between % \comment ... \endcomment % or \begin{comment} ... \end{comment} % is discarded. The closing command should appear on a line % of its own. No starting spaces, nothing after it. % This environment should work with arbitrary amounts % of comment. % % Other 'comment' environments are defined by % and are selected/deselected with % \includecomment{versiona} % \excludecoment{versionb} % % These environments are used as % \versiona ... \endversiona % or \begin{versiona} ... \end{versiona} % with the closing command again on a line of its own. % % Basic approach: % to comment something out, scoop up every line in verbatim mode % as macro argument, then throw it away. % For inclusions, both the opening and closing comands % are defined as noop % % Changed \next to \html@next to prevent clashes with other sty files % (mike@emn.fr) % Changed \html@next to \htmlnext so the \makeatletter and % \makeatother commands could be removed (they were causing other % style files - changebar.sty - to crash) (nikos@cbl.leeds.ac.uk) % Changed \htmlnext back to \html@next... \def\makeinnocent#1{\catcode`#1=12 } \def\csarg#1#2{\expandafter#1\csname#2\endcsname} \def\ThrowAwayComment#1{\begingroup \def\CurrentComment{#1}% \let\do\makeinnocent \dospecials \makeinnocent\^^L% and whatever other special cases \endlinechar`\^^M \catcode`\^^M=12 \xComment} {\catcode`\^^M=12 \endlinechar=-1 % \gdef\xComment#1^^M{\def\test{#1}\edef\test{\meaning\test} \csarg\ifx{PlainEnd\CurrentComment Test}\test \let\html@next\endgroup \else \csarg\ifx{LaLaEnd\CurrentComment Test}\test \edef\html@next{\endgroup\noexpand\end{\CurrentComment}} \else \csarg\ifx{LaInnEnd\CurrentComment Test}\test \edef\html@next{\endgroup\noexpand\end{\CurrentComment}} \else \let\html@next\xComment \fi \fi \fi \html@next} } \def\includecomment #1{\expandafter\def\csname#1\endcsname{}% \expandafter\def\csname end#1\endcsname{}} \def\excludecomment #1{\expandafter\def\csname#1\endcsname{\ThrowAwayComment{#1}}% {\escapechar=-1\relax \edef\tmp{\string\\end#1}% \csarg\xdef{PlainEnd#1Test}{\meaning\tmp}% \edef\tmp{\string\\end\string\{#1\string\}}% \csarg\xdef{LaLaEnd#1Test}{\meaning\tmp}% \edef\tmp{\string\\end \string\{#1\string\}}% \csarg\xdef{LaInnEnd#1Test}{\meaning\tmp}% }} \excludecomment{comment} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % end Comment.sty %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % Alternative code by Robin Fairbairns, 22 September 1997 % \newcommand\@gobbleenv{\let\reserved@a\@currenvir\@gobble@nv} \long\def\@gobble@nv#1\end#2{\def\reserved@b{#2}% \ifx\reserved@a\reserved@b \edef\reserved@a{\noexpand\end{\reserved@a}}% \expandafter\reserved@a \else \expandafter\@gobble@nv \fi} \renewcommand{\excludecomment}[1]{% \csname newenvironment\endcsname{#1}{\@gobbleenv}{}} %%% RAW HTML % % Enclose raw HTML between a \begin{rawhtml} and \end{rawhtml}. % The html environment ignores its body % \excludecomment{rawhtml} %%% HTML ONLY % % Enclose LaTeX constructs which will only appear in the % HTML output and will be ignored by LaTeX with % \begin{htmlonly} and \end{htmlonly} % \excludecomment{htmlonly} % Shorter version \newcommand{\html}[1]{} % for images.tex only \excludecomment{imagesonly} %%% LaTeX ONLY % Enclose LaTeX constructs which will only appear in the % DVI output and will be ignored by latex2html with %\begin{latexonly} and \end{latexonly} % \newenvironment{latexonly}{}{} % Shorter version \newcommand{\latex}[1]{#1} %%% LaTeX or HTML % Combination of \latex and \html. % Say \latexhtml{this should be latex text}{this html text} % %\newcommand{\latexhtml}[2]{#1} \long\def\latexhtml#1#2{#1} %%% tracing the HTML conversions % This alters the tracing-level within the processing % performed by latex2html by adjusting $VERBOSITY % (see latex2html.config for the appropriate values) % \newcommand{\htmltracing}[1]{} \newcommand{\htmltracenv}[1]{} %%% \strikeout for HTML only % uses ... tags on the argument % LaTeX just gobbles it up. \newcommand{\strikeout}[1]{} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% JCL - stop input here if LaTeX2e is not present %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ifx\if@compatibility\undefined %LaTeX209 \makeatother\relax\expandafter\endinput \fi \if@compatibility %LaTeX2e in LaTeX209 compatibility mode \makeatother\relax\expandafter\endinput \fi %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % Start providing LaTeX2e extension: % This is currently: % - additional optional argument for \htmladdimg % - support for segmented documents % \ProvidesPackage{html} [1996/12/22 v1.1 hypertext commands for latex2html (nd, hws, rrm)] %%%%MG % This command takes as argument a URL pointing to an image. % The image will be embedded in the HTML document but will % be ignored in the dvi and ps files. The optional argument % denotes additional HTML tags. % % Example: \htmladdimg[ALT="portrait" ALIGN=CENTER]{portrait.gif} % \renewcommand{\htmladdimg}[2][]{} %%% HTMLRULE for LaTeX2e % This command adds a horizontal rule and is valid even within % a figure caption. % % This command is best used with LaTeX2e and HTML 3.2 support. % It is like \hrule, but allows for options via key--value pairs % as follows: \htmlrule[key1=value1, key2=value2, ...] . % Use \htmlrule* to suppress the
tag. % Eg. \htmlrule[left, 15, 5pt, "none", NOSHADE] produces %

. % Renew the necessary part. \renewcommand{\htmlrulestar}[1][all]{} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % renew some definitions to allow optional arguments % % The description of the options is missing, as yet. % \renewcommand{\latextohtml}{\textup{\LaTeX2\texttt{HTML}}} \renewcommand{\htmladdnormallinkfoot}[3][]{#2\footnote{#3}} \renewcommand{\htmladdnormallink}[3][]{#2} \renewcommand{\htmlbody}[1][]{} \renewcommand{\hyperref}[1][ref]{\hyperrefx[#1]} \renewcommand{\hypercite}[1][int]{\hypercitex[#1]} \renewcommand{\htmlref}[3][]{#2} \renewcommand{\htmlcite}[1]{#1\htmlcitex} \newcommand{\htmlcitex}[2][]{{\def\tmp{#1}\ifx\tmp\@empty\else~[#1]\fi}} \renewcommand{\htmlimage}[2][]{} \renewcommand{\htmlborder}[2][]{} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % HTML HTMLset HTMLsetenv % % These commands do nothing in LaTeX, but can be used to place % HTML tags or set Perl variables during the LaTeX2HTML processing; % They are intended for expert use only. \newcommand{\HTMLcode}[2][]{} \ifx\undefined\HTML\newcommand{\HTML}[2][]{}\else \typeout{*** Warning: \string\HTML\space had an incompatible definition ***}% \typeout{*** instead use \string\HTMLcode\space for raw HTML code ***}% \fi \newcommand{\HTMLset}[3][]{} \newcommand{\HTMLsetenv}[3][]{} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % The following commands pertain to document segmentation, and % were added by Herbert Swan (with help from % Michel Goossens ): % % % This command inputs internal latex2html tables so that large % documents can to partitioned into smaller (more manageable) % segments. % \newcommand{\internal}[2][internals]{} % % Define a dummy stub \htmlhead{}. This command causes latex2html % to define the title of the start of a new segment. It is not % normally placed in the user's document. Rather, it is passed to % latex2html via a .ptr file written by \segment. % \newcommand{\htmlhead}[3][]{} % In the LaTeX2HTML version this will eliminate the title line % generated by a \segment command, but retains the title string % for use in other places. % \newcommand{\htmlnohead}{} % In the LaTeX2HTML version this put a URL into a tag % within the ... portion of a document. % \newcommand{\htmlbase}[1]{} % % % The dummy command \endpreamble is needed by latex2html to % mark the end of the preamble in document segments that do % not contain a \begin{document} % \newcommand{\startdocument}{} % \tableofchildlinks, \htmlinfo % by Ross Moore --- extensions dated 27 September 1997 % % These do nothing in LaTeX but for LaTeX2HTML they mark % where the table of child-links and info-page should be placed, % when the user wants other than the default. % \tableofchildlinks % put mini-TOC at this location % \tableofchildlinks[off] % not on current page % \tableofchildlinks[none] % not on current and subsequent pages % \tableofchildlinks[on] % selectively on current page % \tableofchildlinks[all] % on current and all subsequent pages % \htmlinfo % put info-page at this location % \htmlinfo[off] % no info-page in current document % \htmlinfo[none] % no info-page in current document % *-versions omit the preceding
tag. % \newcommand{\tableofchildlinks}{% \@ifstar\tableofchildlinksstar\tableofchildlinksstar} \newcommand{\tableofchildlinksstar}[1][]{} \newcommand{\htmlinfo}{\@ifstar\htmlinfostar\htmlinfostar} \newcommand{\htmlinfostar}[1][]{} % This redefines \begin to allow for an optional argument % which is used by LaTeX2HTML to specify `style-sheet' information \let\realLaTeX@begin=\begin \renewcommand{\begin}[1][]{\realLaTeX@begin} % % Allocate a new set of section counters, which will get incremented % for "*" forms of sectioning commands, and for a few miscellaneous % commands. % \newcounter{lpart} \newcounter{lchapter}[part] \@ifundefined{c@chapter}% {\let\Hchapter\relax \newcounter{lsection}[part]}% {\let\Hchapter=\chapter \newcounter{lsection}[chapter]} \newcounter{lsubsection}[section] \newcounter{lsubsubsection}[subsection] \newcounter{lparagraph}[subsubsection] \newcounter{lsubparagraph}[paragraph] \newcounter{lequation} % % Redefine "*" forms of sectioning commands to increment their % respective counters. % \let\Hpart=\part %\let\Hchapter=\chapter \let\Hsection=\section \let\Hsubsection=\subsection \let\Hsubsubsection=\subsubsection \let\Hparagraph=\paragraph \let\Hsubparagraph=\subparagraph \let\Hsubsubparagraph=\subsubparagraph \ifx\c@subparagraph\undefined \newcounter{lsubsubparagraph}[lsubparagraph] \else \newcounter{lsubsubparagraph}[subparagraph] \fi % % The following definitions are specific to LaTeX2e: % (They must be commented out for LaTeX 2.09) % \renewcommand{\part}{\@ifstar{\stepcounter{lpart}% \bgroup\def\tmp{*}\H@part}{\bgroup\def\tmp{}\H@part}} \newcommand{\H@part}[1][]{\def\tmp@a{#1}\check@align \expandafter\egroup\expandafter\Hpart\tmp} \ifx\Hchapter\relax\else \def\chapter{\resetsections \@ifstar{\stepcounter{lchapter}% \bgroup\def\tmp{*}\H@chapter}{\bgroup\def\tmp{}\H@chapter}}\fi \newcommand{\H@chapter}[1][]{\def\tmp@a{#1}\check@align \expandafter\egroup\expandafter\Hchapter\tmp} \renewcommand{\section}{\resetsubsections \@ifstar{\stepcounter{lsection}\bgroup\def\tmp{*}% \H@section}{\bgroup\def\tmp{}\H@section}} \newcommand{\H@section}[1][]{\def\tmp@a{#1}\check@align \expandafter\egroup\expandafter\Hsection\tmp} \renewcommand{\subsection}{\resetsubsubsections \@ifstar{\stepcounter{lsubsection}\bgroup\def\tmp{*}% \H@subsection}{\bgroup\def\tmp{}\H@subsection}} \newcommand{\H@subsection}[1][]{\def\tmp@a{#1}\check@align \expandafter\egroup\expandafter\Hsubsection\tmp} \renewcommand{\subsubsection}{\resetparagraphs \@ifstar{\stepcounter{lsubsubsection}\bgroup\def\tmp{*}% \H@subsubsection}{\bgroup\def\tmp{}\H@subsubsection}} \newcommand{\H@subsubsection}[1][]{\def\tmp@a{#1}\check@align \expandafter\egroup\expandafter\Hsubsubsection\tmp} \renewcommand{\paragraph}{\resetsubparagraphs \@ifstar{\stepcounter{lparagraph}\bgroup\def\tmp{*}% \H@paragraph}{\bgroup\def\tmp{}\H@paragraph}} \newcommand\H@paragraph[1][]{\def\tmp@a{#1}\check@align \expandafter\egroup\expandafter\Hparagraph\tmp} \renewcommand{\subparagraph}{\resetsubsubparagraphs \@ifstar{\stepcounter{lsubparagraph}\bgroup\def\tmp{*}% \H@subparagraph}{\bgroup\def\tmp{}\H@subparagraph}} \newcommand\H@subparagraph[1][]{\def\tmp@a{#1}\check@align \expandafter\egroup\expandafter\Hsubparagraph\tmp} \ifx\Hsubsubparagraph\relax\else\@ifundefined{subsubparagraph}{}{% \def\subsubparagraph{% \@ifstar{\stepcounter{lsubsubparagraph}\bgroup\def\tmp{*}% \H@subsubparagraph}{\bgroup\def\tmp{}\H@subsubparagraph}}}\fi \newcommand\H@subsubparagraph[1][]{\def\tmp@a{#1}\check@align \expandafter\egroup\expandafter\Hsubsubparagraph\tmp} \def\check@align{\def\empty{}\ifx\tmp@a\empty \else\def\tmp@b{center}\ifx\tmp@a\tmp@b\let\tmp@a\empty \else\def\tmp@b{left}\ifx\tmp@a\tmp@b\let\tmp@a\empty \else\def\tmp@b{right}\ifx\tmp@a\tmp@b\let\tmp@a\empty \else\expandafter\def\expandafter\tmp@a\expandafter{\expandafter[\tmp@a]}% \fi\fi\fi \def\empty{}\ifx\tmp\empty\let\tmp=\tmp@a \else \expandafter\def\expandafter\tmp\expandafter{\expandafter*\tmp@a}% \fi\fi} % \def\resetsections{\setcounter{section}{0}\setcounter{lsection}{0}% \reset@dependents{section}\resetsubsections } \def\resetsubsections{\setcounter{subsection}{0}\setcounter{lsubsection}{0}% \reset@dependents{subsection}\resetsubsubsections } \def\resetsubsubsections{\setcounter{subsubsection}{0}\setcounter{lsubsubsection}{0}% \reset@dependents{subsubsection}\resetparagraphs } % \def\resetparagraphs{\setcounter{lparagraph}{0}\setcounter{lparagraph}{0}% \reset@dependents{paragraph}\resetsubparagraphs } \def\resetsubparagraphs{\ifx\c@subparagraph\undefined\else \setcounter{subparagraph}{0}\fi \setcounter{lsubparagraph}{0}% \reset@dependents{subparagraph}\resetsubsubparagraphs } \def\resetsubsubparagraphs{\ifx\c@subsubparagraph\undefined\else \setcounter{subsubparagraph}{0}\fi \setcounter{lsubsubparagraph}{0}} % \def\reset@dependents#1{\begingroup\let \@elt \@stpelt \csname cl@#1\endcsname\endgroup} % % % Define a helper macro to dump a single \secounter command to a file. % \newcommand{\DumpPtr}[2]{% \count255=\arabic{#1}\def\dummy{dummy}\def\tmp{#2}% \ifx\tmp\dummy\else\advance\count255 by \arabic{#2}\fi \immediate\write\ptrfile{% \noexpand\setcounter{#1}{\number\count255}}} % % Define a helper macro to dump all counters to the file. % The value for each counter will be the sum of the l-counter % actual LaTeX section counter. % Also dump an \htmlhead{section-command}{section title} command % to the file. % \newwrite\ptrfile \def\DumpCounters#1#2#3#4{% \begingroup\let\protect=\noexpand \immediate\openout\ptrfile = #1.ptr \DumpPtr{part}{lpart}% \ifx\Hchapter\relax\else\DumpPtr{chapter}{lchapter}\fi \DumpPtr{section}{lsection}% \DumpPtr{subsection}{lsubsection}% \DumpPtr{subsubsection}{lsubsubsection}% \DumpPtr{paragraph}{lparagraph}% \DumpPtr{subparagraph}{lsubparagraph}% \DumpPtr{equation}{lequation}% \DumpPtr{footnote}{dummy}% \def\tmp{#4}\ifx\tmp\@empty \immediate\write\ptrfile{\noexpand\htmlhead{#2}{#3}}\else \immediate\write\ptrfile{\noexpand\htmlhead[#4]{#2}{#3}}\fi \dumpcitestatus \dumpcurrentcolor \immediate\closeout\ptrfile \endgroup } %% interface to natbib.sty \def\dumpcitestatus{} \def\loadcitestatus{\def\dumpcitestatus{% \ifciteindex\immediate\write\ptrfile{\noexpand\citeindextrue}% \else\immediate\write\ptrfile{\noexpand\citeindexfalse}\fi }% } \@ifpackageloaded{natbib}{\loadcitestatus}{% \AtBeginDocument{\@ifpackageloaded{natbib}{\loadcitestatus}{}}} %% interface to color.sty \def\dumpcurrentcolor{} \def\loadsegmentcolors{% \let\real@pagecolor=\pagecolor \let\pagecolor\segmentpagecolor \let\segmentcolor\color \ifx\current@page@color\undefined \def\current@page@color{{}}\fi \def\dumpcurrentcolor{\bgroup\def\@empty@{{}}% \expandafter\def\expandafter\tmp\space####1@{\def\thiscol{####1}}% \ifx\current@color\@empty@\def\thiscol{}\else \expandafter\tmp\current@color @\fi \immediate\write\ptrfile{\noexpand\segmentcolor{\thiscol}}% \ifx\current@page@color\@empty@\def\thiscol{}\else \expandafter\tmp\current@page@color @\fi \immediate\write\ptrfile{\noexpand\segmentpagecolor{\thiscol}}% \egroup}% \global\let\loadsegmentcolors=\relax } % These macros are needed within images.tex since this inputs % the .ptr files for a segment, so that counters are % colors are synchronised. % \newcommand{\segmentpagecolor}[1][]{% \@ifpackageloaded{color}{\loadsegmentcolors\bgroup \def\tmp{#1}\ifx\@empty\tmp\def\next{[]}\else\def\next{[#1]}\fi \expandafter\segmentpagecolor@\next}% {\@gobble}} \def\segmentpagecolor@[#1]#2{\def\tmp{#1}\def\tmpB{#2}% \ifx\tmpB\@empty\let\next=\egroup \else \let\realendgroup=\endgroup \def\endgroup{\edef\next{\noexpand\realendgroup \def\noexpand\current@page@color{\current@color}}\next}% \ifx\tmp\@empty\real@pagecolor{#2}\def\model{}% \else\real@pagecolor[#1]{#2}\def\model{[#1]}% \fi \edef\next{\egroup\def\noexpand\current@page@color{\current@page@color}% \noexpand\real@pagecolor\model{#2}}% \fi\next} % \newcommand{\segmentcolor}[2][named]{\@ifpackageloaded{color}% {\loadsegmentcolors\segmentcolor[#1]{#2}}{}} \@ifpackageloaded{color}{\loadsegmentcolors}{\let\real@pagecolor=\@gobble \AtBeginDocument{\@ifpackageloaded{color}{\loadsegmentcolors}{}}} % Define the \segment[align]{file}{section-command}{section-title} command, % and its helper macros. This command does four things: % 1) Begins a new LaTeX section; % 2) Writes a list of section counters to file.ptr, each % of which represents the sum of the LaTeX section % counters, and the l-counters, defined above; % 3) Write an \htmlhead{section-title} command to file.ptr; % 4) Inputs file.tex. \def\segment{\@ifstar{\@@htmls}{\@@html}} \def\endsegment{} \newcommand{\@@htmls}[1][]{\@@htmlsx{#1}} \newcommand{\@@html}[1][]{\@@htmlx{#1}} \def\@@htmlsx#1#2#3#4{\csname #3\endcsname* {#4}% \DumpCounters{#2}{#3*}{#4}{#1}\input{#2}} \def\@@htmlx#1#2#3#4{\csname #3\endcsname {#4}% \DumpCounters{#2}{#3}{#4}{#1}\input{#2}} \makeatother \endinput % Modifications: % % (The listing of Initiales see Changes) % % Revision 1.1.1.1 2001/01/04 12:58:43 root % % Revision 1.23 1998/02/26 10:32:24 latex2html % -- use \providecommand for \latextohtml % -- implemented \HTMLcode to do what \HTML did previously % \HTML still works, unless already defined by another package % -- fixed problems remaining with undefined \chapter % -- defined \endsegment % % Revision 1.22 1997/12/05 11:38:18 RRM % -- implemented an optional argument to \begin for style-sheet info. % -- modified use of an optional argument with sectioning-commands % % Revision 1.21 1997/11/05 10:28:56 RRM % -- replaced redefinition of \@htmlrule with \htmlrulestar % % Revision 1.20 1997/10/28 02:15:58 RRM % -- altered the way some special html-macros are defined, so that % star-variants are explicitly defined for LaTeX % -- it is possible for these to occur within images.tex % e.g. \htmlinfostar \htmlrulestar \tableofchildlinksstar % % Revision 1.19 1997/10/11 05:47:48 RRM % -- allow the dummy {tex2html_nowrap} environment in LaTeX % use it to make its contents be evaluated in environment order % % Revision 1.18 1997/10/04 06:56:50 RRM % -- uses Robin Fairbairns' code for ignored environments, % replacing the previous comment.sty stuff. % -- extensions to the \tableofchildlinks command % -- extensions to the \htmlinfo command % % Revision 1.17 1997/07/08 11:23:39 RRM % include value of footnote counter in .ptr files for segments % % Revision 1.16 1997/07/03 08:56:34 RRM % use \textup within the \latextohtml macro % % Revision 1.15 1997/06/15 10:24:58 RRM % new command \htmltracenv as environment-ordered \htmltracing % % Revision 1.14 1997/06/06 10:30:37 RRM % - new command: \htmlborder puts environment into a
cell % with a border of specified width, + other attributes. % - new commands: \HTML for setting arbitrary HTML tags, with attributes % \HTMLset for setting Perl variables, while processing % \HTMLsetenv same as \HTMLset , but it gets processed % as if it were an environment. % - new command: \latextohtml --- to set the LaTeX2HTML name/logo % - fixed some remaining problems with \segmentcolor & \segmentpagecolor % % Revision 1.13 1997/05/19 13:55:46 RRM % alterations and extra options to \hypercite % % Revision 1.12 1997/05/09 12:28:39 RRM % - Added the optional argument to \htmlhead, also in \DumpCounters % - Implemented \HTMLset as a no-op in LaTeX. % - Fixed a bug in accessing the page@color settings. % % Revision 1.11 1997/03/26 09:32:40 RRM % - Implements LaTeX versions of \externalcite and \hypercite commands. % Thanks to Uffe Engberg and Stephen Simpson for the suggestions. % % Revision 1.10 1997/03/06 07:37:58 RRM % Added the \htmltracing command, for altering $VERBOSITY . % % Revision 1.9 1997/02/17 02:26:26 RRM % - changes to counter handling (RRM) % - shuffled around some definitions % - changed \htmlrule of 209 mode % % Revision 1.8 1997/01/26 09:04:12 RRM % RRM: added optional argument to sectioning commands % \htmlbase sets the tag % \htmlinfo and \htmlinfo* allow the document info to be positioned % % Revision 1.7 1997/01/03 12:15:44 L2HADMIN % % - fixes to the color and natbib interfaces % % - extended usage of \hyperref, via an optional argument. % % - extended use comment environments to allow shifting expansions % % e.g. within \multicolumn (`bug' reported by Luc De Coninck). % % - allow optional argument to: \htmlimage, \htmlhead, % % \htmladdimg, \htmladdnormallink, \htmladdnormallinkfoot % % - added new commands: \htmlbody, \htmlnohead % % - added new command: \tableofchildlinks % % Revision 1.6 1996/12/25 03:04:54 JCL % added patches to segment feature from Martin Wilck % % Revision 1.5 1996/12/23 01:48:06 JCL % o introduced the environment makeimage, which may be used to force % LaTeX2HTML to generate an image from the contents. % There's no magic, all what we have now is a defined empty environment % which LaTeX2HTML will not recognize and thus pass it to images.tex. % o provided \protect to the \htmlrule commands to allow for usage % within captions. % % Revision 1.4 1996/12/21 19:59:22 JCL % - shuffled some entries % - added \latexhtml command % % Revision 1.3 1996/12/21 12:22:59 JCL % removed duplicate \htmlrule, changed \htmlrule back not to create a \hrule % to allow occurrence in caption % % Revision 1.2 1996/12/20 04:03:41 JCL % changed occurrence of \makeatletter, \makeatother % added new \htmlrule command both for the LaTeX2.09 and LaTeX2e % sections % % % jcl 30-SEP-96 % - Stuck the commands commonly used by both LaTeX versions to the top, % added a check which stops input or reads further if the document % makes use of LaTeX2e. % - Introduced rrm's \dumpcurrentcolor and \bodytext % hws 31-JAN-96 - Added support for document segmentation % hws 10-OCT-95 - Added \htmlrule command % jz 22-APR-94 - Added support for htmlref % nd - Created xmds-doc-0~svn.1884/latex/Makefile0000644000175000017500000000625010767744465016333 0ustar rafaelrafael# Copyright (C) 2000-2006 Greg Collecutt, Joseph Hope, Paul Cochrane and # others # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # $Id: Makefile 1884 2008-03-18 13:52:53Z paultcochrane $ .PHONY: clean realclean figures help MAIN = xmds_doc TEXFILES = \ $(MAIN).tex \ abstract.tex \ develAndProgStructure.tex \ extraFeatures.tex \ functionality.tex \ gpl.tex \ intro.tex \ languageReference.tex \ loadxsil.tex \ misc_defs.tex \ moreExamples.tex \ numModellingTheory.tex \ outlook.tex \ stochasticSimsAndMPI.tex \ titlepage.tex \ tutFromScratch.tex \ tutTemplateStart.tex \ workedExample.tex \ xmds_defs.tex \ xmds_doc.bib \ xsil.tex \ xsil2graphics.tex STYFILES = \ apsrev.bst \ book.cls \ ccaption.sty \ fancyhdr.sty \ html.sty \ listings.sty \ listings.cfg \ lstdoc.sty \ lstlang1.sty \ lstlang2.sty \ lstlang3.sty \ lstmisc.sty \ lstpatch.sty \ quotchap.sty EPSFIGS = figures/*.eps default: pdf all: figures pdf html dist # print out usage information help: @echo "" @echo "Possible targets:" @echo "To build the documentation:" @echo " pdf: build the documentation as pdf (default target)" @echo " html: build the html documentation" @echo "To distribute the documentation source:" @echo " dist: build a tarball of the tex sources" @echo "To view the documentation:" @echo " view: view the documentation with Acrobat Reader" # generate the figures figures: $(MAKE) --directory=$@ # generate pdf output of the sources pdf: figures $(MAIN).pdf $(MAIN).pdf: $(TEXFILES) $(STYFILES) pdflatex $< makeindex $(MAIN) bibtex $(MAIN) makeindex $(MAIN) pdflatex $< pdflatex $< # build the html documentation html: pdf $(MAIN).html $(MAIN).html: $(TEXFILES) $(STYFILES) mkdir -p html latex2html $< # build a distribution of the tex source DOCDIR = xmds_doc FIGSDIR = $(DOCDIR)/figures dist: $(MAIN).tar.gz $(MAIN).tar.gz: $(TEXFILES) $(STYFILES) $(EPSFIGS) mkdir -p $(DOCDIR) cp $(TEXFILES) $(STYFILES) $(DOCDIR) mkdir -p $(FIGSDIR) cp $(EPSFIGS) $(FIGSDIR) cp Makefile $(DOCDIR) cp figures/Makefile $(FIGSDIR) tar -cvzf $(MAIN).tar.gz $(DOCDIR) rm -rf $(DOCDIR) # view the output view: figures pdf acroread $(MAIN).pdf # clean up clean: -rm -f *.mpx *.log *.aux *.blg *.toc *.out *.bbl *.idx *.lof *.lot \ *.ilg *.ind $(MAIN).pdf $(MAIN).html $(MAIN).tar.gz SUBDIRS = figures realclean: clean for dir in $(SUBDIRS); \ do \ $(MAKE) --directory=$$dir clean; \ done; \ rm -rf html # vim: shiftwidth=4: xmds-doc-0~svn.1884/latex/lstlang2.sty0000644000175000017500000022161310007374130017133 0ustar rafaelrafael%% %% This is file `lstlang2.sty', %% generated with the docstrip utility. %% %% The original source files were: %% %% lstdrvrs.dtx (with options: `lang2') %% %% (w)(c) 1996/1997/1998/1999/2000/2001/2002/2003 Carsten Heinz and/or %% any other author listed elsewhere in this file. %% %% This file is distributed under the terms of the LaTeX Project Public %% License from CTAN archives in directory macros/latex/base/lppl.txt. %% Either version 1.0 or, at your option, any later version. %% %% This file is completely free and comes without any warranty. %% %% Send comments and ideas on the package, error reports and additional %% programming languages to . %% \ProvidesFile{lstlang2} [2003/08/13 1.1a listings language file] %% %% Abap definition by Knut Lickert %% \lst@definelanguage[R/3 6.10]{ABAP}[R/3 4.6C]{ABAP}% {morekeywords={try,endtry},% }[keywords,comments,strings] \lst@definelanguage[R/3 4.6C]{ABAP}[R/3 3.1]{ABAP}% {morekeywords={method,ref,class,create,object,% methods,endmethod,private,protected,public,section,% catch,system-exceptions,endcatch,% },% moreprocnamekeys={class},% literate={->}{{$\rightarrow$}}1{=>}{{$\Rightarrow$}}1,% }[keywords,comments,strings,procnames] \lst@definelanguage[R/3 3.1]{ABAP}[R/2 5.0]{ABAP}{}% \lst@definelanguage[R/2 5.0]{ABAP}% {sensitive=f,% procnamekeys={report,program,form,function,module},% morekeywords={*,add,after,alias,analyzer,and,append,area,assign,at,% authority-check,before,binary,blank,break-point,calendar,call,% case,change,changing,check,clear,cnt,co,collect,commit,common,% component,compute,condense,cos,cp,cs,currency-conversion,% cursor,data,database,dataset,decimals,define,delete,dequeue,% describe,detail,dialog,directory,div,divide,do,documentation,% during,dynpro,else,end-of-page,end-of-selection,endat,endcase,% enddo,endfor,endform,endif,endloop,endmodule,endselect,% endwhile,enqueue,exceptions,exit,exp,export,exporting,extract,% field,field-groups,field-symbols,find,for,form,format,free,% from,function,generating,get,giving,hide,id,if,import,% importing,in,incl,include,initial,initialization,input,insert,% interrupt,into,is,language,leave,like,line,lines,line-count, line-selection,list-processing,load,local,log,logfile,loop,% margin,mark,mask,memory,menue,message,mod,modify,module,move,% move-text,multiply,na,new,new-line,new-page,no-gaps,np,ns,% number,obligatory,occurs,of,on,or,others,output,parameter,% parameters,parts,perform,pf-status,places,position,process,% raise,raising,ranges,read,refresh,refresh-dynpro,reject,remote,% replace,report,reserve,reset,restart,run,screen,scroll,search,% segments,select,select-options,selection-screen,set,shift,sin,% single,sqrt,start-of-selection,statement,structure,submit,% subtract,summary,summing,suppress,system,table,tables,task,% text,time,to,top-of-page,trace,transaction,transfer,% transfer-dynpro,translate,type,unpack,update,user-command,% using,value,when,where,while,window,with,workfile,write,},% morecomment=[l]",% morecomment=[f][0]*,% morestring=[d]'% }[keywords,comments,strings,procnames] \lst@definelanguage[R/2 4.3]{ABAP}[R/2 5.0]{ABAP}% {deletekeywords={function,importing,exporting,changing,exceptions,% raise,raising}% }[keywords,comments,strings] %% %% Corba IDL definition (c) 1999 Jens T. Berger Thielemann %% \lst@definelanguage[CORBA]{IDL}% {morekeywords={any,attribute,boolean,case,char,const,context,default,% double,enum,exception,fixed,float,in,inout,interface,long,module,% native,Object,octet,oneway,out,raises,readonly,sequence,short,% string,struct,switch,typedef,union,unsigned,void,wchar,wstring,% FALSE,TRUE},% sensitive,% moredirectives={define,elif,else,endif,error,if,ifdef,ifndef,line,% include,pragma,undef,warning},% moredelim=*[directive]\#,% morecomment=[l]//,% morecomment=[s]{/*}{*/},% morestring=[b]"% }[keywords,comments,strings]% %% %% (Objective) Caml definition (c) 1999 Patrick Cousot %% %% Objective CAML and Caml light are freely available, together with a %% reference manual, at URL ftp.inria.fr/lang/caml-light for the Unix, %% Windows and Macintosh OS operating systems. %% \lst@definelanguage[Objective]{Caml}[light]{Caml} {deletekeywords={not,prefix,value,where},% morekeywords={assert,asr,class,closed,constraint,external,false,% functor,include,inherit,land,lazy,lor,lsl,lsr,lxor,method,mod,% module,new,open,parser,private,sig,struct,true,val,virtual,when,% object,ref},% TH }% \lst@definelanguage[light]{Caml} {morekeywords={and,as,begin,do,done,downto,else,end,exception,for,% fun,function,if,in,let,match,mutable,not,of,or,prefix,rec,then,% to,try,type,value,where,while,with},% sensitive,% morecomment=[n]{(*}{*)},% morestring=[b]",% moredelim=*[directive]\#,% moredirectives={open,close,include}% }[keywords,comments,strings,directives]% \lst@definelanguage[ibm]{Cobol}[1985]{Cobol}% {morekeywords={ADDRESS,BEGINNING,COMP-3,COMP-4,COMPUTATIONAL,% COMPUTATIONAL-3,COMPUTATIONAL-4,DISPLAY-1,EGCS,EJECT,ENDING,% ENTRY,GOBACK,ID,MORE-LABELS,NULL,NULLS,PASSWORD,RECORDING,% RETURN-CODE,SERVICE,SKIP1,SKIP2,SKIP3,SORT-CONTROL,SORT-RETURN,% SUPPRESS,TITLE,WHEN-COMPILED},% }% \lst@definelanguage[1985]{Cobol}[1974]{Cobol}% {morekeywords={ALPHABET,ALPHABETIC-LOWER,ALPHABETIC-UPPER,% ALPHANUMERIC,ALPHANUMERIC-EDITED,ANY,CLASS,COMMON,CONTENT,% CONTINUE,DAY-OF-WEEK,END-ADD,END-CALL,END-COMPUTE,END-DELETE,% END-DIVIDE,END-EVALUATE,END-IF,END-MULTIPLY,END-PERFORM,END-READ,% END-RECEIVE,END-RETURN,END-REWRITE,END-SEARCH,END-START,% END-STRING,END-SUBTRACT,END-UNSTRING,END-WRITE,EVALUATE,EXTERNAL,% FALSE,GLOBAL,INITIALIZE,NUMERIC-EDITED,ORDER,OTHER,% PACKED-DECIMAL,PADDING,PURGE,REFERENCE,RELOAD,REPLACE,STANDARD-1,% STANDARD-2,TEST,THEN,TRUE},% }% \lst@definelanguage[1974]{Cobol}% {morekeywords={ACCEPT,ACCESS,ADD,ADVANCING,AFTER,ALL,ALPHABETIC,ALSO,% ALTER,ALTERNATE,AND,ARE,AREA,AREAS,ASCENDING,ASSIGN,AT,AUTHOR,% BEFORE,BINARY,BLANK,BLOCK,BOTTOM,BY,CALL,CANCEL,CD,CF,CH,% CHARACTER,CHARACTERS,CLOCK-UNITS,CLOSE,COBOL,CODE,CODE-SET,% COLLATING,COLUMN,COMMA,COMMUNICATION,COMP,COMPUTE,CONFIGURATION,% CONTAINS,CONTROL,CONTROLS,CONVERTING,COPY,CORR,CORRESPONDING,% COUNT,CURRENCY,DATA,DATE,DATE-COMPILED,DATE-WRITTEN,DAY,DE,% DEBUG-CONTENTS,DEGUB-ITEM,DEBUG-LINE,DEBUG-NAME,DEBUG-SUB1,% DEBUG-SUB2,DEBUG-SUB3,DEBUGGING,DECIMAL-POINT,DECLARATIVES,% DELETE,DELIMITED,DELIMITER,DEPENDING,DESCENDING,DESTINATION,% DETAIL,DISABLE,DISPLAY,DIVIDE,DIVISION,DOWN,DUPLICATES,DYNAMIC,% EGI,ELSE,EMI,ENABLE,END,END-OF-PAGE,ENTER,ENVIRONMENT,EOP,EQUAL,% ERROR,ESI,EVERY,EXCEPTION,EXIT,EXTEND,FD,FILE,FILE-CONTROL,% FILLER,FINAL,FIRST,FOOTING,FOR,FROM,GENERATE,GIVING,GO,GREATER,% GROUP,HEADING,HIGH-VALUE,HIGH-VALUES,I-O,I-O-CONTROL,% IDENTIFICATION,IF,IN,INDEX,INDEXED,INDICATE,INITIAL,INITIATE,% INPUT,INPUT-OUTPUT,INSPECT,INSTALLATION,INTO,INVALID,IS,JUST,% JUSTIFIED,KEY,LABEL,LAST,LEADING,LEFT,LENGTH,LESS,LIMIT,LIMITS,% LINAGE,LINAGE-COUNTER,LINE,LINE-COUNTER,LINES,LINKAGE,LOCK,% LOW-VALUE,LOW-VALUES,MEMORY,MERGE,MESSAGE,MODE,MODULES,MOVE,% MULTIPLE,MULTIPLY,NATIVE,NEGATIVE,NEXT,NO,NOT,NUMBER,NUMERIC,% OBJECT-COMPUTER,OCCURS,OF,OFF,OMITTED,ON,OPEN,OPTIONAL,OR,% ORGANIZATION,OUTPUT,OVERFLOW,PAGE,PAGE-COUNTER,PERFORM,PF,PH,PIC,% PICTURE,PLUS,POINTER,POSITION,PRINTING,POSITIVE,PRINTING,% PROCEDURE,PROCEDURES,PROCEED,PROGRAM,PROGRAM-ID,QUEUE,QUOTE,% QUOTES,RANDOM,RD,READ,RECEIVE,RECORD,RECORDING,RECORDS,REDEFINES,% REEL,REFERENCES,RELATIVE,RELEASE,REMAINDER,REMOVAL,RENAMES,% REPLACING,REPORT,REPORTING,REPORTS,RERUN,RESERVE,RESET,RETURN,% REVERSED,REWIND,REWRITE,RF,RH,RIGHT,ROUNDED,RUN,SAME,SD,SEARCH,% SECTION,SECURITY,SEGMENT,SEGMENT-LIMIT,SELECT,SEND,SENTENCE,% SEPARATE,SEQUENCE,SEQUENTIAL,SET,SIGN,SIZE,SORT,SORT-MERGE,% SOURCE,SOURCE-COMPUTER,SPACE,SPACES,SPECIAL-NAMES,STANDARD,START,% STATUS,STOP,STRING,SUB-QUEUE-1,SUB-QUEUE-2,SUB-QUEUE-3,SUBTRACT,% SUM,SYMBOLIC,SYNC,SYNCHRONIZED,TABLE,TALLYING,TAPE,TERMINAL,% TERMINATE,TEXT,THAN,THROUGH,THRU,TIME,TIMES,TO,TOP,TRAILING,TYPE,% UNIT,UNSTRING,UNTIL,UP,UPON,USAGE,USE,USING,VALUE,VALUES,VARYING,% WHEN,WITH,WORDS,WORKING-STORAGE,WRITE,ZERO,ZEROES,ZEROS},% alsodigit=-,% sensitive=f,% ??? morecomment=[f][commentstyle][6]*,% morestring=[d]"% ??? doubled }[keywords,comments,strings]% \lst@definelanguage{Delphi}% {morekeywords={and,as,asm,array,begin,case,class,const,constructor,% destructor,div,do,downto,else,end,except,exports,file,finally,% for,function,goto,if,implementation,in,inherited,inline,% initialization,interface,is,label,library,mod,nil,not,object,of,% or,packed,procedure,program,property,raise,record,repeat,set,% shl,shr,string,then,to,try,type,unit,until,uses,var,while,with,% xor,% absolute,abstract,assembler,at,cdecl,default,dynamic,export,% external,far,forward,index,name,near,nodefault,on,override,% private,protected,public,published,read,resident,storedDir,% virtual,write},% morendkeywords={Abs,AddExitProc,Addr,AllocMem,AnsiCompareStr,% AnsiCompareText,AnsiLowerCase,AnsiUpperCase,Append,AppendStr,% ArcTan,AssignCrt,Assigned,AssignFile,BlockRead,BlockWrite,Break,% ChangeFileExt,ChDir,Chr,CloseFile,ClrEol,ClrScr,Concat,Continue,% Copy,Cos,CSeg,CursorTo,Date,DateTimeToFileDate,DateTimeToStr,% DateTimeToString,DateToStr,DayOfWeek,Dec,DecodeDate,DecodeTime,% Delete,DeleteFile,DiskFree,DiskSize,Dispose,DisposeStr,% DoneWinCrt,DSeg,EncodeDate,EncodeTime,Eof,Eoln,Erase,Exclude,% Exit,Exp,ExpandFileName,ExtractFileExt,ExtractFileName,% ExtractFilePath,FileAge,FileClose,FileDateToDateTime,FileExists,% FileGetAttr,FileGetDate,FileOpen,FilePos,FileRead,FileSearch,% FileSeek,FileSetAttr,FileSetDate,FileSize,FillChar,FindClose,% FindFirst,FindNext,FloatToDecimal,FloatToStrF,FloatToStr,% FloatToText,FloatToTextFmt,Flush,FmtLoadStr,FmtStr,Format,% FormatBuf,FormatDateTime,FormatFloat,Frac,Free,FreeMem,GetDir,% GetMem,GotoXY,Halt,Hi,High,Inc,Include,InitWinCrt,Insert,Int,% IntToHex,IntToStr,IOResult,IsValidIdent,KeyPressed,Length,Ln,Lo,% LoadStr,Low,LowerCase,MaxAvail,MemAvail,MkDir,Move,New,NewStr,% Now,Odd,Ofs,Ord,ParamCount,ParamStr,Pi,Pos,Pred,Ptr,Random,% Randomize,Read,ReadBuf,ReadKey,Readln,ReAllocMem,Rename,% RenameFile,Reset,Rewrite,RmDir,Round,RunError,ScrollTo,Seek,% SeekEof,SeekEoln,Seg,SetTextBuf,Sin,SizeOf,SPtr,Sqr,Sqrt,SSeg,% Str,StrCat,StrComp,StrCopy,StrDispose,StrECopy,StrEnd,StrFmt,% StrLCat,StrIComp,StrLComp,StrLCopy,StrLen,StrLFmt,StrLIComp,% StrLower,StrMove,StrNew,StrPas,StrPCopy,StrPos,StrScan,StrRScan,% StrToDate,StrToDateTime,StrToFloat,StrToInt,StrToIntDef,% StrToTime,StrUpper,Succ,Swap,TextToFloat,Time,TimeToStr,% TrackCursor,Trunc,Truncate,TypeOf,UpCase,UpperCase,Val,WhereX,% WhereY,Write,WriteBuf,WriteChar,Writeln},% sensitive=f,% morecomment=[s]{(*}{*)},% morecomment=[s]{\{}{\}},% morecomment=[l]{//},% 2001 Christian Gudrian morestring=[d]'% }[keywords,comments,strings]% \lst@definelanguage{Eiffel}% {morekeywords={alias,all,and,as,BIT,BOOLEAN,CHARACTER,check,class,% creation,Current,debug,deferred,do,DOUBLE,else,elseif,end,% ensure,expanded,export,external,false,feature,from,frozen,if,% implies,indexing,infix,inherit,inspect,INTEGER,invariant,is,% like,local,loop,NONE,not,obsolete,old,once,or,POINTER,prefix,% REAL,redefine,rename,require,rescue,Result,retry,select,% separate,STRING,strip,then,true,undefine,unique,until,variant,% when,xor},% sensitive,% morecomment=[l]--,% morestring=[d]",% }[keywords,comments,strings]% %% %% Euphoria definition (c) 1998 Detlef Reimers %% \lst@definelanguage{Euphoria}% {morekeywords={abort,and,and_bits,append,arctan,atom,by,call,% call_proc,call_func,c_proc,c_func,clear_screen,close,% command_line,compare,constant,cos,do,date,else,elsif,end,exit,% find,floor,for,function,getc,getenv,get_key,gets,global,% get_pixel,if,include,integer,length,log,match,machine_func,% machine_proc,mem_copy,mem_set,not,not_bits,or,object,open,% or_bits,procedure,puts,position,prepend,print,printf,power,peek,% poke,pixel,poke4,peek4s,peek4u,return,rand,repeat,remainder,% routine_id,sequence,sqrt,sin,system,sprintf,then,type,to,time,% trace,tan,while,with,without,xor,xor_bits},% sensitive,% morecomment=[l]--,% morestring=[d]',% morestring=[d]"% }[keywords,comments,strings]% %% %% Guarded Command Language (GCL) definition %% (c) 2002 Mark van Eijk %% \lst@definelanguage{GCL}% {morekeywords={const,con,var,array,of,skip,if,fi,do,od,div,mod},% literate={|[}{\ensuremath{|\hskip -0.1em[}}2% {]|}{\ensuremath{]\hskip -0.1em|}}2% {[]}{\ensuremath{[\hskip -0.1em]}}2% {->}{\ensuremath{\rightarrow}~}2% {==}{\ensuremath{\equiv}~}2% {>=}{\ensuremath{\geq}~}2% {<=}{\ensuremath{\leq}~}2% {/\\}{\ensuremath{\land}~}2% {\\/}{\ensuremath{\lor}~}2% {!}{\ensuremath{\lnot}}1% {!=}{\ensuremath{\neq}~}2% {max}{\ensuremath{\uparrow}}1% {min}{\ensuremath{\downarrow}}1,% sensitive=f,% morecomment=[s]{\{}{\}},% morestring=[d]'% }[keywords,comments,strings]% %% %% gnuplot definition (c) Christoph Giess %% \lst@definelanguage{Gnuplot}% {keywords={abs,acos,acosh,arg,asin,asinh,atan,atan2,atanh,besj0,% besj1,besy0,besy1,ceil,cos,cosh,erf,erfc,exp,floor,gamma,ibeta,% inverf,igamma,imag,invnorm,int,lgamma,log,log10,norm,rand,real,% sgn,sin,sinh,sqrt,tan,tanh,column,tm_hour,tm_mday,tm_min,tm_mon,% tm_sec,tm_wday,tm_yday,tm_year,valid,cd,call,clear,exit,fit,% help,if,load,pause,plot,print,pwd,quit,replot,reread,reset,save,% set,show,shell,splot,test,update,angles,arrow,autoscale,border,% boxwidth,clabel,clip,cntrparam,contour,data,dgrid3d,dummy,% format,function,functions,grid,hidden3d,isosamples,key,keytitle,% label,logscale,mapping,offsets,output,parametric,pointsize,% polar,rrange,samples,size,style,surface,terminal,tics,time,% timefmt,title,trange,urange,variables,view,vrange,xdata,xlabel,% xmargin,xrange,xtics,mxtics,mytics,xdtics,xmtics,xzeroaxis,% ydata,ylabel,yrange,ytics,ydtics,ymtics,yzeroaxis,zdata,zero,% zeroaxis,zlabel,zrange,ztics,zdtics,zmtics,timefm,using,title,% with,index,every,thru,smooth},% sensitive,% comment=[l]\#,% morestring=[b]",% morestring=[b]',% }[keywords,comments,strings]% %% %% Haskell98 as implemented in Hugs98. See http://www.haskell.org %% All keywords from Prelude and Standard Libraries %% (c) 1999 Peter Bartke %% \lst@definelanguage{Haskell}% {otherkeywords={=>},% morekeywords={abstype,if,then,else,case,class,data,default,deriving,% hiding,if,in,infix,infixl,infixr,import,instance,let,module,% newtype,of,qualified,type,where,do,AbsoluteSeek,AppendMode,% Array,BlockBuffering,Bool,BufferMode,Char,Complex,Double,Either,% FilePath,Float,Int,Integer,IO,IOError,Ix,LineBuffering,Maybe,% Ordering,NoBuffering,ReadMode,ReadWriteMode,ReadS,RelativeSeek,% SeekFromEnd,SeekMode,ShowS,StdGen,String,Void,Bounded,Enum,Eq,% Eval,ExitCode,exitFailure,exitSuccess,Floating,Fractional,% Functor,Handle,HandlePosn,IOMode,Integral,List,Monad,MonadPlus,% MonadZero,Num,Numeric,Ord,Random,RandomGen,Ratio,Rational,Read,% Real,RealFloat,RealFrac,Show,System,Prelude,EQ,False,GT,Just,% Left,LT,Nothing,Right,WriteMode,True,abs,accum,accumArray,% accumulate,acos,acosh,all,and,any,ap,appendFile,applyM,% approxRational,array,asTypeOf,asin,asinh,assocs,atan,atan2,atanh,% bounds,bracket,bracket_,break,catch,catMaybes,ceiling,chr,cis,% compare,concat,concatMap,conjugate,const,cos,cosh,curry,cycle,% decodeFloat,delete,deleteBy,deleteFirstsBy,denominator,% digitToInt,div,divMod,drop,dropWhile,either,elem,elems,elemIndex,% elemIndices,encodeFloat,enumFrom,enumFromThen,enumFromThenTo,% enumFromTo,error,even,exitFailure,exitWith,exp,exponent,fail,% filter,filterM,find,findIndex,findIndices,flip,floatDigits,% floatRadix,floatRange,floatToDigits,floor,foldl,foldM,foldl1,% foldr,foldr1,fromDouble,fromEnum,fromInt,fromInteger,% fromIntegral,fromJust,fromMaybe,fromRat,fromRational,% fromRealFrac,fst,gcd,genericLength,genericTake,genericDrop,% genericSplitAt,genericIndex,genericReplicate,getArgs,getChar,% getContents,getEnv,getLine,getProgName,getStdGen,getStdRandom,% group,groupBy,guard,hClose,hFileSize,hFlush,hGetBuffering,% hGetChar,hGetContents,hGetLine,hGetPosn,hIsClosed,hIsEOF,hIsOpen,% hIsReadable,hIsSeekable,hIsWritable,hLookAhead,hPutChar,hPutStr,% hPutStrLn,hPrint,hReady,hSeek,hSetBuffering,hSetPosn,head,% hugsIsEOF,hugsHIsEOF,hugsIsSearchErr,hugsIsNameErr,% hugsIsWriteErr,id,ioError,imagPart,index,indices,init,inits,% inRange,insert,insertBy,interact,intersect,intersectBy,% intersperse,intToDigit,ioeGetErrorString,ioeGetFileName,% ioeGetHandle,isAlreadyExistsError,isAlreadyInUseError,isAlpha,% isAlphaNum,isAscii,isControl,isDenormalized,isDoesNotExistError,% isDigit,isEOF,isEOFError,isFullError,isHexDigit,isIEEE,% isIllegalOperation,isInfinite,isJust,isLower,isNaN,% isNegativeZero,isNothing,isOctDigit,isPermissionError,isPrefixOf,% isPrint,isSpace,isSuffixOf,isUpper,isUserError,iterate,ixmap,% join,last,lcm,length,lex,lexDigits,lexLitChar,liftM,liftM2,% liftM3,liftM4,liftM5,lines,listArray,listToMaybe,log,logBase,% lookup,magnitude,makePolar,map,mapAccumL,mapAccumR,mapAndUnzipM,% mapM,mapM_,mapMaybe,max,maxBound,maximum,maximumBy,maybe,% maybeToList,min,minBound,minimum,minimumBy,mkPolar,mkStdGen,% mplus,mod,msum,mzero,negate,next,newStdGen,not,notElem,nub,nubBy,% null,numerator,odd,openFile,or,ord,otherwise,partition,phase,pi,% polar,pred,print,product,properFraction,putChar,putStr,putStrLn,% quot,quotRem,random,randomIO,randomR,randomRIO,randomRs,randoms,% rangeSize,read,readDec,readFile,readFloat,readHex,readInt,readIO,% readList,readLitChar,readLn,readParen,readOct,readSigned,reads,% readsPrec,realPart,realToFrac,recip,rem,repeat,replicate,return,% reverse,round,scaleFloat,scanl,scanl1,scanr,scanr1,seq,sequence,% sequence_,setStdGen,show,showChar,showEFloat,showFFloat,% showFloat,showGFloat,showInt,showList,showLitChar,showParen,% showSigned,showString,shows,showsPrec,significand,signum,sin,% sinh,snd,sort,sortBy,span,split,splitAt,sqrt,stderr,stdin,stdout,% strict,subtract,succ,sum,system,tail,tails,take,takeWhile,tan,% tanh,toEnum,toInt,toInteger,toLower,toRational,toUpper,transpose,% truncate,try,uncurry,undefined,unfoldr,union,unionBy,unless,% unlines,until,unwords,unzip,unzip3,unzip4,unzip5,unzip6,unzip7,% userError,when,words,writeFile,zero,zip,zip3,zip4,zip5,zip6,zip7,% zipWith,zipWithM,zipWithM_,zipWith3,zipWith4,zipWith5,zipWith6,% zipWith7},% sensitive,% morecomment=[l]--,% morecomment=[n]{\{-}{-\}},% morestring=[b]"% }[keywords,comments,strings]% %% %% IDL definition (c) 1998 Juergen Heim %% \lst@definelanguage{IDL}% {morekeywords={and,begin,case,common,do,else,end,endcase,endelse,% endfor,endif,endrep,endwhile,eq,for,function,ge,goto,gt,if,le,lt,% mod,ne,not,of,on_ioerror,or,pro,repeat,return,then,until,while,% xor,on_error,openw,openr,openu,print,printf,printu,plot,read,% readf,readu,writeu,stop},% sensitive=f,% morecomment=[l];,% morestring=[d]'% }[keywords,comments,strings]% \lst@definelanguage{Lisp}% {morekeywords={abort,abs,acons,acos,acosh,adjoin,alphanumericp,alter,% append,apply,apropos,aref,arrayp,ash,asin,asinh,assoc,atan,atanh,% atom,bit,boole,boundp,break,butlast,byte,catenate,ceiling,cerror,% char,character,characterp,choose,chunk,cis,close,clrhash,coerce,% collect,commonp,compile,complement,complex,complexp,concatenate,% conjugate,cons,consp,constantp,continue,cos,cosh,cotruncate,% count,delete,denominator,describe,directory,disassemble,% documentation,dpb,dribble,ed,eighth,elt,enclose,endp,eq,eql,% equal,equalp,error,eval,evalhook,evenp,every,exp,expand,export,% expt,fboundp,fceiling,fdefinition,ffloor,fifth,fill,find,first,% float,floatp,floor,fmakunbound,format,fourth,fround,ftruncate,% funcall,functionp,gatherer,gcd,generator,gensym,gentemp,get,getf,% gethash,identity,imagpart,import,inspect,integerp,intern,% intersection,tively,isqrt,keywordp,last,latch,lcm,ldb,ldiff,% length,list,listen,listp,load,log,logand,logbitp,logcount,logeqv,% logior,lognand,lognor,lognot,logtest,logxor,macroexpand,% makunbound,map,mapc,mapcan,mapcar,mapcon,maphash,mapl,maplist,% mask,max,member,merge,min,mingle,minusp,mismatch,mod,namestring,% nbutlast,nconc,nintersection,ninth,not,notany,notevery,nreconc,% nreverse,nsublis,nsubst,nth,nthcdr,null,numberp,numerator,nunion,% oddp,open,packagep,pairlis,pathname,pathnamep,phase,plusp,% position,positions,pprint,previous,princ,print,proclaim,provide,% random,rassoc,rational,rationalize,rationalp,read,readtablep,% realp,realpart,reduce,rem,remhash,remove,remprop,replace,require,% rest,revappend,reverse,room,round,rplaca,rplacd,sbit,scan,schar,% search,second,series,set,seventh,shadow,signal,signum,sin,sinh,% sixth,sleep,some,sort,split,sqrt,streamp,string,stringp,sublis,% subseq,subseries,subsetp,subst,substitute,subtypep,svref,sxhash,% symbolp,tailp,tan,tanh,tenth,terpri,third,truename,truncate,% typep,unexport,unintern,union,until,values,vector,vectorp,warn,% write,zerop,and,assert,case,ccase,cond,ctypecase,decf,declaim,% defclass,defconstant,defgeneric,defmacro,defmethod,defpackage,% defparameter,defsetf,defstruct,deftype,defun,defvar,do,dolist,% dotimes,ecase,encapsulated,etypecase,flet,formatter,gathering,% incf,iterate,labels,let,locally,loop,macrolet,mapping,or,pop,% producing,prog,psetf,psetq,push,pushnew,remf,return,rotatef,% setf,shiftf,step,time,trace,typecase,unless,untrace,when},% sensitive,% ??? alsodigit=-,% morecomment=[l];,% morecomment=[s]{\#|}{|\#},% 1997 Aslak Raanes morestring=[b]"% }[keywords,comments,strings]% %% %% AutoLISP/VisualLISP - Stefan Lagotzki, info@lagotzki.de %% \lst@definelanguage[Auto]{Lisp}% {morekeywords={abs,acad_colordlg,acad_helpdlg,acad_strlsort,% action_tile,add_list,alert,alloc,and,angle,angtof,angtos,append,% apply,arx,arxload,arxunload,ascii,assoc,atan,atof,atoi,atom,% atoms-family,autoarxload,autoload,Boole,boundp,caddr,cadr,car,% cdr,chr,client_data_tile,close,command,cond,cons,cos,cvunit,% defun,defun-q,defun-q-list-ref,defun-q-list-set,dictadd,dictnext,% dictremove,dictrename,dictsearch,dimx_tile,dimy_tile,distance,% distof,done_dialog,end_image,end_list,entdel,entget,entlast,% entmake,entmakex,entmod,entnext,entsel,entupd,eq,equal,*error*,% eval,exit,exp,expand,expt,fill_image,findfile,fix,float,foreach,% function,gc,gcd,get_attr,get_tile,getangle,getcfg,getcname,% getcorner,getdist,getenv,getfiled,getint,getkword,getorient,% getpoint,getreal,getstring,getvar,graphscr,grclear,grdraw,grread,% grtext,grvecs,handent,help,if,initdia,initget,inters,itoa,lambda,% last,layoutlist,length,list,listp,load,load_dialog,log,logand,% logior,lsh,mapcar,max,mem,member,menucmd,menugroup,min,minusp,% mode_tile,namedobjdict,nentsel,nentselp,new_dialog,not,nth,% null,numberp,open,or,osnap,polar,prin1,princ,print,progn,prompt,% quit,quote,read,read-char,read-line,redraw,regapp,rem,repeat,% reverse,rtos,set,set_tile,setcfg,setenv,setfunhelp,setq,% setvar,setview,sin,slide_image,snvalid,sqrt,ssadd,ssdel,ssget,% ssgetfirst,sslength,ssmemb,ssname,ssnamex,sssetfirst,startapp,% start_dialog,start_image,start_list,strcase,strcat,strlen,subst,% substr,tablet,tblnext,tblobjname,tblsearch,term_dialog,terpri,% textbox,textpage,textscr,trace,trans,type,unload_dialog,untrace,% vector_image,ver,vl-acad-defun,vl-acad-undefun,vl-arx-import,% vl-bb-ref,vl-bb-set,vl-catch-all-apply,% vl-catch-all-error-message,vl-catch-all-error-p,vl-cmdf,vl-consp,% vl-directory-files,vl-doc-export,vl-doc-import,vl-doc-ref,% vl-doc-set,vl-every,vl-exit-with-error,vl-exit-with-value,% vl-file-copy,vl-file-delete,vl-file-directory-p,vl-file-rename,% vl-file-size,vl-file-systime,vl-filename-base,% vl-filename-directory,vl-filename-extension,vl-filename-mktemp,% vl-get-resource,vl-list*,vl-list->string,% vl-list-exported-functions,vl-list-length,vl-list-loaded-vlx,% vl-load-all,vl-load-com,vl-load-reactors,vl-member-if,% vl-member-if-not,vl-position,vl-prin1-to-string,% vl-princ-to-string,vl-propagate,vl-registry-delete,% vl-registry-descendents,vl-registry-read,vl-registry-write,% vl-remove,vl-remove-if,vl-remove-if-not,vl-some,vl-sort,% vl-sort-i,vl-string->list,vl-string-elt,vl-string-left-trim,% vl-string-mismatch,vl-string-position,vl-string-right-trim,% vl-string-search,vl-string-subst,vl-string-translate,% vl-string-trim,vl-symbol-name,vl-symbol-value,vl-symbolp,% vl-unload-vlx,vl-vbaload,vl-vbarun,vl-vlx-loaded-p,vlax-3D-point,% vlax-add-cmd,vlax-create-object,vlax-curve-getArea,% vlax-curve-getDistAtParam,vlax-curve-getDistAtPoint,% vlax-curve-getEndParam,vlax-curve-getEndPoint,% vlax-curve-getParamAtDist,vlax-curve-getParamAtPoint,% vlax-curve-getPointAtDist,vlax-curve-getPointAtParam,% vlax-curve-getStartParam,vlax-curve-getStartPoint,% vlax-curve-isClosed,vlax-curve-isPeriodic,vlax-curve-isPlanar,% vlax-curve-getClosestPointTo,% vlax-curve-getClosestPointToProjection,vlax-curve-getFirstDeriv,% vlax-curve-getSecondDeriv,vlax-dump-object,% vlax-ename->vla-object,vlax-erased-p,vlax-for,% vlax-get-acad-object,vlax-get-object,vlax-get-or-create-object,% vlax-get-property,vlax-import-type-library,vlax-invoke-method,% vlax-ldata-delete,vlax-ldata-get,vlax-ldata-list,vlax-ldata-put,% vlax-ldata-test,vlax-make-safearray,vlax-make-variant,% vlax-map-collection,vlax-method-applicable-p,% vlax-object-released-p,vlax-product-key,% vlax-property-available-p,vlax-put-property,vlax-read-enabled-p,% vlax-release-object,vlax-remove-cmd,vlax-safearray-fill,% vlax-safearray-get-dim,vlax-safearray-get-element,% vlax-safearray-get-l-bound,vlax-safearray-get-u-bound,% vlax-safearray-put-element,vlax-safearray-type,% vlax-safearray->list,vlax-tmatrix,vlax-typeinfo-available-p,% vlax-variant-change-type,vlax-variant-type,vlax-variant-value,% vlax-vla-object->ename,vlax-write-enabled-p,vlisp-compile,% vlr-acdb-reactor,vlr-add,vlr-added-p,vlr-beep-reaction,% vlr-command-reactor,vlr-current-reaction-name,vlr-data,% vlr-data-set,vlr-deepclone-reactor,vlr-docmanager-reactor,% vlr-dwg-reactor,vlr-dxf-reactor,vlr-editor-reactor,% vlr-insert-reactor,vlr-linker-reactor,vlr-lisp-reactor,% vlr-miscellaneous-reactor,vlr-mouse-reactor,vlr-notification,% vlr-object-reactor,vlr-owner-add,vlr-owner-remove,vlr-owners,% vlr-pers,vlr-pers-list,vlr-pers-p,vlr-pers-release,% vlr-reaction-names,vlr-reaction-set,vlr-reactions,vlr-reactors,% vlr-remove,vlr-remove-all,vlr-set-notification,% vlr-sysvar-reactor,vlr-toolbar-reactor,vlr-trace-reaction,% vlr-type,vlr-types,vlr-undo-reactor,vlr-wblock-reactor,% vlr-window-reactor,vlr-xref-reactor,vports,wcmatch,while,% write-char,write-line,xdroom,xdsize,zerop},% alsodigit=->,% otherkeywords={1+,1-},% sensitive=false,% morecomment=[l];,% morecomment=[l];;,% morestring=[b]"% }[keywords,comments,strings]% %% %% Make definitions (c) 2000 Rolf Niepraschk %% \lst@definelanguage[gnu]{make}% {morekeywords={SHELL,MAKE,MAKEFLAGS,$@,$\%,$<,$?,$^,$+,$*,% @,^,<,\%,+,?,*,% Markus Pahlow export,unexport,include,override,define,ifdef,ifneq,ifeq,else,% endif,vpath,subst,patsubst,strip,findstring,filter,filter-out,% sort,dir,notdir,suffix,basename,addsuffix,addprefix,join,word,% words,firstword,wildcard,shell,origin,foreach,% @D,@F,*D,*F,\%D,\%F,,-->,--->,:-,==,=>,<=,<=>},% morekeywords={module,include_module,import_module,interface,% end_module,implementation,mode,is,failure,semidet,nondet,det,% multi,erroneous,inst,in,out,di,uo,ui,type,typeclass,instance,% where,with_type,pred,func,lambda,impure,semipure,if,then,else,% some,all,not,true,fail,pragma,memo,no_inline,inline,loop_check,% minimal_model,fact_table,type_spec,terminates,does_not_terminate,% check_termination,promise_only_solution,unsafe_promise_unique,% source_file,obsolete,import,export,c_header_code,c_code,% foreign_code,foreign_proc,may_call_mercury,will_not_call_mercury,% thread_safe,not_thread_safe},% sensitive=t,% morecomment=[l]\%,% morecomment=[s]{/*}{*/},% morestring=[bd]",% morestring=[bd]'% }[keywords,comments,strings]% %% %% Miranda definition (c) 1998 Peter Bartke %% %% Miranda: pure lazy functional language with polymorphic type system, %% garbage collection and functions as first class citizens %% \lst@definelanguage{Miranda}% {morekeywords={abstype,div,if,mod,otherwise,readvals,show,type,where,% with,bool,char,num,sys_message,False,True,Appendfile,Closefile,% Exit,Stderr,Stdout,System,Tofile,\%include,\%export,\%free,% \%insert,abs,and,arctan,cjustify,code,concat,const,converse,cos,% decode,digit,drop,dropwhile,entier,error,exp,filemode,filter,% foldl,foldl1,foldr,foldr1,force,fst,getenv,hd,hugenum,id,index,% init,integer,iterate,last,lay,layn,letter,limit,lines,ljustify,% log,log10,map,map2,max,max2,member,merge,min,min2,mkset,neg,% numval,or,pi,postfix,product,read,rep,repeat,reverse,rjustify,% scan,seq,showfloat,shownum,showscaled,sin,snd,sort,spaces,sqrt,% subtract,sum,system,take,takewhile,tinynum,tl,transpose,undef,% until,zip2,zip3,zip4,zip5,zip6,zip},% sensitive,% morecomment=[l]||,% morestring=[b]"% }[keywords,comments,strings]% %% %% ML definition (c) 1999 Torben Hoffmann %% \lst@definelanguage{ML}% {morekeywords={abstype,and,andalso,as,case,do,datatype,else,end,% eqtype,exception,fn,fun,functor,handle,if,in,include,infix,% infixr,let,local,nonfix,of,op,open,orelse,raise,rec,sharing,sig,% signature,struct,structure,then,type,val,with,withtype,while},% sensitive,% morecomment=[n]{(*}{*)},% morestring=[d]"% }[keywords,comments,strings]% %% %% PHP definition by Luca Balzerani %% \lst@definelanguage{PHP}% {morekeywords={% %--- core language ,::,break,case,continue,default,do,else,% elseif,for,foreach,if,include,require,phpinfo,% switch,while,false,FALSE,true,TRUE,% %--- apache functions apache_lookup_uri,apache_note,ascii2ebcdic,ebcdic2ascii,% virtual,apache_child_terminate,apache_setenv,% %--- array functions array,array_change_key_case,array_chunk,array_count_values,% array_filter,array_flip,array_fill,array_intersect,% array_keys,array_map,array_merge,array_merge_recursive,% array_pad,array_pop,array_push,array_rand,array_reverse,% array_shift,array_slice,array_splice,array_sum,array_unique,% array_values,array_walk,arsort,asort,compact,count,current,each,% extract,in_array,array_search,key,krsort,ksort,list,natsort,% next,pos,prev,range,reset,rsort,shuffle,sizeof,sort,uasort,% usort,% %--- aspell functions aspell_new,aspell_check,aspell_check_raw,aspell_suggest,% %--- bc functions bcadd,bccomp,bcdiv,bcmod,bcmul,bcpow,bcscale,bcsqrt,bcsub,% %--- bzip2 functions bzclose,bzcompress,bzdecompress,bzerrno,bzerror,bzerrstr,% bzopen,bzread,bzwrite,% %--- calendar functions JDToGregorian,GregorianToJD,JDToJulian,JulianToJD,JDToJewish,% JDToFrench,FrenchToJD,JDMonthName,JDDayOfWeek,easter_date,% unixtojd,jdtounix,cal_days_in_month,cal_to_jd,cal_from_jd,% %--- ccvs functions ccvs_init,ccvs_done,ccvs_new,ccvs_add,ccvs_delete,ccvs_auth,% ccvs_reverse,ccvs_sale,ccvs_void,ccvs_status,ccvs_count,% ccvs_report,ccvs_command,ccvs_textvalue,% %--- classobj functions call_user_method,call_user_method_array,class_exists,get_class,% get_class_vars,get_declared_classes,get_object_vars,% is_a,is_subclass_of,method_exists,% %--- com functions COM,VARIANT,com_load,com_invoke,com_propget,com_get,com_propput,% com_set,com_addref,com_release,com_isenum,com_load_typelib,% %--- cpdf functions cpdf_add_annotation,cpdf_add_outline,cpdf_arc,cpdf_begin_text,% cpdf_clip,cpdf_close,cpdf_closepath,cpdf_closepath_fill_stroke,% cpdf_continue_text,cpdf_curveto,cpdf_end_text,cpdf_fill,% cpdf_finalize,cpdf_finalize_page,% cpdf_import_jpeg,cpdf_lineto,cpdf_moveto,cpdf_newpath,cpdf_open,% cpdf_page_init,cpdf_place_inline_image,cpdf_rect,cpdf_restore,% cpdf_rmoveto,cpdf_rotate,cpdf_rotate_text,cpdf_save,% cpdf_scale,cpdf_set_char_spacing,cpdf_set_creator,% cpdf_set_font,cpdf_set_horiz_scaling,cpdf_set_keywords,% cpdf_set_page_animation,cpdf_set_subject,cpdf_set_text_matrix,% cpdf_set_text_rendering,cpdf_set_text_rise,cpdf_set_title,% cpdf_setdash,cpdf_setflat,cpdf_setgray,cpdf_setgray_fill,% cpdf_setlinecap,cpdf_setlinejoin,cpdf_setlinewidth,% cpdf_setrgbcolor,cpdf_setrgbcolor_fill,cpdf_setrgbcolor_stroke,% cpdf_show_xy,cpdf_stringwidth,cpdf_set_font_directories,% cpdf_set_viewer_preferences,cpdf_stroke,cpdf_text,% cpdf_set_action_url,% %--- crack functions crack_opendict,crack_closedict,crack_check,crack_getlastmessage,% %--- ctype functions ctype_alnum,ctype_alpha,ctype_cntrl,ctype_digit,ctype_lower,% ctype_print,ctype_punct,ctype_space,ctype_upper,ctype_xdigit,% %--- curl functions curl_init,curl_setopt,curl_exec,curl_close,curl_version,% curl_error,curl_getinfo,% %--- cybercash functions cybercash_encr,cybercash_decr,cybercash_base64_encode,% %--- cybermut functions cybermut_creerformulairecm,cybermut_testmac,% %--- cyrus functions cyrus_connect,cyrus_authenticate,cyrus_bind,cyrus_unbind,% cyrus_close,% %--- datetime functions checkdate,date,getdate,gettimeofday,gmdate,gmmktime,gmstrftime,% microtime,mktime,strftime,time,strtotime,% %--- dbase functions dbase_create,dbase_open,dbase_close,dbase_pack,dbase_add_record,% dbase_delete_record,dbase_get_record,% dbase_numfields,dbase_numrecords,% %--- dba functions dba_close,dba_delete,dba_exists,dba_fetch,dba_firstkey,% dba_nextkey,dba_popen,dba_open,dba_optimize,dba_replace,% %--- dbm functions dbmopen,dbmclose,dbmexists,dbmfetch,dbminsert,dbmreplace,% dbmfirstkey,dbmnextkey,dblist,% %--- dbx functions dbx_close,dbx_connect,dbx_error,dbx_query,dbx_sort,dbx_compare,% %--- dio functions dio_open,dio_read,dio_write,dio_truncate,dio_stat,dio_seek,% dio_close,% %--- dir functions chroot,chdir,dir,closedir,getcwd,opendir,readdir,rewinddir,% %--- dotnet functions dotnet_load,% %--- errorfunc functions error_log,error_reporting,restore_error_handler,% trigger_error,user_error,% %--- exec functions escapeshellarg,escapeshellcmd,exec,passthru,system,shell_exec,% %--- fbsql functions fbsql_affected_rows,fbsql_autocommit,fbsql_change_user,% fbsql_commit,fbsql_connect,fbsql_create_db,fbsql_create_blob,% fbsql_database_password,fbsql_data_seek,fbsql_db_query,% fbsql_drop_db,fbsql_errno,fbsql_error,fbsql_fetch_array,% fbsql_fetch_field,fbsql_fetch_lengths,fbsql_fetch_object,% fbsql_field_flags,fbsql_field_name,fbsql_field_len,% fbsql_field_table,fbsql_field_type,fbsql_free_result,% fbsql_list_dbs,fbsql_list_fields,fbsql_list_tables,% fbsql_num_fields,fbsql_num_rows,fbsql_pconnect,fbsql_query,% fbsql_read_clob,fbsql_result,fbsql_rollback,fbsql_set_lob_mode,% fbsql_start_db,fbsql_stop_db,fbsql_tablename,fbsql_warnings,% fbsql_get_autostart_info,fbsql_hostname,fbsql_password,% fbsql_username,% %--- fdf functions fdf_open,fdf_close,fdf_create,fdf_save,fdf_get_value,% fdf_next_field_name,fdf_set_ap,fdf_set_status,fdf_get_status,% fdf_get_file,fdf_set_flags,fdf_set_opt,% fdf_set_javascript_action,fdf_set_encoding,fdf_add_template,% %--- filepro functions filepro,filepro_fieldname,filepro_fieldtype,filepro_fieldwidth,% filepro_fieldcount,filepro_rowcount,% %--- filesystem functions basename,chgrp,chmod,chown,clearstatcache,copy,delete,dirname,% diskfreespace,disk_total_space,fclose,feof,fflush,fgetc,fgetcsv,% fgetss,file_get_contents,file,file_exists,fileatime,filectime,% fileinode,filemtime,fileowner,fileperms,filesize,filetype,flock,% fopen,fpassthru,fputs,fread,fscanf,fseek,fstat,ftell,ftruncate,% set_file_buffer,is_dir,is_executable,is_file,is_link,% is_writable,is_writeable,is_uploaded_file,link,linkinfo,mkdir,% parse_ini_file,pathinfo,pclose,popen,readfile,readlink,rename,% rmdir,stat,lstat,realpath,symlink,tempnam,tmpfile,touch,umask,% %--- fribidi functions fribidi_log2vis,% %--- ftp functions ftp_connect,ftp_login,ftp_pwd,ftp_cdup,ftp_chdir,ftp_mkdir,% ftp_nlist,ftp_rawlist,ftp_systype,ftp_pasv,ftp_get,ftp_fget,% ftp_fput,ftp_size,ftp_mdtm,ftp_rename,ftp_delete,ftp_site,% ftp_quit,ftp_exec,ftp_set_option,ftp_get_option,% %--- funchand functions call_user_func_array,call_user_func,create_function,% func_get_args,func_num_args,function_exists,% register_shutdown_function,register_tick_function,% %--- gettext functions bindtextdomain,bind_textdomain_codeset,dcgettext,dcngettext,% dngettext,gettext,ngettext,textdomain,% %--- gmp functions gmp_init,gmp_intval,gmp_strval,gmp_add,gmp_sub,gmp_mul,% gmp_div_r,gmp_div_qr,gmp_div,gmp_mod,gmp_divexact,gmp_cmp,% gmp_com,gmp_abs,gmp_sign,gmp_fact,gmp_sqrt,gmp_sqrtrm,% gmp_pow,gmp_powm,gmp_prob_prime,gmp_gcd,gmp_gcdext,gmp_invert,% gmp_jacobi,gmp_random,gmp_and,gmp_or,gmp_xor,gmp_setbit,% gmp_scan0,gmp_scan1,gmp_popcount,gmp_hamdist,% %--- http functions header,headers_sent,setcookie,% %--- hw functions hw_Array2Objrec,hw_Children,hw_ChildrenObj,hw_Close,hw_Connect,% hw_Deleteobject,hw_DocByAnchor,hw_DocByAnchorObj,% hw_Document_BodyTag,hw_Document_Content,hw_Document_SetContent,% hw_ErrorMsg,hw_EditText,hw_Error,hw_Free_Document,hw_GetParents,% hw_GetChildColl,hw_GetChildCollObj,hw_GetRemote,% hw_GetSrcByDestObj,hw_GetObject,hw_GetAndLock,hw_GetText,% hw_GetObjectByQueryObj,hw_GetObjectByQueryColl,% hw_GetChildDocColl,hw_GetChildDocCollObj,hw_GetAnchors,% hw_Mv,hw_Identify,hw_InCollections,hw_Info,hw_InsColl,hw_InsDoc,% hw_InsertObject,hw_mapid,hw_Modifyobject,hw_New_Document,% hw_Output_Document,hw_pConnect,hw_PipeDocument,hw_Root,% hw_Who,hw_getusername,hw_stat,hw_setlinkroot,hw_connection_info,% hw_insertanchors,hw_getrellink,hw_changeobject,% %--- ibase functions ibase_connect,ibase_pconnect,ibase_close,ibase_query,% ibase_fetch_row,ibase_fetch_object,ibase_field_info,% ibase_free_result,ibase_prepare,ibase_execute,ibase_trans,% ibase_rollback,ibase_timefmt,ibase_num_fields,ibase_blob_add,% ibase_blob_close,ibase_blob_create,ibase_blob_echo,% ibase_blob_import,ibase_blob_info,ibase_blob_open,% %--- icap functions icap_open,icap_close,icap_fetch_event,icap_list_events,% icap_delete_event,icap_snooze,icap_list_alarms,% icap_rename_calendar,icap_delete_calendar,icap_reopen,% %--- iconv functions iconv,iconv_get_encoding,iconv_set_encoding,ob_iconv_handler,% %--- ifx functions ifx_connect,ifx_pconnect,ifx_close,ifx_query,ifx_prepare,ifx_do,% ifx_errormsg,ifx_affected_rows,ifx_getsqlca,ifx_fetch_row,% ifx_fieldtypes,ifx_fieldproperties,ifx_num_fields,ifx_num_rows,% ifx_create_char,ifx_free_char,ifx_update_char,ifx_get_char,% ifx_copy_blob,ifx_free_blob,ifx_get_blob,ifx_update_blob,% ifx_textasvarchar,ifx_byteasvarchar,ifx_nullformat,% ifxus_free_slob,ifxus_close_slob,ifxus_open_slob,% ifxus_seek_slob,ifxus_read_slob,ifxus_write_slob,% %--- iisfunc functions iis_get_server_by_path,iis_get_server_by_comment,iis_add_server,% iis_set_dir_security,iis_get_dir_security,iis_set_server_rights,% iis_set_script_map,iis_get_script_map,iis_set_app_settings,% iis_stop_server,iis_stop_service,iis_start_service,% %--- image functions exif_imagetype,exif_read_data,exif_thumbnail,getimagesize,% imagealphablending,imagearc,imagefilledarc,imageellipse,% imagechar,imagecharup,imagecolorallocate,imagecolordeallocate,% imagecolorclosest,imagecolorclosestalpha,imagecolorclosestthwb,% imagecolorexactalpha,imagecolorresolve,imagecolorresolvealpha,% imagecolorset,imagecolorsforindex,imagecolorstotal,% imagecopy,imagecopymerge,imagecopymergegray,imagecopyresized,% imagecreate,imagecreatetruecolor,imagetruecolortopalette,% imagecreatefromgd2,imagecreatefromgd2part,imagecreatefromgif,% imagecreatefrompng,imagecreatefromwbmp,imagecreatefromstring,% imagecreatefromxpm,imagedashedline,imagedestroy,imagefill,% imagefilledrectangle,imagefilltoborder,imagefontheight,% imagegd,imagegd2,imagegif,imagepng,imagejpeg,imagewbmp,% imageline,imageloadfont,imagepalettecopy,imagepolygon,% imagepsencodefont,imagepsfreefont,imagepsloadfont,% imagepsslantfont,imagepstext,imagerectangle,imagesetpixel,% imagesetstyle,imagesettile,imagesetthickness,imagestring,% imagesx,imagesy,imagettfbbox,imageftbbox,imagettftext,% imagetypes,jpeg2wbmp,png2wbmp,iptcembed,read_exif_data,% %--- imap functions imap_8bit,imap_alerts,imap_append,imap_base64,imap_binary,% imap_bodystruct,imap_check,imap_clearflag_full,imap_close,% imap_delete,imap_deletemailbox,imap_errors,imap_expunge,% imap_fetchbody,imap_fetchheader,imap_fetchstructure,% imap_getmailboxes,imap_getsubscribed,imap_header,% imap_headers,imap_last_error,imap_listmailbox,% imap_mail,imap_mail_compose,imap_mail_copy,imap_mail_move,% imap_mime_header_decode,imap_msgno,imap_num_msg,imap_num_recent,% imap_ping,imap_popen,imap_qprint,imap_renamemailbox,imap_reopen,% imap_rfc822_parse_headers,imap_rfc822_write_address,% imap_search,imap_setacl,imap_set_quota,imap_setflag_full,% imap_status,imap_subscribe,imap_uid,imap_undelete,% imap_utf7_decode,imap_utf7_encode,imap_utf8,imap_thread,% %--- info functions assert,assert_options,extension_loaded,dl,getenv,get_cfg_var,% get_defined_constants,get_extension_funcs,getmygid,% get_loaded_extensions,get_magic_quotes_gpc,% getlastmod,getmyinode,getmypid,getmyuid,get_required_files,% ini_alter,ini_get,ini_get_all,ini_restore,ini_set,phpcredits,% phpversion,php_logo_guid,php_sapi_name,php_uname,putenv,% set_time_limit,version_compare,zend_logo_guid,zend_version,% %--- ircg functions ircg_pconnect,ircg_fetch_error_msg,ircg_set_current,ircg_join,% ircg_msg,ircg_notice,ircg_nick,ircg_topic,ircg_channel_mode,% ircg_whois,ircg_kick,ircg_ignore_add,ircg_ignore_del,% ircg_is_conn_alive,ircg_lookup_format_messages,% ircg_set_on_die,ircg_set_file,ircg_get_username,% ircg_nickname_unescape,% %--- java functions java_last_exception_clear,java_last_exception_get,% %--- ldap functions ldap_add,ldap_bind,ldap_close,ldap_compare,ldap_connect,% ldap_delete,ldap_dn2ufn,ldap_err2str,ldap_errno,ldap_error,% ldap_first_attribute,ldap_first_entry,ldap_free_result,% ldap_get_dn,ldap_get_entries,ldap_get_option,ldap_get_values,% ldap_list,ldap_modify,ldap_mod_add,ldap_mod_del,% ldap_next_attribute,ldap_next_entry,ldap_read,ldap_rename,% ldap_set_option,ldap_unbind,ldap_8859_to_t61,% ldap_next_reference,ldap_parse_reference,ldap_parse_result,% ldap_sort,ldap_start_tls,ldap_t61_to_8859,% %--- mail functions mail,ezmlm_hash,% %--- math functions abs,acos,acosh,asin,asinh,atan,atanh,atan2,base_convert,bindec,% cos,cosh,decbin,dechex,decoct,deg2rad,exp,expm1,floor,% hexdec,hypot,is_finite,is_infinite,is_nan,lcg_value,log,log10,% max,min,mt_rand,mt_srand,mt_getrandmax,number_format,octdec,pi,% rad2deg,rand,round,sin,sinh,sqrt,srand,tan,tanh,% %--- mbstring functions mb_language,mb_parse_str,mb_internal_encoding,mb_http_input,% mb_detect_order,mb_substitute_character,mb_output_handler,% mb_strlen,mb_strpos,mb_strrpos,mb_substr,mb_strcut,mb_strwidth,% mb_convert_encoding,mb_detect_encoding,mb_convert_kana,% mb_decode_mimeheader,mb_convert_variables,% mb_decode_numericentity,mb_send_mail,mb_get_info,% mb_ereg,mb_eregi,mb_ereg_replace,mb_eregi_replace,mb_split,% mb_ereg_search,mb_ereg_search_pos,mb_ereg_search_regs,% mb_ereg_search_getregs,mb_ereg_search_getpos,% %--- mcal functions mcal_open,mcal_popen,mcal_reopen,mcal_close,% mcal_rename_calendar,mcal_delete_calendar,mcal_fetch_event,% mcal_append_event,mcal_store_event,mcal_delete_event,% mcal_list_alarms,mcal_event_init,mcal_event_set_category,% mcal_event_set_description,mcal_event_set_start,% mcal_event_set_alarm,mcal_event_set_class,mcal_is_leap_year,% mcal_date_valid,mcal_time_valid,mcal_day_of_week,% mcal_date_compare,mcal_next_recurrence,% mcal_event_set_recur_daily,mcal_event_set_recur_weekly,% mcal_event_set_recur_monthly_wday,mcal_event_set_recur_yearly,% mcal_event_add_attribute,mcal_expunge,mcal_week_of_year,% %--- mcrypt functions mcrypt_get_cipher_name,mcrypt_get_block_size,% mcrypt_create_iv,mcrypt_cbc,mcrypt_cfb,mcrypt_ecb,mcrypt_ofb,% mcrypt_list_modes,mcrypt_get_iv_size,mcrypt_encrypt,% mcrypt_module_open,mcrypt_module_close,mcrypt_generic_deinit,% mcrypt_generic,mdecrypt_generic,mcrypt_generic_end,% mcrypt_enc_is_block_algorithm_mode,% mcrypt_enc_is_block_mode,mcrypt_enc_get_block_size,% mcrypt_enc_get_supported_key_sizes,mcrypt_enc_get_iv_size,% mcrypt_enc_get_modes_name,mcrypt_module_self_test,% mcrypt_module_is_block_algorithm,mcrypt_module_is_block_mode,% mcrypt_module_get_algo_key_size,% %--- mhash functions mhash_get_hash_name,mhash_get_block_size,mhash_count,mhash,% %--- misc functions connection_aborted,connection_status,connection_timeout,% define,defined,die,eval,exit,get_browser,highlight_file,% ignore_user_abort,iptcparse,leak,pack,show_source,sleep,uniqid,% usleep,% %--- mnogosearch functions udm_add_search_limit,udm_alloc_agent,udm_api_version,% udm_cat_list,udm_clear_search_limits,udm_errno,udm_error,% udm_free_agent,udm_free_ispell_data,udm_free_res,% udm_get_res_field,udm_get_res_param,udm_load_ispell_data,% udm_check_charset,udm_check_stored,udm_close_stored,udm_crc32,% %--- msession functions msession_connect,msession_disconnect,msession_count,% msession_destroy,msession_lock,msession_unlock,msession_set,% msession_uniq,msession_randstr,msession_find,msession_list,% msession_set_array,msession_listvar,msession_timeout,% msession_getdata,msession_setdata,msession_plugin,% %--- msql functions msql,msql_affected_rows,msql_close,msql_connect,msql_create_db,% msql_data_seek,msql_dbname,msql_drop_db,msql_dropdb,msql_error,% msql_fetch_field,msql_fetch_object,msql_fetch_row,% msql_field_seek,msql_fieldtable,msql_fieldtype,msql_fieldflags,% msql_free_result,msql_freeresult,msql_list_fields,% msql_list_dbs,msql_listdbs,msql_list_tables,msql_listtables,% msql_num_rows,msql_numfields,msql_numrows,msql_pconnect,% msql_regcase,msql_result,msql_select_db,msql_selectdb,% %--- mssql functions mssql_close,mssql_connect,mssql_data_seek,mssql_fetch_array,% mssql_fetch_object,mssql_fetch_row,mssql_field_length,% mssql_field_seek,mssql_field_type,mssql_free_result,% mssql_min_error_severity,mssql_min_message_severity,% mssql_num_fields,mssql_num_rows,mssql_pconnect,mssql_query,% mssql_select_db,mssql_bind,mssql_execute,mssql_fetch_assoc,% mssql_guid_string,mssql_init,mssql_rows_affected,% %--- muscat functions muscat_setup,muscat_setup_net,muscat_give,muscat_get,% %--- mysql functions mysql_affected_rows,mysql_change_user,mysql_character_set_name,% mysql_connect,mysql_create_db,mysql_data_seek,mysql_db_name,% mysql_drop_db,mysql_errno,mysql_error,mysql_escape_string,% mysql_fetch_assoc,mysql_fetch_field,mysql_fetch_lengths,% mysql_fetch_row,mysql_field_flags,mysql_field_name,% mysql_field_seek,mysql_field_table,mysql_field_type,% mysql_info,mysql_insert_id,mysql_list_dbs,mysql_list_fields,% mysql_list_tables,mysql_num_fields,mysql_num_rows,% mysql_ping,mysql_query,mysql_unbuffered_query,% mysql_result,mysql_select_db,mysql_tablename,mysql_thread_id,% mysql_get_host_info,mysql_get_proto_info,mysql_get_server_info,% %--- network functions checkdnsrr,closelog,debugger_off,debugger_on,% fsockopen,gethostbyaddr,gethostbyname,gethostbynamel,getmxrr,% getprotobynumber,getservbyname,getservbyport,ip2long,long2ip,% pfsockopen,socket_get_status,socket_set_blocking,% syslog,% %--- nis functions yp_get_default_domain,yp_order,yp_master,yp_match,yp_first,% yp_errno,yp_err_string,yp_all,yp_cat,% %--- oci8 functions OCIDefineByName,OCIBindByName,OCILogon,OCIPLogon,OCINLogon,% OCIExecute,OCICommit,OCIRollback,OCINewDescriptor,OCIRowCount,% OCIResult,OCIFetch,OCIFetchInto,OCIFetchStatement,% OCIColumnName,OCIColumnSize,OCIColumnType,OCIServerVersion,% OCINewCursor,OCIFreeStatement,OCIFreeCursor,OCIFreeDesc,% OCIError,OCIInternalDebug,OCICancel,OCISetPrefetch,% OCISaveLobFile,OCISaveLob,OCILoadLob,OCIColumnScale,% OCIColumnTypeRaw,OCINewCollection,OCIFreeCollection,% OCICollAppend,OCICollAssignElem,OCICollGetElem,OCICollMax,% OCICollTrim,% %--- oracle functions Ora_Bind,Ora_Close,Ora_ColumnName,Ora_ColumnSize,Ora_ColumnType,% Ora_CommitOff,Ora_CommitOn,Ora_Do,Ora_Error,Ora_ErrorCode,% Ora_Fetch,Ora_Fetch_Into,Ora_GetColumn,Ora_Logoff,Ora_Logon,% Ora_Numcols,Ora_Numrows,Ora_Open,Ora_Parse,Ora_Rollback,% %--- outcontrol functions flush,ob_start,ob_get_contents,ob_get_length,ob_get_level,% ob_flush,ob_clean,ob_end_flush,ob_end_clean,ob_implicit_flush,% %--- ovrimos functions ovrimos_connect,ovrimos_close,ovrimos_longreadlen,% ovrimos_execute,ovrimos_cursor,ovrimos_exec,ovrimos_fetch_into,% ovrimos_result,ovrimos_result_all,ovrimos_num_rows,% ovrimos_field_name,ovrimos_field_type,ovrimos_field_len,% ovrimos_free_result,ovrimos_commit,ovrimos_rollback,% %--- pcntl functions pcntl_fork,pcntl_signal,pcntl_waitpid,pcntl_wexitstatus,% pcntl_wifsignaled,pcntl_wifstopped,pcntl_wstopsig,% pcntl_exec,% %--- pcre functions preg_match,preg_match_all,preg_replace,preg_replace_callback,% preg_quote,preg_grep,Pattern Modifiers,Pattern Syntax,% %--- pdf functions pdf_add_annotation,pdf_add_bookmark,pdf_add_launchlink,% pdf_add_note,pdf_add_outline,pdf_add_pdflink,pdf_add_thumbnail,% pdf_arc,pdf_arcn,pdf_attach_file,pdf_begin_page,% pdf_begin_template,pdf_circle,pdf_clip,pdf_close,pdf_closepath,% pdf_closepath_stroke,pdf_close_image,pdf_close_pdi,% pdf_concat,pdf_continue_text,pdf_curveto,pdf_delete,% pdf_endpath,pdf_end_pattern,pdf_end_template,pdf_fill,% pdf_findfont,pdf_get_buffer,pdf_get_font,pdf_get_fontname,% pdf_get_image_height,pdf_get_image_width,pdf_get_parameter,% pdf_get_pdi_value,pdf_get_majorversion,pdf_get_minorversion,% pdf_initgraphics,pdf_lineto,pdf_makespotcolor,pdf_moveto,% pdf_open,pdf_open_CCITT,pdf_open_file,pdf_open_gif,% pdf_open_image_file,pdf_open_jpeg,pdf_open_memory_image,% pdf_open_pdi_page,pdf_open_png,pdf_open_tiff,pdf_place_image,% pdf_rect,pdf_restore,pdf_rotate,pdf_save,pdf_scale,pdf_setcolor,% pdf_setflat,pdf_setfont,pdf_setgray,pdf_setgray_fill,% pdf_setlinecap,pdf_setlinejoin,pdf_setlinewidth,pdf_setmatrix,% pdf_setpolydash,pdf_setrgbcolor,pdf_setrgbcolor_fill,% pdf_set_border_color,pdf_set_border_dash,pdf_set_border_style,% pdf_set_duration,pdf_set_font,pdf_set_horiz_scaling,% pdf_set_info_author,pdf_set_info_creator,pdf_set_info_keywords,% pdf_set_info_title,pdf_set_leading,pdf_set_parameter,% pdf_set_text_rendering,pdf_set_text_rise,pdf_set_text_matrix,% pdf_set_word_spacing,pdf_show,pdf_show_boxed,pdf_show_xy,% pdf_stringwidth,pdf_stroke,pdf_translate,% %--- pfpro functions pfpro_init,pfpro_cleanup,pfpro_process,pfpro_process_raw,% %--- pgsql functions pg_close,pg_affected_rows,pg_connect,pg_dbname,pg_end_copy,% pg_query,pg_fetch_array,pg_fetch_object,pg_fetch_row,% pg_field_name,pg_field_num,pg_field_prtlen,pg_field_size,% pg_free_result,pg_last_oid,pg_host,pg_last_notice,pg_lo_close,% pg_lo_export,pg_lo_import,pg_lo_open,pg_lo_read,pg_lo_seek,% pg_lo_read_all,pg_lo_unlink,pg_lo_write,pg_num_fields,% pg_options,pg_pconnect,pg_port,pg_put_line,pg_fetch_result,% pg_client_encoding,pg_trace,pg_tty,pg_untrace,pg_get_result,% pg_send_query,pg_cancel_query,pg_connection_busy,% pg_connection_status,pg_copy_from,pg_copy_to,pg_escape_bytea,% pg_result_error,% %--- posix functions posix_kill,posix_getpid,posix_getppid,posix_getuid,% posix_getgid,posix_getegid,posix_setuid,posix_seteuid,% posix_setegid,posix_getgroups,posix_getlogin,posix_getpgrp,% posix_setpgid,posix_getpgid,posix_getsid,posix_uname,% posix_ctermid,posix_ttyname,posix_isatty,posix_getcwd,% posix_getgrnam,posix_getgrgid,posix_getpwnam,posix_getpwuid,% %--- printer functions printer_open,printer_abort,printer_close,printer_write,% printer_set_option,printer_get_option,printer_create_dc,% printer_start_doc,printer_end_doc,printer_start_page,% printer_create_pen,printer_delete_pen,printer_select_pen,% printer_delete_brush,printer_select_brush,printer_create_font,% printer_select_font,printer_logical_fontheight,% printer_draw_rectangle,printer_draw_elipse,printer_draw_text,% printer_draw_chord,printer_draw_pie,printer_draw_bmp,% %--- pspell functions pspell_add_to_personal,pspell_add_to_session,pspell_check,% pspell_config_create,pspell_config_ignore,pspell_config_mode,% pspell_config_repl,pspell_config_runtogether,% pspell_new,pspell_new_config,pspell_new_personal,% pspell_store_replacement,pspell_suggest,% %--- qtdom functions qdom_tree,qdom_error,% %--- readline functions readline,readline_add_history,readline_clear_history,% readline_info,readline_list_history,readline_read_history,% %--- recode functions recode_string,recode,recode_file,% %--- regex functions ereg,ereg_replace,eregi,eregi_replace,split,spliti,sql_regcase,% %--- sem functions sem_get,sem_acquire,sem_release,sem_remove,shm_attach,% shm_remove,shm_put_var,shm_get_var,shm_remove_var,ftok,% %--- sesam functions sesam_connect,sesam_disconnect,sesam_settransaction,% sesam_rollback,sesam_execimm,sesam_query,sesam_num_fields,% sesam_diagnostic,sesam_fetch_result,sesam_affected_rows,% sesam_field_array,sesam_fetch_row,sesam_fetch_array,% sesam_free_result,% %--- session functions session_start,session_destroy,session_name,session_module_name,% session_id,session_register,session_unregister,session_unset,% session_get_cookie_params,session_set_cookie_params,% session_encode,session_set_save_handler,session_cache_limiter,% session_write_close,% %--- shmop functions shmop_open,shmop_read,shmop_write,shmop_size,shmop_delete,% %--- snmp functions snmpget,snmpset,snmpwalk,snmpwalkoid,snmp_get_quick_print,% snmprealwalk,% %--- strings functions addcslashes,addslashes,bin2hex,chop,chr,chunk_split,% count_chars,crc32,crypt,echo,explode,get_html_translation_table,% hebrev,hebrevc,htmlentities,htmlspecialchars,implode,join,% localeconv,ltrim,md5,md5_file,metaphone,nl_langinfo,nl2br,ord,% print,printf,quoted_printable_decode,quotemeta,str_rot13,rtrim,% setlocale,similar_text,soundex,sprintf,strncasecmp,strcasecmp,% strcmp,strcoll,strcspn,strip_tags,stripcslashes,stripslashes,% strlen,strnatcmp,strnatcasecmp,strncmp,str_pad,strpos,strrchr,% strrev,strrpos,strspn,strstr,strtok,strtolower,strtoupper,% strtr,substr,substr_count,substr_replace,trim,ucfirst,ucwords,% vsprintf,wordwrap,% %--- swf functions swf_openfile,swf_closefile,swf_labelframe,swf_showframe,% swf_getframe,swf_mulcolor,swf_addcolor,swf_placeobject,% swf_removeobject,swf_nextid,swf_startdoaction,% swf_actiongeturl,swf_actionnextframe,swf_actionprevframe,% swf_actionstop,swf_actiontogglequality,swf_actionwaitforframe,% swf_actiongotolabel,swf_enddoaction,swf_defineline,% swf_definepoly,swf_startshape,swf_shapelinesolid,% swf_shapefillsolid,swf_shapefillbitmapclip,% swf_shapemoveto,swf_shapelineto,swf_shapecurveto,% swf_shapearc,swf_endshape,swf_definefont,swf_setfont,% swf_fontslant,swf_fonttracking,swf_getfontinfo,swf_definetext,% swf_definebitmap,swf_getbitmapinfo,swf_startsymbol,% swf_startbutton,swf_addbuttonrecord,swf_oncondition,% swf_viewport,swf_ortho,swf_ortho2,swf_perspective,swf_polarview,% swf_pushmatrix,swf_popmatrix,swf_scale,swf_translate,swf_rotate,% %--- sybase functions sybase_affected_rows,sybase_close,sybase_connect,% sybase_fetch_array,sybase_fetch_field,sybase_fetch_object,% sybase_field_seek,sybase_free_result,sybase_get_last_message,% sybase_min_error_severity,sybase_min_message_severity,% sybase_num_fields,sybase_num_rows,sybase_pconnect,sybase_query,% sybase_select_db,% %--- uodbc functions odbc_autocommit,odbc_binmode,odbc_close,odbc_close_all,% odbc_connect,odbc_cursor,odbc_do,odbc_error,odbc_errormsg,% odbc_execute,odbc_fetch_into,odbc_fetch_row,odbc_fetch_array,% odbc_fetch_object,odbc_field_name,odbc_field_num,% odbc_field_len,odbc_field_precision,odbc_field_scale,% odbc_longreadlen,odbc_num_fields,odbc_pconnect,odbc_prepare,% odbc_result,odbc_result_all,odbc_rollback,odbc_setoption,% odbc_tableprivileges,odbc_columns,odbc_columnprivileges,% odbc_primarykeys,odbc_foreignkeys,odbc_procedures,% odbc_specialcolumns,odbc_statistics,% %--- url functions base64_decode,base64_encode,parse_url,rawurldecode,rawurlencode,% urlencode,% %--- var functions doubleval,empty,floatval,gettype,get_defined_vars,% import_request_variables,intval,is_array,is_bool,is_double,% is_int,is_integer,is_long,is_null,is_numeric,is_object,is_real,% is_scalar,is_string,isset,print_r,serialize,settype,strval,% unset,var_dump,var_export,is_callable,% %--- vpopmail functions vpopmail_add_domain,vpopmail_del_domain,% vpopmail_add_domain_ex,vpopmail_del_domain_ex,% vpopmail_add_user,vpopmail_del_user,vpopmail_passwd,% vpopmail_auth_user,vpopmail_alias_add,vpopmail_alias_del,% vpopmail_alias_get,vpopmail_alias_get_all,vpopmail_error,% %--- w32api functions w32api_set_call_method,w32api_register_function,% w32api_deftype,w32api_init_dtype,% %--- wddx functions wddx_serialize_value,wddx_serialize_vars,wddx_packet_start,% wddx_add_vars,wddx_deserialize,% %--- xml functions xml_parser_create,xml_set_object,xml_set_element_handler,% xml_set_processing_instruction_handler,xml_set_default_handler,% xml_set_notation_decl_handler,% xml_parse,xml_get_error_code,xml_error_string,% xml_get_current_column_number,xml_get_current_byte_index,% xml_parser_free,xml_parser_set_option,xml_parser_get_option,% utf8_encode,xml_parser_create_ns,% xml_set_start_namespace_decl_handler,% %--- xslt functions xslt_set_log,xslt_create,xslt_errno,xslt_error,xslt_free,% xslt_set_sax_handler,xslt_set_scheme_handler,% xslt_set_base,xslt_set_encoding,xslt_set_sax_handlers,% %--- yaz functions yaz_addinfo,yaz_close,yaz_connect,yaz_errno,yaz_error,yaz_hits,% yaz_database,yaz_range,yaz_record,yaz_search,yaz_present,% yaz_scan,yaz_scan_result,yaz_ccl_conf,yaz_ccl_parse,% yaz_wait,yaz_sort,% %--- zip functions zip_close,zip_entry_close,zip_entry_compressedsize,% zip_entry_filesize,zip_entry_name,zip_entry_open,zip_entry_read,% zip_read,% %--- zlib functions gzclose,gzeof,gzfile,gzgetc,gzgets,gzgetss,gzopen,gzpassthru,% gzread,gzrewind,gzseek,gztell,gzwrite,readgzfile,gzcompress,% gzdeflate,gzinflate,gzencode,},% sensitive,% morecomment=[l]\#,% morecomment=[l]//,% morecomment=[s]{/*}{*/},% morestring=[b]",% morestring=[b]'% }[keywords,comments,strings]% %% %% Prolog definition (c) 1997 Dominique de Waleffe %% \lst@definelanguage{Prolog}% {morekeywords={op,mod,abort,ancestors,arg,ascii,ask,assert,asserta,% assertz,atom,atomic,char,clause,close,concat,consult,ed,ef,em,% eof,fail,file,findall,write,functor,getc,integer,is,length,% listing,load,name,nl,nonvar,not,numbervars,op,or,pp,prin,print,% private,prompt,putc,ratom,read,read_from_this_file,rename,repeat,% retract,retractall,save,see,seeing,seen,sh,skip,statistics,% subgoal_of,system,tab,tell,telling,time,told,trace,true,unload,% untrace,var,write},% sensitive=f,% morecomment=[l]\%,% morecomment=[s]{/*}{*/},% morestring=[bd]",% morestring=[bd]'% }[keywords,comments,strings]% \lst@definelanguage{Ruby}% {morekeywords={if,else,elsif,end,while,until,unless,do,case,when,for,% in,each,def,module,class,break,redo,next,retry,exit,retrn,super,% begin,rescue,yield,ensure,raise,catch,throw,once,NIL,nil,new,% kind_of,self,require,include,extend},% sensitive=true,% morecomment=[l]\#,% morecomment=[l]\#\#,% morecomment=[s]{=BEGIN}{=END},% morestring=[b]',% morestring=[b]",% morestring=[b]/% }[keywords,comments,strings]% %% %% SHELXL definition (c) 1999 Aidan Philip Heerdegen %% \lst@definelanguage{SHELXL}% {morekeywords={TITL,CELL,ZERR,LATT,SYMM,SFAC,DISP,UNIT,LAUE,% REM,MORE,TIME,END,HKLF,OMIT,SHEL,BASF,TWIN,EXTI,SWAT,% MERG,SPEC,RESI,MOVE,ANIS,AFIX,HFIX,FRAG,FEND,EXYZ,EADP,% EQIV,OMIT,CONN,PART,BIND,FREE,DFIX,BUMP,SAME,SADI,CHIV,% FLAT,DELU,SIMU,DEFS,ISOR,SUMP,L.S.,CGLS,SLIM,BLOC,DAMP,% WGHT,FVAR,BOND,CONF,MPLA,RTAB,LIST,ACTA,SIZE,TEMP,WPDB,% FMAP,GRID,PLAN,MOLE},% sensitive=false,% alsoother=_,% Makes the syntax highlighting ignore the underscores morecomment=[l]{! },% }% %% %% Tcl/Tk definition (c) Gerd Neugebauer %% \lst@definelanguage[tk]{tcl}[]{tcl}% {morekeywords={activate,add,separator,radiobutton,checkbutton,% command,cascade,all,bell,bind,bindtags,button,canvas,canvasx,% canvasy,cascade,cget,checkbutton,config,configu,configur,% configure,clipboard,create,arc,bitmap,image,line,oval,polygon,% rectangle,text,textwindow,curselection,delete,destroy,end,entry,% entrycget,event,focus,font,actual,families,measure,metrics,names,% frame,get,grab,current,release,status,grid,columnconfigure,% rowconfigure,image,image,create,bitmap,photo,delete,height,types,% widt,names,index,insert,invoke,itemconfigure,label,listbox,lower,% menu,menubutton,message,move,option,add,clear,get,readfile,pack,% photo,place,radiobutton,raise,scale,scroll,scrollbar,search,see,% selection,send,stdin,stdout,stderr,tag,bind,text,tk,tkerror,% tkwait,window,variable,visibility,toplevel,unknown,update,winfo,% class,exists,ismapped,parent,reqwidth,reqheight,rootx,rooty,% width,height,wm,aspect,client,command,deiconify,focusmodel,frame,% geometry,group,iconbitmap,iconify,iconmask,iconname,iconposition,% iconwindow,maxsize,minsize,overrideredirect,positionfrom,% protocol,sizefrom,state,title,transient,withdraw,xview,yview,% yposition,% -accelerator,-activebackground,-activeborderwidth,% -activeforeground,-after,-anchor,-arrow,-arrowshape,-aspect,% -async,-background,-before,-bg,-bigincrement,-bitmap,-bordermode,% -borderwidth,-button,-capstyle,-channel,-class,-closeenough,% -colormap,-column,-columnspan,-command,-confine,-container,% -count,-cursor,-data,-default,-detail,-digits,-direction,% -displayof,-disableforeground,-elementborderwidth,-expand,% -exportselection,-extend,-family,-fg,-file,-fill,-focus,-font,% -fontmap,-foreground,-format,-from,-gamma,-global,-height,% -highlightbackground,-highlightcolor,-highlightthickness,-icon,% -image,-in,-insertbackground,-insertborderwidth,-insertofftime,% -insertontime,-imsertwidth,-ipadx,-ipady,-joinstyle,-jump,% -justify,-keycode,-keysym,-label,-lastfor,-length,-maskdata,% -maskfile,-menu,-message,-mode,-offvalue,-onvalue,-orient,% -outlien,-outlinestipple,-overstrike,-override,-padx,-pady,% -pageanchor,-pageheight,-pagewidth,-pagey,-pagey,-palette,% -parent,-place,-postcommand,-relheight,-relief,-relwidth,-relx,% -rely,-repeatdelay,-repeatinterval,-resolution,-root,-rootx,% -rooty,-rotate,-row,-rowspan,-screen,-selectcolor,-selectimage,% -sendevent,-serial,-setgrid,-showvalue,-shrink,-side,-size,% -slant,-sliderlength,-sliderrelief,-smooth,-splinesteps,-state,% -sticky,-stipple,-style,-subsample,-subwindow,-tags,-takefocus,% -tearoff,-tearoffcommand,-text,-textvariable,-tickinterval,-time,% -title,-to,-troughcolor,-type,-underline,-use,-value,-variable,% -visual,-width,-wrap,-wraplength,-x,-xscrollcommand,-y,% -bgstipple,-fgstipple,-lmargin1,-lmargin2,-rmargin,-spacing1,% -spacing2,-spacing3,-tabs,-yscrollcommand,-zoom,% activate,add,addtag,bbox,cget,clone,configure,coords,% curselection,debug,delete,delta,deselect,dlineinfo,dtag,dump,% entrycget,entryconfigure,find,flash,fraction,get,gettags,handle,% icursor,identify,index,insert,invoke,itemcget,itemconfigure,mark,% moveto,own,post,postcascade,postscript,put,redither,ranges,% scale,select,show,tag,type,unpost,xscrollcommand,xview,% yscrollcommand,yview,yposition}% }% \lst@definelanguage[]{tcl}% {alsoletter={.:,*=&-},% morekeywords={after,append,array,names,exists,anymore,donesearch,% get,nextelement,set,size,startsearch,auto_mkindex,binary,break,% case,catch,cd,clock,close,concat,console,continue,default,else,% elseif,eof,error,eval,exec,-keepnewline,exit,expr,fblocked,% fconfigure,fcopy,file,atime,dirname,executable,exists,extension,% isdirectory,isfile,join,lstat,mtime,owned,readable,readlink,% rootname,size,stat,tail,type,writable,-permissions,-group,-owner,% -archive,-hidden,-readonly,-system,-creator,-type,-force,% fileevent,flush,for,foreach,format,gets,glob,global,history,if,% incr,info,argsbody,cmdcount,commands,complete,default,exists,% globals,level,library,locals,patchlevel,procs,script,tclversion,% vars,interp,join,lappend,lindex,linsert,list,llength,lrange,% lreplace,lsearch,-exact,-regexp,-glob,lsort,-ascii,-integer,% -real,-dictionary,-increasing,-decreasing,-index,-command,load,% namespace,open,package,forget,ifneeded,provide,require,unknown,% vcompare,versions,vsatisfies,pid,proc,puts,-nonewline,pwd,read,% regexp,-indices,regsub,-all,-nocaserename,return,scan,seek,set,% socket,source,split,string,compare,first,index,last,length,match,% range,tolower,toupper,trim,trimleft,trimright,subst,switch,tell,% time,trace,variable,vdelete,vinfo,unknown,unset,uplevel,upvar,% vwait,while,acos,asin,atan,atan2,ceil,cos,cosh,exp,floor,fmod,% hypot,log,log10,pow,sin,sinh,sqrt,tan,tanh,abs,double,int,round% },% morestring=[d]",% MoreSelectCharTable=% \lst@CArgX\#\relax\lst@DefDelimB{}{}% {\ifx\lst@lastother\lstum@backslash \expandafter\@gobblethree \fi}% \lst@BeginComment\lst@commentmode {{\lst@commentstyle}\lst@Lmodetrue}% }[keywords,comments,strings]% %% %% VBScript definition (c) 2000 Sonja Weidmann %% \lst@definelanguage{VBScript}% {morekeywords={Call,Case,Const,Dim,Do,Each,Else,End,Erase,Error,Exit,% Explicit,For,Function,If,Loop,Next,On,Option,Private,Public,% Randomize,ReDim,Rem,Select,Set,Sub,Then,Wend,While,Abs,Array,Asc,% Atn,CBool,CByte,CCur,CDate,CDbl,Chr,CInt,CLng,Cos,CreateObject,% CSng,CStr,Date,DateAdd,DateDiff,DatePart,DateSerial,DateValue,% Day,Exp,Filter,Fix,FormatCurrency,FormatDateTime,FormatNumber,% FormatPercent,GetObject,Hex,Hour,InputBox,InStr,InStrRev,Int,% IsArray,IsDate,IsEmpty,IsNull,IsNumeric,IsObject,Join,LBound,% LCase,Left,Len,LoadPicture,Log,LTrim,Mid,Minute,Month,MonthName,% MsgBox,Now,Oct,Replace,RGB,Right,Rnd,Round,RTrim,ScriptEngine,% ScriptEngineBuildVersion,ScriptEngineMajorVersion,% ScriptEngineMinorVersion,Second,Sgn,Sin,Space,Split,Sqr,StrComp,% StrReverse,String,Tan,Time,TimeSerial,TimeValue,Trim,TypeName,% UBound,UCase,VarType,Weekday,WeekdayName,Year, And,Eqv,Imp,Is,% Mod,Not,Or,Xor,Add,BuildPath,Clear,Close,Copy,CopyFile,% CopyFolder,CreateFolder,CreateTextFile,Delete,DeleteFile,% DeleteFolder,Dictionary,Drive,DriveExists,Drives,Err,Exists,File,% FileExists,FileSystemObject,Files,Folder,FolderExists,Folders,% GetAbsolutePathName,GetBaseName,GetDrive,GetDriveName,% GetExtensionName,GetFile,GetFileName,GetFolder,% GetParentFolderName,GetSpecialFolder,GetTempName,Items,Keys,Move,% MoveFile,MoveFolder,OpenAsTextStream,OpenTextFile,Raise,Read,% ReadAll,ReadLine,Remove,RemoveAll,Skip,SkipLine,TextStream,Write,% WriteBlankLines,WriteLine,Alias,Archive,CDROM,Compressed,% Directory,Fixed,ForAppending,ForReading,ForWriting,Hidden,Normal,% RAMDisk,ReadOnly,Remote,Removable,System,SystemFolder,% TemporaryFolder,TristateFalse,TristateTrue,TristateUseDefault,% Unknown,Volume,WindowsFolder,vbAbortRetryIgnore,% vbApplicationModal,vbArray,vbBinaryCompare,vbBlack,vbBlue,% vbBoolean,vbByte,vbCr,vbCrLf,vbCritical,vbCurrency,vbCyan,% vbDataObject,vbDate,vbDecimal,vbDefaultButton1,vbDefaultButton2,% vbDefaultButton3,vbDefaultButton4,vbDouble,vbEmpty,vbError,% vbExclamation,vbFirstFourDays,vbFirstFullWeek,vbFirstJan1,% vbFormFeed,vbFriday,vbGeneralDate,vbGreen,vbInformation,% vbInteger,vbLf,vbLong,vbLongDate,vbLongTime,vbMagenta,vbMonday,% vbNewLine,vbNull,vbNullChar,vbNullString,vbOKC,ancel,vbOKOnly,% vbObject,vbObjectError,vbQuestion,vbRed,vbRetryCancel,vbSaturday,% vbShortDate,vbShortTime,vbSingle,vbString,vbSunday,vbSystemModal,% vbTab,vbTextCompare,vbThursday,vbTuesday,vbUseSystem,% vbUseSystemDayOfWeek,vbVariant,vbVerticalTab,vbWednesday,vbWhite,% vbYellow,vbYesNo,vbYesNoCancel},% sensitive=f,% morecomment=[l]',% morestring=[d]"% }[keywords,comments,strings]% %% %% VRML definition (c) 2001 Oliver Baum %% \lst@definelanguage[97]{VRML} {morekeywords={DEF,EXTERNPROTO,FALSE,IS,NULL,PROTO,ROUTE,TO,TRUE,USE,% eventIn,eventOut,exposedField,field,Introduction,Anchor,% Appearance,AudioClip,Background,Billboard,Box,Collision,Color,% ColorInterpolator,Cone,Coordinate,CoordinateInterpolator,% Cylinder,CylinderSensor,DirectionalLight,ElevationGrid,Extrusion,% Fog,FontStyle,Group,ImageTexture,IndexedFaceSet,IndexedLineSet,% Inline,LOD,Material,MovieTexture,NavigationInfo,Normal,% NormalInterpolator,OrientationInterpolator,PixelTexture,% PlaneSensor,PointLight,PointSet,PositionInterpolator,% ProximitySensor,ScalarInterpolator,Script,Shape,Sound,Sphere,% SphereSensor,SpotLight,Switch,Text,TextureCoordinate,% TextureTransform,TimeSensor,TouchSensor,Transform,Viewpoint,% VisibilitySensor,WorldInfo},% morecomment=[l]\#,% bug: starts comment in the first column morestring=[b]"% }[keywords,comments,strings] \endinput %% %% End of file `lstlang2.sty'. xmds-doc-0~svn.1884/latex/main.aap0000644000175000017500000000420510541510363016252 0ustar rafaelrafael# This is the main file for generating the handcrafted documentation # for xmds. To use this file, the program aap must be installed. # If it is not installed go to http://www.a-a-p.org/ and install # the relevant software. # $Id: main.aap 1195 2006-12-18 13:00:35Z paultcochrane $ # generating the handcrafted docs help: :print To process this file, merely run the command: :print aap :print and all of the documentation will be built from the sources :print The documentation output is: :print pdf, html and source tarball :print :print To just produce the pdf, use: :print aap xmds_doc.pdf :print To just produce the html, use: :print aap xmds_doc.html :print To just produce the source tarball, use: :print aap xmds_doc.tar.gz :print Executing the main aap file TexFiles = abstract.tex develAndProgStructure.tex extraFeatures.tex functionality.tex gpl.tex intro.tex languageReference.tex loadxsil.tex misc_defs.tex moreExamples.tex numModellingTheory.tex outlook.tex stochasticSimsAndMPI.tex titlepage.tex tutFromScratch.tex tutTemplateStart.tex workedExample.tex xmds_defs.tex xmds_doc.tex xmds_doc.bib xsil.tex xsil2graphics.tex StyFiles = apsrev.bst book.cls ccaption.sty fancyhdr.sty listings.sty listings.cfg lstdoc.sty lstlang1.sty lstlang2.sty lstlang3.sty lstmisc.sty lstpatch.sty quotchap.sty EpsFigs = `expand2string("figures/*.eps")` PdfFigs = `sufreplace(".eps", ".pdf", EpsFigs)` webdir = /dev/null all: xmds_doc.pdf xmds_doc.html xmds_doc.tar.gz :rule %.pdf : %.eps :sys epstopdf $source pdf_figs: $EpsFigs :print Generating the pdf figures from the eps figures xmds_doc.pdf: $TexFiles $PdfFigs :print Generating the pdf... :sys latex xmds_doc.tex :sys cp $target $webdir xmds_doc.html: $TexFiles :print Generating the html... :sys mkdir -p html :sys latex2html xmds_doc.tex xmds_doc.tar.gz: $TexFiles $EpsFigs $StyFiles :print Generating the documentation tarball... :sys mkdir xmds_doc :sys cp $TexFiles $StyFiles xmds_doc/ :sys mkdir xmds_doc/figures :sys cp $EpsFigs xmds_doc/figures/ :sys tar -cvzf $target xmds_doc :sys cp $target $webdir :sys rm -rf xmds_doc xmds-doc-0~svn.1884/latex/xsil.tex0000644000175000017500000000674310611542642016360 0ustar rafaelrafael% $Id: xsil.tex 1322 2007-04-19 01:28:02Z paultcochrane $ % Copyright (C) 2000-2007 % % Code contributed by Greg Collecutt, Joseph Hope and the xmds-devel team % % This file is part of xmds. % % This program is free software; you can redistribute it and/or % modify it under the terms of the GNU General Public License % as published by the Free Software Foundation; either version 2 % of the License, or (at your option) any later version. % % This program is distributed in the hope that it will be useful, % but WITHOUT ANY WARRANTY; without even the implied warranty of % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License % along with this program; if not, write to the Free Software % Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. \chapter{The XSIL input/output syntax} \label{chap:xsil} \index{XSIL} Following is an example of a multi-dimensional multi-component field written in XSIL format (for more information see reference~\cite{web:caltech_xsil}). The XSIL format is extensible, and the format below has been specifically tailored for representing this type of field. The parent element, known as an \ttt{} data container, contains one \ttt{} assignment, and two \ttt{} assignments. The one and only \ttt{} assignment, ``\ttt{n\_independent}'', is an integer and defines the number of independent dimensions of the field. The first \ttt{} element, ``\ttt{variables}'', defines the total number and names of all variables---both independent and dependent. The second \ttt{} element, ``\ttt{data}'', defines the lattice for the data, and then the data itself. Following standard C index convention, the last dimension index is the one that changes most rapidly in the data. Hence this data has 3 lattice points in the first independent dimension ``\ttt{t}'', 5 lattice points in the second independent dimension ``\ttt{x}'', and there are 4 variables to be read---2 independent and 2 dependent, which of course must be the same as the number of variable names declared in the variables array. \begin{xmdsCode} 2 4 t x real(a1) imag(a1) 3 5 4 -1.000000e+00 -1.000000e+00 0.000000e+00 0.000000e+00 -1.000000e+00 -0.500000e+00 0.000000e+00 0.000000e+00 -1.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 -1.000000e+00 0.500000e+00 0.000000e+00 0.000000e+00 -1.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 -1.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 -0.500000e+00 1.000000e+00 -1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 -1.000000e+00 0.000000e+00 0.500000e+00 1.000000e+00 -1.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 -1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 -0.500000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.500000e+00 0.000000e+00 0.000000e+00 1.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 \end{xmdsCode} xmds-doc-0~svn.1884/latex/intro.tex0000644000175000017500000001170110611542642016522 0ustar rafaelrafael% $Id: intro.tex 1322 2007-04-19 01:28:02Z paultcochrane $ % Copyright (C) 2000-2007 % % Code contributed by Greg Collecutt, Joseph Hope and the xmds-devel team % % This file is part of xmds. % % This program is free software; you can redistribute it and/or % modify it under the terms of the GNU General Public License % as published by the Free Software Foundation; either version 2 % of the License, or (at your option) any later version. % % This program is distributed in the hope that it will be useful, % but WITHOUT ANY WARRANTY; without even the implied warranty of % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License % along with this program; if not, write to the Free Software % Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. \chapter{Introduction} Unfortunately, appropriate mathematical models for the majority of natural phenomenon generate equations that are {\em non-integrable}. This means that the solutions to the problem cannot be written as exact analytic expressions, and those who would seek solutions must appeal to the modern computer to calculate them by a numerical procedure. The capability of modern computers continues to grow at a phenomenal rate, and hence so also does the field of computational physics. In fact it has been described by some as a ``third way of doing physics'', in addition to the more standard theoretical and experimental approaches. Computational physics represents an unusual marriage of these two approaches (which traditionally have always been rivals) in that the governing equations must be based on believable theory, yet each simulation is very much like an experiment to determine what actually happens. However, due perhaps to its rapid growth, computational physics is in need of improvement in at least one particular area. In a recent review titled {\em Microscopic simulations in physics}~\cite{Ceperley:1999:1} Ceperley writes: {\em Sadly, the lore of experimental and theoretical physics has not yet fully penetrated into computational physics. Before the field can advance, certain standards, which are commonplace in other technical areas, need to be adopted so that people and codes can work together.} Here Ceperley is addressing the issue of standards and reproducibility within computational physics. The results of one group must be able to be independently verified by another group, and should one group cease working in a particular area it should be not unnecessarily difficult for another group to pick up where they left off. However, code writing is inherently individualistic and does not naturally lend itself to these properties. Further, the range of problems that encompass every physical phenomenon known to our species is not small, and if every problem had to be individually coded into a detailed computer program, checked, and debugged---well, the future would look bleak. What is needed is to be able to specify the generalities of the problem without having to continually reprogram the detailed mechanisms of solving it. This approach is known as {\em high level} programming, and there are a variety of both commercial and public license packages based on this approach. Unfortunately, to achieve the necessary flexibility these packages tend to be ``interpreters'', and thus they are seldom efficient at calculating the solution. And for some problems, those that take fast computers days and weeks to solve, efficiency is paramount. The only way to obtain efficiency is to directly compile a well written {\em low level} program, letting the compiler do the optimisation -- which is what compilers are very good at. What many mathematicians and scientists would wish to have is their own personal expert computer programmer, who takes their high level description of the problem and writes a low level program specifically dedicated to solving it. Further, it is essential that this process is {\em error free}. Presented here is a solution to these difficulties. \xmds is a computer program that {\em generates} computer programs. \xmds interprets a high level description of a problem, and in turn writes a low level computer program that a compiler can compile and optimise. The executable file produced then solves the problem as quickly and efficiently as possible. Further, once \xmds is debugged, the process of code generation, at least from the high level script onwards, becomes error free. Of course, \xmds cannot be written to be able to process absolutely any problem; \xmds has its own scope of capability, which is outlined in \Chap{chap:functionality}. We begin by outlining some of the basic theory involved in numerical modelling, and then follow on with the develpoment strategy behind \xmds and the structure of the source code. We then look at the functionality of \xmds, and illustrate this with worked examples. We close with a brief outlook for future development. xmds-doc-0~svn.1884/latex/lstdoc.sty0000644000175000017500000003657210007374130016705 0ustar rafaelrafael%% %% This is file `lstdoc.sty', %% generated with the docstrip utility. %% %% The original source files were: %% %% listings.dtx (with options: `doc') %% %% Please read the software license in listings.dtx or listings.pdf. %% %% (w)(c) 1996 -- 2003 Carsten Heinz and/or any other author %% listed elsewhere in this file. %% %% This file is distributed under the terms of the LaTeX Project Public %% License from CTAN archives in directory macros/latex/base/lppl.txt. %% Either version 1.0 or, at your option, any later version. %% %% Permission is granted to modify this file. If your changes are of %% general interest, please contact the address below. %% %% Send comments and ideas on the package, error reports and additional %% programming languages to . %% \def\filedate{2003/06/21} \def\fileversion{1.1} \ProvidesPackage{lstdoc} [\filedate\space\fileversion\space(Carsten Heinz)] \let\lstdoc@currversion\fileversion \RequirePackage[writefile]{listings}[2002/04/01] \newif\iffancyvrb \IfFileExists{fancyvrb.sty}{\fancyvrbtrue}{} \newif\ifcolor \IfFileExists{color.sty}{\colortrue}{} \newif\ifhyper \@ifundefined{pdfoutput}{} {\IfFileExists{hyperref.sty}{\hypertrue}{}} \newif\ifalgorithmic \IfFileExists{algorithmic.sty}{\algorithmictrue}{} \newif\iflgrind \IfFileExists{lgrind.sty}{\lgrindtrue}{} \iffancyvrb \RequirePackage{fancyvrb}\fi \ifhyper \RequirePackage[colorlinks]{hyperref}\else \def\href#1{\texttt}\fi \ifcolor \RequirePackage{color}\fi \ifalgorithmic \RequirePackage{algorithmic}\fi \iflgrind \RequirePackage{lgrind}\fi \RequirePackage{nameref} \renewcommand\ref{\protect\T@ref} \renewcommand\pageref{\protect\T@pageref} \def\lst@BeginRemark#1{% \begin{quote}\topsep0pt\let\small\footnotesize\small#1:} \def\lst@EndRemark{\end{quote}} \newenvironment{TODO} {\lst@BeginRemark{To do}}{\lst@EndRemark} \newenvironment{ALTERNATIVE} {\lst@BeginRemark{Alternative}}{\lst@EndRemark} \newenvironment{REMOVED} {\lst@BeginRemark{Removed}}{\lst@EndRemark} \newenvironment{OLDDEF} {\lst@BeginRemark{Old definition}}{\lst@EndRemark} \def\advise{\par\list\labeladvise {\advance\linewidth\@totalleftmargin \@totalleftmargin\z@ \@listi \let\small\footnotesize \small\sffamily \parsep \z@ \@plus\z@ \@minus\z@ \topsep6\p@ \@plus1\p@\@minus2\p@ \def\makelabel##1{\hss\llap{##1}}}} \let\endadvise\endlist \def\advisespace{\hbox{}\qquad} \def\labeladvise{$\to$} \newenvironment{syntax} {\list{}{\itemindent-\leftmargin \def\makelabel##1{\hss\lst@syntaxlabel##1,,,,\relax}}} {\endlist} \def\lst@syntaxlabel#1,#2,#3,#4\relax{% \llap{\scriptsize\itshape#3}% \def\lst@temp{#2}% \expandafter\lst@syntaxlabel@\meaning\lst@temp\relax \rlap{\hskip-\itemindent\hskip\itemsep\hskip\linewidth \llap{\ttfamily\lst@temp}\hskip\labelwidth \def\lst@temp{#1}% \ifx\lst@temp\lstdoc@currversion#1\fi}} \def\lst@syntaxlabel@#1>#2\relax {\edef\lst@temp{\zap@space#2 \@empty}} \newcommand*\syntaxnewline{\newline\hbox{}\kern\labelwidth} \newcommand*\syntaxor{\qquad or\qquad} \newcommand*\syntaxbreak {\hfill\kern0pt\discretionary{}{\kern\labelwidth}{}} \let\syntaxfill\hfill \def\alternative#1{\lst@true \alternative@#1,\relax,} \def\alternative@#1,{% \ifx\relax#1\@empty \expandafter\@gobble \else \ifx\@empty#1\@empty\else \lst@if \lst@false \else $\vert$\fi \textup{\texttt{#1}}% \fi \fi \alternative@} \long\def\m@cro@#1#2#3{\endgroup \topsep\MacroTopsep \trivlist \edef\saved@macroname{\string#3}% \def\makelabel##1{\llap{##1}}% \if@inlabel \let\@tempa\@empty \count@\macro@cnt \loop \ifnum\count@>\z@ \edef\@tempa{\@tempa\hbox{\strut}}\advance\count@\m@ne \repeat \edef\makelabel##1{\llap{\vtop to\baselineskip {\@tempa\hbox{##1}\vss}}}% \advance \macro@cnt \@ne \else \macro@cnt\@ne \fi \edef\@tempa{\noexpand\item[% #1% \noexpand\PrintMacroName \else \expandafter\noexpand\csname Print#2Name\endcsname % MODIFIED \fi {\string#3}]}% \@tempa \global\advance\c@CodelineNo\@ne #1% \SpecialMainIndex{#3}\nobreak \DoNotIndex{#3}% \else \csname SpecialMain#2Index\endcsname{#3}\nobreak % MODIFIED \fi \global\advance\c@CodelineNo\m@ne \ignorespaces} \def\macro{\begingroup \catcode`\\12 \MakePrivateLetters \m@cro@ \iftrue {Macro}}% MODIFIED \def\environment{\begingroup \catcode`\\12 \MakePrivateLetters \m@cro@ \iffalse {Env}}% MODIFIED \def\newdocenvironment#1#2#3#4{% \@namedef{#1}{#3\begingroup \catcode`\\12\relax \MakePrivateLetters \m@cro@ \iffalse {#2}}% \@namedef{end#1}{#4\endmacro}% \@ifundefined{Print#2Name}{\expandafter \let\csname Print#2Name\endcsname\PrintMacroName}{}% \@ifundefined{SpecialMain#2Index}{\expandafter \let\csname SpecialMain#2Index\endcsname\SpecialMainIndex}{}} \newdocenvironment{aspect}{Aspect}{}{} \def\PrintAspectName#1{} \def\SpecialMainAspectIndex#1{% \@bsphack \index{aspects:\levelchar\protect\aspectname{#1}\encapchar main}% \@esphack} \newdocenvironment{lstkey}{Key}{}{} \def\PrintKeyName#1{\strut\keyname{#1}\ } \def\SpecialMainKeyIndex#1{% \@bsphack \index{keys\levelchar\protect\keyname{#1}\encapchar main}% \@esphack} \newcounter{argcount} \def\labelargcount{\texttt{\#\arabic{argcount}}\hskip\labelsep$=$} \def\macroargs{\list\labelargcount {\usecounter{argcount}\leftmargin=2\leftmargin \parsep \z@ \@plus\z@ \@minus\z@ \topsep4\p@ \@plus\p@ \@minus2\p@ \itemsep\z@ \@plus\z@ \@minus\z@ \def\makelabel##1{\hss\llap{##1}}}} \def\endmacroargs{\endlist\@endparenv} \lst@RequireAspects{writefile} \newbox\lst@samplebox \lstnewenvironment{lstsample}[3][] {\global\let\lst@intname\@empty \gdef\lst@sample{#2}% \setbox\lst@samplebox=\hbox\bgroup \setkeys{lst}{language={},style={},tabsize=4,gobble=5,% basicstyle=\small\ttfamily,basewidth=0.51em,point={#1}} #3% \lst@BeginAlsoWriteFile{\jobname.tmp}} {\lst@EndWriteFile\egroup \ifdim \wd\lst@samplebox>.5\linewidth \begin{center}% \hbox to\linewidth{\box\lst@samplebox\hss}% \end{center}% \lst@sampleInput \else \begin{center}% \begin{minipage}{0.45\linewidth}\lst@sampleInput\end{minipage}% \qquad \begin{minipage}{0.45\linewidth}% \hbox to\linewidth{\box\lst@samplebox\hss}% \end{minipage}% \end{center}% \fi} \lst@InstallKeywords{p}{point}{pointstyle}\relax{keywordstyle}{}ld \lstnewenvironment{lstxsample}[1][] {\begingroup \setkeys{lst}{belowskip=-\medskipamount,language={},style={},% tabsize=4,gobble=5,basicstyle=\small\ttfamily,% basewidth=0.51em,point={#1}} \lst@BeginAlsoWriteFile{\jobname.tmp}} {\endgroup \endgroup} \def\lst@sampleInput{% \MakePercentComment\catcode`\^^M=10\relax \small\lst@sample {\setkeys{lst}{SelectCharTable=\lst@ReplaceInput{\^\^I}% {\lst@ProcessTabulator}}% \leavevmode \input{\jobname.tmp}}\MakePercentIgnore} \renewcommand\paragraph{\@startsection{paragraph}{4}{\z@}% {1.25ex \@plus1ex \@minus.2ex}% {-1em}% {\normalfont\normalsize\bfseries}} \def\lstref#1{\emph{\ref{#1} \nameref{#1}}} \def\@part[#1]#2{\addcontentsline{toc}{part}{#1}% {\parindent\z@ \raggedright \interlinepenalty\@M \normalfont \huge \bfseries #2\markboth{}{}\par}% \nobreak\vskip 3ex\@afterheading} \renewcommand*\l@section[2]{% \addpenalty\@secpenalty \addvspace{.25em \@plus\p@}% \setlength\@tempdima{1.5em}% \begingroup \parindent \z@ \rightskip \@pnumwidth \parfillskip -\@pnumwidth \leavevmode \advance\leftskip\@tempdima \hskip -\leftskip #1\nobreak\hfil \nobreak\hb@xt@\@pnumwidth{\hss #2}\par \endgroup} \renewcommand*\l@subsection{\@dottedtocline{2}{0pt}{2.3em}} \renewcommand*\l@subsubsection{\@dottedtocline{3}{0pt}{3.2em}} \newcommand\ikeyname[1]{% \lstkeyindex{#1}{}% \lstaspectindex{#1}{}% \keyname{#1}} \newcommand\ekeyname[1]{% \@bsphack \lstkeyindex{#1}{\encapchar usage}% \lstaspectindex{#1}{\encapchar usage}% \@esphack} \newcommand\rkeyname[1]{% \@bsphack \lstkeyindex{#1}{\encapchar main}% \lstaspectindex{#1}{\encapchar main}% \@esphack{\rstyle\keyname{#1}}} \newcommand\icmdname[1]{% \@bsphack \lstaspectindex{#1}{}% \@esphack\texttt{\string#1}} \newcommand\rcmdname[1]{% \@bsphack \lstaspectindex{#1}{\encapchar main}% \@esphack\texttt{\rstyle\string#1}} \def\lstaspectindex#1#2{% \global\@namedef{lstkandc@\string#1}{}% \@ifundefined{lstisaspect@\string#1} {\index{unknown\levelchar \protect\texttt{\protect\string\string#1}#2}}% {\index{\@nameuse{lstisaspect@\string#1}\levelchar \protect\texttt{\protect\string\string#1}#2}}% } \def\lstkeyindex#1#2{% } \def\lstisaspect[#1]#2{% \global\@namedef{lstaspect@#1}{#2}% \lst@AddTo\lst@allkeysandcmds{,#2}% \@for\lst@temp:=#2\do {\ifx\@empty\lst@temp\else \global\@namedef{lstisaspect@\lst@temp}{#1}% \fi}} \gdef\lst@allkeysandcmds{} \def\lstprintaspectkeysandcmds#1{% \lst@true \expandafter\@for\expandafter\lst@temp \expandafter:\expandafter=\csname lstaspect@#1\endcsname\do {\lst@if\lst@false\else, \fi \texttt{\lst@temp}}} \def\lstcheckreference{% \@for\lst@temp:=\lst@allkeysandcmds\do {\ifx\lst@temp\@empty\else \@ifundefined{lstkandc@\lst@temp} {\typeout{\lst@temp\space not in reference guide?}}{}% \fi}} \newcommand*\lst{\texttt{lst}} \newcommand*\Cpp{C\texttt{++}} \let\keyname\texttt \let\keyvalue\texttt \let\hookname\texttt \newcommand*\aspectname[1]{{\normalfont\sffamily#1}} \DeclareRobustCommand\packagename[1]{% {\leavevmode\text@command{#1}% \switchfontfamily\sfdefault\rmdefault \check@icl #1\check@icr \expandafter}}% \renewcommand\packagename[1]{{\normalfont\sffamily#1}} \def\switchfontfamily#1#2{% \begingroup\xdef\@gtempa{#1}\endgroup \ifx\f@family\@gtempa\fontfamily#2% \else\fontfamily#1\fi \selectfont} \ifcolor \definecolor{darkgreen}{rgb}{0,0.5,0} \def\rstyle{\color{darkgreen}} \else \let\rstyle\empty \fi \gdef\lst@emails{} \newcommand*\lstthanks[2] {#1\lst@AddTo\lst@emails{,#1,<#2>}% \ifx\@empty#2\@empty\typeout{Missing email for #1}\fi} \newcommand*\lsthelper[3] {{\let~\ #1}% \lst@IfOneOf#1\relax\lst@emails {}{\typeout{^^JWarning: Unknown helper #1.^^J}}} \lstdefinelanguage[doc]{Pascal}{% morekeywords={alfa,and,array,begin,boolean,byte,case,char,const,div,% do,downto,else,end,false,file,for,function,get,goto,if,in,% integer,label,maxint,mod,new,not,of,or,pack,packed,page,program,% procedure,put,read,readln,real,record,repeat,reset,rewrite,set,% text,then,to,true,type,unpack,until,var,while,with,write,writeln},% sensitive=false,% morecomment=[s]{(*}{*)},% morecomment=[s]{\{}{\}},% morestring=[d]{'}} \lstdefinestyle{} {basicstyle={},% keywordstyle=\bfseries,identifierstyle={},% commentstyle=\itshape,stringstyle={},% numberstyle={},stepnumber=1,% pointstyle=\pointstyle} \def\pointstyle{% {\let\lst@um\@empty \xdef\@gtempa{\the\lst@token}}% \expandafter\lstkeyindex\expandafter{\@gtempa}{}% \expandafter\lstaspectindex\expandafter{\@gtempa}{}% \rstyle} \lstset{defaultdialect=[doc]Pascal,language=Pascal,style={}} \def\lstscanlanguages#1#2#3{% \begingroup \def\lst@DefDriver@##1##2##3##4[##5]##6{% \lst@false \lst@lAddTo\lst@scan{##6(##5),}% \begingroup \@ifnextchar[{\lst@XDefDriver{##1}##3}{\lst@DefDriver@@##3}}% \def\lst@XXDefDriver[##1]{}% \lst@InputCatcodes \def\lst@dontinput{#3}% \let\lst@scan\@empty \lst@for{#2}\do{% \lst@IfOneOf##1\relax\lst@dontinput {}% {\InputIfFileExists{##1}{}{}}}% \global\let\@gtempa\lst@scan \endgroup \let#1\@gtempa} \def\lstprintlanguages#1{% \def\do##1{\setbox\@tempboxa\hbox{##1\space\space}% \ifdim\wd\@tempboxa<.5\linewidth \wd\@tempboxa.5\linewidth \else \wd\@tempboxa\linewidth \fi \box\@tempboxa\allowbreak}% \begin{quote} \par\noindent \hyphenpenalty=\@M \rightskip=\z@\@plus\linewidth\relax \lst@BubbleSort#1% \expandafter\lst@NextLanguage#1\relax(\relax),% \end{quote}} \def\lst@NextLanguage#1(#2),{% \ifx\relax#1\else \def\lst@language{#1}\def\lst@dialects{(#2),}% \expandafter\lst@NextLanguage@ \fi} \def\lst@NextLanguage@#1(#2),{% \def\lst@temp{#1}% \ifx\lst@temp\lst@language \lst@lAddTo\lst@dialects{(#2),}% \expandafter\lst@NextLanguage@ \else \do{\lst@language \ifx\lst@dialects\lst@emptydialect\else \expandafter\lst@NormedDef\expandafter\lst@language \expandafter{\lst@language}% \space(% \lst@BubbleSort\lst@dialects \expandafter\lst@PrintDialects\lst@dialects(\relax),% )% \fi}% \def\lst@next{\lst@NextLanguage#1(#2),}% \expandafter\lst@next \fi} \def\lst@emptydialect{(),} \def\lst@PrintDialects(#1),{% \ifx\@empty#1\@empty empty\else \lst@PrintDialect{#1}% \fi \lst@PrintDialects@} \def\lst@PrintDialects@(#1),{% \ifx\relax#1\else , \lst@PrintDialect{#1}% \expandafter\lst@PrintDialects@ \fi} \def\lst@PrintDialect#1{% \lst@NormedDef\lst@temp{#1}% \expandafter\ifx\csname\@lst dd@\lst@language\endcsname\lst@temp \texttt{\underbar{#1}}% \else \texttt{#1}% \fi} \def\lst@IfLE#1#2\@empty#3#4\@empty{% \ifx #1\relax \let\lst@next\@firstoftwo \else \ifx #3\relax \let\lst@next\@secondoftwo \else \lowercase{\ifx#1#3}% \def\lst@next{\lst@IfLE#2\@empty#4\@empty}% \else \lowercase{\ifnum`#1<`#3}\relax \let\lst@next\@firstoftwo \else \let\lst@next\@secondoftwo \fi \fi \fi \fi \lst@next} \def\lst@BubbleSort#1{% \ifx\@empty#1\else \lst@false \expandafter\lst@BubbleSort@#1\relax,\relax,% \expandafter\lst@BubbleSort@\expandafter,\lst@sorted \relax,\relax,% \let#1\lst@sorted \lst@if \def\lst@next{\lst@BubbleSort#1}% \expandafter\expandafter\expandafter\lst@next \fi \fi} \def\lst@BubbleSort@#1,#2,{% \ifx\@empty#1\@empty \def\lst@sorted{#2,}% \def\lst@next{\lst@BubbleSort@@}% \else \let\lst@sorted\@empty \def\lst@next{\lst@BubbleSort@@#1,#2,}% \fi \lst@next} \def\lst@BubbleSort@@#1,#2,{% \ifx\relax#1\else \ifx\relax#2% \lst@lAddTo\lst@sorted{#1,}% \expandafter\expandafter\expandafter\lst@BubbleSort@@@ \else \lst@IfLE #1\relax\@empty #2\relax\@empty {\lst@lAddTo\lst@sorted{#1,#2,}}% {\lst@true \lst@lAddTo\lst@sorted{#2,#1,}}% \expandafter\expandafter\expandafter\lst@BubbleSort@@ \fi \fi} \def\lst@BubbleSort@@@#1\relax,{} \endinput %% %% End of file `lstdoc.sty'. xmds-doc-0~svn.1884/latex/xmds_logo.gif0000644000175000017500000000726310007374130017331 0ustar rafaelrafaelGIF89a_c?c?ٔc?c?hhhhhch?66666c6?c?c?ٔc?c?hhhhhch?66666c6?c?c?ٔc?ٟٟٟٟٟcٟ?hhhhhch?66666c6?ӟc?ӟc?ӟٔc?ӟc?hhhӟhhch?666ӟ66c6?hhhhhch?hhhhhch?hhhhٔhch?hhhhhch?hhhhhhhhhhchh?h6h6h6h6h6ch6?66666c6?66666c6?6666ٔ6c6?66666c6?6h6h6h6h6hc6h?6666666666c66?ׄفxҰjsv{xa[ͣ`hloX͆X[pQۭexUߔ}QTyeLԋlZJ!,_@ H*\ȰÇ#JHŋ3j06|8([7qxR˗0cnHظç}T,(@@6q&ǔ)>~ȍ,^ӯ_sGݽ{쩝P[t>6Mj;xx-7;|! ۷o}Ö۷pKO`6l9u#GӄoFi:qF7 ݳݭe+7蚽r˃9s .-6n6fqFxlӫK'mE tS3\Mvj6@A@_|Hu<RTU9Xf:\vXvyJGfoiz!:pƙtq9DŘ>dUEjj(` bp6裐F*餔VhFf馜v駠*ꨤjꩨUT6\ՠ = JTUB=*e Vnbs#S}MP3ַ ve=*AͷOV $NY(e챆htvFw#x:wCe< "*=xQ:c>CV= *9Is,TSR(f=g038Գ?8mN5"`N%*@ 1͑΂Dq3&y-ɗXiQ:EB5p~%;C6*qA.@ܔӞ=|ݣ RtZMW3w?"T?d*vW^ w-YQyyQu(6^y!N1&#VthN g_NeO^:/O':T8w/o觯싏 Nfٌ/N6itp9ș:47ztR8&(`JMW21  ,b Y4vqS-lt\>"0k_ ȱyB6,Kf;e 7a3CfYFCVBؔEm6mj(RuJ;ޱoaSa9bj$9hggۆ˜ezCe=d N pp3 c# sG(7*ƸfIWzQ3quM9$9b-Dv43F|1AƑׅn/ %sW"|g" C;?tMjH{֕E4ED(b'Us߳8-@?YF W~76ȡH@60T*A84ԤkehZJ׺5r=^׽ΕFJ*jO; KЃ2Uf7[:ӹ)urXr<͔Q8!UXIlXޮ.y[Rm'%9ѓ@6"LȞ*9oͮv7>@FHs^hc퍯|Kͯ~LN0 _D&.f\$zC74)GvG'6e0wja4h.N1 xb˵C YaI;5қXԪ%!ȴ8ܘqCĥ.ߧJ.gQ, @61"4ɟ1õpyXR]dM5ƪba4y\Tޞo Ewp0?03A][47и^0v$~jH,2m<&dz>$mdx2nfCJ hjiE~ ¼Y<=>vS}3;_鍎&d٣cSDz<(̙2W,or6"Y\DZpwS BJ1ţzeB$JI!AF1Z)Ga|رRa`#v4eb&/=9s0NhQaw`Huő˄K,!Tl[ F9MȄݖ[Qe%[aT#k9pcӗUhjQI4aWnrD)Quz>jLBCNWހMc0ݐ>0lP/Mlܤh(g:KRZS !Y%;g|ؓp|d2R=c}PDiYJdL6:[R= XӀNDG[BzQR3uQR֔u sg-""#LSN k>u,0qD, "u,Blgk(| {{ M';8;iSRojTqt|U,4rgqU`T5u1W08h`W jP(ms  $v08Vܐ8W !ʸ(!(!](Wwux%Au~a&\EtbXV%c<^&crrDlU&o[:xHX;kBU[Z<%H"Udd&9ZS\u'Y?vO H[E[ < i'HY[\ӣ'챂>L$0Pnb56_%5[ELy<%=Hy'z/BqA:W]=G. %% \def\filedate{2003/06/21} \def\fileversion{1.1} \ProvidesFile{lstmisc.sty} [\filedate\space\fileversion\space(Carsten Heinz)] \lst@CheckVersion\fileversion {\typeout{^^J% ***^^J% *** This file requires `listings.sty' version \fileversion.^^J% *** You have a serious problem, so I'm exiting ...^^J% ***^^J}% \batchmode \@@end} \lst@BeginAspect{writefile} \newtoks\lst@WFtoken % global \lst@AddToHook{InitVarsBOL}{\global\lst@WFtoken{}} \newwrite\lst@WF \global\let\lst@WFifopen\iffalse % init \gdef\lst@WFWriteToFile{% \begingroup \let\lst@UM\@empty \expandafter\edef\expandafter\lst@temp\expandafter{\the\lst@WFtoken}% \immediate\write\lst@WF{\lst@temp}% \endgroup \global\lst@WFtoken{}} \gdef\lst@WFAppend#1{% \global\lst@WFtoken=\expandafter{\the\lst@WFtoken#1}} \gdef\lst@BeginWriteFile{\lst@WFBegin\@gobble} \gdef\lst@BeginAlsoWriteFile{\lst@WFBegin\lst@OutputBox} \begingroup \catcode`\^^I=11 \gdef\lst@WFBegin#1#2{% \begingroup \let\lst@OutputBox#1% \def\lst@Append##1{% \advance\lst@length\@ne \expandafter\lst@token\expandafter{\the\lst@token##1}% \ifx ##1\lst@outputspace \else \lst@WFAppend##1% \fi}% \lst@lAddTo\lst@PreGotoTabStop{\lst@WFAppend{^^I}}% \lst@lAddTo\lst@ProcessSpace{\lst@WFAppend{ }}% \let\lst@DeInit\lst@WFDeInit \let\lst@MProcessListing\lst@WFMProcessListing \lst@WFifopen\else \immediate\openout\lst@WF=#2\relax \global\let\lst@WFifopen\iftrue \@gobbletwo\fi\fi \fi} \endgroup \gdef\lst@EndWriteFile{% \immediate\closeout\lst@WF \endgroup \global\let\lst@WFifopen\iffalse} \global\let\lst@WFMProcessListing\lst@MProcessListing \global\let\lst@WFDeInit\lst@DeInit \lst@AddToAtTop\lst@WFMProcessListing{\lst@WFWriteToFile} \lst@AddToAtTop\lst@WFDeInit{% \ifnum\lst@length=\z@\else \lst@WFWriteToFile \fi} \lst@EndAspect \lst@BeginAspect{strings} \gdef\lst@stringtypes{d,b,m,bd,db} \gdef\lst@StringKey#1#2{% \lst@Delim\lst@stringstyle #2\relax {String}\lst@stringtypes #1% {\lst@BeginString\lst@EndString}% \@@end\@empty{}} \lst@Key{string}\relax{\lst@StringKey\@empty{#1}} \lst@Key{morestring}\relax{\lst@StringKey\relax{#1}} \lst@Key{deletestring}\relax{\lst@StringKey\@nil{#1}} \lst@Key{stringstyle}{}{\def\lst@stringstyle{#1}} \lst@AddToHook{EmptyStyle}{\let\lst@stringstyle\@empty} \lst@Key{showstringspaces}t[t]{\lstKV@SetIf{#1}\lst@ifshowstringspaces} \gdef\lst@BeginString{% \lst@DelimOpen \lst@ifexstrings\else {\lst@ifshowstringspaces \lst@keepspacestrue \let\lst@outputspace\lst@visiblespace \fi}} \lst@AddToHookExe{ExcludeDelims}{\let\lst@ifexstrings\iffalse} \gdef\lst@EndString{\lst@DelimClose\lst@ifexstrings\else} \gdef\lst@StringDM@d#1#2\@empty#3#4#5{% \lst@CArg #2\relax\lst@DefDelimBE{}{}{}#3{#1}{#5}#4} \gdef\lst@StringDM@b#1#2\@empty#3#4#5{% \let\lst@ifbstring\iftrue \lst@CArg #2\relax\lst@DefDelimBE {\lst@ifletter \lst@Output \lst@letterfalse \fi}% {\ifx\lst@lastother\lstum@backslash \expandafter\@gobblethree \fi}{}#3{#1}{#5}#4} \global\let\lst@ifbstring\iffalse % init \lst@AddToHook{SelectCharTable}{% \lst@ifbstring \lst@CArgX \\\\\relax \lst@CDefX{}% {\lst@ProcessOther\lstum@backslash \lst@ProcessOther\lstum@backslash \let\lst@lastother\relax}% {}% \fi} \global\let\lst@StringDM@bd\lst@StringDM@b \global\let\lst@StringDM@db\lst@StringDM@bd \gdef\lst@StringDM@a#1#2\@empty#3#4#5{% \lst@CArg #2\relax\lst@DefDelimBE{}{}% {\let\lst@next\@gobblethree \lst@ifletter\else \ifx\lst@lastother)\else \ifx\lst@lastother]\else \let\lst@next\@empty \fi \fi \fi \lst@next}#3{#1}{#5}#4} \gdef\lst@StringDM@m#1#2\@empty#3#4#5{% \lst@CArg #2\relax\lst@DefDelimBE{}{}% {\let\lst@next\@gobblethree \lst@ifletter\else \lst@IfLastOtherOneOf{)].0123456789\lstum@rbrace'}% {}% {\let\lst@next\@empty}% \fi \lst@next}#3{#1}{#5}#4} \lst@SaveOutputDef{"7D}\lstum@rbrace \lst@EndAspect \lst@BeginAspect{comments} \lst@NewMode\lst@commentmode \gdef\lst@commenttypes{l,f,s,n} \gdef\lst@CommentKey#1#2{% \lst@Delim\lst@commentstyle #2\relax {Comment}\lst@commenttypes #1% {\lst@BeginComment\lst@EndComment}% i\@empty{\lst@BeginInvisible\lst@EndInvisible}} \lst@Key{comment}\relax{\lst@CommentKey\@empty{#1}} \lst@Key{morecomment}\relax{\lst@CommentKey\relax{#1}} \lst@Key{deletecomment}\relax{\lst@CommentKey\@nil{#1}} \lst@Key{commentstyle}{}{\def\lst@commentstyle{#1}} \lst@AddToHook{EmptyStyle}{\let\lst@commentstyle\itshape} \gdef\lst@BeginComment{% \lst@DelimOpen \lst@ifexcomments\else \lsthk@AfterBeginComment} \gdef\lst@EndComment{\lst@DelimClose\lst@ifexcomments\else} \lst@AddToHook{AfterBeginComment}{} \lst@AddToHookExe{ExcludeDelims}{\let\lst@ifexcomments\iffalse} \gdef\lst@BeginInvisible#1#2#3\@empty{% \lst@TrackNewLines \lst@XPrintToken \lst@BeginDropOutput{#1}} \gdef\lst@EndInvisible#1\@empty{\lst@EndDropOutput} \gdef\lst@CommentDM@l#1#2\@empty#3#4#5{% \lst@CArg #2\relax\lst@DefDelimB{}{}{}#3{#1}{#5\lst@Lmodetrue}} \gdef\lst@CommentDM@f#1{% \@ifnextchar[{\lst@Comment@@f{#1}}% {\lst@Comment@@f{#1}[0]}} \gdef\lst@Comment@@f#1[#2]#3\@empty#4#5#6{% \lst@CArg #3\relax\lst@DefDelimB{}{}% {\lst@CalcColumn \ifnum #2=\@tempcnta\else \expandafter\@gobblethree \fi}% #4{#1}{#6\lst@Lmodetrue}} \gdef\lst@CommentDM@s#1#2#3\@empty#4#5#6{% \lst@CArg #2\relax\lst@DefDelimB{}{}{}#4{#1}{#6}% \lst@CArg #3\relax\lst@DefDelimE{}{}{}#5{#1}} \gdef\lst@CommentDM@n#1#2#3\@empty#4#5#6{% \ifx\@empty#3\@empty\else \def\@tempa{#2}\def\@tempb{#3}% \ifx\@tempa\@tempb \PackageError{Listings}{Identical delimiters}% {These delimiters make no sense with nested comments.}% \else \lst@CArg #2\relax\lst@DefDelimB {}% {\ifnum\lst@mode=#1\relax \expandafter\@gobble \fi}% {}#4{#1}{#6}% \lst@CArg #3\relax\lst@DefDelimE{}{}{}#5{#1}% \fi \fi} \lst@EndAspect \lst@BeginAspect{pod} \lst@Key{printpod}{false}[t]{\lstKV@SetIf{#1}\lst@ifprintpod} \lst@Key{podcomment}{false}[t]{\lstKV@SetIf{#1}\lst@ifpodcomment} \lst@AddToHookExe{SetLanguage}{\let\lst@ifpodcomment\iffalse} \lst@NewMode\lst@PODmode \lst@AddToHook{SelectCharTable} {\lst@ifpodcomment \lst@CArgX =\relax\lst@DefDelimB{}{}% {\ifnum\@tempcnta=\z@ \lst@ifprintpod\else \def\lst@bnext{\lst@BeginDropOutput\lst@PODmode}% \expandafter\expandafter\expandafter\@gobblethree \fi \else \expandafter\@gobblethree \fi}% \lst@BeginComment\lst@PODmode{{\lst@commentstyle}}% \lst@CArgX =cut\^^M\relax\lst@DefDelimE {\lst@CalcColumn}% {\ifnum\@tempcnta=\z@\else \expandafter\@gobblethree \fi}% {}% \lst@EndComment\lst@PODmode \fi} \lst@EndAspect \lst@BeginAspect[keywords]{html} \gdef\lst@tagtypes{s} \gdef\lst@TagKey#1#2{% \lst@Delim\lst@tagstyle #2\relax {Tag}\lst@tagtypes #1% {\lst@BeginTag\lst@EndTag}% \@@end\@empty{}} \lst@Key{tag}\relax{\lst@TagKey\@empty{#1}} \lst@Key{tagstyle}{}{\def\lst@tagstyle{#1}} \lst@AddToHook{EmptyStyle}{\let\lst@tagstyle\@empty} \gdef\lst@BeginTag{% \lst@DelimOpen \lst@ifextags\else {\let\lst@ifkeywords\iftrue \lst@ifmarkfirstintag \lst@firstintagtrue \fi}} \lst@AddToHookExe{ExcludeDelims}{\let\lst@ifextags\iffalse} \gdef\lst@EndTag{\lst@DelimClose\lst@ifextags\else} \lst@Key{usekeywordsintag}t[t]{\lstKV@SetIf{#1}\lst@ifusekeysintag} \lst@Key{markfirstintag}f[t]{\lstKV@SetIf{#1}\lst@ifmarkfirstintag} \gdef\lst@firstintagtrue{\global\let\lst@iffirstintag\iftrue} \global\let\lst@iffirstintag\iffalse \lst@AddToHook{PostOutput}{\lst@tagresetfirst} \lst@AddToHook{Output} {\gdef\lst@tagresetfirst{\global\let\lst@iffirstintag\iffalse}} \lst@AddToHook{OutputOther}{\gdef\lst@tagresetfirst{}} \lst@AddToHook{Output} {\ifnum\lst@mode=\lst@tagmode \lst@iffirstintag \let\lst@thestyle\lst@gkeywords@sty \fi \lst@ifusekeysintag\else \let\lst@thestyle\lst@gkeywords@sty\fi \fi} \lst@NewMode\lst@tagmode \lst@AddToHook{Init}{\global\let\lst@ifnotag\iftrue} \lst@AddToHook{SelectCharTable}{\let\lst@ifkeywords\lst@ifnotag} \gdef\lst@Tag@s#1#2\@empty#3#4#5{% \global\let\lst@ifnotag\iffalse \lst@CArg #1\relax\lst@DefDelimB {}{}% {\ifnum\lst@mode=\lst@tagmode \expandafter\@gobblethree \fi}% #3\lst@tagmode{#5}% \lst@CArg #2\relax\lst@DefDelimE {}{}{}#4\lst@tagmode}% \gdef\lst@BeginCDATA#1\@empty{% \lst@TrackNewLines \lst@PrintToken \lst@EnterMode\lst@GPmode{}\let\lst@ifmode\iffalse \lst@mode\lst@tagmode #1\lst@mode\lst@GPmode\relax\lst@modetrue} \lst@EndAspect \lst@BeginAspect{escape} \lst@Key{texcl}{false}[t]{\lstKV@SetIf{#1}\lst@iftexcl} \lst@AddToHook{TextStyle}{\let\lst@iftexcl\iffalse} \lst@AddToHook{EOL} {\ifnum\lst@mode=\lst@TeXLmode \expandafter\lst@escapeend \expandafter\lst@LeaveAllModes \expandafter\lst@ReenterModes \fi} \lst@AddToHook{AfterBeginComment} {\lst@iftexcl \lst@ifLmode \lst@ifdropinput\else \lst@PrintToken \lst@LeaveMode \lst@InterruptModes \lst@EnterMode{\lst@TeXLmode}{\lst@modetrue\lst@commentstyle}% \expandafter\expandafter\expandafter\lst@escapebegin \fi \fi \fi} \lst@NewMode\lst@TeXLmode \gdef\lst@ActiveCDefX#1{\lst@ActiveCDefX@#1} \gdef\lst@ActiveCDefX@#1#2#3{ \catcode`#1\active\lccode`\~=`#1% \lowercase{\lst@CDefIt~}{#2}{#3}{}} \gdef\lst@Escape#1#2#3#4{% \lst@CArgX #1\relax\lst@CDefX {}% {\lst@ifdropinput\else \lst@TrackNewLines\lst@OutputLostSpace \lst@XPrintToken \lst@InterruptModes \lst@EnterMode{\lst@TeXmode}{\lst@modetrue}% \ifx\^^M#2% \lst@CArg #2\relax\lst@ActiveCDefX {}% {\lst@escapeend #4\lst@LeaveAllModes\lst@ReenterModes}% {\lst@MProcessListing}% \else \lst@CArg #2\relax\lst@ActiveCDefX {}% {\lst@escapeend #4\lst@LeaveAllModes\lst@ReenterModes \lst@whitespacefalse}% {}% \fi #3\lst@escapebegin \fi}% {}} \lst@NewMode\lst@TeXmode \lst@Key{escapebegin}{}{\def\lst@escapebegin{#1}} \lst@Key{escapeend}{}{\def\lst@escapeend{#1}} \lst@Key{escapechar}{} {\ifx\@empty#1\@empty \let\lst@DefEsc\relax \else \def\lst@DefEsc{\lst@Escape{#1}{#1}{}{}}% \fi} \lst@AddToHook{TextStyle}{\let\lst@DefEsc\@empty} \lst@AddToHook{SelectCharTable}{\lst@DefEsc} \lst@Key{escapeinside}{}{\lstKV@TwoArg{#1}% {\let\lst@DefEsc\@empty \ifx\@empty##1@empty\else \ifx\@empty##2\@empty\else \def\lst@DefEsc{\lst@Escape{##1}{##2}{}{}}% \fi\fi}} \lst@Key{mathescape}{false}[t]{\lstKV@SetIf{#1}\lst@ifmathescape} \lst@AddToHook{SelectCharTable} {\lst@ifmathescape \lst@Escape{\$}{\$}% {\setbox\@tempboxa=\hbox\bgroup$}% {$\egroup \lst@CalcLostSpaceAndOutput}\fi} \lst@EndAspect \lst@BeginAspect{keywords} \global\let\lst@ifsensitive\iftrue % init \global\let\lst@ifsensitivedefed\iffalse % init % \global \lst@ifsavemem\else \gdef\lst@KeywordTest#1#2#3{% \begingroup \let\lst@UM\@empty \global\expandafter\let\expandafter\@gtempa \csname\@lst#1@\the\lst@token\endcsname \endgroup \ifx\@gtempa\relax\else \let\lst@thestyle\@gtempa \fi} \gdef\lst@KEYWORDTEST{% \uppercase\expandafter{\expandafter \lst@KEYWORDTEST@\the\lst@token}\relax} \gdef\lst@KEYWORDTEST@#1\relax#2#3#4{% \begingroup \let\lst@UM\@empty \global\expandafter\let\expandafter\@gtempa \csname\@lst#2@#1\endcsname \endgroup \ifx\@gtempa\relax\else \let\lst@thestyle\@gtempa \fi} \gdef\lst@WorkingTest#1#2#3{% \begingroup \let\lst@UM\@empty \global\expandafter\let\expandafter\@gtempa \csname\@lst#1@\the\lst@token\endcsname \endgroup \@gtempa} \gdef\lst@WORKINGTEST{% \uppercase\expandafter{\expandafter \lst@WORKINGTEST@\the\lst@token}\relax} \gdef\lst@WORKINGTEST@#1\relax#2#3#4{% \begingroup \let\lst@UM\@empty \global\expandafter\let\expandafter\@gtempa \csname\@lst#2@#1\endcsname \endgroup \@gtempa} \gdef\lst@DefineKeywords#1#2#3{% \lst@ifsensitive \def\lst@next{\lst@for#2}% \else \def\lst@next{\uppercase\expandafter{\expandafter\lst@for#2}}% \fi \lst@next\do {\expandafter\ifx\csname\@lst#1@##1\endcsname\relax \global\expandafter\let\csname\@lst#1@##1\endcsname#3% \fi}} \gdef\lst@UndefineKeywords#1#2#3{% \lst@ifsensitivedefed \def\lst@next{\lst@for#2}% \else \def\lst@next{\uppercase\expandafter{\expandafter\lst@for#2}}% \fi \lst@next\do {\expandafter\ifx\csname\@lst#1@##1\endcsname#3% \global\expandafter\let\csname\@lst#1@##1\endcsname\relax \fi}} \fi \lst@ifsavemem \gdef\lst@IfOneOutOf#1\relax#2{% \def\lst@temp##1,#1,##2##3\relax{% \ifx\@empty##2\else \expandafter\lst@IOOOfirst \fi}% \def\lst@next{\lst@IfOneOutOf@#1\relax}% \expandafter\lst@next#2\relax\relax} \gdef\lst@IfOneOutOf@#1\relax#2#3{% \ifx#2\relax \expandafter\@secondoftwo \else \expandafter\lst@temp\expandafter,#2,#1,\@empty\relax \expandafter\lst@next \fi} \ifx\iffalse\else\fi \gdef\lst@IOOOfirst#1\relax#2#3{\fi#2} \gdef\lst@IFONEOUTOF#1\relax#2{% \uppercase{\def\lst@temp##1,#1},##2##3\relax{% \ifx\@empty##2\else \expandafter\lst@IOOOfirst \fi}% \def\lst@next{\lst@IFONEOUTOF@#1\relax}% \expandafter\lst@next#2\relax} \gdef\lst@IFONEOUTOF@#1\relax#2#3{% \ifx#2\relax \expandafter\@secondoftwo \else \uppercase {\expandafter\lst@temp\expandafter,#2,#1,\@empty\relax}% \expandafter\lst@next \fi} \gdef\lst@KWTest{% \begingroup \let\lst@UM\@empty \expandafter\xdef\expandafter\@gtempa\expandafter{\the\lst@token}% \endgroup \expandafter\lst@IfOneOutOf\@gtempa\relax} \gdef\lst@KeywordTest#1#2#3{\lst@KWTest #2{\let\lst@thestyle#3}{}} \global\let\lst@KEYWORDTEST\lst@KeywordTest \gdef\lst@WorkingTest#1#2#3{\lst@KWTest #2#3{}} \global\let\lst@WORKINGTEST\lst@WorkingTest \fi \lst@Key{sensitive}\relax[t]{\lstKV@SetIf{#1}\lst@ifsensitive} \lst@AddToHook{SetLanguage}{\let\lst@ifsensitive\iftrue} \lst@AddToHook{Init} {\lst@ifsensitive\else \let\lst@KeywordTest\lst@KEYWORDTEST \let\lst@WorkingTest\lst@WORKINGTEST \let\lst@IfOneOutOf\lst@IFONEOUTOF \fi} \gdef\lst@MakeMacroUppercase#1{% \ifx\@undefined#1\else \uppercase\expandafter {\expandafter\def\expandafter#1\expandafter{#1}}% \fi} \gdef\lst@InstallTest#1#2#3#4#5#6#7#8{% \lst@AddToHook{TrackKeywords}{\lst@TrackKeywords{#1}#2#4#6#7#8}% \lst@AddToHook{PostTrackKeywords}{\lst@PostTrackKeywords#2#3#4#5}} \lst@AddToHook{Init}{\lsthk@TrackKeywords\lsthk@PostTrackKeywords} \lst@AddToHook{TrackKeywords}{}% init \lst@AddToHook{PostTrackKeywords}{}% init \lst@AddToHook{Output}{\lst@ifkeywords \lsthk@DetectKeywords \fi} \lst@AddToHook{DetectKeywords}{}% init \lst@AddToHook{ModeTrue}{\let\lst@ifkeywords\iffalse} \lst@AddToHook{Init}{\let\lst@ifkeywords\iftrue} \gdef\lst@InstallTestNow#1#2#3#4#5{% \@ifundefined{\string#2#1}% {\global\@namedef{\string#2#1}{}% \edef\@tempa{% \noexpand\lst@AddToHook{\ifx#5dDetectKeywords\else Output\fi}% {\ifx #4w\noexpand\lst@WorkingTest \else\noexpand\lst@KeywordTest \fi {#1}\noexpand#2\noexpand#3}}% \lst@ifsavemem \@tempa \else \@ifundefined{\@lst#1@if@ins}% {\@tempa \global\@namedef{\@lst#1@if@ins}{}}% {}% \fi} {}} \gdef\lst@TrackKeywords#1#2#3#4#5#6{% \lst@false \def\lst@arg{{#1}#4}% \expandafter\expandafter\expandafter\lst@TK@ \expandafter\lst@arg#2\relax\relax \lst@ifsavemem\else \def\lst@arg{{#1}#4#2}% \expandafter\expandafter\expandafter\lst@TK@@ \expandafter\lst@arg#3\relax\relax \fi \lst@if \lst@InstallTestNow{#1}#2#4#5#6\fi} \gdef\lst@TK@#1#2#3#4{% \ifx\lst@ifsensitive\lst@ifsensitivedefed \ifx#3#4\else \lst@true \lst@ifsavemem\else \lst@UndefineKeywords{#1}#4#2% \lst@DefineKeywords{#1}#3#2% \fi \fi \else \ifx#3\relax\else \lst@true \lst@ifsavemem\else \lst@UndefineKeywords{#1}#4#2% \lst@DefineKeywords{#1}#3#2% \fi \fi \fi \lst@ifsavemem \ifx#3\relax\else \lst@ifsensitive\else \lst@MakeMacroUppercase#3\fi \fi \fi \ifx#3\relax \expandafter\@gobblethree \fi \lst@TK@{#1}#2} \gdef\lst@TK@@#1#2#3#4#5{% \ifx#4\relax \expandafter\@gobblefour \else \lst@IfSubstring{#4#5}#3{}{\lst@UndefineKeywords{#1}#5#2}% \fi \lst@TK@@{#1}#2#3} \lst@AddToHook{InitVars} {\global\let\lst@ifsensitivedefed\lst@ifsensitive} \gdef\lst@PostTrackKeywords#1#2#3#4{% \lst@ifsavemem\else \global\let#3#1% \global\let#4#2% \fi} \lst@Key{classoffset}\z@{\def\lst@classoffset{#1}} \gdef\lst@InstallFamily#1#2#3#4#5{% \lst@Key{#2}\relax{\lst@UseFamily{#2}##1\relax\lst@MakeKeywords}% \lst@Key{more#2}\relax {\lst@UseFamily{#2}##1\relax\lst@MakeMoreKeywords}% \lst@Key{delete#2}\relax {\lst@UseFamily{#2}##1\relax\lst@DeleteKeywords}% \ifx\@empty#3\@empty\else \lst@Key{#3}{#4}{\lstKV@OptArg[\@ne]{##1}% {\@tempcnta\lst@classoffset \advance\@tempcnta####1\relax \@namedef{lst@#3\ifnum\@tempcnta=\@ne\else \the\@tempcnta \fi}{####2}}}% \fi \expandafter\lst@InstallFamily@ \csname\@lst @#2@data\expandafter\endcsname \csname\@lst @#5\endcsname {#1}{#2}{#3}} \gdef\lst@InstallFamily@#1#2#3#4#5#6#7#8{% \gdef#1{{#3}{#4}{#5}#2#7}% \long\def\lst@temp##1{#6}% \ifx\lst@temp\@gobble \lst@AddTo#1{s#8}% \else \lst@AddTo#1{w#8}% \global\@namedef{lst@g#4@wp}##1{#6}% \fi} \gdef\lst@UseFamily#1{% \def\lst@family{#1}% \@ifnextchar[\lst@UseFamily@{\lst@UseFamily@[\@ne]}} \gdef\lst@UseFamily@[#1]{% \@tempcnta\lst@classoffset \advance\@tempcnta#1\relax \lst@ProvideFamily\lst@family \lst@UseFamily@a {\lst@family\ifnum\@tempcnta=\@ne\else \the\@tempcnta \fi}} \gdef\lst@UseFamily@a#1{% \expandafter\lst@UseFamily@b \csname\@lst @#1@list\expandafter\endcsname \csname\@lst @#1\expandafter\endcsname \csname\@lst @#1@also\expandafter\endcsname \csname\@lst @g#1\endcsname} \gdef\lst@UseFamily@b#1#2#3#4#5\relax#6{\lstKV@XOptArg[]{#5}#6#1#2#3#4} \gdef\lst@ProvideFamily#1{% \@ifundefined{lstfam@#1\ifnum\@tempcnta=\@ne\else\the\@tempcnta\fi}% {\@namedef{lstfam@#1\ifnum\@tempcnta=\@ne\else \the\@tempcnta\fi}{}% \expandafter\expandafter\expandafter\lst@ProvideFamily@ \csname\@lst @#1@data\endcsname {\ifnum\@tempcnta=\@ne\else \the\@tempcnta \fi}}% {}}% \gdef\lst@ProvideFamily@#1#2#3#4#5#6#7#8{% \expandafter\xdef\csname\@lst @g#2#8@sty\endcsname {\if #6w% \expandafter\noexpand\csname\@lst @g#2@wp\endcsname{#8}% \else \expandafter\noexpand\csname\@lst @#3#8\endcsname \fi}% \ifx\@empty#3\@empty\else \edef\lst@temp{\noexpand\lst@AddToHook{Init}{% \noexpand\lst@ProvideStyle\expandafter\noexpand \csname\@lst @#3#8\endcsname\noexpand#4}}% \lst@temp \fi \expandafter\lst@ProvideFamily@@ \csname\@lst @#2#8@list\expandafter\endcsname \csname\@lst @#2#8\expandafter\endcsname \csname\@lst @#2#8@also\expandafter\endcsname \csname\@lst @g#2#8@list\expandafter\endcsname \csname\@lst @g#2#8\expandafter\endcsname \csname\@lst @g#2#8@sty\expandafter\endcsname {#1}#5#6#7} \gdef\lst@ProvideFamily@@#1#2#3#4#5#6#7#8{% \gdef#1{#2#5}\global\let#2\@empty \global\let#3\@empty % init \gdef#4{#2#5}\global\let#5\@empty % init \if #8l\relax \lst@AddToHook{SetLanguage}{\def#1{#2#5}\let#2\@empty}% \fi \lst@InstallTest{#7}#1#2#4#5#6} \gdef\lst@InstallKeywords#1#2#3#4#5{% \lst@Key{#2}\relax {\lst@UseFamily{#2}[\@ne]##1\relax\lst@MakeKeywords}% \lst@Key{more#2}\relax {\lst@UseFamily{#2}[\@ne]##1\relax\lst@MakeMoreKeywords}% \lst@Key{delete#2}\relax {\lst@UseFamily{#2}[\@ne]##1\relax\lst@DeleteKeywords}% \ifx\@empty#3\@empty\else \lst@Key{#3}{#4}{\@namedef{lst@#3}{##1}}% \fi \expandafter\lst@InstallFamily@ \csname\@lst @#2@data\expandafter\endcsname \csname\@lst @#5\endcsname {#1}{#2}{#3}} \gdef\lst@ProvideStyle#1#2{% \ifx#1\@undefined \let#1#2% \else\ifx#1\relax \let#1#2\fi\fi} \gdef\lst@BuildClassList#1#2,{% \ifx\relax#2\@empty\else \ifx\@empty#2\@empty\else \lst@lExtend#1{\csname\@lst @#2\expandafter\endcsname \csname\@lst @g#2\endcsname}% \fi \expandafter\lst@BuildClassList\expandafter#1 \fi} \gdef\lst@DeleteClassesIn#1#2{% \expandafter\lst@DCI@\expandafter#1#2\relax\relax} \gdef\lst@DCI@#1#2#3{% \ifx#2\relax \expandafter\@gobbletwo \else \def\lst@temp##1#2#3##2{% \lst@lAddTo#1{##1}% \ifx ##2\relax\else \expandafter\lst@temp \fi ##2}% \let\@tempa#1\let#1\@empty \expandafter\lst@temp\@tempa#2#3\relax \fi \lst@DCI@#1} \gdef\lst@MakeKeywords[#1]#2#3#4#5#6{% \def#3{#4#6}\let#4\@empty \let#5\@empty \lst@MakeMoreKeywords[#1]{#2}#3#4#5#6} \gdef\lst@MakeMoreKeywords[#1]#2#3#4#5#6{% \lst@BuildClassList#3#1,\relax,% \lst@DefOther\lst@temp{,#2}\lst@lExtend#4\lst@temp} \gdef\lst@DeleteKeywords[#1]#2#3#4#5#6{% \lst@MakeKeywords[#1]{#2}\@tempa\@tempb#5#6% \lst@DeleteClassesIn#3\@tempa \lst@DeleteKeysIn#4\@tempb} \lst@InstallFamily k{keywords}{keywordstyle}\bfseries{keywordstyle}{}ld \lst@Key{ndkeywords}\relax {\lst@UseFamily{keywords}[\tw@]#1\relax\lst@MakeKeywords}% \lst@Key{morendkeywords}\relax {\lst@UseFamily{keywords}[\tw@]#1\relax\lst@MakeMoreKeywords}% \lst@Key{deletendkeywords}\relax {\lst@UseFamily{keywords}[\tw@]#1\relax\lst@DeleteKeywords}% \lst@Key{ndkeywordstyle}\relax{\@namedef{lst@keywordstyle2}{#1}}% \lst@Key{keywordsprefix}\relax{\lst@DefActive\lst@keywordsprefix{#1}} \global\let\lst@keywordsprefix\@empty \lst@AddToHook{SelectCharTable} {\ifx\lst@keywordsprefix\@empty\else \expandafter\lst@CArg\lst@keywordsprefix\relax \lst@CDef{}% {\lst@ifletter\else \global\let\lst@prefixkeyword\@empty \fi}% {}% \fi} \lst@AddToHook{Init}{\global\let\lst@prefixkeyword\relax} \lst@AddToHook{Output} {\ifx\lst@prefixkeyword\@empty \let\lst@thestyle\lst@gkeywords@sty \global\let\lst@prefixkeyword\relax \fi}% \lst@Key{otherkeywords}{}{% \let\lst@otherkeywords\@empty \lst@for{#1}\do{% \lst@MakeActive{##1}% \lst@lExtend\lst@otherkeywords{% \expandafter\lst@CArg\lst@temp\relax\lst@CDef {}\lst@PrintOtherKeyword\@empty}}} \lst@AddToHook{SelectCharTable}{\lst@otherkeywords} \gdef\lst@PrintOtherKeyword#1\@empty{% \lst@XPrintToken \begingroup \lst@modetrue \lsthk@TextStyle \let\lst@ProcessDigit\lst@ProcessLetter \let\lst@ProcessOther\lst@ProcessLetter \lst@lettertrue \lst@gkeywords@sty{#1\lst@XPrintToken}% \endgroup} \lst@EndAspect \lst@BeginAspect[keywords]{emph} \lst@InstallFamily e{emph}{emphstyle}{}{emphstyle}{}od \lst@EndAspect \lst@BeginAspect[keywords]{tex} \lst@InstallKeywords{cs}{texcs}{texcsstyle}\relax{keywordstyle} {\ifx\lst@lastother\lstum@backslash \let\lst@thestyle\lst@texcsstyle \fi} ld \lst@EndAspect \lst@BeginAspect[keywords]{directives} \lst@NewMode\lst@CDmode \lst@AddToHook{EOL}{\ifnum\lst@mode=\lst@CDmode \lst@LeaveMode \fi} \lst@InstallKeywords{d}{directives}{directivestyle}\relax{keywordstyle} {\ifnum\lst@mode=\lst@CDmode \let\lst@thestyle\lst@directivestyle \fi} ld \global\let\lst@directives\@empty % init \lst@AddToHook{SelectCharTable} {\ifx\lst@directives\@empty\else \lst@DefSaveDef{`\#}\lsts@CCD {\lst@CalcColumn \lst@ifmode\else \ifnum\@tempcnta=\z@ \lst@EnterMode{\lst@CDmode}{}% \fi \fi \ifnum\lst@mode=\lst@CDmode \ifnum\@tempcnta=\z@ \lst@XPrintToken {\let\lst@currstyle\lst@directivestyle \lsts@CCD\lst@PrintToken}% \else \lsts@CCD \fi \else \lsts@CCD \fi}% \fi} \lst@AddTo\lst@stringtypes{,directive} \gdef\lst@StringDM@directive#1#2#3\@empty{% \lst@CArg #2\relax\lst@CDef {}% {\let\lst@bnext\lst@CArgEmpty \ifnum\lst@mode=\lst@CDmode \def\lst@bnext{\lst@BeginString{#1}}% \fi \lst@bnext}% \@empty \lst@CArg #3\relax\lst@CDef {}% {\let\lst@enext\lst@CArgEmpty \ifnum #1=\lst@mode \let\lst@bnext\lst@EndString \fi \lst@bnext}% \@empty} \lst@EndAspect \lst@BeginAspect[keywords,comments]{keywordcomments} \lst@NewMode\lst@KCmode \lst@NewMode\lst@KCSmode \gdef\lst@BeginKC{\aftergroup\aftergroup\aftergroup\lst@BeginKC@}% \gdef\lst@BeginKC@{% \lst@ResetToken \lst@BeginComment\lst@KCmode{{\lst@commentstyle}\lst@modetrue}% \@empty}% \gdef\lst@BeginKCS{\aftergroup\aftergroup\aftergroup\lst@BeginKCS@}% \gdef\lst@BeginKCS@{% \lst@ResetToken \lst@BeginComment\lst@KCSmode{{\lst@commentstyle}\lst@modetrue}% \@empty}% \lst@AddToHook{PostOutput}{\lst@KCpost \global\let\lst@KCpost\@empty} \global\let\lst@KCpost\@empty % init \gdef\lst@EndKC{\lst@SaveToken \lst@LeaveMode \lst@RestoreToken \let\lst@thestyle\lst@identifierstyle \lsthk@Output} \lst@InstallKeywords{kc}{keywordcomment}{}\relax{} {\ifnum\lst@mode=\lst@KCmode \edef\lst@temp{\the\lst@token}% \ifx\lst@temp\lst@KCmatch \lst@EndKC \fi \else \lst@ifmode\else \xdef\lst@KCmatch{\the\lst@token}% \global\let\lst@KCpost\lst@BeginKC \fi \fi} lo \lst@Key{keywordcommentsemicolon}{}{\lstKV@ThreeArg{#1}% {\def\lst@KCAkeywordsB{##1}% \def\lst@KCAkeywordsE{##2}% \def\lst@KCBkeywordsB{##3}% \def\lst@KCkeywords{##1##2##3}}} \lst@AddToHook{SetLanguage}{% \let\lst@KCAkeywordsB\@empty \let\lst@KCAkeywordsE\@empty \let\lst@KCBkeywordsB\@empty \let\lst@KCkeywords\@empty} \lst@AddToHook{SelectCharTable} {\ifx\lst@KCkeywords\@empty\else \lst@DefSaveDef{`\;}\lsts@EKC {\lst@XPrintToken \ifnum\lst@mode=\lst@KCmode \lst@EndComment\@empty \else \ifnum\lst@mode=\lst@KCSmode \lst@EndComment\@empty \fi \fi \lsts@EKC}% \fi} \gdef\lst@KCAWorkB{% \lst@ifmode\else \global\let\lst@KCpost\lst@BeginKC \fi} \gdef\lst@KCBWorkB{% \lst@ifmode\else \global\let\lst@KCpost\lst@BeginKCS \fi} \gdef\lst@KCAWorkE{\ifnum\lst@mode=\lst@KCmode \lst@EndKC \fi} \lst@ProvideFamily@@ \lst@KCAkeywordsB@list\lst@KCAkeywordsB \lst@KC@also \lst@gKCAkeywordsB@list\lst@gKCAkeywordsB \lst@KCAWorkB {kcb}owo % prefix, other key, working procedure, Output hook \lst@ProvideFamily@@ \lst@KCAkeywordsE@list\lst@KCAkeywordsE \lst@KC@also \lst@gKCAkeywordsE@list\lst@gKCAkeywordsE \lst@KCAWorkE {kce}owo \lst@ProvideFamily@@ \lst@KCBkeywordsB@list\lst@KCBkeywordsB \lst@KC@also \lst@gKCBkeywordsB@list\lst@gKCBkeywordsB \lst@KCBWorkB {kcs}owo \lst@EndAspect \lst@BeginAspect[keywords]{index} \lst@InstallFamily w{index}{indexstyle}\lstindexmacro{indexstyle} {\csname\@lst @indexstyle#1\expandafter\endcsname \expandafter{\the\lst@token}} od \lst@UserCommand\lstindexmacro#1{\index{{\ttfamily#1}}} \lst@EndAspect \lst@BeginAspect[keywords]{procnames} \gdef\lst@procnametrue{\global\let\lst@ifprocname\iftrue} \gdef\lst@procnamefalse{\global\let\lst@ifprocname\iffalse} \lst@AddToHook{Init}{\lst@procnamefalse} \lst@AddToHook{DetectKeywords} {\lst@ifprocname \let\lst@thestyle\lst@procnamestyle \lst@ifindexproc \csname\@lst @gindex@sty\endcsname \fi \lst@procnamefalse \fi} \lst@Key{procnamestyle}{}{\def\lst@procnamestyle{#1}} \lst@Key{indexprocnames}{false}[t]{\lstKV@SetIf{#1}\lst@ifindexproc} \lst@AddToHook{Init}{\lst@ifindexproc \lst@indexproc \fi} \gdef\lst@indexproc{% \@ifundefined{lst@indexstyle1}% {\@namedef{lst@indexstyle1}##1{}}% {}} \lst@InstallKeywords w{procnamekeys}{}\relax{} {\global\let\lst@PNpost\lst@procnametrue} od \lst@AddToHook{PostOutput}{\lst@PNpost\global\let\lst@PNpost\@empty} \global\let\lst@PNpost\@empty % init \lst@EndAspect \lst@BeginAspect{style} \@ifundefined{lststylefiles} {\lst@UserCommand\lststylefiles{lststy0.sty}}{} \lst@UserCommand\lstdefinestyle{\lst@DefStyle\iftrue} \lst@UserCommand\lst@definestyle{\lst@DefStyle\iffalse} \gdef\lst@DefStyle{\lst@DefDriver{style}{sty}\lstset} \global\@namedef{lststy@$}{\lsthk@EmptyStyle} \lst@AddToHook{EmptyStyle}{}% init \lst@Key{style}\relax{% \lst@LAS{style}{sty}{[]{#1}}\lst@NoAlias\lststylefiles \lsthk@SetStyle {}} \lst@AddToHook{SetStyle}{}% init \lst@EndAspect \lst@BeginAspect{language} \@ifundefined{lstdriverfiles} {\lst@UserCommand\lstlanguagefiles{lstlang0.sty}}{} \lst@UserCommand\lstdefinelanguage{\lst@DefLang\iftrue} \lst@UserCommand\lst@definelanguage{\lst@DefLang\iffalse} \gdef\lst@DefLang{\lst@DefDriver{language}{lang}\lstset} \lstdefinelanguage{}{} \lst@Key{language}\relax{\lstKV@OptArg[]{#1}% {\lst@LAS{language}{lang}{[##1]{##2}}\lst@FindAlias\lstlanguagefiles \lsthk@SetLanguage {\lst@FindAlias[##1]{##2}% \let\lst@language\lst@malias \let\lst@dialect\lst@oalias}}} \lst@Key{alsolanguage}\relax{\lstKV@OptArg[]{#1}% {\lst@LAS{language}{lang}{[##1]{##2}}\lst@FindAlias\lstlanguagefiles {}% {\lst@FindAlias[##1]{##2}% \let\lst@language\lst@malias \let\lst@dialect\lst@oalias}}} \lst@AddToHook{SetLanguage}{}% init \lst@UserCommand\lstalias{\@ifnextchar[\lstalias@\lstalias@@} \gdef\lstalias@[#1]#2[#3]#4{\lst@NormedNameDef{lsta@#2$#1}{#4$#3}} \gdef\lstalias@@#1#2{\lst@NormedNameDef{lsta@#1}{#2}} \lst@Key{defaultdialect}\relax {\lstKV@OptArg[]{#1}{\lst@NormedNameDef{lstdd@##2}{##1}}} \gdef\lst@FindAlias[#1]#2{% \lst@NormedDef\lst@oalias{#1}% \lst@NormedDef\lst@malias{#2}% \@ifundefined{lsta@\lst@malias}{}% {\edef\lst@malias{\csname\@lst a@\lst@malias\endcsname}}% \ifx\@empty\lst@oalias \@ifundefined{lstdd@\lst@malias}{}% {\edef\lst@oalias{\csname\@lst dd@\lst@malias\endcsname}}% \fi \edef\lst@temp{\lst@malias $\lst@oalias}% \@ifundefined{lsta@\lst@temp}{}% {\edef\lst@temp{\csname\@lst a@\lst@temp\endcsname}}% \expandafter\lst@FindAlias@\lst@temp $} \gdef\lst@FindAlias@#1$#2${% \def\lst@malias{#1}\def\lst@oalias{#2}% \ifx\@empty\lst@oalias \@ifundefined{lstdd@\lst@malias}{}% {\edef\lst@oalias{\csname\@lst dd@\lst@malias\endcsname}}% \fi} \gdef\lst@RequireLanguages#1{% \lst@Require{language}{lang}{#1}\lst@FindAlias\lstlanguagefiles \ifx\lst@loadaspects\@empty\else \lst@RequireAspects\lst@loadaspects \fi} \global\let\lstloadlanguages\lst@RequireLanguages \lst@EndAspect \lst@BeginAspect{formats} \@ifundefined{lstformatfiles} {\lst@UserCommand\lstformatfiles{lstfmt0.sty}}{} \lst@UserCommand\lstdefineformat{\lst@DefFormat\iftrue} \lst@UserCommand\lst@defineformat{\lst@DefFormat\iffalse} \gdef\lst@DefFormat{\lst@DefDriver{format}{fmt}\lst@UseFormat} \lstdefineformat{}{} \lst@Key{format}\relax{% \lst@LAS{format}{fmt}{[]{#1}}\lst@NoAlias\lstformatfiles \lsthk@SetFormat {}} \lst@AddToHook{SetFormat}{\let\lst@fmtformat\@empty}% init \gdef\lst@fmtSplit#1#2{% \def\lst@temp##1#2##2\relax##3{% \ifnum##3=\z@ \ifx\@empty##2\@empty \lst@false \let\lst@fmta#1% \let\lst@fmtb\@empty \else \expandafter\lst@temp#1\relax\@ne \fi \else \def\lst@fmta{##1}\def\lst@fmtb{##2}% \fi}% \lst@true \expandafter\lst@temp#1#2\relax\z@} \gdef\lst@IfNextCharWhitespace#1#2#3{% \lst@IfSubstring#3\lst@whitespaces{#1}{#2}#3} \begingroup \catcode`\^^I=12\catcode`\^^J=12\catcode`\^^M=12\catcode`\^^L=12\relax% \lst@DefActive\lst@whitespaces{\ ^^I^^J^^M}% add ^^L \global\let\lst@whitespaces\lst@whitespaces% \endgroup \gdef\lst@fmtIfIdentifier#1{% \ifx\relax#1\@empty \expandafter\@secondoftwo \else \expandafter\lst@fmtIfIdentifier@\expandafter#1% \fi} \gdef\lst@fmtIfIdentifier@#1#2\relax{% \let\lst@next\@secondoftwo \ifnum`#1=`_\else \ifnum`#1<64\else \ifnum`#1<91\let\lst@next\@firstoftwo\else \ifnum`#1<97\else \ifnum`#1<123\let\lst@next\@firstoftwo\else \fi \fi \fi \fi \fi \lst@next} \gdef\lst@fmtIfNextCharIn#1{% \ifx\@empty#1\@empty \expandafter\@secondoftwo \else \def\lst@next{\lst@fmtIfNextCharIn@{#1}}% \expandafter\lst@next\fi} \gdef\lst@fmtIfNextCharIn@#1#2#3#4{% \def\lst@temp##1#4##2##3\relax{% \ifx \@empty##2\expandafter\@secondoftwo \else \expandafter\@firstoftwo \fi}% \lst@temp#1#4\@empty\relax{#2}{#3}#4} \gdef\lst@fmtCDef#1{\lst@fmtCDef@#1} \gdef\lst@fmtCDef@#1#2#3#4#5#6#7{% \lst@CDefIt#1{#2}{#3}% {\lst@fmtIfNextCharIn{#5}{#4#2#3}{#6#4#2#3#7}}% #4% {}{}{}} \gdef\lst@fmtCDefX#1{\lst@fmtCDefX@#1} \gdef\lst@fmtCDefX@#1#2#3#4#5#6#7{% \let#4#1% \ifx\@empty#2\@empty \def#1{\lst@fmtIfNextCharIn{#5}{#4}{#6#7}}% \else \ifx\@empty#3\@empty \def#1##1{% \ifx##1#2% \def\lst@next{\lst@fmtIfNextCharIn{#5}{#4##1}% {#6#7}}% \else \def\lst@next{#4##1}% \fi \lst@next}% \else \def#1{% \lst@IfNextCharsArg{#2#3}% {\lst@fmtIfNextCharIn{#5}{\expandafter#4\lst@eaten}% {#6#7}}% {\expandafter#4\lst@eaten}}% \fi \fi} \gdef\lst@UseFormat#1{% \def\lst@fmtwhole{#1}% \lst@UseFormat@} \gdef\lst@UseFormat@{% \lst@fmtSplit\lst@fmtwhole,% \let\lst@fmtwhole\lst@fmtb \ifx\lst@fmta\@empty\else \lst@fmtSplit\lst@fmta=% \ifx\@empty\lst@fmta\else \expandafter\lstKV@XOptArg\expandafter[\expandafter]% \expandafter{\lst@fmtb}\lst@UseFormat@b \fi \fi \ifx\lst@fmtwhole\@empty\else \expandafter\lst@UseFormat@ \fi} \gdef\lst@UseFormat@b[#1]#2{% \def\lst@fmtc{{#1}}\lst@lExtend\lst@fmtc{\expandafter{\lst@fmta}}% \def\lst@fmtb{#2}% \lst@fmtSplit\lst@fmtb\string \ifx\@empty\lst@fmta \lst@lAddTo\lst@fmtc{{}}% \else \lst@lExtend\lst@fmtc{\expandafter {\expandafter\lst@fmtPre\expandafter{\lst@fmta}}}% \fi \ifx\@empty\lst@fmtb \lst@lAddTo\lst@fmtc{{}}% \else \lst@lExtend\lst@fmtc{\expandafter {\expandafter\lst@fmtPost\expandafter{\lst@fmtb}}}% \fi \expandafter\lst@UseFormat@c\lst@fmtc} \gdef\lst@UseFormat@c#1#2#3#4{% \lst@fmtIfIdentifier#2\relax {\lst@fmtIdentifier{#2}% \lst@if\else \PackageWarning{Listings}% {Cannot drop identifier in format definition}% \fi}% {\lst@if \lst@lAddTo\lst@fmtformat{\lst@CArgX#2\relax\lst@fmtCDef}% \else \lst@lAddTo\lst@fmtformat{\lst@CArgX#2\relax\lst@fmtCDefX}% \fi \lst@DefActive\lst@fmtc{#1}% \lst@lExtend\lst@fmtformat{\expandafter{\lst@fmtc}{#3}{#4}}}} \lst@AddToHook{SelectCharTable}{\lst@fmtformat} \global\let\lst@fmtformat\@empty \gdef\lst@fmtPre#1{% \lst@PrintToken \begingroup \let\newline\lst@fmtEnsureNewLine \let\space\lst@fmtEnsureSpace \let\indent\lst@fmtIndent \let\noindent\lst@fmtNoindent #1% \endgroup} \gdef\lst@fmtPost#1{% \global\let\lst@fmtPostOutput\@empty \begingroup \def\newline{\lst@AddTo\lst@fmtPostOutput\lst@fmtEnsureNewLine}% \def\space{\aftergroup\lst@fmtEnsurePostSpace}% \def\indent{\lst@AddTo\lst@fmtPostOutput\lst@fmtIndent}% \def\noindent{\lst@AddTo\lst@fmtPostOutput\lst@fmtNoindent}% \aftergroup\lst@PrintToken #1% \endgroup} \lst@AddToHook{Init}{\global\let\lst@fmtPostOutput\@empty} \lst@AddToHook{PostOutput} {\lst@fmtPostOutput \global\let\lst@fmtPostOutput\@empty} \gdef\lst@fmtEnsureSpace{% \lst@ifwhitespace\else \expandafter\lst@ProcessSpace \fi} \gdef\lst@fmtEnsurePostSpace{% \lst@IfNextCharWhitespace{}{\lst@ProcessSpace}} \lst@Key{fmtindent}{20pt}{\def\lst@fmtindent{#1}} \newdimen\lst@fmtcurrindent \lst@AddToHook{InitVars}{\global\lst@fmtcurrindent\z@} \gdef\lst@fmtIndent{\global\advance\lst@fmtcurrindent\lst@fmtindent} \gdef\lst@fmtNoindent{\global\advance\lst@fmtcurrindent-\lst@fmtindent} \gdef\lst@fmtEnsureNewLine{% \global\advance\lst@newlines\@ne \global\advance\lst@newlinesensured\@ne \lst@fmtignoretrue} \lst@AddToAtTop\lst@DoNewLines{% \ifnum\lst@newlines>\lst@newlinesensured \global\advance\lst@newlines-\lst@newlinesensured \fi \global\lst@newlinesensured\z@} \newcount\lst@newlinesensured % global \lst@AddToHook{Init}{\global\lst@newlinesensured\z@} \gdef\lst@fmtignoretrue{\let\lst@fmtifignore\iftrue} \gdef\lst@fmtignorefalse{\let\lst@fmtifignore\iffalse} \lst@AddToHook{InitVars}{\lst@fmtignorefalse} \lst@AddToHook{Output}{\lst@fmtignorefalse} \gdef\lst@fmtUseLostSpace{% \lst@ifnewline \kern\lst@fmtcurrindent \global\lst@lostspace\z@ \else \lst@OldOLS \fi} \lst@AddToHook{Init} {\lst@true \ifx\lst@fmtformat\@empty \ifx\lst@fmt\@empty \lst@false \fi\fi \lst@if \let\lst@OldOLS\lst@OutputLostSpace \let\lst@OutputLostSpace\lst@fmtUseLostSpace \let\lst@ProcessSpace\lst@fmtProcessSpace \fi} \gdef\lst@fmtProcessSpace{% \lst@ifletter \lst@Output \lst@fmtifignore\else \lst@AppendOther\lst@outputspace \fi \else \lst@ifkeepspaces \lst@AppendOther\lst@outputspace \else \ifnum\lst@newlines=\z@ \lst@AppendSpecialSpace \else \ifnum\lst@length=\z@ \global\advance\lst@lostspace\lst@width \global\advance\lst@pos\m@ne \else \lst@AppendSpecialSpace \fi \fi \fi \fi \lst@whitespacetrue} \lst@InstallTest{f} \lst@fmt@list\lst@fmt \lst@gfmt@list\lst@gfmt \lst@gfmt@wp wd \gdef\lst@fmt@list{\lst@fmt\lst@gfmt}\global\let\lst@fmt\@empty \gdef\lst@gfmt@list{\lst@fmt\lst@gfmt}\global\let\lst@gfmt\@empty \gdef\lst@gfmt@wp{% \begingroup \let\lst@UM\@empty \let\lst@PrintToken\@empty \csname\lst@ @fmt$\the\lst@token\endcsname \endgroup} \gdef\lst@fmtIdentifier#1#2#3#4{% \lst@DefOther\lst@fmta{#2}\edef\lst@fmt{\lst@fmt,\lst@fmta}% \@namedef{\lst@ @fmt$\lst@fmta}{#3#4}} \lst@EndAspect \lst@BeginAspect{labels} \lst@Key{numbers}{none}{% \let\lst@PlaceNumber\@empty \lstKV@SwitchCases{#1}% {none&\\% left&\def\lst@PlaceNumber{\llap{\normalfont \lst@numberstyle{\thelstnumber}\kern\lst@numbersep}}\\% right&\def\lst@PlaceNumber{\rlap{\normalfont \kern\linewidth \kern\lst@numbersep \lst@numberstyle{\thelstnumber}}}% }{\PackageError{Listings}{Numbers #1 unknown}\@ehc}} \lst@Key{numberstyle}{}{\def\lst@numberstyle{#1}} \lst@Key{numbersep}{10pt}{\def\lst@numbersep{#1}} \lst@Key{stepnumber}{1}{\def\lst@stepnumber{#1\relax}} \lst@AddToHook{EmptyStyle}{\let\lst@stepnumber\@ne} \lst@Key{numberblanklines}{true}[t] {\lstKV@SetIf{#1}\lst@ifnumberblanklines} \lst@Key{numberfirstline}{f}[t]{\lstKV@SetIf{#1}\lst@ifnumberfirstline} \gdef\lst@numberfirstlinefalse{\let\lst@ifnumberfirstline\iffalse} \lst@Key{firstnumber}{auto}{% \lstKV@SwitchCases{#1}% {auto&\let\lst@firstnumber\@undefined\\% last&\let\lst@firstnumber\c@lstnumber }{\def\lst@firstnumber{#1\relax}}} \lst@AddToHook{PreSet}{\let\lst@advancenumber\z@} \lst@AddToHook{PreInit} {\ifx\lst@firstnumber\@undefined \let\lst@firstnumber\lst@firstline \fi} \gdef\lst@SetFirstNumber{% \ifx\lst@firstnumber\@undefined \@tempcnta 0\csname\@lst no@\lst@intname\endcsname\relax \ifnum\@tempcnta=\z@ \@tempcnta\lst@firstline \else \lst@nololtrue \fi \advance\@tempcnta\lst@advancenumber \edef\lst@firstnumber{\the\@tempcnta\relax}% \fi} \gdef\lst@SaveFirstNumber{% \expandafter\xdef \csname\@lst no\ifx\lst@intname\@empty @ \else @\lst@intname\fi \endcsname{\the\c@lstnumber}} \newcounter{lstnumber}% \global \global\c@lstnumber\@ne % init \renewcommand*\thelstnumber{\@arabic\c@lstnumber} \lst@AddToHook{EveryPar} {\global\advance\c@lstnumber\lst@advancelstnum \global\advance\c@lstnumber\m@ne \refstepcounter{lstnumber}% \lst@SkipOrPrintLabel}% \global\let\lst@advancelstnum\@ne \lst@AddToHook{Init}{\def\@currentlabel{\thelstnumber}} \lst@AddToHook{InitVars} {\global\c@lstnumber\lst@firstnumber \global\advance\c@lstnumber\lst@advancenumber \global\advance\c@lstnumber-\lst@advancelstnum \ifx \lst@firstnumber\c@lstnumber \global\advance\c@lstnumber-\lst@advancelstnum \fi} \lst@AddToHook{ExitVars} {\global\advance\c@lstnumber\lst@advancelstnum} \AtBeginDocument{% \def\theHlstnumber{\ifx\lst@@caption\@empty \lst@neglisting \else \thelstlisting \fi .\thelstnumber}} \newcount\lst@skipnumbers % \global \lst@AddToHook{Init} {\ifnum \z@>\lst@stepnumber \let\lst@advancelstnum\m@ne \edef\lst@stepnumber{-\lst@stepnumber}% \fi \ifnum \z@<\lst@stepnumber \global\lst@skipnumbers\lst@firstnumber \global\divide\lst@skipnumbers\lst@stepnumber \global\multiply\lst@skipnumbers-\lst@stepnumber \global\advance\lst@skipnumbers\lst@firstnumber \ifnum\lst@skipnumbers>\z@ \global\advance\lst@skipnumbers -\lst@stepnumber \fi \else \let\lst@SkipOrPrintLabel\relax \fi} \gdef\lst@SkipOrPrintLabel{% \ifnum\lst@skipnumbers=\z@ \global\advance\lst@skipnumbers-\lst@stepnumber\relax \lst@PlaceNumber \lst@numberfirstlinefalse \else \lst@ifnumberfirstline \lst@PlaceNumber \lst@numberfirstlinefalse \fi \fi \global\advance\lst@skipnumbers\@ne}% \lst@AddToHook{OnEmptyLine}{% \lst@ifnumberblanklines\else \ifnum\lst@skipnumbers=\z@ \global\advance\lst@skipnumbers-\lst@stepnumber\relax \fi\fi} \lst@EndAspect \lst@BeginAspect{lineshape} \lst@Key{xleftmargin}{\z@}{\def\lst@xleftmargin{#1}} \lst@Key{xrightmargin}{\z@}{\def\lst@xrightmargin{#1}} \lst@Key{resetmargins}{false}[t]{\lstKV@SetIf{#1}\lst@ifresetmargins} \lst@AddToHook{BoxUnsafe}{\let\lst@xleftmargin\z@ \let\lst@xrightmargin\z@} \lst@AddToHook{TextStyle}{% \let\lst@xleftmargin\z@ \let\lst@xrightmargin\z@ \let\lst@ifresetmargins\iftrue} \lst@Key{linewidth}\linewidth{\def\lst@linewidth{#1}} \lst@AddToHook{PreInit}{\linewidth\lst@linewidth\relax} \gdef\lst@parshape{% \parshape\@ne \@totalleftmargin \linewidth} \lst@AddToHook{Init} {\lst@ifresetmargins \advance\linewidth\@totalleftmargin \advance\linewidth\rightmargin \@totalleftmargin\z@ \fi \advance\linewidth-\lst@xleftmargin \advance\linewidth-\lst@xrightmargin \advance\@totalleftmargin\lst@xleftmargin\relax} \lst@Key{lineskip}{\z@}{\def\lst@lineskip{#1\relax}} \lst@AddToHook{Init} {\parskip\z@ \ifdim\z@=\lst@lineskip\else \@tempdima\baselineskip \advance\@tempdima\lst@lineskip \multiply\@tempdima\@cclvi \divide\@tempdima\baselineskip\relax \multiply\@tempdima\@cclvi \edef\baselinestretch{\strip@pt\@tempdima}% \selectfont \fi} \lst@Key{breaklines}{false}[t]{\lstKV@SetIf{#1}\lst@ifbreaklines} \lst@Key{breakindent}{20pt}{\def\lst@breakindent{#1}} \lst@Key{breakautoindent}{t}[t]{\lstKV@SetIf{#1}\lst@ifbreakautoindent} \lst@Key{prebreak}{}{\def\lst@prebreak{#1}} \lst@Key{postbreak}{}{\def\lst@postbreak{#1}} \lst@AddToHook{Init} {\lst@ifbreaklines \hbadness\@M \pretolerance\@M \def\lst@parshape{\parshape\tw@ \@totalleftmargin\linewidth \lst@breakshape}% \else \let\lst@discretionary\@empty \fi} \lst@AddToHook{OnNewLine} {\lst@ifbreaklines \lst@breakNewLine \fi} \gdef\lst@discretionary{% \discretionary{\let\space\lst@spacekern\lst@prebreak}% {\llap{\lsthk@EveryLine \kern\lst@breakcurrindent \kern-\@totalleftmargin}% \let\space\lst@spacekern\lst@postbreak}{}} \lst@AddToHook{PostOutput}{\lst@discretionary} \gdef\lst@spacekern{\kern\lst@width} \gdef\lst@breakNewLine{% \@tempdima\lst@breakindent\relax \lst@ifbreakautoindent \advance\@tempdima\lst@lostspace \fi \@tempdimc-\@tempdima \advance\@tempdimc\linewidth \advance\@tempdima\@totalleftmargin \xdef\lst@breakshape{\noexpand\lst@breakcurrindent \the\@tempdimc}% \xdef\lst@breakcurrindent{\the\@tempdima}} \global\let\lst@breakcurrindent\z@ % init \gdef\lst@breakshape{\@totalleftmargin \linewidth} \gdef\lst@breakProcessOther#1{\lst@ProcessOther#1\lst@OutputOther} \lst@AddToHook{SelectCharTable} {\lst@ifbreaklines \lst@Def{`)}{\lst@breakProcessOther)}\fi} \lst@EndAspect \lst@BeginAspect[lineshape]{frames} \lst@Key{framexleftmargin}{\z@}{\def\lst@framexleftmargin{#1}} \lst@Key{framexrightmargin}{\z@}{\def\lst@framexrightmargin{#1}} \lst@Key{framextopmargin}{\z@}{\def\lst@framextopmargin{#1}} \lst@Key{framexbottommargin}{\z@}{\def\lst@framexbottommargin{#1}} \lst@Key{backgroundcolor}{}{\def\lst@bkgcolor{#1}} \lst@Key{fillcolor}{}{\def\lst@fillcolor{#1}} \lst@Key{rulecolor}{}{\def\lst@rulecolor{#1}} \lst@Key{rulesepcolor}{}{\def\lst@rulesepcolor{#1}} \lst@AddToHook{Init}{% \ifx\lst@fillcolor\@empty \let\lst@fillcolor\lst@bkgcolor \fi \ifx\lst@rulesepcolor\@empty \let\lst@rulesepcolor\lst@fillcolor \fi} \lst@Key{rulesep}{2pt}{\def\lst@rulesep{#1}} \lst@Key{framerule}{.4pt}{\def\lst@framerulewidth{#1}} \lst@Key{framesep}{3pt}{\def\lst@frametextsep{#1}} \lst@Key{frameshape}{}{% \let\lst@xrulecolor\@empty \lstKV@FourArg{#1}% {\uppercase{\def\lst@frametshape{##1}}% \uppercase{\def\lst@framelshape{##2}}% \uppercase{\def\lst@framershape{##3}}% \uppercase{\def\lst@framebshape{##4}}% \let\lst@ifframeround\iffalse \lst@IfSubstring R\lst@frametshape{\let\lst@ifframeround\iftrue}{}% \lst@IfSubstring R\lst@framebshape{\let\lst@ifframeround\iftrue}{}% \def\lst@frame{##1##2##3##4}}} \lst@Key{frameround}\relax {\uppercase{\def\lst@frameround{#1}}% \expandafter\lstframe@\lst@frameround ffff\relax} \global\let\lst@frameround\@empty \lst@Key{frame}\relax{% \let\lst@xrulecolor\@empty \lstKV@SwitchCases{#1}% {none&\let\lst@frame\@empty\\% leftline&\def\lst@frame{l}\\% topline&\def\lst@frame{t}\\% bottomline&\def\lst@frame{b}\\% lines&\def\lst@frame{tb}\\% single&\def\lst@frame{trbl}\\% shadowbox&\def\lst@frame{tRBl}% \def\lst@xrulecolor{\lst@rulesepcolor}% \def\lst@rulesep{\lst@frametextsep}% }{\def\lst@frame{#1}}% \expandafter\lstframe@\lst@frameround ffff\relax} \gdef\lstframe@#1#2#3#4#5\relax{% \lst@IfSubstring T\lst@frame{\edef\lst@frame{t\lst@frame}}{}% \lst@IfSubstring R\lst@frame{\edef\lst@frame{r\lst@frame}}{}% \lst@IfSubstring B\lst@frame{\edef\lst@frame{b\lst@frame}}{}% \lst@IfSubstring L\lst@frame{\edef\lst@frame{l\lst@frame}}{}% \let\lst@frametshape\@empty \let\lst@framebshape\@empty \lst@frameCheck ltr\lst@framelshape\lst@frametshape\lst@framershape #4#1% \lst@frameCheck LTR\lst@framelshape\lst@frametshape\lst@framershape #4#1% \lst@frameCheck lbr\lst@framelshape\lst@framebshape\lst@framershape #3#2% \lst@frameCheck LBR\lst@framelshape\lst@framebshape\lst@framershape #3#2% \let\lst@ifframeround\iffalse \lst@IfSubstring R\lst@frametshape{\let\lst@ifframeround\iftrue}{}% \lst@IfSubstring R\lst@framebshape{\let\lst@ifframeround\iftrue}{}% \let\lst@framelshape\@empty \let\lst@framershape\@empty \lst@IfSubstring L\lst@frame {\def\lst@framelshape{YY}}% {\lst@IfSubstring l\lst@frame{\def\lst@framelshape{Y}}{}}% \lst@IfSubstring R\lst@frame {\def\lst@framershape{YY}}% {\lst@IfSubstring r\lst@frame{\def\lst@framershape{Y}}{}}} \gdef\lst@frameCheck#1#2#3#4#5#6#7#8{% \lst@IfSubstring #1\lst@frame {\if #7T\def#4{R}\else \def#4{Y}\fi}% {\def#4{N}}% \lst@IfSubstring #3\lst@frame {\if #8T\def#6{R}\else \def#6{Y}\fi}% {\def#6{N}}% \lst@IfSubstring #2\lst@frame{\edef#5{#5#4Y#6}}{}} \lst@AddToHook{TextStyle} {\let\lst@frame\@empty \let\lst@frametshape\@empty \let\lst@framershape\@empty \let\lst@framebshape\@empty \let\lst@framelshape\@empty} \gdef\lst@frameMakeBoxV#1#2#3{% \setbox#1\hbox{% \color@begingroup \lst@rulecolor \llap{\setbox\z@\hbox{\vrule\@width\z@\@height#2\@depth#3% \lst@frameL}% \rlap{\lst@frameBlock\lst@rulesepcolor{\wd\z@}% {\ht\z@}{\dp\z@}}% \box\z@ \ifx\lst@framelshape\@empty \kern\lst@frametextsep\relax \else \lst@frameBlock\lst@fillcolor\lst@frametextsep{#2}{#3}% \fi \kern\lst@framexleftmargin}% \rlap{\kern-\lst@framexleftmargin \@tempdima\linewidth \advance\@tempdima\lst@framexleftmargin \advance\@tempdima\lst@framexrightmargin \lst@frameBlock\lst@bkgcolor\@tempdima{#2}{#3}% \ifx\lst@framershape\@empty \kern\lst@frametextsep\relax \else \lst@frameBlock\lst@fillcolor\lst@frametextsep{#2}{#3}% \fi \setbox\z@\hbox{\vrule\@width\z@\@height#2\@depth#3% \lst@frameR}% \rlap{\lst@frameBlock\lst@rulesepcolor{\wd\z@}% {\ht\z@}{\dp\z@}}% \box\z@}% \color@endgroup}} \gdef\lst@frameBlock#1#2#3#4{% \color@begingroup #1% \setbox\z@\hbox{\vrule\@height#3\@depth#4% \ifx#1\@empty \@width\z@ \kern#2\relax \else \@width#2\relax \fi}% \box\z@ \color@endgroup} \gdef\lst@frameR{% \expandafter\lst@frameR@\lst@framershape\relax \kern-\lst@rulesep} \gdef\lst@frameR@#1{% \ifx\relax#1\@empty\else \if #1Y\lst@framevrule \else \kern\lst@framerulewidth \fi \kern\lst@rulesep \expandafter\lst@frameR@b \fi} \gdef\lst@frameR@b#1{% \ifx\relax#1\@empty \else \if #1Y\color@begingroup \lst@xrulecolor \lst@framevrule \color@endgroup \else \kern\lst@framerulewidth \fi \kern\lst@rulesep \expandafter\lst@frameR@ \fi} \gdef\lst@frameL{% \kern-\lst@rulesep \expandafter\lst@frameL@\lst@framelshape\relax} \gdef\lst@frameL@#1{% \ifx\relax#1\@empty\else \kern\lst@rulesep \if#1Y\lst@framevrule \else \kern\lst@framerulewidth \fi \expandafter\lst@frameL@ \fi} \gdef\lst@frameH#1#2{% \global\let\lst@framediml\z@ \global\let\lst@framedimr\z@ \setbox\z@\hbox{}\@tempcntb\z@ \expandafter\lst@frameH@\expandafter#1#2\relax\relax\relax \@tempdimb\lst@frametextsep\relax \advance\@tempdimb\lst@framerulewidth\relax \@tempdimc-\@tempdimb \advance\@tempdimc\ht\z@ \advance\@tempdimc\dp\z@ \setbox\z@=\hbox{% \lst@frameHBkg\lst@fillcolor\@tempdimb\@firstoftwo \if#1T\rlap{\raise\dp\@tempboxa\box\@tempboxa}% \else\rlap{\lower\ht\@tempboxa\box\@tempboxa}\fi \lst@frameHBkg\lst@rulesepcolor\@tempdimc\@secondoftwo \advance\@tempdimb\ht\@tempboxa \if#1T\rlap{\raise\lst@frametextsep\box\@tempboxa}% \else\rlap{\lower\@tempdimb\box\@tempboxa}\fi \rlap{\box\z@}% }} \gdef\lst@frameH@#1#2#3#4{% \ifx\relax#4\@empty\else \lst@frameh \@tempcntb#1#2#3#4% \advance\@tempcntb\@ne \expandafter\lst@frameH@\expandafter#1% \fi} \gdef\lst@frameHBkg#1#2#3{% \setbox\@tempboxa\hbox{% \kern-\lst@framexleftmargin #3{\kern-\lst@framediml\relax}{\@tempdima\z@}% \ifdim\lst@framediml>\@tempdimb #3{\@tempdima\lst@framediml \advance\@tempdima-\@tempdimb \lst@frameBlock\lst@rulesepcolor\@tempdima\@tempdimb\z@}% {\kern-\lst@framediml \advance\@tempdima\lst@framediml\relax}% \fi #3{\@tempdima\z@ \ifx\lst@framelshape\@empty\else \advance\@tempdima\@tempdimb \fi \ifx\lst@framershape\@empty\else \advance\@tempdima\@tempdimb \fi}% {\ifdim\lst@framedimr>\@tempdimb \advance\@tempdima\lst@framedimr\relax \fi}% \advance\@tempdima\linewidth \advance\@tempdima\lst@framexleftmargin \advance\@tempdima\lst@framexrightmargin \lst@frameBlock#1\@tempdima#2\z@ #3{\ifdim\lst@framedimr>\@tempdimb \@tempdima-\@tempdimb \advance\@tempdima\lst@framedimr\relax \lst@frameBlock\lst@rulesepcolor\@tempdima\@tempdimb\z@ \fi}{}% }} \gdef\lst@frameh#1#2#3#4#5{% \lst@frameCalcDimA#1% \lst@ifframeround \@getcirc\@tempdima \fi \setbox\z@\hbox{% \begingroup \setbox\z@\hbox{% \kern-\lst@framexleftmargin \color@begingroup \ifnum#1=\z@ \lst@rulecolor \else \lst@xrulecolor \fi \lst@frameCornerX\llap{#2L}#3#1% \ifdim\lst@framediml<\@tempdimb \xdef\lst@framediml{\the\@tempdimb}% \fi \begingroup \if#4Y\else \let\lst@framerulewidth\z@ \fi \@tempdima\lst@framexleftmargin \advance\@tempdima\lst@framexrightmargin \advance\@tempdima\linewidth \vrule\@width\@tempdima\@height\lst@framerulewidth \@depth\z@ \endgroup \lst@frameCornerX\rlap{#2R}#5#1% \ifdim\lst@framedimr<\@tempdimb \xdef\lst@framedimr{\the\@tempdimb}% \fi \color@endgroup}% \if#2T\rlap{\raise\dp\z@\box\z@}% \else\rlap{\lower\ht\z@\box\z@}\fi \endgroup \box\z@}} \gdef\lst@frameCornerX#1#2#3#4{% \setbox\@tempboxa\hbox{\csname\@lst @frame\if#3RR\fi #2\endcsname}% \@tempdimb\wd\@tempboxa \if #3R% #1{\box\@tempboxa}% \else \if #3Y\expandafter#1\else \@tempdimb\z@ \expandafter\vphantom \fi {\box\@tempboxa}% \fi} \gdef\lst@frameCalcDimA#1{% \@tempdima\lst@rulesep \advance\@tempdima\lst@framerulewidth \multiply\@tempdima#1\relax \advance\@tempdima\lst@frametextsep \advance\@tempdima\lst@framerulewidth \multiply\@tempdima\tw@} \lst@AddToHook{Init}{\lst@frameInit} \newbox\lst@framebox \gdef\lst@frameInit{% \ifx\lst@framelshape\@empty \let\lst@frameL\@empty \fi \ifx\lst@framershape\@empty \let\lst@frameR\@empty \fi \def\lst@framevrule{\vrule\@width\lst@framerulewidth\relax}% \lst@ifframeround \lst@frameCalcDimA\z@ \@getcirc\@tempdima \@tempdimb\@tempdima \divide\@tempdimb\tw@ \advance\@tempdimb -\@wholewidth \edef\lst@frametextsep{\the\@tempdimb}% \edef\lst@framerulewidth{\the\@wholewidth}% \lst@frameCalcDimA\@ne \@getcirc\@tempdima \@tempdimb\@tempdima \divide\@tempdimb\tw@ \advance\@tempdimb -\tw@\@wholewidth \advance\@tempdimb -\lst@frametextsep \edef\lst@rulesep{\the\@tempdimb}% \fi \lst@frameMakeBoxV\lst@framebox{\ht\strutbox}{\dp\strutbox}% \def\lst@framelr{\copy\lst@framebox}% \ifx\lst@frametshape\@empty\else \lst@frameH T\lst@frametshape \ifvoid\z@\else \par\lst@parshape \@tempdima-\baselineskip \advance\@tempdima\ht\z@ \ifdim\prevdepth<\@cclvi\p@\else \advance\@tempdima\prevdepth \fi \ifdim\@tempdima<\z@ \vskip\@tempdima\vskip\lineskip \fi \noindent\box\z@\par \lineskiplimit\maxdimen \lineskip\z@ \fi \lst@frameSpreadV\lst@framextopmargin \fi} \lst@AddToHook{EveryLine}{\lst@framelr} \global\let\lst@framelr\@empty \lst@AddToHook{DeInit} {\ifx\lst@framebshape\@empty\else \lst@frameExit \fi} \gdef\lst@frameExit{% \lst@frameSpreadV\lst@framexbottommargin \lst@frameH B\lst@framebshape \ifvoid\z@\else \everypar{}\par\lst@parshape\nointerlineskip\noindent\box\z@ \fi} \gdef\lst@frameSpreadV#1{% \ifdim\z@=#1\else \everypar{}\par\lst@parshape\nointerlineskip\noindent \lst@frameMakeBoxV\z@{#1}{\z@}% \box\z@ \fi} \gdef\lst@frameTR{% \vrule\@width.5\@tempdima\@height\lst@framerulewidth\@depth\z@ \kern-\lst@framerulewidth \raise\lst@framerulewidth\hbox{% \vrule\@width\lst@framerulewidth\@height\z@\@depth.5\@tempdima}} \gdef\lst@frameBR{% \vrule\@width.5\@tempdima\@height\lst@framerulewidth\@depth\z@ \kern-\lst@framerulewidth \vrule\@width\lst@framerulewidth\@height.5\@tempdima\@depth\z@} \gdef\lst@frameBL{% \vrule\@width\lst@framerulewidth\@height.5\@tempdima\@depth\z@ \kern-\lst@framerulewidth \vrule\@width.5\@tempdima\@height\lst@framerulewidth\@depth\z@} \gdef\lst@frameTL{% \raise\lst@framerulewidth\hbox{% \vrule\@width\lst@framerulewidth\@height\z@\@depth.5\@tempdima}% \kern-\lst@framerulewidth \vrule\@width.5\@tempdima\@height\lst@framerulewidth\@depth\z@} \gdef\lst@frameRoundT{% \setbox\@tempboxa\hbox{\@circlefnt\char\@tempcnta}% \ht\@tempboxa\lst@framerulewidth \box\@tempboxa} \gdef\lst@frameRoundB{% \setbox\@tempboxa\hbox{\@circlefnt\char\@tempcnta}% \dp\@tempboxa\z@ \box\@tempboxa} \gdef\lst@frameRTR{% \hb@xt@.5\@tempdima{\kern-\lst@framerulewidth \kern.5\@tempdima \lst@frameRoundT \hss}} \gdef\lst@frameRBR{% \hb@xt@.5\@tempdima{\kern-\lst@framerulewidth \advance\@tempcnta\@ne \kern.5\@tempdima \lst@frameRoundB \hss}} \gdef\lst@frameRBL{% \advance\@tempcnta\tw@ \lst@frameRoundB \kern-.5\@tempdima} \gdef\lst@frameRTL{% \advance\@tempcnta\thr@@\lst@frameRoundT \kern-.5\@tempdima} \lst@EndAspect \lst@BeginAspect[keywords]{make} \lst@NewMode\lst@makemode \lst@AddToHook{Output}{% \ifnum\lst@mode=\lst@makemode \ifx\lst@thestyle\lst@gkeywords@sty \lst@makekeytrue \fi \fi} \gdef\lst@makekeytrue{\let\lst@ifmakekey\iftrue} \gdef\lst@makekeyfalse{\let\lst@ifmakekey\iffalse} \global\lst@makekeyfalse % init \lst@Key{makemacrouse}f[t]{\lstKV@SetIf{#1}\lst@ifmakemacrouse} \gdef\lst@MakeSCT{% \lst@ifmakemacrouse \lst@ReplaceInput{$(}{% \lst@PrintToken \lst@EnterMode\lst@makemode{\lst@makekeyfalse}% \lst@Merge{\lst@ProcessOther\$\lst@ProcessOther(}}% \lst@ReplaceInput{)}{% \ifnum\lst@mode=\lst@makemode \lst@PrintToken \begingroup \lst@ProcessOther)% \lst@ifmakekey \let\lst@currstyle\lst@gkeywords@sty \fi \lst@OutputOther \endgroup \lst@LeaveMode \else \expandafter\lst@ProcessOther\expandafter)% \fi}% \else \lst@ReplaceInput{$(}{\lst@ProcessOther\$\lst@ProcessOther(}% \fi} \lst@EndAspect \lst@BeginAspect{0.21} \lst@Key{labelstyle}{}{\def\lst@numberstyle{#1}} \lst@Key{labelsep}{10pt}{\def\lst@numbersep{#1}} \lst@Key{labelstep}{0}{% \ifnum #1=\z@ \KV@lst@numbers{none}% \else \KV@lst@numbers{left}\fi \def\lst@stepnumber{#1\relax}} \lst@Key{firstlabel}\relax{\def\lst@firstnumber{#1\relax}} \lst@Key{advancelabel}\relax{\def\lst@advancenumber{#1\relax}} \let\c@lstlabel\c@lstnumber \lst@AddToHook{Init}{\def\thelstnumber{\thelstlabel}} \newcommand*\thelstlabel{\@arabic\c@lstlabel} \lst@Key{first}\relax{\def\lst@firstline{#1\relax}} \lst@Key{last}\relax{\def\lst@lastline{#1\relax}} \lst@Key{framerulewidth}{.4pt}{\def\lst@framerulewidth{#1}} \lst@Key{framerulesep}{2pt}{\def\lst@rulesep{#1}} \lst@Key{frametextsep}{3pt}{\def\lst@frametextsep{#1}} \lst@Key{framerulecolor}{}{\lstKV@OptArg[]{#1}% {\ifx\@empty##2\@empty \let\lst@rulecolor\@empty \else \ifx\@empty##1\@empty \def\lst@rulecolor{\color{##2}}% \else \def\lst@rulecolor{\color[##1]{##2}}% \fi \fi}} \lst@Key{backgroundcolor}{}{\lstKV@OptArg[]{#1}% {\ifx\@empty##2\@empty \let\lst@bkgcolor\@empty \else \ifx\@empty##1\@empty \def\lst@bkgcolor{\color{##2}}% \else \def\lst@bkgcolor{\color[##1]{##2}}% \fi \fi}} \lst@Key{framespread}{\z@}{\def\lst@framespread{#1}} \lst@AddToHook{PreInit} {\@tempdima\lst@framespread\relax \divide\@tempdima\tw@ \edef\lst@framextopmargin{\the\@tempdima}% \let\lst@framexrightmargin\lst@framextopmargin \let\lst@framexbottommargin\lst@framextopmargin \advance\@tempdima\lst@xleftmargin\relax \edef\lst@framexleftmargin{\the\@tempdima}} \newdimen\lst@innerspread \newdimen\lst@outerspread \lst@Key{spread}{\z@,\z@}{\lstKV@CSTwoArg{#1}% {\lst@innerspread##1\relax \ifx\@empty##2\@empty \divide\lst@innerspread\tw@\relax \lst@outerspread\lst@innerspread \else \lst@outerspread##2\relax \fi}} \lst@AddToHook{BoxUnsafe}{\lst@outerspread\z@ \lst@innerspread\z@} \lst@Key{wholeline}{false}[t]{\lstKV@SetIf{#1}\lst@ifresetmargins} \lst@Key{indent}{\z@}{\def\lst@xleftmargin{#1}} \lst@AddToHook{PreInit} {\lst@innerspread=-\lst@innerspread \lst@outerspread=-\lst@outerspread \ifodd\c@page \advance\lst@innerspread\lst@xleftmargin \else \advance\lst@outerspread\lst@xleftmargin \fi \ifodd\c@page \edef\lst@xleftmargin{\the\lst@innerspread}% \edef\lst@xrightmargin{\the\lst@outerspread}% \else \edef\lst@xleftmargin{\the\lst@outerspread}% \edef\lst@xrightmargin{\the\lst@innerspread}% \fi} \lst@Key{defaultclass}\relax{\def\lst@classoffset{#1}} \lst@Key{stringtest}\relax{}% dummy \lst@Key{outputpos}\relax{\lst@outputpos#1\relax\relax} \lst@Key{stringspaces}\relax[t]{\lstKV@SetIf{#1}\lst@ifshowstringspaces} \lst@Key{visisblespaces}\relax[t]{\lstKV@SetIf{#1}\lst@ifshowspaces} \lst@Key{visibletabs}\relax[t]{\lstKV@SetIf{#1}\lst@ifshowtabs} \lst@EndAspect \lst@BeginAspect{fancyvrb} \@ifundefined{FancyVerbFormatLine} {\typeout{^^J% ***^^J% *** `listings.sty' needs `fancyvrb.sty' right now.^^J% *** Please ensure its availability and try again.^^J% ***^^J}% \batchmode \@@end}{} \gdef\lstFV@fancyvrb{% \lst@iffancyvrb \ifx\FancyVerbFormatLine\lstFV@FancyVerbFormatLine\else \let\lstFV@FVFL\FancyVerbFormatLine \let\FancyVerbFormatLine\lstFV@FancyVerbFormatLine \fi \else \ifx\lstFV@FVFL\@undefined\else \let\FancyVerbFormatLine\lstFV@FVFL \let\lstFV@FVFL\@undefined \fi \fi} \gdef\lstFV@VerbatimBegin{% \ifx\FancyVerbFormatLine\lstFV@FancyVerbFormatLine \lsthk@TextStyle \lsthk@BoxUnsafe \lsthk@PreSet \lst@activecharsfalse \let\normalbaselines\relax \lst@Init\relax \lst@ifresetmargins \advance\linewidth-\@totalleftmargin \fi \everypar{}\global\lst@newlines\z@ \lst@mode\lst@nomode \let\lst@entermodes\@empty \lst@InterruptModes %% D.G. modification begin - Nov. 25, 1998 \let\@noligs\relax %% D.G. modification end \fi} \gdef\lstFV@VerbatimEnd{% \ifx\FancyVerbFormatLine\lstFV@FancyVerbFormatLine \global\setbox\lstFV@gtempboxa\box\@tempboxa \global\let\@gtempa\FV@ProcessLine \lst@mode\lst@Pmode \lst@DeInit \let\FV@ProcessLine\@gtempa \setbox\@tempboxa\box\lstFV@gtempboxa \par \fi} \newbox\lstFV@gtempboxa \lst@AddTo\FV@VerbatimBegin\lstFV@VerbatimBegin \lst@AddToAtTop\FV@VerbatimEnd\lstFV@VerbatimEnd \lst@AddTo\FV@LVerbatimBegin\lstFV@VerbatimBegin \lst@AddToAtTop\FV@LVerbatimEnd\lstFV@VerbatimEnd \lst@AddTo\FV@BVerbatimBegin\lstFV@VerbatimBegin \lst@AddToAtTop\FV@BVerbatimEnd\lstFV@VerbatimEnd \gdef\lstFV@FancyVerbFormatLine#1{% \let\lst@arg\@empty \lst@FVConvert#1\@nil \global\lst@newlines\z@ \vtop{\leavevmode\lst@parshape \lst@ReenterModes \lst@arg \lst@PrintToken\lst@EOLUpdate\lsthk@InitVarsBOL \lst@InterruptModes}} \lst@Key{fvcmdparams}% {\overlay\@ne}% {\def\lst@FVcmdparams{,#1}} \lst@Key{morefvcmdparams}\relax{\lst@lAddTo\lst@FVcmdparams{,#1}} \gdef\lst@FVConvert{\@tempcnta\z@ \lst@FVConvertO@}% \gdef\lst@FVConvertO@{% \ifcase\@tempcnta \expandafter\futurelet\expandafter\@let@token \expandafter\lst@FVConvert@@ \else \expandafter\lst@FVConvertO@a \fi} \gdef\lst@FVConvertO@a#1{% \lst@lAddTo\lst@arg{{#1}}\advance\@tempcnta\m@ne \lst@FVConvertO@}% \gdef\lst@FVConvert@@{% \ifcat\noexpand\@let@token\bgroup \expandafter\lst@FVConvertArg \else \expandafter\lst@FVConvert@ \fi} \gdef\lst@FVConvertArg#1{% {\let\lst@arg\@empty \lst@FVConvert#1\@nil \global\let\@gtempa\lst@arg}% \lst@lExtend\lst@arg{\expandafter{\@gtempa\lst@PrintToken}}% \lst@FVConvert} \gdef\lst@FVConvert@#1{% \ifx \@nil#1\else \if\relax\noexpand#1% \lst@lAddTo\lst@arg{\lst@OutputLostSpace\lst@PrintToken#1}% \else \lccode`\~=`#1\lowercase{\lst@lAddTo\lst@arg~}% \fi \expandafter\lst@FVConvert \fi} \gdef\lst@FVConvert@#1{% \ifx \@nil#1\else \if\relax\noexpand#1% \lst@lAddTo\lst@arg{\lst@OutputLostSpace\lst@PrintToken#1}% \def\lst@temp##1,#1##2,##3##4\relax{% \ifx##3\@empty \else \@tempcnta##2\relax \fi}% \expandafter\lst@temp\lst@FVcmdparams,#1\z@,\@empty\relax \else \lccode`\~=`#1\lowercase{\lst@lAddTo\lst@arg~}% \fi \expandafter\lst@FVConvertO@ \fi} \lst@EndAspect \lst@BeginAspect[keywords,comments,strings,language]{lgrind} \gdef\lst@LGGetNames#1:#2\relax{% \lst@NormedDef\lstlang@{#1}\lst@ReplaceInArg\lstlang@{|,}% \def\lst@arg{:#2}} \gdef\lst@LGGetValue#1{% \lst@false \def\lst@temp##1:#1##2##3\relax{% \ifx\@empty##2\else \lst@LGGetValue@{#1}\fi} \expandafter\lst@temp\lst@arg:#1\@empty\relax} \gdef\lst@LGGetValue@#1{% \lst@true \def\lst@temp##1:#1##2:##3\relax{% \@ifnextchar=\lst@LGGetValue@@{\lst@LGGetValue@@=}##2\relax \def\lst@arg{##1:##3}}% \expandafter\lst@temp\lst@arg\relax} \gdef\lst@LGGetValue@@=#1\relax{\def\lst@LGvalue{#1}} \gdef\lst@LGGetComment#1#2{% \let#2\@empty \lst@LGGetValue{#1b}% \lst@if \let#2\lst@LGvalue \lst@LGGetValue{#1e}% \ifx\lst@LGvalue\lst@LGEOL \edef\lstlang@{\lstlang@,commentline={#2}}% \let#2\@empty \else \edef#2{{#2}{\lst@LGvalue}}% \fi \fi} \gdef\lst@LGGetString#1#2{% \lst@LGGetValue{#1b}% \lst@if \let#2\lst@LGvalue \lst@LGGetValue{#1e}% \ifx\lst@LGvalue\lst@LGEOL \edef\lstlang@{\lstlang@,morestringizer=[l]{#2}}% \else \ifx #2\lst@LGvalue \edef\lstlang@{\lstlang@,morestringizer=[d]{#2}}% \else \edef\lst@temp{\lst@LGe#2}% \ifx \lst@temp\lst@LGvalue \edef\lstlang@{\lstlang@,morestringizer=[b]{#2}}% \else \PackageWarning{Listings}% {String #2...\lst@LGvalue\space not supported}% \fi \fi \fi \fi} \gdef\lst@LGDefLang{% \lst@LGReplace \let\lstlang@\empty \lst@LGGetValue{kw}% \lst@if \lst@ReplaceInArg\lst@LGvalue{{ },}% \edef\lstlang@{\lstlang@,keywords={\lst@LGvalue}}% \fi \lst@LGGetValue{oc}% \lst@if \edef\lstlang@{\lstlang@,sensitive=f}% \fi \lst@LGGetValue{id}% \lst@if \edef\lstlang@{\lstlang@,alsoletter=\lst@LGvalue}% \fi \lst@LGGetComment a\lst@LGa \lst@LGGetComment c\lst@LGc \ifx\lst@LGa\@empty \ifx\lst@LGc\@empty\else \edef\lstlang@{\lstlang@,singlecomment=\lst@LGc}% \fi \else \ifx\lst@LGc\@empty \edef\lstlang@{\lstlang@,singlecomment=\lst@LGa}% \else \edef\lstlang@{\lstlang@,doublecomment=\lst@LGc\lst@LGa}% \fi \fi \lst@LGGetString s\lst@LGa \lst@LGGetString l\lst@LGa \lst@LGGetValue{tc}% \lst@if \edef\lstlang@{\lstlang@,lgrindef=\lst@LGvalue}% \fi \expandafter\xdef\csname\@lst LGlang@\lst@language@\endcsname {\noexpand\lstset{\lstlang@}}% \lst@ReplaceInArg\lst@arg{{: :}:}\let\lst@LGvalue\@empty \expandafter\lst@LGDroppedCaps\lst@arg\relax\relax \ifx\lst@LGvalue\@empty\else \PackageWarningNoLine{Listings}{Ignored capabilities for \space `\lst@language@' are\MessageBreak\lst@LGvalue}% \fi} \gdef\lst@LGDroppedCaps#1:#2#3{% \ifx#2\relax \lst@RemoveCommas\lst@LGvalue \else \edef\lst@LGvalue{\lst@LGvalue,#2#3}% \expandafter\lst@LGDroppedCaps \fi} \begingroup \catcode`\/=0 \lccode`\z=`\:\lccode`\y=`\^\lccode`\x=`\$\lccode`\v=`\| \catcode`\\=12\relax /lowercase{% /gdef/lst@LGReplace{/lst@ReplaceInArg/lst@arg {{\:}{z }{\^}{y}{\$}{x}{\|}{v}{ \ }{ }{:\ :}{:}{\ }{ }{\(}({\)})}} /gdef/lst@LGe{\e} } /endgroup \gdef\lst@LGRead#1\par{% \lst@LGGetNames#1:\relax \def\lst@temp{endoflanguagedefinitions}% \ifx\lstlang@\lst@temp \let\lst@next\endinput \else \expandafter\lst@IfOneOf\lst@language@\relax\lstlang@ {\lst@LGDefLang \let\lst@next\endinput}% {\let\lst@next\lst@LGRead}% \fi \lst@next} \lst@Key{lgrindef}\relax{% \lst@NormedDef\lst@language@{#1}% \begingroup \@ifundefined{lstLGlang@\lst@language@}% {\everypar{\lst@LGRead}% \catcode`\\=12\catcode`\{=12\catcode`\}=12\catcode`\%=12% \catcode`\#=14\catcode`\$=12\catcode`\^=12\catcode`\_=12\relax \input{\lstlgrindeffile}% }{}% \endgroup \@ifundefined{lstLGlang@\lst@language@}% {\PackageError{Listings}% {LGrind language \lst@language@\space undefined}% {The language is not loadable. \@ehc}}% {\lsthk@SetLanguage \csname\@lst LGlang@\lst@language@\endcsname}} \@ifundefined{lstlgrindeffile} {\lst@UserCommand\lstlgrindeffile{lgrindef.}}{} \lst@EndAspect \lst@BeginAspect[keywords]{hyper} \lst@Key{hyperanchor}\hyper@@anchor{\let\lst@hyperanchor#1} \lst@Key{hyperlink}\hyperlink{\let\lst@hyperlink#1} \lst@InstallKeywords{h}{hyperref}{}\relax{} {\begingroup \let\lst@UM\@empty \xdef\@gtempa{\the\lst@token}% \endgroup \lst@GetFreeMacro{lstHR@\@gtempa}% \global\expandafter\let\lst@freemacro\@empty \@tempcntb\@tempcnta \advance\@tempcntb\m@ne \edef\lst@alloverstyle##1{% \let\noexpand\lst@alloverstyle\noexpand\@empty \noexpand\smash{\raise\baselineskip\hbox {\noexpand\lst@hyperanchor{lst.\@gtempa\the\@tempcnta}% {\relax}}}% \ifnum\@tempcnta=\z@ ##1\else \noexpand\lst@hyperlink{lst.\@gtempa\the\@tempcntb}{##1}% \fi}% } od \lst@EndAspect \endinput %% %% End of file `lstmisc.sty'. xmds-doc-0~svn.1884/latex/tutTemplateStart.tex0000644000175000017500000006516610661264670020742 0ustar rafaelrafael% $Id: tutTemplateStart.tex 1510 2007-08-17 09:26:16Z paultcochrane $ % Copyright (C) 2000-2007 % % Code contributed by Greg Collecutt, Joseph Hope and the xmds-devel team % % This file is part of xmds. % % This program is free software; you can redistribute it and/or % modify it under the terms of the GNU General Public License % as published by the Free Software Foundation; either version 2 % of the License, or (at your option) any later version. % % This program is distributed in the hope that it will be useful, % but WITHOUT ANY WARRANTY; without even the implied warranty of % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License % along with this program; if not, write to the Free Software % Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. \chapter{Using a template} \label{chap:usingATemplate} In this tutorial, we're going to hack an \xmds template to pieces to write a simulation script. This is possibly one of the easiest ways to make an \xmds simulation script; almost everything has been done for you, and all that is left for you to do is to translate the equations into something a C/C++ compiler could understand. This tutorial builds upon the skills learnt in \Chap{chap:tutFromScratch} and from the knowledge (of the existence of, at least) of the extra tags discussed in \Chap{chap:extraAndAdvancedFeatures}. \section{The advection equation} \label{sec:theAdvectionEquation} But first, the problem. Here we'll solve the one dimensional advection equation \begin{equation} \frac{\del}{\del t} A(x,t) = -v \frac{\del}{\del x} A(x,t), \label{eq:advectionEquation} \end{equation} where $A(x,t)$ is the field to evolve according to the differential equation, $x$ is the spatial dimension, $t$ is time, and $v$ is the velocity of the wave. As with the two examples discussed in \Chap{chap:tutFromScratch}, this example is adapted from that in Garcia~\cite{Garcia:1994:1}. We shall use in this example an initial pulse which is a cosine-modulated Gaussian: \begin{equation} A(x,t=0) = \cos[k(x-x_0)] \exp\left[-\frac{(x-x_0)^2}{2\sigma^2}\right], \label{eq:cosineModulatedGaussian} \end{equation} where $k = 2\pi/\lambda$ is the wave number of the pulse, which has a wavelength $\lambda$, $x_0$ is the initial peak position of the pulse, and $\sigma$ is the initial pulse width (standard deviation). This initial condition has an analytical solution (which we give here merely for interest value) \begin{align} A(x,t) &= \cos\{k[(x - vt) - x_0]\} \exp\left\{-\frac{[(x - vt) - x_0]^2}{2\sigma^2}\right\}\\ &= \cos\{k[x - (x_0 + vt)]\} \exp\left\{-\frac{[x - (x_0 + vt)]^2}{2\sigma^2}\right\}, \label{eq:cosineModulatedGaussianSolution} \end{align} which is still a cosine-modulated Gaussian, just displaced by an amount $vt$. The boundary conditions we shall use are periodic, and since we get this for free when using \xmds, there isn't anything special we need to do here, other than to keep in mind that the boundary conditions are periodic. As with the diffusion equation example, we'll make the $x$ domain go from -0.5 to 0.5, we'll set the value of $\sigma$ to 0.1, and $x_0$ to 0. The wave speed we'll set to 1. Any other parameters will be mentioned as we go through and hack with the code. \section{The template code} Here is the code that we're going to hack with. This is just an outline of many of the tags that we can use to perform a simulation using \xmds. Most of them you should know by now, but one or two you may be unfamiliar with, this is ok, as we don't need them for what we want to do. Comments have been put all through the document to give a better idea of what the tags do and what their default value is (if any). \begin{xmdsCode} no 1 2 no yes yes yes yes main (,) main complex yes \end{xmdsCode} \section{Ripping it to bits} Now all we need to do is to work out what we need and don't need, and to throw the relevant numbers and equations into the relevant places. If the pace is too high, you might like to go back and re-read \Chap{chap:tutFromScratch} to make sure you got it all. \subsection{Global system parameters and functionality} Looking at the block of code that sits between the start \xmdsTag{simulation} tag and the \xmdsTag{globals} element, we can add the following things: the name of the simulation is \ttt{advection}, the author is \ttt{Paul Cochrane}, and the description can be something like: \begin{xmdsCode} Solves the one-dimensional advection equation for an initial cosine-modulated Gaussian pulse. Adapted from A. L. Garcia, "Numerical Methods in Physics" (1994). \end{xmdsCode} The propagation dimension is in time, so we set \xmdsTag{prop\_dim} to \ttt{t}, the simulation \emph{isn't} stochastic, so we can leave the code where it is, or remove it since it's set to the default setting anyway. We'll remove it in this case as we don't gain anything, and it's extra code floating around that we don't need. Since this isn't a stochastic simulation, this implies that the \xmdsTag{paths}, \xmdsTag{seed} and \xmdsTag{noises} tags are unnecessary. Also, we don't need the \xmdsTag{use\_mpi} tag either, because we've not met it before, the simulation is not stochastic, so making it use MPI (the message passing interface for parallel simulations) is a waste of time, and the default setting is off, so again, we rip this tag out. We might as well leave error checking on (it's the default anyway), and leave the \xmdsTag{error\_check} tag the way it is. This is especially important at the early stages of writing a simulation, as one can then get an indication of the discretisation error of the simulation and this information can tell us how to tweak the simulation parameters if necessary. Leaving the \xmdsTag{error\_check} tag in the code is a good idea, as we'll probably want to switch it off at some later stage, and if we leave it in the code we can remember to do this if we want. We definitely want to use FFTW's wisdom feature. This is because we have a differential in space, and it is nice and easy to define the operator in $k$-space, implying that we'll need to use Fourier transforms, and using ``wisdom'' speeds up the startup time of our simulations. Hence, we leave \xmdsTag{use\_wisdom} as is. Benchmarking the code doesn't take up much room in the script, nor does it take up much time in the code, and it can be interesting to have around, so we'll leave the \xmdsTag{benchmark} tag there. However, preferences are on by default anyway, and switching them off probably won't be of much use, so we'll get rid of the \xmdsTag{use\_prefs} tag, which will set it to the default value of \ttt{yes}. We've seen in \Chap{chap:extraAndAdvancedFeatures} how one can use command line arguments with the \xmdsTag{argv} tagset. At this stage of simulation writing it's a good idea just to get things going, and not worry about varying these parameters just yet, so what we'll do is set them in the \xmdsTag{globals} block and add the \xmdsTag{argv} stuff in later if we want to. The first chunk of code is now: \begin{xmdsCode} advection Paul Cochrane Solves the one-dimensional advection equation for an initial cosine-modulated Gaussian pulse. Adapted from A. L. Garcia, "Numerical Methods in Physics"(1994). t yes yes yes \end{xmdsCode} \subsection{Global variables for the simulation} Our global variables are $v$, $k$, $x_0$ and $\sigma$ (from inspection of the equations in \Sec{sec:theAdvectionEquation}), therefore, we need to use the following code for the \xmdsTag{globals} block. \begin{xmdsCode} \end{xmdsCode} Notice that we've not used the \ttt{const} keyword in front of the \ttt{k} declaration and assignment. This is because we're deriving the value of the wave number from the standard deviation of the wave, and so the value itself (as far as C/C++ is concerned) isn't a constant. If you're worried that this may be a problem further down the track, don't, because it isn't. \subsection{The field to be integrated over} The field, as per normal, has a name of \ttt{main}. We have one dimension other than the propagation dimension, and that is \ttt{x}, which we want to put say 50 grid points (i.e.~\xmdsTag{lattice} is set to 50), and as mentioned earlier, we want the domain to go from -0.5 to 0.5, so the \xmdsTag{domains} tag is set to \ttt{(-0.5,0.5)}. We want to sample the first point of this dimension, so we set \xmdsTag{samples} to \ttt{1}. Within the \xmdsTag{vector} assignments we only have one vector to define, and since we have to call at least one vector \ttt{main}, we'll use that. It will have to have a complex type because we're going to be using Fourier space for part of the integration, hence we set \xmdsTag{type} to \ttt{complex}. There is only one component we have to define, and that is the field \ttt{A} that we'll be integrating over. We therefore use \ttt{A} as the \xmdsTag{components} assignment. This isn't going to be defined in Fourier space, so the \xmdsTag{fourier\_space} assignment is set to \ttt{no}. The trickiest part here is now defining the equation in the \CDATA block. Recalling the initial condition in \eqn{eq:cosineModulatedGaussian}, we therefore declare the variable \ttt{A} as \begin{xmdsCode} A = rcomplex( cos(k*(x-x0)) * exp(-(x-x0)*(x-x0)/(2.0*sigma*sigma)), 0.0); \end{xmdsCode} where we have used the \ttt{rcomplex} function with a zero imaginary argument to define the (initially real) quantity, however, of \ttt{complex} type. The result of these definitions gives us the following code for the \xmdsTag{field} element: \begin{xmdsCode} main x 50 (-0.5,0.5) 1 main complex A no \end{xmdsCode} \subsection{The sequence of integrations to perform} Now we come to the \xmdsTag{sequence} section of the code. There's only one such sequence in this simulation, so we really only need to worry about the \xmdsTag{integrate} block. The algorithm we'll use here is the fourth-order Runge-Kutta method in the explicit picture. We want the wave to circle the system the once, so we'll choose the \xmdsTag{interval} and \xmdsTag{lattice} so that it does so, while having a step size of about 0.002. We therefore set \xmdsTag{interval} to \ttt{1}, and \xmdsTag{lattice} to \ttt{500}. Only 50 points are really necessary for the output of this, hence \xmdsTag{samples} is set to \ttt{50}. The next section to define is the \xmdsTag{k\_operators} element. The $k$-space operator is constant in time, and we'll call it \ttt{L} (which is sort of a convention in the \xmds community). Since the operator acts in Fourier space, the spatial derivative merely becomes a multiplication, and so we can set the \CDATA block (within the \xmdsTag{k\_operators} element) to: \begin{xmdsCode} \end{xmdsCode} Note that we have used the \ttt{rcomplex()} function, and that the operator is complex. This is because of the mapping of derivatives in $x$-space to $k$ vectors in $k$-space; remember that \begin{equation} \frac{\del}{\del x} \mapsto i k_x. \end{equation} There are no \xmdsTag{vectors} to define, so we can just delete this line, however, we must write down the differential equation we're trying to solve. So, remembering \eqn{eq:advectionEquation}, and the fact that \xmds uses a special syntax for writing the differential equation in the \xmdsTag{integrate} element, the \CDATA section within the \xmdsTag{integrate} element is: \begin{xmdsCode} \end{xmdsCode} Note that we \emph{didn't} write down the equations as \begin{xmdsCode} \end{xmdsCode} and define the operator as \ttt{L = rcomplex(0.0, kx);}. This is because of the way \xmds transplants the equations into the code, and specifying the constants within the operators is the most general way \xmds can do this. Heed a warning here though: \xmds at present doesn't pick this kind of error up, so, one can write the equation as just mentioned and \xmds will happily do its thing, however, your answers will be \emph{wrong}. So, the advice here is to be \emph{really careful}. The \xmdsTag{sequence} element now looks like this: \begin{xmdsCode} RK4EX 1 500 50 yes L \end{xmdsCode} \subsection{The output to generate} We're in the home stretch now! All we need to do is tell \xmds what to spit out at the end of the simulation. We'll use ascii output (a bit more portable) and remove the precision assignment; we won't sample the output moments in Fourier space; we only have one dimension to sample (namely \ttt{x}) and we'll use 50 points here; there is only one moment to output, and that is the field amplitude which we'll call \ttt{amp}; and finally the code to sample the output moment is simply equal to the amplitude of the field which is just \ttt{A}, so the code put into the \CDATA block is \ttt{amp = A;}. The \xmdsTag{output} element code is therefore: \begin{xmdsCode} no 50 amp \end{xmdsCode} \subsection{The final program} And that's it! The finished simulation is this: \begin{xmdsCode} advection Paul Cochrane Solves the one-dimensional advection equation for an initial cosine-modulated Gaussian pulse. Adapted from A. L. Garcia, "Numerical Methods in Physics"(1994). t yes yes yes main x 50 (-0.5,0.5) 1 main complex A no RK4EX 1 500 50 yes L no 50 amp \end{xmdsCode} Here is a link to the finished (gzipped) script file \htmladdnormallink{advection.xmds.gz}{http://www.xmds.org/examples/advection.xmds.gz} on the \xmds web site (\htmladdnormallink{http://www.xmds.org}{http://www.xmds.org}). \section{Making the simulation and getting results} As per usual, we just need to run \xmds on the simulation script, and then run the simulation. So, here we go: \begin{shellCode} % xmds advection.xmds Output file name defaulting to 'advection.xsil' compiling ... g++ -pthread -O3 -ffast-math -funroll-all-loops -fomit-frame-pointer -o advection advection.cc -I/home/cochrane/bin -lstdc++ -lm -lxmds -L/home/cochrane/bin -lfftw_threads -lfftw advection ready to execute \end{shellCode} then: \begin{shellCode} % advection Performing fftw calculations Standing upon the shoulders of giants... (Importing wisdom) Making forward plan Making backward plan Keeping accumulated wisdom Finished fftw calculations Beginning full step integration ... Sampled field (for moment group #1) at t = 0.000000e+00 Sampled field (for moment group #1) at t = 2.000000e-02 Sampled field (for moment group #1) at t = 4.000000e-02 Sampled field (for moment group #1) at t = 9.600000e-01 Sampled field (for moment group #1) at t = 9.800000e-01 Sampled field (for moment group #1) at t = 1.000000e-00 maximum step error in moment group 1 was 7.801465e-06 Time elapsed for simulation is: 0 seconds \end{shellCode} That was fast eh? And the error isn't too bad at about $10^{-5}$, so we can be vaguely confident of the results. Lets look at them now, in both Matlab (or Octave) and Scilab. \subsection{Matlab and Octave} Using \ttt{xsil2graphics} we generate the Matlab or Octave script by the command: \begin{shellCode} % xsil2graphics advection.xsil \end{shellCode} and then running the following commands in Matlab or Octave: \begin{matlabCode} >> advection >> mesh(t_1,x_1,amp_1) >> xlabel('t') >> ylabel('x') >> zlabel('A') \end{matlabCode} Doing all this should produce something very similar to that in \fig{fig:advectionMatlabPlot}. \begin{figure}[!h] \centerline{\includegraphics[width=\figwidth]{figures/advectionMatlabPlot}} \caption{Three dimensional plot in Matlab of a cosine-modulated Gaussian pulse according to the advection equation. Parameters used were: $v = 1$, $\sigma = 0.1$, $x_0=0$, $k = \pi/\sigma$. Notice that with the periodic boundary conditions that the pulse moves off one side of the figure and re-enters from the opposite side.} \label{fig:advectionMatlabPlot} \end{figure} \subsection{Scilab} Using \ttt{xsil2graphics} we generate the Scilab script by the command: \begin{shellCode} % xsil2graphics -scilab advection.xsil \end{shellCode} and then running the following commands in Scilab: \begin{scilabCode} -->exec('advection.sci') -->temp_d1 = zeros(50,51); -->t_1 = zeros(1,51); -->temp_d2 = zeros(50,51); -->x_1 = zeros(1,50); -->amp_1 = zeros(50,51); -->error_amp_1 = zeros(50,51); -->advection1 = fscanfMat('advection1.dat'); Error Info buffer is too small (too many columns in your file ?) -->temp_d1(:) = advection1(:,1); -->temp_d2(:) = advection1(:,2); -->amp_1(:) = advection1(:,3); -->error_amp_1(:) = advection1(:,4); -->t_1(:) = temp_d1(1,:); -->x_1(:) = temp_d2(:,1); -->clear advection1 temp_d1 temp_d2 -->plot3d(x_1,t_1,amp_1) \end{scilabCode} which should generate something similar to that in \fig{fig:advectionScilabPlot}. \begin{figure}[!h] \centerline{\includegraphics[width=\figwidth]{figures/advectionScilabPlot}} \caption{Three dimensional plot in Scilab of a cosine-modulated Gaussian pulse according to the advection equation. Parameters used were: $v = 1$, $\sigma = 0.1$, $x_0=0$, $k = \pi/\sigma$. Notice that with the periodic boundary conditions that the pulse moves off one side of the figure and re-enters from the opposite side.} \label{fig:advectionScilabPlot} \end{figure} \section{Adding command line arguments} Now that we're happy with how the simulation is performing, we can define some command line arguments so that we can investigate the system more easily. We might as well be able to change all of the global variables except for $k$ (since it depends on one of the other variables), so add the following code snippet just before the \xmdsTag{globals} block: \begin{xmdsCode} v double 1.0 x0 double 0.0 sigma double 0.1 \end{xmdsCode} But remember to comment out these variables in the \xmdsTag{globals} block otherwise the compiler will throw an error. Now you can have a play! Try different variable options and see how the equations and \xmds perform. \section{The xmds --template option} A new feature of \xmds, as of version 1.3-3, is the output of a template code. When \xmds is called with the \ttt{-template} (or equivalently the \ttt{-t}) option, then a template code will be written to either standard output (i.e.~the terminal), or to file, if a filename is given after the \ttt{--template} flag. For instance, if one entered the following at the command line: \begin{shellCode} % xmds --template \end{shellCode} then you would see several lines of \xmds code scroll past. What's the use in it just scrolling past you say? Well, you could pipe this output to file like so: \begin{shellCode} % xmds --template > new_xmds_file.xmds \end{shellCode} Nice eh? However, it is possible to save on keystrokes by getting \xmds to make the file directly, saving you from having to use shell-related commands to save the output. To save a template directly to file, just enter this command: \begin{shellCode} % xmds --template new_xmds_file.xmds \end{shellCode} and this will make a new file for you called \ttt{new\_xmds\_file.xmds} in the same directory as \xmds was called. Why have the ability to just send the template to the screen? Well, doing so doesn't slow things down, and it gives an extra level of flexibility, and we're here to make your life as the user of \xmds as easy as possible. xmds-doc-0~svn.1884/latex/outlook.tex0000644000175000017500000000536210611542642017071 0ustar rafaelrafael% $Id: outlook.tex 1322 2007-04-19 01:28:02Z paultcochrane $ % Copyright (C) 2000-2007 % % Code contributed by Greg Collecutt, Joseph Hope and the xmds-devel team % % This file is part of xmds. % % This program is free software; you can redistribute it and/or % modify it under the terms of the GNU General Public License % as published by the Free Software Foundation; either version 2 % of the License, or (at your option) any later version. % % This program is distributed in the hope that it will be useful, % but WITHOUT ANY WARRANTY; without even the implied warranty of % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License % along with this program; if not, write to the Free Software % Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. \chapter{Outlook} \label{sec: xmds outlook} One current draw back with \xmds is that the ``rule base'' used to perform the code generation is buried in the main source code, and thus this code must be modified every time the scope of the input syntax is to be extended. Perhaps it would be better, if it were possible, to extract the transformation rules into a set of hierarchical libraries (probably also in XML) which remain separate to the \xmds source code. This way new functionality may be added by any user without having to modify the original source code. Also, it is quite clear that current computers have different strengths and weaknesses compared to their counterparts of a decade ago, and this has a significant impact on algorithms designed for maximum speed. In particular, modern processors are becoming more like factory production lines. They incorporate a large number of internal registers and a vectorised instruction set, which means that the time required to multiply two large arrays of numbers (on a point by point basis) scales significantly less than linearly with the size of the arrays (provided they remain within RAM!). For example, consider a problem requiring repeated use of an array of numbers calculated from a transcendental function (e.g. exp(), sin(), log(), ...). In the past it was faster to recalculate each number each time it was needed than to calculate the array once and repeatedly fetch the entries out of RAM, but with the majority of current processors the opposite is now the case. Thus, provided the problem remains within the size of the computer's RAM, it is now quite acceptable to use algorithms that store a number of variables as arrays and utilise vector style math. However, there is no guarantee that this will always be the case, and so developers of numerically intensive algorithms must remain alert to trends in processor design. xmds-doc-0~svn.1884/latex/stochasticSimsAndMPI.tex0000644000175000017500000006011210661264670021367 0ustar rafaelrafael% $Id: stochasticSimsAndMPI.tex 1510 2007-08-17 09:26:16Z paultcochrane $ % Copyright (C) 2000-2007 % % Code contributed by Greg Collecutt, Joseph Hope and the xmds-devel team % % This file is part of xmds. % % This program is free software; you can redistribute it and/or % modify it under the terms of the GNU General Public License % as published by the Free Software Foundation; either version 2 % of the License, or (at your option) any later version. % % This program is distributed in the hope that it will be useful, % but WITHOUT ANY WARRANTY; without even the implied warranty of % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License % along with this program; if not, write to the Free Software % Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. \chapter{Stochastic simulations and MPI} \label{chap:stochasticSimsAndMPI} One of the most powerful features of \xmds is its ability to automatically parallelise stochastic (funky way to say ``random'') simulations. To illustrate this power we're going to have a look at an example of a stochastic differential equation (SDE) both with and without the use of MPI (the Message Passing Interface used for running parallel simulations). The physical model we'll be investigating is the simplified Kubo oscillator model taken from Gardiner~\cite{Gardiner:1997:1}. \begin{equation} \frac{dz}{dt} = i[\omega + \sqrt{2\gamma} \xi (t)]z \label{eq:kuboEquation} \end{equation} This system is a model of an oscillator with a mean frequency $\omega$ perturbed by a noise term $\xi (t)$. The parameter $\gamma$ describes the strength of the noise perturbation. Examples of where this could be used to model an actual physical system are in the theories of magnetic resonance and laser physics, and in single molecule spectroscopy. \section{Without MPI} First off, let's solve this problem without MPI. For those of you who don't know, MPI is the Message Passing Interface and is the current de-facto standard for performing computer simulations in parallel. MPI is a very powerful library of routines that allow one to perform different parts of a simulation concurrently on different processors and be able to handle the relevant communication between processors, or to run the same simulation with different parameters on different processors, thereby in both situations speeding up the solution of the given problem. Other similar systems exist, such as PVM (the Parallel Virtual Machine) but MPI is effectively an extension of this system and is very well developed and works well on supercomputers and cluster systems. MPI is also what \xmds uses to parallelise its simulations so it gives us further motivation to only discuss it here. We now take our template, and hack around with it a bit. Our propagation dimension is time, so we set \xmdsTag{prop\_dim} to \ttt{t}. This time, however, we are performing a stochastic simulation, so we need to keep the \xmdsTag{stochastic}, \xmdsTag{paths}, \xmdsTag{seed} and \xmdsTag{noises} tags. Setting \xmdsTag{stochastic} to \ttt{yes}, the number of paths to 1024, leaving the \xmdsTag{seed} setting as-is, and noting that we only have one noise term, we get the following chunk of code describing the stochastic part of our simulation: \begin{xmdsCode} yes 1024 1 2 1 \end{xmdsCode} We'll leave the \xmdsTag{use\_mpi} tag where it is at present, similarly with the rest of the tags down to the \xmdsTag{globals} section. We've got three variables in this simulation: \ttt{omega}, the mean frequency; \ttt{gam}, the perturbation strength~\footnote{Notice that we don't actually use the word \ttt{gamma} here. This is because \ttt{gamma} is often used in maths libraries for such things as the gamma function etc, so we try and avoid name conflicts as much as possible, and use the word \ttt{gam}.}; and \ttt{zo}, the initial value of \ttt{z}~\footnote{we could have just set \ttt{z} to some number later in the setup of the field, however, this way allows us to change the initial value of \ttt{z} later without having to dig through too much code, and we can easily see how to replace the \xmdsTag{globals} block with an \xmdsTag{argv} block and so have more dynamic control over the variables being put into the simulation.}. The \xmdsTag{globals} block comes out to this: \begin{xmdsCode} \end{xmdsCode} There are no transverse dimensions, so we can get rid of the \xmdsTag{dimensions}, \xmdsTag{lattice} and \xmdsTag{domains} tags since they are all required just for the transverse dimensions. We want to sample the first point, so we set \xmdsTag{samples} to \ttt{1}. Our variable \ttt{z} is complex so we leave the first two tags of the \xmdsTag{vector} block as is, and set the \xmdsTag{components} tag to \ttt{z}, which we don't define in Fourier space, and we just set to the initial value, \ttt{zo}. This gives a \xmdsTag{field} block of \begin{xmdsCode} main 1 main complex z no \end{xmdsCode} In the \xmdsTag{sequence} block we set the algorithm to \ttt{SIEX} because a semi-implicit algorithm does a better job of integrating stochastic equations than the fourth-order Runge-Kutta. We'll explicitly set the number of iterations to the default of \ttt{3} (we might want to change it in the future), we'll integrate for 10 seconds so set \xmdsTag{interval} to \ttt{10}. We'll use 1000 for the lattice size and take 100 samples of it in the output moment group. There aren't any $k$-operators here, so we can delete that entire section (and the \xmdsTag{vectors} tag). The interesting bit is where we write in the differential equation to be solved, which is really easy to do and is written in the \CDATA block as \begin{xmdsCode} \end{xmdsCode} where we've expanded out the brackets of the Kubo oscillator equation~\eqn{eq:kuboEquation}. Notice that the value of $xi$ mentioned in \eqn{eq:kuboEquation} has been replaced by the variable \ttt{n\_1}. This is because when we tell \xmds that we have noises it automatically creates some noise variables for us. In the present case we only have one noise, so there is only one variable, namely \ttt{n\_1}. However, in the general case, where we could have say $m$ noises, we would have the noise variables \ttt{n\_1}, \ttt{n\_2}, \ldots, \ttt{n\_m}. Putting these pieces together gives a \xmdsTag{sequence} block that looks like this \begin{xmdsCode} SIEX 3 10 1000 100 \end{xmdsCode} To generate the \xmdsTag{output} block we choose the format to be \ttt{ascii}, and remove the (now superfluous) precision attribute. The sampling isn't done in Fourier space so we can set that to \ttt{no}, we want to sample on a lattice of 100 points, and take the moments \ttt{realz} and \ttt{imagz}, which are the real and imaginary parts of \ttt{z} respectively. These are then defined in the \CDATA block by the following code \begin{xmdsCode} \end{xmdsCode} We therefore have an \xmdsTag{output} block of \begin{xmdsCode} no 100 realz imagz \end{xmdsCode} and a final output simulation of \begin{xmdsCode} kubo_tutorial Paul Cochrane Kubo oscillator example simulation. This formally represents a simple model of an oscillator with a mean frequency omega perturbed by a noise term xi(t). Adapted from the example given in "Handbook of Stochastic Methods", C. W. Gardiner (1997) t yes 1024 1 2 1 no yes yes yes yes main 1 main complex z no SIEX 3 10 1000 100 no 100 realz imagz \end{xmdsCode} The gzipped script code can be downloaded from the \xmds web site \htmladdnormallink{http://www.xmds.org}{http://www.xmds.org} via the link: \htmladdnormallink{kubo\_tutorial.xmds.gz}{http://www.xmds.org/examples/kubo\_tutorial.xmds.gz} \subsection{Making the simulation and getting results} You should be pretty good at doing this now, so we'll just show you the output of the various operations and not explain much. \begin{shellCode} xmds kubo_tutorial.xmds Output file name defaulting to 'kubo_tutorial.xsil' compiling ... g++ -pthread -O3 -ffast-math -funroll-all-loops -fomit-frame-pointer -o kubo_tutorial kubo_tutorial.cc -I/home/cochrane/bin -lstdc++ -lm -lxmds -L/home/cochrane/bin -lfftw_threads -lfftw kubo_tutorial ready to execute \end{shellCode} then \begin{shellCode} % kubo_tutorial Beginning full step paths Starting path 1 Starting path 2 Starting path 1023 Starting path 1024 maximum step error in moment group 1 means was 1.010483e-04 Time elapsed for simulation is: 5 seconds \end{shellCode} That was pretty good for doing 1024 paths twice at different time steps eh? Admittedly we're not pushing things much here. We'll do so soon though. \subsubsection{Matlab and Octave} Using \ttt{xsil2graphics} we generate the Matlab or Octave script by the command: \begin{shellCode} % xsil2graphics kubo_tutorial.xsil \end{shellCode} Running the following sequence of commands in Matlab or Octave \begin{matlabCode} >> kubo_tutorial >> plot(t_1,mean_realz_1) >> xlabel('t') >> ylabel('z') \end{matlabCode} generates \fig{fig:kuboTutorialMatlabPlot}. \begin{figure}[!h] \centerline{\includegraphics[width=\figwidth]{figures/kuboTutorialMatlabPlot}} \caption{Matlab generated plot of the evolution of the oscillator frequency $z$ over time perturbed by noise.} \label{fig:kuboTutorialMatlabPlot} \end{figure} \subsubsection{Scilab} Using \ttt{xsil2graphics} we generate the Scilab script by the command: \begin{shellCode} % xsil2graphics -scilab kubo_tutorial.xsil \end{shellCode} Running the following sequence of commands in Scilab \begin{scilabCode} -->exec('kubo_tutorial.sci') -->temp_d1 = zeros(1,101); -->t_1 = zeros(1,101); -->mean_realz_1 = zeros(1,101); -->mean_imagz_1 = zeros(1,101); -->sd_realz_1 = zeros(1,101); -->sd_imagz_1 = zeros(1,101); -->error_realz_1 = zeros(1,101); -->error_imagz_1 = zeros(1,101); -->kubo_tutorial1 = fscanfMat('kubo_tutorial1.dat'); Error Info buffer is too small (too many columns in your file ?) -->temp_d1(:) = kubo_tutorial1(:,1); -->mean_realz_1(:) = kubo_tutorial1(:,2); -->mean_imagz_1(:) = kubo_tutorial1(:,3); -->sd_realz_1(:) = kubo_tutorial1(:,4); -->sd_imagz_1(:) = kubo_tutorial1(:,5); -->error_realz_1(:) = kubo_tutorial1(:,6); -->error_imagz_1(:) = kubo_tutorial1(:,7); -->t_1(:) = temp_d1(:); -->clear kubo_tutorial1 temp_d1 \end{scilabCode} generates \fig{fig:kuboTutorialScilabPlot}. \begin{figure}[!h] \centerline{\includegraphics[width=\figwidth]{figures/kuboTutorialScilabPlot}} \caption{Scilab generated plot of the evolution of the oscillator frequency $z$ over time perturbed by noise.} \label{fig:kuboTutorialScilabPlot} \end{figure} Notice that the results we get here are similar to the other Kubo oscillator example mentioned both later in this document and on the \xmds web site. This is intentional, as we set $\omega = 0$ which should give the same answer, however, this simulation is more general than the later one discussed in \Chap{chap:moreExamples}. The main difference careful readers will have noticed is that the average solution of $z$ does not decay away to zero. This is because we've used a perturbation constant of 0.1 as opposed to $\frac{1}{\sqrt{2}}$ used in the later example. \subsection{Making the simulation hard} Now's the time to up the ante. In some real life situations, lots and lots of paths are required so that decent statistics are generated. For instance, in modelling the evolution of stock prices one can use a stochastic differential equation, however, for banks etc to be \emph{really} sure of the results, they need to run of the order of millions of paths. This can take a \emph{very} long time, especially if run on a single processor. Therefore, in such situations, being able to automatically parallelise ones simulation and run the different paths over many CPUs would be great, and this is something that \xmds does really well, as you shall (hopefully) see. Let's run the simulation over a few more paths, so we'll just glibly throw a some zeroes at the \xmdsTag{paths} tag and set it to 1024000, and run the simulation again. \begin{shellCode} % kubo_tutorial Beginning full step paths Starting path 1 Starting path 2 Starting path 1023999 Starting path 1024000 maximum step error in moment group 1 means was 9.161489e-05 Time elapsed for simulation is: 1479 seconds \end{shellCode} Hmmm, that took a bit longer didn't it? That's just over 24 minutes. Surely we can do better than that! This is where we need to use many computers to solve the problem and so, this is where MPI comes in. \section{With MPI} Now we hope that by farming each path off to a different CPU that we can get an improvement in speed. Let's try it and find out. At this stage we should expect that since each individual path doesn't take very long to run then the main overhead is going to be communication between farming a job off and sending the results back. In a more complex simulation it would be normal (and in fact much better) for each node to spend quite some time working on an individual path before sending the information back; such a scenario is far more efficient computational use of CPU time. In any case, we should see a shorter wall time (the amount of time taken as far as the clock on the wall is concerned) for the job to complete. To implement the use of MPI, make sure that your copy of \xmds is built with MPI enabled. To do this one merely needs to run the configure script with the \ttt{--enable-mpi} option specified. From that point, the only thing you need to change within your XMDS script to switch back and forth between MPI and non-MPI code is a single flag at the top. Set the \xmdsTag{use\_mpi} tag to read \ttt{yes} or \ttt{no} as desired. How to run the resulting program will depend on the specific implementations of MPI that you are using. We will show a typical case based on the LAM/MPI implementation (another major implementation is MPICH), but details will vary from system to system. \subsection{Example using LAM/MPI}One of the first things to do is to make a hosts file so that LAM can know what machines it needs to send jobs to. The hosts file is just a list of hostnames of computers you have access to, that can run MPI. For example here is a sample hosts file called \ttt{lamhosts} \begin{shellCode} % cat lamhosts bec00 bec01 bec02 bec03 bec04 bec05 bec06 bec07 bec08 bec09 bec10 bec11 bec12 bec13 bec14 bec15 \end{shellCode} As you can see there are 16 computers available to run jobs on Next it's a good idea to do a \ttt{recon} to check that all of your hosts are working and they can accept MPI connections. To do this, run the following command, and you should see similar output. \begin{shellCode} % recon -v lamhosts recon: -- testing n0 (bec00) recon: -- testing n1 (bec01) recon: -- testing n2 (bec02) recon: -- testing n3 (bec03) recon: -- testing n4 (bec04) recon: -- testing n5 (bec05) recon: -- testing n6 (bec06) recon: -- testing n7 (bec07) recon: -- testing n8 (bec08) recon: -- testing n9 (bec09) recon: -- testing n10 (bec10) recon: -- testing n11 (bec11) recon: -- testing n12 (bec12) recon: -- testing n13 (bec13) recon: -- testing n14 (bec14) recon: -- testing n15 (bec15) ----------------------------------------------------------------------------- Woo hoo! recon has completed successfully. This means that you will most likely be able to boot LAM successfully with the "lamboot" command (but this is not a guarantee). See the lamboot(1) manual page for more information on the lamboot command. If you have problems booting LAM (with lamboot) even though recon worked successfully, enable the "-d" option to lamboot to examine each step of lamboot and see what fails. Most situations where recon succeeds and lamboot fails have to do with the hboot(1) command (that lamboot invokes on each host in the hostfile). ----------------------------------------------------------------------------- \end{shellCode} If everything has run successfully, then you can start MPI on each of the nodes (other computers) by using the \ttt{lamboot} command. This gets each of the other computers ready to get input from a parallel job, and doesn't actually start doing any computation. You should see output similar to this \begin{shellCode} % lamboot -v lamhosts LAM 6.5.6/MPI 2 C++/ROMIO - University of Notre Dame Executing hboot on n0 (bec00 - 1 CPU)... Executing hboot on n1 (bec01 - 1 CPU)... Executing hboot on n2 (bec02 - 1 CPU)... Executing hboot on n3 (bec03 - 1 CPU)... Executing hboot on n4 (bec04 - 1 CPU)... Executing hboot on n5 (bec05 - 1 CPU)... Executing hboot on n6 (bec06 - 1 CPU)... Executing hboot on n7 (bec07 - 1 CPU)... Executing hboot on n8 (bec08 - 1 CPU)... Executing hboot on n9 (bec09 - 1 CPU)... Executing hboot on n10 (bec10 - 1 CPU)... Executing hboot on n11 (bec11 - 1 CPU)... Executing hboot on n12 (bec12 - 1 CPU)... Executing hboot on n13 (bec13 - 1 CPU)... Executing hboot on n14 (bec14 - 1 CPU)... Executing hboot on n15 (bec15 - 1 CPU)... topology done \end{shellCode} Now MPI is set up, we need change \emph{one line} of code to make our simulation parallel. Change the \xmdsTag{use\_mpi} tag to read \ttt{yes} and you're done! Ok, now run \xmds over the script to rebuild the binary executable, giving you something akin to the following: \begin{shellCode} % xmds kubo_tutorial.xmds Output file name defaulting to 'kubo_tutorial.xsil' compiling for MPI parallel execution ... mpicc -pthread -O3 -ffast-math -funroll-all-loops -fomit-frame-pointer -lm -lmpi -llam -lstdc++ -I/home/cochrane/bin -L/home/cochrane/bin -o kubo_tutorial kubo_tutorial.cc -I/home/cochrane/bin -I/usr/local//include/ -lfftw_threads -lfftw -L/usr/local//lib/ kubo_tutorial ready to execute \end{shellCode} We now run the simulation by using the command: \begin{shellCode} % mpirun -c 16 kubo_tutorial \end{shellCode} The command line flag \ttt{-c} to the \ttt{mpirun} program tells \ttt{mpirun} how many processes to generate over the machines we have, and since we have 16 computers to choose from, we set this to 16 here (it could be higher if you want to run more than one process per CPU). Running this simulation took almost exactly 6 minutes. Well, that wasn't a great speed improvement was it? Especially given that we used 16 computers instead of 1, and now we've got a wall time improvement of about a factor of 4. As I mentioned above, some of this will be due to communication overhead i.e.~too much of the computer's CPU is used in just sending the data back and forth across the network, and not enough time is actually spent just doing the calculation. However, we have reduced the amount of time necessary to come to a solution, so we have actually done what we set out to do. A new option for the MPI routines within \xmds is to implement load balancing. This is where the work of a parallel simulation is allocated to each of the CPUs running part of the job on the basis of the load of the CPU; CPUs with less load on average get more work to do, and CPUs with more load on average have less work to do. The adaptive scheduler that performs this operation can be switched on by the use of the code \begin{xmdsCode} Scheduling \end{xmdsCode} or disabled (which may be useful if your system doesn't allow threads, for example, by the code: \begin{xmdsCode} Uniform \end{xmdsCode} After you've finished your simulation, and generated the results, all that is left to do is to clean up after having run a parallel simulation. You do this by running the \ttt{wipe} program: \begin{shellCode} % wipe -v lamhosts \end{shellCode} And that's it. We've managed to decrease the amount of wall time necessary to calculate many paths of a stochastic simulation, and all it took was for us to change one line of code! xmds-doc-0~svn.1884/latex/xmds_doc.bib0000644000175000017500000000455310541510363017127 0ustar rafaelrafael% $Id: xmds_doc.bib 1195 2006-12-18 13:00:35Z paultcochrane $ @article{Ceperley:1999:1, author = {D M Ceperley}, title = {Microscopic simulations in physics}, journal = {Rev. Mod. Phys.}, year = {1999}, volume = {71}, number = {2}, pages = {438}, } @Article{Drummond:1983:1, author = {P D Drummond}, title = {Central partial difference algorithms}, journal = {Comp. Phys. Comm.}, year = {1983}, volume = {29}, pages = {211}, } @book{Garcia:1994:1, author = {A L Garcia}, title = {Numerical methods for physics}, publisher = {Prentice-Hall}, year = {1994}, } @Book{Gardiner:1997:1, author = {C W Gardiner}, title = {Handbook of Stochastic Methods}, publisher = {Springer Verlag}, year = {1997}, address = {Berlin}, edition = {2nd.}, } @Book{Harold:2002:1, author = {E R Harold and W S Means}, title = {XML in a Nutshell}, publisher = {O'Reilly \& Associates, Inc., Sebastopol, USA}, year = {2002}, edition = {2nd.}, } @book{Kreyszig:1999:1, author = {E Kreyszig}, title = {Advanced Engineering Mathematics}, publisher = {John Wiley \& Sons}, year = {1999}, } @Misc{web:Caradoc-Davies, OPTkey = {}, author = {B M Caradoc-Davies}, title = {}, url = {http://www.physics.otago.ac.nz/research/uca/resources/bmcdthesis.html}, OPThowpublished ={internet}, OPTmonth = {}, OPTyear = {}, OPTnote = {}, OPTannote = {} } @Misc{web:MatthewDavis, OPTkey = {}, author = {M J Davis}, title = {}, url = {http://www.}, OPThowpublished ={internet}, OPTmonth = {}, OPTyear = {}, OPTnote = {}, OPTannote = {} } @Misc{web:XML_syntax, OPTkey = {}, OPTauthor = {}, title = {{X}{M}{L} syntax specification}, url = {http://www.w3.org/TR/2000/REC-xml-20001006}, OPThowpublished ={internet}, OPTmonth = {}, OPTyear = {}, OPTnote = {}, OPTannote = {} } @Misc{web:caltech_xsil, OPTkey = {}, OPTauthor = {}, title = {{X}{S}{I}{L} documentation}, url = {http://www.cacr.caltech.edu/SDA/xsil/}, OPThowpublished ={internet}, OPTmonth = {}, OPTyear = {}, OPTnote = {}, OPTannote = {} } @Misc{web:dom3, OPTkey = {}, OPTauthor = {}, title = {Document {O}bject {M}odel specification}, url = {http://www.w3.org/DOM/}, OPThowpublished ={}, OPTmonth = {}, OPTyear = {}, OPTnote = {}, OPTannote = {} } xmds-doc-0~svn.1884/latex/moreExamples.tex0000644000175000017500000011630210741304411020025 0ustar rafaelrafael% $Id: moreExamples.tex 1641 2008-01-10 02:55:05Z joehope $ % Copyright (C) 2000-2007 % % Code contributed by Greg Collecutt, Joseph Hope and the xmds-devel team % % This file is part of xmds. % % This program is free software; you can redistribute it and/or % modify it under the terms of the GNU General Public License % as published by the Free Software Foundation; either version 2 % of the License, or (at your option) any later version. % % This program is distributed in the hope that it will be useful, % but WITHOUT ANY WARRANTY; without even the implied warranty of % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License % along with this program; if not, write to the Free Software % Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. \chapter{More Examples} \label{chap:moreExamples} \section{ndparamp.xmds} \label{sec:ndparamp} \begin{xmdsCode} ndparamp z yes main y t 100 100 (-10,10) (-10,10) 1 1 main complex ff1 ff2 sh no no vc1 double damping no no RK4IP 10 500 50 50 yes Lap1 Lap2 main vc1 no no 50 0 pow_dens no no 0 0 etot \end{xmdsCode} This simulation describes how to solve for the evolution of three bosonic fields governed by a non-degenerate parametric interaction, as described in Equations~(\ref{eq:TIIa}) and~(\ref{eq:TIIb}). Perhaps not surprisingly, the majority of the above script is to generate the particular initialisation conditions and to define a number of output moments---the portion concerned with actually implementing these equations is not that great. \begin{equation} \frac{\partial \phi _{j}}{\partial \xi } =i\left[ \left( \frac{\partial ^{2}}{\partial \tau ^{2}} + \frac{\partial ^{2}}{\partial \zeta ^{2}} + i\Gamma (\tau ,\zeta )-1\right) \phi _{j}+\phi ^{*}_{3-j} \phi _{3}\right], \quad j=1,2; \label{eq:TIIa} \end{equation} \begin{equation} \frac{\partial \phi _{3}}{\partial \xi } = i\left[ \left( \frac{1}{\sigma}\frac{\partial ^{2}}{\partial \tau ^{2}} + \frac{1}{2}\frac{\partial ^{2}}{\partial \zeta ^{2}} +i\Gamma (\tau ,\zeta )- \gamma \right) \phi _{3}+\phi _{1}\phi _{2}\right]. \label{eq:TIIb} \end{equation} The main difference between this simulation and the \ttt{nlse.xmds} simulation is that it now has a three component field which has two transverse dimensions. Also two moment groups are being evaluated, one being integrated over the ``\ttt{t}'' dimension, and the other integrated over both transverse dimensions. \begin{figure}[ht] \centerline{% \begin{tabular}{cc} \includegraphics[width=\figwidth]{figures/ndparamp1} & \includegraphics[width=\figwidth]{figures/ndparamp2}\\ a) Time integrated intensity & b) Total energy (vs z) \end{tabular}% } \caption{Results for ndparamp.xmds} \label{fig:ndparamp} \end{figure} \section{kubo.xmds} \label{sec:kubo.xmds} \begin{xmdsCode} kubo t yes yes 1 no 1 2 1 1 main complex z SIEX 10 1000 100 3 realz \end{xmdsCode} The kubo oscillator is described in \eqn{eq:kubo}, in which the argument of the complex vector {\em z} is ``blown'' about by a (real) Gaussian noise term, $\xi(t)$. This is a simple stochastic ODE. \begin{equation} \frac{\partial z}{\partial t } = i \xi(t) z. \label{eq:kubo} \end{equation} Such Gaussian noise terms, in analytic form, are correlated in time and space through Dirac delta functions, as shown in \eqn{eq:noiseDirac}. \begin{equation} \left< \xi_{i}(\vect{x})\xi_{j}(\vect{x'}) \right> = \delta_{i,j} \Pi_{i=0}^{N} \delta(x^i-x'^i). \label{eq:noiseDirac} \end{equation} However, when solving stochastic DEs numerically, algorithms work with discrete time intervals and lattice spacings. Therefore these Dirac delta correlations must be transformed to Kronecker delta correlations using the integration time step and the spatial volume of the lattice, as shown in \eqn{eq:noiseKronecker}: \begin{equation} \left< \xi_{i}(\vect{x})\xi_{j}(\vect{x'}) \right> = \frac{\delta_{i,j} \Pi_{i=0}^{N} \delta_{x^i,x'^i}}{\Pi_{i=0}^{N} \Delta x^i}. \label{eq:noiseKronecker} \end{equation} The good news is that \xmds calculates this for the user---all that has to be done is to specify, as a simple \xmdsTag{noises} assignment within the \xmdsTag{simulation} element, the maximum number of noise terms required in any one segment, and then reference them as \ttt{n\_1}, \ttt{n\_2}, etc. as can be seen in this example. These noises are available within the initialisation code for each field \xmdsTag{vector}, within the main integration equations code (not in the \xmdsTag{k\_operators} code), and in the code for any \xmdsTag{filter} segments. Within the initialisation code and \xmdsTag{filter} code the variances of the noises are determined by the lattice cell volume product for the particular \xmdsTag{fourier\_space} specification as shown in \eqn{eq:var}: \begin{equation} \left< n_{i}n_{j} \right> = \frac{\delta_{i,j}}{\Pi \Delta k^{m} \Pi \Delta x^{n} }, \label{eq:var} \end{equation} where $m$ are the transverse dimensions in Fourier space and $n$ the transverse dimensions in normal space. Also note that \begin{equation} \Delta k^i = \frac{2\pi}{x^i_{max} - x^i_{min}}. \end{equation} Within the main integration equations the variances must also reflect the integration step size, as given by \eqn{eq:var_x-space}: \begin{equation} \left< n_{i}n_{j} \right> = \frac{\delta_{i,j}}{\Pi_{i=0}^{N} \Delta x^i}. \label{eq:var_x-space} \end{equation} \xmds uses the Box-Mueller technique, as shown in \eqn{eq:box-mueller}, which generates a pair of Gaussian noises, $\xi_1$ and $\xi_2$, from a pair of random numbers, $x_1$ and $x_2$, that have a uniform distribution between zero and one. \begin{equation} \xi_1 + i\xi_2 = \left[-2\Delta ln(x_1)\right]^\frac{1}{2} e^{i2\pi x_2} \; ; \; \mathcal P(x_i = z_0 e^{-\frac{t}{2}}. \label{eq:kuboSolution} \end{equation} \begin{figure}[ht] \centerline{% \begin{tabular}{cc} \includegraphics[width=\figwidth]{figures/kubo1} & \includegraphics[width=\figwidth]{figures/kubo2}\\ a) Single path & b) 1024 path mean \end{tabular}% } \caption{Results for kubo.xmds} \label{fig:kubo} \end{figure} Since the variance of the noise terms scale with the inverse of the integration step size, the integration method suffers a loss of order with regard to error vs step size. While this is normally a second order method for non-stochastic problems, it becomes a first order method for problems with noise, as was explained in \Sec{sec:eulerMethods}. \section{fibre.xmds} \label{sec:fibre.xmds} \begin{xmdsCode} fibre t yes yes no 1 1 2 2 main x 50 (-5,5) 1 main complex phi no SIIP 2.5 5000 50 yes L 3 yes 50 pow_dens \end{xmdsCode} This simulation solves \eqn{eq:fibre}, in which a one dimensional damped field is subject to a complex noise. This is a stochastic PDE. \begin{equation} \frac{\partial \psi}{\partial t } = -i \frac{\partial^{2} \psi}{\partial x^{2}} - \gamma \psi + \frac{\beta}{\sqrt{2}} (\xi_1(x,t) + i\xi_2(x,t)). \label{eq:fibre} \end{equation} Again the reason for using this as an example of a stochastic PDE is that it has an analytic solution, as shown in \eqn{eq:fibreSolution}. \fig{fig:fibre} displays the results of this simulation in Fourier space for a single trajectory and an averaged trajectory, which appear as expected. \begin{equation} \left< | \psi (k,t) |^{2} \right> = e^{-2 \gamma t} |\psi_0 (k)|^{2} + \frac{\beta^{2}L_{x}}{4 \pi \gamma} (1-e^{-2 \gamma t}), \label{eq:fibreSolution} \end{equation} where $L_{x}$ is the length of the $x$ domain. \begin{figure}[ht] \centerline{% \begin{tabular}{cc} \includegraphics[width=\figwidth]{figures/fibre1} & \includegraphics[width=\figwidth]{figures/fibre2}\\ a) Single path & b) 1024 path mean \end{tabular} }% \caption{Results for fibre.xmds} \label{fig:fibre} \end{figure} One important issue here is that the variance of the noise terms now scales with the product of the number of lattice points (for a given domain). Hence changing to a finer lattice actually increases the single trajectory error, and the relationship between the error and the lattice product will depend on the order of the spatial derivatives. The only way to overcome this is to reduce the integration step size, which added to the fact that there are more lattice points in the first place, means that fine lattice resolution in a stochastic PDE is computationally {\em very} expensive. \section{tla.xmds} \label{sec:tla.xmds} \begin{xmdsCode} z t 100 (-10, 15) 1 0 main double E cross double P N RK4EX 4 50 50 50 main cross cross t 50 pow_dens main cross 50 P_out N_out \end{xmdsCode} This simulation solves for the propagation of an optical pulse through a field of atoms having a transition frequency tuned to that of the optical pulse centre frequency. The atoms are modelled as ``two level'' atoms. The propagation equations, shown in \eqn{eq:tla}, are deceptively simple. \begin{align} \frac{\partial E(t,z)}{\partial z} & = gP,\nonumber \\ \frac{\partial P(t,z)}{\partial t} & = EN,\nonumber \\ \frac{\partial N(t,z)}{\partial t} & = -EP. \label{eq:tla} \end{align} The reality of this problem is that there are three components, two propagating in the main propagation dimension, $t$, and the other in the transverse dimension $z$. The component $E$ is the electric field amplitude, $P$ the polarisation state of the atoms, and $N$ the excitation state of the atoms (-1 being all in the ground state and +1 being all in the excited state). Lastly $g$ is a coupling constant between the electric field and the atoms. The curious feature of this set of PDEs, in fact the very reason why it is chosen it as an example, is that there exists a soliton solution for the electric field, as shown in \eqn{eq:tlaSolution}: \begin{equation} E(t,z) = \frac{2}{gt_0} \mathrm{sech} \left(\frac{t-az}{t_0}\right), \label{eq:tlaSolution} \end{equation} which is time lagged with propagation at the rate \begin{equation} a = \frac{g}{(t_0)^{2}}. \end{equation} The result for the electric field in the above simulation is shown in \fig{fig:tla}, in which the soliton solution is evident. \begin{figure}[ht] \centerline{\includegraphics[width=\figwidth]{figures/tla}} \caption{Results for tla.xmds} \label{fig:tla} \end{figure} The cross propagating components, $N$ and $P$, may still be thought of as existing in the same space as the main vector component, $E$, and so they are declared as an extra vector in the \xmdsTag{field} element. However, the equations governing the evolution of such cross vectors are not allowed to include any transverse derivatives -- i.e. they are not allowed to be PDEs. Therefore, through the main vector equations may be PDEs, the cross propagating vector need not be transformed to Fourier space when the main vector is. So although the cross vector components could be included as part of the main vector, they are better defined as a separate vector for efficiency reasons. In the SIIP integration algorithm the transverse evolution of the cross vector is calculated simultaneously with the forward evolution of the main vector, but in all other algorithms the cross vector is calculated prior to calculating the main vector derivatives. Thus the governing equations for the cross vector must be separated from those for the main vector. This is done by including a \xmdsTag{cross\_propagation} element within the main \xmdsTag{integrate} element, and placing the cross vector equations within. Also required within this element is a list of the \xmdsTag{vectors} that are to be cross propagated, and a \xmdsTag{prop\_dim} assignment specifying the dimension of cross propagation. The \xmdsTag{vectors} that were made accessible for the main equations will also be accessible here. \section{highdim.xmds} \label{sec:highdim} \begin{xmdsCode} highdim t yes yes yes yes kjoek double -1.0e6 joekappamax double 1.0e2 x y z 16 16 16 (-1.2e-4,1.2e-4) (-1.2e-4,1.2e-4) (-8.0e-3,8.0e-3) 1 1 1 vc1 double vcore V1r V3r gV1r gV3r no no no main complex phi1a phi1b phi3a phi3b gphi1a gphi3a no no no vc1 0. ? complex(sqrt(realfn),0) : complex(0,0); phi1b = realfn>0. ? complex(sqrt(realfn),0) : complex(0,0); phi3a = complex(0,0); phi3b = complex(0,0); gphi1a = realfn>0. ? complex(sqrt(realfn),0) : complex(0,0); gphi3a = complex(0,0); ]]> ARK89IP 1e-7 1.0e-7 1000 10 10 1 yes L2p L2n L4p L4n chippy yes yes yes ippy ichippy no no no py ic yes yes no ppy ichi no yes yes main vc1 no no no 16 1 1 atoms molecules gatoms gmolecules no no no 0 16 0 rn_1 rn_2 grn_1 grn_2 excitedn no no no 4 8 16 atomsr moleculesr atomsi moleculesi \end{xmdsCode} This simulation is included to highlight the usage of moment groups in evolution. Here we wish to use various variables integrated over one, two or all the transverse dimensions. This is done in integrate or filter elements by the inclusion of a moment group. Using the first as an example: \begin{verbatim} chippy yes yes yes \end{verbatim} The syntax is similar to output and filter syntax, but note that the equality must be a "+=" and not simply "=". This element provides the integral of the modulus squared of the field gphi1a, which can then be used normally in the integration code by the designated name, chippy. Other variables are actually fields in which any number of transverse dimensions may be integrated, and the others are left. When \xmdsTag{functions} and \xmdsTag{moment\_group} elements are used, the position of the \xmdsTag{vectors} tag is crucial. It specifies when the integrate code is to be executed, which will usually need to be after the moment groups are calculated. \section{highdim\_vector\_version.xmds} \label{sec:highdimVectorVersion} \begin{xmdsCode} highdim t yes yes yes yes kjoek double -1.0e6 joekappamax double 1.0e2 x y z 16 16 16 (-1.2e-4,1.2e-4) (-1.2e-4,1.2e-4) (-8.0e-3,8.0e-3) 1 1 1 vc1 double Vr(5) no no no main complex phi(6) no no no vc1 0. ? complex(sqrt(realfn),0) : complex(0,0); else phi(j) = complex(0,0); } ]]> ARK89EX 1e-7 1.0e-7 1000 10 10 1 yes L2p L2n L4p L4n chippy yes yes yes ippy ichippy no no no py ic yes yes no ppy ichi no yes yes main vc1 no no no 16 1 1 atoms molecules gatoms gmolecules no no no 0 16 0 rn_1 rn_2 grn_1 grn_2 excitedn no no no 4 8 16 atomsr moleculesr atomsi moleculesi \end{xmdsCode} This simulation is identical in function to the highdim.xmds example above, but describes the fields as an array of components rather than a list. This notation may be very valuable when the numbers of component get very large and the equations can be easily described in terms of the index. WARNING: There is no bounds checking on the index of your field, so be careful when writing your equations in this form. When using this notation, if XMDS needs to calculate the k-space operator of any of the components of an array, all of them are calculated. This makes, for example, highdim\_vector\_version.xmds slower than the old version. IMPORTANT: For interaction picture algorithms, if a k-space operator is applied to any component of a vector, then it is applied to ALL OF THEM. This means that highdim\_vector\_version.xmds only solves the correct equations when used with an EX algorithm. xmds-doc-0~svn.1884/latex/COPYING0000644000175000017500000004311010607175307015704 0ustar rafaelrafael GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. , 1 April 1989 Ty Coon, President of Vice This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Library General Public License instead of this License. xmds-doc-0~svn.1884/latex/xmds_defs.tex0000644000175000017500000002064210611542642017347 0ustar rafaelrafael% $Id: xmds_defs.tex 1322 2007-04-19 01:28:02Z paultcochrane $ % Copyright (C) 2000-2007 % % Code contributed by Greg Collecutt, Joseph Hope and the xmds-devel team % % This file is part of xmds. % % This program is free software; you can redistribute it and/or % modify it under the terms of the GNU General Public License % as published by the Free Software Foundation; either version 2 % of the License, or (at your option) any later version. % % This program is distributed in the hope that it will be useful, % but WITHOUT ANY WARRANTY; without even the implied warranty of % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License % along with this program; if not, write to the Free Software % Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. \usepackage{html} \usepackage{xspace} % \usepackage{verbatim} % better implementation of verbatim environment \usepackage{alltt} % a verbatim-like environment that accepts commands \usepackage{graphicx} \usepackage{longtable} % handles long tables, stretching over multiple pages %begin{latexonly} %%%% I need the latexonly call here (even with the % signs, but %%%% without the slash) as this %%%% helps latex2html *not* see the stuff inbetween % this code hacked from that of R Chandrasekhar from UWA \newif\ifpdf \ifx\pdfoutput\undefined \pdffalse % we are not running pdfLaTeX \else \pdfoutput=1 % we are running pdfLaTeX \pdftrue \fi % add the color package \ifpdf \usepackage[usenames,dvipsnames]{color} \else \usepackage[usenames,dvips]{color} \fi % add the hyperref package \ifpdf \usepackage[pdftex]{hyperref} \else \usepackage[hypertex]{hyperref} \fi % defines the colour for the background of code examples \definecolor{LightGrey}{gray}{0.9} \usepackage[grey,times]{quotchap} \usepackage{ccaption} \usepackage{fancyhdr} \ifpdf \DeclareGraphicsExtensions{.pdf} % this command defined in graphicx \pdfcompresslevel=9 % 0: no compression, 9: highest compression % or, set compress_level 9 in file pdftex.cfg \else \DeclareGraphicsExtensions{.eps} \fi \setlength{\oddsidemargin}{-1in} \setlength{\evensidemargin}{-1in} \addtolength{\oddsidemargin}{25mm}\addtolength{\evensidemargin}{20mm} \setlength{\marginparwidth}{40pt} \setlength{\marginparsep}{10pt} \setlength{\topmargin}{-5mm} \setlength{\headsep}{0.5in} \setlength{\textheight}{227mm} \setlength{\textwidth}{165mm} \brokenpenalty=10000 % dunno what this does, maybe handy % this stops one figure taking up a whole page and lets more text onto % the one page when a figure exists \renewcommand{\floatpagefraction}{0.8} % Default = 0.5 % improved version of caption handling \captionnamefont{\scshape} \captionstyle{} \makeatletter \renewcommand{\fnum@figure}[1]{\quad\small\textsc{\figurename~\thefigure}:} \renewcommand{\@makecaption}[2]{% \vskip\abovecaptionskip \sbox\@tempboxa{#1: #2}% \ifdim \wd\@tempboxa >\hsize \def\baselinestretch{1}\@normalsize #1: #2\par \def\baselinestretch{1.5}\@normalsize \else \global \@minipagefalse \hb@xt@\hsize{\hfil\box\@tempboxa\hfil}% \fi \vskip\belowcaptionskip} \makeatother \pagestyle{fancy} %%%%% Fancyhdr stuff % give the header a bit more room, otherwise LaTeX will spew on each page \addtolength{\headheight}{2.5pt} % define how headers are marked, for details, see fancyhdr docs \renewcommand{\chaptermark}[1]{\markboth{#1}{}} \renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}} % define where sections, chapters and pagenumbers are put % see fancyhdr docs for details % the \nouppercase stops book.cls making the contents, bibliography % and index headers from being all in uppercase. % The options used here are essentially that in Lamport's book, but % with small caps for the headings. \fancyhf{} \fancyhead[LE,RO]{\nouppercase{\thepage}} \fancyhead[LO]{\sc \nouppercase{\rightmark}} \fancyhead[RE]{\sc \nouppercase{\leftmark}} \bibliographystyle{apsrev} % optional packages \usepackage[square,comma,numbers,sort&compress]{natbib} % this is the natural sciences bibliography citation % style package. The options here give citations in % the text as numbers in square brackets, separated by % commas, citations sorted and consecutive citations % compressed % output example: [1,4,12-15] % should I make this optional and have unsrt as standard? \usepackage[nottoc]{tocbibind} % allows the table of contents, bibliography % and index to be added to the table of % contents if desired, the option used % here specifies that the table of % contents is not to be added. % tocbibind needs to be after natbib % otherwise bits of it get trampled. \usepackage{amsmath,amsfonts,amssymb} % this is handy for mathematicians and physicists % see http://www.ams.org/tex/amslatex.html % \usepackage{showkeys} % this shows what labels you are using for cross % references % add the listings package to pretty print the code output \usepackage{listings} \begin{latexonly} \lstdefinestyle{myC++}{% %\lstset{% language=C++, showstringspaces=false, basicstyle=\small\ttfamily, commentstyle=\color[named]{BrickRed}\ttfamily, keywordstyle=\color[named]{Purple}\ttfamily, %identifierstyle=\color[named]{Blue}\ttfamily, %functionstyle=\color[named]{Blue}\ttfamily, %typestyle=\color[named]{ForestGreen}\ttfamily, stringstyle=\color[named]{Tan}\ttfamily,% morekeywords={,complex,}% frame=none,% backgroundcolor=\color{LightGrey}% } \lstdefinestyle{myMatlab}{% %\lstset{% language=Matlab, showstringspaces=false, basicstyle=\small\ttfamily, commentstyle=\color[named]{BrickRed}\ttfamily, keywordstyle=\color[named]{Purple}\ttfamily, %identifierstyle=\color[named]{Blue}\ttfamily, %functionstyle=\color[named]{Blue}\ttfamily, %typestyle=\color[named]{ForestGreen}\ttfamily, stringstyle=\color[named]{Tan}\ttfamily,% frame=none,% backgroundcolor=\color{LightGrey}% } \lstdefinestyle{myScilab}{% %\lstset{% language=Scilab, showstringspaces=false, basicstyle=\small\ttfamily, commentstyle=\color[named]{BrickRed}\ttfamily, keywordstyle=\color[named]{Purple}\ttfamily, %identifierstyle=\color[named]{Blue}\ttfamily, %functionstyle=\color[named]{Blue}\ttfamily, %typestyle=\color[named]{ForestGreen}\ttfamily, stringstyle=\color[named]{Tan}\ttfamily,% frame=none,% backgroundcolor=\color{LightGrey}% } \lstdefinestyle{myShell}{% %\lstset{% language=ksh, showstringspaces=false, basicstyle=\small\ttfamily, commentstyle=\color[named]{Black}\ttfamily, keywordstyle=\color[named]{Black}\ttfamily, %identifierstyle=\color[named]{Blue}\ttfamily, %functionstyle=\color[named]{Blue}\ttfamily, %typestyle=\color[named]{ForestGreen}\ttfamily, stringstyle=\color[named]{Black}\ttfamily,% frame=none,% backgroundcolor=\color{LightGrey}% } \lstdefinestyle{myPerl}{% %\lstset{% language=perl, showstringspaces=false, basicstyle=\small\ttfamily, commentstyle=\color[named]{BrickRed}\ttfamily, keywordstyle=\color[named]{Purple}\ttfamily, %identifierstyle=\color[named]{Blue}\ttfamily, %functionstyle=\color[named]{Blue}\ttfamily, %typestyle=\color[named]{ForestGreen}\ttfamily, stringstyle=\color[named]{Tan}\ttfamily,% frame=none,% backgroundcolor=\color{LightGrey}% } \lstdefinestyle{myhtml}{% %\lstset{% language=xml, showstringspaces=false, basicstyle=\small\ttfamily, commentstyle=\color[named]{BrickRed}\ttfamily, keywordstyle=\color[named]{Purple}\ttfamily, %identifierstyle=\color[named]{Blue}\ttfamily, %functionstyle=\color[named]{Blue}\ttfamily, %typestyle=\color[named]{ForestGreen}\ttfamily, stringstyle=\color[named]{Tan}\ttfamily, morekeywords={,simulation,prop_dim,error_check,stochastic,% globals,field,dimensions,lattice,domains,samples,vector,% components,fourier_space,sequence,integrate,algorithm,% interval,k_operators,constant,operator_names,vectors,% output,filename,group,sampling,moments,benchmark,use_double,% use_wisdom,use_prefs,binary_output,cycles,filter,post_propagation,% default_value,argv,arg,iterations,cross_propagation,% use_mpi,no_noise,paths,seed,noises,author,description,name,type,% fftw_version,functions,use_openmp,moment_group,integrate_dimension, cutoff,smallmemory,max_iterations,tolerance,threads,MPI_Method, breakpoint,% } frame=none,% %framerule=2pt,% backgroundcolor=\color{LightGrey}% } \end{latexonly} %%%% I need the latexonly call here (even with the % signs, but %%%% without the slash) as this %%%% helps latex2html *not* see the stuff inbetween %end{latexonly} % put in an index? \usepackage{makeidx} \makeindex xmds-doc-0~svn.1884/latex/quotchap.sty0000644000175000017500000001276710007374130017241 0ustar rafaelrafael%% %% This is file `quotchap.sty', %% generated with the docstrip utility. %% %% The original source files were: %% %% quotchap.dtx %% %% This file is part of the QUOTCHAP package, a package a package for %% creating decorative chapter headings with quotations, a postscript %% output device is needed. Copyright (C) 1998 Karsten Tinnefeld. %% %% This file is NOT part of the LaTeX2e system, but intended for use with %% it. %% %% This file is free software; you can redistribute it and/or modify it %% under the terms of the GNU Library General Public License as published %% by the Free Software Foundation; either version 2 of the License, or %% (at your option) any later version. %% %% This document is distributed in the hope that it will be useful, but %% WITHOUT ANY WARRANTY; without even the implied warranty of %% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU %% General Public License for more details. %% %% You should have received a copy of the GNU General Public License %% somehow; if not, write to the Free Software Foundation, Inc., 675 Mass %% Ave, Cambridge, MA 02139, USA. %% %% Error Reports in case of UNCHANGED versions to %% %% Karsten Tinnefeld %% Leostrasse 11 %% D-44225 Dortmund %% Germany %% Email: tinnefeld@irb.cs.uni-dortmund.de %% %%%%%%%%%%%%%%% \NeedsTeXFormat{LaTeX2e}[1996/12/01] \ProvidesPackage{quotchap} [1998/02/09 v0.9f Decorative Chapter Headings with Quotes] \newif\if@usecolor\@usecolortrue \DeclareOption{grey}{\@usecolortrue} \DeclareOption{nogrey}{\@usecolorfalse} \newcommand*{\@newfontcmd}{\@ifundefined{@defaultcnfont}{\newcommand*}{% \PackageWarning{quotchap}{% You have tried to specify more than one font to be\MessageBreak used for the chapter numbers. I ignore the font\MessageBreak `\CurrentOption'} \providecommand*}} \DeclareOption{charter}{\@newfontcmd{\@defaultcnfont}{bch}} \DeclareOption{palatino}{\@newfontcmd{\@defaultcnfont}{ppl}} \DeclareOption{avantgarde}{\@newfontcmd{\@defaultcnfont}{pag}} \DeclareOption{bookman}{\@newfontcmd{\@defaultcnfont}{pbk}} \DeclareOption{courier}{\@newfontcmd{\@defaultcnfont}{pcr}} \DeclareOption{helvetica}{\@newfontcmd{\@defaultcnfont}{phv}} \DeclareOption{newcentury}{\@newfontcmd{\@defaultcnfont}{pnc}} \DeclareOption{times}{\@newfontcmd{\@defaultcnfont}{ptm}} \DeclareOption{utopia}{\@newfontcmd{\@defaultcnfont}{put}} \ProcessOptions\relax \providecommand*{\@defaultcnfont}{pbk} \if@usecolor \IfFileExists{color.sty}{% \RequirePackage{color} \definecolor{chaptergrey}{rgb}{0.6,0.6,0.6}}{% \PackageError{quotchap}{% The color package is apparently unavailable.\MessageBreak Turn off the `grey' option and come back again}{% Since you did not say `nogrey', quotchap defined chapter numbers to appear\MessageBreak grey. You do not need a color printer, since most printing devices can cope\MessageBreak with grey scales, but you need the color package coming with the graphics\MessageBreak bundle available from CTAN.}} \else \providecommand*{\color}[1]{} \fi \AtEndOfPackage{% \newcommand*{\chapnumfont}{% \usefont{T1}{\@defaultcnfont}{b}{n}\fontsize{100}{130}\selectfont% \color{chaptergrey}} \let\size@chapter\huge \providecommand*{\chapterheadstartvskip}{\vspace*{2.3\baselineskip}} \providecommand*{\chapterheadendvskip}{\vspace{1.7\baselineskip}} \providecommand*{\sectfont}{\relax} \@ifundefined{@mainmattertrue}{\newif\if@mainmatter\@mainmattertrue}{}} \newenvironment{savequote}[1][10cm]{% \begin{lrbox}{\@quotebox} \begin{minipage}[t]{#1}\footnotesize\slshape \ignorespaces}{% \unskip\end{minipage}\end{lrbox} \global\setbox\@quotebox\copy\@quotebox \global\let\@printcites\@iprintcites \ignorespacesafterend} \newcommand{\qauthor}[1]{% \par\smallskip {\raggedleft\upshape #1\qquad\hbox{}\par}\bigskip} \newsavebox{\@quotebox} \let\@printcites\relax \renewcommand\chapter{% \if@openright\cleardoublepage\else\clearpage\fi \thispagestyle{plain}% \global\@topnum\z@ \@printcites \@afterindentfalse \secdef\@chapter\@schapter} \renewcommand{\@makechapterhead}[1]{\chapterheadstartvskip% {\size@chapter{\sectfont\raggedleft {\chapnumfont \ifnum \c@secnumdepth >\m@ne% \if@mainmatter\thechapter% \fi\fi \par\nobreak}% {\raggedleft\advance\leftmargin10em\interlinepenalty\@M #1\par}} \nobreak\chapterheadendvskip}} \renewcommand{\@makeschapterhead}[1]{% {\let\c@secnumdepth\m@ne\@makechapterhead{#1}}} \newcommand*{\@iprintcites}{% \vbox to\z@{\copy\@quotebox\vss} \global\let\@printcites\relax} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z %% Digits \0\1\2\3\4\5\6\7\8\9 %% Exclamation \! Double quote \" Hash (number) \# %% Dollar \$ Percent \% Ampersand \& %% Acute accent \' Left paren \( Right paren \) %% Asterisk \* Plus \+ Comma \, %% Minus \- Point \. Solidus \/ %% Colon \: Semicolon \; Less than \< %% Equals \= Greater than \> Question mark \? %% Commercial at \@ Left bracket \[ Backslash \\ %% Right bracket \] Circumflex \^ Underscore \_ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} \endinput %% %% End of file `quotchap.sty'. xmds-doc-0~svn.1884/latex/book.cls0000644000175000017500000005545010007374130016305 0ustar rafaelrafael%% %% This is file `book.cls', %% generated with the docstrip utility. %% %% The original source files were: %% %% classes.dtx (with options: `book') %% %% This is a generated file. %% %% Copyright 1993 1994 1995 1996 1997 1998 1999 2000 %% The LaTeX3 Project and any individual authors listed elsewhere %% in this file. %% %% This file was generated from file(s) of the LaTeX base system. %% -------------------------------------------------------------- %% %% It may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.2 %% of this license or (at your option) any later version. %% The latest version of this license is in %% http://www.latex-project.org/lppl.txt %% and version 1.2 or later is part of all distributions of LaTeX %% version 1999/12/01 or later. %% %% This file may only be distributed together with a copy of the LaTeX %% base system. You may however distribute the LaTeX base system without %% such generated files. %% %% The list of all files belonging to the LaTeX base distribution is %% given in the file `manifest.txt'. See also `legal.txt' for additional %% information. %% %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z %% Digits \0\1\2\3\4\5\6\7\8\9 %% Exclamation \! Double quote \" Hash (number) \# %% Dollar \$ Percent \% Ampersand \& %% Acute accent \' Left paren \( Right paren \) %% Asterisk \* Plus \+ Comma \, %% Minus \- Point \. Solidus \/ %% Colon \: Semicolon \; Less than \< %% Equals \= Greater than \> Question mark \? %% Commercial at \@ Left bracket \[ Backslash \\ %% Right bracket \] Circumflex \^ Underscore \_ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesClass{book} [2000/05/19 v1.4b Standard LaTeX document class] \newcommand\@ptsize{} \newif\if@restonecol \newif\if@titlepage \@titlepagetrue \newif\if@openright \newif\if@mainmatter \@mainmattertrue \if@compatibility\else \DeclareOption{a4paper} {\setlength\paperheight {297mm}% \setlength\paperwidth {210mm}} \DeclareOption{a5paper} {\setlength\paperheight {210mm}% \setlength\paperwidth {148mm}} \DeclareOption{b5paper} {\setlength\paperheight {250mm}% \setlength\paperwidth {176mm}} \DeclareOption{letterpaper} {\setlength\paperheight {11in}% \setlength\paperwidth {8.5in}} \DeclareOption{legalpaper} {\setlength\paperheight {14in}% \setlength\paperwidth {8.5in}} \DeclareOption{executivepaper} {\setlength\paperheight {10.5in}% \setlength\paperwidth {7.25in}} \DeclareOption{landscape} {\setlength\@tempdima {\paperheight}% \setlength\paperheight {\paperwidth}% \setlength\paperwidth {\@tempdima}} \fi \if@compatibility \renewcommand\@ptsize{0} \else \DeclareOption{10pt}{\renewcommand\@ptsize{0}} \fi \DeclareOption{11pt}{\renewcommand\@ptsize{1}} \DeclareOption{12pt}{\renewcommand\@ptsize{2}} \if@compatibility\else \DeclareOption{oneside}{\@twosidefalse \@mparswitchfalse} \fi \DeclareOption{twoside}{\@twosidetrue \@mparswitchtrue} \DeclareOption{draft}{\setlength\overfullrule{5pt}} \if@compatibility\else \DeclareOption{final}{\setlength\overfullrule{0pt}} \fi \DeclareOption{titlepage}{\@titlepagetrue} \if@compatibility\else \DeclareOption{notitlepage}{\@titlepagefalse} \fi \if@compatibility \@openrighttrue \else \DeclareOption{openright}{\@openrighttrue} \DeclareOption{openany}{\@openrightfalse} \fi \if@compatibility\else \DeclareOption{onecolumn}{\@twocolumnfalse} \fi \DeclareOption{twocolumn}{\@twocolumntrue} \DeclareOption{leqno}{\input{leqno.clo}} \DeclareOption{fleqn}{\input{fleqn.clo}} \DeclareOption{openbib}{% \AtEndOfPackage{% \renewcommand\@openbib@code{% \advance\leftmargin\bibindent \itemindent -\bibindent \listparindent \itemindent \parsep \z@ }% \renewcommand\newblock{\par}}% } \ExecuteOptions{letterpaper,10pt,twoside,onecolumn,final,openright} \ProcessOptions \input{bk1\@ptsize.clo} \setlength\lineskip{1\p@} \setlength\normallineskip{1\p@} \renewcommand\baselinestretch{} \setlength\parskip{0\p@ \@plus \p@} \@lowpenalty 51 \@medpenalty 151 \@highpenalty 301 \setcounter{topnumber}{2} \renewcommand\topfraction{.7} \setcounter{bottomnumber}{1} \renewcommand\bottomfraction{.3} \setcounter{totalnumber}{3} \renewcommand\textfraction{.2} \renewcommand\floatpagefraction{.5} \setcounter{dbltopnumber}{2} \renewcommand\dbltopfraction{.7} \renewcommand\dblfloatpagefraction{.5} \if@twoside \def\ps@headings{% \let\@oddfoot\@empty\let\@evenfoot\@empty \def\@evenhead{\thepage\hfil\slshape\leftmark}% \def\@oddhead{{\slshape\rightmark}\hfil\thepage}% \let\@mkboth\markboth \def\chaptermark##1{% \markboth {\MakeUppercase{% \ifnum \c@secnumdepth >\m@ne \if@mainmatter \@chapapp\ \thechapter. \ % \fi \fi ##1}}{}}% \def\sectionmark##1{% \markright {\MakeUppercase{% \ifnum \c@secnumdepth >\z@ \thesection. \ % \fi ##1}}}} \else \def\ps@headings{% \let\@oddfoot\@empty \def\@oddhead{{\slshape\rightmark}\hfil\thepage}% \let\@mkboth\markboth \def\chaptermark##1{% \markright {\MakeUppercase{% \ifnum \c@secnumdepth >\m@ne \if@mainmatter \@chapapp\ \thechapter. \ % \fi \fi ##1}}}} \fi \def\ps@myheadings{% \let\@oddfoot\@empty\let\@evenfoot\@empty \def\@evenhead{\thepage\hfil\slshape\leftmark}% \def\@oddhead{{\slshape\rightmark}\hfil\thepage}% \let\@mkboth\@gobbletwo \let\chaptermark\@gobble \let\sectionmark\@gobble } \if@titlepage \newcommand\maketitle{\begin{titlepage}% \let\footnotesize\small \let\footnoterule\relax \let \footnote \thanks \null\vfil \vskip 60\p@ \begin{center}% {\LARGE \@title \par}% \vskip 3em% {\large \lineskip .75em% \begin{tabular}[t]{c}% \@author \end{tabular}\par}% \vskip 1.5em% {\large \@date \par}% % Set date in \large size. \end{center}\par \@thanks \vfil\null \end{titlepage}% \setcounter{footnote}{0}% \global\let\thanks\relax \global\let\maketitle\relax \global\let\@thanks\@empty \global\let\@author\@empty \global\let\@date\@empty \global\let\@title\@empty \global\let\title\relax \global\let\author\relax \global\let\date\relax \global\let\and\relax } \else \newcommand\maketitle{\par \begingroup \renewcommand\thefootnote{\@fnsymbol\c@footnote}% \def\@makefnmark{\rlap{\@textsuperscript{\normalfont\@thefnmark}}}% \long\def\@makefntext##1{\parindent 1em\noindent \hb@xt@1.8em{% \hss\@textsuperscript{\normalfont\@thefnmark}}##1}% \if@twocolumn \ifnum \col@number=\@ne \@maketitle \else \twocolumn[\@maketitle]% \fi \else \newpage \global\@topnum\z@ % Prevents figures from going at top of page. \@maketitle \fi \thispagestyle{plain}\@thanks \endgroup \setcounter{footnote}{0}% \global\let\thanks\relax \global\let\maketitle\relax \global\let\@maketitle\relax \global\let\@thanks\@empty \global\let\@author\@empty \global\let\@date\@empty \global\let\@title\@empty \global\let\title\relax \global\let\author\relax \global\let\date\relax \global\let\and\relax } \def\@maketitle{% \newpage \null \vskip 2em% \begin{center}% \let \footnote \thanks {\LARGE \@title \par}% \vskip 1.5em% {\large \lineskip .5em% \begin{tabular}[t]{c}% \@author \end{tabular}\par}% \vskip 1em% {\large \@date}% \end{center}% \par \vskip 1.5em} \fi \newcommand*\chaptermark[1]{} \setcounter{secnumdepth}{2} \newcounter {part} \newcounter {chapter} \newcounter {section}[chapter] \newcounter {subsection}[section] \newcounter {subsubsection}[subsection] \newcounter {paragraph}[subsubsection] \newcounter {subparagraph}[paragraph] \renewcommand \thepart {\@Roman\c@part} \renewcommand \thechapter {\@arabic\c@chapter} \renewcommand \thesection {\thechapter.\@arabic\c@section} \renewcommand\thesubsection {\thesection.\@arabic\c@subsection} \renewcommand\thesubsubsection{\thesubsection .\@arabic\c@subsubsection} \renewcommand\theparagraph {\thesubsubsection.\@arabic\c@paragraph} \renewcommand\thesubparagraph {\theparagraph.\@arabic\c@subparagraph} \newcommand\@chapapp{\chaptername} \newcommand\frontmatter{% \cleardoublepage \@mainmatterfalse \pagenumbering{roman}} \newcommand\mainmatter{% \cleardoublepage \@mainmattertrue \pagenumbering{arabic}} \newcommand\backmatter{% \if@openright \cleardoublepage \else \clearpage \fi \@mainmatterfalse} \newcommand\part{% \if@openright \cleardoublepage \else \clearpage \fi \thispagestyle{plain}% \if@twocolumn \onecolumn \@tempswatrue \else \@tempswafalse \fi \null\vfil \secdef\@part\@spart} \def\@part[#1]#2{% \ifnum \c@secnumdepth >-2\relax \refstepcounter{part}% \addcontentsline{toc}{part}{\thepart\hspace{1em}#1}% \else \addcontentsline{toc}{part}{#1}% \fi \markboth{}{}% {\centering \interlinepenalty \@M \normalfont \ifnum \c@secnumdepth >-2\relax \huge\bfseries \partname~\thepart \par \vskip 20\p@ \fi \Huge \bfseries #2\par}% \@endpart} \def\@spart#1{% {\centering \interlinepenalty \@M \normalfont \Huge \bfseries #1\par}% \@endpart} \def\@endpart{\vfil\newpage \if@twoside \if@openright \null \thispagestyle{empty}% \newpage \fi \fi \if@tempswa \twocolumn \fi} \newcommand\chapter{\if@openright\cleardoublepage\else\clearpage\fi \thispagestyle{plain}% \global\@topnum\z@ \@afterindentfalse \secdef\@chapter\@schapter} \def\@chapter[#1]#2{\ifnum \c@secnumdepth >\m@ne \if@mainmatter \refstepcounter{chapter}% \typeout{\@chapapp\space\thechapter.}% \addcontentsline{toc}{chapter}% {\protect\numberline{\thechapter}#1}% \else \addcontentsline{toc}{chapter}{#1}% \fi \else \addcontentsline{toc}{chapter}{#1}% \fi \chaptermark{#1}% \addtocontents{lof}{\protect\addvspace{10\p@}}% \addtocontents{lot}{\protect\addvspace{10\p@}}% \if@twocolumn \@topnewpage[\@makechapterhead{#2}]% \else \@makechapterhead{#2}% \@afterheading \fi} \def\@makechapterhead#1{% \vspace*{50\p@}% {\parindent \z@ \raggedright \normalfont \ifnum \c@secnumdepth >\m@ne \if@mainmatter \huge\bfseries \@chapapp\space \thechapter \par\nobreak \vskip 20\p@ \fi \fi \interlinepenalty\@M \Huge \bfseries #1\par\nobreak \vskip 40\p@ }} \def\@schapter#1{\if@twocolumn \@topnewpage[\@makeschapterhead{#1}]% \else \@makeschapterhead{#1}% \@afterheading \fi} \def\@makeschapterhead#1{% \vspace*{50\p@}% {\parindent \z@ \raggedright \normalfont \interlinepenalty\@M \Huge \bfseries #1\par\nobreak \vskip 40\p@ }} \newcommand\section{\@startsection {section}{1}{\z@}% {-3.5ex \@plus -1ex \@minus -.2ex}% {2.3ex \@plus.2ex}% {\normalfont\Large\bfseries}} \newcommand\subsection{\@startsection{subsection}{2}{\z@}% {-3.25ex\@plus -1ex \@minus -.2ex}% {1.5ex \@plus .2ex}% {\normalfont\large\bfseries}} \newcommand\subsubsection{\@startsection{subsubsection}{3}{\z@}% {-3.25ex\@plus -1ex \@minus -.2ex}% {1.5ex \@plus .2ex}% {\normalfont\normalsize\bfseries}} \newcommand\paragraph{\@startsection{paragraph}{4}{\z@}% {-3.25ex\@plus -1ex \@minus -.2ex}% {1.5ex \@plus .2ex}% {\normalfont\normalsize\bfseries}} \newcommand\subparagraph{\@startsection{subparagraph}{5}{\parindent}% {3.25ex \@plus1ex \@minus .2ex}% {-1em}% {\normalfont\normalsize\bfseries}} \if@twocolumn \setlength\leftmargini {2em} \else \setlength\leftmargini {2.5em} \fi \leftmargin \leftmargini \setlength\leftmarginii {2.2em} \setlength\leftmarginiii {1.87em} \setlength\leftmarginiv {1.7em} \if@twocolumn \setlength\leftmarginv {.5em} \setlength\leftmarginvi {.5em} \else \setlength\leftmarginv {1em} \setlength\leftmarginvi {1em} \fi \setlength \labelsep {.5em} \setlength \labelwidth{\leftmargini} \addtolength\labelwidth{-\labelsep} \@beginparpenalty -\@lowpenalty \@endparpenalty -\@lowpenalty \@itempenalty -\@lowpenalty \renewcommand\theenumi{\@arabic\c@enumi} \renewcommand\theenumii{\@alph\c@enumii} \renewcommand\theenumiii{\@roman\c@enumiii} \renewcommand\theenumiv{\@Alph\c@enumiv} \newcommand\labelenumi{\theenumi.} \newcommand\labelenumii{(\theenumii)} \newcommand\labelenumiii{\theenumiii.} \newcommand\labelenumiv{\theenumiv.} \renewcommand\p@enumii{\theenumi} \renewcommand\p@enumiii{\theenumi(\theenumii)} \renewcommand\p@enumiv{\p@enumiii\theenumiii} \newcommand\labelitemi{\textbullet} \newcommand\labelitemii{\normalfont\bfseries \textendash} \newcommand\labelitemiii{\textasteriskcentered} \newcommand\labelitemiv{\textperiodcentered} \newenvironment{description} {\list{}{\labelwidth\z@ \itemindent-\leftmargin \let\makelabel\descriptionlabel}} {\endlist} \newcommand*\descriptionlabel[1]{\hspace\labelsep \normalfont\bfseries #1} \newenvironment{verse} {\let\\\@centercr \list{}{\itemsep \z@ \itemindent -1.5em% \listparindent\itemindent \rightmargin \leftmargin \advance\leftmargin 1.5em}% \item\relax} {\endlist} \newenvironment{quotation} {\list{}{\listparindent 1.5em% \itemindent \listparindent \rightmargin \leftmargin \parsep \z@ \@plus\p@}% \item\relax} {\endlist} \newenvironment{quote} {\list{}{\rightmargin\leftmargin}% \item\relax} {\endlist} \if@compatibility \newenvironment{titlepage} {% \cleardoublepage \if@twocolumn \@restonecoltrue\onecolumn \else \@restonecolfalse\newpage \fi \thispagestyle{empty}% \setcounter{page}\z@ }% {\if@restonecol\twocolumn \else \newpage \fi } \else \newenvironment{titlepage} {% \cleardoublepage \if@twocolumn \@restonecoltrue\onecolumn \else \@restonecolfalse\newpage \fi \thispagestyle{empty}% \setcounter{page}\@ne }% {\if@restonecol\twocolumn \else \newpage \fi \if@twoside\else \setcounter{page}\@ne \fi } \fi \newcommand\appendix{\par \setcounter{chapter}{0}% \setcounter{section}{0}% \gdef\@chapapp{\appendixname}% \gdef\thechapter{\@Alph\c@chapter}} \setlength\arraycolsep{5\p@} \setlength\tabcolsep{6\p@} \setlength\arrayrulewidth{.4\p@} \setlength\doublerulesep{2\p@} \setlength\tabbingsep{\labelsep} \skip\@mpfootins = \skip\footins \setlength\fboxsep{3\p@} \setlength\fboxrule{.4\p@} \@addtoreset {equation}{chapter} \renewcommand\theequation {\ifnum \c@chapter>\z@ \thechapter.\fi \@arabic\c@equation} \newcounter{figure}[chapter] \renewcommand \thefigure {\ifnum \c@chapter>\z@ \thechapter.\fi \@arabic\c@figure} \def\fps@figure{tbp} \def\ftype@figure{1} \def\ext@figure{lof} \def\fnum@figure{\figurename~\thefigure} \newenvironment{figure} {\@float{figure}} {\end@float} \newenvironment{figure*} {\@dblfloat{figure}} {\end@dblfloat} \newcounter{table}[chapter] \renewcommand \thetable {\ifnum \c@chapter>\z@ \thechapter.\fi \@arabic\c@table} \def\fps@table{tbp} \def\ftype@table{2} \def\ext@table{lot} \def\fnum@table{\tablename~\thetable} \newenvironment{table} {\@float{table}} {\end@float} \newenvironment{table*} {\@dblfloat{table}} {\end@dblfloat} \newlength\abovecaptionskip \newlength\belowcaptionskip \setlength\abovecaptionskip{10\p@} \setlength\belowcaptionskip{0\p@} \long\def\@makecaption#1#2{% \vskip\abovecaptionskip \sbox\@tempboxa{#1: #2}% \ifdim \wd\@tempboxa >\hsize #1: #2\par \else \global \@minipagefalse \hb@xt@\hsize{\hfil\box\@tempboxa\hfil}% \fi \vskip\belowcaptionskip} \DeclareOldFontCommand{\rm}{\normalfont\rmfamily}{\mathrm} \DeclareOldFontCommand{\sf}{\normalfont\sffamily}{\mathsf} \DeclareOldFontCommand{\tt}{\normalfont\ttfamily}{\mathtt} \DeclareOldFontCommand{\bf}{\normalfont\bfseries}{\mathbf} \DeclareOldFontCommand{\it}{\normalfont\itshape}{\mathit} \DeclareOldFontCommand{\sl}{\normalfont\slshape}{\@nomath\sl} \DeclareOldFontCommand{\sc}{\normalfont\scshape}{\@nomath\sc} \DeclareRobustCommand*\cal{\@fontswitch\relax\mathcal} \DeclareRobustCommand*\mit{\@fontswitch\relax\mathnormal} \newcommand\@pnumwidth{1.55em} \newcommand\@tocrmarg{2.55em} \newcommand\@dotsep{4.5} \setcounter{tocdepth}{2} \newcommand\tableofcontents{% \if@twocolumn \@restonecoltrue\onecolumn \else \@restonecolfalse \fi \chapter*{\contentsname \@mkboth{% \MakeUppercase\contentsname}{\MakeUppercase\contentsname}}% \@starttoc{toc}% \if@restonecol\twocolumn\fi } \newcommand*\l@part[2]{% \ifnum \c@tocdepth >-2\relax \addpenalty{-\@highpenalty}% \addvspace{2.25em \@plus\p@}% \begingroup \parindent \z@ \rightskip \@pnumwidth \parfillskip -\@pnumwidth {\leavevmode \large \bfseries #1\hfil \hb@xt@\@pnumwidth{\hss #2}}\par \nobreak \global\@nobreaktrue \everypar{\global\@nobreakfalse\everypar{}}% \endgroup \fi} \newcommand*\l@chapter[2]{% \ifnum \c@tocdepth >\m@ne \addpenalty{-\@highpenalty}% \vskip 1.0em \@plus\p@ \setlength\@tempdima{1.5em}% \begingroup \parindent \z@ \rightskip \@pnumwidth \parfillskip -\@pnumwidth \leavevmode \bfseries \advance\leftskip\@tempdima \hskip -\leftskip #1\nobreak\hfil \nobreak\hb@xt@\@pnumwidth{\hss #2}\par \penalty\@highpenalty \endgroup \fi} \newcommand*\l@section{\@dottedtocline{1}{1.5em}{2.3em}} \newcommand*\l@subsection{\@dottedtocline{2}{3.8em}{3.2em}} \newcommand*\l@subsubsection{\@dottedtocline{3}{7.0em}{4.1em}} \newcommand*\l@paragraph{\@dottedtocline{4}{10em}{5em}} \newcommand*\l@subparagraph{\@dottedtocline{5}{12em}{6em}} \newcommand\listoffigures{% \if@twocolumn \@restonecoltrue\onecolumn \else \@restonecolfalse \fi \chapter*{\listfigurename \@mkboth{\MakeUppercase\listfigurename}% {\MakeUppercase\listfigurename}}% \@starttoc{lof}% \if@restonecol\twocolumn\fi } \newcommand*\l@figure{\@dottedtocline{1}{1.5em}{2.3em}} \newcommand\listoftables{% \if@twocolumn \@restonecoltrue\onecolumn \else \@restonecolfalse \fi \chapter*{\listtablename \@mkboth{% \MakeUppercase\listtablename}{\MakeUppercase\listtablename}}% \@starttoc{lot}% \if@restonecol\twocolumn\fi } \let\l@table\l@figure \newdimen\bibindent \setlength\bibindent{1.5em} \newenvironment{thebibliography}[1] {\chapter*{\bibname \@mkboth{\MakeUppercase\bibname}{\MakeUppercase\bibname}}% \list{\@biblabel{\@arabic\c@enumiv}}% {\settowidth\labelwidth{\@biblabel{#1}}% \leftmargin\labelwidth \advance\leftmargin\labelsep \@openbib@code \usecounter{enumiv}% \let\p@enumiv\@empty \renewcommand\theenumiv{\@arabic\c@enumiv}}% \sloppy \clubpenalty4000 \@clubpenalty \clubpenalty \widowpenalty4000% \sfcode`\.\@m} {\def\@noitemerr {\@latex@warning{Empty `thebibliography' environment}}% \endlist} \newcommand\newblock{\hskip .11em\@plus.33em\@minus.07em} \let\@openbib@code\@empty \newenvironment{theindex} {\if@twocolumn \@restonecolfalse \else \@restonecoltrue \fi \columnseprule \z@ \columnsep 35\p@ \twocolumn[\@makeschapterhead{\indexname}]% \@mkboth{\MakeUppercase\indexname}% {\MakeUppercase\indexname}% \thispagestyle{plain}\parindent\z@ \parskip\z@ \@plus .3\p@\relax \let\item\@idxitem} {\if@restonecol\onecolumn\else\clearpage\fi} \newcommand\@idxitem{\par\hangindent 40\p@} \newcommand\subitem{\@idxitem \hspace*{20\p@}} \newcommand\subsubitem{\@idxitem \hspace*{30\p@}} \newcommand\indexspace{\par \vskip 10\p@ \@plus5\p@ \@minus3\p@\relax} \renewcommand\footnoterule{% \kern-3\p@ \hrule\@width.4\columnwidth \kern2.6\p@} \@addtoreset{footnote}{chapter} \newcommand\@makefntext[1]{% \parindent 1em% \noindent \hb@xt@1.8em{\hss\@makefnmark}#1} \newcommand\contentsname{Contents} \newcommand\listfigurename{List of Figures} \newcommand\listtablename{List of Tables} \newcommand\bibname{Bibliography} \newcommand\indexname{Index} \newcommand\figurename{Figure} \newcommand\tablename{Table} \newcommand\partname{Part} \newcommand\chaptername{Chapter} \newcommand\appendixname{Appendix} \def\today{\ifcase\month\or January\or February\or March\or April\or May\or June\or July\or August\or September\or October\or November\or December\fi \space\number\day, \number\year} \setlength\columnsep{10\p@} \setlength\columnseprule{0\p@} \pagestyle{headings} \pagenumbering{arabic} \if@twoside \else \raggedbottom \fi \if@twocolumn \twocolumn \sloppy \flushbottom \else \onecolumn \fi \endinput %% %% End of file `book.cls'. xmds-doc-0~svn.1884/latex/develAndProgStructure.tex0000644000175000017500000002464610620253422021671 0ustar rafaelrafael% $Id: develAndProgStructure.tex 1339 2007-05-09 05:07:30Z joehope $ % Copyright (C) 2000-2007 % % Code contributed by Greg Collecutt, Joseph Hope and the xmds-devel team % % This file is part of xmds. % % This program is free software; you can redistribute it and/or % modify it under the terms of the GNU General Public License % as published by the Free Software Foundation; either version 2 % of the License, or (at your option) any later version. % % This program is distributed in the hope that it will be useful, % but WITHOUT ANY WARRANTY; without even the implied warranty of % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License % along with this program; if not, write to the Free Software % Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. \chapter{Development and Program Structure} \label{chap:codeStructure} It only takes a few items of information to define a numerical simulation, yet the list of instructions necessary to get a computer to calculate the solution is vast in comparison. Going from the former to the latter is non-trivial. It can be done in a single step (as far as the user is concerned) with high level programming languages, but most computer programmers know from experience that the numerical solution can be calculated more efficiently by writing comparatively more code in a low level script, than less code in a high level script. This is because the programmer knows the purpose of the program, and can optimise it accordingly as the list of instructions is expanded. On the other hand a compiler can only perform optimisations that it knows are guaranteed to work regardless of the purpose of the program. By restricting the scope of programs to those with a known range of purposes, one is able to write a compiler that generates more efficient output code. In other words the possible input code is constrained to a very small set of instructions which, even though they may be complex, have a well defined expansion into a simpler instruction set. Further, it is not necessary to define the expansion down to the level of assembly code -- one only needs to define the expansion to a point where it no longer relies critically on the compiler's optimisation ability. This is how \xmds works: transform from specialised input script to {\em efficient} C code, and then let an ordinary compiler do the rest. In choosing the high level syntax we have attempted to employ some degree of foresight: the future is likely to see more interconnection of computer networks around the world, and information is already taking a standardised form for transfer. Until now this has primarily been HTML (Hyper Text Mark-up Language), but now there is increasing interest in an ``extensible'' mark-up language of which HTML is only a subset. This is known as XML (eXtensible Mark-up Language)~\cite{web:XML_syntax,Harold:2002:1}. Also, a standard for data interchange has been developed at Caltech~\cite{web:caltech_xsil} which is a subset of XML: XSIL or eXtensible Scientific Interchange Language, and this has been chosen as the format for field data input/output. Using XML for the input script has another significant advantage: the format for the simulation data takes on a tree-like structure which can be extended and made as complex as is necessary. This is the extensible property of XML. Appropriately named element tags are used to mark-up the essential data, and may be nested accordingly to group the information. The result is a logical human-readable script with data represented in a manner preserving both synthetic and sequential relationships. \xmds has undergone a few development iterations for the purpose of refinement and extension. There have been two particularly difficult aspects. The first was in defining an appropriate equation syntax. This syntax had to be in C code style since \xmds merely transplants these equations into the output C code (which it then compiles), and yet it had to be capable of representing equations of the form shown in \eqn{eq:xmdsPdeEx}. Further, it was desired that the C code form of such an equation must be the same regardless of the type of integration algorithm chosen. This difficulty was compounded by the desire to include split-operator algorithms, which process the linear and nonlinear terms entirely separately. The result that we have achieved here is quite elegant, though there are a few caveats with regard to writing the equations. The second area of difficulty was enabling the user to define exactly what they wanted as output. The simplest solution would have been to save the raw field data to file as the simulation progressed, and the user left to process it afterward in their own preferred plotting and calculation package. However, with stochastic problems the user usually wishes to calculate the average of some property or {\em moment} of the field over many different {\em trajectories} or integration runs. Therefore it was necessary to enable to user to define such moments so that they may be calculated and averaged before the output data is written to file. The source code for \xmds is written in object oriented C, otherwise known as C++. The main routine is very simple, and its procedure is as shown on the left side in \fig{fig:xmdsMain}. The right side is performed by the simulation data class. \begin{figure}[ht] \centerline{\includegraphics[width=\figwidth]{figures/main}} \caption{\xmds main procedure} \label{fig:xmdsMain} \end{figure} A non-validating XML parser processes the input file and populates a node tree based on the Document Object Model~\cite{web:dom3}. This parser was written by the author, but there is little need to describe it in detail here. This node tree is then passed to a simulation class object which extracts its own relevant data, and in turn creates child objects to process the relevant sub-trees. The class structure of \xmds is shown in \fig{fig:xmdsClasses}. \begin{figure}[ht] \centerline{\includegraphics[width=\textwidth]{figures/classes}} \caption{\xmds class hierarchy} \label{fig:xmdsClasses} \end{figure} Once the input file has been processed, a ``dry run'' of the main sequence tree is called in order to evaluate the total number of samples requested for each output moment group. Finally the output code is generated. This is accomplished with a ``tree walking'' technique. To begin with the simulation object writes any include statements that are necessary. Then it writes any define statements particular to itself, and then calls each of its child objects to do the same. This process is continued down the tree until every object in the tree has written its define statements. Starting again at the simulation element, the process is repeated to write the global variables, the routine prototypes, and finally the routines themselves. This tree walking is performed by the Element class with the virtual functions, aptly titled, \ttt{writeDefines()}, \ttt{writeGlobals()}, \ttt{writePrototypes()}, and \ttt{writeRoutines()}. These routines are then overridden in the derived classes to write the code specific to each class. As mentioned in the previous section, one of the primary areas of difficulty was developing a C-code style syntax which would allow a large range of complex PDEs to be encoded, and in a manner that remains independent of the exact integrate algorithm chosen. This was implemented using a two step process. To begin with, the user is required to write equations with any differential operators replaced by an operator[component] representation. For example, the NLSE shown in \eqn{eq:xmdsNlse1}, \begin{equation} \frac{\partial \phi}{\partial z } = i\left[\frac{\partial ^{2} \phi}{\partial t ^{2}} + |\phi|^{2} \phi \right], \label{eq:xmdsNlse1} \end{equation} would be written in C-code style as: \begin{CCode} dphi_dz = L[phi] + i*~phi*phi*phi; \end{CCode} where the operator \ttt{L} is defined in Fourier space as being \begin{CCode} L = -i*kt*kt/2; \end{CCode} The first step is to search the user's equations for such operator[component] expressions, and replace them with something else depending on the algorithm chosen. In the explicit picture they are replaced with a reference to an internally calculated vector (which is exactly the derivative calculated with the Fourier transform method), whereas in the interaction picture the field is evolved in Fourier space according to the operator[component] expressions found, and in the original code the text strings for these expressions are replaced with zero. The second step is to use \ttt{\#define} macros to map the equation variables to the internal data arrays within the generated code. Thus for the example above, using an explicit picture method the output code in the derivative calculation routine becomes: \begin{CCode} void _sg1_calculate_delta_a( const double& _step) { complex dphi_dz; _main_main_go_space(0); _main_sg1_coterms_go_space(0); unsigned long _main_main_pointer=0; unsigned long _main_sg1_coterms_pointer=0; double t = _main_xmin0; for(unsigned long _i0=0; _i0<_main_lattice0; _i0++) { //************** propagation code ************** dphi_dz = _sg1_coterm_L_phi + i*~phi*phi*phi; //********************************************** _main_main[_main_main_pointer + 0] = dphi_dz*_step; _main_main_pointer += _main_main_ncomponents; _main_sg1_coterms_pointer += _main_sg1_coterms_ncomponents; t += _main_dx0; } } \end{CCode} with the following relevant define statements placed at the head of the file: \begin{CCode} // field main defines #define _main_ndims 1 #define _main_lattice0 100 #define _main_xmin0 -5.000000e+00 #define _main_dx0 ((5.000000e+00 - -5.000000e+00)/(double)100) #define _main_dk0 (2*M_PI/(5.000000e+00 - -5.000000e+00)) #define dt _main_dx0 #define dkt _main_dk0 // vector main defines #define _main_main_ncomponents 1 #define phi _main_main[_main_main_pointer + 0] // vector sg1_coterms defines #define _main_sg1_coterms_ncomponents 1 #define _sg1_coterm_L_phi _main_sg1_coterms[_main_sg1_coterms_pointer+0] \end{CCode} This does not make for compact code, but it was desired that the generated code remain readable by the user so that they may inspect it to see exactly what \xmds is doing in regards to solving their problem. It also has the added advantage that, should a user wish to do something rare and obscure, they only need to write a short script to generate a base C-code listing which they may then alter to suit their problem. xmds-doc-0~svn.1884/latex/tutFromScratch.tex0000644000175000017500000017022110747531255020352 0ustar rafaelrafael% $Id: tutFromScratch.tex 1710 2008-01-29 04:59:25Z gmcmanus $ % Copyright (C) 2000-2007 % % Code contributed by Greg Collecutt, Joseph Hope and the xmds-devel team % % This file is part of xmds. % % This program is free software; you can redistribute it and/or % modify it under the terms of the GNU General Public License % as published by the Free Software Foundation; either version 2 % of the License, or (at your option) any later version. % % This program is distributed in the hope that it will be useful, % but WITHOUT ANY WARRANTY; without even the implied warranty of % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License % along with this program; if not, write to the Free Software % Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. \chapter{Starting from scratch} \label{chap:tutFromScratch} It turns out that one of the most difficult things to do in \xmds is to write a script from scratch, which is why most users take either one of their own old scripts, or borrow someone else's (or one of the examples) as a template. However, this doesn't mean to say that one is never going to have to write a script from scratch (just that it's usually quite unlikely), therefore we explain how to do this here. If you're not interested, and want to get coding more quickly, then it's alright to skip to \Chap{chap:usingATemplate} and learn how to modify an existing script to your needs. In this chapter we will outline the tags necessary for \xmds to actually parse a document, and will implement a simple simulation involving these tags. More complete documentation of the tags and what they do can be found in \Chap{chap:languageRef}. The tags necessary for performing more advanced operations and for solving more complex problems will be introduced in later tutorial chapters (e.g.~see \Chap{chap:stochasticSimsAndMPI}). \section{A basic simulation} \label{sec:basicSim} \subsection{The simple beginnings of a simulation} \xmds is coded using XML (the extensible markup language), and as such each \xmds script must be a ``properly formed'' XML document. One of the main stipulations for an XML document to be properly formed is that it have the following line at the top of each document, and so, each \xmds script \tbf{must} have this as its first line: \begin{xmdsCode} \end{xmdsCode} There are other stipulations, but they don't really concern us too much at the moment. If you're interested, you can check out the World Wide Web Consortium (W3C) web site (\htmladdnormallink{http://www.w3c.org}{http://www.w3c.org}) for more information. Each \xmds simulation is enclosed within a set of \xmdsTag{simulation} tags. Therefore, for each simulation that you write from scratch, the first few lines of code are going to be: \begin{xmdsCode} \end{xmdsCode} It might be a good idea at this stage to save this code to file. So, for the purposes of the tutorial, we'll refer to this script as \ttt{lorenz.xmds}. Next, the \xmds script needs a name. Well, to be honest, it doesn't really need a name, but it's a good idea to add the \xmdsTag{name} tag if only for completeness. If the \xmdsTag{name} tag is not included, \xmds uses the name of the \xmds script file (but with the \ttt{.xmds} extension removed) as the name of the simulation, so in this simulation if we were to not specify the \xmdsTag{name} then the simulation name used by \xmds would be \ttt{lorenz}. However, it is still a good idea to specify the name inside the simulation text and we do this here, setting \xmdsTag{name} to \ttt{lorenz}. The script now becomes: \begin{xmdsCode} lorenz \end{xmdsCode} Notice that we have indented the \xmdsTag{name} tag from the rest of the tags. It is a good idea to indent tags that are nested within other tags so that one gets an idea of the document structure just from looking at the source code. The next two tags that I recommend you add to your scripts are the \xmdsTag{author} and \xmdsTag{description} tags. These tags aren't necessary for running a simulation or for actually calculating anything, however, they are good for documenting the simulation, and providing extra information that may be helpful to others if you show your scripts to other people. Also, this information may actually be used in future versions of \xmds to provide extra functionality in the output from \xmds simulations. The code now is: \begin{xmdsCode} lorenz Paul Cochrane Lorenz attractor example simulation. Adapted from the example in "Numerical methods for physics" by Alejandro L. Garcia, page 78 (1st ed.). \end{xmdsCode} Alternatively, you can add such information to the script by putting comments in the source code. The above code may then look something like this: \begin{xmdsCode} lorenz \end{xmdsCode} \subsection{General simulation options} Now that the very basic preliminaries are out of the way, we need to focus on the problem we are trying to solve. So, for the sake of argument, let's try to solve the Lorenz equations, \begin{align} \frac{dx}{dt} &= \sigma (y - x)\\ \frac{dy}{dt} &= rx - y - xz\\ \frac{dz}{dt} &= xy - bz, \label{eq:LorenzEquations} \end{align} where $\sigma$, $r$ and $b$ are positive constants, and the variables have the initial conditions: $x(t=0) = x_0$, $y(t=0) = y_0$, $z(t=0) = z_0$. Even though we are trying to solve something as complex as a chaotic system, this is very easy to write down in \xmds. This is especially true since the derivatives are with respect to time, for if we had spatial derivatives we would have to use Fourier transform techniques and mappings to simplify the calculation (we'll cover this stuff in \Sec{sec:moreComplexSimulation}, so don't worry that we're not discussing it here) which would complicate our script a bit more, and we're trying to keep things simple here. The Lorenz model can be used in the study of many interesting phenomena, however it is possibly best known as a model of global weather~\cite{Garcia:1994:1}. For a system to be chaotic it must be extremely sensitive to initial conditions such that any small perterbation of the initial conditions will cause wildly divergent evolution; and this is something we will hopefully see here, so let's continue. There can be many global parameters in an \xmds simulation, although, one in particular is special. This is the propagation direction, specified by the \xmdsTag{prop\_dim} tag, which is specified as part of the global functionality of the \xmds simulation and appears within the \xmdsTag{simulation} tags, normally after the \xmdsTag{description}. In the problem we are trying to solve, our field is evolving in \emph{time}, given by the variable $t$ in the above equations, and so the field is said to be propagating in $t$ so we use time as the propagation dimension. Therefore, we add the line \begin{xmdsCode} t \end{xmdsCode} to our \xmds script, just after the \xmdsTag{description} or conversely just before the \xmdsTag{globals} section (in the situation considered here, these locations are one in the same, however, this is not the case in general). The script is now \begin{xmdsCode} lorenz Paul Cochrane Lorenz attractor example simulation. Adapted from the example in "Numerical methods for physics" by Alejandro L. Garcia, page 78 (1st ed.). t \end{xmdsCode} This problem we are trying to solve has several constants, namely $\sigma$, $r$, $b$, $x_0$, $y_0$, and $z_0$. These variables are going to be used again and again in the simulation therefore it makes sense to put them into the next element necessary to describe a simulation in \xmds, the \xmdsTag{globals} tag. We specify these constants using C/C++ syntax in an XML \ttt{CDATA} block, which is enclosed within the \xmdsTag{globals} element. The \xmds code for this is \begin{xmdsCode} \end{xmdsCode} There are a couple of points to note here. Firstly, and most importantly, the syntax of the code within the \ttt{CDATA} block \tbf{must} conform to C/C++ syntax rules, otherwise the simulation won't be able to be compiled. This is because the code within the \ttt{CDATA} block is inserted directly into the code for the output simulation. Secondly, the constants that we are specifying are declared to be double precision to \xmds (this is via the \ttt{double} keyword in the code above) since they are continuous variables in the problem being solved. If for instance, we had some discrete quantity such as the number of particles in a system, then we would specify the variable as being integer and would therefore use the \ttt{int} keyword to declare the variable as such. Lastly, the odd-looking tags for the \ttt{CDATA} block must be written correctly (i.e.~opened with \verb||) otherwise the file won't parse, and \xmds will give an error. Our script is now, \begin{xmdsCode} lorenz Paul Cochrane Lorenz attractor example simulation. Adapted from the example in "Numerical methods for physics" by Alejandro L. Garcia, page 78 (1st ed.). t \end{xmdsCode} \subsection{The field element} \label{sec:theFieldElement} Now that we have set up the physical constants of our problem, we need to describe the field that we are going to be integrating over, in other words we need to specify a discretised version of $x(t)$, $y(t)$ and $z(t)$ at the start of the problem. To specify the field for the simple example we are studying here, we only need to tell \xmds the initial value of the field (i.e.~that when $t=0$). Note that in more complex situations (to be studied later) there are more tags to worry about. %% To properly specify the field we must %% describe the dimensions that it is integrated across, the number of grid %% points we are going to be using in that dimension, the domain over %% which the field is to be solved, and a description of the initial %% value of the field over the relevant dimensions. To this end we now %% introduce several new tags with which to specify these quantities. The first tag is the \xmdsTag{field} element. This is a container for the other information that we are using to describe the field, and is used very simply as follows \begin{xmdsCode} \end{xmdsCode} We next give the name of the field, this is supplied with the \xmdsTag{name} tag (note that this is a sub-element of the \xmdsTag{field} tag, and so is different from the \xmdsTag{name} tag of the \xmdsTag{simulation} element). If no name is given for the field, it defaults to ``\ttt{main}'', however, as mentioned before, it is a good idea to specify a name for the field anyway. We'll call it \ttt{main} to be consistent with other scripts you are likely to see, and because this is the main field. %% The \xmdsTag{dimensions} tag usually comes next. This tells \xmds the %% name(s) of the dimension(s) that the field is to be integrated across %% (as opposed to the propagation direction, which in this case is time %% (\ttt{t}). %% Computer simulations cannot model continuous fields exactly, hence one %% must make an approximation to the field on a finite-sized discrete %% lattice. To tell \xmds the number of points we want to use to %% approximate our field we specify this number within the %% \xmdsTag{lattice} element. For speed related reasons, especially when %% one is using Fourier transforms, it is a good idea to specify the %% \xmdsTag{lattice} element as a factor of two. Since we only have a %% finite-sized domain on which to simulate the evolution of the field, %% we must specify this as well. One does this by giving the end points %% of the domain, comma-separated within paretheses (i.e.~an ordered %% pair) within the \xmdsTag{domain} element, like so %% \begin{xmdsCode} %% (-0.5,0.5) %% \end{xmdsCode} We next must tell \xmds which of the field moments to sample \emph{directly after} the field is initialised. This is not obvious to those new to \xmds, however this gives one the opportunity to choose whether or not to sample the initial point of the field, and generate output moments such as mean and standard error, before it is propagated. To do this we put a sequence of \ttt{1}'s or \ttt{0}'s within the \xmdsTag{samples} element. We must put as many \ttt{1}'s and \ttt{0}'s as there are moment groups defined in the \xmdsTag{output} tag (to be discussed later). In our case, we will only be using one output moment group here, and we do want to sample the initial field for the moments, hence we add the code \begin{xmdsCode} 1 \end{xmdsCode} to our script. The simulation at this stage looks like \begin{xmdsCode} lorenz Paul Cochrane Lorenz attractor example simulation. Adapted from the example in "Numerical methods for physics" by Alejandro L. Garcia, page 78 (1st ed.). t main 1 \end{xmdsCode} Now we have to initialise the field. In other words, we have to define $x(t=0)$, $y(t=0)$, and $z(t=0)$. \xmds makes this easy by allowing you to define the field as a vector written in terms of the dimensions of the field. It is possible to define other vectors that are part of the field, but the vector of the field that we are integrating is the \emph{main} vector, and this we name (funnily enough) \ttt{main}. This naming is compulsory since it is possible to have more than one vector named within a field; however, there must be exactly one vector named \ttt{main}. We also need to specify the data type of our vector, the names of the components of the vector and we need to define how the vector should be calculated using C code (in a \ttt{CDATA} section). For the case we are considering here, the \xmds code would be: \begin{xmdsCode} main double x y z \end{xmdsCode} So, as we can see, our vector is called \ttt{main}, it is of type \ttt{double} and the names of its components are \ttt{x}, \ttt{y}, and \ttt{z}. The \ttt{CDATA} section gives the C code version of what \eqn{eq:LorenzEquations} describes. This code completes the \xmdsTag{field} element and we are left with the following code listing: \begin{xmdsCode} lorenz Paul Cochrane Lorenz attractor example simulation. Adapted from the example in "Numerical methods for physics" by Alejandro L. Garcia, page 78 (1st ed.). t main 1 main double x y z \end{xmdsCode} \subsection{The sequence element} We have arrived at the stage where we can tell \xmds how to actually perform the integration of the field. To do this we use the \xmdsTag{sequence} element. The \xmdsTag{sequence} element is usually used as a container for other elements, specifically the \xmdsTag{integrate}, \xmdsTag{filter} and other \xmdsTag{sequence} elements. The outermost \xmdsTag{sequence} element is referred to as the ``parent'' \xmdsTag{sequence} and the \xmdsTag{sequence}s nested within that as the ``child'' \xmdsTag{sequence}s. This may sound a bit confusing, but it is just a generalisation and a lot of the time you will be writing scripts with just the one \xmdsTag{sequence}. The \xmdsTag{sequence} element may have as many of the other sub-elements as desired to perform the calculation, and the ``child'' \xmdsTag{sequence}s can contain another element---the \xmdsTag{cycles} element---which controls how many times a given \xmdsTag{sequence} is repeated. The \xmdsTag{cycles} element is optional and defaults to one. It is important to note that the order of segments specified within a \xmdsTag{sequence} are significant, and operations given will be performed in that order. So, to summarise, most of the time you will just use one \xmdsTag{sequence} and it will usually only contain just the one \xmdsTag{integrate} section, hence the code will look like \begin{xmdsCode} \end{xmdsCode} We shall try to discuss the other features and tags in more depth later on in more advanced tutorials. \subsection{The integrate element} Since the \xmdsTag{integrate} element is quite complex, and it does all of the hard work, we'll spend some time discussing it. We need to tell \xmds the algorithm to use to integrate the field specified earlier. To do this we use the \xmdsTag{algorithm} tag. This tag is optional and will default to \ttt{SIEX} for stocastic simulations and to \ttt{RK4EX} for non-stochastic simulations, however, it is a very good idea to explicitly specify what algorithm your simulation is using, if only to help yourself in six months time, or a colleague who may end up reading your code. At the moment (\xmds version 1.5-1) there are six algorithms to choose from: \ttt{RK4EX}, \ttt{RK4IP}, \ttt{ARK45EX}, \ttt{ARK45IP}, \ttt{SIEX}, \ttt{SIIP}. \ttt{RK4EX} is a fourth order Runge-Kutta in the explicit picture, \ttt{RK4IP} is a fourth order Runge-Kutta in the interaction picture, the \ttt{ARK45EX} and \ttt{ARK45IP} are the corresponding adaptive time step Runge-Kutta Fehlberg methods, \ttt{SIEX} is the semi-implicit method in the explicit picture, and \ttt{SIIP} is the semi-implicit method in the interaction picture. For more information about the specifics of these algorithms and techniques, see \Sec{sec:numericalMethods}. In solving our problem we'll use the fourth order Runge-Kutta in the explicit picture, because we aren't using any Fourier transforms, and the explicit picture is fine for our purposes here. Therefore, we specify within the \xmdsTag{integrate} tags the line: \begin{xmdsCode} RK4EX \end{xmdsCode} telling \xmds what algorithm to use. The next things \xmds needs to know are the length of the integration interval, the total number of steps to take, and the number of samples for each output moment to take within these steps. These items are denoted by the \xmdsTag{interval}, \xmdsTag{lattice} and \xmdsTag{samples} tags respectively. The integration interval combined with the number of steps gives the step size internally used by \xmds. We'll choose some fairly arbitrary numbers here: an interval length of 10, a large number of lattice points, namely 10000, (which should give us a nice small step size), and we'll sample 200 points, and hence set \xmdsTag{samples} to 200. The code for this looks like: \begin{xmdsCode} 10 10000 200 \end{xmdsCode} Having told \xmds some of the parameters it must use to perform the integration, we haven't yet told it \emph{how} to actually carry out the integration. By this I mean that we have to describe in terms of C language code the differential equation that \xmds is to use to evolve the solution forward (see \eqn{eq:LorenzEquations}). We do this by using a \ttt{CDATA} block, and writing the equation in a form understandable to both us and \xmds which isn't technically speaking C code. \begin{xmdsCode} \end{xmdsCode} Notice that this looks similar to the analytical form of \eqn{eq:LorenzEquations} in that we have described the derivatives with respect to time, $t$ of the fields $x(t)$, $y(t)$ and $z(t)$. With that, we have completed the \xmdsTag{integrate} element, and the \xmdsTag{sequence} section. The simulation script is now: \begin{xmdsCode} lorenz Paul Cochrane Lorenz attractor example simulation. Adapted from the example in "Numerical methods for physics" by Alejandro L. Garcia, page 78 (1st ed.). t main 1 main double x y z RK4EX 10 10000 200 \end{xmdsCode} \subsection{The output element} Ok, we're almost there! This is the last section that we need to worry about. So, just to recap, we've told \xmds the general features and variables it should use to construct the simulation, the field to integrate over, and the way in which the integration should take place and most importantly the differential equation that \xmds should use to evolve the solution. That sounds like about it doesn't it? Well, no. We haven't told \xmds to output anything yet, and it's a bit silly to spend several hours of computer time for the simulation to come back to you and say: ``I'm done!'' and you haven't got any results. Fortunately, \xmds doesn't let you write a simulation without actually specifying any output. Therefore, we need to tell \xmds what output we want from the simulation, and to do this we use the \xmdsTag{output} element. The \xmdsTag{output} element is just a container for the other tags that specify what is to be output. The two tags that are contained within the \xmdsTag{output} element are: \xmdsTag{filename} and \xmdsTag{group}. The \xmdsTag{filename} tag (fairly obviously) specifies the filename of the output data file. This tag is optional and defaults to the simulation name (i.e. the value of \xmdsTag{name} directly within the \xmdsTag{simulation} tag) with the string \ttt{.xsil} appended. For example, if we didn't specify a filename for the simulation we've created here, then the filename \xmds would use would be \ttt{basicSim.xsil}. The output data file is in the XSIL format~\cite{web:caltech_xsil} which is a handy interchange format also using XML. The \xmdsTag{group} tag contains a description (and to a degree the definition) of the moments of the output data, which can be such things as the power density of the field(s), or just means and standard errors of the field(s). More than one output group can be specified, but at least one must be given. Post-processing may be performed before an output group is written to file, allowing one to do some complex tasks on the data sampled in the running of the simulation (this is put after the \xmdsTag{sampling} tag which is coming up), however this is more involved than the discussion here, so we won't be using it. A good place to look if you're at all interested is the examples directory in the distribution or see the script repository on the \xmds web page: \htmladdnormallink{http://www.xmds.org}{http://www.xmds.org}. After looking for the \xmdsTag{group} tag, \xmds then expects to see a \xmdsTag{sampling} tag within that, which defines how the group is to be sampled. This is also just a container for more specific tags. Just as an aside: although it may seem a pain at this stage to have so many containers for other containers and tags and so on, this gives the entire document a nice structure where one builds up a simulation from nice bite-sized (pun not intended) chunks. Also, one really doesn't go to the pain of writing a simulation from scratch very often so this shouldn't be a big issue when you finally get to writing other and more complex (and more interesting!) simulations. Within the \xmdsTag{sampling} tag \xmds expects to see a \xmdsTag{fourier\_space} tag for each transverse dimension in the simulation, which tells \xmds whether or not to Fourier transform the dimension before being sampled and written out to disk. For our example here, we don't have any transverse dimensions so we won't use this tag. %% We next tell \xmds how finely we want it to sample the output field %% when it writes to disk. It is possible that we could dump all of the %% data used in the simulation to disk, but this could be \emph{very} %% large and we probably won't get much extra information out of it. So, %% it is much better to take a coarser-grained subset of the data %% actually used to do the simulation when generating output, thereby %% producing smaller data files and making your life easier when it comes %% to graphically interpreting the data. To tell \xmds how finely (or %% coarsely depending upon your point of view) to sample the data we use %% the \xmdsTag{lattice} tag. Exactly what this number should be depends %% a lot upon the system being investigated, and hence it's quite a dark %% art (or just trial and error) to get the right kind of output. So, %% for the purposes of our example we'll just take 50 points across the %% $x$ dimension. The code to do this is simply %% {xmdsCode} %% 50 %% {xmdsCode} %% In general, this code is an integer specifying the sampling for each %% of the transverse dimensions, but since there's only one here, this %% makes the code a lot simpler. Note that if there aren't any %% transverse dimensions, \xmds won't search for either of %% \xmdsTag{fourier\_space} or \xmdsTag{lattice}. Now we need to tell \xmds the names of output moments we want to calculate, and the C code it should use to do so. We do this using the \xmdsTag{moments} tag and a \ttt{CDATA} block. For this simulation things are quite simple since we just want the amplitude of the variables as they evolve. Just to make this really obvious we'll define the output moments to be new variables called \ttt{xOut}, \ttt{yOut} and \ttt{zOut} which are just equal to the variables \ttt{x}, \ttt{y} and \ttt{z}, but it makes it more obvious in the code what information we are grabbing out of \xmds. It is possible to define as many moments as you wish, but you must define at least one. The XML code we use is \begin{xmdsCode} xOut yOut zOut \end{xmdsCode} giving an output section which looks like \begin{xmdsCode} xOut yOut zOut \end{xmdsCode} and an overall simulation which is (finally): \begin{xmdsCode} lorenz Paul Cochrane Lorenz attractor example simulation. Adapted from the example in "Numerical methods for physics" by Alejandro L. Garcia, page 78 (1st ed.). t main 1 main double x y z RK4EX 10 10000 200 xOut yOut zOut \end{xmdsCode} Here is a link to the finished (gzipped) script file \htmladdnormallink{lorenz.xmds.gz}{http://www.xmds.org/examples/lorenz.xmds.gz} on the \xmds web site (\htmladdnormallink{http://www.xmds.org}{http://www.xmds.org}). \subsection{Making the simulation and getting results} \label{sec:runningXmds} Now that the simulation script is ready, it is just a matter of getting \xmds to generate the C++ source code and compiling that with your system's C++ compiler. This is a very simple process, and in the vast majority of cases, all one has to do is enter the following at the command prompt: \begin{shellCode} % xmds lorenz.xmds \end{shellCode} A file called \ttt{lorenz} should now appear in the same directory as your simulation script; this file is the simulation binary executable file. To run the simulation merely execute the binary file by entering its name at the command line. You should see something like this \begin{shellCode} % lorenz Beginning full step integration ... Sampled field (for moment group #1) at t = 0.000000e+00 Sampled field (for moment group #1) at t = 5.000000e-02 Sampled field (for moment group #1) at t = 9.950000e+00 Sampled field (for moment group #1) at t = 1.000000e+01 maximum step error in moment group 1 was 1.248578e-05 \end{shellCode} Once the program has finished running, you should find in the same directory as the binary executable a file called \ttt{lorenz.xsil}. This is the file containing your output data in a handy XML based format that can be used to interchange data between various other formats. We'll look at the output here in two programs, namely Matlab (or Octave) and Scilab. Matlab is a commercial numerical programming language and environment which has very powerful graphics capabilities and is used in the scientific community extensively. Octave is a free program which is highly compatible with Matlab. Scilab is very similar to Matlab, however it is free to download and install, but doesn't have quite the same quality as that made by Matlab. Nevertheless, Scilab is free, and is a handy alternative if your budget can't stretch to Matlab. There are subtle differences between Matlab (or Octave) and Scilab and this is why we discuss the two here. XSIL files can also easily be translated into scripts suited for input into Mathematica, gnuplot, or R using the bundled software. Before we can start using Matlab or Scilab, we must convert the data contained in the \ttt{.xsil} file into something that Matlab, Octave or Scilab can understand. To do this we use the utility program bundled with \xmds called \ttt{xsil2graphics}. To generate an input file for Matlab or Octave use either \begin{shellCode} % xsil2graphics lorenz.xsil \end{shellCode} or \begin{shellCode} % xsil2graphics -matlab lorenz.xsil \end{shellCode} however the second example is redundant as a Matlab or Octave\ttt{.m} file is the default output from \ttt{xsil2graphics}. You should see in the current directory a file called \ttt{lorenz.m} and a data file for the one moment group that we sampled for \ttt{lorenz1.dat}. For Scilab use \begin{shellCode} % xsil2graphics -scilab lorenz.xsil \end{shellCode} giving the files \ttt{lorenz.sci} and \ttt{lorenz1.dat}. Ok, now we're ready to fire up our relevant numerical processing and graphical environment and visualise the results. \subsubsection{Matlab and Octave} Start Matlab or Octave, and once at the command prompt load the information contained in the data file by using the command \begin{matlabCode} >> lorenz \end{matlabCode} doing a \ttt{whos} should give you something similar to this \begin{matlabCode} >> whos Name Size Bytes Class error_xOut_1 1x201 1608 double array error_yOut_1 1x201 1608 double array error_zOut_1 1x201 1608 double array t_1 1x201 1608 double array xOut_1 1x201 1608 double array yOut_1 1x201 1608 double array zOut_1 1x201 1608 double array Grand total is 1407 elements using 11256 bytes \end{matlabCode} We can see that we've loaded our output data from the simulation into the variables \ttt{xOut\_1}, \ttt{yOut\_1} and \ttt{zOut\_1} in Matlab or Octave. The reason why the \ttt{\_1} is appended to the variable names is so that if one defines a variable in two different moment groups, but of the same name, then data isn't lost. The number refers to the label of the moment group in the simulation. At present you don't need to worry about these details, but just realise that they are there for when you write more complex scripts in the future. The error variables seen in the \ttt{whos} listing are the differences between the full-step integration and the half-step integration. The half-step integration is used for error checking purposes, so that you can check if your simulation is likely to be giving you reliable answers. Now plot the data by going \begin{matlabCode} >> plot3(xOut_1, yOut_1, zOut_1) >> xlabel('x') >> ylabel('y') >> zlabel('z') \end{matlabCode} and you should see a figure similar to \fig{fig:lorenzMatlabPlot}. \begin{figure}[!h] \centerline{\includegraphics[width=\figwidth]{figures/lorenzMatlabPlot}} \caption{Three dimensional plot in Matlab of the trajectories of a Lorenz attractor. Parameters used were: $\sigma = 10$, $b = 8/3$, $r=28$, with initial conditions of $x_0 = 1.0$, $y_0 = 1.0$, and $z_0 = 20.0$.} \label{fig:lorenzMatlabPlot} \end{figure} \subsubsection{Scilab} A very similar process is necessary for viewing the results in Scilab. Start up scilab, and at its command prompt run the command \begin{scilabCode} -->exec('lorenz.sci') -->temp_d1 = zeros(1,201); -->t_1 = zeros(1,201); -->xOut_1 = zeros(1,201); -->yOut_1 = zeros(1,201); -->zOut_1 = zeros(1,201); -->error_xOut_1 = zeros(1,201); -->error_yOut_1 = zeros(1,201); -->error_zOut_1 = zeros(1,201); -->lorenz1 = fscanfMat('lorenz1.dat'); Error Info buffer is too small (too many columns in your file ?) -->temp_d1(:) = lorenz1(:,1); -->xOut_1(:) = lorenz1(:,2); -->yOut_1(:) = lorenz1(:,3); -->zOut_1(:) = lorenz1(:,4); -->error_xOut_1(:) = lorenz1(:,5); -->error_yOut_1(:) = lorenz1(:,6); -->error_zOut_1(:) = lorenz1(:,7); -->t_1(:) = temp_d1(:); -->clear lorenz1 temp_d1 \end{scilabCode} to load the data into Scilab (you can safely ignore the warning), and then to obtain a graphical output of the data, run the command \begin{scilabCode} -->param3d(xOut_1, yOut_1, zOut_1) \end{scilabCode} which should give something along the lines of that in \fig{fig:lorenzScilabPlot} \begin{figure}[!h] \centerline{\includegraphics[width=\figwidth]{figures/lorenzScilabPlot}} \caption{Three dimensional plot in Scilab of the trajectories of a Lorenz attractor. Parameters used were: $\sigma = 10$, $b = 8/3$, $r=28$, with initial conditions of $x_0 = 1.0$, $y_0 = 1.0$, and $z_0 = 20.0$.} \label{fig:lorenzScilabPlot} \end{figure} As we can see from both of these figures that we get the usual strange attractor ``butterfly'' shape. Now that we've spent a lot of time going over the very basics of writing a simulation from scratch, we now speed up a bit, and introduce some new \xmds tags, but still with the theme that we are writing this all from a clean slate. Hopefully you will be able to see the other more powerful abilities of \xmds and be able to start writing your own simulations. \section{A more complex simulation} \label{sec:moreComplexSimulation} In this section I'll introduce how to use Fourier space in your simulations (and the extra tags required), and explain why it is sometimes easier to perform part of the calculation in Fourier space and then transform back to position space. To illustrate these extensions to what we already know from \Sec{sec:basicSim} we'll look at solving the one-dimensional diffusion equation \begin{equation} \frac{\del a(x,t)}{\del t} = \kappa \frac{\del^2 a(x,t)}{\del x^2} \label{eq:diffusionEquation} \end{equation} where $a(x,t)$ is the field to be evolved by the differential equation and is a function of time, $t$, and space $x$, and $\kappa$ is a constant describing how quickly the solution diffuses. An example of an application of the diffusion equation is for modelling the diffusion of (some initial distribution of) temperature in a metal rod; over time the temperature distribution will flow from areas of higher temperature to areas of lower temperature, eventually achieving a uniform distribution over the entire rod. So why do we use Fourier space when solving this differential equation? The main reason is that it's a lot easier to calculate some of the differentials in Fourier space than it is in position space. It turns out that if one transforms position space into its respective Fourier domain, that a partial derivative with respect to position, just becomes $i$ (i.e.~$\sqrt{-1}$) times the coordinate in Fourier space. For our example, such a mapping would be: \begin{equation} \frac{\del}{\del x} \mapsto i k_x. \end{equation} Hence, in Fourier space, the second derivative on the right hand side of \eqn{eq:diffusionEquation} is just $-k_x^2$. Given that (discrete) Fourier transforms aren't that hard to do on a computer (and in \xmds we use the Fastest Fourier Transforms in the West~\htmladdnormallink{http://www.fftw.org}{http://www.fftw.org}, so they're pretty fast) using such a transformation improves the calculation somewhat. \subsection{Specifying the problem} We now need to specify the problem properly. To do this we must specify an initial condition for the solution we wish to evolve, and we must specify the boundary conditions of the domain over which we wish to solve this particular problem. Boundary conditions are necessary here since we have a transverse dimension (i.e.~$x$) in this system (recall in \Sec{sec:basicSim} we had no transverse dimensions, only the propagation dimension of time). In following Garcia~\cite{Garcia:1994:1}, as we do here again, we are trying to model the temperature diffusion of an initial temperature distribution in a one-dimensional rod, the ends of which are kept at a constant temperature of $T=0$. Unfortunately, this implies Dirichlet boundary conditions, and \xmds only implements periodic boundary conditions. This isn't strictly true, as one \emph{can} implement absorbing boundary conditions in \xmds (and people do in practice), however, one has to jump through some hoops that we don't really want to bother with here. So, to imitate Dirichlet boundary conditions, we'll not let the solution evolve outside the domain of the transverse dimension, $x$. All this means is that we make that particular domain rather larger than was necessary, and we make sure we don't evolve it in time for too long. We also start with a very narrow initial condition, and not have the diffusion coefficient too high, so as to inhibit the diffusion a bit. Please note that this is an example simulation to get people used to using the syntax of \xmds and not necessarily to pedantically solve certain physical problems, we merely use the physical situations here to illustrate \xmds, not the other way around. An important solution of the diffusion equation is a Gaussian of the form~\cite{Garcia:1994:1} \begin{equation} T(x,t) = \frac{1}{\sigma(t) \sqrt{2\pi}} \exp\left[\frac{-(x-x_0)^2}{2 \sigma^2(t)}\right], \label{eq:diffusionSolution} \end{equation} where $x_0$ is the location of the maximum and the standard deviation, $\sigma(t)$, increases with time as \begin{equation} \sigma(t) = \sqrt{2 \kappa t}. \end{equation} This solution is also a handy initial condition, and this is the analytical form of the initial condition we will be giving to \xmds. \subsection{Starting off the simulation code} Now with the boundary conditions, and the initial condition specified analytically we are now in a position to start writing some \xmds code. As per usual, we start with the \ttt{} and \xmdsTag{simulation} tags. Then add the simulation name, which we'll call \ttt{diffusion}, and we'll put the author name and a brief description of what the simulation is supposed to do. The global variables we have in the problem we are solving are the diffusion coefficient $\kappa$, the standard deviation of the initial Gaussian distribution $\sigma$, and the positon of the mean of the Gaussian distribution $x_0$. These variables we'll call respectively, \ttt{kappa}, \ttt{sigma}, and \ttt{x0}. The code for this looks like: \begin{xmdsCode} diffusion Paul Cochrane Solves the one-dimensional diffusion equation for an initial Gaussian pulse. Adapted from A. L. Garcia, "Numerical Methods in Physics" (1994). \end{xmdsCode} which we put into a file called \ttt{diffusion.xmds}. \subsection{Describing the field} Again, the next thing to tell \xmds about is the \xmdsTag{field} element. This time we have a transverse dimension which is in the $x$ direction, and we mention this using the \xmdsTag{dimensions} tag like so: \begin{xmdsCode} x \end{xmdsCode} In the general case, \xmds expects a space-separated list of transverse dimensions here, but in our example things are a bit simpler. We now have to tell \xmds the number of grid points of the lattice in this dimension, and over what domain in this dimension the grid is defined. To do these two things we use the \xmdsTag{lattice} and \xmdsTag{domains} tags. In our simulation here, we want to sample from $x = -1$ to $x = 1$, and use 100 points. Therefore, we set \xmdsTag{lattice} to \ttt{100}, and \xmdsTag{domains} to \ttt{(-1,1)}. Notice that the \xmdsTag{domains} tag is defined by using an ordered pair syntax. \xmds expects to see the domain for each transverse dimension defined as an ordered pair i.e.~two comma-separated values enclosed in parentheses; if there is more than one transverse dimension, then the domains for each are defined by a list of space-separated ordered pairs. The last thing we need to mention before discussing the \xmdsTag{vector} tag is that the number of samples is set to the same value as that in \Sec{sec:basicSim}, i.e.~1, and that the name of the field, as per usual, is \ttt{main}. The \xmdsTag{field} element now looks like \begin{xmdsCode} main x 100 (-1,1) 1 \end{xmdsCode} We now need to specify the \xmdsTag{vector} element. This is much the same as previously discussed in \Sec{sec:basicSim}, but with some changes and one addition: the \xmdsTag{fourier\_space} tag. The vector \xmdsTag{name} is again \ttt{main}, the \xmdsTag{type} this time is \ttt{complex} though. The reason this might be confusing is because the temperature is a real quantity, and therefore, those who have been reading carefully may question why \ttt{float} wasn't chosen as the type instead. A type of \ttt{complex} is chosen because we are using a Fourier transform technique whereby the solution is transformed into Fourier space to calculate the second partial derivative in $x$ and then transformed back again, and to be able to transform into Fourier space, we need our variables to be of complex type. The \xmdsTag{components} tag is set to \ttt{T}, since this is the name of the variable about to be defined in the \ttt{CDATA} block to come, and we tell \xmds that this component is \emph{not} defined in Fourier space by setting the \xmdsTag{fourier\_space} tag to \ttt{no}. We next define the \ttt{CDATA} block. This is our C++ language representation of \eqn{eq:diffusionSolution}, which we are using as our initial condition. The \ttt{CDATA} block is \begin{xmdsCode} \end{xmdsCode} This may look quite complicated, and possibly because we've tried to split the code over several lines in an attempt to break up the various parts and because this is intended for a fixed width page. The code does nevertheless introduce some important concepts. These are: the \ttt{rcomplex()} function, the ability to split lines of code over multiple lines if necessary, and the \ttt{M\_PI} variable The \ttt{rcomplex()} function is one of a set of utility functions added as part of \xmds to allow users to define complex variables. The syntax of \ttt{rcomplex()} is \ttt{rcomplex(x,y)} where \ttt{x} and \ttt{y} are real variables representing the real and imaginary parts of the complex number respectively. This explains one line of the \ttt{CDATA} block reads merely: \ttt{,0.0);}. The lonely comma is just separating the two arguments to \ttt{rcomplex()}, the \ttt{0.0} is the imaginary part of the variable we are defining, which is real, but of \ttt{complex} type, and the closing parenthesis and semicolon just finish off the function call syntax. Notice that the variable \ttt{T} is assigned to a quantity which is defined over multiple lines. Although this may seem strange to some, for those familiar with C language rules will know that all the C compiler is looking for is the semicolon as the character denoting the end of the expression. Therefore, it is possible to split equations over many lines to break up complicated expressions, or to highlight certain parts of the expression that may be important. The \ttt{M\_PI} variable is an automatically set variable by \xmds that is the value of $\pi$, i.e.~3.14159\ldots Note also that one can use any of the standard mathematical functions defined in C/C++, such as \ttt{sqrt()}, \ttt{log()} etc. This completes the discussion of the \xmdsTag{field} element, which is now: \begin{xmdsCode} main x 100 (-1,1) 1 main complex T no \end{xmdsCode} \subsection{The sequence and integrate elements} Using what we know from \Sec{sec:basicSim}, we now use \xmdsTag{sequence} and \xmdsTag{integrate} elements to describe the guts of what \xmds has to do. We'll use here the \ttt{RK4EX} algorithm, an interval of length 1, a lattice of 1000, and take 50 samples along the propagation direction. Now, because we're evolving the solution partially in Fourier space, we need to define the operators that are going to be performing the evolution. This is done with the \xmdsTag{k\_operators} element. The reason why we call this the \xmdsTag{k\_operators} element is because Fourier space is often referred to as $k$-space, and position space as $x$-space, hence these operators are operating in $k$-space, and so they are $k$-operators. We next tell \xmds that the $k$-operators (there is actually only one here) are constant over the course of the simulation by setting the \xmdsTag{constant} tag to \ttt{yes}. We do this because if \xmds has to assume that the $k$-operators \emph{aren't} constant then it has to use much slower code to evolve the solution, and we are fortunate that for our simulation here the $k$-operators are constant since they can be calculated via the (also constant) \ttt{x} variable. \xmds needs to know the name of the operator we are going to use for our $k$-operator, and this we set with the \xmdsTag{operator\_names} tag to be \ttt{L}. In general, the \xmdsTag{operator\_names} tag expects a space-separated list of the operator names you wish to define. We then give the C++ code necessary to define the operator in a \ttt{CDATA} block, and for our simulation this is \begin{xmdsCode} \end{xmdsCode} Note that we have one variable here that we haven't defined before: \ttt{kx}. This is a variable automatically defined by \xmds when we define $k$-operators. If we had another variable called \ttt{y} and defined a $k$-operator for it, then it would be called \ttt{ky}. The last thing we need to do within this section of the script is tell \xmds how to evolve the solution---in other words, the differential equation! As in \Sec{sec:basicSim} we use a \ttt{CDATA} block with a modified C++ syntax that \xmds understands to write down the differential equation. \begin{xmdsCode} \end{xmdsCode} This completes the work necessary to integrate the solution forward, and completes the \xmdsTag{integrate} and \xmdsTag{sequence} elements, which are: \begin{xmdsCode} RK4EX 1 1000 50 yes L \end{xmdsCode} \subsection{The output element} The \xmdsTag{output} element is much like that discussed in \Sec{sec:basicSim}. We need to specify a \xmdsTag{filename} tag, just so that we are documenting everything nicely, and then \xmdsTag{group} and \xmdsTag{sampling} elements to describe the rest of the information \xmds needs to properly sample the data and save it out to file. There are two new tags that are needed because we have a transverse dimension to worry about; these are \xmdsTag{fourier\_space} and \xmdsTag{lattice}. The \xmdsTag{fourier\_space} tag is necessary to tell \xmds if the sampling of the output is to be performed in Fourier space. \xmds expects to see a space-separated list of \ttt{yes} or \ttt{no} values for each of the transverse dimensions, and for the situation here we don't want the output sampled in Fourier space and we only have one transverse dimension, so we set the \xmdsTag{fourier\_space} tag to \ttt{no}. The \xmdsTag{lattice} tag tells \xmds how finely the transverse dimensions should be sampled, and in general expects to see a space separated list of values telling it how many samples in the particular transverse dimension to take. Here we just set \xmdsTag{lattice} to \ttt{50}. The moments we are interested in sampling is of the temperature, so we specify a \xmdsTag{moments} tag value of \ttt{temperature} and give the code to calculate this moment in a \ttt{CDATA} block as \begin{xmdsCode} \end{xmdsCode} All of this information gives the \xmdsTag{output} element to be \begin{xmdsCode} diffusion.xsil no 50 temperature \end{xmdsCode} \subsection{The final script} We now have a complete script! And this is, in its entirety: \begin{xmdsCode} diffusion Paul Cochrane Solves the one-dimensional diffusion equation for an initial Gaussian pulse. Adapted from A. L. Garcia, "Numerical Methods in Physics" (1994). t main x 100 (-1,1) 1 main complex T no RK4EX 1 1000 50 yes L diffusion.xsil no 50 temperature \end{xmdsCode} Here is a link to the finished (gzipped) script file \htmladdnormallink{diffusion.xmds.gz}{http://www.xmds.org/examples/diffusion.xmds.gz} on the \xmds web site (\htmladdnormallink{http://www.xmds.org}{http://www.xmds.org}). \subsection{Making the simulation and getting results} Running through the sequence of events necessary to generate a simulation binary executable file, running it and producing the results for Matlab, Octave or Scilab, you should see a sequence of events (and output) something like following: Generating the simulation binary: \begin{shellCode} % xmds diffusion.xmds \end{shellCode} Running the simulation: \begin{shellCode} % diffusion Making forward plan Making backward plan Beginning full step integration ... Sampled field (for moment group #1) at t = 0.000000e+00 Sampled field (for moment group #1) at t = 2.000000e-02 Sampled field (for moment group #1) at t = 9.800000e-01 Sampled field (for moment group #1) at t = 1.000000e-00 maximum step error in moment group 1 was 9.909189e-09 \end{shellCode} The forward and backward plans are the fftw routines calculating the necessary Fourier transforms. Generating the Matlab or Octave output: \begin{shellCode} % xsil2graphics lorenz.xsil Output file format defaulting to matlab. Output file name defaulting to 'diffusion.m' Proccessing xsil data container 1 ... Writing data container 1 to file ... \end{shellCode} Generating the Scilab output: \begin{shellCode} % xsil2graphics -scilab lorenz.xsil Output file name defaulting to 'diffusion.sci' Proccessing xsil data container 1 ... Writing data container 1 to file ... \end{shellCode} \subsubsection{Matlab} Loading the data into Matlab or Octave: \begin{matlabCode} >> diffusion \end{matlabCode} Doing a \ttt{whos}: \begin{matlabCode} Name Size Bytes Class error_temperature_1 50x51 20400 double array t_1 1x51 408 double array temperature_1 50x51 20400 double array x_1 1x50 400 double array Grand total is 5201 elements using 41608 bytes \end{matlabCode} Plotting the data: \begin{matlabCode} >> mesh(t_1, x_1, temperature_1) >> xlabel('t') >> ylabel('x') >> zlabel('T') \end{matlabCode} you should see a figure similar to \fig{fig:lorenzMatlabPlot}. \begin{figure}[!h] \centerline{\includegraphics[width=\figwidth]{figures/diffusionMatlabPlot}} \caption{Three dimensional plot in Matlab of the diffusion of Gaussian pulse according to the diffusion equation. Parameters used were: $\kappa = 0.1$, $\sigma = 0.1$, $x_0=0$} \label{fig:diffusionMatlabPlot} \end{figure} \subsubsection{Scilab} Loading the data into Scilab: \begin{scilabCode} -->exec('diffusion.sci') -->temp_d1 = zeros(50,51); -->t_1 = zeros(1,51); -->temp_d2 = zeros(50,51); -->x_1 = zeros(1,50); -->temperature_1 = zeros(50,51); -->error_temperature_1 = zeros(50,51); -->diffusion1 = fscanfMat('diffusion1.dat'); Error Info buffer is too small (too many columns in your file ?) -->temp_d1(:) = diffusion1(:,1); -->temp_d2(:) = diffusion1(:,2); -->temperature_1(:) = diffusion1(:,3); -->error_temperature_1(:) = diffusion1(:,4); -->t_1(:) = temp_d1(1,:); -->x_1(:) = temp_d2(:,1); -->clear diffusion1 temp_d1 temp_d2 \end{scilabCode} Plotting the data: \begin{scilabCode} -->plot3d(x_1, t_1, temperature_1) \end{scilabCode} should give something along the lines of that in \fig{fig:lorenzScilabPlot} \begin{figure}[!h] \centerline{\includegraphics[width=\figwidth]{figures/diffusionScilabPlot}} \caption{Three dimensional plot in Scilab of the diffusion of Gaussian pulse according to the diffusion equation. Parameters used were: $\kappa = 0.1$, $\sigma = 0.1$, $x_0=0$} \label{fig:diffusionScilabPlot} \end{figure} Note that in both \fig{fig:diffusionMatlabPlot} and \fig{fig:diffusionScilabPlot} we have an initial Gaussian pulse at $t=0$, which then spreads out and loses amplitude as $t$ increases. This is the expected evolution of the solution according to the diffusion equation. The data points near the back of the graph, close to $t=1$ are unlikely to be an accurate representation of the solution at this point, and indeed, are unlikely to be correct. Nevertheless, we have the expected behaviour, and have now demonstrated sufficient \xmds tags for you, the user, to be confident to go off and write your own simulations. We wish you the very best of luck! xmds-doc-0~svn.1884/latex/workedExample.tex0000644000175000017500000007353410620253422020205 0ustar rafaelrafael% $Id: workedExample.tex 1339 2007-05-09 05:07:30Z joehope $ % Copyright (C) 2000-2007 % % Code contributed by Greg Collecutt, Joseph Hope and the xmds-devel team % % This file is part of xmds. % % This program is free software; you can redistribute it and/or % modify it under the terms of the GNU General Public License % as published by the Free Software Foundation; either version 2 % of the License, or (at your option) any later version. % % This program is distributed in the hope that it will be useful, % but WITHOUT ANY WARRANTY; without even the implied warranty of % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License % along with this program; if not, write to the Free Software % Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. \chapter{Worked example: nlse.xmds} \label{chap:exampleNlse} XML is very much like HTML, so readers with any experience in writing HTML will find XML fairly straight forward. However, even if a user has not had any experience in HTML they will pick up the XML with the help of some example simulation files. A comprehensive guide to general XML syntax is available in~\cite{web:XML_syntax}. For now, a good introduction will be to step through the ``\ttt{nlse.xmds}'' example script, then we can work through some more advanced examples to elaborate on some of the options available. These examples scripts can be found in the \ttt{/examples} directory, along with many others. They may also be downloaded from the web site \htmladdnormallink{http://www.xmds.org/examples.html}{http://www.xmds.org/examples.html}. \begin{xmdsCode} nlse z yes no main t 100 (-5,5) 1 main complex phi no vc1 double damping no RK4IP 20 1000 50 yes L main vc1 nlse.xsil no 50 pow_dens \end{xmdsCode} The above XML file describes to \xmds how to write a program that solves the Nonlinear Schr\"{o}dinger Equation in one dimension; \eqn{eq:nlse1d}. \begin{equation} \frac{\partial \phi}{\partial \xi } = i\left[\frac{1}{2} \frac{\partial ^{2} \phi}{\partial \tau ^{2}} + i \Gamma (\tau) \phi + |\phi|^{2} \phi \right]. \label{eq:nlse1d} \end{equation} Here $\phi$ is the single component complex field (\ttt{phi} in the input file), $\xi$ is the propagation dimension (\ttt{z}), $\tau$ is the local time coordinate (\ttt{t}), and $\Gamma$ is a damping field (\ttt{damping}) applied to absorb scattered radiation at the domain boundaries. \fig{fig:nlse} shows what the output of this simulation should look like. \begin{figure}[ht] \centerline{\includegraphics[width=\figwidth]{figures/nlse}} \caption{Results for nlse.xmds} \label{fig:nlse} \end{figure} At the head of the file: \begin{xmdsCode} \end{xmdsCode} Here the first line defines the file as an XML file. \xmds requires correct XML syntax, but otherwise does not need to validate the file with a DTD (Document Type Definition). The second line is simply a comment line. All comments begin with a ``\ttt{}''. Any characters are allowed in-between save for the comment closing sequence ``\ttt{-->}''. The remainder of the file is covered in detail in Sections~\ref{sec:simulationElement}--\ref{sec:outputElement}, while \Sec{sec:syntaxSummary} contains a tabulated summary of the syntax. \section{The simulation element} \label{sec:simulationElement} \begin{xmdsCode} nlse z yes no \end{xmdsCode} The root XML element of the input file must be a \xmdsTag{simulation} element, which contains the high level description of the problem. Within the \xmdsTag{simulation} element \xmds will first look for a simulation \xmdsTag{name}. This information is optional, the default being the file name minus its last extension. It is used as the base for the output \ttt{.cc} file, and is the name of the executable that \xmds will make. The \xmdsTag{prop\_dim} assignment defines the name of the main propagation dimension. It is compulsory, as it is expected that whichever symbol is used here will also appear in the equations the user supplies. The \xmdsTag{error\_check} assignment is optional, the default being ``\ttt{yes}''. This option tells \xmds whether to write the code so as to repeat the simulation with half the step sizes in the integration segments, and subsequently compare the two sets of results. It is a good idea to leave this option on until confident that the errors are acceptable for the simulation in question. If set to ``\ttt{yes}'' the output executable will compare all output moments on a point by point basis between the full and half-step runs. It will then write out to screen the maximum value of the discrepancy, and the half-step results will be used for the final output. The \xmdsTag{stochastic} assignment is also optional, the default being ``\ttt{yes}''. It tells \xmds whether the simulation uses Gaussian noise terms or not. If \xmdsTag{stochastic} is set to ``\ttt{yes}'' then three further assignments, \xmdsTag{paths}, \xmdsTag{seed}, and \xmdsTag{noises} become compulsory. The \ttt{kubo.xmds} and \ttt{fibre.xmds} examples in \Chap{chap:moreExamples} cover stochastic simulations in more detail. The child elements within the \xmdsTag{simulation} element that \xmds then looks for are \xmdsTag{globals}, \xmdsTag{field}, \xmdsTag{sequence}, and \xmdsTag{output}. \section{The globals element} \label{sec:globalsElement} \begin{xmdsCode} \end{xmdsCode} This element is optional, and is used to define any numerical constants that are useful to have globally available to all sections of code. The \ttt{} container tells the XML parser to copy its contents without attempting to parse them. The contents: \begin{xmdsCode} const double energy = 4; const double vel = 0.0; const double hwhm = 1.0; \end{xmdsCode} are copied directly into the output C code and therefore must have correct C syntax. See \Sec{sec:c-coding} for more on C syntax. \section{The field element} \label{sec:fieldElement} \begin{xmdsCode} main t 100 (-5,5) 1 \end{xmdsCode} This element is compulsory as it is central to the problem definition: it specifies the geometry of the field. There are five assignments that \xmds looks for in this element: \xmdsTag{name}, \xmdsTag{dimensions}, \xmdsTag{lattice}, \xmdsTag{domains}, and \xmdsTag{samples}. The \xmdsTag{name} assignment provides a name for the field. It is not compulsory and will default to ``\ttt{main}''. It is envisaged that future versions \xmds may allow sub fields within fields, but at present only one \xmdsTag{field} element is permitted. The \xmdsTag{dimensions} assignment lists the names of the transverse field dimensions. From this point on the number of transverse dimensions is set to the number of names found in this assignment. If this assignment is empty or absent then the field is assumed to be without transverse dimensions (as in the \ttt{kubo.xmds} example), and \xmds will not look for either a \xmdsTag{lattice} assignment or a \xmdsTag{domains} assignment. The dimension names must be valid names as far as the C language is concerned--see \Sec{sec:c-coding}. The \xmdsTag{lattice} assignment is compulsory if there were one or more transverse dimension names found in the \xmdsTag{dimensions} assignment, and \xmds will look for the same number of positive integers here as there were transverse dimensions. Each of these integers defines the number of points or steps to use in the corresponding transverse dimension, and so \xmds expects to find integers with a value of 2 or more in each case. The \xmdsTag{domains} assignment is similar, except that it defines the domain range for each dimension. This is done by entering a bracketed pair of real numbers for each dimension, and \xmds expects the range $b-a$ for any pair (a,b) to be greater than $10^{-100}$. Each domain range is divided according to \eqn{eq:domRange}, in which $n$ is the number of lattice points. Note that the points stop one spacing short of the upper value---this is due to the forced periodic boundary conditions. \begin{equation} x_{j} = \frac{(n-j+1)a + (j-1)b}{n}, \quad j=1,\dots,n. \label{eq:domRange} \end{equation} Finally the \xmdsTag{samples} assignment tells \xmds which moment groups (\Sec{sec:outputElement}) to sample immediately after all the field's vectors have been initialised. A sequence of ``\ttt{0}'' or ``\ttt{1}'' entries is expected, as many as there are moment groups defined in the output (\xmds checks this once all moment groups have been processed). The correspondence is sequential. A ``\ttt{1}'' means sample the moment group in question, a ``\ttt{0}'' means do not. Next \xmds will look for the field's vectors. \section{The vector element} \label{sec:vectorElement} \begin{xmdsCode} main complex phi no \end{xmdsCode} The \xmdsTag{name} assignment is compulsory here, as it is quite common to employ more than one vector. The field must have at least one vector called ``\ttt{main}'', as it is this vector that \xmds forward evolves in the main propagation dimension. The \xmdsTag{type} assignment is optional. It will default to ``\ttt{complex}'' unless specifically stated as ``\ttt{double}'', which is the standard data type in C for floating point variables. Note that vectors of type ``\ttt{double}'' cannot be Fourier transformed without some arbitrary definition of how this is done. Thus \xmds requires that ``\ttt{double}'' vectors always remain in the Fourier space in which they were initialised. A request to access them in some other Fourier space will result in an error. The \xmdsTag{components} assignment is compulsory. It identifies by name the components of the vector. Here there is only one component, but more may be defined simply by separating them with spaces, for example \xmdsTag{components}\ttt{phi} \ttt{theta}\xmdsTag{/components}. The component names must be valid as far as the C language is concerned -- see \Sec{sec:c-coding}. Finally the initialisation of the vector must be defined. This can be done in two ways. Either by means of a \xmdsTag{filename} assignment, or by supplying C code. Here we are doing the latter. In the absence of \xmdsTag{filename} assignment \xmds looks for a \xmdsTag{fourier\_space} assignment followed by the initialisation code. The \xmdsTag{fourier\_space} assignment must contain as many ``\ttt{yes}'' or ``\ttt{no}'' entries as there are transverse dimensions in the field, which in this case is only one. A ``\ttt{yes}'' entry means the corresponding dimension is in Fourier space when initialised, and vice-versa. When initialising from code, the code is included as the content of the \xmdsTag{vector} element. There must be an equation for each component, and these may include functions of \xmdsTag{global} variables and of the transverse dimensions. Again see \Sec{sec:c-coding} for more information. Two points to remember: firstly if the field components are complex variables they may be initialised using the complex functions in \tab{tab:functions}, and secondly every field component should be explicitly initialised -- even if it is only being initialised to zero. Finally, when initialising from file, \xmds expects that the file is simply a sequence of numbers in ASCII format, with as many numbers as the product of lattice points and vector components. In usual C convention, the component index varies most rapidly, then the right most transverse dimension lattice and so on. The left most transverse dimension lattice dimension varies most slowly. If the vector is complex then each data point is read in as a sequential real and imaginary pair. All vectors initialised from file are assumed to be entirely in normal space. \section{The sequence element} \label{sec:sequenceElement} \begin{xmdsCode} \end{xmdsCode} Next comes the \xmdsTag{sequence} element, which can be used in two different contexts. The first context (as used here) is the ``top level'' \xmdsTag{sequence} element, and is simply for defining the sequence of segments that happen to the field after initialisation. In a stochastic simulation this sequence is repeated for each integration path, but in this non-stochastic example the sequence is only stepped through once. In this context \xmds expects to find any number of \xmdsTag{integrate}, \xmdsTag{filter}, or \xmdsTag{sequence} elements -- which leads us to the second context. In the second context \xmdsTag{sequence} elements may be used as child elements within parent \xmdsTag{sequence} elements, in which case they represent a sub-loop to be repeated one or more times. The number of repetitions is defined by a simple \xmdsTag{cycles} assignment within, which is expected to be the first element. In the absence of a \xmdsTag{cycles} element the number of cycles defaults to one, but if it is present it must come first. Any number of \xmdsTag{integrate}, \xmdsTag{filter}, or \xmdsTag{sequence} elements may then follow. Obviously the ordering of segments within any sequence element is important. \section{The integrate element} \label{sec:integrateElement} \begin{xmdsCode} RK4IP 20 1000 50 yes L main vc1 \end{xmdsCode} Here lies the heart of what \xmds is all about, and not surprisingly it forms the most complex element. The \xmdsTag{algorithm} assignment is optional, and will default to \ttt{SIEX} for stochastic simulations and \ttt{RK4EX} for non-stochastic simulations. The assignments \xmdsTag{interval}, \xmdsTag{lattice}, and \xmdsTag{samples}, are all compulsory, and respectively represent the integration range, total number of steps, and number of samples for each output moment group to take within these steps. Thus each integer in the \xmdsTag{samples} assignment must be either zero or else a factor of \xmdsTag{lattice}, and if not \xmds will exit with an error message to that effect. The rest of the \xmdsTag{integrate} element consists of ``writing down'' the form of \eqn{eq:xmdsPdeEx} in a high level format. Here the algorithm is \ttt{RK4IP}, which, as explained earlier, is an interaction picture algorithm. The dispersion term in \eqn{eq:nlse1d} is represented here by the linear operator ``\ttt{L}'' acting on field component ``\ttt{phi}''. The presence of the term ``\ttt{L[phi]}'' in the equations causes the field to be evolved in Fourier space in accordance with the algorithm listed in \Sec{sec:rk4ipMethod}. The $\vect{\mathcal{N}}$ operators are everything left over once terms such as this are removed. The \xmdsTag{k\_operators} element contains just what its name implies: k-space operators. Within this element a \xmdsTag{constant} declaration is used to indicate whether or not these operators depend on the propagation dimension. This declaration is optional with the default being ``\ttt{no}'', but this will produce slower code. If the operators do not depend on the propagation dimension then you will get faster code is you enter \xmdsTag{constant}\ttt{yes}\xmdsTag{/constant}. An \xmdsTag{operator\_names} assignment is compulsory. One or more operator names may be listed here, and they all must be explicitly defined in the code. Refer to \eqn{eq:l_maps} for how to write the $\mathcal{L}^{ij}$ operators as functions of the Fourier space dimensions. The operator names must be valid names as far as the C language is concerned---see \Sec{sec:c-coding}. If there are no non-zero linear operators $\mathcal{L}^{ij}$, then the entire \xmdsTag{k\_operators} element may be omitted. \centerline{\bf Extreme DANGER!!!!!!!} Because of the way \xmds works internally, it is possible when using an interaction picture routine to write the main equations in such as way as that everything works fine, but the results will be incorrect! The problem is that \xmds does not closely inspect the main equations. What it does is it looks for operator[component] combinations, registers their presence, and the replaces their text with something else. In the explicit picture they are replaced with a reference to an internally calculated vector ($\vect{p} = \mathcal{F}^{-1}\left[\mathcal{L}\left(x^0,\vect{k_\bot}\right) \cdot \mathcal{F}\left[\vect{a}\right]\right]$), but in the interaction picture they are replaced with ``0'' and the component $a^i$ being acted on by the operator $\mathcal{L}$ is evolved in Fourier space using $a^i = e^{\frac{1}{2}h\mathcal{L}^i\left(x^0,\vect{k_\bot}\right)} a^i$. This means that if you write \begin{xmdsCode} \end{xmdsCode} the component \ttt{theta} will be evolved in Fourier space using the sum of the operators \ttt{L1} and \ttt{L2}, and the evolution of \ttt{phi} will not include \ttt{L2[theta]}. Further, writing something like \ttt{3*L1[theta]} does not have the intended effect - \ttt{theta} will still only be evolved with \ttt{L1}, not \ttt{3*L1}. We realise this is a potential source of error, but it enables the equation syntax to remain uniform for all algorithms. A future version of \xmds will check the users equations more thoroughly. When using explicit picture algorithms none of these problems exist. If no errors are reported then what you get will be what your equations asked for. Sometimes, it is useful to calculate a function without having to calculate it separately for every transverse position. This can be done by including the code in a \xmdsTag{functions} element. \begin{xmdsCode} \end{xmdsCode} Conversely, it is often desirable to reference a variable in the equations that is a function of the spatial coordinates, but is otherwise constant. The variable \ttt{damping} is exactly one of these. Rather than re-calculating it at every time step and lattice point, what we did here was to define an additional field vector ``\ttt{vc1}'' in the \xmdsTag{field} element that could store this variable, calculate it once when it is initialised, and then reference it in the main equations. Therefore, we must tell \xmds which vectors we wish to access in the equations. This is done with the \xmdsTag{vectors} assignment. The reason that we do not make {\em all} vectors available everywhere by default is one of efficiency. For example if a particular vector was initialised in x-space then it would have to be transformed to k-space in order to use it in the \xmdsTag{k\_operators} code. If we did not need to use it there then the Fourier transform would have been a waste of CPU time. Further, the \ttt{damping} variable used here would have to have been declared as type \ttt{complex} in order to have been able to be Fourier transformed to k-space to be available in the \xmdsTag{k\_operators} element where it wasn't needed, causing a waste of memory as well. Another possible function required to define the equations of motion is some integral across the transverse dimensions. These are specified with the \xmdsTag{moment\_group} element. We do not have one of these in our worked example, but as an example we might need the total number of atoms: \begin{xmdsCode} number yes \end{xmdsCode} The child elements here name the moments to be defined, and then describe which, if any, of the transverse dimensions are to be integrated. The \ttt{CDATA} block defines the moments themselves. The "number" moment in this example will be integrated over the only transverse dimension. \xmdsTag{moment\_group} and \xmdsTag{functions} elements may be used any number of times in any order. The propagation of the integration equations themselves is performed where the \xmdsTag{vectors} tag is placed. Something else to keep in mind is that when a smooth function is required it is often tempting to use transcendental functions (such as \ttt{sqrt}, \ttt{exp}, \ttt{sin}, \ttt{cos}, \ttt{log}, ...). However, these functions are computationally expensive, particularly on processors that were not designed with such functions in mind. If they are only used once to pre-calculate a constant vector (as is done here) then fine, but if you include them in your main equations then expect a big reduction in performance. If a smooth function that depends on the propagation dimension is required, then, unless it is essential to the model, it is usually better use a low order polynomial approximation. \section{The filter element} \label{sec:filterElement} The \xmdsTag{filter} element, though not covered in this example, is relatively straightforward. Here is an example which retains a Gaussian profile of the field centered on $t=0$: \begin{xmdsCode} main no \end{xmdsCode} As in the \xmdsTag{vector} element the space in which the filter is to be applied is specified in a \xmdsTag{fourier\_space} assignment. \xmdsTag{moment\_group} and \xmdsTag{functions} elements may be used in the \xmdsTag{filter} element just as they are used in the \xmdsTag{integrate} element. \section{The output element} \label{sec:outputElement} \begin{xmdsCode} nlse.xsil no 50 pow_dens \end{xmdsCode} The \xmdsTag{output} element is compulsory and defines what will be used as the output. The \xmdsTag{filename} assignment is optional. From version 1.2 \xmds can produce binary output, as well as the default ascii format. Both output formats will produce an ascii file in XSIL format~\cite{web:caltech_xsil}. The default name for this file is the \xmdsTag{simulation} \xmdsTag{name} appended with ``\ttt{.xsil}''. With ascii output all of the data is contained within the XSIL file. However, with binary output, the data is pointed to by the (ascii) XSIL file, where the actual data is distributed among different files labelled according to simulation name and output moment group. In general, the filenames are combined like this: \tsf{simulation name} + \ttt{mg} + \tsf{moment group number} + \ttt{.dat}. For instance, if the simulation name is \ttt{nlse}, then the output binary file for the first moment group will be called \ttt{nlsemg1.dat}. In order that old output data remains meaningful, \xmds copies the input simulation script to the name of the output file (overwriting it if it already exists), and then the output data is inserted as \xmdsTag{XSIL} elements before the closing \xmdsTag{/simulation} tag. This way, the input parameters that generated the output data remain known. Next \xmds looks for the \xmdsTag{group} elements contained within, of which there must be one or more. The \xmdsTag{group} element contains moments that are sampled on a common output lattice in a common Fourier space. If necessary the group may then be post-processed after all segments have been performed, for example to calculate moments with the propagation dimension itself in Fourier space. Thus \xmds looks for a compulsory \xmdsTag{sampling} element within the \xmdsTag{group} element that defines how to sample for the moments. It then looks for an optional \xmdsTag{post\_propagation} element (within the same \xmdsTag{group} element) that defines any post-processing required. Consider firstly the \xmdsTag{sampling} element: Firstly, a \xmdsTag{fourier\_space} assignment is compulsory, which contains as many ``\ttt{yes}'' or ``\ttt{no}'' entries as there are transverse dimensions, so that the field may be transformed accordingly prior to sampling. In this example the field's ``\ttt{t}'' dimension remains in normal space. Next \xmds looks for a \xmdsTag{lattice} assignment containing the lattice on which to sample on, for to sample the entire field may produce much more data than is necessary to obtain a good plot. In this assignment there should be as many integers as there are transverse dimensions. Each integer should be one of the following values (or else \xmds will exit with an appropriate error message): \begin{itemize} \item{0:} A lattice integer of zero requests \xmds to integrate the moments over this dimension. This will cause the output field to no longer be a function of this transverse dimension. \item{1:} A lattice integer of 1 requests \xmds to sample the moments on a cross-sectional slice of this dimension, also causing the output field to loose this transverse dimension. If this dimension is in normal space then \xmds will extract the slice at the middle lattice point (point number $N/2 + 1$ using integer division), otherwise \xmds will extract the slice at the zero momentum point, $k=0$. \item A factor of the main field's corresponding lattice value which is greater than one. In this case, if it is sampled in normal space \xmds uses a coarser lattice that still spans the entire domain, whereas if it is in Fourier space it samples a narrower window of the k-space domain centered on the zero momentum point, $k=0$. You may of course specify the same number of lattice points here as there are in this dimension, in which case the output moments are simply mapped point for point. \end{itemize} If there are no transverse dimensions, \xmds will not look for either of the above two assignments. Next comes the \xmdsTag{moments} assignment which lists the names of the moments. Any number of moments are possible, provided there is at least one. Finally the code used for calculating these moments is inserted as the content of the \xmdsTag{sampling} element. The moments are complex variables and so the code may be written accordingly. Next, a \xmdsTag{post\_propagation} element may optionally follow the \xmdsTag{sampling} element. In this element there must be a \xmdsTag{fourier\_space} element with a ``\ttt{yes}'' or ``\ttt{no}'' entry for the propagation dimension, and as many more as there are {\em remaining} transverse dimensions in the sampled output. In the case of partially collapsed output the correspondence is sequential. For example if the field had three transverse dimensions ``\ttt{x y z}'' and the``\ttt{y}'' dimension was collapsed by using a \xmdsTag{lattice} assignment (within the \xmdsTag{sampling} element) like ``\ttt{50 1 50}'', then a \xmdsTag{fourier\_space} assignment of ``\ttt{yes no yes}'' would mean transform to Fourier space in the propagation dimension, normal space in the ``\ttt{x}'' dimension, and Fourier space in the ``\ttt{z}'' dimension when evaluating the post-processing moments. Finally there is another \xmdsTag{moments} assignment (with new names), and more code in the content for processing the moments already derived at the sampling level. As with most other code blocks functions of dimensions may also be included, but only of the dimensions that haven't been collapsed (plus the propagation dimension). Finally, it is only the real part of the \xmdsTag{post\_propagation} moments that are written as output, or added to the stochastic sums before they are processed. In the absence of a \xmdsTag{post\_propagation} element the real parts of the \xmdsTag{sampling} moments are used instead. xmds-doc-0~svn.1884/latex/misc_defs.tex0000644000175000017500000001560010760704135017327 0ustar rafaelrafael% $Id: misc_defs.tex 1828 2008-02-26 03:32:45Z joehope $ % Copyright (C) 2000-2007 % % Code contributed by Greg Collecutt, Joseph Hope and the xmds-devel team % % This file is part of xmds. % % This program is free software; you can redistribute it and/or % modify it under the terms of the GNU General Public License % as published by the Free Software Foundation; either version 2 % of the License, or (at your option) any later version. % % This program is distributed in the hope that it will be useful, % but WITHOUT ANY WARRANTY; without even the implied warranty of % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License % along with this program; if not, write to the Free Software % Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. \newcommand {\tbf}[1] {\textbf{#1}} \newcommand {\tit}[1] {\textit{#1}} \newcommand {\tmd}[1] {\textmd{#1}} \newcommand {\trm}[1] {\textrm{#1}} \newcommand {\tsc}[1] {\textsc{#1}} \newcommand {\tsf}[1] {\textsf{#1}} \newcommand {\tsl}[1] {\textsl{#1}} \newcommand {\ttt}[1] {\texttt{#1}} \newcommand {\tup}[1] {\textup{#1}} \newcommand {\mbf}[1] {\mathbf{#1}} \newcommand {\mmd}[1] {\mathmd{#1}} \newcommand {\mrm}[1] {\mathrm{#1}} \newcommand {\msc}[1] {\mathsc{#1}} \newcommand {\msf}[1] {\mathsf{#1}} \newcommand {\msl}[1] {\mathsl{#1}} \newcommand {\mtt}[1] {\mathtt{#1}} \newcommand {\mup}[1] {\mathup{#1}} \newcommand {\figwidth} {100mm} \newcommand {\Ref}[1] {Reference~\cite{#1}} \newcommand {\Sec}[1] {Section~\ref{#1}} \newcommand {\App}[1] {Appendix~\ref{#1}} \newcommand {\Chap}[1] {Chapter~\ref{#1}} \newcommand {\etal} {\emph{~et~al.}} \newcommand {\bul} {$\bullet$ } % bullet \newcommand {\fig}[1] {Figure~\ref{#1}} % references Figure x \newcommand {\imp} {$\Rightarrow$} % implication symbol (default) \newcommand {\impt} {$\Rightarrow$} % implication symbol (text mode) \newcommand {\impm} {\Rightarrow} % implication symbol (math mode) \newcommand {\vect}[1] {\mathbf{#1}} %\renewcommand {\vec}[1] {\mathbf{#1}} \newcommand {\hvect}[1] {\hat{\mathbf{#1}}} \newcommand {\del} {\partial} \newcommand {\eqn}[1] {Equation~(\ref{#1})} \newcommand {\tab}[1] {Table~\ref{#1}} % references Table x \newcommand {\half} {\frac{1}{2}} \newcommand {\ten}[1] {\times10^{#1}} \newcommand {\bra}[2] {\mbox{}_{#2}\langle #1 |} \newcommand {\ket}[2] {| #1 \rangle_{#2}} \newcommand {\Bra}[2] {\mbox{}_{#2}\left.\left\langle #1 \right.\right|} \newcommand {\Ket}[2] {\left.\left| #1 \right.\right\rangle_{#2}} \newcommand {\im} {\mathrm{Im}} \newcommand {\re} {\mathrm{Re}} \newcommand {\braket}[4] {\mbox{}_{#3}\langle #1 | #2 \rangle_{#4}} \newcommand {\dotprod}[4] {\mbox{}_{#3}\langle #1 | #2 \rangle_{#4}} \newcommand {\sch} {Schr\"{o}dinger\xspace} % note requires xspace package \newcommand {\ad} {a^{\dagger}} \newcommand {\note}[1] {\begin{itemize}\item \tbf{#1}\end{itemize}} \newcommand {\trace}[1] {\text{tr}\left(#1\right)} \newcommand {\numsum} {q} \newcommand {\phasediff} {$\phi_-$} \newcommand {\nsproj} {\mathcal{P}(q)} \newcommand {\pdproj} {\mathcal{P}(\phi_-)} \newcommand {\numbersum} {number-sum\xspace} % note requires xspace package \newcommand {\numberdifference} {number-difference\xspace} % note requires xspace package \newcommand {\phasesum} {phase-sum\xspace} % note requires xspace package \newcommand {\phasedifference} {phase-difference\xspace} % note requires xspace package \newcommand {\photonadded} {photon-added\xspace} \newcommand {\photonsubtracted} {photon-subtracted\xspace} \newcommand {\positiondifference} {position-difference\xspace} \newcommand {\momentumsum} {momentum-sum\xspace} \newcommand {\atantwo} {\mathrm{atan2}} \newcommand {\bout} {\hat{b}_{\mathrm{out}}} \newcommand {\ain} {\hat{a}_{\mathrm{in}}} \newcommand {\gain} {g} \newcommand {\vac} {\hat{v}} \newcommand {\bmode} {\hat{b}} \newcommand {\Xplus} {\hat{X}^+} \newcommand {\Xminus} {\hat{X}^-} \newcommand {\Xquad} {\hat{X}} \newcommand {\sigmax} {\hat{\sigma}_x} \newcommand {\sigmay} {\hat{\sigma}_y} \newcommand {\sigmaz} {\hat{\sigma}_z} %%%%% xmds stuff % xmds version and release number commands \newcommand{\xmdsVersion}{1.6.5} \newcommand {\xmds} {\tbf{xmds}\xspace} %\newcommand{\xmdsTag}[1]{\verb| #1 |} \newcommand{\xmdsTag}[1]{\texttt{<#1>}} \newcommand{\CDATA}{\ttt{CDATA}\xspace} % this implements putting links between xmds tags %begin{latexonly} \newcommand{\xmdsTagLink}[2]{\hyperlink{#1}{\xmdsTag{#2}}} \newcommand{\xmdsTagTarg}[2]{\hypertarget{#1}{\xmdsTag{#2}}} %end{latexonly} \begin{htmlonly} \newcommand{\xmdsTagLink}[2]{\htmlref{\xmdsTag{#2}}{#1}} \newcommand{\xmdsTagTarg}[2]{\xmdsTag{#2}\label{#1}} \end{htmlonly} % this implements producing nice xmds code blocks in both the latex % and html versions of the document, it also saves time, typing and % should reduce errors in the text by removing doubling up of code %begin{latexonly} \lstnewenvironment{xmdsCode}[1][]{\lstset{style=myhtml}\lstset{#1}}{} %end{latexonly} \begin{htmlonly} \newenvironment{xmdsCode}{\begin{alltt}}{\end{alltt}} \end{htmlonly} % this implements nicely formatted shell code in the latex and html % versions of the document %begin{latexonly} \lstnewenvironment{shellCode}[1][]{\lstset{style=myShell}\lstset{#1}}{} %end{latexonly} \begin{htmlonly} \newenvironment{shellCode}{\begin{alltt}}{\end{alltt}} \end{htmlonly} % this implements nicely formatted Perl code in the latex and html % versions of the document %begin{latexonly} \lstnewenvironment{perlCode}[1][]{\lstset{style=myPerl}\lstset{#1}}{} %end{latexonly} \begin{htmlonly} \newenvironment{shellCode}{\begin{alltt}}{\end{alltt}} \end{htmlonly} % this implements nicely formatted C++ code in the latex and html % versions of the document %begin{latexonly} \lstnewenvironment{CCode}{\lstset{style=myC++}}{} %end{latexonly} \begin{htmlonly} \newenvironment{CCode}{\begin{alltt}}{\end{alltt}} \end{htmlonly} % this implements nicely formatted matlab code in the latex and html % versions of the document %begin{latexonly} \lstnewenvironment{matlabCode}{\lstset{style=myMatlab}}{} %end{latexonly} \begin{htmlonly} \newenvironment{matlabCode}{\begin{alltt}}{\end{alltt}} \end{htmlonly} % this implements nicely formatted scilab code in the latex and html % versions of the document %begin{latexonly} \lstnewenvironment{scilabCode}{\lstset{style=myScilab}}{} %end{latexonly} \begin{htmlonly} \newenvironment{scilabCode}{\begin{alltt}}{\end{alltt}} \end{htmlonly} \newcommand{\xmdsOption}[1]{\textbf{#1}} \newcommand{\textarrow}{$\rightarrow$\xspace} \newcommand{\forcenewline}{\rule{2ex}{0pt}\\} \newcommand{\reqd}{\textit{required}\xspace} \newcommand{\optl}{\textit{optional}\xspace} \newcommand{\xmdsOneTwo}{\tsf{xmds-1.2+}} \newenvironment{xmdsDoc} {\begin{description}} {\end{description}} % spell things correctly \newenvironment{centre}{\begin{center}}{\end{center}} \newenvironment{itemise}{\begin{itemize}}{\end{itemize}} xmds-doc-0~svn.1884/latex/ccaption.sty0000644000175000017500000005130710007374130017206 0ustar rafaelrafael%% %% This is file `ccaption.sty', %% generated with the docstrip utility. %% %% The original source files were: %% %% ccaption.dtx (with options: `usc') %% %% Author: Peter Wilson (CUA and NIST) %% now at: peter.r.wilson@boeing.com %% Copyright 1998, 1999 Peter R. Wilson %% %% This program is provided under the terms of the %% LaTeX Project Public License distributed from CTAN %% archives in directory macros/latex/base/lppl.txt. %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{ccaption}[2002/04/01 v3.1a Extended captioning and new floats] \newif\if@contsubfigxx \@contsubfigxxfalse \newif\if@contsubfigxxi \@contsubfigxxifalse \newif\if@contsubfig \@contsubfigfalse \DeclareOption{subfigure20}{\@contsubfigxxtrue\@contsubfigxxifalse\@contsubfigtrue} \DeclareOption{subfigure21}{\@contsubfigxxfalse\@contsubfigxxitrue\@contsubfigtrue \PackageWarningNoLine{ccaption}{% The subfigure21 option is deprecated.\MessageBreak Try and use the subfigure option instead}} \DeclareOption{subfigure}{\@contsubfigxxfalse\@contsubfigxxitrue\@contsubfigtrue} \newif\if@contcapoption \@contcapoptionfalse \DeclareOption{caption2}{\@contcapoptiontrue} \newif\if@conttitleopt \@conttitleoptfalse \DeclareOption{titles}{\@conttitleopttrue} \ProcessOptions\relax \newif\if@contcw \newif\if@conthang \newif\if@contindent \if@contcapoption \PackageWarningNoLine{ccaption)}% {You have used the caption2 option.\MessageBreak The ccaption styling commands\MessageBreak are unavailable to you} \else \newcommand{\captiondelim}[1]{\def\@contdelim{#1}} \captiondelim{: } \newcommand{\captionnamefont}[1]{\def\@contnfont{#1}} \captionnamefont{} \newcommand{\captiontitlefont}[1]{\def\@conttfont{#1}} \captiontitlefont{} \newcommand{\flushleftright}{% \leftskip\z@ \rightskip\z@ \parfillskip=\z@ plus 1fil} \newcommand{\centerlastline}{% \leftskip=\z@ plus 1fil \rightskip=\z@ plus -1fil \parfillskip=\z@ plus 2fil} \newcommand{\captionstyle}[1]{\def\@contcstyle{#1}} \captionstyle{} \newlength{\@contcwidth} \newcommand{\captionwidth}[1]{\setlength{\@contcwidth}{#1}} \captionwidth{\linewidth} \newcommand{\changecaptionwidth}{\@contcwtrue} \newcommand{\normalcaptionwidth}{\@contcwfalse} \normalcaptionwidth \newlength{\@contindw} \newcommand{\hangcaption}{\@conthangtrue\@contindentfalse} \newcommand{\indentcaption}[1]{\setlength{\@contindw}{#1}% \@conthangfalse\@contindenttrue} \newcommand{\normalcaption}{\@conthangfalse\@contindentfalse} \normalcaption \newcommand{\precaption}[1]{\def\@contpre{#1}} \precaption{} \newcommand{\postcaption}[1]{\def\@contpost{#1}} \postcaption{} \newcommand{\midbicaption}[1]{\def\@contmidbi{#1}} \midbicaption{} \long\def\@makecaption#1#2{\let\@conttempa\relax \ifdim\prevdepth>-99\p@ \vskip\abovecaptionskip \else \def\@conttempa{\vbox to\topskip{}}\fi \let\@contfnote\footnote \renewcommand{\footnote}[2][]{} \let\@contfmark\footnotemark \renewcommand{\footnotemark}[1][]{} \sbox\@tempboxa{\@contnfont #1\@contdelim \@conttfont #2} \let\footnote\@contfnote \let\footnotemark\@contfmark \ifdim\wd\@tempboxa<\linewidth \centering \fi \if@contcw \centering \parbox{\@contcwidth}{% \fi \if@conthang \sbox\@tempboxa{\@contnfont #1\@contdelim} \@contpre% {\@contnfont #1\@contdelim}\@conttempa {\@contcstyle\hangindent=\wd\@tempboxa\hangafter=\@ne\@conttfont #2\par} \else \if@contindent \@contpre% {\@contnfont #1\@contdelim}\@conttempa {\@contcstyle\hangindent=\@contindw\hangafter=\@ne\@conttfont #2\par} \else \@contpre% {\@contnfont #1\@contdelim}\@conttempa {\@contcstyle\@conttfont #2\par} \fi \fi \@contpost \if@contcw \par } % end of parbox \fi \vskip\belowcaptionskip} \fi % end of test (\if@contcapoption) on caption2 option \newcommand{\contcaption}{\@contcaption\@captype} \long\def\@contcaption#1#2{% \par \begingroup \@parboxrestore \if@minipage \@setminipage \fi \normalsize \@makecaption{\csname fnum@#1\endcsname}{\ignorespaces #2}\par \endgroup} \newlength{\abovelegendskip} \setlength{\abovelegendskip}{0.5\baselineskip} \newlength{\belowlegendskip} \setlength{\belowlegendskip}{\abovelegendskip} \newcommand{\legend}[1]{% \par \begingroup \@parboxrestore \if@minipage \@setminipage \fi \normalsize \captiondelim{\mbox{}} \@makecaption{}{\ignorespaces #1}\par \endgroup} \newcommand{\namedlegend}{\@dblarg{\@legend\@captype}} \long\def\@legend#1[#2]#3{% \par \csname flegtoc@#1\endcsname{#2}% \begingroup \@parboxrestore \if@minipage \@setminipage \fi \normalsize \@makecaption{\csname fleg@#1\endcsname}{\ignorespaces #3}\par \endgroup} \newcommand{\flegtoc@table}[1]{} \newcommand{\flegtoc@figure}[1]{} \newcommand{\fleg@table}{\tablename} \newcommand{\fleg@figure}{\figurename} \newcommand{\newfixedcaption}[3][\caption]{% \newcommand{#2}{\def\@captype{#3}#1}} \newcommand{\renewfixedcaption}[3][\caption]{% \renewcommand{#2}{\def\@captype{#3}#1}} \newcommand{\providefixedcaption}[3][\caption]{% \providecommand{#2}{\def\@captype{#3}#1}} \begingroup \catcode`\Q=3 \long\gdef\@if@contemptyarg#1{\@xif@contmt#1QQ\@secondoftwo\@firstoftwo\@nil} \long\gdef\@xif@contmt#1#2Q#3#4#5\@nil{#4} \endgroup \newcommand{\bitwonumcaption}[6][\@empty]{% \begingroup \@if@contemptyarg{#2}{\caption{#3}}{\caption[#2]{#3}} \ifx #1\@empty\else \label{#1} \fi \setlength{\abovecaptionskip}{0pt} \setlength{\belowcaptionskip}{0pt} \edef\@conttempc{#4} \expandafter \renewcommand \csname \@captype name\endcsname{\@conttempc} \addtocounter{\@captype}{-1} \@contmidbi \@if@contemptyarg{#5}{\caption{#6}}{\caption[#5]{#6}} \endgroup } \newcommand{\bionenumcaption}[6][\@empty]{% \begingroup \@if@contemptyarg{#2}{\caption{#3}}{\caption[#2]{#3}} \ifx #1\@empty\else \label{#1} \fi \setlength{\abovecaptionskip}{0pt} \setlength{\belowcaptionskip}{0pt} \edef\@conttempc{#4} \expandafter \renewcommand \csname \@captype name\endcsname{\@conttempc} \@contmidbi \contcaption{#6} \@if@contemptyarg{#5}{% \addcontentsline{\csname ext@\@captype\endcsname}{\@captype}% {\protect\numberline{}{\ignorespaces #6}}}{% \addcontentsline{\csname ext@\@captype\endcsname}{\@captype}% {\protect\numberline{}{\ignorespaces #5}}} \endgroup } \newcommand{\bicaption}[5][\@empty]{% \begingroup \@if@contemptyarg{#2}{\caption{#3}}{\caption[#2]{#3}} \ifx #1\@empty\else \label{#1} \fi \setlength{\abovecaptionskip}{0pt} \setlength{\belowcaptionskip}{0pt} \edef\@conttempc{#4} \expandafter \renewcommand \csname \@captype name\endcsname{\@conttempc} \@contmidbi \contcaption{#5} \endgroup } \newcommand{\bicontcaption}[3]{% \begingroup \contcaption{#1} \setlength{\abovecaptionskip}{0pt} \setlength{\belowcaptionskip}{0pt} \edef\@conttempc{#2} \expandafter \renewcommand \csname \@captype name\endcsname{\@conttempc} \@contmidbi \contcaption{#3} \endgroup } \if@contsubfig \newcounter{@contsubnum} \newcommand{\@contkeep}{\setcounter{@contsubnum}{\value{sub\@captype}}} \newcommand{\@contset}{\setcounter{sub\@captype}{\value{@contsubnum}}} \newcommand{\subconcluded}{\setcounter{sub\@captype}{0}} \let\subfigold@contcaption\@contcaption \providecommand{\toclevel@subtable}{1} \providecommand{\toclevel@subfigure}{1} \fi \newif\if@contmaincaption \@contmaincaptionfalse \newif\if@contbotsub \@contbotsubtrue \AtBeginDocument{% \if@contsubfigxx \let\@contoldc\caption \renewcommand{\caption}{\@contmaincaptiontrue\@contoldc} \let\@contoldcont\contcaption \renewcommand{\contcaption}{\@contmaincaptiontrue\@contoldcont} \let\@contoldf\@float \renewcommand{\@float}[1]{\@contmaincaptionfalse \@ifundefined{c@sub#1}{}{\csname c@sub#1\endcsname = 0\relax} \@contoldf{#1}} \let\@contoldff\@dbflt \renewcommand{\@dbflt}[1]{\@contmaincaptionfalse \@ifundefined{c@sub#1}{}{\csname c@sub#1\endcsname = 0\relax} \@contoldff{#1}} \def\@subfloat#1[#2]#3{% \setbox\@tempboxa \hbox{#3}% \@tempdima=\wd\@tempboxa \if@contbotsub \vtop{% \vbox{\vskip\subfigtopskip \box\@tempboxa}% \ifx \@empty#2\relax \else \vskip\subfigcapskip \@subcaption{#1}{#2}% \fi \vskip\subfigbottomskip}% \else \vtop{% \ifx \@empty#2\relax \else \vskip\subfigcapskip \begingroup\@subcaption{#1}{#2}\endgroup% \fi \vbox{\vskip\subfigtopskip \box\@tempboxa}% \vskip\subfigbottomskip}% \fi \egroup} \renewcommand{\@subcaption}[2]{% \begingroup \let\label\@gobble \let\protect\string % SDC mod \if@contmaincaption \addcontentsline{\csname ext@#1\endcsname}{#1}% {\protect\numberline{\csname p@#1\endcsname\csname the#1\endcsname}% {\ignorespaces #2}}% \gdef\@subfigcaptionlist{} \else \xdef\@subfigcaptionlist{% \@subfigcaptionlist,% %% {\string\numberline {\@currentlabel}% % SDC mod {\protect\numberline {\@currentlabel}% % SDC mod \noexpand{\ignorespaces #2}}}% \fi \endgroup \@nameuse{@make#1caption}{\@nameuse{@the#1}}{#2}} \let\subfigure\subbottom \let\subtable\subtop \fi } \if@contsubfigxx \newcommand{\subbottom}{% \@contbotsubtrue \@contsubbody} \newcommand{\@contsubbody}{% \bgroup \if@contmaincaption\else \advance\csname c@\@captype\endcsname\@ne \fi \refstepcounter{sub\@captype}\@contkeep% \leavevmode \@ifnextchar [% {\@subfloat{sub\@captype}} {\@subfloat{sub\@captype}[\@empty]}} \newcommand{\contsubbottom}{% \@contbotsubtrue \subbody@cont} \newcommand{\subbody@cont}{% \bgroup \@contset \refstepcounter{sub\@captype}\@contkeep% \leavevmode \@ifnextchar [% {\@subfloat{sub\@captype}} {\@subfloat{sub\@captype}[\@empty]}} \newcommand{\subtop}{% \@contbotsubfalse \@contsubbody} \newcommand{\contsubtop}{% \@contbotsubfalse \subbody@cont} \long\def\@contcaption#1#2{% \subfigold@contcaption{#1}{#2}% \@for \@conttempa:=\@subfigcaptionlist \do {% \ifx\@empty\@conttempa\relax \else \addcontentsline {\@nameuse{ext@sub#1}}% {sub#1}% {\@conttempa}% \fi}% \gdef\@subfigcaptionlist{}} \let\contsubtable\contsubtop \let\contsubfigure\contsubbottom \fi \if@contsubfigxxi \let\@contoldc\caption \renewcommand{\caption}{\@contmaincaptiontrue\@contoldc} \let\@contoldcont\contcaption \renewcommand{\contcaption}{\@contmaincaptiontrue\@contoldcont} \let\@contoldf\@float \renewcommand{\@float}[1]{\@contmaincaptionfalse \@ifundefined{c@sub#1}{}{\csname c@sub#1\endcsname = 0\relax} \@contoldf{#1}} \let\@contoldff\@dbflt \renewcommand{\@dbflt}[1]{\@contmaincaptionfalse \@ifundefined{c@sub#1}{}{\csname c@sub#1\endcsname = 0\relax} \@contoldff{#1}} \fi \newcommand{\@contsubfloat}{% \bgroup \let\subfig@oldlabel=\label \let\label=\sub@label \refstepcounter{sub\@captype}\@contkeep% % <- change here \@ifnextchar [% {\@@cont@subfloat}% {\@@cont@subfloat[\@empty]}} \def\@@contsubfloat[#1]{% \@ifnextchar [% {\@@@contsubfloat{sub\@captype}[#1]}% {\@@@contsubfloat{sub\@captype}[\@empty #1][#1]}} \long\def\@@@contsubfloat#1[#2][#3]#4{% \@tempcnta=\@ne \ifsf@tight \if@minipage \@tempcnta=\z@ \else \ifdim\lastskip=\z@ \@tempcnta=\@ne \else \@tempcnta=\tw@ \fi \fi \fi \if@contbotsub \def\subfig@top{\subfigtopskip}% \def\subfig@bottom{\subfigbottomskip}% \else \def\subfig@top{\subfigbottomskip}% \def\subfig@bottom{\subfigtopskip}% \fi \setbox\@tempboxa \hbox{#4}% \@tempdima=\wd\@tempboxa \vtop\bgroup \vbox\bgroup \ifcase\@tempcnta \@minipagefalse \or \vspace{\subfig@top} \or \ifdim \lastskip=\z@ \else \@tempskipb\subfig@top\relax\@xaddvskip \fi \fi \if@contbotsub \box\@tempboxa\egroup \ifx \@empty#3\relax \else \vskip\subfigcapskip \@subcaption{#1}{#2}{#3}% \fi \else \ifx\@empty#3\relax \else \@subcaption{#1}{#2}{#3}% \vskip\subfigcapskip \vskip\subfigcaptopadj \fi\egroup \box\@tempboxa \fi \vspace{\subfig@bottom} \egroup \egroup} \let\cont@subfig@oldcaption\@caption \newcommand{\doxxi@contcaption}{% \long\def\@contcaption##1##2{% \if@contbotsub \@listsubcaptions{##1}% \subfigold@contcaption{##1}{##2} \else \subfigold@contcaption{##1}{##2} \@listsubcaptions{##1}% \fi} } %%%\if@contsubfigxxi \newcommand{\subbottom}{% \@contbotsubtrue \@contsubbody} \newcommand{\@contsubbody}{% \bgroup \let\subfig@oldlabel=\label \let\label=\sub@label \if@contmaincaption\else \advance\csname c@\@captype\endcsname\@ne \fi \refstepcounter{sub\@captype}\@contkeep% \leavevmode \@ifnextchar [% {\@@contsubfloat}% {\@@contsubfloat[\@empty]}} \newcommand{\contsubbottom}{% \@contbotsubtrue \subbody@cont} \newcommand{\subbody@cont}{% \bgroup \let\subfig@oldlabel=\label \let\label=\sub@label \@contset \refstepcounter{sub\@captype}\@contkeep% \leavevmode \@ifnextchar [% {\@@contsubfloat}% {\@@contsubfloat[\@empty]}} \newcommand{\subtop}{% \@contbotsubfalse \@contsubbody} \newcommand{\contsubtop}{% \@contbotsubfalse \subbody@cont} \newcommand{\contsubfigure}{% \bgroup \let\subfig@oldlabel=\label \let\label=\sub@label \@contset \refstepcounter{sub\@captype}\@contkeep% \@ifnextchar [% {\@@contsubfloat}% {\@@contsubfloat[\@empty]}} \newcommand{\@contsf}{\@contbotsubtrue% \ifsubfiguretopcap\@contbotsubfalse\fi% \@contsubbody} \newcommand{\@contst}{\@contbotsubtrue% \ifsubtabletopcap\@contbotsubfalse\fi% \@contsubbody} \if@contsubfigxxi \doxxi@contcaption \AtBeginDocument{% \let\@subfloat\@@@contsubfloat \let\@subfigure\@@contsubfloat \let\subfigure\@contsf \let\subtable\@contst \let\contsubfigure\contsubbottom \let\contsubtable\contsubtop \long\def\@caption#1[#2]#3{% \cont@subfig@oldcaption{#1}[#2]{#3}} } \fi \newcounter{newflo@tctr} \@ifundefined{c@figure}{\setcounter{newflo@tctr}{1}}{ \@ifundefined{c@table}{\setcounter{newflo@tctr}{2}}{ \setcounter{newflo@tctr}{4}}} \providecommand{\cftdot}{.} \providecommand{\cftdotsep}{4.5} \providecommand{\cftdotfill}[1]{% \leaders\hbox{$\m@th\mkern #1 mu \hbox{\cftdot}\mkern #1 mu$}\hfill} \providecommand{\@cfttocstart}{% \@ifundefined{chapter}{}{% \if@twocolumn \@restonecoltrue\onecolumn \else \@restonecolfalse \fi}} \providecommand{\@cfttocfinish}{% \@ifundefined{chapter}{}{\if@restonecol\twocolumn\fi}} \newcommand{\newfloatentry}[4][\@empty]{% \@ifundefined{c@#2}{% \ifx \@empty#1\relax \newcounter{#2} \else \@ifundefined{c@#1}{\PackageWarning{ccaption}% {#1 has no counter for use as a `within'} \newcounter{#2}}% {\newcounter{#2}[#1]% \expandafter\edef\csname the#2\endcsname{% \expandafter\noexpand\csname the#1\endcsname.\noexpand\arabic{#2}}} \fi \setcounter{#2}{0} } {\PackageError{ccaption}{#2 has been previously defined}{\@eha}} \@namedef{l@#2}##1##2{% \ifnum \@nameuse{c@#3depth} > #4\relax \vskip \@nameuse{cftbefore#2skip} {\leftskip \@nameuse{cft#2indent}\relax \rightskip \@tocrmarg \parfillskip -\rightskip \parindent \@nameuse{cft#2indent}\relax\@afterindenttrue \interlinepenalty\@M \leavevmode \@tempdima \@nameuse{cft#2numwidth}\relax \expandafter\let\expandafter\@cftbsnum\csname cft#2presnum\endcsname \expandafter\let\expandafter\@cftasnum\csname cft#2aftersnum\endcsname \expandafter\let\expandafter\@cftasnumb\csname cft#2aftersnumb\endcsname \advance\leftskip\@tempdima \null\nobreak\hskip -\leftskip {\@nameuse{cft#2font}##1}\nobreak \@nameuse{cft#2fillnum}{##2}} \fi } % end of \l@#2 \expandafter\newlength\csname cftbefore#2skip\endcsname \setlength{\@nameuse{cftbefore#2skip}}{\z@ \@plus .2\p@} \expandafter\newlength\csname cft#2indent\endcsname \expandafter\newlength\csname cft#2numwidth\endcsname \ifcase #4\relax % 0 \setlength{\@nameuse{cft#2indent}}{1.5em} \setlength{\@nameuse{cft#2numwidth}}{2.3em} \or % 1 \setlength{\@nameuse{cft#2indent}}{3.8em} \setlength{\@nameuse{cft#2numwidth}}{3.2em} \or % 2 \setlength{\@nameuse{cft#2indent}}{7.0em} \setlength{\@nameuse{cft#2numwidth}}{4.1em} \or % 3 \setlength{\@nameuse{cft#2indent}}{10.0em} \setlength{\@nameuse{cft#2numwidth}}{5.0em} \else % anything else \setlength{\@nameuse{cft#2indent}}{1.5em} \setlength{\@nameuse{cft#2numwidth}}{2.3em} \fi \@namedef{cft#2font}{\normalfont} \@namedef{cft#2presnum}{} \@namedef{cft#2aftersnum}{} \@namedef{cft#2aftersnumb}{} \@namedef{cft#2dotsep}{\cftdotsep} \@namedef{cft#2leader}{\normalfont\cftdotfill{\@nameuse{cft#2dotsep}}} \@namedef{cft#2pagefont}{\normalfont} \@namedef{cft#2afterpnum}{} \@namedef{cft#2fillnum}##1{% {\@nameuse{cft#2leader}}\nobreak \hb@xt@\@pnumwidth{\hfil\@nameuse{cft#2pagefont}##1}% \@nameuse{cft#2afterpnum}\par} \@namedef{toclevel@#2}{#4} } % end \newfloatentry \newcommand{\newfloatlist}[5][\@empty]{% \ifx \@empty#1\relax \newfloatentry{#2}{#3}{0} \else \newfloatentry[#1]{#2}{#3}{0} \fi \@namedef{ftype@#2}{\value{newflo@tctr}} \addtocounter{newflo@tctr}{\value{newflo@tctr}} \@namedef{ext@#2}{#3} % file extension \newcounter{#3depth} \setcounter{#3depth}{1} \@namedef{cftmark#3}{% \@mkboth{\MakeUppercase{#4}}{\MakeUppercase{#4}}} \if@conttitleopt \@namedef{listof#2}{% \@cfttocstart \@ifundefined{chapter}{\section*{#4}}{\chapter*{#4}} \@nameuse{cftmark#3} \@starttoc{#3}% \@cfttocfinish} \else \@namedef{listof#2}{% \@cfttocstart \par \begingroup \parindent\z@ \parskip\z@ \@nameuse{@cftmake#3title} \@starttoc{#3}% \endgroup \@cfttocfinish} \fi \@namedef{@cftmake#3title}{% \@ifundefined{chapter}{% \vspace{\@nameuse{cftbefore#3titleskip}}}{% \vspace*{\@nameuse{cftbefore#3titleskip}}} \interlinepenalty\@M {\@nameuse{cft#3titlefont}#4}{\@nameuse{cftafter#3title}} \@nameuse{cftmark#3} \par\nobreak \vskip \@nameuse{cftafter#3titleskip} \@afterheading} \expandafter\newlength\csname cftbefore#3titleskip\endcsname \expandafter\newlength\csname cftafter#3titleskip\endcsname \@ifundefined{chapter}{% \setlength{\@nameuse{cftbefore#3titleskip}}{3.5ex \@plus 1ex \@minus .2ex} \setlength{\@nameuse{cftafter#3titleskip}}{2.3ex \@plus .2ex} \@namedef{cft#3titlefont}{\normalfont\Large\bfseries} }{% \setlength{\@nameuse{cftbefore#3titleskip}}{50pt} \setlength{\@nameuse{cftafter#3titleskip}}{40pt} \@namedef{cft#3titlefont}{\normalfont\Huge\bfseries} } \@namedef{cftafter#3title}{} \@namedef{fps@#2}{tbp} % position \@namedef{fnum@#2}{#5~\@nameuse{the#2}} % caption naming \@namedef{flegtoc@#2}##1{} % named legend \newenvironment{#2}{\@float{#2}}{\end@float} \newenvironment{#2*}{\@dblfloat{#2}}{\end@dblfloat} } % end \newlistof \newcommand{\newfloatenv}[4][\@empty]{% \PackageError{ccaption}{\protect\newfloatenv\space has been replaced by\MessageBreak \protect\newfloatlist}{\@eha} } \newcommand{\listfloats}[2]{% \PackageError{ccaption}{\protect\listfloats{#1}{...} has been replaced by\MessageBreak \protect\listof #1}{\@eha} } \newcommand{\newsubfloat}[1]{% \newfloatentry[#1]{sub#1}{\@nameuse{ext@#1}}{1} \@namedef{ext@sub#1}{\csname ext@#1\endcsname} \@namedef{thesub#1}{(\alph{sub#1})} \@namedef{@thesub#1}{{\subcaplabelfont\@nameuse{thesub#1}}\space} \@namedef{@@thesub#1}{\@nameuse{thesub#1}} \@namedef{p@sub#1}{\csname the#1\endcsname} \@namedef{@makesub#1caption}{\@makesubfigurecaption} } \DeclareRobustCommand{\newfloatpagesoff}[1]{ \@namedef{cft#1fillnum}##1{% \parfillskip=\z@ plus1fil\@nameuse{cft#1afterpnum}\par}} \DeclareRobustCommand{\newfloatpageson}[1]{ \@namedef{cft#1fillnum}##1{% {\@nameuse{cft#1leader}}\nobreak \hb@xt@\@pnumwidth{\hfil\@nameuse{cft#1pagefont}##1}% \@nameuse{cft#1afterpnum}\par}} \newcommand{\setnewfloatindents}[3]{% \setlength{\@nameuse{cft#1indent}}{#2} \setlength{\@nameuse{cft#1numwidth}}{#3} } \endinput %% %% End of file `ccaption.sty'. xmds-doc-0~svn.1884/latex/lstpatch.sty0000644000175000017500000001553110007374130017227 0ustar rafaelrafael%% %% This is file `lstpatch.sty', generated manually. %% %% Please read the software license in listings.dtx or listings.dvi. %% %% (w)(c) 2003 Carsten Heinz %% %% This file is distributed under the terms of the LaTeX Project Public %% License from CTAN archives in directory macros/latex/base/lppl.txt. %% Either version 1.0 or, at your option, any later version. %% %% Send comments and ideas on the package, error reports and additional %% programming languages to . %% %% This patch file will remove the following bugs from the listings package. %% Each item contains the bug finder with date of report and first bug fix %% version, a short description of the problem, and the reason for the bug %% in parenthesis. %% %% 1) Werner Struckmann, 2003/06/25, 1.1a (2003/06/25) %% %% undefined control sequence \lst@name %% (init of \lst@name not moved up to \lst@MakeCaption) %% %% 2) Denis Girou, 2003/07/04, 1.1b %% %% problem in list environments with fancyvrb=true %% (wrong \linewidth used) %% %% 3) Carsten Heinz, 2003/07/05, 1.1b %% %% indentation outside list environments with fancyvrb=true %% (unremoved par indentation) %% %% 4) Jared Warren, 2003/07/10, 1.1b %% %% literate replacement produces "ghosts" %% (\lst@BeginDropInput did not suppress output) %% %% 5) David Aspinall, 2003/07/17, 1.1b %% %% loading of .fd file inside tabular produces error %% (& in \lst@nfss@catcodes must be \&) %% %% 6) Edsko de Vries, 2003/07/20, 1.1b (2003/07/22) %% %% bad keywords with language selections only in optional arguments %% (\lst@ProvideFamily defined a marker only locally) %% %% %% Moreover the following features have been added. %% %% a) directive delimiter is adjustable: moredelim=*[directive]\# %% %% \ProvidesFile{lstpatch.sty}[2003/08/13 1.1c (Carsten Heinz)] \lst@CheckVersion{1.1} {\typeout{^^J% ***^^J% *** This is a patch for listings 1.1, but you're using^^J% *** version \lst@version.^^J% ***^^J *** Patch file not loaded.^^J% ***^^J}% \endinput } % % 1) Insert initialization of \lst@name ... \def\lst@MakeCaption#1{% \ifx #1t% \ifx\lst@@caption\@empty\expandafter\lst@HRefStepCounter \else \expandafter\refstepcounter \fi {lstlisting}% \ifx\lst@label\@empty\else \label{\lst@label}\fi % ... here. \let\lst@arg\lst@intname \lst@ReplaceIn\lst@arg\lst@filenamerpl \global\let\lst@name\lst@arg \global\let\lstname\lst@name \lst@ifnolol\else \ifx\lst@@caption\@empty \ifx\lst@caption\@empty \ifx\lst@intname\@empty \else \def\lst@temp{ }% \ifx\lst@intname\lst@temp \else \addcontentsline{lol}{lstlisting}\lst@name \fi\fi \fi \else \addcontentsline{lol}{lstlisting}% {\protect\numberline{\thelstlisting}\lst@@caption}% \fi \fi \fi \ifx\lst@caption\@empty\else \lst@IfSubstring #1\lst@captionpos {\begingroup \let\@@vskip\vskip \def\vskip{\afterassignment\lst@vskip \@tempskipa}% \def\lst@vskip{\nobreak\@@vskip\@tempskipa\nobreak}% \par\normalsize\normalfont \ifx #1t\allowbreak \fi \ifx\lst@title\@empty \expandafter\@makecaption \else \expandafter\lst@maketitle \fi {\noindent\lstlistingname \ifx\lst@@caption\@empty\else~\thelstlisting\fi}% \lst@caption \ifx #1b\allowbreak \fi \endgroup}{}% \fi} % % 2) Save \linewidth and restore it after initialization. \def\lstpatch@fancyvrb{% \gdef\lstFV@VerbatimBegin{% \ifx\FancyVerbFormatLine\lstFV@FancyVerbFormatLine \lsthk@TextStyle \lsthk@BoxUnsafe \lsthk@PreSet \lst@activecharsfalse \let\normalbaselines\relax \xdef\lstFV@RestoreData{\noexpand\linewidth\the\linewidth\relax}% \lst@Init\relax \lst@ifresetmargins \advance\linewidth-\@totalleftmargin \fi \lstFV@RestoreData \everypar{}\global\lst@newlines\z@ \lst@mode\lst@nomode \let\lst@entermodes\@empty \lst@InterruptModes %% D.G. modification begin - Nov. 25, 1998 \let\@noligs\relax %% D.G. modification end \fi}% % 3) Change \leavevmode to \noindent. \gdef\lstFV@FancyVerbFormatLine##1{% \let\lst@arg\@empty \lst@FVConvert##1\@nil \global\lst@newlines\z@ \vtop{\noindent\lst@parshape \lst@ReenterModes \lst@arg \lst@PrintToken\lst@EOLUpdate\lsthk@InitVarsBOL \lst@InterruptModes}}% } % % 4) Suppress the output by \let\lst@OutputBox\@gobble and ... \def\lst@BeginDropInput#1{% \lst@EnterMode{#1}% {\lst@modetrue \let\lst@OutputBox\@gobble \let\lst@ifdropinput\iftrue \let\lst@Process@i\@gobble \let\lst@Process@n\@gobble \let\lst@Process@m\@gobble \let\lst@ProcessSpace\@empty \let\lst@ProcessTabulator\@empty \let\lst@ProcessFormFeed\@empty}} % check for it here: \def\lst@Literate#1#2#3{% \ifx\relax#2\@empty\else \lst@ReplaceInput{#1}% {\ifx\lst@OutputBox\@gobble\else \lst@XPrintToken \let\lst@scanmode\lst@scan@m \lst@token{#2}\lst@length#3\relax \lst@XPrintToken \fi}% \expandafter\lst@Literate \fi} % % 5) Change & to \& at the end of line number four. \def\lst@nfss@catcodes{% \lst@makeletter ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\relax \@makeother (\@makeother )\@makeother ,\@makeother :\@makeother\&% \@makeother 0\@makeother 1\@makeother 2\@makeother 3\@makeother 4% \@makeother 5\@makeother 6\@makeother 7\@makeother 8\@makeother 9% \@makeother =\lsts@nfss@catcodes} % % 6) Insert \global in front of \@namedef. \def\lstpatch@keywords{% \gdef\lst@ProvideFamily##1{% \@ifundefined{lstfam@##1\ifnum\@tempcnta=\@ne\else\the\@tempcnta\fi}% {\global\@namedef{lstfam@##1\ifnum\@tempcnta=\@ne\else \the\@tempcnta\fi}{}% \expandafter\expandafter\expandafter\lst@ProvideFamily@ \csname\@lst @##1@data\endcsname {\ifnum\@tempcnta=\@ne\else \the\@tempcnta \fi}}% {}}% } % % a) Define new delimiter type `directive'. \def\lstpatch@directives{% \lst@AddTo\lst@delimtypes{,directive} \gdef\lst@Delim@directive##1\@empty##2##3##4{% \lst@CArg ##1\relax\lst@DefDelimB {\lst@CalcColumn}% {}% {\ifnum\@tempcnta=\z@ \def\lst@bnext{##2\lst@CDmode{##4\lst@Lmodetrue}% \let\lst@currstyle\lst@directivestyle}% \fi \@gobblethree}% ##2\lst@CDmode{##4\lst@Lmodetrue}% }% Disable old mechanism. \lst@AddToHook{SelectCharTable} {\ifx\lst@directives\@empty\else \lst@Let{`\#}\lsts@CCD \fi}% } %% \endinput %% %% End of file `lstpatch.sty'. xmds-doc-0~svn.1884/latex/listings.sty0000644000175000017500000020243610007374130017243 0ustar rafaelrafael%% %% This is file `listings.sty', %% generated with the docstrip utility. %% %% The original source files were: %% %% listings.dtx (with options: `kernel') %% %% Please read the software license in listings.dtx or listings.pdf. %% %% (w)(c) 1996 -- 2003 Carsten Heinz and/or any other author %% listed elsewhere in this file. %% %% This file is distributed under the terms of the LaTeX Project Public %% License from CTAN archives in directory macros/latex/base/lppl.txt. %% Either version 1.0 or, at your option, any later version. %% %% Permission is granted to modify this file. If your changes are of %% general interest, please contact the address below. %% %% Send comments and ideas on the package, error reports and additional %% programming languages to . %% \def\filedate{2003/06/21} \def\fileversion{1.1} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{listings} [\filedate\space\fileversion\space(Carsten Heinz)] \def\lst@CheckVersion#1{\edef\reserved@a{#1}% \ifx\lst@version\reserved@a \expandafter\@gobble \else \expandafter\@firstofone \fi} \let\lst@version\fileversion \def\lst@InputCatcodes{% \makeatletter \catcode`\"12% \catcode`\^^@\active \catcode`\^^I9% \catcode`\^^L9% \catcode`\^^M9% \catcode`\%14% \catcode`\~\active} \def\lst@RestoreCatcodes#1{% \ifx\relax#1\else \noexpand\catcode`\noexpand#1\the\catcode`#1\relax \expandafter\lst@RestoreCatcodes \fi} \edef\lst@RestoreCatcodes{% \noexpand\lccode`\noexpand\/`\noexpand\/% \lst@RestoreCatcodes\"\^^I\^^M\~\^^@\relax} \lst@InputCatcodes \AtEndOfPackage{\lst@RestoreCatcodes} \def\@lst{lst} \def\lst@IfSubstring#1#2{% \def\lst@temp##1#1##2##3\relax{% \ifx \@empty##2\expandafter\@secondoftwo \else \expandafter\@firstoftwo \fi}% \expandafter\lst@temp#2#1\@empty\relax} \def\lst@IfOneOf#1\relax#2{% \def\lst@temp##1,#1,##2##3\relax{% \ifx \@empty##2\expandafter\@secondoftwo \else \expandafter\@firstoftwo \fi}% \expandafter\lst@temp\expandafter,#2,#1,\@empty\relax} \def\lst@DeleteKeysIn#1#2{% \expandafter\lst@DeleteKeysIn@\expandafter#1#2,\relax,} \def\lst@DeleteKeysIn@#1#2,{% \ifx\relax#2\@empty \expandafter\@firstoftwo\expandafter\lst@RemoveCommas \else \ifx\@empty#2\@empty\else \def\lst@temp##1,#2,##2{% ##1% \ifx\@empty##2\@empty\else \expandafter\lst@temp\expandafter,% \fi ##2}% \edef#1{\expandafter\lst@temp\expandafter,#1,#2,\@empty}% \fi \fi \lst@DeleteKeysIn@#1} \def\lst@RemoveCommas#1{\edef#1{\expandafter\lst@RC@#1\@empty}} \def\lst@RC@#1{\ifx,#1\expandafter\lst@RC@ \else #1\fi} \def\lst@ReplaceIn#1#2{% \expandafter\lst@ReplaceIn@\expandafter#1#2\@empty\@empty} \def\lst@ReplaceInArg#1#2{\lst@ReplaceIn@#1#2\@empty\@empty} \def\lst@ReplaceIn@#1#2#3{% \ifx\@empty#3\relax\else \def\lst@temp##1#2##2{% \ifx\@empty##2% \lst@lAddTo#1{##1}% \else \lst@lAddTo#1{##1#3}\expandafter\lst@temp \fi ##2}% \let\@tempa#1\let#1\@empty \expandafter\lst@temp\@tempa#2\@empty \expandafter\lst@ReplaceIn@\expandafter#1% \fi} \providecommand*\@gobblethree[3]{} \def\lst@GobbleNil#1\@nil{} \def\lst@Swap#1#2{#2#1} \def\lst@true{\let\lst@if\iftrue} \def\lst@false{\let\lst@if\iffalse} \lst@false \def\lst@IfNextCharsArg#1{% \def\lst@tofind{#1}\lst@IfNextChars\lst@tofind} \def\lst@IfNextChars#1#2#3{% \let\lst@tofind#1\def\@tempa{#2}\def\@tempb{#3}% \let\lst@eaten\@empty \lst@IfNextChars@} \def\lst@IfNextChars@{\expandafter\lst@IfNextChars@@\lst@tofind\relax} \def\lst@IfNextChars@@#1#2\relax#3{% \def\lst@tofind{#2}\lst@lAddTo\lst@eaten{#3}% \ifx#1#3% \ifx\lst@tofind\@empty \let\lst@next\@tempa \else \let\lst@next\lst@IfNextChars@ \fi \expandafter\lst@next \else \expandafter\@tempb \fi} \def\lst@IfNextCharActive#1#2#3{% \begingroup \lccode`\~=`#3\lowercase{\endgroup \ifx~}#3% \def\lst@next{#1}% \else \def\lst@next{#2}% \fi \lst@next #3} \def\lst@for#1\do#2{% \def\lst@forbody##1{#2}% \@for\lst@forvar:=#1\do {\expandafter\lst@forbody\expandafter{\lst@forvar}}} \def\lst@MakeActive#1{% \let\lst@temp\@empty \lst@MakeActive@#1% \relax\relax\relax\relax\relax\relax\relax\relax\relax} \begingroup \catcode`\^^@=\active \catcode`\^^A=\active \catcode`\^^B=\active \catcode`\^^C=\active \catcode`\^^D=\active \catcode`\^^E=\active \catcode`\^^F=\active \catcode`\^^G=\active \catcode`\^^H=\active \gdef\lst@MakeActive@#1#2#3#4#5#6#7#8#9{\let\lst@next\relax \ifx#1\relax \else \lccode`\^^@=`#1% \ifx#2\relax \lowercase{\lst@lAddTo\lst@temp{^^@}}% \else \lccode`\^^A=`#2% \ifx#3\relax \lowercase{\lst@lAddTo\lst@temp{^^@^^A}}% \else \lccode`\^^B=`#3% \ifx#4\relax \lowercase{\lst@lAddTo\lst@temp{^^@^^A^^B}}% \else \lccode`\^^C=`#4% \ifx#5\relax \lowercase{\lst@lAddTo\lst@temp{^^@^^A^^B^^C}}% \else \lccode`\^^D=`#5% \ifx#6\relax \lowercase{\lst@lAddTo\lst@temp{^^@^^A^^B^^C^^D}}% \else \lccode`\^^E=`#6% \ifx#7\relax \lowercase{\lst@lAddTo\lst@temp{^^@^^A^^B^^C^^D^^E}}% \else \lccode`\^^F=`#7% \ifx#8\relax \lowercase{\lst@lAddTo\lst@temp{^^@^^A^^B^^C^^D^^E^^F}}% \else \lccode`\^^G=`#8% \ifx#9\relax \lowercase{\lst@lAddTo\lst@temp{^^@^^A^^B^^C^^D^^E^^F^^G}}% \else \lccode`\^^H=`#9% \lowercase{\lst@lAddTo\lst@temp{^^@^^A^^B^^C^^D^^E^^F^^G^^H}}% \let\lst@next\lst@MakeActive@ \fi \fi \fi \fi \fi \fi \fi \fi \fi \lst@next} \endgroup \def\lst@DefActive#1#2{\lst@MakeActive{#2}\let#1\lst@temp} \def\lst@DefOther#1#2{% \begingroup \def#1{#2}\escapechar\m@ne \expandafter\endgroup \expandafter\lst@DefOther@\meaning#1\relax#1} \def\lst@DefOther@#1>#2\relax#3{\edef#3{\zap@space#2 \@empty}} \def\lst@InsideConvert#1{\lst@InsideConvert@#1 \@empty} \begingroup \lccode`\~=`\ \relax \lowercase{% \gdef\lst@InsideConvert@#1 #2{% \lst@MakeActive{#1}% \ifx\@empty#2% \lst@lExtend\lst@arg{\lst@temp}% \else \lst@lExtend\lst@arg{\lst@temp~}% \expandafter\lst@InsideConvert@ \fi #2} }\endgroup \def\lst@XConvert{\@ifnextchar\bgroup \lst@XConvertArg\lst@XConvert@} \def\lst@XConvertArg#1{% {\lst@false \let\lst@arg\@empty \lst@XConvert#1\@nil \global\let\@gtempa\lst@arg}% \lst@lExtend\lst@arg{\expandafter{\@gtempa}}% \lst@XConvertNext} \def\lst@XConvert@#1{% \ifx\@nil#1\else \begingroup\lccode`\~=`#1\lowercase{\endgroup \lst@lAddTo\lst@arg~}% \expandafter\lst@XConvertNext \fi} \def\lst@XConvertNext{% \lst@if \expandafter\lst@XConvertX \else \expandafter\lst@XConvert \fi} \def\lst@XConvertX#1{% \ifx\@nil#1\else \lst@XConvertX@#1\relax \expandafter\lst@XConvert \fi} \def\lst@XConvertX@#1#2\relax{% \begingroup\lccode`\~=`#1\lowercase{\endgroup \lst@XCConvertX@@~}{#2}} \def\lst@XCConvertX@@#1#2{\lst@lAddTo\lst@arg{{#1#2}}} \def\lst@Require#1#2#3#4#5{% \begingroup \aftergroup\lst@true \ifx\@empty#3\@empty\else \def\lst@prefix{#2}\let\lst@require\@empty \edef\lst@temp{\expandafter\zap@space#3 \@empty}% \lst@for\lst@temp\do{% \ifx\@empty##1\@empty\else \lstKV@OptArg[]{##1}{% #4[####1]{####2}% \@ifundefined{\@lst\lst@prefix @\lst@malias $\lst@oalias}% {\edef\lst@require{\lst@require,\lst@malias $\lst@oalias}}% {}}% \fi}% \global\let\lst@loadaspects\@empty \lst@InputCatcodes \ifx\lst@require\@empty\else \lst@for{#5}\do{% \ifx\lst@require\@empty\else \InputIfFileExists{##1}{}{}% \fi}% \fi \ifx\lst@require\@empty\else \PackageError{Listings}{Couldn't load requested #1}% {The following #1s weren't loadable:^^J\@spaces \lst@require^^JThis may cause errors in the sequel.}% \aftergroup\lst@false \fi \ifx\lst@loadaspects\@empty\else \lst@RequireAspects\lst@loadaspects \fi \fi \endgroup} \def\lst@IfRequired[#1]#2{% \lst@NormedDef\lst@temp{[#1]#2}% \expandafter\lst@IfRequired@\lst@temp\relax} \def\lst@IfRequired@[#1]#2\relax#3{% \lst@IfOneOf #2$#1\relax\lst@require {\lst@DeleteKeysIn@\lst@require#2$#1,\relax,% \global\expandafter\let \csname\@lst\lst@prefix @#2$#1\endcsname\@empty #3}} \let\lst@require\@empty \def\lst@NoAlias[#1]#2{% \lst@NormedDef\lst@oalias{#1}\lst@NormedDef\lst@malias{#2}} \gdef\lst@LAS#1#2#3#4#5#6#7{% \lst@Require{#1}{#2}{#3}#4#5% #4#3% \@ifundefined{lst#2@\lst@malias$\lst@oalias}% {\PackageError{Listings}% {#1 \ifx\@empty\lst@oalias\else \lst@oalias\space of \fi \lst@malias\space undefined}% {The #1 is not loadable. \@ehc}}% {#6\csname\@lst#2@\lst@malias $\lst@oalias\endcsname #7}} \def\lst@RequireAspects#1{% \lst@Require{aspect}{asp}{#1}\lst@NoAlias\lstaspectfiles} \let\lstloadaspects\lst@RequireAspects \@ifundefined{lstaspectfiles} {\newcommand\lstaspectfiles{lstmisc0.sty,lstmisc.sty}}{} \gdef\lst@DefDriver#1#2#3#4{% \@ifnextchar[{\lst@DefDriver@{#1}{#2}#3#4}% {\lst@DefDriver@{#1}{#2}#3#4[]}} \gdef\lst@DefDriver@#1#2#3#4[#5]#6{% \def\lst@name{#1}\let\lst@if#4% \lst@NormedDef\lst@driver{\@lst#2@#6$#5}% \lst@IfRequired[#5]{#6}{\begingroup \lst@true}% {\begingroup}% \lst@setcatcodes \@ifnextchar[{\lst@XDefDriver{#1}#3}{\lst@DefDriver@@#3}} \gdef\lst@DefDriver@@#1#2{% \lst@if \global\@namedef{\lst@driver}{#1{#2}}% \fi \endgroup \@ifnextchar[\lst@XXDefDriver\@empty} \gdef\lst@XXDefDriver[#1]{% \ifx\@empty#1\@empty\else \lst@if \lstloadaspects{#1}% \else \@ifundefined{\lst@driver}{}% {\xdef\lst@loadaspects{\lst@loadaspects,#1}}% \fi \fi} \gdef\lst@XDefDriver#1#2[#3]#4#5{\lst@DefDriver@@#2{also#1=[#3]#4,#5}} \let\lst@UserCommand\gdef \newcommand*\lst@BeginAspect[2][]{% \def\lst@curraspect{#2}% \ifx \lst@curraspect\@empty \expandafter\lst@GobbleAspect \else \let\lst@next\@empty \lst@IfRequired[]{#2}% {\lst@RequireAspects{#1}% \lst@if\else \let\lst@next\lst@GobbleAspect \fi}% {\let\lst@next\lst@GobbleAspect}% \expandafter\lst@next \fi} \def\lst@EndAspect{% \csname\@lst patch@\lst@curraspect\endcsname \let\lst@curraspect\@empty} \long\def\lst@GobbleAspect#1\lst@EndAspect{\let\lst@curraspect\@empty} \def\lst@Key#1#2{% \@ifnextchar[{\lstKV@def{#1}{#2}}% {\def\lst@temp{\lst@Key@{#1}{#2}} \afterassignment\lst@temp \global\@namedef{KV@\@lst @#1}####1}} \def\lstKV@def#1#2[#3]{% \global\@namedef{KV@\@lst @#1@default\expandafter}\expandafter {\csname KV@\@lst @#1\endcsname{#3}}% \def\lst@temp{\lst@Key@{#1}{#2}}\afterassignment\lst@temp \global\@namedef{KV@\@lst @#1}##1} \def\lst@Key@#1#2{% \ifx\relax#2\@empty\else \begingroup \globaldefs\@ne \csname KV@\@lst @#1\endcsname{#2}% \endgroup \fi} \def\lst@UseHook#1{\csname\@lst hk@#1\endcsname} \def\lst@AddToHook{\lst@ATH@\iffalse\lst@AddTo} \def\lst@AddToHookExe{\lst@ATH@\iftrue\lst@AddTo} \def\lst@AddToHookAtTop{\lst@ATH@\iffalse\lst@AddToAtTop} \long\def\lst@ATH@#1#2#3#4{% \@ifundefined{\@lst hk@#3}{% \expandafter\gdef\csname\@lst hk@#3\endcsname{}}{}% \expandafter#2\csname\@lst hk@#3\endcsname{#4}% \def\lst@temp{#4}% #1% \iftrue|false \begingroup \globaldefs\@ne \lst@temp \endgroup \fi} \long\def\lst@AddTo#1#2{% \expandafter\gdef\expandafter#1\expandafter{#1#2}} \def\lst@AddToAtTop#1#2{\def\lst@temp{#2}% \expandafter\expandafter\expandafter\gdef \expandafter\expandafter\expandafter#1% \expandafter\expandafter\expandafter{\expandafter\lst@temp#1}} \def\lst@lAddTo#1#2{\expandafter\def\expandafter#1\expandafter{#1#2}} \def\lst@Extend#1#2{% \expandafter\lst@AddTo\expandafter#1\expandafter{#2}} \def\lst@lExtend#1#2{% \expandafter\lst@lAddTo\expandafter#1\expandafter{#2}} \RequirePackage{keyval}[1997/11/10] \def\lstKV@TwoArg#1#2{\gdef\@gtempa##1##2{#2}\@gtempa#1{}{}} \def\lstKV@ThreeArg#1#2{\gdef\@gtempa##1##2##3{#2}\@gtempa#1{}{}{}} \def\lstKV@FourArg#1#2{\gdef\@gtempa##1##2##3##4{#2}\@gtempa#1{}{}{}{}} \def\lstKV@OptArg[#1]#2#3{% \gdef\@gtempa[##1]##2{#3}\lstKV@OptArg@{#1}#2\@} \def\lstKV@OptArg@#1{\@ifnextchar[\lstKV@OptArg@@{\lstKV@OptArg@@[#1]}} \def\lstKV@OptArg@@[#1]#2\@{\@gtempa[#1]{#2}} \def\lstKV@XOptArg[#1]#2#3{% \global\let\@gtempa#3\lstKV@OptArg@{#1}#2\@} \def\lstKV@CSTwoArg#1#2{% \gdef\@gtempa##1,##2,##3\relax{#2}% \@gtempa#1,,\relax} \def\lstKV@SetIf#1{\lstKV@SetIf@#1\relax} \def\lstKV@SetIf@#1#2\relax#3{\lowercase{% \expandafter\let\expandafter#3% \csname if\ifx #1t}true\else false\fi\endcsname} \def\lstKV@SwitchCases#1#2#3{% \def\lst@temp##1\\#1&##2\\##3##4\@nil{% \ifx\@empty##3% #3% \else ##2% \fi }% \lst@temp\\#2\\#1&\\\@empty\@nil} \lst@UserCommand\lstset{\begingroup \lst@setcatcodes \lstset@} \def\lstset@#1{\endgroup \ifx\@empty#1\@empty\else\setkeys{lst}{#1}\fi} \def\lst@setcatcodes{\makeatletter \catcode`\"=12\relax} \def\lst@NewMode#1{% \ifx\@undefined#1% \lst@mode\lst@newmode\relax \advance\lst@mode\@ne \xdef\lst@newmode{\the\lst@mode}% \global\chardef#1=\lst@mode \lst@mode\lst@nomode \fi} \newcount\lst@mode \def\lst@newmode{\m@ne}% init \lst@NewMode\lst@nomode % init (of \lst@mode :-) \def\lst@UseDynamicMode{% \@tempcnta\lst@dynamicmode\relax \advance\@tempcnta\@ne \edef\lst@dynamicmode{\the\@tempcnta}% \expandafter\lst@Swap\expandafter{\expandafter{\lst@dynamicmode}}} \lst@AddToHook{InitVars}{\let\lst@dynamicmode\lst@newmode} \def\lst@EnterMode#1#2{% \bgroup \lst@mode=#1\relax #2% \lst@FontAdjust \lst@lAddTo\lst@entermodes{\lst@EnterMode{#1}{#2}}} \lst@AddToHook{InitVars}{\let\lst@entermodes\@empty} \let\lst@entermodes\@empty % init \def\lst@LeaveMode{% \ifnum\lst@mode=\lst@nomode\else \egroup \expandafter\lsthk@EndGroup \fi} \lst@AddToHook{EndGroup}{}% init \def\lst@InterruptModes{% \lst@Extend\lst@modestack{\expandafter{\lst@entermodes}}% \lst@LeaveAllModes} \lst@AddToHook{InitVars}{\global\let\lst@modestack\@empty} \def\lst@ReenterModes{% \ifx\lst@modestack\@empty\else \lst@LeaveAllModes \global\let\@gtempa\lst@modestack \global\let\lst@modestack\@empty \expandafter\lst@ReenterModes@\@gtempa\relax \fi} \def\lst@ReenterModes@#1#2{% \ifx\relax#2\@empty \gdef\@gtempa##1{#1}% \expandafter\@gtempa \else \lst@AddTo\lst@modestack{{#1}}% \expandafter\lst@ReenterModes@ \fi {#2}} \def\lst@LeaveAllModes{% \ifnum\lst@mode=\lst@nomode \expandafter\lsthk@EndGroup \else \expandafter\egroup\expandafter\lst@LeaveAllModes \fi} \lst@AddToHook{ExitVars}{\lst@LeaveAllModes} \lst@NewMode\lst@Pmode \lst@NewMode\lst@GPmode \def\lst@modetrue{\let\lst@ifmode\iftrue \lsthk@ModeTrue} \let\lst@ifmode\iffalse % init \lst@AddToHook{ModeTrue}{}% init \def\lst@Lmodetrue{\let\lst@ifLmode\iftrue} \let\lst@ifLmode\iffalse % init \lst@AddToHook{EOL}{\@whilesw \lst@ifLmode\fi \lst@LeaveMode} \def\lst@NormedDef#1#2{\lowercase{\edef#1{\zap@space#2 \@empty}}} \def\lst@NormedNameDef#1#2{% \lowercase{\edef\lst@temp{\zap@space#1 \@empty}% \expandafter\xdef\csname\lst@temp\endcsname{\zap@space#2 \@empty}}} \def\lst@GetFreeMacro#1{% \@tempcnta\z@ \def\lst@freemacro{#1\the\@tempcnta}% \lst@GFM@} \def\lst@GFM@{% \expandafter\ifx \csname\lst@freemacro\endcsname \relax \edef\lst@freemacro{\csname\lst@freemacro\endcsname}% \else \advance\@tempcnta\@ne \expandafter\lst@GFM@ \fi} \newbox\lst@gtempboxa \newtoks\lst@token \newcount\lst@length \def\lst@ResetToken{\lst@token{}\lst@length\z@} \lst@AddToHook{InitVarsBOL}{\lst@ResetToken \let\lst@lastother\@empty} \lst@AddToHook{EndGroup}{\lst@ResetToken \let\lst@lastother\@empty} \def\lst@lettertrue{\let\lst@ifletter\iftrue} \def\lst@letterfalse{\let\lst@ifletter\iffalse} \lst@AddToHook{InitVars}{\lst@letterfalse} \def\lst@Append#1{\advance\lst@length\@ne \lst@token=\expandafter{\the\lst@token#1}} \def\lst@AppendOther{% \lst@ifletter \lst@Output\lst@letterfalse \fi \futurelet\lst@lastother\lst@Append} \def\lst@AppendLetter{% \lst@ifletter\else \lst@OutputOther\lst@lettertrue \fi \lst@Append} \def\lst@SaveToken{% \global\let\lst@gthestyle\lst@thestyle \global\let\lst@glastother\lst@lastother \xdef\lst@RestoreToken{\noexpand\lst@token{\the\lst@token}% \noexpand\lst@length\the\lst@length\relax \noexpand\let\noexpand\lst@thestyle \noexpand\lst@gthestyle \noexpand\let\noexpand\lst@lastother \noexpand\lst@glastother}} \def\lst@IfLastOtherOneOf#1{\lst@IfLastOtherOneOf@ #1\relax} \def\lst@IfLastOtherOneOf@#1{% \ifx #1\relax \expandafter\@secondoftwo \else \ifx\lst@lastother#1% \lst@IfLastOtherOneOf@t \else \expandafter\expandafter\expandafter\lst@IfLastOtherOneOf@ \fi \fi} \def\lst@IfLastOtherOneOf@t#1\fi\fi#2\relax{\fi\fi\@firstoftwo} \newdimen\lst@currlwidth % \global \newcount\lst@column \newcount\lst@pos % \global \lst@AddToHook{InitVarsBOL} {\global\lst@currlwidth\z@ \global\lst@pos\z@ \global\lst@column\z@} \def\lst@CalcColumn{% \@tempcnta\lst@column \advance\@tempcnta\lst@length \advance\@tempcnta-\lst@pos} \newdimen\lst@lostspace % \global \lst@AddToHook{InitVarsBOL}{\global\lst@lostspace\z@} \def\lst@UseLostSpace{\ifdim\lst@lostspace>\z@ \lst@InsertLostSpace \fi} \def\lst@InsertLostSpace{% \lst@Kern\lst@lostspace \global\lst@lostspace\z@} \def\lst@InsertHalfLostSpace{% \global\lst@lostspace.5\lst@lostspace \lst@Kern\lst@lostspace} \newdimen\lst@width \lst@Key{basewidth}{0.6em,0.45em}{\lstKV@CSTwoArg{#1}% {\def\lst@widthfixed{##1}\def\lst@widthflexible{##2}% \ifx\lst@widthflexible\@empty \let\lst@widthflexible\lst@widthfixed \fi \def\lst@temp{\PackageError{Listings}% {Negative value(s) treated as zero}% \@ehc}% \let\lst@error\@empty \ifdim \lst@widthfixed<\z@ \let\lst@error\lst@temp \let\lst@widthfixed\z@ \fi \ifdim \lst@widthflexible<\z@ \let\lst@error\lst@temp \let\lst@widthflexible\z@ \fi \lst@error}} \lst@AddToHook{FontAdjust} {\lst@width=\lst@ifflexible\lst@widthflexible \else\lst@widthfixed\fi \relax} \lst@Key{fontadjust}{false}[t]{\lstKV@SetIf{#1}\lst@iffontadjust} \def\lst@FontAdjust{\lst@iffontadjust \lsthk@FontAdjust \fi} \lst@AddToHook{InitVars}{\lsthk@FontAdjust} \def\lst@OutputBox#1{\lst@alloverstyle{\box#1}} \def\lst@alloverstyle#1{#1}% init \def\lst@Kern#1{% \setbox\z@\hbox{{\lst@currstyle{\kern#1}}}% \global\advance\lst@currlwidth \wd\z@ \lst@OutputBox\z@} \def\lst@CalcLostSpaceAndOutput{% \global\advance\lst@lostspace \lst@length\lst@width \global\advance\lst@lostspace-\wd\@tempboxa \global\advance\lst@currlwidth \wd\@tempboxa \global\advance\lst@pos -\lst@length \setbox\@tempboxa\hbox{\let\lst@OutputBox\box \ifdim\lst@lostspace>\z@ \lst@leftinsert \fi \box\@tempboxa \ifdim\lst@lostspace>\z@ \lst@rightinsert \fi}% \lst@OutputBox\@tempboxa \lsthk@PostOutput} \lst@AddToHook{PostOutput}{}% init \def\lst@OutputToken{% \lst@TrackNewLines \lst@OutputLostSpace \lst@CheckMerge {\lst@thestyle{\lst@FontAdjust \setbox\@tempboxa\lst@hbox {\lsthk@OutputBox \lst@lefthss \expandafter\lst@FillOutputBox\the\lst@token\@empty \lst@righthss}% \lst@CalcLostSpaceAndOutput}}% \lst@ResetToken} \lst@AddToHook{OutputBox}{}% init \def\lst@Delay#1{% \lst@CheckDelay #1% \lst@GetOutputMacro\lst@delayedoutput \edef\lst@delayed{\the\lst@token}% \edef\lst@delayedlength{\the\lst@length}% \lst@ResetToken} \def\lst@Merge#1{% \lst@CheckMerge #1% \edef\lst@merged{\the\lst@token}% \edef\lst@mergedlength{\the\lst@length}% \lst@ResetToken} \def\lst@MergeToken#1#2{% \advance\lst@length#2% \lst@lExtend#1{\the\lst@token}% \expandafter\lst@token\expandafter{#1}% \let#1\@empty} \def\lst@CheckDelay{% \ifx\lst@delayed\@empty\else \lst@GetOutputMacro\@gtempa \ifx\lst@delayedoutput\@gtempa \lst@MergeToken\lst@delayed\lst@delayedlength \else {\lst@ResetToken \lst@MergeToken\lst@delayed\lst@delayedlength \lst@delayedoutput}% \let\lst@delayed\@empty \fi \fi} \def\lst@CheckMerge{% \ifx\lst@merged\@empty\else \lst@MergeToken\lst@merged\lst@mergedlength \fi} \let\lst@delayed\@empty % init \let\lst@merged\@empty % init \def\lst@column@fixed{% \lst@flexiblefalse \lst@width\lst@widthfixed\relax \let\lst@OutputLostSpace\lst@UseLostSpace \let\lst@FillOutputBox\lst@FillFixed \let\lst@hss\hss \def\lst@hbox{\hbox to\lst@length\lst@width}} \def\lst@FillFixed#1{#1\lst@FillFixed@} \def\lst@FillFixed@#1{% \ifx\@empty#1\else \lst@hss#1\expandafter\lst@FillFixed@ \fi} \def\lst@column@flexible{% \lst@flexibletrue \lst@width\lst@widthflexible\relax \let\lst@OutputLostSpace\lst@UseLostSpace \let\lst@FillOutputBox\@empty \let\lst@hss\@empty \let\lst@hbox\hbox} \def\lst@column@fullflexible{% \lst@column@flexible \def\lst@OutputLostSpace{\lst@ifnewline \lst@UseLostSpace\fi}% \let\lst@leftinsert\@empty \let\lst@rightinsert\@empty} \def\lst@outputpos#1#2\relax{% \def\lst@lefthss{\lst@hss}\let\lst@righthss\lst@lefthss \let\lst@rightinsert\lst@InsertLostSpace \ifx #1c% \let\lst@leftinsert\lst@InsertHalfLostSpace \else\ifx #1r% \let\lst@righthss\@empty \let\lst@leftinsert\lst@InsertLostSpace \let\lst@rightinsert\@empty \else \let\lst@lefthss\@empty \let\lst@leftinsert\@empty \ifx #1l\else \PackageWarning{Listings}% {Unknown positioning for output boxes}% \fi \fi\fi} \def\lst@flexibletrue{\let\lst@ifflexible\iftrue} \def\lst@flexiblefalse{\let\lst@ifflexible\iffalse} \lst@Key{columns}{[c]fixed}{\lstKV@OptArg[]{#1}{% \ifx\@empty##1\@empty\else \lst@outputpos##1\relax\relax \fi \expandafter\let\expandafter\lst@arg \csname\@lst @column@##2\endcsname \lst@arg \ifx\lst@arg\relax \PackageWarning{Listings}{Unknown column format `##2'}% \else \lst@ifflexible \let\lst@columnsflexible\lst@arg \else \let\lst@columnsfixed\lst@arg \fi \fi}} \let\lst@columnsfixed\lst@column@fixed % init \let\lst@columnsflexible\lst@column@flexible % init \lst@Key{flexiblecolumns}\relax[t]{% \lstKV@SetIf{#1}\lst@ifflexible \lst@ifflexible \lst@columnsflexible \else \lst@columnsfixed \fi} \newcount\lst@newlines \lst@AddToHook{InitVars}{\global\lst@newlines\z@} \lst@AddToHook{InitVarsBOL}{\global\advance\lst@newlines\@ne} \def\lst@NewLine{% \ifx\lst@OutputBox\@gobble\else \par\noindent \hbox{}% \fi \global\advance\lst@newlines\m@ne \lst@newlinetrue} \def\lst@newlinetrue{\global\let\lst@ifnewline\iftrue} \lst@AddToHookExe{PostOutput}{\global\let\lst@ifnewline\iffalse}% init \def\lst@TrackNewLines{% \ifnum\lst@newlines>\z@ \lsthk@OnNewLine \lst@DoNewLines \fi} \lst@AddToHook{OnNewLine}{}% init \lst@Key{emptylines}\maxdimen{% \@ifstar{\lst@true\@tempcnta\@gobble#1\relax\lst@GobbleNil}% {\lst@false\@tempcnta#1\relax\lst@GobbleNil}#1\@nil \advance\@tempcnta\@ne \edef\lst@maxempty{\the\@tempcnta\relax}% \let\lst@ifpreservenumber\lst@if} \def\lst@DoNewLines{ \@whilenum\lst@newlines>\lst@maxempty \do {\lst@ifpreservenumber \lsthk@OnEmptyLine \global\advance\c@lstnumber\lst@advancelstnum \fi \global\advance\lst@newlines\m@ne}% \@whilenum \lst@newlines>\@ne \do {\lsthk@OnEmptyLine \lst@NewLine}% \ifnum\lst@newlines>\z@ \lst@NewLine \fi} \lst@AddToHook{OnEmptyLine}{}% init \lst@Key{identifierstyle}{}{\def\lst@identifierstyle{#1}} \lst@AddToHook{EmptyStyle}{\let\lst@identifierstyle\@empty} \def\lst@GotoTabStop{% \ifnum\lst@newlines=\z@ \setbox\@tempboxa\hbox{\lst@outputspace}% \setbox\@tempboxa\hbox to\wd\@tempboxa{{\lst@currstyle{\hss}}}% \lst@CalcLostSpaceAndOutput \else \global\advance\lst@lostspace \lst@length\lst@width \global\advance\lst@column\lst@length \lst@length\z@ \fi} \def\lst@OutputOther{% \lst@CheckDelay \ifnum\lst@length=\z@\else \let\lst@thestyle\lst@currstyle \lsthk@OutputOther \lst@OutputToken \fi} \lst@AddToHook{OutputOther}{}% init \let\lst@currstyle\relax % init \def\lst@Output{% \lst@CheckDelay \ifnum\lst@length=\z@\else \ifx\lst@currstyle\relax \let\lst@thestyle\lst@identifierstyle \else \let\lst@thestyle\lst@currstyle \fi \lsthk@Output \lst@OutputToken \fi \let\lst@lastother\relax} \lst@AddToHook{Output}{}% init \def\lst@GetOutputMacro#1{% \lst@ifletter \global\let#1\lst@Output \else \global\let#1\lst@OutputOther\fi} \def\lst@PrintToken{% \lst@ifletter \lst@Output \lst@letterfalse \else \lst@OutputOther \let\lst@lastother\@empty \fi} \def\lst@XPrintToken{% \lst@PrintToken \lst@CheckMerge \ifnum\lst@length=\z@\else \lst@PrintToken \fi} \def\lst@BeginDropOutput#1{% \xdef\lst@BDOnewlines{\the\lst@newlines}% \global\let\lst@BDOifnewline\lst@ifnewline \lst@EnterMode{#1}% {\lst@modetrue \let\lst@OutputBox\@gobble \aftergroup\lst@BDORestore}} \def\lst@BDORestore{% \global\lst@newlines\lst@BDOnewlines \global\let\lst@ifnewline\lst@BDOifnewline} \let\lst@EndDropOutput\lst@LeaveMode \def\lst@ProcessLetter{\lst@whitespacefalse \lst@AppendLetter} \def\lst@ProcessOther{\lst@whitespacefalse \lst@AppendOther} \def\lst@ProcessDigit{% \lst@whitespacefalse \lst@ifletter \expandafter\lst@AppendLetter \else \expandafter\lst@AppendOther\fi} \def\lst@whitespacetrue{\global\let\lst@ifwhitespace\iftrue} \def\lst@whitespacefalse{\global\let\lst@ifwhitespace\iffalse} \lst@AddToHook{InitVarsBOL}{\lst@whitespacetrue} \lst@Key{tabsize}{8} {\ifnum#1>\z@ \def\lst@tabsize{#1}\else \PackageError{Listings}{Strict positive integer expected}% {You can't use `#1' as tabsize. \@ehc}% \fi} \lst@Key{showtabs}f[t]{\lstKV@SetIf{#1}\lst@ifshowtabs} \lst@Key{tab}{\kern.06em\hbox{\vrule\@height.3ex}% \hrulefill\hbox{\vrule\@height.3ex}} {\def\lst@tab{#1}} \def\lst@ProcessTabulator{% \lst@XPrintToken \lst@whitespacetrue \global\advance\lst@column -\lst@pos \@whilenum \lst@pos<\@ne \do {\global\advance\lst@pos\lst@tabsize}% \lst@length\lst@pos \lst@PreGotoTabStop} \def\lst@PreGotoTabStop{% \lst@ifshowtabs \lst@TrackNewLines \setbox\@tempboxa\hbox to\lst@length\lst@width {{\lst@currstyle{\hss\lst@tab}}}% \lst@CalcLostSpaceAndOutput \else \lst@ifkeepspaces \@tempcnta\lst@length \lst@length\z@ \@whilenum \@tempcnta>\z@ \do {\lst@AppendOther\lst@outputspace \advance\@tempcnta\m@ne}% \lst@OutputOther \else \lst@GotoTabStop \fi \fi \lst@length\z@ \global\lst@pos\z@} \def\lst@outputspace{\ } \def\lst@visiblespace{\lst@ttfamily{\char32}\textvisiblespace} \lst@Key{showspaces}{false}[t]{\lstKV@SetIf{#1}\lst@ifshowspaces} \lst@Key{keepspaces}{false}[t]{\lstKV@SetIf{#1}\lst@ifkeepspaces} \lst@AddToHook{Init} {\lst@ifshowspaces \let\lst@outputspace\lst@visiblespace \lst@keepspacestrue \fi} \def\lst@keepspacestrue{\let\lst@ifkeepspaces\iftrue} \def\lst@ProcessSpace{% \lst@ifkeepspaces \lst@AppendOther\lst@outputspace \else \ifnum\lst@newlines=\z@ \lst@AppendSpecialSpace \else \ifnum\lst@length=\z@ \global\advance\lst@lostspace\lst@width \global\advance\lst@pos\m@ne \else \lst@AppendSpecialSpace \fi \fi \fi \lst@whitespacetrue} \def\lst@AppendSpecialSpace{% \lst@ifwhitespace \lst@PrintToken \global\advance\lst@lostspace\lst@width \global\advance\lst@pos\m@ne \else \lst@AppendOther\lst@outputspace \fi} \lst@Key{formfeed}{\bigbreak}{\def\lst@formfeed{#1}} \def\lst@ProcessFormFeed{% \lst@XPrintToken \ifnum\lst@newlines=\z@ \lst@EOLUpdate \lsthk@InitVarsBOL \fi \lst@formfeed \lst@whitespacetrue} \def\lst@Def#1{\lccode`\~=#1\lowercase{\def~}} \def\lst@Let#1{\lccode`\~=#1\lowercase{\let~}} \lst@AddToAtTop{\try@load@fontshape}{\def\space{ }} \def\lst@SelectStdCharTable{% \lst@Def{9}{\lst@ProcessTabulator}% \lst@Def{12}{\lst@ProcessFormFeed}% \lst@Def{32}{\lst@ProcessSpace}} \def\lst@CCPut#1#2{% \ifnum#2=\z@ \expandafter\@gobbletwo \else \lccode`\~=#2\lccode`\/=#2\lowercase{\lst@CCPut@~{#1/}}% \fi \lst@CCPut#1} \def\lst@CCPut@#1#2{\lst@lAddTo\lst@SelectStdCharTable{\def#1{#2}}} \lst@CCPut \lst@ProcessOther {"21}{"22}{"28}{"29}{"2B}{"2C}{"2E}{"2F} {"3A}{"3B}{"3D}{"3F}{"5B}{"5D} \z@ \lst@CCPut \lst@ProcessDigit {"30}{"31}{"32}{"33}{"34}{"35}{"36}{"37}{"38}{"39} \z@ \lst@CCPut \lst@ProcessLetter {"40}{"41}{"42}{"43}{"44}{"45}{"46}{"47} {"48}{"49}{"4A}{"4B}{"4C}{"4D}{"4E}{"4F} {"50}{"51}{"52}{"53}{"54}{"55}{"56}{"57} {"58}{"59}{"5A} {"61}{"62}{"63}{"64}{"65}{"66}{"67} {"68}{"69}{"6A}{"6B}{"6C}{"6D}{"6E}{"6F} {"70}{"71}{"72}{"73}{"74}{"75}{"76}{"77} {"78}{"79}{"7A} \z@ \def\lst@CCPutMacro#1#2#3{% \ifnum#2=\z@ \else \begingroup\lccode`\~=#2\relax \lccode`\/=#2\relax \lowercase{\endgroup\expandafter\lst@CCPutMacro@ \csname\@lst @um/\expandafter\endcsname \csname\@lst @um/@\endcsname /~}#1{#3}% \expandafter\lst@CCPutMacro \fi} \def\lst@CCPutMacro@#1#2#3#4#5#6{% \lst@lAddTo\lst@SelectStdCharTable{\def#4{#5#1}}% \def#1{\lst@UM#3}% \def#2{#6}} \def\lst@UM#1{\csname\@lst @um#1@\endcsname} \lst@CCPutMacro \lst@ProcessOther {"23}\# \lst@ProcessLetter{"24}\textdollar \lst@ProcessOther {"25}\% \lst@ProcessOther {"26}\& \lst@ProcessOther {"27}{\lst@ifupquote \textquotesingle \else \char39\relax \fi} \lst@ProcessOther {"2A}{\lst@ttfamily*\textasteriskcentered} \lst@ProcessOther {"2D}{\lst@ttfamily{-{}}{$-$}} \lst@ProcessOther {"3C}{\lst@ttfamily<\textless} \lst@ProcessOther {"3E}{\lst@ttfamily>\textgreater} \lst@ProcessOther {"5C}{\lst@ttfamily{\char92}\textbackslash} \lst@ProcessOther {"5E}\textasciicircum \lst@ProcessLetter{"5F}{\lst@ttfamily{\char95}\textunderscore} \lst@ProcessOther {"60}{\lst@ifupquote \textasciigrave \else \char96\relax \fi} \lst@ProcessOther {"7B}{\lst@ttfamily{\char123}\textbraceleft} \lst@ProcessOther {"7C}{\lst@ttfamily|\textbar} \lst@ProcessOther {"7D}{\lst@ttfamily{\char125}\textbraceright} \lst@ProcessOther {"7E}\textasciitilde \lst@ProcessOther {"7F}- \@empty\z@\@empty \def\lst@ttfamily#1#2{\ifx\f@family\ttdefault#1\relax\else#2\fi} \lst@AddToHook{Init}{\edef\ttdefault{\ttdefault}} \lst@Key{upquote}{false}[t]{\lstKV@SetIf{#1}\lst@ifupquote \lst@ifupquote \@ifundefined{textasciigrave}% {\let\KV@lst@upquote\@gobble \lstKV@SetIf f\lst@ifupquote \@gobble\fi \PackageError{Listings}{Option `upquote' requires `textcomp' package.\MessageBreak The option has been disabled}% {Add \string\usepackage{textcomp} to your preamble.}}% {}% \fi} \AtBeginDocument{% \@ifpackageloaded{upquote}{\RequirePackage{textcomp}% \lstset{upquote}}{}% \@ifpackageloaded{upquote2}{\lstset{upquote}}{}} \def\lst@activecharstrue{\let\lst@ifactivechars\iftrue} \def\lst@activecharsfalse{\let\lst@ifactivechars\iffalse} \lst@activecharstrue \def\lst@SelectCharTable{% \lst@SelectStdCharTable \lst@ifactivechars \catcode9\active \catcode12\active \catcode13\active \@tempcnta=32\relax \@whilenum\@tempcnta<128\do {\catcode\@tempcnta\active\advance\@tempcnta\@ne}% \fi \lst@ifec \lst@DefEC \fi \let\do\lst@do@noligs \verbatim@nolig@list \lsthk@SelectCharTable \lst@DeveloperSCT \ifx\lst@Backslash\relax\else \lst@LetSaveDef{"5C}\lsts@backslash\lst@Backslash \fi} \lst@Key{SelectCharTable}{}{\def\lst@DeveloperSCT{#1}} \lst@Key{MoreSelectCharTable}\relax{\lst@lAddTo\lst@DeveloperSCT{#1}} \lst@AddToHook{SetLanguage}{\let\lst@DeveloperSCT\@empty} \def\lst@do@noligs#1{% \begingroup \lccode`\~=`#1\lowercase{\endgroup \lst@do@noligs@~}} \def\lst@do@noligs@#1{% \expandafter\expandafter\expandafter\def \expandafter\expandafter\expandafter#1% \expandafter\expandafter\expandafter{\expandafter\lst@NoLig#1}} \def\lst@NoLig{\advance\lst@length\m@ne \lst@Append\lst@nolig} \def\lst@nolig{\lst@UM\@empty}% \@namedef{\@lst @um@}{\leavevmode\kern\z@} \def\lst@SaveOutputDef#1#2{% \begingroup \lccode`\~=#1\relax \lowercase{\endgroup \def\lst@temp##1\def~##2##3\relax}{% \global\expandafter\let\expandafter#2\@gobble##2\relax}% \expandafter\lst@temp\lst@SelectStdCharTable\relax} \lst@SaveOutputDef{"5C}\lstum@backslash \lst@Key{extendedchars}{false}[t]{\lstKV@SetIf{#1}\lst@ifec} \def\lst@DefEC{% \lst@CCECUse \lst@ProcessLetter ^^80^^81^^82^^83^^84^^85^^86^^87^^88^^89^^8a^^8b^^8c^^8d^^8e^^8f% ^^90^^91^^92^^93^^94^^95^^96^^97^^98^^99^^9a^^9b^^9c^^9d^^9e^^9f% ^^a0^^a1^^a2^^a3^^a4^^a5^^a6^^a7^^a8^^a9^^aa^^ab^^ac^^ad^^ae^^af% ^^b0^^b1^^b2^^b3^^b4^^b5^^b6^^b7^^b8^^b9^^ba^^bb^^bc^^bd^^be^^bf% ^^c0^^c1^^c2^^c3^^c4^^c5^^c6^^c7^^c8^^c9^^ca^^cb^^cc^^cd^^ce^^cf% ^^d0^^d1^^d2^^d3^^d4^^d5^^d6^^d7^^d8^^d9^^da^^db^^dc^^dd^^de^^df% ^^e0^^e1^^e2^^e3^^e4^^e5^^e6^^e7^^e8^^e9^^ea^^eb^^ec^^ed^^ee^^ef% ^^f0^^f1^^f2^^f3^^f4^^f5^^f6^^f7^^f8^^f9^^fa^^fb^^fc^^fd^^fe^^ff% ^^00} \def\lst@CCECUse#1#2{% \ifnum`#2=\z@ \expandafter\@gobbletwo \else \ifnum\catcode`#2=\active \lccode`\~=`#2\lccode`\/=`#2\lowercase{\lst@CCECUse@#1~/}% \else \lst@ifactivechars \catcode`#2=\active \fi \lccode`\~=`#2\lccode`\/=`#2\lowercase{\def~{#1/}}% \fi \fi \lst@CCECUse#1} \def\lst@CCECUse@#1#2#3{% \expandafter\def\csname\@lst @EC#3\endcsname{\lst@UM#3}% \expandafter\let\csname\@lst @um#3@\endcsname #2% \edef#2{\noexpand#1% \expandafter\noexpand\csname\@lst @EC#3\endcsname}} \lst@AddToHook{Init} {\let\lsts@nfss@catcodes\nfss@catcodes \let\nfss@catcodes\lst@nfss@catcodes} \def\lst@nfss@catcodes{% \lst@makeletter ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\relax \@makeother (\@makeother )\@makeother ,\@makeother :\@makeother &% \@makeother 0\@makeother 1\@makeother 2\@makeother 3\@makeother 4% \@makeother 5\@makeother 6\@makeother 7\@makeother 8\@makeother 9% \@makeother =\lsts@nfss@catcodes} \def\lst@makeletter#1{% \ifx\relax#1\else\catcode`#111\relax \expandafter\lst@makeletter\fi} \lst@AddToHook{Init} {\edef\lst@OrgOutput{\the\output}% \output{\global\setbox\lst@gtempboxa\box\@cclv \expandafter\egroup \lst@SaveToken \lst@InterruptModes \setbox\@cclv\box\lst@gtempboxa \bgroup\lst@OrgOutput\egroup \bgroup \aftergroup\pagegoal\aftergroup\vsize \aftergroup\lst@ReenterModes\aftergroup\lst@RestoreToken}} \lst@Key{alsoletter}\relax{% \lst@DoAlso{#1}\lst@alsoletter\lst@ProcessLetter} \lst@Key{alsodigit}\relax{% \lst@DoAlso{#1}\lst@alsodigit\lst@ProcessDigit} \lst@Key{alsoother}\relax{% \lst@DoAlso{#1}\lst@alsoother\lst@ProcessOther} \lst@AddToHook{SelectCharTable} {\lst@alsoother \lst@alsodigit \lst@alsoletter} \lst@AddToHookExe{SetLanguage}% init {\let\lst@alsoletter\@empty \let\lst@alsodigit\@empty \let\lst@alsoother\@empty} \def\lst@DoAlso#1#2#3{% \lst@DefOther\lst@arg{#1}\let#2\@empty \expandafter\lst@DoAlso@\expandafter#2\expandafter#3\lst@arg\relax} \def\lst@DoAlso@#1#2#3{% \ifx\relax#3\expandafter\@gobblethree \else \begingroup \lccode`\~=`#3\relax \lowercase{\endgroup \def\lst@temp##1\def~##2##3\relax{% \edef\lst@arg{\def\noexpand~{\noexpand#2\expandafter \noexpand\@gobble##2}}}}% \expandafter\lst@temp\lst@SelectStdCharTable\relax \lst@lExtend#1{\lst@arg}% \fi \lst@DoAlso@#1#2} \def\lst@SaveDef#1#2{% \begingroup \lccode`\~=#1\relax \lowercase{\endgroup\let#2~}} \def\lst@DefSaveDef#1#2{% \begingroup \lccode`\~=#1\relax \lowercase{\endgroup\let#2~\def~}} \def\lst@LetSaveDef#1#2{% \begingroup \lccode`\~=#1\relax \lowercase{\endgroup\let#2~\let~}} \def\lst@CDef#1{\lst@CDef@#1} \def\lst@CDef@#1#2#3#4{\lst@CDefIt#1{#2}{#3}{#4#2#3}#4} \def\lst@CDefX#1{\lst@CDefX@#1} \def\lst@CDefX@#1#2#3{\lst@CDefIt#1{#2}{#3}{}} \def\lst@CDefIt#1#2#3#4#5#6#7#8{% \ifx\@empty#2\@empty \def#1{#6\def\lst@next{#7#4#8}\lst@next}% \else \ifx\@empty#3\@empty \def#1##1{% #6% \ifx##1#2\def\lst@next{#7#4#8}\else \def\lst@next{#5##1}\fi \lst@next}% \else \def#1{% #6% \lst@IfNextCharsArg{#2#3}{#7#4#8}% {\expandafter#5\lst@eaten}}% \fi \fi} \def\lst@CArgX#1#2\relax{% \lst@DefActive\lst@arg{#1#2}% \expandafter\lst@CArg\lst@arg\relax} \def\lst@CArg#1#2\relax{% \lccode`\/=`#1\lowercase{\def\lst@temp{/}}% \lst@GetFreeMacro{lst@c\lst@temp}% \expandafter\lst@CArg@\lst@freemacro#1#2\@empty\@empty\relax} \def\lst@CArg@#1#2#3#4\@empty#5\relax#6{% \let#1#2% \ifx\@empty#3\@empty \def\lst@next{#6{#2{}{}}}% \else \def\lst@next{#6{#2#3{#4}}}% \fi \lst@next #1} \def\lst@CArgEmpty#1\@empty{#1} \lst@Key{excludedelims}\relax {\lsthk@ExcludeDelims \lst@NormedDef\lst@temp{#1}% \expandafter\lst@for\lst@temp\do {\expandafter\let\csname\@lst @ifex##1\endcsname\iftrue}} \def\lst@DelimPrint#1#2{% #1% \begingroup \lst@mode\lst@nomode \lst@modetrue #2\lst@XPrintToken \endgroup \lst@ResetToken \fi} \def\lst@DelimOpen#1#2#3#4#5#6\@empty{% \lst@TrackNewLines \lst@XPrintToken \lst@DelimPrint#1{#6}% \lst@EnterMode{#4}{\def\lst@currstyle#5}% \lst@DelimPrint{#1#2}{#6}% #3} \def\lst@DelimClose#1#2#3\@empty{% \lst@TrackNewLines \lst@XPrintToken \lst@DelimPrint{#1#2}{#3}% \lst@LeaveMode \lst@DelimPrint{#1}{#3}} \def\lst@BeginDelim{\lst@DelimOpen\iffalse\else{}} \def\lst@EndDelim{\lst@DelimClose\iffalse\else} \def\lst@BeginIDelim{\lst@DelimOpen\iffalse{}{}} \def\lst@EndIDelim{\lst@DelimClose\iffalse{}} \lst@AddToHook{SelectCharTable}{\lst@DefDelims} \lst@AddToHookExe{SetLanguage}{\let\lst@DefDelims\@empty} \def\lst@Delim#1{% \lst@false \let\lst@cumulative\@empty \let\lst@arg\@empty \@ifstar{\@ifstar{\lst@Delim@{#1}}% {\let\lst@cumulative\relax \lst@Delim@{#1}}}% {\lst@true\lst@Delim@{#1}}} \def\lst@Delim@#1[#2]{% \gdef\lst@delimtype{#2}% \@ifnextchar[\lst@Delim@sty {\lst@Delim@sty[#1]}} \def\lst@Delim@sty[#1]{% \def\lst@delimstyle{#1}% \ifx\@empty#1\@empty\else \lst@Delim@sty@ #1\@nil \fi \@ifnextchar[\lst@Delim@option \lst@Delim@delim} \def\lst@Delim@option[#1]{\def\lst@arg{[#1]}\lst@Delim@delim} \def\lst@Delim@sty@#1#2\@nil{% \if\relax\noexpand#1\else \edef\lst@delimstyle{\expandafter\noexpand \csname\@lst @\lst@delimstyle\endcsname}% \fi} \def\lst@Delim@delim#1\relax#2#3#4#5#6#7#8{% \ifx #4\@empty \lst@Delim@delall{#2}\fi \ifx\@empty#1\@empty \ifx #4\@nil \@ifundefined{\@lst @#2DM@\lst@delimtype}% {\lst@Delim@delall{#2@\lst@delimtype}}% {\lst@Delim@delall{#2DM@\lst@delimtype}}% \fi \else \expandafter\lst@Delim@args\expandafter {\lst@delimtype}{#1}{#5}#6{#7}{#8}#4% \let\lst@delim\@empty \expandafter\lst@IfOneOf\lst@delimtype\relax#3% {\@ifundefined{\@lst @#2DM@\lst@delimtype}% {\lst@lExtend\lst@delim{\csname\@lst @#2@\lst@delimtype \expandafter\endcsname\lst@arg}}% {\lst@lExtend\lst@delim{\expandafter\lst@UseDynamicMode \csname\@lst @#2DM@\lst@delimtype \expandafter\endcsname\lst@arg}}% \ifx #4\@nil \let\lst@temp\lst@DefDelims \let\lst@DefDelims\@empty \expandafter\lst@Delim@del\lst@temp\@empty\@nil\@nil\@nil \else \lst@lExtend\lst@DefDelims\lst@delim \fi}% {\PackageError{Listings}{Illegal type `\lst@delimtype'}% {#2 types are #3.}}% \fi} \def\lst@Delim@args#1#2#3#4#5#6#7{% \begingroup \lst@false \let\lst@next\lst@XConvert \@ifnextchar #4{\xdef\lst@delimtype{\expandafter\@gobble \lst@delimtype}% #5\lst@next#2\@nil \lst@lAddTo\lst@arg{\@empty#6}% \lst@GobbleNil}% {\lst@next#2\@nil \lst@lAddTo\lst@arg{\@empty#3}% \lst@GobbleNil}% #1\@nil \global\let\@gtempa\lst@arg \endgroup \let\lst@arg\@gtempa \ifx #7\@nil\else \expandafter\lst@Delim@args@\expandafter{\lst@delimstyle}% \fi} \def\lst@Delim@args@#1{% \lst@if \lst@lAddTo\lst@arg{{{#1}\lst@modetrue}}% \else \ifx\lst@cumulative\@empty \lst@lAddTo\lst@arg{{{}#1}}% \else \lst@lAddTo\lst@arg{{{#1}}}% \fi \fi} \def\lst@Delim@del#1\@empty#2#3#4{% \ifx #2\@nil\else \def\lst@temp{#1\@empty#2#3}% \ifx\lst@temp\lst@delim\else \lst@lAddTo\lst@DefDelims{#1\@empty#2#3{#4}}% \fi \expandafter\lst@Delim@del \fi} \def\lst@Delim@delall#1{% \begingroup \edef\lst@delim{\expandafter\string\csname\@lst @#1\endcsname}% \lst@false \global\let\@gtempa\@empty \expandafter\lst@Delim@delall@\lst@DefDelims\@empty \endgroup \let\lst@DefDelims\@gtempa} \def\lst@Delim@delall@#1{% \ifx #1\@empty\else \ifx #1\lst@UseDynamicMode \lst@true \let\lst@next\lst@Delim@delall@do \else \def\lst@next{\lst@Delim@delall@do#1}% \fi \expandafter\lst@next \fi} \def\lst@Delim@delall@do#1#2\@empty#3#4#5{% \expandafter\lst@IfSubstring\expandafter{\lst@delim}{\string#1}% {}% {\lst@if \lst@AddTo\@gtempa\lst@UseDynamicMode \fi \lst@AddTo\@gtempa{#1#2\@empty#3#4{#5}}}% \lst@false \lst@Delim@delall@} \gdef\lst@DefDelimB#1#2#3#4#5#6#7#8{% \lst@CDef{#1}#2% {#3}% {\let\lst@bnext\lst@CArgEmpty \lst@ifmode #4\else #5% \def\lst@bnext{#6{#7}{#8}}% \fi \lst@bnext}% \@empty} \gdef\lst@DefDelimE#1#2#3#4#5#6#7{% \lst@CDef{#1}#2% {#3}% {\let\lst@enext\lst@CArgEmpty \ifnum #7=\lst@mode% #4% \let\lst@enext#6% \else #5% \fi \lst@enext}% \@empty} \lst@AddToHook{Init}{\let\lst@bnext\relax \let\lst@enext\relax} \gdef\lst@DefDelimBE#1#2#3#4#5#6#7#8#9{% \lst@CDef{#1}#2% {#3}% {\let\lst@bnext\lst@CArgEmpty \ifnum #7=\lst@mode #4% \let\lst@bnext#9% \else \lst@ifmode\else #5% \def\lst@bnext{#6{#7}{#8}}% \fi \fi \lst@bnext}% \@empty} \gdef\lst@delimtypes{s,l} \gdef\lst@DelimKey#1#2{% \lst@Delim{}#2\relax {Delim}\lst@delimtypes #1% {\lst@BeginDelim\lst@EndDelim} i\@empty{\lst@BeginIDelim\lst@EndIDelim}} \lst@Key{delim}\relax{\lst@DelimKey\@empty{#1}} \lst@Key{moredelim}\relax{\lst@DelimKey\relax{#1}} \lst@Key{deletedelim}\relax{\lst@DelimKey\@nil{#1}} \gdef\lst@DelimDM@l#1#2\@empty#3#4#5{% \lst@CArg #2\relax\lst@DefDelimB{}{}{}#3{#1}{#5\lst@Lmodetrue}} \gdef\lst@DelimDM@s#1#2#3\@empty#4#5#6{% \lst@CArg #2\relax\lst@DefDelimB{}{}{}#4{#1}{#6}% \lst@CArg #3\relax\lst@DefDelimE{}{}{}#5{#1}} \def\lst@ReplaceInput#1{\lst@CArgX #1\relax\lst@CDefX{}{}} \lst@Key{literate}{}{\def\lst@literate{#1}} \lst@AddToHook{SelectCharTable} {\ifx\lst@literate\@empty\else \expandafter\lst@Literate\lst@literate{}\relax\z@ \fi} \def\lst@Literate#1#2#3{% \ifx\relax#2\@empty\else \lst@ReplaceInput{#1}% {\lst@XPrintToken \lst@letterfalse \lst@token{#2}\lst@length#3\relax \lst@XPrintToken}% \expandafter\lst@Literate \fi} \def\lst@BeginDropInput#1{% \lst@EnterMode{#1}% {\lst@modetrue \let\lst@ifdropinput\iftrue \let\lst@ProcessLetter\@gobble \let\lst@ProcessDigit\@gobble \let\lst@ProcessOther\@gobble \let\lst@ProcessSpace\@empty \let\lst@ProcessTabulator\@empty \let\lst@ProcessFormFeed\@empty}} \let\lst@ifdropinput\iffalse % init \lst@Key{basicstyle}\relax{\def\lst@basicstyle{#1}} \lst@Key{inputencoding}\relax{\def\lst@inputenc{#1}} \lst@AddToHook{Init} {\lst@basicstyle \ifx\lst@inputenc\@empty\else \@ifundefined{inputencoding}{}% {\inputencoding\lst@inputenc}% \fi} \lst@AddToHookExe{EmptyStyle} {\let\lst@basicstyle\@empty \let\lst@inputenc\@empty} \def\lst@parshape{\parshape\@ne \z@ \linewidth} \lst@AddToHookAtTop{EveryLine}{\lst@parshape} \lst@AddToHookAtTop{EndGroup}{\lst@parshape} \newcount\lst@lineno % \global \lst@AddToHook{InitVars}{\global\lst@lineno\@ne} \lst@Key{print}{true}[t]{\lstKV@SetIf{#1}\lst@ifprint} \lst@Key{firstline}\relax{\def\lst@firstline{#1\relax}} \lst@Key{lastline}\relax{\def\lst@lastline{#1\relax}} \lst@AddToHook{PreSet} {\let\lst@firstline\@ne \def\lst@lastline{9999999\relax}} \lst@Key{nolol}{false}[t]{\lstKV@SetIf{#1}\lst@ifnolol} \def\lst@nololtrue{\let\lst@ifnolol\iftrue} \let\lst@ifnolol\iffalse % init \lst@Key{captionpos}{t}{\def\lst@captionpos{#1}} \lst@Key{abovecaptionskip}\smallskipamount{\def\lst@abovecaption{#1}} \lst@Key{belowcaptionskip}\smallskipamount{\def\lst@belowcaption{#1}} \lst@Key{label}\relax{\def\lst@label{#1}} \lst@Key{title}\relax{\def\lst@title{#1}\let\lst@caption\relax} \lst@Key{caption}\relax{\lstKV@OptArg[{#1}]{#1}% {\def\lst@caption{##2}\def\lst@@caption{##1}}% \let\lst@title\@empty} \lst@AddToHookExe{TextStyle} {\let\lst@caption\@empty \let\lst@@caption\@empty \let\lst@title\@empty \let\lst@label\@empty} \@ifundefined{thechapter} {\newcounter{lstlisting} \renewcommand\thelstlisting{\@arabic\c@lstlisting}} {\newcounter{lstlisting}[chapter] \renewcommand\thelstlisting {\ifnum \c@chapter>\z@ \thechapter.\fi \@arabic\c@lstlisting}} \lst@UserCommand\lstlistingname{Listing} \@ifundefined{abovecaptionskip} {\newskip\abovecaptionskip \newskip\belowcaptionskip \long\def\@makecaption#1#2{% \vskip\abovecaptionskip \sbox\@tempboxa{#1: #2}% \ifdim \wd\@tempboxa >\hsize #1: #2\par \else \global \@minipagefalse \hb@xt@\hsize{\hfil\box\@tempboxa\hfil}% \fi \vskip\belowcaptionskip}% }{} \def\lst@MakeCaption#1{% \ifx #1t% \ifx\lst@@caption\@empty\expandafter\lst@HRefStepCounter \else \expandafter\refstepcounter \fi {lstlisting}% \ifx\lst@label\@empty\else \label{\lst@label}\fi \lst@ifnolol\else \ifx\lst@@caption\@empty \ifx\lst@caption\@empty \ifx\lst@intname\@empty \else \def\lst@temp{ }% \ifx\lst@intname\lst@temp \else \addcontentsline{lol}{lstlisting}\lst@name \fi\fi \fi \else \addcontentsline{lol}{lstlisting}% {\protect\numberline{\thelstlisting}\lst@@caption}% \fi \fi \fi \ifx\lst@caption\@empty\else \lst@IfSubstring #1\lst@captionpos {\begingroup \let\@@vskip\vskip \def\vskip{\afterassignment\lst@vskip \@tempskipa}% \def\lst@vskip{\nobreak\@@vskip\@tempskipa\nobreak}% \par\normalsize\normalfont \ifx #1t\allowbreak \fi \ifx\lst@title\@empty \expandafter\@makecaption \else \expandafter\lst@maketitle \fi {\noindent\lstlistingname \ifx\lst@@caption\@empty\else~\thelstlisting\fi}% \lst@caption \ifx #1b\allowbreak \fi \endgroup}{}% \fi} \def\lst@maketitle#1#2{\@makecaption\lst@title@dropdelim\lst@title} \def\lst@title@dropdelim#1{\ignorespaces} \AtBeginDocument{% \@ifundefined{caption@make}{}{% \def\lst@maketitle#1#2{% \begingroup \captionstyle{lsttitle}\@makecaption{}\lst@title \endgroup} \newcaptionstyle{lsttitle}{\caption@make{lsttitle}}% \def\caption@@@lsttitle{\captiontext\par}% }} \def\lst@HRefStepCounter#1{% \begingroup \c@lstlisting\lst@neglisting \advance\c@lstlisting\m@ne \xdef\lst@neglisting{\the\c@lstlisting}% \ifx\hyper@refstepcounter\@undefined\else \hyper@refstepcounter{#1}% \fi \endgroup} \gdef\lst@neglisting{\z@}% init \lst@Key{boxpos}{c}{\def\lst@boxpos{#1}} \def\lst@boxtrue{\let\lst@ifbox\iftrue} \let\lst@ifbox\iffalse \lst@Key{float}\relax[\lst@floatplacement]{% \def\lst@next{\@ifstar{\let\lst@beginfloat\@dblfloat \let\lst@endfloat\end@dblfloat \lst@KFloat}% {\let\lst@beginfloat\@float \let\lst@endfloat\end@float \lst@KFloat}} \edef\lst@float{#1}% \expandafter\lst@next\lst@float\relax} \def\lst@KFloat#1\relax{% \ifx\@empty#1\@empty \let\lst@float\lst@floatplacement \else \def\lst@float{#1}% \fi} \lst@Key{floatplacement}{tbp}{\def\lst@floatplacement{#1}} \lst@AddToHook{PreSet}{\let\lst@float\relax} \lst@AddToHook{TextStyle}{\let\lst@float\relax} \AtBeginDocument{% \@ifundefined{c@float@type}% {\edef\ftype@lstlisting{\ifx\c@figure\@undefined 1\else 4\fi}} {\edef\ftype@lstlisting{\the\c@float@type}% \addtocounter{float@type}{\value{float@type}}}% } \lst@Key{aboveskip}\medskipamount{\def\lst@aboveskip{#1}} \lst@Key{belowskip}\medskipamount{\def\lst@belowskip{#1}} \lst@AddToHook{TextStyle} {\let\lst@aboveskip\z@ \let\lst@belowskip\z@} \lst@Key{everydisplay}{}{\def\lst@EveryDisplay{#1}} \lst@AddToHook{TextStyle}{\let\lst@ifdisplaystyle\iffalse} \lst@AddToHook{DisplayStyle}{\let\lst@ifdisplaystyle\iftrue} \let\lst@ifdisplaystyle\iffalse \def\lst@Init#1{% \begingroup \ifx\lst@float\relax\else \edef\@tempa{\noexpand\lst@beginfloat{lstlisting}[\lst@float]}% \expandafter\@tempa \fi \ifhmode\ifinner \lst@boxtrue \fi\fi \lst@ifbox \lsthk@BoxUnsafe \hbox to\z@\bgroup $\if t\lst@boxpos \vtop \else \if b\lst@boxpos \vbox \else \vcenter \fi\fi \bgroup \par\noindent \else \lst@ifdisplaystyle \lst@EveryDisplay \par\penalty-50\relax \vspace\lst@aboveskip \fi \fi \normalbaselines \abovecaptionskip\lst@abovecaption\relax \belowcaptionskip\lst@belowcaption\relax \lst@MakeCaption t% \lsthk@PreInit \lsthk@Init \lst@ifdisplaystyle \global\let\lst@ltxlabel\@empty \if@inlabel \lst@ifresetmargins \leavevmode \else \xdef\lst@ltxlabel{\the\everypar}% \lst@AddTo\lst@ltxlabel{% \global\let\lst@ltxlabel\@empty \everypar{\lsthk@EveryLine\lsthk@EveryPar}}% \fi \fi \everypar\expandafter{\lst@ltxlabel \lsthk@EveryLine\lsthk@EveryPar}% \else \everypar{}\let\lst@NewLine\@empty \fi \lsthk@InitVars \lsthk@InitVarsBOL \lst@Let{13}\lst@MProcessListing \let\lst@Backslash#1% \lst@EnterMode{\lst@Pmode}{\lst@SelectCharTable}% \lst@InitFinalize} \let\lst@InitFinalize\@empty % init \lst@AddToHook{PreInit} {\rightskip\z@ \leftskip\z@ \parfillskip=\z@ plus 1fil \let\par\@@par} \lst@AddToHook{EveryLine}{}% init \lst@AddToHook{EveryPar}{}% init \lst@Key{showlines}f[t]{\lstKV@SetIf{#1}\lst@ifshowlines} \def\lst@DeInit{% \lst@XPrintToken \lst@EOLUpdate \global\advance\lst@newlines\m@ne \lst@ifshowlines \lst@DoNewLines \else \setbox\@tempboxa\vbox{\lst@DoNewLines}% \fi \lst@ifdisplaystyle \par\removelastskip \fi \lsthk@ExitVars\everypar{}\lsthk@DeInit\normalbaselines \lst@MakeCaption b% \lst@ifbox \egroup $\hss \egroup \vrule\@width\lst@maxwidth\@height\z@\@depth\z@ \else \lst@ifdisplaystyle \par\penalty-50\vspace\lst@belowskip \fi \fi \ifx\lst@float\relax\else \expandafter\lst@endfloat \fi \endgroup} \newdimen\lst@maxwidth % \global \lst@AddToHook{InitVars}{\global\lst@maxwidth\z@} \lst@AddToHook{InitVarsEOL} {\ifdim\lst@currlwidth>\lst@maxwidth \global\lst@maxwidth\lst@currlwidth \fi} \def\lst@EOLUpdate{\lsthk@EOL \lsthk@InitVarsEOL} \def\lst@MProcessListing{% \lst@XPrintToken \lst@EOLUpdate \lsthk@InitVarsBOL \global\advance\lst@lineno\@ne \ifnum \lst@lineno>\lst@lastline \expandafter\lst@EndProcessListing \else \expandafter\lst@BOLGobble \fi} \let\lst@EndProcessListing\endinput \lst@Key{gobble}{0}{\def\lst@gobble{#1}} \def\lst@BOLGobble{% \ifnum\lst@gobble>\z@ \@tempcnta\lst@gobble\relax \expandafter\lst@BOLGobble@ \fi} \def\lst@BOLGobble@@{% \ifnum\@tempcnta>\z@ \expandafter\lst@BOLGobble@ \fi} \def\lstenv@BOLGobble@@{% \lst@IfNextChars\lstenv@endstring{\lstenv@End}% {\advance\@tempcnta\m@ne \expandafter\lst@BOLGobble@@\lst@eaten}} \def\lst@BOLGobble@#1{% \let\lst@next#1% \ifx \lst@next\relax\else \ifx \lst@next\lst@MProcessListing\else \ifx \lst@next\lst@processformfeed\else \ifx \lst@next\lstenv@backslash \let\lst@next\lstenv@BOLGobble@@ \else \let\lst@next\lst@BOLGobble@@ \ifx #1\lst@processtabulator \advance\@tempcnta-\lst@tabsize\relax \ifnum\@tempcnta<\z@ \lst@length-\@tempcnta \lst@PreGotoTabStop \fi \else \advance\@tempcnta\m@ne \fi \fi \fi \fi \fi \lst@next} \def\lst@processformfeed{\lst@ProcessFormFeed} \def\lst@processtabulator{\lst@ProcessTabulator} \lst@Key{name}\relax{\def\lst@intname{#1}} \lst@AddToHookExe{PreSet}{\global\let\lst@intname\@empty} \lst@AddToHook{PreInit}{% \let\lst@arg\lst@intname \lst@ReplaceIn\lst@arg\lst@filenamerpl \global\let\lst@name\lst@arg \global\let\lstname\lst@name} \def\lst@filenamerpl{_\textunderscore $\textdollar -\textendash} \def\l@lstlisting#1#2{\@dottedtocline{1}{1.5em}{2.3em}{#1}{#2}} \lst@UserCommand\lstlistlistingname{Listings} \lst@UserCommand\lstlistoflistings{\bgroup \let\contentsname\lstlistlistingname \let\lst@temp\@starttoc \def\@starttoc##1{\lst@temp{lol}}% \tableofcontents \egroup} \newcommand\lstinline[1][]{% \leavevmode\bgroup % \hbox\bgroup --> \bgroup \def\lst@boxpos{b}% \lsthk@PreSet\lstset{flexiblecolumns,#1}% \lsthk@TextStyle \@ifnextchar\bgroup{\afterassignment\lst@InlineG \let\@let@token}% \lstinline@} \def\lstinline@#1{% \lst@Init\relax \lst@IfNextCharActive{\lst@InlineM#1}{\lst@InlineJ#1}} \lst@AddToHook{TextStyle}{}% init \lst@AddToHook{SelectCharTable}{\lst@inlinechars} \global\let\lst@inlinechars\@empty \def\lst@InlineM#1{\gdef\lst@inlinechars{% \lst@Def{`#1}{\lst@DeInit\egroup\global\let\lst@inlinechars\@empty}% \lst@Def{13}{\lst@DeInit\egroup \global\let\lst@inlinechars\@empty \PackageError{Listings}{lstinline ended by EOL}\@ehc}}% \lst@inlinechars} \def\lst@InlineJ#1{% \def\lst@temp##1#1{% \let\lst@arg\@empty \lst@InsideConvert{##1}\lst@arg \lst@DeInit\egroup}% \lst@temp} \def\lst@InlineG{% \lst@Init\relax \lst@IfNextCharActive{\lst@InlineM\}}% {\let\lst@arg\@empty \lst@InlineGJ}} \def\lst@InlineGJ{\futurelet\@let@token\lst@InlineGJTest} \def\lst@InlineGJTest{% \ifx\@let@token\egroup \afterassignment\lst@InlineGJEnd \expandafter\let\expandafter\@let@token \else \ifx\@let@token\@sptoken \let\lst@next\lst@InlineGJReadSp \else \let\lst@next\lst@InlineGJRead \fi \expandafter\lst@next \fi} \def\lst@InlineGJEnd{\lst@arg\lst@DeInit\egroup} \def\lst@InlineGJRead#1{% \lccode`\~=`#1\lowercase{\lst@lAddTo\lst@arg~}% \lst@InlineGJ} \def\lst@InlineGJReadSp#1{% \lccode`\~=`\ \lowercase{\lst@lAddTo\lst@arg~}% \lst@InlineGJ#1} \newcommand\lstinputlisting[2][]{% \def\lst@set{#1}% \IfFileExists{#2}% {\lst@InputListing{#2}}% {\filename@parse{#2}% \edef\reserved@a{\noexpand\lst@MissingFileError {\filename@area\filename@base}% {\ifx\filename@ext\relax tex\else\filename@ext\fi}}% \reserved@a}% \@doendpe \@newlistfalse \ignorespaces} \def\lst@MissingFileError#1#2{% \typeout{^^J! Package Listings Error: File `#1(.#2)' not found.^^J% ^^JType X to quit or to proceed,^^J% or enter new name. (Default extension: #2)^^J}% \message{Enter file name: }% {\endlinechar\m@ne \global\read\m@ne to\@gtempa}% \ifx\@gtempa\@empty \else \def\reserved@a{x}\ifx\reserved@a\@gtempa\batchmode\@@end\fi \def\reserved@a{X}\ifx\reserved@a\@gtempa\batchmode\@@end\fi \filename@parse\@gtempa \edef\filename@ext{% \ifx\filename@ext\relax#2\else\filename@ext\fi}% \edef\reserved@a{\noexpand\IfFileExists % {\filename@area\filename@base.\filename@ext}% {\noexpand\lst@InputListing % {\filename@area\filename@base.\filename@ext}}% {\noexpand\lst@MissingFileError {\filename@area\filename@base}{\filename@ext}}}% \expandafter\reserved@a % \fi} \let\lst@ifdraft\iffalse \DeclareOption{draft}{\let\lst@ifdraft\iftrue} \DeclareOption{final}{\let\lst@ifdraft\iffalse} \lst@AddToHook{PreSet} {\lst@ifdraft \let\lst@ifprint\iffalse \@gobbletwo\fi\fi \fi} \def\lst@InputListing#1{% \begingroup \lsthk@PreSet \gdef\lst@intname{#1}% \expandafter\lstset\expandafter{\lst@set}% \lsthk@DisplayStyle \catcode\active=\active \lst@Init\relax \let\lst@gobble\z@ \lst@SkipToFirst \lst@ifprint \def\lst@next{\input{#1}}% \else \let\lst@next\@empty \fi \lst@next \lst@DeInit \endgroup} \def\lst@SkipToFirst{% \ifnum \lst@lineno<\lst@firstline \lst@BeginDropInput\lst@Pmode \lst@Let{13}\lst@MSkipToFirst \lst@Let{10}\lst@MSkipToFirst \else \expandafter\lst@BOLGobble \fi} \def\lst@MSkipToFirst{% \global\advance\lst@lineno\@ne \ifnum \lst@lineno=\lst@firstline \lst@LeaveMode \global\lst@newlines\z@ \lsthk@InitVarsBOL \expandafter\lst@BOLGobble \fi} \def\lstenv@DroppedWarning{% \ifx\lst@dropped\@undefined\else \PackageWarning{Listings}{Text dropped after begin of listing}% \fi} \let\lst@dropped\@undefined % init \begingroup \lccode`\~=`\^^M\lowercase{% \gdef\lstenv@Process#1{% \ifx~#1% \lstenv@DroppedWarning \let\lst@next\lst@SkipToFirst \else\ifx^^J#1% \lstenv@DroppedWarning \let\lst@next\lstenv@ProcessJ \else \let\lst@dropped#1\let\lst@next\lstenv@Process \fi \fi \lst@next} }\endgroup \def\lstenv@ProcessJ{% \let\lst@arg\@empty \ifx\@currenvir\lstenv@name \expandafter\lstenv@ProcessJEnv \else \expandafter\def\expandafter\lst@temp\expandafter##1% \csname end\lstenv@name\endcsname {\lst@InsideConvert{##1}\lstenv@ProcessJ@}% \expandafter\lst@temp \fi} \begingroup \lccode`\~=`\\\lowercase{% \gdef\lstenv@ProcessJ@{% \lst@lExtend\lst@arg {\expandafter\ \expandafter~\lstenv@endstring}% \catcode10=\active \lst@Let{10}\lst@MProcessListing \lst@SkipToFirst \lst@arg} }\endgroup \def\lstenv@ProcessJEnv#1\end#2{\def\lst@temp{#2}% \ifx\lstenv@name\lst@temp \lst@InsideConvert{#1}% \expandafter\lstenv@ProcessJ@ \else \lst@InsideConvert{#1\\end\{#2\}}% \expandafter\lstenv@ProcessJEnv \fi} \def\lstenv@backslash{% \lst@IfNextChars\lstenv@endstring {\lstenv@End}% {\expandafter\lsts@backslash \lst@eaten}}% \def\lstenv@End{% \ifx\@currenvir\lstenv@name \edef\lst@next{\noexpand\end{\lstenv@name}}% \else \def\lst@next{\csname end\lstenv@name\endcsname}% \fi \lst@next} \lst@UserCommand\lstnewenvironment#1#2#{% \@ifundefined{#1}% {\let\lst@arg\@empty \lst@XConvert{#1}\@nil \expandafter\lstnewenvironment@\lst@arg{#1}{#2}}% {\PackageError{Listings}{Environment `#1' already defined}\@eha \@gobbletwo}} \def\@tempa#1#2#3{% \gdef\lstnewenvironment@##1##2##3##4##5{% \begingroup \global\@namedef{end##2}{\lstenv@Error{##2}}% \global\@namedef{##2}{\def\lstenv@name{##2}% \begingroup \catcode\active=\active \csname##2@\endcsname}% \let\l@ngrel@x\global \let\@xargdef\lstenv@xargdef \expandafter\new@command\csname##2@\endcsname##3% {\lsthk@PreSet ##4% \ifx\@currenvir\lstenv@name \def\lstenv@endstring{#1#2##1#3}% \else \def\lstenv@endstring{#1##1}% \fi \@namedef{end##2}{\lst@DeInit ##5\endgroup \@doendpe \@ignoretrue}% \lsthk@DisplayStyle \let\lst@EndProcessListing\lstenv@SkipToEnd \lst@Init\lstenv@backslash \lst@ifprint \expandafter\expandafter\expandafter\lstenv@Process \else \expandafter\lstenv@SkipToEnd \fi \lst@insertargs}% \endgroup}% } \let\lst@arg\@empty \lst@XConvert{end}\{\}\@nil \expandafter\@tempa\lst@arg \let\lst@insertargs\@empty \def\lstenv@xargdef#1{ \expandafter\lstenv@xargdef@\csname\string#1\endcsname#1} \def\lstenv@xargdef@#1#2[#3][#4]#5{% \@ifdefinable#2{% \gdef#2{% \ifx\protect\@typeset@protect \expandafter\lstenv@testopt \else \@x@protect#2% \fi #1% {#4}}% \@yargdef #1% \tw@ {#3}% {#5}}} \long\def\lstenv@testopt#1#2{% \@ifnextchar[{\catcode\active5\relax \lstenv@testopt@#1}% {#1[{#2}]}} \def\lstenv@testopt@#1[#2]{% \catcode\active\active #1[#2]} \begingroup \lccode`\~=`\\\lowercase{% \gdef\lstenv@SkipToEnd{% \long\expandafter\def\expandafter\lst@temp\expandafter##\expandafter 1\expandafter~\lstenv@endstring{\lstenv@End}% \lst@temp} }\endgroup \def\lstenv@Error#1{\PackageError{Listings}{Extra \string\end#1}% {I'm ignoring this, since I wasn't doing a \csname#1\endcsname.}} \begingroup \lccode`\~=`\^^M\lowercase{% \gdef\lst@TestEOLChar#1{% \def\lst@insertargs{#1}% \ifx ~#1\@empty \else \ifx^^J#1\@empty \else \global\let\lst@intname\lst@insertargs \let\lst@insertargs\@empty \fi \fi} }\endgroup \lstnewenvironment{lstlisting}[2][] {\lst@TestEOLChar{#2}% \lstset{#1}% \csname\@lst @SetFirstNumber\endcsname} {\csname\@lst @SaveFirstNumber\endcsname} \lst@Key{fancyvrb}\relax[t]{% \lstKV@SetIf{#1}\lst@iffancyvrb \lstFV@fancyvrb} \ifx\lstFV@fancyvrb\@undefined \gdef\lstFV@fancyvrb{\lst@RequireAspects{fancyvrb}\lstFV@fancyvrb} \fi \@ifundefined{ocp}{} {\lst@AddToHook{OutputBox}% {\let\lst@ProcessLetter\@firstofone \let\lst@ProcessDigit\@firstofone \let\lst@ProcessOther\@firstofone}} \DeclareOption*{\expandafter\lst@ProcessOption\CurrentOption\relax} \def\lst@ProcessOption#1#2\relax{% \ifx #1!% \lst@DeleteKeysIn\lst@loadaspects{#2}% \else \lst@lAddTo\lst@loadaspects{,#1#2}% \fi} \@ifundefined{lst@loadaspects} {\def\lst@loadaspects{strings,comments,escape,style,language,% keywords,labels,lineshape,frames,emph,index}% }{} \InputIfFileExists{lstpatch.sty}{}{} \let\lst@ifsavemem\iffalse \DeclareOption{savemem}{\let\lst@ifsavemem\iftrue} \DeclareOption{noaspects}{\let\lst@loadaspects\@empty} \ProcessOptions \lst@RequireAspects\lst@loadaspects \let\lst@loadaspects\@empty \lst@UseHook{SetStyle}\lst@UseHook{EmptyStyle} \lst@UseHook{SetLanguage}\lst@UseHook{EmptyLanguage} \InputIfFileExists{listings.cfg}{}{} \InputIfFileExists{lstlocal.cfg}{}{} \endinput %% %% End of file `listings.sty'. xmds-doc-0~svn.1884/latex/extraFeatures.tex0000644000175000017500000013540610747527153020234 0ustar rafaelrafael% $Id: extraFeatures.tex 1699 2008-01-29 04:41:15Z gmcmanus $ % Copyright (C) 2000-2007 % % Code contributed by Greg Collecutt, Joseph Hope and the xmds-devel team % % This file is part of xmds. % % This program is free software; you can redistribute it and/or % modify it under the terms of the GNU General Public License % as published by the Free Software Foundation; either version 2 % of the License, or (at your option) any later version. % % This program is distributed in the hope that it will be useful, % but WITHOUT ANY WARRANTY; without even the implied warranty of % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License % along with this program; if not, write to the Free Software % Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. \chapter{Extra and advanced features} \label{chap:extraAndAdvancedFeatures} \section{Error checking} The error checking feature of \xmds is enabled by default and is controlled by using the \xmdsTag{error\_check} tag. This is a boolean tag, and expects either a \ttt{yes} or \ttt{no} entry. In the context of \xmds, error checking means to run the simulation twice: once through at the full step defined in the simulation script (via the \xmdsTag{lattice} and \xmdsTag{interval} assignments); and then again at half of the full step size. The maximum difference between the field values in each moment group is reported, and gives an indication of the discretisation error in the simulation. If one of the adaptive algorithms is chosen, error checking means that the simulation is run a second time with one 16th of the specified tolerance. For instance, setting \xmdsTag{error\_check} to \ttt{yes} in the \ttt{atomlaser} simulation (this is an example code in the \ttt{examples} directory of the \xmds distribution) we get the following output: \begin{alltt} Making forward plan Making backward plan Beginning full step integration ... Sampled field (for moment group #1) at t = 0.000000e+00 Sampled field (for moment group #1) at t = 2.500000e-09 Sampled field (for moment group #1) at t = 5.000000e-09 Sampled field (for moment group #1) at t = 7.500000e-09 Sampled field (for moment group #1) at t = 1.000000e-08 Beginning half step integration ... Sampled field (for moment group #1) at t = 0.000000e+00 Sampled field (for moment group #1) at t = 2.500000e-09 Sampled field (for moment group #1) at t = 5.000000e-09 Sampled field (for moment group #1) at t = 7.500000e-09 Sampled field (for moment group #1) at t = 1.000000e-08 maximum step error in moment group 1 was 4.408207e-11 \end{alltt} The error reported here is of the order of $10^{-11}$ and therefore we can be confident that discretisation error is not a significant problem in the simulation output. Once you are sure that your simulation is behaving nicely, you can then turn off error checking by setting \xmdsTag{error\_check} to \ttt{no} thereby speeding up the simulation. This is especially important for those whose simulations are going to take a \emph{long} time to run. So, test your simulation to make sure that the error is low for a short simulation run, and then for the main run turn error checking off. \section{MPI: automatic parallelisation of simulations} One of the most powerful features of \xmds is its ability to automatically parallelise simulations. We go through an extended discussion of this with specific focus on stochastic simulations in \Chap{chap:stochasticSimsAndMPI}, but it is of worth mention here as well. Not only can \xmds parallelise stochastic simulations by running each stochastic path on a separate computer, but it is also able to parallelise the computation of deterministic problems as well. It does this with the help of a package known as MPI, which stands for the Message Passing Interface, and is a means to organise the communication and computation associated with parallel simulations. To parallelise your simulation, all you have to do is add \emph{one line of code!} Honestly. We're not joking. To turn this feature on in your code you need to add the line: \begin{xmdsCode} yes \end{xmdsCode} and that's it. What \xmds will do when running your simulation is split up the computation of the field and pass these parts of the overall computation to different computers, where it is solved faster than possible by doing so on a single machine. One good reason for splitting a simulation like this up and processing each part of the field on different processors is because for some very large simulations the memory requirements are too large, and therefore won't fit on one computer: using MPI is the only way to solve the problem. There is one major caveat here however: \emph{ONLY} use MPI for deterministic problems on a supercomputer, or a cluster setup where there is very small network latency (it doesn't take long for computers to talk to one another). This is very important, because the Fourier transforms require a lot of communication, and if the network between nodes of the cluster is slow then this will reduce the speed of the computation significantly, probably making it faster to run on a single cpu. Nevertheless, if you do have access to powerful computing facilities, then by all means, use this feature. For stochastic problems, there is a second option you may wish to use, which changes the way the different paths are allocated between processors. This can be altered by using the \xmdsTag{MPI\_Method} tag, which can take the values "Scheduling" or "Uniform". \section{Benchmarking} To get an idea as to how long your code is going to run when you scale the various simulation parameters up for a long simulation, or just to see how long the main body of code takes, you can use the \xmdsTag{benchmark} tag. This tag is a boolean which by default is \ttt{no}, but when set to \ttt{yes} it tells \xmds to insert timing code around the main code block, excluding the fftw plan creation and deletion steps (this is because these steps are not in general indicative of how long the simulation will run, especially when scaled up to long simulation times). To use this feature just put the code \begin{xmdsCode} yes \end{xmdsCode} into your simulation script in the global simulation and functionality section, namely before the \xmdsTag{globals} tag. The simulation will then report at the end of its run how long it took. An example of this is (again, using the \ttt{atomlaser} simulation): \begin{alltt} Making forward plan Making backward plan Beginning full step integration ... Sampled field (for moment group #1) at t = 0.000000e+00 Sampled field (for moment group #1) at t = 2.500000e-09 Sampled field (for moment group #1) at t = 5.000000e-09 Sampled field (for moment group #1) at t = 7.500000e-09 Sampled field (for moment group #1) at t = 1.000000e-08 Beginning half step integration ... Sampled field (for moment group #1) at t = 0.000000e+00 Sampled field (for moment group #1) at t = 2.500000e-09 Sampled field (for moment group #1) at t = 5.000000e-09 Sampled field (for moment group #1) at t = 7.500000e-09 Sampled field (for moment group #1) at t = 1.000000e-08 maximum step error in moment group 1 was 4.408207e-11 Time elapsed for simulation is: 10 seconds \end{alltt} where the simulation has taken (approximately) 10 seconds to complete. \section{Wisdom} The \xmdsTag{use\_wisdom} tag is the way to enable FFTW's wisdom feature. This tag expects a boolean argument, and by default is set to \ttt{no}. However, when set to \ttt{yes} you can expect an immense increase in the startup speed of your simulations. Wisdom is the name fftw gives to stored information about their Fourier transform plans. What fftw does before it decides to use a particular method for calculating the Fourier transform is to run some calculations beforehand to see which of the methods is the fastest (this can be related to your system's architecture, the size of the problem, etc.) and then it can optionally store this information so that fftw doesn't have to go through all of the hard work again, and therefore make use of the stored ``wisdom'' about the problem at hand. Enabling wisdom means that subsequent runs of the simulation will start up and run (overall) much faster. \xmds requires a place to save this accumulated wisdom so that it can be reloaded in subsequent simulation runs. The way \xmds does this is to save the widsom in a file called \ttt{.wisdom}, where \ttt{} is the name of the computer you are running the simulation on. Note that for simulations using MPI, that the \ttt{.wisdom} filename uses the format \ttt{.wisdom} where the \ttt{} is the MPI process rank number, and stops name conflicts when doing parallel simulations. There are two places that \xmds can store \ttt{.wisdom} files: in the user's \ttt{\~{}/.xmds/wisdom} directory; or in the directory local to the simulation. The former is used if the \ttt{\~{}/.xmds/wisdom} directory exists, and the latter is used if not. Running the \ttt{atomlaser} simulation with wisdom turned on, we get the following output (for the first run): \begin{alltt} Performing fftw calculations Making forward plan Making backward plan Keeping accumulated wisdom Finished fftw calculations Beginning full step integration ... Sampled field (for moment group #1) at t = 0.000000e+00 Sampled field (for moment group #1) at t = 2.500000e-09 Sampled field (for moment group #1) at t = 5.000000e-09 Sampled field (for moment group #1) at t = 7.500000e-09 Sampled field (for moment group #1) at t = 1.000000e-08 Beginning half step integration ... Sampled field (for moment group #1) at t = 0.000000e+00 Sampled field (for moment group #1) at t = 2.500000e-09 Sampled field (for moment group #1) at t = 5.000000e-09 Sampled field (for moment group #1) at t = 7.500000e-09 Sampled field (for moment group #1) at t = 1.000000e-08 maximum step error in moment group 1 was 3.802825e-11 Time elapsed for simulation is: 11 seconds \end{alltt} and then for the second run: \begin{alltt} Performing fftw calculations Standing upon the shoulders of giants... (Importing wisdom) Making forward plan Making backward plan Keeping accumulated wisdom Finished fftw calculations Beginning full step integration ... Sampled field (for moment group #1) at t = 0.000000e+00 Sampled field (for moment group #1) at t = 2.500000e-09 Sampled field (for moment group #1) at t = 5.000000e-09 Sampled field (for moment group #1) at t = 7.500000e-09 Sampled field (for moment group #1) at t = 1.000000e-08 Beginning half step integration ... Sampled field (for moment group #1) at t = 0.000000e+00 Sampled field (for moment group #1) at t = 2.500000e-09 Sampled field (for moment group #1) at t = 5.000000e-09 Sampled field (for moment group #1) at t = 7.500000e-09 Sampled field (for moment group #1) at t = 1.000000e-08 maximum step error in moment group 1 was 3.802825e-11 Time elapsed for simulation is: 10 seconds \end{alltt} You will note, if you have run the \ttt{atomlaser} simulation both with and without wisdom how quickly the simulation starts once some fftw wisdom is used. Also, the simulation tells you that it is using previously generated wisdom, and that it is saving it for future use. \section{Binary output} When performing big simulations, i.e.~over many dimensions or when propagating for a large distance over the propagation dimension, one is going to produce \emph{very} large output files. This can be a problem, and the problem will be exacerbated by the fact that by default, \xmds outputs data in ascii format, with a lot of redundancy. As a way to reduce the size of the output, \xmds since \ttt{xmds-1.2} has had the ability to generate binary output files, which are inherently smaller (and can have better precision) than ascii data files, but also deals away with the redundancy introduced in the way that the ascii data is stored. In \ttt{xmds-1.2} binary output was controlled by the \xmdsTag{binary\_output} and \xmdsTag{use\_double} tags. This syntax is deprecated as of \ttt{xmds-1.3} in favour of passing attributes to the \xmdsTag{output} element, and this is the syntax we'll be discussing here. Users who are still using \ttt{xmds-1.2} are advised either to upgrade to a more recent version of \xmds to make use of the better syntax. If you still wish to use \ttt{xmds-1.2}, then the syntax for using binary output is described in \Chap{chap:languageRef}. \subsection{The \ttt{format} attribute} As mentioned above, the output format of an \xmds simulation is now controlled by the \ttt{format} attribute of the \xmdsTag{output} element. The syntax is as follows: \begin{xmdsCode} \end{xmdsCode} where by saying \ttt{"ascii"|"binary"} we mean that the format option is either the string \ttt{"ascii"} or \ttt{"binary"} (the double quotes are necessary) and that the default option is \ttt{"ascii"}. For those who have used \xmds in the past, you may remember that all of the data is output into the \ttt{.xsil} file. Binary output doesn't stop the generation of the \ttt{.xsil} file, but merely uses a feature of the XSIL format that enables binary files to be pointed to by the \ttt{.xsil} file. Therefore, all of the important parameters of the simulation are still saved to the \ttt{.xsil} file, just the data is now saved to another file (or files if you have more than one moment group) containing just a binary string of data. So, when using binary output the following files will be produced: a \ttt{.xsil} file containing simulation parameters and pointing to the output data (by default, this will be called \ttt{.xsil}); and a binary data file for each moment group, being called in general \ttt{mg.dat}. Running the \ttt{atomlaser} simulation with the \ttt{format} set to \ttt{"ascii"} we get an output \ttt{.xsil} file of size 808~kB. Now, if we run the \ttt{atomlaser} simulation again, except with the \xmdsTag{output} tag set to \begin{xmdsCode} \end{xmdsCode} then we get a \ttt{.xsil} file of size 4~kB, and a \ttt{.dat} file called \ttt{atomlasermg0.dat} of size 336~kB, giving a total of 340~kB which is 42\% smaller than with just ascii output. Bigger savings can be expected with longer simulations and/or simulations using more dimensions. \subsection{The \ttt{precision} attribute} The default binary output is at double precision. This is not always necessary for output of data, especially if the data is to be displayed graphically and then interpreted further there; the extra precision is not necessarily worthwhile. Therefore, there is also the \ttt{precision} attribute available in the \xmdsTag{output} element, with which one can set the output precision to either single or double precision. The syntax for this is as follows: \begin{xmdsCode} \end{xmdsCode} where \ttt{"double"|"single"} means the options are either \ttt{"double"} or \ttt{"single"} with \ttt{"double"} being the default option. Notice that the \ttt{format} attribute is also set to \ttt{"binary"} this is to emphasise that it is pointless specifying the \ttt{precision} without the \ttt{format} since the \ttt{precision} attribute is meaningless for ascii output. Using this option, and rerunning the \ttt{atomlaser} simulation we find that the file size of \ttt{atomlasermg0.dat} is 168~kB and \ttt{atomlaser.xsil} is 4~kB, which overall is 21\% of the size of the original ascii output. \section{Initialisation of field vectors from file} In \Chap{chap:tutFromScratch}, \Sec{sec:theFieldElement} we initialised the field inside the \xmdsTag{vector} element by using C/C++ code. It is also possible to already have these vectors calculated and stored in a file, which \xmds can then load and use to initialise the field. This feature can be useful if the calculation of the vectors is particularly difficult and you don't wish for \xmds to have to calculate them, or you may have already generated the data from another program and so going through the hassle of getting \xmds to recalculate the data is a waste of time. Anyway, it can be handy to do on some occasions and so \xmds provides a means for you to do this via the \xmdsTag{filename} tag within the \xmdsTag{vector} element within the \xmdsTag{field} element. The syntax for this is: \begin{xmdsCode} \end{xmdsCode} where \ttt{"ascii"} is the default option when the \ttt{format} attribute is not specified. As of \ttt{xmds-1.3}, \xmds has the ability to load binary as well as ascii data. Which \xmds should expect is given by the \ttt{format} attribute of the \xmdsTag{filename} tag within the \xmdsTag{vector} element. Using binary input, however, doesn't significantly change how the data should be organised prior to loading into an \xmds simulation. If MPI is enabled \xmds will only load into memory the appropriate part of the input file, irrespective of the file format. \subsection{Intialisation from an XSIL file} \label{subsec:InitialisationFromXSILFile} \index{XSIL} As of \ttt{xmds-1.5-3}, \xmds can initialise a vector from a moment group of an XSIL file produced by a \xmdsTag{breakpoint} tag (see \Sec{sec:Breakpoints}) or an \xmdsTag{output} tag in \xmds. If you are generating the XSIL file from an \xmdsTag{output} tag, then the output moment group must meet a certain format for \xmds to be able to understand how to load the file correctly. If the file is generated from an \xmdsTag{breakpoint} tag, then this is taken care of for you if the variables have the same names in the two simulations. For XSIL files generated from output moment groups, the format of the XSIL file must be \ttt{"binary"} (not \ttt{"ascii"}). Also, the moment group number of the XSIL file that will be used for initialisation must be specified with the \ttt{moment\_group} attribute of the \xmdsTag{filename} tag if there is more than one moment group in the XSIL file, if there is only one moment group in the XSIL file (as is the case for XSIL files generated from a \xmdsTag{breakpoint} tag), then this attribute can be omitted. If the vector is of type \ttt{double}, then the variables of the vector are initialised from the output moment group variables of the same name but suffixed with an `R'. If the vector is of type \ttt{complex}, then the real and imaginary components of each variable are initialised by the values of the output moment group variables of the same name but with a suffix of `R' for the real component and `I' for the imaginary component. For example, the complex variables \ttt{x} and \ttt{y} would be initialised by the output moment group variables \ttt{xR}, \ttt{xI}, \ttt{yR} and \ttt{yI}, and you would use the following code in your \xmdsTag{output} tag to create these variables: \begin{xmdsCode} xR xI yR yI \end{xmdsCode} Not every variable in a vector need be present in the moment group of the XSIL file, as any variable that is not present is automatically initialised to zero, or by a \text{CDATA} section, as in \Chap{chap:tutFromScratch}, \Sec{sec:theFieldElement}. Although \xmds will continue initialisation even if it cannot find all the variables in a vector in the XSIL file (it will not continue if it cannot find any variables), it will print a warning about any variables that it cannot find in the XSIL file. Note that the sequence of initialisation steps for each element in a vector is to first initialise the element to zero, then to use any code in the \text{CDATA} section if present, and finally to initialise from the XSIL file if the variable is present in the moment group. Hence, initialisation from the XSIL file will override any initialisation in the \text{CDATA} section. The dimensions of a vector can be initialised in any combination of $x$-space and $k$-space by using the \xmdsTag{fourier\_space} tag in the same way as it is used for initialisation from C/C++ code, however the default is that each dimension is initialised in $x$-space. There are some restrictions on the geometry of the moment group in the XSIL file, however these conditions depend on whether the geometry matching mode (specified by the attribute \ttt{geometry\_matching\_mode} of the \xmdsTag{filename} tag) is set to \ttt{"strict"} mode or \ttt{"loose"} mode. In \ttt{"strict"} mode, the following conditions apply: \begin{enumerate} \item The moment group must have the same number of dimensions as the field. In other words, the moment group can only have been sampled once, as sampling a moment group a number of times introduces an extra dimension, the propagation dimension. \item The moment group's dimensions must have the same name and be in the same order as those of the field. \item If a dimension is specified as being in $x$-space ($k$-space) in the moment group, then it must be initialised in $x$-space ($k$-space). This can be done using the \xmdsTag{fourier\_space} tag. \item Each dimension of the initialisation moment group must have the same number of points as the corresponding dimension of the field, and the start and end coordinates must be the same as those for the initialisation moment group. \end{enumerate} In other words, in \ttt{"strict"} mode, the geometry of the initialisation moment group must be the same (to within some small variation) as that of the field. Note that XSIL files generated by a \xmdsTag{breakpoint} tag automatically satisfy conditions 1 and 2 if the dimensions of the two simulations are the same, and in the same order. In the \ttt{"loose"} geometry matching mode, the last condition is relaxed to: \begin{enumerate} \setcounter{enumi}{3} \item The step size in each dimension in the initialisation moment group must be the same as the step size in the corresponding dimension of the field. \item Some of the moment group grid points must overlap (i.e.\ a vector with points at positions $x = 0, 2, 4, 6, 8$ cannot be initialised from a moment group with points at positions $x=1, 3, 5, 7, 9$.) Note that points that aren't initialised by the moment group are set to zero, or can be initialised by the \ttt{CDATA} element if set. \end{enumerate} The advantage of \ttt{"loose"} mode is that it allows one to break up a simulation into parts where each part requires a slightly different grid. For example, in the diffusion example in \Chap{chap:tutFromScratch}, \Sec{sec:moreComplexSimulation}, the restriction was made that the simulation is not evolved for long enough such that the field becomes non-zero at the edge of the grid. With \ttt{"loose"} mode, after running the simulation for some time on a small grid, if the state of the field is sampled at the end of the simulation, the simulation can be continued on a larger grid (though still keeping the same step size in that dimension, and ensuring that the grid points do overlap). Also, if one wishes to increase (or reduce) the number of points in a given dimension, and keep the width constant, initialise the state of the field with that dimension in $k$-space, as in this case, the requirement that the step size in the $k$-space dimension be the same is equivalent to the requirement that the width of that dimension in $x$-space remain the same. Hence, the number of points in $x$-space in that dimension can be increased (or reduced). Note that a binary XSIL file produced on any architecture \emph{can} be used on any other architecture (byte swapping is automatically done if the endianness of the machine running the simulation is different to the endianness of the XSIL file), and XSIL files with the output in single-precision can also be used. In summary, the syntax for initialisation of a vector from an XSIL file is: \begin{xmdsCode} \end{xmdsCode} where \ttt{"strict"} mode is the default geometry matching mode. \subsection{Input data layout for ASCII and binary formats} We now know the syntax of how to tell \xmds that we want to input data from file, we just now need to organise the data that we are going to input into the layout that \xmds expects to see it. Let's see how this works by considering a simple example. Imagine we have three input vectors that we want to initialise with double precision data: \ttt{x}, \ttt{y} and \ttt{z}. Their values are: \begin{alltt} x = [ -2.0 -1.0 0.0 1.0 2.0 ] y = [ -5e-2 1e-3 -1e-5 2e-4 -7e-2 ] z = [ 10 20 30 50 1e3 ] \end{alltt} We can see that they are all 5 elements long (this will equal the \xmdsTag{lattice} assignment), and that they can contain numbers formatted in exponential notation. We'll save this data into a file called \ttt{input.dat}. \xmds expects this data to be ordered in a particular way, which is related to the way the data is stored internally. This order is an interlacing of the elements of each vector, such that the first element of the first vector (in this case \ttt{x}) is expected as the first entry in the input file, then the first element of the second vector (in this case \ttt{y}) then the first element of the third vector (\ttt{z} here), and then the second element of the first vector and so on. One way of describing this is in terms of C/C++ code. The data is expected in this format: \begin{alltt} x[0] y[0] z[0] x[1] y[1] z[1] \end{alltt} and so on until the end of the data. Another way of describing this is in terms of the actual data, and so here is how the file \ttt{input.dat} will look: \begin{alltt} -2.0 -5e-2 10 -1.0 1e-3 20 0.0 -1e-5 30 1.0 2e-4 50 2.0 -7e-4 1e3 \end{alltt} If this seems unnecessarily complicated---it is. However, this is the way the data is expected and so we have to behave the way \xmds expects otherwise our simulation will not work properly. As it turns out, storing the data within memory in this fashion means that calculations are performed on contiguous blocks of memory, and therefore are a lot faster than if entire vectors were stored with their elements next to one another. This is a significant point for the memory utilisation internal to the simulation and for maintaining the speed of \xmds simulations. However, it may be possible in future versions of \xmds for the input data to be specified more logically (i.e.~have \ttt{x} defined first, then \ttt{y} etc.) and then for the simulation to reorganise the data internally so that calculations are performed efficiently and quickly. If your input data is binary instead of ascii (as we have above), then you would use the \ttt{format="binary"} assignment in the \xmdsTag{filename} tag, and then \xmds would expect the data to be a string of double precison numbers in the same order as that given above. \subsection{Importing complex data} If we want to import complex data, we just specify the real then imaginary parts sequentially as pairs of data. Imagine that we now have two vectors (so we don't have to consider so many vectors) called \ttt{x} and \ttt{y}. They have values of (just for the sake of argument) \begin{alltt} x = [ 1.2+2.0i 7.5+0.0i ] y = [ -5e-2+10i 7e10-8e-7i ] \end{alltt} and they will be organised in the input file as follows: \begin{alltt} real(x[0]) imag(x[0]) real(y[0]) imag(y[0]) real(x[1]) imag(x[1]) real(y[1]) imag(y[1]) \end{alltt} which is \begin{alltt} 1.2 2.0 -5e-2 10 7.5 0.0 7e10 -8e-7 \end{alltt} With complex data the binary input method is slightly different. The assignment to the \ttt{format} attribute is the same (i.e.~\ttt{"binary"}), however, instead of separating the real and imaginary parts of the complex numbers that are to be read in, one just has the binary representation of the complex number to be read. So in a sense, the binary input of complex data is exactly the same as that of double data, except that the data is complex and not double (which seems obvious, but it sort of had to be said). \section{Command line arguments} Do you want to run your simulation many, many times ranging over several different global parameters? If the answer is yes, then the command line argument feature of \xmds is for you. In versions of \xmds before \ttt{xmds-1.2} to be able to map a parameter space, or run the program over many different values of a simple global variable, you had to modify your script, rerun \xmds (with its implied compliation step) and then run the simulation \emph{for each value}. This, put plainly sucked, so we put in a way to pass arguments to the simulation binary executable, enabling us to write a simple shell script (or Perl or Python) to run our simulation over many different values. This removed the need to recompile the simulation again and again, and generally speaking speeds things up and takes (at least some of) the pain out of doing things like mapping parameter spaces. So, how do we tell \xmds to make the simulation accept command line arguments? You do this with an \xmdsTag{argv} tagset, which you put somewhere before the \xmdsTag{globals} element. For those of you who have worked with C before and passing arguments to programs will notice that we've used the \ttt{argv} name here for the list of arguments the program will accept, in exactly the same way that C programming does by convention. To set up this list, we need to specify, the arguments, and the relevant properties of the arguments. As such we need to tell \xmds what the name of the argument is, its data type, and its default value (for the instances when we don't want to specify the value on the command line). As might be obvious here, we have a nested structure of information, and hence the corresponding \xmds code is similarly nested. The syntax of adding command line arguments to simulations is as follows: \begin{xmdsCode} \end{xmdsCode} We'll now go through an example to show you how to use this feature, and some of the subtleties of using command line arguments with \xmds-derived simulations. Let's revisit the \ttt{diffusion} simulation discussed in \Chap{chap:tutFromScratch}, \Sec{sec:moreComplexSimulation}. The main use of command line arguments is to be able to replace variables given in the \xmdsTag{globals} element. Therefore, let's change the diffusion coefficient $\kappa$ (\ttt{kappa} in the code) to be an argument to the simulation. We do this by adding the following code before the \xmdsTag{globals} element, and by commenting out the \ttt{kappa} declaration and assignment in the existing code. The \xmds code then becomes: \begin{xmdsCode} kappa double 0.1 \end{xmdsCode} Notice that we've commented out the \ttt{kappa} variable using the C++ line comment style. This is just to remind us that \ttt{kappa} used to be there and is no longer, and what it was when we originally wrote the simulation. It can be a good idea to keep this kind of information around if you want, but it isn't necessary, and because it's a comment it will be ignored by the C/C++ compiler. Of course, if you \emph{don't} comment the global declaration out, then the C/C++ compiler will throw an error and your simulation won't compile. Running \xmds on the file \ttt{diffusion.xmds} now gives a simulation binary that can accept arguments. You can try it out by running the simulation like so: \begin{shellCode} % diffusion --kappa 0.2 \end{shellCode} where we have run the \ttt{diffusion} simulation with \ttt{kappa} now set to 0.2. \xmds uses the GNU \ttt{getopt} set of functions to implement arguments, and as such supports both short and long option names. Therefore, the above example could have been run as \begin{shellCode} % diffusion -k 0.2 \end{shellCode} So, at the simplest level, \xmds takes the long form of the argument name as the actual name of the variable, and takes the first character of the variable name for the short form of the argument. But what happens when you have two variables to be entered at the command line that start with the letter `k'? What \xmds does to solve this problem is, if a variable already has a short option taken (e.g.~if we had already defined another variable in the \xmdsTag{argv} list called say \ttt{kruntsch}), then the next character is used for the short option, which would be the letter `a' for \ttt{kappa}. Of course, if this letter is taken then \xmds searches for a single character representation of \ttt{kappa} throughout the variable name until it finds one that isn't used. If \xmds doesn't find a short option that isn't used, then it throws an error. Assuming that everything has worked ok, and the assignments to the short options have worked properly, how can one find out what the short option is if it has changed? Well, you can simply ask the simulation for help. Just run the simulation with either \ttt{-h} or \ttt{--help} and it will print out the usage of the simulation and a list of the option names, their data type, and default value. For instance, asking the \ttt{diffusion} simulation for help we get the following output: \begin{shellCode} % diffusion --help Usage: diffusion -k < double > Details: Option Type Default value -k, --kappa double 0.1 \end{shellCode} So, we call \ttt{diffusion} with \ttt{-k} and the simulation is expecting a double precision number after the \ttt{-k} flag. Also, we are told that either \ttt{-k} or \ttt{--kappa} are possible options (but we already knew that anyway), and that \ttt{kappa} is a double precision number of default value \ttt{0.1}. And that's it! At present \xmds can accept \ttt{int}, \ttt{double}, \ttt{float}, and \ttt{char *} for command line arguments. Complex numbers aren't yet implemented (as of \ttt{xmds-1.3}) but may be added in a future version. Now, imagine that we wanted to run the \ttt{diffusion} simulation over a range of values starting from \ttt{0.1} to \ttt{1.0}. To do this we could write a simple shell script as follows: \begin{shellCode} #!/bin/sh for i in 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0 do echo "Running diffusion with kappa = $i" echo "i.e. diffusion --kappa $i" diffusion --kappa "$i" mv diffusion.xsil "diffusion_$i.xsil" done \end{shellCode} Notice that we've moved the output data file to a new filename since the file \ttt{diffusion.xsil} will be produced each time the simulation it is run, and hence our data it would get written over with new data each time the simulation is run, had we not bothered to rename the \ttt{.xsil} file. Equivalently, we could have used a Perl script to do the same thing, for instance: \begin{perlCode} #!/usr/bin/perl -w use strict; my $i = 0.1; while ($i <= 1.0) { print "Running diffusion with kappa = $i\n"; print "i.e. diffusion --kappa $i\n"; my @args = ("diffusion", "--kappa", $i); system(@args); `mv diffusion.xsil diffusion_$i.xsil`; $i = $i + 0.1; } \end{perlCode} Feel free now to extend (and have a play with) \ttt{diffusion.xmds} For example, change the simulation to make it possible to vary \ttt{sigma} (and even \ttt{x0}) and see how the output changes, and in what regimes the assumption that our window size is large enough that the implicit periodic boundary conditions are unimportant (for a discussion of what this last part of the sentence means, have a look at \Sec{sec:moreComplexSimulation}. \section{Preferences} \label{sec:preferences} As of \ttt{xmds-1.3-1}, there has been the ability to have preferences specific to a given user. This gives the user more flexibility than before as they can control how simulations are built without having to recompile and reinstall \xmds. Also, if \xmds was installed by the root user, a non-root user of the system can modify how their simulations are built without having to reinstall the system binary and therefore alter how all other users' programs are built. \subsection{Turning preferences on and off} By default preferences are on, and are used if the preferences file can be found. If the preferences file cannot be found, or if \xmdsTag{use\_prefs} is set to \ttt{no} then the default settings defined at configuration and installation of \xmds will be used. This is also the case for preference flags that are not specified in the preferences file: the default settings will be used. Therefore, one doesn't need to specify all of the settings able to be used, just the ones one wishes to change. The \xmdsTag{use\_prefs} tag is set in the global configuration section of the \xmds simulation script, namely at the beginning with the \xmdsTag{name}, \xmdsTag{prop\_dim} etc. tags. If \xmdsTag{use\_prefs} is set to \ttt{yes} explicitly (or not set at all) then \xmds will search for a preferences file. This file is called \ttt{xmds.prefs} and can reside either in the user's \ttt{\$HOME/.xmds} directory or the directory local to the simulation script being processed. \xmds searches for the file in the user's home directory first and then in the current directory. \subsection{Setting preferences} Preferences are set in the \ttt{xmds.prefs} file by using key-value pairs delimited by an equals sign (\ttt{=}). Therefore, in general, the format is: \begin{alltt} key = value \end{alltt} Spaces around the equals sign are ignored, such that the following are all equivalent: \begin{alltt} key=value key =value key= value key = value \end{alltt} The hash character (\ttt{\#}) is used for comments; anything after and including the \ttt{\#} are ignored when parsing the options. So, one can make what is happening much clearer what the flags are to do. For example: \begin{alltt} # this is my funky preferences file option = some_funky_value some_other_funky_value other_option = also_quite_funky_variable # isn't this variable funky? \end{alltt} the first line will be ignored and the text including and after the \ttt{\#} on the third line will be ignored. \subsection{What are the options?} The options for building simulations that \xmds accepts are: \begin{itemise} \item \xmds options: \begin{description} \item[\ttt{XMDS\_CC}] the C (C++) compiler \xmds will use. Typical options include: \ttt{cc}, \ttt{gcc}, \ttt{g++}. \item[\ttt{XMDS\_CFLAGS}] the flags passed to the C (C++) compiler. For those who are using the \ttt{make} utility, then these flags are the same as the \ttt{CFLAGS} variable ordinarily passed to the C compiler. \item[\ttt{XMDS\_LIBS}] the libraries and library paths necessary to build the simulation. Again, for those familiar with \ttt{make} this is the same as the \ttt{LIBS} variable. \item[\ttt{XMDS\_INCLUDES}] the include paths and files for the C (C++) compiler to look for when compiling the simulation. \end{description} \item MPI options: \begin{description} \item[\ttt{MPICC}] the C (C++) compiler used by the local MPI implementation to compile the simulation. Often this is just \ttt{mpicc}, but on systems such as the APAC supercomputer in Canberra, Australia, this actually is just \ttt{cc}. \item[\ttt{MPICCFLAGS}] the \ttt{CFLAGS} variable to be passed to the MPI C (C++) compiler. \item[\ttt{MPILIBS}] the extra libraries necessary to compile a simulation for use with MPI. For instance, on cluster systems an MPI implementation such as LAM will be used. In this case, the extra libraries necessary to compile a simulation will be something like: \ttt{-lmpi -llam}. \end{description} \item FFTW options: \begin{description} \item[\ttt{FFTW\_LIBS}] the libraries and library paths specific to your fftw installation. \item[\ttt{FFTW\_MPI\_LIBS}] the libraries and library paths specific to your fftw installation necessary so that you can use fftw with MPI. Warning: only use fftw with a supercomputer. To perform Fourier transforms in parallel, a lot of communication between the nodes is necessary, hence this is only worthwhile on a supercomputer with a high speed network connection between nodes. \item[\ttt{FFTW3\_LIBS}] the libraries and library paths specific to your installation of fftw version 3. \item[\ttt{FFTW3\_THREADLIBS}] the additional libraries and library search paths required for using threaded fftw3 simulations. \end{description} \item User defined options (at configuration): \begin{description} \item[\ttt{USER\_LIB}] if \xmds has been installed in the user's home directory, then this flag needs to be specified so that \xmds can find the \xmds-specific libraries when building a simulation. \item[\ttt{USER\_INCLUDE}] if \xmds has been installed in the user's home directory, then this flag needs to be specified so that \xmds can find the \xmds-specific header files when building a simulation. \end{description} \end{itemise} \subsection{Examples of changing options} \begin{description} \item[Using \ttt{gcc} for \ttt{g++}:] When configuring \xmds before installation, the configuration script often sets the default C/C++ compiler for \xmds to be \ttt{g++}. This is the GNU C++ compiler. Sometimes this is not desirable, and so one may wish to use the GNU C compiler (\ttt{gcc}) instead. To do this, one needs to change two things: the \ttt{XMDS\_CC} setting, and the \ttt{XMDS\_LIBS} setting. In the \ttt{xmds.prefs} file one then sets \ttt{XMDS\_CC} to \ttt{gcc}, and appends \ttt{-lstdc++} to the list of flags already given for \ttt{XMDS\_LIBS} at installation. The addition of \ttt{-lstdc++} is so that \ttt{gcc} can make use of the C++ extensions to \ttt{gcc} so that it can actually compile the simulation (which is in some sense a mix of C and C++). \item[Using \ttt{icc} for \ttt{g++}:] An alternative C++ compiler to \ttt{g++} is the Intel C++ Compiler: \ttt{icc}. To use this compiler instead of \ttt{g++} or \ttt{gcc} (assuming of course that you have the compiler installed on your system) just set \ttt{XMDS\_CC} to \ttt{icc} and prepend \ttt{-limf} to \ttt{XMDS\_LIBS} (this adds the \ttt{icc} native support for its maths libraries). \item[Debugging:] By default, \xmds is configured to use quite aggressive optimisations when compiling simulations. If, however, you suspect something is going wrong and you wish to debug the simulation binary directly (using \ttt{gdb}, \ttt{dbx} or another symbolic debugger), then you will need to put symbolic debugging information into the binary executable. To do this, replace the default options by setting the \ttt{XMDS\_CFLAGS} variable to \ttt{-g}. \item[Profiling:] There may be instances when one wants to find out what part of the code is taking up the most time when running a simulation. This is generally speaking a part of debugging and testing a simulation and not normally part of using \xmds. However, if you're interested in seeing what lines of code are using the most time, you'll want to add profiling information to the code. To do this you will need to add either the \ttt{-p} or \ttt{-gp} option to the \ttt{XMDS\_CFLAGS} variable. The \ttt{-p} option generates extra code for profiling with the \ttt{prof} utility, and the \ttt{-gp} option generates extra code for profiling with the \ttt{gprof} utility. \end{description} \section{Breakpoints} \label{sec:Breakpoints} Breakpoint elements are parts of a simulation (similar to an \xmdsTag{integrate} or a \xmdsTag{filter} element) that cause the state of some vectors of the simulation to be saved to an XSIL file when the breakpoint element is hit. This can be used early in a simulation to enable you to check that, for example, the simulation isn't running off the grid, or that the behaviour is wrong and the simulation needs to be terminated. This way, much time can be saved waiting for the result of a long simulation that needs to be re-run anyway. Another use of breakpoint elements is to save the state of some (or all) vectors to an XSIL file for loading by another simulation (as discussed earlier in \Sec{subsec:InitialisationFromXSILFile} of this chapter). The naming convention for the vectors (and components of complex vectors) in the XSIL file produced is the same as that used for loading XSIL files as described in \Sec{subsec:InitialisationFromXSILFile}. Although creating an XSIL file to be used for initialising another simulation can be achieved almost as easily with an output moment group, breakpoints should be used instead of output moment groups for large deterministic simulations that use MPI. Currently (\ttt{xmds-1.5-2}), because of the way in which output moment groups are sampled with MPI, each node allocates the entire memory required for sampling each output moment group. This means that sampling the entire field for a large simulation that will not fit into the memory of a single node is impossible, and hence creating an XSIL file from which the simulation could be continued is also impossible. As the intended use of moment groups is that they should be used to sample a small amount of data, an alternative solution was required for this situation. Breakpoint elements have been designed such that the additional memory use when used in a deterministic simulation with MPI is equal to the size of the field stored on any given node (and only while the XSIL file is being written), instead of the total field size (for the entire simulation). The syntax for a breakpoint element (this should be in a \xmdsTag{sequence} element) is: \begin{xmdsCode} \end{xmdsCode} % advanced topics?? % What about wisdom, binary output, binary input, single and double % precision output, benchmarking of the code, error checking, % stochastic simulations, cross propagating fields, post-processing, % manipulation of data in Fourier space etc, etc. xmds-doc-0~svn.1884/latex/functionality.tex0000644000175000017500000010247410747527314020300 0ustar rafaelrafael% $Id: functionality.tex 1708 2008-01-29 04:42:52Z gmcmanus $ % Copyright (C) 2000-2007 % % Code contributed by Greg Collecutt, Joseph Hope and the xmds-devel team % % This file is part of xmds. % % This program is free software; you can redistribute it and/or % modify it under the terms of the GNU General Public License % as published by the Free Software Foundation; either version 2 % of the License, or (at your option) any later version. % % This program is distributed in the hope that it will be useful, % but WITHOUT ANY WARRANTY; without even the implied warranty of % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License % along with this program; if not, write to the Free Software % Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. \chapter{Functionality} \label{chap:functionality} This chapter describes the full functionality of \xmds, but in practice most of this detail is not required to integrate common types of ODEs and PDEs. One of the particularly useful features of {\bf xmds} is that both the high-level description of the problem and the generated program can efficiently handle systems with widely varying complexity. Skip to the worked examples to see how very different kinds of equations can be easily integrated. \xmds is designed to integrate the following general PDE: \begin{align} \frac{\partial}{\partial x^0}\vect{a}(\vect{x}) & = \vect{\mathcal{N}}\left(\vect{x}, \vect{a}(\vect{x}),\vect{p}(\vect{x}), \vect{b}(\vect{x}),\;\vect{\xi}(\vect{x}\;, \int dx_j f(\vect{x}, \vect{a}(\vect{x}),\vect{p}(\vect{x}), \vect{b}(\vect{x}),\vect{\xi}(\vect{x}))\right),\\ p^i(\vect{x}) & = \mathcal{F}^{-1}\left[\Sigma_j \mathcal{L}^{ij}\left(x^0,\vect{k_\bot}\right) \mathcal{F}\left[a^j(\vect{x})\right]\right],\\ \frac{\partial}{\partial x^{c}}\vect{b}(\vect{x}) & = \vect{\mathcal{H}}\left(\vect{x}, \vect{a}(\vect{x}), \vect{b}(\vect{x})\right), \label{eq:xmdsPdeEx} \end{align} where the vector $\vect{a}$ represents an m-component real or complex valued field, though for some problems the field may only have one component. The vector $\vect{x}$ is the real-valued space in which $\vect{a}$ lies, which is the propagation dimension, $x^0$, plus the transverse dimensions, $x^{i\neq 0}$, if any. The number of transverse dimensions that the field may have is limited to 64 by \xmds, but is more likely to be further limited by the complier and stack size used when the output code is compiled. The vector $\vect{p}$ may have any number of components (including zero), and may be derived through the action of a matrix of linear operators, $\mathcal{L}^{ij}$, on the main vector components. The action of these linear operators is calculated with the main vector in Fourier space, hence, as explained in \Sec{sec:transverseDerivatives}, transverse partial derivatives reduce simply to multiplication by the transverse Fourier space dimensions. The vector $\vect{b}$ is optional, and is an n-component real or complex valued field which propagates along the transverse dimension $x^c$. For stochastic problems $\vect{\xi}$ is a vector of independent real Gaussian noises. The total derivatives for vectors $\vect{a}$ and $\vect{b}$ are expressed as the general functionals $\vect{\mathcal{N}}$ and $\vect{\mathcal{H}}$ respectively. Note that this form allows for nonlinear partial derivatives that may have spatial dependence, for example $\frac{1}{r}\left(\frac{\partial}{\partial r}\right)^2$. \eqn{eq:xmdsPdeEx} is ``Schr\"{o}dinger-like'' in that it is first order in the propagation dimension. As an example, if the field was a vector field representing three dimensional fluid flow then there would be three components to the field, which itself would exist in four dimensional space, with perhaps the propagation dimension being time and the three transverse dimensions being space. \xmds can only handle problems whose only {\em non-local} terms are integrals over some or all of the transverse dimensions. For local equations, the evolution of the field at any point in $\vect{x}$ is only ever a function (including derivatives) of the field components at that exact point in space---not anywhere else. This is clearly restrictive of the range of physical problems that may be modelled. However, many non-local problems are only so because of variables that propagate in a dimension which is transverse to the main propagation dimension, and thus are easily modelled by including a secondary field which is propagated orthogonally along this transverse dimension. This is the purpose of the $\vect{b}$ field which is the secondary or ``cross'' field propagating in the transverse dimension $x^c$, where $c \neq 0$. In order to maximise the efficiency of the generated code while being able to handle a broad range of problems, \xmds utilises a range of algorithms. These were covered in \Sec{sec:numericalMethodsPde}. Re-capping, the algorithms fell into two main categories: \begin{enumerate} \item {\bf Explicit picture.} As detailed in \Sec{sec:exMethod} the transverse derivatives of the field are calculated using the Fourier Transform method of \Sec{sec:transverseDerivatives}. In all cases this requires extra memory and computational expense, but it enables any equations of the general from of \eqn{eq:xmdsPdeEx} to be solved. \item {\bf Interaction picture.} Here the field components are also evolved in Fourier space using the interaction picture technique, as detailed in \Sec{sec:ipMethod}. The form of PDE that may be solved using this technique is shown in \eqn{eq:xmdsPdeIp}. \begin{align} \frac{\partial}{\partial x^0}a^i(x^0,\vect{x}_\bot) & = \mathcal{F}^{-1}\left[\mathcal{L}^i(x^0,\vect{k}_{\bot}) \mathcal{F}[a^i(\vect{x})] \right] + \mathcal{N}^i\left(\vect{x}, \vect{a}(\vect{x}), \vect{b}(\vect{x}), \vect{\xi}(\vect{x})\right),\\ \frac{\partial}{\partial x^{c}}\vect{b}(\vect{x}) & = \vect{\mathcal{H}}\left(\vect{x}, \vect{a}(\vect{x}), \vect{b}(\vect{x})\right). \label{eq:xmdsPdeIp} \end{align} This form is significantly more restrictive than that of \eqn{eq:xmdsPdeEx}. In particular, the linear operator matrix must be diagonal, and may not have coefficients with spatial dependence. \end{enumerate} Within both of these pictures, either the semi-Implicit or Runge-Kutta algorithms may be employed. For more detail refer \Sec{sec:numericalMethodsPde}. This gives rise to the matrix of algorithms listed in \tab{tab:algorithmMatrix}. \begin{table}[ht] \begin{center} \begin{tabular}{|c|c|c|} \hline & Explicit picture & Interaction picture\\ \hline \hline Semi-Implicit & SIEX & SIIP\\ \hline 4th Order Runge-Kutta & RK4EX & RK4IP\\ \hline 4th/5th Order adaptive Runge-Kutta & ARK45EX & ARK45IP\\ \hline 9th Order Runge-Kutta & RK9EX & RK9IP\\ \hline 8th/9th Order adaptive Runge-Kutta & ARK89EX & ARK89IP\\ \hline \end{tabular} \end{center} \caption{The Algorithm Matrix} \label{tab:algorithmMatrix} \end{table} There are two main things that \xmds can do to a field: forward evolve (integrate/ propagate) it according to the set of PDEs, and reshape (filter) it according to a set of functions. These two actions may serve as the building blocks for an elaborate sequence of operations to be performed on the field. This is done by defining a sequence of {\em segments}; a segment being either an integrate step, a filter step, or else a sub-loop of further segments. The key to \xmds, as explained in the introduction, is that it is a {\em code generator}. \xmds requires the user to write their particular PDEs (or ODEs) as a few lines of C code, which are transplanted from the input script to the relevant points in the output code. This technique proves itself well for efficient code that is extremely flexible. A potential user should not be daunted at the prospect of having to learn basic C syntax -- the flexibility gained by this approach well justifies the effort. In terms of output results, it is usually desired to sample the field at various points throughout the sequence of operations and thus generate a sequence of samples. Further, when sampling, often the raw complex value of the field at the point in question is not relevant, it is a more general {\em moment} of field components and dimensions that is desired. The examples provided in Chapters~\ref{chap:exampleNlse} and~\ref{chap:moreExamples} will help explain. Also, the evolution of the field is usually solved on a lattice much finer than is necessary to make a good plot of the output. Thus to save on memory and also size of output file it is better to sample on some reduced lattice rather than at every point in the main field lattice. It may also be desirable, when sampling for a particular group of moments, to transform the field to Fourier space in one, some or all of the transverse dimensions. At this point it is also possible to collapse one or more of the transverse dimensions by requesting either to sample a cross-section or else to integrate over the dimension in question with a particular kernel function. Once all field propagations are finished the sampled output can be post-processed to transform the propagation dimension into Fourier space, and again place the remaining transverse dimensions into any partial Fourier space, which may be the same or different to the one in which the field was sampled in. The original sampled moments may be used here or moments of these moments may be specified. Finally, if the evolution of the field involves stochastic terms, it will usually be desired to perform this sequence of operations a number of times (re-initialising the field each time) so as to determine averages and standard errors in those averages for the output moments over multiple trajectories, or {\em paths}. Diagrammatically, the functionality of \xmds is shown in \fig{fig:functionality}. \begin{figure}[ht] \centerline{\includegraphics[width=\figwidth]{figures/funct}} \caption{\xmds---a functional diagram} \label{fig:functionality} \end{figure} Usually, using \xmds is much simpler than this---look at the worked examples! \section{Installing and Running \xmds} This software package is designed to install onto Unix and Linux operating systems (including the Cygwin environment on Windows), though an experienced programmer might easily port it to another platform. \xmds requires a very small amount of disk space, and the RAM required is dependent algorithm, but is usually little more than the size needed to store a certain number of copies of the fields to be integrated. A C++ compiler is required as are also the FFTW (Fastest Fourier Transform in the West) libraries for C. Further, for stochastic problems \xmds can produce output code which uses MPI routines to parallelise the problem for running on multiple CPUs or computer clusters. An MPI compiler is required to take advantage of this. XMDS can also use an OpenMP threads to use multiple processors on single jobs if an OpenMP-enabled compiler is available. \subsection{Installation} Installation instructions and files are available at: \htmladdnormallink{http://www.xmds.org/downloads}{http://www.xmds.org/downloads} First, if parallel processing is desired, a working MPI system and/or an OpenMP-enabled compiler should be installed. Second, the FFTW libraries must be installed if they are not already present. These libraries may be found at: \htmladdnormallink{http://www.fftw.org/}{http://www.fftw.org/}. Version 2.1.x (and, optionally 3.x) of the fftw library is required for proper execution of \xmds. \xmds expects that the \ttt{fftw.h} header file is in one of the \ttt{/usr/include} or the \ttt{/usr/local/include} directories, with the libraries in a sibling \ttt{/usr/lib} or \ttt{/usr/local/lib} directory. These are the standard locations. If the fftw installation is non-standard then you will need to use the\ttt{--with-fftw-path} option for the \ttt{configure} program, pointing to the parent directory containing the fftw \ttt{/include} and \ttt{/lib} sub-directories. If parallel processing is desired, FFTW must be built with MPI or OpenMP options enabled. The main method of installation is from a ``tarball''. Download \ttt{xmds-\xmdsVersion.tar.gz} and then (as root)~\footnote{\tbf{Note:} when \ttt{fftw} is installed in \ttt{/usr/local} then \ttt{--with-fftw-path} must be specified so that the configure script can find the libraries and headers.}: \begin{latexonly} \begin{shellCode}[escapeinside=''] tar -xzvf xmds-'\xmdsVersion'.tar.gz cd xmds-'\xmdsVersion' ./configure make make install \end{shellCode} \end{latexonly} % \begin{htmlonly} \begin{shellCode} tar -xzvf xmds-\xmdsVersion.tar.gz cd xmds-\xmdsVersion ./configure make make install \end{shellCode} \end{htmlonly} or as a user (to be installed in the \ttt{bin} directory of your home directory): \begin{latexonly} \begin{shellCode}[escapeinside=''] tar -xvzf xmds-'\xmdsVersion'.tar.gz cd xmds-'\xmdsVersion' ./configure --with-user make make install \end{shellCode} \end{latexonly} % \begin{htmlonly} \begin{shellCode}[escapeinside=''] tar -xvzf xmds-\xmdsVersion.tar.gz cd xmds-\xmdsVersion ./configure --with-user make make install \end{shellCode} \end{htmlonly} For help on the various configuration options, one can run the command \begin{shellCode} ./configure --help \end{shellCode} which will show a (very long) list of options which can be changed to customise the way \xmds is installed and the options that it can use to build simulations. The different variables that one can change are: \begin{itemize} \item \ttt{XMDS\_CC}: the C++ compiler used by \xmds to compile simulations \item \ttt{XMDS\_CFLAGS}: the C++ compiler flags used to build simulations \item \ttt{XMDS\_LIBS}: the libraries used to build simulations \item \ttt{XMDS\_INCLUDES}: the include flags used for building simulations \item \ttt{FFTW\_LIBS}: the libraries specific to \ttt{fftw} \item \ttt{FFTW\_MPI\_LIBS}: the libraries specific to \ttt{fftw} but for the MPI compiler \item \ttt{FFTW3\_LIBS}: the libraries specific to version 3 of \ttt{fftw} \item \ttt{MPICC}: the MPI C++ compiler \item \ttt{MPICCFLAGS}: the compiler flags to use with \ttt{mpicc} \item \ttt{MPILIBS}: the library flags to pass to \ttt{mpicc} \item \ttt{USER\_LIB}: the location of the file \xmds library functions, only necessary if \xmds is compiled for user use (e.g. \ttt{-L/home/cochrane/bin}) \item \ttt{USER\_INCLUDE}: the location of the \xmds header files, only necessary if \xmds is compiled for user use (e.g. \ttt{-I/home/cochrane/bin}) \end{itemize} One can also set various options on the command line as arguments to the configure script. The options available are: \begin{itemize} \item \ttt{--with-user}: to install \xmds into the user's \ttt{bin} directory within their home directory. This will also point the \ttt{USER\_LIB} and \ttt{USER\_INCLUDE} variables to the correct places so that \xmds will find its required headers and libraries so that it can build simulations. \item \ttt{--enable-mpi}: to check for MPI in the configuration and to enable the use of MPI for building simulations. \item \ttt{--enable-threads}: to check for the ability of the fftw libraries to use threads, and enable their use in simulations. \item \ttt{--enable-fftw3}: to check for version 3 of fftw and enable use of it for building simulations. \item \ttt{--with-fftw-path}: the path to the \ttt{fftw} installation. \tbf{Note:} when \ttt{fftw} is installed in \ttt{/usr/local} then \ttt{--with-fftw-path} must be specified so that the configure script can find the libraries and headers. \item \ttt{--with-fftw3-path}: the path to the \ttt{fftw3} installation (if different to the path for fftw2). \item \ttt{--with-mpi-libs}: extra libraries needed when checking for MPI. \item \ttt{--with-mpi-path}: set the path to the prefix of your MPI distribution. \item \ttt{--with-mpi-compiler}: set the mpi C++ compiler. \end{itemize} \subsection{Usage} For usage, at the command prompt type: \begin{shellCode} % xmds \end{shellCode} and the output should be: \begin{alltt} This is xmds version \xmdsVersion, using C compiler 'gcc' (and C compiler 'mpicc' for parallel work) Usage: xmds [-v] [-c] infile infile: required, the input file v: optional, verbose mode c: optional, turns off automatic compilation of simulation \end{alltt} or something similar. The ``verbose'' mode can be quite useful as it will repeat back to the user exactly how it is interpreting the input file. Switching off automatic compilation can be handy when one is testing a script and doesn't want to wait for the script to compile, especially if the resultant binary isn't wanted anyway. This option can also be used by those people who want to use \xmds to produce a skeleton C++ code with which they want to change directly themselves to perform something more complex than is yet possible with \xmds. The first thing \xmds does is run the input file through its own XML parser. If the input file contains bad XML syntax then these will be the first errors to be picked upon. \xmds then processes the input file, and writes the code dedicated to solving the particular simulation, and compiles it. \begin{shellCode} % xmds nlse.xmds compiling ... gcc -pthread -O3 -ffast-math -funroll-all-loops -fomit-frame-pointer -o nlse nlse.cc -I/home/cochrane/bin -lstdc++ -lm -lxmds -L/home/cochrane/bin -lfftw_threads -lfftw 'nlse' ready to execute \end{shellCode} All that remains is to execute the compiled program: \begin{shellCode} % nlse \end{shellCode} Refer to the \ttt{kubo.xmds} example in \Sec{sec:kubo.xmds} for execution of a parallel problem. Or see \Chap{chap:stochasticSimsAndMPI}. \subsection{Preferences} As of \ttt{xmds-1.3-1} it is possible for people to specify the simulation build options in a preferences file. Previously, if one wanted to change how the simulations were built, one had to recompile \xmds with the relevant compile flags etc. Now, all one has to do is specify the compilation flags in a preferences file. \xmds looks for a file called \ttt{xmds.prefs} in \ttt{\$HOME/.xmds/} and (if not found there) in the directory local to the xmds script you are trying to compile. The format of the preferences file is: \begin{quotation} \ttt{ = } \end{quotation} For example: \begin{quotation} \ttt{XMDS\_CC = gcc} \end{quotation} Comments can be added by using a hash character (\ttt{\#}). Any thing after (and including) the hash are ignored. As another example of a preferences file, here is an example \ttt{xmds.prefs}: \begin{shellCode} # xmds preferences file XMDS_CC=gcc # this, here, is a comment XMDS_CFLAGS = -pthread -O3 -ffast-math -funroll-all-loops XMDS_LIBS=-lstdc++ -lm -lxmds -L/home/cochrane/bin XMDS_INCLUDES = -I/home/cochrane/bin THREADLIBS = -lfftw_threads \end{shellCode} The use of preferences can be switched on and off with the use of the \xmdsTag{use\_prefs} tag (which should be located after the \xmdsTag{simulation} element, near where \xmdsTag{error\_check} and friends live). This is a boolean option, so to switch preferences off one should use \ttt{no}. The default is \ttt{yes}, but if you don't have any preferences, or you haven't specified them all, then the default values (that were decided when \xmds was built) are used for anything not specified. \section{Syntax summary} \label{sec:syntaxSummary} The xml elements used can be divided into two main categories: those that may contain code and/or other elements, and those that merely contain variable assignments. The former can perhaps be called ``structural'' elements, and the latter perhaps ``assignment'' elements. These are summarised in Tables~\ref{tab:structuralElements} and~\ref{tab:assignmentElements} respectively. \begin{center} \begin{longtable}{|c|c|c|l|} \hline Element name & Used in & Req. & May contain\\ \hline \hline \xmdsTag{simulation} &top level &yes &\xmdsTag{name}, \xmdsTag{prop\_dim}, \xmdsTag{error\_check},\\ & & &\xmdsTag{stochastic}, \xmdsTag{paths}, \xmdsTag{noises}, \xmdsTag{argv}\\ & & &\xmdsTag{globals}, \xmdsTag{field}, \xmdsTag{sequence}, \xmdsTag{output}\\ & & &\xmdsTag{binary\_output}, \xmdsTag{use\_double}, \xmdsTag{use\_wisdom}\\ & & &\xmdsTag{benchmark}, \xmdsTag{use\_prefs}, \xmdsTag{argv}, \xmdsTag{threads}\\ & & &\xmdsTag{fftw\_version}\\ \hline \xmdsTag{globals} &\xmdsTag{simulation} &no &C code\\ \hline \xmdsTag{argv} & \xmdsTag{simulation} & no & \xmdsTag{arg}\\ \hline \xmdsTag{arg} & \xmdsTag{argv} & yes & \xmdsTag{name}, \xmdsTag{type}, \xmdsTag{default\_value}\\ \hline \xmdsTag{field} &\xmdsTag{simulation} &yes &\xmdsTag{name}, \xmdsTag{dimensions}, \xmdsTag{lattice}\\ & & &\xmdsTag{domains}, \xmdsTag{samples}, \xmdsTag{vector}\\ \hline \xmdsTag{vector} &\xmdsTag{field} &yes &\xmdsTag{name}, \xmdsTag{type}, \xmdsTag{components}, \xmdsTag{vectors}\\ & & &\xmdsTag{filename}, \xmdsTag{fourier\_space}, and C code\\ \hline \xmdsTag{sequence} &\xmdsTag{simulation} &yes &\xmdsTag{integrate}, \xmdsTag{filter}, \xmdsTag{sequence}\\ \cline{2-4} &\xmdsTag{sequence} &no &\xmdsTag{cycles}, \xmdsTag{integrate}\\ & & &\xmdsTag{filter}, \xmdsTag{sequence}\\ \hline \xmdsTag{integrate} &\xmdsTag{sequence} &no &\xmdsTag{algorithm}, \xmdsTag{interval}, \xmdsTag{lattice}, \xmdsTag{samples},\\ & & &\xmdsTag{k\_operators}, \xmdsTag{vectors}, \xmdsTag{cross\_propagation},\\ & & &\xmdsTag{iterations}, \xmdsTag{moment\_group}, \xmdsTag{tolerance},\\ & & &\xmdsTag{max\_iterations}, \xmdsTag{min\_time\_step}, \xmdsTag{cutoff},\\ & & & \xmdsTag{smallmemory}, \xmdsTag{no\_noise}, \xmdsTag{halt\_non\_finite},\\ & & &and C code\\ \hline \xmdsTag{k\_operators} &\xmdsTag{integrate} &no &\xmdsTag{constant},\\ & & &\xmdsTag{operator\_names}, and C Code\\ \hline \xmdsTag{cross\_propagation} &\xmdsTag{integrate} &no&\xmdsTag{prop\_dim}, \xmdsTag{vectors}, and C Code\\ \hline \xmdsTag{filter} &\xmdsTag{sequence} &no&\xmdsTag{fourier\_space}, \xmdsTag{vectors}, \xmdsTag{functions}, \\ & & & \xmdsTag{moment\_group}, and C Code\\ \hline \xmdsTag{output} &\xmdsTag{simulation} &yes &\xmdsTag{filename}, \xmdsTag{group}\\ \hline \xmdsTag{group} &\xmdsTag{output} &yes &\xmdsTag{sampling}, \xmdsTag{post\_propagation}\\ \hline \xmdsTag{sampling} &\xmdsTag{group} &yes &\xmdsTag{lattice}, \xmdsTag{fourier\_space},\\ & & &\xmdsTag{vectors}, \xmdsTag{moments}, \xmdsTag{type}, and C code\\ \hline \xmdsTag{post\_propagation}&\xmdsTag{group} &no& \xmdsTag{fourier\_space}, \xmdsTag{moments}, and C Code\\ \hline \caption{The structural elements} \label{tab:structuralElements} \end{longtable} \end{center} \begin{center} \begin{longtable}{|c|c|c|l|} \hline Element name &Used in &Req. &May contain\\ \hline \hline \xmdsTag{name} &\xmdsTag{simulation} &no &string: defaults to filename-extn\\ \cline{2-4} &\xmdsTag{field} &no &string: defaults to ``main''\\ \cline{2-4} &\xmdsTag{vector} &yes &string\\ \cline{2-4} & \xmdsTag{arg} & yes & string\\ \hline \xmdsTag{prop\_dim} &\xmdsTag{simulation} &yes &string\\ &\xmdsTag{cross\_propagation} & &\\ \hline \xmdsTag{error\_check} &\xmdsTag{simulation} &no &yes/no: defaults to yes\\ \hline \xmdsTag{stochastic} &\xmdsTag{simulation} &no &yes/no: defaults to no\\ \hline \xmdsTag{use\_mpi} &\xmdsTag{simulation} &no &yes/no: defs. to no\\ \hline \xmdsTag{MPI\_Method} &\xmdsTag{simulation} &no &Scheduling/Uniform: defs. to Scheduling\\ \hline \xmdsTag{paths} &\xmdsTag{simulation} &-- &integer: reqd. if stochastic\\ \hline \xmdsTag{seed} &\xmdsTag{simulation} &-- &integer: 2 reqd. if stochastic\\ \hline \xmdsTag{noises} &\xmdsTag{simulation} &-- &integer: reqd. if stochastic\\ \hline \xmdsTag{dimensions} &\xmdsTag{field} &no &array of strings\\ \hline \xmdsTag{lattice} &\xmdsTag{field} &-- &array of integers,\\ &\xmdsTag{sampling} & &same no. as trans. dims \\ \cline{2-4} &\xmdsTag{integrate} &yes &integer\\ \hline \xmdsTag{domains} &\xmdsTag{field} &-- &array of bracketed pairs of floats\\ \hline \xmdsTag{components} &\xmdsTag{vector} &yes &array of strings\\ \hline \xmdsTag{type} &\xmdsTag{vector} &no &\xmdsTag{complex} or \xmdsTag{double}\\ &\xmdsTag{sampling} & & \\ \cline{2-4} & \xmdsTag{arg} & yes & string\\ \hline \xmdsTag{vectors} &\xmdsTag{vector} &no &array of strings\\ &\xmdsTag{k\_operators} & &\\ &\xmdsTag{sampling} & &\\ \cline{2-4} &\xmdsTag{integrate} & yes & array of strings\\ &\xmdsTag{filter} & &\\ &\xmdsTag{cross\_propagation} & &\\ \hline \xmdsTag{moment\_group} &\xmdsTag{integrate} &no &array of strings\\ &\xmdsTag{filter} & &\\ \hline \xmdsTag{functions} &\xmdsTag{integrate} &no &array of strings\\ &\xmdsTag{filter} & &\\ \hline \xmdsTag{constant} &\xmdsTag{k\_operators} &no &yes/no: defaults to no\\ \hline \xmdsTag{operator\_names} &\xmdsTag{k\_operators} &yes &array of strings\\ \hline \xmdsTag{filename} &\xmdsTag{vector} &no &string\\ \cline{2-4} &\xmdsTag{output} &no &string: defaults to \ttt{.xsil}\\ \hline \xmdsTag{fourier\_space} &\xmdsTag{vector}, \xmdsTag{filter} &no &array of yes/no\\ \cline{2-4} &\xmdsTag{sampling} &yes &array of yes/no \\ \cline{2-4} &\xmdsTag{post\_propagation} &yes &array of yes/no: same no. as\\ & & &non-collapsed trans. dims + 1\\ \hline \xmdsTag{samples} &\xmdsTag{field} &yes &integer: as many as are \xmdsTag{group}\\ &\xmdsTag{integrate} & & \\ \hline \xmdsTag{cycles} &\xmdsTag{sequence} &yes &integer (not in main sequence)\\ \hline \xmdsTag{algorithm} &\xmdsTag{integrate} &no &string: defaults to RK4EX (or\\ & & &SIEX for stochastic problems)\\ \hline \xmdsTag{interval} &\xmdsTag{integrate} &yes &string\\ \hline \xmdsTag{no\_noise} &\xmdsTag{integrate} &no &yes/no, defaults to no\\ \hline \xmdsTag{iterations} &\xmdsTag{integrate} &no &(SIIP: integer, defaults to 3)\\ \hline \xmdsTag{tolerance} &\xmdsTag{integrate} &yes &(ARK45: string)\\ \hline \xmdsTag{max\_iterations} &\xmdsTag{integrate} &no &(ARK45: integer, defaults to infinity)\\ \hline \xmdsTag{min\_time\_step} &\xmdsTag{integrate} &no &(ARRK45/89: double, defaults to \ttt{1e-13})\\ \hline \xmdsTag{cutoff} &\xmdsTag{integrate} &no &(ARK45: string, defaults to 1e-3)\\ \hline \xmdsTag{smallmemory} &\xmdsTag{integrate} &no &(ARK45IP: yes/no, defaults to no)\\ \hline \xmdsTag{halt\_non\_finite} & \xmdsTag{integrate} & no & yes/no: defaults to no\\ \hline \xmdsTag{moments} &\xmdsTag{sampling} &yes &array of strings\\ &\xmdsTag{post\_propagation} & &\\ \hline \xmdsTag{default\_value} & \xmdsTag{arg} & yes & depends upon \xmdsTag{type} declaration\\ \hline \xmdsTag{benchmark} & \xmdsTag{simulation} & no & yes/no: defaults to no\\ \hline \xmdsTag{use\_wisdom} & \xmdsTag{simulation} & no & yes/no: defaults to no\\ \hline \xmdsTag{binary\_output}& \xmdsTag{simulation} & no & yes/no: defaults to no (\tbf{deprecated})\\ \hline \xmdsTag{use\_double} & \xmdsTag{simulation} & no & yes/no: defaults to no (\tbf{deprecated})\\ \hline \xmdsTag{use\_prefs} & \xmdsTag{simulation} & no & yes/no: defaults to yes\\ \hline \caption{The assignment elements} \label{tab:assignmentElements} \end{longtable} \end{center} \section{C-coding within elements} \label{sec:c-coding} \xmds is all about transplanting equations into the necessary multi-dimensional loop structure to solve them, which has the direct consequence that it is necessary for your equations to be written in standard C syntax. To begin with, variable names may not start with a number, and may not be a reserved keyword such as {\em void, int, long, double, complex, for, while, if, switch, return, etc...}. This applies to the variable names listed in the \xmdsTag{dimensions}, \xmdsTag{components}, \xmdsTag{operator\_names}, and \xmdsTag{moments} assignments. It also applies to user defined variables where C-code is allowed. Globals should be declared as: \begin{CCode} const long int1 = 7; const double real1 = 23.45; const complex comp1 = complex(0.4,0.2); double r = sqrt(x*x + y*y); complex z = pcomplex(r,M_PI/2); \end{CCode} As can be seen there are three main variable types available: integers, reals, and complex -- best declared as \ttt{long}, \ttt{double}, and \ttt{complex} respectively. The range of mathematical functions available is the same as that for C-programming, as well as some complex functions defined in the \ttt{xmdscomplex.h} header file in the \ttt{/source} directory. The ones most likely to be of use are summarised in \tab{tab:functions}. And remember, avoid using transcendental functions in the main integration equations if speed is important. \begin{table} \begin{center} \begin{tabular}{|c|c|c|c|} \hline Function name&Math&Argument(s)&Result\\ \hline \hline \ttt{abs(n)}&$|n|$&integer&integer\\ \hline \ttt{fabs(x)}&$|x|$&real&real\\ \hline \ttt{exp(x)}&$e^{x}$&real&real\\ \hline \ttt{log(x)}&$ln(x)$&real&real\\ \hline \ttt{sqrt(x)}&$\sqrt{x}$&real&real\\ \hline \ttt{pow(x,y)}&$x^{y}$&real,real&real\\ \hline \ttt{sin(x)}&$sin(x)$&real&real\\ \hline \ttt{asin(x)}&$sin^{-1}(x)$&real&real\\ \hline \ttt{cos(x)}&$cos(x)$&real&real\\ \hline \ttt{acos(x)}&$cos^{-1}(x)$&real&real\\ \hline \ttt{tan(x)}&$tan(x)$&real&real\\ \hline \ttt{atan(x)}&$tan^{-1}(x)$&real&real\\ \hline \ttt{cot(x)}&$cotan(x)$&real&real\\ \hline \ttt{complex(x,y)}&$x+iy$&real,real&complex\\ \hline \ttt{rcomplex(x,y)}&$x+iy$&real,real&complex\\ \hline \ttt{pcomplex(x,y)}&$xe^{iy}$&real,real&complex\\ \hline \ttt{conj(z)} or \ttt{~z} &$z^{*}$&complex&complex\\ \hline \ttt{c\_exp(z)}&$e^{z}$&complex&complex\\ \hline \ttt{c\_log(z)}&$ln(z)$&complex&complex\\ \hline \ttt{c\_sqrt(z)}&$\sqrt{z}$&complex&complex\\ \hline \ttt{real(z)}&$real\{z\}$&complex&real\\ \hline \ttt{imag(z)}&$imag\{z\}$&complex&real\\ \hline \ttt{mod(z)}&$|z|$&complex&real\\ \hline \ttt{arg(z)}&$imag\{ln(z)\}$&complex&real\\ \hline \ttt{mod2(z)}&$|z|^{2}$&complex&real\\ \hline \end{tabular} \end{center} \caption{Commonly used functions} \label{tab:functions} \end{table} It is also possible to create piece-wise functions by using \ttt{if} statements, which must be done in the usual C syntax. Here are two alternate syntaxes that will turn on functions \ttt{damping1} and \ttt{damping2} after \ttt{t=1.0} and \ttt{t=2.0} respectively: \begin{CCode} double damping1; if(t>1.0) damping1 = 1.0; else damping1 = 0; const double damping2 = t>2.0? 1 : 0; \end{CCode} \xmds automatically declares a number of variables, depending on the element, for the equations to reference. These are summarised in \tab{tab:declaredVariables}. If a particular dimension is in Fourier space (ie. if the corresponding \xmdsTag{fourier\_space} assignment was ``\ttt{yes}'') then it is referenced by its name as specified in the \xmdsTag{field} element but prefixed by a ``\ttt{k}''. \begin{table} \begin{center} \begin{tabular}{|c|l|} \hline & Example for:\\ & \xmdsTag{prop\_dim}z\xmdsTag{/prop\_dim}\\ & \xmdsTag{noises}2\xmdsTag{/noises}\\ & \xmdsTag{dimensions}x y\xmdsTag{/dimensions}\\ \hline \hline Variable & Available in\\ \hline \hline \ttt{z} & \xmdsTag{integrate}, \xmdsTag{k\_operators},\\ & \xmdsTag{filter}, \xmdsTag{sampling}\\ \hline \ttt{z} or \ttt{kz} & \xmdsTag{post\_propagation}\\ \hline \ttt{dz} & \xmdsTag{integrate}, \xmdsTag{k\_operators}\\ \hline \ttt{x} or \ttt{kx} & \xmdsTag{vector}, \xmdsTag{integrate}, \xmdsTag{k\_operators},\\ \ttt{y} or \ttt{ky} & \xmdsTag{sampling},\\ \ttt{dx} or \ttt{dkx} & and \xmdsTag{post\_propagation} where dimension\\ \ttt{dy} or \ttt{dky} & hasn't been collapsed\\ \hline \ttt{n\_1, n\_2} & \xmdsTag{vector}, \xmdsTag{integrate}, \xmdsTag{filter}\\ \hline \end{tabular} \end{center} \caption{Automatically declared variables} \label{tab:declaredVariables} \end{table} Finally, be wary of unintentional integer divisions, for example \ttt{const double c = 1/2;}, as the compiler will perform an integer division on the \ttt{1/2} before converting to a double, resulting in \ttt{c=0.0}! It ought to be written as \ttt{const double c = 1.0/2;} if \ttt{c=0.5} was the intended result. xmds-doc-0~svn.1884/latex/xsil2graphics.tex0000644000175000017500000000623210760704135020156 0ustar rafaelrafael% $Id: xsil2graphics.tex 1828 2008-02-26 03:32:45Z joehope $ % Copyright (C) 2000-2007 % % Code contributed by Greg Collecutt, Joseph Hope and the xmds-devel team % % This file is part of xmds. % % This program is free software; you can redistribute it and/or % modify it under the terms of the GNU General Public License % as published by the Free Software Foundation; either version 2 % of the License, or (at your option) any later version. % % This program is distributed in the hope that it will be useful, % but WITHOUT ANY WARRANTY; without even the implied warranty of % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License % along with this program; if not, write to the Free Software % Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. \chapter{The xsil2graphics utility program} \label{chap:xsil2graphics} \index{xsil2graphics} \begin{verbatim} ~/Applications/xmds/xmds-devel/examples$ xsil2graphics --help xsil2graphics utility supplied with xmds version 1.6.5 Usage: xsil2graphics [options] infile Options: infile: required, the input xsil file -h/--help: optional, display this information -m/--matlab: optional, produce matlab output (default) -s/--scilab: optional, produce scilab output -a/--mathematica: optional, produce mathematica 5.x ouput -e/--mathematica: optional, produce mathematica ouput -g/--gnuplot: optional, produce gnuplot ouput -r/--R: optional, produce R ouput -o/--outfile: optional, alternate output file name -v/--verbose: optional, verbose output For further help, please see http://www.xmds.org \end{verbatim} Most users will find this utility essential: it writes the output as \ttt{.dat} ascii files and writes a separate file which is executed from within a common plotting program in order to load in the data. Currently supported packages include matlab (\htmladdnormallink{http://www.mathworks.com}{http://www.mathworks.com}), scilab (\htmladdnormallink{http://scilabsoft.inria.fr/}{http://scilabsoft.inria.fr/}), Mathematica (\htmladdnormallink{http://www.wolfram.com}{http://www.wolfram.com}), gnuplot and R. If no output file name is specified then the last extension is removed from the input file name and an appropriate ending (\ttt{.m}, \ttt{.sci}, or \ttt{.nb}) is appended. To avoid confusion between data from different XSIL data containers (as there may have been more than one container within the input file specified) \ttt{xsil2graphics} appends all variable names with an integer specifying which XSIL data container (in sequence) they came from. There is an example plotting program for Mathematica in the examples directory. To use the output of \ttt{xsil2graphics} in matlab, one merely needs to call the name of the .xsil file without the .xsil extension. For example, for the nlse simulation, the output file is nlse.xsil and the command one uses in matlab is: \begin{matlabCode} >> nlse \end{matlabCode} In scilab, for the same simulation, the command to use is: \begin{scilabCode} -->exec('nlse.sci') \end{scilabCode} xmds-doc-0~svn.1884/latex/titlepage.tex0000644000175000017500000000256010611542642017350 0ustar rafaelrafael% $Id: titlepage.tex 1322 2007-04-19 01:28:02Z paultcochrane $ % Copyright (C) 2000-2007 % % Code contributed by Greg Collecutt, Joseph Hope and the xmds-devel team % % This file is part of xmds. % % This program is free software; you can redistribute it and/or % modify it under the terms of the GNU General Public License % as published by the Free Software Foundation; either version 2 % of the License, or (at your option) any later version. % % This program is distributed in the hope that it will be useful, % but WITHOUT ANY WARRANTY; without even the implied warranty of % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License % along with this program; if not, write to the Free Software % Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. \begin{titlepage} {\Huge \centerline{\includegraphics[width=\figwidth]{figures/xmds_logo}} {\bf xmds:} \begin{tabular}{rcl} e & X & tensible\\ & M & ulti\\ & D & imensional\\ & S & imulator \end{tabular} } \vspace{20mm} \centerline{\Large An open source numerical simulation package.} \vspace{10mm} \centerline{\Large Version \xmdsVersion} \vspace{30mm} \rightline{P.~T.~Cochrane, G.~Collecutt, P.~D.~Drummond, and J.~J.~Hope} \rightline{\today} \end{titlepage} xmds-doc-0~svn.1884/man/0000755000175000017500000000000010770064146014307 5ustar rafaelrafaelxmds-doc-0~svn.1884/man/loadxsil.10000644000175000017500000001310510760704135016206 0ustar rafaelrafael.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.14 .\" .\" Standard preamble: .\" ======================================================================== .de Sh \" Subsection heading .br .if t .Sp .ne 5 .PP \fB\\$1\fR .PP .. .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. | will give a .\" real vertical bar. \*(C+ will give a nicer C++. Capital omega is used to .\" do unbreakable dashes and therefore won't be available. \*(C` and \*(C' .\" expand to `' in nroff, nothing in troff, for use with C<>. .tr \(*W-|\(bv\*(Tr .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' 'br\} .\" .\" If the F register is turned on, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . nr % 0 . rr F .\} .\" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .hy 0 .if n .na .\" .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2). .\" Fear. Run. Save yourself. No user-serviceable parts. . \" fudge factors for nroff and troff .if n \{\ . ds #H 0 . ds #V .8m . ds #F .3m . ds #[ \f1 . ds #] \fP .\} .if t \{\ . ds #H ((1u-(\\\\n(.fu%2u))*.13m) . ds #V .6m . ds #F 0 . ds #[ \& . ds #] \& .\} . \" simple accents for nroff and troff .if n \{\ . ds ' \& . ds ` \& . ds ^ \& . ds , \& . ds ~ ~ . ds / .\} .if t \{\ . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' . ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u' . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u' . ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u' . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u' .\} . \" troff and (daisy-wheel) nroff accents .ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V' .ds 8 \h'\*(#H'\(*b\h'-\*(#H' .ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#] .ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H' .ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u' .ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#] .ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#] .ds ae a\h'-(\w'a'u*4/10)'e .ds Ae A\h'-(\w'A'u*4/10)'E . \" corrections for vroff .if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u' .if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u' . \" for low resolution devices (crt and lpr) .if \n(.H>23 .if \n(.V>19 \ \{\ . ds : e . ds 8 ss . ds o a . ds d- d\h'-1'\(ga . ds D- D\h'-1'\(hy . ds th \o'bp' . ds Th \o'LP' . ds ae ae . ds Ae AE .\} .rm #[ #] #H #V #F C .\" ======================================================================== .\" .IX Title "LOADXSIL 1" .TH LOADXSIL 1 "2007-06-27" "perl v5.8.6" "User Contributed Perl Documentation" .SH "NAME" loadxsil \- load simulation data into matlab .SH "SYNOPSIS" .IX Header "SYNOPSIS" loadxsil('') .SH "DESCRIPTION" .IX Header "DESCRIPTION" Utility script bundled with \fBxmds\fR, used to load simulation output data (from the xsil data file) into matlab, where the results can be presented graphically. .PP To load data from the xsil file data_file.xsil, enter at the matlab command prompt: .PP >> loadxsil('data_file.xsil') .SH "EXAMPLES" .IX Header "EXAMPLES" At the matlab command prompt: .PP >> loadxsil('nlse.xsil') .PP loads the data contained in \fInlse.xsil\fR into matlab .SH "AUTHORS" .IX Header "AUTHORS" Written by Paul Cochrane .SH "BUGS" .IX Header "BUGS" No known bugs. However, the loadxsil script does not work in Matlab version 4.0 or below; it can only be used with Matlab version 5.0 and above. Users with Matlab 4.0 can use the \fBxsil2graphics\fR utility as a means to import data into Matlab. .SH "SEE ALSO" .IX Header "SEE ALSO" \&\fIxmds\fR\|(1), \fIxsil2graphics\fR\|(1) .PP http://www.xmds.org .SH "COPYRIGHT" .IX Header "COPYRIGHT" Copyright (C) 2003\-2004 .PP Code contributed by Paul Cochrane .PP This program is free software; you can redistribute it and/or modify it under the terms of the \s-1GNU\s0 General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. .PP This program is distributed in the hope that it will be useful, but \s-1WITHOUT\s0 \s-1ANY\s0 \s-1WARRANTY\s0; without even the implied warranty of \&\s-1MERCHANTABILITY\s0 or \s-1FITNESS\s0 \s-1FOR\s0 A \s-1PARTICULAR\s0 \s-1PURPOSE\s0. See the \&\s-1GNU\s0 General Public License for more details. .PP You should have received a copy of the \s-1GNU\s0 General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place \- Suite 330, Boston, \&\s-1MA\s0 02111\-1307, \s-1USA\s0. xmds-doc-0~svn.1884/man/xmds.10000644000175000017500000001456610760704135015356 0ustar rafaelrafael.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.14 .\" .\" Standard preamble: .\" ======================================================================== .de Sh \" Subsection heading .br .if t .Sp .ne 5 .PP \fB\\$1\fR .PP .. .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. | will give a .\" real vertical bar. \*(C+ will give a nicer C++. Capital omega is used to .\" do unbreakable dashes and therefore won't be available. \*(C` and \*(C' .\" expand to `' in nroff, nothing in troff, for use with C<>. .tr \(*W-|\(bv\*(Tr .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' 'br\} .\" .\" If the F register is turned on, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . nr % 0 . rr F .\} .\" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .hy 0 .if n .na .\" .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2). .\" Fear. Run. Save yourself. No user-serviceable parts. . \" fudge factors for nroff and troff .if n \{\ . ds #H 0 . ds #V .8m . ds #F .3m . ds #[ \f1 . ds #] \fP .\} .if t \{\ . ds #H ((1u-(\\\\n(.fu%2u))*.13m) . ds #V .6m . ds #F 0 . ds #[ \& . ds #] \& .\} . \" simple accents for nroff and troff .if n \{\ . ds ' \& . ds ` \& . ds ^ \& . ds , \& . ds ~ ~ . ds / .\} .if t \{\ . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' . ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u' . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u' . ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u' . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u' .\} . \" troff and (daisy-wheel) nroff accents .ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V' .ds 8 \h'\*(#H'\(*b\h'-\*(#H' .ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#] .ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H' .ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u' .ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#] .ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#] .ds ae a\h'-(\w'a'u*4/10)'e .ds Ae A\h'-(\w'A'u*4/10)'E . \" corrections for vroff .if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u' .if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u' . \" for low resolution devices (crt and lpr) .if \n(.H>23 .if \n(.V>19 \ \{\ . ds : e . ds 8 ss . ds o a . ds d- d\h'-1'\(ga . ds D- D\h'-1'\(hy . ds th \o'bp' . ds Th \o'LP' . ds ae ae . ds Ae AE .\} .rm #[ #] #H #V #F C .\" ======================================================================== .\" .IX Title "XMDS 1" .TH XMDS 1 "2007-06-27" "perl v5.8.6" "User Contributed Perl Documentation" .SH "NAME" xmds \- the eXtensible Multi\-Dimensional Simulator .SH "SYNOPSIS" .IX Header "SYNOPSIS" xmds [options] .SH "DESCRIPTION" .IX Header "DESCRIPTION" The program \fBxmds\fR is a code generator that integrates equations. You write them down in human readable form in an \s-1XML\s0 file, and it goes away and writes and compiles a \*(C+ program that integrates those equations as fast as it can possibly be done in your architecture. .PP For information as to how to write a script for xmds, and how to solve problems in physics, mathematics and even finance and economics, read the associated pdf documentation available from the xmds web site: http://www.xmds.org. .SH "OPTIONS" .IX Header "OPTIONS" \&\fB\-t\fR, \fB\-\-template\fR Output a template either to the terminal or to an optionally specified file .PP \&\fB\-h\fR, \fB\-\-help\fR Display help and usage information .PP \&\fB\-v\fR, \fB\-\-verbose\fR Turn on verbose information output .PP \&\fB\-n\fR, \fB\-\-nocompile\fR Turn \fIoff\fR automatic compilation of output code .PP \&\fB\-d\fR, \fB\-\-debug\fR Turn on debugging information in processing of xmds script .PP \&\fB\-x\fR, \fB\-\-xmldebug\fR Turn on debugging information in parsing of xml code .SH "FILES" .IX Header "FILES" Directory for storing fftw wisdom files: .PP ${\s-1HOME\s0}/.xmds/wisdom/ .PP Preferences file: .PP ${\s-1HOME\s0}/.xmds/xmds.prefs \fIor\fR /xmds.prefs .SH "EXAMPLES" .IX Header "EXAMPLES" xmds nlse.xmds .PP xmds \-t new_xmds_file.xmds .PP xmds \-\-template > new_xmds_file.xmds .SH "AUTHORS" .IX Header "AUTHORS" Originally written by Greg Collecutt .PP Currently maintained by Joe Hope .SH "BUGS" .IX Header "BUGS" No known bugs. .SH "SEE ALSO" .IX Header "SEE ALSO" \&\fIxsil2graphics\fR\|(1), \fIloadxsil\fR\|(1) .SH "COPYRIGHT" .IX Header "COPYRIGHT" Copyright (C) 2000\-2005 .PP Code contributed by Greg Collecutt, Joseph Hope, Paul Cochrane and Sebastian Wster .PP This program is free software; you can redistribute it and/or modify it under the terms of the \s-1GNU\s0 General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. .PP This program is distributed in the hope that it will be useful, but \s-1WITHOUT\s0 \s-1ANY\s0 \s-1WARRANTY\s0; without even the implied warranty of \&\s-1MERCHANTABILITY\s0 or \s-1FITNESS\s0 \s-1FOR\s0 A \s-1PARTICULAR\s0 \s-1PURPOSE\s0. See the \&\s-1GNU\s0 General Public License for more details. .PP You should have received a copy of the \s-1GNU\s0 General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place \- Suite 330, Boston, \&\s-1MA\s0 02111\-1307, \s-1USA\s0. xmds-doc-0~svn.1884/man/main.aap0000644000175000017500000000125210541510363015707 0ustar rafaelrafael# This is the main file for generating the xmds man pages and # putting the output into the xmds-devel tree for distribution # with xmds. To use this file, the program aap must be installed. # If it is not installed, go to http://www.a-a-p.org/ and install # the relevant software # $Id: main.aap 1195 2006-12-18 13:00:35Z paultcochrane $ # generating the xmds man pages :print Generating the xmds man pages manFiles = xmds.1 xsil2graphics.1 loadxsil.1 develManDir = /home/cochrane/sourceforge/xmds-devel/man/ all: $manFiles dist :rule %.1 : %.pod :sys pod2man $source > $target dist: $manFiles :print Copying the man pages to the devel tree :sys cp *.1 $develManDir xmds-doc-0~svn.1884/man/xsil2graphics.pod0000644000175000017500000000557410661264670017613 0ustar rafaelrafael# $Id: xsil2graphics.pod 1510 2007-08-17 09:26:16Z paultcochrane $ =head1 NAME xsil2graphics - generate scripts to load xsil output data files =head1 SYNOPSIS xsil2graphics [options] =head1 DESCRIPTION Utility program bundled with B, used to generate scripts that load simulation output data into either matlab (http://www.mathworks.com), octave (http://www.octave.org) or scilab (http://www.scilab.org), which are then used to manipulate the results further if necessary and then to present the results graphically. =head2 Matlab To generate a matlab m-file, from the xsil file data_file.xsil use the command: B xsil2graphics data_file.xsil or B xsil2graphics --matlab data_file.xsil Then at the matlab or octave command prompt: >> data_file =head2 Scilab To generate a scilab script file, from the xsil file data_file.xsil use the command: B xsil2graphics --scilab data_file.xsil Then at the scilab command prompt: --> exec('data_file.sci') =head1 OPTIONS B<-m>, B<--matlab> generate matlab or octave m-file script to load data from the xsil data file (the default option) B<-s>, B<-scilab> generate scilab script file to load data from the xsil data file B<-o>, B<--outfile > specify an alternative output script filename to the default which is the input xsil filename with the .xsil extension changed to either .m for the matlab or octave m-file or .sci for the scilab script file =head1 EXAMPLES B xsil2graphics nlse.xsil Generates the output B to load the data into matlab or octave B xsil2graphics -m nlse.xsil Also generates the output B but explicitly sets matlab to be the output format B xsil2graphics --scilab nlse.xsil Generates the output B to load the data into scilab B xsil2graphics --outfile nlse_new.m nlse.xsil Generates the output B to load the data into matlab or octave =head1 AUTHORS Originally written by Greg Collecutt Maintained by Paul Cochrane with code contributed by Joe Hope =head1 BUGS No known bugs. =head1 SEE ALSO xmds(1), loadxsil(1) http://www.xmds.org =head1 COPYRIGHT Copyright (C) 2000-2004 Code contributed by Greg Collecutt, Joseph Hope and Paul Cochrane This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. xmds-doc-0~svn.1884/man/loadxsil.pod0000644000175000017500000000326210541510363016626 0ustar rafaelrafael# $Id: loadxsil.pod 1195 2006-12-18 13:00:35Z paultcochrane $ =head1 NAME loadxsil - load simulation data into matlab =head1 SYNOPSIS loadxsil('') =head1 DESCRIPTION Utility script bundled with B, used to load simulation output data (from the xsil data file) into matlab, where the results can be presented graphically. To load data from the xsil file data_file.xsil, enter at the matlab command prompt: >> loadxsil('data_file.xsil') =head1 EXAMPLES At the matlab command prompt: >> loadxsil('nlse.xsil') loads the data contained in I into matlab =head1 AUTHORS Written by Paul Cochrane =head1 BUGS No known bugs. However, the loadxsil script does not work in Matlab version 4.0 or below; it can only be used with Matlab version 5.0 and above. Users with Matlab 4.0 can use the B utility as a means to import data into Matlab. =head1 SEE ALSO xmds(1), xsil2graphics(1) http://www.xmds.org =head1 COPYRIGHT Copyright (C) 2003-2004 Code contributed by Paul Cochrane This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. xmds-doc-0~svn.1884/man/xmds.pod0000644000175000017500000000452010541510363015760 0ustar rafaelrafael# $Id: xmds.pod 1195 2006-12-18 13:00:35Z paultcochrane $ =head1 NAME xmds - the eXtensible Multi-Dimensional Simulator =head1 SYNOPSIS xmds [options] =head1 DESCRIPTION The program B is a code generator that integrates equations. You write them down in human readable form in an XML file, and it goes away and writes and compiles a C++ program that integrates those equations as fast as it can possibly be done in your architecture. For information as to how to write a script for xmds, and how to solve problems in physics, mathematics and even finance and economics, read the associated pdf documentation available from the xmds web site: http://www.xmds.org. =head1 OPTIONS B<-t>, B<--template> Output a template either to the terminal or to an optionally specified file B<-h>, B<--help> Display help and usage information B<-v>, B<--verbose> Turn on verbose information output B<-n>, B<--nocompile> Turn I automatic compilation of output code B<-d>, B<--debug> Turn on debugging information in processing of xmds script B<-x>, B<--xmldebug> Turn on debugging information in parsing of xml code =head1 FILES Directory for storing fftw wisdom files: ${HOME}/.xmds/wisdom/ Preferences file: ${HOME}/.xmds/xmds.prefs I /xmds.prefs =head1 EXAMPLES xmds nlse.xmds xmds -t new_xmds_file.xmds xmds --template > new_xmds_file.xmds =head1 AUTHORS Originally written by Greg Collecutt Currently maintained by Joe Hope =head1 BUGS No known bugs. =head1 SEE ALSO xsil2graphics(1), loadxsil(1) =head1 COPYRIGHT Copyright (C) 2000-2005 Code contributed by Greg Collecutt, Joseph Hope, Paul Cochrane and Sebastian Wster This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. xmds-doc-0~svn.1884/man/xsil2graphics.10000644000175000017500000001572510760704135017163 0ustar rafaelrafael.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.14 .\" .\" Standard preamble: .\" ======================================================================== .de Sh \" Subsection heading .br .if t .Sp .ne 5 .PP \fB\\$1\fR .PP .. .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. | will give a .\" real vertical bar. \*(C+ will give a nicer C++. Capital omega is used to .\" do unbreakable dashes and therefore won't be available. \*(C` and \*(C' .\" expand to `' in nroff, nothing in troff, for use with C<>. .tr \(*W-|\(bv\*(Tr .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' 'br\} .\" .\" If the F register is turned on, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . nr % 0 . rr F .\} .\" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .hy 0 .if n .na .\" .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2). .\" Fear. Run. Save yourself. No user-serviceable parts. . \" fudge factors for nroff and troff .if n \{\ . ds #H 0 . ds #V .8m . ds #F .3m . ds #[ \f1 . ds #] \fP .\} .if t \{\ . ds #H ((1u-(\\\\n(.fu%2u))*.13m) . ds #V .6m . ds #F 0 . ds #[ \& . ds #] \& .\} . \" simple accents for nroff and troff .if n \{\ . ds ' \& . ds ` \& . ds ^ \& . ds , \& . ds ~ ~ . ds / .\} .if t \{\ . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' . ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u' . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u' . ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u' . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u' .\} . \" troff and (daisy-wheel) nroff accents .ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V' .ds 8 \h'\*(#H'\(*b\h'-\*(#H' .ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#] .ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H' .ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u' .ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#] .ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#] .ds ae a\h'-(\w'a'u*4/10)'e .ds Ae A\h'-(\w'A'u*4/10)'E . \" corrections for vroff .if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u' .if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u' . \" for low resolution devices (crt and lpr) .if \n(.H>23 .if \n(.V>19 \ \{\ . ds : e . ds 8 ss . ds o a . ds d- d\h'-1'\(ga . ds D- D\h'-1'\(hy . ds th \o'bp' . ds Th \o'LP' . ds ae ae . ds Ae AE .\} .rm #[ #] #H #V #F C .\" ======================================================================== .\" .IX Title "XSIL2GRAPHICS 1" .TH XSIL2GRAPHICS 1 "2007-09-18" "perl v5.8.6" "User Contributed Perl Documentation" .SH "NAME" xsil2graphics \- generate scripts to load xsil output data files .SH "SYNOPSIS" .IX Header "SYNOPSIS" xsil2graphics [options] .SH "DESCRIPTION" .IX Header "DESCRIPTION" Utility program bundled with \fBxmds\fR, used to generate scripts that load simulation output data into either matlab (http://www.mathworks.com), octave (http://www.octave.org) or scilab (http://www.scilab.org), which are then used to manipulate the results further if necessary and then to present the results graphically. .Sh "Matlab" .IX Subsection "Matlab" To generate a matlab m\-file, from the xsil file data_file.xsil use the command: .PP \&\fBbash$\fR xsil2graphics data_file.xsil .PP or .PP \&\fBbash$\fR xsil2graphics \-\-matlab data_file.xsil .PP Then at the matlab or octave command prompt: .PP >> data_file .Sh "Scilab" .IX Subsection "Scilab" To generate a scilab script file, from the xsil file data_file.xsil use the command: .PP \&\fBbash$\fR xsil2graphics \-\-scilab data_file.xsil .PP Then at the scilab command prompt: .PP \&\-\-> exec('data_file.sci') .SH "OPTIONS" .IX Header "OPTIONS" \&\fB\-m\fR, \fB\-\-matlab\fR generate matlab or octave m\-file script to load data from the xsil data file (the default option) .PP \&\fB\-s\fR, \fB\-scilab\fR generate scilab script file to load data from the xsil data file .PP \&\fB\-o\fR, \fB\-\-outfile specify an alternative output script filename to the default which is the input xsil filename with the .xsil extension changed to either \&.m for the matlab or octave m\-file or .sci for the scilab script file .SH "EXAMPLES" .IX Header "EXAMPLES" \&\fBbash$\fR xsil2graphics nlse.xsil .PP Generates the output \fBnlse.m\fR to load the data into matlab or octave .PP \&\fBbash$\fR xsil2graphics \-m nlse.xsil .PP Also generates the output \fBnlse.m\fR but explicitly sets matlab to be the output format .PP \&\fBbash$\fR xsil2graphics \-\-scilab nlse.xsil .PP Generates the output \fBnlse.sci\fR to load the data into scilab .PP \&\fBbash$\fR xsil2graphics \-\-outfile nlse_new.m nlse.xsil .PP Generates the output \fBnlse_new.m\fR to load the data into matlab or octave .SH "AUTHORS" .IX Header "AUTHORS" Originally written by Greg Collecutt .PP Maintained by Paul Cochrane with code contributed by Joe Hope .SH "BUGS" .IX Header "BUGS" No known bugs. .SH "SEE ALSO" .IX Header "SEE ALSO" \&\fIxmds\fR\|(1), \fIloadxsil\fR\|(1) .PP http://www.xmds.org .SH "COPYRIGHT" .IX Header "COPYRIGHT" Copyright (C) 2000\-2004 .PP Code contributed by Greg Collecutt, Joseph Hope and Paul Cochrane .PP This program is free software; you can redistribute it and/or modify it under the terms of the \s-1GNU\s0 General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. .PP This program is distributed in the hope that it will be useful, but \s-1WITHOUT\s0 \s-1ANY\s0 \s-1WARRANTY\s0; without even the implied warranty of \&\s-1MERCHANTABILITY\s0 or \s-1FITNESS\s0 \s-1FOR\s0 A \s-1PARTICULAR\s0 \s-1PURPOSE\s0. See the \&\s-1GNU\s0 General Public License for more details. .PP You should have received a copy of the \s-1GNU\s0 General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place \- Suite 330, Boston, \&\s-1MA\s0 02111\-1307, \s-1USA\s0.