From: Tobias Oetiker Date: Thu, 8 Jan 2015 13:06:53 +0000 (+0100) Subject: cleaning up to get ready for the 1.5.0-rc1 release X-Git-Tag: v1.5.0-rc1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f1c86233d7a5ba5fe589d807c541f420e494502;p=thirdparty%2Frrdtool-1.x.git cleaning up to get ready for the 1.5.0-rc1 release --- diff --git a/.gitignore b/.gitignore index 0bf38ba5..92ff6597 100644 --- a/.gitignore +++ b/.gitignore @@ -17,16 +17,7 @@ !/m4/acinclude.m4 !/m4/snprintf.m4 /aclocal.m4 -/ltmain.sh -/install-sh -/config.guess -/config.sub /autom4te.cache/ -/compile -/configure -/depcomp -/missing -/config.rpath # automake Makefile.in diff --git a/00README b/00README deleted file mode 100644 index 8a0389f0..00000000 --- a/00README +++ /dev/null @@ -1,6 +0,0 @@ -Title: RRDtool -Date: 2010-03-22 -Owner: Tobias Oetiker -Group: Software - -Round Robin Database Tool diff --git a/CHANGES b/CHANGES index e2a8674b..75b009e3 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,579 @@ +RRDtool 1.5.0-rc1 - 2015-01-08 +============================= + +New Features +------------ +* compile without graphics libraries: ./configure --disable-rrd_graph +* updated windows port (see WIN32-BUILD-TIPS.txt) +* single step RRAs for MIN,MAX,LAST are generated virtually from + an AVERAGE RRA +* ignore updates in the past with rrdtool update --skip-past-updates +* ignore a LINE when scaling a chart using the skipscale option +* detect 32bit timeoverflows +* massive performance boost for charts with more than 100 DEF line by + switching form a linear search to a HASH when searching for data +* improved cross compilation support +* .Net bindings +* allow rrdtool graph to silently skip non-existing source files using the + --use-nan-for-all-missing-data option +* restore from a pipe (rrdtool restore - y.rrd) +* in rrdtool create, row count and step can be defined in absolute time +* all new "create on steroids" can pull both data and configuration from + existing rrd files +* use rrdtool graph to chart arbitrary data via a callback function for data fetching + support is integrated in the perl bindings. +* re-written parser for rrdtool graph commands. It now follows a simple key + value pattern, compatible with the previous syntax. +* MEDIAN op for CDEF expressions +* DEPTH,INDEX,COPY,ROL ops for CDEF (as seen in PostScript) + + +RRDtool 1.4.9 - 2014-09-29 +========================== + +New Features +------------ +* allows rrdrestore to read input from stdin +* add documentation for RRDs::xport +* RPN operators MINNAN and MAXNAN +* --left-axis-format option to rrd_graph + +Bugfixes +-------- +* properly verify validity of user suplied format strings +* remove graph functions from python module when compiled without graphing + support +* verify that only short integers are used in COMPUTE rpn expressions +* eliminate duplicate setlocale calls +* fixed endless loop and double frees in rrd_restore +* fixed missing variable initializations in rrd_graph +* fixed JSON output format to actually be valid JSON +* detect failing fallocate and fall back to seeking +* fixed format string in ruby bindings + + +RRDtool 1.4.8 - 2012-05-23 +========================== + +Highlights +---------- + +* rrd_graph now uses a map to lookup variable names causing graphs with many + items to be drawn magnitudes faster as the linear search of the variable + tables is gone now. + +* the optional argument :skipscale allows for a LINE or AREA instruction to be + excluded from having an effect on the scaling of the graph + +* TRENDNAN is now working properly and als not crashing anymore + +* Added a no-op string positioning combo "\." this allows to write + COMMENT:OS\2\. which would otherwise not be possible. + +* JSON output of xport is now actually json compilant by its keys + being properly quoted now. + +* The label positioner in rrd_graph is now properly ignoring the current + state of DST. + +* fixes and enhancements for Python, Ruby, TCL and Perl bindings + +* improved error reporting in rrd_graph + +* portability and cross compilation + +* code and bugtracker moved to https://github.com/oetiker/rrdtool-1.x + +Detail +------ + +* commit 3bbe02f924ec0e0342c5c728ee93a52e2ae1104f +| Author: Trevor Bowen +| Date: Mon May 13 16:47:29 2013 -0500 +| +| Fixed failed IEEE check for cross-compile support. +| +* commit 2948dde97fa8cef4f6c72e345601de566fc28e23 +| Author: Tobias Oetiker +| Date: Tue Apr 30 11:28:20 2013 +0200 +| +| backport of the (C)DEF hash patch to accelerate processing of large (+100 statements) graph instructions. +| +* commit fd4cfab7f2a05950b15292bacd8a00251fdaa1e4 +| Author: Tobias Oetiker +| Date: Tue Mar 19 07:17:23 2013 +0100 +| +| fixed overflow probem with partial matching +| +* commit a1768b2580bdd4451be66928e8bfc32a82c9ada9 +| Author: Tobias Oetiker +| Date: Sat Mar 16 18:09:38 2013 +0100 +| +| raise an error if part of an CDEF is unparsable +| +* commit f860a1c88ad1eb2d46b69c9b5fe9f357d2f9d28e +| Author: Nick +| Date: Sat Feb 9 18:46:40 2013 +0000 +| +| Added check for graph timespan overflowing if time_t is 32 bits. +| +* commit 14eca7ff5e5f63e50274a2dc712b43f36d06d18e +| Author: Nick +| Date: Sat Feb 9 16:38:17 2013 +0000 +| +| Fixed overflow bug. +| +* commit a234579cdf7eb99b3c93a4463dcf82b50f709785 +| Author: Max Khon +| Date: Wed Dec 12 13:48:23 2012 +0700 +| +| Fix build when glib is in non-standard location (e.g. /opt). +| +* commit 8b3d3f161169733cd46dc1d29293265d0a045a02 +| Author: Olivier Doucet +| Date: Wed Jan 9 15:52:44 2013 +0100 +| +| Updated rrdgraph_libdbi doc about MySQL performance issues +| +* commit db4fe1aaf420d0f636c8bed37f7f7bc166a51016 +| Author: Tobias Oetiker +| Date: Mon Nov 19 09:17:55 2012 +0100 +| +| fixed regression from renaming skipscale +| +* commit 774e1aec924a48a6299033adc173387e104827bc +| Author: Tobias Oetiker +| Date: Mon Nov 19 09:09:15 2012 +0100 +| +| properly fix handling of time_t size in rrd_restore +| +* commit 1591fffceb3878b785c358e4d8d884f6ebe707ba +| Author: Tobias Oetiker +| Date: Wed Nov 14 17:48:32 2012 +0100 +| +| use skipscale everywhere and not SKIPSCALE +| +* commit cab7c3817687772ecd816a220703d04ce4d92a22 +| Author: Tobias Oetiker +| Date: Wed Nov 14 14:19:44 2012 +0100 +| +| Normally the graphing function makes sure that the entire LINE or AREA +| is visible in the chart. The scaling of the chart will be modified +| accordingly if necessary. Any LINE or AREA can be excluded from this +| process by adding the option SKIPSCALE. +| +| LINE:x#f00::SKIPSCALE +| +* commit 4c583ec30a4d7b37e49f930d5fe4d6afc9b81ccd +| Author: Antony Dovgal +| Date: Tue Nov 13 15:57:49 2012 +0100 +| +| fix for first day of the week detection logic +| +* commit 6259d3ec4db96daa4839edcae0537ddedac58b12 +|\ Merge: f6d786d 743e34f +| | Author: Tobias Oetiker +| | Date: Sat Nov 10 17:49:20 2012 +0100 +| | +| | Merge branch '1.4' of github.com:oetiker/rrdtool-1.x into 1.4 +| | +| * commit 743e34f5d66ea41698ff2f499283de532137408b +| |\ Merge: 57a8491 ec0f5d3 +| | | Author: Tobias Oetiker +| | | Date: Fri Oct 19 13:47:25 2012 -0700 +| | | +| | | Merge pull request #352 from tokkee/sh/build-issues +| | | +| | | ruby bindings: Fixed a few build issues. +| | | +| | * commit ec0f5d31bb77f72dca926ca5f44ceec115a84226 +| | | Author: Sebastian Harl +| | | Date: Fri Oct 19 19:12:31 2012 +0200 +| | | +| | | ruby/main: Fixed "format not a string literal and no format arguments" errors. +| | | +| | | These kind of errors are reported by current versions of GCC. +| | | +| | * commit 3fef26354ee9c257a433f7296f73c760f96ccc15 +| |/ Author: Sebastian Harl +| | Date: Fri Oct 19 19:11:30 2012 +0200 +| | +| | ruby bindings: Fixed a miss-placed cast. +| | +* | commit f6d786d9146d45234c32999adae6ae7286ea8701 +| | Author: Tobias Oetiker +| | Date: Sat Nov 10 17:47:28 2012 +0100 +| | +| | do not die when failing to add link +| | +* | commit 8381c9b92283b576929a7317f982a23d0b3254f3 +|/ Author: Tobias Oetiker +| Date: Sat Nov 10 17:46:44 2012 +0100 +| +| fix trendnan variable access +| +* commit 57a84914e0bc7725ba1741e1a399153c8e44d407 +| Author: Tobias Oetiker +| Date: Tue Sep 11 14:33:08 2012 +0200 +| +| add git notes +| +* commit 35c423dff643bc4d9dcd2e259d4cbfe5c564b871 +| Author: Tobias Oetiker +| Date: Mon Sep 3 13:39:29 2012 +0000 +| +| fix off by 1 error +| +| git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2305 a5681a0c-68f1-0310-ab6d-d61299d08faa +| +* commit 859873eaed82f0e1ab79e15cbd8db45659340ad0 +| Author: Tobias Oetiker +| Date: Wed Aug 22 09:57:33 2012 +0000 +| +| fixed pango markup link +| +| +| +| git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2304 a5681a0c-68f1-0310-ab6d-d61299d08faa +| +* commit 4f18e03460e91cf6ec433a43d355d77cec364eb2 +| Author: Tobias Oetiker +| Date: Tue Aug 14 09:23:11 2012 +0000 +| +| remove a bunch of variables which were set but never used as pointed out by gcc +| +| +| git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2303 a5681a0c-68f1-0310-ab6d-d61299d08faa +| +* commit d8b366750ef91e7f49ec1e826e91276c4a91110a +| Author: Tobias Oetiker +| Date: Tue Aug 14 09:22:19 2012 +0000 +| +| fix locations for installing the sample programs to make automake happy +| +| +| git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2302 a5681a0c-68f1-0310-ab6d-d61299d08faa +| +* commit 55231968de6715004cd821630d5737696566a148 +| Author: Tobias Oetiker +| Date: Mon Aug 13 14:04:15 2012 +0000 +| +| integrate rrdinfo and rrdcreate into the rrdupdate binary - Sven-Göran Bergh +| +| git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2300 a5681a0c-68f1-0310-ab6d-d61299d08faa +| +* commit 9684a2680d57cd22434f8b226e3b6afab4f72bff +| Author: Tobias Oetiker +| Date: Sun Aug 12 20:49:17 2012 +0000 +| +| openbsd does not know EPROTO it seems +| +| git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2298 a5681a0c-68f1-0310-ab6d-d61299d08faa +| +* commit 6698fd7b3324f9887d8f5f920a8d18aad870b113 +| Author: Tobias Oetiker +| Date: Sun Aug 12 14:37:31 2012 +0000 +| +| complete segfault fix for second axis %s format begun in r2123 (thanks Martin Pelikan for the hint) +| +| git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2297 a5681a0c-68f1-0310-ab6d-d61299d08faa +| +* commit 2f88a17bbe097d3ebf7ff17b57a9111a1bd4e0bb +| Author: Tobias Oetiker +| Date: Tue Jul 31 12:43:45 2012 +0000 +| +| RRDs.xs uses &PL_sv_undef to insert undefined values into arrays and hashes. This leads to all sorts of problems. For details, please see "AVs, HVs and undefined values" section in perlguts(1). -- patch by tobez+lars +| +| +| +| +| git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2296 a5681a0c-68f1-0310-ab6d-d61299d08faa +| +* commit afdc69a5a631fb7d2a18b2a82c8f0c3c4a439ba7 +| Author: Tobias Oetiker +| Date: Sat Jul 28 13:54:59 2012 +0000 +| +| support for the xport command -- Jimmy Ngo +| +| git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2294 a5681a0c-68f1-0310-ab6d-d61299d08faa +| +* commit 17be83c4cb0ff16ec7020e97556dd662b8fba52c +| Author: Tobias Oetiker +| Date: Mon May 7 07:31:28 2012 +0000 +| +| fix warning: "__STRICT_ANSI__" is not defined warning patch by Gilles Esp +| +| +| git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2288 a5681a0c-68f1-0310-ab6d-d61299d08faa +| +* commit 37fd3455ee4517e80c4213b3407cb4871a4d2967 +| Author: Tobias Oetiker +| Date: Tue Apr 10 10:12:28 2012 +0000 +| +| make sure the grid and label positioner does NOT take the dst state of the current time into account. +| +| +| git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2286 a5681a0c-68f1-0310-ab6d-d61299d08faa +| +* commit 649d79623f5170f3eab4a397a674600791dc57d4 +| Author: Tobias Oetiker +| Date: Mon Mar 12 10:47:21 2012 +0000 +| +| fix rrdcached crash as reported in debian bug #663505 -- Witold Baryluk +| +| git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2285 a5681a0c-68f1-0310-ab6d-d61299d08faa +| +* commit f124f8b045a70c3859f67bd6b0745078c641514c +| Author: Tobias Oetiker +| Date: Thu Mar 8 07:46:04 2012 +0000 +| +| if the perl bindings are to be installed together with rrdtool, make sure INSTALL_BASE does not confuse things. Inspired by Mike Schilli. +| +| git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2284 a5681a0c-68f1-0310-ab6d-d61299d08faa +| +* commit ba19ea752c9d4bc364356ca768a2896cd1c3857d +| Author: Tobias Oetiker +| Date: Mon Mar 5 16:49:01 2012 +0000 +| +| fix flush race in rrdcached -- Christian Hitz +| +| git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2282 a5681a0c-68f1-0310-ab6d-d61299d08faa +| +* commit 9675fcbe69b95e527a9327e9fbe4ff86217af5f8 +| Author: Tobias Oetiker +| Date: Wed Feb 22 22:11:18 2012 +0000 +| +| json requires keys to be proper strings and thus quoted ... +| +| +| git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2276 a5681a0c-68f1-0310-ab6d-d61299d08faa +| +* commit 2e8bfaf37b374e7c3814d42febe51f04da916710 +| Author: Tobias Oetiker +| Date: Thu Feb 2 15:39:54 2012 +0000 +| +| remove duplicate code in rrd_open -- Richard Laager +| +| +| git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2271 a5681a0c-68f1-0310-ab6d-d61299d08faa +| +* commit 6618a475c42b0ec966d71f76b786bc4a871060ba +| Author: Tobias Oetiker +| Date: Thu Feb 2 15:38:44 2012 +0000 +| +| use posix_fallocate when initialiying rrd files ... instead of filling them with yero explicitly -- Richard Laager +| +| +| git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2270 a5681a0c-68f1-0310-ab6d-d61299d08faa +| +* commit 2cbb285c19ec369db5eb1dcf584b09a1bd691ab6 +| Author: Tobias Oetiker +| Date: Thu Feb 2 15:35:24 2012 +0000 +| +| fix for tcl bindings ... -- George Ross +| +| +| git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2269 a5681a0c-68f1-0310-ab6d-d61299d08faa +| +* commit c8ba4b3fd7e8815f615adcdc0dd52aabd9fed1cd +| Author: Tobias Oetiker +| Date: Tue Jan 24 10:08:48 2012 +0000 +| +| prepare for the release of rrdtool-1.4.7 +| +| git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2267 a5681a0c-68f1-0310-ab6d-d61299d08faa +| +* commit aa25939a8aed3c86d5c4953b84140d916991b6d4 +| Author: Tobias Oetiker +| Date: Tue Jan 24 08:20:45 2012 +0000 +| +| regression fix for r2265 +| +| git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2266 a5681a0c-68f1-0310-ab6d-d61299d08faa +| +* commit c30daf7e738d6d17087a77eb99c19686107f8a8e +| Author: Tobias Oetiker +| Date: Tue Jan 24 08:18:37 2012 +0000 +| +| test for tm.tm_gmtoff presence in configure.ac fix for #330 +| +| git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2265 a5681a0c-68f1-0310-ab6d-d61299d08faa +| +* commit eb7b462e9a6373653bd9b844a76245b8b100ebfa + Author: Tobias Oetiker + Date: Tue Jan 24 07:38:31 2012 +0000 + + check in /usr/lib64 for tclConfig.sh too + + git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2264 a5681a0c-68f1-0310-ab6d-d61299d08faa + +RRDtool 1.4.7 - 2012-01-24 +========================== +Bugfixes: + +* test for tm.tm_gmtoff presence in configure.ac fix for #330 (libdbi + compiles on solaris should now work too) + +* check in /usr/lib64 for tclConfig.sh too + +* fix shared library version number (regression from 1.4.6) + +* be clearer as to what VDEF LAST/FIRST do. + +* remove perl 5.004 compatibility hack and make RRDs compile with newer + perls. + +New Functionality: + +* added a nop control for string formating, so that strings ending in /x are + possible by entering \x\. fix for #331 + +* added support for rrdgraph to use the yotta, zetta, zepto, yocto prefixes. + Fix for #333 (thanks Christoph) + +RRDtool 1.4.6 - 2012-01-16 +========================== +Enhancements: + * Added --json option to xport with inspiration from Erik Kastner and + Michael Markstaller -- Tobi + + * updated win32 port -- Larry Adams and the cacti team + + * configure option to disable building rrd_graph: --disable-rrd_graph + With support from Ulf Zimmermann (OpenLane) + +Bugfixes: + * fixed segfault in rrdtool (xport, fetch, graph) when handling + error conditions. -- James Brown + * improve compilation robustness in finding pic flags + * fix warnings in ruby bindings + * fix horizontal alignment of AREAS and LINES in graph output + * improved grid-fitting in graph output + * simplified configure tests for libwrap and libdbi + * rpn compare operators CAN return unknown ... (#293) + * do not require gettext 0.18 (0.17 is sufficient) + * improved rpm spec file -- Bernard Li + * fix glib dependency for --disable-rrd_graph and update library versions + (#323) + * fix uninitialized variable in rrd_graph (#322) + * fix issues with logarithmic charts (#296) -- Christoph Biedl + * improved data reduction algorithm in graph: after fetching, data must be + reduced to at least chart resolution, else some data will not get plotted. + fix for #298 + * properly handle the case where RRDCACHED_ADDRESS is an empty string + * the number of COMPUTE rpn nodes is architecture dependent. calculate the + right number and complain otherwise. Fix for #300. + * make rrd_mkdir_p work on bsd* Unixes too ... their dirname call works + differently ... #305 + * allow to restore XML files with zero row rras ... this is a degenerated + case that does not occur in the wild, as rrdtool prevents the creation + of such rrd files. But rrdtool restore 1.3 did allows to create them via + restore. Now this is possible again. #310. + * the first TREND* value can be calculated earlier ... -- fredrick (#312) + * actually link with LIBINTL if we got it ... should make solaris happy + * dbi_result_get_datetime_idx() return timestamp in UTC, but time axis on + graph supposed to be in local time. #321 + * fix ruby binding for rrd_xport #318 + * free step_list on error. fix for #317 + * fix buffer overflow for LONG lines in journal handling code for update + requests. #316 + * fix alignment of centered items ... title and footer + * fix for the header size problem and its effects on rrd_resize + * refuse to build if troff and nroff are not around #302 + * plug memory leak in lua bindings #301 + * improve cross compiling -- Michael Olbrich + * fix rrd_create behaviour when mmapping on a full filesystem by actually + 'filling' the file with zero. -- Francois-Xavier Bourlet + * with libwrap use 'rrdcached' as the name of our daemon and not just + rrdcache + * bring spacing around graph back in line with 1.2 goodness ... in + connection with no-legend and no title + * do not mistake "sqlxxabc.rrd" for a libdbi specification -- Peter Stamfest + * if rrd_cgi fails to parse stuff, do NOT try to fix up the mess ... it is bound to fail + * update timestamp continuity checks in rrd_cached ... allow sub-second + precision + * fix double free in rrd_resize + * do not close the file handle to the resize file of there was a problem + getting it in the first place. + + + +RRDtool 1.4.5 - 2010-12-26 +========================== +Bugfixes: + * rrdcached: print \n at the end of log messages when running rrdcached in the + foreground -- Bernard Li + * rrdcached: Let the -s, -m and -P options affect the default socket as + well -- Sebastian Harl + * rrdgraph: font related memory leaks fixed #208 -- tobi + * rrdgraph-libdbi: print error message instead of dumping core on sql + problem -- Pavel Nikiforov + * rrdgraph-libdbi: properly allocated response buffer -- Pavel Nikiforov + * rrdtool: in remote mode, make argument count for remote commands strict + -- Dave Peticolas + * rrdgraph: fix problems with second %s in right-axis format -- tobi + * compilation: works on MSVC2008 now -- jkane mail.com + * everywhere: fix locale handling. locales were not properly reset after + calling set locale -- tobi + * rrd_cgi: windows compilation fix -- jkane mail.com + * rrdgraph: fix use of %s in strftime (G)PRINT commands #277 -- tobi + * ruby: fix bindings to be compatible with current ruby implementations #279 + * rrdcached: Ensure that response_read() always calls fflush() or fclose() #278 + -- kevin brintnall + * rrd_client: free addrinfo list after use ... -- Christian Magnusson + * rrdupdate: follow the normal code path for exiting rrd_update if there is a problem + with rrdc, plugging a memory leak on the way -- Christian Magnusson + * rrdgraph: make sure we do not try to draw points all that far outside the + drawing area since some versions of cairo seem to go unstable when this + happens. -- Peter Stamfest + * rrdgraph: fix an endles loop near 2^31 timestamp (32bit platform problem) + -- Peter Stamfest + * compilation: AIX does not like MAP_PRIVATE and -lW in LDFLAGS #216 -- tobi + * compliation: add extra space in LDFLAGS #284 -- dam at opencsw + * rrdcached: Fix permissions of the default socket -- Florian Forster + * rrdgraph-libdbi: Fix sigma calculation -- Hans Jørgen Jakobsen + * rrdcreate: better checks for RRA arguments + * configure: make configure recognize tcl-site argument (#281) + * rrdgraph: if there is no right label, do not reserve any space for it --tobi + +Enhancements: + * rrdcached: add hosts_access support added -- Shaun Reitan + * rrdfetch/graph: introduce "epoch" as a new base time reference, meaning + timestamp 0: you can now write epoch+11111111s or epoch+19711205s + -- Peter Stamfest + + +RRDtool 1.4.4 - 2010-07-05 +========================== +Bugfixes: + + * compile: multiple fixes isnan and isinf defines to make rrdtool compile + with gcc on solaris (with --disable-nls) -- Tobi + * handle gettext/libintl like any other feature, do not try to supply + our own ... rrdtool can work fine without it -- tobi + * rrd_client: fix potential segfaults -- Florian Forster + * rrd_client: resolve synmlinks properly -- Kevin Brintnall + * compile: fix libtool and libtoolize names for OSX compiles -- Antoine Musso + * compile: fix for HAVE_BROKEN_MS_ASYNC (old linux kernels) + * rrd_xport: fix --daemon handling + * rrd_client: explicitly close connection on error -- Thorsten von Eicken + * rrd_update: fix memory leak for COMPUTE datasources -- Frederik Kriewitz + * rrd_daemon: fix segfault when specifying a relative path (-j option) -- Adrian-Ioan Vasile + * compile: make rrdtool compile with gcc 4.5 -- anicka@suse.cz + * portability: use %lld (long long int) for time_t *printf + * compile: link pangocairo and not pango since we do use pangocairo actually -- Stephen S. Disbrow + * compile: re-integrate intl into compile dependency so that hosts with + old (or no) gettext can get access to the included copy. + * rrd_cached: exit with status !=0 on invalid cli -- Sebastian Harl + +Enhancements: + + * updated build files and instructions for win32 port by Chris Larsen + * legal: Relicense the RRDCacheD client interface under the MIT license -- Florian Forster + * legal: Updted FLOSS Exception for latest PHP license + * rrd_cached: better help output -- Sebastian Harl + +------------------------------------------------------------------------ RRDtool 1.4.3 - 2010-03-22 ========================== New Features @@ -7451,4 +8027,3 @@ Bug Fixes 2001-02-25 15:29 * branches, tags, trunk: New repository initialized by cvs2svn. - diff --git a/COPYRIGHT b/COPYRIGHT index 7f93ef36..1418cb46 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,9 +1,8 @@ -$Id$ RRDTOOL - Round Robin Database Tool A tool for fast logging of numerical data graphical display of this data. -Copyright (c) 1998-2009 Tobias Oetiker +Copyright (c) 1997-2015 Tobias Oetiker All rights reserved. GNU GPL License diff --git a/COPYING b/LICENSE similarity index 100% rename from COPYING rename to LICENSE diff --git a/Makefile.am b/Makefile.am index a2eea94f..f7e3be78 100644 --- a/Makefile.am +++ b/Makefile.am @@ -62,4 +62,10 @@ indent: clean-local: -rm -f config.h bindings/perl-piped/Makefile.old bindings/perl-shared/Makefile.old +dist-hook: VERSION + $(AM_V_GEN)cd $(distdir) && $(PERL) -i -p -e 's/^\$VERSION.+/\$VERSION='$(NUM_VERS)';/' bindings/perl-*/*.pm + $(AM_V_GEN)cd $(distdir) && $(PERL) -i -p -e 's/RRDtool 1\S+/RRDtool '$(PACKAGE_VERSION)'/ && s/Copyright.+?Oetiker.+\d{4}/Copyright by Tobi Oetiker, 1997-2015/' src/*.h src/*.c + $(AM_V_GEN)cd $(distdir) && $(PERL) -i -p -e 's/^Version:.+/Version: '$(PACKAGE_VERSION)'/' rrdtool.spec + $(AM_V_GEN)cd $(distdir) && $(PERL) -i -p -e 's/rrdtool-[\.\d]+\d(-[a-z0-9]+)?/rrdtool-'$(PACKAGE_VERSION)'/g' doc/rrdbuild.pod + ##END## diff --git a/TODO b/TODO index 706727fe..bce1519e 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,5 @@ Random Feature Ideas for RRDtool -------------------------------- -$Id$ make it possible to define order of legend items independant of their order on the commandline ... diff --git a/VERSION b/VERSION index fb098556..03fb120a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.999 +1.5.0-rc1 diff --git a/bootstrap b/bootstrap index 8d871621..a9c447b2 100755 --- a/bootstrap +++ b/bootstrap @@ -8,4 +8,4 @@ else libtoolize fi -autoreconf --force --install --verbose -I m4 +autoreconf --force --install --verbose -I m4 --make diff --git a/configure.ac b/configure.ac index acee8e9c..a44e77a8 100644 --- a/configure.ac +++ b/configure.ac @@ -14,13 +14,14 @@ AC_PREREQ(2.59) dnl the official version number is dnl a.b.c AC_INIT([rrdtool],m4_esyscmd([tr -d '\n' < VERSION])) +AC_CONFIG_AUX_DIR(conftools) dnl for testing a numberical version number comes handy dnl the released version are dnl a.bccc dnl the devel versions will be something like dnl a.b999yymmddhh -NUMVERS=1.4999 +NUMVERS=1.499915010811 AC_SUBST(NUMVERS) dnl for the linker to understand which versions the library are compatible with @@ -31,7 +32,7 @@ dnl - if any functionality was removed do c++,r=0,a=0. dnl dnl see http://sourceware.org/autobook/autobook/autobook_91.html dnl -LIBVERS=6:255:2 +LIBVERS=7:0:3 AC_SUBST(LIBVERS) AC_CANONICAL_TARGET diff --git a/conftools/compile b/conftools/compile new file mode 100755 index 00000000..531136b0 --- /dev/null +++ b/conftools/compile @@ -0,0 +1,347 @@ +#! /bin/sh +# Wrapper for compilers which do not understand '-c -o'. + +scriptversion=2012-10-14.11; # UTC + +# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# Written by Tom Tromey . +# +# 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, 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, see . + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# This file is maintained in Automake, please report +# bugs to or send patches to +# . + +nl=' +' + +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent tools from complaining about whitespace usage. +IFS=" "" $nl" + +file_conv= + +# func_file_conv build_file lazy +# Convert a $build file to $host form and store it in $file +# Currently only supports Windows hosts. If the determined conversion +# type is listed in (the comma separated) LAZY, no conversion will +# take place. +func_file_conv () +{ + file=$1 + case $file in + / | /[!/]*) # absolute file, and not a UNC file + if test -z "$file_conv"; then + # lazily determine how to convert abs files + case `uname -s` in + MINGW*) + file_conv=mingw + ;; + CYGWIN*) + file_conv=cygwin + ;; + *) + file_conv=wine + ;; + esac + fi + case $file_conv/,$2, in + *,$file_conv,*) + ;; + mingw/*) + file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` + ;; + cygwin/*) + file=`cygpath -m "$file" || echo "$file"` + ;; + wine/*) + file=`winepath -w "$file" || echo "$file"` + ;; + esac + ;; + esac +} + +# func_cl_dashL linkdir +# Make cl look for libraries in LINKDIR +func_cl_dashL () +{ + func_file_conv "$1" + if test -z "$lib_path"; then + lib_path=$file + else + lib_path="$lib_path;$file" + fi + linker_opts="$linker_opts -LIBPATH:$file" +} + +# func_cl_dashl library +# Do a library search-path lookup for cl +func_cl_dashl () +{ + lib=$1 + found=no + save_IFS=$IFS + IFS=';' + for dir in $lib_path $LIB + do + IFS=$save_IFS + if $shared && test -f "$dir/$lib.dll.lib"; then + found=yes + lib=$dir/$lib.dll.lib + break + fi + if test -f "$dir/$lib.lib"; then + found=yes + lib=$dir/$lib.lib + break + fi + if test -f "$dir/lib$lib.a"; then + found=yes + lib=$dir/lib$lib.a + break + fi + done + IFS=$save_IFS + + if test "$found" != yes; then + lib=$lib.lib + fi +} + +# func_cl_wrapper cl arg... +# Adjust compile command to suit cl +func_cl_wrapper () +{ + # Assume a capable shell + lib_path= + shared=: + linker_opts= + for arg + do + if test -n "$eat"; then + eat= + else + case $1 in + -o) + # configure might choose to run compile as 'compile cc -o foo foo.c'. + eat=1 + case $2 in + *.o | *.[oO][bB][jJ]) + func_file_conv "$2" + set x "$@" -Fo"$file" + shift + ;; + *) + func_file_conv "$2" + set x "$@" -Fe"$file" + shift + ;; + esac + ;; + -I) + eat=1 + func_file_conv "$2" mingw + set x "$@" -I"$file" + shift + ;; + -I*) + func_file_conv "${1#-I}" mingw + set x "$@" -I"$file" + shift + ;; + -l) + eat=1 + func_cl_dashl "$2" + set x "$@" "$lib" + shift + ;; + -l*) + func_cl_dashl "${1#-l}" + set x "$@" "$lib" + shift + ;; + -L) + eat=1 + func_cl_dashL "$2" + ;; + -L*) + func_cl_dashL "${1#-L}" + ;; + -static) + shared=false + ;; + -Wl,*) + arg=${1#-Wl,} + save_ifs="$IFS"; IFS=',' + for flag in $arg; do + IFS="$save_ifs" + linker_opts="$linker_opts $flag" + done + IFS="$save_ifs" + ;; + -Xlinker) + eat=1 + linker_opts="$linker_opts $2" + ;; + -*) + set x "$@" "$1" + shift + ;; + *.cc | *.CC | *.cxx | *.CXX | *.[cC]++) + func_file_conv "$1" + set x "$@" -Tp"$file" + shift + ;; + *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO]) + func_file_conv "$1" mingw + set x "$@" "$file" + shift + ;; + *) + set x "$@" "$1" + shift + ;; + esac + fi + shift + done + if test -n "$linker_opts"; then + linker_opts="-link$linker_opts" + fi + exec "$@" $linker_opts + exit 1 +} + +eat= + +case $1 in + '') + echo "$0: No command. Try '$0 --help' for more information." 1>&2 + exit 1; + ;; + -h | --h*) + cat <<\EOF +Usage: compile [--help] [--version] PROGRAM [ARGS] + +Wrapper for compilers which do not understand '-c -o'. +Remove '-o dest.o' from ARGS, run PROGRAM with the remaining +arguments, and rename the output as expected. + +If you are trying to build a whole package this is not the +right script to run: please start by reading the file 'INSTALL'. + +Report bugs to . +EOF + exit $? + ;; + -v | --v*) + echo "compile $scriptversion" + exit $? + ;; + cl | *[/\\]cl | cl.exe | *[/\\]cl.exe ) + func_cl_wrapper "$@" # Doesn't return... + ;; +esac + +ofile= +cfile= + +for arg +do + if test -n "$eat"; then + eat= + else + case $1 in + -o) + # configure might choose to run compile as 'compile cc -o foo foo.c'. + # So we strip '-o arg' only if arg is an object. + eat=1 + case $2 in + *.o | *.obj) + ofile=$2 + ;; + *) + set x "$@" -o "$2" + shift + ;; + esac + ;; + *.c) + cfile=$1 + set x "$@" "$1" + shift + ;; + *) + set x "$@" "$1" + shift + ;; + esac + fi + shift +done + +if test -z "$ofile" || test -z "$cfile"; then + # If no '-o' option was seen then we might have been invoked from a + # pattern rule where we don't need one. That is ok -- this is a + # normal compilation that the losing compiler can handle. If no + # '.c' file was seen then we are probably linking. That is also + # ok. + exec "$@" +fi + +# Name of file we expect compiler to create. +cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` + +# Create the lock directory. +# Note: use '[/\\:.-]' here to ensure that we don't use the same name +# that we are using for the .o file. Also, base the name on the expected +# object file name, since that is what matters with a parallel build. +lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d +while true; do + if mkdir "$lockdir" >/dev/null 2>&1; then + break + fi + sleep 1 +done +# FIXME: race condition here if user kills between mkdir and trap. +trap "rmdir '$lockdir'; exit 1" 1 2 15 + +# Run the compile. +"$@" +ret=$? + +if test -f "$cofile"; then + test "$cofile" = "$ofile" || mv "$cofile" "$ofile" +elif test -f "${cofile}bj"; then + test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile" +fi + +rmdir "$lockdir" +exit $ret + +# Local Variables: +# mode: shell-script +# sh-indentation: 2 +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" +# End: diff --git a/conftools/config.guess b/conftools/config.guess new file mode 100755 index 00000000..b79252d6 --- /dev/null +++ b/conftools/config.guess @@ -0,0 +1,1558 @@ +#! /bin/sh +# Attempt to guess a canonical system name. +# Copyright 1992-2013 Free Software Foundation, Inc. + +timestamp='2013-06-10' + +# This file 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 3 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, see . +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that +# program. This Exception is an additional permission under section 7 +# of the GNU General Public License, version 3 ("GPLv3"). +# +# Originally written by Per Bothner. +# +# You can get the latest version of this script from: +# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD +# +# Please send patches with a ChangeLog entry to config-patches@gnu.org. + + +me=`echo "$0" | sed -e 's,.*/,,'` + +usage="\ +Usage: $0 [OPTION] + +Output the configuration name of the system \`$me' is run on. + +Operation modes: + -h, --help print this help, then exit + -t, --time-stamp print date of last modification, then exit + -v, --version print version number, then exit + +Report bugs and patches to ." + +version="\ +GNU config.guess ($timestamp) + +Originally written by Per Bothner. +Copyright 1992-2013 Free Software Foundation, Inc. + +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." + +help=" +Try \`$me --help' for more information." + +# Parse command line +while test $# -gt 0 ; do + case $1 in + --time-stamp | --time* | -t ) + echo "$timestamp" ; exit ;; + --version | -v ) + echo "$version" ; exit ;; + --help | --h* | -h ) + echo "$usage"; exit ;; + -- ) # Stop option processing + shift; break ;; + - ) # Use stdin as input. + break ;; + -* ) + echo "$me: invalid option $1$help" >&2 + exit 1 ;; + * ) + break ;; + esac +done + +if test $# != 0; then + echo "$me: too many arguments$help" >&2 + exit 1 +fi + +trap 'exit 1' 1 2 15 + +# CC_FOR_BUILD -- compiler used by this script. Note that the use of a +# compiler to aid in system detection is discouraged as it requires +# temporary files to be created and, as you can see below, it is a +# headache to deal with in a portable fashion. + +# Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still +# use `HOST_CC' if defined, but it is deprecated. + +# Portable tmp directory creation inspired by the Autoconf team. + +set_cc_for_build=' +trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; +trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; +: ${TMPDIR=/tmp} ; + { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || + { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || + { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || + { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; +dummy=$tmp/dummy ; +tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; +case $CC_FOR_BUILD,$HOST_CC,$CC in + ,,) echo "int x;" > $dummy.c ; + for c in cc gcc c89 c99 ; do + if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then + CC_FOR_BUILD="$c"; break ; + fi ; + done ; + if test x"$CC_FOR_BUILD" = x ; then + CC_FOR_BUILD=no_compiler_found ; + fi + ;; + ,,*) CC_FOR_BUILD=$CC ;; + ,*,*) CC_FOR_BUILD=$HOST_CC ;; +esac ; set_cc_for_build= ;' + +# This is needed to find uname on a Pyramid OSx when run in the BSD universe. +# (ghazi@noc.rutgers.edu 1994-08-24) +if (test -f /.attbin/uname) >/dev/null 2>&1 ; then + PATH=$PATH:/.attbin ; export PATH +fi + +UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown +UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown +UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown +UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown + +case "${UNAME_SYSTEM}" in +Linux|GNU|GNU/*) + # If the system lacks a compiler, then just pick glibc. + # We could probably try harder. + LIBC=gnu + + eval $set_cc_for_build + cat <<-EOF > $dummy.c + #include + #if defined(__UCLIBC__) + LIBC=uclibc + #elif defined(__dietlibc__) + LIBC=dietlibc + #else + LIBC=gnu + #endif + EOF + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'` + ;; +esac + +# Note: order is significant - the case branches are not exclusive. + +case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in + *:NetBSD:*:*) + # NetBSD (nbsd) targets should (where applicable) match one or + # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*, + # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently + # switched to ELF, *-*-netbsd* would select the old + # object file format. This provides both forward + # compatibility and a consistent mechanism for selecting the + # object file format. + # + # Note: NetBSD doesn't particularly care about the vendor + # portion of the name. We always set it to "unknown". + sysctl="sysctl -n hw.machine_arch" + UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \ + /usr/sbin/$sysctl 2>/dev/null || echo unknown)` + case "${UNAME_MACHINE_ARCH}" in + armeb) machine=armeb-unknown ;; + arm*) machine=arm-unknown ;; + sh3el) machine=shl-unknown ;; + sh3eb) machine=sh-unknown ;; + sh5el) machine=sh5le-unknown ;; + *) machine=${UNAME_MACHINE_ARCH}-unknown ;; + esac + # The Operating System including object format, if it has switched + # to ELF recently, or will in the future. + case "${UNAME_MACHINE_ARCH}" in + arm*|i386|m68k|ns32k|sh3*|sparc|vax) + eval $set_cc_for_build + if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ELF__ + then + # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). + # Return netbsd for either. FIX? + os=netbsd + else + os=netbsdelf + fi + ;; + *) + os=netbsd + ;; + esac + # The OS release + # Debian GNU/NetBSD machines have a different userland, and + # thus, need a distinct triplet. However, they do not need + # kernel version information, so it can be replaced with a + # suitable tag, in the style of linux-gnu. + case "${UNAME_VERSION}" in + Debian*) + release='-gnu' + ;; + *) + release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` + ;; + esac + # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: + # contains redundant information, the shorter form: + # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. + echo "${machine}-${os}${release}" + exit ;; + *:Bitrig:*:*) + UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'` + echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE} + exit ;; + *:OpenBSD:*:*) + UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` + echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} + exit ;; + *:ekkoBSD:*:*) + echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} + exit ;; + *:SolidBSD:*:*) + echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} + exit ;; + macppc:MirBSD:*:*) + echo powerpc-unknown-mirbsd${UNAME_RELEASE} + exit ;; + *:MirBSD:*:*) + echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} + exit ;; + alpha:OSF1:*:*) + case $UNAME_RELEASE in + *4.0) + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` + ;; + *5.*) + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` + ;; + esac + # According to Compaq, /usr/sbin/psrinfo has been available on + # OSF/1 and Tru64 systems produced since 1995. I hope that + # covers most systems running today. This code pipes the CPU + # types through head -n 1, so we only detect the type of CPU 0. + ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` + case "$ALPHA_CPU_TYPE" in + "EV4 (21064)") + UNAME_MACHINE="alpha" ;; + "EV4.5 (21064)") + UNAME_MACHINE="alpha" ;; + "LCA4 (21066/21068)") + UNAME_MACHINE="alpha" ;; + "EV5 (21164)") + UNAME_MACHINE="alphaev5" ;; + "EV5.6 (21164A)") + UNAME_MACHINE="alphaev56" ;; + "EV5.6 (21164PC)") + UNAME_MACHINE="alphapca56" ;; + "EV5.7 (21164PC)") + UNAME_MACHINE="alphapca57" ;; + "EV6 (21264)") + UNAME_MACHINE="alphaev6" ;; + "EV6.7 (21264A)") + UNAME_MACHINE="alphaev67" ;; + "EV6.8CB (21264C)") + UNAME_MACHINE="alphaev68" ;; + "EV6.8AL (21264B)") + UNAME_MACHINE="alphaev68" ;; + "EV6.8CX (21264D)") + UNAME_MACHINE="alphaev68" ;; + "EV6.9A (21264/EV69A)") + UNAME_MACHINE="alphaev69" ;; + "EV7 (21364)") + UNAME_MACHINE="alphaev7" ;; + "EV7.9 (21364A)") + UNAME_MACHINE="alphaev79" ;; + esac + # A Pn.n version is a patched version. + # A Vn.n version is a released version. + # A Tn.n version is a released field test version. + # A Xn.n version is an unreleased experimental baselevel. + # 1.2 uses "1.2" for uname -r. + echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` + # Reset EXIT trap before exiting to avoid spurious non-zero exit code. + exitcode=$? + trap '' 0 + exit $exitcode ;; + Alpha\ *:Windows_NT*:*) + # How do we know it's Interix rather than the generic POSIX subsystem? + # Should we change UNAME_MACHINE based on the output of uname instead + # of the specific Alpha model? + echo alpha-pc-interix + exit ;; + 21064:Windows_NT:50:3) + echo alpha-dec-winnt3.5 + exit ;; + Amiga*:UNIX_System_V:4.0:*) + echo m68k-unknown-sysv4 + exit ;; + *:[Aa]miga[Oo][Ss]:*:*) + echo ${UNAME_MACHINE}-unknown-amigaos + exit ;; + *:[Mm]orph[Oo][Ss]:*:*) + echo ${UNAME_MACHINE}-unknown-morphos + exit ;; + *:OS/390:*:*) + echo i370-ibm-openedition + exit ;; + *:z/VM:*:*) + echo s390-ibm-zvmoe + exit ;; + *:OS400:*:*) + echo powerpc-ibm-os400 + exit ;; + arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) + echo arm-acorn-riscix${UNAME_RELEASE} + exit ;; + arm*:riscos:*:*|arm*:RISCOS:*:*) + echo arm-unknown-riscos + exit ;; + SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) + echo hppa1.1-hitachi-hiuxmpp + exit ;; + Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) + # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. + if test "`(/bin/universe) 2>/dev/null`" = att ; then + echo pyramid-pyramid-sysv3 + else + echo pyramid-pyramid-bsd + fi + exit ;; + NILE*:*:*:dcosx) + echo pyramid-pyramid-svr4 + exit ;; + DRS?6000:unix:4.0:6*) + echo sparc-icl-nx6 + exit ;; + DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) + case `/usr/bin/uname -p` in + sparc) echo sparc-icl-nx7; exit ;; + esac ;; + s390x:SunOS:*:*) + echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + sun4H:SunOS:5.*:*) + echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) + echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*) + echo i386-pc-auroraux${UNAME_RELEASE} + exit ;; + i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) + eval $set_cc_for_build + SUN_ARCH="i386" + # If there is a compiler, see if it is configured for 64-bit objects. + # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. + # This test works for both compilers. + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then + if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ + (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_64BIT_ARCH >/dev/null + then + SUN_ARCH="x86_64" + fi + fi + echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + sun4*:SunOS:6*:*) + # According to config.sub, this is the proper way to canonicalize + # SunOS6. Hard to guess exactly what SunOS6 will be like, but + # it's likely to be more like Solaris than SunOS4. + echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + sun4*:SunOS:*:*) + case "`/usr/bin/arch -k`" in + Series*|S4*) + UNAME_RELEASE=`uname -v` + ;; + esac + # Japanese Language versions have a version number like `4.1.3-JL'. + echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` + exit ;; + sun3*:SunOS:*:*) + echo m68k-sun-sunos${UNAME_RELEASE} + exit ;; + sun*:*:4.2BSD:*) + UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` + test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 + case "`/bin/arch`" in + sun3) + echo m68k-sun-sunos${UNAME_RELEASE} + ;; + sun4) + echo sparc-sun-sunos${UNAME_RELEASE} + ;; + esac + exit ;; + aushp:SunOS:*:*) + echo sparc-auspex-sunos${UNAME_RELEASE} + exit ;; + # The situation for MiNT is a little confusing. The machine name + # can be virtually everything (everything which is not + # "atarist" or "atariste" at least should have a processor + # > m68000). The system name ranges from "MiNT" over "FreeMiNT" + # to the lowercase version "mint" (or "freemint"). Finally + # the system name "TOS" denotes a system which is actually not + # MiNT. But MiNT is downward compatible to TOS, so this should + # be no problem. + atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) + echo m68k-atari-mint${UNAME_RELEASE} + exit ;; + atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) + echo m68k-atari-mint${UNAME_RELEASE} + exit ;; + *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) + echo m68k-atari-mint${UNAME_RELEASE} + exit ;; + milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) + echo m68k-milan-mint${UNAME_RELEASE} + exit ;; + hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) + echo m68k-hades-mint${UNAME_RELEASE} + exit ;; + *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) + echo m68k-unknown-mint${UNAME_RELEASE} + exit ;; + m68k:machten:*:*) + echo m68k-apple-machten${UNAME_RELEASE} + exit ;; + powerpc:machten:*:*) + echo powerpc-apple-machten${UNAME_RELEASE} + exit ;; + RISC*:Mach:*:*) + echo mips-dec-mach_bsd4.3 + exit ;; + RISC*:ULTRIX:*:*) + echo mips-dec-ultrix${UNAME_RELEASE} + exit ;; + VAX*:ULTRIX*:*:*) + echo vax-dec-ultrix${UNAME_RELEASE} + exit ;; + 2020:CLIX:*:* | 2430:CLIX:*:*) + echo clipper-intergraph-clix${UNAME_RELEASE} + exit ;; + mips:*:*:UMIPS | mips:*:*:RISCos) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c +#ifdef __cplusplus +#include /* for printf() prototype */ + int main (int argc, char *argv[]) { +#else + int main (argc, argv) int argc; char *argv[]; { +#endif + #if defined (host_mips) && defined (MIPSEB) + #if defined (SYSTYPE_SYSV) + printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0); + #endif + #if defined (SYSTYPE_SVR4) + printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0); + #endif + #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) + printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0); + #endif + #endif + exit (-1); + } +EOF + $CC_FOR_BUILD -o $dummy $dummy.c && + dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && + SYSTEM_NAME=`$dummy $dummyarg` && + { echo "$SYSTEM_NAME"; exit; } + echo mips-mips-riscos${UNAME_RELEASE} + exit ;; + Motorola:PowerMAX_OS:*:*) + echo powerpc-motorola-powermax + exit ;; + Motorola:*:4.3:PL8-*) + echo powerpc-harris-powermax + exit ;; + Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) + echo powerpc-harris-powermax + exit ;; + Night_Hawk:Power_UNIX:*:*) + echo powerpc-harris-powerunix + exit ;; + m88k:CX/UX:7*:*) + echo m88k-harris-cxux7 + exit ;; + m88k:*:4*:R4*) + echo m88k-motorola-sysv4 + exit ;; + m88k:*:3*:R3*) + echo m88k-motorola-sysv3 + exit ;; + AViiON:dgux:*:*) + # DG/UX returns AViiON for all architectures + UNAME_PROCESSOR=`/usr/bin/uname -p` + if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] + then + if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ + [ ${TARGET_BINARY_INTERFACE}x = x ] + then + echo m88k-dg-dgux${UNAME_RELEASE} + else + echo m88k-dg-dguxbcs${UNAME_RELEASE} + fi + else + echo i586-dg-dgux${UNAME_RELEASE} + fi + exit ;; + M88*:DolphinOS:*:*) # DolphinOS (SVR3) + echo m88k-dolphin-sysv3 + exit ;; + M88*:*:R3*:*) + # Delta 88k system running SVR3 + echo m88k-motorola-sysv3 + exit ;; + XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) + echo m88k-tektronix-sysv3 + exit ;; + Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) + echo m68k-tektronix-bsd + exit ;; + *:IRIX*:*:*) + echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` + exit ;; + ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. + echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id + exit ;; # Note that: echo "'`uname -s`'" gives 'AIX ' + i*86:AIX:*:*) + echo i386-ibm-aix + exit ;; + ia64:AIX:*:*) + if [ -x /usr/bin/oslevel ] ; then + IBM_REV=`/usr/bin/oslevel` + else + IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} + fi + echo ${UNAME_MACHINE}-ibm-aix${IBM_REV} + exit ;; + *:AIX:2:3) + if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #include + + main() + { + if (!__power_pc()) + exit(1); + puts("powerpc-ibm-aix3.2.5"); + exit(0); + } +EOF + if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` + then + echo "$SYSTEM_NAME" + else + echo rs6000-ibm-aix3.2.5 + fi + elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then + echo rs6000-ibm-aix3.2.4 + else + echo rs6000-ibm-aix3.2 + fi + exit ;; + *:AIX:*:[4567]) + IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` + if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then + IBM_ARCH=rs6000 + else + IBM_ARCH=powerpc + fi + if [ -x /usr/bin/oslevel ] ; then + IBM_REV=`/usr/bin/oslevel` + else + IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} + fi + echo ${IBM_ARCH}-ibm-aix${IBM_REV} + exit ;; + *:AIX:*:*) + echo rs6000-ibm-aix + exit ;; + ibmrt:4.4BSD:*|romp-ibm:BSD:*) + echo romp-ibm-bsd4.4 + exit ;; + ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and + echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to + exit ;; # report: romp-ibm BSD 4.3 + *:BOSX:*:*) + echo rs6000-bull-bosx + exit ;; + DPX/2?00:B.O.S.:*:*) + echo m68k-bull-sysv3 + exit ;; + 9000/[34]??:4.3bsd:1.*:*) + echo m68k-hp-bsd + exit ;; + hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) + echo m68k-hp-bsd4.4 + exit ;; + 9000/[34678]??:HP-UX:*:*) + HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` + case "${UNAME_MACHINE}" in + 9000/31? ) HP_ARCH=m68000 ;; + 9000/[34]?? ) HP_ARCH=m68k ;; + 9000/[678][0-9][0-9]) + if [ -x /usr/bin/getconf ]; then + sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` + sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` + case "${sc_cpu_version}" in + 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 + 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 + 532) # CPU_PA_RISC2_0 + case "${sc_kernel_bits}" in + 32) HP_ARCH="hppa2.0n" ;; + 64) HP_ARCH="hppa2.0w" ;; + '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 + esac ;; + esac + fi + if [ "${HP_ARCH}" = "" ]; then + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + + #define _HPUX_SOURCE + #include + #include + + int main () + { + #if defined(_SC_KERNEL_BITS) + long bits = sysconf(_SC_KERNEL_BITS); + #endif + long cpu = sysconf (_SC_CPU_VERSION); + + switch (cpu) + { + case CPU_PA_RISC1_0: puts ("hppa1.0"); break; + case CPU_PA_RISC1_1: puts ("hppa1.1"); break; + case CPU_PA_RISC2_0: + #if defined(_SC_KERNEL_BITS) + switch (bits) + { + case 64: puts ("hppa2.0w"); break; + case 32: puts ("hppa2.0n"); break; + default: puts ("hppa2.0"); break; + } break; + #else /* !defined(_SC_KERNEL_BITS) */ + puts ("hppa2.0"); break; + #endif + default: puts ("hppa1.0"); break; + } + exit (0); + } +EOF + (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` + test -z "$HP_ARCH" && HP_ARCH=hppa + fi ;; + esac + if [ ${HP_ARCH} = "hppa2.0w" ] + then + eval $set_cc_for_build + + # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating + # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler + # generating 64-bit code. GNU and HP use different nomenclature: + # + # $ CC_FOR_BUILD=cc ./config.guess + # => hppa2.0w-hp-hpux11.23 + # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess + # => hppa64-hp-hpux11.23 + + if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | + grep -q __LP64__ + then + HP_ARCH="hppa2.0w" + else + HP_ARCH="hppa64" + fi + fi + echo ${HP_ARCH}-hp-hpux${HPUX_REV} + exit ;; + ia64:HP-UX:*:*) + HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` + echo ia64-hp-hpux${HPUX_REV} + exit ;; + 3050*:HI-UX:*:*) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #include + int + main () + { + long cpu = sysconf (_SC_CPU_VERSION); + /* The order matters, because CPU_IS_HP_MC68K erroneously returns + true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct + results, however. */ + if (CPU_IS_PA_RISC (cpu)) + { + switch (cpu) + { + case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break; + case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break; + case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break; + default: puts ("hppa-hitachi-hiuxwe2"); break; + } + } + else if (CPU_IS_HP_MC68K (cpu)) + puts ("m68k-hitachi-hiuxwe2"); + else puts ("unknown-hitachi-hiuxwe2"); + exit (0); + } +EOF + $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && + { echo "$SYSTEM_NAME"; exit; } + echo unknown-hitachi-hiuxwe2 + exit ;; + 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* ) + echo hppa1.1-hp-bsd + exit ;; + 9000/8??:4.3bsd:*:*) + echo hppa1.0-hp-bsd + exit ;; + *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) + echo hppa1.0-hp-mpeix + exit ;; + hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) + echo hppa1.1-hp-osf + exit ;; + hp8??:OSF1:*:*) + echo hppa1.0-hp-osf + exit ;; + i*86:OSF1:*:*) + if [ -x /usr/sbin/sysversion ] ; then + echo ${UNAME_MACHINE}-unknown-osf1mk + else + echo ${UNAME_MACHINE}-unknown-osf1 + fi + exit ;; + parisc*:Lites*:*:*) + echo hppa1.1-hp-lites + exit ;; + C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) + echo c1-convex-bsd + exit ;; + C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) + if getsysinfo -f scalar_acc + then echo c32-convex-bsd + else echo c2-convex-bsd + fi + exit ;; + C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) + echo c34-convex-bsd + exit ;; + C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) + echo c38-convex-bsd + exit ;; + C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) + echo c4-convex-bsd + exit ;; + CRAY*Y-MP:*:*:*) + echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + CRAY*[A-Z]90:*:*:*) + echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \ + | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ + -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \ + -e 's/\.[^.]*$/.X/' + exit ;; + CRAY*TS:*:*:*) + echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + CRAY*T3E:*:*:*) + echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + CRAY*SV1:*:*:*) + echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + *:UNICOS/mp:*:*) + echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) + FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` + echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" + exit ;; + 5000:UNIX_System_V:4.*:*) + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` + echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" + exit ;; + i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) + echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} + exit ;; + sparc*:BSD/OS:*:*) + echo sparc-unknown-bsdi${UNAME_RELEASE} + exit ;; + *:BSD/OS:*:*) + echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} + exit ;; + *:FreeBSD:*:*) + UNAME_PROCESSOR=`/usr/bin/uname -p` + case ${UNAME_PROCESSOR} in + amd64) + echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + *) + echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + esac + exit ;; + i*:CYGWIN*:*) + echo ${UNAME_MACHINE}-pc-cygwin + exit ;; + *:MINGW64*:*) + echo ${UNAME_MACHINE}-pc-mingw64 + exit ;; + *:MINGW*:*) + echo ${UNAME_MACHINE}-pc-mingw32 + exit ;; + i*:MSYS*:*) + echo ${UNAME_MACHINE}-pc-msys + exit ;; + i*:windows32*:*) + # uname -m includes "-pc" on this system. + echo ${UNAME_MACHINE}-mingw32 + exit ;; + i*:PW*:*) + echo ${UNAME_MACHINE}-pc-pw32 + exit ;; + *:Interix*:*) + case ${UNAME_MACHINE} in + x86) + echo i586-pc-interix${UNAME_RELEASE} + exit ;; + authenticamd | genuineintel | EM64T) + echo x86_64-unknown-interix${UNAME_RELEASE} + exit ;; + IA64) + echo ia64-unknown-interix${UNAME_RELEASE} + exit ;; + esac ;; + [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) + echo i${UNAME_MACHINE}-pc-mks + exit ;; + 8664:Windows_NT:*) + echo x86_64-pc-mks + exit ;; + i*:Windows_NT*:* | Pentium*:Windows_NT*:*) + # How do we know it's Interix rather than the generic POSIX subsystem? + # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we + # UNAME_MACHINE based on the output of uname instead of i386? + echo i586-pc-interix + exit ;; + i*:UWIN*:*) + echo ${UNAME_MACHINE}-pc-uwin + exit ;; + amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) + echo x86_64-unknown-cygwin + exit ;; + p*:CYGWIN*:*) + echo powerpcle-unknown-cygwin + exit ;; + prep*:SunOS:5.*:*) + echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + *:GNU:*:*) + # the GNU system + echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` + exit ;; + *:GNU/*:*:*) + # other systems with GNU libc and userland + echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC} + exit ;; + i*86:Minix:*:*) + echo ${UNAME_MACHINE}-pc-minix + exit ;; + aarch64:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + aarch64_be:Linux:*:*) + UNAME_MACHINE=aarch64_be + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + alpha:Linux:*:*) + case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in + EV5) UNAME_MACHINE=alphaev5 ;; + EV56) UNAME_MACHINE=alphaev56 ;; + PCA56) UNAME_MACHINE=alphapca56 ;; + PCA57) UNAME_MACHINE=alphapca56 ;; + EV6) UNAME_MACHINE=alphaev6 ;; + EV67) UNAME_MACHINE=alphaev67 ;; + EV68*) UNAME_MACHINE=alphaev68 ;; + esac + objdump --private-headers /bin/sh | grep -q ld.so.1 + if test "$?" = 0 ; then LIBC="gnulibc1" ; fi + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + arc:Linux:*:* | arceb:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + arm*:Linux:*:*) + eval $set_cc_for_build + if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ARM_EABI__ + then + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + else + if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ARM_PCS_VFP + then + echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabi + else + echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabihf + fi + fi + exit ;; + avr32*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + cris:Linux:*:*) + echo ${UNAME_MACHINE}-axis-linux-${LIBC} + exit ;; + crisv32:Linux:*:*) + echo ${UNAME_MACHINE}-axis-linux-${LIBC} + exit ;; + frv:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + hexagon:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + i*86:Linux:*:*) + echo ${UNAME_MACHINE}-pc-linux-${LIBC} + exit ;; + ia64:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + m32r*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + m68*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + mips:Linux:*:* | mips64:Linux:*:*) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #undef CPU + #undef ${UNAME_MACHINE} + #undef ${UNAME_MACHINE}el + #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) + CPU=${UNAME_MACHINE}el + #else + #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) + CPU=${UNAME_MACHINE} + #else + CPU= + #endif + #endif +EOF + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` + test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; } + ;; + or1k:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + or32:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + padre:Linux:*:*) + echo sparc-unknown-linux-${LIBC} + exit ;; + parisc64:Linux:*:* | hppa64:Linux:*:*) + echo hppa64-unknown-linux-${LIBC} + exit ;; + parisc:Linux:*:* | hppa:Linux:*:*) + # Look for CPU level + case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in + PA7*) echo hppa1.1-unknown-linux-${LIBC} ;; + PA8*) echo hppa2.0-unknown-linux-${LIBC} ;; + *) echo hppa-unknown-linux-${LIBC} ;; + esac + exit ;; + ppc64:Linux:*:*) + echo powerpc64-unknown-linux-${LIBC} + exit ;; + ppc:Linux:*:*) + echo powerpc-unknown-linux-${LIBC} + exit ;; + ppc64le:Linux:*:*) + echo powerpc64le-unknown-linux-${LIBC} + exit ;; + ppcle:Linux:*:*) + echo powerpcle-unknown-linux-${LIBC} + exit ;; + s390:Linux:*:* | s390x:Linux:*:*) + echo ${UNAME_MACHINE}-ibm-linux-${LIBC} + exit ;; + sh64*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + sh*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + sparc:Linux:*:* | sparc64:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + tile*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + vax:Linux:*:*) + echo ${UNAME_MACHINE}-dec-linux-${LIBC} + exit ;; + x86_64:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + xtensa*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + i*86:DYNIX/ptx:4*:*) + # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. + # earlier versions are messed up and put the nodename in both + # sysname and nodename. + echo i386-sequent-sysv4 + exit ;; + i*86:UNIX_SV:4.2MP:2.*) + # Unixware is an offshoot of SVR4, but it has its own version + # number series starting with 2... + # I am not positive that other SVR4 systems won't match this, + # I just have to hope. -- rms. + # Use sysv4.2uw... so that sysv4* matches it. + echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} + exit ;; + i*86:OS/2:*:*) + # If we were able to find `uname', then EMX Unix compatibility + # is probably installed. + echo ${UNAME_MACHINE}-pc-os2-emx + exit ;; + i*86:XTS-300:*:STOP) + echo ${UNAME_MACHINE}-unknown-stop + exit ;; + i*86:atheos:*:*) + echo ${UNAME_MACHINE}-unknown-atheos + exit ;; + i*86:syllable:*:*) + echo ${UNAME_MACHINE}-pc-syllable + exit ;; + i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*) + echo i386-unknown-lynxos${UNAME_RELEASE} + exit ;; + i*86:*DOS:*:*) + echo ${UNAME_MACHINE}-pc-msdosdjgpp + exit ;; + i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) + UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` + if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then + echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL} + else + echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} + fi + exit ;; + i*86:*:5:[678]*) + # UnixWare 7.x, OpenUNIX and OpenServer 6. + case `/bin/uname -X | grep "^Machine"` in + *486*) UNAME_MACHINE=i486 ;; + *Pentium) UNAME_MACHINE=i586 ;; + *Pent*|*Celeron) UNAME_MACHINE=i686 ;; + esac + echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} + exit ;; + i*86:*:3.2:*) + if test -f /usr/options/cb.name; then + UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then + UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` + (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 + (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \ + && UNAME_MACHINE=i586 + (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \ + && UNAME_MACHINE=i686 + (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ + && UNAME_MACHINE=i686 + echo ${UNAME_MACHINE}-pc-sco$UNAME_REL + else + echo ${UNAME_MACHINE}-pc-sysv32 + fi + exit ;; + pc:*:*:*) + # Left here for compatibility: + # uname -m prints for DJGPP always 'pc', but it prints nothing about + # the processor, so we play safe by assuming i586. + # Note: whatever this is, it MUST be the same as what config.sub + # prints for the "djgpp" host, or else GDB configury will decide that + # this is a cross-build. + echo i586-pc-msdosdjgpp + exit ;; + Intel:Mach:3*:*) + echo i386-pc-mach3 + exit ;; + paragon:*:*:*) + echo i860-intel-osf1 + exit ;; + i860:*:4.*:*) # i860-SVR4 + if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then + echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 + else # Add other i860-SVR4 vendors below as they are discovered. + echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4 + fi + exit ;; + mini*:CTIX:SYS*5:*) + # "miniframe" + echo m68010-convergent-sysv + exit ;; + mc68k:UNIX:SYSTEM5:3.51m) + echo m68k-convergent-sysv + exit ;; + M680?0:D-NIX:5.3:*) + echo m68k-diab-dnix + exit ;; + M68*:*:R3V[5678]*:*) + test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;; + 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) + OS_REL='' + test -r /etc/.relid \ + && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && { echo i486-ncr-sysv4.3${OS_REL}; exit; } + /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ + && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; + 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && { echo i486-ncr-sysv4; exit; } ;; + NCR*:*:4.2:* | MPRAS*:*:4.2:*) + OS_REL='.3' + test -r /etc/.relid \ + && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && { echo i486-ncr-sysv4.3${OS_REL}; exit; } + /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ + && { echo i586-ncr-sysv4.3${OS_REL}; exit; } + /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \ + && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; + m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) + echo m68k-unknown-lynxos${UNAME_RELEASE} + exit ;; + mc68030:UNIX_System_V:4.*:*) + echo m68k-atari-sysv4 + exit ;; + TSUNAMI:LynxOS:2.*:*) + echo sparc-unknown-lynxos${UNAME_RELEASE} + exit ;; + rs6000:LynxOS:2.*:*) + echo rs6000-unknown-lynxos${UNAME_RELEASE} + exit ;; + PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*) + echo powerpc-unknown-lynxos${UNAME_RELEASE} + exit ;; + SM[BE]S:UNIX_SV:*:*) + echo mips-dde-sysv${UNAME_RELEASE} + exit ;; + RM*:ReliantUNIX-*:*:*) + echo mips-sni-sysv4 + exit ;; + RM*:SINIX-*:*:*) + echo mips-sni-sysv4 + exit ;; + *:SINIX-*:*:*) + if uname -p 2>/dev/null >/dev/null ; then + UNAME_MACHINE=`(uname -p) 2>/dev/null` + echo ${UNAME_MACHINE}-sni-sysv4 + else + echo ns32k-sni-sysv + fi + exit ;; + PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort + # says + echo i586-unisys-sysv4 + exit ;; + *:UNIX_System_V:4*:FTX*) + # From Gerald Hewes . + # How about differentiating between stratus architectures? -djm + echo hppa1.1-stratus-sysv4 + exit ;; + *:*:*:FTX*) + # From seanf@swdc.stratus.com. + echo i860-stratus-sysv4 + exit ;; + i*86:VOS:*:*) + # From Paul.Green@stratus.com. + echo ${UNAME_MACHINE}-stratus-vos + exit ;; + *:VOS:*:*) + # From Paul.Green@stratus.com. + echo hppa1.1-stratus-vos + exit ;; + mc68*:A/UX:*:*) + echo m68k-apple-aux${UNAME_RELEASE} + exit ;; + news*:NEWS-OS:6*:*) + echo mips-sony-newsos6 + exit ;; + R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) + if [ -d /usr/nec ]; then + echo mips-nec-sysv${UNAME_RELEASE} + else + echo mips-unknown-sysv${UNAME_RELEASE} + fi + exit ;; + BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. + echo powerpc-be-beos + exit ;; + BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. + echo powerpc-apple-beos + exit ;; + BePC:BeOS:*:*) # BeOS running on Intel PC compatible. + echo i586-pc-beos + exit ;; + BePC:Haiku:*:*) # Haiku running on Intel PC compatible. + echo i586-pc-haiku + exit ;; + x86_64:Haiku:*:*) + echo x86_64-unknown-haiku + exit ;; + SX-4:SUPER-UX:*:*) + echo sx4-nec-superux${UNAME_RELEASE} + exit ;; + SX-5:SUPER-UX:*:*) + echo sx5-nec-superux${UNAME_RELEASE} + exit ;; + SX-6:SUPER-UX:*:*) + echo sx6-nec-superux${UNAME_RELEASE} + exit ;; + SX-7:SUPER-UX:*:*) + echo sx7-nec-superux${UNAME_RELEASE} + exit ;; + SX-8:SUPER-UX:*:*) + echo sx8-nec-superux${UNAME_RELEASE} + exit ;; + SX-8R:SUPER-UX:*:*) + echo sx8r-nec-superux${UNAME_RELEASE} + exit ;; + Power*:Rhapsody:*:*) + echo powerpc-apple-rhapsody${UNAME_RELEASE} + exit ;; + *:Rhapsody:*:*) + echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} + exit ;; + *:Darwin:*:*) + UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown + eval $set_cc_for_build + if test "$UNAME_PROCESSOR" = unknown ; then + UNAME_PROCESSOR=powerpc + fi + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then + if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ + (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_64BIT_ARCH >/dev/null + then + case $UNAME_PROCESSOR in + i386) UNAME_PROCESSOR=x86_64 ;; + powerpc) UNAME_PROCESSOR=powerpc64 ;; + esac + fi + fi + echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} + exit ;; + *:procnto*:*:* | *:QNX:[0123456789]*:*) + UNAME_PROCESSOR=`uname -p` + if test "$UNAME_PROCESSOR" = "x86"; then + UNAME_PROCESSOR=i386 + UNAME_MACHINE=pc + fi + echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE} + exit ;; + *:QNX:*:4*) + echo i386-pc-qnx + exit ;; + NEO-?:NONSTOP_KERNEL:*:*) + echo neo-tandem-nsk${UNAME_RELEASE} + exit ;; + NSE-*:NONSTOP_KERNEL:*:*) + echo nse-tandem-nsk${UNAME_RELEASE} + exit ;; + NSR-?:NONSTOP_KERNEL:*:*) + echo nsr-tandem-nsk${UNAME_RELEASE} + exit ;; + *:NonStop-UX:*:*) + echo mips-compaq-nonstopux + exit ;; + BS2000:POSIX*:*:*) + echo bs2000-siemens-sysv + exit ;; + DS/*:UNIX_System_V:*:*) + echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} + exit ;; + *:Plan9:*:*) + # "uname -m" is not consistent, so use $cputype instead. 386 + # is converted to i386 for consistency with other x86 + # operating systems. + if test "$cputype" = "386"; then + UNAME_MACHINE=i386 + else + UNAME_MACHINE="$cputype" + fi + echo ${UNAME_MACHINE}-unknown-plan9 + exit ;; + *:TOPS-10:*:*) + echo pdp10-unknown-tops10 + exit ;; + *:TENEX:*:*) + echo pdp10-unknown-tenex + exit ;; + KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) + echo pdp10-dec-tops20 + exit ;; + XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) + echo pdp10-xkl-tops20 + exit ;; + *:TOPS-20:*:*) + echo pdp10-unknown-tops20 + exit ;; + *:ITS:*:*) + echo pdp10-unknown-its + exit ;; + SEI:*:*:SEIUX) + echo mips-sei-seiux${UNAME_RELEASE} + exit ;; + *:DragonFly:*:*) + echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` + exit ;; + *:*VMS:*:*) + UNAME_MACHINE=`(uname -p) 2>/dev/null` + case "${UNAME_MACHINE}" in + A*) echo alpha-dec-vms ; exit ;; + I*) echo ia64-dec-vms ; exit ;; + V*) echo vax-dec-vms ; exit ;; + esac ;; + *:XENIX:*:SysV) + echo i386-pc-xenix + exit ;; + i*86:skyos:*:*) + echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' + exit ;; + i*86:rdos:*:*) + echo ${UNAME_MACHINE}-pc-rdos + exit ;; + i*86:AROS:*:*) + echo ${UNAME_MACHINE}-pc-aros + exit ;; + x86_64:VMkernel:*:*) + echo ${UNAME_MACHINE}-unknown-esx + exit ;; +esac + +eval $set_cc_for_build +cat >$dummy.c < +# include +#endif +main () +{ +#if defined (sony) +#if defined (MIPSEB) + /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed, + I don't know.... */ + printf ("mips-sony-bsd\n"); exit (0); +#else +#include + printf ("m68k-sony-newsos%s\n", +#ifdef NEWSOS4 + "4" +#else + "" +#endif + ); exit (0); +#endif +#endif + +#if defined (__arm) && defined (__acorn) && defined (__unix) + printf ("arm-acorn-riscix\n"); exit (0); +#endif + +#if defined (hp300) && !defined (hpux) + printf ("m68k-hp-bsd\n"); exit (0); +#endif + +#if defined (NeXT) +#if !defined (__ARCHITECTURE__) +#define __ARCHITECTURE__ "m68k" +#endif + int version; + version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`; + if (version < 4) + printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version); + else + printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version); + exit (0); +#endif + +#if defined (MULTIMAX) || defined (n16) +#if defined (UMAXV) + printf ("ns32k-encore-sysv\n"); exit (0); +#else +#if defined (CMU) + printf ("ns32k-encore-mach\n"); exit (0); +#else + printf ("ns32k-encore-bsd\n"); exit (0); +#endif +#endif +#endif + +#if defined (__386BSD__) + printf ("i386-pc-bsd\n"); exit (0); +#endif + +#if defined (sequent) +#if defined (i386) + printf ("i386-sequent-dynix\n"); exit (0); +#endif +#if defined (ns32000) + printf ("ns32k-sequent-dynix\n"); exit (0); +#endif +#endif + +#if defined (_SEQUENT_) + struct utsname un; + + uname(&un); + + if (strncmp(un.version, "V2", 2) == 0) { + printf ("i386-sequent-ptx2\n"); exit (0); + } + if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */ + printf ("i386-sequent-ptx1\n"); exit (0); + } + printf ("i386-sequent-ptx\n"); exit (0); + +#endif + +#if defined (vax) +# if !defined (ultrix) +# include +# if defined (BSD) +# if BSD == 43 + printf ("vax-dec-bsd4.3\n"); exit (0); +# else +# if BSD == 199006 + printf ("vax-dec-bsd4.3reno\n"); exit (0); +# else + printf ("vax-dec-bsd\n"); exit (0); +# endif +# endif +# else + printf ("vax-dec-bsd\n"); exit (0); +# endif +# else + printf ("vax-dec-ultrix\n"); exit (0); +# endif +#endif + +#if defined (alliant) && defined (i860) + printf ("i860-alliant-bsd\n"); exit (0); +#endif + + exit (1); +} +EOF + +$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` && + { echo "$SYSTEM_NAME"; exit; } + +# Apollos put the system type in the environment. + +test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; } + +# Convex versions that predate uname can use getsysinfo(1) + +if [ -x /usr/convex/getsysinfo ] +then + case `getsysinfo -f cpu_type` in + c1*) + echo c1-convex-bsd + exit ;; + c2*) + if getsysinfo -f scalar_acc + then echo c32-convex-bsd + else echo c2-convex-bsd + fi + exit ;; + c34*) + echo c34-convex-bsd + exit ;; + c38*) + echo c38-convex-bsd + exit ;; + c4*) + echo c4-convex-bsd + exit ;; + esac +fi + +cat >&2 < in order to provide the needed +information to handle your system. + +config.guess timestamp = $timestamp + +uname -m = `(uname -m) 2>/dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null` + +hostinfo = `(hostinfo) 2>/dev/null` +/bin/universe = `(/bin/universe) 2>/dev/null` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null` +/bin/arch = `(/bin/arch) 2>/dev/null` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` + +UNAME_MACHINE = ${UNAME_MACHINE} +UNAME_RELEASE = ${UNAME_RELEASE} +UNAME_SYSTEM = ${UNAME_SYSTEM} +UNAME_VERSION = ${UNAME_VERSION} +EOF + +exit 1 + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "timestamp='" +# time-stamp-format: "%:y-%02m-%02d" +# time-stamp-end: "'" +# End: diff --git a/conftools/config.rpath b/conftools/config.rpath new file mode 100755 index 00000000..c547c688 --- /dev/null +++ b/conftools/config.rpath @@ -0,0 +1,666 @@ +#! /bin/sh +# Output a system dependent set of variables, describing how to set the +# run time search path of shared libraries in an executable. +# +# Copyright 1996-2007 Free Software Foundation, Inc. +# Taken from GNU libtool, 2001 +# Originally by Gordon Matzigkeit , 1996 +# +# This file is free software; the Free Software Foundation gives +# unlimited permission to copy and/or distribute it, with or without +# modifications, as long as this notice is preserved. +# +# The first argument passed to this file is the canonical host specification, +# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM +# or +# CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM +# The environment variables CC, GCC, LDFLAGS, LD, with_gnu_ld +# should be set by the caller. +# +# The set of defined variables is at the end of this script. + +# Known limitations: +# - On IRIX 6.5 with CC="cc", the run time search patch must not be longer +# than 256 bytes, otherwise the compiler driver will dump core. The only +# known workaround is to choose shorter directory names for the build +# directory and/or the installation directory. + +# All known linkers require a `.a' archive for static linking (except MSVC, +# which needs '.lib'). +libext=a +shrext=.so + +host="$1" +host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` +host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` +host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` + +# Code taken from libtool.m4's _LT_CC_BASENAME. + +for cc_temp in $CC""; do + case $cc_temp in + compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; + distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; + \-*) ;; + *) break;; + esac +done +cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'` + +# Code taken from libtool.m4's AC_LIBTOOL_PROG_COMPILER_PIC. + +wl= +if test "$GCC" = yes; then + wl='-Wl,' +else + case "$host_os" in + aix*) + wl='-Wl,' + ;; + darwin*) + case $cc_basename in + xlc*) + wl='-Wl,' + ;; + esac + ;; + mingw* | cygwin* | pw32* | os2*) + ;; + hpux9* | hpux10* | hpux11*) + wl='-Wl,' + ;; + irix5* | irix6* | nonstopux*) + wl='-Wl,' + ;; + newsos6) + ;; + linux* | k*bsd*-gnu) + case $cc_basename in + icc* | ecc*) + wl='-Wl,' + ;; + pgcc | pgf77 | pgf90) + wl='-Wl,' + ;; + ccc*) + wl='-Wl,' + ;; + como) + wl='-lopt=' + ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + wl='-Wl,' + ;; + esac + ;; + esac + ;; + osf3* | osf4* | osf5*) + wl='-Wl,' + ;; + rdos*) + ;; + solaris*) + wl='-Wl,' + ;; + sunos4*) + wl='-Qoption ld ' + ;; + sysv4 | sysv4.2uw2* | sysv4.3*) + wl='-Wl,' + ;; + sysv4*MP*) + ;; + sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) + wl='-Wl,' + ;; + unicos*) + wl='-Wl,' + ;; + uts4*) + ;; + esac +fi + +# Code taken from libtool.m4's AC_LIBTOOL_PROG_LD_SHLIBS. + +hardcode_libdir_flag_spec= +hardcode_libdir_separator= +hardcode_direct=no +hardcode_minus_L=no + +case "$host_os" in + cygwin* | mingw* | pw32*) + # FIXME: the MSVC++ port hasn't been tested in a loooong time + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++. + if test "$GCC" != yes; then + with_gnu_ld=no + fi + ;; + interix*) + # we just hope/assume this is gcc and not c89 (= MSVC++) + with_gnu_ld=yes + ;; + openbsd*) + with_gnu_ld=no + ;; +esac + +ld_shlibs=yes +if test "$with_gnu_ld" = yes; then + # Set some defaults for GNU ld with shared library support. These + # are reset later if shared libraries are not supported. Putting them + # here allows them to be overridden if necessary. + # Unlike libtool, we use -rpath here, not --rpath, since the documented + # option of GNU ld is called -rpath, not --rpath. + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + case "$host_os" in + aix3* | aix4* | aix5*) + # On AIX/PPC, the GNU linker is very broken + if test "$host_cpu" != ia64; then + ld_shlibs=no + fi + ;; + amigaos*) + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + # Samuel A. Falvo II reports + # that the semantics of dynamic libraries on AmigaOS, at least up + # to version 4, is to share data among multiple programs linked + # with the same dynamic library. Since this doesn't match the + # behavior of shared libraries on other platforms, we cannot use + # them. + ld_shlibs=no + ;; + beos*) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + : + else + ld_shlibs=no + fi + ;; + cygwin* | mingw* | pw32*) + # hardcode_libdir_flag_spec is actually meaningless, as there is + # no search path for DLLs. + hardcode_libdir_flag_spec='-L$libdir' + if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then + : + else + ld_shlibs=no + fi + ;; + interix[3-9]*) + hardcode_direct=no + hardcode_libdir_flag_spec='${wl}-rpath,$libdir' + ;; + gnu* | linux* | k*bsd*-gnu) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + : + else + ld_shlibs=no + fi + ;; + netbsd*) + ;; + solaris*) + if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then + ld_shlibs=no + elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + : + else + ld_shlibs=no + fi + ;; + sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) + case `$LD -v 2>&1` in + *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) + ld_shlibs=no + ;; + *) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`' + else + ld_shlibs=no + fi + ;; + esac + ;; + sunos4*) + hardcode_direct=yes + ;; + *) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + : + else + ld_shlibs=no + fi + ;; + esac + if test "$ld_shlibs" = no; then + hardcode_libdir_flag_spec= + fi +else + case "$host_os" in + aix3*) + # Note: this linker hardcodes the directories in LIBPATH if there + # are no directories specified by -L. + hardcode_minus_L=yes + if test "$GCC" = yes; then + # Neither direct hardcoding nor static linking is supported with a + # broken collect2. + hardcode_direct=unsupported + fi + ;; + aix4* | aix5*) + if test "$host_cpu" = ia64; then + # On IA64, the linker does run time linking by default, so we don't + # have to do anything special. + aix_use_runtimelinking=no + else + aix_use_runtimelinking=no + # Test if we are trying to use run time linking or normal + # AIX style linking. If -brtl is somewhere in LDFLAGS, we + # need to do runtime linking. + case $host_os in aix4.[23]|aix4.[23].*|aix5*) + for ld_flag in $LDFLAGS; do + if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then + aix_use_runtimelinking=yes + break + fi + done + ;; + esac + fi + hardcode_direct=yes + hardcode_libdir_separator=':' + if test "$GCC" = yes; then + case $host_os in aix4.[012]|aix4.[012].*) + collect2name=`${CC} -print-prog-name=collect2` + if test -f "$collect2name" && \ + strings "$collect2name" | grep resolve_lib_name >/dev/null + then + # We have reworked collect2 + : + else + # We have old collect2 + hardcode_direct=unsupported + hardcode_minus_L=yes + hardcode_libdir_flag_spec='-L$libdir' + hardcode_libdir_separator= + fi + ;; + esac + fi + # Begin _LT_AC_SYS_LIBPATH_AIX. + echo 'int main () { return 0; }' > conftest.c + ${CC} ${LDFLAGS} conftest.c -o conftest + aix_libpath=`dump -H conftest 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } +}'` + if test -z "$aix_libpath"; then + aix_libpath=`dump -HX64 conftest 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } +}'` + fi + if test -z "$aix_libpath"; then + aix_libpath="/usr/lib:/lib" + fi + rm -f conftest.c conftest + # End _LT_AC_SYS_LIBPATH_AIX. + if test "$aix_use_runtimelinking" = yes; then + hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" + else + if test "$host_cpu" = ia64; then + hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib' + else + hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" + fi + fi + ;; + amigaos*) + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + # see comment about different semantics on the GNU ld section + ld_shlibs=no + ;; + bsdi[45]*) + ;; + cygwin* | mingw* | pw32*) + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++. + # hardcode_libdir_flag_spec is actually meaningless, as there is + # no search path for DLLs. + hardcode_libdir_flag_spec=' ' + libext=lib + ;; + darwin* | rhapsody*) + hardcode_direct=no + if test "$GCC" = yes ; then + : + else + case $cc_basename in + xlc*) + ;; + *) + ld_shlibs=no + ;; + esac + fi + ;; + dgux*) + hardcode_libdir_flag_spec='-L$libdir' + ;; + freebsd1*) + ld_shlibs=no + ;; + freebsd2.2*) + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes + ;; + freebsd2*) + hardcode_direct=yes + hardcode_minus_L=yes + ;; + freebsd* | dragonfly*) + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes + ;; + hpux9*) + hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' + hardcode_libdir_separator=: + hardcode_direct=yes + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L=yes + ;; + hpux10*) + if test "$with_gnu_ld" = no; then + hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' + hardcode_libdir_separator=: + hardcode_direct=yes + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L=yes + fi + ;; + hpux11*) + if test "$with_gnu_ld" = no; then + hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' + hardcode_libdir_separator=: + case $host_cpu in + hppa*64*|ia64*) + hardcode_direct=no + ;; + *) + hardcode_direct=yes + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L=yes + ;; + esac + fi + ;; + irix5* | irix6* | nonstopux*) + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator=: + ;; + netbsd*) + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes + ;; + newsos6) + hardcode_direct=yes + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator=: + ;; + openbsd*) + if test -f /usr/libexec/ld.so; then + hardcode_direct=yes + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + hardcode_libdir_flag_spec='${wl}-rpath,$libdir' + else + case "$host_os" in + openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) + hardcode_libdir_flag_spec='-R$libdir' + ;; + *) + hardcode_libdir_flag_spec='${wl}-rpath,$libdir' + ;; + esac + fi + else + ld_shlibs=no + fi + ;; + os2*) + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + ;; + osf3*) + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator=: + ;; + osf4* | osf5*) + if test "$GCC" = yes; then + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + else + # Both cc and cxx compiler support -rpath directly + hardcode_libdir_flag_spec='-rpath $libdir' + fi + hardcode_libdir_separator=: + ;; + solaris*) + hardcode_libdir_flag_spec='-R$libdir' + ;; + sunos4*) + hardcode_libdir_flag_spec='-L$libdir' + hardcode_direct=yes + hardcode_minus_L=yes + ;; + sysv4) + case $host_vendor in + sni) + hardcode_direct=yes # is this really true??? + ;; + siemens) + hardcode_direct=no + ;; + motorola) + hardcode_direct=no #Motorola manual says yes, but my tests say they lie + ;; + esac + ;; + sysv4.3*) + ;; + sysv4*MP*) + if test -d /usr/nec; then + ld_shlibs=yes + fi + ;; + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) + ;; + sysv5* | sco3.2v5* | sco5v6*) + hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`' + hardcode_libdir_separator=':' + ;; + uts4*) + hardcode_libdir_flag_spec='-L$libdir' + ;; + *) + ld_shlibs=no + ;; + esac +fi + +# Check dynamic linker characteristics +# Code taken from libtool.m4's AC_LIBTOOL_SYS_DYNAMIC_LINKER. +# Unlike libtool.m4, here we don't care about _all_ names of the library, but +# only about the one the linker finds when passed -lNAME. This is the last +# element of library_names_spec in libtool.m4, or possibly two of them if the +# linker has special search rules. +library_names_spec= # the last element of library_names_spec in libtool.m4 +libname_spec='lib$name' +case "$host_os" in + aix3*) + library_names_spec='$libname.a' + ;; + aix4* | aix5*) + library_names_spec='$libname$shrext' + ;; + amigaos*) + library_names_spec='$libname.a' + ;; + beos*) + library_names_spec='$libname$shrext' + ;; + bsdi[45]*) + library_names_spec='$libname$shrext' + ;; + cygwin* | mingw* | pw32*) + shrext=.dll + library_names_spec='$libname.dll.a $libname.lib' + ;; + darwin* | rhapsody*) + shrext=.dylib + library_names_spec='$libname$shrext' + ;; + dgux*) + library_names_spec='$libname$shrext' + ;; + freebsd1*) + ;; + freebsd* | dragonfly*) + case "$host_os" in + freebsd[123]*) + library_names_spec='$libname$shrext$versuffix' ;; + *) + library_names_spec='$libname$shrext' ;; + esac + ;; + gnu*) + library_names_spec='$libname$shrext' + ;; + hpux9* | hpux10* | hpux11*) + case $host_cpu in + ia64*) + shrext=.so + ;; + hppa*64*) + shrext=.sl + ;; + *) + shrext=.sl + ;; + esac + library_names_spec='$libname$shrext' + ;; + interix[3-9]*) + library_names_spec='$libname$shrext' + ;; + irix5* | irix6* | nonstopux*) + library_names_spec='$libname$shrext' + case "$host_os" in + irix5* | nonstopux*) + libsuff= shlibsuff= + ;; + *) + case $LD in + *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= ;; + *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 ;; + *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 ;; + *) libsuff= shlibsuff= ;; + esac + ;; + esac + ;; + linux*oldld* | linux*aout* | linux*coff*) + ;; + linux* | k*bsd*-gnu) + library_names_spec='$libname$shrext' + ;; + knetbsd*-gnu) + library_names_spec='$libname$shrext' + ;; + netbsd*) + library_names_spec='$libname$shrext' + ;; + newsos6) + library_names_spec='$libname$shrext' + ;; + nto-qnx*) + library_names_spec='$libname$shrext' + ;; + openbsd*) + library_names_spec='$libname$shrext$versuffix' + ;; + os2*) + libname_spec='$name' + shrext=.dll + library_names_spec='$libname.a' + ;; + osf3* | osf4* | osf5*) + library_names_spec='$libname$shrext' + ;; + rdos*) + ;; + solaris*) + library_names_spec='$libname$shrext' + ;; + sunos4*) + library_names_spec='$libname$shrext$versuffix' + ;; + sysv4 | sysv4.3*) + library_names_spec='$libname$shrext' + ;; + sysv4*MP*) + library_names_spec='$libname$shrext' + ;; + sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + library_names_spec='$libname$shrext' + ;; + uts4*) + library_names_spec='$libname$shrext' + ;; +esac + +sed_quote_subst='s/\(["`$\\]\)/\\\1/g' +escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"` +shlibext=`echo "$shrext" | sed -e 's,^\.,,'` +escaped_libname_spec=`echo "X$libname_spec" | sed -e 's/^X//' -e "$sed_quote_subst"` +escaped_library_names_spec=`echo "X$library_names_spec" | sed -e 's/^X//' -e "$sed_quote_subst"` +escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"` + +LC_ALL=C sed -e 's/^\([a-zA-Z0-9_]*\)=/acl_cv_\1=/' <. +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that +# program. This Exception is an additional permission under section 7 +# of the GNU General Public License, version 3 ("GPLv3"). + + +# Please send patches with a ChangeLog entry to config-patches@gnu.org. +# +# Configuration subroutine to validate and canonicalize a configuration type. +# Supply the specified configuration type as an argument. +# If it is invalid, we print an error message on stderr and exit with code 1. +# Otherwise, we print the canonical config type on stdout and succeed. + +# You can get the latest version of this script from: +# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD + +# This file is supposed to be the same for all GNU packages +# and recognize all the CPU types, system types and aliases +# that are meaningful with *any* GNU software. +# Each package is responsible for reporting which valid configurations +# it does not support. The user should be able to distinguish +# a failure to support a valid configuration from a meaningless +# configuration. + +# The goal of this file is to map all the various variations of a given +# machine specification into a single specification in the form: +# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM +# or in some cases, the newer four-part form: +# CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM +# It is wrong to echo any other type of specification. + +me=`echo "$0" | sed -e 's,.*/,,'` + +usage="\ +Usage: $0 [OPTION] CPU-MFR-OPSYS + $0 [OPTION] ALIAS + +Canonicalize a configuration name. + +Operation modes: + -h, --help print this help, then exit + -t, --time-stamp print date of last modification, then exit + -v, --version print version number, then exit + +Report bugs and patches to ." + +version="\ +GNU config.sub ($timestamp) + +Copyright 1992-2013 Free Software Foundation, Inc. + +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." + +help=" +Try \`$me --help' for more information." + +# Parse command line +while test $# -gt 0 ; do + case $1 in + --time-stamp | --time* | -t ) + echo "$timestamp" ; exit ;; + --version | -v ) + echo "$version" ; exit ;; + --help | --h* | -h ) + echo "$usage"; exit ;; + -- ) # Stop option processing + shift; break ;; + - ) # Use stdin as input. + break ;; + -* ) + echo "$me: invalid option $1$help" + exit 1 ;; + + *local*) + # First pass through any local machine types. + echo $1 + exit ;; + + * ) + break ;; + esac +done + +case $# in + 0) echo "$me: missing argument$help" >&2 + exit 1;; + 1) ;; + *) echo "$me: too many arguments$help" >&2 + exit 1;; +esac + +# Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). +# Here we must recognize all the valid KERNEL-OS combinations. +maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` +case $maybe_os in + nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ + linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ + knetbsd*-gnu* | netbsd*-gnu* | \ + kopensolaris*-gnu* | \ + storm-chaos* | os2-emx* | rtmk-nova*) + os=-$maybe_os + basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` + ;; + android-linux) + os=-linux-android + basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown + ;; + *) + basic_machine=`echo $1 | sed 's/-[^-]*$//'` + if [ $basic_machine != $1 ] + then os=`echo $1 | sed 's/.*-/-/'` + else os=; fi + ;; +esac + +### Let's recognize common machines as not being operating systems so +### that things like config.sub decstation-3100 work. We also +### recognize some manufacturers as not being operating systems, so we +### can provide default operating systems below. +case $os in + -sun*os*) + # Prevent following clause from handling this invalid input. + ;; + -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ + -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ + -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ + -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ + -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ + -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ + -apple | -axis | -knuth | -cray | -microblaze*) + os= + basic_machine=$1 + ;; + -bluegene*) + os=-cnk + ;; + -sim | -cisco | -oki | -wec | -winbond) + os= + basic_machine=$1 + ;; + -scout) + ;; + -wrs) + os=-vxworks + basic_machine=$1 + ;; + -chorusos*) + os=-chorusos + basic_machine=$1 + ;; + -chorusrdb) + os=-chorusrdb + basic_machine=$1 + ;; + -hiux*) + os=-hiuxwe2 + ;; + -sco6) + os=-sco5v6 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco5) + os=-sco3.2v5 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco4) + os=-sco3.2v4 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco3.2.[4-9]*) + os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco3.2v[4-9]*) + # Don't forget version if it is 3.2v4 or newer. + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco5v6*) + # Don't forget version if it is 3.2v4 or newer. + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco*) + os=-sco3.2v2 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -udk*) + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -isc) + os=-isc2.2 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -clix*) + basic_machine=clipper-intergraph + ;; + -isc*) + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -lynx*178) + os=-lynxos178 + ;; + -lynx*5) + os=-lynxos5 + ;; + -lynx*) + os=-lynxos + ;; + -ptx*) + basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` + ;; + -windowsnt*) + os=`echo $os | sed -e 's/windowsnt/winnt/'` + ;; + -psos*) + os=-psos + ;; + -mint | -mint[0-9]*) + basic_machine=m68k-atari + os=-mint + ;; +esac + +# Decode aliases for certain CPU-COMPANY combinations. +case $basic_machine in + # Recognize the basic CPU types without company name. + # Some are omitted here because they have special meanings below. + 1750a | 580 \ + | a29k \ + | aarch64 | aarch64_be \ + | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ + | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ + | am33_2.0 \ + | arc | arceb \ + | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \ + | avr | avr32 \ + | be32 | be64 \ + | bfin \ + | c4x | c8051 | clipper \ + | d10v | d30v | dlx | dsp16xx \ + | epiphany \ + | fido | fr30 | frv \ + | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ + | hexagon \ + | i370 | i860 | i960 | ia64 \ + | ip2k | iq2000 \ + | le32 | le64 \ + | lm32 \ + | m32c | m32r | m32rle | m68000 | m68k | m88k \ + | maxq | mb | microblaze | microblazeel | mcore | mep | metag \ + | mips | mipsbe | mipseb | mipsel | mipsle \ + | mips16 \ + | mips64 | mips64el \ + | mips64octeon | mips64octeonel \ + | mips64orion | mips64orionel \ + | mips64r5900 | mips64r5900el \ + | mips64vr | mips64vrel \ + | mips64vr4100 | mips64vr4100el \ + | mips64vr4300 | mips64vr4300el \ + | mips64vr5000 | mips64vr5000el \ + | mips64vr5900 | mips64vr5900el \ + | mipsisa32 | mipsisa32el \ + | mipsisa32r2 | mipsisa32r2el \ + | mipsisa64 | mipsisa64el \ + | mipsisa64r2 | mipsisa64r2el \ + | mipsisa64sb1 | mipsisa64sb1el \ + | mipsisa64sr71k | mipsisa64sr71kel \ + | mipsr5900 | mipsr5900el \ + | mipstx39 | mipstx39el \ + | mn10200 | mn10300 \ + | moxie \ + | mt \ + | msp430 \ + | nds32 | nds32le | nds32be \ + | nios | nios2 | nios2eb | nios2el \ + | ns16k | ns32k \ + | open8 \ + | or1k | or32 \ + | pdp10 | pdp11 | pj | pjl \ + | powerpc | powerpc64 | powerpc64le | powerpcle \ + | pyramid \ + | rl78 | rx \ + | score \ + | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ + | sh64 | sh64le \ + | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ + | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ + | spu \ + | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \ + | ubicom32 \ + | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \ + | we32k \ + | x86 | xc16x | xstormy16 | xtensa \ + | z8k | z80) + basic_machine=$basic_machine-unknown + ;; + c54x) + basic_machine=tic54x-unknown + ;; + c55x) + basic_machine=tic55x-unknown + ;; + c6x) + basic_machine=tic6x-unknown + ;; + m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip) + basic_machine=$basic_machine-unknown + os=-none + ;; + m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) + ;; + ms1) + basic_machine=mt-unknown + ;; + + strongarm | thumb | xscale) + basic_machine=arm-unknown + ;; + xgate) + basic_machine=$basic_machine-unknown + os=-none + ;; + xscaleeb) + basic_machine=armeb-unknown + ;; + + xscaleel) + basic_machine=armel-unknown + ;; + + # We use `pc' rather than `unknown' + # because (1) that's what they normally are, and + # (2) the word "unknown" tends to confuse beginning users. + i*86 | x86_64) + basic_machine=$basic_machine-pc + ;; + # Object if more than one company name word. + *-*-*) + echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 + exit 1 + ;; + # Recognize the basic CPU types with company name. + 580-* \ + | a29k-* \ + | aarch64-* | aarch64_be-* \ + | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ + | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ + | alphapca5[67]-* | alpha64pca5[67]-* | arc-* | arceb-* \ + | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ + | avr-* | avr32-* \ + | be32-* | be64-* \ + | bfin-* | bs2000-* \ + | c[123]* | c30-* | [cjt]90-* | c4x-* \ + | c8051-* | clipper-* | craynv-* | cydra-* \ + | d10v-* | d30v-* | dlx-* \ + | elxsi-* \ + | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ + | h8300-* | h8500-* \ + | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ + | hexagon-* \ + | i*86-* | i860-* | i960-* | ia64-* \ + | ip2k-* | iq2000-* \ + | le32-* | le64-* \ + | lm32-* \ + | m32c-* | m32r-* | m32rle-* \ + | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ + | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \ + | microblaze-* | microblazeel-* \ + | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ + | mips16-* \ + | mips64-* | mips64el-* \ + | mips64octeon-* | mips64octeonel-* \ + | mips64orion-* | mips64orionel-* \ + | mips64r5900-* | mips64r5900el-* \ + | mips64vr-* | mips64vrel-* \ + | mips64vr4100-* | mips64vr4100el-* \ + | mips64vr4300-* | mips64vr4300el-* \ + | mips64vr5000-* | mips64vr5000el-* \ + | mips64vr5900-* | mips64vr5900el-* \ + | mipsisa32-* | mipsisa32el-* \ + | mipsisa32r2-* | mipsisa32r2el-* \ + | mipsisa64-* | mipsisa64el-* \ + | mipsisa64r2-* | mipsisa64r2el-* \ + | mipsisa64sb1-* | mipsisa64sb1el-* \ + | mipsisa64sr71k-* | mipsisa64sr71kel-* \ + | mipsr5900-* | mipsr5900el-* \ + | mipstx39-* | mipstx39el-* \ + | mmix-* \ + | mt-* \ + | msp430-* \ + | nds32-* | nds32le-* | nds32be-* \ + | nios-* | nios2-* | nios2eb-* | nios2el-* \ + | none-* | np1-* | ns16k-* | ns32k-* \ + | open8-* \ + | orion-* \ + | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ + | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ + | pyramid-* \ + | rl78-* | romp-* | rs6000-* | rx-* \ + | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ + | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ + | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ + | sparclite-* \ + | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \ + | tahoe-* \ + | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ + | tile*-* \ + | tron-* \ + | ubicom32-* \ + | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \ + | vax-* \ + | we32k-* \ + | x86-* | x86_64-* | xc16x-* | xps100-* \ + | xstormy16-* | xtensa*-* \ + | ymp-* \ + | z8k-* | z80-*) + ;; + # Recognize the basic CPU types without company name, with glob match. + xtensa*) + basic_machine=$basic_machine-unknown + ;; + # Recognize the various machine names and aliases which stand + # for a CPU type and a company and sometimes even an OS. + 386bsd) + basic_machine=i386-unknown + os=-bsd + ;; + 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) + basic_machine=m68000-att + ;; + 3b*) + basic_machine=we32k-att + ;; + a29khif) + basic_machine=a29k-amd + os=-udi + ;; + abacus) + basic_machine=abacus-unknown + ;; + adobe68k) + basic_machine=m68010-adobe + os=-scout + ;; + alliant | fx80) + basic_machine=fx80-alliant + ;; + altos | altos3068) + basic_machine=m68k-altos + ;; + am29k) + basic_machine=a29k-none + os=-bsd + ;; + amd64) + basic_machine=x86_64-pc + ;; + amd64-*) + basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + amdahl) + basic_machine=580-amdahl + os=-sysv + ;; + amiga | amiga-*) + basic_machine=m68k-unknown + ;; + amigaos | amigados) + basic_machine=m68k-unknown + os=-amigaos + ;; + amigaunix | amix) + basic_machine=m68k-unknown + os=-sysv4 + ;; + apollo68) + basic_machine=m68k-apollo + os=-sysv + ;; + apollo68bsd) + basic_machine=m68k-apollo + os=-bsd + ;; + aros) + basic_machine=i386-pc + os=-aros + ;; + aux) + basic_machine=m68k-apple + os=-aux + ;; + balance) + basic_machine=ns32k-sequent + os=-dynix + ;; + blackfin) + basic_machine=bfin-unknown + os=-linux + ;; + blackfin-*) + basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` + os=-linux + ;; + bluegene*) + basic_machine=powerpc-ibm + os=-cnk + ;; + c54x-*) + basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + c55x-*) + basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + c6x-*) + basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + c90) + basic_machine=c90-cray + os=-unicos + ;; + cegcc) + basic_machine=arm-unknown + os=-cegcc + ;; + convex-c1) + basic_machine=c1-convex + os=-bsd + ;; + convex-c2) + basic_machine=c2-convex + os=-bsd + ;; + convex-c32) + basic_machine=c32-convex + os=-bsd + ;; + convex-c34) + basic_machine=c34-convex + os=-bsd + ;; + convex-c38) + basic_machine=c38-convex + os=-bsd + ;; + cray | j90) + basic_machine=j90-cray + os=-unicos + ;; + craynv) + basic_machine=craynv-cray + os=-unicosmp + ;; + cr16 | cr16-*) + basic_machine=cr16-unknown + os=-elf + ;; + crds | unos) + basic_machine=m68k-crds + ;; + crisv32 | crisv32-* | etraxfs*) + basic_machine=crisv32-axis + ;; + cris | cris-* | etrax*) + basic_machine=cris-axis + ;; + crx) + basic_machine=crx-unknown + os=-elf + ;; + da30 | da30-*) + basic_machine=m68k-da30 + ;; + decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) + basic_machine=mips-dec + ;; + decsystem10* | dec10*) + basic_machine=pdp10-dec + os=-tops10 + ;; + decsystem20* | dec20*) + basic_machine=pdp10-dec + os=-tops20 + ;; + delta | 3300 | motorola-3300 | motorola-delta \ + | 3300-motorola | delta-motorola) + basic_machine=m68k-motorola + ;; + delta88) + basic_machine=m88k-motorola + os=-sysv3 + ;; + dicos) + basic_machine=i686-pc + os=-dicos + ;; + djgpp) + basic_machine=i586-pc + os=-msdosdjgpp + ;; + dpx20 | dpx20-*) + basic_machine=rs6000-bull + os=-bosx + ;; + dpx2* | dpx2*-bull) + basic_machine=m68k-bull + os=-sysv3 + ;; + ebmon29k) + basic_machine=a29k-amd + os=-ebmon + ;; + elxsi) + basic_machine=elxsi-elxsi + os=-bsd + ;; + encore | umax | mmax) + basic_machine=ns32k-encore + ;; + es1800 | OSE68k | ose68k | ose | OSE) + basic_machine=m68k-ericsson + os=-ose + ;; + fx2800) + basic_machine=i860-alliant + ;; + genix) + basic_machine=ns32k-ns + ;; + gmicro) + basic_machine=tron-gmicro + os=-sysv + ;; + go32) + basic_machine=i386-pc + os=-go32 + ;; + h3050r* | hiux*) + basic_machine=hppa1.1-hitachi + os=-hiuxwe2 + ;; + h8300hms) + basic_machine=h8300-hitachi + os=-hms + ;; + h8300xray) + basic_machine=h8300-hitachi + os=-xray + ;; + h8500hms) + basic_machine=h8500-hitachi + os=-hms + ;; + harris) + basic_machine=m88k-harris + os=-sysv3 + ;; + hp300-*) + basic_machine=m68k-hp + ;; + hp300bsd) + basic_machine=m68k-hp + os=-bsd + ;; + hp300hpux) + basic_machine=m68k-hp + os=-hpux + ;; + hp3k9[0-9][0-9] | hp9[0-9][0-9]) + basic_machine=hppa1.0-hp + ;; + hp9k2[0-9][0-9] | hp9k31[0-9]) + basic_machine=m68000-hp + ;; + hp9k3[2-9][0-9]) + basic_machine=m68k-hp + ;; + hp9k6[0-9][0-9] | hp6[0-9][0-9]) + basic_machine=hppa1.0-hp + ;; + hp9k7[0-79][0-9] | hp7[0-79][0-9]) + basic_machine=hppa1.1-hp + ;; + hp9k78[0-9] | hp78[0-9]) + # FIXME: really hppa2.0-hp + basic_machine=hppa1.1-hp + ;; + hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893) + # FIXME: really hppa2.0-hp + basic_machine=hppa1.1-hp + ;; + hp9k8[0-9][13679] | hp8[0-9][13679]) + basic_machine=hppa1.1-hp + ;; + hp9k8[0-9][0-9] | hp8[0-9][0-9]) + basic_machine=hppa1.0-hp + ;; + hppa-next) + os=-nextstep3 + ;; + hppaosf) + basic_machine=hppa1.1-hp + os=-osf + ;; + hppro) + basic_machine=hppa1.1-hp + os=-proelf + ;; + i370-ibm* | ibm*) + basic_machine=i370-ibm + ;; + i*86v32) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-sysv32 + ;; + i*86v4*) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-sysv4 + ;; + i*86v) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-sysv + ;; + i*86sol2) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-solaris2 + ;; + i386mach) + basic_machine=i386-mach + os=-mach + ;; + i386-vsta | vsta) + basic_machine=i386-unknown + os=-vsta + ;; + iris | iris4d) + basic_machine=mips-sgi + case $os in + -irix*) + ;; + *) + os=-irix4 + ;; + esac + ;; + isi68 | isi) + basic_machine=m68k-isi + os=-sysv + ;; + m68knommu) + basic_machine=m68k-unknown + os=-linux + ;; + m68knommu-*) + basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` + os=-linux + ;; + m88k-omron*) + basic_machine=m88k-omron + ;; + magnum | m3230) + basic_machine=mips-mips + os=-sysv + ;; + merlin) + basic_machine=ns32k-utek + os=-sysv + ;; + microblaze*) + basic_machine=microblaze-xilinx + ;; + mingw64) + basic_machine=x86_64-pc + os=-mingw64 + ;; + mingw32) + basic_machine=i686-pc + os=-mingw32 + ;; + mingw32ce) + basic_machine=arm-unknown + os=-mingw32ce + ;; + miniframe) + basic_machine=m68000-convergent + ;; + *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*) + basic_machine=m68k-atari + os=-mint + ;; + mips3*-*) + basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` + ;; + mips3*) + basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown + ;; + monitor) + basic_machine=m68k-rom68k + os=-coff + ;; + morphos) + basic_machine=powerpc-unknown + os=-morphos + ;; + msdos) + basic_machine=i386-pc + os=-msdos + ;; + ms1-*) + basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` + ;; + msys) + basic_machine=i686-pc + os=-msys + ;; + mvs) + basic_machine=i370-ibm + os=-mvs + ;; + nacl) + basic_machine=le32-unknown + os=-nacl + ;; + ncr3000) + basic_machine=i486-ncr + os=-sysv4 + ;; + netbsd386) + basic_machine=i386-unknown + os=-netbsd + ;; + netwinder) + basic_machine=armv4l-rebel + os=-linux + ;; + news | news700 | news800 | news900) + basic_machine=m68k-sony + os=-newsos + ;; + news1000) + basic_machine=m68030-sony + os=-newsos + ;; + news-3600 | risc-news) + basic_machine=mips-sony + os=-newsos + ;; + necv70) + basic_machine=v70-nec + os=-sysv + ;; + next | m*-next ) + basic_machine=m68k-next + case $os in + -nextstep* ) + ;; + -ns2*) + os=-nextstep2 + ;; + *) + os=-nextstep3 + ;; + esac + ;; + nh3000) + basic_machine=m68k-harris + os=-cxux + ;; + nh[45]000) + basic_machine=m88k-harris + os=-cxux + ;; + nindy960) + basic_machine=i960-intel + os=-nindy + ;; + mon960) + basic_machine=i960-intel + os=-mon960 + ;; + nonstopux) + basic_machine=mips-compaq + os=-nonstopux + ;; + np1) + basic_machine=np1-gould + ;; + neo-tandem) + basic_machine=neo-tandem + ;; + nse-tandem) + basic_machine=nse-tandem + ;; + nsr-tandem) + basic_machine=nsr-tandem + ;; + op50n-* | op60c-*) + basic_machine=hppa1.1-oki + os=-proelf + ;; + openrisc | openrisc-*) + basic_machine=or32-unknown + ;; + os400) + basic_machine=powerpc-ibm + os=-os400 + ;; + OSE68000 | ose68000) + basic_machine=m68000-ericsson + os=-ose + ;; + os68k) + basic_machine=m68k-none + os=-os68k + ;; + pa-hitachi) + basic_machine=hppa1.1-hitachi + os=-hiuxwe2 + ;; + paragon) + basic_machine=i860-intel + os=-osf + ;; + parisc) + basic_machine=hppa-unknown + os=-linux + ;; + parisc-*) + basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` + os=-linux + ;; + pbd) + basic_machine=sparc-tti + ;; + pbb) + basic_machine=m68k-tti + ;; + pc532 | pc532-*) + basic_machine=ns32k-pc532 + ;; + pc98) + basic_machine=i386-pc + ;; + pc98-*) + basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentium | p5 | k5 | k6 | nexgen | viac3) + basic_machine=i586-pc + ;; + pentiumpro | p6 | 6x86 | athlon | athlon_*) + basic_machine=i686-pc + ;; + pentiumii | pentium2 | pentiumiii | pentium3) + basic_machine=i686-pc + ;; + pentium4) + basic_machine=i786-pc + ;; + pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) + basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentiumpro-* | p6-* | 6x86-* | athlon-*) + basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) + basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentium4-*) + basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pn) + basic_machine=pn-gould + ;; + power) basic_machine=power-ibm + ;; + ppc | ppcbe) basic_machine=powerpc-unknown + ;; + ppc-* | ppcbe-*) + basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ppcle | powerpclittle | ppc-le | powerpc-little) + basic_machine=powerpcle-unknown + ;; + ppcle-* | powerpclittle-*) + basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ppc64) basic_machine=powerpc64-unknown + ;; + ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ppc64le | powerpc64little | ppc64-le | powerpc64-little) + basic_machine=powerpc64le-unknown + ;; + ppc64le-* | powerpc64little-*) + basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ps2) + basic_machine=i386-ibm + ;; + pw32) + basic_machine=i586-unknown + os=-pw32 + ;; + rdos | rdos64) + basic_machine=x86_64-pc + os=-rdos + ;; + rdos32) + basic_machine=i386-pc + os=-rdos + ;; + rom68k) + basic_machine=m68k-rom68k + os=-coff + ;; + rm[46]00) + basic_machine=mips-siemens + ;; + rtpc | rtpc-*) + basic_machine=romp-ibm + ;; + s390 | s390-*) + basic_machine=s390-ibm + ;; + s390x | s390x-*) + basic_machine=s390x-ibm + ;; + sa29200) + basic_machine=a29k-amd + os=-udi + ;; + sb1) + basic_machine=mipsisa64sb1-unknown + ;; + sb1el) + basic_machine=mipsisa64sb1el-unknown + ;; + sde) + basic_machine=mipsisa32-sde + os=-elf + ;; + sei) + basic_machine=mips-sei + os=-seiux + ;; + sequent) + basic_machine=i386-sequent + ;; + sh) + basic_machine=sh-hitachi + os=-hms + ;; + sh5el) + basic_machine=sh5le-unknown + ;; + sh64) + basic_machine=sh64-unknown + ;; + sparclite-wrs | simso-wrs) + basic_machine=sparclite-wrs + os=-vxworks + ;; + sps7) + basic_machine=m68k-bull + os=-sysv2 + ;; + spur) + basic_machine=spur-unknown + ;; + st2000) + basic_machine=m68k-tandem + ;; + stratus) + basic_machine=i860-stratus + os=-sysv4 + ;; + strongarm-* | thumb-*) + basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + sun2) + basic_machine=m68000-sun + ;; + sun2os3) + basic_machine=m68000-sun + os=-sunos3 + ;; + sun2os4) + basic_machine=m68000-sun + os=-sunos4 + ;; + sun3os3) + basic_machine=m68k-sun + os=-sunos3 + ;; + sun3os4) + basic_machine=m68k-sun + os=-sunos4 + ;; + sun4os3) + basic_machine=sparc-sun + os=-sunos3 + ;; + sun4os4) + basic_machine=sparc-sun + os=-sunos4 + ;; + sun4sol2) + basic_machine=sparc-sun + os=-solaris2 + ;; + sun3 | sun3-*) + basic_machine=m68k-sun + ;; + sun4) + basic_machine=sparc-sun + ;; + sun386 | sun386i | roadrunner) + basic_machine=i386-sun + ;; + sv1) + basic_machine=sv1-cray + os=-unicos + ;; + symmetry) + basic_machine=i386-sequent + os=-dynix + ;; + t3e) + basic_machine=alphaev5-cray + os=-unicos + ;; + t90) + basic_machine=t90-cray + os=-unicos + ;; + tile*) + basic_machine=$basic_machine-unknown + os=-linux-gnu + ;; + tx39) + basic_machine=mipstx39-unknown + ;; + tx39el) + basic_machine=mipstx39el-unknown + ;; + toad1) + basic_machine=pdp10-xkl + os=-tops20 + ;; + tower | tower-32) + basic_machine=m68k-ncr + ;; + tpf) + basic_machine=s390x-ibm + os=-tpf + ;; + udi29k) + basic_machine=a29k-amd + os=-udi + ;; + ultra3) + basic_machine=a29k-nyu + os=-sym1 + ;; + v810 | necv810) + basic_machine=v810-nec + os=-none + ;; + vaxv) + basic_machine=vax-dec + os=-sysv + ;; + vms) + basic_machine=vax-dec + os=-vms + ;; + vpp*|vx|vx-*) + basic_machine=f301-fujitsu + ;; + vxworks960) + basic_machine=i960-wrs + os=-vxworks + ;; + vxworks68) + basic_machine=m68k-wrs + os=-vxworks + ;; + vxworks29k) + basic_machine=a29k-wrs + os=-vxworks + ;; + w65*) + basic_machine=w65-wdc + os=-none + ;; + w89k-*) + basic_machine=hppa1.1-winbond + os=-proelf + ;; + xbox) + basic_machine=i686-pc + os=-mingw32 + ;; + xps | xps100) + basic_machine=xps100-honeywell + ;; + xscale-* | xscalee[bl]-*) + basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'` + ;; + ymp) + basic_machine=ymp-cray + os=-unicos + ;; + z8k-*-coff) + basic_machine=z8k-unknown + os=-sim + ;; + z80-*-coff) + basic_machine=z80-unknown + os=-sim + ;; + none) + basic_machine=none-none + os=-none + ;; + +# Here we handle the default manufacturer of certain CPU types. It is in +# some cases the only manufacturer, in others, it is the most popular. + w89k) + basic_machine=hppa1.1-winbond + ;; + op50n) + basic_machine=hppa1.1-oki + ;; + op60c) + basic_machine=hppa1.1-oki + ;; + romp) + basic_machine=romp-ibm + ;; + mmix) + basic_machine=mmix-knuth + ;; + rs6000) + basic_machine=rs6000-ibm + ;; + vax) + basic_machine=vax-dec + ;; + pdp10) + # there are many clones, so DEC is not a safe bet + basic_machine=pdp10-unknown + ;; + pdp11) + basic_machine=pdp11-dec + ;; + we32k) + basic_machine=we32k-att + ;; + sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele) + basic_machine=sh-unknown + ;; + sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) + basic_machine=sparc-sun + ;; + cydra) + basic_machine=cydra-cydrome + ;; + orion) + basic_machine=orion-highlevel + ;; + orion105) + basic_machine=clipper-highlevel + ;; + mac | mpw | mac-mpw) + basic_machine=m68k-apple + ;; + pmac | pmac-mpw) + basic_machine=powerpc-apple + ;; + *-unknown) + # Make sure to match an already-canonicalized machine name. + ;; + *) + echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 + exit 1 + ;; +esac + +# Here we canonicalize certain aliases for manufacturers. +case $basic_machine in + *-digital*) + basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` + ;; + *-commodore*) + basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` + ;; + *) + ;; +esac + +# Decode manufacturer-specific aliases for certain operating systems. + +if [ x"$os" != x"" ] +then +case $os in + # First match some system type aliases + # that might get confused with valid system types. + # -solaris* is a basic system type, with this one exception. + -auroraux) + os=-auroraux + ;; + -solaris1 | -solaris1.*) + os=`echo $os | sed -e 's|solaris1|sunos4|'` + ;; + -solaris) + os=-solaris2 + ;; + -svr4*) + os=-sysv4 + ;; + -unixware*) + os=-sysv4.2uw + ;; + -gnu/linux*) + os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` + ;; + # First accept the basic system types. + # The portable systems comes first. + # Each alternative MUST END IN A *, to match a version number. + # -sysv* is not here because it comes later, after sysvr4. + -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ + | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ + | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ + | -sym* | -kopensolaris* | -plan9* \ + | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ + | -aos* | -aros* \ + | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ + | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ + | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ + | -bitrig* | -openbsd* | -solidbsd* \ + | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ + | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ + | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ + | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ + | -chorusos* | -chorusrdb* | -cegcc* \ + | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ + | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \ + | -linux-newlib* | -linux-musl* | -linux-uclibc* \ + | -uxpv* | -beos* | -mpeix* | -udk* \ + | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ + | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ + | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ + | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ + | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ + | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ + | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*) + # Remember, each alternative MUST END IN *, to match a version number. + ;; + -qnx*) + case $basic_machine in + x86-* | i*86-*) + ;; + *) + os=-nto$os + ;; + esac + ;; + -nto-qnx*) + ;; + -nto*) + os=`echo $os | sed -e 's|nto|nto-qnx|'` + ;; + -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ + | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \ + | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) + ;; + -mac*) + os=`echo $os | sed -e 's|mac|macos|'` + ;; + -linux-dietlibc) + os=-linux-dietlibc + ;; + -linux*) + os=`echo $os | sed -e 's|linux|linux-gnu|'` + ;; + -sunos5*) + os=`echo $os | sed -e 's|sunos5|solaris2|'` + ;; + -sunos6*) + os=`echo $os | sed -e 's|sunos6|solaris3|'` + ;; + -opened*) + os=-openedition + ;; + -os400*) + os=-os400 + ;; + -wince*) + os=-wince + ;; + -osfrose*) + os=-osfrose + ;; + -osf*) + os=-osf + ;; + -utek*) + os=-bsd + ;; + -dynix*) + os=-bsd + ;; + -acis*) + os=-aos + ;; + -atheos*) + os=-atheos + ;; + -syllable*) + os=-syllable + ;; + -386bsd) + os=-bsd + ;; + -ctix* | -uts*) + os=-sysv + ;; + -nova*) + os=-rtmk-nova + ;; + -ns2 ) + os=-nextstep2 + ;; + -nsk*) + os=-nsk + ;; + # Preserve the version number of sinix5. + -sinix5.*) + os=`echo $os | sed -e 's|sinix|sysv|'` + ;; + -sinix*) + os=-sysv4 + ;; + -tpf*) + os=-tpf + ;; + -triton*) + os=-sysv3 + ;; + -oss*) + os=-sysv3 + ;; + -svr4) + os=-sysv4 + ;; + -svr3) + os=-sysv3 + ;; + -sysvr4) + os=-sysv4 + ;; + # This must come after -sysvr4. + -sysv*) + ;; + -ose*) + os=-ose + ;; + -es1800*) + os=-ose + ;; + -xenix) + os=-xenix + ;; + -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) + os=-mint + ;; + -aros*) + os=-aros + ;; + -zvmoe) + os=-zvmoe + ;; + -dicos*) + os=-dicos + ;; + -nacl*) + ;; + -none) + ;; + *) + # Get rid of the `-' at the beginning of $os. + os=`echo $os | sed 's/[^-]*-//'` + echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 + exit 1 + ;; +esac +else + +# Here we handle the default operating systems that come with various machines. +# The value should be what the vendor currently ships out the door with their +# machine or put another way, the most popular os provided with the machine. + +# Note that if you're going to try to match "-MANUFACTURER" here (say, +# "-sun"), then you have to tell the case statement up towards the top +# that MANUFACTURER isn't an operating system. Otherwise, code above +# will signal an error saying that MANUFACTURER isn't an operating +# system, and we'll never get to this point. + +case $basic_machine in + score-*) + os=-elf + ;; + spu-*) + os=-elf + ;; + *-acorn) + os=-riscix1.2 + ;; + arm*-rebel) + os=-linux + ;; + arm*-semi) + os=-aout + ;; + c4x-* | tic4x-*) + os=-coff + ;; + c8051-*) + os=-elf + ;; + hexagon-*) + os=-elf + ;; + tic54x-*) + os=-coff + ;; + tic55x-*) + os=-coff + ;; + tic6x-*) + os=-coff + ;; + # This must come before the *-dec entry. + pdp10-*) + os=-tops20 + ;; + pdp11-*) + os=-none + ;; + *-dec | vax-*) + os=-ultrix4.2 + ;; + m68*-apollo) + os=-domain + ;; + i386-sun) + os=-sunos4.0.2 + ;; + m68000-sun) + os=-sunos3 + ;; + m68*-cisco) + os=-aout + ;; + mep-*) + os=-elf + ;; + mips*-cisco) + os=-elf + ;; + mips*-*) + os=-elf + ;; + or1k-*) + os=-elf + ;; + or32-*) + os=-coff + ;; + *-tti) # must be before sparc entry or we get the wrong os. + os=-sysv3 + ;; + sparc-* | *-sun) + os=-sunos4.1.1 + ;; + *-be) + os=-beos + ;; + *-haiku) + os=-haiku + ;; + *-ibm) + os=-aix + ;; + *-knuth) + os=-mmixware + ;; + *-wec) + os=-proelf + ;; + *-winbond) + os=-proelf + ;; + *-oki) + os=-proelf + ;; + *-hp) + os=-hpux + ;; + *-hitachi) + os=-hiux + ;; + i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) + os=-sysv + ;; + *-cbm) + os=-amigaos + ;; + *-dg) + os=-dgux + ;; + *-dolphin) + os=-sysv3 + ;; + m68k-ccur) + os=-rtu + ;; + m88k-omron*) + os=-luna + ;; + *-next ) + os=-nextstep + ;; + *-sequent) + os=-ptx + ;; + *-crds) + os=-unos + ;; + *-ns) + os=-genix + ;; + i370-*) + os=-mvs + ;; + *-next) + os=-nextstep3 + ;; + *-gould) + os=-sysv + ;; + *-highlevel) + os=-bsd + ;; + *-encore) + os=-bsd + ;; + *-sgi) + os=-irix + ;; + *-siemens) + os=-sysv4 + ;; + *-masscomp) + os=-rtu + ;; + f30[01]-fujitsu | f700-fujitsu) + os=-uxpv + ;; + *-rom68k) + os=-coff + ;; + *-*bug) + os=-coff + ;; + *-apple) + os=-macos + ;; + *-atari*) + os=-mint + ;; + *) + os=-none + ;; +esac +fi + +# Here we handle the case where we know the os, and the CPU type, but not the +# manufacturer. We pick the logical manufacturer. +vendor=unknown +case $basic_machine in + *-unknown) + case $os in + -riscix*) + vendor=acorn + ;; + -sunos*) + vendor=sun + ;; + -cnk*|-aix*) + vendor=ibm + ;; + -beos*) + vendor=be + ;; + -hpux*) + vendor=hp + ;; + -mpeix*) + vendor=hp + ;; + -hiux*) + vendor=hitachi + ;; + -unos*) + vendor=crds + ;; + -dgux*) + vendor=dg + ;; + -luna*) + vendor=omron + ;; + -genix*) + vendor=ns + ;; + -mvs* | -opened*) + vendor=ibm + ;; + -os400*) + vendor=ibm + ;; + -ptx*) + vendor=sequent + ;; + -tpf*) + vendor=ibm + ;; + -vxsim* | -vxworks* | -windiss*) + vendor=wrs + ;; + -aux*) + vendor=apple + ;; + -hms*) + vendor=hitachi + ;; + -mpw* | -macos*) + vendor=apple + ;; + -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) + vendor=atari + ;; + -vos*) + vendor=stratus + ;; + esac + basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` + ;; +esac + +echo $basic_machine$os +exit + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "timestamp='" +# time-stamp-format: "%:y-%02m-%02d" +# time-stamp-end: "'" +# End: diff --git a/conftools/depcomp b/conftools/depcomp new file mode 100755 index 00000000..4ebd5b3a --- /dev/null +++ b/conftools/depcomp @@ -0,0 +1,791 @@ +#! /bin/sh +# depcomp - compile a program generating dependencies as side-effects + +scriptversion=2013-05-30.07; # UTC + +# Copyright (C) 1999-2013 Free Software Foundation, Inc. + +# 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, 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, see . + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# Originally written by Alexandre Oliva . + +case $1 in + '') + echo "$0: No command. Try '$0 --help' for more information." 1>&2 + exit 1; + ;; + -h | --h*) + cat <<\EOF +Usage: depcomp [--help] [--version] PROGRAM [ARGS] + +Run PROGRAMS ARGS to compile a file, generating dependencies +as side-effects. + +Environment variables: + depmode Dependency tracking mode. + source Source file read by 'PROGRAMS ARGS'. + object Object file output by 'PROGRAMS ARGS'. + DEPDIR directory where to store dependencies. + depfile Dependency file to output. + tmpdepfile Temporary file to use when outputting dependencies. + libtool Whether libtool is used (yes/no). + +Report bugs to . +EOF + exit $? + ;; + -v | --v*) + echo "depcomp $scriptversion" + exit $? + ;; +esac + +# Get the directory component of the given path, and save it in the +# global variables '$dir'. Note that this directory component will +# be either empty or ending with a '/' character. This is deliberate. +set_dir_from () +{ + case $1 in + */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;; + *) dir=;; + esac +} + +# Get the suffix-stripped basename of the given path, and save it the +# global variable '$base'. +set_base_from () +{ + base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` +} + +# If no dependency file was actually created by the compiler invocation, +# we still have to create a dummy depfile, to avoid errors with the +# Makefile "include basename.Plo" scheme. +make_dummy_depfile () +{ + echo "#dummy" > "$depfile" +} + +# Factor out some common post-processing of the generated depfile. +# Requires the auxiliary global variable '$tmpdepfile' to be set. +aix_post_process_depfile () +{ + # If the compiler actually managed to produce a dependency file, + # post-process it. + if test -f "$tmpdepfile"; then + # Each line is of the form 'foo.o: dependency.h'. + # Do two passes, one to just change these to + # $object: dependency.h + # and one to simply output + # dependency.h: + # which is needed to avoid the deleted-header problem. + { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile" + sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile" + } > "$depfile" + rm -f "$tmpdepfile" + else + make_dummy_depfile + fi +} + +# A tabulation character. +tab=' ' +# A newline character. +nl=' +' +# Character ranges might be problematic outside the C locale. +# These definitions help. +upper=ABCDEFGHIJKLMNOPQRSTUVWXYZ +lower=abcdefghijklmnopqrstuvwxyz +digits=0123456789 +alpha=${upper}${lower} + +if test -z "$depmode" || test -z "$source" || test -z "$object"; then + echo "depcomp: Variables source, object and depmode must be set" 1>&2 + exit 1 +fi + +# Dependencies for sub/bar.o or sub/bar.obj go into sub/.deps/bar.Po. +depfile=${depfile-`echo "$object" | + sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} +tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} + +rm -f "$tmpdepfile" + +# Avoid interferences from the environment. +gccflag= dashmflag= + +# Some modes work just like other modes, but use different flags. We +# parameterize here, but still list the modes in the big case below, +# to make depend.m4 easier to write. Note that we *cannot* use a case +# here, because this file can only contain one case statement. +if test "$depmode" = hp; then + # HP compiler uses -M and no extra arg. + gccflag=-M + depmode=gcc +fi + +if test "$depmode" = dashXmstdout; then + # This is just like dashmstdout with a different argument. + dashmflag=-xM + depmode=dashmstdout +fi + +cygpath_u="cygpath -u -f -" +if test "$depmode" = msvcmsys; then + # This is just like msvisualcpp but w/o cygpath translation. + # Just convert the backslash-escaped backslashes to single forward + # slashes to satisfy depend.m4 + cygpath_u='sed s,\\\\,/,g' + depmode=msvisualcpp +fi + +if test "$depmode" = msvc7msys; then + # This is just like msvc7 but w/o cygpath translation. + # Just convert the backslash-escaped backslashes to single forward + # slashes to satisfy depend.m4 + cygpath_u='sed s,\\\\,/,g' + depmode=msvc7 +fi + +if test "$depmode" = xlc; then + # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information. + gccflag=-qmakedep=gcc,-MF + depmode=gcc +fi + +case "$depmode" in +gcc3) +## gcc 3 implements dependency tracking that does exactly what +## we want. Yay! Note: for some reason libtool 1.4 doesn't like +## it if -MD -MP comes after the -MF stuff. Hmm. +## Unfortunately, FreeBSD c89 acceptance of flags depends upon +## the command line argument order; so add the flags where they +## appear in depend2.am. Note that the slowdown incurred here +## affects only configure: in makefiles, %FASTDEP% shortcuts this. + for arg + do + case $arg in + -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;; + *) set fnord "$@" "$arg" ;; + esac + shift # fnord + shift # $arg + done + "$@" + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile" + exit $stat + fi + mv "$tmpdepfile" "$depfile" + ;; + +gcc) +## Note that this doesn't just cater to obsosete pre-3.x GCC compilers. +## but also to in-use compilers like IMB xlc/xlC and the HP C compiler. +## (see the conditional assignment to $gccflag above). +## There are various ways to get dependency output from gcc. Here's +## why we pick this rather obscure method: +## - Don't want to use -MD because we'd like the dependencies to end +## up in a subdir. Having to rename by hand is ugly. +## (We might end up doing this anyway to support other compilers.) +## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like +## -MM, not -M (despite what the docs say). Also, it might not be +## supported by the other compilers which use the 'gcc' depmode. +## - Using -M directly means running the compiler twice (even worse +## than renaming). + if test -z "$gccflag"; then + gccflag=-MD, + fi + "$@" -Wp,"$gccflag$tmpdepfile" + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + echo "$object : \\" > "$depfile" + # The second -e expression handles DOS-style file names with drive + # letters. + sed -e 's/^[^:]*: / /' \ + -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" +## This next piece of magic avoids the "deleted header file" problem. +## The problem is that when a header file which appears in a .P file +## is deleted, the dependency causes make to die (because there is +## typically no way to rebuild the header). We avoid this by adding +## dummy dependencies for each header file. Too bad gcc doesn't do +## this for us directly. +## Some versions of gcc put a space before the ':'. On the theory +## that the space means something, we add a space to the output as +## well. hp depmode also adds that space, but also prefixes the VPATH +## to the object. Take care to not repeat it in the output. +## Some versions of the HPUX 10.20 sed can't process this invocation +## correctly. Breaking it into two sed invocations is a workaround. + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +hp) + # This case exists only to let depend.m4 do its work. It works by + # looking at the text of this script. This case will never be run, + # since it is checked for above. + exit 1 + ;; + +sgi) + if test "$libtool" = yes; then + "$@" "-Wp,-MDupdate,$tmpdepfile" + else + "$@" -MDupdate "$tmpdepfile" + fi + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + + if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files + echo "$object : \\" > "$depfile" + # Clip off the initial element (the dependent). Don't try to be + # clever and replace this with sed code, as IRIX sed won't handle + # lines with more than a fixed number of characters (4096 in + # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines; + # the IRIX cc adds comments like '#:fec' to the end of the + # dependency line. + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' \ + | tr "$nl" ' ' >> "$depfile" + echo >> "$depfile" + # The second pass generates a dummy entry for each header file. + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ + >> "$depfile" + else + make_dummy_depfile + fi + rm -f "$tmpdepfile" + ;; + +xlc) + # This case exists only to let depend.m4 do its work. It works by + # looking at the text of this script. This case will never be run, + # since it is checked for above. + exit 1 + ;; + +aix) + # The C for AIX Compiler uses -M and outputs the dependencies + # in a .u file. In older versions, this file always lives in the + # current directory. Also, the AIX compiler puts '$object:' at the + # start of each line; $object doesn't have directory information. + # Version 6 uses the directory in both cases. + set_dir_from "$object" + set_base_from "$object" + if test "$libtool" = yes; then + tmpdepfile1=$dir$base.u + tmpdepfile2=$base.u + tmpdepfile3=$dir.libs/$base.u + "$@" -Wc,-M + else + tmpdepfile1=$dir$base.u + tmpdepfile2=$dir$base.u + tmpdepfile3=$dir$base.u + "$@" -M + fi + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + exit $stat + fi + + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + do + test -f "$tmpdepfile" && break + done + aix_post_process_depfile + ;; + +tcc) + # tcc (Tiny C Compiler) understand '-MD -MF file' since version 0.9.26 + # FIXME: That version still under development at the moment of writing. + # Make that this statement remains true also for stable, released + # versions. + # It will wrap lines (doesn't matter whether long or short) with a + # trailing '\', as in: + # + # foo.o : \ + # foo.c \ + # foo.h \ + # + # It will put a trailing '\' even on the last line, and will use leading + # spaces rather than leading tabs (at least since its commit 0394caf7 + # "Emit spaces for -MD"). + "$@" -MD -MF "$tmpdepfile" + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + # Each non-empty line is of the form 'foo.o : \' or ' dep.h \'. + # We have to change lines of the first kind to '$object: \'. + sed -e "s|.*:|$object :|" < "$tmpdepfile" > "$depfile" + # And for each line of the second kind, we have to emit a 'dep.h:' + # dummy dependency, to avoid the deleted-header problem. + sed -n -e 's|^ *\(.*\) *\\$|\1:|p' < "$tmpdepfile" >> "$depfile" + rm -f "$tmpdepfile" + ;; + +## The order of this option in the case statement is important, since the +## shell code in configure will try each of these formats in the order +## listed in this file. A plain '-MD' option would be understood by many +## compilers, so we must ensure this comes after the gcc and icc options. +pgcc) + # Portland's C compiler understands '-MD'. + # Will always output deps to 'file.d' where file is the root name of the + # source file under compilation, even if file resides in a subdirectory. + # The object file name does not affect the name of the '.d' file. + # pgcc 10.2 will output + # foo.o: sub/foo.c sub/foo.h + # and will wrap long lines using '\' : + # foo.o: sub/foo.c ... \ + # sub/foo.h ... \ + # ... + set_dir_from "$object" + # Use the source, not the object, to determine the base name, since + # that's sadly what pgcc will do too. + set_base_from "$source" + tmpdepfile=$base.d + + # For projects that build the same source file twice into different object + # files, the pgcc approach of using the *source* file root name can cause + # problems in parallel builds. Use a locking strategy to avoid stomping on + # the same $tmpdepfile. + lockdir=$base.d-lock + trap " + echo '$0: caught signal, cleaning up...' >&2 + rmdir '$lockdir' + exit 1 + " 1 2 13 15 + numtries=100 + i=$numtries + while test $i -gt 0; do + # mkdir is a portable test-and-set. + if mkdir "$lockdir" 2>/dev/null; then + # This process acquired the lock. + "$@" -MD + stat=$? + # Release the lock. + rmdir "$lockdir" + break + else + # If the lock is being held by a different process, wait + # until the winning process is done or we timeout. + while test -d "$lockdir" && test $i -gt 0; do + sleep 1 + i=`expr $i - 1` + done + fi + i=`expr $i - 1` + done + trap - 1 2 13 15 + if test $i -le 0; then + echo "$0: failed to acquire lock after $numtries attempts" >&2 + echo "$0: check lockdir '$lockdir'" >&2 + exit 1 + fi + + if test $stat -ne 0; then + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + # Each line is of the form `foo.o: dependent.h', + # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'. + # Do two passes, one to just change these to + # `$object: dependent.h' and one to simply `dependent.h:'. + sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" + # Some versions of the HPUX 10.20 sed can't process this invocation + # correctly. Breaking it into two sed invocations is a workaround. + sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" \ + | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +hp2) + # The "hp" stanza above does not work with aCC (C++) and HP's ia64 + # compilers, which have integrated preprocessors. The correct option + # to use with these is +Maked; it writes dependencies to a file named + # 'foo.d', which lands next to the object file, wherever that + # happens to be. + # Much of this is similar to the tru64 case; see comments there. + set_dir_from "$object" + set_base_from "$object" + if test "$libtool" = yes; then + tmpdepfile1=$dir$base.d + tmpdepfile2=$dir.libs/$base.d + "$@" -Wc,+Maked + else + tmpdepfile1=$dir$base.d + tmpdepfile2=$dir$base.d + "$@" +Maked + fi + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile1" "$tmpdepfile2" + exit $stat + fi + + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" + do + test -f "$tmpdepfile" && break + done + if test -f "$tmpdepfile"; then + sed -e "s,^.*\.[$lower]*:,$object:," "$tmpdepfile" > "$depfile" + # Add 'dependent.h:' lines. + sed -ne '2,${ + s/^ *// + s/ \\*$// + s/$/:/ + p + }' "$tmpdepfile" >> "$depfile" + else + make_dummy_depfile + fi + rm -f "$tmpdepfile" "$tmpdepfile2" + ;; + +tru64) + # The Tru64 compiler uses -MD to generate dependencies as a side + # effect. 'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'. + # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put + # dependencies in 'foo.d' instead, so we check for that too. + # Subdirectories are respected. + set_dir_from "$object" + set_base_from "$object" + + if test "$libtool" = yes; then + # Libtool generates 2 separate objects for the 2 libraries. These + # two compilations output dependencies in $dir.libs/$base.o.d and + # in $dir$base.o.d. We have to check for both files, because + # one of the two compilations can be disabled. We should prefer + # $dir$base.o.d over $dir.libs/$base.o.d because the latter is + # automatically cleaned when .libs/ is deleted, while ignoring + # the former would cause a distcleancheck panic. + tmpdepfile1=$dir$base.o.d # libtool 1.5 + tmpdepfile2=$dir.libs/$base.o.d # Likewise. + tmpdepfile3=$dir.libs/$base.d # Compaq CCC V6.2-504 + "$@" -Wc,-MD + else + tmpdepfile1=$dir$base.d + tmpdepfile2=$dir$base.d + tmpdepfile3=$dir$base.d + "$@" -MD + fi + + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + exit $stat + fi + + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + do + test -f "$tmpdepfile" && break + done + # Same post-processing that is required for AIX mode. + aix_post_process_depfile + ;; + +msvc7) + if test "$libtool" = yes; then + showIncludes=-Wc,-showIncludes + else + showIncludes=-showIncludes + fi + "$@" $showIncludes > "$tmpdepfile" + stat=$? + grep -v '^Note: including file: ' "$tmpdepfile" + if test $stat -ne 0; then + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + echo "$object : \\" > "$depfile" + # The first sed program below extracts the file names and escapes + # backslashes for cygpath. The second sed program outputs the file + # name when reading, but also accumulates all include files in the + # hold buffer in order to output them again at the end. This only + # works with sed implementations that can handle large buffers. + sed < "$tmpdepfile" -n ' +/^Note: including file: *\(.*\)/ { + s//\1/ + s/\\/\\\\/g + p +}' | $cygpath_u | sort -u | sed -n ' +s/ /\\ /g +s/\(.*\)/'"$tab"'\1 \\/p +s/.\(.*\) \\/\1:/ +H +$ { + s/.*/'"$tab"'/ + G + p +}' >> "$depfile" + echo >> "$depfile" # make sure the fragment doesn't end with a backslash + rm -f "$tmpdepfile" + ;; + +msvc7msys) + # This case exists only to let depend.m4 do its work. It works by + # looking at the text of this script. This case will never be run, + # since it is checked for above. + exit 1 + ;; + +#nosideeffect) + # This comment above is used by automake to tell side-effect + # dependency tracking mechanisms from slower ones. + +dashmstdout) + # Important note: in order to support this mode, a compiler *must* + # always write the preprocessed file to stdout, regardless of -o. + "$@" || exit $? + + # Remove the call to Libtool. + if test "$libtool" = yes; then + while test "X$1" != 'X--mode=compile'; do + shift + done + shift + fi + + # Remove '-o $object'. + IFS=" " + for arg + do + case $arg in + -o) + shift + ;; + $object) + shift + ;; + *) + set fnord "$@" "$arg" + shift # fnord + shift # $arg + ;; + esac + done + + test -z "$dashmflag" && dashmflag=-M + # Require at least two characters before searching for ':' + # in the target name. This is to cope with DOS-style filenames: + # a dependency such as 'c:/foo/bar' could be seen as target 'c' otherwise. + "$@" $dashmflag | + sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile" + rm -f "$depfile" + cat < "$tmpdepfile" > "$depfile" + # Some versions of the HPUX 10.20 sed can't process this sed invocation + # correctly. Breaking it into two sed invocations is a workaround. + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +dashXmstdout) + # This case only exists to satisfy depend.m4. It is never actually + # run, as this mode is specially recognized in the preamble. + exit 1 + ;; + +makedepend) + "$@" || exit $? + # Remove any Libtool call + if test "$libtool" = yes; then + while test "X$1" != 'X--mode=compile'; do + shift + done + shift + fi + # X makedepend + shift + cleared=no eat=no + for arg + do + case $cleared in + no) + set ""; shift + cleared=yes ;; + esac + if test $eat = yes; then + eat=no + continue + fi + case "$arg" in + -D*|-I*) + set fnord "$@" "$arg"; shift ;; + # Strip any option that makedepend may not understand. Remove + # the object too, otherwise makedepend will parse it as a source file. + -arch) + eat=yes ;; + -*|$object) + ;; + *) + set fnord "$@" "$arg"; shift ;; + esac + done + obj_suffix=`echo "$object" | sed 's/^.*\././'` + touch "$tmpdepfile" + ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@" + rm -f "$depfile" + # makedepend may prepend the VPATH from the source file name to the object. + # No need to regex-escape $object, excess matching of '.' is harmless. + sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile" + # Some versions of the HPUX 10.20 sed can't process the last invocation + # correctly. Breaking it into two sed invocations is a workaround. + sed '1,2d' "$tmpdepfile" \ + | tr ' ' "$nl" \ + | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" "$tmpdepfile".bak + ;; + +cpp) + # Important note: in order to support this mode, a compiler *must* + # always write the preprocessed file to stdout. + "$@" || exit $? + + # Remove the call to Libtool. + if test "$libtool" = yes; then + while test "X$1" != 'X--mode=compile'; do + shift + done + shift + fi + + # Remove '-o $object'. + IFS=" " + for arg + do + case $arg in + -o) + shift + ;; + $object) + shift + ;; + *) + set fnord "$@" "$arg" + shift # fnord + shift # $arg + ;; + esac + done + + "$@" -E \ + | sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ + -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ + | sed '$ s: \\$::' > "$tmpdepfile" + rm -f "$depfile" + echo "$object : \\" > "$depfile" + cat < "$tmpdepfile" >> "$depfile" + sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +msvisualcpp) + # Important note: in order to support this mode, a compiler *must* + # always write the preprocessed file to stdout. + "$@" || exit $? + + # Remove the call to Libtool. + if test "$libtool" = yes; then + while test "X$1" != 'X--mode=compile'; do + shift + done + shift + fi + + IFS=" " + for arg + do + case "$arg" in + -o) + shift + ;; + $object) + shift + ;; + "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") + set fnord "$@" + shift + shift + ;; + *) + set fnord "$@" "$arg" + shift + shift + ;; + esac + done + "$@" -E 2>/dev/null | + sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::\1:p' | $cygpath_u | sort -u > "$tmpdepfile" + rm -f "$depfile" + echo "$object : \\" > "$depfile" + sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::'"$tab"'\1 \\:p' >> "$depfile" + echo "$tab" >> "$depfile" + sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::\1\::p' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +msvcmsys) + # This case exists only to let depend.m4 do its work. It works by + # looking at the text of this script. This case will never be run, + # since it is checked for above. + exit 1 + ;; + +none) + exec "$@" + ;; + +*) + echo "Unknown depmode $depmode" 1>&2 + exit 1 + ;; +esac + +exit 0 + +# Local Variables: +# mode: shell-script +# sh-indentation: 2 +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" +# End: diff --git a/conftools/install-sh b/conftools/install-sh new file mode 100755 index 00000000..377bb868 --- /dev/null +++ b/conftools/install-sh @@ -0,0 +1,527 @@ +#!/bin/sh +# install - install a program, script, or datafile + +scriptversion=2011-11-20.07; # UTC + +# This originates from X11R5 (mit/util/scripts/install.sh), which was +# later released in X11R6 (xc/config/util/install.sh) with the +# following copyright and license. +# +# Copyright (C) 1994 X Consortium +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN +# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- +# TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +# +# Except as contained in this notice, the name of the X Consortium shall not +# be used in advertising or otherwise to promote the sale, use or other deal- +# ings in this Software without prior written authorization from the X Consor- +# tium. +# +# +# FSF changes to this file are in the public domain. +# +# Calling this script install-sh is preferred over install.sh, to prevent +# 'make' implicit rules from creating a file called install from it +# when there is no Makefile. +# +# This script is compatible with the BSD install script, but was written +# from scratch. + +nl=' +' +IFS=" "" $nl" + +# set DOITPROG to echo to test this script + +# Don't use :- since 4.3BSD and earlier shells don't like it. +doit=${DOITPROG-} +if test -z "$doit"; then + doit_exec=exec +else + doit_exec=$doit +fi + +# Put in absolute file names if you don't have them in your path; +# or use environment vars. + +chgrpprog=${CHGRPPROG-chgrp} +chmodprog=${CHMODPROG-chmod} +chownprog=${CHOWNPROG-chown} +cmpprog=${CMPPROG-cmp} +cpprog=${CPPROG-cp} +mkdirprog=${MKDIRPROG-mkdir} +mvprog=${MVPROG-mv} +rmprog=${RMPROG-rm} +stripprog=${STRIPPROG-strip} + +posix_glob='?' +initialize_posix_glob=' + test "$posix_glob" != "?" || { + if (set -f) 2>/dev/null; then + posix_glob= + else + posix_glob=: + fi + } +' + +posix_mkdir= + +# Desired mode of installed file. +mode=0755 + +chgrpcmd= +chmodcmd=$chmodprog +chowncmd= +mvcmd=$mvprog +rmcmd="$rmprog -f" +stripcmd= + +src= +dst= +dir_arg= +dst_arg= + +copy_on_change=false +no_target_directory= + +usage="\ +Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE + or: $0 [OPTION]... SRCFILES... DIRECTORY + or: $0 [OPTION]... -t DIRECTORY SRCFILES... + or: $0 [OPTION]... -d DIRECTORIES... + +In the 1st form, copy SRCFILE to DSTFILE. +In the 2nd and 3rd, copy all SRCFILES to DIRECTORY. +In the 4th, create DIRECTORIES. + +Options: + --help display this help and exit. + --version display version info and exit. + + -c (ignored) + -C install only if different (preserve the last data modification time) + -d create directories instead of installing files. + -g GROUP $chgrpprog installed files to GROUP. + -m MODE $chmodprog installed files to MODE. + -o USER $chownprog installed files to USER. + -s $stripprog installed files. + -t DIRECTORY install into DIRECTORY. + -T report an error if DSTFILE is a directory. + +Environment variables override the default commands: + CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG + RMPROG STRIPPROG +" + +while test $# -ne 0; do + case $1 in + -c) ;; + + -C) copy_on_change=true;; + + -d) dir_arg=true;; + + -g) chgrpcmd="$chgrpprog $2" + shift;; + + --help) echo "$usage"; exit $?;; + + -m) mode=$2 + case $mode in + *' '* | *' '* | *' +'* | *'*'* | *'?'* | *'['*) + echo "$0: invalid mode: $mode" >&2 + exit 1;; + esac + shift;; + + -o) chowncmd="$chownprog $2" + shift;; + + -s) stripcmd=$stripprog;; + + -t) dst_arg=$2 + # Protect names problematic for 'test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac + shift;; + + -T) no_target_directory=true;; + + --version) echo "$0 $scriptversion"; exit $?;; + + --) shift + break;; + + -*) echo "$0: invalid option: $1" >&2 + exit 1;; + + *) break;; + esac + shift +done + +if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then + # When -d is used, all remaining arguments are directories to create. + # When -t is used, the destination is already specified. + # Otherwise, the last argument is the destination. Remove it from $@. + for arg + do + if test -n "$dst_arg"; then + # $@ is not empty: it contains at least $arg. + set fnord "$@" "$dst_arg" + shift # fnord + fi + shift # arg + dst_arg=$arg + # Protect names problematic for 'test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac + done +fi + +if test $# -eq 0; then + if test -z "$dir_arg"; then + echo "$0: no input file specified." >&2 + exit 1 + fi + # It's OK to call 'install-sh -d' without argument. + # This can happen when creating conditional directories. + exit 0 +fi + +if test -z "$dir_arg"; then + do_exit='(exit $ret); exit $ret' + trap "ret=129; $do_exit" 1 + trap "ret=130; $do_exit" 2 + trap "ret=141; $do_exit" 13 + trap "ret=143; $do_exit" 15 + + # Set umask so as not to create temps with too-generous modes. + # However, 'strip' requires both read and write access to temps. + case $mode in + # Optimize common cases. + *644) cp_umask=133;; + *755) cp_umask=22;; + + *[0-7]) + if test -z "$stripcmd"; then + u_plus_rw= + else + u_plus_rw='% 200' + fi + cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; + *) + if test -z "$stripcmd"; then + u_plus_rw= + else + u_plus_rw=,u+rw + fi + cp_umask=$mode$u_plus_rw;; + esac +fi + +for src +do + # Protect names problematic for 'test' and other utilities. + case $src in + -* | [=\(\)!]) src=./$src;; + esac + + if test -n "$dir_arg"; then + dst=$src + dstdir=$dst + test -d "$dstdir" + dstdir_status=$? + else + + # Waiting for this to be detected by the "$cpprog $src $dsttmp" command + # might cause directories to be created, which would be especially bad + # if $src (and thus $dsttmp) contains '*'. + if test ! -f "$src" && test ! -d "$src"; then + echo "$0: $src does not exist." >&2 + exit 1 + fi + + if test -z "$dst_arg"; then + echo "$0: no destination specified." >&2 + exit 1 + fi + dst=$dst_arg + + # If destination is a directory, append the input filename; won't work + # if double slashes aren't ignored. + if test -d "$dst"; then + if test -n "$no_target_directory"; then + echo "$0: $dst_arg: Is a directory" >&2 + exit 1 + fi + dstdir=$dst + dst=$dstdir/`basename "$src"` + dstdir_status=0 + else + # Prefer dirname, but fall back on a substitute if dirname fails. + dstdir=` + (dirname "$dst") 2>/dev/null || + expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$dst" : 'X\(//\)[^/]' \| \ + X"$dst" : 'X\(//\)$' \| \ + X"$dst" : 'X\(/\)' \| . 2>/dev/null || + echo X"$dst" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q' + ` + + test -d "$dstdir" + dstdir_status=$? + fi + fi + + obsolete_mkdir_used=false + + if test $dstdir_status != 0; then + case $posix_mkdir in + '') + # Create intermediate dirs using mode 755 as modified by the umask. + # This is like FreeBSD 'install' as of 1997-10-28. + umask=`umask` + case $stripcmd.$umask in + # Optimize common cases. + *[2367][2367]) mkdir_umask=$umask;; + .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; + + *[0-7]) + mkdir_umask=`expr $umask + 22 \ + - $umask % 100 % 40 + $umask % 20 \ + - $umask % 10 % 4 + $umask % 2 + `;; + *) mkdir_umask=$umask,go-w;; + esac + + # With -d, create the new directory with the user-specified mode. + # Otherwise, rely on $mkdir_umask. + if test -n "$dir_arg"; then + mkdir_mode=-m$mode + else + mkdir_mode= + fi + + posix_mkdir=false + case $umask in + *[123567][0-7][0-7]) + # POSIX mkdir -p sets u+wx bits regardless of umask, which + # is incompatible with FreeBSD 'install' when (umask & 300) != 0. + ;; + *) + tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ + trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 + + if (umask $mkdir_umask && + exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 + then + if test -z "$dir_arg" || { + # Check for POSIX incompatibilities with -m. + # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or + # other-writable bit of parent directory when it shouldn't. + # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. + ls_ld_tmpdir=`ls -ld "$tmpdir"` + case $ls_ld_tmpdir in + d????-?r-*) different_mode=700;; + d????-?--*) different_mode=755;; + *) false;; + esac && + $mkdirprog -m$different_mode -p -- "$tmpdir" && { + ls_ld_tmpdir_1=`ls -ld "$tmpdir"` + test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" + } + } + then posix_mkdir=: + fi + rmdir "$tmpdir/d" "$tmpdir" + else + # Remove any dirs left behind by ancient mkdir implementations. + rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null + fi + trap '' 0;; + esac;; + esac + + if + $posix_mkdir && ( + umask $mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" + ) + then : + else + + # The umask is ridiculous, or mkdir does not conform to POSIX, + # or it failed possibly due to a race condition. Create the + # directory the slow way, step by step, checking for races as we go. + + case $dstdir in + /*) prefix='/';; + [-=\(\)!]*) prefix='./';; + *) prefix='';; + esac + + eval "$initialize_posix_glob" + + oIFS=$IFS + IFS=/ + $posix_glob set -f + set fnord $dstdir + shift + $posix_glob set +f + IFS=$oIFS + + prefixes= + + for d + do + test X"$d" = X && continue + + prefix=$prefix$d + if test -d "$prefix"; then + prefixes= + else + if $posix_mkdir; then + (umask=$mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break + # Don't fail if two instances are running concurrently. + test -d "$prefix" || exit 1 + else + case $prefix in + *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; + *) qprefix=$prefix;; + esac + prefixes="$prefixes '$qprefix'" + fi + fi + prefix=$prefix/ + done + + if test -n "$prefixes"; then + # Don't fail if two instances are running concurrently. + (umask $mkdir_umask && + eval "\$doit_exec \$mkdirprog $prefixes") || + test -d "$dstdir" || exit 1 + obsolete_mkdir_used=true + fi + fi + fi + + if test -n "$dir_arg"; then + { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && + { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && + { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false || + test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 + else + + # Make a couple of temp file names in the proper directory. + dsttmp=$dstdir/_inst.$$_ + rmtmp=$dstdir/_rm.$$_ + + # Trap to clean up those temp files at exit. + trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 + + # Copy the file name to the temp name. + (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") && + + # and set any options; do chmod last to preserve setuid bits. + # + # If any of these fail, we abort the whole thing. If we want to + # ignore errors from any of these, just make sure not to ignore + # errors from the above "$doit $cpprog $src $dsttmp" command. + # + { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && + { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } && + { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } && + { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } && + + # If -C, don't bother to copy if it wouldn't change the file. + if $copy_on_change && + old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && + new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && + + eval "$initialize_posix_glob" && + $posix_glob set -f && + set X $old && old=:$2:$4:$5:$6 && + set X $new && new=:$2:$4:$5:$6 && + $posix_glob set +f && + + test "$old" = "$new" && + $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 + then + rm -f "$dsttmp" + else + # Rename the file to the real destination. + $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null || + + # The rename failed, perhaps because mv can't rename something else + # to itself, or perhaps because mv is so ancient that it does not + # support -f. + { + # Now remove or move aside any old file at destination location. + # We try this two ways since rm can't unlink itself on some + # systems and the destination file might be busy for other + # reasons. In this case, the final cleanup might fail but the new + # file should still install successfully. + { + test ! -f "$dst" || + $doit $rmcmd -f "$dst" 2>/dev/null || + { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && + { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } + } || + { echo "$0: cannot unlink or rename $dst" >&2 + (exit 1); exit 1 + } + } && + + # Now rename the file to the real destination. + $doit $mvcmd "$dsttmp" "$dst" + } + fi || exit 1 + + trap '' 0 + fi +done + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" +# End: diff --git a/conftools/ltmain.sh b/conftools/ltmain.sh new file mode 100644 index 00000000..a356acaf --- /dev/null +++ b/conftools/ltmain.sh @@ -0,0 +1,9661 @@ + +# libtool (GNU libtool) 2.4.2 +# Written by Gordon Matzigkeit , 1996 + +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, +# 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. +# This is free software; see the source for copying conditions. There is NO +# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + +# GNU Libtool 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. +# +# As a special exception to the GNU General Public License, +# if you distribute this file as part of a program or library that +# is built using GNU Libtool, you may include this file under the +# same distribution terms that you use for the rest of that program. +# +# GNU Libtool 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 GNU Libtool; see the file COPYING. If not, a copy +# can be downloaded from http://www.gnu.org/licenses/gpl.html, +# or obtained by writing to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +# Usage: $progname [OPTION]... [MODE-ARG]... +# +# Provide generalized library-building support services. +# +# --config show all configuration variables +# --debug enable verbose shell tracing +# -n, --dry-run display commands without modifying any files +# --features display basic configuration information and exit +# --mode=MODE use operation mode MODE +# --preserve-dup-deps don't remove duplicate dependency libraries +# --quiet, --silent don't print informational messages +# --no-quiet, --no-silent +# print informational messages (default) +# --no-warn don't display warning messages +# --tag=TAG use configuration variables from tag TAG +# -v, --verbose print more informational messages than default +# --no-verbose don't print the extra informational messages +# --version print version information +# -h, --help, --help-all print short, long, or detailed help message +# +# MODE must be one of the following: +# +# clean remove files from the build directory +# compile compile a source file into a libtool object +# execute automatically set library path, then run a program +# finish complete the installation of libtool libraries +# install install libraries or executables +# link create a library or an executable +# uninstall remove libraries from an installed directory +# +# MODE-ARGS vary depending on the MODE. When passed as first option, +# `--mode=MODE' may be abbreviated as `MODE' or a unique abbreviation of that. +# Try `$progname --help --mode=MODE' for a more detailed description of MODE. +# +# When reporting a bug, please describe a test case to reproduce it and +# include the following information: +# +# host-triplet: $host +# shell: $SHELL +# compiler: $LTCC +# compiler flags: $LTCFLAGS +# linker: $LD (gnu? $with_gnu_ld) +# $progname: (GNU libtool) 2.4.2 Debian-2.4.2-1.7ubuntu1 +# automake: $automake_version +# autoconf: $autoconf_version +# +# Report bugs to . +# GNU libtool home page: . +# General help using GNU software: . + +PROGRAM=libtool +PACKAGE=libtool +VERSION="2.4.2 Debian-2.4.2-1.7ubuntu1" +TIMESTAMP="" +package_revision=1.3337 + +# Be Bourne compatible +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac +fi +BIN_SH=xpg4; export BIN_SH # for Tru64 +DUALCASE=1; export DUALCASE # for MKS sh + +# A function that is used when there is no print builtin or printf. +func_fallback_echo () +{ + eval 'cat <<_LTECHO_EOF +$1 +_LTECHO_EOF' +} + +# NLS nuisances: We save the old values to restore during execute mode. +lt_user_locale= +lt_safe_locale= +for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES +do + eval "if test \"\${$lt_var+set}\" = set; then + save_$lt_var=\$$lt_var + $lt_var=C + export $lt_var + lt_user_locale=\"$lt_var=\\\$save_\$lt_var; \$lt_user_locale\" + lt_safe_locale=\"$lt_var=C; \$lt_safe_locale\" + fi" +done +LC_ALL=C +LANGUAGE=C +export LANGUAGE LC_ALL + +$lt_unset CDPATH + + +# Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh +# is ksh but when the shell is invoked as "sh" and the current value of +# the _XPG environment variable is not equal to 1 (one), the special +# positional parameter $0, within a function call, is the name of the +# function. +progpath="$0" + + + +: ${CP="cp -f"} +test "${ECHO+set}" = set || ECHO=${as_echo-'printf %s\n'} +: ${MAKE="make"} +: ${MKDIR="mkdir"} +: ${MV="mv -f"} +: ${RM="rm -f"} +: ${SHELL="${CONFIG_SHELL-/bin/sh}"} +: ${Xsed="$SED -e 1s/^X//"} + +# Global variables: +EXIT_SUCCESS=0 +EXIT_FAILURE=1 +EXIT_MISMATCH=63 # $? = 63 is used to indicate version mismatch to missing. +EXIT_SKIP=77 # $? = 77 is used to indicate a skipped test to automake. + +exit_status=$EXIT_SUCCESS + +# Make sure IFS has a sensible default +lt_nl=' +' +IFS=" $lt_nl" + +dirname="s,/[^/]*$,," +basename="s,^.*/,," + +# func_dirname file append nondir_replacement +# Compute the dirname of FILE. If nonempty, add APPEND to the result, +# otherwise set result to NONDIR_REPLACEMENT. +func_dirname () +{ + func_dirname_result=`$ECHO "${1}" | $SED "$dirname"` + if test "X$func_dirname_result" = "X${1}"; then + func_dirname_result="${3}" + else + func_dirname_result="$func_dirname_result${2}" + fi +} # func_dirname may be replaced by extended shell implementation + + +# func_basename file +func_basename () +{ + func_basename_result=`$ECHO "${1}" | $SED "$basename"` +} # func_basename may be replaced by extended shell implementation + + +# func_dirname_and_basename file append nondir_replacement +# perform func_basename and func_dirname in a single function +# call: +# dirname: Compute the dirname of FILE. If nonempty, +# add APPEND to the result, otherwise set result +# to NONDIR_REPLACEMENT. +# value returned in "$func_dirname_result" +# basename: Compute filename of FILE. +# value retuned in "$func_basename_result" +# Implementation must be kept synchronized with func_dirname +# and func_basename. For efficiency, we do not delegate to +# those functions but instead duplicate the functionality here. +func_dirname_and_basename () +{ + # Extract subdirectory from the argument. + func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"` + if test "X$func_dirname_result" = "X${1}"; then + func_dirname_result="${3}" + else + func_dirname_result="$func_dirname_result${2}" + fi + func_basename_result=`$ECHO "${1}" | $SED -e "$basename"` +} # func_dirname_and_basename may be replaced by extended shell implementation + + +# func_stripname prefix suffix name +# strip PREFIX and SUFFIX off of NAME. +# PREFIX and SUFFIX must not contain globbing or regex special +# characters, hashes, percent signs, but SUFFIX may contain a leading +# dot (in which case that matches only a dot). +# func_strip_suffix prefix name +func_stripname () +{ + case ${2} in + .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;; + *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;; + esac +} # func_stripname may be replaced by extended shell implementation + + +# These SED scripts presuppose an absolute path with a trailing slash. +pathcar='s,^/\([^/]*\).*$,\1,' +pathcdr='s,^/[^/]*,,' +removedotparts=':dotsl + s@/\./@/@g + t dotsl + s,/\.$,/,' +collapseslashes='s@/\{1,\}@/@g' +finalslash='s,/*$,/,' + +# func_normal_abspath PATH +# Remove doubled-up and trailing slashes, "." path components, +# and cancel out any ".." path components in PATH after making +# it an absolute path. +# value returned in "$func_normal_abspath_result" +func_normal_abspath () +{ + # Start from root dir and reassemble the path. + func_normal_abspath_result= + func_normal_abspath_tpath=$1 + func_normal_abspath_altnamespace= + case $func_normal_abspath_tpath in + "") + # Empty path, that just means $cwd. + func_stripname '' '/' "`pwd`" + func_normal_abspath_result=$func_stripname_result + return + ;; + # The next three entries are used to spot a run of precisely + # two leading slashes without using negated character classes; + # we take advantage of case's first-match behaviour. + ///*) + # Unusual form of absolute path, do nothing. + ;; + //*) + # Not necessarily an ordinary path; POSIX reserves leading '//' + # and for example Cygwin uses it to access remote file shares + # over CIFS/SMB, so we conserve a leading double slash if found. + func_normal_abspath_altnamespace=/ + ;; + /*) + # Absolute path, do nothing. + ;; + *) + # Relative path, prepend $cwd. + func_normal_abspath_tpath=`pwd`/$func_normal_abspath_tpath + ;; + esac + # Cancel out all the simple stuff to save iterations. We also want + # the path to end with a slash for ease of parsing, so make sure + # there is one (and only one) here. + func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \ + -e "$removedotparts" -e "$collapseslashes" -e "$finalslash"` + while :; do + # Processed it all yet? + if test "$func_normal_abspath_tpath" = / ; then + # If we ascended to the root using ".." the result may be empty now. + if test -z "$func_normal_abspath_result" ; then + func_normal_abspath_result=/ + fi + break + fi + func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \ + -e "$pathcar"` + func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \ + -e "$pathcdr"` + # Figure out what to do with it + case $func_normal_abspath_tcomponent in + "") + # Trailing empty path component, ignore it. + ;; + ..) + # Parent dir; strip last assembled component from result. + func_dirname "$func_normal_abspath_result" + func_normal_abspath_result=$func_dirname_result + ;; + *) + # Actual path component, append it. + func_normal_abspath_result=$func_normal_abspath_result/$func_normal_abspath_tcomponent + ;; + esac + done + # Restore leading double-slash if one was found on entry. + func_normal_abspath_result=$func_normal_abspath_altnamespace$func_normal_abspath_result +} + +# func_relative_path SRCDIR DSTDIR +# generates a relative path from SRCDIR to DSTDIR, with a trailing +# slash if non-empty, suitable for immediately appending a filename +# without needing to append a separator. +# value returned in "$func_relative_path_result" +func_relative_path () +{ + func_relative_path_result= + func_normal_abspath "$1" + func_relative_path_tlibdir=$func_normal_abspath_result + func_normal_abspath "$2" + func_relative_path_tbindir=$func_normal_abspath_result + + # Ascend the tree starting from libdir + while :; do + # check if we have found a prefix of bindir + case $func_relative_path_tbindir in + $func_relative_path_tlibdir) + # found an exact match + func_relative_path_tcancelled= + break + ;; + $func_relative_path_tlibdir*) + # found a matching prefix + func_stripname "$func_relative_path_tlibdir" '' "$func_relative_path_tbindir" + func_relative_path_tcancelled=$func_stripname_result + if test -z "$func_relative_path_result"; then + func_relative_path_result=. + fi + break + ;; + *) + func_dirname $func_relative_path_tlibdir + func_relative_path_tlibdir=${func_dirname_result} + if test "x$func_relative_path_tlibdir" = x ; then + # Have to descend all the way to the root! + func_relative_path_result=../$func_relative_path_result + func_relative_path_tcancelled=$func_relative_path_tbindir + break + fi + func_relative_path_result=../$func_relative_path_result + ;; + esac + done + + # Now calculate path; take care to avoid doubling-up slashes. + func_stripname '' '/' "$func_relative_path_result" + func_relative_path_result=$func_stripname_result + func_stripname '/' '/' "$func_relative_path_tcancelled" + if test "x$func_stripname_result" != x ; then + func_relative_path_result=${func_relative_path_result}/${func_stripname_result} + fi + + # Normalisation. If bindir is libdir, return empty string, + # else relative path ending with a slash; either way, target + # file name can be directly appended. + if test ! -z "$func_relative_path_result"; then + func_stripname './' '' "$func_relative_path_result/" + func_relative_path_result=$func_stripname_result + fi +} + +# The name of this program: +func_dirname_and_basename "$progpath" +progname=$func_basename_result + +# Make sure we have an absolute path for reexecution: +case $progpath in + [\\/]*|[A-Za-z]:\\*) ;; + *[\\/]*) + progdir=$func_dirname_result + progdir=`cd "$progdir" && pwd` + progpath="$progdir/$progname" + ;; + *) + save_IFS="$IFS" + IFS=${PATH_SEPARATOR-:} + for progdir in $PATH; do + IFS="$save_IFS" + test -x "$progdir/$progname" && break + done + IFS="$save_IFS" + test -n "$progdir" || progdir=`pwd` + progpath="$progdir/$progname" + ;; +esac + +# Sed substitution that helps us do robust quoting. It backslashifies +# metacharacters that are still active within double-quoted strings. +Xsed="${SED}"' -e 1s/^X//' +sed_quote_subst='s/\([`"$\\]\)/\\\1/g' + +# Same as above, but do not quote variable references. +double_quote_subst='s/\(["`\\]\)/\\\1/g' + +# Sed substitution that turns a string into a regex matching for the +# string literally. +sed_make_literal_regex='s,[].[^$\\*\/],\\&,g' + +# Sed substitution that converts a w32 file name or path +# which contains forward slashes, into one that contains +# (escaped) backslashes. A very naive implementation. +lt_sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g' + +# Re-`\' parameter expansions in output of double_quote_subst that were +# `\'-ed in input to the same. If an odd number of `\' preceded a '$' +# in input to double_quote_subst, that '$' was protected from expansion. +# Since each input `\' is now two `\'s, look for any number of runs of +# four `\'s followed by two `\'s and then a '$'. `\' that '$'. +bs='\\' +bs2='\\\\' +bs4='\\\\\\\\' +dollar='\$' +sed_double_backslash="\ + s/$bs4/&\\ +/g + s/^$bs2$dollar/$bs&/ + s/\\([^$bs]\\)$bs2$dollar/\\1$bs2$bs$dollar/g + s/\n//g" + +# Standard options: +opt_dry_run=false +opt_help=false +opt_quiet=false +opt_verbose=false +opt_warning=: + +# func_echo arg... +# Echo program name prefixed message, along with the current mode +# name if it has been set yet. +func_echo () +{ + $ECHO "$progname: ${opt_mode+$opt_mode: }$*" +} + +# func_verbose arg... +# Echo program name prefixed message in verbose mode only. +func_verbose () +{ + $opt_verbose && func_echo ${1+"$@"} + + # A bug in bash halts the script if the last line of a function + # fails when set -e is in force, so we need another command to + # work around that: + : +} + +# func_echo_all arg... +# Invoke $ECHO with all args, space-separated. +func_echo_all () +{ + $ECHO "$*" +} + +# func_error arg... +# Echo program name prefixed message to standard error. +func_error () +{ + $ECHO "$progname: ${opt_mode+$opt_mode: }"${1+"$@"} 1>&2 +} + +# func_warning arg... +# Echo program name prefixed warning message to standard error. +func_warning () +{ + $opt_warning && $ECHO "$progname: ${opt_mode+$opt_mode: }warning: "${1+"$@"} 1>&2 + + # bash bug again: + : +} + +# func_fatal_error arg... +# Echo program name prefixed message to standard error, and exit. +func_fatal_error () +{ + func_error ${1+"$@"} + exit $EXIT_FAILURE +} + +# func_fatal_help arg... +# Echo program name prefixed message to standard error, followed by +# a help hint, and exit. +func_fatal_help () +{ + func_error ${1+"$@"} + func_fatal_error "$help" +} +help="Try \`$progname --help' for more information." ## default + + +# func_grep expression filename +# Check whether EXPRESSION matches any line of FILENAME, without output. +func_grep () +{ + $GREP "$1" "$2" >/dev/null 2>&1 +} + + +# func_mkdir_p directory-path +# Make sure the entire path to DIRECTORY-PATH is available. +func_mkdir_p () +{ + my_directory_path="$1" + my_dir_list= + + if test -n "$my_directory_path" && test "$opt_dry_run" != ":"; then + + # Protect directory names starting with `-' + case $my_directory_path in + -*) my_directory_path="./$my_directory_path" ;; + esac + + # While some portion of DIR does not yet exist... + while test ! -d "$my_directory_path"; do + # ...make a list in topmost first order. Use a colon delimited + # list incase some portion of path contains whitespace. + my_dir_list="$my_directory_path:$my_dir_list" + + # If the last portion added has no slash in it, the list is done + case $my_directory_path in */*) ;; *) break ;; esac + + # ...otherwise throw away the child directory and loop + my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"` + done + my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'` + + save_mkdir_p_IFS="$IFS"; IFS=':' + for my_dir in $my_dir_list; do + IFS="$save_mkdir_p_IFS" + # mkdir can fail with a `File exist' error if two processes + # try to create one of the directories concurrently. Don't + # stop in that case! + $MKDIR "$my_dir" 2>/dev/null || : + done + IFS="$save_mkdir_p_IFS" + + # Bail out if we (or some other process) failed to create a directory. + test -d "$my_directory_path" || \ + func_fatal_error "Failed to create \`$1'" + fi +} + + +# func_mktempdir [string] +# Make a temporary directory that won't clash with other running +# libtool processes, and avoids race conditions if possible. If +# given, STRING is the basename for that directory. +func_mktempdir () +{ + my_template="${TMPDIR-/tmp}/${1-$progname}" + + if test "$opt_dry_run" = ":"; then + # Return a directory name, but don't create it in dry-run mode + my_tmpdir="${my_template}-$$" + else + + # If mktemp works, use that first and foremost + my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null` + + if test ! -d "$my_tmpdir"; then + # Failing that, at least try and use $RANDOM to avoid a race + my_tmpdir="${my_template}-${RANDOM-0}$$" + + save_mktempdir_umask=`umask` + umask 0077 + $MKDIR "$my_tmpdir" + umask $save_mktempdir_umask + fi + + # If we're not in dry-run mode, bomb out on failure + test -d "$my_tmpdir" || \ + func_fatal_error "cannot create temporary directory \`$my_tmpdir'" + fi + + $ECHO "$my_tmpdir" +} + + +# func_quote_for_eval arg +# Aesthetically quote ARG to be evaled later. +# This function returns two values: FUNC_QUOTE_FOR_EVAL_RESULT +# is double-quoted, suitable for a subsequent eval, whereas +# FUNC_QUOTE_FOR_EVAL_UNQUOTED_RESULT has merely all characters +# which are still active within double quotes backslashified. +func_quote_for_eval () +{ + case $1 in + *[\\\`\"\$]*) + func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;; + *) + func_quote_for_eval_unquoted_result="$1" ;; + esac + + case $func_quote_for_eval_unquoted_result in + # Double-quote args containing shell metacharacters to delay + # word splitting, command substitution and and variable + # expansion for a subsequent eval. + # Many Bourne shells cannot handle close brackets correctly + # in scan sets, so we specify it separately. + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + func_quote_for_eval_result="\"$func_quote_for_eval_unquoted_result\"" + ;; + *) + func_quote_for_eval_result="$func_quote_for_eval_unquoted_result" + esac +} + + +# func_quote_for_expand arg +# Aesthetically quote ARG to be evaled later; same as above, +# but do not quote variable references. +func_quote_for_expand () +{ + case $1 in + *[\\\`\"]*) + my_arg=`$ECHO "$1" | $SED \ + -e "$double_quote_subst" -e "$sed_double_backslash"` ;; + *) + my_arg="$1" ;; + esac + + case $my_arg in + # Double-quote args containing shell metacharacters to delay + # word splitting and command substitution for a subsequent eval. + # Many Bourne shells cannot handle close brackets correctly + # in scan sets, so we specify it separately. + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + my_arg="\"$my_arg\"" + ;; + esac + + func_quote_for_expand_result="$my_arg" +} + + +# func_show_eval cmd [fail_exp] +# Unless opt_silent is true, then output CMD. Then, if opt_dryrun is +# not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP +# is given, then evaluate it. +func_show_eval () +{ + my_cmd="$1" + my_fail_exp="${2-:}" + + ${opt_silent-false} || { + func_quote_for_expand "$my_cmd" + eval "func_echo $func_quote_for_expand_result" + } + + if ${opt_dry_run-false}; then :; else + eval "$my_cmd" + my_status=$? + if test "$my_status" -eq 0; then :; else + eval "(exit $my_status); $my_fail_exp" + fi + fi +} + + +# func_show_eval_locale cmd [fail_exp] +# Unless opt_silent is true, then output CMD. Then, if opt_dryrun is +# not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP +# is given, then evaluate it. Use the saved locale for evaluation. +func_show_eval_locale () +{ + my_cmd="$1" + my_fail_exp="${2-:}" + + ${opt_silent-false} || { + func_quote_for_expand "$my_cmd" + eval "func_echo $func_quote_for_expand_result" + } + + if ${opt_dry_run-false}; then :; else + eval "$lt_user_locale + $my_cmd" + my_status=$? + eval "$lt_safe_locale" + if test "$my_status" -eq 0; then :; else + eval "(exit $my_status); $my_fail_exp" + fi + fi +} + +# func_tr_sh +# Turn $1 into a string suitable for a shell variable name. +# Result is stored in $func_tr_sh_result. All characters +# not in the set a-zA-Z0-9_ are replaced with '_'. Further, +# if $1 begins with a digit, a '_' is prepended as well. +func_tr_sh () +{ + case $1 in + [0-9]* | *[!a-zA-Z0-9_]*) + func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'` + ;; + * ) + func_tr_sh_result=$1 + ;; + esac +} + + +# func_version +# Echo version message to standard output and exit. +func_version () +{ + $opt_debug + + $SED -n '/(C)/!b go + :more + /\./!{ + N + s/\n# / / + b more + } + :go + /^# '$PROGRAM' (GNU /,/# warranty; / { + s/^# // + s/^# *$// + s/\((C)\)[ 0-9,-]*\( [1-9][0-9]*\)/\1\2/ + p + }' < "$progpath" + exit $? +} + +# func_usage +# Echo short help message to standard output and exit. +func_usage () +{ + $opt_debug + + $SED -n '/^# Usage:/,/^# *.*--help/ { + s/^# // + s/^# *$// + s/\$progname/'$progname'/ + p + }' < "$progpath" + echo + $ECHO "run \`$progname --help | more' for full usage" + exit $? +} + +# func_help [NOEXIT] +# Echo long help message to standard output and exit, +# unless 'noexit' is passed as argument. +func_help () +{ + $opt_debug + + $SED -n '/^# Usage:/,/# Report bugs to/ { + :print + s/^# // + s/^# *$// + s*\$progname*'$progname'* + s*\$host*'"$host"'* + s*\$SHELL*'"$SHELL"'* + s*\$LTCC*'"$LTCC"'* + s*\$LTCFLAGS*'"$LTCFLAGS"'* + s*\$LD*'"$LD"'* + s/\$with_gnu_ld/'"$with_gnu_ld"'/ + s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/ + s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/ + p + d + } + /^# .* home page:/b print + /^# General help using/b print + ' < "$progpath" + ret=$? + if test -z "$1"; then + exit $ret + fi +} + +# func_missing_arg argname +# Echo program name prefixed message to standard error and set global +# exit_cmd. +func_missing_arg () +{ + $opt_debug + + func_error "missing argument for $1." + exit_cmd=exit +} + + +# func_split_short_opt shortopt +# Set func_split_short_opt_name and func_split_short_opt_arg shell +# variables after splitting SHORTOPT after the 2nd character. +func_split_short_opt () +{ + my_sed_short_opt='1s/^\(..\).*$/\1/;q' + my_sed_short_rest='1s/^..\(.*\)$/\1/;q' + + func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"` + func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"` +} # func_split_short_opt may be replaced by extended shell implementation + + +# func_split_long_opt longopt +# Set func_split_long_opt_name and func_split_long_opt_arg shell +# variables after splitting LONGOPT at the `=' sign. +func_split_long_opt () +{ + my_sed_long_opt='1s/^\(--[^=]*\)=.*/\1/;q' + my_sed_long_arg='1s/^--[^=]*=//' + + func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"` + func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"` +} # func_split_long_opt may be replaced by extended shell implementation + +exit_cmd=: + + + + + +magic="%%%MAGIC variable%%%" +magic_exe="%%%MAGIC EXE variable%%%" + +# Global variables. +nonopt= +preserve_args= +lo2o="s/\\.lo\$/.${objext}/" +o2lo="s/\\.${objext}\$/.lo/" +extracted_archives= +extracted_serial=0 + +# If this variable is set in any of the actions, the command in it +# will be execed at the end. This prevents here-documents from being +# left over by shells. +exec_cmd= + +# func_append var value +# Append VALUE to the end of shell variable VAR. +func_append () +{ + eval "${1}=\$${1}\${2}" +} # func_append may be replaced by extended shell implementation + +# func_append_quoted var value +# Quote VALUE and append to the end of shell variable VAR, separated +# by a space. +func_append_quoted () +{ + func_quote_for_eval "${2}" + eval "${1}=\$${1}\\ \$func_quote_for_eval_result" +} # func_append_quoted may be replaced by extended shell implementation + + +# func_arith arithmetic-term... +func_arith () +{ + func_arith_result=`expr "${@}"` +} # func_arith may be replaced by extended shell implementation + + +# func_len string +# STRING may not start with a hyphen. +func_len () +{ + func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len` +} # func_len may be replaced by extended shell implementation + + +# func_lo2o object +func_lo2o () +{ + func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"` +} # func_lo2o may be replaced by extended shell implementation + + +# func_xform libobj-or-source +func_xform () +{ + func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'` +} # func_xform may be replaced by extended shell implementation + + +# func_fatal_configuration arg... +# Echo program name prefixed message to standard error, followed by +# a configuration failure hint, and exit. +func_fatal_configuration () +{ + func_error ${1+"$@"} + func_error "See the $PACKAGE documentation for more information." + func_fatal_error "Fatal configuration error." +} + + +# func_config +# Display the configuration for all the tags in this script. +func_config () +{ + re_begincf='^# ### BEGIN LIBTOOL' + re_endcf='^# ### END LIBTOOL' + + # Default configuration. + $SED "1,/$re_begincf CONFIG/d;/$re_endcf CONFIG/,\$d" < "$progpath" + + # Now print the configurations for the tags. + for tagname in $taglist; do + $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath" + done + + exit $? +} + +# func_features +# Display the features supported by this script. +func_features () +{ + echo "host: $host" + if test "$build_libtool_libs" = yes; then + echo "enable shared libraries" + else + echo "disable shared libraries" + fi + if test "$build_old_libs" = yes; then + echo "enable static libraries" + else + echo "disable static libraries" + fi + + exit $? +} + +# func_enable_tag tagname +# Verify that TAGNAME is valid, and either flag an error and exit, or +# enable the TAGNAME tag. We also add TAGNAME to the global $taglist +# variable here. +func_enable_tag () +{ + # Global variable: + tagname="$1" + + re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$" + re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$" + sed_extractcf="/$re_begincf/,/$re_endcf/p" + + # Validate tagname. + case $tagname in + *[!-_A-Za-z0-9,/]*) + func_fatal_error "invalid tag name: $tagname" + ;; + esac + + # Don't test for the "default" C tag, as we know it's + # there but not specially marked. + case $tagname in + CC) ;; + *) + if $GREP "$re_begincf" "$progpath" >/dev/null 2>&1; then + taglist="$taglist $tagname" + + # Evaluate the configuration. Be careful to quote the path + # and the sed script, to avoid splitting on whitespace, but + # also don't use non-portable quotes within backquotes within + # quotes we have to do it in 2 steps: + extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"` + eval "$extractedcf" + else + func_error "ignoring unknown tag $tagname" + fi + ;; + esac +} + +# func_check_version_match +# Ensure that we are using m4 macros, and libtool script from the same +# release of libtool. +func_check_version_match () +{ + if test "$package_revision" != "$macro_revision"; then + if test "$VERSION" != "$macro_version"; then + if test -z "$macro_version"; then + cat >&2 <<_LT_EOF +$progname: Version mismatch error. This is $PACKAGE $VERSION, but the +$progname: definition of this LT_INIT comes from an older release. +$progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION +$progname: and run autoconf again. +_LT_EOF + else + cat >&2 <<_LT_EOF +$progname: Version mismatch error. This is $PACKAGE $VERSION, but the +$progname: definition of this LT_INIT comes from $PACKAGE $macro_version. +$progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION +$progname: and run autoconf again. +_LT_EOF + fi + else + cat >&2 <<_LT_EOF +$progname: Version mismatch error. This is $PACKAGE $VERSION, revision $package_revision, +$progname: but the definition of this LT_INIT comes from revision $macro_revision. +$progname: You should recreate aclocal.m4 with macros from revision $package_revision +$progname: of $PACKAGE $VERSION and run autoconf again. +_LT_EOF + fi + + exit $EXIT_MISMATCH + fi +} + + +# Shorthand for --mode=foo, only valid as the first argument +case $1 in +clean|clea|cle|cl) + shift; set dummy --mode clean ${1+"$@"}; shift + ;; +compile|compil|compi|comp|com|co|c) + shift; set dummy --mode compile ${1+"$@"}; shift + ;; +execute|execut|execu|exec|exe|ex|e) + shift; set dummy --mode execute ${1+"$@"}; shift + ;; +finish|finis|fini|fin|fi|f) + shift; set dummy --mode finish ${1+"$@"}; shift + ;; +install|instal|insta|inst|ins|in|i) + shift; set dummy --mode install ${1+"$@"}; shift + ;; +link|lin|li|l) + shift; set dummy --mode link ${1+"$@"}; shift + ;; +uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u) + shift; set dummy --mode uninstall ${1+"$@"}; shift + ;; +esac + + + +# Option defaults: +opt_debug=: +opt_dry_run=false +opt_config=false +opt_preserve_dup_deps=false +opt_features=false +opt_finish=false +opt_help=false +opt_help_all=false +opt_silent=: +opt_warning=: +opt_verbose=: +opt_silent=false +opt_verbose=false + + +# Parse options once, thoroughly. This comes as soon as possible in the +# script to make things like `--version' happen as quickly as we can. +{ + # this just eases exit handling + while test $# -gt 0; do + opt="$1" + shift + case $opt in + --debug|-x) opt_debug='set -x' + func_echo "enabling shell trace mode" + $opt_debug + ;; + --dry-run|--dryrun|-n) + opt_dry_run=: + ;; + --config) + opt_config=: +func_config + ;; + --dlopen|-dlopen) + optarg="$1" + opt_dlopen="${opt_dlopen+$opt_dlopen +}$optarg" + shift + ;; + --preserve-dup-deps) + opt_preserve_dup_deps=: + ;; + --features) + opt_features=: +func_features + ;; + --finish) + opt_finish=: +set dummy --mode finish ${1+"$@"}; shift + ;; + --help) + opt_help=: + ;; + --help-all) + opt_help_all=: +opt_help=': help-all' + ;; + --mode) + test $# = 0 && func_missing_arg $opt && break + optarg="$1" + opt_mode="$optarg" +case $optarg in + # Valid mode arguments: + clean|compile|execute|finish|install|link|relink|uninstall) ;; + + # Catch anything else as an error + *) func_error "invalid argument for $opt" + exit_cmd=exit + break + ;; +esac + shift + ;; + --no-silent|--no-quiet) + opt_silent=false +func_append preserve_args " $opt" + ;; + --no-warning|--no-warn) + opt_warning=false +func_append preserve_args " $opt" + ;; + --no-verbose) + opt_verbose=false +func_append preserve_args " $opt" + ;; + --silent|--quiet) + opt_silent=: +func_append preserve_args " $opt" + opt_verbose=false + ;; + --verbose|-v) + opt_verbose=: +func_append preserve_args " $opt" +opt_silent=false + ;; + --tag) + test $# = 0 && func_missing_arg $opt && break + optarg="$1" + opt_tag="$optarg" +func_append preserve_args " $opt $optarg" +func_enable_tag "$optarg" + shift + ;; + + -\?|-h) func_usage ;; + --help) func_help ;; + --version) func_version ;; + + # Separate optargs to long options: + --*=*) + func_split_long_opt "$opt" + set dummy "$func_split_long_opt_name" "$func_split_long_opt_arg" ${1+"$@"} + shift + ;; + + # Separate non-argument short options: + -\?*|-h*|-n*|-v*) + func_split_short_opt "$opt" + set dummy "$func_split_short_opt_name" "-$func_split_short_opt_arg" ${1+"$@"} + shift + ;; + + --) break ;; + -*) func_fatal_help "unrecognized option \`$opt'" ;; + *) set dummy "$opt" ${1+"$@"}; shift; break ;; + esac + done + + # Validate options: + + # save first non-option argument + if test "$#" -gt 0; then + nonopt="$opt" + shift + fi + + # preserve --debug + test "$opt_debug" = : || func_append preserve_args " --debug" + + case $host in + *cygwin* | *mingw* | *pw32* | *cegcc*) + # don't eliminate duplications in $postdeps and $predeps + opt_duplicate_compiler_generated_deps=: + ;; + *) + opt_duplicate_compiler_generated_deps=$opt_preserve_dup_deps + ;; + esac + + $opt_help || { + # Sanity checks first: + func_check_version_match + + if test "$build_libtool_libs" != yes && test "$build_old_libs" != yes; then + func_fatal_configuration "not configured to build any kind of library" + fi + + # Darwin sucks + eval std_shrext=\"$shrext_cmds\" + + # Only execute mode is allowed to have -dlopen flags. + if test -n "$opt_dlopen" && test "$opt_mode" != execute; then + func_error "unrecognized option \`-dlopen'" + $ECHO "$help" 1>&2 + exit $EXIT_FAILURE + fi + + # Change the help message to a mode-specific one. + generic_help="$help" + help="Try \`$progname --help --mode=$opt_mode' for more information." + } + + + # Bail if the options were screwed + $exit_cmd $EXIT_FAILURE +} + + + + +## ----------- ## +## Main. ## +## ----------- ## + +# func_lalib_p file +# True iff FILE is a libtool `.la' library or `.lo' object file. +# This function is only a basic sanity check; it will hardly flush out +# determined imposters. +func_lalib_p () +{ + test -f "$1" && + $SED -e 4q "$1" 2>/dev/null \ + | $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1 +} + +# func_lalib_unsafe_p file +# True iff FILE is a libtool `.la' library or `.lo' object file. +# This function implements the same check as func_lalib_p without +# resorting to external programs. To this end, it redirects stdin and +# closes it afterwards, without saving the original file descriptor. +# As a safety measure, use it only where a negative result would be +# fatal anyway. Works if `file' does not exist. +func_lalib_unsafe_p () +{ + lalib_p=no + if test -f "$1" && test -r "$1" && exec 5<&0 <"$1"; then + for lalib_p_l in 1 2 3 4 + do + read lalib_p_line + case "$lalib_p_line" in + \#\ Generated\ by\ *$PACKAGE* ) lalib_p=yes; break;; + esac + done + exec 0<&5 5<&- + fi + test "$lalib_p" = yes +} + +# func_ltwrapper_script_p file +# True iff FILE is a libtool wrapper script +# This function is only a basic sanity check; it will hardly flush out +# determined imposters. +func_ltwrapper_script_p () +{ + func_lalib_p "$1" +} + +# func_ltwrapper_executable_p file +# True iff FILE is a libtool wrapper executable +# This function is only a basic sanity check; it will hardly flush out +# determined imposters. +func_ltwrapper_executable_p () +{ + func_ltwrapper_exec_suffix= + case $1 in + *.exe) ;; + *) func_ltwrapper_exec_suffix=.exe ;; + esac + $GREP "$magic_exe" "$1$func_ltwrapper_exec_suffix" >/dev/null 2>&1 +} + +# func_ltwrapper_scriptname file +# Assumes file is an ltwrapper_executable +# uses $file to determine the appropriate filename for a +# temporary ltwrapper_script. +func_ltwrapper_scriptname () +{ + func_dirname_and_basename "$1" "" "." + func_stripname '' '.exe' "$func_basename_result" + func_ltwrapper_scriptname_result="$func_dirname_result/$objdir/${func_stripname_result}_ltshwrapper" +} + +# func_ltwrapper_p file +# True iff FILE is a libtool wrapper script or wrapper executable +# This function is only a basic sanity check; it will hardly flush out +# determined imposters. +func_ltwrapper_p () +{ + func_ltwrapper_script_p "$1" || func_ltwrapper_executable_p "$1" +} + + +# func_execute_cmds commands fail_cmd +# Execute tilde-delimited COMMANDS. +# If FAIL_CMD is given, eval that upon failure. +# FAIL_CMD may read-access the current command in variable CMD! +func_execute_cmds () +{ + $opt_debug + save_ifs=$IFS; IFS='~' + for cmd in $1; do + IFS=$save_ifs + eval cmd=\"$cmd\" + func_show_eval "$cmd" "${2-:}" + done + IFS=$save_ifs +} + + +# func_source file +# Source FILE, adding directory component if necessary. +# Note that it is not necessary on cygwin/mingw to append a dot to +# FILE even if both FILE and FILE.exe exist: automatic-append-.exe +# behavior happens only for exec(3), not for open(2)! Also, sourcing +# `FILE.' does not work on cygwin managed mounts. +func_source () +{ + $opt_debug + case $1 in + */* | *\\*) . "$1" ;; + *) . "./$1" ;; + esac +} + + +# func_resolve_sysroot PATH +# Replace a leading = in PATH with a sysroot. Store the result into +# func_resolve_sysroot_result +func_resolve_sysroot () +{ + func_resolve_sysroot_result=$1 + case $func_resolve_sysroot_result in + =*) + func_stripname '=' '' "$func_resolve_sysroot_result" + func_resolve_sysroot_result=$lt_sysroot$func_stripname_result + ;; + esac +} + +# func_replace_sysroot PATH +# If PATH begins with the sysroot, replace it with = and +# store the result into func_replace_sysroot_result. +func_replace_sysroot () +{ + case "$lt_sysroot:$1" in + ?*:"$lt_sysroot"*) + func_stripname "$lt_sysroot" '' "$1" + func_replace_sysroot_result="=$func_stripname_result" + ;; + *) + # Including no sysroot. + func_replace_sysroot_result=$1 + ;; + esac +} + +# func_infer_tag arg +# Infer tagged configuration to use if any are available and +# if one wasn't chosen via the "--tag" command line option. +# Only attempt this if the compiler in the base compile +# command doesn't match the default compiler. +# arg is usually of the form 'gcc ...' +func_infer_tag () +{ + $opt_debug + if test -n "$available_tags" && test -z "$tagname"; then + CC_quoted= + for arg in $CC; do + func_append_quoted CC_quoted "$arg" + done + CC_expanded=`func_echo_all $CC` + CC_quoted_expanded=`func_echo_all $CC_quoted` + case $@ in + # Blanks in the command may have been stripped by the calling shell, + # but not from the CC environment variable when configure was run. + " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \ + " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) ;; + # Blanks at the start of $base_compile will cause this to fail + # if we don't check for them as well. + *) + for z in $available_tags; do + if $GREP "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then + # Evaluate the configuration. + eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" + CC_quoted= + for arg in $CC; do + # Double-quote args containing other shell metacharacters. + func_append_quoted CC_quoted "$arg" + done + CC_expanded=`func_echo_all $CC` + CC_quoted_expanded=`func_echo_all $CC_quoted` + case "$@ " in + " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \ + " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) + # The compiler in the base compile command matches + # the one in the tagged configuration. + # Assume this is the tagged configuration we want. + tagname=$z + break + ;; + esac + fi + done + # If $tagname still isn't set, then no tagged configuration + # was found and let the user know that the "--tag" command + # line option must be used. + if test -z "$tagname"; then + func_echo "unable to infer tagged configuration" + func_fatal_error "specify a tag with \`--tag'" +# else +# func_verbose "using $tagname tagged configuration" + fi + ;; + esac + fi +} + + + +# func_write_libtool_object output_name pic_name nonpic_name +# Create a libtool object file (analogous to a ".la" file), +# but don't create it if we're doing a dry run. +func_write_libtool_object () +{ + write_libobj=${1} + if test "$build_libtool_libs" = yes; then + write_lobj=\'${2}\' + else + write_lobj=none + fi + + if test "$build_old_libs" = yes; then + write_oldobj=\'${3}\' + else + write_oldobj=none + fi + + $opt_dry_run || { + cat >${write_libobj}T </dev/null` + if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then + func_convert_core_file_wine_to_w32_result=`$ECHO "$func_convert_core_file_wine_to_w32_tmp" | + $SED -e "$lt_sed_naive_backslashify"` + else + func_convert_core_file_wine_to_w32_result= + fi + fi +} +# end: func_convert_core_file_wine_to_w32 + + +# func_convert_core_path_wine_to_w32 ARG +# Helper function used by path conversion functions when $build is *nix, and +# $host is mingw, cygwin, or some other w32 environment. Relies on a correctly +# configured wine environment available, with the winepath program in $build's +# $PATH. Assumes ARG has no leading or trailing path separator characters. +# +# ARG is path to be converted from $build format to win32. +# Result is available in $func_convert_core_path_wine_to_w32_result. +# Unconvertible file (directory) names in ARG are skipped; if no directory names +# are convertible, then the result may be empty. +func_convert_core_path_wine_to_w32 () +{ + $opt_debug + # unfortunately, winepath doesn't convert paths, only file names + func_convert_core_path_wine_to_w32_result="" + if test -n "$1"; then + oldIFS=$IFS + IFS=: + for func_convert_core_path_wine_to_w32_f in $1; do + IFS=$oldIFS + func_convert_core_file_wine_to_w32 "$func_convert_core_path_wine_to_w32_f" + if test -n "$func_convert_core_file_wine_to_w32_result" ; then + if test -z "$func_convert_core_path_wine_to_w32_result"; then + func_convert_core_path_wine_to_w32_result="$func_convert_core_file_wine_to_w32_result" + else + func_append func_convert_core_path_wine_to_w32_result ";$func_convert_core_file_wine_to_w32_result" + fi + fi + done + IFS=$oldIFS + fi +} +# end: func_convert_core_path_wine_to_w32 + + +# func_cygpath ARGS... +# Wrapper around calling the cygpath program via LT_CYGPATH. This is used when +# when (1) $build is *nix and Cygwin is hosted via a wine environment; or (2) +# $build is MSYS and $host is Cygwin, or (3) $build is Cygwin. In case (1) or +# (2), returns the Cygwin file name or path in func_cygpath_result (input +# file name or path is assumed to be in w32 format, as previously converted +# from $build's *nix or MSYS format). In case (3), returns the w32 file name +# or path in func_cygpath_result (input file name or path is assumed to be in +# Cygwin format). Returns an empty string on error. +# +# ARGS are passed to cygpath, with the last one being the file name or path to +# be converted. +# +# Specify the absolute *nix (or w32) name to cygpath in the LT_CYGPATH +# environment variable; do not put it in $PATH. +func_cygpath () +{ + $opt_debug + if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then + func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null` + if test "$?" -ne 0; then + # on failure, ensure result is empty + func_cygpath_result= + fi + else + func_cygpath_result= + func_error "LT_CYGPATH is empty or specifies non-existent file: \`$LT_CYGPATH'" + fi +} +#end: func_cygpath + + +# func_convert_core_msys_to_w32 ARG +# Convert file name or path ARG from MSYS format to w32 format. Return +# result in func_convert_core_msys_to_w32_result. +func_convert_core_msys_to_w32 () +{ + $opt_debug + # awkward: cmd appends spaces to result + func_convert_core_msys_to_w32_result=`( cmd //c echo "$1" ) 2>/dev/null | + $SED -e 's/[ ]*$//' -e "$lt_sed_naive_backslashify"` +} +#end: func_convert_core_msys_to_w32 + + +# func_convert_file_check ARG1 ARG2 +# Verify that ARG1 (a file name in $build format) was converted to $host +# format in ARG2. Otherwise, emit an error message, but continue (resetting +# func_to_host_file_result to ARG1). +func_convert_file_check () +{ + $opt_debug + if test -z "$2" && test -n "$1" ; then + func_error "Could not determine host file name corresponding to" + func_error " \`$1'" + func_error "Continuing, but uninstalled executables may not work." + # Fallback: + func_to_host_file_result="$1" + fi +} +# end func_convert_file_check + + +# func_convert_path_check FROM_PATHSEP TO_PATHSEP FROM_PATH TO_PATH +# Verify that FROM_PATH (a path in $build format) was converted to $host +# format in TO_PATH. Otherwise, emit an error message, but continue, resetting +# func_to_host_file_result to a simplistic fallback value (see below). +func_convert_path_check () +{ + $opt_debug + if test -z "$4" && test -n "$3"; then + func_error "Could not determine the host path corresponding to" + func_error " \`$3'" + func_error "Continuing, but uninstalled executables may not work." + # Fallback. This is a deliberately simplistic "conversion" and + # should not be "improved". See libtool.info. + if test "x$1" != "x$2"; then + lt_replace_pathsep_chars="s|$1|$2|g" + func_to_host_path_result=`echo "$3" | + $SED -e "$lt_replace_pathsep_chars"` + else + func_to_host_path_result="$3" + fi + fi +} +# end func_convert_path_check + + +# func_convert_path_front_back_pathsep FRONTPAT BACKPAT REPL ORIG +# Modifies func_to_host_path_result by prepending REPL if ORIG matches FRONTPAT +# and appending REPL if ORIG matches BACKPAT. +func_convert_path_front_back_pathsep () +{ + $opt_debug + case $4 in + $1 ) func_to_host_path_result="$3$func_to_host_path_result" + ;; + esac + case $4 in + $2 ) func_append func_to_host_path_result "$3" + ;; + esac +} +# end func_convert_path_front_back_pathsep + + +################################################## +# $build to $host FILE NAME CONVERSION FUNCTIONS # +################################################## +# invoked via `$to_host_file_cmd ARG' +# +# In each case, ARG is the path to be converted from $build to $host format. +# Result will be available in $func_to_host_file_result. + + +# func_to_host_file ARG +# Converts the file name ARG from $build format to $host format. Return result +# in func_to_host_file_result. +func_to_host_file () +{ + $opt_debug + $to_host_file_cmd "$1" +} +# end func_to_host_file + + +# func_to_tool_file ARG LAZY +# converts the file name ARG from $build format to toolchain format. Return +# result in func_to_tool_file_result. If the conversion in use is listed +# in (the comma separated) LAZY, no conversion takes place. +func_to_tool_file () +{ + $opt_debug + case ,$2, in + *,"$to_tool_file_cmd",*) + func_to_tool_file_result=$1 + ;; + *) + $to_tool_file_cmd "$1" + func_to_tool_file_result=$func_to_host_file_result + ;; + esac +} +# end func_to_tool_file + + +# func_convert_file_noop ARG +# Copy ARG to func_to_host_file_result. +func_convert_file_noop () +{ + func_to_host_file_result="$1" +} +# end func_convert_file_noop + + +# func_convert_file_msys_to_w32 ARG +# Convert file name ARG from (mingw) MSYS to (mingw) w32 format; automatic +# conversion to w32 is not available inside the cwrapper. Returns result in +# func_to_host_file_result. +func_convert_file_msys_to_w32 () +{ + $opt_debug + func_to_host_file_result="$1" + if test -n "$1"; then + func_convert_core_msys_to_w32 "$1" + func_to_host_file_result="$func_convert_core_msys_to_w32_result" + fi + func_convert_file_check "$1" "$func_to_host_file_result" +} +# end func_convert_file_msys_to_w32 + + +# func_convert_file_cygwin_to_w32 ARG +# Convert file name ARG from Cygwin to w32 format. Returns result in +# func_to_host_file_result. +func_convert_file_cygwin_to_w32 () +{ + $opt_debug + func_to_host_file_result="$1" + if test -n "$1"; then + # because $build is cygwin, we call "the" cygpath in $PATH; no need to use + # LT_CYGPATH in this case. + func_to_host_file_result=`cygpath -m "$1"` + fi + func_convert_file_check "$1" "$func_to_host_file_result" +} +# end func_convert_file_cygwin_to_w32 + + +# func_convert_file_nix_to_w32 ARG +# Convert file name ARG from *nix to w32 format. Requires a wine environment +# and a working winepath. Returns result in func_to_host_file_result. +func_convert_file_nix_to_w32 () +{ + $opt_debug + func_to_host_file_result="$1" + if test -n "$1"; then + func_convert_core_file_wine_to_w32 "$1" + func_to_host_file_result="$func_convert_core_file_wine_to_w32_result" + fi + func_convert_file_check "$1" "$func_to_host_file_result" +} +# end func_convert_file_nix_to_w32 + + +# func_convert_file_msys_to_cygwin ARG +# Convert file name ARG from MSYS to Cygwin format. Requires LT_CYGPATH set. +# Returns result in func_to_host_file_result. +func_convert_file_msys_to_cygwin () +{ + $opt_debug + func_to_host_file_result="$1" + if test -n "$1"; then + func_convert_core_msys_to_w32 "$1" + func_cygpath -u "$func_convert_core_msys_to_w32_result" + func_to_host_file_result="$func_cygpath_result" + fi + func_convert_file_check "$1" "$func_to_host_file_result" +} +# end func_convert_file_msys_to_cygwin + + +# func_convert_file_nix_to_cygwin ARG +# Convert file name ARG from *nix to Cygwin format. Requires Cygwin installed +# in a wine environment, working winepath, and LT_CYGPATH set. Returns result +# in func_to_host_file_result. +func_convert_file_nix_to_cygwin () +{ + $opt_debug + func_to_host_file_result="$1" + if test -n "$1"; then + # convert from *nix to w32, then use cygpath to convert from w32 to cygwin. + func_convert_core_file_wine_to_w32 "$1" + func_cygpath -u "$func_convert_core_file_wine_to_w32_result" + func_to_host_file_result="$func_cygpath_result" + fi + func_convert_file_check "$1" "$func_to_host_file_result" +} +# end func_convert_file_nix_to_cygwin + + +############################################# +# $build to $host PATH CONVERSION FUNCTIONS # +############################################# +# invoked via `$to_host_path_cmd ARG' +# +# In each case, ARG is the path to be converted from $build to $host format. +# The result will be available in $func_to_host_path_result. +# +# Path separators are also converted from $build format to $host format. If +# ARG begins or ends with a path separator character, it is preserved (but +# converted to $host format) on output. +# +# All path conversion functions are named using the following convention: +# file name conversion function : func_convert_file_X_to_Y () +# path conversion function : func_convert_path_X_to_Y () +# where, for any given $build/$host combination the 'X_to_Y' value is the +# same. If conversion functions are added for new $build/$host combinations, +# the two new functions must follow this pattern, or func_init_to_host_path_cmd +# will break. + + +# func_init_to_host_path_cmd +# Ensures that function "pointer" variable $to_host_path_cmd is set to the +# appropriate value, based on the value of $to_host_file_cmd. +to_host_path_cmd= +func_init_to_host_path_cmd () +{ + $opt_debug + if test -z "$to_host_path_cmd"; then + func_stripname 'func_convert_file_' '' "$to_host_file_cmd" + to_host_path_cmd="func_convert_path_${func_stripname_result}" + fi +} + + +# func_to_host_path ARG +# Converts the path ARG from $build format to $host format. Return result +# in func_to_host_path_result. +func_to_host_path () +{ + $opt_debug + func_init_to_host_path_cmd + $to_host_path_cmd "$1" +} +# end func_to_host_path + + +# func_convert_path_noop ARG +# Copy ARG to func_to_host_path_result. +func_convert_path_noop () +{ + func_to_host_path_result="$1" +} +# end func_convert_path_noop + + +# func_convert_path_msys_to_w32 ARG +# Convert path ARG from (mingw) MSYS to (mingw) w32 format; automatic +# conversion to w32 is not available inside the cwrapper. Returns result in +# func_to_host_path_result. +func_convert_path_msys_to_w32 () +{ + $opt_debug + func_to_host_path_result="$1" + if test -n "$1"; then + # Remove leading and trailing path separator characters from ARG. MSYS + # behavior is inconsistent here; cygpath turns them into '.;' and ';.'; + # and winepath ignores them completely. + func_stripname : : "$1" + func_to_host_path_tmp1=$func_stripname_result + func_convert_core_msys_to_w32 "$func_to_host_path_tmp1" + func_to_host_path_result="$func_convert_core_msys_to_w32_result" + func_convert_path_check : ";" \ + "$func_to_host_path_tmp1" "$func_to_host_path_result" + func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" + fi +} +# end func_convert_path_msys_to_w32 + + +# func_convert_path_cygwin_to_w32 ARG +# Convert path ARG from Cygwin to w32 format. Returns result in +# func_to_host_file_result. +func_convert_path_cygwin_to_w32 () +{ + $opt_debug + func_to_host_path_result="$1" + if test -n "$1"; then + # See func_convert_path_msys_to_w32: + func_stripname : : "$1" + func_to_host_path_tmp1=$func_stripname_result + func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"` + func_convert_path_check : ";" \ + "$func_to_host_path_tmp1" "$func_to_host_path_result" + func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" + fi +} +# end func_convert_path_cygwin_to_w32 + + +# func_convert_path_nix_to_w32 ARG +# Convert path ARG from *nix to w32 format. Requires a wine environment and +# a working winepath. Returns result in func_to_host_file_result. +func_convert_path_nix_to_w32 () +{ + $opt_debug + func_to_host_path_result="$1" + if test -n "$1"; then + # See func_convert_path_msys_to_w32: + func_stripname : : "$1" + func_to_host_path_tmp1=$func_stripname_result + func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1" + func_to_host_path_result="$func_convert_core_path_wine_to_w32_result" + func_convert_path_check : ";" \ + "$func_to_host_path_tmp1" "$func_to_host_path_result" + func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" + fi +} +# end func_convert_path_nix_to_w32 + + +# func_convert_path_msys_to_cygwin ARG +# Convert path ARG from MSYS to Cygwin format. Requires LT_CYGPATH set. +# Returns result in func_to_host_file_result. +func_convert_path_msys_to_cygwin () +{ + $opt_debug + func_to_host_path_result="$1" + if test -n "$1"; then + # See func_convert_path_msys_to_w32: + func_stripname : : "$1" + func_to_host_path_tmp1=$func_stripname_result + func_convert_core_msys_to_w32 "$func_to_host_path_tmp1" + func_cygpath -u -p "$func_convert_core_msys_to_w32_result" + func_to_host_path_result="$func_cygpath_result" + func_convert_path_check : : \ + "$func_to_host_path_tmp1" "$func_to_host_path_result" + func_convert_path_front_back_pathsep ":*" "*:" : "$1" + fi +} +# end func_convert_path_msys_to_cygwin + + +# func_convert_path_nix_to_cygwin ARG +# Convert path ARG from *nix to Cygwin format. Requires Cygwin installed in a +# a wine environment, working winepath, and LT_CYGPATH set. Returns result in +# func_to_host_file_result. +func_convert_path_nix_to_cygwin () +{ + $opt_debug + func_to_host_path_result="$1" + if test -n "$1"; then + # Remove leading and trailing path separator characters from + # ARG. msys behavior is inconsistent here, cygpath turns them + # into '.;' and ';.', and winepath ignores them completely. + func_stripname : : "$1" + func_to_host_path_tmp1=$func_stripname_result + func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1" + func_cygpath -u -p "$func_convert_core_path_wine_to_w32_result" + func_to_host_path_result="$func_cygpath_result" + func_convert_path_check : : \ + "$func_to_host_path_tmp1" "$func_to_host_path_result" + func_convert_path_front_back_pathsep ":*" "*:" : "$1" + fi +} +# end func_convert_path_nix_to_cygwin + + +# func_mode_compile arg... +func_mode_compile () +{ + $opt_debug + # Get the compilation command and the source file. + base_compile= + srcfile="$nonopt" # always keep a non-empty value in "srcfile" + suppress_opt=yes + suppress_output= + arg_mode=normal + libobj= + later= + pie_flag= + + for arg + do + case $arg_mode in + arg ) + # do not "continue". Instead, add this to base_compile + lastarg="$arg" + arg_mode=normal + ;; + + target ) + libobj="$arg" + arg_mode=normal + continue + ;; + + normal ) + # Accept any command-line options. + case $arg in + -o) + test -n "$libobj" && \ + func_fatal_error "you cannot specify \`-o' more than once" + arg_mode=target + continue + ;; + + -pie | -fpie | -fPIE) + func_append pie_flag " $arg" + continue + ;; + + -shared | -static | -prefer-pic | -prefer-non-pic) + func_append later " $arg" + continue + ;; + + -no-suppress) + suppress_opt=no + continue + ;; + + -Xcompiler) + arg_mode=arg # the next one goes into the "base_compile" arg list + continue # The current "srcfile" will either be retained or + ;; # replaced later. I would guess that would be a bug. + + -Wc,*) + func_stripname '-Wc,' '' "$arg" + args=$func_stripname_result + lastarg= + save_ifs="$IFS"; IFS=',' + for arg in $args; do + IFS="$save_ifs" + func_append_quoted lastarg "$arg" + done + IFS="$save_ifs" + func_stripname ' ' '' "$lastarg" + lastarg=$func_stripname_result + + # Add the arguments to base_compile. + func_append base_compile " $lastarg" + continue + ;; + + *) + # Accept the current argument as the source file. + # The previous "srcfile" becomes the current argument. + # + lastarg="$srcfile" + srcfile="$arg" + ;; + esac # case $arg + ;; + esac # case $arg_mode + + # Aesthetically quote the previous argument. + func_append_quoted base_compile "$lastarg" + done # for arg + + case $arg_mode in + arg) + func_fatal_error "you must specify an argument for -Xcompile" + ;; + target) + func_fatal_error "you must specify a target with \`-o'" + ;; + *) + # Get the name of the library object. + test -z "$libobj" && { + func_basename "$srcfile" + libobj="$func_basename_result" + } + ;; + esac + + # Recognize several different file suffixes. + # If the user specifies -o file.o, it is replaced with file.lo + case $libobj in + *.[cCFSifmso] | \ + *.ada | *.adb | *.ads | *.asm | \ + *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \ + *.[fF][09]? | *.for | *.java | *.go | *.obj | *.sx | *.cu | *.cup) + func_xform "$libobj" + libobj=$func_xform_result + ;; + esac + + case $libobj in + *.lo) func_lo2o "$libobj"; obj=$func_lo2o_result ;; + *) + func_fatal_error "cannot determine name of library object from \`$libobj'" + ;; + esac + + func_infer_tag $base_compile + + for arg in $later; do + case $arg in + -shared) + test "$build_libtool_libs" != yes && \ + func_fatal_configuration "can not build a shared library" + build_old_libs=no + continue + ;; + + -static) + build_libtool_libs=no + build_old_libs=yes + continue + ;; + + -prefer-pic) + pic_mode=yes + continue + ;; + + -prefer-non-pic) + pic_mode=no + continue + ;; + esac + done + + func_quote_for_eval "$libobj" + test "X$libobj" != "X$func_quote_for_eval_result" \ + && $ECHO "X$libobj" | $GREP '[]~#^*{};<>?"'"'"' &()|`$[]' \ + && func_warning "libobj name \`$libobj' may not contain shell special characters." + func_dirname_and_basename "$obj" "/" "" + objname="$func_basename_result" + xdir="$func_dirname_result" + lobj=${xdir}$objdir/$objname + + test -z "$base_compile" && \ + func_fatal_help "you must specify a compilation command" + + # Delete any leftover library objects. + if test "$build_old_libs" = yes; then + removelist="$obj $lobj $libobj ${libobj}T" + else + removelist="$lobj $libobj ${libobj}T" + fi + + # On Cygwin there's no "real" PIC flag so we must build both object types + case $host_os in + cygwin* | mingw* | pw32* | os2* | cegcc*) + pic_mode=default + ;; + esac + if test "$pic_mode" = no && test "$deplibs_check_method" != pass_all; then + # non-PIC code in shared libraries is not supported + pic_mode=default + fi + + # Calculate the filename of the output object if compiler does + # not support -o with -c + if test "$compiler_c_o" = no; then + output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext} + lockfile="$output_obj.lock" + else + output_obj= + need_locks=no + lockfile= + fi + + # Lock this critical section if it is needed + # We use this script file to make the link, it avoids creating a new file + if test "$need_locks" = yes; then + until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do + func_echo "Waiting for $lockfile to be removed" + sleep 2 + done + elif test "$need_locks" = warn; then + if test -f "$lockfile"; then + $ECHO "\ +*** ERROR, $lockfile exists and contains: +`cat $lockfile 2>/dev/null` + +This indicates that another process is trying to use the same +temporary object file, and libtool could not work around it because +your compiler does not support \`-c' and \`-o' together. If you +repeat this compilation, it may succeed, by chance, but you had better +avoid parallel builds (make -j) in this platform, or get a better +compiler." + + $opt_dry_run || $RM $removelist + exit $EXIT_FAILURE + fi + func_append removelist " $output_obj" + $ECHO "$srcfile" > "$lockfile" + fi + + $opt_dry_run || $RM $removelist + func_append removelist " $lockfile" + trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15 + + func_to_tool_file "$srcfile" func_convert_file_msys_to_w32 + srcfile=$func_to_tool_file_result + func_quote_for_eval "$srcfile" + qsrcfile=$func_quote_for_eval_result + + # Only build a PIC object if we are building libtool libraries. + if test "$build_libtool_libs" = yes; then + # Without this assignment, base_compile gets emptied. + fbsd_hideous_sh_bug=$base_compile + + if test "$pic_mode" != no; then + command="$base_compile $qsrcfile $pic_flag" + else + # Don't build PIC code + command="$base_compile $qsrcfile" + fi + + func_mkdir_p "$xdir$objdir" + + if test -z "$output_obj"; then + # Place PIC objects in $objdir + func_append command " -o $lobj" + fi + + func_show_eval_locale "$command" \ + 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE' + + if test "$need_locks" = warn && + test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then + $ECHO "\ +*** ERROR, $lockfile contains: +`cat $lockfile 2>/dev/null` + +but it should contain: +$srcfile + +This indicates that another process is trying to use the same +temporary object file, and libtool could not work around it because +your compiler does not support \`-c' and \`-o' together. If you +repeat this compilation, it may succeed, by chance, but you had better +avoid parallel builds (make -j) in this platform, or get a better +compiler." + + $opt_dry_run || $RM $removelist + exit $EXIT_FAILURE + fi + + # Just move the object if needed, then go on to compile the next one + if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then + func_show_eval '$MV "$output_obj" "$lobj"' \ + 'error=$?; $opt_dry_run || $RM $removelist; exit $error' + fi + + # Allow error messages only from the first compilation. + if test "$suppress_opt" = yes; then + suppress_output=' >/dev/null 2>&1' + fi + fi + + # Only build a position-dependent object if we build old libraries. + if test "$build_old_libs" = yes; then + if test "$pic_mode" != yes; then + # Don't build PIC code + command="$base_compile $qsrcfile$pie_flag" + else + command="$base_compile $qsrcfile $pic_flag" + fi + if test "$compiler_c_o" = yes; then + func_append command " -o $obj" + fi + + # Suppress compiler output if we already did a PIC compilation. + func_append command "$suppress_output" + func_show_eval_locale "$command" \ + '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' + + if test "$need_locks" = warn && + test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then + $ECHO "\ +*** ERROR, $lockfile contains: +`cat $lockfile 2>/dev/null` + +but it should contain: +$srcfile + +This indicates that another process is trying to use the same +temporary object file, and libtool could not work around it because +your compiler does not support \`-c' and \`-o' together. If you +repeat this compilation, it may succeed, by chance, but you had better +avoid parallel builds (make -j) in this platform, or get a better +compiler." + + $opt_dry_run || $RM $removelist + exit $EXIT_FAILURE + fi + + # Just move the object if needed + if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then + func_show_eval '$MV "$output_obj" "$obj"' \ + 'error=$?; $opt_dry_run || $RM $removelist; exit $error' + fi + fi + + $opt_dry_run || { + func_write_libtool_object "$libobj" "$objdir/$objname" "$objname" + + # Unlock the critical section if it was locked + if test "$need_locks" != no; then + removelist=$lockfile + $RM "$lockfile" + fi + } + + exit $EXIT_SUCCESS +} + +$opt_help || { + test "$opt_mode" = compile && func_mode_compile ${1+"$@"} +} + +func_mode_help () +{ + # We need to display help for each of the modes. + case $opt_mode in + "") + # Generic help is extracted from the usage comments + # at the start of this file. + func_help + ;; + + clean) + $ECHO \ +"Usage: $progname [OPTION]... --mode=clean RM [RM-OPTION]... FILE... + +Remove files from the build directory. + +RM is the name of the program to use to delete files associated with each FILE +(typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed +to RM. + +If FILE is a libtool library, object or program, all the files associated +with it are deleted. Otherwise, only FILE itself is deleted using RM." + ;; + + compile) + $ECHO \ +"Usage: $progname [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE + +Compile a source file into a libtool library object. + +This mode accepts the following additional options: + + -o OUTPUT-FILE set the output file name to OUTPUT-FILE + -no-suppress do not suppress compiler output for multiple passes + -prefer-pic try to build PIC objects only + -prefer-non-pic try to build non-PIC objects only + -shared do not build a \`.o' file suitable for static linking + -static only build a \`.o' file suitable for static linking + -Wc,FLAG pass FLAG directly to the compiler + +COMPILE-COMMAND is a command to be used in creating a \`standard' object file +from the given SOURCEFILE. + +The output file name is determined by removing the directory component from +SOURCEFILE, then substituting the C source code suffix \`.c' with the +library object suffix, \`.lo'." + ;; + + execute) + $ECHO \ +"Usage: $progname [OPTION]... --mode=execute COMMAND [ARGS]... + +Automatically set library path, then run a program. + +This mode accepts the following additional options: + + -dlopen FILE add the directory containing FILE to the library path + +This mode sets the library path environment variable according to \`-dlopen' +flags. + +If any of the ARGS are libtool executable wrappers, then they are translated +into their corresponding uninstalled binary, and any of their required library +directories are added to the library path. + +Then, COMMAND is executed, with ARGS as arguments." + ;; + + finish) + $ECHO \ +"Usage: $progname [OPTION]... --mode=finish [LIBDIR]... + +Complete the installation of libtool libraries. + +Each LIBDIR is a directory that contains libtool libraries. + +The commands that this mode executes may require superuser privileges. Use +the \`--dry-run' option if you just want to see what would be executed." + ;; + + install) + $ECHO \ +"Usage: $progname [OPTION]... --mode=install INSTALL-COMMAND... + +Install executables or libraries. + +INSTALL-COMMAND is the installation command. The first component should be +either the \`install' or \`cp' program. + +The following components of INSTALL-COMMAND are treated specially: + + -inst-prefix-dir PREFIX-DIR Use PREFIX-DIR as a staging area for installation + +The rest of the components are interpreted as arguments to that command (only +BSD-compatible install options are recognized)." + ;; + + link) + $ECHO \ +"Usage: $progname [OPTION]... --mode=link LINK-COMMAND... + +Link object files or libraries together to form another library, or to +create an executable program. + +LINK-COMMAND is a command using the C compiler that you would use to create +a program from several object files. + +The following components of LINK-COMMAND are treated specially: + + -all-static do not do any dynamic linking at all + -avoid-version do not add a version suffix if possible + -bindir BINDIR specify path to binaries directory (for systems where + libraries must be found in the PATH setting at runtime) + -dlopen FILE \`-dlpreopen' FILE if it cannot be dlopened at runtime + -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols + -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3) + -export-symbols SYMFILE + try to export only the symbols listed in SYMFILE + -export-symbols-regex REGEX + try to export only the symbols matching REGEX + -LLIBDIR search LIBDIR for required installed libraries + -lNAME OUTPUT-FILE requires the installed library libNAME + -module build a library that can dlopened + -no-fast-install disable the fast-install mode + -no-install link a not-installable executable + -no-undefined declare that a library does not refer to external symbols + -o OUTPUT-FILE create OUTPUT-FILE from the specified objects + -objectlist FILE Use a list of object files found in FILE to specify objects + -precious-files-regex REGEX + don't remove output files matching REGEX + -release RELEASE specify package release information + -rpath LIBDIR the created library will eventually be installed in LIBDIR + -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries + -shared only do dynamic linking of libtool libraries + -shrext SUFFIX override the standard shared library file extension + -static do not do any dynamic linking of uninstalled libtool libraries + -static-libtool-libs + do not do any dynamic linking of libtool libraries + -version-info CURRENT[:REVISION[:AGE]] + specify library version info [each variable defaults to 0] + -weak LIBNAME declare that the target provides the LIBNAME interface + -Wc,FLAG + -Xcompiler FLAG pass linker-specific FLAG directly to the compiler + -Wl,FLAG + -Xlinker FLAG pass linker-specific FLAG directly to the linker + -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC) + +All other options (arguments beginning with \`-') are ignored. + +Every other argument is treated as a filename. Files ending in \`.la' are +treated as uninstalled libtool libraries, other files are standard or library +object files. + +If the OUTPUT-FILE ends in \`.la', then a libtool library is created, +only library objects (\`.lo' files) may be specified, and \`-rpath' is +required, except when creating a convenience library. + +If OUTPUT-FILE ends in \`.a' or \`.lib', then a standard library is created +using \`ar' and \`ranlib', or on Windows using \`lib'. + +If OUTPUT-FILE ends in \`.lo' or \`.${objext}', then a reloadable object file +is created, otherwise an executable program is created." + ;; + + uninstall) + $ECHO \ +"Usage: $progname [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE... + +Remove libraries from an installation directory. + +RM is the name of the program to use to delete files associated with each FILE +(typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed +to RM. + +If FILE is a libtool library, all the files associated with it are deleted. +Otherwise, only FILE itself is deleted using RM." + ;; + + *) + func_fatal_help "invalid operation mode \`$opt_mode'" + ;; + esac + + echo + $ECHO "Try \`$progname --help' for more information about other modes." +} + +# Now that we've collected a possible --mode arg, show help if necessary +if $opt_help; then + if test "$opt_help" = :; then + func_mode_help + else + { + func_help noexit + for opt_mode in compile link execute install finish uninstall clean; do + func_mode_help + done + } | sed -n '1p; 2,$s/^Usage:/ or: /p' + { + func_help noexit + for opt_mode in compile link execute install finish uninstall clean; do + echo + func_mode_help + done + } | + sed '1d + /^When reporting/,/^Report/{ + H + d + } + $x + /information about other modes/d + /more detailed .*MODE/d + s/^Usage:.*--mode=\([^ ]*\) .*/Description of \1 mode:/' + fi + exit $? +fi + + +# func_mode_execute arg... +func_mode_execute () +{ + $opt_debug + # The first argument is the command name. + cmd="$nonopt" + test -z "$cmd" && \ + func_fatal_help "you must specify a COMMAND" + + # Handle -dlopen flags immediately. + for file in $opt_dlopen; do + test -f "$file" \ + || func_fatal_help "\`$file' is not a file" + + dir= + case $file in + *.la) + func_resolve_sysroot "$file" + file=$func_resolve_sysroot_result + + # Check to see that this really is a libtool archive. + func_lalib_unsafe_p "$file" \ + || func_fatal_help "\`$lib' is not a valid libtool archive" + + # Read the libtool library. + dlname= + library_names= + func_source "$file" + + # Skip this library if it cannot be dlopened. + if test -z "$dlname"; then + # Warn if it was a shared library. + test -n "$library_names" && \ + func_warning "\`$file' was not linked with \`-export-dynamic'" + continue + fi + + func_dirname "$file" "" "." + dir="$func_dirname_result" + + if test -f "$dir/$objdir/$dlname"; then + func_append dir "/$objdir" + else + if test ! -f "$dir/$dlname"; then + func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" + fi + fi + ;; + + *.lo) + # Just add the directory containing the .lo file. + func_dirname "$file" "" "." + dir="$func_dirname_result" + ;; + + *) + func_warning "\`-dlopen' is ignored for non-libtool libraries and objects" + continue + ;; + esac + + # Get the absolute pathname. + absdir=`cd "$dir" && pwd` + test -n "$absdir" && dir="$absdir" + + # Now add the directory to shlibpath_var. + if eval "test -z \"\$$shlibpath_var\""; then + eval "$shlibpath_var=\"\$dir\"" + else + eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\"" + fi + done + + # This variable tells wrapper scripts just to set shlibpath_var + # rather than running their programs. + libtool_execute_magic="$magic" + + # Check if any of the arguments is a wrapper script. + args= + for file + do + case $file in + -* | *.la | *.lo ) ;; + *) + # Do a test to see if this is really a libtool program. + if func_ltwrapper_script_p "$file"; then + func_source "$file" + # Transform arg to wrapped name. + file="$progdir/$program" + elif func_ltwrapper_executable_p "$file"; then + func_ltwrapper_scriptname "$file" + func_source "$func_ltwrapper_scriptname_result" + # Transform arg to wrapped name. + file="$progdir/$program" + fi + ;; + esac + # Quote arguments (to preserve shell metacharacters). + func_append_quoted args "$file" + done + + if test "X$opt_dry_run" = Xfalse; then + if test -n "$shlibpath_var"; then + # Export the shlibpath_var. + eval "export $shlibpath_var" + fi + + # Restore saved environment variables + for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES + do + eval "if test \"\${save_$lt_var+set}\" = set; then + $lt_var=\$save_$lt_var; export $lt_var + else + $lt_unset $lt_var + fi" + done + + # Now prepare to actually exec the command. + exec_cmd="\$cmd$args" + else + # Display what would be done. + if test -n "$shlibpath_var"; then + eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\"" + echo "export $shlibpath_var" + fi + $ECHO "$cmd$args" + exit $EXIT_SUCCESS + fi +} + +test "$opt_mode" = execute && func_mode_execute ${1+"$@"} + + +# func_mode_finish arg... +func_mode_finish () +{ + $opt_debug + libs= + libdirs= + admincmds= + + for opt in "$nonopt" ${1+"$@"} + do + if test -d "$opt"; then + func_append libdirs " $opt" + + elif test -f "$opt"; then + if func_lalib_unsafe_p "$opt"; then + func_append libs " $opt" + else + func_warning "\`$opt' is not a valid libtool archive" + fi + + else + func_fatal_error "invalid argument \`$opt'" + fi + done + + if test -n "$libs"; then + if test -n "$lt_sysroot"; then + sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"` + sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;" + else + sysroot_cmd= + fi + + # Remove sysroot references + if $opt_dry_run; then + for lib in $libs; do + echo "removing references to $lt_sysroot and \`=' prefixes from $lib" + done + else + tmpdir=`func_mktempdir` + for lib in $libs; do + sed -e "${sysroot_cmd} s/\([ ']-[LR]\)=/\1/g; s/\([ ']\)=/\1/g" $lib \ + > $tmpdir/tmp-la + mv -f $tmpdir/tmp-la $lib + done + ${RM}r "$tmpdir" + fi + fi + + if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then + for libdir in $libdirs; do + if test -n "$finish_cmds"; then + # Do each command in the finish commands. + func_execute_cmds "$finish_cmds" 'admincmds="$admincmds +'"$cmd"'"' + fi + if test -n "$finish_eval"; then + # Do the single finish_eval. + eval cmds=\"$finish_eval\" + $opt_dry_run || eval "$cmds" || func_append admincmds " + $cmds" + fi + done + fi + + # Exit here if they wanted silent mode. + $opt_silent && exit $EXIT_SUCCESS + + if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then + echo "----------------------------------------------------------------------" + echo "Libraries have been installed in:" + for libdir in $libdirs; do + $ECHO " $libdir" + done + echo + echo "If you ever happen to want to link against installed libraries" + echo "in a given directory, LIBDIR, you must either use libtool, and" + echo "specify the full pathname of the library, or use the \`-LLIBDIR'" + echo "flag during linking and do at least one of the following:" + if test -n "$shlibpath_var"; then + echo " - add LIBDIR to the \`$shlibpath_var' environment variable" + echo " during execution" + fi + if test -n "$runpath_var"; then + echo " - add LIBDIR to the \`$runpath_var' environment variable" + echo " during linking" + fi + if test -n "$hardcode_libdir_flag_spec"; then + libdir=LIBDIR + eval flag=\"$hardcode_libdir_flag_spec\" + + $ECHO " - use the \`$flag' linker flag" + fi + if test -n "$admincmds"; then + $ECHO " - have your system administrator run these commands:$admincmds" + fi + if test -f /etc/ld.so.conf; then + echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'" + fi + echo + + echo "See any operating system documentation about shared libraries for" + case $host in + solaris2.[6789]|solaris2.1[0-9]) + echo "more information, such as the ld(1), crle(1) and ld.so(8) manual" + echo "pages." + ;; + *) + echo "more information, such as the ld(1) and ld.so(8) manual pages." + ;; + esac + echo "----------------------------------------------------------------------" + fi + exit $EXIT_SUCCESS +} + +test "$opt_mode" = finish && func_mode_finish ${1+"$@"} + + +# func_mode_install arg... +func_mode_install () +{ + $opt_debug + # There may be an optional sh(1) argument at the beginning of + # install_prog (especially on Windows NT). + if test "$nonopt" = "$SHELL" || test "$nonopt" = /bin/sh || + # Allow the use of GNU shtool's install command. + case $nonopt in *shtool*) :;; *) false;; esac; then + # Aesthetically quote it. + func_quote_for_eval "$nonopt" + install_prog="$func_quote_for_eval_result " + arg=$1 + shift + else + install_prog= + arg=$nonopt + fi + + # The real first argument should be the name of the installation program. + # Aesthetically quote it. + func_quote_for_eval "$arg" + func_append install_prog "$func_quote_for_eval_result" + install_shared_prog=$install_prog + case " $install_prog " in + *[\\\ /]cp\ *) install_cp=: ;; + *) install_cp=false ;; + esac + + # We need to accept at least all the BSD install flags. + dest= + files= + opts= + prev= + install_type= + isdir=no + stripme= + no_mode=: + for arg + do + arg2= + if test -n "$dest"; then + func_append files " $dest" + dest=$arg + continue + fi + + case $arg in + -d) isdir=yes ;; + -f) + if $install_cp; then :; else + prev=$arg + fi + ;; + -g | -m | -o) + prev=$arg + ;; + -s) + stripme=" -s" + continue + ;; + -*) + ;; + *) + # If the previous option needed an argument, then skip it. + if test -n "$prev"; then + if test "x$prev" = x-m && test -n "$install_override_mode"; then + arg2=$install_override_mode + no_mode=false + fi + prev= + else + dest=$arg + continue + fi + ;; + esac + + # Aesthetically quote the argument. + func_quote_for_eval "$arg" + func_append install_prog " $func_quote_for_eval_result" + if test -n "$arg2"; then + func_quote_for_eval "$arg2" + fi + func_append install_shared_prog " $func_quote_for_eval_result" + done + + test -z "$install_prog" && \ + func_fatal_help "you must specify an install program" + + test -n "$prev" && \ + func_fatal_help "the \`$prev' option requires an argument" + + if test -n "$install_override_mode" && $no_mode; then + if $install_cp; then :; else + func_quote_for_eval "$install_override_mode" + func_append install_shared_prog " -m $func_quote_for_eval_result" + fi + fi + + if test -z "$files"; then + if test -z "$dest"; then + func_fatal_help "no file or destination specified" + else + func_fatal_help "you must specify a destination" + fi + fi + + # Strip any trailing slash from the destination. + func_stripname '' '/' "$dest" + dest=$func_stripname_result + + # Check to see that the destination is a directory. + test -d "$dest" && isdir=yes + if test "$isdir" = yes; then + destdir="$dest" + destname= + else + func_dirname_and_basename "$dest" "" "." + destdir="$func_dirname_result" + destname="$func_basename_result" + + # Not a directory, so check to see that there is only one file specified. + set dummy $files; shift + test "$#" -gt 1 && \ + func_fatal_help "\`$dest' is not a directory" + fi + case $destdir in + [\\/]* | [A-Za-z]:[\\/]*) ;; + *) + for file in $files; do + case $file in + *.lo) ;; + *) + func_fatal_help "\`$destdir' must be an absolute directory name" + ;; + esac + done + ;; + esac + + # This variable tells wrapper scripts just to set variables rather + # than running their programs. + libtool_install_magic="$magic" + + staticlibs= + future_libdirs= + current_libdirs= + for file in $files; do + + # Do each installation. + case $file in + *.$libext) + # Do the static libraries later. + func_append staticlibs " $file" + ;; + + *.la) + func_resolve_sysroot "$file" + file=$func_resolve_sysroot_result + + # Check to see that this really is a libtool archive. + func_lalib_unsafe_p "$file" \ + || func_fatal_help "\`$file' is not a valid libtool archive" + + library_names= + old_library= + relink_command= + func_source "$file" + + # Add the libdir to current_libdirs if it is the destination. + if test "X$destdir" = "X$libdir"; then + case "$current_libdirs " in + *" $libdir "*) ;; + *) func_append current_libdirs " $libdir" ;; + esac + else + # Note the libdir as a future libdir. + case "$future_libdirs " in + *" $libdir "*) ;; + *) func_append future_libdirs " $libdir" ;; + esac + fi + + func_dirname "$file" "/" "" + dir="$func_dirname_result" + func_append dir "$objdir" + + if test -n "$relink_command"; then + # Determine the prefix the user has applied to our future dir. + inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"` + + # Don't allow the user to place us outside of our expected + # location b/c this prevents finding dependent libraries that + # are installed to the same prefix. + # At present, this check doesn't affect windows .dll's that + # are installed into $libdir/../bin (currently, that works fine) + # but it's something to keep an eye on. + test "$inst_prefix_dir" = "$destdir" && \ + func_fatal_error "error: cannot install \`$file' to a directory not ending in $libdir" + + if test -n "$inst_prefix_dir"; then + # Stick the inst_prefix_dir data into the link command. + relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` + else + relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"` + fi + + func_warning "relinking \`$file'" + func_show_eval "$relink_command" \ + 'func_fatal_error "error: relink \`$file'\'' with the above command before installing it"' + fi + + # See the names of the shared library. + set dummy $library_names; shift + if test -n "$1"; then + realname="$1" + shift + + srcname="$realname" + test -n "$relink_command" && srcname="$realname"T + + # Install the shared library and build the symlinks. + func_show_eval "$install_shared_prog $dir/$srcname $destdir/$realname" \ + 'exit $?' + tstripme="$stripme" + case $host_os in + cygwin* | mingw* | pw32* | cegcc*) + case $realname in + *.dll.a) + tstripme="" + ;; + esac + ;; + esac + if test -n "$tstripme" && test -n "$striplib"; then + func_show_eval "$striplib $destdir/$realname" 'exit $?' + fi + + if test "$#" -gt 0; then + # Delete the old symlinks, and create new ones. + # Try `ln -sf' first, because the `ln' binary might depend on + # the symlink we replace! Solaris /bin/ln does not understand -f, + # so we also need to try rm && ln -s. + for linkname + do + test "$linkname" != "$realname" \ + && func_show_eval "(cd $destdir && { $LN_S -f $realname $linkname || { $RM $linkname && $LN_S $realname $linkname; }; })" + done + fi + + # Do each command in the postinstall commands. + lib="$destdir/$realname" + func_execute_cmds "$postinstall_cmds" 'exit $?' + fi + + # Install the pseudo-library for information purposes. + func_basename "$file" + name="$func_basename_result" + instname="$dir/$name"i + func_show_eval "$install_prog $instname $destdir/$name" 'exit $?' + + # Maybe install the static library, too. + test -n "$old_library" && func_append staticlibs " $dir/$old_library" + ;; + + *.lo) + # Install (i.e. copy) a libtool object. + + # Figure out destination file name, if it wasn't already specified. + if test -n "$destname"; then + destfile="$destdir/$destname" + else + func_basename "$file" + destfile="$func_basename_result" + destfile="$destdir/$destfile" + fi + + # Deduce the name of the destination old-style object file. + case $destfile in + *.lo) + func_lo2o "$destfile" + staticdest=$func_lo2o_result + ;; + *.$objext) + staticdest="$destfile" + destfile= + ;; + *) + func_fatal_help "cannot copy a libtool object to \`$destfile'" + ;; + esac + + # Install the libtool object if requested. + test -n "$destfile" && \ + func_show_eval "$install_prog $file $destfile" 'exit $?' + + # Install the old object if enabled. + if test "$build_old_libs" = yes; then + # Deduce the name of the old-style object file. + func_lo2o "$file" + staticobj=$func_lo2o_result + func_show_eval "$install_prog \$staticobj \$staticdest" 'exit $?' + fi + exit $EXIT_SUCCESS + ;; + + *) + # Figure out destination file name, if it wasn't already specified. + if test -n "$destname"; then + destfile="$destdir/$destname" + else + func_basename "$file" + destfile="$func_basename_result" + destfile="$destdir/$destfile" + fi + + # If the file is missing, and there is a .exe on the end, strip it + # because it is most likely a libtool script we actually want to + # install + stripped_ext="" + case $file in + *.exe) + if test ! -f "$file"; then + func_stripname '' '.exe' "$file" + file=$func_stripname_result + stripped_ext=".exe" + fi + ;; + esac + + # Do a test to see if this is really a libtool program. + case $host in + *cygwin* | *mingw*) + if func_ltwrapper_executable_p "$file"; then + func_ltwrapper_scriptname "$file" + wrapper=$func_ltwrapper_scriptname_result + else + func_stripname '' '.exe' "$file" + wrapper=$func_stripname_result + fi + ;; + *) + wrapper=$file + ;; + esac + if func_ltwrapper_script_p "$wrapper"; then + notinst_deplibs= + relink_command= + + func_source "$wrapper" + + # Check the variables that should have been set. + test -z "$generated_by_libtool_version" && \ + func_fatal_error "invalid libtool wrapper script \`$wrapper'" + + finalize=yes + for lib in $notinst_deplibs; do + # Check to see that each library is installed. + libdir= + if test -f "$lib"; then + func_source "$lib" + fi + libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test + if test -n "$libdir" && test ! -f "$libfile"; then + func_warning "\`$lib' has not been installed in \`$libdir'" + finalize=no + fi + done + + relink_command= + func_source "$wrapper" + + outputname= + if test "$fast_install" = no && test -n "$relink_command"; then + $opt_dry_run || { + if test "$finalize" = yes; then + tmpdir=`func_mktempdir` + func_basename "$file$stripped_ext" + file="$func_basename_result" + outputname="$tmpdir/$file" + # Replace the output file specification. + relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'` + + $opt_silent || { + func_quote_for_expand "$relink_command" + eval "func_echo $func_quote_for_expand_result" + } + if eval "$relink_command"; then : + else + func_error "error: relink \`$file' with the above command before installing it" + $opt_dry_run || ${RM}r "$tmpdir" + continue + fi + file="$outputname" + else + func_warning "cannot relink \`$file'" + fi + } + else + # Install the binary that we compiled earlier. + file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"` + fi + fi + + # remove .exe since cygwin /usr/bin/install will append another + # one anyway + case $install_prog,$host in + */usr/bin/install*,*cygwin*) + case $file:$destfile in + *.exe:*.exe) + # this is ok + ;; + *.exe:*) + destfile=$destfile.exe + ;; + *:*.exe) + func_stripname '' '.exe' "$destfile" + destfile=$func_stripname_result + ;; + esac + ;; + esac + func_show_eval "$install_prog\$stripme \$file \$destfile" 'exit $?' + $opt_dry_run || if test -n "$outputname"; then + ${RM}r "$tmpdir" + fi + ;; + esac + done + + for file in $staticlibs; do + func_basename "$file" + name="$func_basename_result" + + # Set up the ranlib parameters. + oldlib="$destdir/$name" + func_to_tool_file "$oldlib" func_convert_file_msys_to_w32 + tool_oldlib=$func_to_tool_file_result + + func_show_eval "$install_prog \$file \$oldlib" 'exit $?' + + if test -n "$stripme" && test -n "$old_striplib"; then + func_show_eval "$old_striplib $tool_oldlib" 'exit $?' + fi + + # Do each command in the postinstall commands. + func_execute_cmds "$old_postinstall_cmds" 'exit $?' + done + + test -n "$future_libdirs" && \ + func_warning "remember to run \`$progname --finish$future_libdirs'" + + if test -n "$current_libdirs"; then + # Maybe just do a dry run. + $opt_dry_run && current_libdirs=" -n$current_libdirs" + exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs' + else + exit $EXIT_SUCCESS + fi +} + +test "$opt_mode" = install && func_mode_install ${1+"$@"} + + +# func_generate_dlsyms outputname originator pic_p +# Extract symbols from dlprefiles and create ${outputname}S.o with +# a dlpreopen symbol table. +func_generate_dlsyms () +{ + $opt_debug + my_outputname="$1" + my_originator="$2" + my_pic_p="${3-no}" + my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'` + my_dlsyms= + + if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then + if test -n "$NM" && test -n "$global_symbol_pipe"; then + my_dlsyms="${my_outputname}S.c" + else + func_error "not configured to extract global symbols from dlpreopened files" + fi + fi + + if test -n "$my_dlsyms"; then + case $my_dlsyms in + "") ;; + *.c) + # Discover the nlist of each of the dlfiles. + nlist="$output_objdir/${my_outputname}.nm" + + func_show_eval "$RM $nlist ${nlist}S ${nlist}T" + + # Parse the name list into a source file. + func_verbose "creating $output_objdir/$my_dlsyms" + + $opt_dry_run || $ECHO > "$output_objdir/$my_dlsyms" "\ +/* $my_dlsyms - symbol resolution table for \`$my_outputname' dlsym emulation. */ +/* Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION */ + +#ifdef __cplusplus +extern \"C\" { +#endif + +#if defined(__GNUC__) && (((__GNUC__ == 4) && (__GNUC_MINOR__ >= 4)) || (__GNUC__ > 4)) +#pragma GCC diagnostic ignored \"-Wstrict-prototypes\" +#endif + +/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ +#if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE) +/* DATA imports from DLLs on WIN32 con't be const, because runtime + relocations are performed -- see ld's documentation on pseudo-relocs. */ +# define LT_DLSYM_CONST +#elif defined(__osf__) +/* This system does not cope well with relocations in const data. */ +# define LT_DLSYM_CONST +#else +# define LT_DLSYM_CONST const +#endif + +/* External symbol declarations for the compiler. */\ +" + + if test "$dlself" = yes; then + func_verbose "generating symbol list for \`$output'" + + $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist" + + # Add our own program objects to the symbol list. + progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP` + for progfile in $progfiles; do + func_to_tool_file "$progfile" func_convert_file_msys_to_w32 + func_verbose "extracting global C symbols from \`$func_to_tool_file_result'" + $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'" + done + + if test -n "$exclude_expsyms"; then + $opt_dry_run || { + eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T' + eval '$MV "$nlist"T "$nlist"' + } + fi + + if test -n "$export_symbols_regex"; then + $opt_dry_run || { + eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T' + eval '$MV "$nlist"T "$nlist"' + } + fi + + # Prepare the list of exported symbols + if test -z "$export_symbols"; then + export_symbols="$output_objdir/$outputname.exp" + $opt_dry_run || { + $RM $export_symbols + eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"' + case $host in + *cygwin* | *mingw* | *cegcc* ) + eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' + eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"' + ;; + esac + } + else + $opt_dry_run || { + eval "${SED} -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"' + eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T' + eval '$MV "$nlist"T "$nlist"' + case $host in + *cygwin* | *mingw* | *cegcc* ) + eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' + eval 'cat "$nlist" >> "$output_objdir/$outputname.def"' + ;; + esac + } + fi + fi + + for dlprefile in $dlprefiles; do + func_verbose "extracting global C symbols from \`$dlprefile'" + func_basename "$dlprefile" + name="$func_basename_result" + case $host in + *cygwin* | *mingw* | *cegcc* ) + # if an import library, we need to obtain dlname + if func_win32_import_lib_p "$dlprefile"; then + func_tr_sh "$dlprefile" + eval "curr_lafile=\$libfile_$func_tr_sh_result" + dlprefile_dlbasename="" + if test -n "$curr_lafile" && func_lalib_p "$curr_lafile"; then + # Use subshell, to avoid clobbering current variable values + dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"` + if test -n "$dlprefile_dlname" ; then + func_basename "$dlprefile_dlname" + dlprefile_dlbasename="$func_basename_result" + else + # no lafile. user explicitly requested -dlpreopen . + $sharedlib_from_linklib_cmd "$dlprefile" + dlprefile_dlbasename=$sharedlib_from_linklib_result + fi + fi + $opt_dry_run || { + if test -n "$dlprefile_dlbasename" ; then + eval '$ECHO ": $dlprefile_dlbasename" >> "$nlist"' + else + func_warning "Could not compute DLL name from $name" + eval '$ECHO ": $name " >> "$nlist"' + fi + func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 + eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe | + $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'" + } + else # not an import lib + $opt_dry_run || { + eval '$ECHO ": $name " >> "$nlist"' + func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 + eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'" + } + fi + ;; + *) + $opt_dry_run || { + eval '$ECHO ": $name " >> "$nlist"' + func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 + eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'" + } + ;; + esac + done + + $opt_dry_run || { + # Make sure we have at least an empty file. + test -f "$nlist" || : > "$nlist" + + if test -n "$exclude_expsyms"; then + $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T + $MV "$nlist"T "$nlist" + fi + + # Try sorting and uniquifying the output. + if $GREP -v "^: " < "$nlist" | + if sort -k 3 /dev/null 2>&1; then + sort -k 3 + else + sort +2 + fi | + uniq > "$nlist"S; then + : + else + $GREP -v "^: " < "$nlist" > "$nlist"S + fi + + if test -f "$nlist"S; then + eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$my_dlsyms"' + else + echo '/* NONE */' >> "$output_objdir/$my_dlsyms" + fi + + echo >> "$output_objdir/$my_dlsyms" "\ + +/* The mapping between symbol names and symbols. */ +typedef struct { + const char *name; + void *address; +} lt_dlsymlist; +extern LT_DLSYM_CONST lt_dlsymlist +lt_${my_prefix}_LTX_preloaded_symbols[]; +LT_DLSYM_CONST lt_dlsymlist +lt_${my_prefix}_LTX_preloaded_symbols[] = +{\ + { \"$my_originator\", (void *) 0 }," + + case $need_lib_prefix in + no) + eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$my_dlsyms" + ;; + *) + eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_objdir/$my_dlsyms" + ;; + esac + echo >> "$output_objdir/$my_dlsyms" "\ + {0, (void *) 0} +}; + +/* This works around a problem in FreeBSD linker */ +#ifdef FREEBSD_WORKAROUND +static const void *lt_preloaded_setup() { + return lt_${my_prefix}_LTX_preloaded_symbols; +} +#endif + +#ifdef __cplusplus +} +#endif\ +" + } # !$opt_dry_run + + pic_flag_for_symtable= + case "$compile_command " in + *" -static "*) ;; + *) + case $host in + # compiling the symbol table file with pic_flag works around + # a FreeBSD bug that causes programs to crash when -lm is + # linked before any other PIC object. But we must not use + # pic_flag when linking with -static. The problem exists in + # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1. + *-*-freebsd2.*|*-*-freebsd3.0*|*-*-freebsdelf3.0*) + pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND" ;; + *-*-hpux*) + pic_flag_for_symtable=" $pic_flag" ;; + *) + if test "X$my_pic_p" != Xno; then + pic_flag_for_symtable=" $pic_flag" + fi + ;; + esac + ;; + esac + symtab_cflags= + for arg in $LTCFLAGS; do + case $arg in + -pie | -fpie | -fPIE) ;; + *) func_append symtab_cflags " $arg" ;; + esac + done + + # Now compile the dynamic symbol file. + func_show_eval '(cd $output_objdir && $LTCC$symtab_cflags -c$no_builtin_flag$pic_flag_for_symtable "$my_dlsyms")' 'exit $?' + + # Clean up the generated files. + func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T"' + + # Transform the symbol file into the correct name. + symfileobj="$output_objdir/${my_outputname}S.$objext" + case $host in + *cygwin* | *mingw* | *cegcc* ) + if test -f "$output_objdir/$my_outputname.def"; then + compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` + finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` + else + compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` + finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` + fi + ;; + *) + compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` + finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` + ;; + esac + ;; + *) + func_fatal_error "unknown suffix for \`$my_dlsyms'" + ;; + esac + else + # We keep going just in case the user didn't refer to + # lt_preloaded_symbols. The linker will fail if global_symbol_pipe + # really was required. + + # Nullify the symbol file. + compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"` + finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"` + fi +} + +# func_win32_libid arg +# return the library type of file 'arg' +# +# Need a lot of goo to handle *both* DLLs and import libs +# Has to be a shell function in order to 'eat' the argument +# that is supplied when $file_magic_command is called. +# Despite the name, also deal with 64 bit binaries. +func_win32_libid () +{ + $opt_debug + win32_libid_type="unknown" + win32_fileres=`file -L $1 2>/dev/null` + case $win32_fileres in + *ar\ archive\ import\ library*) # definitely import + win32_libid_type="x86 archive import" + ;; + *ar\ archive*) # could be an import, or static + # Keep the egrep pattern in sync with the one in _LT_CHECK_MAGIC_METHOD. + if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | + $EGREP 'file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' >/dev/null; then + func_to_tool_file "$1" func_convert_file_msys_to_w32 + win32_nmres=`eval $NM -f posix -A \"$func_to_tool_file_result\" | + $SED -n -e ' + 1,100{ + / I /{ + s,.*,import, + p + q + } + }'` + case $win32_nmres in + import*) win32_libid_type="x86 archive import";; + *) win32_libid_type="x86 archive static";; + esac + fi + ;; + *DLL*) + win32_libid_type="x86 DLL" + ;; + *executable*) # but shell scripts are "executable" too... + case $win32_fileres in + *MS\ Windows\ PE\ Intel*) + win32_libid_type="x86 DLL" + ;; + esac + ;; + esac + $ECHO "$win32_libid_type" +} + +# func_cygming_dll_for_implib ARG +# +# Platform-specific function to extract the +# name of the DLL associated with the specified +# import library ARG. +# Invoked by eval'ing the libtool variable +# $sharedlib_from_linklib_cmd +# Result is available in the variable +# $sharedlib_from_linklib_result +func_cygming_dll_for_implib () +{ + $opt_debug + sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"` +} + +# func_cygming_dll_for_implib_fallback_core SECTION_NAME LIBNAMEs +# +# The is the core of a fallback implementation of a +# platform-specific function to extract the name of the +# DLL associated with the specified import library LIBNAME. +# +# SECTION_NAME is either .idata$6 or .idata$7, depending +# on the platform and compiler that created the implib. +# +# Echos the name of the DLL associated with the +# specified import library. +func_cygming_dll_for_implib_fallback_core () +{ + $opt_debug + match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"` + $OBJDUMP -s --section "$1" "$2" 2>/dev/null | + $SED '/^Contents of section '"$match_literal"':/{ + # Place marker at beginning of archive member dllname section + s/.*/====MARK====/ + p + d + } + # These lines can sometimes be longer than 43 characters, but + # are always uninteresting + /:[ ]*file format pe[i]\{,1\}-/d + /^In archive [^:]*:/d + # Ensure marker is printed + /^====MARK====/p + # Remove all lines with less than 43 characters + /^.\{43\}/!d + # From remaining lines, remove first 43 characters + s/^.\{43\}//' | + $SED -n ' + # Join marker and all lines until next marker into a single line + /^====MARK====/ b para + H + $ b para + b + :para + x + s/\n//g + # Remove the marker + s/^====MARK====// + # Remove trailing dots and whitespace + s/[\. \t]*$// + # Print + /./p' | + # we now have a list, one entry per line, of the stringified + # contents of the appropriate section of all members of the + # archive which possess that section. Heuristic: eliminate + # all those which have a first or second character that is + # a '.' (that is, objdump's representation of an unprintable + # character.) This should work for all archives with less than + # 0x302f exports -- but will fail for DLLs whose name actually + # begins with a literal '.' or a single character followed by + # a '.'. + # + # Of those that remain, print the first one. + $SED -e '/^\./d;/^.\./d;q' +} + +# func_cygming_gnu_implib_p ARG +# This predicate returns with zero status (TRUE) if +# ARG is a GNU/binutils-style import library. Returns +# with nonzero status (FALSE) otherwise. +func_cygming_gnu_implib_p () +{ + $opt_debug + func_to_tool_file "$1" func_convert_file_msys_to_w32 + func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'` + test -n "$func_cygming_gnu_implib_tmp" +} + +# func_cygming_ms_implib_p ARG +# This predicate returns with zero status (TRUE) if +# ARG is an MS-style import library. Returns +# with nonzero status (FALSE) otherwise. +func_cygming_ms_implib_p () +{ + $opt_debug + func_to_tool_file "$1" func_convert_file_msys_to_w32 + func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'` + test -n "$func_cygming_ms_implib_tmp" +} + +# func_cygming_dll_for_implib_fallback ARG +# Platform-specific function to extract the +# name of the DLL associated with the specified +# import library ARG. +# +# This fallback implementation is for use when $DLLTOOL +# does not support the --identify-strict option. +# Invoked by eval'ing the libtool variable +# $sharedlib_from_linklib_cmd +# Result is available in the variable +# $sharedlib_from_linklib_result +func_cygming_dll_for_implib_fallback () +{ + $opt_debug + if func_cygming_gnu_implib_p "$1" ; then + # binutils import library + sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"` + elif func_cygming_ms_implib_p "$1" ; then + # ms-generated import library + sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"` + else + # unknown + sharedlib_from_linklib_result="" + fi +} + + +# func_extract_an_archive dir oldlib +func_extract_an_archive () +{ + $opt_debug + f_ex_an_ar_dir="$1"; shift + f_ex_an_ar_oldlib="$1" + if test "$lock_old_archive_extraction" = yes; then + lockfile=$f_ex_an_ar_oldlib.lock + until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do + func_echo "Waiting for $lockfile to be removed" + sleep 2 + done + fi + func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" \ + 'stat=$?; rm -f "$lockfile"; exit $stat' + if test "$lock_old_archive_extraction" = yes; then + $opt_dry_run || rm -f "$lockfile" + fi + if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then + : + else + func_fatal_error "object name conflicts in archive: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib" + fi +} + + +# func_extract_archives gentop oldlib ... +func_extract_archives () +{ + $opt_debug + my_gentop="$1"; shift + my_oldlibs=${1+"$@"} + my_oldobjs="" + my_xlib="" + my_xabs="" + my_xdir="" + + for my_xlib in $my_oldlibs; do + # Extract the objects. + case $my_xlib in + [\\/]* | [A-Za-z]:[\\/]*) my_xabs="$my_xlib" ;; + *) my_xabs=`pwd`"/$my_xlib" ;; + esac + func_basename "$my_xlib" + my_xlib="$func_basename_result" + my_xlib_u=$my_xlib + while :; do + case " $extracted_archives " in + *" $my_xlib_u "*) + func_arith $extracted_serial + 1 + extracted_serial=$func_arith_result + my_xlib_u=lt$extracted_serial-$my_xlib ;; + *) break ;; + esac + done + extracted_archives="$extracted_archives $my_xlib_u" + my_xdir="$my_gentop/$my_xlib_u" + + func_mkdir_p "$my_xdir" + + case $host in + *-darwin*) + func_verbose "Extracting $my_xabs" + # Do not bother doing anything if just a dry run + $opt_dry_run || { + darwin_orig_dir=`pwd` + cd $my_xdir || exit $? + darwin_archive=$my_xabs + darwin_curdir=`pwd` + darwin_base_archive=`basename "$darwin_archive"` + darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true` + if test -n "$darwin_arches"; then + darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'` + darwin_arch= + func_verbose "$darwin_base_archive has multiple architectures $darwin_arches" + for darwin_arch in $darwin_arches ; do + func_mkdir_p "unfat-$$/${darwin_base_archive}-${darwin_arch}" + $LIPO -thin $darwin_arch -output "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" "${darwin_archive}" + cd "unfat-$$/${darwin_base_archive}-${darwin_arch}" + func_extract_an_archive "`pwd`" "${darwin_base_archive}" + cd "$darwin_curdir" + $RM "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" + done # $darwin_arches + ## Okay now we've a bunch of thin objects, gotta fatten them up :) + darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u` + darwin_file= + darwin_files= + for darwin_file in $darwin_filelist; do + darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP` + $LIPO -create -output "$darwin_file" $darwin_files + done # $darwin_filelist + $RM -rf unfat-$$ + cd "$darwin_orig_dir" + else + cd $darwin_orig_dir + func_extract_an_archive "$my_xdir" "$my_xabs" + fi # $darwin_arches + } # !$opt_dry_run + ;; + *) + func_extract_an_archive "$my_xdir" "$my_xabs" + ;; + esac + my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP` + done + + func_extract_archives_result="$my_oldobjs" +} + + +# func_emit_wrapper [arg=no] +# +# Emit a libtool wrapper script on stdout. +# Don't directly open a file because we may want to +# incorporate the script contents within a cygwin/mingw +# wrapper executable. Must ONLY be called from within +# func_mode_link because it depends on a number of variables +# set therein. +# +# ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR +# variable will take. If 'yes', then the emitted script +# will assume that the directory in which it is stored is +# the $objdir directory. This is a cygwin/mingw-specific +# behavior. +func_emit_wrapper () +{ + func_emit_wrapper_arg1=${1-no} + + $ECHO "\ +#! $SHELL + +# $output - temporary wrapper script for $objdir/$outputname +# Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION +# +# The $output program cannot be directly executed until all the libtool +# libraries that it depends on are installed. +# +# This wrapper script should never be moved out of the build directory. +# If it is, it will not operate correctly. + +# Sed substitution that helps us do robust quoting. It backslashifies +# metacharacters that are still active within double-quoted strings. +sed_quote_subst='$sed_quote_subst' + +# Be Bourne compatible +if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on \${1+\"\$@\"}, which + # is contrary to our usage. Disable this feature. + alias -g '\${1+\"\$@\"}'='\"\$@\"' + setopt NO_GLOB_SUBST +else + case \`(set -o) 2>/dev/null\` in *posix*) set -o posix;; esac +fi +BIN_SH=xpg4; export BIN_SH # for Tru64 +DUALCASE=1; export DUALCASE # for MKS sh + +# The HP-UX ksh and POSIX shell print the target directory to stdout +# if CDPATH is set. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + +relink_command=\"$relink_command\" + +# This environment variable determines our operation mode. +if test \"\$libtool_install_magic\" = \"$magic\"; then + # install mode needs the following variables: + generated_by_libtool_version='$macro_version' + notinst_deplibs='$notinst_deplibs' +else + # When we are sourced in execute mode, \$file and \$ECHO are already set. + if test \"\$libtool_execute_magic\" != \"$magic\"; then + file=\"\$0\"" + + qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"` + $ECHO "\ + +# A function that is used when there is no print builtin or printf. +func_fallback_echo () +{ + eval 'cat <<_LTECHO_EOF +\$1 +_LTECHO_EOF' +} + ECHO=\"$qECHO\" + fi + +# Very basic option parsing. These options are (a) specific to +# the libtool wrapper, (b) are identical between the wrapper +# /script/ and the wrapper /executable/ which is used only on +# windows platforms, and (c) all begin with the string "--lt-" +# (application programs are unlikely to have options which match +# this pattern). +# +# There are only two supported options: --lt-debug and +# --lt-dump-script. There is, deliberately, no --lt-help. +# +# The first argument to this parsing function should be the +# script's $0 value, followed by "$@". +lt_option_debug= +func_parse_lt_options () +{ + lt_script_arg0=\$0 + shift + for lt_opt + do + case \"\$lt_opt\" in + --lt-debug) lt_option_debug=1 ;; + --lt-dump-script) + lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\` + test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=. + lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\` + cat \"\$lt_dump_D/\$lt_dump_F\" + exit 0 + ;; + --lt-*) + \$ECHO \"Unrecognized --lt- option: '\$lt_opt'\" 1>&2 + exit 1 + ;; + esac + done + + # Print the debug banner immediately: + if test -n \"\$lt_option_debug\"; then + echo \"${outputname}:${output}:\${LINENO}: libtool wrapper (GNU $PACKAGE$TIMESTAMP) $VERSION\" 1>&2 + fi +} + +# Used when --lt-debug. Prints its arguments to stdout +# (redirection is the responsibility of the caller) +func_lt_dump_args () +{ + lt_dump_args_N=1; + for lt_arg + do + \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\" + lt_dump_args_N=\`expr \$lt_dump_args_N + 1\` + done +} + +# Core function for launching the target application +func_exec_program_core () +{ +" + case $host in + # Backslashes separate directories on plain windows + *-*-mingw | *-*-os2* | *-cegcc*) + $ECHO "\ + if test -n \"\$lt_option_debug\"; then + \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[0]: \$progdir\\\\\$program\" 1>&2 + func_lt_dump_args \${1+\"\$@\"} 1>&2 + fi + exec \"\$progdir\\\\\$program\" \${1+\"\$@\"} +" + ;; + + *) + $ECHO "\ + if test -n \"\$lt_option_debug\"; then + \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[0]: \$progdir/\$program\" 1>&2 + func_lt_dump_args \${1+\"\$@\"} 1>&2 + fi + exec \"\$progdir/\$program\" \${1+\"\$@\"} +" + ;; + esac + $ECHO "\ + \$ECHO \"\$0: cannot exec \$program \$*\" 1>&2 + exit 1 +} + +# A function to encapsulate launching the target application +# Strips options in the --lt-* namespace from \$@ and +# launches target application with the remaining arguments. +func_exec_program () +{ + case \" \$* \" in + *\\ --lt-*) + for lt_wr_arg + do + case \$lt_wr_arg in + --lt-*) ;; + *) set x \"\$@\" \"\$lt_wr_arg\"; shift;; + esac + shift + done ;; + esac + func_exec_program_core \${1+\"\$@\"} +} + + # Parse options + func_parse_lt_options \"\$0\" \${1+\"\$@\"} + + # Find the directory that this script lives in. + thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\` + test \"x\$thisdir\" = \"x\$file\" && thisdir=. + + # Follow symbolic links until we get to the real thisdir. + file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\` + while test -n \"\$file\"; do + destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\` + + # If there was a directory component, then change thisdir. + if test \"x\$destdir\" != \"x\$file\"; then + case \"\$destdir\" in + [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;; + *) thisdir=\"\$thisdir/\$destdir\" ;; + esac + fi + + file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\` + file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\` + done + + # Usually 'no', except on cygwin/mingw when embedded into + # the cwrapper. + WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=$func_emit_wrapper_arg1 + if test \"\$WRAPPER_SCRIPT_BELONGS_IN_OBJDIR\" = \"yes\"; then + # special case for '.' + if test \"\$thisdir\" = \".\"; then + thisdir=\`pwd\` + fi + # remove .libs from thisdir + case \"\$thisdir\" in + *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;; + $objdir ) thisdir=. ;; + esac + fi + + # Try to get the absolute directory name. + absdir=\`cd \"\$thisdir\" && pwd\` + test -n \"\$absdir\" && thisdir=\"\$absdir\" +" + + if test "$fast_install" = yes; then + $ECHO "\ + program=lt-'$outputname'$exeext + progdir=\"\$thisdir/$objdir\" + + if test ! -f \"\$progdir/\$program\" || + { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\ + test \"X\$file\" != \"X\$progdir/\$program\"; }; then + + file=\"\$\$-\$program\" + + if test ! -d \"\$progdir\"; then + $MKDIR \"\$progdir\" + else + $RM \"\$progdir/\$file\" + fi" + + $ECHO "\ + + # relink executable if necessary + if test -n \"\$relink_command\"; then + if relink_command_output=\`eval \$relink_command 2>&1\`; then : + else + $ECHO \"\$relink_command_output\" >&2 + $RM \"\$progdir/\$file\" + exit 1 + fi + fi + + $MV \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null || + { $RM \"\$progdir/\$program\"; + $MV \"\$progdir/\$file\" \"\$progdir/\$program\"; } + $RM \"\$progdir/\$file\" + fi" + else + $ECHO "\ + program='$outputname' + progdir=\"\$thisdir/$objdir\" +" + fi + + $ECHO "\ + + if test -f \"\$progdir/\$program\"; then" + + # fixup the dll searchpath if we need to. + # + # Fix the DLL searchpath if we need to. Do this before prepending + # to shlibpath, because on Windows, both are PATH and uninstalled + # libraries must come first. + if test -n "$dllsearchpath"; then + $ECHO "\ + # Add the dll search path components to the executable PATH + PATH=$dllsearchpath:\$PATH +" + fi + + # Export our shlibpath_var if we have one. + if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then + $ECHO "\ + # Add our own library path to $shlibpath_var + $shlibpath_var=\"$temp_rpath\$$shlibpath_var\" + + # Some systems cannot cope with colon-terminated $shlibpath_var + # The second colon is a workaround for a bug in BeOS R4 sed + $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\` + + export $shlibpath_var +" + fi + + $ECHO "\ + if test \"\$libtool_execute_magic\" != \"$magic\"; then + # Run the actual program with our arguments. + func_exec_program \${1+\"\$@\"} + fi + else + # The program doesn't exist. + \$ECHO \"\$0: error: \\\`\$progdir/\$program' does not exist\" 1>&2 + \$ECHO \"This script is just a wrapper for \$program.\" 1>&2 + \$ECHO \"See the $PACKAGE documentation for more information.\" 1>&2 + exit 1 + fi +fi\ +" +} + + +# func_emit_cwrapperexe_src +# emit the source code for a wrapper executable on stdout +# Must ONLY be called from within func_mode_link because +# it depends on a number of variable set therein. +func_emit_cwrapperexe_src () +{ + cat < +#include +#ifdef _MSC_VER +# include +# include +# include +#else +# include +# include +# ifdef __CYGWIN__ +# include +# endif +#endif +#include +#include +#include +#include +#include +#include +#include +#include + +/* declarations of non-ANSI functions */ +#if defined(__MINGW32__) +# ifdef __STRICT_ANSI__ +int _putenv (const char *); +# endif +#elif defined(__CYGWIN__) +# ifdef __STRICT_ANSI__ +char *realpath (const char *, char *); +int putenv (char *); +int setenv (const char *, const char *, int); +# endif +/* #elif defined (other platforms) ... */ +#endif + +/* portability defines, excluding path handling macros */ +#if defined(_MSC_VER) +# define setmode _setmode +# define stat _stat +# define chmod _chmod +# define getcwd _getcwd +# define putenv _putenv +# define S_IXUSR _S_IEXEC +# ifndef _INTPTR_T_DEFINED +# define _INTPTR_T_DEFINED +# define intptr_t int +# endif +#elif defined(__MINGW32__) +# define setmode _setmode +# define stat _stat +# define chmod _chmod +# define getcwd _getcwd +# define putenv _putenv +#elif defined(__CYGWIN__) +# define HAVE_SETENV +# define FOPEN_WB "wb" +/* #elif defined (other platforms) ... */ +#endif + +#if defined(PATH_MAX) +# define LT_PATHMAX PATH_MAX +#elif defined(MAXPATHLEN) +# define LT_PATHMAX MAXPATHLEN +#else +# define LT_PATHMAX 1024 +#endif + +#ifndef S_IXOTH +# define S_IXOTH 0 +#endif +#ifndef S_IXGRP +# define S_IXGRP 0 +#endif + +/* path handling portability macros */ +#ifndef DIR_SEPARATOR +# define DIR_SEPARATOR '/' +# define PATH_SEPARATOR ':' +#endif + +#if defined (_WIN32) || defined (__MSDOS__) || defined (__DJGPP__) || \ + defined (__OS2__) +# define HAVE_DOS_BASED_FILE_SYSTEM +# define FOPEN_WB "wb" +# ifndef DIR_SEPARATOR_2 +# define DIR_SEPARATOR_2 '\\' +# endif +# ifndef PATH_SEPARATOR_2 +# define PATH_SEPARATOR_2 ';' +# endif +#endif + +#ifndef DIR_SEPARATOR_2 +# define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) +#else /* DIR_SEPARATOR_2 */ +# define IS_DIR_SEPARATOR(ch) \ + (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2)) +#endif /* DIR_SEPARATOR_2 */ + +#ifndef PATH_SEPARATOR_2 +# define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR) +#else /* PATH_SEPARATOR_2 */ +# define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2) +#endif /* PATH_SEPARATOR_2 */ + +#ifndef FOPEN_WB +# define FOPEN_WB "w" +#endif +#ifndef _O_BINARY +# define _O_BINARY 0 +#endif + +#define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type))) +#define XFREE(stale) do { \ + if (stale) { free ((void *) stale); stale = 0; } \ +} while (0) + +#if defined(LT_DEBUGWRAPPER) +static int lt_debug = 1; +#else +static int lt_debug = 0; +#endif + +const char *program_name = "libtool-wrapper"; /* in case xstrdup fails */ + +void *xmalloc (size_t num); +char *xstrdup (const char *string); +const char *base_name (const char *name); +char *find_executable (const char *wrapper); +char *chase_symlinks (const char *pathspec); +int make_executable (const char *path); +int check_executable (const char *path); +char *strendzap (char *str, const char *pat); +void lt_debugprintf (const char *file, int line, const char *fmt, ...); +void lt_fatal (const char *file, int line, const char *message, ...); +static const char *nonnull (const char *s); +static const char *nonempty (const char *s); +void lt_setenv (const char *name, const char *value); +char *lt_extend_str (const char *orig_value, const char *add, int to_end); +void lt_update_exe_path (const char *name, const char *value); +void lt_update_lib_path (const char *name, const char *value); +char **prepare_spawn (char **argv); +void lt_dump_script (FILE *f); +EOF + + cat <= 0) + && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH))) + return 1; + else + return 0; +} + +int +make_executable (const char *path) +{ + int rval = 0; + struct stat st; + + lt_debugprintf (__FILE__, __LINE__, "(make_executable): %s\n", + nonempty (path)); + if ((!path) || (!*path)) + return 0; + + if (stat (path, &st) >= 0) + { + rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR); + } + return rval; +} + +/* Searches for the full path of the wrapper. Returns + newly allocated full path name if found, NULL otherwise + Does not chase symlinks, even on platforms that support them. +*/ +char * +find_executable (const char *wrapper) +{ + int has_slash = 0; + const char *p; + const char *p_next; + /* static buffer for getcwd */ + char tmp[LT_PATHMAX + 1]; + int tmp_len; + char *concat_name; + + lt_debugprintf (__FILE__, __LINE__, "(find_executable): %s\n", + nonempty (wrapper)); + + if ((wrapper == NULL) || (*wrapper == '\0')) + return NULL; + + /* Absolute path? */ +#if defined (HAVE_DOS_BASED_FILE_SYSTEM) + if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':') + { + concat_name = xstrdup (wrapper); + if (check_executable (concat_name)) + return concat_name; + XFREE (concat_name); + } + else + { +#endif + if (IS_DIR_SEPARATOR (wrapper[0])) + { + concat_name = xstrdup (wrapper); + if (check_executable (concat_name)) + return concat_name; + XFREE (concat_name); + } +#if defined (HAVE_DOS_BASED_FILE_SYSTEM) + } +#endif + + for (p = wrapper; *p; p++) + if (*p == '/') + { + has_slash = 1; + break; + } + if (!has_slash) + { + /* no slashes; search PATH */ + const char *path = getenv ("PATH"); + if (path != NULL) + { + for (p = path; *p; p = p_next) + { + const char *q; + size_t p_len; + for (q = p; *q; q++) + if (IS_PATH_SEPARATOR (*q)) + break; + p_len = q - p; + p_next = (*q == '\0' ? q : q + 1); + if (p_len == 0) + { + /* empty path: current directory */ + if (getcwd (tmp, LT_PATHMAX) == NULL) + lt_fatal (__FILE__, __LINE__, "getcwd failed: %s", + nonnull (strerror (errno))); + tmp_len = strlen (tmp); + concat_name = + XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); + memcpy (concat_name, tmp, tmp_len); + concat_name[tmp_len] = '/'; + strcpy (concat_name + tmp_len + 1, wrapper); + } + else + { + concat_name = + XMALLOC (char, p_len + 1 + strlen (wrapper) + 1); + memcpy (concat_name, p, p_len); + concat_name[p_len] = '/'; + strcpy (concat_name + p_len + 1, wrapper); + } + if (check_executable (concat_name)) + return concat_name; + XFREE (concat_name); + } + } + /* not found in PATH; assume curdir */ + } + /* Relative path | not found in path: prepend cwd */ + if (getcwd (tmp, LT_PATHMAX) == NULL) + lt_fatal (__FILE__, __LINE__, "getcwd failed: %s", + nonnull (strerror (errno))); + tmp_len = strlen (tmp); + concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); + memcpy (concat_name, tmp, tmp_len); + concat_name[tmp_len] = '/'; + strcpy (concat_name + tmp_len + 1, wrapper); + + if (check_executable (concat_name)) + return concat_name; + XFREE (concat_name); + return NULL; +} + +char * +chase_symlinks (const char *pathspec) +{ +#ifndef S_ISLNK + return xstrdup (pathspec); +#else + char buf[LT_PATHMAX]; + struct stat s; + char *tmp_pathspec = xstrdup (pathspec); + char *p; + int has_symlinks = 0; + while (strlen (tmp_pathspec) && !has_symlinks) + { + lt_debugprintf (__FILE__, __LINE__, + "checking path component for symlinks: %s\n", + tmp_pathspec); + if (lstat (tmp_pathspec, &s) == 0) + { + if (S_ISLNK (s.st_mode) != 0) + { + has_symlinks = 1; + break; + } + + /* search backwards for last DIR_SEPARATOR */ + p = tmp_pathspec + strlen (tmp_pathspec) - 1; + while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p))) + p--; + if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p))) + { + /* no more DIR_SEPARATORS left */ + break; + } + *p = '\0'; + } + else + { + lt_fatal (__FILE__, __LINE__, + "error accessing file \"%s\": %s", + tmp_pathspec, nonnull (strerror (errno))); + } + } + XFREE (tmp_pathspec); + + if (!has_symlinks) + { + return xstrdup (pathspec); + } + + tmp_pathspec = realpath (pathspec, buf); + if (tmp_pathspec == 0) + { + lt_fatal (__FILE__, __LINE__, + "could not follow symlinks for %s", pathspec); + } + return xstrdup (tmp_pathspec); +#endif +} + +char * +strendzap (char *str, const char *pat) +{ + size_t len, patlen; + + assert (str != NULL); + assert (pat != NULL); + + len = strlen (str); + patlen = strlen (pat); + + if (patlen <= len) + { + str += len - patlen; + if (strcmp (str, pat) == 0) + *str = '\0'; + } + return str; +} + +void +lt_debugprintf (const char *file, int line, const char *fmt, ...) +{ + va_list args; + if (lt_debug) + { + (void) fprintf (stderr, "%s:%s:%d: ", program_name, file, line); + va_start (args, fmt); + (void) vfprintf (stderr, fmt, args); + va_end (args); + } +} + +static void +lt_error_core (int exit_status, const char *file, + int line, const char *mode, + const char *message, va_list ap) +{ + fprintf (stderr, "%s:%s:%d: %s: ", program_name, file, line, mode); + vfprintf (stderr, message, ap); + fprintf (stderr, ".\n"); + + if (exit_status >= 0) + exit (exit_status); +} + +void +lt_fatal (const char *file, int line, const char *message, ...) +{ + va_list ap; + va_start (ap, message); + lt_error_core (EXIT_FAILURE, file, line, "FATAL", message, ap); + va_end (ap); +} + +static const char * +nonnull (const char *s) +{ + return s ? s : "(null)"; +} + +static const char * +nonempty (const char *s) +{ + return (s && !*s) ? "(empty)" : nonnull (s); +} + +void +lt_setenv (const char *name, const char *value) +{ + lt_debugprintf (__FILE__, __LINE__, + "(lt_setenv) setting '%s' to '%s'\n", + nonnull (name), nonnull (value)); + { +#ifdef HAVE_SETENV + /* always make a copy, for consistency with !HAVE_SETENV */ + char *str = xstrdup (value); + setenv (name, str, 1); +#else + int len = strlen (name) + 1 + strlen (value) + 1; + char *str = XMALLOC (char, len); + sprintf (str, "%s=%s", name, value); + if (putenv (str) != EXIT_SUCCESS) + { + XFREE (str); + } +#endif + } +} + +char * +lt_extend_str (const char *orig_value, const char *add, int to_end) +{ + char *new_value; + if (orig_value && *orig_value) + { + int orig_value_len = strlen (orig_value); + int add_len = strlen (add); + new_value = XMALLOC (char, add_len + orig_value_len + 1); + if (to_end) + { + strcpy (new_value, orig_value); + strcpy (new_value + orig_value_len, add); + } + else + { + strcpy (new_value, add); + strcpy (new_value + add_len, orig_value); + } + } + else + { + new_value = xstrdup (add); + } + return new_value; +} + +void +lt_update_exe_path (const char *name, const char *value) +{ + lt_debugprintf (__FILE__, __LINE__, + "(lt_update_exe_path) modifying '%s' by prepending '%s'\n", + nonnull (name), nonnull (value)); + + if (name && *name && value && *value) + { + char *new_value = lt_extend_str (getenv (name), value, 0); + /* some systems can't cope with a ':'-terminated path #' */ + int len = strlen (new_value); + while (((len = strlen (new_value)) > 0) && IS_PATH_SEPARATOR (new_value[len-1])) + { + new_value[len-1] = '\0'; + } + lt_setenv (name, new_value); + XFREE (new_value); + } +} + +void +lt_update_lib_path (const char *name, const char *value) +{ + lt_debugprintf (__FILE__, __LINE__, + "(lt_update_lib_path) modifying '%s' by prepending '%s'\n", + nonnull (name), nonnull (value)); + + if (name && *name && value && *value) + { + char *new_value = lt_extend_str (getenv (name), value, 0); + lt_setenv (name, new_value); + XFREE (new_value); + } +} + +EOF + case $host_os in + mingw*) + cat <<"EOF" + +/* Prepares an argument vector before calling spawn(). + Note that spawn() does not by itself call the command interpreter + (getenv ("COMSPEC") != NULL ? getenv ("COMSPEC") : + ({ OSVERSIONINFO v; v.dwOSVersionInfoSize = sizeof(OSVERSIONINFO); + GetVersionEx(&v); + v.dwPlatformId == VER_PLATFORM_WIN32_NT; + }) ? "cmd.exe" : "command.com"). + Instead it simply concatenates the arguments, separated by ' ', and calls + CreateProcess(). We must quote the arguments since Win32 CreateProcess() + interprets characters like ' ', '\t', '\\', '"' (but not '<' and '>') in a + special way: + - Space and tab are interpreted as delimiters. They are not treated as + delimiters if they are surrounded by double quotes: "...". + - Unescaped double quotes are removed from the input. Their only effect is + that within double quotes, space and tab are treated like normal + characters. + - Backslashes not followed by double quotes are not special. + - But 2*n+1 backslashes followed by a double quote become + n backslashes followed by a double quote (n >= 0): + \" -> " + \\\" -> \" + \\\\\" -> \\" + */ +#define SHELL_SPECIAL_CHARS "\"\\ \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037" +#define SHELL_SPACE_CHARS " \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037" +char ** +prepare_spawn (char **argv) +{ + size_t argc; + char **new_argv; + size_t i; + + /* Count number of arguments. */ + for (argc = 0; argv[argc] != NULL; argc++) + ; + + /* Allocate new argument vector. */ + new_argv = XMALLOC (char *, argc + 1); + + /* Put quoted arguments into the new argument vector. */ + for (i = 0; i < argc; i++) + { + const char *string = argv[i]; + + if (string[0] == '\0') + new_argv[i] = xstrdup ("\"\""); + else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL) + { + int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL); + size_t length; + unsigned int backslashes; + const char *s; + char *quoted_string; + char *p; + + length = 0; + backslashes = 0; + if (quote_around) + length++; + for (s = string; *s != '\0'; s++) + { + char c = *s; + if (c == '"') + length += backslashes + 1; + length++; + if (c == '\\') + backslashes++; + else + backslashes = 0; + } + if (quote_around) + length += backslashes + 1; + + quoted_string = XMALLOC (char, length + 1); + + p = quoted_string; + backslashes = 0; + if (quote_around) + *p++ = '"'; + for (s = string; *s != '\0'; s++) + { + char c = *s; + if (c == '"') + { + unsigned int j; + for (j = backslashes + 1; j > 0; j--) + *p++ = '\\'; + } + *p++ = c; + if (c == '\\') + backslashes++; + else + backslashes = 0; + } + if (quote_around) + { + unsigned int j; + for (j = backslashes; j > 0; j--) + *p++ = '\\'; + *p++ = '"'; + } + *p = '\0'; + + new_argv[i] = quoted_string; + } + else + new_argv[i] = (char *) string; + } + new_argv[argc] = NULL; + + return new_argv; +} +EOF + ;; + esac + + cat <<"EOF" +void lt_dump_script (FILE* f) +{ +EOF + func_emit_wrapper yes | + $SED -n -e ' +s/^\(.\{79\}\)\(..*\)/\1\ +\2/ +h +s/\([\\"]\)/\\\1/g +s/$/\\n/ +s/\([^\n]*\).*/ fputs ("\1", f);/p +g +D' + cat <<"EOF" +} +EOF +} +# end: func_emit_cwrapperexe_src + +# func_win32_import_lib_p ARG +# True if ARG is an import lib, as indicated by $file_magic_cmd +func_win32_import_lib_p () +{ + $opt_debug + case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in + *import*) : ;; + *) false ;; + esac +} + +# func_mode_link arg... +func_mode_link () +{ + $opt_debug + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) + # It is impossible to link a dll without this setting, and + # we shouldn't force the makefile maintainer to figure out + # which system we are compiling for in order to pass an extra + # flag for every libtool invocation. + # allow_undefined=no + + # FIXME: Unfortunately, there are problems with the above when trying + # to make a dll which has undefined symbols, in which case not + # even a static library is built. For now, we need to specify + # -no-undefined on the libtool link line when we can be certain + # that all symbols are satisfied, otherwise we get a static library. + allow_undefined=yes + ;; + *) + allow_undefined=yes + ;; + esac + libtool_args=$nonopt + base_compile="$nonopt $@" + compile_command=$nonopt + finalize_command=$nonopt + + compile_rpath= + finalize_rpath= + compile_shlibpath= + finalize_shlibpath= + convenience= + old_convenience= + deplibs= + old_deplibs= + compiler_flags= + linker_flags= + dllsearchpath= + lib_search_path=`pwd` + inst_prefix_dir= + new_inherited_linker_flags= + + avoid_version=no + bindir= + dlfiles= + dlprefiles= + dlself=no + export_dynamic=no + export_symbols= + export_symbols_regex= + generated= + libobjs= + ltlibs= + module=no + no_install=no + objs= + non_pic_objects= + precious_files_regex= + prefer_static_libs=no + preload=no + prev= + prevarg= + release= + rpath= + xrpath= + perm_rpath= + temp_rpath= + thread_safe=no + vinfo= + vinfo_number=no + weak_libs= + single_module="${wl}-single_module" + func_infer_tag $base_compile + + # We need to know -static, to get the right output filenames. + for arg + do + case $arg in + -shared) + test "$build_libtool_libs" != yes && \ + func_fatal_configuration "can not build a shared library" + build_old_libs=no + break + ;; + -all-static | -static | -static-libtool-libs) + case $arg in + -all-static) + if test "$build_libtool_libs" = yes && test -z "$link_static_flag"; then + func_warning "complete static linking is impossible in this configuration" + fi + if test -n "$link_static_flag"; then + dlopen_self=$dlopen_self_static + fi + prefer_static_libs=yes + ;; + -static) + if test -z "$pic_flag" && test -n "$link_static_flag"; then + dlopen_self=$dlopen_self_static + fi + prefer_static_libs=built + ;; + -static-libtool-libs) + if test -z "$pic_flag" && test -n "$link_static_flag"; then + dlopen_self=$dlopen_self_static + fi + prefer_static_libs=yes + ;; + esac + build_libtool_libs=no + build_old_libs=yes + break + ;; + esac + done + + # See if our shared archives depend on static archives. + test -n "$old_archive_from_new_cmds" && build_old_libs=yes + + # Go through the arguments, transforming them on the way. + while test "$#" -gt 0; do + arg="$1" + shift + func_quote_for_eval "$arg" + qarg=$func_quote_for_eval_unquoted_result + func_append libtool_args " $func_quote_for_eval_result" + + # If the previous option needs an argument, assign it. + if test -n "$prev"; then + case $prev in + output) + func_append compile_command " @OUTPUT@" + func_append finalize_command " @OUTPUT@" + ;; + esac + + case $prev in + bindir) + bindir="$arg" + prev= + continue + ;; + dlfiles|dlprefiles) + if test "$preload" = no; then + # Add the symbol object into the linking commands. + func_append compile_command " @SYMFILE@" + func_append finalize_command " @SYMFILE@" + preload=yes + fi + case $arg in + *.la | *.lo) ;; # We handle these cases below. + force) + if test "$dlself" = no; then + dlself=needless + export_dynamic=yes + fi + prev= + continue + ;; + self) + if test "$prev" = dlprefiles; then + dlself=yes + elif test "$prev" = dlfiles && test "$dlopen_self" != yes; then + dlself=yes + else + dlself=needless + export_dynamic=yes + fi + prev= + continue + ;; + *) + if test "$prev" = dlfiles; then + func_append dlfiles " $arg" + else + func_append dlprefiles " $arg" + fi + prev= + continue + ;; + esac + ;; + expsyms) + export_symbols="$arg" + test -f "$arg" \ + || func_fatal_error "symbol file \`$arg' does not exist" + prev= + continue + ;; + expsyms_regex) + export_symbols_regex="$arg" + prev= + continue + ;; + framework) + case $host in + *-*-darwin*) + case "$deplibs " in + *" $qarg.ltframework "*) ;; + *) func_append deplibs " $qarg.ltframework" # this is fixed later + ;; + esac + ;; + esac + prev= + continue + ;; + inst_prefix) + inst_prefix_dir="$arg" + prev= + continue + ;; + objectlist) + if test -f "$arg"; then + save_arg=$arg + moreargs= + for fil in `cat "$save_arg"` + do +# func_append moreargs " $fil" + arg=$fil + # A libtool-controlled object. + + # Check to see that this really is a libtool object. + if func_lalib_unsafe_p "$arg"; then + pic_object= + non_pic_object= + + # Read the .lo file + func_source "$arg" + + if test -z "$pic_object" || + test -z "$non_pic_object" || + test "$pic_object" = none && + test "$non_pic_object" = none; then + func_fatal_error "cannot find name of object for \`$arg'" + fi + + # Extract subdirectory from the argument. + func_dirname "$arg" "/" "" + xdir="$func_dirname_result" + + if test "$pic_object" != none; then + # Prepend the subdirectory the object is found in. + pic_object="$xdir$pic_object" + + if test "$prev" = dlfiles; then + if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then + func_append dlfiles " $pic_object" + prev= + continue + else + # If libtool objects are unsupported, then we need to preload. + prev=dlprefiles + fi + fi + + # CHECK ME: I think I busted this. -Ossama + if test "$prev" = dlprefiles; then + # Preload the old-style object. + func_append dlprefiles " $pic_object" + prev= + fi + + # A PIC object. + func_append libobjs " $pic_object" + arg="$pic_object" + fi + + # Non-PIC object. + if test "$non_pic_object" != none; then + # Prepend the subdirectory the object is found in. + non_pic_object="$xdir$non_pic_object" + + # A standard non-PIC object + func_append non_pic_objects " $non_pic_object" + if test -z "$pic_object" || test "$pic_object" = none ; then + arg="$non_pic_object" + fi + else + # If the PIC object exists, use it instead. + # $xdir was prepended to $pic_object above. + non_pic_object="$pic_object" + func_append non_pic_objects " $non_pic_object" + fi + else + # Only an error if not doing a dry-run. + if $opt_dry_run; then + # Extract subdirectory from the argument. + func_dirname "$arg" "/" "" + xdir="$func_dirname_result" + + func_lo2o "$arg" + pic_object=$xdir$objdir/$func_lo2o_result + non_pic_object=$xdir$func_lo2o_result + func_append libobjs " $pic_object" + func_append non_pic_objects " $non_pic_object" + else + func_fatal_error "\`$arg' is not a valid libtool object" + fi + fi + done + else + func_fatal_error "link input file \`$arg' does not exist" + fi + arg=$save_arg + prev= + continue + ;; + precious_regex) + precious_files_regex="$arg" + prev= + continue + ;; + release) + release="-$arg" + prev= + continue + ;; + rpath | xrpath) + # We need an absolute path. + case $arg in + [\\/]* | [A-Za-z]:[\\/]*) ;; + *) + func_fatal_error "only absolute run-paths are allowed" + ;; + esac + if test "$prev" = rpath; then + case "$rpath " in + *" $arg "*) ;; + *) func_append rpath " $arg" ;; + esac + else + case "$xrpath " in + *" $arg "*) ;; + *) func_append xrpath " $arg" ;; + esac + fi + prev= + continue + ;; + shrext) + shrext_cmds="$arg" + prev= + continue + ;; + weak) + func_append weak_libs " $arg" + prev= + continue + ;; + xcclinker) + func_append linker_flags " $qarg" + func_append compiler_flags " $qarg" + prev= + func_append compile_command " $qarg" + func_append finalize_command " $qarg" + continue + ;; + xcompiler) + func_append compiler_flags " $qarg" + prev= + func_append compile_command " $qarg" + func_append finalize_command " $qarg" + continue + ;; + xlinker) + func_append linker_flags " $qarg" + func_append compiler_flags " $wl$qarg" + prev= + func_append compile_command " $wl$qarg" + func_append finalize_command " $wl$qarg" + continue + ;; + *) + eval "$prev=\"\$arg\"" + prev= + continue + ;; + esac + fi # test -n "$prev" + + prevarg="$arg" + + case $arg in + -all-static) + if test -n "$link_static_flag"; then + # See comment for -static flag below, for more details. + func_append compile_command " $link_static_flag" + func_append finalize_command " $link_static_flag" + fi + continue + ;; + + -allow-undefined) + # FIXME: remove this flag sometime in the future. + func_fatal_error "\`-allow-undefined' must not be used because it is the default" + ;; + + -avoid-version) + avoid_version=yes + continue + ;; + + -bindir) + prev=bindir + continue + ;; + + -dlopen) + prev=dlfiles + continue + ;; + + -dlpreopen) + prev=dlprefiles + continue + ;; + + -export-dynamic) + export_dynamic=yes + continue + ;; + + -export-symbols | -export-symbols-regex) + if test -n "$export_symbols" || test -n "$export_symbols_regex"; then + func_fatal_error "more than one -exported-symbols argument is not allowed" + fi + if test "X$arg" = "X-export-symbols"; then + prev=expsyms + else + prev=expsyms_regex + fi + continue + ;; + + -framework) + prev=framework + continue + ;; + + -inst-prefix-dir) + prev=inst_prefix + continue + ;; + + # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:* + # so, if we see these flags be careful not to treat them like -L + -L[A-Z][A-Z]*:*) + case $with_gcc/$host in + no/*-*-irix* | /*-*-irix*) + func_append compile_command " $arg" + func_append finalize_command " $arg" + ;; + esac + continue + ;; + + -L*) + func_stripname "-L" '' "$arg" + if test -z "$func_stripname_result"; then + if test "$#" -gt 0; then + func_fatal_error "require no space between \`-L' and \`$1'" + else + func_fatal_error "need path for \`-L' option" + fi + fi + func_resolve_sysroot "$func_stripname_result" + dir=$func_resolve_sysroot_result + # We need an absolute path. + case $dir in + [\\/]* | [A-Za-z]:[\\/]*) ;; + *) + absdir=`cd "$dir" && pwd` + test -z "$absdir" && \ + func_fatal_error "cannot determine absolute directory name of \`$dir'" + dir="$absdir" + ;; + esac + case "$deplibs " in + *" -L$dir "* | *" $arg "*) + # Will only happen for absolute or sysroot arguments + ;; + *) + # Preserve sysroot, but never include relative directories + case $dir in + [\\/]* | [A-Za-z]:[\\/]* | =*) func_append deplibs " $arg" ;; + *) func_append deplibs " -L$dir" ;; + esac + func_append lib_search_path " $dir" + ;; + esac + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) + testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'` + case :$dllsearchpath: in + *":$dir:"*) ;; + ::) dllsearchpath=$dir;; + *) func_append dllsearchpath ":$dir";; + esac + case :$dllsearchpath: in + *":$testbindir:"*) ;; + ::) dllsearchpath=$testbindir;; + *) func_append dllsearchpath ":$testbindir";; + esac + ;; + esac + continue + ;; + + -l*) + if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc* | *-*-haiku*) + # These systems don't actually have a C or math library (as such) + continue + ;; + *-*-os2*) + # These systems don't actually have a C library (as such) + test "X$arg" = "X-lc" && continue + ;; + *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) + # Do not include libc due to us having libc/libc_r. + test "X$arg" = "X-lc" && continue + ;; + *-*-rhapsody* | *-*-darwin1.[012]) + # Rhapsody C and math libraries are in the System framework + func_append deplibs " System.ltframework" + continue + ;; + *-*-sco3.2v5* | *-*-sco5v6*) + # Causes problems with __ctype + test "X$arg" = "X-lc" && continue + ;; + *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) + # Compiler inserts libc in the correct place for threads to work + test "X$arg" = "X-lc" && continue + ;; + esac + elif test "X$arg" = "X-lc_r"; then + case $host in + *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) + # Do not include libc_r directly, use -pthread flag. + continue + ;; + esac + fi + func_append deplibs " $arg" + continue + ;; + + -module) + module=yes + continue + ;; + + # Tru64 UNIX uses -model [arg] to determine the layout of C++ + # classes, name mangling, and exception handling. + # Darwin uses the -arch flag to determine output architecture. + -model|-arch|-isysroot|--sysroot) + func_append compiler_flags " $arg" + func_append compile_command " $arg" + func_append finalize_command " $arg" + prev=xcompiler + continue + ;; + + -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ + |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) + func_append compiler_flags " $arg" + func_append compile_command " $arg" + func_append finalize_command " $arg" + case "$new_inherited_linker_flags " in + *" $arg "*) ;; + * ) func_append new_inherited_linker_flags " $arg" ;; + esac + continue + ;; + + -multi_module) + single_module="${wl}-multi_module" + continue + ;; + + -no-fast-install) + fast_install=no + continue + ;; + + -no-install) + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*) + # The PATH hackery in wrapper scripts is required on Windows + # and Darwin in order for the loader to find any dlls it needs. + func_warning "\`-no-install' is ignored for $host" + func_warning "assuming \`-no-fast-install' instead" + fast_install=no + ;; + *) no_install=yes ;; + esac + continue + ;; + + -no-undefined) + allow_undefined=no + continue + ;; + + -objectlist) + prev=objectlist + continue + ;; + + -o) prev=output ;; + + -precious-files-regex) + prev=precious_regex + continue + ;; + + -release) + prev=release + continue + ;; + + -rpath) + prev=rpath + continue + ;; + + -R) + prev=xrpath + continue + ;; + + -R*) + func_stripname '-R' '' "$arg" + dir=$func_stripname_result + # We need an absolute path. + case $dir in + [\\/]* | [A-Za-z]:[\\/]*) ;; + =*) + func_stripname '=' '' "$dir" + dir=$lt_sysroot$func_stripname_result + ;; + *) + func_fatal_error "only absolute run-paths are allowed" + ;; + esac + case "$xrpath " in + *" $dir "*) ;; + *) func_append xrpath " $dir" ;; + esac + continue + ;; + + -shared) + # The effects of -shared are defined in a previous loop. + continue + ;; + + -shrext) + prev=shrext + continue + ;; + + -static | -static-libtool-libs) + # The effects of -static are defined in a previous loop. + # We used to do the same as -all-static on platforms that + # didn't have a PIC flag, but the assumption that the effects + # would be equivalent was wrong. It would break on at least + # Digital Unix and AIX. + continue + ;; + + -thread-safe) + thread_safe=yes + continue + ;; + + -version-info) + prev=vinfo + continue + ;; + + -version-number) + prev=vinfo + vinfo_number=yes + continue + ;; + + -weak) + prev=weak + continue + ;; + + -Wc,*) + func_stripname '-Wc,' '' "$arg" + args=$func_stripname_result + arg= + save_ifs="$IFS"; IFS=',' + for flag in $args; do + IFS="$save_ifs" + func_quote_for_eval "$flag" + func_append arg " $func_quote_for_eval_result" + func_append compiler_flags " $func_quote_for_eval_result" + done + IFS="$save_ifs" + func_stripname ' ' '' "$arg" + arg=$func_stripname_result + ;; + + -Wl,*) + func_stripname '-Wl,' '' "$arg" + args=$func_stripname_result + arg= + save_ifs="$IFS"; IFS=',' + for flag in $args; do + IFS="$save_ifs" + func_quote_for_eval "$flag" + func_append arg " $wl$func_quote_for_eval_result" + func_append compiler_flags " $wl$func_quote_for_eval_result" + func_append linker_flags " $func_quote_for_eval_result" + done + IFS="$save_ifs" + func_stripname ' ' '' "$arg" + arg=$func_stripname_result + ;; + + -Xcompiler) + prev=xcompiler + continue + ;; + + -Xlinker) + prev=xlinker + continue + ;; + + -XCClinker) + prev=xcclinker + continue + ;; + + # -msg_* for osf cc + -msg_*) + func_quote_for_eval "$arg" + arg="$func_quote_for_eval_result" + ;; + + # Flags to be passed through unchanged, with rationale: + # -64, -mips[0-9] enable 64-bit mode for the SGI compiler + # -r[0-9][0-9]* specify processor for the SGI compiler + # -xarch=*, -xtarget=* enable 64-bit mode for the Sun compiler + # +DA*, +DD* enable 64-bit mode for the HP compiler + # -q* compiler args for the IBM compiler + # -m*, -t[45]*, -txscale* architecture-specific flags for GCC + # -F/path path to uninstalled frameworks, gcc on darwin + # -p, -pg, --coverage, -fprofile-* profiling flags for GCC + # @file GCC response files + # -tp=* Portland pgcc target processor selection + # --sysroot=* for sysroot support + # -O*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization + -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ + -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \ + -O*|-flto*|-fwhopr*|-fuse-linker-plugin) + func_quote_for_eval "$arg" + arg="$func_quote_for_eval_result" + func_append compile_command " $arg" + func_append finalize_command " $arg" + func_append compiler_flags " $arg" + continue + ;; + + # Some other compiler flag. + -* | +*) + func_quote_for_eval "$arg" + arg="$func_quote_for_eval_result" + ;; + + *.$objext) + # A standard object. + func_append objs " $arg" + ;; + + *.lo) + # A libtool-controlled object. + + # Check to see that this really is a libtool object. + if func_lalib_unsafe_p "$arg"; then + pic_object= + non_pic_object= + + # Read the .lo file + func_source "$arg" + + if test -z "$pic_object" || + test -z "$non_pic_object" || + test "$pic_object" = none && + test "$non_pic_object" = none; then + func_fatal_error "cannot find name of object for \`$arg'" + fi + + # Extract subdirectory from the argument. + func_dirname "$arg" "/" "" + xdir="$func_dirname_result" + + if test "$pic_object" != none; then + # Prepend the subdirectory the object is found in. + pic_object="$xdir$pic_object" + + if test "$prev" = dlfiles; then + if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then + func_append dlfiles " $pic_object" + prev= + continue + else + # If libtool objects are unsupported, then we need to preload. + prev=dlprefiles + fi + fi + + # CHECK ME: I think I busted this. -Ossama + if test "$prev" = dlprefiles; then + # Preload the old-style object. + func_append dlprefiles " $pic_object" + prev= + fi + + # A PIC object. + func_append libobjs " $pic_object" + arg="$pic_object" + fi + + # Non-PIC object. + if test "$non_pic_object" != none; then + # Prepend the subdirectory the object is found in. + non_pic_object="$xdir$non_pic_object" + + # A standard non-PIC object + func_append non_pic_objects " $non_pic_object" + if test -z "$pic_object" || test "$pic_object" = none ; then + arg="$non_pic_object" + fi + else + # If the PIC object exists, use it instead. + # $xdir was prepended to $pic_object above. + non_pic_object="$pic_object" + func_append non_pic_objects " $non_pic_object" + fi + else + # Only an error if not doing a dry-run. + if $opt_dry_run; then + # Extract subdirectory from the argument. + func_dirname "$arg" "/" "" + xdir="$func_dirname_result" + + func_lo2o "$arg" + pic_object=$xdir$objdir/$func_lo2o_result + non_pic_object=$xdir$func_lo2o_result + func_append libobjs " $pic_object" + func_append non_pic_objects " $non_pic_object" + else + func_fatal_error "\`$arg' is not a valid libtool object" + fi + fi + ;; + + *.$libext) + # An archive. + func_append deplibs " $arg" + func_append old_deplibs " $arg" + continue + ;; + + *.la) + # A libtool-controlled library. + + func_resolve_sysroot "$arg" + if test "$prev" = dlfiles; then + # This library was specified with -dlopen. + func_append dlfiles " $func_resolve_sysroot_result" + prev= + elif test "$prev" = dlprefiles; then + # The library was specified with -dlpreopen. + func_append dlprefiles " $func_resolve_sysroot_result" + prev= + else + func_append deplibs " $func_resolve_sysroot_result" + fi + continue + ;; + + # Some other compiler argument. + *) + # Unknown arguments in both finalize_command and compile_command need + # to be aesthetically quoted because they are evaled later. + func_quote_for_eval "$arg" + arg="$func_quote_for_eval_result" + ;; + esac # arg + + # Now actually substitute the argument into the commands. + if test -n "$arg"; then + func_append compile_command " $arg" + func_append finalize_command " $arg" + fi + done # argument parsing loop + + test -n "$prev" && \ + func_fatal_help "the \`$prevarg' option requires an argument" + + if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then + eval arg=\"$export_dynamic_flag_spec\" + func_append compile_command " $arg" + func_append finalize_command " $arg" + fi + + oldlibs= + # calculate the name of the file, without its directory + func_basename "$output" + outputname="$func_basename_result" + libobjs_save="$libobjs" + + if test -n "$shlibpath_var"; then + # get the directories listed in $shlibpath_var + eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\` + else + shlib_search_path= + fi + eval sys_lib_search_path=\"$sys_lib_search_path_spec\" + eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\" + + func_dirname "$output" "/" "" + output_objdir="$func_dirname_result$objdir" + func_to_tool_file "$output_objdir/" + tool_output_objdir=$func_to_tool_file_result + # Create the object directory. + func_mkdir_p "$output_objdir" + + # Determine the type of output + case $output in + "") + func_fatal_help "you must specify an output file" + ;; + *.$libext) linkmode=oldlib ;; + *.lo | *.$objext) linkmode=obj ;; + *.la) linkmode=lib ;; + *) linkmode=prog ;; # Anything else should be a program. + esac + + specialdeplibs= + + libs= + # Find all interdependent deplibs by searching for libraries + # that are linked more than once (e.g. -la -lb -la) + for deplib in $deplibs; do + if $opt_preserve_dup_deps ; then + case "$libs " in + *" $deplib "*) func_append specialdeplibs " $deplib" ;; + esac + fi + func_append libs " $deplib" + done + + if test "$linkmode" = lib; then + libs="$predeps $libs $compiler_lib_search_path $postdeps" + + # Compute libraries that are listed more than once in $predeps + # $postdeps and mark them as special (i.e., whose duplicates are + # not to be eliminated). + pre_post_deps= + if $opt_duplicate_compiler_generated_deps; then + for pre_post_dep in $predeps $postdeps; do + case "$pre_post_deps " in + *" $pre_post_dep "*) func_append specialdeplibs " $pre_post_deps" ;; + esac + func_append pre_post_deps " $pre_post_dep" + done + fi + pre_post_deps= + fi + + deplibs= + newdependency_libs= + newlib_search_path= + need_relink=no # whether we're linking any uninstalled libtool libraries + notinst_deplibs= # not-installed libtool libraries + notinst_path= # paths that contain not-installed libtool libraries + + case $linkmode in + lib) + passes="conv dlpreopen link" + for file in $dlfiles $dlprefiles; do + case $file in + *.la) ;; + *) + func_fatal_help "libraries can \`-dlopen' only libtool libraries: $file" + ;; + esac + done + ;; + prog) + compile_deplibs= + finalize_deplibs= + alldeplibs=no + newdlfiles= + newdlprefiles= + passes="conv scan dlopen dlpreopen link" + ;; + *) passes="conv" + ;; + esac + + for pass in $passes; do + # The preopen pass in lib mode reverses $deplibs; put it back here + # so that -L comes before libs that need it for instance... + if test "$linkmode,$pass" = "lib,link"; then + ## FIXME: Find the place where the list is rebuilt in the wrong + ## order, and fix it there properly + tmp_deplibs= + for deplib in $deplibs; do + tmp_deplibs="$deplib $tmp_deplibs" + done + deplibs="$tmp_deplibs" + fi + + if test "$linkmode,$pass" = "lib,link" || + test "$linkmode,$pass" = "prog,scan"; then + libs="$deplibs" + deplibs= + fi + if test "$linkmode" = prog; then + case $pass in + dlopen) libs="$dlfiles" ;; + dlpreopen) libs="$dlprefiles" ;; + link) + libs="$deplibs %DEPLIBS%" + test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs" + ;; + esac + fi + if test "$linkmode,$pass" = "lib,dlpreopen"; then + # Collect and forward deplibs of preopened libtool libs + for lib in $dlprefiles; do + # Ignore non-libtool-libs + dependency_libs= + func_resolve_sysroot "$lib" + case $lib in + *.la) func_source "$func_resolve_sysroot_result" ;; + esac + + # Collect preopened libtool deplibs, except any this library + # has declared as weak libs + for deplib in $dependency_libs; do + func_basename "$deplib" + deplib_base=$func_basename_result + case " $weak_libs " in + *" $deplib_base "*) ;; + *) func_append deplibs " $deplib" ;; + esac + done + done + libs="$dlprefiles" + fi + if test "$pass" = dlopen; then + # Collect dlpreopened libraries + save_deplibs="$deplibs" + deplibs= + fi + + for deplib in $libs; do + lib= + found=no + case $deplib in + -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ + |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) + if test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + func_append compiler_flags " $deplib" + if test "$linkmode" = lib ; then + case "$new_inherited_linker_flags " in + *" $deplib "*) ;; + * ) func_append new_inherited_linker_flags " $deplib" ;; + esac + fi + fi + continue + ;; + -l*) + if test "$linkmode" != lib && test "$linkmode" != prog; then + func_warning "\`-l' is ignored for archives/objects" + continue + fi + func_stripname '-l' '' "$deplib" + name=$func_stripname_result + if test "$linkmode" = lib; then + searchdirs="$newlib_search_path $lib_search_path $compiler_lib_search_dirs $sys_lib_search_path $shlib_search_path" + else + searchdirs="$newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path" + fi + for searchdir in $searchdirs; do + for search_ext in .la $std_shrext .so .a; do + # Search the libtool library + lib="$searchdir/lib${name}${search_ext}" + if test -f "$lib"; then + if test "$search_ext" = ".la"; then + found=yes + else + found=no + fi + break 2 + fi + done + done + if test "$found" != yes; then + # deplib doesn't seem to be a libtool library + if test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + deplibs="$deplib $deplibs" + test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" + fi + continue + else # deplib is a libtool library + # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib, + # We need to do some special things here, and not later. + if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then + case " $predeps $postdeps " in + *" $deplib "*) + if func_lalib_p "$lib"; then + library_names= + old_library= + func_source "$lib" + for l in $old_library $library_names; do + ll="$l" + done + if test "X$ll" = "X$old_library" ; then # only static version available + found=no + func_dirname "$lib" "" "." + ladir="$func_dirname_result" + lib=$ladir/$old_library + if test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + deplibs="$deplib $deplibs" + test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" + fi + continue + fi + fi + ;; + *) ;; + esac + fi + fi + ;; # -l + *.ltframework) + if test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + deplibs="$deplib $deplibs" + if test "$linkmode" = lib ; then + case "$new_inherited_linker_flags " in + *" $deplib "*) ;; + * ) func_append new_inherited_linker_flags " $deplib" ;; + esac + fi + fi + continue + ;; + -L*) + case $linkmode in + lib) + deplibs="$deplib $deplibs" + test "$pass" = conv && continue + newdependency_libs="$deplib $newdependency_libs" + func_stripname '-L' '' "$deplib" + func_resolve_sysroot "$func_stripname_result" + func_append newlib_search_path " $func_resolve_sysroot_result" + ;; + prog) + if test "$pass" = conv; then + deplibs="$deplib $deplibs" + continue + fi + if test "$pass" = scan; then + deplibs="$deplib $deplibs" + else + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + fi + func_stripname '-L' '' "$deplib" + func_resolve_sysroot "$func_stripname_result" + func_append newlib_search_path " $func_resolve_sysroot_result" + ;; + *) + func_warning "\`-L' is ignored for archives/objects" + ;; + esac # linkmode + continue + ;; # -L + -R*) + if test "$pass" = link; then + func_stripname '-R' '' "$deplib" + func_resolve_sysroot "$func_stripname_result" + dir=$func_resolve_sysroot_result + # Make sure the xrpath contains only unique directories. + case "$xrpath " in + *" $dir "*) ;; + *) func_append xrpath " $dir" ;; + esac + fi + deplibs="$deplib $deplibs" + continue + ;; + *.la) + func_resolve_sysroot "$deplib" + lib=$func_resolve_sysroot_result + ;; + *.$libext) + if test "$pass" = conv; then + deplibs="$deplib $deplibs" + continue + fi + case $linkmode in + lib) + # Linking convenience modules into shared libraries is allowed, + # but linking other static libraries is non-portable. + case " $dlpreconveniencelibs " in + *" $deplib "*) ;; + *) + valid_a_lib=no + case $deplibs_check_method in + match_pattern*) + set dummy $deplibs_check_method; shift + match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` + if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \ + | $EGREP "$match_pattern_regex" > /dev/null; then + valid_a_lib=yes + fi + ;; + pass_all) + valid_a_lib=yes + ;; + esac + if test "$valid_a_lib" != yes; then + echo + $ECHO "*** Warning: Trying to link with static lib archive $deplib." + echo "*** I have the capability to make that library automatically link in when" + echo "*** you link to this library. But I can only do this if you have a" + echo "*** shared version of the library, which you do not appear to have" + echo "*** because the file extensions .$libext of this argument makes me believe" + echo "*** that it is just a static archive that I should not use here." + else + echo + $ECHO "*** Warning: Linking the shared library $output against the" + $ECHO "*** static library $deplib is not portable!" + deplibs="$deplib $deplibs" + fi + ;; + esac + continue + ;; + prog) + if test "$pass" != link; then + deplibs="$deplib $deplibs" + else + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + fi + continue + ;; + esac # linkmode + ;; # *.$libext + *.lo | *.$objext) + if test "$pass" = conv; then + deplibs="$deplib $deplibs" + elif test "$linkmode" = prog; then + if test "$pass" = dlpreopen || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then + # If there is no dlopen support or we're linking statically, + # we need to preload. + func_append newdlprefiles " $deplib" + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + func_append newdlfiles " $deplib" + fi + fi + continue + ;; + %DEPLIBS%) + alldeplibs=yes + continue + ;; + esac # case $deplib + + if test "$found" = yes || test -f "$lib"; then : + else + func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'" + fi + + # Check to see that this really is a libtool archive. + func_lalib_unsafe_p "$lib" \ + || func_fatal_error "\`$lib' is not a valid libtool archive" + + func_dirname "$lib" "" "." + ladir="$func_dirname_result" + + dlname= + dlopen= + dlpreopen= + libdir= + library_names= + old_library= + inherited_linker_flags= + # If the library was installed with an old release of libtool, + # it will not redefine variables installed, or shouldnotlink + installed=yes + shouldnotlink=no + avoidtemprpath= + + + # Read the .la file + func_source "$lib" + + # Convert "-framework foo" to "foo.ltframework" + if test -n "$inherited_linker_flags"; then + tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'` + for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do + case " $new_inherited_linker_flags " in + *" $tmp_inherited_linker_flag "*) ;; + *) func_append new_inherited_linker_flags " $tmp_inherited_linker_flag";; + esac + done + fi + dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + if test "$linkmode,$pass" = "lib,link" || + test "$linkmode,$pass" = "prog,scan" || + { test "$linkmode" != prog && test "$linkmode" != lib; }; then + test -n "$dlopen" && func_append dlfiles " $dlopen" + test -n "$dlpreopen" && func_append dlprefiles " $dlpreopen" + fi + + if test "$pass" = conv; then + # Only check for convenience libraries + deplibs="$lib $deplibs" + if test -z "$libdir"; then + if test -z "$old_library"; then + func_fatal_error "cannot find name of link library for \`$lib'" + fi + # It is a libtool convenience library, so add in its objects. + func_append convenience " $ladir/$objdir/$old_library" + func_append old_convenience " $ladir/$objdir/$old_library" + tmp_libs= + for deplib in $dependency_libs; do + deplibs="$deplib $deplibs" + if $opt_preserve_dup_deps ; then + case "$tmp_libs " in + *" $deplib "*) func_append specialdeplibs " $deplib" ;; + esac + fi + func_append tmp_libs " $deplib" + done + elif test "$linkmode" != prog && test "$linkmode" != lib; then + func_fatal_error "\`$lib' is not a convenience library" + fi + continue + fi # $pass = conv + + + # Get the name of the library we link against. + linklib= + if test -n "$old_library" && + { test "$prefer_static_libs" = yes || + test "$prefer_static_libs,$installed" = "built,no"; }; then + linklib=$old_library + else + for l in $old_library $library_names; do + linklib="$l" + done + fi + if test -z "$linklib"; then + func_fatal_error "cannot find name of link library for \`$lib'" + fi + + # This library was specified with -dlopen. + if test "$pass" = dlopen; then + if test -z "$libdir"; then + func_fatal_error "cannot -dlopen a convenience library: \`$lib'" + fi + if test -z "$dlname" || + test "$dlopen_support" != yes || + test "$build_libtool_libs" = no; then + # If there is no dlname, no dlopen support or we're linking + # statically, we need to preload. We also need to preload any + # dependent libraries so libltdl's deplib preloader doesn't + # bomb out in the load deplibs phase. + func_append dlprefiles " $lib $dependency_libs" + else + func_append newdlfiles " $lib" + fi + continue + fi # $pass = dlopen + + # We need an absolute path. + case $ladir in + [\\/]* | [A-Za-z]:[\\/]*) abs_ladir="$ladir" ;; + *) + abs_ladir=`cd "$ladir" && pwd` + if test -z "$abs_ladir"; then + func_warning "cannot determine absolute directory name of \`$ladir'" + func_warning "passing it literally to the linker, although it might fail" + abs_ladir="$ladir" + fi + ;; + esac + func_basename "$lib" + laname="$func_basename_result" + + # Find the relevant object directory and library name. + if test "X$installed" = Xyes; then + if test ! -f "$lt_sysroot$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then + func_warning "library \`$lib' was moved." + dir="$ladir" + absdir="$abs_ladir" + libdir="$abs_ladir" + else + dir="$lt_sysroot$libdir" + absdir="$lt_sysroot$libdir" + fi + test "X$hardcode_automatic" = Xyes && avoidtemprpath=yes + else + if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then + dir="$ladir" + absdir="$abs_ladir" + # Remove this search path later + func_append notinst_path " $abs_ladir" + else + dir="$ladir/$objdir" + absdir="$abs_ladir/$objdir" + # Remove this search path later + func_append notinst_path " $abs_ladir" + fi + fi # $installed = yes + func_stripname 'lib' '.la' "$laname" + name=$func_stripname_result + + # This library was specified with -dlpreopen. + if test "$pass" = dlpreopen; then + if test -z "$libdir" && test "$linkmode" = prog; then + func_fatal_error "only libraries may -dlpreopen a convenience library: \`$lib'" + fi + case "$host" in + # special handling for platforms with PE-DLLs. + *cygwin* | *mingw* | *cegcc* ) + # Linker will automatically link against shared library if both + # static and shared are present. Therefore, ensure we extract + # symbols from the import library if a shared library is present + # (otherwise, the dlopen module name will be incorrect). We do + # this by putting the import library name into $newdlprefiles. + # We recover the dlopen module name by 'saving' the la file + # name in a special purpose variable, and (later) extracting the + # dlname from the la file. + if test -n "$dlname"; then + func_tr_sh "$dir/$linklib" + eval "libfile_$func_tr_sh_result=\$abs_ladir/\$laname" + func_append newdlprefiles " $dir/$linklib" + else + func_append newdlprefiles " $dir/$old_library" + # Keep a list of preopened convenience libraries to check + # that they are being used correctly in the link pass. + test -z "$libdir" && \ + func_append dlpreconveniencelibs " $dir/$old_library" + fi + ;; + * ) + # Prefer using a static library (so that no silly _DYNAMIC symbols + # are required to link). + if test -n "$old_library"; then + func_append newdlprefiles " $dir/$old_library" + # Keep a list of preopened convenience libraries to check + # that they are being used correctly in the link pass. + test -z "$libdir" && \ + func_append dlpreconveniencelibs " $dir/$old_library" + # Otherwise, use the dlname, so that lt_dlopen finds it. + elif test -n "$dlname"; then + func_append newdlprefiles " $dir/$dlname" + else + func_append newdlprefiles " $dir/$linklib" + fi + ;; + esac + fi # $pass = dlpreopen + + if test -z "$libdir"; then + # Link the convenience library + if test "$linkmode" = lib; then + deplibs="$dir/$old_library $deplibs" + elif test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$dir/$old_library $compile_deplibs" + finalize_deplibs="$dir/$old_library $finalize_deplibs" + else + deplibs="$lib $deplibs" # used for prog,scan pass + fi + continue + fi + + + if test "$linkmode" = prog && test "$pass" != link; then + func_append newlib_search_path " $ladir" + deplibs="$lib $deplibs" + + linkalldeplibs=no + if test "$link_all_deplibs" != no || test -z "$library_names" || + test "$build_libtool_libs" = no; then + linkalldeplibs=yes + fi + + tmp_libs= + for deplib in $dependency_libs; do + case $deplib in + -L*) func_stripname '-L' '' "$deplib" + func_resolve_sysroot "$func_stripname_result" + func_append newlib_search_path " $func_resolve_sysroot_result" + ;; + esac + # Need to link against all dependency_libs? + if test "$linkalldeplibs" = yes; then + deplibs="$deplib $deplibs" + else + # Need to hardcode shared library paths + # or/and link against static libraries + newdependency_libs="$deplib $newdependency_libs" + fi + if $opt_preserve_dup_deps ; then + case "$tmp_libs " in + *" $deplib "*) func_append specialdeplibs " $deplib" ;; + esac + fi + func_append tmp_libs " $deplib" + done # for deplib + continue + fi # $linkmode = prog... + + if test "$linkmode,$pass" = "prog,link"; then + if test -n "$library_names" && + { { test "$prefer_static_libs" = no || + test "$prefer_static_libs,$installed" = "built,yes"; } || + test -z "$old_library"; }; then + # We need to hardcode the library path + if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then + # Make sure the rpath contains only unique directories. + case "$temp_rpath:" in + *"$absdir:"*) ;; + *) func_append temp_rpath "$absdir:" ;; + esac + fi + + # Hardcode the library path. + # Skip directories that are in the system default run-time + # search path. + case " $sys_lib_dlsearch_path " in + *" $absdir "*) ;; + *) + case "$compile_rpath " in + *" $absdir "*) ;; + *) func_append compile_rpath " $absdir" ;; + esac + ;; + esac + case " $sys_lib_dlsearch_path " in + *" $libdir "*) ;; + *) + case "$finalize_rpath " in + *" $libdir "*) ;; + *) func_append finalize_rpath " $libdir" ;; + esac + ;; + esac + fi # $linkmode,$pass = prog,link... + + if test "$alldeplibs" = yes && + { test "$deplibs_check_method" = pass_all || + { test "$build_libtool_libs" = yes && + test -n "$library_names"; }; }; then + # We only need to search for static libraries + continue + fi + fi + + link_static=no # Whether the deplib will be linked statically + use_static_libs=$prefer_static_libs + if test "$use_static_libs" = built && test "$installed" = yes; then + use_static_libs=no + fi + if test -n "$library_names" && + { test "$use_static_libs" = no || test -z "$old_library"; }; then + case $host in + *cygwin* | *mingw* | *cegcc*) + # No point in relinking DLLs because paths are not encoded + func_append notinst_deplibs " $lib" + need_relink=no + ;; + *) + if test "$installed" = no; then + func_append notinst_deplibs " $lib" + need_relink=yes + fi + ;; + esac + # This is a shared library + + # Warn about portability, can't link against -module's on some + # systems (darwin). Don't bleat about dlopened modules though! + dlopenmodule="" + for dlpremoduletest in $dlprefiles; do + if test "X$dlpremoduletest" = "X$lib"; then + dlopenmodule="$dlpremoduletest" + break + fi + done + if test -z "$dlopenmodule" && test "$shouldnotlink" = yes && test "$pass" = link; then + echo + if test "$linkmode" = prog; then + $ECHO "*** Warning: Linking the executable $output against the loadable module" + else + $ECHO "*** Warning: Linking the shared library $output against the loadable module" + fi + $ECHO "*** $linklib is not portable!" + fi + if test "$linkmode" = lib && + test "$hardcode_into_libs" = yes; then + # Hardcode the library path. + # Skip directories that are in the system default run-time + # search path. + case " $sys_lib_dlsearch_path " in + *" $absdir "*) ;; + *) + case "$compile_rpath " in + *" $absdir "*) ;; + *) func_append compile_rpath " $absdir" ;; + esac + ;; + esac + case " $sys_lib_dlsearch_path " in + *" $libdir "*) ;; + *) + case "$finalize_rpath " in + *" $libdir "*) ;; + *) func_append finalize_rpath " $libdir" ;; + esac + ;; + esac + fi + + if test -n "$old_archive_from_expsyms_cmds"; then + # figure out the soname + set dummy $library_names + shift + realname="$1" + shift + libname=`eval "\\$ECHO \"$libname_spec\""` + # use dlname if we got it. it's perfectly good, no? + if test -n "$dlname"; then + soname="$dlname" + elif test -n "$soname_spec"; then + # bleh windows + case $host in + *cygwin* | mingw* | *cegcc*) + func_arith $current - $age + major=$func_arith_result + versuffix="-$major" + ;; + esac + eval soname=\"$soname_spec\" + else + soname="$realname" + fi + + # Make a new name for the extract_expsyms_cmds to use + soroot="$soname" + func_basename "$soroot" + soname="$func_basename_result" + func_stripname 'lib' '.dll' "$soname" + newlib=libimp-$func_stripname_result.a + + # If the library has no export list, then create one now + if test -f "$output_objdir/$soname-def"; then : + else + func_verbose "extracting exported symbol list from \`$soname'" + func_execute_cmds "$extract_expsyms_cmds" 'exit $?' + fi + + # Create $newlib + if test -f "$output_objdir/$newlib"; then :; else + func_verbose "generating import library for \`$soname'" + func_execute_cmds "$old_archive_from_expsyms_cmds" 'exit $?' + fi + # make sure the library variables are pointing to the new library + dir=$output_objdir + linklib=$newlib + fi # test -n "$old_archive_from_expsyms_cmds" + + if test "$linkmode" = prog || test "$opt_mode" != relink; then + add_shlibpath= + add_dir= + add= + lib_linked=yes + case $hardcode_action in + immediate | unsupported) + if test "$hardcode_direct" = no; then + add="$dir/$linklib" + case $host in + *-*-sco3.2v5.0.[024]*) add_dir="-L$dir" ;; + *-*-sysv4*uw2*) add_dir="-L$dir" ;; + *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | \ + *-*-unixware7*) add_dir="-L$dir" ;; + *-*-darwin* ) + # if the lib is a (non-dlopened) module then we can not + # link against it, someone is ignoring the earlier warnings + if /usr/bin/file -L $add 2> /dev/null | + $GREP ": [^:]* bundle" >/dev/null ; then + if test "X$dlopenmodule" != "X$lib"; then + $ECHO "*** Warning: lib $linklib is a module, not a shared library" + if test -z "$old_library" ; then + echo + echo "*** And there doesn't seem to be a static archive available" + echo "*** The link will probably fail, sorry" + else + add="$dir/$old_library" + fi + elif test -n "$old_library"; then + add="$dir/$old_library" + fi + fi + esac + elif test "$hardcode_minus_L" = no; then + case $host in + *-*-sunos*) add_shlibpath="$dir" ;; + esac + add_dir="-L$dir" + add="-l$name" + elif test "$hardcode_shlibpath_var" = no; then + add_shlibpath="$dir" + add="-l$name" + else + lib_linked=no + fi + ;; + relink) + if test "$hardcode_direct" = yes && + test "$hardcode_direct_absolute" = no; then + add="$dir/$linklib" + elif test "$hardcode_minus_L" = yes; then + add_dir="-L$absdir" + # Try looking first in the location we're being installed to. + if test -n "$inst_prefix_dir"; then + case $libdir in + [\\/]*) + func_append add_dir " -L$inst_prefix_dir$libdir" + ;; + esac + fi + add="-l$name" + elif test "$hardcode_shlibpath_var" = yes; then + add_shlibpath="$dir" + add="-l$name" + else + lib_linked=no + fi + ;; + *) lib_linked=no ;; + esac + + if test "$lib_linked" != yes; then + func_fatal_configuration "unsupported hardcode properties" + fi + + if test -n "$add_shlibpath"; then + case :$compile_shlibpath: in + *":$add_shlibpath:"*) ;; + *) func_append compile_shlibpath "$add_shlibpath:" ;; + esac + fi + if test "$linkmode" = prog; then + test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs" + test -n "$add" && compile_deplibs="$add $compile_deplibs" + else + test -n "$add_dir" && deplibs="$add_dir $deplibs" + test -n "$add" && deplibs="$add $deplibs" + if test "$hardcode_direct" != yes && + test "$hardcode_minus_L" != yes && + test "$hardcode_shlibpath_var" = yes; then + case :$finalize_shlibpath: in + *":$libdir:"*) ;; + *) func_append finalize_shlibpath "$libdir:" ;; + esac + fi + fi + fi + + if test "$linkmode" = prog || test "$opt_mode" = relink; then + add_shlibpath= + add_dir= + add= + # Finalize command for both is simple: just hardcode it. + if test "$hardcode_direct" = yes && + test "$hardcode_direct_absolute" = no; then + add="$libdir/$linklib" + elif test "$hardcode_minus_L" = yes; then + add_dir="-L$libdir" + add="-l$name" + elif test "$hardcode_shlibpath_var" = yes; then + case :$finalize_shlibpath: in + *":$libdir:"*) ;; + *) func_append finalize_shlibpath "$libdir:" ;; + esac + add="-l$name" + elif test "$hardcode_automatic" = yes; then + if test -n "$inst_prefix_dir" && + test -f "$inst_prefix_dir$libdir/$linklib" ; then + add="$inst_prefix_dir$libdir/$linklib" + else + add="$libdir/$linklib" + fi + else + # We cannot seem to hardcode it, guess we'll fake it. + add_dir="-L$libdir" + # Try looking first in the location we're being installed to. + if test -n "$inst_prefix_dir"; then + case $libdir in + [\\/]*) + func_append add_dir " -L$inst_prefix_dir$libdir" + ;; + esac + fi + add="-l$name" + fi + + if test "$linkmode" = prog; then + test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs" + test -n "$add" && finalize_deplibs="$add $finalize_deplibs" + else + test -n "$add_dir" && deplibs="$add_dir $deplibs" + test -n "$add" && deplibs="$add $deplibs" + fi + fi + elif test "$linkmode" = prog; then + # Here we assume that one of hardcode_direct or hardcode_minus_L + # is not unsupported. This is valid on all known static and + # shared platforms. + if test "$hardcode_direct" != unsupported; then + test -n "$old_library" && linklib="$old_library" + compile_deplibs="$dir/$linklib $compile_deplibs" + finalize_deplibs="$dir/$linklib $finalize_deplibs" + else + compile_deplibs="-l$name -L$dir $compile_deplibs" + finalize_deplibs="-l$name -L$dir $finalize_deplibs" + fi + elif test "$build_libtool_libs" = yes; then + # Not a shared library + if test "$deplibs_check_method" != pass_all; then + # We're trying link a shared library against a static one + # but the system doesn't support it. + + # Just print a warning and add the library to dependency_libs so + # that the program can be linked against the static library. + echo + $ECHO "*** Warning: This system can not link to static lib archive $lib." + echo "*** I have the capability to make that library automatically link in when" + echo "*** you link to this library. But I can only do this if you have a" + echo "*** shared version of the library, which you do not appear to have." + if test "$module" = yes; then + echo "*** But as you try to build a module library, libtool will still create " + echo "*** a static module, that should work as long as the dlopening application" + echo "*** is linked with the -dlopen flag to resolve symbols at runtime." + if test -z "$global_symbol_pipe"; then + echo + echo "*** However, this would only work if libtool was able to extract symbol" + echo "*** lists from a program, using \`nm' or equivalent, but libtool could" + echo "*** not find such a program. So, this module is probably useless." + echo "*** \`nm' from GNU binutils and a full rebuild may help." + fi + if test "$build_old_libs" = no; then + build_libtool_libs=module + build_old_libs=yes + else + build_libtool_libs=no + fi + fi + else + deplibs="$dir/$old_library $deplibs" + link_static=yes + fi + fi # link shared/static library? + + if test "$linkmode" = lib; then + if test -n "$dependency_libs" && + { test "$hardcode_into_libs" != yes || + test "$build_old_libs" = yes || + test "$link_static" = yes; }; then + # Extract -R from dependency_libs + temp_deplibs= + for libdir in $dependency_libs; do + case $libdir in + -R*) func_stripname '-R' '' "$libdir" + temp_xrpath=$func_stripname_result + case " $xrpath " in + *" $temp_xrpath "*) ;; + *) func_append xrpath " $temp_xrpath";; + esac;; + *) func_append temp_deplibs " $libdir";; + esac + done + dependency_libs="$temp_deplibs" + fi + + func_append newlib_search_path " $absdir" + # Link against this library + test "$link_static" = no && newdependency_libs="$abs_ladir/$laname $newdependency_libs" + # ... and its dependency_libs + tmp_libs= + for deplib in $dependency_libs; do + newdependency_libs="$deplib $newdependency_libs" + case $deplib in + -L*) func_stripname '-L' '' "$deplib" + func_resolve_sysroot "$func_stripname_result";; + *) func_resolve_sysroot "$deplib" ;; + esac + if $opt_preserve_dup_deps ; then + case "$tmp_libs " in + *" $func_resolve_sysroot_result "*) + func_append specialdeplibs " $func_resolve_sysroot_result" ;; + esac + fi + func_append tmp_libs " $func_resolve_sysroot_result" + done + + if test "$link_all_deplibs" != no; then + # Add the search paths of all dependency libraries + for deplib in $dependency_libs; do + path= + case $deplib in + -L*) path="$deplib" ;; + *.la) + func_resolve_sysroot "$deplib" + deplib=$func_resolve_sysroot_result + func_dirname "$deplib" "" "." + dir=$func_dirname_result + # We need an absolute path. + case $dir in + [\\/]* | [A-Za-z]:[\\/]*) absdir="$dir" ;; + *) + absdir=`cd "$dir" && pwd` + if test -z "$absdir"; then + func_warning "cannot determine absolute directory name of \`$dir'" + absdir="$dir" + fi + ;; + esac + if $GREP "^installed=no" $deplib > /dev/null; then + case $host in + *-*-darwin*) + depdepl= + eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` + if test -n "$deplibrary_names" ; then + for tmp in $deplibrary_names ; do + depdepl=$tmp + done + if test -f "$absdir/$objdir/$depdepl" ; then + depdepl="$absdir/$objdir/$depdepl" + darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` + if test -z "$darwin_install_name"; then + darwin_install_name=`${OTOOL64} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` + fi + func_append compiler_flags " ${wl}-dylib_file ${wl}${darwin_install_name}:${depdepl}" + func_append linker_flags " -dylib_file ${darwin_install_name}:${depdepl}" + path= + fi + fi + ;; + *) + path="-L$absdir/$objdir" + ;; + esac + else + eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` + test -z "$libdir" && \ + func_fatal_error "\`$deplib' is not a valid libtool archive" + test "$absdir" != "$libdir" && \ + func_warning "\`$deplib' seems to be moved" + + path="-L$absdir" + fi + ;; + esac + case " $deplibs " in + *" $path "*) ;; + *) deplibs="$path $deplibs" ;; + esac + done + fi # link_all_deplibs != no + fi # linkmode = lib + done # for deplib in $libs + if test "$pass" = link; then + if test "$linkmode" = "prog"; then + compile_deplibs="$new_inherited_linker_flags $compile_deplibs" + finalize_deplibs="$new_inherited_linker_flags $finalize_deplibs" + else + compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + fi + fi + dependency_libs="$newdependency_libs" + if test "$pass" = dlpreopen; then + # Link the dlpreopened libraries before other libraries + for deplib in $save_deplibs; do + deplibs="$deplib $deplibs" + done + fi + if test "$pass" != dlopen; then + if test "$pass" != conv; then + # Make sure lib_search_path contains only unique directories. + lib_search_path= + for dir in $newlib_search_path; do + case "$lib_search_path " in + *" $dir "*) ;; + *) func_append lib_search_path " $dir" ;; + esac + done + newlib_search_path= + fi + + if test "$linkmode,$pass" != "prog,link"; then + vars="deplibs" + else + vars="compile_deplibs finalize_deplibs" + fi + for var in $vars dependency_libs; do + # Add libraries to $var in reverse order + eval tmp_libs=\"\$$var\" + new_libs= + for deplib in $tmp_libs; do + # FIXME: Pedantically, this is the right thing to do, so + # that some nasty dependency loop isn't accidentally + # broken: + #new_libs="$deplib $new_libs" + # Pragmatically, this seems to cause very few problems in + # practice: + case $deplib in + -L*) new_libs="$deplib $new_libs" ;; + -R*) ;; + *) + # And here is the reason: when a library appears more + # than once as an explicit dependence of a library, or + # is implicitly linked in more than once by the + # compiler, it is considered special, and multiple + # occurrences thereof are not removed. Compare this + # with having the same library being listed as a + # dependency of multiple other libraries: in this case, + # we know (pedantically, we assume) the library does not + # need to be listed more than once, so we keep only the + # last copy. This is not always right, but it is rare + # enough that we require users that really mean to play + # such unportable linking tricks to link the library + # using -Wl,-lname, so that libtool does not consider it + # for duplicate removal. + case " $specialdeplibs " in + *" $deplib "*) new_libs="$deplib $new_libs" ;; + *) + case " $new_libs " in + *" $deplib "*) ;; + *) new_libs="$deplib $new_libs" ;; + esac + ;; + esac + ;; + esac + done + tmp_libs= + for deplib in $new_libs; do + case $deplib in + -L*) + case " $tmp_libs " in + *" $deplib "*) ;; + *) func_append tmp_libs " $deplib" ;; + esac + ;; + *) func_append tmp_libs " $deplib" ;; + esac + done + eval $var=\"$tmp_libs\" + done # for var + fi + # Last step: remove runtime libs from dependency_libs + # (they stay in deplibs) + tmp_libs= + for i in $dependency_libs ; do + case " $predeps $postdeps $compiler_lib_search_path " in + *" $i "*) + i="" + ;; + esac + if test -n "$i" ; then + func_append tmp_libs " $i" + fi + done + dependency_libs=$tmp_libs + done # for pass + if test "$linkmode" = prog; then + dlfiles="$newdlfiles" + fi + if test "$linkmode" = prog || test "$linkmode" = lib; then + dlprefiles="$newdlprefiles" + fi + + case $linkmode in + oldlib) + if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then + func_warning "\`-dlopen' is ignored for archives" + fi + + case " $deplibs" in + *\ -l* | *\ -L*) + func_warning "\`-l' and \`-L' are ignored for archives" ;; + esac + + test -n "$rpath" && \ + func_warning "\`-rpath' is ignored for archives" + + test -n "$xrpath" && \ + func_warning "\`-R' is ignored for archives" + + test -n "$vinfo" && \ + func_warning "\`-version-info/-version-number' is ignored for archives" + + test -n "$release" && \ + func_warning "\`-release' is ignored for archives" + + test -n "$export_symbols$export_symbols_regex" && \ + func_warning "\`-export-symbols' is ignored for archives" + + # Now set the variables for building old libraries. + build_libtool_libs=no + oldlibs="$output" + func_append objs "$old_deplibs" + ;; + + lib) + # Make sure we only generate libraries of the form `libNAME.la'. + case $outputname in + lib*) + func_stripname 'lib' '.la' "$outputname" + name=$func_stripname_result + eval shared_ext=\"$shrext_cmds\" + eval libname=\"$libname_spec\" + ;; + *) + test "$module" = no && \ + func_fatal_help "libtool library \`$output' must begin with \`lib'" + + if test "$need_lib_prefix" != no; then + # Add the "lib" prefix for modules if required + func_stripname '' '.la' "$outputname" + name=$func_stripname_result + eval shared_ext=\"$shrext_cmds\" + eval libname=\"$libname_spec\" + else + func_stripname '' '.la' "$outputname" + libname=$func_stripname_result + fi + ;; + esac + + if test -n "$objs"; then + if test "$deplibs_check_method" != pass_all; then + func_fatal_error "cannot build libtool library \`$output' from non-libtool objects on this host:$objs" + else + echo + $ECHO "*** Warning: Linking the shared library $output against the non-libtool" + $ECHO "*** objects $objs is not portable!" + func_append libobjs " $objs" + fi + fi + + test "$dlself" != no && \ + func_warning "\`-dlopen self' is ignored for libtool libraries" + + set dummy $rpath + shift + test "$#" -gt 1 && \ + func_warning "ignoring multiple \`-rpath's for a libtool library" + + install_libdir="$1" + + oldlibs= + if test -z "$rpath"; then + if test "$build_libtool_libs" = yes; then + # Building a libtool convenience library. + # Some compilers have problems with a `.al' extension so + # convenience libraries should have the same extension an + # archive normally would. + oldlibs="$output_objdir/$libname.$libext $oldlibs" + build_libtool_libs=convenience + build_old_libs=yes + fi + + test -n "$vinfo" && \ + func_warning "\`-version-info/-version-number' is ignored for convenience libraries" + + test -n "$release" && \ + func_warning "\`-release' is ignored for convenience libraries" + else + + # Parse the version information argument. + save_ifs="$IFS"; IFS=':' + set dummy $vinfo 0 0 0 + shift + IFS="$save_ifs" + + test -n "$7" && \ + func_fatal_help "too many parameters to \`-version-info'" + + # convert absolute version numbers to libtool ages + # this retains compatibility with .la files and attempts + # to make the code below a bit more comprehensible + + case $vinfo_number in + yes) + number_major="$1" + number_minor="$2" + number_revision="$3" + # + # There are really only two kinds -- those that + # use the current revision as the major version + # and those that subtract age and use age as + # a minor version. But, then there is irix + # which has an extra 1 added just for fun + # + case $version_type in + # correct linux to gnu/linux during the next big refactor + darwin|linux|osf|windows|none) + func_arith $number_major + $number_minor + current=$func_arith_result + age="$number_minor" + revision="$number_revision" + ;; + freebsd-aout|freebsd-elf|qnx|sunos) + current="$number_major" + revision="$number_minor" + age="0" + ;; + irix|nonstopux) + func_arith $number_major + $number_minor + current=$func_arith_result + age="$number_minor" + revision="$number_minor" + lt_irix_increment=no + ;; + *) + func_fatal_configuration "$modename: unknown library version type \`$version_type'" + ;; + esac + ;; + no) + current="$1" + revision="$2" + age="$3" + ;; + esac + + # Check that each of the things are valid numbers. + case $current in + 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; + *) + func_error "CURRENT \`$current' must be a nonnegative integer" + func_fatal_error "\`$vinfo' is not valid version information" + ;; + esac + + case $revision in + 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; + *) + func_error "REVISION \`$revision' must be a nonnegative integer" + func_fatal_error "\`$vinfo' is not valid version information" + ;; + esac + + case $age in + 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; + *) + func_error "AGE \`$age' must be a nonnegative integer" + func_fatal_error "\`$vinfo' is not valid version information" + ;; + esac + + if test "$age" -gt "$current"; then + func_error "AGE \`$age' is greater than the current interface number \`$current'" + func_fatal_error "\`$vinfo' is not valid version information" + fi + + # Calculate the version variables. + major= + versuffix= + verstring= + case $version_type in + none) ;; + + darwin) + # Like Linux, but with the current version available in + # verstring for coding it into the library header + func_arith $current - $age + major=.$func_arith_result + versuffix="$major.$age.$revision" + # Darwin ld doesn't like 0 for these options... + func_arith $current + 1 + minor_current=$func_arith_result + xlcverstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision" + verstring="-compatibility_version $minor_current -current_version $minor_current.$revision" + ;; + + freebsd-aout) + major=".$current" + versuffix=".$current.$revision"; + ;; + + freebsd-elf) + major=".$current" + versuffix=".$current" + ;; + + irix | nonstopux) + if test "X$lt_irix_increment" = "Xno"; then + func_arith $current - $age + else + func_arith $current - $age + 1 + fi + major=$func_arith_result + + case $version_type in + nonstopux) verstring_prefix=nonstopux ;; + *) verstring_prefix=sgi ;; + esac + verstring="$verstring_prefix$major.$revision" + + # Add in all the interfaces that we are compatible with. + loop=$revision + while test "$loop" -ne 0; do + func_arith $revision - $loop + iface=$func_arith_result + func_arith $loop - 1 + loop=$func_arith_result + verstring="$verstring_prefix$major.$iface:$verstring" + done + + # Before this point, $major must not contain `.'. + major=.$major + versuffix="$major.$revision" + ;; + + linux) # correct to gnu/linux during the next big refactor + func_arith $current - $age + major=.$func_arith_result + versuffix="$major.$age.$revision" + ;; + + osf) + func_arith $current - $age + major=.$func_arith_result + versuffix=".$current.$age.$revision" + verstring="$current.$age.$revision" + + # Add in all the interfaces that we are compatible with. + loop=$age + while test "$loop" -ne 0; do + func_arith $current - $loop + iface=$func_arith_result + func_arith $loop - 1 + loop=$func_arith_result + verstring="$verstring:${iface}.0" + done + + # Make executables depend on our current version. + func_append verstring ":${current}.0" + ;; + + qnx) + major=".$current" + versuffix=".$current" + ;; + + sunos) + major=".$current" + versuffix=".$current.$revision" + ;; + + windows) + # Use '-' rather than '.', since we only want one + # extension on DOS 8.3 filesystems. + func_arith $current - $age + major=$func_arith_result + versuffix="-$major" + ;; + + *) + func_fatal_configuration "unknown library version type \`$version_type'" + ;; + esac + + # Clear the version info if we defaulted, and they specified a release. + if test -z "$vinfo" && test -n "$release"; then + major= + case $version_type in + darwin) + # we can't check for "0.0" in archive_cmds due to quoting + # problems, so we reset it completely + verstring= + ;; + *) + verstring="0.0" + ;; + esac + if test "$need_version" = no; then + versuffix= + else + versuffix=".0.0" + fi + fi + + # Remove version info from name if versioning should be avoided + if test "$avoid_version" = yes && test "$need_version" = no; then + major= + versuffix= + verstring="" + fi + + # Check to see if the archive will have undefined symbols. + if test "$allow_undefined" = yes; then + if test "$allow_undefined_flag" = unsupported; then + func_warning "undefined symbols not allowed in $host shared libraries" + build_libtool_libs=no + build_old_libs=yes + fi + else + # Don't allow undefined symbols. + allow_undefined_flag="$no_undefined_flag" + fi + + fi + + func_generate_dlsyms "$libname" "$libname" "yes" + func_append libobjs " $symfileobj" + test "X$libobjs" = "X " && libobjs= + + if test "$opt_mode" != relink; then + # Remove our outputs, but don't remove object files since they + # may have been created when compiling PIC objects. + removelist= + tempremovelist=`$ECHO "$output_objdir/*"` + for p in $tempremovelist; do + case $p in + *.$objext | *.gcno) + ;; + $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/${libname}${release}.*) + if test "X$precious_files_regex" != "X"; then + if $ECHO "$p" | $EGREP -e "$precious_files_regex" >/dev/null 2>&1 + then + continue + fi + fi + func_append removelist " $p" + ;; + *) ;; + esac + done + test -n "$removelist" && \ + func_show_eval "${RM}r \$removelist" + fi + + # Now set the variables for building old libraries. + if test "$build_old_libs" = yes && test "$build_libtool_libs" != convenience ; then + func_append oldlibs " $output_objdir/$libname.$libext" + + # Transform .lo files to .o files. + oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP` + fi + + # Eliminate all temporary directories. + #for path in $notinst_path; do + # lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"` + # deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"` + # dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"` + #done + + if test -n "$xrpath"; then + # If the user specified any rpath flags, then add them. + temp_xrpath= + for libdir in $xrpath; do + func_replace_sysroot "$libdir" + func_append temp_xrpath " -R$func_replace_sysroot_result" + case "$finalize_rpath " in + *" $libdir "*) ;; + *) func_append finalize_rpath " $libdir" ;; + esac + done + if test "$hardcode_into_libs" != yes || test "$build_old_libs" = yes; then + dependency_libs="$temp_xrpath $dependency_libs" + fi + fi + + # Make sure dlfiles contains only unique files that won't be dlpreopened + old_dlfiles="$dlfiles" + dlfiles= + for lib in $old_dlfiles; do + case " $dlprefiles $dlfiles " in + *" $lib "*) ;; + *) func_append dlfiles " $lib" ;; + esac + done + + # Make sure dlprefiles contains only unique files + old_dlprefiles="$dlprefiles" + dlprefiles= + for lib in $old_dlprefiles; do + case "$dlprefiles " in + *" $lib "*) ;; + *) func_append dlprefiles " $lib" ;; + esac + done + + if test "$build_libtool_libs" = yes; then + if test -n "$rpath"; then + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc* | *-*-haiku*) + # these systems don't actually have a c library (as such)! + ;; + *-*-rhapsody* | *-*-darwin1.[012]) + # Rhapsody C library is in the System framework + func_append deplibs " System.ltframework" + ;; + *-*-netbsd*) + # Don't link with libc until the a.out ld.so is fixed. + ;; + *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) + # Do not include libc due to us having libc/libc_r. + ;; + *-*-sco3.2v5* | *-*-sco5v6*) + # Causes problems with __ctype + ;; + *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) + # Compiler inserts libc in the correct place for threads to work + ;; + *) + # Add libc to deplibs on all other systems if necessary. + if test "$build_libtool_need_lc" = "yes"; then + func_append deplibs " -lc" + fi + ;; + esac + fi + + # Transform deplibs into only deplibs that can be linked in shared. + name_save=$name + libname_save=$libname + release_save=$release + versuffix_save=$versuffix + major_save=$major + # I'm not sure if I'm treating the release correctly. I think + # release should show up in the -l (ie -lgmp5) so we don't want to + # add it in twice. Is that correct? + release="" + versuffix="" + major="" + newdeplibs= + droppeddeps=no + case $deplibs_check_method in + pass_all) + # Don't check for shared/static. Everything works. + # This might be a little naive. We might want to check + # whether the library exists or not. But this is on + # osf3 & osf4 and I'm not really sure... Just + # implementing what was already the behavior. + newdeplibs=$deplibs + ;; + test_compile) + # This code stresses the "libraries are programs" paradigm to its + # limits. Maybe even breaks it. We compile a program, linking it + # against the deplibs as a proxy for the library. Then we can check + # whether they linked in statically or dynamically with ldd. + $opt_dry_run || $RM conftest.c + cat > conftest.c </dev/null` + $nocaseglob + else + potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` + fi + for potent_lib in $potential_libs; do + # Follow soft links. + if ls -lLd "$potent_lib" 2>/dev/null | + $GREP " -> " >/dev/null; then + continue + fi + # The statement above tries to avoid entering an + # endless loop below, in case of cyclic links. + # We might still enter an endless loop, since a link + # loop can be closed while we follow links, + # but so what? + potlib="$potent_lib" + while test -h "$potlib" 2>/dev/null; do + potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'` + case $potliblink in + [\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";; + *) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";; + esac + done + if eval $file_magic_cmd \"\$potlib\" 2>/dev/null | + $SED -e 10q | + $EGREP "$file_magic_regex" > /dev/null; then + func_append newdeplibs " $a_deplib" + a_deplib="" + break 2 + fi + done + done + fi + if test -n "$a_deplib" ; then + droppeddeps=yes + echo + $ECHO "*** Warning: linker path does not have real file for library $a_deplib." + echo "*** I have the capability to make that library automatically link in when" + echo "*** you link to this library. But I can only do this if you have a" + echo "*** shared version of the library, which you do not appear to have" + echo "*** because I did check the linker path looking for a file starting" + if test -z "$potlib" ; then + $ECHO "*** with $libname but no candidates were found. (...for file magic test)" + else + $ECHO "*** with $libname and none of the candidates passed a file format test" + $ECHO "*** using a file magic. Last file checked: $potlib" + fi + fi + ;; + *) + # Add a -L argument. + func_append newdeplibs " $a_deplib" + ;; + esac + done # Gone through all deplibs. + ;; + match_pattern*) + set dummy $deplibs_check_method; shift + match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` + for a_deplib in $deplibs; do + case $a_deplib in + -l*) + func_stripname -l '' "$a_deplib" + name=$func_stripname_result + if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then + case " $predeps $postdeps " in + *" $a_deplib "*) + func_append newdeplibs " $a_deplib" + a_deplib="" + ;; + esac + fi + if test -n "$a_deplib" ; then + libname=`eval "\\$ECHO \"$libname_spec\""` + for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do + potential_libs=`ls $i/$libname[.-]* 2>/dev/null` + for potent_lib in $potential_libs; do + potlib="$potent_lib" # see symlink-check above in file_magic test + if eval "\$ECHO \"$potent_lib\"" 2>/dev/null | $SED 10q | \ + $EGREP "$match_pattern_regex" > /dev/null; then + func_append newdeplibs " $a_deplib" + a_deplib="" + break 2 + fi + done + done + fi + if test -n "$a_deplib" ; then + droppeddeps=yes + echo + $ECHO "*** Warning: linker path does not have real file for library $a_deplib." + echo "*** I have the capability to make that library automatically link in when" + echo "*** you link to this library. But I can only do this if you have a" + echo "*** shared version of the library, which you do not appear to have" + echo "*** because I did check the linker path looking for a file starting" + if test -z "$potlib" ; then + $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)" + else + $ECHO "*** with $libname and none of the candidates passed a file format test" + $ECHO "*** using a regex pattern. Last file checked: $potlib" + fi + fi + ;; + *) + # Add a -L argument. + func_append newdeplibs " $a_deplib" + ;; + esac + done # Gone through all deplibs. + ;; + none | unknown | *) + newdeplibs="" + tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'` + if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then + for i in $predeps $postdeps ; do + # can't use Xsed below, because $i might contain '/' + tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"` + done + fi + case $tmp_deplibs in + *[!\ \ ]*) + echo + if test "X$deplibs_check_method" = "Xnone"; then + echo "*** Warning: inter-library dependencies are not supported in this platform." + else + echo "*** Warning: inter-library dependencies are not known to be supported." + fi + echo "*** All declared inter-library dependencies are being dropped." + droppeddeps=yes + ;; + esac + ;; + esac + versuffix=$versuffix_save + major=$major_save + release=$release_save + libname=$libname_save + name=$name_save + + case $host in + *-*-rhapsody* | *-*-darwin1.[012]) + # On Rhapsody replace the C library with the System framework + newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'` + ;; + esac + + if test "$droppeddeps" = yes; then + if test "$module" = yes; then + echo + echo "*** Warning: libtool could not satisfy all declared inter-library" + $ECHO "*** dependencies of module $libname. Therefore, libtool will create" + echo "*** a static module, that should work as long as the dlopening" + echo "*** application is linked with the -dlopen flag." + if test -z "$global_symbol_pipe"; then + echo + echo "*** However, this would only work if libtool was able to extract symbol" + echo "*** lists from a program, using \`nm' or equivalent, but libtool could" + echo "*** not find such a program. So, this module is probably useless." + echo "*** \`nm' from GNU binutils and a full rebuild may help." + fi + if test "$build_old_libs" = no; then + oldlibs="$output_objdir/$libname.$libext" + build_libtool_libs=module + build_old_libs=yes + else + build_libtool_libs=no + fi + else + echo "*** The inter-library dependencies that have been dropped here will be" + echo "*** automatically added whenever a program is linked with this library" + echo "*** or is declared to -dlopen it." + + if test "$allow_undefined" = no; then + echo + echo "*** Since this library must not contain undefined symbols," + echo "*** because either the platform does not support them or" + echo "*** it was explicitly requested with -no-undefined," + echo "*** libtool will only create a static version of it." + if test "$build_old_libs" = no; then + oldlibs="$output_objdir/$libname.$libext" + build_libtool_libs=module + build_old_libs=yes + else + build_libtool_libs=no + fi + fi + fi + fi + # Done checking deplibs! + deplibs=$newdeplibs + fi + # Time to change all our "foo.ltframework" stuff back to "-framework foo" + case $host in + *-*-darwin*) + newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + ;; + esac + + # move library search paths that coincide with paths to not yet + # installed libraries to the beginning of the library search list + new_libs= + for path in $notinst_path; do + case " $new_libs " in + *" -L$path/$objdir "*) ;; + *) + case " $deplibs " in + *" -L$path/$objdir "*) + func_append new_libs " -L$path/$objdir" ;; + esac + ;; + esac + done + for deplib in $deplibs; do + case $deplib in + -L*) + case " $new_libs " in + *" $deplib "*) ;; + *) func_append new_libs " $deplib" ;; + esac + ;; + *) func_append new_libs " $deplib" ;; + esac + done + deplibs="$new_libs" + + # All the library-specific variables (install_libdir is set above). + library_names= + old_library= + dlname= + + # Test again, we may have decided not to build it any more + if test "$build_libtool_libs" = yes; then + # Remove ${wl} instances when linking with ld. + # FIXME: should test the right _cmds variable. + case $archive_cmds in + *\$LD\ *) wl= ;; + esac + if test "$hardcode_into_libs" = yes; then + # Hardcode the library paths + hardcode_libdirs= + dep_rpath= + rpath="$finalize_rpath" + test "$opt_mode" != relink && rpath="$compile_rpath$rpath" + for libdir in $rpath; do + if test -n "$hardcode_libdir_flag_spec"; then + if test -n "$hardcode_libdir_separator"; then + func_replace_sysroot "$libdir" + libdir=$func_replace_sysroot_result + if test -z "$hardcode_libdirs"; then + hardcode_libdirs="$libdir" + else + # Just accumulate the unique libdirs. + case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in + *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) + ;; + *) + func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" + ;; + esac + fi + else + eval flag=\"$hardcode_libdir_flag_spec\" + func_append dep_rpath " $flag" + fi + elif test -n "$runpath_var"; then + case "$perm_rpath " in + *" $libdir "*) ;; + *) func_append perm_rpath " $libdir" ;; + esac + fi + done + # Substitute the hardcoded libdirs into the rpath. + if test -n "$hardcode_libdir_separator" && + test -n "$hardcode_libdirs"; then + libdir="$hardcode_libdirs" + eval "dep_rpath=\"$hardcode_libdir_flag_spec\"" + fi + if test -n "$runpath_var" && test -n "$perm_rpath"; then + # We should set the runpath_var. + rpath= + for dir in $perm_rpath; do + func_append rpath "$dir:" + done + eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var" + fi + test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs" + fi + + shlibpath="$finalize_shlibpath" + test "$opt_mode" != relink && shlibpath="$compile_shlibpath$shlibpath" + if test -n "$shlibpath"; then + eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var" + fi + + # Get the real and link names of the library. + eval shared_ext=\"$shrext_cmds\" + eval library_names=\"$library_names_spec\" + set dummy $library_names + shift + realname="$1" + shift + + if test -n "$soname_spec"; then + eval soname=\"$soname_spec\" + else + soname="$realname" + fi + if test -z "$dlname"; then + dlname=$soname + fi + + lib="$output_objdir/$realname" + linknames= + for link + do + func_append linknames " $link" + done + + # Use standard objects if they are pic + test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP` + test "X$libobjs" = "X " && libobjs= + + delfiles= + if test -n "$export_symbols" && test -n "$include_expsyms"; then + $opt_dry_run || cp "$export_symbols" "$output_objdir/$libname.uexp" + export_symbols="$output_objdir/$libname.uexp" + func_append delfiles " $export_symbols" + fi + + orig_export_symbols= + case $host_os in + cygwin* | mingw* | cegcc*) + if test -n "$export_symbols" && test -z "$export_symbols_regex"; then + # exporting using user supplied symfile + if test "x`$SED 1q $export_symbols`" != xEXPORTS; then + # and it's NOT already a .def file. Must figure out + # which of the given symbols are data symbols and tag + # them as such. So, trigger use of export_symbols_cmds. + # export_symbols gets reassigned inside the "prepare + # the list of exported symbols" if statement, so the + # include_expsyms logic still works. + orig_export_symbols="$export_symbols" + export_symbols= + always_export_symbols=yes + fi + fi + ;; + esac + + # Prepare the list of exported symbols + if test -z "$export_symbols"; then + if test "$always_export_symbols" = yes || test -n "$export_symbols_regex"; then + func_verbose "generating symbol list for \`$libname.la'" + export_symbols="$output_objdir/$libname.exp" + $opt_dry_run || $RM $export_symbols + cmds=$export_symbols_cmds + save_ifs="$IFS"; IFS='~' + for cmd1 in $cmds; do + IFS="$save_ifs" + # Take the normal branch if the nm_file_list_spec branch + # doesn't work or if tool conversion is not needed. + case $nm_file_list_spec~$to_tool_file_cmd in + *~func_convert_file_noop | *~func_convert_file_msys_to_w32 | ~*) + try_normal_branch=yes + eval cmd=\"$cmd1\" + func_len " $cmd" + len=$func_len_result + ;; + *) + try_normal_branch=no + ;; + esac + if test "$try_normal_branch" = yes \ + && { test "$len" -lt "$max_cmd_len" \ + || test "$max_cmd_len" -le -1; } + then + func_show_eval "$cmd" 'exit $?' + skipped_export=false + elif test -n "$nm_file_list_spec"; then + func_basename "$output" + output_la=$func_basename_result + save_libobjs=$libobjs + save_output=$output + output=${output_objdir}/${output_la}.nm + func_to_tool_file "$output" + libobjs=$nm_file_list_spec$func_to_tool_file_result + func_append delfiles " $output" + func_verbose "creating $NM input file list: $output" + for obj in $save_libobjs; do + func_to_tool_file "$obj" + $ECHO "$func_to_tool_file_result" + done > "$output" + eval cmd=\"$cmd1\" + func_show_eval "$cmd" 'exit $?' + output=$save_output + libobjs=$save_libobjs + skipped_export=false + else + # The command line is too long to execute in one step. + func_verbose "using reloadable object file for export list..." + skipped_export=: + # Break out early, otherwise skipped_export may be + # set to false by a later but shorter cmd. + break + fi + done + IFS="$save_ifs" + if test -n "$export_symbols_regex" && test "X$skipped_export" != "X:"; then + func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' + func_show_eval '$MV "${export_symbols}T" "$export_symbols"' + fi + fi + fi + + if test -n "$export_symbols" && test -n "$include_expsyms"; then + tmp_export_symbols="$export_symbols" + test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols" + $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"' + fi + + if test "X$skipped_export" != "X:" && test -n "$orig_export_symbols"; then + # The given exports_symbols file has to be filtered, so filter it. + func_verbose "filter symbol list for \`$libname.la' to tag DATA exports" + # FIXME: $output_objdir/$libname.filter potentially contains lots of + # 's' commands which not all seds can handle. GNU sed should be fine + # though. Also, the filter scales superlinearly with the number of + # global variables. join(1) would be nice here, but unfortunately + # isn't a blessed tool. + $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter + func_append delfiles " $export_symbols $output_objdir/$libname.filter" + export_symbols=$output_objdir/$libname.def + $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols + fi + + tmp_deplibs= + for test_deplib in $deplibs; do + case " $convenience " in + *" $test_deplib "*) ;; + *) + func_append tmp_deplibs " $test_deplib" + ;; + esac + done + deplibs="$tmp_deplibs" + + if test -n "$convenience"; then + if test -n "$whole_archive_flag_spec" && + test "$compiler_needs_object" = yes && + test -z "$libobjs"; then + # extract the archives, so we have objects to list. + # TODO: could optimize this to just extract one archive. + whole_archive_flag_spec= + fi + if test -n "$whole_archive_flag_spec"; then + save_libobjs=$libobjs + eval libobjs=\"\$libobjs $whole_archive_flag_spec\" + test "X$libobjs" = "X " && libobjs= + else + gentop="$output_objdir/${outputname}x" + func_append generated " $gentop" + + func_extract_archives $gentop $convenience + func_append libobjs " $func_extract_archives_result" + test "X$libobjs" = "X " && libobjs= + fi + fi + + if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then + eval flag=\"$thread_safe_flag_spec\" + func_append linker_flags " $flag" + fi + + # Make a backup of the uninstalled library when relinking + if test "$opt_mode" = relink; then + $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || exit $? + fi + + # Do each of the archive commands. + if test "$module" = yes && test -n "$module_cmds" ; then + if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then + eval test_cmds=\"$module_expsym_cmds\" + cmds=$module_expsym_cmds + else + eval test_cmds=\"$module_cmds\" + cmds=$module_cmds + fi + else + if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then + eval test_cmds=\"$archive_expsym_cmds\" + cmds=$archive_expsym_cmds + else + eval test_cmds=\"$archive_cmds\" + cmds=$archive_cmds + fi + fi + + if test "X$skipped_export" != "X:" && + func_len " $test_cmds" && + len=$func_len_result && + test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then + : + else + # The command line is too long to link in one step, link piecewise + # or, if using GNU ld and skipped_export is not :, use a linker + # script. + + # Save the value of $output and $libobjs because we want to + # use them later. If we have whole_archive_flag_spec, we + # want to use save_libobjs as it was before + # whole_archive_flag_spec was expanded, because we can't + # assume the linker understands whole_archive_flag_spec. + # This may have to be revisited, in case too many + # convenience libraries get linked in and end up exceeding + # the spec. + if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then + save_libobjs=$libobjs + fi + save_output=$output + func_basename "$output" + output_la=$func_basename_result + + # Clear the reloadable object creation command queue and + # initialize k to one. + test_cmds= + concat_cmds= + objlist= + last_robj= + k=1 + + if test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "$with_gnu_ld" = yes; then + output=${output_objdir}/${output_la}.lnkscript + func_verbose "creating GNU ld script: $output" + echo 'INPUT (' > $output + for obj in $save_libobjs + do + func_to_tool_file "$obj" + $ECHO "$func_to_tool_file_result" >> $output + done + echo ')' >> $output + func_append delfiles " $output" + func_to_tool_file "$output" + output=$func_to_tool_file_result + elif test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "X$file_list_spec" != X; then + output=${output_objdir}/${output_la}.lnk + func_verbose "creating linker input file list: $output" + : > $output + set x $save_libobjs + shift + firstobj= + if test "$compiler_needs_object" = yes; then + firstobj="$1 " + shift + fi + for obj + do + func_to_tool_file "$obj" + $ECHO "$func_to_tool_file_result" >> $output + done + func_append delfiles " $output" + func_to_tool_file "$output" + output=$firstobj\"$file_list_spec$func_to_tool_file_result\" + else + if test -n "$save_libobjs"; then + func_verbose "creating reloadable object files..." + output=$output_objdir/$output_la-${k}.$objext + eval test_cmds=\"$reload_cmds\" + func_len " $test_cmds" + len0=$func_len_result + len=$len0 + + # Loop over the list of objects to be linked. + for obj in $save_libobjs + do + func_len " $obj" + func_arith $len + $func_len_result + len=$func_arith_result + if test "X$objlist" = X || + test "$len" -lt "$max_cmd_len"; then + func_append objlist " $obj" + else + # The command $test_cmds is almost too long, add a + # command to the queue. + if test "$k" -eq 1 ; then + # The first file doesn't have a previous command to add. + reload_objs=$objlist + eval concat_cmds=\"$reload_cmds\" + else + # All subsequent reloadable object files will link in + # the last one created. + reload_objs="$objlist $last_robj" + eval concat_cmds=\"\$concat_cmds~$reload_cmds~\$RM $last_robj\" + fi + last_robj=$output_objdir/$output_la-${k}.$objext + func_arith $k + 1 + k=$func_arith_result + output=$output_objdir/$output_la-${k}.$objext + objlist=" $obj" + func_len " $last_robj" + func_arith $len0 + $func_len_result + len=$func_arith_result + fi + done + # Handle the remaining objects by creating one last + # reloadable object file. All subsequent reloadable object + # files will link in the last one created. + test -z "$concat_cmds" || concat_cmds=$concat_cmds~ + reload_objs="$objlist $last_robj" + eval concat_cmds=\"\${concat_cmds}$reload_cmds\" + if test -n "$last_robj"; then + eval concat_cmds=\"\${concat_cmds}~\$RM $last_robj\" + fi + func_append delfiles " $output" + + else + output= + fi + + if ${skipped_export-false}; then + func_verbose "generating symbol list for \`$libname.la'" + export_symbols="$output_objdir/$libname.exp" + $opt_dry_run || $RM $export_symbols + libobjs=$output + # Append the command to create the export file. + test -z "$concat_cmds" || concat_cmds=$concat_cmds~ + eval concat_cmds=\"\$concat_cmds$export_symbols_cmds\" + if test -n "$last_robj"; then + eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\" + fi + fi + + test -n "$save_libobjs" && + func_verbose "creating a temporary reloadable object file: $output" + + # Loop through the commands generated above and execute them. + save_ifs="$IFS"; IFS='~' + for cmd in $concat_cmds; do + IFS="$save_ifs" + $opt_silent || { + func_quote_for_expand "$cmd" + eval "func_echo $func_quote_for_expand_result" + } + $opt_dry_run || eval "$cmd" || { + lt_exit=$? + + # Restore the uninstalled library and exit + if test "$opt_mode" = relink; then + ( cd "$output_objdir" && \ + $RM "${realname}T" && \ + $MV "${realname}U" "$realname" ) + fi + + exit $lt_exit + } + done + IFS="$save_ifs" + + if test -n "$export_symbols_regex" && ${skipped_export-false}; then + func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' + func_show_eval '$MV "${export_symbols}T" "$export_symbols"' + fi + fi + + if ${skipped_export-false}; then + if test -n "$export_symbols" && test -n "$include_expsyms"; then + tmp_export_symbols="$export_symbols" + test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols" + $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"' + fi + + if test -n "$orig_export_symbols"; then + # The given exports_symbols file has to be filtered, so filter it. + func_verbose "filter symbol list for \`$libname.la' to tag DATA exports" + # FIXME: $output_objdir/$libname.filter potentially contains lots of + # 's' commands which not all seds can handle. GNU sed should be fine + # though. Also, the filter scales superlinearly with the number of + # global variables. join(1) would be nice here, but unfortunately + # isn't a blessed tool. + $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter + func_append delfiles " $export_symbols $output_objdir/$libname.filter" + export_symbols=$output_objdir/$libname.def + $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols + fi + fi + + libobjs=$output + # Restore the value of output. + output=$save_output + + if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then + eval libobjs=\"\$libobjs $whole_archive_flag_spec\" + test "X$libobjs" = "X " && libobjs= + fi + # Expand the library linking commands again to reset the + # value of $libobjs for piecewise linking. + + # Do each of the archive commands. + if test "$module" = yes && test -n "$module_cmds" ; then + if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then + cmds=$module_expsym_cmds + else + cmds=$module_cmds + fi + else + if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then + cmds=$archive_expsym_cmds + else + cmds=$archive_cmds + fi + fi + fi + + if test -n "$delfiles"; then + # Append the command to remove temporary files to $cmds. + eval cmds=\"\$cmds~\$RM $delfiles\" + fi + + # Add any objects from preloaded convenience libraries + if test -n "$dlprefiles"; then + gentop="$output_objdir/${outputname}x" + func_append generated " $gentop" + + func_extract_archives $gentop $dlprefiles + func_append libobjs " $func_extract_archives_result" + test "X$libobjs" = "X " && libobjs= + fi + + save_ifs="$IFS"; IFS='~' + for cmd in $cmds; do + IFS="$save_ifs" + eval cmd=\"$cmd\" + $opt_silent || { + func_quote_for_expand "$cmd" + eval "func_echo $func_quote_for_expand_result" + } + $opt_dry_run || eval "$cmd" || { + lt_exit=$? + + # Restore the uninstalled library and exit + if test "$opt_mode" = relink; then + ( cd "$output_objdir" && \ + $RM "${realname}T" && \ + $MV "${realname}U" "$realname" ) + fi + + exit $lt_exit + } + done + IFS="$save_ifs" + + # Restore the uninstalled library and exit + if test "$opt_mode" = relink; then + $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV ${realname}U $realname)' || exit $? + + if test -n "$convenience"; then + if test -z "$whole_archive_flag_spec"; then + func_show_eval '${RM}r "$gentop"' + fi + fi + + exit $EXIT_SUCCESS + fi + + # Create links to the real library. + for linkname in $linknames; do + if test "$realname" != "$linkname"; then + func_show_eval '(cd "$output_objdir" && $RM "$linkname" && $LN_S "$realname" "$linkname")' 'exit $?' + fi + done + + # If -module or -export-dynamic was specified, set the dlname. + if test "$module" = yes || test "$export_dynamic" = yes; then + # On all known operating systems, these are identical. + dlname="$soname" + fi + fi + ;; + + obj) + if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then + func_warning "\`-dlopen' is ignored for objects" + fi + + case " $deplibs" in + *\ -l* | *\ -L*) + func_warning "\`-l' and \`-L' are ignored for objects" ;; + esac + + test -n "$rpath" && \ + func_warning "\`-rpath' is ignored for objects" + + test -n "$xrpath" && \ + func_warning "\`-R' is ignored for objects" + + test -n "$vinfo" && \ + func_warning "\`-version-info' is ignored for objects" + + test -n "$release" && \ + func_warning "\`-release' is ignored for objects" + + case $output in + *.lo) + test -n "$objs$old_deplibs" && \ + func_fatal_error "cannot build library object \`$output' from non-libtool objects" + + libobj=$output + func_lo2o "$libobj" + obj=$func_lo2o_result + ;; + *) + libobj= + obj="$output" + ;; + esac + + # Delete the old objects. + $opt_dry_run || $RM $obj $libobj + + # Objects from convenience libraries. This assumes + # single-version convenience libraries. Whenever we create + # different ones for PIC/non-PIC, this we'll have to duplicate + # the extraction. + reload_conv_objs= + gentop= + # reload_cmds runs $LD directly, so let us get rid of + # -Wl from whole_archive_flag_spec and hope we can get by with + # turning comma into space.. + wl= + + if test -n "$convenience"; then + if test -n "$whole_archive_flag_spec"; then + eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" + reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'` + else + gentop="$output_objdir/${obj}x" + func_append generated " $gentop" + + func_extract_archives $gentop $convenience + reload_conv_objs="$reload_objs $func_extract_archives_result" + fi + fi + + # If we're not building shared, we need to use non_pic_objs + test "$build_libtool_libs" != yes && libobjs="$non_pic_objects" + + # Create the old-style object. + reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test + + output="$obj" + func_execute_cmds "$reload_cmds" 'exit $?' + + # Exit if we aren't doing a library object file. + if test -z "$libobj"; then + if test -n "$gentop"; then + func_show_eval '${RM}r "$gentop"' + fi + + exit $EXIT_SUCCESS + fi + + if test "$build_libtool_libs" != yes; then + if test -n "$gentop"; then + func_show_eval '${RM}r "$gentop"' + fi + + # Create an invalid libtool object if no PIC, so that we don't + # accidentally link it into a program. + # $show "echo timestamp > $libobj" + # $opt_dry_run || eval "echo timestamp > $libobj" || exit $? + exit $EXIT_SUCCESS + fi + + if test -n "$pic_flag" || test "$pic_mode" != default; then + # Only do commands if we really have different PIC objects. + reload_objs="$libobjs $reload_conv_objs" + output="$libobj" + func_execute_cmds "$reload_cmds" 'exit $?' + fi + + if test -n "$gentop"; then + func_show_eval '${RM}r "$gentop"' + fi + + exit $EXIT_SUCCESS + ;; + + prog) + case $host in + *cygwin*) func_stripname '' '.exe' "$output" + output=$func_stripname_result.exe;; + esac + test -n "$vinfo" && \ + func_warning "\`-version-info' is ignored for programs" + + test -n "$release" && \ + func_warning "\`-release' is ignored for programs" + + test "$preload" = yes \ + && test "$dlopen_support" = unknown \ + && test "$dlopen_self" = unknown \ + && test "$dlopen_self_static" = unknown && \ + func_warning "\`LT_INIT([dlopen])' not used. Assuming no dlopen support." + + case $host in + *-*-rhapsody* | *-*-darwin1.[012]) + # On Rhapsody replace the C library is the System framework + compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'` + finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'` + ;; + esac + + case $host in + *-*-darwin*) + # Don't allow lazy linking, it breaks C++ global constructors + # But is supposedly fixed on 10.4 or later (yay!). + if test "$tagname" = CXX ; then + case ${MACOSX_DEPLOYMENT_TARGET-10.0} in + 10.[0123]) + func_append compile_command " ${wl}-bind_at_load" + func_append finalize_command " ${wl}-bind_at_load" + ;; + esac + fi + # Time to change all our "foo.ltframework" stuff back to "-framework foo" + compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + ;; + esac + + + # move library search paths that coincide with paths to not yet + # installed libraries to the beginning of the library search list + new_libs= + for path in $notinst_path; do + case " $new_libs " in + *" -L$path/$objdir "*) ;; + *) + case " $compile_deplibs " in + *" -L$path/$objdir "*) + func_append new_libs " -L$path/$objdir" ;; + esac + ;; + esac + done + for deplib in $compile_deplibs; do + case $deplib in + -L*) + case " $new_libs " in + *" $deplib "*) ;; + *) func_append new_libs " $deplib" ;; + esac + ;; + *) func_append new_libs " $deplib" ;; + esac + done + compile_deplibs="$new_libs" + + + func_append compile_command " $compile_deplibs" + func_append finalize_command " $finalize_deplibs" + + if test -n "$rpath$xrpath"; then + # If the user specified any rpath flags, then add them. + for libdir in $rpath $xrpath; do + # This is the magic to use -rpath. + case "$finalize_rpath " in + *" $libdir "*) ;; + *) func_append finalize_rpath " $libdir" ;; + esac + done + fi + + # Now hardcode the library paths + rpath= + hardcode_libdirs= + for libdir in $compile_rpath $finalize_rpath; do + if test -n "$hardcode_libdir_flag_spec"; then + if test -n "$hardcode_libdir_separator"; then + if test -z "$hardcode_libdirs"; then + hardcode_libdirs="$libdir" + else + # Just accumulate the unique libdirs. + case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in + *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) + ;; + *) + func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" + ;; + esac + fi + else + eval flag=\"$hardcode_libdir_flag_spec\" + func_append rpath " $flag" + fi + elif test -n "$runpath_var"; then + case "$perm_rpath " in + *" $libdir "*) ;; + *) func_append perm_rpath " $libdir" ;; + esac + fi + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) + testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'` + case :$dllsearchpath: in + *":$libdir:"*) ;; + ::) dllsearchpath=$libdir;; + *) func_append dllsearchpath ":$libdir";; + esac + case :$dllsearchpath: in + *":$testbindir:"*) ;; + ::) dllsearchpath=$testbindir;; + *) func_append dllsearchpath ":$testbindir";; + esac + ;; + esac + done + # Substitute the hardcoded libdirs into the rpath. + if test -n "$hardcode_libdir_separator" && + test -n "$hardcode_libdirs"; then + libdir="$hardcode_libdirs" + eval rpath=\" $hardcode_libdir_flag_spec\" + fi + compile_rpath="$rpath" + + rpath= + hardcode_libdirs= + for libdir in $finalize_rpath; do + if test -n "$hardcode_libdir_flag_spec"; then + if test -n "$hardcode_libdir_separator"; then + if test -z "$hardcode_libdirs"; then + hardcode_libdirs="$libdir" + else + # Just accumulate the unique libdirs. + case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in + *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) + ;; + *) + func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" + ;; + esac + fi + else + eval flag=\"$hardcode_libdir_flag_spec\" + func_append rpath " $flag" + fi + elif test -n "$runpath_var"; then + case "$finalize_perm_rpath " in + *" $libdir "*) ;; + *) func_append finalize_perm_rpath " $libdir" ;; + esac + fi + done + # Substitute the hardcoded libdirs into the rpath. + if test -n "$hardcode_libdir_separator" && + test -n "$hardcode_libdirs"; then + libdir="$hardcode_libdirs" + eval rpath=\" $hardcode_libdir_flag_spec\" + fi + finalize_rpath="$rpath" + + if test -n "$libobjs" && test "$build_old_libs" = yes; then + # Transform all the library objects into standard objects. + compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP` + finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP` + fi + + func_generate_dlsyms "$outputname" "@PROGRAM@" "no" + + # template prelinking step + if test -n "$prelink_cmds"; then + func_execute_cmds "$prelink_cmds" 'exit $?' + fi + + wrappers_required=yes + case $host in + *cegcc* | *mingw32ce*) + # Disable wrappers for cegcc and mingw32ce hosts, we are cross compiling anyway. + wrappers_required=no + ;; + *cygwin* | *mingw* ) + if test "$build_libtool_libs" != yes; then + wrappers_required=no + fi + ;; + *) + if test "$need_relink" = no || test "$build_libtool_libs" != yes; then + wrappers_required=no + fi + ;; + esac + if test "$wrappers_required" = no; then + # Replace the output file specification. + compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'` + link_command="$compile_command$compile_rpath" + + # We have no uninstalled library dependencies, so finalize right now. + exit_status=0 + func_show_eval "$link_command" 'exit_status=$?' + + if test -n "$postlink_cmds"; then + func_to_tool_file "$output" + postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` + func_execute_cmds "$postlink_cmds" 'exit $?' + fi + + # Delete the generated files. + if test -f "$output_objdir/${outputname}S.${objext}"; then + func_show_eval '$RM "$output_objdir/${outputname}S.${objext}"' + fi + + exit $exit_status + fi + + if test -n "$compile_shlibpath$finalize_shlibpath"; then + compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command" + fi + if test -n "$finalize_shlibpath"; then + finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command" + fi + + compile_var= + finalize_var= + if test -n "$runpath_var"; then + if test -n "$perm_rpath"; then + # We should set the runpath_var. + rpath= + for dir in $perm_rpath; do + func_append rpath "$dir:" + done + compile_var="$runpath_var=\"$rpath\$$runpath_var\" " + fi + if test -n "$finalize_perm_rpath"; then + # We should set the runpath_var. + rpath= + for dir in $finalize_perm_rpath; do + func_append rpath "$dir:" + done + finalize_var="$runpath_var=\"$rpath\$$runpath_var\" " + fi + fi + + if test "$no_install" = yes; then + # We don't need to create a wrapper script. + link_command="$compile_var$compile_command$compile_rpath" + # Replace the output file specification. + link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'` + # Delete the old output file. + $opt_dry_run || $RM $output + # Link the executable and exit + func_show_eval "$link_command" 'exit $?' + + if test -n "$postlink_cmds"; then + func_to_tool_file "$output" + postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` + func_execute_cmds "$postlink_cmds" 'exit $?' + fi + + exit $EXIT_SUCCESS + fi + + if test "$hardcode_action" = relink; then + # Fast installation is not supported + link_command="$compile_var$compile_command$compile_rpath" + relink_command="$finalize_var$finalize_command$finalize_rpath" + + func_warning "this platform does not like uninstalled shared libraries" + func_warning "\`$output' will be relinked during installation" + else + if test "$fast_install" != no; then + link_command="$finalize_var$compile_command$finalize_rpath" + if test "$fast_install" = yes; then + relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'` + else + # fast_install is set to needless + relink_command= + fi + else + link_command="$compile_var$compile_command$compile_rpath" + relink_command="$finalize_var$finalize_command$finalize_rpath" + fi + fi + + # Replace the output file specification. + link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` + + # Delete the old output files. + $opt_dry_run || $RM $output $output_objdir/$outputname $output_objdir/lt-$outputname + + func_show_eval "$link_command" 'exit $?' + + if test -n "$postlink_cmds"; then + func_to_tool_file "$output_objdir/$outputname" + postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` + func_execute_cmds "$postlink_cmds" 'exit $?' + fi + + # Now create the wrapper script. + func_verbose "creating $output" + + # Quote the relink command for shipping. + if test -n "$relink_command"; then + # Preserve any variables that may affect compiler behavior + for var in $variables_saved_for_relink; do + if eval test -z \"\${$var+set}\"; then + relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command" + elif eval var_value=\$$var; test -z "$var_value"; then + relink_command="$var=; export $var; $relink_command" + else + func_quote_for_eval "$var_value" + relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command" + fi + done + relink_command="(cd `pwd`; $relink_command)" + relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` + fi + + # Only actually do things if not in dry run mode. + $opt_dry_run || { + # win32 will think the script is a binary if it has + # a .exe suffix, so we strip it off here. + case $output in + *.exe) func_stripname '' '.exe' "$output" + output=$func_stripname_result ;; + esac + # test for cygwin because mv fails w/o .exe extensions + case $host in + *cygwin*) + exeext=.exe + func_stripname '' '.exe' "$outputname" + outputname=$func_stripname_result ;; + *) exeext= ;; + esac + case $host in + *cygwin* | *mingw* ) + func_dirname_and_basename "$output" "" "." + output_name=$func_basename_result + output_path=$func_dirname_result + cwrappersource="$output_path/$objdir/lt-$output_name.c" + cwrapper="$output_path/$output_name.exe" + $RM $cwrappersource $cwrapper + trap "$RM $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15 + + func_emit_cwrapperexe_src > $cwrappersource + + # The wrapper executable is built using the $host compiler, + # because it contains $host paths and files. If cross- + # compiling, it, like the target executable, must be + # executed on the $host or under an emulation environment. + $opt_dry_run || { + $LTCC $LTCFLAGS -o $cwrapper $cwrappersource + $STRIP $cwrapper + } + + # Now, create the wrapper script for func_source use: + func_ltwrapper_scriptname $cwrapper + $RM $func_ltwrapper_scriptname_result + trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15 + $opt_dry_run || { + # note: this script will not be executed, so do not chmod. + if test "x$build" = "x$host" ; then + $cwrapper --lt-dump-script > $func_ltwrapper_scriptname_result + else + func_emit_wrapper no > $func_ltwrapper_scriptname_result + fi + } + ;; + * ) + $RM $output + trap "$RM $output; exit $EXIT_FAILURE" 1 2 15 + + func_emit_wrapper no > $output + chmod +x $output + ;; + esac + } + exit $EXIT_SUCCESS + ;; + esac + + # See if we need to build an old-fashioned archive. + for oldlib in $oldlibs; do + + if test "$build_libtool_libs" = convenience; then + oldobjs="$libobjs_save $symfileobj" + addlibs="$convenience" + build_libtool_libs=no + else + if test "$build_libtool_libs" = module; then + oldobjs="$libobjs_save" + build_libtool_libs=no + else + oldobjs="$old_deplibs $non_pic_objects" + if test "$preload" = yes && test -f "$symfileobj"; then + func_append oldobjs " $symfileobj" + fi + fi + addlibs="$old_convenience" + fi + + if test -n "$addlibs"; then + gentop="$output_objdir/${outputname}x" + func_append generated " $gentop" + + func_extract_archives $gentop $addlibs + func_append oldobjs " $func_extract_archives_result" + fi + + # Do each command in the archive commands. + if test -n "$old_archive_from_new_cmds" && test "$build_libtool_libs" = yes; then + cmds=$old_archive_from_new_cmds + else + + # Add any objects from preloaded convenience libraries + if test -n "$dlprefiles"; then + gentop="$output_objdir/${outputname}x" + func_append generated " $gentop" + + func_extract_archives $gentop $dlprefiles + func_append oldobjs " $func_extract_archives_result" + fi + + # POSIX demands no paths to be encoded in archives. We have + # to avoid creating archives with duplicate basenames if we + # might have to extract them afterwards, e.g., when creating a + # static archive out of a convenience library, or when linking + # the entirety of a libtool archive into another (currently + # not supported by libtool). + if (for obj in $oldobjs + do + func_basename "$obj" + $ECHO "$func_basename_result" + done | sort | sort -uc >/dev/null 2>&1); then + : + else + echo "copying selected object files to avoid basename conflicts..." + gentop="$output_objdir/${outputname}x" + func_append generated " $gentop" + func_mkdir_p "$gentop" + save_oldobjs=$oldobjs + oldobjs= + counter=1 + for obj in $save_oldobjs + do + func_basename "$obj" + objbase="$func_basename_result" + case " $oldobjs " in + " ") oldobjs=$obj ;; + *[\ /]"$objbase "*) + while :; do + # Make sure we don't pick an alternate name that also + # overlaps. + newobj=lt$counter-$objbase + func_arith $counter + 1 + counter=$func_arith_result + case " $oldobjs " in + *[\ /]"$newobj "*) ;; + *) if test ! -f "$gentop/$newobj"; then break; fi ;; + esac + done + func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" + func_append oldobjs " $gentop/$newobj" + ;; + *) func_append oldobjs " $obj" ;; + esac + done + fi + func_to_tool_file "$oldlib" func_convert_file_msys_to_w32 + tool_oldlib=$func_to_tool_file_result + eval cmds=\"$old_archive_cmds\" + + func_len " $cmds" + len=$func_len_result + if test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then + cmds=$old_archive_cmds + elif test -n "$archiver_list_spec"; then + func_verbose "using command file archive linking..." + for obj in $oldobjs + do + func_to_tool_file "$obj" + $ECHO "$func_to_tool_file_result" + done > $output_objdir/$libname.libcmd + func_to_tool_file "$output_objdir/$libname.libcmd" + oldobjs=" $archiver_list_spec$func_to_tool_file_result" + cmds=$old_archive_cmds + else + # the command line is too long to link in one step, link in parts + func_verbose "using piecewise archive linking..." + save_RANLIB=$RANLIB + RANLIB=: + objlist= + concat_cmds= + save_oldobjs=$oldobjs + oldobjs= + # Is there a better way of finding the last object in the list? + for obj in $save_oldobjs + do + last_oldobj=$obj + done + eval test_cmds=\"$old_archive_cmds\" + func_len " $test_cmds" + len0=$func_len_result + len=$len0 + for obj in $save_oldobjs + do + func_len " $obj" + func_arith $len + $func_len_result + len=$func_arith_result + func_append objlist " $obj" + if test "$len" -lt "$max_cmd_len"; then + : + else + # the above command should be used before it gets too long + oldobjs=$objlist + if test "$obj" = "$last_oldobj" ; then + RANLIB=$save_RANLIB + fi + test -z "$concat_cmds" || concat_cmds=$concat_cmds~ + eval concat_cmds=\"\${concat_cmds}$old_archive_cmds\" + objlist= + len=$len0 + fi + done + RANLIB=$save_RANLIB + oldobjs=$objlist + if test "X$oldobjs" = "X" ; then + eval cmds=\"\$concat_cmds\" + else + eval cmds=\"\$concat_cmds~\$old_archive_cmds\" + fi + fi + fi + func_execute_cmds "$cmds" 'exit $?' + done + + test -n "$generated" && \ + func_show_eval "${RM}r$generated" + + # Now create the libtool archive. + case $output in + *.la) + old_library= + test "$build_old_libs" = yes && old_library="$libname.$libext" + func_verbose "creating $output" + + # Preserve any variables that may affect compiler behavior + for var in $variables_saved_for_relink; do + if eval test -z \"\${$var+set}\"; then + relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command" + elif eval var_value=\$$var; test -z "$var_value"; then + relink_command="$var=; export $var; $relink_command" + else + func_quote_for_eval "$var_value" + relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command" + fi + done + # Quote the link command for shipping. + relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" + relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` + if test "$hardcode_automatic" = yes ; then + relink_command= + fi + + # Only create the output if not a dry run. + $opt_dry_run || { + for installed in no yes; do + if test "$installed" = yes; then + if test -z "$install_libdir"; then + break + fi + output="$output_objdir/$outputname"i + # Replace all uninstalled libtool libraries with the installed ones + newdependency_libs= + for deplib in $dependency_libs; do + case $deplib in + *.la) + func_basename "$deplib" + name="$func_basename_result" + func_resolve_sysroot "$deplib" + eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result` + test -z "$libdir" && \ + func_fatal_error "\`$deplib' is not a valid libtool archive" + func_append newdependency_libs " ${lt_sysroot:+=}$libdir/$name" + ;; + -L*) + func_stripname -L '' "$deplib" + func_replace_sysroot "$func_stripname_result" + func_append newdependency_libs " -L$func_replace_sysroot_result" + ;; + -R*) + func_stripname -R '' "$deplib" + func_replace_sysroot "$func_stripname_result" + func_append newdependency_libs " -R$func_replace_sysroot_result" + ;; + *) func_append newdependency_libs " $deplib" ;; + esac + done + dependency_libs="$newdependency_libs" + newdlfiles= + + for lib in $dlfiles; do + case $lib in + *.la) + func_basename "$lib" + name="$func_basename_result" + eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` + test -z "$libdir" && \ + func_fatal_error "\`$lib' is not a valid libtool archive" + func_append newdlfiles " ${lt_sysroot:+=}$libdir/$name" + ;; + *) func_append newdlfiles " $lib" ;; + esac + done + dlfiles="$newdlfiles" + newdlprefiles= + for lib in $dlprefiles; do + case $lib in + *.la) + # Only pass preopened files to the pseudo-archive (for + # eventual linking with the app. that links it) if we + # didn't already link the preopened objects directly into + # the library: + func_basename "$lib" + name="$func_basename_result" + eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` + test -z "$libdir" && \ + func_fatal_error "\`$lib' is not a valid libtool archive" + func_append newdlprefiles " ${lt_sysroot:+=}$libdir/$name" + ;; + esac + done + dlprefiles="$newdlprefiles" + else + newdlfiles= + for lib in $dlfiles; do + case $lib in + [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; + *) abs=`pwd`"/$lib" ;; + esac + func_append newdlfiles " $abs" + done + dlfiles="$newdlfiles" + newdlprefiles= + for lib in $dlprefiles; do + case $lib in + [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; + *) abs=`pwd`"/$lib" ;; + esac + func_append newdlprefiles " $abs" + done + dlprefiles="$newdlprefiles" + fi + $RM $output + # place dlname in correct position for cygwin + # In fact, it would be nice if we could use this code for all target + # systems that can't hard-code library paths into their executables + # and that have no shared library path variable independent of PATH, + # but it turns out we can't easily determine that from inspecting + # libtool variables, so we have to hard-code the OSs to which it + # applies here; at the moment, that means platforms that use the PE + # object format with DLL files. See the long comment at the top of + # tests/bindir.at for full details. + tdlname=$dlname + case $host,$output,$installed,$module,$dlname in + *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll) + # If a -bindir argument was supplied, place the dll there. + if test "x$bindir" != x ; + then + func_relative_path "$install_libdir" "$bindir" + tdlname=$func_relative_path_result$dlname + else + # Otherwise fall back on heuristic. + tdlname=../bin/$dlname + fi + ;; + esac + $ECHO > $output "\ +# $outputname - a libtool library file +# Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION +# +# Please DO NOT delete this file! +# It is necessary for linking the library. + +# The name that we can dlopen(3). +dlname='$tdlname' + +# Names of this library. +library_names='$library_names' + +# The name of the static archive. +old_library='$old_library' + +# Linker flags that can not go in dependency_libs. +inherited_linker_flags='$new_inherited_linker_flags' + +# Libraries that this one depends upon. +dependency_libs='$dependency_libs' + +# Names of additional weak libraries provided by this library +weak_library_names='$weak_libs' + +# Version information for $libname. +current=$current +age=$age +revision=$revision + +# Is this an already installed library? +installed=$installed + +# Should we warn about portability when linking against -modules? +shouldnotlink=$module + +# Files to dlopen/dlpreopen +dlopen='$dlfiles' +dlpreopen='$dlprefiles' + +# Directory that this library needs to be installed in: +libdir='$install_libdir'" + if test "$installed" = no && test "$need_relink" = yes; then + $ECHO >> $output "\ +relink_command=\"$relink_command\"" + fi + done + } + + # Do a symbolic link so that the libtool archive can be found in + # LD_LIBRARY_PATH before the program is installed. + func_show_eval '( cd "$output_objdir" && $RM "$outputname" && $LN_S "../$outputname" "$outputname" )' 'exit $?' + ;; + esac + exit $EXIT_SUCCESS +} + +{ test "$opt_mode" = link || test "$opt_mode" = relink; } && + func_mode_link ${1+"$@"} + + +# func_mode_uninstall arg... +func_mode_uninstall () +{ + $opt_debug + RM="$nonopt" + files= + rmforce= + exit_status=0 + + # This variable tells wrapper scripts just to set variables rather + # than running their programs. + libtool_install_magic="$magic" + + for arg + do + case $arg in + -f) func_append RM " $arg"; rmforce=yes ;; + -*) func_append RM " $arg" ;; + *) func_append files " $arg" ;; + esac + done + + test -z "$RM" && \ + func_fatal_help "you must specify an RM program" + + rmdirs= + + for file in $files; do + func_dirname "$file" "" "." + dir="$func_dirname_result" + if test "X$dir" = X.; then + odir="$objdir" + else + odir="$dir/$objdir" + fi + func_basename "$file" + name="$func_basename_result" + test "$opt_mode" = uninstall && odir="$dir" + + # Remember odir for removal later, being careful to avoid duplicates + if test "$opt_mode" = clean; then + case " $rmdirs " in + *" $odir "*) ;; + *) func_append rmdirs " $odir" ;; + esac + fi + + # Don't error if the file doesn't exist and rm -f was used. + if { test -L "$file"; } >/dev/null 2>&1 || + { test -h "$file"; } >/dev/null 2>&1 || + test -f "$file"; then + : + elif test -d "$file"; then + exit_status=1 + continue + elif test "$rmforce" = yes; then + continue + fi + + rmfiles="$file" + + case $name in + *.la) + # Possibly a libtool archive, so verify it. + if func_lalib_p "$file"; then + func_source $dir/$name + + # Delete the libtool libraries and symlinks. + for n in $library_names; do + func_append rmfiles " $odir/$n" + done + test -n "$old_library" && func_append rmfiles " $odir/$old_library" + + case "$opt_mode" in + clean) + case " $library_names " in + *" $dlname "*) ;; + *) test -n "$dlname" && func_append rmfiles " $odir/$dlname" ;; + esac + test -n "$libdir" && func_append rmfiles " $odir/$name $odir/${name}i" + ;; + uninstall) + if test -n "$library_names"; then + # Do each command in the postuninstall commands. + func_execute_cmds "$postuninstall_cmds" 'test "$rmforce" = yes || exit_status=1' + fi + + if test -n "$old_library"; then + # Do each command in the old_postuninstall commands. + func_execute_cmds "$old_postuninstall_cmds" 'test "$rmforce" = yes || exit_status=1' + fi + # FIXME: should reinstall the best remaining shared library. + ;; + esac + fi + ;; + + *.lo) + # Possibly a libtool object, so verify it. + if func_lalib_p "$file"; then + + # Read the .lo file + func_source $dir/$name + + # Add PIC object to the list of files to remove. + if test -n "$pic_object" && + test "$pic_object" != none; then + func_append rmfiles " $dir/$pic_object" + fi + + # Add non-PIC object to the list of files to remove. + if test -n "$non_pic_object" && + test "$non_pic_object" != none; then + func_append rmfiles " $dir/$non_pic_object" + fi + fi + ;; + + *) + if test "$opt_mode" = clean ; then + noexename=$name + case $file in + *.exe) + func_stripname '' '.exe' "$file" + file=$func_stripname_result + func_stripname '' '.exe' "$name" + noexename=$func_stripname_result + # $file with .exe has already been added to rmfiles, + # add $file without .exe + func_append rmfiles " $file" + ;; + esac + # Do a test to see if this is a libtool program. + if func_ltwrapper_p "$file"; then + if func_ltwrapper_executable_p "$file"; then + func_ltwrapper_scriptname "$file" + relink_command= + func_source $func_ltwrapper_scriptname_result + func_append rmfiles " $func_ltwrapper_scriptname_result" + else + relink_command= + func_source $dir/$noexename + fi + + # note $name still contains .exe if it was in $file originally + # as does the version of $file that was added into $rmfiles + func_append rmfiles " $odir/$name $odir/${name}S.${objext}" + if test "$fast_install" = yes && test -n "$relink_command"; then + func_append rmfiles " $odir/lt-$name" + fi + if test "X$noexename" != "X$name" ; then + func_append rmfiles " $odir/lt-${noexename}.c" + fi + fi + fi + ;; + esac + func_show_eval "$RM $rmfiles" 'exit_status=1' + done + + # Try to remove the ${objdir}s in the directories where we deleted files + for dir in $rmdirs; do + if test -d "$dir"; then + func_show_eval "rmdir $dir >/dev/null 2>&1" + fi + done + + exit $exit_status +} + +{ test "$opt_mode" = uninstall || test "$opt_mode" = clean; } && + func_mode_uninstall ${1+"$@"} + +test -z "$opt_mode" && { + help="$generic_help" + func_fatal_help "you must specify a MODE" +} + +test -z "$exec_cmd" && \ + func_fatal_help "invalid operation mode \`$opt_mode'" + +if test -n "$exec_cmd"; then + eval exec "$exec_cmd" + exit $EXIT_FAILURE +fi + +exit $exit_status + + +# The TAGs below are defined such that we never get into a situation +# in which we disable both kinds of libraries. Given conflicting +# choices, we go for a static library, that is the most portable, +# since we can't tell whether shared libraries were disabled because +# the user asked for that or because the platform doesn't support +# them. This is particularly important on AIX, because we don't +# support having both static and shared libraries enabled at the same +# time on that platform, so we default to a shared-only configuration. +# If a disable-shared tag is given, we'll fallback to a static-only +# configuration. But we'll never go from static-only to shared-only. + +# ### BEGIN LIBTOOL TAG CONFIG: disable-shared +build_libtool_libs=no +build_old_libs=yes +# ### END LIBTOOL TAG CONFIG: disable-shared + +# ### BEGIN LIBTOOL TAG CONFIG: disable-static +build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` +# ### END LIBTOOL TAG CONFIG: disable-static + +# Local Variables: +# mode:shell-script +# sh-indentation:2 +# End: +# vi:sw=2 + diff --git a/conftools/missing b/conftools/missing new file mode 100755 index 00000000..db98974f --- /dev/null +++ b/conftools/missing @@ -0,0 +1,215 @@ +#! /bin/sh +# Common wrapper for a few potentially missing GNU programs. + +scriptversion=2013-10-28.13; # UTC + +# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Originally written by Fran,cois Pinard , 1996. + +# 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, 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, see . + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +if test $# -eq 0; then + echo 1>&2 "Try '$0 --help' for more information" + exit 1 +fi + +case $1 in + + --is-lightweight) + # Used by our autoconf macros to check whether the available missing + # script is modern enough. + exit 0 + ;; + + --run) + # Back-compat with the calling convention used by older automake. + shift + ;; + + -h|--h|--he|--hel|--help) + echo "\ +$0 [OPTION]... PROGRAM [ARGUMENT]... + +Run 'PROGRAM [ARGUMENT]...', returning a proper advice when this fails due +to PROGRAM being missing or too old. + +Options: + -h, --help display this help and exit + -v, --version output version information and exit + +Supported PROGRAM values: + aclocal autoconf autoheader autom4te automake makeinfo + bison yacc flex lex help2man + +Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and +'g' are ignored when checking the name. + +Send bug reports to ." + exit $? + ;; + + -v|--v|--ve|--ver|--vers|--versi|--versio|--version) + echo "missing $scriptversion (GNU Automake)" + exit $? + ;; + + -*) + echo 1>&2 "$0: unknown '$1' option" + echo 1>&2 "Try '$0 --help' for more information" + exit 1 + ;; + +esac + +# Run the given program, remember its exit status. +"$@"; st=$? + +# If it succeeded, we are done. +test $st -eq 0 && exit 0 + +# Also exit now if we it failed (or wasn't found), and '--version' was +# passed; such an option is passed most likely to detect whether the +# program is present and works. +case $2 in --version|--help) exit $st;; esac + +# Exit code 63 means version mismatch. This often happens when the user +# tries to use an ancient version of a tool on a file that requires a +# minimum version. +if test $st -eq 63; then + msg="probably too old" +elif test $st -eq 127; then + # Program was missing. + msg="missing on your system" +else + # Program was found and executed, but failed. Give up. + exit $st +fi + +perl_URL=http://www.perl.org/ +flex_URL=http://flex.sourceforge.net/ +gnu_software_URL=http://www.gnu.org/software + +program_details () +{ + case $1 in + aclocal|automake) + echo "The '$1' program is part of the GNU Automake package:" + echo "<$gnu_software_URL/automake>" + echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:" + echo "<$gnu_software_URL/autoconf>" + echo "<$gnu_software_URL/m4/>" + echo "<$perl_URL>" + ;; + autoconf|autom4te|autoheader) + echo "The '$1' program is part of the GNU Autoconf package:" + echo "<$gnu_software_URL/autoconf/>" + echo "It also requires GNU m4 and Perl in order to run:" + echo "<$gnu_software_URL/m4/>" + echo "<$perl_URL>" + ;; + esac +} + +give_advice () +{ + # Normalize program name to check for. + normalized_program=`echo "$1" | sed ' + s/^gnu-//; t + s/^gnu//; t + s/^g//; t'` + + printf '%s\n' "'$1' is $msg." + + configure_deps="'configure.ac' or m4 files included by 'configure.ac'" + case $normalized_program in + autoconf*) + echo "You should only need it if you modified 'configure.ac'," + echo "or m4 files included by it." + program_details 'autoconf' + ;; + autoheader*) + echo "You should only need it if you modified 'acconfig.h' or" + echo "$configure_deps." + program_details 'autoheader' + ;; + automake*) + echo "You should only need it if you modified 'Makefile.am' or" + echo "$configure_deps." + program_details 'automake' + ;; + aclocal*) + echo "You should only need it if you modified 'acinclude.m4' or" + echo "$configure_deps." + program_details 'aclocal' + ;; + autom4te*) + echo "You might have modified some maintainer files that require" + echo "the 'autom4te' program to be rebuilt." + program_details 'autom4te' + ;; + bison*|yacc*) + echo "You should only need it if you modified a '.y' file." + echo "You may want to install the GNU Bison package:" + echo "<$gnu_software_URL/bison/>" + ;; + lex*|flex*) + echo "You should only need it if you modified a '.l' file." + echo "You may want to install the Fast Lexical Analyzer package:" + echo "<$flex_URL>" + ;; + help2man*) + echo "You should only need it if you modified a dependency" \ + "of a man page." + echo "You may want to install the GNU Help2man package:" + echo "<$gnu_software_URL/help2man/>" + ;; + makeinfo*) + echo "You should only need it if you modified a '.texi' file, or" + echo "any other file indirectly affecting the aspect of the manual." + echo "You might want to install the Texinfo package:" + echo "<$gnu_software_URL/texinfo/>" + echo "The spurious makeinfo call might also be the consequence of" + echo "using a buggy 'make' (AIX, DU, IRIX), in which case you might" + echo "want to install GNU make:" + echo "<$gnu_software_URL/make/>" + ;; + *) + echo "You might have modified some files without having the proper" + echo "tools for further handling them. Check the 'README' file, it" + echo "often tells you about the needed prerequisites for installing" + echo "this package. You may also peek at any GNU archive site, in" + echo "case some other package contains this missing '$1' program." + ;; + esac +} + +give_advice "$1" | sed -e '1s/^/WARNING: /' \ + -e '2,$s/^/ /' >&2 + +# Propagate the correct exit status (expected to be 127 for a program +# not found, 63 for a program that failed due to version mismatch). +exit $st + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" +# End: diff --git a/conftools/test-driver b/conftools/test-driver new file mode 100755 index 00000000..d3060566 --- /dev/null +++ b/conftools/test-driver @@ -0,0 +1,139 @@ +#! /bin/sh +# test-driver - basic testsuite driver script. + +scriptversion=2013-07-13.22; # UTC + +# Copyright (C) 2011-2013 Free Software Foundation, Inc. +# +# 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, 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, see . + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# This file is maintained in Automake, please report +# bugs to or send patches to +# . + +# Make unconditional expansion of undefined variables an error. This +# helps a lot in preventing typo-related bugs. +set -u + +usage_error () +{ + echo "$0: $*" >&2 + print_usage >&2 + exit 2 +} + +print_usage () +{ + cat <$log_file 2>&1 +estatus=$? +if test $enable_hard_errors = no && test $estatus -eq 99; then + estatus=1 +fi + +case $estatus:$expect_failure in + 0:yes) col=$red res=XPASS recheck=yes gcopy=yes;; + 0:*) col=$grn res=PASS recheck=no gcopy=no;; + 77:*) col=$blu res=SKIP recheck=no gcopy=yes;; + 99:*) col=$mgn res=ERROR recheck=yes gcopy=yes;; + *:yes) col=$lgn res=XFAIL recheck=no gcopy=yes;; + *:*) col=$red res=FAIL recheck=yes gcopy=yes;; +esac + +# Report outcome to console. +echo "${col}${res}${std}: $test_name" + +# Register the test result, and other relevant metadata. +echo ":test-result: $res" > $trs_file +echo ":global-test-result: $res" >> $trs_file +echo ":recheck: $recheck" >> $trs_file +echo ":copy-in-global-log: $gcopy" >> $trs_file + +# Local Variables: +# mode: shell-script +# sh-indentation: 2 +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" +# End: diff --git a/netware/Makefile b/netware/Makefile deleted file mode 100644 index ec4e287b..00000000 --- a/netware/Makefile +++ /dev/null @@ -1,555 +0,0 @@ -# Gnu Makefile for NetWare target -# for use with gcc/nlmconv or Metrowerks CodeWarrior compiler -# use with: make -f Makefile [help|all|clean|dev|devclean|dist|distclean] -# -# $id: $ -# - -DESCR = Round Robin Database Tool $(RRD_VERSION_STR) -COPYR = Copyright (c) 1997-2007 by Tobias Oetiker -WWWURL = http://www.rrdtool.org/ -MTSAFE = YES -#SCREEN = $(DESCR) -STACK = 65535 -# Comment the line below if you dont want to load protected automatically. -#LDRING = 3 - -# You can set the default font used in graphs. -# If not set here RRD defaults to DejaVuSansMono-Roman.ttf -#RRD_DEFAULT_FONT = "sys:/java/nwgfx/lib/x11/fonts/ttf/tt0003m_.ttf" -#RRD_DEFAULT_FONT = "VeraMono.ttf" - -# Vertical label angle: 90.0 (default) or 270.0 -RRDGRAPH_YLEGEND_ANGLE = 90.0 - -# Set to one if you want to have piecharts. -WITH_PIECHART = 0 - -# Set the extension used for rrdcgi. -ifndef CGIEXT -CGIEXT = nlm -endif - -# Edit the path below to point to your Novell NDK. -ifndef NDKBASE -NDKBASE = c:/novell -endif - -# Base for the lib sources -ifndef LIBBASE -LIBBASE = ../.. -endif -# All library code is statically linked to avoid problems with other lib NLMs. -# Edit the path below to point to your libpng sources or set environment var. -ifndef LIBPNG -LIBPNG = $(LIBBASE)/libpng-1.2.16 -endif -# Edit the path below to point to your freetype sources or set environment var. -ifndef LIBFT2 -LIBFT2 = $(LIBBASE)/freetype-2.3.4 -endif -# Edit the path below to point to your libart sources or set environment var. -ifndef LIBART -LIBART = $(LIBBASE)/libart_lgpl-2.3.17 -endif -# Edit the path below to point to your zlib sources or set environment var. -ifndef ZLIBSDK -ZLIBSDK = $(LIBBASE)/zlib-1.2.3 -endif - -# Edit the path below to point to your distribution folder. -ifndef DISTDIR -DISTDIR = rrdtool-$(RRD_VERSION_STR)-nw -endif -DISTARC = $(DISTDIR).zip - -# Edit the path below to point to your distribution folder. -ifndef DEVLDIR -DEVLDIR = rrdtool-$(RRD_VERSION_STR)-sdk-nw -endif -DEVLARC = $(DEVLDIR).zip - -# whatever... -# NO_NULL_REALLOC = 1 - -# Edit the var below to point to your lib architecture. -ifndef LIBARCH -# LIBARCH = CLIB -LIBARCH = LIBC -endif - -# The following line defines your compiler. -ifdef METROWERKS - CC = mwccnlm -else - CC = gcc -endif -# RM = rm -f -CP = cp -afv -# if you want to mark the target as MTSAFE you will need a tool for -# generating the xdc data for the linker; here's a minimal tool: -# http://www.gknw.net/development/prgtools/mkxdc.zip -MPKXDC = mkxdc -# CodeWarrior is too stupid to set the internal name properly when -# the extension is not a NLM and not a registered type. So we need -# to fix that after linking (since CGI isnt a known type - argh!): -# http://www.gknw.net/development/prgtools/fixnlmname.zip -FIXNLMN = fixnlmname #-q -# Here you can find a native Win32 binary of the original awk: -# http://www.gknw.net/development/prgtools/awk.zip -AWK = awk -ZIP = zip -qzr9 -MV = mv -fv - -# must be equal to DEBUG or NDEBUG -DB = NDEBUG -# DB = DEBUG -# Optimization: -O or debugging: -g -ifeq ($(DB),NDEBUG) - OPT = -O2 - OBJDIR = release -else - OPT = -g - OBJDIR = debug -endif - -# Project root -PROOT = .. - -# Include the version info retrieved from source. --include $(OBJDIR)/version.inc - -# Global flags for all compilers -CFLAGS = $(OPT) -D$(DB) -nostdinc -DNETWARE -DN_PLAT_NLM -D_POSIX_SOURCE -CFLAGS += -DHAVE_CONFIG_H - -ifeq ($(CC),mwccnlm) -LD = mwldnlm -LDFLAGS = -nostdlib $^ $(PRELUDE) $(LDLIBS) -o $@ -commandfile -AR = $(LD) -ARFLAGS = -nostdlib -type library -o -LIBEXT = lib -#RANLIB = -CFLAGS += -gccinc -inline off -opt nointrinsics -proc 586 -CFLAGS += -relax_pointers -#CFLAGS += -w on,nounused,nounusedexpr # -ansi strict -ifeq ($(LIBARCH),LIBC) - PRELUDE = $(SDK_LIBC)/imports/libcpre.o - CFLAGS += -align 4 -else - PRELUDE = "$(METROWERKS)/Novell Support/libraries/runtime/prelude.obj" - CFLAGS += -include "$(METROWERKS)/Novell Support/headers/nlm_prefix.h" - CFLAGS += -align 1 -endif -else -LD = nlmconv -LDFLAGS = -T -AR = ar -ARFLAGS = -cq -LIBEXT = a -RANLIB = ranlib -CFLAGS += -fno-builtin -fpcc-struct-return -fno-strict-aliasing -CFLAGS += -Wall -Wno-unused # -pedantic -ifeq ($(LIBARCH),LIBC) - PRELUDE = $(SDK_LIBC)/imports/libcpre.gcc.o -else - PRELUDE = $(NDK_ROOT)/pre/prelude.o - CFLAGS += -include $(NDKBASE)/nlmconv/genlm.h -endif -endif - -ifeq ($(findstring linux,$(OSTYPE)),linux) -#include $(NDKBASE)/nlmconv/ncpfs.inc -DL = ' -DS = / -else -DS = \\ -endif - -ifeq ($(MTSAFE),YES) - XDCOPT = -n -endif -ifeq ($(MTSAFE),NO) - XDCOPT = -u -endif -ifndef DESCR - DESCR = $(notdir $(@:.def=)) Command Extension -endif -DESCR += ($(LIBARCH)) - $(CC) build - -NDK_ROOT = $(NDKBASE)/ndk -SDK_CLIB = $(NDK_ROOT)/nwsdk -SDK_LIBC = $(NDK_ROOT)/libc - -INCLUDES += -I$(PROOT) -I$(PROOT)/src -I$(LIBPNG) -I$(LIBFT2)/include -I$(LIBART) -I$(ZLIBSDK) - -ifeq ($(LIBARCH),LIBC) - INCLUDES += -I$(SDK_LIBC)/include -I$(SDK_LIBC)/include/nks -else - INCLUDES += -I$(SDK_CLIB)/include/nlm -I$(SDK_CLIB)/include -endif - -CFLAGS += $(INCLUDES) - -vpath %.c $(PROOT)/src $(LIBPNG) $(LIBART)/libart_lgpl $(ZLIBSDK) - -RRDLIBOBJS = \ - $(OBJDIR)/rrd_afm.o \ - $(OBJDIR)/rrd_afm_data.o \ - $(OBJDIR)/rrd_create.o \ - $(OBJDIR)/rrd_diff.o \ - $(OBJDIR)/rrd_dump.o \ - $(OBJDIR)/rrd_error.o \ - $(OBJDIR)/rrd_fetch.o \ - $(OBJDIR)/rrd_first.o \ - $(OBJDIR)/rrd_format.o \ - $(OBJDIR)/rrd_gfx.o \ - $(OBJDIR)/rrd_graph.o \ - $(OBJDIR)/rrd_graph_helper.o \ - $(OBJDIR)/rrd_hw.o \ - $(OBJDIR)/rrd_info.o \ - $(OBJDIR)/rrd_last.o \ - $(OBJDIR)/rrd_lastupdate.o \ - $(OBJDIR)/rrd_nan_inf.o \ - $(OBJDIR)/rrd_open.o \ - $(OBJDIR)/rrd_resize.o \ - $(OBJDIR)/rrd_restore.o \ - $(OBJDIR)/rrd_rpncalc.o \ - $(OBJDIR)/rrd_tune.o \ - $(OBJDIR)/rrd_update.o \ - $(OBJDIR)/rrd_version.o \ - $(OBJDIR)/rrd_xport.o \ - $(OBJDIR)/rrd_thread_safe.o \ - $(EOLIST) - -XLIBOBJS = \ - $(OBJDIR)/rrd_getopt.o \ - $(OBJDIR)/rrd_getopt1.o \ - $(OBJDIR)/art_rgba_svp.o \ - $(OBJDIR)/hash_32.o \ - $(OBJDIR)/rrd_parsetime.o \ - $(OBJDIR)/pngsize.o \ - $(EOLIST) - -PNGLIBOBJS = \ - $(OBJDIR)/png.o \ - $(OBJDIR)/pngerror.o \ - $(OBJDIR)/pngget.o \ - $(OBJDIR)/pngmem.o \ - $(OBJDIR)/pngpread.o \ - $(OBJDIR)/pngread.o \ - $(OBJDIR)/pngrio.o \ - $(OBJDIR)/pngrtran.o \ - $(OBJDIR)/pngrutil.o \ - $(OBJDIR)/pngset.o \ - $(OBJDIR)/pngtrans.o \ - $(OBJDIR)/pngwio.o \ - $(OBJDIR)/pngwrite.o \ - $(OBJDIR)/pngwtran.o \ - $(OBJDIR)/pngwutil.o \ - $(EOLIST) -ifeq "$(wildcard $(LIBPNG)/pnggccrd.c)" "$(LIBPNG)/pnggccrd.c" -PNGLIBOBJS += \ - $(OBJDIR)/pnggccrd.o \ - $(OBJDIR)/pngvcrd.o \ - $(EOLIST) -endif - -ZLIBOBJS = \ - $(OBJDIR)/adler32.o \ - $(OBJDIR)/compress.o \ - $(OBJDIR)/crc32.o \ - $(OBJDIR)/deflate.o \ - $(OBJDIR)/inflate.o \ - $(OBJDIR)/inffast.o \ - $(OBJDIR)/inftrees.o \ - $(OBJDIR)/trees.o \ - $(OBJDIR)/zutil.o \ - $(EOLIST) -ifeq "$(wildcard $(ZLIBSDK)/infblock.c)" "$(ZLIBSDK)/infblock.c" -ZLIBOBJS += \ - $(OBJDIR)/infblock.o \ - $(OBJDIR)/infcodes.o \ - $(OBJDIR)/infutil.o \ - $(EOLIST) -endif - -ARTLIBOBJS = \ - $(patsubst $(LIBART)/libart_lgpl/%.c,$(OBJDIR)/%.o,$(wildcard $(LIBART)/libart_lgpl/art_*.c)) - -OBJS := $(RRDLIBOBJS) $(XLIBOBJS) $(PNGLIBOBJS) $(ARTLIBOBJS) $(ZLIBOBJS) -OBJCGI := $(OBJS) $(OBJDIR)/rrd_cgi.o -OBJTOOL := $(OBJS) $(OBJDIR)/rrd_tool.o - -LDLIBS += $(LIBFT2)/builds/netware/libc/libft2.$(LIBEXT) - - -all: rrdtool rrdcgi - -rrdtool: $(OBJDIR) $(PROOT)/rrd_config.h $(OBJDIR)/rrdtool.nlm -rrdcgi: $(OBJDIR) $(PROOT)/rrd_config.h $(OBJDIR)/rrdcgi.$(CGIEXT) -librrd: $(OBJDIR) $(PROOT)/rrd_config.h $(OBJDIR)/librrd.$(LIBEXT) - -FORCE: ; - -dist: all $(DISTDIR) $(DISTDIR)/readme.txt - @-$(CP) $(OBJDIR)/rrdcgi.$(CGIEXT) $(DISTDIR) - @-$(CP) $(OBJDIR)/rrdtool.nlm $(DISTDIR) - @-$(CP) $(PROOT)/src/*.ttf $(DISTDIR) - @-$(CP) $(PROOT)/CHANGES $(DISTDIR) - @-$(CP) $(PROOT)/COPYING $(DISTDIR) - @-$(CP) $(PROOT)/COPYRIGHT $(DISTDIR) - @-$(CP) $(PROOT)/NEWS $(DISTDIR) - @-$(CP) $(PROOT)/README $(DISTDIR) - @echo Creating $(DISTARC) - @$(ZIP) $(DISTARC) $(DISTDIR)/* < $(DISTDIR)/readme.txt - -dev: librrd $(DEVLDIR) $(DEVLDIR)/readme.txt - @-mkdir $(DEVLDIR)$(DS)include - @-mkdir $(DEVLDIR)$(DS)lib - @-mkdir $(DEVLDIR)$(DS)src - @-$(CP) $(OBJDIR)/librrd.$(LIBEXT) $(DEVLDIR)/lib - @-$(CP) $(PROOT)/rrd_config.h $(DEVLDIR)/include - @-$(CP) $(PROOT)/src/rrd.h $(DEVLDIR)/include - @-$(CP) $(PROOT)/src/*.ttf $(DEVLDIR)/src - @-$(CP) $(PROOT)/CHANGES $(DEVLDIR) - @-$(CP) $(PROOT)/COPYING $(DEVLDIR) - @-$(CP) $(PROOT)/COPYRIGHT $(DEVLDIR) - @-$(CP) $(PROOT)/NEWS $(DEVLDIR) - @-$(CP) $(PROOT)/README $(DEVLDIR) - @echo Creating $(DEVLARC) - @$(ZIP) $(DEVLARC) $(DEVLDIR)/* < $(DEVLDIR)/readme.txt - -clean: - -$(RM) -r $(OBJDIR) - -$(RM) $(PROOT)/rrd_config.h - -distclean: clean - -$(RM) -r $(DISTDIR) - -$(RM) $(DISTARC) - -devclean: clean - -$(RM) -r $(DEVLDIR) - -$(RM) $(DEVLARC) - -$(OBJDIR): - @mkdir $@ - -$(DISTDIR): - @mkdir $@ - -$(DEVLDIR): - @mkdir $@ - -$(OBJDIR)/version.inc: $(PROOT)/configure.ac $(OBJDIR) $(PROOT)/src/get_ver.awk - @echo Creating $@ - @$(AWK) -f $(PROOT)/src/get_ver.awk $< > $@ - -$(OBJDIR)/%.o: %.c - @echo Compiling $< - @$(CC) $(CFLAGS) -c $< -o $@ - -$(OBJDIR)/rrdcgi.$(CGIEXT): $(OBJCGI) $(OBJDIR)/rrdcgi.def $(OBJDIR)/rrdcgi.xdc - @echo Linking $@ - @-$(RM) $@ - @$(LD) $(LDFLAGS) $(@:.$(CGIEXT)=.def) -ifeq ($(LD),nlmconv) - @$(MV) $(notdir $@) $@ -endif -ifneq ($(CGIEXT),nlm) -ifeq ($(LD),mwldnlm) - @$(FIXNLMN) $@ -endif -endif - -$(OBJDIR)/rrdtool.nlm: $(OBJTOOL) $(OBJDIR)/rrdtool.def $(OBJDIR)/rrdtool.xdc - @echo Linking $@ - @-$(RM) $@ - @$(LD) $(LDFLAGS) $(@:.nlm=.def) -ifeq ($(LD),nlmconv) - @$(MV) $(notdir $@) $@ -endif - -$(OBJDIR)/librrd.$(LIBEXT): $(OBJS) - @echo Creating $@ - @-$(RM) $@ - @$(AR) $(ARFLAGS) $@ $^ -ifdef RANLIB - @$(RANLIB) $@ -endif - -$(OBJDIR)/%.xdc: Makefile - @echo Creating $@ - @$(MPKXDC) $(XDCOPT) $@ - -$(OBJDIR)/%.def: Makefile $(OBJDIR)/version.inc - @echo $(DL)# DEF Linker File for use with gcc and nlmconv$(DL) > $@ - @echo $(DL)# or with Codewarrior command line compiler.$(DL) >> $@ - @echo $(DL)# Do not edit this file - it is created by make!$(DL) >> $@ - @echo $(DL)# All your changes will be lost!!$(DL) >> $@ - @echo $(DL)#$(DL) >> $@ - @echo $(DL)copyright "$(COPYR)"$(DL) >> $@ - @echo $(DL)description "$(DESCR)"$(DL) >> $@ - @echo $(DL)version $(RRD_VERSION)$(DL) >> $@ -ifdef NLMTYPE - @echo $(DL)type $(NLMTYPE)$(DL) >> $@ -else - @echo $(DL)type 0$(DL) >> $@ -endif -ifdef STACK - @echo $(DL)stack $(STACK)$(DL) >> $@ -endif - @echo $(DL)threadname "$(notdir $(@:.def=))"$(DL) >> $@ -ifdef SCREEN - @echo $(DL)screenname "$(SCREEN)"$(DL) >> $@ -else - @echo $(DL)screenname "DEFAULT"$(DL) >> $@ -endif -ifeq ($(DB),DEBUG) - @echo $(DL)debug$(DL) >> $@ -endif -ifeq ($(LIBARCH),CLIB) - @echo $(DL)start _Prelude$(DL) >> $@ - @echo $(DL)exit _Stop$(DL) >> $@ - @echo $(DL)import @$(NDK_ROOT)/nwsdk/imports/clib.imp$(DL) >> $@ - @echo $(DL)import @$(NDK_ROOT)/nwsdk/imports/threads.imp$(DL) >> $@ - @echo $(DL)import @$(NDK_ROOT)/nwsdk/imports/nlmlib.imp$(DL) >> $@ - @echo $(DL)module clib$(DL) >> $@ -else - @echo $(DL)start _LibCPrelude$(DL) >> $@ - @echo $(DL)exit _LibCPostlude$(DL) >> $@ - @echo $(DL)check _LibCCheckUnload$(DL) >> $@ - @echo $(DL)import @$(NDK_ROOT)/libc/imports/libc.imp$(DL) >> $@ - @echo $(DL)import @$(NDK_ROOT)/libc/imports/netware.imp$(DL) >> $@ - @echo $(DL)module libc$(DL) >> $@ - @echo $(DL)pseudopreemption$(DL) >> $@ - @echo $(DL)flag_on 64$(DL) >> $@ -endif -ifeq ($(LDRING),0) - @echo $(DL)flag_on 16$(DL) >> $@ -endif -ifeq ($(LDRING),3) - @echo $(DL)flag_on 512$(DL) >> $@ -endif -ifdef XDCOPT - @echo $(DL)xdcdata $(@:.def=.xdc)$(DL) >> $@ -endif -ifeq ($(LD),nlmconv) - @echo $(DL)input $(OBJS) $(LDLIBS)$(DL) >> $@ - @echo $(DL)input $(PRELUDE)$(DL) >> $@ - @echo $(DL)output $(notdir $(@:.def=.nlm))$(DL) >> $@ -endif - -$(PROOT)/rrd_config.h: FORCE Makefile $(OBJDIR)/version.inc - @echo Creating $@ - @echo $(DL)/* $(notdir $@) for NetWare target.$(DL) > $@ - @echo $(DL)** Do not edit this file - it is created by make!$(DL) >> $@ - @echo $(DL)** All your changes will be lost!!$(DL) >> $@ - @echo $(DL)*/$(DL) >> $@ - @echo $(DL)#ifndef NETWARE$(DL) >> $@ - @echo $(DL)#error This $(notdir $@) is created for NetWare platform!$(DL) >> $@ - @echo $(DL)#endif$(DL) >> $@ - @echo $(DL)#ifndef RRD_CONFIG_H$(DL) >> $@ - @echo $(DL)#define RRD_CONFIG_H$(DL) >> $@ - @echo $(DL)#define OS "i586-pc-NetWare"$(DL) >> $@ - @echo $(DL)#define PACKAGE_VERSION "$(RRD_VERSION_STR)"$(DL) >> $@ - @echo $(DL)#define PACKAGE_BUGREPORT "tobi@oetiker.ch"$(DL) >> $@ - @echo $(DL)#define NUMVERS $(RRD_NUMVERS)$(DL) >> $@ - @echo $(DL)#define HAVE_ASSERT_H 1$(DL) >> $@ - @echo $(DL)#define HAVE_DLFCN_H 1$(DL) >> $@ - @echo $(DL)#define HAVE_DLOPEN 1$(DL) >> $@ - @echo $(DL)#define HAVE_ERR_H 1$(DL) >> $@ - @echo $(DL)#define HAVE_ERRNO_H 1$(DL) >> $@ - @echo $(DL)#define HAVE_FCNTL_H 1$(DL) >> $@ - @echo $(DL)#define HAVE_FIONBIO 1$(DL) >> $@ - @echo $(DL)#define HAVE_FLOAT_H 1$(DL) >> $@ - @echo $(DL)#define HAVE_GETTIMEOFDAY 1$(DL) >> $@ - @echo $(DL)#define HAVE_INTTYPES_H 1$(DL) >> $@ - @echo $(DL)#define HAVE_LIMITS_H 1$(DL) >> $@ - @echo $(DL)#define HAVE_LONGLONG 1$(DL) >> $@ - @echo $(DL)#define HAVE_LOCALE_H 1$(DL) >> $@ - @echo $(DL)#define HAVE_MALLOC_H 1$(DL) >> $@ - @echo $(DL)#define HAVE_MATH_H 1$(DL) >> $@ - @echo $(DL)#define HAVE_MBSTOWCS 1$(DL) >> $@ - @echo $(DL)#define HAVE_MEMMOVE 1$(DL) >> $@ - @echo $(DL)#define HAVE_MKTIME 1$(DL) >> $@ - @echo $(DL)#define HAVE_SELECT 1$(DL) >> $@ - @echo $(DL)#define HAVE_SETLOCALE 1$(DL) >> $@ - @echo $(DL)#define HAVE_SETJMP_H 1$(DL) >> $@ - @echo $(DL)#define HAVE_SNPRINTF 1$(DL) >> $@ - @echo $(DL)#define HAVE_STDARG_H 1$(DL) >> $@ - @echo $(DL)#define HAVE_STDDEF_H 1$(DL) >> $@ - @echo $(DL)#define HAVE_STDINT_H 1$(DL) >> $@ - @echo $(DL)#define HAVE_STDLIB_H 1$(DL) >> $@ - @echo $(DL)#define HAVE_STRCASECMP 1$(DL) >> $@ - @echo $(DL)#define HAVE_STRDUP 1$(DL) >> $@ - @echo $(DL)#define HAVE_STRFTIME 1$(DL) >> $@ - @echo $(DL)#define HAVE_STRING_H 1$(DL) >> $@ - @echo $(DL)#define HAVE_STRLCAT 1$(DL) >> $@ - @echo $(DL)#define HAVE_STRLCPY 1$(DL) >> $@ - @echo $(DL)#define HAVE_STRSTR 1$(DL) >> $@ - @echo $(DL)#define HAVE_SYS_PARAM_H 1$(DL) >> $@ - @echo $(DL)#define HAVE_SYS_SELECT_H 1$(DL) >> $@ - @echo $(DL)#define HAVE_SYS_STAT_H 1$(DL) >> $@ - @echo $(DL)#define HAVE_SYS_TIME_H 1$(DL) >> $@ - @echo $(DL)#define HAVE_SYS_TYPES_H 1$(DL) >> $@ - @echo $(DL)#define HAVE_TIME_H 1$(DL) >> $@ - @echo $(DL)#define HAVE_TZSET 1$(DL) >> $@ - @echo $(DL)#define HAVE_UNAME 1$(DL) >> $@ - @echo $(DL)#define HAVE_VSNPRINTF 1$(DL) >> $@ - @echo $(DL)#define STDC_HEADERS 1$(DL) >> $@ - @echo $(DL)#define TIME_WITH_SYS_TIME 1$(DL) >> $@ - @echo $(DL)#define HAVE_ZLIB_H 1$(DL) >> $@ - @echo $(DL)#define HAVE_LIBZ 1$(DL) >> $@ -ifdef NO_NULL_REALLOC - @echo $(DL)#define NO_NULL_REALLOC 1$(DL) >> $@ - @echo $(DL)#define rrd_realloc(a,b) ( (a) == NULL ? malloc( (b) ) : realloc( (a) , (b) ))$(DL) >> $@ -else - @echo $(DL)#define rrd_realloc(a,b) realloc((a), (b))$(DL) >> $@ -endif -ifdef RRD_DEFAULT_FONT - @echo $(DL)#define RRD_DEFAULT_FONT $(RRD_DEFAULT_FONT)$(DL) >> $@ -endif - @echo $(DL)#define RRDGRAPH_YLEGEND_ANGLE $(RRDGRAPH_YLEGEND_ANGLE)$(DL) >> $@ -ifdef WITH_PIECHART - @echo $(DL)#define WITH_PIECHART $(WITH_PIECHART)$(DL) >> $@ -endif - @echo $(DL)#endif /* RRD_CONFIG_H */$(DL) >> $@ - -$(DISTDIR)/readme.txt: Makefile - @echo Creating $@ - @echo $(DL)This is a binary distribution for NetWare platform.$(DL) > $@ - @echo $(DL)RRDTool version $(RRD_VERSION_STR)$(DL) >> $@ - @echo $(DL)Please download the complete RRDTool package for$(DL) >> $@ - @echo $(DL)any further documentation:$(DL) >> $@ - @echo $(DL)$(WWWURL)$(DL) >> $@ - -$(DEVLDIR)/readme.txt: Makefile - @echo Creating $@ - @echo $(DL)This is a development distribution for NetWare platform.$(DL) > $@ - @echo $(DL)RRDTool version $(RRD_VERSION_STR)$(DL) >> $@ - @echo $(DL)Please download the complete RRDTool package for$(DL) >> $@ - @echo $(DL)any further documentation:$(DL) >> $@ - @echo $(DL)$(WWWURL)$(DL) >> $@ - -help: - @echo $(DL)===========================================================$(DL) - @echo $(DL)Novell NDK Base = $(NDKBASE)$(DL) - @echo $(DL)libpng Source = $(LIBPNG)$(DL) - @echo $(DL)libart Source = $(LIBART)$(DL) - @echo $(DL)Freetype 2 SDK = $(LIBFT2)$(DL) - @echo $(DL)Zlib SDK = $(ZLIBSDK)$(DL) - @echo $(DL)===========================================================$(DL) - @echo $(DL)RRDTool $(RRD_VERSION_STR) - available targets are:$(DL) - @echo $(DL)$(MAKE) all$(DL) - @echo $(DL)$(MAKE) rrdtool$(DL) - @echo $(DL)$(MAKE) rrdcgi$(DL) - @echo $(DL)$(MAKE) librrd$(DL) - @echo $(DL)$(MAKE) clean$(DL) - @echo $(DL)$(MAKE) dev$(DL) - @echo $(DL)$(MAKE) devclean$(DL) - @echo $(DL)$(MAKE) dist$(DL) - @echo $(DL)$(MAKE) distclean$(DL) - @echo $(DL)===========================================================$(DL) - - diff --git a/t/data/sample1.log b/t/data/sample1.log deleted file mode 100644 index d559acfa..00000000 --- a/t/data/sample1.log +++ /dev/null @@ -1,8643 +0,0 @@ - pwr_tr - -1331974800: 1.6992537011e-01 -1331978400: 8.6722825379e-02 -1331982000: 1.2615516641e-01 -1331985600: 2.0951052591e-01 -1331989200: 3.3633350049e-01 -1331992800: 4.0217418380e-01 -1331996400: 9.1154499915e-02 -1332000000: 8.5847372516e-02 -1332003600: 2.2393813487e-01 -1332007200: 4.0493433585e-01 -1332010800: 2.7660467406e-01 -1332014400: 2.0255436320e-01 -1332018000: 4.9997419935e-02 -1332021600: 4.4472098845e-02 -1332025200: 2.4183963643e-01 -1332028800: 3.1762186064e-01 -1332032400: 8.8580301026e-02 -1332036000: 4.2854669938e-02 -1332039600: 4.6543340552e-02 -1332043200: 4.3948490774e-02 -1332046800: 4.9072219912e-02 -1332050400: 4.6232333342e-02 -1332054000: 3.1377101071e-02 -1332057600: 9.7477436480e-02 -1332061200: 9.7975040380e-02 -1332064800: 1.4980071588e-01 -1332068400: 1.1043909736e-01 -1332072000: 6.4526008612e-01 -1332075600: 2.5672400894e-01 -1332079200: 3.7326604433e-01 -1332082800: 2.6302021780e-01 -1332086400: 2.1814568656e-01 -1332090000: 2.0722016456e-01 -1332093600: 1.9842719065e-01 -1332097200: 3.6541246163e-01 -1332100800: 2.4174273876e-01 -1332104400: 2.3892321512e-01 -1332108000: 2.2577735293e-01 -1332111600: 1.6452936406e-01 -1332115200: 5.6044759637e-02 -1332118800: 4.8959916849e-02 -1332122400: 3.7134170738e-02 -1332126000: 4.9804240465e-02 -1332129600: 5.2819865418e-02 -1332133200: 4.5827346189e-02 -1332136800: 2.0561707747e-01 -1332140400: 6.2855308911e-01 -1332144000: 3.0415007246e-01 -1332147600: 4.3336961396e-01 -1332151200: 7.8887604609e-02 -1332154800: 2.7741435056e-01 -1332158400: 5.1398747674e-01 -1332162000: 3.9404398772e-01 -1332165600: 3.2423697873e-01 -1332169200: 1.0671414511e-01 -1332172800: 4.6392473187e-02 -1332176400: 4.0308554389e-02 -1332180000: 1.0646656785e-01 -1332183600: 1.7830820166e-01 -1332187200: 2.0236610978e-01 -1332190800: 4.1414214487e-02 -1332194400: 1.4816862690e-01 -1332198000: 1.5747124304e-01 -1332201600: 7.7664427228e-02 -1332205200: 5.6158022857e-02 -1332208800: 5.0879439481e-02 -1332212400: 6.2258242245e-02 -1332216000: 5.3891655689e-02 -1332219600: 5.0547432640e-02 -1332223200: 2.1096421627e-01 -1332226800: 1.3888744620e-01 -1332230400: 1.7570539014e-01 -1332234000: 2.3734709559e-01 -1332237600: 2.1549713061e-01 -1332241200: 7.2261105766e-02 -1332244800: 5.4438250642e-02 -1332248400: 5.2528824342e-02 -1332252000: 4.9977128339e-02 -1332255600: 5.4444578453e-02 -1332259200: 7.7227298990e-02 -1332262800: 4.5284175040e-02 -1332266400: 1.3053646631e-01 -1332270000: 4.5787659387e-02 -1332273600: 8.9106207874e-02 -1332277200: 3.2756374719e-01 -1332280800: 1.7733858416e-01 -1332284400: 2.8612305583e-01 -1332288000: 1.7762296647e-01 -1332291600: 5.3071600986e-02 -1332295200: 5.0561670592e-02 -1332298800: 4.6949298114e-02 -1332302400: 5.1367444343e-02 -1332306000: 5.2265529720e-02 -1332309600: 1.1080110790e-01 -1332313200: 6.8675927587e-02 -1332316800: 6.3598814360e-02 -1332320400: 5.1139665815e-02 -1332324000: 4.8844249771e-02 -1332327600: 8.9999752304e-02 -1332331200: 5.5031940353e-02 -1332334800: 3.7233245198e-02 -1332338400: 4.7504656246e-02 -1332342000: 4.8865037371e-02 -1332345600: 4.7803641579e-02 -1332349200: 4.3326670318e-02 -1332352800: 6.5860003190e-02 -1332356400: 2.3031382151e-01 -1332360000: 3.0489497944e-01 -1332363600: 3.4966276791e-01 -1332367200: 1.4867906281e-01 -1332370800: 2.4863346224e-01 -1332374400: 1.4396506475e-01 -1332378000: 5.6807132630e-02 -1332381600: 5.1367303267e-02 -1332385200: 5.0310945102e-02 -1332388800: 5.6377672692e-02 -1332392400: 5.4733774022e-02 -1332396000: 2.3245034409e-01 -1332399600: 1.5647652774e-01 -1332403200: 4.9178365583e-02 -1332406800: 4.8046223979e-02 -1332410400: 5.4733770766e-02 -1332414000: 5.0258807274e-02 -1332417600: 5.5264740877e-02 -1332421200: 2.3390821637e-01 -1332424800: 7.8612493868e-02 -1332428400: 9.4937261968e-02 -1332432000: 1.7364950038e-01 -1332435600: 1.1724436412e-01 -1332439200: 1.3131137470e-01 -1332442800: 3.0538469638e-01 -1332446400: 2.8397542061e-01 -1332450000: 4.0095066052e-01 -1332453600: 2.0566692863e-01 -1332457200: 1.7197635641e-01 -1332460800: 8.5408242386e-02 -1332464400: 4.9735537017e-02 -1332468000: 4.6350522610e-02 -1332471600: -nan -1332475200: 4.1441064746e-02 -1332478800: 6.4348941953e-02 -1332482400: 2.4031685853e-01 -1332486000: 4.4622863667e-01 -1332489600: 8.5541272223e-02 -1332493200: 8.4199052244e-02 -1332496800: 7.2249472611e-02 -1332500400: 5.4137511167e-02 -1332504000: 5.3919448443e-02 -1332507600: 1.1703029563e-01 -1332511200: 8.9889909684e-02 -1332514800: 7.1412965576e-02 -1332518400: 4.9439637343e-02 -1332522000: 5.3589023286e-02 -1332525600: 1.1679570505e-01 -1332529200: 3.0960076847e-01 -1332532800: 2.8602218447e-01 -1332536400: 4.9303382484e-01 -1332540000: 2.2813702700e-01 -1332543600: 1.2926138228e-01 -1332547200: 1.4877171274e-01 -1332550800: 5.6396996600e-02 -1332554400: 5.0970995520e-02 -1332558000: 5.6717341453e-02 -1332561600: 5.3431064163e-02 -1332565200: 5.0558324080e-02 -1332568800: 5.7779994278e-02 -1332572400: 1.0667572602e-01 -1332576000: 9.6654982321e-02 -1332579600: 7.6698186003e-02 -1332583200: 5.7225634733e-02 -1332586800: 6.4983279664e-02 -1332590400: 2.7723478469e-01 -1332594000: 9.3042331044e-02 -1332597600: 4.6139071789e-02 -1332601200: 6.7751136681e-02 -1332604800: 2.5163661629e-01 -1332608400: 5.3570290822e-01 -1332612000: 1.3548483659e-01 -1332615600: 3.7916060438e-01 -1332619200: 1.5633410011e-01 -1332622800: 2.4725460613e-01 -1332626400: 2.4991366717e-01 -1332630000: 2.3917059816e-01 -1332633600: 7.1149777233e-02 -1332637200: 1.0336183813e-01 -1332640800: 6.2676524343e-02 -1332644400: 5.0927648765e-02 -1332648000: 5.5205449155e-02 -1332651600: 5.1992862240e-02 -1332655200: 4.7274213844e-02 -1332658800: 7.9631096994e-02 -1332662400: 3.0534081666e-01 -1332666000: 2.8577422693e-01 -1332669600: 2.3250245774e-01 -1332673200: 2.2942460645e-01 -1332676800: 5.2561615068e-01 -1332680400: 2.5901213082e-01 -1332684000: 2.3377643832e-01 -1332687600: 2.5501923780e-01 -1332691200: 6.1929565118e-02 -1332694800: 7.8071106177e-02 -1332698400: 2.6118612266e-01 -1332702000: 1.5429650002e-01 -1332705600: 2.2557961255e-01 -1332709200: 1.7919016416e-01 -1332712800: 1.9379369551e-01 -1332716400: 1.3869920865e-01 -1332720000: 5.5839904027e-02 -1332723600: 5.6730653780e-02 -1332727200: 5.8869055676e-02 -1332730800: 5.2802477381e-02 -1332734400: 5.3308804715e-02 -1332738000: 1.2012726191e-01 -1332741600: 1.7042643066e-01 -1332745200: 1.3724263846e-01 -1332748800: 3.5059713140e-01 -1332752400: 8.1080909648e-02 -1332756000: 7.6416481265e-02 -1332759600: 4.8068642684e-02 -1332763200: 8.1099818167e-02 -1332766800: 5.7780478171e-02 -1332770400: 5.9382861443e-02 -1332774000: 6.5337911573e-02 -1332777600: 5.0025171609e-02 -1332781200: 6.0482086580e-02 -1332784800: 1.4935165586e-01 -1332788400: 1.2364538435e-01 -1332792000: 3.9360266341e-01 -1332795600: 1.0697625141e-01 -1332799200: 1.8419812776e-01 -1332802800: 4.4208719257e-02 -1332806400: 5.2325289329e-02 -1332810000: 4.5728674550e-02 -1332813600: 3.3559409500e-02 -1332817200: 4.7807271483e-02 -1332820800: 4.6668786993e-02 -1332824400: 1.7282580323e-01 -1332828000: 7.6926643578e-02 -1332831600: 1.3613247630e-01 -1332835200: 2.0698473941e-01 -1332838800: 1.4187009761e-01 -1332842400: 4.2244741317e-02 -1332846000: 3.9724055751e-02 -1332849600: 4.4705056091e-02 -1332853200: 4.3911885584e-02 -1332856800: 3.9720496454e-02 -1332860400: 4.2200468942e-02 -1332864000: 4.6102430620e-02 -1332867600: 6.1373832017e-02 -1332871200: 1.4045063464e-01 -1332874800: 2.6250930175e-01 -1332878400: 2.3089435936e-01 -1332882000: 4.3666502216e-02 -1332885600: 3.8029201623e-02 -1332889200: 4.6412959478e-02 -1332892800: 4.0254074323e-02 -1332896400: 4.3559074225e-02 -1332900000: 4.5630297220e-02 -1332903600: 4.0279046637e-02 -1332907200: 4.5222786816e-02 -1332910800: 1.8521330264e-01 -1332914400: 1.0349051009e-01 -1332918000: 3.9986865348e-02 -1332921600: 4.5539107964e-02 -1332925200: 4.2521442767e-02 -1332928800: 3.9722786960e-02 -1332932400: 4.4430605728e-02 -1332936000: 5.2790341601e-02 -1332939600: 3.9999968952e-02 -1332943200: 6.2465437659e-02 -1332946800: 6.2469155216e-02 -1332950400: 5.5327008414e-02 -1332954000: 4.8895848664e-02 -1332957600: 1.3140201737e-01 -1332961200: 2.1417372875e-01 -1332964800: 2.3612308794e-01 -1332968400: 1.6919474279e-01 -1332972000: 1.8902187500e-01 -1332975600: 1.5779661736e-01 -1332979200: 5.3374634621e-02 -1332982800: 5.1812825574e-02 -1332986400: 5.8132240192e-02 -1332990000: 5.3640856377e-02 -1332993600: 5.3844881159e-02 -1332997200: 2.3108212246e-01 -1333000800: 1.3179639240e-01 -1333004400: 4.6103833677e-02 -1333008000: 4.6662938066e-02 -1333011600: 4.5842548692e-02 -1333015200: 4.1390844483e-02 -1333018800: 5.4149832439e-02 -1333022400: 4.5014665055e-02 -1333026000: 2.1246759065e-01 -1333029600: 8.8059419214e-02 -1333033200: 8.6240412519e-02 -1333036800: 1.3601471617e-01 -1333040400: 1.0079265845e-01 -1333044000: 2.4524068684e-01 -1333047600: 1.9454392885e-01 -1333051200: 2.8150675695e-01 -1333054800: 4.4317610452e-01 -1333058400: 2.9910083240e-01 -1333062000: 8.8840920379e-02 -1333065600: 7.1103270340e-02 -1333069200: 6.5017117984e-02 -1333072800: 6.6063689138e-02 -1333076400: 7.0029800342e-02 -1333080000: 7.5762852826e-02 -1333083600: 3.0715257557e-01 -1333087200: 4.2934022525e-01 -1333090800: 1.0141184192e-01 -1333094400: 8.3329532765e-02 -1333098000: 9.3671755964e-02 -1333101600: 1.6577127426e-01 -1333105200: 6.4752949227e-02 -1333108800: 6.7481949131e-02 -1333112400: 6.9712172123e-02 -1333116000: 6.4202390778e-02 -1333119600: 6.3852752644e-02 -1333123200: 6.9733013168e-02 -1333126800: 6.6137520255e-02 -1333130400: 6.3288056239e-02 -1333134000: 2.2018219070e-01 -1333137600: 3.5094540778e-01 -1333141200: 1.6705033030e-01 -1333144800: 1.7719716589e-01 -1333148400: 5.2376564822e-02 -1333152000: 4.4470597299e-02 -1333155600: 5.4410876814e-02 -1333159200: 5.1442909380e-02 -1333162800: 3.3362310043e-02 -1333166400: 7.1267639079e-02 -1333170000: 6.7277355984e-02 -1333173600: 1.5914806593e-01 -1333177200: 4.9480790160e-02 -1333180800: 7.6408493727e-02 -1333184400: 7.1669025327e-02 -1333188000: 9.5841975713e-02 -1333191600: 4.6683381676e-02 -1333195200: 1.7602381721e-01 -1333198800: 1.3673118216e-01 -1333202400: 8.2233483101e-02 -1333206000: 1.0425667413e-01 -1333209600: 3.7653604159e-01 -1333213200: 2.6549867493e-01 -1333216800: 3.2701373986e-01 -1333220400: 1.7525654060e-01 -1333224000: 4.2746779398e-01 -1333227600: 3.8646357023e-01 -1333231200: 1.7646529710e-01 -1333234800: 8.4589535204e-02 -1333238400: 5.1902511578e-02 -1333242000: 4.8884734028e-02 -1333245600: 5.1544573933e-02 -1333249200: 4.9839960270e-02 -1333252800: 4.7991945796e-02 -1333256400: 5.2775438134e-02 -1333260000: 5.2522858005e-02 -1333263600: 8.1400413299e-02 -1333267200: 7.1142615872e-02 -1333270800: 1.5774993416e-01 -1333274400: 5.6405066897e-02 -1333278000: 5.0274745393e-02 -1333281600: 3.0965391948e-01 -1333285200: 1.6452894391e-01 -1333288800: 6.0839632374e-02 -1333292400: 1.0221606053e-01 -1333296000: 1.7946754748e-01 -1333299600: 1.6211267321e-01 -1333303200: 4.8862652592e-01 -1333306800: 2.7628040351e-01 -1333310400: 3.8670343637e-01 -1333314000: 2.3816564457e-01 -1333317600: 2.0955468021e-01 -1333321200: 5.8751871209e-02 -1333324800: 4.6452332220e-02 -1333328400: 4.6605654076e-02 -1333332000: 5.6666331823e-02 -1333335600: 4.6672903165e-02 -1333339200: 4.5544391720e-02 -1333342800: 1.7030303790e-01 -1333346400: 4.8608596581e-01 -1333350000: 1.5999034896e-01 -1333353600: 3.9304740326e-01 -1333357200: 8.0581428887e-02 -1333360800: 4.9405765468e-01 -1333364400: 3.8880471673e-01 -1333368000: 1.9161105239e-01 -1333371600: 9.2490449767e-02 -1333375200: 2.0200799025e-01 -1333378800: 6.0543511178e-02 -1333382400: 7.5829216062e-02 -1333386000: 6.3060921430e-02 -1333389600: 1.9034358425e-01 -1333393200: 2.2493985226e-01 -1333396800: 2.1670352691e-01 -1333400400: 9.4915552873e-02 -1333404000: 1.7274257164e-01 -1333407600: 5.9759517889e-02 -1333411200: 6.1355202424e-02 -1333414800: 6.4448494537e-02 -1333418400: 5.4739015201e-02 -1333422000: 5.6552966347e-02 -1333425600: 6.2571628438e-02 -1333429200: 1.7261735642e-01 -1333432800: 1.4666045518e-01 -1333436400: 7.8880423209e-02 -1333440000: 2.0333738069e-01 -1333443600: 1.2494737714e-01 -1333447200: 1.9079263134e-01 -1333450800: 1.5786258710e-01 -1333454400: 1.9411605001e-01 -1333458000: 8.8886517877e-02 -1333461600: 1.9395032129e-01 -1333465200: 6.8297670207e-02 -1333468800: 5.4177847344e-02 -1333472400: 8.1684627288e-02 -1333476000: 4.4376171978e-02 -1333479600: 1.1874607009e-01 -1333483200: 2.6622875320e-01 -1333486800: 4.0703080143e-01 -1333490400: 3.4062511099e-01 -1333494000: 2.2403315051e-01 -1333497600: 6.3018684699e-02 -1333501200: 3.5878965678e-02 -1333504800: 5.5550967602e-02 -1333508400: 4.9487480829e-02 -1333512000: 5.6869359379e-02 -1333515600: 1.9158422127e-01 -1333519200: 1.9610425196e-01 -1333522800: 6.3778162891e-02 -1333526400: 4.7248822224e-02 -1333530000: 4.5546660242e-02 -1333533600: 5.2488619550e-02 -1333537200: 4.7800055838e-02 -1333540800: 4.5821577275e-02 -1333544400: 5.1662535919e-02 -1333548000: 4.9733006989e-02 -1333551600: 6.8305106181e-02 -1333555200: 1.2942972069e-01 -1333558800: 1.2467943403e-01 -1333562400: 1.1634780566e-01 -1333566000: 1.9650146646e-01 -1333569600: 2.3891062196e-01 -1333573200: 1.8312655845e-01 -1333576800: 9.4841165784e-02 -1333580400: 5.6111926606e-02 -1333584000: 4.9773318473e-02 -1333587600: 4.9633050186e-02 -1333591200: 5.4742419065e-02 -1333594800: 4.7847236145e-02 -1333598400: 5.1585867008e-02 -1333602000: 2.2949358613e-01 -1333605600: 2.5976676716e-01 -1333609200: 6.8623867202e-02 -1333612800: 5.5529845219e-02 -1333616400: 1.9788818582e-01 -1333620000: 3.3757842776e-01 -1333623600: 5.4086653957e-01 -1333627200: 2.5671467699e-01 -1333630800: 7.7514893451e-02 -1333634400: 1.1665034908e-01 -1333638000: 7.3649983874e-02 -1333641600: 9.9020433022e-02 -1333645200: 2.3360479860e-01 -1333648800: 3.5453970441e-01 -1333652400: 4.5149877712e-01 -1333656000: 4.3011527358e-01 -1333659600: 4.2004444039e-01 -1333663200: 4.0101196484e-01 -1333666800: 1.0869433929e-01 -1333670400: 5.1712830000e-02 -1333674000: 4.9444786698e-02 -1333677600: 5.5236563080e-02 -1333681200: 5.1405182978e-02 -1333684800: 4.6989504901e-02 -1333688400: 9.4656866500e-02 -1333692000: 2.3713209997e-01 -1333695600: 5.8456651357e-01 -1333699200: 2.9933460683e-01 -1333702800: 3.3840778108e-01 -1333706400: 1.6453708375e-01 -1333710000: 2.0531817091e-02 -1333713600: 5.4460314399e-02 -1333717200: 5.9413696887e-02 -1333720800: 5.8354215859e-02 -1333724400: 5.4160203573e-02 -1333728000: 6.0008332923e-02 -1333731600: 5.7765139253e-02 -1333735200: 5.4104220607e-02 -1333738800: 5.9445341243e-02 -1333742400: 5.8070364036e-02 -1333746000: 5.4179787889e-02 -1333749600: 5.8038256462e-02 -1333753200: 5.9190760264e-02 -1333756800: 5.4112132686e-02 -1333760400: 5.6817934793e-02 -1333764000: 6.0422722007e-02 -1333767600: 5.4471907936e-02 -1333771200: 6.5538104934e-02 -1333774800: 4.9771133131e-02 -1333778400: 5.7645334996e-02 -1333782000: 5.4581985596e-02 -1333785600: 5.6656726094e-02 -1333789200: 6.0575531364e-02 -1333792800: 5.3897655854e-02 -1333796400: 5.7458950742e-02 -1333800000: 5.9758832211e-02 -1333803600: 5.4163034501e-02 -1333807200: 5.6013524298e-02 -1333810800: 6.0349963276e-02 -1333814400: 5.5035666248e-02 -1333818000: 5.4166635189e-02 -1333821600: 6.0468900824e-02 -1333825200: 5.7270735910e-02 -1333828800: 5.3902142506e-02 -1333832400: 5.8523642247e-02 -1333836000: 5.8697292006e-02 -1333839600: 5.4137709125e-02 -1333843200: 6.6640164870e-02 -1333846800: 5.0055893423e-02 -1333850400: 5.7162713056e-02 -1333854000: 5.4717052069e-02 -1333857600: 5.6341846010e-02 -1333861200: 6.0351214008e-02 -1333864800: 5.3672333541e-02 -1333868400: 5.6077247679e-02 -1333872000: 6.0568703286e-02 -1333875600: 5.3905539073e-02 -1333879200: 5.8025817485e-02 -1333882800: 5.8363511424e-02 -1333886400: 5.3888471920e-02 -1333890000: 5.7753457887e-02 -1333893600: 5.8911995736e-02 -1333897200: 5.4152578249e-02 -1333900800: 5.6380345006e-02 -1333904400: 6.0281178572e-02 -1333908000: 5.3887357320e-02 -1333911600: 5.4366735447e-02 -1333915200: 6.9243904964e-02 -1333918800: 4.5257436255e-02 -1333922400: 5.7498810066e-02 -1333926000: 5.5522816065e-02 -1333929600: 6.0801691867e-02 -1333933200: 5.3943665111e-02 -1333936800: 5.5324038769e-02 -1333940400: 6.0458314208e-02 -1333944000: 5.3670704968e-02 -1333947600: 5.5489084766e-02 -1333951200: 6.0372383275e-02 -1333954800: 5.3613273978e-02 -1333958400: 5.5742137330e-02 -1333962000: 6.0893562972e-02 -1333965600: 5.4481620215e-02 -1333969200: 5.3879821533e-02 -1333972800: 5.0319352958e-01 -1333976400: 1.5256530275e-01 -1333980000: 3.3495556932e-01 -1333983600: 2.9698940424e-01 -1333987200: 2.9327179608e-01 -1333990800: 2.1256194007e-01 -1333994400: 1.8119187233e-01 -1333998000: 2.9079437670e-01 -1334001600: 2.7413783824e-01 -1334005200: 2.5637036220e-01 -1334008800: 8.8642963666e-02 -1334012400: 5.1402684794e-02 -1334016000: 4.9646109864e-02 -1334019600: 5.5611315041e-02 -1334023200: 4.8937914592e-02 -1334026800: 4.9121766304e-02 -1334030400: 5.4994214167e-02 -1334034000: 1.0312614017e-01 -1334037600: 1.3139696640e-01 -1334041200: 1.4301512445e-01 -1334044800: 3.7584657066e-01 -1334048400: 3.9611896925e-01 -1334052000: 7.0559831129e-02 -1334055600: 5.4719869657e-02 -1334059200: 4.8339183547e-02 -1334062800: 4.4423775681e-02 -1334066400: 5.4474551910e-02 -1334070000: 5.3613777066e-02 -1334073600: 8.9559111274e-02 -1334077200: 1.1071201914e-01 -1334080800: 4.7173793191e-02 -1334084400: 5.5260232363e-02 -1334088000: 7.7347852351e-02 -1334091600: 2.2863425457e-01 -1334095200: 1.4163145976e-01 -1334098800: 6.2707565243e-02 -1334102400: 4.0578205273e-02 -1334106000: 4.3242287817e-02 -1334109600: 4.6158107296e-02 -1334113200: 4.2766652548e-02 -1334116800: 4.2172655668e-02 -1334120400: 1.6428043727e-01 -1334124000: 2.2015002080e-01 -1334127600: 1.6809252601e-01 -1334131200: 1.2291761909e-02 -1334134800: 2.0011859855e-02 -1334138400: 1.6388888889e-02 -1334142000: 2.0222227298e-02 -1334145600: 2.0596242466e-02 -1334149200: 1.5848196903e-02 -1334152800: 2.0805083457e-02 -1334156400: 2.0028249876e-02 -1334160000: 1.6098474591e-02 -1334163600: 2.0826154727e-02 -1334167200: 2.1130926237e-02 -1334170800: 1.6111111111e-02 -1334174400: 1.9670498807e-02 -1334178000: 2.1416329156e-02 -1334181600: 1.6109020191e-02 -1334185200: 1.8306698389e-02 -1334188800: 2.2516781462e-02 -1334192400: 1.6403066522e-02 -1334196000: 1.7175917445e-02 -1334199600: 2.2794707083e-02 -1334203200: 2.1851033137e-02 -1334206800: 7.8555718082e-03 -1334210400: 2.4483425871e-02 -1334214000: 1.9739560904e-02 -1334217600: 1.5844055890e-02 -1334221200: 2.1645587140e-02 -1334224800: 1.8909968415e-02 -1334228400: 1.6376390728e-02 -1334232000: 2.3875676359e-02 -1334235600: 2.2236261068e-02 -1334239200: 1.8900560734e-02 -1334242800: 2.1090059844e-02 -1334246400: 2.0007995817e-02 -1334250000: 1.7235277672e-02 -1334253600: 1.9922881984e-02 -1334257200: 2.1743784683e-02 -1334260800: 1.6924299224e-02 -1334264400: 1.8023042078e-02 -1334268000: 2.2504993274e-02 -1334271600: 1.6410680508e-02 -1334275200: 2.7465890228e-02 -1334278800: 1.0033247490e-02 -1334282400: 1.9196507993e-02 -1334286000: 1.6397173732e-02 -1334289600: 2.1103640047e-02 -1334293200: 1.9471515232e-02 -1334296800: 1.6673500685e-02 -1334300400: 2.1371487290e-02 -1334304000: 1.9187941685e-02 -1334307600: 1.5846214406e-02 -1334311200: 2.0526553751e-02 -1334314800: 2.0306779582e-02 -1334318400: 1.9433879957e-02 -1334322000: 1.9421655326e-02 -1334325600: 2.1700020272e-02 -1334329200: 1.6388888889e-02 -1334332800: 1.8033901765e-02 -1334336400: 2.2776542155e-02 -1334340000: 1.6967333858e-02 -1334343600: 1.6363154294e-02 -1334347200: 2.2476905115e-02 -1334350800: 2.3937718369e-02 -1334354400: 7.4756350659e-03 -1334358000: 2.3029134904e-02 -1334361600: 2.1995230030e-02 -1334365200: 1.6111111111e-02 -1334368800: 1.9666472339e-02 -1334372400: 2.1166860995e-02 -1334376000: 1.6086573319e-02 -1334379600: 1.9720409965e-02 -1334383200: 2.0859683383e-02 -1334386800: 1.6111111111e-02 -1334390400: 1.9401764452e-02 -1334394000: 2.2254736685e-02 -1334397600: 1.6108825704e-02 -1334401200: 2.0276124587e-02 -1334404800: 2.0569659684e-02 -1334408400: 1.6111111111e-02 -1334412000: 1.9695313312e-02 -1334415600: 2.1677344885e-02 -1334419200: 1.6115941685e-02 -1334422800: 2.8581307463e-02 -1334426400: 2.4485648210e-02 -1334430000: 2.0277777778e-02 -1334433600: 1.6086914905e-02 -1334437200: 2.3028007825e-02 -1334440800: 1.7528726840e-02 -1334444400: 1.6109902433e-02 -1334448000: 2.2750214573e-02 -1334451600: 1.7274011201e-02 -1334455200: 1.6076585718e-02 -1334458800: 2.3037127976e-02 -1334462400: 1.7526246804e-02 -1334466000: 1.6111535239e-02 -1334469600: 2.2499057128e-02 -1334473200: 1.8069916718e-02 -1334476800: 1.5846197085e-02 -1334480400: 2.1909577808e-02 -1334484000: 1.8645977748e-02 -1334487600: 1.6654033338e-02 -1334491200: 2.2487724798e-02 -1334494800: 2.2496131473e-02 -1334498400: 1.6973221501e-02 -1334502000: 1.4421883627e-02 -1334505600: 2.1689227484e-02 -1334509200: 1.6373949505e-02 -1334512800: 2.0518292412e-02 -1334516400: 2.0052202527e-02 -1334520000: 1.5807676010e-02 -1334523600: 2.1009026239e-02 -1334527200: 1.9294408862e-02 -1334530800: 1.5833333333e-02 -1334534400: 2.0979266028e-02 -1334538000: 1.9418548428e-02 -1334541600: 1.5845794558e-02 -1334545200: 2.0861436452e-02 -1334548800: 1.9537442703e-02 -1334552400: 1.5857511831e-02 -1334556000: 2.0220691589e-02 -1334559600: 1.9779308411e-02 -1334563200: 1.5833333333e-02 -1334566800: 1.9142497832e-02 -1334570400: 2.5024168835e-02 -1334574000: 7.5000000000e-03 -1334577600: 2.3274683654e-02 -1334581200: 2.3368216623e-02 -1334584800: 1.6124834876e-02 -1334588400: 1.7765896168e-02 -1334592000: 2.7216746997e-02 -1334595600: 2.1645198411e-02 -1334599200: 5.3012889978e-01 -1334602800: 3.0192720763e-01 -1334606400: 2.8042583033e-01 -1334610000: 4.7442738751e-01 -1334613600: 2.6440611134e-01 -1334617200: 2.5505306367e-01 -1334620800: 5.1880245845e-02 -1334624400: 5.3933140514e-02 -1334628000: 4.9706254897e-02 -1334631600: 5.0233948199e-02 -1334635200: 5.3973992262e-02 -1334638800: 3.5533618050e-01 -1334642400: 3.0339445267e-01 -1334646000: 1.2573930138e-01 -1334649600: 2.3914058518e-01 -1334653200: 1.6556788302e-01 -1334656800: 6.7207436780e-02 -1334660400: 8.1954888261e-02 -1334664000: 4.7503499647e-02 -1334667600: 9.2182083163e-02 -1334671200: 1.1277333299e-01 -1334674800: 1.1864989408e-01 -1334678400: 7.3597176676e-02 -1334682000: 7.3870080199e-02 -1334685600: 9.8035644587e-02 -1334689200: 3.2003935966e-01 -1334692800: 4.1775452823e-01 -1334696400: 4.2745365302e-01 -1334700000: 4.7523006099e-01 -1334703600: 3.7311871090e-01 -1334707200: 2.9251776373e-01 -1334710800: 6.0143840662e-02 -1334714400: 4.7899240459e-02 -1334718000: 5.0840586542e-02 -1334721600: 5.3381646382e-02 -1334725200: 1.1099012759e-01 -1334728800: 2.3423853545e-01 -1334732400: 5.0996828300e-01 -1334736000: 2.8449902032e-01 -1334739600: 3.0804336494e-01 -1334743200: 6.8384044017e-02 -1334746800: 4.0301887676e-01 -1334750400: 8.2419251972e-02 -1334754000: 1.3068957150e-01 -1334757600: 5.6264874467e-02 -1334761200: 6.9850231273e-02 -1334764800: 4.6664753656e-02 -1334768400: 1.6625669028e-01 -1334772000: 1.6229743424e-01 -1334775600: 1.5967012855e-01 -1334779200: 2.7466134902e-01 -1334782800: 2.3431130259e-01 -1334786400: 2.1197061403e-01 -1334790000: 1.1996847309e-01 -1334793600: 5.1561208920e-02 -1334797200: 5.3429017345e-02 -1334800800: 4.6944855718e-02 -1334804400: 5.1497731785e-02 -1334808000: 5.0982564781e-02 -1334811600: 1.4128590028e-01 -1334815200: 1.9176469657e-01 -1334818800: 6.2541997375e-02 -1334822400: 4.5722688190e-01 -1334826000: 5.4457513535e-02 -1334829600: 2.4028019055e-01 -1334833200: 2.7580217603e-01 -1334836800: 5.1402331520e-02 -1334840400: 5.9636927783e-02 -1334844000: 8.7024166954e-02 -1334847600: 5.4746094399e-02 -1334851200: 5.5817320975e-02 -1334854800: 6.2230898816e-02 -1334858400: 9.3542653026e-02 -1334862000: 3.0823115428e-01 -1334865600: 5.8518209719e-01 -1334869200: 3.3829559077e-01 -1334872800: 2.1618050987e-01 -1334876400: 1.3408389725e-01 -1334880000: 6.1347555053e-02 -1334883600: 6.1409009167e-02 -1334887200: 5.6688418627e-02 -1334890800: 5.9953891386e-02 -1334894400: 6.1705507145e-02 -1334898000: 1.1746127548e-01 -1334901600: 1.3246661052e-01 -1334905200: 1.6090441449e-01 -1334908800: 4.1743912670e-01 -1334912400: 1.6144031346e-01 -1334916000: 1.3158496117e-01 -1334919600: 2.3899854737e-01 -1334923200: 6.4731178398e-02 -1334926800: 4.3342759756e-02 -1334930400: 4.6944764759e-02 -1334934000: 5.0017800285e-02 -1334937600: 1.3497854478e-01 -1334941200: 8.9687023868e-02 -1334944800: 2.3330668689e-01 -1334948400: 3.5192716641e-01 -1334952000: 4.5729883709e-01 -1334955600: 1.8047754871e-01 -1334959200: 6.0031432265e-02 -1334962800: 6.0256666551e-02 -1334966400: 1.1669580788e-01 -1334970000: 5.7228036216e-02 -1334973600: 6.2975080132e-02 -1334977200: 5.7557934266e-02 -1334980800: 5.5443871857e-02 -1334984400: 6.1543122383e-02 -1334988000: 6.3824310512e-02 -1334991600: 1.2994470972e-01 -1334995200: 8.6812823148e-02 -1334998800: 3.8895310764e-02 -1335002400: 5.9425093752e-02 -1335006000: 2.8975584534e-01 -1335009600: 1.4690718911e-01 -1335013200: 2.9905508112e-01 -1335016800: 1.2791078299e-01 -1335020400: 1.3018733737e-01 -1335024000: 3.4741449962e-01 -1335027600: 2.9678843231e-01 -1335031200: 1.9728078641e-01 -1335034800: 4.4381495920e-01 -1335038400: 2.1861269683e-01 -1335042000: 7.8169085701e-02 -1335045600: 1.7463937159e-01 -1335049200: 1.0274567025e-01 -1335052800: 7.2703347234e-02 -1335056400: 5.3648422356e-02 -1335060000: 4.7483937936e-02 -1335063600: 5.9489965212e-02 -1335067200: 5.2194186382e-02 -1335070800: 5.8048796190e-02 -1335074400: 6.6075432613e-02 -1335078000: 2.8374907456e-01 -1335081600: 1.1409299549e-01 -1335085200: 2.3847874850e-01 -1335088800: 2.4678473647e-01 -1335092400: 1.3196472392e-01 -1335096000: 1.8251215853e-01 -1335099600: 2.3414189272e-01 -1335103200: 3.4195800888e-01 -1335106800: 2.6048213394e-01 -1335110400: 2.6693703045e-01 -1335114000: 2.5639742279e-01 -1335117600: 2.3330019264e-01 -1335121200: 2.0438834347e-01 -1335124800: 2.3178108812e-01 -1335128400: 1.6620797722e-01 -1335132000: 5.1625379312e-02 -1335135600: 4.9768324135e-02 -1335139200: 4.5834770825e-02 -1335142800: 5.1613047621e-02 -1335146400: 4.9373552695e-02 -1335150000: 4.6215841622e-02 -1335153600: 5.1354689936e-02 -1335157200: 8.7826151004e-02 -1335160800: 4.4409527730e-01 -1335164400: 4.4947118260e-01 -1335168000: 3.0786151358e-01 -1335171600: 4.8033353478e-02 -1335175200: 2.6678774659e-01 -1335178800: 2.4252988323e-01 -1335182400: 5.8976252876e-02 -1335186000: 2.0615477535e-01 -1335189600: 2.1741696254e-01 -1335193200: 9.3691294646e-02 -1335196800: 9.0528747375e-02 -1335200400: 1.2980155965e-01 -1335204000: 1.9637046967e-01 -1335207600: 1.9681669596e-01 -1335211200: 2.2370249681e-01 -1335214800: 2.4776324898e-01 -1335218400: 2.4101667381e-01 -1335222000: 6.5908399582e-02 -1335225600: 5.0504033484e-02 -1335229200: 4.3705253797e-02 -1335232800: 4.2081222614e-02 -1335236400: 4.8438943909e-02 -1335240000: 4.5306212363e-02 -1335243600: 2.3028805927e-01 -1335247200: 1.3721144765e-01 -1335250800: 1.4274287827e-01 -1335254400: 1.9990677122e-01 -1335258000: 1.3095020922e-01 -1335261600: 4.3933050460e-02 -1335265200: 5.2483531574e-02 -1335268800: 4.6394491446e-02 -1335272400: 3.6935933920e-02 -1335276000: 4.8622159085e-02 -1335279600: 4.1676868821e-02 -1335283200: 4.3236672716e-02 -1335286800: 8.6155232341e-02 -1335290400: 1.1483084228e-01 -1335294000: 1.4614774322e-01 -1335297600: 2.4957512894e-01 -1335301200: 2.8269330181e-01 -1335304800: 2.6919184817e-01 -1335308400: 1.6976190302e-01 -1335312000: 4.3933512388e-02 -1335315600: 4.1553923520e-02 -1335319200: 4.7515542542e-02 -1335322800: 4.1763122879e-02 -1335326400: 4.2490882849e-02 -1335330000: 1.8587051689e-01 -1335333600: 7.9439108420e-02 -1335337200: 5.1645607137e-02 -1335340800: 3.9190110916e-02 -1335344400: 4.1342236588e-02 -1335348000: 4.4489782578e-02 -1335351600: 4.1117362439e-02 -1335355200: 5.1637851063e-02 -1335358800: 4.5025308392e-02 -1335362400: 7.9674593287e-02 -1335366000: 1.2281066561e-01 -1335369600: 5.1125745863e-02 -1335373200: 1.2693033805e-01 -1335376800: 1.2486725883e-01 -1335380400: 3.5217979592e-01 -1335384000: 6.0113972301e-01 -1335387600: 2.9724757506e-01 -1335391200: 2.5782986105e-01 -1335394800: 5.4503244687e-02 -1335398400: 4.9706078448e-02 -1335402000: 5.5201095252e-02 -1335405600: 5.5595192350e-02 -1335409200: 5.8938325553e-02 -1335412800: 4.3023200074e-02 -1335416400: 2.4205966380e-01 -1335420000: 1.2188867982e-01 -1335423600: 4.8611662035e-02 -1335427200: 5.2735284932e-02 -1335430800: 5.1436087165e-02 -1335434400: 4.7218000765e-02 -1335438000: 4.7205344255e-02 -1335441600: 4.5017541357e-02 -1335445200: 1.2608217810e-01 -1335448800: 7.9716793248e-02 -1335452400: 6.8071426359e-02 -1335456000: 4.8350483854e-02 -1335459600: 8.7073715691e-02 -1335463200: 2.4317470426e-01 -1335466800: 7.9284794016e-02 -1335470400: 2.5397250591e-01 -1335474000: 3.5816148384e-01 -1335477600: 2.0500603916e-01 -1335481200: 1.9476018762e-01 -1335484800: 7.7333074163e-02 -1335488400: 6.3341928670e-02 -1335492000: 6.7756795123e-02 -1335495600: 6.6756802941e-02 -1335499200: 6.9948604948e-02 -1335502800: 2.3207116850e-01 -1335506400: 3.2653297862e-01 -1335510000: 7.5300431434e-02 -1335513600: 6.4493357582e-02 -1335517200: 6.9002976104e-02 -1335520800: 1.2630083729e-01 -1335524400: 3.2050540675e-01 -1335528000: 2.3501184972e-01 -1335531600: 7.8092953797e-02 -1335535200: 1.8832280819e-01 -1335538800: 4.7501868589e-02 -1335542400: 4.6385296179e-02 -1335546000: 8.0260721341e-02 -1335549600: 1.3052188153e-01 -1335553200: 4.5038237224e-02 -1335556800: 4.3896935755e-02 -1335560400: 7.6026545534e-02 -1335564000: 2.6033764134e-01 -1335567600: 2.2115993976e-01 -1335571200: 1.2542906340e-01 -1335574800: 4.7840190410e-02 -1335578400: 4.1982571073e-02 -1335582000: 4.1783803795e-02 -1335585600: 4.7848053317e-02 -1335589200: 4.2627880667e-02 -1335592800: 6.9115140494e-02 -1335596400: 8.2483449510e-02 -1335600000: 8.6411556021e-02 -1335603600: 7.9110669663e-02 -1335607200: 6.0634609596e-02 -1335610800: 4.8982882144e-01 -1335614400: 2.9512638837e-01 -1335618000: 2.2169681704e-01 -1335621600: 5.7787336093e-02 -1335625200: 1.1471520866e-01 -1335628800: 8.9967717334e-02 -1335632400: 3.4210425897e-01 -1335636000: 2.7641663320e-01 -1335639600: 3.4423446285e-01 -1335643200: 2.8401916057e-01 -1335646800: 5.6104514052e-01 -1335650400: 1.8510417035e-01 -1335654000: 9.3769112417e-02 -1335657600: 5.5775448423e-02 -1335661200: 5.4768893474e-02 -1335664800: 5.0263380000e-02 -1335668400: 5.3309597236e-02 -1335672000: 5.6379675656e-02 -1335675600: 5.5509344324e-02 -1335679200: 6.4266366862e-02 -1335682800: 6.5292514016e-02 -1335686400: 1.6543858722e-01 -1335690000: 8.9565016099e-02 -1335693600: 1.2190190302e-01 -1335697200: 2.8024512098e-01 -1335700800: 9.5316998349e-02 -1335704400: 9.1977772371e-02 -1335708000: 6.1098770799e-02 -1335711600: 8.9448443354e-02 -1335715200: 8.3337212387e-02 -1335718800: 2.2569916428e-01 -1335722400: 1.6612011477e-01 -1335726000: 2.0931153857e-01 -1335729600: 2.3049221358e-01 -1335733200: 2.2166830929e-01 -1335736800: 3.9128876922e-01 -1335740400: 3.5483870563e-01 -1335744000: 5.1259662431e-02 -1335747600: 4.4487429948e-02 -1335751200: 5.5957162893e-02 -1335754800: 5.0926708111e-02 -1335758400: 4.9974790233e-02 -1335762000: 1.3716624611e-01 -1335765600: 4.3714419652e-01 -1335769200: 1.1014166312e-01 -1335772800: 3.7005247257e-01 -1335776400: 7.4102033845e-02 -1335780000: 4.3037390647e-01 -1335783600: 1.5192150076e-01 -1335787200: 1.8664344081e-01 -1335790800: 8.7215138393e-02 -1335794400: 2.1549946418e-01 -1335798000: 8.9239424402e-02 -1335801600: 1.8614069398e-01 -1335805200: 2.7852310735e-01 -1335808800: 9.5635414261e-02 -1335812400: 1.8676286958e-01 -1335816000: 2.2444755961e-01 -1335819600: 2.9013691883e-01 -1335823200: 1.9184734862e-01 -1335826800: 4.5358603201e-02 -1335830400: 4.8589855693e-02 -1335834000: 4.3105560802e-02 -1335837600: 4.1418085552e-02 -1335841200: 4.7972725289e-02 -1335844800: 4.6443127128e-02 -1335848400: 2.2946246365e-01 -1335852000: 1.4581294928e-01 -1335855600: 4.4756829088e-02 -1335859200: 4.0829410167e-02 -1335862800: 4.4704030898e-02 -1335866400: 1.2979815739e-01 -1335870000: 1.4910000958e-01 -1335873600: 6.1371821785e-02 -1335877200: 5.4747808130e-02 -1335880800: 3.6107016930e-02 -1335884400: 4.8072976940e-02 -1335888000: 4.7461555575e-02 -1335891600: 9.9749022977e-02 -1335895200: 4.2481441109e-02 -1335898800: 7.9721134281e-02 -1335902400: 1.5647933347e-01 -1335906000: 1.5640738730e-01 -1335909600: 6.0140760342e-02 -1335913200: 4.2519590711e-02 -1335916800: 4.1112891565e-02 -1335920400: 4.7501048783e-02 -1335924000: 4.3977576694e-02 -1335927600: 4.1043556425e-02 -1335931200: 4.7977018753e-02 -1335934800: 1.6549330552e-01 -1335938400: 1.6939727665e-01 -1335942000: 1.6292657695e-01 -1335945600: 1.8726824279e-01 -1335949200: 3.5824346187e-02 -1335952800: 5.3043258710e-02 -1335956400: 5.0847815034e-02 -1335960000: 4.9171412725e-02 -1335963600: 6.8283179472e-02 -1335967200: 6.0049454490e-02 -1335970800: 4.6105445538e-02 -1335974400: 5.0818697472e-02 -1335978000: 6.5470358486e-02 -1335981600: 1.3612573450e-01 -1335985200: 1.0153969342e-01 -1335988800: 1.7660806733e-01 -1335992400: 1.7532930294e-01 -1335996000: 1.6529926777e-01 -1335999600: 7.2647193718e-02 -1336003200: 5.0559419308e-02 -1336006800: 4.6106571616e-02 -1336010400: 5.9520717584e-02 -1336014000: 4.7730162297e-02 -1336017600: 4.4050885221e-02 -1336021200: 1.5922537809e-01 -1336024800: 5.8413585382e-02 -1336028400: 4.4450689847e-02 -1336032000: 5.1648584486e-02 -1336035600: 5.2228014117e-02 -1336039200: 4.4453948318e-02 -1336042800: 5.1647239249e-02 -1336046400: 4.6961984301e-02 -1336050000: 5.5541397767e-02 -1336053600: 5.6664750816e-02 -1336057200: 6.7483502356e-02 -1336060800: 1.6827031071e-01 -1336064400: 7.5316677659e-02 -1336068000: 1.1611033153e-01 -1336071600: 3.0878650336e-01 -1336075200: 1.8471539736e-01 -1336078800: 1.7217923997e-01 -1336082400: 2.7524873451e-01 -1336086000: 1.0094453585e-01 -1336089600: 1.8922388075e-01 -1336093200: 5.1985621445e-02 -1336096800: 4.7776174460e-02 -1336100400: 5.4384165547e-02 -1336104000: 5.2807723472e-02 -1336107600: 1.5053842371e-01 -1336111200: 4.6644037473e-01 -1336114800: 7.8620083466e-02 -1336118400: 6.4715736154e-02 -1336122000: 5.2770604162e-02 -1336125600: 4.8598246455e-02 -1336129200: 6.8633131019e-02 -1336132800: 5.3058930057e-02 -1336136400: 1.3964111730e-01 -1336140000: 6.4542448908e-02 -1336143600: 6.1079841175e-02 -1336147200: 5.5847602186e-02 -1336150800: 9.0291624701e-02 -1336154400: 7.1092293018e-02 -1336158000: 5.0278574229e-02 -1336161600: 4.8012088751e-02 -1336165200: 5.3319833219e-02 -1336168800: 1.6992807012e-01 -1336172400: 9.3692285655e-02 -1336176000: 4.9635553548e-02 -1336179600: 4.6156251522e-02 -1336183200: 4.9327870615e-02 -1336186800: 5.2264124430e-02 -1336190400: 4.6368379470e-02 -1336194000: 7.0373528978e-02 -1336197600: 1.9100004227e-01 -1336201200: 7.0066111028e-02 -1336204800: 4.9423112690e-02 -1336208400: 5.2227332410e-02 -1336212000: 7.8857923176e-02 -1336215600: 2.6241960751e-01 -1336219200: 1.9816561772e-01 -1336222800: 6.1680128747e-02 -1336226400: 5.8058804235e-02 -1336230000: 6.5680506780e-02 -1336233600: 3.9396955873e-01 -1336237200: 3.3059891936e-01 -1336240800: 2.0072105854e-01 -1336244400: 1.1284949574e-01 -1336248000: 1.4915856642e-01 -1336251600: 1.6126398624e-01 -1336255200: 1.5066031696e-01 -1336258800: 4.1383034060e-01 -1336262400: 6.1704211119e-02 -1336266000: 5.3931520892e-02 -1336269600: 5.0411956654e-02 -1336273200: 4.8242473560e-02 -1336276800: 5.2732354872e-02 -1336280400: 6.3370082098e-02 -1336284000: 4.8038984166e-02 -1336287600: 8.5549921491e-02 -1336291200: 1.7250569794e-01 -1336294800: 6.7810763311e-02 -1336298400: 8.6096446333e-02 -1336302000: 1.1049158108e-01 -1336305600: 1.7532911784e-01 -1336309200: 5.0586275064e-02 -1336312800: 5.3343170368e-02 -1336316400: 4.9731285933e-02 -1336320000: 4.6663200195e-02 -1336323600: 5.5210718346e-02 -1336327200: 1.0941386881e-01 -1336330800: 1.6428343332e-01 -1336334400: 2.0570241657e-01 -1336338000: 2.3182319421e-01 -1336341600: 2.2185357125e-01 -1336345200: 9.0252917807e-02 -1336348800: 5.3903480742e-02 -1336352400: 3.6975082346e-02 -1336356000: 5.0802861571e-02 -1336359600: 5.3041226554e-02 -1336363200: 4.8911224887e-02 -1336366800: 6.1353674148e-02 -1336370400: 1.4771631817e-01 -1336374000: 5.0568732688e-01 -1336377600: 3.1690812214e-01 -1336381200: 7.3942260112e-02 -1336384800: 4.1945790167e-02 -1336388400: 4.7759101400e-02 -1336392000: 2.3304493799e-01 -1336395600: 8.5290571966e-02 -1336399200: 1.3466317425e-01 -1336402800: 7.4800642335e-02 -1336406400: 5.7203132037e-02 -1336410000: 5.4434664886e-02 -1336413600: 1.5743457842e-01 -1336417200: 2.0306627473e-01 -1336420800: 1.5760830019e-01 -1336424400: 2.1470554743e-01 -1336428000: 1.1940607834e-01 -1336431600: 4.6669538680e-02 -1336435200: 5.1001287128e-02 -1336438800: 4.3128213925e-02 -1336442400: 4.3302928348e-02 -1336446000: 4.8898130592e-02 -1336449600: 4.4226067780e-02 -1336453200: 1.1579795981e-01 -1336456800: 6.0056150024e-02 -1336460400: 1.2554867130e-01 -1336464000: 1.9901892364e-01 -1336467600: 1.0793371283e-01 -1336471200: 1.6540806629e-01 -1336474800: 2.8706318884e-01 -1336478400: 5.8083270107e-02 -1336482000: 4.6672186106e-02 -1336485600: 6.6630901164e-02 -1336489200: 6.4461990622e-02 -1336492800: 5.9995819460e-02 -1336496400: 1.3546503553e-01 -1336500000: 2.6675493230e-01 -1336503600: 1.9736168784e-01 -1336507200: 2.5453753621e-01 -1336510800: 4.2165180211e-02 -1336514400: 2.0233340445e-01 -1336518000: 7.5267120783e-02 -1336521600: 4.6933627145e-02 -1336525200: 5.1879804885e-02 -1336528800: 5.0036054801e-02 -1336532400: 5.3993600377e-02 -1336536000: 5.4117882881e-02 -1336539600: 1.5220957309e-01 -1336543200: 1.0870696912e-01 -1336546800: 4.7191021674e-02 -1336550400: 4.6679034203e-02 -1336554000: 5.3625008620e-02 -1336557600: 3.1113380647e-02 -1336561200: 4.4722507061e-02 -1336564800: 4.0276206091e-02 -1336568400: 4.7213112361e-02 -1336572000: 4.2787877710e-02 -1336575600: 5.1355690672e-02 -1336579200: 7.8303436410e-02 -1336582800: 1.3475079819e-01 -1336586400: 1.4710393437e-01 -1336590000: 1.5242527872e-01 -1336593600: 1.9578129980e-01 -1336597200: 1.6049031286e-01 -1336600800: 1.8890641657e-01 -1336604400: 4.8356136303e-02 -1336608000: 4.6501498938e-02 -1336611600: 5.2879519021e-02 -1336615200: 4.8671044714e-02 -1336618800: 4.6671914209e-02 -1336622400: 6.3566360848e-02 -1336626000: 1.9929373698e-01 -1336629600: 8.4646440933e-02 -1336633200: 4.4741531465e-02 -1336636800: 4.6095409410e-02 -1336640400: 4.4735487283e-02 -1336644000: 4.0559150332e-02 -1336647600: 4.7764941447e-02 -1336651200: 4.9161597867e-02 -1336654800: 4.8036057851e-02 -1336658400: 5.4174621229e-02 -1336662000: 6.6872698711e-02 -1336665600: 9.5350224794e-02 -1336669200: 5.4710907586e-02 -1336672800: 2.1861825390e-01 -1336676400: 7.3528780140e-02 -1336680000: 2.9822000536e-01 -1336683600: 2.2638286313e-01 -1336687200: 2.5929447061e-01 -1336690800: 6.6133610833e-02 -1336694400: 4.9776292348e-02 -1336698000: 4.5784276424e-02 -1336701600: 5.9444239350e-02 -1336705200: 5.1687920217e-02 -1336708800: 5.4115052162e-02 -1336712400: 1.4895298743e-01 -1336716000: 3.4724208983e-01 -1336719600: 7.5581942873e-02 -1336723200: 6.7747044898e-02 -1336726800: 4.8356854324e-02 -1336730400: 1.9183616378e-01 -1336734000: 6.7861603897e-02 -1336737600: 5.0585367243e-02 -1336741200: 5.0261119889e-02 -1336744800: 5.3571125172e-02 -1336748400: 4.6995884906e-02 -1336752000: 4.5837960730e-02 -1336755600: 8.0222503459e-02 -1336759200: 6.3368755631e-02 -1336762800: 2.3071225835e-01 -1336766400: 1.5781477426e-01 -1336770000: 5.6966635444e-02 -1336773600: 1.1711960334e-01 -1336777200: 1.5852370480e-01 -1336780800: 1.3296540290e-01 -1336784400: 4.2794328626e-02 -1336788000: 4.2995144902e-02 -1336791600: 4.8400548650e-02 -1336795200: 4.2810467022e-02 -1336798800: 6.7483011278e-02 -1336802400: 1.3860191004e-01 -1336806000: 6.5328548138e-02 -1336809600: 5.9158892774e-02 -1336813200: 4.8590340941e-02 -1336816800: 8.3317456227e-02 -1336820400: 2.6802184752e-01 -1336824000: 1.8141018207e-01 -1336827600: 8.3607616128e-02 -1336831200: 1.0832837144e-01 -1336834800: 4.9335952592e-01 -1336838400: 3.4938703791e-01 -1336842000: 1.3390708660e-01 -1336845600: 9.9508602529e-02 -1336849200: 5.6056169913e-02 -1336852800: 4.8934008267e-02 -1336856400: 1.0979076284e-01 -1336860000: 1.7913500148e-01 -1336863600: 2.0324353236e-01 -1336867200: 1.9588503066e-01 -1336870800: 5.5515341977e-02 -1336874400: 5.1676009593e-02 -1336878000: 4.6700510397e-02 -1336881600: 5.0475973052e-02 -1336885200: 6.2017488253e-02 -1336888800: 4.7810670775e-02 -1336892400: 3.6928744071e-02 -1336896000: 1.0245448530e-01 -1336899600: 8.1713831096e-02 -1336903200: 6.4695307836e-02 -1336906800: 6.3274465271e-02 -1336910400: 3.6974800981e-01 -1336914000: 1.3924015979e-01 -1336917600: 6.7739810060e-02 -1336921200: 1.5797095072e-01 -1336924800: 1.9780372649e-01 -1336928400: 3.6641026702e-01 -1336932000: 1.8525394174e-01 -1336935600: 3.1863349031e-01 -1336939200: 2.9257097651e-01 -1336942800: 2.6809804829e-01 -1336946400: 2.1550665868e-01 -1336950000: 2.0996688430e-01 -1336953600: 5.7799404927e-02 -1336957200: 3.7168313951e-02 -1336960800: 5.0494394332e-02 -1336964400: 4.4805837990e-02 -1336968000: 4.5258951702e-02 -1336971600: 1.2222425234e-01 -1336975200: 8.8395831029e-02 -1336978800: 3.6606301921e-01 -1336982400: 9.0060463568e-02 -1336986000: 4.8989271844e-02 -1336989600: 5.0563666707e-01 -1336993200: 3.6591247675e-01 -1336996800: 1.0148588881e-01 -1337000400: 2.8513707448e-01 -1337004000: 2.1143007683e-01 -1337007600: 7.3598713151e-02 -1337011200: 5.4483054047e-02 -1337014800: 5.6361416326e-02 -1337018400: 1.2045551470e-01 -1337022000: 1.4355177297e-01 -1337025600: 1.4139930264e-01 -1337029200: 1.6521086016e-01 -1337032800: 1.6390507815e-01 -1337036400: 1.6275479664e-01 -1337040000: 1.4879043225e-01 -1337043600: 5.8497245034e-02 -1337047200: 6.3914513993e-02 -1337050800: 5.9822572965e-02 -1337054400: 5.6975400603e-02 -1337058000: 1.3524028377e-01 -1337061600: 6.7529338635e-02 -1337065200: 1.2753216161e-01 -1337068800: 2.1214009747e-01 -1337072400: 1.5479574501e-01 -1337076000: 4.4446943261e-02 -1337079600: 5.0525288629e-02 -1337083200: 5.1112263669e-02 -1337086800: 5.9455547536e-02 -1337090400: 4.3346534219e-02 -1337094000: 4.9445518713e-02 -1337097600: 5.0006466687e-02 -1337101200: 6.7464113930e-02 -1337104800: 8.4717728957e-02 -1337108400: 1.5615597214e-01 -1337112000: 1.8741510776e-01 -1337115600: 5.2552536004e-02 -1337119200: 4.5831115263e-02 -1337122800: 1.2851589631e-01 -1337126400: 5.4218582507e-02 -1337130000: 4.6403841480e-02 -1337133600: 5.0816268782e-02 -1337137200: 5.0604727035e-02 -1337140800: 4.8272391953e-02 -1337144400: 1.2225506811e-01 -1337148000: 5.6437071724e-02 -1337151600: 4.5818534601e-02 -1337155200: 5.8884411583e-02 -1337158800: 4.6132485289e-02 -1337162400: 3.8307390206e-02 -1337166000: 5.3607876795e-02 -1337169600: 4.8919178431e-02 -1337173200: 4.5274928185e-02 -1337176800: 5.2759335403e-02 -1337180400: 5.8914375805e-02 -1337184000: 6.1365995924e-02 -1337187600: 1.4548765566e-01 -1337191200: 2.2464096430e-01 -1337194800: 3.7558400123e-01 -1337198400: 3.9795974316e-01 -1337202000: 5.2247489660e-01 -1337205600: 2.0168646300e-01 -1337209200: 1.8490633340e-01 -1337212800: 4.9175223912e-02 -1337216400: 4.6969437889e-02 -1337220000: 5.2402610285e-02 -1337223600: 6.1455281204e-02 -1337227200: 3.7486016291e-02 -1337230800: 7.7103360070e-02 -1337234400: 6.1575758538e-02 -1337238000: 1.3299915690e-01 -1337241600: 7.5322365823e-02 -1337245200: 1.3410783595e-01 -1337248800: 7.0025003907e-02 -1337252400: 5.9198828888e-02 -1337256000: 6.8056712214e-02 -1337259600: 8.5770021804e-02 -1337263200: 2.7642430301e-01 -1337266800: 3.3799970815e-01 -1337270400: 1.1503608168e-01 -1337274000: 1.3671624694e-01 -1337277600: 1.7182884994e-01 -1337281200: 3.4728080846e-01 -1337284800: 2.7470327488e-01 -1337288400: 2.7223519518e-01 -1337292000: 2.1910608256e-01 -1337295600: 9.8394262534e-02 -1337299200: 5.5845476136e-02 -1337302800: 5.0006767648e-02 -1337306400: 5.6916479165e-02 -1337310000: 5.1700442853e-02 -1337313600: 5.2152277501e-02 -1337317200: 9.6025947826e-02 -1337320800: 2.3935125320e-01 -1337324400: 1.1161730944e-01 -1337328000: 1.5411277614e-01 -1337331600: 2.5306111014e-01 -1337335200: 3.2146654683e-01 -1337338800: 2.2946724642e-01 -1337342400: 1.8521438803e-01 -1337346000: 2.2607080992e-01 -1337349600: 1.5838197109e-01 -1337353200: 4.7094561550e-01 -1337356800: 2.9156954180e-01 -1337360400: 9.8252876357e-02 -1337364000: 8.0335665387e-02 -1337367600: 2.0935731671e-01 -1337371200: 5.7050712662e-02 -1337374800: 5.7193966960e-02 -1337378400: 9.8346231374e-02 -1337382000: 5.1995658359e-02 -1337385600: 7.2935563800e-02 -1337389200: 5.3446765796e-02 -1337392800: 5.0231388060e-02 -1337396400: 5.6391487102e-02 -1337400000: 5.3051422239e-02 -1337403600: 7.4173135049e-02 -1337407200: 7.7426117009e-02 -1337410800: 1.2286595740e-01 -1337414400: 3.1828722147e-01 -1337418000: 1.7309997376e-01 -1337421600: 1.0642963681e-01 -1337425200: 5.4183286333e-02 -1337428800: 1.8495568294e-01 -1337432400: 9.9619403709e-02 -1337436000: 1.8891444452e-01 -1337439600: 3.4309625672e-01 -1337443200: 2.1925208835e-01 -1337446800: 2.0301213509e-01 -1337450400: 2.0907864213e-01 -1337454000: 6.0347047899e-02 -1337457600: 4.9481105657e-02 -1337461200: 5.7138107570e-02 -1337464800: 2.1180843210e-01 -1337468400: 1.8963877601e-01 -1337472000: 5.7461664343e-02 -1337475600: 5.4226080469e-02 -1337479200: 5.0756085781e-02 -1337482800: 5.5579221395e-02 -1337486400: 5.6631393508e-02 -1337490000: 6.4816398342e-02 -1337493600: 1.0166419846e-01 -1337497200: 1.0335038834e-01 -1337500800: 6.5547269268e-02 -1337504400: 6.9631503523e-02 -1337508000: 6.7318199655e-02 -1337511600: 6.3592333422e-02 -1337515200: 6.9714519473e-02 -1337518800: 6.6955516931e-02 -1337522400: 6.3615020450e-02 -1337526000: 6.9139022614e-02 -1337529600: 8.5534453378e-02 -1337533200: 8.2008218007e-02 -1337536800: 3.2966246632e-01 -1337540400: 9.3088120676e-02 -1337544000: 2.1271570568e-01 -1337547600: 2.0454837124e-01 -1337551200: 1.0572808878e-01 -1337554800: 5.8361951938e-02 -1337558400: 6.6107963240e-02 -1337562000: 4.2254930129e-02 -1337565600: 5.6202911533e-02 -1337569200: 5.1586760591e-02 -1337572800: 5.6809636939e-02 -1337576400: 8.5034528000e-02 -1337580000: 1.5997861727e-01 -1337583600: 3.7201877812e-01 -1337587200: 2.7445326783e-01 -1337590800: 8.2541237819e-02 -1337594400: 1.4529788248e-01 -1337598000: 2.2437136682e-01 -1337601600: 6.0021322172e-02 -1337605200: 6.9745023348e-02 -1337608800: 7.3351059671e-02 -1337612400: 5.2955148870e-02 -1337616000: 5.8411776057e-02 -1337619600: 5.5272319977e-02 -1337623200: 1.7681666175e-01 -1337626800: 5.2625619341e-01 -1337630400: 3.8025955889e-02 -1337634000: 1.0927799948e-01 -1337637600: 2.1161572228e-01 -1337641200: 1.9389200654e-01 -1337644800: 1.1490291348e-01 -1337648400: 5.3884775033e-02 -1337652000: 5.2553233371e-02 -1337655600: 4.8552785174e-02 -1337659200: 5.6096579752e-02 -1337662800: 1.6723124527e-01 -1337666400: 7.1495016866e-02 -1337670000: 1.1799728425e-01 -1337673600: 1.8999355337e-01 -1337677200: 1.6779471278e-01 -1337680800: 5.3625460253e-02 -1337684400: 5.2236268252e-02 -1337688000: 5.1131743528e-02 -1337691600: 5.8024683404e-02 -1337695200: 5.6973933523e-02 -1337698800: 3.8787166613e-02 -1337702400: 6.7595693228e-02 -1337706000: 6.5806276789e-02 -1337709600: 5.3890644020e-02 -1337713200: 8.0181864687e-02 -1337716800: 2.8995741175e-01 -1337720400: 3.0012370043e-01 -1337724000: 2.4621247927e-01 -1337727600: 8.6810515597e-02 -1337731200: 5.4109351638e-02 -1337734800: 4.9266905342e-02 -1337738400: 4.7753477840e-02 -1337742000: 5.4147986518e-02 -1337745600: 5.2788290863e-02 -1337749200: 1.4914117080e-01 -1337752800: 1.3643783854e-01 -1337756400: 5.5583347665e-02 -1337760000: 5.7495350079e-02 -1337763600: 6.1412206908e-02 -1337767200: 4.0549432215e-02 -1337770800: 5.4159876616e-02 -1337774400: 5.3872658352e-02 -1337778000: 5.6672656073e-02 -1337781600: 5.0019409083e-02 -1337785200: 6.8572931603e-02 -1337788800: 6.1121246189e-02 -1337792400: 1.9307502835e-01 -1337796000: 1.3848226825e-01 -1337799600: 8.9666466906e-02 -1337803200: 1.0833358807e-01 -1337806800: 9.0380483342e-02 -1337810400: 8.1107286404e-02 -1337814000: 5.4513780611e-02 -1337817600: 5.1651492333e-02 -1337821200: 5.8282937946e-02 -1337824800: 5.8339123365e-02 -1337828400: 6.6394743173e-02 -1337832000: 4.8525000328e-02 -1337835600: 1.2390160793e-01 -1337839200: 6.7922428215e-02 -1337842800: 5.1117344575e-02 -1337846400: 5.7664400992e-02 -1337850000: 5.2057318977e-02 -1337853600: 5.1347051312e-02 -1337857200: 5.6959973652e-02 -1337860800: 6.2787513543e-02 -1337864400: 6.4720043548e-02 -1337868000: 1.9773854842e-01 -1337871600: 9.3074815700e-02 -1337875200: 7.0029164944e-02 -1337878800: 1.3233963566e-01 -1337882400: 1.6043177413e-01 -1337886000: 9.8020906468e-02 -1337889600: 3.4740845888e-01 -1337893200: 3.6361295603e-01 -1337896800: 3.3698978153e-01 -1337900400: 2.2503751908e-01 -1337904000: 7.6896709498e-02 -1337907600: 5.0910114846e-02 -1337911200: 4.7135939037e-02 -1337914800: 5.4218315619e-02 -1337918400: 5.1446435295e-02 -1337922000: 1.1015288839e-01 -1337925600: 2.0367986657e-01 -1337929200: 7.5045461233e-02 -1337932800: 6.9719159282e-02 -1337936400: 7.2884891824e-02 -1337940000: 1.0516612940e-01 -1337943600: 1.4997304534e-01 -1337947200: 7.1420828665e-02 -1337950800: 4.8635119675e-02 -1337954400: 4.6375760575e-02 -1337958000: 7.3686160912e-02 -1337961600: 1.7074590185e-01 -1337965200: 1.7695123000e-01 -1337968800: 5.3872213514e-02 -1337972400: 5.3634532161e-02 -1337976000: 1.3801086416e-01 -1337979600: 2.5302203317e-01 -1337983200: 2.5027231511e-01 -1337986800: 1.3589582330e-01 -1337990400: 5.3007262498e-02 -1337994000: 5.2551326864e-02 -1337997600: 4.7210050993e-02 -1338001200: 5.0803861499e-02 -1338004800: 5.3665728468e-02 -1338008400: 4.7231810325e-02 -1338012000: 8.0215885328e-02 -1338015600: 8.8633184378e-02 -1338019200: 1.8396609052e-01 -1338022800: 1.6071809167e-01 -1338026400: 2.4113697512e-01 -1338030000: 9.0053571265e-02 -1338033600: 3.1964703413e-01 -1338037200: 1.3699988079e-01 -1338040800: 4.9053214546e-01 -1338044400: 1.3472425605e-01 -1338048000: 1.0306819101e-01 -1338051600: 9.5821343931e-02 -1338055200: 2.5112226638e-01 -1338058800: 1.2738199054e-01 -1338062400: 2.7429357185e-01 -1338066000: 3.6389142651e-01 -1338069600: 1.8119422613e-01 -1338073200: 6.3190062259e-02 -1338076800: 5.7782897774e-02 -1338080400: 5.2986530724e-02 -1338084000: 5.9281899255e-02 -1338087600: 6.1561044150e-02 -1338091200: 4.1521381436e-02 -1338094800: 5.5606838184e-02 -1338098400: 5.6384242466e-02 -1338102000: 6.7773900939e-02 -1338105600: 1.2709497544e-01 -1338109200: 1.3595085705e-01 -1338112800: 8.3067280662e-02 -1338116400: 9.1938966250e-02 -1338120000: 1.9618402969e-01 -1338123600: 3.2625433780e-01 -1338127200: 5.9257000420e-02 -1338130800: 6.7184016256e-02 -1338134400: 1.5942676954e-01 -1338138000: 9.8364142983e-02 -1338141600: 3.1670650559e-01 -1338145200: 8.7151072674e-02 -1338148800: 1.8417772268e-01 -1338152400: 2.0896105299e-01 -1338156000: 1.9692940025e-01 -1338159600: 2.2444262921e-01 -1338163200: 2.0776426964e-01 -1338166800: 7.2891841477e-02 -1338170400: 5.0987519260e-02 -1338174000: 5.7434249409e-02 -1338177600: 5.4798537890e-02 -1338181200: 5.1110832316e-02 -1338184800: 9.1365193695e-02 -1338188400: 2.2555566094e-01 -1338192000: 1.7356660397e-01 -1338195600: 1.7832902562e-01 -1338199200: 4.1296721372e-01 -1338202800: 2.6861159816e-01 -1338206400: 2.0265809774e-01 -1338210000: 1.4966669352e-01 -1338213600: 3.9110323921e-01 -1338217200: 1.1283168360e-01 -1338220800: 5.3086748183e-02 -1338224400: 4.4408231689e-02 -1338228000: 1.6943562479e-01 -1338231600: 6.5540021600e-02 -1338235200: 1.5512640137e-01 -1338238800: 1.6328534328e-01 -1338242400: 7.9924831051e-02 -1338246000: 6.3338039405e-02 -1338249600: 6.8305211252e-02 -1338253200: 6.4721878660e-02 -1338256800: 6.1110872218e-02 -1338260400: 6.4978815954e-02 -1338264000: 6.8317358880e-02 -1338267600: 1.6758741667e-01 -1338271200: 6.3061576048e-02 -1338274800: 1.0901800704e-01 -1338278400: 1.9117822663e-01 -1338282000: 1.7704693380e-01 -1338285600: 6.2757788302e-02 -1338289200: 5.2236108726e-02 -1338292800: 8.9120878146e-02 -1338296400: 8.8912853143e-02 -1338300000: 5.3616239523e-02 -1338303600: 4.8623551726e-02 -1338307200: 4.6675499577e-02 -1338310800: 5.3592971085e-02 -1338314400: 5.0291417982e-02 -1338318000: 6.3897221652e-02 -1338321600: 2.2916371757e-01 -1338325200: 1.9810254831e-01 -1338328800: 1.5840284600e-01 -1338332400: 1.3979376883e-01 -1338336000: 5.7513705858e-02 -1338339600: 5.3105289875e-02 -1338343200: 5.1892713129e-02 -1338346800: 5.5534703447e-02 -1338350400: 5.9499956715e-02 -1338354000: 1.3051853823e-01 -1338357600: 2.3394242413e-01 -1338361200: 1.8859804152e-01 -1338364800: 5.4469345304e-02 -1338368400: 5.1407397316e-02 -1338372000: 4.6108846845e-02 -1338375600: 4.9149246835e-02 -1338379200: 5.2497716319e-02 -1338382800: 4.7518783568e-02 -1338386400: 4.7779250335e-02 -1338390000: 5.5947472132e-02 -1338393600: 6.9300601334e-02 -1338397200: 7.5558562100e-02 -1338400800: 1.0383582403e-01 -1338404400: 1.1335841983e-01 -1338408000: 1.7827638954e-01 -1338411600: 2.5009645047e-01 -1338415200: 2.2943922212e-01 -1338418800: 2.0769515786e-01 -1338422400: 6.6962189854e-02 -1338426000: 5.3859613337e-02 -1338429600: 4.1860583237e-02 -1338433200: 5.7037880950e-02 -1338436800: 6.0236814082e-02 -1338440400: 1.4869989295e-01 -1338444000: 5.3101933545e-02 -1338447600: 5.3882520102e-02 -1338451200: 6.1942620142e-02 -1338454800: 5.0572682394e-02 -1338458400: 5.1332887380e-02 -1338462000: 7.1417045656e-02 -1338465600: 5.3640853191e-02 -1338469200: 5.0797189914e-02 -1338472800: 5.3067637467e-02 -1338476400: 6.1927673742e-02 -1338480000: 5.7534836902e-02 -1338483600: 5.2770950763e-02 -1338487200: 1.1055204852e-01 -1338490800: 1.5680804513e-01 -1338494400: 1.3987621555e-01 -1338498000: 2.2116700872e-01 -1338501600: 1.9610547778e-01 -1338505200: 1.5779110266e-01 -1338508800: 9.7087210396e-02 -1338512400: 5.1700775397e-02 -1338516000: 5.1626265531e-02 -1338519600: 5.6937072504e-02 -1338523200: 5.4729674998e-02 -1338526800: 8.5581960274e-02 -1338530400: 1.9072561961e-01 -1338534000: 1.4400030519e-01 -1338537600: 1.5635563099e-01 -1338541200: 2.6616019220e-01 -1338544800: 9.6922564661e-02 -1338548400: 2.0059663971e-01 -1338552000: 5.2512320055e-02 -1338555600: 6.2709546013e-02 -1338559200: 6.9758949614e-02 -1338562800: 5.5859512396e-02 -1338566400: 5.4989147153e-02 -1338570000: 1.4300844868e-01 -1338573600: 1.4086830586e-01 -1338577200: 1.3443398156e-01 -1338580800: 2.4160038396e-01 -1338584400: 1.9917059149e-01 -1338588000: 1.5739267413e-01 -1338591600: 1.5098586302e-01 -1338595200: 5.7128502001e-02 -1338598800: 6.0080354933e-02 -1338602400: 5.5571187352e-02 -1338606000: 5.3615144086e-02 -1338609600: 5.9184365445e-02 -1338613200: 5.7800482414e-02 -1338616800: 5.3593495204e-02 -1338620400: 7.2276856119e-02 -1338624000: 1.0380248802e-01 -1338627600: 1.1334841078e-01 -1338631200: 6.3654698170e-02 -1338634800: 1.6823487380e-01 -1338638400: 3.5228160705e-01 -1338642000: 7.5591157308e-02 -1338645600: 5.8027283071e-02 -1338649200: 5.9445636473e-02 -1338652800: 6.0294814595e-02 -1338656400: 5.5829183816e-02 -1338660000: 5.5529281276e-02 -1338663600: 5.9454589960e-02 -1338667200: 1.3120098008e-01 -1338670800: 1.7947453574e-01 -1338674400: 1.8148246226e-01 -1338678000: 6.7210319731e-02 -1338681600: 5.4498808899e-02 -1338685200: 6.4137970530e-02 -1338688800: 6.4196783733e-02 -1338692400: 4.1947169194e-02 -1338696000: 5.6158356315e-02 -1338699600: 5.6516417843e-02 -1338703200: 5.9004328749e-02 -1338706800: 7.4427859324e-02 -1338710400: 1.1833370457e-01 -1338714000: 1.0862399326e-01 -1338717600: 6.5251391016e-02 -1338721200: 2.2153866319e-01 -1338724800: 5.7318469455e-01 -1338728400: 7.8611183893e-02 -1338732000: 1.2799963146e-01 -1338735600: 1.4226599413e-01 -1338739200: 1.0003135290e-01 -1338742800: 3.0206205372e-01 -1338746400: 2.1844532320e-01 -1338750000: 2.9863703063e-01 -1338753600: 3.3090884156e-01 -1338757200: 3.7101369511e-01 -1338760800: 2.3906949375e-01 -1338764400: 2.3098208222e-01 -1338768000: 7.8566474674e-02 -1338771600: 6.1645703168e-02 -1338775200: 5.5588233430e-02 -1338778800: 5.3307437207e-02 -1338782400: 6.0240426994e-02 -1338786000: 8.6468897787e-02 -1338789600: 1.4113007205e-01 -1338793200: 2.4191432432e-01 -1338796800: 1.5769072157e-01 -1338800400: 1.3248143327e-01 -1338804000: 3.9670106660e-01 -1338807600: 2.5510416119e-01 -1338811200: 9.2884327493e-02 -1338814800: 7.9077866453e-02 -1338818400: 4.9177817162e-02 -1338822000: 7.0257845332e-02 -1338825600: 9.3027218447e-02 -1338829200: 8.8605709416e-02 -1338832800: 1.7976824246e-01 -1338836400: 4.1326881784e-01 -1338840000: 4.5456877727e-01 -1338843600: 2.5545387525e-01 -1338847200: 2.0833654364e-01 -1338850800: 5.4721874394e-02 -1338854400: 5.6317985980e-02 -1338858000: 5.8096715858e-02 -1338861600: 5.2470904112e-02 -1338865200: 5.2301428144e-02 -1338868800: 6.0562832993e-02 -1338872400: 1.2999497440e-01 -1338876000: 7.1972726072e-02 -1338879600: 6.0566670685e-02 -1338883200: 3.9718250136e-02 -1338886800: 1.8223466030e-01 -1338890400: 4.6944445976e-02 -1338894000: 5.3025699409e-02 -1338897600: 4.9753556869e-02 -1338901200: 4.7203359663e-02 -1338904800: 5.4163465109e-02 -1338908400: 4.8905321114e-02 -1338912000: 4.6943120182e-02 -1338915600: 5.9967726133e-02 -1338919200: 8.1701228478e-02 -1338922800: 1.3685373034e-01 -1338926400: 1.8078306099e-01 -1338930000: 5.8725769487e-02 -1338933600: 1.1846036796e-01 -1338937200: 1.4008776608e-01 -1338940800: 5.5046390327e-02 -1338944400: 5.7750393492e-02 -1338948000: 6.1870907266e-02 -1338951600: 5.1549152406e-02 -1338955200: 5.5600362480e-02 -1338958800: 1.2992300082e-01 -1338962400: 1.0091704415e-01 -1338966000: 4.8870628744e-02 -1338969600: 5.3053549366e-02 -1338973200: 5.8895756720e-02 -1338976800: 4.7797269739e-02 -1338980400: 5.2470932799e-02 -1338984000: 5.1692655857e-02 -1338987600: 5.3615873622e-02 -1338991200: 5.0534947008e-02 -1338994800: 6.9173300181e-02 -1338998400: 4.6947357055e-02 -1339002000: 5.4938114413e-02 -1339005600: 1.5660893634e-01 -1339009200: 1.4724422820e-01 -1339012800: 3.8000851515e-01 -1339016400: 3.2800423871e-01 -1339020000: 2.8391856591e-01 -1339023600: 2.5356680881e-01 -1339027200: 8.2026086095e-02 -1339030800: 5.8192881956e-02 -1339034400: 5.7919586624e-02 -1339038000: 5.4189499322e-02 -1339041600: 6.0723939594e-02 -1339045200: 1.8195019487e-01 -1339048800: 2.4568633112e-01 -1339052400: 2.0583348759e-01 -1339056000: 5.4750364630e-02 -1339059600: 5.1104836210e-02 -1339063200: 5.5253908320e-02 -1339066800: 5.6960081678e-02 -1339070400: 1.3776415541e-01 -1339074000: 1.0583272227e-01 -1339077600: 8.1120839792e-02 -1339081200: 5.3897331386e-02 -1339084800: 6.0781170252e-02 -1339088400: 6.3927671651e-02 -1339092000: 4.3360772724e-02 -1339095600: 8.3530857383e-02 -1339099200: 1.0722943479e-01 -1339102800: 9.3162178991e-02 -1339106400: 1.5392292219e-01 -1339110000: 1.5712769721e-01 -1339113600: 7.5930832239e-02 -1339117200: 5.1792638322e-02 -1339120800: 5.3052599550e-02 -1339124400: 5.6959651422e-02 -1339128000: 5.6714239880e-02 -1339131600: 1.5928483302e-01 -1339135200: 1.7347640424e-01 -1339138800: 1.0142461618e-01 -1339142400: 9.1710944300e-02 -1339146000: 5.8397673879e-02 -1339149600: 3.4594137766e-01 -1339153200: 3.1364199549e-01 -1339156800: 4.6836781955e-01 -1339160400: 1.3071229834e-01 -1339164000: 2.2511636772e-01 -1339167600: 1.3692796745e-01 -1339171200: 6.8100324317e-02 -1339174800: 7.4986120247e-02 -1339178400: 9.5273607404e-02 -1339182000: 1.2022456990e-01 -1339185600: 6.2819652310e-02 -1339189200: 1.7923363378e-01 -1339192800: 2.2193100053e-01 -1339196400: 1.8721989444e-01 -1339200000: 1.6693854225e-01 -1339203600: 1.5156212047e-01 -1339207200: 6.4640244031e-02 -1339210800: 6.1258954970e-02 -1339214400: 5.6710234538e-02 -1339218000: 5.9122114183e-02 -1339221600: 7.1123977102e-02 -1339225200: 1.5029105024e-01 -1339228800: 5.8620945280e-02 -1339232400: 2.8823285084e-01 -1339236000: 2.3059283748e-01 -1339239600: 2.4445536716e-01 -1339243200: 1.0920645776e-01 -1339246800: 3.4995722269e-01 -1339250400: 1.1002693788e-01 -1339254000: 5.9137311987e-02 -1339257600: 5.5318854546e-02 -1339261200: 6.2233297093e-02 -1339264800: 5.9450161325e-02 -1339268400: 5.4159842256e-02 -1339272000: 5.9050691524e-02 -1339275600: 7.6199762187e-02 -1339279200: 5.8074734668e-02 -1339282800: 1.7029825167e-01 -1339286400: 1.6630926827e-01 -1339290000: 5.9744244131e-02 -1339293600: 4.3536145385e-02 -1339297200: 6.1996482060e-02 -1339300800: 5.6406373452e-02 -1339304400: 5.9913443543e-02 -1339308000: 5.9545434503e-02 -1339311600: 5.9127557867e-02 -1339315200: 6.3921605090e-02 -1339318800: 1.0306447388e-01 -1339322400: 7.7767897047e-02 -1339326000: 5.9441580998e-02 -1339329600: 1.0246719886e-01 -1339333200: 1.0788132114e-01 -1339336800: 4.1051501588e-01 -1339340400: 7.2738222943e-02 -1339344000: 3.2624375405e-01 -1339347600: 3.4203972640e-01 -1339351200: 1.8625407928e-01 -1339354800: 3.6675153528e-01 -1339358400: 2.5992739506e-01 -1339362000: 2.5940091490e-01 -1339365600: 2.1635345156e-01 -1339369200: 1.4000148476e-01 -1339372800: 5.4928197717e-02 -1339376400: 5.6985451715e-02 -1339380000: 5.0816808228e-02 -1339383600: 5.3877119895e-02 -1339387200: 5.7103969477e-02 -1339390800: 7.8175986347e-02 -1339394400: 2.6609714732e-01 -1339398000: 2.2781804849e-01 -1339401600: 2.1839137007e-01 -1339405200: 2.5701992936e-01 -1339408800: 2.2754906798e-01 -1339412400: 2.9200525834e-01 -1339416000: 1.2367439754e-01 -1339419600: 4.8893707716e-02 -1339423200: 1.0747464985e-01 -1339426800: 1.2160991498e-01 -1339430400: 1.4279582325e-01 -1339434000: 1.2922280052e-01 -1339437600: 7.5805917331e-02 -1339441200: 2.5105006189e-01 -1339444800: 3.2122598821e-01 -1339448400: 1.6370292091e-01 -1339452000: 9.3136433499e-02 -1339455600: 7.9507192780e-02 -1339459200: 7.4387669920e-02 -1339462800: 8.0528824274e-02 -1339466400: 7.7389814989e-02 -1339470000: 7.3341597440e-02 -1339473600: 8.0783932766e-02 -1339477200: 2.0030567572e-01 -1339480800: 1.3756670265e-01 -1339484400: 8.0888044386e-02 -1339488000: 8.0168530156e-02 -1339491600: 1.6387175015e-01 -1339495200: 6.3331991009e-02 -1339498800: 5.7234644505e-02 -1339502400: 5.7480061736e-02 -1339506000: 6.2509009401e-02 -1339509600: 5.6117199201e-02 -1339513200: 6.5527802619e-02 -1339516800: 6.2531402582e-02 -1339520400: 5.7490690639e-02 -1339524000: 1.2434269571e-01 -1339527600: 2.5510659075e-01 -1339531200: 2.5803003394e-01 -1339534800: 2.2197867285e-01 -1339538400: 1.0485286703e-01 -1339542000: 1.0953594594e-01 -1339545600: 4.7733190239e-02 -1339549200: 6.1417247267e-02 -1339552800: 4.7239011090e-02 -1339556400: 4.1080830755e-02 -1339560000: 5.6588035009e-02 -1339563600: 1.1844899932e-01 -1339567200: 8.6408111660e-02 -1339570800: 5.2790625883e-02 -1339574400: 4.6130065378e-02 -1339578000: 4.8023008810e-02 -1339581600: 5.1952861068e-02 -1339585200: 4.4471086555e-02 -1339588800: 4.6641742642e-02 -1339592400: 1.0767767012e-01 -1339596000: 6.9013380460e-02 -1339599600: 7.8840010024e-02 -1339603200: 6.9450719286e-02 -1339606800: 1.0555180526e-01 -1339610400: 2.5439721496e-01 -1339614000: 1.5867520707e-01 -1339617600: 2.7724820467e-01 -1339621200: 1.8812892469e-01 -1339624800: 1.7282090230e-01 -1339628400: 9.0969323139e-02 -1339632000: 5.3590940524e-02 -1339635600: 5.9397001201e-02 -1339639200: 5.6143178817e-02 -1339642800: 5.4931413696e-02 -1339646400: 6.5362424366e-02 -1339650000: 1.3596008207e-01 -1339653600: 1.0989291995e-01 -1339657200: 5.7495906091e-02 -1339660800: 5.0312197833e-02 -1339664400: 5.3004220384e-02 -1339668000: 5.6964946145e-02 -1339671600: 5.0566547044e-02 -1339675200: 5.2777645373e-02 -1339678800: 5.8875342241e-02 -1339682400: 1.1834771910e-01 -1339686000: 2.0886855838e-01 -1339689600: 1.1718753342e-01 -1339693200: 9.3679588163e-02 -1339696800: 1.5739849447e-01 -1339700400: 1.3032501828e-01 -1339704000: 1.4773057695e-01 -1339707600: 1.7636845640e-01 -1339711200: 2.1321833745e-01 -1339714800: 1.6629553681e-01 -1339718400: 5.9943269045e-02 -1339722000: 6.0788373442e-02 -1339725600: 5.5097894875e-02 -1339729200: 5.8593760532e-02 -1339732800: 6.2834803821e-02 -1339736400: 1.2189148099e-01 -1339740000: 2.2139913750e-01 -1339743600: 1.1667843098e-01 -1339747200: 8.4771087516e-02 -1339750800: 5.4416652196e-02 -1339754400: 1.0972495021e-01 -1339758000: 6.1119616374e-02 -1339761600: 7.0834670794e-02 -1339765200: 4.4461032372e-02 -1339768800: 5.1633227848e-02 -1339772400: 5.8541904321e-02 -1339776000: 5.7583531185e-02 -1339779600: 5.9416026581e-02 -1339783200: 7.2817073081e-02 -1339786800: 1.3333770818e-01 -1339790400: 2.6565883080e-01 -1339794000: 2.3464086945e-01 -1339797600: 2.5512042007e-01 -1339801200: 1.7114120960e-01 -1339804800: 5.8691534288e-02 -1339808400: 5.6518189791e-02 -1339812000: 6.3127635056e-02 -1339815600: 5.7272684212e-02 -1339819200: 5.5857208414e-02 -1339822800: 6.2231043984e-02 -1339826400: 8.5537023515e-02 -1339830000: 9.7782022912e-02 -1339833600: 7.0822880408e-02 -1339837200: 1.5281550940e-01 -1339840800: 3.3875888472e-01 -1339844400: 1.2927477166e-01 -1339848000: 5.6137669623e-02 -1339851600: 8.0492100304e-02 -1339855200: 1.9739786335e-01 -1339858800: 1.4810193988e-01 -1339862400: 2.4924635572e-01 -1339866000: 3.5589626779e-01 -1339869600: 1.2803278219e-01 -1339873200: 9.0230286965e-02 -1339876800: 1.1083379707e-01 -1339880400: 1.0820102514e-01 -1339884000: 2.0610042156e-01 -1339887600: 3.6486829303e-01 -1339891200: 4.9424952279e-02 -1339894800: 6.6380158375e-02 -1339898400: 6.3011742542e-02 -1339902000: 6.5845330483e-02 -1339905600: 5.8983756081e-02 -1339909200: 6.2199655558e-02 -1339912800: 6.4731295677e-02 -1339916400: 5.6672930535e-02 -1339920000: 1.1066370290e-01 -1339923600: 1.4263922360e-01 -1339927200: 1.2577633068e-01 -1339930800: 1.8201586997e-01 -1339934400: 1.4102995655e-01 -1339938000: 1.2780262363e-01 -1339941600: 2.4306388980e-01 -1339945200: 2.7553951610e-01 -1339948800: 9.5005254976e-02 -1339952400: 7.8954146069e-02 -1339956000: 3.0320462059e-01 -1339959600: 2.2952903352e-01 -1339963200: 1.0971099189e-01 -1339966800: 1.6001072277e-01 -1339970400: 1.2525186156e-01 -1339974000: 6.7272292999e-02 -1339977600: 6.2517960521e-02 -1339981200: 6.5719951769e-02 -1339984800: 6.8573862736e-02 -1339988400: 6.2483248757e-02 -1339992000: 6.2913750449e-02 -1339995600: 1.0450774788e-01 -1339999200: 2.2772701120e-01 -1340002800: 2.4805133084e-01 -1340006400: 2.2551089221e-01 -1340010000: 6.8546458944e-02 -1340013600: 1.7593340207e-01 -1340017200: 1.6394986062e-01 -1340020800: 6.8864266779e-02 -1340024400: 6.0833528025e-02 -1340028000: 5.6387400261e-02 -1340031600: 6.1658840611e-02 -1340035200: 6.2454300653e-02 -1340038800: 1.5523588786e-01 -1340042400: 1.3506985273e-01 -1340046000: 1.1191033312e-01 -1340049600: 1.7117538784e-01 -1340053200: 1.9567216200e-01 -1340056800: 1.5136011427e-01 -1340060400: 7.1252652672e-02 -1340064000: 5.1939143289e-02 -1340067600: 5.1422682002e-02 -1340071200: 5.7679875793e-02 -1340074800: 5.7008524876e-02 -1340078400: 6.7819545343e-02 -1340082000: 1.2776733754e-01 -1340085600: 1.8505703453e-01 -1340089200: 1.0326569966e-01 -1340092800: 2.0198217041e-01 -1340096400: 1.7056677215e-01 -1340100000: 2.7520421063e-01 -1340103600: 2.6756355885e-01 -1340107200: 1.8216691312e-01 -1340110800: 8.8120396516e-02 -1340114400: 1.9000050890e-01 -1340118000: 7.3561051108e-02 -1340121600: 9.0015886543e-02 -1340125200: 8.7495916892e-02 -1340128800: 7.4216904074e-02 -1340132400: 6.2338157515e-02 -1340136000: 6.2835586848e-02 -1340139600: 1.2212524724e-01 -1340143200: 1.1236481212e-01 -1340146800: 4.5505799705e-02 -1340150400: 5.9740537837e-02 -1340154000: 5.8111082399e-02 -1340157600: 5.2753860278e-02 -1340161200: 5.5791140879e-02 -1340164800: 6.0297595907e-02 -1340168400: 2.1437873768e-01 -1340172000: 1.1069972748e-01 -1340175600: 6.2732033932e-02 -1340179200: 6.1988325435e-02 -1340182800: 5.7208791400e-02 -1340186400: 5.8587520300e-02 -1340190000: 6.2790334535e-02 -1340193600: 6.6676208786e-02 -1340197200: 5.8058604062e-02 -1340200800: 6.0534524912e-02 -1340204400: 9.6928003951e-02 -1340208000: 7.8898525650e-02 -1340211600: 1.3025056267e-01 -1340215200: 1.7608345171e-01 -1340218800: 1.1841184054e-01 -1340222400: 1.7409102452e-01 -1340226000: 2.2990890297e-01 -1340229600: 3.6794864609e-01 -1340233200: 1.7201354753e-01 -1340236800: 1.3029699348e-01 -1340240400: 6.1507560664e-02 -1340244000: 5.7832283857e-02 -1340247600: 5.5277932422e-02 -1340251200: 6.1113640234e-02 -1340254800: 1.7277666821e-01 -1340258400: 1.0692348722e-01 -1340262000: 5.2254342737e-02 -1340265600: 6.4713019303e-02 -1340269200: 6.5547513432e-02 -1340272800: 4.1699749237e-02 -1340276400: 5.2489244632e-02 -1340280000: 5.0568556539e-02 -1340283600: 5.0806101153e-02 -1340287200: 6.3064931502e-02 -1340290800: 4.7513399430e-02 -1340294400: 4.9415494759e-02 -1340298000: 6.1347913340e-02 -1340301600: 1.9326210413e-01 -1340305200: 1.8563036508e-01 -1340308800: 1.3817795823e-01 -1340312400: 1.3704898282e-01 -1340316000: 8.7842941320e-02 -1340319600: 5.8634875491e-02 -1340323200: 5.4647206559e-02 -1340326800: 5.5603395850e-02 -1340330400: 5.3534193989e-02 -1340334000: 6.3959949268e-02 -1340337600: 4.2527890458e-02 -1340341200: 1.0943299412e-01 -1340344800: 1.9055008562e-01 -1340348400: 7.9174713593e-02 -1340352000: 7.4442419039e-02 -1340355600: 5.0028039871e-02 -1340359200: 2.0744180027e-01 -1340362800: 1.0447260840e-01 -1340366400: 8.9184472341e-02 -1340370000: 8.9722213924e-02 -1340373600: 7.7481514057e-02 -1340377200: 6.8365016166e-02 -1340380800: 5.0555092651e-02 -1340384400: 5.3591686811e-02 -1340388000: 5.7767272576e-02 -1340391600: 5.2789058970e-02 -1340395200: 7.5298863023e-02 -1340398800: 1.7680296233e-01 -1340402400: 1.1418981738e-01 -1340406000: 5.4216201369e-02 -1340409600: 5.7428671152e-02 -1340413200: 5.2871039845e-02 -1340416800: 5.0009875088e-02 -1340420400: 5.6066686974e-02 -1340424000: 5.3628811205e-02 -1340427600: 5.0048107340e-02 -1340431200: 5.4981497849e-02 -1340434800: 5.5033666542e-02 -1340438400: 8.5271014844e-02 -1340442000: 8.3021292389e-02 -1340445600: 9.5842873198e-02 -1340449200: 5.1420497568e-02 -1340452800: 6.9982005189e-02 -1340456400: 6.3608709684e-02 -1340460000: 5.9598603497e-02 -1340463600: 1.7570163762e-01 -1340467200: 1.9826772878e-01 -1340470800: 6.9099187889e-02 -1340474400: 2.5331517930e-01 -1340478000: 2.8402920722e-01 -1340481600: 2.7068801755e-01 -1340485200: 3.5238658703e-01 -1340488800: 1.0133301133e-01 -1340492400: 6.0231312213e-02 -1340496000: 5.8947157752e-02 -1340499600: 5.4981124161e-02 -1340503200: 5.4806029535e-02 -1340506800: 5.8225432394e-02 -1340510400: 6.3358408580e-02 -1340514000: 5.7276423784e-02 -1340517600: 5.6080501525e-02 -1340521200: 1.0413623968e-01 -1340524800: 9.6656798622e-02 -1340528400: 6.1620106357e-02 -1340532000: 9.8674369893e-02 -1340535600: 1.0107502099e-01 -1340539200: 6.8929712582e-02 -1340542800: 5.4207095006e-02 -1340546400: 5.2170672842e-02 -1340550000: 5.8357066433e-02 -1340553600: 8.9977637203e-02 -1340557200: 2.6516262447e-01 -1340560800: 2.9639666775e-01 -1340564400: 1.9692601487e-01 -1340568000: 9.2168194631e-02 -1340571600: 2.9580180230e-01 -1340575200: 1.9322572611e-01 -1340578800: 5.3401561705e-02 -1340582400: 6.0257360030e-02 -1340586000: 6.3619276224e-02 -1340589600: 4.0826098841e-02 -1340593200: 5.3910726990e-02 -1340596800: 5.1312576396e-02 -1340600400: 1.0363025892e-01 -1340604000: 3.0140759549e-01 -1340607600: 1.2641024499e-01 -1340611200: 1.0050603075e-01 -1340614800: 6.7023589195e-02 -1340618400: 2.6604685921e-01 -1340622000: 9.6429794122e-02 -1340625600: 1.3751926723e-01 -1340629200: 8.1343630938e-02 -1340632800: 1.3412154042e-01 -1340636400: 1.2584559251e-01 -1340640000: 1.0171848489e-01 -1340643600: 8.4470557195e-02 -1340647200: 1.8859781075e-01 -1340650800: 1.5735861980e-01 -1340654400: 3.5211551235e-01 -1340658000: 1.8805785585e-01 -1340661600: 1.8580424460e-01 -1340665200: 1.0583830948e-01 -1340668800: 5.7412402976e-02 -1340672400: 5.5637699537e-02 -1340676000: 5.4898007307e-02 -1340679600: 5.6977328991e-02 -1340683200: 5.8122442288e-02 -1340686800: 1.4718866340e-01 -1340690400: 7.0578449410e-02 -1340694000: 5.4185266714e-02 -1340697600: 6.4707872640e-02 -1340701200: 1.7555092527e-01 -1340704800: 1.1258813198e-01 -1340708400: 1.4882071069e-01 -1340712000: 1.8273278654e-01 -1340715600: 1.2210115321e-01 -1340719200: 1.7516902216e-01 -1340722800: 4.2204350142e-02 -1340726400: 5.8760291543e-02 -1340730000: 1.1452829956e-01 -1340733600: 1.1584780956e-01 -1340737200: 2.0158325035e-01 -1340740800: 2.0256157803e-01 -1340744400: 1.2320673173e-01 -1340748000: 2.6182851090e-01 -1340751600: 1.8606465115e-01 -1340755200: 5.5555936480e-02 -1340758800: 5.0538235237e-02 -1340762400: 5.2810713686e-02 -1340766000: 5.6097291586e-02 -1340769600: 5.3884758932e-02 -1340773200: 1.5715016677e-01 -1340776800: 6.5131302093e-02 -1340780400: 6.4168295676e-02 -1340784000: 5.1128763541e-02 -1340787600: 3.9445068030e-02 -1340791200: 5.6364213821e-02 -1340794800: 5.5842053732e-02 -1340798400: 5.0005098030e-02 -1340802000: 7.3288396604e-02 -1340805600: 6.0327147196e-02 -1340809200: 5.0010395554e-02 -1340812800: 6.7199533584e-02 -1340816400: 5.6103060697e-02 -1340820000: 5.3902928163e-02 -1340823600: 5.1395223269e-02 -1340827200: 5.2985300010e-02 -1340830800: 1.3196544124e-01 -1340834400: 1.6988256048e-01 -1340838000: 1.1232584065e-01 -1340841600: 5.7109852043e-02 -1340845200: 5.5669544029e-02 -1340848800: 6.4080281036e-02 -1340852400: 4.4793046784e-02 -1340856000: 5.5897898864e-02 -1340859600: 1.0776003256e-01 -1340863200: 7.0299143758e-02 -1340866800: 5.7494233222e-02 -1340870400: 5.0581310511e-02 -1340874000: 5.2473701500e-02 -1340877600: 5.6940849806e-02 -1340881200: 5.1828346560e-02 -1340884800: 5.0701609242e-02 -1340888400: 5.6643822264e-02 -1340892000: 5.5295706147e-02 -1340895600: 1.1799870153e-01 -1340899200: 2.0859102123e-01 -1340902800: 1.5974628170e-01 -1340906400: 1.3671265490e-01 -1340910000: 8.7498319515e-02 -1340913600: 1.3076110715e-01 -1340917200: 3.6866965560e-01 -1340920800: 2.2747754824e-01 -1340924400: 6.6076582606e-02 -1340928000: 6.5779399092e-02 -1340931600: 6.5637781673e-02 -1340935200: 6.0810403256e-02 -1340938800: 6.4134332768e-02 -1340942400: 6.9415159572e-02 -1340946000: 2.5289901138e-01 -1340949600: 1.9299781435e-01 -1340953200: 9.1983293772e-02 -1340956800: 7.4752403893e-02 -1340960400: 5.0562562283e-02 -1340964000: 7.1917871878e-02 -1340967600: 1.3971736513e-01 -1340971200: 7.5479319589e-02 -1340974800: 7.2873006703e-02 -1340978400: 7.2729235884e-02 -1340982000: 9.4750737011e-02 -1340985600: 1.0315196329e-01 -1340989200: 1.0352976627e-01 -1340992800: 5.9452660943e-02 -1340996400: 5.3047240012e-02 -1341000000: 5.2412480428e-02 -1341003600: 1.4331500372e-01 -1341007200: 1.3266245331e-01 -1341010800: 8.6048023002e-02 -1341014400: 5.0701784677e-02 -1341018000: 5.3559047766e-02 -1341021600: 5.4962129338e-02 -1341025200: 5.0048572252e-02 -1341028800: 5.0273115149e-02 -1341032400: 5.3204197150e-02 -1341036000: 7.8733621136e-02 -1341039600: 9.0289706492e-02 -1341043200: 8.7212297609e-02 -1341046800: 8.3341765088e-02 -1341050400: 1.7748619810e-01 -1341054000: 2.0998561912e-01 -1341057600: 8.6287786646e-02 -1341061200: 2.3430898567e-01 -1341064800: 6.3055796298e-02 -1341068400: 5.7493645024e-02 -1341072000: 6.7485070597e-02 -1341075600: 5.8615453124e-02 -1341079200: 5.9176984634e-02 -1341082800: 5.8303335276e-02 -1341086400: 9.2889320521e-02 -1341090000: 1.3153333232e-01 -1341093600: 1.3397897851e-01 -1341097200: 1.0879652070e-01 -1341100800: 5.7535850915e-02 -1341104400: 4.5947004851e-02 -1341108000: 7.2039795594e-02 -1341111600: 6.4884771009e-02 -1341115200: 6.0528465830e-02 -1341118800: 8.0808610470e-02 -1341122400: 6.1473659792e-02 -1341126000: 7.6152147683e-02 -1341129600: 1.4232977532e-01 -1341133200: 4.9036822995e-01 -1341136800: 6.2109159294e-01 -1341140400: 2.3578674929e-01 -1341144000: 1.1452292845e-01 -1341147600: 5.9739852888e-02 -1341151200: 6.5261994781e-02 -1341154800: 7.0298583295e-02 -1341158400: 4.6101698870e-02 -1341162000: 4.0561001304e-01 -1341165600: 4.9947129094e-01 -1341169200: 3.4411439330e-01 -1341172800: 2.7628066118e-01 -1341176400: 6.1157691052e-02 -1341180000: 1.5765862898e-01 -1341183600: 8.5351183880e-02 -1341187200: 6.3476268836e-02 -1341190800: 6.2499812250e-02 -1341194400: 5.7657314103e-02 -1341198000: 5.7483820392e-02 -1341201600: 6.1917687055e-02 -1341205200: 1.1831753135e-01 -1341208800: 2.5709327388e-01 -1341212400: 1.9431310157e-01 -1341216000: 1.2283725307e-01 -1341219600: 5.3620316117e-02 -1341223200: 2.7530348034e-01 -1341226800: 8.5295427052e-02 -1341230400: 7.7746778430e-02 -1341234000: 7.5288444530e-02 -1341237600: 1.0886461319e-01 -1341241200: 1.2357968717e-01 -1341244800: 1.3171107110e-01 -1341248400: 3.8666155909e-01 -1341252000: 2.3485843339e-01 -1341255600: 3.7257099764e-01 -1341259200: 3.3896897599e-01 -1341262800: 2.0758461524e-01 -1341266400: 1.1045815212e-01 -1341270000: 5.4716211997e-02 -1341273600: 6.8022910162e-02 -1341277200: 6.5613858985e-02 -1341280800: 4.3869918020e-02 -1341284400: 5.7494760805e-02 -1341288000: 5.5528887864e-02 -1341291600: 1.7801330149e-01 -1341295200: 1.0873573217e-01 -1341298800: 5.6657134228e-02 -1341302400: 6.3447012998e-02 -1341306000: 2.2738927895e-01 -1341309600: 4.6110434539e-02 -1341313200: 4.8314194141e-02 -1341316800: 5.6091735683e-02 -1341320400: 4.6433086247e-02 -1341324000: 4.7470992404e-02 -1341327600: 5.2781675096e-02 -1341331200: 4.9741491818e-02 -1341334800: 4.6947081555e-02 -1341338400: 6.9693746196e-02 -1341342000: 1.0191233277e-01 -1341345600: 1.8041954516e-01 -1341349200: 1.8106471168e-01 -1341352800: 1.6998327597e-01 -1341356400: 6.0234179164e-02 -1341360000: 4.8552830658e-02 -1341363600: 5.4714783793e-02 -1341367200: 5.2249164342e-02 -1341370800: 4.8371329489e-02 -1341374400: 5.5485552719e-02 -1341378000: 1.5084414419e-01 -1341381600: 1.1703069722e-01 -1341385200: 4.0001726505e-02 -1341388800: 4.5803808099e-02 -1341392400: 4.5027589694e-02 -1341396000: 1.1004978255e-01 -1341399600: 1.0965351362e-01 -1341403200: 1.8858699173e-01 -1341406800: 1.5728252118e-01 -1341410400: 1.0025910055e-01 -1341414000: 3.8593640206e-02 -1341417600: 4.8342627537e-02 -1341421200: 9.6547058929e-02 -1341424800: 1.1261492071e-01 -1341428400: 9.2168734394e-02 -1341432000: 1.6564212129e-01 -1341435600: 1.6759404682e-01 -1341439200: 1.2286442430e-01 -1341442800: 5.8621675706e-02 -1341446400: 5.3012294160e-02 -1341450000: 5.1754140172e-02 -1341453600: 5.8248398151e-02 -1341457200: 5.6174628298e-02 -1341460800: 5.3851146799e-02 -1341464400: 1.5358247291e-01 -1341468000: 1.1202486796e-01 -1341471600: 7.4734397240e-02 -1341475200: 4.7786891107e-02 -1341478800: 4.6939719012e-02 -1341482400: 5.7774188965e-02 -1341486000: 5.1964105225e-02 -1341489600: 5.5246070210e-02 -1341493200: 5.7231170518e-02 -1341496800: 7.4150274001e-02 -1341500400: 8.1688586014e-02 -1341504000: 1.6659332123e-01 -1341507600: 1.0226985655e-01 -1341511200: 7.1709599375e-02 -1341514800: 5.4062071044e-02 -1341518400: 5.6700974241e-02 -1341522000: 1.8947903173e-01 -1341525600: 2.9007047108e-01 -1341529200: 1.0570399328e-01 -1341532800: 8.5809360063e-02 -1341536400: 5.6708063283e-02 -1341540000: 6.4961336871e-02 -1341543600: 4.0514245906e-02 -1341547200: 5.6904056044e-02 -1341550800: 1.1243090739e-01 -1341554400: 2.2866960476e-01 -1341558000: 8.9506897389e-02 -1341561600: 7.1400344008e-02 -1341565200: 5.4420211259e-02 -1341568800: 5.5577587418e-02 -1341572400: 5.0268512885e-02 -1341576000: 5.1360111142e-02 -1341579600: 5.6130910757e-02 -1341583200: 1.6888042596e-01 -1341586800: 6.6968872898e-02 -1341590400: 1.3806582243e-01 -1341594000: 2.0858596490e-01 -1341597600: 1.2049582427e-01 -1341601200: 2.4321612405e-01 -1341604800: 4.2448216151e-01 -1341608400: 4.7157009044e-01 -1341612000: 1.7641735272e-01 -1341615600: 1.9543986918e-01 -1341619200: 5.3907913164e-02 -1341622800: 5.5483366715e-02 -1341626400: 5.9120630327e-02 -1341630000: 5.2616234147e-02 -1341633600: 5.3858134253e-02 -1341637200: 9.8616660505e-02 -1341640800: 1.8219937626e-01 -1341644400: 7.7042014319e-02 -1341648000: 5.6095054530e-02 -1341651600: 5.5852607613e-02 -1341655200: 5.0833247477e-02 -1341658800: 5.3861482735e-02 -1341662400: 5.6943042394e-02 -1341666000: 5.6380215358e-02 -1341669600: 6.5845955627e-02 -1341673200: 4.0851955924e-02 -1341676800: 5.5281199255e-02 -1341680400: 5.2216063930e-02 -1341684000: 5.8588904523e-02 -1341687600: 5.6410246026e-02 -1341691200: 5.0785042418e-02 -1341694800: 5.4431796904e-02 -1341698400: 5.6659526677e-02 -1341702000: 5.0602063370e-02 -1341705600: 5.2443579005e-02 -1341709200: 5.7190000163e-02 -1341712800: 5.3394155066e-02 -1341716400: 5.0855574118e-02 -1341720000: 5.6196209829e-02 -1341723600: 5.5919745562e-02 -1341727200: 5.0959102811e-02 -1341730800: 5.2943435890e-02 -1341734400: 6.6142734910e-02 -1341738000: 5.7577092607e-02 -1341741600: 4.0572339430e-02 -1341745200: 5.7748989116e-02 -1341748800: 5.6683639816e-02 -1341752400: 5.0558439395e-02 -1341756000: 5.2765616544e-02 -1341759600: 5.6944650507e-02 -1341763200: 5.2241669291e-02 -1341766800: 5.0817893246e-02 -1341770400: 5.8850224326e-02 -1341774000: 5.5604000168e-02 -1341777600: 2.0989807443e-01 -1341781200: 3.5973422391e-01 -1341784800: 1.9528049190e-01 -1341788400: 8.7815326982e-02 -1341792000: 7.8080810689e-02 -1341795600: 5.8635970489e-02 -1341799200: 5.7672465183e-02 -1341802800: 6.5952642975e-02 -1341806400: 4.7863009163e-02 -1341810000: 1.0019215465e-01 -1341813600: 1.1392705800e-01 -1341817200: 1.2311769513e-01 -1341820800: 8.6875599467e-02 -1341824400: 1.2084832793e-01 -1341828000: 6.3925381645e-02 -1341831600: 6.4144571256e-02 -1341835200: 5.6391891933e-02 -1341838800: 4.9993966674e-02 -1341842400: 5.1379322107e-02 -1341846000: 5.6668973793e-02 -1341849600: 7.8050072780e-02 -1341853200: 1.4331670126e-01 -1341856800: 1.4780143565e-01 -1341860400: 1.0214113134e-01 -1341864000: 1.4072795415e-01 -1341867600: 2.7379091743e-01 -1341871200: 3.5396340465e-01 -1341874800: 4.9080563889e-02 -1341878400: 5.8453350633e-02 -1341882000: 6.0398409231e-02 -1341885600: 5.5895357271e-02 -1341889200: 5.1662427530e-02 -1341892800: 5.7701978527e-02 -1341896400: 1.3752834151e-01 -1341900000: 2.3945415028e-01 -1341903600: 1.2693052343e-01 -1341907200: 1.0032030147e-01 -1341910800: 1.9280804746e-01 -1341914400: 5.6923221991e-02 -1341918000: 2.4915903732e-01 -1341921600: 7.9951330875e-02 -1341925200: 1.7077318494e-01 -1341928800: 7.9011913195e-02 -1341932400: 7.3065488096e-02 -1341936000: 5.4734456119e-02 -1341939600: 8.1858517138e-02 -1341943200: 1.5497277815e-01 -1341946800: 1.4417622585e-01 -1341950400: 1.5928448104e-01 -1341954000: 2.1645162930e-01 -1341957600: 1.4318137181e-01 -1341961200: 5.5872129107e-02 -1341964800: 5.0509569921e-02 -1341968400: 5.3880467081e-02 -1341972000: 5.6063569125e-02 -1341975600: 5.0646624663e-02 -1341979200: 5.0514868960e-02 -1341982800: 6.8397604629e-02 -1341986400: 5.5530942513e-02 -1341990000: 1.0190029840e-01 -1341993600: 1.3900130880e-01 -1341997200: 1.4132150330e-01 -1342000800: 8.5017554229e-02 -1342004400: 6.3315998744e-02 -1342008000: 1.1774500907e-01 -1342011600: 1.1666105421e-01 -1342015200: 1.1098870132e-01 -1342018800: 1.1618258223e-01 -1342022400: 4.7231052983e-01 -1342026000: 1.2555791975e-01 -1342029600: 8.2494175404e-02 -1342033200: 9.3240021520e-02 -1342036800: 3.0022363129e-01 -1342040400: 2.5149053539e-01 -1342044000: 2.2880174111e-01 -1342047600: 1.5471944936e-01 -1342051200: 7.0299447678e-02 -1342054800: 5.8017272842e-02 -1342058400: 5.7850480842e-02 -1342062000: 6.6682356235e-02 -1342065600: 4.7249797510e-02 -1342069200: 5.5279913241e-02 -1342072800: 7.9398396081e-02 -1342076400: 1.6498311035e-01 -1342080000: 1.7340889474e-01 -1342083600: 8.8817368065e-02 -1342087200: 9.5898702462e-02 -1342090800: 9.3358776057e-02 -1342094400: 8.8609560563e-02 -1342098000: 7.8582645446e-02 -1342101600: 8.7229773967e-02 -1342105200: 7.5278587215e-02 -1342108800: 7.9658691542e-02 -1342112400: 1.2420265242e-01 -1342116000: 2.5665489961e-01 -1342119600: 2.3022289771e-01 -1342123200: 1.9257828849e-01 -1342126800: 2.2843030834e-01 -1342130400: 1.9193933436e-01 -1342134000: 1.4713534165e-01 -1342137600: 5.9046125751e-02 -1342141200: 5.8976008686e-02 -1342144800: 5.3663022268e-02 -1342148400: 5.4067958348e-02 -1342152000: 5.8656619105e-02 -1342155600: 5.3398613789e-02 -1342159200: 6.6079184861e-02 -1342162800: 1.3190272967e-01 -1342166400: 2.6992945814e-01 -1342170000: 4.3867643412e-01 -1342173600: 1.6003530853e-01 -1342177200: 1.6337433019e-01 -1342180800: 8.0255245932e-02 -1342184400: 9.8540205300e-02 -1342188000: 8.2256920233e-02 -1342191600: 1.8143950659e-01 -1342195200: 1.4604095732e-01 -1342198800: 1.5737732102e-01 -1342202400: 1.1099796806e-01 -1342206000: 1.4910529487e-01 -1342209600: 4.2409427522e-01 -1342213200: 3.6706672865e-01 -1342216800: 2.2770630970e-01 -1342220400: 1.8181274278e-01 -1342224000: 1.3630221010e-01 -1342227600: 5.7931958289e-02 -1342231200: 6.2826889477e-02 -1342234800: 5.7318414825e-02 -1342238400: 5.6332306876e-02 -1342242000: 6.2586402895e-02 -1342245600: 7.9451317562e-02 -1342249200: 6.4979700148e-02 -1342252800: 1.4083445437e-01 -1342256400: 9.5526445497e-02 -1342260000: 1.0693942519e-01 -1342263600: -nan -1342267200: -nan -1342270800: 9.9317233012e-02 -1342274400: 7.9465751136e-02 -1342278000: 1.2469859239e-01 -1342281600: 3.0192746167e-01 -1342285200: 1.5692823900e-01 -1342288800: 2.2618400910e-01 -1342292400: 9.8259086668e-02 -1342296000: 3.8117647671e-01 -1342299600: 5.9223875005e-01 -1342303200: 1.9639474611e-01 -1342306800: 1.6713739932e-01 -1342310400: 5.8348972238e-02 -1342314000: 5.2807152589e-02 -1342317600: 5.3043007692e-02 -1342321200: 5.5776344353e-02 -1342324800: 6.6892062772e-02 -1342328400: 5.2560175362e-02 -1342332000: 8.5849278640e-02 -1342335600: 1.4750244994e-01 -1342339200: 1.7022143924e-01 -1342342800: 1.3482210721e-01 -1342346400: 1.4555842234e-01 -1342350000: 2.5256318641e-02 -1342353600: 1.8371706194e-02 -1342357200: 1.9704586405e-02 -1342360800: 2.5555888499e-02 -1342364400: 2.0567811784e-02 -1342368000: 1.8052426352e-02 -1342371600: 2.1934658446e-02 -1342375200: 2.3338132895e-02 -1342378800: 1.8634767931e-02 -1342382400: 1.7752142156e-02 -1342386000: 2.3024697040e-02 -1342389600: 3.2507634198e-02 -1342393200: 1.8382193273e-02 -1342396800: 8.2871779456e-03 -1342400400: 2.5251036797e-02 -1342404000: 2.2822956506e-02 -1342407600: 1.7226499270e-02 -1342411200: 2.0784233184e-02 -1342414800: 2.2709027257e-02 -1342418400: 1.7085735708e-02 -1342422000: 1.9681684784e-02 -1342425600: 2.3622016052e-02 -1342429200: 1.7529632497e-02 -1342432800: 1.7211041498e-02 -1342436400: 2.3871946965e-02 -1342440000: 2.1972567092e-02 -1342443600: 1.7222222222e-02 -1342447200: 2.2198147025e-02 -1342450800: 2.2233113048e-02 -1342454400: 1.7235406593e-02 -1342458000: 1.8584239517e-02 -1342461600: 3.3347379609e-02 -1342465200: 1.9457269763e-02 -1342468800: 1.1059985585e-02 -1342472400: 2.4448245068e-02 -1342476000: 1.9465819807e-02 -1342479600: 1.6970393985e-02 -1342483200: 2.2690823912e-02 -1342486800: 2.0642509421e-02 -1342490400: 1.7198392649e-02 -1342494000: 2.0810407725e-02 -1342497600: 2.2546755182e-02 -1342501200: 1.7764484849e-02 -1342504800: 1.8312668046e-02 -1342508400: 2.3340960849e-02 -1342512000: 1.8625266089e-02 -1342515600: 1.7488956531e-02 -1342519200: 2.4158624422e-02 -1342522800: 1.9187005717e-02 -1342526400: 1.7219979346e-02 -1342530000: 2.1936946924e-02 -1342533600: 3.2773889513e-02 -1342537200: 3.2802328824e-02 -1342540800: 1.8313584522e-02 -1342544400: 2.3616572875e-02 -1342548000: 1.7225198249e-02 -1342551600: 1.9693275697e-02 -1342555200: 2.3324665207e-02 -1342558800: 1.7522510882e-02 -1342562400: 1.7194627234e-02 -1342566000: 2.3893381748e-02 -1342569600: 1.9493961364e-02 -1342573200: 1.7181288970e-02 -1342576800: 2.1922972020e-02 -1342580400: 2.1729072344e-02 -1342584000: 1.7463571989e-02 -1342587600: 1.8627748971e-02 -1342591200: 2.3326184625e-02 -1342594800: 1.8902871505e-02 -1342598400: 1.6957400688e-02 -1342602000: 2.1920802127e-02 -1342605600: 3.2511409446e-02 -1342609200: 1.9178899538e-02 -1342612800: 1.1362924804e-02 -1342616400: 2.9999622677e-02 -1342620000: 1.9748563630e-02 -1342623600: 1.7208141169e-02 -1342627200: 2.8320018944e-02 -1342630800: 2.1403155558e-02 -1342634400: 1.7235350996e-02 -1342638000: 3.3463184034e-02 -1342641600: 2.9674271445e-01 -1342645200: 3.8592839769e-01 -1342648800: 1.6096327505e-01 -1342652400: 7.1688788930e-02 -1342656000: 4.8085752039e-02 -1342659600: 4.4733084706e-02 -1342663200: 4.9708229744e-02 -1342666800: 4.9357202531e-02 -1342670400: 4.4089726822e-02 -1342674000: 5.5621830797e-02 -1342677600: 1.3503607099e-01 -1342681200: 6.5519975526e-02 -1342684800: 9.0859223052e-02 -1342688400: 2.4052131857e-01 -1342692000: 1.2861713498e-01 -1342695600: 1.0141079500e-01 -1342699200: 5.8307491076e-02 -1342702800: 8.7795477383e-02 -1342706400: 9.8569317486e-02 -1342710000: 1.2999521609e-01 -1342713600: 2.1131015177e-01 -1342717200: 1.5395116597e-01 -1342720800: 1.4947155808e-01 -1342724400: 1.3625306939e-01 -1342728000: 4.1909355014e-01 -1342731600: 3.3989345718e-01 -1342735200: 2.4142664020e-01 -1342738800: 2.0540643596e-01 -1342742400: 1.0571478887e-01 -1342746000: 4.5239500768e-02 -1342749600: 5.7509376145e-02 -1342753200: 5.3931961413e-02 -1342756800: 5.0005622410e-02 -1342760400: 5.8024671761e-02 -1342764000: 7.4909365578e-02 -1342767600: 2.7019776342e-01 -1342771200: 2.0393773839e-01 -1342774800: 1.6937546262e-01 -1342778400: 3.6927046521e-01 -1342782000: 2.8429298144e-01 -1342785600: 9.6633434351e-02 -1342789200: 2.6862747234e-01 -1342792800: 9.1384253285e-02 -1342796400: 2.4073467428e-01 -1342800000: 4.5289016820e-01 -1342803600: 5.3361873030e-02 -1342807200: 5.8049009828e-02 -1342810800: 9.6419192909e-02 -1342814400: 2.1075589095e-01 -1342818000: 1.9476709691e-01 -1342821600: 1.9606023036e-01 -1342825200: 1.7870369565e-01 -1342828800: 1.3079597576e-01 -1342832400: 5.2452617283e-02 -1342836000: 5.1104469748e-02 -1342839600: 5.7204128925e-02 -1342843200: 5.5030831008e-02 -1342846800: 5.0773343271e-02 -1342850400: 7.6162125225e-02 -1342854000: 7.8067892520e-02 -1342857600: 1.5333505914e-01 -1342861200: 9.6949475518e-02 -1342864800: 2.4980972954e-01 -1342868400: 4.3713684158e-01 -1342872000: 1.0751769495e-01 -1342875600: 1.1608202188e-01 -1342879200: 7.0588961495e-02 -1342882800: 5.2776151451e-02 -1342886400: 4.6123285145e-02 -1342890000: 5.5540320891e-02 -1342893600: 9.5098391827e-02 -1342897200: 1.7525409281e-01 -1342900800: 1.7657224763e-01 -1342904400: 1.8126754576e-01 -1342908000: 5.3464341928e-02 -1342911600: 4.6093234367e-02 -1342915200: 6.5827040657e-02 -1342918800: 5.1410891877e-02 -1342922400: 4.6655440116e-02 -1342926000: 4.4334359721e-02 -1342929600: 6.1660064572e-02 -1342933200: 5.2046054893e-02 -1342936800: 3.9987092903e-02 -1342940400: 1.2387898808e-01 -1342944000: 6.3023241865e-02 -1342947600: 8.2558554580e-02 -1342951200: 4.4146288637e-02 -1342954800: 4.7782071325e-02 -1342958400: 4.1965123010e-02 -1342962000: 4.2190496357e-02 -1342965600: 4.8072600146e-02 -1342969200: 4.8569308062e-02 -1342972800: 8.0577819004e-02 -1342976400: 7.1368002484e-02 -1342980000: 4.8914358777e-02 -1342983600: 4.2801129017e-02 -1342987200: 1.8430780257e-01 -1342990800: 3.0882785848e-01 -1342994400: 5.9342158528e-02 -1342998000: 5.9954412974e-02 -1343001600: 6.5292779938e-02 -1343005200: 4.2530838300e-02 -1343008800: 5.6055264014e-02 -1343012400: 5.2186632262e-02 -1343016000: 5.6680837433e-02 -1343019600: 5.4547999288e-02 -1343023200: 5.0542806025e-02 -1343026800: 6.5494073692e-02 -1343030400: 2.5890759732e-01 -1343034000: 2.6412592426e-01 -1343037600: 2.8973279449e-01 -1343041200: 3.5411429011e-01 -1343044800: 1.0776642401e-01 -1343048400: 8.3978724660e-02 -1343052000: 1.5946637703e-01 -1343055600: 8.9723520290e-02 -1343059200: 1.0835032920e-01 -1343062800: 2.7578225659e-01 -1343066400: 3.3249610292e-01 -1343070000: 2.5992418938e-01 -1343073600: 1.6998497309e-01 -1343077200: 3.9510151219e-01 -1343080800: 3.1207761572e-01 -1343084400: 9.5939615313e-02 -1343088000: 6.5281406604e-02 -1343091600: 5.1057740628e-02 -1343095200: 5.4570761400e-02 -1343098800: 5.1277085729e-02 -1343102400: 4.9141508365e-02 -1343106000: 5.5027301598e-02 -1343109600: 6.5263149035e-02 -1343113200: 8.2219750402e-02 -1343116800: 1.2481444128e-01 -1343120400: 9.1834120776e-02 -1343124000: 1.4552907866e-01 -1343127600: 1.2894713184e-01 -1343131200: 6.6070733828e-02 -1343134800: 9.6438531851e-02 -1343138400: 8.2759286376e-02 -1343142000: 1.3658791843e-01 -1343145600: 1.7472232544e-01 -1343149200: 1.3621106725e-01 -1343152800: 6.0833681804e-02 -1343156400: 1.0299352089e-01 -1343160000: 1.2873727683e-01 -1343163600: 1.4269005160e-01 -1343167200: 2.2641566053e-01 -1343170800: 9.1594268497e-02 -1343174400: 5.2816513192e-02 -1343178000: 4.9156838274e-02 -1343181600: 5.2483862923e-02 -1343185200: 5.4993284454e-02 -1343188800: 4.9775792814e-02 -1343192400: 4.9175834154e-02 -1343196000: 6.1912670364e-02 -1343199600: 9.2774236861e-02 -1343203200: 1.1834184130e-01 -1343206800: 8.2790187404e-02 -1343210400: 8.8895239481e-02 -1343214000: 6.1393737313e-02 -1343217600: 6.4128048761e-02 -1343221200: 9.4177567630e-02 -1343224800: 1.3196950033e-01 -1343228400: 2.9495841062e-01 -1343232000: 8.4193327066e-02 -1343235600: 8.6685446763e-02 -1343239200: 2.1772616378e-01 -1343242800: 2.7189642472e-01 -1343246400: 1.3364786185e-01 -1343250000: 6.2777599763e-02 -1343253600: 5.0887073199e-02 -1343257200: 7.5657380339e-02 -1343260800: 1.0869584972e-01 -1343264400: 5.4460254771e-02 -1343268000: 6.3118519452e-02 -1343271600: 3.9132287718e-02 -1343275200: 7.7323450611e-02 -1343278800: 4.7301659219e-02 -1343282400: 1.8871443553e-02 -1343286000: 2.4171322589e-02 -1343289600: 1.7247447133e-02 -1343293200: 1.9694856210e-02 -1343296800: 2.3611564108e-02 -1343300400: 1.7249135238e-02 -1343304000: 1.8864648838e-02 -1343307600: 2.3889941395e-02 -1343311200: 1.8912076435e-02 -1343314800: 1.7500000000e-02 -1343318400: 2.3032516745e-02 -1343322000: 2.2245261033e-02 -1343325600: 1.7777777778e-02 -1343329200: 1.9338974863e-02 -1343332800: 2.3667418244e-02 -1343336400: 3.2498435983e-02 -1343340000: 1.9772948687e-02 -1343343600: 9.9519099568e-03 -1343347200: 2.4719469130e-02 -1343350800: 2.1408453951e-02 -1343354400: 1.7464602884e-02 -1343358000: 2.2199522423e-02 -1343361600: 2.2841680882e-02 -1343365200: 1.7513714796e-02 -1343368800: 1.9139300830e-02 -1343372400: 2.3629369596e-02 -1343376000: 1.9743086661e-02 -1343379600: 1.7767686601e-02 -1343383200: 2.1934161016e-02 -1343386800: 2.3328175676e-02 -1343390400: 1.8625314012e-02 -1343394000: 1.7775581616e-02 -1343397600: 2.3326975694e-02 -1343401200: 2.3064029039e-02 -1343404800: 2.3594601855e-02 -1343408400: 3.0861252268e-02 -1343412000: 6.1315496626e-02 -1343415600: 2.6745801986e-01 -1343419200: 1.8698348497e-01 -1343422800: 3.4222382826e-01 -1343426400: 4.4543694551e-01 -1343430000: 1.4376057558e-01 -1343433600: 7.0527688726e-02 -1343437200: 4.5811641899e-02 -1343440800: 5.1335843049e-02 -1343444400: 5.0092721616e-02 -1343448000: 4.5005567618e-02 -1343451600: 4.6926175688e-02 -1343455200: 5.0861422530e-02 -1343458800: 5.8319279305e-02 -1343462400: 1.6085347740e-01 -1343466000: 8.7188062963e-02 -1343469600: 1.1768506599e-01 -1343473200: 1.5927521791e-01 -1343476800: 3.7171590105e-01 -1343480400: 2.7697096771e-01 -1343484000: 1.8625260623e-01 -1343487600: 1.0837715285e-01 -1343491200: 1.5052460115e-01 -1343494800: 1.0671957725e-01 -1343498400: 5.5554667623e-02 -1343502000: 5.2998352138e-02 -1343505600: 4.7554608431e-02 -1343509200: 4.6667042419e-02 -1343512800: 1.0010662460e-01 -1343516400: 2.3462080431e-01 -1343520000: 1.5971110343e-01 -1343523600: 4.7753926957e-02 -1343527200: 6.0264676669e-02 -1343530800: 5.3651666005e-02 -1343534400: 3.4163740965e-02 -1343538000: 4.9185735149e-02 -1343541600: 4.8311624861e-02 -1343545200: 5.0810521032e-02 -1343548800: 6.2783115006e-02 -1343552400: 1.1140995232e-01 -1343556000: 1.1909698000e-01 -1343559600: 1.6056671995e-01 -1343563200: 1.2814297014e-01 -1343566800: 5.7207553211e-02 -1343570400: 1.1076378954e-01 -1343574000: 1.1919299032e-01 -1343577600: 2.0982849564e-01 -1343581200: 1.6656662895e-01 -1343584800: 2.4188513274e-01 -1343588400: 1.5299335054e-01 -1343592000: 2.8850668035e-01 -1343595600: 1.7834299645e-01 -1343599200: 1.7345610583e-01 -1343602800: 6.6987464175e-02 -1343606400: 5.3634549993e-02 -1343610000: 4.7823711968e-02 -1343613600: 4.7454842318e-02 -1343617200: 5.3268400021e-02 -1343620800: 4.8705415585e-02 -1343624400: 4.6438548528e-02 -1343628000: 1.4570948089e-01 -1343631600: 1.7532493048e-01 -1343635200: 1.0310084959e-01 -1343638800: 8.4394463489e-02 -1343642400: 1.7059151982e-01 -1343646000: 2.8420223550e-01 -1343649600: 2.4887371991e-01 -1343653200: 2.3881500215e-01 -1343656800: 2.9644522320e-01 -1343660400: 1.0169640215e-01 -1343664000: 7.8571333201e-02 -1343667600: 7.8616673613e-02 -1343671200: 1.0165861468e-01 -1343674800: 1.4045441089e-01 -1343678400: 1.0484452775e-01 -1343682000: 2.0331914252e-01 -1343685600: 1.7512813283e-01 -1343689200: 1.7781110093e-01 -1343692800: 7.6173411328e-02 -1343696400: 5.2519399340e-02 -1343700000: 4.6724984451e-02 -1343703600: 4.7162615074e-02 -1343707200: 5.2744343143e-02 -1343710800: 6.5177950977e-02 -1343714400: 8.3812730766e-02 -1343718000: 8.4983451773e-02 -1343721600: 1.0995848754e-01 -1343725200: 9.5616439978e-02 -1343728800: 5.8592443754e-02 -1343732400: 6.1951968858e-02 -1343736000: 2.6290652020e-01 -1343739600: 1.0933525043e-01 -1343743200: 7.3847188479e-02 -1343746800: 2.2201589894e-01 -1343750400: 3.2381087707e-01 -1343754000: 1.0971318963e-01 -1343757600: 5.3652773121e-02 -1343761200: 6.5383970224e-02 -1343764800: 4.1846868615e-01 -1343768400: 4.7250465673e-02 -1343772000: 1.2074773571e-01 -1343775600: 1.4043379248e-01 -1343779200: 9.4848675272e-02 -1343782800: 4.0913352022e-02 -1343786400: 4.6624839221e-02 -1343790000: 5.4994149555e-02 -1343793600: 5.4447341418e-02 -1343797200: 5.2842986136e-02 -1343800800: 6.2636024200e-02 -1343804400: 8.8407239956e-02 -1343808000: 5.8930183611e-02 -1343811600: 1.1056370348e-01 -1343815200: 5.7515171094e-02 -1343818800: 2.0799235157e-01 -1343822400: 1.6506794689e-01 -1343826000: 2.3330997797e-01 -1343829600: 2.3081973779e-01 -1343833200: 6.3910592371e-02 -1343836800: 6.7783695012e-02 -1343840400: 4.7527884310e-01 -1343844000: 5.5260632866e-02 -1343847600: 6.4952801468e-02 -1343851200: 7.7774049698e-02 -1343854800: 6.4992536116e-02 -1343858400: 1.3549398332e-01 -1343862000: 6.9570552320e-02 -1343865600: 4.8308766618e-02 -1343869200: 5.1637631822e-02 -1343872800: 5.7188897357e-02 -1343876400: 4.9488144187e-02 -1343880000: 4.6933537262e-02 -1343883600: 6.0849322651e-02 -1343887200: 6.3339617734e-02 -1343890800: 9.3305503226e-02 -1343894400: 8.5267401003e-02 -1343898000: 1.1300084549e-01 -1343901600: 8.0364045587e-02 -1343905200: 8.5835632102e-02 -1343908800: 4.8872084484e-02 -1343912400: 3.3409715293e-01 -1343916000: 3.2951281860e-01 -1343919600: 5.0590095066e-02 -1343923200: 5.7307251700e-02 -1343926800: 7.5999175697e-02 -1343930400: 1.0339254154e-01 -1343934000: 7.5371764514e-02 -1343937600: 2.8451315097e-01 -1343941200: 3.3739355178e-01 -1343944800: 1.3338436455e-01 -1343948400: 5.3726397681e-02 -1343952000: 4.9138742977e-02 -1343955600: 5.9124024040e-02 -1343959200: 5.9747120553e-02 -1343962800: 4.3601989610e-02 -1343966400: 5.8364429123e-02 -1343970000: 6.6909090038e-02 -1343973600: 2.4615023026e-01 -1343977200: 8.4159941201e-02 -1343980800: 1.1338916695e-01 -1343984400: 4.3046485751e-02 -1343988000: 4.7492684010e-02 -1343991600: 4.3621667571e-02 -1343995200: 4.1391736840e-02 -1343998800: 4.5522817916e-02 -1344002400: 4.6945550204e-02 -1344006000: 4.3360870640e-02 -1344009600: 4.1945937911e-02 -1344013200: 4.4712949313e-02 -1344016800: 8.1859691188e-02 -1344020400: 1.4240442386e-01 -1344024000: 2.0052002988e-01 -1344027600: 2.6129968295e-01 -1344031200: 2.2554375464e-01 -1344034800: 1.6585802935e-01 -1344038400: 4.7731203306e-02 -1344042000: 5.2769292389e-02 -1344045600: 5.1998934676e-02 -1344049200: 4.9145798034e-02 -1344052800: 5.1083331924e-02 -1344056400: 5.7828196986e-02 -1344060000: 5.3916292901e-02 -1344063600: 6.1071002420e-02 -1344067200: 9.2219767499e-02 -1344070800: 8.1947234282e-02 -1344074400: 7.0215637169e-02 -1344078000: 1.9240929147e-01 -1344081600: 3.0737107294e-01 -1344085200: 1.8944084340e-01 -1344088800: 1.6674620454e-01 -1344092400: 1.3854149135e-01 -1344096000: 6.4976531805e-02 -1344099600: 1.4838727633e-01 -1344103200: 2.4442029212e-01 -1344106800: 5.9126472778e-02 -1344110400: 9.9157062264e-02 -1344114000: 1.4897902479e-01 -1344117600: 1.7060930215e-01 -1344121200: 1.4613672197e-01 -1344124800: 6.0631781809e-02 -1344128400: 5.6974684688e-02 -1344132000: 5.4191284582e-02 -1344135600: 5.1976109147e-02 -1344139200: 5.3827300775e-02 -1344142800: 6.6447459020e-02 -1344146400: 5.6691095710e-02 -1344150000: 5.4011107819e-02 -1344153600: 1.1538385456e-01 -1344157200: 7.5018868979e-02 -1344160800: 5.9740854681e-02 -1344164400: 1.1159903504e-01 -1344168000: 3.7505780487e-01 -1344171600: 6.7171732102e-02 -1344175200: 8.3898904555e-02 -1344178800: 8.3647531199e-02 -1344182400: 8.1232054574e-02 -1344186000: 2.5321573706e-01 -1344189600: 7.1118532620e-02 -1344193200: 9.3807568165e-02 -1344196800: 2.5247396580e-01 -1344200400: 2.5403518108e-01 -1344204000: 1.6747290917e-01 -1344207600: 7.6041255219e-02 -1344211200: 6.1933946359e-02 -1344214800: 6.0285990830e-02 -1344218400: 5.9326630134e-02 -1344222000: 5.4315349930e-02 -1344225600: 5.4548611722e-02 -1344229200: 9.0687207876e-02 -1344232800: 2.7316457958e-01 -1344236400: 1.6962042968e-01 -1344240000: 1.8311496274e-01 -1344243600: 5.3050191793e-02 -1344247200: 6.5084265499e-02 -1344250800: 4.0959206249e-01 -1344254400: 1.1803316906e-01 -1344258000: 6.1469706972e-02 -1344261600: 1.0853981792e-01 -1344265200: 6.4515880117e-02 -1344268800: 4.3901237120e-02 -1344272400: 8.0167952835e-02 -1344276000: 1.8910112298e-01 -1344279600: 1.3583076399e-01 -1344283200: 2.5069785805e-01 -1344286800: 2.3142928190e-01 -1344290400: 2.7636149739e-01 -1344294000: 4.6941662624e-02 -1344297600: 4.9372538723e-02 -1344301200: 5.2516292376e-02 -1344304800: 4.8581534129e-02 -1344308400: 4.6451456686e-02 -1344312000: 5.1094847646e-02 -1344315600: 8.9925362021e-02 -1344319200: 2.7554323456e-01 -1344322800: 1.3336761667e-01 -1344326400: 7.3420652869e-02 -1344330000: 2.9116114587e-01 -1344333600: 1.5770134567e-01 -1344337200: 1.0303487866e-01 -1344340800: 7.3919324458e-02 -1344344400: 1.8313475696e-01 -1344348000: 2.9658226932e-01 -1344351600: 6.6397828175e-02 -1344355200: 7.4738053731e-02 -1344358800: 7.7796572427e-02 -1344362400: 9.9900796628e-02 -1344366000: 1.5464113026e-01 -1344369600: 2.6218549720e-01 -1344373200: 2.0482415881e-01 -1344376800: 2.9396649284e-01 -1344380400: 1.1236420048e-01 -1344384000: 5.1757500061e-02 -1344387600: 5.7635618328e-02 -1344391200: 6.3013729538e-02 -1344394800: 7.1814184493e-02 -1344398400: 5.6133534469e-02 -1344402000: 6.1953549279e-02 -1344405600: 1.0774086440e-01 -1344409200: 5.8136417080e-02 -1344412800: 4.4967921924e-02 -1344416400: 5.0298409375e-02 -1344420000: 4.5004513677e-02 -1344423600: 4.3609959586e-02 -1344427200: 5.7672170022e-02 -1344430800: 8.2569972421e-02 -1344434400: 7.3894386110e-02 -1344438000: 7.1945398158e-02 -1344441600: 9.8563904287e-02 -1344445200: 1.2170186515e-01 -1344448800: 7.1972888214e-02 -1344452400: 7.1879679349e-02 -1344456000: 7.5241089005e-02 -1344459600: 1.3875428945e-01 -1344463200: 1.4788297203e-01 -1344466800: 1.2095725528e-01 -1344470400: 5.4086351856e-02 -1344474000: 5.5037980680e-02 -1344477600: 5.2434856891e-02 -1344481200: 5.8664668402e-02 -1344484800: 5.5858556157e-02 -1344488400: 6.4191931488e-02 -1344492000: 9.7092465850e-02 -1344495600: 1.9829771475e-01 -1344499200: 2.1434145874e-01 -1344502800: 7.7196902658e-02 -1344506400: 8.2503887301e-02 -1344510000: 7.5288120147e-02 -1344513600: 7.2504804678e-02 -1344517200: 9.1913114293e-02 -1344520800: 8.0287181591e-02 -1344524400: 6.7826358736e-02 -1344528000: 6.1926900308e-02 -1344531600: 6.5008818564e-02 -1344535200: 4.3892719783e-02 -1344538800: 5.9618026771e-02 -1344542400: 2.0494251766e-01 -1344546000: 3.0700385665e-01 -1344549600: 2.1723471697e-01 -1344553200: 1.5695440311e-01 -1344556800: 6.5850182520e-02 -1344560400: 6.0976465596e-02 -1344564000: 6.2299433396e-02 -1344567600: 5.7538608589e-02 -1344571200: 5.8562705273e-02 -1344574800: 7.0937522334e-02 -1344578400: 2.3768237617e-01 -1344582000: 1.0205373386e-01 -1344585600: 8.0831171857e-02 -1344589200: 2.6190559215e-01 -1344592800: 3.2916055223e-01 -1344596400: 1.4503431678e-01 -1344600000: 3.6098788277e-01 -1344603600: 2.8757678274e-01 -1344607200: 8.3407932055e-02 -1344610800: 4.6940387165e-02 -1344614400: 5.1566105013e-02 -1344618000: 5.2319607673e-02 -1344621600: 4.8059218710e-02 -1344625200: 5.0198178130e-02 -1344628800: 5.1945522861e-02 -1344632400: 4.8107735658e-02 -1344636000: 4.5278050732e-02 -1344639600: 5.0793830886e-02 -1344643200: 4.9470092562e-02 -1344646800: 4.5016317677e-02 -1344650400: 4.7307841896e-02 -1344654000: 5.1009304268e-02 -1344657600: 5.0517155498e-02 -1344661200: 5.8672264680e-02 -1344664800: 3.6127423877e-02 -1344668400: 4.8618429540e-02 -1344672000: 4.4718731030e-02 -1344675600: 5.3040316879e-02 -1344679200: 5.0793233283e-02 -1344682800: 8.1417865049e-02 -1344686400: 8.5814041836e-02 -1344690000: 8.0035891368e-02 -1344693600: 4.7510878784e-02 -1344697200: 4.4709620678e-02 -1344700800: 4.8881521475e-02 -1344704400: 5.0557870116e-02 -1344708000: 4.7240015445e-02 -1344711600: 4.5809258934e-02 -1344715200: 1.0153075297e-01 -1344718800: 1.3229788672e-01 -1344722400: 5.3665186788e-02 -1344726000: 1.7926988055e-01 -1344729600: 7.6285359403e-02 -1344733200: 4.3039036884e-02 -1344736800: 5.6471118050e-02 -1344740400: 5.2665657820e-02 -1344744000: 5.7466221430e-02 -1344747600: 5.2870599271e-02 -1344751200: 5.2500910627e-02 -1344754800: 6.7458975975e-02 -1344758400: 8.3361805022e-02 -1344762000: 9.7521432318e-02 -1344765600: 7.6090955897e-02 -1344769200: 5.5529029593e-02 -1344772800: 3.6188855571e-01 -1344776400: 2.6835076883e-01 -1344780000: 1.8194641423e-01 -1344783600: 1.6056061892e-01 -1344787200: 1.4996506995e-01 -1344790800: 1.0481236862e-01 -1344794400: 1.6474346990e-01 -1344798000: 2.6307706303e-01 -1344801600: 2.9246495390e-01 -1344805200: 1.9315117834e-01 -1344808800: 1.3532108691e-01 -1344812400: 6.9244446270e-02 -1344816000: 5.5302395992e-02 -1344819600: 5.0571462269e-02 -1344823200: 5.1826988269e-02 -1344826800: 5.6426008217e-02 -1344830400: 5.4487515395e-02 -1344834000: 2.0289784054e-01 -1344837600: 1.1520465662e-01 -1344841200: 8.3898559189e-02 -1344844800: 4.7245584801e-02 -1344848400: 4.4167766983e-02 -1344852000: 5.9138661222e-02 -1344855600: 4.8917705359e-02 -1344859200: 8.9714528340e-02 -1344862800: 4.9404610567e-02 -1344866400: 7.1692976939e-02 -1344870000: 6.8057896382e-02 -1344873600: 7.3324897412e-02 -1344877200: 7.4161816135e-02 -1344880800: 7.8059744571e-02 -1344884400: 1.3011811808e-01 -1344888000: 1.6745717106e-01 -1344891600: 1.1905035541e-01 -1344895200: 8.7429738124e-02 -1344898800: 1.2591833637e-01 -1344902400: 5.2987164057e-02 -1344906000: 5.7255620814e-02 -1344909600: 5.4208433471e-02 -1344913200: 5.1634459171e-02 -1344916800: 6.5277761594e-02 -1344920400: 1.1144825281e-01 -1344924000: 3.9405774887e-02 -1344927600: 5.0025862515e-02 -1344931200: 5.1958748911e-02 -1344934800: 1.6529444105e-01 -1344938400: 4.3874433064e-02 -1344942000: 5.0563288444e-02 -1344945600: 4.7784234798e-02 -1344949200: 8.8596182679e-02 -1344952800: 5.0274770655e-02 -1344956400: 4.8627405862e-02 -1344960000: 4.4997666068e-02 -1344963600: 4.7477947851e-02 -1344967200: 6.7493429111e-02 -1344970800: 1.1239127210e-01 -1344974400: 2.3719522903e-01 -1344978000: 1.8009119262e-01 -1344981600: 5.5828448433e-02 -1344985200: 6.1947927547e-02 -1344988800: 4.1440272123e-02 -1344992400: 4.9367369862e-02 -1344996000: 4.9513806812e-02 -1344999600: 4.7489758183e-02 -1345003200: 5.5776398438e-02 -1345006800: 1.1564502337e-01 -1345010400: 5.7475997999e-02 -1345014000: 1.9774835110e-01 -1345017600: 1.9229018438e-01 -1345021200: 4.5818937175e-02 -1345024800: 4.9160192850e-02 -1345028400: 5.0843738642e-02 -1345032000: 5.1117957951e-02 -1345035600: 4.5000705821e-02 -1345039200: 5.0271545123e-02 -1345042800: 5.0540236165e-02 -1345046400: 5.1117186286e-02 -1345050000: 5.5546373916e-02 -1345053600: 5.9189053800e-02 -1345057200: 5.3002915770e-02 -1345060800: 1.5853001222e-01 -1345064400: 1.9110140020e-01 -1345068000: 1.1335189886e-01 -1345071600: 1.2056553133e-01 -1345075200: 5.7757193244e-02 -1345078800: 5.5899269350e-02 -1345082400: 5.0288407975e-02 -1345086000: 5.0029953779e-02 -1345089600: 5.7677246942e-02 -1345093200: 1.3053558523e-01 -1345096800: 9.5938009868e-02 -1345100400: 4.9770839953e-02 -1345104000: 4.9934450945e-02 -1345107600: 4.9766354097e-02 -1345111200: 2.5902824266e-01 -1345114800: 1.9568806607e-01 -1345118400: 1.8555958952e-01 -1345122000: 9.1347858037e-02 -1345125600: 3.8976186955e-01 -1345129200: 9.9439876464e-02 -1345132800: 7.7220081760e-02 -1345136400: 8.6828087716e-02 -1345140000: 1.0459416726e-01 -1345143600: 5.3803656456e-02 -1345147200: 2.2449727415e-01 -1345150800: 2.0348883013e-01 -1345154400: 1.3799673133e-01 -1345158000: 1.1486777381e-01 -1345161600: 5.4607599542e-02 -1345165200: 4.9568154758e-02 -1345168800: 5.4122496360e-02 -1345172400: 5.3106341117e-02 -1345176000: 5.0273928122e-02 -1345179600: 6.3669550071e-02 -1345183200: 6.6857554211e-02 -1345186800: 9.6800362315e-02 -1345190400: 2.1757187077e-01 -1345194000: 1.0513399270e-01 -1345197600: 2.3974654622e-01 -1345201200: 4.7605209183e-01 -1345204800: 2.4000537771e-01 -1345208400: 1.0585476921e-01 -1345212000: 2.1639071564e-01 -1345215600: 5.7516704647e-02 -1345219200: 4.9167335616e-02 -1345222800: 9.0820507567e-02 -1345226400: 1.0529304840e-01 -1345230000: 8.2452397479e-02 -1345233600: 7.2737802372e-02 -1345237200: 8.3264217368e-02 -1345240800: 1.9704394526e-01 -1345244400: 1.9442892593e-01 -1345248000: 4.5844761600e-02 -1345251600: 4.3461539289e-02 -1345255200: 5.8182747614e-02 -1345258800: 5.3646412648e-02 -1345262400: 4.9732221012e-02 -1345266000: 5.6966114879e-02 -1345269600: 6.0102650213e-02 -1345273200: 9.1545946286e-02 -1345276800: 9.5857657715e-02 -1345280400: 6.7462092911e-02 -1345284000: 9.2498413043e-02 -1345287600: 4.3866552279e-01 -1345291200: 4.7829754522e-01 -1345294800: 1.1050665114e-01 -1345298400: 1.3091885587e-01 -1345302000: 9.1358488735e-02 -1345305600: 6.4443312765e-02 -1345309200: 4.7256119717e-02 -1345312800: 4.4677316060e-02 -1345316400: 5.7740927189e-02 -1345320000: 5.5553072014e-02 -1345323600: 5.4352997220e-02 -1345327200: 1.8753109811e-01 -1345330800: 1.2141555892e-01 -1345334400: 5.3414820007e-02 -1345338000: 4.8617118682e-02 -1345341600: 5.3826332338e-02 -1345345200: 5.3087532269e-02 -1345348800: 4.8345771582e-02 -1345352400: 5.3069195451e-02 -1345356000: 5.2255240882e-02 -1345359600: 5.3809235001e-02 -1345363200: 3.4559170488e-01 -1345366800: 5.8290361890e-02 -1345370400: 2.4100659715e-01 -1345374000: 2.5208436789e-01 -1345377600: 7.8054926775e-02 -1345381200: 1.0444811989e-01 -1345384800: 1.1994582486e-01 -1345388400: 1.2504923758e-01 -1345392000: 7.3068866110e-02 -1345395600: 2.1848616851e-01 -1345399200: 2.4041676919e-01 -1345402800: 1.0850115426e-01 -1345406400: 1.1402942458e-01 -1345410000: 2.6865218969e-01 -1345413600: 2.2822078925e-01 -1345417200: 5.9150024926e-02 -1345420800: 5.6143232251e-02 -1345424400: 5.3057232762e-02 -1345428000: 5.4609658350e-02 -1345431600: 5.8392018019e-02 -1345435200: 5.9197878406e-02 -1345438800: 2.5528746497e-01 -1345442400: 7.2205229389e-02 -1345446000: 7.8657960255e-02 -1345449600: 5.3070952771e-02 -1345453200: 4.6406167215e-02 -1345456800: 3.1855828677e-01 -1345460400: 9.2811248033e-02 -1345464000: 8.9998665621e-02 -1345467600: 1.2352884707e-01 -1345471200: 7.8134901248e-02 -1345474800: 4.6690183967e-02 -1345478400: 4.6097697649e-02 -1345482000: 1.0193881232e-01 -1345485600: 1.3021184747e-01 -1345489200: 1.4233175076e-01 -1345492800: 2.2967884705e-01 -1345496400: 1.1024560934e-01 -1345500000: 6.0271011720e-02 -1345503600: 4.4476391160e-02 -1345507200: 3.9898340435e-02 -1345510800: 5.3360668713e-02 -1345514400: 4.7081491354e-02 -1345518000: 4.5566029437e-02 -1345521600: 5.2993812586e-02 -1345525200: 1.1328962375e-01 -1345528800: 4.5643971420e-02 -1345532400: 5.4423598720e-02 -1345536000: 5.2262173576e-02 -1345539600: 1.9419180976e-01 -1345543200: 4.6636922974e-02 -1345546800: 5.1116645736e-02 -1345550400: 6.0015096837e-02 -1345554000: 6.5284671632e-02 -1345557600: 4.9143179149e-02 -1345561200: 5.7240147619e-02 -1345564800: 8.4385878653e-02 -1345568400: 7.2267877685e-02 -1345572000: 5.3907006819e-02 -1345575600: 5.9849597238e-02 -1345579200: 1.9085403472e-01 -1345582800: 1.7252821140e-01 -1345586400: 3.2085352884e-01 -1345590000: 1.7162447421e-01 -1345593600: 5.9406030761e-02 -1345597200: 5.5899925671e-02 -1345600800: 5.3056573328e-02 -1345604400: 5.5788928629e-02 -1345608000: 5.9154090244e-02 -1345611600: 1.1475477866e-01 -1345615200: 5.4500023497e-02 -1345618800: 5.6375006840e-02 -1345622400: 5.4469889251e-02 -1345626000: 5.0280270964e-02 -1345629600: 6.1921260139e-02 -1345633200: 6.1678791208e-02 -1345636800: 3.8895223803e-02 -1345640400: 5.6659914183e-02 -1345644000: 5.0277713375e-02 -1345647600: 9.8525652911e-02 -1345651200: 9.7266131204e-02 -1345654800: 9.0597568601e-02 -1345658400: 5.4173760230e-02 -1345662000: 1.4726043811e-01 -1345665600: 2.1529397793e-01 -1345669200: 3.1329050189e-01 -1345672800: 3.0142481208e-01 -1345676400: 1.0764904118e-01 -1345680000: 6.0174781472e-02 -1345683600: 5.6218956998e-02 -1345687200: 5.6704510627e-02 -1345690800: 5.5353633332e-02 -1345694400: 7.0268238316e-02 -1345698000: 1.7862088943e-01 -1345701600: 8.1344001577e-02 -1345705200: 5.7584005537e-02 -1345708800: 5.3355165462e-02 -1345712400: 4.8611609474e-02 -1345716000: 2.1739924927e-01 -1345719600: 2.4508302487e-01 -1345723200: 1.8830509374e-01 -1345726800: 1.6629319616e-01 -1345730400: 1.0235631070e-01 -1345734000: 9.1908065462e-02 -1345737600: 1.1972679580e-01 -1345741200: 9.4189549767e-02 -1345744800: 9.0498820194e-02 -1345748400: 6.3264482476e-02 -1345752000: 2.7258048309e-01 -1345755600: 2.5288568222e-01 -1345759200: 1.7394536722e-01 -1345762800: 8.3771067520e-02 -1345766400: 5.9711855243e-02 -1345770000: 5.3585471169e-02 -1345773600: 5.7767035894e-02 -1345777200: 5.8073983073e-02 -1345780800: 5.2499984661e-02 -1345784400: 8.4492110608e-02 -1345788000: 8.9041126450e-02 -1345791600: 2.3476024236e-01 -1345795200: 2.6857423911e-01 -1345798800: 2.5898086384e-01 -1345802400: 2.2272656755e-01 -1345806000: 1.8114118212e-01 -1345809600: 1.2754912022e-01 -1345813200: 6.7197561149e-02 -1345816800: 7.4982596794e-02 -1345820400: 9.0556223325e-02 -1345824000: 1.5106549040e-01 -1345827600: 1.7007527785e-01 -1345831200: 1.7395366038e-01 -1345834800: 7.3479599863e-02 -1345838400: 6.5888254697e-02 -1345842000: 3.4737957334e-01 -1345845600: 2.2894211206e-01 -1345849200: 2.1812588179e-01 -1345852800: 1.3050784580e-01 -1345856400: 5.6666223668e-02 -1345860000: 5.6672915048e-02 -1345863600: 5.1431270952e-02 -1345867200: 5.2452338829e-02 -1345870800: 5.7548096329e-02 -1345874400: 7.3051578536e-02 -1345878000: 8.5002203351e-02 -1345881600: 9.9959895545e-02 -1345885200: 1.0695355721e-01 -1345888800: 2.8829568010e-01 -1345892400: 1.9953118014e-01 -1345896000: 6.5002750311e-02 -1345899600: 4.9941238413e-01 -1345903200: 9.2724252046e-02 -1345906800: 1.5415747539e-01 -1345910400: 3.8676479005e-01 -1345914000: 2.4124987607e-01 -1345917600: 3.9112583690e-01 -1345921200: 1.5986453235e-01 -1345924800: 2.1026783683e-01 -1345928400: 2.0882576587e-01 -1345932000: 1.5470801221e-01 -1345935600: 5.9711964527e-02 -1345939200: 5.9441138713e-02 -1345942800: 6.7234456427e-02 -1345946400: 4.7520975364e-02 -1345950000: 4.6362818406e-02 -1345953600: 8.3990246292e-02 -1345957200: 6.9976847740e-02 -1345960800: 5.0537755481e-02 -1345964400: 7.5491950669e-02 -1345968000: 9.9168164087e-02 -1345971600: 1.9470160415e-01 -1345975200: 1.9831188978e-01 -1345978800: 1.6864125769e-01 -1345982400: 1.6266876874e-01 -1345986000: 1.7451996891e-01 -1345989600: 1.3028458193e-01 -1345993200: 2.1254602718e-01 -1345996800: 1.9170801554e-01 -1346000400: 5.7227182631e-02 -1346004000: 3.4589012479e-01 -1346007600: 2.9113244319e-01 -1346011200: 1.3614463884e-01 -1346014800: 1.4496300082e-01 -1346018400: 1.6459620216e-01 -1346022000: 5.2556523849e-02 -1346025600: 5.0223109867e-02 -1346029200: 5.6292875099e-02 -1346032800: 5.2354892534e-02 -1346036400: 4.9735773488e-02 -1346040000: 6.5460498909e-02 -1346043600: 1.9027320856e-01 -1346047200: 2.3212347154e-01 -1346050800: 2.2323517798e-01 -1346054400: 1.8864303139e-01 -1346058000: 5.0014753984e-02 -1346061600: 5.1647393899e-02 -1346065200: 5.6377126522e-02 -1346068800: 9.9199079089e-02 -1346072400: 5.0276147788e-02 -1346076000: 6.4418980324e-02 -1346079600: 1.0523063412e-01 -1346083200: 7.0600431901e-02 -1346086800: 7.7476506620e-02 -1346090400: 1.0335842082e-01 -1346094000: 1.5598433052e-01 -1346097600: 1.8783269140e-01 -1346101200: 1.5435739771e-01 -1346104800: 1.4918031352e-01 -1346108400: 1.1320328790e-01 -1346112000: 5.3227595440e-02 -1346115600: 5.6165866666e-02 -1346119200: 5.0306968739e-02 -1346122800: 5.0253114423e-02 -1346126400: 5.7762483411e-02 -1346130000: 1.5776753185e-01 -1346133600: 6.2035320972e-02 -1346137200: 5.1079364910e-02 -1346140800: 5.9753245506e-02 -1346144400: 1.8861000186e-01 -1346148000: 4.1397990753e-02 -1346151600: 3.8031045759e-02 -1346155200: 6.5551987640e-02 -1346158800: 7.5549723797e-02 -1346162400: 7.3339153491e-02 -1346166000: 9.1092065041e-02 -1346169600: 1.4027313553e-01 -1346173200: 1.4526425662e-01 -1346176800: 1.5631710328e-01 -1346180400: 2.3942265965e-01 -1346184000: 2.4387564693e-01 -1346187600: 2.2815972891e-01 -1346191200: 2.1088729391e-01 -1346194800: 1.7662722299e-01 -1346198400: 4.9182288480e-02 -1346202000: 5.3147306036e-02 -1346205600: 5.4851849575e-02 -1346209200: 5.8118010041e-02 -1346212800: 6.5348369213e-02 -1346216400: 1.5807337576e-01 -1346220000: 8.8634929569e-02 -1346223600: 5.3617636258e-02 -1346227200: 5.3355898577e-02 -1346230800: 5.5548711346e-02 -1346234400: 5.4431930504e-02 -1346238000: 8.8904779643e-02 -1346241600: 2.0721534269e-01 -1346245200: 2.0901541438e-01 -1346248800: 6.0154492820e-02 -1346252400: 4.9184354613e-02 -1346256000: 5.2089117808e-02 -1346259600: 5.5336753828e-02 -1346263200: 5.3353270294e-02 -1346266800: 4.9724307504e-02 -1346270400: 2.7163246377e-01 -1346274000: 2.0346943007e-01 -1346277600: 1.5946656850e-01 -1346281200: 1.4641961405e-01 -1346284800: 8.1500593665e-02 -1346288400: 6.3334453681e-02 -1346292000: 7.2956258031e-02 -1346295600: 6.5106717822e-02 -1346299200: 5.8895162938e-02 -1346302800: 1.3698498895e-01 -1346306400: 2.1934371080e-01 -1346310000: 1.2007529842e-01 -1346313600: 1.5084688663e-01 -1346317200: 7.7207640830e-02 -1346320800: 1.9510896396e-01 -1346324400: 3.0701580775e-01 -1346328000: 2.9982614227e-01 -1346331600: 1.1311252922e-01 -1346335200: 1.5413649889e-01 -1346338800: 6.6619785642e-02 -1346342400: 6.7243954660e-02 -1346346000: 8.7616425413e-02 -1346349600: 2.0574631089e-01 -1346353200: 3.6736044010e-01 -1346356800: 3.7730698754e-01 -1346360400: 1.6738255341e-01 -1346364000: 1.5718184550e-01 -1346367600: 1.4935416053e-01 -1346371200: 4.5823850062e-02 -1346374800: 4.9705058347e-02 -1346378400: 5.0856623902e-02 -1346382000: 4.5836767902e-02 -1346385600: 6.5710062638e-02 -1346389200: 2.5099410715e-01 -1346392800: 3.1355340004e-01 -1346396400: 7.8890427912e-02 -1346400000: 6.4454414777e-02 -1346403600: 4.6973954201e-02 -1346407200: 4.6372051810e-02 -1346410800: 5.2784433330e-02 -1346414400: 2.7837608632e-01 -1346418000: 8.1629376097e-02 -1346421600: 8.0759836088e-02 -1346425200: 1.3498466018e-01 -1346428800: 6.4815870054e-02 -1346432400: 4.3887681716e-02 -1346436000: 5.2714260192e-02 -1346439600: 4.6425401019e-02 -1346443200: 4.3617253735e-02 -1346446800: 9.8043143596e-02 -1346450400: 1.7922859838e-01 -1346454000: 1.9835192087e-01 -1346457600: 9.2647618198e-02 -1346461200: 4.6700871270e-02 -1346464800: 4.4417459434e-02 -1346468400: 5.0841057110e-02 -1346472000: 4.7821151736e-02 -1346475600: 4.5003068784e-02 -1346479200: 6.7932532305e-02 -1346482800: 1.3058879962e-01 -1346486400: 2.0559146872e-01 -1346490000: 1.3501453939e-01 -1346493600: 1.4109671365e-01 -1346497200: 1.4303754953e-01 -1346500800: 9.9761397118e-02 -1346504400: 5.5881910307e-02 -1346508000: 1.3659522392e-01 -1346511600: 4.2250551374e-01 -1346515200: 2.0444174482e-01 -1346518800: 9.8683129833e-02 -1346522400: 5.4651373367e-02 -1346526000: 9.1968704007e-02 -1346529600: 5.5577319306e-02 -1346533200: 1.2917863588e-01 -1346536800: 3.6831757605e-01 -1346540400: 1.7630631177e-01 -1346544000: 8.7586818282e-02 -1346547600: 6.4117593206e-02 -1346551200: 4.5052227029e-02 -1346554800: 4.0495106428e-02 -1346558400: 5.6645861658e-02 -1346562000: 4.8415506071e-02 -1346565600: 4.8578943482e-02 -1346569200: 1.1418749511e-01 -1346572800: 1.7159016469e-01 -1346576400: 4.1695431940e-01 -1346580000: 2.8716378233e-01 -1346583600: 2.5842216749e-01 -1346587200: 1.0666126990e-01 -1346590800: 1.0939836275e-01 -1346594400: 1.1116722781e-01 -1346598000: 1.0443037757e-01 -1346601600: 1.0525506811e-01 -1346605200: 1.1057757958e-01 -1346608800: 1.1544167204e-01 -1346612400: 3.5249948463e-01 -1346616000: 5.9440532640e-01 -1346619600: 1.7573851949e-01 -1346623200: 1.6809011126e-01 -1346626800: 5.6937243837e-02 -1346630400: 5.1890648215e-02 -1346634000: 4.9770621248e-02 -1346637600: 4.5282664048e-02 -1346641200: 5.0441114705e-02 -1346644800: 5.6724382032e-02 -1346648400: 2.2158167987e-01 -1346652000: 3.1927299546e-01 -1346655600: 7.6698589290e-02 -1346659200: 6.1139203553e-02 -1346662800: 4.3610129878e-02 -1346666400: 7.8192805687e-02 -1346670000: 4.5789339947e-01 -1346673600: 2.9151383838e-01 -1346677200: 2.6321689782e-01 -1346680800: 1.2389069987e-01 -1346684400: 7.6411323471e-02 -1346688000: 1.2679714013e-01 -1346691600: 1.0371224305e-01 -1346695200: 3.5011309506e-01 -1346698800: 2.0258680491e-01 -1346702400: 2.0987673363e-01 -1346706000: 2.2847950247e-01 -1346709600: 2.0626929166e-01 -1346713200: 6.2960515596e-02 -1346716800: 4.7676348457e-02 -1346720400: 4.5049635750e-02 -1346724000: 5.2568092088e-02 -1346727600: 4.6919888656e-02 -1346731200: 4.9953436569e-02 -1346734800: 2.0424923168e-01 -1346738400: 1.2099338320e-01 -1346742000: 1.0257569017e-01 -1346745600: 7.0320728849e-02 -1346749200: 1.9416932332e-01 -1346752800: 2.6275871394e-01 -1346756400: 2.2127739580e-01 -1346760000: 2.2901347197e-01 -1346763600: 1.1413209724e-01 -1346767200: 1.5002531836e-01 -1346770800: 5.1687874862e-02 -1346774400: 4.5290500807e-02 -1346778000: 2.8608558625e-01 -1346781600: 6.9387609136e-02 -1346785200: 2.9928602879e-01 -1346788800: 1.9550743801e-01 -1346792400: 1.9030124226e-01 -1346796000: 1.2298453817e-01 -1346799600: 5.0010418456e-02 -1346803200: 5.4928007215e-02 -1346806800: 5.3695019343e-02 -1346810400: 4.9985391188e-02 -1346814000: 5.2745517612e-02 -1346817600: 5.8043803252e-02 -1346821200: 2.1968910442e-01 -1346824800: 1.5786533906e-01 -1346828400: 4.5853129303e-02 -1346832000: 5.3346424219e-02 -1346835600: 5.3868373636e-02 -1346839200: 5.3919249733e-02 -1346842800: 4.8609323144e-02 -1346846400: 5.3825380907e-02 -1346850000: 7.2807733311e-02 -1346853600: 7.5867659094e-02 -1346857200: 5.6083110132e-02 -1346860800: 5.2799162027e-02 -1346864400: 4.8606780978e-02 -1346868000: 6.4047962146e-02 -1346871600: 1.4250455342e-01 -1346875200: 2.2284994833e-01 -1346878800: 7.5939334627e-02 -1346882400: 1.5246396893e-01 -1346886000: 1.4403227893e-01 -1346889600: 9.2007763163e-02 -1346893200: 6.5278334612e-02 -1346896800: 4.6688671185e-02 -1346900400: 4.4361557311e-02 -1346904000: 5.7544092441e-02 -1346907600: 2.0426871829e-01 -1346911200: 1.5685377614e-01 -1346914800: 5.7769101869e-02 -1346918400: 5.0327995320e-02 -1346922000: 5.2209239597e-02 -1346925600: 9.5663931333e-02 -1346929200: 2.6099307330e-01 -1346932800: 2.2106838706e-01 -1346936400: 1.9367536299e-01 -1346940000: 7.6393036018e-02 -1346943600: 6.5793777640e-02 -1346947200: 7.9459210739e-02 -1346950800: 7.4187145180e-02 -1346954400: 1.4179383308e-01 -1346958000: 2.3363349665e-01 -1346961600: 3.9582037196e-01 -1346965200: 2.1505299333e-01 -1346968800: 7.9193406745e-02 -1346972400: 6.4142212946e-02 -1346976000: 6.6395805690e-02 -1346979600: 6.0837807501e-02 -1346983200: 5.9644834936e-02 -1346986800: 6.5897479084e-02 -1346990400: 6.0051232618e-02 -1346994000: 9.2330693142e-02 -1346997600: 2.0283895010e-01 -1347001200: 9.7364032835e-02 -1347004800: 2.7217863884e-01 -1347008400: 9.6679911753e-02 -1347012000: 7.6411405135e-02 -1347015600: 6.2237576336e-02 -1347019200: 6.7468659102e-02 -1347022800: 1.0903900895e-01 -1347026400: 8.2655227273e-02 -1347030000: 7.3560249964e-02 -1347033600: 8.2810494364e-02 -1347037200: 8.4703584798e-02 -1347040800: 6.3289094685e-02 -1347044400: 1.3008999715e-01 -1347048000: 2.7829636475e-01 -1347051600: 2.8761945463e-01 -1347055200: 2.3074806141e-01 -1347058800: 2.7881258418e-01 -1347062400: 2.2872239715e-01 -1347066000: 6.7340614659e-02 -1347069600: 7.2860144050e-02 -1347073200: 6.7511867552e-02 -1347076800: 6.4110150826e-02 -1347080400: 6.9449552887e-02 -1347084000: 8.3405638299e-02 -1347087600: 9.4177341105e-02 -1347091200: 1.1303544893e-01 -1347094800: 9.1333245191e-02 -1347098400: 2.0447253861e-01 -1347102000: 4.5889644226e-01 -1347105600: 2.6136251527e-01 -1347109200: 9.8377562982e-02 -1347112800: 2.0652908727e-01 -1347116400: 3.6340803351e-01 -1347120000: 1.3502163489e-01 -1347123600: 8.6426087633e-02 -1347127200: 8.1355024014e-02 -1347130800: 1.6324352874e-01 -1347134400: 2.2074502346e-01 -1347138000: 2.1244766843e-01 -1347141600: 2.1277439034e-01 -1347145200: 2.1691356302e-01 -1347148800: 1.1500753641e-01 -1347152400: 6.4974094465e-02 -1347156000: 6.8583119646e-02 -1347159600: 7.1145451970e-02 -1347163200: 6.4747539737e-02 -1347166800: 7.8246621112e-02 -1347170400: 7.4292398754e-02 -1347174000: 5.9971837402e-02 -1347177600: 1.2888664208e-01 -1347181200: 9.0831665447e-02 -1347184800: 1.2635407935e-01 -1347188400: 3.2220661775e-01 -1347192000: 1.2723325111e-01 -1347195600: 1.1028419578e-01 -1347199200: 1.1933501618e-01 -1347202800: 1.1331493870e-01 -1347206400: 2.4791886606e-01 -1347210000: 3.2392771824e-01 -1347213600: 9.2674020795e-02 -1347217200: 2.2248564809e-01 -1347220800: 2.3681991751e-01 -1347224400: 2.0356085823e-01 -1347228000: 1.2216638640e-01 -1347231600: 7.0558720857e-02 -1347235200: 7.9387292852e-02 -1347238800: 6.1052592695e-02 -1347242400: 6.5382645304e-02 -1347246000: 7.4728335592e-02 -1347249600: 6.9994683855e-02 -1347253200: 2.0636898059e-01 -1347256800: 3.1753509028e-01 -1347260400: 2.0141365965e-01 -1347264000: 2.2417221670e-01 -1347267600: 7.3090041845e-02 -1347271200: 1.4940737768e-01 -1347274800: 3.6052194553e-01 -1347278400: 7.5589665884e-02 -1347282000: 7.2528821201e-02 -1347285600: 8.1381221967e-02 -1347289200: 1.0833532163e-01 -1347292800: 9.9978990661e-02 -1347296400: 1.5133592226e-01 -1347300000: 1.1768716714e-01 -1347303600: 2.2626631704e-01 -1347307200: 1.3029568353e-01 -1347310800: 2.2656338163e-01 -1347314400: 3.2007909435e-01 -1347318000: 7.0783434915e-02 -1347321600: 7.2248734568e-02 -1347325200: 6.5582173771e-02 -1347328800: 6.8840676149e-02 -1347332400: 7.2152488613e-02 -1347336000: 6.7880080132e-02 -1347339600: 2.1047715257e-01 -1347343200: 1.7818029854e-01 -1347346800: 4.7794744409e-02 -1347350400: 4.7214141322e-02 -1347354000: 2.0526225378e-01 -1347357600: 5.2782610226e-02 -1347361200: 9.4717424490e-02 -1347364800: 2.0192146782e-01 -1347368400: 2.0003354484e-01 -1347372000: 4.6655604728e-02 -1347375600: 5.1967174717e-02 -1347379200: 4.9700386852e-02 -1347382800: 9.0288156725e-02 -1347386400: 5.1633058540e-02 -1347390000: 2.0983390286e-01 -1347393600: 1.6871535137e-01 -1347397200: 1.6754207029e-01 -1347400800: 2.2697299065e-01 -1347404400: 9.5244074062e-02 -1347408000: 5.0577642260e-02 -1347411600: 4.5026565698e-02 -1347415200: 4.6784667082e-02 -1347418800: 5.0023373037e-02 -1347422400: 4.8938542265e-02 -1347426000: 2.0456841586e-01 -1347429600: 2.0569634701e-01 -1347433200: 5.6422106760e-02 -1347436800: 3.3611729918e-02 -1347440400: 5.1112590207e-02 -1347444000: 4.8604853784e-02 -1347447600: 4.9727630180e-02 -1347451200: 4.4166537897e-02 -1347454800: 5.0471184666e-02 -1347458400: 7.2574613577e-02 -1347462000: 4.3341245860e-02 -1347465600: 6.5732072559e-02 -1347469200: 1.9285822412e-01 -1347472800: 2.7078379361e-01 -1347476400: 1.2725171007e-01 -1347480000: 2.2750172887e-01 -1347483600: 2.0681435225e-01 -1347487200: 1.4639380131e-01 -1347490800: 1.4890246863e-01 -1347494400: 6.8143131466e-02 -1347498000: 6.4409366107e-02 -1347501600: 6.6686251566e-02 -1347505200: 4.7495033974e-02 -1347508800: 6.2540646699e-02 -1347512400: 2.2490089598e-01 -1347516000: 2.1400039571e-01 -1347519600: 5.3647399621e-02 -1347523200: 4.9971046618e-02 -1347526800: 5.2461321783e-02 -1347530400: 4.5335411771e-02 -1347534000: 4.9147549296e-02 -1347537600: 5.1951798309e-02 -1347541200: 5.7489971207e-02 -1347544800: 8.2749079487e-02 -1347548400: 7.0318558980e-02 -1347552000: 9.4725464304e-02 -1347555600: 7.5841153707e-02 -1347559200: 2.2778199013e-01 -1347562800: 3.2893006546e-01 -1347566400: 3.1329043923e-01 -1347570000: 2.9654044405e-01 -1347573600: 2.9150559216e-01 -1347577200: 1.1411218886e-01 -1347580800: 5.7167913163e-02 -1347584400: 4.9775949670e-02 -1347588000: 5.1313064011e-02 -1347591600: 5.8449204599e-02 -1347595200: 4.8611829655e-02 -1347598800: 9.4542339837e-02 -1347602400: 3.4078212004e-01 -1347606000: 3.9610057753e-01 -1347609600: 2.7045144420e-01 -1347613200: 2.4339752114e-01 -1347616800: 1.1052875579e-01 -1347620400: 1.9479925565e-01 -1347624000: 5.5252282554e-02 -1347627600: 5.1415186939e-02 -1347631200: 4.9446643839e-02 -1347634800: 5.7477172446e-02 -1347638400: 8.3604232160e-02 -1347642000: 6.9758099960e-02 -1347645600: 1.3096718399e-01 -1347649200: 2.6275530315e-01 -1347652800: 3.1168346748e-01 -1347656400: 2.4078660595e-01 -1347660000: 1.8247611916e-01 -1347663600: 1.5278360435e-01 -1347667200: 1.4213632554e-01 -1347670800: 7.0776515313e-02 -1347674400: 5.7462273358e-02 -1347678000: 5.1723171798e-02 -1347681600: 5.0303975445e-02 -1347685200: 1.0441737062e-01 -1347688800: 1.8248009519e-01 -1347692400: 1.3808119910e-01 -1347696000: 7.6700988203e-02 -1347699600: 4.9182152591e-02 -1347703200: 5.9726169845e-02 -1347706800: 6.4091410497e-02 -1347710400: 8.0056699326e-02 -1347714000: 1.2446202821e-01 -1347717600: 4.9417428931e-02 -1347721200: 5.0003022841e-02 -1347724800: 4.3352042396e-02 -1347728400: 7.1890340223e-02 -1347732000: 1.5303061219e-01 -1347735600: 4.4201099617e-02 -1347739200: 4.3833267986e-02 -1347742800: 4.9474249498e-02 -1347746400: 6.1493653058e-02 -1347750000: 1.9878742810e-01 -1347753600: 5.9427704777e-02 -1347757200: 5.2234939317e-02 -1347760800: 4.8609726642e-02 -1347764400: 5.1381901890e-02 -1347768000: 5.4199791090e-02 -1347771600: 4.8334698494e-02 -1347775200: 4.8358351777e-02 -1347778800: 6.7764732338e-02 -1347782400: 9.2582866208e-02 -1347786000: 1.1887460380e-01 -1347789600: 3.9272016530e-01 -1347793200: 3.5827671018e-01 -1347796800: 1.4114205759e-01 -1347800400: 9.7801292051e-02 -1347804000: 8.8562488196e-02 -1347807600: 8.9197485969e-02 -1347811200: 8.5820259723e-02 -1347814800: 2.6582599928e-01 -1347818400: 2.9070747935e-01 -1347822000: 1.9668848494e-01 -1347825600: 2.4068291192e-01 -1347829200: 1.8057296962e-01 -1347832800: 1.7453585169e-01 -1347836400: 2.0454850297e-01 -1347840000: 7.2501489557e-02 -1347843600: 5.4659813240e-02 -1347847200: 6.3676356414e-02 -1347850800: 4.5601007663e-02 -1347854400: 4.9369681246e-02 -1347858000: 2.2025927754e-01 -1347861600: 3.7848678277e-01 -1347865200: 2.0523484913e-01 -1347868800: 2.0974035951e-01 -1347872400: 5.1115547552e-02 -1347876000: 1.1129787836e-01 -1347879600: 3.8690373556e-01 -1347883200: 1.0929220846e-01 -1347886800: 9.5302001080e-02 -1347890400: 7.4383581661e-02 -1347894000: 8.6712510863e-02 -1347897600: 6.3464397366e-02 -1347901200: 8.3215818445e-02 -1347904800: 1.2391810582e-01 -1347908400: 2.5933545331e-01 -1347912000: 4.1879173761e-01 -1347915600: 3.8388072119e-01 -1347919200: 3.5435567346e-01 -1347922800: 1.1659189407e-01 -1347926400: 5.8054374250e-02 -1347930000: 5.3375707364e-02 -1347933600: 5.1055178162e-02 -1347937200: 5.7190797471e-02 -1347940800: 5.3674742457e-02 -1347944400: 2.0167799114e-01 -1347948000: 1.9612485202e-01 -1347951600: 2.7071223553e-01 -1347955200: 1.3125856300e-01 -1347958800: 2.0358674925e-01 -1347962400: 1.4534800931e-01 -1347966000: 1.7772767732e-01 -1347969600: 4.9420441674e-02 -1347973200: 5.0848524287e-02 -1347976800: 5.0282875972e-02 -1347980400: 5.9160853628e-02 -1347984000: 4.0292846122e-02 -1347987600: 1.3068293082e-01 -1347991200: 1.5658816018e-01 -1347994800: 1.3126915847e-01 -1347998400: 3.8800315124e-01 -1348002000: 3.8452750808e-01 -1348005600: 2.4297451698e-01 -1348009200: 7.2237040715e-02 -1348012800: 4.8665783412e-02 -1348016400: 4.8865880351e-02 -1348020000: 5.4686586435e-02 -1348023600: 4.9808840854e-02 -1348027200: 4.9974823744e-02 -1348030800: 1.9247935976e-01 -1348034400: 1.8281113531e-01 -1348038000: 4.7260138356e-02 -1348041600: 4.9402836386e-02 -1348045200: 5.2514169474e-02 -1348048800: 6.1672884978e-02 -1348052400: 4.1406629882e-02 -1348056000: 4.5267516442e-02 -1348059600: 8.0208952384e-02 -1348063200: 7.9802249100e-02 -1348066800: 6.5259243003e-02 -1348070400: 1.1747815831e-01 -1348074000: 2.0742345198e-01 -1348077600: 2.1507759169e-01 -1348081200: 2.1923239364e-01 -1348084800: 1.8780983920e-01 -1348088400: 2.4165733581e-01 -1348092000: 2.0703739830e-01 -1348095600: 1.0730832515e-01 -1348099200: 5.1056492733e-02 -1348102800: 5.5863443396e-02 -1348106400: 5.1418810071e-02 -1348110000: 4.9443342770e-02 -1348113600: 5.6531675376e-02 -1348117200: 2.2233719808e-01 -1348120800: 1.6863445539e-01 -1348124400: 4.2790666934e-02 -1348128000: 5.0301416667e-02 -1348131600: 4.5285161493e-02 -1348135200: 4.2497524583e-02 -1348138800: 4.9987017243e-02 -1348142400: 4.8624408755e-02 -1348146000: 4.2777188133e-02 -1348149600: 4.9432490486e-02 -1348153200: 1.0344910062e-01 -1348156800: 3.8239377744e-01 -1348160400: 7.0527987776e-02 -1348164000: 9.6343168659e-02 -1348167600: 1.9108039685e-01 -1348171200: 3.1111385096e-01 -1348174800: 2.8935877381e-01 -1348178400: 2.0048867330e-01 -1348182000: 1.2410433292e-01 -1348185600: 7.4404786037e-02 -1348189200: 4.3378011670e-02 -1348192800: 3.5502573653e-02 -1348196400: 5.1152877838e-02 -1348200000: 4.7526985766e-02 -1348203600: 8.3431265087e-02 -1348207200: 2.5060933115e-01 -1348210800: 3.1039707296e-01 -1348214400: 7.1388891240e-02 -1348218000: 7.4443561170e-02 -1348221600: 4.9185984410e-01 -1348225200: 3.6640345790e-01 -1348228800: 1.6314376267e-01 -1348232400: 9.6098089198e-02 -1348236000: 9.3586789377e-02 -1348239600: 1.7667070233e-01 -1348243200: 1.2886084522e-01 -1348246800: 1.2280946703e-01 -1348250400: 5.1634449481e-02 -1348254000: 5.9998962578e-02 -1348257600: 3.8660967877e-02 -1348261200: 4.1913789592e-02 -1348264800: 3.6767523933e-01 -1348268400: 1.7929918727e-01 -1348272000: 5.1009144175e-02 -1348275600: 5.2879580901e-02 -1348279200: 4.6880740226e-02 -1348282800: 4.9359260874e-02 -1348286400: 5.3335352937e-02 -1348290000: 4.7277096652e-02 -1348293600: 6.6898446607e-02 -1348297200: 1.1804725161e-01 -1348300800: 1.2139466934e-01 -1348304400: 9.5508812582e-02 -1348308000: 1.3945257154e-01 -1348311600: 4.6685523941e-01 -1348315200: 4.1742731742e-01 -1348318800: 4.1904186442e-01 -1348322400: 3.1887245137e-01 -1348326000: 2.1755408198e-01 -1348329600: 3.0389742079e-01 -1348333200: 6.4155759732e-01 -1348336800: 3.6487692233e-01 -1348340400: 2.2753123836e-01 -1348344000: 2.0777051681e-01 -1348347600: 2.1026429562e-01 -1348351200: 2.2458252606e-01 -1348354800: 1.9929428297e-01 -1348358400: 5.1112219209e-02 -1348362000: 5.4386689147e-02 -1348365600: 5.5559340681e-02 -1348369200: 5.1404127526e-02 -1348372800: 5.8313408661e-02 -1348376400: 6.3616817116e-02 -1348380000: 1.1748279818e-01 -1348383600: 1.5287732712e-01 -1348387200: 4.7488433826e-02 -1348390800: 5.4145546912e-02 -1348394400: 4.8340997969e-02 -1348398000: 4.8329217707e-02 -1348401600: 5.3621525420e-02 -1348405200: 4.7235007548e-02 -1348408800: 4.8870773230e-02 -1348412400: 5.5544698051e-02 -1348416000: 4.7535399023e-02 -1348419600: 1.3049898213e-01 -1348423200: 1.6580008631e-01 -1348426800: 4.8923521954e-01 -1348430400: 3.6444414247e-01 -1348434000: 1.9248138874e-01 -1348437600: 1.7736043780e-01 -1348441200: 9.7336823092e-02 -1348444800: 5.8060996005e-02 -1348448400: 3.8061587877e-02 -1348452000: 5.2438371776e-02 -1348455600: 5.3093180616e-02 -1348459200: 5.6118410039e-02 -1348462800: 1.8315857265e-01 -1348466400: 2.1817999857e-01 -1348470000: 5.6777755157e-02 -1348473600: 4.9143808908e-02 -1348477200: 5.3623868170e-02 -1348480800: 5.5295519901e-02 -1348484400: 4.9445034325e-02 -1348488000: 5.1071925849e-02 -1348491600: 5.7519238994e-02 -1348495200: 5.0840657956e-02 -1348498800: 4.9442867452e-02 -1348502400: 1.8657890233e-01 -1348506000: 1.6476609434e-01 -1348509600: 2.5308401516e-01 -1348513200: 2.3168653932e-01 -1348516800: 1.9540114008e-01 -1348520400: 1.2927432974e-01 -1348524000: 5.4986223945e-02 -1348527600: 5.2816194003e-02 -1348531200: 4.6638495629e-02 -1348534800: 5.1388543018e-02 -1348538400: 5.0310164734e-02 -1348542000: 4.6387366423e-02 -1348545600: 5.4647552927e-02 -1348549200: 1.8487526526e-01 -1348552800: 1.1935547562e-01 -1348556400: 5.4701033024e-02 -1348560000: 5.0894754323e-02 -1348563600: 1.7777301852e-01 -1348567200: 4.8303934447e-02 -1348570800: 4.4479035228e-02 -1348574400: 4.3049736676e-02 -1348578000: 4.7198823101e-02 -1348581600: 4.8051668607e-02 -1348585200: 5.6960859630e-02 -1348588800: 3.2791376364e-02 -1348592400: 1.0285053818e-01 -1348596000: 2.4301919623e-01 -1348599600: 2.5350340966e-01 -1348603200: 2.7736269504e-01 -1348606800: 2.2973095627e-01 -1348610400: 1.6316760512e-01 -1348614000: 1.2028696366e-01 -1348617600: 4.4223456423e-02 -1348621200: 4.3039702206e-02 -1348624800: 4.9676072409e-02 -1348628400: 4.5595452865e-02 -1348632000: 4.4441803478e-02 -1348635600: 1.8704506037e-01 -1348639200: 2.5288822569e-01 -1348642800: 1.9147667044e-01 -1348646400: 1.9195113071e-01 -1348650000: 4.8603799891e-02 -1348653600: 1.8350383112e-01 -1348657200: 2.4842755843e-01 -1348660800: 5.3075714483e-02 -1348664400: 7.3601944692e-02 -1348668000: 7.3897684475e-02 -1348671600: 9.7984632322e-02 -1348675200: 6.5094728277e-02 -1348678800: 1.8143008265e-01 -1348682400: 1.9730944982e-01 -1348686000: 1.9349939701e-01 -1348689600: 1.7417758877e-01 -1348693200: 2.2650498930e-01 -1348696800: 1.9464210781e-01 -1348700400: 6.5461554177e-02 -1348704000: 6.1322980252e-02 -1348707600: 5.9204685863e-02 -1348711200: 5.5286172332e-02 -1348714800: 5.7716296473e-02 -1348718400: 6.1695355300e-02 -1348722000: 2.4495707620e-01 -1348725600: 1.5790158693e-01 -1348729200: 4.0273506692e-02 -1348732800: 4.9709054965e-02 -1348736400: 4.8901373759e-02 -1348740000: 4.2229363394e-02 -1348743600: 4.5534609174e-02 -1348747200: 5.2515827461e-02 -1348750800: 4.4129068904e-02 -1348754400: 4.5849356838e-02 -1348758000: 5.8878243606e-02 -1348761600: 1.1441387328e-01 -1348765200: 4.8921044174e-02 -1348768800: 2.6445763732e-01 -1348772400: 2.4087440595e-01 -1348776000: 4.4905604012e-01 -1348779600: 3.3582246249e-01 -1348783200: 7.3914030749e-02 -1348786800: 1.4840553403e-01 -1348790400: 2.1528320945e-01 -1348794000: 1.3409218410e-01 -1348797600: 3.8655274134e-02 -1348801200: 5.1943572646e-02 -1348804800: 4.7781682729e-02 -1348808400: 9.1632154818e-02 -1348812000: 1.3471611925e-01 -1348815600: 7.3336774250e-02 -1348819200: 2.7389725253e-01 -1348822800: 8.2508578843e-02 -1348826400: 1.7896168050e-01 -1348830000: 1.8018025855e-01 -1348833600: 2.4530445345e-01 -1348837200: 3.1569376384e-01 -1348840800: 1.9018081836e-01 -1348844400: 4.9984208793e-02 -1348848000: 4.9180981457e-02 -1348851600: 8.3480257005e-02 -1348855200: 2.0607909030e-01 -1348858800: 1.9705612263e-01 -1348862400: 4.9879535570e-02 -1348866000: 1.2147852684e-01 -1348869600: 1.9028357725e-01 -1348873200: 5.6139283606e-02 -1348876800: 5.3470539299e-02 -1348880400: 5.9802491166e-02 -1348884000: 5.1144434870e-02 -1348887600: 5.2782034190e-02 -1348891200: 5.8350108227e-02 -1348894800: 5.5030966009e-02 -1348898400: 1.0081299819e-01 -1348902000: 5.3533374362e-02 -1348905600: 8.5094328224e-02 -1348909200: 7.9571655522e-02 -1348912800: 1.0569744181e-01 -1348916400: 7.1705237500e-02 -1348920000: 3.8602772243e-02 -1348923600: 1.1001987416e-01 -1348927200: 1.1737228976e-01 -1348930800: 1.0861409795e-01 -1348934400: 1.4977960654e-01 -1348938000: 6.6911209789e-02 -1348941600: 5.1981877726e-02 -1348945200: 5.3028195279e-02 -1348948800: 5.0047993830e-02 -1348952400: 4.6643556030e-02 -1348956000: 5.2470219661e-02 -1348959600: 9.5310089512e-02 -1348963200: 7.7232672686e-02 -1348966800: 4.1662134949e-02 -1348970400: 3.7822470439e-02 -1348974000: 3.5250378775e-02 -1348977600: 4.2201047087e-02 -1348981200: 3.7796726205e-02 -1348984800: 3.5260589755e-02 -1348988400: 4.4980528955e-02 -1348992000: 1.5226924972e-01 -1348995600: 1.5587828881e-01 -1348999200: 2.8152290069e-01 -1349002800: 1.7312902136e-01 -1349006400: 1.5138383102e-01 -1349010000: 4.0560420284e-01 -1349013600: 8.1644309737e-02 -1349017200: 5.0020986204e-02 -1349020800: 7.4349523827e-02 -1349024400: 1.9993257828e-01 -1349028000: 4.6695966095e-01 -1349031600: 1.6661363428e-01 -1349035200: 1.6940215743e-01 -1349038800: 3.2929924547e-01 -1349042400: 1.9012104429e-01 -1349046000: 2.8155611260e-01 -1349049600: 4.1490149729e-02 -1349053200: 3.8860609339e-02 -1349056800: 4.4396337057e-02 -1349060400: 4.5329288849e-02 -1349064000: 3.9719206582e-02 -1349067600: 1.5091761022e-01 -1349071200: 2.0460772960e-01 -1349074800: 9.3583255668e-02 -1349078400: 1.1385929928e-01 -1349082000: 8.5364285145e-02 -1349085600: 1.7833291153e-01 -1349089200: 1.5132826767e-01 -1349092800: 4.3338314756e-01 -1349096400: 2.8776860087e-01 -1349100000: 1.0197526885e-01 -1349103600: 8.6108423279e-02 -1349107200: 3.1912017375e-01 -1349110800: 1.9763480357e-01 -1349114400: 3.7167863169e-01 -1349118000: 3.1831664522e-01 -1349121600: 1.9303437847e-01 -1349125200: 1.7224657459e-01 -1349128800: 2.4026407354e-01 -1349132400: 6.7935828150e-02 -1349136000: 5.5760148174e-02 -1349139600: 5.7313525471e-02 -1349143200: 4.0577328217e-02 -1349146800: 5.2777692189e-02 -1349150400: 5.3002233391e-02 -1349154000: 1.0324640493e-01 -1349157600: 1.5783059521e-01 -1349161200: 9.5651453862e-02 -1349164800: 5.8631494355e-02 -1349168400: 1.8055904741e-01 -1349172000: 3.1884736511e-01 -1349175600: 5.9755959334e-02 -1349179200: 5.1389067826e-02 -1349182800: 5.0249954358e-02 -1349186400: 4.7803616073e-02 -1349190000: 4.4174362629e-02 -1349193600: 4.7202753991e-02 -1349197200: 4.9067948179e-02 -1349200800: 1.8287906977e-01 -1349204400: 2.1042746339e-01 -1349208000: 2.3729138976e-01 -1349211600: 3.2953483413e-01 -1349215200: 3.2652075414e-01 -1349218800: 1.3589608412e-01 -1349222400: 4.5043325185e-02 -1349226000: 4.4393291951e-02 -1349229600: 5.0020166428e-02 -1349233200: 4.4179875502e-02 -1349236800: 4.6287983396e-02 -1349240400: 1.5686194341e-01 -1349244000: 1.5629710846e-01 -1349247600: 5.0834994931e-02 -1349251200: 4.8073570379e-02 -1349254800: 4.2105124977e-02 -1349258400: 4.4545122553e-02 -1349262000: 4.8634787891e-02 -1349265600: 4.3064599102e-02 -1349269200: 4.2910817293e-02 -1349272800: 6.0127097400e-02 -1349276400: 1.0388641767e-01 -1349280000: 4.1692400867e-02 -1349283600: 8.5588031250e-02 -1349287200: 1.7726983129e-01 -1349290800: 1.1837319664e-01 -1349294400: 1.0985948074e-01 -1349298000: 1.9781661554e-01 -1349301600: 2.1240155522e-01 -1349305200: 8.6436667724e-02 -1349308800: 4.4724551033e-02 -1349312400: 4.5176745952e-02 -1349316000: 4.9734458802e-02 -1349319600: 4.3976866203e-02 -1349323200: 4.5225485339e-02 -1349326800: 2.5267927925e-01 -1349330400: 1.8822826901e-01 -1349334000: 4.1388788098e-02 -1349337600: 4.7207168845e-02 -1349341200: 4.7235789005e-02 -1349344800: 4.9733490051e-02 -1349348400: 3.2227131976e-02 -1349352000: 4.5546874704e-02 -1349355600: 4.7208903368e-02 -1349359200: 4.7511849712e-02 -1349362800: 5.0833489682e-02 -1349366400: 5.9674485184e-02 -1349370000: 3.2755302386e-01 -1349373600: 3.9144564618e-01 -1349377200: 2.4950548441e-01 -1349380800: 2.3570698073e-01 -1349384400: 3.1002931605e-01 -1349388000: 2.7601464831e-01 -1349391600: 1.1641606738e-01 -1349395200: 5.2775867516e-02 -1349398800: 5.6644101620e-02 -1349402400: 5.7821798340e-02 -1349406000: 5.2467161362e-02 -1349409600: 5.6536685066e-02 -1349413200: 2.2096352541e-01 -1349416800: 3.8797017277e-01 -1349420400: 1.7308346263e-01 -1349424000: 1.6560787350e-01 -1349427600: 1.4054447549e-01 -1349431200: 2.2109932942e-01 -1349434800: 1.4362911805e-01 -1349438400: 1.3916927849e-01 -1349442000: 1.4438096176e-01 -1349445600: 1.4588184834e-01 -1349449200: 1.3860954412e-01 -1349452800: 1.1144418326e-01 -1349456400: 9.1383382363e-02 -1349460000: 2.6473101036e-01 -1349463600: 4.0518074045e-01 -1349467200: 2.5289005405e-01 -1349470800: 1.8519063269e-01 -1349474400: 1.8229052332e-01 -1349478000: 4.7726537194e-02 -1349481600: 5.8886001687e-02 -1349485200: 3.8030804888e-02 -1349488800: 4.4757636018e-02 -1349492400: 4.6151967546e-02 -1349496000: 4.3834891476e-02 -1349499600: 9.1585055836e-02 -1349503200: 8.0947809415e-02 -1349506800: 9.9443430282e-02 -1349510400: 1.0502743355e-01 -1349514000: 6.6400721005e-02 -1349517600: 7.2163344500e-02 -1349521200: 1.3394103118e-01 -1349524800: 1.4939532095e-01 -1349528400: 9.5340378608e-02 -1349532000: 5.3721135092e-01 -1349535600: 3.1470577032e-01 -1349539200: 1.7072404913e-01 -1349542800: 1.6006158186e-01 -1349546400: 6.0859167314e-02 -1349550000: 3.6134796827e-02 -1349553600: 4.8339746580e-02 -1349557200: 4.4723021740e-02 -1349560800: 5.0499452207e-02 -1349564400: 1.6008086359e-01 -1349568000: 8.4885510294e-02 -1349571600: 5.1176024219e-02 -1349575200: 4.5017246781e-02 -1349578800: 4.5496690070e-02 -1349582400: 5.5561467639e-02 -1349586000: 4.3388202905e-02 -1349589600: 5.4599422268e-02 -1349593200: 8.7882695041e-02 -1349596800: 1.2872551033e-01 -1349600400: 1.7367487703e-01 -1349604000: 1.6506918690e-01 -1349607600: 1.5667750040e-01 -1349611200: 1.0863767477e-01 -1349614800: 4.9762305961e-02 -1349618400: 3.4993173338e-02 -1349622000: 5.2190782789e-02 -1349625600: 5.0841924688e-02 -1349629200: 5.3153845600e-02 -1349632800: 3.5622770252e-01 -1349636400: 1.6327186408e-01 -1349640000: 1.7015223667e-01 -1349643600: 2.0199224476e-01 -1349647200: 1.4631602887e-01 -1349650800: 4.3610114134e-02 -1349654400: 4.8280268547e-02 -1349658000: 4.7544931902e-02 -1349661600: 4.3339531703e-02 -1349665200: 4.6366007487e-02 -1349668800: 4.8914677753e-02 -1349672400: 1.0232892601e-01 -1349676000: 2.0496710295e-01 -1349679600: 2.6579480082e-01 -1349683200: 2.7535071572e-01 -1349686800: 4.3785735820e-01 -1349690400: 1.1873824129e-01 -1349694000: 1.3355959977e-01 -1349697600: 4.7250440692e-02 -1349701200: 4.1959841203e-02 -1349704800: 4.1665106660e-02 -1349708400: 8.6317796310e-02 -1349712000: 1.3307043097e-01 -1349715600: 1.9046157599e-01 -1349719200: 2.3085848800e-01 -1349722800: 1.9907497255e-01 -1349726400: 1.8751496495e-01 -1349730000: 1.7882410212e-01 -1349733600: 1.8584753037e-01 -1349737200: 1.1939658385e-01 -1349740800: 4.9110632541e-02 -1349744400: 5.4983732421e-02 -1349748000: 5.4191687534e-02 -1349751600: 5.3349619843e-02 -1349755200: 3.9165274677e-02 -1349758800: 1.7909390910e-01 -1349762400: 2.7947669299e-01 -1349766000: 3.4044247068e-01 -1349769600: 3.4951117425e-01 -1349773200: 2.5136885872e-01 -1349776800: 2.4718904705e-01 -1349780400: 1.6264937965e-01 -1349784000: 1.3217016327e-01 -1349787600: 1.0869709030e-01 -1349791200: 9.5528049119e-02 -1349794800: 1.1522561345e-01 -1349798400: 8.8361760588e-02 -1349802000: 1.7342823074e-01 -1349805600: 4.3716123355e-01 -1349809200: 2.8791052466e-01 -1349812800: 5.3635477913e-01 -1349816400: 6.1248662006e-01 -1349820000: 2.7021132334e-01 -1349823600: 4.2201712377e-02 -1349827200: 3.3308339392e-02 -1349830800: 4.0514429340e-02 -1349834400: 3.4746915021e-02 -1349838000: 3.4738354916e-02 -1349841600: 1.1232363943e-01 -1349845200: 8.0775701250e-02 -1349848800: 3.1514125560e-02 -1349852400: 3.2940035450e-02 -1349856000: 2.7791790451e-02 -1349859600: 3.4149292535e-02 -1349863200: 3.3342009408e-02 -1349866800: 2.7508288600e-02 -1349870400: 3.1658555820e-02 -1349874000: 3.3887622554e-02 -1349877600: 3.2756860336e-02 -1349881200: 3.0030690324e-02 -1349884800: 2.1083951473e-02 -1349888400: 3.5233263922e-02 -1349892000: 3.3114896753e-02 -1349895600: 2.7169384215e-02 -1349899200: 3.3360320339e-02 -1349902800: 2.8081792145e-02 -1349906400: 2.6361860595e-02 -1349910000: 3.3589211395e-02 -1349913600: 2.8334452127e-02 -1349917200: 2.6416365092e-02 -1349920800: 3.3260897840e-02 -1349924400: 2.8701973986e-02 -1349928000: 2.6390444323e-02 -1349931600: 3.2443976001e-02 -1349935200: 3.0325646569e-02 -1349938800: 2.6407956007e-02 -1349942400: 3.3031705656e-02 -1349946000: 3.0024268906e-02 -1349949600: 3.4966906889e-02 -1349953200: 2.3366502527e-02 -1349956800: 3.0278127610e-02 -1349960400: 2.6388209791e-02 -1349964000: 3.1377275572e-02 -1349967600: 3.0560064613e-02 -1349971200: 2.6954392464e-02 -1349974800: 3.0763399376e-02 -1349978400: 3.1166697618e-02 -1349982000: 2.6388052580e-02 -1349985600: 2.9423328584e-02 -1349989200: 3.2523486694e-02 -1349992800: 2.6371221321e-02 -1349996400: 2.7979023495e-02 -1350000000: 3.3088928272e-02 -1350003600: 2.7268793151e-02 -1350007200: 2.6675459195e-02 -1350010800: 3.3563048227e-02 -1350014400: 2.8659048106e-02 -1350018000: 2.6379719492e-02 -1350021600: 4.1651926964e-02 -1350025200: 1.7238735241e-02 -1350028800: 3.0301089208e-02 -1350032400: 2.7195351276e-02 -1350036000: 3.3207882475e-02 -1350039600: 2.7375323250e-02 -1350043200: 2.9424422909e-02 -1350046800: 3.3331648289e-02 -1350050400: 2.6374766954e-02 -1350054000: 2.9456996358e-02 -1350057600: 3.4160913703e-02 -1350061200: 2.6403686258e-02 -1350064800: 2.7728141235e-02 -1350068400: 3.3082531745e-02 -1350072000: 2.7522912031e-02 -1350075600: 2.6387498423e-02 -1350079200: 3.2737157915e-02 -1350082800: 2.8653003883e-02 -1350086400: 2.6372174876e-02 -1350090000: 3.1633385142e-02 -1350093600: 3.6148529632e-02 -1350097200: 1.7512872122e-02 -1350100800: 3.0557634677e-02 -1350104400: 3.2676772165e-02 -1350108000: 3.0369386815e-02 -1350111600: 2.6407497884e-02 -1350115200: 3.4158243172e-02 -1350118800: 2.9990951401e-02 -1350122400: 2.6129036707e-02 -1350126000: 3.1918379705e-02 -1350129600: 2.9473693763e-02 -1350133200: 2.6941519003e-02 -1350136800: 3.1090940821e-02 -1350140400: 3.1132520662e-02 -1350144000: 2.6945975235e-02 -1350147600: 2.8846949898e-02 -1350151200: 3.2759408750e-02 -1350154800: 2.6708931199e-02 -1350158400: 2.6391211240e-02 -1350162000: 4.0781632569e-02 -1350165600: 3.3939839637e-02 -1350169200: 1.7500223408e-02 -1350172800: 3.0780054868e-02 -1350176400: 3.3640135525e-02 -1350180000: 2.7801779443e-02 -1350183600: 2.6364324234e-02 -1350187200: 3.3283161417e-02 -1350190800: 2.7538746259e-02 -1350194400: 2.5860773530e-02 -1350198000: 3.3613026898e-02 -1350201600: 2.7794530605e-02 -1350205200: 2.8863835555e-02 -1350208800: 3.2529650959e-02 -1350212400: 2.6110767314e-02 -1350216000: 2.9136116926e-02 -1350219600: 5.9472944603e-02 -1350223200: 2.6338952616e-02 -1350226800: 2.9392480437e-02 -1350230400: 3.6245707716e-02 -1350234000: 3.2688871604e-02 -1350237600: 2.3932090265e-02 -1350241200: 2.6631578342e-02 -1350244800: 3.2258673039e-02 -1350248400: 2.6110857829e-02 -1350252000: 3.1613655164e-02 -1350255600: 2.8941095994e-02 -1350259200: 2.5834583950e-02 -1350262800: 3.2408289529e-02 -1350266400: 2.8424949114e-02 -1350270000: 2.5836442590e-02 -1350273600: 3.2197411625e-02 -1350277200: 2.8353733805e-02 -1350280800: 2.5835412470e-02 -1350284400: 3.1920241853e-02 -1350288000: 2.8367016054e-02 -1350291600: 2.5812198024e-02 -1350295200: 3.0848539236e-02 -1350298800: 3.1955328037e-02 -1350302400: 2.5832919703e-02 -1350306000: 3.0542881901e-02 -1350309600: 3.3615128152e-02 -1350313200: 1.7197961389e-02 -1350316800: 3.1383873488e-02 -1350320400: 3.3606174587e-02 -1350324000: 2.6140209124e-02 -1350327600: 2.9117762919e-02 -1350331200: 3.0882890905e-02 -1350334800: 2.5832510789e-02 -1350338400: 2.9949419697e-02 -1350342000: 2.9771887859e-02 -1350345600: 2.5832103973e-02 -1350349200: 3.0780733324e-02 -1350352800: 2.9197760194e-02 -1350356400: 2.5857830546e-02 -1350360000: 3.1051612949e-02 -1350363600: 2.8668547118e-02 -1350367200: 1.0902469505e-01 -1350370800: 4.1025938691e-01 -1350374400: 3.2272763104e-01 -1350378000: 1.9577022073e-01 -1350381600: 4.2508621003e-02 -1350385200: 2.4992093540e-02 -1350388800: 3.9732374052e-02 -1350392400: 3.6901152924e-02 -1350396000: 3.8082277205e-02 -1350399600: 3.3063069623e-02 -1350403200: 3.7187187090e-02 -1350406800: 3.7505053881e-02 -1350410400: 3.3059951862e-02 -1350414000: 3.7197398232e-02 -1350417600: 3.6686614450e-02 -1350421200: 3.2780816680e-02 -1350424800: 3.6641751009e-02 -1350428400: 3.7243765668e-02 -1350432000: 3.3023422189e-02 -1350435600: 3.6666504977e-02 -1350439200: 3.7810619453e-02 -1350442800: 3.3059752172e-02 -1350446400: 3.6635520574e-02 -1350450000: 3.7804263530e-02 -1350453600: 3.2814995505e-02 -1350457200: 4.3044518570e-02 -1350460800: 2.5000350370e-02 -1350464400: 3.7221561066e-02 -1350468000: 3.5808922924e-02 -1350471600: 3.8913258318e-02 -1350475200: 3.4036543949e-02 -1350478800: 3.9002606450e-02 -1350482400: 3.7524991094e-02 -1350486000: 3.3616423351e-02 -1350489600: 4.2458182038e-02 -1350493200: 3.7806237683e-02 -1350496800: 3.3054230418e-02 -1350500400: 3.7423075079e-02 -1350504000: 3.7830628721e-02 -1350507600: 3.2801718810e-02 -1350511200: 3.2453501584e-02 -1350514800: 3.1714602551e-02 -1350518400: 2.5818068080e-02 -1350522000: 2.7739702928e-02 -1350525600: 3.2531819017e-02 -1350529200: 3.1799223411e-02 -1350532800: 2.1276906590e-02 -1350536400: 2.8282695543e-02 -1350540000: 2.8096162101e-02 -1350543600: 2.6667086310e-02 -1350547200: 3.2793688081e-02 -1350550800: 2.6119640051e-02 -1350554400: 2.6918713056e-02 -1350558000: 1.0942555350e-01 -1350561600: 5.3076411962e-02 -1350565200: 1.0163321104e-01 -1350568800: 1.0499526005e-01 -1350572400: 1.7832908527e-01 -1350576000: 1.2779156062e-01 -1350579600: 7.4412660850e-02 -1350583200: 5.1157036752e-02 -1350586800: 5.2454461245e-02 -1350590400: 5.3378451763e-02 -1350594000: 4.6944722840e-02 -1350597600: 4.3248319250e-01 -1350601200: 1.8777678454e-01 -1350604800: 7.4858863078e-02 -1350608400: 4.1495271205e-02 -1350612000: 5.5549370625e-02 -1350615600: 4.9210007318e-02 -1350619200: 4.8025760883e-02 -1350622800: 5.4693648330e-02 -1350626400: 9.2384648248e-02 -1350630000: 2.4985938684e-01 -1350633600: 1.3723501222e-01 -1350637200: 2.0821832349e-01 -1350640800: 2.0407005595e-01 -1350644400: 1.8888883945e-01 -1350648000: 8.9716016131e-02 -1350651600: 7.5508421926e-02 -1350655200: 7.0590885779e-02 -1350658800: 6.9161087865e-02 -1350662400: 9.2498932914e-02 -1350666000: 1.5443901739e-01 -1350669600: 1.6804392943e-01 -1350673200: 2.0584337204e-01 -1350676800: 3.8274809085e-01 -1350680400: 2.3595863919e-01 -1350684000: 2.7785087710e-01 -1350687600: 1.7885727062e-01 -1350691200: 1.3940299002e-01 -1350694800: 5.8499051396e-02 -1350698400: 5.5547507687e-02 -1350702000: 6.2725392501e-02 -1350705600: 5.5638649864e-02 -1350709200: 4.6619853385e-02 -1350712800: 5.3293215189e-02 -1350716400: 4.7049547744e-02 -1350720000: 4.6932120410e-02 -1350723600: 6.1063850471e-02 -1350727200: 1.0779734577e-01 -1350730800: 2.0207711450e-01 -1350734400: 1.3271425150e-01 -1350738000: 3.3717384355e-01 -1350741600: 6.3876115747e-02 -1350745200: 8.2519673550e-02 -1350748800: 4.0559307457e-02 -1350752400: 5.3300995489e-02 -1350756000: 1.3441345606e-01 -1350759600: 5.6670553544e-02 -1350763200: 4.8911845248e-02 -1350766800: 1.1019303967e-01 -1350770400: 2.9196540483e-01 -1350774000: 2.2150112321e-01 -1350777600: 1.2490762260e-01 -1350781200: 6.1675110915e-02 -1350784800: 5.7000139548e-02 -1350788400: 6.1587256098e-02 -1350792000: 5.9500701281e-02 -1350795600: 5.5819899546e-02 -1350799200: 6.1068177542e-02 -1350802800: 8.9503670602e-02 -1350806400: 9.5848178995e-02 -1350810000: 9.8561477110e-02 -1350813600: 8.5870726556e-02 -1350817200: 9.4462645584e-02 -1350820800: 9.4153914964e-02 -1350824400: 3.6159212974e-01 -1350828000: 1.5253153597e-01 -1350831600: 1.2585664688e-01 -1350835200: 1.0136501807e-01 -1350838800: 2.4921846535e-01 -1350842400: 2.1590924385e-01 -1350846000: 2.0460930293e-01 -1350849600: 2.3801286516e-01 -1350853200: 1.9235892538e-01 -1350856800: 1.8167176713e-01 -1350860400: 9.3996454903e-02 -1350864000: 5.2064196700e-02 -1350867600: 4.9154239530e-02 -1350871200: 5.3561676335e-02 -1350874800: 5.4738957573e-02 -1350878400: 6.9135968808e-02 -1350882000: 4.1477311804e-01 -1350885600: 4.9306296481e-01 -1350889200: 1.6215783690e-01 -1350892800: 1.4648589153e-01 -1350896400: 1.2764637421e-01 -1350900000: 1.7284584073e-01 -1350903600: 3.3137666514e-01 -1350907200: 2.4002459189e-01 -1350910800: 1.0864078313e-01 -1350914400: 3.6659656222e-01 -1350918000: 8.1274284347e-02 -1350921600: 1.1041583445e-01 -1350925200: 1.6174264780e-01 -1350928800: 1.9087561693e-01 -1350932400: 2.8455452600e-01 -1350936000: 2.8396336976e-01 -1350939600: 2.3612740030e-01 -1350943200: 2.6917430503e-01 -1350946800: 1.6631072065e-01 -1350950400: 7.1688073757e-02 -1350954000: 5.2776332616e-02 -1350957600: 5.8893802150e-02 -1350961200: 5.1415985528e-02 -1350964800: 5.8001926677e-02 -1350968400: 2.0164877487e-01 -1350972000: 1.4025664221e-01 -1350975600: 4.7069096341e-01 -1350979200: 3.7680443430e-01 -1350982800: 2.7203451154e-01 -1350986400: 6.8051342119e-02 -1350990000: 5.2546356555e-02 -1350993600: 4.8623506876e-02 -1350997200: 5.9664122404e-02 -1351000800: 1.7282518120e-01 -1351004400: 5.2514861709e-02 -1351008000: 5.8811444125e-02 -1351011600: 4.0057821731e-02 -1351015200: 2.5534539707e-01 -1351018800: 3.1375666567e-01 -1351022400: 2.4826670930e-01 -1351026000: 2.3257073746e-01 -1351029600: 3.0943642234e-01 -1351033200: 2.6389703144e-01 -1351036800: 4.9186334367e-02 -1351040400: 4.4478611326e-02 -1351044000: 5.0254743883e-02 -1351047600: 4.6409311486e-02 -1351051200: 4.8585745934e-02 -1351054800: 2.1131322283e-01 -1351058400: 1.7732476142e-01 -1351062000: 4.7512735689e-02 -1351065600: 5.1604043902e-02 -1351069200: 5.2289041645e-02 -1351072800: 4.7508379175e-02 -1351076400: 6.0529557476e-02 -1351080000: 4.1136404963e-02 -1351083600: 6.2475590566e-02 -1351087200: 7.1396315723e-02 -1351090800: 1.3741216232e-01 -1351094400: 2.4108878286e-01 -1351098000: 3.1961546309e-01 -1351101600: 2.4785086358e-01 -1351105200: 2.3128924224e-01 -1351108800: 2.9507423290e-01 -1351112400: 3.2227447935e-01 -1351116000: 3.3152185392e-01 -1351119600: 1.2883778338e-01 -1351123200: 5.0522831446e-02 -1351126800: 5.3613342861e-02 -1351130400: 5.3647665238e-02 -1351134000: 4.8633854384e-02 -1351137600: 7.1707289044e-02 -1351141200: 2.4972818690e-01 -1351144800: 1.7601561384e-01 -1351148400: 5.0880718037e-02 -1351152000: 3.9163630467e-02 -1351155600: 5.4742559902e-02 -1351159200: 4.4457782064e-02 -1351162800: 4.4436544179e-02 -1351166400: 4.9708857479e-02 -1351170000: 4.2519775494e-02 -1351173600: 9.1034944867e-02 -1351177200: 9.0610401017e-02 -1351180800: 4.7475677373e-02 -1351184400: 6.3082738010e-02 -1351188000: 2.1030490760e-01 -1351191600: 1.9693979476e-01 -1351195200: 2.6733541544e-01 -1351198800: 2.9741165420e-01 -1351202400: 1.8196559210e-01 -1351206000: 1.9218347014e-01 -1351209600: 7.6221058113e-02 -1351213200: 5.8418727955e-02 -1351216800: 6.8524050260e-02 -1351220400: 5.1519907741e-02 -1351224000: 5.9908095857e-02 -1351227600: 8.2997660400e-02 -1351231200: 1.5814607854e-01 -1351234800: 4.3860507519e-01 -1351238400: 3.4254051840e-01 -1351242000: 3.1689921185e-01 -1351245600: 2.1585894014e-01 -1351249200: 3.1534573824e-01 -1351252800: 2.9744990059e-01 -1351256400: 8.9741581360e-02 -1351260000: 1.8448324270e-01 -1351263600: 6.5165056762e-02 -1351267200: 5.0593394891e-02 -1351270800: 5.3895414131e-02 -1351274400: 5.3874207406e-02 -1351278000: 5.0883954460e-02 -1351281600: 2.1141872025e-01 -1351285200: 2.3913802196e-01 -1351288800: 2.2329122116e-01 -1351292400: 1.9233965501e-01 -1351296000: 1.4793550987e-01 -1351299600: 6.5767365886e-02 -1351303200: 6.3091796698e-02 -1351306800: 6.0324352498e-02 -1351310400: 6.6615968822e-02 -1351314000: 6.3549571949e-02 -1351317600: 1.8104962657e-01 -1351321200: 2.3735123956e-01 -1351324800: 2.0935433074e-01 -1351328400: 5.3950094138e-02 -1351332000: 5.6492813146e-02 -1351335600: 1.1249674610e-01 -1351339200: 6.6934469695e-02 -1351342800: 1.6198137826e-01 -1351346400: 2.2412387910e-01 -1351350000: 4.4194576150e-01 -1351353600: 6.5237133801e-01 -1351357200: 7.7360962677e-01 -1351360800: 1.2789305111e-01 -1351364400: 5.6354607379e-02 -1351368000: 5.1961132530e-02 -1351371600: 1.8864496071e-01 -1351375200: 1.9949382489e-01 -1351378800: 1.7684868262e-01 -1351382400: 5.4187809907e-02 -1351386000: 4.8358995818e-02 -1351389600: 5.3539836778e-02 -1351393200: 5.2730565280e-02 -1351396800: 4.9550035202e-02 -1351400400: 5.4957267333e-02 -1351404000: 4.9997594010e-02 -1351407600: 7.4514335562e-02 -1351411200: 5.4664249565e-02 -1351414800: 1.0436799603e-01 -1351418400: 8.3404146906e-02 -1351422000: 2.7169453035e-01 -1351425600: 2.7713872865e-01 -1351429200: 3.2254416513e-01 -1351432800: 1.1308589336e-01 -1351436400: 1.8637266583e-01 -1351440000: 2.3154653148e-01 -1351443600: 2.8409609023e-01 -1351447200: 4.7172007094e-01 -1351450800: 1.7330728038e-01 -1351454400: 2.8017592697e-01 -1351458000: 2.6293695368e-01 -1351461600: 2.7798145565e-01 -1351465200: 2.7929787569e-01 -1351468800: 2.2205556804e-01 -1351472400: 5.2980585007e-02 -1351476000: 5.4495663786e-02 -1351479600: 4.9400818599e-02 -1351483200: 5.1400109792e-02 -1351486800: 6.3320534254e-02 -1351490400: 2.1358053780e-01 -1351494000: 1.6562588619e-01 -1351497600: 5.8371817582e-02 -1351501200: 5.5822345213e-02 -1351504800: 3.9467999635e-02 -1351508400: 4.8046508602e-02 -1351512000: 4.9442674638e-02 -1351515600: 2.4137378088e-01 -1351519200: 8.1381029267e-02 -1351522800: 1.5052822201e-01 -1351526400: 1.2014542212e-01 -1351530000: 1.3589552492e-01 -1351533600: 1.6659558771e-01 -1351537200: 1.7908573860e-01 -1351540800: 1.9508433752e-01 -1351544400: 3.4700145543e-01 -1351548000: 3.9399027616e-01 -1351551600: 1.8707825053e-01 -1351555200: 1.2625307988e-01 -1351558800: 5.7599427780e-02 -1351562400: 6.0705229745e-02 -1351566000: 5.4149171443e-02 -1351569600: 5.4149114148e-02 -1351573200: 8.2099534427e-02 -1351576800: 2.3923749763e-01 -1351580400: 1.1158388263e-01 -1351584000: 1.5350251946e-01 -1351587600: 1.1401890931e-01 -1351591200: 1.9882336315e-01 -1351594800: 5.3040615969e-02 -1351598400: 4.8314371912e-02 -1351602000: 4.3630457107e-02 -1351605600: 4.2260457011e-02 -1351609200: 4.0818330998e-02 -1351612800: 4.1931131213e-02 -1351616400: 4.3600871389e-02 -1351620000: 8.0723738882e-02 -1351623600: 2.8318783077e-01 -1351627200: 2.0224737357e-01 -1351630800: 1.7563233048e-01 -1351634400: 1.6382975828e-01 -1351638000: 1.5724626377e-01 -1351641600: 1.4130092638e-01 -1351645200: 4.7219489499e-02 -1351648800: 5.4441252320e-02 -1351652400: 3.5562351134e-02 -1351656000: 4.9164873695e-02 -1351659600: 4.6078427671e-02 -1351663200: 2.1809523843e-01 -1351666800: 1.1029868061e-01 -1351670400: 4.3607190822e-02 -1351674000: 4.9702595861e-02 -1351677600: 4.5298930275e-02 -1351681200: 4.3050151487e-02 -1351684800: 4.9150487471e-02 -1351688400: 4.6128867269e-02 -1351692000: 4.5560487325e-02 -1351695600: 6.6640550023e-02 -1351699200: 7.8770354007e-02 -1351702800: 1.2314039924e-01 -1351706400: 5.1288795184e-01 -1351710000: 2.0856126154e-01 -1351713600: 2.0575527380e-01 -1351717200: 6.5247575008e-02 -1351720800: 9.6549699694e-02 -1351724400: 1.6890962027e-01 -1351728000: 1.3542662048e-01 -1351731600: 6.0479884055e-02 -1351735200: 5.9238130420e-02 -1351738800: 5.2815028162e-02 -1351742400: 5.5228384014e-02 -1351746000: 8.8736757551e-02 -1351749600: 2.0749290300e-01 -1351753200: 1.4933354201e-01 -1351756800: 8.0862773009e-02 -1351760400: 7.2499900493e-02 -1351764000: 7.5269843014e-02 -1351767600: 7.7794597495e-02 -1351771200: 7.1129296452e-02 -1351774800: 7.3849481144e-02 -1351778400: 7.1689310632e-02 -1351782000: 4.7235809398e-02 -1351785600: 2.3029853676e-01 -1351789200: 1.5393953404e-01 -1351792800: 3.4983634930e-01 -1351796400: 1.3778276197e-01 -1351800000: 7.8386238860e-02 -1351803600: 6.0220019973e-02 -1351807200: 1.3419212170e-01 -1351810800: 3.0980656208e-01 -1351814400: 1.5434273835e-01 -1351818000: 8.7233702152e-02 -1351821600: 5.3645186970e-02 -1351825200: 5.4947866257e-02 -1351828800: 6.1420023725e-02 -1351832400: 5.8227711496e-02 -1351836000: 1.4796228371e-01 -1351839600: 2.2709363205e-01 -1351843200: 2.5333618549e-01 -1351846800: 1.5981785450e-01 -1351850400: 1.0607152650e-01 -1351854000: 1.4450555734e-01 -1351857600: 1.6635616625e-01 -1351861200: 2.6468285397e-01 -1351864800: 1.0014322056e-01 -1351868400: 1.8075166776e-01 -1351872000: 5.7764251708e-02 -1351875600: 2.7495054924e-01 -1351879200: 3.8010904736e-01 -1351882800: 2.9758169035e-01 -1351886400: 1.0202611562e-01 -1351890000: 5.0886649823e-02 -1351893600: 5.0211739576e-02 -1351897200: 3.1692072453e-01 -1351900800: 2.4566443351e-01 -1351904400: 1.5824526388e-01 -1351908000: 5.6681755930e-02 -1351911600: 5.0606065841e-02 -1351915200: 4.9971803146e-02 -1351918800: 5.6921692364e-02 -1351922400: 5.0885521718e-02 -1351926000: 9.6370814650e-02 -1351929600: 9.3617633775e-02 -1351933200: 1.2585877543e-01 -1351936800: 9.1098484644e-02 -1351940400: 9.9702515072e-02 -1351944000: 1.3432920374e-01 -1351947600: 4.5727610368e-01 -1351951200: 2.2140351575e-01 -1351954800: 5.8976201423e-02 -1351958400: 7.2594776410e-02 -1351962000: 2.6567137039e-01 -1351965600: 3.3443990125e-01 -1351969200: 7.4728170393e-02 -1351972800: 5.7264395088e-02 -1351976400: 6.0782620368e-02 -1351980000: 2.1790339303e-01 -1351983600: 2.7182819448e-01 -1351987200: 1.3473695938e-01 -1351990800: 6.5999970358e-02 -1351994400: 5.3167984847e-02 -1351998000: 5.0508638800e-02 -1352001600: 5.6131776270e-02 -1352005200: 6.4220982085e-02 -1352008800: 5.0755197708e-02 -1352012400: 5.8436683616e-02 -1352016000: 4.8853428524e-02 -1352019600: 2.2748997419e-01 -1352023200: 3.2690404388e-01 -1352026800: 2.4154943111e-01 -1352030400: 1.0655224143e-01 -1352034000: 2.8514143539e-01 -1352037600: 1.3426539840e-01 -1352041200: 1.5027300789e-01 -1352044800: 1.7484524364e-01 -1352048400: 1.8797200217e-01 -1352052000: 5.0204861374e-01 -1352055600: 2.1129693637e-01 -1352059200: 2.9752742193e-01 -1352062800: 2.2822322619e-01 -1352066400: 2.2653098421e-01 -1352070000: 9.1610518498e-02 -1352073600: 5.1370538846e-02 -1352077200: 5.6622460729e-02 -1352080800: 5.9785574385e-02 -1352084400: 4.2500853700e-02 -1352088000: 5.6109651735e-02 -1352091600: 7.0169139610e-02 -1352095200: 2.3424648313e-01 -1352098800: 3.1864381244e-01 -1352102400: 8.0530182012e-02 -1352106000: 7.4200840614e-02 -1352109600: 4.8063756121e-02 -1352113200: 2.5859011839e-01 -1352116800: 3.7745528775e-01 -1352120400: 2.8972393513e-01 -1352124000: 2.1618305233e-01 -1352127600: 3.6075605205e-01 -1352131200: 1.4191009534e-01 -1352134800: 2.1590279157e-01 -1352138400: 2.2485578769e-01 -1352142000: 1.4666824125e-01 -1352145600: 2.1040188654e-01 -1352149200: 1.8238495795e-01 -1352152800: 9.3893526524e-02 -1352156400: 1.5413752572e-01 -1352160000: 1.5034291826e-01 -1352163600: 1.0024727783e-01 -1352167200: 5.3419730847e-02 -1352170800: 5.2529504755e-02 -1352174400: 4.7491543244e-02 -1352178000: 7.5093810657e-02 -1352181600: 1.9747881172e-01 -1352185200: 1.0602803863e-01 -1352188800: 2.8987887566e-01 -1352192400: 1.3073991561e-01 -1352196000: 1.8360854747e-01 -1352199600: 4.1379054783e-02 -1352203200: 4.0546543321e-02 -1352206800: 5.0302293731e-02 -1352210400: 3.9720833581e-02 -1352214000: 4.2486359237e-02 -1352217600: 1.0050346657e-01 -1352221200: 1.2238110637e-01 -1352224800: 2.0448256670e-01 -1352228400: 1.5189516159e-01 -1352232000: 1.7382170951e-01 -1352235600: 1.5838395538e-01 -1352239200: 1.2496425726e-01 -1352242800: 1.4823280391e-01 -1352246400: 5.0877478996e-02 -1352250000: 4.6664388455e-02 -1352253600: 5.3563542452e-02 -1352257200: 4.5049590698e-02 -1352260800: 4.5224288093e-02 -1352264400: 7.1093116562e-02 -1352268000: 2.2195514071e-01 -1352271600: 1.9277603092e-01 -1352275200: 4.7595319672e-02 -1352278800: 4.2771007451e-02 -1352282400: 4.6370305207e-02 -1352286000: 4.2255721799e-02 -1352289600: 4.7470543529e-02 -1352293200: 3.0851980692e-02 -1352296800: 4.2467950909e-02 -1352300400: 6.5000873812e-02 -1352304000: 6.1305099138e-02 -1352307600: 1.8237606150e-01 -1352311200: 3.0512065019e-01 -1352314800: 2.1867917408e-01 -1352318400: 2.1445824508e-01 -1352322000: 2.8414271670e-01 -1352325600: 2.6192345859e-01 -1352329200: 3.0394403482e-01 -1352332800: 4.6647559849e-02 -1352336400: 4.8018312176e-02 -1352340000: 4.3382148181e-02 -1352343600: 4.6926202857e-02 -1352347200: 4.7519794248e-02 -1352350800: 6.1217497322e-02 -1352354400: 2.1609913210e-01 -1352358000: 1.0492427407e-01 -1352361600: 5.1936901430e-02 -1352365200: 3.6686123991e-02 -1352368800: 4.5806904653e-02 -1352372400: 5.2482768959e-02 -1352376000: 5.7525530938e-02 -1352379600: 4.9174108123e-02 -1352383200: 4.1960726317e-02 -1352386800: 5.3599488163e-02 -1352390400: 2.1422712247e-01 -1352394000: 1.2212029324e-01 -1352397600: 1.0977765573e-01 -1352401200: 2.2086024312e-01 -1352404800: 2.3746992052e-01 -1352408400: 2.4435919678e-01 -1352412000: 8.9447838076e-02 -1352415600: 7.6696976983e-02 -1352419200: 6.0825702582e-02 -1352422800: 4.5850890376e-02 -1352426400: 4.3342675834e-02 -1352430000: 4.9675542961e-02 -1352433600: 4.9728535672e-02 -1352437200: 4.1969103846e-02 -1352440800: 8.5110779012e-02 -1352444400: 1.9093233453e-01 -1352448000: 2.5922171161e-01 -1352451600: 1.3300877385e-01 -1352455200: 9.8714368758e-02 -1352458800: 4.3315142862e-02 -1352462400: 5.0274835407e-02 -1352466000: 4.3075337163e-02 -1352469600: 4.4706100399e-02 -1352473200: 4.9466824146e-02 -1352476800: 4.2747281570e-02 -1352480400: 4.6335735076e-02 -1352484000: 4.9225028330e-02 -1352487600: 4.4715573510e-02 -1352491200: 7.8282044878e-02 -1352494800: 1.3323057759e-01 -1352498400: 1.1061141353e-01 -1352502000: 1.2246059989e-01 -1352505600: 5.2887666462e-02 -1352509200: 4.6139360727e-02 -1352512800: 3.3891185473e-02 -1352516400: 5.1335201975e-02 -1352520000: 4.7002420274e-02 -1352523600: 4.2497759075e-02 -1352527200: 4.8860242890e-02 -1352530800: 4.6135854257e-02 -1352534400: 6.3632677353e-02 -1352538000: 1.5990066858e-01 -1352541600: 1.4391794306e-01 -1352545200: 4.4429619351e-01 -1352548800: 3.7911799207e-01 -1352552400: 2.4191909007e-01 -1352556000: 1.4207306187e-01 -1352559600: 1.1764603612e-01 -1352563200: 2.8146965826e-01 -1352566800: 5.1891345624e-01 -1352570400: 2.6375663662e-01 -1352574000: 3.7291545069e-01 -1352577600: 1.2837390306e-01 -1352581200: 1.3646570374e-01 -1352584800: 4.6080312986e-01 -1352588400: 3.3245936044e-01 -1352592000: 6.8950669383e-02 -1352595600: 5.8361728523e-02 -1352599200: 5.4881234889e-02 -1352602800: 5.4842358679e-02 -1352606400: 4.8335050965e-02 -1352610000: 5.3021227836e-02 -1352613600: 5.9225781832e-02 -1352617200: 4.8860099464e-02 -1352620800: 5.3918684617e-02 -1352624400: 9.5501225051e-02 -1352628000: 4.2609895301e-01 -1352631600: 2.6139067457e-01 -1352635200: 3.9784509007e-01 -1352638800: 4.6977726261e-01 -1352642400: 2.8819389501e-01 -1352646000: 1.7334498175e-01 -1352649600: 1.2411709012e-01 -1352653200: 3.2740427164e-01 -1352656800: 2.8813706401e-01 -1352660400: 3.1113906802e-01 -1352664000: 4.6075282715e-01 -1352667600: 4.9221682039e-01 -1352671200: 3.2736563166e-01 -1352674800: 1.1943872424e-01 -1352678400: 5.3641866369e-02 -1352682000: 4.9444118400e-02 -1352685600: 5.5468260265e-02 -1352689200: 5.2057456292e-02 -1352692800: 4.9420502030e-02 -1352696400: 7.0407624361e-02 -1352700000: 2.0456751772e-01 -1352703600: 1.8192060310e-01 -1352707200: 5.0617228362e-02 -1352710800: 4.7793263784e-02 -1352714400: 3.8912111829e-02 -1352718000: 2.9878640052e-01 -1352721600: 2.4196068409e-01 -1352725200: 2.6116686059e-01 -1352728800: 1.2864664099e-01 -1352732400: 4.3627247170e-01 -1352736000: 2.2136682701e-01 -1352739600: 1.7192033102e-01 -1352743200: 1.9057137517e-01 -1352746800: 2.3095860994e-01 -1352750400: 3.2138736154e-01 -1352754000: 2.9030336166e-01 -1352757600: 2.8922152047e-01 -1352761200: 1.8491844949e-01 -1352764800: 1.7868827539e-01 -1352768400: 1.7800908632e-01 -1352772000: 1.0961489127e-01 -1352775600: 4.7292055887e-02 -1352779200: 4.4164551735e-02 -1352782800: 6.4945592982e-02 -1352786400: 1.7188945861e-01 -1352790000: 1.6438610866e-01 -1352793600: 3.0547463210e-01 -1352797200: 2.4595689408e-01 -1352800800: 3.3583988725e-01 -1352804400: 1.4951471110e-01 -1352808000: 1.0445430501e-01 -1352811600: 1.0970686369e-01 -1352815200: 1.1947750600e-01 -1352818800: 4.6714039312e-02 -1352822400: 5.0204813720e-02 -1352826000: 1.2032109670e-01 -1352829600: 4.1565383200e-01 -1352833200: 1.5525557580e-01 -1352836800: 3.2101855199e-01 -1352840400: 1.4206113617e-01 -1352844000: 1.4329041746e-01 -1352847600: 9.1055674201e-02 -1352851200: 4.7474139882e-02 -1352854800: 6.0267983426e-02 -1352858400: 3.8919100865e-02 -1352862000: 5.2152404440e-02 -1352865600: 4.8080912860e-02 -1352869200: 6.8967611141e-02 -1352872800: 2.6193027459e-01 -1352876400: 1.3489184288e-01 -1352880000: 4.9842492736e-02 -1352883600: 4.3328233995e-02 -1352887200: 4.9961497877e-02 -1352890800: 4.5042422886e-02 -1352894400: 4.4413966143e-02 -1352898000: 5.6670310013e-02 -1352901600: 4.6129485430e-02 -1352905200: 4.4986206161e-02 -1352908800: 1.0742385694e-01 -1352912400: 1.9814507316e-01 -1352916000: 2.7249190155e-01 -1352919600: 4.1994427633e-01 -1352923200: 3.7165463870e-01 -1352926800: 4.6450796388e-02 -1352930400: 1.2793506953e-01 -1352934000: 1.7448717028e-01 -1352937600: 7.9420356708e-02 -1352941200: 8.0208572874e-02 -1352944800: 6.3211102126e-02 -1352948400: 5.7969804825e-02 -1352952000: 5.3706274139e-02 -1352955600: 4.7776544175e-02 -1352959200: 9.4239858076e-02 -1352962800: 1.6782130538e-01 -1352966400: 2.0155109598e-01 -1352970000: 7.1946818773e-02 -1352973600: 1.7687381653e-01 -1352977200: 2.5137846266e-01 -1352980800: 1.3867346772e-01 -1352984400: 7.0586766209e-02 -1352988000: 7.6061041546e-02 -1352991600: 1.4162069559e-01 -1352995200: 1.4112912989e-01 -1352998800: 9.3364466425e-02 -1353002400: 2.2167101261e-01 -1353006000: 1.6517787206e-01 -1353009600: 2.9735852496e-01 -1353013200: 2.3891697168e-01 -1353016800: 2.9342470337e-01 -1353020400: 1.9519418623e-01 -1353024000: 9.7738648374e-02 -1353027600: 4.8830232675e-02 -1353031200: 5.5009275519e-02 -1353034800: 5.0877324638e-02 -1353038400: 4.8610422191e-02 -1353042000: 5.5503368584e-02 -1353045600: 9.2727326618e-02 -1353049200: 1.5073065701e-01 -1353052800: 2.0705070594e-01 -1353056400: 1.9752429987e-01 -1353060000: 2.9774578923e-01 -1353063600: 4.2018227952e-01 -1353067200: 3.5072944152e-01 -1353070800: 3.1275078797e-01 -1353074400: 5.9883812257e-01 -1353078000: 3.1843877520e-01 -1353081600: 6.5749047518e-02 -1353085200: 9.9755242291e-02 -1353088800: 1.0218486971e-01 -1353092400: 1.5205430155e-01 -1353096000: 1.8633255901e-01 -1353099600: 2.5769099200e-01 -1353103200: 2.4535916755e-01 -1353106800: 1.9054518938e-01 -1353110400: 6.3590333847e-02 -1353114000: 5.5582140676e-02 -1353117600: 4.6705134125e-02 -1353121200: 4.9677943732e-02 -1353124800: 5.0582904787e-02 -1353128400: 4.5549827830e-02 -1353132000: 4.8872685462e-02 -1353135600: 6.7848333049e-02 -1353139200: 1.6551400564e-01 -1353142800: 1.3386085669e-01 -1353146400: 1.6995478411e-01 -1353150000: 8.2308831732e-02 -1353153600: 1.4153771267e-01 -1353157200: 4.0222238991e-01 -1353160800: 3.9782964256e-01 -1353164400: 1.2671727517e-01 -1353168000: 2.4480769326e-01 -1353171600: 5.5610392554e-01 -1353175200: 4.6532792221e-01 -1353178800: 3.6350197604e-01 -1353182400: 6.8113284531e-01 -1353186000: 1.6759151130e-01 -1353189600: 1.2318564213e-01 -1353193200: 6.1159616964e-02 -1353196800: 6.1259905122e-02 -1353200400: 5.8162680339e-02 -1353204000: 6.3023523208e-02 -1353207600: 5.0052658633e-02 -1353211200: 5.1331469623e-02 -1353214800: 6.2235555005e-02 -1353218400: 5.4210220970e-02 -1353222000: 5.9106870897e-02 -1353225600: 5.8133535322e-02 -1353229200: 1.3469973226e-01 -1353232800: 2.2129235506e-01 -1353236400: 1.9696563543e-01 -1353240000: 2.3693926824e-01 -1353243600: 1.3671520486e-01 -1353247200: 1.0086240805e-01 -1353250800: 2.4138534719e-01 -1353254400: 1.3001233519e-01 -1353258000: 2.7646355900e-01 -1353261600: 4.3432492342e-01 -1353265200: 3.7349951433e-01 -1353268800: 3.7455218215e-01 -1353272400: 2.3003270482e-01 -1353276000: 2.8304391526e-01 -1353279600: 5.0562153871e-02 -1353283200: 5.9466644907e-02 -1353286800: 6.1892155312e-02 -1353290400: 5.5312933409e-02 -1353294000: 5.6633868446e-02 -1353297600: 5.9769384953e-02 -1353301200: 6.1865285728e-02 -1353304800: 2.1360306817e-01 -1353308400: 4.3529676934e-01 -1353312000: 1.1341068475e-01 -1353315600: 8.2188211480e-02 -1353319200: 5.0867637460e-02 -1353322800: 2.8550202005e-01 -1353326400: 1.9448615823e-01 -1353330000: 6.4728419713e-02 -1353333600: 6.1086888173e-02 -1353337200: 6.2794214747e-02 -1353340800: 5.4726212720e-02 -1353344400: 2.8233819599e-01 -1353348000: 1.8328651758e-01 -1353351600: 2.1786975915e-01 -1353355200: 1.4902797994e-01 -1353358800: 2.5858750120e-01 -1353362400: 2.2696055529e-01 -1353366000: 2.0271657744e-01 -1353369600: 2.0590755647e-01 -1353373200: 1.9974346620e-01 -1353376800: 7.0966684918e-02 -1353380400: 5.7568458020e-02 -1353384000: 5.3334845727e-02 -1353387600: 6.4406092583e-02 -1353391200: 1.8554997097e-01 -1353394800: 1.8265153673e-01 -1353398400: 3.0403411647e-01 -1353402000: 2.6574548579e-01 -1353405600: 3.3167492520e-01 -1353409200: 2.0861902011e-01 -1353412800: 9.0673028792e-02 -1353416400: 2.3821590201e-01 -1353420000: 1.6021382898e-01 -1353423600: 2.3178094603e-01 -1353427200: 1.2035407531e-01 -1353430800: 2.9529435339e-01 -1353434400: 3.0210717381e-01 -1353438000: 2.9680125013e-01 -1353441600: 2.2865909712e-01 -1353445200: 1.0847711615e-01 -1353448800: 8.1941029726e-02 -1353452400: 1.4217965771e-01 -1353456000: 6.0340693244e-02 -1353459600: 5.5303746849e-02 -1353463200: 6.2147337579e-02 -1353466800: 5.9719734368e-02 -1353470400: 6.2505261063e-02 -1353474000: 6.9388545926e-02 -1353477600: 1.7974239341e-01 -1353481200: 2.9017956364e-01 -1353484800: 5.6334331884e-02 -1353488400: 4.4459646001e-02 -1353492000: 5.4163726790e-02 -1353495600: 3.6386438416e-02 -1353499200: 4.9443761333e-02 -1353502800: 5.0828092233e-02 -1353506400: 6.6929383850e-02 -1353510000: 4.5024686085e-02 -1353513600: 4.9092499686e-02 -1353517200: 1.6934842136e-01 -1353520800: 2.4085638165e-01 -1353524400: 1.7552040528e-01 -1353528000: 1.7538582321e-01 -1353531600: 2.1822172856e-01 -1353535200: 6.9560620320e-02 -1353538800: 5.8351694034e-02 -1353542400: 5.9938995392e-02 -1353546000: 5.8941222161e-02 -1353549600: 5.3054946076e-02 -1353553200: 5.8312081226e-02 -1353556800: 5.5884412998e-02 -1353560400: 7.0361857904e-02 -1353564000: 2.6516847724e-01 -1353567600: 1.5280393729e-01 -1353571200: 5.0587337023e-02 -1353574800: 5.2480463284e-02 -1353578400: 4.8623768983e-02 -1353582000: 4.6074018700e-02 -1353585600: 5.3065751030e-02 -1353589200: 4.9743016627e-02 -1353592800: 5.4705467766e-02 -1353596400: 7.8811426400e-02 -1353600000: 2.5948587682e-01 -1353603600: 2.1995209324e-01 -1353607200: 1.0721283399e-01 -1353610800: 2.4247888517e-01 -1353614400: 2.1120070043e-01 -1353618000: 2.2874633163e-01 -1353621600: 4.2465557138e-01 -1353625200: 5.6516231069e-01 -1353628800: 8.7539350016e-02 -1353632400: 5.1146821106e-02 -1353636000: 6.2198763933e-02 -1353639600: 4.2767165129e-02 -1353643200: 5.5590475160e-02 -1353646800: 5.6030152658e-02 -1353650400: 2.0673161070e-01 -1353654000: 4.3582316794e-01 -1353657600: 1.6916372330e-01 -1353661200: 9.7806795328e-02 -1353664800: 1.3305058072e-01 -1353668400: 5.7219757263e-02 -1353672000: 4.9737107079e-02 -1353675600: 5.1942734238e-02 -1353679200: 8.2473298464e-02 -1353682800: 8.9999868957e-02 -1353686400: 7.5525569656e-02 -1353690000: 5.6714780074e-02 -1353693600: 1.0294803415e-01 -1353697200: 1.1382714072e-01 -1353700800: 1.1911492315e-01 -1353704400: 1.4401975156e-01 -1353708000: 2.5255896479e-01 -1353711600: 2.5693285902e-01 -1353715200: 2.4507142825e-01 -1353718800: 7.2468682829e-02 -1353722400: 5.3013633229e-02 -1353726000: 5.0601677235e-02 -1353729600: 4.6386646808e-02 -1353733200: 5.3270547227e-02 -1353736800: 5.4228808779e-02 -1353740400: 5.1919888374e-02 -1353744000: 1.0437601441e-01 -1353747600: 1.3842361755e-01 -1353751200: 9.2226437480e-02 -1353754800: 1.0415300479e-01 -1353758400: 1.6237879157e-01 -1353762000: 6.6825095223e-02 -1353765600: 5.5521553482e-02 -1353769200: 5.9450726989e-02 -1353772800: 5.6372446727e-02 -1353776400: 3.1812658789e-01 -1353780000: 5.9849063865e-01 -1353783600: 3.6098005751e-01 -1353787200: 2.6227440929e-01 -1353790800: 3.5055294486e-01 -1353794400: 2.7520622095e-01 -1353798000: 1.7755068768e-01 -1353801600: 9.4867762522e-02 -1353805200: 5.8871212235e-02 -1353808800: 5.7802036485e-02 -1353812400: 5.3354887431e-02 -1353816000: 5.6342757118e-02 -1353819600: 5.7796161081e-02 -1353823200: 5.3916297844e-02 -1353826800: 5.6949569432e-02 -1353830400: 8.3560772178e-02 -1353834000: 1.5246408230e-01 -1353837600: 1.2919882881e-01 -1353841200: 9.8366977450e-02 -1353844800: 9.0831325733e-02 -1353848400: 8.3067842486e-02 -1353852000: 4.9754082381e-02 -1353855600: 4.9669931074e-02 -1353859200: 1.3775096027e-01 -1353862800: 2.2456137371e-01 -1353866400: 2.0231286304e-01 -1353870000: 2.2609220215e-01 -1353873600: 3.4455260028e-01 -1353877200: 1.3963106950e-01 -1353880800: 1.6632523496e-01 -1353884400: 1.3567228554e-01 -1353888000: 4.8405647040e-02 -1353891600: 5.1495512954e-02 -1353895200: 7.2592634327e-02 -1353898800: 4.7850287548e-02 -1353902400: 4.8280186555e-02 -1353906000: 6.8805591090e-02 -1353909600: 2.1647256706e-01 -1353913200: 3.5006154190e-01 -1353916800: 1.8351052253e-01 -1353920400: 9.4841635485e-02 -1353924000: 3.7495790700e-02 -1353927600: 5.0287409026e-02 -1353931200: 4.2016301493e-01 -1353934800: 2.7508460086e-01 -1353938400: 1.6600381965e-01 -1353942000: 1.2921441225e-01 -1353945600: 1.3402568918e-01 -1353949200: 2.3092037841e-01 -1353952800: 3.1146712406e-01 -1353956400: 2.1122335162e-01 -1353960000: 2.4239004052e-01 -1353963600: 1.9018608780e-01 -1353967200: 9.7050878731e-02 -1353970800: 5.1937827822e-02 -1353974400: 5.0789570640e-02 -1353978000: 5.4686711079e-02 -1353981600: 4.8989573773e-02 -1353985200: 4.8589454200e-02 -1353988800: 6.3328980397e-02 -1353992400: 4.5282505576e-02 -1353996000: 1.8110470074e-01 -1353999600: 9.6696919060e-02 -1354003200: 2.6391209196e-01 -1354006800: 3.5457060949e-01 -1354010400: 3.8392282644e-01 -1354014000: 1.0703688312e-01 -1354017600: 1.5022473339e-01 -1354021200: 9.4244727123e-02 -1354024800: 4.9145826255e-02 -1354028400: 5.0858830659e-02 -1354032000: 4.5526332177e-02 -1354035600: 4.9402692783e-02 -1354039200: 1.1949950995e-01 -1354042800: 2.0438605143e-01 -1354046400: 1.7847910261e-01 -1354050000: 1.9998243042e-01 -1354053600: 7.3534400169e-02 -1354057200: 4.8282219580e-02 -1354060800: 5.8360031570e-02 -1354064400: 3.6670546334e-02 -1354068000: 5.0008706398e-02 -1354071600: 4.5842028060e-02 -1354075200: 5.1336097772e-02 -1354078800: 5.4471967659e-02 -1354082400: 1.7343826394e-01 -1354086000: 1.0653115632e-01 -1354089600: 4.6468362452e-02 -1354093200: 4.5263365292e-02 -1354096800: 5.1936142864e-02 -1354100400: 4.6138361176e-02 -1354104000: 4.5262711760e-02 -1354107600: 6.2170957559e-02 -1354111200: 1.1415588508e-01 -1354114800: 1.4470652543e-01 -1354118400: 2.2168886733e-01 -1354122000: 2.2587202989e-01 -1354125600: 3.5527112086e-01 -1354129200: 3.5954573345e-01 -1354132800: 4.7891557119e-01 -1354136400: 3.2570941496e-01 -1354140000: 3.3206435440e-01 -1354143600: 1.4537368638e-01 -1354147200: 5.4211896098e-02 -1354150800: 5.9923694796e-02 -1354154400: 5.2567149736e-02 -1354158000: 5.2680106595e-02 -1354161600: 5.8421764816e-02 -1354165200: 6.0272175745e-02 -1354168800: 1.9003394765e-01 -1354172400: 2.2444599702e-01 -1354176000: 5.9204200789e-02 -1354179600: 5.1365158513e-02 -1354183200: 5.3350697661e-02 -1354186800: 4.8340541611e-02 -1354190400: 5.4408217494e-02 -1354194000: 1.2390126337e-01 -1354197600: 1.0636614657e-01 -1354201200: 1.0772079888e-01 -1354204800: 1.3237253178e-01 -1354208400: 1.7212594228e-01 -1354212000: 1.7314032015e-01 -1354215600: 2.4410801892e-01 -1354219200: 2.2352875330e-01 -1354222800: 1.5995921257e-01 -1354226400: 1.8112932098e-01 -1354230000: 1.9018168973e-01 -1354233600: 1.3075632010e-01 -1354237200: 5.1328042256e-02 -1354240800: 5.0599029145e-02 -1354244400: 4.6378743809e-02 -1354248000: 5.0803962848e-02 -1354251600: 5.2530639246e-02 -1354255200: 1.3715775661e-01 -1354258800: 4.0557314414e-01 -1354262400: 6.9174430870e-01 -1354266000: 7.3060481201e-02 -1354269600: 1.4442890002e-01 -1354273200: 4.9945473419e-01 -1354276800: 2.4886335790e-01 -1354280400: 2.7438281934e-01 -1354284000: 4.0634925762e-01 -1354287600: 5.3564497449e-01 -1354291200: 2.8804796922e-01 -1354294800: 3.0355144393e-01 -1354298400: 3.1009913469e-01 -1354302000: 5.3863887039e-02 -1354305600: 5.9695063858e-02 -1354309200: 5.3919338549e-02 -1354312800: 5.1959814132e-02 -1354316400: 5.9123707243e-02 -1354320000: 1.3022608866e-01 -1354323600: 1.4795091761e-01 -1354327200: 1.1671485503e-01 -1354330800: 1.0293422842e-01 -1354334400: 5.2178672110e-02 -1354338000: 5.7792513111e-02 -1354341600: 5.2248941875e-02 -1354345200: 8.2943283898e-02 -1354348800: 1.5369316743e-01 -1354352400: 1.1055697028e-01 -1354356000: 1.2139207131e-01 -1354359600: 1.2442634166e-01 -1354363200: 1.3497344540e-01 -1354366800: 9.8421608571e-02 -1354370400: 4.9729982678e-02 -1354374000: 5.6094185333e-02 -1354377600: 5.1935372533e-02 -1354381200: 1.8568160400e-01 -1354384800: 6.7634769139e-02 -1354388400: 7.3235024998e-01 -1354392000: 3.0316369603e-01 -1354395600: 2.2886023339e-01 -1354399200: 7.6457731799e-02 -1354402800: 6.1924037847e-02 -1354406400: 5.3618202321e-02 -1354410000: 5.3841117352e-02 -1354413600: 5.9181504266e-02 -1354417200: 6.4196926771e-02 -1354420800: 4.5529128880e-02 -1354424400: 5.9732237854e-02 -1354428000: 5.3660166044e-02 -1354431600: 7.9007941284e-02 -1354435200: 1.9028113942e-01 -1354438800: 1.7050712486e-01 -1354442400: 2.5893034902e-01 -1354446000: 1.3862935431e-01 -1354449600: 1.7496553964e-01 -1354453200: 1.9336787342e-01 -1354456800: 2.0095792379e-01 -1354460400: 1.9526053243e-01 -1354464000: 1.5867024229e-01 -1354467600: 2.3991498132e-01 -1354471200: 6.4755932264e-02 -1354474800: 3.3700484270e-01 -1354478400: 3.1173017923e-01 -1354482000: 5.4642731090e-01 -1354485600: 2.1884116380e-01 -1354489200: 7.4358200038e-02 -1354492800: 5.5282787570e-02 -1354496400: 5.1642722309e-02 -1354500000: 5.8575257804e-02 -1354503600: 5.1692896006e-02 -1354507200: 5.3866061252e-02 -1354510800: 8.3704942229e-02 -1354514400: 2.8406572028e-01 -1354518000: 3.4053186686e-01 -1354521600: 7.6474018240e-02 -1354525200: 7.1040362045e-02 -1354528800: 5.3963680771e-02 -1354532400: 5.4246272789e-01 -1354536000: 2.7908074164e-01 -1354539600: 9.3429281874e-02 -1354543200: 5.2668156619e-02 -1354546800: 5.7546218130e-02 -1354550400: 7.0563401193e-02 -1354554000: 1.6891517834e-01 -1354557600: 1.0622310842e-01 -1354561200: 1.9357893860e-01 -1354564800: 3.0283028240e-01 -1354568400: 2.5686330405e-01 -1354572000: 5.0915408539e-01 -1354575600: 3.2902187177e-01 -1354579200: 1.1753294510e-01 -1354582800: 1.1196810370e-01 -1354586400: 1.1740504084e-01 -1354590000: 1.1476171663e-01 -1354593600: 1.1117439276e-01 -1354597200: 1.4112433099e-01 -1354600800: 2.2876794177e-01 -1354604400: 1.5597989643e-01 -1354608000: 3.6403585994e-01 -1354611600: 3.5720699842e-01 -1354615200: 3.7788063881e-01 -1354618800: 7.0401691541e-02 -1354622400: 4.1392675027e-02 -1354626000: 4.8867855818e-02 -1354629600: 4.1960770144e-02 -1354633200: 6.7428281732e-02 -1354636800: 1.4522455502e-01 -1354640400: 1.4788261615e-01 -1354644000: 5.1061213536e-02 -1354647600: 2.1870223045e-01 -1354651200: 4.1209587438e-01 -1354654800: 2.3202774818e-01 -1354658400: 1.9867345249e-01 -1354662000: 1.6998075561e-01 -1354665600: 1.3048617756e-01 -1354669200: 4.7478495650e-02 -1354672800: 5.3845059030e-02 -1354676400: 4.7311714136e-02 -1354680000: 4.7989592479e-02 -1354683600: 6.5513412382e-02 -1354687200: 2.2564762007e-01 -1354690800: 1.6023330565e-01 -1354694400: 4.3934737772e-02 -1354698000: 4.0051578250e-02 -1354701600: 4.5249164611e-02 -1354705200: 4.6395711339e-02 -1354708800: 3.7781230069e-02 -1354712400: 6.3836929637e-02 -1354716000: 1.3779689964e-01 -1354719600: 7.0209337141e-02 -1354723200: 9.8053911024e-02 -1354726800: 1.9100408985e-01 -1354730400: 3.4251456295e-01 -1354734000: 2.9602549289e-01 -1354737600: 2.7541320338e-01 -1354741200: 2.2342978664e-01 -1354744800: 1.6542431389e-01 -1354748400: 1.4831701333e-01 -1354752000: 5.9003694530e-02 -1354755600: 5.6398226583e-02 -1354759200: 4.8664821364e-02 -1354762800: 5.2989399638e-02 -1354766400: 5.2562502352e-02 -1354770000: 5.5193398460e-02 -1354773600: 2.6278823666e-01 -1354777200: 1.8991963776e-01 -1354780800: 2.0505434096e-01 -1354784400: 1.9889693967e-01 -1354788000: 5.2541303778e-02 -1354791600: 1.1021322769e-01 -1354795200: 1.1760904658e-01 -1354798800: 5.9206949304e-02 -1354802400: 4.5529494737e-02 -1354806000: 1.4898029843e-01 -1354809600: 4.5292341747e-01 -1354813200: 6.0627298372e-01 -1354816800: 3.8954825036e-01 -1354820400: 1.0797063403e-01 -1354824000: 2.5598826006e-01 -1354827600: 3.8731543596e-01 -1354831200: 3.1469766517e-01 -1354834800: 4.1692838053e-01 -1354838400: 4.0966325920e-01 -1354842000: 3.2081203796e-01 -1354845600: 5.7185378729e-02 -1354849200: 5.6152005820e-02 -1354852800: 4.3039783677e-02 -1354856400: 8.5491884634e-02 -1354860000: 9.6470112473e-02 -1354863600: 5.1483648964e-01 -1354867200: 5.7895857321e-01 -1354870800: 4.1098649622e-01 -1354874400: 5.3219066739e-01 -1354878000: 1.9278236027e-01 -1354881600: 1.3859116200e-01 -1354885200: 6.2485839634e-02 -1354888800: 5.0806382003e-02 -1354892400: 4.5580968969e-02 -1354896000: 4.1141335457e-02 -1354899600: 4.7140959232e-02 -1354903200: 4.6443233849e-02 -1354906800: 4.4167988592e-02 -1354910400: 4.8026267357e-02 -1354914000: 4.4753261031e-02 -1354917600: 4.1382750296e-02 -1354921200: 6.3772067016e-02 -1354924800: 5.9012921304e-02 -1354928400: 4.6657516001e-02 -1354932000: 4.4404985392e-02 -1354935600: 4.4490248054e-02 -1354939200: 4.0000921895e-02 -1354942800: 4.5806241897e-02 -1354946400: 4.3640311618e-02 -1354950000: 4.1661300822e-02 -1354953600: 9.5758123601e-02 -1354957200: 1.3850712330e-01 -1354960800: 9.1248506517e-02 -1354964400: 4.5874725666e-02 -1354968000: 8.0505348867e-02 -1354971600: 1.5581283573e-01 -1354975200: 2.8707981278e-01 -1354978800: 1.5049350546e-01 -1354982400: 8.3022793008e-02 -1354986000: 6.6447221255e-01 -1354989600: 1.2184595992e-01 -1354993200: 4.8245202985e-01 -1354996800: 1.7812870259e-01 -1355000400: 2.4768218060e-01 -1355004000: 2.8212034101e-01 -1355007600: 1.9247073055e-01 -1355011200: 4.5024170037e-02 -1355014800: 4.6617310948e-02 -1355018400: 4.5331236449e-02 -1355022000: 4.2220563603e-02 -1355025600: 4.8273155523e-02 -1355029200: 4.2276693162e-02 -1355032800: 4.4140640291e-02 -1355036400: 5.0281995613e-02 -1355040000: 6.1733713322e-02 -1355043600: 9.0923215824e-02 -1355047200: 1.9277786157e-01 -1355050800: 1.2913883349e-01 -1355054400: 1.3209238319e-01 -1355058000: 4.1965480223e-02 -1355061600: 1.5780304067e-01 -1355065200: 1.7488703240e-01 -1355068800: 1.1080443741e-01 -1355072400: 1.4716276593e-01 -1355076000: 1.3888814782e-01 -1355079600: 2.8673553557e-01 -1355083200: 2.1222296227e-01 -1355086800: 2.1036931310e-01 -1355090400: 5.5525633375e-02 -1355094000: 5.2495204365e-02 -1355097600: 4.1140075202e-02 -1355101200: 4.3063863112e-02 -1355104800: 4.5848494965e-02 -1355108400: 4.0558105713e-02 -1355112000: 4.4971868474e-02 -1355115600: 4.8083668195e-02 -1355119200: 1.6364440770e-01 -1355122800: 2.3988706108e-01 -1355126400: 6.4985903866e-02 -1355130000: 5.5039879837e-02 -1355133600: 4.5039745795e-02 -1355137200: 4.6103514182e-02 -1355140800: 1.0780579661e-01 -1355144400: 9.9073862633e-02 -1355148000: 7.9486474306e-02 -1355151600: 7.7850835649e-02 -1355155200: 1.5399907505e-01 -1355158800: 2.2901401132e-01 -1355162400: 2.6129585325e-01 -1355166000: 2.6488241849e-01 -1355169600: 4.5956956218e-01 -1355173200: 5.4631493603e-01 -1355176800: 3.4459392724e-01 -1355180400: 5.5813816608e-02 -1355184000: 4.6160686632e-02 -1355187600: 4.0023163008e-02 -1355191200: 4.3834182672e-02 -1355194800: 4.4735964306e-02 -1355198400: 4.0013981270e-02 -1355202000: 5.0222170852e-02 -1355205600: 1.7930262749e-01 -1355209200: 1.0516883669e-01 -1355212800: 3.1709661446e-01 -1355216400: 2.6693450219e-01 -1355220000: 2.1296714578e-01 -1355223600: 4.2423767037e-02 -1355227200: 3.8109560034e-02 -1355230800: 3.6330058596e-02 -1355234400: 4.3108334840e-02 -1355238000: 3.5834834001e-02 -1355241600: 3.8561222066e-02 -1355245200: 4.1992156280e-02 -1355248800: 3.6949358533e-02 -1355252400: 7.8746709564e-02 -1355256000: 2.3222173235e-01 -1355259600: 1.3844763630e-01 -1355263200: 4.7506235485e-02 -1355266800: 4.0578284719e-02 -1355270400: 3.7177029592e-02 -1355274000: 4.3082528463e-02 -1355277600: 3.6149367495e-02 -1355281200: 3.8537125629e-02 -1355284800: 4.1718071142e-02 -1355288400: 4.8280675029e-02 -1355292000: 1.2869364604e-01 -1355295600: 9.6386316608e-02 -1355299200: 3.6111697714e-02 -1355302800: 4.2448288964e-02 -1355306400: 3.7249109650e-02 -1355310000: 3.7413138173e-02 -1355313600: 4.1735406629e-02 -1355317200: 4.4457317740e-02 -1355320800: 4.3264018178e-02 -1355324400: 6.3941921716e-02 -1355328000: 9.3795595685e-02 -1355331600: 1.5443238650e-01 -1355335200: 3.2444353491e-01 -1355338800: 2.6209710618e-01 -1355342400: 1.7926511146e-01 -1355346000: 1.6876867957e-01 -1355349600: 8.6630080366e-02 -1355353200: 4.7257360111e-02 -1355356800: 4.1944489618e-02 -1355360400: 4.7147631538e-02 -1355364000: 4.6740221750e-02 -1355367600: 3.3605080370e-02 -1355371200: 4.6903644794e-02 -1355374800: 5.3875515585e-02 -1355378400: 1.7574810779e-01 -1355382000: 1.8033427826e-01 -1355385600: 9.0618345210e-02 -1355389200: 5.8072809609e-02 -1355392800: 4.6351594474e-02 -1355396400: 3.9762655483e-02 -1355400000: 4.0229054377e-02 -1355403600: 4.5882843420e-02 -1355407200: 7.0654081591e-02 -1355410800: 1.4174037351e-01 -1355414400: 4.6773750888e-02 -1355418000: 1.7691634223e-01 -1355421600: 5.4984212596e-02 -1355425200: 2.8011805583e-01 -1355428800: 2.8442242731e-01 -1355432400: 5.7637389160e-01 -1355436000: 5.8011239276e-01 -1355439600: 2.0730365871e-01 -1355443200: 6.0553157118e-02 -1355446800: 4.8629862243e-02 -1355450400: 4.0868384065e-02 -1355454000: 4.5494849674e-02 -1355457600: 4.4774715473e-02 -1355461200: 4.9899245338e-02 -1355464800: 9.3818365309e-02 -1355468400: 4.8823707378e-01 -1355472000: 5.4708971595e-01 -1355475600: 4.9609607247e-01 -1355479200: 2.4402586429e-01 -1355482800: 4.0786241227e-02 -1355486400: 4.5606056797e-02 -1355490000: 4.0001779881e-02 -1355493600: 4.1366109532e-02 -1355497200: 4.5025583469e-02 -1355500800: 3.9159952513e-02 -1355504400: 4.2173732768e-02 -1355508000: 4.6721534390e-02 -1355511600: 4.8866736640e-02 -1355515200: 3.5600300001e-02 -1355518800: 3.9923953931e-02 -1355522400: 4.5604557430e-02 -1355526000: 4.0553628933e-02 -1355529600: 4.3871024853e-02 -1355533200: 4.2498112653e-02 -1355536800: 3.9185245702e-02 -1355540400: 4.4694299065e-02 -1355544000: 4.1419804942e-02 -1355547600: 3.9165190807e-02 -1355551200: 4.8034225146e-02 -1355554800: 4.1410018720e-02 -1355558400: 3.8886909629e-02 -1355562000: 4.6367204021e-02 -1355565600: 3.9747800153e-02 -1355569200: 3.9944611597e-02 -1355572800: 4.5870231030e-02 -1355576400: 3.8935561114e-02 -1355580000: 4.0196880954e-02 -1355583600: 4.5857573704e-02 -1355587200: 4.5280054281e-02 -1355590800: 3.5030481382e-02 -1355594400: 3.9971969516e-02 -1355598000: 4.7243946444e-02 -1355601600: 4.1666891516e-02 -1355605200: 4.4947502439e-02 -1355608800: 5.4502649148e-02 -1355612400: 3.9994610316e-02 -1355616000: 4.4397488283e-02 -1355619600: 4.1432588007e-02 -1355623200: 3.8889627040e-02 -1355626800: 4.5229625104e-02 -1355630400: 4.0854947593e-02 -1355634000: 3.9195273625e-02 -1355637600: 4.6899609588e-02 -1355641200: 4.1711170805e-02 -1355644800: 3.8914453748e-02 -1355648400: 4.5475298518e-02 -1355652000: 4.0630449929e-02 -1355655600: 3.8865184450e-02 -1355659200: 4.5499559443e-02 -1355662800: 5.4509143803e-02 -1355666400: 5.5841973512e-02 -1355670000: 2.5729916839e-01 -1355673600: 4.0017226944e-01 -1355677200: 1.8799051634e-01 -1355680800: 1.0319801094e-01 -1355684400: 3.3796442882e-01 -1355688000: 1.8867362618e-01 -1355691600: 2.2977145867e-01 -1355695200: 1.3542159312e-01 -1355698800: 6.0336652581e-02 -1355702400: 5.1632836618e-02 -1355706000: 5.3289533777e-02 -1355709600: 5.3101636925e-02 -1355713200: 4.8612809290e-02 -1355716800: 5.1902869040e-02 -1355720400: 7.7679465983e-02 -1355724000: 2.0590949002e-01 -1355727600: 1.9625363280e-01 -1355731200: 5.9418905340e-02 -1355734800: 4.9720077847e-02 -1355738400: 5.5813699141e-02 -1355742000: 1.9807585651e-01 -1355745600: 2.7550054140e-01 -1355749200: 2.0058108957e-01 -1355752800: 1.0027216932e-01 -1355756400: 3.2141130057e-01 -1355760000: 3.6831909554e-01 -1355763600: 2.4498768666e-01 -1355767200: 2.5737126103e-01 -1355770800: 2.4886308503e-01 -1355774400: 1.5489507313e-01 -1355778000: 2.3005412041e-01 -1355781600: 1.1846642123e-01 -1355785200: 1.9037269738e-01 -1355788800: 1.2942324716e-01 -1355792400: 6.9455032754e-02 -1355796000: 5.5774070814e-02 -1355799600: 5.4200118661e-02 -1355803200: 5.0840081450e-02 -1355806800: 6.7638532590e-02 -1355810400: 2.3117514281e-01 -1355814000: 1.7953593432e-01 -1355817600: 5.4386099064e-02 -1355821200: 5.8673129430e-02 -1355824800: 5.0854996210e-02 -1355828400: 5.2205244868e-02 -1355832000: 5.5302272648e-02 -1355835600: 1.0024707804e-01 -1355839200: 5.4398802785e-02 -1355842800: 5.3358884861e-02 -1355846400: 4.9982640735e-02 -1355850000: 6.9882339981e-02 -1355853600: 1.2839249290e-01 -1355857200: 3.7467551610e-01 -1355860800: 2.7928303253e-01 -1355864400: 2.1091714990e-01 -1355868000: 1.2822385219e-01 -1355871600: 2.0842878653e-01 -1355875200: 1.8187983756e-01 -1355878800: 5.1638151674e-02 -1355882400: 5.4488710218e-02 -1355886000: 5.6318622560e-02 -1355889600: 4.2853272691e-02 -1355893200: 5.4376972422e-02 -1355896800: 2.1454536176e-01 -1355900400: 2.0659146294e-01 -1355904000: 5.3378850698e-02 -1355907600: 4.5850480904e-02 -1355911200: 4.8324092061e-02 -1355914800: 5.0846360352e-02 -1355918400: 2.6861567336e-01 -1355922000: 2.2744966092e-01 -1355925600: 2.4215835082e-01 -1355929200: 1.4639270858e-01 -1355932800: 2.9953974492e-01 -1355936400: 2.4609370850e-01 -1355940000: 2.2749671393e-01 -1355943600: 2.7328883311e-01 -1355947200: 2.1418738315e-01 -1355950800: 5.4119763520e-02 -1355954400: 5.8948567408e-02 -1355958000: 1.5945262198e-01 -1355961600: 1.6850427171e-01 -1355965200: 1.1228172628e-01 -1355968800: 5.4481887688e-02 -1355972400: 4.9436741113e-02 -1355976000: 5.5538918429e-02 -1355979600: 8.2025050104e-02 -1355983200: 2.4634934394e-01 -1355986800: 1.4277892267e-01 -1355990400: 4.4194466811e-02 -1355994000: 4.9141778557e-02 -1355997600: 4.6696253197e-02 -1356001200: 4.3598964287e-02 -1356004800: 4.9704933687e-02 -1356008400: 4.5856622945e-02 -1356012000: 4.4085094501e-02 -1356015600: 6.4977182624e-02 -1356019200: 1.2955455192e-01 -1356022800: 1.6562347796e-01 -1356026400: 9.8939888667e-02 -1356030000: 2.8178820507e-01 -1356033600: 2.5441203378e-01 -1356037200: 1.7546802631e-01 -1356040800: 2.7010830331e-01 -1356044400: 2.5247664162e-01 -1356048000: 1.8140666856e-01 -1356051600: 4.7795862604e-02 -1356055200: 5.1584005154e-02 -1356058800: 5.2783308843e-02 -1356062400: 4.7865308709e-02 -1356066000: 5.4393451760e-02 -1356069600: 1.4173952092e-01 -1356073200: 4.7432209597e-01 -1356076800: 2.1868078095e-01 -1356080400: 2.3302035860e-01 -1356084000: 5.1154933223e-02 -1356087600: 5.2822312088e-02 -1356091200: 4.7495459737e-02 -1356094800: 2.4522249086e-01 -1356098400: 1.7704049510e-01 -1356102000: 3.2294330854e-01 -1356105600: 6.0342224368e-01 -1356109200: 5.7582722430e-01 -1356112800: 2.7998032859e-01 -1356116400: 2.4133024899e-01 -1356120000: 2.2644923545e-01 -1356123600: 2.2623443237e-01 -1356127200: 7.1226862390e-02 -1356130800: 5.2503755097e-02 -1356134400: 7.4742279394e-02 -1356138000: 1.1693194713e-01 -1356141600: 5.1074435111e-02 -1356145200: 5.7217978267e-02 -1356148800: 5.3388072581e-02 -1356152400: 5.1383989416e-02 -1356156000: 6.0772435091e-02 -1356159600: 1.7451562554e-01 -1356163200: 1.7937675709e-01 -1356166800: 7.7847088584e-02 -1356170400: 5.0851771921e-02 -1356174000: 1.9903492057e-01 -1356177600: 1.0150473958e-01 -1356181200: 6.9148842553e-02 -1356184800: 3.5463761830e-01 -1356188400: 2.9741331808e-01 -1356192000: 2.2165529109e-01 -1356195600: 3.2135928190e-01 -1356199200: 4.9847623930e-01 -1356202800: 5.5327903449e-01 -1356206400: 1.8275949076e-01 -1356210000: 3.0998379642e-01 -1356213600: 3.0827344121e-01 -1356217200: 3.6295989547e-01 -1356220800: 1.8108109645e-01 -1356224400: 1.4977083425e-01 -1356228000: 5.3306312248e-02 -1356231600: 5.2456187114e-02 -1356235200: 5.7827532132e-02 -1356238800: 6.4765878470e-02 -1356242400: 4.3586432446e-02 -1356246000: 5.8329553942e-02 -1356249600: 5.1443630406e-02 -1356253200: 8.4380956847e-02 -1356256800: 1.3310827177e-01 -1356260400: 1.0192250092e-01 -1356264000: 1.0052581498e-01 -1356267600: 1.1034312939e-01 -1356271200: 5.2192301115e-02 -1356274800: 2.8479674537e-01 -1356278400: 1.9957350300e-01 -1356282000: 2.4999483181e-01 -1356285600: 5.9750384116e-02 -1356289200: 2.3563322088e-01 -1356292800: 4.5251762527e-01 -1356296400: 2.1504499751e-01 -1356300000: 1.9504799763e-01 -1356303600: 2.0404956511e-01 -1356307200: 7.9107897426e-02 -1356310800: 5.0873793033e-02 -1356314400: 5.8054370974e-02 -1356318000: 5.5234535398e-02 -1356321600: 5.6984281671e-02 -1356325200: 5.1675316349e-02 -1356328800: 5.8273732179e-02 -1356332400: 1.0714552874e-01 -1356336000: 2.1806679673e-01 -1356339600: 2.4667625850e-01 -1356343200: 6.5308404329e-01 -1356346800: 1.7859950902e-01 -1356350400: 1.5333582756e-01 -1356354000: 3.7418311578e-01 -1356357600: 1.5755310804e-01 -1356361200: 9.2235873939e-02 -1356364800: 7.0786763247e-02 -1356368400: 2.4831532679e-01 -1356372000: 4.3081725438e-01 -1356375600: 8.8122031209e-02 -1356379200: 5.3886510489e-02 -1356382800: 5.8331414968e-02 -1356386400: 1.2911844219e-01 -1356390000: 3.3307781363e-01 -1356393600: 3.1241036508e-01 -1356397200: 1.5814524822e-01 -1356400800: 5.3643637244e-02 -1356404400: 5.7466157037e-02 -1356408000: 5.7250860277e-02 -1356411600: 5.3330053713e-02 -1356415200: 6.1371850859e-02 -1356418800: 5.6394087373e-02 -1356422400: 6.9623483890e-02 -1356426000: 1.4983016378e-01 -1356429600: 1.0226781551e-01 -1356433200: 5.5253133209e-02 -1356436800: 5.9732440681e-02 -1356440400: 5.3069481692e-02 -1356444000: 6.4982192972e-02 -1356447600: 4.6973870242e-02 -1356451200: 5.4897433015e-02 -1356454800: 5.6718594886e-02 -1356458400: 5.4699300974e-02 -1356462000: 6.3585525700e-02 -1356465600: 5.5884647237e-02 -1356469200: 5.4948098337e-02 -1356472800: 2.6620844163e-01 -1356476400: 3.7177022459e-01 -1356480000: 4.0123942607e-01 -1356483600: 1.3488125566e-01 -1356487200: 8.9286387327e-02 -1356490800: 6.4089615354e-02 -1356494400: 6.9770107475e-02 -1356498000: 6.4472311631e-02 -1356501600: 6.4721301395e-02 -1356505200: 7.1346465390e-02 -1356508800: 7.5264802415e-02 -1356512400: 1.2389550705e-01 -1356516000: 4.3575427517e-01 -1356519600: 2.5578507465e-01 -1356523200: 2.8000280883e-01 -1356526800: 3.7251972797e-01 -1356530400: 5.5393889136e-01 -1356534000: 2.5201011452e-01 -1356537600: 5.0786892528e-01 -1356541200: 3.7078611874e-01 -1356544800: 3.4347396841e-01 -1356548400: 2.7745235553e-01 -1356552000: 5.0701661989e-01 -1356555600: 7.2471768482e-01 -1356559200: 4.0009530929e-01 -1356562800: 2.3945113204e-01 -1356566400: 2.3838528044e-01 -1356570000: 1.0717808557e-01 -1356573600: 6.0790845246e-02 -1356577200: 6.6659036751e-02 -1356580800: 6.0886657498e-02 -1356584400: 7.1341957394e-02 -1356588000: 1.0393355592e-01 -1356591600: 4.3276500185e-01 -1356595200: 1.8425491872e-01 -1356598800: 1.7750525750e-02 -1356602400: 2.3916140917e-02 -1356606000: 1.6097727105e-02 -1356609600: 1.9988818738e-02 -1356613200: 2.0302343046e-02 -1356616800: 1.6094538470e-02 -1356620400: 2.1062064630e-02 -1356624000: 1.9485039581e-02 -1356627600: 1.7221908221e-02 -1356631200: 2.3273572130e-02 -1356634800: 1.9529543634e-02 -1356638400: 1.7222222222e-02 -1356642000: 2.3283594465e-02 -1356645600: 1.9216405535e-02 -1356649200: 1.7198830701e-02 -1356652800: 2.1918108397e-02 -1356656400: 2.2210173219e-02 -1356660000: 1.5895109905e-02 -1356663600: 1.2980332414e-02 -1356667200: 2.2575223142e-02 -1356670800: 1.6111111111e-02 -1356674400: 2.1062614007e-02 -1356678000: 2.1159608215e-02 -1356681600: 1.5555555556e-02 -1356685200: 2.1364137126e-02 -1356688800: 1.9746973985e-02 -1356692400: 1.5555555556e-02 -1356696000: 2.2459960446e-02 -1356699600: 1.7262261776e-02 -1356703200: 1.5822116655e-02 -1356706800: 2.3041578921e-02 -1356710400: 1.6691859980e-02 -1356714000: 1.7987855283e-02 -1356717600: 2.3908996556e-02 -1356721200: 1.7269814827e-02 -1356724800: 1.8536372953e-02 -1356728400: 2.3357918497e-02 -1356732000: 2.3081244835e-02 -1356735600: 1.3890148053e-02 -1356739200: 1.6362910600e-02 -1356742800: 1.8903923417e-02 -1356746400: 1.6097338742e-02 -1356750000: 2.3049853848e-02 -1356753600: 1.5886955721e-02 -1356757200: 1.8281841906e-02 -1356760800: 2.2551491427e-02 -1356764400: 1.6666666667e-02 -1356768000: 1.9142187620e-02 -1356771600: 1.9746701269e-02 -1356775200: 1.6097666001e-02 -1356778800: 1.9713512627e-02 -1356782400: 1.9453512955e-02 -1356786000: 1.5568641751e-02 -1356789600: 2.0533901156e-02 -1356793200: 1.9453841690e-02 -1356796800: 1.6099225102e-02 -1356800400: 2.1362406068e-02 -1356804000: 2.1161737095e-02 -1356807600: 2.5503692297e-02 -1356811200: 1.1968947597e-02 -1356814800: 1.9699394325e-02 -1356818400: 1.8080911848e-02 -1356822000: 1.9390709466e-02 -1356825600: 2.1189677800e-02 -1356829200: 1.5555555556e-02 -1356832800: 1.9659672629e-02 -1356836400: 1.9506994038e-02 -1356840000: 1.5530285921e-02 -1356843600: 2.1088584283e-02 -1356847200: 1.9492240907e-02 -1356850800: 1.6918378104e-02 -1356854400: 2.1946178094e-02 -1356858000: 1.7246554913e-02 -1356861600: 1.5555555556e-02 -1356865200: 2.4166666667e-02 -1356868800: 1.5555555556e-02 -1356872400: 1.9418928255e-02 -1356876000: 2.0847989448e-02 -1356879600: 1.5834116978e-02 -1356883200: 2.8042137900e-02 -1356886800: 8.3568274184e-03 -1356890400: 2.2476562264e-02 -1356894000: 1.8562781479e-02 -1356897600: 2.4183286349e-02 -1356901200: 1.6721814352e-02 -1356904800: 1.9396905024e-02 -1356908400: 2.2269761642e-02 -1356912000: 1.5555555556e-02 -1356915600: 1.9087714279e-02 -1356919200: 2.0078952387e-02 -1356922800: 1.5531643756e-02 -1356926400: 1.9694577525e-02 -1356930000: 1.9194122825e-02 -1356933600: 1.7220416173e-02 -1356937200: 2.4393398241e-02 -1356940800: 1.9228031455e-02 -1356944400: 1.9697970562e-02 -1356948000: 2.7773098483e-02 -1356951600: 1.7544518758e-02 -1356955200: 1.5820876817e-02 -1356958800: 2.7219864452e-02 -1356962400: 7.2245445814e-03 -1356966000: 1.9723117724e-02 -1356969600: 2.0517734453e-02 -1356973200: 2.1412169900e-02 -1356976800: 1.7221537947e-02 -1356980400: 2.1644458887e-02 -1356984000: 2.0604584126e-02 -1356987600: 1.6920413543e-02 -1356991200: 2.1640752395e-02 -1356994800: 2.0049945173e-02 -1356998400: 1.5555555556e-02 -1357002000: 2.0499519837e-02 -1357005600: 1.8640694499e-02 -1357009200: 1.5559075313e-02 -1357012800: 2.0531124158e-02 -1357016400: 1.8658475082e-02 -1357020000: 1.6666666667e-02 -1357023600: 2.2447290206e-02 -1357027200: 1.8386043128e-02 -1357030800: 1.5822551861e-02 -1357034400: 3.0275517379e-02 -1357038000: 8.0560537863e-03 -1357041600: 1.9179210307e-02 -1357045200: 1.8583357903e-02 -1357048800: 2.2513782488e-02 -1357052400: 1.8902859608e-02 -1357056000: 5.3809246276e-02 -1357059600: 2.8067007632e-01 -1357063200: 5.0310717553e-01 -1357066800: 4.3970999655e-01 -1357070400: 1.6835116011e-01 -1357074000: 3.9688647101e-01 -1357077600: 3.5826494189e-01 -1357081200: 2.1803914107e-01 -1357084800: 2.2000480331e-01 -1357088400: 1.8767819798e-01 -1357092000: 5.7536489217e-02 -1357095600: 5.6115324617e-02 -1357099200: 4.8663063978e-02 -1357102800: 6.0230262793e-02 -1357106400: 5.7229442597e-02 -1357110000: 5.1409140460e-02 -1357113600: 5.7427050378e-02 -1357117200: 1.7370302442e-01 -1357120800: 4.9702191599e-01 -1357124400: 3.1863118618e-01 -1357128000: 2.9450026525e-01 -1357131600: 1.8618038255e-01 -1357135200: 9.8103443570e-02 -1357138800: 3.3301799257e-01 -1357142400: 1.7262539900e-01 -1357146000: 2.1246095200e-01 -1357149600: 3.1646908083e-01 -1357153200: 3.5335272620e-01 -1357156800: 3.0089011870e-01 -1357160400: 4.0921971927e-01 -1357164000: 2.0933107258e-01 -1357167600: 1.5197972466e-01 -1357171200: 1.4019611325e-01 -1357174800: 6.6757781351e-02 -1357178400: 5.9482893077e-02 -1357182000: 4.8927079928e-02 -1357185600: 6.6082528858e-02 -1357189200: 6.1415029454e-02 -1357192800: 1.1042727419e-01 -1357196400: 1.4480567031e-01 -1357200000: 8.3104845925e-02 -1357203600: 3.3886758425e-01 -1357207200: 1.4614340430e-01 -1357210800: 1.6666765282e-01 -1357214400: 7.0274695341e-02 -1357218000: 7.0591191353e-02 -1357221600: 8.3527421761e-02 -1357225200: 1.4332772057e-01 -1357228800: 1.4023135989e-01 -1357232400: 1.2186417123e-01 -1357236000: 2.6265257759e-01 -1357239600: 2.1278464690e-01 -1357243200: 3.2401615409e-01 -1357246800: 4.3055613510e-01 -1357250400: 2.2745373097e-01 -1357254000: 3.2391969787e-01 -1357257600: 1.1375952178e-01 -1357261200: 5.9156297988e-02 -1357264800: 5.3640212806e-02 -1357268400: 5.9420000765e-02 -1357272000: 5.4224104432e-02 -1357275600: 5.4387382764e-02 -1357279200: 1.1993227047e-01 -1357282800: 2.3842780067e-01 -1357286400: 1.9101067499e-01 -1357290000: 2.0958312810e-01 -1357293600: 4.9172583220e-02 -1357297200: 8.8304326717e-02 -1357300800: 5.0857366634e-02 -1357304400: 1.0826560826e-01 -1357308000: 5.2085397711e-01 -1357311600: 4.6090117273e-01 -1357315200: 1.8506866332e-01 -1357318800: 1.5081145128e-01 -1357322400: 1.7978510083e-01 -1357326000: 1.6442204564e-01 -1357329600: 1.3788889881e-01 -1357333200: 5.1711025068e-02 -1357336800: 5.4387375247e-02 -1357340400: 1.4571809897e-01 -1357344000: 1.8046011349e-01 -1357347600: 1.1904792998e-01 -1357351200: 5.7587900192e-02 -1357354800: 5.8281509851e-02 -1357358400: 6.2825911793e-02 -1357362000: 5.6391703999e-02 -1357365600: 6.0500369084e-02 -1357369200: 6.0885584583e-02 -1357372800: 8.6131520916e-02 -1357376400: 1.1359367678e-01 -1357380000: 3.1443240483e-01 -1357383600: 1.0752520809e-01 -1357387200: 8.7485128850e-02 -1357390800: 2.0583573816e-01 -1357394400: 4.3525257347e-01 -1357398000: 1.7445438822e-01 -1357401600: 2.8334423969e-01 -1357405200: 3.3007863376e-01 -1357408800: 3.4680102781e-01 -1357412400: 2.3347376332e-01 -1357416000: 3.5367134547e-01 -1357419600: 3.4686052665e-01 -1357423200: 1.9558625940e-01 -1357426800: 2.4140608148e-01 -1357430400: 1.3959973604e-01 -1357434000: 5.9491850659e-02 -1357437600: 5.5520875053e-02 -1357441200: 6.3851462185e-02 -1357444800: 5.6443195758e-02 -1357448400: 5.8007951164e-02 -1357452000: 6.3658140028e-02 -1357455600: 5.6666633243e-02 -1357459200: 9.9721750149e-02 -1357462800: 1.8738955152e-01 -1357466400: 1.5287815307e-01 -1357470000: 1.8103361316e-01 -1357473600: 1.9560058735e-01 -1357477200: 2.1462104730e-01 -1357480800: 1.6336304719e-01 -1357484400: 1.2290432024e-01 -1357488000: 1.6057929594e-01 -1357491600: 2.3431800117e-01 -1357495200: 2.4350833229e-01 -1357498800: 3.3954999882e-01 -1357502400: 3.9116899754e-01 -1357506000: 3.2816481329e-01 -1357509600: 3.0052669297e-01 -1357513200: 1.6809474263e-01 -1357516800: 1.8886609141e-01 -1357520400: 1.0934540865e-01 -1357524000: 5.5329253357e-02 -1357527600: 6.3561121823e-02 -1357531200: 4.4773941688e-02 -1357534800: 5.5752612809e-02 -1357538400: 2.3435565813e-01 -1357542000: 1.8120140452e-01 -1357545600: 5.6770746657e-02 -1357549200: 4.9999575732e-02 -1357552800: 5.3592587894e-02 -1357556400: 4.9462776510e-02 -1357560000: 4.6113221261e-02 -1357563600: 5.3305865873e-02 -1357567200: 1.4525157123e-01 -1357570800: 5.5591366024e-02 -1357574400: 8.8314470744e-02 -1357578000: 3.7450007169e-01 -1357581600: 2.7335014083e-01 -1357585200: 1.9194839620e-01 -1357588800: 2.9919141417e-01 -1357592400: 3.0233055615e-01 -1357596000: 2.3543026260e-01 -1357599600: 1.4699116336e-01 -1357603200: 4.9804309046e-02 -1357606800: 6.1384345039e-02 -1357610400: 5.5043762504e-02 -1357614000: 5.5248236167e-02 -1357617600: 5.8635050981e-02 -1357621200: 5.3097750060e-02 -1357624800: 1.0427338841e-01 -1357628400: 2.1244039685e-01 -1357632000: 5.4669285715e-01 -1357635600: 4.4760494966e-01 -1357639200: 3.1202491442e-01 -1357642800: 4.9704902045e-01 -1357646400: 4.4283617963e-01 -1357650000: 1.1117109456e-01 -1357653600: 8.6727542298e-02 -1357657200: 6.8639919691e-02 -1357660800: 7.3510833088e-02 -1357664400: 1.0405110326e-01 -1357668000: 1.9245628142e-01 -1357671600: 2.2831055974e-01 -1357675200: 3.5242020563e-01 -1357678800: 3.9867967688e-01 -1357682400: 2.0179108446e-01 -1357686000: 1.0520716981e-01 -1357689600: 1.0714323036e-01 -1357693200: 5.5813052951e-02 -1357696800: 6.1433612368e-02 -1357700400: 5.4104629773e-02 -1357704000: 5.7521914419e-02 -1357707600: 5.8931863225e-02 -1357711200: 1.0983176252e-01 -1357714800: 1.4559180622e-01 -1357718400: 8.4188824760e-02 -1357722000: 1.6566600669e-01 -1357725600: 1.6116795141e-01 -1357729200: 2.1265650715e-01 -1357732800: 8.9494437674e-02 -1357736400: 6.6683206603e-02 -1357740000: 6.7790603677e-02 -1357743600: 6.8880641953e-02 -1357747200: 1.6625461015e-01 -1357750800: 2.6449567303e-01 -1357754400: 2.1994686411e-01 -1357758000: 1.2956654815e-01 -1357761600: 1.4914824194e-01 -1357765200: 5.5813549400e-02 -1357768800: 2.3395324426e-01 -1357772400: 3.5503185419e-01 -1357776000: 1.2764471121e-01 -1357779600: 5.7511097021e-02 -1357783200: 5.1436268243e-02 -1357786800: 5.6310092871e-02 -1357790400: 5.4244830986e-02 -1357794000: 5.0269042268e-02 -1357797600: 1.0117747465e-01 -1357801200: 1.5494559877e-01 -1357804800: 9.9121463484e-02 -1357808400: 2.1832317044e-01 -1357812000: 1.4370073541e-01 -1357815600: 1.0238236807e-01 -1357819200: 7.5110114228e-02 -1357822800: 5.7742322290e-02 -1357826400: 7.1969524488e-02 -1357830000: 5.8339437348e-02 -1357833600: 1.0991976846e-01 -1357837200: 3.5814444761e-01 -1357840800: 3.0778598326e-01 -1357844400: 3.7913223316e-01 -1357848000: 2.0643899267e-01 -1357851600: 2.1812512474e-01 -1357855200: 3.5156539410e-01 -1357858800: 3.3728675356e-01 -1357862400: 2.8621495836e-01 -1357866000: 9.5888644071e-02 -1357869600: 7.6992345224e-02 -1357873200: 4.9635676473e-02 -1357876800: 5.0365849833e-02 -1357880400: 4.5836180707e-02 -1357884000: 1.0655636933e-01 -1357887600: 1.0829284488e-01 -1357891200: 1.9524726371e-01 -1357894800: 4.1953750679e-01 -1357898400: 1.4057285172e-01 -1357902000: 1.0229228297e-01 -1357905600: 2.3306730353e-01 -1357909200: 2.4215108483e-01 -1357912800: 2.0863259352e-01 -1357916400: 1.2057408210e-01 -1357920000: 5.6350470397e-02 -1357923600: 9.6452723873e-02 -1357927200: 2.3613660017e-01 -1357930800: 3.2592732308e-01 -1357934400: 2.6588283325e-01 -1357938000: 1.8540350773e-01 -1357941600: 2.3069622697e-01 -1357945200: 2.0523732751e-01 -1357948800: 1.0679091201e-01 -1357952400: 5.3006025688e-02 -1357956000: 5.2238966893e-02 -1357959600: 4.6703095493e-02 -1357963200: 4.0541106775e-02 -1357966800: 5.4707196528e-02 -1357970400: 5.0564655031e-02 -1357974000: 4.7266081424e-02 -1357977600: 1.2551264038e-01 -1357981200: 8.0560276073e-02 -1357984800: 7.8090149025e-02 -1357988400: 7.3861623342e-02 -1357992000: 1.2031588907e-01 -1357995600: 1.7613391638e-01 -1357999200: 6.3968914448e-01 -1358002800: 6.7762195798e-02 -1358006400: 1.2538626103e-01 -1358010000: 2.8869067719e-01 -1358013600: 3.1001629930e-01 -1358017200: 4.1162859787e-01 -1358020800: 1.6068648244e-01 -1358024400: 5.6085923019e-02 -1358028000: 6.1674781395e-02 -1358031600: 3.9133799747e-02 -1358035200: 1.1055038128e-01 -1358038800: 4.8934807293e-02 -1358042400: 4.8857058933e-02 -1358046000: 4.8367139429e-02 -1358049600: 4.4987938233e-02 -1358053200: 5.2475759793e-02 -1358056800: 5.8653220773e-02 -1358060400: 4.8022947916e-02 -1358064000: 8.9994231552e-02 -1358067600: 1.3613498504e-01 -1358071200: 2.9887687396e-01 -1358074800: 8.1131801250e-02 -1358078400: 2.8466179226e-01 -1358082000: 3.8747406754e-01 -1358085600: 2.3225897883e-01 -1358089200: 1.8301002999e-01 -1358092800: 2.2286260460e-01 -1358096400: 2.4440286761e-01 -1358100000: 3.5397531953e-01 -1358103600: 5.5493022206e-01 -1358107200: 2.0277767179e-01 -1358110800: 1.9063546323e-01 -1358114400: 2.1664133412e-01 -1358118000: 1.9839859960e-01 -1358121600: 1.9879003075e-01 -1358125200: 5.3562407044e-02 -1358128800: 4.6457114949e-02 -1358132400: 4.7175413965e-02 -1358136000: 4.9493347039e-02 -1358139600: 4.5280853622e-02 -1358143200: 2.1975097978e-01 -1358146800: 3.1455580985e-01 -1358150400: 1.9972399764e-01 -1358154000: 2.0486995403e-01 -1358157600: 4.2786728935e-02 -1358161200: 4.0838728692e-02 -1358164800: 1.8885157192e-01 -1358168400: 4.6398268641e-02 -1358172000: 4.5809204922e-02 -1358175600: 8.5821031523e-02 -1358179200: 1.4932017115e-01 -1358182800: 1.0116166517e-01 -1358186400: 1.1506814066e-01 -1358190000: 1.5467900669e-01 -1358193600: 2.6011154421e-01 -1358197200: 2.5803725156e-01 -1358200800: 1.7032805459e-01 -1358204400: 1.7292947156e-01 -1358208000: 1.0084596519e-01 -1358211600: 5.3942572080e-02 -1358215200: 5.0528151503e-02 -1358218800: 5.6898477469e-02 -1358222400: 5.2273004282e-02 -1358226000: 5.3825655443e-02 -1358229600: 2.0318354195e-01 -1358233200: 1.1346161670e-01 -1358236800: 3.3220052123e-01 -1358240400: 3.7213378007e-01 -1358244000: 4.7973179020e-01 -1358247600: 1.1136507560e-01 -1358251200: 1.5271949697e-01 -1358254800: 1.2587231280e-01 -1358258400: 5.1627604296e-02 -1358262000: 5.7262026784e-02 -1358265600: 4.9668072915e-02 -1358269200: 2.1447979161e-01 -1358272800: 2.2991151628e-01 -1358276400: 2.1448314007e-01 -1358280000: 5.6130501125e-02 -1358283600: 4.9059954303e-02 -1358287200: 1.9837626930e-01 -1358290800: 2.7810000772e-01 -1358294400: 2.1825321298e-01 -1358298000: 6.8330496626e-02 -1358301600: 6.4815831363e-02 -1358305200: 5.9443840718e-02 -1358308800: 6.5262776972e-02 -1358312400: 6.9691284420e-02 -1358316000: 1.9399429402e-01 -1358319600: 1.1216847283e-01 -1358323200: 4.8942660279e-02 -1358326800: 4.9973553990e-02 -1358330400: 4.6415505363e-02 -1358334000: 3.4662752856e-01 -1358337600: 4.3359254718e-01 -1358341200: 4.5886221202e-02 -1358344800: 4.9153617762e-02 -1358348400: 5.5448939876e-02 -1358352000: 2.8873994455e-01 -1358355600: 4.1808357757e-01 -1358359200: 3.5695977057e-01 -1358362800: 1.8604704590e-01 -1358366400: 2.0027462977e-01 -1358370000: 1.2256545474e-01 -1358373600: 2.3156581080e-01 -1358377200: 2.5747056735e-01 -1358380800: 1.5809100597e-01 -1358384400: 6.4131240990e-02 -1358388000: 4.4471189654e-02 -1358391600: 5.7778581928e-02 -1358395200: 5.2777718153e-02 -1358398800: 6.4598768525e-02 -1358402400: 2.1912053388e-01 -1358406000: 1.1487681208e-01 -1358409600: 5.7561746145e-02 -1358413200: 5.2215701255e-02 -1358416800: 5.7219422112e-02 -1358420400: 5.4175322743e-02 -1358424000: 5.1114193590e-02 -1358427600: 5.8034405224e-02 -1358431200: 5.2242148255e-02 -1358434800: 6.2191632834e-02 -1358438400: 2.5442986935e-01 -1358442000: 2.2871399447e-01 -1358445600: 8.8491912085e-02 -1358449200: 5.6151425009e-02 -1358452800: 4.9972099920e-02 -1358456400: 8.2837510267e-02 -1358460000: 3.3416593837e-01 -1358463600: 2.5381075130e-01 -1358467200: 2.1499555057e-01 -1358470800: 4.8630805587e-02 -1358474400: 4.2110435255e-02 -1358478000: 4.7594321981e-02 -1358481600: 4.3941336711e-02 -1358485200: 4.2199930589e-02 -1358488800: 1.1308238637e-01 -1358492400: 1.7936090499e-01 -1358496000: 1.3181366993e-01 -1358499600: 1.5822136924e-01 -1358503200: 1.3166704752e-01 -1358506800: 7.0053875912e-02 -1358510400: 2.5305603080e-01 -1358514000: 7.1100896359e-02 -1358517600: 1.4472291302e-01 -1358521200: 1.9208521371e-01 -1358524800: 4.3624320315e-01 -1358528400: 2.7104365366e-01 -1358532000: 2.0395673297e-01 -1358535600: 3.4451436924e-02 -1358539200: 4.9391450791e-02 -1358542800: 4.7825369909e-02 -1358546400: 4.2225084058e-02 -1358550000: 4.9673510754e-02 -1358553600: 4.5320403327e-02 -1358557200: 9.0560685665e-02 -1358560800: 8.4995532194e-02 -1358564400: 4.3336392384e-02 -1358568000: 4.8840286025e-02 -1358571600: 4.3660430215e-02 -1358575200: 4.5221061457e-02 -1358578800: 1.5913790573e-01 -1358582400: 1.2841904580e-01 -1358586000: 4.7498648625e-02 -1358589600: 4.6972600159e-02 -1358593200: 4.2222353928e-02 -1358596800: 4.7211718502e-02 -1358600400: 4.5830969083e-02 -1358604000: 5.1941339960e-02 -1358607600: 3.5803724593e-02 -1358611200: 4.4443031026e-02 -1358614800: 1.1414675923e-01 -1358618400: 4.1073674515e-01 -1358622000: 3.2739546683e-01 -1358625600: 1.3912987661e-01 -1358629200: 4.8833444402e-02 -1358632800: 8.2796351257e-02 -1358636400: 1.7710252669e-01 -1358640000: 1.4164526029e-01 -1358643600: 1.9990183674e-01 -1358647200: 4.6616256150e-02 -1358650800: 5.0878523025e-02 -1358654400: 5.1372489963e-02 -1358658000: 4.8853863533e-02 -1358661600: 4.9780108019e-02 -1358665200: 4.4436164559e-02 -1358668800: 5.2034435651e-02 -1358672400: 1.4592157484e-01 -1358676000: 1.6305887691e-01 -1358679600: 4.0196197357e-01 -1358683200: 1.3694734833e-01 -1358686800: 1.3892657561e-01 -1358690400: 1.2277625520e-01 -1358694000: 1.2025881885e-01 -1358697600: 1.9870446047e-01 -1358701200: 1.9547888917e-01 -1358704800: 3.2794087812e-01 -1358708400: 5.0083319103e-01 -1358712000: 3.6505132157e-01 -1358715600: 2.2686547562e-01 -1358719200: 3.3985377577e-01 -1358722800: 1.8864391351e-01 -1358726400: 4.3911641900e-02 -1358730000: 4.8565430342e-02 -1358733600: 4.7538912363e-02 -1358737200: 4.4175510200e-02 -1358740800: 4.9398671988e-02 -1358744400: 5.0849980839e-02 -1358748000: 1.7622593809e-01 -1358751600: 2.9569214529e-01 -1358755200: 6.6406886222e-02 -1358758800: 4.2839854538e-02 -1358762400: 3.9156979034e-02 -1358766000: 4.0289437048e-02 -1358769600: 1.1027737988e-01 -1358773200: 3.8041497557e-02 -1358776800: 3.7508697859e-02 -1358780400: 7.1593982119e-02 -1358784000: 1.2914943758e-01 -1358787600: 9.4559416660e-02 -1358791200: 1.9499878755e-01 -1358794800: 2.2113931872e-01 -1358798400: 1.8778595751e-01 -1358802000: 1.9871875237e-01 -1358805600: 2.1492949515e-01 -1358809200: 1.4582393917e-01 -1358812800: 1.4864887437e-01 -1358816400: 6.2900059881e-02 -1358820000: 4.8897232049e-02 -1358823600: 5.1287920386e-02 -1358827200: 5.5615279529e-02 -1358830800: 6.6852856556e-02 -1358834400: 2.1670434148e-01 -1358838000: 1.7045822615e-01 -1358841600: 3.7256649186e-01 -1358845200: 2.4950070859e-01 -1358848800: 3.5000725001e-01 -1358852400: 2.9030731141e-01 -1358856000: 4.3085153478e-01 -1358859600: 2.2084876236e-01 -1358863200: 8.5552017083e-02 -1358866800: 2.0834384467e-01 -1358870400: 5.4188181069e-02 -1358874000: 4.7471447130e-02 -1358877600: 2.0783140156e-01 -1358881200: 1.6109858523e-01 -1358884800: 1.4759741204e-01 -1358888400: 1.3147608335e-01 -1358892000: 5.0310223982e-02 -1358895600: 1.4954304530e-01 -1358899200: 1.9514845403e-01 -1358902800: 5.7506880055e-02 -1358906400: 4.1958238990e-02 -1358910000: 5.7480513080e-02 -1358913600: 5.5882246317e-02 -1358917200: 5.3863321137e-02 -1358920800: 2.0735788907e-01 -1358924400: 2.2636829853e-01 -1358928000: 1.1768271534e-01 -1358931600: 6.8086175210e-02 -1358935200: 4.9440646308e-02 -1358938800: 5.4148083385e-02 -1358942400: 6.1127197010e-02 -1358946000: 4.5005817105e-02 -1358949600: 5.1092610700e-02 -1358953200: 4.7800930409e-02 -1358956800: 4.5279925387e-02 -1358960400: 5.1305340639e-02 -1358964000: 1.4898856803e-01 -1358967600: 2.1665780781e-01 -1358971200: 2.7326387692e-01 -1358974800: 5.3511220604e-01 -1358978400: 9.1171938898e-02 -1358982000: 1.5683678614e-01 -1358985600: 1.6766551246e-01 -1358989200: 5.4772065951e-02 -1358992800: 5.6364300453e-02 -1358996400: 5.4496524810e-02 -1359000000: 5.1917898209e-02 -1359003600: 6.1069792807e-02 -1359007200: 1.8281290950e-01 -1359010800: 1.4328719872e-01 -1359014400: 5.4775303006e-02 -1359018000: 4.5887079621e-02 -1359021600: 5.0811716788e-02 -1359025200: 3.4875304320e-01 -1359028800: 2.2875064752e-01 -1359032400: 5.9418713883e-02 -1359036000: 5.5873638133e-02 -1359039600: 1.4148106084e-01 -1359043200: 1.0723746126e-01 -1359046800: 8.1494400419e-02 -1359050400: 7.2198197738e-02 -1359054000: 1.4846214983e-01 -1359057600: 2.1300593748e-01 -1359061200: 3.7550406277e-01 -1359064800: 3.8398444385e-01 -1359068400: 3.5540763535e-01 -1359072000: 1.8033960493e-01 -1359075600: 6.1068904831e-02 -1359079200: 5.4235563927e-02 -1359082800: 5.4645244355e-02 -1359086400: 5.9217423333e-02 -1359090000: 5.3084742272e-02 -1359093600: 1.2273660433e-01 -1359097200: 4.9181376452e-01 -1359100800: 2.3570232245e-01 -1359104400: 2.1163632421e-01 -1359108000: 3.6127158401e-01 -1359111600: 1.1234646565e-01 -1359115200: 8.1726200159e-02 -1359118800: 4.9996916755e-02 -1359122400: 5.8619254921e-02 -1359126000: 4.0836070960e-02 -1359129600: 5.3052248226e-02 -1359133200: 5.1606536851e-02 -1359136800: 2.0286999284e-01 -1359140400: 2.0895249139e-01 -1359144000: 1.8290691920e-01 -1359147600: 4.8624822645e-02 -1359151200: 9.9050543044e-02 -1359154800: 2.1861670583e-01 -1359158400: 1.2357778747e-01 -1359162000: 1.1652775962e-01 -1359165600: 4.2750712523e-02 -1359169200: 4.8596864797e-02 -1359172800: 4.1733117674e-02 -1359176400: 4.3003406889e-02 -1359180000: 4.9220113895e-02 -1359183600: 6.6838377559e-02 -1359187200: 1.4229392659e-01 -1359190800: 2.6464236144e-01 -1359194400: 2.0277293357e-01 -1359198000: 1.4679824654e-01 -1359201600: 6.4115100383e-02 -1359205200: 3.1752727910e-01 -1359208800: 2.4779048410e-01 -1359212400: 8.0798069541e-02 -1359216000: 2.1214661885e-01 -1359219600: 3.1180621604e-01 -1359223200: 4.8538613627e-01 -1359226800: 3.2299560739e-01 -1359230400: 2.5180170197e-01 -1359234000: 2.6807126044e-01 -1359237600: 7.0579579634e-02 -1359241200: 8.1488903093e-02 -1359244800: 7.0456532362e-02 -1359248400: 4.5025637967e-02 -1359252000: 5.0205832330e-02 -1359255600: 4.6181980061e-02 -1359259200: 4.2768658879e-02 -1359262800: 4.7439312581e-02 -1359266400: 5.2796094692e-02 -1359270000: 1.0122494074e-01 -1359273600: 2.4924555234e-01 -1359277200: 5.3476014246e-01 -1359280800: 2.6760890476e-01 -1359284400: 2.0317518472e-02 -1359288000: 1.2208335090e-02 -1359291600: 1.6386718380e-02 -1359295200: 1.5849390975e-02 -1359298800: 1.2222222222e-02 -1359302400: 1.8264925200e-02 -1359306000: 4.9704487833e-02 -1359309600: 2.3419475856e-02 -1359313200: 1.9671117135e-02 -1359316800: 1.2828882865e-02 -1359320400: 1.7451288215e-02 -1359324000: 1.9995015574e-02 -1359327600: 1.1998140655e-02 -1359331200: 1.3004904745e-02 -1359334800: 1.9168784605e-02 -1359338400: 1.1992977316e-02 -1359342000: 2.1362280437e-02 -1359345600: 3.8895615586e-03 -1359349200: 1.5859269116e-02 -1359352800: 1.2474406572e-02 -1359356400: 1.9419918567e-02 -1359360000: 1.2815796352e-02 -1359363600: 1.5816932869e-02 -1359367200: 1.9472945640e-02 -1359370800: 1.1931993177e-02 -1359374400: 1.4987785964e-02 -1359378000: 1.6677807858e-02 -1359381600: 1.2235746334e-02 -1359385200: 1.6088487474e-02 -1359388800: 1.6119658385e-02 -1359392400: 1.1931662285e-02 -1359396000: 1.6090511097e-02 -1359399600: 1.5880791870e-02 -1359403200: 1.1944444444e-02 -1359406800: 1.6063425180e-02 -1359410400: 1.5881019264e-02 -1359414000: 1.1918931848e-02 -1359417600: 1.6087561671e-02 -1359421200: 1.7549062036e-02 -1359424800: 3.8888888889e-03 -1359428400: 1.9948500658e-02 -1359432000: 1.6407292773e-02 -1359435600: 1.1952305796e-02 -1359439200: 1.8306078840e-02 -1359442800: 1.5260402340e-02 -1359446400: 2.3604830687e-01 -1359450000: 1.5140879394e-01 -1359453600: 2.6500139569e-01 -1359457200: 4.9531487196e-02 -1359460800: 1.8898662215e-02 -1359464400: 1.1681218126e-02 -1359468000: 1.5736836770e-02 -1359471600: 1.5918852152e-02 -1359475200: 1.1677644411e-02 -1359478800: 1.6898393260e-02 -1359482400: 1.5021298288e-02 -1359486000: 1.2802530674e-02 -1359489600: 1.7725146692e-02 -1359493200: 1.4192663385e-02 -1359496800: 2.0859967701e-02 -1359500400: 3.8633434702e-03 -1359504000: 1.5581100974e-02 -1359507600: 1.2705431747e-02 -1359511200: 1.9492620228e-02 -1359514800: 1.1968614692e-02 -1359518400: 1.4673941652e-02 -1359522000: 1.6992725014e-02 -1359525600: 1.1918007977e-02 -1359529200: 1.5805565737e-02 -1359532800: 1.5331981841e-02 -1359536400: 1.1666666667e-02 -1359540000: 1.6921480980e-02 -1359543600: 1.4189630131e-02 -1359547200: 1.2741630857e-02 -1359550800: 1.9183458249e-02 -1359554400: 1.1963799783e-02 -1359558000: 1.3863975511e-02 -1359561600: 1.7802691155e-02 -1359565200: 1.2777777778e-02 -1359568800: 1.4646311643e-02 -1359572400: 1.9193013721e-02 -1359576000: 1.3358728450e-02 -1359579600: 8.3082222796e-03 -1359583200: 2.0578670217e-02 -1359586800: 1.1970609245e-02 -1359590400: 1.5504206499e-02 -1359594000: 1.6718015724e-02 -1359597600: 1.1944444444e-02 -1359601200: 1.6890664264e-02 -1359604800: 1.4776002403e-02 -1359608400: 1.1944444444e-02 -1359612000: 1.7752426955e-02 -1359615600: 1.4180207217e-02 -1359619200: 1.1956254717e-02 -1359622800: 2.0241356398e-02 -1359626400: 1.3091976936e-02 -1359630000: 1.1944444444e-02 -1359633600: 1.9676572885e-02 -1359637200: 4.0867879673e-02 -1359640800: 1.1955547442e-02 -1359644400: 1.8876015145e-02 -1359648000: 1.8598651104e-02 -1359651600: 9.7475559724e-03 -1359655200: 1.2732378527e-02 -1359658800: 1.7521474826e-02 -1359662400: 1.2246146648e-02 -1359666000: 1.8835269077e-02 -1359669600: 2.0331397590e-02 -1359673200: 1.2198469582e-02 -1359676800: 1.8612132956e-02 -1359680400: 1.3880986418e-02 -1359684000: 1.1975077711e-02 -1359687600: 1.9390844349e-02 -1359691200: 1.2831377873e-02 -1359694800: 1.2697382382e-02 -1359698400: 1.9193497371e-02 -1359702000: 1.2275786913e-02 -1359705600: 1.3025735154e-02 -1359709200: 1.9461008659e-02 -1359712800: 1.2498874251e-02 -1359716400: 1.2474596429e-02 -1359720000: 1.8897251184e-02 -1359723600: 1.8319169195e-02 -1359727200: 1.0323365127e-02 -1359730800: 1.2751112669e-02 -1359734400: 1.5582220664e-02 -1359738000: 1.2777777778e-02 -1359741600: 1.9947739893e-02 -1359745200: 1.3385593440e-02 -1359748800: 1.3275402225e-02 -1359752400: 1.9176394324e-02 -1359756000: 1.1992647895e-02 -1359759600: 1.3840769257e-02 -1359763200: 1.8635092636e-02 -1359766800: 1.1968582551e-02 -1359770400: 1.4398648589e-02 -1359774000: 1.8101351411e-02 -1359777600: 1.1944444444e-02 -1359781200: 1.4652070858e-02 -1359784800: 1.7847929142e-02 -1359788400: 1.1944444444e-02 -1359792000: 1.4140429740e-02 -1359795600: 2.0846327233e-02 -1359799200: 1.8596996460e-02 -1359802800: 6.9718021223e-03 -1359806400: 1.6100954653e-02 -1359810000: 1.1850974906e-01 -1359813600: 1.6773258084e-01 -1359817200: 5.0391774231e-01 -1359820800: 3.1303388728e-01 -1359824400: 3.2315886996e-01 -1359828000: 6.4784223379e-01 -1359831600: 2.1741291540e-01 -1359835200: 2.4088267853e-01 -1359838800: 3.7376109563e-01 -1359842400: 2.5278316370e-01 -1359846000: 2.4150140131e-01 -1359849600: 1.9060391997e-01 -1359853200: 1.8819890143e-01 -1359856800: 4.8941048352e-02 -1359860400: 4.5834922956e-02 -1359864000: 6.0286673907e-02 -1359867600: 3.6106911377e-02 -1359871200: 4.7732686813e-02 -1359874800: 4.7271126339e-02 -1359878400: 8.2973912329e-02 -1359882000: 1.3888896894e-01 -1359885600: 3.6161709774e-01 -1359889200: 3.2416729071e-01 -1359892800: 3.7535254484e-01 -1359896400: 3.8095395858e-01 -1359900000: 2.8154441995e-01 -1359903600: 1.7753516458e-01 -1359907200: 1.4275093053e-01 -1359910800: 1.7821154684e-01 -1359914400: 3.7066085817e-01 -1359918000: 7.1272535406e-01 -1359921600: 2.4792907220e-01 -1359925200: 3.6573774882e-01 -1359928800: 2.4944853900e-01 -1359932400: 2.6266737027e-01 -1359936000: 2.7142523889e-01 -1359939600: 1.0677608277e-01 -1359943200: 5.8358010796e-02 -1359946800: 5.4400944918e-02 -1359950400: 6.1112282194e-02 -1359954000: 5.3624229633e-02 -1359957600: 1.1592387121e-01 -1359961200: 1.1665114372e-01 -1359964800: 1.9223986726e-01 -1359968400: 2.9589153320e-01 -1359972000: 9.2872459283e-02 -1359975600: 4.0893192360e-01 -1359979200: 2.4724748239e-01 -1359982800: 5.0588066535e-02 -1359986400: 4.2177712871e-02 -1359990000: 5.9708478785e-02 -1359993600: 1.2386103982e-01 -1359997200: 1.2553229791e-01 -1360000800: 1.9104585885e-01 -1360004400: 2.2090867590e-01 -1360008000: 2.3517887072e-01 -1360011600: 3.6261300709e-01 -1360015200: 3.5302592173e-01 -1360018800: 1.7205896656e-01 -1360022400: 1.0436011295e-01 -1360026000: 5.8338459018e-02 -1360029600: 5.6047268711e-02 -1360033200: 6.2326443077e-02 -1360036800: 5.5247249407e-02 -1360040400: 5.9653202104e-02 -1360044000: 1.7234884592e-01 -1360047600: 3.0344465353e-01 -1360051200: 2.4648278037e-01 -1360054800: 1.7693289414e-01 -1360058400: 2.7274477500e-01 -1360062000: 3.2472065196e-01 -1360065600: 2.5032966712e-01 -1360069200: 2.9244974058e-01 -1360072800: 1.6925217546e-01 -1360076400: 1.9722937358e-01 -1360080000: 1.2423135860e-01 -1360083600: 1.6944410347e-01 -1360087200: 3.0141675807e-01 -1360090800: 1.9796651710e-01 -1360094400: 1.9832971371e-01 -1360098000: 2.1972921062e-01 -1360101600: 1.7519726569e-01 -1360105200: 1.1857855800e-01 -1360108800: 6.8669971120e-02 -1360112400: 5.7991980818e-02 -1360116000: 5.7837268516e-02 -1360119600: 6.0581759447e-02 -1360123200: 5.4165225634e-02 -1360126800: 5.9414345682e-02 -1360130400: 9.4945335479e-02 -1360134000: 1.0473661203e-01 -1360137600: 9.3916073789e-02 -1360141200: 3.0164913403e-01 -1360144800: 2.3240345262e-01 -1360148400: 2.6044037741e-01 -1360152000: 2.0138108325e-01 -1360155600: 1.6332080897e-01 -1360159200: 1.6503619036e-01 -1360162800: 2.5622791130e-01 -1360166400: 2.3092099144e-01 -1360170000: 2.3984212481e-01 -1360173600: 2.0901318467e-01 -1360177200: 1.6465798554e-01 -1360180800: 1.5221861087e-01 -1360184400: 1.4208732658e-01 -1360188000: 2.4416802208e-01 -1360191600: 2.6776658098e-01 -1360195200: 2.2205288869e-01 -1360198800: 7.0476729890e-02 -1360202400: 5.3867940900e-02 -1360206000: 5.9149494684e-02 -1360209600: 5.5852761169e-02 -1360213200: 5.3614194119e-02 -1360216800: 1.0531237336e-01 -1360220400: 1.7236758991e-01 -1360224000: 3.8448376516e-01 -1360227600: 2.4621741693e-01 -1360231200: 1.0084149610e-01 -1360234800: 1.7071870211e-01 -1360238400: 2.6452542772e-01 -1360242000: 8.5854687151e-02 -1360245600: 8.7192464741e-02 -1360249200: 7.7220951945e-02 -1360252800: 1.1794127375e-01 -1360256400: 1.2040866326e-01 -1360260000: 2.2803166419e-01 -1360263600: 2.1072774922e-01 -1360267200: 1.7638941126e-01 -1360270800: 4.3806037855e-01 -1360274400: 2.1325221798e-01 -1360278000: 3.4199074943e-01 -1360281600: 1.4163643687e-01 -1360285200: 1.4260240643e-01 -1360288800: 5.7821942353e-02 -1360292400: 5.2793935735e-02 -1360296000: 5.1365615016e-02 -1360299600: 3.8383598256e-02 -1360303200: 5.2140352539e-02 -1360306800: 1.2363599916e-01 -1360310400: 2.4863819330e-01 -1360314000: 1.8489722920e-01 -1360317600: 9.6507851982e-02 -1360321200: 6.5585046542e-02 -1360324800: 3.3221914271e-01 -1360328400: 2.7165819515e-01 -1360332000: 1.6917832622e-01 -1360335600: 2.8414061231e-01 -1360339200: 2.3654240463e-01 -1360342800: 7.4788880590e-02 -1360346400: 2.3187252129e-01 -1360350000: 2.8155570753e-01 -1360353600: 2.0918235532e-01 -1360357200: 1.9693215918e-01 -1360360800: 1.8973951299e-01 -1360364400: 1.8696741760e-01 -1360368000: 1.6238770941e-01 -1360371600: 5.1608695586e-02 -1360375200: 5.1712351866e-02 -1360378800: 5.1384278516e-02 -1360382400: 5.1129310665e-02 -1360386000: 5.0552664179e-02 -1360389600: 4.6988712942e-02 -1360393200: 1.3852103362e-01 -1360396800: 1.5856132410e-01 -1360400400: 1.4787048877e-01 -1360404000: 1.4116035293e-01 -1360407600: 9.7354911315e-02 -1360411200: 1.0317795577e-01 -1360414800: 3.3970399356e-01 -1360418400: 2.7559700985e-01 -1360422000: 3.4735864142e-02 -1360425600: 1.3859588128e-01 -1360429200: 4.6671683448e-01 -1360432800: 1.5660505835e-01 -1360436400: 6.7018208073e-01 -1360440000: 3.2239553653e-01 -1360443600: 4.0149327684e-01 -1360447200: 3.4495992196e-01 -1360450800: 1.7631506680e-01 -1360454400: 1.8057386049e-01 -1360458000: 5.1581560664e-02 -1360461600: 5.2151433274e-02 -1360465200: 5.1896465803e-02 -1360468800: 5.1488045816e-02 -1360472400: 4.7784510216e-02 -1360476000: 5.8059738023e-02 -1360479600: 5.7432638780e-02 -1360483200: 8.2291248643e-02 -1360486800: 8.5262405298e-02 -1360490400: 7.6891032968e-02 -1360494000: 8.0636612605e-02 -1360497600: 8.1362474107e-02 -1360501200: 9.7502470609e-02 -1360504800: 7.3915844658e-02 -1360508400: 9.3049518757e-02 -1360512000: 6.0860122845e-02 -1360515600: 1.0814982538e-01 -1360519200: 2.0956504479e-01 -1360522800: 4.4704243836e-01 -1360526400: 1.7668548343e-01 -1360530000: 2.6145075144e-01 -1360533600: 1.6664837829e-01 -1360537200: 2.4925921358e-01 -1360540800: 1.7473452379e-01 -1360544400: 6.0836373325e-02 -1360548000: 3.6717669132e-02 -1360551600: 4.3281536986e-02 -1360555200: 5.0552722217e-02 -1360558800: 5.9061224148e-02 -1360562400: 3.3479634354e-01 -1360566000: 3.1751716590e-01 -1360569600: 2.2451241317e-01 -1360573200: 4.3057663680e-02 -1360576800: 4.2794532435e-02 -1360580400: 4.2769313137e-02 -1360584000: 4.0027558768e-02 -1360587600: 4.8040810506e-02 -1360591200: 3.9727248851e-02 -1360594800: 4.9947651639e-02 -1360598400: 1.1515230564e-01 -1360602000: 1.3515334749e-01 -1360605600: 1.7114804536e-01 -1360609200: 1.6771839022e-01 -1360612800: 2.8216558451e-01 -1360616400: 1.6660891149e-01 -1360620000: 1.4983102514e-01 -1360623600: 2.3637943151e-01 -1360627200: 1.4697707732e-01 -1360630800: 4.4996512706e-02 -1360634400: 4.4434598026e-02 -1360638000: 4.4187002961e-02 -1360641600: 4.6617625391e-02 -1360645200: 5.0836389029e-02 -1360648800: 2.1390672573e-01 -1360652400: 1.4025633809e-01 -1360656000: 1.2903192480e-01 -1360659600: 5.6843456305e-02 -1360663200: 1.5444966841e-01 -1360666800: 4.3892608940e-02 -1360670400: 4.7471353393e-02 -1360674000: 4.7219213660e-02 -1360677600: 4.7215361680e-02 -1360681200: 4.9204650678e-02 -1360684800: 3.3890065424e-02 -1360688400: 5.0524682685e-02 -1360692000: 1.1009613485e-01 -1360695600: 2.0861369665e-01 -1360699200: 2.1174404540e-01 -1360702800: 9.5657847054e-02 -1360706400: 2.0334811370e-01 -1360710000: 2.5860856810e-01 -1360713600: 2.3207735487e-01 -1360717200: 1.9495039682e-01 -1360720800: 1.0677782825e-01 -1360724400: 1.0723878409e-01 -1360728000: 1.0638266743e-01 -1360731600: 1.0942279883e-01 -1360735200: 1.8584266413e-01 -1360738800: 1.5702466966e-01 -1360742400: 4.5297996166e-02 -1360746000: 4.5498198268e-02 -1360749600: 4.3370802068e-02 -1360753200: 3.1986851323e-02 -1360756800: 4.8609970189e-02 -1360760400: 4.3612197308e-02 -1360764000: 4.3012531357e-02 -1360767600: 4.3859604612e-02 -1360771200: 4.6133720319e-02 -1360774800: 5.3778868353e-02 -1360778400: 1.5805190168e-01 -1360782000: 2.0826629147e-01 -1360785600: 1.8418541426e-01 -1360789200: 2.3442847056e-01 -1360792800: 1.8826118286e-01 -1360796400: 1.5549794666e-01 -1360800000: 4.7225921198e-02 -1360803600: 4.8098107863e-02 -1360807200: 4.4448531198e-02 -1360810800: 4.4296348237e-02 -1360814400: 5.4293544058e-02 -1360818000: 4.0535565602e-02 -1360821600: 1.7078017163e-01 -1360825200: 1.4557030632e-01 -1360828800: 2.1689174935e-01 -1360832400: 2.1371907464e-01 -1360836000: 4.7817511167e-02 -1360839600: 4.4460638750e-02 -1360843200: 4.3888262863e-02 -1360846800: 4.7951096044e-02 -1360850400: 1.6775074284e-01 -1360854000: 1.7014217837e-01 -1360857600: 1.6531594661e-01 -1360861200: 1.8229841047e-01 -1360864800: 1.3651839111e-01 -1360868400: 2.1939156919e-01 -1360872000: 2.4408856879e-01 -1360875600: 1.3920177392e-01 -1360879200: 2.5352183393e-01 -1360882800: 2.0930845967e-01 -1360886400: 1.3573548615e-01 -1360890000: 1.0032776150e-01 -1360893600: 4.8421549933e-02 -1360897200: 4.7177671121e-02 -1360900800: 4.6929393759e-02 -1360904400: 4.6692627375e-02 -1360908000: 1.1231374017e-01 -1360911600: 1.7739138466e-01 -1360915200: 1.6848303944e-01 -1360918800: 2.1848851123e-01 -1360922400: 1.4952728069e-01 -1360926000: 4.5694917557e-01 -1360929600: 3.4600243595e-01 -1360933200: 9.4484381274e-02 -1360936800: 1.3522950575e-01 -1360940400: 3.2753527806e-01 -1360944000: 8.4550365446e-02 -1360947600: 1.3087215843e-01 -1360951200: 2.6881129067e-01 -1360954800: 3.1829288032e-01 -1360958400: 1.1939193049e-01 -1360962000: 4.7518858144e-02 -1360965600: 1.3112644112e-01 -1360969200: 1.4760022726e-01 -1360972800: 1.3635787460e-01 -1360976400: 8.1041271315e-02 -1360980000: 4.3068159469e-02 -1360983600: 4.3048703848e-02 -1360987200: 4.6613935981e-02 -1360990800: 4.6148192513e-02 -1360994400: 4.6111878079e-02 -1360998000: 4.9992068242e-02 -1361001600: 1.5599565116e-01 -1361005200: 9.6761481811e-02 -1361008800: 2.6112961438e-01 -1361012400: 1.0249338134e-01 -1361016000: 4.3412499055e-01 -1361019600: 1.4062013101e-01 -1361023200: 9.8033095536e-02 -1361026800: 1.0889019189e-01 -1361030400: 1.0833371089e-01 -1361034000: 1.7601405639e-01 -1361037600: 3.0691910216e-01 -1361041200: 5.4280173814e-01 -1361044800: 1.5520368123e-01 -1361048400: 2.3834219109e-01 -1361052000: 2.0657532816e-01 -1361055600: 1.7066885419e-01 -1361059200: 7.5450156676e-02 -1361062800: 4.9114761891e-02 -1361066400: 4.8312270566e-02 -1361070000: 4.8046542358e-02 -1361073600: 4.5914279389e-02 -1361077200: 4.3612668349e-02 -1361080800: 4.4144084883e-02 -1361084400: 5.4934374162e-02 -1361088000: 1.1640788518e-01 -1361091600: 1.3639570514e-01 -1361095200: 1.2284403437e-01 -1361098800: 9.1924220596e-02 -1361102400: 6.7224890882e-02 -1361106000: 7.0578547547e-02 -1361109600: 4.4438751650e-02 -1361113200: 9.1139076845e-02 -1361116800: 4.6368986452e-02 -1361120400: 4.7160358561e-02 -1361124000: 4.6140471680e-02 -1361127600: 4.3613521857e-02 -1361131200: 4.3904221926e-02 -1361134800: 4.2780147828e-02 -1361138400: 1.6235648208e-01 -1361142000: 4.3737353146e-01 -1361145600: 1.9183370892e-01 -1361149200: 2.0810669754e-01 -1361152800: 6.1164347662e-02 -1361156400: 3.7502541422e-02 -1361160000: 4.6088796141e-02 -1361163600: 5.4676246745e-02 -1361167200: 1.8949815692e-01 -1361170800: 2.2863478230e-01 -1361174400: 8.6663327930e-02 -1361178000: 6.8306966491e-02 -1361181600: 3.8368344080e-02 -1361185200: 2.2182646475e-01 -1361188800: 4.5813108063e-01 -1361192400: 2.8971366997e-01 -1361196000: 1.2996242780e-01 -1361199600: 2.6501585152e-01 -1361203200: 9.2843056820e-02 -1361206800: 1.0428826569e-01 -1361210400: 2.4740278824e-01 -1361214000: 2.5141615610e-01 -1361217600: 3.7738370340e-01 -1361221200: 4.5052103332e-02 -1361224800: 1.4773071809e-01 -1361228400: 1.5570125868e-01 -1361232000: 7.5967518005e-02 -1361235600: 5.3608024751e-02 -1361239200: 5.2740695345e-02 -1361242800: 4.8947087057e-02 -1361246400: 4.9197650147e-02 -1361250000: 5.0811575846e-02 -1361253600: 2.0234013039e-01 -1361257200: 1.1931440698e-01 -1361260800: 8.2535394359e-02 -1361264400: 4.3635871977e-02 -1361268000: 1.8500032028e-01 -1361271600: 1.9096344654e-01 -1361275200: 1.5733884566e-01 -1361278800: 6.1108065947e-02 -1361282400: 4.2519521346e-02 -1361286000: 5.3611390898e-02 -1361289600: 3.1399924732e-02 -1361293200: 4.2355614616e-02 -1361296800: 1.7794618211e-01 -1361300400: 4.4517887485e-01 -1361304000: 3.9998149478e-01 -1361307600: 1.8263288353e-01 -1361311200: 3.0553097993e-01 -1361314800: 1.9045326152e-01 -1361318400: 4.0874375221e-02 -1361322000: 3.8853576730e-02 -1361325600: 3.5613693124e-02 -1361329200: 3.5829319533e-02 -1361332800: 3.5279681661e-02 -1361336400: 4.8987268942e-02 -1361340000: 1.7100902353e-01 -1361343600: 1.4742887909e-01 -1361347200: 3.7338097931e-02 -1361350800: 3.8879565236e-02 -1361354400: 3.6667761365e-02 -1361358000: 2.4159498874e-02 -1361361600: 4.0851394822e-02 -1361365200: 3.5552894851e-02 -1361368800: 5.0223157915e-02 -1361372400: 3.9200534514e-02 -1361376000: 3.8335005756e-02 -1361379600: 4.0006710955e-02 -1361383200: 1.2366116510e-01 -1361386800: 1.9921956379e-01 -1361390400: 1.6422138930e-01 -1361394000: 1.1741894866e-01 -1361397600: 1.2349014942e-01 -1361401200: 1.9474241399e-01 -1361404800: 1.3277262392e-01 -1361408400: 4.2748108868e-02 -1361412000: 4.2555714656e-02 -1361415600: 4.2476414214e-02 -1361419200: 5.6389638616e-02 -1361422800: 3.4167545642e-02 -1361426400: 2.1139058879e-01 -1361430000: 1.9827488808e-01 -1361433600: 4.0649855229e-02 -1361437200: 3.8600366371e-02 -1361440800: 3.8056181104e-02 -1361444400: 3.8329236263e-02 -1361448000: 4.3011258003e-02 -1361451600: 4.1696198037e-02 -1361455200: 4.1680927855e-02 -1361458800: 9.1839400197e-02 -1361462400: 1.1700987492e-01 -1361466000: 1.2084414747e-01 -1361469600: 4.8142777766e-02 -1361473200: 2.5168567250e-01 -1361476800: 2.1155628427e-01 -1361480400: 4.9631566305e-01 -1361484000: 5.7949292707e-01 -1361487600: 1.3281486601e-01 -1361491200: 3.5274870801e-02 -1361494800: 5.1891478429e-02 -1361498400: 4.6677147587e-02 -1361502000: 4.9459429550e-02 -1361505600: 4.9165432678e-02 -1361509200: 4.7252641736e-02 -1361512800: 1.0541872378e-01 -1361516400: 3.6579423385e-01 -1361520000: 1.5592458039e-01 -1361523600: 2.4858192670e-01 -1361527200: 5.5120839710e-02 -1361530800: 7.4186539851e-02 -1361534400: 5.7184249402e-02 -1361538000: 8.6684259084e-02 -1361541600: 5.7233503149e-02 -1361545200: 4.3888068509e-02 -1361548800: 4.7761347198e-02 -1361552400: 5.4162454176e-02 -1361556000: 1.1098342800e-01 -1361559600: 1.4888166805e-01 -1361563200: 1.8018816295e-01 -1361566800: 2.3750539750e-01 -1361570400: 1.0542068904e-01 -1361574000: 1.2205946583e-01 -1361577600: 8.7686221946e-02 -1361581200: 4.9727583925e-02 -1361584800: 4.9440423338e-02 -1361588400: 4.7802520304e-02 -1361592000: 4.5588303858e-02 -1361595600: 4.5546655799e-02 -1361599200: 5.0906306691e-02 -1361602800: 1.1054217111e-01 -1361606400: 1.0799752608e-01 -1361610000: 1.3495271757e-01 -1361613600: 1.6276438945e-01 -1361617200: 1.4361896211e-01 -1361620800: 1.4647507727e-01 -1361624400: 3.8319260421e-02 -1361628000: 5.4172075038e-02 -1361631600: 6.4431117178e-02 -1361635200: 4.3721951728e-01 -1361638800: 3.0497329801e-01 -1361642400: 2.3307303886e-01 -1361646000: 2.1887985677e-01 -1361649600: 5.0683487260e-01 -1361653200: 1.5380927663e-01 -1361656800: 1.9214382889e-01 -1361660400: 1.8871788672e-01 -1361664000: 1.3217887485e-01 -1361667600: 8.1049331411e-02 -1361671200: 4.6387190434e-02 -1361674800: 4.6392144982e-02 -1361678400: 5.5498001074e-02 -1361682000: 4.9732595033e-02 -1361685600: 5.3662704045e-02 -1361689200: 4.7435029655e-02 -1361692800: 1.2323279214e-01 -1361696400: 1.3122747108e-01 -1361700000: 5.2502660476e-01 -1361703600: 1.2134214278e-01 -1361707200: 1.1869465109e-01 -1361710800: 6.3582542695e-02 -1361714400: 7.5224091042e-02 -1361718000: 1.5718972811e-01 -1361721600: 2.4937007490e-01 -1361725200: 7.3102655627e-01 -1361728800: 6.3424834029e-01 -1361732400: 8.4423057774e-01 -1361736000: 5.6991592112e-01 -1361739600: 3.1864623440e-01 -1361743200: 3.5817890384e-01 -1361746800: 3.6598525483e-01 -1361750400: 2.0797203018e-01 -1361754000: 3.7392691040e-02 -1361757600: 5.1718356024e-02 -1361761200: 4.6392307265e-02 -1361764800: 4.6129581894e-02 -1361768400: 5.3233942177e-02 -1361772000: 1.9825068332e-01 -1361775600: 3.4683064627e-01 -1361779200: 6.8622017550e-02 -1361782800: 6.6140551835e-02 -1361786400: 4.1656155064e-02 -1361790000: 3.9748214495e-02 -1361793600: 2.9799092289e-01 -1361797200: 7.1891274268e-02 -1361800800: 4.7876182635e-02 -1361804400: 5.1947109843e-02 -1361808000: 7.3004967188e-02 -1361811600: 9.9920741072e-02 -1361815200: 1.9867855586e-01 -1361818800: 2.2477746044e-01 -1361822400: 1.5357953518e-01 -1361826000: 3.4428601809e-01 -1361829600: 1.4508963710e-01 -1361833200: 2.4476939632e-01 -1361836800: 1.6420676870e-01 -1361840400: 5.0806395389e-02 -1361844000: 4.9463772022e-02 -1361847600: 5.3008467219e-02 -1361851200: 5.2498393310e-02 -1361854800: 5.4403843694e-02 -1361858400: 2.1415160975e-01 -1361862000: 1.8687657138e-01 -1361865600: 2.7163435391e-01 -1361869200: 1.7783088221e-01 -1361872800: 2.7565336192e-01 -1361876400: 7.7322947793e-02 -1361880000: 3.8040093012e-02 -1361883600: 4.7194898051e-02 -1361887200: 3.2262492638e-02 -1361890800: 3.1631716350e-02 -1361894400: 4.2787966276e-02 -1361898000: 4.2457600665e-02 -1361901600: 1.5267219623e-01 -1361905200: 2.1194113890e-01 -1361908800: 2.1354635527e-01 -1361912400: 2.0375549213e-01 -1361916000: 1.8795829083e-01 -1361919600: 1.4278851032e-01 -1361923200: 5.8953441800e-02 -1361926800: 5.5747281132e-02 -1361930400: 5.2640460326e-02 -1361934000: 5.1141087359e-02 -1361937600: 5.0805378564e-02 -1361941200: 5.3333291706e-02 -1361944800: 1.6213916139e-01 -1361948400: 9.9547538287e-02 -1361952000: 5.5043981105e-02 -1361955600: 3.0808607307e-02 -1361959200: 4.7231508600e-02 -1361962800: 4.2779899978e-02 -1361966400: 4.1955221013e-02 -1361970000: 6.2154547240e-02 -1361973600: 1.2323607708e-01 -1361977200: 1.9649878260e-01 -1361980800: 5.2925603421e-02 -1361984400: 4.9540498549e-02 -1361988000: 1.6609918931e-01 -1361991600: 2.1154711260e-01 -1361995200: 2.8194504234e-01 -1361998800: 3.5079002765e-01 -1362002400: 2.0019681161e-01 -1362006000: 2.2089003483e-01 -1362009600: 1.6908028471e-01 -1362013200: 5.1346945417e-02 -1362016800: 6.1736054986e-02 -1362020400: 3.7184417999e-02 -1362024000: 4.4462071024e-02 -1362027600: 5.8302950914e-02 -1362031200: 1.8355008370e-01 -1362034800: 1.4147721468e-01 -1362038400: 4.2038432662e-02 -1362042000: 4.1110009249e-02 -1362045600: 4.0834292506e-02 -1362049200: 4.0820499747e-02 -1362052800: 4.2195868695e-02 -1362056400: 4.3344645888e-02 -1362060000: 4.2492695734e-02 -1362063600: 5.7780478228e-02 -1362067200: 7.9724428851e-02 -1362070800: 1.6777445865e-01 -1362074400: 1.3008339044e-01 -1362078000: 2.8311704738e-01 -1362081600: 2.3730952010e-01 -1362085200: 3.8883643275e-01 -1362088800: 2.3260552263e-01 -1362092400: 3.2364789545e-01 -1362096000: 9.2408639655e-02 -1362099600: 4.8313615989e-02 -1362103200: 4.7791717018e-02 -1362106800: 4.7244058755e-02 -1362110400: 4.5014791248e-02 -1362114000: 4.4711442189e-02 -1362117600: 9.6807247111e-02 -1362121200: 2.0535512993e-01 -1362124800: 1.5369192785e-01 -1362128400: 3.2801887183e-01 -1362132000: 9.7496464258e-02 -1362135600: 4.3773681102e-01 -1362139200: 2.1947076277e-01 -1362142800: 7.8388627609e-02 -1362146400: 4.4048882942e-01 -1362150000: 1.3314837697e-01 -1362153600: 5.5491841881e-01 -1362157200: 4.0924196011e-01 -1362160800: 2.1386962865e-01 -1362164400: 2.2896003756e-01 -1362168000: 2.7800855766e-01 -1362171600: 3.1437553153e-01 -1362175200: 7.0879598786e-02 -1362178800: 1.4228567157e-01 -1362182400: 1.6685915542e-01 -1362186000: 5.2167459747e-02 -1362189600: 4.8099327096e-02 -1362193200: 4.5312630906e-02 -1362196800: 4.5261447820e-02 -1362200400: 4.5288278727e-02 -1362204000: 6.2738685294e-02 -1362207600: 7.6908394405e-02 -1362211200: 1.7786597822e-01 -1362214800: 1.5131477498e-01 -1362218400: 2.0022629042e-01 -1362222000: 2.6722304133e-01 -1362225600: 1.4539108425e-01 -1362229200: 3.7432390365e-01 -1362232800: 1.7361547553e-01 -1362236400: 1.7115211028e-01 -1362240000: 1.6639355241e-01 -1362243600: 1.6122782690e-01 -1362247200: 4.0924252256e-01 -1362250800: 2.8371709814e-01 -1362254400: 1.8055509101e-01 -1362258000: 9.5298009882e-02 -1362261600: 1.0832841801e-01 -1362265200: 2.3536948083e-01 -1362268800: 1.3532595825e-01 -1362272400: 1.6290335450e-01 -1362276000: 4.2551528647e-02 -1362279600: 4.0772524178e-02 -1362283200: 5.2257643642e-02 -1362286800: 5.0236210661e-02 -1362290400: 4.9461631669e-02 -1362294000: 6.1407010429e-02 -1362297600: 1.0976665964e-01 -1362301200: 7.8052997216e-02 -1362304800: 5.4707126980e-02 -1362308400: 3.4713965412e-01 -1362312000: 9.7021082209e-02 -1362315600: 5.0281869683e-02 -1362319200: 4.8610996574e-02 -1362322800: 4.8075580743e-02 -1362326400: 4.6119178777e-02 -1362330000: 4.5831164754e-02 -1362333600: 1.4909772954e-01 -1362337200: 3.5134489883e-01 -1362340800: 2.8290886976e-01 -1362344400: 3.5744855011e-01 -1362348000: 3.8113988148e-01 -1362351600: 2.9833657246e-01 -1362355200: 1.2108775107e-01 -1362358800: 4.5527855221e-02 -1362362400: 4.7201080816e-02 -1362366000: 4.8610565555e-02 -1362369600: 4.8067794045e-02 -1362373200: 4.9993673596e-02 -1362376800: 1.5623152682e-01 -1362380400: 1.7867134592e-01 -1362384000: 5.0169970615e-02 -1362387600: 4.3608466026e-02 -1362391200: 4.3032293382e-02 -1362394800: 4.3582894787e-02 -1362398400: 2.5891261534e-01 -1362402000: 6.0316701192e-02 -1362405600: 3.1381848611e-02 -1362409200: 2.6492986329e-01 -1362412800: 1.1783074362e-01 -1362416400: 9.4396408148e-02 -1362420000: 1.7763287460e-01 -1362423600: 1.9887020083e-01 -1362427200: 2.2967243069e-01 -1362430800: 4.4339203744e-01 -1362434400: 2.7039038298e-01 -1362438000: 6.3942587241e-02 -1362441600: 4.4419637347e-02 -1362445200: 4.1996012713e-02 -1362448800: 4.1685285229e-02 -1362452400: 4.1627524491e-02 -1362456000: 4.0876656820e-02 -1362459600: 5.0115424933e-02 -1362463200: 2.1286013857e-01 -1362466800: 1.7248865960e-01 -1362470400: 4.2301174160e-02 -1362474000: 6.3056416510e-02 -1362477600: 1.7444064922e-01 -1362481200: 3.9463989785e-02 -1362484800: 3.7483456028e-02 -1362488400: 5.4166460032e-02 -1362492000: 4.0001191208e-02 -1362495600: 3.7800783850e-02 -1362499200: 4.4160418626e-02 -1362502800: 3.5284737936e-02 -1362506400: 3.7574271928e-02 -1362510000: 1.9247164665e-01 -1362513600: 2.1855244379e-01 -1362517200: 2.3014676851e-01 -1362520800: 2.2431466813e-01 -1362524400: 2.0886005538e-01 -1362528000: 7.1910836025e-02 -1362531600: 4.0039064589e-02 -1362535200: 2.9981796400e-02 -1362538800: 4.7503755061e-02 -1362542400: 5.4897457598e-02 -1362546000: 4.8661260685e-02 -1362549600: 9.3461926625e-02 -1362553200: 1.2020967823e-01 -1362556800: 8.0571796504e-02 -1362560400: 7.0266188110e-02 -1362564000: 5.6966433162e-02 -1362567600: 2.6914413252e-01 -1362571200: 1.6748613996e-01 -1362574800: 2.1191380417e-01 -1362578400: 2.1415051439e-01 -1362582000: 4.3672365650e-02 -1362585600: 4.7214122488e-02 -1362589200: 4.7887101292e-02 -1362592800: 1.2282383065e-01 -1362596400: 1.0004760316e-01 -1362600000: 3.1661107978e-01 -1362603600: 3.1810731868e-01 -1362607200: 2.0764232494e-01 -1362610800: 1.7141328218e-01 -1362614400: 8.1518034982e-02 -1362618000: 4.7495209256e-02 -1362621600: 5.3628202258e-02 -1362625200: 5.1677573402e-02 -1362628800: 5.2203456092e-02 -1362632400: 5.2220262364e-02 -1362636000: 1.3383462886e-01 -1362639600: 1.2984038788e-01 -1362643200: 9.0265491570e-02 -1362646800: 7.7148682054e-02 -1362650400: 2.0615796371e-01 -1362654000: 9.4190223114e-02 -1362657600: 6.8917674672e-02 -1362661200: 1.7969621818e-01 -1362664800: 8.2802316510e-02 -1362668400: 4.9164697248e-02 -1362672000: 3.7471539970e-02 -1362675600: 1.1640093868e-01 -1362679200: 1.0938234594e-01 -1362682800: 1.7019929681e-01 -1362686400: 2.2630214370e-01 -1362690000: 4.3821573729e-01 -1362693600: 4.8655150337e-01 -1362697200: 2.2694226444e-01 -1362700800: 9.9920670991e-02 -1362704400: 4.1911025420e-02 -1362708000: 4.0590569378e-02 -1362711600: 4.0834127014e-02 -1362715200: 4.8557421677e-02 -1362718800: 4.5558984888e-02 -1362722400: 7.5215753856e-02 -1362726000: 1.6976301977e-01 -1362729600: 1.5029524439e-01 -1362733200: 3.0278770474e-01 -1362736800: 8.5034700257e-02 -1362740400: 6.6135635197e-02 -1362744000: 2.7912213216e-01 -1362747600: 1.2660570373e-01 -1362751200: 1.8538225009e-01 -1362754800: 1.1523969380e-01 -1362758400: 4.3014237614e-02 -1362762000: 3.7764647911e-02 -1362765600: 1.5468888133e-01 -1362769200: 1.8602040591e-01 -1362772800: 1.8574984251e-01 -1362776400: 3.9434996814e-01 -1362780000: 1.9991251093e-01 -1362783600: 1.1847202912e-01 -1362787200: 4.9137759022e-02 -1362790800: 5.5844446956e-02 -1362794400: 5.5831323459e-02 -1362798000: 7.1904923305e-02 -1362801600: 5.4809177220e-02 -1362805200: 5.0552454659e-02 -1362808800: 8.6280627726e-02 -1362812400: 1.1007312615e-01 -1362816000: 1.3337321804e-01 -1362819600: 4.8621360308e-02 -1362823200: 4.7191747821e-02 -1362826800: 4.6945916838e-02 -1362830400: 5.0008233952e-02 -1362834000: 8.2772066487e-02 -1362837600: 5.2247324913e-02 -1362841200: 6.0267945874e-02 -1362844800: 7.6373595179e-02 -1362848400: 7.1707719940e-02 -1362852000: 1.3771243751e-01 -1362855600: 4.0735073885e-01 -1362859200: 1.2701131019e-01 -1362862800: 3.3399022269e-01 -1362866400: 3.8360158484e-01 -1362870000: 2.1995162372e-01 -1362873600: 6.3391449527e-02 -1362877200: 6.9585835438e-02 -1362880800: 1.0844676053e-01 -1362884400: 5.8035129834e-02 -1362888000: 5.7535669741e-02 -1362891600: 5.7776530158e-02 -1362895200: 6.8165683762e-02 -1362898800: 9.2929331003e-02 -1362902400: 7.7260364162e-02 -1362906000: 9.1124275774e-02 -1362909600: 5.9984090501e-02 -1362913200: 8.1067397667e-02 -1362916800: 9.3882620085e-02 -1362920400: 1.5318453427e-01 -1362924000: 3.3434868136e-01 -1362927600: 1.5243614498e-01 -1362931200: 1.4619447090e-01 -1362934800: 7.7306860934e-02 -1362938400: 3.7977810633e-01 -1362942000: 1.5412357612e-01 -1362945600: 1.6196850253e-01 -1362949200: 1.6941215859e-01 -1362952800: 1.6785655981e-01 -1362956400: 1.3468246146e-01 -1362960000: 9.1824241502e-02 -1362963600: 4.5272556165e-02 -1362967200: 5.7732763823e-02 -1362970800: 4.5046364591e-02 -1362974400: 3.2250925792e-02 -1362978000: 5.9035970350e-02 -1362981600: 2.0321212370e-01 -1362985200: 1.6133775574e-01 -1362988800: 2.0276427036e-01 -1362992400: 2.0056652131e-01 -1362996000: 4.7229753801e-02 -1362999600: 2.8940903440e-01 -1363003200: 2.2995386774e-01 -1363006800: 1.5972805525e-01 -1363010400: 1.3727636457e-01 -1363014000: 7.2243551099e-02 -1363017600: 1.5935777684e-01 -1363021200: 1.2193777210e-01 -1363024800: 1.4686680295e-01 -1363028400: 2.0050542456e-01 -1363032000: 2.2135318456e-01 -1363035600: 1.9881568129e-01 -1363039200: 2.0408317170e-01 -1363042800: 1.3497446926e-01 -1363046400: 1.1650072321e-01 -1363050000: 4.8330075979e-02 -1363053600: 4.8031932738e-02 -1363057200: 4.7963048276e-02 -1363060800: 4.8470658400e-02 -1363064400: 5.5167133423e-02 -1363068000: 1.9227191106e-01 -1363071600: 1.3535812284e-01 -1363075200: 3.5570590750e-01 -1363078800: -nan diff --git a/t/data/sample2.log b/t/data/sample2.log deleted file mode 100644 index 9c2a262c..00000000 --- a/t/data/sample2.log +++ /dev/null @@ -1,8643 +0,0 @@ - pwr_md - -1331974800: 1.5102014102e-01 -1331978400: 4.1101640480e-02 -1331982000: 4.0582730995e-02 -1331985600: 1.2248821931e-01 -1331989200: 1.3691801307e-01 -1331992800: 2.8830805333e-01 -1331996400: 3.0827173806e-01 -1332000000: 2.7426957118e-01 -1332003600: 1.7835551615e-01 -1332007200: 1.3589342316e-02 -1332010800: 1.3330765432e-02 -1332014400: 1.4167884177e-02 -1332018000: 1.3586224959e-02 -1332021600: 1.3358636994e-02 -1332025200: 1.3333208093e-02 -1332028800: 1.3051543410e-02 -1332032400: 1.3300929701e-02 -1332036000: 6.1088360709e-02 -1332039600: 1.5334346076e-02 -1332043200: 1.3057962398e-02 -1332046800: 1.3051644442e-02 -1332050400: 2.9363241156e-02 -1332054000: 3.8163687916e-02 -1332057600: 1.2210299480e-02 -1332061200: 1.5567478298e-02 -1332064800: 9.7097916333e-03 -1332068400: 1.1667226962e-02 -1332072000: 1.1668150340e-02 -1332075600: 1.2210275382e-02 -1332079200: 1.1954000234e-02 -1332082800: 5.2186130382e-01 -1332086400: 9.0630084243e-02 -1332090000: 1.0489424745e-01 -1332093600: 2.0488156455e-01 -1332097200: 1.2401993049e-01 -1332100800: 6.4822332860e-02 -1332104400: 7.7364306443e-02 -1332108000: 8.5516245043e-02 -1332111600: 9.0613857720e-02 -1332115200: 9.7394489077e-02 -1332118800: 1.9958860420e-02 -1332122400: 1.2462124188e-02 -1332126000: 1.2617916793e-02 -1332129600: 1.1970818332e-02 -1332133200: 1.8586472092e-02 -1332136800: 1.3531977842e-01 -1332140400: 4.8871527270e-02 -1332144000: 1.3587408741e-02 -1332147600: 1.3337619979e-02 -1332151200: 1.3311496008e-02 -1332154800: 1.5861433865e-02 -1332158400: 1.2235374739e-02 -1332162000: 1.2777777778e-02 -1332165600: 1.2222222222e-02 -1332169200: 1.2500000000e-02 -1332172800: 1.7212389050e-02 -1332176400: 2.7184813853e-02 -1332180000: 1.2737872812e-01 -1332183600: 1.3395839193e-01 -1332187200: 5.7831860353e-02 -1332190800: 2.6689708316e-02 -1332194400: 3.8080004075e-01 -1332198000: 2.7997961358e-01 -1332201600: 3.1163263146e-02 -1332205200: 1.4721194442e-02 -1332208800: 1.4300621960e-02 -1332212400: 1.0565017848e-02 -1332216000: 1.5885107781e-02 -1332219600: 2.6144249834e-02 -1332223200: 9.5785991811e-02 -1332226800: 1.1958647244e-02 -1332230400: 1.1933941980e-02 -1332234000: 1.0541806994e-02 -1332237600: 1.0011284868e-02 -1332241200: 1.1947176365e-02 -1332244800: 1.1954678681e-02 -1332248400: 1.2212490270e-02 -1332252000: 1.2231954174e-02 -1332255600: 1.2489746968e-02 -1332259200: 1.6942370820e-02 -1332262800: 1.0687668921e-01 -1332266400: 1.8159270605e-01 -1332270000: 2.5100576660e-01 -1332273600: 1.8863230256e-01 -1332277200: 2.2030980771e-01 -1332280800: 2.2965786498e-01 -1332284400: 2.1900032049e-01 -1332288000: 3.6556614954e-01 -1332291600: 4.9592941746e-02 -1332295200: 1.4148933305e-02 -1332298800: 1.2517733362e-02 -1332302400: 1.2899861661e-02 -1332306000: 1.2632448215e-02 -1332309600: 2.8879174520e-02 -1332313200: 1.3530172791e-01 -1332316800: 1.3342343249e-02 -1332320400: 1.3024367996e-02 -1332324000: 1.2798578979e-02 -1332327600: 2.5553211433e-02 -1332331200: 1.9804569077e-01 -1332334800: 4.1109813119e-02 -1332338400: 3.8615793186e-02 -1332342000: 1.1675644801e-02 -1332345600: 2.0714297975e-02 -1332349200: 6.3692490670e-02 -1332352800: 1.0402982452e-01 -1332356400: 3.2002715314e-01 -1332360000: 2.2647169288e-01 -1332363600: 5.1929156487e-02 -1332367200: 5.2205171640e-02 -1332370800: 8.8926917823e-02 -1332374400: 1.8460006207e-01 -1332378000: 2.6001275769e-02 -1332381600: 1.1625202269e-02 -1332385200: 1.1427018115e-02 -1332388800: 1.1669811648e-02 -1332392400: 1.9966172748e-02 -1332396000: 9.1701334983e-02 -1332399600: 2.8900480375e-02 -1332403200: 1.3310758577e-01 -1332406800: 2.0355963980e-01 -1332410400: 1.6583328781e-01 -1332414000: 2.7271177250e-01 -1332417600: 1.4229877294e-01 -1332421200: 1.5026011736e-01 -1332424800: 1.0386473767e-01 -1332428400: 1.7587514497e-01 -1332432000: 1.1922018651e-02 -1332435600: 9.9890200215e-02 -1332439200: 2.0238131232e-01 -1332442800: 2.3161314435e-01 -1332446400: 2.1304799662e-01 -1332450000: 2.0834050862e-01 -1332453600: 1.8394517427e-01 -1332457200: 1.8051369675e-01 -1332460800: 1.1545250985e-01 -1332464400: 3.1782327250e-02 -1332468000: 1.3444795448e-02 -1332471600: -nan -1332475200: 1.2506021020e-02 -1332478800: 1.3631950162e-02 -1332482400: 2.3917445111e-02 -1332486000: 4.7209735624e-02 -1332489600: 2.4393829159e-02 -1332493200: 8.9150542156e-02 -1332496800: 1.3114626632e-02 -1332500400: 3.1748570067e-01 -1332504000: 1.6697889909e-01 -1332507600: 7.0777840383e-02 -1332511200: 4.3779240282e-01 -1332514800: 1.9336475511e-01 -1332518400: 1.4442034762e-02 -1332522000: 3.2767787670e-02 -1332525600: 1.1108730517e-01 -1332529200: 2.1477243699e-01 -1332532800: 1.9557716494e-01 -1332536400: 1.7722365484e-01 -1332540000: 1.8304049866e-01 -1332543600: 1.3957830514e-01 -1332547200: 7.4853591297e-02 -1332550800: 1.9417554221e-02 -1332554400: 1.6532248949e-02 -1332558000: 9.2934393519e-03 -1332561600: 2.0843747548e-02 -1332565200: 1.1968565486e-02 -1332568800: 1.9399417756e-02 -1332572400: 1.7993483191e-01 -1332576000: 1.1483241700e-01 -1332579600: 6.0259032475e-02 -1332583200: 2.5296523081e-02 -1332586800: 9.7728363412e-02 -1332590400: 7.3363665332e-02 -1332594000: 2.0441205860e-01 -1332597600: 1.8162147534e-01 -1332601200: 1.7318881764e-02 -1332604800: 4.5535061980e-02 -1332608400: 5.9696455238e-02 -1332612000: 2.6429623266e-01 -1332615600: 1.3178480049e-01 -1332619200: 3.4751219854e-02 -1332622800: 3.6393488632e-02 -1332626400: 2.0852109430e-02 -1332630000: 1.6390207134e-02 -1332633600: 2.8608161939e-02 -1332637200: 2.9938938852e-02 -1332640800: 4.8928983541e-02 -1332644400: 9.7687846918e-03 -1332648000: 1.6606019321e-02 -1332651600: 9.5050917899e-03 -1332655200: 1.4142210696e-02 -1332658800: 2.7510784787e-02 -1332662400: 4.2753993145e-02 -1332666000: 2.5297590600e-02 -1332669600: 1.6116366000e-02 -1332673200: 2.5547367379e-02 -1332676800: 1.6673923381e-02 -1332680400: 4.4500019775e-01 -1332684000: 2.1113062397e-02 -1332687600: 2.4442384370e-02 -1332691200: 1.5279485208e-02 -1332694800: 2.4707717338e-02 -1332698400: 3.5899145728e-02 -1332702000: 1.5450564314e-01 -1332705600: 2.4719986922e-01 -1332709200: 2.9703444604e-01 -1332712800: 4.9740452877e-01 -1332716400: 4.8513677776e-02 -1332720000: 2.7502172384e-02 -1332723600: 2.1499859623e-02 -1332727200: 8.1938774840e-03 -1332730800: 1.8564506549e-02 -1332734400: 1.2245517957e-02 -1332738000: 1.6856324148e-01 -1332741600: 4.8404511794e-02 -1332745200: 2.2211989191e-02 -1332748800: 1.6399121920e-02 -1332752400: 7.5000000000e-03 -1332756000: 1.7777777778e-02 -1332759600: 7.5000000000e-03 -1332763200: 1.5269290214e-02 -1332766800: 1.0275473725e-02 -1332770400: 1.0540717891e-02 -1332774000: 1.5025629280e-02 -1332777600: 8.0555555556e-03 -1332781200: 2.1933332206e-02 -1332784800: 2.9129058114e-02 -1332788400: 3.3912322868e-02 -1332792000: 6.3312914777e-02 -1332795600: 3.3055769663e-02 -1332799200: 5.6629080970e-02 -1332802800: 3.5038270236e-02 -1332806400: 1.6384631509e-02 -1332810000: 1.8226564327e-02 -1332813600: 8.3449978144e-03 -1332817200: 1.6810835294e-02 -1332820800: 8.5892755216e-03 -1332824400: 5.8270169026e-02 -1332828000: 1.4504831537e-01 -1332831600: 2.9220008742e-01 -1332835200: 8.2826616869e-02 -1332838800: 2.6940748896e-01 -1332842400: 8.7666149191e-02 -1332846000: 1.2292405771e-01 -1332849600: 2.3137145135e-01 -1332853200: 2.3668700982e-01 -1332856800: 4.4443573347e-02 -1332860400: 3.0833555706e-02 -1332864000: 2.0553382521e-02 -1332867600: 9.4974425150e-02 -1332871200: 8.3799247009e-02 -1332874800: 4.8966501364e-02 -1332878400: 6.2402053474e-02 -1332882000: 4.7880307366e-02 -1332885600: 2.7521716515e-02 -1332889200: 3.3610858364e-02 -1332892800: 1.3881268237e-02 -1332896400: 1.8920267493e-02 -1332900000: 8.4577439092e-03 -1332903600: 1.7351980668e-02 -1332907200: 8.3318791384e-03 -1332910800: 2.6110984106e-02 -1332914400: 6.2514945542e-02 -1332918000: 2.9709818249e-02 -1332921600: 1.0843286495e-02 -1332925200: 1.6957139670e-02 -1332928800: 3.1794931540e-01 -1332932400: 5.6762959398e-02 -1332936000: 1.6346498159e-01 -1332939600: 5.2915463127e-02 -1332943200: 1.7111954190e-01 -1332946800: 1.6644348727e-02 -1332950400: 2.8987580486e-01 -1332954000: 2.5138830686e-02 -1332957600: 4.9645948588e-02 -1332961200: 5.7742935616e-02 -1332964800: 1.0218316154e-01 -1332968400: 1.1608986650e-01 -1332972000: 1.3180758515e-01 -1332975600: 7.0835948444e-02 -1332979200: 9.4641132529e-03 -1332982800: 1.8548342174e-02 -1332986400: 1.0895732519e-02 -1332990000: 1.3308883498e-02 -1332993600: 1.8081745470e-02 -1332997200: 8.1391839024e-02 -1333000800: 1.2498062907e-01 -1333004400: 6.6985356805e-02 -1333008000: 1.8443430646e-01 -1333011600: 1.3777677347e-01 -1333015200: 1.7582420400e-01 -1333018800: 8.1686938296e-02 -1333022400: 2.7167217494e-01 -1333026000: 2.1692860050e-01 -1333029600: 1.7491245634e-02 -1333033200: 1.5007557887e-02 -1333036800: 1.3335804688e-02 -1333040400: 8.7149445166e-02 -1333044000: 8.1403415665e-02 -1333047600: 1.2346185383e-01 -1333051200: 9.7112135059e-02 -1333054800: 4.8862164624e-02 -1333058400: 6.3006844871e-02 -1333062000: 6.8360735901e-02 -1333065600: 3.1736271964e-02 -1333069200: 2.4398706313e-02 -1333072800: 1.5024381090e-02 -1333076400: 1.4136726719e-02 -1333080000: 2.3644227807e-02 -1333083600: 1.9157541196e-02 -1333087200: 1.2445535725e-01 -1333090800: 1.9166201233e-02 -1333094400: 7.7770085090e-03 -1333098000: 1.2500608973e-02 -1333101600: 7.4476578982e-01 -1333105200: 1.1272871748e-01 -1333108800: 1.6887523883e-01 -1333112400: 2.0722848453e-01 -1333116000: 2.4459880333e-02 -1333119600: 1.5842868084e-02 -1333123200: 1.9053479596e-01 -1333126800: 5.1122691441e-02 -1333130400: 2.2380093958e-01 -1333134000: 6.1687812009e-02 -1333137600: 5.5279013159e-02 -1333141200: 6.8619777628e-02 -1333144800: 9.1854646276e-02 -1333148400: 1.1442903870e-01 -1333152000: 5.2393507464e-02 -1333155600: 2.1666666667e-02 -1333159200: 8.5848758128e-03 -1333162800: 1.4419885391e-02 -1333166400: 1.5050794352e-02 -1333170000: 3.7689404384e-02 -1333173600: 4.7019970189e-02 -1333177200: 8.0569990147e-03 -1333180800: 1.4276919829e-01 -1333184400: 1.2232686560e-02 -1333188000: 8.3228436096e-03 -1333191600: 1.6408897956e-02 -1333195200: 7.5000000000e-03 -1333198800: 3.3870882214e-02 -1333202400: 3.7240228897e-02 -1333206000: 1.2861111111e-01 -1333209600: 1.0998782475e-01 -1333213200: 4.9053535436e-01 -1333216800: 2.0900668538e-01 -1333220400: 4.8554715129e-01 -1333224000: 2.0434506121e-01 -1333227600: 2.1085800005e-02 -1333231200: 2.5857283639e-02 -1333234800: 6.1894576833e-02 -1333238400: 2.8638331245e-02 -1333242000: 8.1019312780e-03 -1333245600: 1.6602090675e-02 -1333249200: 8.1329196764e-03 -1333252800: 1.0276553058e-02 -1333256400: 1.8324822085e-02 -1333260000: 1.2782083259e-02 -1333263600: 4.8893538739e-02 -1333267200: 4.9835661078e-02 -1333270800: 1.3290876741e-01 -1333274400: 2.6094730079e-01 -1333278000: 3.2291268091e-01 -1333281600: 1.2891163556e-01 -1333285200: 3.9614537390e-01 -1333288800: 2.9465314701e-02 -1333292400: 2.0822327977e-02 -1333296000: 2.4961475735e-01 -1333299600: 1.0686144028e-01 -1333303200: 5.1253559837e-01 -1333306800: 1.0135941596e-01 -1333310400: 1.2750306083e-01 -1333314000: 1.3472697199e-01 -1333317600: 6.5571472096e-02 -1333321200: 2.9298258746e-02 -1333324800: 9.1946548202e-03 -1333328400: 9.4158773662e-03 -1333332000: 1.8080297835e-02 -1333335600: 8.0400363038e-03 -1333339200: 2.8043710422e-02 -1333342800: 7.7529906520e-02 -1333346400: 8.3565972157e-03 -1333350000: 1.7500000000e-02 -1333353600: 7.5000000000e-03 -1333357200: 1.6100591940e-02 -1333360800: 1.5556299780e-02 -1333364400: 7.5097749469e-03 -1333368000: 1.0269702298e-02 -1333371600: 1.7230297702e-02 -1333375200: 7.5000000000e-03 -1333378800: 1.8333333333e-02 -1333382400: 7.7663693183e-03 -1333386000: 8.2750752188e-02 -1333389600: 2.8623159891e-02 -1333393200: 4.0658436403e-02 -1333396800: 3.1566944622e-02 -1333400400: 5.8755464294e-02 -1333404000: 7.4192125687e-02 -1333407600: 2.3719416216e-02 -1333411200: 2.2225078351e-02 -1333414800: 2.0544043284e-02 -1333418400: 1.6096142823e-02 -1333422000: 2.6397544976e-02 -1333425600: 2.1114952218e-02 -1333429200: 9.9901490389e-02 -1333432800: 4.4576968227e-02 -1333436400: 1.2755738028e-02 -1333440000: 1.1410928639e-02 -1333443600: 9.9906744727e-03 -1333447200: 1.4443660218e-02 -1333450800: 7.4971593933e-03 -1333454400: 1.6679617027e-02 -1333458000: 7.5000000000e-03 -1333461600: 1.8324344650e-02 -1333465200: 7.7867664608e-03 -1333468800: 9.3172212388e-02 -1333472400: 4.6161741080e-02 -1333476000: 1.9250292918e-01 -1333479600: 1.1196130645e-01 -1333483200: 2.5806454150e-01 -1333486800: 3.4289209871e-01 -1333490400: 1.5626158242e-01 -1333494000: 5.0626912279e-02 -1333497600: 1.5815951972e-02 -1333501200: 2.1956600340e-02 -1333504800: 1.0555766019e-02 -1333508400: 2.0813321912e-02 -1333512000: 1.1413210278e-02 -1333515600: 2.0533158369e-02 -1333519200: 4.9222032640e-01 -1333522800: 1.0272814145e-01 -1333526400: 4.4535665345e-01 -1333530000: 4.0843477717e-02 -1333533600: 2.2070114950e-01 -1333537200: 9.8709564957e-02 -1333540800: 3.9894523279e-02 -1333544400: 3.0290282826e-01 -1333548000: 1.8113422433e-01 -1333551600: 8.6111111111e-03 -1333555200: 2.7205226823e-02 -1333558800: 5.9151112679e-02 -1333562400: 6.5515766627e-02 -1333566000: 5.1652857582e-02 -1333569600: 6.3208159680e-02 -1333573200: 1.3030121992e-01 -1333576800: 1.4479343127e-01 -1333580400: 1.6978906459e-01 -1333584000: 3.5832567201e-02 -1333587600: 3.5301038934e-02 -1333591200: 8.0828880307e-03 -1333594800: 1.5940571293e-02 -1333598400: 1.8047300231e-02 -1333602000: 2.0210133259e-01 -1333605600: 2.3245163139e-01 -1333609200: 2.1313400645e-01 -1333612800: 2.0327707981e-01 -1333616400: 2.2833329503e-01 -1333620000: 1.3171478320e-01 -1333623600: 6.0260783378e-02 -1333627200: 1.7553968102e-01 -1333630800: 1.5981468841e-01 -1333634400: 8.8533152332e-02 -1333638000: 7.4658644985e-02 -1333641600: 1.3804656415e-01 -1333645200: 4.7767377759e-02 -1333648800: 2.7691869921e-01 -1333652400: 1.3537403611e-01 -1333656000: 4.2654550756e-01 -1333659600: 1.3893311898e-01 -1333663200: 1.9232705446e-01 -1333666800: 1.7417308932e-01 -1333670400: 1.4105278254e-01 -1333674000: 2.0013291603e-02 -1333677600: 2.1570911368e-02 -1333681200: 1.9819703188e-02 -1333684800: 1.4206469177e-02 -1333688400: 5.6813809697e-02 -1333692000: 1.2452694447e-01 -1333695600: 1.1133224967e-01 -1333699200: 9.8367063517e-02 -1333702800: 3.1175609951e-01 -1333706400: 2.9057800613e-01 -1333710000: 1.1686968560e-01 -1333713600: 1.8002429081e-01 -1333717200: 8.6207394866e-03 -1333720800: 7.7684401055e-03 -1333724400: 1.7509337672e-02 -1333728000: 6.3840968664e-03 -1333731600: 1.3602928431e-02 -1333735200: 1.1645888436e-02 -1333738800: 6.4226418219e-03 -1333742400: 1.8582561251e-02 -1333746000: 6.3932868065e-03 -1333749600: 9.1686575237e-03 -1333753200: 1.6111402146e-02 -1333756800: 6.0956931231e-03 -1333760400: 1.5003836561e-02 -1333764000: 1.0564358319e-02 -1333767600: 6.6913153803e-03 -1333771200: 1.9144006172e-02 -1333774800: 6.1337716054e-03 -1333778400: 9.6816842416e-03 -1333782000: 1.6151649092e-02 -1333785600: 6.6550046833e-03 -1333789200: 1.4169126912e-02 -1333792800: 9.4436515778e-03 -1333796400: 1.0553948106e-02 -1333800000: 1.3900490943e-02 -1333803600: 6.3888888889e-03 -1333807200: 1.6364339219e-02 -1333810800: 9.7339198003e-03 -1333814400: 6.6795187584e-03 -1333818000: 1.8879979728e-02 -1333821600: 6.1200202721e-03 -1333825200: 1.1370625090e-02 -1333828800: 1.4441353178e-02 -1333832400: 6.1324661761e-03 -1333836000: 1.5811331113e-02 -1333839600: 9.4664466643e-03 -1333843200: 6.9205663218e-03 -1333846800: 1.8634989234e-02 -1333850400: 6.3888888889e-03 -1333854000: 1.0801734294e-02 -1333857600: 1.5309376817e-02 -1333861200: 6.3888888889e-03 -1333864800: 1.4434543382e-02 -1333868400: 1.1676567730e-02 -1333872000: 6.6666666667e-03 -1333875600: 1.7765463920e-02 -1333879200: 8.0678694134e-03 -1333882800: 6.9444444444e-03 -1333886400: 1.8598760477e-02 -1333890000: 6.4012395229e-03 -1333893600: 1.1654628380e-02 -1333897200: 1.4443510112e-02 -1333900800: 6.1240837299e-03 -1333904400: 1.5267483111e-02 -1333908000: 1.0843628000e-02 -1333911600: 6.6666666667e-03 -1333915200: 1.7476455321e-02 -1333918800: 8.0791002342e-03 -1333922400: 6.9444444444e-03 -1333926000: 1.9141867933e-02 -1333929600: 6.1099374190e-03 -1333933200: 8.6118779677e-03 -1333936800: 1.7186290266e-02 -1333940400: 6.4259981896e-03 -1333944000: 1.1390062447e-02 -1333947600: 1.4996301734e-02 -1333951200: 6.4056119740e-03 -1333954800: 1.3317648298e-02 -1333958400: 1.3048936109e-02 -1333962000: 6.4081806481e-03 -1333965600: 1.4724363561e-02 -1333969200: 1.1955145676e-02 -1333972800: 9.5824117397e-02 -1333976400: 3.4441515948e-02 -1333980000: 3.3308353926e-02 -1333983600: 4.5013627204e-02 -1333987200: 2.4888680827e-01 -1333990800: 2.2971165184e-01 -1333994400: 7.5523820347e-02 -1333998000: 2.1241825040e-01 -1334001600: 3.9994397230e-01 -1334005200: 1.5112210165e-01 -1334008800: 5.3360937168e-01 -1334012400: 1.0542441386e-01 -1334016000: 3.9771995180e-02 -1334019600: 8.3099121331e-03 -1334023200: 1.0555472480e-02 -1334026800: 1.8356837609e-02 -1334030400: 1.4976110057e-02 -1334034000: 3.0319191261e-01 -1334037600: 9.0522956538e-02 -1334041200: 1.2101997796e-01 -1334044800: 1.8059848685e-02 -1334048400: 1.1951416371e-02 -1334052000: 8.8778674076e-03 -1334055600: 2.0820758146e-02 -1334059200: 8.9026511048e-03 -1334062800: 9.4419859394e-03 -1334066400: 2.1946167962e-02 -1334070000: 8.3346662064e-03 -1334073600: 1.0538629891e-02 -1334077200: 2.6655092449e-02 -1334080800: 9.7646667612e-02 -1334084400: 2.0589104210e-01 -1334088000: 7.8065455318e-02 -1334091600: 1.8037307376e-01 -1334095200: 2.0364920517e-01 -1334098800: 1.3047562967e-01 -1334102400: 1.9743809464e-02 -1334106000: 3.0554573932e-02 -1334109600: 1.7220195960e-02 -1334113200: 2.1245276382e-02 -1334116800: 2.7248930118e-02 -1334120400: 1.7224047950e-02 -1334124000: 3.5546411529e-02 -1334127600: 3.5032358002e-02 -1334131200: 1.9155864470e-02 -1334134800: 1.8277707630e-01 -1334138400: 7.1224781928e-01 -1334142000: 5.4403583422e-02 -1334145600: 8.9156565321e-03 -1334149200: 3.8380285301e-01 -1334152800: 7.0628518341e-02 -1334156400: 2.1915104518e-01 -1334160000: 1.4047510329e-01 -1334163600: 2.2869392173e-01 -1334167200: 4.7493044006e-02 -1334170800: 7.7373581436e-02 -1334174400: 7.8999007348e-02 -1334178000: 1.0683159571e-01 -1334181600: 1.2412647964e-01 -1334185200: 7.6010521297e-02 -1334188800: 1.5580995674e-02 -1334192400: 1.2737751598e-02 -1334196000: 1.3928915069e-02 -1334199600: 1.1788143237e-02 -1334203200: 1.1666163736e-02 -1334206800: 1.1545693027e-02 -1334210400: 4.8216305881e-02 -1334214000: 1.0795984782e-01 -1334217600: 1.3661701805e-01 -1334221200: 3.2325166309e-01 -1334224800: 5.2218090618e-01 -1334228400: 5.5929461817e-02 -1334232000: 1.4178130495e-02 -1334235600: 1.1388888889e-02 -1334239200: 2.5821273440e-02 -1334242800: 2.6669270175e-02 -1334246400: 2.8296922098e-01 -1334250000: 2.4872679450e-01 -1334253600: 2.5794413669e-01 -1334257200: 3.4344060928e-01 -1334260800: 1.6590475463e-01 -1334264400: 2.2387531839e-02 -1334268000: 2.2005274751e-01 -1334271600: 8.5706594630e-02 -1334275200: 5.1741528213e-02 -1334278800: 1.9999032540e-02 -1334282400: 1.6451151549e-02 -1334286000: 1.9725618777e-02 -1334289600: 1.9184245015e-02 -1334293200: 1.9168390798e-02 -1334296800: 3.6657738220e-02 -1334300400: 5.6943716380e-02 -1334304000: 4.4441095037e-02 -1334307600: 2.2237555791e-02 -1334311200: 2.3340365930e-02 -1334314800: 1.0443014861e-01 -1334318400: 3.6684539519e-02 -1334322000: 2.4711719826e-02 -1334325600: 2.4729672685e-02 -1334329200: 2.4703085589e-02 -1334332800: 3.5085478746e-02 -1334336400: 1.3539804142e-01 -1334340000: 1.0368328094e-01 -1334343600: 1.2051337146e-01 -1334347200: 1.5648402902e-01 -1334350800: 1.6366902543e-01 -1334354400: 8.1286335711e-02 -1334358000: 1.3356634153e-02 -1334361600: 1.2751818291e-02 -1334365200: 1.2501857480e-02 -1334368800: 1.2524102006e-02 -1334372400: 1.2471826169e-02 -1334376000: 1.2782513159e-02 -1334379600: 1.3054781638e-02 -1334383200: 1.2788255383e-02 -1334386800: 2.4433234930e-02 -1334390400: 5.6374283573e-02 -1334394000: 3.2026281407e-01 -1334397600: 2.3500943587e-01 -1334401200: 1.1279897313e-01 -1334404800: 7.1655715166e-02 -1334408400: 7.0816468376e-02 -1334412000: 6.6656757680e-02 -1334415600: 7.2198207985e-02 -1334419200: 8.5898302466e-02 -1334422800: 4.1370425070e-02 -1334426400: 5.3185901172e-02 -1334430000: 1.3693007081e-01 -1334433600: 1.2892835611e-01 -1334437200: 1.1695686571e-01 -1334440800: 1.7324102973e-01 -1334444400: 2.1682682746e-01 -1334448000: 2.7551739663e-01 -1334451600: 2.3899988087e-01 -1334455200: 6.3864984374e-02 -1334458800: 2.2230019385e-02 -1334462400: 2.1943257122e-02 -1334466000: 2.1389291229e-02 -1334469600: 2.1124266947e-02 -1334473200: 2.1378323035e-02 -1334476800: 2.1943314530e-02 -1334480400: 2.0558257409e-02 -1334484000: 2.0564072670e-02 -1334487600: 5.3581227561e-02 -1334491200: 6.3608011460e-02 -1334494800: 3.0865541944e-02 -1334498400: 2.2765978999e-02 -1334502000: 3.5272536236e-02 -1334505600: 4.5270663630e-02 -1334509200: 4.5552713652e-02 -1334512800: 4.5242969146e-02 -1334516400: 1.4872818185e-01 -1334520000: 1.9119933896e-01 -1334523600: 1.3171786457e-01 -1334527200: 1.3240610721e-01 -1334530800: 1.2944357029e-01 -1334534400: 1.3041595259e-01 -1334538000: 1.9580244156e-01 -1334541600: 1.8269258795e-01 -1334545200: 1.3502424774e-02 -1334548800: 1.3032480771e-02 -1334552400: 1.2776235951e-02 -1334556000: 1.8322832133e-02 -1334559600: 1.3090673368e-02 -1334563200: 1.1375940504e-02 -1334566800: 1.3613528339e-02 -1334570400: 1.1954975602e-02 -1334574000: 1.1654114339e-02 -1334577600: 1.1123663438e-02 -1334581200: 1.2200596362e-02 -1334584800: 1.3632736972e-02 -1334588400: 1.1656774759e-02 -1334592000: 1.1398780796e-02 -1334595600: 2.0178169852e-02 -1334599200: 1.6044074864e-01 -1334602800: 1.3585571781e-01 -1334606400: 1.2885231772e-01 -1334610000: 1.3980011541e-01 -1334613600: 1.2910207804e-01 -1334617200: 1.5001718620e-01 -1334620800: 4.2390868381e-02 -1334624400: 1.9993851938e-02 -1334628000: 1.8722757799e-02 -1334631600: 1.8787064133e-02 -1334635200: 1.8612209299e-02 -1334638800: 1.8901099893e-02 -1334642400: 2.5558391253e-02 -1334646000: 1.2231868077e-02 -1334649600: 1.2500000000e-02 -1334653200: 1.2500000000e-02 -1334656800: 1.2490157767e-02 -1334660400: 1.2499891186e-02 -1334664000: 1.2232173269e-02 -1334667600: 1.2490938721e-02 -1334671200: 1.2495924383e-02 -1334674800: 1.3613734631e-02 -1334678400: 1.0843846710e-02 -1334682000: 1.2488176038e-02 -1334685600: 1.2234046184e-02 -1334689200: 1.2475409458e-02 -1334692800: 1.2222338155e-02 -1334696400: 1.2246696831e-02 -1334700000: 3.9528941047e-02 -1334703600: 1.4917515743e-01 -1334707200: 9.4046058655e-02 -1334710800: 1.9436612691e-02 -1334714400: 1.9169095291e-02 -1334718000: 1.8897646233e-02 -1334721600: 1.8609951945e-02 -1334725200: 1.8874302973e-02 -1334728800: 1.8641990242e-02 -1334732400: 1.1953576828e-02 -1334736000: 1.1935675951e-02 -1334739600: 1.1665053213e-02 -1334743200: 1.1664570567e-02 -1334746800: 1.1679144714e-02 -1334750400: 1.1666666667e-02 -1334754000: 1.1933472745e-02 -1334757600: 1.1677638366e-02 -1334761200: 1.2213240728e-02 -1334764800: 1.1943464605e-02 -1334768400: 1.1954405779e-02 -1334772000: 1.1944444444e-02 -1334775600: 8.9250110730e-02 -1334779200: 1.5662432330e-01 -1334782800: 1.3446578228e-01 -1334786400: 1.3502458350e-01 -1334790000: 3.8473530270e-02 -1334793600: 2.0548367652e-02 -1334797200: 2.0028477990e-02 -1334800800: 1.8640379831e-02 -1334804400: 1.8844068881e-02 -1334808000: 1.8629972935e-02 -1334811600: 1.8346090274e-02 -1334815200: 1.7513201244e-02 -1334818800: 4.1022377229e-01 -1334822400: 8.7276227706e-02 -1334826000: 1.5164179019e-01 -1334829600: 9.7338397128e-03 -1334833200: 1.6931996237e-02 -1334836800: 9.7349198412e-03 -1334840400: 1.4723541097e-02 -1334844000: 1.0834103617e-02 -1334847600: 1.2766836316e-02 -1334851200: 1.2790742408e-02 -1334854800: 1.1101292949e-02 -1334858400: 1.5285076309e-02 -1334862000: 8.3196727516e-03 -1334865600: 1.7225346313e-02 -1334869200: 7.4982777821e-03 -1334872800: 1.7801453365e-02 -1334876400: 7.7551936955e-03 -1334880000: 1.8051584869e-02 -1334883600: 1.4193221435e-02 -1334887200: 7.7777777778e-03 -1334890800: 1.6922199284e-02 -1334894400: 1.0830730908e-02 -1334898000: 1.1668662107e-02 -1334901600: 1.3911741034e-02 -1334905200: 8.0555555556e-03 -1334908800: 1.7766145924e-02 -1334912400: 7.5116318534e-03 -1334916000: 1.7765769035e-02 -1334919600: 7.7707281068e-03 -1334923200: 1.5840634203e-02 -1334926800: 9.7339797655e-03 -1334930400: 1.2203587580e-02 -1334934000: 1.3629745753e-02 -1334937600: 8.3128773712e-03 -1334941200: 1.7510044739e-02 -1334944800: 7.7795220222e-03 -1334948400: 1.8064222535e-02 -1334952000: 7.4778367988e-03 -1334955600: 1.8886923656e-02 -1334959200: 8.6048743294e-03 -1334962800: 1.3891444824e-02 -1334966400: 1.1945037935e-02 -1334970000: 1.0534027913e-02 -1334973600: 1.5575815441e-02 -1334977200: 7.8062613246e-03 -1334980800: 1.7297011160e-02 -1334984400: 7.7029888403e-03 -1334988000: 1.8611111111e-02 -1334991600: 8.0406804222e-03 -1334995200: 1.6106163527e-02 -1334998800: 1.0007492281e-02 -1335002400: 1.1935379332e-02 -1335006000: 1.1677032485e-02 -1335009600: 8.3352894643e-03 -1335013200: 6.9719855105e-02 -1335016800: 2.4447199012e-02 -1335020400: 1.8064241705e-02 -1335024000: 2.8050500797e-01 -1335027600: 3.4994368376e-02 -1335031200: 7.0222790398e-02 -1335034800: 9.8072224845e-02 -1335038400: 7.7779378663e-02 -1335042000: 1.1176499004e-01 -1335045600: 1.4783872747e-01 -1335049200: 1.4748359458e-01 -1335052800: 5.8005584323e-02 -1335056400: 1.2735081056e-02 -1335060000: 1.1958682509e-02 -1335063600: 1.1695125324e-02 -1335067200: 1.1666666667e-02 -1335070800: 1.3299379999e-02 -1335074400: 1.1554208531e-02 -1335078000: 4.4023417535e-02 -1335081600: 1.3752394718e-01 -1335085200: 1.5262072115e-01 -1335088800: 3.9607366204e-01 -1335092400: 8.5446936956e-02 -1335096000: 1.9992340121e-02 -1335099600: 3.3062675908e-02 -1335103200: 1.1384875017e-02 -1335106800: 1.2771056596e-02 -1335110400: 1.3357890082e-02 -1335114000: 1.1388888889e-02 -1335117600: 1.1376857852e-02 -1335121200: 3.1519552782e-02 -1335124800: 1.5123697158e-01 -1335128400: 1.6429137512e-01 -1335132000: 1.5363577859e-01 -1335135600: 9.7359468029e-02 -1335139200: 1.6667383454e-02 -1335142800: 1.3610080418e-02 -1335146400: 1.0681237125e-02 -1335150000: 1.2264523749e-02 -1335153600: 1.9137848378e-02 -1335157200: 6.7535162522e-02 -1335160800: 1.9734023629e-02 -1335164400: 1.2509500872e-02 -1335168000: 1.1111111111e-02 -1335171600: 1.1376103327e-02 -1335175200: 1.3892776120e-02 -1335178800: 1.0979046013e-02 -1335182400: 1.1238274256e-02 -1335186000: 1.1115735513e-02 -1335189600: 1.1107860949e-02 -1335193200: 1.4179092711e-02 -1335196800: 1.5265366567e-02 -1335200400: 3.8309022263e-02 -1335204000: 1.0990577003e-01 -1335207600: 7.4726589598e-02 -1335211200: 5.7813147830e-02 -1335214800: 6.6669228564e-02 -1335218400: 6.8052371988e-02 -1335222000: 6.0604442425e-02 -1335225600: 1.5845729954e-02 -1335229200: 1.6096284108e-02 -1335232800: 1.2823157780e-02 -1335236400: 1.3028998285e-02 -1335240000: 1.2778139260e-02 -1335243600: 3.7677565228e-01 -1335247200: 4.5153307782e-01 -1335250800: 3.7530454223e-02 -1335254400: 1.0167215314e-01 -1335258000: 1.1391558748e-02 -1335261600: 2.7466467684e-01 -1335265200: 1.9561672877e-01 -1335268800: 1.3218176686e-01 -1335272400: 1.3753626347e-01 -1335276000: 1.2781470832e-02 -1335279600: 1.2777795730e-02 -1335283200: 1.8285955866e-02 -1335286800: 2.8345514017e-02 -1335290400: 8.2419551406e-02 -1335294000: 1.7182324551e-01 -1335297600: 3.0902269094e-01 -1335301200: 2.5584690664e-01 -1335304800: 7.4975232154e-02 -1335308400: 9.7878567744e-02 -1335312000: 1.4974042900e-02 -1335315600: 1.2786635582e-02 -1335319200: 1.2798487496e-02 -1335322800: 1.2682447608e-02 -1335326400: 1.2834621430e-02 -1335330000: 3.5445576945e-02 -1335333600: 6.5975191003e-02 -1335337200: 2.3636596502e-02 -1335340800: 2.4988465387e-02 -1335344400: 2.3311003975e-02 -1335348000: 3.7528724692e-01 -1335351600: 4.6117393711e-02 -1335355200: 9.4995727838e-02 -1335358800: 1.6664582337e-01 -1335362400: 4.6922645427e-02 -1335366000: 4.0334263846e-02 -1335369600: 3.9834458733e-02 -1335373200: 4.2625037721e-01 -1335376800: 1.1067492960e-01 -1335380400: 9.1834266088e-02 -1335384000: 4.9126127975e-02 -1335387600: 6.4556272636e-02 -1335391200: 1.3823618711e-01 -1335394800: 6.6671970326e-02 -1335398400: 1.7209552481e-02 -1335402000: 1.1938174940e-02 -1335405600: 1.2142178123e-02 -1335409200: 1.3175750360e-02 -1335412800: 1.5831216399e-02 -1335416400: 8.0027078657e-02 -1335420000: 1.3044158768e-02 -1335423600: 5.1866721367e-02 -1335427200: 4.3615320956e-01 -1335430800: 2.8170492672e-01 -1335434400: 2.0580428530e-01 -1335438000: 1.5169532929e-01 -1335441600: 7.1109677671e-02 -1335445200: 3.1677246875e-02 -1335448800: 1.3888888889e-02 -1335452400: 1.3888888889e-02 -1335456000: 1.2433217124e-01 -1335459600: 4.0613943015e-02 -1335463200: 2.8933041272e-02 -1335466800: 2.3492617540e-02 -1335470400: 2.7603299684e-01 -1335474000: 3.0253782822e-01 -1335477600: 1.6164670451e-01 -1335481200: 6.6299586253e-02 -1335484800: 1.3888888889e-02 -1335488400: 1.4411541256e-02 -1335492000: 1.4700516167e-02 -1335495600: 1.4199263808e-02 -1335499200: 1.6364767795e-02 -1335502800: 3.8644718043e-02 -1335506400: 3.1092727562e-02 -1335510000: 3.0544537225e-02 -1335513600: 4.0280844794e-02 -1335517200: 5.6099285171e-02 -1335520800: 1.5489726951e-01 -1335524400: 1.4762880849e-01 -1335528000: 2.2527142397e-01 -1335531600: 1.4816459305e-01 -1335535200: 1.3029879737e-01 -1335538800: 5.9318892696e-02 -1335542400: 4.1118134803e-02 -1335546000: 2.8970578391e-01 -1335549600: 4.8066702702e-02 -1335553200: 1.1395426519e-01 -1335556800: 2.1964576220e-01 -1335560400: 1.0100863595e-01 -1335564000: 1.7482754083e-01 -1335567600: 9.0266563036e-02 -1335571200: 2.4178900108e-02 -1335574800: 2.3337567607e-02 -1335578400: 2.3059622012e-02 -1335582000: 2.3211909674e-02 -1335585600: 2.5044611760e-02 -1335589200: 6.7834969445e-02 -1335592800: 2.7809407079e-02 -1335596400: 3.2511636778e-02 -1335600000: 2.2489591377e-02 -1335603600: 2.2219518568e-02 -1335607200: 2.0537637953e-02 -1335610800: 1.9748456722e-01 -1335614400: 4.4809321200e-01 -1335618000: 4.4986444756e-02 -1335621600: 2.7788088657e-02 -1335625200: 2.8334859464e-02 -1335628800: 2.7480019926e-02 -1335632400: 2.9178593727e-02 -1335636000: 3.0839974661e-02 -1335639600: 2.7970691019e-02 -1335643200: 6.0025564125e-02 -1335646800: 6.2224114355e-02 -1335650400: 6.0491125468e-02 -1335654000: 7.3215709934e-02 -1335657600: 8.9565616587e-02 -1335661200: 4.4236402158e-02 -1335664800: 3.5290208405e-02 -1335668400: 3.3890069388e-02 -1335672000: 3.3631757409e-02 -1335675600: 6.5709392353e-02 -1335679200: 3.2627419311e-02 -1335682800: 3.2775116572e-02 -1335686400: 5.1099035247e-02 -1335690000: 9.0763036064e-02 -1335693600: 1.0285779151e-01 -1335697200: 3.2301163803e-01 -1335700800: 7.2269720895e-02 -1335704400: 4.8194051032e-01 -1335708000: 1.3153885028e-01 -1335711600: 7.8744160422e-02 -1335715200: 4.7193026632e-02 -1335718800: 4.2945569830e-01 -1335722400: 1.1299595436e-01 -1335726000: 1.3024510497e-01 -1335729600: 7.3390869455e-02 -1335733200: 7.0505891536e-02 -1335736800: 1.0505073733e-01 -1335740400: 2.6185612595e-02 -1335744000: 2.1932346073e-02 -1335747600: 1.7204450424e-02 -1335751200: 2.3389518567e-02 -1335754800: 2.2749820545e-02 -1335758400: 2.3260542392e-02 -1335762000: 2.1088415600e-01 -1335765600: 6.9426531885e-02 -1335769200: 1.6061918062e-01 -1335772800: 2.0546739034e-02 -1335776400: 1.8564598294e-02 -1335780000: 2.1434227931e-02 -1335783600: 2.0556274953e-02 -1335787200: 1.6385663293e-02 -1335790800: 2.1095024546e-02 -1335794400: 1.9459436024e-02 -1335798000: 2.0569147036e-02 -1335801600: 2.0811046844e-02 -1335805200: 3.8058255671e-02 -1335808800: 4.3331803911e-02 -1335812400: 4.1644424154e-02 -1335816000: 5.5137872409e-02 -1335819600: 2.6917307712e-01 -1335823200: 1.3837799162e-01 -1335826800: 7.0887657743e-02 -1335830400: 3.8102055693e-02 -1335834000: 1.6395176050e-02 -1335837600: 2.0558617642e-02 -1335841200: 1.6376622090e-02 -1335844800: 2.3595829999e-02 -1335848400: 1.6959705929e-02 -1335852000: 5.5299656174e-02 -1335855600: 2.1653121747e-02 -1335859200: 1.9748196305e-02 -1335862800: 2.0277777778e-02 -1335866400: 9.7177687614e-02 -1335870000: 1.0995728882e-01 -1335873600: 2.6143324111e-01 -1335877200: 2.1865400468e-01 -1335880800: 2.5518383021e-02 -1335884400: 6.6703839201e-02 -1335888000: 2.3026618872e-02 -1335891600: 1.8001894191e-01 -1335895200: 5.5520086771e-02 -1335898800: 5.8582129860e-02 -1335902400: 8.5532454724e-02 -1335906000: 1.4595601869e-01 -1335909600: 5.2052426155e-01 -1335913200: 1.8006760613e-01 -1335916800: 6.7994103717e-02 -1335920400: 2.1356544706e-02 -1335924000: 1.9677430429e-02 -1335927600: 2.0077135976e-02 -1335931200: 1.6869065917e-02 -1335934800: 2.2008352894e-02 -1335938400: 1.1912612702e-01 -1335942000: 2.4476769802e-02 -1335945600: 1.0351870934e-01 -1335949200: 3.4593406817e-01 -1335952800: 2.0136390687e-01 -1335956400: 2.0891317699e-01 -1335960000: 4.2770484654e-02 -1335963600: 2.7219801750e-02 -1335967200: 2.8890664821e-02 -1335970800: 2.2230351820e-02 -1335974400: 2.7675160993e-02 -1335978000: 2.7925389469e-01 -1335981600: 4.5823756197e-02 -1335985200: 7.8232529294e-02 -1335988800: 8.1423349872e-02 -1335992400: 1.4280893623e-01 -1335996000: 1.4205427734e-01 -1335999600: 1.0074534794e-01 -1336003200: 2.6693521052e-02 -1336006800: 2.0301079687e-02 -1336010400: 2.4143743882e-02 -1336014000: 2.0300700562e-02 -1336017600: 2.7476663242e-02 -1336021200: 6.8597313189e-02 -1336024800: 4.1981579125e-02 -1336028400: 2.8871065509e-02 -1336032000: 2.2795601158e-02 -1336035600: 2.2489983992e-02 -1336039200: 6.1954460453e-02 -1336042800: 1.1250000000e-01 -1336046400: 2.2500747844e-01 -1336050000: 1.1820314124e-01 -1336053600: 3.7483208268e-01 -1336057200: 5.4179519866e-02 -1336060800: 4.1891734663e-02 -1336064400: 3.3361632581e-02 -1336068000: 8.9644212897e-02 -1336071600: 9.6080751354e-02 -1336075200: 1.6712536973e-01 -1336078800: 4.0558593142e-01 -1336082400: 2.7920777937e-01 -1336086000: 2.7594253640e-01 -1336089600: 2.9169741463e-02 -1336093200: 2.2242628499e-02 -1336096800: 2.4945524014e-02 -1336100400: 2.3359839453e-02 -1336104000: 2.3360243649e-02 -1336107600: 2.2217320374e-02 -1336111200: 5.7234836718e-02 -1336114800: 3.3868639818e-02 -1336118400: 2.8641253213e-02 -1336122000: 2.3051747510e-02 -1336125600: 3.6068147120e-02 -1336129200: 2.8947121680e-01 -1336132800: 3.5286586489e-02 -1336136400: 4.3944387922e-01 -1336140000: 3.3593483470e-02 -1336143600: 3.1694257057e-02 -1336147200: 3.3601675127e-02 -1336150800: 4.9427901459e-02 -1336154400: 6.8601374627e-02 -1336158000: 8.0485273860e-02 -1336161600: 8.6973208510e-02 -1336165200: 8.9077206823e-02 -1336168800: 1.6604527016e-01 -1336172400: 9.2951880106e-02 -1336176000: 3.2226388607e-02 -1336179600: 2.9084151456e-02 -1336183200: 3.0524541921e-02 -1336186800: 3.0302688694e-02 -1336190400: 3.5048244579e-02 -1336194000: 1.4137004183e-01 -1336197600: 2.6398855526e-02 -1336201200: 2.7756875897e-02 -1336204800: 2.8890833518e-02 -1336208400: 2.7506102704e-02 -1336212000: 2.7498290448e-02 -1336215600: 2.7504918082e-02 -1336219200: 2.7218096451e-02 -1336222800: 2.7751543582e-02 -1336226400: 2.9184523375e-02 -1336230000: 2.4428004353e-02 -1336233600: 2.9206762006e-02 -1336237200: 2.6386839329e-02 -1336240800: 2.6646869237e-02 -1336244400: 2.6120670871e-02 -1336248000: 2.7726891701e-02 -1336251600: 2.7549299233e-02 -1336255200: 2.7222992118e-02 -1336258800: 2.6362724756e-02 -1336262400: 2.6941434089e-02 -1336266000: 2.8035553920e-02 -1336269600: 2.9161173758e-02 -1336273200: 2.6967208168e-02 -1336276800: 2.6951372343e-02 -1336280400: 2.7241555915e-02 -1336284000: 2.9689383660e-02 -1336287600: 2.8372123858e-02 -1336291200: 2.6665389738e-02 -1336294800: 2.6400063105e-02 -1336298400: 2.6656311777e-02 -1336302000: 2.9166619103e-02 -1336305600: 2.6677371415e-02 -1336309200: 2.6387890682e-02 -1336312800: 2.6392680345e-02 -1336316400: 2.6916930386e-02 -1336320000: 2.9164156755e-02 -1336323600: 2.7528647896e-02 -1336327200: 2.7222392717e-02 -1336330800: 9.2041039798e-02 -1336334400: 3.7690054541e-01 -1336338000: 2.4998436467e-01 -1336341600: 1.2741719104e-01 -1336345200: 2.1421574106e-02 -1336348800: 2.3273362869e-02 -1336352400: 2.1195445482e-02 -1336356000: 2.0799115336e-02 -1336359600: 2.0843757811e-02 -1336363200: 2.9644909284e-02 -1336366800: 8.1703699070e-02 -1336370400: 3.5064074054e-02 -1336374000: 1.8034037388e-02 -1336377600: 1.7228752343e-02 -1336381200: 1.8323705069e-02 -1336384800: 2.1667977700e-02 -1336388400: 1.8912194167e-02 -1336392000: 1.9156777674e-02 -1336395600: 1.9164122529e-02 -1336399200: 2.0535065856e-02 -1336402800: 2.1421811719e-02 -1336406400: 1.9166666667e-02 -1336410000: 1.4248820246e-01 -1336413600: 3.7468413393e-02 -1336417200: 6.9433168684e-02 -1336420800: 4.4663332921e-01 -1336424400: 1.7916151237e-01 -1336428000: 7.2769333658e-02 -1336431600: 5.0053715813e-02 -1336435200: 3.1019095989e-02 -1336438800: 3.0020553188e-02 -1336442400: 2.4733323283e-02 -1336446000: 2.7279036502e-02 -1336449600: 2.6115764731e-02 -1336453200: 3.3336157468e-02 -1336456800: 1.3522364871e-01 -1336460400: 1.0060061177e-01 -1336464000: 6.5590494139e-02 -1336467600: 5.7771114273e-02 -1336471200: 4.1654478192e-02 -1336474800: 5.1664938269e-02 -1336478400: 3.6085360386e-02 -1336482000: 3.4220950330e-02 -1336485600: 3.9989057585e-02 -1336489200: 7.4162786370e-02 -1336492800: 1.0769143630e-01 -1336496400: 6.9509089400e-02 -1336500000: 1.5054872666e-01 -1336503600: 7.2204606647e-02 -1336507200: 3.3380205364e-01 -1336510800: 1.7113619666e-01 -1336514400: 1.0169851158e-01 -1336518000: 7.1697722931e-02 -1336521600: 3.2792128097e-02 -1336525200: 2.3917515233e-02 -1336528800: 2.2040351220e-02 -1336532400: 1.9040678390e-02 -1336536000: 2.1365606622e-02 -1336539600: 6.2370103894e-02 -1336543200: 1.6124506856e-01 -1336546800: 4.2114484667e-01 -1336550400: 3.9999822751e-02 -1336554000: 3.0255007126e-02 -1336557600: 2.8845297897e-01 -1336561200: 8.5450064353e-02 -1336564800: 4.2776194974e-02 -1336568400: 2.8067684100e-02 -1336572000: 3.7830270789e-01 -1336575600: 1.1140912341e-01 -1336579200: 1.0436340632e-01 -1336582800: 2.4330613005e-01 -1336586400: 3.9030651677e-01 -1336590000: 1.0187623462e-01 -1336593600: 1.1284935505e-01 -1336597200: 1.5875827178e-01 -1336600800: 6.2333189593e-02 -1336604400: 3.2846122085e-02 -1336608000: 2.9057173801e-02 -1336611600: 2.8187027130e-02 -1336615200: 3.1642981241e-02 -1336618800: 2.4193241388e-02 -1336622400: 3.7145805208e-02 -1336626000: 8.6147052472e-02 -1336629600: 3.5050663862e-02 -1336633200: 9.4779779849e-02 -1336636800: 1.7633254306e-01 -1336640400: 1.5897354664e-01 -1336644000: 3.1277594126e-02 -1336647600: 1.2025424402e-01 -1336651200: 3.6420401490e-02 -1336654800: 3.5297385140e-02 -1336658400: 3.4165723375e-02 -1336662000: 3.4153204422e-02 -1336665600: 3.5535008364e-02 -1336669200: 3.9167588805e-02 -1336672800: 2.2553774305e-01 -1336676400: 2.1640772499e-01 -1336680000: 3.4114191320e-02 -1336683600: 3.7851759741e-02 -1336687200: 7.3281804176e-02 -1336690800: 5.1159481020e-02 -1336694400: 3.0531476170e-02 -1336698000: 2.1064176642e-02 -1336701600: 2.3405577743e-02 -1336705200: 2.4443115093e-02 -1336708800: 2.2199206041e-02 -1336712400: 2.0036160470e-02 -1336716000: 6.4702380075e-02 -1336719600: 2.2522814757e-02 -1336723200: 1.8342669579e-02 -1336726800: 2.3598151930e-02 -1336730400: 1.1247755548e-01 -1336734000: 6.4721418928e-02 -1336737600: 2.0581510987e-02 -1336741200: 1.9358522538e-01 -1336744800: 6.4436117970e-02 -1336748400: 6.7048104282e-02 -1336752000: 4.6601126696e-01 -1336755600: 1.2851993657e-01 -1336759200: 1.8315828097e-01 -1336762800: 9.1328486168e-02 -1336766400: 5.8305742209e-01 -1336770000: 1.4523941625e-01 -1336773600: 8.3637534658e-02 -1336777200: 7.9440994097e-02 -1336780800: 5.4470203131e-02 -1336784400: 2.3321748612e-02 -1336788000: 2.2588847756e-02 -1336791600: 2.4844156687e-02 -1336795200: 2.5915363003e-02 -1336798800: 2.5907146976e-02 -1336802400: 5.4420745954e-02 -1336806000: 4.6073198220e-02 -1336809600: 1.0524546235e-01 -1336813200: 4.6807279737e-01 -1336816800: 9.6411732329e-02 -1336820400: 1.9138979276e-01 -1336824000: 1.2276628922e-01 -1336827600: 5.0320018992e-02 -1336831200: 2.5541513938e-02 -1336834800: 2.6970964415e-02 -1336838400: 2.4998498022e-02 -1336842000: 2.9968765049e-02 -1336845600: 1.4731677428e-01 -1336849200: 3.9430073962e-01 -1336852800: 1.4570642197e-01 -1336856400: 1.5191407241e-01 -1336860000: 1.8087315498e-01 -1336863600: 1.8192986157e-01 -1336867200: 1.5328295708e-01 -1336870800: 6.8863176339e-02 -1336874400: 2.0788002198e-02 -1336878000: 2.1988348678e-02 -1336881600: 2.7461158111e-02 -1336885200: 1.8385007034e-02 -1336888800: 3.0010547111e-02 -1336892400: 4.9444444444e-02 -1336896000: 6.1350147291e-02 -1336899600: 7.1592118093e-02 -1336903200: 3.4996197846e-01 -1336906800: 1.5512715500e-01 -1336910400: 2.5279916385e-02 -1336914000: 2.3889854639e-02 -1336917600: 2.0843206330e-02 -1336921200: 2.0832312839e-02 -1336924800: 1.1175085082e-01 -1336928400: 1.3211823375e-01 -1336932000: 3.9447973838e-01 -1336935600: 1.6037068373e-01 -1336939200: 8.7578074113e-02 -1336942800: 1.3408651119e-01 -1336946400: 1.5354302833e-01 -1336950000: 3.3283640852e-02 -1336953600: 2.1134772025e-02 -1336957200: 2.1920329079e-02 -1336960800: 1.8317967358e-02 -1336964400: 2.1075158795e-02 -1336968000: 2.8279887008e-02 -1336971600: 4.5640935143e-02 -1336975200: 2.1422604363e-02 -1336978800: 2.0009784920e-02 -1336982400: 1.9722222222e-02 -1336986000: 1.9722222222e-02 -1336989600: 1.9710603443e-02 -1336993200: 1.9722479382e-02 -1336996800: 2.1643753680e-02 -1337000400: 2.1120460761e-02 -1337004000: 2.0290481994e-02 -1337007600: 1.9722476532e-02 -1337011200: 2.5893535559e-02 -1337014800: 4.7711150973e-02 -1337018400: 3.3898259453e-02 -1337022000: 5.3224272904e-02 -1337025600: 6.8850764604e-02 -1337029200: 7.2056113291e-02 -1337032800: 6.8526756580e-02 -1337036400: 6.6171373984e-02 -1337040000: 2.7542454541e-02 -1337043600: 2.0026173430e-02 -1337047200: 2.1051806255e-02 -1337050800: 2.1402122454e-02 -1337054400: 2.1001673511e-02 -1337058000: 3.2636077181e-02 -1337061600: 5.1382989929e-02 -1337065200: 2.8069686777e-02 -1337068800: 1.7511199449e-02 -1337072400: 2.0543628262e-02 -1337076000: 2.8601804619e-02 -1337079600: 2.9718645616e-02 -1337083200: 2.6957118067e-02 -1337086800: 2.5002835807e-02 -1337090400: 3.8039340480e-02 -1337094000: 2.5568507203e-02 -1337097600: 1.6521321585e-01 -1337101200: 1.0169143696e-01 -1337104800: 3.0553076575e-01 -1337108400: 3.2305702902e-01 -1337112000: 9.6115043827e-02 -1337115600: 9.7710154040e-02 -1337119200: 7.3979454410e-02 -1337122800: 5.0835608571e-02 -1337126400: 2.7462339193e-02 -1337130000: 2.1473072330e-02 -1337133600: 2.1088102829e-02 -1337137200: 2.0833892645e-02 -1337140800: 2.2104815997e-02 -1337144400: 3.1205141280e-02 -1337148000: 9.4465366284e-02 -1337151600: 3.1388167035e-02 -1337155200: 4.1692291708e-02 -1337158800: 2.4444444444e-02 -1337162400: 3.4592170968e-01 -1337166000: 5.0997742425e-02 -1337169600: 1.8469357402e-01 -1337173200: 1.9388806757e-01 -1337176800: 3.0311901605e-02 -1337180400: 2.6122722480e-02 -1337184000: 2.5832512808e-02 -1337187600: 2.7487158953e-02 -1337191200: 2.9709504511e-02 -1337194800: 2.6953944819e-02 -1337198400: 2.5559881041e-02 -1337202000: 2.5553480030e-02 -1337205600: 2.5555947986e-02 -1337209200: 2.7445935910e-02 -1337212800: 2.7823769752e-02 -1337216400: 4.7297489493e-02 -1337220000: 2.4072741248e-02 -1337223600: 2.2500436535e-02 -1337227200: 2.1938687211e-02 -1337230800: 2.3080741335e-02 -1337234400: 2.1386546594e-02 -1337238000: 2.3355140199e-02 -1337241600: 5.6911828781e-02 -1337245200: 2.7859851912e-01 -1337248800: 7.3350493817e-02 -1337252400: 8.0293650302e-02 -1337256000: 5.0256813803e-02 -1337259600: 4.3338094316e-02 -1337263200: 6.5281351840e-02 -1337266800: 4.0019058342e-02 -1337270400: 2.0366764749e-01 -1337274000: 2.0301512821e-01 -1337277600: 1.8049943561e-01 -1337281200: 1.1217754743e-01 -1337284800: 3.2375676356e-01 -1337288400: 3.8123790607e-01 -1337292000: 7.6699116274e-02 -1337295600: 4.0606127625e-02 -1337299200: 2.0275096664e-02 -1337302800: 2.0303562321e-02 -1337306400: 2.0808910128e-02 -1337310000: 2.2475582431e-02 -1337313600: 2.1945521809e-02 -1337317200: 2.0325541187e-02 -1337320800: 2.1111111111e-02 -1337324400: 3.9435267423e-02 -1337328000: 2.7766702663e-02 -1337331600: 2.8328601014e-02 -1337335200: 4.0580540011e-02 -1337338800: 1.9521680569e-01 -1337342400: 1.9641419928e-01 -1337346000: 2.7245084632e-02 -1337349600: 2.5835348406e-02 -1337353200: 2.5844117553e-02 -1337356800: 2.6098915770e-02 -1337360400: 2.5816445825e-02 -1337364000: 2.6655115381e-02 -1337367600: 2.8328803537e-02 -1337371200: 2.6964850788e-02 -1337374800: 2.5835905067e-02 -1337378400: 2.6387558175e-02 -1337382000: 2.6112139876e-02 -1337385600: 2.7213189283e-02 -1337389200: 2.3617798697e-02 -1337392800: 2.8833515695e-02 -1337396400: 2.7556919491e-02 -1337400000: 2.6101566826e-02 -1337403600: 2.6132763007e-02 -1337407200: 2.6110626446e-02 -1337410800: 2.8029951677e-02 -1337414400: 2.6413212759e-02 -1337418000: 2.5279985673e-02 -1337421600: 2.5279128479e-02 -1337425200: 2.5275629840e-02 -1337428800: 2.7472989650e-02 -1337432400: 2.7247420579e-02 -1337436000: 2.5278831823e-02 -1337439600: 2.5290068990e-02 -1337443200: 3.0268535525e-02 -1337446800: 2.2474000590e-02 -1337450400: 2.7777594258e-02 -1337454000: 2.5842733804e-02 -1337457600: 2.4748246935e-02 -1337461200: 2.5530541986e-02 -1337464800: 2.5025013569e-02 -1337468400: 2.6875709813e-02 -1337472000: 2.7265555177e-02 -1337475600: 2.5278733298e-02 -1337479200: 2.5541498697e-02 -1337482800: 2.5291675222e-02 -1337486400: 2.5546708863e-02 -1337490000: 2.7491108670e-02 -1337493600: 2.3909349781e-02 -1337497200: 2.8623938131e-02 -1337500800: 2.6108177663e-02 -1337504400: 2.5264890398e-02 -1337508000: 2.5292390055e-02 -1337511600: 2.7208241402e-02 -1337515200: 2.6968689496e-02 -1337518800: 3.5232526094e-02 -1337522400: 6.1413542713e-02 -1337526000: 4.6396331350e-02 -1337529600: 9.5497760700e-02 -1337533200: 1.8031235615e-01 -1337536800: 8.6955340232e-02 -1337540400: 6.4830463372e-02 -1337544000: 1.6226710828e-01 -1337547600: 1.0556547889e-01 -1337551200: 3.6787837563e-01 -1337554800: 2.2721862260e-01 -1337558400: 2.3376538431e-02 -1337562000: 2.2077284803e-02 -1337565600: 2.2201076629e-02 -1337569200: 2.2086514666e-02 -1337572800: 3.0578046678e-02 -1337576400: 8.0812386561e-02 -1337580000: 2.1122072062e-02 -1337583600: 2.0000287719e-02 -1337587200: 2.0278946374e-02 -1337590800: 2.0010051175e-02 -1337594400: 2.0516472239e-02 -1337598000: 1.9733488714e-02 -1337601600: 1.9431719822e-02 -1337605200: 2.0575454202e-02 -1337608800: 5.5772876829e-02 -1337612400: 3.3947326442e-02 -1337616000: 2.6925648243e-02 -1337619600: 3.5849396666e-02 -1337623200: 5.1931293399e-02 -1337626800: 8.4086824814e-02 -1337630400: 9.6380713078e-02 -1337634000: 1.0162319809e-01 -1337637600: 9.2831968377e-02 -1337641200: 6.6427913383e-02 -1337644800: 4.7266733538e-02 -1337648400: 2.6952039433e-02 -1337652000: 2.6661987229e-02 -1337655600: 2.7379138646e-02 -1337659200: 3.5906201875e-02 -1337662800: 6.4787922092e-02 -1337666400: 2.7224335698e-02 -1337670000: 2.5830215730e-02 -1337673600: 2.7763880562e-02 -1337677200: 2.7501104499e-02 -1337680800: 2.7500206575e-02 -1337684400: 2.8055826332e-02 -1337688000: 2.7793859491e-02 -1337691600: 2.6108399013e-02 -1337695200: 2.6390877727e-02 -1337698800: 2.8330356181e-02 -1337702400: 2.6389347217e-02 -1337706000: 4.0264787257e-02 -1337709600: 3.7488757260e-02 -1337713200: 6.9665701263e-02 -1337716800: 9.5120729090e-02 -1337720400: 1.6421832500e-01 -1337724000: 8.6181451927e-02 -1337727600: 7.6119284126e-02 -1337731200: 5.8151975837e-02 -1337734800: 2.8057209149e-02 -1337738400: 2.6940135671e-02 -1337742000: 2.9144754787e-02 -1337745600: 2.5239229872e-02 -1337749200: 3.8666278168e-02 -1337752800: 6.9451409191e-02 -1337756400: 2.0715285001e-01 -1337760000: 3.4616955468e-01 -1337763600: 1.7854969009e-01 -1337767200: 2.7065790259e-01 -1337770800: 8.3595668656e-02 -1337774400: 3.1665347387e-02 -1337778000: 3.4714051681e-02 -1337781600: 4.9154017819e-02 -1337785200: 3.8864351127e-02 -1337788800: 3.6132060629e-02 -1337792400: 7.4728894426e-02 -1337796000: 2.2998713557e-01 -1337799600: 2.0084001558e-01 -1337803200: 2.6956510155e-02 -1337806800: 4.7991864721e-02 -1337810400: 1.3698624309e-01 -1337814000: 6.7475827764e-02 -1337817600: 4.1955761171e-02 -1337821200: 2.3085886539e-02 -1337824800: 2.2805167123e-02 -1337828400: 2.2982634404e-02 -1337832000: 2.2826363317e-02 -1337835600: 2.0994273018e-02 -1337839200: 6.9850895260e-02 -1337842800: 8.9146942873e-02 -1337846400: 1.8721259241e-01 -1337850000: 1.8752042821e-01 -1337853600: 1.3083009158e-01 -1337857200: 1.9416774497e-01 -1337860800: 4.7782672865e-02 -1337864400: 3.5276705314e-02 -1337868000: 2.7481374635e-02 -1337871600: 3.2491662063e-02 -1337875200: 4.2419239312e-01 -1337878800: 4.1636263499e-02 -1337882400: 5.6718073572e-02 -1337886000: 2.1896099140e-02 -1337889600: 2.2246522747e-02 -1337893200: 2.0278959246e-02 -1337896800: 1.0578083582e-01 -1337900400: 1.4852586574e-01 -1337904000: 3.4211282551e-02 -1337907600: 2.5569281359e-02 -1337911200: 2.2601544032e-02 -1337914800: 1.9141076346e-02 -1337918400: 2.2201741490e-02 -1337922000: 3.9461550272e-02 -1337925600: 4.3905168930e-02 -1337929200: 3.0253204161e-02 -1337932800: 4.0831266151e-02 -1337936400: 3.5018331883e-02 -1337940000: 3.1660278270e-02 -1337943600: 2.2796135166e-02 -1337947200: 3.4970151091e-02 -1337950800: 1.5943986786e-01 -1337954400: 6.5014510252e-02 -1337958000: 1.6139353981e-01 -1337961600: 2.6671114339e-02 -1337965200: 2.6675425515e-02 -1337968800: 2.9127478716e-02 -1337972400: 2.8374789729e-02 -1337976000: 2.6374172284e-02 -1337979600: 2.6391405860e-02 -1337983200: 2.6383591195e-02 -1337986800: 2.6642820332e-02 -1337990400: 2.8866960550e-02 -1337994000: 2.7826679316e-02 -1337997600: 2.6666021379e-02 -1338001200: 2.6669388673e-02 -1338004800: 2.6955036239e-02 -1338008400: 2.6387479618e-02 -1338012000: 2.7477560344e-02 -1338015600: 2.8609170310e-02 -1338019200: 2.8074112005e-02 -1338022800: 2.3597905320e-02 -1338026400: 2.8087231516e-02 -1338030000: 2.6654818953e-02 -1338033600: 2.6668347870e-02 -1338037200: 3.0277657754e-02 -1338040800: 2.5798401775e-02 -1338044400: 2.7525060058e-02 -1338048000: 2.6389473864e-02 -1338051600: 2.6661831919e-02 -1338055200: 2.6948910497e-02 -1338058800: 2.6940577423e-02 -1338062400: 2.7428360718e-02 -1338066000: 3.0024814253e-02 -1338069600: 2.6969539686e-02 -1338073200: 2.6940326239e-02 -1338076800: 2.6946874823e-02 -1338080400: 2.6644724638e-02 -1338084000: 2.4583749194e-02 -1338087600: 2.8138519421e-02 -1338091200: 2.8763947360e-02 -1338094800: 2.7569763259e-02 -1338098400: 2.6954921158e-02 -1338102000: 2.6669276478e-02 -1338105600: 2.6384243430e-02 -1338109200: 2.6668076924e-02 -1338112800: 2.6655670486e-02 -1338116400: 2.8318141066e-02 -1338120000: 2.8079745006e-02 -1338123600: 2.6942662142e-02 -1338127200: 2.7792130338e-02 -1338130800: 2.4710557735e-02 -1338134400: 2.6942904288e-02 -1338138000: 2.6946221456e-02 -1338141600: 2.6942823338e-02 -1338145200: 2.8867359645e-02 -1338148800: 2.7243317696e-02 -1338152400: 2.6110639881e-02 -1338156000: 2.6389834354e-02 -1338159600: 2.6110932299e-02 -1338163200: 2.6387778169e-02 -1338166800: 2.6780777260e-02 -1338170400: 2.8728925944e-02 -1338174000: 2.7822602474e-02 -1338177600: 2.6681160487e-02 -1338181200: 2.6400848665e-02 -1338184800: 2.6655110125e-02 -1338188400: 2.6388927541e-02 -1338192000: 2.6387734952e-02 -1338195600: 2.7770218064e-02 -1338199200: 2.8332962038e-02 -1338202800: 2.7229633171e-02 -1338206400: 2.6667073025e-02 -1338210000: 2.6669611869e-02 -1338213600: 2.6386643197e-02 -1338217200: 2.6667064780e-02 -1338220800: 2.6391721563e-02 -1338224400: 2.8025544294e-02 -1338228000: 5.7757175237e-02 -1338231600: 5.3935986075e-02 -1338235200: 8.9601952790e-02 -1338238800: 9.7763930204e-02 -1338242400: 2.4909107650e-01 -1338246000: 1.1350927594e-01 -1338249600: 5.7823914184e-02 -1338253200: 2.2990336097e-02 -1338256800: 2.3072341262e-02 -1338260400: 2.0580594397e-02 -1338264000: 2.0545430329e-02 -1338267600: 2.1410757333e-02 -1338271200: 5.4713625637e-02 -1338274800: 1.2287620884e-01 -1338278400: 7.0729180503e-02 -1338282000: 2.1414858931e-02 -1338285600: 5.2757954924e-02 -1338289200: 2.2228073597e-02 -1338292800: 2.1657496630e-02 -1338296400: 2.0300919293e-02 -1338300000: 8.4711615690e-02 -1338303600: 2.3333606572e-02 -1338307200: 2.2776348115e-02 -1338310800: 6.4416813790e-02 -1338314400: 3.5011571607e-02 -1338318000: 3.7498606309e-02 -1338321600: 7.7040707530e-02 -1338325200: 7.9737251068e-02 -1338328800: 1.3865170866e-01 -1338332400: 6.9278234286e-02 -1338336000: 2.3341860596e-02 -1338339600: 2.0868342444e-02 -1338343200: 1.8304068838e-02 -1338346800: 2.6943895157e-02 -1338350400: 2.0295073111e-02 -1338354000: 5.3309713400e-02 -1338357600: 1.4858981276e-01 -1338361200: 1.5916381806e-01 -1338364800: 1.7338480242e-01 -1338368400: 2.0823228479e-02 -1338372000: 2.2508654494e-02 -1338375600: 2.1121377734e-02 -1338379200: 2.3304239889e-02 -1338382800: 2.1140204555e-02 -1338386400: 2.8590459477e-02 -1338390000: 2.7231545682e-02 -1338393600: 1.9275147341e-01 -1338397200: 1.0528147415e-01 -1338400800: 1.5445483979e-01 -1338404400: 9.1864665591e-02 -1338408000: 6.9460277394e-02 -1338411600: 6.8883458544e-02 -1338415200: 1.4617502003e-01 -1338418800: 1.6687696686e-01 -1338422400: 3.4954460364e-02 -1338426000: 2.1808692045e-02 -1338429600: 2.1755491231e-02 -1338433200: 2.0721431059e-02 -1338436800: 2.6853218645e-02 -1338440400: 5.6200666504e-02 -1338444000: 4.0570676695e-02 -1338447600: 1.4785180148e-01 -1338451200: 9.7435603278e-02 -1338454800: 1.2914516210e-01 -1338458400: 2.0139578370e-01 -1338462000: 2.5533990351e-02 -1338465600: 1.9277281077e-01 -1338469200: 2.0140159126e-01 -1338472800: 2.4750661813e-02 -1338476400: 2.0833333333e-02 -1338480000: 1.6240695536e-01 -1338483600: 1.2666266909e-01 -1338487200: 1.0869620282e-01 -1338490800: 5.9320342788e-02 -1338494400: 6.6437185885e-02 -1338498000: 7.3004035571e-02 -1338501600: 9.7425910380e-02 -1338505200: 9.9245137165e-02 -1338508800: 5.7334974241e-02 -1338512400: 2.7493839344e-02 -1338516000: 2.1417191807e-02 -1338519600: 2.4166666667e-02 -1338523200: 2.2436085721e-02 -1338526800: 2.3941772159e-02 -1338530400: 5.4733253231e-02 -1338534000: 3.5802026888e-02 -1338537600: 2.5573264910e-02 -1338541200: 2.3032419692e-02 -1338544800: 1.4941366623e-01 -1338548400: 1.1115809011e-01 -1338552000: 8.3421960384e-02 -1338555600: 1.6375186941e-01 -1338559200: 2.2685414393e-01 -1338562800: 5.7646828262e-02 -1338566400: 3.0822720787e-02 -1338570000: 1.2916754381e-01 -1338573600: 5.7487868879e-02 -1338577200: 6.9134904852e-02 -1338580800: 1.8661147284e-01 -1338584400: 1.5208522660e-01 -1338588000: 3.2468656574e-01 -1338591600: 1.8999648109e-01 -1338595200: 1.9544280030e-01 -1338598800: 1.0978964104e-01 -1338602400: 2.5596475011e-02 -1338606000: 2.1412918121e-02 -1338609600: 2.4154337038e-02 -1338613200: 2.3345662962e-02 -1338616800: 2.5787942010e-02 -1338620400: 6.9185609823e-02 -1338624000: 1.2610063344e-01 -1338627600: 1.1919751873e-01 -1338631200: 4.2329198853e-01 -1338634800: 1.0391102095e-01 -1338638400: 4.1888702821e-01 -1338642000: 4.1126794900e-02 -1338645600: 2.3610317975e-02 -1338649200: 2.8043926635e-02 -1338652800: 3.6380891130e-02 -1338656400: 5.0297631987e-02 -1338660000: 3.1099056586e-02 -1338663600: 3.6653429472e-02 -1338667200: 3.1911984002e-02 -1338670800: 3.1713851001e-02 -1338674400: 3.4097960397e-02 -1338678000: 3.3121643330e-02 -1338681600: 3.3865748625e-02 -1338685200: 7.1689614543e-02 -1338688800: 3.1921515916e-02 -1338692400: 2.4469520861e-02 -1338696000: 2.8345111352e-02 -1338699600: 2.4665420613e-02 -1338703200: 3.1443553824e-02 -1338706800: 2.8035448022e-02 -1338710400: 4.8069517955e-02 -1338714000: 2.9732414414e-02 -1338717600: 3.3846989941e-02 -1338721200: 2.2207380555e-01 -1338724800: 9.5092661156e-02 -1338728400: 8.0892981439e-02 -1338732000: 4.1700617497e-02 -1338735600: 1.1356749729e-01 -1338739200: 2.1232158517e-01 -1338742800: 2.2009219124e-01 -1338746400: 7.9281091208e-02 -1338750000: 7.6861424024e-02 -1338753600: 7.1060655261e-02 -1338757200: 1.8185654893e-01 -1338760800: 2.1508078130e-01 -1338764400: 1.0292227566e-01 -1338768000: 2.0832741571e-02 -1338771600: 2.2778945813e-02 -1338775200: 1.9381619780e-02 -1338778800: 2.1754047497e-02 -1338782400: 2.4352412410e-02 -1338786000: 1.0896936318e-01 -1338789600: 2.1667392587e-02 -1338793200: 2.1108100075e-02 -1338796800: 1.8324993680e-02 -1338800400: 1.9440982219e-02 -1338804000: 1.9708875143e-02 -1338807600: 2.1970756261e-02 -1338811200: 2.3252492210e-02 -1338814800: 2.4807045070e-02 -1338818400: 2.6358855815e-02 -1338822000: 2.8372064681e-02 -1338825600: 6.0794709683e-02 -1338829200: 2.6131447416e-02 -1338832800: 3.3992542803e-01 -1338836400: 1.5002531301e-01 -1338840000: 5.8606188794e-02 -1338843600: 1.1514677270e-01 -1338847200: 1.7188742864e-01 -1338850800: 7.5212912816e-02 -1338854400: 3.0296938381e-02 -1338858000: 2.4170064961e-02 -1338861600: 2.6985179705e-02 -1338865200: 2.3863072271e-02 -1338868800: 2.8344486669e-02 -1338872400: 3.0271816263e-02 -1338876000: 5.3073552187e-02 -1338879600: 3.3879565635e-02 -1338883200: 2.2776488309e-02 -1338886800: 1.5288390500e-02 -1338890400: 1.5607003644e-01 -1338894000: 2.0222699838e-01 -1338897600: 2.8637895265e-02 -1338901200: 3.4417119381e-02 -1338904800: 2.7518048018e-02 -1338908400: 2.9426009103e-02 -1338912000: 2.3328429010e-01 -1338915600: 2.1142017587e-01 -1338919200: 1.4445196811e-01 -1338922800: 7.9409294245e-02 -1338926400: 1.2934501517e-01 -1338930000: 3.2586695907e-01 -1338933600: 5.4402332803e-01 -1338937200: 1.2943674760e-01 -1338940800: 2.1110923460e-02 -1338944400: 2.5277145567e-02 -1338948000: -nan -1338951600: 2.4920357095e-02 -1338955200: 1.7767989247e-02 -1338958800: 7.5277534042e-02 -1338962400: 4.7472309091e-02 -1338966000: 2.3065073539e-02 -1338969600: 1.8617650746e-02 -1338973200: 1.8620287780e-02 -1338976800: 2.2215796585e-02 -1338980400: 1.8074470081e-02 -1338984000: 6.5455849285e-02 -1338987600: 1.4503899983e-01 -1338991200: 1.2778472411e-01 -1338994800: 2.8942648996e-02 -1338998400: 2.4157539438e-02 -1339002000: 3.5537041201e-02 -1339005600: 1.6859297274e-01 -1339009200: 1.1167010351e-01 -1339012800: 1.9687151179e-01 -1339016400: 2.2973220001e-01 -1339020000: 1.3918316927e-01 -1339023600: 1.4314204984e-01 -1339027200: 5.8028173216e-02 -1339030800: 2.9044116522e-02 -1339034400: 2.0430011353e-02 -1339038000: 2.3863358463e-02 -1339041600: 2.0750575126e-02 -1339045200: 1.0536662665e-01 -1339048800: 2.8884049381e-02 -1339052400: 2.9746501489e-02 -1339056000: 3.9955607444e-02 -1339059600: 3.8628156809e-02 -1339063200: 2.2514783331e-02 -1339066800: 1.8853849369e-02 -1339070400: 2.3646649966e-02 -1339074000: 1.9983407574e-02 -1339077600: 2.3074782175e-02 -1339081200: 1.7231652222e-02 -1339084800: 2.6090369852e-02 -1339088400: 1.9141356982e-02 -1339092000: 2.0500857685e-01 -1339095600: 1.4257264298e-01 -1339099200: 2.3850877613e-01 -1339102800: 1.6774743687e-01 -1339106400: 1.8096263568e-01 -1339110000: 1.4944781965e-01 -1339113600: 4.6909273889e-02 -1339117200: 2.1916923227e-02 -1339120800: 2.5164165423e-02 -1339124400: 2.0111704497e-02 -1339128000: 2.3687049182e-02 -1339131600: 2.1088542040e-02 -1339135200: 3.0000518660e-02 -1339138800: 8.5272446433e-02 -1339142400: 2.2089155561e-01 -1339146000: 1.0082091455e-01 -1339149600: 7.8480468572e-02 -1339153200: 2.7930014578e-01 -1339156800: 6.2185656430e-02 -1339160400: 2.1189360386e-01 -1339164000: 2.0452969204e-01 -1339167600: 5.4153866954e-02 -1339171200: 2.5270536184e-01 -1339174800: 1.6532921740e-01 -1339178400: 7.8583118296e-02 -1339182000: 3.4333968703e-01 -1339185600: 2.6994268338e-01 -1339189200: 9.0004002542e-02 -1339192800: 2.0644966385e-01 -1339196400: 2.3302902702e-01 -1339200000: 1.6616603263e-01 -1339203600: 2.3611746280e-02 -1339207200: 2.0272252265e-02 -1339210800: 2.3624626176e-02 -1339214400: 2.2093495991e-02 -1339218000: 1.9302453967e-02 -1339221600: 3.2216875123e-02 -1339225200: 1.0942358919e-01 -1339228800: 1.5806432794e-01 -1339232400: 6.4161819209e-02 -1339236000: 8.6122402866e-02 -1339239600: 2.7500195058e-02 -1339243200: 2.5573294569e-02 -1339246800: 2.9680497218e-02 -1339250400: 6.3094082334e-02 -1339254000: 2.4981940015e-02 -1339257600: 1.8353767431e-02 -1339261200: 2.4166781984e-02 -1339264800: 1.8598568383e-02 -1339268400: 2.2508643800e-02 -1339272000: 2.1641223471e-02 -1339275600: 4.4713422029e-02 -1339279200: 7.4900784634e-02 -1339282800: 3.1233182677e-02 -1339286400: 2.7357205169e-02 -1339290000: 1.4305802115e-02 -1339293600: 2.9673934219e-02 -1339297200: 1.3603717511e-02 -1339300800: 2.7526941326e-02 -1339304400: 2.2379403896e-02 -1339308000: 8.2330340984e-02 -1339311600: 1.5223189523e-02 -1339315200: 2.4224386194e-02 -1339318800: 1.7750183041e-02 -1339322400: 2.3092496362e-02 -1339326000: 1.7765575716e-02 -1339329600: 2.1668949862e-02 -1339333200: 1.9718489044e-02 -1339336800: 1.9724931700e-02 -1339340400: 2.1935952249e-02 -1339344000: 1.7505641013e-02 -1339347600: 2.2236015972e-02 -1339351200: 1.9695375998e-02 -1339354800: 1.2652134495e-01 -1339358400: 4.2656053094e-01 -1339362000: 1.7863389021e-01 -1339365600: 8.1870707277e-02 -1339369200: 7.0306977238e-02 -1339372800: 2.0549135761e-02 -1339376400: 2.1093307850e-02 -1339380000: 2.0295836563e-02 -1339383600: 2.3058410158e-02 -1339387200: 2.3964024738e-02 -1339390800: 5.4595292956e-02 -1339394400: 1.8132943146e-02 -1339398000: 2.2765769325e-02 -1339401600: 1.6114051847e-02 -1339405200: 2.1807034643e-02 -1339408800: 1.5979810852e-02 -1339412400: 2.2210756069e-02 -1339416000: 1.7766699741e-02 -1339419600: 2.0287178225e-02 -1339423200: 1.9724758103e-02 -1339426800: 1.8621718973e-02 -1339430400: 2.0822351048e-02 -1339434000: 3.9141437451e-02 -1339437600: 6.0264964123e-02 -1339441200: 5.8069263938e-02 -1339444800: 6.6335042438e-02 -1339448400: 6.4684166872e-02 -1339452000: 7.3641297050e-02 -1339455600: 6.5508338448e-02 -1339459200: 7.3977581195e-02 -1339462800: 2.2532226500e-02 -1339466400: 2.7136510329e-02 -1339470000: 2.1971759314e-02 -1339473600: 3.1642624517e-02 -1339477200: 5.0595248474e-02 -1339480800: 4.0265732724e-02 -1339484400: 2.5631858131e-02 -1339488000: 3.9519196490e-02 -1339491600: 2.8342935503e-02 -1339495200: 4.5799094635e-02 -1339498800: 2.7815730620e-02 -1339502400: 4.1620886659e-02 -1339506000: 1.3003652234e-01 -1339509600: 9.5254668338e-02 -1339513200: 8.0864254119e-02 -1339516800: 2.0440932938e-01 -1339520400: 1.1329344238e-01 -1339524000: 2.4971932639e-01 -1339527600: 2.7017754821e-01 -1339531200: 8.0416086025e-02 -1339534800: 6.2665511929e-02 -1339538400: 9.6734179901e-02 -1339542000: 7.1101022627e-02 -1339545600: 2.6771404288e-02 -1339549200: 2.4554260474e-02 -1339552800: 1.5167961749e-02 -1339556400: 2.5502199721e-02 -1339560000: 1.3924392113e-02 -1339563600: 2.6665367034e-02 -1339567200: 7.2758710129e-02 -1339570800: 1.0585851533e-01 -1339574400: 2.0280534137e-02 -1339578000: 2.3899170429e-02 -1339581600: 4.3663426446e-01 -1339585200: 2.2418133413e-01 -1339588800: 2.5017734751e-02 -1339592400: 2.3323908480e-02 -1339596000: 1.1377176486e-01 -1339599600: 3.2066084487e-01 -1339603200: 7.0510170504e-02 -1339606800: 3.1923675899e-02 -1339610400: 7.9887747982e-02 -1339614000: 9.4323065786e-02 -1339617600: 6.2072348025e-02 -1339621200: 1.4858597389e-01 -1339624800: 1.4807372551e-01 -1339628400: 1.4442847613e-01 -1339632000: 3.7099992933e-02 -1339635600: 2.3093597426e-02 -1339639200: 1.8078041037e-02 -1339642800: 2.3017995082e-02 -1339646400: 1.8080220303e-02 -1339650000: 8.3334127044e-02 -1339653600: 4.1390042596e-02 -1339657200: 2.9721203583e-02 -1339660800: 1.2139207599e-01 -1339664400: 1.6499562900e-01 -1339668000: 9.0557134312e-02 -1339671600: 4.4999478653e-02 -1339675200: 2.1844165124e-01 -1339678800: 2.4268155331e-01 -1339682400: 2.3044097769e-02 -1339686000: 1.6389691424e-02 -1339689600: 5.8016777508e-02 -1339693200: 5.1391903324e-02 -1339696800: 7.1678445596e-02 -1339700400: 3.5300214385e-02 -1339704000: 2.9987971749e-02 -1339707600: 2.7729453829e-02 -1339711200: 6.7775068020e-02 -1339714800: 7.1876013142e-02 -1339718400: 4.1784992272e-02 -1339722000: 2.8060313433e-02 -1339725600: 2.5247340262e-02 -1339729200: 2.5836946532e-02 -1339732800: 2.2825215201e-02 -1339736400: 2.8319418664e-02 -1339740000: 6.6388281390e-02 -1339743600: 3.6936833987e-02 -1339747200: 2.9722480132e-02 -1339750800: 4.1473865529e-02 -1339754400: 2.5516323335e-01 -1339758000: 1.6115349498e-01 -1339761600: 1.9079816088e-01 -1339765200: 1.6606503983e-01 -1339768800: 6.5054233884e-02 -1339772400: 2.5289798464e-02 -1339776000: 2.9707636563e-02 -1339779600: 3.7208971214e-02 -1339783200: 6.3616896928e-02 -1339786800: 5.5845430197e-02 -1339790400: 6.1350686151e-02 -1339794000: 2.9368721955e-01 -1339797600: 1.9697552568e-01 -1339801200: 2.2289400264e-01 -1339804800: 3.1237678884e-02 -1339808400: 2.2777777778e-02 -1339812000: 1.8055555556e-02 -1339815600: 2.2198440234e-02 -1339819200: 1.8344738122e-02 -1339822800: 2.2366876919e-02 -1339826400: 4.1337501495e-02 -1339830000: 8.2129564247e-02 -1339833600: 9.9969831055e-02 -1339837200: 7.5532830755e-02 -1339840800: 1.0545251863e-01 -1339844400: 1.9476706324e-01 -1339848000: 1.8955491752e-01 -1339851600: 2.1631469383e-02 -1339855200: 2.1980234994e-02 -1339858800: 2.3311724253e-02 -1339862400: 2.1687864333e-02 -1339866000: 2.2503556332e-02 -1339869600: 1.8329826074e-02 -1339873200: 2.2780423088e-02 -1339876800: 1.8272665816e-02 -1339880400: 2.1966228615e-02 -1339884000: 2.5002418608e-02 -1339887600: 1.8657084076e-02 -1339891200: 2.2500000000e-02 -1339894800: 1.8563963791e-02 -1339898400: 2.3908606414e-02 -1339902000: 2.2174583596e-02 -1339905600: 2.1463957309e-02 -1339909200: 2.2764239154e-02 -1339912800: 1.8346871957e-02 -1339916400: 2.2777777778e-02 -1339920000: 1.8333333333e-02 -1339923600: 2.2211574225e-02 -1339927200: 2.0265485557e-02 -1339930800: 2.1107733515e-02 -1339934400: 2.3869952135e-02 -1339938000: 1.9475711110e-02 -1339941600: 2.4168401469e-02 -1339945200: 1.8067808656e-02 -1339948800: 3.0231779819e-02 -1339952400: 4.3065491473e-02 -1339956000: 5.7525596368e-02 -1339959600: 7.4070603629e-02 -1339963200: 9.9853127346e-02 -1339966800: 1.3893663060e-01 -1339970400: 1.3297373384e-01 -1339974000: 3.3898592482e-02 -1339977600: 2.8727414569e-02 -1339981200: 2.3708225604e-02 -1339984800: 2.4193655501e-02 -1339988400: 2.1244700325e-02 -1339992000: 2.3989438505e-02 -1339995600: 7.2292758692e-02 -1339999200: 2.1083019927e-02 -1340002800: 2.2792467076e-02 -1340006400: 2.9723729932e-02 -1340010000: 1.7790207640e-02 -1340013600: 2.9987204305e-02 -1340017200: 2.1955194358e-02 -1340020800: 2.4447354021e-02 -1340024400: 2.2231296211e-02 -1340028000: 2.8876939148e-02 -1340031600: 2.4428607581e-02 -1340035200: 2.5004392404e-02 -1340038800: 4.6112049190e-02 -1340042400: 1.4109792538e-01 -1340046000: 4.3612520635e-02 -1340049600: 2.0654605214e-01 -1340053200: 2.5667686532e-01 -1340056800: 1.0777056303e-01 -1340060400: 9.0037383280e-02 -1340064000: 6.2281530193e-02 -1340067600: 2.4989905929e-02 -1340071200: 3.6144395694e-02 -1340074800: 2.5225281468e-02 -1340078400: 2.6473366380e-02 -1340082000: 5.0815567172e-02 -1340085600: 4.5275811923e-02 -1340089200: 4.8311410341e-02 -1340092800: 3.2809807115e-02 -1340096400: 4.2481395012e-02 -1340100000: 3.8620894512e-02 -1340103600: 4.4444307575e-02 -1340107200: 1.0744199326e-01 -1340110800: 5.2547835477e-02 -1340114400: 7.3056184348e-02 -1340118000: 4.5003065998e-02 -1340121600: 2.2385246622e-01 -1340125200: 1.0612109970e-01 -1340128800: 1.4446996124e-01 -1340132400: 6.4678034456e-02 -1340136000: 1.7941987679e-01 -1340139600: 1.4988265248e-01 -1340143200: 1.0319295694e-01 -1340146800: 5.3081260941e-02 -1340150400: 1.9393713211e-02 -1340154000: 2.4240982725e-02 -1340157600: 2.5556099917e-02 -1340161200: 1.9423451295e-02 -1340164800: 2.0275808185e-02 -1340168400: 2.8338035171e-02 -1340172000: 1.2280136727e-01 -1340175600: 1.8662400901e-01 -1340179200: 7.7230862472e-02 -1340182800: 1.7199797812e-01 -1340186400: 1.8655630281e-01 -1340190000: 9.3944619912e-02 -1340193600: 8.6083299781e-02 -1340197200: 2.2144999019e-01 -1340200800: 5.0763830600e-02 -1340204400: 4.0613581549e-02 -1340208000: 3.7498204197e-02 -1340211600: 4.3045422490e-02 -1340215200: 1.1280498353e-01 -1340218800: 5.5537921345e-02 -1340222400: 7.0802617539e-02 -1340226000: 1.4725593047e-01 -1340229600: 3.3477663864e-01 -1340233200: 2.7074110108e-01 -1340236800: 2.3403333637e-02 -1340240400: 2.4646007425e-02 -1340244000: 2.0051410856e-02 -1340247600: 2.1919797288e-02 -1340251200: 3.4062119238e-02 -1340254800: 6.7064647152e-02 -1340258400: 3.8644906930e-02 -1340262000: 2.0519769042e-02 -1340265600: 3.6495113846e-01 -1340269200: 3.8051060478e-01 -1340272800: 1.9928576074e-01 -1340276400: 2.6101140204e-02 -1340280000: 1.7859410981e-01 -1340283600: 1.9084886021e-01 -1340287200: 2.0843445937e-02 -1340290800: 2.2778012278e-02 -1340294400: 9.4418542972e-02 -1340298000: 4.2222060900e-02 -1340301600: 6.9411793601e-02 -1340305200: 5.3663226977e-02 -1340308800: 3.8250965592e-02 -1340312400: 3.2045012936e-02 -1340316000: 5.6567791444e-02 -1340319600: 6.3102952888e-02 -1340323200: 2.6967001903e-02 -1340326800: 2.3058624162e-02 -1340330400: 2.8034001284e-02 -1340334000: 1.9720784413e-02 -1340337600: 2.2697437638e-02 -1340341200: 2.6524580828e-02 -1340344800: 4.7779518719e-02 -1340348400: 2.3057083184e-02 -1340352000: 1.5817745416e-02 -1340355600: 1.8913835836e-02 -1340359200: 4.3240415929e-01 -1340362800: 1.0981806293e-01 -1340366400: 3.0520345154e-02 -1340370000: 4.0000098867e-02 -1340373600: 3.3625623396e-02 -1340377200: 3.5286795326e-02 -1340380800: 3.2198526132e-02 -1340384400: 5.3338078198e-02 -1340388000: 4.2214242615e-02 -1340391600: 5.2775263710e-02 -1340395200: 5.6008121365e-02 -1340398800: 5.8687686839e-02 -1340402400: 1.6331068816e-01 -1340406000: 1.0927169150e-01 -1340409600: 3.1613886145e-02 -1340413200: 2.6636481630e-02 -1340416800: 2.8100709877e-02 -1340420400: 2.4404650949e-02 -1340424000: 2.9464549492e-02 -1340427600: 2.3883856208e-02 -1340431200: 2.8923190546e-02 -1340434800: 2.1550411369e-01 -1340438400: 2.0890832639e-01 -1340442000: 2.9468876845e-01 -1340445600: 2.9788237969e-02 -1340449200: 3.0824668608e-02 -1340452800: 2.2230832606e-02 -1340456400: 2.8336208012e-02 -1340460000: 2.6831468436e-02 -1340463600: 3.0649102676e-01 -1340467200: 3.1109143082e-02 -1340470800: 9.5773370969e-02 -1340474400: 3.3560391072e-01 -1340478000: 2.6413463834e-02 -1340481600: 2.7485436892e-02 -1340485200: 2.7774528337e-02 -1340488800: 4.4639807642e-02 -1340492400: 7.4228116693e-02 -1340496000: 2.3077341106e-02 -1340499600: 1.7489618555e-02 -1340503200: 2.2215803027e-02 -1340506800: 2.2471395043e-02 -1340510400: 1.9794371533e-02 -1340514000: 2.1102089742e-02 -1340517600: 1.9420729842e-02 -1340521200: 4.3350710791e-02 -1340524800: 2.8894561442e-02 -1340528400: 2.4436730366e-02 -1340532000: 2.8337195767e-02 -1340535600: 2.4970281433e-02 -1340539200: 2.7528036763e-02 -1340542800: 3.1625805080e-02 -1340546400: 4.9461648156e-02 -1340550000: 4.4179507612e-02 -1340553600: 3.0810646926e-02 -1340557200: 4.2797495079e-01 -1340560800: 2.0118761982e-01 -1340564400: 7.7228173730e-02 -1340568000: 8.7698501228e-02 -1340571600: 7.8066171299e-02 -1340575200: 1.9983678082e-01 -1340578800: 5.0732544854e-02 -1340582400: 2.4522698807e-02 -1340586000: 2.3261540810e-02 -1340589600: 2.1484185033e-02 -1340593200: 2.3864479345e-02 -1340596800: 1.9722255432e-02 -1340600400: 7.7791186550e-02 -1340604000: 2.0264630140e-02 -1340607600: 2.2781305412e-02 -1340611200: 1.9964928216e-02 -1340614800: 2.2277881572e-02 -1340618400: 2.3863844179e-02 -1340622000: 1.9460256053e-02 -1340625600: 2.6638004827e-02 -1340629200: 4.8906983916e-02 -1340632800: 5.0843129320e-02 -1340636400: 2.3875172912e-02 -1340640000: 4.0808736094e-02 -1340643600: 4.5575073876e-02 -1340647200: 7.1662678367e-02 -1340650800: 6.5001905609e-02 -1340654400: 1.0575269983e-01 -1340658000: 1.1158613923e-01 -1340661600: 1.0868125833e-01 -1340665200: 5.2830681299e-02 -1340668800: 2.6150690804e-02 -1340672400: 2.4118947317e-02 -1340676000: 2.5758432359e-02 -1340679600: 2.4974948690e-02 -1340683200: 2.0003594104e-02 -1340686800: 2.2510452807e-02 -1340690400: 2.9444483423e-02 -1340694000: 4.9442513056e-02 -1340697600: 1.9444514750e-02 -1340701200: 2.3067547015e-02 -1340704800: 3.2665493508e-02 -1340708400: 4.8201058513e-01 -1340712000: 3.1951592925e-02 -1340715600: 4.0289567146e-02 -1340719200: 3.3340415432e-02 -1340722800: 2.6677813295e-02 -1340726400: 1.1481256373e-01 -1340730000: 5.5148751397e-02 -1340733600: 7.3076233847e-02 -1340737200: 6.2498221367e-02 -1340740800: 9.2119189816e-02 -1340744400: 7.3720207628e-02 -1340748000: 1.1793018991e-01 -1340751600: 1.2863999741e-01 -1340755200: 1.1613943869e-01 -1340758800: 4.0615584214e-02 -1340762400: 2.1594824304e-02 -1340766000: 1.7831921830e-02 -1340769600: 2.1715186207e-02 -1340773200: 1.9109513994e-02 -1340776800: 2.7698063760e-01 -1340780400: 3.5844234733e-02 -1340784000: 3.6108748709e-02 -1340787600: 1.0914284317e-01 -1340791200: 2.5567899002e-01 -1340794800: 6.5708155694e-02 -1340798400: 4.2281576497e-01 -1340802000: 2.6657466901e-02 -1340805600: 2.0832700660e-02 -1340809200: 2.4454276884e-02 -1340812800: 2.3024973075e-02 -1340816400: 4.1395051529e-02 -1340820000: 3.2754423921e-02 -1340823600: 1.2529207238e-01 -1340827200: 2.0157684638e-01 -1340830800: 4.5604822510e-02 -1340834400: 2.3423240732e-01 -1340838000: 1.4776320352e-01 -1340841600: 2.4958026380e-02 -1340845200: 2.1153501211e-02 -1340848800: 1.8600201400e-02 -1340852400: 2.3056799250e-02 -1340856000: 1.8335831374e-02 -1340859600: 4.9717394816e-02 -1340863200: 5.1405400383e-02 -1340866800: 2.7784962708e-02 -1340870400: 1.3054695712e-01 -1340874000: 1.1807490251e-01 -1340877600: 1.4621940700e-01 -1340881200: 1.6211320305e-01 -1340884800: 3.4193550922e-01 -1340888400: 2.2767418115e-02 -1340892000: 2.2217962186e-02 -1340895600: 2.1135389311e-02 -1340899200: 2.1456799285e-01 -1340902800: 3.5136558773e-02 -1340906400: 3.8033344404e-02 -1340910000: 4.8587383693e-02 -1340913600: 7.8582796894e-02 -1340917200: 1.0156621773e-01 -1340920800: 1.7996615891e-01 -1340924400: 9.5680412640e-02 -1340928000: 6.8962475697e-02 -1340931600: 2.2781300109e-02 -1340935200: 2.2462090919e-02 -1340938800: 2.1096909747e-02 -1340942400: 2.2803926795e-02 -1340946000: 2.4449273143e-02 -1340949600: 6.1142545653e-02 -1340953200: 4.1193667512e-01 -1340956800: 2.0290779881e-02 -1340960400: 1.8827140110e-01 -1340964000: 4.2286982908e-01 -1340967600: 1.7183642916e-01 -1340971200: 2.2141698305e-01 -1340974800: 3.7862757022e-01 -1340978400: 7.2221071639e-02 -1340982000: 5.9197242508e-02 -1340985600: 6.3565220044e-02 -1340989200: 3.3929696035e-02 -1340992800: 2.6665464994e-02 -1340996400: 3.3593378906e-02 -1341000000: 2.2226800551e-01 -1341003600: 3.1693398686e-01 -1341007200: 3.8586235366e-01 -1341010800: 1.7391821523e-01 -1341014400: 1.6768868853e-01 -1341018000: 7.4995180104e-02 -1341021600: 2.6221554397e-02 -1341025200: 3.8691353910e-02 -1341028800: 2.0097634034e-02 -1341032400: 3.6667379990e-02 -1341036000: 7.6399185770e-02 -1341039600: 4.2902980322e-02 -1341043200: 6.1501797643e-02 -1341046800: 1.8086244640e-01 -1341050400: 7.0489062152e-02 -1341054000: 5.4198131403e-02 -1341057600: 2.8413750498e-01 -1341061200: 3.3784245310e-01 -1341064800: 3.8035742503e-02 -1341068400: 3.9743315491e-02 -1341072000: 3.2489140115e-02 -1341075600: 4.0285929071e-02 -1341079200: 3.3604821999e-02 -1341082800: 2.9176857928e-01 -1341086400: 2.2850486111e-01 -1341090000: 7.0936676377e-02 -1341093600: 1.3588389068e-01 -1341097200: 1.0857803307e-01 -1341100800: 5.0438590800e-02 -1341104400: 2.4700642799e-02 -1341108000: 2.6965358025e-02 -1341111600: 2.7168370909e-02 -1341115200: 3.0034719313e-02 -1341118800: 2.9677274006e-02 -1341122400: 7.0143718027e-02 -1341126000: 6.8214192122e-02 -1341129600: 1.3440258700e-01 -1341133200: 1.0440301859e-01 -1341136800: 2.6256213963e-01 -1341140400: 8.2194632924e-02 -1341144000: 1.6890433314e-01 -1341147600: 1.7973694427e-01 -1341151200: 1.7889879708e-01 -1341154800: 2.7795976461e-02 -1341158400: 2.4733053426e-02 -1341162000: 1.6357610008e-01 -1341165600: 1.1217128455e-01 -1341169200: 4.6723638594e-02 -1341172800: 5.2178872712e-02 -1341176400: 4.5022342278e-02 -1341180000: 3.4756684682e-01 -1341183600: 1.0794313006e-01 -1341187200: 2.3957500175e-02 -1341190800: 2.4984806540e-02 -1341194400: 2.4706753466e-02 -1341198000: 2.4190351265e-02 -1341201600: 3.4338140251e-02 -1341205200: 1.4063005235e-01 -1341208800: 8.8017832981e-02 -1341212400: 3.5090622655e-02 -1341216000: 1.8068391892e-02 -1341219600: 1.9959536127e-02 -1341223200: 2.5839944852e-02 -1341226800: 2.2514847097e-02 -1341230400: 2.0840858098e-02 -1341234000: 2.0011480494e-02 -1341237600: 2.3591429534e-02 -1341241200: 2.1119884075e-02 -1341244800: 2.0277111941e-02 -1341248400: 4.1113267277e-02 -1341252000: 2.6639901729e-02 -1341255600: 2.6386436386e-02 -1341259200: 6.7469751103e-02 -1341262800: 7.7774248920e-02 -1341266400: 7.0258790238e-02 -1341270000: 1.3837500392e-01 -1341273600: 2.3582461445e-02 -1341277200: 2.4170043014e-02 -1341280800: 2.3385725957e-02 -1341284400: 2.1942665603e-02 -1341288000: 2.0579945526e-02 -1341291600: 2.2777777778e-02 -1341295200: 4.3842717989e-02 -1341298800: 1.6735638559e-01 -1341302400: 2.1040554022e-01 -1341306000: 1.7196882316e-01 -1341309600: 3.0269923788e-01 -1341313200: 7.2019137300e-02 -1341316800: 2.6414802493e-02 -1341320400: 2.6394438224e-02 -1341324000: 2.8851922309e-02 -1341327600: 4.4459232019e-02 -1341331200: 2.9286715125e-01 -1341334800: 7.2951796261e-02 -1341338400: 9.5262252098e-02 -1341342000: 7.0006240689e-02 -1341345600: 1.2824764334e-01 -1341349200: 1.1139058865e-01 -1341352800: 1.8150833856e-01 -1341356400: 2.6388945335e-01 -1341360000: 2.0964701030e-01 -1341363600: 2.2595066094e-02 -1341367200: 2.2999590999e-02 -1341370800: 2.4475596572e-02 -1341374400: 2.2779314468e-02 -1341378000: 2.6671908801e-02 -1341381600: 8.3895648390e-02 -1341385200: 2.4424543911e-02 -1341388800: 2.4717182509e-02 -1341392400: 2.3925103240e-02 -1341396000: 1.3712522184e-01 -1341399600: 2.9541444829e-02 -1341403200: 2.4156410476e-02 -1341406800: 2.7212542710e-02 -1341410400: 2.3618955278e-02 -1341414000: 2.3345424870e-02 -1341417600: 4.0089865157e-02 -1341421200: 1.8512867924e-01 -1341424800: 2.2025278970e-01 -1341428400: 4.4854947086e-01 -1341432000: 2.2674810496e-01 -1341435600: 2.1287084870e-01 -1341439200: 1.8285709729e-01 -1341442800: 1.9897234118e-01 -1341446400: 7.9204055098e-02 -1341450000: 5.2548970028e-02 -1341453600: 2.3307720986e-02 -1341457200: 2.2503871970e-02 -1341460800: 2.0542506124e-02 -1341464400: 2.9610004009e-02 -1341468000: 1.4789898002e-01 -1341471600: 2.8339479205e-02 -1341475200: 4.8689845489e-02 -1341478800: 1.6519246721e-01 -1341482400: 4.6474727609e-01 -1341486000: 3.1691419303e-01 -1341489600: 3.2995551471e-01 -1341493200: 2.2449953179e-01 -1341496800: 5.5287185228e-02 -1341500400: 9.3801147664e-02 -1341504000: 9.8673155049e-02 -1341507600: 3.7477468990e-02 -1341511200: 3.4504096878e-02 -1341514800: 3.0482111365e-02 -1341518400: 4.8917800743e-02 -1341522000: 3.0475837609e-02 -1341525600: 1.0060814577e-01 -1341529200: 4.3060725078e-02 -1341532800: 3.9445427385e-02 -1341536400: 2.8049160640e-02 -1341540000: 2.9638702938e-02 -1341543600: 3.0999202301e-02 -1341547200: 2.9189540790e-02 -1341550800: 4.0829719936e-02 -1341554400: 1.0769587819e-01 -1341558000: 3.2308927289e-02 -1341561600: 2.0566572799e-02 -1341565200: 3.8322332348e-02 -1341568800: 1.0584801679e-01 -1341572400: 2.4609640310e-01 -1341576000: 1.9882601086e-01 -1341579600: 1.9450923159e-01 -1341583200: 4.6514252471e-02 -1341586800: 5.7386655534e-02 -1341590400: 2.5009266898e-02 -1341594000: 2.1656274570e-02 -1341597600: 2.5834238590e-02 -1341601200: 3.9453931285e-02 -1341604800: 6.3537668956e-02 -1341608400: 4.7797617448e-02 -1341612000: 7.4255433750e-02 -1341615600: 1.8942676885e-01 -1341619200: 1.0516288717e-01 -1341622800: 2.3652992336e-02 -1341626400: 2.0292623424e-02 -1341630000: 2.0572622890e-02 -1341633600: 2.2725953576e-02 -1341637200: 2.5057748704e-02 -1341640800: 2.2782942968e-02 -1341644400: 5.3612462917e-02 -1341648000: 2.5557654708e-02 -1341651600: 2.8610581200e-02 -1341655200: 2.3601384559e-02 -1341658800: 2.4163740155e-02 -1341662400: 2.3344117490e-02 -1341666000: 2.4442275242e-02 -1341669600: 4.3881557172e-02 -1341673200: 1.7123109482e-01 -1341676800: 3.2210113496e-01 -1341680400: 3.8068579391e-02 -1341684000: 3.1091862250e-02 -1341687600: 2.5833366098e-02 -1341691200: 4.0898874327e-01 -1341694800: 3.0438702497e-01 -1341698400: 1.8335920659e-01 -1341702000: 1.5447935371e-01 -1341705600: 1.5139634636e-01 -1341709200: 3.3476327880e-02 -1341712800: 2.2804754657e-02 -1341716400: 2.2498644143e-02 -1341720000: 2.2753845936e-02 -1341723600: 2.4647482960e-02 -1341727200: 2.4548013521e-02 -1341730800: 1.9132303371e-01 -1341734400: 7.5587257417e-02 -1341738000: 9.2536387159e-02 -1341741600: 3.0266191404e-02 -1341745200: 2.8352971341e-02 -1341748800: 3.1099942219e-02 -1341752400: 2.7790592499e-02 -1341756000: 2.7222050732e-02 -1341759600: 2.7777831599e-02 -1341763200: 3.0276830135e-02 -1341766800: 1.7545224964e-01 -1341770400: 9.0906254554e-02 -1341774000: 2.5633337776e-01 -1341777600: 4.7950732859e-01 -1341781200: 1.2822364940e-01 -1341784800: 1.1528419081e-01 -1341788400: 5.2888703119e-02 -1341792000: 2.1666098119e-02 -1341795600: 2.1850536741e-02 -1341799200: 2.4127330255e-02 -1341802800: 2.0968275545e-02 -1341806400: 2.1387447921e-02 -1341810000: 7.0545132321e-02 -1341813600: 2.3620043959e-02 -1341817200: 2.0861478001e-02 -1341820800: 1.9722222222e-02 -1341824400: 2.3028112764e-02 -1341828000: 2.3607947727e-02 -1341831600: 2.0576066684e-02 -1341835200: 2.3343428381e-02 -1341838800: 1.9444444444e-02 -1341842400: 2.3849140572e-02 -1341846000: 2.5279462736e-02 -1341849600: 2.5862713817e-02 -1341853200: 3.8053793737e-02 -1341856800: 6.4991212097e-02 -1341860400: 7.5226080504e-02 -1341864000: 1.3905427463e-01 -1341867600: 1.9581721034e-01 -1341871200: 1.1950673015e-01 -1341874800: 9.5856388790e-02 -1341878400: 5.6687496363e-02 -1341882000: 3.1432613603e-02 -1341885600: 3.4193889889e-02 -1341889200: 3.0275651886e-02 -1341892800: 5.5179712569e-02 -1341896400: 8.3988928853e-02 -1341900000: 3.2496067812e-02 -1341903600: 3.8880925197e-02 -1341907200: 2.8633543919e-02 -1341910800: 2.3318612167e-02 -1341914400: 2.7781010015e-02 -1341918000: 2.6679423039e-02 -1341921600: 2.5544454399e-02 -1341925200: 1.6551958713e-01 -1341928800: 3.1809314039e-01 -1341932400: 3.6954148330e-02 -1341936000: 6.3045798589e-02 -1341939600: 4.2628039959e-02 -1341943200: 8.0397758947e-02 -1341946800: 7.5275910145e-02 -1341950400: 7.1928031316e-02 -1341954000: 1.0987832008e-01 -1341957600: 1.8016513855e-01 -1341961200: 1.5220176964e-01 -1341964800: 2.4982657376e-02 -1341968400: 2.2840362458e-02 -1341972000: 2.0833333333e-02 -1341975600: 2.1111111111e-02 -1341979200: 2.1613592664e-02 -1341982800: 2.3643376261e-02 -1341986400: 2.3598765293e-02 -1341990000: 6.6699821337e-02 -1341993600: 3.1639882152e-02 -1341997200: 2.9460690181e-02 -1342000800: 1.1546157663e-01 -1342004400: 2.1564723520e-01 -1342008000: 1.8439794692e-01 -1342011600: 2.0559302125e-01 -1342015200: 5.6625527761e-02 -1342018800: 4.2262557022e-02 -1342022400: 3.6375611383e-02 -1342026000: 6.3874666504e-02 -1342029600: 9.2531491229e-02 -1342033200: 6.1278047869e-02 -1342036800: 9.0180504819e-02 -1342040400: 8.8465070240e-02 -1342044000: 1.3970774320e-01 -1342047600: 8.0034117929e-02 -1342051200: 2.9764391910e-02 -1342054800: 3.1883449979e-02 -1342058400: 3.6741407224e-02 -1342062000: 3.0592176670e-02 -1342065600: 7.0725827224e-02 -1342069200: 1.1038375854e-01 -1342072800: 5.2082278817e-02 -1342076400: 7.0071171907e-02 -1342080000: 3.1234030335e-01 -1342083600: 2.7103817079e-01 -1342087200: 2.5050630409e-01 -1342090800: 8.5632102266e-02 -1342094400: 8.8333244797e-02 -1342098000: 3.7775004648e-02 -1342101600: 3.6651229075e-02 -1342105200: 3.9735354823e-02 -1342108800: 3.3609297063e-02 -1342112400: 5.6953460117e-02 -1342116000: 5.4975628387e-02 -1342119600: 5.2127597500e-02 -1342123200: 9.0391938821e-02 -1342126800: 1.3200450801e-01 -1342130400: 8.2086756230e-02 -1342134000: 7.0492175904e-02 -1342137600: 4.1518558760e-02 -1342141200: 2.4609867660e-02 -1342144800: 2.1232988283e-02 -1342148400: 2.4410814347e-02 -1342152000: 2.0876643946e-02 -1342155600: 2.3306486550e-02 -1342159200: 4.3073521889e-02 -1342162800: 5.6916064219e-02 -1342166400: 4.4726265510e-01 -1342170000: 6.2220814290e-02 -1342173600: 1.9503067137e-01 -1342177200: 1.7775884827e-01 -1342180800: 2.6621695971e-02 -1342184400: 4.0247642634e-02 -1342188000: 3.6425315849e-02 -1342191600: 3.6950970643e-02 -1342195200: 3.6077270877e-02 -1342198800: 1.5834092203e-01 -1342202400: 1.4910480820e-01 -1342206000: 1.1906862463e-01 -1342209600: 7.7868373260e-02 -1342213200: 1.4990404754e-01 -1342216800: 1.5694763655e-01 -1342220400: 1.3255997759e-01 -1342224000: 7.0630003776e-02 -1342227600: 2.8042929472e-02 -1342231200: 2.5315894265e-02 -1342234800: 2.8925356596e-02 -1342238400: 2.4190752342e-02 -1342242000: 6.2695803743e-02 -1342245600: 9.8389482381e-02 -1342249200: 6.9715929161e-02 -1342252800: 4.4605905609e-01 -1342256400: 3.4795012457e-02 -1342260000: 3.0554848241e-02 -1342263600: -nan -1342267200: -nan -1342270800: 3.6341200267e-02 -1342274400: 3.2498846142e-02 -1342278000: 2.2494141383e-01 -1342281600: 1.0056313889e-01 -1342285200: 2.0396396905e-01 -1342288800: 8.6898499319e-02 -1342292400: 6.6937752226e-02 -1342296000: 1.1564382068e-01 -1342299600: 1.8386959823e-01 -1342303200: 1.5737411963e-01 -1342306800: 8.7742211621e-02 -1342310400: 3.0111153857e-02 -1342314000: 2.8292730515e-02 -1342317600: 2.8155488184e-02 -1342321200: 3.1277026442e-02 -1342324800: 2.4461020347e-02 -1342328400: 3.1384374860e-02 -1342332000: 2.5299859887e-02 -1342335600: 7.9455760346e-02 -1342339200: 5.9111140886e-02 -1342342800: 1.9946300963e-01 -1342346400: 1.7779082661e-01 -1342350000: 3.8562867216e-01 -1342353600: 3.3935892286e-01 -1342357200: 1.6472526230e-01 -1342360800: 2.3935061367e-01 -1342364400: 2.8992536920e-01 -1342368000: 2.6799068679e-01 -1342371600: 8.2685594861e-02 -1342375200: 1.2669775029e-01 -1342378800: 2.6744865506e-01 -1342382400: 2.9683437021e-01 -1342386000: 1.3713607881e-01 -1342389600: 1.8809807439e-01 -1342393200: 1.8836247638e-01 -1342396800: 6.9905507513e-02 -1342400400: 2.4176094003e-02 -1342404000: 1.9703452736e-02 -1342407600: 2.4197644093e-02 -1342411200: 2.4709790051e-02 -1342414800: 8.2949335965e-02 -1342418400: 1.6252134058e-02 -1342422000: 2.3309231687e-02 -1342425600: 1.7760624745e-02 -1342429200: 1.9474496275e-02 -1342432800: 2.1659579767e-02 -1342436400: 1.7518289748e-02 -1342440000: 1.9131682401e-02 -1342443600: 2.2257206488e-02 -1342447200: 1.5555555556e-02 -1342450800: 2.1364611285e-02 -1342454400: 2.1391491349e-02 -1342458000: 1.3585500848e-01 -1342461600: 4.7186912004e-02 -1342465200: 5.0572392921e-02 -1342468800: 6.7649601077e-02 -1342472400: 6.9245657207e-02 -1342476000: 1.8024899719e-01 -1342479600: 1.3312767769e-01 -1342483200: 1.9903922317e-02 -1342486800: 2.3153504351e-02 -1342490400: 1.8588035315e-02 -1342494000: 2.0989828438e-02 -1342497600: 2.0327625591e-02 -1342501200: 2.1481387863e-02 -1342504800: 4.4180881803e-02 -1342508400: 1.7232465125e-02 -1342512000: 2.2766687611e-02 -1342515600: 2.6647799113e-02 -1342519200: 4.4055243387e-01 -1342522800: 1.5658135073e-01 -1342526400: 5.9220657722e-02 -1342530000: 1.9028652263e-01 -1342533600: 1.8004444479e-01 -1342537200: 8.1536984345e-02 -1342540800: 1.8151219748e-01 -1342544400: 5.3893250063e-02 -1342548000: 4.9972287260e-02 -1342551600: 7.9977502153e-02 -1342555200: 1.4015414022e-01 -1342558800: 2.1349397013e-01 -1342562400: 1.5343026991e-01 -1342566000: 1.3152506334e-01 -1342569600: 5.3381073988e-02 -1342573200: 2.2725289932e-02 -1342576800: 2.6742519162e-02 -1342580400: 2.5810308719e-02 -1342584000: 2.5785608335e-02 -1342587600: 8.0000097193e-02 -1342591200: 5.4490301884e-02 -1342594800: 2.4829849115e-01 -1342598400: 3.0451450192e-01 -1342602000: 2.7742513083e-01 -1342605600: 2.4523055632e-01 -1342609200: 3.0891919441e-01 -1342612800: 1.3256945336e-01 -1342616400: 3.1388676427e-02 -1342620000: 2.6391772288e-02 -1342623600: 3.4440880760e-02 -1342627200: 2.6389106228e-02 -1342630800: 2.1577355920e-01 -1342634400: 1.9948238855e-01 -1342638000: 6.5785604776e-02 -1342641600: 1.1147368862e-01 -1342645200: 1.2338879392e-01 -1342648800: 1.5949714566e-01 -1342652400: 7.0395628021e-02 -1342656000: 2.4951195815e-02 -1342659600: 1.8709026730e-02 -1342663200: 2.4505638133e-02 -1342666800: 1.8675003907e-02 -1342670400: 2.5151480499e-02 -1342674000: 7.7041641229e-02 -1342677600: 2.4159547800e-02 -1342681200: 3.8335587391e-02 -1342684800: 4.1280232392e-01 -1342688400: 1.9579755136e-02 -1342692000: 4.1907455058e-01 -1342695600: 1.2743768998e-01 -1342699200: 5.2200410313e-02 -1342702800: 7.0069519120e-02 -1342706400: 8.7462461551e-02 -1342710000: 3.6381585137e-02 -1342713600: 2.6120232936e-02 -1342717200: 4.0551526890e-02 -1342720800: 3.4723345990e-02 -1342724400: 2.2462359814e-01 -1342728000: 2.4528757995e-01 -1342731600: 9.7089868288e-02 -1342735200: 1.8476784981e-01 -1342738800: 1.1072810768e-01 -1342742400: 1.8565150960e-02 -1342746000: 2.4486627991e-02 -1342749600: 1.7754426545e-02 -1342753200: 2.5575563804e-02 -1342756800: 1.9365406121e-02 -1342760400: 2.2033567537e-02 -1342764000: 1.8288246944e-02 -1342767600: 3.2842347760e-02 -1342771200: 5.0802700056e-02 -1342774800: 7.6964560529e-02 -1342778400: 3.2183326262e-02 -1342782000: 2.5364957316e-01 -1342785600: 4.6387643566e-02 -1342789200: 3.8333609954e-02 -1342792800: 2.2935359826e-01 -1342796400: 2.8425146971e-02 -1342800000: 4.2485170974e-02 -1342803600: 2.4735447259e-02 -1342807200: 3.2502357933e-02 -1342810800: 2.5185741501e-02 -1342814400: 3.1466554254e-02 -1342818000: 4.3838185600e-02 -1342821600: 9.2728049673e-02 -1342825200: 8.2459452784e-02 -1342828800: 6.1081494318e-02 -1342832400: 2.0396983186e-02 -1342836000: 2.0353737095e-02 -1342839600: 2.2197768776e-02 -1342843200: 3.0533552228e-02 -1342846800: 2.1598990921e-02 -1342850400: 7.8148350163e-02 -1342854000: 5.0803194502e-02 -1342857600: 5.3927859782e-02 -1342861200: 3.7732831147e-02 -1342864800: 1.9752125073e-01 -1342868400: 3.2943476431e-01 -1342872000: 2.7272747745e-01 -1342875600: 7.2556933628e-02 -1342879200: 8.0624025887e-02 -1342882800: 2.1575900248e-01 -1342886400: 5.7175933608e-02 -1342890000: 4.5627339221e-02 -1342893600: 3.6346989856e-02 -1342897200: 4.4618207398e-02 -1342900800: 1.5034388356e-01 -1342904400: 6.7510281591e-02 -1342908000: 1.2892662955e-01 -1342911600: 3.0283738300e-02 -1342915200: 3.3884720318e-02 -1342918800: 5.0300588383e-02 -1342922400: 1.9570475684e-02 -1342926000: 2.7635562357e-02 -1342929600: 1.6386775527e-02 -1342933200: 2.1685841296e-02 -1342936800: 1.9418466175e-02 -1342940400: 2.0038369710e-02 -1342944000: 4.1067370227e-02 -1342947600: 3.6421046584e-02 -1342951200: 8.0541570120e-02 -1342954800: 2.3902196385e-02 -1342958400: 2.4685979470e-02 -1342962000: 2.2536431217e-02 -1342965600: 2.3472559337e-01 -1342969200: 2.4360540274e-01 -1342972800: 4.5568597270e-02 -1342976400: 4.5187594850e-01 -1342980000: 4.8646102692e-02 -1342983600: 6.8042977568e-02 -1342987200: 7.3519015053e-02 -1342990800: 1.1763353273e-01 -1342994400: 2.0247787407e-01 -1342998000: 1.3877254968e-01 -1343001600: 2.7088923431e-02 -1343005200: 2.3333333333e-02 -1343008800: 1.8302002841e-02 -1343012400: 2.5222130987e-02 -1343016000: 2.0273370556e-02 -1343019600: 2.1758051171e-02 -1343023200: 3.3611111111e-02 -1343026800: 5.1931670805e-02 -1343030400: 3.2486424413e-02 -1343034000: 3.1958663441e-02 -1343037600: 2.5555202219e-02 -1343041200: 3.0276714912e-02 -1343044800: 2.5834681044e-02 -1343048400: 2.9407414655e-02 -1343052000: 2.9197935256e-02 -1343055600: 2.9158352859e-02 -1343059200: 2.8350152836e-02 -1343062800: 3.3583771118e-02 -1343066400: 5.0288967938e-02 -1343070000: 4.9707557147e-02 -1343073600: 1.1067247927e-01 -1343077200: 1.5748438203e-01 -1343080800: 1.6107086877e-01 -1343084400: 1.5751844051e-01 -1343088000: 1.6033657231e-01 -1343091600: 1.2066762140e-01 -1343095200: 1.9084480127e-02 -1343098800: 2.0813883434e-02 -1343102400: 1.6944444444e-02 -1343106000: 2.1378071188e-02 -1343109600: 1.6399706590e-02 -1343113200: 3.0265903887e-02 -1343116800: 2.5819571080e-02 -1343120400: 3.1944539078e-02 -1343124000: 1.4832102021e-01 -1343127600: 7.5280545120e-02 -1343131200: 3.5261427820e-01 -1343134800: 8.2533618934e-02 -1343138400: 2.0987322610e-02 -1343142000: 2.2212222251e-02 -1343145600: 4.1930738127e-02 -1343149200: 1.2111001888e-01 -1343152800: 5.1401145234e-02 -1343156400: 3.4726672377e-02 -1343160000: 9.1214758044e-02 -1343163600: 9.0450408123e-02 -1343167200: 1.5729540637e-01 -1343170800: 1.9762280095e-01 -1343174400: 7.3421893911e-02 -1343178000: 4.6099707837e-02 -1343181600: 2.2179355847e-02 -1343185200: 1.9223286287e-02 -1343188800: 1.9687621842e-02 -1343192400: 2.1700794273e-02 -1343196000: 2.0546038838e-02 -1343199600: 7.5276547241e-02 -1343203200: 3.2510572713e-02 -1343206800: 2.2777632255e-02 -1343210400: 2.9580504585e-01 -1343214000: 1.2557004985e-01 -1343217600: 2.3071138308e-02 -1343221200: 3.0555399663e-02 -1343224800: 2.6955056915e-02 -1343228400: 2.4988745557e-02 -1343232000: 1.2693784544e-01 -1343235600: 3.1672213084e-02 -1343239200: 3.7500077460e-02 -1343242800: 5.6091836053e-02 -1343246400: 4.8592807262e-02 -1343250000: 1.9841046813e-01 -1343253600: 1.7720738551e-01 -1343257200: 5.5519006324e-02 -1343260800: 2.7427273866e-02 -1343264400: 2.8925791848e-02 -1343268000: 2.4505583694e-02 -1343271600: 2.4611791021e-02 -1343275200: 2.1991165477e-02 -1343278800: 5.8012061605e-02 -1343282400: 1.7694759765e-01 -1343286000: 1.7365145186e-01 -1343289600: 1.8046126613e-02 -1343293200: 2.1941278330e-02 -1343296800: 1.9987772588e-02 -1343300400: 2.4747044691e-02 -1343304000: 3.2488958825e-02 -1343307600: 3.8034990511e-02 -1343311200: 3.5577053065e-02 -1343314800: 3.8578105624e-02 -1343318400: 2.2222488975e-01 -1343322000: 7.6384303766e-02 -1343325600: 5.9740217645e-02 -1343329200: 6.0202544466e-02 -1343332800: 1.0606806918e-01 -1343336400: 1.6586835792e-01 -1343340000: 1.8125937301e-01 -1343343600: 1.0269386258e-01 -1343347200: 2.5854917893e-02 -1343350800: 1.7218142578e-02 -1343354400: 2.1500298667e-02 -1343358000: 1.9889196291e-02 -1343361600: 2.4145695030e-02 -1343365200: 3.7260344629e-02 -1343368800: 6.3308048333e-02 -1343372400: 9.3887432474e-02 -1343376000: 7.5018373236e-02 -1343379600: 4.6380912621e-02 -1343383200: 1.5388857839e-01 -1343386800: 2.3112674029e-01 -1343390400: 1.3627861022e-01 -1343394000: 8.0652619859e-02 -1343397600: 6.4676099204e-02 -1343401200: 3.6182152828e-02 -1343404800: 2.2752008013e-02 -1343408400: 2.5284367258e-02 -1343412000: 5.4176431979e-02 -1343415600: 2.2564480697e-01 -1343419200: 4.0725086499e-01 -1343422800: 2.2015314205e-01 -1343426400: 1.3902131674e-01 -1343430000: 1.3801100874e-01 -1343433600: 1.2385304460e-01 -1343437200: 4.2697293887e-02 -1343440800: 2.0847847509e-02 -1343444400: 2.2782043313e-02 -1343448000: 1.9702005817e-02 -1343451600: 2.1147738102e-02 -1343455200: 2.4684652705e-02 -1343458800: 3.6953811663e-02 -1343462400: 1.0352268381e-01 -1343466000: 1.1705049999e-01 -1343469600: 4.8063604224e-02 -1343473200: 1.3744242574e-01 -1343476800: 5.1414225042e-02 -1343480400: 2.0056069480e-01 -1343484000: 1.6252617356e-01 -1343487600: 2.3346197387e-02 -1343491200: 2.0555555556e-02 -1343494800: 2.3045288623e-02 -1343498400: 1.9444219989e-02 -1343502000: 2.5263526713e-02 -1343505600: 3.1668082999e-02 -1343509200: 2.2523326121e-02 -1343512800: 1.9395119502e-02 -1343516400: 1.9771547165e-02 -1343520000: 2.1339327272e-02 -1343523600: 1.8080558414e-02 -1343527200: 2.0537030676e-02 -1343530800: 1.9298139537e-02 -1343534400: 2.3889547911e-02 -1343538000: 1.8102527726e-02 -1343541600: 2.2487032069e-02 -1343545200: 2.1938171816e-02 -1343548800: 1.8352573892e-02 -1343552400: 1.8888888889e-02 -1343556000: 2.1654142595e-02 -1343559600: 1.9714511944e-02 -1343563200: 2.3609669004e-02 -1343566800: 2.0264080950e-02 -1343570400: 2.0023881188e-02 -1343574000: 2.1375283984e-02 -1343577600: 1.7785494666e-02 -1343581200: 2.1406269001e-02 -1343584800: 1.8322146456e-02 -1343588400: 2.4338818690e-02 -1343592000: 1.8426133291e-02 -1343595600: 2.2221208459e-02 -1343599200: 1.6691693104e-02 -1343602800: 2.1944444444e-02 -1343606400: 1.8839633392e-02 -1343610000: 2.0327033275e-02 -1343613600: 2.1593531555e-02 -1343617200: 2.0174718855e-02 -1343620800: 2.0418779959e-02 -1343624400: 2.2802689967e-02 -1343628000: 1.7510279663e-02 -1343631600: 2.2222222222e-02 -1343635200: 1.8309692375e-02 -1343638800: 2.0288478234e-02 -1343642400: 1.9975130350e-02 -1343646000: 1.9750228733e-02 -1343649600: 2.2753218413e-02 -1343653200: 1.8078388119e-02 -1343656800: 2.2778754458e-02 -1343660400: 1.7232775985e-02 -1343664000: 2.1666666667e-02 -1343667600: 1.7764920808e-02 -1343671200: 2.1945377956e-02 -1343674800: 1.9109069427e-02 -1343678400: 1.9489294526e-02 -1343682000: 2.2725181551e-02 -1343685600: 1.9220523343e-02 -1343689200: 2.3312090100e-02 -1343692800: 1.7794439235e-02 -1343696400: 2.1669331593e-02 -1343700000: 1.7247549238e-02 -1343703600: 2.1641485958e-02 -1343707200: 1.7213801552e-02 -1343710800: 2.5589156935e-02 -1343714400: 1.7222222222e-02 -1343718000: 2.1656737850e-02 -1343721600: 1.7222504785e-02 -1343725200: 2.1665513412e-02 -1343728800: 1.7473251098e-02 -1343732400: 2.0870881744e-02 -1343736000: 1.9144335356e-02 -1343739600: 1.9733454987e-02 -1343743200: 2.0535479908e-02 -1343746800: 1.8086729749e-02 -1343750400: 2.0821848562e-02 -1343754000: 2.3040969302e-02 -1343757600: 2.0830477970e-02 -1343761200: 1.9751148611e-02 -1343764800: 1.9949387304e-02 -1343768400: 1.9470716137e-02 -1343772000: 3.3592145430e-02 -1343775600: 1.7796328355e-02 -1343779200: 2.1603542110e-02 -1343782800: 1.9192968740e-02 -1343786400: 2.2772413661e-02 -1343790000: 1.9207624220e-02 -1343793600: 2.2407963211e-02 -1343797200: 1.5664211990e-02 -1343800800: 2.1650386661e-02 -1343804400: 2.0014351438e-02 -1343808000: 2.0818946232e-02 -1343811600: 2.0292104024e-02 -1343815200: 1.9157150323e-02 -1343818800: 1.9743093499e-02 -1343822400: 1.8315600874e-02 -1343826000: 2.0285951651e-02 -1343829600: 1.7219482948e-02 -1343833200: 2.1678964527e-02 -1343836800: 2.2742920966e-02 -1343840400: 1.9189950539e-02 -1343844000: 2.3334936344e-02 -1343847600: 1.7232192151e-02 -1343851200: 2.1944444444e-02 -1343854800: 2.0234492926e-02 -1343858400: 3.0876618185e-02 -1343862000: 2.1666666667e-02 -1343865600: 1.9103210246e-02 -1343869200: 2.3094448130e-02 -1343872800: 2.0936927126e-02 -1343876400: 2.6031239234e-02 -1343880000: 1.6966451375e-02 -1343883600: 2.2479509591e-02 -1343887200: 1.8900679895e-02 -1343890800: 2.3317535997e-02 -1343894400: 1.9147964785e-02 -1343898000: 2.0566450496e-02 -1343901600: 2.0011582174e-02 -1343905200: 1.8631832617e-02 -1343908800: 2.1633766584e-02 -1343912400: 1.7797679517e-02 -1343916000: 2.3889395480e-02 -1343919600: 1.9154483749e-02 -1343923200: 2.2246896893e-02 -1343926800: 1.7222222222e-02 -1343930400: 2.1931169478e-02 -1343934000: 1.7791052744e-02 -1343937600: 2.2450369530e-02 -1343941200: 1.9193370610e-02 -1343944800: 2.3871978687e-02 -1343948400: 1.7238267950e-02 -1343952000: 2.1968235444e-02 -1343955600: 1.7473468972e-02 -1343959200: 2.6693197695e-02 -1343962800: 1.7500000000e-02 -1343966400: 2.1921359813e-02 -1343970000: 1.7776699715e-02 -1343973600: 2.1690829361e-02 -1343977200: 2.0254419581e-02 -1343980800: 1.9459080093e-02 -1343984400: 2.3611029384e-02 -1343988000: 1.8875081366e-02 -1343991600: 2.2244834021e-02 -1343995200: 1.7211527364e-02 -1343998800: 2.1399583747e-02 -1344002400: 1.9961774758e-02 -1344006000: 1.8927114131e-02 -1344009600: 2.1896416150e-02 -1344013200: 2.2526539451e-02 -1344016800: 2.2774663301e-02 -1344020400: 1.8913492209e-02 -1344024000: 2.1634630761e-02 -1344027600: 1.7232675525e-02 -1344031200: 2.1410471492e-02 -1344034800: 1.9142840623e-02 -1344038400: 2.4994902274e-02 -1344042000: 1.8867556821e-02 -1344045600: 2.0328033615e-02 -1344049200: 2.0232462125e-02 -1344052800: 2.0831293967e-02 -1344056400: 2.3069709099e-02 -1344060000: 2.0579223653e-02 -1344063600: 2.1911163718e-02 -1344067200: 1.8352775682e-02 -1344070800: 2.7512266107e-02 -1344074400: 1.9431949444e-02 -1344078000: 2.3902631192e-02 -1344081600: 1.6942372633e-02 -1344085200: 2.8605587559e-02 -1344088800: 2.2161853230e-01 -1344092400: 9.9745778445e-02 -1344096000: 1.1446148306e-01 -1344099600: 2.6272441449e-01 -1344103200: 7.2506424035e-02 -1344106800: 4.3383233608e-02 -1344110400: 4.0728590216e-01 -1344114000: 2.2910292125e-01 -1344117600: 3.1237110804e-01 -1344121200: 1.5913932065e-01 -1344124800: 1.4159171744e-01 -1344128400: 1.3672038466e-01 -1344132000: 5.2094142728e-02 -1344135600: 1.8360464353e-02 -1344139200: 2.5804396326e-02 -1344142800: 1.7551674614e-02 -1344146400: 2.2210018269e-02 -1344150000: 2.1376054234e-02 -1344153600: 5.5786760907e-02 -1344157200: 2.5446356423e-01 -1344160800: 1.0318643658e-01 -1344164400: 9.6224549776e-02 -1344168000: 7.7257725614e-02 -1344171600: 8.8075541374e-02 -1344175200: 3.4448438214e-02 -1344178800: 3.0572663446e-02 -1344182400: 3.7656777729e-01 -1344186000: 1.8168312079e-01 -1344189600: 2.1486669683e-01 -1344193200: 1.1659609423e-01 -1344196800: 2.1600117407e-01 -1344200400: 1.3267050203e-01 -1344204000: 1.7253209675e-01 -1344207600: 1.5693385675e-01 -1344211200: 5.4303817049e-02 -1344214800: 2.1187555999e-02 -1344218400: 2.4651838201e-02 -1344222000: 1.8403717354e-02 -1344225600: 2.3442676156e-02 -1344229200: 1.9602723740e-02 -1344232800: 5.6537466475e-02 -1344236400: 8.1401685295e-02 -1344240000: 6.1763317642e-02 -1344243600: 4.8306939081e-02 -1344247200: 1.7127961733e-01 -1344250800: 3.0320829505e-01 -1344254400: 4.1099336113e-02 -1344258000: 4.2234914762e-02 -1344261600: 2.9999182314e-02 -1344265200: 1.3902512270e-01 -1344268800: 1.6215799544e-01 -1344272400: 2.0057417373e-01 -1344276000: 8.5137919366e-02 -1344279600: 9.4890379944e-02 -1344283200: 1.2282566280e-01 -1344286800: 7.7250397095e-02 -1344290400: 1.5905109633e-01 -1344294000: 1.5246257219e-01 -1344297600: 2.1294049905e-01 -1344301200: 1.8286358294e-01 -1344304800: 2.1630982378e-02 -1344308400: 2.5555009634e-02 -1344312000: 2.3737719682e-02 -1344315600: 2.2119152736e-02 -1344319200: 2.5834361859e-02 -1344322800: 3.9696562553e-02 -1344326400: 3.5592877825e-02 -1344330000: 1.9975201213e-02 -1344333600: 2.4460307631e-02 -1344337200: 2.4672455289e-02 -1344340800: 2.3392035868e-02 -1344344400: 2.4135975203e-02 -1344348000: 2.0012250040e-02 -1344351600: 2.4727933282e-02 -1344355200: 2.1944955009e-02 -1344358800: 5.8602547853e-02 -1344362400: 4.3032050541e-02 -1344366000: 5.3008650904e-02 -1344369600: 7.7772676370e-02 -1344373200: 7.1385298826e-02 -1344376800: 1.5708298605e-01 -1344380400: 1.8336649563e-01 -1344384000: 6.6317069182e-02 -1344387600: 2.5996286688e-02 -1344391200: 1.9327325154e-02 -1344394800: 2.3131349047e-02 -1344398400: 2.0624343579e-02 -1344402000: 2.3031983488e-02 -1344405600: 2.0847700389e-02 -1344409200: 6.3037355643e-02 -1344412800: 1.8070960131e-02 -1344416400: 2.7195770145e-02 -1344420000: 2.2474825471e-01 -1344423600: 1.5911331463e-01 -1344427200: 2.0802299718e-01 -1344430800: 1.7757505686e-01 -1344434400: 1.8890831398e-02 -1344438000: 5.9146163143e-02 -1344441600: 7.8442375395e-02 -1344445200: 5.6842313005e-02 -1344448800: 8.9390595975e-02 -1344452400: 1.3412838892e-01 -1344456000: 1.1415742833e-01 -1344459600: 1.2214540358e-01 -1344463200: 1.4030277809e-01 -1344466800: 1.5252697045e-01 -1344470400: 9.0882607725e-02 -1344474000: 2.3167417482e-02 -1344477600: 1.9070361441e-02 -1344481200: 2.2849615018e-02 -1344484800: 2.0229943957e-02 -1344488400: 1.7838739603e-02 -1344492000: 3.5160132348e-02 -1344495600: 2.6365872698e-01 -1344499200: 1.3783315657e-01 -1344502800: 1.9457999723e-02 -1344506400: 3.2580868478e-01 -1344510000: 2.1724704032e-01 -1344513600: 8.7781503323e-02 -1344517200: 1.3163831754e-01 -1344520800: 1.8584878585e-01 -1344524400: 2.8171962177e-01 -1344528000: 9.0211108771e-02 -1344531600: 3.8081598624e-02 -1344535200: 5.8293446239e-02 -1344538800: 4.3307039408e-02 -1344542400: 8.2526614718e-02 -1344546000: 3.3305943339e-02 -1344549600: 4.6116448682e-02 -1344553200: 1.5527183610e-01 -1344556800: 3.6103993555e-02 -1344560400: 2.1150178282e-02 -1344564000: 2.2544718626e-02 -1344567600: 2.0695854741e-02 -1344571200: 2.3440901574e-02 -1344574800: 2.1400754584e-02 -1344578400: 1.9462489101e-02 -1344582000: 2.6932583592e-02 -1344585600: 6.0558258735e-02 -1344589200: 3.1651321080e-02 -1344592800: 3.0548095064e-02 -1344596400: 1.3668683263e-01 -1344600000: 9.3215764895e-02 -1344603600: 1.6314016752e-01 -1344607200: 1.7392304783e-01 -1344610800: 3.4720091496e-02 -1344614400: 2.8561755031e-02 -1344618000: 3.6164009106e-02 -1344621600: 1.2850857588e-01 -1344625200: 2.2763356965e-01 -1344628800: 1.4348786096e-01 -1344632400: 9.8635554367e-02 -1344636000: 1.0138929034e-01 -1344639600: 3.4199040224e-02 -1344643200: 3.5292537144e-02 -1344646800: 2.3749179272e-02 -1344650400: 2.5712325806e-02 -1344654000: 1.9713396370e-02 -1344657600: 2.5854520781e-02 -1344661200: 1.8875725045e-02 -1344664800: 4.3320789878e-02 -1344668400: 2.4165020735e-02 -1344672000: 1.7242804317e-01 -1344675600: 1.1340871060e-01 -1344679200: 4.5846772054e-02 -1344682800: 2.0279288315e-02 -1344686400: 2.5276218610e-02 -1344690000: 1.6667038353e-02 -1344693600: 2.3322789981e-02 -1344697200: 1.9448254653e-02 -1344700800: 7.8323882278e-02 -1344704400: 1.3189637441e-01 -1344708000: 1.7702219648e-01 -1344711600: 1.1155180751e-01 -1344715200: 2.8890225037e-01 -1344718800: 7.8807394639e-02 -1344722400: 1.3333818677e-01 -1344726000: 4.9196038626e-02 -1344729600: 5.0398135771e-02 -1344733200: 2.1630946190e-02 -1344736800: 2.4711544992e-02 -1344740400: 2.1436995743e-02 -1344744000: 2.7742568551e-02 -1344747600: 1.5594860650e-02 -1344751200: 2.6396961325e-02 -1344754800: 2.2776706267e-02 -1344758400: 4.8866507995e-02 -1344762000: 2.9470215951e-02 -1344765600: 3.0473325733e-02 -1344769200: 2.8957380138e-02 -1344772800: 3.1091425646e-02 -1344776400: 2.8066095613e-02 -1344780000: 3.1942782071e-02 -1344783600: 4.0576902086e-02 -1344787200: 1.3994962016e-01 -1344790800: 6.0025324306e-02 -1344794400: 9.0534066796e-02 -1344798000: 5.5504772730e-02 -1344801600: 7.9824611344e-02 -1344805200: 4.9220728400e-01 -1344808800: 3.1161399722e-01 -1344812400: 1.9066197830e-01 -1344816000: 1.9827586785e-01 -1344819600: 2.3914562338e-02 -1344823200: 2.7466622003e-02 -1344826800: 2.0834164453e-02 -1344830400: 2.4301663198e-02 -1344834000: 2.7585445834e-02 -1344837600: 5.6609947015e-02 -1344841200: 1.7358081624e-02 -1344844800: 2.6105288748e-02 -1344848400: 2.3072120458e-02 -1344852000: 1.0804392773e-01 -1344855600: 4.9436283944e-02 -1344859200: 3.8617591998e-02 -1344862800: 2.9996981843e-02 -1344866400: 3.3339960629e-02 -1344870000: 4.0817928389e-02 -1344873600: 3.4447728286e-02 -1344877200: 4.1927191592e-02 -1344880800: 4.6956830773e-02 -1344884400: 4.1569834645e-02 -1344888000: 2.4740601536e-01 -1344891600: 2.0476600969e-01 -1344895200: 5.6234194882e-02 -1344898800: 1.7599769213e-01 -1344902400: 6.8130846229e-02 -1344906000: 6.9693175638e-02 -1344909600: 3.2007045859e-02 -1344913200: 2.7211769188e-02 -1344916800: 2.4232324525e-02 -1344920400: 1.2288444255e-01 -1344924000: 7.1251983315e-02 -1344927600: 2.8312809614e-02 -1344931200: 3.1421413190e-02 -1344934800: 3.0274126920e-02 -1344938400: 3.1664968900e-02 -1344942000: 2.8607049516e-02 -1344945600: 2.8627638994e-02 -1344949200: 4.7716658018e-02 -1344952800: 3.9490566736e-02 -1344956400: 3.2756166636e-02 -1344960000: 2.8632581800e-02 -1344963600: 4.7480076280e-02 -1344967200: 4.4556032149e-01 -1344970800: 8.4094875043e-02 -1344974400: 8.3558128492e-02 -1344978000: 7.3402299238e-02 -1344981600: 2.6186283523e-01 -1344985200: 6.3160405065e-02 -1344988800: 6.7550204723e-02 -1344992400: 2.5794892946e-02 -1344996000: 3.0005095869e-02 -1344999600: 2.4757722246e-02 -1345003200: 2.8052969495e-02 -1345006800: 2.4971980181e-02 -1345010400: 5.3085572568e-02 -1345014000: 2.8036831671e-02 -1345017600: 1.1084381415e-01 -1345021200: 8.5830167617e-02 -1345024800: 4.1054339075e-01 -1345028400: 7.2803801323e-02 -1345032000: 4.8848699795e-02 -1345035600: 1.0835456930e-01 -1345039200: 7.5565948535e-02 -1345042800: 4.8329721216e-02 -1345046400: 3.9716480080e-02 -1345050000: 3.5293304263e-02 -1345053600: 3.8582169069e-02 -1345057200: 6.8683766623e-02 -1345060800: 5.0072350209e-01 -1345064400: 7.8860304738e-02 -1345068000: 7.7012533138e-02 -1345071600: 5.6091855065e-02 -1345075200: 2.9234688870e-02 -1345078800: 2.6666666667e-02 -1345082400: 2.6340387066e-02 -1345086000: 2.4411299896e-02 -1345089600: 2.2303868593e-02 -1345093200: 2.4420759976e-02 -1345096800: 2.2237509909e-01 -1345100400: 1.2454971882e-01 -1345104000: 1.8391135807e-01 -1345107600: 1.5249286479e-01 -1345111200: 4.8167119101e-01 -1345114800: 3.1949644946e-02 -1345118400: 5.9597943454e-01 -1345122000: 2.0208284215e-01 -1345125600: 3.0549871090e-02 -1345129200: 3.6386904085e-02 -1345132800: 4.7758815337e-02 -1345136400: 5.0539588213e-02 -1345140000: 4.9478911070e-02 -1345143600: 3.7971357977e-02 -1345147200: 6.7857164023e-02 -1345150800: 9.6196054106e-02 -1345154400: 1.3195958836e-01 -1345158000: 1.1231752313e-01 -1345161600: 5.8874967498e-02 -1345165200: 2.8415212021e-02 -1345168800: 3.1649582263e-02 -1345172400: 2.4754639489e-02 -1345176000: 2.8332024669e-02 -1345179600: 2.5267998153e-02 -1345183200: 7.7510058280e-02 -1345186800: 2.6109985633e-02 -1345190400: 2.5303507883e-02 -1345194000: 3.4126527457e-02 -1345197600: 2.4808683018e-01 -1345201200: 1.1998455117e-01 -1345204800: 3.9050300026e-01 -1345208400: 1.9754043027e-01 -1345212000: 4.9722544009e-02 -1345215600: 4.0848997360e-02 -1345219200: 5.2212592320e-02 -1345222800: 6.0842550654e-02 -1345226400: 8.9150700354e-02 -1345230000: 9.5972449032e-02 -1345233600: 1.1443919404e-01 -1345237200: 1.1209398522e-01 -1345240800: 4.5107216164e-01 -1345244400: 2.0257477712e-01 -1345248000: 1.5391934018e-01 -1345251600: 1.1035509522e-01 -1345255200: 4.0110263215e-02 -1345258800: 4.9145794669e-02 -1345262400: 4.9110726479e-02 -1345266000: 5.9554690332e-02 -1345269600: 1.3659583887e-01 -1345273200: 1.5701281705e-01 -1345276800: 4.3025785699e-01 -1345280400: 2.9721781268e-01 -1345284000: 1.6828945433e-01 -1345287600: 2.6201373418e-01 -1345291200: 5.2488957035e-02 -1345294800: 2.8043656474e-01 -1345298400: 7.6519219113e-02 -1345302000: 5.4693301742e-02 -1345305600: 5.5278532978e-02 -1345309200: 5.4165041128e-02 -1345312800: 6.6694114408e-02 -1345316400: 4.1364829756e-02 -1345320000: 6.2168353898e-02 -1345323600: 2.1552498360e-01 -1345327200: 4.2158557267e-01 -1345330800: 1.0042396316e-01 -1345334400: 3.4456872930e-02 -1345338000: 3.0234725447e-02 -1345341600: 2.4543585458e-02 -1345345200: 2.4113585256e-02 -1345348800: 2.8062885758e-02 -1345352400: 2.4199397193e-02 -1345356000: 2.8613623448e-02 -1345359600: 2.1917319286e-02 -1345363200: 3.1639146339e-01 -1345366800: 5.5483844409e-02 -1345370400: 1.5497907395e-01 -1345374000: 5.5920304704e-02 -1345377600: 6.6380686407e-02 -1345381200: 6.5555265483e-02 -1345384800: 4.0578932425e-02 -1345388400: 3.5831816857e-02 -1345392000: 3.8312693326e-02 -1345395600: 4.2248891094e-02 -1345399200: 7.9430984958e-02 -1345402800: 7.1848110096e-02 -1345406400: 5.0075230998e-01 -1345410000: 2.0481202918e-01 -1345413600: 5.7878309781e-02 -1345417200: 2.6862299740e-02 -1345420800: 2.6770617711e-02 -1345424400: 2.0833333333e-02 -1345428000: 2.8824608860e-02 -1345431600: 2.0619835584e-02 -1345435200: 3.1411450634e-02 -1345438800: 7.2450425512e-02 -1345442400: 2.0292933524e-02 -1345446000: 2.3877048664e-02 -1345449600: 2.2523697222e-02 -1345453200: 2.3589411302e-02 -1345456800: 2.0438287047e-01 -1345460400: 5.4795492904e-02 -1345464000: 2.7232225321e-02 -1345467600: 2.0196715467e-02 -1345471200: 2.2282234388e-02 -1345474800: 2.6948502239e-02 -1345478400: 3.2224732200e-01 -1345482000: 1.2301766913e-01 -1345485600: 3.6951911252e-02 -1345489200: 3.7956808404e-02 -1345492800: 4.3988076783e-02 -1345496400: 9.7328170695e-02 -1345500000: 4.9307406239e-02 -1345503600: 3.9171046294e-02 -1345507200: 2.5604137106e-02 -1345510800: 2.2471105852e-02 -1345514400: 2.3110957337e-02 -1345518000: 2.0639671282e-02 -1345521600: 2.2448973777e-02 -1345525200: 4.9495470667e-02 -1345528800: 3.1634381543e-02 -1345532400: 2.4986625621e-02 -1345536000: 3.1145984778e-02 -1345539600: 3.3323964730e-02 -1345543200: 4.4718200177e-02 -1345546800: 7.2780837813e-02 -1345550400: 2.4355718221e-01 -1345554000: 2.3310920283e-01 -1345557600: 4.0833456710e-02 -1345561200: 4.5532148459e-02 -1345564800: 1.0657073027e-01 -1345568400: 7.2614050958e-02 -1345572000: 3.5859900562e-02 -1345575600: 6.3467323364e-02 -1345579200: 4.2322179531e-02 -1345582800: 3.9898560201e-02 -1345586400: 5.8151747032e-02 -1345590000: 1.0630086624e-01 -1345593600: 8.4754039483e-02 -1345597200: 5.0551117825e-02 -1345600800: 4.3724457933e-02 -1345604400: 2.1810706989e-02 -1345608000: 2.3188670048e-02 -1345611600: 2.5301364594e-02 -1345615200: 7.6763888366e-02 -1345618800: 7.3213795486e-02 -1345622400: 3.1122724900e-02 -1345626000: 3.6074651506e-02 -1345629600: 3.0307954061e-01 -1345633200: 1.8319283269e-01 -1345636800: 4.5140723951e-02 -1345640400: 3.4725687790e-02 -1345644000: 3.2231880086e-02 -1345647600: 3.4985771800e-02 -1345651200: 3.0012761576e-02 -1345654800: 4.0269788622e-02 -1345658400: 5.5529138605e-02 -1345662000: 8.0499717634e-02 -1345665600: 2.5548331571e-01 -1345669200: 2.4524825947e-01 -1345672800: 2.4884871471e-01 -1345676400: 6.6555867716e-02 -1345680000: 3.8062421102e-02 -1345683600: 3.4985644617e-02 -1345687200: 3.5777048451e-02 -1345690800: 3.4034460336e-02 -1345694400: 8.7859240152e-02 -1345698000: 1.1739418238e-01 -1345701600: 9.3158342389e-02 -1345705200: 6.4341387274e-02 -1345708800: 1.2300435662e-01 -1345712400: 1.7336559754e-01 -1345716000: 3.7725362746e-01 -1345719600: 4.1089908436e-02 -1345723200: 1.7137505312e-01 -1345726800: 1.9942915102e-01 -1345730400: 2.6434206541e-02 -1345734000: 8.8618618442e-02 -1345737600: 2.8276946824e-01 -1345741200: 5.8051859650e-02 -1345744800: 4.5476067528e-02 -1345748400: 6.8919200588e-02 -1345752000: 4.8832734548e-02 -1345755600: 7.2235311385e-02 -1345759200: 1.0630524693e-01 -1345762800: 9.8786665351e-02 -1345766400: 2.3885894337e-02 -1345770000: 2.4720983237e-02 -1345773600: 2.2226299367e-02 -1345777200: 2.5299930799e-02 -1345780800: 2.1015859469e-02 -1345784400: 6.3218473636e-02 -1345788000: 1.3312358132e-01 -1345791600: 3.5130425396e-02 -1345795200: 2.9618340254e-01 -1345798800: 1.3036290363e-01 -1345802400: 1.6119563044e-01 -1345806000: 5.7765149386e-02 -1345809600: 1.9085606488e-01 -1345813200: 1.7920406487e-01 -1345816800: 2.4153039862e-02 -1345820400: 2.6124737916e-02 -1345824000: 2.0821237487e-02 -1345827600: 2.4332177866e-02 -1345831200: 2.3686385041e-02 -1345834800: 2.3885192770e-02 -1345838400: 2.2250479144e-02 -1345842000: 2.0550924699e-02 -1345845600: 2.5281350722e-02 -1345849200: 2.4324367432e-02 -1345852800: 8.1444705055e-02 -1345856400: 2.6454849911e-02 -1345860000: 2.3605303599e-02 -1345863600: 2.6369483479e-02 -1345867200: 1.8914341117e-02 -1345870800: 2.3067573622e-02 -1345874400: 2.5554550546e-02 -1345878000: 5.4160469142e-02 -1345881600: 4.1902397698e-02 -1345885200: 5.5325797145e-02 -1345888800: 2.1654700865e-02 -1345892400: 2.3913712659e-02 -1345896000: 1.9166666667e-02 -1345899600: 2.6619928118e-02 -1345903200: 1.9768960771e-02 -1345906800: 2.0787011402e-02 -1345910400: 2.1558357596e-01 -1345914000: 8.2986317949e-02 -1345917600: 1.0499009127e-01 -1345921200: 2.8127832605e-02 -1345924800: 3.1041174552e-02 -1345928400: 3.9344063806e-02 -1345932000: 1.3887442923e-01 -1345935600: 1.3823238175e-01 -1345939200: 1.2217660032e-01 -1345942800: 3.2277331814e-02 -1345946400: 3.0201655181e-02 -1345950000: 2.8130866665e-02 -1345953600: 2.5277799076e-02 -1345957200: 3.1957449993e-02 -1345960800: 2.4720616540e-02 -1345964400: 6.3805327879e-02 -1345968000: 2.1551983246e-01 -1345971600: 7.8422092960e-02 -1345975200: 6.3087842594e-02 -1345978800: 2.3600974332e-02 -1345982400: 2.1654859094e-02 -1345986000: 2.5272972717e-02 -1345989600: 2.3371344292e-02 -1345993200: 2.3319984532e-02 -1345996800: 2.1352554620e-02 -1346000400: 2.1148897820e-02 -1346004000: 4.4975571881e-02 -1346007600: 1.2702505624e-01 -1346011200: 1.5562759219e-01 -1346014800: 1.0221671070e-01 -1346018400: 1.3064821476e-01 -1346022000: 7.2229439335e-02 -1346025600: 1.7362975125e-01 -1346029200: 5.4350980749e-02 -1346032800: 4.3113369495e-02 -1346036400: 2.2003949283e-02 -1346040000: 2.8311329541e-02 -1346043600: 9.4461983008e-02 -1346047200: 1.9195725705e-02 -1346050800: 2.2767148687e-02 -1346054400: 2.1091268100e-02 -1346058000: 1.8641583213e-02 -1346061600: 1.6189646535e-01 -1346065200: 3.9189559898e-02 -1346068800: 2.8998540091e-01 -1346072400: 1.9976190717e-01 -1346076000: 2.0833333333e-02 -1346079600: 2.6641281222e-02 -1346083200: 1.9192052112e-02 -1346086800: 2.8010163349e-02 -1346090400: 4.8360962207e-02 -1346094000: 4.1348144807e-02 -1346097600: 7.0796550121e-02 -1346101200: 5.7806810734e-02 -1346104800: 1.1270423247e-01 -1346108400: 5.8705780013e-02 -1346112000: 3.7789659399e-02 -1346115600: 3.8277708606e-02 -1346119200: 3.5622477281e-02 -1346122800: 3.3310589974e-02 -1346126400: 3.8559145773e-02 -1346130000: 9.0819706036e-02 -1346133600: 6.5930929851e-02 -1346137200: 3.3302168741e-02 -1346140800: 3.7248781560e-02 -1346144400: 3.2786050179e-02 -1346148000: 3.7759092836e-02 -1346151600: 3.7218901417e-02 -1346155200: 3.5569231083e-02 -1346158800: 3.2219716966e-02 -1346162400: 3.5541744698e-02 -1346166000: 4.8624170515e-02 -1346169600: 1.8192767177e-01 -1346173200: 7.3059041855e-02 -1346176800: 5.0848283811e-02 -1346180400: 5.9941391493e-02 -1346184000: 6.6293133729e-02 -1346187600: 3.7626043061e-01 -1346191200: 2.5886689453e-01 -1346194800: 5.1085769333e-02 -1346198400: 3.2237583148e-02 -1346202000: 3.2230836513e-02 -1346205600: 3.5229107569e-02 -1346209200: 2.8633807989e-02 -1346212800: 3.1967410827e-02 -1346216400: 2.2558765141e-01 -1346220000: 1.5746037864e-01 -1346223600: 1.3084634995e-01 -1346227200: 7.5570876098e-02 -1346230800: 8.6399461030e-02 -1346234400: 6.5588348695e-01 -1346238000: 1.2548987463e-01 -1346241600: 1.2885640887e-01 -1346245200: 7.1959929598e-02 -1346248800: 3.4761013982e-02 -1346252400: 2.7224231236e-02 -1346256000: 3.6894493298e-02 -1346259600: 1.9641423773e-01 -1346263200: 4.5574422734e-01 -1346266800: 6.3107529204e-02 -1346270400: 7.3891833391e-02 -1346274000: 9.4043249886e-02 -1346277600: 1.2867272872e-01 -1346281200: 6.6085401681e-02 -1346284800: 2.4045887918e-02 -1346288400: 2.2147446763e-02 -1346292000: 2.4736565632e-02 -1346295600: 2.2004876494e-02 -1346299200: 2.9931017217e-02 -1346302800: 2.8102097063e-01 -1346306400: 1.5220632093e-01 -1346310000: 1.2821733616e-01 -1346313600: 1.1145294598e-01 -1346317200: 1.5052892697e-01 -1346320800: 3.4883391652e-01 -1346324400: 6.2749051712e-02 -1346328000: 2.6422618055e-01 -1346331600: 2.5969424467e-01 -1346335200: 6.5583533109e-02 -1346338800: 2.1388888889e-02 -1346342400: 5.5521270964e-02 -1346346000: 7.8875929812e-02 -1346349600: 3.5003484525e-02 -1346353200: 7.4878487171e-02 -1346356800: 5.5696646801e-02 -1346360400: 2.9700343650e-02 -1346364000: 2.8079388691e-02 -1346367600: 7.1879487092e-02 -1346371200: 7.2005523314e-02 -1346374800: 2.6924459990e-02 -1346378400: 3.3285562827e-02 -1346382000: 3.5349874789e-02 -1346385600: 2.9136978535e-02 -1346389200: 7.7783798812e-02 -1346392800: 7.4966301922e-02 -1346396400: 5.9499940232e-02 -1346400000: 3.9455545203e-02 -1346403600: 5.6367424154e-02 -1346407200: 3.5760625486e-01 -1346410800: 1.2234288086e-01 -1346414400: 4.0351445751e-02 -1346418000: 2.5856980881e-01 -1346421600: 2.4307264505e-01 -1346425200: 4.0844500361e-02 -1346428800: 3.3045909295e-02 -1346432400: 3.1966405983e-02 -1346436000: 2.9712854537e-02 -1346439600: 2.9440305982e-02 -1346443200: 3.1069561019e-02 -1346446800: 7.5503441770e-02 -1346450400: 6.6698318700e-02 -1346454000: 4.0618419538e-02 -1346457600: 2.6032721037e-02 -1346461200: 2.3400822123e-02 -1346464800: 2.1107952838e-02 -1346468400: 2.0294006597e-02 -1346472000: 2.3029533279e-02 -1346475600: 7.0859102944e-02 -1346479200: 2.4989618131e-02 -1346482800: 2.3633790165e-02 -1346486400: 3.7476662277e-02 -1346490000: 3.1680823754e-02 -1346493600: 8.0708035292e-02 -1346497200: 7.8453835164e-02 -1346500800: 4.1676063705e-02 -1346504400: 2.6375585883e-02 -1346508000: 2.4741526345e-02 -1346511600: 2.5689235474e-01 -1346515200: 2.3836786502e-01 -1346518800: 1.2172411917e-01 -1346522400: 2.6171829635e-01 -1346526000: 3.6256828892e-01 -1346529600: 2.0010328755e-01 -1346533200: 1.6794758273e-01 -1346536800: 1.2192810016e-01 -1346540400: 1.0516629876e-01 -1346544000: 8.9300276186e-02 -1346547600: 9.2455666646e-02 -1346551200: 4.1814155088e-02 -1346554800: 2.0022650356e-02 -1346558400: 2.2135159864e-02 -1346562000: 8.3328013382e-02 -1346565600: 3.3981271198e-02 -1346569200: 2.2734464602e-02 -1346572800: 4.0579881318e-02 -1346576400: 2.8608837097e-02 -1346580000: 7.0288669305e-02 -1346583600: 3.3889303545e-02 -1346587200: 2.9732177467e-02 -1346590800: 2.3039105588e-02 -1346594400: 1.9183116634e-02 -1346598000: 1.9429781532e-02 -1346601600: 2.1380262892e-02 -1346605200: 1.8065184675e-02 -1346608800: 3.2399072402e-02 -1346612400: 1.7705852931e-01 -1346616000: 3.8491784154e-01 -1346619600: 2.6318041347e-01 -1346623200: 1.9341547051e-01 -1346626800: 4.0963212839e-02 -1346630400: 2.2498870880e-02 -1346634000: 2.3836101721e-02 -1346637600: 2.2855258236e-02 -1346641200: 2.0000000000e-02 -1346644800: 2.4367653890e-02 -1346648400: 8.0860189898e-02 -1346652000: 3.6408822982e-02 -1346655600: 2.4185006687e-02 -1346659200: 2.9988709105e-02 -1346662800: 2.2245172993e-02 -1346666400: 2.2466475755e-02 -1346670000: 2.4429114900e-02 -1346673600: 2.4172252224e-02 -1346677200: 2.2255938927e-02 -1346680800: 2.2509551527e-02 -1346684400: 2.6293155818e-02 -1346688000: 2.8680660995e-02 -1346691600: 3.6357132513e-02 -1346695200: 3.5343861839e-01 -1346698800: 1.7904384860e-01 -1346702400: 6.6651107931e-02 -1346706000: 1.0213530270e-01 -1346709600: 1.1927592616e-01 -1346713200: 5.0820772869e-02 -1346716800: 2.8210765121e-02 -1346720400: 1.7594615774e-02 -1346724000: 2.3311236178e-02 -1346727600: 2.2778713613e-02 -1346731200: 2.4024198871e-02 -1346734800: 7.5075101817e-02 -1346738400: 9.6216964196e-02 -1346742000: 2.1101201060e-02 -1346745600: 3.3614299291e-02 -1346749200: 3.1914545669e-02 -1346752800: 3.8749160371e-01 -1346756400: 1.2947774200e-01 -1346760000: 4.0013707872e-02 -1346763600: 3.0265367506e-02 -1346767200: 3.0565658161e-02 -1346770800: 3.3315343776e-02 -1346774400: 1.9517602073e-01 -1346778000: 1.4716321949e-01 -1346781600: 4.3435786434e-01 -1346785200: 2.5376797627e-01 -1346788800: 1.0522525227e-01 -1346792400: 8.8994131660e-02 -1346796000: 1.0130390091e-01 -1346799600: 5.5409147641e-02 -1346803200: 2.9094748482e-02 -1346806800: 3.1149721550e-02 -1346810400: 2.8342779147e-02 -1346814000: 2.6688020865e-02 -1346817600: 2.8313631883e-02 -1346821200: 9.1881422291e-02 -1346824800: 9.5918080946e-02 -1346828400: 5.4447639837e-02 -1346832000: 4.6646087424e-02 -1346835600: 3.8618821705e-02 -1346839200: 1.1415684359e-01 -1346842800: 1.2946790400e-01 -1346846400: 5.1911065082e-02 -1346850000: 4.6138015634e-02 -1346853600: 3.6127254677e-02 -1346857200: 7.1767747836e-02 -1346860800: 1.0100708500e-01 -1346864400: 9.6067393514e-02 -1346868000: 8.3618949746e-02 -1346871600: 6.7446310113e-02 -1346875200: 8.0772135219e-02 -1346878800: 3.2611005625e-01 -1346882400: 3.3060513866e-01 -1346886000: 1.6143755359e-01 -1346889600: 2.8375122925e-02 -1346893200: 2.0000258621e-02 -1346896800: 2.0301176548e-02 -1346900400: 2.3003914710e-02 -1346904000: 2.8042717884e-02 -1346907600: 1.1170634026e-01 -1346911200: 1.2301898114e-01 -1346914800: 9.1434924482e-02 -1346918400: 2.5791702649e-02 -1346922000: 1.4420242319e-01 -1346925600: 1.4722492495e-01 -1346929200: 7.4445050846e-02 -1346932800: 4.1474013100e-01 -1346936400: 2.1082793935e-02 -1346940000: 2.4174048665e-02 -1346943600: 2.4999243390e-02 -1346947200: 1.5404814481e-01 -1346950800: 7.3135637296e-02 -1346954400: 6.0288170176e-02 -1346958000: 9.8452564447e-02 -1346961600: 1.0571210172e-01 -1346965200: 2.8312156617e-02 -1346968800: 3.1945516659e-02 -1346972400: 8.2754226695e-02 -1346976000: 3.5316479720e-02 -1346979600: 2.2773330397e-02 -1346983200: 2.1392666707e-02 -1346986800: 2.1675615891e-02 -1346990400: 2.1135553553e-02 -1346994000: 2.2506815468e-01 -1346997600: 1.1521983006e-01 -1347001200: 2.0556548421e-02 -1347004800: 2.0263331569e-02 -1347008400: 2.4721923277e-02 -1347012000: 1.5391257401e-01 -1347015600: 8.4715805956e-02 -1347019200: 2.9133043719e-01 -1347022800: 1.6976520377e-01 -1347026400: 2.9706958394e-02 -1347030000: 1.7998663362e-01 -1347033600: 7.6103254144e-02 -1347037200: 1.5211815046e-01 -1347040800: 1.7551767874e-01 -1347044400: 9.9435201739e-02 -1347048000: 8.1792684980e-02 -1347051600: 1.3976274500e-01 -1347055200: 1.4322113140e-01 -1347058800: 1.4798434163e-01 -1347062400: 1.3944144282e-01 -1347066000: 4.0481373848e-02 -1347069600: 2.1007711773e-02 -1347073200: 2.4583639315e-02 -1347076800: 1.4718833364e-02 -1347080400: 2.5835384140e-02 -1347084000: 2.9987880367e-02 -1347087600: 4.9763204904e-02 -1347091200: 2.2508072814e-02 -1347094800: 3.7999865003e-02 -1347098400: 6.3660339785e-02 -1347102000: 1.1026664613e-01 -1347105600: 4.8818102138e-01 -1347109200: 2.4350503155e-01 -1347112800: 3.2422182303e-02 -1347116400: 4.7297935107e-02 -1347120000: 1.1469083027e-01 -1347123600: 4.9700621615e-02 -1347127200: 5.6934577856e-02 -1347130800: 4.5285151370e-01 -1347134400: 3.0868815518e-01 -1347138000: 2.0521454911e-01 -1347141600: 2.1776859248e-01 -1347145200: 1.8110696797e-01 -1347148800: 2.9921549470e-02 -1347152400: 2.6442644765e-02 -1347156000: 1.9469849863e-02 -1347159600: 2.0229230575e-02 -1347163200: 2.2221018867e-02 -1347166800: 2.1438639447e-02 -1347170400: 3.2477234618e-02 -1347174000: 8.1004745380e-02 -1347177600: 6.4197765455e-02 -1347181200: 5.3649915684e-02 -1347184800: 8.3893830275e-02 -1347188400: 2.0472819905e-01 -1347192000: 7.3839333565e-02 -1347195600: 3.5348102265e-02 -1347199200: 3.4424970954e-02 -1347202800: 2.9181556006e-02 -1347206400: 2.8353568408e-02 -1347210000: 5.0530537978e-02 -1347213600: 3.9832462806e-01 -1347217200: 3.1521495155e-01 -1347220800: 7.6317520856e-02 -1347224400: 1.4105201185e-01 -1347228000: 7.6606132385e-02 -1347231600: 2.3564229343e-02 -1347235200: 2.4756445279e-02 -1347238800: 2.4085900083e-02 -1347242400: 2.9812638708e-02 -1347246000: 2.8521061986e-02 -1347249600: 9.3632026804e-02 -1347253200: 1.1974803525e-01 -1347256800: 2.9492831834e-02 -1347260400: 2.1674506937e-02 -1347264000: 1.9721010972e-02 -1347267600: 1.9448580095e-02 -1347271200: 2.4722510161e-02 -1347274800: 1.9429967539e-02 -1347278400: 1.8617973293e-02 -1347282000: 2.0807926615e-02 -1347285600: 2.2541572990e-02 -1347289200: 1.8321780911e-02 -1347292800: 2.1387487308e-02 -1347296400: 2.9964720276e-02 -1347300000: 5.6649825353e-02 -1347303600: 1.1099922496e-01 -1347307200: 8.6740944494e-02 -1347310800: 4.6002832549e-02 -1347314400: 9.7989698714e-02 -1347318000: 1.3098701960e-01 -1347321600: 3.5377390869e-02 -1347325200: 2.5301297181e-02 -1347328800: 2.6595645584e-02 -1347332400: 3.0829023767e-02 -1347336000: 2.6442525377e-02 -1347339600: 2.3434721853e-01 -1347343200: 1.0675526204e-01 -1347346800: 2.6961940294e-02 -1347350400: 1.0387995980e-01 -1347354000: 7.7196818218e-02 -1347357600: 5.4758834235e-02 -1347361200: 1.0833209508e-01 -1347364800: 3.3022041305e-02 -1347368400: 2.9211969108e-02 -1347372000: 4.4444444444e-02 -1347375600: 3.6345768021e-02 -1347379200: 1.7503798376e-01 -1347382800: 1.4508966282e-01 -1347386400: 4.3012231198e-01 -1347390000: 6.7711032375e-02 -1347393600: 1.1274277816e-01 -1347397200: 1.3612871234e-01 -1347400800: 1.6119019152e-01 -1347404400: 5.7784027822e-02 -1347408000: 2.8370898718e-02 -1347411600: 2.0540353343e-02 -1347415200: 2.4701240369e-02 -1347418800: 2.1853418515e-02 -1347422400: 2.1389575597e-02 -1347426000: 3.1848527043e-02 -1347429600: 1.9053454429e-01 -1347433200: 8.3750413493e-02 -1347436800: 2.0821799750e-02 -1347440400: 2.4433472281e-02 -1347444000: 1.5102439574e-01 -1347447600: 9.3419170710e-02 -1347451200: 3.1654864633e-02 -1347454800: 5.5236795113e-02 -1347458400: 2.3131723997e-02 -1347462000: 1.9709568015e-02 -1347465600: 7.2755126315e-02 -1347469200: 8.9912436032e-02 -1347472800: 2.7716464171e-01 -1347476400: 2.6302159882e-01 -1347480000: 7.7648794015e-02 -1347483600: 6.4913362733e-02 -1347487200: 1.2475994843e-01 -1347490800: 7.8374676266e-02 -1347494400: 2.7266694561e-02 -1347498000: 2.4690191165e-02 -1347501600: 2.8327943188e-02 -1347505200: 2.9716359906e-02 -1347508800: 1.1012578307e-01 -1347512400: 1.4114351756e-01 -1347516000: 1.0097331327e-01 -1347519600: 1.0169872223e-01 -1347523200: 1.0619954449e-01 -1347526800: 1.8906982719e-01 -1347530400: 2.3286250631e-01 -1347534000: 4.0984476400e-02 -1347537600: 1.9029390020e-01 -1347541200: 4.9948585508e-01 -1347544800: 2.6388559744e-02 -1347548400: 2.7753283423e-02 -1347552000: 6.4747704113e-02 -1347555600: 4.8595625735e-02 -1347559200: 9.7732283964e-02 -1347562800: 9.4890068031e-02 -1347566400: 1.0791448767e-01 -1347570000: 2.9745172481e-02 -1347573600: 5.4795974214e-02 -1347577200: 8.1462569524e-02 -1347580800: 6.3732505716e-02 -1347584400: 2.5280347831e-02 -1347588000: 2.7776464866e-02 -1347591600: 2.1261879358e-02 -1347595200: 2.6435843707e-02 -1347598800: 9.9964249226e-02 -1347602400: 1.2088005169e-01 -1347606000: 2.8598244498e-02 -1347609600: 3.0819303108e-02 -1347613200: 3.1126812699e-02 -1347616800: 2.5289706311e-02 -1347620400: 3.0003780148e-02 -1347624000: 3.6613064227e-02 -1347627600: 4.1160384002e-02 -1347631200: 2.8322864881e-02 -1347634800: 2.9156990281e-02 -1347638400: 2.1054884129e-01 -1347642000: 1.3223641948e-01 -1347645600: 4.1061877140e-02 -1347649200: 5.5536876145e-02 -1347652800: 9.3260504117e-02 -1347656400: 8.7574673965e-02 -1347660000: 6.7522784578e-02 -1347663600: 6.1963343030e-02 -1347667200: 2.4458913083e-02 -1347670800: 1.9988175983e-02 -1347674400: 2.2386745408e-02 -1347678000: 2.0942704392e-02 -1347681600: 2.0858634256e-02 -1347685200: 2.6497022088e-02 -1347688800: 1.1820048144e-01 -1347692400: 3.6360213275e-01 -1347696000: 2.7056072244e-01 -1347699600: 3.0540066218e-01 -1347703200: 1.0629191142e-01 -1347706800: 6.3863824216e-02 -1347710400: 3.9739209805e-02 -1347714000: 3.3081985652e-02 -1347717600: 3.2776519254e-02 -1347721200: 3.6636154009e-02 -1347724800: 2.9738795122e-02 -1347728400: 3.5290376963e-02 -1347732000: 2.0566591517e-01 -1347735600: 3.4448982314e-01 -1347739200: 3.0335485499e-01 -1347742800: 2.4948525186e-01 -1347746400: 1.8549596358e-01 -1347750000: 4.0965156479e-02 -1347753600: 2.0476488371e-02 -1347757200: 2.6715299745e-02 -1347760800: 1.9165735667e-02 -1347764400: 1.8920253994e-02 -1347768000: 2.3009526369e-02 -1347771600: 2.1647569437e-02 -1347775200: 2.6718020256e-02 -1347778800: 3.5527259796e-02 -1347782400: 7.8362266107e-02 -1347786000: 4.0493911583e-01 -1347789600: 2.7806530900e-01 -1347793200: 6.3939534475e-02 -1347796800: 3.3314130438e-02 -1347800400: 1.2810951265e-01 -1347804000: 3.2928213052e-01 -1347807600: 6.3739478984e-02 -1347811200: 1.2411407879e-01 -1347814800: 8.1954194311e-02 -1347818400: 3.4510857850e-01 -1347822000: 2.1632030727e-01 -1347825600: 1.1174576243e-01 -1347829200: 1.5801580144e-01 -1347832800: 3.1592797850e-02 -1347836400: 2.2550181111e-02 -1347840000: 2.1616869455e-02 -1347843600: 2.3576004291e-02 -1347847200: 2.5334655223e-02 -1347850800: 1.9750248808e-02 -1347854400: 5.2930716536e-02 -1347858000: 2.0933226285e-01 -1347861600: 5.6880368756e-02 -1347865200: 2.3622632221e-02 -1347868800: 2.0567352975e-02 -1347872400: 2.1924627078e-02 -1347876000: 1.8075372922e-02 -1347879600: 2.5478380612e-02 -1347883200: 2.2562277363e-02 -1347886800: 1.9726431228e-02 -1347890400: 2.6942098893e-02 -1347894000: 1.9457478571e-02 -1347897600: 2.2196468233e-02 -1347901200: 3.5558342439e-02 -1347904800: 6.7479499578e-02 -1347908400: 5.8520999669e-02 -1347912000: 1.1301988679e-01 -1347915600: 1.3051861978e-01 -1347919200: 1.4276907372e-01 -1347922800: 8.9544967758e-02 -1347926400: 4.2868914047e-02 -1347930000: 1.9997801593e-02 -1347933600: 2.3313749411e-02 -1347937200: 2.0848545008e-02 -1347940800: 1.9196465309e-02 -1347944400: 3.7047960580e-02 -1347948000: 1.2069046099e-01 -1347951600: 1.8915865438e-02 -1347955200: 3.3042981840e-02 -1347958800: 2.9157157075e-02 -1347962400: 3.0847442341e-02 -1347966000: 5.0833996246e-02 -1347969600: 2.9703619102e-02 -1347973200: 2.9751587170e-02 -1347976800: 5.8032709047e-02 -1347980400: 4.0006670530e-02 -1347984000: 2.8943408633e-01 -1347987600: 1.2293947491e-01 -1347991200: 4.6449868860e-01 -1347994800: 7.5272311742e-02 -1347998400: 8.3884741633e-02 -1348002000: 1.5674676010e-01 -1348005600: 1.6398955426e-01 -1348009200: 8.4306592376e-02 -1348012800: 2.7250993058e-02 -1348016400: 2.7764891654e-02 -1348020000: 2.8605398895e-02 -1348023600: 2.5585695871e-02 -1348027200: 2.7174457785e-02 -1348030800: 8.6665456052e-02 -1348034400: 2.6965606435e-01 -1348038000: 9.1228006917e-02 -1348041600: 6.6664428729e-02 -1348045200: 6.6655367633e-02 -1348048800: 1.0372916890e-01 -1348052400: 9.5156975327e-02 -1348056000: 2.4759727008e-01 -1348059600: 1.9268029806e-01 -1348063200: 2.3582269576e-01 -1348066800: 6.5862620767e-02 -1348070400: 6.5524866045e-02 -1348074000: 1.2528479680e-01 -1348077600: 7.0250775630e-02 -1348081200: 5.4997834400e-02 -1348084800: 6.5243956352e-02 -1348088400: 5.3089066530e-02 -1348092000: 1.2061074957e-01 -1348095600: 5.3628837872e-02 -1348099200: 2.0809122345e-02 -1348102800: 2.6644502421e-02 -1348106400: 3.2523855200e-02 -1348110000: 2.5556110085e-02 -1348113600: 7.8188448698e-02 -1348117200: 1.4623392618e-01 -1348120800: 1.2331409849e-01 -1348124400: 4.2174089233e-01 -1348128000: 1.2476777850e-01 -1348131600: 2.9965445899e-01 -1348135200: 3.0390236444e-01 -1348138800: 3.8053331195e-02 -1348142400: 2.5821441783e-02 -1348146000: 3.9708824478e-02 -1348149600: 2.1118854452e-02 -1348153200: 2.0295323731e-02 -1348156800: 7.8862277951e-02 -1348160400: 6.1630811713e-02 -1348164000: 8.9131677253e-02 -1348167600: 1.3017757686e-01 -1348171200: 6.6222135115e-02 -1348174800: 3.6983390209e-02 -1348178400: 8.9874506663e-02 -1348182000: 9.6796555371e-02 -1348185600: 3.4397000961e-02 -1348189200: 2.9228185217e-02 -1348192800: 2.8050105849e-02 -1348196400: 2.3344279877e-02 -1348200000: 2.9411878292e-02 -1348203600: 6.2543968154e-02 -1348207200: 2.6218927785e-01 -1348210800: 6.8050969347e-02 -1348214400: 1.8918063602e-01 -1348218000: 8.3621532073e-02 -1348221600: 1.3882627723e-01 -1348225200: 1.2035554720e-01 -1348228800: 3.5554646648e-02 -1348232400: 3.1946753258e-02 -1348236000: 5.2775375412e-02 -1348239600: 3.5267848086e-02 -1348243200: 3.0581349884e-01 -1348246800: 1.1605413225e-01 -1348250400: 1.0291756957e-01 -1348254000: 1.8939761467e-01 -1348257600: 8.7941176890e-02 -1348261200: 6.5016291298e-02 -1348264800: 9.6901316636e-02 -1348268400: 1.2020610996e-01 -1348272000: 1.2219791140e-01 -1348275600: 7.7138038293e-02 -1348279200: 2.3460897866e-02 -1348282800: 2.3637956023e-02 -1348286400: 1.9771532982e-02 -1348290000: 1.9700554872e-02 -1348293600: 2.3041197658e-02 -1348297200: 3.5568810509e-02 -1348300800: 4.1575603971e-01 -1348304400: 2.5361288328e-02 -1348308000: 2.1671013419e-02 -1348311600: 2.3623317725e-02 -1348315200: 2.1099064020e-02 -1348318800: 3.6625131683e-02 -1348322400: 3.8638205395e-02 -1348326000: 2.9169280129e-02 -1348329600: 1.5188638240e-01 -1348333200: 2.3798992885e-01 -1348336800: 5.5058258327e-01 -1348340400: 7.6645420114e-02 -1348344000: 7.2574992745e-02 -1348347600: 1.4450713296e-01 -1348351200: 3.8559399052e-01 -1348354800: 1.7027538193e-01 -1348358400: 1.6364089643e-01 -1348362000: 1.6303827518e-01 -1348365600: 4.9047336111e-02 -1348369200: 2.0880059463e-02 -1348372800: 2.2224658826e-02 -1348376400: 2.4118190622e-02 -1348380000: 2.2563720758e-02 -1348383600: 3.7778922924e-02 -1348387200: 2.6371980069e-02 -1348390800: 1.4772371196e-01 -1348394400: 1.9997179863e-01 -1348398000: 3.7728699801e-01 -1348401600: 2.2584195537e-01 -1348405200: 3.1411709675e-02 -1348408800: 3.4724405775e-02 -1348412400: 2.8330920230e-02 -1348416000: 2.4570956809e-01 -1348419600: 7.3991731427e-02 -1348423200: 9.6238949204e-02 -1348426800: 1.5105924388e-01 -1348430400: 1.2731629270e-01 -1348434000: 1.1885564494e-01 -1348437600: 9.8135548795e-02 -1348441200: 2.2012146292e-02 -1348444800: 1.8612191200e-02 -1348448400: 2.1869788201e-02 -1348452000: 2.6726342270e-02 -1348455600: 1.6128313675e-02 -1348459200: 2.3180943414e-02 -1348462800: 4.0129508305e-02 -1348466400: 5.9212975791e-02 -1348470000: 2.0806620807e-02 -1348473600: 2.2223556103e-02 -1348477200: 1.1694304690e-01 -1348480800: 4.2627937934e-01 -1348484400: 1.3706117537e-01 -1348488000: 3.2275490312e-01 -1348491600: 2.1586644073e-01 -1348495200: 3.4690163472e-02 -1348498800: 3.1963980678e-02 -1348502400: 2.8328613572e-02 -1348506000: 3.7222146922e-02 -1348509600: 9.7357209247e-02 -1348513200: 1.1555180859e-01 -1348516800: 9.6989068559e-02 -1348520400: 1.0303415502e-01 -1348524000: 1.0636359047e-01 -1348527600: 9.9516866443e-02 -1348531200: 3.6717097942e-02 -1348534800: 3.1415006303e-02 -1348538400: 2.5835856416e-02 -1348542000: 2.6110350615e-02 -1348545600: 2.9167075648e-02 -1348549200: 4.5253930257e-02 -1348552800: 1.2059222251e-01 -1348556400: 2.9442958420e-02 -1348560000: 2.6114218598e-02 -1348563600: 2.6652119392e-02 -1348567200: 3.0529576184e-02 -1348570800: 2.7808976773e-02 -1348574400: 2.6117721754e-02 -1348578000: 3.0811126246e-02 -1348581600: 2.5300174067e-02 -1348585200: 2.5833967566e-02 -1348588800: 4.3668603593e-02 -1348592400: 1.8941453568e-01 -1348596000: 9.0896598364e-02 -1348599600: 3.9052994777e-01 -1348603200: 3.4802393881e-01 -1348606800: 1.9274744434e-01 -1348610400: 7.5494079675e-02 -1348614000: 4.7773561358e-02 -1348617600: 2.6163085166e-02 -1348621200: 2.8858715720e-02 -1348624800: 2.4193372565e-02 -1348628400: 2.6903776822e-02 -1348632000: 1.0669882763e-01 -1348635600: 5.8518926074e-02 -1348639200: 1.1673194754e-01 -1348642800: 1.0113788591e-01 -1348646400: 1.1194944073e-01 -1348650000: 6.4716689857e-02 -1348653600: 4.8258875894e-01 -1348657200: 2.1742259981e-01 -1348660800: 5.9189937381e-02 -1348664400: 4.2463845371e-02 -1348668000: 3.5849827049e-02 -1348671600: 1.3721072598e-01 -1348675200: 7.1384629300e-02 -1348678800: 2.3815892135e-01 -1348682400: 3.6974740188e-01 -1348686000: 2.8034008707e-01 -1348689600: 7.2250782915e-02 -1348693200: 6.6658561749e-02 -1348696800: 6.5823570208e-02 -1348700400: 7.0824853306e-02 -1348704000: 3.5082471927e-02 -1348707600: 2.0870988564e-02 -1348711200: 2.1344560202e-02 -1348714800: 2.3352478947e-02 -1348718400: 2.5384248586e-02 -1348722000: 1.1929587754e-01 -1348725600: 1.6108562909e-01 -1348729200: 6.3680053347e-02 -1348732800: 3.2375976773e-02 -1348736400: 1.0829798874e-01 -1348740000: 1.5096479130e-01 -1348743600: 6.4459047930e-02 -1348747200: 1.6555909869e-01 -1348750800: 5.7216433674e-02 -1348754400: 1.7138645720e-01 -1348758000: 2.1976927233e-02 -1348761600: 8.1050552108e-02 -1348765200: 1.4186130237e-01 -1348768800: 1.3141395714e-01 -1348772400: 1.6438159079e-01 -1348776000: 6.8449408472e-02 -1348779600: 3.7504504398e-02 -1348783200: 4.3866135653e-02 -1348786800: 6.6131643819e-02 -1348790400: 6.9656333023e-02 -1348794000: 2.3970647598e-02 -1348797600: 2.0032661608e-02 -1348801200: 1.9721777023e-02 -1348804800: 2.3035128934e-02 -1348808400: 4.1538912747e-02 -1348812000: 1.6489476396e-01 -1348815600: 3.1900653732e-02 -1348819200: 4.3354048275e-02 -1348822800: 1.0145175150e-01 -1348826400: 4.8567442174e-01 -1348830000: 6.0369589937e-02 -1348833600: 1.6915482216e-01 -1348837200: 9.2625278579e-02 -1348840800: 1.2241387852e-01 -1348844400: 2.1932275313e-02 -1348848000: 1.8910901935e-01 -1348851600: 1.5743812683e-01 -1348855200: 1.7109380318e-01 -1348858800: 3.2629323100e-01 -1348862400: 1.3603671222e-01 -1348866000: 1.6209082001e-01 -1348869600: 4.9487647641e-01 -1348873200: 2.2733096180e-01 -1348876800: 9.8489193074e-02 -1348880400: 2.5536541975e-02 -1348884000: 2.3079451244e-02 -1348887600: 2.1137832049e-02 -1348891200: 2.4974569198e-02 -1348894800: 3.2201305527e-02 -1348898400: 1.3802561859e-01 -1348902000: 2.9485044372e-02 -1348905600: 3.5531210057e-02 -1348909200: 6.9045801619e-02 -1348912800: 1.6895562196e-01 -1348916400: 4.4538402073e-02 -1348920000: 3.2762672205e-02 -1348923600: 1.5946029120e-01 -1348927200: 2.5964711508e-01 -1348930800: 3.1778492858e-01 -1348934400: 3.7782528963e-01 -1348938000: 3.1494604368e-01 -1348941600: 1.4944399784e-01 -1348945200: 8.4598084681e-02 -1348948800: 1.6382546119e-01 -1348952400: 1.7279104847e-01 -1348956000: 2.1498837733e-01 -1348959600: 1.7700213098e-01 -1348963200: 1.7877355946e-01 -1348966800: 1.7928886673e-01 -1348970400: 7.8804587616e-02 -1348974000: 2.4973690597e-02 -1348977600: 2.7457009400e-02 -1348981200: 2.7821210948e-02 -1348984800: 3.4391697062e-02 -1348988400: 1.0661497449e-01 -1348992000: 3.7845140282e-01 -1348995600: 5.3746755018e-01 -1348999200: 3.1709922423e-02 -1349002800: 1.9733592253e-02 -1349006400: 1.9416950759e-02 -1349010000: 2.1963014478e-02 -1349013600: 1.8621703410e-02 -1349017200: 1.8332165463e-02 -1349020800: 1.9446296282e-02 -1349024400: 2.1332157091e-02 -1349028000: 1.8098595615e-02 -1349031600: 1.8031083273e-02 -1349035200: 1.7247286053e-02 -1349038800: 2.0233909102e-02 -1349042400: 1.8097374136e-02 -1349046000: 1.7525052759e-02 -1349049600: 2.2755085154e-02 -1349053200: 1.9972766677e-02 -1349056800: 1.9748182625e-02 -1349060400: 1.6945157197e-02 -1349064000: 1.7195924697e-02 -1349067600: 1.6391880752e-02 -1349071200: 1.5794476813e-02 -1349074800: 2.0893434266e-02 -1349078400: 1.8618902912e-02 -1349082000: 1.7517522239e-02 -1349085600: 2.1074253106e-02 -1349089200: 1.8092413560e-02 -1349092800: 1.7777777778e-02 -1349096400: 2.1092317511e-02 -1349100000: 1.8629904712e-02 -1349103600: 1.7777777778e-02 -1349107200: 2.0246637557e-02 -1349110800: 2.0031140220e-02 -1349114400: 1.8032039022e-02 -1349118000: 1.8256692123e-02 -1349121600: 1.9244227582e-02 -1349125200: 1.6942709793e-02 -1349128800: 1.6920975010e-02 -1349132400: 2.0303709902e-02 -1349136000: 1.8077424345e-02 -1349139600: 2.2222222222e-02 -1349143200: 2.1894703144e-02 -1349146800: 1.6691469399e-02 -1349150400: 1.6388600060e-02 -1349154000: 1.9124463794e-02 -1349157600: 1.9925073565e-02 -1349161200: 1.8188136477e-02 -1349164800: 1.9155515525e-02 -1349168400: 2.0289965599e-02 -1349172000: 1.7786516880e-02 -1349175600: 1.5555555556e-02 -1349179200: 1.9166666667e-02 -1349182800: 2.1388888889e-02 -1349186400: 1.7777777778e-02 -1349190000: 1.8582086724e-02 -1349193600: 2.0016420790e-02 -1349197200: 1.7167140745e-02 -1349200800: 2.1936243992e-02 -1349204400: 1.9470177969e-02 -1349208000: 1.6946724031e-02 -1349211600: 1.8306764753e-02 -1349215200: 2.0328017915e-02 -1349218800: 1.7780540589e-02 -1349222400: 1.8565680754e-02 -1349226000: 2.1177979516e-02 -1349229600: 2.1944444444e-02 -1349233200: 1.6605072118e-02 -1349236800: 1.9752615617e-02 -1349240400: 1.6529430827e-02 -1349244000: 1.8501770326e-02 -1349247600: 2.1361488923e-02 -1349251200: 1.8082955521e-02 -1349254800: 1.7772943596e-02 -1349258400: 1.9978512434e-02 -1349262000: 1.9737943531e-02 -1349265600: 1.7788378216e-02 -1349269200: 1.8185464100e-02 -1349272800: 2.0971364489e-02 -1349276400: 1.6943823874e-02 -1349280000: 1.8048391656e-02 -1349283600: 1.4415849285e-02 -1349287200: 1.9976779403e-02 -1349290800: 2.0902771639e-02 -1349294400: 1.7500000000e-02 -1349298000: 2.1388888889e-02 -1349301600: 1.8055555556e-02 -1349305200: 1.8055555556e-02 -1349308800: 2.1642473901e-02 -1349312400: 1.7801970543e-02 -1349316000: 1.7777777778e-02 -1349319600: 2.4975469768e-02 -1349323200: 1.4697079848e-02 -1349326800: 1.6392730960e-02 -1349330400: 3.4047980563e-02 -1349334000: 1.9607078967e-01 -1349337600: 1.0295248305e-01 -1349341200: 7.5826580877e-02 -1349344800: 3.1694815281e-02 -1349348400: 1.7786514425e-02 -1349352000: 2.0534308194e-02 -1349355600: 1.9187914028e-02 -1349359200: 1.8888888889e-02 -1349362800: 1.9421854167e-02 -1349366400: 2.0291094117e-02 -1349370000: 1.7181343673e-02 -1349373600: 1.7227399954e-02 -1349377200: 2.0299752328e-02 -1349380800: 1.6665361203e-02 -1349384400: 1.6920610377e-02 -1349388000: 1.6714806404e-02 -1349391600: 2.3012385848e-02 -1349395200: 1.8376503041e-02 -1349398800: 1.8311298380e-02 -1349402400: 2.1665560865e-02 -1349406000: 1.7800918533e-02 -1349409600: 2.2098480839e-02 -1349413200: 1.7599164778e-02 -1349416800: 2.2216135224e-02 -1349420400: 1.8607278067e-02 -1349424000: 1.9201163314e-02 -1349427600: 1.7766706231e-02 -1349431200: 1.9711202366e-02 -1349434800: 1.9744313626e-02 -1349438400: 1.8045553607e-02 -1349442000: 1.9148448056e-02 -1349445600: 2.0305998337e-02 -1349449200: 1.8055555556e-02 -1349452800: 1.8866189507e-02 -1349456400: 2.1068095999e-02 -1349460000: 1.8650956340e-02 -1349463600: 1.8325140338e-02 -1349467200: 2.1145173372e-02 -1349470800: 1.8305258555e-02 -1349474400: 1.8061091023e-02 -1349478000: 2.1387187829e-02 -1349481600: 1.8029782364e-02 -1349485200: 1.7789876812e-02 -1349488800: 2.1526852844e-02 -1349492400: 1.5682783017e-02 -1349496000: 1.9191572763e-02 -1349499600: 1.7525594793e-02 -1349503200: 2.1944444444e-02 -1349506800: 1.9166666667e-02 -1349510400: 1.9700673370e-02 -1349514000: 2.0010806823e-02 -1349517600: 2.1944465574e-02 -1349521200: 2.1371130976e-02 -1349524800: 1.8639589925e-02 -1349528400: 1.8333333333e-02 -1349532000: 2.1666666667e-02 -1349535600: 1.8055555556e-02 -1349539200: 1.8320618820e-02 -1349542800: 2.1098951994e-02 -1349546400: 1.7802651408e-02 -1349550000: 1.9089791263e-02 -1349553600: 2.0331807658e-02 -1349557200: 1.8590926169e-02 -1349560800: 1.9388589320e-02 -1349564400: 2.0629628488e-02 -1349568000: 1.8305559935e-02 -1349571600: 1.9706211893e-02 -1349575200: 2.0598349998e-02 -1349578800: 2.0581357498e-02 -1349582400: 1.9393678801e-02 -1349586000: 2.0328543421e-02 -1349589600: 1.7777777778e-02 -1349593200: 1.9145239235e-02 -1349596800: 1.8330618062e-02 -1349600400: 1.9178153809e-02 -1349604000: 1.8058055146e-02 -1349607600: 2.0024380616e-01 -1349611200: 1.2767365872e-01 -1349614800: 2.2086291119e-01 -1349618400: 2.0998210814e-01 -1349622000: 1.5145025123e-01 -1349625600: 3.2439239997e-01 -1349629200: 3.3326212334e-01 -1349632800: 4.4290152621e-01 -1349636400: 3.8319035363e-01 -1349640000: 1.2091757039e-01 -1349643600: 9.6980075075e-02 -1349647200: 8.7453104256e-02 -1349650800: 1.1393511354e-01 -1349654400: 4.4492854049e-02 -1349658000: 2.3887767684e-02 -1349661600: 2.5303366081e-02 -1349665200: 2.8358944083e-02 -1349668800: 2.6063427108e-02 -1349672400: 9.9835834585e-02 -1349676000: 9.1988883774e-02 -1349679600: 7.7212859182e-02 -1349683200: 2.9607445872e-02 -1349686800: 5.2755993179e-02 -1349690400: 3.8612878866e-02 -1349694000: 3.2801848512e-02 -1349697600: 2.6943025956e-02 -1349701200: 3.1103809966e-02 -1349704800: 2.1692362333e-01 -1349708400: 5.1955655980e-02 -1349712000: 9.3855711173e-02 -1349715600: 1.4482517684e-01 -1349719200: 1.7514134645e-01 -1349722800: 1.6072377889e-01 -1349726400: 1.5774311363e-01 -1349730000: 1.3896303415e-01 -1349733600: 1.1002113615e-01 -1349737200: 7.6446478209e-02 -1349740800: 5.7030493759e-02 -1349744400: 2.3556295985e-02 -1349748000: 2.1677377839e-02 -1349751600: 2.3353094572e-02 -1349755200: 2.1388911350e-02 -1349758800: 2.6365000569e-02 -1349762400: 1.1620033647e-01 -1349766000: 9.1851135913e-02 -1349769600: 7.4476973182e-02 -1349773200: 2.9441753963e-02 -1349776800: 5.0628131170e-01 -1349780400: 3.8901891957e-01 -1349784000: 2.3291340526e-02 -1349787600: 2.3087170606e-02 -1349791200: 2.3054669920e-02 -1349794800: 2.0289041170e-02 -1349798400: 2.0112108231e-01 -1349802000: 3.1349860770e-01 -1349805600: 1.3550594548e-01 -1349809200: 1.1473109724e-01 -1349812800: 7.5335501622e-02 -1349816400: 1.7012577785e-01 -1349820000: 6.4190074395e-01 -1349823600: 1.4520431145e-01 -1349827200: 5.7470836968e-02 -1349830800: 3.8086715444e-02 -1349834400: 2.9211479924e-02 -1349838000: 3.0535356844e-02 -1349841600: 3.5294852546e-02 -1349845200: 2.8618369047e-02 -1349848800: 6.1312303712e-02 -1349852400: 8.7893241593e-02 -1349856000: 1.5355016985e-01 -1349859600: 1.7865187901e-01 -1349863200: 5.4748071134e-01 -1349866800: 4.5561182101e-02 -1349870400: 3.1123300554e-02 -1349874000: 3.3593147045e-02 -1349877600: 3.1112054247e-02 -1349881200: 2.8349325533e-02 -1349884800: 5.4395618515e-02 -1349888400: 1.5063860532e-01 -1349892000: 2.5142713580e-01 -1349895600: 2.2774914224e-01 -1349899200: 3.3172164981e-01 -1349902800: 1.3424526076e-01 -1349906400: 1.1832485858e-01 -1349910000: 7.9425406942e-02 -1349913600: 9.0529487211e-02 -1349917200: 4.0400478278e-02 -1349920800: 3.9662148348e-02 -1349924400: 3.6675847622e-02 -1349928000: 3.7272509303e-02 -1349931600: 3.6127306320e-02 -1349935200: 7.9013792020e-02 -1349938800: 3.6703996525e-01 -1349942400: 4.8296121913e-01 -1349946000: 1.4184736526e-01 -1349949600: 7.2756233068e-02 -1349953200: 1.4168464352e-01 -1349956800: 9.2457443339e-02 -1349960400: 1.2098366587e-01 -1349964000: 6.9870357319e-02 -1349967600: 4.5245116522e-02 -1349971200: 1.1942263080e-01 -1349974800: 2.4909036321e-01 -1349978400: 4.3343405244e-01 -1349982000: 3.1928364850e-01 -1349985600: 1.3061528558e-01 -1349989200: 8.1200197415e-02 -1349992800: 4.0940948577e-02 -1349996400: 8.1781729263e-02 -1350000000: 4.4736475332e-02 -1350003600: 3.7016572598e-02 -1350007200: 2.8365957675e-02 -1350010800: 3.0205210831e-02 -1350014400: 2.9212260598e-02 -1350018000: 2.5512055585e-02 -1350021600: 7.7168424372e-02 -1350025200: 1.1849560687e-01 -1350028800: 7.3006594543e-02 -1350032400: 2.8332384295e-02 -1350036000: 3.1597024133e-02 -1350039600: 2.8405183843e-02 -1350043200: 2.8602113618e-02 -1350046800: 3.3342136928e-02 -1350050400: 2.8297430204e-02 -1350054000: 2.9458944233e-02 -1350057600: 3.0852270641e-02 -1350061200: 1.1703906985e-01 -1350064800: 1.4995562894e-01 -1350068400: 1.4894478575e-01 -1350072000: 1.4857761051e-01 -1350075600: 1.4940629565e-01 -1350079200: 1.4591827161e-01 -1350082800: 1.4525414971e-01 -1350086400: 1.3430210923e-01 -1350090000: 8.8646409519e-02 -1350093600: 2.7209293498e-02 -1350097200: 3.0246478525e-02 -1350100800: 2.6434803601e-02 -1350104400: 2.6380383478e-02 -1350108000: 2.9967810353e-02 -1350111600: 2.6440516984e-02 -1350115200: 2.6112058649e-02 -1350118800: 4.5136647603e-02 -1350122400: 4.1793302727e-02 -1350126000: 3.3067989206e-02 -1350129600: 3.2207166166e-02 -1350133200: 6.6102238723e-02 -1350136800: 8.3319340063e-02 -1350140400: 6.8618179341e-02 -1350144000: 6.5006148479e-02 -1350147600: 2.0804454525e-01 -1350151200: 2.2866698235e-01 -1350154800: 2.0554824497e-01 -1350158400: 1.9033030131e-01 -1350162000: 5.0611209073e-01 -1350165600: 1.4577427137e-01 -1350169200: 1.7803230636e-01 -1350172800: 1.5793043684e-01 -1350176400: 2.9319825276e-02 -1350180000: 2.5456495353e-02 -1350183600: 2.2852239594e-02 -1350187200: 2.0024598386e-02 -1350190800: 2.4082151271e-02 -1350194400: 2.4216868396e-02 -1350198000: 6.8635848418e-02 -1350201600: 4.8267017281e-02 -1350205200: 4.4472747164e-02 -1350208800: 6.8614665493e-02 -1350212400: 6.7478737727e-02 -1350216000: 6.5569958829e-02 -1350219600: 6.2514673312e-02 -1350223200: 9.8437381348e-02 -1350226800: 8.9213154217e-02 -1350230400: 9.0518850210e-02 -1350234000: 8.0665776753e-02 -1350237600: 2.5166558041e-01 -1350241200: 1.6303850901e-01 -1350244800: 5.9023802425e-01 -1350248400: 3.1323677689e-01 -1350252000: 2.5691446119e-01 -1350255600: 6.4692980399e-02 -1350259200: 2.8335726151e-02 -1350262800: 2.7725658038e-02 -1350266400: 2.5859031235e-02 -1350270000: 2.8083594241e-02 -1350273600: 3.0232626663e-02 -1350277200: 1.2668118517e-01 -1350280800: 2.7528315611e-02 -1350284400: 2.4177834207e-02 -1350288000: 2.6655034784e-02 -1350291600: 2.8878751676e-02 -1350295200: 1.6270020250e-01 -1350298800: 1.2926934116e-01 -1350302400: 2.4024691438e-01 -1350306000: 2.2197408685e-01 -1350309600: 2.4714683103e-02 -1350313200: 2.6491955311e-02 -1350316800: 3.0735672591e-02 -1350320400: 9.8668129351e-02 -1350324000: 7.8797140610e-02 -1350327600: 3.5256348198e-02 -1350331200: 4.0947743195e-02 -1350334800: 1.3185107893e-01 -1350338400: 6.2451319399e-02 -1350342000: 9.8860673297e-02 -1350345600: 2.9013901897e-02 -1350349200: 2.1641093692e-02 -1350352800: 2.2995909714e-02 -1350356400: 2.0484925444e-02 -1350360000: 1.9017881245e-02 -1350363600: 2.1592247193e-02 -1350367200: 1.2843606946e-01 -1350370800: 8.9378238921e-02 -1350374400: 5.9712272432e-02 -1350378000: 2.1731372483e-02 -1350381600: 1.8889215623e-02 -1350385200: 2.1666653433e-02 -1350388800: 3.7201085201e-02 -1350392400: 3.8351556854e-02 -1350396000: 3.8610797143e-02 -1350399600: 5.5263388051e-02 -1350403200: 4.8296538821e-02 -1350406800: 1.2522132263e-01 -1350410400: 1.5009143020e-01 -1350414000: 3.2249133605e-01 -1350417600: 2.4838077722e-01 -1350421200: 1.6119662536e-01 -1350424800: 1.2999723239e-01 -1350428400: 7.4605275052e-02 -1350432000: 2.2729870965e-02 -1350435600: 2.2799427685e-02 -1350439200: 1.7780084714e-02 -1350442800: 2.3637452384e-02 -1350446400: 1.9719565602e-02 -1350450000: 2.2984345382e-02 -1350453600: 1.3307668011e-01 -1350457200: 9.6429563554e-02 -1350460800: 6.5533644236e-02 -1350464400: 5.6421893520e-02 -1350468000: 1.8435901597e-01 -1350471600: 1.7613919878e-01 -1350475200: 1.4712456807e-01 -1350478800: 2.0989098879e-01 -1350482400: 3.4684691010e-02 -1350486000: 4.6981023397e-02 -1350489600: 3.0275851270e-02 -1350493200: 3.2737024281e-01 -1350496800: 1.0953642090e-01 -1350500400: 4.1111732770e-02 -1350504000: 3.9469842176e-02 -1350507600: 9.6288352208e-02 -1350511200: 1.5352718705e-01 -1350514800: 4.4351447559e-02 -1350518400: 2.5521603915e-02 -1350522000: 2.3921560008e-02 -1350525600: 2.1947346821e-02 -1350529200: 2.1643627047e-02 -1350532800: 2.5249022491e-02 -1350536400: 1.0323664027e-01 -1350540000: 6.8052992724e-02 -1350543600: 2.3684996805e-01 -1350547200: 2.3669242221e-01 -1350550800: 2.2189868175e-01 -1350554400: 1.8620910280e-02 -1350558000: 2.3025464407e-02 -1350561600: 2.5030091149e-02 -1350565200: 2.1641521695e-02 -1350568800: 1.8058594847e-02 -1350572400: 2.5855439014e-02 -1350576000: 1.0184005390e-01 -1350579600: 2.0335280455e-01 -1350583200: 2.8776871494e-01 -1350586800: 1.3898966017e-01 -1350590400: 1.1515241103e-01 -1350594000: 6.0881125928e-02 -1350597600: 7.7603823265e-02 -1350601200: 2.3898338329e-01 -1350604800: 2.1609128664e-01 -1350608400: 2.7333957908e-02 -1350612000: 2.6421277625e-02 -1350615600: 2.9957341929e-02 -1350619200: 3.0324294115e-02 -1350622800: 2.6937309206e-02 -1350626400: 2.9351211971e-02 -1350630000: 7.5667825305e-02 -1350633600: 8.8210258965e-02 -1350637200: 2.3257164973e-01 -1350640800: 3.6779142416e-01 -1350644400: 3.5583367500e-02 -1350648000: 2.6964595655e-02 -1350651600: 2.1655109141e-02 -1350655200: 2.9697755895e-02 -1350658800: 2.7237421290e-02 -1350662400: 2.5010141810e-02 -1350666000: 7.1223394571e-02 -1350669600: 2.9597945578e-01 -1350673200: 2.9709274771e-01 -1350676800: 3.6631828807e-01 -1350680400: 3.0796933939e-01 -1350684000: 5.3255875351e-01 -1350687600: 1.5754826857e-01 -1350691200: 5.2946022106e-02 -1350694800: 2.3051837219e-02 -1350698400: 2.5499942018e-02 -1350702000: 2.2575330095e-02 -1350705600: 2.0580637277e-02 -1350709200: 5.1140593265e-02 -1350712800: 2.2389381993e-01 -1350716400: 6.7993585753e-02 -1350720000: 2.1953169809e-02 -1350723600: 2.2229387456e-02 -1350727200: 1.9998786616e-02 -1350730800: 2.1372072086e-02 -1350734400: 2.4160897170e-02 -1350738000: 2.0313243466e-02 -1350741600: 2.5824123105e-02 -1350745200: 2.9147661289e-02 -1350748800: 3.0294309720e-02 -1350752400: 3.0800130187e-02 -1350756000: 2.5570341788e-01 -1350759600: 1.8693250753e-01 -1350763200: 1.1467068863e-01 -1350766800: 1.6115220791e-01 -1350770400: 1.3362097655e-01 -1350774000: 4.8472660434e-02 -1350777600: 2.6159094549e-02 -1350781200: 2.3825114806e-02 -1350784800: 2.2285996305e-02 -1350788400: 2.6059719065e-02 -1350792000: 3.3310318243e-02 -1350795600: 2.7018851580e-02 -1350799200: 1.0033195907e-01 -1350802800: 3.1755967401e-01 -1350806400: 2.4846444342e-01 -1350810000: 7.0038852634e-02 -1350813600: 1.8052466251e-01 -1350817200: 5.3600056309e-02 -1350820800: 3.9600126709e-02 -1350824400: 4.1546892007e-02 -1350828000: 2.4104942898e-02 -1350831600: 2.3672834879e-02 -1350835200: 7.5790660860e-02 -1350838800: 1.1398351658e-01 -1350842400: 2.4328729872e-01 -1350846000: 2.0616545927e-01 -1350849600: 2.2669738575e-01 -1350853200: 1.1755022192e-01 -1350856800: 8.1168606075e-02 -1350860400: 4.8887488127e-02 -1350864000: 3.1146896129e-02 -1350867600: 2.8576799037e-02 -1350871200: 2.5886657722e-02 -1350874800: 2.5025676474e-02 -1350878400: 3.1597697807e-02 -1350882000: 7.3784708570e-02 -1350885600: 1.3804138634e-01 -1350889200: 5.5426860122e-02 -1350892800: 4.0803288978e-02 -1350896400: 1.0916289087e-01 -1350900000: 1.8246772846e-01 -1350903600: 1.2591294930e-01 -1350907200: 1.5792987591e-01 -1350910800: 5.9556714477e-02 -1350914400: 6.8325862489e-02 -1350918000: 5.2114707087e-02 -1350921600: 6.0933792643e-02 -1350925200: 1.3666788923e-01 -1350928800: 2.1995202997e-01 -1350932400: 9.6549624138e-02 -1350936000: 1.3513826116e-01 -1350939600: 8.0819791359e-02 -1350943200: 7.3328290217e-02 -1350946800: 7.6639971723e-02 -1350950400: 5.2281262927e-02 -1350954000: 3.4457421120e-02 -1350957600: 3.5810897783e-02 -1350961200: 3.7223680993e-02 -1350964800: 3.5325165122e-02 -1350968400: 6.9250225911e-02 -1350972000: 2.2711400863e-01 -1350975600: 3.7835913670e-01 -1350979200: 7.0392406327e-02 -1350982800: 4.8787212995e-02 -1350986400: 1.8828109517e-01 -1350990000: 1.0670149199e-01 -1350993600: 4.8899663771e-02 -1350997200: 5.6090449439e-02 -1351000800: 4.3346825618e-02 -1351004400: 4.3600915362e-02 -1351008000: 1.0355386141e-01 -1351011600: 4.5635249778e-01 -1351015200: 1.8892486020e-01 -1351018800: 6.1974550534e-02 -1351022400: 5.3596627946e-02 -1351026000: 2.2495441407e-01 -1351029600: 7.5034780638e-02 -1351033200: 6.3597583491e-02 -1351036800: 3.2842265476e-02 -1351040400: 3.1678771122e-02 -1351044000: 3.4675433963e-02 -1351047600: 3.0853707020e-02 -1351051200: 3.0556730632e-02 -1351054800: 5.4256871613e-02 -1351058400: 5.3387376473e-01 -1351062000: 2.8411706978e-01 -1351065600: 6.1799738759e-02 -1351069200: 8.8213901172e-02 -1351072800: 1.9599594663e-01 -1351076400: 1.0118690879e-01 -1351080000: 8.9154439853e-02 -1351083600: 2.3043925459e-01 -1351087200: 1.4320641509e-01 -1351090800: 8.5806161081e-02 -1351094400: 8.3654390076e-02 -1351098000: 1.4763009284e-01 -1351101600: 1.2148142435e-01 -1351105200: 1.3090161541e-01 -1351108800: 1.0770891197e-01 -1351112400: 5.1828052939e-02 -1351116000: 1.2305922839e-01 -1351119600: 1.4497491256e-01 -1351123200: 1.0573105261e-01 -1351126800: 2.4673147113e-02 -1351130400: 1.8643641232e-02 -1351134000: 2.0879682326e-02 -1351137600: 2.4119141914e-02 -1351141200: 4.0253519949e-02 -1351144800: 1.6735838003e-01 -1351148400: 3.4592253323e-01 -1351152000: 1.0290198043e-01 -1351155600: 2.0544771389e-02 -1351159200: 2.2500738529e-02 -1351162800: 1.0591459134e-01 -1351166400: 4.5675546108e-01 -1351170000: 2.3869654019e-01 -1351173600: 5.2197510005e-02 -1351177200: 6.8380295032e-02 -1351180800: 5.9599963332e-02 -1351184400: 2.3553054863e-01 -1351188000: 1.9267908723e-01 -1351191600: 1.7171492405e-01 -1351195200: 1.1432527727e-01 -1351198800: 3.4192125397e-02 -1351202400: 4.0149734132e-02 -1351206000: 7.6085519738e-02 -1351209600: 3.7886436520e-02 -1351213200: 2.1427889096e-02 -1351216800: 2.3285168374e-02 -1351220400: 2.1466751991e-02 -1351224000: 2.0251026154e-02 -1351227600: 2.7973648184e-02 -1351231200: 2.6073753767e-01 -1351234800: 2.3875982058e-01 -1351238400: 6.4306814656e-01 -1351242000: 1.9502204033e-01 -1351245600: 3.4719937780e-02 -1351249200: 2.4442310861e-02 -1351252800: 3.1946325108e-02 -1351256400: 4.7788426530e-02 -1351260000: 3.3320524841e-02 -1351263600: 1.6746888886e-01 -1351267200: 9.0825185927e-02 -1351270800: 2.3842714525e-01 -1351274400: 2.2833694926e-01 -1351278000: 1.3709060488e-01 -1351281600: 7.8035421757e-02 -1351285200: 9.8018199340e-02 -1351288800: 1.6578682942e-01 -1351292400: 1.3361700773e-01 -1351296000: 1.2281220649e-01 -1351299600: 4.0968541410e-02 -1351303200: 2.0788969550e-02 -1351306800: 2.3658581307e-02 -1351310400: 2.2222509062e-02 -1351314000: 2.1968770698e-02 -1351317600: 9.1321839245e-02 -1351321200: 1.4817430730e-01 -1351324800: 6.1278487783e-01 -1351328400: 2.2611509503e-01 -1351332000: 2.4889393926e-01 -1351335600: 7.6551666253e-02 -1351339200: 3.1414590548e-02 -1351342800: 2.5854795635e-02 -1351346400: 4.0020831251e-02 -1351350000: 6.6022925597e-02 -1351353600: 1.3493388574e-01 -1351357200: 2.1306717909e-01 -1351360800: 1.7425590871e-01 -1351364400: 1.7521501799e-01 -1351368000: 1.6233665697e-01 -1351371600: 3.1912087935e-01 -1351375200: 1.8701885517e-01 -1351378800: 1.3288628701e-01 -1351382400: 9.3101284883e-02 -1351386000: 4.1435459629e-02 -1351389600: 2.4137182017e-02 -1351393200: 2.3093229210e-02 -1351396800: 2.1107594276e-02 -1351400400: 2.1914905995e-02 -1351404000: 7.3141099596e-02 -1351407600: 8.1990640014e-02 -1351411200: 6.6233137766e-02 -1351414800: 1.4091917779e-01 -1351418400: 4.5632529408e-01 -1351422000: 4.3375431626e-02 -1351425600: 2.9462123900e-01 -1351429200: 3.2600380867e-02 -1351432800: 9.1900519569e-02 -1351436400: 7.6667404991e-02 -1351440000: 1.2685701381e-01 -1351443600: 2.9164208276e-01 -1351447200: 1.7729207786e-01 -1351450800: 1.6055072711e-01 -1351454400: 9.1879981446e-02 -1351458000: 9.6148485925e-02 -1351461600: 1.9571963488e-01 -1351465200: 2.3219450155e-01 -1351468800: 2.1167103173e-01 -1351472400: 3.2152298250e-02 -1351476000: 2.1426863280e-02 -1351479600: 1.9984465430e-02 -1351483200: 2.0516734182e-02 -1351486800: 1.9475894961e-02 -1351490400: 3.3542965547e-01 -1351494000: 2.2989392094e-01 -1351497600: 2.1370390062e-02 -1351501200: 2.1383156858e-02 -1351504800: 2.1413119747e-02 -1351508400: 2.5619098215e-01 -1351512000: 1.0297568451e-01 -1351515600: 3.3486908888e-01 -1351519200: 1.0568646668e-01 -1351522800: 1.9430463283e-02 -1351526400: 2.2769787138e-02 -1351530000: 4.3927107726e-02 -1351533600: 2.5598460749e-01 -1351537200: 2.0187997968e-01 -1351540800: 1.1731332336e-01 -1351544400: 9.7966906941e-02 -1351548000: 6.6182678341e-02 -1351551600: 9.0010020681e-02 -1351555200: 1.0750122124e-01 -1351558800: 3.4942362144e-02 -1351562400: 2.6784604722e-02 -1351566000: 2.4994290047e-02 -1351569600: 2.4731080047e-02 -1351573200: 2.5236662481e-02 -1351576800: 4.5797928451e-02 -1351580400: 1.0646016186e-01 -1351584000: 3.0285926781e-02 -1351587600: 4.1390450010e-02 -1351591200: 2.6932790035e-02 -1351594800: 2.3888236183e-02 -1351598400: 1.6761143440e-01 -1351602000: 6.9877707657e-02 -1351605600: 5.9746489232e-02 -1351609200: 3.4412297495e-01 -1351612800: 1.6551870913e-01 -1351616400: 1.6935623042e-01 -1351620000: 2.1261454705e-01 -1351623600: 6.3584340401e-01 -1351627200: 2.1708128442e-01 -1351630800: 1.0535344061e-01 -1351634400: 9.4598994986e-02 -1351638000: 1.7310286046e-01 -1351641600: 7.8769340667e-02 -1351645200: 2.1411271357e-02 -1351648800: 2.3057125248e-02 -1351652400: 2.0579152307e-02 -1351656000: 2.4347388172e-02 -1351659600: 2.2292542649e-02 -1351663200: 3.0673262073e-02 -1351666800: 1.4462096802e-01 -1351670400: 2.0530014604e-02 -1351674000: 2.1424713373e-02 -1351677600: 1.8055555556e-02 -1351681200: 3.9420699449e-02 -1351684800: 3.0013126915e-02 -1351688400: 2.9429382810e-02 -1351692000: 2.9181415383e-02 -1351695600: 2.7224190216e-02 -1351699200: 2.7469948096e-02 -1351702800: 4.8726681310e-02 -1351706400: 1.5084189524e-01 -1351710000: 2.4818952836e-01 -1351713600: 1.4349964007e-01 -1351717200: 9.1988240514e-02 -1351720800: 9.2518600965e-02 -1351724400: 3.7690121416e-01 -1351728000: 2.0676788557e-01 -1351731600: 2.3660884262e-02 -1351735200: 2.1919529243e-02 -1351738800: 2.1391818865e-02 -1351742400: 2.1665862845e-02 -1351746000: 3.1618407031e-02 -1351749600: 1.3689341978e-01 -1351753200: 1.2867374117e-01 -1351756800: 2.4504642274e-01 -1351760400: 3.1193026853e-01 -1351764000: 2.7781479227e-02 -1351767600: 2.6606686922e-01 -1351771200: 1.5255832528e-01 -1351774800: 1.5715743616e-01 -1351778400: 3.0172987202e-01 -1351782000: 2.3344325654e-02 -1351785600: 3.4332158076e-02 -1351789200: 2.4487687236e-02 -1351792800: 1.8141948485e-01 -1351796400: 1.1938975436e-01 -1351800000: 8.4450080399e-02 -1351803600: 1.2077503298e-01 -1351807200: 1.1196918031e-01 -1351810800: 1.4992671686e-01 -1351814400: 9.9060574800e-02 -1351818000: 1.9719596347e-02 -1351821600: 2.2247511548e-02 -1351825200: 2.0555555556e-02 -1351828800: 2.2177337183e-02 -1351832400: 2.2822662817e-02 -1351836000: 2.9115500431e-02 -1351839600: 1.6194752682e-01 -1351843200: 1.3834689842e-01 -1351846800: 6.0364809246e-02 -1351850400: 2.0160105777e-01 -1351854000: 4.7301801426e-01 -1351857600: 2.2473390760e-01 -1351861200: 3.8345282097e-02 -1351864800: 3.1126379024e-02 -1351868400: 2.9168024467e-02 -1351872000: 2.9431952926e-02 -1351875600: 8.1956707026e-02 -1351879200: 1.2640321299e-01 -1351882800: 5.8313278501e-01 -1351886400: 2.2485929736e-01 -1351890000: 2.3857114334e-01 -1351893600: 2.0524545451e-01 -1351897200: 1.1836819708e-01 -1351900800: 1.8431553625e-01 -1351904400: 1.1097386942e-01 -1351908000: 2.7511346210e-02 -1351911600: 2.3685319965e-02 -1351915200: 3.2751866736e-02 -1351918800: 2.5001052460e-02 -1351922400: 2.8438473075e-02 -1351926000: 1.0404778033e-01 -1351929600: 4.9089866749e-02 -1351933200: 9.7881711789e-02 -1351936800: 3.2215769263e-02 -1351940400: 3.5546790652e-02 -1351944000: 4.4449533449e-02 -1351947600: 1.9742285919e-01 -1351951200: 2.5695983477e-01 -1351954800: 1.0726210593e-01 -1351958400: 1.2451088331e-01 -1351962000: 1.5828730448e-01 -1351965600: 2.0832215344e-02 -1351969200: 2.2178265717e-02 -1351972800: 4.4561889730e-02 -1351976400: 8.9575442679e-02 -1351980000: 1.0543224470e-01 -1351983600: 2.7738843508e-01 -1351987200: 2.3308230249e-01 -1351990800: 1.7435665916e-01 -1351994400: 3.6176632010e-02 -1351998000: 2.0581671107e-02 -1352001600: 1.9998896574e-02 -1352005200: 2.4953146556e-02 -1352008800: 3.2547354931e-02 -1352012400: 3.0569637648e-02 -1352016000: 3.0180237922e-02 -1352019600: 9.8694985001e-02 -1352023200: 3.4139677963e-02 -1352026800: 2.5605683305e-01 -1352030400: 2.5949278023e-01 -1352034000: 6.6637604790e-02 -1352037600: 4.4492650569e-02 -1352041200: 2.1223894748e-01 -1352044800: 2.5951738825e-01 -1352048400: 2.4719286054e-01 -1352052000: 2.4484903004e-01 -1352055600: 1.9300014476e-01 -1352059200: 1.7165564295e-01 -1352062800: 1.3917462622e-01 -1352066400: 2.0295690705e-01 -1352070000: 1.9442955814e-01 -1352073600: 1.3403563282e-01 -1352077200: 2.9576469337e-02 -1352080800: 2.1917013305e-02 -1352084400: 2.6946242150e-02 -1352088000: 3.2522530126e-02 -1352091600: 3.5280859056e-02 -1352095200: 1.2764298289e-01 -1352098800: 4.9856976669e-02 -1352102400: 2.1677404176e-02 -1352106000: 1.9177833044e-02 -1352109600: 1.9444444444e-02 -1352113200: 2.2993036900e-02 -1352116800: 2.1426803172e-02 -1352120400: 2.0272869511e-02 -1352124000: 2.0287623411e-02 -1352127600: 2.0274446965e-02 -1352131200: 2.3812029251e-02 -1352134800: 1.9125967981e-02 -1352138400: 2.9533982497e-01 -1352142000: 6.7274608536e-01 -1352145600: 1.4291771598e-01 -1352149200: 7.0732243877e-02 -1352152800: 1.2694539977e-01 -1352156400: 1.9972136312e-01 -1352160000: 6.7166877929e-02 -1352163600: 2.4510206045e-02 -1352167200: 2.4456230770e-02 -1352170800: 2.1160163869e-02 -1352174400: 2.1111111111e-02 -1352178000: 3.2200518181e-02 -1352181600: 1.6701921749e-01 -1352185200: 1.3935521982e-01 -1352188800: 2.1425044503e-02 -1352192400: 2.0000000000e-02 -1352196000: 1.9990692966e-02 -1352199600: 1.9453751479e-02 -1352203200: 1.9988569329e-02 -1352206800: 2.0555320792e-02 -1352210400: 1.7499296096e-02 -1352214000: 2.0252832138e-02 -1352217600: 2.7235212915e-02 -1352221200: 4.4132814372e-02 -1352224800: 1.4271746872e-01 -1352228400: 1.5672160029e-01 -1352232000: 9.7159399927e-02 -1352235600: 8.0251149351e-02 -1352239200: 1.4472235391e-01 -1352242800: 1.4445731628e-01 -1352246400: 8.6729562899e-02 -1352250000: 2.7246513858e-02 -1352253600: 2.3014701760e-02 -1352257200: 2.3678958737e-02 -1352260800: 2.2777825302e-02 -1352264400: 2.2224927441e-02 -1352268000: 8.3080316988e-02 -1352271600: 3.1928934542e-01 -1352275200: 1.1317127119e-01 -1352278800: 1.8611031155e-01 -1352282400: 2.8639084546e-02 -1352286000: 2.1136402894e-01 -1352289600: 2.5313150591e-02 -1352293200: 2.0544801580e-02 -1352296800: 1.8899642864e-02 -1352300400: 4.4684258963e-02 -1352304000: 2.2537963259e-02 -1352307600: 9.2382045136e-02 -1352311200: 2.0056067362e-01 -1352314800: 1.2901492932e-01 -1352318400: 9.4887113282e-02 -1352322000: 9.0726182909e-02 -1352325600: 5.7632860508e-01 -1352329200: 1.4929065487e-01 -1352332800: 4.5676769373e-02 -1352336400: 2.3633026424e-02 -1352340000: 2.3532253256e-02 -1352343600: 2.5586109428e-02 -1352347200: 2.1105666575e-02 -1352350800: 2.6925605745e-02 -1352354400: 9.1370240079e-02 -1352358000: 1.8911108825e-01 -1352361600: 1.9071735264e-01 -1352365200: 1.1275124774e-01 -1352368800: 2.7487883162e-02 -1352372400: 1.7050285111e-01 -1352376000: 1.6171367956e-01 -1352379600: 8.0595883178e-02 -1352383200: 5.2747159442e-01 -1352386800: 4.4137546224e-02 -1352390400: 8.9046812516e-02 -1352394000: 1.2926445807e-01 -1352397600: 3.4209519865e-02 -1352401200: 1.4237684475e-01 -1352404800: 1.2089480847e-01 -1352408400: 5.9205485116e-02 -1352412000: 2.2476077070e-02 -1352415600: 1.3347731367e-01 -1352419200: 8.3161858109e-02 -1352422800: 5.3101884666e-02 -1352426400: 1.9472877002e-02 -1352430000: 2.2501500558e-02 -1352433600: 2.4701603006e-02 -1352437200: 2.2501858457e-02 -1352440800: 4.2442141647e-02 -1352444400: 1.8064462503e-01 -1352448000: 1.0162350293e-01 -1352451600: 7.0217954540e-02 -1352455200: 8.7580153608e-02 -1352458800: 1.6636147651e-01 -1352462400: 1.1561713193e-01 -1352466000: 2.6099031003e-02 -1352469600: 2.3319267713e-02 -1352473200: 2.1674952345e-02 -1352476800: 2.1385838679e-01 -1352480400: 1.8636269529e-01 -1352484000: 5.2145777000e-02 -1352487600: 2.9136545373e-01 -1352491200: 9.9249991757e-02 -1352494800: 2.0170832515e-01 -1352498400: 4.7755351668e-02 -1352502000: 9.9590470433e-02 -1352505600: 8.1289243277e-02 -1352509200: 2.4747720507e-02 -1352512800: 2.3865871592e-02 -1352516400: 2.3609465606e-02 -1352520000: 2.4127364858e-02 -1352523600: 2.1152638670e-02 -1352527200: 2.7220504611e-02 -1352530800: 8.6095611988e-02 -1352534400: 2.5522148463e-01 -1352538000: 1.9082820107e-01 -1352541600: 1.5999035055e-01 -1352545200: 1.6585353401e-01 -1352548800: 4.7868305755e-02 -1352552400: 2.3323379905e-02 -1352556000: 2.5804999049e-02 -1352559600: 2.0572350315e-02 -1352563200: 2.0251222797e-02 -1352566800: 2.1159159045e-02 -1352570400: 2.8844652970e-02 -1352574000: 1.5845078851e-01 -1352577600: 1.3983172841e-01 -1352581200: 3.3706163449e-02 -1352584800: 2.4069703263e-02 -1352588400: 2.1162326233e-02 -1352592000: 2.0879081615e-02 -1352595600: 7.5783727254e-02 -1352599200: 3.5793774534e-02 -1352602800: 3.0898629853e-02 -1352606400: 2.8611253807e-02 -1352610000: 2.7194518234e-02 -1352613600: 2.6045908105e-02 -1352617200: 7.4713346095e-02 -1352620800: 1.2980524691e-01 -1352624400: 3.1361405251e-01 -1352628000: 2.2502594992e-01 -1352631600: 3.0260538782e-02 -1352635200: 2.6948496029e-02 -1352638800: 2.6115021897e-02 -1352642400: 2.9733576295e-02 -1352646000: 2.9156565226e-02 -1352649600: 3.2498639676e-02 -1352653200: 3.0224739205e-02 -1352656800: 3.1719510281e-02 -1352660400: 7.5322032873e-02 -1352664000: 2.5218435037e-01 -1352667600: 1.1460425421e-01 -1352671200: 2.2015386538e-01 -1352674800: 1.5395037129e-01 -1352678400: 6.7952459091e-02 -1352682000: 2.6619895738e-02 -1352685600: 1.9205316792e-02 -1352689200: 1.8619438418e-02 -1352692800: 2.1643978768e-02 -1352696400: 3.5229215479e-02 -1352700000: 1.4548561570e-01 -1352703600: 5.2905495902e-02 -1352707200: 1.9191886896e-02 -1352710800: 2.3873359641e-02 -1352714400: 2.1398098635e-02 -1352718000: 1.7782198400e-02 -1352721600: 2.0279610551e-02 -1352725200: 2.1101009943e-02 -1352728800: 2.2798495775e-02 -1352732400: 2.1100807376e-02 -1352736000: 2.1676970402e-02 -1352739600: 2.5253624223e-02 -1352743200: 2.2736292032e-02 -1352746800: 1.0342341824e-01 -1352750400: 1.4751167960e-01 -1352754000: 3.7703469547e-01 -1352757600: 9.7795052959e-02 -1352761200: 8.0336106215e-02 -1352764800: 3.3896342379e-02 -1352768400: 2.4485327391e-02 -1352772000: 2.1388663455e-02 -1352775600: 1.9429365983e-02 -1352779200: 2.1942906120e-02 -1352782800: 2.4186667307e-02 -1352786400: 6.2957504178e-02 -1352790000: 1.4369874236e-01 -1352793600: 1.1305113272e-01 -1352797200: 2.4938622995e-01 -1352800800: 1.1837701858e-01 -1352804400: 2.4663243502e-01 -1352808000: 3.3381660619e-02 -1352811600: 2.2576935596e-01 -1352815200: 2.3647995017e-01 -1352818800: 4.4670884475e-02 -1352822400: 2.8070740002e-01 -1352826000: 2.7427198173e-01 -1352829600: 1.9620797814e-01 -1352833200: 1.6735096537e-01 -1352836800: 6.2848610577e-02 -1352840400: 6.4413338571e-02 -1352844000: 6.0774428402e-02 -1352847600: 1.0522657374e-01 -1352851200: 7.4557040218e-02 -1352854800: 5.6448518494e-02 -1352858400: 2.6651759910e-02 -1352862000: 2.4139220507e-02 -1352865600: 2.7275869270e-02 -1352869200: 2.6942415823e-02 -1352872800: 5.0434359124e-02 -1352876400: 1.9948816937e-01 -1352880000: 1.8004512794e-01 -1352883600: 1.2887540684e-01 -1352887200: 8.6106532549e-02 -1352890800: 3.7245328492e-01 -1352894400: 1.9093782500e-01 -1352898000: 1.8689770911e-01 -1352901600: 9.0962375407e-02 -1352905200: 1.6658224536e-01 -1352908800: 3.8862911967e-02 -1352912400: 2.3547476884e-01 -1352916000: 6.4599305293e-01 -1352919600: 2.7513543937e-01 -1352923200: 1.7361766755e-01 -1352926800: 7.8627713207e-02 -1352930400: 9.5744494869e-02 -1352934000: 9.3574350459e-02 -1352937600: 6.6021982702e-02 -1352941200: 2.2466473242e-02 -1352944800: 2.3668064194e-02 -1352948400: 2.2399377464e-02 -1352952000: 2.2298567045e-02 -1352955600: 2.8659997831e-02 -1352959200: 1.0685298089e-01 -1352962800: 1.4849255497e-01 -1352966400: 1.0431660014e-01 -1352970000: 2.6702143881e-02 -1352973600: 9.7232468059e-02 -1352977200: 1.3970121347e-01 -1352980800: 6.5279917687e-02 -1352984400: 3.2764101222e-02 -1352988000: 2.9983247133e-02 -1352991600: 4.6546400624e-01 -1352995200: 4.0542923490e-01 -1352998800: 3.0290741901e-01 -1353002400: 1.5793846663e-01 -1353006000: 8.4541593296e-02 -1353009600: 1.3337158430e-01 -1353013200: 5.7028587029e-02 -1353016800: 2.1905419443e-02 -1353020400: 2.2563852705e-02 -1353024000: 5.9144680753e-02 -1353027600: 2.5794856935e-02 -1353031200: 2.4204318554e-02 -1353034800: 2.4417877942e-02 -1353038400: 2.2802142089e-02 -1353042000: 2.5277780637e-02 -1353045600: 3.6870557147e-02 -1353049200: 1.3811984697e-01 -1353052800: 5.4125362846e-02 -1353056400: 4.5888301283e-02 -1353060000: 1.5814471549e-01 -1353063600: 2.3462012162e-01 -1353067200: 2.5589437735e-02 -1353070800: 1.8385017046e-01 -1353074400: 8.1915735728e-02 -1353078000: 2.0170981964e-01 -1353081600: 1.5827054785e-01 -1353085200: 1.9918020055e-01 -1353088800: 9.9127672373e-02 -1353092400: 1.9812263223e-01 -1353096000: 5.1081380809e-02 -1353099600: 1.3204178189e-01 -1353103200: 1.4048249741e-01 -1353106800: 5.7426641260e-02 -1353110400: 5.8966414263e-02 -1353114000: 2.6373333797e-02 -1353117600: 2.3061365532e-02 -1353121200: 2.3062288890e-02 -1353124800: 2.2803119978e-02 -1353128400: 2.4390795660e-02 -1353132000: 2.4244712796e-02 -1353135600: 4.7646319768e-02 -1353139200: 8.4020346898e-02 -1353142800: 2.0833333333e-02 -1353146400: 2.9131011394e-02 -1353150000: 7.5384356483e-02 -1353153600: 1.7518252751e-01 -1353157200: 3.2505444333e-02 -1353160800: 4.6110611288e-02 -1353164400: 2.6996036283e-01 -1353168000: 1.2428546521e-01 -1353171600: 2.8932214551e-01 -1353175200: 1.2082259999e-01 -1353178800: 6.9050525753e-02 -1353182400: 1.4973307593e-01 -1353186000: 1.1657906615e-01 -1353189600: 1.5281121932e-01 -1353193200: 1.5018314545e-01 -1353196800: 1.2783074742e-01 -1353200400: 8.2705622876e-02 -1353204000: 2.6156111954e-02 -1353207600: 2.2777537337e-02 -1353211200: 2.1943046136e-02 -1353214800: 2.4403840484e-02 -1353218400: 2.5550154805e-02 -1353222000: 2.3353415907e-02 -1353225600: 1.7861543106e-01 -1353229200: 9.0566497428e-02 -1353232800: 5.2354895337e-01 -1353236400: 1.5167682679e-01 -1353240000: 1.1087451896e-01 -1353243600: 9.7743993196e-02 -1353247200: 9.6958157918e-02 -1353250800: 1.0672239287e-01 -1353254400: 4.4107095222e-02 -1353258000: 3.1304691587e-01 -1353261600: 2.6744312102e-01 -1353265200: 2.6946002074e-01 -1353268800: 1.4469143585e-01 -1353272400: 1.3191901995e-01 -1353276000: 2.1900554812e-01 -1353279600: 2.0519227141e-01 -1353283200: 1.1959021059e-01 -1353286800: 2.2222222222e-02 -1353290400: 2.2718772891e-02 -1353294000: 2.3646737092e-02 -1353297600: 2.1110200809e-02 -1353301200: 3.0658452779e-02 -1353304800: 1.5310090964e-01 -1353308400: 1.8840259579e-01 -1353312000: 1.2060169742e-01 -1353315600: 1.7447022696e-01 -1353319200: 2.2777705862e-02 -1353322800: 2.2497952145e-02 -1353326400: 1.9152759415e-02 -1353330000: 2.4167155598e-02 -1353333600: 2.1694833606e-02 -1353337200: 1.9987387867e-02 -1353340800: 7.8044332411e-02 -1353344400: 5.4539151748e-02 -1353348000: 1.7951642450e-01 -1353351600: 2.3624988561e-01 -1353355200: 2.3412318440e-01 -1353358800: 2.2386927767e-01 -1353362400: 1.6932825317e-01 -1353366000: 9.1713512763e-02 -1353369600: 8.1107604316e-02 -1353373200: 4.3698826835e-02 -1353376800: 2.9937177794e-02 -1353380400: 2.9502126295e-02 -1353384000: 2.6945560981e-02 -1353387600: 2.6115942098e-02 -1353391200: 9.3086637254e-02 -1353394800: 1.4407417090e-01 -1353398400: 5.5319058735e-02 -1353402000: 2.6980699344e-02 -1353405600: 2.6120194197e-02 -1353409200: 2.2027359937e-01 -1353412800: 3.6067468076e-02 -1353416400: 5.7517555110e-02 -1353420000: 9.8621211221e-02 -1353423600: 8.6357463627e-02 -1353427200: 4.9212804988e-02 -1353430800: 5.8131073138e-02 -1353434400: 2.2100177500e-01 -1353438000: 1.5276018908e-01 -1353441600: 6.8609728997e-02 -1353445200: 6.5818511139e-02 -1353448800: 2.8156825775e-01 -1353452400: 1.4043932178e-01 -1353456000: 1.4187195609e-01 -1353459600: 2.8383395669e-02 -1353463200: 2.2454684734e-02 -1353466800: 2.4189176035e-02 -1353470400: 2.1740197091e-02 -1353474000: 2.2197450426e-02 -1353477600: 1.8011459720e-01 -1353481200: 4.6113502356e-01 -1353484800: 2.2294181770e-01 -1353488400: 4.7490829318e-02 -1353492000: 1.4527632125e-01 -1353495600: 1.5470911733e-01 -1353499200: 7.8054797087e-02 -1353502800: 5.8761013094e-02 -1353506400: 1.8200116874e-01 -1353510000: 2.5475771541e-01 -1353513600: 7.3092691842e-02 -1353517200: 9.5983755886e-02 -1353520800: 1.9563719007e-01 -1353524400: 1.8801616398e-01 -1353528000: 1.1556138014e-01 -1353531600: 5.8916354213e-02 -1353535200: 6.8020962459e-02 -1353538800: 8.1357804101e-02 -1353542400: 1.3781492252e-01 -1353546000: 2.5077057582e-02 -1353549600: 2.1667223132e-02 -1353553200: 2.1111916619e-02 -1353556800: 2.0833315795e-02 -1353560400: 3.1842024752e-02 -1353564000: 9.2537921691e-02 -1353567600: 1.4963705095e-01 -1353571200: 1.9866823791e-01 -1353574800: 4.1891764366e-01 -1353578400: 2.3171789913e-01 -1353582000: 3.0526815830e-01 -1353585600: 1.3086806386e-01 -1353589200: 2.4179076955e-02 -1353592800: 2.0555555556e-02 -1353596400: 2.0266096485e-02 -1353600000: 4.7103896330e-02 -1353603600: 2.9582440870e-01 -1353607200: 2.4042027061e-01 -1353610800: 2.3872995983e-01 -1353614400: 1.5042159100e-01 -1353618000: 2.3605068831e-01 -1353621600: 2.3259726845e-01 -1353625200: 2.0607714979e-01 -1353628800: 1.9967111431e-01 -1353632400: 4.7215280384e-02 -1353636000: 2.2544429981e-02 -1353639600: 2.0855623602e-02 -1353643200: 2.5811504936e-02 -1353646800: 2.2751055137e-02 -1353650400: 9.1329484619e-02 -1353654000: 3.5833791728e-01 -1353657600: 3.2586818902e-01 -1353661200: 7.9193588199e-02 -1353664800: 2.4252783423e-01 -1353668400: 2.4025465936e-01 -1353672000: 3.8913998603e-02 -1353675600: 3.6364825363e-02 -1353679200: 2.2970876088e-01 -1353682800: 2.1863571016e-01 -1353686400: 1.0284852824e-01 -1353690000: 1.6733701794e-01 -1353693600: 1.3312511048e-01 -1353697200: 1.8831123976e-01 -1353700800: 7.7110199657e-02 -1353704400: 2.6715398667e-01 -1353708000: 1.8166088607e-01 -1353711600: 1.8914843318e-01 -1353715200: 1.1828180608e-01 -1353718800: 2.7245036224e-02 -1353722400: 2.0836012072e-02 -1353726000: 2.0577549168e-02 -1353729600: 2.0809592144e-02 -1353733200: 2.3271545198e-02 -1353736800: 2.0617034499e-02 -1353740400: 5.7428696746e-02 -1353744000: 1.0673810430e-01 -1353747600: 2.3026520645e-01 -1353751200: 8.3325385591e-02 -1353754800: 1.7946090345e-01 -1353758400: 9.0279624791e-02 -1353762000: 1.9915824949e-01 -1353765600: 1.9778001307e-01 -1353769200: 2.9742366672e-02 -1353772800: 1.3793548217e-01 -1353776400: 2.1258162052e-01 -1353780000: 2.8566838845e-02 -1353783600: 2.8959859525e-02 -1353787200: 2.6412809865e-02 -1353790800: 2.6087171008e-02 -1353794400: 9.4905826069e-02 -1353798000: 1.1735974600e-01 -1353801600: 1.0123213131e-01 -1353805200: 9.9748571046e-02 -1353808800: 1.0083475184e-01 -1353812400: 3.2309164229e-02 -1353816000: 2.1133749609e-02 -1353819600: 2.3285366850e-02 -1353823200: 2.3080708514e-02 -1353826800: 2.1402116991e-02 -1353830400: 2.6374040904e-02 -1353834000: 1.5526673876e-01 -1353837600: 7.3886067393e-02 -1353841200: 1.2802775772e-01 -1353844800: 8.8847309771e-02 -1353848400: 2.8996559758e-02 -1353852000: 2.1111111111e-02 -1353855600: 2.1097958157e-02 -1353859200: 2.0605014920e-01 -1353862800: 6.3911750015e-01 -1353866400: 2.0520281902e-01 -1353870000: 4.8191625351e-01 -1353873600: 2.8677033681e-01 -1353877200: 2.0375292926e-01 -1353880800: 1.8372076250e-01 -1353884400: 1.6804535325e-01 -1353888000: 1.0097029737e-01 -1353891600: 2.3077863000e-02 -1353895200: 2.4079428639e-02 -1353898800: 2.3976126916e-02 -1353902400: 2.2474884220e-02 -1353906000: 2.6833930582e-02 -1353909600: 1.4188409909e-01 -1353913200: 1.0711466889e-01 -1353916800: 5.2743193094e-02 -1353920400: 3.4759510438e-02 -1353924000: 5.8459488302e-02 -1353927600: 3.8738808712e-01 -1353931200: 2.8054213150e-02 -1353934800: 2.4720957866e-02 -1353938400: 2.0844745038e-02 -1353942000: 3.3535410281e-02 -1353945600: 1.6535347861e-01 -1353949200: 2.0555555556e-02 -1353952800: 4.9657408084e-02 -1353956400: 1.1446581730e-01 -1353960000: 4.6386399771e-02 -1353963600: 9.5894436865e-02 -1353967200: 1.7889175224e-01 -1353970800: 1.6789916964e-01 -1353974400: 7.9282386480e-02 -1353978000: 2.7488269550e-02 -1353981600: 2.6953192864e-02 -1353985200: 2.6668358486e-02 -1353988800: 2.7498517482e-02 -1353992400: 2.4168270225e-02 -1353996000: 1.0125264138e-01 -1353999600: 2.0132990371e-01 -1354003200: 4.7150624222e-02 -1354006800: 3.0001118208e-02 -1354010400: 2.9166261002e-02 -1354014000: 2.9722218586e-02 -1354017600: 3.1924509719e-02 -1354021200: 3.0852568374e-02 -1354024800: 2.9446181547e-02 -1354028400: 3.2639842569e-01 -1354032000: 1.8386532980e-01 -1354035600: 5.0633871402e-02 -1354039200: 2.3765760023e-01 -1354042800: 2.3378885617e-01 -1354046400: 1.0779793852e-01 -1354050000: 1.0031101188e-01 -1354053600: 2.9501867209e-01 -1354057200: 3.4074274547e-01 -1354060800: 1.4971045491e-01 -1354064400: 4.0444445908e-02 -1354068000: 2.1141753309e-02 -1354071600: 2.0833333333e-02 -1354075200: 2.0833333333e-02 -1354078800: 2.1087406450e-02 -1354082400: 5.2030407542e-02 -1354086000: 1.4465996379e-01 -1354089600: 2.4687152940e-02 -1354093200: 1.9579134176e-01 -1354096800: 1.5625739775e-01 -1354100400: 3.2006732592e-01 -1354104000: 1.0033155463e-01 -1354107600: 4.0623330649e-02 -1354111200: 2.1686340796e-02 -1354114800: 1.8430560704e-01 -1354118400: 1.0006816965e-01 -1354122000: 1.4109391569e-01 -1354125600: 2.3996571232e-01 -1354129200: 2.3889839607e-01 -1354132800: 1.6005650122e-01 -1354136400: 4.1943930609e-01 -1354140000: 3.4875946944e-01 -1354143600: 3.6137808922e-01 -1354147200: 3.5703104381e-01 -1354150800: 5.2247047204e-02 -1354154400: 4.3397360140e-02 -1354158000: 2.1104540770e-02 -1354161600: 2.0844395058e-02 -1354165200: 3.1109690430e-02 -1354168800: 1.5285101634e-01 -1354172400: 2.2029048011e-01 -1354176000: 1.2710668623e-01 -1354179600: 9.4486370520e-02 -1354183200: 6.4706579849e-02 -1354186800: 1.5028392768e-01 -1354190400: 5.2509508123e-02 -1354194000: 2.0189226068e-01 -1354197600: 2.0058019431e-01 -1354201200: 7.9337967082e-02 -1354204800: 1.0421439358e-01 -1354208400: 2.2121128585e-01 -1354212000: 1.8289316192e-01 -1354215600: 2.5998281646e-01 -1354219200: 2.2700954324e-01 -1354222800: 2.8109659977e-01 -1354226400: 2.7890789142e-01 -1354230000: 2.4299143187e-01 -1354233600: 1.0482733710e-01 -1354237200: 2.5295792063e-02 -1354240800: 2.2812869476e-02 -1354244400: 2.2211471270e-02 -1354248000: 2.1967837573e-02 -1354251600: 3.2086146928e-02 -1354255200: 1.4361544249e-01 -1354258800: 1.9452333605e-01 -1354262400: 1.7995984299e-01 -1354266000: 1.0252638788e-01 -1354269600: 1.7699948012e-01 -1354273200: 8.2212779008e-02 -1354276800: 1.9453863157e-02 -1354280400: 2.5826309924e-02 -1354284000: 2.8340388798e-02 -1354287600: 3.9445266921e-02 -1354291200: 5.6862428730e-02 -1354294800: 2.2638965795e-01 -1354298400: 2.5875448176e-01 -1354302000: 4.3435216307e-01 -1354305600: 4.1961366878e-01 -1354309200: 2.2509834726e-01 -1354312800: 2.1534905430e-01 -1354316400: 1.6169363596e-01 -1354320000: 1.3761086879e-01 -1354323600: 9.3900571875e-02 -1354327200: 4.5084509121e-02 -1354330800: 2.0579145905e-02 -1354334400: 2.1944444444e-02 -1354338000: 3.4651395482e-02 -1354341600: 8.7450091709e-02 -1354345200: 7.6420986277e-02 -1354348800: 1.6667167170e-01 -1354352400: 5.6983710641e-02 -1354356000: 3.6949671695e-02 -1354359600: 4.4996364208e-02 -1354363200: 1.5336375545e-01 -1354366800: 3.9624956468e-01 -1354370400: 1.1208535381e-01 -1354374000: 3.7779247572e-02 -1354377600: 4.0298402120e-02 -1354381200: 4.5500992044e-01 -1354384800: 5.3440061119e-01 -1354388400: 5.3121374752e-01 -1354392000: 1.8843985594e-01 -1354395600: 2.4029629972e-01 -1354399200: 1.8790892840e-01 -1354402800: 1.4669446780e-01 -1354406400: 1.3176688005e-01 -1354410000: 1.2867745414e-01 -1354413600: 2.1916542572e-02 -1354417200: 2.1441743543e-02 -1354420800: 2.0555555556e-02 -1354424400: 2.3309064163e-02 -1354428000: 2.0775273003e-01 -1354431600: 6.6326248171e-02 -1354435200: 4.5642631496e-02 -1354438800: 6.5457757713e-02 -1354442400: 9.1764005421e-02 -1354446000: 2.6395217223e-02 -1354449600: 5.8063459344e-02 -1354453200: 4.5471703020e-02 -1354456800: 7.6662050007e-02 -1354460400: 6.9490617698e-02 -1354464000: 1.0623901333e-01 -1354467600: 4.9543818196e-01 -1354471200: 2.4615064623e-01 -1354474800: 7.1603459483e-01 -1354478400: 1.7402129552e-01 -1354482000: 3.4182383088e-01 -1354485600: 2.4458007162e-01 -1354489200: 3.4528418943e-01 -1354492800: 1.9596858650e-01 -1354496400: 3.0001368945e-02 -1354500000: 2.4687844223e-02 -1354503600: 3.1637865836e-02 -1354507200: 2.8691562982e-02 -1354510800: 3.5304050803e-02 -1354514400: 2.5148513433e-01 -1354518000: 1.3129485049e-01 -1354521600: 2.0288268217e-02 -1354525200: 1.8037734462e-02 -1354528800: 1.8917647351e-02 -1354532400: 2.1388888889e-02 -1354536000: 2.1356141079e-02 -1354539600: 2.2486154091e-02 -1354543200: 2.0217856813e-02 -1354546800: 5.0861136942e-02 -1354550400: 1.3866548485e-01 -1354554000: 7.6045430706e-02 -1354557600: 3.1707054369e-01 -1354561200: 5.0700182163e-01 -1354564800: 2.6930350514e-01 -1354568400: 5.6085324693e-02 -1354572000: 1.3656465754e-01 -1354575600: 2.7169185185e-01 -1354579200: 8.6732085479e-02 -1354582800: 3.3647321676e-02 -1354586400: 2.3659572715e-02 -1354590000: 2.4106122429e-02 -1354593600: 2.3903553071e-02 -1354597200: 2.1899783671e-02 -1354600800: 3.5207442130e-02 -1354604400: 1.7958006444e-01 -1354608000: 1.8347235835e-02 -1354611600: 1.8066909534e-02 -1354615200: 2.0822978099e-02 -1354618800: 3.0884324164e-01 -1354622400: 7.5889335815e-02 -1354626000: 2.4965787067e-01 -1354629600: 2.3283046719e-01 -1354633200: 2.5258118646e-02 -1354636800: 4.1203323851e-02 -1354640400: 1.9950940482e-01 -1354644000: 1.0566604818e-01 -1354647600: 1.5377349409e-01 -1354651200: 1.3337550186e-01 -1354654800: 1.6189484054e-01 -1354658400: 5.2271537334e-01 -1354662000: 3.2217848070e-01 -1354665600: 1.3302471075e-01 -1354669200: 2.3079032026e-02 -1354672800: 2.1666666667e-02 -1354676400: 2.0531888764e-02 -1354680000: 1.9412476165e-02 -1354683600: 2.2247371575e-02 -1354687200: 3.9874157039e-01 -1354690800: 1.7070781320e-01 -1354694400: 2.6939444837e-02 -1354698000: 3.1130119589e-02 -1354701600: 2.0717850086e-01 -1354705200: 1.4751086267e-01 -1354708800: 1.7420092345e-01 -1354712400: 2.0496700422e-01 -1354716000: 2.5993763059e-01 -1354719600: 7.1402096346e-02 -1354723200: 3.2566581167e-02 -1354726800: 5.9163076123e-02 -1354730400: 1.6275742265e-01 -1354734000: 2.3036491217e-01 -1354737600: 2.5374258295e-01 -1354741200: 2.5829646677e-01 -1354744800: 2.6140676685e-01 -1354748400: 1.1725616608e-01 -1354752000: 6.5317335047e-02 -1354755600: 2.6966598993e-02 -1354759200: 2.6074599104e-02 -1354762800: 2.6929316057e-02 -1354766400: 2.6421390160e-02 -1354770000: 2.3896424557e-02 -1354773600: 3.4939992428e-02 -1354777200: 2.0929653960e-01 -1354780800: 1.7451711720e-01 -1354784400: 2.0733417101e-01 -1354788000: 3.0578360577e-01 -1354791600: 4.0478332368e-01 -1354795200: 9.6870194169e-02 -1354798800: 4.8691753308e-01 -1354802400: 4.9045737292e-02 -1354806000: 2.3333333333e-02 -1354809600: 6.5530057631e-02 -1354813200: 3.2730762738e-02 -1354816800: 3.4724328851e-02 -1354820400: 3.3338304552e-02 -1354824000: 3.2541057251e-02 -1354827600: 8.5112481005e-02 -1354831200: 1.3759701378e-01 -1354834800: 1.7053811818e-01 -1354838400: 4.2560860378e-02 -1354842000: 3.0830694600e-02 -1354845600: 3.0563269931e-02 -1354849200: 2.9994556634e-02 -1354852800: 2.9750406311e-02 -1354856400: 3.5804495793e-02 -1354860000: 5.3700692694e-02 -1354863600: 2.7180887985e-01 -1354867200: 2.3042574058e-01 -1354870800: 1.8553357827e-01 -1354874400: 2.2297356989e-01 -1354878000: 2.0647283847e-01 -1354881600: 8.7468292609e-02 -1354885200: 5.2752985988e-02 -1354888800: 1.6563158429e-01 -1354892400: 5.8205441722e-02 -1354896000: 4.5032801974e-02 -1354899600: 1.3734639848e-01 -1354903200: 2.4887133885e-01 -1354906800: 5.5305640921e-01 -1354910400: 2.6885405733e-01 -1354914000: 4.0280318838e-01 -1354917600: 1.6585326873e-01 -1354921200: 1.4585151869e-01 -1354924800: 1.2528870827e-01 -1354928400: 1.2234391906e-01 -1354932000: 2.6163934573e-02 -1354935600: 2.3310417946e-02 -1354939200: 2.1967359832e-02 -1354942800: 2.2198403442e-02 -1354946400: 2.2523818780e-02 -1354950000: 5.0433564045e-02 -1354953600: 2.0300834789e-01 -1354957200: 9.4319600682e-02 -1354960800: 5.6850149573e-02 -1354964400: 3.5919588914e-02 -1354968000: 2.6641319334e-01 -1354971600: 4.1918837747e-02 -1354975200: 2.1136717808e-02 -1354978800: 2.0786771034e-02 -1354982400: 1.7242201547e-02 -1354986000: 2.0304360752e-02 -1354989600: 2.1086836197e-02 -1354993200: 2.1135386026e-02 -1354996800: 2.4170620948e-01 -1355000400: 1.9694609669e-01 -1355004000: 1.6199004367e-01 -1355007600: 1.1812508107e-01 -1355011200: 5.7041057729e-02 -1355014800: 2.0858178021e-02 -1355018400: 2.0833333333e-02 -1355022000: 2.0555555556e-02 -1355025600: 2.0833333333e-02 -1355029200: 2.3862391801e-02 -1355032800: 1.5580875612e-01 -1355036400: 2.2175009242e-02 -1355040000: 2.3355576384e-02 -1355043600: 5.1997306630e-02 -1355047200: 2.9887995318e-01 -1355050800: 3.4213934097e-01 -1355054400: 3.0923561528e-02 -1355058000: 2.8608691833e-02 -1355061600: 4.4726745215e-02 -1355065200: 2.6666359443e-02 -1355068800: 1.4531823989e-01 -1355072400: 3.2903718649e-01 -1355076000: 3.2032705768e-01 -1355079600: 2.3178315880e-01 -1355083200: 9.5620846731e-02 -1355086800: 1.4687348112e-01 -1355090400: 1.5334279177e-01 -1355094000: 1.5504033806e-01 -1355097600: 4.6241894020e-02 -1355101200: 1.9193508274e-02 -1355104800: 1.8330317698e-02 -1355108400: 2.0555925594e-02 -1355112000: 2.0832617000e-02 -1355115600: 2.6496675464e-02 -1355119200: 1.2974667470e-01 -1355122800: 3.9804936775e-01 -1355126400: 1.7543238998e-01 -1355130000: 2.0552905965e-02 -1355133600: 2.0826766178e-02 -1355137200: 1.2343176544e-01 -1355140800: 4.6578444837e-02 -1355144400: 1.8301909478e-02 -1355148000: 1.7784991902e-02 -1355151600: 4.3077819943e-02 -1355155200: 1.8079232904e-02 -1355158800: 3.4216076778e-02 -1355162400: 2.0485732875e-01 -1355166000: 1.7800431370e-01 -1355169600: 2.9576090623e-01 -1355173200: 4.4368626711e-01 -1355176800: 8.6663355668e-02 -1355180400: 1.4156180838e-01 -1355184000: 7.5418774458e-02 -1355187600: 2.6732667149e-02 -1355191200: 2.5018701028e-02 -1355194800: 3.4968967321e-02 -1355198400: 3.3110833423e-02 -1355202000: 3.0808102948e-02 -1355205600: 1.6073031682e-01 -1355209200: 1.3482012195e-01 -1355212800: 5.9105082088e-02 -1355216400: 3.9790400011e-02 -1355220000: 1.9468198401e-02 -1355223600: 3.8587079455e-01 -1355227200: 2.0931824478e-01 -1355230800: 5.0922071779e-02 -1355234400: 3.6287969727e-02 -1355238000: 5.0836257077e-02 -1355241600: 2.7101568169e-01 -1355245200: 1.7637773189e-01 -1355248800: 2.0011286258e-01 -1355252400: 2.2365606141e-01 -1355256000: 1.6622580893e-01 -1355259600: 1.5945816910e-01 -1355263200: 1.3751675519e-01 -1355266800: 3.3543851033e-01 -1355270400: 2.7294115200e-01 -1355274000: 4.5046461657e-02 -1355277600: 2.7785325568e-02 -1355281200: 2.6950386120e-02 -1355284800: 2.6945319289e-02 -1355288400: 2.2195663186e-02 -1355292000: 6.4471232728e-02 -1355295600: 1.8938513342e-01 -1355299200: 2.0615712735e-01 -1355302800: 6.3347792192e-02 -1355306400: 2.8636883636e-02 -1355310000: 2.3578109245e-01 -1355313600: 2.6978441353e-02 -1355317200: 2.1124015580e-02 -1355320800: 1.9193771002e-02 -1355324400: 2.9193404669e-01 -1355328000: 8.1700347855e-02 -1355331600: 1.4054004029e-01 -1355335200: 2.4909588334e-01 -1355338800: 1.7272044192e-01 -1355342400: 1.2719514064e-01 -1355346000: 1.0725209752e-01 -1355349600: 2.9134885985e-01 -1355353200: 1.1530678121e-01 -1355356800: 2.1374132147e-01 -1355360400: 2.5272732387e-02 -1355364000: 2.5538840501e-02 -1355367600: 2.6104931551e-02 -1355371200: 2.5582864030e-02 -1355374800: 2.6107797210e-02 -1355378400: 1.4149198486e-01 -1355382000: 1.8993982612e-01 -1355385600: 3.0278337428e-01 -1355389200: 2.0995042418e-01 -1355392800: 7.7018980412e-02 -1355396400: 1.8492703230e-01 -1355400000: 4.9167556387e-02 -1355403600: 1.8686982017e-01 -1355407200: 6.3864647317e-02 -1355410800: 2.0924712669e-01 -1355414400: 1.3422389278e-01 -1355418000: 1.9976078575e-01 -1355421600: 1.8403288684e-01 -1355425200: 2.6836135179e-01 -1355428800: 2.2272232216e-01 -1355432400: 2.2223880144e-01 -1355436000: 2.2247879953e-01 -1355439600: 1.8001584190e-01 -1355443200: 8.0604900973e-02 -1355446800: 2.6397155236e-02 -1355450400: 2.4440383871e-02 -1355454000: 2.4436778048e-02 -1355457600: 2.4166123072e-02 -1355461200: 2.3057703617e-02 -1355464800: 2.8040639485e-02 -1355468400: 1.2330607542e-01 -1355472000: 2.6992377538e-02 -1355475600: 1.8654675916e-02 -1355479200: 1.3888888889e-02 -1355482800: 1.1576080536e-01 -1355486400: 7.7801965584e-02 -1355490000: 2.7773291323e-01 -1355493600: 2.5365874922e-01 -1355497200: 3.1646535609e-02 -1355500800: 8.7666422712e-02 -1355504400: 2.6795269584e-02 -1355508000: 1.8359747629e-02 -1355511600: 1.0559462320e-01 -1355515200: 2.0219353923e-01 -1355518800: 4.1997922858e-01 -1355522400: 3.1319574931e-01 -1355526000: 2.0572581324e-01 -1355529600: 3.1484269856e-01 -1355533200: 9.7556501812e-02 -1355536800: 3.7272064981e-02 -1355540400: 2.5833553209e-02 -1355544000: 2.2526162758e-02 -1355547600: 2.1110830887e-02 -1355551200: 2.1390027800e-02 -1355554800: 2.8281070909e-02 -1355558400: 1.8294811725e-01 -1355562000: 5.7890516326e-01 -1355565600: 3.5775084344e-01 -1355569200: 2.4000549063e-01 -1355572800: 3.8616769517e-01 -1355576400: 1.0087982049e-01 -1355580000: 8.1146912942e-02 -1355583600: 3.4998870177e-02 -1355587200: 3.1922364682e-02 -1355590800: 3.8130606362e-01 -1355594400: 4.0137856096e-01 -1355598000: 1.6794372101e-01 -1355601600: 1.8176854900e-01 -1355605200: 1.3237410005e-01 -1355608800: 4.9035417306e-01 -1355612400: 3.0111157791e-01 -1355616000: 1.2890047086e-01 -1355619600: 4.0438664998e-02 -1355623200: 2.3639502144e-02 -1355626800: 2.1968398264e-02 -1355630400: 2.1111111111e-02 -1355634000: 2.1111111111e-02 -1355637600: 2.0833333333e-02 -1355641200: 6.6792351363e-02 -1355644800: 5.0073514310e-02 -1355648400: 4.8287236432e-02 -1355652000: 3.1728260798e-02 -1355655600: 6.4598602007e-02 -1355659200: 1.9837805068e-01 -1355662800: 9.4556833195e-02 -1355666400: 8.1950458202e-02 -1355670000: 5.3889576881e-02 -1355673600: 6.1890051272e-02 -1355677200: 2.6915416050e-01 -1355680800: 1.8945794351e-01 -1355684400: 3.7788538863e-01 -1355688000: 2.6708738881e-01 -1355691600: 8.7254711290e-02 -1355695200: 6.7218823509e-02 -1355698800: 1.2274609523e-01 -1355702400: 1.0086553107e-01 -1355706000: 2.1161632688e-02 -1355709600: 2.1388869882e-02 -1355713200: 2.2801186407e-02 -1355716800: 2.3055555556e-02 -1355720400: 1.9121180170e-02 -1355724000: 1.1303495489e-01 -1355727600: 4.6985449494e-02 -1355731200: 2.3348891892e-02 -1355734800: 2.3065079110e-02 -1355738400: 2.0545870135e-02 -1355742000: 1.9162221904e-02 -1355745600: 2.2514130183e-02 -1355749200: 2.3045637806e-02 -1355752800: 1.6372732121e-02 -1355756400: 2.2248296740e-02 -1355760000: 7.4255059677e-02 -1355763600: 6.1184546077e-02 -1355767200: 1.4105231441e-01 -1355770800: 1.1110389908e-01 -1355774400: 2.4267595975e-01 -1355778000: 1.4912227280e-01 -1355781600: 7.1129921277e-02 -1355785200: 7.0748357058e-02 -1355788800: 9.2721840369e-02 -1355792400: 4.0704205636e-02 -1355796000: 2.0531668464e-02 -1355799600: 2.0277127933e-02 -1355803200: 2.0282357237e-02 -1355806800: 2.0246713262e-02 -1355810400: 9.9637236536e-02 -1355814000: 1.7329046789e-01 -1355817600: 4.7945481446e-02 -1355821200: 2.0279243142e-02 -1355824800: 1.8329097712e-02 -1355828400: 1.9472541461e-02 -1355832000: 2.0000869647e-02 -1355835600: 3.8342152474e-02 -1355839200: 2.0000000000e-02 -1355842800: 6.7087505462e-02 -1355846400: 1.1793593531e-01 -1355850000: 3.5365894886e-01 -1355853600: 1.3541434078e-01 -1355857200: 8.4464150704e-02 -1355860800: 4.8891256899e-02 -1355864400: 9.7731493013e-02 -1355868000: 2.2997133528e-01 -1355871600: 1.3051974181e-01 -1355875200: 1.6924179326e-01 -1355878800: 3.3799562411e-01 -1355882400: 4.8450807840e-02 -1355886000: 3.1664344859e-02 -1355889600: 3.1090897458e-02 -1355893200: 2.6947868841e-02 -1355896800: 4.7751347955e-02 -1355900400: 2.1454311872e-01 -1355904000: 2.3159681849e-01 -1355907600: 1.8837600369e-01 -1355911200: 3.3046909176e-02 -1355914800: 1.3353632647e-01 -1355918400: 7.8962708016e-02 -1355922000: 2.8880156462e-02 -1355925600: 3.3606892099e-02 -1355929200: 5.5278558119e-02 -1355932800: 5.1360385008e-02 -1355936400: 1.4769235881e-01 -1355940000: 2.8206156474e-01 -1355943600: 1.3268651328e-01 -1355947200: 1.4440144065e-01 -1355950800: 1.0308595774e-01 -1355954400: 1.0439367537e-01 -1355958000: 1.2860981962e-01 -1355961600: 8.1513209799e-02 -1355965200: 2.3383524639e-02 -1355968800: 2.1388888889e-02 -1355972400: 2.1364104854e-02 -1355976000: 2.0858117368e-02 -1355979600: 3.1740987906e-02 -1355983200: 1.5063701298e-01 -1355986800: 2.1176699330e-01 -1355990400: 2.7465563111e-01 -1355994000: 2.4423256139e-01 -1355997600: 5.1610808302e-02 -1356001200: 4.8561901047e-01 -1356004800: 1.0105867674e-01 -1356008400: 3.9742291492e-02 -1356012000: 1.2167912130e-01 -1356015600: 7.3143538745e-02 -1356019200: 8.3791936405e-02 -1356022800: 1.1986147458e-01 -1356026400: 2.9193654858e-01 -1356030000: 4.0264671441e-01 -1356033600: 3.9425337112e-01 -1356037200: 1.7717402819e-01 -1356040800: 1.1217969041e-01 -1356044400: 8.7970635740e-02 -1356048000: 1.3698359098e-01 -1356051600: 6.6983300776e-02 -1356055200: 3.2224798459e-02 -1356058800: 2.9418324279e-02 -1356062400: 3.3922946412e-02 -1356066000: 2.7775251999e-02 -1356069600: 1.5117764161e-01 -1356073200: 1.5240641756e-01 -1356076800: 3.9494962536e-02 -1356080400: 3.5567036958e-02 -1356084000: 3.4166024835e-02 -1356087600: 3.2490498538e-02 -1356091200: 2.9162142373e-02 -1356094800: 3.7248251720e-02 -1356098400: 3.1935314484e-02 -1356102000: 2.9442191872e-02 -1356105600: 9.6552754013e-02 -1356109200: 7.5911680493e-02 -1356112800: 1.4939897328e-01 -1356116400: 7.7160919446e-02 -1356120000: 1.1054430410e-01 -1356123600: 7.9774294071e-02 -1356127200: 5.8954974049e-02 -1356130800: 4.9724682545e-02 -1356134400: 3.8888594910e-02 -1356138000: 5.2702197926e-02 -1356141600: 3.5088723692e-02 -1356145200: 2.3920395120e-02 -1356148800: 2.3865940004e-02 -1356152400: 2.2800726663e-02 -1356156000: 2.5234239052e-02 -1356159600: 6.7765443684e-02 -1356163200: 2.1057622512e-01 -1356166800: 3.9731959442e-02 -1356170400: 3.1108452623e-01 -1356174000: 2.7946101659e-01 -1356177600: 4.1780462495e-01 -1356181200: 6.4607480725e-02 -1356184800: 1.8277307860e-01 -1356188400: 2.6801861877e-01 -1356192000: 6.7482869356e-01 -1356195600: 1.9975934065e-01 -1356199200: 2.9743641523e-02 -1356202800: 2.3333333333e-02 -1356206400: 2.0630335220e-01 -1356210000: 5.5451076713e-01 -1356213600: 1.9975756138e-01 -1356217200: 1.5396154238e-01 -1356220800: 1.3722368411e-01 -1356224400: 8.7386633502e-02 -1356228000: 3.1106339085e-02 -1356231600: 3.0279541211e-02 -1356235200: 3.8314061968e-02 -1356238800: 3.8051669706e-02 -1356242400: 3.3889603343e-02 -1356246000: 1.3525237386e-01 -1356249600: 2.7071203283e-01 -1356253200: 3.6369624097e-01 -1356256800: 1.9612797586e-01 -1356260400: 3.8138860147e-01 -1356264000: 3.0996536001e-01 -1356267600: 6.7588037233e-02 -1356271200: 3.9462617158e-02 -1356274800: 3.6368986597e-02 -1356278400: 2.3623522779e-01 -1356282000: 1.6410978685e-01 -1356285600: 3.5609634519e-01 -1356289200: 1.9918446214e-01 -1356292800: 4.8063052853e-01 -1356296400: 1.1997102028e-01 -1356300000: 1.5650094237e-01 -1356303600: 1.7426380780e-01 -1356307200: 1.6864481833e-01 -1356310800: 2.3764157748e-01 -1356314400: 2.0116105631e-01 -1356318000: 3.0001466472e-02 -1356321600: 2.9992319611e-02 -1356325200: 2.9197531328e-02 -1356328800: 3.0225017081e-02 -1356332400: 7.5555357374e-02 -1356336000: 1.9392451739e-01 -1356339600: 1.1440437455e-01 -1356343200: 1.7167975772e-01 -1356346800: 2.8391701128e-01 -1356350400: 7.7756769533e-02 -1356354000: 1.0863741928e-01 -1356357600: 4.3900648875e-02 -1356361200: 5.2777459040e-02 -1356364800: 3.5248511421e-02 -1356368400: 3.3338633848e-02 -1356372000: 3.1771199474e-01 -1356375600: 2.5497071156e-01 -1356379200: 3.6458189904e-02 -1356382800: 9.8433788449e-02 -1356386400: 8.1511749917e-02 -1356390000: 1.3283069032e-01 -1356393600: 3.3381092912e-02 -1356397200: 2.8889136775e-02 -1356400800: 1.7247073352e-02 -1356404400: 2.6944444444e-02 -1356408000: 2.1897563732e-02 -1356411600: 2.3102436268e-02 -1356415200: 2.3333333333e-02 -1356418800: 2.3582102362e-02 -1356422400: 3.9429793964e-02 -1356426000: 4.6419887583e-02 -1356429600: 4.9179327202e-02 -1356433200: 2.2766580142e-02 -1356436800: 2.2511197636e-02 -1356440400: 2.2766932417e-02 -1356444000: 2.2775920882e-02 -1356447600: 2.2778764808e-02 -1356451200: 2.2764924037e-02 -1356454800: 2.2451534864e-02 -1356458400: 1.7773219941e-01 -1356462000: 2.8931558424e-01 -1356465600: 3.0448125413e-01 -1356469200: 1.3724104517e-01 -1356472800: 1.0841912724e-01 -1356476400: 1.8040939046e-01 -1356480000: 2.1158218384e-01 -1356483600: 1.7586346086e-01 -1356487200: 8.1926723275e-02 -1356490800: 2.5554191460e-02 -1356494400: 2.3887922392e-02 -1356498000: 2.3358505642e-02 -1356501600: 2.3309069069e-02 -1356505200: 4.9702872973e-02 -1356508800: 3.0313412661e-02 -1356512400: 9.9175700912e-02 -1356516000: 9.2487720030e-02 -1356519600: 6.7123582957e-02 -1356523200: 5.0930753279e-02 -1356526800: 4.7779005593e-02 -1356530400: 3.1099307387e-02 -1356534000: 2.5173973155e-01 -1356537600: 5.4619975293e-01 -1356541200: 4.4649780677e-01 -1356544800: 3.6291295364e-01 -1356548400: 2.9834825580e-01 -1356552000: 1.8842088175e-01 -1356555600: 8.5984612768e-02 -1356559200: 1.9825055223e-01 -1356562800: 1.4291965249e-01 -1356566400: 1.7855895444e-01 -1356570000: 1.3976524332e-01 -1356573600: 1.0570335307e-01 -1356577200: 2.5831811269e-02 -1356580800: 2.4723130749e-02 -1356584400: 2.4467772765e-02 -1356588000: 2.4444444444e-02 -1356591600: 1.0501497028e-01 -1356595200: 2.4101273572e-01 -1356598800: 3.7087998111e-01 -1356602400: 2.5222488656e-01 -1356606000: 4.2243991561e-02 -1356609600: 2.2501109079e-02 -1356613200: 2.6113081901e-02 -1356616800: 2.2493714930e-02 -1356620400: 2.3285379789e-02 -1356624000: 2.5619037960e-02 -1356627600: 2.2500000000e-02 -1356631200: 2.3583787062e-02 -1356634800: 1.7754715850e-02 -1356638400: 2.5858430542e-02 -1356642000: 2.2223723692e-02 -1356645600: 2.3292696644e-02 -1356649200: 2.4697368253e-02 -1356652800: 2.4486136094e-02 -1356656400: 2.2767383624e-02 -1356660000: 2.2760786452e-02 -1356663600: 2.2526960500e-02 -1356667200: 2.4139843311e-02 -1356670800: 2.4696683222e-02 -1356674400: 2.2276242797e-02 -1356678000: 2.1990797513e-02 -1356681600: 2.5543437762e-02 -1356685200: 1.8611949366e-02 -1356688800: 2.4991237739e-02 -1356692400: 2.5277462861e-02 -1356696000: 2.2508068454e-02 -1356699600: 2.2500241574e-02 -1356703200: 2.2224080125e-02 -1356706800: 2.2764902078e-02 -1356710400: 2.4700403470e-02 -1356714000: 2.3356719804e-02 -1356717600: 2.2243718987e-02 -1356721200: 2.2478006207e-02 -1356724800: 2.2244216015e-02 -1356728400: 2.2222222222e-02 -1356732000: 2.3842112095e-02 -1356735600: 2.3913567344e-02 -1356739200: 2.3355431672e-02 -1356742800: 2.2716756203e-02 -1356746400: 2.1681906682e-02 -1356750000: 1.6964469106e-02 -1356753600: 2.4170015895e-02 -1356757200: 2.2497737079e-02 -1356760800: 2.2246892814e-02 -1356764400: 2.3309391355e-02 -1356768000: 2.3624375854e-02 -1356771600: 2.3598667033e-02 -1356775200: 2.2788539866e-02 -1356778800: 2.2224600049e-02 -1356782400: 2.4720173591e-02 -1356786000: 1.8612948520e-02 -1356789600: 2.3611546311e-02 -1356793200: 2.4154037889e-02 -1356796800: 2.3564298339e-02 -1356800400: 2.1409629381e-02 -1356804000: 2.1393808680e-02 -1356807600: 2.1382674291e-02 -1356811200: 2.1108915028e-02 -1356814800: 2.1718616033e-02 -1356818400: 2.2222222222e-02 -1356822000: 2.2449687488e-02 -1356825600: 2.3617392680e-02 -1356829200: 2.3324410932e-02 -1356832800: 2.3082104046e-02 -1356836400: 2.2502087967e-02 -1356840000: 2.2246539109e-02 -1356843600: 2.2199386225e-02 -1356847200: 2.2522835997e-02 -1356850800: 2.2424857919e-02 -1356854400: 2.1166012410e-02 -1356858000: 2.0824850798e-02 -1356861600: 2.1417612206e-02 -1356865200: 2.2500000000e-02 -1356868800: 1.9444444444e-02 -1356872400: 2.2199794069e-02 -1356876000: 2.2770895513e-02 -1356879600: 2.6659990175e-02 -1356883200: 2.7491137074e-02 -1356886800: 1.2127822989e-01 -1356890400: 1.7451051687e-01 -1356894000: 1.2076283358e-01 -1356897600: 5.8694306475e-02 -1356901200: 2.3001377341e-01 -1356904800: 2.2925783903e-01 -1356908400: 1.7250901038e-01 -1356912000: 9.0172123011e-02 -1356915600: 2.5270431832e-02 -1356919200: 2.3887219881e-02 -1356922800: 2.3665715091e-02 -1356926400: 2.3356183715e-02 -1356930000: 3.7639461832e-02 -1356933600: 1.6178011290e-01 -1356937200: 2.2524869712e-02 -1356940800: 2.3304886363e-02 -1356944400: 2.4738466760e-02 -1356948000: 2.5276713993e-02 -1356951600: 2.3059264382e-02 -1356955200: 2.2509557390e-02 -1356958800: 2.2777777778e-02 -1356962400: 2.2766338228e-02 -1356966000: 2.4157034229e-02 -1356969600: 2.4696006709e-02 -1356973200: 2.4188877543e-02 -1356976800: 2.2777384999e-02 -1356980400: 2.5279804530e-02 -1356984000: 1.8047157560e-02 -1356987600: 2.2231109011e-02 -1356991200: 2.3054590596e-02 -1356994800: 2.2523918818e-02 -1356998400: 2.2477322204e-02 -1357002000: 2.2244900018e-02 -1357005600: 2.2777777778e-02 -1357009200: 2.3845177157e-02 -1357012800: 2.4442943775e-02 -1357016400: 2.3632652024e-02 -1357020000: 2.2776023552e-02 -1357023600: 2.2500122297e-02 -1357027200: 2.2803081195e-02 -1357030800: 2.2777777778e-02 -1357034400: 2.3043559976e-02 -1357038000: 2.3056051311e-02 -1357041600: 2.3317143822e-02 -1357045200: 2.3878171273e-02 -1357048800: 1.0045232363e-01 -1357052400: 2.2838960477e-01 -1357056000: 3.8621931946e-01 -1357059600: 3.9368048172e-01 -1357063200: 6.9644243875e-01 -1357066800: 2.9363080709e-01 -1357070400: 1.7834702974e-01 -1357074000: 7.8894342535e-02 -1357077600: 7.7501497294e-02 -1357081200: 1.4262760034e-01 -1357084800: 1.6842086496e-01 -1357088400: 4.3987156499e-02 -1357092000: 3.3060127699e-02 -1357095600: 3.0304155957e-02 -1357099200: 2.3863298857e-02 -1357102800: 3.0328468746e-02 -1357106400: 2.5555555556e-02 -1357110000: 5.8564710872e-02 -1357113600: 3.5557674786e-02 -1357117200: 7.5865207111e-02 -1357120800: 4.6583530426e-01 -1357124400: 1.4109907162e-01 -1357128000: 2.8577312879e-01 -1357131600: 1.6311612871e-01 -1357135200: 2.1356029986e-01 -1357138800: 1.6114460614e-01 -1357142400: 7.1063509824e-02 -1357146000: 2.4364678489e-01 -1357149600: 2.2633978934e-01 -1357153200: 1.3829971049e-01 -1357156800: 9.0296213852e-02 -1357160400: 6.4191032301e-02 -1357164000: 5.7243908352e-02 -1357167600: 9.7952168815e-02 -1357171200: 3.6260598448e-01 -1357174800: 2.2079221805e-01 -1357178400: 6.2020002575e-02 -1357182000: 2.7787165633e-02 -1357185600: 2.7752418183e-02 -1357189200: 2.8889382147e-02 -1357192800: 8.0579224395e-02 -1357196400: 1.2137252529e-01 -1357200000: 1.8180417055e-01 -1357203600: 6.8218238017e-02 -1357207200: 2.4441026702e-02 -1357210800: 1.2601073686e-01 -1357214400: 5.7055252664e-02 -1357218000: 1.9828451904e-01 -1357221600: 6.8910992135e-02 -1357225200: 2.4495574239e-01 -1357228800: 1.4291745405e-01 -1357232400: 3.8279142234e-01 -1357236000: 4.3719632979e-01 -1357239600: 2.7801666259e-01 -1357243200: 3.0819260737e-01 -1357246800: 9.0014412611e-02 -1357250400: 9.7376298038e-02 -1357254000: 1.8637153713e-01 -1357257600: 1.3322126592e-01 -1357261200: 3.7564817514e-02 -1357264800: 2.3616500366e-02 -1357268400: 1.9722144921e-02 -1357272000: 1.9469698238e-02 -1357275600: 2.3005155082e-02 -1357279200: 1.6449484492e-01 -1357282800: 1.5862726318e-01 -1357286400: 2.7159201818e-01 -1357290000: 4.8620434754e-02 -1357293600: 8.5243395959e-02 -1357297200: 5.7303590922e-01 -1357300800: 3.1166437470e-02 -1357304400: 7.8024196139e-02 -1357308000: 2.5216708465e-01 -1357311600: 3.3365428730e-01 -1357315200: 8.9800760072e-02 -1357318800: 2.0606736497e-01 -1357322400: 2.6428961666e-01 -1357326000: 3.3565613766e-01 -1357329600: 8.3028752721e-02 -1357333200: 6.7787393883e-02 -1357336800: 2.1147568483e-01 -1357340400: 2.7948384068e-01 -1357344000: 2.0641834874e-01 -1357347600: 9.9387922148e-02 -1357351200: 2.5260123936e-02 -1357354800: 2.4116539441e-02 -1357358400: 2.4467032498e-02 -1357362000: 2.3081583214e-02 -1357365600: 2.0881205041e-02 -1357369200: 2.9862884194e-01 -1357372800: 4.8687451158e-01 -1357376400: 1.4081680935e-01 -1357380000: 6.1967773492e-02 -1357383600: 5.5034121646e-02 -1357387200: 3.2454617756e-01 -1357390800: 2.4933488561e-01 -1357394400: 3.2509108662e-02 -1357398000: 3.2776045231e-02 -1357401600: 1.2934365280e-01 -1357405200: 4.7878097013e-01 -1357408800: 1.7888084405e-01 -1357412400: 1.7968541248e-01 -1357416000: 1.6315683542e-01 -1357419600: 1.3792787699e-01 -1357423200: 5.4638694289e-01 -1357426800: 1.9791576532e-01 -1357430400: 1.2586999383e-01 -1357434000: 9.3123692469e-02 -1357437600: 2.4217516339e-02 -1357441200: 2.3055555556e-02 -1357444800: 2.2500000000e-02 -1357448400: 2.2477512386e-02 -1357452000: 2.6321162582e-02 -1357455600: 1.0087753491e-01 -1357459200: 7.1587087662e-02 -1357462800: 1.6000700423e-01 -1357466400: 2.1926468480e-01 -1357470000: 3.8607091252e-02 -1357473600: 1.5637158700e-01 -1357477200: 9.8894669298e-02 -1357480800: 6.6656998681e-02 -1357484400: 3.9454385851e-02 -1357488000: 3.6929998014e-02 -1357491600: 3.6660229315e-02 -1357495200: 3.8087766257e-02 -1357498800: 1.7441064670e-01 -1357502400: 1.8349683036e-01 -1357506000: 2.7117111049e-01 -1357509600: 3.4488428307e-01 -1357513200: 2.7518168895e-01 -1357516800: 7.3633038904e-02 -1357520400: 2.2474555421e-02 -1357524000: 2.2776993784e-02 -1357527600: 2.2501478399e-02 -1357531200: 2.1691972527e-02 -1357534800: 2.5907301360e-02 -1357538400: 3.6450042573e-01 -1357542000: 1.0123300206e-01 -1357545600: 2.1692453213e-02 -1357549200: 1.8067457900e-02 -1357552800: 1.9159421398e-02 -1357556400: 2.0983238080e-01 -1357560000: 4.4608858362e-02 -1357563600: 2.1122376693e-02 -1357567200: 2.0279197474e-02 -1357570800: 4.0556551652e-02 -1357574400: 2.0540107083e-02 -1357578000: 2.4583579633e-02 -1357581600: 2.2062516798e-01 -1357585200: 3.6544721537e-01 -1357588800: 2.0613414051e-01 -1357592400: 2.3037833737e-01 -1357596000: 8.4278176597e-02 -1357599600: 1.7208912558e-01 -1357603200: 6.5838246789e-02 -1357606800: 2.8100325012e-02 -1357610400: 2.4161795473e-02 -1357614000: 2.2832933990e-02 -1357617600: 2.2749486430e-02 -1357621200: 2.6525281384e-02 -1357624800: 1.2419500088e-01 -1357628400: 1.2527462913e-01 -1357632000: 2.0977824398e-02 -1357635600: 2.0833333333e-02 -1357639200: 2.0820453457e-02 -1357642800: 2.5833756061e-02 -1357646400: 1.8594239422e-02 -1357650000: 5.9132266993e-02 -1357653600: 3.0587108880e-02 -1357657200: 2.4476619631e-02 -1357660800: 8.0490158856e-02 -1357664400: 7.6793658900e-02 -1357668000: 2.5865035343e-01 -1357671600: 2.3219624238e-01 -1357675200: 1.1227276657e-01 -1357678800: 1.7049337241e-01 -1357682400: 6.7616825658e-02 -1357686000: 1.2187746168e-01 -1357689600: 1.3499519266e-01 -1357693200: 1.0172149723e-01 -1357696800: 2.7867915215e-02 -1357700400: 2.6899792423e-02 -1357704000: 2.8358963062e-02 -1357707600: 2.8075955179e-02 -1357711200: 2.9908189007e-02 -1357714800: 2.3658963716e-01 -1357718400: 3.9584252902e-01 -1357722000: 4.3451136808e-01 -1357725600: 1.7727996889e-01 -1357729200: 2.8787324164e-01 -1357732800: 2.8047264613e-01 -1357736400: 6.9181234825e-02 -1357740000: 2.5138025582e-01 -1357743600: 9.1641799789e-02 -1357747200: 5.6654323777e-02 -1357750800: 1.4334297675e-01 -1357754400: 2.6319748697e-01 -1357758000: 4.8779103552e-01 -1357761600: 2.9979452326e-01 -1357765200: 8.1695018967e-02 -1357768800: 1.4033877399e-01 -1357772400: 1.9640633456e-01 -1357776000: 8.4632946877e-02 -1357779600: 2.3089418102e-02 -1357783200: 1.9476080731e-02 -1357786800: 2.4443579460e-02 -1357790400: 2.4689711235e-02 -1357794000: 2.9739883403e-02 -1357797600: 1.3867635899e-01 -1357801200: 1.9312013994e-01 -1357804800: 1.2768587881e-01 -1357808400: 2.3334680448e-02 -1357812000: 1.3969270691e-01 -1357815600: 2.5942389432e-01 -1357819200: 2.5603435385e-02 -1357822800: 1.9941526729e-01 -1357826400: 2.2917249914e-01 -1357830000: 1.1736178041e-01 -1357833600: 1.1459488940e-01 -1357837200: 7.9374669807e-02 -1357840800: 2.5927942924e-01 -1357844400: 1.8139534603e-01 -1357848000: 1.4838060594e-01 -1357851600: 1.1793812488e-01 -1357855200: 3.0556429688e-02 -1357858800: 7.2108842446e-02 -1357862400: 1.1248359851e-01 -1357866000: 4.5681514991e-02 -1357869600: 2.3331298357e-02 -1357873200: 2.3817991225e-02 -1357876800: 2.3357122282e-02 -1357880400: 2.2551399317e-02 -1357884000: 6.5322979633e-02 -1357887600: 2.1573887575e-01 -1357891200: 1.6186636676e-01 -1357894800: 2.5674739380e-01 -1357898400: 1.3393252613e-01 -1357902000: 2.7651550028e-01 -1357905600: 4.4366445362e-02 -1357909200: 2.3611111111e-02 -1357912800: 2.6366253511e-02 -1357916400: 3.3898974932e-02 -1357920000: 1.5899691693e-01 -1357923600: 3.5524565725e-01 -1357927200: 7.5752278551e-01 -1357930800: 3.6526508857e-01 -1357934400: 1.0229004375e-01 -1357938000: 1.5570823184e-01 -1357941600: 1.9359925234e-01 -1357945200: 1.9250561288e-01 -1357948800: 8.3525324723e-02 -1357952400: 2.9458155647e-02 -1357956000: 2.6146796122e-02 -1357959600: 2.5026461542e-02 -1357963200: 2.5534168450e-02 -1357966800: 2.6360625325e-02 -1357970400: 2.6654593476e-02 -1357974000: 1.2299698912e-01 -1357977600: 2.0589974324e-01 -1357981200: 4.5754210395e-01 -1357984800: 2.7779520754e-02 -1357988400: 3.3040073622e-02 -1357992000: 3.2237642054e-02 -1357995600: 3.4973142775e-02 -1357999200: 3.4998942002e-02 -1358002800: 3.0541378554e-02 -1358006400: 3.6945394248e-02 -1358010000: 4.4963282510e-02 -1358013600: 5.3397551363e-02 -1358017200: 5.6473670781e-02 -1358020800: 1.4765187591e-01 -1358024400: 1.5031829778e-01 -1358028000: 2.8058250690e-02 -1358031600: 2.6386327753e-02 -1358035200: 2.8030561276e-02 -1358038800: 3.1850385949e-02 -1358042400: 5.6466291654e-02 -1358046000: 2.4431337471e-02 -1358049600: 2.2001020768e-02 -1358053200: 2.3610932161e-02 -1358056800: 2.1133674150e-02 -1358060400: 2.7777777778e-02 -1358064000: 5.7706400256e-02 -1358067600: 1.0890971022e-01 -1358071200: 8.2272778416e-02 -1358074800: 2.1569879624e-01 -1358078400: 1.8814151846e-01 -1358082000: 4.5845562593e-02 -1358085600: 2.0295668385e-02 -1358089200: 1.9175238770e-02 -1358092800: 1.9706977198e-02 -1358096400: 2.0858460572e-02 -1358100000: 2.1640569050e-02 -1358103600: 5.4652873252e-02 -1358107200: 3.9215183399e-01 -1358110800: 3.0660595381e-01 -1358114400: 2.6035240538e-01 -1358118000: 1.0834559571e-01 -1358121600: 7.6783639132e-02 -1358125200: 2.6660043430e-02 -1358128800: 2.9679126197e-02 -1358132400: 3.1968975381e-02 -1358136000: 3.5660930196e-02 -1358139600: 1.2367154419e-01 -1358143200: 1.4223986769e-01 -1358146800: 5.9007725803e-02 -1358150400: 2.4162072502e-02 -1358154000: 2.2772899462e-02 -1358157600: 2.4717482848e-02 -1358161200: 2.4236656496e-01 -1358164800: 1.5903250322e-01 -1358168400: 2.3349363023e-02 -1358172000: 2.1099987652e-02 -1358175600: 2.0559305037e-02 -1358179200: 2.0547488696e-02 -1358182800: 6.9238603039e-02 -1358186400: 5.0826157629e-01 -1358190000: 2.5392098320e-01 -1358193600: 1.3046757395e-01 -1358197200: 1.9494151950e-01 -1358200800: 1.3344797003e-01 -1358204400: 2.2626763791e-01 -1358208000: 7.7622921283e-02 -1358211600: 2.0000179165e-02 -1358215200: 1.9422377352e-02 -1358218800: 2.2517366675e-02 -1358222400: 1.9921603637e-02 -1358226000: 4.6610836089e-02 -1358229600: 1.1808199437e-01 -1358233200: 1.4839433148e-01 -1358236800: 2.2822270874e-02 -1358240400: 1.9999651683e-02 -1358244000: 1.6120458829e-02 -1358247600: 2.0845606597e-02 -1358251200: 1.9986994751e-02 -1358254800: 2.3900961794e-02 -1358258400: 1.9987908113e-02 -1358262000: 2.3335054924e-02 -1358265600: 3.1082886239e-02 -1358269200: 7.5878048278e-02 -1358272800: 2.7622006124e-01 -1358276400: 7.1813337643e-01 -1358280000: 1.9650740850e-01 -1358283600: 8.9892000455e-02 -1358287200: 8.2098042453e-02 -1358290800: 1.8330043942e-01 -1358294400: 1.0456204537e-01 -1358298000: 2.7007390915e-02 -1358301600: 2.2536394649e-02 -1358305200: 2.0581218333e-02 -1358308800: 2.0810109664e-02 -1358312400: 2.4141450813e-02 -1358316000: 6.6149754353e-02 -1358319600: 1.9014114280e-01 -1358323200: 2.5105460387e-02 -1358326800: 3.9440629488e-02 -1358330400: 2.8357778088e-02 -1358334000: 3.8467214144e-01 -1358337600: 6.1996958215e-02 -1358341200: 2.9437155364e-02 -1358344800: 2.8905046860e-02 -1358348400: 1.6022544781e-01 -1358352000: 3.1418436467e-02 -1358355600: 2.1337729970e-01 -1358359200: 2.8101412361e-01 -1358362800: 2.6748154857e-01 -1358366400: 1.8021664267e-01 -1358370000: 9.3965151276e-02 -1358373600: 7.7430011893e-02 -1358377200: 7.7849711417e-02 -1358380800: 6.9207501494e-02 -1358384400: 2.9676854335e-02 -1358388000: 2.6962519830e-02 -1358391600: 2.6663253243e-02 -1358395200: 2.7196850576e-02 -1358398800: 3.2854976124e-02 -1358402400: 1.1831447519e-01 -1358406000: 2.1130460085e-01 -1358409600: 1.4731431538e-01 -1358413200: 3.0301104607e-02 -1358416800: 7.0788888946e-02 -1358420400: 2.2023396331e-01 -1358424000: 5.0646837622e-02 -1358427600: 4.9561436338e-01 -1358431200: 2.8820293708e-02 -1358434800: 2.7218357561e-02 -1358438400: 4.8242489352e-02 -1358442000: 1.9765024559e-01 -1358445600: 2.3924301759e-01 -1358449200: 2.1077119837e-01 -1358452800: 1.6661013831e-01 -1358456400: 9.7457926445e-02 -1358460000: 3.4470086571e-02 -1358463600: 4.4376349366e-02 -1358467200: 7.8854694432e-02 -1358470800: 5.5336182279e-02 -1358474400: 2.9485945960e-02 -1358478000: 2.9166625795e-02 -1358481600: 2.0556326342e-02 -1358485200: 3.6599005232e-02 -1358488800: 1.2575120932e-01 -1358492400: 1.4249476148e-01 -1358496000: 2.0545874442e-01 -1358499600: 2.6475008827e-01 -1358503200: 1.1966757997e-01 -1358506800: 1.0361816797e-01 -1358510400: 3.3882700092e-02 -1358514000: 3.1950659760e-02 -1358517600: 4.4717681722e-02 -1358521200: 1.4905436759e-01 -1358524800: 8.2316453497e-02 -1358528400: 5.9689399249e-01 -1358532000: 3.2264098194e-01 -1358535600: 3.7472778517e-01 -1358539200: 3.7944840826e-01 -1358542800: 3.5359279488e-01 -1358546400: 3.5697458176e-01 -1358550000: 3.0682644590e-01 -1358553600: 2.2307188293e-01 -1358557200: 2.1634889806e-01 -1358560800: 5.1432922390e-02 -1358564400: 3.6064177325e-02 -1358568000: 3.5835773292e-02 -1358571600: 3.6109709723e-02 -1358575200: 3.6913819102e-02 -1358578800: 2.3516606330e-01 -1358582400: 5.1812319912e-01 -1358586000: 1.9622238630e-01 -1358589600: 7.5014398178e-02 -1358593200: 2.7201820847e-02 -1358596800: 2.1833442511e-01 -1358600400: 7.6713389991e-02 -1358604000: 4.0109250856e-01 -1358607600: 2.6645432299e-02 -1358611200: 2.9666790882e-02 -1358614800: 3.1411736814e-02 -1358618400: 2.8074531633e-02 -1358622000: 2.6967974792e-02 -1358625600: 2.6388248336e-02 -1358629200: 1.1333220044e-01 -1358632800: 2.0032548493e-01 -1358636400: 4.4937816379e-01 -1358640000: 1.8489812421e-01 -1358643600: 9.5053730126e-02 -1358647200: 5.4766774346e-02 -1358650800: 4.6385742073e-02 -1358654400: 4.9984738891e-02 -1358658000: 4.3070801234e-02 -1358661600: 4.5561144442e-02 -1358665200: 4.6658352849e-02 -1358668800: 6.3746576880e-02 -1358672400: 1.3705641816e-01 -1358676000: 7.0028835473e-02 -1358679600: 2.6056207118e-01 -1358683200: 7.4743175256e-02 -1358686800: 4.6658320887e-02 -1358690400: 1.2098436740e-01 -1358694000: 1.9438143329e-01 -1358697600: 2.2890087618e-01 -1358701200: 3.9474063039e-01 -1358704800: 4.2746084195e-01 -1358708400: 2.2429644940e-01 -1358712000: 3.5285721576e-01 -1358715600: 3.7779128116e-01 -1358719200: 2.5103116692e-01 -1358722800: 1.8952580453e-01 -1358726400: 6.9152225000e-02 -1358730000: 2.2477372144e-02 -1358733600: 2.2214031965e-02 -1358737200: 2.2229042019e-02 -1358740800: 2.2225439095e-02 -1358744400: 3.1406679560e-02 -1358748000: 1.3287857968e-01 -1358751600: 7.2905768773e-02 -1358755200: 2.0578014453e-02 -1358758800: 2.0597438897e-02 -1358762400: 1.9723784731e-02 -1358766000: 1.6649099075e-01 -1358769600: 1.6572005228e-01 -1358773200: 1.9720869291e-01 -1358776800: 2.0667428186e-01 -1358780400: 2.2782564797e-02 -1358784000: 2.1679292320e-02 -1358787600: 2.2115035860e-02 -1358791200: 2.9424035779e-01 -1358794800: 2.3537773523e-01 -1358798400: 1.3346024092e-01 -1358802000: 1.4035835461e-01 -1358805600: 1.6807032617e-01 -1358809200: 1.4473553477e-01 -1358812800: 1.2852496908e-01 -1358816400: 2.3350629650e-02 -1358820000: 2.1648074849e-02 -1358823600: 2.1113899414e-02 -1358827200: 2.0625875017e-02 -1358830800: 2.0533654945e-02 -1358834400: 7.2875306884e-02 -1358838000: 1.2432283657e-01 -1358841600: 2.2814742266e-02 -1358845200: 4.0268848956e-02 -1358848800: 3.4127029447e-02 -1358852400: 1.2112754442e-01 -1358856000: 1.2918368614e-01 -1358859600: 2.1803389594e-01 -1358863200: 8.9552577147e-02 -1358866800: 1.8214043539e-01 -1358870400: 1.0269912311e-01 -1358874000: 2.5919439568e-01 -1358877600: 2.9414428161e-01 -1358881200: 2.2826615628e-01 -1358884800: 1.5786977313e-01 -1358888400: 5.9741705562e-02 -1358892000: 1.7230393030e-01 -1358895600: 2.0799019867e-01 -1358899200: 8.2183415586e-02 -1358902800: 2.6685099137e-02 -1358906400: 2.2753527277e-02 -1358910000: 2.1973598823e-02 -1358913600: 2.1943634484e-02 -1358917200: 2.1919849589e-02 -1358920800: 4.0150448157e-02 -1358924400: 2.1943958293e-01 -1358928000: 6.4623701221e-02 -1358931600: 2.0546476887e-02 -1358935200: 2.2517618718e-02 -1358938800: 2.2795391384e-01 -1358942400: 3.2074324195e-01 -1358946000: 2.8961783620e-01 -1358949600: 3.3329047854e-02 -1358953200: 8.4733514567e-02 -1358956800: 1.7806481450e-02 -1358960400: 7.2000670614e-02 -1358964000: 2.0853928054e-01 -1358967600: 2.6193482180e-01 -1358971200: 1.1453773869e-01 -1358974800: 1.2009144334e-01 -1358978400: 7.5429864114e-02 -1358982000: 1.9477902843e-01 -1358985600: 1.1432924492e-01 -1358989200: 2.7246796436e-02 -1358992800: 3.0506204192e-02 -1358996400: 3.7222806456e-02 -1359000000: 3.0579582699e-02 -1359003600: 9.6209619118e-02 -1359007200: 1.9886306058e-01 -1359010800: 1.7989904436e-01 -1359014400: 1.7391787665e-01 -1359018000: 3.0846977983e-02 -1359021600: 1.4627507783e-01 -1359025200: 3.7787875339e-01 -1359028800: 2.8621779369e-02 -1359032400: 6.5301467117e-01 -1359036000: 1.6225147911e-01 -1359039600: 5.4432581829e-02 -1359043200: 8.8251905071e-02 -1359046800: 1.1898005772e-01 -1359050400: 2.9349789727e-01 -1359054000: 1.9217832265e-01 -1359057600: 7.1225421143e-02 -1359061200: 4.0578102790e-02 -1359064800: 3.3634711050e-02 -1359068400: 3.6071925545e-02 -1359072000: 3.3345637759e-02 -1359075600: 1.9216504254e-02 -1359079200: 2.0506365192e-02 -1359082800: 2.0857924527e-02 -1359086400: 1.9999816273e-02 -1359090000: 2.6112820607e-02 -1359093600: 1.4122470364e-01 -1359097200: 1.3377572735e-01 -1359100800: 1.0942242776e-01 -1359104400: 1.2555150503e-01 -1359108000: 1.5334628649e-01 -1359111600: 4.0300760138e-02 -1359115200: 3.0267835291e-02 -1359118800: 2.8899209230e-02 -1359122400: 2.0290174036e-02 -1359126000: 2.0000000000e-02 -1359129600: 2.0000000000e-02 -1359133200: 2.4936768910e-01 -1359136800: 2.9856679507e-01 -1359140400: 3.5440586367e-01 -1359144000: 2.0881433021e-01 -1359147600: 2.7229605535e-01 -1359151200: 3.8018003638e-01 -1359154800: 2.2111912321e-01 -1359158400: 1.8669088946e-01 -1359162000: 2.6692003190e-01 -1359165600: 5.0478266950e-02 -1359169200: 3.9460914718e-02 -1359172800: 2.3088892886e-02 -1359176400: 2.5505642683e-02 -1359180000: 2.4192328759e-02 -1359183600: 6.4949104534e-02 -1359187200: 2.3585895373e-01 -1359190800: 5.7780803210e-02 -1359194400: 6.7520344050e-02 -1359198000: 7.1602768419e-02 -1359201600: 4.9534499065e-02 -1359205200: 1.2579913369e-01 -1359208800: 5.6118785354e-02 -1359212400: 5.1115521649e-02 -1359216000: 2.6957590838e-02 -1359219600: 6.5396614245e-02 -1359223200: 1.1920145459e-01 -1359226800: 4.3440401410e-01 -1359230400: 3.4023080534e-01 -1359234000: 1.3899194479e-01 -1359237600: 9.1059831543e-02 -1359241200: 9.0300927890e-02 -1359244800: 8.4145591715e-02 -1359248400: 6.8986731723e-02 -1359252000: 2.7234526076e-02 -1359255600: 3.0264849258e-02 -1359259200: 2.6431459999e-02 -1359262800: 2.8858737296e-02 -1359266400: 2.6977144725e-02 -1359270000: 2.5276623277e-02 -1359273600: 1.1105021454e-01 -1359277200: 1.8985528266e-01 -1359280800: 1.2493379325e-01 -1359284400: 3.6645118323e-01 -1359288000: 1.7549995242e-01 -1359291600: 2.7235063593e-02 -1359295200: 2.3322421280e-02 -1359298800: 2.3309608844e-02 -1359302400: 1.1806963004e-01 -1359306000: 3.5356562045e-01 -1359309600: 5.2367003620e-01 -1359313200: 1.7645356459e-01 -1359316800: 1.3006144891e-01 -1359320400: 2.5196329380e-01 -1359324000: 2.4725459248e-01 -1359327600: 1.9635827384e-01 -1359331200: 4.8424862940e-02 -1359334800: 3.0023423070e-02 -1359338400: 4.0783596680e-02 -1359342000: 3.4769668452e-02 -1359345600: 3.6643014633e-02 -1359349200: 1.2333113937e-01 -1359352800: 1.4849084130e-01 -1359356400: 1.1292542752e-01 -1359360000: 3.6124491745e-02 -1359363600: 3.3318457060e-02 -1359367200: 3.5836578172e-02 -1359370800: 3.3333050998e-02 -1359374400: 2.9988695805e-02 -1359378000: 2.9163334763e-02 -1359381600: 2.7781343738e-02 -1359385200: 3.0836187162e-02 -1359388800: 6.7215282834e-02 -1359392400: 3.0491818327e-02 -1359396000: 6.4409927948e-02 -1359399600: 1.3408441876e-01 -1359403200: 1.5594813692e-01 -1359406800: 1.0959785229e-01 -1359410400: 1.0950050456e-01 -1359414000: 7.9289439743e-02 -1359417600: 3.4192116285e-02 -1359421200: 2.3332401097e-02 -1359424800: 2.4413255699e-02 -1359428400: 2.5586490107e-02 -1359432000: 2.3881486116e-02 -1359435600: 2.4174545922e-02 -1359439200: 6.8231576484e-02 -1359442800: 1.4774828380e-01 -1359446400: 3.5699062623e-02 -1359450000: 3.2203446709e-02 -1359453600: 5.3312611976e-02 -1359457200: 1.5159497497e-01 -1359460800: 6.2597145539e-02 -1359464400: 2.6858455141e-01 -1359468000: 2.4552449960e-01 -1359471600: 3.4796837656e-02 -1359475200: 6.9318076306e-02 -1359478800: 4.5149428207e-01 -1359482400: 2.4445915601e-01 -1359486000: 2.3094862791e-01 -1359489600: 1.3843506317e-01 -1359493200: 6.5807033951e-02 -1359496800: 6.6980408016e-02 -1359500400: 3.9085905966e-01 -1359504000: 1.6770331014e-01 -1359507600: 6.7237812866e-02 -1359511200: 2.7531445590e-02 -1359514800: 2.4385829806e-02 -1359518400: 2.3692552529e-02 -1359522000: 2.5578891318e-02 -1359525600: 4.1335795918e-02 -1359529200: 3.5305913929e-01 -1359532800: 7.1681772120e-02 -1359536400: 4.8905909683e-02 -1359540000: 1.2132416255e-01 -1359543600: 4.8550532847e-01 -1359547200: 2.8512111832e-01 -1359550800: 6.8870316612e-02 -1359554400: 9.1696398602e-02 -1359558000: 1.3098480113e-01 -1359561600: 9.3253108849e-02 -1359565200: 1.5546070979e-01 -1359568800: 2.2558821290e-01 -1359572400: 2.7808545621e-01 -1359576000: 1.0403425815e-01 -1359579600: 1.2386294126e-01 -1359583200: 3.4130420207e-01 -1359586800: 2.0032443764e-01 -1359590400: 1.0263195072e-01 -1359594000: 3.5784821447e-02 -1359597600: 3.2846659840e-02 -1359601200: 3.2197571158e-02 -1359604800: 3.2473039653e-02 -1359608400: 3.7152188641e-02 -1359612000: 1.7960376165e-01 -1359615600: 2.2238196364e-01 -1359619200: 1.5145126139e-01 -1359622800: 3.0588566889e-02 -1359626400: 9.7480358708e-02 -1359630000: 2.9719912193e-01 -1359633600: 4.0011049160e-02 -1359637200: 4.3912534536e-02 -1359640800: 1.8582589704e-01 -1359644400: 1.6025738392e-01 -1359648000: 1.2055706612e-01 -1359651600: 2.7959698629e-01 -1359655200: 2.3497390689e-01 -1359658800: 1.8432272687e-01 -1359662400: 2.2091352782e-01 -1359666000: 1.1046552028e-01 -1359669600: 3.3308152108e-02 -1359673200: 3.3086811714e-02 -1359676800: 8.1625412866e-02 -1359680400: 4.0060689667e-02 -1359684000: 2.6390726547e-02 -1359687600: 2.5831692317e-02 -1359691200: 2.7478941926e-02 -1359694800: 2.8076716445e-02 -1359698400: 5.9948560889e-02 -1359702000: 2.2755241660e-01 -1359705600: 1.8010615541e-01 -1359709200: 3.2179950272e-01 -1359712800: 2.7909720153e-01 -1359716400: 4.0756933506e-01 -1359720000: 1.3000500474e-01 -1359723600: 4.5960172033e-01 -1359727200: 2.4460088705e-01 -1359730800: 6.0541443609e-02 -1359734400: 1.0786684323e-01 -1359738000: 8.2675226667e-02 -1359741600: 2.1007779279e-01 -1359745200: 6.3424763084e-01 -1359748800: 5.8283927104e-01 -1359752400: 2.9135859026e-01 -1359756000: 5.5293927412e-02 -1359759600: 3.2553000313e-02 -1359763200: 3.3587708018e-02 -1359766800: 3.1728307377e-02 -1359770400: 5.1332302006e-02 -1359774000: 3.6169426871e-02 -1359777600: 3.0535651049e-02 -1359781200: 3.3893098217e-02 -1359784800: 2.6917446940e-02 -1359788400: 5.0848589925e-02 -1359792000: 3.7520204287e-02 -1359795600: 1.9139193830e-01 -1359799200: 2.0960368318e-01 -1359802800: 3.0878209218e-01 -1359806400: 1.7802717220e-01 -1359810000: 4.9693082164e-01 -1359813600: 2.8889622584e-02 -1359817200: 2.5009653812e-02 -1359820800: 2.6391596349e-02 -1359824400: 2.6333229103e-02 -1359828000: 2.9967628389e-02 -1359831600: 3.1186709661e-02 -1359835200: 2.9166926604e-02 -1359838800: 2.8886747933e-02 -1359842400: 2.5278532092e-02 -1359846000: 2.6089174980e-02 -1359849600: 2.7200053812e-02 -1359853200: 2.7761562355e-02 -1359856800: 2.6417639683e-02 -1359860400: 2.5054738358e-02 -1359864000: 2.4975105488e-02 -1359867600: 2.4998340119e-02 -1359871200: 2.4724347114e-02 -1359874800: 2.5276681576e-02 -1359878400: 2.6393526876e-02 -1359882000: 2.6119552480e-02 -1359885600: 2.7478778382e-02 -1359889200: 2.5831584003e-02 -1359892800: 2.4189537642e-02 -1359896400: 2.4719278906e-02 -1359900000: 1.6935024318e-02 -1359903600: 2.7490385761e-02 -1359907200: 2.4743198638e-02 -1359910800: 2.3602890702e-02 -1359914400: 2.9995845035e-02 -1359918000: 2.3304941300e-02 -1359921600: 2.3387648328e-02 -1359925200: 2.4929513306e-02 -1359928800: 2.5020745142e-02 -1359932400: 2.3357849918e-02 -1359936000: 2.3614241789e-02 -1359939600: 2.3355427623e-02 -1359943200: 2.3586493914e-02 -1359946800: 2.3613100593e-02 -1359950400: 2.3611410786e-02 -1359954000: 2.4693799223e-02 -1359957600: 2.4999376605e-02 -1359961200: 2.4471128893e-02 -1359964800: 2.3358023320e-02 -1359968400: 2.3845036154e-02 -1359972000: 2.3878515152e-02 -1359975600: 2.3879866233e-02 -1359979200: 2.3932041559e-02 -1359982800: 2.3898103901e-02 -1359986400: 2.3873831626e-02 -1359990000: 2.4983478485e-02 -1359993600: 2.5016593521e-02 -1359997200: 2.4690611057e-02 -1360000800: 2.3924532193e-02 -1360004400: 2.3887423852e-02 -1360008000: 2.3078855156e-02 -1360011600: 2.3307578378e-02 -1360015200: 2.0279166675e-02 -1360018800: 2.5024366059e-02 -1360022400: 2.3588026504e-02 -1360026000: 2.3327865753e-02 -1360029600: 2.8887878731e-02 -1360033200: 2.0005092928e-02 -1360036800: 2.4644061515e-02 -1360040400: 2.5271002912e-02 -1360044000: 2.4227797781e-02 -1360047600: 2.3890034218e-02 -1360051200: 2.4194484733e-02 -1360054800: 2.3620685938e-02 -1360058400: 2.4432886708e-02 -1360062000: 2.3345671927e-02 -1360065600: 2.3052562795e-02 -1360069200: 2.4984946803e-02 -1360072800: 2.4711054768e-02 -1360076400: 2.4193813504e-02 -1360080000: 2.4152557656e-02 -1360083600: 2.3336205955e-02 -1360087200: 2.3888827274e-02 -1360090800: 2.3887426731e-02 -1360094400: 2.3333065976e-02 -1360098000: 2.3079604446e-02 -1360101600: 2.3865498731e-02 -1360105200: 2.4646464392e-02 -1360108800: 2.5586836708e-02 -1360112400: 2.5522550278e-02 -1360116000: 2.3965814775e-02 -1360119600: 2.3333711500e-02 -1360123200: 2.3610633580e-02 -1360126800: 2.3609854490e-02 -1360130400: 2.4444117541e-02 -1360134000: 2.1052448298e-02 -1360137600: 2.5072186883e-02 -1360141200: 2.3345438380e-02 -1360144800: 2.3041100980e-02 -1360148400: 2.6655110813e-02 -1360152000: 2.0834846788e-02 -1360155600: 2.3587239801e-02 -1360159200: 2.5030414407e-02 -1360162800: 2.4680670356e-02 -1360166400: 2.3368406270e-02 -1360170000: 2.3357766140e-02 -1360173600: 2.4978290618e-02 -1360177200: 2.3053327835e-02 -1360180800: 2.2775130855e-02 -1360184400: 2.2804361803e-02 -1360188000: 2.3308505608e-02 -1360191600: 2.4114592543e-02 -1360195200: 2.4729993816e-02 -1360198800: 2.5513495228e-02 -1360202400: 2.4223464274e-02 -1360206000: 2.3918723751e-02 -1360209600: 2.3582950001e-02 -1360213200: 2.3889129635e-02 -1360216800: 2.3363660221e-02 -1360220400: 2.3053133643e-02 -1360224000: 2.3335594433e-02 -1360227600: 2.3046222940e-02 -1360231200: 2.3087200573e-02 -1360234800: 2.3055555556e-02 -1360238400: 2.4145014764e-02 -1360242000: 2.4431090701e-02 -1360245600: 2.3898841830e-02 -1360249200: 2.1679044108e-02 -1360252800: 1.2272120916e-01 -1360256400: 5.4413844979e-02 -1360260000: 4.0911517112e-02 -1360263600: 1.8611086760e-02 -1360267200: 1.9422357591e-02 -1360270800: 2.0298696625e-02 -1360274400: 2.1111611869e-02 -1360278000: 1.8077906725e-02 -1360281600: 1.8611111111e-02 -1360285200: 3.9443684532e-02 -1360288800: 4.4978036511e-02 -1360292400: 1.9114822298e-02 -1360296000: 1.9469973277e-02 -1360299600: 1.9443538376e-02 -1360303200: 7.3003778361e-02 -1360306800: 2.0327984046e-02 -1360310400: 9.1318691628e-02 -1360314000: 1.8750276879e-01 -1360317600: 1.3510685102e-01 -1360321200: 2.5001071604e-02 -1360324800: 2.0835596172e-02 -1360328400: 1.8608941824e-02 -1360332000: 1.8344261564e-02 -1360335600: 1.8599730621e-02 -1360339200: 2.0542462212e-02 -1360342800: 2.0001604132e-02 -1360346400: 1.8356203035e-02 -1360350000: 1.8611111111e-02 -1360353600: 1.9832221630e-02 -1360357200: 2.0167778370e-02 -1360360800: 1.8586535013e-02 -1360364400: 1.5556224663e-02 -1360368000: 2.1390476804e-02 -1360371600: 2.0543497903e-02 -1360375200: 1.8620128342e-02 -1360378800: 1.8636470608e-02 -1360382400: 2.3033568260e-02 -1360386000: 1.8332601275e-02 -1360389600: 1.8078274910e-02 -1360393200: 1.8333333333e-02 -1360396800: 1.9954441134e-02 -1360400400: 2.0601114422e-02 -1360404000: 1.8866645105e-02 -1360407600: 1.2000890319e-01 -1360411200: 1.2107528389e-01 -1360414800: 7.5144240716e-02 -1360418400: 1.4626810065e-01 -1360422000: 2.6088033477e-02 -1360425600: 2.6125736095e-02 -1360429200: 2.9381988710e-02 -1360432800: 1.9343005942e-01 -1360436400: 2.4047783198e-01 -1360440000: 6.3108579871e-01 -1360443600: 1.6433370922e-01 -1360447200: 1.4659326677e-01 -1360450800: 1.4641560984e-01 -1360454400: 8.3211411135e-02 -1360458000: 2.9213267254e-02 -1360461600: 3.1358306814e-02 -1360465200: 6.6334801281e-02 -1360468800: 3.7313870697e-02 -1360472400: 3.2226724490e-02 -1360476000: 3.1647604328e-02 -1360479600: 3.9988298800e-02 -1360483200: 6.7270859580e-02 -1360486800: 1.1478932648e-01 -1360490400: 5.2941114756e-02 -1360494000: 5.2272785606e-02 -1360497600: 2.0333372253e-01 -1360501200: 4.2677715191e-01 -1360504800: 8.2124805857e-02 -1360508400: 3.1364883714e-02 -1360512000: 3.1942606763e-02 -1360515600: 3.2712406045e-02 -1360519200: 3.5292172925e-02 -1360522800: 3.2263333563e-02 -1360526400: 3.0856457338e-02 -1360530000: 3.0279150806e-02 -1360533600: 3.0811790454e-02 -1360537200: 1.0761962964e-01 -1360540800: 1.1431832910e-01 -1360544400: 3.3637413612e-02 -1360548000: 4.1641284958e-02 -1360551600: 3.9191856357e-02 -1360555200: 3.3559040765e-02 -1360558800: 3.2787242492e-02 -1360562400: 3.1153887074e-02 -1360566000: 3.9446102401e-02 -1360569600: 4.3557673726e-02 -1360573200: 6.0876306119e-02 -1360576800: 4.9724766193e-02 -1360580400: 2.3025597722e-01 -1360584000: 1.7927531997e-01 -1360587600: 4.2073853314e-01 -1360591200: 6.6117324441e-02 -1360594800: 7.9378370783e-02 -1360598400: 7.5508792392e-02 -1360602000: 1.6223419346e-01 -1360605600: 8.1951463263e-02 -1360609200: 3.9521151921e-02 -1360612800: 3.3072009696e-02 -1360616400: 3.5545527208e-02 -1360620000: 3.4161566424e-02 -1360623600: 3.3039180734e-02 -1360627200: 3.2816685926e-02 -1360630800: 3.4137088512e-02 -1360634400: 4.3649445991e-02 -1360638000: 1.7163886377e-01 -1360641600: 3.6411015033e-02 -1360645200: 2.4445212198e-02 -1360648800: 2.5532886279e-02 -1360652400: 2.6387547501e-02 -1360656000: 2.3657361909e-02 -1360659600: 6.0476491716e-02 -1360663200: 2.4174471515e-02 -1360666800: 2.5005670966e-02 -1360670400: 2.6660957928e-02 -1360674000: 2.4188441190e-02 -1360677600: 2.4162962442e-02 -1360681200: 2.3664337576e-02 -1360684800: 2.5234680873e-02 -1360688400: 2.6963708733e-02 -1360692000: 2.4165778717e-02 -1360695600: 2.4166918392e-02 -1360699200: 2.3611246105e-02 -1360702800: 2.5253947275e-02 -1360706400: 2.5302847681e-02 -1360710000: 2.0578650004e-02 -1360713600: 2.4084061926e-02 -1360717200: 2.4527049185e-02 -1360720800: 5.6526484765e-02 -1360724400: 3.9004132868e-02 -1360728000: 2.3913826812e-02 -1360731600: 2.3867421704e-02 -1360735200: 5.2444634080e-02 -1360738800: 3.2255660277e-02 -1360742400: 2.5876728384e-02 -1360746000: 2.5453310365e-02 -1360749600: 3.0559091594e-02 -1360753200: 5.0053729674e-02 -1360756800: 5.3063507834e-02 -1360760400: 5.9457967607e-02 -1360764000: 4.3045747821e-02 -1360767600: 1.6239287592e-01 -1360771200: 1.2900526637e-01 -1360774800: 1.9354825240e-01 -1360778400: 2.0528817684e-01 -1360782000: 8.6344973408e-02 -1360785600: 1.0393347254e-01 -1360789200: 7.4666283195e-02 -1360792800: 1.1896033119e-01 -1360796400: 1.3331784143e-01 -1360800000: 1.8497850705e-01 -1360803600: 2.7375239856e-02 -1360807200: 2.6029425971e-02 -1360810800: 2.4158902286e-02 -1360814400: 2.4177045607e-02 -1360818000: 2.3883953809e-02 -1360821600: 2.3866028854e-02 -1360825200: 9.3588112019e-02 -1360828800: 1.9767429962e-02 -1360832400: 3.8049780375e-02 -1360836000: 4.3609525375e-02 -1360839600: 2.1359724572e-01 -1360843200: 3.2059483460e-01 -1360846800: 4.9305766985e-01 -1360850400: 3.0607390888e-01 -1360854000: 4.6055668388e-02 -1360857600: 3.0306435944e-02 -1360861200: 1.3181179919e-01 -1360864800: 1.6310484014e-01 -1360868400: 7.9204551407e-02 -1360872000: 6.8100835132e-02 -1360875600: 6.3615739855e-02 -1360879200: 6.7216294926e-02 -1360882800: 1.2039903993e-01 -1360886400: 1.1128575563e-01 -1360890000: 3.0889489929e-02 -1360893600: 2.2198711938e-02 -1360897200: 2.1134621396e-02 -1360900800: 1.9973606429e-02 -1360904400: 1.9193060238e-02 -1360908000: 2.9524029467e-02 -1360911600: 9.7600402668e-02 -1360915200: 1.6463656475e-01 -1360918800: 1.1790803609e-01 -1360922400: 1.6866430035e-01 -1360926000: 3.5335293813e-01 -1360929600: 1.8941233293e-01 -1360933200: 3.7741993551e-01 -1360936800: 1.0255920119e-01 -1360940400: 1.9730472283e-02 -1360944000: 2.1136231064e-02 -1360947600: 1.9698203031e-02 -1360951200: 2.1389437952e-02 -1360954800: 1.3312702980e-01 -1360958400: 1.5351837294e-01 -1360962000: 3.6385750211e-02 -1360965600: 7.1808159953e-02 -1360969200: 9.9729313750e-02 -1360972800: 7.7308076583e-02 -1360976400: 3.3338604657e-02 -1360980000: 3.0850995120e-02 -1360983600: 3.3878581445e-02 -1360987200: 3.4697785362e-02 -1360990800: 2.9460114575e-02 -1360994400: 3.2265460462e-02 -1360998000: 3.0019422245e-02 -1361001600: 3.2462568974e-02 -1361005200: 5.7528543672e-02 -1361008800: 4.6385918110e-02 -1361012400: 4.8398432691e-01 -1361016000: 8.9917678803e-02 -1361019600: 6.7199422720e-02 -1361023200: 4.7506508474e-02 -1361026800: 4.8641347230e-02 -1361030400: 1.3384376803e-01 -1361034000: 2.3746572909e-01 -1361037600: 2.6098964389e-01 -1361041200: 5.7565012750e-01 -1361044800: 6.9107938736e-01 -1361048400: 1.5606930987e-01 -1361052000: 2.0216151691e-01 -1361055600: 1.8496178619e-01 -1361059200: 7.8873733522e-02 -1361062800: 2.6668411506e-02 -1361066400: 2.6382103636e-02 -1361070000: 2.6357114377e-02 -1361073600: 2.4481663317e-02 -1361077200: 2.3863301047e-02 -1361080800: 2.4495225225e-02 -1361084400: 2.7398782806e-02 -1361088000: 3.1987681954e-02 -1361091600: 7.1415960423e-02 -1361095200: 1.9471008506e-01 -1361098800: 1.9823689526e-01 -1361102400: 3.4107682365e-01 -1361106000: 2.8957127167e-01 -1361109600: 1.2703405471e-01 -1361113200: 4.9826211419e-01 -1361116800: 1.2138064960e-01 -1361120400: 7.9635575553e-02 -1361124000: 1.9659895245e-01 -1361127600: 3.3544160460e-01 -1361131200: 2.9819817763e-01 -1361134800: 2.8944780167e-01 -1361138400: 2.9530663925e-01 -1361142000: 2.4165534139e-01 -1361145600: 6.2238729625e-02 -1361149200: 3.1438154451e-02 -1361152800: 2.6692599824e-02 -1361156400: 2.6669186497e-02 -1361160000: 2.5024494999e-02 -1361163600: 2.9077247406e-02 -1361167200: 1.1774985297e-01 -1361170800: 4.6806877935e-02 -1361174400: 2.4990142126e-02 -1361178000: 2.4703165763e-02 -1361181600: 2.4457759508e-02 -1361185200: 2.3878706276e-02 -1361188800: 2.3891906559e-02 -1361192400: 2.4136272443e-02 -1361196000: 2.4740165628e-02 -1361199600: 2.4993518354e-02 -1361203200: 2.5015445039e-02 -1361206800: 2.4975500630e-02 -1361210400: 1.9321904572e-01 -1361214000: 1.8586629603e-01 -1361217600: 1.1942140330e-01 -1361221200: 1.0277933093e-01 -1361224800: 1.0058303535e-01 -1361228400: 3.8801945546e-01 -1361232000: 1.9902715441e-01 -1361235600: 2.8054737907e-02 -1361239200: 3.1382172087e-02 -1361242800: 3.6369640746e-02 -1361246400: 3.2526560023e-02 -1361250000: 1.0412122417e-01 -1361253600: 8.6632996986e-02 -1361257200: 1.1342650381e-01 -1361260800: 2.5273083948e-02 -1361264400: 5.2236999019e-02 -1361268000: 3.0258396110e-02 -1361271600: 1.4210221168e-01 -1361275200: 6.0129817126e-02 -1361278800: 3.4996022301e-02 -1361282400: 3.0557146073e-02 -1361286000: 4.8055665396e-02 -1361289600: 3.1110184352e-02 -1361293200: 9.4203835987e-02 -1361296800: 2.8174812234e-01 -1361300400: 1.5858084394e-01 -1361304000: 1.1034092320e-01 -1361307600: 7.5020862139e-02 -1361311200: 6.8891351768e-02 -1361314800: 3.8839762977e-01 -1361318400: 4.2085561461e-01 -1361322000: 9.2987340461e-02 -1361325600: 3.2295059548e-02 -1361329200: 3.0554879425e-02 -1361332800: 3.0833389635e-02 -1361336400: 3.0558517621e-02 -1361340000: 3.9653062380e-02 -1361343600: 2.2823895126e-01 -1361347200: 4.4885521891e-02 -1361350800: 3.0548812225e-02 -1361354400: 3.6112783570e-02 -1361358000: 3.6666820465e-01 -1361361600: 2.1778671327e-01 -1361365200: 4.3594490412e-02 -1361368800: 1.7221885958e-01 -1361372400: 1.4910421395e-01 -1361376000: 4.7452114883e-01 -1361379600: 1.5627025628e-01 -1361383200: 3.8485089788e-01 -1361386800: 3.0433687693e-01 -1361390400: 1.0301442806e-01 -1361394000: 2.6994507954e-01 -1361397600: 3.9296468454e-01 -1361401200: 1.8870136752e-01 -1361404800: 1.6245773296e-01 -1361408400: 1.6495884185e-01 -1361412000: 3.8303102213e-02 -1361415600: 3.3361773612e-02 -1361419200: 3.3586881570e-02 -1361422800: 4.7500902556e-02 -1361426400: 1.3129210486e-01 -1361430000: 1.4991243726e-01 -1361433600: 1.2903081444e-01 -1361437200: 4.0893467685e-02 -1361440800: 3.7499511795e-02 -1361444400: 1.4291249495e-01 -1361448000: 7.9000000092e-02 -1361451600: 2.1669402602e-01 -1361455200: 2.1585833666e-01 -1361458800: 8.4707997624e-02 -1361462400: 1.2103518683e-01 -1361466000: 1.7876790864e-01 -1361469600: 2.1181231214e-01 -1361473200: 2.4142760258e-01 -1361476800: 2.5961303186e-01 -1361480400: 2.3505682572e-01 -1361484000: 2.0164797960e-01 -1361487600: 9.1405863064e-02 -1361491200: 7.0296124927e-02 -1361494800: 6.2476003497e-02 -1361498400: 6.1952930341e-02 -1361502000: 6.2766052636e-02 -1361505600: 6.2220564031e-02 -1361509200: 6.8364737696e-02 -1361512800: 1.1854830092e-01 -1361516400: 3.1352863019e-01 -1361520000: 3.9373781176e-01 -1361523600: 1.7429656381e-01 -1361527200: 5.1051091031e-02 -1361530800: 9.6377806567e-02 -1361534400: 3.1120108814e-02 -1361538000: 3.4992275810e-02 -1361541600: 3.2762827382e-02 -1361545200: 3.3070329806e-02 -1361548800: 8.5540292170e-02 -1361552400: 1.0504391821e-01 -1361556000: 1.6040750048e-01 -1361559600: 1.9488005300e-01 -1361563200: 1.2308374128e-01 -1361566800: 1.5994377607e-01 -1361570400: 1.6671617790e-01 -1361574000: 1.7385519267e-01 -1361577600: 1.7975023473e-01 -1361581200: 1.1494487388e-01 -1361584800: 3.6091945269e-02 -1361588400: 3.5568280824e-02 -1361592000: 3.4991756443e-02 -1361595600: 3.4184359771e-02 -1361599200: 3.3878889745e-02 -1361602800: 8.9526726709e-02 -1361606400: 1.5405898485e-01 -1361610000: 4.4137024892e-01 -1361613600: 1.4387497432e-01 -1361617200: 2.4531142952e-01 -1361620800: 4.5320466032e-02 -1361624400: 6.6952293204e-02 -1361628000: 3.7215387443e-02 -1361631600: 3.5812384903e-02 -1361635200: 7.4461234114e-02 -1361638800: 3.2731424116e-02 -1361642400: 3.3654357334e-02 -1361646000: 3.1666001745e-02 -1361649600: 3.3843197917e-02 -1361653200: 3.5304943991e-02 -1361656800: 1.3737292868e-01 -1361660400: 5.6538324049e-02 -1361664000: 3.5551155036e-02 -1361667600: 3.8032825100e-02 -1361671200: 3.6134077355e-02 -1361674800: 3.8057473328e-02 -1361678400: 3.6942202830e-02 -1361682000: 3.5790340434e-02 -1361685600: 3.3037472547e-02 -1361689200: 5.5038141063e-02 -1361692800: 3.8607846792e-02 -1361696400: 8.1956089540e-02 -1361700000: 2.8874315148e-01 -1361703600: 4.8230183258e-01 -1361707200: 1.1864024114e-01 -1361710800: 3.8110791257e-01 -1361714400: 7.2263398545e-02 -1361718000: 3.5276488659e-02 -1361721600: 6.0819246953e-02 -1361725200: 9.4128610583e-02 -1361728800: 1.9291430218e-01 -1361732400: 3.3701996129e-01 -1361736000: 1.2711910024e-01 -1361739600: 4.5469685301e-01 -1361743200: 2.3025782052e-01 -1361746800: 1.8445031071e-01 -1361750400: 3.9999924113e-02 -1361754000: 2.9153451075e-02 -1361757600: 2.8902522460e-02 -1361761200: 3.0234047976e-02 -1361764800: 3.0018561841e-02 -1361768400: 3.8286002991e-02 -1361772000: 1.2825779433e-01 -1361775600: 4.5974752041e-02 -1361779200: 2.5287519883e-02 -1361782800: 2.5260178864e-02 -1361786400: 2.5001839143e-02 -1361790000: 3.2056815942e-01 -1361793600: 1.3193883018e-01 -1361797200: 4.4609612162e-01 -1361800800: 6.8922939990e-02 -1361804400: 2.9996009491e-02 -1361808000: 2.4430085555e-02 -1361811600: 3.6385654537e-02 -1361815200: 2.1212664034e-01 -1361818800: 2.9376408126e-01 -1361822400: 1.5221858830e-01 -1361826000: 1.5064808970e-01 -1361829600: 1.3223279723e-01 -1361833200: 1.3192042011e-01 -1361836800: 1.2749007152e-01 -1361840400: 1.1513725145e-01 -1361844000: 2.9994617923e-02 -1361847600: 2.9170840824e-02 -1361851200: 2.8914892796e-02 -1361854800: 2.9714024193e-02 -1361858400: 5.9890201316e-02 -1361862000: 1.9168194027e-01 -1361865600: 5.4816130861e-02 -1361869200: 3.4772889642e-01 -1361872800: 1.3375212294e-01 -1361876400: 1.9934895301e-01 -1361880000: 3.9174269399e-02 -1361883600: 3.8856678099e-02 -1361887200: 3.3637341089e-02 -1361890800: 4.1957388107e-02 -1361894400: 3.4732467387e-02 -1361898000: 1.8717365452e-01 -1361901600: 2.7738202006e-01 -1361905200: 2.8705597764e-01 -1361908800: 1.4961879582e-01 -1361912400: 1.0484591756e-01 -1361916000: 7.4695525148e-02 -1361919600: 7.1344920057e-02 -1361923200: 7.4651461009e-02 -1361926800: 7.5935429055e-02 -1361930400: 4.0036674221e-02 -1361934000: 4.5282137541e-02 -1361937600: 5.0274602661e-02 -1361941200: 4.5833361022e-02 -1361944800: 1.4452427088e-01 -1361948400: 1.5658403856e-01 -1361952000: 6.8058225725e-02 -1361955600: 5.0292212093e-02 -1361959200: 3.4465776330e-02 -1361962800: 3.3816552305e-01 -1361966400: 1.3957713716e-01 -1361970000: 4.0132260478e-01 -1361973600: 2.5552873382e-01 -1361977200: 1.5419348506e-01 -1361980800: 1.9971599172e-01 -1361984400: 2.6553612445e-01 -1361988000: 1.8435988091e-01 -1361991600: 2.6500076801e-01 -1361995200: 1.1195854264e-01 -1361998800: 2.6405551440e-01 -1362002400: 2.5972629302e-01 -1362006000: 1.7717215176e-01 -1362009600: 6.7524993838e-02 -1362013200: 1.1351137731e-01 -1362016800: 3.1222508651e-02 -1362020400: 2.7723984668e-02 -1362024000: 2.9223075213e-02 -1362027600: 3.4443039307e-02 -1362031200: 1.3854518918e-01 -1362034800: 1.9953282898e-01 -1362038400: 2.7203291115e-01 -1362042000: 2.8716151302e-01 -1362045600: 2.2212162157e-02 -1362049200: 3.0612117118e-01 -1362052800: 3.3321837993e-02 -1362056400: 2.3332912085e-02 -1362060000: 1.9445847507e-02 -1362063600: 1.9177180193e-02 -1362067200: 1.9166666667e-02 -1362070800: 1.4606160684e-01 -1362074400: 1.3725238372e-01 -1362078000: 1.6627680148e-01 -1362081600: 1.8154576516e-01 -1362085200: 1.0883976383e-01 -1362088800: 2.6363079960e-02 -1362092400: 1.8461697874e-01 -1362096000: 2.8392782955e-01 -1362099600: 1.1584193583e-01 -1362103200: 2.2815015429e-02 -1362106800: 1.9188250976e-02 -1362110400: 1.9711731855e-02 -1362114000: 2.2813768064e-02 -1362117600: 9.2756397893e-02 -1362121200: 2.4562120760e-01 -1362124800: 4.3714266424e-01 -1362128400: 1.4031643247e-01 -1362132000: 1.8413838299e-01 -1362135600: 8.0589766261e-02 -1362139200: 1.9161209466e-02 -1362142800: 8.9167711709e-02 -1362146400: 2.2771849530e-02 -1362150000: 3.0187949926e-01 -1362153600: 7.7552750201e-02 -1362157200: 1.1345075690e-01 -1362160800: 1.6672993788e-01 -1362164400: 1.4416655573e-01 -1362168000: 1.8391998880e-01 -1362171600: 5.3902322144e-02 -1362175200: 5.6130665309e-02 -1362178800: 9.5742789490e-02 -1362182400: 1.0180165396e-01 -1362186000: 3.4656570077e-02 -1362189600: 2.6427338208e-02 -1362193200: 2.8596946032e-02 -1362196800: 1.9205152237e-02 -1362200400: 2.9194317948e-02 -1362204000: 2.9335891736e-02 -1362207600: 1.1528258824e-01 -1362211200: 1.8985212430e-01 -1362214800: 4.8274240421e-01 -1362218400: 3.9711647002e-02 -1362222000: 1.9694712254e-01 -1362225600: 5.0433867444e-02 -1362229200: 2.8081477056e-01 -1362232800: 2.0639326614e-01 -1362236400: 2.3272358281e-01 -1362240000: 1.5873886796e-01 -1362243600: 4.9833778307e-01 -1362247200: 6.1020439564e-01 -1362250800: 1.0766181054e-01 -1362254400: 1.9007122501e-01 -1362258000: 9.4235390495e-02 -1362261600: 9.0818973538e-02 -1362265200: 1.2770422124e-01 -1362268800: 3.2035024127e-01 -1362272400: 5.3727630076e-02 -1362276000: 3.3034823368e-02 -1362279600: 2.6407244143e-02 -1362283200: 2.9447805659e-02 -1362286800: 2.5551099712e-02 -1362290400: 3.1368617156e-01 -1362294000: 5.7718080651e-02 -1362297600: 1.9426670975e-02 -1362301200: 1.9195855672e-02 -1362304800: 2.1921041107e-02 -1362308400: 2.1396951027e-02 -1362312000: 1.6126452310e-02 -1362315600: 2.1074632317e-02 -1362319200: 2.0024267033e-02 -1362322800: 2.0814651782e-02 -1362326400: 2.1408374640e-02 -1362330000: 1.9999421950e-02 -1362333600: 1.9456430055e-02 -1362337200: 8.5548718279e-02 -1362340800: 1.7148234156e-01 -1362344400: 3.0581252019e-01 -1362348000: 1.1614404459e-01 -1362351600: 7.9545755910e-02 -1362355200: 4.5886253484e-02 -1362358800: 2.7221539498e-02 -1362362400: 2.5556990707e-02 -1362366000: 2.6364535903e-02 -1362369600: 2.6935724267e-02 -1362373200: 3.1145523117e-02 -1362376800: 1.2775210076e-01 -1362380400: 3.0048396179e-02 -1362384000: 2.3878749029e-02 -1362387600: 2.3888066973e-02 -1362391200: 2.5822392972e-02 -1362394800: 2.6117246022e-02 -1362398400: 2.4170301027e-02 -1362402000: 2.4166518854e-02 -1362405600: 2.4159538973e-02 -1362409200: 2.4451925580e-02 -1362412800: 2.6933162784e-02 -1362416400: 2.5567652368e-02 -1362420000: 1.6435718165e-01 -1362423600: 1.7983553384e-01 -1362427200: 1.3935785089e-01 -1362430800: 1.0130347140e-01 -1362434400: 3.1973948310e-01 -1362438000: 1.8944173587e-01 -1362441600: 9.8635868018e-02 -1362445200: 2.5928347912e-02 -1362448800: 2.2467699949e-02 -1362452400: 3.3327362506e-02 -1362456000: 2.7814981097e-02 -1362459600: 3.4847760247e-02 -1362463200: 1.9132907768e-01 -1362466800: 8.1611533870e-02 -1362470400: 2.4343840538e-02 -1362474000: 2.8713894309e-02 -1362477600: 2.1665366382e-02 -1362481200: 4.5817804862e-02 -1362484800: 2.9803813041e-01 -1362488400: 8.3333076519e-02 -1362492000: 2.8612628853e-02 -1362495600: 3.3063127864e-02 -1362499200: 2.9463578038e-02 -1362502800: 5.6893204188e-02 -1362506400: 2.3135067833e-01 -1362510000: 2.9113884136e-01 -1362513600: 1.6958343151e-01 -1362517200: 1.3065101466e-01 -1362520800: 1.8209433171e-01 -1362524400: 1.8605895559e-01 -1362528000: 1.0414635269e-01 -1362531600: 3.1653939581e-02 -1362535200: 2.3089374984e-02 -1362538800: 2.2501905832e-02 -1362542400: 2.5252326419e-02 -1362546000: 2.3380752750e-02 -1362549600: 2.0318764127e-01 -1362553200: 1.3567805690e-01 -1362556800: 4.2781372958e-02 -1362560400: 8.7777587108e-02 -1362564000: 2.0082230828e-01 -1362567600: 1.9103978267e-01 -1362571200: 9.2035713356e-02 -1362574800: 4.0384108570e-01 -1362578400: 1.2862117100e-01 -1362582000: 2.3351924270e-02 -1362585600: 4.4448984446e-02 -1362589200: 1.0396953809e-01 -1362592800: 2.0868745583e-01 -1362596400: 2.6464687315e-01 -1362600000: 2.1505424073e-01 -1362603600: 2.6235836065e-01 -1362607200: 1.6186512983e-01 -1362610800: 1.1183358812e-01 -1362614400: 8.0425844447e-02 -1362618000: 2.9720080628e-02 -1362621600: 2.6122530396e-02 -1362625200: 2.7463321415e-02 -1362628800: 2.8387491185e-02 -1362632400: 3.5554401604e-02 -1362636000: 1.4475339221e-01 -1362639600: 1.8971720188e-01 -1362643200: 3.3621804351e-02 -1362646800: 8.7112061853e-02 -1362650400: 2.2670822483e-01 -1362654000: 5.3933305139e-02 -1362657600: 4.5302866370e-02 -1362661200: 3.8036455070e-02 -1362664800: 3.6952066648e-02 -1362668400: 3.0541794490e-02 -1362672000: 3.7525534106e-02 -1362675600: 3.3052627212e-02 -1362679200: 2.6724415244e-01 -1362682800: 2.6620093198e-01 -1362686400: 1.4947867031e-01 -1362690000: 8.7553309142e-02 -1362693600: 6.9405927042e-02 -1362697200: 2.3523854925e-01 -1362700800: 6.7086337186e-02 -1362704400: 2.9416492043e-02 -1362708000: 2.8388256865e-02 -1362711600: 2.6920305791e-02 -1362715200: 2.6387641071e-02 -1362718800: 2.9120749567e-02 -1362722400: 1.1941629924e-01 -1362726000: 1.2894943957e-01 -1362729600: 3.6685018366e-02 -1362733200: 4.8044291869e-02 -1362736800: 1.4002119642e-01 -1362740400: 1.4831591746e-01 -1362744000: 3.3878790205e-02 -1362747600: 7.8536419939e-02 -1362751200: 7.5327814301e-02 -1362754800: 6.1961879527e-02 -1362758400: 6.9416201114e-02 -1362762000: 1.9157241873e-01 -1362765600: 1.8246993359e-01 -1362769200: 2.7285448837e-01 -1362772800: 1.3683403832e-01 -1362776400: 1.2383311574e-01 -1362780000: 2.2586875761e-01 -1362783600: 1.8523424430e-01 -1362787200: 1.8857608496e-01 -1362790800: 4.7530364495e-02 -1362794400: 2.7499222158e-02 -1362798000: 2.7460361638e-02 -1362801600: 3.1912636291e-02 -1362805200: 2.8958261395e-02 -1362808800: 2.8610569929e-02 -1362812400: 1.2609102891e-01 -1362816000: 2.4028005658e-01 -1362819600: 2.2306470406e-01 -1362823200: 2.8907335724e-02 -1362826800: 2.0157346335e-01 -1362830400: 3.2869657942e-02 -1362834000: 2.6118795266e-02 -1362837600: 2.8874720573e-02 -1362841200: 2.8323721792e-02 -1362844800: 2.8077195948e-02 -1362848400: 3.4140491225e-02 -1362852000: 3.4843094083e-01 -1362855600: 2.2960735717e-01 -1362859200: 3.3864096475e-01 -1362862800: 1.8975995941e-01 -1362866400: 3.4411542685e-01 -1362870000: 1.9579891138e-01 -1362873600: 3.9473728682e-02 -1362877200: 3.1686001155e-02 -1362880800: 3.1078177310e-02 -1362884400: 3.3357640259e-02 -1362888000: 3.0286922424e-02 -1362891600: 3.3307486957e-02 -1362895200: 2.8627006691e-02 -1362898800: 3.2520289233e-02 -1362902400: 1.1275261026e-01 -1362906000: 3.3303637229e-01 -1362909600: 5.4550210118e-01 -1362913200: 4.7531586779e-01 -1362916800: 2.9353469242e-01 -1362920400: 2.7677740946e-01 -1362924000: 4.8024460030e-02 -1362927600: 1.2781634959e-01 -1362931200: 5.0611780126e-01 -1362934800: 5.6844995273e-02 -1362938400: 2.8607597315e-01 -1362942000: 1.8417595421e-01 -1362945600: 1.4280795299e-01 -1362949200: 1.0117984619e-01 -1362952800: 8.1905336081e-02 -1362956400: 5.9987588155e-02 -1362960000: 4.1746600911e-02 -1362963600: 3.1335038639e-02 -1362967200: 3.4427336757e-02 -1362970800: 3.7821826147e-02 -1362974400: 3.1672158950e-02 -1362978000: 1.0606428647e-01 -1362981600: 1.4467269035e-01 -1362985200: 4.8740843467e-02 -1362988800: 2.8053068715e-02 -1362992400: 2.7767935777e-02 -1362996000: 2.8872884994e-02 -1362999600: 3.1120140079e-02 -1363003200: 2.9162801271e-02 -1363006800: 2.4730360484e-02 -1363010400: 2.5291895375e-02 -1363014000: 2.8332221168e-02 -1363017600: 2.7776045352e-02 -1363021200: 2.9416625304e-02 -1363024800: 6.1219353658e-02 -1363028400: 4.6801458081e-01 -1363032000: 3.2990342524e-01 -1363035600: 6.5005039007e-02 -1363039200: 7.2746440611e-02 -1363042800: 1.1891549596e-01 -1363046400: 6.2827116554e-02 -1363050000: 2.9165879798e-02 -1363053600: 2.9908865781e-02 -1363057200: 2.8263782116e-02 -1363060800: 2.8748657549e-02 -1363064400: 4.3174817991e-02 -1363068000: 1.5612999848e-01 -1363071600: 1.2599327481e-01 -1363075200: 2.6958268672e-02 -1363078800: -nan diff --git a/t/data/sample3.log b/t/data/sample3.log deleted file mode 100644 index 44407d21..00000000 --- a/t/data/sample3.log +++ /dev/null @@ -1,8643 +0,0 @@ - pwr_kh - -1331974800: 1.9446306813e-02 -1331978400: 1.4426150640e-02 -1331982000: 1.9194347850e-02 -1331985600: 1.4444444444e-02 -1331989200: 1.6378324301e-02 -1331992800: 1.8886704685e-02 -1331996400: 2.8723442937e-02 -1332000000: 1.6267819474e-01 -1332003600: 1.7222222222e-02 -1332007200: 1.9655222881e-02 -1332010800: 1.4511443785e-02 -1332014400: 1.6873447936e-02 -1332018000: 1.5602009444e-02 -1332021600: 1.5510367314e-02 -1332025200: 1.6990812379e-02 -1332028800: 1.3356696260e-02 -1332032400: 1.8611111111e-02 -1332036000: 1.3804861818e-02 -1332039600: 1.9224738559e-02 -1332043200: 1.4169081770e-02 -1332046800: 1.8634651188e-02 -1332050400: 1.4135598475e-02 -1332054000: 1.8814025161e-02 -1332057600: 1.6217043030e-02 -1332061200: 1.4444444444e-02 -1332064800: 1.9431011288e-02 -1332068400: 1.4167227623e-02 -1332072000: 1.8890350081e-02 -1332075600: 1.3888593474e-02 -1332079200: 1.8900595312e-02 -1332082800: 1.0735760177e-01 -1332086400: 8.1186125973e-02 -1332090000: 1.9110715728e-01 -1332093600: 3.1095667192e-01 -1332097200: 9.2300085809e-02 -1332100800: 2.4862205733e-01 -1332104400: 1.2745806590e-01 -1332108000: 1.8431942680e-01 -1332111600: 1.1735225638e-01 -1332115200: 8.1081871092e-02 -1332118800: 2.4899134904e-02 -1332122400: 1.8584540376e-02 -1332126000: 1.8970700857e-02 -1332129600: 1.7466181005e-02 -1332133200: 2.2508648285e-02 -1332136800: 1.0491930320e-01 -1332140400: 1.5559353389e-01 -1332144000: 3.0043144194e-02 -1332147600: 6.7751200918e-02 -1332151200: 3.9168796439e-02 -1332154800: 3.9188479312e-02 -1332158400: 2.4461790067e-02 -1332162000: 3.3053423669e-02 -1332165600: 1.0990533184e-01 -1332169200: 5.5651101258e-02 -1332172800: 2.9445358102e-02 -1332176400: 2.1942484648e-02 -1332180000: 1.8878390258e-02 -1332183600: 1.2959343525e-01 -1332187200: 3.0786042032e-01 -1332190800: 1.9919079423e-01 -1332194400: 1.2735932990e-01 -1332198000: 1.5997986515e-01 -1332201600: 5.6800495818e-02 -1332205200: 1.6991303771e-02 -1332208800: 1.6411654043e-02 -1332212400: 1.3644647364e-02 -1332216000: 1.3716082902e-02 -1332219600: 1.7321485828e-02 -1332223200: 1.5275449631e-01 -1332226800: 5.5584084788e-02 -1332230400: 7.5232857511e-02 -1332234000: 5.7854975357e-02 -1332237600: 2.2456511815e-01 -1332241200: 4.5315646718e-01 -1332244800: 1.6308708727e-01 -1332248400: 2.9148325987e-02 -1332252000: 4.0914476379e-01 -1332255600: 2.6392145048e-01 -1332259200: 1.0027155069e-01 -1332262800: 4.6961522542e-02 -1332266400: 2.5425114162e-01 -1332270000: 1.4726811679e-01 -1332273600: 2.6165924917e-01 -1332277200: 3.5477686285e-01 -1332280800: 9.7042177366e-02 -1332284400: 1.2738025013e-01 -1332288000: 8.1096061289e-02 -1332291600: 1.7632830756e-02 -1332295200: 1.8895338283e-02 -1332298800: 1.4463907888e-02 -1332302400: 1.8741319051e-02 -1332306000: 1.4036458727e-02 -1332309600: 1.4154762263e-01 -1332313200: 6.2341266263e-02 -1332316800: 1.9140837661e-02 -1332320400: 2.6041898832e-02 -1332324000: 2.9817263507e-02 -1332327600: 8.3026805771e-02 -1332331200: 2.6000511182e-01 -1332334800: 2.7220942630e-02 -1332338400: 1.7524917555e-02 -1332342000: 3.0811813064e-02 -1332345600: 3.8336559246e-02 -1332349200: 3.0283602905e-02 -1332352800: 1.3279734236e-01 -1332356400: 1.0318798233e-01 -1332360000: 1.4849432717e-01 -1332363600: 1.5359132696e-01 -1332367200: 1.3516499192e-01 -1332370800: 4.4753974550e-02 -1332374400: 2.6264576801e-02 -1332378000: 1.5757947141e-02 -1332381600: 1.7112429289e-02 -1332385200: 1.5914642485e-02 -1332388800: 1.6490427929e-02 -1332392400: 1.6992309432e-02 -1332396000: 1.6474560217e-02 -1332399600: 8.1448498462e-02 -1332403200: 1.6642841129e-02 -1332406800: 7.4637868490e-02 -1332410400: 3.1918900469e-01 -1332414000: 4.0058178857e-01 -1332417600: 1.2366946078e-01 -1332421200: 3.6656838974e-02 -1332424800: 2.3067236768e-02 -1332428400: 2.7487858413e-02 -1332432000: 6.3937571114e-02 -1332435600: 5.7740684336e-02 -1332439200: 6.9477380597e-02 -1332442800: 1.2422246405e-01 -1332446400: 1.1309702582e-01 -1332450000: 8.9777617583e-02 -1332453600: 3.0381490886e-02 -1332457200: 1.8586387993e-02 -1332460800: 1.3635834229e-02 -1332464400: 1.8847623612e-02 -1332468000: 1.7073983362e-02 -1332471600: -nan -1332475200: 1.4197886207e-02 -1332478800: 1.8636323843e-02 -1332482400: 6.9156903821e-02 -1332486000: 1.9454207290e-02 -1332489600: 2.1084895230e-02 -1332493200: 4.1669187340e-02 -1332496800: 2.9457532016e-02 -1332500400: 1.9523910719e-01 -1332504000: 2.0380955581e-01 -1332507600: 3.1504747099e-02 -1332511200: 1.4166867144e-01 -1332514800: 1.3527855217e-01 -1332518400: 4.1374081065e-02 -1332522000: 3.7779666938e-02 -1332525600: 7.5502240710e-02 -1332529200: 7.7196963565e-02 -1332532800: 5.1975718028e-02 -1332536400: 3.7793948152e-01 -1332540000: 1.7366371565e-01 -1332543600: 2.9168817841e-01 -1332547200: 1.8423023513e-02 -1332550800: 1.9439442085e-02 -1332554400: 1.5143378287e-02 -1332558000: 1.9884084166e-02 -1332561600: 1.5253122734e-02 -1332565200: 2.9699420700e-02 -1332568800: 1.6982353007e-02 -1332572400: 4.7509548003e-02 -1332576000: 1.4988308872e-02 -1332579600: 1.8900580017e-02 -1332583200: 4.1364447284e-02 -1332586800: 6.8892444716e-02 -1332590400: 3.4435063176e-02 -1332594000: 2.5585822601e-02 -1332597600: 2.3042232384e-02 -1332601200: 6.4437052349e-02 -1332604800: 3.4187381934e-02 -1332608400: 1.6352589152e-02 -1332612000: 1.6399784822e-02 -1332615600: 1.8636514916e-02 -1332619200: 1.4142423898e-02 -1332622800: 1.8357576102e-02 -1332626400: 4.0466049090e-02 -1332630000: 1.6809869111e-01 -1332633600: 3.4186904499e-02 -1332637200: 2.0303910854e-02 -1332640800: 1.6246066629e-02 -1332644400: 1.7336807995e-02 -1332648000: 1.7157884904e-02 -1332651600: 1.6455042278e-02 -1332655200: 3.7648290227e-02 -1332658800: 4.3489241301e-02 -1332662400: 9.6328460194e-02 -1332666000: 1.5319127717e-02 -1332669600: 2.0006168460e-02 -1332673200: 1.4158481366e-02 -1332676800: 1.9173917311e-02 -1332680400: 1.5524685486e-02 -1332684000: 1.8088571294e-02 -1332687600: 1.6373056841e-02 -1332691200: 1.6971975776e-02 -1332694800: 2.0250691462e-02 -1332698400: 1.2991140462e-01 -1332702000: 1.9571708355e-01 -1332705600: 1.6860145285e-01 -1332709200: 1.4590859776e-01 -1332712800: 9.8101133481e-02 -1332716400: 3.6762611256e-02 -1332720000: 1.6646210153e-02 -1332723600: 1.8936391907e-02 -1332727200: 1.7241474235e-02 -1332730800: 1.6992253315e-02 -1332734400: 1.6618958287e-02 -1332738000: 1.7354773027e-01 -1332741600: 1.9526645195e-01 -1332745200: 3.4545351648e-02 -1332748800: 4.2503866300e-02 -1332752400: 3.5295419323e-02 -1332756000: 1.8910293673e-01 -1332759600: 1.5695629677e-01 -1332763200: 3.3419145574e-01 -1332766800: 2.2584910213e-01 -1332770400: 1.8860168483e-02 -1332774000: 3.4738627672e-02 -1332777600: 3.2790084392e-02 -1332781200: 2.8055245148e-02 -1332784800: 5.5770268135e-02 -1332788400: 2.1562399636e-01 -1332792000: 1.9315260700e-01 -1332795600: 3.5620382365e-01 -1332799200: 7.4979547834e-02 -1332802800: 4.5647344637e-02 -1332806400: 3.1929895011e-02 -1332810000: 2.7321089197e-02 -1332813600: 2.7270391582e-02 -1332817200: 2.8987968776e-02 -1332820800: 2.5046801655e-02 -1332824400: 1.1426038881e-01 -1332828000: 2.0652164032e-01 -1332831600: 4.7561374332e-02 -1332835200: 3.0525753002e-02 -1332838800: 3.7227564151e-02 -1332842400: 4.6398090693e-02 -1332846000: 3.7501910807e-02 -1332849600: 4.3070748069e-02 -1332853200: 3.9970758889e-02 -1332856800: 4.2240303569e-02 -1332860400: 4.2500464353e-02 -1332864000: 7.2192411174e-02 -1332867600: 1.6751160800e-01 -1332871200: 8.3016886087e-02 -1332874800: 1.3573333231e-01 -1332878400: 1.2858792156e-01 -1332882000: 3.4853437160e-01 -1332885600: 2.5689654020e-01 -1332889200: 3.6690438846e-02 -1332892800: 1.6273652210e-02 -1332896400: 1.9028412335e-02 -1332900000: 1.6528826438e-02 -1332903600: 1.9582284673e-02 -1332907200: 1.7145549328e-02 -1332910800: 2.2170212905e-02 -1332914400: 2.0921767979e-01 -1332918000: 1.1446285728e-01 -1332921600: 1.8803554052e-01 -1332925200: 9.7847692504e-02 -1332928800: 2.9722507768e-02 -1332932400: 2.4998588222e-02 -1332936000: 3.1102133669e-02 -1332939600: 5.2231955350e-02 -1332943200: 3.1942268066e-01 -1332946800: 7.4898185330e-02 -1332950400: 3.7343807585e-02 -1332954000: 2.3221519495e-01 -1332957600: 5.3328073678e-02 -1332961200: 2.0514166771e-02 -1332964800: 2.3651977919e-02 -1332968400: 1.2404616255e-01 -1332972000: 2.3174984654e-02 -1332975600: 2.3289044022e-02 -1332979200: 1.9765723939e-02 -1332982800: 2.3777407347e-02 -1332986400: 1.9833348085e-02 -1332990000: 2.4115777015e-02 -1332993600: 1.9497052738e-02 -1332997200: 1.4781556115e-01 -1333000800: 1.9709467612e-02 -1333004400: 3.3845584880e-02 -1333008000: 2.9188622719e-02 -1333011600: 3.1386891890e-02 -1333015200: 2.8100634278e-01 -1333018800: 1.5288732463e-01 -1333022400: 8.2196391840e-02 -1333026000: 1.5500092837e-01 -1333029600: 2.1530104716e-01 -1333033200: 2.8884967551e-02 -1333036800: 2.2514521866e-02 -1333040400: 2.3333305779e-02 -1333044000: 1.1153851979e-01 -1333047600: 5.6934812742e-02 -1333051200: 1.5881475669e-01 -1333054800: 2.6279349398e-01 -1333058400: 4.6821710384e-02 -1333062000: 2.4495221395e-02 -1333065600: 1.4444444444e-02 -1333069200: 1.9402128699e-02 -1333072800: 1.5017801593e-02 -1333076400: 1.9437131800e-02 -1333080000: 1.4156040982e-02 -1333083600: 1.1019754329e-01 -1333087200: 9.4498971540e-02 -1333090800: 1.1207437132e-01 -1333094400: 9.7337604886e-02 -1333098000: 3.6730114207e-02 -1333101600: 4.2779862635e-02 -1333105200: 2.5582547803e-02 -1333108800: 3.6655719480e-02 -1333112400: 1.8331306601e-02 -1333116000: 2.3336240355e-02 -1333119600: 3.4983958140e-02 -1333123200: 1.7803886536e-02 -1333126800: 1.9722222222e-02 -1333130400: 1.5000000000e-02 -1333134000: 2.1311297128e-02 -1333137600: 3.1027912590e-01 -1333141200: 1.7244796432e-01 -1333144800: 1.4286048492e-01 -1333148400: 3.4187242813e-02 -1333152000: 1.9119216149e-02 -1333155600: 1.4767817312e-02 -1333159200: 1.8888969554e-02 -1333162800: 1.4445242273e-02 -1333166400: 1.8914861855e-02 -1333170000: 1.5187286888e-02 -1333173600: 2.7100078465e-01 -1333177200: 2.2375226370e-01 -1333180800: 3.1170775876e-02 -1333184400: 2.1934384928e-02 -1333188000: 1.1138840641e-01 -1333191600: 1.0360838801e-01 -1333195200: 6.5265901196e-02 -1333198800: 5.5839390932e-02 -1333202400: 2.7933841404e-01 -1333206000: 4.6208200670e-02 -1333209600: 3.6669271456e-02 -1333213200: 3.1868793630e-01 -1333216800: 6.5460337030e-02 -1333220400: 1.2655673913e-01 -1333224000: 3.6774295252e-01 -1333227600: 5.6802483744e-01 -1333231200: 1.6291164983e-01 -1333234800: 1.1473244415e-01 -1333238400: 3.2019634836e-02 -1333242000: 1.4411235645e-02 -1333245600: 1.9945262152e-02 -1333249200: 1.8305375393e-02 -1333252800: 1.6439498985e-02 -1333256400: 1.8816233712e-02 -1333260000: 8.0289035257e-02 -1333263600: 3.9214747926e-02 -1333267200: 1.5278693893e-02 -1333270800: 7.1359880612e-02 -1333274400: 5.6926356608e-02 -1333278000: 4.3857686584e-01 -1333281600: 8.9235462975e-02 -1333285200: 3.3325824690e-02 -1333288800: 1.1974421439e-01 -1333292400: 4.7487431119e-02 -1333296000: 3.9415524536e-02 -1333299600: 8.0580008517e-02 -1333303200: 4.2420441869e-02 -1333306800: 5.2041340367e-02 -1333310400: 9.7117421716e-02 -1333314000: 9.0519010641e-02 -1333317600: 1.1663350607e-01 -1333321200: 9.3410542692e-02 -1333324800: 2.4551901012e-02 -1333328400: 1.9418203675e-02 -1333332000: 1.3888784435e-02 -1333335600: 1.9147960389e-02 -1333339200: 1.3906835352e-02 -1333342800: 2.0765295883e-02 -1333346400: 1.6812680687e-01 -1333350000: 3.0822247400e-02 -1333353600: 3.9373618795e-02 -1333357200: 4.0917026628e-02 -1333360800: 4.1089688690e-02 -1333364400: 3.1978710391e-02 -1333368000: 2.7752571226e-02 -1333371600: 3.9177969207e-02 -1333375200: 6.6669666991e-02 -1333378800: 7.4721259436e-02 -1333382400: 2.0818650454e-02 -1333386000: 2.1136784680e-02 -1333389600: 4.1819948143e-02 -1333393200: 2.2270661849e-01 -1333396800: 6.3017471851e-01 -1333400400: 1.9343593309e-01 -1333404000: 6.6726793712e-01 -1333407600: 8.1131131481e-02 -1333411200: 6.2619948742e-02 -1333414800: 1.4710740534e-02 -1333418400: 1.8920943388e-02 -1333422000: 1.4127899635e-02 -1333425600: 1.8927655920e-02 -1333429200: 1.4662918699e-02 -1333432800: 2.3108295151e-01 -1333436400: 1.1947418149e-01 -1333440000: 3.3899154377e-02 -1333443600: 3.8916642937e-02 -1333447200: 4.2220647447e-02 -1333450800: 2.5563358471e-02 -1333454400: 3.0834139771e-02 -1333458000: 1.8306810156e-02 -1333461600: 2.1140777984e-02 -1333465200: 3.3310973274e-02 -1333468800: 2.5299059955e-02 -1333472400: 2.2497808281e-02 -1333476000: 1.5503534909e-01 -1333479600: 2.4261546733e-01 -1333483200: 2.7424134349e-01 -1333486800: 2.2867844152e-01 -1333490400: 2.4073425166e-01 -1333494000: 4.6437953074e-02 -1333497600: 2.2269991707e-02 -1333501200: 1.4137557839e-02 -1333504800: 1.8917997717e-02 -1333508400: 1.4697508796e-02 -1333512000: 1.9166804324e-02 -1333515600: 2.1813947964e-02 -1333519200: 2.4933430226e-01 -1333522800: 6.7549730507e-01 -1333526400: 1.0865679825e-01 -1333530000: 1.5258775986e-02 -1333533600: 1.6954087311e-02 -1333537200: 7.5268972427e-02 -1333540800: 1.4740386498e-02 -1333544400: 1.9722222222e-02 -1333548000: 1.5000000000e-02 -1333551600: 1.9709622108e-02 -1333555200: 1.4734822337e-02 -1333558800: 2.2210844706e-02 -1333562400: 1.6097814657e-02 -1333566000: 2.0753250912e-01 -1333569600: 2.7971438707e-01 -1333573200: 1.9444444444e-02 -1333576800: 1.4696585603e-02 -1333580400: 1.9115965256e-02 -1333584000: 1.4494933046e-02 -1333587600: 1.8831181711e-02 -1333591200: 1.5083556607e-02 -1333594800: 1.7846564139e-02 -1333598400: 1.6584831249e-02 -1333602000: 1.7465909203e-02 -1333605600: 1.9491584297e-02 -1333609200: 1.4166666667e-02 -1333612800: 1.9154108979e-02 -1333616400: 1.3901446576e-02 -1333620000: 1.9149518447e-02 -1333623600: 1.3888541801e-02 -1333627200: 1.9172684649e-02 -1333630800: 2.0278493491e-02 -1333634400: 1.8889932984e-02 -1333638000: 1.4165610368e-02 -1333641600: 1.7489490044e-02 -1333645200: 1.5021283770e-02 -1333648800: 1.7448053237e-02 -1333652400: 1.9218613429e-02 -1333656000: 1.4422190190e-02 -1333659600: 1.7188981532e-02 -1333663200: 1.4499939388e-02 -1333666800: 1.6337958178e-02 -1333670400: 1.6439819600e-02 -1333674000: 1.4402118262e-02 -1333677600: 1.8817059436e-02 -1333681200: 1.3962723765e-02 -1333684800: 1.8929209648e-02 -1333688400: 1.5555555556e-02 -1333692000: 1.9444444444e-02 -1333695600: 1.4153042685e-02 -1333699200: 1.8865407122e-02 -1333702800: 1.5860311950e-02 -1333706400: 1.7193363310e-02 -1333710000: 1.5594541600e-02 -1333713600: 1.5802853968e-02 -1333717200: 1.8073535503e-02 -1333720800: 1.4169288343e-02 -1333724400: 1.9442285161e-02 -1333728000: 1.3900925914e-02 -1333731600: 1.8888888889e-02 -1333735200: 1.5799045895e-02 -1333738800: 1.8620040031e-02 -1333742400: 1.3636469629e-02 -1333746000: 1.7703738939e-02 -1333749600: 1.4495784394e-02 -1333753200: 1.6088988292e-02 -1333756800: 1.6394697188e-02 -1333760400: 1.4571011094e-02 -1333764000: 1.8220104132e-02 -1333767600: 1.3889278489e-02 -1333771200: 1.8914175252e-02 -1333774800: 1.3888888889e-02 -1333778400: 2.0665114841e-02 -1333782000: 1.4043992418e-02 -1333785600: 2.0544287161e-02 -1333789200: 1.5014664302e-02 -1333792800: 1.4165859014e-02 -1333796400: 1.9442867907e-02 -1333800000: 1.4178769913e-02 -1333803600: 1.9712670121e-02 -1333807200: 1.4176218768e-02 -1333810800: 1.7751030140e-02 -1333814400: 1.5572868697e-02 -1333818000: 1.5258892589e-02 -1333821600: 1.9472764129e-02 -1333825200: 1.4147837841e-02 -1333828800: 1.8352162159e-02 -1333832400: 1.4418524079e-02 -1333836000: 1.8614497628e-02 -1333839600: 1.3633644960e-02 -1333843200: 1.7982339358e-02 -1333846800: 1.4773120274e-02 -1333850400: 1.5778324135e-02 -1333854000: 1.7855105122e-02 -1333857600: 1.4138156786e-02 -1333861200: 1.9167723505e-02 -1333864800: 1.5583008598e-02 -1333868400: 1.9166666667e-02 -1333872000: 1.4166666667e-02 -1333875600: 1.8029839849e-02 -1333879200: 1.5303493485e-02 -1333882800: 1.5253426106e-02 -1333886400: 1.8357685005e-02 -1333890000: 1.4713013210e-02 -1333893600: 1.9162860368e-02 -1333897200: 1.4179681977e-02 -1333900800: 1.9722222222e-02 -1333904400: 1.3877605723e-02 -1333908000: 1.9429846277e-02 -1333911600: 1.4748103555e-02 -1333915200: 1.5507386793e-02 -1333918800: 1.6992613207e-02 -1333922400: 1.3588061075e-02 -1333926000: 1.8634161147e-02 -1333929600: 1.4140165289e-02 -1333933200: 1.8889156298e-02 -1333936800: 1.3853195898e-02 -1333940400: 1.7754419598e-02 -1333944000: 1.5363062917e-02 -1333947600: 1.5806260149e-02 -1333951200: 1.9471517628e-02 -1333954800: 1.4166666667e-02 -1333958400: 1.9689555363e-02 -1333962000: 1.4185491711e-02 -1333965600: 1.5813474237e-02 -1333969200: 1.7811478689e-02 -1333972800: 1.4166666667e-02 -1333976400: 2.1098441216e-02 -1333980000: 1.7215358745e-02 -1333983600: 1.9169703345e-02 -1333987200: 1.4725414499e-02 -1333990800: 1.5808908880e-02 -1333994400: 1.8371062204e-02 -1333998000: 1.3869760440e-02 -1334001600: 1.8630239560e-02 -1334005200: 1.3586925056e-02 -1334008800: 1.3890712123e-02 -1334012400: 1.8557232557e-02 -1334016000: 1.5873250877e-02 -1334019600: 1.4155078055e-02 -1334023200: 1.8912765569e-02 -1334026800: 1.3889960175e-02 -1334030400: 1.8634075589e-02 -1334034000: 1.5799748740e-02 -1334037600: 1.8892341774e-02 -1334041200: 1.4185012521e-02 -1334044800: 1.5552324021e-02 -1334048400: 1.8061028190e-02 -1334052000: 1.9234574979e-02 -1334055600: 2.7215147828e-01 -1334059200: 2.0001994562e-02 -1334062800: 1.9164233618e-02 -1334066400: 1.3901707755e-02 -1334070000: 1.8879114444e-02 -1334073600: 1.4718393550e-02 -1334077200: 2.0286421800e-01 -1334080800: 8.9877828846e-02 -1334084400: 1.0514953571e-01 -1334088000: 4.5944440783e-01 -1334091600: 5.2870413145e-01 -1334095200: 1.4973822929e-01 -1334098800: 4.2821945127e-02 -1334102400: 1.4746640198e-02 -1334106000: 2.0000000000e-02 -1334109600: 1.4583004239e-02 -1334113200: 1.5464456626e-02 -1334116800: 1.4141093000e-02 -1334120400: 1.2198653238e-01 -1334124000: 1.7741558998e-01 -1334127600: 3.1590713293e-01 -1334131200: 4.8879817465e-01 -1334134800: 1.9258481040e-01 -1334138400: 3.5891782628e-01 -1334142000: 1.1411045478e-01 -1334145600: 3.9414417480e-02 -1334149200: 3.1701351740e-02 -1334152800: 4.1106521662e-02 -1334156400: 3.4709016209e-02 -1334160000: 3.4460624560e-02 -1334163600: 2.7496263920e-02 -1334167200: 1.4409005189e-01 -1334170800: 3.2908267909e-01 -1334174400: 2.1243509061e-01 -1334178000: 2.7152362943e-01 -1334181600: 1.1124917369e-01 -1334185200: 1.6694308197e-01 -1334188800: 9.5155145969e-02 -1334192400: 3.8993559611e-02 -1334196000: 1.4722222222e-02 -1334199600: 1.8743120235e-02 -1334203200: 1.4155233400e-02 -1334206800: 1.9502727309e-02 -1334210400: 4.8061393350e-01 -1334214000: 6.3055349746e-02 -1334217600: 1.1828363351e-01 -1334221200: 5.2778814455e-01 -1334224800: 3.4330782605e-01 -1334228400: 1.1676028948e-01 -1334232000: 2.0451228721e-01 -1334235600: 1.5186631113e-01 -1334239200: 1.0470677890e-01 -1334242800: 4.0017719218e-02 -1334246400: 3.8290505902e-02 -1334250000: 1.4381083684e-01 -1334253600: 2.8799516240e-01 -1334257200: 1.0719621614e-01 -1334260800: 7.9991987242e-02 -1334264400: 6.4267467684e-01 -1334268000: 3.5445668743e-01 -1334271600: 1.5684072087e-01 -1334275200: 1.0579820497e-01 -1334278800: 8.9579798978e-02 -1334282400: 3.5402261338e-02 -1334286000: 1.6004629352e-02 -1334289600: 1.9209354729e-02 -1334293200: 2.5277777778e-02 -1334296800: 9.7470941954e-02 -1334300400: 9.3312733713e-02 -1334304000: 1.8370600865e-02 -1334307600: 1.5258295190e-02 -1334311200: 1.7531872722e-02 -1334314800: 1.4156985783e-02 -1334318400: 1.8888547823e-02 -1334322000: 1.4176688617e-02 -1334325600: 1.9153497837e-02 -1334329200: 1.4162980071e-02 -1334332800: 1.9728788344e-02 -1334336400: 1.3888261539e-02 -1334340000: 1.9941107178e-02 -1334343600: 1.4489094566e-02 -1334347200: 1.5255245775e-02 -1334350800: 1.7247011532e-02 -1334354400: 1.3887941137e-02 -1334358000: 1.8863660971e-02 -1334361600: 1.3937966606e-02 -1334365200: 1.6617313097e-02 -1334368800: 1.6160464681e-02 -1334372400: 1.4693518999e-02 -1334376000: 1.8893598203e-02 -1334379600: 1.4455809997e-02 -1334383200: 2.0275685264e-02 -1334386800: 1.4736943092e-02 -1334390400: 1.5528146482e-02 -1334394000: 1.7795556806e-02 -1334397600: 1.3886752916e-02 -1334401200: 1.9171925529e-02 -1334404800: 1.4450951601e-02 -1334408400: 1.8033802714e-02 -1334412000: 1.5577308397e-02 -1334415600: 1.4413015131e-02 -1334419200: 1.8642540424e-02 -1334422800: 1.4146588442e-02 -1334426400: 2.0273982056e-02 -1334430000: 1.3887117158e-02 -1334433600: 1.8033934024e-02 -1334437200: 1.4491711653e-02 -1334440800: 1.4932568466e-02 -1334444400: 1.6867176204e-02 -1334448000: 1.4311366441e-02 -1334451600: 1.9166666667e-02 -1334455200: 1.4166666667e-02 -1334458800: 1.9141666749e-02 -1334462400: 1.4191666584e-02 -1334466000: 1.6311577361e-02 -1334469600: 1.8398039990e-02 -1334473200: 1.4445121332e-02 -1334476800: 1.9166173967e-02 -1334480400: 1.3901309571e-02 -1334484000: 1.9405218994e-02 -1334487600: 1.4193788648e-02 -1334491200: 1.5809729370e-02 -1334494800: 1.7521734533e-02 -1334498400: 1.3889743625e-02 -1334502000: 1.9169104691e-02 -1334505600: 1.4164320537e-02 -1334509200: 1.8624137381e-02 -1334512800: 1.5555555556e-02 -1334516400: 1.6864196063e-02 -1334520000: 3.7277354456e-02 -1334523600: 2.2760794862e-02 -1334527200: 1.8351163942e-02 -1334530800: 1.3610952371e-02 -1334534400: 1.8870267114e-02 -1334538000: 1.3774594092e-02 -1334541600: 1.9166551386e-02 -1334545200: 1.4046347934e-02 -1334548800: 1.6595822420e-02 -1334552400: 1.8126399802e-02 -1334556000: 1.4444444444e-02 -1334559600: 1.8611111111e-02 -1334563200: 1.3888888889e-02 -1334566800: 1.9143563645e-02 -1334570400: 2.1128075454e-01 -1334574000: 2.4484032788e-01 -1334577600: 6.5676102948e-02 -1334581200: 2.5320322187e-01 -1334584800: 5.2216389235e-02 -1334588400: 7.6087520017e-02 -1334592000: 4.9734741535e-02 -1334595600: 1.5583517830e-02 -1334599200: 2.4666953818e-02 -1334602800: 5.5136449896e-02 -1334606400: 1.5007851843e-01 -1334610000: 3.2242176516e-01 -1334613600: 6.3721267541e-02 -1334617200: 2.0353024556e-02 -1334620800: 1.5022547756e-02 -1334624400: 1.9683647070e-02 -1334628000: 1.4882285764e-02 -1334631600: 2.0129934312e-02 -1334635200: 1.4723387386e-02 -1334638800: 3.1943621073e-02 -1334642400: 1.1357419291e-01 -1334646000: 5.1717177454e-02 -1334649600: 1.7234642925e-02 -1334653200: 3.3036764277e-02 -1334656800: 1.6487383781e-01 -1334660400: 2.3152335978e-01 -1334664000: 3.3040091650e-02 -1334667600: 2.9173494776e-02 -1334671200: 3.8047338278e-02 -1334674800: 3.8905177548e-02 -1334678400: 2.7759741842e-02 -1334682000: 5.9991109437e-02 -1334685600: 3.1946918510e-02 -1334689200: 3.1929675857e-02 -1334692800: 3.2525261018e-02 -1334696400: 3.1111290301e-02 -1334700000: 5.8438337906e-02 -1334703600: 3.2068133283e-01 -1334707200: 1.5597913883e-02 -1334710800: 1.6901136615e-02 -1334714400: 2.2361405181e-02 -1334718000: 5.9884032443e-02 -1334721600: 4.6056913855e-02 -1334725200: 1.2843708842e-01 -1334728800: 1.8888888889e-02 -1334732400: 3.4155035147e-02 -1334736000: 6.9390934560e-02 -1334739600: 2.7521604409e-02 -1334743200: 3.1373245480e-01 -1334746800: 1.3489751715e-01 -1334750400: 2.5534352136e-02 -1334754000: 3.6133983572e-02 -1334757600: 4.0213428202e-02 -1334761200: 3.3698467803e-02 -1334764800: 2.2211616715e-02 -1334768400: 7.5824411222e-02 -1334772000: 5.1673571706e-02 -1334775600: 6.5735328257e-02 -1334779200: 4.4200669456e-01 -1334782800: 1.8635023968e-02 -1334786400: 1.9468909130e-02 -1334790000: 3.1085305099e-02 -1334793600: 2.8636917123e-02 -1334797200: 1.4722222222e-02 -1334800800: 2.0248184331e-02 -1334804400: 1.4984284840e-02 -1334808000: 1.9687367099e-02 -1334811600: 4.5557828907e-02 -1334815200: 4.0028365248e-02 -1334818800: 4.2654825104e-02 -1334822400: 2.6033652326e-01 -1334826000: 7.2393269837e-02 -1334829600: 1.3270668284e-01 -1334833200: 2.4736001877e-02 -1334836800: 1.7764243121e-02 -1334840400: 3.6100163368e-02 -1334844000: 2.8612724074e-02 -1334847600: 3.9999957573e-02 -1334851200: 6.3615108994e-02 -1334854800: 7.5247183698e-02 -1334858400: 3.3660619172e-02 -1334862000: 1.9141022828e-02 -1334865600: 1.3892038513e-02 -1334869200: 1.0551680266e-01 -1334872800: 1.6587092865e-01 -1334876400: 1.8889427398e-02 -1334880000: 1.3912002178e-02 -1334883600: 1.9078571577e-02 -1334887200: 1.4509600237e-02 -1334890800: 1.5022939297e-02 -1334894400: 1.7171449064e-02 -1334898000: 1.6416306888e-02 -1334901600: 8.1098734897e-02 -1334905200: 8.2485437111e-02 -1334908800: 8.0533011199e-02 -1334912400: 3.5063587894e-02 -1334916000: 1.7231472947e-02 -1334919600: 2.2480458904e-02 -1334923200: 1.7507257182e-02 -1334926800: 4.3041027130e-02 -1334930400: 3.5562673237e-02 -1334934000: 2.6363317202e-02 -1334937600: 5.1145611329e-02 -1334941200: 1.1998887529e-01 -1334944800: 6.3559412041e-02 -1334948400: 7.9121205165e-02 -1334952000: 8.0283289916e-02 -1334955600: 3.5602762297e-01 -1334959200: 1.1812905899e-01 -1334962800: 3.2595202076e-02 -1334966400: 1.4472766344e-02 -1334970000: 1.8559456697e-02 -1334973600: 1.4773876636e-02 -1334977200: 1.7120810707e-02 -1334980800: 1.6285872387e-02 -1334984400: 1.5759983573e-02 -1334988000: 1.2942710340e-01 -1334991600: 1.5017341041e-02 -1334995200: 1.9166666667e-02 -1334998800: 1.4444444444e-02 -1335002400: 1.9433216499e-02 -1335006000: 5.4409326257e-02 -1335009600: 6.3082676167e-02 -1335013200: 2.1544583074e-01 -1335016800: 1.6317528831e-01 -1335020400: 3.0823712524e-02 -1335024000: 4.8828783264e-02 -1335027600: 1.6221210018e-01 -1335031200: 1.0439702538e-01 -1335034800: 1.7575153060e-01 -1335038400: 1.2292478604e-01 -1335042000: 2.6544111964e-01 -1335045600: 9.6430408681e-02 -1335049200: 9.0027665277e-02 -1335052800: 5.6698452227e-02 -1335056400: 2.5362522651e-02 -1335060000: 2.0247927746e-02 -1335063600: 1.5004254967e-02 -1335067200: 1.9428104269e-02 -1335070800: 1.4764157462e-02 -1335074400: 1.2156130074e-01 -1335078000: 2.6643220353e-01 -1335081600: 1.0727232245e-01 -1335085200: 1.4148709112e-02 -1335088800: 1.8918797505e-02 -1335092400: 1.4430259502e-02 -1335096000: 7.4992235990e-02 -1335099600: 4.7201098608e-02 -1335103200: 5.1950866007e-02 -1335106800: 2.7536651005e-02 -1335110400: 1.9166666667e-02 -1335114000: 1.4722222222e-02 -1335117600: 5.6375842995e-02 -1335121200: 4.5984562627e-02 -1335124800: 8.8010580399e-02 -1335128400: 2.1821676343e-01 -1335132000: 3.9319125151e-01 -1335135600: 8.4534960570e-02 -1335139200: 4.3939563289e-02 -1335142800: 1.4443443039e-02 -1335146400: 1.7521566666e-02 -1335150000: 2.5471698113e-02 -1335153600: 2.2500000000e-02 -1335157200: 9.9919360135e-02 -1335160800: 1.9280586400e-01 -1335164400: 3.3638747374e-02 -1335168000: 3.7226104233e-02 -1335171600: 3.7216607269e-02 -1335175200: 6.0285553249e-02 -1335178800: 2.9458903313e-02 -1335182400: 1.5074892195e-01 -1335186000: 5.8938868884e-02 -1335189600: 3.4722373330e-02 -1335193200: 5.0581567284e-02 -1335196800: 1.7499745806e-02 -1335200400: 2.2222396882e-02 -1335204000: 1.7212622072e-02 -1335207600: 1.9793763458e-01 -1335211200: 4.1191226545e-01 -1335214800: 1.5068262745e-01 -1335218400: 3.1340899378e-02 -1335222000: 2.1204492921e-02 -1335225600: 1.6565732529e-02 -1335229200: 2.5633260975e-02 -1335232800: 1.4929930828e-02 -1335236400: 1.9537742335e-02 -1335240000: 1.4722222222e-02 -1335243600: 2.1388888889e-02 -1335247200: 8.9709005479e-02 -1335250800: 2.2502507279e-02 -1335254400: 3.3605906342e-02 -1335258000: 2.7212695248e-02 -1335261600: 3.7782229435e-02 -1335265200: 3.1409878439e-02 -1335268800: 2.4145797925e-02 -1335272400: 1.8306313329e-01 -1335276000: 6.6382961723e-02 -1335279600: 2.9444527451e-02 -1335283200: 5.2461697240e-02 -1335286800: 1.1357560826e-01 -1335290400: 1.9503342599e-02 -1335294000: 2.4200709294e-02 -1335297600: 8.4288201096e-02 -1335301200: 1.6725266997e-01 -1335304800: 1.2106052783e-01 -1335308400: 2.3764468603e-02 -1335312000: 1.9274255550e-02 -1335315600: 2.5193210284e-02 -1335319200: 1.9618653217e-02 -1335322800: 1.4351787373e-02 -1335326400: 2.8471175198e-02 -1335330000: 1.6682742203e-02 -1335333600: 5.4195698131e-02 -1335337200: 1.1474558489e-01 -1335340800: 1.0718799681e-01 -1335344400: 8.3895575365e-02 -1335348000: 5.2718871541e-02 -1335351600: 3.1506676721e-01 -1335355200: 4.8597249099e-02 -1335358800: 2.4156100529e-02 -1335362400: 3.3344618886e-02 -1335366000: 4.2208632784e-02 -1335369600: 4.7467917903e-02 -1335373200: 1.2475422490e-01 -1335376800: 5.7788979179e-02 -1335380400: 7.0172237376e-02 -1335384000: 2.8990477157e-01 -1335387600: 3.2455169876e-01 -1335391200: 8.7539913023e-02 -1335394800: 2.0888516426e-02 -1335398400: 1.8296188098e-02 -1335402000: 1.6171877295e-02 -1335405600: 1.8959662404e-02 -1335409200: 1.6014839322e-02 -1335412800: 1.8025852389e-02 -1335416400: 1.6710037162e-02 -1335420000: 4.4710155798e-02 -1335423600: 3.4851834100e-01 -1335427200: 1.0871158131e-01 -1335430800: 1.0136778417e-01 -1335434400: 4.5836369826e-02 -1335438000: 4.6413486506e-02 -1335441600: 2.4987420372e-02 -1335445200: 2.3065285410e-02 -1335448800: 7.4970996265e-02 -1335452400: 2.9208188063e-02 -1335456000: 2.2488254987e-02 -1335459600: 1.7778217833e-02 -1335463200: 3.7490775080e-02 -1335466800: 1.8258896078e-01 -1335470400: 1.1092546530e-01 -1335474000: 3.1714251836e-01 -1335477600: 1.1260048392e-01 -1335481200: 1.9590687074e-01 -1335484800: 2.1967341882e-02 -1335488400: 1.9966311687e-02 -1335492000: 1.5778177302e-02 -1335495600: 2.5344075126e-02 -1335499200: 1.6062891486e-02 -1335502800: 3.0851870267e-02 -1335506400: 7.8569114486e-02 -1335510000: 1.6190862660e-02 -1335513600: 4.1098634352e-02 -1335517200: 2.8915840413e-02 -1335520800: 3.0252093280e-02 -1335524400: 3.4387607866e-01 -1335528000: 1.2160550670e-01 -1335531600: 3.9811634800e-01 -1335535200: 9.0303351315e-02 -1335538800: 2.6115042510e-02 -1335542400: 2.9999099497e-02 -1335546000: 1.0636114754e-01 -1335549600: 7.8875382547e-02 -1335553200: 8.6806638100e-02 -1335556800: 1.4532595587e-01 -1335560400: 5.1784285944e-01 -1335564000: 2.8044557838e-01 -1335567600: 1.9680744521e-01 -1335571200: 2.1084905721e-02 -1335574800: 1.8376136191e-02 -1335578400: 1.7480284026e-02 -1335582000: 1.5591298855e-02 -1335585600: 1.8832677287e-02 -1335589200: 1.5879283755e-01 -1335592800: 9.5708281905e-02 -1335596400: 1.4178829194e-02 -1335600000: 1.9155737350e-02 -1335603600: 1.4177595983e-02 -1335607200: 1.8888888889e-02 -1335610800: 1.4166666667e-02 -1335614400: 1.9435093369e-02 -1335618000: 1.4176017742e-02 -1335621600: 1.9166666667e-02 -1335625200: 1.4444444444e-02 -1335628800: 1.9166666667e-02 -1335632400: 1.4166666667e-02 -1335636000: 2.0820862382e-02 -1335639600: 1.3901359841e-02 -1335643200: 1.8333333333e-02 -1335646800: 1.3865230663e-02 -1335650400: 1.8611948901e-02 -1335654000: 1.3633931547e-02 -1335657600: 1.8835714081e-02 -1335661200: 1.4189054055e-02 -1335664800: 3.0692229842e-02 -1335668400: 2.9191933240e-02 -1335672000: 2.0648630275e-02 -1335675600: 1.6442438507e-02 -1335679200: 1.7459956890e-02 -1335682800: 1.7817820887e-02 -1335686400: 1.4701392723e-02 -1335690000: 1.9427755011e-02 -1335693600: 1.5856119975e-02 -1335697200: 2.0524307574e-02 -1335700800: 1.5601535828e-02 -1335704400: 3.2480190071e-02 -1335708000: 1.6130921040e-02 -1335711600: 1.7476034519e-02 -1335715200: 1.6135076592e-02 -1335718800: 1.6634452729e-02 -1335722400: 1.8087769493e-02 -1335726000: 1.6029533810e-02 -1335729600: 1.6192688412e-02 -1335733200: 1.5478686260e-02 -1335736800: 2.5910202629e-02 -1335740400: 3.2730976991e-02 -1335744000: 1.7401730974e-02 -1335747600: 1.5330832678e-02 -1335751200: 1.7788963908e-02 -1335754800: 1.6357110862e-02 -1335758400: 2.4239482835e-02 -1335762000: 1.5820887883e-02 -1335765600: 1.9167968744e-02 -1335769200: 1.6355678127e-02 -1335772800: 1.6701667057e-02 -1335776400: 1.6925093796e-02 -1335780000: 1.5851521664e-02 -1335783600: 1.8036647607e-02 -1335787200: 1.5294145400e-02 -1335790800: 1.8024189868e-02 -1335794400: 1.5044422076e-02 -1335798000: 1.8302946071e-02 -1335801600: 1.5018720165e-02 -1335805200: 1.8006930029e-02 -1335808800: 1.6715877205e-02 -1335812400: 1.7999949616e-02 -1335816000: 1.4487686683e-02 -1335819600: 5.4894409032e-02 -1335823200: 3.3740147865e-02 -1335826800: 1.3584622129e-02 -1335830400: 1.8915377871e-02 -1335834000: 1.4141037378e-02 -1335837600: 1.8914518177e-02 -1335841200: 1.3888888889e-02 -1335844800: 1.9141353901e-02 -1335848400: 1.5291128952e-02 -1335852000: 1.9178628257e-02 -1335855600: 1.4435247008e-02 -1335859200: 1.8886955557e-02 -1335862800: 1.4177797435e-02 -1335866400: 1.9155003210e-02 -1335870000: 1.4445881331e-02 -1335873600: 1.8899115458e-02 -1335877200: 1.4433063683e-02 -1335880800: 1.8900269650e-02 -1335884400: 1.4444444444e-02 -1335888000: 1.9151183423e-02 -1335891600: 1.4171631503e-02 -1335895200: 2.0278677019e-02 -1335898800: 1.3873156065e-02 -1335902400: 6.5406430266e-02 -1335906000: 6.1259790768e-02 -1335909600: 1.8614191669e-02 -1335913200: 1.3609254665e-02 -1335916800: 5.9628457044e-02 -1335920400: 5.0747633200e-02 -1335924000: 1.8815149933e-02 -1335927600: 2.0555555556e-02 -1335931200: 1.8863231098e-02 -1335934800: 1.5581213346e-02 -1335938400: 1.9153136471e-02 -1335942000: 1.3902419085e-02 -1335945600: 1.9166666667e-02 -1335949200: 1.5819658929e-02 -1335952800: 1.7484817511e-02 -1335956400: 1.1946073311e-01 -1335960000: 1.8603283755e-02 -1335963600: 1.4187062247e-02 -1335967200: 1.8857308589e-02 -1335970800: 1.4463623719e-02 -1335974400: 1.8466619914e-02 -1335978000: 1.4591240757e-02 -1335981600: 2.0268376169e-02 -1335985200: 1.6686164185e-02 -1335988800: 2.5502302838e-02 -1335992400: 2.0053252718e-02 -1335996000: 1.8562059498e-02 -1335999600: 1.3660162724e-02 -1336003200: 1.8865044025e-02 -1336006800: 1.4026678452e-02 -1336010400: 1.9002935623e-02 -1336014000: 1.3938675234e-02 -1336017600: 1.9133947320e-02 -1336021200: 1.5588274902e-02 -1336024800: 1.9153579849e-02 -1336028400: 1.4179753484e-02 -1336032000: 1.9435222039e-02 -1336035600: 1.4175889072e-02 -1336039200: 1.9166666667e-02 -1336042800: 1.4434158075e-02 -1336046400: 1.8886880582e-02 -1336050000: 1.3889708791e-02 -1336053600: 1.8886976503e-02 -1336057200: 1.4180053826e-02 -1336060800: 3.0052869902e-01 -1336064400: 1.9154669544e-02 -1336068000: 1.6427742552e-02 -1336071600: 1.9699563772e-02 -1336075200: 1.4165805491e-02 -1336078800: 2.7318475219e-02 -1336082400: 3.0482822185e-02 -1336086000: 1.6591661386e-02 -1336089600: 1.6995992050e-02 -1336093200: 1.8027029177e-02 -1336096800: 1.6440872944e-02 -1336100400: 1.8555777207e-02 -1336104000: 1.5860273951e-02 -1336107600: 2.0550942315e-02 -1336111200: 1.5856407164e-02 -1336114800: 1.9433766284e-02 -1336118400: 1.5298388633e-02 -1336122000: 1.9444444444e-02 -1336125600: 1.4988879181e-02 -1336129200: 1.9717900033e-02 -1336132800: 1.4727075860e-02 -1336136400: 1.8888599918e-02 -1336140000: 1.4442049899e-02 -1336143600: 1.8902161775e-02 -1336147200: 1.4166666667e-02 -1336150800: 1.9166666667e-02 -1336154400: 1.5817329986e-02 -1336158000: 1.8881028026e-02 -1336161600: 1.3634975321e-02 -1336165200: 1.8863018076e-02 -1336168800: 1.3636981924e-02 -1336172400: 1.8587524343e-02 -1336176000: 1.5572024458e-02 -1336179600: 3.0285199587e-02 -1336183200: 3.4261560434e-02 -1336186800: 5.2714693893e-02 -1336190400: 8.8442604663e-02 -1336194000: 4.0178238158e-02 -1336197600: 1.7202040363e-02 -1336201200: 1.7525578156e-02 -1336204800: 1.6367991486e-02 -1336208400: 1.8921232877e-02 -1336212000: 1.4430745449e-02 -1336215600: 1.9446890804e-02 -1336219200: 1.4164596017e-02 -1336222800: 1.9444297206e-02 -1336226400: 1.4446077781e-02 -1336230000: 1.9178503854e-02 -1336233600: 1.4433623092e-02 -1336237200: 1.8899710241e-02 -1336240800: 1.5555555556e-02 -1336244400: 5.5277777778e-02 -1336248000: 2.3470730036e-01 -1336251600: 3.8010156350e-01 -1336255200: 3.5495182800e-01 -1336258800: 1.8198120677e-01 -1336262400: 1.0786950308e-01 -1336266000: 2.3975085113e-02 -1336269600: 1.6264277461e-02 -1336273200: 1.7343281691e-02 -1336276800: 1.7477799474e-02 -1336280400: 1.6701437144e-02 -1336284000: 3.5186849887e-01 -1336287600: 5.8388655085e-02 -1336291200: 3.8610770697e-01 -1336294800: 5.8548385366e-02 -1336298400: 1.3674427755e-01 -1336302000: 7.5000090904e-02 -1336305600: 8.0010748767e-02 -1336309200: 9.7469202079e-02 -1336312800: 4.2810906585e-02 -1336316400: 6.3014720425e-02 -1336320000: 2.1058907187e-01 -1336323600: 6.3036992947e-02 -1336327200: 1.1408599544e-01 -1336330800: 1.7541511474e-01 -1336334400: 1.9959325160e-01 -1336338000: 1.9434322331e-01 -1336341600: 1.2994962829e-01 -1336345200: 1.1786490011e-01 -1336348800: 5.5878374105e-02 -1336352400: 2.3462527967e-02 -1336356000: 1.9155210967e-02 -1336359600: 1.5011455699e-02 -1336363200: 1.9922509420e-02 -1336366800: 1.6770209424e-01 -1336370400: 7.9847170852e-02 -1336374000: 2.1371929128e-02 -1336377600: 3.9720818577e-02 -1336381200: 4.4717369945e-02 -1336384800: 2.7046053205e-01 -1336388400: 1.9901439821e-01 -1336392000: 1.8610082171e-01 -1336395600: 1.3157076306e-01 -1336399200: 1.2872035792e-01 -1336402800: 2.1930109286e-02 -1336406400: 3.0587792264e-02 -1336410000: 2.3321001909e-02 -1336413600: 1.8614230763e-02 -1336417200: 5.8815334877e-02 -1336420800: 6.7926562222e-02 -1336424400: 8.5394142837e-02 -1336428000: 2.5573174871e-02 -1336431600: 1.4775510502e-02 -1336435200: 1.8835254120e-02 -1336438800: 1.3689232345e-02 -1336442400: 1.8888888889e-02 -1336446000: 1.3888888889e-02 -1336449600: 1.9142740633e-02 -1336453200: 4.7801703811e-02 -1336456800: 2.1944444444e-02 -1336460400: 2.6666666667e-02 -1336464000: 2.1631916621e-02 -1336467600: 6.0312527823e-02 -1336471200: 4.2461726020e-02 -1336474800: 3.0858231018e-02 -1336478400: 3.3319901504e-02 -1336482000: 4.2505495818e-02 -1336485600: 3.6943622407e-02 -1336489200: 4.1675794677e-02 -1336492800: 1.3891245513e-02 -1336496400: 1.0194522659e-01 -1336500000: 2.4154084994e-02 -1336503600: 4.0300227019e-02 -1336507200: 4.3303115449e-02 -1336510800: 1.9752440107e-02 -1336514400: 5.7474210087e-02 -1336518000: 1.4446391539e-02 -1336521600: 2.1793074506e-02 -1336525200: 2.1564101645e-02 -1336528800: 1.7773152020e-02 -1336532400: 1.6359600469e-02 -1336536000: 1.8004864336e-02 -1336539600: 1.5872936769e-02 -1336543200: 1.2297001884e-01 -1336546800: 1.5034968194e-01 -1336550400: 1.9078291500e-01 -1336554000: 7.5352916451e-02 -1336557600: 1.9495602219e-01 -1336561200: 2.5027836925e-01 -1336564800: 1.7473066910e-01 -1336568400: 2.1333641783e-01 -1336572000: 1.7254077187e-02 -1336575600: 2.0245421277e-02 -1336579200: 9.1647593511e-02 -1336582800: 8.4885991081e-02 -1336586400: 9.0100334271e-02 -1336590000: 8.1886814774e-02 -1336593600: 5.7147413619e-02 -1336597200: 8.8479313028e-02 -1336600800: 1.4218229551e-02 -1336604400: 1.8864382915e-02 -1336608000: 1.4969370997e-02 -1336611600: 1.8360552541e-02 -1336615200: 1.4949163275e-02 -1336618800: 1.8388497101e-02 -1336622400: 1.4445309610e-02 -1336626000: 4.0974647625e-02 -1336629600: 8.1772328928e-02 -1336633200: 3.3860054655e-01 -1336636800: 1.4920642956e-01 -1336640400: 2.5002361767e-01 -1336644000: 3.2077316561e-01 -1336647600: 6.8906392347e-02 -1336651200: 6.4441249408e-02 -1336654800: 5.6690804553e-02 -1336658400: 4.0843590114e-02 -1336662000: 3.3041574679e-02 -1336665600: 3.5545794824e-02 -1336669200: 5.6968633119e-02 -1336672800: 3.7207878390e-02 -1336676400: 4.9036864410e-02 -1336680000: 1.1076758590e-01 -1336683600: 2.0480749157e-01 -1336687200: 1.0453059963e-01 -1336690800: 1.9772417574e-02 -1336694400: 1.4166666667e-02 -1336698000: 1.7703939518e-02 -1336701600: 1.6160296109e-02 -1336705200: 2.0832011596e-02 -1336708800: 1.9192641665e-02 -1336712400: 2.4589182620e-02 -1336716000: 3.9021928491e-02 -1336719600: 2.1944444444e-02 -1336723200: 3.4432085930e-02 -1336726800: 1.4456802959e-02 -1336730400: 4.0745001839e-01 -1336734000: 1.1166629409e-01 -1336737600: 3.3928445746e-02 -1336741200: 3.3053789830e-02 -1336744800: 3.6648549526e-02 -1336748400: 2.2808457968e-02 -1336752000: 2.7211147803e-02 -1336755600: 2.7763801839e-02 -1336759200: 6.6403700087e-02 -1336762800: 4.1748721879e-02 -1336766400: 1.8735349571e-01 -1336770000: 1.9588231483e-01 -1336773600: 8.2398608473e-02 -1336777200: 8.7548253377e-02 -1336780800: 4.1719215910e-02 -1336784400: 2.0304073419e-02 -1336788000: 5.8538990295e-02 -1336791600: 1.6860324617e-02 -1336795200: 1.9853331123e-02 -1336798800: 3.1969576187e-02 -1336802400: 2.4092405091e-02 -1336806000: 6.6993022259e-02 -1336809600: 1.6136794873e-02 -1336813200: 3.7446719512e-02 -1336816800: 7.4996755894e-02 -1336820400: 8.6111966383e-02 -1336824000: 1.0662853474e-01 -1336827600: 2.4300959551e-01 -1336831200: 8.2058982147e-02 -1336834800: 7.3845024406e-02 -1336838400: 3.6056153150e-01 -1336842000: 8.0574127728e-02 -1336845600: 6.5025172321e-02 -1336849200: 3.7750276796e-02 -1336852800: 4.1941636995e-02 -1336856400: 8.4971415328e-02 -1336860000: 1.5354678910e-01 -1336863600: 1.0943483962e-01 -1336867200: 1.0335809824e-01 -1336870800: 8.8160495123e-02 -1336874400: 1.4984912838e-02 -1336878000: 1.9735861771e-02 -1336881600: 1.7460643080e-02 -1336885200: 1.5896620955e-02 -1336888800: 3.1356601971e-02 -1336892400: 1.2865079230e-01 -1336896000: 4.5534705190e-02 -1336899600: 2.0846789424e-02 -1336903200: 2.5531162978e-02 -1336906800: 2.4468837022e-02 -1336910400: 3.1076413940e-02 -1336914000: 4.9457037074e-02 -1336917600: 1.0858640400e-01 -1336921200: 4.5311857210e-02 -1336924800: 1.9874662947e-01 -1336928400: 8.0654546891e-02 -1336932000: 4.2534868538e-02 -1336935600: 5.1555544781e-02 -1336939200: 3.4550310402e-01 -1336942800: 1.2911723017e-01 -1336946400: 1.0154634453e-01 -1336950000: 4.4521130486e-02 -1336953600: 1.4722222222e-02 -1336957200: 1.9142014973e-02 -1336960800: 1.5818024135e-02 -1336964400: 1.4484405336e-02 -1336968000: 1.9134857505e-02 -1336971600: 5.0298322876e-02 -1336975200: 6.7223181622e-02 -1336978800: 2.7479234144e-02 -1336982400: 2.2799281527e-02 -1336986000: 1.8292414401e-02 -1336989600: 3.3359485284e-02 -1336993200: 4.0544039658e-02 -1336996800: 5.2416097827e-02 -1337000400: 3.3924747871e-01 -1337004000: 8.3168373030e-02 -1337007600: 7.2956641278e-02 -1337011200: 3.6240437681e-02 -1337014800: 1.6830425222e-02 -1337018400: 3.6092184470e-02 -1337022000: 4.4424705200e-02 -1337025600: 1.9136981024e-01 -1337029200: 1.3465281519e-01 -1337032800: 8.5839096088e-02 -1337036400: 6.5616429493e-02 -1337040000: 5.6709784943e-02 -1337043600: 1.4471570274e-02 -1337047200: 1.9166666667e-02 -1337050800: 1.6063968847e-02 -1337054400: 1.6991586709e-02 -1337058000: 3.8539284500e-02 -1337061600: 1.2839196154e-01 -1337065200: 2.2223689187e-02 -1337068800: 3.3598928608e-02 -1337072400: 3.6995266224e-01 -1337076000: 6.5393578257e-01 -1337079600: 2.9555408788e-01 -1337083200: 1.8940718709e-01 -1337086800: 1.8418007378e-01 -1337090400: 9.0869697962e-02 -1337094000: 2.9418539723e-02 -1337097600: 6.3908471166e-02 -1337101200: 1.0583923189e-01 -1337104800: 4.3011051120e-02 -1337108400: 2.2639564725e-01 -1337112000: 4.9724143210e-02 -1337115600: 2.3382893613e-02 -1337119200: 1.8333333333e-02 -1337122800: 1.6634121638e-01 -1337126400: 2.6992116958e-02 -1337130000: 1.4696350957e-02 -1337133600: 1.9168950109e-02 -1337137200: 1.4190254490e-02 -1337140800: 1.9166666667e-02 -1337144400: 7.6376879163e-02 -1337148000: 4.1613857386e-02 -1337151600: 8.1915805652e-02 -1337155200: 8.3927198268e-02 -1337158800: 4.6360927029e-02 -1337162400: 2.9764152590e-01 -1337166000: 1.8131746400e-01 -1337169600: 4.2479223287e-02 -1337173200: 5.3354377912e-02 -1337176800: 1.9425028423e-02 -1337180400: 4.0569200503e-02 -1337184000: 3.3341737518e-02 -1337187600: 2.1676774967e-02 -1337191200: 8.6919936409e-02 -1337194800: 1.5123096908e-01 -1337198400: 2.6688566978e-01 -1337202000: 2.2447057594e-01 -1337205600: 2.6706556616e-01 -1337209200: 2.9234383920e-02 -1337212800: 1.5827198539e-02 -1337216400: 1.9321014901e-02 -1337220000: 1.4878018603e-02 -1337223600: 2.0252612113e-02 -1337227200: 1.4747387887e-02 -1337230800: 2.0130723535e-02 -1337234400: 1.5135777630e-02 -1337238000: 6.8055947878e-02 -1337241600: 2.5844217624e-02 -1337245200: 3.4166666667e-02 -1337248800: 1.1460227393e-01 -1337252400: 1.7788590770e-01 -1337256000: 4.4699706373e-02 -1337259600: 2.3063042874e-02 -1337263200: 3.0014598980e-02 -1337266800: 3.6906974769e-02 -1337270400: 6.0273840766e-02 -1337274000: 1.0862150760e-01 -1337277600: 5.5023500578e-02 -1337281200: 4.9335262210e-02 -1337284800: 7.0528679438e-02 -1337288400: 1.0389796458e-01 -1337292000: 3.6484388916e-01 -1337295600: 2.0279210048e-02 -1337299200: 1.4718680414e-02 -1337302800: 1.9749405028e-02 -1337306400: 1.5000000000e-02 -1337310000: 2.0000000000e-02 -1337313600: 1.5000000000e-02 -1337317200: 2.3230646892e-02 -1337320800: 1.4564461285e-01 -1337324400: 2.4151270848e-02 -1337328000: 1.9185017278e-02 -1337331600: 4.7192401041e-02 -1337335200: 2.1971479804e-02 -1337338800: 2.0834082703e-02 -1337342400: 2.1920042696e-02 -1337346000: 2.1967760027e-02 -1337349600: 1.9446911058e-02 -1337353200: 2.3900219248e-02 -1337356800: 1.9153923356e-02 -1337360400: 2.4147880863e-02 -1337364000: 1.9461857157e-02 -1337367600: 9.9829168321e-02 -1337371200: 1.1835570276e-01 -1337374800: 1.1105547595e-01 -1337378400: 2.8046565395e-01 -1337382000: 8.9660435224e-02 -1337385600: 3.3425457970e-02 -1337389200: 1.6032228706e-02 -1337392800: 1.8097166561e-02 -1337396400: 1.4481715844e-02 -1337400000: 1.9411105059e-02 -1337403600: 1.4184669915e-02 -1337407200: 1.9596592046e-02 -1337410800: 1.2429467634e-01 -1337414400: 2.1929500619e-02 -1337418000: 2.3072145666e-02 -1337421600: 1.1304701879e-01 -1337425200: 9.6904074151e-02 -1337428800: 1.1037509614e-01 -1337432400: 6.4365764305e-02 -1337436000: 9.8058643300e-02 -1337439600: 3.3907816734e-01 -1337443200: 1.2261719788e-01 -1337446800: 2.3065348445e-02 -1337450400: 4.4279558627e-01 -1337454000: 2.7435398625e-01 -1337457600: 4.6444943477e-01 -1337461200: 9.8321228287e-02 -1337464800: 1.3824710131e-01 -1337468400: 9.8174600604e-02 -1337472000: 1.8935840295e-02 -1337475600: 1.9722222222e-02 -1337479200: 1.9082992503e-02 -1337482800: 1.4780316571e-02 -1337486400: 1.9435625234e-02 -1337490000: 1.4464195805e-02 -1337493600: 3.1102812040e-02 -1337497200: 7.6679969831e-02 -1337500800: 3.8027518102e-02 -1337504400: 5.2234505025e-02 -1337508000: 2.0559342931e-02 -1337511600: 1.9453413924e-02 -1337515200: 2.2234863591e-02 -1337518800: 1.7765947409e-02 -1337522400: 5.3857397502e-02 -1337526000: 8.5015897008e-02 -1337529600: 9.0290509681e-02 -1337533200: 5.1355434608e-02 -1337536800: 5.0257947244e-02 -1337540400: 1.2539181866e-01 -1337544000: 2.9629970087e-01 -1337547600: 3.9473303178e-01 -1337551200: 1.6820010355e-01 -1337554800: 4.6554433904e-02 -1337558400: 2.0000000000e-02 -1337562000: 1.4577032457e-02 -1337565600: 1.9161632369e-02 -1337569200: 1.4316890730e-02 -1337572800: 1.9130021867e-02 -1337576400: 6.8271832134e-02 -1337580000: 2.7598145999e-02 -1337583600: 5.0219021283e-02 -1337587200: 7.0849576213e-02 -1337590800: 3.6374075014e-02 -1337594400: 3.5035723226e-02 -1337598000: 2.1588450422e-02 -1337601600: 1.9251052224e-02 -1337605200: 2.6916479894e-02 -1337608800: 1.6975727680e-02 -1337612400: 2.2763706144e-02 -1337616000: 1.4456294459e-02 -1337619600: 1.9449783366e-02 -1337623200: 3.6317649251e-02 -1337626800: 1.3278534977e-01 -1337630400: 6.9691521011e-02 -1337634000: 1.0826242185e-01 -1337637600: 1.0021513295e-01 -1337641200: 6.8769623094e-02 -1337644800: 1.7264836455e-02 -1337648400: 1.8561790693e-02 -1337652000: 5.0887204829e-02 -1337655600: 4.9395465521e-02 -1337659200: 3.0913559090e-02 -1337662800: 2.0204529718e-02 -1337666400: 1.2921971270e-01 -1337670000: 1.6360488875e-01 -1337673600: 3.9415630843e-02 -1337677200: 1.7400927554e-01 -1337680800: 6.3595693519e-01 -1337684400: 1.5977216289e-01 -1337688000: 5.1418507900e-02 -1337691600: 1.3694171495e-01 -1337695200: 7.1658536085e-02 -1337698800: 2.9464772104e-02 -1337702400: 1.7486809622e-02 -1337706000: 2.2500097131e-02 -1337709600: 3.6338688380e-02 -1337713200: 8.1053159469e-02 -1337716800: 1.1731490685e-01 -1337720400: 3.4945720568e-01 -1337724000: 2.8857376462e-01 -1337727600: 2.9775368239e-02 -1337731200: 1.6364986217e-02 -1337734800: 2.1124086226e-02 -1337738400: 1.7431270827e-02 -1337742000: 1.9801878953e-02 -1337745600: 1.9385749126e-02 -1337749200: 3.1871444910e-02 -1337752800: 1.8448723625e-01 -1337756400: 2.9238062659e-01 -1337760000: 3.8231794658e-01 -1337763600: 1.6781577945e-01 -1337767200: 2.9048660169e-01 -1337770800: 3.1062667070e-01 -1337774400: 2.3416907822e-01 -1337778000: 7.5574595104e-02 -1337781600: 1.9586189778e-01 -1337785200: 3.8054332142e-02 -1337788800: 2.5832184624e-02 -1337792400: 5.5231519524e-02 -1337796000: 1.0671574121e-01 -1337799600: 5.0677224341e-02 -1337803200: 2.6105422140e-01 -1337806800: 2.1340189183e-01 -1337810400: 1.9174336926e-01 -1337814000: 2.0143144424e-01 -1337817600: 2.9402071819e-02 -1337821200: 1.5617127016e-02 -1337824800: 2.0001903715e-02 -1337828400: 1.5001048719e-02 -1337832000: 2.1540180403e-02 -1337835600: 1.5279131261e-02 -1337839200: 9.7883198325e-02 -1337842800: 3.7255616867e-02 -1337846400: 1.8900166891e-02 -1337850000: 1.4432424525e-02 -1337853600: 2.3704908154e-01 -1337857200: 1.1096917578e-01 -1337860800: 3.6259130492e-01 -1337864400: 6.6058698446e-02 -1337868000: 3.3290508904e-02 -1337871600: 9.9485480067e-02 -1337875200: 1.9445639496e-02 -1337878800: 1.6650932813e-02 -1337882400: 1.7804531295e-02 -1337886000: 1.8888888889e-02 -1337889600: 1.3586525165e-02 -1337893200: 1.8635697057e-02 -1337896800: 1.3586326849e-02 -1337900400: 1.8612419133e-02 -1337904000: 1.4934000765e-02 -1337907600: 1.7311697698e-02 -1337911200: 1.6610384684e-02 -1337914800: 1.6695626220e-02 -1337918400: 2.2914386278e-02 -1337922000: 1.8224047262e-02 -1337925600: 1.6638777475e-02 -1337929200: 1.7236934559e-02 -1337932800: 1.5814885157e-02 -1337936400: 1.7809402809e-02 -1337940000: 1.4166666667e-02 -1337943600: 1.9444444444e-02 -1337947200: 1.4166666667e-02 -1337950800: 1.9435069679e-02 -1337954400: 1.4443395684e-02 -1337958000: 2.1108186729e-02 -1337961600: 1.4457792352e-02 -1337965200: 1.4154335702e-02 -1337968800: 2.0832378451e-02 -1337972400: 1.4447662225e-02 -1337976000: 2.5540840924e-02 -1337979600: 1.3891381571e-02 -1337983200: 1.8633401128e-02 -1337986800: 1.3888888889e-02 -1337990400: 1.9141824235e-02 -1337994000: 2.9167075478e-02 -1337997600: 1.9191100288e-02 -1338001200: 2.0555555556e-02 -1338004800: 1.9432678369e-02 -1338008400: 1.4443035039e-02 -1338012000: 2.0266512513e-02 -1338015600: 1.5011563728e-02 -1338019200: 1.7761367398e-02 -1338022800: 1.6129293024e-02 -1338026400: 1.7207922836e-02 -1338030000: 1.5858738205e-02 -1338033600: 1.6923055936e-02 -1338037200: 1.6688055176e-02 -1338040800: 1.6353377785e-02 -1338044400: 1.7247104025e-02 -1338048000: 1.5812992514e-02 -1338051600: 1.7796006920e-02 -1338055200: 1.6925681012e-02 -1338058800: 1.8087059966e-02 -1338062400: 1.4371277630e-02 -1338066000: 1.8128722370e-02 -1338069600: 1.3865585008e-02 -1338073200: 1.8886760862e-02 -1338076800: 1.3914320797e-02 -1338080400: 1.9068780203e-02 -1338084000: 1.6318955626e-02 -1338087600: 2.1029266948e-02 -1338091200: 1.4835553345e-02 -1338094800: 1.4948318488e-02 -1338098400: 2.0318399497e-02 -1338102000: 1.4723506769e-02 -1338105600: 1.9164353003e-02 -1338109200: 1.4445144052e-02 -1338112800: 1.9999958625e-02 -1338116400: 1.4178097344e-02 -1338120000: 1.9166666667e-02 -1338123600: 1.4444444444e-02 -1338127200: 1.9444444444e-02 -1338130800: 1.4710281059e-02 -1338134400: 1.9178607830e-02 -1338138000: 1.4444444444e-02 -1338141600: 2.0833333333e-02 -1338145200: 1.4166666667e-02 -1338148800: 2.5783067460e-02 -1338152400: 1.3939154762e-02 -1338156000: 1.7981530101e-02 -1338159600: 1.4771411781e-02 -1338163200: 1.6917371694e-02 -1338166800: 1.6004109870e-02 -1338170400: 1.5943655770e-02 -1338174000: 1.7520265369e-02 -1338177600: 1.4725564897e-02 -1338181200: 2.0290174519e-02 -1338184800: 1.4722721157e-02 -1338188400: 1.9444482225e-02 -1338192000: 1.4443297288e-02 -1338195600: 1.9179859773e-02 -1338199200: 1.4433562025e-02 -1338202800: 3.1677549087e-02 -1338206400: 1.4431136335e-02 -1338210000: 1.9457752553e-02 -1338213600: 1.4709632873e-02 -1338217200: 1.9420359429e-02 -1338220800: 1.6138401819e-02 -1338224400: 1.4718085184e-02 -1338228000: 2.0834429004e-02 -1338231600: 1.4973828399e-02 -1338235200: 1.9460393727e-02 -1338238800: 1.4923015262e-02 -1338242400: 1.7376181786e-01 -1338246000: 6.3790592132e-02 -1338249600: 2.3102777638e-02 -1338253200: 1.8544865091e-02 -1338256800: 1.5041485666e-02 -1338260400: 1.9167494710e-02 -1338264000: 1.4190598976e-02 -1338267600: 2.0833333333e-02 -1338271200: 4.3611111111e-02 -1338274800: 2.7195070704e-02 -1338278400: 1.7513641629e-02 -1338282000: 2.8879564500e-02 -1338285600: 2.4682716881e-01 -1338289200: 1.5234782200e-01 -1338292800: 3.7137919541e-01 -1338296400: 6.4949646021e-02 -1338300000: 8.8952304392e-02 -1338303600: 4.3322750251e-02 -1338307200: 2.3330662600e-02 -1338310800: 5.1680694632e-02 -1338314400: 3.7481489944e-02 -1338318000: 3.5563890779e-02 -1338321600: 4.6469440035e-01 -1338325200: 1.1237340870e-01 -1338328800: 7.2652228726e-02 -1338332400: 1.9444861667e-02 -1338336000: 2.0674488013e-02 -1338339600: 1.9577632730e-02 -1338343200: 1.6683103832e-02 -1338346800: 3.0127313434e-02 -1338350400: 4.7668930755e-02 -1338354000: 3.4307605078e-02 -1338357600: 3.2032703462e-02 -1338361200: 2.3379380389e-02 -1338364800: 3.8043083209e-02 -1338368400: 3.4174733981e-02 -1338372000: 2.4335032021e-01 -1338375600: 1.5666002991e-01 -1338379200: 3.6090050435e-02 -1338382800: 2.2519132970e-02 -1338386400: 3.6667388980e-02 -1338390000: 3.9963386636e-02 -1338393600: 3.7527545351e-02 -1338397200: 8.3885116752e-02 -1338400800: 3.6375698333e-02 -1338404400: 3.7431941707e-02 -1338408000: 9.0848813013e-02 -1338411600: 2.3462167378e-01 -1338415200: 4.8680521977e-02 -1338418800: 4.2546705881e-02 -1338422400: 1.7735143205e-02 -1338426000: 1.8871908176e-02 -1338429600: 1.4710603358e-02 -1338433200: 1.9311798866e-02 -1338436800: 2.6648863896e-02 -1338440400: 9.6393786973e-02 -1338444000: 1.5260185477e-02 -1338447600: 2.8363830321e-02 -1338451200: 2.2462660263e-02 -1338454800: 3.0848110512e-02 -1338458400: 3.2836236477e-01 -1338462000: 1.6775872857e-01 -1338465600: 2.1636890949e-01 -1338469200: 1.6903749465e-01 -1338472800: 7.0694982212e-02 -1338476400: 2.3621227916e-02 -1338480000: 1.9151188113e-02 -1338483600: 1.6405244271e-02 -1338487200: 3.4140546005e-02 -1338490800: 4.5211574339e-02 -1338494400: 1.0404562594e-01 -1338498000: 1.2816144561e-01 -1338501600: 7.6453395449e-02 -1338505200: 3.1697920086e-02 -1338508800: 1.6343865182e-02 -1338512400: 1.9205894718e-02 -1338516000: 1.8271180614e-02 -1338519600: 1.5899107537e-02 -1338523200: 1.9437155182e-02 -1338526800: 2.6919021322e-02 -1338530400: 1.5137341465e-01 -1338534000: 6.1908169332e-02 -1338537600: 1.0531702780e-01 -1338541200: 8.4703376286e-02 -1338544800: 4.1745735274e-02 -1338548400: 2.4999399967e-02 -1338552000: 2.9156901579e-02 -1338555600: 3.2232072098e-02 -1338559200: 2.1677371385e-02 -1338562800: 3.7196308127e-02 -1338566400: 3.7779512024e-02 -1338570000: 8.7500975251e-02 -1338573600: 2.8900141103e-02 -1338577200: 8.7199506268e-02 -1338580800: 1.3675612244e-01 -1338584400: 2.1244855761e-01 -1338588000: 2.2451868721e-01 -1338591600: 1.3247238563e-01 -1338595200: 8.5423366593e-02 -1338598800: 3.2859993292e-02 -1338602400: 1.5555555556e-02 -1338606000: 2.0810134987e-02 -1338609600: 1.5578753902e-02 -1338613200: 2.0818416528e-02 -1338616800: 2.3254372907e-02 -1338620400: 7.3955257327e-02 -1338624000: 3.7211221810e-02 -1338627600: 2.6128960378e-02 -1338631200: 3.8899293476e-02 -1338634800: 7.3357928638e-02 -1338638400: 4.2135536781e-01 -1338642000: 5.0019181125e-02 -1338645600: 1.5833333333e-02 -1338649200: 2.0833333333e-02 -1338652800: 1.8588775152e-02 -1338656400: 1.8065329102e-02 -1338660000: 2.0833324322e-02 -1338663600: 4.6917085732e-02 -1338667200: 7.6405021154e-02 -1338670800: 7.2662621531e-02 -1338674400: 8.6712134957e-02 -1338678000: 9.0190967783e-02 -1338681600: 6.9346962490e-02 -1338685200: 2.1640720662e-02 -1338688800: 1.5834572077e-02 -1338692400: 2.0580262817e-02 -1338696000: 1.5821455432e-02 -1338699600: 2.2754989026e-02 -1338703200: 6.5576013715e-02 -1338706800: 1.6409393465e-01 -1338710400: 8.2277914214e-02 -1338714000: 9.8076679310e-02 -1338717600: 1.9337847810e-02 -1338721200: 2.2606806710e-02 -1338724800: 2.4383212977e-02 -1338728400: 6.8665420025e-02 -1338732000: 2.6654232369e-02 -1338735600: 2.2780205486e-02 -1338739200: 1.4218313532e-01 -1338742800: 7.6420109257e-02 -1338746400: 7.7185377459e-02 -1338750000: 1.1620230687e-01 -1338753600: 1.3807147689e-01 -1338757200: 1.3296518855e-01 -1338760800: 4.2349341596e-01 -1338764400: 4.9313514492e-02 -1338768000: 3.2473160265e-02 -1338771600: 2.6669002629e-02 -1338775200: 3.1716822803e-02 -1338778800: 2.7102407101e-02 -1338782400: 3.1199732883e-02 -1338786000: 1.5186247719e-01 -1338789600: 1.1532275491e-01 -1338793200: 2.6442683248e-02 -1338796800: 3.3601262972e-02 -1338800400: 3.4136917109e-02 -1338804000: 3.6151544948e-02 -1338807600: 2.3583600665e-02 -1338811200: 2.9699172901e-02 -1338814800: 1.5141601759e-01 -1338818400: 5.4190188034e-02 -1338822000: 3.3025701892e-01 -1338825600: 4.4444133227e-02 -1338829200: 3.4469331053e-02 -1338832800: 1.8305407432e-02 -1338836400: 1.2913497607e-01 -1338840000: 5.9970506059e-02 -1338843600: 7.4983062911e-02 -1338847200: 2.0924801503e-02 -1338850800: 1.8913114382e-02 -1338854400: 1.4410266727e-02 -1338858000: 1.8923066606e-02 -1338861600: 1.7094017094e-02 -1338865200: 1.9528361844e-02 -1338868800: 1.4190431491e-02 -1338872400: 2.4712682445e-02 -1338876000: 4.7479443066e-02 -1338879600: 2.5288167823e-02 -1338883200: 4.2775156953e-02 -1338886800: 3.0556258795e-02 -1338890400: 4.3333359068e-02 -1338894000: 2.4466042962e-02 -1338897600: 2.6656609449e-02 -1338901200: 1.7484452158e-02 -1338904800: 2.6682338479e-02 -1338908400: 3.3317473481e-02 -1338912000: 3.9720975495e-02 -1338915600: 5.4459934516e-02 -1338919200: 4.6641002271e-02 -1338922800: 5.4433196504e-02 -1338926400: 2.3564886359e-01 -1338930000: 2.5593828522e-01 -1338933600: 2.3714196021e-02 -1338937200: 1.4679520075e-02 -1338940800: 1.8656306086e-02 -1338944400: 1.4420757499e-02 -1338948000: 2.5256812689e-02 -1338951600: 1.5929340268e-02 -1338955200: 1.6634296976e-02 -1338958800: 3.8355132318e-02 -1338962400: 5.7418833822e-02 -1338966000: 1.7715293292e-01 -1338969600: 2.7113560277e-01 -1338973200: 5.0388241069e-02 -1338976800: 1.8580942215e-01 -1338980400: 8.5859266550e-02 -1338984000: 3.1389703388e-02 -1338987600: 3.8866237135e-02 -1338991200: 6.1138022227e-02 -1338994800: 2.3063890102e-02 -1338998400: 3.4445418761e-02 -1339002000: 4.7222144439e-02 -1339005600: 1.7231966481e-02 -1339009200: 5.3010973209e-02 -1339012800: 1.0950748191e-01 -1339016400: 1.0935676802e-01 -1339020000: 3.0602051550e-02 -1339023600: 1.3885627007e-02 -1339027200: 1.8881155825e-02 -1339030800: 1.5661950445e-02 -1339034400: 1.7393652743e-02 -1339038000: 1.7455546323e-02 -1339041600: 1.5874105741e-02 -1339045200: 5.3627943246e-02 -1339048800: 1.5285653873e-02 -1339052400: 1.9457090107e-02 -1339056000: 1.4444444444e-02 -1339059600: 1.1080184851e-01 -1339063200: 2.1132882010e-01 -1339066800: 2.0477657032e-01 -1339070400: 3.3362313192e-01 -1339074000: 2.0889390635e-01 -1339077600: 1.5010197237e-02 -1339081200: 1.9721094116e-02 -1339084800: 1.7447309968e-02 -1339088400: 1.7563788151e-02 -1339092000: 1.9712327684e-02 -1339095600: 7.5065170156e-02 -1339099200: 9.7052283514e-02 -1339102800: 8.9811360664e-02 -1339106400: 1.8358857982e-02 -1339110000: 1.6870073543e-02 -1339113600: 1.6144366752e-02 -1339117200: 1.9123644203e-02 -1339120800: 1.5080477776e-02 -1339124400: 1.9642458670e-02 -1339128000: 1.4413106649e-02 -1339131600: 2.0548967928e-02 -1339135200: 1.1322606802e-01 -1339138800: 1.1173866987e-01 -1339142400: 1.0665849584e-01 -1339146000: 7.9777703125e-02 -1339149600: 2.6099634379e-02 -1339153200: 1.8638347489e-02 -1339156800: 2.3601703834e-02 -1339160400: 1.7784207803e-02 -1339164000: 3.1389707615e-02 -1339167600: 2.8332808768e-02 -1339171200: 3.3056764553e-02 -1339174800: 1.8900480789e-02 -1339178400: 1.6628334755e-02 -1339182000: 1.6682052594e-02 -1339185600: 1.8330844589e-02 -1339189200: 1.3636545840e-02 -1339192800: 1.0621639641e-01 -1339196400: 1.1363479849e-01 -1339200000: 5.7240290085e-02 -1339203600: 1.8709371293e-02 -1339207200: 2.0514613501e-02 -1339210800: 1.5605759090e-02 -1339214400: 2.0709060740e-02 -1339218000: 1.5147488169e-02 -1339221600: 8.7500000000e-02 -1339225200: 3.2722896378e-02 -1339228800: 2.8631314583e-02 -1339232400: 1.2500836853e-01 -1339236000: 4.1109209814e-02 -1339239600: 2.5574459103e-02 -1339243200: 2.8333426629e-02 -1339246800: 2.6358695918e-02 -1339250400: 2.5304776645e-02 -1339254000: 2.8592691673e-02 -1339257600: 1.8364160725e-02 -1339261200: 2.3601199988e-02 -1339264800: 1.8053970707e-02 -1339268400: 2.3331053889e-02 -1339272000: 1.7474466657e-02 -1339275600: 2.7792770574e-02 -1339279200: 3.6163340655e-02 -1339282800: 2.2719390793e-01 -1339286400: 1.2379483434e-01 -1339290000: 3.5094455260e-02 -1339293600: 1.6452190196e-02 -1339297200: 1.7354482712e-02 -1339300800: 1.8819643357e-02 -1339304400: 1.8124801088e-02 -1339308000: 7.6072079972e-02 -1339311600: 1.9251615637e-01 -1339315200: 8.3058683879e-02 -1339318800: 1.2999407588e-01 -1339322400: 4.0254886339e-02 -1339326000: 3.8091382778e-02 -1339329600: 3.6658366595e-02 -1339333200: 2.5548229711e-02 -1339336800: 1.0388278536e-01 -1339340400: 5.1948116642e-02 -1339344000: 3.4133381151e-01 -1339347600: 5.7836116572e-02 -1339351200: 7.9874266204e-02 -1339354800: 4.3220351781e-01 -1339358400: 2.3408099090e-01 -1339362000: 1.3678112776e-01 -1339365600: 1.5922968496e-01 -1339369200: 2.5357942978e-02 -1339372800: 2.0833333333e-02 -1339376400: 1.5808595992e-02 -1339380000: 2.0550417401e-02 -1339383600: 1.5559313042e-02 -1339387200: 2.0527612759e-02 -1339390800: 7.8546457702e-02 -1339394400: 2.5396491992e-02 -1339398000: 2.6073548942e-02 -1339401600: 6.9146568982e-02 -1339405200: 8.1107870971e-02 -1339408800: 4.8098057287e-02 -1339412400: 2.3049978374e-02 -1339416000: 1.8345494145e-02 -1339419600: 3.6928855250e-02 -1339423200: 1.9749626048e-02 -1339426800: 1.9722222222e-02 -1339430400: 1.5000000000e-02 -1339434000: 1.9722222222e-02 -1339437600: 5.3786584177e-02 -1339441200: 1.7857808479e-01 -1339444800: 1.8761623625e-01 -1339448400: 1.5400395037e-01 -1339452000: 9.4249313043e-02 -1339455600: 2.0632443089e-02 -1339459200: 1.8852211157e-02 -1339462800: 1.7812868057e-02 -1339466400: 1.8342945822e-02 -1339470000: 1.8389298747e-02 -1339473600: 1.6616943077e-02 -1339477200: 1.3282321564e-01 -1339480800: 2.5498835236e-01 -1339484400: 1.2870053813e-01 -1339488000: 1.0831751116e-01 -1339491600: 8.9558003319e-02 -1339495200: 4.8600821472e-01 -1339498800: 2.8562553415e-01 -1339502400: 5.0601340157e-02 -1339506000: 2.9971566136e-02 -1339509600: 8.6662758316e-02 -1339513200: 1.7829123487e-01 -1339516800: 6.5285222161e-02 -1339520400: 1.1451031663e-01 -1339524000: 3.6461704509e-01 -1339527600: 3.8296916004e-01 -1339531200: 3.3825854087e-01 -1339534800: 1.9418797647e-01 -1339538400: 8.1816008306e-02 -1339542000: 5.6127837964e-02 -1339545600: 5.6350268963e-02 -1339549200: 5.4032566188e-02 -1339552800: 4.3308386880e-02 -1339556400: 2.1361629319e-02 -1339560000: 1.5714016102e-02 -1339563600: 8.5030462473e-02 -1339567200: 6.8951914303e-02 -1339570800: 5.1692642396e-02 -1339574400: 1.9182949295e-02 -1339578000: 1.8038680318e-01 -1339581600: 2.1080901008e-01 -1339585200: 3.3519401391e-01 -1339588800: 2.2498961325e-02 -1339592400: 2.2778823854e-02 -1339596000: 1.8333065983e-02 -1339599600: 5.7776762673e-02 -1339603200: 2.4695645187e-02 -1339606800: 2.5302510921e-02 -1339610400: 2.9142959819e-02 -1339614000: 9.2747131250e-02 -1339617600: 9.8357578002e-02 -1339621200: 3.8032956147e-01 -1339624800: 2.8950880167e-01 -1339628400: 8.6266794149e-02 -1339632000: 2.8283706577e-02 -1339635600: 1.6765367178e-02 -1339639200: 2.1360830019e-02 -1339642800: 1.6139169981e-02 -1339646400: 2.1375464846e-02 -1339650000: 1.4961247062e-01 -1339653600: 1.3201972167e-01 -1339657200: 4.0590459298e-02 -1339660800: 2.6661052437e-02 -1339664400: 2.6366440085e-02 -1339668000: 9.6079146118e-02 -1339671600: 2.0447961231e-01 -1339675200: 3.8907982732e-02 -1339678800: 3.4155117299e-02 -1339682400: 2.4740124440e-02 -1339686000: 4.3567463796e-02 -1339689600: 4.7530290325e-02 -1339693200: 4.8032599609e-02 -1339696800: 6.8623544043e-02 -1339700400: 5.3836178378e-02 -1339704000: 2.9092766535e-01 -1339707600: 2.9926691007e-01 -1339711200: 1.0549607553e-01 -1339714800: 5.4650737736e-02 -1339718400: 1.4192054418e-02 -1339722000: 1.9067043099e-02 -1339725600: 1.6131455938e-02 -1339729200: 1.6999471388e-02 -1339732800: 1.7761780160e-02 -1339736400: 3.4273088294e-02 -1339740000: 2.6600494454e-02 -1339743600: 3.5809783876e-02 -1339747200: 4.1667277001e-02 -1339750800: 2.9177026356e-02 -1339754400: 2.0561986393e-01 -1339758000: 1.5327203831e-01 -1339761600: 3.0259564789e-02 -1339765200: 2.2805556849e-02 -1339768800: 2.9153164530e-02 -1339772400: 7.8174961169e-02 -1339776000: 8.2089505436e-02 -1339779600: 3.8319594996e-02 -1339783200: 1.8929440535e-02 -1339786800: 1.9432051712e-02 -1339790400: 1.3876677100e-02 -1339794000: 2.2700684318e-02 -1339797600: 2.9523545979e-02 -1339801200: 1.8885650648e-02 -1339804800: 1.4192501355e-02 -1339808400: 1.9166666667e-02 -1339812000: 1.4691231652e-02 -1339815600: 1.6142101682e-02 -1339819200: 2.6666666667e-02 -1339822800: 1.4576165790e-02 -1339826400: 3.9312723099e-02 -1339830000: 1.4703520901e-02 -1339833600: 1.9174347969e-02 -1339837200: 1.5844353353e-02 -1339840800: 2.1377866515e-02 -1339844400: 2.0257593964e-02 -1339848000: 5.1394293078e-02 -1339851600: 1.7804408986e-01 -1339855200: 8.4094423166e-02 -1339858800: 2.9505112234e-01 -1339862400: 7.1144026194e-02 -1339866000: 3.4451572760e-02 -1339869600: 3.3843821555e-02 -1339873200: 4.8098912413e-02 -1339876800: 1.1848755016e-01 -1339880400: 1.4047251010e-01 -1339884000: 1.4411139660e-01 -1339887600: 2.4238989037e-01 -1339891200: 5.4529306266e-02 -1339894800: 2.2251624659e-02 -1339898400: 1.7971708944e-02 -1339902000: 2.6724952122e-02 -1339905600: 2.0269428144e-02 -1339909200: 1.6978355235e-02 -1339912800: 2.1099396361e-02 -1339916400: 3.3317617570e-02 -1339920000: 1.1641631940e-01 -1339923600: 1.7476673596e-02 -1339927200: 1.8356659737e-02 -1339930800: 2.4031523139e-01 -1339934400: 9.8491144253e-02 -1339938000: 1.6557619556e-01 -1339941600: 4.9732966943e-02 -1339945200: 3.9189135346e-02 -1339948800: 4.2768318770e-02 -1339952400: 3.8056032012e-02 -1339956000: 1.2138416107e-01 -1339959600: 2.9687420682e-01 -1339963200: 2.0380522309e-01 -1339966800: 2.0109653834e-01 -1339970400: 1.0289946472e-01 -1339974000: 3.0875125088e-02 -1339977600: 1.6991812149e-02 -1339981200: 2.0522881387e-02 -1339984800: 1.7137223807e-02 -1339988400: 1.9416781424e-02 -1339992000: 1.9834158250e-02 -1339995600: 1.0830063679e-01 -1339999200: 5.2537719866e-02 -1340002800: 2.3349190664e-02 -1340006400: 1.8611884896e-02 -1340010000: 3.1935221335e-02 -1340013600: 4.1374103756e-02 -1340017200: 2.0023239167e-02 -1340020800: 3.3068069769e-02 -1340024400: 1.9395578733e-02 -1340028000: 3.7183756233e-02 -1340031600: 3.9239582288e-02 -1340035200: 2.0569971635e-02 -1340038800: 2.0833333333e-02 -1340042400: 4.5518328562e-02 -1340046000: 7.4954178042e-02 -1340049600: 2.7071225846e-01 -1340053200: 3.5542769478e-01 -1340056800: 9.4117478632e-02 -1340060400: 6.5913298460e-02 -1340064000: 2.1412318617e-02 -1340067600: 1.6355739713e-02 -1340071200: 2.1389529544e-02 -1340074800: 1.9632639836e-02 -1340078400: 1.8166299839e-02 -1340082000: 2.4714692980e-02 -1340085600: 7.0244532962e-02 -1340089200: 2.1707815987e-02 -1340092800: 2.4147200768e-02 -1340096400: 3.2798264696e-02 -1340100000: 2.5277989814e-02 -1340103600: 2.2758002776e-02 -1340107200: 2.2238439256e-02 -1340110800: 4.4336655193e-02 -1340114400: 4.4555636382e-02 -1340118000: 4.3052381159e-02 -1340121600: 2.8885991471e-02 -1340125200: 8.0544719844e-02 -1340128800: 8.8286034196e-02 -1340132400: 5.9097785105e-02 -1340136000: 1.0767910344e-01 -1340139600: 1.0379869574e-01 -1340143200: 3.6644451306e-02 -1340146800: 1.6440159848e-02 -1340150400: 2.0832440827e-02 -1340154000: 1.9140718366e-02 -1340157600: 1.7551856733e-02 -1340161200: 2.1111111111e-02 -1340164800: 1.5833333333e-02 -1340168400: 3.2721179817e-02 -1340172000: 1.4470683461e-01 -1340175600: 4.8621570169e-01 -1340179200: 4.2446558493e-01 -1340182800: 2.2092282416e-01 -1340186400: 2.6591002776e-01 -1340190000: 1.4443316889e-01 -1340193600: 1.0634756734e-01 -1340197200: 6.3132227466e-02 -1340200800: 4.6131355515e-02 -1340204400: 2.4435037591e-02 -1340208000: 3.8283712677e-02 -1340211600: 6.5340847499e-02 -1340215200: 4.5537106833e-02 -1340218800: 4.9185272149e-02 -1340222400: 1.7486810998e-02 -1340226000: 1.3920325056e-01 -1340229600: 3.6212084581e-01 -1340233200: 2.7285670099e-02 -1340236800: 2.2215516917e-02 -1340240400: 1.6671277302e-02 -1340244000: 2.1667295364e-02 -1340247600: 1.8838426125e-02 -1340251200: 1.9650824855e-02 -1340254800: 6.3993619079e-02 -1340258400: 1.3191719973e-01 -1340262000: 1.7307536715e-01 -1340265600: 6.7492391282e-02 -1340269200: 2.0196554196e-01 -1340272800: 1.1186089941e-01 -1340276400: 1.8204280988e-01 -1340280000: 3.3077137890e-02 -1340283600: 2.1111111111e-02 -1340287200: 2.4962868882e-02 -1340290800: 2.2524978947e-02 -1340294400: 2.2234374393e-02 -1340298000: 4.6666666667e-02 -1340301600: 6.0203626490e-02 -1340305200: 5.1989672117e-02 -1340308800: 7.6011449598e-02 -1340312400: 1.3240474663e-01 -1340316000: 8.9365251379e-02 -1340319600: 1.8887875887e-02 -1340323200: 1.9162166471e-02 -1340326800: 1.4197433644e-02 -1340330400: 2.2249199326e-02 -1340334000: 5.2741964601e-02 -1340337600: 3.1587335335e-02 -1340341200: 8.0413546042e-02 -1340344800: 2.0835070339e-02 -1340348400: 4.3324966184e-02 -1340352000: 4.6382682089e-02 -1340355600: 2.9988375446e-02 -1340359200: 2.5292359350e-02 -1340362800: 2.9456792245e-02 -1340366400: 3.3102734165e-01 -1340370000: 1.9035999657e-01 -1340373600: 3.5001404659e-02 -1340377200: 1.3386350421e-01 -1340380800: 1.0635139508e-01 -1340384400: 6.8407044966e-02 -1340388000: 2.1904328132e-02 -1340391600: 1.9192577554e-02 -1340395200: 2.2211855185e-02 -1340398800: 4.3382419417e-02 -1340402400: 1.7134129035e-01 -1340406000: 1.6667305650e-02 -1340409600: 2.5578001491e-02 -1340413200: 1.7396406642e-02 -1340416800: 1.6335872711e-02 -1340420400: 1.9442910397e-02 -1340424000: 1.4559583392e-02 -1340427600: 1.9487449081e-02 -1340431200: 5.8792280413e-02 -1340434800: 4.1462881387e-02 -1340438400: 3.2790784166e-02 -1340442000: 1.7497192812e-02 -1340445600: 2.3345750111e-02 -1340449200: 1.6655421338e-02 -1340452800: 2.0553486183e-02 -1340456400: 4.8068870257e-02 -1340460000: 1.6820160367e-02 -1340463600: 1.6780045770e-02 -1340467200: 1.9165674767e-02 -1340470800: 1.4444980991e-02 -1340474400: 2.0554943597e-02 -1340478000: 1.6370042761e-02 -1340481600: 2.5005971617e-02 -1340485200: 1.8024187514e-02 -1340488800: 3.4110001808e-02 -1340492400: 3.0365891915e-02 -1340496000: 2.0302543337e-02 -1340499600: 1.9166666667e-02 -1340503200: 1.4020402461e-02 -1340506800: 1.9312930872e-02 -1340510400: 1.4430371489e-02 -1340514000: 1.9458517400e-02 -1340517600: 1.6643796432e-02 -1340521200: 2.0840332411e-02 -1340524800: 1.5005164996e-02 -1340528400: 1.9177372827e-02 -1340532000: 1.4444444444e-02 -1340535600: 2.3611111111e-02 -1340539200: 1.4706479211e-02 -1340542800: 1.9460187456e-02 -1340546400: 1.4706863142e-02 -1340550000: 2.0015359080e-02 -1340553600: 1.4444444444e-02 -1340557200: 1.9431007617e-02 -1340560800: 1.5837427929e-02 -1340564400: 1.9176008899e-02 -1340568000: 1.3586653993e-01 -1340571600: 3.0205512414e-01 -1340575200: 1.4473728394e-01 -1340578800: 2.7870646032e-02 -1340582400: 2.9446364945e-02 -1340586000: 2.3751599532e-02 -1340589600: 9.4209421007e-02 -1340593200: 1.0166055640e-01 -1340596800: 4.7549955384e-02 -1340600400: 1.1221608304e-01 -1340604000: 1.2307341154e-01 -1340607600: 4.4785236335e-02 -1340611200: 2.0000000000e-02 -1340614800: 7.1086575088e-02 -1340618400: 2.8217675980e-01 -1340622000: 2.3199496197e-01 -1340625600: 3.0564553227e-01 -1340629200: 2.7932173015e-01 -1340632800: 6.8086674879e-02 -1340636400: 5.7037425952e-02 -1340640000: 1.3072822011e-01 -1340643600: 5.0270451829e-02 -1340647200: 4.3628755160e-02 -1340650800: 1.1127008901e-01 -1340654400: 1.4389355883e-01 -1340658000: 2.0171796612e-01 -1340661600: 9.6980368327e-02 -1340665200: 2.5581831723e-02 -1340668800: 1.8263090112e-02 -1340672400: 1.8427119788e-02 -1340676000: 1.7803420734e-02 -1340679600: 1.5864170525e-02 -1340683200: 2.3783478200e-02 -1340686800: 2.1756580235e-01 -1340690400: 3.0053683367e-02 -1340694000: 2.8621786993e-02 -1340697600: 1.9141628054e-02 -1340701200: 2.6680946296e-02 -1340704800: 2.0244842309e-02 -1340708400: 2.8377027785e-02 -1340712000: 2.7737244675e-02 -1340715600: 1.8914053940e-02 -1340719200: 1.0804971194e-01 -1340722800: 2.8891059395e-02 -1340726400: 5.8689679184e-02 -1340730000: 9.0208176956e-02 -1340733600: 3.3295767544e-02 -1340737200: 6.1127285459e-02 -1340740800: 5.6630631084e-02 -1340744400: 1.6849473763e-01 -1340748000: 7.7936424635e-02 -1340751600: 2.0833217251e-02 -1340755200: 1.5858676975e-02 -1340758800: 2.0796138513e-02 -1340762400: 1.7382918844e-02 -1340766000: 2.0154275976e-02 -1340769600: 1.5277777778e-02 -1340773200: 2.1828109098e-02 -1340776800: 1.0843866430e-01 -1340780400: 1.8720137891e-01 -1340784000: 2.2331351044e-01 -1340787600: 3.3359780856e-02 -1340791200: 1.6835543916e-01 -1340794800: 2.3718524625e-01 -1340798400: 2.3944899665e-01 -1340802000: 1.9390498238e-01 -1340805600: 3.9155023489e-02 -1340809200: 3.4176515388e-02 -1340812800: 3.7788308561e-02 -1340816400: 6.8318576424e-02 -1340820000: 1.8624083558e-02 -1340823600: 2.3335486512e-02 -1340827200: 5.4025816268e-02 -1340830800: 6.7070464089e-02 -1340834400: 7.5000793480e-02 -1340838000: 1.6366480793e-02 -1340841600: 1.7787481992e-02 -1340845200: 1.9713338122e-02 -1340848800: 1.5045967708e-02 -1340852400: 1.9963963104e-02 -1340856000: 1.4611979488e-02 -1340859600: 5.0424057408e-02 -1340863200: 2.0833333333e-02 -1340866800: 2.5544273411e-02 -1340870400: 2.2031098251e-01 -1340874000: 6.6309923689e-02 -1340877600: 2.9645968950e-01 -1340881200: 2.3150691048e-01 -1340884800: 2.4847853170e-02 -1340888400: 3.9689896926e-02 -1340892000: 3.7249598743e-02 -1340895600: 5.3348766643e-02 -1340899200: 6.0540650545e-02 -1340902800: 3.9191454377e-02 -1340906400: 2.3045054510e-02 -1340910000: 2.3066056601e-02 -1340913600: 1.7476487077e-02 -1340917200: 2.2401811929e-01 -1340920800: 2.0454701450e-01 -1340924400: 2.0599179155e-02 -1340928000: 2.3606916011e-02 -1340931600: 1.8363395087e-02 -1340935200: 2.3856010792e-02 -1340938800: 1.9399383583e-02 -1340942400: 2.3107021667e-02 -1340946000: 7.2488031635e-02 -1340949600: 2.1705107878e-02 -1340953200: 2.3854794632e-02 -1340956800: 2.8895264864e-02 -1340960400: 2.3916607170e-02 -1340964000: 2.2464894391e-02 -1340967600: 1.8077732980e-02 -1340971200: 3.0002635012e-02 -1340974800: 3.4977143908e-02 -1340978400: 2.1954911278e-02 -1340982000: 3.5274132747e-02 -1340985600: 1.8231646320e-01 -1340989200: 9.4588546294e-02 -1340992800: 1.8513431198e-01 -1340996400: 6.0991445671e-02 -1341000000: 7.7123568094e-02 -1341003600: 1.0528514745e-01 -1341007200: 1.0067238468e-01 -1341010800: 2.9192237874e-02 -1341014400: 1.6348427088e-02 -1341018000: 2.0833174202e-02 -1341021600: 1.6849024460e-02 -1341025200: 2.0900196718e-02 -1341028800: 2.0833333333e-02 -1341032400: 1.6096206777e-02 -1341036000: 2.5820904502e-02 -1341039600: 2.7505901359e-02 -1341043200: 2.2500521089e-02 -1341046800: 3.0276507809e-02 -1341050400: 3.9177304327e-02 -1341054000: 2.1630517106e-02 -1341057600: 3.5564277400e-02 -1341061200: 4.1374815748e-02 -1341064800: 3.1688210192e-02 -1341068400: 2.2225683125e-02 -1341072000: 2.1962113915e-02 -1341075600: 2.3609468103e-02 -1341079200: 2.3335862936e-02 -1341082800: 4.3818684290e-02 -1341086400: 3.1871945340e-01 -1341090000: 1.8570207640e-01 -1341093600: 2.1533495032e-01 -1341097200: 3.3934318979e-02 -1341100800: 2.1647856868e-02 -1341104400: 1.6087563311e-02 -1341108000: 2.4136447154e-02 -1341111600: 1.7154389120e-02 -1341115200: 2.0435026663e-02 -1341118800: 1.7708757322e-02 -1341122400: 1.8402353789e-02 -1341126000: 3.0534125433e-02 -1341129600: 1.2246953174e-01 -1341133200: 1.7279366350e-01 -1341136800: 1.7432620927e-01 -1341140400: 2.8528973171e-01 -1341144000: 1.4254479789e-01 -1341147600: 1.5364101717e-01 -1341151200: 1.1389039911e-01 -1341154800: 6.0574327037e-02 -1341158400: 2.2518523437e-01 -1341162000: 1.7943205577e-01 -1341165600: 7.7334618856e-02 -1341169200: 5.7230197172e-02 -1341172800: 7.8699294782e-02 -1341176400: 1.1087583868e-01 -1341180000: 1.4040823842e-01 -1341183600: 2.3610755265e-02 -1341187200: 1.8223303515e-02 -1341190800: 2.0671339490e-02 -1341194400: 1.5598654141e-02 -1341198000: 2.1075806994e-02 -1341201600: 1.7755793130e-02 -1341205200: 9.0200494525e-02 -1341208800: 1.1846790535e-01 -1341212400: 4.9875411786e-02 -1341216000: 1.2908394991e-01 -1341219600: 3.5041257993e-01 -1341223200: 4.3547412147e-01 -1341226800: 2.9178045001e-01 -1341230400: 5.9738344401e-02 -1341234000: 4.2226456689e-02 -1341237600: 1.5842764959e-02 -1341241200: 1.9443364093e-02 -1341244800: 1.9721555587e-02 -1341248400: 1.4456556720e-02 -1341252000: 4.1906644619e-02 -1341255600: 5.3053113354e-02 -1341259200: 1.0536081497e-01 -1341262800: 1.7885241551e-01 -1341266400: 1.7133583830e-01 -1341270000: 2.3910208632e-02 -1341273600: 2.1056574994e-02 -1341277200: 1.5887738238e-02 -1341280800: 2.0581095830e-02 -1341284400: 1.5808419143e-02 -1341288000: 2.0302691968e-02 -1341291600: 1.8579195817e-02 -1341295200: 1.0333598157e-01 -1341298800: 5.5834007736e-02 -1341302400: 2.1951260389e-02 -1341306000: 1.1230440220e-01 -1341309600: 3.4256099967e-01 -1341313200: 2.7986736535e-01 -1341316800: 1.1164573689e-01 -1341320400: 6.3291602607e-02 -1341324000: 1.2978383899e-01 -1341327600: 2.3889870867e-02 -1341331200: 4.0539799913e-02 -1341334800: 2.9447089265e-02 -1341338400: 4.0844777376e-02 -1341342000: 5.5521617537e-02 -1341345600: 8.3368202509e-02 -1341349200: 5.1197208197e-01 -1341352800: 1.3324159262e-01 -1341356400: 4.8940047414e-02 -1341360000: 1.6656990505e-02 -1341363600: 2.1394883579e-02 -1341367200: 1.9107132346e-02 -1341370800: 1.8673962964e-02 -1341374400: 2.0834855260e-02 -1341378000: 8.4717371560e-02 -1341381600: 9.8338341524e-02 -1341385200: 1.9215836177e-01 -1341388800: 2.0883793800e-01 -1341392400: 1.1873766416e-01 -1341396000: 2.2777420002e-02 -1341399600: 2.2779616985e-02 -1341403200: 1.8055177072e-02 -1341406800: 2.3333619714e-02 -1341410400: 1.9139289164e-02 -1341414000: 2.1704571383e-02 -1341417600: 1.2853436802e-01 -1341421200: 5.7007700029e-02 -1341424800: 7.7223186181e-02 -1341428400: 2.6944276602e-02 -1341432000: 1.9684360149e-02 -1341435600: 2.4190168044e-01 -1341439200: 3.9726595364e-01 -1341442800: 3.8083010929e-02 -1341446400: 1.6366205771e-02 -1341450000: 2.1410043099e-02 -1341453600: 1.9667471520e-02 -1341457200: 2.0889000836e-02 -1341460800: 1.6376300994e-02 -1341464400: 3.2470426355e-02 -1341468000: 1.2060704001e-01 -1341471600: 3.0527516529e-02 -1341475200: 2.7819236676e-02 -1341478800: 1.9779571221e-01 -1341482400: 3.6300714716e-01 -1341486000: 1.5251945308e-01 -1341489600: 2.2471506045e-02 -1341493200: 1.9173289347e-02 -1341496800: 4.5009061131e-02 -1341500400: 6.4164666481e-02 -1341504000: 6.3837352218e-02 -1341507600: 5.0889738794e-02 -1341511200: 2.5576517987e-02 -1341514800: 3.9244236117e-02 -1341518400: 2.0142944367e-01 -1341522000: 2.8972967422e-01 -1341525600: 6.9801139651e-02 -1341529200: 1.9772742967e-02 -1341532800: 2.0199567153e-02 -1341536400: 1.5100974004e-02 -1341540000: 1.9602421113e-02 -1341543600: 1.7916666667e-02 -1341547200: 2.0526154259e-02 -1341550800: 5.2472272367e-02 -1341554400: 3.2427445906e-02 -1341558000: 7.9284229171e-02 -1341561600: 1.4178787186e-02 -1341565200: 1.9444444444e-02 -1341568800: 1.5250694225e-02 -1341572400: 2.0570527566e-02 -1341576000: 1.4165959123e-02 -1341579600: 1.9179485753e-02 -1341583200: 1.4444444444e-02 -1341586800: 1.9434656090e-02 -1341590400: 1.4164558279e-02 -1341594000: 2.2353559188e-01 -1341597600: 8.0027232138e-02 -1341601200: 2.0060183838e-02 -1341604800: 1.8611111111e-02 -1341608400: 1.7723102813e-02 -1341612000: 2.2056066858e-01 -1341615600: 3.7549561942e-02 -1341619200: 1.4687962390e-02 -1341622800: 1.9172607786e-02 -1341626400: 1.7949618044e-02 -1341630000: 1.5967589558e-02 -1341633600: 1.9418775824e-02 -1341637200: 1.2261573271e-01 -1341640800: 1.9647232397e-01 -1341644400: 3.9814795911e-02 -1341648000: 1.4168769180e-02 -1341651600: 1.9176269074e-02 -1341655200: 1.8025070862e-02 -1341658800: 1.5574371799e-02 -1341662400: 1.9166336323e-02 -1341666000: 1.3900887683e-02 -1341669600: 2.0555555556e-02 -1341673200: 4.3544599286e-02 -1341676800: 4.8110490703e-02 -1341680400: 2.8890881671e-02 -1341684000: 2.5277394104e-02 -1341687600: 3.6101337018e-02 -1341691200: 5.7034025184e-02 -1341694800: 1.0618401965e-01 -1341698400: 1.0216288932e-01 -1341702000: 1.0786865946e-01 -1341705600: 9.6111168585e-02 -1341709200: 2.0298349077e-02 -1341712800: 2.0082852606e-02 -1341716400: 2.0805142994e-02 -1341720000: 3.7637984891e-02 -1341723600: 1.2807766236e-01 -1341727200: 1.7887844256e-02 -1341730800: 1.6424698829e-02 -1341734400: 1.9971094170e-02 -1341738000: 1.4730945475e-02 -1341741600: 7.0286187554e-02 -1341745200: 4.4696257784e-02 -1341748800: 4.7478227631e-02 -1341752400: 3.7549029415e-02 -1341756000: 3.3888249698e-02 -1341759600: 1.7525569307e-01 -1341763200: 1.8194168056e-01 -1341766800: 1.6080134846e-01 -1341770400: 2.8082670400e-01 -1341774000: 1.2187064542e-01 -1341777600: 3.7707093020e-01 -1341781200: 3.8386846358e-01 -1341784800: 1.0858318532e-01 -1341788400: 3.7570246544e-02 -1341792000: 2.2194754553e-02 -1341795600: 1.6694134336e-02 -1341799200: 2.1649881876e-02 -1341802800: 2.2367597351e-02 -1341806400: 1.7567825671e-02 -1341810000: 1.9846222058e-02 -1341813600: 8.0430309503e-02 -1341817200: 1.0859806191e-01 -1341820800: 3.0266795053e-02 -1341824400: 2.4436421156e-02 -1341828000: 1.0272387346e-01 -1341831600: 2.3118647324e-01 -1341835200: 9.9129827771e-02 -1341838800: 6.3539440685e-01 -1341842400: 3.5862577111e-01 -1341846000: 2.6351149112e-01 -1341849600: 9.5419410797e-02 -1341853200: 2.6839055598e-01 -1341856800: 1.5647394911e-01 -1341860400: 7.0276764021e-02 -1341864000: 5.7056029782e-02 -1341867600: 8.2384267661e-02 -1341871200: 3.0120359182e-01 -1341874800: 1.4645949438e-01 -1341878400: 1.8859333383e-01 -1341882000: 2.3465499900e-02 -1341885600: 2.2457197942e-02 -1341889200: 1.8401904185e-02 -1341892800: 2.2777777778e-02 -1341896400: 2.3564011977e-02 -1341900000: 1.1725999103e-01 -1341903600: 3.2750155490e-02 -1341907200: 1.8055858323e-01 -1341910800: 1.0111677496e-01 -1341914400: 2.1843545146e-01 -1341918000: 2.7991493762e-01 -1341921600: 6.4428735964e-02 -1341925200: 3.0774305234e-01 -1341928800: 5.3939916166e-02 -1341932400: 3.7766392330e-02 -1341936000: 3.8622468613e-02 -1341939600: 1.2564149382e-01 -1341943200: 2.6733361516e-01 -1341946800: 3.8622408284e-01 -1341950400: 1.7203726717e-01 -1341954000: 1.6144085303e-01 -1341957600: 9.2309526749e-02 -1341961200: 5.4167302280e-02 -1341964800: 2.1657172491e-02 -1341968400: 1.6367918818e-02 -1341972000: 2.0572784229e-02 -1341975600: 2.1147512243e-02 -1341979200: 1.6084094632e-02 -1341982800: 8.4139039508e-02 -1341986400: 1.7415291634e-01 -1341990000: 1.3392562851e-01 -1341993600: 6.4019526419e-02 -1341997200: 2.7486779148e-01 -1342000800: 3.8460895724e-01 -1342004400: 1.1624425620e-01 -1342008000: 3.8563479367e-02 -1342011600: 2.1134397180e-02 -1342015200: 3.5005295111e-02 -1342018800: 1.6858465319e-01 -1342022400: 1.7531759117e-01 -1342026000: 7.3339262667e-02 -1342029600: 3.7771052958e-02 -1342033200: 2.1305668454e-01 -1342036800: 2.6423156160e-01 -1342040400: 1.8387721403e-01 -1342044000: 4.2165200524e-02 -1342047600: 1.5578064012e-02 -1342051200: 2.0797462410e-02 -1342054800: 2.0287717359e-02 -1342058400: 1.6368388891e-02 -1342062000: 2.0202400787e-02 -1342065600: 1.6599855786e-02 -1342069200: 4.0849101617e-02 -1342072800: 1.1896915799e-01 -1342076400: 3.0492714214e-02 -1342080000: 2.1640852009e-02 -1342083600: 2.9201537490e-02 -1342087200: 1.7633834512e-01 -1342090800: 1.1645305551e-01 -1342094400: 2.7465133789e-02 -1342098000: 4.2230978837e-02 -1342101600: 3.0859593029e-02 -1342105200: 8.2761478053e-02 -1342108800: 5.9107274156e-02 -1342112400: 1.2766590003e-01 -1342116000: 3.8197204167e-02 -1342119600: 4.2787788720e-01 -1342123200: 1.9888164581e-01 -1342126800: 1.4666271254e-01 -1342130400: 8.5498070596e-02 -1342134000: 1.6103393863e-02 -1342137600: 2.0830991015e-02 -1342141200: 1.7751381620e-02 -1342144800: 1.8093560870e-02 -1342148400: 1.9965884327e-02 -1342152000: 1.6012053719e-02 -1342155600: 4.6812459840e-02 -1342159200: 9.6638201586e-02 -1342162800: 1.3251306729e-01 -1342166400: 7.4724949897e-02 -1342170000: 2.1595831949e-01 -1342173600: 3.6814032389e-01 -1342177200: 1.1393080951e-01 -1342180800: 5.1959034256e-02 -1342184400: 1.1588962684e-01 -1342188000: 1.0743874508e-01 -1342191600: 4.1128896162e-02 -1342195200: 4.8897692319e-02 -1342198800: 9.2390740839e-02 -1342202400: 1.3339628309e-01 -1342206000: 2.5751538212e-01 -1342209600: 4.5728921630e-01 -1342213200: 2.3507619429e-01 -1342216800: 7.9823735424e-02 -1342220400: 1.7855447303e-02 -1342224000: 2.3241711267e-02 -1342227600: 1.7270576464e-02 -1342231200: 1.8966020399e-02 -1342234800: 1.9792594368e-02 -1342238400: 1.9927172872e-02 -1342242000: 1.7864405244e-02 -1342245600: 1.3162256150e-01 -1342249200: 2.4221590693e-02 -1342252800: 1.9988944908e-02 -1342256400: 2.1388052077e-02 -1342260000: 1.9974040952e-02 -1342263600: -nan -1342267200: -nan -1342270800: 1.5996122717e-02 -1342274400: 1.9721049795e-02 -1342278000: 1.9726371910e-02 -1342281600: 1.4996126982e-02 -1342285200: 1.9723523832e-02 -1342288800: 1.9446889169e-02 -1342292400: 3.0499477351e-02 -1342296000: 1.2452582264e-01 -1342299600: 1.5676565866e-01 -1342303200: 6.5618576218e-02 -1342306800: 1.8961545750e-02 -1342310400: 2.1115008163e-02 -1342314000: 1.5557320780e-02 -1342317600: 2.0904025159e-02 -1342321200: 2.1245247020e-02 -1342324800: 1.7264383395e-02 -1342328400: 2.0291097279e-02 -1342332000: 3.0809905084e-02 -1342335600: 1.1218481579e-01 -1342339200: 5.5053974316e-02 -1342342800: 5.6649144026e-02 -1342346400: 5.6127031772e-02 -1342350000: 4.6988122782e-01 -1342353600: 3.3537306475e-01 -1342357200: 5.3582558938e-02 -1342360800: 5.4787283035e-02 -1342364400: 6.7967084419e-02 -1342368000: 9.2793478563e-02 -1342371600: 1.3380398397e-01 -1342375200: 2.2094791556e-01 -1342378800: 2.8630847045e-01 -1342382400: 2.8821943244e-01 -1342386000: 1.6313995259e-01 -1342389600: 9.8936021163e-02 -1342393200: 3.3151540198e-02 -1342396800: 2.1689928591e-02 -1342400400: 1.7115759396e-02 -1342404000: 2.0357035560e-02 -1342407600: 2.0791813162e-02 -1342411200: 1.5866305619e-02 -1342414800: 7.3758518096e-02 -1342418400: 7.2824512717e-02 -1342422000: 6.0384184279e-02 -1342425600: 4.3609825639e-02 -1342429200: 2.7189514815e-02 -1342432800: 2.9480763199e-02 -1342436400: 2.9692244084e-02 -1342440000: 2.6695105283e-02 -1342443600: 3.1106412912e-02 -1342447200: 2.3905783017e-02 -1342450800: 2.1388888889e-02 -1342454400: 1.7488647947e-02 -1342458000: 1.3680795351e-01 -1342461600: 4.8456575641e-02 -1342465200: 4.0511875645e-02 -1342468800: 3.9459041013e-01 -1342472400: 1.2443671979e-01 -1342476000: 6.2075963236e-02 -1342479600: 5.4723982515e-02 -1342483200: 4.8366045735e-02 -1342486800: 1.7750673526e-02 -1342490400: 1.9490080205e-02 -1342494000: 1.8988316128e-02 -1342497600: 1.6828775999e-02 -1342501200: 3.1706202211e-02 -1342504800: 8.5822546938e-02 -1342508400: 2.8597320037e-02 -1342512000: 2.1656173767e-02 -1342515600: 1.0749088807e-01 -1342519200: 4.1413320432e-02 -1342522800: 3.0276764310e-02 -1342526400: 3.3594790248e-02 -1342530000: 2.5027286815e-02 -1342533600: 4.0831397811e-02 -1342537200: 1.3831839564e-01 -1342540800: 3.2439657799e-01 -1342544400: 1.2282481147e-01 -1342548000: 3.8328569134e-02 -1342551600: 3.8585868529e-02 -1342555200: 8.6604558120e-02 -1342558800: 1.1249020818e-01 -1342562400: 8.1743103210e-02 -1342566000: 2.7806519398e-02 -1342569600: 1.8031974253e-02 -1342573200: 2.0047814535e-02 -1342576800: 1.5802658841e-02 -1342580400: 2.0284900827e-02 -1342584000: 1.5301329221e-02 -1342587600: 3.7212849710e-02 -1342591200: 1.0166309472e-01 -1342594800: 3.1972273704e-01 -1342598400: 2.3623540756e-02 -1342602000: 4.0232653937e-02 -1342605600: 1.6270595073e-01 -1342609200: 1.2425682333e-01 -1342612800: 5.9724118472e-02 -1342616400: 4.3585454421e-02 -1342620000: 1.6417814097e-01 -1342623600: 1.4195686193e-01 -1342627200: 4.3889319676e-02 -1342630800: 3.3915120967e-02 -1342634400: 8.9432452671e-02 -1342638000: 1.8049628652e-01 -1342641600: 1.7602220404e-01 -1342645200: 2.7753550041e-01 -1342648800: 1.0898916618e-01 -1342652400: 3.6691056853e-02 -1342656000: 2.1075873458e-02 -1342659600: 1.5868570986e-02 -1342663200: 2.1150172994e-02 -1342666800: 2.0205741611e-02 -1342670400: 1.5303108916e-02 -1342674000: 2.1096049988e-02 -1342677600: 9.2780202736e-02 -1342681200: 3.0556338995e-02 -1342684800: 1.8057120023e-02 -1342688400: 3.9710479498e-02 -1342692000: 3.5540398336e-01 -1342695600: 1.8175983112e-01 -1342699200: 2.2501486541e-01 -1342702800: 1.2470191214e-01 -1342706400: 1.3896504536e-01 -1342710000: 3.9691890006e-02 -1342713600: 9.6352895030e-02 -1342717200: 3.6225490904e-01 -1342720800: 4.7533103760e-02 -1342724400: 6.6266077461e-02 -1342728000: 1.8130010650e-01 -1342731600: 1.1820363454e-01 -1342735200: 3.9218243984e-02 -1342738800: 1.6388088804e-02 -1342742400: 2.1097725344e-02 -1342746000: 1.9676963567e-02 -1342749600: 1.5914977768e-02 -1342753200: 2.0525004154e-02 -1342756800: 1.5558421086e-02 -1342760400: 4.2997618340e-02 -1342764000: 1.1395249067e-01 -1342767600: 4.2764562027e-02 -1342771200: 1.0531301483e-01 -1342774800: 2.8044504202e-02 -1342778400: 3.8897843147e-01 -1342782000: 7.5998204800e-02 -1342785600: 3.4663743508e-01 -1342789200: 1.2611251866e-01 -1342792800: 2.1671552860e-01 -1342796400: 1.8613012146e-02 -1342800000: 9.7444396655e-02 -1342803600: 1.2472360093e-01 -1342807200: 1.3444567366e-01 -1342810800: 1.0648881157e-01 -1342814400: 3.8408468405e-01 -1342818000: 4.4183342263e-01 -1342821600: 2.6305689362e-01 -1342825200: 1.7760782951e-01 -1342828800: 2.8493303708e-02 -1342832400: 1.7943970939e-02 -1342836000: 2.0793365094e-02 -1342839600: 1.9989079530e-02 -1342843200: 1.6415972248e-02 -1342846800: 2.8861462473e-02 -1342850400: 6.9672867248e-02 -1342854000: 1.0810242437e-01 -1342857600: 2.3419427025e-01 -1342861200: 1.6001407923e-01 -1342864800: 1.9437301206e-02 -1342868400: 1.5565018389e-02 -1342872000: 2.0009715518e-02 -1342875600: 1.5263869435e-02 -1342879200: 2.0001557932e-02 -1342882800: 1.6094798902e-02 -1342886400: 1.9195329287e-02 -1342890000: 1.6913445166e-02 -1342893600: 1.9753221501e-02 -1342897200: 1.7149852679e-02 -1342900800: 1.3891047681e-01 -1342904400: 4.3848979394e-02 -1342908000: 1.8397804404e-02 -1342911600: 1.5257495321e-02 -1342915200: 1.9490946948e-02 -1342918800: 1.4972677799e-02 -1342922400: 1.9264236422e-02 -1342926000: 2.1347289215e-02 -1342929600: 1.4966228877e-02 -1342933200: 2.0064167769e-02 -1342936800: 1.6944444444e-02 -1342940400: 2.0555555556e-02 -1342944000: 6.4432984674e-02 -1342947600: 2.0277121007e-02 -1342951200: 1.5275660065e-02 -1342954800: 1.9974514553e-02 -1342958400: 1.5595275256e-02 -1342962000: 1.8017755527e-02 -1342965600: 1.7527004972e-02 -1342969200: 1.6632662297e-02 -1342972800: 1.9198250530e-02 -1342976400: 1.5013215563e-02 -1342980000: 2.1932367623e-02 -1342983600: 1.5277156395e-02 -1342987200: 1.8623809315e-02 -1342990800: 1.4142472577e-02 -1342994400: 1.9166807261e-02 -1342998000: 1.3561573843e-02 -1343001600: 1.8606797762e-02 -1343005200: 1.4522348556e-02 -1343008800: 1.6567194132e-02 -1343012400: 1.6998386097e-02 -1343016000: 1.3903426682e-02 -1343019600: 2.0853520819e-02 -1343023200: 1.4455250047e-02 -1343026800: 1.9444444444e-02 -1343030400: 1.4430228064e-02 -1343034000: 1.9180883047e-02 -1343037600: 1.4166666667e-02 -1343041200: 1.7735552783e-02 -1343044800: 1.5862815498e-02 -1343048400: 1.4973201866e-02 -1343052000: 1.8344314462e-02 -1343055600: 1.6408137682e-02 -1343059200: 1.5257158691e-02 -1343062800: 1.8350481407e-02 -1343066400: 1.5568337610e-02 -1343070000: 1.9430570189e-02 -1343073600: 1.3624985367e-02 -1343077200: 1.8866596621e-02 -1343080800: 1.3607165046e-02 -1343084400: 1.9144161528e-02 -1343088000: 1.4176775762e-02 -1343091600: 1.6914360278e-02 -1343095200: 1.6741632350e-02 -1343098800: 1.5274909626e-02 -1343102400: 1.8659797534e-02 -1343106000: 1.5821973431e-02 -1343109600: 1.9721672848e-02 -1343113200: 1.3900798166e-02 -1343116800: 1.9417742184e-02 -1343120400: 1.4180092761e-02 -1343124000: 1.7196064211e-02 -1343127600: 1.6138315377e-02 -1343131200: 1.4979534754e-02 -1343134800: 1.8497200052e-02 -1343138400: 1.4035495106e-02 -1343142000: 1.9166666667e-02 -1343145600: 1.4444444444e-02 -1343149200: 1.9431992230e-02 -1343152800: 1.5568007770e-02 -1343156400: 2.0525368452e-02 -1343160000: 1.7505464308e-02 -1343163600: 1.7741748963e-02 -1343167200: 1.4757413902e-02 -1343170800: 1.6083821712e-02 -1343174400: 1.6997293776e-02 -1343178000: 1.3888888889e-02 -1343181600: 1.8286878698e-02 -1343185200: 1.6979178498e-02 -1343188800: 1.4409053430e-02 -1343192400: 2.0047111596e-02 -1343196000: 1.4433181304e-02 -1343199600: 1.9166049175e-02 -1343203200: 1.4443703772e-02 -1343206800: 1.9444300589e-02 -1343210400: 1.4168248182e-02 -1343214000: 1.9442090170e-02 -1343217600: 1.4180204586e-02 -1343221200: 1.8866672988e-02 -1343224800: 1.4466660346e-02 -1343228400: 1.8297943063e-02 -1343232000: 1.5313168048e-02 -1343235600: 1.7739257584e-02 -1343239200: 1.7525800387e-02 -1343242800: 1.6657332260e-02 -1343246400: 1.6133165323e-02 -1343250000: 1.5756835602e-02 -1343253600: 1.6996302362e-02 -1343257200: 1.4950859447e-02 -1343260800: 1.8095283777e-02 -1343264400: 1.4664954953e-02 -1343268000: 2.0371791859e-02 -1343271600: 1.4894613183e-02 -1343275200: 1.9034789554e-02 -1343278800: 1.5300187192e-02 -1343282400: 1.9430438535e-02 -1343286000: 1.4446356786e-02 -1343289600: 1.9178760234e-02 -1343293200: 1.4166666667e-02 -1343296800: 1.9431495589e-02 -1343300400: 1.4167642296e-02 -1343304000: 1.9178639892e-02 -1343307600: 1.4433380064e-02 -1343311200: 1.9423495051e-02 -1343314800: 1.6409574728e-02 -1343318400: 1.7767781005e-02 -1343322000: 1.5567325050e-02 -1343325600: 2.0258721056e-02 -1343329200: 1.4716224439e-02 -1343332800: 1.8319851256e-02 -1343336400: 1.4335327466e-02 -1343340000: 1.8743843359e-02 -1343343600: 1.3635587639e-02 -1343347200: 1.9141786007e-02 -1343350800: 1.3913769548e-02 -1343354400: 1.8990975612e-02 -1343358000: 1.4313121663e-02 -1343361600: 1.8893203970e-02 -1343365200: 1.5569277501e-02 -1343368800: 1.9443134543e-02 -1343372400: 1.4447056433e-02 -1343376000: 1.9444294310e-02 -1343379600: 1.4167168052e-02 -1343383200: 1.9166571174e-02 -1343386800: 1.4707394590e-02 -1343390400: 1.8624786088e-02 -1343394000: 1.6082946143e-02 -1343397600: 1.7251768380e-02 -1343401200: 1.7765421387e-02 -1343404800: 1.5841660619e-02 -1343408400: 1.9169994829e-02 -1343412000: 1.5843446925e-02 -1343415600: 1.9421865186e-02 -1343419200: 1.1270714639e-01 -1343422800: 1.5547358034e-01 -1343426400: 3.8586679271e-01 -1343430000: 1.0165074966e-01 -1343433600: 7.0335603168e-02 -1343437200: 2.4499140371e-02 -1343440800: 1.6643744745e-02 -1343444400: 2.1456932993e-02 -1343448000: 1.7452883755e-02 -1343451600: 1.9753249596e-02 -1343455200: 2.7757050985e-02 -1343458800: 6.0860212548e-02 -1343462400: 2.1923700546e-02 -1343466000: 2.0575704769e-02 -1343469600: 2.1494823221e-01 -1343473200: 1.2477239086e-01 -1343476800: 1.2798345906e-01 -1343480400: 7.3942227721e-02 -1343484000: 4.6657461918e-02 -1343487600: 4.2514236078e-02 -1343491200: 6.9990584075e-02 -1343494800: 2.0302247634e-02 -1343498400: 1.2737862270e-01 -1343502000: 3.5056342140e-02 -1343505600: 2.2714620498e-01 -1343509200: 2.2859715116e-01 -1343512800: 1.2529235768e-01 -1343516400: 1.2442649145e-01 -1343520000: 1.1051515015e-01 -1343523600: 8.4806382483e-02 -1343527200: 8.3433486525e-02 -1343530800: 7.8816713583e-02 -1343534400: 8.3856933711e-02 -1343538000: 8.3661313890e-02 -1343541600: 7.8622506506e-02 -1343545200: 8.3812255953e-02 -1343548800: 5.9846626829e-02 -1343552400: 1.1639630662e-01 -1343556000: 1.8319842809e-02 -1343559600: 1.0278265334e-01 -1343563200: 9.6364454356e-02 -1343566800: 6.2749563585e-02 -1343570400: 4.4215523594e-02 -1343574000: 1.9237020644e-01 -1343577600: 5.0593259967e-01 -1343581200: 1.0925439279e-01 -1343584800: 1.7931850604e-01 -1343588400: 2.3601135476e-01 -1343592000: 1.3578126663e-01 -1343595600: 1.1531534130e-01 -1343599200: 7.7105245385e-02 -1343602800: 2.5578107548e-02 -1343606400: 1.6691342519e-02 -1343610000: 2.2472192078e-02 -1343613600: 1.6416696810e-02 -1343617200: 2.2411502088e-02 -1343620800: 1.8036954290e-02 -1343624400: 2.0096270553e-02 -1343628000: 8.9177495291e-02 -1343631600: 1.8041891629e-02 -1343635200: 3.9445685478e-02 -1343638800: 2.3027408515e-02 -1343642400: 2.6138567153e-02 -1343646000: 3.4457558335e-02 -1343649600: 1.3275375735e-01 -1343653200: 2.2190830438e-01 -1343656800: 4.6126885919e-02 -1343660400: 4.2777152941e-02 -1343664000: 3.9730728709e-02 -1343667600: 1.4891201036e-01 -1343671200: 2.3889841863e-02 -1343674800: 5.9470348218e-02 -1343678400: 5.4658257484e-02 -1343682000: 2.0326293478e-01 -1343685600: 5.2245324776e-01 -1343689200: 1.1586385097e-01 -1343692800: 7.6437822017e-02 -1343696400: 1.8951230006e-02 -1343700000: 2.3891666434e-02 -1343703600: 1.9111233460e-02 -1343707200: 2.3586029736e-02 -1343710800: 1.0677025316e-01 -1343714400: 1.5000000000e-02 -1343718000: 2.0555555556e-02 -1343721600: 3.3014840343e-02 -1343725200: 2.6973822543e-02 -1343728800: 1.5149944991e-01 -1343732400: 2.7402285576e-01 -1343736000: 3.2243409742e-02 -1343739600: 2.9984173305e-02 -1343743200: 2.9995498583e-02 -1343746800: 3.5864401800e-02 -1343750400: 5.4433069349e-02 -1343754000: 8.8316657333e-02 -1343757600: 5.6934294510e-02 -1343761200: 7.3947337112e-02 -1343764800: 3.3501194184e-01 -1343768400: 1.7859582937e-01 -1343772000: 1.1215139947e-01 -1343775600: 5.0571559014e-02 -1343779200: 2.3630535311e-02 -1343782800: 2.0555391422e-02 -1343786400: 1.5818937409e-02 -1343790000: 2.0296979054e-02 -1343793600: 1.7709353945e-02 -1343797200: 1.8418356856e-02 -1343800800: 2.0776045856e-01 -1343804400: 5.3058949326e-02 -1343808000: 6.3220559660e-02 -1343811600: 8.0644600757e-02 -1343815200: 3.7247829274e-02 -1343818800: 9.5262791704e-02 -1343822400: 6.0267741612e-02 -1343826000: 7.6344979943e-02 -1343829600: 7.3663470906e-02 -1343833200: 4.9718081619e-02 -1343836800: 3.8357491575e-02 -1343840400: 3.9994257815e-02 -1343844000: 2.7513746613e-02 -1343847600: 4.9051848510e-02 -1343851200: 7.5698615850e-02 -1343854800: 3.5688235799e-01 -1343858400: 1.1871275774e-01 -1343862000: 1.3581398527e-01 -1343865600: 4.7427684530e-02 -1343869200: 2.1423252327e-02 -1343872800: 1.3675758093e-02 -1343876400: 1.9554284760e-02 -1343880000: 1.6127229263e-02 -1343883600: 2.1118491400e-02 -1343887200: 1.0388275806e-01 -1343890800: 4.1959393343e-02 -1343894400: 2.2584610879e-01 -1343898000: 9.8937101665e-02 -1343901600: 3.0767507409e-01 -1343905200: 1.2170050503e-01 -1343908800: 3.2752426435e-02 -1343912400: 2.6712670566e-02 -1343916000: 3.7196167729e-02 -1343919600: 4.3030075084e-02 -1343923200: 3.4137696662e-02 -1343926800: 8.1734319953e-02 -1343930400: 3.4985257267e-02 -1343934000: 8.2555557324e-02 -1343937600: 3.9183866943e-01 -1343941200: 1.5377873462e-01 -1343944800: 9.8834782359e-02 -1343948400: 7.0748957489e-02 -1343952000: 2.8887762446e-02 -1343955600: 1.5854461043e-02 -1343959200: 2.0836329404e-02 -1343962800: 1.5547323595e-02 -1343966400: 2.0589461148e-02 -1343970000: 1.7474737539e-02 -1343973600: 9.5580818017e-02 -1343977200: 1.9722222222e-02 -1343980800: 1.4273148878e-01 -1343984400: 1.4781472661e-01 -1343988000: 1.3302958987e-01 -1343991600: 6.6651356527e-02 -1343995200: 4.1694813844e-02 -1343998800: 4.6458776523e-02 -1344002400: 4.7399450846e-02 -1344006000: 3.5317619255e-02 -1344009600: 2.3056267806e-02 -1344013200: 6.3845076108e-02 -1344016800: 3.5321329468e-02 -1344020400: 4.7989041228e-02 -1344024000: 1.2947610371e-01 -1344027600: 3.9598158992e-01 -1344031200: 1.0115063561e-01 -1344034800: 6.2033411278e-02 -1344038400: 2.1407742504e-02 -1344042000: 2.1115321530e-02 -1344045600: 1.6062840050e-02 -1344049200: 2.0351707419e-02 -1344052800: 1.9927330263e-02 -1344056400: 3.2294891959e-02 -1344060000: 6.4434379265e-02 -1344063600: 1.4995262611e-02 -1344067200: 2.0835915227e-02 -1344070800: 2.7766699189e-02 -1344074400: 3.5252849538e-02 -1344078000: 6.9994635838e-02 -1344081600: 6.4750905357e-02 -1344085200: 5.8348979370e-02 -1344088800: 4.8579459558e-02 -1344092400: 4.5029721764e-02 -1344096000: 3.3331366041e-02 -1344099600: 1.9708271264e-02 -1344103200: 2.0014590165e-02 -1344106800: 1.6588913130e-02 -1344110400: 1.9812496127e-02 -1344114000: 2.0508346428e-02 -1344117600: 4.5572181376e-02 -1344121200: 1.2880532076e-01 -1344124800: 7.4731103532e-02 -1344128400: 1.9802028822e-02 -1344132000: 2.2499543160e-02 -1344135600: 1.6669301419e-02 -1344139200: 2.2496502960e-02 -1344142800: 2.7212606891e-02 -1344146400: 2.2814175763e-02 -1344150000: 1.0717118327e-01 -1344153600: 2.1299615685e-01 -1344157200: 1.8603063445e-01 -1344160800: 1.2209816708e-01 -1344164400: 4.1132557452e-02 -1344168000: 2.6913763894e-02 -1344171600: 1.0330967530e-01 -1344175200: 8.2762611030e-02 -1344178800: 6.2555544534e-02 -1344182400: 1.9230011760e-01 -1344186000: 1.8494113420e-01 -1344189600: 7.4683771775e-02 -1344193200: 5.8331210939e-02 -1344196800: 3.4923471678e-01 -1344200400: 1.5732065898e-01 -1344204000: 1.0925988377e-01 -1344207600: 3.1180434314e-02 -1344211200: 2.2777777778e-02 -1344214800: 2.1919564202e-02 -1344218400: 2.1534378832e-02 -1344222000: 2.1245211123e-02 -1344225600: 2.2872595218e-02 -1344229200: 1.4707539101e-01 -1344232800: 3.7852859614e-02 -1344236400: 3.6964142933e-02 -1344240000: 1.1271408916e-01 -1344243600: 7.2797199618e-02 -1344247200: 4.0580123843e-02 -1344250800: 1.9986638752e-02 -1344254400: 2.1085906295e-02 -1344258000: 3.5544345932e-02 -1344261600: 4.0010019387e-02 -1344265200: 4.4459395762e-02 -1344268800: 1.9166102723e-02 -1344272400: 1.2444377793e-01 -1344276000: 8.9644869652e-02 -1344279600: 1.0270610606e-01 -1344283200: 1.5439145934e-01 -1344286800: 1.2341484456e-01 -1344290400: 1.0525636278e-01 -1344294000: 1.1233666435e-01 -1344297600: 9.4103815811e-02 -1344301200: 2.7312257259e-02 -1344304800: 2.0026322294e-02 -1344308400: 2.0241050242e-02 -1344312000: 1.9881094682e-02 -1344315600: 1.2508947165e-01 -1344319200: 2.3471064756e-01 -1344322800: 1.0968640873e-01 -1344326400: 2.1184215024e-02 -1344330000: 2.0292920578e-02 -1344333600: 2.8616839249e-02 -1344337200: 1.7220165844e-01 -1344340800: 2.3095693848e-02 -1344344400: 2.8033987996e-02 -1344348000: 5.4983647783e-02 -1344351600: 4.3622529047e-02 -1344355200: 6.2223195185e-02 -1344358800: 2.5570168653e-02 -1344362400: 4.4675090348e-02 -1344366000: 6.2394970711e-02 -1344369600: 1.1112645340e-01 -1344373200: 3.8770606832e-01 -1344376800: 5.7163888553e-02 -1344380400: 2.3127177445e-02 -1344384000: 2.2391998560e-02 -1344387600: 1.9262457439e-02 -1344391200: 2.0285910503e-02 -1344394800: 2.0301617753e-02 -1344398400: 2.0277777778e-02 -1344402000: 2.0277777778e-02 -1344405600: 1.4267971699e-01 -1344409200: 4.5912073466e-02 -1344412800: 3.4729016347e-02 -1344416400: 1.8901415423e-02 -1344420000: 2.5873282199e-01 -1344423600: 2.4262868271e-01 -1344427200: 3.6894091272e-02 -1344430800: 2.0325504463e-02 -1344434400: 2.0285399150e-02 -1344438000: 2.0278169238e-02 -1344441600: 1.9453848369e-02 -1344445200: 4.8884587259e-02 -1344448800: 3.9170363751e-02 -1344452400: 6.3546421858e-02 -1344456000: 2.6417361188e-01 -1344459600: 3.7616916103e-01 -1344463200: 3.2118522176e-01 -1344466800: 9.0423697225e-02 -1344470400: 5.6459529154e-02 -1344474000: 2.2162940260e-02 -1344477600: 2.2891089950e-02 -1344481200: 2.2118206677e-02 -1344484800: 2.0580456450e-02 -1344488400: 1.4194576736e-01 -1344492000: 1.1832209746e-01 -1344495600: 7.5505030834e-02 -1344499200: 2.1169593819e-02 -1344502800: 2.9180736084e-02 -1344506400: 1.5443729159e-01 -1344510000: 6.7468945001e-02 -1344513600: 5.0826574520e-02 -1344517200: 5.5852927405e-02 -1344520800: 4.5849305556e-02 -1344524400: 4.2779402329e-02 -1344528000: 6.1390972778e-02 -1344531600: 5.3610462892e-02 -1344535200: 7.1357101738e-02 -1344538800: 6.8863066112e-02 -1344542400: 9.0308545309e-02 -1344546000: 5.3104487068e-01 -1344549600: 3.0026966217e-01 -1344553200: 4.6787175243e-02 -1344556800: 2.0511210944e-02 -1344560400: 2.2911247482e-02 -1344564000: 2.2085802497e-02 -1344567600: 2.0012023390e-02 -1344571200: 1.9479715687e-02 -1344574800: 1.9712678298e-02 -1344578400: 6.3840179245e-02 -1344582000: 2.6409981912e-02 -1344585600: 2.9452484454e-02 -1344589200: 4.2503560099e-02 -1344592800: 2.6403243851e-02 -1344596400: 2.5554413166e-02 -1344600000: 3.3345681199e-02 -1344603600: 1.9444444444e-02 -1344607200: 5.7721613575e-02 -1344610800: 4.4725402718e-02 -1344614400: 5.1934350887e-02 -1344618000: 7.2802024302e-02 -1344621600: 4.3901764069e-02 -1344625200: 9.9738646242e-02 -1344628800: 1.6202462016e-01 -1344632400: 9.9772325246e-02 -1344636000: 1.0896770128e-01 -1344639600: 5.2255193167e-02 -1344643200: 2.5600802802e-02 -1344646800: 2.2292895245e-02 -1344650400: 2.2365518057e-02 -1344654000: 2.0063808920e-02 -1344657600: 1.9722222222e-02 -1344661200: 2.2485818146e-02 -1344664800: 4.6918511189e-02 -1344668400: 2.4762337332e-02 -1344672000: 2.0801923446e-02 -1344675600: 1.6217836302e-01 -1344679200: 1.8671987459e-01 -1344682800: 1.0609510322e-01 -1344686400: 8.1082751485e-02 -1344690000: 6.5600570576e-02 -1344693600: 9.8066091064e-02 -1344697200: 3.7737068906e-02 -1344700800: 3.2815686936e-02 -1344704400: 2.6067218693e-01 -1344708000: 4.1709860989e-01 -1344711600: 3.4997804435e-02 -1344715200: 7.7169892624e-02 -1344718800: 2.7102849012e-01 -1344722400: 2.4111590918e-01 -1344726000: 7.0936812161e-02 -1344729600: 2.2801663067e-02 -1344733200: 2.0828043539e-02 -1344736800: 2.2563354430e-02 -1344740400: 2.2343409854e-02 -1344744000: 2.1127036468e-02 -1344747600: 2.9060842029e-02 -1344751200: 3.3459318898e-02 -1344754800: 8.7712874666e-02 -1344758400: 7.6428888091e-02 -1344762000: 2.7786078924e-02 -1344765600: 4.5004884437e-02 -1344769200: 3.5832462969e-02 -1344772800: 2.3336941321e-02 -1344776400: 2.4912377657e-01 -1344780000: 4.7250364973e-02 -1344783600: 3.8357175053e-02 -1344787200: 2.6083199273e-02 -1344790800: 5.3031529214e-02 -1344794400: 5.8907715856e-02 -1344798000: 3.3878388564e-02 -1344801600: 1.9945616031e-01 -1344805200: 9.7488839416e-02 -1344808800: 2.4777855462e-02 -1344812400: 1.9696402619e-02 -1344816000: 2.1613898739e-02 -1344819600: 2.2237798567e-02 -1344823200: 2.0029113376e-02 -1344826800: 1.9756120032e-02 -1344830400: 4.2135988721e-02 -1344834000: 2.2748666201e-02 -1344837600: 1.1521902871e-01 -1344841200: 1.6707347091e-01 -1344844800: 1.7213807442e-01 -1344848400: 9.9551959125e-02 -1344852000: 3.6206121711e-01 -1344855600: 1.6847427271e-01 -1344859200: 4.8346510681e-02 -1344862800: 4.2494889292e-02 -1344866400: 4.2513257235e-02 -1344870000: 4.4438734202e-02 -1344873600: 2.2514376741e-02 -1344877200: 2.1102284969e-02 -1344880800: 4.3316183977e-02 -1344884400: 9.4128686331e-02 -1344888000: 7.0229879341e-02 -1344891600: 1.2494583141e-01 -1344895200: 1.1057536784e-01 -1344898800: 6.8997145963e-02 -1344902400: 2.3350361556e-02 -1344906000: 2.0540092697e-02 -1344909600: 2.3044795490e-02 -1344913200: 2.1692249779e-02 -1344916800: 1.9755563477e-02 -1344920400: 2.1348736808e-02 -1344924000: 1.5465293248e-01 -1344927600: 1.9016269040e-01 -1344931200: 4.5297335799e-01 -1344934800: 1.4749450451e-01 -1344938400: 4.1586221527e-01 -1344942000: 2.0162354393e-01 -1344945600: 1.7611313027e-01 -1344949200: 8.0274121352e-02 -1344952800: 1.8420340072e-01 -1344956400: 3.9710839094e-02 -1344960000: 3.5844584926e-02 -1344963600: 6.4578551936e-02 -1344967200: 6.5669428237e-02 -1344970800: 1.1541364457e-01 -1344974400: 1.5047450008e-01 -1344978000: 1.3153099762e-01 -1344981600: 6.3683356948e-02 -1344985200: 2.6693607708e-02 -1344988800: 2.0302966266e-02 -1344992400: 2.2960654167e-02 -1344996000: 2.2594901388e-02 -1344999600: 2.0277777778e-02 -1345003200: 2.0253052687e-02 -1345006800: 4.5302502868e-02 -1345010400: 6.5810041352e-02 -1345014000: 2.7750873975e-01 -1345017600: 2.3070107789e-02 -1345021200: 2.8032072005e-02 -1345024800: 4.9565011971e-02 -1345028400: 1.7432652252e-01 -1345032000: 2.8897229443e-02 -1345035600: 7.7741742433e-02 -1345039200: 9.0018584419e-02 -1345042800: 4.5840922750e-02 -1345046400: 5.1940658822e-02 -1345050000: 5.5799804411e-02 -1345053600: 9.6646681507e-02 -1345057200: 6.1285281126e-02 -1345060800: 3.8581355575e-01 -1345064400: 2.9813897828e-01 -1345068000: 9.5550671708e-02 -1345071600: 8.4800297305e-02 -1345075200: 3.9974627233e-02 -1345078800: 2.3127358310e-02 -1345082400: 2.0813308618e-02 -1345086000: 2.0853358048e-02 -1345089600: 2.1082347805e-02 -1345093200: 6.6324045736e-02 -1345096800: 2.0874516083e-01 -1345100400: 4.0503749752e-02 -1345104000: 2.7725035746e-02 -1345107600: 4.3602638266e-02 -1345111200: 4.6412468531e-02 -1345114800: 4.4751878879e-02 -1345118400: 4.4441327893e-02 -1345122000: 4.1665017358e-02 -1345125600: 4.5005808790e-02 -1345129200: 4.1942492876e-02 -1345132800: 5.2189480472e-02 -1345136400: 4.5292509047e-02 -1345140000: 2.8361228435e-02 -1345143600: 2.2788142916e-02 -1345147200: 5.7096813067e-02 -1345150800: 9.1693396859e-02 -1345154400: 8.7483684642e-02 -1345158000: 3.9793402219e-02 -1345161600: 1.8932703213e-02 -1345165200: 1.8888888889e-02 -1345168800: 1.9136831249e-02 -1345172400: 1.9957459962e-02 -1345176000: 2.1132609447e-02 -1345179600: 7.6161988231e-02 -1345183200: 1.9709458752e-02 -1345186800: 1.2969483697e-01 -1345190400: 1.1425102435e-01 -1345194000: 5.9111893437e-02 -1345197600: 3.1639625490e-02 -1345201200: 2.6678908800e-02 -1345204800: 2.0557393367e-02 -1345208400: 2.2650985484e-01 -1345212000: 8.6511781854e-02 -1345215600: 1.0931896364e-01 -1345219200: 7.4050660243e-02 -1345222800: 8.5276997058e-02 -1345226400: 7.4368968533e-02 -1345230000: 9.4943995879e-02 -1345233600: 2.9591724350e-01 -1345237200: 9.9303766081e-02 -1345240800: 1.1007644721e-01 -1345244400: 1.0331495583e-01 -1345248000: 6.1790393120e-02 -1345251600: 2.2649852985e-02 -1345255200: 2.2572044071e-02 -1345258800: 2.3062263008e-02 -1345262400: 2.2532481912e-02 -1345266000: 3.1978148887e-02 -1345269600: 4.6091174972e-02 -1345273200: 1.9740946167e-02 -1345276800: 1.9179252364e-02 -1345280400: 6.7436724619e-02 -1345284000: 8.5140132899e-02 -1345287600: 3.3465765550e-01 -1345291200: 9.6075047872e-02 -1345294800: 2.0773467985e-01 -1345298400: 1.1086452302e-01 -1345302000: 3.3619898377e-02 -1345305600: 3.0554991275e-02 -1345309200: 3.0294212947e-02 -1345312800: 3.1095951802e-02 -1345316400: 8.4949164183e-02 -1345320000: 1.0718284715e-01 -1345323600: 1.8015083806e-01 -1345327200: 1.4483263710e-01 -1345330800: 5.8361994530e-02 -1345334400: 2.4519438072e-02 -1345338000: 2.1392807179e-02 -1345341600: 2.0831086100e-02 -1345345200: 2.0278294611e-02 -1345348800: 2.3313628259e-02 -1345352400: 4.0866471793e-02 -1345356000: 2.0846974813e-02 -1345359600: 6.9970217839e-02 -1345363200: 1.3639328234e-01 -1345366800: 5.2971972052e-02 -1345370400: 3.6706464812e-02 -1345374000: 5.9470650660e-02 -1345377600: 7.6388611873e-02 -1345381200: 1.2517103103e-01 -1345384800: 2.8091614481e-01 -1345388400: 1.0751653379e-01 -1345392000: 7.8586457582e-02 -1345395600: 7.3652822023e-02 -1345399200: 6.0552722439e-02 -1345402800: 8.5479688967e-02 -1345406400: 3.6339288702e-01 -1345410000: 1.1108834892e-01 -1345413600: 3.3131052730e-02 -1345417200: 2.1864753647e-02 -1345420800: 2.3641183268e-02 -1345424400: 2.1136748178e-02 -1345428000: 2.0023981574e-02 -1345431600: 2.0252675765e-02 -1345435200: 2.1620579642e-02 -1345438800: 8.9459491579e-02 -1345442400: 6.0333919680e-02 -1345446000: 3.4697441151e-02 -1345449600: 4.5248486010e-02 -1345453200: 4.4197964079e-02 -1345456800: 4.1664610709e-02 -1345460400: 4.1937771106e-02 -1345464000: 4.6932045898e-02 -1345467600: 1.5996076964e-01 -1345471200: 3.3381840492e-02 -1345474800: 2.6109954304e-02 -1345478400: 2.6906806843e-02 -1345482000: 2.5340741526e-02 -1345485600: 2.1364295862e-02 -1345489200: 5.7713764967e-02 -1345492800: 7.7509455549e-02 -1345496400: 7.9787078612e-02 -1345500000: 1.9665923762e-02 -1345503600: 2.1975805801e-02 -1345507200: 2.1126110649e-02 -1345510800: 1.9170616897e-02 -1345514400: 1.9023489303e-02 -1345518000: 1.8918342533e-02 -1345521600: 2.6614010220e-02 -1345525200: 4.6072277232e-02 -1345528800: 1.3051095384e-01 -1345532400: 2.2041386982e-01 -1345536000: 4.1933117334e-02 -1345539600: 2.8590619168e-02 -1345543200: 4.9403621142e-02 -1345546800: 1.2199491265e-01 -1345550400: 2.8891166217e-02 -1345554000: 4.3863871256e-02 -1345557600: 4.5288306355e-02 -1345561200: 3.3636019082e-02 -1345564800: 4.3593959389e-02 -1345568400: 2.9151894658e-02 -1345572000: 2.8061206850e-02 -1345575600: 2.4177942569e-02 -1345579200: 6.1045764417e-02 -1345582800: 7.8478286782e-02 -1345586400: 6.9339169270e-02 -1345590000: 2.1364634756e-02 -1345593600: 1.9760203441e-02 -1345597200: 1.8886158147e-02 -1345600800: 1.5341924127e-02 -1345604400: 1.8775745724e-02 -1345608000: 1.9009181755e-02 -1345611600: 3.3320251065e-02 -1345615200: 2.1392614067e-02 -1345618800: 4.6363869254e-02 -1345622400: 4.4769507166e-02 -1345626000: 3.8324618458e-02 -1345629600: 1.1291378116e-01 -1345633200: 3.1317657827e-01 -1345636800: 1.7581392779e-01 -1345640400: 2.3444309598e-01 -1345644000: 1.6337412914e-01 -1345647600: 4.8025959817e-02 -1345651200: 4.3359909068e-02 -1345654800: 2.2904783218e-01 -1345658400: 1.3207498990e-01 -1345662000: 7.2711976422e-02 -1345665600: 7.4274640758e-02 -1345669200: 1.3195832383e-01 -1345672800: 1.0861811434e-01 -1345676400: 3.9367314294e-02 -1345680000: 2.4115672543e-02 -1345683600: 2.2823229838e-02 -1345687200: 1.9818223495e-02 -1345690800: 2.0554838631e-02 -1345694400: 4.0480371751e-02 -1345698000: 5.2887899521e-02 -1345701600: 7.2465062061e-02 -1345705200: 5.5529897183e-02 -1345708800: 1.0512318350e-01 -1345712400: 1.7178676161e-01 -1345716000: 8.0261908944e-02 -1345719600: 1.7198553988e-01 -1345723200: 2.8053529605e-02 -1345726800: 9.0844035533e-02 -1345730400: 4.1119132871e-02 -1345734000: 4.5553367952e-02 -1345737600: 1.9733117799e-02 -1345741200: 1.9164820225e-02 -1345744800: 2.2165079297e-02 -1345748400: 3.0624070048e-02 -1345752000: 1.8585173263e-02 -1345755600: 2.9169268466e-02 -1345759200: 1.8356669381e-02 -1345762800: 2.1343773334e-02 -1345766400: 2.0851145293e-02 -1345770000: 1.8889342817e-02 -1345773600: 1.8893047290e-02 -1345777200: 1.8911580154e-02 -1345780800: 1.8888888889e-02 -1345784400: 2.0442828213e-02 -1345788000: 2.0856123823e-02 -1345791600: 2.0609002155e-02 -1345795200: 1.8634351382e-02 -1345798800: 1.8346583316e-02 -1345802400: 1.8333333333e-02 -1345806000: 1.8876011641e-02 -1345809600: 1.8623988359e-02 -1345813200: 1.9145433657e-02 -1345816800: 2.0840429311e-02 -1345820400: 1.5835891775e-02 -1345824000: 1.8887859869e-02 -1345827600: 1.9917853302e-02 -1345831200: 2.1130591971e-02 -1345834800: 1.9215028960e-02 -1345838400: 1.8057409003e-02 -1345842000: 1.8328714040e-02 -1345845600: 1.8085232556e-02 -1345849200: 1.9647812278e-02 -1345852800: 2.0845065027e-02 -1345856400: 1.9760342979e-02 -1345860000: 1.8357890827e-02 -1345863600: 1.8611111111e-02 -1345867200: 1.8586929901e-02 -1345870800: 1.8623132184e-02 -1345874400: 2.0250456186e-02 -1345878000: 2.0575101881e-02 -1345881600: 1.9451668239e-02 -1345885200: 1.8610420653e-02 -1345888800: 1.8611574436e-02 -1345892400: 1.8346272076e-02 -1345896000: 1.8611111111e-02 -1345899600: 1.9697810083e-02 -1345903200: 2.0835355973e-02 -1345906800: 2.0553723076e-02 -1345910400: 1.3606293283e-02 -1345914000: 2.1906055557e-02 -1345917600: 2.0042541803e-02 -1345921200: 1.8635998003e-02 -1345924800: 1.8308989679e-02 -1345928400: 1.8357676988e-02 -1345932000: 1.8539547179e-02 -1345935600: 2.0547809814e-02 -1345939200: 2.0052526851e-02 -1345942800: 1.8360116157e-02 -1345946400: 1.8611111111e-02 -1345950000: 1.8611111111e-02 -1345953600: 1.8611111111e-02 -1345957200: 1.8864121347e-02 -1345960800: 2.0815973634e-02 -1345964400: 2.0553279960e-02 -1345968000: 1.8655513949e-02 -1345971600: 1.8593726419e-02 -1345975200: 1.8350718026e-02 -1345978800: 2.5544261061e-02 -1345982400: 1.9177961161e-02 -1345986000: 2.3383613224e-01 -1345989600: 4.8635860395e-02 -1345993200: 4.1665830007e-02 -1345996800: 8.0512315437e-02 -1346000400: 2.7534729018e-02 -1346004000: 3.0302005071e-02 -1346007600: 2.2511060529e-01 -1346011200: 1.8552386990e-01 -1346014800: 4.6604069367e-01 -1346018400: 2.6199904245e-01 -1346022000: 1.3881600499e-01 -1346025600: 4.4948621819e-02 -1346029200: 2.2706492464e-02 -1346032800: 2.1534463918e-02 -1346036400: 2.0252659681e-02 -1346040000: 2.0025118096e-02 -1346043600: 1.4773686996e-01 -1346047200: 4.1960674638e-02 -1346050800: 2.7224636830e-02 -1346054400: 4.4392548009e-02 -1346058000: 4.0340774802e-02 -1346061600: 2.2501031361e-02 -1346065200: 2.2774832225e-02 -1346068800: 2.2780380434e-02 -1346072400: 3.7210169429e-02 -1346076000: 3.8911415641e-02 -1346079600: 2.2764558874e-02 -1346083200: 2.2778680060e-02 -1346086800: 2.0278206271e-02 -1346090400: 2.0002471631e-02 -1346094000: 6.6368475815e-02 -1346097600: 2.1672134313e-02 -1346101200: 7.0557296155e-02 -1346104800: 2.0022621325e-02 -1346108400: 2.0787104495e-02 -1346112000: 2.0531720510e-02 -1346115600: 1.8657607347e-02 -1346119200: 1.8356900981e-02 -1346122800: 1.8588224855e-02 -1346126400: 1.8596784116e-02 -1346130000: 1.3972073278e-01 -1346133600: 8.5292973808e-02 -1346137200: 1.0944486236e-01 -1346140800: 3.0828866355e-02 -1346144400: 1.4188614256e-01 -1346148000: 2.1497809471e-01 -1346151600: 2.2673088568e-01 -1346155200: 1.8471990720e-01 -1346158800: 2.4670205401e-01 -1346162400: 2.9165370839e-02 -1346166000: 3.6068626035e-02 -1346169600: 8.6125773500e-02 -1346173200: 7.8627064118e-02 -1346176800: 8.9943509548e-02 -1346180400: 2.6070214053e-01 -1346184000: 1.0642321042e-01 -1346187600: 1.0431800343e-01 -1346191200: 1.8613240438e-02 -1346194800: 1.8610336161e-02 -1346198400: 1.8635418765e-02 -1346202000: 1.8997169539e-02 -1346205600: 2.0272290736e-02 -1346209200: 2.0529067613e-02 -1346212800: 1.9499508073e-02 -1346216400: 2.9736022022e-02 -1346220000: 6.1364503056e-02 -1346223600: 7.6123894342e-02 -1346227200: 1.0581536821e-01 -1346230800: 4.0002451566e-02 -1346234400: 3.6983489478e-02 -1346238000: 2.3321324338e-02 -1346241600: 1.8057455146e-02 -1346245200: 2.9427775071e-02 -1346248800: 3.9444726561e-02 -1346252400: 4.4715015174e-02 -1346256000: 2.3613988848e-02 -1346259600: 6.7617521343e-02 -1346263200: 9.8422769587e-02 -1346266800: 8.3188111479e-02 -1346270400: 1.1230317642e-01 -1346274000: 7.5419066210e-02 -1346277600: 1.4446666410e-02 -1346281200: 1.8983050653e-02 -1346284800: 1.5206019427e-02 -1346288400: 1.6666666667e-02 -1346292000: 1.8501516984e-02 -1346295600: 1.6776260794e-02 -1346299200: 1.6318271437e-02 -1346302800: 3.2825118006e-02 -1346306400: 1.8040647174e-02 -1346310000: 3.3635515328e-02 -1346313600: 2.0847114722e-02 -1346317200: 1.4988923922e-02 -1346320800: 2.1666943957e-02 -1346324400: 3.5267551267e-02 -1346328000: 4.4693717532e-02 -1346331600: 2.5561486529e-02 -1346335200: 5.9186486606e-02 -1346338800: 5.3079334631e-02 -1346342400: 6.3481476010e-02 -1346346000: 3.8425982588e-02 -1346349600: 2.0292348767e-02 -1346353200: 2.3331598957e-02 -1346356800: 5.9851146548e-02 -1346360400: 1.0919827109e-01 -1346364000: 9.2527407039e-02 -1346367600: 3.4558435666e-02 -1346371200: 1.9695590175e-02 -1346374800: 1.4447471791e-02 -1346378400: 1.9721828228e-02 -1346382000: 1.4468443140e-02 -1346385600: 1.9966749406e-02 -1346389200: 4.2463492575e-02 -1346392800: 5.5326674933e-02 -1346396400: 1.7496157132e-02 -1346400000: 1.6678315038e-02 -1346403600: 1.1383499952e-01 -1346407200: 5.7152728520e-01 -1346410800: 2.5121711713e-01 -1346414400: 4.3029596876e-01 -1346418000: 2.4534128272e-01 -1346421600: 4.5827224159e-02 -1346425200: 1.5945654555e-01 -1346428800: 4.3830581315e-02 -1346432400: 2.6725163317e-02 -1346436000: 1.8857684396e-02 -1346439600: 1.5017708605e-02 -1346443200: 1.9169733213e-02 -1346446800: 1.6499746986e-01 -1346450400: 1.1822407718e-01 -1346454000: 9.1473307069e-02 -1346457600: 3.4190669705e-02 -1346461200: 1.6415126546e-02 -1346464800: 2.1843806272e-02 -1346468400: 1.5911026053e-02 -1346472000: 1.9948752213e-02 -1346475600: 1.7296415462e-02 -1346479200: 5.5986047699e-02 -1346482800: 9.5914737641e-02 -1346486400: 6.5806373900e-02 -1346490000: 3.7560305474e-02 -1346493600: 3.5086735715e-02 -1346497200: 2.0435531024e-01 -1346500800: 1.6632897921e-02 -1346504400: 1.8379813634e-02 -1346508000: 1.5258804503e-02 -1346511600: 1.9725393932e-02 -1346515200: 1.4724222465e-02 -1346518800: 2.0000260815e-02 -1346522400: 1.8069096062e-02 -1346526000: 1.5253442456e-02 -1346529600: 1.9443137821e-02 -1346533200: 1.4470086390e-02 -1346536800: 1.8282939194e-02 -1346540400: 1.5605949695e-02 -1346544000: 1.5478492110e-02 -1346547600: 1.8410396779e-02 -1346551200: 1.4444444444e-02 -1346554800: 1.9973092279e-02 -1346558400: 1.4719169159e-02 -1346562000: 1.8593811977e-02 -1346565600: 1.7547259918e-02 -1346569200: 1.4722222222e-02 -1346572800: 2.0267268025e-02 -1346576400: 1.5276652004e-02 -1346580000: 2.5078405410e-01 -1346583600: 2.1468442959e-01 -1346587200: 1.7727184206e-01 -1346590800: 2.7253873903e-02 -1346594400: 2.6071620618e-02 -1346598000: 2.8096354058e-02 -1346601600: 2.4430544595e-02 -1346605200: 2.9459838561e-02 -1346608800: 4.2768486400e-02 -1346612400: 1.9582298367e-01 -1346616000: 2.0839176358e-01 -1346619600: 1.8856317771e-01 -1346623200: 8.3027110904e-02 -1346626800: 3.5559586372e-02 -1346630400: 1.6714858301e-02 -1346634000: 1.8532040102e-02 -1346637600: 1.8412404343e-02 -1346641200: 1.5792792673e-02 -1346644800: 2.3096096216e-02 -1346648400: 1.0174041519e-01 -1346652000: 1.2575958481e-01 -1346655600: 2.0833333333e-02 -1346659200: 5.6642664103e-02 -1346662800: 4.2789278650e-02 -1346666400: 3.7997638151e-02 -1346670000: 4.3370190697e-02 -1346673600: 3.1274785734e-02 -1346677200: 2.2895179648e-02 -1346680800: 1.9177084196e-02 -1346684400: 1.5291337104e-01 -1346688000: 1.7766203000e-01 -1346691600: 2.0247171197e-02 -1346695200: 5.1066925246e-02 -1346698800: 2.5572298172e-01 -1346702400: 3.2557541602e-01 -1346706000: 1.8823912750e-01 -1346709600: 3.9678596226e-01 -1346713200: 8.3723686251e-02 -1346716800: 3.9775609899e-02 -1346720400: 1.9554480614e-02 -1346724000: 1.5837139995e-02 -1346727600: 2.0859765435e-02 -1346731200: 1.8934823063e-02 -1346734800: 1.6133067469e-01 -1346738400: 1.5326815714e-01 -1346742000: 3.3410789547e-02 -1346745600: 1.9979785505e-02 -1346749200: 3.8605765821e-02 -1346752800: 3.1952131071e-01 -1346756400: 2.2157759965e-01 -1346760000: 2.8416971662e-01 -1346763600: 2.2136391253e-01 -1346767200: 4.7824230266e-02 -1346770800: 1.2498093842e-01 -1346774400: 1.2330519173e-01 -1346778000: 1.8977150251e-01 -1346781600: 8.5212043896e-02 -1346785200: 1.2424926179e-01 -1346788800: 2.3304917073e-01 -1346792400: 1.6902712852e-01 -1346796000: 4.4002992035e-02 -1346799600: 1.9703090899e-02 -1346803200: 1.6989691686e-02 -1346806800: 2.0499125990e-02 -1346810400: 1.6421805064e-02 -1346814000: 2.1942810762e-02 -1346817600: 1.6113562347e-02 -1346821200: 4.1666180379e-02 -1346824800: 1.1711551662e-01 -1346828400: 8.5407665499e-02 -1346832000: 1.8013974095e-02 -1346835600: 2.3374914794e-02 -1346839200: 3.2019647230e-01 -1346842800: 3.3310729209e-01 -1346846400: 4.7516051112e-02 -1346850000: 3.2740323530e-01 -1346853600: 2.0398024207e-01 -1346857200: 5.0817915441e-02 -1346860800: 3.8342792959e-02 -1346864400: 9.9966228703e-02 -1346868000: 1.8744594936e-01 -1346871600: 1.6571302052e-01 -1346875200: 1.9183695186e-01 -1346878800: 2.0146607416e-01 -1346882400: 6.4337973329e-02 -1346886000: 5.0047308900e-02 -1346889600: 1.6131681271e-02 -1346893200: 2.0579699514e-02 -1346896800: 1.5808121486e-02 -1346900400: 2.0554416882e-02 -1346904000: 1.4748572743e-02 -1346907600: 3.4898558664e-02 -1346911200: 1.7808192936e-01 -1346914800: 6.8686178642e-02 -1346918400: 1.9698386017e-02 -1346922000: 1.5011799060e-02 -1346925600: 1.9149350595e-02 -1346929200: 1.5575457157e-02 -1346932800: 1.8578169623e-02 -1346936400: 1.6431281993e-02 -1346940000: 1.6894547538e-02 -1346943600: 1.8646744160e-02 -1346947200: 1.5145580576e-02 -1346950800: 5.0947327269e-02 -1346954400: 5.6849911975e-02 -1346958000: 9.2898303501e-02 -1346961600: 1.4954393836e-01 -1346965200: 2.6549049102e-01 -1346968800: 3.6442496723e-01 -1346972400: 3.2744923160e-02 -1346976000: 2.1413265213e-02 -1346979600: 1.7114272509e-02 -1346983200: 2.0941283047e-02 -1346986800: 1.7703569650e-02 -1346990400: 2.0605260195e-02 -1346994000: 3.1801648205e-02 -1346997600: 1.6987477453e-01 -1347001200: 1.6959191869e-02 -1347004800: 2.0819185591e-02 -1347008400: 1.4726661006e-02 -1347012000: 2.0009708958e-02 -1347015600: 1.5266998323e-02 -1347019200: 1.9998252610e-02 -1347022800: 1.4734749067e-02 -1347026400: 1.9381380413e-02 -1347030000: 1.5882280779e-02 -1347033600: 1.7475214479e-02 -1347037200: 1.7538902107e-02 -1347040800: 1.4976789272e-02 -1347044400: 1.9878117822e-02 -1347048000: 1.4567184192e-02 -1347051600: 1.9979537226e-02 -1347055200: 1.4464006805e-02 -1347058800: 1.9397047880e-02 -1347062400: 1.5348427914e-02 -1347066000: 1.5463615674e-02 -1347069600: 2.1788491098e-02 -1347073200: 1.7517276271e-02 -1347076800: 2.0251868111e-02 -1347080400: 1.4748131889e-02 -1347084000: 1.9140350239e-02 -1347087600: 1.6126965939e-02 -1347091200: 1.6084712864e-02 -1347094800: 1.9203526514e-02 -1347098400: 1.5268123425e-02 -1347102000: 2.0287432131e-02 -1347105600: 1.5277777778e-02 -1347109200: 1.9135157012e-02 -1347112800: 1.6668418414e-02 -1347116400: 1.6103059667e-02 -1347120000: 1.9470842519e-02 -1347123600: 1.6108989190e-02 -1347127200: 5.5795828873e-02 -1347130800: 4.2385046082e-02 -1347134400: 1.4139398504e-01 -1347138000: 1.4074217078e-01 -1347141600: 9.4039031773e-02 -1347145200: 4.8583878270e-02 -1347148800: 1.8435119582e-02 -1347152400: 2.1389414243e-02 -1347156000: 1.5833204475e-02 -1347159600: 2.1390589800e-02 -1347163200: 1.6110969828e-02 -1347166800: 4.0677293994e-02 -1347170400: 6.2935387040e-02 -1347174000: 6.7233203551e-02 -1347177600: 1.7472973167e-02 -1347181200: 1.7800918012e-02 -1347184800: 2.0002169372e-02 -1347188400: 1.5277791157e-02 -1347192000: 4.2754387910e-02 -1347195600: 2.4995020285e-02 -1347199200: 3.9994056444e-02 -1347202800: 7.1029546205e-02 -1347206400: 6.6191898486e-02 -1347210000: 1.6169683517e-01 -1347213600: 8.2367108479e-02 -1347217200: 1.7248680725e-01 -1347220800: 2.4154387424e-01 -1347224400: 2.8592562803e-01 -1347228000: 9.4800271466e-02 -1347231600: 5.5071253195e-02 -1347235200: 1.6123042145e-02 -1347238800: 2.3587592469e-02 -1347242400: 1.6447236388e-02 -1347246000: 1.5833333333e-02 -1347249600: 2.0801855621e-02 -1347253200: 1.5986916887e-01 -1347256800: 1.0709593564e-01 -1347260400: 4.9986264541e-02 -1347264000: 4.2219807590e-02 -1347267600: 3.8350904189e-02 -1347271200: 2.0833631048e-02 -1347274800: 2.6397988056e-02 -1347278400: 2.5816644210e-02 -1347282000: 1.9983901978e-02 -1347285600: 2.3075882247e-02 -1347289200: 3.1667050892e-02 -1347292800: 2.6651782880e-02 -1347296400: 3.0565915101e-02 -1347300000: 7.2360992546e-02 -1347303600: 1.2371373195e-01 -1347307200: 2.7108973459e-01 -1347310800: 2.1153651665e-01 -1347314400: 1.2560588150e-01 -1347318000: 3.1265298782e-02 -1347321600: 2.1642136862e-02 -1347325200: 1.6364215413e-02 -1347328800: 2.1136111943e-02 -1347332400: 1.9631925930e-02 -1347336000: 1.7870042774e-02 -1347339600: 2.2376142304e-02 -1347343200: 1.8983640603e-01 -1347346800: 3.0418521769e-01 -1347350400: 5.7479116147e-02 -1347354000: 6.7509564248e-02 -1347357600: 3.9724721929e-02 -1347361200: 2.8620980514e-02 -1347364800: 2.8298225778e-02 -1347368400: 3.7812138104e-02 -1347372000: 4.2765975490e-02 -1347375600: 3.9969848778e-02 -1347379200: 1.1472896737e-01 -1347382800: 2.8385080100e-01 -1347386400: 1.4108829388e-01 -1347390000: 3.2204932313e-01 -1347393600: 2.1223868074e-01 -1347397200: 2.1283901871e-01 -1347400800: 9.8763738083e-02 -1347404400: 2.6996184939e-02 -1347408000: 1.6076700436e-02 -1347411600: 2.0287508241e-02 -1347415200: 1.6341068451e-02 -1347418800: 1.6060606061e-02 -1347422400: 2.0555555556e-02 -1347426000: 3.8933398412e-02 -1347429600: 1.8149202415e-01 -1347433200: 1.2805747426e-01 -1347436800: 2.2671062318e-01 -1347440400: 8.1308309244e-02 -1347444000: 5.6939481379e-01 -1347447600: 4.2347450195e-01 -1347451200: 7.9770980944e-02 -1347454800: 6.4958432319e-02 -1347458400: 7.3376971135e-02 -1347462000: 6.6887794509e-02 -1347465600: 8.5597725877e-02 -1347469200: 1.3213072920e-01 -1347472800: 1.8140046379e-01 -1347476400: 1.5686772084e-01 -1347480000: 4.2189151166e-01 -1347483600: 1.1956786201e-01 -1347487200: 7.3640500131e-02 -1347490800: 3.3679903312e-02 -1347494400: 2.5551250904e-02 -1347498000: 1.9720582351e-02 -1347501600: 2.4719049496e-02 -1347505200: 1.9441990583e-02 -1347508800: 2.4735781807e-02 -1347512400: 5.9778524647e-02 -1347516000: 1.4634639892e-01 -1347519600: 1.8311555885e-02 -1347523200: 2.4740975048e-02 -1347526800: 2.9086857922e-02 -1347530400: 3.6669765660e-01 -1347534000: 2.7141334212e-01 -1347537600: 5.6369568440e-02 -1347541200: 4.7542987459e-02 -1347544800: 2.9669204051e-02 -1347548400: 8.4768461419e-02 -1347552000: 6.4848845266e-02 -1347555600: 2.5145418641e-01 -1347559200: 1.5581504974e-01 -1347562800: 9.9729272240e-02 -1347566400: 9.7381948407e-02 -1347570000: 1.6254713699e-01 -1347573600: 1.4624190938e-01 -1347577200: 6.8600648007e-02 -1347580800: 3.3644314824e-02 -1347584400: 1.8833455106e-02 -1347588000: 1.8391726113e-02 -1347591600: 1.5094479248e-02 -1347595200: 2.0024620836e-02 -1347598800: 1.6474197102e-02 -1347602400: 1.8930533156e-01 -1347606000: 7.5868929215e-02 -1347609600: 4.1579651618e-01 -1347613200: 3.8653592929e-02 -1347616800: 4.1513745243e-01 -1347620400: 3.6015286947e-01 -1347624000: 1.6800392107e-01 -1347627600: 6.1956507978e-02 -1347631200: 1.8445984975e-01 -1347634800: 3.6413054542e-02 -1347638400: 2.0525212071e-01 -1347642000: 1.7191627984e-01 -1347645600: 3.6434449259e-01 -1347649200: 2.0862179095e-01 -1347652800: 1.0671270208e-01 -1347656400: 1.2213225090e-01 -1347660000: 3.4458172726e-01 -1347663600: 2.1388625686e-01 -1347667200: 3.0808983424e-01 -1347670800: 7.8882930593e-02 -1347674400: 2.1114050277e-02 -1347678000: 2.0220872622e-02 -1347681600: 1.7551842142e-02 -1347685200: 3.0247122050e-02 -1347688800: 1.5612393562e-02 -1347692400: 1.6303169287e-01 -1347696000: 4.1134973801e-02 -1347699600: 4.2476120808e-02 -1347703200: 4.0271755401e-02 -1347706800: 4.1084837210e-02 -1347710400: 3.6975316835e-02 -1347714000: 2.5004399023e-02 -1347717600: 2.9731418366e-02 -1347721200: 2.4434247530e-02 -1347724800: 2.9453246293e-02 -1347728400: 7.9657080415e-02 -1347732000: 9.9496646941e-02 -1347735600: 2.4169294385e-02 -1347739200: 2.7448529224e-02 -1347742800: 2.4773211912e-02 -1347746400: 9.9871352498e-02 -1347750000: 1.3332456315e-01 -1347753600: 7.4856291733e-02 -1347757200: 1.5829175376e-02 -1347760800: 2.0212224008e-02 -1347764400: 1.5904123934e-02 -1347768000: 1.5303942731e-02 -1347771600: 2.0798122992e-02 -1347775200: 1.6394569682e-02 -1347778800: 1.4434299267e-01 -1347782400: 7.7325911472e-02 -1347786000: 3.0289743937e-02 -1347789600: 1.5015325918e-02 -1347793200: 2.0540940012e-02 -1347796800: 4.0534313981e-02 -1347800400: 5.3627435838e-02 -1347804000: 2.7358124723e-01 -1347807600: 7.5009394894e-02 -1347811200: 5.3683875338e-02 -1347814800: 1.8068405186e-01 -1347818400: 1.1798970149e-01 -1347822000: 1.1466013428e-01 -1347825600: 1.0150588547e-01 -1347829200: 1.1903097774e-01 -1347832800: 3.6308820405e-01 -1347836400: 1.6206803522e-01 -1347840000: 3.6192580397e-02 -1347843600: 1.7385997153e-02 -1347847200: 1.8472780601e-02 -1347850800: 1.5555555556e-02 -1347854400: 2.0555555556e-02 -1347858000: 2.1195707510e-01 -1347861600: 1.2178654328e-01 -1347865200: 2.0410706834e-02 -1347868800: 1.9445777702e-02 -1347872400: 1.4435133206e-02 -1347876000: 1.8580783291e-02 -1347879600: 1.7550647260e-02 -1347883200: 1.6358052214e-02 -1347886800: 4.3063953022e-02 -1347890400: 1.6748172680e-01 -1347894000: 1.6207777053e-01 -1347897600: 6.6009375428e-02 -1347901200: 2.3873959358e-02 -1347904800: 1.9446235679e-02 -1347908400: 1.5394464137e-01 -1347912000: 1.9939225161e-01 -1347915600: 1.7739881635e-01 -1347919200: 4.7619884304e-02 -1347922800: 1.9929756425e-02 -1347926400: 1.4768717798e-02 -1347930000: 1.8276517188e-02 -1347933600: 1.6191675256e-02 -1347937200: 1.5732084076e-02 -1347940800: 1.9216650195e-02 -1347944400: 1.2148910388e-01 -1347948000: 2.6139581491e-01 -1347951600: 5.4375661450e-02 -1347955200: 1.9735129930e-02 -1347958800: 1.4444444444e-02 -1347962400: 1.9711500339e-02 -1347966000: 1.4732944105e-02 -1347969600: 1.9722222222e-02 -1347973200: 1.4712745796e-02 -1347976800: 1.9720565980e-02 -1347980400: 1.4733354892e-02 -1347984000: 4.7425894107e-02 -1347987600: 1.4576494760e-01 -1347991200: 2.3403560394e-01 -1347994800: 1.9126917870e-01 -1347998400: 2.2265205939e-01 -1348002000: 1.4380045239e-01 -1348005600: 3.4695930630e-02 -1348009200: 1.8101189009e-02 -1348012800: 1.9363457943e-02 -1348016400: 1.7588893521e-02 -1348020000: 1.7720088720e-02 -1348023600: 1.8946970870e-02 -1348027200: 1.6340023932e-02 -1348030800: 1.6735977166e-01 -1348034400: 1.4367549223e-01 -1348038000: 4.3054330644e-01 -1348041600: 1.4142402869e-01 -1348045200: 6.9558140962e-02 -1348048800: 3.2011717669e-01 -1348052400: 1.6006692053e-01 -1348056000: 7.1470773324e-02 -1348059600: 5.0261341954e-02 -1348063200: 3.3083348091e-02 -1348066800: 2.1648167225e-02 -1348070400: 1.9465091522e-02 -1348074000: 2.1365272363e-02 -1348077600: 2.1159441956e-01 -1348081200: 3.0875993317e-01 -1348084800: 2.0482667121e-01 -1348088400: 7.5939508872e-02 -1348092000: 1.4369221693e-02 -1348095600: 1.8130737286e-02 -1348099200: 1.4166349678e-02 -1348102800: 1.9167676853e-02 -1348106400: 1.4167788220e-02 -1348110000: 1.9167224007e-02 -1348113600: 1.4148287010e-02 -1348117200: 1.9184999077e-02 -1348120800: 1.1806492463e-01 -1348124400: 1.9148024200e-02 -1348128000: 4.3910539369e-02 -1348131600: 2.1890587138e-01 -1348135200: 2.0803570123e-01 -1348138800: 4.7762370100e-02 -1348142400: 3.1669342184e-02 -1348146000: 4.3054979758e-02 -1348149600: 3.9165086764e-02 -1348153200: 2.1681094538e-02 -1348156800: 3.8050260817e-02 -1348160400: 9.3608013806e-02 -1348164000: 6.7774810196e-02 -1348167600: 2.4065492447e-02 -1348171200: 3.5751512766e-01 -1348174800: 8.6909074230e-02 -1348178400: 1.1335335338e-01 -1348182000: 4.9292927589e-02 -1348185600: 1.4131642082e-02 -1348189200: 1.9170624435e-02 -1348192800: 1.4179292320e-02 -1348196400: 1.9994190526e-02 -1348200000: 1.4723297383e-02 -1348203600: 4.9998458784e-02 -1348207200: 5.6366206402e-02 -1348210800: 2.8910273614e-02 -1348214400: 3.8307406281e-02 -1348218000: 4.2525458126e-02 -1348221600: 4.3040770640e-02 -1348225200: 2.0874601630e-02 -1348228800: 2.2777777778e-02 -1348232400: 7.6369988107e-02 -1348236000: 4.3328548379e-02 -1348239600: 8.7512536261e-02 -1348243200: 1.9442094498e-02 -1348246800: 1.3902388311e-02 -1348250400: 2.0229411905e-02 -1348254000: 1.5857590888e-02 -1348257600: 1.5253031496e-02 -1348261200: 1.6993299045e-02 -1348264800: 1.3863969380e-02 -1348268400: 1.8636030620e-02 -1348272000: 1.3888888889e-02 -1348275600: 1.9141802911e-02 -1348279200: 1.3899783453e-02 -1348282800: 1.6705912606e-02 -1348286400: 1.3889381275e-02 -1348290000: 1.6624617573e-02 -1348293600: 1.7831859412e-02 -1348297200: 1.3901424031e-02 -1348300800: 1.9431537019e-02 -1348304400: 1.4162487295e-02 -1348308000: 1.6367774723e-02 -1348311600: 1.6417053027e-02 -1348315200: 1.4164119870e-02 -1348318800: 1.9179250288e-02 -1348322400: 1.4166666667e-02 -1348326000: 1.7462611395e-02 -1348329600: 1.6148499717e-02 -1348333200: 1.3864730256e-02 -1348336800: 2.1110621433e-02 -1348340400: 1.4167166679e-02 -1348344000: 1.6922999822e-02 -1348347600: 1.5855080862e-02 -1348351200: 1.3357178726e-02 -1348354800: 1.8863778661e-02 -1348358400: 1.3889453246e-02 -1348362000: 1.8027188571e-02 -1348365600: 1.4497357301e-02 -1348369200: 1.4166666667e-02 -1348372800: 1.9418203511e-02 -1348376400: 1.3889878921e-02 -1348380000: 1.8603295162e-02 -1348383600: 1.6689869843e-02 -1348387200: 1.4166763181e-02 -1348390800: 1.7198313900e-02 -1348394400: 1.5852224086e-02 -1348398000: 1.4169968032e-02 -1348401600: 1.9455927809e-02 -1348405200: 1.4444444444e-02 -1348408800: 1.5256460800e-02 -1348412400: 1.0865172790e-01 -1348416000: 1.3550739131e-01 -1348419600: 1.5384513218e-01 -1348423200: 2.6966589856e-01 -1348426800: 1.7580262025e-01 -1348430400: 1.2982285835e-01 -1348434000: 1.2238054273e-01 -1348437600: 1.0040793751e-01 -1348441200: 2.2243199362e-02 -1348444800: 2.0782269205e-02 -1348448400: 1.5876110039e-02 -1348452000: 1.8518449995e-02 -1348455600: 1.7628290689e-02 -1348459200: 1.5743633240e-02 -1348462800: 1.7443763872e-01 -1348466400: 2.2054793946e-01 -1348470000: 1.8648357223e-01 -1348473600: 9.4983559238e-02 -1348477200: 3.5275279677e-02 -1348480800: 2.1962551443e-02 -1348484400: 4.5267450597e-02 -1348488000: 1.9187264289e-02 -1348491600: 2.9980287012e-02 -1348495200: 2.3064374604e-02 -1348498800: 2.2788671718e-02 -1348502400: 1.8569705038e-02 -1348506000: 2.3365301349e-02 -1348509600: 1.7787215835e-02 -1348513200: 1.9303061496e-01 -1348516800: 1.7974043833e-01 -1348520400: 1.2571240642e-01 -1348524000: 2.3841608934e-01 -1348527600: 5.1475442721e-02 -1348531200: 1.6069452677e-02 -1348534800: 1.7168620655e-02 -1348538400: 1.5609157122e-02 -1348542000: 1.4394323793e-02 -1348545600: 1.8661231763e-02 -1348549200: 1.5700154401e-01 -1348552800: 2.3784425457e-02 -1348556400: 2.7534062623e-02 -1348560000: 1.9169756010e-02 -1348563600: 1.4176878567e-02 -1348567200: 2.1738530677e-01 -1348570800: 2.9311005716e-01 -1348574400: 5.0024139980e-01 -1348578000: 3.7671500160e-01 -1348581600: 5.6411044372e-02 -1348585200: 1.1692219920e-01 -1348588800: 1.4680722734e-01 -1348592400: 1.6998593712e-01 -1348596000: 9.6461719634e-02 -1348599600: 9.7165921248e-02 -1348603200: 8.5064215511e-02 -1348606800: 6.2545797140e-02 -1348610400: 1.8938158259e-02 -1348614000: 1.4443048677e-02 -1348617600: 2.0002678347e-02 -1348621200: 1.4466954494e-02 -1348624800: 2.0251774367e-02 -1348628400: 1.4470447855e-02 -1348632000: 1.7952135761e-02 -1348635600: 1.1229987199e-01 -1348639200: 3.7838226710e-02 -1348642800: 6.3286755834e-02 -1348646400: 8.1699802544e-02 -1348650000: 5.5244476774e-02 -1348653600: 3.3597833370e-02 -1348657200: 3.4179846052e-02 -1348660800: 2.3612994047e-02 -1348664400: 4.7207335221e-02 -1348668000: 4.2782188881e-02 -1348671600: 6.7743968923e-02 -1348675200: 8.5007662449e-02 -1348678800: 8.9163694460e-02 -1348682400: 3.0182880809e-01 -1348686000: 1.0504047426e-01 -1348689600: 1.0717932625e-01 -1348693200: 7.3501265050e-02 -1348696800: 1.4143804474e-02 -1348700400: 2.2220526051e-02 -1348704000: 1.4191225031e-02 -1348707600: 1.8888888889e-02 -1348711200: 1.4166666667e-02 -1348714800: 1.8281919626e-02 -1348718400: 1.5026318931e-02 -1348722000: 9.7387266359e-02 -1348725600: 1.7905186100e-02 -1348729200: 2.6324721054e-02 -1348732800: 1.0145422779e-01 -1348736400: 1.8052053076e-02 -1348740000: 3.5272203517e-02 -1348743600: 1.8028318015e-01 -1348747200: 3.1100548573e-02 -1348750800: 4.3255820014e-02 -1348754400: 4.8967900567e-02 -1348758000: 5.8856855017e-02 -1348761600: 4.7525939241e-02 -1348765200: 8.1059588894e-02 -1348768800: 1.2464517139e-01 -1348772400: 1.1585379166e-01 -1348776000: 1.5427544628e-01 -1348779600: 1.4018551057e-01 -1348783200: 8.6461000585e-02 -1348786800: 5.4164890995e-02 -1348790400: 2.5327126274e-02 -1348794000: 2.0248526648e-02 -1348797600: 1.5282572247e-02 -1348801200: 1.9999562226e-02 -1348804800: 1.4724184097e-02 -1348808400: 7.7814737939e-02 -1348812000: 3.5467229114e-01 -1348815600: 1.7472369005e-01 -1348819200: 2.6399159904e-02 -1348822800: 2.8037018929e-02 -1348826400: 4.1128934605e-02 -1348830000: 2.4459682407e-02 -1348833600: 3.4690542439e-02 -1348837200: 3.9188506540e-02 -1348840800: 4.4429596208e-02 -1348844400: 4.6120049785e-02 -1348848000: 5.1692055946e-02 -1348851600: 1.6903400462e-02 -1348855200: 9.6858680767e-02 -1348858800: 9.2071252104e-02 -1348862400: 1.4564169112e-02 -1348866000: 1.1679269330e-01 -1348869600: 2.0422758731e-01 -1348873200: 1.4533493736e-01 -1348876800: 1.3743838714e-01 -1348880400: 6.4086999716e-02 -1348884000: 3.8603846554e-02 -1348887600: 4.2468405841e-02 -1348891200: 4.0042166118e-02 -1348894800: 7.0831330180e-02 -1348898400: 3.2919398116e-01 -1348902000: 2.0910948118e-01 -1348905600: 2.5720582219e-01 -1348909200: 2.2423535223e-01 -1348912800: 1.0064997120e-01 -1348916400: 1.5140212874e-01 -1348920000: 1.3394075547e-01 -1348923600: 1.9856588698e-01 -1348927200: 2.6081908234e-01 -1348930800: 4.7401563651e-01 -1348934400: 6.8295737932e-01 -1348938000: 4.5069781376e-01 -1348941600: 5.0769677046e-01 -1348945200: 1.3168690471e-01 -1348948800: 9.5497975920e-02 -1348952400: 8.9982210528e-02 -1348956000: 2.1469982458e-01 -1348959600: 3.1108010504e-01 -1348963200: 2.5128077278e-01 -1348966800: 3.2813958699e-02 -1348970400: 2.1666039657e-02 -1348974000: 1.8306475254e-02 -1348977600: 1.9748404603e-02 -1348981200: 2.1060852066e-02 -1348984800: 1.6428216125e-02 -1348988400: 2.3620933933e-02 -1348992000: 2.2746997336e-01 -1348995600: 6.5752155133e-02 -1348999200: 6.7043236682e-02 -1349002800: 2.6134977055e-02 -1349006400: 1.9735288599e-02 -1349010000: 2.4677710965e-02 -1349013600: 1.8163318713e-01 -1349017200: 1.0055983180e-01 -1349020800: 9.9948289982e-02 -1349024400: 2.9115024210e-01 -1349028000: 8.9204664888e-02 -1349031600: 7.4900896483e-02 -1349035200: 1.2643251230e-01 -1349038800: 1.1385569037e-01 -1349042400: 1.5503456475e-01 -1349046000: 2.5077947092e-02 -1349049600: 1.8288116952e-02 -1349053200: 1.8403011850e-02 -1349056800: 1.5531055219e-02 -1349060400: 2.0302278115e-02 -1349064000: 1.5555555556e-02 -1349067600: 2.2773327054e-02 -1349071200: 2.6563109392e-01 -1349074800: 4.9585644232e-01 -1349078400: 8.6222595172e-02 -1349082000: 6.8940942680e-02 -1349085600: 4.4110915878e-02 -1349089200: 3.8107134507e-02 -1349092800: 4.0808442541e-02 -1349096400: 3.8918168460e-02 -1349100000: 3.9424098189e-02 -1349103600: 4.1963134899e-02 -1349107200: 2.4085391571e-01 -1349110800: 1.0322048168e-01 -1349114400: 9.3855731546e-02 -1349118000: 1.5438285044e-01 -1349121600: 2.6939841493e-01 -1349125200: 1.3816086252e-01 -1349128800: 5.9520361391e-02 -1349132400: 1.4795530601e-02 -1349136000: 1.6276345564e-02 -1349139600: 1.7588987350e-02 -1349143200: 1.4442589163e-02 -1349146800: 1.9444414067e-02 -1349150400: 1.4166343918e-02 -1349154000: 1.3655429560e-01 -1349157600: 3.5545345595e-02 -1349161200: 2.4304687741e-02 -1349164800: 3.8599411908e-02 -1349168400: 4.2207141985e-02 -1349172000: 3.5847054671e-02 -1349175600: 4.3055475473e-02 -1349179200: 3.7788162043e-02 -1349182800: 3.6931979191e-02 -1349186400: 6.5277050378e-02 -1349190000: 3.7783616281e-02 -1349193600: 5.5470945771e-02 -1349197200: 5.2258502528e-02 -1349200800: 1.5395150473e-01 -1349204400: 1.5674574121e-01 -1349208000: 1.2674912758e-01 -1349211600: 3.6485936840e-02 -1349215200: 1.7451034787e-02 -1349218800: 1.5330106701e-02 -1349222400: 1.5509042640e-02 -1349226000: 1.6988984775e-02 -1349229600: 1.3912838189e-02 -1349233200: 1.9166666667e-02 -1349236800: 1.3856755883e-02 -1349240400: 8.7642491197e-02 -1349244000: 7.1834086253e-02 -1349247600: 5.0192336369e-02 -1349251200: 1.4005054122e-01 -1349254800: 3.8589534134e-02 -1349258400: 3.1571560495e-01 -1349262000: 1.5597410290e-01 -1349265600: 1.9110713143e-01 -1349269200: 5.5569972478e-02 -1349272800: 1.8056819047e-01 -1349276400: 2.0010363827e-02 -1349280000: 2.7490334441e-02 -1349283600: 1.9430494209e-02 -1349287200: 2.4722152399e-02 -1349290800: 1.7671895066e-01 -1349294400: 1.8000973943e-01 -1349298000: 1.1299231554e-01 -1349301600: 1.7173065383e-02 -1349305200: 1.5351836818e-02 -1349308800: 1.5203751472e-02 -1349312400: 1.8092218167e-02 -1349316000: 1.3648474805e-02 -1349319600: 1.8888888889e-02 -1349323200: 1.4419084346e-02 -1349326800: 7.1946348146e-02 -1349330400: 1.4175993079e-02 -1349334000: 1.0386047038e-01 -1349337600: 1.6420855164e-02 -1349341200: 1.2668178538e-01 -1349344800: 1.7186562041e-01 -1349348400: 4.0531046761e-01 -1349352000: 2.2527463391e-01 -1349355600: 3.7266963801e-02 -1349359200: 1.5242858874e-01 -1349362800: 6.8587866099e-02 -1349366400: 1.0516654379e-01 -1349370000: 1.2542859394e-01 -1349373600: 3.3788043785e-01 -1349377200: 1.4064422874e-01 -1349380800: 1.0390624858e-01 -1349384400: 1.0500115157e-01 -1349388000: 4.3711355830e-02 -1349391600: 1.9167305962e-02 -1349395200: 1.3888227369e-02 -1349398800: 1.9189451538e-02 -1349402400: 1.3888888889e-02 -1349406000: 1.8862326536e-02 -1349409600: 1.4151482453e-02 -1349413200: 8.3426936222e-02 -1349416800: 7.2448143678e-02 -1349420400: 1.9710185247e-02 -1349424000: 1.4178703641e-02 -1349427600: 1.9444444444e-02 -1349431200: 1.9143511728e-02 -1349434800: 3.0403778160e-01 -1349438400: 5.4019827371e-02 -1349442000: 4.3602900595e-02 -1349445600: 2.4051047177e-01 -1349449200: 7.9607874267e-02 -1349452800: 9.0974566353e-02 -1349456400: 4.4291544024e-02 -1349460000: 2.0001249354e-01 -1349463600: 2.8168622677e-01 -1349467200: 3.5690080131e-01 -1349470800: 1.6726255379e-01 -1349474400: 6.6792183470e-02 -1349478000: 2.4768374527e-02 -1349481600: 1.6085598635e-02 -1349485200: 2.0817979732e-02 -1349488800: 1.5716625021e-02 -1349492400: 2.0409567158e-02 -1349496000: 1.5555217814e-02 -1349499600: 2.0520014839e-02 -1349503200: 4.6599037790e-02 -1349506800: 1.3231576595e-01 -1349510400: 3.3091304172e-02 -1349514000: 1.5266500485e-02 -1349517600: 4.1955721737e-02 -1349521200: 3.8550859972e-02 -1349524800: 2.0045558221e-02 -1349528400: 1.8306476850e-02 -1349532000: 1.5041549400e-02 -1349535600: 1.7467925481e-02 -1349539200: 1.6129945239e-02 -1349542800: 1.5821157136e-02 -1349546400: 1.9166623723e-02 -1349550000: 1.3914348421e-02 -1349553600: 1.8333333333e-02 -1349557200: 1.4166666667e-02 -1349560800: 1.6060570715e-02 -1349564400: 1.6969601727e-02 -1349568000: 1.3914272002e-02 -1349571600: 1.9421027119e-02 -1349575200: 1.4441094925e-02 -1349578800: 1.6609889973e-02 -1349582400: 1.7001621239e-02 -1349586000: 1.4444970944e-02 -1349589600: 2.0556867591e-02 -1349593200: 1.4457727869e-02 -1349596800: 1.4430184571e-02 -1349600400: 1.9178983198e-02 -1349604000: 1.4446923815e-02 -1349607600: 7.6917639982e-02 -1349611200: 1.0382193660e-01 -1349614800: 1.4965808779e-01 -1349618400: 1.3875132067e-01 -1349622000: 1.7305041229e-01 -1349625600: 2.5828546015e-01 -1349629200: 2.2336329885e-01 -1349632800: 1.4956804110e-01 -1349636400: 1.3244401674e-01 -1349640000: 1.2952393842e-01 -1349643600: 1.5215441319e-01 -1349647200: 8.6867278670e-02 -1349650800: 2.8079702193e-02 -1349654400: 2.9999592510e-02 -1349658000: 2.5248408999e-02 -1349661600: 2.6365421281e-02 -1349665200: 2.8361975189e-02 -1349668800: 2.4469511028e-02 -1349672400: 1.5721369699e-01 -1349676000: 1.1275990614e-01 -1349679600: 6.5733711668e-02 -1349683200: 1.4580431394e-02 -1349686800: 1.9019886925e-01 -1349690400: 3.3977906290e-01 -1349694000: 8.3349649426e-02 -1349697600: 2.3665965237e-01 -1349701200: 1.5946188696e-01 -1349704800: 2.2221417383e-02 -1349708400: 1.5010857518e-02 -1349712000: 3.3600350859e-02 -1349715600: 1.4431033462e-02 -1349719200: 8.5839778068e-02 -1349722800: 1.8495648783e-01 -1349726400: 1.8113277382e-01 -1349730000: 1.5150093806e-01 -1349733600: 7.3767483863e-02 -1349737200: 2.9749098458e-02 -1349740800: 1.6108382155e-02 -1349744400: 2.0274619326e-02 -1349748000: 1.5305720765e-02 -1349751600: 1.7425392697e-02 -1349755200: 1.8685718415e-02 -1349758800: 1.6821258298e-02 -1349762400: 1.7242142382e-01 -1349766000: 2.5190750449e-02 -1349769600: 2.3066567432e-02 -1349773200: 2.3309726620e-02 -1349776800: 1.2157032347e-01 -1349780400: 2.2343161835e-01 -1349784000: 5.8589218795e-02 -1349787600: 1.2002175289e-01 -1349791200: 7.3632915429e-02 -1349794800: 2.3876753617e-02 -1349798400: 4.8020492629e-02 -1349802000: 1.4182157857e-01 -1349805600: 1.1006645833e-01 -1349809200: 2.8016135787e-01 -1349812800: 3.0581219101e-01 -1349816400: 1.7559740843e-01 -1349820000: 8.3184788812e-02 -1349823600: 1.8377252386e-02 -1349827200: 1.5303940570e-02 -1349830800: 1.9961584976e-02 -1349834400: 1.5279641897e-02 -1349838000: 2.0036550905e-02 -1349841600: 1.5277777778e-02 -1349845200: 4.3717038582e-02 -1349848800: 1.7881230597e-01 -1349852400: 2.1303317416e-01 -1349856000: 2.1603710399e-01 -1349859600: 1.6137340952e-01 -1349863200: 1.7967856585e-01 -1349866800: 4.5443843160e-01 -1349870400: 1.5512289419e-01 -1349874000: 3.8601515593e-02 -1349877600: 4.6103171295e-02 -1349881200: 7.8030802003e-02 -1349884800: 8.1379129355e-02 -1349888400: 9.9234760626e-02 -1349892000: 3.0897623720e-01 -1349895600: 1.7910127136e-01 -1349899200: 5.0022613599e-01 -1349902800: 1.9727457686e-01 -1349906400: 5.1612702440e-02 -1349910000: 1.6065238571e-02 -1349913600: 1.9202976299e-02 -1349917200: 1.7405230879e-02 -1349920800: 1.1425788982e-01 -1349924400: 1.6354446748e-02 -1349928000: 1.6038744224e-02 -1349931600: 3.4380415990e-02 -1349935200: 1.2582697236e-01 -1349938800: 2.5746373206e-02 -1349942400: 6.5012437688e-02 -1349946000: 4.4930545426e-02 -1349949600: 2.7755013774e-01 -1349953200: 9.3596044590e-02 -1349956800: 2.2257036417e-02 -1349960400: 2.2499281591e-02 -1349964000: 1.7500416941e-02 -1349967600: 2.1899850475e-02 -1349971200: 4.3649158809e-02 -1349974800: 4.6632751897e-02 -1349978400: 4.6370715837e-02 -1349982000: 2.0903441258e-02 -1349985600: 2.0488416383e-02 -1349989200: 6.6559254327e-02 -1349992800: 1.4017574136e-01 -1349996400: 2.3849349965e-02 -1350000000: 1.7484824853e-02 -1350003600: 1.5295615508e-02 -1350007200: 1.5814431826e-02 -1350010800: 1.6999032440e-02 -1350014400: 1.4417011884e-02 -1350018000: 1.9713476474e-02 -1350021600: 4.2485392102e-02 -1350025200: 5.5432422317e-02 -1350028800: 1.6235315035e-01 -1350032400: 2.8052397129e-01 -1350036000: 3.9922790389e-01 -1350039600: 1.8078527723e-01 -1350043200: 7.5051514804e-02 -1350046800: 1.3509150196e-01 -1350050400: 1.1681619711e-01 -1350054000: 7.3204400358e-02 -1350057600: 5.1816444914e-02 -1350061200: 1.2972629787e-01 -1350064800: 5.2448166869e-02 -1350068400: 1.6184648360e-02 -1350072000: 1.6592584932e-02 -1350075600: 1.5351859513e-02 -1350079200: 2.0130138701e-01 -1350082800: 1.9534045890e-01 -1350086400: 1.9111593909e-02 -1350090000: 1.5055313490e-02 -1350093600: 1.8523394864e-02 -1350097200: 1.5643339375e-02 -1350100800: 1.6623909582e-02 -1350104400: 2.5454588956e-02 -1350108000: 1.5219940668e-01 -1350111600: 1.6289985857e-02 -1350115200: 2.5525502735e-02 -1350118800: 4.7758529706e-02 -1350122400: 3.8899232113e-02 -1350126000: 7.8611859209e-02 -1350129600: 6.8067561998e-02 -1350133200: 3.7791093706e-02 -1350136800: 4.1371783620e-02 -1350140400: 3.8075207382e-02 -1350144000: 4.1650260225e-02 -1350147600: 7.8522159315e-02 -1350151200: 1.5645304530e-01 -1350154800: 1.4791516402e-01 -1350158400: 1.0535423429e-01 -1350162000: 2.3272779364e-01 -1350165600: 1.4057584726e-01 -1350169200: 9.8890236024e-02 -1350172800: 8.8437245461e-02 -1350176400: 2.1440976492e-02 -1350180000: 1.7144927159e-02 -1350183600: 1.7021739507e-02 -1350187200: 1.4444444444e-02 -1350190800: 3.2716956119e-02 -1350194400: 7.1345314479e-02 -1350198000: 1.6196785366e-01 -1350201600: 6.8921411762e-02 -1350205200: 2.3368896071e-02 -1350208800: 1.6367178664e-02 -1350212400: 1.6134312535e-02 -1350216000: 1.7206845015e-02 -1350219600: 1.5026787251e-02 -1350223200: 1.7159600080e-02 -1350226800: 2.4336379956e-01 -1350230400: 1.6312010987e-01 -1350234000: 2.3855677219e-01 -1350237600: 4.2054866342e-01 -1350241200: 3.8167764125e-01 -1350244800: 1.8395101383e-01 -1350248400: 1.6303079842e-01 -1350252000: 1.1954980971e-01 -1350255600: 8.2851541015e-02 -1350259200: 2.2023583988e-02 -1350262800: 1.5794630286e-02 -1350266400: 2.0568788635e-02 -1350270000: 1.5280885797e-02 -1350273600: 1.7731540980e-02 -1350277200: 1.7541826278e-02 -1350280800: 2.1973054858e-01 -1350284400: 1.8168511278e-01 -1350288000: 2.5262564333e-02 -1350291600: 3.9279627931e-02 -1350295200: 1.1571563220e-01 -1350298800: 2.3332857840e-02 -1350302400: 1.4464873251e-02 -1350306000: 1.3611111111e-02 -1350309600: 1.8591753001e-02 -1350313200: 1.4142737222e-02 -1350316800: 1.6401717776e-02 -1350320400: 1.7530458668e-02 -1350324000: 1.3864496677e-02 -1350327600: 1.8611418925e-02 -1350331200: 1.3357417730e-02 -1350334800: 1.3308740325e-02 -1350338400: 1.8333214021e-02 -1350342000: 1.3635823432e-02 -1350345600: 1.7169628370e-02 -1350349200: 1.5582049261e-02 -1350352800: 1.3914989035e-02 -1350356400: 1.8721695392e-02 -1350360000: 1.3750894760e-02 -1350363600: 1.3916298737e-02 -1350367200: 2.0230997722e-02 -1350370800: 1.3935668945e-02 -1350374400: 1.3888888889e-02 -1350378000: 1.8611111111e-02 -1350381600: 1.8102149927e-01 -1350385200: 1.9768372743e-01 -1350388800: 1.6404008835e-01 -1350392400: 9.8517702694e-02 -1350396000: 1.1927911567e-01 -1350399600: 1.4726002059e-02 -1350403200: 1.4718523209e-02 -1350406800: 2.0846674653e-02 -1350410400: 1.7477551441e-02 -1350414000: 1.7198489892e-02 -1350417600: 1.5879514223e-02 -1350421200: 1.4421066728e-02 -1350424800: 1.4190044383e-02 -1350428400: 1.9419374522e-02 -1350432000: 1.4707713173e-02 -1350435600: 1.6625726734e-02 -1350439200: 1.7833524604e-02 -1350442800: 1.4724303712e-02 -1350446400: 1.8557835911e-02 -1350450000: 1.5328760835e-02 -1350453600: 1.6413871620e-02 -1350457200: 1.9420593992e-02 -1350460800: 1.5012073765e-02 -1350464400: 1.4456221132e-02 -1350468000: 1.9722222222e-02 -1350471600: 1.5265691657e-02 -1350475200: 1.4586161183e-02 -1350478800: 4.9027160236e-02 -1350482400: 3.7477572998e-02 -1350486000: 1.3832227535e-01 -1350489600: 7.8338412052e-02 -1350493200: 1.0651119229e-01 -1350496800: 3.3433186353e-01 -1350500400: 1.9500328806e-01 -1350504000: 1.9536003381e-01 -1350507600: 8.4536901266e-02 -1350511200: 8.7025397701e-02 -1350514800: 3.0856518070e-02 -1350518400: 1.6099935104e-02 -1350522000: 1.8570044865e-02 -1350525600: 1.7553869604e-02 -1350529200: 1.5422308070e-02 -1350532800: 2.0130667187e-02 -1350536400: 1.9283136745e-01 -1350540000: 4.3008879921e-01 -1350543600: 1.8867052513e-01 -1350547200: 8.0897767872e-02 -1350550800: 4.6147802855e-02 -1350554400: 1.8267261825e-01 -1350558000: 7.0094592117e-02 -1350561600: 3.4155200390e-02 -1350565200: 1.8276054642e-01 -1350568800: 1.9753926505e-01 -1350572400: 1.4166666667e-02 -1350576000: 4.0175021132e-02 -1350579600: 1.8618879468e-01 -1350583200: 1.2525479300e-01 -1350586800: 5.8867603595e-02 -1350590400: 6.2725782201e-02 -1350594000: 9.9469316162e-02 -1350597600: 9.2677353433e-02 -1350601200: 2.0196891356e-02 -1350604800: 1.4166666667e-02 -1350608400: 1.8888888889e-02 -1350612000: 1.3611111111e-02 -1350615600: 1.9021289664e-02 -1350619200: 1.4034265892e-02 -1350622800: 1.2312491167e-01 -1350626400: 1.1657228254e-01 -1350630000: 1.8347640479e-02 -1350633600: 1.3882438538e-02 -1350637200: 1.7742485477e-02 -1350640800: 1.5039949658e-02 -1350644400: 1.5813979798e-02 -1350648000: 1.6420756292e-02 -1350651600: 1.4154578947e-02 -1350655200: 1.8623198831e-02 -1350658800: 1.3877942579e-02 -1350662400: 1.8622057421e-02 -1350666000: 1.5529861850e-02 -1350669600: 1.3890706267e-02 -1350673200: 1.8607870836e-02 -1350676800: 1.3360449936e-02 -1350680400: 1.7171880274e-02 -1350684000: 1.4748602075e-02 -1350687600: 1.3611267467e-02 -1350691200: 1.8912694628e-02 -1350694800: 1.3588174975e-02 -1350698400: 1.8582789084e-02 -1350702000: 1.3662369275e-02 -1350705600: 1.4652203486e-02 -1350709200: 1.7824684036e-02 -1350712800: 1.5300890256e-02 -1350716400: 1.8611111111e-02 -1350720000: 1.4156708455e-02 -1350723600: 1.4417785163e-02 -1350727200: 1.8356544945e-02 -1350730800: 1.3872119353e-02 -1350734400: 1.8890823683e-02 -1350738000: 1.4183237067e-02 -1350741600: 1.4446389937e-02 -1350745200: 1.8898613620e-02 -1350748800: 1.3876678530e-02 -1350752400: 1.9943294881e-02 -1350756000: 1.3932933731e-02 -1350759600: 1.8008737641e-02 -1350763200: 1.8102885039e-02 -1350766800: 1.3613015884e-02 -1350770400: 1.8355787628e-02 -1350774000: 1.3586590860e-02 -1350777600: 1.5771837072e-02 -1350781200: 1.6160914090e-02 -1350784800: 1.3898417315e-02 -1350788400: 1.8637796219e-02 -1350792000: 1.3888888889e-02 -1350795600: 1.6302050379e-02 -1350799200: 1.7586838510e-02 -1350802800: 1.3888888889e-02 -1350806400: 1.9432983414e-02 -1350810000: 1.3900349919e-02 -1350813600: 1.5528702870e-02 -1350817200: 1.7236097836e-02 -1350820800: 1.5833486403e-02 -1350824400: 2.1268090237e-01 -1350828000: 4.6758593497e-02 -1350831600: 6.8879710802e-02 -1350835200: 1.1047966231e-01 -1350838800: 2.9486838688e-01 -1350842400: 9.8718019847e-02 -1350846000: 1.0082011223e-01 -1350849600: 3.6942175044e-01 -1350853200: 1.8694769386e-01 -1350856800: 1.6264216784e-01 -1350860400: 1.1545020040e-01 -1350864000: 2.9221392337e-02 -1350867600: 1.6457564522e-02 -1350871200: 1.7420091470e-02 -1350874800: 1.8390775468e-02 -1350878400: 1.5554499584e-02 -1350882000: 1.2969335527e-01 -1350885600: 3.0438724695e-01 -1350889200: 8.2276740744e-02 -1350892800: 8.7641879120e-02 -1350896400: 2.9893744076e-02 -1350900000: 2.1100484973e-02 -1350903600: 1.9183829075e-02 -1350907200: 1.8867978945e-02 -1350910800: 2.1690424788e-02 -1350914400: 1.7485936003e-02 -1350918000: 2.3873860408e-02 -1350921600: 2.9178432816e-02 -1350925200: 3.5253443384e-02 -1350928800: 3.0581892351e-02 -1350932400: 2.4445247513e-02 -1350936000: 4.3727345520e-02 -1350939600: 9.1966210026e-02 -1350943200: 3.0972976366e-02 -1350946800: 1.3635827366e-02 -1350950400: 1.8578355122e-02 -1350954000: 1.3895405332e-02 -1350957600: 1.6642585826e-02 -1350961200: 1.6136781232e-02 -1350964800: 1.3887970164e-02 -1350968400: 3.7086372042e-02 -1350972000: 1.9427602650e-01 -1350975600: 6.8372922534e-02 -1350979200: 1.4975790106e-02 -1350982800: 5.3590436650e-02 -1350986400: 4.1680505364e-01 -1350990000: 2.6029510046e-01 -1350993600: 2.2709589164e-01 -1350997200: 1.3557608139e-01 -1351000800: 1.8383192213e-01 -1351004400: 4.5305671206e-02 -1351008000: 1.0054171160e-01 -1351011600: 6.3061979348e-02 -1351015200: 2.9464703856e-02 -1351018800: 2.2428360734e-02 -1351022400: 1.8745420496e-01 -1351026000: 2.5607698240e-01 -1351029600: 1.9874981409e-02 -1351033200: 1.5222711315e-02 -1351036800: 1.6981852591e-02 -1351040400: 1.3929034687e-02 -1351044000: 1.8586779172e-02 -1351047600: 1.3635443050e-02 -1351051200: 1.9141154598e-02 -1351054800: 3.2948390719e-02 -1351058400: 1.1513267691e-01 -1351062000: 1.2208173335e-01 -1351065600: 2.3751769419e-01 -1351069200: 4.4555867939e-02 -1351072800: 7.9720453625e-02 -1351076400: 2.8798240193e-01 -1351080000: 8.1184338786e-02 -1351083600: 4.0241253504e-02 -1351087200: 1.2806222853e-01 -1351090800: 8.4441165776e-02 -1351094400: 1.3051241135e-01 -1351098000: 1.6073653092e-01 -1351101600: 1.1950317168e-01 -1351105200: 1.0123664748e-01 -1351108800: 1.0539714267e-01 -1351112400: 1.4443819650e-01 -1351116000: 1.7365711564e-02 -1351119600: 1.7166712540e-02 -1351123200: 1.5078559881e-02 -1351126800: 1.4668543892e-02 -1351130400: 1.7252196958e-02 -1351134000: 1.4165211491e-02 -1351137600: 1.9167520050e-02 -1351141200: 1.5899167966e-01 -1351144800: 6.8131898376e-02 -1351148400: 4.6772510748e-02 -1351152000: 1.8336996492e-02 -1351155600: 1.7456850225e-02 -1351159200: 4.0742416512e-01 -1351162800: 3.1508487125e-01 -1351166400: 2.3441966207e-01 -1351170000: 1.9448284387e-01 -1351173600: 4.6398921919e-02 -1351177200: 2.6135016766e-02 -1351180800: 2.2500000000e-02 -1351184400: 1.0963305793e-01 -1351188000: 7.5340851271e-02 -1351191600: 1.7221810548e-02 -1351195200: 4.6947054688e-02 -1351198800: 1.1103799093e-01 -1351202400: 7.2133783771e-02 -1351206000: 2.8215142584e-02 -1351209600: 1.3914752729e-02 -1351213200: 1.8580432222e-02 -1351216800: 1.4153916150e-02 -1351220400: 1.8932318295e-02 -1351224000: 1.3611111111e-02 -1351227600: 7.4584441732e-02 -1351231200: 5.0971113824e-02 -1351234800: 5.1194264755e-02 -1351238400: 7.7056926079e-02 -1351242000: 6.7226789913e-02 -1351245600: 8.6683043152e-02 -1351249200: 3.3526233876e-02 -1351252800: 3.0423853335e-02 -1351256400: 1.8874876897e-02 -1351260000: 2.7486545392e-02 -1351263600: 3.1859959171e-01 -1351267200: 6.2373736830e-02 -1351270800: 4.0701540849e-01 -1351274400: 4.5568229164e-01 -1351278000: 2.7706299536e-01 -1351281600: 9.8566932929e-02 -1351285200: 1.0922304153e-01 -1351288800: 1.0293672736e-01 -1351292400: 2.8447563991e-01 -1351296000: 2.3186887862e-01 -1351299600: 1.6635638795e-02 -1351303200: 2.1382105225e-02 -1351306800: 1.6401084678e-02 -1351310400: 2.0834101654e-02 -1351314000: 1.5810985913e-02 -1351317600: 2.1644966088e-02 -1351321200: 2.6202800070e-01 -1351324800: 1.5296742620e-01 -1351328400: 8.7925409918e-02 -1351332000: 7.4326241708e-02 -1351335600: 9.3605870922e-02 -1351339200: 2.0252672785e-01 -1351342800: 1.5083473853e-01 -1351346400: 3.1677482628e-01 -1351350000: 1.5067592648e-01 -1351353600: 1.5755397051e-01 -1351357200: 3.2645383438e-01 -1351360800: 1.9045424547e-01 -1351364400: 4.3550409507e-02 -1351368000: 3.8906023771e-02 -1351371600: 2.1150492745e-01 -1351375200: 1.3232383748e-01 -1351378800: 8.0379957261e-02 -1351382400: 2.5303550574e-02 -1351386000: 1.8828030247e-02 -1351389600: 1.7311606843e-02 -1351393200: 2.0748228609e-02 -1351396800: 1.5615523184e-02 -1351400400: 2.0551753216e-02 -1351404000: 2.5741876905e-02 -1351407600: 5.1936963877e-02 -1351411200: 1.7882751213e-01 -1351414800: 2.2494270551e-01 -1351418400: 5.5390962050e-01 -1351422000: 2.6225367149e-01 -1351425600: 1.6627796785e-01 -1351429200: 5.8623235592e-02 -1351432800: 7.5499246978e-02 -1351436400: 5.2559649931e-02 -1351440000: 4.2035888094e-02 -1351443600: 1.5525337557e-01 -1351447200: 2.1746814582e-01 -1351450800: 1.6587079360e-01 -1351454400: 1.3337762951e-01 -1351458000: 1.3387365751e-01 -1351461600: 1.7366233784e-01 -1351465200: 3.8869729802e-01 -1351468800: 1.2831231572e-01 -1351472400: 1.2639867492e-01 -1351476000: 2.3902146899e-02 -1351479600: 1.5565257775e-02 -1351483200: 2.0237941321e-02 -1351486800: 1.6698601166e-02 -1351490400: 2.6834994465e-01 -1351494000: 1.0003025803e-01 -1351497600: 7.4424092225e-02 -1351501200: 1.8871287257e-02 -1351504800: 2.2528775511e-02 -1351508400: 2.0815427410e-02 -1351512000: 2.1125398145e-02 -1351515600: 2.2195318224e-02 -1351519200: 2.4182235036e-02 -1351522800: 2.7480551273e-02 -1351526400: 5.2398219313e-02 -1351530000: 5.3122281711e-02 -1351533600: 1.6167154915e-02 -1351537200: 1.1560100942e-01 -1351540800: 1.3039921288e-01 -1351544400: 1.4506435763e-01 -1351548000: 1.4185921085e-01 -1351551600: 7.5339312098e-02 -1351555200: 3.4236115826e-02 -1351558800: 1.6541472134e-02 -1351562400: 1.9839273986e-02 -1351566000: 1.5271771742e-02 -1351569600: 2.0315300189e-02 -1351573200: 1.5254845170e-02 -1351576800: 1.2904829816e-01 -1351580400: 1.7059495035e-01 -1351584000: 4.3915976990e-01 -1351587600: 1.3281872733e-01 -1351591200: 4.5877983658e-02 -1351594800: 1.8827049782e-01 -1351598400: 7.8315393467e-02 -1351602000: 2.3691647501e-02 -1351605600: 6.4456173172e-02 -1351609200: 2.4098393381e-02 -1351612800: 1.0416758488e-01 -1351616400: 1.4970241682e-01 -1351620000: 2.0158513985e-01 -1351623600: 1.1508344059e-01 -1351627200: 1.2179555596e-01 -1351630800: 2.7224621848e-01 -1351634400: 2.8602934834e-01 -1351638000: 2.4400080588e-02 -1351641600: 2.1156995239e-02 -1351645200: 5.4921551982e-02 -1351648800: 1.7578631559e-02 -1351652400: 1.8563561073e-02 -1351656000: 1.7824668520e-02 -1351659600: 1.6331903323e-02 -1351663200: 1.3850179330e-01 -1351666800: 7.1547478120e-02 -1351670400: 2.5550640643e-02 -1351674000: 2.7248593906e-02 -1351677600: 2.8863828194e-02 -1351681200: 3.3634818801e-02 -1351684800: 3.2023446397e-01 -1351688400: 8.2268828455e-02 -1351692000: 1.8608759336e-02 -1351695600: 6.5279728053e-02 -1351699200: 4.1238572093e-02 -1351702800: 1.5502692620e-01 -1351706400: 3.4209146415e-01 -1351710000: 2.5112910372e-01 -1351713600: 3.1928798039e-01 -1351717200: 9.6055096321e-02 -1351720800: 1.4126939392e-01 -1351724400: 1.5558253407e-01 -1351728000: 1.1549984229e-01 -1351731600: 1.8574523110e-02 -1351735200: 1.8950850834e-02 -1351738800: 1.7457885492e-02 -1351742400: 1.8655355985e-02 -1351746000: 1.6061774255e-02 -1351749600: 2.1336813054e-02 -1351753200: 2.0590586796e-01 -1351756800: 1.3582210244e-01 -1351760400: 1.1336856556e-01 -1351764000: 7.7491338288e-02 -1351767600: 4.3189183042e-01 -1351771200: 1.2364092018e-01 -1351774800: 1.0587984847e-01 -1351778400: 3.0279396762e-02 -1351782000: 6.1078574418e-02 -1351785600: 2.7243287150e-02 -1351789200: 1.3179747528e-01 -1351792800: 3.0598285403e-01 -1351796400: 7.6409335511e-02 -1351800000: 6.1078234093e-02 -1351803600: 2.6945245739e-01 -1351807200: 4.6215958967e-02 -1351810800: 9.2842682904e-02 -1351814400: 7.7007735857e-02 -1351818000: 1.8881039608e-02 -1351821600: 1.8617042551e-02 -1351825200: 1.8355820478e-02 -1351828800: 1.8591175606e-02 -1351832400: 1.8051237473e-02 -1351836000: 2.4717183944e-02 -1351839600: 1.2111418791e-01 -1351843200: 5.6958160601e-02 -1351846800: 3.8063181861e-02 -1351850400: 3.8068616773e-02 -1351854000: 4.0014444712e-02 -1351857600: 2.7237854995e-02 -1351861200: 2.2222979495e-02 -1351864800: 4.1652130368e-02 -1351868400: 8.8014613185e-02 -1351872000: 1.8436069180e-01 -1351875600: 3.9904559840e-01 -1351879200: 1.9663558929e-01 -1351882800: 2.8887376418e-02 -1351886400: 1.8080671989e-02 -1351890000: 1.7777777778e-02 -1351893600: 4.1786654410e-02 -1351897200: 3.1752543580e-02 -1351900800: 1.9169123514e-02 -1351904400: 1.8373746759e-02 -1351908000: 1.8337090033e-02 -1351911600: 1.8332796917e-02 -1351915200: 1.8332707255e-02 -1351918800: 1.8334391714e-02 -1351922400: 1.8055734166e-02 -1351926000: 9.1414100539e-02 -1351929600: 1.8321266233e-02 -1351933200: 1.8067622656e-02 -1351936800: 1.8333333333e-02 -1351940400: 1.8601658616e-02 -1351944000: 1.8342785828e-02 -1351947600: 1.8596488396e-02 -1351951200: 2.2224412662e-02 -1351954800: 4.6651388210e-02 -1351958400: 1.0355238434e-01 -1351962000: 3.5283019906e-01 -1351965600: 2.0751531931e-01 -1351969200: 1.6284192014e-01 -1351972800: 1.1176939327e-01 -1351976400: 9.2430502513e-02 -1351980000: 1.0557922633e-01 -1351983600: 7.6189489303e-02 -1351987200: 3.3378407503e-02 -1351990800: 2.3636363490e-02 -1351994400: 2.3334493247e-02 -1351998000: 2.3334400446e-02 -1352001600: 2.3054460126e-02 -1352005200: 2.3612204994e-02 -1352008800: 2.3054945783e-02 -1352012400: 2.3080667549e-02 -1352016000: 5.4147600108e-02 -1352019600: 1.0135561653e-01 -1352023200: 5.5708850852e-02 -1352026800: 3.5763567018e-01 -1352030400: 3.3880256157e-02 -1352034000: 8.3052064579e-02 -1352037600: 5.0845693426e-02 -1352041200: 9.0320678537e-02 -1352044800: 1.8236543979e-01 -1352048400: 4.5348288962e-01 -1352052000: 1.7241950895e-01 -1352055600: 1.5765366853e-01 -1352059200: 1.3943280268e-01 -1352062800: 1.3503180397e-01 -1352066400: 1.6914936147e-01 -1352070000: 1.3200134901e-01 -1352073600: 1.3033669017e-01 -1352077200: 3.0046530342e-02 -1352080800: 2.0275021667e-02 -1352084400: 1.9723125311e-02 -1352088000: 2.0781174329e-02 -1352091600: 2.0309362851e-02 -1352095200: 1.8805093128e-01 -1352098800: 1.2060502078e-01 -1352102400: 3.3321628308e-02 -1352106000: 3.0542088415e-02 -1352109600: 2.3899035604e-02 -1352113200: 2.2497502291e-02 -1352116800: 2.9461967605e-02 -1352120400: 3.7409855575e-02 -1352124000: 9.9204788593e-02 -1352127600: 6.4991847261e-02 -1352131200: 1.0266884594e-01 -1352134800: 3.7089576616e-02 -1352138400: 2.2246197126e-02 -1352142000: 7.8498296761e-02 -1352145600: 1.0190542309e-01 -1352149200: 4.3006472325e-01 -1352152800: 3.5396887730e-01 -1352156400: 3.0377452361e-01 -1352160000: 5.4210612285e-02 -1352163600: 4.6713274478e-02 -1352167200: 1.5258586023e-02 -1352170800: 2.3034425109e-02 -1352174400: 2.1962530258e-02 -1352178000: 2.1950457120e-02 -1352181600: 1.9996789965e-01 -1352185200: 1.8728889461e-01 -1352188800: 2.3055366851e-02 -1352192400: 5.7485267357e-02 -1352196000: 4.2507836868e-02 -1352199600: 2.9905219992e-01 -1352203200: 1.4427688608e-01 -1352206800: 2.3067282793e-02 -1352210400: 2.9443743939e-02 -1352214000: 4.0820309921e-02 -1352217600: 6.3017997968e-02 -1352221200: 1.7562159416e-01 -1352224800: 2.4806407749e-01 -1352228400: 1.7064849211e-01 -1352232000: 1.2330023956e-01 -1352235600: 4.4032833977e-01 -1352239200: 1.1222186461e-01 -1352242800: 3.4854989107e-02 -1352246400: 1.9997616344e-02 -1352250000: 1.9721090006e-02 -1352253600: 1.9725210226e-02 -1352257200: 1.6968849158e-02 -1352260800: 1.7500000000e-02 -1352264400: 1.9722222222e-02 -1352268000: 1.1421385035e-01 -1352271600: 1.3433316497e-01 -1352275200: 2.0441895438e-01 -1352278800: 1.8917614011e-01 -1352282400: 6.1926986587e-02 -1352286000: 1.8034531807e-01 -1352289600: 1.7722509634e-01 -1352293200: 3.4221742227e-01 -1352296800: 2.4971398129e-01 -1352300400: 3.1402709347e-02 -1352304000: 1.4200966718e-01 -1352307600: 1.1319367689e-01 -1352311200: 1.9186098234e-01 -1352314800: 3.7046943222e-01 -1352318400: 2.2696020972e-01 -1352322000: 1.7026858063e-01 -1352325600: 1.5357718372e-01 -1352329200: 1.4528278330e-01 -1352332800: 2.0782365860e-01 -1352336400: 3.4969090584e-02 -1352340000: 2.0277777778e-02 -1352343600: 2.0253095688e-02 -1352347200: 1.9997310398e-02 -1352350800: 1.7224874773e-02 -1352354400: 2.5808843495e-02 -1352358000: 3.2124882138e-01 -1352361600: 9.6567525706e-02 -1352365200: 3.4129025276e-02 -1352368800: 3.1122319943e-02 -1352372400: 2.6519489054e-01 -1352376000: 1.8204379123e-01 -1352379600: 2.8054907189e-01 -1352383200: 1.4362894770e-01 -1352386800: 2.2787037537e-02 -1352390400: 5.9878354424e-02 -1352394000: 5.9494969230e-02 -1352397600: 1.3650109423e-01 -1352401200: 6.5492671151e-02 -1352404800: 2.2799577635e-02 -1352408400: 1.2791091937e-01 -1352412000: 1.6890989733e-01 -1352415600: 8.6211265497e-02 -1352419200: 1.8912362249e-02 -1352422800: 1.8583271758e-02 -1352426400: 1.7805617131e-02 -1352430000: 1.8309017148e-02 -1352433600: 1.8057119381e-02 -1352437200: 1.7478190263e-02 -1352440800: 3.3019167414e-02 -1352444400: 1.6858526589e-01 -1352448000: 7.1447531003e-02 -1352451600: 8.7751258669e-02 -1352455200: 7.1971451739e-02 -1352458800: 4.2239190092e-02 -1352462400: 4.1119859243e-02 -1352466000: 4.0830087650e-02 -1352469600: 4.0831346837e-02 -1352473200: 4.1119346265e-02 -1352476800: 4.0802843733e-02 -1352480400: 1.8327975578e-01 -1352484000: 1.4402642981e-01 -1352487600: 2.4534052610e-01 -1352491200: 1.6763388040e-01 -1352494800: 3.8354735911e-02 -1352498400: 1.8634066316e-01 -1352502000: 2.9750454769e-01 -1352505600: 1.8251682661e-01 -1352509200: 3.0026905307e-02 -1352512800: 1.8636276133e-02 -1352516400: 1.7702265528e-02 -1352520000: 1.6698456368e-02 -1352523600: 1.7520742165e-02 -1352527200: 8.8967406944e-02 -1352530800: 5.5777795661e-02 -1352534400: 2.8305547792e-02 -1352538000: 3.0305563319e-02 -1352541600: 1.8043620882e-02 -1352545200: 4.6590970809e-01 -1352548800: 1.8571224572e-01 -1352552400: 1.9823244171e-01 -1352556000: 9.9257709683e-02 -1352559600: 9.1954543672e-02 -1352563200: 3.8365152800e-02 -1352566800: 2.5211406043e-01 -1352570400: 2.6305061652e-01 -1352574000: 9.7474770737e-02 -1352577600: 9.4715094910e-02 -1352581200: 1.7098781797e-01 -1352584800: 1.6953957837e-01 -1352588400: 1.9382626359e-01 -1352592000: 1.0568654051e-01 -1352595600: 4.6998266004e-02 -1352599200: 2.8570912401e-02 -1352602800: 2.8097153065e-02 -1352606400: 2.7779601235e-02 -1352610000: 2.7771833361e-02 -1352613600: 2.8616888265e-02 -1352617200: 3.7242828488e-01 -1352620800: 2.9701927483e-01 -1352624400: 2.8939047035e-01 -1352628000: 1.7480349036e-01 -1352631600: 6.2243155973e-02 -1352635200: 1.8881727863e-02 -1352638800: 1.9170572130e-02 -1352642400: 1.3707154261e-01 -1352646000: 1.9699519974e-01 -1352649600: 2.0134897852e-01 -1352653200: 1.0397600474e-01 -1352656800: 2.0006374091e-02 -1352660400: 1.9463243441e-02 -1352664000: 1.9446690135e-02 -1352667600: 1.8360496533e-02 -1352671200: 1.3867563953e-01 -1352674800: 9.2888105198e-02 -1352678400: 7.2024288793e-02 -1352682000: 2.0022457778e-02 -1352685600: 1.9989619592e-02 -1352689200: 1.9455601838e-02 -1352692800: 1.9467294498e-02 -1352696400: 1.9444444444e-02 -1352700000: 2.6805179169e-01 -1352703600: 1.8020548257e-01 -1352707200: 7.3675615526e-02 -1352710800: 2.2220225806e-02 -1352714400: 7.8337906500e-02 -1352718000: 2.1940447798e-02 -1352721600: 2.7501817318e-02 -1352725200: 4.6317102079e-02 -1352728800: 1.1285030536e-01 -1352732400: 6.1067346104e-02 -1352736000: 1.1124652242e-01 -1352739600: 3.9640992384e-02 -1352743200: 2.0810914382e-02 -1352746800: 8.4626851001e-02 -1352750400: 1.5539533364e-01 -1352754000: 1.6471682460e-01 -1352757600: 1.8719741870e-01 -1352761200: 4.0176829816e-01 -1352764800: 1.2782104798e-01 -1352768400: 5.0413091579e-02 -1352772000: 1.9999823862e-02 -1352775600: 1.9728467642e-02 -1352779200: 1.9721155080e-02 -1352782800: 1.9442609521e-02 -1352786400: 2.0505357413e-02 -1352790000: 2.1910067888e-01 -1352793600: 3.7641016463e-02 -1352797200: 1.8876179464e-02 -1352800800: 7.3556178496e-02 -1352804400: 3.0352175193e-01 -1352808000: 1.2149093788e-01 -1352811600: 5.6697449514e-02 -1352815200: 8.1057112162e-02 -1352818800: 8.3621649981e-02 -1352822400: 1.0789519337e-01 -1352826000: 9.0129065430e-02 -1352829600: 3.8636034789e-02 -1352833200: 2.0200546410e-01 -1352836800: 1.7671062793e-01 -1352840400: 5.5002960147e-01 -1352844000: 1.3717434246e-01 -1352847600: 1.7813225378e-01 -1352851200: 1.1006768738e-01 -1352854800: 3.5914200287e-02 -1352858400: 2.4762047347e-02 -1352862000: 2.4959747781e-02 -1352865600: 2.4738483817e-02 -1352869200: 2.4719729685e-02 -1352872800: 2.5507080483e-02 -1352876400: 1.7017848952e-01 -1352880000: 8.1512265325e-02 -1352883600: 8.4987236334e-02 -1352887200: 4.4754387526e-02 -1352890800: 2.8084317700e-01 -1352894400: 3.1334487771e-01 -1352898000: 3.4442712683e-02 -1352901600: 2.3613106865e-02 -1352905200: 3.5544036203e-02 -1352908800: 5.4832063277e-02 -1352912400: 1.3970224364e-01 -1352916000: 4.2980308709e-01 -1352919600: 1.8524660896e-01 -1352923200: 2.7070884934e-01 -1352926800: 1.7387298801e-01 -1352930400: 8.0471774509e-02 -1352934000: 1.4773912408e-01 -1352937600: 2.0451717350e-01 -1352941200: 4.7784085948e-02 -1352944800: 3.7287781839e-02 -1352948400: 1.9444444444e-02 -1352952000: 1.9444444444e-02 -1352955600: 1.9722222222e-02 -1352959200: 3.1224893264e-01 -1352962800: 8.6041777109e-02 -1352966400: 1.0964132928e-01 -1352970000: 1.0032685046e-01 -1352973600: 2.2361000368e-01 -1352977200: 2.7361889374e-01 -1352980800: 2.6110542266e-01 -1352984400: 1.9812901265e-01 -1352988000: 3.0000000000e-02 -1352991600: 5.1325024368e-02 -1352995200: 6.9673980107e-02 -1352998800: 9.0918105411e-02 -1353002400: 6.0458056597e-02 -1353006000: 5.3433101360e-02 -1353009600: 2.3058277594e-02 -1353013200: 4.5678198674e-02 -1353016800: 2.1482852527e-01 -1353020400: 1.4853200711e-01 -1353024000: 8.2094723514e-02 -1353027600: 2.0523237738e-02 -1353031200: 8.9212067065e-03 -1353034800: 2.1363666297e-02 -1353038400: 1.8332974252e-02 -1353042000: 1.8333340276e-02 -1353045600: 1.8055866444e-02 -1353049200: 7.1414152731e-02 -1353052800: 1.8042377959e-02 -1353056400: 2.9402602295e-02 -1353060000: 5.5848096539e-02 -1353063600: 1.2600943109e-01 -1353067200: 6.1242095592e-02 -1353070800: 4.0515460003e-02 -1353074400: 8.4714382330e-02 -1353078000: 8.4452647603e-02 -1353081600: 8.5239259703e-02 -1353085200: 8.8600167859e-02 -1353088800: 1.7408238228e-01 -1353092400: 1.0668830465e-01 -1353096000: 3.2387601431e-01 -1353099600: 4.5053943261e-01 -1353103200: 1.2122497328e-01 -1353106800: 1.7779459694e-02 -1353110400: 1.7528468119e-02 -1353114000: 1.7762232839e-02 -1353117600: 1.7753476208e-02 -1353121200: 1.7562219048e-02 -1353124800: 1.8333804679e-02 -1353128400: 2.0275868167e-02 -1353132000: 6.6386908078e-02 -1353135600: 9.8850903161e-02 -1353139200: 5.3544584513e-02 -1353142800: 1.1142908727e-01 -1353146400: 8.4753255204e-02 -1353150000: 8.1939264641e-02 -1353153600: 1.0160567298e-01 -1353157200: 1.0511830604e-01 -1353160800: 1.0578191773e-01 -1353164400: 1.3885701088e-01 -1353168000: 2.1426966577e-01 -1353171600: 1.7238102762e-01 -1353175200: 2.0387017023e-02 -1353178800: 1.7680982075e-02 -1353182400: 2.2501021728e-01 -1353186000: 3.5206685322e-01 -1353189600: 3.4736079153e-01 -1353193200: 7.3944446624e-02 -1353196800: 1.5568574327e-02 -1353200400: 1.1388811452e-02 -1353204000: 1.0842994981e-02 -1353207600: 4.0834034341e-02 -1353211200: 1.0580071939e-02 -1353214800: 1.1854259983e-02 -1353218400: 2.0284317824e-01 -1353222000: 1.0831048284e-02 -1353225600: 8.9159579364e-03 -1353229200: 9.1666666667e-03 -1353232800: 9.1550495888e-03 -1353236400: 9.1679674827e-03 -1353240000: 8.8992051507e-03 -1353243600: 9.7082531129e-03 -1353247200: 9.1806357760e-03 -1353250800: 9.1666666667e-03 -1353254400: 1.0531413615e-02 -1353258000: 8.6352530519e-03 -1353261600: 8.8888888889e-03 -1353265200: 8.8636976335e-03 -1353268800: 8.8878391144e-03 -1353272400: 8.3337700776e-03 -1353276000: 8.6122045034e-03 -1353279600: 8.3580442266e-03 -1353283200: 8.6111111111e-03 -1353286800: 8.8643577335e-03 -1353290400: 8.8834013406e-03 -1353294000: 8.8949911227e-03 -1353297600: 8.8879884576e-03 -1353301200: 8.9137057900e-03 -1353304800: 9.1441666903e-03 -1353308400: 1.0300277754e-02 -1353312000: 8.8755563909e-03 -1353315600: 8.8847827283e-03 -1353319200: 8.6285497697e-03 -1353322800: 9.1513900831e-03 -1353326400: 8.9041654724e-03 -1353330000: 9.1515822657e-03 -1353333600: 8.8907494982e-03 -1353337200: 8.9021126806e-03 -1353340800: 1.0808521213e-02 -1353344400: 8.8876652244e-03 -1353348000: 8.6371468958e-03 -1353351600: 8.8888888889e-03 -1353355200: 8.8639380386e-03 -1353358800: 8.6130676959e-03 -1353362400: 8.6341053766e-03 -1353366000: 8.6111111111e-03 -1353369600: 8.5885671137e-03 -1353373200: 8.6336551085e-03 -1353376800: 8.8602442152e-03 -1353380400: 8.8922480280e-03 -1353384000: 8.8894276703e-03 -1353387600: 8.8913189729e-03 -1353391200: 8.8883461136e-03 -1353394800: 1.0551648596e-02 -1353398400: 8.6378775149e-03 -1353402000: 8.8888888889e-03 -1353405600: 8.8759576339e-03 -1353409200: 8.9018201439e-03 -1353412800: 9.1566747628e-03 -1353416400: 8.8821448398e-03 -1353420000: 9.1700317114e-03 -1353423600: 8.8877275293e-03 -1353427200: 1.0267945770e-02 -1353430800: 8.8901745109e-03 -1353434400: 8.8890696271e-03 -1353438000: 8.9117868045e-03 -1353441600: 8.8627753401e-03 -1353445200: 2.0026113549e-02 -1353448800: 9.6979592466e-03 -1353452400: 9.4426800146e-03 -1353456000: 9.4447148359e-03 -1353459600: 9.4443134254e-03 -1353463200: 8.9147769220e-03 -1353466800: 9.1666666667e-03 -1353470400: 9.4199921824e-03 -1353474000: 9.1658204955e-03 -1353477600: 9.7236950526e-03 -1353481200: 1.0833184886e-02 -1353484800: 1.1715905243e-01 -1353488400: 1.2920515759e-01 -1353492000: 1.6031526317e-01 -1353495600: 2.3717621187e-01 -1353499200: 2.1866828900e-01 -1353502800: 6.4156585334e-02 -1353506400: 9.7211404391e-03 -1353510000: 9.4450454632e-03 -1353513600: 1.0288339875e-02 -1353517200: 1.0833333333e-02 -1353520800: 9.1430241016e-03 -1353524400: 9.1681367064e-03 -1353528000: 8.8849575698e-03 -1353531600: 8.6372149556e-03 -1353535200: 8.8664749935e-03 -1353538800: 8.6335250065e-03 -1353542400: 8.8625242677e-03 -1353546000: 8.8883912875e-03 -1353549600: 8.9157511115e-03 -1353553200: 9.1411834283e-03 -1353556800: 9.1662021590e-03 -1353560400: 9.1661852126e-03 -1353564000: 9.1698943225e-03 -1353567600: 1.0578757100e-02 -1353571200: 3.1370669806e-01 -1353574800: 2.7283748800e-01 -1353578400: 2.3649834680e-01 -1353582000: 8.9019115893e-03 -1353585600: 2.9355936982e-01 -1353589200: 8.0041199477e-02 -1353592800: 3.7888997712e-01 -1353596400: 9.7316757996e-03 -1353600000: 1.1111111111e-02 -1353603600: 9.7222222222e-03 -1353607200: 9.7222222222e-03 -1353610800: 9.9772682182e-03 -1353614400: 9.7202926779e-03 -1353618000: 9.4435957200e-03 -1353621600: 9.4699544951e-03 -1353625200: 9.4444444444e-03 -1353628800: 9.4444444444e-03 -1353632400: 9.7222222222e-03 -1353636000: 9.7222222222e-03 -1353639600: 9.6958453621e-03 -1353643200: 9.7485990824e-03 -1353646800: 9.9751922363e-03 -1353650400: 9.7249302940e-03 -1353654000: 1.1410988581e-02 -1353657600: 9.7222222222e-03 -1353661200: 9.9890727770e-03 -1353664800: 9.7331494452e-03 -1353668400: 1.0000000000e-02 -1353672000: 1.0000000000e-02 -1353675600: 9.9905040880e-03 -1353679200: 9.9966467954e-03 -1353682800: 9.7222007131e-03 -1353686400: 1.0846203959e-02 -1353690000: 9.4444444444e-03 -1353693600: 9.6966782246e-03 -1353697200: 9.7240585972e-03 -1353700800: 9.4417383732e-03 -1353704400: 9.1930803606e-03 -1353708000: 9.4226207484e-03 -1353711600: 9.1630551999e-03 -1353715200: 9.1921018294e-03 -1353718800: 9.6970138609e-03 -1353722400: 9.4696528058e-03 -1353726000: 9.6990836448e-03 -1353729600: 9.7210970043e-03 -1353733200: 9.7245513892e-03 -1353736800: 9.4663790728e-03 -1353740400: 1.1111111111e-02 -1353744000: 9.7222222222e-03 -1353747600: 9.9873080355e-03 -1353751200: 9.7232720256e-03 -1353754800: 9.7338643834e-03 -1353758400: 9.7222222222e-03 -1353762000: 9.7222222222e-03 -1353765600: 9.9886951613e-03 -1353769200: 9.7208262555e-03 -1353772800: 1.0846034139e-02 -1353776400: 9.7222222222e-03 -1353780000: 9.7222222222e-03 -1353783600: 9.6977732261e-03 -1353787200: 9.4688934406e-03 -1353790800: 9.4199454780e-03 -1353794400: 9.1911656332e-03 -1353798000: 9.4204031582e-03 -1353801600: 9.4447629054e-03 -1353805200: 9.4681672697e-03 -1353808800: 9.7222222222e-03 -1353812400: 9.7222222222e-03 -1353816000: 9.7222222222e-03 -1353819600: 9.6976871976e-03 -1353823200: 9.7467572468e-03 -1353826800: 1.1388888889e-02 -1353830400: 9.9872535953e-03 -1353834000: 9.7226215710e-03 -1353837600: 9.4567915003e-03 -1353841200: 9.7222222222e-03 -1353844800: 1.0265245594e-02 -1353848400: 1.0277623693e-02 -1353852000: 9.7349084906e-03 -1353855600: 9.7222222222e-03 -1353859200: 1.1363230643e-02 -1353862800: 9.4701026902e-03 -1353866400: 9.4444444444e-03 -1353870000: 9.6965415851e-03 -1353873600: 9.4701250816e-03 -1353877200: 9.4203820063e-03 -1353880800: 9.4428260256e-03 -1353884400: 9.1690611514e-03 -1353888000: 9.1899530389e-03 -1353891600: 9.6955177820e-03 -1353895200: 9.4711488847e-03 -1353898800: 9.7222222222e-03 -1353902400: 9.6965763659e-03 -1353906000: 9.7247358807e-03 -1353909600: 9.7203311879e-03 -1353913200: 1.1136134343e-02 -1353916800: 1.3876295342e-02 -1353920400: 9.4449786081e-03 -1353924000: 9.4565038277e-03 -1353927600: 9.4444444444e-03 -1353931200: 9.7115470221e-03 -1353934800: 9.4431749549e-03 -1353938400: 9.4563891341e-03 -1353942000: 9.4444444444e-03 -1353945600: 1.1086592027e-02 -1353949200: 9.4449981270e-03 -1353952800: 9.4684098462e-03 -1353956400: 9.4444444444e-03 -1353960000: 9.6987062937e-03 -1353963600: 9.1657696575e-03 -1353967200: 9.1910796044e-03 -1353970800: 9.4208484265e-03 -1353974400: 9.1670894014e-03 -1353978000: 9.4676177277e-03 -1353981600: 9.6960784364e-03 -1353985200: 9.7239084500e-03 -1353988800: 9.4689020025e-03 -1353992400: 9.6978638031e-03 -1353996000: 9.7231849282e-03 -1353999600: 1.1134506824e-02 -1354003200: 9.4310933785e-03 -1354006800: 9.4455330977e-03 -1354010400: 9.4440322315e-03 -1354014000: 9.4444421249e-03 -1354017600: 9.7236758537e-03 -1354021200: 9.4421927120e-03 -1354024800: 9.7240783388e-03 -1354028400: 9.4450177801e-03 -1354032000: 1.0818716784e-02 -1354035600: 9.4701065876e-03 -1354039200: 1.0533458239e-02 -1354042800: 9.4665417612e-03 -1354046400: 9.4194892267e-03 -1354050000: 9.1916218844e-03 -1354053600: 9.6997681535e-03 -1354057200: 9.1653831570e-03 -1354060800: 9.1904042451e-03 -1354064400: 9.6894677540e-03 -1354068000: 9.4771989127e-03 -1354071600: 9.6982194261e-03 -1354075200: 9.7212708395e-03 -1354078800: 9.7229213561e-03 -1354082400: 9.7220012737e-03 -1354086000: 1.1135587105e-02 -1354089600: 9.4444444444e-03 -1354093200: 9.4444444444e-03 -1354096800: 9.4444444444e-03 -1354100400: 9.7122637909e-03 -1354104000: 9.4429343760e-03 -1354107600: 9.4455186436e-03 -1354111200: 9.4548387452e-03 -1354114800: 9.4346453930e-03 -1354118400: 1.0819041263e-02 -1354122000: 9.4436370736e-03 -1354125600: 9.4693429372e-03 -1354129200: 9.4444444444e-03 -1354132800: 9.4444444444e-03 -1354136400: 9.1666666667e-03 -1354140000: 9.6990401086e-03 -1354143600: 9.1669339131e-03 -1354147200: 9.1895815339e-03 -1354150800: 9.6881765824e-03 -1354154400: 9.7562678621e-03 -1354158000: 9.9651449706e-03 -1354161600: 9.7570772516e-03 -1354165200: 1.0000000000e-02 -1354168800: 9.9762510371e-03 -1354172400: 1.1390610723e-02 -1354176000: 9.1886937954e-03 -1354179600: 9.4444444444e-03 -1354183200: 9.4351348069e-03 -1354186800: 1.5578951747e-01 -1354190400: 1.6011829755e-01 -1354194000: 4.6868265903e-02 -1354197600: 1.3066562046e-02 -1354201200: 2.5759358014e-02 -1354204800: 1.0882543691e-02 -1354208400: 9.4458040586e-03 -1354212000: 9.4678497921e-03 -1354215600: 9.7222222222e-03 -1354219200: 9.6973822989e-03 -1354222800: 9.4435342139e-03 -1354226400: 9.1924168205e-03 -1354230000: 9.1666666667e-03 -1354233600: 9.4219754222e-03 -1354237200: 9.4425265702e-03 -1354240800: 9.3234878633e-03 -1354244400: 9.8435798491e-03 -1354248000: 9.7213408712e-03 -1354251600: 9.7238675025e-03 -1354255200: 9.7229656708e-03 -1354258800: 1.1133589584e-02 -1354262400: 9.4444444444e-03 -1354266000: 9.7105747331e-03 -1354269600: 9.4439324871e-03 -1354273200: 1.0264430470e-02 -1354276800: 9.4570382805e-03 -1354280400: 9.4573573631e-03 -1354284000: 1.0277777778e-02 -1354287600: 9.7222222222e-03 -1354291200: 1.2500000000e-02 -1354294800: 9.4444444444e-03 -1354298400: 9.4444444444e-03 -1354302000: 9.6986465490e-03 -1354305600: 9.4680201176e-03 -1354309200: 9.4219862560e-03 -1354312800: 9.1891248551e-03 -1354316400: 9.1666666667e-03 -1354320000: 9.4199584186e-03 -1354323600: 9.7169300302e-03 -1354327200: 9.4496309263e-03 -1354330800: 9.4454287479e-03 -1354334400: 9.4680518770e-03 -1354338000: 9.6984127003e-03 -1354341600: 9.7213716094e-03 -1354345200: 1.1390849211e-02 -1354348800: 9.7339368805e-03 -1354352400: 9.7238496771e-03 -1354356000: 9.7212627433e-03 -1354359600: 9.7212959981e-03 -1354363200: 9.7205837771e-03 -1354366800: 9.7351040702e-03 -1354370400: 9.7222222222e-03 -1354374000: 9.7222222222e-03 -1354377600: 1.1364118098e-02 -1354381200: 9.4473112920e-03 -1354384800: 9.4443274459e-03 -1354388400: 9.4403341197e-03 -1354392000: 9.4705757112e-03 -1354395600: 9.4220132308e-03 -1354399200: 9.4444077032e-03 -1354402800: 9.1673172274e-03 -1354406400: 9.1884840608e-03 -1354410000: 9.7222222222e-03 -1354413600: 9.6943656236e-03 -1354417200: 1.0556081726e-02 -1354420800: 9.4717748723e-03 -1354424400: 9.7222222222e-03 -1354428000: 9.7222222222e-03 -1354431600: 1.1365964185e-02 -1354435200: 9.4673691487e-03 -1354438800: 9.7222222222e-03 -1354442400: 9.9736837821e-03 -1354446000: 1.0005895558e-02 -1354449600: 9.7309821962e-03 -1354453200: 1.0289438464e-02 -1354456800: 9.9741151531e-03 -1354460400: 9.7204149943e-03 -1354464000: 1.1138803186e-02 -1354467600: 9.7222222222e-03 -1354471200: 9.6956769749e-03 -1354474800: 1.2804323025e-02 -1354478400: 9.4444444444e-03 -1354482000: 9.4212268493e-03 -1354485600: 1.9467662040e-02 -1354489200: 9.4185649234e-03 -1354492800: 9.1925461877e-03 -1354496400: 9.7222222222e-03 -1354500000: 9.7222222222e-03 -1354503600: 9.4444444444e-03 -1354507200: 9.6967034353e-03 -1354510800: 9.7220942417e-03 -1354514400: 9.7478689897e-03 -1354518000: 1.1111111111e-02 -1354521600: 9.7102730306e-03 -1354525200: 9.7048730457e-03 -1354528800: 9.7372110088e-03 -1354532400: 9.4587540260e-03 -1354536000: 9.6889600910e-03 -1354539600: 9.7316529232e-03 -1354543200: 9.7100364087e-03 -1354546800: 9.7314709798e-03 -1354550400: 2.1971212931e-02 -1354554000: 9.6971682765e-03 -1354557600: 9.4440436074e-03 -1354561200: 9.4698992271e-03 -1354564800: 9.6979529947e-03 -1354568400: 9.1909358942e-03 -1354572000: 9.4205893886e-03 -1354575600: 8.9127439447e-03 -1354579200: 9.4157028647e-03 -1354582800: 9.4484263654e-03 -1354586400: 9.4692041032e-03 -1354590000: 9.6907174399e-03 -1354593600: 9.4759492268e-03 -1354597200: 9.6895161202e-03 -1354600800: 9.7275970534e-03 -1354604400: 1.1138442382e-02 -1354608000: 9.4444444444e-03 -1354611600: 9.7095353221e-03 -1354615200: 9.4571313446e-03 -1354618800: 4.0965903060e-02 -1354622400: 2.0649473984e-01 -1354626000: 4.1983801540e-02 -1354629600: 8.8888888889e-03 -1354633200: 4.5073147315e-02 -1354636800: 1.5263075080e-01 -1354640400: 1.7924054633e-01 -1354644000: 9.7222222222e-03 -1354647600: 9.9770478808e-03 -1354651200: 9.7184751478e-03 -1354654800: 9.4711436381e-03 -1354658400: 9.6964800681e-03 -1354662000: 9.4450683277e-03 -1354665600: 9.1917849375e-03 -1354669200: 9.6910316940e-03 -1354672800: 9.7191789639e-03 -1354676400: 9.7322405695e-03 -1354680000: 9.7181016660e-03 -1354683600: 9.9973229364e-03 -1354687200: 9.7273915477e-03 -1354690800: 1.1665977373e-02 -1354694400: 9.4709774721e-03 -1354698000: 9.7222222222e-03 -1354701600: 9.7222222222e-03 -1354705200: 1.9155735265e-02 -1354708800: 3.1777373769e-01 -1354712400: 1.9448104980e-02 -1354716000: 1.1122422061e-02 -1354719600: 1.0531979343e-02 -1354723200: 1.0856909546e-02 -1354726800: 1.9142498803e-02 -1354730400: 9.4462313366e-03 -1354734000: 9.7191309641e-03 -1354737600: 9.4452197678e-03 -1354741200: 9.1643611061e-03 -1354744800: 9.4455520948e-03 -1354748400: 9.1925614831e-03 -1354752000: 9.4167587994e-03 -1354755600: 9.4721300895e-03 -1354759200: 9.4444444444e-03 -1354762800: 9.6937554818e-03 -1354766400: 9.7244853005e-03 -1354770000: 9.4706481066e-03 -1354773600: 9.9735150125e-03 -1354777200: 1.1137596099e-02 -1354780800: 9.4444444444e-03 -1354784400: 9.6881647816e-03 -1354788000: 9.7221277800e-03 -1354791600: 9.4785963273e-03 -1354795200: 9.9886277593e-03 -1354798800: 9.4558166852e-03 -1354802400: 9.7113966287e-03 -1354806000: 9.4213624788e-03 -1354809600: 1.0867240893e-02 -1354813200: 9.4444444444e-03 -1354816800: 9.4204444495e-03 -1354820400: 9.7238891837e-03 -1354824000: 9.7196322933e-03 -1354827600: 9.1915896290e-03 -1354831200: 9.4444444444e-03 -1354834800: 9.4218909025e-03 -1354838400: 9.1640398939e-03 -1354842000: 9.4431589348e-03 -1354845600: 9.4709102688e-03 -1354849200: 9.6968918097e-03 -1354852800: 9.7256024682e-03 -1354856400: 9.7185112885e-03 -1354860000: 9.4701055447e-03 -1354863600: 1.1364269646e-02 -1354867200: 9.4690636877e-03 -1354870800: 9.4444444444e-03 -1354874400: 9.4444444444e-03 -1354878000: 1.0523267519e-02 -1354881600: 9.4647655435e-03 -1354885200: 9.7088538557e-03 -1354888800: 9.7218626057e-03 -1354892400: 9.7218327222e-03 -1354896000: 1.0836936828e-02 -1354899600: 9.4669253710e-03 -1354903200: 9.4444444444e-03 -1354906800: 9.6983996353e-03 -1354910400: 9.4428304524e-03 -1354914000: 9.1692186758e-03 -1354917600: 9.4413529672e-03 -1354921200: 9.1689289205e-03 -1354924800: 9.1903804600e-03 -1354928400: 9.4444444444e-03 -1354932000: 9.6991801657e-03 -1354935600: 9.7214933378e-03 -1354939200: 9.7226979549e-03 -1354942800: 9.4677396527e-03 -1354946400: 9.7222222222e-03 -1354950000: 1.1388888889e-02 -1354953600: 9.9753041484e-03 -1354957200: 9.7218806579e-03 -1354960800: 9.7472596381e-03 -1354964400: 9.9751553312e-03 -1354968000: 9.7470668911e-03 -1354971600: 9.9738676949e-03 -1354975200: 9.9998903051e-03 -1354978800: 1.0002430674e-02 -1354982400: 1.1385527403e-02 -1354986000: 9.4456721486e-03 -1354989600: 9.7233574541e-03 -1354993200: 9.7225526529e-03 -1354996800: 9.4446245839e-03 -1355000400: 9.4445506168e-03 -1355004000: 9.4442196393e-03 -1355007600: 9.4440681715e-03 -1355011200: 9.4438578864e-03 -1355014800: 9.7228162966e-03 -1355018400: 9.7237035531e-03 -1355022000: 9.4677498086e-03 -1355025600: 9.9735980326e-03 -1355029200: 9.7216118470e-03 -1355032800: 9.7227372762e-03 -1355036400: 1.1390293152e-02 -1355040000: 9.7473152476e-03 -1355043600: 9.9758191865e-03 -1355047200: 9.7195860435e-03 -1355050800: 1.0002821611e-02 -1355054400: 9.7209019110e-03 -1355058000: 9.7475379148e-03 -1355061600: 9.7222222222e-03 -1355065200: 9.7222222222e-03 -1355068800: 1.1364666593e-02 -1355072400: 9.4686667400e-03 -1355076000: 9.6939948838e-03 -1355079600: 9.4726717829e-03 -1355083200: 9.6951990800e-03 -1355086800: 1.0860356476e-02 -1355090400: 9.4444444444e-03 -1355094000: 9.1404831533e-03 -1355097600: 9.1928501800e-03 -1355101200: 9.4444444444e-03 -1355104800: 9.6959822118e-03 -1355108400: 9.4706844548e-03 -1355112000: 9.7222222222e-03 -1355115600: 9.7222222222e-03 -1355119200: 9.6980456445e-03 -1355122800: 9.7206155291e-03 -1355126400: 1.1113637966e-02 -1355130000: 9.4418022418e-03 -1355133600: 9.7156458640e-03 -1355137200: 9.4769194215e-03 -1355140800: 9.7222222222e-03 -1355144400: 9.6950786347e-03 -1355148000: 9.7258281107e-03 -1355151600: 9.7215270190e-03 -1355155200: 1.1108593599e-02 -1355158800: 9.4453009812e-03 -1355162400: 9.4466123866e-03 -1355166000: 9.7213475776e-03 -1355169600: 9.4690450249e-03 -1355173200: 9.4198260961e-03 -1355176800: 9.4443427394e-03 -1355180400: 9.1681265208e-03 -1355184000: 9.1899268660e-03 -1355187600: 9.7002117005e-03 -1355191200: 9.4416824735e-03 -1355194800: 9.4397273247e-03 -1355198400: 9.4739340569e-03 -1355202000: 9.7222222222e-03 -1355205600: 9.7003103434e-03 -1355209200: 9.9863014099e-03 -1355212800: 1.1123207395e-02 -1355216400: 9.7214559853e-03 -1355220000: 9.7227365414e-03 -1355223600: 9.7459883247e-03 -1355227200: 2.1643935627e-02 -1355230800: 2.9166611233e-01 -1355234400: 1.8335661871e-01 -1355238000: 9.9749798473e-03 -1355241600: 1.1111421373e-02 -1355245200: 9.7208336310e-03 -1355248800: 9.4705429266e-03 -1355252400: 9.9745061666e-03 -1355256000: 9.7477160556e-03 -1355259600: 9.6971849368e-03 -1355263200: 1.0002087980e-02 -1355266800: 9.7218362419e-03 -1355270400: 9.7455575084e-03 -1355274000: 1.0246623562e-02 -1355277600: 1.0003963269e-02 -1355281200: 9.7494131681e-03 -1355284800: 1.0253167670e-02 -1355288400: 1.0277191725e-02 -1355292000: 1.0025196160e-02 -1355295600: 1.0255343171e-02 -1355299200: 1.1689101273e-02 -1355302800: 9.9758277365e-03 -1355306400: 1.0001106017e-02 -1355310000: 9.9900921800e-03 -1355313600: 1.6003297407e-01 -1355317200: 1.9722222222e-02 -1355320800: 9.9761741490e-03 -1355324400: 1.0001455867e-02 -1355328000: 1.1133481095e-02 -1355331600: 4.6089065635e-02 -1355335200: 9.7442676979e-03 -1355338800: 9.6977487756e-03 -1355342400: 9.7248246396e-03 -1355346000: 9.1885376959e-03 -1355349600: 9.6958637821e-03 -1355353200: 9.1707849176e-03 -1355356800: 9.1889068559e-03 -1355360400: 9.6927545785e-03 -1355364000: 9.7289536181e-03 -1355367600: 9.7191919234e-03 -1355371200: 1.0002920245e-02 -1355374800: 9.7189504617e-03 -1355378400: 9.4449801616e-03 -1355382000: 1.1506284420e-02 -1355385600: 4.2916357874e-02 -1355389200: 2.1964639138e-02 -1355392800: 2.3615669731e-02 -1355396400: 1.6890203083e-02 -1355400000: 2.2021316987e-02 -1355403600: 1.9090948613e-02 -1355407200: 1.8106156189e-02 -1355410800: 2.0858450753e-02 -1355414400: 1.6642207601e-02 -1355418000: 2.0857792399e-02 -1355421600: 1.8264559577e-02 -1355425200: 1.8101766365e-02 -1355428800: 2.0831268559e-02 -1355432400: 1.5278778745e-02 -1355436000: 2.0832027316e-02 -1355439600: 2.0270964882e-02 -1355443200: 1.6976190111e-02 -1355446800: 1.8214223782e-02 -1355450400: 1.2574772028e-02 -1355454000: 1.8855251922e-02 -1355457600: 1.7776961988e-02 -1355461200: 1.7503211727e-02 -1355464800: 1.6976117851e-02 -1355468400: 1.7473408061e-02 -1355472000: 2.1159291757e-02 -1355475600: 1.7244538661e-02 -1355479200: 2.2473597118e-02 -1355482800: 1.0492755704e-01 -1355486400: 5.5481400307e-02 -1355490000: 3.8410978299e-02 -1355493600: 2.1305775372e-01 -1355497200: 4.6414764025e-02 -1355500800: 4.8866988871e-02 -1355504400: 2.6597752952e-01 -1355508000: 3.2399798704e-02 -1355511600: 1.5854495801e-01 -1355515200: 2.1485712952e-01 -1355518800: 6.7882608161e-01 -1355522400: 2.0259821311e-01 -1355526000: 1.2211173471e-01 -1355529600: 2.8084100270e-02 -1355533200: 1.8321869658e-02 -1355536800: 1.7786331222e-02 -1355540400: 1.7525880948e-02 -1355544000: 1.7777777778e-02 -1355547600: 1.7752176422e-02 -1355551200: 3.6970045800e-02 -1355554800: 2.0504120999e-02 -1355558400: 1.0211341283e-01 -1355562000: 1.9882466174e-02 -1355565600: 2.7123211127e-02 -1355569200: 2.2017492910e-02 -1355572800: 5.0025962630e-02 -1355576400: 5.2456313095e-02 -1355580000: 8.3503207616e-02 -1355583600: 8.0325980050e-02 -1355587200: 9.4397403134e-02 -1355590800: 1.1623893684e-01 -1355594400: 3.8512548290e-02 -1355598000: 3.0857764154e-01 -1355601600: 1.8759900958e-01 -1355605200: 2.2656353416e-01 -1355608800: 1.7585539311e-01 -1355612400: 1.0000920107e-01 -1355616000: 1.0111747048e-01 -1355619600: 3.3678893975e-02 -1355623200: 1.8867408572e-02 -1355626800: 1.8358788519e-02 -1355630400: 1.8026412549e-02 -1355634000: 1.7779115688e-02 -1355637600: 1.7529580785e-02 -1355641200: 1.3486632016e-01 -1355644800: 1.4732328398e-01 -1355648400: 5.3083968411e-02 -1355652000: 4.8780241987e-02 -1355655600: 5.2883848919e-02 -1355659200: 6.3615093179e-02 -1355662800: 1.4886310695e-01 -1355666400: 5.6693339134e-02 -1355670000: 1.0569521980e-01 -1355673600: 2.7005729585e-01 -1355677200: 2.8055590163e-01 -1355680800: 1.4170669380e-01 -1355684400: 5.8024762205e-01 -1355688000: 1.3129795594e-01 -1355691600: 1.7585075945e-01 -1355695200: 1.4940999408e-01 -1355698800: 1.1817478384e-01 -1355702400: 3.0058513350e-02 -1355706000: 1.9169144927e-02 -1355709600: 1.7801696832e-02 -1355713200: 1.7779256004e-02 -1355716800: 1.7522454023e-02 -1355720400: 1.7754498277e-02 -1355724000: 1.1271081234e-01 -1355727600: 1.5776553316e-01 -1355731200: 2.3425757206e-02 -1355734800: 6.4376594159e-02 -1355738400: 7.2825022162e-02 -1355742000: 2.2763202497e-02 -1355745600: 2.2823024643e-02 -1355749200: 4.5479053312e-02 -1355752800: 8.9451426880e-02 -1355756400: 6.7497325647e-02 -1355760000: 1.3325745810e-01 -1355763600: 2.0957674425e-02 -1355767200: 1.4128516607e-01 -1355770800: 1.0380411388e-01 -1355774400: 1.0418508447e-01 -1355778000: 9.0592136139e-02 -1355781600: 1.1149351075e-01 -1355785200: 1.8639857988e-02 -1355788800: 1.7523859002e-02 -1355792400: 1.7753390206e-02 -1355796000: 1.8030225766e-02 -1355799600: 1.8611403409e-02 -1355803200: 1.8615685504e-02 -1355806800: 1.8579503285e-02 -1355810400: 2.7410637080e-02 -1355814000: 2.4472722582e-01 -1355817600: 3.6292055421e-01 -1355821200: 2.2506332556e-02 -1355824800: 3.6638738976e-02 -1355828400: 5.3498399756e-01 -1355832000: 3.3472168821e-01 -1355835600: 2.7796351512e-01 -1355839200: 1.0198067644e-01 -1355842800: 2.6525187830e-01 -1355846400: 9.1047476089e-02 -1355850000: 1.3265423622e-01 -1355853600: 1.8102835240e-02 -1355857200: 1.8029895238e-02 -1355860800: 1.7525660317e-02 -1355864400: 1.4722222222e-02 -1355868000: 1.6313621940e-02 -1355871600: 8.6348189423e-02 -1355875200: 8.6180435118e-02 -1355878800: 2.7824420185e-02 -1355882400: 1.8333333333e-02 -1355886000: 1.7777777778e-02 -1355889600: 1.7753006152e-02 -1355893200: 1.8867516888e-02 -1355896800: 1.1934430758e-01 -1355900400: 1.6058893953e-01 -1355904000: 2.3274549484e-01 -1355907600: 2.1648718080e-01 -1355911200: 7.6112123685e-02 -1355914800: 8.9150330493e-02 -1355918400: 3.8663177595e-02 -1355922000: 5.6628253729e-02 -1355925600: 9.1354783978e-02 -1355929200: 1.0695858166e-01 -1355932800: 1.3698280815e-01 -1355936400: 1.3417367512e-01 -1355940000: 6.2902075473e-02 -1355943600: 1.8104016049e-01 -1355947200: 2.8678197217e-01 -1355950800: 6.0057201109e-02 -1355954400: 4.2753482486e-02 -1355958000: 2.3731946877e-01 -1355961600: 9.5532055638e-02 -1355965200: 2.0858959222e-02 -1355968800: 9.4216817525e-03 -1355972400: 2.0249820026e-02 -1355976000: 1.9981654781e-02 -1355979600: 1.8905951315e-02 -1355983200: 1.1399436498e-01 -1355986800: 1.4653675280e-01 -1355990400: 2.0909774343e-02 -1355994000: 4.1932713082e-02 -1355997600: 3.4697095992e-02 -1356001200: 6.0636697583e-01 -1356004800: 1.6640082046e-01 -1356008400: 9.6374307719e-02 -1356012000: 1.0016315336e-01 -1356015600: 8.9442229479e-02 -1356019200: 7.3489220567e-02 -1356022800: 3.3843953183e-02 -1356026400: 6.2049896500e-02 -1356030000: 1.5094684622e-01 -1356033600: 9.4172967170e-02 -1356037200: 9.2158396971e-02 -1356040800: 1.4169200010e-01 -1356044400: 8.8213867831e-02 -1356048000: 1.7777777778e-02 -1356051600: 1.8055555556e-02 -1356055200: 1.7750496904e-02 -1356058800: 1.7805058652e-02 -1356062400: 1.8033134194e-02 -1356066000: 1.9165390177e-02 -1356069600: 1.0677651153e-01 -1356073200: 2.0771964845e-01 -1356076800: 4.5354725977e-01 -1356080400: 2.9497626844e-01 -1356084000: 8.4716652373e-02 -1356087600: 2.4249749319e-01 -1356091200: 2.9115163301e-01 -1356094800: 4.4431410561e-02 -1356098400: 4.3622272408e-02 -1356102000: 4.3024882184e-02 -1356105600: 5.2768647232e-02 -1356109200: 2.0045624140e-01 -1356112800: 8.7248464009e-02 -1356116400: 1.2642627386e-01 -1356120000: 1.4202064524e-01 -1356123600: 4.5431095064e-01 -1356127200: 2.5120109570e-01 -1356130800: 5.6160183188e-02 -1356134400: 3.9908436274e-02 -1356138000: 8.8233567026e-02 -1356141600: 9.6474852079e-02 -1356145200: 2.5355394725e-02 -1356148800: 1.9169812967e-02 -1356152400: 1.8328463741e-02 -1356156000: 1.8618697447e-02 -1356159600: 2.1099860021e-01 -1356163200: 6.4537890463e-02 -1356166800: 4.4481551846e-02 -1356170400: 1.1638264432e-01 -1356174000: 5.9983348726e-02 -1356177600: 9.2772239191e-02 -1356181200: 7.1112054861e-02 -1356184800: 8.5322143741e-02 -1356188400: 4.1334546176e-02 -1356192000: 1.1532091928e-01 -1356195600: 1.5294478316e-01 -1356199200: 1.1802469594e-01 -1356202800: 2.8415520932e-01 -1356206400: 1.5896568406e-01 -1356210000: 1.0650713122e-01 -1356213600: 1.6501095658e-01 -1356217200: 9.3808560198e-02 -1356220800: 1.9770536674e-02 -1356224400: 1.8309212143e-02 -1356228000: 1.8079676746e-02 -1356231600: 1.8305330202e-02 -1356235200: 1.8338110251e-02 -1356238800: 1.8331385085e-02 -1356242400: 1.8333682123e-02 -1356246000: 4.3002055398e-02 -1356249600: 9.3946044551e-02 -1356253200: 1.3997896689e-01 -1356256800: 8.0009525387e-02 -1356260400: 2.3075213345e-02 -1356264000: 3.4044362513e-02 -1356267600: 9.1204113199e-02 -1356271200: 3.5211896710e-02 -1356274800: 1.5193668904e-01 -1356278400: 1.2736875933e-01 -1356282000: 1.2188809067e-01 -1356285600: 3.1641819233e-02 -1356289200: 1.9979523280e-01 -1356292800: 3.2267684355e-01 -1356296400: 2.9929538480e-01 -1356300000: 2.4052307819e-01 -1356303600: 1.8268432113e-01 -1356307200: 5.7786927593e-02 -1356310800: 5.3375225864e-02 -1356314400: 2.0302497699e-02 -1356318000: 1.9421261185e-02 -1356321600: 2.0497691193e-02 -1356325200: 1.9757929065e-02 -1356328800: 1.9968844192e-02 -1356332400: 1.2330351738e-01 -1356336000: 2.5476317861e-01 -1356339600: 2.2251889621e-02 -1356343200: 7.3340451018e-02 -1356346800: 4.7497427865e-02 -1356350400: 6.8882832723e-02 -1356354000: 1.8826830332e-01 -1356357600: 2.2476632787e-01 -1356361200: 1.3690061242e-01 -1356364800: 1.1466850675e-01 -1356368400: 1.0970826028e-01 -1356372000: 1.8526503772e-01 -1356375600: 2.3177713786e-01 -1356379200: 3.8423856871e-01 -1356382800: 2.5530175796e-02 -1356386400: 1.7073023004e-01 -1356390000: 2.0912612194e-01 -1356393600: 1.9175878677e-01 -1356397200: 2.3384891741e-02 -1356400800: 2.3080904829e-02 -1356404400: 2.3004133699e-02 -1356408000: 1.8866987838e-02 -1356411600: 2.0351100685e-02 -1356415200: 2.2754133053e-02 -1356418800: 5.1938558836e-02 -1356422400: 6.2762619256e-02 -1356426000: 2.1081209941e-01 -1356429600: 2.5332200570e-01 -1356433200: 2.6317606623e-01 -1356436800: 1.8368649473e-01 -1356440400: 1.0538947810e-01 -1356444000: 7.8618878232e-02 -1356447600: 3.4749636237e-02 -1356451200: 1.2945839168e-01 -1356454800: 2.0960035983e-01 -1356458400: 2.7022825481e-01 -1356462000: 4.3987032300e-01 -1356465600: 2.6211454984e-01 -1356469200: 2.9420563860e-01 -1356472800: 2.5036150168e-01 -1356476400: 1.4315220442e-01 -1356480000: 4.5163094526e-02 -1356483600: 2.1659679193e-02 -1356487200: 2.1142699307e-02 -1356490800: 1.9371051840e-02 -1356494400: 1.6992877482e-02 -1356498000: 2.0858292900e-02 -1356501600: 1.3108657864e-01 -1356505200: 1.7733444423e-02 -1356508800: 1.9758936399e-02 -1356512400: 2.0853652322e-02 -1356516000: 1.9431987029e-02 -1356519600: 2.0579845634e-02 -1356523200: 1.1086051499e-02 -1356526800: 2.2247281834e-02 -1356530400: 2.0833333333e-02 -1356534000: 1.9140794452e-02 -1356537600: 1.8081427770e-02 -1356541200: 2.0277777778e-02 -1356544800: 2.0533184717e-02 -1356548400: 1.7999768279e-02 -1356552000: 1.7022602559e-02 -1356555600: 2.0000000000e-02 -1356559200: 2.0251971021e-02 -1356562800: 1.5256410917e-02 -1356566400: 1.8936062506e-02 -1356570000: 2.0252881405e-02 -1356573600: 1.8288445650e-02 -1356577200: 1.6711684618e-02 -1356580800: 2.0278677506e-02 -1356584400: 1.9976895453e-02 -1356588000: 1.4997567625e-02 -1356591600: 2.0304741837e-02 -1356595200: 2.2244661461e-02 -1356598800: 1.7461639639e-02 -1356602400: 1.7804243895e-02 -1356606000: 2.0276820589e-02 -1356609600: 1.7223325256e-02 -1356613200: 1.7224189234e-02 -1356616800: 1.9961622653e-02 -1356620400: 1.5539093493e-02 -1356624000: 2.1151252257e-02 -1356627600: 1.9999680153e-02 -1356631200: 1.7746878621e-02 -1356634800: 1.6974411470e-02 -1356638400: 1.9999924166e-02 -1356642000: 1.9699360223e-02 -1356645600: 1.4726866261e-02 -1356649200: 1.9210692090e-02 -1356652800: 1.9975670868e-02 -1356656400: 1.6909746552e-02 -1356660000: 1.7811276806e-02 -1356663600: 2.0025527995e-02 -1356667200: 1.8560166011e-02 -1356670800: 1.6162056212e-02 -1356674400: 1.9976285729e-02 -1356678000: 1.9977895245e-02 -1356681600: 1.6434707915e-02 -1356685200: 2.0265927682e-02 -1356688800: 2.0011850096e-02 -1356692400: 1.6078997787e-02 -1356696000: 1.8921002213e-02 -1356699600: 2.2462237264e-02 -1356703200: 9.4715245688e-03 -1356706800: 2.2510682612e-02 -1356710400: 2.0231811021e-02 -1356714000: 1.5857262306e-02 -1356717600: 1.9998772793e-02 -1356721200: 2.0000731699e-02 -1356724800: 1.6338260490e-02 -1356728400: 1.7826397377e-02 -1356732000: 1.9722832424e-02 -1356735600: 1.7756445489e-02 -1356739200: 1.6132302485e-02 -1356742800: 1.9746295028e-02 -1356746400: 1.9675388894e-02 -1356750000: 1.4742774083e-02 -1356753600: 2.0003324670e-02 -1356757200: 1.9745179020e-02 -1356760800: 1.5485366743e-02 -1356764400: 2.0601263167e-02 -1356768000: 1.9746703423e-02 -1356771600: 1.6630374833e-02 -1356775200: 1.8078944372e-02 -1356778800: 2.0012903017e-02 -1356782400: 1.7474879280e-02 -1356786000: 1.7247342942e-02 -1356789600: 2.0277777778e-02 -1356793200: 1.8575911569e-02 -1356796800: 1.4479643987e-02 -1356800400: 2.1036729666e-02 -1356804000: 1.6163184692e-02 -1356807600: 1.9996905561e-02 -1356811200: 2.0025402303e-02 -1356814800: 1.6037419053e-02 -1356818400: 1.8104947057e-02 -1356822000: 1.9443098670e-02 -1356825600: 1.7758341645e-02 -1356829200: 1.6156193575e-02 -1356832800: 1.9973064289e-02 -1356836400: 1.9142957318e-02 -1356840000: 1.5303688746e-02 -1356843600: 1.9746956314e-02 -1356847200: 2.0223047509e-02 -1356850800: 1.6165841380e-02 -1356854400: 2.0266643371e-02 -1356858000: 2.0274012566e-02 -1356861600: 1.5537475647e-02 -1356865200: 1.9199646194e-02 -1356868800: 2.0267998513e-02 -1356872400: 1.6374220558e-02 -1356876000: 1.8625251315e-02 -1356879600: 5.4713440765e-02 -1356883200: 4.7241311072e-02 -1356886800: 2.8100220179e-02 -1356890400: 3.4338329940e-01 -1356894000: 1.9214808064e-01 -1356897600: 1.1956816497e-01 -1356901200: 9.3292815084e-02 -1356904800: 1.2378408216e-01 -1356908400: 1.5621076067e-01 -1356912000: 8.9854755171e-02 -1356915600: 2.2772883467e-02 -1356919200: 1.5884938262e-02 -1356922800: 2.0277777778e-02 -1356926400: 2.0252527097e-02 -1356930000: 1.6922536812e-02 -1356933600: 1.7799549440e-02 -1356937200: 1.2719498004e-01 -1356940800: 6.9730602910e-02 -1356944400: 9.2314845397e-02 -1356948000: 1.3682688554e-01 -1356951600: 1.5905432686e-01 -1356955200: 1.2220120877e-01 -1356958800: 9.0992983027e-02 -1356962400: 2.0332829098e-01 -1356966000: 2.0941491918e-01 -1356969600: 1.8138137066e-01 -1356973200: 1.9624339603e-01 -1356976800: 1.9622964843e-02 -1356980400: 2.2551945744e-02 -1356984000: 2.0833333333e-02 -1356987600: 2.0277777778e-02 -1356991200: 1.8006690246e-02 -1356994800: 1.6688791497e-02 -1356998400: 2.0026740479e-02 -1357002000: 2.0250286052e-02 -1357005600: 1.9697887277e-02 -1357009200: 1.6118146878e-02 -1357012800: 1.9466090155e-02 -1357016400: 2.0276722565e-02 -1357020000: 1.9416726400e-02 -1357023600: 1.5885251783e-02 -1357027200: 2.1932672099e-02 -1357030800: 2.0567327901e-02 -1357034400: 1.8295795839e-02 -1357038000: 9.5834801955e-02 -1357041600: 6.8062327428e-02 -1357045200: 7.5464721179e-02 -1357048800: 7.0913152953e-02 -1357052400: 1.0055907849e-01 -1357056000: 1.1074001349e-01 -1357059600: 1.6211758992e-01 -1357063200: 3.1950240659e-01 -1357066800: 1.1560779498e-01 -1357070400: 1.2845859442e-01 -1357074000: 1.2541180007e-01 -1357077600: 1.1303437172e-01 -1357081200: 3.5417267964e-02 -1357084800: 2.1946587064e-02 -1357088400: 2.1967029272e-02 -1357092000: 1.8002118471e-02 -1357095600: 2.0305566128e-02 -1357099200: 2.1666435025e-02 -1357102800: 1.9421206954e-02 -1357106400: 1.8359714323e-02 -1357110000: 1.1207874969e-01 -1357113600: 1.7509661330e-01 -1357117200: 7.5269791581e-02 -1357120800: 2.3955453987e-02 -1357124400: 2.6399906093e-02 -1357128000: 2.4689642687e-02 -1357131600: 4.3909887499e-02 -1357135200: 4.6110979226e-02 -1357138800: 7.4136736728e-02 -1357142400: 3.8352689601e-02 -1357146000: 9.6126868448e-02 -1357149600: 2.9606257398e-01 -1357153200: 1.8132947656e-01 -1357156800: 3.0990146692e-01 -1357160400: 3.2190045522e-01 -1357164000: 1.7117834476e-01 -1357167600: 6.9012224592e-02 -1357171200: 3.1154016506e-02 -1357174800: 2.1660848902e-02 -1357178400: 2.0235663672e-02 -1357182000: 1.7269979218e-02 -1357185600: 2.1412589933e-02 -1357189200: 2.1364378655e-02 -1357192800: 1.8258310753e-02 -1357196400: 1.9155982264e-01 -1357200000: 3.2696807252e-02 -1357203600: 4.6608500766e-02 -1357207200: 7.0322715925e-02 -1357210800: 2.3969874220e-01 -1357214400: 9.6990721811e-02 -1357218000: 4.7487457056e-02 -1357221600: 1.2630900530e-01 -1357225200: 4.5623397859e-02 -1357228800: 1.0326756118e-01 -1357232400: 1.2427109276e-01 -1357236000: 1.5229599991e-01 -1357239600: 2.0420528332e-01 -1357243200: 1.7240047021e-01 -1357246800: 1.5747577610e-01 -1357250400: 1.6139163398e-01 -1357254000: 1.4957085988e-01 -1357257600: 2.2368386490e-01 -1357261200: 2.0830296654e-01 -1357264800: 1.7603519904e-02 -1357268400: 2.2196423881e-02 -1357272000: 2.2502360060e-02 -1357275600: 2.0249767817e-02 -1357279200: 1.8906165650e-02 -1357282800: 2.0489016276e-01 -1357286400: 1.6115716337e-01 -1357290000: 9.9730451514e-02 -1357293600: 2.8908286070e-01 -1357297200: 2.8836952841e-01 -1357300800: 1.2340820637e-01 -1357304400: 2.8888010769e-01 -1357308000: 7.4456994646e-02 -1357311600: 1.0365624587e-01 -1357315200: 1.3322149608e-02 -1357318800: 1.1240264308e-01 -1357322400: 1.3040464967e-01 -1357326000: 5.5273007802e-02 -1357329600: 2.4976561662e-02 -1357333200: 2.4467882782e-02 -1357336800: 2.3279164299e-02 -1357340400: 6.3277318836e-02 -1357344000: 2.8142021839e-02 -1357347600: 2.4993153706e-02 -1357351200: 2.3848279273e-02 -1357354800: 2.0324284434e-02 -1357358400: 2.4999199388e-02 -1357362000: 2.4723216774e-02 -1357365600: 2.1362331058e-02 -1357369200: 2.2803354765e-02 -1357372800: 8.9458927401e-02 -1357376400: 5.8054500462e-02 -1357380000: 2.3043812525e-02 -1357383600: 3.3345248978e-02 -1357387200: 7.6351733361e-02 -1357390800: 7.1356999533e-02 -1357394400: 3.2025342255e-02 -1357398000: 3.0253245415e-02 -1357401600: 1.4815838597e-01 -1357405200: 4.6140513431e-01 -1357408800: 2.9272719563e-01 -1357412400: 3.7921928277e-01 -1357416000: 1.5325088595e-01 -1357419600: 1.4117611865e-01 -1357423200: 1.1176794887e-01 -1357426800: 8.9938095757e-02 -1357430400: 9.1704318100e-02 -1357434000: 5.6206334740e-02 -1357437600: 2.2775602018e-02 -1357441200: 1.8010123883e-02 -1357444800: 2.0884439449e-02 -1357448400: 2.1967332929e-02 -1357452000: 1.9930703265e-02 -1357455600: 1.8656850441e-02 -1357459200: 1.4110617687e-01 -1357462800: 1.6138611012e-01 -1357466400: 2.1500965065e-01 -1357470000: 1.9175465412e-02 -1357473600: 1.9168487946e-02 -1357477200: 1.1906562956e-01 -1357480800: 1.1782583460e-01 -1357484400: 4.7525960138e-02 -1357488000: 9.2811379467e-02 -1357491600: 1.4949577377e-01 -1357495200: 3.3755565726e-01 -1357498800: 1.5968638019e-01 -1357502400: 1.5216900230e-01 -1357506000: 1.6141421072e-01 -1357509600: 1.2674558831e-01 -1357513200: 8.3493361186e-02 -1357516800: 2.0202060127e-02 -1357520400: 1.9216785586e-02 -1357524000: 2.1692265397e-02 -1357527600: 2.1893993969e-02 -1357531200: 1.6641752082e-02 -1357534800: 2.1160618947e-02 -1357538400: 1.0991068482e-01 -1357542000: 1.6064515348e-01 -1357545600: 8.5239953890e-02 -1357549200: 7.6678601606e-02 -1357552800: 6.9207307990e-02 -1357556400: 2.2775604800e-02 -1357560000: 2.1643862386e-02 -1357563600: 2.3356543555e-02 -1357567200: 6.6348014516e-02 -1357570800: 6.2749890127e-02 -1357574400: 1.6404801158e-01 -1357578000: 3.8787263027e-02 -1357581600: 2.4746076562e-02 -1357585200: 1.2777197121e-01 -1357588800: 1.1090365648e-01 -1357592400: 2.1297559305e-01 -1357596000: 6.1246828260e-01 -1357599600: 1.9027388168e-01 -1357603200: 3.1922621556e-02 -1357606800: 1.7799312302e-02 -1357610400: 2.1440236676e-02 -1357614000: 2.2477169866e-02 -1357617600: 2.0210177351e-02 -1357621200: 1.8398997059e-02 -1357624800: 2.2500668991e-02 -1357628400: 2.0207184264e-01 -1357632000: 4.2088679043e-02 -1357635600: 2.3067541400e-02 -1357639200: 5.1022089127e-02 -1357642800: 1.0260727897e-01 -1357646400: 1.8323028767e-02 -1357650000: 2.1629924818e-02 -1357653600: 1.8356948382e-02 -1357657200: 1.8356764700e-02 -1357660800: 2.1111111111e-02 -1357664400: 2.1111111111e-02 -1357668000: 1.9922648306e-02 -1357671600: 8.7234073132e-02 -1357675200: 1.8094322031e-01 -1357678800: 1.6141598849e-01 -1357682400: 3.8048723776e-01 -1357686000: 7.6035694988e-02 -1357689600: 2.3053589784e-02 -1357693200: 2.0559286067e-02 -1357696800: 2.0878736905e-02 -1357700400: 2.2210695167e-02 -1357704000: 2.2258829092e-02 -1357707600: 1.9674796741e-02 -1357711200: 1.9214092148e-02 -1357714800: 2.1941918251e-01 -1357718400: 2.5807907404e-02 -1357722000: 9.1672150698e-02 -1357725600: 1.0328113492e-01 -1357729200: 3.3964543457e-01 -1357732800: 1.4564624302e-01 -1357736400: 2.7942998777e-01 -1357740000: 1.2809079591e-01 -1357743600: 2.6252372928e-01 -1357747200: 8.9630516370e-02 -1357750800: 1.4530325399e-01 -1357754400: 1.5568935662e-01 -1357758000: 2.1329081219e-01 -1357761600: 9.7212093667e-02 -1357765200: 2.5001223456e-02 -1357768800: 2.7965857499e-01 -1357772400: 2.2105014115e-01 -1357776000: 6.0121924744e-02 -1357779600: 2.1936392416e-02 -1357783200: 2.1665200942e-02 -1357786800: 1.8296616228e-02 -1357790400: 1.9516216056e-02 -1357794000: 2.1917905431e-02 -1357797600: 1.7384475769e-01 -1357801200: 2.8627919521e-01 -1357804800: 1.9864555638e-01 -1357808400: 2.5610763882e-01 -1357812000: 1.3680492537e-01 -1357815600: 2.1142678561e-01 -1357819200: 4.4140365158e-01 -1357822800: 9.4387819993e-02 -1357826400: 2.5002402440e-02 -1357830000: 2.4689676346e-02 -1357833600: 3.3731933498e-01 -1357837200: 6.2210469044e-02 -1357840800: 3.0388076994e-01 -1357844400: 1.6564658181e-01 -1357848000: 1.1413081328e-01 -1357851600: 1.3829348720e-01 -1357855200: 1.8056016360e-01 -1357858800: 1.6119869100e-01 -1357862400: 5.3420863402e-02 -1357866000: 2.0304032220e-02 -1357869600: 2.1968923107e-02 -1357873200: 2.1565380092e-02 -1357876800: 1.6743154123e-02 -1357880400: 2.1945886700e-02 -1357884000: 9.3046785967e-02 -1357887600: 2.0175810927e-01 -1357891200: 2.6885128294e-02 -1357894800: 7.1334841040e-02 -1357898400: 1.4946772066e-01 -1357902000: 3.4016894393e-01 -1357905600: 7.4838272014e-02 -1357909200: 3.4138162163e-01 -1357912800: 2.0308600726e-02 -1357916400: 2.2486918755e-02 -1357920000: 3.0689883224e-02 -1357923600: 1.6870771347e-01 -1357927200: 1.9806576134e-01 -1357930800: 1.5406000742e-01 -1357934400: 9.4206464017e-02 -1357938000: 3.2871554773e-02 -1357941600: 3.7294340138e-02 -1357945200: 1.5752945248e-01 -1357948800: 1.0696272431e-01 -1357952400: 8.8173092519e-02 -1357956000: 2.5618754216e-02 -1357959600: 1.7981783548e-02 -1357963200: 2.0329633437e-02 -1357966800: 2.1688583015e-02 -1357970400: 1.9103882970e-02 -1357974000: 5.0389698713e-02 -1357977600: 7.5738910181e-02 -1357981200: 8.1144086146e-02 -1357984800: 2.6112848979e-02 -1357988400: 2.3659758830e-01 -1357992000: 6.1137600672e-02 -1357995600: 3.5886495155e-02 -1357999200: 2.5264587406e-02 -1358002800: 3.3319368552e-02 -1358006400: 3.6641554085e-02 -1358010000: 3.7870706424e-01 -1358013600: 3.1804695142e-01 -1358017200: 2.1483157388e-01 -1358020800: 1.0748332120e-01 -1358024400: 1.4424587194e-01 -1358028000: 1.5702688596e-01 -1358031600: 1.6312396972e-01 -1358035200: 1.4370834604e-01 -1358038800: 4.5290833156e-02 -1358042400: 2.1176069329e-02 -1358046000: 2.3327634995e-02 -1358049600: 1.9126111621e-02 -1358053200: 2.1156706388e-02 -1358056800: 2.0553005787e-02 -1358060400: 1.8860436199e-02 -1358064000: 2.9063880332e-01 -1358067600: 2.0856069099e-01 -1358071200: 3.7335465822e-01 -1358074800: 2.6361735158e-02 -1358078400: 3.1643152949e-02 -1358082000: 5.6692078633e-02 -1358085600: 5.5519217337e-02 -1358089200: 4.1953899316e-02 -1358092800: 1.6354947418e-01 -1358096400: 2.2699504690e-01 -1358100000: 3.9279358822e-01 -1358103600: 3.6368396682e-01 -1358107200: 1.6614422525e-01 -1358110800: 1.5491138005e-01 -1358114400: 1.9024917793e-01 -1358118000: 1.3194528677e-01 -1358121600: 2.8066879550e-02 -1358125200: 1.7456943066e-02 -1358128800: 2.2286593468e-02 -1358132400: 2.3056219694e-02 -1358136000: 1.9746690270e-02 -1358139600: 1.2152052752e-02 -1358143200: 1.7061303667e-01 -1358146800: 2.3859989609e-01 -1358150400: 3.8637288427e-01 -1358154000: 9.1070637130e-02 -1358157600: 6.0345098343e-02 -1358161200: 2.4447466284e-02 -1358164800: 2.8884696591e-02 -1358168400: 2.1089670100e-02 -1358172000: 2.1412774970e-02 -1358175600: 2.0518076025e-01 -1358179200: 1.7377902069e-01 -1358182800: 4.3499801906e-02 -1358186400: 2.1970779966e-02 -1358190000: 2.3889461212e-02 -1358193600: 2.5229316619e-02 -1358197200: 2.4612613384e-01 -1358200800: 1.5762107276e-01 -1358204400: 7.0493217326e-02 -1358208000: 1.8005076105e-02 -1358211600: 1.6969873120e-02 -1358215200: 2.0277621266e-02 -1358218800: 1.9963968583e-02 -1358222400: 1.7802640467e-02 -1358226000: 1.2445026781e-02 -1358229600: 1.0721993553e-01 -1358233200: 5.3982524817e-02 -1358236800: 6.0392882039e-02 -1358240400: 1.2065135082e-01 -1358244000: 7.2519718502e-02 -1358247600: 6.5313682681e-02 -1358251200: 2.3042489122e-02 -1358254800: 2.0012640396e-02 -1358258400: 5.1617528977e-02 -1358262000: 8.7226526873e-02 -1358265600: 1.3108961294e-01 -1358269200: 1.2882224679e-01 -1358272800: 1.4334956322e-01 -1358276400: 9.4692881150e-02 -1358280000: 1.2802342286e-01 -1358283600: 1.1674701500e-01 -1358287200: 1.2191095464e-01 -1358290800: 8.3986774313e-02 -1358294400: 1.4978093224e-02 -1358298000: 1.9789283125e-02 -1358301600: 2.0555555556e-02 -1358305200: 1.7724048893e-02 -1358308800: 1.7553728885e-02 -1358312400: 1.7474932126e-02 -1358316000: 4.4902489000e-02 -1358319600: 1.5138657168e-01 -1358323200: 8.7282459416e-02 -1358326800: 8.2541207683e-02 -1358330400: 3.7502065714e-02 -1358334000: 4.4441276791e-02 -1358337600: 2.9172211810e-02 -1358341200: 2.6685674669e-02 -1358344800: 2.4434883800e-02 -1358348400: 2.5276578150e-02 -1358352000: 4.8117614518e-02 -1358355600: 1.0508735712e-01 -1358359200: 1.1436696020e-01 -1358362800: 4.5960269447e-01 -1358366400: 1.3741420911e-01 -1358370000: 8.3642340960e-02 -1358373600: 4.3168472772e-02 -1358377200: 1.9122497396e-02 -1358380800: 1.5044169271e-02 -1358384400: 2.0277777778e-02 -1358388000: 2.0529864453e-02 -1358391600: 1.5781336048e-02 -1358395200: 1.8940662057e-02 -1358398800: 3.4286565725e-02 -1358402400: 7.5183793940e-02 -1358406000: 2.2176097138e-02 -1358409600: 4.5027401099e-02 -1358413200: 1.9450652795e-02 -1358416800: 2.0280356232e-02 -1358420400: 1.6050217888e-01 -1358424000: 1.0975698883e-01 -1358427600: 4.3047245911e-02 -1358431200: 4.7239253101e-02 -1358434800: 4.4174648733e-02 -1358438400: 4.0428455779e-02 -1358442000: 1.2998728623e-01 -1358445600: 2.5033875109e-01 -1358449200: 8.4406509564e-02 -1358452800: 6.8964926808e-02 -1358456400: 8.0159947851e-02 -1358460000: 1.2971273540e-01 -1358463600: 2.4869883000e-01 -1358467200: 1.8090007736e-01 -1358470800: 2.1136546083e-02 -1358474400: 2.1219193781e-02 -1358478000: 1.5953192530e-02 -1358481600: 2.0605391467e-02 -1358485200: 2.1365537531e-02 -1358488800: 8.8086598379e-02 -1358492400: 2.1552374813e-01 -1358496000: 1.3375673225e-01 -1358499600: 8.7528619388e-02 -1358503200: 6.0102131440e-02 -1358506800: 2.3887745541e-01 -1358510400: 1.1271612386e-01 -1358514000: 2.2506173964e-01 -1358517600: 1.9531464731e-01 -1358521200: 6.4675925767e-02 -1358524800: 8.0727335680e-02 -1358528400: 1.3570784966e-01 -1358532000: 2.0807531858e-02 -1358535600: 1.9981290804e-02 -1358539200: 1.5853701608e-02 -1358542800: 2.0301920174e-02 -1358546400: 2.0809764792e-02 -1358550000: 1.6896986584e-02 -1358553600: 1.8126581958e-02 -1358557200: 2.7201654931e-02 -1358560800: 2.7519319672e-01 -1358564400: 5.7024817864e-02 -1358568000: 2.5556379617e-02 -1358571600: 2.3284152415e-02 -1358575200: 2.1158145917e-02 -1358578800: 1.3984913527e-01 -1358582400: 6.4319366466e-02 -1358586000: 1.9444283461e-02 -1358589600: 1.7513566100e-02 -1358593200: 2.0833390736e-02 -1358596800: 1.8878649707e-02 -1358600400: 1.6965483019e-02 -1358604000: 2.0820977870e-02 -1358607600: 1.8000703199e-02 -1358611200: 1.8122763376e-02 -1358614800: 1.1521873076e-01 -1358618400: 1.8903464362e-01 -1358622000: 4.4995425815e-01 -1358625600: 1.2178190043e-01 -1358629200: 1.0327455560e-01 -1358632800: 9.6474374249e-02 -1358636400: 1.8680739019e-02 -1358640000: 2.1136353724e-02 -1358643600: 2.0230789982e-02 -1358647200: 1.6967353365e-02 -1358650800: 3.0579634431e-02 -1358654400: 2.0787960493e-02 -1358658000: 1.6712039507e-02 -1358661600: 2.1643789572e-02 -1358665200: 3.8668597220e-02 -1358668800: 5.5760002936e-02 -1358672400: 1.5357736451e-01 -1358676000: 6.0832784217e-02 -1358679600: 6.3652296186e-02 -1358683200: 3.6976276468e-02 -1358686800: 4.3851949371e-02 -1358690400: 3.4720156118e-02 -1358694000: 5.4133728747e-02 -1358697600: 1.9468776419e-01 -1358701200: 1.7170863171e-01 -1358704800: 2.0813458847e-01 -1358708400: 1.5424592833e-01 -1358712000: 1.3170804636e-01 -1358715600: 1.0613967096e-01 -1358719200: 9.3719465655e-02 -1358722800: 5.6925574215e-02 -1358726400: 2.1388237696e-02 -1358730000: 2.0786622760e-02 -1358733600: 1.6154812844e-02 -1358737200: 2.1417044786e-02 -1358740800: 2.1388888889e-02 -1358744400: 1.7144362539e-02 -1358748000: 1.5334058497e-01 -1358751600: 1.5143358831e-01 -1358755200: 5.1803410995e-02 -1358758800: 8.2049652853e-02 -1358762400: 3.1717131303e-02 -1358766000: 2.5277715482e-02 -1358769600: 2.3588758373e-02 -1358773200: 5.2799269537e-02 -1358776800: 4.2761584773e-02 -1358780400: 3.9423639885e-02 -1358784000: 1.1498344900e-01 -1358787600: 1.0570162469e-01 -1358791200: 3.0727712552e-02 -1358794800: 1.1190163543e-01 -1358798400: 2.3202506133e-01 -1358802000: 2.9038657376e-01 -1358805600: 2.6891684917e-01 -1358809200: 8.4133795531e-02 -1358812800: 5.3469765402e-02 -1358816400: 2.3329620140e-02 -1358820000: 1.9423305417e-02 -1358823600: 1.9470268536e-02 -1358827200: 2.1968417797e-02 -1358830800: 1.9955141851e-02 -1358834400: 3.5092580384e-02 -1358838000: 2.0062088191e-01 -1358841600: 4.6821830093e-02 -1358845200: 2.1666733997e-02 -1358848800: 1.6917820410e-02 -1358852400: 7.7236710337e-02 -1358856000: 2.8910523237e-02 -1358859600: 3.2210247240e-02 -1358863200: 2.2967294339e-01 -1358866800: 9.5565573995e-02 -1358870400: 8.0544750731e-02 -1358874000: 8.6556463042e-02 -1358877600: 2.5597062634e-01 -1358881200: 1.4190926139e-01 -1358884800: 2.8009529152e-02 -1358888400: 1.1074876735e-01 -1358892000: 1.9844302607e-01 -1358895600: 3.2795687533e-02 -1358899200: 1.8610313181e-02 -1358902800: 1.8903956145e-02 -1358906400: 1.8591688117e-02 -1358910000: 1.8338662304e-02 -1358913600: 1.8659332740e-02 -1358917200: 1.9444331185e-02 -1358920800: 3.9542324519e-02 -1358924400: 2.4487797915e-01 -1358928000: 1.3995442755e-01 -1358931600: 5.5054391849e-02 -1358935200: 1.6054038934e-01 -1358938800: 5.6709678971e-01 -1358942400: 2.4014052724e-01 -1358946000: 4.3000292452e-01 -1358949600: 3.8082316515e-02 -1358953200: 2.2778216842e-02 -1358956800: 4.0520505968e-02 -1358960400: 8.6308322330e-02 -1358964000: 1.5532853137e-01 -1358967600: 1.1575345415e-01 -1358971200: 1.7271502784e-01 -1358974800: 1.5865961221e-01 -1358978400: 1.1179033484e-01 -1358982000: 3.3354836766e-02 -1358985600: 1.9998824490e-02 -1358989200: 1.9191769560e-02 -1358992800: 1.9166666667e-02 -1358996400: 1.9444444444e-02 -1359000000: 1.9444444444e-02 -1359003600: 1.9699011171e-02 -1359007200: 5.4858552304e-02 -1359010800: 1.9197209834e-01 -1359014400: 3.1209657798e-01 -1359018000: 4.4607917458e-01 -1359021600: 6.9717837647e-02 -1359025200: 5.1035051105e-02 -1359028800: 4.9237754631e-02 -1359032400: 4.9406640683e-02 -1359036000: 8.5834168174e-02 -1359039600: 8.3597792634e-02 -1359043200: 9.3892996953e-02 -1359046800: 4.1127641084e-02 -1359050400: 5.5474082382e-01 -1359054000: 2.5688365588e-01 -1359057600: 3.2937217834e-01 -1359061200: 2.2940040979e-01 -1359064800: 1.2701760349e-01 -1359068400: 4.8442882482e-02 -1359072000: 1.9753815593e-02 -1359075600: 1.9694931210e-02 -1359079200: 1.9446616148e-02 -1359082800: 1.9191785976e-02 -1359086400: 1.9419126946e-02 -1359090000: 1.9191984165e-02 -1359093600: 1.4874519591e-01 -1359097200: 1.2671767422e-01 -1359100800: 9.0867468638e-02 -1359104400: 5.1961463257e-02 -1359108000: 1.3168100265e-01 -1359111600: 2.4345208182e-01 -1359115200: 9.8785445409e-02 -1359118800: 2.0661395435e-01 -1359122400: 2.2477125218e-01 -1359126000: 2.6682239341e-02 -1359129600: 3.6090359410e-02 -1359133200: 9.8472817272e-02 -1359136800: 1.4602259936e-01 -1359140400: 7.7192001733e-02 -1359144000: 2.3027520441e-02 -1359147600: 2.2226807256e-02 -1359151200: 1.3834483407e-01 -1359154800: 1.6394876019e-01 -1359158400: 1.5018292272e-01 -1359162000: 3.1675441870e-02 -1359165600: 2.0038157891e-02 -1359169200: 1.9684967456e-02 -1359172800: 1.9456286336e-02 -1359176400: 1.9166547881e-02 -1359180000: 1.9192198327e-02 -1359183600: 1.9418828972e-02 -1359187200: 5.8068264193e-02 -1359190800: 1.8624017947e-02 -1359194400: 1.9153052130e-02 -1359198000: 5.3069170092e-02 -1359201600: 1.4758890489e-01 -1359205200: 9.1541919243e-02 -1359208800: 5.5582009634e-02 -1359212400: 2.9696840379e-02 -1359216000: 7.7190498621e-02 -1359219600: 8.6863786997e-02 -1359223200: 4.1964211164e-01 -1359226800: 1.3060504092e-01 -1359230400: 4.5930613983e-01 -1359234000: 4.9565527842e-01 -1359237600: 3.2774756932e-01 -1359241200: 8.5980688583e-02 -1359244800: 4.8637347769e-02 -1359248400: 2.0604597758e-02 -1359252000: 1.9190599325e-02 -1359255600: 1.9698532186e-02 -1359259200: 1.9439538700e-02 -1359262800: 1.9473040225e-02 -1359266400: 1.9697377201e-02 -1359270000: 1.9443282486e-02 -1359273600: 2.0141489587e-01 -1359277200: 4.0802201527e-02 -1359280800: 3.5031131806e-02 -1359284400: 1.9153766193e-02 -1359288000: 5.6375029611e-02 -1359291600: 4.3889243476e-02 -1359295200: 3.8902885105e-02 -1359298800: 5.7996749747e-02 -1359302400: 8.7613179899e-02 -1359306000: 2.0089579778e-01 -1359309600: 3.5523639616e-01 -1359313200: 3.3986487986e-01 -1359316800: 1.8893764078e-01 -1359320400: 2.5007784846e-01 -1359324000: 2.1630803229e-01 -1359327600: 1.3643971814e-01 -1359331200: 5.1546754106e-02 -1359334800: 2.1159011998e-02 -1359338400: 2.0247964379e-02 -1359342000: 1.9747400754e-02 -1359345600: 1.9445761500e-02 -1359349200: 1.9165094574e-02 -1359352800: 1.8550984753e-01 -1359356400: 1.2590692561e-01 -1359360000: 7.9133290456e-02 -1359363600: 8.4727078889e-02 -1359367200: 6.0874702880e-02 -1359370800: 2.7079780844e-01 -1359374400: 2.9745261318e-01 -1359378000: 2.0636730520e-01 -1359381600: 2.8927108894e-01 -1359385200: 4.1112075912e-02 -1359388800: 3.0553319896e-02 -1359392400: 5.1124121570e-02 -1359396000: 2.2199036447e-02 -1359399600: 2.1967630219e-02 -1359403200: 2.2195851590e-02 -1359406800: 2.1669708752e-02 -1359410400: 2.1938646896e-02 -1359414000: 7.0559709348e-02 -1359417600: 1.8056536776e-02 -1359421200: 2.0276812505e-02 -1359424800: 8.9138452445e-03 -1359428400: 2.0808160473e-02 -1359432000: 1.8325945577e-02 -1359435600: 1.8341169966e-02 -1359439200: 1.5948978517e-01 -1359442800: 1.4745664314e-01 -1359446400: 1.8065549147e-02 -1359450000: 1.8335337038e-02 -1359453600: 1.8330689667e-02 -1359457200: 1.8068942047e-02 -1359460800: 1.8333333333e-02 -1359464400: 1.8055555556e-02 -1359468000: 1.8055555556e-02 -1359471600: 1.8055555556e-02 -1359475200: 1.8298517368e-02 -1359478800: 1.8067867573e-02 -1359482400: 1.1834304466e-01 -1359486000: 2.4983051214e-01 -1359489600: 2.1336068988e-01 -1359493200: 1.2006733016e-01 -1359496800: 1.3953203822e-01 -1359500400: 1.8030537803e-02 -1359504000: 1.8057038311e-02 -1359507600: 1.8323190850e-02 -1359511200: 1.8343847748e-02 -1359514800: 1.8356496399e-02 -1359518400: 2.0532426247e-02 -1359522000: 1.3311706552e-02 -1359525600: 2.3997240268e-02 -1359529200: 1.9671061402e-01 -1359532800: 2.4046745039e-02 -1359536400: 7.4620606965e-02 -1359540000: 7.3670357725e-02 -1359543600: 6.9486804192e-02 -1359547200: 2.2223081561e-02 -1359550800: 2.6669060974e-02 -1359554400: 4.3608764616e-02 -1359558000: 2.2499556375e-02 -1359561600: 3.2671539566e-02 -1359565200: 8.7849469476e-02 -1359568800: 1.3899032278e-01 -1359572400: 3.5361557878e-01 -1359576000: 2.1813219389e-01 -1359579600: 1.0730438818e-01 -1359583200: 5.8831180055e-01 -1359586800: 1.4278999598e-01 -1359590400: 2.3630607273e-02 -1359594000: 2.0499823089e-02 -1359597600: 1.9743355391e-02 -1359601200: 2.0004862142e-02 -1359604800: 1.9774575309e-02 -1359608400: 2.0279209737e-02 -1359612000: 1.8538230680e-01 -1359615600: 1.6011971854e-01 -1359619200: 3.1078933020e-01 -1359622800: 7.8728783662e-02 -1359626400: 1.8414967038e-01 -1359630000: 2.5068367536e-01 -1359633600: 1.6014951642e-01 -1359637200: 2.0525787307e-01 -1359640800: 2.8503252639e-01 -1359644400: 1.3388625290e-01 -1359648000: 8.4903229947e-02 -1359651600: 1.0962739951e-01 -1359655200: 1.8974880535e-01 -1359658800: 7.3393886151e-02 -1359662400: 1.0138323304e-01 -1359666000: 8.9052557123e-02 -1359669600: 3.0230235795e-01 -1359673200: 1.6744738058e-01 -1359676800: 1.0243125437e-01 -1359680400: 1.9722222222e-02 -1359684000: 1.9722222222e-02 -1359687600: 1.9722222222e-02 -1359691200: 1.9722222222e-02 -1359694800: 1.9722222222e-02 -1359698400: 2.0225309297e-02 -1359702000: 1.4356278193e-01 -1359705600: 6.7004375850e-02 -1359709200: 8.3045511469e-02 -1359712800: 7.0565002143e-02 -1359716400: 2.0846181013e-01 -1359720000: 9.6811918739e-02 -1359723600: 2.6434401551e-02 -1359727200: 8.1849597677e-02 -1359730800: 1.5443701684e-01 -1359734400: 7.7786289688e-02 -1359738000: 9.3828718380e-02 -1359741600: 2.1176627018e-01 -1359745200: 2.4623596044e-01 -1359748800: 1.0834146464e-01 -1359752400: 1.2933729281e-01 -1359756000: 1.1071242476e-01 -1359759600: 8.7207006593e-02 -1359763200: 3.9260498172e-02 -1359766800: 2.0005792115e-02 -1359770400: 2.0042649103e-02 -1359774000: 1.9991268867e-02 -1359777600: 2.0031083066e-02 -1359781200: 2.0000000000e-02 -1359784800: 2.0808912428e-02 -1359788400: 2.1661491876e-02 -1359792000: 1.1831256297e-01 -1359795600: 3.0360028607e-01 -1359799200: 2.5223076596e-01 -1359802800: 1.2825470740e-01 -1359806400: 1.8704688312e-01 -1359810000: 2.3894018224e-02 -1359813600: 1.9456635951e-02 -1359817200: 1.9165329703e-02 -1359820800: 2.0012850748e-02 -1359824400: 2.0555555556e-02 -1359828000: 6.5808364391e-02 -1359831600: 1.8891282065e-02 -1359835200: 1.8911464655e-02 -1359838800: 5.7557710313e-02 -1359842400: 1.5472901897e-01 -1359846000: 1.5225063541e-01 -1359849600: 1.5442264140e-01 -1359853200: 1.5522940833e-01 -1359856800: 1.4341582484e-01 -1359860400: 9.3076207696e-02 -1359864000: 3.9292673539e-02 -1359867600: 2.6664565328e-02 -1359871200: 2.5255829338e-02 -1359874800: 2.5805166053e-02 -1359878400: 2.3367616588e-02 -1359882000: 2.9436459902e-02 -1359885600: 1.0002827056e-01 -1359889200: 2.0820329911e-02 -1359892800: 2.5592086264e-02 -1359896400: 2.2483508967e-02 -1359900000: 1.9183157700e-02 -1359903600: 1.9987966201e-02 -1359907200: 1.9164634544e-02 -1359910800: 2.6402954811e-02 -1359914400: 1.8888888889e-02 -1359918000: 3.2886715372e-02 -1359921600: 1.0390386279e-01 -1359925200: 1.0058925433e-01 -1359928800: 1.0082652377e-01 -1359932400: 9.9998164373e-02 -1359936000: 6.2606174665e-02 -1359939600: 1.9997865759e-02 -1359943200: 1.9444094510e-02 -1359946800: 1.9724165494e-02 -1359950400: 1.9467623382e-02 -1359954000: 1.9695908759e-02 -1359957600: 2.2473871516e-02 -1359961200: 1.6464854727e-01 -1359964800: 3.3459450231e-02 -1359968400: 1.8888888889e-02 -1359972000: 1.9666925666e-02 -1359975600: 1.8324285336e-02 -1359979200: 1.8376523600e-02 -1359982800: 1.8320252637e-02 -1359986400: 1.8049270542e-02 -1359990000: 1.5029362874e-02 -1359993600: 2.1108812016e-02 -1359997200: 2.4616579189e-02 -1360000800: 2.9818577536e-02 -1360004400: 8.1824436465e-02 -1360008000: 1.1109989226e-01 -1360011600: 1.0944064528e-01 -1360015200: 1.0806461908e-01 -1360018800: 1.6226756845e-01 -1360022400: 3.8690863770e-02 -1360026000: 1.9716308809e-02 -1360029600: 1.9443874416e-02 -1360033200: 1.9449527014e-02 -1360036800: 1.9443243380e-02 -1360040400: 1.9441491489e-02 -1360044000: 2.0764088382e-02 -1360047600: 1.5559413703e-01 -1360051200: 7.8670937001e-02 -1360054800: 1.8888888889e-02 -1360058400: 1.9155479942e-02 -1360062000: 1.8890568638e-02 -1360065600: 1.9163725759e-02 -1360069200: 1.8901336772e-02 -1360072800: 1.9166666667e-02 -1360076400: 1.9155115344e-02 -1360080000: 4.7434707111e-02 -1360083600: 5.8016055496e-02 -1360087200: 1.5949677604e-02 -1360090800: 8.9829772161e-02 -1360094400: 1.3307821293e-01 -1360098000: 1.4917418936e-01 -1360101600: 4.3335391483e-01 -1360105200: 4.3983058598e-02 -1360108800: 2.0510417590e-02 -1360112400: 2.0274885850e-02 -1360116000: 1.9771063180e-02 -1360119600: 2.0278166135e-02 -1360123200: 2.0555059770e-02 -1360126800: 2.0024592930e-02 -1360130400: 2.1839849882e-02 -1360134000: 1.5229819848e-01 -1360137600: 1.8349318254e-02 -1360141200: 1.8336788720e-02 -1360144800: 1.8327531391e-02 -1360148400: 1.5677927418e-01 -1360152000: 2.3755296877e-01 -1360155600: 8.3442940229e-02 -1360159200: 3.2417329555e-01 -1360162800: 1.9147381054e-02 -1360166400: 1.8894153332e-02 -1360170000: 2.0302744599e-02 -1360173600: 1.8888888889e-02 -1360177200: 1.9142164788e-02 -1360180800: 2.0580057434e-02 -1360184400: 9.1429441090e-03 -1360188000: 2.1109480749e-02 -1360191600: 1.8358686253e-02 -1360195200: 1.8865313603e-02 -1360198800: 1.8882352408e-02 -1360202400: 1.8919000656e-02 -1360206000: 1.8863799542e-02 -1360209600: 1.8636200458e-02 -1360213200: 1.8862124736e-02 -1360216800: 1.8892972279e-02 -1360220400: 2.0300458540e-02 -1360224000: 1.4419314862e-01 -1360227600: 2.2240573919e-01 -1360231200: 9.0345556629e-02 -1360234800: 1.8875488664e-02 -1360238400: 1.8890930167e-02 -1360242000: 2.0530349013e-02 -1360245600: 1.8065994335e-02 -1360249200: 1.8319656169e-02 -1360252800: 1.8041861884e-02 -1360256400: 1.9699265001e-02 -1360260000: 1.7832027791e-02 -1360263600: 1.9188871421e-02 -1360267200: 1.8888888889e-02 -1360270800: 1.8611111111e-02 -1360274400: 1.8588192929e-02 -1360278000: 1.8078473738e-02 -1360281600: 2.0529233465e-02 -1360285200: 1.4953984833e-02 -1360288800: 1.9724774430e-02 -1360292400: 1.8603386504e-02 -1360296000: 1.8335698694e-02 -1360299600: 1.7801913384e-02 -1360303200: 1.8054042577e-02 -1360306800: 1.9694562913e-02 -1360310400: 1.7833070696e-02 -1360314000: 1.8883523684e-02 -1360317600: 1.8906515547e-02 -1360321200: 1.8889941544e-02 -1360324800: 1.8900462840e-02 -1360328400: 1.9155241233e-02 -1360332000: 1.8900314323e-02 -1360335600: 1.9710309900e-02 -1360339200: 2.0289690100e-02 -1360342800: 7.9166666667e-02 -1360346400: 6.2346644329e-02 -1360350000: 9.3338481114e-02 -1360353600: 8.9428964503e-02 -1360357200: 8.8906159500e-02 -1360360800: 9.8632038110e-02 -1360364400: 3.9014379111e-02 -1360368000: 1.9444444444e-02 -1360371600: 1.9965118326e-02 -1360375200: 1.9175656554e-02 -1360378800: 1.9748114009e-02 -1360382400: 1.6644144621e-02 -1360386000: 1.9165919024e-02 -1360389600: 1.9165033469e-02 -1360393200: 4.7965652826e-02 -1360396800: 3.2892583393e-02 -1360400400: 1.8888888889e-02 -1360404000: 2.6099455817e-02 -1360407600: 7.3316409046e-02 -1360411200: 1.3385331203e-01 -1360414800: 8.0833448399e-02 -1360418400: 1.9586090902e-01 -1360422000: 8.8496298215e-02 -1360425600: 3.2823437161e-01 -1360429200: 4.1300950281e-01 -1360432800: 2.7095127814e-01 -1360436400: 2.8623071304e-01 -1360440000: 2.1673080967e-01 -1360443600: 6.5018912572e-01 -1360447200: 2.3665209773e-01 -1360450800: 3.3655830817e-02 -1360454400: 2.0275778485e-02 -1360458000: 2.0244449991e-02 -1360461600: 1.9993220655e-02 -1360465200: 1.9712466778e-02 -1360468800: 2.0356759362e-02 -1360472400: 1.7200711153e-02 -1360476000: 1.2157996321e-01 -1360479600: 2.8189754952e-02 -1360483200: 3.8578751194e-02 -1360486800: 9.1683496008e-02 -1360490400: 1.8498885853e-01 -1360494000: 2.8017795654e-01 -1360497600: 1.9510041928e-01 -1360501200: 1.0522834604e-01 -1360504800: 8.7062399203e-02 -1360508400: 8.0209424079e-02 -1360512000: 4.8609891795e-02 -1360515600: 4.9141235040e-02 -1360519200: 2.0885888958e-02 -1360522800: 2.0808990612e-02 -1360526400: 2.0579898277e-02 -1360530000: 1.9119526969e-02 -1360533600: 1.8334793254e-02 -1360537200: 1.8101235333e-02 -1360540800: 2.0251704451e-02 -1360544400: 8.7651919199e-02 -1360548000: 7.4292980918e-02 -1360551600: 2.1944513097e-02 -1360555200: 2.0858882334e-02 -1360558800: 1.8310269212e-02 -1360562400: 7.0751229992e-02 -1360566000: 1.1998674507e-01 -1360569600: 1.3791342359e-01 -1360573200: 2.9946079588e-02 -1360576800: 2.6948451313e-02 -1360580400: 5.2086865452e-01 -1360584000: 1.5942799732e-01 -1360587600: 4.1301489502e-02 -1360591200: 5.4811941454e-02 -1360594800: 4.6627676348e-02 -1360598400: 6.1290550026e-02 -1360602000: 7.5103180297e-02 -1360605600: 2.9464232553e-02 -1360609200: 2.4721731663e-02 -1360612800: 1.7412681438e-01 -1360616400: 1.8556157654e-01 -1360620000: 5.7450912736e-01 -1360623600: 8.3193398973e-02 -1360627200: 2.6166698775e-02 -1360630800: 2.0828104462e-02 -1360634400: 1.9985173250e-02 -1360638000: 1.9521231453e-02 -1360641600: 2.0555123477e-02 -1360645200: 2.0278540073e-02 -1360648800: 7.9792899836e-02 -1360652400: 2.1316711574e-01 -1360656000: 6.2170399475e-02 -1360659600: 9.7732852202e-02 -1360663200: 1.8900688251e-01 -1360666800: 3.0557618326e-01 -1360670400: 3.3548620250e-01 -1360674000: 1.9613043300e-01 -1360677600: 6.0293852834e-02 -1360681200: 2.3983852440e-01 -1360684800: 3.1360909597e-02 -1360688400: 7.4441677196e-02 -1360692000: 1.3451979984e-01 -1360695600: 2.0565783798e-01 -1360699200: 9.3081120038e-02 -1360702800: 9.9143005377e-02 -1360706400: 4.9456813333e-01 -1360710000: 1.3719778994e-01 -1360713600: 4.3329091172e-02 -1360717200: 2.0305848570e-02 -1360720800: 2.0277777778e-02 -1360724400: 2.0530082403e-02 -1360728000: 2.0281081590e-02 -1360731600: 2.0577724896e-02 -1360735200: 1.1002379223e-01 -1360738800: 3.0329793884e-01 -1360742400: 5.9432539067e-02 -1360746000: 3.3044452518e-02 -1360749600: 2.2189952068e-02 -1360753200: 2.0887805762e-01 -1360756800: 9.7299934332e-02 -1360760400: 1.9987710547e-02 -1360764000: 2.0466376247e-02 -1360767600: 1.9474083785e-02 -1360771200: 1.9164739603e-02 -1360774800: 1.8884827901e-02 -1360778400: 1.8332981409e-02 -1360782000: 1.8639150078e-02 -1360785600: 1.8635417060e-02 -1360789200: 2.1392216173e-02 -1360792800: 2.6088150124e-01 -1360796400: 2.2982131529e-01 -1360800000: 2.0430791773e-02 -1360803600: 1.9563336328e-02 -1360807200: 1.9576384458e-02 -1360810800: 1.9435762600e-02 -1360814400: 1.9733940944e-02 -1360818000: 1.9436831971e-02 -1360821600: 2.0005397044e-02 -1360825200: 1.4166690116e-01 -1360828800: 2.2773837416e-02 -1360832400: 3.7492123187e-02 -1360836000: 3.9178961862e-02 -1360839600: 4.4448526616e-02 -1360843200: 4.2197789547e-02 -1360846800: 2.7536415846e-02 -1360850400: 2.5271276673e-02 -1360854000: 3.7741808384e-02 -1360857600: 8.4935018628e-02 -1360861200: 2.3351827306e-01 -1360864800: 3.5469285674e-01 -1360868400: 2.7282172140e-01 -1360872000: 2.6605741363e-01 -1360875600: 1.4730761830e-01 -1360879200: 1.1733499616e-01 -1360882800: 2.8910172168e-02 -1360886400: 1.9722931637e-02 -1360890000: 1.9473037578e-02 -1360893600: 1.9722222222e-02 -1360897200: 1.9722222222e-02 -1360900800: 1.9973082734e-02 -1360904400: 1.9749139488e-02 -1360908000: 1.3484282497e-01 -1360911600: 2.2517011319e-01 -1360915200: 1.3132070698e-01 -1360918800: 4.2486001481e-02 -1360922400: 3.7232798518e-02 -1360926000: 3.2810559551e-02 -1360929600: 2.2777605985e-02 -1360933200: 2.2764139152e-02 -1360936800: 3.7959617885e-02 -1360940400: 4.2887265570e-02 -1360944000: 2.6892248610e-02 -1360947600: 8.2480031840e-02 -1360951200: 1.6967653702e-01 -1360954800: 1.4554318854e-01 -1360958400: 1.4677719073e-01 -1360962000: 4.2545836648e-02 -1360965600: 1.5254212054e-01 -1360969200: 1.1121759396e-01 -1360972800: 7.7859274272e-02 -1360976400: 2.2269900112e-02 -1360980000: 1.9444444444e-02 -1360983600: 1.9417711538e-02 -1360987200: 1.9471177351e-02 -1360990800: 1.9421597232e-02 -1360994400: 1.9189513879e-02 -1360998000: 6.3409045937e-02 -1361001600: 2.6868731841e-02 -1361005200: 1.8888888889e-02 -1361008800: 8.6868194718e-02 -1361012400: 2.8953654185e-02 -1361016000: 5.6665908737e-02 -1361019600: 3.3889032746e-02 -1361023200: 3.9706821365e-02 -1361026800: 7.5552931307e-02 -1361030400: 8.9405761327e-02 -1361034000: 2.9053399366e-01 -1361037600: 1.8272172661e-01 -1361041200: 5.6634405844e-01 -1361044800: 1.3115159133e-01 -1361048400: 1.1051243950e-01 -1361052000: 9.6455075999e-02 -1361055600: 6.7227207946e-02 -1361059200: 6.9462631064e-02 -1361062800: 7.0834892156e-02 -1361066400: 7.1089899689e-02 -1361070000: 7.1658796612e-02 -1361073600: 7.1971801021e-02 -1361077200: 7.1945657619e-02 -1361080800: 7.3085296662e-02 -1361084400: 1.3920576309e-01 -1361088000: 1.7668488344e-01 -1361091600: 3.1915623792e-02 -1361095200: 4.1122657577e-02 -1361098800: 9.7767531077e-02 -1361102400: 3.1116850725e-02 -1361106000: 1.8314169647e-01 -1361109600: 1.5213902707e-01 -1361113200: 3.1959598070e-02 -1361116800: 2.4157458671e-02 -1361120400: 3.8800970183e-01 -1361124000: 3.6606469142e-01 -1361127600: 2.2216530682e-01 -1361131200: 2.6324254006e-01 -1361134800: 1.8195148931e-01 -1361138400: 1.6107898975e-01 -1361142000: 1.4592581276e-01 -1361145600: 5.9646338699e-02 -1361149200: 2.0251980329e-02 -1361152800: 1.9192464115e-02 -1361156400: 1.9444444444e-02 -1361160000: 1.9421040019e-02 -1361163600: 1.9444833778e-02 -1361167200: 1.5844305841e-01 -1361170800: 1.5295590036e-01 -1361174400: 8.3304680509e-02 -1361178000: 8.5148353189e-02 -1361181600: 3.1543327768e-02 -1361185200: 2.2780970944e-02 -1361188800: 2.5001018557e-02 -1361192400: 3.7193138258e-02 -1361196000: 4.7794669362e-02 -1361199600: 3.8051260635e-02 -1361203200: 4.3626307927e-02 -1361206800: 3.4154311335e-02 -1361210400: 2.5001893853e-02 -1361214000: 1.1458454616e-01 -1361217600: 1.4250402196e-01 -1361221200: 1.0661184470e-01 -1361224800: 1.0798511119e-01 -1361228400: 8.1646897704e-02 -1361232000: 1.9722803616e-02 -1361235600: 1.9721410199e-02 -1361239200: 1.9436011952e-02 -1361242800: 1.9452272326e-02 -1361246400: 1.9445630745e-02 -1361250000: 3.2612655639e-02 -1361253600: 3.9806684212e-02 -1361257200: 1.9143633075e-01 -1361260800: 1.7079784391e-01 -1361264400: 1.3061482156e-01 -1361268000: 3.3344133169e-02 -1361271600: 3.6076541726e-02 -1361275200: 2.6692839266e-02 -1361278800: 2.2489473575e-02 -1361282400: 2.2504782931e-02 -1361286000: 2.2234938940e-02 -1361289600: 2.2789199080e-02 -1361293200: 6.3250557216e-02 -1361296800: 1.6787601420e-01 -1361300400: 1.2039863925e-01 -1361304000: 4.2973488663e-01 -1361307600: 9.7702310019e-02 -1361311200: 1.9831425315e-01 -1361314800: 1.3098010620e-01 -1361318400: 3.3145450888e-02 -1361322000: 1.8299509373e-02 -1361325600: 2.0008748868e-02 -1361329200: 1.9469519537e-02 -1361332800: 1.9722222222e-02 -1361336400: 1.9444444444e-02 -1361340000: 2.1271988743e-02 -1361343600: 1.4174649994e-01 -1361347200: 1.2693451784e-01 -1361350800: 8.8287927554e-02 -1361354400: 2.2028281856e-01 -1361358000: 1.2417244592e-01 -1361361600: 1.7395234791e-01 -1361365200: 2.1220510123e-01 -1361368800: 1.7484235095e-01 -1361372400: 9.9338599086e-02 -1361376000: 5.9693608013e-02 -1361379600: 6.0025479828e-02 -1361383200: 2.0277146312e-02 -1361386800: 1.8635834785e-02 -1361390400: 1.8865278503e-02 -1361394000: 1.8610165373e-02 -1361397600: 6.3096326064e-02 -1361401200: 1.5395368461e-01 -1361404800: 5.9059215055e-02 -1361408400: 2.0264118809e-02 -1361412000: 2.1401629863e-02 -1361415600: 1.0305137275e-02 -1361419200: 2.2197385686e-02 -1361422800: 1.9444886603e-02 -1361426400: 2.0759281445e-02 -1361430000: 1.4993003506e-01 -1361433600: 1.3117362144e-01 -1361437200: 1.5476497659e-01 -1361440800: 7.4187145007e-02 -1361444400: 2.3796548919e-01 -1361448000: 3.1341656603e-01 -1361451600: 1.8502004449e-01 -1361455200: 2.2475167957e-01 -1361458800: 1.9709553989e-02 -1361462400: 1.9457112678e-02 -1361466000: 2.6197175623e-02 -1361469600: 2.5763215467e-01 -1361473200: 2.2771942696e-01 -1361476800: 1.3218747892e-01 -1361480400: 1.1000234961e-01 -1361484000: 1.8236260531e-01 -1361487600: 1.7503159036e-01 -1361491200: 3.9398035314e-02 -1361494800: 2.0580294347e-02 -1361498400: 1.9977273061e-02 -1361502000: 1.9997234879e-02 -1361505600: 2.1666263072e-02 -1361509200: 1.0835318031e-02 -1361512800: 1.1088554973e-01 -1361516400: 1.7215336144e-01 -1361520000: 1.8046816172e-01 -1361523600: 1.1116200209e-01 -1361527200: 1.4054329997e-01 -1361530800: 4.1784108621e-01 -1361534400: 8.3336427921e-02 -1361538000: 2.0527050311e-01 -1361541600: 1.3619362431e-01 -1361545200: 1.3770520704e-01 -1361548800: 5.6525281033e-02 -1361552400: 1.2389589864e-01 -1361556000: 2.4131652148e-01 -1361559600: 1.5062244266e-01 -1361563200: 1.3499701008e-01 -1361566800: 1.1826243193e-01 -1361570400: 1.8321460072e-01 -1361574000: 1.4830436379e-01 -1361577600: 3.0937248204e-02 -1361581200: 1.9690728406e-02 -1361584800: 1.9728744837e-02 -1361588400: 1.9709298064e-02 -1361592000: 1.9760117581e-02 -1361595600: 1.9722222222e-02 -1361599200: 1.9975240416e-02 -1361602800: 4.1379959526e-02 -1361606400: 1.6687408725e-02 -1361610000: 1.0410695885e-01 -1361613600: 1.2370577712e-01 -1361617200: 2.6935839952e-01 -1361620800: 9.7179878790e-02 -1361624400: 8.4817641356e-02 -1361628000: 3.9168457082e-02 -1361631600: 2.3054644621e-02 -1361635200: 7.4420723529e-02 -1361638800: 8.9583912631e-02 -1361642400: 4.9896346603e-01 -1361646000: 1.0774668546e-01 -1361649600: 2.3463337027e-01 -1361653200: 3.4271307768e-01 -1361656800: 3.6902146047e-01 -1361660400: 1.3702841584e-01 -1361664000: 1.8902074835e-02 -1361667600: 1.8916467121e-02 -1361671200: 1.9443275223e-02 -1361674800: 1.9192704895e-02 -1361678400: 1.9444444444e-02 -1361682000: 1.9420961114e-02 -1361685600: 1.9445648389e-02 -1361689200: 1.9449378654e-02 -1361692800: 5.6934685003e-02 -1361696400: 1.9516534656e-01 -1361700000: 2.4761885181e-01 -1361703600: 1.0774515208e-01 -1361707200: 5.9192525285e-02 -1361710800: 9.5818829355e-02 -1361714400: 6.8612053221e-02 -1361718000: 4.3915808895e-02 -1361721600: 2.3058107229e-02 -1361725200: 5.9289752960e-02 -1361728800: 1.4893610278e-01 -1361732400: 1.2247706679e-01 -1361736000: 1.0387459215e-01 -1361739600: 1.0002064759e-01 -1361743200: 1.1325993082e-01 -1361746800: 1.1670809250e-01 -1361750400: 4.0675132349e-02 -1361754000: 1.8896090722e-02 -1361757600: 1.9461690086e-02 -1361761200: 1.9156295508e-02 -1361764800: 1.9175945609e-02 -1361768400: 1.9191312546e-02 -1361772000: 2.1123901841e-01 -1361775600: 1.0070542603e-01 -1361779200: 1.8322857754e-02 -1361782800: 1.8066031135e-02 -1361786400: 3.1629091512e-02 -1361790000: 3.0303277249e-02 -1361793600: 2.2497060769e-02 -1361797200: 1.9446942124e-02 -1361800800: 3.5825596289e-02 -1361804400: 2.4436409784e-02 -1361808000: 9.8245439616e-02 -1361811600: 3.3077710185e-02 -1361815200: 2.1457051986e-02 -1361818800: 2.2222413096e-02 -1361822400: 1.7279816896e-01 -1361826000: 1.6368003443e-01 -1361829600: 2.7681399362e-01 -1361833200: 1.8867792149e-01 -1361836800: 1.8888888889e-02 -1361840400: 1.9141651879e-02 -1361844000: 1.8913903676e-02 -1361847600: 1.8888888889e-02 -1361851200: 1.9142101019e-02 -1361854800: 1.9157639316e-02 -1361858400: 1.1597114614e-01 -1361862000: 9.3526879057e-02 -1361865600: 5.5728643776e-02 -1361869200: 1.0887243588e-01 -1361872800: 1.0752783158e-01 -1361876400: 3.3129843669e-01 -1361880000: 1.3126268012e-01 -1361883600: 2.3585271455e-02 -1361887200: 2.3612885294e-02 -1361890800: 6.8312660234e-02 -1361894400: 4.0600578969e-02 -1361898000: 6.7885091309e-02 -1361901600: 1.1199709913e-01 -1361905200: 1.8475293107e-01 -1361908800: 1.6825869232e-01 -1361912400: 1.2662753251e-01 -1361916000: 2.9112184405e-01 -1361919600: 2.2351145134e-01 -1361923200: 1.9158400704e-02 -1361926800: 1.9198879149e-02 -1361930400: 1.9444444444e-02 -1361934000: 1.9444444444e-02 -1361937600: 1.9444444444e-02 -1361941200: 1.9444444444e-02 -1361944800: 8.7955229997e-02 -1361948400: 8.1714500648e-02 -1361952000: 4.7264626149e-02 -1361955600: 3.8796040881e-02 -1361959200: 2.7300196971e-02 -1361962800: 2.7831443937e-01 -1361966400: 3.0745776020e-01 -1361970000: 1.0893621109e-01 -1361973600: 1.0081100628e-01 -1361977200: 8.7230853946e-02 -1361980800: 1.0369593982e-01 -1361984400: 7.9892637054e-02 -1361988000: 7.9972654750e-02 -1361991600: 2.0740823287e-01 -1361995200: 1.1917089836e-01 -1361998800: 1.2480953138e-01 -1362002400: 3.5084825106e-01 -1362006000: 1.8653674615e-02 -1362009600: 1.8602702682e-02 -1362013200: 1.8838042942e-02 -1362016800: 1.8410922808e-02 -1362020400: 1.9154489318e-02 -1362024000: 1.8927823472e-02 -1362027600: 1.9166666667e-02 -1362031200: 2.5230251826e-02 -1362034800: 1.7289628054e-01 -1362038400: 7.6852581827e-02 -1362042000: 2.0745155052e-01 -1362045600: 1.0196087635e-01 -1362049200: 3.4776198940e-01 -1362052800: 2.0672332114e-01 -1362056400: 3.5277341664e-02 -1362060000: 2.4445886320e-02 -1362063600: 2.5834001257e-02 -1362067200: 3.0817149589e-02 -1362070800: 1.2356644127e-01 -1362074400: 1.1356540268e-01 -1362078000: 5.3150038932e-02 -1362081600: 2.3355775575e-02 -1362085200: 2.3448015992e-01 -1362088800: 3.0524209950e-01 -1362092400: 1.1077863930e-01 -1362096000: 2.0332434615e-02 -1362099600: 1.8888888889e-02 -1362103200: 1.9142816771e-02 -1362106800: 1.9394086848e-02 -1362110400: 1.8873185297e-02 -1362114000: 1.8932064590e-02 -1362117600: 1.3296629101e-01 -1362121200: 2.3160261660e-02 -1362124800: 7.3026037345e-02 -1362128400: 2.7247133568e-02 -1362132000: 1.7801213567e-02 -1362135600: 1.8331697502e-02 -1362139200: 1.8892957477e-02 -1362142800: 3.3324279168e-02 -1362146400: 6.5549676186e-02 -1362150000: 1.8604889528e-02 -1362153600: 1.8345400325e-02 -1362157200: 1.9438441351e-02 -1362160800: 1.8335717954e-02 -1362164400: 1.8333309954e-02 -1362168000: 1.8356095453e-02 -1362171600: 1.8310597148e-02 -1362175200: 1.8332459892e-02 -1362178800: 1.8055824355e-02 -1362182400: 1.5301118605e-02 -1362186000: 1.6080442813e-02 -1362189600: 1.8641779410e-02 -1362193200: 1.8310740724e-02 -1362196800: 1.8078148165e-02 -1362200400: 1.8307814876e-02 -1362204000: 1.8081074013e-02 -1362207600: 1.9722222222e-02 -1362211200: 1.8324100402e-02 -1362214800: 1.8342566265e-02 -1362218400: 1.8600675573e-02 -1362222000: 1.8334682434e-02 -1362225600: 1.8330304940e-02 -1362229200: 1.8345448164e-02 -1362232800: 1.8598817323e-02 -1362236400: 1.8345627122e-02 -1362240000: 1.8600642991e-02 -1362243600: 1.9732690343e-02 -1362247200: 1.8863639753e-02 -1362250800: 1.8031736832e-02 -1362254400: 1.7475024211e-02 -1362258000: 1.6965892302e-02 -1362261600: 1.7227478719e-02 -1362265200: 1.7197186124e-02 -1362268800: 1.7500893458e-02 -1362272400: 1.7547565535e-02 -1362276000: 1.8079471955e-02 -1362279600: 1.8307111697e-02 -1362283200: 1.5558447139e-02 -1362286800: 2.0524248940e-02 -1362290400: 1.8341051431e-02 -1362294000: 1.9744285208e-02 -1362297600: 1.8058275398e-02 -1362301200: 1.7777973040e-02 -1362304800: 1.8040766934e-02 -1362308400: 1.8314359389e-02 -1362312000: 1.7528262862e-02 -1362315600: 2.8310057965e-02 -1362319200: 5.5820389011e-02 -1362322800: 3.9476121366e-02 -1362326400: 3.0031982954e-02 -1362330000: 5.1007042841e-02 -1362333600: 3.7080673238e-01 -1362337200: 3.0761255355e-01 -1362340800: 1.7449633498e-01 -1362344400: 1.5697159575e-01 -1362348000: 1.3142364004e-01 -1362351600: 7.5155702433e-02 -1362355200: 2.1389937819e-02 -1362358800: 2.0277184372e-02 -1362362400: 1.9470386938e-02 -1362366000: 1.9722222222e-02 -1362369600: 1.9693129199e-02 -1362373200: 2.1394698493e-02 -1362376800: 2.2030676401e-01 -1362380400: 1.5024558055e-01 -1362384000: 2.3641739844e-01 -1362387600: 2.4219626564e-01 -1362391200: 5.1365550006e-02 -1362394800: 3.2807371705e-02 -1362398400: 2.2505029017e-02 -1362402000: 2.2499845023e-02 -1362405600: 7.1023672478e-02 -1362409200: 4.4532213954e-02 -1362412800: 8.1038614136e-02 -1362416400: 4.9216681577e-02 -1362420000: 2.7737351868e-02 -1362423600: 2.7502076680e-02 -1362427200: 1.2656893279e-01 -1362430800: 8.9652694952e-02 -1362434400: 4.6301464981e-02 -1362438000: 1.8057201966e-02 -1362441600: 1.8041583942e-02 -1362445200: 1.8071524507e-02 -1362448800: 1.8016570421e-02 -1362452400: 1.7796985675e-02 -1362456000: 1.7795395426e-02 -1362459600: 1.7781420338e-02 -1362463200: 1.4143797221e-01 -1362466800: 2.0046898766e-01 -1362470400: 7.1967576616e-02 -1362474000: 1.9758488031e-02 -1362477600: 7.0540149430e-02 -1362481200: 2.9729406294e-01 -1362484800: 8.1621537723e-02 -1362488400: 4.2765784936e-02 -1362492000: 4.3056364474e-02 -1362495600: 3.0010382998e-02 -1362499200: 4.2475866528e-02 -1362502800: 7.7742779504e-02 -1362506400: 2.3463700459e-01 -1362510000: 1.2556665591e-01 -1362513600: 3.1830581641e-01 -1362517200: 3.5451786729e-01 -1362520800: 8.0632279057e-02 -1362524400: 1.8608699449e-02 -1362528000: 1.8613791930e-02 -1362531600: 1.8880817598e-02 -1362535200: 1.8895602608e-02 -1362538800: 1.8913272104e-02 -1362542400: 1.9142427586e-02 -1362546000: 1.8913127970e-02 -1362549600: 3.4951479600e-02 -1362553200: 1.3027781951e-01 -1362556800: 8.6694451078e-02 -1362560400: 3.6944003970e-02 -1362564000: 2.9465579176e-02 -1362567600: 2.0256247091e-02 -1362571200: 2.3065691204e-02 -1362574800: 2.6109959331e-02 -1362578400: 2.8246060343e-01 -1362582000: 8.0480754580e-02 -1362585600: 7.5907039269e-02 -1362589200: 1.7378246696e-01 -1362592800: 1.0418895001e-01 -1362596400: 1.0166760110e-01 -1362600000: 1.6100289127e-01 -1362603600: 1.8315392946e-01 -1362607200: 2.7901223467e-02 -1362610800: 1.7800420600e-02 -1362614400: 1.8055555556e-02 -1362618000: 1.8307174829e-02 -1362621600: 1.8337623613e-02 -1362625200: 1.8077423780e-02 -1362628800: 1.8333333333e-02 -1362632400: 2.0277777778e-02 -1362636000: 7.2829952694e-02 -1362639600: 6.0781158418e-02 -1362643200: 4.6076847222e-02 -1362646800: 8.2880378975e-02 -1362650400: 6.2975328610e-02 -1362654000: 2.7550322790e-01 -1362657600: 6.9498135870e-02 -1362661200: 3.3328792648e-02 -1362664800: 2.0003794839e-02 -1362668400: 5.9308451795e-02 -1362672000: 1.1174245364e-01 -1362675600: 5.7808806860e-02 -1362679200: 7.6632307637e-02 -1362682800: 8.3085793287e-02 -1362686400: 2.2773182176e-02 -1362690000: 8.2614861448e-02 -1362693600: 1.2577157908e-01 -1362697200: 1.3936657434e-01 -1362700800: 2.0060198520e-01 -1362704400: 2.3331946589e-02 -1362708000: 1.9169637562e-02 -1362711600: 1.9167464109e-02 -1362715200: 1.9191783555e-02 -1362718800: 1.9419682925e-02 -1362722400: 6.2078707488e-02 -1362726000: 5.2380233651e-02 -1362729600: 2.2499451811e-02 -1362733200: 2.6095084998e-02 -1362736800: 4.5560119175e-02 -1362740400: 4.6609370890e-01 -1362744000: 3.6402085927e-02 -1362747600: 3.7511852510e-02 -1362751200: 3.4992609756e-02 -1362754800: 2.7510152473e-02 -1362758400: 9.3444262433e-02 -1362762000: 7.5604721377e-02 -1362765600: 1.5553490859e-01 -1362769200: 2.0995199947e-01 -1362772800: 4.7162844474e-01 -1362776400: 2.3129799438e-01 -1362780000: 2.6775701039e-01 -1362783600: 2.6736969012e-02 -1362787200: 2.1111111111e-02 -1362790800: 1.6087913505e-02 -1362794400: 2.1063207289e-02 -1362798000: 1.6426395097e-02 -1362801600: 1.9429659822e-02 -1362805200: 1.7826157620e-02 -1362808800: 6.4128931205e-02 -1362812400: 1.4498969961e-01 -1362816000: 6.1935406107e-02 -1362819600: 5.3644216442e-02 -1362823200: 4.9696709347e-02 -1362826800: 5.4723353651e-02 -1362830400: 5.1400532713e-02 -1362834000: 3.7248787349e-02 -1362837600: 2.8608809425e-02 -1362841200: 3.3866363356e-02 -1362844800: 2.8356021281e-02 -1362848400: 1.5828554714e-01 -1362852000: 3.6416942076e-01 -1362855600: 3.7532795720e-01 -1362859200: 1.6004635000e-01 -1362862800: 5.2971355957e-01 -1362866400: 1.8302855019e-01 -1362870000: 1.3179135520e-01 -1362873600: 1.1758193549e-01 -1362877200: 4.0017274799e-02 -1362880800: 1.7272552482e-02 -1362884400: 1.5520832139e-02 -1362888000: 2.0287862225e-02 -1362891600: 1.5302416748e-02 -1362895200: 3.1702433221e-02 -1362898800: 3.1601418050e-02 -1362902400: 1.7854593940e-01 -1362906000: 1.4089733113e-01 -1362909600: 6.6103526210e-02 -1362913200: 8.4166569661e-02 -1362916800: 5.6410060429e-02 -1362920400: 7.1344407618e-02 -1362924000: 3.9213672117e-02 -1362927600: 1.0021188410e-01 -1362931200: 9.1164661604e-02 -1362934800: 5.8106628302e-02 -1362938400: 2.6639799658e-01 -1362942000: 2.4574325967e-01 -1362945600: 9.9649492102e-02 -1362949200: 9.2776195451e-02 -1362952800: 1.2427455628e-01 -1362956400: 1.7044138164e-01 -1362960000: 7.4002854145e-02 -1362963600: 1.5275153376e-02 -1362967200: 2.0557654218e-02 -1362970800: 1.5276340695e-02 -1362974400: 2.0303250661e-02 -1362978000: 8.0985386820e-02 -1362981600: 9.9474163129e-02 -1362985200: 1.0952889576e-01 -1362988800: 6.9951640308e-02 -1362992400: 1.8103264457e-02 -1362996000: 3.0804096321e-02 -1362999600: 3.4161028890e-02 -1363003200: 2.5312905030e-02 -1363006800: 2.3623063728e-02 -1363010400: 3.9129260705e-02 -1363014000: 5.1121358550e-02 -1363017600: 2.4162268481e-02 -1363021200: 1.5850143276e-02 -1363024800: 1.7744329194e-02 -1363028400: 1.5048195349e-02 -1363032000: 1.9089892943e-01 -1363035600: 9.3964131296e-02 -1363039200: 1.9839493125e-01 -1363042800: 1.8868645246e-01 -1363046400: 1.9699444218e-02 -1363050000: 1.4721378335e-02 -1363053600: 1.9716319084e-02 -1363057200: 1.4979412432e-02 -1363060800: 2.0025531814e-02 -1363064400: 1.4746803007e-02 -1363068000: 1.0600284104e-01 -1363071600: 2.0928147158e-02 -1363075200: 9.3839487869e-02 -1363078800: -nan